@univerjs-pro/slides-ui 1.0.0-alpha.2 → 1.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/README.md +5 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +155 -120
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/components/canvas-view/CanvasView.d.ts +141 -3
  64. package/lib/types/components/editor-content/EditorContent.d.ts +4 -1
  65. package/lib/types/components/embed-child-workbench/SlideEmbedChildWorkbench.d.ts +7 -0
  66. package/lib/types/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +33 -0
  67. package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
  68. package/lib/types/components/embed-floating-preview/SlideEmbedFloatingPreview.spec.d.ts +4 -0
  69. package/lib/types/components/host-ui/SlideHostUiParts.d.ts +7 -0
  70. package/lib/types/components/insert-toolbar/ShapePicker.d.ts +1 -5
  71. package/lib/types/components/object-list-panel/slide-object-list-state.d.ts +1 -0
  72. package/lib/types/components/presentation/SlidePresentationEmbedLayer.d.ts +34 -0
  73. package/lib/types/components/table-size/SlideTableSizePicker.d.ts +2 -12
  74. package/lib/types/components/thumbnail-bar/ThumbnailBar.d.ts +21 -0
  75. package/lib/types/controllers/slide-connector-endpoint.controller.d.ts +1 -1
  76. package/lib/types/controllers/slide-contextual-ribbon.controller.d.ts +10 -1
  77. package/lib/types/controllers/slide-drawing-selection.controller.d.ts +15 -3
  78. package/lib/types/controllers/slide-drawing-transform.controller.d.ts +3 -0
  79. package/lib/types/controllers/slide-drawing-transformer-config.util.d.ts +3 -1
  80. package/lib/types/controllers/slide-image-cropper.controller.d.ts +20 -1
  81. package/lib/types/controllers/slide-render.controller.d.ts +2 -0
  82. package/lib/types/default-config.d.ts +2 -2
  83. package/lib/types/embed-active-page.d.ts +5 -0
  84. package/lib/types/embed-floating-menu-stage.d.ts +14 -0
  85. package/lib/types/embed-focus-owner.d.ts +40 -0
  86. package/lib/types/index.d.ts +30 -7
  87. package/lib/types/locale/en-US.d.ts +25 -0
  88. package/lib/types/quick-styles/presets.d.ts +4 -3
  89. package/lib/types/render-objects/document-text-render.util.d.ts +7 -0
  90. package/lib/types/render-objects/index.d.ts +1 -0
  91. package/lib/types/render-objects/placeholder-object/index.d.ts +1 -0
  92. package/lib/types/render-objects/placeholder-object/placeholder-text-rect.util.d.ts +7 -0
  93. package/lib/types/render-objects/slide-drawing-base.d.ts +1 -3
  94. package/lib/types/render-objects/slide-image-object.d.ts +7 -2
  95. package/lib/types/render-objects/slide-page-background-object.d.ts +6 -3
  96. package/lib/types/render-objects/slide-shape-object.d.ts +2 -2
  97. package/lib/types/render-objects/slide-table-object.d.ts +11 -6
  98. package/lib/types/services/slide-canvas-pop-manager.service.d.ts +2 -1
  99. package/lib/types/services/slide-embed-integration.service.d.ts +51 -0
  100. package/lib/types/services/slide-embed-runtime.service.d.ts +50 -0
  101. package/lib/types/services/slide-hit-test.service.d.ts +2 -0
  102. package/lib/types/services/slide-insert.service.d.ts +8 -6
  103. package/lib/types/slide-editor/const.d.ts +1 -0
  104. package/lib/types/slide-editor/controllers/shape-text-float-menu.render-controller.d.ts +1 -2
  105. package/lib/types/slide-editor/editor-ui/index.d.ts +1 -1
  106. package/lib/types/slide-editor/editor-ui/utils/render.d.ts +13 -3
  107. package/lib/types/slide-editor/services/slide-text-editing.service.d.ts +3 -1
  108. package/lib/types/utils/shape-text-style.util.d.ts +8 -6
  109. package/lib/types/views/render/adaptors/image-adaptor.d.ts +4 -4
  110. package/lib/types/views/render/adaptors/placeholder-adaptor.d.ts +3 -4
  111. package/lib/types/views/render/adaptors/shape-adaptor.d.ts +3 -4
  112. package/lib/types/views/render/adaptors/table-adaptor.d.ts +4 -4
  113. package/lib/umd/index.js +1 -1
  114. package/lib/umd/locale/ar-SA.js +1 -1
  115. package/lib/umd/locale/ca-ES.js +1 -1
  116. package/lib/umd/locale/de-DE.js +1 -1
  117. package/lib/umd/locale/en-US.js +1 -1
  118. package/lib/umd/locale/es-ES.js +1 -1
  119. package/lib/umd/locale/fa-IR.js +1 -1
  120. package/lib/umd/locale/fr-FR.js +1 -1
  121. package/lib/umd/locale/id-ID.js +1 -1
  122. package/lib/umd/locale/it-IT.js +1 -1
  123. package/lib/umd/locale/ja-JP.js +1 -1
  124. package/lib/umd/locale/ko-KR.js +1 -1
  125. package/lib/umd/locale/pl-PL.js +1 -1
  126. package/lib/umd/locale/pt-BR.js +1 -1
  127. package/lib/umd/locale/ru-RU.js +1 -1
  128. package/lib/umd/locale/sk-SK.js +1 -1
  129. package/lib/umd/locale/vi-VN.js +1 -1
  130. package/lib/umd/locale/zh-CN.js +1 -1
  131. package/lib/umd/locale/zh-HK.js +1 -1
  132. package/lib/umd/locale/zh-TW.js +1 -1
  133. package/package.json +18 -19
  134. package/lib/types/slide-editor/views/shape-text-editor/ShapeTextFloatToolbar.d.ts +0 -1
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x5347ad=_0x262c;(function(_0x39dc6d,_0x166231){const _0x1ec778=_0x262c,_0x24b76f=_0x39dc6d();while(!![]){try{const _0x171307=-parseInt(_0x1ec778(0x593))/0x1+-parseInt(_0x1ec778(0x75c))/0x2+parseInt(_0x1ec778(0x614))/0x3+parseInt(_0x1ec778(0x4cc))/0x4+parseInt(_0x1ec778(0x263))/0x5*(-parseInt(_0x1ec778(0x162))/0x6)+-parseInt(_0x1ec778(0x437))/0x7+parseInt(_0x1ec778(0x9c7))/0x8*(parseInt(_0x1ec778(0x489))/0x9);if(_0x171307===_0x166231)break;else _0x24b76f['push'](_0x24b76f['shift']());}catch(_0x19fa84){_0x24b76f['push'](_0x24b76f['shift']());}}}(_0xd327,0xe61a5));import{ArrangeTypeEnum as _0x40ce86,BooleanNumber as _0x4b402d,ColorKit as _0xb91efd,CommandType as _0x55bcba,DEFAULT_STYLES as _0x44e300,DependentOn as _0x257b2c,Disposable as _0x278e37,DisposableCollection as _0x57cfd3,DocumentDataModel as _0x3c0446,DocumentFlavor as _0x1c9a4e,EDITOR_ACTIVATED as _0x363bec,FOCUSING_COMMON_DRAWINGS as _0xe3b89b,FOCUSING_SHAPE_TEXT_EDITOR as _0x35557d,FOCUSING_SLIDE as _0x15ec0e,HorizontalAlign as _0x3d6504,ICommandService as _0x46972e,IConfigService as _0x275599,IContextService as _0x2ef0fe,IUniverInstanceService as _0x1c430b,Inject as _0x3bd740,Injector as _0x3a4166,LocaleService as _0x4c8617,Optional as _0x3210d4,Plugin as _0x43d13a,PresetListType as _0xa492d3,RedoCommand as _0x13a2f3,Registry as _0x25c95c,RxDisposable as _0x55f58f,ThemeService as _0x4284b8,Tools as _0x4513d3,UndoCommand as _0x35dc3e,UniverInstanceType as _0x2a9855,VerticalAlign as _0x3ebbcf,WrapStrategy as _0x3095f4,checkIfMove as _0x12865d,createIdentifier as _0x47190b,createInternalEditorID as _0x353b37,createParagraphId as _0x27afdc,generateRandomId as _0x3fb922,isInternalEditorID as _0x27bd9b,merge as _0x9e503d,toDisposable as _0x471aca}from'@univerjs/core';import{ConnectorCoordinateTransform as _0x36420c,ImageFillModeEnum as _0xc331df,ImageSourceTypeEnum as _0x2745cd,ShapeArrowSizeEnum as _0x428f1c,ShapeArrowTypeEnum as _0x5c5d9d,ShapeDefaultConfig as _0x588523,ShapeFillEnum as _0x51273c,ShapeGradientTypeEnum as _0x48dde5,ShapeLineCapEnum as _0x394826,ShapeLineDashEnum as _0x2ad7bd,ShapeLineJoinEnum as _0x4a469a,ShapeLineTypeEnum as _0x52dafb,ShapeModel as _0x91272b,ShapePresetShadowValEnum as _0xe440cd,ShapeRenderModeEnum as _0x30ae76,ShapeSketchTypeEnum as _0x351720,ShapeTypeEnum as _0x1c56b2,computeConnectorRouteLayout as _0x9aef08,getBasicShapeRotateBound as _0x4ea3a5,isConnectorShape as _0x556e5e,isCurvedConnectorShape as _0x1bdd4c,routeConnectorLineShape as _0x522a85}from'@univerjs-pro/engine-shape';import{AddSlideElementCommand as _0x4a3370,AddSlideElementMutation as _0x251edd,AddSlidePageCommand as _0x411b5b,CancelSlideGroupMutation as _0x30078e,CreateSlideByLayoutCommand as _0x262f78,DEFAULT_LAYOUT_ORDER as _0x3ef551,DEFAULT_MASTER_PAGE as _0x4b3920,DEFAULT_MASTER_PAGE_ID as _0x3d3af7,ISlideDrawingService as _0x47c48b,InsertDrawingObjectMutation as _0x2a7b49,LAYOUT_PAGE_IDS as _0x9921e5,MoveSlidePageCommand as _0x3712f7,PageElementTypeEnum as _0x42916e,PageTypeEnum as _0x551b6d,PlaceholderTypeEnum as _0x551466,RemoveSlideElementCommand as _0x1d2b9a,RemoveSlidePageCommand as _0x78c06f,ReorderSlideElementsCommand as _0x2762d4,SLIDE_INSERT_DEFAULT_SIZE as _0x3c16f5,SLIDE_PLACEHOLDER_ICON_COMPONENT_NAME_BY_KEY as _0x416d6c,SLIDE_TEXT_BOX_DEFAULT_STYLE as _0x43c5ca,SLIDE_THEME_PRESETS as _0x49b7f3,SetPresentationBackgroundGraphicsCommand as _0x3322dd,SetSlideDrawingApplyMutation as _0x1ef413,SetSlideGroupMutation as _0x4ddc58,SetSlideSpeakerNotesCommand as _0x4979cf,SetSlideSpeakerNotesMutation as _0x2508c7,SetSlideTransitionCommand as _0x3c37ef,SetSlideZoomRatioOperation as _0x458a13,SlideBackgroundTypeEnum as _0x1965f7,SlideDrawingApplyType as _0x14ad02,SlidePageLayoutTypeEnum as _0x2e7c20,SlidePresentationBackgroundGraphicFitEnum as _0x4c9a7d,SlidePresentationBackgroundGraphicsTargetEnum as _0x480a8b,SlideSceneTypeEnum as _0x142061,SlideTransitionDirectionEnum as _0x2537ac,SlideTransitionTypeEnum as _0x5ef372,UpdateSlideDrawingCommand as _0x2ffecc,UpdateSlideElementMutation as _0x345716,UpdateSlidePageBackgroundCommand as _0x5c86a6,UpdateSlidePageBackgroundMutation as _0x5c40ab,applySlideElementTextDocument as _0x3e65ba,getPlaceholderImageContent as _0x490cd9,getPresentationBackgroundGraphics as _0x429e32,getSlideElementDisplayName as _0x3f5fd5,getSlideThemePreset as _0x1c6491,isPresentationBackgroundGraphic as _0x10e61f,plainTextToSlideDocumentData as _0x51368b,resolveDefaultPlaceholderTextKey as _0x19c11d,resolvePlaceholderActionIcons as _0x2d996c,resolveSlideTextBoxDefaultSize as _0xfcd037,resolveSlideThemePreviewColors as _0x502f23,resolveSlideTransition as _0x3e2436,resolveThemeDefaultShapeText as _0x9a0aa,resolvedSlideLayersToDrawingMap as _0x45d240,setPlaceholderImageContent as _0x3b0016,slideDocumentDataToPlainText as _0x27c8cd}from'@univerjs-pro/slides';import{CURSOR_TYPE as _0x304401,DRAWING_OBJECT_LAYER_INDEX as _0x2548c0,DocumentSkeleton as _0x58995d,DocumentViewModel as _0x57d6c1,Documents as _0x4c26b2,DrawingGroupObject as _0x231f78,FontCache as _0x435b8c,Group as _0x67b9ee,IRenderManagerService as _0x446559,Image as _0x153bc6,MAIN_VIEW_PORT_KEY as _0x48c520,RENDER_CLASS_TYPE as _0x2b11f3,Rect as _0xbb794f,Scene as _0x384996,Shape as _0x5c039c,Transform as _0x4ca6c7,VERTICAL_ROTATE_ANGLE as _0x52f2ca,Vector2 as _0x7de369,Viewport as _0x4cc443,degToRad as _0x2fe68d,getFontStyleString as _0x188974,pxToNum as _0x3b7425}from'@univerjs/engine-render';function _0xd327(){const _0x1ec15f=['slides-ui.shapePanel.line.color','_getConnectionPointBounds','univer-grid\x20univer-grid-cols-2\x20univer-gap-2','slide-placeholder-','_sidebarDisposable','hasUserContent','shadowBlur','beforeunload','_renderActiveSlideDrawings','_getSceneObjectBounds','sin','picture','owner','none','univer-relative\x20univer-overflow-hidden\x20univer-bg-white\x20univer-shadow-2xl','slides-ui.presentation.playDualScreenFromBeginning','listId','subscribeEvent','univer-h-7\x20univer-w-0\x20univer-min-w-0\x20univer-flex-1','naturalWidth','_showPopupForSelection','_openBackgroundEditPanel','slides-ui.shapePanel.line.sketchType.freehand','Enter','slides-ui.image-panel.crop.shape','applyToAll','DEFAULT','insertGuide','isHit','_selection','_getSrcRectByTransformState','toLowerCase','next','_themeService','layout','documentStyle','_closeWindow','\x20ms','marginLeft','_normalizeRect','_handleBackgroundPointerDown','textAlign','_initSelectionClose','post','useGroupFill','shapeWidth','TOP','horizontal','_triggerIconAction','ascent','_safePositiveNumber','onPointerMove','transitionPanelOpen','_replacePlaceholderWithImage','getCurrentLocale','alignment','join','slides-ui.slide-playback.service','contain','registerGuard','None','slides-ui.quickStyles.tooltip','SearchIcon','removePopup','isStart','getCurrentTypeOfUnit$','layoutPageId','univer-h-6\x20univer-rounded\x20univer-border\x20univer-border-primary-600\x20univer-bg-primary-600\x20univer-px-2\x20univer-text-xs\x20univer-text-white\x20hover:univer-bg-primary-700\x20disabled:univer-cursor-not-allowed\x20disabled:univer-border-gray-200\x20disabled:univer-bg-gray-100\x20disabled:univer-text-gray-400\x20dark:disabled:!univer-border-gray-700\x20dark:disabled:!univer-bg-gray-800\x20dark:disabled:!univer-text-gray-500','addImageSourceCache','slides-ui.thumbnailBar.contextMenu.addBelow','sourcePageType','startColumn','_drawInsertGuide','div','slides-ui.searchPanel.slidePrefix','_drawingStateService','_enterEditing','_clearConnectionSites','slides-ui.image-panel.crop.start','_applyShapeTextData','role','_disposeScrollTimers','_scenePointerUpSubs','createPattern','_collectGroupDescendantsRecursively','addObject','attachPopupToObject','toggleInSelection','slide.operation.contextmenu.arrange-backward','_adjustAngleForFlipAndRotation','horizontalAlign','height','inset\x200\x200\x200\x20','slideId','dark:hover:!univer-border-primary-500\x20dark:hover:!univer-bg-primary-500','_ignoreFocusChangesUntil','_layoutCache','textKey','_backgroundImageFit','dropEffect','univer-slide-presentation.message','_getCurrentDrawing','_highlightedSiteIndex','drawing','insertTable','buildAudienceUrl','previous','scaleY','_pageHeight','slides-ui.contextmenu.ruler','shapeText','_iconManager','slides-ui.editorToolbar.underline','setActiveSlide','syncToSlide','onScrollAfter$','_slideInsertService','beginPath','univer-flex\x20univer-h-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-2','slides-ui.backgroundPanel.setPresentationBackground','close','_start','groupBaseBoundIsLocal','univer-cursor-pointer','green','_resolveHitByOKey','bottom','slides-ui.image-panel.transform.title','_isTransformOnlyElementUpdate','slide.theme.picker.component','_audienceReadyTimer','updateContext','getCanShowDualScreenEntrySnapshot','-shape-text','_groupChildIds','_imageIoService','scene','createElement','slides-ui.shapePanel.style.shadowColor','containerOffsetLeft','shadowEnabled','metaKey','gradientType','imageFillMode','preset','ShapeFormatSettingIcon','shadowBlurRadius','search','setActiveEditing','pop','getSnapshot','nativeEvent','slide.operation.copy-selection','#b7bbc3','slides-ui.shapePanel.style.shadowPresetNone','preserveConnectorRelations','_getRenderTable','univer.editor-ui.service','slides-ui.backgroundPanel.gradient','endRow','slide.menu.insert.search','localStorage','document','isLineShape','text/plain','shape-yellow-orange','getPageData','Slide\x20','_drawRowFills','_broadcastOwnerPlaybackState','innerWidth','commitEditingText','univer-text-sm\x20univer-text-gray-500\x20dark:!univer-text-gray-400','_resolveIconComponentName','Comparison','coreRenderArea','#bf9000','isReady','_disposed','darkMode$','after','_doubleClickThreshold','fillColor','master','setClipService','slides-ui.editorToolbar.alignBottom','_refreshScheduled','slide.operation.tab-select-next','startsWith','slide-drawing-','selectedIds','filter','univer-size-full','<rect\x20x=\x224\x22\x20y=\x225\x22\x20width=\x2216\x22\x20height=\x2214\x22\x20rx=\x222\x22/><path\x20d=\x22M4\x2010h16M4\x2015h16M10\x205v14M15\x205v14\x22/>','_isBelowConnectorBodyMoveThreshold','slides-ui.backgroundPanel.resetBackground','DISTRIBUTED','slides-ui.quickStyles.presets.line.greenDashedTwoWayArrow','defineProperty','1405592JQQzQO','_clearAudienceReadyTimer','splice','_hitTestService','onPointerMove$','slides-ui.presentation.speakerNotesCancel','srcRect','slides-ui.presentation.previous','_getOrCreateShapeModel','data:','transition','span','#0b57d0','_attachTransformerToDrawings','center','audienceEnded','readyTimeoutMs','primary.600','invert','strokeWidth','_isEquivalentSlideElement','enabled','length','canvas','_drawGuideLine','shiftKey','getDrawingData','_drawInsertDots','univer-w-36','univer-text-gray-400\x20dark:!univer-text-gray-500','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','string','univer-w-md\x20univer-rounded-xl\x20univer-bg-white\x20dark:!univer-bg-gray-900','slide.menu.insert.table','univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2.5\x20univer-py-1.5\x20univer-transition-colors\x20hover:univer-border-primary-600\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-800\x20dark:hover:!univer-border-primary-400','univer-box-border\x20univer-bg-transparent','inset(0\x200\x20100%\x200)','_disposeTextRenderCachesForCell','getCurrentUnitOfType','slides-ui.shapePanel.fill.picture.align.ctr','slides-ui.ribbon.changeShape','getRealBound','_getPageOffset','start','#4472c4','availHeight','inset(100%\x200\x200\x200)','slide.contextmenu.arrange','active','px,\x200px,\x20calc(100vw\x20-\x2016px\x20-\x20','_state$','getSelectionRanges','column-insert-dot','onKeyDown','activeScene','_initActiveSlideClose','translate3d(0,\x20100%,\x200)','toRgbString','Shdw1','82%','setContainer','mergeMenu','translateWithPrecision','univer-text-sm\x20univer-font-semibold\x20univer-text-gray-900','effect','px\x20','0\x208px\x2024px\x20rgba(15,\x2023,\x2042,\x200.14),\x200\x201px\x203px\x20rgba(15,\x2023,\x2042,\x200.12)','Master','_suspendHandleDisplay','getItem','image','flipY','_shapeFormatVisible','Round','slides-ui.shapePanel.line.joinType.miter','open','naturalHeight','pipe','slide.insert-chart.dialog','_resolveCellTextRect','_registerIcons','measurement','TitleAndBody','clearControls','row-insert-dot','ranges','slide.operation.presentation.preview-transition','getActiveSubUnitId','office','#000','_resolveTextStyle','#565960','getId','_shouldDrawStructuralHeaders','_renderContext','oKey','calculateTransformWithSrcRect','Title','slides-ui.shapePanel.fill.picture.alignment','setFillImage','URL','ArrowRight','createRender','_hasMenuSchema','suspendHandles','slides-ui.editorToolbar.alignTop','_hideHandlesForExternalAction','slides-ui.transitionPanel.effects.wipe','slides-ui.editorToolbar.alignJustify','getZoomRatio','univer-size-7','dark:hover:!univer-border-primary-400','_onPointerDown$','#eaf1fb','isOwnerSessionActive','slides-ui.quickStyles.presets.text.accentOrange','textStyle','univer-grid-cols-7','_getActiveSlideContext','Footer','slides-ui.searchPanel.empty','_clipRect','startRow','editor-ui-floating-container','slides-ui.backgroundPanel.solid','#fff2cc','name','slides-ui.image-panel.transform.rotate','theme','translate','split','_openObjectListPanel','_showConnectionSites','_drawPictureStroke','sqrt','Chart','capType','_drawCellFills','ctrlKey','then','6JbHxKo','_imageNativeCache','_commandService','boolean','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','isDrawingObject','_localeService','dataTransfer','style','setDocumentData','_slideTextEditingService','actualHeight','univer-mt-auto\x20univer-flex\x20univer-gap-2\x20univer-border-t\x20univer-border-gray-200\x20univer-px-4\x20univer-py-3\x20dark:!univer-border-gray-700','_createImageObject','_insertElement',':page','endSession','calc(100%\x20+\x2010px)','skipped','slides-ui.transitionPanel.effect','slides-ui.shapePanel.line.dashType.longDash','univer-grid-cols-4',':fill','_getRenderTransformInfo','_collectGroupChildIds','_wireStateToTransformer','univer-inline-flex\x20univer-items-center\x20univer-gap-2','_clearAudienceClosedTimer','false','univer-mb-1\x20univer-text-xs\x20univer-font-medium\x20univer-text-gray-500','ellipse','\x0a\x20\x20univer-flex\x20univer-size-7\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x0a\x20\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-outline-none\x20univer-transition-colors\x0a\x20\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x0a\x20\x20disabled:univer-cursor-not-allowed\x20disabled:univer-opacity-40\x0a\x20\x20dark:!univer-text-gray-300\x20dark:hover:!univer-bg-gray-800\x20dark:hover:!univer-text-gray-100\x0a','_resolveShapeToolbarEntry','group','_isSelectedStructuralTrigger','getThemeDataForPage','isAudienceMode','_getEndpointWorldPoints','fill','#d6dae0','translate3d(-100%,\x200,\x200)','slides-ui.transitionPanel.effects.split','CONTENT','_adaptorLoader','bold','parseInt','move','worldPoint','#a6a6a6','createShapeModel','slides-ui.objectListPanel.moveForward','verticalAlign','slides-ui.shapePanel.line.dashType.solid','activeEditing$','#f2a900','_closeBackgroundEditPanel','univer-text-center\x20univer-text-xs\x20univer-text-gray-600\x20dark:!univer-text-gray-300','bold\x20','relation','setBackgroundPanelOpen','isSelected','showMasterSp','#6b7280','speakerNotes','tick','slides-ui.objectListPanel.show','_registerWindowMessageFallback','PageUp','setTransitionPanelOpen','error','univer-hidden','getLayerIndex','connectionSiteToLocalPixel','_activeTransitionInfo','_activeTargetShapeId','_applyResolvedSource','cursor','ShapeIcon','univer-cursor-not-allowed','data','backgroundImageFit','_buildUpdatedRelation','padStart','_normalizeAngle','audience','#dfe3ea','layoutPageOrder','resolveBackground','_wireMarqueeSelection','_normalizeDrawingTransformForCompare','pageOffsetLeft','updateDocumentStyle','pageHeight','horizontalMajorStep','slides-ui.shapePanel.style.shadowSize','oldShapeText','sections','rgba(64,\x20156,\x20255,\x200.18)','pageMarginLeft','univer-h-full\x20univer-bg-gray-200','_globalPopupManagerService','RoundDot','slide.operation.contextmenu.group','isGroup','_buildUpdatedElement','slide.operation.contextmenu.flip-horizontal','transparent','_getTextRenderCache','slide.operation.open-transition-panel','univer-flex\x20univer-cursor-pointer\x20univer-flex-col\x20univer-items-stretch\x20univer-gap-2\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-sm\x20hover:univer-border-primary-600\x20hover:univer-bg-primary-50','_activeCropTarget','slides-ui.thumbnailBar.layoutPicker.layouts.twoColumns','_buildCropPatch','SUBITEMS','arc','adjName','pointerup','univer-items-center','presetId','shape','setTableSelection','</svg>','#666666','Uncover','presentationBackgroundGraphics','hidden','_buildSingleTransformPatch','slides-ui.shapePanel.fill.picture.scaleY','slideOrder$','_runtime','_drawShapeText','italic','removeEventListener','setShapeData','innerHeight','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600','getEditing','slide-chart.insert-panel','ResourcesIcon','slides-ui.editorToolbar.alignMiddle','legacy','slides-ui.quickStyles.presets.line.blackSolid','computeStraightConnectorLayout','_createHandles','slide.insert-ribbon.table','endOffset','originY','pageScaleX','offset','univer-bg-white/70\x20univer-pointer-events-none\x20univer-absolute\x20univer-bottom-2\x20univer-left-2\x20univer-z-[1]\x20univer-box-border\x20univer-min-w-5\x20univer-select-none\x20univer-rounded-full\x20univer-px-1.5\x20univer-py-0.5\x20univer-text-center\x20univer-text-xs\x20univer-font-medium\x20univer-leading-4\x20univer-text-gray-700\x20univer-shadow-sm\x20univer-backdrop-blur-sm\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200','icon','_resolveDrawingSearchByImageObject','slides-ui.shapePanel.fill.color','Solid','orderIndex','setConfig','_session$','worldToLocal','_initOpenCrop','univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-sm\x20univer-text-gray-600\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900','backward','setOnSavingEditorData','version','_shouldRedrawOrderChange','fontCache','documentData','text-accent-orange','completeEditing','opticalVerticalOffset','slide.operation.select-all','slide.operation.contextmenu.open-table-size-dialog','animate','_registerUIControllers','<rect\x20x=\x224\x22\x20y=\x225\x22\x20width=\x2216\x22\x20height=\x2214\x22\x20rx=\x222\x22/><circle\x20cx=\x229\x22\x20cy=\x2210\x22\x20r=\x222\x22/><path\x20d=\x22m7\x2017\x204-4\x203\x203\x202-2\x203\x203\x22/>','_table','_isHandledDrawingPointerDown','univer-border-gray-200','setLineDash','_drawTableOutline','univer-text-sm\x20univer-font-medium\x20dark:!univer-text-gray-200','_applyRenderTransformToLocalPoint','slides-ui.themePicker.title','suppressLocalOverlayUnitId','slides-ui.editorToolbar.fontSize','slides-ui.thumbnailBar.layoutPicker.layouts.titleOnly','Angular','slides-ui.insertToolbar.table','#5b8def','dashType','autoFit','initialText','pageMarginTop','glyphGroup','slide.operation.update-drawing-transform','GradientFill','minorDivisions','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','enumerable','_hasActiveStructuralControlState','_init','parentId','_createPattern','_isSyncingTransformer','getByOKey','updateDocumentDataMargin','_onSavingEditorData$','_native','changeShapeType','_buildLayouts','#c5cad2','maxWidthPadding','_getApplyObjectByCropObject','ceil','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20!univer-h-8\x20!univer-min-w-10\x20univer-text-base\x20!univer-text-slate-700\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:!univer-bg-slate-100\x20hover:!univer-text-primary-600\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','textDataByLevel','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-px-5\x20univer-py-1.5','univer-flex\x20univer-flex-shrink-0\x20univer-justify-end','solidColor','TRADITIONAL','alpha','setItem','blurRadius','univer-gap-1.5','add','area','onmessage','values','_sessionService','univer-text-xs\x20univer-text-gray-500\x20dark:!univer-text-gray-400','#f3f4f6','totalHeight','univer-cursor-pointer\x20hover:univer-bg-gray-100','engine','_controlState','resolve','_renderShapePath','editor','lineType','_drawCellHover','before','slides-ui.presentation.playFromCurrent','Medium','changeEnd$','univer-text-xs\x20univer-text-slate-500','cut','_bridgeToDrawingService','getMeasureText','OPERATION','data$','Wipe','slide.operation.update-shape-data','selectionContainsTable','getInverseCoord','addEventListener','img','dispose','StraightConnector1','6221535tKMKBg','_hitTestDrawingObjectsIncludeInGroup','refreshSrcRect','minImageEdge','univer-box-border\x20univer-flex\x20univer-size-full\x20univer-min-w-0\x20univer-max-w-full\x20univer-flex-col\x20univer-gap-3\x20univer-overflow-hidden\x20univer-p-4','observe','univer-text-primary-500','univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-300','univer-font-serif\x20univer-text-2xl','_resolveImageSource','@univerjs-pro/slides-ui','contentHeight','getFocusDrawings','_instanceSrv','audienceWindow','FALSE','_hasTableSelectionForStructuralControls','PaintBucketDoubleIcon','univer-p-2','ShapeRectTextboxVerticalIcon','triggerContextMenu','includes','univer-w-full','univer-cursor-default\x20univer-text-gray-300','univer:slides:ruler-visible','getAncestorScale','pageManager','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-border-gray-200\x20univer-bg-gray-50\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:univer-border-primary-300\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','setLayoutMeasurement','_globalImageNativeCache','rect','_goTo',';base64,','_getShapeModel','clientWidth','_handleImageIconAction','paddingTop','_rectIntersects','slides-ui.contextmenu.group','closest','isFinite','slide.insert-ribbon.shape','_applyPointerSelection','TitleOnly','_resolveMarqueeSelectionIds','_isPointInStructuralTriggerEnvelope','_normalizeSlideElementForCompare','Miter','resolveIconKeyByCoord','univer-size-4\x20univer-shrink-0','activeSlideId$','pageName','univer-flex\x20univer-flex-col\x20univer-items-center','_markDrawingPointerDownHandled','layoutPages','line-blue-end-arrow','_isMessageForCurrentClient','slides-ui.transitionPanel.effects.none','slides-ui.editorToolbar.alignLeft','initialDocData','Shdw14','_initCropperTransform','item','shouldIgnoreExternalFocusChanges','univer-grid\x20univer-grid-cols-2\x20univer-gap-3','editorId','shadowOpacity','slides-ui.shapePanel.line.title','univer-relative\x20univer-mb-2.5\x20univer-w-full\x20univer-cursor-pointer','OVERFLOW','slides-ui.shapePanel.fill.picture.offsetY','_ignoreTransformerEventsUntil','#ed7d31','_resolveIconLabel','univer-h-8\x20univer-w-full\x20univer-cursor-pointer\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-text-sm\x20univer-font-medium\x20univer-text-white\x20univer-transition-colors','_isPopupSelectionStillActive','imageTile','source','#4285f4','getUnitId','_searchCropObject','buildClipPath','_showPlaceholder','schedule','OTHERS','univer-flex','DiamondArrow','SELECTOR','Slide','settings','applyShapeClip','slides-ui.image-panel.arrange.forward','_revision','TopmostIcon','stringify','Diamond','slides-ui.image-panel.crop.title','stops','slide.operation.contextmenu.arrange-forward','_isHoveredStructuralTrigger','getActualSize','TAB','anonymous','getTypeOfUnitAdded$','_updatePlainTextShapeHostSize','back','_ownerActiveSlideSyncTimer','#ffffff','[data-u-comp=\x22editor-ui-floating-toolbar-popup\x22]','slides-ui.quickStyles.presets.text.titleBlack','transform','_controlHover','card','hasExplicitFill','#bfbfbf','Custom','Image','function','onPointerDown','focusDrawing','black','href','column-header','setAdjustValueByName','#f7faff','PictureWithCaption','previousSlideId','fillText','_clearPopupIfSelectionChanged','crossOrigin','slides-ui.contextmenu.transitionPanel','minHeight','univer-grid\x20univer-grid-cols-4\x20univer-gap-2','slides-ui.themePicker.tooltip','onReady','slides-ui.backgroundPanel.imageSource','removeRender','filled','rowHeight','_resolveParentGroupId','message','disableObjectsEvent','_editingParams$','slides-ui.quickStyles.presets.line.grayDashed','univer-grid\x20univer-grid-cols-3\x20univer-gap-3','level','_hasMeaningfulPointerDrag','stroke-linecap=\x22round\x22\x20stroke-linejoin=\x22round\x22>','min',',width=','univer-w-32','univer-flex\x20univer-flex-col\x20univer-gap-2\x20univer-border-l-2\x20univer-border-l-gray-200\x20univer-pl-3\x20dark:!univer-border-l-gray-600','pptxGroupFill','slides','slide.shape.text.float-menu','updateElement','univer-h-2\x20univer-bg-black','viewportScrollX','flipX','reorderGuide','files','fillType','JUSTIFIED','_resolveDeepestHitFromGroup','zero','univer-box-border\x20univer-flex\x20univer-w-full\x20univer-min-w-0\x20univer-justify-end\x20univer-gap-2','description','_sceneType','_buildTransformPatches','iterator','end','_renderManagerService','slides-ui.backgroundPanel.fit','slide.operation.contextmenu.flip-vertical','_clearPopup','convert','finally','onCommandExecuted','rows','icons','EDITOR_UI_','_syncTransformToData','_createTargetPointInfo','Cover','slides-ui.thumbnailBar.resizePanel','addObjects','_collectGroupDescendantIds','pages','enableObjectsEvent','slide.operation.cut-selection','slide-presentation-view','columnSpan','vertical','#c55a11','bounds','rowSpan','Header','slide.operation.presentation.start','_handles','elementOrderIndex','lineWidth','markPasted','openClip','getScreen','_initCommands','dataStream','border','reduce','_getConnectorData','textConfig','univer-size-3','getValue','softStroke','canUngroup','textarea','_getPanelInfo','_neutralizeLineBodyMovePatch','getAllUnitsForType','BUTTON','render','slides-ui.backgroundPanel.presentationBackgroundImages','dark:!univer-bg-gray-800','setSelectionRanges','insertTextBox','Split','placeholder','default','marginBottom','_slideCanvasPopManagerService','SectionHeader','univer-h-8\x20univer-rounded-md\x20univer-border\x20univer-border-primary-600\x20univer-bg-primary-600\x20univer-px-3\x20univer-text-sm\x20univer-text-white\x20hover:univer-bg-primary-700','_handledDrawingPointerDownEvent','_applyTransformPatches','slides-ui.thumbnailBar.contextMenu.copy','SlideNumber','slides-ui.quickStyles.lineStyles','rgba(180,180,180,1)','linear','Curved','slides-ui.presentation.speakerNotesEmpty','shadowPreset','_applyReadableTextFlip','slide-presentation-bg-','masterPageId','slides-ui.shapePanel.fill.picture.align.r','getConnectionSites','_scheduleRefreshActiveHandlesWithFollowUp','slides-ui.presentation.dualScreenUnavailable','#5b9bd5','textRuns','Arial','-body-placeholder-list','requestFullscreen','_background',':shadow','vertical270','pageTop','START','_connectionSites','slide-shape-shadow-color-picker','_clearHandles','5\x204','underline','univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-gray-100','_sidebarStateService','beforeCommandExecuted','NoFill','Source\x20Han\x20Sans\x20CN,\x20PingFang\x20SC,\x20Microsoft\x20YaHei,\x20sans-serif','<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20width=\x2224\x22\x20height=\x2224\x22\x20viewBox=\x220\x200\x2024\x2024\x22\x20','slides-ui.shapePanel.line.cornerRadius','scale(1.05)','line-blue-dashed','_transformConnectionSiteAngle','distance','line-blue-solid','_isPointInDrawingBounds','paragraphStyle','Flat','drawingIds','SquareDot','setAlpha','_updateConnectionDetection','content','getDrawingPoints','attachControl','shadowOffsetY','_scenePointerMoveSubs','_config','_clearEditingOnObject','textRanges','getOwnPropertyDescriptor','setActiveScene','payload','create','translate3d(0,\x20-100%,\x200)','_buildStructuralTriggers','getObjectIncludeInGroup','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-h-8\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-text-sm\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-text-slate-800\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:univer-bg-slate-100\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','slide.operation.open-page-background-format-panel','slide-thumb-viewport','location','_drawCenteredText','GROUP','channelName','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-text-sm','slides-ui.shapePanel.fill.picture.align.b','_requestFullscreen','line-gray-dashed-end-arrow','prototype','BACKSPACE','endsWith','point','Blank','mouseup','_orderedTopLevelIds','useDocumentModel','slides-ui.shapePanel.line.joinType.bevel','origin','slide.operation.contextmenu.open-shape-panel','_resolveElementTransform','univer-text-gray-600\x20univer-transition-transform\x20dark:!univer-text-gray-400','resources','kind','Shdw6','univer-flex\x20univer-items-center\x20univer-justify-between','sketchType','_transport','getData','fallbackImageHeight','resize','univer-flex\x20univer-flex-col\x20univer-gap-3','_createFreePointInfo','#4b5563','_attachHandleEvent','presenter.init','_removeMarqueeRect','Down','_pendingAction','clearAdjustValue','Path','color','stopPropagation','univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-center\x20univer-text-xs\x20univer-leading-4\x20univer-text-gray-700','_wiredObjectRefs','#a9d18e','_playbackService','strokeStyle','previousTo','Contain','slides-ui.shapePanel.line.sketchType.curved','clear','univer-block\x20univer-w-full\x20univer-cursor-pointer\x20univer-border-none\x20univer-bg-transparent\x20univer-px-3\x20univer-py-2\x20univer-text-left\x20hover:univer-bg-gray-50','univer-grid\x20univer-grid-cols-3\x20univer-gap-2\x20[&>div]:univer-grid\x20[&>div]:univer-gap-1','slides-ui.editorToolbar.alignRight','slide-speaker-notes-display','defaultText','ignoreExternalFocusChanges','Date','getActiveSlide','circle','univer-rounded-lg\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','disabled','_commitInheritedPlaceholderDocument','Bevel','getState','_lastClickTime','angle','_activeObjectListInfo','univer-rounded-lg\x20univer-p-3\x20dark:!univer-bg-gray-900','dashed','updatePlainTextShapeHostHeight','canva','SlideshowThemeIcon','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-3\x20univer-border-none\x20univer-bg-transparent\x20univer-px-4\x20univer-text-left\x20univer-text-sm','univer-block\x20univer-min-w-0','shapeType','setTableControlHover','univer-flex\x20univer-h-10\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-border\x20univer-border-gray-600\x20univer-bg-transparent\x20univer-px-4\x20univer-text-sm\x20univer-text-gray-200\x20hover:univer-border-white\x20hover:univer-text-white','SolidFill','custom','slides-ui.presentation.speakerNotesPlaceholder',':line','_adjustController','table-cell','skewX','_activeShapeInfo','slides-ui.backgroundPanel.fitOptions.stretch','addToSelection','preventDefault','UUID','onStarting','_sessionId','\x20px','_resolveConnectionSiteDefs','inset(50%\x200\x2050%\x200)','univer-border-white/10\x20univer-absolute\x20univer-right-0\x20univer-top-0\x20univer-flex\x20univer-w-[min(420px,34vw)]\x20univer-flex-col\x20univer-border-l\x20univer-bg-neutral-950\x20univer-p-6\x20univer-text-white','_findTargetShapeAtPoint','blue','slides-ui.quickStyles.presets.line.blueDashedEndArrow','slide.operation.presentation.stop','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-px-4\x20univer-py-3\x20dark:!univer-text-gray-200','slides-ui.image-panel.transform.x','_isPositionOnlyObjectTransformChange','_element','set','round','_oKeyMap','gradientStops','changeStart$','_findNearestConnectionSite','minorTick','_triggerGroupParentPointerDown','_normalizeCrop','setEditing','getDocumentData','firstRow','wrapStrategy','connectorData','_rangeSelect','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-border-0\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-text-slate-800\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:univer-bg-slate-100\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','slides-ui.backgroundPanel.fitOptions.repeat','NoLine','_readyTimer','univer-text-sm\x20univer-text-gray-600','univer-h-16\x20univer-w-full\x20univer-overflow-hidden\x20univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white','_playbackSubscription','accept','updateShapeText','major','slide-cxn-site-','setContextValue','_shouldDrawInsertDots','skewY','addNotification','anyPanelOpen$','contains','groupFill','dropPosition','resolveImageSource','rgba(226,\x20232,\x20240,\x200.95)','asObservable','slide.menu.insert.image','_queueOwnerActiveSlideSync','applyPoint','shadowSize','LEFT','univer-text-sm\x20univer-font-semibold\x20dark:!univer-text-gray-100','finished','univer-box-border\x20univer-block\x20univer-min-h-40\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-full\x20univer-resize-y\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-3\x20univer-py-2\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-900\x20univer-outline-none\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-100\x20dark:placeholder:!univer-text-gray-500\x20dark:focus:!univer-border-primary-500','_drawOutline','_resolveText','_registerOwnerActiveSlideSync','slide.speaker-notes.dialog','MoveUpIcon','getDrawingByParam','saveImage','toString','hasExplicitStroke','getMainViewport','Arrow','transformVector2SceneCoord','slide-presentation-viewport','slide.operation.contextmenu.arrange-back','cancelEditing','_pickImageFile','previewTransition','canShowDualScreenEntry$','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','5906439wrvlvB','_resolveNextElementTransform','get','_previewTable','univer-relative\x20univer-flex\x20univer-size-full\x20univer-flex-col\x20univer-overflow-hidden','slides-ui.shapePanel.style.shadowBlurRadius','_startWithRetry','Shdw10','rgba(','slides-ui.insertToolbar.chart','defaultStyleColors','imageOpacity','_rectContains','StickyNoteIcon','_getCenteredTransform','imageSourceType','univer-text-xs\x20univer-font-medium\x20univer-text-gray-500\x20dark:!univer-text-gray-200','Table','slides-ui.presentation.fullscreenPrompt','-default','getDocumentStyle','LongDash','crispEdges','_buildTranslatedConnectorPatch','univer-min-w-0\x20univer-flex-1\x20univer-truncate','ShapeRectTextboxHorizontalIcon','removeNotification','-placeholder-rich-text','_currentConnectionTarget','header','_lastAppliedRevision','outerShadow','dispose$','OpenArrow','yellow','#f4b183','insertImage','getSelectedObjectMap','textBaseline','clearCopperControl','univer-grid\x20univer-gap-2','lineTo','label','_isSlideDrawingTarget','univer-border-primary-600\x20univer-bg-primary-600\x20hover:univer-border-primary-700\x20hover:univer-bg-primary-700','line-blue-dashed-end-arrow','univer-text-base\x20univer-leading-7\x20univer-text-gray-500','_drawCellTexts','fromCharCode','sceneScale','with','resolveElements','ancestorTransform','univer-border-primary-700\x20univer-bg-primary-700\x20univer-ring-2\x20univer-ring-primary-100','getUnit','rgba(26,\x20115,\x20232,\x200.22)','setNativeImage','documents','slides-ui.backgroundPanel.fitOptions.cover','MASTER','shadowDirection','univer-flex\x20univer-size-4\x20univer-items-center\x20univer-justify-center','slides-ui.shapePanel.style.shadowDirection','_createObjectPositionObserver','_hasActiveTableChrome','sort','clientHeight','button','hoverId','_commitInheritedPlaceholderElement','offsetY','parent','Stretch','slides-ui.thumbnailBar.addSlide','getShapeModel','slides-ui.shapePanel.line.capType.square','univer-ml-1\x20univer-text-xs\x20univer-text-slate-500','getScene','_rebuildMap','DELETE','startAudienceSession','_updateMarqueeRect','126IiwKmQ','_marqueeRect','_resolveTableSnapshot','slides-ui.shapePanel.line.arrowSize.medium','RIGHT','line-black-solid','univer-bg-black/80\x20univer-absolute\x20univer-bottom-6\x20univer-left-1/2\x20univer-z-[1001]\x20-univer-translate-x-1/2\x20univer-rounded\x20univer-px-4\x20univer-py-2\x20univer-text-sm\x20univer-text-white','floor','insertShape','_postOwnerMessageToAudience','univer-flex-1\x20univer-overflow-auto','pageOffsetTop','slides-ui.editorToolbar.horizontalAlign','max','#4a90d9','hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-800','univer-w-96\x20univer-gap-2\x20univer-rounded-xl\x20univer-bg-white\x20univer-p-4\x20univer-shadow','univer-mb-1\x20univer-block\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-300','univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','_followConnectorsForMovedShape','#fbfcfe','startOwnerSession','slides-ui.thumbnailBar.contextMenu.paste','univer-mb-3','focus','_dispatchPointerDown','lineStrokeType','slides-ui.transition-panel','_isEndpointDragging','direction','_dirty$','#70ad47','Placeholder','slides-ui.transitionPanel.direction','ESC','#fbe5d6','_isLineShapeElement','Body','_findSlidePlaceholderOverride','select','clone','getTransformer','univer-text-gray-600\x20dark:!univer-text-gray-400','#0f172a','setHover','createControlForCopper','_resolveConnectorLocalPoints','fontWeight','_buildRouteLayout','univer-flex\x20univer-gap-2','slides-ui.presentation.next','_clearTransformerSelection','slides-ui.transitionPanel.directions.left','localeService','slides-ui.transitionPanel.directions.down','univer-box-border\x20univer-px-4\x20univer-py-3\x20univer-text-sm','_audienceClosedTimer','pluginName','asc','THUMBNAIL','tableId','#c7d2e3','_configService','slides-ui.shapePanel.line.arrowSize.small','editingParams$','_canShowDualScreenEntry$','slides-ui.quickStyles.presets.line.grayDashedEndArrow','6113124dCWiLE','originX','clearTimeout','OvalArrow','registerShortcut','slides-ui.shapePanel.line.sketchType.none','slides-ui.transitionPanel.effects.cut','data:image/svg+xml;charset=utf-8,','registerRenderModule','themeId','pageType','-placeholder-text','bullet','_handleOwnerMessage','_getStructuralControlZoom','_shouldHideCellTextForEditor','_getOrCreateImageLoadingPromise','executeCommand','addBelow','getBoundingClientRect','translate3d(100%,\x200,\x200)','signature','univer-flex\x20univer-h-8\x20univer-w-32\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-700\x20univer-shadow-sm\x20univer-transition-colors\x20hover:univer-border-primary-400\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-200','closed','univer-border-solid','slides-ui.shapePanel.line.arrowType.ovalArrow','_documentTextRenderCache','slide.operation.update-shape-transform','loadSource','_subscribeToShapeMoveForConnectorFollow','Left','intersect','darkMode','_getConnectPointInfo','fillStyle','_commitAdjValueUpdate','_draw','dsc','univer-text-red-600','stop','univer-border-primary-500\x20univer-ring-2\x20univer-ring-primary-100\x20dark:!univer-border-primary-400\x20dark:!univer-ring-primary-900','fromBeginning','availWidth','-thumb-','updateBackground','univer-absolute\x20univer-bottom-0\x20univer-right-0\x20univer-top-0\x20univer-z-20\x20univer-w-1.5\x20univer-cursor-col-resize\x20univer-bg-transparent\x20univer-transition-colors\x20hover:univer-bg-primary-200\x20active:univer-bg-primary-300\x20dark:hover:!univer-bg-primary-700\x20dark:active:!univer-bg-primary-600','forEach','orange','keys','shapeData','univer-flex\x20univer-min-w-0\x20univer-gap-2','dash','rgba(255,255,255,0)','opener','_resolveIcons','dark:!univer-ring-primary-900','#ffff00','currentTarget','Repeat','getTable','isHovered','slides-ui.shapePanel.line.dashType.roundDot','_resolvePictureFill','reason','_wireTransformerToState','slides-ui.contextmenu.backgroundPanel','http://www.w3.org/2000/svg','shapePanelOpen','onChange','fillImageSourceType','column','doc','Shape','marginTop','#9dc3e6','px\x20-\x20100%)))','gradientAngle','_resolveSlideModel','univer-rounded-lg\x20univer-p-3','unitId','Layout','accent','slides-ui.config','drawingId','_createRenderer','slides-ui.shapePanel.line.endArrowType','context','position','_pageOffsetTop','nameBase','_drawResolvedGrid','addColorStop','register','slide.operation.close-object-list-panel','getObjects','fallbackImageWidth','#fde68a','univer-absolute\x20univer-inset-0','_drawCellBorders','scroll','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','zoomRatio$','focus$','attachTo','univer-flex\x20univer-size-16\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-4\x20univer-border-gray-400\x20univer-bg-transparent\x20univer-text-gray-300\x20hover:univer-border-white\x20hover:univer-text-white\x20disabled:univer-cursor-not-allowed\x20disabled:univer-opacity-40\x20disabled:hover:univer-border-gray-400\x20disabled:hover:univer-text-gray-300','textWrap','peek','previousOnTop','copy','startArrow','slides-ui.editorToolbar.bold','min(420px,\x2034vw)','opacity','target','fixed','_wirePointerEvents','textData','_lastDispatchedPointerEvent','gray','_prepareImage','univer-fixed\x20univer-w-44\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-py-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg','imageRotateWithShape','skipNextObservers','_commitEndpointMoveWithLayout','slide.shape.picker.component','call','onPointerEnter$','univer-px-2.5','siteObject','#9fa6b2','refreshControls','maxPerRow','muted','UNSPECIFIED','inheritGroupFill','unsubscribe','_loadShapePictureFill','slides-ui.insertToolbar.textHorizontal','row','slides-ui.transitionPanel.preview','scale','clip','DashDot','getViewport','univer-text-sm','slides-ui.image-panel.arrange.title','slides-ui.backgroundPanel.transparency','_lastActionKey','fontFamily','slide.operation.open-shape-format-panel','slides-ui.shapePanel.fill.picture.rotateWithShape','\x20×\x20','slide.shape.floating-toolbar','#1f2937','audience-timeout','Square','_getSelectedStructuralRange','Warning','slides-ui.insertToolbar.image','getSkeleton','_ignoreExternalFocusChangesUntil','slide-clip-','visible','slide.change-shape-picker.component','body','_placeholderProps','shapeFill','shape-dark-','_channel','CENTER','#fff8dc','vertexAngle','1px\x20solid\x20','univer-cursor-pointer\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-white\x20hover:univer-bg-gray-700','1.0.0-alpha.2','light-blue','getConnectionSiteList','slides-ui.shapePanel.fill.noFill','univer-mb-2\x20univer-text-center\x20univer-text-3xl\x20univer-font-light\x20univer-text-gray-300','UNIVER_SLIDE','snippet','_closeObjectListPanel','univer-grid\x20univer-grid-cols-2\x20univer-gap-3\x20md:univer-grid-cols-4','index','isHorizontal','toggleVisible','slides-ui.shapePanel.line.sketchType.handDrawn','_isAdjustHandleDragging','check','InsertIcon','_triggerPlaceholderAction','scale(0.9)','0\x2010px\x2028px\x20rgba(15,23,42,0.16)','{current}','slide.operation.close-shape-format-panel','isFocused','_buildDisconnectedLineElement','_isDirty','getCanvasElement','1582065uqmmVy','slides-ui.shapePanel.line.capType.flat','canOpenTableSizeDialog','_requestRender','Reveal','radial','slides-ui.tableSizePicker.title','_onPointerLeave$','trim','aside','clearActiveEditing','_eagerInit','hover:univer-bg-gray-100','showPlaceholder','separator','shouldShowTransformer','key','cell','_uiPartsService','univer-flex\x20univer-h-28\x20univer-shrink-0\x20univer-flex-col\x20univer-gap-1.5\x20univer-border-t\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-4\x20univer-py-2\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','-default-list','textDirection','getContextValue','draggedPageId','getImageSourceCache','univer-flex\x20univer-h-8\x20univer-w-[72px]\x20univer-items-center\x20univer-justify-between\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-px-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-slate-800\x20hover:univer-bg-slate-100','slides-ui.image-panel.arrange.back','Rect','value','#fff','slice','BULLET_LIST','isInGroup','univer-mb-0.5\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900','univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-text-sm\x20univer-text-gray-500','onDoubleClick$','univer-border-gray-200\x20dark:!univer-border-gray-700','MOVE','Connector','SolidLine','_slideDrawingService','100%','line-black-dashed','slides-ui.contextmenu.speakerNotes','slide.operation.close-transition-panel','getAllObjectsByOrder','block','nestingLevel','isRichText','onPointerUp$','slides-ui.backgroundPanel.color','StealthArrow','Radial','remove$','changing$','_buildConnectorFollowPatch','_applyOuterShadow','isRealtimePreview','Gradient','columns','_fillImage','center\x20center','symbol','random','_updateHandlePositionsFromVisualObject','rgba(60,\x2064,\x2067,\x200.16)','slide-table-size-dialog','requestRender','showContextualTab','retryAudienceFullscreen','pageLeft','Escape','_ribbonService','<path\x20d=\x22M5\x2019V5\x22/><path\x20d=\x22M5\x2019h15\x22/><path\x20d=\x22M9\x2016V9\x22/><path\x20d=\x22M13\x2016V6\x22/><path\x20d=\x22M17\x2016v-4\x22/>','selectDrawings','pageIndex','pageWidth','slides-ui.shapePanel.fill.solidFill','currentSlideId','left','WRAP','catch','Dash','presentation','_getExistingMultiSelectionIds','_lastClickedOKey','slides-ui.objectListPanel.moveBackward','univer-grid\x20univer-gap-3','small','BOTTOM','slides-ui.shapePanel.fill.pictureFill','goToSlide','isRender','_realtimePreviewMode','margins','_initPlaceholderAction','_applyTransformerConfig','order','univer-mx-1\x20univer-h-5\x20univer-w-px\x20univer-bg-slate-200','playback.sync','zIndex','_injector','slides-ui.shapePanel.line.sketchType.title','_shouldShowTransformer','element','univer-fixed','Group','test','_resolveTextDocumentData','slides-ui.shapePanel.line.solidLine','inset(0\x2050%\x200\x2050%)','setTableCellHover','onTransformChange$','unshift','slides-ui.shapePanel.line.dashType.dashDot','selectable','slides-ui.image-panel.arrange.front','count','slide.contextMenu.drawing','line-green-dashed-two-way-arrow','dark:!univer-text-gray-200','slide.operation.insert.open-image','univer-fixed\x20univer-inset-0\x20univer-outline-none','AddImageIcon','univer-absolute\x20univer-left-0\x20univer-top-[calc(100%+6px)]\x20univer-z-[1002]\x20univer-flex\x20univer-w-14\x20univer-flex-col\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-slate-200\x20univer-bg-white\x20univer-p-1','documentElement','_normalizeColor','getObject','removeLinePoints','4109802QfEryx','setVisible','_transformerVisibilityService','univer-mb-1\x20univer-text-xs\x20univer-text-primary-600','isActiveEditing','containerOffsetTop','_getObjectLocalPosition','getParent','shape-white-gray','_fitSize','size','restoreHandles','getImage','lines','_getMarqueeHitIds','#808080','#8faadc','_getSceneObjectByKey','shape-soft-','_subscribeToTransformer','flex','slides-ui.quickStyles.presets.line.blueSolid','_iconImageCache','getBody','univer-h-8\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-3\x20univer-text-sm\x20univer-text-gray-700\x20hover:univer-bg-gray-50\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','requestAnimationFrame','PageDown','shapeId','_tableResourceService','_messages$','currentScreen','abd','add$','_isOpenedTransitionPanel','Source\x20Han\x20Serif\x20SC,\x20Songti\x20SC,\x20serif','ROTATE_HANDLE_OFFSET_PX','slides-ui.backgroundPanel.insertImage','createLinearGradient','_addHoverForImageCropper','inset(0\x20100%\x200\x200)','slides-ui.objectListPanel.title','_setEditingOnObject','getScreenDetails','-cell-','startX','isSuppressingLocalOverlay','minPositionOffset','CenterTitle','getLocationHref','messageId','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-flex\x20univer-h-24\x20univer-items-center\x20univer-justify-center\x20univer-gap-7\x20univer-bg-neutral-950\x20univer-px-8\x20univer-text-white','update$','shape-white-blue','slides-ui.contextmenu.ungroup','_createPlaceholderObject','slides-ui.image-panel.transform.lock','svg','getMenuByPositionKey','paragraphs','#dadce0','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','slide-cxn-start-','_popupDisposable','slide.operation.contextmenu.arrange-front','slide-adj-','_applyRealtimePreviewPatches','shapeKey','subUnitId','TRUE','stroke','rgb','getShapeTextRect','_isOpenedBackgroundEditPanel','_ownerActiveSlideSubscription','getShapeType','slides-ui.presentation.exit','srcRectAngle',',\x201fr)','setShapePanelOpen','_shouldIgnoreFocusChanges','marginRight','canGroup','FlipHorizontalIcon','_editingCell','elementId','centerAngle','currentFrom','slides-ui.backgroundPanel.applyToAll','Text','isInteger','_rebuildScheduled','parse','_scheduleRefreshActiveHandles','Large','_shouldIgnorePointerFocusChanges','setTimeout','_iconSvgByName','univer.slide-transformer-visibility.service','univer-ml-0.5\x20univer-text-xs\x20univer-text-slate-500','_clearOwnerActiveSlideSyncTimer','_drawStructuralHeaders','onBlur$','slides-ui.shapePanel.title','ang','elementOrder','setTableControlState','onPointerUp','getTransformerByCreate','_buildReroutePatchForSingleConnected','_syncToTransformer','slides-ui.shapePanel.style.shadowPresetTitle','univer-w-28','slide.operation.paste-selection','_patch','univer-flex\x20univer-size-full\x20univer-flex-col','viewportScrollY','_executor','slides-ui.searchPanel.noQuery','FOOTER','FlipVerticalIcon','_instanceService','hoveredTrigger','adjustValues','univer-text-xl\x20univer-text-gray-500','_hitTestSrv','getMatrix','pick','slides-ui.backgroundPanel.fitOptions.contain','SHIFT','Zoom','slides-ui.contextmenu.flipVertical','some','_lastRealtimeSyncAt','groupBaseBound','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-justify-end','state$','worldPoints','isHitLine','BottomIcon','updateDocumentRenderConfig','slides-ui.shapePanel.line.dashType.title','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-p-4','borders','getShapeTextData','getWindow','univer-bg-slate-100\x20univer-font-semibold','_resolveCellForText','BOTH','CLIP','strokeColor','univer-w-20','clipPath','sourceType','TextIcon','border-box','<rect\x20x=\x225\x22\x20y=\x224\x22\x20width=\x2214\x22\x20height=\x2216\x22\x20rx=\x222\x22/><path\x20d=\x22M9\x208h6M9\x2012h6M9\x2016h4\x22/>','slides-ui.transitionPanel.effects.zoom','slides-ui.transitionPanel.effects.cover','flatMap','_sidebarService','getVisible','slides-ui.presentation.speakerNotesSave','grpFill','univer-absolute\x20-univer-bottom-1\x20univer-left-0\x20univer-right-0\x20univer-h-0.5\x20univer-rounded-sm\x20univer-bg-primary-600','save','front','#1a73e8','fit','_resolvePlaceholderLevelTextDocumentData','startY','univer-px-4\x20univer-pb-3\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-300','univer-w-[min(520px,48vw)]\x20univer-min-w-64','_toLocalAdjustPoint','audienceFullscreenPromptVisible','_onDoubleClick$','inset(0\x200\x200\x200)','match','slide-text-','_drawImage','Push','slideOrder','_markImageReady','middle','_lastActionAt','_globalImageLoadingCache','_resolvePlaceholderActionHit','number','slides-ui.shapePanel.line.beginArrowSize','dataModel','slides-ui.shapePanel.line.joinType.round','slide-cxn-end-','softFill','evented','slide-thumb-bg-','collapsed','calcAdjValue','pptxGrpFill','slides-ui.backgroundPanel.presentationBackgroundEmpty','Aptos,\x20\x22Segoe\x20UI\x22,\x20Arial,\x20sans-serif','children','#e2f0d9','imageIoService','registerCommand','PictureFill','slides-ui.shapePanel.line.arrowType.openArrow','univer-min-w-12\x20univer-text-center','#e8f1ff','_startSlideId','univer-relative\x20univer-w-full\x20univer-bg-transparent','createControl$','_coreRenderArea','moveTo','altKey','slides-ui.contextmenu.addPage','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-box-border\x20univer-w-[360px]\x20univer-bg-white\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-900\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','shape-white-black','_isUpdatingConnectors','popup','removeObject','_applyMarqueeRectStyle','canFlip','getContext','_listenFocusChanges','deepClone','complete','FromArray','RulerIcon','fillImageSource','getDrawingOrder','_pageData','_closeTransitionPanel','docSelectionRenderService','slides-ui.backgroundPanel.presentationBackground','slides-ui.editorToolbar.italic','focusedId','_resolveTextBoxIsHorizontal','univer-bg-primary-50\x20univer-text-primary-600','setObjectListPanelOpen','_isConnectorLineElement','onFileLoaded$','slides-ui.shapePanel.fill.picture.source','restore','rgba(64,\x20156,\x20255,\x200.42)','#d2e3fc','revision','_openCrop','_registerEditorRenderModules','renderConfig','slides-ui.shapePanel.line.endArrowSize','pasteCount','disposeWithMe','delete','#edf4fb','masterPages','slides-ui.shapePanel.fill.transparency','clientX','slide.operation.presentation.next','AllMasters','postMessage','top','presentationBackgroundFit','getSkeletonData','drawImage','listType','univer-max-h-80\x20univer-overflow-y-auto\x20univer-py-1','slides-ui.thumbnailBar.layoutPicker.title','-crop','slides-ui.searchPanel.placeholder','univer-rounded-lg','page','UngroupIcon','_guards','masterPageOrder','currentIndex','slide-page-rect','univer-overflow-hidden\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20dark:!univer-border-gray-600','_getImageObject','_buildPopupSelectionKey','_createImagePromise','slides-ui.quickStyles.textStyles','onload','_objectProvider','univer-relative\x20univer-flex\x20univer-min-h-0\x20univer-flex-1\x20univer-overflow-hidden','type','#edf7e6','slides-ui.shapePanel.style.shadow','clearSelection','indexOf','addButton','shadowColor','toUpperCase','textColor','clientY','scaleX','_renderObjectMap','_resolvePointerScenePoint','_wireTextEditingGuard','_clearWindowMessageFallback','shape-green-green','hitTest','SLIDE_SHAPE_TEXT','univer-bg-gray-100\x20dark:!univer-bg-gray-800','text','getAllObjectsByOrderForPick','cloneShapeDataForShapeType','classType','_isEditing','_openShapeEditPanel','PRESENTATION','_restoreHandlesAfterExternalAction','file','setProps','_imageLoadingCache','pointerleave','image/*','packageName','refreshAvailability','_shouldRedrawTableChange','makeDirty','scale(1)','roundRect','slides-ui.quickStyles.presets.line.blueEndArrow','addObject$','dark:!univer-border-gray-600','minor','univer-rounded-lg\x20univer-bg-white\x20univer-p-2\x20dark:!univer-bg-gray-900','_cellHover','clip-','1490702kGhEcp','client.ready','defaultPageSize','slides-ui.quickStyles.presets.text.noteGray','slide','_isLineShapeDrawing','canOpenShapePanel','font','_commitEndpointMove','activeEditingId','slides-ui.shapePanel.style.shadowPreset.','rgba(0,0,0,0.15)','slide.operation.contextmenu.open-object-list-panel','univer-text-sm\x20dark:!univer-text-gray-200','slides-ui.shapePanel.line.width','emitEvent','pageSize','ENTER','_attachScheduled','cancel','updateNotification','univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-400','_refreshActiveHandles','closeAudienceWindow','lineJoinType','shapeTextOpticalVerticalAlign','slides-ui.slide-drawing-state.service','every','<circle\x20cx=\x227\x22\x20cy=\x227\x22\x20r=\x223\x22/><circle\x20cx=\x2217\x22\x20cy=\x227\x22\x20r=\x223\x22/><circle\x20cx=\x2212\x22\x20cy=\x2217\x22\x20r=\x223\x22/><path\x20d=\x22m9.5\x208.5\x205\x200M8.5\x209.5\x2011\x2014M15.5\x209.5\x2013\x2014\x22/>','_drawIconCell','elements','_createGradient','clearSelectedObjects','setBaseBound','slides-ui.slide-ruler-state.service','CTRL_COMMAND','#7f8ea3','setCollapsedIds','univer-w-80\x20univer-overflow-hidden\x20univer-bg-white\x20dark:!univer-bg-gray-900','http://localhost/','_isEditingDrawing','_pageWidth','accent1','slides-ui.presentation.playFromBeginning','_isOpenedShapeEditPanel','_contextService','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','#f1f3f4','playMode','getRenderById','ungroup','isSingle','angular','remove','LongDashDot','_applyConnectorRouteLayoutToVisualObject','createTransport','forward','decorate','fontSize','options','removeAllRanges','_drawTableHandle','_messageSubscription','getTextRect','loadPageSkeleton','#1f4e79','slides-ui.presentation.slideProgress','square','background','slide.operation.insert.open-chart-dialog','_createCoordTransform','_isTinyConnectorLineBodyMove','exec','univer-flex\x20univer-h-8\x20univer-min-w-10\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-px-2\x20univer-text-base\x20univer-text-slate-700\x20univer-transition-colors\x20hover:univer-bg-slate-100\x20hover:univer-text-primary-600\x20active:univer-bg-primary-50','convertToRenderObjects','focused$','slides-ui.shapePanel.line.arrowType.stealthArrow','_ending','univer-py-6\x20univer-text-center\x20univer-text-sm\x20univer-text-gray-500','slides-ui.backgroundPanel.patternHint',',top=','slideTable','univer-absolute\x20univer-bottom-4\x20univer-left-1/2\x20univer-flex\x20-univer-translate-x-1/2\x20univer-items-center\x20univer-gap-2\x20univer-rounded-full\x20univer-px-3\x20univer-py-1.5\x20univer-text-sm\x20univer-text-white\x20univer-shadow-lg','mainComponent','_initCloseCrop','_withAlpha','Cut','_activeBackgroundInfo','_getVisibleSlideIds','_syncFromTransformer','slides-ui.presentation-window.service','onerror','openSelfSizeMode','owner-window-unload','verticalMajorStep','#ffc000','Fade','_postOwnerMessage','visible$','_resolveTopGroupSelectionTarget','slides-ui.objectListPanel.showAll','slides-ui.shapePanel.fill.picture.insert','topOffset','_initUIComponents','prstGeom','Tile','row-header','drawingManagerData','isNaN','getContainer','endArrow','total','path','UNIVER_DOC','slides-ui.backgroundPanel.title','0\x200\x2036\x2024','#595959','univer-relative\x20univer-box-border\x20univer-aspect-video\x20univer-w-full\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border-2\x20univer-border-solid\x20univer-bg-white\x20dark:!univer-bg-gray-950','16px\x20Source\x20Han\x20Sans\x20CN,\x20PingFang\x20SC,\x20Microsoft\x20YaHei,\x20sans-serif','input','slides-ui.object-list-panel','_registerPanelOperations','mousemove','shadowOffsetX','shape-filled-','_startCropperTransform','application/octet-stream','onPointerLeave$','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-items-center\x20univer-px-4\x20univer-py-2','slide.operation.contextmenu.open-background-panel','slides-ui.shapePanel.fill.picture.align.bl','pageScale','univer-absolute\x20univer-left-0\x20univer-z-[1001]\x20univer-flex\x20univer-w-max\x20univer-flex-wrap\x20univer-items-center\x20univer-gap-0.5\x20univer-p-1','slides-ui.thumbnailBar.layoutPicker.layouts.comparison','slides-ui.objectListPanel.hide','slide-page-background-','slide.insert-ribbon.search','univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-3\x20univer-py-1.5\x20univer-text-sm\x20univer-font-medium\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','popup=yes,fullscreen=yes,left=','rotation','_subscribeToSceneLayoutChanges','editorUnitId','_menuManagerService','_subscribeToTransformerVisibility','syncExecuteCommand','localToWorld','dirty$','pointermove','appearance','slides-ui.backgroundPanel.backgroundGraphics','computeConnectorResizeLayout','now','multiply','subscribe','components','slides-ui.shapePanel.fill.gradientFill','_openMenuAt','parseFloat','ctr','getConnectorLinePoints','shapeModel','cos','\x20x\x20','_closeShapeEditPanel','Right','isRenderLinePointsMode','RIBBON','_commitEditingElement','topLevelDrawingIds','Shdw2','univer-grid\x20univer-gap-1','calculate','buttons','idx','slides-ui.quickStyles.presets.line.orangeSolid','_onPointerEnter$','getClipRect','setSrcRect','_toScenePoint','patches','slides-ui.image-panel.arrange.backward','_isConnectorFollowSourceElement','#000000','triggerPointerDown','_handleAudienceMessage','updatePlainTextShapeHostSize','translate3d(0,\x200,\x200)','cxnIndex','diamond','_shortcutService','mousedown','line-green-two-way-arrow','baseBound','_scheduleRebuild','slides-ui.image-panel.transform.y','absolute','shapeHeight','slides-ui.tableSizePicker.customSize','sceneKey','slides-ui.shapePanel.fill.picture.align.l','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pt-2','_pageOffsetLeft','_imageClipService','slide.operation.update-shape-type','down','univer-size-4\x20univer-shrink-0\x20univer-rounded-sm\x20univer-border\x20univer-border-gray-200','_drawReorderGuide','src','#548235','_getDrawingRenderObject','slides-ui.shapePanel.fill.picture.align.br','univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-max-w-full\x20univer-flex-1\x20univer-overflow-y-auto\x20univer-overflow-x-hidden','Pattern','EDIT','clientId','userSelect','slide.operation.contextmenu.ungroup','removeFromSelection','univer-border-b\x20univer-border-gray-200\x20univer-px-4\x20univer-py-4\x20dark:!univer-border-gray-700','commitEditingDocument','zoomRatio','slide-table-size-picker','_clearReadyTimer','appendChild','univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-700\x20dark:!univer-text-gray-200','_scheduleAttachWithFollowUp','current','slides-ui.quickStyles.groups.dashed','update','_popupSelectionKey','currentColor','slides-ui.backgroundPanel.hideBackgroundGraphics','backgroundPanelOpen','_listenSelection','gradient','_resolveScenePointOptions','messages$','sceneType','blur','pageId','crop','UNIVER_SLIDES_UI_PLUGIN','line','find','registerComponent','univer-flex\x20univer-size-8\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-text-base\x20univer-text-slate-700\x20univer-transition-colors\x20hover:univer-bg-slate-100\x20hover:univer-text-primary-600\x20active:univer-bg-primary-50','_channelName','_activeFocusedDrawing','univer-my-4\x20univer-h-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','columnWidth','unit','display','solidOpacity','cxnPointRadius','toLocaleLowerCase','univer-flex\x20univer-items-center\x20univer-gap-2','map','_createHandlesForDrawing','pptxTable','slide.operation.delete-selection','cornerRadius','_emit','slides-ui.editorToolbar.alignCenter','clearControl$','getOrderedTopLevelDrawings','mode','dark','#5f6368','univer-grid\x20univer-gap-4\x20univer-py-1','worldRect','_drawSelection','getConfig','toFixed','_realtimeSyncIntervalMs','slides-ui.tableSizePicker.columns','owner-stop','slide-page-clip-','push','_previewAdjValueUpdate','slides-ui.contextmenu.flipHorizontal','abs','slides-ui.transitionPanel.directions.right','handoutMasterPages','drawings','replace','_getDrawingByObjectKey','univer-px-3.5\x20univer-py-4\x20univer-text-xs\x20univer-text-gray-500','_adaptors','getSlide','cells','slides-ui.shapePanel.fill.picture.tileAsTexture','selectedStructuralRange','univer-absolute\x20-univer-top-1\x20univer-left-0\x20univer-right-0\x20univer-h-0.5\x20univer-rounded-sm\x20univer-bg-primary-600','title','keydown','_scheduleAttach','univer-mt-4\x20univer-text-xl\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-gray-100','slide.operation.insert.text-box','_textRenderCaches','right','setSelectedControl','_wireLifecycleEvents','slides-ui.objectListPanel.hideAll','backgroundColor','params','primary','offsetX','line-orange-solid','isTextBox','_drawIconImage','loadPage','univer-min-h-0\x20univer-flex-1\x20univer-overflow-auto\x20univer-whitespace-pre-wrap\x20univer-text-xl\x20univer-text-gray-100','slides-ui.presentation.speakerNotes','_componentManager','univer-mt-2\x20univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-border-t\x20univer-border-gray-200\x20univer-pt-3\x20dark:!univer-border-gray-700','table-handle','objectListPanelOpen','slides-ui.shapePanel.line.joinType.title','_clearOwnerUnloadHandler','LongDashDotDot','_snapshot','_openTransitionPanel','section','table','_shapeModel','onComplete','_isEditorEnabled','points','onPointerDown$','appendRootMenu','univer-border-primary-600\x20dark:!univer-border-primary-500','slide.menu.insert.text','_getOrCreateIconImage','slides-ui.thumbnailBar.layoutPicker.layouts.blank','!univer-h-7\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20!univer-rounded\x20!univer-border-transparent\x20!univer-bg-transparent\x20!univer-px-1\x20univer-text-sm\x20univer-text-gray-900\x20!univer-shadow-none\x20focus:!univer-border-primary-500\x20focus:!univer-bg-white\x20focus:!univer-ring-1\x20focus:!univer-ring-primary-100\x20disabled:!univer-bg-transparent\x20disabled:univer-opacity-100\x20dark:!univer-text-gray-100\x20dark:focus:!univer-bg-gray-900\x20dark:focus:!univer-ring-primary-900','endColumn','_audienceWindow','_fileToDataUrl','_skeleton','notesMasterPages','univer-box-border\x20univer-min-h-0\x20univer-w-full\x20univer-flex-1\x20univer-resize-none\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-gray-50\x20univer-px-3\x20univer-py-2\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-900\x20univer-outline-none\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-100\x20dark:placeholder:!univer-text-gray-500\x20dark:focus:!univer-border-primary-500','slide.operation.update-image-clip-shape','paste','ArrowLeft','INSERT','onSelect','aba','toPrimitive','#111827','effectiveTransform','setEditingCell','slides-ui.shapePanel.shapeStyle','from','selected$','slide.table-size.dialog','_ownerUnloadHandler','univer-p-3','#aeb6c1','sessionId','_buildReroutePatchForBothConnected','viewBound','session$','#2e75b6','startSlideId','_isEquivalentDrawingTransform','slide.operation.tab-select-prev','_shouldIgnoreTransformerEvents','updateClipRect','insert','_clearRenderedSlideObjects','slides-ui.thumbnailBar.contextMenu.delete','clearHandles','reverse','width','slides-ui.quickStyles.presets.text.accentBlue','duration','click','slides-ui.shape-edit-panel','has','univer-box-border\x20univer-flex\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-full\x20univer-flex-col\x20univer-gap-4\x20univer-p-4\x20dark:!univer-text-gray-100','_slideDrawingStateService','_clearOwnerActiveSlideSync','hideFloatingToolbarAlignment','slide.operation.arrange-drawing','object','overPageId','_resolveIconLayout','MIDDLE','createInstance','solid','transformByState','true','scheduleRefresh','_visible$','0\x200\x2080\x2052','realBound','shadowDistance','_stateSrv','_shapeModelCache','hideContextualTab','univer-slide-presentation-','removeObjects','repeat','_windowMessageHandler','slides-ui.presentation.play','slides-ui.shapePanel.line.dashType.dash','getAllObjects','openAudienceWindow','disconnect','fillRect','runRenderLoop','_slideDrawingSrv','session.end','onMouseWheel','dropdown','univer-border-white/30\x20univer-bg-black/80\x20univer-absolute\x20univer-bottom-6\x20univer-left-1/2\x20univer-z-[1001]\x20-univer-translate-x-1/2\x20univer-rounded\x20univer-border\x20univer-px-4\x20univer-py-2\x20univer-text-sm\x20univer-text-white\x20univer-shadow-lg','slides-ui.slide-sidebar-state.service','slides-ui.slide-hit-test.service','slide.contextMenu.page'];_0xd327=function(){return _0x1ec15f;};return _0xd327();}import{InsertSlideTableCommand as _0x305308,SetSlideTableMutation as _0x23f39a,SlideTableResourceService as _0x5cefec,UpdateSlideTableCommand as _0x1b9913,buildSlideTableControls as _0x3538e6,buildSlideTableTriggers as _0xdf1ff3,hitTestSlideTableControl as _0x46c5d3,hitTestSlideTableTrigger as _0x22b7eb,normalizeSlideTableSnapshot as _0x4e410e,resizeSlideTableGrid as _0x5f0103,resolveSlideTableCellRect as _0x7df94f,resolveSlideTableCellTextMargins as _0x14d318,resolveSlideTableRenderModel as _0x24b315}from'@univerjs-pro/slides-table';import{BehaviorSubject as _0x309cfe,Observable as _0x54553a,Subject as _0x6b4ad8,distinctUntilChanged as _0x37e9a5,filter as _0x1b4cf6,map as _0x5997f6,take as _0x19174b,takeUntil as _0x4c6570}from'rxjs';import{IImageIoService as _0x1498db,ImageIoService as _0x5f7afd,ImageSourceType as _0x1fc468,getImageSize as _0x3d5b2c}from'@univerjs/drawing';import{DocParagraphTypeDropdown as _0x3d3f2e,ShapeFloatingToolbar as _0x25b2bf,ShapePickerPanel as _0x207343,ShapeTextEditorContainer as _0x4eead7,ShapeTextFloatMenuRenderControllerBase as _0x277419,ShapeTextFloatToolbar as _0x102b05,UniverShapeEditorUIPlugin as _0x26ac90,buildShapeTextDataUpdate as _0x546356,getShapePickerTypeTitle as _0x18d37d,prepareShapeTextDocumentData as _0x3c37b9,shapeTypeOptions as _0x171d13}from'@univerjs-pro/shape-editor-ui';import{BuiltInUIPart as _0x3d14ae,ComponentManager as _0x1cdb87,ContextMenuGroup as _0x30ed2a,FontFamilyDropdown as _0x1d5234,ICanvasPopupService as _0x23376b,IContextMenuService as _0x4bef63,IDialogService as _0x374a05,IMenuManagerService as _0x1a42c5,IMessageService as _0x11f512,IRibbonService as _0x34c70e,IShortcutService as _0x303bca,ISidebarService as _0x1c7d73,IUIPartsService as _0x447d80,IconManager as _0x45d5af,KeyCode as _0x8988f4,MenuItemType as _0x4ca24d,MenuManagerPosition as _0x500fbe,MetaKeys as _0x5bb9b7,RibbonPosition as _0x3222d7,RibbonStartGroup as _0x566534,Slider as _0x4cde44,UniverUIPlugin as _0x55d10c,connectInjector as _0x10ed71,getMenuHiddenObservable as _0x59666a,useDependency as _0x4427ea,useObservable as _0x37e5d1}from'@univerjs/ui';import{memo as _0x2abe4c,useCallback as _0x2a4f33,useEffect as _0x2d05a9,useLayoutEffect as _0x1aefa6,useMemo as _0x78f4e5,useReducer as _0x9fee84,useRef as _0x179cf0,useState as _0x4692d4}from'react';import{Fragment as _0x141423,jsx as _0x4b9848,jsxs as _0xa122b1}from'react/jsx-runtime';import{AddImageIcon as _0xf40be2,AddNoteIcon as _0x3739c3,AlignBottomIcon as _0x12b0f4,AlignTextBothIcon as _0x8bff01,AlignTopIcon as _0xbea969,ArrowDownIcon as _0xee6f61,ArrowLeftIcon as _0x5953bb,ArrowRightIcon as _0x34d3fa,ArrowUpIcon as _0x3c4862,BoldIcon as _0x18fff2,BottomIcon as _0x5d32c0,CatalogueIcon as _0x24ea7c,ChartIcon as _0x490467,CloseIcon as _0x53e0f1,ConnectionLineIcon as _0x1982aa,CopyIcon as _0x4f342d,CutIcon as _0xb79659,DeleteIcon as _0x424c9a,EyeIcon as _0xe01ddc,EyelashIcon as _0x1a9370,FlipHorizontalIcon as _0x2c5cd1,FlipVerticalIcon as _0x312763,FontColorDoubleIcon as _0x2774d2,FountainPenIcon as _0x3b4964,GroupIcon as _0x2ee5c1,HandIcon as _0x3b59ce,HorizontallyIcon as _0x3b0707,InsertIcon as _0x30e848,ItalicIcon as _0x3305f2,LeftJustifyingIcon as _0x42471a,MindMapIcon as _0x2f2054,MoreDownIcon as _0x456395,MoreLeftIcon as _0x380be8,MoreRightIcon as _0x2cf075,MoveDownIcon as _0x5ce362,MoveUpIcon as _0x5a8328,PaintBucketDoubleIcon as _0x175336,PasteSpecialDoubleIcon as _0x155c45,RecordIcon as _0x38e8c6,RelationshipIcon as _0x370151,ResourcesIcon as _0x4b9526,RightJustifyingIcon as _0x35bab7,RulerIcon as _0x1d484e,SearchIcon as _0x2f4e1a,ShapeBackgroundColorDoubleIcon as _0x114c6d,ShapeFormatSettingIcon as _0x3e23ca,ShapeStrokeColorDoubleIcon as _0x13cefe,SlideshowPlayIcon as _0x20fe7e,SlideshowThemeIcon as _0x40df86,StickyNoteIcon as _0x2111c2,StrikethroughIcon as _0x104129,TableIcon as _0x4f6186,TextIcon as _0x4a8418,TopmostIcon as _0x16bbef,TransitionsIcon as _0x91f313,UnderlineIcon as _0x1101ab,UngroupIcon as _0x43872c,VerticalCenterIcon as _0x550fb9}from'@univerjs/icons';import{Accordion as _0x2dd721,Button as _0x215cab,Checkbox as _0x37362f,ColorPicker as _0x48ab45,Dropdown as _0x507cf6,DropdownMenu as _0x4e4bdb,GradientColorPicker as _0x5071e3,Input as _0x56af4a,InputNumber as _0x2d8e90,MessageType as _0x1d096b,Radio as _0x18e82e,RadioGroup as _0x30b1f8,Segmented as _0x328f6c,Select as _0x551b1a,clsx as _0xae34a3}from'@univerjs/design';import{createPortal as _0x14c4eb}from'react-dom';import{UniverLicensePlugin as _0x3bb1c7}from'@univerjs-pro/license';import{DeleteLeftCommand as _0x550aa3,DeleteRightCommand as _0x3b25a6,DocCanvasPopManagerService as _0x12ae3c,DocSelectAllCommand as _0x14bc8d,DocSelectionRenderService as _0x55bf08,EnterCommand as _0x22f481,IEditorService as _0x2f9dc4,SetInlineFormatBoldCommand as _0x3e1b0e,SetInlineFormatFontFamilyCommand as _0x386ab9,SetInlineFormatFontSizeCommand as _0x5f39dd,SetInlineFormatItalicCommand as _0x4d92e6,SetInlineFormatStrikethroughCommand as _0x307f3c,SetInlineFormatTextColorCommand as _0xb90a53,SetInlineFormatUnderlineCommand as _0x126934,UniverDocsUIPlugin as _0x466bc9,useEditor as _0x4966c7,useKeyboardEvent as _0x232312,useLeftAndRightArrow as _0x51669b,useOnChange as _0x59f080}from'@univerjs/docs-ui';import{takeUntil as _0x588450}from'rxjs/operators';import{ImageCropperObject as _0x5957d3}from'@univerjs/drawing-ui';import{DocSelectionManagerService as _0x159add,DocSkeletonManagerService as _0x28815c}from'@univerjs/docs';const Ji={'id':'slide.operation.open-image-crop','type':_0x55bcba['OPERATION'],'handler':()=>!0x0},Yi={'id':'slide.operation.close-image-crop','type':_0x55bcba[_0x5347ad(0x259)],'handler':()=>!0x0},Xi={'id':'slide.operation.placeholder-action','type':_0x55bcba[_0x5347ad(0x259)],'handler':()=>!0x0},Zi=_0x5347ad(0x51e),Qi={'editor':{'enabled':!0x0},'coreRenderArea':{'width':_0x5347ad(0xa02),'height':'82%'}},$i=[_0x5347ad(0x417),_0x5347ad(0x2fb),_0x5347ad(0x572),_0x5347ad(0x188),_0x5347ad(0x6b6)],ea=[_0x5347ad(0x188),'shapeFill',_0x5347ad(0x417),_0x5347ad(0x2fb)],ta=[_0x5347ad(0x6b6),_0x5347ad(0x92c),_0x5347ad(0x552),'useGrpFill',_0x5347ad(0x6d8)];function na(_0x5bb9bf){const _0x5ddfd9=_0x5347ad;return!!_0x5bb9bf&&typeof _0x5bb9bf==_0x5ddfd9(0x8dd)&&!Array['isArray'](_0x5bb9bf);}function ra(_0x208229){const _0x5a549=_0x5347ad;let _0x5205ec=_0x208229['trim']();return/^[0-9a-f]{6}$/i[_0x5a549(0x5fe)](_0x5205ec)?'#'+_0x5205ec:_0x5205ec;}function ia(_0x439342){const _0x90c065=_0x5347ad;return _0x90c065(0x304)in _0x439342||_0x90c065(0x3b7)in _0x439342||_0x90c065(0x53c)in _0x439342||'gradientStops'in _0x439342||_0x90c065(0x6f7)in _0x439342||_0x90c065(0x98f)in _0x439342||'pattern'in _0x439342;}function aa(_0x3e826a){const _0x5c2959=_0x5347ad;return _0x3e826a&&JSON[_0x5c2959(0x66f)](JSON[_0x5c2959(0x2c1)](_0x3e826a));}function oa(_0x387287,_0x77be04=new Set()){const _0x3eb16d=_0x5347ad;if(_0x387287){if(typeof _0x387287==_0x3eb16d(0x9e6))return{'fillType':_0x51273c[_0x3eb16d(0x3dd)],'color':ra(_0x387287)};if(!(!na(_0x387287)||_0x77be04[_0x3eb16d(0x8d7)](_0x387287))){if(_0x77be04['add'](_0x387287),ia(_0x387287))return aa(_0x387287);for(let _0x1300af of ea){let _0x3976ca=oa(_0x387287[_0x1300af],_0x77be04);if(_0x3976ca)return _0x3976ca;}}}}function sa(_0x31f712,_0x12488a){if(!(!_0x31f712||!na(_0x31f712)))return _0x31f712[_0x12488a];}function ca(_0x427006){const _0x588c8c=_0x5347ad;var _0x2fc25e,_0x2cb96d;for(let _0x179514 of $i){let _0x44b392=oa(sa(_0x427006[_0x588c8c(0x3de)],_0x179514));if(_0x44b392)return _0x44b392;}let _0x2e3394=_0x427006;return(_0x2fc25e=oa(_0x2e3394[_0x588c8c(0x188)]))==null?oa((_0x2cb96d=_0x2e3394[_0x588c8c(0x4fd)])==null?void 0x0:_0x2cb96d[_0x588c8c(0x188)]):_0x2fc25e;}function la(_0x2e11a5){const _0x125d4b=_0x5347ad;if(!(!_0x2e11a5||!na(_0x2e11a5)))for(let _0x4a0520 of ta){let _0x5ef9eb=_0x2e11a5[_0x4a0520];if(typeof _0x5ef9eb==_0x125d4b(0x165))return _0x5ef9eb;}}function ua(_0x28d242){const _0x227bda=_0x5347ad;var _0x1f1ac8,_0x540100;if(!_0x28d242||!na(_0x28d242))return!0x1;let _0x1624e4=(_0x1f1ac8=(_0x540100=_0x28d242['fillType'])==null?_0x28d242[_0x227bda(0x72f)]:_0x540100)==null?_0x28d242[_0x227bda(0x3a5)]:_0x1f1ac8;return _0x1624e4===_0x227bda(0x6b6)||_0x1624e4===_0x227bda(0x417);}function da(_0x1a551d){const _0x55ca4e=_0x5347ad;let _0x1c4861=la(_0x1a551d[_0x55ca4e(0x3de)]);if(_0x1c4861!==void 0x0)return _0x1c4861;let _0x29605e=Object['getOwnPropertyDescriptor'](_0x1a551d[_0x55ca4e(0x4fd)],_0x55ca4e(0x188));if((_0x29605e==null?void 0x0:_0x29605e[_0x55ca4e(0x227)])===!0x1)return!0x0;let _0x67f07f=_0x1a551d[_0x55ca4e(0x4fd)][_0x55ca4e(0x188)];return!_0x67f07f||ua(_0x67f07f);}function fa(_0x37abbb,_0x9543e6,_0x631d69){const _0x2fe3f9=_0x5347ad;let _0x96d636=_0x37abbb[_0x9543e6];if(!_0x96d636||_0x96d636[_0x2fe3f9(0x5fb)][_0x2fe3f9(0x72f)]!==_0x42916e[_0x2fe3f9(0x514)])return _0x37abbb;let _0x3fe6c6=_0x96d636[_0x2fe3f9(0x5fb)],_0x4e981f={..._0x3fe6c6,'shapeData':{..._0x3fe6c6[_0x2fe3f9(0x4fd)],'fill':aa(_0x631d69)}};return{..._0x37abbb,[_0x9543e6]:{..._0x96d636,'element':_0x4e981f}};}function pa(_0x1b9788){const _0x332a1e=_0x5347ad;let _0x396432=_0x1b9788,_0x1390c3=(_0x211a4f,_0x3fe117,_0x22af05)=>{const _0x1c3b55=_0x262c;if(_0x22af05[_0x1c3b55(0x8d7)](_0x211a4f))return;let _0x413288=_0x396432[_0x211a4f];if(!_0x413288)return;let _0x4b5fe8=_0x413288['element'];if(_0x4b5fe8[_0x1c3b55(0x72f)]===_0x42916e['Group']){var _0x131559,_0x14dddf;let _0xfd89e5=(_0x131559=ca(_0x4b5fe8))==null?_0x3fe117:_0x131559,_0xae2dbd=new Set(_0x22af05);_0xae2dbd[_0x1c3b55(0x241)](_0x211a4f),(_0x14dddf=_0x4b5fe8[_0x1c3b55(0x6db)])==null||_0x14dddf[_0x1c3b55(0x4fa)](_0x31a0b6=>_0x1390c3(_0x31a0b6,_0xfd89e5,_0xae2dbd));return;}!_0x3fe117||_0x4b5fe8[_0x1c3b55(0x72f)]!==_0x42916e[_0x1c3b55(0x514)]||da(_0x4b5fe8)&&(_0x396432=fa(_0x396432,_0x211a4f,_0x3fe117));};return Object['values'](_0x1b9788)['filter'](_0x1351a6=>_0x1351a6[_0x332a1e(0x5fb)][_0x332a1e(0x72f)]===_0x42916e[_0x332a1e(0x5fd)])[_0x332a1e(0x4fa)](_0x59be22=>_0x1390c3(_0x59be22[_0x332a1e(0x51f)],void 0x0,new Set())),_0x396432;}function ma(_0x15bd33,_0x22daaa,_0xb4670e){const _0x15e748=_0x5347ad;var _0x547c0b,_0x4a732b,_0x248c63,_0x2072e0,_0x95e8c6,_0x5f529b,_0x3f8bc8,_0x346a55;let _0x43332e=_0x15bd33[_0x15e748(0x5fb)]['transform'],_0x233aa5={'left':_0x22daaa+((_0x547c0b=_0x43332e['left'])==null?0x0:_0x547c0b),'top':_0xb4670e+((_0x4a732b=_0x43332e['top'])==null?0x0:_0x4a732b),'width':Math['max'](0x1,(_0x248c63=_0x43332e[_0x15e748(0x8d2)])==null?0x1:_0x248c63),'height':Math['max'](0x1,(_0x2072e0=_0x43332e[_0x15e748(0x95b)])==null?0x1:_0x2072e0)},_0x552f82=_0x15bd33[_0x15e748(0x5fb)],_0x588db4=(_0x95e8c6=_0x552f82[_0x15e748(0x3de)])==null?void 0x0:_0x95e8c6[_0x15e748(0x699)],_0x2fb4b4=((_0x5f529b=_0x552f82['custom'])==null?void 0x0:_0x5f529b[_0x15e748(0x97a)])===!0x0,_0x5b7f9c=(_0x3f8bc8=(_0x346a55=_0x552f82[_0x15e748(0x81d)])==null?_0x552f82[_0x15e748(0x699)]:_0x346a55)==null?_0x588db4:_0x3f8bc8;if(!_0x5b7f9c)return _0x233aa5;let {left:_0x4d9092,top:_0x417466,width:_0x3d9be7,height:_0x3784b8}=_0x5b7f9c;return!Number[_0x15e748(0x28b)](_0x4d9092)||!Number[_0x15e748(0x28b)](_0x417466)||!Number['isFinite'](_0x3d9be7)||!Number[_0x15e748(0x28b)](_0x3784b8)||_0x3d9be7<=0x0||_0x3784b8<=0x0?_0x233aa5:{'left':_0x2fb4b4?_0x22daaa+_0x4d9092:_0x4d9092,'top':_0x2fb4b4?_0xb4670e+_0x417466:_0x417466,'width':_0x3d9be7,'height':_0x3784b8};}function ha(_0x588500,_0x106d35,_0x5ab0eb,_0x5891b5){const _0x132910=_0x5347ad;var _0x5811d4,_0x348136;let {unitId:_0x48379b,subUnitId:_0x56b920,pageOffsetLeft:_0xf70f81,pageOffsetTop:_0x4135c9,sceneType:_0xac1ac7,showPlaceholder:_0x24773f,objectProvider:_0x51d731,renderObjectMap:_0x40278f,requestRender:_0x5821c7}=_0x5891b5,_0x1f17a8=_0x132910(0x9bd)+_0x48379b+'-'+_0x56b920+'-'+_0x588500,_0x2b9b08=(_0x5811d4=(_0x348136=_0x5ab0eb[_0x132910(0x38b)])==null?void 0x0:_0x348136[_0x132910(0x549)](_0x5ab0eb,_0x1f17a8))==null?_0x5ab0eb[_0x132910(0x612)](_0x1f17a8):_0x5811d4;if(_0x2b9b08)return _0x2b9b08;let _0x47d672=_0x51d731[_0x132910(0x7a7)](_0x106d35,[_0x588500],{'unitId':_0x48379b,'subUnitId':_0x56b920,'pageOffsetLeft':_0xf70f81,'pageOffsetTop':_0x4135c9,'sceneType':_0xac1ac7,'showPlaceholder':_0x24773f,'requestRender':_0x5821c7})[0x0];return _0x47d672?(_0x5ab0eb[_0x132910(0x955)](_0x47d672,_0x2548c0),_0x40278f['set'](_0x47d672[_0x132910(0xa26)],_0x47d672),_0x47d672):null;}function ga(_0x2e5eb5,_0x1e3a50,_0x18c2ba,_0x1bf858){const _0x14a7ff=_0x5347ad;let _0x1208a5=ha(_0x2e5eb5,_0x1e3a50,_0x18c2ba,_0x1bf858);return!_0x1208a5||!(_0x14a7ff(0x31c)in _0x1208a5)||!(_0x14a7ff(0x77d)in _0x1208a5)?null:_0x1208a5;}function _a(_0x1f79e9,_0x4d5bfd,_0x7232bd){const _0xe3fafc=_0x5347ad;var _0x31d18a;let _0x477884=_0x4d5bfd[_0x1f79e9];!_0x477884||_0x477884[_0xe3fafc(0x5fb)][_0xe3fafc(0x72f)]!==_0x42916e['Group']||((_0x31d18a=_0x477884['element']['children'])==null?[]:_0x31d18a)['forEach'](_0x388f9f=>{_0x7232bd['has'](_0x388f9f)||(_0x7232bd['add'](_0x388f9f),_a(_0x388f9f,_0x4d5bfd,_0x7232bd));});}function va(_0x1754e3,_0x5312d5){const _0x249321=_0x5347ad;let _0xfb5d81=new Set();return _0x1754e3[_0x249321(0x4fa)](_0x26de5a=>{const _0x4ca0b1=_0x249321;let _0x38b5e9=_0x5312d5[_0x26de5a];!_0x38b5e9||_0x38b5e9['element'][_0x4ca0b1(0x72f)]!==_0x42916e['Group']||_a(_0x26de5a,_0x5312d5,_0xfb5d81);}),_0xfb5d81;}function ya(_0x1a5283,_0x879968,_0x383204,_0x37f2d9,_0x4bc364,_0x3ea9e1,_0x5d6279,_0x117a9c){const _0x553b48=_0x5347ad;var _0x53c355;let _0x923b88=[],_0x1ee212=(_0x53c355=_0x1a5283['children'])==null?[]:_0x53c355,_0x40498a=[..._0x1ee212][_0x553b48(0x478)]((_0x336e5d,_0x351a1b)=>{const _0x187df4=_0x553b48;var _0x445600,_0x349dee;let _0x5445b3=((_0x445600=_0x879968[_0x336e5d])==null?void 0x0:_0x445600[_0x187df4(0x5fb)][_0x187df4(0x72f)])===_0x42916e[_0x187df4(0x5fd)];return _0x5445b3===(((_0x349dee=_0x879968[_0x351a1b])==null?void 0x0:_0x349dee[_0x187df4(0x5fb)][_0x187df4(0x72f)])===_0x42916e[_0x187df4(0x5fd)])?0x0:_0x5445b3?-0x1:0x1;}),_0x32dcfb=va(_0x1ee212,_0x879968);for(let _0x20f492 of _0x40498a){let _0x1b0938=_0x879968[_0x20f492];if(!_0x1b0938||_0x1b0938['element'][_0x553b48(0x72f)]!==_0x42916e[_0x553b48(0x5fd)]&&_0x32dcfb[_0x553b48(0x8d7)](_0x20f492)||_0x1b0938[_0x553b48(0x5fb)]['type']===_0x42916e[_0x553b48(0x4a9)]||_0x117a9c['has'](_0x20f492)||_0x1b0938[_0x553b48(0x5fb)]['type']===_0x42916e[_0x553b48(0x5fd)]&&(!ba(_0x20f492,_0x879968,_0x383204,_0x37f2d9,_0x4bc364,_0x3ea9e1,_0x5d6279,_0x117a9c)||!_0x3ea9e1[_0x553b48(0x8d7)](_0x20f492)))continue;let _0x118e00=ha(_0x20f492,_0x879968,_0x383204,_0x37f2d9);_0x118e00&&(_0x923b88['push'](_0x118e00),_0x117a9c[_0x553b48(0x241)](_0x20f492));}return _0x923b88;}function ba(_0x540e2f,_0x52b3a2,_0x5a0023,_0x112b23,_0x21a7cb,_0xcaf3a8,_0x4ae8f8,_0x35e118){const _0x1a089e=_0x5347ad;if(_0xcaf3a8[_0x1a089e(0x8d7)](_0x540e2f)||_0x4ae8f8[_0x1a089e(0x8d7)](_0x540e2f))return!0x0;let _0x5c70e9=_0x21a7cb[_0x1a089e(0x439)](_0x540e2f);if(!_0x5c70e9||_0x5c70e9[_0x1a089e(0x5fb)]['type']!==_0x42916e[_0x1a089e(0x5fd)])return!0x1;let _0x429438=ga(_0x540e2f,_0x52b3a2,_0x5a0023,_0x112b23);if(!_0x429438)return!0x1;_0x4ae8f8['add'](_0x540e2f);let _0x30077b=_0x5c70e9[_0x1a089e(0x5fb)],_0x9c92=ya(_0x30077b,_0x52b3a2,_0x5a0023,_0x112b23,_0x21a7cb,_0xcaf3a8,_0x4ae8f8,_0x35e118);_0x9c92[_0x1a089e(0x9dd)]>0x0&&_0x429438[_0x1a089e(0x31c)](..._0x9c92);let _0x2b205d=ma(_0x5c70e9,_0x112b23[_0x1a089e(0x1bc)],_0x112b23[_0x1a089e(0x494)]);return _0x429438[_0x1a089e(0x77d)](_0x2b205d),_0x4ae8f8[_0x1a089e(0x70f)](_0x540e2f),_0xcaf3a8[_0x1a089e(0x241)](_0x540e2f),!0x0;}function xa(_0x1d9ad7,_0x37c2d3,_0x37ed06,_0x182719){const _0x44e585=_0x5347ad;let _0x506df9=_0x37c2d3['map'](_0x3505e5=>_0x1d9ad7[_0x3505e5])[_0x44e585(0x9bf)](_0x2fc1c5=>!!_0x2fc1c5&&_0x2fc1c5[_0x44e585(0x5fb)][_0x44e585(0x72f)]===_0x42916e[_0x44e585(0x5fd)]);if(_0x506df9[_0x44e585(0x9dd)]===0x0)return;let _0x224dcf=Object[_0x44e585(0x244)](_0x1d9ad7)[_0x44e585(0x9bf)](_0x20de1c=>_0x20de1c[_0x44e585(0x5fb)][_0x44e585(0x72f)]===_0x42916e['Group']),_0x1b4467=new Map(_0x224dcf[_0x44e585(0x85d)](_0x1ac73e=>[_0x1ac73e[_0x44e585(0x51f)],_0x1ac73e])),_0xa3fada=new Set(),_0x3772de=new Set(),_0x46db8b=new Set();_0x506df9[_0x44e585(0x4fa)](_0x5c14b7=>{const _0x4af438=_0x44e585;ba(_0x5c14b7[_0x4af438(0x51f)],_0x1d9ad7,_0x37ed06,_0x182719,_0x1b4467,_0xa3fada,_0x3772de,_0x46db8b);});}const Sa='#f3f4f6',Ca=_0x5347ad(0x2ce),wa=_0x5347ad(0x21d),Ta=_0x5347ad(0x813),Ea='#7c7c7c',Da=Ca,Oa=_0x5347ad(0x767),ka=_0x4c9a7d['Stretch'],Aa=_0x5347ad(0x21d),ja='#2f3f5f',Ma=_0x5347ad(0x813),Na=Ca,Pa=Ta,Fa=_0x43c5ca['shapeText'][_0x5347ad(0x3b7)],Ia=Fa,La=_0x5347ad(0xa20),Ra='rgba(17,\x2024,\x2039,\x200.86)',za=_0x5347ad(0x500),Ba=_0x5347ad(0x34f),Va='#4086f4',Ha=Ca,Ua=Va,Wa=Va,Ga=Va,Ka=_0x5347ad(0x9d8),qa=0.1,Ja=0.82,Ya=Ca,Xa=_0x5347ad(0x2b1),Za=Xa,Qa='#1a73e8',$a=_0x5347ad(0x497),eo=Ca,to=_0x5347ad(0x504),no=_0x5347ad(0x1dc),ro=_0x5347ad(0x5b0),io=_0x5347ad(0x41a),ao=_0x5347ad(0xa09),oo=_0x5347ad(0x58c),so=_0x5347ad(0x4b4),co=_0x5347ad(0x52c),lo=0x2a,uo=0xa,fo=0xc,po=_0x5347ad(0x2ce),mo='#b7bbc3',ho='#6b7280',go=_0x5347ad(0x7d3),_o=_0x5347ad(0x3af),vo=_0x5347ad(0x1a0),yo=_0x5347ad(0x565),bo='#9ca3af';function xo(_0x40817c,_0x2742dc){const _0x201bcf=_0x5347ad;var _0x373a14;let _0x2ecf9c=_0x4513d3[_0x201bcf(0x6f3)](_0x40817c),_0x35859c=(_0x373a14=_0x2ecf9c[_0x201bcf(0x923)])==null?{}:_0x373a14,_0xf83544={..._0x35859c[_0x201bcf(0x70b)]};if(_0x2742dc[_0x201bcf(0x95a)]!==void 0x0){var _0x21a565;_0xf83544[_0x201bcf(0x95a)]=_0x2742dc[_0x201bcf(0x95a)];let _0x268b34=(_0x21a565=_0x2ecf9c[_0x201bcf(0x570)])==null?void 0x0:_0x21a565[_0x201bcf(0x64e)];if(_0x268b34)for(let _0x281de0 of _0x268b34){var _0x358cce;((_0x358cce=_0x281de0[_0x201bcf(0x377)])==null?void 0x0:_0x358cce[_0x201bcf(0x95a)])===void 0x0&&(_0x281de0['paragraphStyle']={..._0x281de0[_0x201bcf(0x377)],'horizontalAlign':_0x2742dc[_0x201bcf(0x95a)]});}}return _0x2742dc[_0x201bcf(0x195)]!==void 0x0&&(_0xf83544[_0x201bcf(0x195)]=_0x2742dc[_0x201bcf(0x195)]),_0x2ecf9c[_0x201bcf(0x923)]={..._0x35859c,'renderConfig':Object['keys'](_0xf83544)[_0x201bcf(0x9dd)]>0x0?_0xf83544:void 0x0},_0x2ecf9c;}function So(_0x2f6bb8){const _0x473af5=_0x5347ad;let _0x4aed8b=_0x2f6bb8[_0x473af5(0x570)],_0x3200bc=_0x4aed8b==null?void 0x0:_0x4aed8b[_0x473af5(0x64e)],_0x18f1e3=_0x4aed8b==null?void 0x0:_0x4aed8b[_0x473af5(0x330)];if(!_0x4aed8b||!(_0x3200bc!=null&&_0x3200bc[_0x473af5(0x9dd)])||!_0x18f1e3)return;let _0x37e208=[];for(let _0x178876=0x0;_0x178876<_0x18f1e3[_0x473af5(0x9dd)];_0x178876++)_0x18f1e3[_0x178876]==='\x0d'&&_0x37e208['push'](_0x178876);_0x37e208[_0x473af5(0x9dd)]===_0x3200bc['length']&&(_0x4aed8b['paragraphs']=_0x3200bc[_0x473af5(0x85d)]((_0x2ee02a,_0x209332)=>({..._0x2ee02a,'startIndex':_0x37e208[_0x209332]})));}function Co(_0x239dae,_0x19b926){const _0x5c65a9=_0x5347ad;var _0x505bb5,_0x2bd405,_0x2c818b,_0xd973f4,_0x31ac59,_0x22d524;let _0x255448=(_0x505bb5=_0x239dae[_0x5c65a9(0x923)])==null?void 0x0:_0x505bb5[_0x5c65a9(0x70b)],_0x1d3688=xo(_0x239dae,{..._0x19b926,'horizontalAlign':(_0x2bd405=_0x19b926[_0x5c65a9(0x95a)])==null?_0x255448==null?void 0x0:_0x255448[_0x5c65a9(0x95a)]:_0x2bd405});So(_0x1d3688);let _0x5aefcb=(_0x2c818b=_0x1d3688[_0x5c65a9(0x923)])==null?{}:_0x2c818b,_0x329c42=_0x19b926['isHorizontal']!==!0x1,_0x30190d={..._0x5aefcb[_0x5c65a9(0x70b)],'wrapStrategy':(_0xd973f4=(_0x31ac59=_0x19b926[_0x5c65a9(0x403)])==null?(_0x22d524=_0x5aefcb[_0x5c65a9(0x70b)])==null?void 0x0:_0x22d524['wrapStrategy']:_0x31ac59)==null?_0x3095f4[_0x5c65a9(0x5e3)]:_0xd973f4};return delete _0x30190d[_0x5c65a9(0x95a)],_0x329c42?(delete _0x30190d['centerAngle'],delete _0x30190d[_0x5c65a9(0x577)]):(_0x30190d['centerAngle']=_0x52f2ca,_0x30190d[_0x5c65a9(0x577)]=_0x52f2ca),_0x1d3688[_0x5c65a9(0x923)]={..._0x5aefcb,'documentFlavor':_0x1c9a4e[_0x5c65a9(0x23c)],'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':_0x329c42?_0x19b926['rect']['width']:_0x19b926[_0x5c65a9(0x281)][_0x5c65a9(0x95b)],'height':0x1/0x0},'renderConfig':_0x30190d},_0x1d3688;}function wo(_0x1f2dd4){const _0x485b52=_0x5347ad;var _0x571f6c;let _0x373cb5=_0x4513d3[_0x485b52(0x6f3)](_0x1f2dd4),_0x2974b5=(_0x571f6c=_0x373cb5[_0x485b52(0x923)])==null?{}:_0x571f6c,_0x1f856d={..._0x2974b5[_0x485b52(0x70b)]},_0x5758fb={..._0x373cb5[_0x485b52(0x2bc)]};return delete _0x1f856d['wrapStrategy'],delete _0x1f856d['centerAngle'],delete _0x1f856d['vertexAngle'],delete _0x5758fb[_0x485b52(0x839)],_0x373cb5[_0x485b52(0x923)]={..._0x2974b5,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':0x1/0x0,'height':0x1/0x0},'renderConfig':Object[_0x485b52(0x4fc)](_0x1f856d)['length']>0x0?_0x1f856d:void 0x0},_0x373cb5[_0x485b52(0x2bc)]=Object[_0x485b52(0x4fc)](_0x5758fb)[_0x485b52(0x9dd)]>0x0?_0x5758fb:void 0x0,_0x373cb5;}function To(_0x4c851b){const _0x866106=_0x5347ad;return _0x4c851b===!0x0||_0x4c851b===_0x4b402d[_0x866106(0x658)];}function Eo(_0x542fdd){const _0x204821=_0x5347ad;return typeof(_0x542fdd==null?void 0x0:_0x542fdd[_0x204821(0x37d)])=='string'&&_0x542fdd[_0x204821(0x37d)][_0x204821(0x59b)]()[_0x204821(0x9dd)]>0x0;}function Do(_0x157bec,_0x198c91){const _0x2d2f14=_0x5347ad;let _0x4cadfd=_0x157bec==null?void 0x0:_0x157bec['bBox'],_0x4acc47=(_0x4cadfd==null?void 0x0:_0x4cadfd[_0x2d2f14(0x8b7)])||(_0x4cadfd==null?void 0x0:_0x4cadfd['ba'])||_0x198c91[_0x2d2f14(0x4c3)]||0x0,_0x44c2ce=(_0x4cadfd==null?void 0x0:_0x4cadfd[_0x2d2f14(0x633)])||(_0x4cadfd==null?void 0x0:_0x4cadfd['bd'])||_0x198c91[_0x2d2f14(0x4f1)]||0x0;return _0x4acc47===0x0&&_0x44c2ce===0x0?null:{'ascent':_0x4acc47,'descent':_0x44c2ce};}function Oo(_0x4cd1ef,_0x1b9b52,_0x8da59e){const _0x2f9fd3=_0x5347ad;var _0x283c66;if(_0x8da59e===void 0x0||_0x8da59e===_0x3ebbcf[_0x2f9fd3(0x551)])return 0x0;let _0x432e99=_0x4cd1ef[_0x2f9fd3(0x719)]();if(!(!(_0x432e99==null||(_0x283c66=_0x432e99[_0x2f9fd3(0x31e)])==null)&&_0x283c66[_0x2f9fd3(0x9dd)]))return 0x0;let _0x5bea8e=0x1/0x0,_0x2e1fd3=-0x1/0x0,_0x164bd5=0x0;for(let _0x35410b of _0x432e99['pages']){var _0x59f752,_0x2e07d4;let _0x1e0805=(_0x59f752=_0x35410b[_0x2f9fd3(0x515)])==null?0x0:_0x59f752;for(let _0x3e10c1 of(_0x2e07d4=_0x35410b[_0x2f9fd3(0x1c2)])==null?[]:_0x2e07d4){var _0x482648,_0x4ba500;let _0x22f28b=(_0x482648=_0x3e10c1[_0x2f9fd3(0x717)])==null?0x0:_0x482648;for(let _0x317539 of(_0x4ba500=_0x3e10c1[_0x2f9fd3(0x5ce)])==null?[]:_0x4ba500){var _0x3bae51;for(let _0xe830c of(_0x3bae51=_0x317539[_0x2f9fd3(0x621)])==null?[]:_0x3bae51){var _0x14a42f,_0xc690f0,_0x5a1249,_0x5e9b80,_0x121103;let _0x271563=_0x164bd5+_0x1e0805+_0x22f28b+((_0x14a42f=_0xe830c[_0x2f9fd3(0x717)])==null?0x0:_0x14a42f)+((_0xc690f0=_0xe830c[_0x2f9fd3(0x515)])==null?0x0:_0xc690f0)+((_0x5a1249=_0xe830c[_0x2f9fd3(0x287)])==null?0x0:_0x5a1249)+((_0x5e9b80=_0xe830c[_0x2f9fd3(0x4c3)])==null?0x0:_0x5e9b80);for(let _0x272644 of(_0x121103=_0xe830c['divides'])==null?[]:_0x121103){var _0xf209e6;for(let _0x340b42 of(_0xf209e6=_0x272644[_0x2f9fd3(0x222)])==null?[]:_0xf209e6){if(!Eo(_0x340b42))continue;let _0x5c5ac0=Do(_0x340b42,_0xe830c);_0x5c5ac0&&(_0x5bea8e=Math[_0x2f9fd3(0x2f7)](_0x5bea8e,_0x271563-_0x5c5ac0[_0x2f9fd3(0x931)]),_0x2e1fd3=Math[_0x2f9fd3(0x496)](_0x2e1fd3,_0x271563+_0x5c5ac0['descent']));}}}}}let _0x2f5914=Number[_0x2f9fd3(0x28b)](_0x35410b[_0x2f9fd3(0x1be)])?_0x35410b[_0x2f9fd3(0x1be)]:_0x35410b[_0x2f9fd3(0x95b)];_0x164bd5+=_0x2f5914==null?0x0:_0x2f5914;}return!Number[_0x2f9fd3(0x28b)](_0x5bea8e)||!Number[_0x2f9fd3(0x28b)](_0x2e1fd3)?0x0:_0x8da59e===_0x3ebbcf['BOTTOM']?_0x1b9b52-_0x2e1fd3:_0x8da59e===_0x3ebbcf[_0x2f9fd3(0x8e0)]?_0x1b9b52/0x2-(_0x5bea8e+_0x2e1fd3)/0x2:_0x8da59e===_0x3ebbcf['TOP']?-_0x5bea8e:0x0;}function ko(_0x398d0c,_0x98346e,_0x55fb7c){const _0x3ce2fc=_0x5347ad;if(_0x398d0c[_0x3ce2fc(0x6b8)](),_0x55fb7c){let _0x416c92=_0x98346e[_0x3ce2fc(0x16d)]>_0x98346e[_0x3ce2fc(0x2e6)]&&_0x98346e[_0x3ce2fc(0x20a)]<0x0?_0x98346e[_0x3ce2fc(0x20a)]:0x0,_0x28c8a8=_0x98346e['contentHeight']-_0x416c92;_0x398d0c[_0x3ce2fc(0x975)](),_0x398d0c[_0x3ce2fc(0x281)](0x0,_0x416c92,_0x98346e[_0x3ce2fc(0x8d2)],_0x28c8a8),_0x398d0c[_0x3ce2fc(0x559)]();}_0x98346e[_0x3ce2fc(0x20a)]&&_0x398d0c[_0x3ce2fc(0xa05)](0x0,_0x98346e[_0x3ce2fc(0x20a)]),_0x98346e[_0x3ce2fc(0x470)]['draw'](_0x398d0c),_0x398d0c[_0x3ce2fc(0x705)]();}function Ao(_0x41f3a3){const _0x595a60=_0x5347ad;var _0x270158,_0x1ec161;let {documentData:_0x5915ce,localeService:_0x2e1726,id:_0x5e83a2='editor-ui-document-renderer'}=_0x41f3a3,{size:_0x18ebd1,verticalAlign:_0x296ad3,horizontalAlign:_0x2349b1,isHorizontal:_0x3ff5a1}=_0x41f3a3,_0x37fd0e={'left':0x0,'top':0x0,'width':_0x18ebd1[_0x595a60(0x8d2)],'height':_0x18ebd1[_0x595a60(0x95b)]},_0x2a9a82=(_0x270158=_0x5915ce['documentStyle'])==null?void 0x0:_0x270158['renderConfig'],_0x3ccf40=_0x296ad3==null?_0x2a9a82==null?void 0x0:_0x2a9a82[_0x595a60(0x195)]:_0x296ad3,_0x1e873b=To((_0x1ec161=_0x41f3a3[_0x595a60(0x775)])==null?_0x2a9a82==null?void 0x0:_0x2a9a82['shapeTextOpticalVerticalAlign']:_0x1ec161),_0x4fbb9c=new _0x3c0446(Co(_0x5915ce,{'rect':_0x37fd0e,'verticalAlign':_0x1e873b?_0x3ebbcf[_0x595a60(0x92e)]:_0x3ccf40,'horizontalAlign':_0x2349b1,'isHorizontal':_0x3ff5a1,'wrapStrategy':_0x41f3a3[_0x595a60(0x403)]})),_0x75636b=new _0x57d6c1(_0x4fbb9c),_0x472ba2=_0x58995d[_0x595a60(0x388)](_0x75636b,_0x2e1726);_0x472ba2[_0x595a60(0x808)]();let _0x64ed48=_0x472ba2[_0x595a60(0x2c7)]()[_0x595a60(0x16d)],_0x5eb28b=Math[_0x595a60(0x496)](_0x37fd0e[_0x595a60(0x95b)],_0x64ed48),_0x207949=0x0;!_0x1e873b&&_0x64ed48<_0x37fd0e[_0x595a60(0x95b)]&&(_0x3ccf40===_0x3ebbcf[_0x595a60(0x8e0)]?_0x207949=(_0x37fd0e[_0x595a60(0x95b)]-_0x64ed48)/0x2:_0x3ccf40===_0x3ebbcf[_0x595a60(0x5ec)]&&(_0x207949=_0x37fd0e[_0x595a60(0x95b)]-_0x64ed48)),_0x4fbb9c[_0x595a60(0x1bd)]({'pageSize':{'width':_0x3ff5a1===!0x1?_0x37fd0e[_0x595a60(0x95b)]:_0x37fd0e[_0x595a60(0x8d2)],'height':_0x5eb28b}}),_0x4fbb9c[_0x595a60(0x22e)]({'t':_0x207949}),_0x472ba2[_0x595a60(0x808)]();let _0x45f4c6=new _0x4c26b2(_0x5e83a2,_0x472ba2,{'pageMarginLeft':0x0,'pageMarginTop':0x0});_0x45f4c6['resize'](_0x37fd0e[_0x595a60(0x8d2)],_0x5eb28b);let _0x2f4556=_0x1e873b?Oo(_0x472ba2,_0x37fd0e[_0x595a60(0x95b)],_0x3ccf40):0x0;return{'documents':_0x45f4c6,'skeleton':_0x472ba2,'docViewModel':_0x75636b,'docModel':_0x4fbb9c,'width':_0x37fd0e[_0x595a60(0x8d2)],'minHeight':_0x37fd0e['height'],'actualHeight':_0x64ed48,'contentHeight':_0x5eb28b,'marginTop':_0x207949,'opticalVerticalOffset':_0x2f4556,'dispose':()=>{const _0x431842=_0x595a60;_0x45f4c6[_0x431842(0x261)](),_0x472ba2[_0x431842(0x261)](),_0x75636b['dispose'](),_0x4fbb9c[_0x431842(0x261)]();}};}function jo(_0x2a4b27){try{return JSON['stringify'](_0x2a4b27);}catch{return String(_0x2a4b27);}}function Mo(_0x4777d2){const _0x4ab18f=_0x5347ad;let _0x23ecd4=_0x4777d2;return typeof _0x23ecd4['getCurrentLocale']==_0x4ab18f(0x2d8)?_0x23ecd4[_0x4ab18f(0x936)]():'';}function No(_0x4234ce,_0x43091c,_0x55ad3f){const _0x448b05=_0x5347ad;var _0xbc0f0f,_0x1b1b6e,_0x32f7b0,_0x3898cf;let _0x2dfc27=(_0xbc0f0f=_0x43091c[_0x448b05(0x923)])==null?void 0x0:_0xbc0f0f['renderConfig'];return jo({'key':_0x4234ce[_0x448b05(0x5a3)],'text':_0x4234ce[_0x448b05(0x742)],'documentData':_0x43091c,'left':_0x4234ce[_0x448b05(0x5e2)],'top':_0x4234ce[_0x448b05(0x717)],'width':_0x4234ce[_0x448b05(0x8d2)],'height':_0x4234ce['height'],'horizontalAlign':(_0x1b1b6e=_0x4234ce[_0x448b05(0x95a)])==null?_0x2dfc27==null?void 0x0:_0x2dfc27['horizontalAlign']:_0x1b1b6e,'verticalAlign':(_0x32f7b0=_0x4234ce[_0x448b05(0x195)])==null?_0x2dfc27==null?void 0x0:_0x2dfc27[_0x448b05(0x195)]:_0x32f7b0,'isHorizontal':_0x4234ce['isHorizontal'],'wrapStrategy':_0x4234ce[_0x448b05(0x403)],'clip':_0x4234ce[_0x448b05(0x559)],'shapeTextOpticalVerticalAlign':(_0x3898cf=_0x4234ce[_0x448b05(0x775)])==null?_0x2dfc27==null?void 0x0:_0x2dfc27['shapeTextOpticalVerticalAlign']:_0x3898cf,'locale':Mo(_0x55ad3f)});}function Po(_0x5f10a5,_0x4fb819,_0x4a9d04,_0x4586c8,_0x1d6e11){const _0x17b837=_0x5347ad;_0x5f10a5[_0x17b837(0x6b8)](),_0x5f10a5[_0x17b837(0xa05)](_0x4a9d04,_0x4586c8),ko(_0x5f10a5,_0x4fb819,_0x1d6e11),_0x5f10a5[_0x17b837(0x705)]();}function Fo(_0x2995d2,_0x4f2e81){const _0x486f17=_0x5347ad;var _0x1fcf0d,_0x23398a;if(_0x2995d2[_0x486f17(0x559)]!==void 0x0)return _0x2995d2[_0x486f17(0x559)];let _0x279514=(_0x1fcf0d=_0x4f2e81[_0x486f17(0x923)])==null?void 0x0:_0x1fcf0d[_0x486f17(0x70b)];return((_0x23398a=_0x2995d2[_0x486f17(0x403)])==null?_0x279514==null?void 0x0:_0x279514[_0x486f17(0x403)]:_0x23398a)!==_0x3095f4[_0x486f17(0x2a8)];}function Io(_0x379f86){const _0x5a6723=_0x5347ad;var _0x3c8e4f;_0x379f86==null||(_0x3c8e4f=_0x379f86[_0x5a6723(0x3a4)])==null||_0x3c8e4f[_0x5a6723(0x261)](),_0x379f86&&(_0x379f86[_0x5a6723(0x4e1)]=void 0x0,_0x379f86[_0x5a6723(0x3a4)]=void 0x0);}function Lo(_0x107fb4,_0x5691ec,_0x5a52b2){const _0x7e97e=_0x5347ad;var _0x2a78e0,_0x4a97ca;let {key:_0x3c5de3,text:_0x1e0975,documentData:_0x324a3f,left:_0x49e657,top:_0x4dd8a5,width:_0x175405,height:_0x41fa9a,localeService:_0x74f5b0,horizontalAlign:_0x2b8c0a,verticalAlign:_0x15bf1b,isHorizontal:_0x525093}=_0x5691ec;if(!_0x74f5b0||_0x175405<=0x0||_0x41fa9a<=0x0||!_0x324a3f&&!_0x1e0975)return!0x1;let _0x4ff57d=_0x324a3f==null?_0x51368b(_0x1e0975==null?'':_0x1e0975,{'id':'slide-doc-'+_0x3c5de3}):_0x324a3f,_0x42f295=(_0x2a78e0=_0x4ff57d[_0x7e97e(0x923)])==null?void 0x0:_0x2a78e0[_0x7e97e(0x70b)],_0x48dc9e=_0x2b8c0a==null?_0x42f295==null?void 0x0:_0x42f295[_0x7e97e(0x95a)]:_0x2b8c0a,_0x58dbc6=_0x15bf1b==null?_0x42f295==null?void 0x0:_0x42f295['verticalAlign']:_0x15bf1b,_0x2f6e30=_0x5a52b2?No(_0x5691ec,_0x4ff57d,_0x74f5b0):void 0x0,_0x1acf02=Fo(_0x5691ec,_0x4ff57d);if(_0x5a52b2!=null&&_0x5a52b2['resources']&&_0x5a52b2[_0x7e97e(0x4e1)]===_0x2f6e30)return Po(_0x107fb4,_0x5a52b2[_0x7e97e(0x3a4)],_0x49e657,_0x4dd8a5,_0x1acf02),!0x0;_0x5a52b2!=null&&_0x5a52b2[_0x7e97e(0x3a4)]&&Io(_0x5a52b2);let _0x1bbc7b=Ao({'id':_0x7e97e(0x6c5)+_0x3c5de3,'documentData':_0x4ff57d,'size':{'width':_0x175405,'height':_0x41fa9a},'localeService':_0x74f5b0,'horizontalAlign':_0x48dc9e,'verticalAlign':_0x58dbc6,'isHorizontal':_0x525093,'wrapStrategy':_0x5691ec[_0x7e97e(0x403)],'shapeTextOpticalVerticalAlign':(_0x4a97ca=_0x5691ec['shapeTextOpticalVerticalAlign'])==null?_0x42f295==null?void 0x0:_0x42f295[_0x7e97e(0x775)]:_0x4a97ca});return Po(_0x107fb4,_0x1bbc7b,_0x49e657,_0x4dd8a5,_0x1acf02),_0x5a52b2?(_0x5a52b2[_0x7e97e(0x4e1)]=_0x2f6e30,_0x5a52b2['resources']=_0x1bbc7b):_0x1bbc7b['dispose'](),!0x0;}function Ro(_0x344131){'@babel/helpers - typeof';const _0x2c7d58=_0x5347ad;return Ro=typeof Symbol=='function'&&typeof Symbol[_0x2c7d58(0x30c)]==_0x2c7d58(0x5d1)?function(_0x547d8c){return typeof _0x547d8c;}:function(_0x3e783c){const _0x130184=_0x2c7d58;return _0x3e783c&&typeof Symbol==_0x130184(0x2d8)&&_0x3e783c['constructor']===Symbol&&_0x3e783c!==Symbol[_0x130184(0x397)]?_0x130184(0x5d1):typeof _0x3e783c;},Ro(_0x344131);}function zo(_0x20dfa4,_0x1e4d04){const _0x199c96=_0x5347ad;if(Ro(_0x20dfa4)!=_0x199c96(0x8dd)||!_0x20dfa4)return _0x20dfa4;var _0x1b9021=_0x20dfa4[Symbol[_0x199c96(0x8b8)]];if(_0x1b9021!==void 0x0){var _0x9709b0=_0x1b9021['call'](_0x20dfa4,_0x1e4d04||_0x199c96(0x345));if(Ro(_0x9709b0)!=_0x199c96(0x8dd))return _0x9709b0;throw TypeError(_0x199c96(0x226));}return(_0x1e4d04===_0x199c96(0x9e6)?String:Number)(_0x20dfa4);}function Bo(_0x4f269a){const _0x2c50cc=_0x5347ad;var _0x3b7f9f=zo(_0x4f269a,_0x2c50cc(0x9e6));return Ro(_0x3b7f9f)==_0x2c50cc(0x5d1)?_0x3b7f9f:_0x3b7f9f+'';}function Z(_0x52a9ef,_0x283c11,_0x2fa581){const _0x9c8dee=_0x5347ad;return(_0x283c11=Bo(_0x283c11))in _0x52a9ef?Object[_0x9c8dee(0x9c6)](_0x52a9ef,_0x283c11,{'value':_0x2fa581,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x52a9ef[_0x283c11]=_0x2fa581,_0x52a9ef;}var Vo=class extends _0xbb794f{constructor(_0x4580c0,_0x5af42a){const _0x168055=_0x5347ad;var _0x5cae4e,_0x3e4ac3,_0x8fdd82;super(_0x4580c0,{..._0x5af42a,'fill':(_0x5cae4e=_0x5af42a[_0x168055(0x9b6)])==null?_0x168055(0x1cc):_0x5cae4e,'stroke':(_0x3e4ac3=_0x5af42a[_0x168055(0x6a9)])==null?mo:_0x3e4ac3,'strokeWidth':(_0x8fdd82=_0x5af42a['strokeWidth'])==null?0x1:_0x8fdd82,'evented':!0x0}),Z(this,_0x168055(0x571),void 0x0),Z(this,_0x168055(0x746),!0x1),this['_placeholderProps']=_0x5af42a;}[_0x5347ad(0x400)](_0x38e08a){const _0x1d3822=_0x5347ad;this[_0x1d3822(0x746)]=_0x38e08a,this[_0x1d3822(0x752)](!0x0);}[_0x5347ad(0x424)](_0x5458fb,_0x569744,_0x185b06){const _0x56b072=_0x5347ad;if(this['_placeholderProps']['hasExplicitStyle']){_0x5458fb[_0x56b072(0x6b8)](),_0x5458fb[_0x56b072(0x975)](),_0x5458fb[_0x56b072(0x213)]([]),_0x5458fb[_0x56b072(0x281)](-_0x569744/0x2,-_0x185b06/0x2,_0x569744,_0x185b06);let _0xac39fa=this[_0x56b072(0x571)]['fillColor'];this[_0x56b072(0x571)][_0x56b072(0x2d4)]&&_0xac39fa&&(_0x5458fb[_0x56b072(0x4ee)]=_0xac39fa,_0x5458fb[_0x56b072(0x188)]()),this[_0x56b072(0x571)][_0x56b072(0x42c)]&&(_0x5458fb[_0x56b072(0x3bd)]=this['stroke']||_0x56b072(0x999),_0x5458fb[_0x56b072(0x32b)]=this['strokeWidth']||0x1,_0x5458fb[_0x56b072(0x659)]()),_0x5458fb[_0x56b072(0x705)]();return;}this[_0x56b072(0x571)][_0x56b072(0x905)]||(_0x5458fb[_0x56b072(0x6b8)](),_0x5458fb['beginPath'](),_0x5458fb['setLineDash']([0x4,0x3]),_0x5458fb[_0x56b072(0x3bd)]=this[_0x56b072(0x659)]||_0x56b072(0x999),_0x5458fb[_0x56b072(0x32b)]=this[_0x56b072(0x9da)]||0x1,_0x5458fb[_0x56b072(0x281)](-_0x569744/0x2,-_0x185b06/0x2,_0x569744,_0x185b06),_0x5458fb[_0x56b072(0x659)](),_0x5458fb[_0x56b072(0x705)]());}['_drawCenteredText'](_0x2e77b5,_0x24ba9f,_0x3ac051){const _0x9612b=_0x5347ad;var _0x70449c,_0x12f227,_0xa67cd,_0x5ce16e,_0x584af5,_0xb1784f;let _0x3e2b65=(_0x70449c=(_0x12f227=_0x3ac051==null?void 0x0:_0x3ac051[_0x9612b(0x797)])==null?_0x24ba9f['fontSize']:_0x12f227)==null?0x12:_0x70449c,_0x51a48c=(_0xa67cd=_0x3ac051==null?void 0x0:_0x3ac051[_0x9612b(0x7c3)])==null?0x0:_0xa67cd,_0x147fcb=(_0x5ce16e=_0x3ac051==null?void 0x0:_0x3ac051[_0x9612b(0x3b7)])==null?ho:_0x5ce16e,_0x518c99=(_0x584af5=_0x3ac051==null?void 0x0:_0x3ac051[_0x9612b(0x234)])==null?0x18:_0x584af5,_0x425b30=(_0xb1784f=_0x3ac051==null?void 0x0:_0x3ac051[_0x9612b(0x39e)])==null?!0x1:_0xb1784f,_0x55ff1b=Math[_0x9612b(0x496)](0x0,this[_0x9612b(0x8d2)]-_0x518c99),_0xe184c2=this[_0x9612b(0x571)][_0x9612b(0x4be)],_0x2f12dd=_0x24ba9f[_0x9612b(0x5af)]||(_0x24ba9f['textKey']&&_0xe184c2?_0xe184c2['t'](_0x24ba9f[_0x9612b(0x961)]):'');if(_0x2f12dd){_0x2e77b5[_0x9612b(0x6b8)](),this[_0x9612b(0x354)](_0x2e77b5);try{var _0x2c8b70,_0x278e18;if(_0x24ba9f[_0x9612b(0x207)]&&Lo(_0x2e77b5,{'key':this[_0x9612b(0xa26)]+_0x9612b(0x452),'text':_0x2f12dd,'documentData':_0x24ba9f[_0x9612b(0x207)],'left':-_0x55ff1b/0x2,'top':-this[_0x9612b(0x95b)]/0x2+_0x51a48c,'width':_0x55ff1b,'height':this['height'],'localeService':_0xe184c2}))return;if(_0x425b30){let _0x5a1881=Math[_0x9612b(0x496)](_0x3e2b65*1.8,Math[_0x9612b(0x2f7)](this[_0x9612b(0x95b)],_0x3e2b65*2.2));if(Lo(_0x2e77b5,{'key':this[_0x9612b(0xa26)]+_0x9612b(0x4d7),'text':_0x2f12dd,'left':-_0x55ff1b/0x2,'top':_0x51a48c-_0x5a1881/0x2,'width':_0x55ff1b,'height':_0x5a1881,'localeService':_0xe184c2,'horizontalAlign':_0x3d6504[_0x9612b(0x575)],'verticalAlign':_0x3ebbcf[_0x9612b(0x8e0)]}))return;}_0x2e77b5[_0x9612b(0x6b8)](),_0x2e77b5[_0x9612b(0x4ee)]=_0x147fcb,_0x2e77b5['textAlign']='center',_0x2e77b5[_0x9612b(0x45d)]=_0x9612b(0x6ca);let _0x569a2b=(_0x2c8b70=_0x24ba9f[_0x9612b(0x560)])==null?_0x9612b(0x36e):_0x2c8b70;_0x2e77b5['font']=((_0x278e18=_0x24ba9f[_0x9612b(0x4b8)])==null?0x190:_0x278e18)+'\x20'+_0x3e2b65+_0x9612b(0xa08)+_0x569a2b,_0x2e77b5[_0x9612b(0x2e2)](_0x2f12dd,0x0,_0x51a48c,_0x55ff1b||void 0x0),_0x2e77b5[_0x9612b(0x705)]();}finally{_0x2e77b5[_0x9612b(0x705)]();}}}[_0x5347ad(0x354)](_0x49fe94){const _0x48999b=_0x5347ad;this[_0x48999b(0x301)]&&_0x49fe94[_0x48999b(0x558)](-0x1,0x1);}[_0x5347ad(0x33e)](_0x2b65f4,_0x52eb6b){const _0x1744f9=_0x5347ad;if(!this[_0x1744f9(0x56e)])return this[_0x1744f9(0x752)](!0x1),this;let _0x3e836d=this['getRealBound'](),_0x2f9292=_0x3e836d['width'],_0xc985ba=_0x3e836d[_0x1744f9(0x95b)],_0x501fb0=_0x3e836d[_0x1744f9(0x5e2)],_0x56e98d=_0x3e836d[_0x1744f9(0x717)];if(this[_0x1744f9(0x5ef)](_0x52eb6b)){let {top:_0x54c2ff,left:_0x4573f4,bottom:_0x4b8387,right:_0x548ef9}=_0x52eb6b['viewBound'];if(_0x2f9292+this['strokeWidth']+_0x501fb0<_0x4573f4||_0x548ef9<_0x501fb0||_0xc985ba+this[_0x1744f9(0x9da)]+_0x56e98d<_0x54c2ff||_0x4b8387<_0x56e98d)return this;}let _0x228fd3=this[_0x1744f9(0x2d1)]['getMatrix'](),_0x5765b7=_0x501fb0+_0x2f9292/0x2,_0xc0575c=_0x56e98d+_0xc985ba/0x2;return _0x2b65f4['save'](),_0x2b65f4[_0x1744f9(0x2d1)](_0x228fd3[0x0],_0x228fd3[0x1],_0x228fd3[0x2],_0x228fd3[0x3],_0x5765b7,_0xc0575c),this[_0x1744f9(0x4f0)](_0x2b65f4,_0x52eb6b,_0x2f9292,_0xc985ba),_0x2b65f4[_0x1744f9(0x705)](),this[_0x1744f9(0x752)](!0x1),this;}[_0x5347ad(0x25e)](_0x436d42){const _0x350cff=_0x5347ad;let _0x370100=this['getRealBound'](),_0x69b1c=_0x370100[_0x350cff(0x5e2)]+_0x370100[_0x350cff(0x8d2)]/0x2,_0x402a9b=_0x370100['top']+_0x370100['height']/0x2,_0x49be23=this['transform']['getMatrix'](),_0x4cb011=new _0x4ca6c7([_0x49be23[0x0],_0x49be23[0x1],_0x49be23[0x2],_0x49be23[0x3],_0x69b1c,_0x402a9b]),_0x2d9c6f=this['getParent']();return(this[_0x350cff(0x5b3)]&&(_0x2d9c6f==null?void 0x0:_0x2d9c6f['classType'])===_0x2b11f3[_0x350cff(0x391)]?_0x2d9c6f['ancestorTransform']['multiply'](_0x4cb011):_0x4cb011)['invert']()[_0x350cff(0x41e)](_0x436d42);}[_0x5347ad(0x91c)](_0x5f4b8b){const _0x31fec4=_0x5347ad;let _0x59d934=this[_0x31fec4(0x25e)](_0x5f4b8b),_0x169b08=this['width']/0x2,_0xcf500b=this['height']/0x2;return _0x59d934['x']>=-_0x169b08-this[_0x31fec4(0x9da)]/0x2&&_0x59d934['x']<=_0x169b08+this['strokeWidth']/0x2&&_0x59d934['y']>=-_0xcf500b-this[_0x31fec4(0x9da)]/0x2&&_0x59d934['y']<=_0xcf500b+this['strokeWidth']/0x2;}[_0x5347ad(0x4f0)](_0x15caab,_0x185777,_0x5c68f6,_0x4cec73){const _0x5983f0=_0x5347ad;let _0x501331=_0x5c68f6==null?this[_0x5983f0(0x8d2)]:_0x5c68f6,_0x1387d0=_0x4cec73==null?this[_0x5983f0(0x95b)]:_0x4cec73;this[_0x5983f0(0x424)](_0x15caab,_0x501331,_0x1387d0);}},Ho=class e extends Vo{constructor(_0xe85969,_0x4f1d3a){super(_0xe85969,_0x4f1d3a);}[_0x5347ad(0x293)](_0x831967){const _0x27b644=_0x5347ad;let _0x47c4e5=this[_0x27b644(0x8df)]();if(!_0x47c4e5)return null;let _0x42e09d=this[_0x27b644(0x25e)](_0x831967);for(let _0x30073b=0x0;_0x30073b<_0x47c4e5[_0x27b644(0x608)];_0x30073b++){let _0xeb5aa5=Math[_0x27b644(0x490)](_0x30073b/_0x47c4e5[_0x27b644(0x54f)]),_0x2500ba=_0x30073b%_0x47c4e5[_0x27b644(0x54f)],_0x22cfc8=_0x47c4e5[_0x27b644(0x640)]+_0x2500ba*0x34,_0xa537ff=_0x47c4e5['startY']+_0xeb5aa5*0x36;if(_0x42e09d['x']>=_0x22cfc8-0x15&&_0x42e09d['x']<=_0x22cfc8+0x15&&_0x42e09d['y']>=_0xa537ff-0x15&&_0x42e09d['y']<=_0xa537ff+0x15){var _0x4f7c77,_0x119692;return(_0x4f7c77=(_0x119692=_0x47c4e5['icons'][_0x30073b])==null?void 0x0:_0x119692[_0x27b644(0x5a3)])==null?null:_0x4f7c77;}}return null;}[_0x5347ad(0x8df)](){const _0x384ba4=_0x5347ad;var _0x52244b;let _0x44a9ac=((_0x52244b=this[_0x384ba4(0x571)][_0x384ba4(0x316)])==null?[]:_0x52244b)[_0x384ba4(0x9bf)](_0x358484=>_0x358484[_0x384ba4(0x9dc)]!==!0x1);if(_0x44a9ac[_0x384ba4(0x9dd)]===0x0)return null;let _0x2bd23d=Math['max'](0x1,Math[_0x384ba4(0x490)]((this[_0x384ba4(0x8d2)]-0x14)/0x34)),_0x42d1f8=Math[_0x384ba4(0x2f7)](_0x44a9ac[_0x384ba4(0x9dd)],_0x2bd23d*0x2),_0x4b04ae=_0x42d1f8===0x4?0x2:_0x2bd23d,_0x23c7f9=Math[_0x384ba4(0x236)](_0x42d1f8/_0x4b04ae),_0x5be59f=Math['min'](_0x42d1f8,_0x4b04ae)*0x2a+(Math['min'](_0x42d1f8,_0x4b04ae)-0x1)*0xa,_0x352951=_0x23c7f9*0x2a+(_0x23c7f9-0x1)*0xc;return{'icons':_0x44a9ac,'count':_0x42d1f8,'maxPerRow':_0x4b04ae,'totalHeight':_0x352951,'startX':-_0x5be59f/0x2+0x2a/0x2,'startY':-_0x352951/0x2+0x2a/0x2};}[_0x5347ad(0x779)](_0x2cd0e0,_0x346d37,_0x1194ab,_0x4187b2,_0x15618b){const _0x387454=_0x5347ad;if(_0x2cd0e0['save'](),_0x2cd0e0[_0x387454(0x975)](),_0x2cd0e0[_0x387454(0x4ee)]=po,_0x2cd0e0[_0x387454(0x3bd)]=mo,_0x2cd0e0[_0x387454(0x32b)]=0x1,_0x2cd0e0['rect'](_0x346d37-0x2a/0x2,_0x1194ab-0x2a/0x2,0x2a,0x2a),_0x2cd0e0[_0x387454(0x188)](),_0x2cd0e0['stroke'](),_0x2cd0e0[_0x387454(0x4ee)]=ho,_0x15618b&&this[_0x387454(0x892)](_0x2cd0e0,_0x15618b,_0x346d37,_0x1194ab)){_0x2cd0e0[_0x387454(0x705)]();return;}_0x2cd0e0['font']=go,_0x2cd0e0[_0x387454(0x929)]='center',_0x2cd0e0[_0x387454(0x45d)]=_0x387454(0x6ca),_0x2cd0e0['fillText'](_0x4187b2,_0x346d37,_0x1194ab+0x1,0x22),_0x2cd0e0[_0x387454(0x705)]();}[_0x5347ad(0x2ac)](_0x1d8412){const _0x106cd9=_0x5347ad;if(_0x1d8412[_0x106cd9(0x461)])return _0x1d8412[_0x106cd9(0x461)];let _0x849cc1=this['_placeholderProps'][_0x106cd9(0x4be)];return _0x1d8412['labelKey']&&_0x849cc1?_0x849cc1['t'](_0x1d8412['labelKey']):_0x1d8412[_0x106cd9(0x5a3)];}[_0x5347ad(0x9ad)](_0x3a700b){const _0x503d08=_0x5347ad;return _0x416d6c[_0x3a700b[_0x503d08(0x5a3)]];}[_0x5347ad(0x892)](_0x34c0c5,_0x5021a7,_0xb33dfd,_0x591e2b){const _0x2135d3=_0x5347ad;let _0x130892=this[_0x2135d3(0x8a9)](_0x5021a7);return!_0x130892||!_0x130892[_0x2135d3(0x6f4)]||_0x130892[_0x2135d3(0x913)]===0x0||_0x130892[_0x2135d3(0xa13)]===0x0?!0x1:(_0x34c0c5['drawImage'](_0x130892,_0xb33dfd-0xa,_0x591e2b-0xa,0x14,0x14),!0x0);}[_0x5347ad(0x8a9)](_0x3712e3){const _0x471f47=_0x5347ad;if(e[_0x471f47(0x62a)][_0x471f47(0x8d7)](_0x3712e3)){var _0x350e32;return(_0x350e32=e[_0x471f47(0x62a)]['get'](_0x3712e3))==null?null:_0x350e32;}let _0x20d4db=e[_0x471f47(0x674)][_0x3712e3];if(!_0x20d4db||typeof document>'u')return e[_0x471f47(0x62a)]['set'](_0x3712e3,null),null;let _0x1245be=[_0x471f47(0x36f),'fill=\x22none\x22\x20stroke=\x22'+ho+'\x22\x20stroke-width=\x222\x22\x20',_0x471f47(0x2f6),_0x20d4db,_0x471f47(0x1db)][_0x471f47(0x938)](''),_0x35fb2f=document[_0x471f47(0x989)](_0x471f47(0x260));return _0x35fb2f[_0x471f47(0x72c)]=()=>this[_0x471f47(0x752)](!0x0),_0x35fb2f[_0x471f47(0x82c)]=_0x471f47(0x4d3)+encodeURIComponent(_0x1245be),e['_iconImageCache'][_0x471f47(0x3f7)](_0x3712e3,_0x35fb2f),_0x35fb2f;}[_0x5347ad(0x4f0)](_0x110650,_0x1b1cdc,_0x19c5b0,_0x35c357){const _0x362da8=_0x5347ad;super[_0x362da8(0x4f0)](_0x110650,_0x1b1cdc,_0x19c5b0,_0x35c357);let _0x39bb81=this[_0x362da8(0x571)],_0x31b711=this[_0x362da8(0x8df)]();if(!_0x31b711){if(!this[_0x362da8(0x746)]&&_0x39bb81['text']&&(_0x39bb81['text'][_0x362da8(0x5af)]||_0x39bb81[_0x362da8(0x742)]['textKey'])){var _0x1e0b72;this[_0x362da8(0x390)](_0x110650,_0x39bb81[_0x362da8(0x742)],{'color':(_0x1e0b72=_0x39bb81['textColor'])==null?_o:_0x1e0b72});}return;}for(let _0x35dfb9=0x0;_0x35dfb9<_0x31b711[_0x362da8(0x608)];_0x35dfb9++){let _0x332fb4=Math[_0x362da8(0x490)](_0x35dfb9/_0x31b711[_0x362da8(0x54f)]),_0x1ed7e7=_0x35dfb9%_0x31b711[_0x362da8(0x54f)],_0x545d74=_0x31b711['icons'][_0x35dfb9],_0x50e2d1=_0x31b711[_0x362da8(0x640)]+_0x1ed7e7*0x34,_0x2909fd=_0x31b711[_0x362da8(0x6bd)]+_0x332fb4*0x36;this[_0x362da8(0x779)](_0x110650,_0x50e2d1,_0x2909fd,this[_0x362da8(0x2ac)](_0x545d74)[_0x362da8(0x5b1)](0x0,0x1),this[_0x362da8(0x9ad)](_0x545d74));}if(!this[_0x362da8(0x746)]&&_0x39bb81[_0x362da8(0x742)]&&(_0x39bb81[_0x362da8(0x742)][_0x362da8(0x5af)]||_0x39bb81[_0x362da8(0x742)]['textKey'])){var _0x2cb538;this['_drawCenteredText'](_0x110650,_0x39bb81[_0x362da8(0x742)],{'topOffset':_0x31b711[_0x362da8(0x248)]/0x2+0x14,'fontSize':0xe,'color':(_0x2cb538=_0x39bb81[_0x362da8(0x737)])==null?vo:_0x2cb538});}}};Z(Ho,_0x5347ad(0x674),{'AddImageIcon':_0x5347ad(0x20f),'TableIcon':_0x5347ad(0x9c1),'ChartIcon':_0x5347ad(0x5dc),'RelationshipIcon':_0x5347ad(0x778),'RecordIcon':_0x5347ad(0x6af)}),Z(Ho,'_iconImageCache',new Map());var Uo=class extends Vo{constructor(_0x3dbd73,_0xfd4124){super(_0x3dbd73,_0xfd4124);}[_0x5347ad(0x4f0)](_0x3250aa,_0x105b2d,_0x5a0def,_0x1084ca){const _0x48391a=_0x5347ad;var _0x3a7eee,_0x968831;if(super[_0x48391a(0x4f0)](_0x3250aa,_0x105b2d,_0x5a0def,_0x1084ca),this[_0x48391a(0x746)])return;let _0x42a12c=this[_0x48391a(0x571)]['text'];if(!_0x42a12c||!_0x42a12c[_0x48391a(0x5af)]&&!_0x42a12c['textKey'])return;let _0x3e6f17=(_0x3a7eee=_0x42a12c[_0x48391a(0x797)])==null?Math[_0x48391a(0x2f7)](0x12,Math[_0x48391a(0x496)](0xe,this[_0x48391a(0x95b)]*0.11)):_0x3a7eee;this[_0x48391a(0x390)](_0x3250aa,{..._0x42a12c,'fontSize':_0x3e6f17},{'color':(_0x968831=this[_0x48391a(0x571)][_0x48391a(0x737)])==null?_o:_0x968831,'useDocumentModel':!0x1});}};function Wo(_0x11898b){const _0x51523f=_0x5347ad;return Math[_0x51523f(0x496)](0x0,Math[_0x51523f(0x2f7)](0x64,_0x11898b==null?0x0:_0x11898b))/0x64;}function Go(_0x42a73a){const _0x3ff810=_0x5347ad;let _0x454ec6=Math[_0x3ff810(0x3f8)](_0x42a73a*0xe8d4a51000)/0xe8d4a51000;return Object['is'](_0x454ec6,-0x0)?0x0:_0x454ec6;}function Ko(_0x3796ff,_0x4de6ae,_0x2746b1){const _0x4b6c71=_0x5347ad;let _0x430a50=Math[_0x4b6c71(0x496)](0x0,_0x3796ff),_0xeee398=Math[_0x4b6c71(0x496)](0x0,_0x4de6ae),_0x151b86=Wo(_0x2746b1==null?void 0x0:_0x2746b1[_0x4b6c71(0x5e2)]),_0x45403a=Wo(_0x2746b1==null?void 0x0:_0x2746b1['top']),_0xc8d01f=Wo(_0x2746b1==null?void 0x0:_0x2746b1[_0x4b6c71(0x888)]),_0x3dee50=Wo(_0x2746b1==null?void 0x0:_0x2746b1[_0x4b6c71(0x97e)]),_0x109468=0x1-_0x151b86-_0xc8d01f,_0x3afcd0=0x1-_0x45403a-_0x3dee50;return _0x430a50<=0x0||_0xeee398<=0x0||_0x109468<=0x0||_0x3afcd0<=0x0?{'left':0x0,'top':0x0,'width':_0x430a50,'height':_0xeee398}:{'left':Go(_0x151b86*_0x430a50),'top':Go(_0x45403a*_0xeee398),'width':Go(_0x109468*_0x430a50),'height':Go(_0x3afcd0*_0xeee398)};}function qo(_0x5d5f67,_0x173ca5,_0x3e14e8,_0x5bbd10,_0x1bf7e4,_0x5aee06){const _0x5e6147=_0x5347ad;if(_0x1bf7e4===_0x4c9a7d['Stretch']||_0x5d5f67<=0x0||_0x173ca5<=0x0){var _0x6b74af,_0x4d98a6,_0x409211,_0x129d5f;let _0x2a99c2=((_0x6b74af=_0x5aee06==null?void 0x0:_0x5aee06[_0x5e6147(0x5e2)])==null?0x0:_0x6b74af)/0x64*_0x5d5f67,_0x480095=((_0x4d98a6=_0x5aee06==null?void 0x0:_0x5aee06['top'])==null?0x0:_0x4d98a6)/0x64*_0x173ca5,_0x96240a=((_0x409211=_0x5aee06==null?void 0x0:_0x5aee06['right'])==null?0x0:_0x409211)/0x64*_0x5d5f67,_0x342e81=((_0x129d5f=_0x5aee06==null?void 0x0:_0x5aee06[_0x5e6147(0x97e)])==null?0x0:_0x129d5f)/0x64*_0x173ca5;return{'left':Go(-_0x2a99c2),'top':Go(-_0x480095),'width':Go(_0x5d5f67+_0x2a99c2+_0x96240a),'height':Go(_0x173ca5+_0x480095+_0x342e81)};}let _0x3c969c=_0x3e14e8>0x0?_0x3e14e8:_0x5d5f67,_0xe1f0e9=_0x5bbd10>0x0?_0x5bbd10:_0x173ca5,_0x3e3bb6=_0x1bf7e4===_0x4c9a7d['Contain']?Math['min'](_0x5d5f67/_0x3c969c,_0x173ca5/_0xe1f0e9):Math[_0x5e6147(0x496)](_0x5d5f67/_0x3c969c,_0x173ca5/_0xe1f0e9),_0x3d6daa=_0x3c969c*_0x3e3bb6,_0x45ad7a=_0xe1f0e9*_0x3e3bb6;return{'left':Go((_0x5d5f67-_0x3d6daa)/0x2),'top':Go((_0x173ca5-_0x45ad7a)/0x2),'width':Go(_0x3d6daa),'height':Go(_0x45ad7a)};}var Jo=class extends _0x153bc6{constructor(_0xf6c7a3,_0x2c8b50){const _0x22e7c5=_0x5347ad;super(_0xf6c7a3,_0x2c8b50),Z(this,_0x22e7c5(0x962),void 0x0),this[_0x22e7c5(0x962)]=_0x2c8b50[_0x22e7c5(0x1b2)];}['getConnectionSites'](){return[{'x':0.5,'y':0x0,'idx':0x0,'ang':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'ang':0x0},{'x':0.5,'y':0x1,'idx':0x2,'ang':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'ang':0xb4}];}async[_0x5347ad(0x4e8)](_0xa4df51,_0x3931b3,_0x1a18e2,_0x2a559b){const _0x4549ce=_0x5347ad;if(_0x3931b3===_0x1fc468[_0x4549ce(0x3e8)]){try{let _0x6a1fdf=await _0x1a18e2[_0x4549ce(0x620)](_0xa4df51);if(!_0x6a1fdf)return;this[_0x4549ce(0x1ad)](_0x6a1fdf,_0xa4df51,_0x3931b3,_0x1a18e2,_0x2a559b);}catch(_0x39c2ba){console[_0x4549ce(0x1a7)](_0x39c2ba);}return;}this[_0x4549ce(0x1ad)](_0xa4df51,_0xa4df51,_0x3931b3,_0x1a18e2,_0x2a559b);}[_0x5347ad(0x46f)](_0x403f10){const _0x1f4e1a=_0x5347ad;var _0x114afe;this['_native']=_0x403f10,this['makeDirty'](!0x0),(_0x114afe=this['getEngine']())==null||(_0x114afe=_0x114afe[_0x1f4e1a(0x9fd)])==null||_0x114afe[_0x1f4e1a(0x703)][_0x1f4e1a(0x76b)](this[_0x1f4e1a(0xa26)]);}[_0x5347ad(0x4f0)](_0x3ceef2,_0x23e1af,_0x1e1f90,_0x3f37a2){const _0x140341=_0x5347ad;let _0xeba164=_0x1e1f90==null?this[_0x140341(0x8d2)]:_0x1e1f90,_0x1761a9=_0x3f37a2==null?this[_0x140341(0x95b)]:_0x3f37a2;if(!this[_0x140341(0x962)]){super[_0x140341(0x4f0)](_0x3ceef2,_0x23e1af,_0x1e1f90,_0x3f37a2),this[_0x140341(0x15b)](_0x3ceef2,_0xeba164,_0x1761a9);return;}if(this[_0x140341(0x230)]==null)return;if(_0x3ceef2[_0x140341(0x6b8)](),_0x3ceef2[_0x140341(0x975)](),_0x3ceef2[_0x140341(0x281)](-_0xeba164/0x2,-_0x1761a9/0x2,_0xeba164,_0x1761a9),_0x3ceef2['clip'](),this[_0x140341(0x962)]===_0x4c9a7d[_0x140341(0x506)]){let _0x21fce6=_0x3ceef2[_0x140341(0x953)](this[_0x140341(0x230)],_0x4c9a7d[_0x140341(0x506)]);_0x21fce6?(_0x3ceef2[_0x140341(0x157)](-_0xeba164/0x2,-_0x1761a9/0x2),_0x3ceef2[_0x140341(0x4ee)]=_0x21fce6,_0x3ceef2[_0x140341(0x8f6)](0x0,0x0,_0xeba164,_0x1761a9)):_0x3ceef2[_0x140341(0x71a)](this['_native'],-_0xeba164/0x2,-_0x1761a9/0x2,_0xeba164,_0x1761a9),_0x3ceef2[_0x140341(0x705)](),this[_0x140341(0x15b)](_0x3ceef2,_0xeba164,_0x1761a9);return;}let _0x42704e=qo(_0xeba164,_0x1761a9,this[_0x140341(0x230)][_0x140341(0x913)]||this[_0x140341(0x230)][_0x140341(0x8d2)]||_0xeba164,this['_native'][_0x140341(0xa13)]||this[_0x140341(0x230)][_0x140341(0x95b)]||_0x1761a9,this[_0x140341(0x962)]);_0x3ceef2['drawImage'](this[_0x140341(0x230)],_0x42704e[_0x140341(0x5e2)]-_0xeba164/0x2,_0x42704e[_0x140341(0x717)]-_0x1761a9/0x2,_0x42704e['width'],_0x42704e[_0x140341(0x95b)]),_0x3ceef2[_0x140341(0x705)](),this[_0x140341(0x15b)](_0x3ceef2,_0xeba164,_0x1761a9);}[_0x5347ad(0x15b)](_0xfe2f98,_0x33d685,_0x2a07e2){const _0x57ca23=_0x5347ad;!this[_0x57ca23(0x659)]||this[_0x57ca23(0x9da)]<=0x0||(_0xfe2f98[_0x57ca23(0x6b8)](),_0xfe2f98[_0x57ca23(0x975)](),this[_0x57ca23(0x7c5)]===_0x57ca23(0x180)?_0xfe2f98['ellipse'](0x0,0x0,_0x33d685/0x2,_0x2a07e2/0x2,0x0,0x0,Math['PI']*0x2):_0xfe2f98[_0x57ca23(0x281)](-_0x33d685/0x2,-_0x2a07e2/0x2,_0x33d685,_0x2a07e2),_0xfe2f98[_0x57ca23(0x3bd)]=this[_0x57ca23(0x659)],_0xfe2f98[_0x57ca23(0x32b)]=this[_0x57ca23(0x9da)],_0xfe2f98['stroke'](),_0xfe2f98[_0x57ca23(0x705)]());}['_applyResolvedSource'](_0x424497,_0x34e7e0,_0x17f977,_0x1af3ef,_0x441f37){const _0x3c85fd=_0x5347ad;this['_native']==null&&(this['_native']=document[_0x3c85fd(0x989)](_0x3c85fd(0x260)),this['_native'][_0x3c85fd(0x2e4)]=_0x3c85fd(0x2c9)),this[_0x3c85fd(0x230)][_0x3c85fd(0x72c)]=()=>{const _0x3736c8=_0x3c85fd;var _0x4dc304;_0x1af3ef[_0x3736c8(0x944)](_0x34e7e0,_0x17f977,this['_native']),this['makeDirty'](!0x0),(_0x4dc304=this['getEngine']())==null||(_0x4dc304=_0x4dc304[_0x3736c8(0x9fd)])==null||_0x4dc304[_0x3736c8(0x703)][_0x3736c8(0x76b)](this[_0x3736c8(0xa26)]),_0x441f37==null||_0x441f37();},this[_0x3c85fd(0x230)][_0x3c85fd(0x7b8)]=()=>{const _0x75f3d1=_0x3c85fd;this[_0x75f3d1(0x752)](!0x0);},this[_0x3c85fd(0x230)][_0x3c85fd(0x82c)]=_0x424497;}};function Q(_0x3cab41,_0x5da952){return function(_0x64ecba,_0x3073df){_0x5da952(_0x64ecba,_0x3073df,_0x3cab41);};}function $(_0x5bf541,_0x1231db,_0x21ff61,_0x53d7a3){const _0x46430c=_0x5347ad;var _0x1306c1=arguments[_0x46430c(0x9dd)],_0x4e1c67=_0x1306c1<0x3?_0x1231db:_0x53d7a3===null?_0x53d7a3=Object[_0x46430c(0x385)](_0x1231db,_0x21ff61):_0x53d7a3,_0x22e185;if(typeof Reflect=='object'&&typeof Reflect[_0x46430c(0x796)]==_0x46430c(0x2d8))_0x4e1c67=Reflect['decorate'](_0x5bf541,_0x1231db,_0x21ff61,_0x53d7a3);else{for(var _0x3e6696=_0x5bf541[_0x46430c(0x9dd)]-0x1;_0x3e6696>=0x0;_0x3e6696--)(_0x22e185=_0x5bf541[_0x3e6696])&&(_0x4e1c67=(_0x1306c1<0x3?_0x22e185(_0x4e1c67):_0x1306c1>0x3?_0x22e185(_0x1231db,_0x21ff61,_0x4e1c67):_0x22e185(_0x1231db,_0x21ff61))||_0x4e1c67);}return _0x1306c1>0x3&&_0x4e1c67&&Object[_0x46430c(0x9c6)](_0x1231db,_0x21ff61,_0x4e1c67),_0x4e1c67;}var Yo;let Xo=Yo=class extends _0xbb794f{constructor(_0x4663aa,_0x795c33,_0x212f4f){const _0x4e589f=_0x5347ad;super(_0x4663aa,_0x795c33),this[_0x4e589f(0x987)]=_0x212f4f,Z(this,_0x4e589f(0x360),void 0x0),Z(this,_0x4e589f(0x230),void 0x0),Z(this,_0x4e589f(0x596),void 0x0),this[_0x4e589f(0x360)]=_0x795c33[_0x4e589f(0x7a1)],this[_0x4e589f(0x596)]=_0x795c33[_0x4e589f(0x5d6)],this[_0x4e589f(0x543)]();}[_0x5347ad(0x4f8)](_0x5540c8){const _0x1242b1=_0x5347ad;this[_0x1242b1(0x360)]=_0x5540c8,this[_0x1242b1(0x543)](),this['makeDirty'](!0x0);}[_0x5347ad(0x4f0)](_0xfc0944,_0x362d85,_0x59e7a2,_0x340905){const _0x2e178d=_0x5347ad;let _0x56dc4f=this[_0x2e178d(0x360)],_0x22eec3=_0x59e7a2==null?this['width']:_0x59e7a2,_0x1808da=_0x340905==null?this[_0x2e178d(0x95b)]:_0x340905;if(_0xfc0944[_0x2e178d(0x6b8)](),_0xfc0944[_0x2e178d(0x975)](),_0xfc0944[_0x2e178d(0x281)](0x0,0x0,_0x22eec3,_0x1808da),!_0x56dc4f||_0x56dc4f[_0x2e178d(0x72f)]===_0x2e178d(0x90d)){_0xfc0944['fillStyle']=Ca,_0xfc0944[_0x2e178d(0x188)](),_0xfc0944[_0x2e178d(0x705)]();return;}if(_0x56dc4f[_0x2e178d(0x72f)]===_0x2e178d(0x8e2)){var _0x36af69;_0xfc0944['globalAlpha']=Math[_0x2e178d(0x496)](0x0,Math[_0x2e178d(0x2f7)](0x1,(_0x36af69=_0x56dc4f[_0x2e178d(0x23d)])==null?0x1:_0x36af69)),_0xfc0944[_0x2e178d(0x4ee)]=this[_0x2e178d(0x611)](_0x56dc4f[_0x2e178d(0x3b7)]),_0xfc0944[_0x2e178d(0x188)](),_0xfc0944[_0x2e178d(0x705)]();return;}if(_0x56dc4f['type']==='gradient'){var _0x51f0e2;let _0x9ccce0=this[_0x2e178d(0x77b)](_0xfc0944,_0x22eec3,_0x1808da,(_0x51f0e2=_0x56dc4f[_0x2e178d(0x3d1)])==null?0x5a:_0x51f0e2);_0x56dc4f[_0x2e178d(0x2c4)][_0x2e178d(0x4fa)](_0x11ce80=>{const _0x164f59=_0x2e178d;var _0xb2e7fa;_0x9ccce0['addColorStop'](_0x11ce80['position'],this[_0x164f59(0x7b2)](_0x11ce80[_0x164f59(0x3b7)],(_0xb2e7fa=_0x11ce80[_0x164f59(0x23d)])==null?0x1:_0xb2e7fa));}),_0xfc0944[_0x2e178d(0x4ee)]=_0x9ccce0,_0xfc0944[_0x2e178d(0x188)](),_0xfc0944['restore']();return;}if(_0x56dc4f[_0x2e178d(0x72f)]==='pattern'){let _0xdf7e79=this[_0x2e178d(0x22b)](_0xfc0944,_0x56dc4f['foregroundColor'],_0x56dc4f[_0x2e178d(0x88c)]);if(_0xdf7e79)_0xfc0944[_0x2e178d(0x4ee)]=_0xdf7e79,_0xfc0944[_0x2e178d(0x188)]();else{var _0x3f4cb2;_0xfc0944[_0x2e178d(0x4ee)]=(_0x3f4cb2=_0x56dc4f[_0x2e178d(0x88c)])==null?Ca:_0x3f4cb2,_0xfc0944[_0x2e178d(0x188)]();}_0xfc0944[_0x2e178d(0x705)]();return;}if(_0x56dc4f[_0x2e178d(0x72f)]===_0x2e178d(0xa0d)){if(!this[_0x2e178d(0x230)]){_0xfc0944['fillStyle']=Ca,_0xfc0944[_0x2e178d(0x188)](),_0xfc0944[_0x2e178d(0x705)]();return;}this[_0x2e178d(0x6c6)](_0xfc0944,_0x22eec3,_0x1808da,_0x56dc4f),_0xfc0944['restore']();return;}_0xfc0944['fillStyle']=Ca,_0xfc0944[_0x2e178d(0x188)](),_0xfc0944[_0x2e178d(0x705)]();}[_0x5347ad(0x543)](){const _0x5e9ce0=_0x5347ad;var _0x3e2b41;if(!this[_0x5e9ce0(0x360)]||this[_0x5e9ce0(0x360)][_0x5e9ce0(0x72f)]!==_0x5e9ce0(0xa0d)){this[_0x5e9ce0(0x230)]=void 0x0;return;}let _0x1ca888=(_0x3e2b41=this[_0x5e9ce0(0x360)][_0x5e9ce0(0x446)])==null?_0x1fc468[_0x5e9ce0(0xa2b)]:_0x3e2b41,_0x577e8f=_0x1ca888+':'+this[_0x5e9ce0(0x360)]['source'];if(this[_0x5e9ce0(0x987)]){let _0x3e9587=this[_0x5e9ce0(0x987)][_0x5e9ce0(0x5ab)](this[_0x5e9ce0(0x360)][_0x5e9ce0(0x2b0)],_0x1ca888);if(_0x3e9587){this['_native']=_0x3e9587,Yo[_0x5e9ce0(0x163)]['set'](_0x577e8f,_0x3e9587);return;}}let _0x58de4d=Yo[_0x5e9ce0(0x163)]['get'](_0x577e8f);if(_0x58de4d){var _0x3fc9e1;this['_native']=_0x58de4d,(_0x3fc9e1=this[_0x5e9ce0(0x987)])==null||_0x3fc9e1[_0x5e9ce0(0x944)](this[_0x5e9ce0(0x360)]['source'],_0x1ca888,_0x58de4d);return;}if(this['_imageIoService']){var _0x42f118;((_0x42f118=Yo[_0x5e9ce0(0x74c)][_0x5e9ce0(0x439)](_0x577e8f))==null?this[_0x5e9ce0(0x72a)](_0x577e8f,this[_0x5e9ce0(0x360)][_0x5e9ce0(0x2b0)],_0x1ca888,this[_0x5e9ce0(0x987)]):_0x42f118)[_0x5e9ce0(0x161)](_0x422b91=>{const _0x58c477=_0x5e9ce0;_0x422b91&&this[_0x58c477(0x6c9)](_0x422b91);});return;}let _0x7a981b=document[_0x5e9ce0(0x989)](_0x5e9ce0(0x260));_0x7a981b[_0x5e9ce0(0x2e4)]=_0x5e9ce0(0x2c9),_0x7a981b['src']=this[_0x5e9ce0(0x360)][_0x5e9ce0(0x2b0)],_0x7a981b[_0x5e9ce0(0x72c)]=()=>{const _0x53b48c=_0x5e9ce0;this[_0x53b48c(0x6c9)](_0x7a981b);},this[_0x5e9ce0(0x230)]=_0x7a981b;}[_0x5347ad(0x6c9)](_0x678780){const _0x4322e8=_0x5347ad;var _0x3d5e4c;this[_0x4322e8(0x230)]=_0x678780,this[_0x4322e8(0x752)](!0x0),(_0x3d5e4c=this['_requestRender'])==null||_0x3d5e4c[_0x4322e8(0x549)](this);}[_0x5347ad(0x72a)](_0x57a50c,_0xaa74eb,_0x23432b,_0x1ac17a){const _0x4b740c=_0x5347ad;let _0x5b6168=(async()=>{const _0x5d1247=_0x262c;let _0x2b3be1=_0x23432b===_0x1fc468['UUID']?await _0x1ac17a[_0x5d1247(0x620)](_0xaa74eb):_0xaa74eb;if(!_0x2b3be1)return null;let _0x919807=await new Promise(_0x44a4bd=>{const _0x1ddad0=_0x5d1247;let _0x2ca237=document[_0x1ddad0(0x989)](_0x1ddad0(0x260));_0x2ca237[_0x1ddad0(0x2e4)]=_0x1ddad0(0x2c9),_0x2ca237[_0x1ddad0(0x72c)]=()=>_0x44a4bd(_0x2ca237),_0x2ca237[_0x1ddad0(0x7b8)]=()=>_0x44a4bd(null),_0x2ca237[_0x1ddad0(0x82c)]=_0x2b3be1;});return _0x919807?(Yo['_imageNativeCache']['set'](_0x57a50c,_0x919807),_0x1ac17a[_0x5d1247(0x944)](_0xaa74eb,_0x23432b,_0x919807),_0x919807):null;})()['finally'](()=>{const _0x25f226=_0x262c;Yo[_0x25f226(0x74c)]['delete'](_0x57a50c);});return Yo[_0x4b740c(0x74c)][_0x4b740c(0x3f7)](_0x57a50c,_0x5b6168),_0x5b6168;}[_0x5347ad(0x6c6)](_0x503fa3,_0x716424,_0x56c1e7,_0x364b85){const _0x4f1790=_0x5347ad;var _0x7a0dce;if(!this[_0x4f1790(0x230)])return;let _0x5331b8=Ko(this['_native']['naturalWidth']||this[_0x4f1790(0x230)]['width']||_0x716424,this[_0x4f1790(0x230)][_0x4f1790(0xa13)]||this[_0x4f1790(0x230)][_0x4f1790(0x95b)]||_0x56c1e7,_0x364b85[_0x4f1790(0x9cd)]),_0x160ef4=qo(_0x716424,_0x56c1e7,_0x5331b8[_0x4f1790(0x8d2)],_0x5331b8[_0x4f1790(0x95b)],(_0x7a0dce=_0x364b85['fit'])==null?_0x4c9a7d[_0x4f1790(0x31a)]:_0x7a0dce,_0x364b85['stretchFillRect']);_0x503fa3[_0x4f1790(0x559)](),_0x503fa3['drawImage'](this['_native'],_0x5331b8[_0x4f1790(0x5e2)],_0x5331b8['top'],_0x5331b8['width'],_0x5331b8['height'],_0x160ef4['left'],_0x160ef4[_0x4f1790(0x717)],_0x160ef4[_0x4f1790(0x8d2)],_0x160ef4[_0x4f1790(0x95b)]);}[_0x5347ad(0x77b)](_0x5b040d,_0x3f1d15,_0x30d621,_0x130ac0){const _0x36cfb3=_0x5347ad;let _0x1c2e9a=_0x130ac0%0x168*Math['PI']/0xb4,_0x5f23db=_0x3f1d15/0x2,_0x11cdbc=_0x30d621/0x2,_0x2b50e5=Math[_0x36cfb3(0x15c)](_0x3f1d15*_0x3f1d15+_0x30d621*_0x30d621)/0x2,_0xdf9e2a=Math[_0x36cfb3(0x7fe)](_0x1c2e9a)*_0x2b50e5,_0x206f13=Math[_0x36cfb3(0x90a)](_0x1c2e9a)*_0x2b50e5;return _0x5b040d[_0x36cfb3(0x639)](_0x5f23db-_0xdf9e2a,_0x11cdbc-_0x206f13,_0x5f23db+_0xdf9e2a,_0x11cdbc+_0x206f13);}[_0x5347ad(0x22b)](_0x245813,_0x2a8af7,_0x5a5a31){const _0x56c2af=_0x5347ad;let _0x3ef81d=document['createElement'](_0x56c2af(0x9de));_0x3ef81d[_0x56c2af(0x8d2)]=0xc,_0x3ef81d[_0x56c2af(0x95b)]=0xc;let _0x4cc4b3=_0x3ef81d[_0x56c2af(0x6f1)]('2d');return _0x4cc4b3?(_0x4cc4b3[_0x56c2af(0x4ee)]=_0x5a5a31==null?Ca:_0x5a5a31,_0x4cc4b3[_0x56c2af(0x8f6)](0x0,0x0,_0x3ef81d[_0x56c2af(0x8d2)],_0x3ef81d['height']),_0x4cc4b3[_0x56c2af(0x3bd)]=_0x2a8af7==null?Oa:_0x2a8af7,_0x4cc4b3[_0x56c2af(0x32b)]=0x2,_0x4cc4b3['beginPath'](),_0x4cc4b3['moveTo'](0x0,_0x3ef81d[_0x56c2af(0x95b)]),_0x4cc4b3[_0x56c2af(0x460)](_0x3ef81d[_0x56c2af(0x8d2)],0x0),_0x4cc4b3[_0x56c2af(0x659)](),_0x245813['createPattern'](_0x3ef81d,_0x56c2af(0x8ef))):null;}[_0x5347ad(0x7b2)](_0x404b84,_0x180462){const _0x2998f1=_0x5347ad;let _0x5dca87=this[_0x2998f1(0x611)](_0x404b84);return _0x5dca87['startsWith']('#')&&_0x5dca87[_0x2998f1(0x9dd)]===0x7?_0x2998f1(0x43f)+Number[_0x2998f1(0x18f)](_0x5dca87['slice'](0x1,0x3),0x10)+',\x20'+Number[_0x2998f1(0x18f)](_0x5dca87['slice'](0x3,0x5),0x10)+',\x20'+Number[_0x2998f1(0x18f)](_0x5dca87[_0x2998f1(0x5b1)](0x5,0x7),0x10)+',\x20'+_0x180462+')':_0x5dca87['startsWith']('#')&&_0x5dca87[_0x2998f1(0x9dd)]===0x4?_0x2998f1(0x43f)+Number[_0x2998f1(0x18f)](''+_0x5dca87[0x1]+_0x5dca87[0x1],0x10)+',\x20'+Number[_0x2998f1(0x18f)](''+_0x5dca87[0x2]+_0x5dca87[0x2],0x10)+',\x20'+Number[_0x2998f1(0x18f)](''+_0x5dca87[0x3]+_0x5dca87[0x3],0x10)+',\x20'+_0x180462+')':_0x5dca87;}[_0x5347ad(0x611)](_0x2d8a59){const _0x2af257=_0x5347ad;let _0x51022e=_0x2d8a59[_0x2af257(0x59b)]();return/^[0-9a-f]{6}$/i[_0x2af257(0x5fe)](_0x51022e)||/^[0-9a-f]{3}$/i['test'](_0x51022e)?'#'+_0x51022e:_0x51022e;}};Z(Xo,_0x5347ad(0x163),new Map()),Z(Xo,_0x5347ad(0x74c),new Map()),Xo=Yo=$([Q(0x2,_0x3210d4(_0x1498db))],Xo);var Zo=class extends _0x67b9ee{constructor(_0x4eab2f,_0x21fdeb){const _0x510441=_0x5347ad;super(_0x4eab2f),Z(this,_0x510441(0x14f),void 0x0),this[_0x510441(0x7b9)](),this[_0x510441(0x6d4)]=!0x1,this[_0x510441(0x14f)]={..._0x21fdeb};}[_0x5347ad(0x80d)](){const _0x3c8f27=_0x5347ad;return{...this[_0x3c8f27(0x14f)]};}[_0x5347ad(0x8cc)](_0x26e8e9){this['_clipRect']={..._0x26e8e9},this['makeDirty'](!0x0);}[_0x5347ad(0x33e)](_0x67ce6f,_0x557577){}};function Qo(_0x1ee0c8,_0x3cd259){const _0x395a23=_0x5347ad;var _0x1baa92,_0x391210,_0x531cce,_0x37e470,_0x2315a3,_0xe7852d,_0x32dfcb,_0x38c8e1,_0x24bb33,_0x569032;let _0x52438d=_0x9a0aa(_0x3cd259);return{'isHorizontal':(_0x1baa92=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x584)])==null?_0x52438d['isHorizontal']:_0x1baa92,'isRichText':!0x1,'text':(_0x391210=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x742)])==null?_0x52438d[_0x395a23(0x742)]:_0x391210,'fontFamily':(_0x531cce=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x560)])==null?_0x52438d[_0x395a23(0x560)]:_0x531cce,'fontSize':(_0x37e470=_0x1ee0c8==null?void 0x0:_0x1ee0c8['fontSize'])==null?_0x52438d[_0x395a23(0x797)]:_0x37e470,'color':(_0x2315a3=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x3b7)])==null?_0x52438d[_0x395a23(0x3b7)]:_0x2315a3,'bold':(_0xe7852d=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x18e)])==null?_0x52438d[_0x395a23(0x18e)]:_0xe7852d,'italic':(_0x32dfcb=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x1e5)])==null?_0x52438d['italic']:_0x32dfcb,'underline':(_0x38c8e1=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x369)])==null?_0x52438d[_0x395a23(0x369)]:_0x38c8e1,'horizontalAlign':(_0x24bb33=_0x1ee0c8==null?void 0x0:_0x1ee0c8[_0x395a23(0x95a)])==null?_0x52438d[_0x395a23(0x95a)]:_0x24bb33,'verticalAlign':(_0x569032=_0x1ee0c8==null?void 0x0:_0x1ee0c8['verticalAlign'])==null?_0x52438d['verticalAlign']:_0x569032};}function $o(_0x22081d){const _0x54f33e=_0x5347ad;return _0x22081d===_0x54f33e(0x9d5)?_0x3d6504[_0x54f33e(0x575)]:_0x22081d===_0x54f33e(0x888)?_0x3d6504[_0x54f33e(0x48d)]:_0x3d6504[_0x54f33e(0x420)];}function es(_0x2f5fff){const _0x287770=_0x5347ad;return _0x2f5fff===_0x287770(0x6ca)?_0x3ebbcf[_0x287770(0x8e0)]:_0x2f5fff===_0x287770(0x97e)?_0x3ebbcf[_0x287770(0x5ec)]:_0x3ebbcf[_0x287770(0x92e)];}function ts(_0x2069fa){const _0x25f7bf=_0x5347ad;var _0x1d1919,_0xeccccb,_0x438b8f;return{'ff':(_0x1d1919=_0x2069fa[_0x25f7bf(0x560)])==null?_0x25f7bf(0x35d):_0x1d1919,'fs':(_0xeccccb=_0x2069fa[_0x25f7bf(0x797)])==null?0x10:_0xeccccb,'cl':{'rgb':(_0x438b8f=_0x2069fa[_0x25f7bf(0x3b7)])==null?Fa:_0x438b8f},'bl':_0x2069fa[_0x25f7bf(0x18e)]?_0x4b402d['TRUE']:_0x4b402d['FALSE'],..._0x2069fa[_0x25f7bf(0x1e5)]?{'it':_0x4b402d[_0x25f7bf(0x658)]}:{},..._0x2069fa[_0x25f7bf(0x369)]===void 0x0?{}:{'ul':{'s':_0x2069fa[_0x25f7bf(0x369)]?_0x4b402d[_0x25f7bf(0x658)]:_0x4b402d[_0x25f7bf(0x272)]}}};}function ns(_0x449a28,_0x47c638){const _0x5504a1=_0x5347ad;let _0x1344ff=_0x449a28;if((_0x1344ff==null?void 0x0:_0x1344ff[_0x5504a1(0x535)])===_0x5504a1(0x90d))return _0x3095f4['CLIP'];if((_0x1344ff==null?void 0x0:_0x1344ff['textWrap'])===_0x5504a1(0x7a0))return _0x3095f4[_0x5504a1(0x5e3)];if((_0x1344ff==null?void 0x0:_0x1344ff['isHorizontal'])!==!0x1&&_0x47c638[_0x5504a1(0x4fd)][_0x5504a1(0x891)]!==!0x0)return _0x3095f4[_0x5504a1(0x6a8)];}function rs(_0x414fee,_0x28ab10,_0x35683b){const _0x5e64aa=_0x5347ad;if(_0x28ab10!==void 0x0)return _0x28ab10;let _0xb1bc29=_0x414fee;if(_0xb1bc29!=null&&_0xb1bc29['verticalAlign'])return es(_0xb1bc29['verticalAlign']);if(_0x35683b[_0x5e64aa(0x4fd)][_0x5e64aa(0x891)]&&_0xb1bc29!=null&&_0xb1bc29['autoFit']&&_0xb1bc29[_0x5e64aa(0x95a)]==='center')return _0x3ebbcf['MIDDLE'];}function is(_0x58c7cc,_0x1c41f2){const _0x2b87b6=_0x5347ad;let _0x39f99f=_0x1c41f2;return(_0x39f99f==null?void 0x0:_0x39f99f[_0x2b87b6(0x21f)])===!0x0&&_0x39f99f[_0x2b87b6(0x535)]==='none';}function as(_0x6f2bef,_0x3cfb59){const _0x3ca10e=_0x5347ad;if(_0x3cfb59===void 0x0)return _0x6f2bef;let _0x528b2d=Math[_0x3ca10e(0x496)](0x0,Math[_0x3ca10e(0x2f7)](0x1,_0x3cfb59)),_0x3fbb04=_0x6f2bef[_0x3ca10e(0x59b)](),_0x1ee3fc=/^#([0-9a-f]{6})$/i[_0x3ca10e(0x7a5)](_0x3fbb04),_0x3ddf2d=/^#([0-9a-f]{3})$/i[_0x3ca10e(0x7a5)](_0x3fbb04);if(_0x1ee3fc){let _0x5a536e=_0x1ee3fc[0x1];return _0x3ca10e(0x43f)+Number[_0x3ca10e(0x18f)](_0x5a536e['slice'](0x0,0x2),0x10)+',\x20'+Number[_0x3ca10e(0x18f)](_0x5a536e['slice'](0x2,0x4),0x10)+',\x20'+Number[_0x3ca10e(0x18f)](_0x5a536e['slice'](0x4,0x6),0x10)+',\x20'+_0x528b2d+')';}if(_0x3ddf2d){let _0x3ea83b=_0x3ddf2d[0x1];return _0x3ca10e(0x43f)+Number[_0x3ca10e(0x18f)](_0x3ea83b[0x0]+_0x3ea83b[0x0],0x10)+',\x20'+Number['parseInt'](_0x3ea83b[0x1]+_0x3ea83b[0x1],0x10)+',\x20'+Number[_0x3ca10e(0x18f)](_0x3ea83b[0x2]+_0x3ea83b[0x2],0x10)+',\x20'+_0x528b2d+')';}let _0x357aa3=/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/i[_0x3ca10e(0x7a5)](_0x3fbb04);return _0x357aa3?_0x3ca10e(0x43f)+Number(_0x357aa3[0x1])+',\x20'+Number(_0x357aa3[0x2])+',\x20'+Number(_0x357aa3[0x3])+',\x20'+_0x528b2d+')':_0x6f2bef;}function os(_0x5e253d){const _0x376784=_0x5347ad;let _0x546b4b=_0x5e253d;return(_0x546b4b==null?void 0x0:_0x546b4b[_0x376784(0x21f)])===!0x0&&_0x546b4b[_0x376784(0x584)]!==!0x1&&_0x546b4b[_0x376784(0x535)]==='none';}function ss(_0x4de567){const _0x2d3912=_0x5347ad;return _0x4de567[_0x2d3912(0x879)](/\r\n/g,'\x0a')[_0x2d3912(0x879)](/\r/g,'\x0a')[_0x2d3912(0x158)]('\x0a');}function cs(_0x4ee1be){return _0x4ee1be==='\x20'||_0x4ee1be==='\x09'||_0x4ee1be==='\u00a0';}function ls(_0x2f6ad7){const _0x402230=_0x5347ad;let _0x18b3c6=_0x2f6ad7[_0x402230(0x9dd)];for(;_0x18b3c6>0x0&&cs(_0x2f6ad7[_0x18b3c6-0x1]);)_0x18b3c6--;return _0x18b3c6;}function us(_0xb2c08e,_0x3ca230){const _0x20e04e=_0x5347ad;return _0xb2c08e?_0x435b8c[_0x20e04e(0x258)](_0xb2c08e,_0x188974(_0x3ca230)[_0x20e04e(0x206)])[_0x20e04e(0x8d2)]:0x0;}function ds(_0x5c51cd,_0x307ef3){const _0x42f89b=_0x5347ad;let _0x221d45=0x0,_0x11814c=0x0,_0x3911fb=0x0,_0xbcc74c=(_0x176820,_0x153c3c)=>{const _0x3689f4=_0x262c;if(!_0x176820)return;let _0x2196f8=ls(_0x176820),_0x482529=_0x176820[_0x3689f4(0x5b1)](0x0,_0x2196f8),_0x4327e1=_0x176820[_0x3689f4(0x5b1)](_0x2196f8);_0x482529&&(_0x221d45+=_0x3911fb,_0x3911fb=0x0,_0x221d45+=us(_0x482529,_0x153c3c)),_0x4327e1&&(_0x3911fb+=us(_0x4327e1,_0x153c3c));},_0x3791b0=()=>{const _0x349be0=_0x262c;_0x11814c=Math[_0x349be0(0x496)](_0x11814c,_0x221d45),_0x221d45=0x0,_0x3911fb=0x0;};return _0x307ef3[_0x42f89b(0x4fa)](_0x1c90a5=>{const _0x25255d=_0x42f89b;var _0x349a60,_0x538c7a;let _0x48f760=Math[_0x25255d(0x496)](0x0,(_0x349a60=_0x1c90a5['st'])==null?0x0:_0x349a60),_0x2fc755=Math[_0x25255d(0x496)](_0x48f760,(_0x538c7a=_0x1c90a5['ed'])==null?_0x48f760:_0x538c7a);ss(_0x5c51cd[_0x25255d(0x5b1)](_0x48f760,_0x2fc755))[_0x25255d(0x4fa)]((_0x5e73be,_0x26fd30)=>{_0x26fd30>0x0&&_0x3791b0(),_0xbcc74c(_0x5e73be,_0x1c90a5['ts']);});}),Math[_0x42f89b(0x496)](_0x11814c,_0x221d45);}function fs(_0x32265f){const _0x5186ac=_0x5347ad;var _0x494438,_0x5c91e9,_0x28d246;let _0x183443=_0x32265f,_0x141f1a=(_0x494438=_0x183443['text'])==null?'':_0x494438,_0x47d1d8=(_0x5c91e9=_0x183443[_0x5186ac(0x6d0)])==null||(_0x5c91e9=_0x5c91e9['doc'])==null?void 0x0:_0x5c91e9[_0x5186ac(0x570)],_0x5105fb=(_0x28d246=_0x47d1d8==null?void 0x0:_0x47d1d8[_0x5186ac(0x330)])==null?_0x141f1a:_0x28d246,_0x3a0a2f=_0x47d1d8==null?void 0x0:_0x47d1d8['textRuns'];if(_0x3a0a2f!=null&&_0x3a0a2f[_0x5186ac(0x9dd)])return ds(_0x5105fb,_0x3a0a2f);let _0x3e64e8={..._0x183443[_0x5186ac(0x18e)]===void 0x0?{}:{'bl':_0x183443[_0x5186ac(0x18e)]?_0x4b402d[_0x5186ac(0x658)]:_0x4b402d['FALSE']},..._0x183443[_0x5186ac(0x1e5)]===void 0x0?{}:{'it':_0x183443[_0x5186ac(0x1e5)]?_0x4b402d[_0x5186ac(0x658)]:_0x4b402d[_0x5186ac(0x272)]},..._0x183443[_0x5186ac(0x560)]?{'ff':_0x183443[_0x5186ac(0x560)]}:{},..._0x183443[_0x5186ac(0x797)]===void 0x0?{}:{'fs':_0x183443[_0x5186ac(0x797)]}};return Math[_0x5186ac(0x496)](...ss(_0x141f1a)['map'](_0x244187=>us(_0x244187,_0x3e64e8)));}function ps(_0x6a26e2){const _0x253e34=_0x5347ad;var _0x507b42;let _0x3a9631=_0x6a26e2,_0x4f8200=(_0x507b42=_0x3a9631[_0x253e34(0x6d0)])==null?void 0x0:_0x507b42['ha'];if(_0x4f8200!==void 0x0&&_0x4f8200!==_0x3d6504[_0x253e34(0x551)])return _0x4f8200;switch(_0x3a9631[_0x253e34(0x95a)]){case _0x253e34(0x9d5):return _0x3d6504['CENTER'];case _0x253e34(0x888):return _0x3d6504['RIGHT'];case'justify':return _0x3d6504[_0x253e34(0x305)];case'distributed':return _0x3d6504[_0x253e34(0x9c4)];case'left':return _0x3d6504[_0x253e34(0x420)];default:return;}}function ms(_0x412540,_0x5be089){const _0x204ccb=_0x5347ad;let _0x59e133={..._0x5be089};return[_0x204ccb(0x188),_0x204ccb(0x659)][_0x204ccb(0x4fa)](_0x49c16f=>{const _0x1f0cef=_0x204ccb;if(Object['prototype']['hasOwnProperty'][_0x1f0cef(0x549)](_0x59e133,_0x49c16f))return;let _0x7f673c=Object[_0x1f0cef(0x385)](_0x412540,_0x49c16f);_0x7f673c&&Object[_0x1f0cef(0x9c6)](_0x59e133,_0x49c16f,_0x7f673c);}),_0x59e133;}var hs=class extends _0x5c039c{constructor(_0x2a0c47,_0x43b0d8){const _0x4adfaa=_0x5347ad;super(_0x2a0c47,_0x43b0d8),Z(this,_0x4adfaa(0x8a1),void 0x0),Z(this,_0x4adfaa(0x168),void 0x0),Z(this,_0x4adfaa(0x3f6),void 0x0),Z(this,_0x4adfaa(0x746),!0x1),Z(this,_0x4adfaa(0x4e6),{}),Z(this,_0x4adfaa(0x5cf),void 0x0),Z(this,'isDrawingObject',!0x0),this['_shapeModel']=_0x43b0d8[_0x4adfaa(0x7fd)],this[_0x4adfaa(0x168)]=_0x43b0d8[_0x4adfaa(0x4be)],this['_element']=_0x43b0d8[_0x4adfaa(0x5fb)],this['_applyNoWrapAutoFitWidth']();}[_0x5347ad(0x2fe)](_0x52faeb){const _0x1bf3ad=_0x5347ad;Io(this[_0x1bf3ad(0x4e6)]),this[_0x1bf3ad(0x3f6)]=_0x52faeb,this[_0x1bf3ad(0x8a1)][_0x1bf3ad(0x1e7)](ms(this[_0x1bf3ad(0x8a1)]['getShapeData'](),_0x52faeb[_0x1bf3ad(0x4fd)]),!0x1),this['_applyNoWrapAutoFitWidth'](),this['makeDirty'](!0x0);}['getElement'](){const _0xfe40a0=_0x5347ad;return this[_0xfe40a0(0x3f6)];}[_0x5347ad(0x481)](){const _0x1150be=_0x5347ad;return this[_0x1150be(0x8a1)];}[_0x5347ad(0x9a3)](){return this['_shapeModel']['isLineShape']();}[_0x5347ad(0x79c)](_0x18f735,_0x3005af){const _0x47455d=_0x5347ad;if(this[_0x47455d(0x8a1)]['isLineShape']())return{'left':0x0,'top':0x0,'width':_0x18f735,'height':_0x3005af};let _0x10f8ba=this[_0x47455d(0x8a1)][_0x47455d(0x6a3)]();return is(this[_0x47455d(0x3f6)],_0x10f8ba)?{'left':0x0,'top':0x0,'width':_0x18f735,'height':_0x3005af}:(this['_shapeModel'][_0x47455d(0x983)]({'width':_0x18f735,'height':_0x3005af}),this[_0x47455d(0x8a1)][_0x47455d(0x65b)]({'left':0x0,'top':0x0,'width':_0x18f735,'height':_0x3005af}));}['setEditing'](_0x57104c){const _0xd31b14=_0x5347ad;this[_0xd31b14(0x746)]=_0x57104c,this[_0xd31b14(0x752)](!0x0);}[_0x5347ad(0xa2a)](_0x54db2a){this['_fillImage']=_0x54db2a,this['makeDirty'](!0x0);}['_applyNoWrapAutoFitWidth'](){const _0x40c1e0=_0x5347ad;if(typeof this['_shapeModel'][_0x40c1e0(0x6a3)]!=_0x40c1e0(0x2d8))return;let _0x5db816=this[_0x40c1e0(0x8a1)][_0x40c1e0(0x6a3)]();if(!_0x5db816||!os(_0x5db816))return;let _0x37028f=this['getTextRect'](this[_0x40c1e0(0x8d2)],this[_0x40c1e0(0x95b)]),_0x5f2e63=fs(_0x5db816);if(!Number[_0x40c1e0(0x28b)](_0x5f2e63))return;let _0x5a6f06=_0x5f2e63+0x2-_0x37028f[_0x40c1e0(0x8d2)];if(_0x5a6f06<=0.5)return;let _0x56996d=ps(_0x5db816);_0x56996d===_0x3d6504[_0x40c1e0(0x575)]||_0x56996d===_0x3d6504[_0x40c1e0(0x305)]||_0x56996d===_0x3d6504[_0x40c1e0(0x6a7)]||_0x56996d===_0x3d6504[_0x40c1e0(0x9c4)]?this[_0x40c1e0(0x157)](this[_0x40c1e0(0x5e2)]-_0x5a6f06/0x2,this[_0x40c1e0(0x717)]):_0x56996d===_0x3d6504[_0x40c1e0(0x48d)]&&this['translate'](this[_0x40c1e0(0x5e2)]-_0x5a6f06,this['top']),this[_0x40c1e0(0x3ac)](this[_0x40c1e0(0x8d2)]+_0x5a6f06,this[_0x40c1e0(0x95b)]);}['_draw'](_0x1e3b89,_0x298509,_0x3b22ec,_0x2d8f97){const _0x4caf5b=_0x5347ad;let _0x93f283=_0x3b22ec==null?this[_0x4caf5b(0x8d2)]:_0x3b22ec,_0x3cb677=_0x2d8f97==null?this[_0x4caf5b(0x95b)]:_0x2d8f97;this[_0x4caf5b(0x8a1)]['updateContext']({'width':_0x93f283,'height':_0x3cb677});let _0x2b3c0b={'left':-_0x93f283/0x2,'top':-_0x3cb677/0x2,'width':_0x93f283,'height':_0x3cb677};this[_0x4caf5b(0x24d)](_0x1e3b89,_0x2b3c0b),this[_0x4caf5b(0x1e4)](_0x1e3b89,_0x93f283,_0x3cb677);}['_drawShapeText'](_0x2e006e,_0xa2ff18,_0xe50cca){const _0x38d625=_0x5347ad;var _0x512c3f,_0x4108c9,_0x192ad2,_0x4aed9a,_0x3890b9,_0x28474f,_0x3139f8,_0xe5ed53,_0x36eccf,_0x36a8d0;if(this['_isEditing'])return;let _0x35dd70=this[_0x38d625(0x8a1)][_0x38d625(0x6a3)]();if(!_0x35dd70)return;let _0x23cf1c=_0x35dd70,_0x3c3550=(_0x512c3f=_0x23cf1c[_0x38d625(0x742)])==null?_0x38d625(0x742)in _0x35dd70?(_0x4108c9=_0x35dd70[_0x38d625(0x742)])==null?'':_0x4108c9:'':_0x512c3f,_0x5873bf=(_0x192ad2=_0x23cf1c[_0x38d625(0x6d0)])==null?void 0x0:_0x192ad2[_0x38d625(0x513)],_0x57eae8=(_0x4aed9a=_0x23cf1c[_0x38d625(0x6d0)])==null?void 0x0:_0x4aed9a['ha'],_0x4a81e2=rs(_0x35dd70,(_0x3890b9=_0x23cf1c[_0x38d625(0x6d0)])==null?void 0x0:_0x3890b9['va'],this[_0x38d625(0x3f6)]),_0x4a9127=_0x35dd70[_0x38d625(0x584)]!==!0x1,_0x18f59e=ns(_0x35dd70,this[_0x38d625(0x3f6)]),_0x34581d=_0x23cf1c[_0x38d625(0x535)]==='none'?!0x1:void 0x0,_0x2d25f3=this['getTextRect'](_0xa2ff18,_0xe50cca);if(_0x5873bf){let _0x44a0b7=_0x3c37b9(_0x5873bf,{'textRect':_0x2d25f3,'horizontalAlign':_0x57eae8,'verticalAlign':_0x4a81e2,'isHorizontal':_0x4a9127,'wrapStrategy':_0x18f59e});_0x2e006e[_0x38d625(0x6b8)](),this[_0x38d625(0x354)](_0x2e006e),_0x2e006e[_0x38d625(0x157)](-_0xa2ff18/0x2,-_0xe50cca/0x2);let _0x23cde2=Lo(_0x2e006e,{'key':this[_0x38d625(0xa26)]+_0x38d625(0x985),'documentData':_0x44a0b7,'text':_0x3c3550,'left':_0x2d25f3['left'],'top':_0x2d25f3[_0x38d625(0x717)],'width':_0x2d25f3[_0x38d625(0x8d2)],'height':_0x2d25f3[_0x38d625(0x95b)],'localeService':this['_localeService'],'horizontalAlign':_0x57eae8,'verticalAlign':_0x4a81e2,'isHorizontal':_0x4a9127,'wrapStrategy':_0x18f59e,'clip':_0x34581d},this['_documentTextRenderCache']);if(_0x2e006e[_0x38d625(0x705)](),_0x23cde2)return;}if(!('isRichText'in _0x35dd70)||_0x35dd70[_0x38d625(0x5c3)]!==!0x1||!_0x3c3550)return;let _0x2024f3=Qo(_0x35dd70),_0x13f5c0=$o(_0x2024f3[_0x38d625(0x95a)]),_0x1c5473=es(_0x2024f3[_0x38d625(0x195)]),_0x386078=_0x3c37b9(_0x51368b(_0x3c3550,{'id':this[_0x38d625(0xa26)]+'-shape-text','textStyle':ts(_0x2024f3),'horizontalAlign':_0x13f5c0,'verticalAlign':_0x1c5473}),{'textRect':_0x2d25f3,'horizontalAlign':_0x13f5c0,'verticalAlign':_0x1c5473,'isHorizontal':_0x4a9127,'wrapStrategy':_0x18f59e});_0x2e006e['save'](),this[_0x38d625(0x354)](_0x2e006e),_0x2e006e[_0x38d625(0x157)](-_0xa2ff18/0x2,-_0xe50cca/0x2);let _0x21f20a=Lo(_0x2e006e,{'key':this[_0x38d625(0xa26)]+'-shape-text','documentData':_0x386078,'text':_0x3c3550,'left':_0x2d25f3['left'],'top':_0x2d25f3[_0x38d625(0x717)],'width':_0x2d25f3[_0x38d625(0x8d2)],'height':_0x2d25f3[_0x38d625(0x95b)],'localeService':this[_0x38d625(0x168)],'horizontalAlign':_0x13f5c0,'verticalAlign':_0x1c5473,'isHorizontal':_0x4a9127,'wrapStrategy':_0x18f59e,'clip':_0x34581d},this['_documentTextRenderCache']);if(_0x2e006e[_0x38d625(0x705)](),_0x21f20a)return;let _0x360a18=_0x3c3550[_0x38d625(0x879)](/\r/g,'\x0a')['split']('\x0a'),_0x593c78=(_0x28474f=_0x35dd70['fontSize'])==null?0x10:_0x28474f,_0x16dab2=Math[_0x38d625(0x496)](0x12,Math[_0x38d625(0x3f8)](_0x593c78*1.4)),_0x3162b2=_0x360a18[_0x38d625(0x9dd)]*_0x16dab2,_0x30d469=(_0x3139f8=_0x2024f3[_0x38d625(0x195)])==null?_0x38d625(0x717):_0x3139f8,_0x3fa72e=_0x30d469===_0x38d625(0x6ca)?_0x2d25f3[_0x38d625(0x717)]+Math[_0x38d625(0x496)](0x0,(_0x2d25f3[_0x38d625(0x95b)]-_0x3162b2)/0x2):_0x30d469==='bottom'?_0x2d25f3[_0x38d625(0x717)]+Math[_0x38d625(0x496)](0x0,_0x2d25f3['height']-_0x3162b2):_0x2d25f3[_0x38d625(0x717)],_0x149a2a=(_0xe5ed53=_0x2024f3[_0x38d625(0x95a)])==null?'left':_0xe5ed53,_0x15f31a=_0x149a2a===_0x38d625(0x9d5)?_0x2d25f3[_0x38d625(0x5e2)]+_0x2d25f3[_0x38d625(0x8d2)]/0x2:_0x149a2a===_0x38d625(0x888)?_0x2d25f3[_0x38d625(0x5e2)]+_0x2d25f3[_0x38d625(0x8d2)]:_0x2d25f3[_0x38d625(0x5e2)];_0x2e006e[_0x38d625(0x6b8)](),this[_0x38d625(0x354)](_0x2e006e),_0x2e006e[_0x38d625(0x157)](-_0xa2ff18/0x2,-_0xe50cca/0x2),_0x2e006e[_0x38d625(0x975)](),_0x2e006e[_0x38d625(0x281)](_0x2d25f3[_0x38d625(0x5e2)],_0x2d25f3[_0x38d625(0x717)],_0x2d25f3[_0x38d625(0x8d2)],_0x2d25f3['height']),_0x2e006e[_0x38d625(0x559)](),_0x2e006e[_0x38d625(0x4ee)]=(_0x36eccf=_0x35dd70['color'])==null?Fa:_0x36eccf,_0x2e006e[_0x38d625(0x929)]=_0x149a2a,_0x2e006e[_0x38d625(0x45d)]=_0x38d625(0x717),_0x2e006e[_0x38d625(0x763)]=''+(_0x35dd70[_0x38d625(0x1e5)]?'italic\x20':'')+(_0x35dd70['bold']?_0x38d625(0x19b):'')+_0x593c78+_0x38d625(0xa08)+((_0x36a8d0=_0x35dd70[_0x38d625(0x560)])==null?_0x38d625(0x35d):_0x36a8d0),_0x360a18['forEach']((_0xed667e,_0x13b003)=>{const _0x1b4dee=_0x38d625;let _0x42e3f3=_0x3fa72e+_0x13b003*_0x16dab2;_0x42e3f3>_0x2d25f3[_0x1b4dee(0x717)]+_0x2d25f3[_0x1b4dee(0x95b)]-_0x16dab2||_0x2e006e[_0x1b4dee(0x2e2)](_0xed667e,_0x15f31a,_0x42e3f3,_0x2d25f3[_0x1b4dee(0x8d2)]);}),_0x2e006e[_0x38d625(0x705)]();}[_0x5347ad(0x354)](_0x166650){const _0x2ca8ee=_0x5347ad;this[_0x2ca8ee(0x301)]&&_0x166650[_0x2ca8ee(0x558)](-0x1,0x1);}[_0x5347ad(0x24d)](_0x2c2abd,_0x46dea7){const _0x11809a=_0x5347ad;let _0x437bff=this['_element'][_0x11809a(0x4fd)][_0x11809a(0x456)];if(!(_0x437bff!=null&&_0x437bff['color'])){this['_shapeModel'][_0x11809a(0x33e)](_0x2c2abd,_0x46dea7,{'renderMode':_0x30ae76[_0x11809a(0x3b6)],'oKey':this[_0x11809a(0xa26)],'angle':this[_0x11809a(0x3d1)],'image':this[_0x11809a(0x5cf)]});return;}_0x2c2abd[_0x11809a(0x6b8)](),this[_0x11809a(0x5cb)](_0x2c2abd,_0x437bff),this[_0x11809a(0x8a1)][_0x11809a(0x33e)](_0x2c2abd,_0x46dea7,{'renderMode':_0x30ae76['Path'],'oKey':this[_0x11809a(0xa26)],'angle':this[_0x11809a(0x3d1)],'image':this[_0x11809a(0x5cf)]}),_0x2c2abd[_0x11809a(0x705)]();}[_0x5347ad(0x5cb)](_0x43e092,_0x37f5b7){const _0x152aa5=_0x5347ad;var _0x15d0f8,_0x2d78a7,_0x3720ac,_0x26df07,_0x2f356d;let _0x2b9aad=(_0x15d0f8=_0x37f5b7[_0x152aa5(0x374)])==null?0x0:_0x15d0f8,_0x39f8b7=((_0x2d78a7=_0x37f5b7[_0x152aa5(0x4a6)])==null?0x0:_0x2d78a7)*Math['PI']/0xb4,_0x5b6326=(((_0x3720ac=_0x37f5b7['sx'])==null?0x1:_0x3720ac)+((_0x26df07=_0x37f5b7['sy'])==null?0x1:_0x26df07))/0x2;_0x43e092['shadowColor']=as(_0x37f5b7[_0x152aa5(0x3b7)],_0x37f5b7[_0x152aa5(0x53c)]),_0x43e092['shadowBlur']=((_0x2f356d=_0x37f5b7[_0x152aa5(0x23f)])==null?0x0:_0x2f356d)*_0x5b6326,_0x43e092[_0x152aa5(0x7d8)]=Math[_0x152aa5(0x7fe)](_0x39f8b7)*_0x2b9aad*_0x5b6326,_0x43e092[_0x152aa5(0x380)]=Math[_0x152aa5(0x90a)](_0x39f8b7)*_0x2b9aad*_0x5b6326;}['render'](_0x229b09,_0x4424a4){const _0x1ad9e1=_0x5347ad;if(!this[_0x1ad9e1(0x56e)])return this[_0x1ad9e1(0x752)](!0x1),this;let {width:_0x364651,height:_0x5a885b,left:_0x3e46e6,top:_0x19cd3e}=this,_0x35e3e4=this[_0x1ad9e1(0x9f0)]();if(_0x364651=_0x35e3e4[_0x1ad9e1(0x8d2)],_0x5a885b=_0x35e3e4[_0x1ad9e1(0x95b)],_0x3e46e6=_0x35e3e4[_0x1ad9e1(0x5e2)],_0x19cd3e=_0x35e3e4['top'],this['isRender'](_0x4424a4)){let {top:_0x5c1368,left:_0x29822a,bottom:_0x2649c1,right:_0x39b65e}=_0x4424a4[_0x1ad9e1(0x8c5)];if(_0x3e46e6+_0x364651+this[_0x1ad9e1(0x9da)]<_0x29822a||_0x39b65e<_0x3e46e6-this[_0x1ad9e1(0x9da)]||_0x19cd3e+_0x5a885b+this[_0x1ad9e1(0x9da)]<_0x5c1368||_0x2649c1<_0x19cd3e-this[_0x1ad9e1(0x9da)])return this;}let _0x62721=this[_0x1ad9e1(0x2d1)][_0x1ad9e1(0x691)](),_0x51427=_0x3e46e6+_0x364651/0x2,_0x247fc6=_0x19cd3e+_0x5a885b/0x2;return _0x229b09[_0x1ad9e1(0x6b8)](),this['_shapeModel'][_0x1ad9e1(0x802)]===!0x0||_0x229b09[_0x1ad9e1(0x2d1)](_0x62721[0x0],_0x62721[0x1],_0x62721[0x2],_0x62721[0x3],_0x51427,_0x247fc6),this[_0x1ad9e1(0x4f0)](_0x229b09,_0x4424a4,_0x364651,_0x5a885b),_0x229b09[_0x1ad9e1(0x705)](),this[_0x1ad9e1(0x752)](!0x1),this;}[_0x5347ad(0x25e)](_0x1af8af){const _0x13ce89=_0x5347ad;let {left:_0x1cec09,top:_0x36a5a2,width:_0x206d91,height:_0xee5022}=this[_0x13ce89(0x9f0)](),_0x3462da=this[_0x13ce89(0x2d1)][_0x13ce89(0x691)](),_0x266691=_0x1cec09+_0x206d91/0x2,_0x23600c=_0x36a5a2+_0xee5022/0x2,_0x113ec9=new _0x4ca6c7([_0x3462da[0x0],_0x3462da[0x1],_0x3462da[0x2],_0x3462da[0x3],_0x266691,_0x23600c]),_0x20faee=this['getParent']();return(this[_0x13ce89(0x5b3)]&&(_0x20faee==null?void 0x0:_0x20faee['classType'])===_0x2b11f3['GROUP']?_0x20faee['ancestorTransform'][_0x13ce89(0x7f5)](_0x113ec9):_0x113ec9)[_0x13ce89(0x9d9)]()['applyPoint'](_0x1af8af);}['dispose'](){const _0x315dd5=_0x5347ad;Io(this['_documentTextRenderCache']),super[_0x315dd5(0x261)]();}[_0x5347ad(0x91c)](_0x2e83e1){const _0x229032=_0x5347ad;let _0x1c2c1d=this[_0x229032(0x25e)](_0x2e83e1);if(this[_0x229032(0x8a1)]['isLineShape']())return this[_0x229032(0x8a1)][_0x229032(0x69d)](_0x1c2c1d['x'],_0x1c2c1d['y'],this[_0x229032(0x8d2)],this[_0x229032(0x95b)]);let _0x42cb4d=this['width']/0x2,_0x33b53e=this['height']/0x2;return _0x1c2c1d['x']>=-_0x42cb4d-this[_0x229032(0x9da)]/0x2&&_0x1c2c1d['x']<=_0x42cb4d+this[_0x229032(0x9da)]/0x2&&_0x1c2c1d['y']>=-_0x33b53e-this['strokeWidth']/0x2&&_0x1c2c1d['y']<=_0x33b53e+this[_0x229032(0x9da)]/0x2;}static[_0x5347ad(0x193)](_0x58448c){const _0x177a37=_0x5347ad;var _0x437e59;return new _0x91272b((_0x437e59=_0x58448c['shapeData'][_0x177a37(0x3da)])==null?_0x1c56b2[_0x177a37(0x5ae)]:_0x437e59,_0x58448c['id'],_0x58448c[_0x177a37(0x4fd)]);}};const gs=_0x5347ad(0x780),_s=_0x5347ad(0x4c6),vs=_0x5347ad(0x2ce),ys=_0x5347ad(0x1c3),bs=_0x5347ad(0x6ba),xs=_0x5347ad(0x868),Ss=_0x5347ad(0x2ce);var Cs=class e extends _0xbb794f{constructor(_0x1d06ba,_0x374867){const _0x23e3be=_0x5347ad;super(_0x1d06ba,{..._0x374867,'fill':vs,'stroke':gs,'strokeWidth':0x1,'evented':!0x0}),Z(this,_0x23e3be(0x167),!0x0),Z(this,_0x23e3be(0x210),void 0x0),Z(this,'_imageIoService',void 0x0),Z(this,'_localeService',void 0x0),Z(this,_0x23e3be(0x887),new Map()),Z(this,_0x23e3be(0x667),null),Z(this,_0x23e3be(0x43a),null),Z(this,_0x23e3be(0x91d),null),Z(this,_0x23e3be(0x75a),null),Z(this,_0x23e3be(0x2d2),null),Z(this,'_controlState',null),this[_0x23e3be(0x210)]=_0x374867[_0x23e3be(0x8a0)],this[_0x23e3be(0x987)]=_0x374867[_0x23e3be(0x6dd)],this[_0x23e3be(0x168)]=_0x374867[_0x23e3be(0x4be)];}[_0x5347ad(0x358)](){return[{'x':0.5,'y':0x0,'idx':0x0,'ang':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'ang':0x0},{'x':0.5,'y':0x1,'idx':0x2,'ang':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'ang':0xb4}];}['render'](_0x5ac46f,_0x100c8b){const _0x1da85b=_0x5347ad;if(!this['visible'])return this['makeDirty'](!0x1),this;let _0x5cbcf6=this['getRealBound'](),_0x2b62bb=_0x5cbcf6[_0x1da85b(0x8d2)],_0x24a928=_0x5cbcf6[_0x1da85b(0x95b)],_0x357c3a=_0x5cbcf6[_0x1da85b(0x5e2)],_0x58d1cb=_0x5cbcf6[_0x1da85b(0x717)],_0x1af3c5=this['_hasActiveStructuralControlState']()?0x18:0x0;if(this['isRender'](_0x100c8b)){let {top:_0x618dca,left:_0x42f2ef,bottom:_0x288c82,right:_0x44b5f2}=_0x100c8b[_0x1da85b(0x8c5)];if(_0x2b62bb+this[_0x1da85b(0x9da)]+_0x357c3a+_0x1af3c5<_0x42f2ef||_0x44b5f2<_0x357c3a-_0x1af3c5||_0x24a928+this[_0x1da85b(0x9da)]+_0x58d1cb+_0x1af3c5<_0x618dca||_0x288c82<_0x58d1cb-_0x1af3c5)return this;}let _0x3030b0=this[_0x1da85b(0x2d1)]['getMatrix'](),_0x4d4939=_0x357c3a+_0x2b62bb/0x2,_0x105991=_0x58d1cb+_0x24a928/0x2;return _0x5ac46f[_0x1da85b(0x6b8)](),_0x5ac46f[_0x1da85b(0x2d1)](_0x3030b0[0x0],_0x3030b0[0x1],_0x3030b0[0x2],_0x3030b0[0x3],_0x4d4939,_0x105991),this[_0x1da85b(0x4f0)](_0x5ac46f,_0x100c8b,_0x2b62bb,_0x24a928),_0x5ac46f['restore'](),this['makeDirty'](!0x1),this;}['dispose'](){const _0x7619f7=_0x5347ad;this['_textRenderCaches']['forEach'](_0x2fcade=>Io(_0x2fcade)),this[_0x7619f7(0x887)][_0x7619f7(0x3c1)](),super[_0x7619f7(0x261)]();}[_0x5347ad(0x8bb)](_0x90c650){const _0x682955=_0x5347ad;_0x90c650&&this[_0x682955(0x9ec)](_0x90c650),this[_0x682955(0x667)]=_0x90c650,this[_0x682955(0x752)](!0x0);}['setPreviewTable'](_0x4fadce){const _0x270b24=_0x5347ad;this[_0x270b24(0x43a)]=_0x4fadce,this['makeDirty'](!0x0);}[_0x5347ad(0x1da)](_0x5bf2d2){const _0x2049be=_0x5347ad;this[_0x2049be(0x91d)]=_0x5bf2d2?{'kind':_0x5bf2d2[_0x2049be(0x3a5)],'ranges':_0x5bf2d2['ranges'][_0x2049be(0x85d)](_0x880fe6=>({..._0x880fe6})),'active':_0x5bf2d2[_0x2049be(0x9f7)]?{..._0x5bf2d2[_0x2049be(0x9f7)]}:void 0x0}:null,_0x5bf2d2||(this[_0x2049be(0x75a)]=null,this['_controlHover']=null,this[_0x2049be(0x24b)]=null),this[_0x2049be(0x752)](!0x0);}[_0x5347ad(0x602)](_0x5b19fc){const _0x262870=_0x5347ad;var _0x4dc0be,_0x300233,_0x351707,_0x5bdad6,_0x38b546,_0x3ae484;let _0x2b1fdd=(_0x4dc0be=(_0x300233=this[_0x262870(0x75a)])==null?void 0x0:_0x300233[_0x262870(0x556)])==null?null:_0x4dc0be,_0x2414c0=(_0x351707=(_0x5bdad6=this[_0x262870(0x75a)])==null?void 0x0:_0x5bdad6[_0x262870(0x512)])==null?null:_0x351707,_0x341205=(_0x38b546=_0x5b19fc==null?void 0x0:_0x5b19fc['row'])==null?null:_0x38b546,_0x34267c=(_0x3ae484=_0x5b19fc==null?void 0x0:_0x5b19fc[_0x262870(0x512)])==null?null:_0x3ae484;return _0x2b1fdd===_0x341205&&_0x2414c0===_0x34267c?!0x1:(this[_0x262870(0x75a)]=_0x5b19fc?{'row':_0x5b19fc['row'],'column':_0x5b19fc[_0x262870(0x512)]}:null,this[_0x262870(0x752)](!0x0),!0x0);}[_0x5347ad(0x3db)](_0x45bfbf){const _0x435d45=_0x5347ad;var _0x25a688,_0x3a5f9f,_0x2f2f33,_0x12ecbc,_0x292a51,_0x368995,_0x43c420,_0x48744d,_0x200e5a;let _0x50a289=(_0x25a688=_0x45bfbf==null?void 0x0:_0x45bfbf[_0x435d45(0x3a5)])==null?null:_0x25a688,_0x5b2633=(_0x3a5f9f=_0x45bfbf==null?void 0x0:_0x45bfbf['row'])==null?null:_0x3a5f9f,_0x56a403=(_0x2f2f33=_0x45bfbf==null?void 0x0:_0x45bfbf[_0x435d45(0x512)])==null?null:_0x2f2f33,_0x1700da=(_0x12ecbc=(_0x292a51=this[_0x435d45(0x2d2)])==null?void 0x0:_0x292a51[_0x435d45(0x3a5)])==null?null:_0x12ecbc,_0x34b7ce=(_0x368995=(_0x43c420=this[_0x435d45(0x2d2)])==null?void 0x0:_0x43c420[_0x435d45(0x556)])==null?null:_0x368995,_0x19b6e5=(_0x48744d=(_0x200e5a=this[_0x435d45(0x2d2)])==null?void 0x0:_0x200e5a[_0x435d45(0x512)])==null?null:_0x48744d;return _0x50a289===_0x1700da&&_0x5b2633===_0x34b7ce&&_0x56a403===_0x19b6e5?!0x1:(this[_0x435d45(0x2d2)]=_0x50a289==null&&_0x5b2633==null&&_0x56a403==null?null:{'kind':_0x45bfbf==null?void 0x0:_0x45bfbf[_0x435d45(0x3a5)],'row':_0x5b2633,'column':_0x56a403},this[_0x435d45(0x752)](!0x0),!0x0);}[_0x5347ad(0x67d)](_0x48b6d7){const _0x462156=_0x5347ad;let _0x2262ed=ws(_0x48b6d7);return Ts(this[_0x462156(0x24b)],_0x2262ed)?!0x1:(this[_0x462156(0x24b)]=_0x2262ed,this['makeDirty'](!0x0),!0x0);}[_0x5347ad(0x25e)](_0x301972){const _0x4acd47=_0x5347ad;let _0x5cce12=this[_0x4acd47(0x9f0)](),_0x2ace75=_0x5cce12[_0x4acd47(0x5e2)]+_0x5cce12[_0x4acd47(0x8d2)]/0x2,_0x88e27a=_0x5cce12[_0x4acd47(0x717)]+_0x5cce12[_0x4acd47(0x95b)]/0x2,_0x4d7b30=this[_0x4acd47(0x2d1)][_0x4acd47(0x691)](),_0x51223b=new _0x4ca6c7([_0x4d7b30[0x0],_0x4d7b30[0x1],_0x4d7b30[0x2],_0x4d7b30[0x3],_0x2ace75,_0x88e27a]),_0x3e5529=this['getParent']();return(this[_0x4acd47(0x5b3)]&&(_0x3e5529==null?void 0x0:_0x3e5529[_0x4acd47(0x745)])===_0x2b11f3[_0x4acd47(0x391)]?_0x3e5529['ancestorTransform'][_0x4acd47(0x7f5)](_0x51223b):_0x51223b)[_0x4acd47(0x9d9)]()[_0x4acd47(0x41e)](_0x301972);}[_0x5347ad(0x91c)](_0x4afb14){const _0xcc0f89=_0x5347ad;let _0x3510fa=this[_0xcc0f89(0x25e)](_0x4afb14),_0x56bca0=this[_0xcc0f89(0x8d2)]/0x2,_0x29a58b=this[_0xcc0f89(0x95b)]/0x2;if(_0x3510fa['x']>=-_0x56bca0-this[_0xcc0f89(0x9da)]/0x2&&_0x3510fa['x']<=_0x56bca0+this[_0xcc0f89(0x9da)]/0x2&&_0x3510fa['y']>=-_0x29a58b-this[_0xcc0f89(0x9da)]/0x2&&_0x3510fa['y']<=_0x29a58b+this['strokeWidth']/0x2)return!0x0;let _0x52be23=this['_getRenderTable']();if(!_0x52be23||!this['_hasActiveTableChrome']())return!0x1;let _0x3c727d={'x':_0x3510fa['x']+this['width']/0x2,'y':_0x3510fa['y']+this[_0xcc0f89(0x95b)]/0x2},_0xacf43b=this[_0xcc0f89(0x38a)](_0x24b315(_0x52be23),this['width'],this[_0xcc0f89(0x95b)],js(_0x52be23,this[_0xcc0f89(0x8d2)]),Ms(_0x52be23,this[_0xcc0f89(0x95b)])),_0x26ce6a=_0x22b7eb(_0xacf43b,_0x3c727d['x'],_0x3c727d['y']);return _0x26ce6a&&(_0x26ce6a[_0xcc0f89(0x3a5)]===_0xcc0f89(0x7c7)||_0x26ce6a[_0xcc0f89(0x3a5)]===_0xcc0f89(0x2dd)||_0x26ce6a[_0xcc0f89(0x3a5)]===_0xcc0f89(0xa1b)||_0x26ce6a['kind']==='column-insert-dot')||_0xacf43b[_0xcc0f89(0x697)](_0x607d20=>this[_0xcc0f89(0x290)](_0x607d20,_0x3c727d['x'],_0x3c727d['y']))?!0x0:!!_0x46c5d3(_0x3538e6(_0x24b315(_0x52be23),this[_0xcc0f89(0x8d2)],this[_0xcc0f89(0x95b)])['filter'](_0x4501d7=>_0x4501d7[_0xcc0f89(0x3a5)]===_0xcc0f89(0x898)),_0x3c727d['x'],_0x3c727d['y']);}['getCellTextRect'](_0x2650ad,_0x1e7aeb,_0x32d583=this[_0x5347ad(0x8d2)],_0x3869b5=this[_0x5347ad(0x95b)]){const _0x2ca38c=_0x5347ad;let _0x56ae2c=this[_0x2ca38c(0x6a6)](_0x2650ad,_0x1e7aeb);return _0x56ae2c?{...this[_0x2ca38c(0xa16)](_0x56ae2c[_0x2ca38c(0x5a4)],_0x56ae2c['model'],_0x32d583,_0x3869b5),'row':_0x56ae2c[_0x2ca38c(0x5a4)][_0x2ca38c(0x556)],'column':_0x56ae2c[_0x2ca38c(0x5a4)][_0x2ca38c(0x512)]}:null;}[_0x5347ad(0x4f0)](_0x275217,_0x458c1f,_0x366b49,_0x11aaec){const _0x5af09e=_0x5347ad;let _0x243b57=_0x366b49==null?this[_0x5af09e(0x8d2)]:_0x366b49,_0xc23b25=_0x11aaec==null?this[_0x5af09e(0x95b)]:_0x11aaec,_0x179e72=this[_0x5af09e(0x99c)](),_0x24cd4d=js(_0x179e72,_0x243b57),_0x546b6c=Ms(_0x179e72,_0xc23b25),_0x28a189=_0x179e72?_0x24b315(_0x179e72):null;_0x275217[_0x5af09e(0x6b8)](),_0x275217[_0x5af09e(0x975)](),_0x275217[_0x5af09e(0x281)](-_0x243b57/0x2,-_0xc23b25/0x2,_0x243b57,_0xc23b25),_0x275217[_0x5af09e(0x559)](),_0x28a189?this[_0x5af09e(0x15f)](_0x275217,_0x28a189,_0x243b57,_0xc23b25):this[_0x5af09e(0x9a8)](_0x275217,_0x546b6c,_0x243b57,_0xc23b25),this['_drawCellTexts'](_0x275217,_0x243b57,_0xc23b25),_0x28a189?this['_drawCellBorders'](_0x275217,_0x28a189,_0x243b57,_0xc23b25,_0x24cd4d,_0x546b6c):this['_drawGrid'](_0x275217,_0x24cd4d,_0x546b6c,_0x243b57,_0xc23b25),this['_drawCellHover'](_0x275217,_0x28a189,_0x243b57,_0xc23b25),this[_0x5af09e(0x86b)](_0x275217,_0x28a189,_0x243b57,_0xc23b25),_0x275217[_0x5af09e(0x705)](),this[_0x5af09e(0x678)](_0x275217,_0x28a189,_0x243b57,_0xc23b25,_0x24cd4d,_0x546b6c),this[_0x5af09e(0x9e2)](_0x275217,_0x28a189,_0x243b57,_0xc23b25,_0x24cd4d,_0x546b6c),this[_0x5af09e(0x948)](_0x275217,_0x243b57,_0xc23b25,_0x24cd4d,_0x546b6c),this['_drawReorderGuide'](_0x275217,_0x243b57,_0xc23b25,_0x24cd4d,_0x546b6c),this[_0x5af09e(0x79a)](_0x275217,_0x28a189,_0x243b57,_0xc23b25);}[_0x5347ad(0x9a8)](_0x5e135d,_0x513b98,_0x54eb61,_0x12eb1a){let _0x2d3d24=-_0x12eb1a/0x2;_0x513b98['forEach']((_0x1b607c,_0x28907c)=>{const _0x5e5d39=_0x262c;let _0x226396=Ks(this[_0x5e5d39(0x210)],_0x28907c);_0x5e135d[_0x5e5d39(0x975)](),_0x5e135d[_0x5e5d39(0x281)](-_0x54eb61/0x2,_0x2d3d24,_0x54eb61,_0x1b607c),_0x5e135d[_0x5e5d39(0x4ee)]=_0x226396,_0x5e135d[_0x5e5d39(0x188)](),_0x2d3d24+=_0x1b607c;});}['_drawGrid'](_0x564140,_0x21f3a5,_0x2fde73,_0x4f995a,_0x5d8c03){const _0x5dd5fa=_0x5347ad;let _0x9484a0=-_0x4f995a/0x2,_0x4e1dc0=-_0x5d8c03/0x2,_0x2e9ffa=_0x4f995a/0x2,_0xccb966=_0x5d8c03/0x2;_0x564140[_0x5dd5fa(0x975)](),_0x564140[_0x5dd5fa(0x213)]([]),_0x564140[_0x5dd5fa(0x3bd)]=_s,_0x564140[_0x5dd5fa(0x32b)]=0x1;let _0x3b94c3=_0x9484a0;_0x21f3a5['slice'](0x0,-0x1)[_0x5dd5fa(0x4fa)](_0x271e8b=>{const _0x22895b=_0x5dd5fa;_0x3b94c3+=_0x271e8b,_0x564140[_0x22895b(0x6e7)](_0x3b94c3,_0x4e1dc0),_0x564140[_0x22895b(0x460)](_0x3b94c3,_0xccb966);});let _0x191ac3=_0x4e1dc0;_0x2fde73[_0x5dd5fa(0x5b1)](0x0,-0x1)[_0x5dd5fa(0x4fa)](_0x25dac4=>{const _0x4b8e97=_0x5dd5fa;_0x191ac3+=_0x25dac4,_0x564140[_0x4b8e97(0x6e7)](_0x9484a0,_0x191ac3),_0x564140[_0x4b8e97(0x460)](_0x2e9ffa,_0x191ac3);}),_0x564140['stroke'](),this[_0x5dd5fa(0x214)](_0x564140,_0x9484a0,_0x4e1dc0,_0x4f995a,_0x5d8c03);}[_0x5347ad(0x526)](_0x19eb8f,_0x4a61fa,_0x253ce8,_0x59660e,_0x3636f8,_0x2d37bd){const _0x3a4b6e=_0x5347ad;let _0x512692=-_0x3636f8/0x2,_0x46b3ea=-_0x2d37bd/0x2,_0x56589b=_0x4a61fa[_0x3a4b6e(0x87e)][_0x3a4b6e(0x9bf)](_0x58fa65=>!_0x58fa65['hidden']),_0x15bff6=Ps(_0x253ce8,_0x512692),_0x3fb144=Ps(_0x59660e,_0x46b3ea);_0x19eb8f['beginPath'](),_0x19eb8f[_0x3a4b6e(0x213)]([]),_0x19eb8f['strokeStyle']=_s,_0x19eb8f[_0x3a4b6e(0x32b)]=0x1;let _0x500a23=_0x512692;_0x253ce8[_0x3a4b6e(0x5b1)](0x0,-0x1)[_0x3a4b6e(0x4fa)]((_0x1e4c3c,_0x13db5b)=>{const _0x18f87a=_0x3a4b6e;_0x500a23+=_0x1e4c3c;let _0x159fec=_0x13db5b+0x1;zs(_0x59660e[_0x18f87a(0x85d)]((_0x279255,_0x488775)=>{var _0x23936d;let _0x513b1a=(_0x23936d=_0x3fb144[_0x488775])==null?_0x46b3ea:_0x23936d,_0x5a8214=Rs(_0x56589b,_0x488775,_0x159fec-0x1),_0x21448c=Rs(_0x56589b,_0x488775,_0x159fec);return _0x5a8214&&_0x21448c&&_0x5a8214===_0x21448c?null:{'start':_0x513b1a,'end':_0x513b1a+_0x279255};})[_0x18f87a(0x9bf)](_0x13161e=>!!_0x13161e))[_0x18f87a(0x4fa)](_0x1c2579=>{const _0x38bba4=_0x18f87a;_0x19eb8f['moveTo'](_0x500a23,_0x1c2579[_0x38bba4(0x9f2)]),_0x19eb8f[_0x38bba4(0x460)](_0x500a23,_0x1c2579[_0x38bba4(0x30d)]);});});let _0x330019=_0x46b3ea;_0x59660e[_0x3a4b6e(0x5b1)](0x0,-0x1)[_0x3a4b6e(0x4fa)]((_0x5ab5d8,_0x5d77cb)=>{const _0x76c7fe=_0x3a4b6e;_0x330019+=_0x5ab5d8;let _0x45e246=_0x5d77cb+0x1;zs(_0x253ce8[_0x76c7fe(0x85d)]((_0x3a14d3,_0x3f20dd)=>{var _0x3a9141;let _0x13919a=(_0x3a9141=_0x15bff6[_0x3f20dd])==null?_0x512692:_0x3a9141,_0xbd8892=Rs(_0x56589b,_0x45e246-0x1,_0x3f20dd),_0x2f3774=Rs(_0x56589b,_0x45e246,_0x3f20dd);return _0xbd8892&&_0x2f3774&&_0xbd8892===_0x2f3774?null:{'start':_0x13919a,'end':_0x13919a+_0x3a14d3};})[_0x76c7fe(0x9bf)](_0x789134=>!!_0x789134))[_0x76c7fe(0x4fa)](_0x543467=>{const _0x26bd65=_0x76c7fe;_0x19eb8f['moveTo'](_0x543467[_0x26bd65(0x9f2)],_0x330019),_0x19eb8f['lineTo'](_0x543467[_0x26bd65(0x30d)],_0x330019);});}),_0x19eb8f[_0x3a4b6e(0x659)](),this['_drawTableOutline'](_0x19eb8f,_0x512692,_0x46b3ea,_0x3636f8,_0x2d37bd);}[_0x5347ad(0x214)](_0x412a7b,_0x24bb2d,_0x1cb274,_0x3ee44f,_0xf80f81){const _0xc785dc=_0x5347ad;_0x412a7b['beginPath'](),_0x412a7b['strokeStyle']=gs,_0x412a7b[_0xc785dc(0x32b)]=1.5,_0x412a7b['rect'](_0x24bb2d,_0x1cb274,_0x3ee44f,_0xf80f81),_0x412a7b[_0xc785dc(0x659)]();}[_0x5347ad(0x15f)](_0x1e9e2b,_0x2ef7a4,_0xdb528b,_0x51f8b3){const _0xfd95be=_0x5347ad;let _0x50c491=Is(_0xdb528b/_0x2ef7a4['width'],0x1),_0x53961a=Is(_0x51f8b3/_0x2ef7a4[_0xfd95be(0x95b)],0x1);_0x2ef7a4[_0xfd95be(0x87e)]['forEach'](_0x45ec67=>{const _0x14a3a9=_0xfd95be;if(_0x45ec67[_0x14a3a9(0x1df)])return;let _0x2af854=-_0xdb528b/0x2+_0x45ec67[_0x14a3a9(0x325)]['left']*_0x50c491,_0x2f2f63=-_0x51f8b3/0x2+_0x45ec67['bounds'][_0x14a3a9(0x717)]*_0x53961a,_0x424d07=_0x45ec67[_0x14a3a9(0x325)][_0x14a3a9(0x8d2)]*_0x50c491,_0x5c912b=_0x45ec67[_0x14a3a9(0x325)]['height']*_0x53961a,_0x199ca5=this[_0x14a3a9(0x50a)](_0x45ec67[_0x14a3a9(0x16a)][_0x14a3a9(0x188)]);if(_0x199ca5&&qs(_0x1e9e2b,_0x45ec67[_0x14a3a9(0x16a)][_0x14a3a9(0x188)],_0x199ca5,_0x2af854,_0x2f2f63,_0x424d07,_0x5c912b))return;let _0x228a2a=_0x45ec67[_0x14a3a9(0x16a)][_0x14a3a9(0x188)]?Js(_0x1e9e2b,_0x45ec67[_0x14a3a9(0x16a)][_0x14a3a9(0x188)],_0x2af854,_0x2f2f63,_0x424d07,_0x5c912b):Ks(this[_0x14a3a9(0x210)],_0x45ec67['row']);_0x228a2a&&(_0x1e9e2b['beginPath'](),_0x1e9e2b[_0x14a3a9(0x281)](_0x2af854,_0x2f2f63,_0x424d07,_0x5c912b),_0x1e9e2b[_0x14a3a9(0x4ee)]=_0x228a2a,_0x1e9e2b[_0x14a3a9(0x188)]());});}[_0x5347ad(0x52e)](_0x1fc52b,_0xc1ef43,_0x2690e9,_0x5aa384,_0x4da0f7,_0x1c1d07){const _0x4e2d53=_0x5347ad;if(!_0xc1ef43[_0x4e2d53(0x87e)][_0x4e2d53(0x697)](_0x41d74e=>!_0x41d74e[_0x4e2d53(0x1df)]&&Ls(_0x41d74e['style']['borders']))){this[_0x4e2d53(0x526)](_0x1fc52b,_0xc1ef43,_0x4da0f7,_0x1c1d07,_0x2690e9,_0x5aa384);return;}let _0x2fde6e=Is(_0x2690e9/_0xc1ef43['width'],0x1),_0x5d62ad=Is(_0x5aa384/_0xc1ef43[_0x4e2d53(0x95b)],0x1);_0xc1ef43['cells'][_0x4e2d53(0x4fa)](_0x16196a=>{const _0x48a979=_0x4e2d53;if(_0x16196a[_0x48a979(0x1df)])return;let _0x13b327=-_0x2690e9/0x2+_0x16196a['bounds'][_0x48a979(0x5e2)]*_0x2fde6e,_0x3c2532=-_0x5aa384/0x2+_0x16196a[_0x48a979(0x325)]['top']*_0x5d62ad,_0x51298b=_0x13b327+_0x16196a[_0x48a979(0x325)][_0x48a979(0x8d2)]*_0x2fde6e,_0x3f0f5d=_0x3c2532+_0x16196a[_0x48a979(0x325)][_0x48a979(0x95b)]*_0x5d62ad,_0x5b7505=_0x16196a['style'][_0x48a979(0x6a2)];Ws(_0x1fc52b,_0x5b7505==null?void 0x0:_0x5b7505[_0x48a979(0x717)],_0x13b327,_0x3c2532,_0x51298b,_0x3c2532),Ws(_0x1fc52b,_0x5b7505==null?void 0x0:_0x5b7505['right'],_0x51298b,_0x3c2532,_0x51298b,_0x3f0f5d),Ws(_0x1fc52b,_0x5b7505==null?void 0x0:_0x5b7505[_0x48a979(0x97e)],_0x13b327,_0x3f0f5d,_0x51298b,_0x3f0f5d),Ws(_0x1fc52b,_0x5b7505==null?void 0x0:_0x5b7505['left'],_0x13b327,_0x3c2532,_0x13b327,_0x3f0f5d);});}[_0x5347ad(0x250)](_0x562c12,_0xcca692,_0x39057f,_0x44a454){const _0x5215f8=_0x5347ad;if(!_0xcca692||!this[_0x5215f8(0x75a)])return;let _0xf2e1c=_0xcca692['cells'][_0x5215f8(0x850)](_0x410560=>{const _0x236fb9=_0x5215f8;var _0x5b2394;return!_0x410560[_0x236fb9(0x1df)]&&_0x410560[_0x236fb9(0x556)]===((_0x5b2394=this[_0x236fb9(0x75a)])==null?void 0x0:_0x5b2394[_0x236fb9(0x556)])&&_0x410560[_0x236fb9(0x512)]===this[_0x236fb9(0x75a)][_0x236fb9(0x512)];});if(!_0xf2e1c)return;let _0x47e7b9=Is(_0x39057f/_0xcca692['width'],0x1),_0x12ad0e=Is(_0x44a454/_0xcca692[_0x5215f8(0x95b)],0x1);_0x562c12[_0x5215f8(0x975)](),_0x562c12['rect'](-_0x39057f/0x2+_0xf2e1c['bounds'][_0x5215f8(0x5e2)]*_0x47e7b9,-_0x44a454/0x2+_0xf2e1c['bounds'][_0x5215f8(0x717)]*_0x12ad0e,_0xf2e1c['bounds'][_0x5215f8(0x8d2)]*_0x47e7b9,_0xf2e1c[_0x5215f8(0x325)][_0x5215f8(0x95b)]*_0x12ad0e),_0x562c12[_0x5215f8(0x3bd)]=_0x5215f8(0x706),_0x562c12[_0x5215f8(0x32b)]=0x1,_0x562c12[_0x5215f8(0x659)]();}[_0x5347ad(0x466)](_0x44061d,_0x27ef64,_0x3cf5af){const _0x445e55=_0x5347ad;let _0xd219fa=this[_0x445e55(0x99c)]();if(!_0xd219fa||!this[_0x445e55(0x168)])return;let _0x3c19dc=_0x24b315(_0xd219fa);_0x3c19dc['cells'][_0x445e55(0x4fa)](_0x325856=>{const _0x28b373=_0x445e55;var _0x53242b,_0x32dcee,_0x3858da;if(_0x325856[_0x28b373(0x1df)]||this[_0x28b373(0x4db)](_0x325856))return;let _0x499be5=(_0x53242b=_0xd219fa[_0x28b373(0x315)][_0x325856[_0x28b373(0x556)]])==null||(_0x53242b=_0x53242b[_0x28b373(0x87e)][_0x325856['column']])==null?void 0x0:_0x53242b[_0x28b373(0x540)];if(!_0x499be5)return;let _0x3eb50b=this[_0x28b373(0xa16)](_0x325856,_0x3c19dc,_0x27ef64,_0x3cf5af),_0x1c4425=this[_0x28b373(0x1cd)](_0x325856[_0x28b373(0x556)],_0x325856['column']),_0x76d58=Bs(_0x499be5),_0x3aa5e6=(_0x32dcee=_0x76d58[_0x28b373(0x923)])==null?void 0x0:_0x32dcee[_0x28b373(0x70b)],_0x13eee4=Vs(_0x76d58),_0x39f59e=(_0x3858da=nc(_0x325856[_0x28b373(0x16a)][_0x28b373(0x195)]))==null?_0x3aa5e6==null?void 0x0:_0x3aa5e6[_0x28b373(0x195)]:_0x3858da;Lo(_0x44061d,{'key':this[_0x28b373(0xa26)]+_0x28b373(0x63f)+_0x325856[_0x28b373(0x556)]+'-'+_0x325856['column'],'documentData':_0x76d58,'left':-_0x27ef64/0x2+_0x3eb50b[_0x28b373(0x5e2)],'top':-_0x3cf5af/0x2+_0x3eb50b[_0x28b373(0x717)],'width':_0x3eb50b['width'],'height':_0x3eb50b[_0x28b373(0x95b)],'localeService':this['_localeService'],'horizontalAlign':_0x13eee4,'verticalAlign':_0x39f59e,'isHorizontal':_0x325856['style'][_0x28b373(0x5a8)]!=='vertical'&&_0x325856[_0x28b373(0x16a)][_0x28b373(0x5a8)]!==_0x28b373(0x362)},_0x1c4425);});}[_0x5347ad(0x86b)](_0x2cba2f,_0x5b736a,_0x27dd1c,_0x4fa2f3){const _0x3b17ef=_0x5347ad;var _0x4d1447;if(!_0x5b736a||!((_0x4d1447=this[_0x3b17ef(0x91d)])!=null&&_0x4d1447[_0x3b17ef(0xa1c)][_0x3b17ef(0x9dd)])||this[_0x3b17ef(0x91d)][_0x3b17ef(0x3a5)]===_0x3b17ef(0x742))return;let _0x21fbe5=Is(_0x27dd1c/_0x5b736a[_0x3b17ef(0x8d2)],0x1),_0x5bbbb6=Is(_0x4fa2f3/_0x5b736a[_0x3b17ef(0x95b)],0x1),_0x24ec03=_0x5b736a[_0x3b17ef(0x87e)][_0x3b17ef(0x9bf)](_0xb6ebbc=>!_0xb6ebbc[_0x3b17ef(0x1df)]&&this['_isCellInSelection'](_0xb6ebbc[_0x3b17ef(0x556)],_0xb6ebbc[_0x3b17ef(0x512)]));if(this[_0x3b17ef(0x91d)][_0x3b17ef(0x3a5)]===_0x3b17ef(0x8a0)){_0x2cba2f[_0x3b17ef(0x975)](),_0x2cba2f[_0x3b17ef(0x281)](-_0x27dd1c/0x2,-_0x4fa2f3/0x2,_0x27dd1c,_0x4fa2f3),_0x2cba2f[_0x3b17ef(0x4ee)]=ys,_0x2cba2f[_0x3b17ef(0x188)]();return;}_0x24ec03['forEach'](_0x4ce80d=>{const _0x491655=_0x3b17ef;let _0x2ce001=-_0x27dd1c/0x2+_0x4ce80d[_0x491655(0x325)][_0x491655(0x5e2)]*_0x21fbe5,_0x41f522=-_0x4fa2f3/0x2+_0x4ce80d[_0x491655(0x325)][_0x491655(0x717)]*_0x5bbbb6,_0x337190=_0x4ce80d[_0x491655(0x325)][_0x491655(0x8d2)]*_0x21fbe5,_0x1f6cb1=_0x4ce80d['bounds'][_0x491655(0x95b)]*_0x5bbbb6;_0x2cba2f[_0x491655(0x975)](),_0x2cba2f['rect'](_0x2ce001,_0x41f522,_0x337190,_0x1f6cb1),_0x2cba2f[_0x491655(0x4ee)]=ys,_0x2cba2f[_0x491655(0x188)]();});}[_0x5347ad(0x79a)](_0x38d494,_0x8a054b,_0x43acaf,_0x29cf19){const _0x5f486f=_0x5347ad;var _0x8af1a;if(!_0x8a054b||!this[_0x5f486f(0x477)]())return;let _0x1dfdf9=_0x3538e6(_0x8a054b,_0x43acaf,_0x29cf19)['find'](_0x4c0d30=>_0x4c0d30[_0x5f486f(0x3a5)]===_0x5f486f(0x898));if(!_0x1dfdf9)return;let _0x26b4db=_0x1dfdf9[_0x5f486f(0x281)],_0x11a9b8=-_0x43acaf/0x2+_0x26b4db['x'],_0x18d2c5=-_0x29cf19/0x2+_0x26b4db['y'],_0x3bd27f=((_0x8af1a=this[_0x5f486f(0x2d2)])==null?void 0x0:_0x8af1a[_0x5f486f(0x3a5)])===_0x5f486f(0x898);As(_0x38d494,_0x11a9b8,_0x18d2c5,_0x26b4db['width'],_0x26b4db[_0x5f486f(0x95b)],_0x3bd27f),ks(_0x38d494,_0x11a9b8,_0x18d2c5,_0x26b4db[_0x5f486f(0x8d2)],_0x26b4db['height'],_0x3bd27f?Ss:xs);}[_0x5347ad(0x678)](_0xa02558,_0x9e9a31,_0x5211dd,_0x2f143f,_0x327979,_0xf0f0c7){const _0x7af534=_0x5347ad;if(!_0x9e9a31||!this[_0x7af534(0xa24)]())return;let _0x592469=this[_0x7af534(0x38a)](_0x9e9a31,_0x5211dd,_0x2f143f,_0x327979,_0xf0f0c7)[_0x7af534(0x9bf)](_0x2beded=>_0x2beded['kind']===_0x7af534(0x7c7)||_0x2beded[_0x7af534(0x3a5)]==='column-header'),_0x51c09b=_0x592469[_0x7af534(0x9bf)](_0x8d87bb=>!this[_0x7af534(0x184)](_0x8d87bb)),_0x861fb3=_0x592469[_0x7af534(0x9bf)](_0x5c7fe8=>this[_0x7af534(0x184)](_0x5c7fe8));[..._0x51c09b,..._0x861fb3][_0x7af534(0x4fa)](_0x380ba7=>{const _0x2168c9=_0x7af534;let _0x505caa=_0x380ba7['rect'],_0x215662=-_0x5211dd/0x2+_0x505caa['x'],_0x52b3e5=-_0x2f143f/0x2+_0x505caa['y'],_0x1f8e94=this[_0x2168c9(0x184)](_0x380ba7),_0x26ecde=this['_isHoveredStructuralTrigger'](_0x380ba7);_0xa02558[_0x2168c9(0x975)](),_0xa02558['rect'](_0x215662,_0x52b3e5,_0x505caa[_0x2168c9(0x8d2)],_0x505caa[_0x2168c9(0x95b)]),_0xa02558[_0x2168c9(0x4ee)]=_0x1f8e94?_0x2168c9(0x6ba):_0x26ecde?_0x2168c9(0x707):_0x2168c9(0x78b),_0xa02558[_0x2168c9(0x188)]();});}['_drawInsertDots'](_0x347efe,_0x156f25,_0x5292af,_0x269d44,_0x59c511,_0x512aa8){const _0x2463b0=_0x5347ad;if(!_0x156f25||!this[_0x2463b0(0x412)]())return;let _0xc26734=this['_getStructuralControlZoom']();this[_0x2463b0(0x38a)](_0x156f25,_0x5292af,_0x269d44,_0x59c511,_0x512aa8)[_0x2463b0(0x9bf)](_0x164d37=>_0x164d37['kind']===_0x2463b0(0xa1b)||_0x164d37[_0x2463b0(0x3a5)]===_0x2463b0(0x9fb))[_0x2463b0(0x4fa)](_0x365c7a=>{const _0x4121fe=_0x2463b0;let _0x50481e=-_0x5292af/0x2+_0x365c7a[_0x4121fe(0x281)]['x']+_0x365c7a[_0x4121fe(0x281)][_0x4121fe(0x8d2)]/0x2,_0x176a46=-_0x269d44/0x2+_0x365c7a[_0x4121fe(0x281)]['y']+_0x365c7a[_0x4121fe(0x281)][_0x4121fe(0x95b)]/0x2,_0x5cd9cc=this[_0x4121fe(0x2c6)](_0x365c7a),_0x23dbcb=_0x5cd9cc?Math[_0x4121fe(0x2f7)](_0x365c7a[_0x4121fe(0x281)][_0x4121fe(0x8d2)],_0x365c7a[_0x4121fe(0x281)][_0x4121fe(0x95b)])/0x2:0x2/_0xc26734;if(_0x347efe[_0x4121fe(0x975)](),_0x347efe[_0x4121fe(0x1d4)](_0x50481e,_0x176a46,_0x23dbcb,0x0,Math['PI']*0x2),_0x347efe[_0x4121fe(0x4ee)]=_0x5cd9cc?bs:'rgba(95,\x2099,\x20104,\x200.45)',_0x347efe[_0x4121fe(0x188)](),!_0x5cd9cc)return;_0x347efe[_0x4121fe(0x975)](),_0x347efe['strokeStyle']=Ss,_0x347efe[_0x4121fe(0x32b)]=1.5/_0xc26734;let _0x67015a=0x3/_0xc26734;_0x347efe[_0x4121fe(0x6e7)](_0x50481e-_0x67015a,_0x176a46),_0x347efe[_0x4121fe(0x460)](_0x50481e+_0x67015a,_0x176a46),_0x347efe[_0x4121fe(0x6e7)](_0x50481e,_0x176a46-_0x67015a),_0x347efe[_0x4121fe(0x460)](_0x50481e,_0x176a46+_0x67015a),_0x347efe[_0x4121fe(0x659)]();});}['_drawInsertGuide'](_0x208264,_0xe5e99a,_0x3096d7,_0x5b76d0,_0x3e006f){const _0x444329=_0x5347ad;var _0xb9c31e;!((_0xb9c31e=this[_0x444329(0x24b)])!=null&&_0xb9c31e[_0x444329(0x56e)])||!this[_0x444329(0x24b)][_0x444329(0x91b)]||this['_drawGuideLine'](_0x208264,this['_controlState']['insertGuide'],_0xe5e99a,_0x3096d7,_0x5b76d0,_0x3e006f,0x2/this[_0x444329(0x4da)]());}[_0x5347ad(0x82b)](_0x433560,_0x2ab354,_0x42e0f4,_0x856185,_0x27c988){const _0xd006b6=_0x5347ad;var _0x2b4033;!((_0x2b4033=this[_0xd006b6(0x24b)])!=null&&_0x2b4033[_0xd006b6(0x56e)])||!this[_0xd006b6(0x24b)][_0xd006b6(0x302)]||this[_0xd006b6(0x9df)](_0x433560,this[_0xd006b6(0x24b)]['reorderGuide'],_0x2ab354,_0x42e0f4,_0x856185,_0x27c988,0x2/this[_0xd006b6(0x4da)]());}[_0x5347ad(0x9df)](_0x2d5b7d,_0x2aa08c,_0x52dd5f,_0x222d26,_0x3b893d,_0x17f210,_0x494bc9){const _0x1af253=_0x5347ad;let _0x107273=-_0x52dd5f/0x2,_0x512ee2=-_0x222d26/0x2;if(_0x2d5b7d['beginPath'](),_0x2d5b7d['setLineDash']([]),_0x2d5b7d[_0x1af253(0x3bd)]=bs,_0x2d5b7d[_0x1af253(0x32b)]=_0x494bc9,_0x2aa08c[_0x1af253(0x3a5)]===_0x1af253(0x556)){let _0x254d50=_0x512ee2+Ds(_0x17f210,_0x2aa08c[_0x1af253(0x583)]);_0x2d5b7d[_0x1af253(0x6e7)](_0x107273,_0x254d50),_0x2d5b7d[_0x1af253(0x460)](_0x107273+_0x52dd5f,_0x254d50);}else{let _0x3fd4b3=_0x107273+Ds(_0x3b893d,_0x2aa08c[_0x1af253(0x583)]);_0x2d5b7d[_0x1af253(0x6e7)](_0x3fd4b3,_0x512ee2),_0x2d5b7d[_0x1af253(0x460)](_0x3fd4b3,_0x512ee2+_0x222d26);}_0x2d5b7d[_0x1af253(0x659)]();}[_0x5347ad(0x38a)](_0x211e77,_0x174e3c,_0x1d9435,_0x63d259,_0x2c9d45){const _0x1b31cb=_0x5347ad;var _0x372b43;return _0xdf1ff3({'tableId':(_0x372b43=this['_getRenderTable']())==null?void 0x0:_0x372b43['id'],'tableWidth':_0x174e3c,'tableHeight':_0x1d9435,'rowHeights':_0x2c9d45,'columnWidths':_0x63d259,'mergedCells':_0x211e77[_0x1b31cb(0x87e)][_0x1b31cb(0x9bf)](_0x1c49e3=>!_0x1c49e3['hidden']&&(_0x1c49e3[_0x1b31cb(0x326)]>0x1||_0x1c49e3[_0x1b31cb(0x322)]>0x1))[_0x1b31cb(0x85d)](_0x35e3bb=>({'startRow':_0x35e3bb[_0x1b31cb(0x556)],'endRow':_0x35e3bb[_0x1b31cb(0x556)]+_0x35e3bb[_0x1b31cb(0x326)]-0x1,'startColumn':_0x35e3bb[_0x1b31cb(0x512)],'endColumn':_0x35e3bb[_0x1b31cb(0x512)]+_0x35e3bb[_0x1b31cb(0x322)]-0x1})),'zoom':this[_0x1b31cb(0x4da)]()});}[_0x5347ad(0x4da)](){const _0x4d74b9=_0x5347ad;var _0x3494b2,_0x4eb156,_0x2478bb;let _0x220ad5=(_0x3494b2=this[_0x4d74b9(0x484)]())==null||(_0x4eb156=_0x3494b2[_0x4d74b9(0x27c)])==null?void 0x0:_0x4eb156['call'](_0x3494b2);return Is((_0x2478bb=_0x220ad5==null?void 0x0:_0x220ad5[_0x4d74b9(0x739)])==null?_0x220ad5==null?void 0x0:_0x220ad5[_0x4d74b9(0x96b)]:_0x2478bb,0x1);}[_0x5347ad(0x290)](_0x2df359,_0x1fe331,_0x318749){const _0x354d55=_0x5347ad;if(_0x2df359['kind']!==_0x354d55(0x7c7)&&_0x2df359[_0x354d55(0x3a5)]!==_0x354d55(0x2dd)&&_0x2df359[_0x354d55(0x3a5)]!==_0x354d55(0xa1b)&&_0x2df359['kind']!==_0x354d55(0x9fb))return!0x1;let _0x21e96d=_0x2df359[_0x354d55(0x281)];return _0x1fe331>=_0x21e96d['x']&&_0x1fe331<=_0x21e96d['x']+_0x21e96d[_0x354d55(0x8d2)]&&_0x318749>=_0x21e96d['y']&&_0x318749<=_0x21e96d['y']+_0x21e96d[_0x354d55(0x95b)];}[_0x5347ad(0xa24)](){const _0x351d4a=_0x5347ad;var _0x3e68d7,_0x51a99e,_0x5d5b55,_0x5d314f;let _0x5f3da2=this['_controlState'];return this['_hasTableSelectionForStructuralControls']()?!0x0:!!(_0x5f3da2!=null&&_0x5f3da2[_0x351d4a(0x56e)])&&!!(this[_0x351d4a(0x568)]()||((_0x3e68d7=_0x5f3da2['hoveredTrigger'])==null?void 0x0:_0x3e68d7[_0x351d4a(0x3a5)])==='row-header'||((_0x51a99e=_0x5f3da2[_0x351d4a(0x68d)])==null?void 0x0:_0x51a99e['kind'])===_0x351d4a(0x2dd)||((_0x5d5b55=_0x5f3da2['hoveredTrigger'])==null?void 0x0:_0x5d5b55['kind'])===_0x351d4a(0xa1b)||((_0x5d314f=_0x5f3da2[_0x351d4a(0x68d)])==null?void 0x0:_0x5d314f[_0x351d4a(0x3a5)])===_0x351d4a(0x9fb));}[_0x5347ad(0x412)](){const _0x1aa87b=_0x5347ad;var _0x20bbae;return this[_0x1aa87b(0x273)]()||!!((_0x20bbae=this['_controlState'])!=null&&_0x20bbae['visible']);}[_0x5347ad(0x228)](){const _0x2a928f=_0x5347ad;let _0x195ce2=this[_0x2a928f(0x24b)];return this[_0x2a928f(0x273)]()?!0x0:!!(_0x195ce2!=null&&_0x195ce2['visible'])&&!!(_0x195ce2[_0x2a928f(0x68d)]||this['_getSelectedStructuralRange']()||_0x195ce2[_0x2a928f(0x91b)]||_0x195ce2[_0x2a928f(0x302)]);}['_isSelectedStructuralTrigger'](_0x126edc){const _0xead954=_0x5347ad;let _0x467371=this[_0xead954(0x568)]();return _0x467371?_0x467371[_0xead954(0x3a5)]===_0xead954(0x556)&&_0x126edc[_0xead954(0x3a5)]===_0xead954(0x7c7)&&_0x126edc[_0xead954(0x556)]!==void 0x0?Es(_0x126edc[_0xead954(0x556)],_0x467371[_0xead954(0x9f2)],_0x467371['end']):_0x467371[_0xead954(0x3a5)]==='column'&&_0x126edc[_0xead954(0x3a5)]===_0xead954(0x2dd)&&_0x126edc[_0xead954(0x512)]!==void 0x0?Es(_0x126edc[_0xead954(0x512)],_0x467371[_0xead954(0x9f2)],_0x467371[_0xead954(0x30d)]):!0x1:!0x1;}[_0x5347ad(0x2c6)](_0x14d13e){const _0x5f5a32=_0x5347ad;var _0xee68ba;let _0x2420a=(_0xee68ba=this['_controlState'])==null?void 0x0:_0xee68ba['hoveredTrigger'];return!_0x2420a||_0x2420a[_0x5f5a32(0x3a5)]!==_0x14d13e[_0x5f5a32(0x3a5)]?!0x1:_0x14d13e[_0x5f5a32(0x3a5)]===_0x5f5a32(0x7c7)||_0x14d13e[_0x5f5a32(0x3a5)]===_0x5f5a32(0xa1b)?_0x2420a[_0x5f5a32(0x556)]!==void 0x0&&_0x2420a[_0x5f5a32(0x556)]===_0x14d13e['row']:_0x14d13e[_0x5f5a32(0x3a5)]==='column-header'||_0x14d13e['kind']===_0x5f5a32(0x9fb)?_0x2420a[_0x5f5a32(0x512)]!==void 0x0&&_0x2420a['column']===_0x14d13e[_0x5f5a32(0x512)]:!0x1;}[_0x5347ad(0x273)](){const _0x1507a9=_0x5347ad;return this[_0x1507a9(0x477)]();}[_0x5347ad(0x477)](){const _0x1fe90b=_0x5347ad;return!!this[_0x1fe90b(0x91d)];}[_0x5347ad(0x568)](){const _0x6e22e8=_0x5347ad;var _0x4b9083;if((_0x4b9083=this[_0x6e22e8(0x24b)])!=null&&_0x4b9083[_0x6e22e8(0x880)])return this['_controlState']['selectedStructuralRange'];let _0x9aab4e=this[_0x6e22e8(0x91d)],_0xe1ffad=_0x9aab4e==null?void 0x0:_0x9aab4e['ranges'][0x0];return!_0x9aab4e||!_0xe1ffad?null:_0x9aab4e['kind']===_0x6e22e8(0x556)?{'kind':_0x6e22e8(0x556),'start':Math['min'](_0xe1ffad[_0x6e22e8(0x150)],_0xe1ffad[_0x6e22e8(0x99f)]),'end':Math[_0x6e22e8(0x496)](_0xe1ffad[_0x6e22e8(0x150)],_0xe1ffad['endRow'])}:_0x9aab4e[_0x6e22e8(0x3a5)]===_0x6e22e8(0x512)?{'kind':_0x6e22e8(0x512),'start':Math[_0x6e22e8(0x2f7)](_0xe1ffad[_0x6e22e8(0x947)],_0xe1ffad[_0x6e22e8(0x8ac)]),'end':Math['max'](_0xe1ffad[_0x6e22e8(0x947)],_0xe1ffad['endColumn'])}:null;}['_isCellInSelection'](_0x150bb1,_0x538e5b){const _0x5bfbee=_0x5347ad;var _0x364911;return!!((_0x364911=this['_selection'])!=null&&_0x364911[_0x5bfbee(0xa1c)][_0x5bfbee(0x697)](_0x4289d4=>_0x150bb1>=Math[_0x5bfbee(0x2f7)](_0x4289d4['startRow'],_0x4289d4[_0x5bfbee(0x99f)])&&_0x150bb1<=Math[_0x5bfbee(0x496)](_0x4289d4[_0x5bfbee(0x150)],_0x4289d4[_0x5bfbee(0x99f)])&&_0x538e5b>=Math['min'](_0x4289d4[_0x5bfbee(0x947)],_0x4289d4[_0x5bfbee(0x8ac)])&&_0x538e5b<=Math[_0x5bfbee(0x496)](_0x4289d4[_0x5bfbee(0x947)],_0x4289d4[_0x5bfbee(0x8ac)])));}[_0x5347ad(0x6a6)](_0x45fc6b,_0x29e2c7){const _0x553cc3=_0x5347ad;let _0x47ecbd=this[_0x553cc3(0x99c)]();if(!_0x47ecbd)return null;let _0x394092=_0x24b315(_0x47ecbd),_0xe01ae0=_0x394092[_0x553cc3(0x87e)][_0x553cc3(0x850)](_0x4788dc=>_0x4788dc[_0x553cc3(0x556)]===_0x45fc6b&&_0x4788dc['column']===_0x29e2c7&&!_0x4788dc[_0x553cc3(0x1df)]),_0xeaddb5=_0xe01ae0==null?_0x394092[_0x553cc3(0x87e)][_0x553cc3(0x850)](_0x5ecb05=>!_0x5ecb05[_0x553cc3(0x1df)]&&_0x45fc6b>=_0x5ecb05[_0x553cc3(0x556)]&&_0x45fc6b<_0x5ecb05[_0x553cc3(0x556)]+_0x5ecb05[_0x553cc3(0x326)]&&_0x29e2c7>=_0x5ecb05[_0x553cc3(0x512)]&&_0x29e2c7<_0x5ecb05[_0x553cc3(0x512)]+_0x5ecb05[_0x553cc3(0x322)]):_0xe01ae0;return _0xeaddb5?{'model':_0x394092,'cell':_0xeaddb5}:null;}[_0x5347ad(0xa16)](_0x216265,_0x568701,_0xfed9ad,_0x433ed6){const _0x311349=_0x5347ad;var _0x403a52,_0x3bcc94;let _0x2642d9=_0x7df94f({'cell':_0x216265,'tableWidth':_0x568701[_0x311349(0x8d2)],'tableHeight':_0x568701[_0x311349(0x95b)],'targetWidth':_0xfed9ad,'targetHeight':_0x433ed6}),_0x4d1d9a=this[_0x311349(0x99c)](),_0x42f0d5=_0x4d1d9a==null||(_0x403a52=_0x4d1d9a[_0x311349(0x315)][_0x216265[_0x311349(0x556)]])==null?void 0x0:_0x403a52['cells'][_0x216265[_0x311349(0x512)]];return Us(_0x2642d9,_0x42f0d5==null||(_0x3bcc94=_0x42f0d5[_0x311349(0x16a)])==null?void 0x0:_0x3bcc94[_0x311349(0x5f1)]);}['_getTextRenderCache'](_0xfd7559,_0x565d2a){const _0x105ca2=_0x5347ad;let _0x4eb4b2=_0xfd7559+':'+_0x565d2a,_0x4e5e9a=this[_0x105ca2(0x887)]['get'](_0x4eb4b2);return _0x4e5e9a||(_0x4e5e9a={},this[_0x105ca2(0x887)]['set'](_0x4eb4b2,_0x4e5e9a)),_0x4e5e9a;}[_0x5347ad(0x9ec)](_0x532897){const _0x1c8682=_0x5347ad;let _0x4289d1=this[_0x1c8682(0x99c)]();_0x4289d1&&_0x24b315(_0x4289d1)[_0x1c8682(0x87e)][_0x1c8682(0x9bf)](_0x2df05a=>!_0x2df05a[_0x1c8682(0x1df)]&&Os(_0x532897,_0x2df05a))[_0x1c8682(0x4fa)](_0x43e92f=>{const _0x15b48d=_0x1c8682;let _0x59b83e=_0x43e92f[_0x15b48d(0x556)]+':'+_0x43e92f['column'];Io(this[_0x15b48d(0x887)]['get'](_0x59b83e)),this[_0x15b48d(0x887)][_0x15b48d(0x70f)](_0x59b83e);});}['_isEditingCell'](_0xb58805,_0x33d6cd){const _0x5911d0=_0x5347ad;var _0x325925;return((_0x325925=this[_0x5911d0(0x667)])==null?void 0x0:_0x325925[_0x5911d0(0x556)])===_0xb58805&&this[_0x5911d0(0x667)]['column']===_0x33d6cd;}[_0x5347ad(0x4db)](_0x2c0061){const _0x56d1a2=_0x5347ad;var _0x47aa7f;return this[_0x56d1a2(0x667)]&&Os(this['_editingCell'],_0x2c0061)?!0x0:((_0x47aa7f=this[_0x56d1a2(0x91d)])==null?void 0x0:_0x47aa7f[_0x56d1a2(0x3a5)])===_0x56d1a2(0x742)&&this[_0x56d1a2(0x91d)][_0x56d1a2(0xa1c)][_0x56d1a2(0x697)](_0x243ebb=>_0x243ebb[_0x56d1a2(0x150)]<=_0x2c0061[_0x56d1a2(0x556)]+_0x2c0061[_0x56d1a2(0x326)]-0x1&&_0x243ebb['endRow']>=_0x2c0061[_0x56d1a2(0x556)]&&_0x243ebb[_0x56d1a2(0x947)]<=_0x2c0061['column']+_0x2c0061['columnSpan']-0x1&&_0x243ebb['endColumn']>=_0x2c0061[_0x56d1a2(0x512)]);}[_0x5347ad(0x99c)](){const _0x577630=_0x5347ad;var _0x696926;return(_0x696926=this[_0x577630(0x43a)])==null?this[_0x577630(0x210)]:_0x696926;}[_0x5347ad(0x50a)](_0x62bbfd){const _0x539e5a=_0x5347ad;var _0x2738f7,_0xcc1f8b,_0x5c2b48,_0x56feb8;let _0x2bca09=_0x62bbfd==null||(_0x2738f7=_0x62bbfd[_0x539e5a(0x90b)])==null?void 0x0:_0x2738f7[_0x539e5a(0x2b0)];if(!_0x2bca09)return;let _0x2248e6=(_0xcc1f8b=_0x62bbfd==null||(_0x5c2b48=_0x62bbfd[_0x539e5a(0x90b)])==null?void 0x0:_0x5c2b48[_0x539e5a(0x6ac)])==null?_0x1fc468['URL']:_0xcc1f8b,_0x2e6381=_0x2248e6+':'+_0x2bca09,_0x50298a=(_0x56feb8=this[_0x539e5a(0x987)])==null?void 0x0:_0x56feb8[_0x539e5a(0x5ab)](_0x2bca09,_0x2248e6);if(_0x50298a)return e[_0x539e5a(0x163)][_0x539e5a(0x3f7)](_0x2e6381,_0x50298a),_0x50298a;let _0x508ec7=e[_0x539e5a(0x163)][_0x539e5a(0x439)](_0x2e6381);if(_0x508ec7){var _0x3cb1c3;return(_0x3cb1c3=this[_0x539e5a(0x987)])==null||_0x3cb1c3[_0x539e5a(0x944)](_0x2bca09,_0x2248e6,_0x508ec7),_0x508ec7;}if(!e[_0x539e5a(0x74c)][_0x539e5a(0x8d7)](_0x2e6381)){let _0xe897a2=this['_createImagePromise'](_0x2e6381,_0x2bca09,_0x2248e6);e[_0x539e5a(0x74c)][_0x539e5a(0x3f7)](_0x2e6381,_0xe897a2),_0xe897a2['then'](_0x1f902e=>{const _0x4227eb=_0x539e5a;_0x1f902e&&this[_0x4227eb(0x752)](!0x0);});}}async[_0x5347ad(0x72a)](_0x5af8ce,_0x1ead10,_0x5da37b){const _0x265a3d=_0x5347ad;try{var _0x2bfea6;let _0x48e7fb=_0x5da37b===_0x1fc468[_0x265a3d(0x3e8)]?await((_0x2bfea6=this[_0x265a3d(0x987)])==null?void 0x0:_0x2bfea6[_0x265a3d(0x620)](_0x1ead10)):_0x1ead10;if(!_0x48e7fb)return null;let _0x4e8093=await new Promise(_0x3e867d=>{const _0x5dc8ce=_0x265a3d;let _0x4b1ce4=document['createElement']('img');_0x4b1ce4[_0x5dc8ce(0x2e4)]=_0x5dc8ce(0x2c9),_0x4b1ce4[_0x5dc8ce(0x72c)]=()=>_0x3e867d(_0x4b1ce4),_0x4b1ce4[_0x5dc8ce(0x7b8)]=()=>_0x3e867d(null),_0x4b1ce4['src']=_0x48e7fb;});if(_0x4e8093){var _0xa98341;e[_0x265a3d(0x163)]['set'](_0x5af8ce,_0x4e8093),(_0xa98341=this['_imageIoService'])==null||_0xa98341[_0x265a3d(0x944)](_0x1ead10,_0x5da37b,_0x4e8093);}return _0x4e8093;}finally{e[_0x265a3d(0x74c)][_0x265a3d(0x70f)](_0x5af8ce);}}};Z(Cs,_0x5347ad(0x163),new Map()),Z(Cs,_0x5347ad(0x74c),new Map());function ws(_0x416258){const _0x57f1e5=_0x5347ad;return _0x416258?{'visible':_0x416258[_0x57f1e5(0x56e)],'hoveredTrigger':_0x416258[_0x57f1e5(0x68d)]?{..._0x416258[_0x57f1e5(0x68d)],'rect':{..._0x416258[_0x57f1e5(0x68d)][_0x57f1e5(0x281)]}}:null,'selectedStructuralRange':_0x416258[_0x57f1e5(0x880)]?{..._0x416258[_0x57f1e5(0x880)]}:null,'insertGuide':_0x416258[_0x57f1e5(0x91b)]?{..._0x416258[_0x57f1e5(0x91b)]}:null,'reorderGuide':_0x416258[_0x57f1e5(0x302)]?{..._0x416258[_0x57f1e5(0x302)]}:null}:null;}function Ts(_0x1241e6,_0x79b8dc){const _0x51f081=_0x5347ad;return JSON['stringify'](_0x1241e6)===JSON[_0x51f081(0x2c1)](_0x79b8dc);}function Es(_0x4fa6bd,_0x40c923,_0xbcedcb){const _0x1198e6=_0x5347ad;return _0x4fa6bd>=Math['min'](_0x40c923,_0xbcedcb)&&_0x4fa6bd<=Math[_0x1198e6(0x496)](_0x40c923,_0xbcedcb);}function Ds(_0xac20fe,_0x41ac36){const _0x143a65=_0x5347ad;let _0x1910e4=Math['min'](_0xac20fe[_0x143a65(0x9dd)],Math[_0x143a65(0x496)](0x0,_0x41ac36));return _0xac20fe[_0x143a65(0x5b1)](0x0,_0x1910e4)[_0x143a65(0x332)]((_0xeae4a7,_0x24b052)=>_0xeae4a7+_0x24b052,0x0);}function Os(_0x1f6660,_0x28dda7){const _0x1a8945=_0x5347ad;return _0x1f6660['row']>=_0x28dda7['row']&&_0x1f6660[_0x1a8945(0x556)]<_0x28dda7['row']+_0x28dda7[_0x1a8945(0x326)]&&_0x1f6660[_0x1a8945(0x512)]>=_0x28dda7[_0x1a8945(0x512)]&&_0x1f6660['column']<_0x28dda7[_0x1a8945(0x512)]+_0x28dda7[_0x1a8945(0x322)];}function ks(_0x505ae7,_0x1136a1,_0x1b45c6,_0x238168,_0x11ac5e,_0x233c20=xs){const _0x118462=_0x5347ad;let _0x52d06c=_0x1136a1+_0x238168/0x2-0x3,_0x40c4cf=_0x1b45c6+_0x11ac5e/0x2-0x3;_0x505ae7['fillStyle']=_0x233c20;for(let _0x4561a5=0x0;_0x4561a5<0x2;_0x4561a5+=0x1)for(let _0x11520b=0x0;_0x11520b<0x2;_0x11520b+=0x1)_0x505ae7[_0x118462(0x975)](),_0x505ae7[_0x118462(0x1d4)](_0x52d06c+_0x11520b*0x6,_0x40c4cf+_0x4561a5*0x6,1.5,0x0,Math['PI']*0x2),_0x505ae7[_0x118462(0x188)]();}function As(_0x5b24a4,_0x44dc62,_0x47dd6f,_0x2c9a81,_0xde391a,_0xc6b48e=!0x1){const _0x2cfc29=_0x5347ad;var _0x47b905;_0x5b24a4['save'](),_0x5b24a4[_0x2cfc29(0x735)]=_0xc6b48e?_0x2cfc29(0x46e):_0x2cfc29(0x5d4),_0x5b24a4['shadowBlur']=_0xc6b48e?0xa:0x8,_0x5b24a4[_0x2cfc29(0x380)]=0x2,_0x5b24a4[_0x2cfc29(0x975)](),(_0x47b905=_0x5b24a4['roundRect'])==null||_0x47b905[_0x2cfc29(0x549)](_0x5b24a4,_0x44dc62,_0x47dd6f,_0x2c9a81,_0xde391a,0x6),_0x5b24a4[_0x2cfc29(0x754)]||_0x5b24a4['rect'](_0x44dc62,_0x47dd6f,_0x2c9a81,_0xde391a),_0x5b24a4[_0x2cfc29(0x4ee)]=_0xc6b48e?_0x2cfc29(0x6ba):'#ffffff',_0x5b24a4[_0x2cfc29(0x188)](),_0x5b24a4[_0x2cfc29(0x906)]=0x0,_0x5b24a4[_0x2cfc29(0x380)]=0x0,_0x5b24a4['strokeStyle']=_0xc6b48e?_0x2cfc29(0x9d3):_0x2cfc29(0x64f),_0x5b24a4['lineWidth']=0x1,_0x5b24a4[_0x2cfc29(0x659)](),_0x5b24a4['restore']();}function js(_0x4139b0,_0x538e23){const _0x2aa10e=_0x5347ad;let _0x23f11d=_0x4139b0==null?void 0x0:_0x4139b0['columns'][_0x2aa10e(0x85d)](_0x3d143c=>_0x3d143c[_0x2aa10e(0x8d2)])[_0x2aa10e(0x9bf)](_0x4cde76=>_0x4cde76>0x0);return Ns(_0x23f11d!=null&&_0x23f11d[_0x2aa10e(0x9dd)]?_0x23f11d:[0x1,0x1,0x1],_0x538e23);}function Ms(_0xac0f0,_0x544814){const _0x2cd06f=_0x5347ad;let _0x31a9c3=_0xac0f0==null?void 0x0:_0xac0f0[_0x2cd06f(0x315)]['map'](_0x468d90=>{var _0x253cac;return(_0x253cac=_0x468d90['height'])==null?0x18:_0x253cac;})[_0x2cd06f(0x9bf)](_0x315f64=>_0x315f64>0x0);return Ns(_0x31a9c3!=null&&_0x31a9c3[_0x2cd06f(0x9dd)]?_0x31a9c3:[0x1,0x1,0x1],_0x544814);}function Ns(_0x4eb0a3,_0x3f5e12){const _0x56c459=_0x5347ad;let _0x3b3ecb=_0x4eb0a3[_0x56c459(0x332)]((_0x708c2a,_0x14b7f8)=>_0x708c2a+_0x14b7f8,0x0);return _0x3b3ecb<=0x0?[_0x3f5e12]:_0x4eb0a3[_0x56c459(0x85d)](_0x51a0e9=>_0x51a0e9/_0x3b3ecb*_0x3f5e12);}function Ps(_0x23cdf1,_0x411e8f){const _0x1206f0=_0x5347ad;let _0x2651fd=_0x411e8f;return _0x23cdf1[_0x1206f0(0x85d)](_0x511902=>{let _0x23645b=_0x2651fd;return _0x2651fd+=_0x511902,_0x23645b;});}function Fs(_0x30f2b7,_0x15045a=0x0){const _0x1008dc=_0x5347ad;return typeof _0x30f2b7=='number'&&Number[_0x1008dc(0x28b)](_0x30f2b7)?_0x30f2b7:_0x15045a;}function Is(_0x31bb1c,_0x5c52ba){let _0x304c47=Fs(_0x31bb1c,_0x5c52ba);return _0x304c47>0x0?_0x304c47:_0x5c52ba;}function Ls(_0x358e02){const _0x56381d=_0x5347ad;return!!(_0x358e02!=null&&_0x358e02[_0x56381d(0x717)]||_0x358e02!=null&&_0x358e02['right']||_0x358e02!=null&&_0x358e02['bottom']||_0x358e02!=null&&_0x358e02[_0x56381d(0x5e2)]);}function Rs(_0x10ea8d,_0x51f0bd,_0x47b64a){const _0x394b41=_0x5347ad;return _0x10ea8d['find'](_0x46d989=>_0x51f0bd>=_0x46d989['row']&&_0x51f0bd<_0x46d989[_0x394b41(0x556)]+_0x46d989[_0x394b41(0x326)]&&_0x47b64a>=_0x46d989['column']&&_0x47b64a<_0x46d989[_0x394b41(0x512)]+_0x46d989[_0x394b41(0x322)]);}function zs(_0x25f2d4){const _0x1761e7=_0x5347ad;return _0x25f2d4[_0x1761e7(0x332)]((_0x474ca2,_0x4bebc1)=>{const _0x122eed=_0x1761e7;let _0x56cd92=_0x474ca2[_0x474ca2[_0x122eed(0x9dd)]-0x1];return _0x56cd92&&Math['abs'](_0x56cd92[_0x122eed(0x30d)]-_0x4bebc1[_0x122eed(0x9f2)])<0.01?(_0x56cd92['end']=_0x4bebc1[_0x122eed(0x30d)],_0x474ca2):(_0x474ca2[_0x122eed(0x872)]({..._0x4bebc1}),_0x474ca2);},[]);}function Bs(_0x10ecc2){let _0x7be305=Vs(_0x10ecc2);return _0x7be305===void 0x0?_0x10ecc2:Hs(_0x10ecc2,_0x7be305);}function Vs(_0x56a138){const _0x2d7675=_0x5347ad;var _0x5c1a17,_0x8ce4ec;let _0x53b375=(_0x5c1a17=_0x56a138[_0x2d7675(0x923)])==null||(_0x5c1a17=_0x5c1a17['renderConfig'])==null?void 0x0:_0x5c1a17[_0x2d7675(0x95a)];return _0x53b375===void 0x0?(_0x8ce4ec=_0x56a138['body'])==null||(_0x8ce4ec=_0x8ce4ec[_0x2d7675(0x64e)])==null||(_0x8ce4ec=_0x8ce4ec['find'](_0x21b4c9=>{const _0x541631=_0x2d7675;var _0x6dcdb6;return((_0x6dcdb6=_0x21b4c9[_0x541631(0x377)])==null?void 0x0:_0x6dcdb6[_0x541631(0x95a)])!==void 0x0;}))==null||(_0x8ce4ec=_0x8ce4ec['paragraphStyle'])==null?void 0x0:_0x8ce4ec[_0x2d7675(0x95a)]:_0x53b375;}function Hs(_0x1f7a7b,_0x14bf49){const _0xff214b=_0x5347ad;var _0x361dfe;let _0x3431a2=_0x1f7a7b[_0xff214b(0x570)],_0x35b1ba=_0x3431a2==null?void 0x0:_0x3431a2[_0xff214b(0x64e)];if(!_0x3431a2||!(_0x35b1ba!=null&&_0x35b1ba[_0xff214b(0x9dd)]))return _0x1f7a7b;let _0x1ff48c=!0x1,_0xe6d8=_0x35b1ba[_0xff214b(0x85d)](_0x8120f0=>{const _0x40f3be=_0xff214b;var _0x7e4401;return((_0x7e4401=_0x8120f0[_0x40f3be(0x377)])==null?void 0x0:_0x7e4401[_0x40f3be(0x95a)])===_0x14bf49?_0x8120f0:(_0x1ff48c=!0x0,{..._0x8120f0,'paragraphStyle':{..._0x8120f0[_0x40f3be(0x377)],'horizontalAlign':_0x14bf49}});});return _0x1ff48c?{..._0x1f7a7b,'body':{..._0x3431a2,'dataStream':(_0x361dfe=_0x3431a2[_0xff214b(0x330)])==null?'\x0d\x0a':_0x361dfe,'paragraphs':_0xe6d8}}:_0x1f7a7b;}function Us(_0x2b5006,_0x2ea2e2){const _0x553a81=_0x5347ad;let {bottom:_0x43ff48,left:_0xa38c54,right:_0x35ad83,top:_0xd98dfc}=_0x14d318(_0x2ea2e2),_0x331414=Math[_0x553a81(0x496)](0x1,_0x2b5006['width']-_0xa38c54-_0x35ad83),_0xbedf27=Math[_0x553a81(0x496)](0x1,_0x2b5006[_0x553a81(0x95b)]-_0xd98dfc-_0x43ff48);return{'left':_0x2b5006['left']+_0xa38c54,'top':_0x2b5006['top']+_0xd98dfc,'width':_0x331414,'height':_0xbedf27};}function Ws(_0xc2bd81,_0x34a02b,_0xc1b7e8,_0x575849,_0x137e90,_0x2c1492){const _0x1cd38c=_0x5347ad;!_0x34a02b||_0x34a02b[_0x1cd38c(0x4ff)]==='none'||(_0xc2bd81['beginPath'](),_0xc2bd81[_0x1cd38c(0x213)](Gs(_0x34a02b[_0x1cd38c(0x4ff)])),_0xc2bd81[_0x1cd38c(0x3bd)]=_0x34a02b[_0x1cd38c(0x3b7)]||_s,_0xc2bd81[_0x1cd38c(0x32b)]=Is(_0x34a02b[_0x1cd38c(0x8d2)],0x1),_0xc2bd81[_0x1cd38c(0x6e7)](_0xc1b7e8,_0x575849),_0xc2bd81[_0x1cd38c(0x460)](_0x137e90,_0x2c1492),_0xc2bd81[_0x1cd38c(0x659)](),_0xc2bd81[_0x1cd38c(0x213)]([]));}function Gs(_0x48c9d0){const _0x25871a=_0x5347ad;return _0x48c9d0===_0x25871a(0x4ff)?[0x6,0x3]:_0x48c9d0==='dot'?[0x1,0x3]:_0x48c9d0==='dashDot'?[0x6,0x3,0x1,0x3]:[];}function Ks(_0x3af925,_0xabe3c4){const _0x21e719=_0x5347ad;return _0x3af925!=null&&_0x3af925[_0x21e719(0x798)][_0x21e719(0x402)]&&_0xabe3c4===0x0?_0x21e719(0x6e2):_0x3af925!=null&&_0x3af925[_0x21e719(0x798)]['bandRow']&&_0xabe3c4%0x2==0x1?_0x21e719(0x2df):vs;}function qs(_0x32055e,_0x33701e,_0x2e6500,_0xefa100,_0x6db6fe,_0x5625a9,_0xa8ec25){const _0x3202ac=_0x5347ad;var _0x36cd26,_0x350d20,_0x38865e,_0x5d81d3;if(!(!(_0x33701e==null||(_0x36cd26=_0x33701e['picture'])==null)&&_0x36cd26[_0x3202ac(0x2b0)]))return!0x1;if(_0x32055e[_0x3202ac(0x6b8)](),_0x32055e[_0x3202ac(0x975)](),_0x32055e[_0x3202ac(0x281)](_0xefa100,_0x6db6fe,_0x5625a9,_0xa8ec25),_0x32055e[_0x3202ac(0x559)](),_0x32055e['globalAlpha']=(_0x350d20=Qs((_0x38865e=(_0x5d81d3=_0x33701e[_0x3202ac(0x90b)][_0x3202ac(0x53c)])==null?_0x33701e[_0x3202ac(0x23d)]:_0x5d81d3)==null?0x1:_0x38865e))==null?0x1:_0x350d20,_0x33701e[_0x3202ac(0x90b)][_0x3202ac(0x866)]==='tile'){let _0x56a47d=_0x32055e[_0x3202ac(0x953)](_0x2e6500,_0x3202ac(0x8ef));return _0x56a47d?(_0x32055e[_0x3202ac(0x4ee)]=_0x56a47d,_0x32055e[_0x3202ac(0x8f6)](_0xefa100,_0x6db6fe,_0x5625a9,_0xa8ec25),_0x32055e['restore'](),!0x0):(_0x32055e[_0x3202ac(0x705)](),!0x1);}return _0x32055e[_0x3202ac(0x71a)](_0x2e6500,_0xefa100,_0x6db6fe,_0x5625a9,_0xa8ec25),_0x32055e[_0x3202ac(0x705)](),!0x0;}function Js(_0x482374,_0x448490,_0x224491,_0x361507,_0xa8a115,_0x378d3f){const _0x3ad3fa=_0x5347ad;var _0x555a24;if((_0x448490==null?void 0x0:_0x448490[_0x3ad3fa(0x72f)])===_0x3ad3fa(0x90d))return;if(!(_0x448490==null||(_0x555a24=_0x448490[_0x3ad3fa(0x847)])==null||(_0x555a24=_0x555a24[_0x3ad3fa(0x2c4)])==null)&&_0x555a24[_0x3ad3fa(0x9dd)]){let _0x2ec07c=Ys(_0x482374,_0x448490[_0x3ad3fa(0x847)],_0x224491,_0x361507,_0xa8a115,_0x378d3f);return _0x448490[_0x3ad3fa(0x847)]['stops'][_0x3ad3fa(0x4fa)](_0x587d2a=>{const _0x3f5b05=_0x3ad3fa;var _0x5a0809,_0x462482;_0x2ec07c[_0x3f5b05(0x527)](Xs(_0x587d2a['offset']),Zs(_0x587d2a['color'],(_0x5a0809=(_0x462482=_0x587d2a['opacity'])==null?_0x448490[_0x3f5b05(0x23d)]:_0x462482)==null?0x1:_0x5a0809));}),_0x2ec07c;}let _0xae8c4e=_0x448490==null?void 0x0:_0x448490[_0x3ad3fa(0x3b7)];if(!_0xae8c4e)return;let _0xceb439=Qs(_0x448490[_0x3ad3fa(0x23d)]);if(_0xceb439===void 0x0||_0xceb439>=0x1)return _0xae8c4e;let _0x40c4f9=tc(_0xae8c4e);return _0x40c4f9?_0x3ad3fa(0x43f)+_0x40c4f9['r']+',\x20'+_0x40c4f9['g']+',\x20'+_0x40c4f9['b']+',\x20'+ec(_0xceb439)+')':_0xae8c4e;}function Ys(_0x224d94,_0x38da65,_0x1cc069,_0x59f07b,_0x32b0f5,_0x391bbd){const _0x3e3bcc=_0x5347ad;var _0x3d5e58;if(_0x38da65[_0x3e3bcc(0x72f)]==='radial'||_0x38da65['type']==='diamond'){let _0x479353=Math['max'](_0x32b0f5,_0x391bbd)/0x2;return _0x224d94['createRadialGradient'](_0x1cc069+_0x32b0f5/0x2,_0x59f07b+_0x391bbd/0x2,0x0,_0x1cc069+_0x32b0f5/0x2,_0x59f07b+_0x391bbd/0x2,_0x479353);}let _0x1ea3e8=(((_0x3d5e58=_0x38da65['angle'])==null?0x0:_0x3d5e58)+0x5a)%0x168*Math['PI']/0xb4,_0x3f86aa=_0x1cc069+_0x32b0f5/0x2,_0x549637=_0x59f07b+_0x391bbd/0x2,_0x1c0265=Math[_0x3e3bcc(0x15c)](_0x32b0f5*_0x32b0f5+_0x391bbd*_0x391bbd)/0x2,_0x47357d=Math[_0x3e3bcc(0x7fe)](_0x1ea3e8)*_0x1c0265,_0x34e438=Math[_0x3e3bcc(0x90a)](_0x1ea3e8)*_0x1c0265;return _0x224d94[_0x3e3bcc(0x639)](_0x3f86aa-_0x47357d,_0x549637-_0x34e438,_0x3f86aa+_0x47357d,_0x549637+_0x34e438);}function Xs(_0x4fb799){const _0x9e4ec5=_0x5347ad;return Number[_0x9e4ec5(0x28b)](_0x4fb799)?_0x4fb799<=0x1?Math[_0x9e4ec5(0x2f7)](0x1,Math[_0x9e4ec5(0x496)](0x0,_0x4fb799)):Math['min'](0x1,Math['max'](0x0,_0x4fb799/0x64)):0x0;}function Zs(_0x43b8db,_0x247f14){const _0x22e7bf=_0x5347ad;let _0x24d3d9=_0x43b8db[_0x22e7bf(0x59b)](),_0x294c67=$s(_0x247f14);if(/^#[0-9a-f]{3}$/i[_0x22e7bf(0x5fe)](_0x24d3d9)){let [,_0x212a49,_0x1c8706,_0x3a82bf]=_0x24d3d9;return _0x22e7bf(0x43f)+Number[_0x22e7bf(0x18f)](_0x212a49+_0x212a49,0x10)+',\x20'+Number[_0x22e7bf(0x18f)](_0x1c8706+_0x1c8706,0x10)+',\x20'+Number['parseInt'](_0x3a82bf+_0x3a82bf,0x10)+',\x20'+ec(_0x294c67)+')';}return/^#[0-9a-f]{6}$/i[_0x22e7bf(0x5fe)](_0x24d3d9)?_0x22e7bf(0x43f)+Number['parseInt'](_0x24d3d9[_0x22e7bf(0x5b1)](0x1,0x3),0x10)+',\x20'+Number['parseInt'](_0x24d3d9['slice'](0x3,0x5),0x10)+',\x20'+Number[_0x22e7bf(0x18f)](_0x24d3d9['slice'](0x5,0x7),0x10)+',\x20'+ec(_0x294c67)+')':_0x43b8db;}function Qs(_0x251c1b){const _0xdbdc0f=_0x5347ad;if(!(typeof _0x251c1b!=_0xdbdc0f(0x6ce)||!Number[_0xdbdc0f(0x28b)](_0x251c1b)))return $s(_0x251c1b<=0x1?_0x251c1b:_0x251c1b<=0x64?_0x251c1b/0x64:_0x251c1b/0x186a0);}function $s(_0x1e3f09){const _0x14a20d=_0x5347ad;return Math[_0x14a20d(0x2f7)](0x1,Math[_0x14a20d(0x496)](0x0,_0x1e3f09));}function ec(_0x141b2d){const _0x3d2f9a=_0x5347ad;return Number(_0x141b2d[_0x3d2f9a(0x86d)](0x4))[_0x3d2f9a(0x42b)]();}function tc(_0x4abaff){const _0x2902c4=_0x5347ad;let _0x59e7a8=_0x4abaff['trim'](),_0x6b8a26=/^#([0-9a-f]{3})$/i[_0x2902c4(0x7a5)](_0x59e7a8);if(_0x6b8a26){let [_0x2bf484,_0x55a9be,_0x42e544]=_0x6b8a26[0x1][_0x2902c4(0x158)]('')[_0x2902c4(0x85d)](_0x56b633=>Number[_0x2902c4(0x18f)](''+_0x56b633+_0x56b633,0x10));return{'r':_0x2bf484,'g':_0x55a9be,'b':_0x42e544};}let _0x1fcbcb=/^#([0-9a-f]{6})$/i['exec'](_0x59e7a8);if(_0x1fcbcb)return{'r':Number[_0x2902c4(0x18f)](_0x1fcbcb[0x1][_0x2902c4(0x5b1)](0x0,0x2),0x10),'g':Number[_0x2902c4(0x18f)](_0x1fcbcb[0x1][_0x2902c4(0x5b1)](0x2,0x4),0x10),'b':Number[_0x2902c4(0x18f)](_0x1fcbcb[0x1]['slice'](0x4,0x6),0x10)};}function nc(_0x213a4e){const _0x13263b=_0x5347ad;if(_0x213a4e===_0x13263b(0x6ca))return _0x3ebbcf[_0x13263b(0x8e0)];if(_0x213a4e===_0x13263b(0x97e))return _0x3ebbcf[_0x13263b(0x5ec)];if(_0x213a4e==='top')return _0x3ebbcf[_0x13263b(0x92e)];}var rc=class{constructor(){const _0x661b27=_0x5347ad;Z(this,_0x661b27(0x5f7),0x0);}['check'](_0x36e9d5){return!0x1;}};const ic=_0x25c95c[_0x5347ad(0x388)]();var ac=class extends rc{constructor(..._0x1b3468){const _0x2015bc=_0x5347ad;super(..._0x1b3468),Z(this,_0x2015bc(0x5f7),0x14);}[_0x5347ad(0x588)](_0x2afde5){const _0x25ecc2=_0x5347ad;return _0x2afde5[_0x25ecc2(0x5fb)][_0x25ecc2(0x72f)]===_0x42916e['Connector'];}['convert'](_0x5b934a,_0x2dd89a){const _0x169363=_0x5347ad;var _0x44a393,_0x3eea5a,_0x18c715,_0x2904d9,_0x2a2c0d;if(_0x5b934a[_0x169363(0x1df)]||_0x5b934a[_0x169363(0x5fb)][_0x169363(0x72f)]!==_0x42916e[_0x169363(0x5b9)])return null;let _0x3fafd6=_0x5b934a[_0x169363(0x5fb)],_0x5b1736=_0x3fafd6['transform'],_0x3f23a8=(_0x44a393=_0x5b1736[_0x169363(0x8d2)])==null?0x0:_0x44a393,_0xe66d49=(_0x3eea5a=_0x5b1736[_0x169363(0x95b)])==null?0x0:_0x3eea5a,_0x2a7f55={..._0x3fafd6,'type':_0x42916e[_0x169363(0x514)],'shapeData':_0x3fafd6[_0x169363(0x404)]};return new hs(_0x169363(0x9bd)+_0x2dd89a[_0x169363(0x51b)]+'-'+_0x2dd89a[_0x169363(0x657)]+'-'+_0x5b934a[_0x169363(0x51f)],{'left':_0x2dd89a['pageOffsetLeft']+((_0x18c715=_0x5b1736['left'])==null?0x0:_0x18c715),'top':_0x2dd89a[_0x169363(0x494)]+((_0x2904d9=_0x5b1736['top'])==null?0x0:_0x2904d9),'width':_0x3f23a8,'height':_0xe66d49,'angle':(_0x2a2c0d=_0x5b1736[_0x169363(0x7e8)])==null?0x0:_0x2a2c0d,'flipX':_0x5b1736[_0x169363(0x301)],'flipY':_0x5b1736[_0x169363(0xa0e)],'skewX':_0x5b1736[_0x169363(0x3e3)],'skewY':_0x5b1736[_0x169363(0x413)],'zIndex':_0x2dd89a[_0x169363(0x1fc)],'visible':!_0x5b934a['hidden'],'evented':!0x0,'shapeModel':hs[_0x169363(0x193)](_0x2a7f55),'element':_0x2a7f55});}};ic['add'](ac);var oc=class extends rc{constructor(..._0x586756){const _0x1ca00c=_0x5347ad;super(..._0x586756),Z(this,_0x1ca00c(0x5f7),0x5);}[_0x5347ad(0x588)](_0x1bfe20){const _0x4d78a1=_0x5347ad;return _0x1bfe20['element'][_0x4d78a1(0x72f)]===_0x42916e[_0x4d78a1(0x5fd)];}[_0x5347ad(0x312)](_0xd90002,_0x1ff085){const _0x3d208=_0x5347ad;var _0x54323a,_0x31d2f0,_0x20b410,_0x29d926,_0x46f3ab;if(_0xd90002[_0x3d208(0x1df)]||_0xd90002[_0x3d208(0x5fb)]['type']!==_0x42916e[_0x3d208(0x5fd)])return null;let _0x3f0e6e=_0xd90002[_0x3d208(0x5fb)][_0x3d208(0x2d1)],_0x2b6960=new _0x231f78('slide-drawing-'+_0x1ff085[_0x3d208(0x51b)]+'-'+_0x1ff085[_0x3d208(0x657)]+'-'+_0xd90002[_0x3d208(0x51f)]);return _0x2b6960[_0x3d208(0x8e3)]({'left':_0x1ff085['pageOffsetLeft']+((_0x54323a=_0x3f0e6e['left'])==null?0x0:_0x54323a),'top':_0x1ff085['pageOffsetTop']+((_0x31d2f0=_0x3f0e6e[_0x3d208(0x717)])==null?0x0:_0x31d2f0),'width':(_0x20b410=_0x3f0e6e[_0x3d208(0x8d2)])==null?0x0:_0x20b410,'height':(_0x29d926=_0x3f0e6e['height'])==null?0x0:_0x29d926,'angle':(_0x46f3ab=_0x3f0e6e[_0x3d208(0x7e8)])==null?0x0:_0x46f3ab,'flipX':_0x3f0e6e[_0x3d208(0x301)],'flipY':_0x3f0e6e['flipY'],'skewX':_0x3f0e6e['skewX'],'skewY':_0x3f0e6e[_0x3d208(0x413)]}),_0x2b6960[_0x3d208(0x5f7)]=_0x1ff085[_0x3d208(0x1fc)],_0x2b6960[_0x3d208(0x6d4)]=!0x0,_0x2b6960;}};ic['add'](oc);var sc=class extends _0x278e37{constructor(..._0x138865){const _0x19c10d=_0x5347ad;super(..._0x138865),Z(this,_0x19c10d(0x8eb),new Map());}[_0x5347ad(0x2bd)](_0x1dc0dc,_0x3e7319,_0xae4255,_0x1e9da7,_0x2d17c9){const _0x45bb94=_0x5347ad;let _0x1d304b=_0x3e7319;if(_0x1d304b===_0x1c56b2['None']||_0x3e7319===_0x45bb94(0x3de))return!0x1;try{let _0x4456a4=this[_0x45bb94(0x8eb)][_0x45bb94(0x439)](_0x3e7319);return _0x4456a4||(_0x4456a4=new _0x91272b(_0x1d304b,_0x45bb94(0x56d)+_0x3e7319),this[_0x45bb94(0x8eb)][_0x45bb94(0x3f7)](_0x3e7319,_0x4456a4)),_0x4456a4[_0x45bb94(0x3b5)](),_0x2d17c9&&Object['keys'](_0x2d17c9)['length']>0x0&&_0x4456a4[_0x45bb94(0x1e7)]({'adjustValues':_0x2d17c9},!0x0),_0x4456a4[_0x45bb94(0x983)]({'width':_0xae4255,'height':_0x1e9da7}),_0x4456a4[_0x45bb94(0x2b4)](_0x1dc0dc,{'left':0x0,'top':0x0,'width':_0xae4255,'height':_0x1e9da7});}catch{return!0x1;}}[_0x5347ad(0x261)](){const _0x3f0345=_0x5347ad;this[_0x3f0345(0x8eb)][_0x3f0345(0x3c1)](),super[_0x3f0345(0x261)]();}},cc;const lc=new Set([_0x4c9a7d['Cover'],_0x4c9a7d[_0x5347ad(0x3bf)],_0x4c9a7d[_0x5347ad(0x47f)],_0x4c9a7d[_0x5347ad(0x506)]]);function uc(_0x51463c){const _0x59b70a=_0x5347ad;if(!_0x10e61f(_0x51463c))return;let _0xa77dd6=_0x51463c[_0x59b70a(0x3de)]&&typeof _0x51463c['custom']==_0x59b70a(0x8dd)?_0x51463c[_0x59b70a(0x3de)]['fit']:void 0x0;return typeof _0xa77dd6==_0x59b70a(0x9e6)&&lc[_0x59b70a(0x8d7)](_0xa77dd6)?_0xa77dd6:_0x4c9a7d[_0x59b70a(0x47f)];}let dc=cc=class extends rc{constructor(_0x3b19e1,_0x488820){const _0x51832e=_0x5347ad;super(),this[_0x51832e(0x987)]=_0x3b19e1,this['_imageClipService']=_0x488820,Z(this,_0x51832e(0x5f7),0x1e);}['check'](_0x23840a){const _0x937323=_0x5347ad;return _0x23840a[_0x937323(0x5fb)][_0x937323(0x72f)]===_0x42916e[_0x937323(0x2d7)];}[_0x5347ad(0x312)](_0x25b2eb,_0x342058){const _0x2d020c=_0x5347ad;var _0x50b848,_0x27f9f3,_0x209d2f,_0x248e77,_0x4c51ee,_0x1b34a8,_0x1aa264,_0x48430c,_0x46cb79,_0xafaafd,_0x2ca626,_0x1a1dce,_0x3961ea,_0x4f7070;if(_0x25b2eb[_0x2d020c(0x1df)]||_0x25b2eb[_0x2d020c(0x5fb)]['type']!==_0x42916e['Image'])return null;let _0xf9bc89=_0x25b2eb[_0x2d020c(0x5fb)],_0x5257f4=_0xf9bc89[_0x2d020c(0x2d1)],_0x292326=_0xf9bc89[_0x2d020c(0x84d)],_0x16558f=_0x292326?{'left':(_0x50b848=_0x292326[_0x2d020c(0x5e2)])==null?0x0:_0x50b848,'top':(_0x27f9f3=_0x292326[_0x2d020c(0x717)])==null?0x0:_0x27f9f3,'right':(_0x209d2f=_0x292326[_0x2d020c(0x888)])==null?0x0:_0x209d2f,'bottom':(_0x248e77=_0x292326[_0x2d020c(0x97e)])==null?0x0:_0x248e77}:void 0x0,_0x1ef7f1='slide-drawing-'+_0x342058['unitId']+'-'+_0x342058[_0x2d020c(0x657)]+'-'+_0x25b2eb['drawingId'],_0x2336f=(_0x4c51ee=_0xf9bc89[_0x2d020c(0x446)])==null?_0x1fc468[_0x2d020c(0xa2b)]:_0x4c51ee,_0x259a39=(_0x1b34a8=_0xf9bc89[_0x2d020c(0x4fd)])==null?void 0x0:_0x1b34a8[_0x2d020c(0x659)],_0x143e4a=!!_0x259a39&&_0x259a39[_0x2d020c(0x4a3)]!==_0x52dafb[_0x2d020c(0x408)]&&!!_0x259a39['color'],_0x428024=this[_0x2d020c(0x987)],_0x3369db=_0x2336f+':'+_0xf9bc89[_0x2d020c(0x2b0)],_0x328b49=(_0x1aa264=_0x428024==null?void 0x0:_0x428024[_0x2d020c(0x5ab)](_0xf9bc89[_0x2d020c(0x2b0)],_0x2336f))==null?cc[_0x2d020c(0x280)][_0x2d020c(0x439)](_0x3369db):_0x1aa264,_0x56019b=_0x328b49?void 0x0:_0x428024==null&&_0x2336f!==_0x1fc468[_0x2d020c(0x3e8)]?_0xf9bc89['source']:void 0x0,_0x3d7a04=new Jo(_0x1ef7f1,{'image':_0x328b49==null?void 0x0:_0x328b49,'url':_0x56019b,'success':_0x342058[_0x2d020c(0x5d6)],'left':_0x342058[_0x2d020c(0x1bc)]+((_0x48430c=_0x5257f4['left'])==null?0x0:_0x48430c),'top':_0x342058[_0x2d020c(0x494)]+((_0x46cb79=_0x5257f4[_0x2d020c(0x717)])==null?0x0:_0x46cb79),'width':(_0xafaafd=_0x5257f4['width'])==null?0x0:_0xafaafd,'height':(_0x2ca626=_0x5257f4[_0x2d020c(0x95b)])==null?0x0:_0x2ca626,'srcRect':_0x16558f,'prstGeom':_0xf9bc89['prstGeom'],'adjustValues':_0xf9bc89[_0x2d020c(0x68e)],'stroke':_0x143e4a?_0x259a39[_0x2d020c(0x3b7)]:void 0x0,'strokeWidth':_0x143e4a?(_0x1a1dce=_0x259a39[_0x2d020c(0x8d2)])==null?0x1:_0x1a1dce:0x0,'angle':(_0x3961ea=_0x5257f4[_0x2d020c(0x7e8)])==null?0x0:_0x3961ea,'flipX':_0x5257f4[_0x2d020c(0x301)],'flipY':_0x5257f4[_0x2d020c(0xa0e)],'skewX':_0x5257f4[_0x2d020c(0x3e3)],'skewY':_0x5257f4[_0x2d020c(0x413)],'zIndex':_0x342058[_0x2d020c(0x1fc)],'visible':!_0x25b2eb[_0x2d020c(0x1df)],'evented':!0x0,'forceRender':!0x0,'backgroundImageFit':uc(_0xf9bc89)});return _0x3d7a04[_0x2d020c(0x9b8)]((_0x4f7070=this[_0x2d020c(0x827)])==null?null:_0x4f7070),!_0x328b49&&_0x428024&&this[_0x2d020c(0x4dc)](_0xf9bc89[_0x2d020c(0x2b0)],_0x2336f,_0x428024)[_0x2d020c(0x161)](_0x5c5ed8=>{const _0x2cc5d8=_0x2d020c;var _0x4b73e1;_0x5c5ed8&&(_0x3d7a04['setNativeImage'](_0x5c5ed8),(_0x4b73e1=_0x342058[_0x2cc5d8(0x5d6)])==null||_0x4b73e1['call'](_0x342058));}),_0x3d7a04;}[_0x5347ad(0x4dc)](_0x441625,_0xa0ce1a,_0xe18c97){const _0x23d9b4=_0x5347ad;let _0x1f79e3=_0xa0ce1a+':'+_0x441625,_0x2cba82=cc['_globalImageNativeCache'][_0x23d9b4(0x439)](_0x1f79e3);if(_0x2cba82)return Promise[_0x23d9b4(0x24c)](_0x2cba82);let _0x1f742c=cc[_0x23d9b4(0x6cc)][_0x23d9b4(0x439)](_0x1f79e3);if(_0x1f742c)return _0x1f742c;let _0x3f5143=(async()=>{const _0x467234=_0x23d9b4;let _0x142d37=_0xa0ce1a===_0x1fc468['UUID']?await _0xe18c97[_0x467234(0x620)](_0x441625):_0x441625;if(!_0x142d37)return null;let _0x1d27d0=await new Promise(_0x15c632=>{const _0x21d14d=_0x467234;let _0x2587cb=document[_0x21d14d(0x989)](_0x21d14d(0x260));_0x2587cb['crossOrigin']=_0x21d14d(0x2c9),_0x2587cb['onload']=()=>_0x15c632(_0x2587cb),_0x2587cb['onerror']=()=>_0x15c632(null),_0x2587cb[_0x21d14d(0x82c)]=_0x142d37;});return _0x1d27d0?(cc[_0x467234(0x280)]['set'](_0x1f79e3,_0x1d27d0),_0xe18c97[_0x467234(0x944)](_0x441625,_0xa0ce1a,_0x1d27d0),_0x1d27d0):null;})()[_0x23d9b4(0x313)](()=>{const _0x3bb4bf=_0x23d9b4;cc['_globalImageLoadingCache'][_0x3bb4bf(0x70f)](_0x1f79e3);});return cc[_0x23d9b4(0x6cc)]['set'](_0x1f79e3,_0x3f5143),_0x3f5143;}};Z(dc,'_globalImageNativeCache',new Map()),Z(dc,'_globalImageLoadingCache',new Map()),dc=cc=$([Q(0x0,_0x3210d4(_0x1498db)),Q(0x1,_0x3210d4(sc))],dc),ic[_0x5347ad(0x241)](dc);let fc=class extends _0x278e37{constructor(_0x593db6,_0x572689,_0x340226,_0x3078d7){const _0x2d1be4=_0x5347ad;super(),this[_0x2d1be4(0x164)]=_0x593db6,this['_slideDrawingService']=_0x572689,this[_0x2d1be4(0x68c)]=_0x340226,this[_0x2d1be4(0x4c7)]=_0x3078d7,Z(this,'_editingParams$',new _0x309cfe(null)),Z(this,_0x2d1be4(0x4c9),this['_editingParams$']['asObservable']()),Z(this,'_onSavingEditorData$',new _0x309cfe(!0x1)),Z(this,'onSavingEditorData$',this['_onSavingEditorData$'][_0x2d1be4(0x41b)]()),Z(this,_0x2d1be4(0x56c),0x0);}[_0x5347ad(0x8a3)](){const _0xa34037=_0x5347ad;var _0x26e2cb;let _0x106ec7=this['_configService'][_0xa34037(0x86c)](Zi);return(_0x106ec7==null||(_0x26e2cb=_0x106ec7[_0xa34037(0x24e)])==null?void 0x0:_0x26e2cb[_0xa34037(0x9dc)])!==!0x1;}[_0x5347ad(0x261)](){const _0x23d495=_0x5347ad;this['_editingParams$'][_0x23d495(0x920)](null),this['_editingParams$']['complete'](),this[_0x23d495(0x22f)]['next'](!0x1),this['_onSavingEditorData$']['complete'](),super[_0x23d495(0x261)]();}[_0x5347ad(0x400)](_0x95b4ad){const _0x5aee77=_0x5347ad;if(!this[_0x5aee77(0x8a3)]()){this[_0x5aee77(0x2f1)][_0x5aee77(0x920)](null),this[_0x5aee77(0x22f)][_0x5aee77(0x920)](!0x1);return;}this[_0x5aee77(0x2f1)][_0x5aee77(0x920)](_0x95b4ad),_0x95b4ad==null&&this[_0x5aee77(0x22f)]['next'](!0x1);}['setOnSavingEditorData'](_0x4500cd){const _0x167e10=_0x5347ad;this[_0x167e10(0x22f)][_0x167e10(0x920)](_0x4500cd);}[_0x5347ad(0x1ea)](){const _0x357ff6=_0x5347ad;return this[_0x357ff6(0x2f1)][_0x357ff6(0x336)]();}[_0x5347ad(0x3c7)](_0x31bd8f=0x12c){const _0x26d5e5=_0x5347ad;this[_0x26d5e5(0x56c)]=Math['max'](this[_0x26d5e5(0x56c)],Date[_0x26d5e5(0x7f4)]()+_0x31bd8f);}[_0x5347ad(0x2a2)](){const _0x4cba0d=_0x5347ad;return Date[_0x4cba0d(0x7f4)]()<this[_0x4cba0d(0x56c)];}[_0x5347ad(0x209)](){const _0x1776d0=_0x5347ad;this['getEditing']()&&(this[_0x1776d0(0x203)](!0x0),requestAnimationFrame(()=>{const _0x2be104=_0x1776d0;this[_0x2be104(0x400)](null);}));}[_0x5347ad(0x432)](){const _0x35a130=_0x5347ad;this[_0x35a130(0x1ea)]()&&this[_0x35a130(0x400)](null);}[_0x5347ad(0x9ab)](_0x86d122,_0x199869){const _0x4f36c9=_0x5347ad;return _0x199869===_0x86d122[_0x4f36c9(0x220)]?!0x1:this[_0x4f36c9(0x838)](_0x86d122,_0x51368b(_0x199869,{'id':_0x86d122[_0x4f36c9(0x29e)]['id']}));}[_0x5347ad(0x838)](_0x44fa64,_0x2e7a4a){const _0x22c550=_0x5347ad;if(!this[_0x22c550(0x8a3)]()||Sc(_0x2e7a4a,_0x44fa64[_0x22c550(0x29e)]))return!0x1;let _0x289c85=this['_getCurrentDrawing'](_0x44fa64);if(!_0x289c85)return!0x1;if(_0x289c85[_0x22c550(0x5fb)][_0x22c550(0x72f)]===_0x42916e[_0x22c550(0x4a9)]&&_0x289c85[_0x22c550(0x946)]!==_0x22c550(0x760))return this[_0x22c550(0x3cd)](_0x289c85,_0x44fa64,_0x2e7a4a);let _0x281fce=_0x3e65ba(_0x289c85['element'],_0x2e7a4a);return _0x281fce?this[_0x22c550(0x804)](_0x44fa64,_0x281fce):!0x1;}['updateShapeText'](_0x58c000){const _0x536507=_0x5347ad;var _0x26088a,_0x2581e2;if(!this['_isEditorEnabled']()||_0x58c000['oldShapeText']&&hc(_0x58c000[_0x536507(0x1c1)],_0x58c000['shapeText']))return!0x1;let _0x40531a=this[_0x536507(0x5bb)]['getDrawingByParam']({'unitId':_0x58c000[_0x536507(0x51b)],'subUnitId':_0x58c000[_0x536507(0x657)],'drawingId':_0x58c000[_0x536507(0x62f)]});if(!_0x40531a||gc(mc(_0x40531a['element']),_0x58c000[_0x536507(0x96e)]))return!0x1;let _0x560906=this[_0x536507(0x94f)](_0x40531a[_0x536507(0x5fb)],_0x58c000[_0x536507(0x96e)]);if(!_0x560906)return!0x1;let _0x2d2740={'unitId':_0x58c000['unitId'],'subUnitId':_0x58c000[_0x536507(0x657)],'shapeId':_0x58c000[_0x536507(0x62f)],'shapeKey':'','sourcePageType':_0x40531a[_0x536507(0x946)],'initialText':'','visible':!0x0,'initialDocData':(_0x26088a=(_0x2581e2=pc(_0x58c000[_0x536507(0x1c1)]))==null?pc(_0x58c000[_0x536507(0x96e)]):_0x2581e2)==null?{'id':_0x58c000[_0x536507(0x62f)],'body':{'dataStream':'\x0d\x0a'},'documentStyle':{}}:_0x26088a};return _0x40531a['element'][_0x536507(0x72f)]===_0x42916e[_0x536507(0x4a9)]&&_0x40531a[_0x536507(0x946)]!==_0x536507(0x760)?this[_0x536507(0x47c)](_0x40531a,_0x2d2740,_0x560906):this[_0x536507(0x804)](_0x2d2740,_0x560906);}[_0x5347ad(0x3d5)](_0xd31622){const _0x416138=_0x5347ad;if(!this['_isEditorEnabled']())return!0x1;let _0x48c9ea=yc(_0xd31622[_0x416138(0x95b)],0x0);if(_0x48c9ea<=0x0)return!0x1;let _0xb47158=this[_0x416138(0x5bb)][_0x416138(0x429)]({'unitId':_0xd31622[_0x416138(0x51b)],'subUnitId':_0xd31622[_0x416138(0x657)],'drawingId':_0xd31622[_0x416138(0x62f)]});if(!_0xb47158||!bc(_0xb47158[_0x416138(0x5fb)])||_0x48c9ea<=yc(_0xb47158['element']['transform'][_0x416138(0x95b)],0x0))return!0x1;let _0x419bef=yc(_0xb47158[_0x416138(0x5fb)][_0x416138(0x2d1)]['width'],0x0);return _0x419bef<=0x0?!0x1:this['_updatePlainTextShapeHostSize'](_0xd31622,_0xb47158,_0x419bef,_0x48c9ea);}['updatePlainTextShapeHostSize'](_0x2fcaef){const _0x35a730=_0x5347ad;if(!this[_0x35a730(0x8a3)]())return!0x1;let _0x50a233=yc(_0x2fcaef[_0x35a730(0x8d2)],0x0),_0x7f5878=yc(_0x2fcaef['height'],0x0);if(_0x50a233<=0x0||_0x7f5878<=0x0)return!0x1;let _0x568406=this['_slideDrawingService'][_0x35a730(0x429)]({'unitId':_0x2fcaef[_0x35a730(0x51b)],'subUnitId':_0x2fcaef['subUnitId'],'drawingId':_0x2fcaef[_0x35a730(0x62f)]});if(!_0x568406||!bc(_0x568406[_0x35a730(0x5fb)]))return!0x1;let _0x5265c6=yc(_0x568406[_0x35a730(0x5fb)][_0x35a730(0x2d1)]['width'],0x0),_0x168afe=yc(_0x568406[_0x35a730(0x5fb)]['transform'][_0x35a730(0x95b)],0x0),_0x12dcb5=xc(_0x568406['element']),_0x2a9203=_0x12dcb5?Math['max'](_0x5265c6,_0x50a233):_0x50a233,_0x8bcf8=_0x12dcb5?Math[_0x35a730(0x496)](_0x168afe,_0x7f5878):_0x7f5878;return _0x2a9203===_0x5265c6&&_0x8bcf8===_0x168afe?!0x1:this[_0x35a730(0x2cb)](_0x2fcaef,_0x568406,_0x2a9203,_0x8bcf8);}[_0x5347ad(0x2cb)](_0x5e09ea,_0x1e0c94,_0x42bfb2,_0x44b609){const _0x53a2ac=_0x5347ad;return this[_0x53a2ac(0x3c7)](0x7d0),this['_commandService'][_0x53a2ac(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x5e09ea['unitId'],'subUnitId':_0x5e09ea[_0x53a2ac(0x657)],'drawingId':_0x5e09ea[_0x53a2ac(0x62f)],'element':{..._0x1e0c94[_0x53a2ac(0x5fb)],'transform':{..._0x1e0c94['element'][_0x53a2ac(0x2d1)],'width':_0x42bfb2,'height':_0x44b609}}}]}),!0x0;}[_0x5347ad(0x965)](_0xb15ff2){const _0x280ae3=_0x5347ad;return this[_0x280ae3(0x5bb)][_0x280ae3(0x429)]({'unitId':_0xb15ff2[_0x280ae3(0x51b)],'subUnitId':_0xb15ff2[_0x280ae3(0x657)],'drawingId':_0xb15ff2[_0x280ae3(0x62f)]});}[_0x5347ad(0x804)](_0x3aaf5d,_0x92762c){const _0x483bf0=_0x5347ad;return this['_commandService'][_0x483bf0(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x3aaf5d[_0x483bf0(0x51b)],'subUnitId':_0x3aaf5d[_0x483bf0(0x657)],'drawingId':_0x3aaf5d[_0x483bf0(0x62f)],'element':_0x92762c}]}),!0x0;}['_commitInheritedPlaceholderDocument'](_0xcc635f,_0x594538,_0x195033){const _0x47f5e9=_0x5347ad;let _0xa39994=this[_0x47f5e9(0x68c)][_0x47f5e9(0x46d)](_0x594538[_0x47f5e9(0x51b)],_0x2a9855['UNIVER_SLIDE']),_0x26039d=_0xa39994==null?void 0x0:_0xa39994[_0x47f5e9(0x27d)][_0x47f5e9(0x87d)](_0x594538[_0x47f5e9(0x657)]);if(!_0x26039d||_0xcc635f[_0x47f5e9(0x5fb)][_0x47f5e9(0x72f)]!==_0x42916e['Placeholder'])return!0x1;let _0x11f74d=_0xcc635f[_0x47f5e9(0x5fb)],_0x42f372=this[_0x47f5e9(0x4af)](_0x26039d['getData']()[_0x47f5e9(0x77a)],_0x11f74d);if(_0x42f372){let _0x2fb965=_0x3e65ba(_0x42f372,_0x195033);return _0x2fb965?(this[_0x47f5e9(0x164)][_0x47f5e9(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x594538['unitId'],'subUnitId':_0x594538[_0x47f5e9(0x657)],'drawingId':_0x42f372['id'],'element':_0x2fb965}]}),!0x0):!0x1;}let _0x296289=_0x3e65ba({..._0x11f74d,'id':_0x11f74d['id'],'transform':{..._0x11f74d[_0x47f5e9(0x2d1)]}},_0x195033);return _0x296289?(this[_0x47f5e9(0x164)][_0x47f5e9(0x4dd)](_0x4a3370['id'],{'unitId':_0x594538[_0x47f5e9(0x51b)],'subUnitId':_0x594538[_0x47f5e9(0x657)],'element':_0x296289,'focus':!0x0}),!0x0):!0x1;}[_0x5347ad(0x47c)](_0xd8166d,_0x5c462c,_0x4e8c43){const _0xf7ebb7=_0x5347ad;let _0x294d39=this[_0xf7ebb7(0x68c)]['getUnit'](_0x5c462c[_0xf7ebb7(0x51b)],_0x2a9855[_0xf7ebb7(0x57f)]),_0x43d38c=_0x294d39==null?void 0x0:_0x294d39[_0xf7ebb7(0x27d)][_0xf7ebb7(0x87d)](_0x5c462c[_0xf7ebb7(0x657)]);if(!_0x43d38c||_0xd8166d['element'][_0xf7ebb7(0x72f)]!==_0x42916e['Placeholder']||_0x4e8c43[_0xf7ebb7(0x72f)]!==_0x42916e[_0xf7ebb7(0x4a9)])return!0x1;let _0x5a2977=this[_0xf7ebb7(0x4af)](_0x43d38c['getData']()[_0xf7ebb7(0x77a)],_0xd8166d[_0xf7ebb7(0x5fb)]);if(_0x5a2977){let _0x212781=this[_0xf7ebb7(0x94f)](_0x5a2977,mc(_0x4e8c43));return _0x212781?(this[_0xf7ebb7(0x164)][_0xf7ebb7(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x5c462c[_0xf7ebb7(0x51b)],'subUnitId':_0x5c462c[_0xf7ebb7(0x657)],'drawingId':_0x5a2977['id'],'element':_0x212781}]}),!0x0):!0x1;}return this[_0xf7ebb7(0x164)]['executeCommand'](_0x4a3370['id'],{'unitId':_0x5c462c[_0xf7ebb7(0x51b)],'subUnitId':_0x5c462c[_0xf7ebb7(0x657)],'element':{..._0x4e8c43,'id':_0xd8166d[_0xf7ebb7(0x5fb)]['id'],'transform':{..._0xd8166d[_0xf7ebb7(0x5fb)][_0xf7ebb7(0x2d1)]}},'focus':!0x0}),!0x0;}[_0x5347ad(0x94f)](_0x267478,_0x424f96){const _0x1c7c63=_0x5347ad;var _0xcc1472;let _0x231333=pc(_0x424f96),_0x5c1d9c=_0x231333?_0x27c8cd(_0x231333):(_0xcc1472=_0x424f96[_0x1c7c63(0x742)])==null?'':_0xcc1472;if(_0x267478['type']===_0x42916e[_0x1c7c63(0x66c)])return{..._0x267478,'text':_0x5c1d9c,..._0x231333?{'textData':_0x4513d3[_0x1c7c63(0x6f3)](_0x231333)}:{}};if(_0x267478[_0x1c7c63(0x72f)]===_0x42916e['Shape']){var _0x190b51,_0x109b6a;return{..._0x267478,'shapeData':{..._0x267478[_0x1c7c63(0x4fd)],'shapeText':{..._0x267478['shapeData']['shapeText'],..._0x424f96,'text':_0x5c1d9c,'dataModel':{...(_0x190b51=(_0x109b6a=_0x267478[_0x1c7c63(0x4fd)][_0x1c7c63(0x96e)])==null?void 0x0:_0x109b6a[_0x1c7c63(0x6d0)])==null?{}:_0x190b51,..._0x424f96[_0x1c7c63(0x6d0)],..._0x231333?{'doc':_0x4513d3[_0x1c7c63(0x6f3)](_0x231333)}:{}}}}};}return _0x267478['type']===_0x42916e[_0x1c7c63(0x4a9)]?{..._0x267478,'text':_0x5c1d9c,'placeholder':{..._0x267478[_0x1c7c63(0x344)],'textConfig':{..._0x267478[_0x1c7c63(0x344)][_0x1c7c63(0x334)],..._0x231333?{'textData':_0x4513d3[_0x1c7c63(0x6f3)](_0x231333)}:{}}}}:null;}[_0x5347ad(0x4af)](_0x27ee40,_0x4046c4){const _0x564934=_0x5347ad;for(let _0x203790 of Object[_0x564934(0x244)](_0x27ee40)){if(_0x203790[_0x564934(0x72f)]!==_0x42916e[_0x564934(0x4a9)]||_0x203790['placeholder'][_0x564934(0x72f)]!==_0x4046c4[_0x564934(0x344)][_0x564934(0x72f)])continue;let _0x26662f=_0x203790['placeholder'][_0x564934(0x583)],_0x2fb917=_0x4046c4['placeholder']['index'];if((_0x26662f==null?null:_0x26662f)===(_0x2fb917==null?null:_0x2fb917))return _0x203790;}return null;}};fc=$([Q(0x0,_0x46972e),Q(0x1,_0x47c48b),Q(0x2,_0x1c430b),Q(0x3,_0x275599)],fc);function pc(_0x8c240f){const _0x3d2622=_0x5347ad;var _0xb6543b,_0x5dfd19;return(_0xb6543b=(_0x5dfd19=_0x8c240f[_0x3d2622(0x6d0)])==null?void 0x0:_0x5dfd19[_0x3d2622(0x513)])==null?null:_0xb6543b;}function mc(_0x166401){const _0x2305f0=_0x5347ad;if(_0x166401[_0x2305f0(0x72f)]===_0x42916e['Shape']){var _0x5245f5;return(_0x5245f5=_0x166401[_0x2305f0(0x4fd)]['shapeText'])==null?{'isHorizontal':!0x0}:_0x5245f5;}if(_0x166401['type']===_0x42916e[_0x2305f0(0x66c)]){var _0x18c542;return{'isHorizontal':!0x0,'text':(_0x18c542=_0x166401[_0x2305f0(0x742)])==null?'':_0x18c542,'dataModel':_0x166401[_0x2305f0(0x540)]?{'doc':_0x166401[_0x2305f0(0x540)]}:void 0x0};}if(_0x166401[_0x2305f0(0x72f)]===_0x42916e[_0x2305f0(0x4a9)]){var _0x7611ca,_0x7bd7a3;return{'isHorizontal':!0x0,'text':(_0x7611ca=_0x166401['text'])==null?'':_0x7611ca,'dataModel':(_0x7bd7a3=_0x166401[_0x2305f0(0x344)][_0x2305f0(0x334)])!=null&&_0x7bd7a3[_0x2305f0(0x540)]?{'doc':_0x166401['placeholder'][_0x2305f0(0x334)][_0x2305f0(0x540)]}:void 0x0};}return{'isHorizontal':!0x0};}function hc(_0xe4c893,_0x431f81){if(gc(_0xe4c893,_0x431f81))return!0x0;let _0x2dea0b=pc(_0xe4c893),_0x584a91=pc(_0x431f81);return _0x2dea0b&&_0x584a91?!0x1:vc(_0xe4c893)===vc(_0x431f81);}function gc(_0x4c911a,_0x1c9e8b){const _0xff2c51=_0x5347ad;return JSON[_0xff2c51(0x2c1)](_c(_0x4c911a))===JSON[_0xff2c51(0x2c1)](_c(_0x1c9e8b));}function _c(_0x43563c){const _0x2a6972=_0x5347ad;let _0x5b2af3=_0x4513d3[_0x2a6972(0x6f3)](_0x43563c),_0x43a4b6=_0x5b2af3[_0x2a6972(0x6d0)];if(_0x43a4b6!=null&&_0x43a4b6['doc']){var _0x2b21c8;_0x43a4b6[_0x2a6972(0x513)][_0x2a6972(0x923)]={..._0x43a4b6[_0x2a6972(0x513)][_0x2a6972(0x923)],'renderConfig':{...(_0x2b21c8=_0x43a4b6[_0x2a6972(0x513)][_0x2a6972(0x923)])==null?void 0x0:_0x2b21c8[_0x2a6972(0x70b)],..._0x43a4b6['ha']===void 0x0?{}:{'horizontalAlign':_0x43a4b6['ha']},..._0x43a4b6['va']===void 0x0?{}:{'verticalAlign':_0x43a4b6['va']}}},_0x43a4b6[_0x2a6972(0x513)]=Cc(_0x43a4b6['doc']);}return _0x5b2af3;}function vc(_0x2fb7d4){const _0x3922e5=_0x5347ad;var _0x229489;let _0x4e83a6=pc(_0x2fb7d4);return _0x4e83a6?_0x27c8cd(_0x4e83a6):(_0x229489=_0x2fb7d4[_0x3922e5(0x742)])==null?'':_0x229489;}function yc(_0x5e9d2c,_0x12d378){const _0x3ba1df=_0x5347ad;return typeof _0x5e9d2c==_0x3ba1df(0x6ce)&&Number['isFinite'](_0x5e9d2c)&&_0x5e9d2c>0x0?_0x5e9d2c:_0x12d378;}function bc(_0x1aa447){const _0x39ef64=_0x5347ad;return _0x1aa447[_0x39ef64(0x72f)]===_0x42916e[_0x39ef64(0x66c)]?!0x0:_0x1aa447[_0x39ef64(0x72f)]!==_0x42916e[_0x39ef64(0x514)]||_0x1aa447[_0x39ef64(0x4fd)][_0x39ef64(0x3da)]!==_0x1c56b2['Rect']||_0x1aa447[_0x39ef64(0x4fd)][_0x39ef64(0x891)]!==!0x0||!_0x1aa447[_0x39ef64(0x4fd)]['shapeText']?!0x1:_0x1aa447[_0x39ef64(0x4fd)][_0x39ef64(0x96e)][_0x39ef64(0x535)]!==_0x39ef64(0x90d);}function xc(_0xc04bfb){const _0x58f03e=_0x5347ad;return _0xc04bfb[_0x58f03e(0x72f)]===_0x42916e['Shape']&&_0xc04bfb[_0x58f03e(0x4fd)][_0x58f03e(0x3da)]===_0x1c56b2[_0x58f03e(0x5ae)]&&_0xc04bfb['shapeData']['isTextBox']===!0x0;}function Sc(_0x18837d,_0x33b7f1){const _0x52b304=_0x5347ad;return JSON[_0x52b304(0x2c1)](Cc(_0x18837d))===JSON['stringify'](Cc(_0x33b7f1));}function Cc(_0x4f9fa4){const _0x2fdafa=_0x5347ad;var _0x247cc9;let _0x2434a1=_0x4513d3[_0x2fdafa(0x6f3)](_0x4f9fa4);_0x2434a1['id']='';let _0x3caa7e=_0x2434a1[_0x2fdafa(0x923)];return _0x3caa7e&&(_0x3caa7e['marginTop']=0x0,_0x3caa7e[_0x2fdafa(0x346)]=0x0,_0x3caa7e[_0x2fdafa(0x926)]=0x0,_0x3caa7e[_0x2fdafa(0x664)]=0x0,_0x3caa7e[_0x2fdafa(0x70b)]&&(delete _0x3caa7e[_0x2fdafa(0x70b)][_0x2fdafa(0x669)],delete _0x3caa7e[_0x2fdafa(0x70b)]['vertexAngle'],delete _0x3caa7e[_0x2fdafa(0x70b)][_0x2fdafa(0x403)],Object[_0x2fdafa(0x4fc)](_0x3caa7e[_0x2fdafa(0x70b)])['length']===0x0&&delete _0x3caa7e[_0x2fdafa(0x70b)])),(_0x247cc9=_0x2434a1[_0x2fdafa(0x923)])!=null&&_0x247cc9['pageSize']&&(_0x2434a1[_0x2fdafa(0x923)][_0x2fdafa(0x76c)]={'width':0x1/0x0,'height':0x1/0x0}),_0x2434a1;}const wc=new Set([_0x551466[_0x5347ad(0xa28)],_0x551466[_0x5347ad(0x643)],_0x551466['Subtitle'],_0x551466['Body'],_0x551466[_0x5347ad(0x66c)],_0x551466[_0x5347ad(0x14d)],_0x551466[_0x5347ad(0x327)],_0x551466[_0x5347ad(0x3c8)],_0x551466[_0x5347ad(0x34d)]]);function Tc(_0x2d4031){const _0x7b10eb=_0x5347ad;return _0x2d4031===_0x551b6d[_0x7b10eb(0xa0a)]?_0x7b10eb(0x9b7):_0x2d4031===_0x551b6d[_0x7b10eb(0x51c)]?_0x7b10eb(0x922):_0x7b10eb(0x760);}function Ec(_0x141924,_0x40da55){const _0x272f54=_0x5347ad;var _0x4ae069,_0x20c406;let _0x3355b1=_0x40da55?_0x141924==null||(_0x4ae069=_0x141924[_0x272f54(0x238)])==null?void 0x0:_0x4ae069[_0x40da55]:void 0x0,_0x704ef5=_0x3355b1==null?_0x141924==null?void 0x0:_0x141924[_0x272f54(0x540)]:_0x3355b1,_0x1d1e0c=_0x704ef5==null||(_0x20c406=_0x704ef5[_0x272f54(0x570)])==null?void 0x0:_0x20c406['dataStream'];if(_0x1d1e0c)return _0x1d1e0c[_0x272f54(0x879)](/\r/g,'\x0a')[_0x272f54(0x879)](/[\u0000-\u0008\u000B-\u001F]/g,'')[_0x272f54(0x59b)]()||void 0x0;}function Dc(_0x3d2111){const _0x196231=_0x5347ad;var _0x39fd3c,_0x4109d0;if(!_0x3d2111)return;if(_0x196231(0x5c3)in _0x3d2111&&_0x3d2111[_0x196231(0x5c3)]===!0x1){var _0x161b38;return(_0x161b38=_0x3d2111[_0x196231(0x742)])==null?'':_0x161b38;}let _0x3bcc2a=(_0x39fd3c=_0x3d2111['dataModel'])==null?void 0x0:_0x39fd3c[_0x196231(0x513)],_0x30c47c=_0x3bcc2a==null||(_0x4109d0=_0x3bcc2a['body'])==null?void 0x0:_0x4109d0[_0x196231(0x330)];if(_0x30c47c)return _0x30c47c[_0x196231(0x879)](/\r/g,'\x0a')[_0x196231(0x879)](/[\u0000-\u0008\u000B-\u001F]/g,'')[_0x196231(0x59b)]();}function Oc(_0x27c919,_0x451fdb){const _0x20e74d=_0x5347ad;let {element:_0x103b52}=_0x27c919;if(_0x103b52[_0x20e74d(0x72f)]===_0x42916e[_0x20e74d(0x66c)]){var _0x26a726;return(_0x26a726=_0x103b52[_0x20e74d(0x742)])==null?'':_0x26a726;}if(_0x103b52[_0x20e74d(0x72f)]===_0x42916e[_0x20e74d(0x514)]){var _0x2436ff;return(_0x2436ff=Dc(_0x103b52[_0x20e74d(0x4fd)][_0x20e74d(0x96e)]))==null?'':_0x2436ff;}if(_0x103b52['type']===_0x42916e[_0x20e74d(0x4a9)]){var _0x3668f7,_0xdeb28b;let _0x3792fc=_0x103b52[_0x20e74d(0x344)][_0x20e74d(0x72f)];if(!wc[_0x20e74d(0x8d7)](_0x3792fc))return'';let _0x47185a=_0x103b52[_0x20e74d(0x344)][_0x20e74d(0x334)],_0x2ff23e=_0x451fdb['getCurrentLocale'](),_0x1552d8=_0x2ff23e?_0x47185a==null||(_0x3668f7=_0x47185a['textByLocale'])==null?void 0x0:_0x3668f7[_0x2ff23e]:void 0x0,_0x160767=_0x47185a!=null&&_0x47185a['textKey']?_0x451fdb['t'](_0x47185a[_0x20e74d(0x961)]):void 0x0,_0x3a256c=Ec(_0x47185a,Tc(_0x27c919['sourcePageType'])),_0x3d98b4=_0x19c11d(_0x3792fc),_0x5450bd=_0x3d98b4?_0x451fdb['t'](_0x3d98b4):void 0x0;return(_0xdeb28b=[_0x103b52['text'],_0x160767,_0x1552d8,_0x3a256c,_0x47185a==null?void 0x0:_0x47185a[_0x20e74d(0x3c6)],_0x103b52[_0x20e74d(0x344)][_0x20e74d(0x3c6)],_0x5450bd][_0x20e74d(0x850)](_0x49a8fe=>!!_0x49a8fe))==null?'':_0xdeb28b;}return'';}function kc(_0x587457){const _0x386ef3=_0x5347ad;let {element:_0x5029bc}=_0x587457;if(_0x5029bc[_0x386ef3(0x72f)]===_0x42916e[_0x386ef3(0x66c)]){var _0x3a35c6;return(_0x3a35c6=_0x5029bc[_0x386ef3(0x742)])==null?'':_0x3a35c6;}if(_0x5029bc[_0x386ef3(0x72f)]===_0x42916e[_0x386ef3(0x514)]){var _0xd7148a;return(_0xd7148a=Dc(_0x5029bc[_0x386ef3(0x4fd)][_0x386ef3(0x96e)]))==null?'':_0xd7148a;}if(_0x5029bc[_0x386ef3(0x72f)]===_0x42916e[_0x386ef3(0x4a9)]){var _0x3fbc22;let _0x1528ee=_0x5029bc[_0x386ef3(0x344)]['type'];return wc[_0x386ef3(0x8d7)](_0x1528ee)?(_0x3fbc22=_0x5029bc[_0x386ef3(0x742)])==null?'':_0x3fbc22:'';}return'';}function Ac(_0x4bed64){const _0x3f176d=_0x5347ad;let {element:_0x2aa117}=_0x4bed64;return _0x2aa117[_0x3f176d(0x72f)]===_0x42916e[_0x3f176d(0x66c)]||_0x2aa117['type']===_0x42916e['Shape']?!0x0:_0x2aa117[_0x3f176d(0x72f)]===_0x42916e[_0x3f176d(0x4a9)]?wc[_0x3f176d(0x8d7)](_0x2aa117[_0x3f176d(0x344)]['type']):!0x1;}let jc=class extends rc{constructor(_0x349ec6,_0x5941a5,_0xb415bb){const _0x1aec7c=_0x5347ad;super(),this[_0x1aec7c(0x168)]=_0x349ec6,this[_0x1aec7c(0x16c)]=_0x5941a5,this[_0x1aec7c(0x987)]=_0xb415bb,Z(this,_0x1aec7c(0x5f7),0x2d);}[_0x5347ad(0x588)](_0x271463){const _0x2d35b4=_0x5347ad;return _0x271463[_0x2d35b4(0x5fb)][_0x2d35b4(0x72f)]===_0x42916e[_0x2d35b4(0x4a9)];}['convert'](_0x36ef4a,_0x41166a){const _0x654c12=_0x5347ad;var _0x44f918,_0x1d3a4e;if(_0x36ef4a['hidden']||_0x36ef4a['element'][_0x654c12(0x72f)]!==_0x42916e[_0x654c12(0x4a9)])return null;let _0xe76560=_0x36ef4a['element'],_0x9d63e6=(_0x44f918=_0x41166a[_0x654c12(0x84a)])==null?_0x142061[_0x654c12(0x832)]:_0x44f918,_0x3d9b19=_0x36ef4a[_0x654c12(0x946)]!==_0x654c12(0x760)&&(_0xe76560[_0x654c12(0x344)][_0x654c12(0x72f)]===_0x551466[_0x654c12(0x327)]||_0xe76560['placeholder'][_0x654c12(0x72f)]===_0x551466['Footer']||_0xe76560[_0x654c12(0x344)][_0x654c12(0x72f)]===_0x551466[_0x654c12(0x3c8)]||_0xe76560['placeholder'][_0x654c12(0x72f)]===_0x551466[_0x654c12(0x34d)]),_0xab505a=_0x41166a[_0x654c12(0x5a0)]&&(_0x9d63e6===_0x142061['MASTER']||_0x9d63e6===_0x142061['EDIT']&&!_0x3d9b19),_0x44b04b=!!_0x490cd9(_0xe76560),_0x57aa68=wc[_0x654c12(0x8d7)](_0xe76560['placeholder']['type'])&&(!!((_0x1d3a4e=_0xe76560['text'])!=null&&_0x1d3a4e[_0x654c12(0x59b)]())||!!this[_0x654c12(0x5ff)](_0x36ef4a)||!_0x3d9b19&&!!this['_resolveText'](_0x36ef4a));if(!_0xab505a&&!_0x44b04b&&!_0x57aa68)return null;let _0x4293e6=_0x654c12(0x9bd)+_0x41166a[_0x654c12(0x51b)]+'-'+_0x41166a[_0x654c12(0x657)]+'-'+_0x36ef4a['drawingId'];return this[_0x654c12(0x16f)](_0x36ef4a,_0x41166a,_0x4293e6)||this['_createPlaceholderObject'](_0x36ef4a,_0x41166a,_0x4293e6);}[_0x5347ad(0x16f)](_0xa8ed1c,_0x37a4d2,_0x5ee783){const _0x4841d7=_0x5347ad;var _0x1f86fc,_0x209e33,_0x5d4675,_0x1d4739,_0x2b585e,_0x546f91;if(_0xa8ed1c[_0x4841d7(0x5fb)]['type']!==_0x42916e[_0x4841d7(0x4a9)])return null;let _0x1ce43e=_0xa8ed1c['element'],_0x32ec6c=_0x490cd9(_0x1ce43e);if(!_0x32ec6c)return null;let _0x5ab19b=_0x1ce43e[_0x4841d7(0x2d1)],_0x52ac7a=(_0x1f86fc=_0x32ec6c['imageSourceType'])==null?_0x1fc468['URL']:_0x1f86fc,_0x242204=this['_imageIoService'],_0x25e382=_0x242204==null?void 0x0:_0x242204[_0x4841d7(0x5ab)](_0x32ec6c['source'],_0x52ac7a),_0x51b31b=new Jo(_0x5ee783,{'image':_0x25e382==null?void 0x0:_0x25e382,'url':_0x25e382||_0x52ac7a===_0x1fc468[_0x4841d7(0x3e8)]?void 0x0:_0x32ec6c[_0x4841d7(0x2b0)],'success':_0x37a4d2[_0x4841d7(0x5d6)],'left':_0x37a4d2['pageOffsetLeft']+((_0x209e33=_0x5ab19b[_0x4841d7(0x5e2)])==null?0x0:_0x209e33),'top':_0x37a4d2['pageOffsetTop']+((_0x5d4675=_0x5ab19b[_0x4841d7(0x717)])==null?0x0:_0x5d4675),'width':(_0x1d4739=_0x5ab19b[_0x4841d7(0x8d2)])==null?0x0:_0x1d4739,'height':(_0x2b585e=_0x5ab19b['height'])==null?0x0:_0x2b585e,'angle':(_0x546f91=_0x5ab19b[_0x4841d7(0x7e8)])==null?0x0:_0x546f91,'flipX':_0x5ab19b['flipX'],'flipY':_0x5ab19b[_0x4841d7(0xa0e)],'skewX':_0x5ab19b[_0x4841d7(0x3e3)],'skewY':_0x5ab19b[_0x4841d7(0x413)],'zIndex':_0x37a4d2[_0x4841d7(0x1fc)],'visible':!_0xa8ed1c['hidden'],'evented':!0x0,'forceRender':!0x0});return _0x25e382==null&&_0x52ac7a===_0x1fc468[_0x4841d7(0x3e8)]&&_0x242204&&_0x51b31b[_0x4841d7(0x4e8)](_0x32ec6c[_0x4841d7(0x2b0)],_0x52ac7a,_0x242204,_0x37a4d2[_0x4841d7(0x5d6)]),_0x51b31b;}[_0x5347ad(0x64a)](_0x212d07,_0x2bc20f,_0x301187){const _0x5098a3=_0x5347ad;var _0x3150cb,_0x1dafff,_0xa3c1b7,_0x35c65d,_0x353be1,_0x2452ca,_0x49b6c9,_0x4293fb,_0x559bbd;let _0x3d58ef=_0x212d07[_0x5098a3(0x5fb)],_0x3ebfbf=_0x3d58ef['transform'],_0x1f2444=this[_0x5098a3(0x425)](_0x212d07),_0x75886a=(_0x3150cb=_0x3d58ef[_0x5098a3(0x344)]['textConfig'])==null?void 0x0:_0x3150cb['textKey'],_0x3b9cdc=this[_0x5098a3(0x502)](_0x212d07),_0x53aba7=this['_resolveTextStyle'](_0x3d58ef[_0x5098a3(0x344)][_0x5098a3(0x72f)]),_0x518073=this['_resolveTextDocumentData'](_0x212d07,_0x1f2444,_0x53aba7),_0x2470e8=_0x3d58ef[_0x5098a3(0x16a)],_0xbbcd56=!!(_0x2470e8!=null&&_0x2470e8[_0x5098a3(0x188)])&&_0x2470e8[_0x5098a3(0x188)][_0x5098a3(0x304)]!==_0x51273c[_0x5098a3(0x36d)],_0x32558b=!!(_0x2470e8!=null&&_0x2470e8[_0x5098a3(0x659)])&&_0x2470e8[_0x5098a3(0x659)][_0x5098a3(0x4a3)]!==_0x52dafb[_0x5098a3(0x408)],_0x193730=_0xbbcd56||_0x32558b,_0x30edae={'left':_0x2bc20f[_0x5098a3(0x1bc)]+((_0x1dafff=_0x3ebfbf[_0x5098a3(0x5e2)])==null?0x0:_0x1dafff),'top':_0x2bc20f[_0x5098a3(0x494)]+((_0xa3c1b7=_0x3ebfbf[_0x5098a3(0x717)])==null?0x0:_0xa3c1b7),'width':(_0x35c65d=_0x3ebfbf[_0x5098a3(0x8d2)])==null?0x0:_0x35c65d,'height':(_0x353be1=_0x3ebfbf[_0x5098a3(0x95b)])==null?0x0:_0x353be1,'angle':(_0x2452ca=_0x3ebfbf[_0x5098a3(0x7e8)])==null?0x0:_0x2452ca,'flipX':_0x3ebfbf[_0x5098a3(0x301)],'flipY':_0x3ebfbf[_0x5098a3(0xa0e)],'skewX':_0x3ebfbf['skewX'],'skewY':_0x3ebfbf[_0x5098a3(0x413)],'zIndex':_0x2bc20f[_0x5098a3(0x1fc)],'visible':!_0x212d07[_0x5098a3(0x1df)],'evented':!0x0,'forceRender':!0x0,'text':_0x1f2444||_0x75886a?{'value':_0x1f2444==null?'':_0x1f2444,'textKey':_0x75886a,'fontSize':_0x53aba7['fontSize'],'fontFamily':_0x53aba7[_0x5098a3(0x560)],'fontWeight':_0x53aba7[_0x5098a3(0x4b8)],'documentData':_0x518073}:void 0x0,'icons':_0x3b9cdc,'fillColor':_0xbbcd56?_0x2470e8==null||(_0x49b6c9=_0x2470e8[_0x5098a3(0x188)])==null?void 0x0:_0x49b6c9[_0x5098a3(0x3b7)]:void 0x0,'strokeColor':_0x32558b?_0x2470e8==null||(_0x4293fb=_0x2470e8[_0x5098a3(0x659)])==null?void 0x0:_0x4293fb[_0x5098a3(0x3b7)]:void 0x0,'strokeWidth':_0x32558b?_0x2470e8==null||(_0x559bbd=_0x2470e8[_0x5098a3(0x659)])==null?void 0x0:_0x559bbd[_0x5098a3(0x8d2)]:void 0x0,'textColor':_0x53aba7[_0x5098a3(0x737)],'localeService':this[_0x5098a3(0x168)],'hasUserContent':!!(_0x3d58ef[_0x5098a3(0x742)]&&_0x3d58ef[_0x5098a3(0x742)][_0x5098a3(0x9dd)]>0x0),'hasExplicitStyle':_0x193730,'hasExplicitFill':_0xbbcd56,'hasExplicitStroke':_0x32558b},_0x272631=wc['has'](_0x3d58ef[_0x5098a3(0x344)][_0x5098a3(0x72f)])?new Uo(_0x301187,_0x30edae):new Ho(_0x301187,_0x30edae);return _0x272631[_0x5098a3(0x400)](this[_0x5098a3(0x784)](_0x212d07,_0x2bc20f)),_0x272631;}[_0x5347ad(0x425)](_0x3787f9){const _0x3ace7c=_0x5347ad;return Oc(_0x3787f9,this[_0x3ace7c(0x168)])||void 0x0;}[_0x5347ad(0x5ff)](_0x1d6da1,_0x12dbec,_0x28653b){const _0x3310ea=_0x5347ad;if(_0x1d6da1['element'][_0x3310ea(0x72f)]!==_0x42916e['Placeholder'])return;let _0x132866=_0x1d6da1['element'];if(_0x132866[_0x3310ea(0x742)]){var _0x5a9448;return(_0x5a9448=_0x132866[_0x3310ea(0x344)][_0x3310ea(0x334)])==null?void 0x0:_0x5a9448[_0x3310ea(0x540)];}let _0x3384d5=this[_0x3310ea(0x6bc)](_0x132866,_0x1d6da1['sourcePageType']);if(_0x3384d5)return Mc(_0x3384d5,_0x12dbec,_0x28653b);if(!(_0x132866[_0x3310ea(0x344)][_0x3310ea(0x72f)]!==_0x551466[_0x3310ea(0x4ae)]||!_0x12dbec))return _0x51368b(_0x12dbec,{'id':_0x3310ea(0x903)+_0x132866['id']+_0x3310ea(0x44a),'textStyle':Nc(_0x28653b,_o),'horizontalAlign':_0x3d6504[_0x3310ea(0x420)],'verticalAlign':_0x3ebbcf[_0x3310ea(0x92e)],'bullet':{'listId':_0x3310ea(0x903)+_0x132866['id']+_0x3310ea(0x5a7),'listType':_0xa492d3[_0x3310ea(0x5b2)],'nestingLevel':0x0}});}[_0x5347ad(0x6bc)](_0x41d174,_0x7d3c8b){const _0x4f94c5=_0x5347ad;var _0x271a1d,_0xcc9624;let _0x525b6d=_0x41d174[_0x4f94c5(0x344)]['textConfig'],_0x153362=_0x7d3c8b===_0x551b6d['Master']||_0x7d3c8b===_0x551b6d[_0x4f94c5(0x51c)]||_0x7d3c8b===_0x551b6d['Slide']?_0x7d3c8b:void 0x0;return(_0x271a1d=_0x153362?_0x525b6d==null||(_0xcc9624=_0x525b6d[_0x4f94c5(0x238)])==null?void 0x0:_0xcc9624[_0x153362]:void 0x0)==null?_0x525b6d==null?void 0x0:_0x525b6d[_0x4f94c5(0x540)]:_0x271a1d;}[_0x5347ad(0x784)](_0x6447b8,_0x3b9fe1){const _0x8997c5=_0x5347ad;var _0x56e25c;let _0xe940d9=(_0x56e25c=this[_0x8997c5(0x16c)])==null?void 0x0:_0x56e25c[_0x8997c5(0x1ea)]();return!!(_0xe940d9!=null&&_0xe940d9[_0x8997c5(0x56e)])&&_0xe940d9[_0x8997c5(0x51b)]===_0x3b9fe1[_0x8997c5(0x51b)]&&_0xe940d9['subUnitId']===_0x3b9fe1[_0x8997c5(0x657)]&&_0xe940d9[_0x8997c5(0x62f)]===_0x6447b8[_0x8997c5(0x51f)];}[_0x5347ad(0x502)](_0x4e258a){const _0x2d6a1d=_0x5347ad;return _0x4e258a[_0x2d6a1d(0x5fb)][_0x2d6a1d(0x72f)]===_0x42916e[_0x2d6a1d(0x4a9)]?_0x2d996c(_0x4e258a[_0x2d6a1d(0x5fb)][_0x2d6a1d(0x344)]):[];}[_0x5347ad(0xa21)](_0xa3c948){const _0x2dcf3c=_0x5347ad;return _0xa3c948===_0x551466[_0x2dcf3c(0xa28)]||_0xa3c948===_0x551466[_0x2dcf3c(0x643)]?{'fontSize':0x28,'fontFamily':_0x2dcf3c(0x636),'fontWeight':0x258,'textColor':yo}:_0xa3c948===_0x551466[_0x2dcf3c(0x327)]||_0xa3c948===_0x551466[_0x2dcf3c(0x14d)]||_0xa3c948===_0x551466[_0x2dcf3c(0x3c8)]||_0xa3c948===_0x551466[_0x2dcf3c(0x34d)]?{'fontSize':0xe,'fontFamily':_0x2dcf3c(0x36e),'fontWeight':0x190,'textColor':bo}:{};}};jc=$([Q(0x0,_0x3bd740(_0x4c8617)),Q(0x1,_0x3210d4(fc)),Q(0x2,_0x3210d4(_0x1498db))],jc);function Mc(_0xc99ba3,_0x162651,_0xf19bda){const _0x1deb98=_0x5347ad;var _0xb5138c,_0xb8c48e;let _0x54b16c=_0x27c8cd(_0xc99ba3)['trim'](),_0x364798=_0x162651==null?void 0x0:_0x162651[_0x1deb98(0x59b)]();if(_0x54b16c||!_0x364798)return _0xc99ba3;let _0x5139fc=(_0xb5138c=_0xc99ba3['documentStyle'])==null?void 0x0:_0xb5138c['renderConfig'],_0x7f8685=(_0xb8c48e=_0xc99ba3[_0x1deb98(0x570)])==null||(_0xb8c48e=_0xb8c48e[_0x1deb98(0x64e)])==null||(_0xb8c48e=_0xb8c48e[_0x1deb98(0x850)](_0x4d0b1f=>_0x4d0b1f[_0x1deb98(0x4d8)]))==null?void 0x0:_0xb8c48e[_0x1deb98(0x4d8)];return _0x51368b(_0x162651==null?'':_0x162651,{'id':_0xc99ba3['id'],'textStyle':Nc(_0xf19bda,_o),'horizontalAlign':_0x5139fc==null?void 0x0:_0x5139fc[_0x1deb98(0x95a)],'verticalAlign':_0x5139fc==null?void 0x0:_0x5139fc['verticalAlign'],..._0x7f8685!=null&&_0x7f8685['listType']?{'bullet':{'listId':_0x7f8685[_0x1deb98(0x910)],'listType':_0x7f8685[_0x1deb98(0x71b)],'nestingLevel':_0x7f8685[_0x1deb98(0x5c2)]}}:{}});}function Nc(_0xf02c49,_0x2cf6c1){const _0x5e5b72=_0x5347ad;var _0x15c915,_0x44e4ab,_0x4ed2b7,_0x41e3cd;return{'ff':(_0x15c915=_0xf02c49==null?void 0x0:_0xf02c49[_0x5e5b72(0x560)])==null?_0x5e5b72(0x36e):_0x15c915,'fs':(_0x44e4ab=_0xf02c49==null?void 0x0:_0xf02c49['fontSize'])==null?0x12:_0x44e4ab,'cl':{'rgb':(_0x4ed2b7=_0xf02c49==null?void 0x0:_0xf02c49[_0x5e5b72(0x737)])==null?_0x2cf6c1:_0x4ed2b7},'bl':((_0x41e3cd=_0xf02c49==null?void 0x0:_0xf02c49[_0x5e5b72(0x4b8)])==null?0x190:_0x41e3cd)>=0x258?_0x4b402d[_0x5e5b72(0x658)]:_0x4b402d[_0x5e5b72(0x272)]};}ic[_0x5347ad(0x241)](jc);var Pc;let Fc=Pc=class extends rc{constructor(_0x38a685,_0xb0db80,_0x36b3b7){const _0x3c5f33=_0x5347ad;super(),this[_0x3c5f33(0x168)]=_0x38a685,this[_0x3c5f33(0x16c)]=_0xb0db80,this['_imageIoService']=_0x36b3b7,Z(this,_0x3c5f33(0x5f7),0xa);}[_0x5347ad(0x588)](_0x2b78a2){const _0x1e9d2a=_0x5347ad;return _0x2b78a2[_0x1e9d2a(0x5fb)][_0x1e9d2a(0x72f)]===_0x42916e[_0x1e9d2a(0x514)];}[_0x5347ad(0x312)](_0x36b271,_0x3b9237){const _0x200cb0=_0x5347ad;var _0x509518,_0x1cf675,_0x30a154,_0x33578c,_0x2f46de;if(_0x36b271['hidden']||_0x36b271[_0x200cb0(0x5fb)][_0x200cb0(0x72f)]!==_0x42916e[_0x200cb0(0x514)])return null;let _0x4c13d5=_0x36b271[_0x200cb0(0x5fb)],_0xe725df=_0x4c13d5[_0x200cb0(0x2d1)],_0x32cf7e=(_0x509518=_0xe725df['width'])==null?0x0:_0x509518,_0x4ad0d3=(_0x1cf675=_0xe725df[_0x200cb0(0x95b)])==null?0x0:_0x1cf675,_0x562b4b=new hs(_0x200cb0(0x9bd)+_0x3b9237[_0x200cb0(0x51b)]+'-'+_0x3b9237[_0x200cb0(0x657)]+'-'+_0x36b271['drawingId'],{'left':_0x3b9237['pageOffsetLeft']+((_0x30a154=_0xe725df[_0x200cb0(0x5e2)])==null?0x0:_0x30a154),'top':_0x3b9237[_0x200cb0(0x494)]+((_0x33578c=_0xe725df[_0x200cb0(0x717)])==null?0x0:_0x33578c),'width':_0x32cf7e,'height':_0x4ad0d3,'angle':(_0x2f46de=_0xe725df[_0x200cb0(0x7e8)])==null?0x0:_0x2f46de,'flipX':_0xe725df['flipX'],'flipY':_0xe725df[_0x200cb0(0xa0e)],'skewX':_0xe725df[_0x200cb0(0x3e3)],'skewY':_0xe725df[_0x200cb0(0x413)],'zIndex':_0x3b9237[_0x200cb0(0x1fc)],'visible':!_0x36b271[_0x200cb0(0x1df)],'evented':!0x0,'shapeModel':hs[_0x200cb0(0x193)](_0x4c13d5),'element':_0x4c13d5,'localeService':this[_0x200cb0(0x168)]});return _0x562b4b[_0x200cb0(0x400)](this[_0x200cb0(0x784)](_0x36b271,_0x3b9237)),this[_0x200cb0(0x554)](_0x562b4b,_0x4c13d5,_0x3b9237['requestRender']),_0x562b4b;}[_0x5347ad(0x554)](_0x1eb860,_0x20aa76,_0xd33bf5){const _0x1114ee=_0x5347ad;var _0x169139,_0x5e9fcd,_0x35f636;if(_0x20aa76[_0x1114ee(0x72f)]!==_0x42916e[_0x1114ee(0x514)])return;let _0x5a134e=_0x20aa76[_0x1114ee(0x4fd)]['fill'];if(!_0x5a134e||_0x5a134e[_0x1114ee(0x304)]!==_0x51273c[_0x1114ee(0x6df)]||!_0x5a134e[_0x1114ee(0x6f7)])return;let _0x1c6a89=_0x5a134e[_0x1114ee(0x6f7)],_0x28d7f6=(_0x169139=_0x5a134e[_0x1114ee(0x511)])==null?_0x2745cd['URL']:_0x169139,_0x52f171=_0x28d7f6+':'+_0x1c6a89,_0x58c748=(_0x5e9fcd=(_0x35f636=this[_0x1114ee(0x987)])==null?void 0x0:_0x35f636['getImageSourceCache'](_0x1c6a89,_0x28d7f6))==null?Pc[_0x1114ee(0x280)]['get'](_0x52f171):_0x5e9fcd;if(_0x58c748){_0x1eb860['setFillImage'](_0x58c748);return;}_0x28d7f6===_0x1fc468[_0x1114ee(0x3e8)]&&!this[_0x1114ee(0x987)]||this[_0x1114ee(0x4dc)](_0x1c6a89,_0x28d7f6)['then'](_0x45b2c2=>{_0x45b2c2&&(_0x1eb860['setFillImage'](_0x45b2c2),_0xd33bf5==null||_0xd33bf5());});}[_0x5347ad(0x4dc)](_0x2a436a,_0x2edd21){const _0x4c5f8b=_0x5347ad;let _0x215bb0=_0x2edd21+':'+_0x2a436a,_0x4f175f=Pc['_globalImageNativeCache'][_0x4c5f8b(0x439)](_0x215bb0);if(_0x4f175f)return Promise['resolve'](_0x4f175f);let _0xb62be8=Pc['_globalImageLoadingCache']['get'](_0x215bb0);if(_0xb62be8)return _0xb62be8;let _0x3cbfce=(async()=>{const _0x5da980=_0x4c5f8b;var _0x8b1ffb,_0xaeeed8;let _0x1570d3=_0x2edd21===_0x1fc468['UUID']?await((_0x8b1ffb=this['_imageIoService'])==null?void 0x0:_0x8b1ffb[_0x5da980(0x620)](_0x2a436a)):_0x2a436a;if(!_0x1570d3)return null;let _0x58cd0e=await new Promise(_0x33139a=>{const _0x18e66a=_0x5da980;let _0x3b5abf=document[_0x18e66a(0x989)](_0x18e66a(0x260));_0x3b5abf['crossOrigin']=_0x18e66a(0x2c9),_0x3b5abf[_0x18e66a(0x72c)]=()=>_0x33139a(_0x3b5abf),_0x3b5abf[_0x18e66a(0x7b8)]=()=>_0x33139a(null),_0x3b5abf[_0x18e66a(0x82c)]=_0x1570d3;});return _0x58cd0e?(Pc[_0x5da980(0x280)][_0x5da980(0x3f7)](_0x215bb0,_0x58cd0e),(_0xaeeed8=this[_0x5da980(0x987)])==null||_0xaeeed8['addImageSourceCache'](_0x2a436a,_0x2edd21,_0x58cd0e),_0x58cd0e):null;})()['finally'](()=>{const _0x4d9d9a=_0x4c5f8b;Pc[_0x4d9d9a(0x6cc)][_0x4d9d9a(0x70f)](_0x215bb0);});return Pc[_0x4c5f8b(0x6cc)]['set'](_0x215bb0,_0x3cbfce),_0x3cbfce;}[_0x5347ad(0x784)](_0x4fdd9e,_0x53e324){const _0x381855=_0x5347ad;var _0x50b6cd;let _0x6f8508=(_0x50b6cd=this['_slideTextEditingService'])==null?void 0x0:_0x50b6cd[_0x381855(0x1ea)]();return!!(_0x6f8508!=null&&_0x6f8508[_0x381855(0x56e)])&&_0x6f8508[_0x381855(0x51b)]===_0x53e324[_0x381855(0x51b)]&&_0x6f8508[_0x381855(0x657)]===_0x53e324[_0x381855(0x657)]&&_0x6f8508['shapeId']===_0x4fdd9e[_0x381855(0x51f)];}};Z(Fc,_0x5347ad(0x280),new Map()),Z(Fc,_0x5347ad(0x6cc),new Map()),Fc=Pc=$([Q(0x0,_0x3bd740(_0x4c8617)),Q(0x1,_0x3210d4(fc)),Q(0x2,_0x3210d4(_0x1498db))],Fc),ic[_0x5347ad(0x241)](Fc);let Ic=class extends rc{constructor(_0xc9ffb4,_0x101e5c,_0x2e9a4f){const _0x1126b3=_0x5347ad;super(),this[_0x1126b3(0x168)]=_0xc9ffb4,this[_0x1126b3(0x630)]=_0x101e5c,this[_0x1126b3(0x987)]=_0x2e9a4f,Z(this,'zIndex',0xa);}[_0x5347ad(0x588)](_0x4ff0ed){const _0x1f5d7e=_0x5347ad;return _0x4ff0ed[_0x1f5d7e(0x5fb)][_0x1f5d7e(0x72f)]===_0x42916e[_0x1f5d7e(0x448)];}['convert'](_0x54c720,_0x4ef737){const _0x53463f=_0x5347ad;var _0x55f789,_0x3da9d0,_0x5c6c8a,_0xc60ef1,_0x425a14;if(_0x54c720[_0x53463f(0x1df)]||_0x54c720[_0x53463f(0x5fb)][_0x53463f(0x72f)]!==_0x42916e[_0x53463f(0x448)])return null;let _0x2eec23=_0x54c720['element'],_0xdc2b36=_0x2eec23[_0x53463f(0x2d1)],_0x3e66f7=_0x53463f(0x9bd)+_0x4ef737['unitId']+'-'+_0x4ef737[_0x53463f(0x657)]+'-'+_0x54c720[_0x53463f(0x51f)],_0x241fbd=this['_resolveTableSnapshot'](_0x4ef737[_0x53463f(0x51b)],_0x2eec23),_0x4ea9db={'left':_0x4ef737[_0x53463f(0x1bc)]+((_0x55f789=_0xdc2b36[_0x53463f(0x5e2)])==null?0x0:_0x55f789),'top':_0x4ef737[_0x53463f(0x494)]+((_0x3da9d0=_0xdc2b36['top'])==null?0x0:_0x3da9d0),'width':(_0x5c6c8a=_0xdc2b36[_0x53463f(0x8d2)])==null?0x0:_0x5c6c8a,'height':(_0xc60ef1=_0xdc2b36[_0x53463f(0x95b)])==null?0x0:_0xc60ef1,'angle':(_0x425a14=_0xdc2b36['rotation'])==null?0x0:_0x425a14,'flipX':_0xdc2b36[_0x53463f(0x301)],'flipY':_0xdc2b36[_0x53463f(0xa0e)],'skewX':_0xdc2b36[_0x53463f(0x3e3)],'skewY':_0xdc2b36[_0x53463f(0x413)],'zIndex':_0x4ef737[_0x53463f(0x1fc)],'visible':!_0x54c720[_0x53463f(0x1df)],'evented':!0x0,'imageIoService':this[_0x53463f(0x987)],'localeService':this[_0x53463f(0x168)]};return _0x241fbd&&(_0x4ea9db['table']=_0x241fbd),new Cs(_0x3e66f7,_0x4ea9db);}[_0x5347ad(0x48b)](_0x4db019,_0x4cae81){const _0x12efac=_0x5347ad;var _0x5ce975;let _0x1a11a2=Lc(_0x4cae81),_0x27aa35=Rc(_0x1a11a2==null?void 0x0:_0x1a11a2[_0x12efac(0x4c5)]),_0x102d1d=_0x27aa35?(_0x5ce975=this[_0x12efac(0x630)])==null?void 0x0:_0x5ce975[_0x12efac(0x507)](_0x4db019,_0x27aa35):void 0x0;if(_0x102d1d){let _0x530097=_0x4e410e(_0x102d1d,{'id':_0x27aa35,'rowCount':0x3,'columnCount':0x3});if(_0x530097)return _0x530097;}let _0x542cda=Lc(_0x1a11a2==null?void 0x0:_0x1a11a2['custom']),_0x2e1dad=_0x27aa35==null?Rc(_0x1a11a2==null?void 0x0:_0x1a11a2['id']):_0x27aa35,_0x2620b7=[_0x1a11a2==null?void 0x0:_0x1a11a2[_0x12efac(0x8a0)],_0x542cda==null?void 0x0:_0x542cda[_0x12efac(0x8a0)],_0x542cda==null?void 0x0:_0x542cda[_0x12efac(0x7ae)],_0x542cda==null?void 0x0:_0x542cda[_0x12efac(0x85f)],_0x1a11a2];for(let _0x377b36 of _0x2620b7){let _0x1ca0ee=_0x4e410e(_0x377b36,{'id':_0x2e1dad});if(_0x1ca0ee)return _0x1ca0ee;}}};Ic=$([Q(0x0,_0x3bd740(_0x4c8617)),Q(0x1,_0x3210d4(_0x5cefec)),Q(0x2,_0x3210d4(_0x1498db))],Ic);function Lc(_0x2997a4){const _0x90d542=_0x5347ad;return _0x2997a4&&typeof _0x2997a4==_0x90d542(0x8dd)&&!Array['isArray'](_0x2997a4)?_0x2997a4:void 0x0;}function Rc(_0x19de3a){const _0x1b77fb=_0x5347ad;return typeof _0x19de3a==_0x1b77fb(0x9e6)&&_0x19de3a['trim']()?_0x19de3a:void 0x0;}ic['add'](Ic);let zc=class extends rc{constructor(_0x307679,_0x2307dc){const _0x4b40a9=_0x5347ad;super(),this[_0x4b40a9(0x168)]=_0x307679,this[_0x4b40a9(0x16c)]=_0x2307dc,Z(this,'zIndex',0x28);}['check'](_0x4228f9){const _0x5efa9f=_0x5347ad;return _0x4228f9[_0x5efa9f(0x5fb)][_0x5efa9f(0x72f)]===_0x42916e['Text'];}[_0x5347ad(0x312)](_0x3ae37c,_0x23c632){const _0x53b0e3=_0x5347ad;var _0x4d7d7a,_0x3892be,_0x5f55fa,_0x2ab78f,_0x51a1c4,_0x530e63,_0x15b525,_0x2bc88a,_0x34633e,_0x166b9b,_0x4435a5,_0xa895a7,_0x5e2e8f;if(_0x3ae37c['hidden']||_0x3ae37c[_0x53b0e3(0x5fb)][_0x53b0e3(0x72f)]!==_0x42916e[_0x53b0e3(0x66c)])return null;let _0x98dfc4=_0x3ae37c['element'],_0xed2d72=_0x98dfc4['transform'],_0x17cfba=_0x98dfc4['textData']?{'isHorizontal':!0x0,'text':(_0x4d7d7a=_0x98dfc4[_0x53b0e3(0x742)])==null?'':_0x4d7d7a,'dataModel':{'doc':_0x98dfc4[_0x53b0e3(0x540)]}}:{'isHorizontal':!0x0,'isRichText':_0x43c5ca[_0x53b0e3(0x96e)][_0x53b0e3(0x5c3)],'text':(_0x3892be=_0x98dfc4['text'])==null?'':_0x3892be,'fontSize':(_0x5f55fa=_0x98dfc4['textStyle'])==null?void 0x0:_0x5f55fa[_0x53b0e3(0x797)],'color':(_0x2ab78f=_0x98dfc4[_0x53b0e3(0x14a)])==null?void 0x0:_0x2ab78f[_0x53b0e3(0x3b7)],'fontFamily':(_0x51a1c4=_0x98dfc4[_0x53b0e3(0x14a)])==null?void 0x0:_0x51a1c4[_0x53b0e3(0x560)],'bold':(_0x530e63=_0x98dfc4[_0x53b0e3(0x14a)])==null?void 0x0:_0x530e63[_0x53b0e3(0x18e)],'italic':(_0x15b525=_0x98dfc4['textStyle'])==null?void 0x0:_0x15b525[_0x53b0e3(0x1e5)],'underline':(_0x2bc88a=_0x98dfc4['textStyle'])==null?void 0x0:_0x2bc88a[_0x53b0e3(0x369)]},_0x157bb2='slide-drawing-'+_0x23c632[_0x53b0e3(0x51b)]+'-'+_0x23c632[_0x53b0e3(0x657)]+'-'+_0x3ae37c[_0x53b0e3(0x51f)],_0x30ff38={'id':_0x98dfc4['id'],'type':_0x42916e[_0x53b0e3(0x514)],'name':_0x98dfc4[_0x53b0e3(0x154)],'description':_0x98dfc4['description'],'visible':_0x98dfc4['visible'],'selectable':_0x98dfc4[_0x53b0e3(0x606)],'locked':_0x98dfc4['locked'],'custom':_0x98dfc4[_0x53b0e3(0x3de)],'transform':{..._0x98dfc4[_0x53b0e3(0x2d1)]},'shapeData':{'shapeType':_0x1c56b2[_0x53b0e3(0x5ae)],'fill':{..._0x43c5ca[_0x53b0e3(0x188)]},'stroke':{..._0x43c5ca[_0x53b0e3(0x659)]},'shapeText':_0x17cfba}},_0x425177=new hs(_0x157bb2,{'left':_0x23c632['pageOffsetLeft']+((_0x34633e=_0xed2d72[_0x53b0e3(0x5e2)])==null?0x0:_0x34633e),'top':_0x23c632[_0x53b0e3(0x494)]+((_0x166b9b=_0xed2d72[_0x53b0e3(0x717)])==null?0x0:_0x166b9b),'width':(_0x4435a5=_0xed2d72['width'])==null?0x0:_0x4435a5,'height':(_0xa895a7=_0xed2d72[_0x53b0e3(0x95b)])==null?0x0:_0xa895a7,'angle':(_0x5e2e8f=_0xed2d72[_0x53b0e3(0x7e8)])==null?0x0:_0x5e2e8f,'flipX':_0xed2d72['flipX'],'flipY':_0xed2d72['flipY'],'skewX':_0xed2d72['skewX'],'skewY':_0xed2d72[_0x53b0e3(0x413)],'zIndex':_0x23c632[_0x53b0e3(0x1fc)],'visible':!_0x3ae37c[_0x53b0e3(0x1df)],'evented':!0x0,'shapeModel':hs[_0x53b0e3(0x193)](_0x30ff38),'element':_0x30ff38,'localeService':this[_0x53b0e3(0x168)]});return _0x425177['setEditing'](this['_isEditingDrawing'](_0x3ae37c,_0x23c632)),_0x425177;}[_0x5347ad(0x784)](_0x5c5e8c,_0x764e56){const _0x79e3fd=_0x5347ad;var _0x18dca2;let _0x12d397=(_0x18dca2=this[_0x79e3fd(0x16c)])==null?void 0x0:_0x18dca2[_0x79e3fd(0x1ea)]();return!!(_0x12d397!=null&&_0x12d397[_0x79e3fd(0x56e)])&&_0x12d397['unitId']===_0x764e56[_0x79e3fd(0x51b)]&&_0x12d397[_0x79e3fd(0x657)]===_0x764e56[_0x79e3fd(0x657)]&&_0x12d397[_0x79e3fd(0x62f)]===_0x5c5e8c['drawingId'];}};zc=$([Q(0x0,_0x3bd740(_0x4c8617)),Q(0x1,_0x3210d4(fc))],zc),ic['add'](zc);let Bc=class{constructor(_0x2c6b89){const _0xabe857=_0x5347ad;this[_0xabe857(0x5f8)]=_0x2c6b89,Z(this,_0xabe857(0x87c),[]),this['_adaptorLoader']();}[_0x5347ad(0x7a7)](_0x2251cd,_0x190963,_0x5ccf57){const _0x257b24=_0x5347ad;let _0x964600=[];return _0x190963[_0x257b24(0x4fa)]((_0x858126,_0xe379db)=>{const _0x1f4fa3=_0x257b24;let _0xd2503d=_0x2251cd[_0x858126];if(!_0xd2503d)return;let _0x15ddf8=this[_0x1f4fa3(0x688)](_0xd2503d,{..._0x5ccf57,'orderIndex':_0xe379db});_0x15ddf8&&_0x964600[_0x1f4fa3(0x872)](_0x15ddf8);}),_0x964600;}[_0x5347ad(0x688)](_0x3b2aab,_0x9014b5){const _0x18dfc7=_0x5347ad;for(let _0x3777d1 of this[_0x18dfc7(0x87c)]){if(!_0x3777d1[_0x18dfc7(0x588)](_0x3b2aab))continue;let _0x9ba285=_0x3777d1[_0x18dfc7(0x312)](_0x3b2aab,_0x9014b5);if(_0x9ba285!=null)return _0x9ba285;}return null;}[_0x5347ad(0x18d)](){const _0x50d405=_0x5347ad;this['_adaptors']=ic[_0x50d405(0x3aa)]()['map'](_0x57a570=>this[_0x50d405(0x5f8)]['createInstance'](_0x57a570))[_0x50d405(0x478)]((_0x50d63e,_0x62a48b)=>_0x50d63e[_0x50d405(0x5f7)]-_0x62a48b[_0x50d405(0x5f7)]);}};Bc=$([Q(0x0,_0x3bd740(_0x3a4166))],Bc);const Vc=0.82,Hc=0x10/0x9;function Uc(_0x1a5618){const _0x3eda40=_0x5347ad;return typeof _0x1a5618==_0x3eda40(0x6ce)&&Number[_0x3eda40(0x28b)](_0x1a5618)&&_0x1a5618>0x0;}function Wc(_0x18b9e2,_0x297950){const _0x70f9f4=_0x5347ad;if(typeof _0x18b9e2=='number')return Uc(_0x18b9e2)?_0x18b9e2:null;if(typeof _0x18b9e2!='string')return null;let _0x32b7fd=_0x18b9e2['trim']();if(!_0x32b7fd)return null;if(_0x32b7fd[_0x70f9f4(0x399)]('%')){let _0x49236a=Number[_0x70f9f4(0x7fa)](_0x32b7fd['slice'](0x0,-0x1));return Number[_0x70f9f4(0x28b)](_0x49236a)?_0x297950*_0x49236a/0x64:null;}if(_0x32b7fd['endsWith']('px')){let _0x1fe442=Number[_0x70f9f4(0x7fa)](_0x32b7fd[_0x70f9f4(0x5b1)](0x0,-0x2));return Uc(_0x1fe442)?_0x1fe442:null;}let _0x15c6ea=Number[_0x70f9f4(0x7fa)](_0x32b7fd);return Uc(_0x15c6ea)?_0x15c6ea:null;}function Gc(_0x3910a3,_0x13ed50,_0x8a05f6){const _0x3c7ac4=_0x5347ad;let _0x58d53a=Wc(_0x3910a3,_0x13ed50);return Uc(_0x58d53a)?Math['max'](0x1,_0x58d53a):Uc(_0x8a05f6)?Math[_0x3c7ac4(0x496)](0x1,_0x8a05f6):Math[_0x3c7ac4(0x496)](0x1,_0x13ed50*0x5f/0x64);}function Kc(_0x4a78b1){const _0x2db78d=_0x5347ad;return Uc(_0x4a78b1==null?void 0x0:_0x4a78b1[_0x2db78d(0x8d2)])&&Uc(_0x4a78b1==null?void 0x0:_0x4a78b1['height'])?_0x4a78b1[_0x2db78d(0x8d2)]/_0x4a78b1['height']:Hc;}function qc(_0x52c5cd,_0x1c6d39,_0x5914e6){const _0x1e456d=_0x5347ad;let _0x11efd4=Math[_0x1e456d(0x496)](0x1,_0x52c5cd),_0x21168d=Math[_0x1e456d(0x496)](0x1,_0x1c6d39);return _0x11efd4/_0x21168d>_0x5914e6?{'width':Math[_0x1e456d(0x496)](0x1,_0x21168d*_0x5914e6),'height':_0x21168d}:{'width':_0x11efd4,'height':Math[_0x1e456d(0x496)](0x1,_0x11efd4/_0x5914e6)};}function Jc(_0x40573a,_0x42ea74,_0x4c850f){const _0x36d310=_0x5347ad;let _0x5de290=Wc(_0x40573a,_0x42ea74);return Uc(_0x5de290)?_0x5de290:Uc(_0x42ea74)?Math[_0x36d310(0x496)](0x1,_0x42ea74*_0x4c850f):Math[_0x36d310(0x496)](0x1,_0x42ea74);}function Yc(_0x232a2e,_0x23329a,_0x206290){const _0x5d63d9=_0x5347ad;var _0x849e1d,_0x6e8ada;let _0x5c5e91=(_0x849e1d=_0x23329a==null?void 0x0:_0x23329a['width'])==null?0x0:_0x849e1d,_0x3510f0=(_0x6e8ada=_0x23329a==null?void 0x0:_0x23329a[_0x5d63d9(0x95b)])==null?0x0:_0x6e8ada,_0x4e941e=Kc(_0x23329a);if(_0x206290!=null&&_0x206290['width']||_0x206290!=null&&_0x206290['height'])return qc(_0x206290[_0x5d63d9(0x8d2)]?Gc(_0x206290[_0x5d63d9(0x8d2)],_0x232a2e['width'],_0x5c5e91):Jc(void 0x0,_0x232a2e[_0x5d63d9(0x8d2)],0x5f/0x64),_0x206290[_0x5d63d9(0x95b)]?Gc(_0x206290[_0x5d63d9(0x95b)],_0x232a2e[_0x5d63d9(0x95b)],_0x3510f0):Jc(void 0x0,_0x232a2e[_0x5d63d9(0x95b)],0x5f/0x64),_0x4e941e);let _0x7cb9d6=_0x232a2e[_0x5d63d9(0x8d2)],_0x25a6ec=_0x232a2e[_0x5d63d9(0x95b)];return qc(_0x7cb9d6*Vc,_0x25a6ec*Vc,_0x4e941e);}function Xc(_0x3731af){const _0x3b886d=_0x5347ad;let _0x1f1015=Uc(_0x3731af==null?void 0x0:_0x3731af[_0x3b886d(0x8d2)]),_0x4fb1ac=Uc(_0x3731af==null?void 0x0:_0x3731af[_0x3b886d(0x95b)]);return _0x1f1015&&_0x4fb1ac?{'width':_0x3731af['width'],'height':_0x3731af[_0x3b886d(0x95b)]}:_0x4fb1ac?{'width':Math[_0x3b886d(0x496)](0x1,_0x3731af[_0x3b886d(0x95b)]*Hc),'height':_0x3731af[_0x3b886d(0x95b)]}:_0x1f1015?{'width':_0x3731af[_0x3b886d(0x8d2)],'height':Math[_0x3b886d(0x496)](0x1,_0x3731af[_0x3b886d(0x8d2)]/Hc)}:{'width':0x3c0,'height':0x21c};}function Zc(_0x10f65f,_0x2c74b8){const _0x5ab04b=_0x5347ad;return _0x10f65f['oKey'][_0x5ab04b(0x9bc)](_0x5ab04b(0x9bd)+_0x2c74b8+'-')||_0x10f65f[_0x5ab04b(0xa26)][_0x5ab04b(0x9bc)](_0x5ab04b(0x871)+_0x2c74b8+'-')||_0x10f65f['oKey'][_0x5ab04b(0x9bc)](_0x5ab04b(0x7e4)+_0x2c74b8+'-');}function Qc(_0x3daef5){const _0x27c6e2=_0x5347ad;let _0xfed85f=_0x3daef5;return typeof _0xfed85f[_0x27c6e2(0x52a)]=='function'?_0xfed85f['getObjects']():[];}function $c(_0x221c16,_0x2fc1ac){const _0x2ddfa9=_0x5347ad;_0x2fc1ac[_0x2ddfa9(0x8d7)](_0x221c16)||(_0x2fc1ac[_0x2ddfa9(0x241)](_0x221c16),Qc(_0x221c16)[_0x2ddfa9(0x4fa)](_0x40e2af=>$c(_0x40e2af,_0x2fc1ac)));}function el(_0x7df565){const _0x91927c=_0x5347ad;if(!_0x7df565[_0x91927c(0x5b3)])return;let _0x236260=_0x7df565[_0x91927c(0x47e)];if(typeof(_0x236260==null?void 0x0:_0x236260[_0x91927c(0x52a)])==_0x91927c(0x2d8)){let _0x4a39cd=_0x236260['getObjects'](),_0x38d07e=_0x4a39cd[_0x91927c(0x733)](_0x7df565);_0x38d07e>=0x0&&_0x4a39cd['splice'](_0x38d07e,0x1);}let _0x4699dc=typeof(_0x236260==null?void 0x0:_0x236260[_0x91927c(0x61b)])==_0x91927c(0x2d8)?_0x236260[_0x91927c(0x61b)]():_0x236260==null?void 0x0:_0x236260[_0x91927c(0x47e)];_0x4699dc&&(_0x7df565['parent']=_0x4699dc),_0x7df565['groupKey']=void 0x0,_0x7df565[_0x91927c(0x5b3)]=!0x1;}function tl(_0x17d264){const _0xbe7dd9=_0x5347ad;let _0x3331f4=new Set();return _0x17d264[_0xbe7dd9(0x4fa)](_0xf8d297=>$c(_0xf8d297,_0x3331f4)),_0x3331f4[_0xbe7dd9(0x4fa)](_0x388a68=>el(_0x388a68)),Array['from'](_0x3331f4);}function nl(_0x470ce5,_0x426715,_0x4f6fea){const _0x2d9007=_0x5347ad;var _0x72695f;let _0x55e2b8=new Set(_0x4f6fea['values']());return(_0x72695f=_0x470ce5[_0x2d9007(0x8f3)])==null||_0x72695f[_0x2d9007(0x549)](_0x470ce5)['forEach'](_0x212061=>{const _0x10e95f=_0x2d9007;Zc(_0x212061,_0x426715)&&_0x55e2b8[_0x10e95f(0x241)](_0x212061);}),tl(Array['from'](_0x55e2b8));}const rl=_0x48c520,il=_0x5347ad(0x726);let al=class extends _0x55f58f{constructor(_0x29dd6c,_0x46c10,_0x43e192,_0x177ad7,_0x2ca3e0,_0x3af9bc,_0x378763,_0x175d6e){const _0x194b52=_0x5347ad;var _0x3da396,_0x897557;super(),this[_0x194b52(0xa25)]=_0x29dd6c,this[_0x194b52(0x5f8)]=_0x46c10,this[_0x194b52(0x270)]=_0x43e192,this[_0x194b52(0x30e)]=_0x177ad7,this['_commandService']=_0x2ca3e0,this[_0x194b52(0x4c7)]=_0x3af9bc,this[_0x194b52(0x5bb)]=_0x378763,this[_0x194b52(0x921)]=_0x175d6e,Z(this,_0x194b52(0x826),0x0),Z(this,_0x194b52(0x524),0x0),Z(this,_0x194b52(0x785),0x0),Z(this,_0x194b52(0x96c),0x0),Z(this,_0x194b52(0x30a),_0x142061[_0x194b52(0x832)]),Z(this,_0x194b52(0x2b5),!0x1),Z(this,'_coreRenderArea',void 0x0),Z(this,_0x194b52(0x73a),new Map()),Z(this,_0x194b52(0x72d),void 0x0),Z(this,_0x194b52(0x5f0),!0x1);let _0x5c3477=this['_configService']['getConfig'](Zi);this[_0x194b52(0x30a)]=(_0x3da396=_0x5c3477==null?void 0x0:_0x5c3477[_0x194b52(0x84a)])==null?_0x142061['EDIT']:_0x3da396,this[_0x194b52(0x2b5)]=(_0x897557=_0x5c3477==null?void 0x0:_0x5c3477[_0x194b52(0x5a0)])==null?this[_0x194b52(0x30a)]===_0x142061[_0x194b52(0x832)]||this[_0x194b52(0x30a)]===_0x142061[_0x194b52(0x472)]:_0x897557,this[_0x194b52(0x6e6)]=_0x5c3477==null?void 0x0:_0x5c3477[_0x194b52(0x9af)],this['_objectProvider']=this[_0x194b52(0x5f8)][_0x194b52(0x8e1)](Bc),this[_0x194b52(0x229)]();}[_0x5347ad(0x229)](){const _0x3e719f=_0x5347ad;let {unitId:_0xca246d,engine:_0x2a9065,scene:_0x48bee4}=this[_0x3e719f(0xa25)],_0x4636f0=this[_0x3e719f(0x270)][_0x3e719f(0x46d)](_0xca246d,_0x2a9855['UNIVER_SLIDE']);if(!_0x4636f0)return;let _0x44ed2d=new _0x4cc443(rl,_0x48bee4,{'left':0x0,'top':0x0,'bottom':0x0,'right':0x0,'isWheelPreventDefaultX':!0x0});_0x48bee4[_0x3e719f(0x37f)](),_0x48bee4['onMouseWheel$'][_0x3e719f(0x911)]((_0x14bccb,_0x4bf8ff)=>{const _0x4e2daf=_0x3e719f;let _0x31d0ee=_0x14bccb;_0x31d0ee['ctrlKey']||_0x44ed2d[_0x4e2daf(0x8fa)](_0x31d0ee,_0x4bf8ff);});let _0x7df118=new _0xbb794f('slide-bg-rect',{'left':0x0,'top':0x0,'width':_0x48bee4[_0x3e719f(0x8d2)]||0x7d0,'height':_0x48bee4[_0x3e719f(0x95b)]||0x7d0,'fill':Sa,'evented':!0x1,'zIndex':0x0}),_0x50fdf7=new _0xbb794f(il,{'left':0x0,'top':0x0,'width':0x1,'height':0x1,'fill':za,'strokeWidth':0x1,'stroke':Ba,'evented':!0x1,'zIndex':0x2});_0x48bee4[_0x3e719f(0x31c)]([_0x7df118,_0x50fdf7],0x0),this[_0x3e719f(0x70e)](this[_0x3e719f(0x921)][_0x3e719f(0x9b3)]['pipe'](_0x4c6570(this[_0x3e719f(0x457)]))['subscribe'](()=>{const _0x5f599d=_0x3e719f;_0x7df118['makeDirty'](!0x0),_0x50fdf7[_0x5f599d(0x752)](!0x0),this[_0x5f599d(0x908)](_0x4636f0),_0x48bee4['makeDirty'](!0x0);}));let _0x105823=()=>{const _0x2612f7=_0x3e719f;let _0x7cebec=_0x2a9065['width']||_0x48bee4['width'],_0x12abc5=_0x2a9065['height']||_0x48bee4['height'],_0x1ee19b=Yc({'width':_0x7cebec,'height':_0x12abc5},_0x4636f0[_0x2612f7(0x996)]()[_0x2612f7(0x75e)],this[_0x2612f7(0x6e6)]),_0x4be5a2=Xc(_0x4636f0[_0x2612f7(0x996)]()['defaultPageSize']),_0x474658=_0x4636f0[_0x2612f7(0xa34)](),_0x2adc60=_0x1ee19b[_0x2612f7(0x8d2)]/_0x4be5a2[_0x2612f7(0x8d2)]*_0x474658,_0x44b458=_0x2adc60>0x0?_0x7cebec/_0x2adc60:_0x7cebec,_0x566653=_0x2adc60>0x0?_0x12abc5/_0x2adc60:_0x12abc5,_0x34559c=_0x4be5a2['width'],_0x16488b=_0x4be5a2[_0x2612f7(0x95b)];this['_pageWidth']=_0x34559c,this[_0x2612f7(0x96c)]=_0x16488b,_0x48bee4[_0x2612f7(0x8e3)]({'width':_0x44b458,'height':_0x566653,'scaleX':_0x2adc60,'scaleY':_0x2adc60}),_0x7df118['resize'](_0x44b458||0x7d0,_0x566653||0x7d0);let _0x4d1f37=Math['max'](0x0,(_0x44b458-_0x34559c)/0x2),_0x5b3086=Math[_0x2612f7(0x496)](0x0,(_0x566653-_0x16488b)/0x2);this['_pageOffsetLeft']=_0x4d1f37,this[_0x2612f7(0x524)]=_0x5b3086,_0x50fdf7[_0x2612f7(0x8e3)]({'left':_0x4d1f37,'top':_0x5b3086,'width':_0x34559c,'height':_0x16488b}),this[_0x2612f7(0x908)](_0x4636f0),_0x48bee4[_0x2612f7(0x752)](!0x0);};_0x2a9065[_0x3e719f(0x603)][_0x3e719f(0x911)](_0x105823),this[_0x3e719f(0x70e)](_0x4636f0[_0x3e719f(0x531)][_0x3e719f(0xa14)](_0x4c6570(this['dispose$']))[_0x3e719f(0x7f6)](()=>_0x105823())),this[_0x3e719f(0x908)](_0x4636f0),this[_0x3e719f(0x70e)](_0x4636f0[_0x3e719f(0x27d)][_0x3e719f(0x295)][_0x3e719f(0xa14)](_0x4c6570(this[_0x3e719f(0x457)]))[_0x3e719f(0x7f6)](()=>this['_renderActiveSlideDrawings'](_0x4636f0))),this[_0x3e719f(0x70e)](this['_slideDrawingService'][_0x3e719f(0x634)][_0x3e719f(0xa14)](_0x4c6570(this[_0x3e719f(0x457)]))['subscribe'](_0x45167d=>{const _0x2ec66=_0x3e719f;_0x45167d[_0x2ec66(0x697)](_0x21b69f=>_0x21b69f[_0x2ec66(0x51b)]===_0xca246d)&&this[_0x2ec66(0x908)](_0x4636f0);})),this[_0x3e719f(0x70e)](this[_0x3e719f(0x5bb)][_0x3e719f(0x647)][_0x3e719f(0xa14)](_0x4c6570(this[_0x3e719f(0x457)]))[_0x3e719f(0x7f6)](_0x3093f1=>{const _0x20b554=_0x3e719f;this['_realtimePreviewMode']||_0x3093f1['some'](_0x55a1b4=>_0x55a1b4[_0x20b554(0x51b)]===_0xca246d)&&this['_renderActiveSlideDrawings'](_0x4636f0);})),this[_0x3e719f(0x70e)](this['_slideDrawingService']['remove$'][_0x3e719f(0xa14)](_0x4c6570(this[_0x3e719f(0x457)]))[_0x3e719f(0x7f6)](_0x30a85b=>{const _0x4eb3f1=_0x3e719f;_0x30a85b[_0x4eb3f1(0x697)](_0x1e50a0=>_0x1e50a0[_0x4eb3f1(0x51b)]===_0xca246d)&&this[_0x4eb3f1(0x908)](_0x4636f0);})),this[_0x3e719f(0x70e)](this[_0x3e719f(0x5bb)]['order$'][_0x3e719f(0xa14)](_0x4c6570(this[_0x3e719f(0x457)]))[_0x3e719f(0x7f6)](_0x363571=>{const _0x5b3bf1=_0x3e719f;var _0x1d4e01;let _0x419c6d=(_0x1d4e01=_0x4636f0[_0x5b3bf1(0x27d)][_0x5b3bf1(0x3c9)]())==null?void 0x0:_0x1d4e01[_0x5b3bf1(0xa23)]();_0x419c6d&&this[_0x5b3bf1(0x205)](_0x363571,_0x419c6d)&&(this[_0x5b3bf1(0x908)](_0x4636f0),_0x48bee4[_0x5b3bf1(0x752)](!0x0));})),this[_0x3e719f(0x70e)](this[_0x3e719f(0x164)][_0x3e719f(0x36c)](_0x2d7376=>{const _0x312f4f=_0x3e719f;if(_0x2d7376['id']===_0x345716['id']){let _0x43c7d5=_0x2d7376['params'];if((_0x43c7d5==null?void 0x0:_0x43c7d5[_0x312f4f(0x51b)])===_0xca246d){let _0x3d77b8=_0x43c7d5['subUnitId']&&_0x43c7d5[_0x312f4f(0x51f)]?this[_0x312f4f(0x5bb)][_0x312f4f(0x429)]({'unitId':_0xca246d,'subUnitId':_0x43c7d5['subUnitId'],'drawingId':_0x43c7d5[_0x312f4f(0x51f)]}):null;this[_0x312f4f(0x5f0)]=_0x43c7d5[_0x312f4f(0x5cc)]===!0x0||this[_0x312f4f(0x980)](_0x3d77b8==null?void 0x0:_0x3d77b8[_0x312f4f(0x5fb)],_0x43c7d5['element']);}}})),this[_0x3e719f(0x70e)](this[_0x3e719f(0x164)][_0x3e719f(0x314)](_0x1e1833=>{const _0x36b79e=_0x3e719f;var _0x27648b;let _0x531b1f=(_0x27648b=_0x4636f0['pageManager']['getActiveSlide']())==null?void 0x0:_0x27648b['getId']();if(_0x531b1f){if(_0x1e1833['id']===_0x345716['id']){let _0x2f7e39=this[_0x36b79e(0x5f0)];this[_0x36b79e(0x5f0)]=!0x1;let _0x538de9=_0x1e1833[_0x36b79e(0x88d)];if((_0x538de9==null?void 0x0:_0x538de9[_0x36b79e(0x51b)])!==_0xca246d||_0x538de9[_0x36b79e(0x657)]!==_0x531b1f)return;if(_0x2f7e39&&_0x538de9[_0x36b79e(0x51f)]&&_0x538de9[_0x36b79e(0x2d1)]){let _0x897843='slide-drawing-'+_0xca246d+'-'+_0x531b1f+'-'+_0x538de9[_0x36b79e(0x51f)],_0x2abafe=this[_0x36b79e(0x73a)][_0x36b79e(0x439)](_0x897843);if(_0x2abafe){var _0x25e3a5,_0x54c86e;let _0x32b0f2=_0x538de9[_0x36b79e(0x2d1)];_0x2abafe[_0x36b79e(0x8e3)]({'left':this[_0x36b79e(0x826)]+((_0x25e3a5=_0x32b0f2[_0x36b79e(0x5e2)])==null?0x0:_0x25e3a5),'top':this[_0x36b79e(0x524)]+((_0x54c86e=_0x32b0f2[_0x36b79e(0x717)])==null?0x0:_0x54c86e),..._0x32b0f2[_0x36b79e(0x8d2)]===void 0x0?{}:{'width':_0x32b0f2[_0x36b79e(0x8d2)]},..._0x32b0f2[_0x36b79e(0x95b)]===void 0x0?{}:{'height':_0x32b0f2['height']},..._0x32b0f2[_0x36b79e(0x3d1)]===void 0x0?{}:{'angle':_0x32b0f2[_0x36b79e(0x3d1)]},..._0x32b0f2['flipX']===void 0x0?{}:{'flipX':_0x32b0f2[_0x36b79e(0x301)]},..._0x32b0f2['flipY']===void 0x0?{}:{'flipY':_0x32b0f2['flipY']}});}_0x48bee4[_0x36b79e(0x752)](!0x0);return;}this['_renderActiveSlideDrawings'](_0x4636f0),_0x48bee4[_0x36b79e(0x752)](!0x0);return;}if(_0x1e1833['id']===_0x5c40ab['id']){let _0x326fb3=_0x1e1833[_0x36b79e(0x88d)];(_0x326fb3==null?void 0x0:_0x326fb3['unitId'])===_0xca246d&&_0x326fb3[_0x36b79e(0x84c)]===_0x531b1f&&(this[_0x36b79e(0x908)](_0x4636f0),_0x48bee4[_0x36b79e(0x752)](!0x0));return;}if(this['_shouldRedrawTableChange'](_0x1e1833,_0x531b1f)){this['_renderActiveSlideDrawings'](_0x4636f0),_0x48bee4[_0x36b79e(0x752)](!0x0);return;}((()=>{const _0x3b3b12=_0x36b79e;if(_0x1e1833['id']===_0x251edd['id']||_0x1e1833['id']===_0x2a7b49['id']){let _0x1827b4=_0x1e1833['params'];return(_0x1827b4==null?void 0x0:_0x1827b4[_0x3b3b12(0x51b)])===_0xca246d&&_0x1827b4[_0x3b3b12(0x657)]===_0x531b1f;}if(_0x1e1833['id']===_0x1ef413['id']){let _0x2001b8=_0x1e1833['params'];return(_0x2001b8==null?void 0x0:_0x2001b8[_0x3b3b12(0x51b)])===_0xca246d&&_0x2001b8['subUnitId']===_0x531b1f&&_0x2001b8[_0x3b3b12(0x72f)]===_0x14ad02[_0x3b3b12(0x8b5)];}if(_0x1e1833['id']===_0x30078e['id']){let _0x42babe=_0x1e1833[_0x3b3b12(0x88d)];return(_0x42babe==null?void 0x0:_0x42babe[_0x3b3b12(0x51b)])===_0xca246d&&_0x42babe['subUnitId']===_0x531b1f;}if(_0x1e1833['id']===_0x2ffecc['id']){var _0x3d7d56;let _0x4f8d89=_0x1e1833['params'];return!!(!(_0x4f8d89==null||(_0x3d7d56=_0x4f8d89['patches'])==null)&&_0x3d7d56[_0x3b3b12(0x697)](_0x4fd2eb=>{const _0x4d092b=_0x3b3b12;var _0x1d37ff,_0x4a914c;if(_0x4fd2eb[_0x4d092b(0x51b)]!==_0xca246d||_0x4fd2eb['subUnitId']!==_0x531b1f)return!0x1;let _0xb17d31=_0x4fd2eb[_0x4d092b(0x51f)]?this[_0x4d092b(0x5bb)][_0x4d092b(0x429)]({'unitId':_0xca246d,'subUnitId':_0x531b1f,'drawingId':_0x4fd2eb[_0x4d092b(0x51f)]}):null;if(!_0xb17d31)return!0x0;let _0x2bb758=(_0x1d37ff=_0x4fd2eb['element'])==null?_0xb17d31[_0x4d092b(0x5fb)]:_0x1d37ff,_0x45e0dd=(_0x4a914c=_0x4fd2eb[_0x4d092b(0x2d1)])==null?this[_0x4d092b(0x3a2)](_0xb17d31[_0x4d092b(0x2d1)],_0x2bb758):_0x4a914c;return!this['_isEquivalentSlideElement'](_0xb17d31[_0x4d092b(0x5fb)],_0x2bb758)||!this[_0x4d092b(0x8c9)](_0xb17d31[_0x4d092b(0x2d1)],_0x45e0dd);}));}return!0x1;})())&&(this[_0x36b79e(0x908)](_0x4636f0),_0x48bee4[_0x36b79e(0x752)](!0x0));}})),_0x105823(),_0x2a9065[_0x3e719f(0x8f7)](()=>{const _0x5d3673=_0x3e719f;_0x48bee4[_0x5d3673(0x33e)]();});}['_isTransformOnlyElementUpdate'](_0x5a6754,_0x9cd1a1){const _0xde40c9=_0x5347ad;if(!_0x5a6754||!_0x9cd1a1)return!0x0;let _0x5785b8=_0x967773=>{let {transform:_0x505101,..._0x3c3849}=_0x967773;return _0x3c3849;};return JSON[_0xde40c9(0x2c1)](_0x5785b8(_0x5a6754))===JSON[_0xde40c9(0x2c1)](_0x5785b8(_0x9cd1a1));}[_0x5347ad(0x3a2)](_0x1a1aac,_0x49a928){const _0x38e293=_0x5347ad;var _0x5769d3,_0x21a6f0,_0x52bbac,_0x428ec7,_0xe5ce1f,_0x186308,_0xa33863,_0x51b184,_0x37ad2a,_0x1d429e;let _0x8e680f=_0x49a928[_0x38e293(0x2d1)];return{'left':(_0x5769d3=(_0x21a6f0=_0x8e680f[_0x38e293(0x5e2)])==null?_0x1a1aac==null?void 0x0:_0x1a1aac['left']:_0x21a6f0)==null?0x0:_0x5769d3,'top':(_0x52bbac=(_0x428ec7=_0x8e680f['top'])==null?_0x1a1aac==null?void 0x0:_0x1a1aac[_0x38e293(0x717)]:_0x428ec7)==null?0x0:_0x52bbac,'width':(_0xe5ce1f=(_0x186308=_0x8e680f['width'])==null?_0x1a1aac==null?void 0x0:_0x1a1aac['width']:_0x186308)==null?0x0:_0xe5ce1f,'height':(_0xa33863=(_0x51b184=_0x8e680f[_0x38e293(0x95b)])==null?_0x1a1aac==null?void 0x0:_0x1a1aac['height']:_0x51b184)==null?0x0:_0xa33863,'angle':(_0x37ad2a=(_0x1d429e=_0x8e680f[_0x38e293(0x7e8)])==null?_0x1a1aac==null?void 0x0:_0x1a1aac['angle']:_0x1d429e)==null?0x0:_0x37ad2a,'flipX':_0x8e680f[_0x38e293(0x301)],'flipY':_0x8e680f[_0x38e293(0xa0e)]};}[_0x5347ad(0x9db)](_0x56d858,_0x48e609){const _0x3064ae=_0x5347ad;return JSON['stringify'](this[_0x3064ae(0x291)](_0x56d858))===JSON[_0x3064ae(0x2c1)](this[_0x3064ae(0x291)](_0x48e609));}[_0x5347ad(0x291)](_0x2db400){const _0x242f3b=_0x5347ad;let _0x36413b=JSON[_0x242f3b(0x66f)](JSON[_0x242f3b(0x2c1)](_0x2db400)),_0x41d4ca=_0x36413b[_0x242f3b(0x2d1)];if(_0x41d4ca){var _0x2377b8,_0x16ab2a,_0x35760b,_0xa45526,_0x43dd28,_0x2dda90,_0x2bd6fd;_0x41d4ca[_0x242f3b(0x5e2)]=(_0x2377b8=_0x41d4ca[_0x242f3b(0x5e2)])==null?0x0:_0x2377b8,_0x41d4ca['top']=(_0x16ab2a=_0x41d4ca['top'])==null?0x0:_0x16ab2a,_0x41d4ca[_0x242f3b(0x8d2)]=(_0x35760b=_0x41d4ca[_0x242f3b(0x8d2)])==null?0x0:_0x35760b,_0x41d4ca[_0x242f3b(0x95b)]=(_0xa45526=_0x41d4ca['height'])==null?0x0:_0xa45526,_0x41d4ca[_0x242f3b(0x7e8)]=(_0x43dd28=_0x41d4ca[_0x242f3b(0x7e8)])==null?0x0:_0x43dd28,_0x41d4ca[_0x242f3b(0x301)]=(_0x2dda90=_0x41d4ca['flipX'])==null?!0x1:_0x2dda90,_0x41d4ca['flipY']=(_0x2bd6fd=_0x41d4ca['flipY'])==null?!0x1:_0x2bd6fd;}return _0x36413b;}['_isEquivalentDrawingTransform'](_0x4adcfe,_0x5f1889){const _0x3682f5=_0x5347ad;return JSON['stringify'](this[_0x3682f5(0x1bb)](_0x4adcfe))===JSON[_0x3682f5(0x2c1)](this[_0x3682f5(0x1bb)](_0x5f1889));}[_0x5347ad(0x1bb)](_0x163282){const _0x423ba7=_0x5347ad;var _0x178997,_0x1eba86,_0x487c68,_0x46d58c,_0x23871e,_0x19c89b,_0xe6b1cc;return{'left':(_0x178997=_0x163282==null?void 0x0:_0x163282['left'])==null?0x0:_0x178997,'top':(_0x1eba86=_0x163282==null?void 0x0:_0x163282[_0x423ba7(0x717)])==null?0x0:_0x1eba86,'width':(_0x487c68=_0x163282==null?void 0x0:_0x163282[_0x423ba7(0x8d2)])==null?0x0:_0x487c68,'height':(_0x46d58c=_0x163282==null?void 0x0:_0x163282[_0x423ba7(0x95b)])==null?0x0:_0x46d58c,'angle':(_0x23871e=_0x163282==null?void 0x0:_0x163282[_0x423ba7(0x3d1)])==null?0x0:_0x23871e,'flipX':(_0x19c89b=_0x163282==null?void 0x0:_0x163282['flipX'])==null?!0x1:_0x19c89b,'flipY':(_0xe6b1cc=_0x163282==null?void 0x0:_0x163282[_0x423ba7(0xa0e)])==null?!0x1:_0xe6b1cc};}[_0x5347ad(0x751)](_0x24665f,_0x5ec849){const _0x38b469=_0x5347ad;var _0x46d0bb;if(_0x24665f['id']!==_0x23f39a['id'])return!0x1;let _0x590048=_0x24665f[_0x38b469(0x88d)],_0x12f1d3=_0x590048==null||(_0x46d0bb=_0x590048['table'])==null?void 0x0:_0x46d0bb['id'],_0x36378e=this[_0x38b469(0xa25)][_0x38b469(0x51b)];if((_0x590048==null?void 0x0:_0x590048[_0x38b469(0x51b)])!==_0x36378e||!_0x12f1d3)return!0x1;let _0xba9b03=this[_0x38b469(0x5bb)][_0x38b469(0x9e1)](_0x36378e,_0x5ec849);return Object[_0x38b469(0x244)](_0xba9b03)[_0x38b469(0x697)](_0x347e67=>(_0x347e67==null?void 0x0:_0x347e67[_0x38b469(0x5fb)][_0x38b469(0x72f)])===_0x42916e['Table']&&_0x347e67['element'][_0x38b469(0x4c5)]===_0x12f1d3);}[_0x5347ad(0x205)](_0x465f64,_0x4ba04f){const _0x18a31a=_0x5347ad;return _0x465f64[_0x18a31a(0x51b)]===this[_0x18a31a(0xa25)][_0x18a31a(0x51b)]&&_0x465f64[_0x18a31a(0x657)]===_0x4ba04f;}['_clearRenderedSlideObjects'](){const _0x15e728=_0x5347ad;let {unitId:_0x3b9055,scene:_0x481243}=this[_0x15e728(0xa25)],_0x4bfd5b=nl(_0x481243,_0x3b9055,this[_0x15e728(0x73a)]);_0x4bfd5b[_0x15e728(0x9dd)]>0x0&&_0x481243['removeObjects'](_0x4bfd5b),this[_0x15e728(0x73a)][_0x15e728(0x3c1)]();}['_renderActiveSlideDrawings'](_0x41b179){const _0x30c2e0=_0x5347ad;let {unitId:_0x12430c,scene:_0x4b5a36}=this[_0x30c2e0(0xa25)],_0x510f89=_0x41b179[_0x30c2e0(0x27d)][_0x30c2e0(0x3c9)](),_0x42fee4=_0x510f89==null?void 0x0:_0x510f89[_0x30c2e0(0xa23)]();if(this[_0x30c2e0(0x8ce)](),!_0x42fee4||!_0x510f89){_0x4b5a36[_0x30c2e0(0x752)](!0x0);return;}let _0x3d860c=this[_0x30c2e0(0x5f8)][_0x30c2e0(0x8e1)](Xo,'slide-page-background-'+_0x12430c+'-'+_0x42fee4,{'left':this[_0x30c2e0(0x826)],'top':this[_0x30c2e0(0x524)],'width':this['_pageWidth']||_0x41b179[_0x30c2e0(0x996)]()['defaultPageSize'][_0x30c2e0(0x8d2)],'height':this[_0x30c2e0(0x96c)]||_0x41b179['getSnapshot']()['defaultPageSize'][_0x30c2e0(0x95b)],'background':_0x510f89['resolveBackground'](),'evented':!0x1,'zIndex':0x1});_0x4b5a36['addObject'](_0x3d860c,0x0),this[_0x30c2e0(0x73a)]['set'](_0x3d860c[_0x30c2e0(0xa26)],_0x3d860c);let _0x1201e2=pa(this['_slideDrawingService'][_0x30c2e0(0x9e1)](_0x12430c,_0x42fee4)),_0x11aee9=this[_0x30c2e0(0x5bb)]['getDrawingOrder'](_0x12430c,_0x42fee4),_0x1b201e=this[_0x30c2e0(0x72d)]['convertToRenderObjects'](_0x1201e2,_0x11aee9,{'unitId':_0x12430c,'subUnitId':_0x42fee4,'pageOffsetLeft':this[_0x30c2e0(0x826)],'pageOffsetTop':this[_0x30c2e0(0x524)],'sceneType':this['_sceneType'],'showPlaceholder':this[_0x30c2e0(0x2b5)]}),_0x318842=new Zo(_0x30c2e0(0x871)+_0x12430c+'-'+_0x42fee4,{'left':this[_0x30c2e0(0x826)],'top':this[_0x30c2e0(0x524)],'width':this[_0x30c2e0(0x785)]||_0x41b179[_0x30c2e0(0x996)]()[_0x30c2e0(0x75e)][_0x30c2e0(0x8d2)],'height':this['_pageHeight']||_0x41b179[_0x30c2e0(0x996)]()['defaultPageSize'][_0x30c2e0(0x95b)]});_0x4b5a36[_0x30c2e0(0x955)](_0x318842,0x0),this[_0x30c2e0(0x73a)][_0x30c2e0(0x3f7)](_0x318842[_0x30c2e0(0xa26)],_0x318842),_0x1b201e['forEach'](_0x3f7169=>{const _0x2c3198=_0x30c2e0;_0x4b5a36[_0x2c3198(0x955)](_0x3f7169,_0x2548c0),this[_0x2c3198(0x73a)][_0x2c3198(0x3f7)](_0x3f7169[_0x2c3198(0xa26)],_0x3f7169);}),xa(_0x1201e2,_0x11aee9,_0x4b5a36,{'unitId':_0x12430c,'subUnitId':_0x42fee4,'pageOffsetLeft':this['_pageOffsetLeft'],'pageOffsetTop':this[_0x30c2e0(0x524)],'sceneType':this['_sceneType'],'showPlaceholder':this[_0x30c2e0(0x2b5)],'objectProvider':this[_0x30c2e0(0x72d)],'renderObjectMap':this['_renderObjectMap']}),_0x4b5a36[_0x30c2e0(0x752)](!0x0);}[_0x5347ad(0x261)](){const _0x2d09fd=_0x5347ad;this[_0x2d09fd(0x8ce)](),super[_0x2d09fd(0x261)]();}};al=$([Q(0x1,_0x3bd740(_0x3a4166)),Q(0x2,_0x1c430b),Q(0x3,_0x446559),Q(0x4,_0x46972e),Q(0x5,_0x275599),Q(0x6,_0x47c48b),Q(0x7,_0x3bd740(_0x4284b8))],al);const ol={'type':_0x55bcba[_0x5347ad(0x259)],'id':'slide.operation.open-object-list-panel','handler'(){return!0x0;}},sl={'type':_0x55bcba['OPERATION'],'id':_0x5347ad(0x529),'handler'(){return!0x0;}},cl={'type':_0x55bcba[_0x5347ad(0x259)],'id':_0x5347ad(0x38d),'handler'(){return!0x0;}},ll={'type':_0x55bcba['OPERATION'],'id':'slide.operation.close-page-background-format-panel','handler'(){return!0x0;}},ul={'type':_0x55bcba[_0x5347ad(0x259)],'id':_0x5347ad(0x561),'handler'(){return!0x0;}},dl={'type':_0x55bcba[_0x5347ad(0x259)],'id':_0x5347ad(0x58e),'handler'(){return!0x0;}},fl={'type':_0x55bcba[_0x5347ad(0x259)],'id':_0x5347ad(0x1ce),'handler'(){return!0x0;}},pl={'type':_0x55bcba['OPERATION'],'id':_0x5347ad(0x5bf),'handler'(){return!0x0;}},ml=_0x5347ad(0x8d6),hl='slides-ui.page-background-edit-panel',gl=_0x5347ad(0x4a4),_l=_0x5347ad(0x7d5),vl=_0x47190b(_0x5347ad(0x8fd)),yl={'shapePanelOpen':!0x1,'backgroundPanelOpen':!0x1,'transitionPanelOpen':!0x1,'objectListPanelOpen':!0x1};var bl=class extends _0x278e37{constructor(..._0x1e1e1b){const _0x4237a4=_0x5347ad;super(..._0x1e1e1b),Z(this,_0x4237a4(0x9f9),new _0x309cfe({...yl})),Z(this,'state$',this[_0x4237a4(0x9f9)][_0x4237a4(0x41b)]()),Z(this,_0x4237a4(0x415),this['_state$'][_0x4237a4(0xa14)](_0x5997f6(_0x4c5bf5=>_0x4c5bf5['shapePanelOpen']||_0x4c5bf5[_0x4237a4(0x845)]||_0x4c5bf5[_0x4237a4(0x934)]||_0x4c5bf5[_0x4237a4(0x899)]),_0x37e9a5()));}['dispose'](){const _0x1821de=_0x5347ad;this[_0x1821de(0x9f9)]['complete'](),super['dispose']();}[_0x5347ad(0x996)](){const _0x56aa36=_0x5347ad;return this[_0x56aa36(0x9f9)][_0x56aa36(0x336)]();}[_0x5347ad(0x662)](_0x12a77d){const _0x2cb93a=_0x5347ad;this[_0x2cb93a(0x685)]({'shapePanelOpen':_0x12a77d});}[_0x5347ad(0x19d)](_0x191b64){const _0x3d5a15=_0x5347ad;this[_0x3d5a15(0x685)]({'backgroundPanelOpen':_0x191b64});}[_0x5347ad(0x1a6)](_0x3c031d){const _0xcd259b=_0x5347ad;this[_0xcd259b(0x685)]({'transitionPanelOpen':_0x3c031d});}[_0x5347ad(0x701)](_0xb92a93){const _0x2cd3d8=_0x5347ad;this[_0x2cd3d8(0x685)]({'objectListPanelOpen':_0xb92a93});}['_patch'](_0x26a012){const _0x5abf1b=_0x5347ad;let _0x21bd1a=this[_0x5abf1b(0x9f9)][_0x5abf1b(0x336)](),_0x3e5734={..._0x21bd1a,..._0x26a012};_0x21bd1a[_0x5abf1b(0x50f)]===_0x3e5734[_0x5abf1b(0x50f)]&&_0x21bd1a[_0x5abf1b(0x845)]===_0x3e5734['backgroundPanelOpen']&&_0x21bd1a[_0x5abf1b(0x934)]===_0x3e5734[_0x5abf1b(0x934)]&&_0x21bd1a['objectListPanelOpen']===_0x3e5734['objectListPanelOpen']||this[_0x5abf1b(0x9f9)]['next'](_0x3e5734);}};function xl(_0x2d7f15){const _0x47b25b=_0x5347ad;return _0x2d7f15===_0x551b6d[_0x47b25b(0xa0a)]?0x0:_0x2d7f15===_0x551b6d[_0x47b25b(0x51c)]?0x1:_0x2d7f15===_0x551b6d['Slide']?0x2:-0x1;}function Sl(_0x3fe0d9){const _0x36d6e0=_0x5347ad;let _0x4f034b=_0x3fe0d9[_0x36d6e0(0x6c4)](/^[^:]+:[^:]+:\d+:(.+)$/);return _0x4f034b!=null&&_0x4f034b[0x1]?_0x4f034b[0x1]:_0x3fe0d9;}function Cl(_0x5116fc,_0x170bab){const _0x465f95=_0x5347ad;var _0x20c16b,_0x2af667,_0x34732c,_0x5d84d6,_0x863b2b,_0x15ca39,_0x50e481,_0x26b379,_0x210ae1,_0x132c11,_0x276e67,_0x47b600,_0x2bf755,_0x1d1fe0;return _0x170bab?{..._0x5116fc,..._0x170bab,'fill':{...(_0x20c16b=_0x5116fc['fill'])==null?{}:_0x20c16b,...(_0x2af667=_0x170bab[_0x465f95(0x188)])==null?{}:_0x2af667},'stroke':{...(_0x34732c=_0x5116fc[_0x465f95(0x659)])==null?{}:_0x34732c,...(_0x5d84d6=_0x170bab[_0x465f95(0x659)])==null?{}:_0x5d84d6},'ln':{...(_0x863b2b=_0x5116fc['ln'])==null?{}:_0x863b2b,...(_0x15ca39=_0x170bab['ln'])==null?{}:_0x15ca39,'startArrow':{...(_0x50e481=(_0x26b379=_0x5116fc['ln'])==null?void 0x0:_0x26b379[_0x465f95(0x539)])==null?{}:_0x50e481,...(_0x210ae1=(_0x132c11=_0x170bab['ln'])==null?void 0x0:_0x132c11['startArrow'])==null?{}:_0x210ae1},'endArrow':{...(_0x276e67=(_0x47b600=_0x5116fc['ln'])==null?void 0x0:_0x47b600['endArrow'])==null?{}:_0x276e67,...(_0x2bf755=(_0x1d1fe0=_0x170bab['ln'])==null?void 0x0:_0x1d1fe0[_0x465f95(0x7cb)])==null?{}:_0x2bf755}}}:_0x5116fc;}function wl(_0x505835){const _0x11a7cd=_0x5347ad;var _0x1ee3d1,_0x33b568,_0x1ee121,_0x4dc952,_0x2e5e26,_0x2db2e4,_0x4f9b48,_0x3fc322,_0x140861,_0x3760d3,_0x2f5c97,_0x5a3368,_0x233abf,_0x2880b2,_0x183ab9,_0x249d35;return{..._0x505835,'fill':{'fillType':(_0x1ee3d1=(_0x33b568=_0x505835[_0x11a7cd(0x188)])==null?void 0x0:_0x33b568['fillType'])==null?_0x51273c[_0x11a7cd(0x3dd)]:_0x1ee3d1,'color':(_0x1ee121=(_0x4dc952=_0x505835[_0x11a7cd(0x188)])==null?void 0x0:_0x4dc952[_0x11a7cd(0x3b7)])==null?_0x588523[_0x11a7cd(0x188)]:_0x1ee121,'opacity':(_0x2e5e26=(_0x2db2e4=_0x505835['fill'])==null?void 0x0:_0x2db2e4['opacity'])==null?0x1:_0x2e5e26,...(_0x4f9b48=_0x505835[_0x11a7cd(0x188)])==null?{}:_0x4f9b48},'stroke':{'lineStrokeType':(_0x3fc322=(_0x140861=_0x505835[_0x11a7cd(0x659)])==null?void 0x0:_0x140861[_0x11a7cd(0x4a3)])==null?_0x52dafb[_0x11a7cd(0x5ba)]:_0x3fc322,'color':(_0x3760d3=(_0x2f5c97=_0x505835[_0x11a7cd(0x659)])==null?void 0x0:_0x2f5c97[_0x11a7cd(0x3b7)])==null?_0x588523['stroke']:_0x3760d3,'width':(_0x5a3368=(_0x233abf=_0x505835[_0x11a7cd(0x659)])==null?void 0x0:_0x233abf[_0x11a7cd(0x8d2)])==null?_0x588523[_0x11a7cd(0x9da)]:_0x5a3368,'opacity':(_0x2880b2=(_0x183ab9=_0x505835[_0x11a7cd(0x659)])==null?void 0x0:_0x183ab9[_0x11a7cd(0x53c)])==null?0x1:_0x2880b2,...(_0x249d35=_0x505835[_0x11a7cd(0x659)])==null?{}:_0x249d35}};}function Tl(_0xe0bce7,_0x340297){const _0x1c6683=_0x5347ad;let _0xf10234=Sl(_0x340297),_0x5a27ad=_0xe0bce7[_0x1c6683(0x9bf)](_0x129614=>_0x129614[_0x1c6683(0x5fb)][_0x1c6683(0x72f)]===_0x42916e[_0x1c6683(0x514)])['filter'](_0x5ab153=>Sl(_0x5ab153[_0x1c6683(0x51f)])===_0xf10234)[_0x1c6683(0x478)]((_0x4ddefc,_0x22b1d3)=>xl(_0x4ddefc[_0x1c6683(0x946)])-xl(_0x22b1d3['sourcePageType'])),_0x463d2d={};return _0x5a27ad[_0x1c6683(0x4fa)](_0x1e4b05=>{let _0x3c823f=_0x1e4b05['element'];_0x463d2d=Cl(_0x463d2d,_0x3c823f['shapeData']);}),wl(_0x463d2d);}let El=class extends _0x278e37{constructor(_0x4f3f0d,_0x2d3e42,_0x364c20,_0xa05198,_0x1078a2){const _0x20dbed=_0x5347ad;super(),this['_sidebarService']=_0x4f3f0d,this['_slideDrawingService']=_0x2d3e42,this[_0x20dbed(0x168)]=_0x364c20,this[_0x20dbed(0x36b)]=_0xa05198,this[_0x20dbed(0x164)]=_0x1078a2,Z(this,_0x20dbed(0x904),null),Z(this,_0x20dbed(0x3e4),null),Z(this,_0x20dbed(0x788),!0x1),Z(this,_0x20dbed(0x7b4),null),Z(this,_0x20dbed(0x65c),!0x1),Z(this,'_activeTransitionInfo',null),Z(this,_0x20dbed(0x635),!0x1),Z(this,_0x20dbed(0x3d2),null),this[_0x20dbed(0x7d6)](),this[_0x20dbed(0x6f2)]();}[_0x5347ad(0x7d6)](){const _0x495ac=_0x5347ad;this['disposeWithMe'](this[_0x495ac(0x164)][_0x495ac(0x314)](_0x5887a2=>{const _0x2244f0=_0x495ac;if(_0x5887a2['id']===ul['id']){let _0x4aca5b=_0x5887a2['params'];this['_activeShapeInfo']=this[_0x2244f0(0x33a)](_0x4aca5b[_0x2244f0(0x51b)],_0x4aca5b[_0x2244f0(0x657)],_0x4aca5b[_0x2244f0(0x51f)]),this[_0x2244f0(0x3e4)]&&this['_openShapeEditPanel']();return;}if(_0x5887a2['id']===dl['id']){this[_0x2244f0(0x3e4)]=null,this[_0x2244f0(0x800)]();return;}if(_0x5887a2['id']===cl['id']){let _0x2e580b=_0x5887a2[_0x2244f0(0x88d)];if(!(_0x2e580b!=null&&_0x2e580b[_0x2244f0(0x51b)])||!_0x2e580b['subUnitId'])return;this[_0x2244f0(0x7b4)]={'unitId':_0x2e580b[_0x2244f0(0x51b)],'subUnitId':_0x2e580b[_0x2244f0(0x657)]},this[_0x2244f0(0x915)]();return;}if(_0x5887a2['id']===ll['id']){this[_0x2244f0(0x7b4)]=null,this[_0x2244f0(0x199)]();return;}if(_0x5887a2['id']===fl['id']){let _0x5e6d31=_0x5887a2['params'];if(!(_0x5e6d31!=null&&_0x5e6d31[_0x2244f0(0x51b)])||!_0x5e6d31['subUnitId'])return;this[_0x2244f0(0x1ab)]={'unitId':_0x5e6d31['unitId'],'subUnitId':_0x5e6d31[_0x2244f0(0x657)]},this[_0x2244f0(0x89e)]();return;}if(_0x5887a2['id']===pl['id']){this[_0x2244f0(0x1ab)]=null,this[_0x2244f0(0x6fa)]();return;}if(_0x5887a2['id']===ol['id']){let _0x3d46ad=_0x5887a2[_0x2244f0(0x88d)];if(!(_0x3d46ad!=null&&_0x3d46ad['unitId'])||!_0x3d46ad['subUnitId'])return;this[_0x2244f0(0x3d2)]={'unitId':_0x3d46ad[_0x2244f0(0x51b)],'subUnitId':_0x3d46ad[_0x2244f0(0x657)]},this[_0x2244f0(0x159)]();return;}if(_0x5887a2['id']===sl['id']){this['_activeObjectListInfo']=null,this[_0x2244f0(0x581)]();return;}if(_0x5887a2['id']===_0x2ffecc['id']&&this['_activeShapeInfo']){let _0x52441f=this[_0x2244f0(0x33a)](this[_0x2244f0(0x3e4)][_0x2244f0(0x51b)],this[_0x2244f0(0x3e4)][_0x2244f0(0x657)],this[_0x2244f0(0x3e4)]['drawingId']);if(!_0x52441f){this[_0x2244f0(0x3e4)]=null,this[_0x2244f0(0x800)]();return;}this[_0x2244f0(0x3e4)]=_0x52441f,this['_isOpenedShapeEditPanel']&&this[_0x2244f0(0x747)]();}_0x5887a2['id']===_0x5c86a6['id']&&this[_0x2244f0(0x7b4)]&&this['_isOpenedBackgroundEditPanel']&&this[_0x2244f0(0x915)]();}));}[_0x5347ad(0x6f2)](){const _0x2939de=_0x5347ad;this[_0x2939de(0x70e)](this[_0x2939de(0x5bb)][_0x2939de(0x532)][_0x2939de(0x7f6)](_0x5720f9=>{const _0x1845f7=_0x2939de;_0x5720f9['length']===0x0&&(this[_0x1845f7(0x3e4)]=null,this['_closeShapeEditPanel']());}));}[_0x5347ad(0x33a)](_0x34c9d1,_0xacef6e,_0x4b19bf){const _0x5ab968=_0x5347ad;let _0x4f216b=this['_slideDrawingService'][_0x5ab968(0x429)]({'unitId':_0x34c9d1,'subUnitId':_0xacef6e,'drawingId':_0x4b19bf});if(!_0x4f216b||_0x4f216b[_0x5ab968(0x5fb)][_0x5ab968(0x72f)]!==_0x42916e[_0x5ab968(0x514)]&&_0x4f216b[_0x5ab968(0x5fb)]['type']!==_0x42916e['Image']&&_0x4f216b[_0x5ab968(0x5fb)][_0x5ab968(0x72f)]!==_0x42916e[_0x5ab968(0x5fd)])return null;if(_0x4f216b[_0x5ab968(0x5fb)][_0x5ab968(0x72f)]===_0x42916e[_0x5ab968(0x2d7)]||_0x4f216b[_0x5ab968(0x5fb)][_0x5ab968(0x72f)]===_0x42916e[_0x5ab968(0x5fd)])return{'unitId':_0x34c9d1,'subUnitId':_0xacef6e,'drawingId':_0x4b19bf,'transform':_0x4f216b['transform'],'element':_0x4f216b[_0x5ab968(0x5fb)]};let _0x54107a=this[_0x5ab968(0x5bb)][_0x5ab968(0x9e1)](_0x34c9d1,_0xacef6e),_0x39b846=Tl(Object[_0x5ab968(0x244)](_0x54107a),_0x4f216b[_0x5ab968(0x51f)]),_0x2845d0={..._0x4f216b['element'],'shapeData':_0x39b846};return{'unitId':_0x34c9d1,'subUnitId':_0xacef6e,'drawingId':_0x4b19bf,'transform':_0x4f216b[_0x5ab968(0x2d1)],'element':_0x2845d0};}[_0x5347ad(0x747)](){const _0x438581=_0x5347ad;var _0x11295d;if(!this[_0x438581(0x3e4)])return;let _0x4ead07=this[_0x438581(0x3e4)];(_0x11295d=this[_0x438581(0x904)])==null||_0x11295d['dispose'](),this[_0x438581(0x3e4)]=_0x4ead07,this[_0x438581(0x904)]=this[_0x438581(0x6b3)][_0x438581(0xa12)]({'id':ml,'header':{'title':this[_0x438581(0x168)]['t'](_0x438581(0x67a))},'width':0x184,'children':{'label':ml,..._0x4ead07},'onClose':()=>{const _0x4f452e=_0x438581;this[_0x4f452e(0x788)]=!0x1,this[_0x4f452e(0x3e4)]=null,this[_0x4f452e(0x904)]=null,this[_0x4f452e(0x36b)][_0x4f452e(0x662)](!0x1);}}),this[_0x438581(0x788)]=!0x0,this['_sidebarStateService'][_0x438581(0x662)](!0x0);}['_closeShapeEditPanel'](){const _0x9e73d3=_0x5347ad;this[_0x9e73d3(0x788)]=!0x1,this[_0x9e73d3(0x6b3)]['close'](ml),this[_0x9e73d3(0x904)]=null,this[_0x9e73d3(0x36b)][_0x9e73d3(0x662)](!0x1);}[_0x5347ad(0x915)](){const _0x17fb1a=_0x5347ad;var _0x1b2e05;if(!this['_activeBackgroundInfo'])return;let _0x19d8c5=this[_0x17fb1a(0x7b4)];(_0x1b2e05=this[_0x17fb1a(0x904)])==null||_0x1b2e05[_0x17fb1a(0x261)](),this[_0x17fb1a(0x7b4)]=_0x19d8c5,this[_0x17fb1a(0x904)]=this[_0x17fb1a(0x6b3)]['open']({'id':hl,'header':{'title':this[_0x17fb1a(0x168)]['t'](_0x17fb1a(0x7cf))},'width':0x184,'children':{'label':hl,..._0x19d8c5},'onClose':()=>{const _0x5dbe59=_0x17fb1a;this[_0x5dbe59(0x65c)]=!0x1,this[_0x5dbe59(0x7b4)]=null,this[_0x5dbe59(0x904)]=null,this[_0x5dbe59(0x36b)][_0x5dbe59(0x19d)](!0x1);}}),this[_0x17fb1a(0x65c)]=!0x0,this['_sidebarStateService'][_0x17fb1a(0x19d)](!0x0);}[_0x5347ad(0x199)](){const _0xfecc04=_0x5347ad;this[_0xfecc04(0x65c)]=!0x1,this[_0xfecc04(0x6b3)][_0xfecc04(0x978)](hl),this[_0xfecc04(0x904)]=null,this[_0xfecc04(0x36b)][_0xfecc04(0x19d)](!0x1);}[_0x5347ad(0x89e)](){const _0x566a35=_0x5347ad;var _0xd7b5c8;if(!this[_0x566a35(0x1ab)])return;let _0x221392=this['_activeTransitionInfo'];(_0xd7b5c8=this['_sidebarDisposable'])==null||_0xd7b5c8[_0x566a35(0x261)](),this[_0x566a35(0x1ab)]=_0x221392,this['_sidebarDisposable']=this[_0x566a35(0x6b3)][_0x566a35(0xa12)]({'id':gl,'header':{'title':this[_0x566a35(0x168)]['t']('slides-ui.transitionPanel.title')},'width':0x184,'children':{'label':gl,..._0x221392},'onClose':()=>{const _0x19d5e6=_0x566a35;this[_0x19d5e6(0x635)]=!0x1,this[_0x19d5e6(0x1ab)]=null,this[_0x19d5e6(0x904)]=null,this[_0x19d5e6(0x36b)][_0x19d5e6(0x1a6)](!0x1);}}),this[_0x566a35(0x635)]=!0x0,this['_sidebarStateService'][_0x566a35(0x1a6)](!0x0);}[_0x5347ad(0x6fa)](){const _0x38431b=_0x5347ad;this[_0x38431b(0x635)]=!0x1,this[_0x38431b(0x6b3)]['close'](gl),this[_0x38431b(0x904)]=null,this[_0x38431b(0x36b)]['setTransitionPanelOpen'](!0x1);}['_openObjectListPanel'](){const _0x276906=_0x5347ad;var _0x49bb42;if(!this[_0x276906(0x3d2)])return;let _0xc2025a=this[_0x276906(0x3d2)];(_0x49bb42=this['_sidebarDisposable'])==null||_0x49bb42[_0x276906(0x261)](),this[_0x276906(0x3d2)]=_0xc2025a,this['_sidebarDisposable']=this['_sidebarService'][_0x276906(0xa12)]({'id':_l,'header':{'title':this['_localeService']['t'](_0x276906(0x63c))},'width':0x168,'children':{'label':_l,..._0xc2025a},'onClose':()=>{const _0xd64948=_0x276906;this[_0xd64948(0x3d2)]=null,this[_0xd64948(0x904)]=null,this[_0xd64948(0x36b)][_0xd64948(0x701)](!0x1);}}),this[_0x276906(0x36b)][_0x276906(0x701)](!0x0);}['_closeObjectListPanel'](){const _0x289283=_0x5347ad;this[_0x289283(0x6b3)][_0x289283(0x978)](_l),this['_sidebarDisposable']=null,this[_0x289283(0x36b)]['setObjectListPanelOpen'](!0x1);}};El=$([Q(0x0,_0x3bd740(_0x1c7d73)),Q(0x1,_0x3bd740(_0x47c48b)),Q(0x2,_0x3bd740(_0x4c8617)),Q(0x3,_0x3bd740(vl)),Q(0x4,_0x46972e)],El);const Dl=_0x47190b(_0x5347ad(0x939)),Ol={'active':!0x1,'unitId':null,'previousSlideId':null,'currentSlideId':null,'currentIndex':-0x1,'total':0x0};let kl=class extends _0x278e37{constructor(_0xcac159){const _0x47824a=_0x5347ad;super(),this[_0x47824a(0x68c)]=_0xcac159,Z(this,_0x47824a(0x9f9),new _0x309cfe({...Ol})),Z(this,'state$',this[_0x47824a(0x9f9)]['asObservable']());}['dispose'](){const _0x2db2b5=_0x5347ad;this[_0x2db2b5(0x9f9)][_0x2db2b5(0x6f4)](),super[_0x2db2b5(0x261)]();}[_0x5347ad(0x996)](){const _0x381050=_0x5347ad;return this[_0x381050(0x9f9)][_0x381050(0x336)]();}['start'](_0x158f68={}){const _0x1b49f2=_0x5347ad;var _0x5ba39e,_0x45e768,_0x5386cd;let _0x184b28=this['_resolveSlideModel'](_0x158f68[_0x1b49f2(0x51b)]);if(!_0x184b28)return!0x1;let _0x263aa6=this[_0x1b49f2(0x7b5)](_0x184b28);if(!_0x263aa6['length'])return!0x1;let _0x41e48d=(_0x5ba39e=_0x184b28[_0x1b49f2(0x27d)][_0x1b49f2(0x3c9)]())==null?void 0x0:_0x5ba39e[_0x1b49f2(0xa23)](),_0x10dc72=_0x158f68['fromBeginning']||(_0x45e768=(_0x5386cd=_0x158f68[_0x1b49f2(0x8c8)])==null?_0x41e48d:_0x5386cd)==null?_0x263aa6[0x0]:_0x45e768,_0x5c5b42=_0x263aa6[_0x1b49f2(0x278)](_0x10dc72)?_0x10dc72:_0x263aa6[0x0];return this[_0x1b49f2(0x282)](_0x184b28,_0x263aa6,_0x5c5b42,null,!0x1);}[_0x5347ad(0x4f3)](){const _0x56ffde=_0x5347ad;this[_0x56ffde(0x9f9)]['next']({...Ol});}['next'](){const _0x26cddb=_0x5347ad;var _0x9bc4d7;let _0x3d53f8=this[_0x26cddb(0x9f9)]['getValue'](),_0x4edbef=this[_0x26cddb(0x519)]((_0x9bc4d7=_0x3d53f8[_0x26cddb(0x51b)])==null?void 0x0:_0x9bc4d7);if(!_0x3d53f8[_0x26cddb(0x9f7)]||!_0x3d53f8['currentSlideId']||!_0x4edbef)return!0x1;let _0x4fc00f=this['_getVisibleSlideIds'](_0x4edbef),_0x3908ed=_0x4fc00f[_0x26cddb(0x733)](_0x3d53f8[_0x26cddb(0x5e1)]);return _0x3908ed===-0x1?(this[_0x26cddb(0x4f3)](),!0x1):_0x3908ed>=_0x4fc00f[_0x26cddb(0x9dd)]-0x1?(this[_0x26cddb(0x4f3)](),!0x0):this[_0x26cddb(0x282)](_0x4edbef,_0x4fc00f,_0x4fc00f[_0x3908ed+0x1],_0x3d53f8['currentSlideId'],!0x0);}['previous'](){const _0x1a8236=_0x5347ad;var _0xbc79f3;let _0x17babc=this[_0x1a8236(0x9f9)][_0x1a8236(0x336)](),_0x2ea17c=this['_resolveSlideModel']((_0xbc79f3=_0x17babc[_0x1a8236(0x51b)])==null?void 0x0:_0xbc79f3);if(!_0x17babc[_0x1a8236(0x9f7)]||!_0x17babc[_0x1a8236(0x5e1)]||!_0x2ea17c)return!0x1;let _0x2ce75b=this['_getVisibleSlideIds'](_0x2ea17c),_0x29e6cf=_0x2ce75b[_0x1a8236(0x733)](_0x17babc[_0x1a8236(0x5e1)]);return _0x29e6cf<=0x0?!0x1:this[_0x1a8236(0x282)](_0x2ea17c,_0x2ce75b,_0x2ce75b[_0x29e6cf-0x1],_0x17babc[_0x1a8236(0x5e1)],!0x0);}[_0x5347ad(0x5ee)](_0x52cefd){const _0x309d16=_0x5347ad;var _0x1cf669;let _0x804e40=this[_0x309d16(0x9f9)][_0x309d16(0x336)](),_0x3c8726=this[_0x309d16(0x519)]((_0x1cf669=_0x804e40[_0x309d16(0x51b)])==null?void 0x0:_0x1cf669);if(!_0x804e40[_0x309d16(0x9f7)]||!_0x3c8726)return!0x1;let _0x25100f=this['_getVisibleSlideIds'](_0x3c8726);return _0x25100f[_0x309d16(0x278)](_0x52cefd)?this[_0x309d16(0x282)](_0x3c8726,_0x25100f,_0x52cefd,_0x804e40['currentSlideId'],_0x804e40[_0x309d16(0x5e1)]!==_0x52cefd):!0x1;}[_0x5347ad(0x972)](_0x532131){const _0x42b813=_0x5347ad;var _0x1140fb;let _0x196d2d=this[_0x42b813(0x9f9)][_0x42b813(0x336)](),_0x357db1=this[_0x42b813(0x519)]((_0x1140fb=_0x196d2d[_0x42b813(0x51b)])==null?void 0x0:_0x1140fb);if(!_0x196d2d[_0x42b813(0x9f7)]||!_0x357db1)return!0x1;let _0x135a63=this['_getVisibleSlideIds'](_0x357db1);return _0x135a63[_0x42b813(0x278)](_0x532131)?this[_0x42b813(0x282)](_0x357db1,_0x135a63,_0x532131,_0x196d2d[_0x42b813(0x5e1)],_0x196d2d[_0x42b813(0x5e1)]!==_0x532131):!0x1;}['previewTransition'](_0x292f49={}){const _0x23a52b=_0x5347ad;var _0x298006,_0x338741,_0x4655d6;let _0x26be55=this[_0x23a52b(0x519)](_0x292f49['unitId']);if(!_0x26be55)return!0x1;let _0x557efb=this[_0x23a52b(0x7b5)](_0x26be55);if(!_0x557efb[_0x23a52b(0x9dd)])return!0x1;let _0x2eb0a2=(_0x298006=_0x26be55[_0x23a52b(0x27d)]['getActiveSlide']())==null?void 0x0:_0x298006[_0x23a52b(0xa23)](),_0x37971b=(_0x338741=(_0x4655d6=_0x292f49[_0x23a52b(0x95d)])==null?_0x2eb0a2:_0x4655d6)==null?_0x557efb[0x0]:_0x338741,_0x5edf1a=_0x557efb[_0x23a52b(0x278)](_0x37971b)?_0x37971b:_0x557efb[0x0];return this[_0x23a52b(0x282)](_0x26be55,_0x557efb,_0x5edf1a,_0x5edf1a,!0x0);}['_resolveSlideModel'](_0x277e4e){const _0x386d0d=_0x5347ad;var _0x306ba2;if(_0x277e4e){var _0x45da6e;return(_0x45da6e=this['_instanceService'][_0x386d0d(0x46d)](_0x277e4e,_0x2a9855[_0x386d0d(0x57f)]))==null?null:_0x45da6e;}return(_0x306ba2=this[_0x386d0d(0x68c)][_0x386d0d(0x9ed)](_0x2a9855[_0x386d0d(0x57f)]))==null?null:_0x306ba2;}[_0x5347ad(0x7b5)](_0x13cfff){const _0x25781a=_0x5347ad;let _0xceae5e=_0x13cfff['getSnapshot']();return _0xceae5e[_0x25781a(0x6c8)][_0x25781a(0x9bf)](_0x5aa697=>{const _0x11a436=_0x25781a;var _0x1d0a48;return!((_0x1d0a48=_0xceae5e[_0x11a436(0x2fc)][_0x5aa697])!=null&&_0x1d0a48[_0x11a436(0x174)]);});}['_goTo'](_0x1761bb,_0x5512cf,_0x26184a,_0x450d03,_0x4c77a5){const _0x3cbde4=_0x5347ad;let _0x1f19b7=_0x5512cf[_0x3cbde4(0x733)](_0x26184a);return _0x1f19b7===-0x1?!0x1:(_0x1761bb['pageManager'][_0x3cbde4(0x971)](_0x26184a),this[_0x3cbde4(0x9f9)][_0x3cbde4(0x920)]({'active':!0x0,'unitId':_0x1761bb['getUnitId'](),'previousSlideId':_0x450d03,'currentSlideId':_0x26184a,'currentIndex':_0x1f19b7,'total':_0x5512cf[_0x3cbde4(0x9dd)],'transition':_0x4c77a5?_0x3e2436(_0x1761bb['getSnapshot'](),_0x26184a):void 0x0}),!0x0);}};kl=$([Q(0x0,_0x1c430b)],kl);function Al(_0x5015cf,_0x22cec6){return _0x22cec6===0x0?_0x5015cf===0x0:(_0x5015cf&_0x22cec6)===_0x22cec6;}function jl(_0xda8314){return'univer-slide-presentation:'+_0xda8314;}function Ml(_0xf0894f){const _0x5d1c63=_0x5347ad;var _0x588282,_0x33b621;return{'version':0x1,'sessionId':_0xf0894f['sessionId'],'messageId':(_0x588282=_0xf0894f[_0x5d1c63(0x645)])==null?_0xf0894f[_0x5d1c63(0x2b0)]['clientId']+':'+_0xf0894f['type']+':'+Date['now']()+':'+Math['random']():_0x588282,'source':_0xf0894f['source'],'target':_0xf0894f[_0x5d1c63(0x53d)],'type':_0xf0894f[_0x5d1c63(0x72f)],'revision':_0xf0894f[_0x5d1c63(0x708)],'sentAt':(_0x33b621=_0xf0894f['sentAt'])==null?Date['now']():_0x33b621,'payload':_0xf0894f['payload']};}function Nl(_0x1b6a4f,_0x279969){const _0x4aeae2=_0x5347ad;var _0x58988e,_0x3d37d8;return!(_0x1b6a4f[_0x4aeae2(0x204)]!==0x1||_0x1b6a4f[_0x4aeae2(0x2b0)][_0x4aeae2(0x833)]===_0x279969[_0x4aeae2(0x833)]||(_0x58988e=_0x1b6a4f[_0x4aeae2(0x53d)])!=null&&_0x58988e[_0x4aeae2(0x950)]&&_0x1b6a4f['target'][_0x4aeae2(0x950)]!==_0x279969[_0x4aeae2(0x950)]||(_0x3d37d8=_0x1b6a4f[_0x4aeae2(0x53d)])!=null&&_0x3d37d8['clientId']&&_0x1b6a4f[_0x4aeae2(0x53d)]['clientId']!==_0x279969[_0x4aeae2(0x833)]);}function Pl(_0x5027e3,_0x42a68d){const _0x32471f=_0x5347ad;return typeof _0x42a68d==_0x32471f(0x6ce)&&_0x42a68d>_0x5027e3;}function Fl(_0x2620c8,_0x175b61){const _0x354448=_0x5347ad;let _0x53d02a=_0x2620c8[_0x354448(0x439)](_0x175b61);return _0x53d02a&&_0x53d02a[_0x354448(0x59b)]()?_0x53d02a:void 0x0;}function Il(_0x4fba56){const _0x6e0579=_0x5347ad;let _0x59aa65=_0x4fba56[_0x6e0579(0x439)](_0x6e0579(0x78c));if(!_0x59aa65)return 0x0;let _0x2885ca=Number(_0x59aa65);return Number[_0x6e0579(0x66d)](_0x2885ca)&&_0x2885ca>=0x0?_0x2885ca:0x0;}function Ll(_0x4d7218){const _0x113f17=_0x5347ad;let _0x535c09=new URLSearchParams(_0x4d7218[_0x113f17(0x9bc)]('?')?_0x4d7218[_0x113f17(0x5b1)](0x1):_0x4d7218);return{'unitId':Fl(_0x535c09,_0x113f17(0x51b)),'sessionId':Fl(_0x535c09,_0x113f17(0x8c3)),'playMode':Il(_0x535c09),'startSlideId':Fl(_0x535c09,_0x113f17(0x8c8))};}function Rl(_0x5e16b1){const _0x39beea=_0x5347ad;let _0xbc7d1e=new URLSearchParams();return _0x5e16b1[_0x39beea(0x51b)]&&_0xbc7d1e['set'](_0x39beea(0x51b),_0x5e16b1[_0x39beea(0x51b)]),_0x5e16b1['sessionId']&&_0xbc7d1e[_0x39beea(0x3f7)]('sessionId',_0x5e16b1[_0x39beea(0x8c3)]),_0xbc7d1e[_0x39beea(0x3f7)](_0x39beea(0x78c),String(_0x5e16b1['playMode'])),_0x5e16b1[_0x39beea(0x8c8)]&&_0xbc7d1e[_0x39beea(0x3f7)]('startSlideId',_0x5e16b1[_0x39beea(0x8c8)]),_0xbc7d1e[_0x39beea(0x42b)]();}function zl(_0x32225a){return new BroadcastChannel(_0x32225a);}var Bl=class extends _0x278e37{constructor(_0x2d5211,_0x1025de=zl){const _0x318735=_0x5347ad;super(),Z(this,_0x318735(0x631),new _0x6b4ad8()),Z(this,_0x318735(0x574),void 0x0),Z(this,'messages$',this[_0x318735(0x631)][_0x318735(0x41b)]()),this[_0x318735(0x574)]=_0x1025de(_0x2d5211),this['_channel'][_0x318735(0x243)]=_0x3a61a6=>{const _0x289fc7=_0x318735;this[_0x289fc7(0x9b2)]||this[_0x289fc7(0x631)][_0x289fc7(0x920)](_0x3a61a6[_0x289fc7(0x1b1)]);};}[_0x5347ad(0x92b)](_0x5edbe9){const _0x1d81d0=_0x5347ad;this[_0x1d81d0(0x9b2)]||this[_0x1d81d0(0x574)][_0x1d81d0(0x716)](_0x5edbe9);}[_0x5347ad(0x261)](){const _0x51b666=_0x5347ad;this[_0x51b666(0x9b2)]||(this[_0x51b666(0x9b2)]=!0x0,this[_0x51b666(0x574)][_0x51b666(0x243)]=null,this[_0x51b666(0x574)][_0x51b666(0x978)](),this[_0x51b666(0x631)][_0x51b666(0x6f4)](),super[_0x51b666(0x261)]());}};const Vl=_0x47190b('slides-ui.presentation-session.service'),Hl={'active':!0x1,'role':null,'sessionId':null,'unitId':null,'clientId':null,'suppressLocalOverlayUnitId':null,'audienceFullscreenPromptVisible':!0x1,'audienceEnded':!0x1},Ul=_0x5347ad(0x964);function Wl(_0x625d75){const _0x19832f=_0x5347ad;return!!_0x625d75&&typeof _0x625d75=='object'&&_0x625d75[_0x19832f(0x72f)]===Ul&&typeof _0x625d75[_0x19832f(0x392)]==_0x19832f(0x9e6)&&!!_0x625d75['message'];}function Gl(_0xb4a6dd){const _0x42b465=_0x5347ad;return _0xb4a6dd+'-'+Date[_0x42b465(0x7f4)]()+'-'+Math[_0x42b465(0x5d2)]()[_0x42b465(0x42b)](0x24)[_0x42b465(0x5b1)](0x2);}function Kl(_0x5d9244){return new Bl(_0x5d9244);}function ql(_0x101675){const _0x4ce138=_0x5347ad;return!_0x101675[_0x4ce138(0x51b)]||!_0x101675[_0x4ce138(0x5e1)]?null:{'unitId':_0x101675[_0x4ce138(0x51b)],'currentSlideId':_0x101675['currentSlideId'],'previousSlideId':_0x101675[_0x4ce138(0x2e1)],'currentIndex':_0x101675[_0x4ce138(0x725)],'total':_0x101675[_0x4ce138(0x7cc)]};}function _0x262c(_0x18c843,_0x4f86d5){_0x18c843=_0x18c843-0x147;const _0xd32748=_0xd327();let _0x262cf7=_0xd32748[_0x18c843];return _0x262cf7;}async function Jl(){const _0x264080=_0x5347ad;try{return await document[_0x264080(0x610)][_0x264080(0x35f)]({'navigationUI':'hide'}),!0x0;}catch{return!0x1;}}function Yl(){const _0x317196=_0x5347ad;window[_0x317196(0x978)]();}let Xl=class extends _0x278e37{constructor(_0x25c9a1,_0x463e35){const _0xd912a9=_0x5347ad;super(),this[_0xd912a9(0x3bc)]=_0x25c9a1,this[_0xd912a9(0x68c)]=_0x463e35,Z(this,'_state$',new _0x309cfe({...Hl})),Z(this,_0xd912a9(0x3a9),null),Z(this,_0xd912a9(0x79b),null),Z(this,'_playbackSubscription',null),Z(this,_0xd912a9(0x65d),null),Z(this,_0xd912a9(0x409),null),Z(this,'_audienceReadyTimer',null),Z(this,_0xd912a9(0x2cd),null),Z(this,_0xd912a9(0x8f0),null),Z(this,_0xd912a9(0x4c1),null),Z(this,_0xd912a9(0x8c0),null),Z(this,'_audienceWindow',null),Z(this,_0xd912a9(0x853),null),Z(this,'_revision',0x0),Z(this,'_lastAppliedRevision',0x0),Z(this,_0xd912a9(0x6e3),void 0x0),Z(this,_0xd912a9(0x395),null),Z(this,'_closeWindow',null),Z(this,_0xd912a9(0x7aa),!0x1),Z(this,'state$',this[_0xd912a9(0x9f9)][_0xd912a9(0x41b)]());}[_0x5347ad(0x261)](){const _0x124e23=_0x5347ad;this[_0x124e23(0x172)](_0x124e23(0x7ba)),this[_0x124e23(0x9f9)][_0x124e23(0x6f4)](),super[_0x124e23(0x261)]();}[_0x5347ad(0x996)](){const _0x5d2954=_0x5347ad;return this[_0x5d2954(0x9f9)][_0x5d2954(0x336)]();}['isOwnerSessionActive'](){const _0x229477=_0x5347ad;let _0x49668f=this[_0x229477(0x996)]();return _0x49668f[_0x229477(0x9f7)]&&_0x49668f[_0x229477(0x950)]===_0x229477(0x90c);}[_0x5347ad(0x186)](){const _0x1432aa=_0x5347ad;let _0x542b84=this['getSnapshot']();return _0x542b84['active']&&_0x542b84[_0x1432aa(0x950)]===_0x1432aa(0x1b6);}[_0x5347ad(0x641)](_0x2c1572){const _0x1ee801=_0x5347ad;let _0x3e6801=this[_0x1ee801(0x996)]();return!!_0x2c1572&&_0x3e6801[_0x1ee801(0x950)]===_0x1ee801(0x90c)&&_0x3e6801[_0x1ee801(0x218)]===_0x2c1572;}['startOwnerSession'](_0x1af854){const _0x455c6c=_0x5347ad;var _0x5a5883,_0x3e77c6;if(this[_0x455c6c(0x172)](_0x455c6c(0x870)),!this[_0x455c6c(0x3bc)][_0x455c6c(0x9f2)]({'unitId':_0x1af854[_0x455c6c(0x51b)],'startSlideId':_0x1af854['startSlideId']}))return!0x1;let _0x5bbabb=Gl(_0x455c6c(0x90c)),_0x1d11ad=jl(_0x1af854[_0x455c6c(0x8c3)]),_0x4dc67a=((_0x5a5883=_0x1af854[_0x455c6c(0x794)])==null?Kl:_0x5a5883)(_0x1d11ad);return this[_0x455c6c(0x853)]=_0x1d11ad,this[_0x455c6c(0x3a9)]=_0x4dc67a,this[_0x455c6c(0x8ad)]=_0x1af854[_0x455c6c(0x271)],this[_0x455c6c(0x4c1)]=setInterval(()=>{const _0x39b687=_0x455c6c;var _0x3e1ebd;(_0x3e1ebd=this[_0x39b687(0x8ad)])!=null&&_0x3e1ebd[_0x39b687(0x4e3)]&&this[_0x39b687(0x172)]('audience-window-closed');},0x3e8),typeof window<'u'&&(this[_0x455c6c(0x8c0)]=()=>{const _0x3e5c97=_0x455c6c;this['endSession'](_0x3e5c97(0x7ba));},window[_0x455c6c(0x25f)](_0x455c6c(0x907),this[_0x455c6c(0x8c0)])),this[_0x455c6c(0x2bf)]=0x0,this[_0x455c6c(0x455)]=0x0,this[_0x455c6c(0x6e3)]=_0x1af854['startSlideId'],this[_0x455c6c(0x7aa)]=!0x1,this[_0x455c6c(0x9f9)][_0x455c6c(0x920)]({...Hl,'active':!0x0,'role':_0x455c6c(0x90c),'sessionId':_0x1af854[_0x455c6c(0x8c3)],'unitId':_0x1af854[_0x455c6c(0x51b)],'clientId':_0x5bbabb,'suppressLocalOverlayUnitId':_0x1af854[_0x455c6c(0x51b)]}),this[_0x455c6c(0x79b)]=_0x4dc67a[_0x455c6c(0x849)]['subscribe'](_0x28de8b=>this[_0x455c6c(0x4d9)](_0x28de8b)),this['_registerWindowMessageFallback'](_0x1d11ad,_0x5cfd42=>this[_0x455c6c(0x4d9)](_0x5cfd42)),this[_0x455c6c(0x426)](_0x1af854['unitId']),this[_0x455c6c(0x40c)]=this[_0x455c6c(0x3bc)][_0x455c6c(0x69b)][_0x455c6c(0x7f6)](_0x2e3be9=>this[_0x455c6c(0x9a9)](_0x2e3be9)),this[_0x455c6c(0x409)]=setTimeout(()=>{const _0x4b2b1d=_0x455c6c;this[_0x4b2b1d(0x409)]=null,this[_0x4b2b1d(0x172)](_0x4b2b1d(0x566));},(_0x3e77c6=_0x1af854[_0x455c6c(0x9d7)])==null?0xea60:_0x3e77c6),!0x0;}[_0x5347ad(0x487)](_0x234c2d){const _0x339228=_0x5347ad;var _0x31d56c,_0x468100,_0x37cf1d;if(this[_0x339228(0x172)](_0x339228(0x870)),!Al(_0x234c2d[_0x339228(0x78c)],0x1)||!this['_playbackService'][_0x339228(0x9f2)]({'unitId':_0x234c2d[_0x339228(0x51b)],'startSlideId':_0x234c2d['startSlideId']}))return!0x1;let _0xf3c9e5=Gl(_0x339228(0x1b6)),_0x2f4936=jl(_0x234c2d['sessionId']),_0x2df806=((_0x31d56c=_0x234c2d[_0x339228(0x794)])==null?Kl:_0x31d56c)(_0x2f4936);this['_channelName']=_0x2f4936,this[_0x339228(0x3a9)]=_0x2df806,this['_requestFullscreen']=(_0x468100=_0x234c2d[_0x339228(0x35f)])==null?Jl:_0x468100,this[_0x339228(0x924)]=(_0x37cf1d=_0x234c2d['closeWindow'])==null?Yl:_0x37cf1d,this[_0x339228(0x455)]=0x0,this[_0x339228(0x6e3)]=_0x234c2d[_0x339228(0x8c8)],this[_0x339228(0x7aa)]=!0x1,this['_state$']['next']({...Hl,'active':!0x0,'role':_0x339228(0x1b6),'sessionId':_0x234c2d[_0x339228(0x8c3)],'unitId':_0x234c2d[_0x339228(0x51b)],'clientId':_0xf3c9e5,'audienceFullscreenPromptVisible':!0x0}),this[_0x339228(0x79b)]=_0x2df806[_0x339228(0x849)][_0x339228(0x7f6)](_0x3357e9=>this['_handleAudienceMessage'](_0x3357e9)),this[_0x339228(0x1a4)](_0x2f4936,_0x3e3516=>this[_0x339228(0x815)](_0x3e3516));let _0x239890=()=>{const _0x304008=_0x339228;let _0x35caf7=Ml({'sessionId':_0x234c2d['sessionId'],'source':{'clientId':_0xf3c9e5,'role':'audience'},'target':{'role':_0x304008(0x90c)},'type':'client.ready','payload':{'unitId':_0x234c2d[_0x304008(0x51b)],'startSlideId':_0x234c2d[_0x304008(0x8c8)],'playMode':_0x234c2d['playMode'],'capabilities':{'fullscreen':typeof document<'u'&&!!document[_0x304008(0x610)][_0x304008(0x35f)],'windowManagement':typeof window<'u'&&typeof window[_0x304008(0x63e)]=='function'}}});_0x2df806['post'](_0x35caf7),this['_postAudienceMessageToOwner'](_0x35caf7);};return _0x239890(),this[_0x339228(0x982)]=setInterval(_0x239890,0x1f4),!0x0;}async[_0x5347ad(0x5d8)](){const _0x18fcd3=_0x5347ad;if(!this[_0x18fcd3(0x186)]()||!this[_0x18fcd3(0x395)])return!0x1;let _0x2db878=await this[_0x18fcd3(0x395)]();return this[_0x18fcd3(0x9f9)][_0x18fcd3(0x920)]({...this[_0x18fcd3(0x996)](),'audienceFullscreenPromptVisible':!_0x2db878}),_0x2db878;}[_0x5347ad(0x172)](_0x38f777){const _0x4513c2=_0x5347ad;var _0xb01cf0,_0x3fdeda,_0x246184;let _0x3702bd=this[_0x4513c2(0x996)](),_0x15635a=_0x3702bd[_0x4513c2(0x9f7)],_0x32cb0c=_0x3702bd[_0x4513c2(0x950)];if(this[_0x4513c2(0x7aa)]=!0x0,_0x15635a&&_0x32cb0c===_0x4513c2(0x90c)&&this[_0x4513c2(0x7be)]('session.end',{'reason':_0x38f777}),this[_0x4513c2(0x83b)](),this[_0x4513c2(0x9c8)](),this['_clearOwnerActiveSlideSync'](),this[_0x4513c2(0x73d)](),this['_clearAudienceClosedTimer'](),this[_0x4513c2(0x89b)](),(_0xb01cf0=this[_0x4513c2(0x79b)])==null||_0xb01cf0[_0x4513c2(0x553)](),this['_messageSubscription']=null,(_0x3fdeda=this[_0x4513c2(0x40c)])==null||_0x3fdeda[_0x4513c2(0x553)](),this['_playbackSubscription']=null,_0x15635a&&this[_0x4513c2(0x3bc)][_0x4513c2(0x4f3)](),_0x32cb0c===_0x4513c2(0x90c))this['_audienceWindow']&&!this['_audienceWindow']['closed']&&this[_0x4513c2(0x8ad)]['close']();else{if(_0x32cb0c===_0x4513c2(0x1b6)){var _0xab1510;(_0xab1510=this[_0x4513c2(0x924)])==null||_0xab1510[_0x4513c2(0x549)](this);}}(_0x246184=this[_0x4513c2(0x3a9)])==null||_0x246184[_0x4513c2(0x261)](),this[_0x4513c2(0x3a9)]=null,this[_0x4513c2(0x8ad)]=null,this[_0x4513c2(0x853)]=null,this[_0x4513c2(0x395)]=null,this['_closeWindow']=null,this['_startSlideId']=void 0x0,this[_0x4513c2(0x2bf)]=0x0,this[_0x4513c2(0x455)]=0x0,this[_0x4513c2(0x9f9)][_0x4513c2(0x920)]({...Hl,'audienceEnded':_0x32cb0c===_0x4513c2(0x1b6)&&_0x15635a}),this[_0x4513c2(0x7aa)]=!0x1;}['_handleOwnerMessage'](_0x459a61){const _0x239108=_0x5347ad;if(!this['_isMessageForCurrentClient'](_0x459a61,'owner')||_0x459a61['type']!==_0x239108(0x75d))return;let _0x27e1bc=this[_0x239108(0x996)]();if(_0x459a61[_0x239108(0x387)]['unitId']!==_0x27e1bc[_0x239108(0x51b)])return;this[_0x239108(0x83b)]();let _0x5de0d3=ql(this[_0x239108(0x3bc)][_0x239108(0x996)]());_0x5de0d3&&this[_0x239108(0x7be)](_0x239108(0x3b1),{'unitId':_0x459a61[_0x239108(0x387)]['unitId'],'startSlideId':this[_0x239108(0x6e3)],'playbackState':_0x5de0d3},{'clientId':_0x459a61[_0x239108(0x2b0)][_0x239108(0x833)],'role':'audience'});}['_broadcastOwnerPlaybackState'](_0xdb9e8b){const _0x1e2cd7=_0x5347ad;let _0x3268fe=this[_0x1e2cd7(0x996)]();if(this[_0x1e2cd7(0x7aa)]||_0x3268fe['role']!==_0x1e2cd7(0x90c)||!_0x3268fe[_0x1e2cd7(0x9f7)])return;if(!_0xdb9e8b[_0x1e2cd7(0x9f7)]){this[_0x1e2cd7(0x172)]('owner-stop');return;}if(_0xdb9e8b[_0x1e2cd7(0x51b)]!==_0x3268fe[_0x1e2cd7(0x51b)])return;let _0x489b6e=ql(_0xdb9e8b);_0x489b6e&&(this[_0x1e2cd7(0x2bf)]+=0x1,this[_0x1e2cd7(0x7be)](_0x1e2cd7(0x5f6),_0x489b6e,{'role':_0x1e2cd7(0x1b6)},this[_0x1e2cd7(0x2bf)]));}['_handleAudienceMessage'](_0x21a477){const _0x27b7c8=_0x5347ad;if(!this['_isMessageForCurrentClient'](_0x21a477,'audience'))return;let _0x40eb78=this[_0x27b7c8(0x996)]();if(_0x21a477[_0x27b7c8(0x72f)]===_0x27b7c8(0x8f9)){this[_0x27b7c8(0x172)](_0x21a477[_0x27b7c8(0x387)][_0x27b7c8(0x50b)]);return;}if(_0x21a477[_0x27b7c8(0x72f)]===_0x27b7c8(0x3b1)){if(_0x21a477[_0x27b7c8(0x387)][_0x27b7c8(0x51b)]!==_0x40eb78[_0x27b7c8(0x51b)])return;this['_clearAudienceReadyTimer'](),this[_0x27b7c8(0x3bc)]['goToSlide'](_0x21a477[_0x27b7c8(0x387)]['playbackState'][_0x27b7c8(0x5e1)]);return;}if(_0x21a477[_0x27b7c8(0x72f)]==='playback.sync'){if(_0x21a477[_0x27b7c8(0x387)][_0x27b7c8(0x51b)]!==_0x40eb78['unitId']||!Pl(this[_0x27b7c8(0x455)],_0x21a477[_0x27b7c8(0x708)]))return;this['_lastAppliedRevision']=_0x21a477[_0x27b7c8(0x708)],this[_0x27b7c8(0x3bc)][_0x27b7c8(0x5ee)](_0x21a477['payload'][_0x27b7c8(0x5e1)]);}}[_0x5347ad(0x29b)](_0x3d929d,_0x342476){const _0xc16e01=_0x5347ad;let _0x19ac87=this[_0xc16e01(0x996)]();return!_0x19ac87[_0xc16e01(0x9f7)]||_0x19ac87[_0xc16e01(0x950)]!==_0x342476||!_0x19ac87['sessionId']||!_0x19ac87['clientId']?!0x1:_0x3d929d['sessionId']===_0x19ac87[_0xc16e01(0x8c3)]&&Nl(_0x3d929d,{'clientId':_0x19ac87[_0xc16e01(0x833)],'role':_0x342476});}['_postOwnerMessage'](_0x2193ff,_0x9ada59,_0x5b09d3,_0x57197c){const _0x3b0064=_0x5347ad;let _0x53bc6b=this[_0x3b0064(0x996)]();if(!this['_transport']||!_0x53bc6b[_0x3b0064(0x8c3)]||!_0x53bc6b[_0x3b0064(0x833)])return;let _0x231e8d=Ml({'sessionId':_0x53bc6b[_0x3b0064(0x8c3)],'source':{'clientId':_0x53bc6b['clientId'],'role':_0x3b0064(0x90c)},'target':_0x5b09d3,'type':_0x2193ff,'revision':_0x57197c,'payload':_0x9ada59});this[_0x3b0064(0x3a9)][_0x3b0064(0x92b)](_0x231e8d),this[_0x3b0064(0x492)](_0x231e8d);}[_0x5347ad(0x426)](_0x3b54eb){const _0x3d2cc7=_0x5347ad;let _0x44d864=this[_0x3d2cc7(0x68c)][_0x3d2cc7(0x46d)](_0x3b54eb,_0x2a9855[_0x3d2cc7(0x57f)]);_0x44d864&&(this[_0x3d2cc7(0x65d)]=_0x44d864[_0x3d2cc7(0x27d)]['activeSlideId$'][_0x3d2cc7(0x7f6)](_0x430554=>{const _0x183d07=_0x3d2cc7;_0x430554&&this[_0x183d07(0x41d)](_0x430554);}));}[_0x5347ad(0x41d)](_0x5cc217){const _0xfff3b1=_0x5347ad;this[_0xfff3b1(0x677)](),this[_0xfff3b1(0x2cd)]=setTimeout(()=>{const _0x4061c3=_0xfff3b1;this[_0x4061c3(0x2cd)]=null;let _0x4794a3=this['getSnapshot'](),_0x26eed2=this['_playbackService'][_0x4061c3(0x996)]();this[_0x4061c3(0x7aa)]||_0x4794a3[_0x4061c3(0x950)]!==_0x4061c3(0x90c)||!_0x4794a3[_0x4061c3(0x9f7)]||!_0x26eed2[_0x4061c3(0x9f7)]||_0x26eed2[_0x4061c3(0x51b)]!==_0x4794a3[_0x4061c3(0x51b)]||_0x26eed2['currentSlideId']!==_0x5cc217&&this[_0x4061c3(0x3bc)]['syncToSlide'](_0x5cc217);},0x0);}['_registerWindowMessageFallback'](_0x58c381,_0x13d80d){const _0x107022=_0x5347ad;typeof window>'u'||(this[_0x107022(0x73d)](),this[_0x107022(0x8f0)]=_0x332429=>{const _0x32f140=_0x107022;_0x332429[_0x32f140(0x3a0)]===window['location']['origin']&&(!Wl(_0x332429['data'])||_0x332429[_0x32f140(0x1b1)][_0x32f140(0x392)]!==_0x58c381||_0x13d80d(_0x332429['data']['message']));},window['addEventListener'](_0x107022(0x2ef),this['_windowMessageHandler']));}[_0x5347ad(0x492)](_0x28ca36){const _0xd24452=_0x5347ad;typeof window>'u'||!this[_0xd24452(0x853)]||!this[_0xd24452(0x8ad)]||this[_0xd24452(0x8ad)][_0xd24452(0x4e3)]||this[_0xd24452(0x8ad)]['postMessage']({'type':Ul,'channelName':this[_0xd24452(0x853)],'message':_0x28ca36},window['location']['origin']);}['_postAudienceMessageToOwner'](_0x5b09b0){const _0x41472f=_0x5347ad;typeof window>'u'||!this[_0x41472f(0x853)]||!window[_0x41472f(0x501)]||typeof window[_0x41472f(0x501)][_0x41472f(0x716)]!=_0x41472f(0x2d8)||window[_0x41472f(0x501)]['postMessage']({'type':Ul,'channelName':this[_0x41472f(0x853)],'message':_0x5b09b0},window[_0x41472f(0x38f)][_0x41472f(0x3a0)]);}[_0x5347ad(0x83b)](){const _0x1e0fe6=_0x5347ad;this['_readyTimer']&&(clearTimeout(this[_0x1e0fe6(0x409)]),this[_0x1e0fe6(0x409)]=null);}[_0x5347ad(0x9c8)](){const _0x1e61de=_0x5347ad;this[_0x1e61de(0x982)]&&(clearInterval(this[_0x1e61de(0x982)]),this['_audienceReadyTimer']=null);}[_0x5347ad(0x8da)](){const _0x25834b=_0x5347ad;var _0x158421;(_0x158421=this[_0x25834b(0x65d)])==null||_0x158421[_0x25834b(0x553)](),this[_0x25834b(0x65d)]=null,this[_0x25834b(0x677)]();}[_0x5347ad(0x677)](){const _0x5891ba=_0x5347ad;this['_ownerActiveSlideSyncTimer']&&(clearTimeout(this[_0x5891ba(0x2cd)]),this['_ownerActiveSlideSyncTimer']=null);}[_0x5347ad(0x73d)](){const _0x20e53e=_0x5347ad;if(!this[_0x20e53e(0x8f0)]||typeof window>'u'){this['_windowMessageHandler']=null;return;}window['removeEventListener'](_0x20e53e(0x2ef),this['_windowMessageHandler']),this[_0x20e53e(0x8f0)]=null;}[_0x5347ad(0x17d)](){const _0x43d907=_0x5347ad;this['_audienceClosedTimer']&&(clearInterval(this[_0x43d907(0x4c1)]),this[_0x43d907(0x4c1)]=null);}[_0x5347ad(0x89b)](){const _0x2f1065=_0x5347ad;if(!this[_0x2f1065(0x8c0)]||typeof window>'u'){this[_0x2f1065(0x8c0)]=null;return;}window[_0x2f1065(0x1e6)]('beforeunload',this[_0x2f1065(0x8c0)]),this[_0x2f1065(0x8c0)]=null;}};Xl=$([Q(0x0,Dl),Q(0x1,_0x1c430b)],Xl);const Zl=_0x47190b(_0x5347ad(0x77e)),Ql=_0x5347ad(0x27b);function $l(){const _0x58a191=_0x5347ad;try{var _0x90750e;return((_0x90750e=globalThis[_0x58a191(0x9a1)])==null?void 0x0:_0x90750e[_0x58a191(0xa0c)](Ql))!=='false';}catch{return!0x0;}}function eu(_0xafb6ff){const _0x19d78a=_0x5347ad;try{var _0x1cebdc;(_0x1cebdc=globalThis['localStorage'])==null||_0x1cebdc[_0x19d78a(0x23e)](Ql,_0xafb6ff?_0x19d78a(0x8e4):_0x19d78a(0x17e));}catch{}}var tu=class extends _0x278e37{constructor(..._0x10a5a7){const _0x5c37c5=_0x5347ad;super(..._0x10a5a7),Z(this,'_visible$',new _0x309cfe($l())),Z(this,_0x5c37c5(0x7bf),this[_0x5c37c5(0x8e6)][_0x5c37c5(0xa14)](_0x37e9a5()));}[_0x5347ad(0x261)](){const _0x21b299=_0x5347ad;this[_0x21b299(0x8e6)][_0x21b299(0x6f4)](),super[_0x21b299(0x261)]();}[_0x5347ad(0x6b4)](){const _0xebb31b=_0x5347ad;return this[_0xebb31b(0x8e6)][_0xebb31b(0x336)]();}['setVisible'](_0x1562c2){const _0xafe0d9=_0x5347ad;this[_0xafe0d9(0x6b4)]()!==_0x1562c2&&(this[_0xafe0d9(0x8e6)]['next'](_0x1562c2),eu(_0x1562c2));}[_0x5347ad(0x585)](){const _0x4a488e=_0x5347ad;this[_0x4a488e(0x615)](!this['getVisible']());}};function nu(_0x509ad0,_0x39b6c2){const _0x28813b=_0x5347ad;return Number[_0x28813b(0x28b)](_0x509ad0)&&_0x509ad0>0x0?_0x509ad0:_0x39b6c2;}function ru(_0x2847af,_0x45fbf4){const _0x4f8493=_0x5347ad;return Number[_0x4f8493(0x28b)](_0x2847af)?_0x2847af:_0x45fbf4;}function iu(_0x16f763){const _0x711291=_0x5347ad;return Number(_0x16f763[_0x711291(0x86d)](0x4));}function au(_0x511113){const _0x2329c6=_0x5347ad;return String(Math[_0x2329c6(0x875)](_0x511113));}function ou(_0x49af5f){const _0x202eea=_0x5347ad;var _0x73a1a,_0x2ec47a;let _0x3a5653=nu((_0x73a1a=_0x49af5f['pageScaleX'])==null?_0x49af5f[_0x202eea(0x7e0)]:_0x73a1a,0x1),_0x1a7024=nu((_0x2ec47a=_0x49af5f['pageScaleY'])==null?_0x49af5f[_0x202eea(0x7e0)]:_0x2ec47a,_0x3a5653),_0x41db53=nu(_0x49af5f['pageWidth'],0x1)*_0x3a5653,_0x159214=nu(_0x49af5f[_0x202eea(0x1be)],0x1)*_0x1a7024,_0x123a1d=ru(_0x49af5f[_0x202eea(0x98b)],0x0)+(ru(_0x49af5f['pageLeft'],0x0)-ru(_0x49af5f[_0x202eea(0x300)],0x0))*_0x3a5653,_0x5ecae5=ru(_0x49af5f[_0x202eea(0x619)],0x0)+(ru(_0x49af5f[_0x202eea(0x363)],0x0)-ru(_0x49af5f[_0x202eea(0x687)],0x0))*_0x1a7024;return{'pageLeft':iu(_0x123a1d),'pageTop':iu(_0x5ecae5),'pageWidth':iu(_0x41db53),'pageHeight':iu(_0x159214),'originX':iu(_0x123a1d+_0x41db53/0x2),'originY':iu(_0x5ecae5+_0x159214/0x2)};}function su(_0x16abe7){const _0x1a7428=_0x5347ad;let _0x11d7ab=Math[_0x1a7428(0x496)](0x0,_0x16abe7['length']),_0x45cf07=nu(_0x16abe7[_0x1a7428(0x558)],0x1),_0x23d382=nu(_0x16abe7['majorStep'],0x78)*_0x45cf07,_0x3fce36=Math[_0x1a7428(0x496)](0x1,Math[_0x1a7428(0x3f8)](nu(_0x16abe7[_0x1a7428(0x225)],0x4))),_0x218237=_0x23d382/_0x3fce36;if(_0x11d7ab<=0x0||_0x218237<=0x0||!Number['isFinite'](_0x16abe7[_0x1a7428(0x3a0)]))return[];let _0x1081cb=Math['floor']((0x0-_0x16abe7[_0x1a7428(0x3a0)])/_0x218237),_0x5401f3=Math[_0x1a7428(0x236)]((_0x11d7ab-_0x16abe7['origin'])/_0x218237),_0x2ce56a=[];for(let _0x1b7051=_0x1081cb;_0x1b7051<=_0x5401f3;_0x1b7051++){let _0xd508b4=iu(_0x16abe7['origin']+_0x1b7051*_0x218237);if(_0xd508b4<0x0||_0xd508b4>_0x11d7ab)continue;let _0x33af11=_0x1b7051%_0x3fce36===0x0,_0x25fc97=_0x1b7051/_0x3fce36;_0x2ce56a[_0x1a7428(0x872)]({'position':_0xd508b4,'value':_0x25fc97,'label':_0x33af11?au(_0x25fc97):'','major':_0x33af11});}return _0x2ce56a;}function cu(_0x51a7ed){const _0x532241=_0x5347ad;return _0x51a7ed?{'background':'#3f3f42','border':_0x532241(0xa22),'tick':_0x532241(0x189),'minorTick':_0x532241(0x54d),'label':_0x532241(0x2ce),'zero':_0x532241(0x2ce),'cursor':_0x532241(0x2ce)}:{'background':_0x532241(0x49d),'border':_0x532241(0x1b7),'tick':_0x532241(0x8c2),'minorTick':_0x532241(0x233),'label':'#111827','zero':_0x532241(0x8b9),'cursor':_0x532241(0x8b9)};}const lu=0x44c,uu={'position':_0x5347ad(0x820),'inset':0x0,'pointerEvents':_0x5347ad(0x90d),'zIndex':0x64},du=_0x5347ad(0x6da),fu=0.5;function pu(_0x54aa88,_0x356471,_0x5b74ac){const _0x35a14b=_0x5347ad;if(_0x356471)return _0x5b74ac?0x0:0x7;let _0x5ae4b9=_0x54aa88*0x2;return Math['abs'](_0x5ae4b9-Math[_0x35a14b(0x3f8)](_0x5ae4b9))<1e-8?0x5:0x3;}function mu(_0x5dc36c){return _0x5dc36c===0x0?1.25:0x1;}function hu(_0x37f08f){return 0xe*fu-_0x37f08f/0x2;}function gu(_0x4a93d8){return 0xe*fu+_0x4a93d8/0x2;}function _u(_0x41a1a1,_0x3dda7b){const _0x569d72=_0x5347ad;return typeof _0x41a1a1==_0x569d72(0x6ce)&&_0x41a1a1>=-0.5&&_0x41a1a1<=_0x3dda7b+0.5;}function vu(_0x2fe9f7){const _0x4992b4=_0x5347ad;return Math[_0x4992b4(0x496)](0x9/0x2,_0x2fe9f7[_0x4992b4(0x9dd)]*0x9*0.3)+0x2;}function yu(_0x1e4623,_0x3cb114,_0x21464c){const _0x36f38f=_0x5347ad;let _0x11a202=vu(_0x3cb114);return Math[_0x36f38f(0x2f7)](Math['max'](_0x1e4623,_0x11a202),_0x21464c-_0x11a202);}function bu(_0x1d64b1){const _0x1eb7f3=_0x5347ad;let {left:_0x305ec9,width:_0x168128,origin:_0x49770e,pageScale:_0x13b421,cursorPosition:_0x4ecf59,majorStep:_0x35d8f2,darkMode:_0x42f9ee}=_0x1d64b1,_0x2df89c=cu(_0x42f9ee),_0x3a0d1a=_0x78f4e5(()=>su({'axis':_0x1eb7f3(0x92f),'length':_0x168128,'origin':_0x49770e,'scale':_0x13b421,'majorStep':_0x35d8f2,'minorDivisions':0x4}),[_0x35d8f2,_0x49770e,_0x13b421,_0x168128]),_0x3abef0=_0x35d8f2*_0x13b421>=0x18;return _0xa122b1('svg',{'data-slide-ruler-axis':_0x1eb7f3(0x92f),'width':_0x168128,'height':0xe,'shapeRendering':_0x1eb7f3(0x44d),'style':{'position':_0x1eb7f3(0x820),'left':_0x305ec9,'top':0x0,'overflow':_0x1eb7f3(0x1df)},'children':[_0x4b9848(_0x1eb7f3(0x281),{'x':0.5,'y':0.5,'width':Math[_0x1eb7f3(0x496)](0x0,_0x168128-0x1),'height':0xd,'fill':_0x2df89c[_0x1eb7f3(0x7a1)],'stroke':_0x2df89c[_0x1eb7f3(0x331)]}),_0x3a0d1a[_0x1eb7f3(0x85d)](_0x146972=>{const _0xe9b5dd=_0x1eb7f3;let _0x33efcb=pu(_0x146972['value'],_0x146972[_0xe9b5dd(0x40f)],_0x3abef0),_0x5ca1ae=_0x146972[_0xe9b5dd(0x5af)]===0x0?_0x2df89c[_0xe9b5dd(0x307)]:_0x146972[_0xe9b5dd(0x40f)]?_0x2df89c['tick']:_0x2df89c[_0xe9b5dd(0x3fd)];return _0xa122b1('g',{'children':[_0x33efcb>0x0?_0x4b9848(_0xe9b5dd(0x84f),{'x1':_0x146972[_0xe9b5dd(0x523)],'y1':hu(_0x33efcb),'x2':_0x146972[_0xe9b5dd(0x523)],'y2':gu(_0x33efcb),'stroke':_0x5ca1ae,'strokeWidth':mu(_0x146972[_0xe9b5dd(0x5af)])}):null,_0x146972['major']&&_0x3abef0?_0x4b9848(_0xe9b5dd(0x742),{'x':yu(_0x146972[_0xe9b5dd(0x523)],_0x146972[_0xe9b5dd(0x461)],_0x168128),'y':0x7,'fill':_0x146972[_0xe9b5dd(0x5af)]===0x0?_0x2df89c[_0xe9b5dd(0x307)]:_0x2df89c[_0xe9b5dd(0x461)],'fontSize':0x9,'fontFamily':du,'fontWeight':0x1f4,'textAnchor':'middle','dominantBaseline':_0xe9b5dd(0x6ca),'children':_0x146972[_0xe9b5dd(0x461)]}):null]},'x-'+_0x146972['position']+'-'+(_0x146972[_0xe9b5dd(0x40f)]?'major':_0xe9b5dd(0x758)));}),_u(_0x4ecf59,_0x168128)?_0x4b9848('line',{'data-slide-ruler-cursor':_0x1eb7f3(0x92f),'x1':_0x4ecf59,'y1':1.5,'x2':_0x4ecf59,'y2':12.5,'stroke':_0x2df89c[_0x1eb7f3(0x1ae)],'strokeWidth':0x1}):null]});}function xu(_0x29b36a){const _0x1e7c38=_0x5347ad;let {top:_0x24640a,height:_0x15c694,origin:_0x39a3f3,pageScale:_0x3972ef,cursorPosition:_0x2931b7,majorStep:_0x1450a2,darkMode:_0x3e8be7}=_0x29b36a,_0x46a477=cu(_0x3e8be7),_0x326715=_0x78f4e5(()=>su({'axis':_0x1e7c38(0x323),'length':_0x15c694,'origin':_0x39a3f3,'scale':_0x3972ef,'majorStep':_0x1450a2,'minorDivisions':0x4}),[_0x15c694,_0x1450a2,_0x39a3f3,_0x3972ef]),_0x30911c=_0x1450a2*_0x3972ef>=0x18;return _0xa122b1(_0x1e7c38(0x64c),{'data-slide-ruler-axis':_0x1e7c38(0x323),'width':0xe,'height':_0x15c694,'shapeRendering':_0x1e7c38(0x44d),'style':{'position':_0x1e7c38(0x820),'left':0x0,'top':_0x24640a,'overflow':_0x1e7c38(0x1df)},'children':[_0x4b9848(_0x1e7c38(0x281),{'x':0.5,'y':0.5,'width':0xd,'height':Math[_0x1e7c38(0x496)](0x0,_0x15c694-0x1),'fill':_0x46a477[_0x1e7c38(0x7a1)],'stroke':_0x46a477[_0x1e7c38(0x331)]}),_0x326715[_0x1e7c38(0x85d)](_0x1e3b44=>{const _0x33f42d=_0x1e7c38;let _0x540773=pu(_0x1e3b44['value'],_0x1e3b44[_0x33f42d(0x40f)],_0x30911c),_0x3e2fb3=_0x1e3b44[_0x33f42d(0x5af)]===0x0?_0x46a477[_0x33f42d(0x307)]:_0x1e3b44[_0x33f42d(0x40f)]?_0x46a477[_0x33f42d(0x1a2)]:_0x46a477[_0x33f42d(0x3fd)],_0x2a7342=yu(_0x1e3b44[_0x33f42d(0x523)],_0x1e3b44['label'],_0x15c694);return _0xa122b1('g',{'children':[_0x540773>0x0?_0x4b9848(_0x33f42d(0x84f),{'x1':hu(_0x540773),'y1':_0x1e3b44[_0x33f42d(0x523)],'x2':gu(_0x540773),'y2':_0x1e3b44[_0x33f42d(0x523)],'stroke':_0x3e2fb3,'strokeWidth':mu(_0x1e3b44[_0x33f42d(0x5af)])}):null,_0x1e3b44[_0x33f42d(0x40f)]&&_0x30911c?_0x4b9848(_0x33f42d(0x742),{'x':0x7,'y':_0x2a7342,'fill':_0x1e3b44['value']===0x0?_0x46a477[_0x33f42d(0x307)]:_0x46a477[_0x33f42d(0x461)],'fontSize':0x9,'fontFamily':du,'fontWeight':0x1f4,'textAnchor':_0x33f42d(0x6ca),'dominantBaseline':_0x33f42d(0x6ca),'transform':'rotate(-90\x207\x20'+_0x2a7342+')','children':_0x1e3b44[_0x33f42d(0x461)]}):null]},'y-'+_0x1e3b44['position']+'-'+(_0x1e3b44[_0x33f42d(0x40f)]?'major':_0x33f42d(0x758)));}),_u(_0x2931b7,_0x15c694)?_0x4b9848(_0x1e7c38(0x84f),{'data-slide-ruler-cursor':'vertical','x1':1.5,'y1':_0x2931b7,'x2':12.5,'y2':_0x2931b7,'stroke':_0x46a477[_0x1e7c38(0x1ae)],'strokeWidth':0x1}):null]});}function Su(_0x4d73e8){const _0x1bdbb3=_0x5347ad;let {width:_0x5d1ea8,height:_0x1224f9,originX:_0x48df43,originY:_0x3b0efd,pageScale:_0x42c924,darkMode:_0x27b61c,pageLeft:_0x14333a=0x0,pageTop:_0x3e8b4f=0x0,pageWidth:_0x2c681e=_0x5d1ea8,pageHeight:_0x3668dc=_0x1224f9,horizontalMajorStep:_0x474342=0x78,verticalMajorStep:_0x295a0b=0x78,pageScaleY:_0x315018=_0x42c924,cursorX:_0x2de925,cursorY:_0x2e08e9}=_0x4d73e8,_0x4900d2=Math[_0x1bdbb3(0x496)](0x0,_0x5d1ea8),_0x19ee9f=Math[_0x1bdbb3(0x496)](0x0,_0x1224f9),_0x102a17=Math[_0x1bdbb3(0x496)](0x0,_0x2c681e),_0x9218f0=Math['max'](0x0,_0x3668dc);return _0x4900d2<=0x0||_0x19ee9f<=0x0||_0x102a17<=0x0||_0x9218f0<=0x0?null:_0xa122b1(_0x1bdbb3(0x949),{'style':uu,'children':[_0x4b9848(bu,{'left':_0x14333a,'width':_0x102a17,'origin':_0x48df43-_0x14333a,'pageScale':_0x42c924,'cursorPosition':typeof _0x2de925==_0x1bdbb3(0x6ce)?_0x2de925-_0x14333a:void 0x0,'majorStep':_0x474342,'darkMode':_0x27b61c}),_0x4b9848(xu,{'top':_0x3e8b4f,'height':_0x9218f0,'origin':_0x3b0efd-_0x3e8b4f,'pageScale':_0x315018,'cursorPosition':typeof _0x2e08e9=='number'?_0x2e08e9-_0x3e8b4f:void 0x0,'majorStep':_0x295a0b,'darkMode':_0x27b61c})]});}function Cu(_0x28823f,_0x2bfb36,_0x35e791){const _0x1f7e06=_0x5347ad;return{'x':_0x2bfb36-_0x28823f['left'],'y':_0x35e791-_0x28823f[_0x1f7e06(0x717)]};}function wu(_0x4fe061,_0x4238bd){const _0x4c4e9c=_0x5347ad;return typeof _0x4fe061==_0x4c4e9c(0x6ce)&&Number[_0x4c4e9c(0x28b)](_0x4fe061)&&_0x4fe061>0x0?_0x4fe061:_0x4238bd;}function Tu(_0x193440){const _0x4cf788=_0x5347ad;return typeof globalThis['requestAnimationFrame']==_0x4cf788(0x2d8)?globalThis['requestAnimationFrame'](_0x193440):globalThis[_0x4cf788(0x673)](_0x193440,0x0);}function Eu(_0x433fe0){const _0x1ce8c5=_0x5347ad;if(typeof globalThis['cancelAnimationFrame']==_0x1ce8c5(0x2d8)){globalThis['cancelAnimationFrame'](_0x433fe0);return;}globalThis[_0x1ce8c5(0x4ce)](_0x433fe0);}function Du(_0x24040d,_0x4d652d=Tu,_0x42f573=Eu){let _0x26a753=null,_0x38514b=()=>{_0x26a753=null,_0x24040d();};return{'schedule':()=>{_0x26a753!==null&&_0x42f573(_0x26a753),_0x26a753=_0x4d652d(_0x38514b);},'dispose':()=>{_0x26a753!==null&&(_0x42f573(_0x26a753),_0x26a753=null);}};}function Ou(_0x2ae784){return()=>{const _0x49196d=_0x262c;let _0x1802cf=_0x2ae784['getRender'](),_0x9ce68b=_0x2ae784[_0x49196d(0x7ca)]();_0x1802cf&&_0x9ce68b&&(_0x1802cf[_0x49196d(0x24a)][_0x49196d(0xa03)](_0x9ce68b),_0x1802cf[_0x49196d(0x24a)][_0x49196d(0x3ac)]()),_0x2ae784[_0x49196d(0x8e5)]();};}function ku(_0x105d3c,_0x16f06a){const _0x456f1=_0x5347ad;var _0x4acecb;let _0x2b28eb=_0x105d3c==null||(_0x4acecb=_0x105d3c['onTransformChange$'])==null?void 0x0:_0x4acecb['subscribeEvent'](_0x16f06a);return _0x2b28eb?()=>_0x2b28eb[_0x456f1(0x553)]():null;}function Au(_0x29bb57){return{'position':'absolute','top':0x0,'left':0x0,'right':0x0,'bottom':0x0};}function ju(){const _0x40dc4f=_0x5347ad;var _0x402175,_0x398ec2;let _0x4847fb=_0x179cf0(null),_0x57dadb=_0x179cf0(null),_0x16e627=_0x4427ea(_0x1c430b),_0x249f6c=_0x4427ea(_0x446559),_0x43f00e=_0x4427ea(_0x275599),_0x3d7267=_0x4427ea(_0x4284b8),_0x2a9331=_0x4427ea(Zl),_0x52d16d=(_0x402175=_0x37e5d1(()=>_0x3d7267[_0x40dc4f(0x9b3)],_0x3d7267[_0x40dc4f(0x4ec)],!0x1,[_0x3d7267]))==null?_0x3d7267[_0x40dc4f(0x4ec)]:_0x402175,_0x375c99=(_0x398ec2=_0x37e5d1(()=>_0x2a9331[_0x40dc4f(0x7bf)],_0x2a9331[_0x40dc4f(0x6b4)](),!0x1,[_0x2a9331]))==null?_0x2a9331[_0x40dc4f(0x6b4)]():_0x398ec2,_0x3a9cc3=_0x37e5d1(()=>_0x16e627['getCurrentTypeOfUnit$'](_0x2a9855[_0x40dc4f(0x57f)]),_0x16e627[_0x40dc4f(0x9ed)](_0x2a9855[_0x40dc4f(0x57f)]),void 0x0,[_0x16e627]),[_0x50f695,_0x1dd0fe]=_0x4692d4(null),[_0x404f5f,_0x32bf01]=_0x4692d4(null),_0x4d693e=_0x2a4f33(_0x1d40d0=>{const _0x35907b=_0x40dc4f;var _0x723d28,_0x138d94,_0x5e154d,_0x2473af,_0x53f588,_0x119593;let _0x4abc0e=_0x4847fb['current'],_0x3733f4=_0x57dadb[_0x35907b(0x83f)];if(!_0x4abc0e||!_0x3733f4)return null;let _0x42ca54=_0x249f6c[_0x35907b(0x78d)](_0x1d40d0[_0x35907b(0x2b2)]());if(!_0x42ca54)return null;let _0x5cb2f4=_0x3733f4[_0x35907b(0x285)]||_0x42ca54[_0x35907b(0x24a)][_0x35907b(0x8d2)]||_0x42ca54[_0x35907b(0x988)][_0x35907b(0x8d2)],_0x23ef70=_0x3733f4[_0x35907b(0x479)]||_0x42ca54['engine'][_0x35907b(0x95b)]||_0x42ca54['scene'][_0x35907b(0x95b)];if(_0x5cb2f4<=0x0||_0x23ef70<=0x0)return null;let _0x251e9e=_0x43f00e[_0x35907b(0x86c)](Zi),_0x12f1f3=_0x1d40d0[_0x35907b(0x996)]()[_0x35907b(0x75e)],_0x3919e1=Yc({'width':_0x5cb2f4,'height':_0x23ef70},_0x12f1f3,_0x251e9e==null?void 0x0:_0x251e9e[_0x35907b(0x9af)]),_0x4459d1=Xc(_0x12f1f3),_0x58dd82=_0x3919e1[_0x35907b(0x8d2)]/_0x4459d1[_0x35907b(0x8d2)]*_0x1d40d0[_0x35907b(0xa34)](),_0x5b83f7=(_0x723d28=(_0x138d94=_0x42ca54[_0x35907b(0x988)])[_0x35907b(0x27c)])==null?void 0x0:_0x723d28[_0x35907b(0x549)](_0x138d94),_0x2d75e4=wu(_0x5b83f7==null?void 0x0:_0x5b83f7['scaleX'],wu(_0x42ca54[_0x35907b(0x988)][_0x35907b(0x739)],_0x58dd82)),_0xf0e86e=wu(_0x5b83f7==null?void 0x0:_0x5b83f7[_0x35907b(0x96b)],wu(_0x42ca54[_0x35907b(0x988)][_0x35907b(0x96b)],_0x2d75e4)),_0x94c304=_0x42ca54[_0x35907b(0x988)][_0x35907b(0x8d2)]||(_0x2d75e4>0x0?_0x5cb2f4/_0x2d75e4:_0x5cb2f4),_0x29af73=_0x42ca54[_0x35907b(0x988)][_0x35907b(0x95b)]||(_0xf0e86e>0x0?_0x23ef70/_0xf0e86e:_0x23ef70),_0x384a46=Math[_0x35907b(0x496)](0x0,(_0x94c304-_0x4459d1[_0x35907b(0x8d2)])/0x2),_0x43d10d=Math[_0x35907b(0x496)](0x0,(_0x29af73-_0x4459d1[_0x35907b(0x95b)])/0x2),_0x4258d9=_0x42ca54[_0x35907b(0x988)][_0x35907b(0x55b)](rl),_0x5ea036=_0x4abc0e['getBoundingClientRect'](),_0xbf52a4=_0x3733f4['getBoundingClientRect'](),_0x19e746=(_0x5e154d=(_0x2473af=_0x42ca54[_0x35907b(0x988)])[_0x35907b(0x612)])==null?void 0x0:_0x5e154d[_0x35907b(0x549)](_0x2473af,il),_0x23b4e0=typeof(_0x19e746==null?void 0x0:_0x19e746[_0x35907b(0x5e2)])==_0x35907b(0x6ce)&&typeof _0x19e746[_0x35907b(0x717)]==_0x35907b(0x6ce)&&typeof _0x19e746[_0x35907b(0x8d2)]==_0x35907b(0x6ce)&&_0x19e746[_0x35907b(0x8d2)]>0x1&&typeof _0x19e746['height']==_0x35907b(0x6ce)&&_0x19e746[_0x35907b(0x95b)]>0x1,_0xd61418=ou({'containerOffsetLeft':_0xbf52a4[_0x35907b(0x5e2)]-_0x5ea036[_0x35907b(0x5e2)],'containerOffsetTop':_0xbf52a4[_0x35907b(0x717)]-_0x5ea036[_0x35907b(0x717)],'pageLeft':_0x23b4e0?_0x19e746['left']:_0x384a46,'pageTop':_0x23b4e0?_0x19e746[_0x35907b(0x717)]:_0x43d10d,'pageWidth':_0x23b4e0?_0x19e746[_0x35907b(0x8d2)]:_0x4459d1[_0x35907b(0x8d2)],'pageHeight':_0x23b4e0?_0x19e746[_0x35907b(0x95b)]:_0x4459d1[_0x35907b(0x95b)],'pageScale':_0x2d75e4,'pageScaleX':_0x2d75e4,'pageScaleY':_0xf0e86e,'viewportScrollX':(_0x53f588=_0x4258d9==null?void 0x0:_0x4258d9[_0x35907b(0x300)])==null?0x0:_0x53f588,'viewportScrollY':(_0x119593=_0x4258d9==null?void 0x0:_0x4258d9[_0x35907b(0x687)])==null?0x0:_0x119593});return{'width':_0x4abc0e[_0x35907b(0x285)],'height':_0x4abc0e[_0x35907b(0x479)],'originX':_0xd61418['originX'],'originY':_0xd61418[_0x35907b(0x1f4)],'pageScaleX':_0x2d75e4,'pageScaleY':_0xf0e86e,'pageLeft':_0xd61418[_0x35907b(0x5d9)],'pageTop':_0xd61418[_0x35907b(0x363)],'pageWidth':_0xd61418[_0x35907b(0x5df)],'pageHeight':_0xd61418[_0x35907b(0x1be)],'horizontalMajorStep':Math[_0x35907b(0x496)](0x1,_0x4459d1[_0x35907b(0x8d2)]/0x20),'verticalMajorStep':Math[_0x35907b(0x496)](0x1,_0x4459d1['height']/0x12)};},[_0x43f00e,_0x249f6c]);return _0x2d05a9(()=>{const _0x57172b=_0x40dc4f;if(!_0x3a9cc3||!_0x57dadb[_0x57172b(0x83f)]){_0x1dd0fe(null);return;}let _0x3978bc=_0x3a9cc3['getUnitId'](),_0x353b1a=!0x1,_0x18bfc0=[],_0x1bab5d=Du(()=>{_0x353b1a||_0x1dd0fe(_0x4d693e(_0x3a9cc3));}),_0x47e59d=_0x1bab5d[_0x57172b(0x2b6)],_0x5b0584=()=>_0x249f6c[_0x57172b(0x78d)](_0x3978bc)||void 0x0,_0x2b67cf=Ou({'getRender':_0x5b0584,'getContainer':()=>_0x57dadb[_0x57172b(0x83f)],'scheduleRefresh':_0x47e59d}),_0x445436=()=>{const _0x53d8fb=_0x57172b;var _0x1f6d70,_0x1380a1;if(_0x353b1a)return!0x1;let _0x357f07=_0x5b0584();if(!_0x357f07||!_0x57dadb['current'])return!0x1;_0x357f07[_0x53d8fb(0x24a)]['setContainer'](_0x57dadb[_0x53d8fb(0x83f)]),_0x357f07[_0x53d8fb(0x24a)][_0x53d8fb(0x3ac)]();let _0x5e97ff=_0x357f07[_0x53d8fb(0x24a)][_0x53d8fb(0x603)][_0x53d8fb(0x911)](_0x47e59d),_0x548832=_0x357f07[_0x53d8fb(0x988)][_0x53d8fb(0x603)][_0x53d8fb(0x911)](_0x47e59d);_0x18bfc0[_0x53d8fb(0x872)](()=>_0x5e97ff[_0x53d8fb(0x553)]()),_0x18bfc0[_0x53d8fb(0x872)](()=>_0x548832['unsubscribe']());let _0x568736=ku((_0x1f6d70=(_0x1380a1=_0x357f07['scene'])[_0x53d8fb(0x612)])==null?void 0x0:_0x1f6d70['call'](_0x1380a1,il),_0x47e59d);_0x568736&&_0x18bfc0[_0x53d8fb(0x872)](_0x568736);let _0x243879=_0x357f07[_0x53d8fb(0x988)][_0x53d8fb(0x55b)](rl);if(_0x243879){let _0x3a95b2=_0x243879['onScrollAfter$'][_0x53d8fb(0x911)](_0x47e59d);_0x18bfc0[_0x53d8fb(0x872)](()=>_0x3a95b2['unsubscribe']());}return _0x47e59d(),!0x0;};_0x445436()||Promise[_0x57172b(0x24c)]()[_0x57172b(0x161)](_0x445436);let _0x4ccbbb=new ResizeObserver(_0x2b67cf);_0x4847fb[_0x57172b(0x83f)]&&_0x4ccbbb['observe'](_0x4847fb['current']),_0x57dadb['current']&&_0x4ccbbb[_0x57172b(0x268)](_0x57dadb[_0x57172b(0x83f)]);let _0x5410a7=_0x3a9cc3[_0x57172b(0x531)][_0x57172b(0x7f6)](_0x2b67cf),_0x470395=_0x3a9cc3[_0x57172b(0x27d)]['activeSlideId$']['subscribe'](_0x2b67cf);return()=>{const _0x1393e7=_0x57172b;_0x353b1a=!0x0,_0x1bab5d[_0x1393e7(0x261)](),_0x4ccbbb['disconnect'](),_0x5410a7[_0x1393e7(0x553)](),_0x470395['unsubscribe'](),_0x18bfc0[_0x1393e7(0x4fa)](_0x256eab=>_0x256eab());};},[_0x249f6c,_0x4d693e,_0x375c99,_0x3a9cc3]),_0x2d05a9(()=>{const _0x2008d9=_0x40dc4f;let _0x5d8dc7=_0x4847fb[_0x2008d9(0x83f)];if(!_0x5d8dc7)return;let _0x26230a=_0x4ae60d=>{const _0x27a9c8=_0x2008d9;_0x32bf01(Cu(_0x5d8dc7[_0x27a9c8(0x4df)](),_0x4ae60d['clientX'],_0x4ae60d['clientY']));},_0xfeeb5=()=>{_0x32bf01(null);};return _0x5d8dc7['addEventListener']('pointermove',_0x26230a,!0x0),_0x5d8dc7['addEventListener'](_0x2008d9(0x74d),_0xfeeb5),()=>{const _0x393ade=_0x2008d9;_0x5d8dc7['removeEventListener']('pointermove',_0x26230a,!0x0),_0x5d8dc7[_0x393ade(0x1e6)](_0x393ade(0x74d),_0xfeeb5);};},[]),_0xa122b1(_0x40dc4f(0x949),{'ref':_0x4847fb,'className':'univer-relative\x20univer-h-full\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20univer-bg-blue-50','children':[_0x4b9848(_0x40dc4f(0x949),{'ref':_0x57dadb,'style':Au(_0x375c99)}),_0x375c99&&_0x50f695?_0x4b9848(Su,{'width':_0x50f695[_0x40dc4f(0x8d2)],'height':_0x50f695[_0x40dc4f(0x95b)],'originX':_0x50f695[_0x40dc4f(0x4cd)],'originY':_0x50f695['originY'],'pageScale':_0x50f695[_0x40dc4f(0x1f5)],'pageScaleY':_0x50f695['pageScaleY'],'pageLeft':_0x50f695[_0x40dc4f(0x5d9)],'pageTop':_0x50f695[_0x40dc4f(0x363)],'pageWidth':_0x50f695[_0x40dc4f(0x5df)],'pageHeight':_0x50f695[_0x40dc4f(0x1be)],'horizontalMajorStep':_0x50f695[_0x40dc4f(0x1bf)],'verticalMajorStep':_0x50f695[_0x40dc4f(0x7bb)],'cursorX':_0x404f5f==null?void 0x0:_0x404f5f['x'],'cursorY':_0x404f5f==null?void 0x0:_0x404f5f['y'],'darkMode':_0x52d16d}):null]});}const Mu=_0x47190b(_0x5347ad(0x7b7));function Nu(){const _0x2c571c=_0x5347ad;return{'getWindow':()=>typeof window>'u'?null:window,'getScreen':()=>typeof screen>'u'?null:screen,'getLocationHref':()=>typeof window>'u'?_0x2c571c(0x783):window['location'][_0x2c571c(0x2dc)]};}function Pu(_0x17ae0b,_0x343038){const _0x31bb40=_0x5347ad;return _0x17ae0b[_0x31bb40(0x5e2)]===_0x343038[_0x31bb40(0x5e2)]&&_0x17ae0b[_0x31bb40(0x717)]===_0x343038[_0x31bb40(0x717)]&&_0x17ae0b['width']===_0x343038['width']&&_0x17ae0b[_0x31bb40(0x95b)]===_0x343038['height'];}function Fu(_0x218542,_0x98ad41){const _0x4d7117=_0x5347ad;return Math[_0x4d7117(0x3f8)](_0x218542==null?_0x98ad41:_0x218542);}var Iu=class extends _0x278e37{constructor(_0x1fdc36=Nu()){const _0x2a09bd=_0x5347ad;super(),this[_0x2a09bd(0x1e3)]=_0x1fdc36,Z(this,_0x2a09bd(0x4ca),new _0x309cfe(!0x1)),Z(this,_0x2a09bd(0x435),this[_0x2a09bd(0x4ca)][_0x2a09bd(0x41b)]()),this[_0x2a09bd(0x750)]();}[_0x5347ad(0x261)](){const _0x186f09=_0x5347ad;this[_0x186f09(0x4ca)]['complete'](),super[_0x186f09(0x261)]();}[_0x5347ad(0x984)](){const _0x42b89e=_0x5347ad;return this[_0x42b89e(0x4ca)][_0x42b89e(0x336)]();}[_0x5347ad(0x750)](){const _0x2a4ceb=_0x5347ad;let _0x3077a7=this[_0x2a4ceb(0x1e3)][_0x2a4ceb(0x6a4)](),_0x156bbe=this[_0x2a4ceb(0x1e3)][_0x2a4ceb(0x32e)](),_0xfd62ff=!!_0x3077a7&&typeof _0x3077a7[_0x2a4ceb(0x63e)]=='function'&&typeof _0x3077a7['BroadcastChannel']=='function'&&(_0x156bbe==null?void 0x0:_0x156bbe['isExtended'])===!0x0;this[_0x2a4ceb(0x4ca)][_0x2a4ceb(0x920)](_0xfd62ff);}['buildAudienceUrl'](_0xda28b8){const _0x4393cd=_0x5347ad;let _0x11bc1a=new URL(this['_runtime'][_0x4393cd(0x644)]()),_0x43f3b4=new URLSearchParams(_0x11bc1a['search']);return new URLSearchParams(Rl(_0xda28b8))['forEach']((_0x1a2e7c,_0xc230e)=>_0x43f3b4[_0x4393cd(0x3f7)](_0xc230e,_0x1a2e7c)),_0x11bc1a['search']=_0x43f3b4[_0x4393cd(0x42b)](),_0x11bc1a[_0x4393cd(0x42b)]();}async[_0x5347ad(0x8f4)](_0x4a385f){const _0x244608=_0x5347ad;var _0x1e5b5a,_0x23af5b;let _0x348f02=this['_runtime'][_0x244608(0x6a4)]();if(!(_0x348f02!=null&&_0x348f02['getScreenDetails'])||!_0x348f02[_0x244608(0xa12)])return null;let _0xedf89e;try{_0xedf89e=await _0x348f02[_0x244608(0x63e)]();}catch{return null;}let _0x2343a3=_0xedf89e['screens'][_0x244608(0x850)](_0x4fdeee=>!Pu(_0x4fdeee,_0xedf89e[_0x244608(0x632)]));if(!_0x2343a3)return null;let _0x49a135=_0x244608(0x7e7)+Fu(_0x2343a3[_0x244608(0x5e2)],0x0)+_0x244608(0x7ad)+Fu(_0x2343a3[_0x244608(0x717)],0x0)+_0x244608(0x2f8)+Fu(_0x2343a3[_0x244608(0x8d2)],(_0x1e5b5a=_0x2343a3[_0x244608(0x4f6)])==null?0x1:_0x1e5b5a)+',height='+Fu(_0x2343a3[_0x244608(0x95b)],(_0x23af5b=_0x2343a3[_0x244608(0x9f4)])==null?0x1:_0x23af5b),_0x36bd36=this[_0x244608(0x969)](_0x4a385f);return _0x348f02[_0x244608(0xa12)](_0x36bd36,_0x244608(0x8ed)+_0x4a385f[_0x244608(0x8c3)],_0x49a135);}[_0x5347ad(0x773)](_0x1d6747){const _0x5e1d7b=_0x5347ad;!_0x1d6747||_0x1d6747['closed']||_0x1d6747[_0x5e1d7b(0x978)]();}};const Lu={'id':_0x5347ad(0x328),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0xdfaee9,_0xbfb799)=>_0xdfaee9[_0x5347ad(0x439)](Dl)['start'](_0xbfb799)},Ru={'id':_0x5347ad(0x3f2),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x2162e1=>{const _0x380af7=_0x5347ad;let _0x2a799e=_0x2162e1['get'](Vl);return _0x2a799e[_0x380af7(0x148)]()?(_0x2a799e['endSession']('owner-stop'),!0x0):(_0x2162e1[_0x380af7(0x439)](Dl)[_0x380af7(0x4f3)](),!0x0);}};function zu(_0x50dd54){const _0x3b6b97=_0x5347ad;let _0x212d90=_0x50dd54['getSnapshot']();return _0x212d90['slideOrder'][_0x3b6b97(0x850)](_0x58d239=>{const _0x4ed252=_0x3b6b97;var _0x27aee5;return!((_0x27aee5=_0x212d90[_0x4ed252(0x2fc)][_0x58d239])!=null&&_0x27aee5[_0x4ed252(0x174)]);});}const Bu={'id':'slide.operation.presentation.start-dual-screen','type':_0x55bcba[_0x5347ad(0x259)],'handler':async(_0x3cae6d,_0x1196c1)=>{const _0x4b542c=_0x5347ad;var _0xc816d8;let _0x47d591=_0x3cae6d['get'](_0x1c430b),_0x3bad02=_0x3cae6d[_0x4b542c(0x439)](Mu),_0x1b02a2=_0x47d591[_0x4b542c(0x9ed)](_0x2a9855['UNIVER_SLIDE']),_0x5a1399=_0x1b02a2==null?void 0x0:_0x1b02a2[_0x4b542c(0x2b2)]();if(!_0x5a1399||!_0x1b02a2)return!0x1;let _0x497a2c=_0x1196c1!=null&&_0x1196c1[_0x4b542c(0x4f5)]?zu(_0x1b02a2):(_0xc816d8=_0x1b02a2[_0x4b542c(0x27d)][_0x4b542c(0x3c9)]())==null?void 0x0:_0xc816d8[_0x4b542c(0xa23)](),_0x334f03=_0x3fb922(0xc),_0x383bc5=await _0x3bad02[_0x4b542c(0x8f4)]({'unitId':_0x5a1399,'sessionId':_0x334f03,'playMode':0x1,'startSlideId':_0x497a2c});if(!_0x383bc5){let _0x11abe5=_0x3cae6d[_0x4b542c(0x439)](_0x11f512),_0x378a8b=_0x3cae6d['get'](_0x4c8617);return _0x11abe5['show']({'type':_0x1d096b[_0x4b542c(0x569)],'content':_0x378a8b['t'](_0x4b542c(0x35a)),'duration':0x1388}),!0x1;}return _0x3cae6d['get'](Vl)[_0x4b542c(0x49e)]({'unitId':_0x5a1399,'sessionId':_0x334f03,'startSlideId':_0x497a2c,'audienceWindow':_0x383bc5});}},Vu={'id':_0x5347ad(0x714),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x256b10=>_0x256b10[_0x5347ad(0x439)](Dl)['next']()},Hu={'id':'slide.operation.presentation.previous','type':_0x55bcba['OPERATION'],'handler':_0x7ada83=>_0x7ada83['get'](Dl)[_0x5347ad(0x96a)]()},Uu={'id':_0x5347ad(0xa1d),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x2c4e4a,_0x25c490)=>_0x2c4e4a[_0x5347ad(0x439)](Dl)[_0x5347ad(0x434)](_0x25c490)};function Wu(){const _0x139654=_0x5347ad;let _0x38de6e=_0x4427ea(_0x4c8617),_0x8c2614=_0x4427ea(Vl);return _0x4b9848(_0x139654(0x47a),{'type':_0x139654(0x47a),'className':_0x139654(0x8fc),'onClick':()=>{const _0x3c12d8=_0x139654;_0x8c2614[_0x3c12d8(0x5d8)]();},'children':_0x38de6e['t'](_0x139654(0x449))});}function Gu(_0x3d2afc){const _0x58badf=_0x5347ad;var _0x117763;return Math[_0x58badf(0x496)](0x0,(_0x117763=_0x3d2afc[_0x58badf(0x8d4)])==null?0x2bc:_0x117763);}function Ku(_0x116a43=_0x2537ac['Right']){const _0x765a1f=_0x5347ad;switch(_0x116a43){case _0x2537ac['Left']:return{'currentFrom':_0x765a1f(0x18a),'previousTo':_0x765a1f(0x4e0)};case _0x2537ac['Up']:return{'currentFrom':'translate3d(0,\x20-100%,\x200)','previousTo':_0x765a1f(0x9ff)};case _0x2537ac[_0x765a1f(0x3b3)]:return{'currentFrom':'translate3d(0,\x20100%,\x200)','previousTo':_0x765a1f(0x389)};case _0x2537ac['Right']:default:return{'currentFrom':_0x765a1f(0x4e0),'previousTo':_0x765a1f(0x18a)};}}function qu(_0xe02326=_0x2537ac[_0x5347ad(0x801)]){const _0x664c88=_0x5347ad;switch(_0xe02326){case _0x2537ac[_0x664c88(0x4ea)]:return'inset(0\x20100%\x200\x200)';case _0x2537ac['Up']:return _0x664c88(0x9eb);case _0x2537ac['Down']:return _0x664c88(0x9f5);case _0x2537ac['Right']:default:return'inset(0\x200\x200\x20100%)';}}function Ju(_0x4e8cc5=_0x2537ac[_0x5347ad(0x801)]){const _0x44b080=_0x5347ad;switch(_0x4e8cc5){case _0x2537ac[_0x44b080(0x4ea)]:return'inset(0\x200\x200\x20100%)';case _0x2537ac['Up']:return _0x44b080(0x9f5);case _0x2537ac['Down']:return'inset(0\x200\x20100%\x200)';case _0x2537ac[_0x44b080(0x801)]:default:return _0x44b080(0x63b);}}function Yu(_0x2653f6=_0x2537ac[_0x5347ad(0x801)]){const _0x21b505=_0x5347ad;switch(_0x2653f6){case _0x2537ac['Up']:case _0x2537ac[_0x21b505(0x3b3)]:return _0x21b505(0x3ed);case _0x2537ac['Left']:case _0x2537ac[_0x21b505(0x801)]:default:return _0x21b505(0x601);}}function Xu(){return[{'opacity':0x1},{'opacity':0x1}];}function Zu(_0x28fe78){return{'duration':_0x28fe78,'current':[{'opacity':0x0},{'opacity':0x1}],'previous':[{'opacity':0x1},{'opacity':0x0}]};}function Qu(_0x55dfe6,_0x42746f){const _0x9ec031=_0x5347ad;let _0x551e18=Ku(_0x42746f);return{'duration':_0x55dfe6,'current':[{'transform':_0x551e18[_0x9ec031(0x66a)]},{'transform':_0x9ec031(0x817)}],'previous':[{'transform':_0x9ec031(0x817)},{'transform':_0x551e18[_0x9ec031(0x3be)]}]};}function $u(_0x1ffa4c,_0x33d0bd){const _0x19413f=_0x5347ad;return{'duration':_0x1ffa4c,'current':[{'clipPath':qu(_0x33d0bd)},{'clipPath':_0x19413f(0x6c3)}],'previous':Xu()};}function ed(_0xbfb685,_0x29cbbe){const _0x21987b=_0x5347ad;return{'duration':_0xbfb685,'current':[{'transform':Ku(_0x29cbbe)['currentFrom']},{'transform':_0x21987b(0x817)}],'previous':Xu()};}function td(_0x59cd89,_0x454b49){const _0x1821d1=_0x5347ad;let _0x2c81c2=Ku(_0x454b49);return{'duration':_0x59cd89,'previousOnTop':!0x0,'current':Xu(),'previous':[{'transform':_0x1821d1(0x817)},{'transform':_0x2c81c2[_0x1821d1(0x3be)]}]};}function nd(_0x284d5e,_0x1e87e3){const _0x273550=_0x5347ad;return{'duration':_0x284d5e,'previousOnTop':!0x0,'current':Xu(),'previous':[{'clipPath':_0x273550(0x6c3)},{'clipPath':Ju(_0x1e87e3)}]};}function rd(_0x26015c,_0x48819d){return{'duration':_0x26015c,'current':[{'clipPath':Yu(_0x48819d)},{'clipPath':'inset(0\x200\x200\x200)'}],'previous':Xu()};}function id(_0xf0c4ac){const _0x130e4f=_0x5347ad;return{'duration':_0xf0c4ac,'current':[{'opacity':0x0,'transform':_0x130e4f(0x58b)},{'opacity':0x1,'transform':_0x130e4f(0x753)}],'previous':[{'opacity':0x1,'transform':_0x130e4f(0x753)},{'opacity':0x0,'transform':_0x130e4f(0x371)}]};}function ad(_0x3654f7){const _0x5c0fdb=_0x5347ad;if(!_0x3654f7||_0x3654f7['type']===_0x5ef372[_0x5c0fdb(0x93c)]||_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372[_0x5c0fdb(0x7b3)])return null;let _0x3cd9c2=Gu(_0x3654f7);return _0x3cd9c2<=0x0?null:_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372[_0x5c0fdb(0x7bd)]?Zu(_0x3cd9c2):_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372[_0x5c0fdb(0x6c7)]?Qu(_0x3cd9c2,_0x3654f7['direction']):_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372[_0x5c0fdb(0x25b)]?$u(_0x3cd9c2,_0x3654f7['direction']):_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372[_0x5c0fdb(0x31a)]?ed(_0x3cd9c2,_0x3654f7[_0x5c0fdb(0x4a6)]):_0x3654f7['type']===_0x5ef372['Uncover']?td(_0x3cd9c2,_0x3654f7[_0x5c0fdb(0x4a6)]):_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372['Reveal']?nd(_0x3cd9c2,_0x3654f7['direction']):_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372[_0x5c0fdb(0x343)]?rd(_0x3cd9c2,_0x3654f7[_0x5c0fdb(0x4a6)]):_0x3654f7[_0x5c0fdb(0x72f)]===_0x5ef372['Zoom']?id(_0x3cd9c2):null;}const od=_0x5347ad(0x5e6),sd=_0x5347ad(0x430);function cd(_0x1a34b9,_0x5780ad,_0x57d114=0x48){const _0x3f2e3d=_0x5347ad;let _0x52e996=Math[_0x3f2e3d(0x496)](0x1,_0x1a34b9[_0x3f2e3d(0x8d2)]-0x40),_0x39a7af=Math['max'](0x1,_0x1a34b9[_0x3f2e3d(0x95b)]-0x40-_0x57d114),_0x8c956=_0x5780ad[_0x3f2e3d(0x8d2)]/_0x5780ad[_0x3f2e3d(0x95b)],_0x3fa733=_0x52e996/_0x39a7af>_0x8c956?_0x39a7af*_0x8c956:_0x52e996;return{'width':_0x3fa733,'height':_0x3fa733/_0x8c956};}function ld(_0x852369,_0x3b26b5=!0x1){return _0x852369||_0x3b26b5?0x0:0x48;}function ud(_0x56c6f6){return!_0x56c6f6;}function dd(_0x40d467,_0x5cfe2b){return _0x5cfe2b&&!_0x40d467;}function fd(_0x57d383){const _0x2fe18c=_0x5347ad;return!!_0x57d383&&_0x57d383[_0x2fe18c(0x725)]>0x0&&_0x57d383['total']>0x0;}function pd(_0x59f992){const _0x412c6a=_0x5347ad;return!!_0x59f992&&_0x59f992[_0x412c6a(0x725)]>=0x0&&_0x59f992[_0x412c6a(0x725)]<_0x59f992[_0x412c6a(0x7cc)]-0x1;}function md(_0x181903,_0x8f6b60){return _0x8f6b60==='legacy'?_0x181903+'-'+od:_0x181903+'-'+od+'-'+_0x8f6b60;}function hd(_0x3bbcd2){const _0x2d5c9b=_0x5347ad;Array['from'](_0x3bbcd2)[_0x2d5c9b(0x4fa)](_0x1babe7=>{const _0x2e45e5=_0x2d5c9b;_0x1babe7&&typeof _0x1babe7==_0x2e45e5(0x8dd)&&_0x2e45e5(0x6d4)in _0x1babe7&&(_0x1babe7['evented']=!0x1);});}function gd(_0x4b6649,_0x5441e0,_0x1f9d48,_0x382a0d){const _0x439a28=_0x5347ad;let _0x5c9683=_0x4b6649[_0x439a28(0x27d)][_0x439a28(0x87d)](_0x382a0d),_0x4b70c7=_0x5441e0['getDrawingData'](_0x1f9d48,_0x382a0d),_0x87efdf=_0x5441e0[_0x439a28(0x6f8)](_0x1f9d48,_0x382a0d);if(!_0x5c9683||_0x87efdf[_0x439a28(0x9dd)]>0x0)return{'drawingData':_0x4b70c7,'drawingOrder':_0x87efdf};let _0x4ab062=_0x45d240(_0x1f9d48,_0x382a0d,_0x5c9683[_0x439a28(0x46a)](),_0x4b6649[_0x439a28(0x185)](_0x382a0d));return _0x4b70c7=_0x4ab062[_0x439a28(0x1b1)],_0x87efdf=_0x4ab062[_0x439a28(0x5f4)],{'drawingData':_0x4b70c7,'drawingOrder':_0x87efdf};}function _d(){const _0x57eb1f=_0x5347ad;var _0x205d49,_0x243ab3,_0x2c2bc9;let _0x338e2e=_0x4427ea(Dl),_0x5b0fb4=_0x4427ea(Vl),_0x232509=_0x4427ea(_0x1c430b),_0x19c30e=_0x4427ea(_0x446559),_0x13d9e8=_0x4427ea(_0x47c48b),_0x3edd04=_0x4427ea(_0x46972e),_0x11a348=_0x4427ea(_0x3a4166),_0x45a928=_0x4427ea(_0x4c8617),_0x1f3c49=_0x78f4e5(()=>_0x11a348[_0x57eb1f(0x8e1)](Bc),[_0x11a348]),_0x104049=_0x37e5d1(_0x338e2e[_0x57eb1f(0x69b)]),_0x8daeda=_0x37e5d1(_0x5b0fb4['state$']),_0x404c65=_0x179cf0(null),_0x18d7b5=_0x179cf0(null),_0x12931b=_0x179cf0(null),_0x2c9994=_0x179cf0(null),_0x965ace=_0x179cf0([]),[_0x50d9f0,_0x32902d]=_0x4692d4({'width':0x0,'height':0x0}),_0x30818e=(_0x205d49=_0x104049==null?void 0x0:_0x104049[_0x57eb1f(0x51b)])==null?null:_0x205d49,_0x181a37=(_0x243ab3=_0x104049==null?void 0x0:_0x104049[_0x57eb1f(0x5e1)])==null?null:_0x243ab3,_0x16c9d5=_0x30818e?_0x232509['getUnit'](_0x30818e,_0x2a9855['UNIVER_SLIDE']):null,_0x86f542=!!(_0x104049!=null&&_0x104049[_0x57eb1f(0x9f7)])&&!!_0x16c9d5&&!!_0x181a37,_0x1e5001=_0x37e5d1(_0x13d9e8[_0x57eb1f(0x634)]),_0x66f544=_0x37e5d1(_0x13d9e8[_0x57eb1f(0x647)]),_0x16fdd0=_0x37e5d1(_0x13d9e8[_0x57eb1f(0x5c8)]),_0x5c08c3=_0x37e5d1(_0x16c9d5==null?void 0x0:_0x16c9d5[_0x57eb1f(0x27d)][_0x57eb1f(0x1e2)]),_0x59b43d=(_0x8daeda==null?void 0x0:_0x8daeda[_0x57eb1f(0x9f7)])===!0x0&&_0x8daeda[_0x57eb1f(0x950)]==='audience',_0xa98e82=(_0x8daeda==null?void 0x0:_0x8daeda[_0x57eb1f(0x9f7)])===!0x0&&_0x8daeda['role']===_0x57eb1f(0x90c)&&_0x5b0fb4['isSuppressingLocalOverlay'](_0x30818e),_0x1d8258=ud(_0x59b43d),_0x173506=dd(_0x59b43d,_0xa98e82),_0x2aa04c=_0x181a37?_0x16c9d5==null?void 0x0:_0x16c9d5[_0x57eb1f(0x27d)][_0x57eb1f(0x87d)](_0x181a37):void 0x0,_0xb534c8=(_0x2c2bc9=_0x2aa04c==null?void 0x0:_0x2aa04c[_0x57eb1f(0x3aa)]()[_0x57eb1f(0x1a1)])==null?'':_0x2c2bc9,_0x167209=fd(_0x104049),_0xca635f=pd(_0x104049),_0x34098b=_0x104049!=null&&_0x104049['total']?Math[_0x57eb1f(0x2f7)](0x64,Math[_0x57eb1f(0x496)](0x0,(_0x104049['currentIndex']+0x1)/_0x104049['total']*0x64)):0x0,_0x59534a=_0x104049?_0x45a928['t'](_0x57eb1f(0x79f))[_0x57eb1f(0x879)](_0x57eb1f(0x58d),String(_0x104049[_0x57eb1f(0x725)]+0x1))[_0x57eb1f(0x879)]('{total}',String(_0x104049[_0x57eb1f(0x7cc)])):'',_0x7b1349=_0x2a4f33(()=>{const _0x949dcc=_0x57eb1f;_0x3edd04[_0x949dcc(0x4dd)](Ru['id']);},[_0x3edd04]),_0x249d31=_0x2a4f33(()=>{const _0x123dfa=_0x57eb1f;_0xa98e82&&!_0xca635f||_0x3edd04[_0x123dfa(0x4dd)](Vu['id']);},[_0xca635f,_0x3edd04,_0xa98e82]),_0x4dfba7=_0x2a4f33(()=>{const _0x496118=_0x57eb1f;_0xa98e82&&!_0x167209||_0x3edd04[_0x496118(0x4dd)](Hu['id']);},[_0x167209,_0x3edd04,_0xa98e82]);_0x1aefa6(()=>{const _0x7269=_0x57eb1f;if(!_0x86f542)return;let _0x124fad=_0x404c65[_0x7269(0x83f)],_0x3668ff=_0x18d7b5['current'];if(!_0x124fad||!_0x3668ff)return;let _0x5c7b10=0x0,_0x3d6ddd=()=>{const _0x162e52=_0x7269;let _0x520233=Xc(_0x16c9d5==null?void 0x0:_0x16c9d5['getSnapshot']()['defaultPageSize']),_0x27f987=_0xa98e82?_0x3668ff:_0x124fad,_0x3028be=_0xa98e82?0x0:ld(_0x59b43d),{width:_0x96e60,height:_0x24b6dd}=cd({'width':_0x27f987[_0x162e52(0x285)],'height':_0x27f987['clientHeight']},_0x520233,_0x3028be);_0x32902d(_0x344b23=>Math[_0x162e52(0x875)](_0x344b23[_0x162e52(0x8d2)]-_0x96e60)<0x1&&Math[_0x162e52(0x875)](_0x344b23[_0x162e52(0x95b)]-_0x24b6dd)<0x1?_0x344b23:{'width':_0x96e60,'height':_0x24b6dd});},_0x5313dd=()=>{cancelAnimationFrame(_0x5c7b10),_0x5c7b10=requestAnimationFrame(_0x3d6ddd);};_0x124fad['focus'](),_0x5313dd();let _0x5526ad=typeof ResizeObserver>'u'?null:new ResizeObserver(_0x5313dd);return _0x5526ad==null||_0x5526ad[_0x7269(0x268)](_0x124fad),_0x5526ad==null||_0x5526ad['observe'](_0x3668ff),window[_0x7269(0x25f)]('resize',_0x5313dd),()=>{const _0x402d2a=_0x7269;cancelAnimationFrame(_0x5c7b10),_0x5526ad==null||_0x5526ad[_0x402d2a(0x8f5)](),window[_0x402d2a(0x1e6)](_0x402d2a(0x3ac),_0x5313dd);};},[_0x86f542,_0x59b43d,_0xa98e82,_0x16c9d5]);let _0x2d8655=_0x2a4f33((_0x2da72e,_0x3042b7,_0x43b34d)=>{const _0x232ecc=_0x57eb1f;if(!_0x16c9d5||!_0x30818e||_0x50d9f0['width']<=0x1||_0x50d9f0[_0x232ecc(0x95b)]<=0x1)return!0x1;let _0x1682c9=_0x16c9d5[_0x232ecc(0x27d)][_0x232ecc(0x87d)](_0x2da72e);if(!_0x1682c9)return!0x1;let _0x549e1c=md(_0x30818e,_0x43b34d),_0x4815fd=_0x19c30e['getRenderById'](_0x549e1c);_0x4815fd||(_0x4815fd=_0x19c30e[_0x232ecc(0xa2d)](_0x549e1c)),_0x4815fd[_0x232ecc(0x24a)][_0x232ecc(0xa03)](_0x3042b7),_0x4815fd[_0x232ecc(0x24a)][_0x232ecc(0x3ac)]();let {scene:_0xeec77c}=_0x4815fd;_0xeec77c[_0x232ecc(0x55b)](sd)||new _0x4cc443(sd,_0xeec77c,{'left':0x0,'top':0x0,'right':0x0,'bottom':0x0})[_0x232ecc(0x32d)]();let _0x1701a4=Xc(_0x16c9d5['getSnapshot']()['defaultPageSize']),_0x2f876f=_0x50d9f0[_0x232ecc(0x8d2)]/_0x1701a4[_0x232ecc(0x8d2)];_0xeec77c[_0x232ecc(0x8ee)](_0xeec77c[_0x232ecc(0x8f3)]()),_0xeec77c['disableObjectsEvent'](),_0xeec77c['transformByState']({'width':_0x1701a4[_0x232ecc(0x8d2)],'height':_0x1701a4[_0x232ecc(0x95b)],'scaleX':_0x2f876f,'scaleY':_0x2f876f});let _0x29b029=_0x11a348[_0x232ecc(0x8e1)](Xo,_0x232ecc(0x355)+_0x30818e+'-'+_0x2da72e,{'left':0x0,'top':0x0,'width':_0x1701a4[_0x232ecc(0x8d2)],'height':_0x1701a4['height'],'background':_0x1682c9[_0x232ecc(0x1b9)](),'evented':!0x1,'zIndex':0x0}),{drawingData:_0x575347,drawingOrder:_0x29caf9}=gd(_0x16c9d5,_0x13d9e8,_0x30818e,_0x2da72e),_0x19ac68=_0x1f3c49['convertToRenderObjects'](_0x575347,_0x29caf9,{'unitId':_0x30818e,'subUnitId':_0x2da72e,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x142061[_0x232ecc(0x748)],'showPlaceholder':!0x1});hd(_0x19ac68),_0xeec77c[_0x232ecc(0x955)](_0x29b029,0x0),_0xeec77c[_0x232ecc(0x31c)](_0x19ac68,_0x2548c0);let _0x4a7cb1=new Map(_0x19ac68[_0x232ecc(0x85d)](_0x2670f1=>[_0x2670f1['oKey'],_0x2670f1]));return xa(_0x575347,_0x29caf9,_0xeec77c,{'unitId':_0x30818e,'subUnitId':_0x2da72e,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x142061[_0x232ecc(0x748)],'showPlaceholder':!0x1,'objectProvider':_0x1f3c49,'renderObjectMap':_0x4a7cb1}),hd(_0x4a7cb1[_0x232ecc(0x244)]()),_0xeec77c[_0x232ecc(0x752)](!0x0),_0xeec77c[_0x232ecc(0x33e)](),!0x0;},[_0x11a348,_0x1f3c49,_0x19c30e,_0x13d9e8,_0x16c9d5,_0x50d9f0['height'],_0x50d9f0[_0x57eb1f(0x8d2)],_0x30818e]);_0x2d05a9(()=>{const _0x41008b=_0x57eb1f;!_0x86f542||!_0x181a37||!_0x12931b[_0x41008b(0x83f)]||(_0x2d8655(_0x181a37,_0x12931b['current'],_0x41008b(0x83f)),ad(_0x104049==null?void 0x0:_0x104049[_0x41008b(0x9d1)])&&_0x104049!=null&&_0x104049[_0x41008b(0x2e1)]&&_0x2c9994['current']?(_0x2d8655(_0x104049[_0x41008b(0x2e1)],_0x2c9994[_0x41008b(0x83f)],_0x41008b(0x96a)),_0x2c9994[_0x41008b(0x83f)][_0x41008b(0x16a)]['display']=_0x41008b(0x5c1)):_0x2c9994['current']&&(_0x2c9994[_0x41008b(0x83f)][_0x41008b(0x16a)][_0x41008b(0x858)]=_0x41008b(0x90d)));},[_0x86f542,_0x181a37,_0x1e5001,_0x16fdd0,_0x66f544,_0x2d8655,_0x5c08c3,_0x104049==null?void 0x0:_0x104049[_0x57eb1f(0x2e1)],_0x104049==null?void 0x0:_0x104049['transition']]),_0x2d05a9(()=>{const _0x16630a=_0x57eb1f;let _0xa61077=_0x12931b['current'],_0x5dfa17=_0x2c9994[_0x16630a(0x83f)],_0xc624ca=ad(_0x104049==null?void 0x0:_0x104049[_0x16630a(0x9d1)]);if(_0x965ace['current']['forEach'](_0x4a771e=>_0x4a771e[_0x16630a(0x76f)]()),_0x965ace['current']=[],!_0x86f542||!_0xa61077||!_0x5dfa17||!(_0x104049!=null&&_0x104049[_0x16630a(0x2e1)])||!_0xc624ca){_0x5dfa17&&(_0x5dfa17['style'][_0x16630a(0x858)]=_0x16630a(0x90d)),_0xa61077&&(_0xa61077[_0x16630a(0x16a)][_0x16630a(0x53c)]='',_0xa61077[_0x16630a(0x16a)][_0x16630a(0x2d1)]='',_0xa61077[_0x16630a(0x16a)][_0x16630a(0x6ab)]='');return;}if(_0x5dfa17[_0x16630a(0x16a)][_0x16630a(0x858)]=_0x16630a(0x5c1),_0x5dfa17[_0x16630a(0x16a)][_0x16630a(0x5f7)]=_0xc624ca['previousOnTop']?'2':'1',_0xa61077['style']['zIndex']=_0xc624ca[_0x16630a(0x537)]?'1':'2',typeof _0xa61077[_0x16630a(0x20d)]!=_0x16630a(0x2d8)||typeof _0x5dfa17[_0x16630a(0x20d)]!='function'){_0x5dfa17[_0x16630a(0x16a)]['display']=_0x16630a(0x90d);return;}let _0x60dd30={'duration':_0xc624ca[_0x16630a(0x8d4)],'easing':'cubic-bezier(0.4,\x200,\x200.2,\x201)','fill':'both'},_0xac1250=_0x5dfa17[_0x16630a(0x20d)](_0xc624ca[_0x16630a(0x96a)],_0x60dd30),_0x488662=_0xa61077['animate'](_0xc624ca[_0x16630a(0x83f)],_0x60dd30),_0x1be05f=!0x1;return _0x965ace[_0x16630a(0x83f)]=[_0xac1250,_0x488662],_0x488662[_0x16630a(0x422)]['then'](()=>{const _0x525bd7=_0x16630a;_0x1be05f||(_0x5dfa17[_0x525bd7(0x16a)][_0x525bd7(0x858)]=_0x525bd7(0x90d),_0x5dfa17['style'][_0x525bd7(0x53c)]='',_0x5dfa17[_0x525bd7(0x16a)][_0x525bd7(0x2d1)]='',_0x5dfa17[_0x525bd7(0x16a)]['clipPath']='',_0xa61077[_0x525bd7(0x16a)][_0x525bd7(0x53c)]='',_0xa61077[_0x525bd7(0x16a)]['transform']='',_0xa61077[_0x525bd7(0x16a)][_0x525bd7(0x6ab)]='',_0x965ace[_0x525bd7(0x83f)]=[]);})[_0x16630a(0x5e4)](()=>{}),()=>{const _0x51eb85=_0x16630a;_0x1be05f=!0x0,_0xac1250[_0x51eb85(0x76f)](),_0x488662[_0x51eb85(0x76f)]();};},[_0x86f542,_0x181a37,_0x50d9f0[_0x57eb1f(0x95b)],_0x50d9f0[_0x57eb1f(0x8d2)],_0x104049==null?void 0x0:_0x104049['previousSlideId'],_0x104049==null?void 0x0:_0x104049[_0x57eb1f(0x9d1)]]),_0x2d05a9(()=>{if(_0x30818e)return()=>{const _0x473b65=_0x262c;_0x19c30e[_0x473b65(0x2eb)](md(_0x30818e,_0x473b65(0x83f))),_0x19c30e['removeRender'](md(_0x30818e,'previous')),_0x19c30e['removeRender'](md(_0x30818e,_0x473b65(0x1ee)));};},[_0x19c30e,_0x30818e]),_0x2d05a9(()=>{const _0x5cca24=_0x57eb1f;if(!_0x86f542||!_0x1d8258)return;let _0x3bb3bc=_0x287229=>{const _0x30e6c9=_0x262c;if(_0x287229[_0x30e6c9(0x5a3)]===_0x30e6c9(0x5da)){_0x287229['preventDefault'](),_0x7b1349();return;}if(_0x287229[_0x30e6c9(0x5a3)]===_0x30e6c9(0x8b4)||_0x287229[_0x30e6c9(0x5a3)]===_0x30e6c9(0x1a5)){_0x287229[_0x30e6c9(0x3e7)](),_0x4dfba7();return;}(_0x287229[_0x30e6c9(0x5a3)]===_0x30e6c9(0xa2c)||_0x287229['key']===_0x30e6c9(0x62e)||_0x287229[_0x30e6c9(0x5a3)]==='\x20'||_0x287229[_0x30e6c9(0x5a3)]===_0x30e6c9(0x917))&&(_0x287229[_0x30e6c9(0x3e7)](),_0x249d31());};return document[_0x5cca24(0x25f)](_0x5cca24(0x883),_0x3bb3bc),()=>document['removeEventListener'](_0x5cca24(0x883),_0x3bb3bc);},[_0x86f542,_0x1d8258,_0x249d31,_0x4dfba7,_0x7b1349]);let _0xdacfc8=_0x2a4f33(()=>{_0x249d31();},[_0x249d31]),_0x5a87c6=_0x2a4f33(_0x1e0da=>{const _0x4d9367=_0x57eb1f;_0x1e0da[_0x4d9367(0x3b8)]();},[]);return _0x5b0fb4['isSuppressingLocalOverlay'](_0x30818e)&&!_0xa98e82||!_0x86f542||!_0x104049?null:_0xa122b1(_0x57eb1f(0x949),{'ref':_0x404c65,'tabIndex':-0x1,'className':_0x57eb1f(0x60d),'style':{'zIndex':0x3e8,'backgroundColor':La},'data-u-comp':_0x57eb1f(0x321),'onClick':_0x1d8258&&!_0xa98e82?_0xdacfc8:void 0x0,'children':[_0x4b9848('div',{'ref':_0x18d7b5,'className':'univer-absolute\x20univer-flex\x20univer-items-center\x20univer-justify-center','style':_0xa98e82?{'top':0x0,'left':0x0,'right':_0x57eb1f(0x53b),'bottom':0x60,'padding':0x20}:{'top':0x0,'left':0x0,'right':0x0,'bottom':ld(_0x59b43d)},'children':_0xa122b1(_0x57eb1f(0x949),{'className':_0x57eb1f(0x90e),'style':{'width':_0x50d9f0['width'],'height':_0x50d9f0['height']},'children':[_0x4b9848(_0x57eb1f(0x949),{'ref':_0x2c9994,'className':'univer-absolute\x20univer-inset-0','style':{'width':_0x57eb1f(0x5bc),'height':_0x57eb1f(0x5bc),'display':_0x57eb1f(0x90d),'pointerEvents':_0x57eb1f(0x90d)}}),_0x4b9848('div',{'ref':_0x12931b,'className':_0x57eb1f(0x52d),'style':{'width':_0x57eb1f(0x5bc),'height':'100%','pointerEvents':_0x57eb1f(0x90d)}})]})}),_0x173506&&_0xa122b1(_0x57eb1f(0x59c),{'className':_0x57eb1f(0x3ee),'style':{'bottom':0x60},'onClick':_0x5a87c6,'children':[_0x4b9848('div',{'className':_0x57eb1f(0x771),'children':_0x45a928['t'](_0x57eb1f(0x895))}),_0x4b9848('div',{'className':_0x57eb1f(0x894),'children':_0xb534c8||_0x4b9848(_0x57eb1f(0x9d2),{'className':_0x57eb1f(0x465),'children':_0x45a928['t'](_0x57eb1f(0x352))})})]}),_0xa98e82&&_0xa122b1(_0x57eb1f(0x949),{'className':_0x57eb1f(0x646),'onClick':_0x5a87c6,'children':[_0x4b9848(_0x57eb1f(0x47a),{'type':_0x57eb1f(0x47a),'aria-label':_0x45a928['t'](_0x57eb1f(0x9ce)),'disabled':!_0x167209,'className':_0x57eb1f(0x534),'onClick':_0x4dfba7,'children':_0x4b9848(_0x380be8,{'className':'univer-size-7'})}),_0xa122b1(_0x57eb1f(0x949),{'className':_0x57eb1f(0x6bf),'children':[_0x4b9848(_0x57eb1f(0x949),{'className':_0x57eb1f(0x57e),'children':_0x59534a}),_0x4b9848(_0x57eb1f(0x949),{'className':_0x57eb1f(0x2ff),'children':_0x4b9848('div',{'className':_0x57eb1f(0x1c5),'style':{'width':_0x34098b+'%'}})})]}),_0x4b9848(_0x57eb1f(0x47a),{'type':_0x57eb1f(0x47a),'aria-label':_0x45a928['t'](_0x57eb1f(0x4bb)),'disabled':!_0xca635f,'className':_0x57eb1f(0x534),'onClick':_0x249d31,'children':_0x4b9848(_0x34d3fa,{'className':_0x57eb1f(0xa35)})}),_0xa122b1('button',{'type':_0x57eb1f(0x47a),'aria-label':_0x45a928['t'](_0x57eb1f(0x65f)),'className':_0x57eb1f(0x3dc),'onClick':_0x7b1349,'children':[_0x4b9848(_0x53e0f1,{}),_0x45a928['t'](_0x57eb1f(0x65f))]})]}),!_0x59b43d&&!_0xa98e82&&_0xa122b1(_0x57eb1f(0x949),{'className':_0x57eb1f(0x7af),'style':{'backgroundColor':'rgba(17,\x2024,\x2039,\x200.86)'},'onClick':_0x5a87c6,'children':[_0x4b9848(_0x57eb1f(0x47a),{'type':_0x57eb1f(0x47a),'className':_0x57eb1f(0x579),'onClick':_0x4dfba7,'children':_0x45a928['t'](_0x57eb1f(0x9ce))}),_0xa122b1(_0x57eb1f(0x9d2),{'className':_0x57eb1f(0x6e1),'children':[_0x104049[_0x57eb1f(0x725)]+0x1,'\x20','/',_0x104049['total']]}),_0x4b9848(_0x57eb1f(0x47a),{'type':'button','className':'univer-cursor-pointer\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-white\x20hover:univer-bg-gray-700','onClick':_0x249d31,'children':_0x45a928['t']('slides-ui.presentation.next')}),_0x4b9848(_0x57eb1f(0x47a),{'type':_0x57eb1f(0x47a),'className':_0x57eb1f(0x579),'onClick':_0x7b1349,'children':_0x45a928['t'](_0x57eb1f(0x65f))})]}),_0x59b43d&&(_0x8daeda==null?void 0x0:_0x8daeda[_0x57eb1f(0x6c1)])&&_0x4b9848(Wu,{}),_0x59b43d&&(_0x8daeda==null?void 0x0:_0x8daeda[_0x57eb1f(0x9d6)])&&_0x4b9848(_0x57eb1f(0x949),{'className':_0x57eb1f(0x48f),'children':_0x45a928['t']('slides-ui.presentation.presentationEnded')})]});}const vd=_0x5347ad(0x427);function yd(_0xe4635f){return _0xe4635f===''?void 0x0:_0xe4635f;}function bd(_0x14ba04,_0x506ed1){return(_0x14ba04==null?'':_0x14ba04)!==_0x506ed1;}function xd(_0x3110ca,_0x37a598){return bd(_0x3110ca,_0x37a598)?{'speakerNotes':yd(_0x37a598)}:null;}function Sd(_0x59e3b7){const _0x1f9279=_0x5347ad;return typeof _0x59e3b7==_0x1f9279(0x9e6)&&_0x59e3b7[_0x1f9279(0x9dd)]>0x0;}function Cd(_0x2bd7d4,_0x456419,_0xa2f888){const _0x18bbca=_0x5347ad;if(!_0x456419||!_0xa2f888||(_0x2bd7d4==null?void 0x0:_0x2bd7d4['id'])!==_0x4979cf['id']&&(_0x2bd7d4==null?void 0x0:_0x2bd7d4['id'])!==_0x2508c7['id'])return!0x1;let _0xc9cf86=_0x2bd7d4[_0x18bbca(0x88d)];return(_0xc9cf86==null?void 0x0:_0xc9cf86[_0x18bbca(0x51b)])===_0x456419&&_0xc9cf86['subUnitId']===_0xa2f888;}function wd(_0x37cf12,_0x4e3177,_0x2ddf95,_0x5654f1,_0x17a0fd){const _0x4cb657=_0x5347ad;return{'id':_0x4cb657(0x427),'title':{'title':_0x37cf12},'width':0x208,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x0,'destroyOnClose':!0x0,'children':{'label':{'name':vd,'props':{'unitId':_0x4e3177,'slideId':_0x2ddf95,'initialNotes':_0x5654f1,'onClose':_0x17a0fd}}},'onClose':_0x17a0fd};}function Td(_0x402246){const _0x5b0f56=_0x5347ad;let {unitId:_0x33d143,slideId:_0x16fa6a,initialNotes:_0x22fe06,onClose:_0x262797}=_0x402246,_0x5c6f7a=_0x4427ea(_0x46972e),_0x2c67bf=_0x4427ea(_0x4c8617),[_0x28196b,_0x14f1ac]=_0x4692d4(_0x22fe06==null?'':_0x22fe06),_0x14fad2=_0x2a4f33(_0x80f6b2=>{const _0x2ee3ce=_0x262c;_0x14f1ac(_0x80f6b2[_0x2ee3ce(0x53d)][_0x2ee3ce(0x5af)]);},[]),_0x2cef46=_0x2a4f33(()=>{const _0xcd1aa9=_0x262c;let _0xcad7a7=xd(_0x22fe06,_0x28196b);_0xcad7a7&&_0x5c6f7a[_0xcd1aa9(0x4dd)](_0x4979cf['id'],{'unitId':_0x33d143,'subUnitId':_0x16fa6a,..._0xcad7a7}),_0x262797==null||_0x262797();},[_0x5c6f7a,_0x28196b,_0x22fe06,_0x262797,_0x16fa6a,_0x33d143]);return _0xa122b1(_0x5b0f56(0x949),{'className':_0x5b0f56(0x8d8),'data-u-comp':'slide-speaker-notes-dialog','children':[_0x4b9848(_0x5b0f56(0x339),{'className':_0x5b0f56(0x423),'value':_0x28196b,'placeholder':_0x2c67bf['t'](_0x5b0f56(0x3df)),'autoFocus':!0x0,'onChange':_0x14fad2}),_0xa122b1('div',{'className':_0x5b0f56(0x308),'children':[_0x4b9848(_0x5b0f56(0x47a),{'type':_0x5b0f56(0x47a),'className':_0x5b0f56(0x62c),'onClick':_0x262797,'children':_0x2c67bf['t'](_0x5b0f56(0x9cc))}),_0x4b9848('button',{'type':_0x5b0f56(0x47a),'className':_0x5b0f56(0x349),'onClick':_0x2cef46,'children':_0x2c67bf['t'](_0x5b0f56(0x6b5))})]})]});}function Ed(){const _0x2ac8e3=_0x5347ad;let _0x1da45e=_0x4427ea(_0x1c430b),_0x4a917a=_0x4427ea(_0x46972e),_0x3c59b7=_0x4427ea(_0x4c8617),[,_0x4e256a]=_0x9fee84(_0x1271ef=>_0x1271ef+0x1,0x0),_0x8b6baa=_0x37e5d1(()=>_0x1da45e[_0x2ac8e3(0x941)](_0x2a9855[_0x2ac8e3(0x57f)]),_0x1da45e[_0x2ac8e3(0x9ed)](_0x2a9855['UNIVER_SLIDE']),void 0x0,[_0x1da45e]),_0x524c25=_0x37e5d1(_0x8b6baa==null?void 0x0:_0x8b6baa[_0x2ac8e3(0x27d)][_0x2ac8e3(0x295)]),_0xf850c2=_0x524c25?_0x8b6baa==null?void 0x0:_0x8b6baa[_0x2ac8e3(0x27d)][_0x2ac8e3(0x87d)](_0x524c25):_0x8b6baa==null?void 0x0:_0x8b6baa[_0x2ac8e3(0x27d)][_0x2ac8e3(0x3c9)](),_0x56d38f=_0x8b6baa==null?void 0x0:_0x8b6baa[_0x2ac8e3(0x2b2)](),_0x38a462=_0xf850c2==null?void 0x0:_0xf850c2[_0x2ac8e3(0xa23)](),_0xced920=_0xf850c2==null?void 0x0:_0xf850c2[_0x2ac8e3(0x3aa)]()['speakerNotes'],[_0x5cf370,_0x572a1e]=_0x4692d4({'slideId':_0x38a462,'speakerNotes':_0xced920,'draft':_0xced920==null?'':_0xced920}),_0x57336a=_0x5cf370[_0x2ac8e3(0x95d)]===_0x38a462&&_0x5cf370[_0x2ac8e3(0x1a1)]===_0xced920?_0x5cf370['draft']:_0xced920==null?'':_0xced920,_0x513e19=_0x2a4f33(_0x4cbe47=>{const _0x332986=_0x2ac8e3;_0x572a1e({'slideId':_0x38a462,'speakerNotes':_0xced920,'draft':_0x4cbe47[_0x332986(0x53d)][_0x332986(0x5af)]});},[_0xced920,_0x38a462]),_0xb94a5=_0x2a4f33(()=>{if(!_0x56d38f||!_0x38a462)return;let _0x59f893=xd(_0xced920,_0x57336a);_0x59f893&&_0x4a917a['executeCommand'](_0x4979cf['id'],{'unitId':_0x56d38f,'subUnitId':_0x38a462,..._0x59f893});},[_0x4a917a,_0xced920,_0x57336a,_0x38a462,_0x56d38f]),_0x22d341=!bd(_0xced920,_0x57336a);return _0x2d05a9(()=>{const _0x5e407c=_0x2ac8e3;if(!_0x56d38f||!_0x38a462)return;let _0x5a082c=_0x4a917a[_0x5e407c(0x314)](_0x2bd902=>{Cd(_0x2bd902,_0x56d38f,_0x38a462)&&_0x4e256a();});return()=>_0x5a082c['dispose']();},[_0x4a917a,_0x38a462,_0x56d38f]),!_0x56d38f||!_0x38a462||!Sd(_0xced920)?null:_0xa122b1(_0x2ac8e3(0x949),{'className':_0x2ac8e3(0x5a6),'data-u-comp':_0x2ac8e3(0x3c5),'children':[_0xa122b1(_0x2ac8e3(0x949),{'className':_0x2ac8e3(0x976),'children':[_0x4b9848('div',{'className':_0x2ac8e3(0x447),'children':_0x3c59b7['t']('slides-ui.presentation.speakerNotes')}),_0x4b9848(_0x2ac8e3(0x47a),{'type':_0x2ac8e3(0x47a),'className':_0x2ac8e3(0x943),'disabled':_0x22d341,'onClick':_0xb94a5,'children':_0x3c59b7['t'](_0x2ac8e3(0x6b5))})]}),_0x4b9848(_0x2ac8e3(0x339),{'className':_0x2ac8e3(0x8b1),'aria-label':_0x3c59b7['t'](_0x2ac8e3(0x895)),'value':_0x57336a,'placeholder':_0x3c59b7['t']('slides-ui.presentation.speakerNotesPlaceholder'),'onChange':_0x513e19})]});}function Dd(_0x327e2a,_0x3029a){return _0x327e2a&&!_0x3029a;}function Od(){const _0x33e440=_0x5347ad;var _0x52341f;let _0x5e0fd3=_0x4427ea(_0x275599),_0x5a3039=_0x4427ea(Vl),_0x29d303=_0x5e0fd3[_0x33e440(0x86c)](Zi),_0x561367=_0x37e5d1(_0x5a3039[_0x33e440(0x69b)]),_0x37b38a=(_0x29d303==null||(_0x52341f=_0x29d303[_0x33e440(0x24e)])==null?void 0x0:_0x52341f['enabled'])!==!0x1,_0x5beb9a=(_0x561367==null?void 0x0:_0x561367[_0x33e440(0x9f7)])===!0x0;return _0xa122b1(_0x33e440(0x949),{'className':_0x33e440(0x43b),'children':[_0x4b9848('div',{'className':_0x33e440(0x72e),'children':_0x4b9848(ju,{})}),Dd(_0x37b38a,_0x5beb9a)&&_0x4b9848(Ed,{}),_0x4b9848(_d,{})]});}const kd=[0x32,0x50,0x64,0x82,0x96,0xaa,0xc8,0x190],Ad=[0xa,0x190];function jd({slideModel:_0x3d2120}){const _0x5a5dfe=_0x5347ad;let _0x4c7c23=_0x4427ea(_0x46972e),_0x1c4680=_0x37e5d1(()=>_0x3d2120[_0x5a5dfe(0x531)],_0x3d2120['getZoomRatio'](),void 0x0,[]),_0x4776d1=_0x78f4e5(()=>Math['round'](_0x1c4680*0x64),[_0x1c4680]),_0x1ff1d0=_0x2a4f33(_0x57a24b=>{const _0x49aca3=_0x5a5dfe;_0x4c7c23[_0x49aca3(0x4dd)](_0x458a13['id'],{'unitId':_0x3d2120[_0x49aca3(0x2b2)](),'zoomRatio':_0x57a24b/0x64});},[_0x4c7c23,_0x3d2120]);return _0x4b9848(_0x5a5dfe(0x89f),{'className':_0x5a5dfe(0x23a),'children':_0x4b9848(_0x4cde44,{'min':Ad[0x0],'value':_0x4776d1,'shortcuts':kd,'onChange':_0x1ff1d0})});}function Md(){const _0x218f26=_0x5347ad;let _0x489da1=_0x4427ea(_0x1c430b),_0x4f5eb3=_0x4427ea(_0x46972e),_0x5583ae=_0x4427ea(_0x4c8617),_0x134363=_0x37e5d1(()=>_0x489da1['getCurrentTypeOfUnit$'](_0x2a9855[_0x218f26(0x57f)]),void 0x0,void 0x0,[]),_0x22ae46=_0x2a4f33(()=>{const _0x70f481=_0x218f26;_0x4f5eb3[_0x70f481(0x4dd)](Lu['id'],{'fromBeginning':!0x0});},[_0x4f5eb3]),_0x3ec9ae=_0x2a4f33(()=>{const _0x24862f=_0x218f26;_0x4f5eb3[_0x24862f(0x4dd)](Lu['id'],{'fromBeginning':!0x1});},[_0x4f5eb3]),_0x3ba372=_0x2a4f33(()=>{const _0x4f1ca5=_0x218f26;_0x4f5eb3[_0x4f1ca5(0x4dd)](Bu['id'],{'fromBeginning':!0x0});},[_0x4f5eb3]),_0x41fbd6=_0x2a4f33(()=>{_0x4f5eb3['executeCommand'](Bu['id'],{'fromBeginning':!0x1});},[_0x4f5eb3]);return _0x134363?_0xa122b1('div',{'className':_0x218f26(0x239),'children':[_0x4b9848(_0x4e4bdb,{'items':[{'type':_0x218f26(0x2a1),'children':_0x4b9848('span',{'children':_0x5583ae['t'](_0x218f26(0x787))}),'onSelect':_0x22ae46},{'type':_0x218f26(0x2a1),'children':_0x4b9848(_0x218f26(0x9d2),{'children':_0x5583ae['t'](_0x218f26(0x252))}),'onSelect':_0x3ec9ae},{'type':_0x218f26(0x5a1)},{'type':_0x218f26(0x2a1),'children':_0x4b9848(_0x218f26(0x9d2),{'children':_0x5583ae['t'](_0x218f26(0x90f))}),'onSelect':_0x3ba372},{'type':_0x218f26(0x2a1),'children':_0x4b9848(_0x218f26(0x9d2),{'children':_0x5583ae['t']('slides-ui.presentation.playDualScreenFromCurrent')}),'onSelect':_0x41fbd6}],'children':_0xa122b1(_0x218f26(0x47a),{'type':'button','className':_0x218f26(0x201),'children':[_0x4b9848(_0x20fe7e,{}),_0x4b9848(_0x218f26(0x9d2),{'children':_0x5583ae['t'](_0x218f26(0x8f1))}),_0x4b9848(_0x218f26(0x64c),{'className':_0x218f26(0x335),'viewBox':'0\x200\x2024\x2024','fill':_0x218f26(0x90d),'xmlns':_0x218f26(0x50e),'children':_0x4b9848(_0x218f26(0x7cd),{'d':'M6\x209l6\x206\x206-6','stroke':_0x218f26(0x843),'strokeWidth':'2','strokeLinecap':_0x218f26(0x3f8),'strokeLinejoin':_0x218f26(0x3f8)})})]})}),_0x4b9848(jd,{'slideModel':_0x134363})]}):null;}function Nd({layoutType:_0x328974,colors:_0x559241}){const _0x5893d1=_0x5347ad;let _0x61f2f1=_0x559241['background'],_0x3cdf07=_0x559241['muted'],_0x4ef301=_0x559241[_0x5893d1(0x786)],_0x1a9694=_0x559241['accent5'];switch(_0x328974){case _0x2e7c20[_0x5893d1(0xa28)]:return _0xa122b1('svg',{'viewBox':_0x5893d1(0x8e7),'xmlns':_0x5893d1(0x50e),'children':[_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848('rect',{'x':0xa,'y':0x10,'width':0x3c,'height':0x8,'rx':0x2,'fill':_0x4ef301}),_0x4b9848(_0x5893d1(0x281),{'x':0x14,'y':0x1c,'width':0x28,'height':0x5,'rx':0x2,'fill':_0x3cdf07})]});case _0x2e7c20['TitleAndBody']:return _0xa122b1('svg',{'viewBox':_0x5893d1(0x8e7),'xmlns':'http://www.w3.org/2000/svg','children':[_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848('rect',{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x4ef301}),_0x4b9848('rect',{'x':0x6,'y':0x12,'width':0x44,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x19,'width':0x38,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x20,'width':0x3e,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x27,'width':0x30,'height':0x4,'rx':0x2,'fill':_0x3cdf07})]});case _0x2e7c20[_0x5893d1(0x348)]:return _0xa122b1(_0x5893d1(0x64c),{'viewBox':_0x5893d1(0x8e7),'xmlns':'http://www.w3.org/2000/svg','children':[_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848('rect',{'x':0x6,'y':0xf,'width':0x4,'height':0x16,'rx':0x1,'fill':_0x4ef301}),_0x4b9848(_0x5893d1(0x281),{'x':0xe,'y':0x11,'width':0x3a,'height':0x8,'rx':0x2,'fill':_0x4ef301}),_0x4b9848('rect',{'x':0xe,'y':0x1d,'width':0x2c,'height':0x5,'rx':0x2,'fill':_0x3cdf07})]});case _0x2e7c20['TwoColumns']:return _0xa122b1('svg',{'viewBox':_0x5893d1(0x8e7),'xmlns':_0x5893d1(0x50e),'children':[_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848('rect',{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x4ef301}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x12,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x19,'width':0x1c,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x20,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848('rect',{'x':0x6,'y':0x27,'width':0x18,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848('rect',{'x':0x2b,'y':0x12,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848('rect',{'x':0x2b,'y':0x19,'width':0x1a,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x2b,'y':0x20,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x2b,'y':0x27,'width':0x16,'height':0x4,'rx':0x2,'fill':_0x3cdf07})]});case _0x2e7c20[_0x5893d1(0x9ae)]:return _0xa122b1('svg',{'viewBox':_0x5893d1(0x8e7),'xmlns':_0x5893d1(0x50e),'children':[_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x4ef301}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x11,'width':0x1f,'height':0x5,'rx':0x2,'fill':_0x4ef301,'opacity':0.7}),_0x4b9848(_0x5893d1(0x281),{'x':0x2b,'y':0x11,'width':0x1f,'height':0x5,'rx':0x2,'fill':_0x4ef301,'opacity':0.7}),_0x4b9848('rect',{'x':0x6,'y':0x19,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848('rect',{'x':0x6,'y':0x20,'width':0x1c,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x27,'width':0x19,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x2b,'y':0x19,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x2b,'y':0x20,'width':0x1c,'height':0x4,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x281),{'x':0x2b,'y':0x27,'width':0x19,'height':0x4,'rx':0x2,'fill':_0x3cdf07})]});case _0x2e7c20[_0x5893d1(0x39b)]:return _0x4b9848(_0x5893d1(0x64c),{'viewBox':'0\x200\x2080\x2052','xmlns':_0x5893d1(0x50e),'children':_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1})});case _0x2e7c20[_0x5893d1(0x28e)]:return _0xa122b1(_0x5893d1(0x64c),{'viewBox':_0x5893d1(0x8e7),'xmlns':'http://www.w3.org/2000/svg','children':[_0x4b9848('rect',{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x4ef301}),_0x4b9848('rect',{'x':0x6,'y':0x12,'width':0x44,'height':0x1c,'rx':0x2,'fill':_0x3cdf07,'opacity':0.45})]});case _0x2e7c20['PictureWithCaption']:return _0xa122b1(_0x5893d1(0x64c),{'viewBox':_0x5893d1(0x8e7),'xmlns':_0x5893d1(0x50e),'children':[_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1}),_0x4b9848(_0x5893d1(0x281),{'x':0x6,'y':0x6,'width':0x44,'height':0x22,'rx':0x2,'fill':_0x3cdf07}),_0x4b9848(_0x5893d1(0x3ca),{'cx':0x28,'cy':0x17,'r':0x7,'fill':_0x1a9694,'opacity':0.32}),_0x4b9848(_0x5893d1(0x3ca),{'cx':0x28,'cy':0x17,'r':0x4,'fill':_0x4ef301,'opacity':0.72}),_0x4b9848('rect',{'x':0xe,'y':0x2b,'width':0x34,'height':0x4,'rx':0x2,'fill':_0x3cdf07,'opacity':0.8})]});default:return _0x4b9848(_0x5893d1(0x64c),{'viewBox':_0x5893d1(0x8e7),'xmlns':_0x5893d1(0x50e),'children':_0x4b9848(_0x5893d1(0x281),{'width':0x50,'height':0x34,'fill':_0x61f2f1})});}}function Pd({layoutType:_0x2f76b6,label:_0xcc336f,colors:_0x4ab007,onSelect:_0x508cfa}){const _0x324eb8=_0x5347ad;return _0xa122b1(_0x324eb8(0x949),{'role':_0x324eb8(0x47a),'tabIndex':0x0,'className':_0x324eb8(0x1cf),'onClick':()=>_0x508cfa(_0x2f76b6),'onKeyDown':_0x2c8a8e=>{const _0xa07162=_0x324eb8;(_0x2c8a8e['key']===_0xa07162(0x917)||_0x2c8a8e['key']==='\x20')&&_0x508cfa(_0x2f76b6);},'children':[_0x4b9848(_0x324eb8(0x949),{'className':_0x324eb8(0x40b),'children':_0x4b9848(Nd,{'layoutType':_0x2f76b6,'colors':_0x4ab007})}),_0x4b9848('span',{'className':_0x324eb8(0x3b9),'title':_0xcc336f,'children':_0xcc336f})]});}function Fd({onSelect:_0x2f4a82}){const _0x3f5372=_0x5347ad;var _0x42912f;let _0x323d55=_0x4427ea(_0x1c430b),_0x25a17e=_0x4427ea(_0x4c8617),_0x5744d8=_0x323d55['getCurrentUnitOfType'](_0x2a9855[_0x3f5372(0x57f)]),_0x2dbea9=_0x502f23((_0x42912f=_0x37e5d1(_0x5744d8==null?void 0x0:_0x5744d8[_0x3f5372(0x156)]['data$']))==null?_0x5744d8==null?void 0x0:_0x5744d8[_0x3f5372(0x156)]['getData']():_0x42912f),_0x2a30cb={[_0x2e7c20[_0x3f5372(0xa28)]]:'slides-ui.thumbnailBar.layoutPicker.layouts.title',[_0x2e7c20[_0x3f5372(0xa19)]]:'slides-ui.thumbnailBar.layoutPicker.layouts.titleAndBody',[_0x2e7c20[_0x3f5372(0x348)]]:'slides-ui.thumbnailBar.layoutPicker.layouts.sectionHeader',[_0x2e7c20['TwoColumns']]:_0x3f5372(0x1d1),[_0x2e7c20[_0x3f5372(0x9ae)]]:_0x3f5372(0x7e2),[_0x2e7c20[_0x3f5372(0x39b)]]:_0x3f5372(0x8aa),[_0x2e7c20[_0x3f5372(0x28e)]]:_0x3f5372(0x21a),[_0x2e7c20[_0x3f5372(0x2e0)]]:'slides-ui.thumbnailBar.layoutPicker.layouts.pictureWithCaption',[_0x2e7c20[_0x3f5372(0x2d6)]]:_0x3f5372(0x8aa)};return _0xa122b1(_0x3f5372(0x949),{'className':_0x3f5372(0x499),'onMouseDown':_0x106b85=>_0x106b85[_0x3f5372(0x3b8)](),'children':[_0x4b9848(_0x3f5372(0x949),{'className':_0x3f5372(0xa06),'children':_0x25a17e['t'](_0x3f5372(0x71d))}),_0x4b9848(_0x3f5372(0x949),{'className':_0x3f5372(0x2f3),'children':_0x3ef551[_0x3f5372(0x85d)](_0x3e02c0=>_0x4b9848(Pd,{'layoutType':_0x3e02c0,'label':_0x25a17e['t'](_0x2a30cb[_0x3e02c0]),'colors':_0x2dbea9,'onSelect':_0x2f4a82},_0x9921e5[_0x3e02c0]))})]});}function Id(_0x1b534c){const _0x390cf1=_0x5347ad;var _0x2560c6,_0x17e018;return wc['has'](_0x1b534c['placeholder'][_0x390cf1(0x72f)])?(_0x2560c6=_0x1b534c[_0x390cf1(0x742)])!=null&&_0x2560c6[_0x390cf1(0x59b)]()?!0x0:!!(_0x1b534c[_0x390cf1(0x742)]&&(_0x17e018=_0x1b534c[_0x390cf1(0x344)][_0x390cf1(0x334)])!=null&&_0x17e018['textData']):!0x1;}function Ld(_0x57c9b9){const _0xea6096=_0x5347ad;if(!_0x57c9b9)return!0x1;if(_0x57c9b9[_0xea6096(0x5fb)][_0xea6096(0x72f)]!==_0x42916e[_0xea6096(0x4a9)])return!0x0;let _0x3d8b7b=_0x57c9b9[_0xea6096(0x5fb)];return!!_0x490cd9(_0x3d8b7b)||Id(_0x3d8b7b);}const Rd=_0x5347ad(0x38e),zd=[{'action':'cut','localeKey':'slides-ui.thumbnailBar.contextMenu.cut','Icon':_0xb79659,'disabled':({slideCount:_0x2ae0ea})=>_0x2ae0ea<=0x1},{'action':_0x5347ad(0x538),'localeKey':_0x5347ad(0x34c),'Icon':_0x4f342d,'disabled':()=>!0x1},{'action':_0x5347ad(0x8b3),'localeKey':_0x5347ad(0x49f),'Icon':_0x155c45,'disabled':({hasClipboard:_0x105c97})=>!_0x105c97},{'action':'addBelow','localeKey':_0x5347ad(0x945),'Icon':_0x30e848,'disabled':()=>!0x1},{'action':_0x5347ad(0x70f),'localeKey':_0x5347ad(0x8cf),'Icon':_0x424c9a,'disabled':({slideCount:_0x177e58})=>_0x177e58<=0x1}];function Bd(_0xd8247d,_0x3dc70c){const _0x26f419=_0x5347ad;return _0x3dc70c[_0x26f419(0x72f)]===_0x26f419(0x3f7)?_0x3dc70c[_0x26f419(0x523)]:null;}function Vd(_0x331aa2,_0x6dd76c){const _0x5b93c2=_0x5347ad;let _0x5c6fb1=window['innerWidth']-0x180-0x8,_0x21f57d=window[_0x5b93c2(0x1e8)]-0x1a4-0x8;return{'left':Math[_0x5b93c2(0x496)](0x8,Math[_0x5b93c2(0x2f7)](_0x331aa2,_0x5c6fb1)),'top':Math['max'](0x8,Math[_0x5b93c2(0x2f7)](_0x6dd76c,_0x21f57d))};}function Hd(_0x52e919){const _0x35da1a=_0x5347ad;return Math[_0x35da1a(0x496)](0xdc,Math[_0x35da1a(0x2f7)](0x1a4,Math['round'](_0x52e919)));}function Ud(_0x9b4212){const _0x1bf8f9=_0x5347ad;return typeof structuredClone==_0x1bf8f9(0x2d8)?structuredClone(_0x9b4212):JSON[_0x1bf8f9(0x66f)](JSON[_0x1bf8f9(0x2c1)](_0x9b4212));}function Wd(_0x48c253){const _0x2a8c6c=_0x5347ad;var _0x24a827,_0x15503e;let _0x2f9368=Ud(_0x48c253);return{..._0x2f9368,'id':_0x3fb922(0x6),'pageType':_0x551b6d[_0x2a8c6c(0x2bb)],'elementOrder':[...(_0x24a827=_0x2f9368[_0x2a8c6c(0x67c)])==null?[]:_0x24a827],'elements':{...(_0x15503e=_0x2f9368[_0x2a8c6c(0x77a)])==null?{}:_0x15503e}};}function Gd(_0x274faa){const _0xe1cd4=_0x5347ad;Array[_0xe1cd4(0x8bd)](_0x274faa)[_0xe1cd4(0x4fa)](_0x47f299=>{const _0x12fb10=_0xe1cd4;_0x47f299&&typeof _0x47f299=='object'&&_0x12fb10(0x6d4)in _0x47f299&&(_0x47f299['evented']=!0x1);});}function Kd(_0x143a09){const _0x2dbab7=_0x5347ad;let {pageId:_0x420aa4,index:_0x1d23b2,isActive:_0x410a42,slideModel:_0x2a7b1b,objectProvider:_0x14bef6,setActivePage:_0x8ba349,dragState:_0x25dfda,onDragStart:_0x2cc519,onDragOver:_0x4b13dc,onDrop:_0x3b5e14,onDragEnd:_0x3032cd,shouldSuppressClick:_0x337b03,onContextMenu:_0x564d0e,darkMode:_0x2d33ef}=_0x143a09,_0x2ebe16=_0x4427ea(_0x446559),_0x38ab87=_0x4427ea(_0x47c48b),_0x58cdee=_0x4427ea(_0x3a4166),_0xdad3f3=_0x179cf0(null),[_0x5ba5b7,_0x329cad]=_0x4692d4({'width':0x0,'height':0x0}),_0x2b62a2=_0x37e5d1(_0x38ab87[_0x2dbab7(0x634)]),_0x5671d3=_0x37e5d1(_0x38ab87['update$']),_0x2588b0=_0x37e5d1(_0x38ab87['remove$']);_0x1aefa6(()=>{const _0x15f0f4=_0x2dbab7;let _0x4e0e11=_0xdad3f3[_0x15f0f4(0x83f)];if(!_0x4e0e11)return;let _0x54dcbd=0x0,_0x599aa8=()=>{const _0x47bc86=_0x15f0f4;let _0x142826=_0x4e0e11['clientWidth'],_0x21b3f2=_0x4e0e11['clientHeight'];_0x142826<=0x1||_0x21b3f2<=0x1||_0x329cad(_0x434dfc=>_0x434dfc[_0x47bc86(0x8d2)]===_0x142826&&_0x434dfc[_0x47bc86(0x95b)]===_0x21b3f2?_0x434dfc:{'width':_0x142826,'height':_0x21b3f2});},_0x3d496e=()=>{cancelAnimationFrame(_0x54dcbd),_0x54dcbd=requestAnimationFrame(_0x599aa8);};_0x3d496e();let _0x1bf546=typeof ResizeObserver>'u'?null:new ResizeObserver(_0x3d496e);return _0x1bf546==null||_0x1bf546[_0x15f0f4(0x268)](_0x4e0e11),()=>{const _0x5c2109=_0x15f0f4;cancelAnimationFrame(_0x54dcbd),_0x1bf546==null||_0x1bf546[_0x5c2109(0x8f5)]();};},[]),_0x2d05a9(()=>{const _0x4f989a=_0x2dbab7;let _0x3b0566=_0xdad3f3[_0x4f989a(0x83f)];if(!_0x3b0566)return;let _0x1e3515=_0x5ba5b7[_0x4f989a(0x8d2)]||_0x3b0566['clientWidth'],_0x5d958a=_0x5ba5b7[_0x4f989a(0x95b)]||_0x3b0566[_0x4f989a(0x479)];if(_0x1e3515<=0x1||_0x5d958a<=0x1)return;let _0x20c553=_0x2a7b1b[_0x4f989a(0x2b2)](),_0x1554b2=_0x2a7b1b[_0x4f989a(0x996)](),_0x3cf05c=_0x2a7b1b[_0x4f989a(0x27d)][_0x4f989a(0x87d)](_0x420aa4);if(!_0x3cf05c)return;let {width:_0xf9fe29,height:_0x4ac336}=Xc(_0x1554b2['defaultPageSize']),_0x445884=_0x20c553+_0x4f989a(0x4f7)+_0x420aa4,_0x564559=_0x2ebe16[_0x4f989a(0x78d)](_0x445884);_0x564559||(_0x564559=_0x2ebe16[_0x4f989a(0xa2d)](_0x445884)),_0x564559[_0x4f989a(0x24a)][_0x4f989a(0xa03)](_0x3b0566),_0x564559[_0x4f989a(0x24a)][_0x4f989a(0x3ac)]();let {scene:_0x40f45e}=_0x564559,_0x42dc29=!0x1,_0x20c4f8=null,_0xb198b4=()=>{_0x42dc29||_0x20c4f8!==null||(_0x20c4f8=requestAnimationFrame(()=>{const _0x157593=_0x262c;_0x20c4f8=null,!_0x42dc29&&(_0x40f45e[_0x157593(0x752)](!0x0),_0x40f45e[_0x157593(0x33e)]());}));};_0x40f45e[_0x4f989a(0x55b)](Rd)||new _0x4cc443(Rd,_0x40f45e,{'left':0x0,'top':0x0,'right':0x0,'bottom':0x0})['openClip']();let _0x42263d=_0x1e3515/_0xf9fe29,_0x16061d=_0x5d958a/_0x4ac336;_0x40f45e['removeObjects'](_0x40f45e[_0x4f989a(0x8f3)]()),_0x40f45e[_0x4f989a(0x2f0)](),_0x40f45e['transformByState']({'width':_0xf9fe29,'height':_0x4ac336,'scaleX':_0x42263d,'scaleY':_0x16061d});let _0x1283ba=_0x58cdee[_0x4f989a(0x8e1)](Xo,_0x4f989a(0x6d5)+_0x20c553+'-'+_0x420aa4,{'left':0x0,'top':0x0,'width':_0xf9fe29,'height':_0x4ac336,'background':_0x3cf05c['resolveBackground'](),'evented':!0x1,'zIndex':0x0,'requestRender':_0xb198b4}),_0x274c95=_0x38ab87[_0x4f989a(0x9e1)](_0x20c553,_0x420aa4),_0x53e379=_0x38ab87[_0x4f989a(0x6f8)](_0x20c553,_0x420aa4);if(!_0x53e379[_0x4f989a(0x697)](_0x133fe0=>{let _0x419e2c=_0x274c95[_0x133fe0];return Ld(_0x419e2c);})){let _0x54be21=_0x45d240(_0x20c553,_0x420aa4,_0x3cf05c['resolveElements'](),_0x2a7b1b[_0x4f989a(0x185)](_0x420aa4));_0x274c95=_0x54be21[_0x4f989a(0x1b1)],_0x53e379=_0x54be21[_0x4f989a(0x5f4)];}_0x53e379=_0x53e379[_0x4f989a(0x9bf)](_0x211fb0=>Ld(_0x274c95[_0x211fb0]));let _0x3e9b44=_0x14bef6['convertToRenderObjects'](_0x274c95,_0x53e379,{'unitId':_0x20c553,'subUnitId':_0x420aa4,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x142061['THUMBNAIL'],'showPlaceholder':!0x1,'requestRender':_0xb198b4});Gd(_0x3e9b44),_0x40f45e[_0x4f989a(0x955)](_0x1283ba,0x0),_0x40f45e[_0x4f989a(0x31c)](_0x3e9b44,_0x2548c0);let _0x1b9ce7=new Map(_0x3e9b44[_0x4f989a(0x85d)](_0x9d579a=>[_0x9d579a[_0x4f989a(0xa26)],_0x9d579a]));return xa(_0x274c95,_0x53e379,_0x40f45e,{'unitId':_0x20c553,'subUnitId':_0x420aa4,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x142061[_0x4f989a(0x4c4)],'showPlaceholder':!0x1,'objectProvider':_0x14bef6,'renderObjectMap':_0x1b9ce7,'requestRender':_0xb198b4}),Gd(_0x1b9ce7[_0x4f989a(0x244)]()),_0x40f45e[_0x4f989a(0x752)](!0x0),_0x40f45e[_0x4f989a(0x33e)](),()=>{_0x42dc29=!0x0,_0x20c4f8!==null&&cancelAnimationFrame(_0x20c4f8);};},[_0x2b62a2,_0x2588b0,_0x5671d3,_0x2d33ef,_0x5ba5b7[_0x2dbab7(0x95b)],_0x5ba5b7[_0x2dbab7(0x8d2)],_0x58cdee,_0x14bef6,_0x420aa4,_0x2ebe16,_0x38ab87,_0x2a7b1b]),_0x2d05a9(()=>{const _0xc0e928=_0x2dbab7;let _0x20b16e=_0x2a7b1b[_0xc0e928(0x2b2)]()+_0xc0e928(0x4f7)+_0x420aa4;return()=>{_0x2ebe16['removeRender'](_0x20b16e);};},[_0x420aa4,_0x2ebe16,_0x2a7b1b]);let _0x599d0b=_0x2a4f33(()=>{_0x337b03()||_0x8ba349(_0x420aa4);},[_0x420aa4,_0x8ba349,_0x337b03]),_0x109a35=_0x2a4f33(_0x1ab7a3=>{const _0x3d91f7=_0x2dbab7;_0x1ab7a3[_0x3d91f7(0x169)]['effectAllowed']='move',_0x1ab7a3[_0x3d91f7(0x169)]['setData'](_0x3d91f7(0x9a4),_0x420aa4),_0x2cc519(_0x420aa4);},[_0x2cc519,_0x420aa4]),_0xedf8f5=_0x2a4f33(_0x257f8d=>{const _0x1f3d99=_0x2dbab7;_0x257f8d[_0x1f3d99(0x3e7)](),_0x257f8d[_0x1f3d99(0x169)][_0x1f3d99(0x963)]=_0x1f3d99(0x190);let _0x3053ff=_0x257f8d[_0x1f3d99(0x505)]['getBoundingClientRect']();_0x4b13dc(_0x420aa4,_0x1d23b2,_0x257f8d[_0x1f3d99(0x738)]<_0x3053ff['top']+_0x3053ff['height']/0x2?'before':_0x1f3d99(0x9b4));},[_0x1d23b2,_0x4b13dc,_0x420aa4]),_0x72192c=_0x2a4f33(_0x1d577f=>{const _0x52fc33=_0x2dbab7;_0x1d577f[_0x52fc33(0x3e7)]();let _0x5236e6=_0x1d577f[_0x52fc33(0x505)][_0x52fc33(0x4df)]();_0x3b5e14(_0x420aa4,_0x1d23b2,_0x1d577f['clientY']<_0x5236e6[_0x52fc33(0x717)]+_0x5236e6['height']/0x2?_0x52fc33(0x251):'after');},[_0x1d23b2,_0x3b5e14,_0x420aa4]),_0x35305c=_0x2a4f33(_0x2f47c1=>{const _0x503f36=_0x2dbab7;_0x2f47c1[_0x503f36(0x3e7)](),_0x2f47c1[_0x503f36(0x3b8)]();let _0x3fe480=Math[_0x503f36(0x2f7)](_0x2f47c1[_0x503f36(0x713)],window[_0x503f36(0x9aa)]-0xb4-0x8),_0x58d5c2=Math[_0x503f36(0x2f7)](_0x2f47c1[_0x503f36(0x738)],window['innerHeight']-0x8);_0x564d0e(_0x420aa4,_0x1d23b2,Math[_0x503f36(0x496)](0x8,_0x3fe480),Math[_0x503f36(0x496)](0x8,_0x58d5c2));},[_0x1d23b2,_0x564d0e,_0x420aa4]),_0x32b7d1=_0x25dfda['draggedPageId']===_0x420aa4,_0xff4ce1=_0x25dfda[_0x2dbab7(0x8de)]===_0x420aa4&&_0x25dfda[_0x2dbab7(0x418)]==='before',_0x53ddf4=_0x25dfda[_0x2dbab7(0x8de)]===_0x420aa4&&_0x25dfda[_0x2dbab7(0x418)]===_0x2dbab7(0x9b4);return _0xa122b1(_0x2dbab7(0x949),{'draggable':!0x0,'onClick':_0x599d0b,'onDragStart':_0x109a35,'onDragOver':_0xedf8f5,'onDrop':_0x72192c,'onDragEnd':_0x3032cd,'onContextMenu':_0x35305c,'className':_0xae34a3(_0x2dbab7(0x2a7),_0x32b7d1&&'univer-opacity-50'),'children':[_0xff4ce1&&_0x4b9848(_0x2dbab7(0x949),{'className':_0x2dbab7(0x881)}),_0xa122b1('div',{'className':_0xae34a3(_0x2dbab7(0x7d2),_0x410a42?_0x2dbab7(0x8a7):_0x2dbab7(0x5b7)),'children':[_0x4b9848(_0x2dbab7(0x949),{'ref':_0xdad3f3,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-0'}),_0x4b9848(_0x2dbab7(0x9d2),{'className':_0x2dbab7(0x1f7),'children':_0x1d23b2+0x1})]}),_0x53ddf4&&_0x4b9848(_0x2dbab7(0x949),{'className':_0x2dbab7(0x6b7)})]},_0x420aa4);}function qd(){const _0x32f164=_0x5347ad;var _0x18f890,_0x173468;let _0x6a9ecd=_0x4427ea(_0x4c8617),_0x262eef=_0x4427ea(_0x1c430b),_0x5b595e=_0x4427ea(_0x46972e),_0x1426e0=_0x4427ea(_0x4284b8),_0x45b505=_0x4427ea(_0x3a4166),_0x20c650=_0x78f4e5(()=>_0x45b505[_0x32f164(0x8e1)](Bc),[_0x45b505]),[_0x2a2347,_0xe9d483]=_0x4692d4(!0x1),[_0x3b2e92,_0x499260]=_0x9fee84(Bd,null),[_0x3f2b56,_0xb9bccc]=_0x4692d4(_0x32f164(0x734)),[_0x5d41c7,_0x56111d]=_0x4692d4(void 0x0),[_0x67ed0f,_0x304749]=_0x4692d4(null),[_0x26e84c,_0x2716ff]=_0x4692d4(0x120),[_0x49915a,_0x40c4ac]=_0x4692d4({'draggedPageId':null,'overPageId':null,'dropPosition':null}),_0x229a33=_0x179cf0(null),_0x495991=_0x179cf0(null),_0x14fe61=_0x179cf0(0x120),_0x104a29=_0x179cf0(null),_0x407303=_0x179cf0(0x0),_0x31572b=_0x179cf0(null),_0x4388c2=_0x262eef[_0x32f164(0x9ed)](_0x2a9855['UNIVER_SLIDE']),_0x309014=(_0x18f890=_0x37e5d1(_0x4388c2==null?void 0x0:_0x4388c2[_0x32f164(0x27d)]['slideOrder$']))==null?[]:_0x18f890,_0x5e4171=_0x37e5d1(_0x4388c2==null?void 0x0:_0x4388c2[_0x32f164(0x27d)][_0x32f164(0x295)]),_0x41a053=(_0x173468=_0x37e5d1(_0x1426e0[_0x32f164(0x9b3)]))==null?_0x1426e0['darkMode']:_0x173468,_0x29895b=_0x2a4f33(_0x1a6287=>{const _0x110b4d=_0x32f164;_0x4388c2==null||_0x4388c2[_0x110b4d(0x27d)][_0x110b4d(0x971)](_0x1a6287);},[_0x4388c2]),_0x119e46=_0x2a4f33(()=>Date[_0x32f164(0x7f4)]()<_0x407303[_0x32f164(0x83f)],[]),_0x71bbba=_0x2a4f33((_0x239b4e,_0xacd953,_0x3fa186,_0x44020e)=>{_0x29895b(_0x239b4e),_0xe9d483(!0x1),_0x56111d(void 0x0),_0x304749({'pageId':_0x239b4e,'index':_0xacd953,'left':_0x3fa186,'top':_0x44020e});},[_0x29895b]),_0x2a7ac7=_0x2a4f33(_0x30269a=>{const _0x36c2f3=_0x32f164;_0x407303[_0x36c2f3(0x83f)]=Date['now']()+0x12c,_0xe9d483(!0x1),_0x40c4ac({'draggedPageId':_0x30269a,'overPageId':_0x30269a,'dropPosition':_0x36c2f3(0x251)});},[]),_0x3abc32=_0x2a4f33((_0x2b17b6,_0x500f50,_0x44188f)=>{const _0x466ceb=_0x32f164;_0x40c4ac(_0x66fb53=>_0x66fb53[_0x466ceb(0x5aa)]===null||_0x66fb53[_0x466ceb(0x8de)]===_0x2b17b6&&_0x66fb53['dropPosition']===_0x44188f?_0x66fb53:{..._0x66fb53,'overPageId':_0x2b17b6,'dropPosition':_0x44188f});},[]),_0x45054=_0x2a4f33(()=>{const _0x59d4ab=_0x32f164;_0x407303[_0x59d4ab(0x83f)]=Date[_0x59d4ab(0x7f4)]()+0x12c,_0x40c4ac({'draggedPageId':null,'overPageId':null,'dropPosition':null});},[]),_0x35b90d=_0x2a4f33((_0x3a0265,_0x10c844,_0xced545)=>{const _0x4d8545=_0x32f164;if(_0x407303[_0x4d8545(0x83f)]=Date[_0x4d8545(0x7f4)]()+0x12c,!_0x4388c2||!_0x49915a['draggedPageId']||_0x49915a[_0x4d8545(0x5aa)]===_0x3a0265){_0x45054();return;}let _0x301495=_0x309014[_0x4d8545(0x733)](_0x49915a[_0x4d8545(0x5aa)]);if(_0x301495===-0x1){_0x45054();return;}let _0x9a6679=_0xced545===_0x4d8545(0x251)?_0x10c844:_0x10c844+0x1,_0x32572a=_0x301495<_0x9a6679?_0x9a6679-0x1:_0x9a6679;_0x301495!==_0x32572a&&(_0x5b595e[_0x4d8545(0x4dd)](_0x3712f7['id'],{'unitId':_0x4388c2[_0x4d8545(0x2b2)](),'subUnitId':_0x49915a[_0x4d8545(0x5aa)],'toIndex':_0x32572a}),_0x4388c2[_0x4d8545(0x27d)][_0x4d8545(0x971)](_0x49915a['draggedPageId'])),_0x45054();},[_0x5b595e,_0x49915a[_0x32f164(0x5aa)],_0x45054,_0x4388c2,_0x309014]),_0xc3ab77=_0x2a4f33(()=>{const _0x4df4b9=_0x32f164;var _0x4d69c8;if(_0x3f2b56===_0x4df4b9(0x53e))return;let _0x21abcb=(_0x4d69c8=_0x229a33['current'])==null?void 0x0:_0x4d69c8['getBoundingClientRect']();if(!_0x21abcb){_0x499260({'type':_0x4df4b9(0x3c1)});return;}_0x499260({'type':_0x4df4b9(0x3f7),'position':{'left':_0x21abcb[_0x4df4b9(0x888)]+0x8,'top':_0x21abcb[_0x4df4b9(0x717)]}});},[_0x3f2b56]),_0x2d1073=_0x2a4f33(_0x20a4dd=>{const _0x591194=_0x32f164;var _0x52f7ee;_0x20a4dd['preventDefault'](),_0x20a4dd[_0x591194(0x3b8)](),_0xe9d483(!0x1),(_0x52f7ee=_0x104a29[_0x591194(0x83f)])==null||_0x52f7ee['call'](_0x104a29);let _0x290b0f=_0x20a4dd[_0x591194(0x713)],_0x72cf2a=_0x14fe61[_0x591194(0x83f)],_0x436c38=document['body']['style'][_0x591194(0x1ae)],_0xb52429=document[_0x591194(0x570)][_0x591194(0x16a)]['userSelect'];document[_0x591194(0x570)][_0x591194(0x16a)]['cursor']='col-resize',document[_0x591194(0x570)][_0x591194(0x16a)][_0x591194(0x834)]='none';let _0x194ae4=_0x591ab1=>{const _0x22784a=_0x591194;let _0x46816f=Hd(_0x72cf2a+_0x591ab1[_0x22784a(0x713)]-_0x290b0f);_0x14fe61['current']=_0x46816f,_0x2716ff(_0x46816f);},_0x3fef9c=()=>{const _0x4adfa4=_0x591194;document[_0x4adfa4(0x1e6)](_0x4adfa4(0x7d7),_0x194ae4),document[_0x4adfa4(0x1e6)]('mouseup',_0x3fef9c),document[_0x4adfa4(0x570)][_0x4adfa4(0x16a)][_0x4adfa4(0x1ae)]=_0x436c38,document['body']['style'][_0x4adfa4(0x834)]=_0xb52429,_0x104a29['current']=null;};_0x104a29['current']=_0x3fef9c,document[_0x591194(0x25f)](_0x591194(0x7d7),_0x194ae4),document[_0x591194(0x25f)](_0x591194(0x39c),_0x3fef9c);},[]),_0x5575d0=_0x2a4f33(_0x3699d2=>{const _0x59b7b9=_0x32f164;_0x3699d2[_0x59b7b9(0x3e7)](),_0x3699d2[_0x59b7b9(0x3b8)](),_0x14fe61['current']=0x120,_0x2716ff(0x120);},[]);_0x1aefa6(()=>{const _0x5586a6=_0x32f164;if(!_0x2a2347){_0x499260({'type':_0x5586a6(0x3c1)});return;}_0xc3ab77();},[_0x2a2347,_0x26e84c,_0xc3ab77]),_0x2d05a9(()=>()=>{const _0xa1aaae=_0x32f164;var _0x29a905;(_0x29a905=_0x104a29[_0xa1aaae(0x83f)])==null||_0x29a905[_0xa1aaae(0x549)](_0x104a29);},[]),_0x2d05a9(()=>{const _0x38f5b0=_0x32f164;if(!(!_0x2a2347||_0x3f2b56==='fixed'))return window[_0x38f5b0(0x25f)](_0x38f5b0(0x3ac),_0xc3ab77),window[_0x38f5b0(0x25f)](_0x38f5b0(0x52f),_0xc3ab77,!0x0),()=>{const _0x27887e=_0x38f5b0;window[_0x27887e(0x1e6)]('resize',_0xc3ab77),window[_0x27887e(0x1e6)](_0x27887e(0x52f),_0xc3ab77,!0x0);};},[_0x3f2b56,_0x2a2347,_0xc3ab77]),_0x2d05a9(()=>{const _0x48d446=_0x32f164;if(!_0x2a2347)return;let _0x5bd2c8=_0x257b13=>{const _0x3912dd=_0x262c;var _0x3a5518,_0x256c96;(_0x3a5518=_0x229a33[_0x3912dd(0x83f)])!=null&&_0x3a5518[_0x3912dd(0x416)](_0x257b13[_0x3912dd(0x53d)])||(_0x256c96=_0x495991[_0x3912dd(0x83f)])!=null&&_0x256c96[_0x3912dd(0x416)](_0x257b13[_0x3912dd(0x53d)])||_0xe9d483(!0x1);};return document[_0x48d446(0x25f)]('mousedown',_0x5bd2c8),()=>document[_0x48d446(0x1e6)]('mousedown',_0x5bd2c8);},[_0x2a2347]),_0x2d05a9(()=>{const _0x2699d0=_0x32f164;if(!_0x67ed0f)return;let _0x1d26a8=()=>_0x304749(null),_0x45084c=_0x508fbb=>{const _0x2c6d1c=_0x262c;_0x508fbb['key']===_0x2c6d1c(0x5da)&&_0x1d26a8();};return document['addEventListener'](_0x2699d0(0x81b),_0x1d26a8),document['addEventListener'](_0x2699d0(0x883),_0x45084c),window[_0x2699d0(0x25f)]('blur',_0x1d26a8),()=>{const _0x1d0f7e=_0x2699d0;document[_0x1d0f7e(0x1e6)](_0x1d0f7e(0x81b),_0x1d26a8),document[_0x1d0f7e(0x1e6)](_0x1d0f7e(0x883),_0x45084c),window['removeEventListener'](_0x1d0f7e(0x84b),_0x1d26a8);};},[_0x67ed0f]);let _0x20b787=_0x2a4f33(_0x54e2e0=>{const _0x33ec22=_0x32f164;_0xe9d483(!0x1),_0x56111d(void 0x0),_0xb9bccc('addButton'),_0x4388c2&&_0x5b595e[_0x33ec22(0x4dd)](_0x262f78['id'],{'unitId':_0x4388c2[_0x33ec22(0x2b2)](),'layoutType':_0x54e2e0,'insertIndex':_0x5d41c7});},[_0x5b595e,_0x5d41c7,_0x4388c2]),_0x45109b=_0x2a4f33(_0x53a9b3=>{const _0x148c4c=_0x32f164;if(!_0x4388c2||!_0x67ed0f)return;let {pageId:_0x443a81,index:_0x2becb6}=_0x67ed0f,_0x111eb7=_0x4388c2[_0x148c4c(0x996)]()[_0x148c4c(0x2fc)][_0x443a81],_0x46ff67=_0x4388c2[_0x148c4c(0x2b2)](),_0x516db1=()=>{const _0x13e940=_0x148c4c;_0x309014[_0x13e940(0x9dd)]<=0x1||_0x5b595e['executeCommand'](_0x78c06f['id'],{'unitId':_0x46ff67,'subUnitId':_0x443a81});};switch(_0x53a9b3){case _0x148c4c(0x538):_0x111eb7&&(_0x31572b[_0x148c4c(0x83f)]=Ud(_0x111eb7)),_0x304749(null);break;case _0x148c4c(0x256):_0x111eb7&&_0x309014[_0x148c4c(0x9dd)]>0x1&&(_0x31572b[_0x148c4c(0x83f)]=Ud(_0x111eb7),_0x516db1()),_0x304749(null);break;case'paste':_0x31572b[_0x148c4c(0x83f)]&&_0x5b595e[_0x148c4c(0x4dd)](_0x411b5b['id'],{'unitId':_0x46ff67,'slide':Wd(_0x31572b[_0x148c4c(0x83f)]),'insertIndex':_0x2becb6+0x1,'setActive':!0x0}),_0x304749(null);break;case _0x148c4c(0x4de):{let _0x3a89b4=Vd(_0x67ed0f[_0x148c4c(0x5e2)]+0xb4+0x8,_0x67ed0f[_0x148c4c(0x717)]);_0xb9bccc(_0x148c4c(0x53e)),_0x56111d(_0x2becb6+0x1),_0x499260({'type':'set','position':_0x3a89b4}),_0xe9d483(!0x0),_0x304749(null);break;}case _0x148c4c(0x70f):_0x516db1(),_0x304749(null);break;}},[_0x5b595e,_0x67ed0f,_0x4388c2,_0x309014]);if(!_0x4388c2)return null;let _0x21c39b=_0x2a2347&&_0x3b2e92?_0x14c4eb(_0x4b9848('div',{'ref':_0x495991,'className':_0x32f164(0x5fc),'style':{'zIndex':lu,'left':_0x3b2e92['left'],'top':_0x3b2e92[_0x32f164(0x717)]},'onMouseDown':_0x304946=>_0x304946['stopPropagation'](),'children':_0x4b9848(Fd,{'onSelect':_0x20b787})}),document[_0x32f164(0x570)]):null,_0x4da1b1=_0x67ed0f?_0x14c4eb(_0x4b9848(_0x32f164(0x949),{'className':_0x32f164(0x544),'style':{'zIndex':lu,'left':_0x67ed0f[_0x32f164(0x5e2)],'top':_0x67ed0f[_0x32f164(0x717)]},'onMouseDown':_0x3485c3=>_0x3485c3[_0x32f164(0x3b8)](),'onContextMenu':_0x2c9ecd=>_0x2c9ecd[_0x32f164(0x3e7)](),'children':zd[_0x32f164(0x85d)](({action:_0x1a56b1,localeKey:_0x12bb8d,Icon:_0x58ba3a,disabled:_0x3df216})=>{const _0x36ae77=_0x32f164;let _0x3c4a79=_0x3df216({'hasClipboard':!!_0x31572b[_0x36ae77(0x83f)],'slideCount':_0x309014[_0x36ae77(0x9dd)]}),_0x1dcf38=_0x6a9ecd['t'](_0x12bb8d);return _0xa122b1('button',{'type':_0x36ae77(0x47a),'disabled':_0x3c4a79,'className':_0xae34a3(_0x36ae77(0x3d8),_0x3c4a79?_0x36ae77(0x27a):_0x36ae77(0x249),_0x1a56b1===_0x36ae77(0x70f)&&!_0x3c4a79?_0x36ae77(0x4f2):'univer-text-gray-900'),'onClick':()=>{_0x3c4a79||_0x45109b(_0x1a56b1);},'children':[_0x4b9848(_0x58ba3a,{'className':_0x36ae77(0x294)}),_0x4b9848('span',{'className':_0x36ae77(0x44f),'children':_0x1dcf38})]},_0x1a56b1);})}),document[_0x32f164(0x570)]):null;return _0xa122b1(_0x141423,{'children':[_0xa122b1('aside',{'className':'univer-relative\x20univer-flex\x20univer-h-full\x20univer-shrink-0\x20univer-flex-col\x20univer-overflow-y-auto\x20univer-overflow-x-hidden\x20univer-border-r\x20univer-border-gray-200\x20univer-bg-gray-50\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','style':{'width':_0x26e84c},'children':[_0x4b9848('div',{'role':_0x32f164(0x5a1),'aria-orientation':'vertical','aria-label':_0x6a9ecd['t'](_0x32f164(0x31b)),'title':_0x6a9ecd['t'](_0x32f164(0x31b)),'className':_0x32f164(0x4f9),'onMouseDown':_0x2d1073,'onDoubleClick':_0x5575d0}),_0x4b9848(_0x32f164(0x454),{'className':'univer-sticky\x20univer-top-0\x20univer-z-10\x20univer-border-b\x20univer-border-gray-200\x20univer-bg-gray-50\x20univer-px-3\x20univer-pb-2\x20univer-pt-3\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','children':_0x4b9848('button',{'ref':_0x229a33,'type':'button','className':_0xae34a3(_0x32f164(0x2ad),_0x2a2347?_0x32f164(0x46c):_0x32f164(0x463),_0x2a2347?_0x32f164(0x503):_0x32f164(0x95e)),'onClick':()=>_0xe9d483(_0x402320=>!_0x402320),'onMouseDown':()=>{const _0x196578=_0x32f164;_0xb9bccc(_0x196578(0x734)),_0x56111d(void 0x0);},'children':_0x6a9ecd['t'](_0x32f164(0x480))})}),_0x4b9848(_0x32f164(0x949),{'className':_0x32f164(0x7dd),'children':_0x309014[_0x32f164(0x85d)]((_0x3412cb,_0xe9db2f)=>_0x4b9848(Kd,{'pageId':_0x3412cb,'index':_0xe9db2f,'isActive':_0x3412cb===_0x5e4171,'slideModel':_0x4388c2,'objectProvider':_0x20c650,'setActivePage':_0x29895b,'dragState':_0x49915a,'onDragStart':_0x2a7ac7,'onDragOver':_0x3abc32,'onDrop':_0x35b90d,'onDragEnd':_0x45054,'shouldSuppressClick':_0x119e46,'onContextMenu':_0x71bbba,'darkMode':_0x41a053},_0x3412cb))})]}),_0x21c39b,_0x4da1b1]});}let Jd=class extends _0x278e37{constructor(_0x376c14,_0x574ebd){const _0x93f650=_0x5347ad;super(),this[_0x93f650(0x5f8)]=_0x376c14,this[_0x93f650(0x5a5)]=_0x574ebd,this['_initUIComponents']();}[_0x5347ad(0x7c4)](){const _0x57da49=_0x5347ad;this[_0x57da49(0x70e)](this[_0x57da49(0x5a5)]['registerComponent'](_0x3d14ae['LEFT_SIDEBAR'],()=>_0x10ed71(qd,this[_0x57da49(0x5f8)]))),this['disposeWithMe'](this['_uiPartsService'][_0x57da49(0x851)](_0x3d14ae[_0x57da49(0x18c)],()=>_0x10ed71(Od,this[_0x57da49(0x5f8)]))),this[_0x57da49(0x70e)](this[_0x57da49(0x5a5)][_0x57da49(0x851)](_0x3d14ae[_0x57da49(0x68a)],()=>_0x10ed71(Md,this[_0x57da49(0x5f8)])));}};Jd=$([Q(0x0,_0x3bd740(_0x3a4166)),Q(0x1,_0x447d80)],Jd);var Yd=_0x5347ad(0x26d),Xd=_0x5347ad(0x57a);const Zd=_0x5347ad(0x8bf);function Qd(_0x393886,_0xc9bae0=_0x5347ad(0x8cd)){const _0x5bd8fc=_0x5347ad;return{'customSizeLabel':_0x393886['t'](_0x5bd8fc(0x822)),'rowsLabel':_0x393886['t']('slides-ui.tableSizePicker.rows'),'columnsLabel':_0x393886['t'](_0x5bd8fc(0x86f)),'confirmLabel':_0x393886['t']('slides-ui.tableSizePicker.'+_0xc9bae0)};}function $d(_0x1c74b3,_0x2d6bd8,_0x615690){const _0x8f6b36=_0x5347ad;return Number['isFinite'](_0x1c74b3)?Math[_0x8f6b36(0x2f7)](Math[_0x8f6b36(0x496)](Math[_0x8f6b36(0x490)](_0x1c74b3),_0x2d6bd8),_0x615690):_0x2d6bd8;}function ef(_0x165b77){const _0x2b59b2=_0x5347ad;var _0x303d29,_0x5da809;let {initialRows:_0x2341bc=0x3,initialColumns:_0x5878cc=0x5,maxGridRows:_0x2a6eac=0xa,maxGridColumns:_0x4fa85f=0xe,minRows:_0x35e24e=0x1,minColumns:_0x565da8=0x1,maxRows:_0x55265b=0x32,maxColumns:_0x87c8a5=0x32,variant:_0x37aa0c=_0x2b59b2(0x2d3),title:_0x2b83fc,customSizeLabel:_0x2f1d40,rowsLabel:_0x4c8df0,columnsLabel:_0xe1a37b,confirmLabel:_0x43a890,onConfirm:_0xed0076}=_0x165b77,[_0x362903,_0x2d7f07]=_0x4692d4(()=>$d(_0x2341bc,_0x35e24e,_0x55265b)),[_0x322b9e,_0x2a8222]=_0x4692d4(()=>$d(_0x5878cc,_0x565da8,_0x87c8a5)),[_0x232ee4,_0x12ce3e]=_0x4692d4(null),_0x278c4c=(_0x303d29=_0x232ee4==null?void 0x0:_0x232ee4[_0x2b59b2(0x315)])==null?_0x362903:_0x303d29,_0x1abe1e=(_0x5da809=_0x232ee4==null?void 0x0:_0x232ee4[_0x2b59b2(0x5ce)])==null?_0x322b9e:_0x5da809,_0x33a93f=_0x24f133=>_0x2d7f07($d(_0x24f133,_0x35e24e,_0x55265b)),_0x2da8cf=_0x550370=>_0x2a8222($d(_0x550370,_0x565da8,_0x87c8a5));return _0xa122b1('div',{'className':_0x2b59b2(0x6ea)+(_0x37aa0c===_0x2b59b2(0x2d3)?'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-rounded-lg\x20univer-border\x20univer-border-gray-200\x20univer-p-4\x20univer-shadow-lg\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-border-gray-700\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20':_0x2b59b2(0x275))+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','data-u-comp':_0x2b59b2(0x83a),'onMouseLeave':()=>_0x12ce3e(null),'children':[_0x2b83fc&&_0x4b9848(_0x2b59b2(0x949),{'className':_0x2b59b2(0x36a),'children':_0x2b83fc}),_0xa122b1(_0x2b59b2(0x949),{'className':_0x2b59b2(0x297),'children':[_0x4b9848(_0x2b59b2(0x949),{'className':_0x2b59b2(0x807),'style':{'gridTemplateColumns':'repeat('+_0x4fa85f+_0x2b59b2(0x661)},'children':Array[_0x2b59b2(0x8bd)]({'length':_0x2a6eac})[_0x2b59b2(0x85d)]((_0x4277d1,_0x170494)=>Array[_0x2b59b2(0x8bd)]({'length':_0x4fa85f})[_0x2b59b2(0x85d)]((_0x52852e,_0x2511f1)=>{const _0x70f6a9=_0x2b59b2;let _0x5da963=_0x170494+0x1,_0x29c2ed=_0x2511f1+0x1,_0x42fdd0=_0x5da963<=_0x278c4c&&_0x29c2ed<=_0x1abe1e;return _0x4b9848(_0x70f6a9(0x47a),{'type':'button','aria-label':_0x5da963+_0x70f6a9(0x7ff)+_0x29c2ed,'data-selected':_0x42fdd0,'className':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-size-5\x20univer-cursor-pointer\x20univer-rounded\x20univer-border\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-border-solid\x20univer-p-0\x20univer-transition-colors\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(_0x42fdd0?'univer-border-primary-500\x20univer-bg-primary-50':_0x70f6a9(0x27e))+'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','onMouseEnter':()=>_0x12ce3e({'rows':_0x5da963,'columns':_0x29c2ed}),'onFocus':()=>_0x12ce3e({'rows':_0x5da963,'columns':_0x29c2ed}),'onClick':()=>_0xed0076({'rows':_0x5da963,'columns':_0x29c2ed})},_0x5da963+':'+_0x29c2ed);}))}),_0xa122b1(_0x2b59b2(0x949),{'className':_0x2b59b2(0x885),'children':[_0x278c4c,_0x2b59b2(0x563),_0x1abe1e]})]}),_0x4b9848('div',{'className':_0x2b59b2(0x855)}),_0x4b9848(_0x2b59b2(0x949),{'className':_0x2b59b2(0x26a),'children':_0x2f1d40}),_0xa122b1('div',{'className':_0x2b59b2(0x2a3),'children':[_0xa122b1('label',{'className':_0x2b59b2(0x3d9),'children':[_0x4b9848('span',{'className':_0x2b59b2(0x49a),'children':_0x4c8df0}),_0x4b9848(_0x2d8e90,{'className':'univer-w-full','min':_0x35e24e,'max':_0x55265b,'precision':0x0,'value':_0x362903,'onChange':_0x38e20e=>_0x33a93f(_0x38e20e==null?_0x35e24e:_0x38e20e)})]}),_0xa122b1(_0x2b59b2(0x461),{'className':_0x2b59b2(0x3d9),'children':[_0x4b9848(_0x2b59b2(0x9d2),{'className':_0x2b59b2(0x49a),'children':_0xe1a37b}),_0x4b9848(_0x2d8e90,{'className':_0x2b59b2(0x279),'min':_0x565da8,'max':_0x87c8a5,'precision':0x0,'value':_0x322b9e,'onChange':_0x1a7550=>_0x2da8cf(_0x1a7550==null?_0x565da8:_0x1a7550)})]})]}),_0x4b9848(_0x215cab,{'className':'univer-mt-3\x20univer-w-full','variant':_0x2b59b2(0x88e),'onClick':()=>_0xed0076({'rows':_0x362903,'columns':_0x322b9e}),'children':_0x43a890})]});}function tf(_0x589691,_0x535aff,_0x4ecf71,_0x5b306b,_0x574b42,_0x5c9b24){const _0x15914f=_0x5347ad;return{'id':_0x15914f(0x8bf),'title':{'title':_0x589691},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x0,'destroyOnClose':!0x0,'children':{'label':{'name':Zd,'props':{'unitId':_0x535aff,'tableId':_0x4ecf71,'initialRows':_0x5b306b,'initialColumns':_0x574b42,'title':_0x589691,'onClose':_0x5c9b24}}},'onClose':_0x5c9b24};}function nf(_0x4300e0){const _0x44e7ab=_0x5347ad;let {initialColumns:_0x430de5,initialRows:_0x43faed,onClose:_0x4e40bc,tableId:_0x3d13b8,title:_0x50a923,unitId:_0x3c2f5c}=_0x4300e0,_0x5e0ded=_0x4427ea(_0x4c8617),_0x1ca747=_0x4427ea(_0x46972e),_0x489ae3=_0x4427ea(_0x5cefec),_0x378468=_0x484ffe=>{const _0x472913=_0x262c;let _0x7ca48c=_0x489ae3[_0x472913(0x507)](_0x3c2f5c,_0x3d13b8);if(!_0x7ca48c){_0x4e40bc==null||_0x4e40bc();return;}let _0x44613c=_0x5f0103(_0x7ca48c,_0x484ffe[_0x472913(0x315)],_0x484ffe[_0x472913(0x5ce)]);(_0x44613c[_0x472913(0x315)][_0x472913(0x9dd)]!==_0x7ca48c[_0x472913(0x315)][_0x472913(0x9dd)]||_0x44613c[_0x472913(0x5ce)]['length']!==_0x7ca48c['columns'][_0x472913(0x9dd)])&&_0x1ca747['executeCommand'](_0x1b9913['id'],{'unitId':_0x3c2f5c,'tableId':_0x3d13b8,'patch':{'rows':_0x44613c[_0x472913(0x315)],'columns':_0x44613c['columns']}}),_0x4e40bc==null||_0x4e40bc();};return _0x4b9848(_0x44e7ab(0x949),{'className':_0x44e7ab(0x8c1),'data-u-comp':_0x44e7ab(0x5d5),'children':_0x4b9848(ef,{'initialRows':_0x43faed,'initialColumns':_0x430de5,'title':_0x50a923,...Qd(_0x5e0ded,'apply'),'onConfirm':_0x378468})});}const rf={'borderEnabled':!0x0,'borderStroke':Va,'borderStrokeWidth':0x1,'borderSpacing':0x0,'anchorFill':Ha,'anchorStroke':Ua,'anchorStrokeWidth':1.5,'anchorSize':0x8,'anchorCornerRadius':0x2,'anchorStyle':_0x5347ad(0x3d6),'rotateEnabled':!0x0,'rotateSize':0x12,'rotateCornerRadius':0x9,'rotateAnchorOffset':0x1c,'rotateAnchorPosition':'bottom','rotateLineEnabled':!0x1,'rotateFill':Ha,'rotateStroke':Wa,'rotateStrokeWidth':0x1,'rotateIconEnabled':!0x0,'rotateIconStroke':Ga,'rotateIconStrokeWidth':1.25,'resizeEnabled':!0x0,'keepRatio':!0x1,'moveBoundaryEnabled':!0x1};function af(_0x315b1d){const _0x32a59b=_0x5347ad;return(_0x315b1d==null?void 0x0:_0x315b1d[_0x32a59b(0x5fb)][_0x32a59b(0x72f)])===_0x42916e[_0x32a59b(0x448)];}function of(_0xaf038b){const _0x4b138b=_0x5347ad;return _0xaf038b[_0x4b138b(0x697)](af);}function sf(_0x459220,_0x5b3838={}){const _0x2c0723=_0x5347ad;return cf(_0x459220)?{'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1}:af(_0x459220)||_0x5b3838[_0x2c0723(0x25d)]?{...rf,'rotateEnabled':!0x1}:{...rf};}function cf(_0x2a85b1){const _0x5a184e=_0x5347ad;var _0x43e0dc;if(_0x2a85b1[_0x5a184e(0x5fb)]['type']!==_0x42916e[_0x5a184e(0x514)])return!0x1;let _0x53b97f=(_0x43e0dc=_0x2a85b1[_0x5a184e(0x5fb)][_0x5a184e(0x4fd)])==null?void 0x0:_0x43e0dc[_0x5a184e(0x3da)];return!!_0x53b97f&&_0x556e5e(_0x53b97f);}const lf={'id':_0x5347ad(0x8dc),'type':_0x55bcba['OPERATION'],'handler':(_0x1580c5,_0x1b6676)=>{const _0x13bd3a=_0x5347ad;if(!_0x1b6676)return!0x1;let {unitId:_0x198a2a,subUnitId:_0x135b23,drawingId:_0x2df392,arrangeType:_0x301068}=_0x1b6676,_0x4041ca=_0x1580c5[_0x13bd3a(0x439)](_0x47c48b),_0x436087=_0x1580c5[_0x13bd3a(0x439)](_0x46972e),_0x2b4835=_0x4041ca[_0x13bd3a(0x6f8)](_0x198a2a,_0x135b23),_0x24e583=_0x2b4835['indexOf'](_0x2df392);if(_0x24e583===-0x1)return!0x1;let _0x59d7bd=[..._0x2b4835];switch(_0x301068){case _0x40ce86[_0x13bd3a(0x795)]:_0x24e583<_0x59d7bd[_0x13bd3a(0x9dd)]-0x1&&([_0x59d7bd[_0x24e583],_0x59d7bd[_0x24e583+0x1]]=[_0x59d7bd[_0x24e583+0x1],_0x59d7bd[_0x24e583]]);break;case _0x40ce86[_0x13bd3a(0x202)]:_0x24e583>0x0&&([_0x59d7bd[_0x24e583],_0x59d7bd[_0x24e583-0x1]]=[_0x59d7bd[_0x24e583-0x1],_0x59d7bd[_0x24e583]]);break;case _0x40ce86[_0x13bd3a(0x6b9)]:_0x59d7bd['splice'](_0x24e583,0x1),_0x59d7bd[_0x13bd3a(0x872)](_0x2df392);break;case _0x40ce86[_0x13bd3a(0x2cc)]:_0x59d7bd[_0x13bd3a(0x9c9)](_0x24e583,0x1),_0x59d7bd[_0x13bd3a(0x604)](_0x2df392);break;default:return!0x1;}return _0x436087[_0x13bd3a(0x4dd)](_0x2762d4['id'],{'unitId':_0x198a2a,'subUnitId':_0x135b23,'drawingIds':_0x59d7bd});}};function uf(_0x5a891d){const _0x278bb9=_0x5347ad;let _0x95015d=_0x5a891d[_0x278bb9(0x26f)]();if(!_0x95015d[_0x278bb9(0x9dd)])return null;let [_0x37daac]=_0x95015d;return!_0x37daac||!_0x95015d[_0x278bb9(0x777)](_0x5f1074=>_0x5f1074[_0x278bb9(0x51b)]===_0x37daac[_0x278bb9(0x51b)]&&_0x5f1074[_0x278bb9(0x657)]===_0x37daac[_0x278bb9(0x657)])?null:{'unitId':_0x37daac[_0x278bb9(0x51b)],'subUnitId':_0x37daac[_0x278bb9(0x657)],'drawingIds':_0x95015d['map'](_0x2bcbae=>_0x2bcbae['drawingId'])};}const df={'id':_0x5347ad(0x3a1),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0xf9b46a=>{const _0x2fb43d=_0x5347ad;let _0x4edaf1=_0xf9b46a['get'](_0x47c48b),_0x1179d9=_0xf9b46a[_0x2fb43d(0x439)](_0x46972e),_0x43cf48=uf(_0x4edaf1);if(!_0x43cf48||!_0x43cf48[_0x2fb43d(0x379)][_0x2fb43d(0x9dd)])return!0x1;let _0x1bcd0c=_0x43cf48[_0x2fb43d(0x379)][0x0];return _0x1bcd0c?_0x1179d9[_0x2fb43d(0x4dd)](ul['id'],{'unitId':_0x43cf48[_0x2fb43d(0x51b)],'subUnitId':_0x43cf48[_0x2fb43d(0x657)],'drawingId':_0x1bcd0c}):!0x1;}},ff={'id':_0x5347ad(0x7de),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x3d38c1=>{const _0x5529de=_0x5347ad;let _0x55382=_0x3d38c1['get'](_0x1c430b),_0x425f3b=_0x3d38c1['get'](_0x46972e),_0x250c15=_0x55382[_0x5529de(0x9ed)](_0x2a9855[_0x5529de(0x57f)]),_0x2faae9=_0x250c15==null?void 0x0:_0x250c15[_0x5529de(0x27d)][_0x5529de(0x3c9)]();return!_0x250c15||!_0x2faae9?!0x1:_0x425f3b[_0x5529de(0x4dd)](cl['id'],{'unitId':_0x250c15[_0x5529de(0x2b2)](),'subUnitId':_0x2faae9[_0x5529de(0xa23)]()});}},pf={'id':'slide.operation.contextmenu.open-transition-panel','type':_0x55bcba['OPERATION'],'handler':_0x33a487=>{const _0x47ae09=_0x5347ad;let _0x5908cd=_0x33a487['get'](_0x1c430b),_0x110ba9=_0x33a487['get'](_0x46972e),_0x1e2f53=_0x5908cd['getCurrentUnitOfType'](_0x2a9855[_0x47ae09(0x57f)]),_0x2f8c01=_0x1e2f53==null?void 0x0:_0x1e2f53[_0x47ae09(0x27d)][_0x47ae09(0x3c9)]();return!_0x1e2f53||!_0x2f8c01?!0x1:_0x110ba9[_0x47ae09(0x4dd)](fl['id'],{'unitId':_0x1e2f53[_0x47ae09(0x2b2)](),'subUnitId':_0x2f8c01['getId']()});}},mf={'id':_0x5347ad(0x768),'type':_0x55bcba['OPERATION'],'handler':_0x410b2c=>{const _0x232aaf=_0x5347ad;let _0x43d5fa=_0x410b2c[_0x232aaf(0x439)](_0x1c430b),_0x18b335=_0x410b2c[_0x232aaf(0x439)](_0x46972e),_0x464152=_0x43d5fa[_0x232aaf(0x9ed)](_0x2a9855[_0x232aaf(0x57f)]),_0x2642d8=_0x464152==null?void 0x0:_0x464152[_0x232aaf(0x27d)][_0x232aaf(0x3c9)]();return!_0x464152||!_0x2642d8?!0x1:_0x18b335[_0x232aaf(0x4dd)](ol['id'],{'unitId':_0x464152[_0x232aaf(0x2b2)](),'subUnitId':_0x2642d8['getId']()});}},hf={'id':'slide.operation.contextmenu.open-speaker-notes-dialog','type':_0x55bcba[_0x5347ad(0x259)],'handler':_0xe5806c=>{const _0x4fefec=_0x5347ad;let _0x3d83fe=_0xe5806c[_0x4fefec(0x439)](_0x1c430b),_0x50ba43=_0xe5806c[_0x4fefec(0x439)](_0x374a05),_0x261fc3=_0xe5806c[_0x4fefec(0x439)](_0x4c8617),_0x45d6a2=_0x3d83fe[_0x4fefec(0x9ed)](_0x2a9855[_0x4fefec(0x57f)]),_0x1107d5=_0x45d6a2==null?void 0x0:_0x45d6a2[_0x4fefec(0x27d)]['getActiveSlide']();if(!_0x45d6a2||!_0x1107d5)return!0x1;let _0x5f435c=null;return _0x5f435c=_0x50ba43['open'](wd(_0x261fc3['t']('slides-ui.presentation.speakerNotes'),_0x45d6a2[_0x4fefec(0x2b2)](),_0x1107d5['getId'](),_0x1107d5[_0x4fefec(0x3aa)]()[_0x4fefec(0x1a1)],()=>{const _0x3096c0=_0x4fefec;_0x5f435c==null||_0x5f435c[_0x3096c0(0x261)](),_0x5f435c=null;})),!0x0;}},gf={'id':'slide.operation.contextmenu.toggle-ruler','type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x53a9e6=>(_0x53a9e6[_0x5347ad(0x439)](Zl)[_0x5347ad(0x585)](),!0x0)},_f={'id':_0x5347ad(0x20c),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x202b72=>{const _0x7a4ad4=_0x5347ad;let _0x13149b=_0x202b72[_0x7a4ad4(0x439)](_0x47c48b),_0x54b488=_0x202b72[_0x7a4ad4(0x439)](_0x5cefec),_0xd4e3cb=_0x202b72[_0x7a4ad4(0x439)](_0x374a05),_0x1c5966=uf(_0x13149b);if(!_0x1c5966||_0x1c5966[_0x7a4ad4(0x379)][_0x7a4ad4(0x9dd)]!==0x1)return!0x1;let _0x587c82=_0x13149b['getDrawingData'](_0x1c5966[_0x7a4ad4(0x51b)],_0x1c5966[_0x7a4ad4(0x657)])[_0x1c5966[_0x7a4ad4(0x379)][0x0]];if(!_0x587c82||_0x587c82[_0x7a4ad4(0x5fb)][_0x7a4ad4(0x72f)]!==_0x42916e[_0x7a4ad4(0x448)])return!0x1;let _0x534bd8=_0x54b488[_0x7a4ad4(0x507)](_0x1c5966[_0x7a4ad4(0x51b)],_0x587c82[_0x7a4ad4(0x5fb)]['tableId']);if(!_0x534bd8)return!0x1;let _0x671238=null;return _0x671238=_0xd4e3cb[_0x7a4ad4(0xa12)](tf('Table\x20size',_0x1c5966['unitId'],_0x534bd8['id'],_0x534bd8['rows'][_0x7a4ad4(0x9dd)],_0x534bd8[_0x7a4ad4(0x5ce)][_0x7a4ad4(0x9dd)],()=>{const _0x5489dc=_0x7a4ad4;_0x671238==null||_0x671238[_0x5489dc(0x261)](),_0x671238=null;})),!0x0;}};function vf(_0x4542fd,_0x17f9cf){const _0x45fb37=_0x5347ad;return{'id':_0x17f9cf,'type':_0x55bcba[_0x45fb37(0x259)],'handler':_0x2cb9c7=>{const _0xfe4426=_0x45fb37;let _0x5137bd=_0x2cb9c7[_0xfe4426(0x439)](_0x47c48b),_0x3e7cf1=_0x2cb9c7['get'](_0x46972e),_0x83dba2=uf(_0x5137bd);if(!_0x83dba2||!_0x83dba2[_0xfe4426(0x379)][_0xfe4426(0x9dd)])return!0x1;let _0x4b4dfe=_0x83dba2[_0xfe4426(0x379)][0x0];return _0x4b4dfe?_0x3e7cf1['executeCommand'](lf['id'],{'unitId':_0x83dba2[_0xfe4426(0x51b)],'subUnitId':_0x83dba2['subUnitId'],'drawingId':_0x4b4dfe,'arrangeType':_0x4542fd}):!0x1;}};}const yf=vf(_0x40ce86[_0x5347ad(0x795)],_0x5347ad(0x2c5)),bf=vf(_0x40ce86[_0x5347ad(0x202)],_0x5347ad(0x958)),xf=vf(_0x40ce86[_0x5347ad(0x6b9)],_0x5347ad(0x653)),Sf=vf(_0x40ce86[_0x5347ad(0x2cc)],_0x5347ad(0x431));function Cf(_0x5bdc99,_0xc05cad){const _0x4c764b=_0x5347ad;return{'id':_0x5bdc99,'type':_0x55bcba[_0x4c764b(0x259)],'handler':_0x303c1a=>{const _0x3358e1=_0x4c764b;let _0x438ea0=_0x303c1a[_0x3358e1(0x439)](_0x47c48b),_0x195455=_0x303c1a[_0x3358e1(0x439)](_0x46972e),_0x36c2bc=uf(_0x438ea0);if(!_0x36c2bc||!_0x36c2bc[_0x3358e1(0x379)][_0x3358e1(0x9dd)])return!0x1;let _0x2667d4=_0x438ea0[_0x3358e1(0x9e1)](_0x36c2bc[_0x3358e1(0x51b)],_0x36c2bc[_0x3358e1(0x657)]),_0x25d1c6=_0x36c2bc[_0x3358e1(0x379)][_0x3358e1(0x85d)](_0x538afb=>_0x2667d4[_0x538afb]||null)[_0x3358e1(0x9bf)](_0x7d4337=>!!_0x7d4337);if(of(_0x25d1c6))return!0x1;let _0x399dc7=_0x25d1c6[_0x3358e1(0x85d)](_0x595dc5=>{const _0x14c06e=_0x3358e1;var _0x58a317,_0x32a8e4,_0xed9216,_0x3d1fdd,_0xe991d5,_0x141c0c,_0xd1cb07,_0x41d8d0,_0x3eb372,_0x1a88ed,_0xff75e2,_0x1bdc83;let _0x4600d3=_0x595dc5['drawingId'],_0x22ac23=(_0x58a317=_0x595dc5[_0x14c06e(0x2d1)])==null?{'left':(_0x32a8e4=_0x595dc5[_0x14c06e(0x5fb)][_0x14c06e(0x2d1)][_0x14c06e(0x5e2)])==null?0x0:_0x32a8e4,'top':(_0xed9216=_0x595dc5[_0x14c06e(0x5fb)]['transform'][_0x14c06e(0x717)])==null?0x0:_0xed9216,'width':(_0x3d1fdd=_0x595dc5['element']['transform'][_0x14c06e(0x8d2)])==null?0x0:_0x3d1fdd,'height':(_0xe991d5=_0x595dc5['element'][_0x14c06e(0x2d1)][_0x14c06e(0x95b)])==null?0x0:_0xe991d5,'angle':(_0x141c0c=_0x595dc5['element'][_0x14c06e(0x2d1)][_0x14c06e(0x7e8)])==null?0x0:_0x141c0c,'flipX':(_0xd1cb07=_0x595dc5[_0x14c06e(0x5fb)][_0x14c06e(0x2d1)][_0x14c06e(0x301)])==null?!0x1:_0xd1cb07,'flipY':(_0x41d8d0=_0x595dc5[_0x14c06e(0x5fb)][_0x14c06e(0x2d1)][_0x14c06e(0xa0e)])==null?!0x1:_0x41d8d0}:_0x58a317;return{'unitId':_0x36c2bc[_0x14c06e(0x51b)],'subUnitId':_0x36c2bc[_0x14c06e(0x657)],'drawingId':_0x4600d3,'transform':{..._0x22ac23,'flipX':_0xc05cad==='x'?!((_0x3eb372=_0x22ac23[_0x14c06e(0x301)])!=null&&_0x3eb372):(_0x1a88ed=_0x22ac23[_0x14c06e(0x301)])==null?!0x1:_0x1a88ed,'flipY':_0xc05cad==='y'?!((_0xff75e2=_0x22ac23[_0x14c06e(0xa0e)])!=null&&_0xff75e2):(_0x1bdc83=_0x22ac23['flipY'])==null?!0x1:_0x1bdc83}};});return _0x399dc7['length']?_0x195455[_0x3358e1(0x4dd)](_0x2ffecc['id'],{'patches':_0x399dc7}):!0x1;}};}const wf=Cf(_0x5347ad(0x1cb),'x'),Tf=Cf(_0x5347ad(0x310),'y'),Ef={'id':_0x5347ad(0x1c8),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x4c949e=>{const _0x1e82fa=_0x5347ad;let _0x5d9542=_0x4c949e['get'](_0x47c48b),_0x5d3501=_0x4c949e[_0x1e82fa(0x439)](_0x46972e),_0x343766=uf(_0x5d9542);return!_0x343766||_0x343766['drawingIds'][_0x1e82fa(0x9dd)]<0x2?!0x1:_0x5d3501[_0x1e82fa(0x4dd)](_0x4ddc58['id'],{'unitId':_0x343766[_0x1e82fa(0x51b)],'subUnitId':_0x343766[_0x1e82fa(0x657)],'drawingIds':_0x343766[_0x1e82fa(0x379)],'groupId':_0x3fb922(0x6)});}},Df={'id':_0x5347ad(0x835),'type':_0x55bcba['OPERATION'],'handler':_0x4f36f5=>{const _0x134ffa=_0x5347ad;let _0xd80a9=_0x4f36f5[_0x134ffa(0x439)](_0x47c48b),_0x382dc9=_0x4f36f5[_0x134ffa(0x439)](_0x46972e),_0x1edf23=uf(_0xd80a9);return!_0x1edf23||!_0x1edf23['drawingIds'][_0x134ffa(0x9dd)]?!0x1:_0x382dc9[_0x134ffa(0x4dd)](_0x30078e['id'],{'unitId':_0x1edf23[_0x134ffa(0x51b)],'subUnitId':_0x1edf23['subUnitId'],'drawingIds':_0x1edf23[_0x134ffa(0x379)]});}},Of={'id':'slide.operation.contextmenu.add-page','type':_0x55bcba['OPERATION'],'handler':_0x4ec07a=>{const _0x56782d=_0x5347ad;let _0x3f2159=_0x4ec07a[_0x56782d(0x439)](_0x1c430b),_0x147024=_0x4ec07a[_0x56782d(0x439)](_0x46972e),_0x296c11=_0x3f2159[_0x56782d(0x9ed)](_0x2a9855['UNIVER_SLIDE']),_0x516373=_0x296c11==null?void 0x0:_0x296c11[_0x56782d(0x27d)][_0x56782d(0x3c9)]();if(!_0x296c11||!_0x516373)return!0x1;let _0x503981=_0x516373[_0x56782d(0x3aa)](),_0x3562a5=_0x296c11[_0x56782d(0x996)]()[_0x56782d(0x6c8)],_0x4041d6=Math[_0x56782d(0x496)](0x0,_0x3562a5['indexOf'](_0x503981['id']))+0x1,_0x525af6={'id':_0x3fb922(0x6),'pageType':_0x551b6d[_0x56782d(0x2bb)],'name':_0x56782d(0x9a7)+(_0x3562a5[_0x56782d(0x9dd)]+0x1),'elementOrder':[],'elements':{},'layoutPageId':_0x503981['layoutPageId'],'masterPageId':_0x503981[_0x56782d(0x356)],'pageSize':_0x503981[_0x56782d(0x76c)],'background':_0x503981[_0x56782d(0x7a1)],'showMasterSp':_0x503981[_0x56782d(0x19f)]};return _0x147024[_0x56782d(0x4dd)](_0x411b5b['id'],{'unitId':_0x296c11[_0x56782d(0x2b2)](),'slide':_0x525af6,'insertIndex':_0x4041d6,'setActive':!0x0});}},kf=_0x47190b(_0x5347ad(0x776)),Af={'context':null,'selectedIds':[],'focusedId':null,'hoverId':null,'activeEditingId':null};let jf=class extends _0x278e37{constructor(_0x2975ae,_0x9b52d6){const _0x59814f=_0x5347ad;super(),this['_contextService']=_0x2975ae,this[_0x59814f(0x5bb)]=_0x9b52d6,Z(this,'_state$',new _0x309cfe({...Af})),Z(this,_0x59814f(0x69b),this['_state$']['asObservable']()),Z(this,_0x59814f(0x8be),this[_0x59814f(0x9f9)]['pipe'](_0x5997f6(_0xca8ef4=>_0xca8ef4[_0x59814f(0x9be)]),_0x37e9a5((_0x196cdf,_0x50982b)=>_0x196cdf['length']===_0x50982b['length']&&_0x196cdf[_0x59814f(0x777)]((_0x1d981f,_0x513762)=>_0x1d981f===_0x50982b[_0x513762])))),Z(this,_0x59814f(0x7a8),this[_0x59814f(0x9f9)][_0x59814f(0xa14)](_0x5997f6(_0x7b1012=>_0x7b1012[_0x59814f(0x6fe)]),_0x37e9a5())),Z(this,'hover$',this[_0x59814f(0x9f9)][_0x59814f(0xa14)](_0x5997f6(_0xba5f66=>_0xba5f66[_0x59814f(0x47b)]),_0x37e9a5())),Z(this,_0x59814f(0x197),this[_0x59814f(0x9f9)]['pipe'](_0x5997f6(_0x44c7a0=>_0x44c7a0[_0x59814f(0x765)]),_0x37e9a5()));}[_0x5347ad(0x261)](){this['_state$']['complete'](),super['dispose']();}['getSnapshot'](){const _0x327af1=_0x5347ad;return this[_0x327af1(0x9f9)][_0x327af1(0x336)]();}[_0x5347ad(0x19e)](_0x6c8001){const _0x488b17=_0x5347ad;return this[_0x488b17(0x9f9)][_0x488b17(0x336)]()[_0x488b17(0x9be)][_0x488b17(0x278)](_0x6c8001);}[_0x5347ad(0x58f)](_0x1cb1fe){const _0x1b0f55=_0x5347ad;return this[_0x1b0f55(0x9f9)][_0x1b0f55(0x336)]()[_0x1b0f55(0x6fe)]===_0x1cb1fe;}[_0x5347ad(0x508)](_0x1567cf){const _0x7a93ab=_0x5347ad;return this['_state$'][_0x7a93ab(0x336)]()[_0x7a93ab(0x47b)]===_0x1567cf;}[_0x5347ad(0x618)](_0x47056d){const _0x358ccb=_0x5347ad;return this[_0x358ccb(0x9f9)][_0x358ccb(0x336)]()[_0x358ccb(0x765)]===_0x47056d;}[_0x5347ad(0x5dd)](_0x1e7a96,_0x559762,_0x1e733e){const _0x3bb867=_0x5347ad;var _0x40bbb5;let _0x2d1425=_0x1e733e===void 0x0?(_0x40bbb5=_0x559762[_0x559762[_0x3bb867(0x9dd)]-0x1])==null?null:_0x40bbb5:_0x1e733e;this[_0x3bb867(0x862)]({'context':_0x1e7a96,'selectedIds':[..._0x559762],'focusedId':_0x2d1425}),this[_0x3bb867(0x257)](_0x1e7a96,_0x559762);}['addToSelection'](_0x423df7,_0x4080b8){const _0x190f55=_0x5347ad;let _0xdee231=this[_0x190f55(0x9f9)][_0x190f55(0x336)]();if(_0xdee231['selectedIds'][_0x190f55(0x278)](_0x4080b8))return;let _0x32d5b0=[..._0xdee231[_0x190f55(0x9be)],_0x4080b8];this[_0x190f55(0x862)]({'context':_0x423df7,'selectedIds':_0x32d5b0,'focusedId':_0x4080b8}),this[_0x190f55(0x257)](_0x423df7,_0x32d5b0);}[_0x5347ad(0x836)](_0x2b5ec5){const _0x1c9e94=_0x5347ad;var _0x18aa7c;let _0x403f8a=this[_0x1c9e94(0x9f9)][_0x1c9e94(0x336)](),_0x374577=_0x403f8a[_0x1c9e94(0x9be)][_0x1c9e94(0x9bf)](_0x1cc01f=>_0x1cc01f!==_0x2b5ec5),_0x1bbb86=_0x403f8a[_0x1c9e94(0x6fe)]===_0x2b5ec5?(_0x18aa7c=_0x374577[_0x374577['length']-0x1])==null?null:_0x18aa7c:_0x403f8a[_0x1c9e94(0x6fe)],_0x568234=_0x374577[_0x1c9e94(0x9dd)]?_0x403f8a[_0x1c9e94(0x522)]:null;this[_0x1c9e94(0x862)]({'context':_0x568234,'selectedIds':_0x374577,'focusedId':_0x1bbb86}),_0x403f8a[_0x1c9e94(0x522)]&&this[_0x1c9e94(0x257)](_0x403f8a[_0x1c9e94(0x522)],_0x374577);}[_0x5347ad(0x957)](_0xae33d8,_0xc64ad9){const _0x2b053b=_0x5347ad;this[_0x2b053b(0x19e)](_0xc64ad9)?this['removeFromSelection'](_0xc64ad9):this[_0x2b053b(0x3e6)](_0xae33d8,_0xc64ad9);}[_0x5347ad(0x732)](){const _0x45e93b=_0x5347ad;let _0x5bb193=this[_0x45e93b(0x9f9)]['getValue']();_0x5bb193[_0x45e93b(0x9be)][_0x45e93b(0x9dd)]===0x0&&_0x5bb193['focusedId']===null||(this[_0x45e93b(0x862)]({'context':null,'selectedIds':[],'focusedId':null}),this[_0x45e93b(0x5bb)][_0x45e93b(0x2da)](null),this[_0x45e93b(0x789)][_0x45e93b(0x411)](_0xe3b89b,!0x1));}[_0x5347ad(0x4b5)](_0x1a30ba){const _0x1afea0=_0x5347ad;let _0x1011f3=this[_0x1afea0(0x9f9)][_0x1afea0(0x336)]();_0x1011f3[_0x1afea0(0x47b)]!==_0x1a30ba&&this['_state$'][_0x1afea0(0x920)]({..._0x1011f3,'hoverId':_0x1a30ba});}[_0x5347ad(0x994)](_0x51934c,_0xf2cc38){const _0x3b43b5=_0x5347ad;let _0x40d1a3=this[_0x3b43b5(0x9f9)][_0x3b43b5(0x336)]();this[_0x3b43b5(0x9f9)][_0x3b43b5(0x920)]({..._0x40d1a3,'context':_0x51934c==null?_0x40d1a3[_0x3b43b5(0x522)]:_0x51934c,'activeEditingId':_0xf2cc38});}[_0x5347ad(0x59d)](){const _0x28ba02=_0x5347ad;let _0x8a980d=this['_state$']['getValue']();_0x8a980d[_0x28ba02(0x765)]!==null&&this[_0x28ba02(0x9f9)][_0x28ba02(0x920)]({..._0x8a980d,'activeEditingId':null});}['_emit'](_0x175991){const _0x1b56b9=_0x5347ad;let _0x2ebf42=this[_0x1b56b9(0x9f9)][_0x1b56b9(0x336)]();this[_0x1b56b9(0x9f9)]['next']({..._0x2ebf42,'context':_0x175991[_0x1b56b9(0x522)],'selectedIds':_0x175991['selectedIds'],'focusedId':_0x175991[_0x1b56b9(0x6fe)]});}['_bridgeToDrawingService'](_0x12e078,_0x20239d){const _0x27d329=_0x5347ad;if(_0x20239d[_0x27d329(0x9dd)]===0x0){this[_0x27d329(0x5bb)][_0x27d329(0x2da)](null),this['_contextService']['setContextValue'](_0xe3b89b,!0x1);return;}let {unitId:_0x390434,subUnitId:_0x86ad3b}=_0x12e078,_0x498be8=this[_0x27d329(0x5bb)]['getDrawingData'](_0x390434,_0x86ad3b),_0x33db1e=_0x20239d['map'](_0x2c7ca1=>_0x498be8[_0x2c7ca1])[_0x27d329(0x9bf)](_0x151b37=>!!_0x151b37)[_0x27d329(0x85d)](_0x4ecb36=>({'unitId':_0x4ecb36[_0x27d329(0x51b)],'subUnitId':_0x4ecb36['subUnitId'],'drawingId':_0x4ecb36['drawingId']}));this[_0x27d329(0x5bb)][_0x27d329(0x2da)](_0x33db1e[_0x27d329(0x9dd)]?_0x33db1e:null),this[_0x27d329(0x789)]['setContextValue'](_0xe3b89b,_0x33db1e[_0x27d329(0x9dd)]>0x0);}};jf=$([Q(0x0,_0x2ef0fe),Q(0x1,_0x3bd740(_0x47c48b))],jf);const Mf={'rows':0x3,'columns':0x3,'columnWidth':0x78,'rowHeight':0x24};let Nf=class{constructor(_0x243432,_0x555365,_0x510870,_0x19d7fa){const _0x2c530f=_0x5347ad;this[_0x2c530f(0x68c)]=_0x243432,this[_0x2c530f(0x164)]=_0x555365,this['_imageIoService']=_0x510870,this[_0x2c530f(0x94b)]=_0x19d7fa;}['insertShape'](_0xd212fb){const _0x3915d4=_0x5347ad;var _0x94bbb5,_0x2326a7;let _0x1c8559=this[_0x3915d4(0x14c)]();if(!_0x1c8559)return!0x1;let _0xd37a15=(_0x94bbb5=_0xd212fb['width'])==null?_0x3c16f5[_0x3915d4(0x92d)]:_0x94bbb5,_0x3980de=(_0x2326a7=_0xd212fb[_0x3915d4(0x95b)])==null?_0x3c16f5[_0x3915d4(0x821)]:_0x2326a7,_0x2986c6=_0x3fb922(0x6),_0x4c3950=_0xd212fb[_0x3915d4(0x3da)]===_0x1c56b2[_0x3915d4(0x5ae)],_0x3b5df7=_0x556e5e(_0xd212fb['shapeType']),_0xe2989={'shapeType':_0xd212fb[_0x3915d4(0x3da)]};if(_0xd212fb[_0x3915d4(0x9b6)]&&(_0xe2989[_0x3915d4(0x188)]={'color':_0xd212fb[_0x3915d4(0x9b6)]}),(_0xd212fb[_0x3915d4(0x6a9)]||_0xd212fb[_0x3915d4(0x9da)]!==void 0x0)&&(_0xe2989[_0x3915d4(0x659)]={'color':_0xd212fb[_0x3915d4(0x6a9)],'width':_0xd212fb['strokeWidth']}),_0x3b5df7&&(_0xd212fb[_0x3915d4(0x539)]||_0xd212fb[_0x3915d4(0x7cb)])&&(_0xe2989['ln']={'startArrow':_0xd212fb[_0x3915d4(0x539)]?{'type':_0x5c5d9d[_0x3915d4(0x42e)],'size':_0x428f1c[_0x3915d4(0x253)]}:void 0x0,'endArrow':_0xd212fb[_0x3915d4(0x7cb)]?{'type':_0x5c5d9d[_0x3915d4(0x42e)],'size':_0x428f1c[_0x3915d4(0x671)]}:void 0x0}),_0x4c3950&&(_0xd212fb[_0x3915d4(0x92f)]!==void 0x0||_0xd212fb[_0x3915d4(0x323)]!==void 0x0)){let _0x25e3aa=this['_resolveTextBoxIsHorizontal'](_0xd212fb);_0xe2989['isTextBox']=!0x0,_0xe2989[_0x3915d4(0x96e)]={'isHorizontal':_0x25e3aa,'textDirection':_0x25e3aa?'horz':'vert','isRichText':!0x1,'text':''};}let _0x312f35={'id':_0x2986c6,'type':_0x42916e[_0x3915d4(0x514)],'transform':this[_0x3915d4(0x445)](_0x1c8559[_0x3915d4(0x5df)],_0x1c8559[_0x3915d4(0x1be)],_0xd37a15,_0x3980de),'shapeData':_0xe2989};return this[_0x3915d4(0x170)](_0x1c8559,_0x312f35,_0xd212fb[_0x3915d4(0x525)]),!0x0;}[_0x5347ad(0x342)](_0x2180b7={}){const _0x27d092=_0x5347ad;var _0x286db6,_0xcbecd9;let _0x3d868e=this[_0x27d092(0x6ff)](_0x2180b7),_0x5ab562=_0xfcd037(_0x3d868e);return this[_0x27d092(0x491)]({'shapeType':_0x1c56b2['Rect'],'width':(_0x286db6=_0x2180b7[_0x27d092(0x8d2)])==null?_0x5ab562[_0x27d092(0x8d2)]:_0x286db6,'height':(_0xcbecd9=_0x2180b7['height'])==null?_0x5ab562[_0x27d092(0x95b)]:_0xcbecd9,'horizontal':_0x3d868e,'vertical':!_0x3d868e});}[_0x5347ad(0x968)](_0x1ed33a={}){const _0x41d309=_0x5347ad;var _0x450c71,_0x5dbab5,_0x114773,_0x5774e8;let _0x4cd1f9=this[_0x41d309(0x14c)]();if(!_0x4cd1f9)return!0x1;let _0x45058f=Math['max'](0x1,(_0x450c71=_0x1ed33a['rows'])==null?Mf[_0x41d309(0x315)]:_0x450c71),_0x39e8c3=Math[_0x41d309(0x496)](0x1,(_0x5dbab5=_0x1ed33a[_0x41d309(0x5ce)])==null?Mf[_0x41d309(0x5ce)]:_0x5dbab5),_0xd7f9f0=Math[_0x41d309(0x496)](0x1,(_0x114773=_0x1ed33a[_0x41d309(0x856)])==null?Mf[_0x41d309(0x856)]:_0x114773),_0x4c3357=Math[_0x41d309(0x496)](0x1,(_0x5774e8=_0x1ed33a[_0x41d309(0x2ed)])==null?Mf[_0x41d309(0x2ed)]:_0x5774e8),_0x22e6d4=_0x3fb922(0x6);if(this['_commandService'][_0x41d309(0x7ed)](_0x305308['id'],{'unitId':_0x4cd1f9[_0x41d309(0x51b)],'subUnitId':_0x4cd1f9[_0x41d309(0x657)],'createOptions':{'rows':_0x45058f,'columns':_0x39e8c3,'columnWidth':_0xd7f9f0,'rowHeight':_0x4c3357,'options':{'firstRow':!0x0,'bandRow':!0x0}},'element':{'id':_0x22e6d4,'transform':this[_0x41d309(0x445)](_0x4cd1f9[_0x41d309(0x5df)],_0x4cd1f9[_0x41d309(0x1be)],_0x39e8c3*_0xd7f9f0,_0x45058f*_0x4c3357)}})){var _0x31e3a7;return(_0x31e3a7=this[_0x41d309(0x94b)])==null||_0x31e3a7[_0x41d309(0x5dd)]({'unitId':_0x4cd1f9[_0x41d309(0x51b)],'subUnitId':_0x4cd1f9[_0x41d309(0x657)]},[_0x22e6d4],_0x22e6d4),!0x0;}return!0x1;}async[_0x5347ad(0x45b)](_0x2796a2){const _0x1bc70f=_0x5347ad;let _0x2d191d=this[_0x1bc70f(0x14c)]();if(!_0x2d191d)return!0x1;let _0x3fd262=await this[_0x1bc70f(0x419)](_0x2796a2);if(!_0x3fd262)return!0x1;let _0x19e27d=this['_fitSize'](_0x3fd262[_0x1bc70f(0x8d2)],_0x3fd262['height'],_0x2d191d[_0x1bc70f(0x5df)]*_0x3c16f5['imageFitRatio'],_0x2d191d[_0x1bc70f(0x1be)]*_0x3c16f5['imageFitRatio']),_0x5ab65c={'id':_0x3fb922(0x6),'type':_0x42916e['Image'],'source':_0x3fd262['source'],'imageSourceType':_0x3fd262[_0x1bc70f(0x446)],'transform':this[_0x1bc70f(0x445)](_0x2d191d[_0x1bc70f(0x5df)],_0x2d191d[_0x1bc70f(0x1be)],_0x19e27d['width'],_0x19e27d[_0x1bc70f(0x95b)])};return this[_0x1bc70f(0x170)](_0x2d191d,_0x5ab65c),!0x0;}async[_0x5347ad(0x419)](_0x144711){const _0x4933a4=_0x5347ad;return this[_0x4933a4(0x26c)](_0x144711);}[_0x5347ad(0x170)](_0x1ca098,_0x15b75d,_0x584bf2){const _0x58ea81=_0x5347ad;this['_commandService'][_0x58ea81(0x4dd)](_0x4a3370['id'],{'unitId':_0x1ca098[_0x58ea81(0x51b)],'subUnitId':_0x1ca098[_0x58ea81(0x657)],'element':_0x15b75d,'nameBase':_0x584bf2,'focus':!0x0});}[_0x5347ad(0x14c)](){const _0x51f9a7=_0x5347ad;let _0x12eb7b=this[_0x51f9a7(0x68c)][_0x51f9a7(0x9ed)](_0x2a9855[_0x51f9a7(0x57f)]),_0x5c7c47=_0x12eb7b==null?void 0x0:_0x12eb7b[_0x51f9a7(0x27d)][_0x51f9a7(0x3c9)]();if(!_0x12eb7b||!_0x5c7c47)return null;let _0x5a3438=Xc(_0x12eb7b[_0x51f9a7(0x996)]()[_0x51f9a7(0x75e)]);return{'unitId':_0x12eb7b[_0x51f9a7(0x2b2)](),'subUnitId':_0x5c7c47[_0x51f9a7(0xa23)](),'pageWidth':_0x5a3438[_0x51f9a7(0x8d2)],'pageHeight':_0x5a3438['height']};}[_0x5347ad(0x445)](_0x212c4f,_0xdb2140,_0xaa0334,_0x3f30af){const _0x508d2c=_0x5347ad;return{'left':Math[_0x508d2c(0x496)](_0x3c16f5[_0x508d2c(0x642)],Math[_0x508d2c(0x3f8)]((_0x212c4f-_0xaa0334)/0x2)),'top':Math[_0x508d2c(0x496)](_0x3c16f5[_0x508d2c(0x642)],Math[_0x508d2c(0x3f8)]((_0xdb2140-_0x3f30af)/0x2)),'width':_0xaa0334,'height':_0x3f30af,'rotation':0x0};}[_0x5347ad(0x6ff)](_0x7f96bc){const _0x3bf2d6=_0x5347ad;var _0x3caf44;return _0x7f96bc[_0x3bf2d6(0x323)]===!0x0?!0x1:(_0x3caf44=_0x7f96bc[_0x3bf2d6(0x92f)])==null?!0x0:_0x3caf44;}[_0x5347ad(0x61d)](_0x50b31e,_0x5ec8dc,_0x5ee5e0,_0x37a6d9){const _0x768766=_0x5347ad;let _0x5a8f0a=Number[_0x768766(0x28b)](_0x50b31e)&&_0x50b31e>0x0?_0x50b31e:_0x3c16f5[_0x768766(0x52b)],_0x3de5f5=Number[_0x768766(0x28b)](_0x5ec8dc)&&_0x5ec8dc>0x0?_0x5ec8dc:_0x3c16f5[_0x768766(0x3ab)],_0x4e1cb9=Math[_0x768766(0x2f7)](_0x5ee5e0/_0x5a8f0a,_0x37a6d9/_0x3de5f5,0x1);return{'width':Math[_0x768766(0x496)](_0x3c16f5['minImageEdge'],Math[_0x768766(0x3f8)](_0x5a8f0a*_0x4e1cb9)),'height':Math[_0x768766(0x496)](_0x3c16f5[_0x768766(0x266)],Math['round'](_0x3de5f5*_0x4e1cb9))};}async[_0x5347ad(0x26c)](_0x4a65a){const _0x10c4e9=_0x5347ad;let _0x45af99=this[_0x10c4e9(0x987)];if(!_0x45af99){let _0x31a2a6=await this[_0x10c4e9(0x8ae)](_0x4a65a),_0x2e8c42=await _0x3d5b2c(_0x31a2a6);return{'source':_0x31a2a6,'imageSourceType':_0x1fc468[_0x10c4e9(0xa2b)],'width':_0x2e8c42[_0x10c4e9(0x8d2)],'height':_0x2e8c42['height']};}let _0x2de387=await _0x45af99[_0x10c4e9(0x42a)](_0x4a65a);if(!_0x2de387)return null;let {source:_0x5bf470,imageSourceType:_0x155554,base64Cache:_0x4c84eb}=_0x2de387,_0x1cb890=await _0x3d5b2c(_0x4c84eb||_0x5bf470||'');return _0x45af99['addImageSourceCache'](_0x5bf470,_0x155554,_0x1cb890[_0x10c4e9(0xa0d)]),{'source':_0x5bf470,'imageSourceType':_0x155554,'width':_0x1cb890[_0x10c4e9(0x8d2)],'height':_0x1cb890[_0x10c4e9(0x95b)]};}async[_0x5347ad(0x8ae)](_0x4e6ffc){const _0xfe7890=_0x5347ad;let _0x431f7d=await _0x4e6ffc['arrayBuffer'](),_0x58daf6=new Uint8Array(_0x431f7d),_0x57e58d=0x8000,_0x525b7a='';for(let _0x57f0a4=0x0;_0x57f0a4<_0x58daf6[_0xfe7890(0x9dd)];_0x57f0a4+=_0x57e58d)_0x525b7a+=String[_0xfe7890(0x467)](..._0x58daf6['subarray'](_0x57f0a4,_0x57f0a4+_0x57e58d));return _0xfe7890(0x9d0)+(_0x4e6ffc[_0xfe7890(0x72f)]||_0xfe7890(0x7db))+_0xfe7890(0x283)+btoa(_0x525b7a);}};Nf=$([Q(0x0,_0x1c430b),Q(0x1,_0x46972e),Q(0x2,_0x3210d4(_0x1498db)),Q(0x3,_0x3210d4(kf))],Nf);const Pf=_0x5347ad(0x56f),Ff=_0x171d13[_0x5347ad(0x9bf)](_0x548454=>!_0x548454[_0x5347ad(0x92f)]&&!_0x548454[_0x5347ad(0x323)]);function If(_0x1bcdad,_0x15a099){return _0x18d37d(_0x1bcdad,_0x15a099);}function Lf(_0x3e7e82,_0x56afbf){const _0x5673db=_0x5347ad;return{'shapeType':_0x56afbf[_0x5673db(0x72f)],'startArrow':!!_0x56afbf[_0x5673db(0x539)],'endArrow':!!_0x56afbf['endArrow'],'nameBase':If(_0x3e7e82,_0x56afbf)};}function Rf({onShapeClick:_0x46f85b,excludeGroups:_0x3685df,variant:_0x58d043='card'}){const _0x17952b=_0x5347ad;return _0x4b9848(_0x207343,{'excludeGroups':_0x3685df,'onShapeClick':_0x46f85b,'options':Ff,'variant':_0x58d043==='card'?_0x17952b(0x2d3):'plain'});}function zf(_0x49c2a0){let {onSelect:_0xb2729f,variant:_0x1c4d45}=_0x49c2a0,_0x7e7d65=_0x4427ea(Nf),_0x3feb34=_0x4427ea(_0x4c8617);return _0x4b9848(Rf,{'onShapeClick':_0x5e63f7=>{const _0x40c83e=_0x262c;_0x7e7d65[_0x40c83e(0x491)](Lf(_0x3feb34,_0x5e63f7)),_0xb2729f==null||_0xb2729f(_0x5e63f7);},'variant':_0x1c4d45});}function Bf(){const _0x34b661=_0x5347ad;return _0x4b9848(Rf,{'onShapeClick':()=>{},'excludeGroups':[_0x34b661(0x84f)]});}function Vf(_0x23fa88){let {onSelect:_0x5cc0fe}=_0x23fa88;return _0x4b9848(Rf,{'onShapeClick':_0x4e6230=>_0x5cc0fe==null?void 0x0:_0x5cc0fe(_0x4e6230),'excludeGroups':['line']});}function Hf(_0x19c28d){const _0x4cbccb=_0x5347ad;return _0x4b9848(Rf,{'onShapeClick':_0x2c6474=>{const _0x28d83a=_0x262c;var _0x519ebc;return(_0x519ebc=_0x19c28d[_0x28d83a(0x510)])==null?void 0x0:_0x519ebc[_0x28d83a(0x549)](_0x19c28d,_0x2c6474[_0x28d83a(0x72f)]);},'excludeGroups':[_0x4cbccb(0x84f)],'variant':_0x4cbccb(0x8fb)});}const Uf=_0x5347ad(0x7e5),Wf=_0x5347ad(0x1f2),Gf=_0x5347ad(0x28c),Kf=[];function qf(_0x2cdb49,_0x36e5fa,_0x3aeb1d){const _0x67e421=_0x5347ad;return{'id':_0x67e421(0xa15),'title':{'title':_0x36e5fa},'width':0x2a8,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x0,'destroyOnClose':!0x0,'children':{'label':{'name':_0x2cdb49,'props':{'onCancel':_0x3aeb1d,'onInserted':_0x3aeb1d}}},'onClose':_0x3aeb1d};}function Jf(_0x3e9f61){const _0x2be2d1=_0x5347ad;return _0x3e9f61[_0x2be2d1(0x59b)]()[_0x2be2d1(0x85b)]();}function Yf(_0x2ea418){const _0x19e795=_0x5347ad;let _0x11ec29=[_0x2ea418['name'],_0x2ea418[_0x19e795(0x309)]][_0x19e795(0x9bf)](Boolean);if(_0x2ea418['type']===_0x42916e[_0x19e795(0x66c)]&&_0x2ea418[_0x19e795(0x742)]&&_0x11ec29[_0x19e795(0x872)](_0x2ea418[_0x19e795(0x742)]),_0x2ea418[_0x19e795(0x72f)]===_0x42916e[_0x19e795(0x4a9)]){var _0x30776c;_0x2ea418[_0x19e795(0x742)]&&_0x11ec29['push'](_0x2ea418[_0x19e795(0x742)]),_0x2ea418[_0x19e795(0x344)]['defaultText']&&_0x11ec29[_0x19e795(0x872)](_0x2ea418['placeholder'][_0x19e795(0x3c6)]),(_0x30776c=_0x2ea418[_0x19e795(0x344)][_0x19e795(0x334)])!=null&&_0x30776c[_0x19e795(0x3c6)]&&_0x11ec29[_0x19e795(0x872)](_0x2ea418[_0x19e795(0x344)][_0x19e795(0x334)][_0x19e795(0x3c6)]);}if(_0x2ea418[_0x19e795(0x72f)]===_0x42916e[_0x19e795(0x514)]){let _0xb3b007=_0x2ea418[_0x19e795(0x4fd)]['shapeText'];typeof(_0xb3b007==null?void 0x0:_0xb3b007[_0x19e795(0x742)])==_0x19e795(0x9e6)&&_0x11ec29[_0x19e795(0x872)](_0xb3b007[_0x19e795(0x742)]);}return _0x11ec29[_0x19e795(0x938)]('\x20')[_0x19e795(0x879)](/\s+/g,'\x20')[_0x19e795(0x59b)]();}function Xf(_0xda8613){const _0x2215b0=_0x5347ad;if(_0xda8613[_0x2215b0(0x154)])return _0xda8613[_0x2215b0(0x154)];switch(_0xda8613[_0x2215b0(0x72f)]){case _0x42916e['Text']:return _0x2215b0(0x66c);case _0x42916e[_0x2215b0(0x514)]:return _0x2215b0(0x514);case _0x42916e['Image']:return _0x2215b0(0x2d7);case _0x42916e[_0x2215b0(0x4a9)]:return _0x2215b0(0x4a9);case _0x42916e[_0x2215b0(0x5b9)]:return _0x2215b0(0x5b9);default:return String(_0xda8613['type']);}}function Zf(_0x28257e,_0x577f83,_0x1fd1ac){const _0x3f4473=_0x5347ad;let _0x4b73e4=Jf(_0x1fd1ac);if(!_0x28257e||!_0x4b73e4)return[];let _0x3a695d=[];return _0x577f83[_0x3f4473(0x4fa)]((_0x2c6cfd,_0x4ebc33)=>{const _0x4ca23c=_0x3f4473;let _0x191cdb=_0x28257e[_0x4ca23c(0x27d)][_0x4ca23c(0x87d)](_0x2c6cfd),_0x2e5c2c=_0x191cdb==null?void 0x0:_0x191cdb[_0x4ca23c(0x3aa)]();if(!_0x2e5c2c)return;let _0x1a2fdf=_0x2e5c2c['name']||'Slide\x20'+(_0x4ebc33+0x1);Jf(_0x1a2fdf)['includes'](_0x4b73e4)&&_0x3a695d[_0x4ca23c(0x872)]({'id':_0x2c6cfd+_0x4ca23c(0x171),'pageId':_0x2c6cfd,'pageIndex':_0x4ebc33,'pageName':_0x1a2fdf,'title':_0x1a2fdf,'snippet':_0x1a2fdf}),_0x2e5c2c[_0x4ca23c(0x67c)][_0x4ca23c(0x4fa)](_0x306bc5=>{const _0x52fe08=_0x4ca23c;let _0x27a1eb=_0x2e5c2c[_0x52fe08(0x77a)][_0x306bc5];if(!_0x27a1eb||_0x27a1eb[_0x52fe08(0x56e)]===!0x1)return;let _0x2d5d23=Yf(_0x27a1eb);!_0x2d5d23||!Jf(_0x2d5d23)[_0x52fe08(0x278)](_0x4b73e4)||_0x3a695d[_0x52fe08(0x872)]({'id':_0x2c6cfd+':'+_0x306bc5,'pageId':_0x2c6cfd,'pageIndex':_0x4ebc33,'pageName':_0x1a2fdf,'drawingId':_0x306bc5,'title':Xf(_0x27a1eb),'snippet':_0x2d5d23});});}),_0x3a695d[_0x3f4473(0x5b1)](0x0,0x1e);}function Qf(){const _0x544db4=_0x5347ad;var _0x479b7d,_0x4a76e3,_0x572744;let _0xd70475=_0x4427ea(_0x4c8617),_0x117fcb=_0x4427ea(_0x1c430b),_0x390582=_0x4427ea(kf),_0x2a8f7b=_0x179cf0(null),[_0x1126ca,_0x350764]=_0x4692d4(''),_0x4bb8d7=(_0x479b7d=_0x117fcb[_0x544db4(0x9ed)](_0x2a9855[_0x544db4(0x57f)]))==null?null:_0x479b7d,_0x22d1b6=(_0x4a76e3=(_0x572744=_0x37e5d1(_0x4bb8d7==null?void 0x0:_0x4bb8d7[_0x544db4(0x27d)]['slideOrder$']))==null?_0x4bb8d7==null?void 0x0:_0x4bb8d7[_0x544db4(0x996)]()[_0x544db4(0x6c8)]:_0x572744)==null?Kf:_0x4a76e3,_0x56794a=_0x78f4e5(()=>Zf(_0x4bb8d7,_0x22d1b6,_0x1126ca),[_0x22d1b6,_0x1126ca,_0x4bb8d7]),_0x3981ba=_0x1126ca[_0x544db4(0x59b)]()[_0x544db4(0x9dd)]>0x0;_0x2d05a9(()=>{const _0x4403e4=_0x544db4;var _0x5224fb,_0x59634a;(_0x5224fb=_0x2a8f7b['current'])==null||_0x5224fb[_0x4403e4(0x4a1)](),(_0x59634a=_0x2a8f7b[_0x4403e4(0x83f)])==null||_0x59634a[_0x4403e4(0x4b0)]();},[]);let _0x570b10=_0x329ed3=>{const _0x2a33a7=_0x544db4;if(!_0x4bb8d7)return;let _0x531fd0=_0x4bb8d7[_0x2a33a7(0x2b2)]();if(_0x4bb8d7[_0x2a33a7(0x27d)][_0x2a33a7(0x971)](_0x329ed3[_0x2a33a7(0x84c)]),!_0x329ed3['drawingId']){_0x390582[_0x2a33a7(0x732)]();return;}window['requestAnimationFrame'](()=>{const _0x2173df=_0x2a33a7;_0x390582[_0x2173df(0x5dd)]({'unitId':_0x531fd0,'subUnitId':_0x329ed3[_0x2173df(0x84c)]},[_0x329ed3[_0x2173df(0x51f)]],_0x329ed3[_0x2173df(0x51f)]);});};return _0xa122b1(_0x544db4(0x949),{'className':_0x544db4(0x782),'onPointerDown':_0x183f73=>_0x183f73[_0x544db4(0x3b8)](),'onMouseDown':_0x2f43da=>_0x2f43da[_0x544db4(0x3b8)](),'onClick':_0x2b357a=>_0x2b357a[_0x544db4(0x3b8)](),'onKeyDown':_0x18df22=>{const _0x18273d=_0x544db4;_0x18df22[_0x18273d(0x5a3)]!==_0x18273d(0x5da)&&_0x18df22['stopPropagation']();},'children':[_0x4b9848(_0x544db4(0x949),{'className':'univer-border-b\x20univer-border-gray-100\x20univer-p-2','children':_0x4b9848(_0x56af4a,{'ref':_0x2a8f7b,'value':_0x1126ca,'placeholder':_0xd70475['t'](_0x544db4(0x71f)),'onChange':_0x350764,'autoFocus':!0x0})}),_0xa122b1(_0x544db4(0x949),{'className':_0x544db4(0x71c),'children':[!_0x3981ba&&_0x4b9848('div',{'className':'univer-px-3.5\x20univer-py-4\x20univer-text-xs\x20univer-text-gray-500','children':_0xd70475['t'](_0x544db4(0x689))}),_0x3981ba&&_0x56794a['length']===0x0&&_0x4b9848(_0x544db4(0x949),{'className':_0x544db4(0x87b),'children':_0xd70475['t'](_0x544db4(0x14e))}),_0x56794a[_0x544db4(0x85d)](_0x44aca8=>_0xa122b1(_0x544db4(0x47a),{'type':_0x544db4(0x47a),'onClick':()=>_0x570b10(_0x44aca8),'className':_0x544db4(0x3c2),'children':[_0xa122b1(_0x544db4(0x949),{'className':_0x544db4(0x617),'children':[_0xd70475['t'](_0x544db4(0x94a)),'\x20',_0x44aca8[_0x544db4(0x5de)]+0x1,'\x20-\x20',_0x44aca8[_0x544db4(0x296)]]}),_0x4b9848(_0x544db4(0x949),{'className':_0x544db4(0x5b4),'children':_0x44aca8[_0x544db4(0x882)]}),_0x4b9848(_0x544db4(0x949),{'className':'univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-xs\x20univer-text-gray-500','children':_0x44aca8[_0x544db4(0x580)]})]},_0x44aca8['id']))]})]});}function $f(){const _0x2d206d=_0x5347ad;let _0x44dba3=_0x4427ea(_0x4c8617),_0x1f77c0=_0x4427ea(Nf);return _0x4b9848(ef,{'initialRows':0x3,'initialColumns':0x5,'variant':_0x2d206d(0x8fb),'title':_0x44dba3['t']('slides-ui.insertToolbar.table'),...Qd(_0x44dba3),'onConfirm':_0x106d92=>_0x1f77c0[_0x2d206d(0x968)](_0x106d92)});}function ep(){const _0x5971fe=_0x5347ad;return _0x4b9848(zf,{'variant':_0x5971fe(0x8fb)});}const tp={'id':_0x5347ad(0x886),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x31afa7,_0xd4bea2)=>{const _0x3c7c78=_0x5347ad;let _0x3943af=_0x31afa7[_0x3c7c78(0x439)](Nf),_0xe935e3=(_0xd4bea2==null?void 0x0:_0xd4bea2['value'])===_0x3c7c78(0x323);return _0x3943af[_0x3c7c78(0x342)]({'horizontal':!_0xe935e3,'vertical':_0xe935e3});}},np={'id':_0x5347ad(0x60c),'type':_0x55bcba['OPERATION'],'handler':_0x3e39f9=>{const _0x2b7076=_0x5347ad;let _0x2f09f9=globalThis[_0x2b7076(0x9a2)];if(!_0x2f09f9)return!0x1;let _0x31a2e8=_0x3e39f9[_0x2b7076(0x439)](Nf),_0x4f5073=_0x2f09f9[_0x2b7076(0x989)]('input');return _0x4f5073[_0x2b7076(0x72f)]=_0x2b7076(0x74a),_0x4f5073[_0x2b7076(0x40d)]=_0x2b7076(0x74e),_0x4f5073[_0x2b7076(0x25f)]('change',()=>{const _0x1a0d21=_0x2b7076;var _0x3f8864;let _0x16e632=(_0x3f8864=_0x4f5073['files'])==null?void 0x0:_0x3f8864[0x0];_0x4f5073[_0x1a0d21(0x5af)]='',_0x16e632&&_0x31a2e8[_0x1a0d21(0x45b)](_0x16e632)[_0x1a0d21(0x5e4)](()=>{});},{'once':!0x0}),_0x4f5073[_0x2b7076(0x8d5)](),!0x0;}},rp={'id':_0x5347ad(0x7a2),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x2c6ade=>{const _0x38c3d1=_0x5347ad;let _0xa39dbf=_0x2c6ade[_0x38c3d1(0x439)](_0x1cdb87),_0x436e65=_0x2c6ade[_0x38c3d1(0x439)](_0x374a05),_0x2d50a2=_0x2c6ade[_0x38c3d1(0x439)](_0x4c8617);if(!_0xa39dbf[_0x38c3d1(0x439)](_0x38c3d1(0x1eb)))return!0x1;let _0x170367=null;return _0x170367=_0x436e65[_0x38c3d1(0xa12)](qf(_0x38c3d1(0x1eb),_0x2d50a2['t'](_0x38c3d1(0x440)),()=>{const _0x12d891=_0x38c3d1;_0x170367==null||_0x170367[_0x12d891(0x261)](),_0x170367=null;})),!0x0;}},ip=1.5,ap=[{'id':_0x5347ad(0x2db),'accent':_0x5347ad(0x8b9),'dark':'#000000','filled':_0x5347ad(0x8b9),'softFill':_0x5347ad(0x247),'softStroke':_0x5347ad(0x1a0)},{'id':_0x5347ad(0x3f0),'accent':_0x5347ad(0x9f3),'dark':_0x5347ad(0x79e),'filled':_0x5347ad(0x9f3),'softFill':_0x5347ad(0x147),'softStroke':_0x5347ad(0x624)},{'id':_0x5347ad(0x4fb),'accent':_0x5347ad(0x2ab),'dark':_0x5347ad(0x324),'filled':'#ed7d31','softFill':_0x5347ad(0x4ac),'softStroke':_0x5347ad(0x45a)},{'id':_0x5347ad(0x542),'accent':_0x5347ad(0x192),'dark':_0x5347ad(0x7d1),'filled':_0x5347ad(0x623),'softFill':'#f2f2f2','softStroke':_0x5347ad(0x2d5)},{'id':_0x5347ad(0x459),'accent':_0x5347ad(0x198),'dark':_0x5347ad(0x9b0),'filled':_0x5347ad(0x7bc),'softFill':_0x5347ad(0x576),'softStroke':'#ffd966'},{'id':_0x5347ad(0x57b),'accent':_0x5347ad(0x35b),'dark':_0x5347ad(0x8c7),'filled':_0x5347ad(0x35b),'softFill':_0x5347ad(0x710),'softStroke':_0x5347ad(0x516)},{'id':_0x5347ad(0x97c),'accent':_0x5347ad(0x4a8),'dark':_0x5347ad(0x82d),'filled':'#70ad47','softFill':_0x5347ad(0x730),'softStroke':_0x5347ad(0x3bb)}];function op(_0x222801){const _0x5ea21c=_0x5347ad;return{'fillType':_0x51273c[_0x5ea21c(0x3dd)],'color':_0x222801,'opacity':0x1};}function sp(_0x179b7d,_0x4b4ba9=0x2,_0xbe6de9=_0x2ad7bd[_0x5347ad(0x1fb)]){const _0x28faf7=_0x5347ad;return{'lineStrokeType':_0x52dafb[_0x28faf7(0x5ba)],'color':_0x179b7d,'width':_0x4b4ba9,'opacity':0x1,'dashType':_0xbe6de9};}function cp(_0x446d36,_0x4c6aed,_0x516506,_0x353213=0x2){const _0x98c98c=_0x5347ad;return{'id':_0x446d36,'type':_0x98c98c(0x1d9),'labelKey':'slides-ui.quickStyles.presets.shape.'+_0x446d36,'fill':op(_0x4c6aed),'stroke':sp(_0x516506,_0x353213)};}function lp(_0xdfe2e1,_0xbf744c){return{'startArrow':{'type':_0xdfe2e1,'size':_0x428f1c['Medium']},'endArrow':{'type':_0xbf744c,'size':_0x428f1c['Medium']}};}const up=[cp(_0x5347ad(0x6eb),_0x5347ad(0x2ce),_0x5347ad(0x8b9)),cp(_0x5347ad(0x648),'#ffffff',_0x5347ad(0x9f3)),cp('shape-white-orange',_0x5347ad(0x2ce),_0x5347ad(0x2ab)),cp(_0x5347ad(0x61c),_0x5347ad(0x2ce),_0x5347ad(0x192)),cp(_0x5347ad(0x9a5),_0x5347ad(0x153),'#f2a900'),cp('shape-blue-blue','#ddebf7',_0x5347ad(0x35b)),cp(_0x5347ad(0x73e),_0x5347ad(0x6dc),'#70ad47'),...ap[_0x5347ad(0x85d)](_0x1bb22a=>cp(_0x5347ad(0x626)+_0x1bb22a['id'],_0x1bb22a[_0x5347ad(0x6d3)],_0x1bb22a[_0x5347ad(0x337)])),...ap['map'](_0x1ace90=>cp(_0x5347ad(0x7d9)+_0x1ace90['id'],_0x1ace90[_0x5347ad(0x2ec)],_0x1ace90[_0x5347ad(0x867)])),...ap[_0x5347ad(0x85d)](_0x29e814=>cp(_0x5347ad(0x573)+_0x29e814['id'],_0x29e814['dark'],_0x29e814[_0x5347ad(0x51d)]))],dp=[{'id':_0x5347ad(0x48e),'type':_0x5347ad(0x84f),'group':'solid','labelKey':_0x5347ad(0x1ef),'stroke':sp(_0x5347ad(0x8b9),ip),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d['None'])},{'id':_0x5347ad(0x375),'type':_0x5347ad(0x84f),'group':'solid','labelKey':_0x5347ad(0x629),'stroke':sp(_0x5347ad(0x9f3),ip),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d[_0x5347ad(0x93c)])},{'id':_0x5347ad(0x890),'type':_0x5347ad(0x84f),'group':_0x5347ad(0x8e2),'labelKey':_0x5347ad(0x80b),'stroke':sp(_0x5347ad(0x2ab),ip),'ln':lp(_0x5c5d9d['None'],_0x5c5d9d[_0x5347ad(0x93c)])},{'id':'line-gray-solid','type':'line','group':_0x5347ad(0x8e2),'labelKey':'slides-ui.quickStyles.presets.line.graySolid','stroke':sp(_0x5347ad(0x192),ip),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d[_0x5347ad(0x93c)])},{'id':_0x5347ad(0x29a),'type':_0x5347ad(0x84f),'group':_0x5347ad(0x8e2),'labelKey':_0x5347ad(0x755),'stroke':sp(_0x5347ad(0x9f3),ip),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d[_0x5347ad(0x42e)])},{'id':_0x5347ad(0x81c),'type':_0x5347ad(0x84f),'group':'solid','labelKey':'slides-ui.quickStyles.presets.line.greenTwoWayArrow','stroke':sp(_0x5347ad(0x4a8),ip),'ln':lp(_0x5c5d9d[_0x5347ad(0x42e)],_0x5c5d9d['Arrow'])},{'id':_0x5347ad(0x5bd),'type':'line','group':_0x5347ad(0x3d4),'labelKey':'slides-ui.quickStyles.presets.line.blackDashed','stroke':sp(_0x5347ad(0x8b9),ip,_0x2ad7bd[_0x5347ad(0x5e5)]),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d['None'])},{'id':_0x5347ad(0x372),'type':'line','group':_0x5347ad(0x3d4),'labelKey':'slides-ui.quickStyles.presets.line.blueDashed','stroke':sp(_0x5347ad(0x9f3),ip,_0x2ad7bd['Dash']),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d[_0x5347ad(0x93c)])},{'id':'line-gray-dashed','type':_0x5347ad(0x84f),'group':_0x5347ad(0x3d4),'labelKey':_0x5347ad(0x2f2),'stroke':sp(_0x5347ad(0x192),ip,_0x2ad7bd[_0x5347ad(0x5e5)]),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d[_0x5347ad(0x93c)])},{'id':_0x5347ad(0x464),'type':_0x5347ad(0x84f),'group':'dashed','labelKey':_0x5347ad(0x3f1),'stroke':sp(_0x5347ad(0x9f3),ip,_0x2ad7bd['Dash']),'ln':lp(_0x5c5d9d['None'],_0x5c5d9d['Arrow'])},{'id':_0x5347ad(0x396),'type':_0x5347ad(0x84f),'group':_0x5347ad(0x3d4),'labelKey':_0x5347ad(0x4cb),'stroke':sp('#a6a6a6',ip,_0x2ad7bd[_0x5347ad(0x5e5)]),'ln':lp(_0x5c5d9d[_0x5347ad(0x93c)],_0x5c5d9d[_0x5347ad(0x42e)])},{'id':_0x5347ad(0x60a),'type':'line','group':_0x5347ad(0x3d4),'labelKey':_0x5347ad(0x9c5),'stroke':sp('#70ad47',ip,_0x2ad7bd[_0x5347ad(0x5e5)]),'ln':lp(_0x5c5d9d[_0x5347ad(0x42e)],_0x5c5d9d[_0x5347ad(0x42e)])}],fp=[{'id':'text-body-black','type':'text','labelKey':'slides-ui.quickStyles.presets.text.bodyBlack','textStyle':{'color':_0x5347ad(0x8b9),'fontSize':0x12,'bold':!0x1}},{'id':'text-title-black','type':_0x5347ad(0x742),'labelKey':_0x5347ad(0x2d0),'textStyle':{'color':_0x5347ad(0x8b9),'fontSize':0x20,'bold':!0x0}},{'id':'text-accent-blue','type':_0x5347ad(0x742),'labelKey':_0x5347ad(0x8d3),'textStyle':{'color':_0x5347ad(0x9f3),'fontSize':0x1c,'bold':!0x0}},{'id':_0x5347ad(0x208),'type':'text','labelKey':_0x5347ad(0x149),'textStyle':{'color':_0x5347ad(0x2ab),'fontSize':0x1c,'bold':!0x0}},{'id':'text-note-gray','type':_0x5347ad(0x742),'labelKey':_0x5347ad(0x75f),'textStyle':{'color':'#6b7280','fontSize':0xe,'bold':!0x1}}],pp=[...up,...dp,...fp];function mp(_0x818064){const _0x2c36c7=_0x5347ad;var _0xa973cf;return(_0xa973cf=pp[_0x2c36c7(0x850)](_0x3c6894=>_0x3c6894['id']===_0x818064))==null?null:_0xa973cf;}function hp(_0x9b6abc){const _0x3b121f=_0x5347ad;return _0x9b6abc==='shape'?up:_0x9b6abc===_0x3b121f(0x84f)?dp:fp;}function gp(_0x80af1d){const _0x5352e7=_0x5347ad;return(_0x80af1d==null?'':_0x80af1d)[_0x5352e7(0x91f)]();}function _p(_0x56ca41){const _0x37776e=_0x5347ad;if(_0x56ca41[_0x37776e(0x72f)]===_0x42916e['Connector'])return _0x56ca41['connectorData'];if(_0x56ca41['type']!==_0x42916e[_0x37776e(0x514)])return null;let _0x1176ec=_0x56ca41['shapeData'];return _0x1176ec['shapeType']&&_0x556e5e(_0x1176ec[_0x37776e(0x3da)])?_0x1176ec:null;}function vp(_0x960aff){const _0x154f3b=_0x5347ad;let {element:_0x7765e5}=_0x960aff;if(_0x7765e5[_0x154f3b(0x72f)]===_0x42916e[_0x154f3b(0x4a9)])return'shape';if(_0x7765e5['type']===_0x42916e[_0x154f3b(0x66c)])return _0x154f3b(0x742);if(_0x7765e5[_0x154f3b(0x72f)]===_0x42916e[_0x154f3b(0x5b9)])return _0x154f3b(0x84f);if(_0x7765e5[_0x154f3b(0x72f)]===_0x42916e[_0x154f3b(0x514)]){var _0x1e7297;let _0x139817=(_0x1e7297=_0x7765e5[_0x154f3b(0x4fd)])==null?void 0x0:_0x1e7297[_0x154f3b(0x3da)];return _0x139817&&_0x556e5e(_0x139817)?_0x154f3b(0x84f):_0x154f3b(0x1d9);}return null;}function yp(_0xd60df7){const _0x372261=_0x5347ad;let _0x3c7e83=_0xd60df7[_0x372261(0x26f)]();if(!_0x3c7e83[_0x372261(0x9dd)])return[];let _0x1581cf=_0x3c7e83[0x0],_0x46fe4c=_0xd60df7[_0x372261(0x9e1)](_0x1581cf[_0x372261(0x51b)],_0x1581cf[_0x372261(0x657)]);return _0x3c7e83[_0x372261(0x85d)](_0x2a0f7f=>{const _0x1a5e47=_0x372261;var _0x451489;return(_0x451489=_0x46fe4c[_0x2a0f7f[_0x1a5e47(0x51f)]])==null?_0xd60df7[_0x1a5e47(0x429)](_0x2a0f7f):_0x451489;})['filter'](_0x2c7cb5=>!!_0x2c7cb5);}function bp(_0x1dfbc3,_0x16297f){const _0x542ec9=_0x5347ad;let _0x10bc80=_0x16297f[_0x542ec9(0x996)]();if(!_0x10bc80[_0x542ec9(0x522)]||!_0x10bc80[_0x542ec9(0x9be)][_0x542ec9(0x9dd)])return[];let {unitId:_0x199d9b,subUnitId:_0x17cf2f}=_0x10bc80[_0x542ec9(0x522)],_0xec709e=_0x1dfbc3[_0x542ec9(0x9e1)](_0x199d9b,_0x17cf2f);return _0x10bc80[_0x542ec9(0x9be)][_0x542ec9(0x85d)](_0x3d2eef=>_0xec709e[_0x3d2eef])['filter'](_0x4db7bf=>!!_0x4db7bf);}function xp(_0x2562ed){const _0x23ba3f=_0x5347ad;if(!_0x2562ed[_0x23ba3f(0x9dd)])return null;let _0xd56bc8=vp(_0x2562ed[0x0]);return!_0xd56bc8||!_0x2562ed['every'](_0x2b39ba=>vp(_0x2b39ba)===_0xd56bc8)?null:{'type':_0xd56bc8,'drawings':_0x2562ed};}function Sp(_0x48f885,_0x2b424e){const _0x456b4a=_0x5347ad;var _0x65e1bd,_0x2f0786,_0x1d188c,_0x4e3a4e,_0x65af29,_0x4728d8;let {element:_0x5a3f46}=_0x48f885,_0x42cb24=_0x5a3f46[_0x456b4a(0x72f)]===_0x42916e[_0x456b4a(0x514)]?_0x5a3f46['shapeData']:_0x5a3f46[_0x456b4a(0x72f)]===_0x42916e[_0x456b4a(0x4a9)]?_0x5a3f46[_0x456b4a(0x16a)]:null;return _0x42cb24?gp((_0x65e1bd=_0x42cb24[_0x456b4a(0x188)])==null?void 0x0:_0x65e1bd[_0x456b4a(0x3b7)])===gp((_0x2f0786=_0x2b424e[_0x456b4a(0x188)])==null?void 0x0:_0x2f0786[_0x456b4a(0x3b7)])&&gp((_0x1d188c=_0x42cb24[_0x456b4a(0x659)])==null?void 0x0:_0x1d188c[_0x456b4a(0x3b7)])===gp((_0x4e3a4e=_0x2b424e[_0x456b4a(0x659)])==null?void 0x0:_0x4e3a4e[_0x456b4a(0x3b7)])&&((_0x65af29=(_0x4728d8=_0x42cb24[_0x456b4a(0x659)])==null?void 0x0:_0x4728d8['width'])==null?0x0:_0x65af29)===_0x2b424e['stroke']['width']:!0x1;}function Cp(_0x2e4969,_0x508950){const _0x39ea7b=_0x5347ad;var _0x16aa4a,_0x3a3930,_0x5201dd,_0x564efd,_0x201fef,_0x567e42,_0x4e67ee,_0x2ee1be,_0x105ee6,_0x3f3d9f,_0x2f861d,_0x444615,_0x39d4ad,_0x3103bf;let _0x3dcabd=_p(_0x2e4969[_0x39ea7b(0x5fb)]);if(!_0x3dcabd)return!0x1;let _0x34fcfd=(_0x16aa4a=(_0x3a3930=_0x3dcabd['ln'])==null||(_0x3a3930=_0x3a3930[_0x39ea7b(0x539)])==null?void 0x0:_0x3a3930[_0x39ea7b(0x72f)])==null?_0x5c5d9d[_0x39ea7b(0x93c)]:_0x16aa4a,_0x1b3953=(_0x5201dd=(_0x564efd=_0x3dcabd['ln'])==null||(_0x564efd=_0x564efd[_0x39ea7b(0x7cb)])==null?void 0x0:_0x564efd['type'])==null?_0x5c5d9d[_0x39ea7b(0x93c)]:_0x5201dd,_0x259a40=(_0x201fef=(_0x567e42=_0x508950['ln'])==null||(_0x567e42=_0x567e42[_0x39ea7b(0x539)])==null?void 0x0:_0x567e42[_0x39ea7b(0x72f)])==null?_0x5c5d9d[_0x39ea7b(0x93c)]:_0x201fef,_0x1bfa2d=(_0x4e67ee=(_0x2ee1be=_0x508950['ln'])==null||(_0x2ee1be=_0x2ee1be[_0x39ea7b(0x7cb)])==null?void 0x0:_0x2ee1be[_0x39ea7b(0x72f)])==null?_0x5c5d9d[_0x39ea7b(0x93c)]:_0x4e67ee;return gp((_0x105ee6=_0x3dcabd[_0x39ea7b(0x659)])==null?void 0x0:_0x105ee6['color'])===gp(_0x508950[_0x39ea7b(0x659)][_0x39ea7b(0x3b7)])&&((_0x3f3d9f=(_0x2f861d=_0x3dcabd[_0x39ea7b(0x659)])==null?void 0x0:_0x2f861d[_0x39ea7b(0x8d2)])==null?0x0:_0x3f3d9f)===_0x508950[_0x39ea7b(0x659)]['width']&&((_0x444615=(_0x39d4ad=_0x3dcabd[_0x39ea7b(0x659)])==null?void 0x0:_0x39d4ad['dashType'])==null?_0x2ad7bd[_0x39ea7b(0x1fb)]:_0x444615)===((_0x3103bf=_0x508950[_0x39ea7b(0x659)][_0x39ea7b(0x21e)])==null?_0x2ad7bd[_0x39ea7b(0x1fb)]:_0x3103bf)&&_0x34fcfd===_0x259a40&&_0x1b3953===_0x1bfa2d;}function wp(_0x153f64,_0x32db39){const _0x2847f7=_0x5347ad;if(_0x153f64[_0x2847f7(0x5fb)][_0x2847f7(0x72f)]!==_0x42916e[_0x2847f7(0x66c)])return!0x1;let _0x322aa1=_0x153f64[_0x2847f7(0x5fb)][_0x2847f7(0x14a)];return _0x322aa1?gp(_0x322aa1[_0x2847f7(0x3b7)])===gp(_0x32db39[_0x2847f7(0x14a)]['color'])&&_0x322aa1[_0x2847f7(0x797)]===_0x32db39['textStyle'][_0x2847f7(0x797)]&&!!_0x322aa1[_0x2847f7(0x18e)]==!!_0x32db39[_0x2847f7(0x14a)]['bold']:!0x1;}function Tp(_0x389474,_0x4d3195){const _0x4871f8=_0x5347ad;return _0x4d3195[_0x4871f8(0x72f)]===_0x4871f8(0x1d9)?Sp(_0x389474,_0x4d3195):_0x4d3195[_0x4871f8(0x72f)]==='line'?Cp(_0x389474,_0x4d3195):wp(_0x389474,_0x4d3195);}function Ep(_0x40887c){const _0x450f67=_0x5347ad;if(!_0x40887c)return null;let _0xdb9029=hp(_0x40887c[_0x450f67(0x72f)]);for(let _0x4c7d68 of _0xdb9029)if(_0x40887c[_0x450f67(0x878)][_0x450f67(0x777)](_0xcf805f=>Tp(_0xcf805f,_0x4c7d68)))return _0x4c7d68['id'];return null;}function Dp(_0x42d9e9){const _0x392e1e=_0x5347ad;var _0x170556;if(_0x42d9e9[_0x392e1e(0x72f)]===_0x42916e[_0x392e1e(0x5b9)])return!0x0;if(_0x42d9e9['type']!==_0x42916e[_0x392e1e(0x514)])return!0x1;let _0x123fa3=(_0x170556=_0x42d9e9['shapeData'])==null?void 0x0:_0x170556[_0x392e1e(0x3da)];return!!_0x123fa3&&_0x556e5e(_0x123fa3);}function Op(_0x54ca8a,_0x533229){const _0x522fe7=_0x5347ad;var _0x13e64e,_0x109d00;return{..._0x54ca8a,'shapeData':{..._0x54ca8a[_0x522fe7(0x4fd)],'fill':{...(_0x13e64e=_0x54ca8a['shapeData'][_0x522fe7(0x188)])==null?{}:_0x13e64e,..._0x533229[_0x522fe7(0x188)]},'stroke':{...(_0x109d00=_0x54ca8a[_0x522fe7(0x4fd)][_0x522fe7(0x659)])==null?{}:_0x109d00,..._0x533229['stroke']}}};}function kp(_0x3184fb,_0x384a37){const _0x2b61d=_0x5347ad;var _0x192ed4,_0x2933c3,_0x1e819b,_0x2d0cb0,_0x4c033a;return{..._0x3184fb,'style':{...(_0x192ed4=_0x3184fb[_0x2b61d(0x16a)])==null?{}:_0x192ed4,'fill':{...(_0x2933c3=(_0x1e819b=_0x3184fb[_0x2b61d(0x16a)])==null?void 0x0:_0x1e819b[_0x2b61d(0x188)])==null?{}:_0x2933c3,..._0x384a37[_0x2b61d(0x188)]},'stroke':{...(_0x2d0cb0=(_0x4c033a=_0x3184fb[_0x2b61d(0x16a)])==null?void 0x0:_0x4c033a[_0x2b61d(0x659)])==null?{}:_0x2d0cb0,..._0x384a37[_0x2b61d(0x659)]}}};}function Ap(_0x59502d,_0x1e0e5a){const _0x440f11=_0x5347ad;var _0x493687,_0x2b8b29,_0x15ee76,_0x4b2508,_0x2a23d6,_0x26dfa3,_0x8296bc,_0x4ebfd4,_0x28f52c,_0x252a03;if(!Dp(_0x59502d))return null;if(_0x59502d[_0x440f11(0x72f)]===_0x42916e[_0x440f11(0x5b9)]){var _0x551788,_0x806f00,_0x110d99,_0x4bcecd,_0x30ee13,_0x4dff5b,_0x49a04c,_0x1363e2,_0xf68465,_0x2e4da5;let _0x5104d0=_0x59502d['connectorData'];return{..._0x59502d,'connectorData':{..._0x5104d0,'stroke':{...(_0x551788=_0x5104d0[_0x440f11(0x659)])==null?{}:_0x551788,..._0x1e0e5a[_0x440f11(0x659)]},'ln':{...(_0x806f00=_0x5104d0['ln'])==null?{}:_0x806f00,..._0x1e0e5a['ln'],'startArrow':{...(_0x110d99=(_0x4bcecd=_0x5104d0['ln'])==null?void 0x0:_0x4bcecd[_0x440f11(0x539)])==null?{}:_0x110d99,...(_0x30ee13=(_0x4dff5b=_0x1e0e5a['ln'])==null?void 0x0:_0x4dff5b['startArrow'])==null?{}:_0x30ee13},'endArrow':{...(_0x49a04c=(_0x1363e2=_0x5104d0['ln'])==null?void 0x0:_0x1363e2['endArrow'])==null?{}:_0x49a04c,...(_0xf68465=(_0x2e4da5=_0x1e0e5a['ln'])==null?void 0x0:_0x2e4da5[_0x440f11(0x7cb)])==null?{}:_0xf68465}}}};}let _0x17dd45=_0x59502d,_0x33fdc5=_0x17dd45[_0x440f11(0x4fd)];return{..._0x17dd45,'shapeData':{..._0x33fdc5,'stroke':{...(_0x493687=_0x33fdc5[_0x440f11(0x659)])==null?{}:_0x493687,..._0x1e0e5a[_0x440f11(0x659)]},'ln':{...(_0x2b8b29=_0x33fdc5['ln'])==null?{}:_0x2b8b29,..._0x1e0e5a['ln'],'startArrow':{...(_0x15ee76=(_0x4b2508=_0x33fdc5['ln'])==null?void 0x0:_0x4b2508[_0x440f11(0x539)])==null?{}:_0x15ee76,...(_0x2a23d6=(_0x26dfa3=_0x1e0e5a['ln'])==null?void 0x0:_0x26dfa3['startArrow'])==null?{}:_0x2a23d6},'endArrow':{...(_0x8296bc=(_0x4ebfd4=_0x33fdc5['ln'])==null?void 0x0:_0x4ebfd4['endArrow'])==null?{}:_0x8296bc,...(_0x28f52c=(_0x252a03=_0x1e0e5a['ln'])==null?void 0x0:_0x252a03[_0x440f11(0x7cb)])==null?{}:_0x28f52c}}}};}function jp(_0x4bb1dc,_0x400689){var _0x1608dc;return{..._0x4bb1dc,'textStyle':{...(_0x1608dc=_0x4bb1dc['textStyle'])==null?{}:_0x1608dc,..._0x400689['textStyle']}};}function Mp(_0x49495c,_0x14fbda){const _0x1c3b4a=_0x5347ad;for(let _0x443440 of Object['values'](_0x49495c)){if(_0x443440[_0x1c3b4a(0x72f)]!==_0x42916e['Placeholder']||_0x443440[_0x1c3b4a(0x344)][_0x1c3b4a(0x72f)]!==_0x14fbda[_0x1c3b4a(0x344)][_0x1c3b4a(0x72f)])continue;let _0x3fd65a=_0x443440['placeholder'][_0x1c3b4a(0x583)],_0x3c188f=_0x14fbda[_0x1c3b4a(0x344)][_0x1c3b4a(0x583)];if((_0x3fd65a==null?null:_0x3fd65a)===(_0x3c188f==null?null:_0x3c188f))return _0x443440;}return null;}function Np(_0x436018,_0x45a5e4,_0x4e7f7a){const _0x5290f8=_0x5347ad;let _0x427988=[],_0x313a40=[];return _0x436018[_0x5290f8(0x4fa)](_0x3c147c=>{const _0x21e353=_0x5290f8;let {element:_0x1ddb4b}=_0x3c147c;if(_0x1ddb4b[_0x21e353(0x72f)]===_0x42916e['Shape']&&!Dp(_0x1ddb4b)){_0x427988['push']({'unitId':_0x3c147c['unitId'],'subUnitId':_0x3c147c[_0x21e353(0x657)],'drawingId':_0x3c147c[_0x21e353(0x51f)],'element':Op(_0x1ddb4b,_0x45a5e4)});return;}if(_0x1ddb4b[_0x21e353(0x72f)]!==_0x42916e[_0x21e353(0x4a9)])return;let _0x33733d=_0x1ddb4b;if(_0x3c147c[_0x21e353(0x946)]===_0x21e353(0x760)){_0x427988['push']({'unitId':_0x3c147c[_0x21e353(0x51b)],'subUnitId':_0x3c147c[_0x21e353(0x657)],'drawingId':_0x3c147c[_0x21e353(0x51f)],'element':kp(_0x33733d,_0x45a5e4)});return;}let _0x20b798=_0x4e7f7a==null?void 0x0:_0x4e7f7a['pageManager'][_0x21e353(0x87d)](_0x3c147c[_0x21e353(0x657)]);if(!_0x20b798)return;let _0x1e96a6=Mp(_0x20b798[_0x21e353(0x3aa)]()[_0x21e353(0x77a)],_0x33733d);if(_0x1e96a6){_0x427988[_0x21e353(0x872)]({'unitId':_0x3c147c['unitId'],'subUnitId':_0x3c147c[_0x21e353(0x657)],'drawingId':_0x1e96a6['id'],'element':kp(_0x1e96a6,_0x45a5e4)});return;}_0x313a40[_0x21e353(0x872)]({'drawing':_0x3c147c,'element':kp({..._0x33733d,'id':_0x33733d['id'],'transform':{..._0x33733d[_0x21e353(0x2d1)]}},_0x45a5e4)});}),{'patches':_0x427988,'inheritedPlaceholderAdds':_0x313a40};}function Pp(_0x70e607,_0x2077b1){const _0x4725bb=_0x5347ad;return _0x70e607['map'](_0x5ca434=>{const _0x2d47e4=_0x262c;let _0x16eace=Ap(_0x5ca434[_0x2d47e4(0x5fb)],_0x2077b1);return _0x16eace?{'unitId':_0x5ca434[_0x2d47e4(0x51b)],'subUnitId':_0x5ca434[_0x2d47e4(0x657)],'drawingId':_0x5ca434[_0x2d47e4(0x51f)],'element':_0x16eace}:null;})[_0x4725bb(0x9bf)](_0x145728=>!!_0x145728);}function Fp(_0x20e649,_0x3ab4ec){const _0xf4802=_0x5347ad;return _0x20e649[_0xf4802(0x9bf)](_0x48694c=>_0x48694c['element'][_0xf4802(0x72f)]===_0x42916e[_0xf4802(0x66c)])[_0xf4802(0x85d)](_0x53263f=>({'unitId':_0x53263f[_0xf4802(0x51b)],'subUnitId':_0x53263f[_0xf4802(0x657)],'drawingId':_0x53263f[_0xf4802(0x51f)],'element':jp(_0x53263f[_0xf4802(0x5fb)],_0x3ab4ec)}));}function Ip(_0x48c911,_0x4fb5ff,_0x3d8dab){const _0x84f3c8=_0x5347ad;return _0x4fb5ff[_0x84f3c8(0x72f)]===_0x84f3c8(0x1d9)?Np(_0x48c911,_0x4fb5ff,_0x3d8dab):_0x4fb5ff[_0x84f3c8(0x72f)]===_0x84f3c8(0x84f)?{'patches':Pp(_0x48c911,_0x4fb5ff),'inheritedPlaceholderAdds':[]}:{'patches':Fp(_0x48c911,_0x4fb5ff),'inheritedPlaceholderAdds':[]};}const Lp={'id':'slide.operation.apply-quick-style','type':_0x55bcba['OPERATION'],'handler':(_0x409ae7,_0x481c79)=>{const _0x2fd832=_0x5347ad;var _0x2e3012,_0x3ede08,_0x5cf9dd;let _0x20698c=mp((_0x2e3012=(_0x3ede08=_0x481c79==null?void 0x0:_0x481c79[_0x2fd832(0x1d8)])==null?_0x481c79==null?void 0x0:_0x481c79[_0x2fd832(0x5af)]:_0x3ede08)==null?'':_0x2e3012);if(!_0x20698c)return!0x1;let _0x38fd14=_0x409ae7[_0x2fd832(0x439)](_0x47c48b),_0x54eecb=_0x409ae7['get'](kf),_0x39a55e=_0x409ae7['get'](_0x46972e),_0x5a56e5=_0x409ae7[_0x2fd832(0x439)](_0x1c430b),_0x4f355=_0x409ae7[_0x2fd832(0x439)](fc),_0xcec165=bp(_0x38fd14,_0x54eecb),_0x364b91=xp(_0xcec165['length']?_0xcec165:yp(_0x38fd14));if(!_0x364b91||_0x364b91['type']!==_0x20698c[_0x2fd832(0x72f)])return!0x1;let _0x125a33=(_0x5cf9dd=_0x364b91['drawings'][0x0])==null?void 0x0:_0x5cf9dd['unitId'],_0x2bde91=_0x125a33?_0x5a56e5[_0x2fd832(0x46d)](_0x125a33,_0x2a9855[_0x2fd832(0x57f)]):null,{patches:_0x1ac8d2,inheritedPlaceholderAdds:_0x58a0ed}=Ip(_0x364b91['drawings'],_0x20698c,_0x2bde91==null?null:_0x2bde91);if(!_0x1ac8d2[_0x2fd832(0x9dd)]&&!_0x58a0ed[_0x2fd832(0x9dd)])return!0x1;_0x4f355[_0x2fd832(0x209)]();let _0x2daad8=!0x1;return _0x1ac8d2[_0x2fd832(0x9dd)]&&(_0x2daad8=_0x39a55e[_0x2fd832(0x7ed)](_0x2ffecc['id'],{'patches':_0x1ac8d2})||_0x2daad8),_0x58a0ed['forEach'](({drawing:_0x3993e6,element:_0x5afa26})=>{const _0x2f6221=_0x2fd832;_0x2daad8=_0x39a55e['syncExecuteCommand'](_0x4a3370['id'],{'unitId':_0x3993e6['unitId'],'subUnitId':_0x3993e6[_0x2f6221(0x657)],'element':_0x5afa26,'focus':!0x1})||_0x2daad8;}),_0x2daad8;}};function Rp(_0x16d79c,_0x4c094b){let _0x4bc1a8=[],_0x497dba=new Set(),_0x416ded=_0x3f6691=>{const _0x528a98=_0x262c;if(_0x497dba['has'](_0x3f6691))return;_0x497dba['add'](_0x3f6691);let _0x25dcba=_0x16d79c[_0x3f6691];if(!_0x25dcba)return;let _0x4030b2=_0x25dcba[_0x528a98(0x5fb)];if(_0x4030b2[_0x528a98(0x72f)]===_0x42916e[_0x528a98(0x5fd)]){_0x4030b2[_0x528a98(0x6db)]['forEach'](_0x200180=>_0x416ded(_0x200180));return;}_0x4bc1a8[_0x528a98(0x872)](_0x3f6691);};return _0x416ded(_0x4c094b),_0x4bc1a8;}function zp(_0x417427,_0x409ef4){const _0x382b76=_0x5347ad;for(let _0x2d2137 of _0x409ef4){let _0x482f29=_0x417427[_0x2d2137];if(_0x482f29&&_0x482f29['element']['type']===_0x42916e[_0x382b76(0x514)]){var _0x21706e;return(_0x21706e=_0x482f29[_0x382b76(0x5fb)][_0x382b76(0x4fd)])==null?void 0x0:_0x21706e['fill'];}}}function Bp(_0x249943,_0x36a3ea,_0x53aff1,_0x59090a){const _0x1a7ce5=_0x5347ad;let _0x7d86fb=_0x249943[_0x1a7ce5(0x429)]({'unitId':_0x36a3ea,'subUnitId':_0x53aff1,'drawingId':_0x59090a});return!_0x7d86fb||_0x7d86fb['element'][_0x1a7ce5(0x72f)]!==_0x42916e[_0x1a7ce5(0x514)]?null:_0x7d86fb;}function Vp(_0x4fe4d2,_0x57eb61){const _0x56e52e=_0x5347ad;let _0x4a0502=_0x57eb61['getSnapshot']();if(_0x4a0502[_0x56e52e(0x522)]&&_0x4a0502[_0x56e52e(0x9be)][_0x56e52e(0x9dd)]===0x1){var _0x3183dd;let {unitId:_0x403ad1,subUnitId:_0xf29a8e}=_0x4a0502[_0x56e52e(0x522)],_0x59d4d0=_0x4fe4d2[_0x56e52e(0x9e1)](_0x403ad1,_0xf29a8e),_0x3d0b7f=_0x4a0502[_0x56e52e(0x9be)][0x0],_0x554abb=(_0x3183dd=_0x59d4d0[_0x3d0b7f])==null?_0x4fe4d2[_0x56e52e(0x429)]({'unitId':_0x403ad1,'subUnitId':_0xf29a8e,'drawingId':_0x3d0b7f}):_0x3183dd;return(_0x554abb==null?void 0x0:_0x554abb[_0x56e52e(0x5fb)][_0x56e52e(0x72f)])===_0x42916e['Shape']?_0x554abb:null;}let _0x359b79=_0x4fe4d2['getFocusDrawings']();return _0x359b79['length']===0x1?Bp(_0x4fe4d2,_0x359b79[0x0]['unitId'],_0x359b79[0x0]['subUnitId'],_0x359b79[0x0][_0x56e52e(0x51f)]):null;}function Hp(_0x462b2b,_0xbf4b78){const _0x11ee29=_0x5347ad;return _0x462b2b[_0x11ee29(0x5fb)]['type']===_0x42916e[_0x11ee29(0x448)]&&_0xbf4b78[_0x11ee29(0x7e8)]!==void 0x0&&_0xbf4b78[_0x11ee29(0x5e2)]===void 0x0&&_0xbf4b78[_0x11ee29(0x717)]===void 0x0&&_0xbf4b78['width']===void 0x0&&_0xbf4b78[_0x11ee29(0x95b)]===void 0x0;}const Up={'id':_0x5347ad(0x223),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x3704ce,_0x50a99f)=>{const _0x1cabf1=_0x5347ad;var _0x3f7845,_0x355298,_0x4f6cc4,_0x1361b9,_0x120d7d,_0x3e861c,_0x4a635c,_0x2979db;if(!_0x50a99f)return!0x1;let _0x14044d=_0x3704ce[_0x1cabf1(0x439)](_0x47c48b),_0x1510e0=_0x3704ce[_0x1cabf1(0x439)](_0x46972e),_0x5e6345=_0x14044d[_0x1cabf1(0x429)]({'unitId':_0x50a99f[_0x1cabf1(0x51b)],'subUnitId':_0x50a99f[_0x1cabf1(0x657)],'drawingId':_0x50a99f[_0x1cabf1(0x51f)]});if(!_0x5e6345||Hp(_0x5e6345,_0x50a99f))return!0x1;let _0x338200=(_0x3f7845=_0x5e6345[_0x1cabf1(0x2d1)])==null?{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'angle':0x0,'flipX':!0x1,'flipY':!0x1}:_0x3f7845,_0x484b8a={..._0x338200,'left':(_0x355298=_0x50a99f[_0x1cabf1(0x5e2)])==null?_0x338200['left']:_0x355298,'top':(_0x4f6cc4=_0x50a99f[_0x1cabf1(0x717)])==null?_0x338200[_0x1cabf1(0x717)]:_0x4f6cc4,'width':(_0x1361b9=_0x50a99f[_0x1cabf1(0x8d2)])==null?_0x338200['width']:_0x1361b9,'height':(_0x120d7d=_0x50a99f['height'])==null?_0x338200[_0x1cabf1(0x95b)]:_0x120d7d,'angle':_0x5e6345[_0x1cabf1(0x5fb)][_0x1cabf1(0x72f)]===_0x42916e[_0x1cabf1(0x448)]?(_0x3e861c=_0x338200[_0x1cabf1(0x3d1)])==null?0x0:_0x3e861c:(_0x4a635c=(_0x2979db=_0x50a99f[_0x1cabf1(0x7e8)])==null?_0x338200[_0x1cabf1(0x3d1)]:_0x2979db)==null?0x0:_0x4a635c};return _0x1510e0['executeCommand'](_0x2ffecc['id'],{'patches':[{'unitId':_0x50a99f[_0x1cabf1(0x51b)],'subUnitId':_0x50a99f[_0x1cabf1(0x657)],'drawingId':_0x50a99f[_0x1cabf1(0x51f)],'transform':_0x484b8a}]});}},Wp={'id':_0x5347ad(0x4e7),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x144e89,_0x22e4d3)=>{const _0x1e6975=_0x5347ad;var _0x473d64,_0x38aa27,_0xe9e125,_0x5f5c20,_0x3e96ff,_0x2fecfc,_0x30e948;if(!_0x22e4d3)return!0x1;let _0x24e856=_0x144e89['get'](_0x47c48b),_0x2d9bba=_0x144e89['get'](_0x46972e),_0x3b70f8=Bp(_0x24e856,_0x22e4d3[_0x1e6975(0x51b)],_0x22e4d3[_0x1e6975(0x657)],_0x22e4d3[_0x1e6975(0x51f)]);if(!_0x3b70f8)return!0x1;let _0x41dcae=(_0x473d64=_0x3b70f8['transform'])==null?{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'angle':0x0,'flipX':!0x1,'flipY':!0x1}:_0x473d64,_0x1f42f7={..._0x41dcae,'left':(_0x38aa27=_0x22e4d3[_0x1e6975(0x5e2)])==null?_0x41dcae['left']:_0x38aa27,'top':(_0xe9e125=_0x22e4d3[_0x1e6975(0x717)])==null?_0x41dcae[_0x1e6975(0x717)]:_0xe9e125,'width':(_0x5f5c20=_0x22e4d3[_0x1e6975(0x8d2)])==null?_0x41dcae[_0x1e6975(0x8d2)]:_0x5f5c20,'height':(_0x3e96ff=_0x22e4d3[_0x1e6975(0x95b)])==null?_0x41dcae[_0x1e6975(0x95b)]:_0x3e96ff,'angle':(_0x2fecfc=(_0x30e948=_0x22e4d3['rotation'])==null?_0x41dcae[_0x1e6975(0x3d1)]:_0x30e948)==null?0x0:_0x2fecfc};return _0x2d9bba[_0x1e6975(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x22e4d3[_0x1e6975(0x51b)],'subUnitId':_0x22e4d3[_0x1e6975(0x657)],'drawingId':_0x22e4d3[_0x1e6975(0x51f)],'transform':_0x1f42f7}]});}},Gp={'id':'slide.operation.update-shape-style','type':_0x55bcba['OPERATION'],'handler':(_0x2c85e0,_0x3c8b79)=>{const _0x54679d=_0x5347ad;var _0x425858,_0x20f1de,_0x4e7d54,_0x2fcdc,_0x7422d5,_0x5e1e66,_0x2e1e9a,_0x37674f,_0x4a401d,_0x39a175;if(!_0x3c8b79)return!0x1;let _0xa3ada5=_0x2c85e0[_0x54679d(0x439)](_0x47c48b),_0x28a29f=_0x2c85e0[_0x54679d(0x439)](_0x46972e),_0x5c4b83=Bp(_0xa3ada5,_0x3c8b79[_0x54679d(0x51b)],_0x3c8b79[_0x54679d(0x657)],_0x3c8b79[_0x54679d(0x51f)]);if(!_0x5c4b83)return!0x1;let _0x50cab2=_0x5c4b83[_0x54679d(0x5fb)],_0x183c9b={..._0x50cab2[_0x54679d(0x4fd)],'fill':{...(_0x425858=(_0x20f1de=_0x50cab2[_0x54679d(0x4fd)])==null?void 0x0:_0x20f1de[_0x54679d(0x188)])==null?{}:_0x425858,'color':(_0x4e7d54=_0x3c8b79['fillColor'])==null?(_0x2fcdc=_0x50cab2['shapeData'])==null||(_0x2fcdc=_0x2fcdc[_0x54679d(0x188)])==null?void 0x0:_0x2fcdc[_0x54679d(0x3b7)]:_0x4e7d54},'stroke':{...(_0x7422d5=(_0x5e1e66=_0x50cab2[_0x54679d(0x4fd)])==null?void 0x0:_0x5e1e66[_0x54679d(0x659)])==null?{}:_0x7422d5,'color':(_0x2e1e9a=_0x3c8b79[_0x54679d(0x6a9)])==null?(_0x37674f=_0x50cab2[_0x54679d(0x4fd)])==null||(_0x37674f=_0x37674f[_0x54679d(0x659)])==null?void 0x0:_0x37674f[_0x54679d(0x3b7)]:_0x2e1e9a,'width':(_0x4a401d=_0x3c8b79[_0x54679d(0x9da)])==null?(_0x39a175=_0x50cab2[_0x54679d(0x4fd)])==null||(_0x39a175=_0x39a175[_0x54679d(0x659)])==null?void 0x0:_0x39a175['width']:_0x4a401d}};_0x3c8b79[_0x54679d(0x456)]!==void 0x0&&(_0x3c8b79[_0x54679d(0x456)]===null?delete _0x183c9b['outerShadow']:_0x183c9b[_0x54679d(0x456)]=_0x3c8b79[_0x54679d(0x456)]);let _0x219180={..._0x50cab2,'shapeData':_0x183c9b};return _0x28a29f[_0x54679d(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x3c8b79['unitId'],'subUnitId':_0x3c8b79[_0x54679d(0x657)],'drawingId':_0x3c8b79[_0x54679d(0x51f)],'element':_0x219180}]});}},Kp={'id':_0x5347ad(0x25c),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x160cab,_0x274e6f)=>{const _0x2bcbb7=_0x5347ad;if(!_0x274e6f)return!0x1;let _0x387c7b=_0x160cab['get'](_0x47c48b),_0x5e4b11=_0x160cab[_0x2bcbb7(0x439)](_0x46972e),_0x12f8ae=_0x387c7b[_0x2bcbb7(0x429)]({'unitId':_0x274e6f[_0x2bcbb7(0x51b)],'subUnitId':_0x274e6f['subUnitId'],'drawingId':_0x274e6f['drawingId']});if(!_0x12f8ae)return!0x1;if(_0x12f8ae[_0x2bcbb7(0x5fb)][_0x2bcbb7(0x72f)]===_0x42916e['Shape']){var _0x7eb3be,_0x502571,_0x54959d,_0x3b9ec1,_0x3168de,_0x33c43b,_0x1ebdf6,_0x21df2d,_0x14f4f2;let _0x50b63e=_0x12f8ae[_0x2bcbb7(0x5fb)],_0x2624e7=_0x50b63e[_0x2bcbb7(0x4fd)],_0x4a2c07={..._0x2624e7,'fill':_0x274e6f[_0x2bcbb7(0x188)]?{...(_0x7eb3be=_0x2624e7[_0x2bcbb7(0x188)])==null?{}:_0x7eb3be,..._0x274e6f['fill']}:_0x2624e7['fill'],'stroke':_0x274e6f['stroke']?{...(_0x502571=_0x2624e7[_0x2bcbb7(0x659)])==null?{}:_0x502571,..._0x274e6f[_0x2bcbb7(0x659)]}:_0x2624e7['stroke'],'ln':_0x274e6f['ln']?{...(_0x54959d=_0x2624e7['ln'])==null?{}:_0x54959d,..._0x274e6f['ln'],'startArrow':_0x274e6f['ln']['startArrow']?{...(_0x3b9ec1=(_0x3168de=_0x2624e7['ln'])==null?void 0x0:_0x3168de[_0x2bcbb7(0x539)])==null?{}:_0x3b9ec1,..._0x274e6f['ln']['startArrow']}:(_0x33c43b=_0x2624e7['ln'])==null?void 0x0:_0x33c43b['startArrow'],'endArrow':_0x274e6f['ln']['endArrow']?{...(_0x1ebdf6=(_0x21df2d=_0x2624e7['ln'])==null?void 0x0:_0x21df2d[_0x2bcbb7(0x7cb)])==null?{}:_0x1ebdf6,..._0x274e6f['ln'][_0x2bcbb7(0x7cb)]}:(_0x14f4f2=_0x2624e7['ln'])==null?void 0x0:_0x14f4f2[_0x2bcbb7(0x7cb)]}:_0x2624e7['ln']};return _0x5e4b11[_0x2bcbb7(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x274e6f[_0x2bcbb7(0x51b)],'subUnitId':_0x274e6f[_0x2bcbb7(0x657)],'drawingId':_0x274e6f[_0x2bcbb7(0x51f)],'element':{..._0x50b63e,'shapeData':_0x4a2c07}}]});}if(_0x12f8ae[_0x2bcbb7(0x5fb)]['type']!==_0x42916e[_0x2bcbb7(0x5fd)])return!0x1;let _0x3dc2cd=_0x387c7b[_0x2bcbb7(0x9e1)](_0x274e6f[_0x2bcbb7(0x51b)],_0x274e6f[_0x2bcbb7(0x657)]),_0x1088c4=Rp(_0x3dc2cd,_0x274e6f[_0x2bcbb7(0x51f)]),_0x198b49=zp(_0x3dc2cd,_0x1088c4),_0x10fa15=_0x274e6f[_0x2bcbb7(0x188)];_0x274e6f[_0x2bcbb7(0x188)]&&(_0x274e6f['fill'][_0x2bcbb7(0x304)]===_0x51273c[_0x2bcbb7(0x3dd)]||_0x274e6f[_0x2bcbb7(0x188)][_0x2bcbb7(0x304)]===_0x51273c[_0x2bcbb7(0x224)])&&(_0x10fa15={..._0x198b49==null?{}:_0x198b49,..._0x274e6f[_0x2bcbb7(0x188)]});let _0x3aa0db=_0x1088c4[_0x2bcbb7(0x85d)](_0x557ce1=>_0x3dc2cd[_0x557ce1])[_0x2bcbb7(0x9bf)](_0x355c6a=>!!_0x355c6a)[_0x2bcbb7(0x85d)](_0x1c4b28=>{const _0x92d118=_0x2bcbb7;if(_0x1c4b28['element'][_0x92d118(0x72f)]===_0x42916e[_0x92d118(0x514)]){var _0x52b9be,_0x53b0a0,_0x5d8aa6,_0xce8dba,_0x1d5107,_0x1e0b25,_0x7e671b,_0x5a4a0d,_0x4fff4b;let _0x4da3c3=_0x1c4b28[_0x92d118(0x5fb)],_0x36f8f2=_0x4da3c3[_0x92d118(0x4fd)],_0x34f2a6={..._0x36f8f2,'fill':_0x10fa15?{...(_0x52b9be=_0x36f8f2[_0x92d118(0x188)])==null?{}:_0x52b9be,..._0x10fa15}:_0x36f8f2[_0x92d118(0x188)],'stroke':_0x274e6f[_0x92d118(0x659)]?{...(_0x53b0a0=_0x36f8f2[_0x92d118(0x659)])==null?{}:_0x53b0a0,..._0x274e6f['stroke']}:_0x36f8f2[_0x92d118(0x659)],'ln':_0x274e6f['ln']?{...(_0x5d8aa6=_0x36f8f2['ln'])==null?{}:_0x5d8aa6,..._0x274e6f['ln'],'startArrow':_0x274e6f['ln']['startArrow']?{...(_0xce8dba=(_0x1d5107=_0x36f8f2['ln'])==null?void 0x0:_0x1d5107[_0x92d118(0x539)])==null?{}:_0xce8dba,..._0x274e6f['ln'][_0x92d118(0x539)]}:(_0x1e0b25=_0x36f8f2['ln'])==null?void 0x0:_0x1e0b25[_0x92d118(0x539)],'endArrow':_0x274e6f['ln'][_0x92d118(0x7cb)]?{...(_0x7e671b=(_0x5a4a0d=_0x36f8f2['ln'])==null?void 0x0:_0x5a4a0d[_0x92d118(0x7cb)])==null?{}:_0x7e671b,..._0x274e6f['ln']['endArrow']}:(_0x4fff4b=_0x36f8f2['ln'])==null?void 0x0:_0x4fff4b['endArrow']}:_0x36f8f2['ln']};return{'unitId':_0x274e6f[_0x92d118(0x51b)],'subUnitId':_0x274e6f[_0x92d118(0x657)],'drawingId':_0x1c4b28[_0x92d118(0x51f)],'element':{..._0x4da3c3,'shapeData':_0x34f2a6}};}if(_0x1c4b28[_0x92d118(0x5fb)]['type']===_0x42916e[_0x92d118(0x5b9)]){var _0x5c8d3a,_0x285ed5,_0x1098f3,_0x3ef449,_0x1306fb,_0x246627,_0x5b1752,_0x174837;let _0x219305=_0x1c4b28['element'],_0x2b6eab=_0x219305[_0x92d118(0x404)],_0x205b5c={..._0x2b6eab,'stroke':_0x274e6f[_0x92d118(0x659)]?{...(_0x5c8d3a=_0x2b6eab[_0x92d118(0x659)])==null?{}:_0x5c8d3a,..._0x274e6f[_0x92d118(0x659)]}:_0x2b6eab[_0x92d118(0x659)],'ln':_0x274e6f['ln']?{...(_0x285ed5=_0x2b6eab['ln'])==null?{}:_0x285ed5,..._0x274e6f['ln'],'startArrow':_0x274e6f['ln'][_0x92d118(0x539)]?{...(_0x1098f3=(_0x3ef449=_0x2b6eab['ln'])==null?void 0x0:_0x3ef449['startArrow'])==null?{}:_0x1098f3,..._0x274e6f['ln'][_0x92d118(0x539)]}:(_0x1306fb=_0x2b6eab['ln'])==null?void 0x0:_0x1306fb['startArrow'],'endArrow':_0x274e6f['ln'][_0x92d118(0x7cb)]?{...(_0x246627=(_0x5b1752=_0x2b6eab['ln'])==null?void 0x0:_0x5b1752[_0x92d118(0x7cb)])==null?{}:_0x246627,..._0x274e6f['ln']['endArrow']}:(_0x174837=_0x2b6eab['ln'])==null?void 0x0:_0x174837[_0x92d118(0x7cb)]}:_0x2b6eab['ln']};return{'unitId':_0x274e6f[_0x92d118(0x51b)],'subUnitId':_0x274e6f[_0x92d118(0x657)],'drawingId':_0x1c4b28[_0x92d118(0x51f)],'element':{..._0x219305,'connectorData':_0x205b5c}};}return null;})['filter'](_0x1f9488=>!!_0x1f9488);return _0x3aa0db[_0x2bcbb7(0x9dd)]?_0x5e4b11['executeCommand'](_0x2ffecc['id'],{'patches':_0x3aa0db}):!0x1;}},qp={'id':_0x5347ad(0x828),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x33f2bb,_0x4f969b)=>{const _0x2d9592=_0x5347ad;var _0x8dd3bb,_0x13c5bb;let _0x273706=(_0x8dd3bb=_0x4f969b==null?void 0x0:_0x4f969b[_0x2d9592(0x3da)])==null?_0x4f969b==null?void 0x0:_0x4f969b[_0x2d9592(0x5af)]:_0x8dd3bb;if(!_0x273706)return!0x1;let _0x117e20=_0x33f2bb[_0x2d9592(0x439)](_0x47c48b),_0x54077e=_0x33f2bb[_0x2d9592(0x439)](_0x46972e),_0x580315=_0x4f969b!=null&&_0x4f969b['unitId']&&_0x4f969b[_0x2d9592(0x657)]&&_0x4f969b['drawingId']?Bp(_0x117e20,_0x4f969b[_0x2d9592(0x51b)],_0x4f969b[_0x2d9592(0x657)],_0x4f969b['drawingId']):Vp(_0x117e20,_0x33f2bb['get'](kf));if(!_0x580315)return!0x1;let _0x28ec05=_0x580315[_0x2d9592(0x5fb)],_0x1860c2=(_0x13c5bb=_0x28ec05['shapeData'][_0x2d9592(0x3da)])==null?_0x1c56b2[_0x2d9592(0x5ae)]:_0x13c5bb,_0x16653c;try{_0x16653c=new _0x91272b(_0x1860c2,_0x28ec05['id'],_0x28ec05[_0x2d9592(0x4fd)])[_0x2d9592(0x744)](_0x273706);}catch{return!0x1;}return _0x54077e['executeCommand'](_0x2ffecc['id'],{'patches':[{'unitId':_0x580315[_0x2d9592(0x51b)],'subUnitId':_0x580315[_0x2d9592(0x657)],'drawingId':_0x580315[_0x2d9592(0x51f)],'element':{..._0x28ec05,'shapeData':_0x16653c}}]});}},Jp={'id':_0x5347ad(0x8b2),'type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x521ca0,_0x21d5e0)=>{const _0x304ac5=_0x5347ad;if(!_0x21d5e0)return!0x1;let _0x5acbaa=_0x521ca0[_0x304ac5(0x439)](_0x47c48b),_0x2b35c9=_0x521ca0[_0x304ac5(0x439)](_0x46972e),_0x51b079=_0x5acbaa[_0x304ac5(0x429)]({'unitId':_0x21d5e0[_0x304ac5(0x51b)],'subUnitId':_0x21d5e0[_0x304ac5(0x657)],'drawingId':_0x21d5e0['drawingId']});if(!_0x51b079||_0x51b079[_0x304ac5(0x5fb)]['type']!==_0x42916e[_0x304ac5(0x2d7)])return!0x1;let _0x261587=_0x51b079[_0x304ac5(0x5fb)];return _0x2b35c9[_0x304ac5(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x21d5e0[_0x304ac5(0x51b)],'subUnitId':_0x21d5e0[_0x304ac5(0x657)],'drawingId':_0x21d5e0[_0x304ac5(0x51f)],'element':{..._0x261587,'prstGeom':_0x21d5e0['prstGeom'],'adjustValues':_0x21d5e0[_0x304ac5(0x68e)]}}]});}};var Yp=class extends _0x278e37{constructor(..._0x30c9f2){const _0x1c6b58=_0x5347ad;super(..._0x30c9f2),Z(this,_0x1c6b58(0x89d),null);}[_0x5347ad(0x3f7)](_0x1dddbd){const _0x4a7ad5=_0x5347ad;this[_0x4a7ad5(0x89d)]={..._0x1dddbd,'pasteCount':0x0};}[_0x5347ad(0x536)](){return this['_snapshot'];}['markPasted'](){const _0x348b5c=_0x5347ad;return this[_0x348b5c(0x89d)]?(this[_0x348b5c(0x89d)][_0x348b5c(0x70d)]+=0x1,this[_0x348b5c(0x89d)][_0x348b5c(0x70d)]):0x0;}[_0x5347ad(0x3c1)](){const _0x30f900=_0x5347ad;this[_0x30f900(0x89d)]=null;}};function Xp(_0x19e766){const _0x2729c6=_0x5347ad;let _0x3a60be=_0x19e766[_0x2729c6(0x26f)]();if(!_0x3a60be[_0x2729c6(0x9dd)])return null;let [_0x57c351]=_0x3a60be;return _0x57c351?{'unitId':_0x57c351[_0x2729c6(0x51b)],'subUnitId':_0x57c351[_0x2729c6(0x657)],'drawingIds':_0x3a60be[_0x2729c6(0x9bf)](_0x256046=>_0x256046[_0x2729c6(0x51b)]===_0x57c351['unitId']&&_0x256046['subUnitId']===_0x57c351[_0x2729c6(0x657)])[_0x2729c6(0x85d)](_0x5e87e2=>_0x5e87e2['drawingId'])}:null;}function Zp(_0x2906bb,_0x4af68b){const _0x18e97f=_0x5347ad;let _0x4e06e6=_0x2906bb['getSnapshot']();return _0x4e06e6[_0x18e97f(0x522)]&&_0x4e06e6['selectedIds'][_0x18e97f(0x9dd)]>0x0?{'unitId':_0x4e06e6[_0x18e97f(0x522)][_0x18e97f(0x51b)],'subUnitId':_0x4e06e6['context'][_0x18e97f(0x657)],'drawingIds':_0x4e06e6[_0x18e97f(0x9be)]}:Xp(_0x4af68b);}function Qp(_0x483da6){const _0x5656ad=_0x5347ad;let _0x4a1f48=_0x483da6[_0x5656ad(0x9ed)](_0x2a9855[_0x5656ad(0x57f)]),_0x4fdcde=_0x4a1f48==null?void 0x0:_0x4a1f48[_0x5656ad(0x27d)][_0x5656ad(0x3c9)]();return!_0x4a1f48||!_0x4fdcde?null:{'unitId':_0x4a1f48['getUnitId'](),'subUnitId':_0x4fdcde[_0x5656ad(0xa23)](),'slideModel':_0x4a1f48};}function $p(_0x57ea96,_0xa1dcce){const _0x421d13=_0x5347ad;let _0x261117=new Set(),_0x25efe6=[..._0x57ea96];for(;_0x25efe6[_0x421d13(0x9dd)];){var _0x34dd8b;let _0xa2d5e5=_0x25efe6[_0x421d13(0x995)]();if(!_0xa2d5e5||_0x261117[_0x421d13(0x8d7)](_0xa2d5e5))continue;_0x261117[_0x421d13(0x241)](_0xa2d5e5);let _0x246546=_0xa1dcce[_0xa2d5e5];!_0x246546||_0x246546[_0x421d13(0x5fb)][_0x421d13(0x72f)]!==_0x42916e['Group']||((_0x34dd8b=_0x246546[_0x421d13(0x5fb)][_0x421d13(0x6db)])==null?[]:_0x34dd8b)[_0x421d13(0x4fa)](_0x2f710d=>{const _0x182238=_0x421d13;_0x261117['has'](_0x2f710d)||_0x25efe6[_0x182238(0x872)](_0x2f710d);});}return[..._0x261117];}function em(_0x34019e,_0x5a360b,_0x1e5a73){const _0x5605c1=_0x5347ad;var _0x2e0e89,_0x305539,_0x3518b8;let _0x4456df=JSON[_0x5605c1(0x66f)](JSON[_0x5605c1(0x2c1)](_0x34019e));if(_0x4456df['id']=(_0x2e0e89=_0x5a360b['get'](_0x34019e['id']))==null?_0x3fb922(0x6):_0x2e0e89,_0x4456df[_0x5605c1(0x2d1)]={..._0x4456df['transform'],'left':((_0x305539=_0x4456df['transform'][_0x5605c1(0x5e2)])==null?0x0:_0x305539)+_0x1e5a73,'top':((_0x3518b8=_0x4456df[_0x5605c1(0x2d1)][_0x5605c1(0x717)])==null?0x0:_0x3518b8)+_0x1e5a73},_0x4456df['type']===_0x42916e[_0x5605c1(0x5fd)]&&(_0x4456df[_0x5605c1(0x6db)]=_0x4456df['children'][_0x5605c1(0x85d)](_0x59bce3=>_0x5a360b[_0x5605c1(0x439)](_0x59bce3))[_0x5605c1(0x9bf)](_0x39d7a8=>!!_0x39d7a8)),_0x4456df[_0x5605c1(0x72f)]===_0x42916e[_0x5605c1(0x514)]){let _0x25b448=_0x4456df[_0x5605c1(0x4fd)];if(_0x25b448[_0x5605c1(0x19c)]){var _0x2d7f7c,_0x885bcc;let _0x5d496a=(_0x2d7f7c=_0x25b448[_0x5605c1(0x19c)]['from'])==null?void 0x0:_0x2d7f7c[_0x5605c1(0x62f)],_0x4fda10=(_0x885bcc=_0x25b448[_0x5605c1(0x19c)]['to'])==null?void 0x0:_0x885bcc[_0x5605c1(0x62f)];_0x5d496a&&_0x5a360b['has'](_0x5d496a)&&_0x25b448[_0x5605c1(0x19c)]['from']?_0x25b448[_0x5605c1(0x19c)][_0x5605c1(0x8bd)]['shapeId']=_0x5a360b['get'](_0x5d496a):delete _0x25b448[_0x5605c1(0x19c)][_0x5605c1(0x8bd)],_0x4fda10&&_0x5a360b[_0x5605c1(0x8d7)](_0x4fda10)&&_0x25b448['relation']['to']?_0x25b448[_0x5605c1(0x19c)]['to'][_0x5605c1(0x62f)]=_0x5a360b['get'](_0x4fda10):delete _0x25b448[_0x5605c1(0x19c)]['to'];}}return _0x4456df;}const tm={'id':_0x5347ad(0x20b),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x498ca8=>{const _0x13c610=_0x5347ad;let _0x287309=_0x498ca8[_0x13c610(0x439)](_0x1c430b),_0x207d31=_0x498ca8[_0x13c610(0x439)](_0x47c48b),_0xd3cfa8=_0x498ca8[_0x13c610(0x439)](kf),_0x39b8ec=Qp(_0x287309);if(!_0x39b8ec)return!0x1;let {unitId:_0x2ece72,subUnitId:_0x9bf671}=_0x39b8ec,_0x4b22b1=_0x207d31[_0x13c610(0x9e1)](_0x2ece72,_0x9bf671),_0x214528=_0x207d31[_0x13c610(0x6f8)](_0x2ece72,_0x9bf671),_0x301997=new Set();Object[_0x13c610(0x244)](_0x4b22b1)[_0x13c610(0x4fa)](_0x2bbc36=>{const _0x1c6310=_0x13c610;(_0x2bbc36==null?void 0x0:_0x2bbc36[_0x1c6310(0x5fb)][_0x1c6310(0x72f)])===_0x42916e['Group']&&_0x2bbc36[_0x1c6310(0x5fb)]['children'][_0x1c6310(0x4fa)](_0x4d7cfd=>_0x301997[_0x1c6310(0x241)](_0x4d7cfd));});let _0x4f6635=_0x214528[_0x13c610(0x85d)](_0x160645=>_0x4b22b1[_0x160645])[_0x13c610(0x9bf)](_0x37520c=>!!_0x37520c&&!_0x37520c[_0x13c610(0x1df)]&&!_0x301997[_0x13c610(0x8d7)](_0x37520c['drawingId']))['map'](_0x3b8997=>_0x3b8997[_0x13c610(0x51f)]);if(_0x4f6635[_0x13c610(0x9dd)]>0x0){var _0x590d0a;_0xd3cfa8[_0x13c610(0x5dd)]({'unitId':_0x2ece72,'subUnitId':_0x9bf671},_0x4f6635,(_0x590d0a=_0x4f6635[_0x4f6635[_0x13c610(0x9dd)]-0x1])==null?null:_0x590d0a);}else _0xd3cfa8[_0x13c610(0x732)]();return _0x4f6635[_0x13c610(0x9dd)]>0x0;}},nm={'id':_0x5347ad(0x860),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x42776d=>{const _0x3a0486=_0x5347ad;let _0x4a019f=_0x42776d['get'](_0x47c48b),_0x25e364=_0x42776d[_0x3a0486(0x439)](kf),_0x4d75e4=_0x42776d['get'](_0x46972e),_0xdfd9f1=Zp(_0x25e364,_0x4a019f);if(!(_0xdfd9f1!=null&&_0xdfd9f1[_0x3a0486(0x379)][_0x3a0486(0x9dd)]))return!0x1;let _0x3fbf35=_0x4d75e4[_0x3a0486(0x7ed)](_0x1d2b9a['id'],_0xdfd9f1);return _0x3fbf35&&_0x25e364[_0x3a0486(0x732)](),_0x3fbf35;}},rm={'id':_0x5347ad(0x998),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x13628f=>{const _0x5e103e=_0x5347ad;let _0x5e33ac=_0x13628f[_0x5e103e(0x439)](_0x47c48b),_0x541271=_0x13628f['get'](kf),_0x5d5bfd=_0x13628f[_0x5e103e(0x439)](Yp),_0x425022=Zp(_0x541271,_0x5e33ac);if(!(_0x425022!=null&&_0x425022[_0x5e103e(0x379)][_0x5e103e(0x9dd)]))return!0x1;let _0x2ea9bb=_0x5e33ac[_0x5e103e(0x9e1)](_0x425022[_0x5e103e(0x51b)],_0x425022[_0x5e103e(0x657)]),_0x32d090=_0x5e33ac['getDrawingOrder'](_0x425022[_0x5e103e(0x51b)],_0x425022['subUnitId']),_0x298308=new Set($p(_0x425022[_0x5e103e(0x379)],_0x2ea9bb)),_0xadae2f=_0x32d090['filter'](_0x23dbef=>_0x298308['has'](_0x23dbef))[_0x5e103e(0x85d)](_0x42f6eb=>_0x2ea9bb[_0x42f6eb])['filter'](_0x295e68=>!!_0x295e68);return _0xadae2f[_0x5e103e(0x9dd)]?(_0x5d5bfd[_0x5e103e(0x3f7)]({'unitId':_0x425022[_0x5e103e(0x51b)],'subUnitId':_0x425022[_0x5e103e(0x657)],'topLevelDrawingIds':_0x425022[_0x5e103e(0x379)],'drawings':_0xadae2f}),!0x0):!0x1;}},im={'id':_0x5347ad(0x320),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x260bd7=>{const _0x5bafbe=_0x5347ad;let _0x86f30d=_0x260bd7[_0x5bafbe(0x439)](_0x46972e);return _0x86f30d[_0x5bafbe(0x7ed)](rm['id'])?_0x86f30d[_0x5bafbe(0x7ed)](nm['id']):!0x1;}},am={'id':_0x5347ad(0x684),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x133a7b=>{const _0x49eb7b=_0x5347ad;var _0x4c0756;let _0x50edd6=_0x133a7b[_0x49eb7b(0x439)](_0x1c430b),_0x4914af=_0x133a7b['get'](kf),_0x39b7c2=_0x133a7b[_0x49eb7b(0x439)](Yp),_0x405e3e=_0x133a7b[_0x49eb7b(0x439)](_0x46972e),_0x23e0b9=Qp(_0x50edd6),_0xf7ed37=_0x39b7c2['peek']();if(!_0x23e0b9||!(_0xf7ed37!=null&&_0xf7ed37[_0x49eb7b(0x878)]['length']))return!0x1;let _0x4b69ec=_0x39b7c2[_0x49eb7b(0x32c)]()*0x10,_0x5e6194=new Map();_0xf7ed37[_0x49eb7b(0x878)][_0x49eb7b(0x4fa)](_0x356e97=>{const _0xf6edf0=_0x49eb7b;_0x5e6194['set'](_0x356e97[_0xf6edf0(0x51f)],_0x3fb922(0x6));});let _0x44cc5d=[];for(let _0x689904 of _0xf7ed37['drawings']){let _0x55867b=em(_0x689904[_0x49eb7b(0x5fb)],_0x5e6194,_0x4b69ec);if(!_0x405e3e[_0x49eb7b(0x7ed)](_0x4a3370['id'],{'unitId':_0x23e0b9[_0x49eb7b(0x51b)],'subUnitId':_0x23e0b9[_0x49eb7b(0x657)],'element':_0x55867b,'sourcePageType':_0x689904[_0x49eb7b(0x946)],'focus':!0x1}))return!0x1;_0xf7ed37[_0x49eb7b(0x805)][_0x49eb7b(0x278)](_0x689904[_0x49eb7b(0x51f)])&&_0x44cc5d[_0x49eb7b(0x872)](_0x55867b['id']);}return _0x4914af[_0x49eb7b(0x5dd)]({'unitId':_0x23e0b9[_0x49eb7b(0x51b)],'subUnitId':_0x23e0b9[_0x49eb7b(0x657)]},_0x44cc5d,(_0x4c0756=_0x44cc5d[_0x44cc5d[_0x49eb7b(0x9dd)]-0x1])==null?null:_0x4c0756),!0x0;}},om={'id':_0x5347ad(0x9bb),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x533658=>{const _0x3eaabd=_0x5347ad;var _0x1ccd0e,_0x5780db,_0x5b2b79;let _0x394876=_0x533658[_0x3eaabd(0x439)](_0x1c430b),_0xef03ef=_0x533658[_0x3eaabd(0x439)](_0x47c48b),_0x26702d=_0x533658[_0x3eaabd(0x439)](kf),_0x4a18a7=_0x394876[_0x3eaabd(0x9ed)](_0x2a9855[_0x3eaabd(0x57f)]),_0x13b038=_0x4a18a7==null?void 0x0:_0x4a18a7[_0x3eaabd(0x27d)][_0x3eaabd(0x3c9)]();if(!_0x4a18a7||!_0x13b038)return!0x1;let _0x5a3693=_0x4a18a7['getUnitId'](),_0x3d0d24=_0x13b038[_0x3eaabd(0xa23)](),_0x20facc=_0xef03ef[_0x3eaabd(0x9e1)](_0x5a3693,_0x3d0d24),_0xfe72d7=_0xef03ef[_0x3eaabd(0x6f8)](_0x5a3693,_0x3d0d24),_0x3a2f28=new Set();Object[_0x3eaabd(0x244)](_0x20facc)[_0x3eaabd(0x4fa)](_0xc21380=>{const _0x151cf9=_0x3eaabd;(_0xc21380==null?void 0x0:_0xc21380[_0x151cf9(0x5fb)]['type'])===_0x42916e[_0x151cf9(0x5fd)]&&_0xc21380[_0x151cf9(0x5fb)][_0x151cf9(0x6db)][_0x151cf9(0x4fa)](_0x481993=>_0x3a2f28[_0x151cf9(0x241)](_0x481993));});let _0x10a938=_0xfe72d7[_0x3eaabd(0x9bf)](_0x28f271=>!_0x3a2f28[_0x3eaabd(0x8d7)](_0x28f271)&&_0x20facc[_0x28f271]&&!_0x20facc[_0x28f271][_0x3eaabd(0x1df)]);if(_0x10a938[_0x3eaabd(0x9dd)]===0x0)return!0x1;let _0x52d002=_0x26702d[_0x3eaabd(0x996)](),_0x17087c=_0xef03ef['getFocusDrawings'](),_0x2f5542=((_0x1ccd0e=_0x52d002[_0x3eaabd(0x522)])==null?void 0x0:_0x1ccd0e[_0x3eaabd(0x51b)])===_0x5a3693&&_0x52d002[_0x3eaabd(0x522)][_0x3eaabd(0x657)]===_0x3d0d24?_0x52d002[_0x3eaabd(0x6fe)]:_0x17087c['length']===0x1?(_0x5780db=(_0x5b2b79=_0x17087c[0x0])==null?void 0x0:_0x5b2b79['drawingId'])==null?null:_0x5780db:null,_0x201c90=_0x10a938[((_0x2f5542?_0x10a938['indexOf'](_0x2f5542):-0x1)+0x1)%_0x10a938[_0x3eaabd(0x9dd)]];return _0x26702d[_0x3eaabd(0x5dd)]({'unitId':_0x5a3693,'subUnitId':_0x3d0d24},[_0x201c90],_0x201c90),!0x0;}},sm={'id':_0x5347ad(0x8ca),'type':_0x55bcba[_0x5347ad(0x259)],'handler':_0x3ac6e8=>{const _0x147121=_0x5347ad;var _0x32e0dd,_0x5a8833,_0x194198;let _0x5313a9=_0x3ac6e8['get'](_0x1c430b),_0x3aee03=_0x3ac6e8[_0x147121(0x439)](_0x47c48b),_0x3ccf2f=_0x3ac6e8[_0x147121(0x439)](kf),_0xcca771=_0x5313a9['getCurrentUnitOfType'](_0x2a9855[_0x147121(0x57f)]),_0x36b7b1=_0xcca771==null?void 0x0:_0xcca771['pageManager']['getActiveSlide']();if(!_0xcca771||!_0x36b7b1)return!0x1;let _0x1f019e=_0xcca771[_0x147121(0x2b2)](),_0x52c657=_0x36b7b1[_0x147121(0xa23)](),_0x28ebd6=_0x3aee03[_0x147121(0x9e1)](_0x1f019e,_0x52c657),_0x446666=_0x3aee03[_0x147121(0x6f8)](_0x1f019e,_0x52c657),_0x1d9cbe=new Set();Object[_0x147121(0x244)](_0x28ebd6)[_0x147121(0x4fa)](_0x6cb076=>{const _0x3b27db=_0x147121;(_0x6cb076==null?void 0x0:_0x6cb076['element'][_0x3b27db(0x72f)])===_0x42916e[_0x3b27db(0x5fd)]&&_0x6cb076[_0x3b27db(0x5fb)]['children']['forEach'](_0x1a881b=>_0x1d9cbe[_0x3b27db(0x241)](_0x1a881b));});let _0x14236a=_0x446666[_0x147121(0x9bf)](_0x50b243=>!_0x1d9cbe[_0x147121(0x8d7)](_0x50b243)&&_0x28ebd6[_0x50b243]&&!_0x28ebd6[_0x50b243][_0x147121(0x1df)]);if(_0x14236a[_0x147121(0x9dd)]===0x0)return!0x1;let _0x41ec4a=_0x3ccf2f['getSnapshot'](),_0x1f8e2f=_0x3aee03['getFocusDrawings'](),_0x2b1061=((_0x32e0dd=_0x41ec4a['context'])==null?void 0x0:_0x32e0dd[_0x147121(0x51b)])===_0x1f019e&&_0x41ec4a[_0x147121(0x522)][_0x147121(0x657)]===_0x52c657?_0x41ec4a[_0x147121(0x6fe)]:_0x1f8e2f[_0x147121(0x9dd)]===0x1?(_0x5a8833=(_0x194198=_0x1f8e2f[0x0])==null?void 0x0:_0x194198[_0x147121(0x51f)])==null?null:_0x5a8833:null,_0x390123=_0x14236a[((_0x2b1061?_0x14236a[_0x147121(0x733)](_0x2b1061):0x0)-0x1+_0x14236a[_0x147121(0x9dd)])%_0x14236a['length']];return _0x3ccf2f[_0x147121(0x5dd)]({'unitId':_0x1f019e,'subUnitId':_0x52c657},[_0x390123],_0x390123),!0x0;}};function cm(_0x4207a8,_0x39ce13,_0x3cf89e){return _0x3cf89e['map'](_0x109460=>({'unitId':_0x4207a8,'subUnitId':_0x39ce13,'drawingId':_0x109460}));}function lm(_0x573223){const _0x1018bb=_0x5347ad;return JSON['parse'](JSON[_0x1018bb(0x2c1)](_0x573223));}function um(_0x3492b1,_0x5d57b2,_0x49155d,_0x1743ab){const _0x276da1=_0x5347ad;let _0x4d09d7=_0x5d57b2[_0x276da1(0x996)]();for(let _0x37e10d of _0x4d09d7['slideOrder']){let _0x1e2fc7=_0x5d57b2[_0x276da1(0x27d)][_0x276da1(0x87d)](_0x37e10d);if(!_0x1e2fc7)continue;let _0x21a687=_0x3492b1[_0x276da1(0x6f8)](_0x49155d,_0x37e10d),_0x5ed812=new Set(_0x21a687),{data:_0x43d356,order:_0x5ab935}=_0x45d240(_0x49155d,_0x37e10d,_0x1e2fc7['resolveElements'](),_0x1743ab),_0x599d25=new Set(_0x5ab935);_0x3492b1[_0x276da1(0x7c8)][_0x49155d]||(_0x3492b1[_0x276da1(0x7c8)][_0x49155d]={}),_0x3492b1[_0x276da1(0x7c8)][_0x49155d][_0x37e10d]={'data':_0x43d356,'order':_0x5ab935};let _0x5983e3=_0x21a687['filter'](_0x305817=>!_0x599d25[_0x276da1(0x8d7)](_0x305817)),_0xea3265=_0x5ab935['filter'](_0xf483fd=>!_0x5ed812[_0x276da1(0x8d7)](_0xf483fd)),_0x154756=_0x5ab935[_0x276da1(0x9bf)](_0x5339a2=>_0x5ed812['has'](_0x5339a2));_0x5983e3[_0x276da1(0x9dd)]>0x0&&_0x3492b1[_0x276da1(0x451)](cm(_0x49155d,_0x37e10d,_0x5983e3)),_0xea3265['length']>0x0&&_0x3492b1[_0x276da1(0x414)](cm(_0x49155d,_0x37e10d,_0xea3265)),_0x154756[_0x276da1(0x9dd)]>0x0&&_0x3492b1[_0x276da1(0x770)](cm(_0x49155d,_0x37e10d,_0x154756));}}const dm={'id':'slide.operation.change-theme','type':_0x55bcba[_0x5347ad(0x259)],'handler':(_0x2140f8,_0x4943cc)=>{const _0x4aa1f1=_0x5347ad;if(!(_0x4943cc!=null&&_0x4943cc['themeId']))return!0x1;let _0xbb5552=_0x1c6491(_0x4943cc[_0x4aa1f1(0x4d5)]);if(!_0xbb5552)return!0x1;let _0x199e85=_0x2140f8['get'](_0x1c430b),_0x4ff135=_0x2140f8[_0x4aa1f1(0x439)](_0x47c48b),_0x3ee6b9=_0x4943cc[_0x4aa1f1(0x51b)]?_0x199e85[_0x4aa1f1(0x46d)](_0x4943cc[_0x4aa1f1(0x51b)],_0x2a9855[_0x4aa1f1(0x57f)]):_0x199e85['getCurrentUnitOfType'](_0x2a9855[_0x4aa1f1(0x57f)]);if(!_0x3ee6b9)return!0x1;let _0x151e37=lm(_0xbb5552),_0x3ead97=_0x3ee6b9[_0x4aa1f1(0x996)]();return _0x3ead97[_0x4aa1f1(0x156)]=_0x151e37,_0x3ee6b9[_0x4aa1f1(0x156)]['update'](_0x151e37),um(_0x4ff135,_0x3ee6b9,_0x3ee6b9[_0x4aa1f1(0x2b2)](),_0x151e37),!0x0;}};function fm(_0x1e2e99,_0x12d21f,_0x5361f5,_0x4b2cc2){const _0x4bf0ab=_0x5347ad;var _0x29f100,_0x47eb15,_0x1365f9,_0x876cc3,_0x95f847;let _0x33ed7f=(_0x29f100=(_0x47eb15=_0x1e2e99[_0x4bf0ab(0x724)])==null?void 0x0:_0x47eb15['filter'](_0x36f8bb=>{const _0x445585=_0x4bf0ab;var _0x5da236;return!!((_0x5da236=_0x1e2e99[_0x445585(0x711)])!=null&&_0x5da236[_0x36f8bb]);}))==null?[]:_0x29f100,_0x2dee9a=_0x33ed7f[_0x4bf0ab(0x9dd)]>0x0?_0x33ed7f:Object[_0x4bf0ab(0x4fc)]((_0x1365f9=_0x1e2e99[_0x4bf0ab(0x711)])==null?{}:_0x1365f9),_0x75b0d4=_0x2dee9a['length']>0x0?_0x2dee9a:[_0x3d3af7],_0xf7ca11=(_0x876cc3=_0x1e2e99['layoutPageOrder'])!=null&&_0x876cc3['length']?_0x1e2e99[_0x4bf0ab(0x1b8)]:Object[_0x4bf0ab(0x4fc)]((_0x95f847=_0x1e2e99[_0x4bf0ab(0x299)])==null?{}:_0x95f847),_0x38d6fc=[];return _0x75b0d4[_0x4bf0ab(0x4fa)](_0x20e2af=>{_0x38d6fc['push']({'unitId':_0x12d21f,'pageId':_0x20e2af,'background':_0x4b2cc2,'showMasterSp':!0x0});}),_0xf7ca11[_0x4bf0ab(0x4fa)](_0x234f98=>{const _0x3405d2=_0x4bf0ab;_0x38d6fc[_0x3405d2(0x872)](pm(_0x12d21f,_0x234f98));}),_0x1e2e99[_0x4bf0ab(0x6c8)][_0x4bf0ab(0x4fa)](_0x262665=>{const _0x34bbbb=_0x4bf0ab;_0x38d6fc[_0x34bbbb(0x872)](pm(_0x12d21f,_0x262665));}),{'patches':_0x38d6fc,'ensureMasterPage':_0x2dee9a[_0x4bf0ab(0x9dd)]===0x0?{..._0x4b3920,'id':_0x3d3af7,'background':_0x4b2cc2}:void 0x0};}function pm(_0x3dc990,_0x453b9b){return{'unitId':_0x3dc990,'pageId':_0x453b9b,'background':void 0x0,'showMasterSp':!0x0};}function mm(_0x3eff84,_0x146544){const _0x5283b4=_0x5347ad;return{'type':_0x1965f7[_0x5283b4(0x1fb)],'color':_0x3eff84,'alpha':_0x146544};}function hm(_0xcbeb78,_0x58372e){const _0x3859ad=_0x5347ad;var _0x3b4090,_0x557c07,_0x4aa96e,_0x579334,_0x8058ff,_0x5e90b0,_0x67681,_0x3164ac;return(_0x3b4090=(_0x557c07=(_0x4aa96e=(_0x579334=_0xcbeb78[_0x3859ad(0x2fc)][_0x58372e])==null?(_0x8058ff=_0xcbeb78[_0x3859ad(0x711)])==null?void 0x0:_0x8058ff[_0x58372e]:_0x579334)==null?(_0x5e90b0=_0xcbeb78[_0x3859ad(0x299)])==null?void 0x0:_0x5e90b0[_0x58372e]:_0x4aa96e)==null?(_0x67681=_0xcbeb78[_0x3859ad(0x877)])==null?void 0x0:_0x67681[_0x58372e]:_0x557c07)==null?(_0x3164ac=_0xcbeb78[_0x3859ad(0x8b0)])==null?void 0x0:_0x3164ac[_0x58372e]:_0x3b4090;}function gm(_0x46001e,_0x22e918){const _0x16632a=_0x5347ad;if(_0x22e918['pageType']===_0x551b6d['Master'])return _0x22e918;if(_0x22e918[_0x16632a(0x4d6)]===_0x551b6d['Layout']){var _0x14b556;return _0x22e918[_0x16632a(0x356)]?(_0x14b556=_0x46001e['masterPages'])==null?void 0x0:_0x14b556[_0x22e918['masterPageId']]:void 0x0;}if(_0x22e918[_0x16632a(0x4d6)]===_0x551b6d[_0x16632a(0x2bb)]){var _0x5c5a01,_0xc265f9,_0x47225c;let _0x853b5f=_0x22e918[_0x16632a(0x942)]?(_0x5c5a01=_0x46001e[_0x16632a(0x299)])==null?void 0x0:_0x5c5a01[_0x22e918[_0x16632a(0x942)]]:void 0x0,_0x81f736=(_0xc265f9=_0x853b5f==null?void 0x0:_0x853b5f['masterPageId'])==null?_0x22e918['masterPageId']:_0xc265f9;return _0x81f736?(_0x47225c=_0x46001e[_0x16632a(0x711)])==null?void 0x0:_0x47225c[_0x81f736]:void 0x0;}}function _m(_0x1c9789,_0x57b4c8){let _0x3f533c=gm(_0x1c9789,_0x57b4c8);return _0x3f533c?_0x429e32(_0x3f533c):[];}function vm(_0x3dc741){const _0xe82403=_0x5347ad;var _0x2f10a6;return!_0x3dc741||_0x3dc741[_0xe82403(0x72f)]!==_0x1965f7[_0xe82403(0x1fb)]||(_0x2f10a6=_0x3dc741[_0xe82403(0x23d)])==null?0x1:_0x2f10a6;}function ym(_0x493c0c,_0x575cca,_0x2f4965){const _0x2c86cf=_0x5347ad;var _0x40ebd1,_0xa4f895,_0x2c04cd,_0x36f903,_0x61cd6a,_0x1ebeef;let _0x2be5b3=_0x575cca&&_0x493c0c[_0x2c86cf(0x2fc)][_0x575cca]?_0x575cca:_0x2f4965,_0x4d28c1=hm(_0x493c0c,_0x2be5b3),_0x570ac5=_0x4d28c1?_m(_0x493c0c,_0x4d28c1):[];return{'pageId':_0x2be5b3,'page':_0x4d28c1,'fillType':(_0x40ebd1=_0x4d28c1==null||(_0xa4f895=_0x4d28c1[_0x2c86cf(0x7a1)])==null?void 0x0:_0xa4f895[_0x2c86cf(0x72f)])==null?_0x1965f7['None']:_0x40ebd1,'solidColor':(_0x4d28c1==null||(_0x2c04cd=_0x4d28c1[_0x2c86cf(0x7a1)])==null?void 0x0:_0x2c04cd[_0x2c86cf(0x72f)])===_0x1965f7[_0x2c86cf(0x1fb)]?_0x4d28c1[_0x2c86cf(0x7a1)]['color']:wa,'solidOpacity':vm(_0x4d28c1==null?void 0x0:_0x4d28c1['background']),'showMasterSp':(_0x36f903=_0x4d28c1==null?void 0x0:_0x4d28c1[_0x2c86cf(0x19f)])==null?!0x0:_0x36f903,'presentationBackgroundGraphics':_0x570ac5,'presentationBackgroundFit':(_0x61cd6a=(_0x1ebeef=_0x570ac5[0x0])==null?void 0x0:_0x1ebeef[_0x2c86cf(0x6bb)])==null?ka:_0x61cd6a};}function bm(_0x8d72a){const _0x34f1cf=_0x5347ad;return{'unitId':_0x8d72a[_0x34f1cf(0x51b)],'pageId':_0x8d72a[_0x34f1cf(0x84c)],'background':_0x8d72a[_0x34f1cf(0x7a1)],'showMasterSp':_0x8d72a[_0x34f1cf(0x19f)]};}function xm(_0x55499a){const _0x22ba97=_0x5347ad;var _0xefad75,_0x50b219,_0x498762,_0x1e3773,_0x24c3ad;let _0x4901aa=_0x4427ea(_0x4c8617),_0x4a7754=_0x4427ea(_0x46972e),_0x21134d=_0x4427ea(_0x1c430b),_0x700525=_0x4427ea(Nf),_0x3cb36f=_0x179cf0(null),_0x10fbee=_0x179cf0(null),_0x5c6778=_0x21134d['getUnit'](_0x55499a[_0x22ba97(0x51b)],_0x2a9855[_0x22ba97(0x57f)]),_0x458cec=_0x37e5d1(_0x5c6778==null?void 0x0:_0x5c6778[_0x22ba97(0x27d)][_0x22ba97(0x295)]),_0x456779=_0x5c6778?ym(_0x5c6778[_0x22ba97(0x996)](),_0x458cec==null?(_0xefad75=_0x5c6778[_0x22ba97(0x27d)][_0x22ba97(0x3c9)]())==null?void 0x0:_0xefad75[_0x22ba97(0xa23)]():_0x458cec,_0x55499a[_0x22ba97(0x657)]):null,_0x2a611f=_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x721)],[_0x2e0b3a,_0x41cf45]=_0x4692d4(()=>{const _0x257de4=_0x22ba97;var _0x57f99c;return(_0x57f99c=_0x456779==null?void 0x0:_0x456779[_0x257de4(0x304)])==null?_0x1965f7[_0x257de4(0x93c)]:_0x57f99c;}),[_0x3442ca,_0x2dbeb0]=_0x4692d4(()=>{const _0x347858=_0x22ba97;var _0x4bf1e5;return(_0x4bf1e5=_0x456779==null?void 0x0:_0x456779[_0x347858(0x23b)])==null?wa:_0x4bf1e5;}),[_0x540f6e,_0x1c8564]=_0x4692d4(()=>{const _0x16bdca=_0x22ba97;var _0x3166e2;return(_0x3166e2=_0x456779==null?void 0x0:_0x456779[_0x16bdca(0x859)])==null?0x1:_0x3166e2;}),[_0x2ef281,_0x2ee1f2]=_0x4692d4(()=>{const _0x4cadc8=_0x22ba97;var _0x2907ad;return(_0x2907ad=_0x456779==null?void 0x0:_0x456779[_0x4cadc8(0x19f)])==null?!0x0:_0x2907ad;}),[_0x46249d,_0x1dcfbf]=_0x4692d4(()=>{const _0x4ec6e2=_0x22ba97;var _0x20e954;return(_0x20e954=_0x456779==null?void 0x0:_0x456779[_0x4ec6e2(0x718)])==null?ka:_0x20e954;}),[_0x5afea0,_0x554f29]=_0x4692d4(!0x1),[_0x5cda46,_0x845c92]=_0x4692d4(0x0);_0x2d05a9(()=>{const _0xbf05fb=_0x22ba97;_0x456779&&(_0x41cf45(_0x456779[_0xbf05fb(0x304)]),_0x2dbeb0(_0x456779[_0xbf05fb(0x23b)]),_0x1c8564(_0x456779[_0xbf05fb(0x859)]),_0x2ee1f2(_0x456779[_0xbf05fb(0x19f)]),_0x1dcfbf(_0x456779[_0xbf05fb(0x718)]));},[_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x304)],_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x84c)],_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x718)],_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x19f)],_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x23b)],_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x859)]]);let _0x24e127=_0x2a611f==null?void 0x0:_0x2a611f[_0x22ba97(0x7a1)],_0x4afa61=(_0x50b219=_0x456779==null?void 0x0:_0x456779[_0x22ba97(0x1de)])==null?[]:_0x50b219,_0x3e4649=(_0x498762=(_0x1e3773=_0x4afa61[0x0])==null?void 0x0:_0x1e3773[_0x22ba97(0x6bb)])==null?_0x46249d:_0x498762,_0x4cf658=_0x78f4e5(()=>{const _0x416697=_0x22ba97;if((_0x24e127==null?void 0x0:_0x24e127[_0x416697(0x72f)])==='gradient'){var _0x255a2f;return{'type':_0x416697(0x350),'angle':(_0x255a2f=_0x24e127['angle'])==null?0x5a:_0x255a2f,'stops':_0x24e127['stops'][_0x416697(0x85d)](_0x5861e1=>({'color':_0x5861e1['color'],'offset':_0x5861e1[_0x416697(0x523)]*0x64}))};}return{'type':_0x416697(0x350),'angle':0x5a,'stops':[{'color':_0x3442ca,'offset':0x0},{'color':Ta,'offset':0x64}]};},[_0x24e127,_0x3442ca]),_0x2b0475=(_0x5b5107,_0x22563b=_0x2ef281)=>{const _0x33246d=_0x22ba97;_0x456779&&_0x4a7754['executeCommand'](_0x5c86a6['id'],{'patches':[bm({'unitId':_0x55499a[_0x33246d(0x51b)],'pageId':_0x456779[_0x33246d(0x84c)],'background':_0x5b5107,'showMasterSp':_0x22563b})]});},_0x2a9023=()=>{const _0x5d13af=_0x22ba97;if(_0x2e0b3a!==_0x1965f7[_0x5d13af(0x93c)])return _0x2e0b3a===_0x1965f7[_0x5d13af(0x1fb)]?mm(_0x3442ca,_0x540f6e):_0x24e127;},_0x158823=()=>{const _0x2e346d=_0x22ba97;var _0x38e39c;_0x5c6778&&_0x4a7754[_0x2e346d(0x4dd)](_0x5c86a6['id'],fm(_0x5c6778[_0x2e346d(0x996)](),_0x55499a['unitId'],(_0x38e39c=_0x456779==null?void 0x0:_0x456779[_0x2e346d(0x84c)])==null?_0x55499a[_0x2e346d(0x657)]:_0x38e39c,_0x2a9023()));},_0xd50fe2=()=>{const _0x263698=_0x22ba97;var _0x46ce6d;let _0x23072c=(_0x46ce6d=_0x456779==null?void 0x0:_0x456779[_0x263698(0x84c)])==null?_0x55499a['subUnitId']:_0x46ce6d;_0x41cf45(_0x1965f7['None']),_0x2ee1f2(!0x0),_0x4a7754[_0x263698(0x4dd)](_0x5c86a6['id'],{'patches':[pm(_0x55499a['unitId'],_0x23072c)]});},_0x43bd18=async _0x5d9b31=>{const _0x576377=_0x22ba97;if(!(_0x5d9b31!=null&&_0x5d9b31[_0x576377(0x9dd)]))return;let _0x159e2d=(await Promise['all'](Array[_0x576377(0x8bd)](_0x5d9b31)[_0x576377(0x85d)](_0x51b7ba=>_0x700525[_0x576377(0x419)](_0x51b7ba))))['filter'](_0x4c309a=>!!_0x4c309a);_0x159e2d['length']!==0x0&&Promise[_0x576377(0x24c)](_0x4a7754[_0x576377(0x4dd)](_0x3322dd['id'],{'unitId':_0x55499a[_0x576377(0x51b)],'target':_0x480a8b['AllMasters'],'graphics':_0x159e2d['map'](_0x47c420=>({'source':_0x47c420[_0x576377(0x2b0)],'imageSourceType':_0x47c420['imageSourceType'],'fit':_0x3e4649}))}))[_0x576377(0x161)](()=>_0x845c92(_0x4dacf2=>_0x4dacf2+0x1));};return!_0x55499a[_0x22ba97(0x51b)]||!_0x55499a[_0x22ba97(0x657)]?_0x4b9848(_0x22ba97(0x949),{'className':_0x22ba97(0x5b5),'children':_0x4901aa['t'](_0x22ba97(0x7cf))}):_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x686),'children':[_0x4b9848(_0x22ba97(0x949),{'className':_0x22ba97(0x837),'children':_0x4b9848('div',{'className':_0x22ba97(0x421),'children':_0x4901aa['t'](_0x22ba97(0x7cf))})}),_0xa122b1('div',{'className':_0x22ba97(0x3f3),'children':[_0xa122b1(_0x30b1f8,{'value':_0x2e0b3a,'onChange':_0x3f618b=>{const _0x3e9696=_0x22ba97;let _0x28dc46=_0x3f618b;if(_0x41cf45(_0x28dc46),_0x28dc46===_0x1965f7[_0x3e9696(0x93c)]){_0x2b0475(void 0x0);return;}if(_0x28dc46===_0x1965f7[_0x3e9696(0x1fb)]){_0x2b0475({'type':_0x1965f7[_0x3e9696(0x1fb)],'color':_0x3442ca,'alpha':_0x540f6e});return;}if(_0x28dc46===_0x1965f7[_0x3e9696(0x5cd)]){_0x2b0475({'type':_0x1965f7[_0x3e9696(0x5cd)],'angle':0x5a,'stops':[{'color':_0x3442ca,'position':0x0},{'color':Ta,'position':0x1}]});return;}if(_0x28dc46===_0x1965f7['Pattern']){_0x2b0475({'type':_0x1965f7[_0x3e9696(0x831)],'pattern':'diagonal','foregroundColor':Ea,'backgroundColor':Da});return;}_0x28dc46===_0x1965f7[_0x3e9696(0x2d7)]&&_0x2b0475({'type':_0x1965f7[_0x3e9696(0x2d7)],'source':'','fit':_0x4c9a7d['Cover']});},'direction':'vertical','children':[_0x4b9848(_0x18e82e,{'value':_0x1965f7[_0x22ba97(0x93c)],'children':_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x55c),'children':_0x4901aa['t']('slides-ui.backgroundPanel.none')})}),_0x4b9848(_0x18e82e,{'value':_0x1965f7[_0x22ba97(0x1fb)],'children':_0x4b9848('span',{'className':_0x22ba97(0x55c),'children':_0x4901aa['t'](_0x22ba97(0x152))})}),_0x4b9848(_0x18e82e,{'value':_0x1965f7[_0x22ba97(0x5cd)],'children':_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x55c),'children':_0x4901aa['t'](_0x22ba97(0x99e))})}),_0x4b9848(_0x18e82e,{'value':_0x1965f7[_0x22ba97(0x2d7)],'children':_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x55c),'children':_0x4901aa['t']('slides-ui.backgroundPanel.image')})})]}),_0x2e0b3a===_0x1965f7[_0x22ba97(0x1fb)]&&_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x436),'children':[_0xa122b1(_0x22ba97(0x949),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x49b),'children':_0x4901aa['t'](_0x22ba97(0x5c5))}),_0x4b9848(_0x507cf6,{'overlay':_0x4b9848(_0x22ba97(0x949),{'className':'univer-rounded-lg\x20univer-p-3\x20dark:!univer-bg-gray-900','children':_0x4b9848(_0x48ab45,{'value':_0x3442ca,'onChange':_0x430421=>{const _0x57b217=_0x22ba97;_0x2dbeb0(_0x430421),_0x554f29(!0x1),_0x2b0475({'type':_0x1965f7[_0x57b217(0x1fb)],'color':_0x430421,'alpha':_0x540f6e});}})}),'open':_0x5afea0,'onOpenChange':_0x554f29,'children':_0xa122b1('a',{'className':_0xae34a3(_0x22ba97(0x2b8),_0x22ba97(0x97b),_0x22ba97(0x1d7),_0x22ba97(0x240),_0x22ba97(0x720),'univer-border',_0x22ba97(0x4e4),_0x22ba97(0x212),_0x22ba97(0x54b),'univer-py-1.5','univer-transition-colors','hover:univer-border-primary-600',_0x22ba97(0x59f),_0x22ba97(0x757),_0x22ba97(0x340),_0x22ba97(0xa36)),'children':[_0x4b9848(_0x175336,{'className':'univer-text-xl\x20univer-text-gray-500','extend':{'colorChannel1':_0x3442ca}}),_0x4b9848(_0x456395,{'className':_0xae34a3(_0x22ba97(0x3a3),{'univer-rotate-180':_0x5afea0})})]})})]}),_0xa122b1('div',{'className':_0x22ba97(0x166),'children':[_0x4b9848('span',{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','children':_0x4901aa['t'](_0x22ba97(0x55e))}),_0x4b9848('div',{'className':'univer-w-20','children':_0x4b9848(_0x2d8e90,{'className':'univer-w-full','value':0x64-_0x540f6e*0x64,'min':0x0,'max':0x64,'step':0xa,'formatter':_0xe9d1ce=>_0xe9d1ce+'%','parser':_0x2f64ce=>(_0x2f64ce==null?void 0x0:_0x2f64ce[_0x22ba97(0x879)]('%',''))||'','onChange':_0x26e26e=>{const _0x568169=_0x22ba97;let _0x43c6b3=(0x64-Math['max'](0x0,Math[_0x568169(0x2f7)](0x64,_0x26e26e==null?0x0:_0x26e26e)))/0x64;_0x1c8564(_0x43c6b3),_0x2b0475({'type':_0x1965f7[_0x568169(0x1fb)],'color':_0x3442ca,'alpha':_0x43c6b3});}})})]})]}),_0x2e0b3a===_0x1965f7[_0x22ba97(0x5cd)]&&_0x4b9848(_0x22ba97(0x949),{'className':'univer-pt-2','children':_0x4b9848(_0x5071e3,{'value':_0x4cf658,'onChange':_0x2a6328=>{const _0xfbdaf8=_0x22ba97;_0x2b0475({'type':_0x1965f7[_0xfbdaf8(0x5cd)],'angle':_0x2a6328[_0xfbdaf8(0x3d1)],'stops':_0x2a6328[_0xfbdaf8(0x2c4)][_0xfbdaf8(0x85d)](_0xd2674a=>({'color':_0xd2674a[_0xfbdaf8(0x3b7)],'position':_0xd2674a[_0xfbdaf8(0x1f6)]/0x64}))});}})}),_0x2e0b3a===_0x1965f7[_0x22ba97(0x2d7)]&&_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x825),'children':[_0x4b9848('input',{'ref':_0x3cb36f,'type':_0x22ba97(0x74a),'accept':'image/*','className':_0x22ba97(0x1a8),'onChange':async _0x2289fd=>{const _0x1fb73f=_0x22ba97;var _0x52d22e;let _0x21f6e6=(_0x52d22e=_0x2289fd[_0x1fb73f(0x53d)]['files'])==null?void 0x0:_0x52d22e[0x0];if(!_0x21f6e6)return;_0x2289fd[_0x1fb73f(0x53d)][_0x1fb73f(0x5af)]='';let _0x5bdc88=await _0x700525[_0x1fb73f(0x419)](_0x21f6e6);_0x5bdc88&&_0x2b0475({'type':_0x1965f7[_0x1fb73f(0x2d7)],'source':_0x5bdc88[_0x1fb73f(0x2b0)],'imageSourceType':_0x5bdc88[_0x1fb73f(0x446)],'fit':(_0x24e127==null?void 0x0:_0x24e127['type'])===_0x1fb73f(0xa0d)?_0x24e127[_0x1fb73f(0x6bb)]:_0x4c9a7d[_0x1fb73f(0x31a)]});}}),_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x3a7),'children':[_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x78a),'children':_0x4901aa['t'](_0x22ba97(0x2ea))}),_0x4b9848(_0x22ba97(0x47a),{'type':_0x22ba97(0x47a),'className':_0x22ba97(0x7e6),'onClick':()=>{const _0x106ee2=_0x22ba97;var _0x154dab;return(_0x154dab=_0x3cb36f[_0x106ee2(0x83f)])==null?void 0x0:_0x154dab['click']();},'children':_0x4901aa['t'](_0x22ba97(0x638))})]}),_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x3a7),'children':[_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x78a),'children':_0x4901aa['t'](_0x22ba97(0x30f))}),_0x4b9848(_0x22ba97(0x949),{'className':_0x22ba97(0x683),'children':_0x4b9848(_0x551b1a,{'className':_0x22ba97(0x279),'value':(_0x24e127==null?void 0x0:_0x24e127[_0x22ba97(0x72f)])==='image'?(_0x24c3ad=_0x24e127[_0x22ba97(0x6bb)])==null?_0x4c9a7d[_0x22ba97(0x31a)]:_0x24c3ad:_0x4c9a7d[_0x22ba97(0x31a)],'options':[{'label':_0x4901aa['t'](_0x22ba97(0x471)),'value':_0x4c9a7d[_0x22ba97(0x31a)]},{'label':_0x4901aa['t'](_0x22ba97(0x693)),'value':_0x4c9a7d['Contain']},{'label':_0x4901aa['t']('slides-ui.backgroundPanel.fitOptions.stretch'),'value':_0x4c9a7d['Stretch']}],'onChange':_0x2e8bee=>{const _0x4df19c=_0x22ba97;(_0x24e127==null?void 0x0:_0x24e127[_0x4df19c(0x72f)])==='image'&&_0x2b0475({..._0x24e127,'fit':_0x2e8bee});}})})]})]}),_0x2e0b3a===_0x1965f7[_0x22ba97(0x831)]&&_0x4b9848(_0x22ba97(0x949),{'className':_0x22ba97(0x40a),'children':_0x4901aa['t'](_0x22ba97(0x7ac))}),_0xa122b1('div',{'className':_0x22ba97(0x897),'children':[_0x4b9848(_0x22ba97(0x949),{'className':_0x22ba97(0x215),'children':_0x4901aa['t'](_0x22ba97(0x7f2))}),_0x4b9848(_0x37362f,{'checked':!_0x2ef281,'onChange':_0x25e889=>{let _0x898aad=!_0x25e889;_0x2ee1f2(_0x898aad),_0x2b0475(_0x24e127,_0x898aad);},'children':_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x55c),'children':_0x4901aa['t'](_0x22ba97(0x844))})}),_0x4b9848(_0x22ba97(0x7d4),{'ref':_0x10fbee,'type':_0x22ba97(0x74a),'accept':'image/*','multiple':!0x0,'className':_0x22ba97(0x1a8),'onChange':_0x10c213=>{const _0x3c6755=_0x22ba97;_0x43bd18(_0x10c213['target'][_0x3c6755(0x303)]),_0x10c213[_0x3c6755(0x53d)]['value']='';}}),_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x166),'children':[_0x4b9848('span',{'className':_0x22ba97(0x78a),'children':_0x4901aa['t'](_0x22ba97(0x6fc))}),_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x9ac),'children':_0x4afa61[_0x22ba97(0x9dd)]>0x0?_0x4afa61['length']+'\x20'+_0x4901aa['t'](_0x22ba97(0x33f)):_0x4901aa['t'](_0x22ba97(0x6d9))})]}),_0xa122b1(_0x22ba97(0x949),{'className':_0x22ba97(0x166),'children':[_0x4b9848(_0x22ba97(0x9d2),{'className':_0x22ba97(0x78a),'children':_0x4901aa['t'](_0x22ba97(0x30f))}),_0x4b9848('div',{'className':'univer-w-28','children':_0x4b9848(_0x551b1a,{'className':'univer-w-full','value':_0x3e4649,'options':[{'label':_0x4901aa['t'](_0x22ba97(0x471)),'value':_0x4c9a7d[_0x22ba97(0x31a)]},{'label':_0x4901aa['t'](_0x22ba97(0x693)),'value':_0x4c9a7d[_0x22ba97(0x3bf)]},{'label':_0x4901aa['t'](_0x22ba97(0x3e5)),'value':_0x4c9a7d['Stretch']},{'label':_0x4901aa['t'](_0x22ba97(0x407)),'value':_0x4c9a7d[_0x22ba97(0x506)]}],'onChange':_0x682323=>{const _0x5ef3fa=_0x22ba97;_0x1dcfbf(_0x682323),_0x4afa61[_0x5ef3fa(0x9dd)]!==0x0&&Promise[_0x5ef3fa(0x24c)](_0x4a7754['executeCommand'](_0x3322dd['id'],{'unitId':_0x55499a[_0x5ef3fa(0x51b)],'target':_0x480a8b['AllMasters'],'graphics':_0x4afa61['map'](_0x214083=>({..._0x214083,'fit':_0x682323}))}))[_0x5ef3fa(0x161)](()=>_0x845c92(_0x2aa02f=>_0x2aa02f+0x1));}})})]}),_0xa122b1('div',{'className':_0x22ba97(0x4ba),'children':[_0x4b9848(_0x215cab,{'size':'small','onClick':()=>{const _0x24cc07=_0x22ba97;var _0x3d271d;return(_0x3d271d=_0x10fbee['current'])==null?void 0x0:_0x3d271d[_0x24cc07(0x8d5)]();},'children':_0x4901aa['t'](_0x22ba97(0x977))}),_0x4b9848(_0x215cab,{'size':_0x22ba97(0x5eb),'disabled':_0x4afa61['length']===0x0,'onClick':()=>{const _0x3ba3bd=_0x22ba97;Promise[_0x3ba3bd(0x24c)](_0x4a7754[_0x3ba3bd(0x4dd)](_0x3322dd['id'],{'unitId':_0x55499a[_0x3ba3bd(0x51b)],'target':_0x480a8b[_0x3ba3bd(0x715)],'graphics':[]}))['then'](()=>_0x845c92(_0x420c2a=>_0x420c2a+0x1));},'children':_0x4901aa['t']('slides-ui.backgroundPanel.clearPresentationBackground')})]})]})]}),_0xa122b1('div',{'className':_0x22ba97(0x16e),'children':[_0x4b9848(_0x215cab,{'size':_0x22ba97(0x5eb),'onClick':_0x158823,'children':_0x4901aa['t'](_0x22ba97(0x66b))}),_0x4b9848(_0x215cab,{'size':_0x22ba97(0x5eb),'variant':_0x22ba97(0x345),'onClick':_0xd50fe2,'children':_0x4901aa['t'](_0x22ba97(0x9c3))})]})]});}function Sm(_0x694a31){const _0x250002=_0x5347ad;if(!_0x694a31)return[];let _0x9f717e=Am(_0x694a31[_0x250002(0x77a)]);return _0x694a31[_0x250002(0x67c)][_0x250002(0x9bf)](_0x2622c4=>!_0x9f717e[_0x250002(0x8d7)](_0x2622c4))[_0x250002(0x85d)]((_0x3cc5c2,_0x389226)=>Mm(_0x694a31['elements'],_0x3cc5c2,_0x389226,!0x1,new Set()))[_0x250002(0x9bf)](_0x39eb4c=>!!_0x39eb4c)['reverse']();}function Cm(_0x38cc8e){const _0x42be1f=_0x5347ad;return _0x38cc8e[_0x42be1f(0x6b2)](_0x5c03d6=>[_0x5c03d6['id'],...Cm(_0x5c03d6['children'])]);}function wm(_0x5696a0,_0x40d8c7,_0x21514f){const _0x30c3ca=_0x5347ad;let _0x3217a9=[],_0x489601=new Set(),_0x182991=_0xa3c609=>{const _0x3b0877=_0x262c;_0x489601['has'](_0xa3c609)||(_0x489601[_0x3b0877(0x241)](_0xa3c609),_0x3217a9[_0x3b0877(0x872)](_0xa3c609));};return _0x40d8c7[_0x30c3ca(0x4fa)](_0x200ece=>{const _0x409679=_0x30c3ca;let _0x2a54f0=jm(_0x5696a0,_0x200ece),_0x373eb9=_0x2a54f0==null?void 0x0:_0x2a54f0[_0x2a54f0[_0x409679(0x9dd)]-0x1];if(!_0x373eb9){_0x182991(_0x200ece);return;}if(_0x21514f){Cm([_0x373eb9])[_0x409679(0x4fa)](_0x182991);return;}_0x182991(_0x373eb9['id']);}),_0x3217a9;}function Tm(_0x61b1a2,_0x32ef86){var _0x15b539,_0x40cc3f;if(!_0x32ef86)return null;let _0x43b653=jm(_0x61b1a2,_0x32ef86);return(_0x15b539=_0x43b653==null||(_0x40cc3f=_0x43b653[0x0])==null?void 0x0:_0x40cc3f['id'])==null?null:_0x15b539;}function Em(_0x48b1b9,_0x56ba77){let _0x5e9a20=[],_0x1e383c=new Set();return _0x56ba77['forEach'](_0x797351=>{const _0x102a21=_0x262c;let _0xc43f4c=Tm(_0x48b1b9,_0x797351);!_0xc43f4c||_0x1e383c[_0x102a21(0x8d7)](_0xc43f4c)||(_0x1e383c['add'](_0xc43f4c),_0x5e9a20[_0x102a21(0x872)](_0xc43f4c));}),_0x5e9a20;}function Dm(_0x1457be,_0x3727bf,_0x54dda8=[]){const _0x222251=_0x5347ad;var _0x4dc6f6;return(_0x4dc6f6=Tm(_0x1457be,_0x3727bf))==null?Tm(_0x1457be,_0x54dda8[_0x54dda8[_0x222251(0x9dd)]-0x1]):_0x4dc6f6;}function Om(_0x1ce64d,_0x2b8959,_0x37630c,_0x52f98d){const _0x23bae2=_0x5347ad;let _0x2cb58f=Tm(_0x1ce64d,_0x37630c);if(!_0x2cb58f)return{'selectedIds':Em(_0x1ce64d,_0x2b8959),'focusedId':null};if(!_0x52f98d)return{'selectedIds':[_0x2cb58f],'focusedId':_0x2cb58f};let _0x45d89f=Em(_0x1ce64d,_0x2b8959);if(_0x45d89f[_0x23bae2(0x278)](_0x2cb58f)){var _0x1bb2df;let _0x1d3762=_0x45d89f[_0x23bae2(0x9bf)](_0x55c9c6=>_0x55c9c6!==_0x2cb58f);return{'selectedIds':_0x1d3762,'focusedId':(_0x1bb2df=_0x1d3762[_0x1d3762[_0x23bae2(0x9dd)]-0x1])==null?null:_0x1bb2df};}return{'selectedIds':[..._0x45d89f,_0x2cb58f],'focusedId':_0x2cb58f};}function km(_0x3b3910){const _0x3d4b61=_0x5347ad;return _0x3b3910[_0x3d4b61(0x72f)]===_0x42916e[_0x3d4b61(0x5fd)];}function Am(_0x1d4a12){const _0x3505dd=_0x5347ad;let _0x4316f6=new Set();return Object[_0x3505dd(0x244)](_0x1d4a12)[_0x3505dd(0x4fa)](_0x175847=>{const _0x37eb97=_0x3505dd;km(_0x175847)&&_0x175847['children']['forEach'](_0x4249e4=>_0x4316f6[_0x37eb97(0x241)](_0x4249e4));}),_0x4316f6;}function jm(_0x3c8c28,_0x5a1a71,_0x541378=[]){const _0x3ec5d9=_0x5347ad;for(let _0x205f38 of _0x3c8c28){let _0x270bc5=[..._0x541378,_0x205f38];if(_0x205f38['id']===_0x5a1a71)return _0x270bc5;let _0x104849=jm(_0x205f38[_0x3ec5d9(0x6db)],_0x5a1a71,_0x270bc5);if(_0x104849)return _0x104849;}return null;}function Mm(_0x1860fb,_0x13d650,_0x435b07,_0x4e7bd8,_0x4e373c,_0x52127f){const _0x183e81=_0x5347ad;if(_0x4e373c['has'](_0x13d650))return null;let _0x494955=_0x1860fb[_0x13d650];if(!_0x494955)return null;let _0x20f943=_0x494955[_0x183e81(0x56e)]!==!0x1,_0x23e91a=new Set(_0x4e373c);_0x23e91a[_0x183e81(0x241)](_0x13d650);let _0x5d06c1=km(_0x494955)?_0x494955['children'][_0x183e81(0x85d)]((_0x511e2a,_0x413bc6)=>Mm(_0x1860fb,_0x511e2a,_0x413bc6,_0x4e7bd8||!_0x20f943,_0x23e91a,_0x13d650))[_0x183e81(0x9bf)](_0xa1d6e6=>!!_0xa1d6e6)[_0x183e81(0x8d1)]():[];return{'id':_0x13d650,'name':_0x3f5fd5(_0x494955),'visible':_0x20f943,'disabled':_0x4e7bd8,'isGroup':km(_0x494955),'elementOrderIndex':_0x435b07,..._0x52127f?{'parentId':_0x52127f}:{},'children':_0x5d06c1};}function Nm(_0x12ef4f){const _0x1d0490=_0x5347ad;return _0x12ef4f[_0x1d0490(0x59b)]()||void 0x0;}function Pm(_0x1f3fa3,_0x42089b,_0x53946a=0x0){const _0x560933=_0x5347ad;return _0x1f3fa3[_0x560933(0x6b2)](_0x1b0b2b=>{const _0x276964=_0x560933;let _0x37ef39=!_0x42089b['has'](_0x1b0b2b['id']),_0x1d7654={..._0x1b0b2b,'level':_0x53946a,'expanded':_0x37ef39};return!_0x1b0b2b[_0x276964(0x6db)][_0x276964(0x9dd)]||!_0x37ef39?[_0x1d7654]:[_0x1d7654,...Pm(_0x1b0b2b[_0x276964(0x6db)],_0x42089b,_0x53946a+0x1)];});}const Fm=_0x5347ad(0x181);function Im({unitId:_0x23f1a3,subUnitId:_0x41feb9}){const _0x2a7871=_0x5347ad;var _0x269d2f,_0x3ae56a;let _0x1494fe=_0x4427ea(_0x4c8617),_0x5c9c03=_0x4427ea(_0x46972e),_0x570130=_0x4427ea(_0x1c430b),_0x49023c=_0x4427ea(kf),[,_0x8bd409]=_0x9fee84(_0x20388c=>_0x20388c+0x1,0x0),[_0x4bb685,_0x5000e5]=_0x4692d4(()=>new Set()),_0x2d7960=_0x570130['getUnit'](_0x23f1a3,_0x2a9855[_0x2a7871(0x57f)]),_0xaf45e8=_0x37e5d1(_0x2d7960==null?void 0x0:_0x2d7960[_0x2a7871(0x27d)][_0x2a7871(0x295)]),_0x2638fc=(_0x269d2f=_0x37e5d1(_0x49023c[_0x2a7871(0x69b)]))==null?_0x49023c[_0x2a7871(0x996)]():_0x269d2f,_0x153617=_0xaf45e8==null?_0x41feb9:_0xaf45e8,_0x49a84c=_0x153617?_0x2d7960==null?void 0x0:_0x2d7960[_0x2a7871(0x27d)][_0x2a7871(0x87d)](_0x153617):void 0x0,_0x2e6dc3=_0x49a84c==null?void 0x0:_0x49a84c[_0x2a7871(0x3aa)](),_0x53518c=_0x78f4e5(()=>Sm(_0x2e6dc3),[_0x2e6dc3,_0x153617]),_0x44f29a=_0x78f4e5(()=>Pm(_0x53518c,_0x4bb685),[_0x53518c,_0x4bb685]),_0x34e365=((_0x3ae56a=_0x2638fc[_0x2a7871(0x522)])==null?void 0x0:_0x3ae56a[_0x2a7871(0x51b)])===_0x23f1a3&&_0x2638fc[_0x2a7871(0x522)][_0x2a7871(0x657)]===_0x153617,_0x4f6cd7=_0x78f4e5(()=>new Set(_0x34e365?Em(_0x53518c,_0x2638fc['selectedIds']):[]),[_0x2638fc['selectedIds'],_0x34e365,_0x53518c]),_0x50c4b8=_0x78f4e5(()=>_0x34e365?Dm(_0x53518c,_0x2638fc[_0x2a7871(0x6fe)],_0x2638fc[_0x2a7871(0x9be)]):null,[_0x2638fc['focusedId'],_0x2638fc[_0x2a7871(0x9be)],_0x34e365,_0x53518c]),_0x223cbc=_0x50c4b8?_0x44f29a[_0x2a7871(0x850)](_0x53962f=>_0x53962f['id']===_0x50c4b8):null;_0x2d05a9(()=>{const _0x1a05b0=_0x2a7871;let _0x3b4114=_0x5c9c03[_0x1a05b0(0x314)](()=>_0x8bd409());return()=>_0x3b4114[_0x1a05b0(0x261)]();},[_0x5c9c03]),_0x2d05a9(()=>{_0x5000e5(new Set());},[_0x153617]);let _0x12b250=_0x284aab=>{const _0x22cf55=_0x2a7871;var _0x29f1f6;return(_0x29f1f6=_0x2e6dc3==null?void 0x0:_0x2e6dc3[_0x22cf55(0x77a)][_0x284aab])==null?null:_0x29f1f6;},_0x2bd170=_0x4c685b=>{const _0xe0d817=_0x2a7871;if(!_0x153617||_0x4c685b[_0xe0d817(0x9dd)]===0x0)return Promise['resolve'](!0x1);let _0x329ea3=_0x5c9c03['executeCommand'](_0x2ffecc['id'],{'patches':_0x4c685b[_0xe0d817(0x85d)](_0x304f11=>({'unitId':_0x23f1a3,'subUnitId':_0x153617,'drawingId':_0x304f11['drawingId'],'element':_0x304f11[_0xe0d817(0x5fb)]}))});return Promise[_0xe0d817(0x24c)](_0x329ea3);},_0x2d4074=_0x22c189=>{const _0xbd2afa=_0x2a7871;var _0x205da7,_0x2036b3;if(!_0x153617||_0x22c189['length']===0x0)return;let _0x170a6f=_0x49023c['getSnapshot']();if(((_0x205da7=_0x170a6f[_0xbd2afa(0x522)])==null?void 0x0:_0x205da7[_0xbd2afa(0x51b)])!==_0x23f1a3||_0x170a6f['context']['subUnitId']!==_0x153617)return;let _0x4e43a3=new Set(_0x22c189);if(!_0x170a6f['selectedIds']['some'](_0x79ee3c=>_0x4e43a3[_0xbd2afa(0x8d7)](_0x79ee3c)))return;let _0x2aeb17=_0x170a6f[_0xbd2afa(0x9be)]['filter'](_0x3df919=>!_0x4e43a3[_0xbd2afa(0x8d7)](_0x3df919));if(_0x2aeb17['length']===0x0){_0x49023c[_0xbd2afa(0x732)]();return;}let _0x2714d8=_0x170a6f[_0xbd2afa(0x6fe)]&&_0x2aeb17[_0xbd2afa(0x278)](_0x170a6f['focusedId'])?_0x170a6f[_0xbd2afa(0x6fe)]:(_0x2036b3=_0x2aeb17[_0x2aeb17[_0xbd2afa(0x9dd)]-0x1])==null?null:_0x2036b3;_0x49023c[_0xbd2afa(0x5dd)](_0x170a6f[_0xbd2afa(0x522)],_0x2aeb17,_0x2714d8);},_0x27a3d9=_0x452d75=>{let _0x3b2bea=new Set(_0x452d75),_0x521d13=new Set(_0x452d75),_0x425658=_0xe046be=>{const _0x345e09=_0x262c;_0xe046be[_0x345e09(0x4fa)](_0x4fd401=>{const _0x403bff=_0x345e09;if(_0x3b2bea[_0x403bff(0x8d7)](_0x4fd401['id'])){Cm([_0x4fd401])[_0x403bff(0x4fa)](_0x326df9=>_0x521d13[_0x403bff(0x241)](_0x326df9));return;}_0x425658(_0x4fd401[_0x403bff(0x6db)]);});};return _0x425658(_0x53518c),[..._0x521d13];},_0x2b6f7b=(_0x898376,_0xfd2d2e)=>{const _0x585c8e=_0x2a7871;var _0x3bf4b9;let _0x1076e3=_0x12b250(_0x898376);if(!_0x1076e3)return;let _0x2d878b=Nm(_0xfd2d2e);((_0x3bf4b9=_0x1076e3[_0x585c8e(0x154)])==null?void 0x0:_0x3bf4b9)!==_0x2d878b&&_0x2bd170([{'drawingId':_0x898376,'element':{..._0x1076e3,'name':_0x2d878b}}]);},_0xb48927=(_0x3029fd,_0x32c807)=>{const _0x190f33=_0x2a7871;let _0x12b617=wm(_0x53518c,_0x3029fd,_0x32c807)[_0x190f33(0x85d)](_0x36e405=>_0x12b250(_0x36e405))[_0x190f33(0x9bf)](_0x5a6ff0=>!!_0x5a6ff0)[_0x190f33(0x9bf)](_0x37c0d5=>_0x37c0d5[_0x190f33(0x56e)]!==!0x1!==_0x32c807)[_0x190f33(0x85d)](_0x254ba5=>({'drawingId':_0x254ba5['id'],'element':{..._0x254ba5,'visible':_0x32c807}}));_0x2bd170(_0x12b617)[_0x190f33(0x161)](_0x4c3232=>{const _0x146201=_0x190f33;_0x4c3232&&!_0x32c807&&_0x2d4074(_0x27a3d9(_0x12b617[_0x146201(0x85d)](_0x5a934f=>_0x5a934f[_0x146201(0x51f)])));});},_0xb93088=_0x47c66f=>{const _0x7fb31a=_0x2a7871;let _0x9d5e18=_0x12b250(_0x47c66f);_0x9d5e18&&_0xb48927([_0x47c66f],_0x9d5e18[_0x7fb31a(0x56e)]===!0x1);},_0x29b732=(_0x350860,_0x26051e)=>{const _0x21680a=_0x2a7871;if(!_0x153617||_0x350860[_0x21680a(0x3cc)])return;let _0x5ec205=Om(_0x53518c,_0x34e365?_0x2638fc[_0x21680a(0x9be)]:[],_0x350860['id'],_0x26051e);if(_0x5ec205[_0x21680a(0x9be)]['length']===0x0){_0x49023c[_0x21680a(0x732)]();return;}_0x49023c[_0x21680a(0x5dd)]({'unitId':_0x23f1a3,'subUnitId':_0x153617},_0x5ec205['selectedIds'],_0x5ec205[_0x21680a(0x6fe)]);},_0x385a69=_0x2d2961=>{_0x5000e5(_0x3744ec=>{const _0x380bc5=_0x262c;let _0x5b1b6f=new Set(_0x3744ec);return _0x5b1b6f['has'](_0x2d2961)?_0x5b1b6f[_0x380bc5(0x70f)](_0x2d2961):_0x5b1b6f[_0x380bc5(0x241)](_0x2d2961),_0x5b1b6f;});},_0x4d4d6d=_0x15a1f4=>{const _0x6db4c3=_0x2a7871;!_0x153617||!_0x223cbc||_0x223cbc[_0x6db4c3(0x3cc)]||_0x223cbc[_0x6db4c3(0x22a)]||_0x5c9c03['executeCommand'](lf['id'],{'unitId':_0x23f1a3,'subUnitId':_0x153617,'drawingId':_0x223cbc['id'],'arrangeType':_0x15a1f4});};if(!_0x23f1a3||!_0x153617)return _0x4b9848('div',{'className':'univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-text-sm\x20univer-text-gray-500','children':_0x1494fe['t']('slides-ui.objectListPanel.title')});let _0x35f027=Cm(_0x53518c),_0x1ae1f9=!!_0x223cbc&&!_0x223cbc[_0x2a7871(0x3cc)]&&!_0x223cbc[_0x2a7871(0x22a)]&&_0x223cbc[_0x2a7871(0x32a)]<_0x53518c[_0x2a7871(0x9dd)]-0x1,_0x272a46=!!_0x223cbc&&!_0x223cbc[_0x2a7871(0x3cc)]&&!_0x223cbc[_0x2a7871(0x22a)]&&_0x223cbc['elementOrderIndex']>0x0;return _0xa122b1(_0x2a7871(0x949),{'className':_0x2a7871(0x267),'children':[_0xa122b1(_0x2a7871(0x949),{'className':'univer-flex\x20univer-min-w-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-2','children':[_0xa122b1(_0x2a7871(0x949),{'className':_0x2a7871(0x4fe),'children':[_0x4b9848(_0x215cab,{'size':_0x2a7871(0x5eb),'disabled':_0x53518c[_0x2a7871(0x9dd)]===0x0,'onClick':()=>_0xb48927(_0x35f027,!0x0),'children':_0x1494fe['t'](_0x2a7871(0x7c1))}),_0x4b9848(_0x215cab,{'size':_0x2a7871(0x5eb),'disabled':_0x53518c[_0x2a7871(0x9dd)]===0x0,'onClick':()=>_0xb48927(_0x35f027,!0x1),'children':_0x1494fe['t'](_0x2a7871(0x88b))})]}),_0xa122b1('div',{'className':'univer-flex\x20univer-shrink-0\x20univer-gap-1','children':[_0x4b9848(_0x2a7871(0x47a),{'type':'button','className':Fm,'title':_0x1494fe['t']('slides-ui.objectListPanel.moveForward'),'aria-label':_0x1494fe['t'](_0x2a7871(0x194)),'disabled':!_0x1ae1f9,'onClick':()=>_0x4d4d6d(_0x40ce86[_0x2a7871(0x795)]),'children':_0x4b9848(_0x3c4862,{})}),_0x4b9848(_0x2a7871(0x47a),{'type':_0x2a7871(0x47a),'className':Fm,'title':_0x1494fe['t'](_0x2a7871(0x5e9)),'aria-label':_0x1494fe['t'](_0x2a7871(0x5e9)),'disabled':!_0x272a46,'onClick':()=>_0x4d4d6d(_0x40ce86[_0x2a7871(0x202)]),'children':_0x4b9848(_0xee6f61,{})})]})]}),_0x4b9848(_0x2a7871(0x949),{'className':_0x2a7871(0x830),'children':_0x53518c[_0x2a7871(0x9dd)]===0x0?_0x4b9848('div',{'className':_0x2a7871(0x7ab),'children':_0x1494fe['t']('slides-ui.objectListPanel.empty')}):_0x4b9848(_0x2a7871(0x949),{'className':'univer-box-border\x20univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-flex-col\x20univer-gap-0.5\x20univer-overflow-x-hidden','children':_0x44f29a[_0x2a7871(0x85d)](_0x54ccfe=>_0x4b9848(Lm,{'name':_0x54ccfe[_0x2a7871(0x154)],'visible':_0x54ccfe[_0x2a7871(0x56e)],'disabled':_0x54ccfe[_0x2a7871(0x3cc)],'selected':_0x4f6cd7[_0x2a7871(0x8d7)](_0x54ccfe['id']),'level':_0x54ccfe[_0x2a7871(0x2f4)],'isGroup':_0x54ccfe['isGroup'],'expanded':_0x54ccfe['expanded'],'localeService':_0x1494fe,'onSelect':_0x49ff10=>_0x29b732(_0x54ccfe,_0x49ff10),'onToggleExpanded':()=>_0x385a69(_0x54ccfe['id']),'onToggleVisible':()=>{const _0x4578b1=_0x2a7871;_0x54ccfe[_0x4578b1(0x3cc)]||_0xb93088(_0x54ccfe['id']);},'onCommitName':_0x5d7506=>{const _0x3b443f=_0x2a7871;_0x54ccfe[_0x3b443f(0x3cc)]||_0x2b6f7b(_0x54ccfe['id'],_0x5d7506);}},_0x54ccfe['id']))})})]});}function Lm({name:_0x1ab3d0,visible:_0x41a6fc,disabled:_0x5dc250,selected:_0x516b16,level:_0x255e1d,isGroup:_0x43cfcf,expanded:_0x436a90,localeService:_0x1b9ce0,onSelect:_0x3f9a76,onToggleExpanded:_0x5dab3e,onToggleVisible:_0xa5e8c6,onCommitName:_0x534c77}){const _0x296ce7=_0x5347ad;let [_0x4e3360,_0xf7c8fb]=_0x4692d4(_0x1ab3d0),_0x3d4274=_0x179cf0(!0x1);return _0x2d05a9(()=>{_0xf7c8fb(_0x1ab3d0);},[_0x1ab3d0]),_0xa122b1(_0x296ce7(0x949),{'className':_0xae34a3('univer-box-border\x20univer-flex\x20univer-h-8\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1.5\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-pr-1.5\x20univer-transition-colors',!_0x5dc250&&_0x296ce7(0x498),_0x516b16&&_0x296ce7(0x741),_0x5dc250&&'univer-text-gray-400\x20dark:!univer-text-gray-500'),'style':{'paddingLeft':_0x255e1d*0xe+0x4},'onClick':_0x5dc250?void 0x0:_0x1f35b7=>_0x3f9a76(_0x1f35b7[_0x296ce7(0x160)]||_0x1f35b7[_0x296ce7(0x98d)]),'children':[_0x43cfcf?_0x4b9848(_0x296ce7(0x47a),{'type':_0x296ce7(0x47a),'className':'\x0a\x20\x20univer-flex\x20univer-size-5\x20univer-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x0a\x20\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-outline-none\x20univer-transition-transform\x0a\x20\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x0a\x20\x20dark:!univer-text-gray-300\x20dark:hover:!univer-bg-gray-800\x20dark:hover:!univer-text-gray-100\x0a','onClick':_0x4be201=>{const _0x2ccd22=_0x296ce7;_0x4be201[_0x2ccd22(0x3b8)](),_0x5dab3e();},'children':_0x4b9848(_0x436a90?_0x456395:_0x2cf075,{})}):_0x4b9848(_0x296ce7(0x9d2),{'className':_0x296ce7(0x294)}),_0x4b9848(_0x56af4a,{'className':_0xae34a3(_0x296ce7(0x912),_0x5dc250&&_0x296ce7(0x1b0)),'inputClass':_0xae34a3(_0x296ce7(0x8ab),_0x5dc250&&_0x296ce7(0x9e4)),'inputStyle':{'maxWidth':'100%','boxSizing':_0x296ce7(0x6ae)},'value':_0x4e3360,'disabled':_0x5dc250,'aria-label':_0x1b9ce0['t']('slides-ui.objectListPanel.nameInput'),'onChange':_0xf7c8fb,'onBlur':_0xf6755=>{const _0x1ecfdf=_0x296ce7;if(!_0x5dc250){if(_0x3d4274[_0x1ecfdf(0x83f)]){_0x3d4274[_0x1ecfdf(0x83f)]=!0x1;return;}_0x534c77(_0xf6755[_0x1ecfdf(0x505)][_0x1ecfdf(0x5af)]);}},'onKeyDown':_0xd46c7d=>{const _0x4099f3=_0x296ce7;if(_0xd46c7d['key']===_0x4099f3(0x917)){_0xd46c7d[_0x4099f3(0x505)]['blur']();return;}_0xd46c7d[_0x4099f3(0x5a3)]===_0x4099f3(0x5da)&&(_0x3d4274['current']=!0x0,_0xf7c8fb(_0x1ab3d0),_0xd46c7d[_0x4099f3(0x505)]['blur']());},'onClick':_0x2ae7cd=>{const _0x1f0e64=_0x296ce7;_0x2ae7cd[_0x1f0e64(0x3b8)](),_0x5dc250||_0x3f9a76(_0x2ae7cd[_0x1f0e64(0x160)]||_0x2ae7cd[_0x1f0e64(0x98d)]);}},_0x1ab3d0),_0x4b9848(_0x296ce7(0x47a),{'type':_0x296ce7(0x47a),'className':Fm,'disabled':_0x5dc250,'title':_0x41a6fc?_0x1b9ce0['t'](_0x296ce7(0x7e3)):_0x1b9ce0['t'](_0x296ce7(0x1a3)),'aria-label':_0x41a6fc?_0x1b9ce0['t'](_0x296ce7(0x7e3)):_0x1b9ce0['t'](_0x296ce7(0x1a3)),'onClick':_0x30438d=>{const _0x55a547=_0x296ce7;_0x30438d[_0x55a547(0x3b8)](),_0xa5e8c6();},'children':_0x4b9848(_0x41a6fc?_0xe01ddc:_0x1a9370,{})})]});}const Rm='slide.quick-style-gallery.component';function zm(_0x1dd7a8){const _0x15ffcd=_0x5347ad;return _0xae34a3(_0x15ffcd(0x5ea),_0x1dd7a8==='shape'?_0x15ffcd(0x14b):_0x15ffcd(0x177));}function Bm(_0x1b0621){const _0x286e04=_0x5347ad;var _0x18c69d,_0x16a6a9;let {preset:_0x30a97f}=_0x1b0621;return _0x4b9848(_0x286e04(0x9d2),{'className':'univer-block\x20univer-size-8\x20univer-rounded-md','style':{'background':(_0x18c69d=_0x30a97f[_0x286e04(0x188)])==null?void 0x0:_0x18c69d[_0x286e04(0x3b7)],'boxShadow':_0x286e04(0x95c)+((_0x16a6a9=_0x30a97f[_0x286e04(0x659)][_0x286e04(0x8d2)])==null?0x2:_0x16a6a9)+_0x286e04(0xa08)+_0x30a97f[_0x286e04(0x659)][_0x286e04(0x3b7)]}});}function Vm(_0xd9e10a){const _0x5cb953=_0x5347ad;var _0x542972,_0x5a39d6,_0x10da27,_0x2d9d5f;let {preset:_0x387a54}=_0xd9e10a,_0x3f5fea=(_0x542972=_0x387a54[_0x5cb953(0x659)]['color'])==null?Ia:_0x542972,_0x9db760=_0x387a54[_0x5cb953(0x659)][_0x5cb953(0x21e)]===_0x2ad7bd[_0x5cb953(0x5e5)]?_0x5cb953(0x368):void 0x0,_0x66993a=((_0x5a39d6=_0x387a54['ln'])==null||(_0x5a39d6=_0x5a39d6[_0x5cb953(0x539)])==null?void 0x0:_0x5a39d6[_0x5cb953(0x72f)])!==void 0x0&&_0x387a54['ln'][_0x5cb953(0x539)][_0x5cb953(0x72f)]!==_0x5c5d9d[_0x5cb953(0x93c)],_0x2ec59f=((_0x10da27=_0x387a54['ln'])==null||(_0x10da27=_0x10da27[_0x5cb953(0x7cb)])==null?void 0x0:_0x10da27[_0x5cb953(0x72f)])!==void 0x0&&_0x387a54['ln'][_0x5cb953(0x7cb)][_0x5cb953(0x72f)]!==_0x5c5d9d[_0x5cb953(0x93c)];return _0xa122b1(_0x5cb953(0x64c),{'className':'univer-block\x20univer-size-8','viewBox':_0x5cb953(0x7d0),'aria-hidden':_0x5cb953(0x8e4),'children':[_0x4b9848(_0x5cb953(0x84f),{'x1':'6','y1':'19','x2':'30','y2':'5','stroke':_0x3f5fea,'strokeWidth':(_0x2d9d5f=_0x387a54[_0x5cb953(0x659)][_0x5cb953(0x8d2)])==null?1.5:_0x2d9d5f,'strokeLinecap':'round','strokeDasharray':_0x9db760}),_0x66993a&&_0x4b9848(_0x5cb953(0x7cd),{'d':'M6\x2019\x20L12\x2018\x20L8\x2014\x20Z','fill':_0x3f5fea}),_0x2ec59f&&_0x4b9848(_0x5cb953(0x7cd),{'d':'M30\x205\x20L24\x206\x20L28\x2010\x20Z','fill':_0x3f5fea})]});}function Hm(_0x39be0d){const _0x3ab42a=_0x5347ad;let {preset:_0x6d47d1}=_0x39be0d;return _0x4b9848(_0x3ab42a(0x9d2),{'className':'univer-block\x20univer-size-8\x20univer-text-center','style':{'color':_0x6d47d1[_0x3ab42a(0x14a)][_0x3ab42a(0x3b7)],'fontWeight':_0x6d47d1[_0x3ab42a(0x14a)][_0x3ab42a(0x18e)]?0x2bc:0x190,'fontSize':0x10},'children':'A'});}function Um(_0x7abed1){const _0x3981e4=_0x5347ad;let {preset:_0x12faee}=_0x7abed1;return _0x12faee[_0x3981e4(0x72f)]===_0x3981e4(0x1d9)?_0x4b9848(Bm,{'preset':_0x12faee}):_0x12faee[_0x3981e4(0x72f)]==='line'?_0x4b9848(Vm,{'preset':_0x12faee}):_0x4b9848(Hm,{'preset':_0x12faee});}function Wm(_0x1b973d){const _0x49c436=_0x5347ad;let {preset:_0x5f4450,active:_0x35e674,onSelect:_0x32832a}=_0x1b973d;return _0x4b9848(_0x49c436(0x47a),{'type':'button','className':_0xae34a3('univer-flex\x20univer-size-10\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-p-0\x20univer-transition-all\x20hover:univer-border-primary-400\x20hover:univer-bg-gray-50\x20dark:!univer-border-gray-700\x20dark:hover:!univer-border-primary-400',_0x35e674?_0x49c436(0x4f4):_0x49c436(0x212)),'onClick':()=>_0x32832a(_0x5f4450['id']),'children':_0x4b9848(Um,{'preset':_0x5f4450})});}function Gm(){const _0x519b33=_0x5347ad;let _0x37ba28=_0x4427ea(_0x46972e),_0x14f197=_0x4427ea(_0x4c8617),_0x4f34fd=_0x4427ea(_0x47c48b),_0x34cb54=_0x4427ea(kf),[_0x1b8e67,_0x56382c]=_0x4692d4(0x0);_0x2d05a9(()=>{const _0x407571=_0x262c;let _0x46ee64=()=>_0x56382c(_0x3f6564=>_0x3f6564+0x1),_0x18fb15=[_0x34cb54[_0x407571(0x69b)][_0x407571(0x7f6)](_0x46ee64),_0x4f34fd[_0x407571(0x647)][_0x407571(0x7f6)](_0x46ee64),_0x4f34fd[_0x407571(0x634)][_0x407571(0x7f6)](_0x46ee64),_0x4f34fd[_0x407571(0x5c8)][_0x407571(0x7f6)](_0x46ee64)];return _0x46ee64(),()=>_0x18fb15['forEach'](_0x5b1d37=>_0x5b1d37[_0x407571(0x553)]());},[_0x4f34fd,_0x34cb54]);let _0x4e5e68=_0x78f4e5(()=>{const _0x557e2d=_0x262c;let _0xa0ca4b=bp(_0x4f34fd,_0x34cb54);return xp(_0xa0ca4b[_0x557e2d(0x9dd)]?_0xa0ca4b:yp(_0x4f34fd));},[_0x4f34fd,_0x34cb54,_0x1b8e67]),_0x21a84e=_0x78f4e5(()=>Ep(_0x4e5e68),[_0x4e5e68]);if(!_0x4e5e68)return null;let _0x563299=hp(_0x4e5e68[_0x519b33(0x72f)]),_0x360d17=_0x4e5e68[_0x519b33(0x72f)]===_0x519b33(0x1d9)?'slides-ui.quickStyles.shapeStyles':_0x4e5e68['type']===_0x519b33(0x84f)?_0x519b33(0x34e):_0x519b33(0x72b),_0x4ca598=_0x20fd6b=>{const _0x4a0eaa=_0x519b33;_0x37ba28[_0x4a0eaa(0x4dd)](Lp['id'],{'presetId':_0x20fd6b});};return _0xa122b1(_0x519b33(0x949),{'className':_0x519b33(0x9e7),'children':[_0x4b9848(_0x519b33(0x949),{'className':_0x519b33(0x83d),'children':_0x14f197['t'](_0x360d17)}),_0x4e5e68[_0x519b33(0x72f)]===_0x519b33(0x84f)?_0xa122b1(_0x141423,{'children':[_0xa122b1('div',{'className':_0x519b33(0x4a0),'children':[_0x4b9848(_0x519b33(0x949),{'className':_0x519b33(0x17f),'children':_0x14f197['t']('slides-ui.quickStyles.groups.solid')}),_0x4b9848(_0x519b33(0x949),{'className':_0x519b33(0x2e7),'children':dp[_0x519b33(0x9bf)](_0xf8d960=>_0xf8d960[_0x519b33(0x183)]===_0x519b33(0x8e2))[_0x519b33(0x85d)](_0x19f26a=>_0x4b9848(Wm,{'preset':_0x19f26a,'active':_0x19f26a['id']===_0x21a84e,'onSelect':_0x4ca598},_0x19f26a['id']))})]}),_0xa122b1(_0x519b33(0x949),{'children':[_0x4b9848(_0x519b33(0x949),{'className':'univer-mb-1\x20univer-text-xs\x20univer-font-medium\x20univer-text-gray-500','children':_0x14f197['t'](_0x519b33(0x840))}),_0x4b9848(_0x519b33(0x949),{'className':_0x519b33(0x2e7),'children':dp[_0x519b33(0x9bf)](_0x361ba9=>_0x361ba9[_0x519b33(0x183)]==='dashed')[_0x519b33(0x85d)](_0x30decc=>_0x4b9848(Wm,{'preset':_0x30decc,'active':_0x30decc['id']===_0x21a84e,'onSelect':_0x4ca598},_0x30decc['id']))})]})]}):_0x4b9848('div',{'className':zm(_0x4e5e68[_0x519b33(0x72f)]),'children':_0x563299[_0x519b33(0x85d)](_0x573003=>_0x4b9848(Wm,{'preset':_0x573003,'active':_0x573003['id']===_0x21a84e,'onSelect':_0x4ca598},_0x573003['id']))})]});}function Km(_0x3c78a7){const _0x387630=_0x5347ad;var _0x2344b4,_0x1c173f,_0x5ea988,_0x2cf47e,_0x5965cc,_0x46c323,_0x39f076,_0x55b8d6,_0xc50134,_0x1c7f17,_0x4f3596,_0x47da76,_0x2b82ab;let {drawingId:_0x41c1f1,fill:_0x48d83c,subUnitId:_0x1198d2,unitId:_0x1fd495}=_0x3c78a7,_0x1d76a1=_0x4427ea(_0x4c8617),_0x7ae9=_0x4427ea(_0x46972e),_0x24ff2f=_0x4427ea(Nf),_0xf6e496=_0x179cf0(null),[_0x464e5e,_0x4aa136]=_0x4692d4((_0x2344b4=_0x48d83c==null?void 0x0:_0x48d83c[_0x387630(0x442)])==null?0x1:_0x2344b4),[_0x40ad3b,_0x304fee]=_0x4692d4((_0x1c173f=_0x48d83c==null?void 0x0:_0x48d83c[_0x387630(0x98f)])==null?_0xc331df[_0x387630(0x47f)]:_0x1c173f),[_0x12ccb3,_0x516ed2]=_0x4692d4((_0x5ea988=_0x48d83c==null?void 0x0:_0x48d83c[_0x387630(0x545)])==null?!0x1:_0x5ea988),[_0x3a5e73,_0x2c4518]=_0x4692d4((_0x2cf47e=_0x48d83c==null||(_0x5965cc=_0x48d83c[_0x387630(0x2af)])==null?void 0x0:_0x5965cc[_0x387630(0x88f)])==null?0x0:_0x2cf47e),[_0x5baaa4,_0x191488]=_0x4692d4((_0x46c323=_0x48d83c==null||(_0x39f076=_0x48d83c[_0x387630(0x2af)])==null?void 0x0:_0x39f076[_0x387630(0x47d)])==null?0x0:_0x46c323),[_0x3dca46,_0x4d9428]=_0x4692d4((_0x55b8d6=_0x48d83c==null||(_0xc50134=_0x48d83c[_0x387630(0x2af)])==null?void 0x0:_0xc50134[_0x387630(0x739)])==null?0x1:_0x55b8d6),[_0x47d2bd,_0x3c0f0a]=_0x4692d4((_0x1c7f17=_0x48d83c==null||(_0x4f3596=_0x48d83c[_0x387630(0x2af)])==null?void 0x0:_0x4f3596[_0x387630(0x96b)])==null?0x1:_0x1c7f17),[_0x2b8425,_0x4000cb]=_0x4692d4((_0x47da76=_0x48d83c==null||(_0x2b82ab=_0x48d83c[_0x387630(0x2af)])==null?void 0x0:_0x2b82ab[_0x387630(0x937)])==null?'tl':_0x47da76),_0x26f60b=_0x40ad3b===_0xc331df[_0x387630(0x7c6)],_0xccb497=Math[_0x387630(0x3f8)]((0x1-_0x464e5e)*0x64),_0x541d4e=Math['round'](_0x3dca46*0x64),_0x6cc805=Math[_0x387630(0x3f8)](_0x47d2bd*0x64),_0x2ca48b={'unitId':_0x1fd495,'subUnitId':_0x1198d2,'drawingId':_0x41c1f1},_0x313a98=_0x14a3a2=>{const _0x48244b=_0x387630;_0x7ae9[_0x48244b(0x4dd)](Kp['id'],{..._0x2ca48b,'fill':{..._0x48d83c,..._0x14a3a2}});},_0x3645e7=_0x4e5ce7=>{const _0x687842=_0x387630;var _0x33fa14;_0x313a98({'imageTile':{...(_0x33fa14=_0x48d83c==null?void 0x0:_0x48d83c[_0x687842(0x2af)])==null?{}:_0x33fa14,..._0x4e5ce7}});},_0x544729=[{'label':_0x1d76a1['t']('slides-ui.shapePanel.fill.picture.align.tl'),'value':'tl'},{'label':_0x1d76a1['t']('slides-ui.shapePanel.fill.picture.align.t'),'value':'t'},{'label':_0x1d76a1['t']('slides-ui.shapePanel.fill.picture.align.tr'),'value':'tr'},{'label':_0x1d76a1['t'](_0x387630(0x824)),'value':'l'},{'label':_0x1d76a1['t'](_0x387630(0x9ee)),'value':_0x387630(0x7fb)},{'label':_0x1d76a1['t'](_0x387630(0x357)),'value':'r'},{'label':_0x1d76a1['t'](_0x387630(0x7df)),'value':'bl'},{'label':_0x1d76a1['t'](_0x387630(0x394)),'value':'b'},{'label':_0x1d76a1['t'](_0x387630(0x82f)),'value':'br'}];return _0xa122b1(_0x387630(0x949),{'className':_0x387630(0x825),'children':[_0xa122b1(_0x387630(0x949),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-2','children':[_0x4b9848(_0x387630(0x9d2),{'className':_0x387630(0x1e9),'children':_0x1d76a1['t'](_0x387630(0x704))}),_0xa122b1(_0x387630(0x949),{'className':_0x387630(0x85c),'children':[_0x4b9848('input',{'ref':_0xf6e496,'type':'file','accept':'image/*','className':_0x387630(0x1a8),'onChange':async _0x5ad96f=>{const _0x574020=_0x387630;var _0x292b8a;let _0x1365f2=(_0x292b8a=_0x5ad96f[_0x574020(0x53d)][_0x574020(0x303)])==null?void 0x0:_0x292b8a[0x0];if(!_0x1365f2)return;_0x5ad96f[_0x574020(0x53d)][_0x574020(0x5af)]='';let _0x449b43=await _0x24ff2f[_0x574020(0x419)](_0x1365f2);_0x449b43&&_0x313a98({'fillImageSource':_0x449b43[_0x574020(0x2b0)],'fillImageSourceType':_0x449b43['imageSourceType']});}}),_0x4b9848(_0x387630(0x47a),{'type':_0x387630(0x47a),'className':'univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-3\x20univer-py-1.5\x20univer-text-sm\x20univer-font-medium\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','onClick':()=>{const _0xf6ee24=_0x387630;var _0x1dae76;return(_0x1dae76=_0xf6e496[_0xf6ee24(0x83f)])==null?void 0x0:_0x1dae76[_0xf6ee24(0x8d5)]();},'children':_0x1d76a1['t'](_0x387630(0x7c2))})]})]}),_0xa122b1('div',{'className':_0x387630(0x166),'children':[_0x4b9848('span',{'className':_0x387630(0x78a),'children':_0x1d76a1['t'](_0x387630(0x712))}),_0x4b9848(_0x387630(0x949),{'className':_0x387630(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':_0x387630(0x279),'value':_0xccb497,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x469dc0=>_0x469dc0+'%','parser':_0x23b43f=>(_0x23b43f==null?void 0x0:_0x23b43f[_0x387630(0x879)]('%',''))||'','onChange':_0x36db5f=>{const _0x40b33c=_0x387630;let _0x409cb9=(0x64-Math[_0x40b33c(0x496)](0x0,Math[_0x40b33c(0x2f7)](0x64,_0x36db5f==null?0x0:_0x36db5f)))/0x64;_0x4aa136(_0x409cb9),_0x313a98({'imageOpacity':_0x409cb9});}})})]}),_0x4b9848(_0x37362f,{'checked':_0x26f60b,'onChange':_0x2eeb63=>{const _0x31cd5b=_0x387630;let _0xf5542a=_0x2eeb63?_0xc331df['Tile']:_0xc331df[_0x31cd5b(0x47f)];_0x304fee(_0xf5542a),_0x313a98({'imageFillMode':_0xf5542a});},'children':_0x4b9848('span',{'className':'univer-text-sm\x20dark:!univer-text-gray-200','children':_0x1d76a1['t'](_0x387630(0x87f))})}),_0x26f60b&&_0xa122b1(_0x387630(0x949),{'className':_0x387630(0x2fa),'children':[_0xa122b1('div',{'className':_0x387630(0x166),'children':[_0x4b9848(_0x387630(0x9d2),{'className':_0x387630(0x78a),'children':_0x1d76a1['t']('slides-ui.shapePanel.fill.picture.offsetX')}),_0x4b9848(_0x387630(0x949),{'className':_0x387630(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':_0x387630(0x279),'value':_0x3a5e73,'step':0x1,'onChange':_0x1acd52=>{let _0x267807=_0x1acd52==null?0x0:_0x1acd52;_0x2c4518(_0x267807),_0x3645e7({'offsetX':_0x267807});}})})]}),_0xa122b1(_0x387630(0x949),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x4b9848('span',{'className':_0x387630(0x78a),'children':_0x1d76a1['t'](_0x387630(0x2a9))}),_0x4b9848(_0x387630(0x949),{'className':_0x387630(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':_0x387630(0x279),'value':_0x5baaa4,'step':0x1,'onChange':_0x53f1a6=>{let _0x1f846e=_0x53f1a6==null?0x0:_0x53f1a6;_0x191488(_0x1f846e),_0x3645e7({'offsetY':_0x1f846e});}})})]}),_0xa122b1('div',{'className':_0x387630(0x166),'children':[_0x4b9848(_0x387630(0x9d2),{'className':_0x387630(0x78a),'children':_0x1d76a1['t']('slides-ui.shapePanel.fill.picture.scaleX')}),_0x4b9848('div',{'className':_0x387630(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':'univer-w-full','value':_0x541d4e,'min':0x1,'max':0x3e8,'step':0xa,'formatter':_0x2dfca0=>_0x2dfca0+'%','parser':_0x5669f5=>(_0x5669f5==null?void 0x0:_0x5669f5[_0x387630(0x879)]('%',''))||'','onChange':_0x23a78e=>{const _0x2b4d71=_0x387630;let _0x33bf59=Math[_0x2b4d71(0x496)](0.01,(_0x23a78e==null?0x64:_0x23a78e)/0x64);_0x4d9428(_0x33bf59),_0x3645e7({'scaleX':_0x33bf59});}})})]}),_0xa122b1('div',{'className':_0x387630(0x166),'children':[_0x4b9848(_0x387630(0x9d2),{'className':_0x387630(0x78a),'children':_0x1d76a1['t'](_0x387630(0x1e1))}),_0x4b9848(_0x387630(0x949),{'className':_0x387630(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':'univer-w-full','value':_0x6cc805,'min':0x1,'max':0x3e8,'step':0xa,'formatter':_0x44a867=>_0x44a867+'%','parser':_0x5c8079=>(_0x5c8079==null?void 0x0:_0x5c8079[_0x387630(0x879)]('%',''))||'','onChange':_0x3f704a=>{const _0x26f325=_0x387630;let _0x346fc0=Math[_0x26f325(0x496)](0.01,(_0x3f704a==null?0x64:_0x3f704a)/0x64);_0x3c0f0a(_0x346fc0),_0x3645e7({'scaleY':_0x346fc0});}})})]}),_0xa122b1(_0x387630(0x949),{'className':_0x387630(0x3a7),'children':[_0x4b9848(_0x387630(0x9d2),{'className':_0x387630(0x78a),'children':_0x1d76a1['t'](_0x387630(0xa29))}),_0x4b9848(_0x387630(0x949),{'className':_0x387630(0x683),'children':_0x4b9848(_0x551b1a,{'className':_0x387630(0x279),'value':_0x2b8425,'options':_0x544729,'onChange':_0x51e897=>{let _0x1381af=_0x51e897;_0x4000cb(_0x1381af),_0x3645e7({'alignment':_0x1381af});}})})]})]}),_0x4b9848(_0x37362f,{'checked':_0x12ccb3,'onChange':_0x58ff21=>{let _0x1fb704=_0x58ff21;_0x516ed2(_0x1fb704),_0x313a98({'imageRotateWithShape':_0x1fb704});},'children':_0x4b9848('span',{'className':'univer-text-sm\x20dark:!univer-text-gray-200','children':_0x1d76a1['t'](_0x387630(0x562))})})]});}function qm(_0x196b44){const _0xb777bf=_0x5347ad;switch(_0x196b44){case _0x48dde5[_0xb777bf(0x5c7)]:return _0xb777bf(0x598);case _0x48dde5[_0xb777bf(0x21b)]:return _0xb777bf(0x790);case _0x48dde5[_0xb777bf(0x2c2)]:return _0xb777bf(0x819);default:return _0xb777bf(0x350);}}function Jm(_0x289e1e){const _0x6a94b=_0x5347ad;switch(_0x289e1e){case'radial':return _0x48dde5[_0x6a94b(0x5c7)];case _0x6a94b(0x790):return _0x48dde5['Angular'];case _0x6a94b(0x819):return _0x48dde5['Diamond'];default:return _0x48dde5['Linear'];}}function Ym(_0x1b2ac1){const _0x4993a3=_0x5347ad;var _0x731104,_0x2aacc9,_0x12cd63,_0xfe59ee,_0x37d2e3,_0x46783b;let {drawingId:_0x567f85,isLineShape:_0x37de20,shapeData:_0x131bdf,subUnitId:_0x91bdd3,unitId:_0x5bda58}=_0x1b2ac1,_0xc71c89=_0x4427ea(_0x4c8617),_0xca6260=_0x4427ea(_0x46972e),[_0x9b50a5,_0x26eb10]=_0x4692d4((_0x731104=(_0x2aacc9=_0x131bdf['fill'])==null?void 0x0:_0x2aacc9[_0x4993a3(0x304)])==null?_0x51273c[_0x4993a3(0x3dd)]:_0x731104),[_0x1de048,_0x4a51ed]=_0x4692d4((_0x12cd63=(_0xfe59ee=_0x131bdf[_0x4993a3(0x188)])==null?void 0x0:_0xfe59ee['color'])==null?Aa:_0x12cd63),[_0x9c41a,_0x1c7b57]=_0x4692d4((_0x37d2e3=(_0x46783b=_0x131bdf[_0x4993a3(0x188)])==null?void 0x0:_0x46783b[_0x4993a3(0x53c)])==null?0x1:_0x37d2e3),[_0x4c9d8e,_0x330d19]=_0x4692d4(!0x1),_0x44a41d={'unitId':_0x5bda58,'subUnitId':_0x91bdd3,'drawingId':_0x567f85},_0x2cc849=_0x3ebc18=>{_0xca6260['executeCommand'](Kp['id'],{..._0x44a41d,'fill':_0x3ebc18});},_0x56ad91=_0x78f4e5(()=>{const _0x5ad9f0=_0x4993a3;var _0x1a0f6,_0xc089b0;let _0x3146b6=_0x131bdf[_0x5ad9f0(0x188)];return{'type':qm(_0x3146b6==null?void 0x0:_0x3146b6[_0x5ad9f0(0x98e)]),'angle':(_0x1a0f6=_0x3146b6==null?void 0x0:_0x3146b6[_0x5ad9f0(0x518)])==null?0x5a:_0x1a0f6,'stops':_0x3146b6!=null&&_0x3146b6[_0x5ad9f0(0x3fa)]&&_0x3146b6['gradientStops'][_0x5ad9f0(0x9dd)]>=0x2?_0x3146b6[_0x5ad9f0(0x3fa)][_0x5ad9f0(0x85d)](_0x2708f3=>({'color':_0x2708f3['color'],'offset':_0x2708f3['position']*0x64})):[{'color':(_0xc089b0=_0x3146b6==null?void 0x0:_0x3146b6[_0x5ad9f0(0x3b7)])==null?Na:_0xc089b0,'offset':0x0},{'color':Pa,'offset':0x64}]};},[_0x131bdf[_0x4993a3(0x188)]]),_0x2394f1=0x64-_0x9c41a*0x64;return _0x37de20?null:_0xa122b1(_0x4993a3(0x949),{'className':_0x4993a3(0x3ad),'children':[_0xa122b1(_0x30b1f8,{'value':_0x9b50a5,'onChange':_0x235c2d=>{const _0x1a527e=_0x4993a3;var _0x2432a5;let _0x1ff59f=_0x235c2d;_0x26eb10(_0x1ff59f),_0x2cc849({...(_0x2432a5=_0x131bdf[_0x1a527e(0x188)])==null?{}:_0x2432a5,'fillType':_0x1ff59f});},'direction':_0x4993a3(0x323),'children':[_0x4b9848(_0x18e82e,{'value':_0x51273c['NoFill'],'children':_0x4b9848('span',{'className':'univer-text-sm\x20dark:!univer-text-gray-200','children':_0xc71c89['t'](_0x4993a3(0x57d))})}),_0x4b9848(_0x18e82e,{'value':_0x51273c[_0x4993a3(0x3dd)],'children':_0x4b9848('span',{'className':_0x4993a3(0x769),'children':_0xc71c89['t'](_0x4993a3(0x5e0))})}),_0x4b9848(_0x18e82e,{'value':_0x51273c[_0x4993a3(0x224)],'children':_0x4b9848(_0x4993a3(0x9d2),{'className':'univer-text-sm\x20dark:!univer-text-gray-200','children':_0xc71c89['t'](_0x4993a3(0x7f8))})}),_0x4b9848(_0x18e82e,{'value':_0x51273c[_0x4993a3(0x6df)],'children':_0x4b9848(_0x4993a3(0x9d2),{'className':_0x4993a3(0x769),'children':_0xc71c89['t'](_0x4993a3(0x5ed))})})]}),_0x9b50a5===_0x51273c['SolidFill']&&_0xa122b1(_0x4993a3(0x949),{'className':_0x4993a3(0x436),'children':[_0xa122b1(_0x4993a3(0x949),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x4b9848(_0x4993a3(0x9d2),{'className':_0x4993a3(0x49b),'children':_0xc71c89['t'](_0x4993a3(0x1fa))}),_0x4b9848(_0x507cf6,{'overlay':_0x4b9848('div',{'className':_0x4993a3(0x3d3),'children':_0x4b9848(_0x48ab45,{'value':_0x1de048,'onChange':_0x6ac883=>{const _0x3d3c2d=_0x4993a3;var _0x453ecf;_0x4a51ed(_0x6ac883),_0x330d19(!0x1),_0x2cc849({...(_0x453ecf=_0x131bdf[_0x3d3c2d(0x188)])==null?{}:_0x453ecf,'color':_0x6ac883});}})}),'open':_0x4c9d8e,'onOpenChange':_0x330d19,'children':_0xa122b1('a',{'className':_0x4993a3(0x9e9),'children':[_0x4b9848(_0x114c6d,{'className':_0x4993a3(0x68f),'extend':{'colorChannel1':_0x1de048}}),_0x4b9848(_0x456395,{'className':_0x4993a3(0x4b3)})]})})]}),_0xa122b1(_0x4993a3(0x949),{'className':_0x4993a3(0x166),'children':[_0x4b9848(_0x4993a3(0x9d2),{'className':_0x4993a3(0x78a),'children':_0xc71c89['t'](_0x4993a3(0x712))}),_0x4b9848(_0x4993a3(0x949),{'className':_0x4993a3(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':_0x4993a3(0x279),'value':_0x2394f1,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x4b9668=>_0x4b9668+'%','parser':_0x332e28=>(_0x332e28==null?void 0x0:_0x332e28[_0x4993a3(0x879)]('%',''))||'','onChange':_0x5177a6=>{const _0x5e79ed=_0x4993a3;var _0x114d30;let _0x44a5af=(0x64-Math[_0x5e79ed(0x496)](0x0,Math[_0x5e79ed(0x2f7)](0x64,_0x5177a6==null?0x0:_0x5177a6)))/0x64;_0x1c7b57(_0x44a5af),_0x2cc849({...(_0x114d30=_0x131bdf['fill'])==null?{}:_0x114d30,'opacity':_0x44a5af});}})})]})]}),_0x9b50a5===_0x51273c[_0x4993a3(0x224)]&&_0x4b9848(_0x4993a3(0x949),{'className':'univer-pt-2','children':_0x4b9848(_0x5071e3,{'value':_0x56ad91,'onChange':_0x1bbec0=>{const _0x3a440b=_0x4993a3;var _0x97efa;_0x2cc849({...(_0x97efa=_0x131bdf[_0x3a440b(0x188)])==null?{}:_0x97efa,'gradientType':Jm(_0x1bbec0[_0x3a440b(0x72f)]),'gradientAngle':_0x1bbec0[_0x3a440b(0x3d1)],'gradientStops':_0x1bbec0['stops']['map'](_0x539a33=>({'color':_0x539a33[_0x3a440b(0x3b7)],'position':_0x539a33['offset']/0x64}))});}})}),_0x9b50a5===_0x51273c[_0x4993a3(0x6df)]&&_0x4b9848(Km,{'unitId':_0x5bda58,'subUnitId':_0x91bdd3,'drawingId':_0x567f85,'fill':_0x131bdf[_0x4993a3(0x188)]})]});}function Xm(_0x56c8ab){const _0x31e849=_0x5347ad;var _0xbe223b,_0x2f0df2,_0x2d1a9c,_0xf8b26d,_0x30bbc4,_0x3b42e3,_0x51efd2,_0x763167,_0x5a170e,_0x9748d7,_0x418731,_0x5f56ff,_0x32fd2b,_0xfc7950,_0x54addf,_0x3aa20b,_0x1f2987;let {drawingId:_0x2e49bf,isLineShape:_0x554807,shapeData:_0x79371c,subUnitId:_0x2cc970,unitId:_0x946c0d}=_0x56c8ab,_0x4cd959=_0x4427ea(_0x4c8617),_0x3d0c4b=_0x4427ea(_0x46972e),_0x4df2d9=_0x79371c[_0x31e849(0x659)],_0x400897=_0x79371c,[_0x198cf7,_0x5c4d65]=_0x4692d4((_0xbe223b=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x4a3)])==null?_0x52dafb[_0x31e849(0x5ba)]:_0xbe223b),[_0x2375bc,_0xd6ac8]=_0x4692d4((_0x2f0df2=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x3b7)])==null?ja:_0x2f0df2),[_0x7480b8,_0x1d8362]=_0x4692d4((_0x2d1a9c=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x53c)])==null?0x1:_0x2d1a9c),[_0x22b73c,_0x8b3a35]=_0x4692d4((_0xf8b26d=_0x4df2d9==null?void 0x0:_0x4df2d9['width'])==null?0x1:_0xf8b26d),[_0x5636db,_0x254429]=_0x4692d4((_0x30bbc4=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x861)])==null?0x0:_0x30bbc4),[_0x4e2f1c,_0x3b80c6]=_0x4692d4((_0x3b42e3=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x21e)])==null?_0x2ad7bd['Solid']:_0x3b42e3),[_0x28ef7b,_0x3b362a]=_0x4692d4((_0x51efd2=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x15e)])==null?_0x394826[_0x31e849(0x378)]:_0x51efd2),[_0x5df818,_0x4c78a0]=_0x4692d4((_0x763167=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x774)])==null?_0x4a469a[_0x31e849(0x292)]:_0x763167),[_0x742565,_0x35b420]=_0x4692d4((_0x5a170e=_0x4df2d9==null?void 0x0:_0x4df2d9[_0x31e849(0x3a8)])==null?_0x351720[_0x31e849(0x93c)]:_0x5a170e),[_0x5a32fe,_0x107c97]=_0x4692d4((_0x9748d7=(_0x418731=_0x400897['ln'])==null||(_0x418731=_0x418731['startArrow'])==null?void 0x0:_0x418731[_0x31e849(0x72f)])==null?_0x5c5d9d[_0x31e849(0x93c)]:_0x9748d7),[_0x42c90f,_0x38c21a]=_0x4692d4((_0x5f56ff=(_0x32fd2b=_0x400897['ln'])==null||(_0x32fd2b=_0x32fd2b[_0x31e849(0x539)])==null?void 0x0:_0x32fd2b['size'])==null?_0x428f1c['Medium']:_0x5f56ff),[_0x3306ce,_0x5f1aa6]=_0x4692d4((_0xfc7950=(_0x54addf=_0x400897['ln'])==null||(_0x54addf=_0x54addf[_0x31e849(0x7cb)])==null?void 0x0:_0x54addf[_0x31e849(0x72f)])==null?_0x5c5d9d[_0x31e849(0x93c)]:_0xfc7950),[_0x568fe8,_0x5dc06e]=_0x4692d4((_0x3aa20b=(_0x1f2987=_0x400897['ln'])==null||(_0x1f2987=_0x1f2987[_0x31e849(0x7cb)])==null?void 0x0:_0x1f2987[_0x31e849(0x61e)])==null?_0x428f1c[_0x31e849(0x253)]:_0x3aa20b),[_0x2420fa,_0x418257]=_0x4692d4(!0x1),_0x286bd4={'unitId':_0x946c0d,'subUnitId':_0x2cc970,'drawingId':_0x2e49bf},_0x8f4964=_0x2981d4=>{const _0xf5ab51=_0x31e849;_0x3d0c4b[_0xf5ab51(0x4dd)](Kp['id'],{..._0x286bd4,'stroke':_0x2981d4});},_0x477289=_0x7728a=>{const _0x55862d=_0x31e849;_0x3d0c4b[_0x55862d(0x4dd)](Kp['id'],{..._0x286bd4,'ln':_0x7728a});},_0x313ccd=0x64-_0x7480b8*0x64,_0x59fc6a=[{'label':_0x4cd959['t'](_0x31e849(0x196)),'value':String(_0x2ad7bd['Solid'])},{'label':_0x4cd959['t'](_0x31e849(0x509)),'value':String(_0x2ad7bd[_0x31e849(0x1c7)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.dashType.squareDot'),'value':String(_0x2ad7bd[_0x31e849(0x37a)])},{'label':_0x4cd959['t'](_0x31e849(0x8f2)),'value':String(_0x2ad7bd[_0x31e849(0x5e5)])},{'label':_0x4cd959['t'](_0x31e849(0x605)),'value':String(_0x2ad7bd[_0x31e849(0x55a)])},{'label':_0x4cd959['t'](_0x31e849(0x176)),'value':String(_0x2ad7bd[_0x31e849(0x44c)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.dashType.longDashDot'),'value':String(_0x2ad7bd[_0x31e849(0x792)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.dashType.longDashDotDot'),'value':String(_0x2ad7bd[_0x31e849(0x89c)])}],_0xc06436=[{'label':_0x4cd959['t'](_0x31e849(0x594)),'value':String(_0x394826[_0x31e849(0x378)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.capType.round'),'value':String(_0x394826['Round'])},{'label':_0x4cd959['t'](_0x31e849(0x482)),'value':String(_0x394826[_0x31e849(0x567)])}],_0x203f94=[{'label':_0x4cd959['t'](_0x31e849(0xa11)),'value':String(_0x4a469a[_0x31e849(0x292)])},{'label':_0x4cd959['t'](_0x31e849(0x6d1)),'value':String(_0x4a469a[_0x31e849(0xa10)])},{'label':_0x4cd959['t'](_0x31e849(0x39f)),'value':String(_0x4a469a[_0x31e849(0x3ce)])}],_0x48d4ec=[{'label':_0x4cd959['t'](_0x31e849(0x4d1)),'value':String(_0x351720['None'])},{'label':_0x4cd959['t'](_0x31e849(0x3c0)),'value':String(_0x351720[_0x31e849(0x351)])},{'label':_0x4cd959['t'](_0x31e849(0x916)),'value':String(_0x351720['Freehand'])},{'label':_0x4cd959['t'](_0x31e849(0x586)),'value':String(_0x351720['HandDrawn'])}],_0x417e89=[{'label':_0x4cd959['t']('slides-ui.shapePanel.line.arrowType.none'),'value':String(_0x5c5d9d[_0x31e849(0x93c)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.arrowType.arrow'),'value':String(_0x5c5d9d['Arrow'])},{'label':_0x4cd959['t'](_0x31e849(0x6e0)),'value':String(_0x5c5d9d[_0x31e849(0x458)])},{'label':_0x4cd959['t'](_0x31e849(0x7a9)),'value':String(_0x5c5d9d[_0x31e849(0x5c6)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.arrowType.diamondArrow'),'value':String(_0x5c5d9d[_0x31e849(0x2b9)])},{'label':_0x4cd959['t'](_0x31e849(0x4e5)),'value':String(_0x5c5d9d[_0x31e849(0x4cf)])}],_0x1b8ae0=[{'label':_0x4cd959['t'](_0x31e849(0x4c8)),'value':String(_0x428f1c['Small'])},{'label':_0x4cd959['t'](_0x31e849(0x48c)),'value':String(_0x428f1c[_0x31e849(0x253)])},{'label':_0x4cd959['t']('slides-ui.shapePanel.line.arrowSize.large'),'value':String(_0x428f1c[_0x31e849(0x671)])}];return _0xa122b1('div',{'className':'univer-flex\x20univer-flex-col\x20univer-gap-3','children':[_0xa122b1(_0x30b1f8,{'value':String(_0x198cf7),'onChange':_0x33ffc3=>{const _0x396a48=_0x31e849;var _0x272da8;let _0x1d13da=Number(_0x33ffc3);_0x5c4d65(_0x1d13da),_0x8f4964({...(_0x272da8=_0x79371c[_0x396a48(0x659)])==null?{}:_0x272da8,'lineStrokeType':_0x1d13da});},'direction':_0x31e849(0x323),'children':[_0x4b9848(_0x18e82e,{'value':String(_0x52dafb[_0x31e849(0x408)]),'children':_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x55c),'children':_0x4cd959['t']('slides-ui.shapePanel.line.noLine')})}),_0x4b9848(_0x18e82e,{'value':String(_0x52dafb[_0x31e849(0x5ba)]),'children':_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x55c),'children':_0x4cd959['t'](_0x31e849(0x600))})})]}),_0x198cf7!==_0x52dafb[_0x31e849(0x408)]&&_0xa122b1(_0x31e849(0x949),{'className':_0x31e849(0x436),'children':[_0xa122b1('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x40a),'children':_0x4cd959['t'](_0x31e849(0x900))}),_0x4b9848(_0x507cf6,{'overlay':_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x51a),'children':_0x4b9848(_0x48ab45,{'value':_0x2375bc,'onChange':_0x401760=>{const _0x68251e=_0x31e849;var _0x32eb2a;_0xd6ac8(_0x401760),_0x418257(!0x1),_0x8f4964({...(_0x32eb2a=_0x79371c[_0x68251e(0x659)])==null?{}:_0x32eb2a,'color':_0x401760});}})}),'open':_0x2420fa,'onOpenChange':_0x418257,'children':_0xa122b1('a',{'className':_0xae34a3(_0x31e849(0x9e9)),'children':[_0x4b9848(_0x13cefe,{'className':_0x31e849(0x68f),'extend':{'colorChannel1':_0x2375bc}}),_0x4b9848(_0x456395,{'className':_0xae34a3('univer-text-gray-600\x20univer-transition-transform\x20dark:!univer-text-gray-400',{'univer-rotate-180':_0x2420fa})})]})})]}),_0xa122b1('div',{'className':_0x31e849(0x166),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x1e9),'children':_0x4cd959['t']('slides-ui.shapePanel.line.transparency')}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':'univer-w-full','value':_0x313ccd,'min':0x0,'max':0x64,'formatter':_0x2af0fe=>_0x2af0fe+'%','parser':_0x1b5762=>(_0x1b5762==null?void 0x0:_0x1b5762[_0x31e849(0x879)]('%',''))||'','onChange':_0x2e64c4=>{const _0x59d3a0=_0x31e849;var _0x8103ee;let _0x2301e4=(0x64-Math[_0x59d3a0(0x496)](0x0,Math['min'](0x64,_0x2e64c4==null?0x0:_0x2e64c4)))/0x64;_0x1d8362(_0x2301e4),_0x8f4964({...(_0x8103ee=_0x79371c[_0x59d3a0(0x659)])==null?{}:_0x8103ee,'opacity':_0x2301e4});}})})]}),_0xa122b1(_0x31e849(0x949),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x40a),'children':_0x4cd959['t'](_0x31e849(0x76a))}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':_0x31e849(0x279),'value':_0x22b73c,'min':0.25,'max':0x64,'step':0.25,'formatter':_0x3df209=>_0x3df209+_0x31e849(0x3eb),'parser':_0x27431d=>(_0x27431d==null?void 0x0:_0x27431d[_0x31e849(0x879)]('\x20px',''))||'','onChange':_0x2c2714=>{const _0x30d720=_0x31e849;var _0x5e4bdb;_0x2c2714!=null&&(_0x8b3a35(_0x2c2714),_0x8f4964({...(_0x5e4bdb=_0x79371c[_0x30d720(0x659)])==null?{}:_0x5e4bdb,'width':_0x2c2714}));}})})]}),_0x554807&&_0xa122b1('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x40a),'children':_0x4cd959['t'](_0x31e849(0x370))}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x6aa),'children':_0x4b9848(_0x2d8e90,{'className':_0x31e849(0x279),'value':_0x5636db,'min':0x0,'step':0x1,'formatter':_0x5533b7=>_0x5533b7+_0x31e849(0x3eb),'parser':_0x514a5e=>(_0x514a5e==null?void 0x0:_0x514a5e[_0x31e849(0x879)](_0x31e849(0x3eb),''))||'','onChange':_0x55bc48=>{const _0x51753e=_0x31e849;var _0x30b644;let _0x217be0=Math[_0x51753e(0x496)](0x0,_0x55bc48==null?0x0:_0x55bc48);_0x254429(_0x217be0),_0x8f4964({...(_0x30b644=_0x79371c[_0x51753e(0x659)])==null?{}:_0x30b644,'cornerRadius':_0x217be0});}})})]}),_0xa122b1('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x4b9848(_0x31e849(0x9d2),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x4cd959['t'](_0x31e849(0x6a0))}),_0x4b9848(_0x31e849(0x949),{'className':'univer-w-28','children':_0x4b9848(_0x551b1a,{'className':'univer-w-full','value':String(_0x4e2f1c),'options':_0x59fc6a,'onChange':_0xade616=>{const _0x40f5a9=_0x31e849;var _0x97ba8a;let _0x35b23a=Number(_0xade616);_0x3b80c6(_0x35b23a),_0x8f4964({...(_0x97ba8a=_0x79371c[_0x40f5a9(0x659)])==null?{}:_0x97ba8a,'dashType':_0x35b23a});}})})]}),_0xa122b1('div',{'className':_0x31e849(0x3a7),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x40a),'children':_0x4cd959['t']('slides-ui.shapePanel.line.capType.title')}),_0x4b9848(_0x31e849(0x949),{'className':'univer-w-28','children':_0x4b9848(_0x551b1a,{'className':_0x31e849(0x279),'value':String(_0x28ef7b),'options':_0xc06436,'onChange':_0x50a8f1=>{const _0x520a7a=_0x31e849;var _0x33e1ba;let _0x364ebd=Number(_0x50a8f1);_0x3b362a(_0x364ebd),_0x8f4964({...(_0x33e1ba=_0x79371c[_0x520a7a(0x659)])==null?{}:_0x33e1ba,'capType':_0x364ebd});}})})]}),_0xa122b1('div',{'className':_0x31e849(0x3a7),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x40a),'children':_0x4cd959['t'](_0x31e849(0x89a))}),_0x4b9848('div',{'className':_0x31e849(0x683),'children':_0x4b9848(_0x551b1a,{'className':'univer-w-full','value':String(_0x5df818),'options':_0x203f94,'onChange':_0x5a9ced=>{const _0x5029d9=_0x31e849;var _0x20e14e;let _0x4a5c40=Number(_0x5a9ced);_0x4c78a0(_0x4a5c40),_0x8f4964({...(_0x20e14e=_0x79371c[_0x5029d9(0x659)])==null?{}:_0x20e14e,'lineJoinType':_0x4a5c40});}})})]}),!_0x554807&&_0xa122b1(_0x31e849(0x949),{'className':_0x31e849(0x3a7),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':_0x31e849(0x40a),'children':_0x4cd959['t'](_0x31e849(0x5f9))}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x683),'children':_0x4b9848(_0x551b1a,{'className':'univer-w-full','value':String(_0x742565),'options':_0x48d4ec,'onChange':_0x10659e=>{const _0x1629c3=_0x31e849;var _0x1fac54;let _0xdfcb25=Number(_0x10659e);_0x35b420(_0xdfcb25),_0x8f4964({...(_0x1fac54=_0x79371c[_0x1629c3(0x659)])==null?{}:_0x1fac54,'sketchType':_0xdfcb25});}})})]}),_0x554807&&_0xa122b1(_0x141423,{'children':[_0xa122b1(_0x31e849(0x949),{'className':_0x31e849(0x3a7),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x4cd959['t']('slides-ui.shapePanel.line.beginArrowType')}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x683),'children':_0x4b9848(_0x551b1a,{'className':_0x31e849(0x279),'value':String(_0x5a32fe),'options':_0x417e89,'onChange':_0x205497=>{const _0x10e690=_0x31e849;var _0x120e56,_0x3cadc9,_0xdab4ae;let _0x33c3b9=Number(_0x205497);_0x107c97(_0x33c3b9),_0x477289({...(_0x120e56=_0x400897['ln'])==null?{}:_0x120e56,'startArrow':{...(_0x3cadc9=(_0xdab4ae=_0x400897['ln'])==null?void 0x0:_0xdab4ae[_0x10e690(0x539)])==null?{}:_0x3cadc9,'type':_0x33c3b9}});}})})]}),_0xa122b1(_0x31e849(0x949),{'className':_0x31e849(0x3a7),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x4cd959['t'](_0x31e849(0x6cf))}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x683),'children':_0x4b9848(_0x551b1a,{'className':'univer-w-full','value':String(_0x42c90f),'options':_0x1b8ae0,'onChange':_0x17099e=>{const _0x58f333=_0x31e849;var _0x3f84e4,_0x36b0e1,_0x9c553f;let _0x4027a0=Number(_0x17099e);_0x38c21a(_0x4027a0),_0x477289({...(_0x3f84e4=_0x400897['ln'])==null?{}:_0x3f84e4,'startArrow':{...(_0x36b0e1=(_0x9c553f=_0x400897['ln'])==null?void 0x0:_0x9c553f[_0x58f333(0x539)])==null?{}:_0x36b0e1,'size':_0x4027a0}});}})})]}),_0xa122b1(_0x31e849(0x949),{'className':_0x31e849(0x3a7),'children':[_0x4b9848(_0x31e849(0x9d2),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x4cd959['t'](_0x31e849(0x521))}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x683),'children':_0x4b9848(_0x551b1a,{'className':_0x31e849(0x279),'value':String(_0x3306ce),'options':_0x417e89,'onChange':_0x4a097d=>{var _0x40f49b,_0xfd38d,_0x67fb00;let _0x4da5d8=Number(_0x4a097d);_0x5f1aa6(_0x4da5d8),_0x477289({...(_0x40f49b=_0x400897['ln'])==null?{}:_0x40f49b,'endArrow':{...(_0xfd38d=(_0x67fb00=_0x400897['ln'])==null?void 0x0:_0x67fb00['endArrow'])==null?{}:_0xfd38d,'type':_0x4da5d8}});}})})]}),_0xa122b1(_0x31e849(0x949),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x4b9848(_0x31e849(0x9d2),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x4cd959['t'](_0x31e849(0x70c))}),_0x4b9848(_0x31e849(0x949),{'className':_0x31e849(0x683),'children':_0x4b9848(_0x551b1a,{'className':_0x31e849(0x279),'value':String(_0x568fe8),'options':_0x1b8ae0,'onChange':_0x373821=>{const _0x5d544e=_0x31e849;var _0x3b15da,_0x3f345d,_0x3fffac;let _0x24d89b=Number(_0x373821);_0x5dc06e(_0x24d89b),_0x477289({...(_0x3b15da=_0x400897['ln'])==null?{}:_0x3b15da,'endArrow':{...(_0x3f345d=(_0x3fffac=_0x400897['ln'])==null?void 0x0:_0x3fffac[_0x5d544e(0x7cb)])==null?{}:_0x3f345d,'size':_0x24d89b}});}})})]})]})]})]});}function Zm(_0x2daef0){const _0x5af7a5=_0x5347ad;var _0x4a2d5d,_0x45f33a,_0x1f58ad,_0x4910d9,_0x507c97;return{'left':Math['round'](((_0x4a2d5d=_0x2daef0==null?void 0x0:_0x2daef0[_0x5af7a5(0x5e2)])==null?0x0:_0x4a2d5d)*0xa)/0xa,'top':Math['round'](((_0x45f33a=_0x2daef0==null?void 0x0:_0x2daef0[_0x5af7a5(0x717)])==null?0x0:_0x45f33a)*0xa)/0xa,'width':Math[_0x5af7a5(0x3f8)](((_0x1f58ad=_0x2daef0==null?void 0x0:_0x2daef0[_0x5af7a5(0x8d2)])==null?0x0:_0x1f58ad)*0xa)/0xa,'height':Math['round'](((_0x4910d9=_0x2daef0==null?void 0x0:_0x2daef0['height'])==null?0x0:_0x4910d9)*0xa)/0xa,'rotation':Math['round'](((_0x507c97=_0x2daef0==null?void 0x0:_0x2daef0[_0x5af7a5(0x3d1)])==null?0x0:_0x507c97)*0xa)/0xa};}function Qm(_0x52fc6f){const _0x47e296=_0x5347ad;let {drawingId:_0x5ce186,subUnitId:_0x104c04,unitId:_0x2feead,elementType:_0x2a4b4f}=_0x52fc6f,_0x1709d9=_0x4427ea(_0x4c8617),_0x394300=_0x4427ea(_0x46972e),_0x4c7662=_0x4427ea(_0x47c48b),_0x3f81e2=_0x4427ea(_0x446559),[_0x313607,_0x2ba9f2]=_0x4692d4(()=>Zm(_0x52fc6f[_0x47e296(0x2d1)])),[_0x4af1bb,_0x12e56a]=_0x4692d4(!0x1),[_0x3c8e44,_0x36ac93]=_0x4692d4(!0x1),_0x57d08e=_0x179cf0(_0x313607);_0x57d08e[_0x47e296(0x83f)]=_0x313607,_0x2d05a9(()=>{const _0x1568e9=_0x47e296;var _0xae845;let _0x2bba70=(_0xae845=_0x3f81e2[_0x1568e9(0x78d)](_0x2feead))==null||(_0xae845=_0xae845[_0x1568e9(0x988)])==null?void 0x0:_0xae845['getTransformerByCreate']();if(!_0x2bba70)return;let _0x48a4ca=[_0x4c7662[_0x1568e9(0x532)]['subscribe'](_0x536057=>{const _0x206125=_0x1568e9;let _0x358b3e=_0x536057[_0x206125(0x850)](_0x1ba27f=>_0x1ba27f[_0x206125(0x51b)]===_0x2feead&&_0x1ba27f[_0x206125(0x657)]===_0x104c04&&_0x1ba27f['drawingId']===_0x5ce186);if(!_0x358b3e)return;let _0x198a08=_0x4c7662[_0x206125(0x429)](_0x358b3e);_0x198a08!=null&&_0x198a08[_0x206125(0x2d1)]&&_0x2ba9f2(Zm(_0x198a08['transform']));}),_0x2bba70['changeEnd$'][_0x1568e9(0x7f6)](()=>{const _0x1672a4=_0x1568e9;let _0x536795=_0x4c7662[_0x1672a4(0x429)]({'unitId':_0x2feead,'subUnitId':_0x104c04,'drawingId':_0x5ce186});_0x536795!=null&&_0x536795[_0x1672a4(0x2d1)]&&_0x2ba9f2(Zm(_0x536795[_0x1672a4(0x2d1)]));})];return()=>_0x48a4ca[_0x1568e9(0x4fa)](_0x23979a=>_0x23979a['unsubscribe']());},[_0x2feead,_0x104c04,_0x5ce186]);let _0x141044=_0x66553a=>{const _0x5bc2e3=_0x47e296;_0x394300[_0x5bc2e3(0x4dd)](Up['id'],{'unitId':_0x2feead,'subUnitId':_0x104c04,'drawingId':_0x5ce186,..._0x66553a});},_0x962e39=_0x2cfe87=>{const _0x2d69d2=_0x47e296;if(_0x2cfe87==null)return;let _0x1f1a25=Math['max'](0x1,_0x2cfe87);if(_0x4af1bb&&_0x57d08e[_0x2d69d2(0x83f)][_0x2d69d2(0x95b)]>0x0){let _0x279b22=_0x57d08e[_0x2d69d2(0x83f)]['width']/_0x57d08e[_0x2d69d2(0x83f)]['height'],_0x30a089=Math[_0x2d69d2(0x496)](0x1,_0x1f1a25/_0x279b22);_0x2ba9f2(_0x2a0817=>({..._0x2a0817,'width':_0x1f1a25,'height':_0x30a089})),_0x141044({'width':_0x1f1a25,'height':_0x30a089});}else _0x2ba9f2(_0x24db54=>({..._0x24db54,'width':_0x1f1a25})),_0x141044({'width':_0x1f1a25});},_0x50d17e=_0x5581d5=>{const _0x430431=_0x47e296;if(_0x5581d5==null)return;let _0xc1f9a4=Math[_0x430431(0x496)](0x1,_0x5581d5);if(_0x4af1bb&&_0x57d08e[_0x430431(0x83f)]['width']>0x0){let _0x5b94e2=_0x57d08e['current']['width']/_0x57d08e['current']['height'],_0x59e625=Math[_0x430431(0x496)](0x1,_0xc1f9a4*_0x5b94e2);_0x2ba9f2(_0x3f329a=>({..._0x3f329a,'height':_0xc1f9a4,'width':_0x59e625})),_0x141044({'height':_0xc1f9a4,'width':_0x59e625});}else _0x2ba9f2(_0x1af0c6=>({..._0x1af0c6,'height':_0xc1f9a4})),_0x141044({'height':_0xc1f9a4});},_0x2bbc91=_0x50784e=>{_0x50784e!=null&&(_0x2ba9f2(_0x184b3b=>({..._0x184b3b,'left':_0x50784e})),_0x141044({'left':_0x50784e}));},_0x251e98=_0x4c309d=>{_0x4c309d!=null&&(_0x2ba9f2(_0x11d043=>({..._0x11d043,'top':_0x4c309d})),_0x141044({'top':_0x4c309d}));},_0x34f574=_0x60da9a=>{_0x60da9a!=null&&(_0x2ba9f2(_0x495a32=>({..._0x495a32,'rotation':_0x60da9a})),_0x141044({'rotation':_0x60da9a}));},_0xca75c7=_0x107565=>{const _0x590354=_0x47e296;_0x394300[_0x590354(0x4dd)](lf['id'],{'unitId':_0x2feead,'subUnitId':_0x104c04,'drawingId':_0x5ce186,'arrangeType':_0x107565});},_0x5dac15=_0x2a4b4f===_0x42916e[_0x47e296(0x2d7)];return _0xa122b1('div',{'className':_0x47e296(0x869),'children':[_0xa122b1('section',{'className':_0x47e296(0x45f),'children':[_0x4b9848(_0x47e296(0x454),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x1709d9['t'](_0x47e296(0x55d))}),_0xa122b1(_0x47e296(0x949),{'className':'univer-grid\x20univer-grid-cols-2\x20univer-gap-2','children':[_0xa122b1(_0x215cab,{'size':'small','onClick':()=>_0xca75c7(_0x40ce86['forward']),'children':[_0x4b9848(_0x5a8328,{}),_0x4b9848('span',{'children':_0x1709d9['t']('slides-ui.image-panel.arrange.forward')})]}),_0xa122b1(_0x215cab,{'size':_0x47e296(0x5eb),'onClick':()=>_0xca75c7(_0x40ce86[_0x47e296(0x202)]),'children':[_0x4b9848(_0x5ce362,{}),_0x4b9848(_0x47e296(0x9d2),{'children':_0x1709d9['t'](_0x47e296(0x811))})]}),_0xa122b1(_0x215cab,{'size':_0x47e296(0x5eb),'onClick':()=>_0xca75c7(_0x40ce86['front']),'children':[_0x4b9848(_0x16bbef,{}),_0x4b9848(_0x47e296(0x9d2),{'children':_0x1709d9['t'](_0x47e296(0x607))})]}),_0xa122b1(_0x215cab,{'size':_0x47e296(0x5eb),'onClick':()=>_0xca75c7(_0x40ce86[_0x47e296(0x2cc)]),'children':[_0x4b9848(_0x5d32c0,{}),_0x4b9848(_0x47e296(0x9d2),{'children':_0x1709d9['t'](_0x47e296(0x5ad))})]})]})]}),_0xa122b1('section',{'className':'univer-grid\x20univer-gap-2','children':[_0x4b9848(_0x47e296(0x454),{'className':_0x47e296(0x9e5),'children':_0x1709d9['t'](_0x47e296(0x97f))}),_0xa122b1('div',{'className':_0x47e296(0x3c3),'children':[_0xa122b1(_0x47e296(0x949),{'children':[_0x4b9848('span',{'className':_0x47e296(0x246),'children':_0x1709d9['t']('slides-ui.image-panel.transform.width')}),_0x4b9848(_0x2d8e90,{'precision':0x1,'min':0x1,'value':_0x313607[_0x47e296(0x8d2)],'onChange':_0x962e39})]}),_0xa122b1(_0x47e296(0x949),{'children':[_0x4b9848(_0x47e296(0x9d2),{'className':'univer-text-xs\x20univer-text-gray-500\x20dark:!univer-text-gray-400','children':_0x1709d9['t']('slides-ui.image-panel.transform.height')}),_0x4b9848(_0x2d8e90,{'precision':0x1,'min':0x1,'value':_0x313607[_0x47e296(0x95b)],'onChange':_0x50d17e})]}),_0xa122b1(_0x47e296(0x949),{'className':_0x47e296(0x69a),'children':[_0x4b9848(_0x47e296(0x9d2),{'className':_0x47e296(0x246),'children':_0x1709d9['t'](_0x47e296(0x64b))}),_0x4b9848(_0x37362f,{'checked':_0x4af1bb,'onChange':_0x41867b=>_0x12e56a(_0x41867b)})]}),_0xa122b1(_0x47e296(0x949),{'children':[_0x4b9848(_0x47e296(0x9d2),{'className':_0x47e296(0x246),'children':_0x1709d9['t'](_0x47e296(0x3f4))}),_0x4b9848(_0x2d8e90,{'precision':0x1,'value':_0x313607[_0x47e296(0x5e2)],'onChange':_0x2bbc91})]}),_0xa122b1(_0x47e296(0x949),{'children':[_0x4b9848('span',{'className':_0x47e296(0x246),'children':_0x1709d9['t'](_0x47e296(0x81f))}),_0x4b9848(_0x2d8e90,{'precision':0x1,'value':_0x313607[_0x47e296(0x717)],'onChange':_0x251e98})]}),_0xa122b1(_0x47e296(0x949),{'children':[_0x4b9848(_0x47e296(0x9d2),{'className':_0x47e296(0x246),'children':_0x1709d9['t'](_0x47e296(0x155))}),_0x4b9848(_0x2d8e90,{'precision':0x1,'value':_0x313607[_0x47e296(0x7e8)],'onChange':_0x34f574})]})]})]}),_0x5dac15&&_0xa122b1('section',{'className':_0x47e296(0x45f),'children':[_0x4b9848(_0x47e296(0x454),{'className':_0x47e296(0x9e5),'children':_0x1709d9['t'](_0x47e296(0x2c3))}),_0xa122b1(_0x47e296(0x949),{'className':_0x47e296(0x902),'children':[_0xa122b1(_0x215cab,{'size':'small','onClick':()=>{const _0x53b698=_0x47e296;_0x394300[_0x53b698(0x4dd)](Ji['id'],{'unitId':_0x2feead,'subUnitId':_0x104c04,'drawingId':_0x5ce186});},'children':[_0x4b9848(_0xb79659,{}),_0x4b9848(_0x47e296(0x9d2),{'children':_0x1709d9['t'](_0x47e296(0x94e))})]}),_0x4b9848(_0x507cf6,{'overlay':_0x4b9848(_0x47e296(0x949),{'className':_0x47e296(0x759),'children':_0x4b9848(Vf,{'onSelect':_0x252d30=>{const _0x2dd647=_0x47e296;_0x394300[_0x2dd647(0x4dd)](Jp['id'],{'unitId':_0x2feead,'subUnitId':_0x104c04,'drawingId':_0x5ce186,'prstGeom':_0x252d30[_0x2dd647(0x72f)],'adjustValues':void 0x0}),_0x36ac93(!0x1);}})}),'open':_0x3c8e44,'onOpenChange':_0x36ac93,'children':_0x4b9848(_0x215cab,{'size':'small','children':_0x4b9848('span',{'children':_0x1709d9['t'](_0x47e296(0x918))})})})]})]})]});}const $m={'color':Ma,'opacity':0.4,'size':0x64,'blurRadius':0x4,'distance':0x3,'direction':0x2d},eh=_0x5347ad(0x90d),th=_0x5347ad(0x3de),nh=[{'id':_0xe440cd[_0x5347ad(0x3a6)],'direction':0x2d,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0xe440cd['Shdw5'],'direction':0x87,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0xe440cd[_0x5347ad(0x806)],'direction':0x13b,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0xe440cd[_0x5347ad(0xa01)],'direction':0xe1,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0xe440cd[_0x5347ad(0x29f)],'direction':0x2d,'distance':0x2,'blurRadius':0x2,'size':0x64,'opacity':0.35},{'id':_0xe440cd[_0x5347ad(0x43e)],'direction':0xe1,'distance':0x6,'blurRadius':0x8,'size':0x64,'opacity':0.45}];function rh(_0x36b451,_0x1e83c2){const _0x1dc1a4=_0x5347ad;if(typeof _0x36b451!=_0x1dc1a4(0x9e6))return _0x1e83c2;let _0x31225a=_0x36b451[_0x1dc1a4(0x59b)]();return/^#[0-9a-f]{6}$/i['test'](_0x31225a)||/^#[0-9a-f]{3}$/i[_0x1dc1a4(0x5fe)](_0x31225a)?_0x31225a:_0x1e83c2;}function ih(_0x137a82,_0x2a454c,_0x1a5917){const _0x3a88df=_0x5347ad;return'#'+[_0x137a82,_0x2a454c,_0x1a5917][_0x3a88df(0x85d)](_0x331e0b=>Math['max'](0x0,Math['min'](0xff,_0x331e0b))['toString'](0x10)[_0x3a88df(0x1b4)](0x2,'0'))[_0x3a88df(0x938)]('');}function ah(_0x4dd1ea){const _0x42e14b=_0x5347ad;if(typeof _0x4dd1ea!='string')return{'color':$m[_0x42e14b(0x3b7)]};let _0xd7bf0e=/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*([0-9.]+))?\s*\)$/i[_0x42e14b(0x7a5)](_0x4dd1ea['trim']());return _0xd7bf0e?{'color':ih(Number(_0xd7bf0e[0x1]),Number(_0xd7bf0e[0x2]),Number(_0xd7bf0e[0x3])),'opacity':_0xd7bf0e[0x4]===void 0x0?void 0x0:Math['max'](0x0,Math[_0x42e14b(0x2f7)](0x1,Number(_0xd7bf0e[0x4])))}:{'color':rh(_0x4dd1ea,$m['color'])};}function oh(_0x1464f6,_0x15f536,_0x3c8c1c){const _0x5ae6a4=_0x5347ad;return Math[_0x5ae6a4(0x496)](_0x15f536,Math[_0x5ae6a4(0x2f7)](_0x3c8c1c,_0x1464f6));}function sh(_0x11c0ab){const _0x1b69bf=_0x5347ad;return nh[_0x1b69bf(0x697)](_0x69a84d=>_0x69a84d['id']===_0x11c0ab);}function ch(_0x3064a3,_0x121c2a){const _0x535c1a=_0x5347ad;var _0x342e9e;if(!_0x121c2a)return eh;let _0x50fef9=nh[_0x535c1a(0x850)](_0x169ec2=>Math[_0x535c1a(0x875)](_0x169ec2[_0x535c1a(0x53c)]-_0x3064a3[_0x535c1a(0x2a5)])<0.0001&&Math[_0x535c1a(0x875)](_0x169ec2[_0x535c1a(0x61e)]-_0x3064a3[_0x535c1a(0x41f)])<0.0001&&Math[_0x535c1a(0x875)](_0x169ec2['blurRadius']-_0x3064a3[_0x535c1a(0x992)])<0.0001&&Math[_0x535c1a(0x875)](_0x169ec2['distance']-_0x3064a3[_0x535c1a(0x8e9)])<0.0001&&Math[_0x535c1a(0x875)](_0x169ec2[_0x535c1a(0x4a6)]-_0x3064a3[_0x535c1a(0x473)])<0.0001);return(_0x342e9e=_0x50fef9==null?void 0x0:_0x50fef9['id'])==null?th:_0x342e9e;}function lh(_0x30d020){const _0x59226f=_0x5347ad;var _0x53cd2b,_0x5666b6,_0xbcc417,_0x25470a,_0x2eeb92,_0x42002c,_0x4da3a1;let _0x108257=_0x30d020['outerShadow'],_0x390ae8=ah(_0x108257==null?void 0x0:_0x108257['color']),_0x10d4a1=oh(Number((_0x53cd2b=(_0x5666b6=_0x108257==null?void 0x0:_0x108257['opacity'])==null?_0x390ae8[_0x59226f(0x53c)]:_0x5666b6)==null?$m['opacity']:_0x53cd2b),0x0,0x1),_0x60fda6=oh(Number((((_0xbcc417=_0x108257==null?void 0x0:_0x108257['sx'])==null?0x1:_0xbcc417)+((_0x25470a=_0x108257==null?void 0x0:_0x108257['sy'])==null?0x1:_0x25470a))/0x2*0x64),0x0,0x1f4),_0x1c8a35=Math[_0x59226f(0x496)](0x0,Number((_0x2eeb92=_0x108257==null?void 0x0:_0x108257['blurRadius'])==null?$m[_0x59226f(0x23f)]:_0x2eeb92)),_0xf73dd7=Math['max'](0x0,Number((_0x42002c=_0x108257==null?void 0x0:_0x108257[_0x59226f(0x374)])==null?$m[_0x59226f(0x374)]:_0x42002c)),_0xff968b=oh(Number((_0x4da3a1=_0x108257==null?void 0x0:_0x108257[_0x59226f(0x4a6)])==null?$m[_0x59226f(0x4a6)]:_0x4da3a1),0x0,0x168),_0x52581a=!!(_0x108257!=null&&_0x108257[_0x59226f(0x3b7)]);return{'shadowEnabled':_0x52581a,'shadowPreset':_0x52581a&&sh(_0x108257==null?void 0x0:_0x108257[_0x59226f(0x990)])?_0x108257[_0x59226f(0x990)]:ch({'shadowOpacity':_0x10d4a1,'shadowSize':_0x60fda6,'shadowBlurRadius':_0x1c8a35,'shadowDistance':_0xf73dd7,'shadowDirection':_0xff968b},_0x52581a),'shadowColor':_0x390ae8[_0x59226f(0x3b7)],'shadowOpacity':_0x10d4a1,'shadowSize':_0x60fda6,'shadowBlurRadius':_0x1c8a35,'shadowDistance':_0xf73dd7,'shadowDirection':_0xff968b};}function uh(_0x18498b){const _0x3cf05b=_0x5347ad;let {drawingId:_0x126f20,shapeData:_0x42de0e,subUnitId:_0x22d029,unitId:_0x4723e8}=_0x18498b,_0x581fc1=_0x4427ea(_0x4c8617),_0x58194d=_0x4427ea(_0x46972e),[_0x178078,_0x312cb6]=_0x4692d4(()=>lh(_0x42de0e)),[_0x565599,_0x19db11]=_0x4692d4(!0x1),_0x4903bf=_0x78f4e5(()=>({'unitId':_0x4723e8,'subUnitId':_0x22d029,'drawingId':_0x126f20}),[_0x126f20,_0x22d029,_0x4723e8]),_0xceb660=_0x285b90=>{const _0x23f6eb=_0x262c;_0x58194d[_0x23f6eb(0x4dd)](Gp['id'],{..._0x4903bf,'outerShadow':_0x285b90['shadowEnabled']?{'color':_0x285b90[_0x23f6eb(0x735)],'preset':sh(_0x285b90['shadowPreset'])?_0x285b90['shadowPreset']:void 0x0,'opacity':_0x285b90['shadowOpacity'],'sx':_0x285b90[_0x23f6eb(0x41f)]/0x64,'sy':_0x285b90['shadowSize']/0x64,'blurRadius':_0x285b90[_0x23f6eb(0x992)],'distance':_0x285b90[_0x23f6eb(0x8e9)],'direction':_0x285b90[_0x23f6eb(0x473)]}:null});},_0x3f3b9a=[{'label':_0x581fc1['t'](_0x3cf05b(0x99a)),'value':eh},...nh[_0x3cf05b(0x85d)](_0x4220e3=>({'label':_0x581fc1['t'](_0x3cf05b(0x766)+_0x4220e3['id']),'value':_0x4220e3['id']})),{'label':_0x581fc1['t']('slides-ui.shapePanel.style.shadowPresetCustom'),'value':th}],_0x6090a4=Math[_0x3cf05b(0x3f8)]((0x1-_0x178078['shadowOpacity'])*0x64);return _0x4b9848('section',{'className':_0x3cf05b(0x393),'children':_0xa122b1(_0x3cf05b(0x949),{'className':_0x3cf05b(0x3ad),'children':[_0xa122b1(_0x3cf05b(0x461),{'className':_0x3cf05b(0x166),'children':[_0x4b9848('span',{'className':_0x3cf05b(0x60b),'children':_0x581fc1['t'](_0x3cf05b(0x682))}),_0x4b9848(_0x551b1a,{'className':_0x3cf05b(0x2f9),'value':_0x178078[_0x3cf05b(0x353)],'options':_0x3f3b9a,'onChange':_0x1bb6ae=>{const _0xcf3a6d=_0x3cf05b;var _0x300d03,_0x246eee,_0x52cea2,_0x3392a5,_0x29fd70;let _0xc2c31=_0x1bb6ae;if(_0xc2c31===eh){let _0x317e8e={..._0x178078,'shadowEnabled':!0x1,'shadowPreset':eh};_0x312cb6(_0x317e8e),_0xceb660(_0x317e8e);return;}let _0x57eb60=nh[_0xcf3a6d(0x850)](_0x139798=>_0x139798['id']===_0xc2c31),_0xccd607={..._0x178078,'shadowEnabled':!0x0,'shadowPreset':_0xc2c31,'shadowOpacity':(_0x300d03=_0x57eb60==null?void 0x0:_0x57eb60['opacity'])==null?_0x178078[_0xcf3a6d(0x2a5)]:_0x300d03,'shadowSize':(_0x246eee=_0x57eb60==null?void 0x0:_0x57eb60[_0xcf3a6d(0x61e)])==null?_0x178078[_0xcf3a6d(0x41f)]:_0x246eee,'shadowBlurRadius':(_0x52cea2=_0x57eb60==null?void 0x0:_0x57eb60[_0xcf3a6d(0x23f)])==null?_0x178078[_0xcf3a6d(0x992)]:_0x52cea2,'shadowDistance':(_0x3392a5=_0x57eb60==null?void 0x0:_0x57eb60[_0xcf3a6d(0x374)])==null?_0x178078[_0xcf3a6d(0x8e9)]:_0x3392a5,'shadowDirection':(_0x29fd70=_0x57eb60==null?void 0x0:_0x57eb60[_0xcf3a6d(0x4a6)])==null?_0x178078[_0xcf3a6d(0x473)]:_0x29fd70};_0x312cb6(_0xccd607),_0xceb660(_0xccd607);}})]}),_0x178078[_0x3cf05b(0x98c)]&&_0xa122b1(_0x141423,{'children':[_0xa122b1('label',{'className':_0x3cf05b(0x166),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':_0x3cf05b(0x60b),'children':_0x581fc1['t'](_0x3cf05b(0x98a))}),_0x4b9848(_0x507cf6,{'overlay':_0x4b9848(_0x3cf05b(0x949),{'className':_0x3cf05b(0x3cb),'data-u-comp':_0x3cf05b(0x366),'children':_0x4b9848(_0x48ab45,{'value':_0x178078[_0x3cf05b(0x735)],'onChange':_0x1f0a73=>{let _0x2c81fe={..._0x178078,'shadowPreset':th,'shadowColor':_0x1f0a73};_0x312cb6(_0x2c81fe),_0xceb660(_0x2c81fe);}})}),'open':_0x565599,'onOpenChange':_0x19db11,'children':_0xa122b1(_0x3cf05b(0x47a),{'type':_0x3cf05b(0x47a),'aria-expanded':_0x565599,'aria-label':_0x581fc1['t']('slides-ui.shapePanel.style.shadowColor'),'className':_0x3cf05b(0x4e2),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':_0x3cf05b(0x82a),'style':{'backgroundColor':_0x178078['shadowColor']}}),_0x4b9848(_0x3cf05b(0x9d2),{'className':'univer-min-w-0\x20univer-flex-1\x20univer-truncate','children':_0x178078[_0x3cf05b(0x735)][_0x3cf05b(0x736)]()}),_0x4b9848(_0x456395,{'className':'univer-shrink-0\x20univer-text-xs\x20univer-text-gray-500'})]})})]}),_0xa122b1(_0x3cf05b(0x461),{'className':_0x3cf05b(0x166),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':_0x3cf05b(0x60b),'children':_0x581fc1['t']('slides-ui.shapePanel.style.shadowTransparency')}),_0x4b9848(_0x2d8e90,{'className':_0x3cf05b(0x6aa),'min':0x0,'max':0x64,'precision':0x0,'value':_0x6090a4,'formatter':_0x165076=>_0x165076+'%','parser':_0x15570d=>(_0x15570d==null?void 0x0:_0x15570d['replace']('%',''))||'','onChange':_0x365977=>{let _0x1ad056=oh(Number(_0x365977==null?0x0:_0x365977),0x0,0x64),_0x47c824={..._0x178078,'shadowPreset':th,'shadowOpacity':(0x64-_0x1ad056)/0x64};_0x312cb6(_0x47c824),_0xceb660(_0x47c824);}})]}),_0xa122b1('label',{'className':_0x3cf05b(0x166),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':_0x3cf05b(0x60b),'children':_0x581fc1['t'](_0x3cf05b(0x1c0))}),_0x4b9848(_0x2d8e90,{'className':_0x3cf05b(0x6aa),'min':0x0,'max':0x1f4,'precision':0x0,'value':_0x178078[_0x3cf05b(0x41f)],'formatter':_0x721fa0=>_0x721fa0+'%','parser':_0x14e5c1=>(_0x14e5c1==null?void 0x0:_0x14e5c1[_0x3cf05b(0x879)]('%',''))||'','onChange':_0x5389c9=>{const _0x251895=_0x3cf05b;let _0x275dd1={..._0x178078,'shadowPreset':th,'shadowSize':oh(Number(_0x5389c9==null?$m[_0x251895(0x61e)]:_0x5389c9),0x0,0x1f4)};_0x312cb6(_0x275dd1),_0xceb660(_0x275dd1);}})]}),_0xa122b1('label',{'className':_0x3cf05b(0x166),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':'dark:!univer-text-gray-200','children':_0x581fc1['t'](_0x3cf05b(0x43c))}),_0x4b9848(_0x2d8e90,{'className':_0x3cf05b(0x6aa),'min':0x0,'precision':0x1,'value':_0x178078[_0x3cf05b(0x992)],'onChange':_0x4d0a47=>{let _0x41cfeb={..._0x178078,'shadowPreset':th,'shadowBlurRadius':Math['max'](0x0,Number(_0x4d0a47==null?0x0:_0x4d0a47))};_0x312cb6(_0x41cfeb),_0xceb660(_0x41cfeb);}})]}),_0xa122b1(_0x3cf05b(0x461),{'className':_0x3cf05b(0x166),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':_0x3cf05b(0x60b),'children':_0x581fc1['t']('slides-ui.shapePanel.style.shadowDistance')}),_0x4b9848(_0x2d8e90,{'className':_0x3cf05b(0x6aa),'min':0x0,'precision':0x1,'value':_0x178078['shadowDistance'],'onChange':_0x570068=>{let _0x269c7a={..._0x178078,'shadowPreset':th,'shadowDistance':Math['max'](0x0,Number(_0x570068==null?0x0:_0x570068))};_0x312cb6(_0x269c7a),_0xceb660(_0x269c7a);}})]}),_0xa122b1(_0x3cf05b(0x461),{'className':_0x3cf05b(0x166),'children':[_0x4b9848(_0x3cf05b(0x9d2),{'className':'dark:!univer-text-gray-200','children':_0x581fc1['t'](_0x3cf05b(0x475))}),_0x4b9848(_0x2d8e90,{'className':_0x3cf05b(0x6aa),'min':0x0,'max':0x168,'precision':0x0,'value':_0x178078[_0x3cf05b(0x473)],'onChange':_0x573217=>{const _0x539595=_0x3cf05b;let _0x5d351f={..._0x178078,'shadowPreset':th,'shadowDirection':Math[_0x539595(0x496)](0x0,Math[_0x539595(0x2f7)](0x168,Number(_0x573217==null?0x0:_0x573217)))};_0x312cb6(_0x5d351f),_0xceb660(_0x5d351f);}})]})]})]})});}function dh(_0x2de786){const _0x97058a=_0x5347ad;var _0x464747,_0x59b317,_0x344812,_0x281504,_0x1bf2d6,_0xfac2e5,_0x5332b8;let _0x1e877c=_0x4427ea(_0x4c8617),_0x2ff5b3=((_0x464747=_0x2de786[_0x97058a(0x5fb)])==null?void 0x0:_0x464747[_0x97058a(0x72f)])===_0x42916e[_0x97058a(0x514)],_0x2032ce=((_0x59b317=_0x2de786[_0x97058a(0x5fb)])==null?void 0x0:_0x59b317[_0x97058a(0x72f)])===_0x42916e['Group'],_0x56f7d2=_0x2ff5b3||_0x2032ce,[_0x19ebd8,_0x18cef6]=_0x4692d4(+!_0x56f7d2);if(_0x2d05a9(()=>{_0x18cef6(+!_0x56f7d2);},[_0x56f7d2,_0x2de786['drawingId']]),!_0x2de786['unitId']||!_0x2de786[_0x97058a(0x657)]||!_0x2de786[_0x97058a(0x51f)])return _0x4b9848(_0x97058a(0x949),{'className':_0x97058a(0x5b5),'children':_0x1e877c['t'](_0x97058a(0x67a))});let _0x796d93=_0x2ff5b3?_0x2de786[_0x97058a(0x5fb)]:void 0x0,_0x3e0a71=(_0x344812=_0x796d93==null?void 0x0:_0x796d93[_0x97058a(0x4fd)])==null?{'fill':{'fillType':_0x2032ce?_0x51273c['NoFill']:_0x51273c[_0x97058a(0x3dd)],'color':_0x588523['fill'],'opacity':0x1},'stroke':{'lineStrokeType':_0x52dafb[_0x97058a(0x5ba)],'color':_0x588523[_0x97058a(0x659)],'width':_0x588523[_0x97058a(0x9da)],'opacity':0x1}}:_0x344812,_0x57324e=_0x3e0a71['shapeType'],_0x5c6cfe=_0x57324e?_0x556e5e(_0x57324e):!0x1,_0x16cca4=_0x2de786[_0x97058a(0x51f)]+':'+((_0x281504=_0x796d93==null?void 0x0:_0x796d93['id'])==null?_0x2de786['drawingId']:_0x281504),_0x3bbf6a=[{'label':_0xa122b1(_0x97058a(0x9d2),{'className':_0x97058a(0x17c),'children':[_0x4b9848(_0x175336,{'className':_0x97058a(0x269),'extend':{'colorChannel1':(_0x1bf2d6=(_0xfac2e5=_0x3e0a71['fill'])==null?void 0x0:_0xfac2e5[_0x97058a(0x3b7)])==null?_0x588523[_0x97058a(0x188)]:_0x1bf2d6}}),_0x1e877c['t']('slides-ui.shapePanel.fill.title')]}),'children':_0x4b9848(_0x97058a(0x89f),{'className':_0x97058a(0x6be),'children':_0x4b9848(Ym,{'unitId':_0x2de786[_0x97058a(0x51b)],'subUnitId':_0x2de786[_0x97058a(0x657)],'drawingId':_0x2de786[_0x97058a(0x51f)],'shapeData':_0x3e0a71,'isLineShape':_0x5c6cfe},_0x16cca4+_0x97058a(0x178))})},{'label':_0xa122b1(_0x97058a(0x9d2),{'className':_0x97058a(0x17c),'children':[_0x4b9848(_0x1982aa,{'className':'univer-text-primary-500'}),_0x1e877c['t'](_0x97058a(0x2a6))]}),'children':_0x4b9848(_0x97058a(0x89f),{'className':_0x97058a(0x6be),'children':_0x4b9848(Xm,{'unitId':_0x2de786['unitId'],'subUnitId':_0x2de786['subUnitId'],'drawingId':_0x2de786[_0x97058a(0x51f)],'shapeData':_0x3e0a71,'isLineShape':_0x5c6cfe},_0x16cca4+_0x97058a(0x3e0))})},..._0x796d93?[{'label':_0xa122b1(_0x97058a(0x9d2),{'className':_0x97058a(0x17c),'children':[_0x4b9848(_0x3b4964,{'className':'univer-text-primary-500'}),_0x1e877c['t'](_0x97058a(0x731))]}),'children':_0x4b9848(_0x97058a(0x89f),{'className':_0x97058a(0x6be),'children':_0x4b9848(uh,{'unitId':_0x2de786[_0x97058a(0x51b)],'subUnitId':_0x2de786[_0x97058a(0x657)],'drawingId':_0x2de786[_0x97058a(0x51f)],'shapeData':_0x3e0a71},_0x16cca4+_0x97058a(0x361))})}]:[]];return _0xa122b1(_0x97058a(0x949),{'className':_0x97058a(0x9c0),'children':[_0x4b9848('div',{'className':'univer-p-3','children':_0x4b9848(_0x328f6c,{'value':_0x19ebd8,'onChange':_0x25f035=>_0x18cef6(Number(_0x25f035)),'items':[..._0x56f7d2?[{'label':_0x1e877c['t'](_0x97058a(0x8bc)),'value':0x0}]:[],{'label':_0x1e877c['t']('slides-ui.shapePanel.shapePosition'),'value':0x1}]})}),_0x4b9848(_0x97058a(0x949),{'className':_0x97058a(0x493),'children':_0x56f7d2&&_0x19ebd8===0x0?_0x4b9848(_0x97058a(0x949),{'className':_0x97058a(0x60b),'children':_0x4b9848(_0x2dd721,{'items':_0x3bbf6a})}):_0x4b9848('div',{'className':_0x97058a(0x4c0),'children':_0x4b9848(Qm,{'unitId':_0x2de786['unitId'],'subUnitId':_0x2de786[_0x97058a(0x657)],'drawingId':_0x2de786['drawingId'],'transform':_0x2de786[_0x97058a(0x2d1)],'elementType':(_0x5332b8=_0x2de786[_0x97058a(0x5fb)])==null?void 0x0:_0x5332b8['type']})})})]});}const fh=_0x5347ad(0x981);function ph(_0x4a9dc4){const _0x18c660=_0x5347ad;let {theme:_0x351e96}=_0x4a9dc4,_0x1fe5b0=_0x502f23(_0x351e96);return _0xa122b1(_0x18c660(0x949),{'className':_0x18c660(0x727),'style':{'background':_0x1fe5b0[_0x18c660(0x7a1)],'height':0x40,'position':'relative','width':0x80},'children':[_0x4b9848(_0x18c660(0x949),{'className':_0x18c660(0x26b),'style':{'color':_0x1fe5b0[_0x18c660(0x742)],'left':0xc,'lineHeight':0x1,'position':_0x18c660(0x820),'top':0x8},'children':'文文'}),_0x4b9848(_0x18c660(0x949),{'style':{'background':_0x1fe5b0[_0x18c660(0x550)],'bottom':0x16,'height':0x1,'left':0xc,'position':_0x18c660(0x820),'right':0xc}}),_0x4b9848('div',{'style':{'bottom':0x8,'display':_0x18c660(0x628),'gap':0x4,'left':0xc,'position':_0x18c660(0x820)},'children':_0x1fe5b0[_0x18c660(0x441)][_0x18c660(0x5b1)](0x0,0x3)['map']((_0x1ce800,_0x1d3b0d)=>_0x4b9848(_0x18c660(0x9d2),{'className':'univer-border-white/70\x20univer-rounded-[1px]\x20univer-border','style':{'background':_0x1ce800,'display':_0x18c660(0x5c1),'height':0x8,'minHeight':0x8,'width':0x12}},_0x1ce800+'-'+_0x1d3b0d))})]});}function mh(){const _0x1ca410=_0x5347ad;var _0x1fe7da,_0x4a6e59,_0x489988;let _0x5bc788=_0x4427ea(_0x46972e),_0x505e27=_0x4427ea(_0x1c430b),_0x2466c5=_0x4427ea(_0x4c8617),_0x271234=_0x505e27[_0x1ca410(0x9ed)](_0x2a9855['UNIVER_SLIDE']),_0x211e32=(_0x1fe7da=_0x37e5d1(_0x271234==null?void 0x0:_0x271234[_0x1ca410(0x156)]['data$']))==null?_0x271234==null?void 0x0:_0x271234[_0x1ca410(0x156)]['getData']():_0x1fe7da,_0x58efec=(_0x4a6e59=_0x211e32==null?void 0x0:_0x211e32['id'])==null?(_0x489988=_0x49b7f3[0x0])==null?void 0x0:_0x489988['id']:_0x4a6e59,_0x955bcd=_0x78f4e5(()=>_0x49b7f3,[]),_0x8eedac=_0x4b95a5=>{const _0x5c68b3=_0x1ca410;_0x4b95a5&&_0x5bc788[_0x5c68b3(0x4dd)](dm['id'],{'unitId':_0x271234==null?void 0x0:_0x271234['getUnitId'](),'themeId':_0x4b95a5});};return _0xa122b1(_0x1ca410(0x949),{'className':_0x1ca410(0x9e7),'children':[_0x4b9848('div',{'className':'univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-700\x20dark:!univer-text-gray-200','children':_0x2466c5['t']('slides-ui.themePicker.title')}),_0x4b9848('div',{'className':_0x1ca410(0x582),'children':_0x955bcd[_0x1ca410(0x85d)](_0x4a28a8=>_0xa122b1(_0x1ca410(0x47a),{'type':_0x1ca410(0x47a),'className':_0xae34a3('univer-flex\x20univer-cursor-pointer\x20univer-flex-col\x20univer-gap-1.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-bg-white\x20univer-p-1.5\x20univer-transition-all\x20hover:univer-border-primary-400\x20hover:univer-bg-gray-50\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x20dark:hover:!univer-border-primary-400\x20dark:hover:!univer-bg-gray-700',_0x4a28a8['id']===_0x58efec||_0x58efec===_0x1ca410(0x345)&&_0x4a28a8['id']===_0x1ca410(0xa1f)?'univer-border-primary-500\x20univer-ring-2\x20univer-ring-primary-100\x20dark:!univer-border-primary-400\x20dark:!univer-ring-primary-900':'univer-border-gray-200'),'title':_0x4a28a8[_0x1ca410(0x154)],'onClick':()=>_0x8eedac(_0x4a28a8['id']),'children':[_0x4b9848(ph,{'theme':_0x4a28a8}),_0x4b9848('span',{'className':_0x1ca410(0x19a),'children':_0x4a28a8['name']})]},_0x4a28a8['id']))})]});}function hh(_0x4104e9){const _0x54178a=_0x5347ad;return _0x4104e9===_0x5ef372['Push']||_0x4104e9===_0x5ef372[_0x54178a(0x25b)]||_0x4104e9===_0x5ef372[_0x54178a(0x31a)]||_0x4104e9===_0x5ef372[_0x54178a(0x1dd)]||_0x4104e9===_0x5ef372[_0x54178a(0x597)]||_0x4104e9===_0x5ef372[_0x54178a(0x343)];}function gh(_0x29242e){const _0x1bc199=_0x5347ad;return _0x29242e!==_0x5ef372[_0x1bc199(0x93c)]&&_0x29242e!==_0x5ef372[_0x1bc199(0x7b3)];}function _h(_0x3b4e1e,_0x514de7,_0x4d52f5){return gh(_0x3b4e1e)?hh(_0x3b4e1e)?{'type':_0x3b4e1e,'direction':_0x514de7,'duration':_0x4d52f5}:{'type':_0x3b4e1e,'duration':_0x4d52f5}:{'type':_0x3b4e1e};}function vh(_0x50a268,_0x1c9248,_0xe7e350){const _0xf6590b=_0x5347ad;var _0x42bfec,_0x386519,_0x57d73a;let _0x295ffe=_0x1c9248&&_0x50a268['slides'][_0x1c9248]?_0x1c9248:_0xe7e350,_0x584289=_0x3e2436(_0x50a268,_0x295ffe);return{'slideId':_0x295ffe,'effect':(_0x42bfec=_0x584289==null?void 0x0:_0x584289[_0xf6590b(0x72f)])==null?_0x5ef372[_0xf6590b(0x93c)]:_0x42bfec,'direction':(_0x386519=_0x584289==null?void 0x0:_0x584289[_0xf6590b(0x4a6)])==null?_0x2537ac['Right']:_0x386519,'duration':(_0x57d73a=_0x584289==null?void 0x0:_0x584289[_0xf6590b(0x8d4)])==null?0x2bc:_0x57d73a};}function yh(_0x5acd26){const _0x44f9ee=_0x5347ad;return{'unitId':_0x5acd26[_0x44f9ee(0x51b)],'subUnitIds':_0x5acd26[_0x44f9ee(0x919)]?void 0x0:[_0x5acd26[_0x44f9ee(0x95d)]],'applyToAll':_0x5acd26[_0x44f9ee(0x919)],'transition':_h(_0x5acd26['effect'],_0x5acd26['direction'],Math[_0x44f9ee(0x496)](0x0,_0x5acd26[_0x44f9ee(0x8d4)]))};}function bh(_0x24605a){const _0x180461=_0x5347ad;var _0xe1f7f8;let _0x8dbe6f=_0x4427ea(_0x4c8617),_0x310c11=_0x4427ea(_0x46972e),_0x175545=_0x4427ea(_0x1c430b)[_0x180461(0x46d)](_0x24605a['unitId'],_0x2a9855[_0x180461(0x57f)]),_0x54020c=_0x37e5d1(_0x175545==null?void 0x0:_0x175545[_0x180461(0x27d)][_0x180461(0x295)]),_0x2c84ca=_0x175545?vh(_0x175545[_0x180461(0x996)](),_0x54020c==null?(_0xe1f7f8=_0x175545[_0x180461(0x27d)][_0x180461(0x3c9)]())==null?void 0x0:_0xe1f7f8[_0x180461(0xa23)]():_0x54020c,_0x24605a[_0x180461(0x657)]):null,[_0x54dd2e,_0x5900c3]=_0x4692d4(()=>{const _0x2a9959=_0x180461;var _0x438310;return(_0x438310=_0x2c84ca==null?void 0x0:_0x2c84ca[_0x2a9959(0xa07)])==null?_0x5ef372[_0x2a9959(0x93c)]:_0x438310;}),[_0x323dc6,_0x26f4e8]=_0x4692d4(()=>{const _0x1c922f=_0x180461;var _0x4e1e67;return(_0x4e1e67=_0x2c84ca==null?void 0x0:_0x2c84ca['direction'])==null?_0x2537ac[_0x1c922f(0x801)]:_0x4e1e67;}),[_0x552034,_0x1ec14e]=_0x4692d4(()=>{const _0x39f85e=_0x180461;var _0x28ef39;return(_0x28ef39=_0x2c84ca==null?void 0x0:_0x2c84ca[_0x39f85e(0x8d4)])==null?0x2bc:_0x28ef39;});_0x2d05a9(()=>{const _0xe554b8=_0x180461;_0x2c84ca&&(_0x5900c3(_0x2c84ca[_0xe554b8(0xa07)]),_0x26f4e8(_0x2c84ca[_0xe554b8(0x4a6)]),_0x1ec14e(_0x2c84ca[_0xe554b8(0x8d4)]));},[_0x2c84ca==null?void 0x0:_0x2c84ca[_0x180461(0x4a6)],_0x2c84ca==null?void 0x0:_0x2c84ca['duration'],_0x2c84ca==null?void 0x0:_0x2c84ca[_0x180461(0xa07)],_0x2c84ca==null?void 0x0:_0x2c84ca[_0x180461(0x95d)]]);let _0x8379fc=_0x78f4e5(()=>[{'label':_0x8dbe6f['t'](_0x180461(0x29c)),'value':_0x5ef372[_0x180461(0x93c)]},{'label':_0x8dbe6f['t']('slides-ui.transitionPanel.effects.fade'),'value':_0x5ef372[_0x180461(0x7bd)]},{'label':_0x8dbe6f['t']('slides-ui.transitionPanel.effects.push'),'value':_0x5ef372[_0x180461(0x6c7)]},{'label':_0x8dbe6f['t'](_0x180461(0xa32)),'value':_0x5ef372['Wipe']},{'label':_0x8dbe6f['t'](_0x180461(0x18b)),'value':_0x5ef372[_0x180461(0x343)]},{'label':_0x8dbe6f['t']('slides-ui.transitionPanel.effects.reveal'),'value':_0x5ef372[_0x180461(0x597)]},{'label':_0x8dbe6f['t'](_0x180461(0x4d2)),'value':_0x5ef372[_0x180461(0x7b3)]},{'label':_0x8dbe6f['t']('slides-ui.transitionPanel.effects.uncover'),'value':_0x5ef372[_0x180461(0x1dd)]},{'label':_0x8dbe6f['t'](_0x180461(0x6b1)),'value':_0x5ef372[_0x180461(0x31a)]},{'label':_0x8dbe6f['t'](_0x180461(0x6b0)),'value':_0x5ef372[_0x180461(0x695)]}],[_0x8dbe6f]),_0x337e7a=_0x78f4e5(()=>[{'label':_0x8dbe6f['t'](_0x180461(0x4bd)),'value':_0x2537ac[_0x180461(0x4ea)]},{'label':_0x8dbe6f['t'](_0x180461(0x876)),'value':_0x2537ac['Right']},{'label':_0x8dbe6f['t']('slides-ui.transitionPanel.directions.up'),'value':_0x2537ac['Up']},{'label':_0x8dbe6f['t'](_0x180461(0x4bf)),'value':_0x2537ac[_0x180461(0x3b3)]}],[_0x8dbe6f]),_0x27d9c=(_0x201346=_0x54dd2e,_0x1e3a13=_0x323dc6,_0x1af7ba=_0x552034,_0x4f994c=!0x1)=>_0x2c84ca?Promise[_0x180461(0x24c)](_0x310c11[_0x180461(0x4dd)](_0x3c37ef['id'],yh({'unitId':_0x24605a[_0x180461(0x51b)],'slideId':_0x2c84ca[_0x180461(0x95d)],'effect':_0x201346,'direction':_0x1e3a13,'duration':_0x1af7ba,'applyToAll':_0x4f994c}))):Promise[_0x180461(0x24c)](!0x1);return _0xa122b1('div',{'className':'univer-flex\x20univer-h-full\x20univer-flex-col','children':[_0xa122b1(_0x180461(0x949),{'className':_0x180461(0x6a1),'children':[_0xa122b1(_0x180461(0x949),{'className':_0x180461(0x166),'children':[_0x4b9848(_0x180461(0x9d2),{'className':_0x180461(0x78a),'children':_0x8dbe6f['t'](_0x180461(0x175))}),_0x4b9848(_0x180461(0x949),{'className':_0x180461(0x9e3),'children':_0x4b9848(_0x551b1a,{'className':'univer-w-full','value':_0x54dd2e,'options':_0x8379fc,'onChange':_0x40fe8b=>{let _0x5d9dcc=_0x40fe8b;_0x5900c3(_0x5d9dcc),_0x27d9c(_0x5d9dcc);}})})]}),_0xa122b1(_0x180461(0x949),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x4b9848(_0x180461(0x9d2),{'className':_0x180461(0x78a),'children':_0x8dbe6f['t'](_0x180461(0x4aa))}),_0x4b9848(_0x180461(0x949),{'className':'univer-w-36','children':_0x4b9848(_0x551b1a,{'className':_0x180461(0x279),'value':_0x323dc6,'disabled':!hh(_0x54dd2e),'options':_0x337e7a,'onChange':_0x101ece=>{let _0x36c7cb=_0x101ece;_0x26f4e8(_0x36c7cb),_0x27d9c(_0x54dd2e,_0x36c7cb);}})})]}),_0xa122b1(_0x180461(0x949),{'className':_0x180461(0x166),'children':[_0x4b9848(_0x180461(0x9d2),{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','children':_0x8dbe6f['t']('slides-ui.transitionPanel.duration')}),_0x4b9848('div',{'className':_0x180461(0x683),'children':_0x4b9848(_0x2d8e90,{'className':'univer-w-full','value':_0x552034,'min':0x0,'max':0x2710,'step':0x64,'formatter':_0x48f37b=>_0x48f37b+'\x20ms','parser':_0x46af3c=>(_0x46af3c==null?void 0x0:_0x46af3c['replace'](_0x180461(0x925),''))||'','disabled':!gh(_0x54dd2e),'onChange':_0x2ffd8f=>{let _0x286d44=_0x2ffd8f==null?0x0:_0x2ffd8f;_0x1ec14e(_0x286d44),_0x27d9c(_0x54dd2e,_0x323dc6,_0x286d44);}})})]})]}),_0xa122b1(_0x180461(0x949),{'className':_0x180461(0x16e),'children':[_0x4b9848(_0x215cab,{'size':_0x180461(0x5eb),'disabled':!gh(_0x54dd2e),'onClick':()=>{_0x27d9c(_0x54dd2e,_0x323dc6,_0x552034)['then'](()=>{const _0x82836e=_0x262c;_0x2c84ca&&_0x310c11[_0x82836e(0x4dd)](Uu['id'],{'unitId':_0x24605a[_0x82836e(0x51b)],'slideId':_0x2c84ca[_0x82836e(0x95d)]});});},'children':_0x8dbe6f['t'](_0x180461(0x557))}),_0x4b9848(_0x215cab,{'size':_0x180461(0x5eb),'variant':'default','onClick':()=>_0x27d9c(_0x54dd2e,_0x323dc6,_0x552034,!0x0),'children':_0x8dbe6f['t']('slides-ui.transitionPanel.applyToAll')})]})]});}const xh=_0x5347ad(0x564);function Sh(_0x1d420e){const _0x45cc33=_0x5347ad;let _0x3ecc66=_0x1d420e[_0x45cc33(0x96e)];return _0x3ecc66&&_0x45cc33(0x6d0)in _0x3ecc66&&_0x3ecc66['dataModel']?_0x3ecc66[_0x45cc33(0x6d0)]:null;}function Ch(_0x354c17){const _0x5d83fc=_0x5347ad;var _0x34ec61,_0x3a731d,_0xe5667c,_0x3334d1;let _0x370f8e=(_0x34ec61=Sh(_0x354c17))==null?void 0x0:_0x34ec61[_0x5d83fc(0x513)],_0x59f5b2=(_0x3a731d=_0x370f8e==null||(_0xe5667c=_0x370f8e[_0x5d83fc(0x570)])==null||(_0xe5667c=_0xe5667c[_0x5d83fc(0x35c)])==null||(_0xe5667c=_0xe5667c[0x0])==null?void 0x0:_0xe5667c['ts'])==null?{}:_0x3a731d;return{..._0x370f8e==null||(_0x3334d1=_0x370f8e[_0x5d83fc(0x923)])==null?void 0x0:_0x3334d1[_0x5d83fc(0x14a)],..._0x59f5b2};}function wh(_0x24b1c7){const _0xd8f54a=_0x5347ad;let _0x543c3b=_0x24b1c7[_0xd8f54a(0x6ed)]['extraProps'];return _0x543c3b?_0x4b9848(Th,{..._0x543c3b}):null;}function Th(_0x1de641){const _0x38607a=_0x5347ad;var _0x4dd378,_0x2116db,_0x225cb9,_0x10b9cd,_0x35fd52;let _0x1d87c3=_0x4427ea(_0x46972e),_0x247b98=_0x4427ea(_0x4c8617),_0x18ee52=_0x4427ea(_0x47c48b),{unitId:_0x1f2c44,subUnitId:_0x1c3612,drawingId:_0x5acf89,shapeType:_0x2b4b02}=_0x1de641,[_0x5a26ad,_0x53f09a]=_0x4692d4(_0x1de641[_0x38607a(0x4fd)]),[_0x3c590e,_0x5053be]=_0x4692d4(0x0),_0x4d5502=_0x18ee52[_0x38607a(0x26f)](),_0x358135=_0x4d5502[0x0],_0x4a0562=_0x4d5502[_0x38607a(0x9bf)](_0x492e05=>_0x492e05[_0x38607a(0x5fb)]['type']===_0x42916e['Shape']),_0x46e60e=_0x5a26ad&&(!_0x358135||_0x4d5502['length']===0x1&&_0x358135[_0x38607a(0x51f)]===_0x5acf89&&_0x358135['element'][_0x38607a(0x72f)]===_0x42916e[_0x38607a(0x514)]||_0x4d5502['length']>0x1&&_0x4a0562[_0x38607a(0x697)](_0x546762=>_0x546762[_0x38607a(0x51f)]===_0x5acf89))?_0x5a26ad:void 0x0,_0x12ac6e=_0x78f4e5(()=>_0x46e60e?Ch(_0x46e60e):{},[_0x46e60e]),_0x44c612=_0x78f4e5(()=>_0x46e60e?Sh(_0x46e60e):null,[_0x46e60e]);_0x2d05a9(()=>{const _0x45b432=_0x38607a;let _0x4e0d11=_0x1d87c3[_0x45b432(0x314)](_0x8b287f=>{const _0x22675a=_0x45b432;if(_0x5053be(_0x32510e=>_0x32510e+0x1),_0x8b287f['id']!==_0x2ffecc['id'])return;let _0x1b24d5=_0x18ee52[_0x22675a(0x429)]({'unitId':_0x1f2c44,'subUnitId':_0x1c3612,'drawingId':_0x5acf89});(_0x1b24d5==null?void 0x0:_0x1b24d5[_0x22675a(0x5fb)]['type'])===_0x42916e[_0x22675a(0x514)]&&_0x53f09a(_0x1b24d5[_0x22675a(0x5fb)][_0x22675a(0x4fd)]);});return()=>_0x4e0d11['dispose']();},[_0x1d87c3,_0x5acf89,_0x18ee52,_0x1c3612,_0x1f2c44]);let _0xa9a4c0=_0x4c2157=>{_0x53f09a(_0x237c03=>({..._0x237c03,..._0x4c2157}));},_0x5b4563=_0x15d320=>{const _0x3db08f=_0x38607a;if(!_0x15d320||!_0x5a26ad)return;let _0x2de2d8=(_0x4d5502[_0x3db08f(0x9dd)]>0x1?_0x4a0562:[])['map'](_0x442ee4=>_0x18ee52[_0x3db08f(0x429)]({'unitId':_0x442ee4[_0x3db08f(0x51b)],'subUnitId':_0x442ee4[_0x3db08f(0x657)],'drawingId':_0x442ee4[_0x3db08f(0x51f)]}))[_0x3db08f(0x9bf)](_0x4c8558=>(_0x4c8558==null?void 0x0:_0x4c8558['element']['type'])===_0x42916e[_0x3db08f(0x514)]);if(_0x4d5502['length']<=0x1){let _0x459706=_0x18ee52[_0x3db08f(0x429)]({'unitId':_0x1f2c44,'subUnitId':_0x1c3612,'drawingId':_0x5acf89});(_0x459706==null?void 0x0:_0x459706[_0x3db08f(0x5fb)]['type'])===_0x42916e[_0x3db08f(0x514)]&&_0x2de2d8[_0x3db08f(0x872)](_0x459706);}_0x2de2d8[_0x3db08f(0x9dd)]&&(_0x1d87c3['executeCommand'](_0x2ffecc['id'],{'patches':_0x2de2d8['map'](_0x5f9a1=>({'unitId':_0x5f9a1['unitId'],'subUnitId':_0x5f9a1[_0x3db08f(0x657)],'drawingId':_0x5f9a1[_0x3db08f(0x51f)],'element':{..._0x5f9a1[_0x3db08f(0x5fb)],'shapeData':{..._0x5f9a1[_0x3db08f(0x5fb)][_0x3db08f(0x4fd)],..._0x15d320}}}))}),_0xa9a4c0(_0x15d320));},_0x4c8a2a=_0x82a9cc=>{_0x5a26ad&&_0x5b4563(_0x546356(_0x5a26ad,_0x82a9cc));},_0x2612d5=(_0x4dd378=(_0x2116db=_0x4d5502[0x0])==null?void 0x0:_0x2116db[_0x38607a(0x51f)])==null?_0x5acf89:_0x4dd378,_0x89e356=_0x4d5502[_0x38607a(0x9dd)]>0x1,_0x285e21=_0x4d5502[_0x38607a(0x9dd)]===0x1&&((_0x225cb9=_0x4d5502[0x0])==null?void 0x0:_0x225cb9[_0x38607a(0x5fb)][_0x38607a(0x72f)])===_0x42916e[_0x38607a(0x5fd)],_0x33856b=_0x89e356?{'type':_0x38607a(0x183),'label':_0x247b98['t'](_0x38607a(0x289)),'onClick':()=>{const _0x516918=_0x38607a;_0x1d87c3[_0x516918(0x4dd)](Ef['id']);}}:_0x285e21?{'type':_0x38607a(0x78e),'label':_0x247b98['t'](_0x38607a(0x649)),'onClick':()=>{const _0x4e7d76=_0x38607a;_0x1d87c3[_0x4e7d76(0x4dd)](Df['id']);}}:void 0x0,_0x7950d1=_0x203f35=>{const _0x3d7137=_0x38607a;_0x1d87c3[_0x3d7137(0x4dd)](lf['id'],{'unitId':_0x1f2c44,'subUnitId':_0x1c3612,'drawingId':_0x2612d5,'arrangeType':_0x203f35});};return _0x4b9848(_0x25b2bf,{'shapeData':_0x46e60e,'shapeType':_0x46e60e?_0x2b4b02:void 0x0,'textStyle':{'cl':{'rgb':_0x38607a(0x8b9)},..._0x12ac6e},'textModel':_0x44c612?{'ha':(_0x10b9cd=_0x44c612['ha'])==null?_0x3d6504[_0x38607a(0x420)]:_0x10b9cd,'va':(_0x35fd52=_0x44c612['va'])==null?_0x3ebbcf[_0x38607a(0x92e)]:_0x35fd52}:null,'enableShapeFillReset':!0x0,'enableShapeStrokeReset':!0x0,'enableTextBackgroundReset':!0x0,'deferUntilCollapsedStateLoaded':!0x0,'onUpdateShapeData':(_0x508953,_0x36ab8e)=>_0x5b4563(_0x36ab8e),'onUpdateText':_0x4c8a2a,'groupAction':_0x33856b,'layerActions':{'title':_0x247b98['t'](_0x38607a(0x55d)),'forwardLabel':_0x247b98['t']('slides-ui.image-panel.arrange.forward'),'frontLabel':_0x247b98['t'](_0x38607a(0x607)),'backwardLabel':_0x247b98['t'](_0x38607a(0x811)),'backLabel':_0x247b98['t'](_0x38607a(0x5ad)),'onForward':()=>_0x7950d1(_0x40ce86[_0x38607a(0x795)]),'onFront':()=>_0x7950d1(_0x40ce86['front']),'onBackward':()=>_0x7950d1(_0x40ce86[_0x38607a(0x202)]),'onBack':()=>_0x7950d1(_0x40ce86[_0x38607a(0x2cc)])},'onOpenPanel':_0x46e60e?()=>{const _0x457e9a=_0x38607a;_0x1d87c3[_0x457e9a(0x4dd)](ul['id'],{'unitId':_0x1f2c44,'subUnitId':_0x1c3612,'drawingId':_0x2612d5});}:void 0x0,'onDelete':()=>{const _0x464a79=_0x38607a;_0x1d87c3[_0x464a79(0x4dd)](_0x1d2b9a['id'],{'unitId':_0x1f2c44,'subUnitId':_0x1c3612,'drawingIds':_0x4d5502['length']>0x1?_0x4d5502['map'](_0x183f3a=>_0x183f3a[_0x464a79(0x51f)]):[_0x2612d5]});}});}let Eh=class extends _0x278e37{constructor(_0x40424a,_0x3f249e){const _0x14f087=_0x5347ad;super(),this[_0x14f087(0x896)]=_0x40424a,this[_0x14f087(0x96f)]=_0x3f249e,this['_registerIcons'](),this['_registerComponents']();}[_0x5347ad(0xa17)](){const _0x2fa091=_0x5347ad;this[_0x2fa091(0x70e)](this[_0x2fa091(0x96f)][_0x2fa091(0x528)]({'SearchIcon':_0x2f4e1a,'TextIcon':_0x4a8418,'AddImageIcon':_0xf40be2,'TableIcon':_0x4f6186,'ChartIcon':_0x490467,'InsertIcon':_0x30e848,'ArrowLeftIcon':_0x5953bb,'CatalogueIcon':_0x24ea7c,'ResourcesIcon':_0x4b9526,'AddNoteIcon':_0x3739c3,'StickyNoteIcon':_0x2111c2,'PaintBucketDoubleIcon':_0x175336,'TransitionsIcon':_0x91f313,'RulerIcon':_0x1d484e,'HandIcon':_0x3b59ce,'FountainPenIcon':_0x3b4964,'MindMapIcon':_0x2f2054,'ConnectionLineIcon':_0x1982aa,'FlipHorizontalIcon':_0x2c5cd1,'FlipVerticalIcon':_0x312763,'SlideshowThemeIcon':_0x40df86,'ShapeFormatSettingIcon':_0x3e23ca,'RelationshipIcon':_0x370151,'RecordIcon':_0x38e8c6,'BottomIcon':_0x5d32c0,'GroupIcon':_0x2ee5c1,'MoveDownIcon':_0x5ce362,'MoveUpIcon':_0x5a8328,'TopmostIcon':_0x16bbef,'UngroupIcon':_0x43872c}));}['_registerComponents'](){const _0x3068fd=_0x5347ad;this[_0x3068fd(0x70e)](this['_componentManager'][_0x3068fd(0x528)](_0x3068fd(0x548),zf)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)]('slide.image-clip-shape-picker.component',Bf)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](Pf,Hf)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](fh,mh)),this['disposeWithMe'](this[_0x3068fd(0x896)]['register'](Rm,Gm)),this['disposeWithMe'](this[_0x3068fd(0x896)][_0x3068fd(0x528)](vd,Td)),this['disposeWithMe'](this[_0x3068fd(0x896)][_0x3068fd(0x528)](Zd,nf)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](Uf,Qf)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](Wf,$f)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](Gf,ep)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](ml,dh)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)]['register'](hl,xm)),this[_0x3068fd(0x70e)](this[_0x3068fd(0x896)][_0x3068fd(0x528)](gl,bh)),this['disposeWithMe'](this[_0x3068fd(0x896)][_0x3068fd(0x528)](_l,Im)),this['disposeWithMe'](this['_componentManager']['register'](xh,wh));}};Eh=$([Q(0x0,_0x3bd740(_0x1cdb87)),Q(0x1,_0x3bd740(_0x45d5af))],Eh);var Dh=class extends _0xbb794f{constructor(_0x42c7ec,_0x207d21){const _0x511b00=_0x5347ad;super(_0x42c7ec,{..._0x207d21,'width':0xc,'height':0xc,'fill':$a,'stroke':eo,'strokeWidth':0x2,'radius':0x6,'evented':!0x0}),Z(this,_0x511b00(0x940),void 0x0),this['isStart']=_0x207d21[_0x511b00(0x940)];}};const Oh=_0x5347ad(0x9bd);function kh(_0x5c79c5,_0x1d799c,_0x425050){return''+Oh+_0x5c79c5+'-'+_0x1d799c+'-'+_0x425050;}function Ah(_0x3f33c0,_0x228fc2,_0x4d6330){const _0x4a30a8=_0x5347ad;let _0x29221b=''+Oh+_0x228fc2+'-'+_0x4d6330+'-';return _0x3f33c0['startsWith'](_0x29221b)?_0x3f33c0[_0x4a30a8(0x5b1)](_0x29221b['length']):null;}const jh=_0x47190b(_0x5347ad(0x8fe));let Mh=class extends _0x55f58f{constructor(_0x27a1a4,_0x36326a,_0xadcc8f){const _0x525b36=_0x5347ad;super(),this[_0x525b36(0xa25)]=_0x27a1a4,this['_instanceSrv']=_0x36326a,this['_slideDrawingService']=_0xadcc8f,Z(this,_0x525b36(0x3f9),new Map()),Z(this,_0x525b36(0x39d),[]),Z(this,'_groupChildIds',new Set()),Z(this,_0x525b36(0x3ba),new Map()),Z(this,_0x525b36(0xa37),new _0x6b4ad8()),Z(this,_0x525b36(0x80c),new _0x6b4ad8()),Z(this,'_onPointerLeave$',new _0x6b4ad8()),Z(this,'_onDoubleClick$',new _0x6b4ad8()),Z(this,'onPointerDown$',this[_0x525b36(0xa37)][_0x525b36(0x41b)]()),Z(this,_0x525b36(0x54a),this['_onPointerEnter$'][_0x525b36(0x41b)]()),Z(this,_0x525b36(0x7dc),this[_0x525b36(0x59a)][_0x525b36(0x41b)]()),Z(this,_0x525b36(0x5b6),this[_0x525b36(0x6c2)][_0x525b36(0x41b)]()),Z(this,_0x525b36(0x66e),!0x1),Z(this,_0x525b36(0x3d0),0x0),Z(this,_0x525b36(0x5e8),null),Z(this,_0x525b36(0x9b5),0x12c),Z(this,_0x525b36(0x541),null),this[_0x525b36(0x229)]();}[_0x5347ad(0x261)](){const _0x5be705=_0x5347ad;this[_0x5be705(0xa37)][_0x5be705(0x6f4)](),this[_0x5be705(0x80c)][_0x5be705(0x6f4)](),this['_onPointerLeave$'][_0x5be705(0x6f4)](),this[_0x5be705(0x6c2)][_0x5be705(0x6f4)](),super['dispose']();}[_0x5347ad(0x22d)](_0xd36a33){const _0x45cc10=_0x5347ad;var _0x2a6333;return(_0x2a6333=this[_0x45cc10(0x3f9)][_0x45cc10(0x439)](_0xd36a33))==null?null:_0x2a6333;}[_0x5347ad(0x865)](){const _0x107d71=_0x5347ad;let {unitId:_0x164828}=this[_0x107d71(0xa25)],_0x47348a=this[_0x107d71(0xa1e)]();if(!_0x47348a)return[];let _0x40b520=this['_slideDrawingService'][_0x107d71(0x9e1)](_0x164828,_0x47348a);return this['_orderedTopLevelIds'][_0x107d71(0x85d)](_0x435b55=>_0x40b520[_0x435b55])['filter'](_0x59d0bc=>!!_0x59d0bc&&!_0x59d0bc[_0x107d71(0x1df)]);}['hitTest'](_0x35ec29,_0x2cc1f5){const _0x31308d=_0x5347ad;let {scene:_0x5918e6}=this[_0x31308d(0xa25)],_0x1f9311=_0x5918e6[_0x31308d(0x692)](new _0x7de369(_0x35ec29,_0x2cc1f5)),_0x4ba86e=_0x1f9311==null?void 0x0:_0x1f9311[_0x31308d(0xa26)],_0x2c0b3e=this[_0x31308d(0x80f)](_0x35ec29,_0x2cc1f5);return _0x4ba86e?this[_0x31308d(0x3f9)][_0x31308d(0x8d7)](_0x4ba86e)?this[_0x31308d(0x97d)](_0x4ba86e,_0x2c0b3e['x'],_0x2c0b3e['y'])||this[_0x31308d(0x264)](_0x2c0b3e['x'],_0x2c0b3e['y']):null:_0x1f9311&&_0x1f9311!==_0x5918e6?null:this[_0x31308d(0x264)](_0x2c0b3e['x'],_0x2c0b3e['y']);}['_resolveHitByOKey'](_0x4507f6,_0x5b0ac1,_0x4d68c1){const _0x225c85=_0x5347ad;let _0x561f2f=this['_oKeyMap'][_0x225c85(0x439)](_0x4507f6);if(!_0x561f2f)return null;if(_0x561f2f['element'][_0x225c85(0x72f)]===_0x42916e[_0x225c85(0x5fd)]){let _0x1ce074=this[_0x225c85(0x306)](_0x561f2f,_0x4507f6,_0x5b0ac1,_0x4d68c1);if(_0x1ce074)return _0x1ce074;}let _0x289ce1=this[_0x225c85(0x625)](_0x4507f6);return _0x289ce1&&!_0x289ce1['isHit'](new _0x7de369(_0x5b0ac1,_0x4d68c1))?null:{'drawing':_0x561f2f,'oKey':_0x4507f6};}['_hitTestDrawingObjectsIncludeInGroup'](_0x5ac426,_0x312861){const _0x34190c=_0x5347ad;var _0x529801;let {scene:_0x145781}=this[_0x34190c(0xa25)],_0x5582f5=_0x145781,_0x223983=(_0x529801=_0x5582f5[_0x34190c(0x743)])==null?void 0x0:_0x529801[_0x34190c(0x549)](_0x5582f5);if(!(_0x223983!=null&&_0x223983['length']))return null;let _0x5eabb6=new _0x7de369(_0x5ac426,_0x312861);for(let _0xcd52e8=_0x223983[_0x34190c(0x9dd)]-0x1;_0xcd52e8>=0x0;_0xcd52e8--){let _0x1036a2=_0x223983[_0xcd52e8],_0xc1b82a=_0x1036a2[_0x34190c(0xa26)];if(!(!this[_0x34190c(0x3f9)][_0x34190c(0x8d7)](_0xc1b82a)||!_0x1036a2[_0x34190c(0x91c)](_0x5eabb6)))return this[_0x34190c(0x97d)](_0xc1b82a,_0x5ac426,_0x312861);}return null;}['getOKeyPrefix'](){const _0x49106d=_0x5347ad;var _0x4f28c8;let {unitId:_0x47f792}=this['_renderContext'];return''+Oh+_0x47f792+'-'+((_0x4f28c8=this[_0x49106d(0xa1e)]())==null?'':_0x4f28c8)+'-';}[_0x5347ad(0xa1e)](){const _0x184e34=_0x5347ad;var _0x44bfa2,_0x3541f8;let {unitId:_0xa418b4}=this[_0x184e34(0xa25)],_0x4e9594=this['_instanceSrv'][_0x184e34(0x46d)](_0xa418b4,_0x2a9855[_0x184e34(0x57f)]);return(_0x44bfa2=_0x4e9594==null||(_0x3541f8=_0x4e9594['pageManager'][_0x184e34(0x3c9)]())==null?void 0x0:_0x3541f8['getId']())==null?null:_0x44bfa2;}[_0x5347ad(0x229)](){const _0x4ac463=_0x5347ad;let {unitId:_0x3384b6}=this[_0x4ac463(0xa25)],_0x5748e2=this[_0x4ac463(0x270)]['getUnit'](_0x3384b6,_0x2a9855['UNIVER_SLIDE']);if(!_0x5748e2)return;this[_0x4ac463(0x70e)](_0x471aca(_0x5748e2['pageManager'][_0x4ac463(0x295)][_0x4ac463(0xa14)](_0x588450(this[_0x4ac463(0x457)]))['subscribe'](()=>{this['_rebuildMap']();})));let _0x3cd054=_0x33f103=>{const _0x135fad=_0x4ac463;_0x33f103[_0x135fad(0x697)](_0x399bbe=>_0x399bbe[_0x135fad(0x51b)]===_0x3384b6)&&this[_0x135fad(0x81e)]();};this[_0x4ac463(0x70e)](_0x471aca(this[_0x4ac463(0x5bb)][_0x4ac463(0x634)][_0x4ac463(0xa14)](_0x588450(this[_0x4ac463(0x457)]))['subscribe'](_0x3cd054))),this[_0x4ac463(0x70e)](_0x471aca(this['_slideDrawingService'][_0x4ac463(0x5c8)][_0x4ac463(0xa14)](_0x588450(this[_0x4ac463(0x457)]))[_0x4ac463(0x7f6)](_0x3cd054))),this['disposeWithMe'](_0x471aca(this[_0x4ac463(0x5bb)][_0x4ac463(0x647)]['pipe'](_0x588450(this['dispose$']))[_0x4ac463(0x7f6)](_0x3cd054))),this[_0x4ac463(0x70e)](_0x471aca(this[_0x4ac463(0xa25)][_0x4ac463(0x24a)][_0x4ac463(0x603)]['subscribeEvent'](()=>{this['_scheduleRebuild']();}))),this[_0x4ac463(0x70e)](_0x471aca(this[_0x4ac463(0xa25)][_0x4ac463(0x988)][_0x4ac463(0x756)]['pipe'](_0x588450(this['dispose$']))[_0x4ac463(0x7f6)](()=>{const _0xde4048=_0x4ac463;this[_0xde4048(0x81e)]();}))),this[_0x4ac463(0x70e)](_0x471aca(this[_0x4ac463(0xa25)][_0x4ac463(0x988)][_0x4ac463(0x8a5)][_0x4ac463(0x911)](_0x78d006=>{const _0x41cc83=_0x4ac463;let _0x2893ed=this[_0x41cc83(0x73f)](_0x78d006['offsetX'],_0x78d006[_0x41cc83(0x47d)]);_0x2893ed&&this['_dispatchPointerDown'](_0x2893ed[_0x41cc83(0x967)],_0x2893ed[_0x41cc83(0xa26)],_0x78d006,'scene');}))),this['_scheduleRebuild']();}[_0x5347ad(0x81e)](){const _0x2fdda6=_0x5347ad;this['_rebuildScheduled']||(this[_0x2fdda6(0x66e)]=!0x0,Promise[_0x2fdda6(0x24c)]()['then'](()=>{const _0x3f4177=_0x2fdda6;this[_0x3f4177(0x66e)]=!0x1,this[_0x3f4177(0x485)]();}));}[_0x5347ad(0x625)](_0x2bf8c2){const _0x57897a=_0x5347ad;var _0x43a4a0,_0x5dad26,_0x1d6cc9,_0x4ed1d8;let {scene:_0x590198}=this['_renderContext'],_0x1f5957=_0x590198;return(_0x43a4a0=(_0x5dad26=(_0x1d6cc9=_0x1f5957['getObjectIncludeInGroup'])==null?void 0x0:_0x1d6cc9['call'](_0x1f5957,_0x2bf8c2))==null?(_0x4ed1d8=_0x1f5957['getObject'])==null?void 0x0:_0x4ed1d8[_0x57897a(0x549)](_0x1f5957,_0x2bf8c2):_0x5dad26)==null?null:_0x43a4a0;}[_0x5347ad(0x485)](){const _0xee7b45=_0x5347ad;let {unitId:_0x46afdf}=this[_0xee7b45(0xa25)],_0x231bbd=this[_0xee7b45(0xa1e)]();if(!_0x231bbd)return;this[_0xee7b45(0x3f9)]['clear'](),this[_0xee7b45(0x986)][_0xee7b45(0x3c1)](),this[_0xee7b45(0x39d)]=[];let _0x5ac67a=this[_0xee7b45(0x5bb)][_0xee7b45(0x9e1)](_0x46afdf,_0x231bbd),_0x515986=this['_slideDrawingService']['getDrawingOrder'](_0x46afdf,_0x231bbd);Object[_0xee7b45(0x244)](_0x5ac67a)[_0xee7b45(0x4fa)](_0x45327f=>{const _0x1d7dd3=_0xee7b45;if((_0x45327f==null?void 0x0:_0x45327f[_0x1d7dd3(0x5fb)][_0x1d7dd3(0x72f)])===_0x42916e[_0x1d7dd3(0x5fd)]){var _0x1401bc;((_0x1401bc=_0x45327f['element']['children'])==null?[]:_0x1401bc)[_0x1d7dd3(0x4fa)](_0x565ae6=>{const _0xb75e48=_0x1d7dd3;this[_0xb75e48(0x986)][_0xb75e48(0x241)](_0x565ae6);});}}),_0x515986[_0xee7b45(0x4fa)](_0x233ac4=>{const _0x218ea5=_0xee7b45;if(!_0x5ac67a[_0x233ac4])return;let _0x4206d0=kh(_0x46afdf,_0x231bbd,_0x233ac4);this[_0x218ea5(0x625)](_0x4206d0)&&(this[_0x218ea5(0x986)][_0x218ea5(0x8d7)](_0x233ac4)||this['_orderedTopLevelIds']['push'](_0x233ac4));});let _0x5c7aac=new Set();Object[_0xee7b45(0x244)](_0x5ac67a)[_0xee7b45(0x4fa)](_0x26f232=>{const _0x4cbeec=_0xee7b45;let _0x9a275a=kh(_0x46afdf,_0x231bbd,_0x26f232['drawingId']),_0xde6eba=this[_0x4cbeec(0x625)](_0x9a275a);_0xde6eba&&(_0x5c7aac[_0x4cbeec(0x241)](_0x9a275a),this[_0x4cbeec(0x3f9)][_0x4cbeec(0x3f7)](_0x9a275a,_0x26f232),this[_0x4cbeec(0x3ba)][_0x4cbeec(0x439)](_0x9a275a)!==_0xde6eba&&(this[_0x4cbeec(0x53f)](_0xde6eba,_0x9a275a,_0x26f232),this[_0x4cbeec(0x3ba)][_0x4cbeec(0x3f7)](_0x9a275a,_0xde6eba)));}),Array[_0xee7b45(0x8bd)](this[_0xee7b45(0x3ba)][_0xee7b45(0x4fc)]())[_0xee7b45(0x4fa)](_0xaf73e0=>{const _0x4f702d=_0xee7b45;_0x5c7aac[_0x4f702d(0x8d7)](_0xaf73e0)||this[_0x4f702d(0x3ba)][_0x4f702d(0x70f)](_0xaf73e0);});}[_0x5347ad(0x53f)](_0x30c749,_0x1ccbd8,_0x3747e7){const _0x374050=_0x5347ad;var _0x3aa769,_0x2f4dd5;_0x30c749[_0x374050(0x8a5)][_0x374050(0x911)]({'priority':-0x64,'next':([_0x132aa2,_0x4df6a1])=>{const _0x15c5fd=_0x374050;if(!this['_isObjectPointerHit'](_0x30c749,_0x132aa2)){_0x4df6a1['skipNextObservers']=!0x0;return;}this['_dispatchPointerDown'](_0x3747e7,_0x1ccbd8,_0x132aa2,'object',_0x4df6a1),_0x4df6a1[_0x15c5fd(0x546)]||(this['_triggerGroupParentPointerDown'](_0x30c749,_0x132aa2),_0x4df6a1[_0x15c5fd(0x3b8)]());}}),(_0x3aa769=_0x30c749[_0x374050(0x54a)])==null||_0x3aa769['subscribeEvent'](()=>{const _0x3dc36f=_0x374050;this['_onPointerEnter$'][_0x3dc36f(0x920)]({'drawing':_0x3747e7,'oKey':_0x1ccbd8});}),(_0x2f4dd5=_0x30c749[_0x374050(0x7dc)])==null||_0x2f4dd5[_0x374050(0x911)](()=>{const _0xb6a21e=_0x374050;this[_0xb6a21e(0x59a)][_0xb6a21e(0x920)]({'drawing':null,'oKey':null});});}[_0x5347ad(0x3fe)](_0x36014c,_0x237b09){const _0x5c5c7f=_0x5347ad;var _0x86a436;let _0x4c8de8=_0x36014c['getParent']();(_0x4c8de8==null?void 0x0:_0x4c8de8[_0x5c5c7f(0x745)])===_0x2b11f3['GROUP']&&((_0x86a436=_0x4c8de8[_0x5c5c7f(0x814)])==null||_0x86a436[_0x5c5c7f(0x549)](_0x4c8de8,_0x237b09));}[_0x5347ad(0x4a2)](_0x482a0a,_0x3a8beb,_0x250c22,_0x3d43c2,_0x1f587e){const _0x1e89be=_0x5347ad;var _0xf43088,_0x43651e,_0x2520dd,_0x2044fd,_0x241b3a,_0x5b3557,_0x26f208,_0x5e0211;let _0x4f4b16=this[_0x1e89be(0x80f)](_0x250c22[_0x1e89be(0x88f)],_0x250c22[_0x1e89be(0x47d)]),_0xa304a4=this['_resolveDeepestHitFromGroup'](_0x482a0a,_0x3a8beb,_0x4f4b16['x'],_0x4f4b16['y']),_0x5c94a7=(_0xf43088=_0xa304a4==null?void 0x0:_0xa304a4[_0x1e89be(0x967)])==null?_0x482a0a:_0xf43088,_0x44c721=(_0x43651e=_0xa304a4==null?void 0x0:_0xa304a4[_0x1e89be(0xa26)])==null?_0x3a8beb:_0x43651e,_0x3aeca1=this['_resolveTopGroupSelectionTarget'](_0x5c94a7),_0x53e174=(_0x2520dd=_0x3aeca1==null?void 0x0:_0x3aeca1['drawing'])==null?_0x5c94a7:_0x2520dd,_0x2a8ff7=(_0x2044fd=_0x3aeca1==null?void 0x0:_0x3aeca1['oKey'])==null?_0x44c721:_0x2044fd;if(this[_0x1e89be(0x541)]===_0x250c22)return;this[_0x1e89be(0x541)]=_0x250c22;let _0x2c2106=Date[_0x1e89be(0x7f4)](),_0x50973a=this[_0x1e89be(0x5e8)]===_0x3a8beb&&_0x2c2106-this[_0x1e89be(0x3d0)]<this['_doubleClickThreshold'];if(this[_0x1e89be(0x3d0)]=_0x2c2106,this[_0x1e89be(0x5e8)]=_0x3a8beb,_0x50973a){_0x1f587e&&(_0x1f587e['skipNextObservers']=!0x0,_0x1f587e[_0x1e89be(0x3b8)]()),this[_0x1e89be(0x6c2)][_0x1e89be(0x920)]({'drawing':_0x53e174,'oKey':_0x2a8ff7,'offsetX':_0x250c22[_0x1e89be(0x88f)],'offsetY':_0x250c22[_0x1e89be(0x47d)],'nativeEvent':_0x250c22});return;}this[_0x1e89be(0xa37)][_0x1e89be(0x920)]({'drawing':_0x53e174,'oKey':_0x2a8ff7,'offsetX':_0x250c22[_0x1e89be(0x88f)],'offsetY':_0x250c22[_0x1e89be(0x47d)],'ctrlKey':(_0x241b3a=_0x250c22['ctrlKey'])==null?!0x1:_0x241b3a,'shiftKey':(_0x5b3557=_0x250c22[_0x1e89be(0x9e0)])==null?!0x1:_0x5b3557,'metaKey':(_0x26f208=_0x250c22[_0x1e89be(0x98d)])==null?!0x1:_0x26f208,'altKey':(_0x5e0211=_0x250c22[_0x1e89be(0x6e8)])==null?!0x1:_0x5e0211,'nativeEvent':_0x250c22});}['_isObjectPointerHit'](_0x543179,_0x389ebe){const _0x3bde0c=_0x5347ad;if(typeof _0x389ebe['offsetX']!='number'||typeof _0x389ebe[_0x3bde0c(0x47d)]!='number')return!0x0;let _0xe21e2=this['_toScenePoint'](_0x389ebe[_0x3bde0c(0x88f)],_0x389ebe[_0x3bde0c(0x47d)]);return _0x543179[_0x3bde0c(0x91c)](_0xe21e2);}['_toScenePoint'](_0x2050f7,_0x42c8c0){const _0x49e544=_0x5347ad;var _0x1dc5d9,_0x566014,_0xa8975f,_0x1962df,_0x3405da;let {scene:_0x187fbf}=this[_0x49e544(0xa25)],_0x4c5a92=new _0x7de369(_0x2050f7,_0x42c8c0),_0x4e547d=_0x187fbf,_0x423893=(_0x1dc5d9=(_0x566014=_0x4e547d['getActiveViewportByCoord'])==null?void 0x0:_0x566014['call'](_0x4e547d,_0x4c5a92))==null?(_0xa8975f=_0x4e547d[_0x49e544(0x42d)])==null?void 0x0:_0xa8975f[_0x49e544(0x549)](_0x4e547d):_0x1dc5d9;return(_0x1962df=_0x423893==null||(_0x3405da=_0x423893[_0x49e544(0x42f)])==null?void 0x0:_0x3405da[_0x49e544(0x549)](_0x423893,_0x4c5a92))==null?_0x4c5a92:_0x1962df;}[_0x5347ad(0x306)](_0x56c9a9,_0x5b7b95,_0x3de3e5,_0x14b279){const _0x1635e6=_0x5347ad;if(_0x56c9a9[_0x1635e6(0x5fb)][_0x1635e6(0x72f)]!==_0x42916e[_0x1635e6(0x5fd)])return null;let _0x4a0408=this['_slideDrawingService'][_0x1635e6(0x9e1)](_0x56c9a9[_0x1635e6(0x51b)],_0x56c9a9[_0x1635e6(0x657)]),_0x25fbe2=this[_0x1635e6(0x31d)](_0x56c9a9[_0x1635e6(0x51f)],_0x4a0408);if(_0x25fbe2[_0x1635e6(0x9dd)]===0x0)return null;let _0xed3635=new _0x7de369(_0x3de3e5,_0x14b279),_0x51c47e=_0x25fbe2[_0x1635e6(0x85d)](_0x5de377=>{const _0x375254=_0x1635e6;let _0x5d207a=_0x4a0408[_0x5de377];if(!_0x5d207a)return null;let _0x235337=kh(_0x56c9a9['unitId'],_0x56c9a9[_0x375254(0x657)],_0x5de377),_0x397269=this[_0x375254(0x625)](_0x235337),_0x59a8d6=!!(_0x397269!=null&&_0x397269[_0x375254(0x91c)](_0xed3635));if(!_0x397269||!_0x59a8d6)return null;let _0x197980=Math[_0x375254(0x496)](0x1,(_0x397269[_0x375254(0x8d2)]||0x0)*(_0x397269[_0x375254(0x95b)]||0x0));return{'drawing':_0x5d207a,'oKey':_0x235337,'isGroup':_0x5d207a[_0x375254(0x5fb)][_0x375254(0x72f)]===_0x42916e[_0x375254(0x5fd)],'area':_0x197980};})['filter'](_0x1884d8=>!!_0x1884d8)[_0x1635e6(0x478)]((_0xc27088,_0x53ce97)=>_0xc27088[_0x1635e6(0x1c9)]===_0x53ce97[_0x1635e6(0x1c9)]?_0xc27088[_0x1635e6(0x242)]-_0x53ce97[_0x1635e6(0x242)]:_0xc27088[_0x1635e6(0x1c9)]?0x1:-0x1)[0x0];return _0x51c47e?{'drawing':_0x51c47e[_0x1635e6(0x967)],'oKey':_0x51c47e[_0x1635e6(0xa26)]}:null;}[_0x5347ad(0x7c0)](_0x459077){const _0x267982=_0x5347ad;let _0x2590b4=this[_0x267982(0x5bb)]['getDrawingData'](_0x459077[_0x267982(0x51b)],_0x459077[_0x267982(0x657)]),_0x3caad6=_0x459077,_0x461989=null,_0x307528=new Set(),_0x1b3efd=this[_0x267982(0x2ee)](_0x3caad6,_0x2590b4);for(;_0x1b3efd&&!_0x307528[_0x267982(0x8d7)](_0x1b3efd);){_0x307528[_0x267982(0x241)](_0x1b3efd);let _0x470e92=_0x2590b4[_0x1b3efd];if(!_0x470e92||_0x470e92[_0x267982(0x5fb)][_0x267982(0x72f)]!==_0x42916e[_0x267982(0x5fd)])break;_0x461989=_0x470e92,_0x3caad6=_0x470e92,_0x1b3efd=this['_resolveParentGroupId'](_0x3caad6,_0x2590b4);}return _0x461989?{'drawing':_0x461989,'oKey':kh(_0x461989[_0x267982(0x51b)],_0x461989[_0x267982(0x657)],_0x461989[_0x267982(0x51f)])}:null;}['_resolveParentGroupId'](_0x21b757,_0xab9d40){const _0x189b18=_0x5347ad;var _0x3783b7;return _0x21b757['groupId']||((_0x3783b7=Object[_0x189b18(0x244)](_0xab9d40)['find'](_0x54032f=>{const _0x16e7c5=_0x189b18;var _0x2950b2;return(_0x54032f==null?void 0x0:_0x54032f[_0x16e7c5(0x5fb)][_0x16e7c5(0x72f)])===_0x42916e[_0x16e7c5(0x5fd)]&&((_0x2950b2=_0x54032f[_0x16e7c5(0x5fb)][_0x16e7c5(0x6db)])==null?[]:_0x2950b2)[_0x16e7c5(0x278)](_0x21b757[_0x16e7c5(0x51f)]);}))==null?void 0x0:_0x3783b7[_0x189b18(0x51f)]);}[_0x5347ad(0x31d)](_0x9205e8,_0x47cc46){const _0x18acd1=_0x5347ad;let _0x2faa13=[],_0x19d562=new Set(),_0x199f60=[_0x9205e8];for(;_0x199f60[_0x18acd1(0x9dd)]>0x0;){var _0x5075d6;let _0x574337=_0x199f60[_0x18acd1(0x995)]();if(_0x19d562[_0x18acd1(0x8d7)](_0x574337))continue;_0x19d562[_0x18acd1(0x241)](_0x574337);let _0x520f33=_0x47cc46[_0x574337];!_0x520f33||_0x520f33[_0x18acd1(0x5fb)]['type']!==_0x42916e[_0x18acd1(0x5fd)]||((_0x5075d6=_0x520f33['element'][_0x18acd1(0x6db)])==null?[]:_0x5075d6)[_0x18acd1(0x4fa)](_0x101cf2=>{const _0x50dd10=_0x18acd1;if(_0x19d562[_0x50dd10(0x8d7)](_0x101cf2))return;_0x2faa13[_0x50dd10(0x872)](_0x101cf2);let _0x5e206e=_0x47cc46[_0x101cf2];(_0x5e206e==null?void 0x0:_0x5e206e[_0x50dd10(0x5fb)]['type'])===_0x42916e[_0x50dd10(0x5fd)]&&_0x199f60[_0x50dd10(0x872)](_0x101cf2);});}return _0x2faa13;}};Mh=$([Q(0x1,_0x1c430b),Q(0x2,_0x3bd740(_0x47c48b))],Mh);const Nh=_0x47190b(_0x5347ad(0x675));var Ph=class extends _0x278e37{constructor(..._0xe6032){const _0x18b2ca=_0x5347ad;super(..._0xe6032),Z(this,_0x18b2ca(0x723),new Set());}[_0x5347ad(0x93b)](_0x57cc0c){const _0xadeedd=_0x5347ad;return this[_0xadeedd(0x723)][_0xadeedd(0x241)](_0x57cc0c),{'dispose':()=>{const _0x12359e=_0xadeedd;this[_0x12359e(0x723)]['delete'](_0x57cc0c);}};}[_0x5347ad(0x5a2)](_0xfa201e){const _0x4fe6a7=_0x5347ad;for(let _0x489d5d of this[_0x4fe6a7(0x723)])if(!_0x489d5d(_0xfa201e))return!0x1;return!0x0;}};let Fh=class extends _0x55f58f{constructor(_0x18872e,_0x1e0d56,_0x21db1c,_0x2df9bc,_0x4b52ed,_0x6a1b67,_0x302329,_0x29be67,_0x3aa80e,_0x3de9a8){const _0x351422=_0x5347ad;super(),this[_0x351422(0xa25)]=_0x18872e,this['_injector']=_0x1e0d56,this[_0x351422(0x270)]=_0x21db1c,this[_0x351422(0x690)]=_0x2df9bc,this[_0x351422(0x8ea)]=_0x4b52ed,this['_slideDrawingSrv']=_0x6a1b67,this[_0x351422(0x616)]=_0x302329,this[_0x351422(0x16c)]=_0x29be67,this[_0x351422(0x164)]=_0x3aa80e,this['_themeService']=_0x3de9a8,Z(this,_0x351422(0x22c),!0x1),Z(this,_0x351422(0x2aa),0x0),Z(this,_0x351422(0x76e),!0x1),Z(this,_0x351422(0x48a),null),Z(this,_0x351422(0x34a),null),this[_0x351422(0x229)]();}[_0x5347ad(0x229)](){const _0x284397=_0x5347ad;let {scene:_0x448515,unitId:_0x45bdb2}=this['_renderContext'],_0x33675b=this[_0x284397(0x270)][_0x284397(0x46d)](_0x45bdb2,_0x2a9855[_0x284397(0x57f)]);if(!_0x33675b)return;_0x448515['initTransformer'](rf);let _0x5d0d1c=_0x448515[_0x284397(0x4b2)]();this['_scheduleAttach'](_0x45bdb2,_0x33675b),this[_0x284397(0x53f)](_0x45bdb2,_0x33675b),this[_0x284397(0x50c)](_0x5d0d1c),this['_wireStateToTransformer'](_0x45bdb2,_0x33675b,_0x5d0d1c),this[_0x284397(0x73c)](_0x45bdb2,_0x33675b,_0x5d0d1c),this[_0x284397(0x1ba)](_0x45bdb2,_0x33675b,_0x5d0d1c),this[_0x284397(0x88a)](_0x45bdb2,_0x33675b,_0x5d0d1c);}[_0x5347ad(0x53f)](_0x3217bc,_0x4f1a8a){const _0x2065de=_0x5347ad;let {scene:_0x1cb8b3}=this[_0x2065de(0xa25)];this[_0x2065de(0x70e)](_0x471aca(this['_hitTestSrv'][_0x2065de(0x8a5)][_0x2065de(0xa14)](_0x4c6570(this[_0x2065de(0x457)]))[_0x2065de(0x7f6)](_0x559007=>{const _0x299e4b=_0x2065de;var _0x4cd359;let _0x16fbc5=this[_0x299e4b(0x690)]['getActiveSubUnitId']();if(!_0x16fbc5||_0x559007[_0x299e4b(0x967)][_0x299e4b(0x51b)]!==_0x3217bc)return;let _0x268474=_0x559007[_0x299e4b(0x997)];if(((_0x4cd359=_0x268474==null?void 0x0:_0x268474[_0x299e4b(0x47a)])==null?0x0:_0x4cd359)!==0x0)return;this[_0x299e4b(0x298)](_0x559007[_0x299e4b(0x997)]);let _0xb7e536={'unitId':_0x3217bc,'subUnitId':_0x16fbc5},_0x43b95f=_0x559007[_0x299e4b(0x967)][_0x299e4b(0x51f)];this[_0x299e4b(0x270)]['focusUnit'](_0x3217bc),this[_0x299e4b(0x28d)](()=>{const _0x55332d=_0x299e4b;if(_0x559007[_0x55332d(0x160)]||_0x559007['metaKey'])this[_0x55332d(0x8ea)]['toggleInSelection'](_0xb7e536,_0x43b95f);else{if(_0x559007['shiftKey'])this[_0x55332d(0x405)](_0xb7e536,_0x43b95f);else{var _0x2ba66a;let _0xa15221=(_0x2ba66a=this[_0x55332d(0x5e7)](_0xb7e536,_0x43b95f))==null?[_0x43b95f]:_0x2ba66a;this[_0x55332d(0x8ea)][_0x55332d(0x5dd)](_0xb7e536,_0xa15221,_0x43b95f);}}});}))),this[_0x2065de(0x70e)](_0x471aca(this[_0x2065de(0x690)][_0x2065de(0x54a)][_0x2065de(0xa14)](_0x4c6570(this[_0x2065de(0x457)]))[_0x2065de(0x7f6)](_0x3d0e77=>{const _0x5db989=_0x2065de;_0x3d0e77[_0x5db989(0x967)]&&this[_0x5db989(0x8ea)][_0x5db989(0x4b5)](_0x3d0e77[_0x5db989(0x967)]['drawingId']);}))),this[_0x2065de(0x70e)](_0x471aca(this['_hitTestSrv'][_0x2065de(0x7dc)][_0x2065de(0xa14)](_0x4c6570(this[_0x2065de(0x457)]))[_0x2065de(0x7f6)](()=>{const _0xb510a6=_0x2065de;this[_0xb510a6(0x8ea)][_0xb510a6(0x4b5)](null);}))),this['disposeWithMe'](_0x471aca(_0x1cb8b3['onPointerDown$']['subscribeEvent'](_0x360296=>{const _0x38531a=_0x2065de;this[_0x38531a(0x928)](_0x3217bc,_0x360296);})));}[_0x5347ad(0x50c)](_0x367e1b){const _0x16a823=_0x5347ad;this[_0x16a823(0x70e)](_0x471aca(_0x367e1b[_0x16a823(0x3fb)][_0x16a823(0xa14)](_0x4c6570(this[_0x16a823(0x457)]))[_0x16a823(0x7f6)](({objects:_0x23fe81})=>{const _0x4e2005=_0x16a823;this[_0x4e2005(0x8cb)]()||this[_0x4e2005(0x7b6)](_0x23fe81);}))),this[_0x16a823(0x70e)](_0x471aca(_0x367e1b['changeEnd$'][_0x16a823(0xa14)](_0x4c6570(this['dispose$']))['subscribe'](({objects:_0x3b24cc})=>{const _0x6e37a2=_0x16a823;this[_0x6e37a2(0x8cb)]()||this[_0x6e37a2(0x7b6)](_0x3b24cc);}))),this[_0x16a823(0x70e)](_0x471aca(_0x367e1b[_0x16a823(0x864)][_0x16a823(0xa14)](_0x4c6570(this['dispose$']))['subscribe'](()=>{})));}['_syncFromTransformer'](_0x5ec1f2){const _0x5d2d39=_0x5347ad;var _0x24411c;let _0x1d227b=this[_0x5d2d39(0xa25)][_0x5d2d39(0x51b)],_0x50d04c=this[_0x5d2d39(0x690)][_0x5d2d39(0xa1e)]();if(!_0x50d04c)return;let _0x424939=[];_0x5ec1f2[_0x5d2d39(0x4fa)]((_0x413a61,_0x5e71b8)=>{const _0x1efeb8=_0x5d2d39;let _0x4b7621=this[_0x1efeb8(0x690)]['getByOKey'](_0x5e71b8);_0x4b7621&&_0x4b7621['unitId']===_0x1d227b&&_0x4b7621[_0x1efeb8(0x657)]===_0x50d04c&&_0x424939[_0x1efeb8(0x872)](_0x4b7621[_0x1efeb8(0x51f)]);});let _0xcd18c6={'unitId':_0x1d227b,'subUnitId':_0x50d04c};_0x424939['length']!==0x0&&this[_0x5d2d39(0x8ea)][_0x5d2d39(0x5dd)](_0xcd18c6,_0x424939,(_0x24411c=_0x424939[_0x424939['length']-0x1])==null?null:_0x24411c);}[_0x5347ad(0x17b)](_0x58cfa9,_0x9fab50,_0x329f30){const _0x53c4ba=_0x5347ad;this[_0x53c4ba(0x70e)](_0x471aca(this[_0x53c4ba(0x8ea)][_0x53c4ba(0x8be)][_0x53c4ba(0xa14)](_0x4c6570(this[_0x53c4ba(0x457)]))[_0x53c4ba(0x7f6)](_0x452664=>{const _0xb256a4=_0x53c4ba;if(!this['_isSyncingTransformer']){if(this[_0xb256a4(0x16c)][_0xb256a4(0x1ea)]()){this[_0xb256a4(0x4bc)]();return;}this[_0xb256a4(0x681)](_0x58cfa9,_0x9fab50,_0x452664,_0x329f30);}})));}[_0x5347ad(0x681)](_0x4bcdf4,_0x3ac163,_0x105083,_0x479e60){const _0x3da25f=_0x5347ad;let {scene:_0x2d91c2}=this[_0x3da25f(0xa25)],_0xd35a7e=_0x3ac163[_0x3da25f(0x27d)][_0x3da25f(0x3c9)]();if(!_0xd35a7e)return;let _0x123891=_0xd35a7e[_0x3da25f(0xa23)](),_0x373aef=this[_0x3da25f(0x8f8)][_0x3da25f(0x9e1)](_0x4bcdf4,_0x123891),_0x151962=_0x105083['map'](_0x29e628=>_0x373aef[_0x29e628])[_0x3da25f(0x9bf)](_0x665995=>!!_0x665995&&this[_0x3da25f(0x5fa)](_0x665995)),_0x1c3011=of(_0x151962);this[_0x3da25f(0x22c)]=!0x0;try{_0x479e60['clearSelectedObjects'](),_0x151962[_0x3da25f(0x4fa)](_0x2beeec=>{const _0x930f6f=_0x3da25f;var _0x1dda9a,_0x3a82a9;let _0x4e3be3=_0x2beeec[_0x930f6f(0x51f)],_0x102776=kh(_0x4bcdf4,_0x123891,_0x4e3be3),_0x42e391=_0x2d91c2,_0x1eca18=(_0x1dda9a=(_0x3a82a9=_0x42e391[_0x930f6f(0x38b)])==null?void 0x0:_0x3a82a9[_0x930f6f(0x549)](_0x42e391,_0x102776))==null?_0x2d91c2[_0x930f6f(0x612)](_0x102776):_0x1dda9a;_0x1eca18&&(this[_0x930f6f(0x5f3)](_0x1eca18,_0x2beeec,_0x1c3011),_0x479e60[_0x930f6f(0x889)](_0x1eca18));});}finally{this['_isSyncingTransformer']=!0x1;}_0x2d91c2[_0x3da25f(0x5d6)]();}[_0x5347ad(0x5fa)](_0x5475c6){const _0x4e8405=_0x5347ad;var _0x214255,_0x25a2a4;return((_0x214255=this['_transformerVisibilityService'])==null||(_0x25a2a4=_0x214255['shouldShowTransformer'])==null?void 0x0:_0x25a2a4[_0x4e8405(0x549)](_0x214255,_0x5475c6))!==!0x1;}['_wireTextEditingGuard'](_0x371c6b,_0xd07c12,_0x4ee573){const _0x1e8695=_0x5347ad;this[_0x1e8695(0x70e)](_0x471aca(this[_0x1e8695(0x16c)]['editingParams$'][_0x1e8695(0xa14)](_0x4c6570(this['dispose$']))['subscribe'](_0x167e21=>{const _0x346546=_0x1e8695;if(this['_ignoreTransformerEventsUntil']=Math[_0x346546(0x496)](this['_ignoreTransformerEventsUntil'],Date[_0x346546(0x7f4)]()+0x12c),(_0x167e21==null?void 0x0:_0x167e21[_0x346546(0x51b)])===_0x371c6b){this[_0x346546(0x4bc)]();return;}let _0x44a3f6=this[_0x346546(0x8ea)]['getSnapshot']();_0x44a3f6['selectedIds']['length']>0x0&&this[_0x346546(0x681)](_0x371c6b,_0xd07c12,_0x44a3f6['selectedIds'],_0x4ee573);})));}['_wireMarqueeSelection'](_0x2d5765,_0x177fee,_0x231d45){const _0x2968db=_0x5347ad;let {scene:_0x3515bd}=this[_0x2968db(0xa25)],_0x19c4da=0x0,_0x51c291=0x0,_0x1f683d=0x0,_0x471953=0x0,_0x5684ff=!0x1,_0x3abda1=[],_0x902d7b=()=>{const _0x492d4b=_0x2968db;this[_0x492d4b(0x48a)]&&(this['_applyMarqueeRectStyle'](this[_0x492d4b(0x48a)]),_0x3515bd[_0x492d4b(0x752)](!0x0));};this[_0x2968db(0x70e)](_0x471aca(this[_0x2968db(0x921)]['currentTheme$'][_0x2968db(0xa14)](_0x4c6570(this[_0x2968db(0x457)]))['subscribe'](_0x902d7b))),this['disposeWithMe'](_0x471aca(this[_0x2968db(0x921)][_0x2968db(0x9b3)][_0x2968db(0xa14)](_0x4c6570(this[_0x2968db(0x457)]))[_0x2968db(0x7f6)](_0x902d7b))),this['disposeWithMe'](_0x471aca(_0x3515bd[_0x2968db(0x8a5)][_0x2968db(0x911)](_0x1fa033=>{const _0xba3623=_0x2968db;var _0x5b77af;if(((_0x5b77af=_0x1fa033[_0xba3623(0x47a)])==null?0x0:_0x5b77af)!==0x0||this[_0xba3623(0x211)](_0x1fa033)||this[_0xba3623(0x690)][_0xba3623(0x73f)](_0x1fa033[_0xba3623(0x88f)],_0x1fa033[_0xba3623(0x47d)]))return;_0x19c4da=_0x1fa033['offsetX'],_0x51c291=_0x1fa033[_0xba3623(0x47d)];let _0x30214d=this['_toScenePoint'](_0x1fa033[_0xba3623(0x88f)],_0x1fa033['offsetY']);_0x1f683d=_0x30214d['x'],_0x471953=_0x30214d['y'],_0x5684ff=!0x1,_0x3abda1=this[_0xba3623(0x8ea)]['getSnapshot']()['selectedIds'];let _0xe091e4=_0x3515bd['onPointerMove$'][_0xba3623(0x911)](_0x340086=>{const _0x15dfad=_0xba3623;let _0x5c2f32=_0x340086[_0x15dfad(0x88f)]-_0x19c4da,_0x52b8ae=_0x340086['offsetY']-_0x51c291;if(!_0x5684ff&&Math['hypot'](_0x5c2f32,_0x52b8ae)<0x4)return;_0x5684ff=!0x0;let _0xb69ef9=this[_0x15dfad(0x80f)](_0x340086['offsetX'],_0x340086['offsetY']),_0x24e1f4=this['_normalizeRect'](_0x1f683d,_0x471953,_0xb69ef9['x'],_0xb69ef9['y']);this[_0x15dfad(0x488)](_0x24e1f4);let _0x3454ea=this[_0x15dfad(0x690)]['getActiveSubUnitId']();if(!_0x3454ea)return;let _0x5ca4e6=_0x1fa033['altKey']?_0x15dfad(0x93a):_0x15dfad(0x4eb),_0x583460=this[_0x15dfad(0x622)](_0x2d5765,_0x3454ea,_0x24e1f4,_0x5ca4e6),_0x544dcf=this['_resolveMarqueeSelectionIds'](_0x3abda1,_0x583460,_0x1fa033[_0x15dfad(0x160)]||_0x1fa033[_0x15dfad(0x98d)]),_0x32c503={'unitId':_0x2d5765,'subUnitId':_0x3454ea};this[_0x15dfad(0x22c)]=!0x0;try{var _0x378cda;this[_0x15dfad(0x8ea)][_0x15dfad(0x5dd)](_0x32c503,_0x544dcf,(_0x378cda=_0x544dcf[_0x544dcf['length']-0x1])==null?null:_0x378cda),this['_syncToTransformer'](_0x2d5765,_0x177fee,_0x544dcf,_0x231d45);}finally{this['_isSyncingTransformer']=!0x1;}}),_0x5b1d60=_0x3515bd['onPointerUp$'][_0xba3623(0x911)](()=>{const _0x99f5e3=_0xba3623;_0xe091e4==null||_0xe091e4[_0x99f5e3(0x553)](),_0x5b1d60==null||_0x5b1d60[_0x99f5e3(0x553)](),this['_removeMarqueeRect'](),_0x5684ff=!0x1;});})));}[_0x5347ad(0x88a)](_0x2857bb,_0x50972e,_0x425b4b){const _0xd16e4=_0x5347ad;let {engine:_0x596152}=this['_renderContext'];this[_0xd16e4(0x70e)](_0x471aca(_0x50972e[_0xd16e4(0x27d)][_0xd16e4(0x295)][_0xd16e4(0xa14)](_0x4c6570(this['dispose$']))[_0xd16e4(0x7f6)](()=>{const _0x6a58f0=_0xd16e4;this[_0x6a58f0(0x3b2)](),_0x425b4b[_0x6a58f0(0x77c)](),this[_0x6a58f0(0x8ea)][_0x6a58f0(0x732)](),this[_0x6a58f0(0x83e)](_0x2857bb,_0x50972e);})));let _0x589036=_0x312a1a=>{const _0xcc4d00=_0xd16e4;_0x312a1a[_0xcc4d00(0x697)](_0x13f2df=>_0x13f2df[_0xcc4d00(0x51b)]===_0x2857bb)&&this['_scheduleAttachWithFollowUp'](_0x2857bb,_0x50972e);};this[_0xd16e4(0x70e)](_0x471aca(this[_0xd16e4(0x8f8)][_0xd16e4(0x634)][_0xd16e4(0xa14)](_0x4c6570(this[_0xd16e4(0x457)]))[_0xd16e4(0x7f6)](_0x589036))),this[_0xd16e4(0x70e)](_0x471aca(this['_slideDrawingSrv'][_0xd16e4(0x647)][_0xd16e4(0xa14)](_0x4c6570(this[_0xd16e4(0x457)]))[_0xd16e4(0x7f6)](_0x589036))),this[_0xd16e4(0x70e)](_0x471aca(this[_0xd16e4(0x8f8)][_0xd16e4(0x5c8)][_0xd16e4(0xa14)](_0x4c6570(this[_0xd16e4(0x457)]))['subscribe'](_0x589036))),this['disposeWithMe'](_0x471aca(this[_0xd16e4(0x8f8)]['order$']['pipe'](_0x4c6570(this[_0xd16e4(0x457)]))[_0xd16e4(0x7f6)](_0x5e6daf=>{const _0x106d1d=_0xd16e4;var _0x3c6add;let _0x3fb221=(_0x3c6add=_0x50972e[_0x106d1d(0x27d)][_0x106d1d(0x3c9)]())==null?void 0x0:_0x3c6add[_0x106d1d(0xa23)]();_0x5e6daf[_0x106d1d(0x51b)]===_0x2857bb&&_0x5e6daf[_0x106d1d(0x657)]===_0x3fb221&&this[_0x106d1d(0x83e)](_0x2857bb,_0x50972e);}))),this['disposeWithMe'](_0x471aca(this[_0xd16e4(0x164)][_0xd16e4(0x314)](_0x3bf73d=>{const _0x3973a7=_0xd16e4;if(_0x3bf73d['id']===_0x23f39a['id']){let _0x299012=_0x3bf73d['params'];(_0x299012==null?void 0x0:_0x299012['unitId'])===_0x2857bb&&this['_scheduleAttachWithFollowUp'](_0x2857bb,_0x50972e);return;}if(_0x3bf73d['id']===_0x30078e['id']){var _0x20cf39;let _0x3c6de3=_0x3bf73d[_0x3973a7(0x88d)],_0x5ceced=(_0x20cf39=_0x50972e[_0x3973a7(0x27d)][_0x3973a7(0x3c9)]())==null?void 0x0:_0x20cf39[_0x3973a7(0xa23)]();(_0x3c6de3==null?void 0x0:_0x3c6de3['unitId'])===_0x2857bb&&_0x3c6de3[_0x3973a7(0x657)]===_0x5ceced&&(_0x425b4b[_0x3973a7(0x77c)](),this['_stateSrv']['clearSelection'](),this[_0x3973a7(0x83e)](_0x2857bb,_0x50972e));}}))),this[_0xd16e4(0x70e)](_0x471aca(_0x596152[_0xd16e4(0x603)]['subscribeEvent'](()=>{this['_scheduleAttachWithFollowUp'](_0x2857bb,_0x50972e);}))),this['disposeWithMe'](_0x471aca(_0x50972e[_0xd16e4(0x531)][_0xd16e4(0xa14)](_0x4c6570(this[_0xd16e4(0x457)]))[_0xd16e4(0x7f6)](()=>{const _0x41c2f8=_0xd16e4;this[_0x41c2f8(0x83e)](_0x2857bb,_0x50972e);})));}[_0x5347ad(0x884)](_0x896075,_0x28931f){const _0x609c37=_0x5347ad;this[_0x609c37(0x76e)]||(this[_0x609c37(0x76e)]=!0x0,Promise[_0x609c37(0x24c)]()['then'](()=>{const _0x4c2631=_0x609c37;this[_0x4c2631(0x9d4)](_0x896075,_0x28931f);}));}[_0x5347ad(0x83e)](_0x5c42b7,_0x327747){const _0x44301a=_0x5347ad;this[_0x44301a(0x884)](_0x5c42b7,_0x327747),setTimeout(()=>{const _0x479d50=_0x44301a;this[_0x479d50(0x884)](_0x5c42b7,_0x327747);},0x50);}[_0x5347ad(0x17a)](_0x323090){const _0x39c727=_0x5347ad;let _0x42ed28=new Set();return Object[_0x39c727(0x244)](_0x323090)[_0x39c727(0x4fa)](_0x1f9d5d=>{const _0x585984=_0x39c727;if((_0x1f9d5d==null?void 0x0:_0x1f9d5d[_0x585984(0x5fb)]['type'])===_0x42916e[_0x585984(0x5fd)]){var _0x410865;((_0x410865=_0x1f9d5d[_0x585984(0x5fb)][_0x585984(0x6db)])==null?[]:_0x410865)[_0x585984(0x4fa)](_0x203623=>{const _0x1729c9=_0x585984;_0x42ed28[_0x1729c9(0x241)](_0x203623);});}}),_0x42ed28;}['_attachTransformerToDrawings'](_0x38fad5,_0x1602bf){const _0x2d79a5=_0x5347ad;this[_0x2d79a5(0x76e)]=!0x1;let {scene:_0x1673ae,engine:_0x295907}=this[_0x2d79a5(0xa25)],_0x1e56a8=_0x1673ae[_0x2d79a5(0x4b2)]();if(!_0x1e56a8)return;let _0x4a46c1=_0x1602bf['pageManager'][_0x2d79a5(0x3c9)]();if(!_0x4a46c1)return;let _0x4349fc=_0x4a46c1[_0x2d79a5(0xa23)](),_0x5ae98b=this[_0x2d79a5(0x8f8)][_0x2d79a5(0x9e1)](_0x38fad5,_0x4349fc),_0x1a1712=this[_0x2d79a5(0x8f8)][_0x2d79a5(0x6f8)](_0x38fad5,_0x4349fc),_0x205fb0=this[_0x2d79a5(0x17a)](_0x5ae98b);_0x1a1712[_0x2d79a5(0x4fa)](_0x3c8976=>{const _0x399f8d=_0x2d79a5;let _0x2c97aa=_0x5ae98b[_0x3c8976];if(!_0x2c97aa||_0x205fb0['has'](_0x3c8976))return;let _0x4956f4=kh(_0x38fad5,_0x4349fc,_0x3c8976),_0x3df2e0=_0x1673ae[_0x399f8d(0x612)](_0x4956f4);_0x3df2e0&&(_0x3df2e0['isInGroup']||(this[_0x399f8d(0x5f3)](_0x3df2e0,_0x2c97aa,!0x1),_0x1e56a8[_0x399f8d(0x533)](_0x3df2e0),_0x3df2e0[_0x399f8d(0x8a5)][_0x399f8d(0x911)]({'priority':-0x1,'next':()=>{const _0x36584e=_0x399f8d;_0x295907[_0x36584e(0x386)](_0x1673ae[_0x36584e(0x823)]);}})));});let _0x56b655=this[_0x2d79a5(0x8ea)][_0x2d79a5(0x996)]();_0x56b655[_0x2d79a5(0x9be)][_0x2d79a5(0x9dd)]>0x0&&this[_0x2d79a5(0x681)](_0x38fad5,_0x1602bf,_0x56b655[_0x2d79a5(0x9be)],_0x1e56a8);}[_0x5347ad(0x405)](_0x1396b6,_0x3d49ca){const _0x16e951=_0x5347ad;let _0x1832d3=this[_0x16e951(0x690)][_0x16e951(0x865)]()['map'](_0x124786=>_0x124786['drawingId']),_0x23842b=this[_0x16e951(0x8ea)]['getSnapshot']()['focusedId'],_0x445a05=_0x23842b?_0x1832d3[_0x16e951(0x733)](_0x23842b):-0x1,_0x588b5a=_0x1832d3[_0x16e951(0x733)](_0x3d49ca);if(_0x445a05===-0x1||_0x588b5a===-0x1){this[_0x16e951(0x8ea)][_0x16e951(0x5dd)](_0x1396b6,[_0x3d49ca],_0x3d49ca);return;}let _0x45abc0=Math[_0x16e951(0x2f7)](_0x445a05,_0x588b5a),_0x3012f2=Math['max'](_0x445a05,_0x588b5a),_0x388b8a=_0x1832d3[_0x16e951(0x5b1)](_0x45abc0,_0x3012f2+0x1),_0x461c63=this[_0x16e951(0x8ea)][_0x16e951(0x996)]()['selectedIds'],_0x303388=Array['from'](new Set([..._0x461c63,..._0x388b8a]));this[_0x16e951(0x8ea)]['selectDrawings'](_0x1396b6,_0x303388,_0x3d49ca);}[_0x5347ad(0x5e7)](_0x205865,_0x5a97f3){const _0x5dd8bc=_0x5347ad;var _0x5c2492;let _0x3b14f7=this[_0x5dd8bc(0x8ea)][_0x5dd8bc(0x996)]();return((_0x5c2492=_0x3b14f7['context'])==null?void 0x0:_0x5c2492['unitId'])!==_0x205865[_0x5dd8bc(0x51b)]||_0x3b14f7['context']['subUnitId']!==_0x205865[_0x5dd8bc(0x657)]||_0x3b14f7['selectedIds'][_0x5dd8bc(0x9dd)]<=0x1||!_0x3b14f7[_0x5dd8bc(0x9be)][_0x5dd8bc(0x278)](_0x5a97f3)?null:_0x3b14f7['selectedIds'];}['_handleBackgroundPointerDown'](_0x20173b,_0xf305b3){const _0x2172d9=_0x5347ad;var _0xd09cea;this['_instanceSrv']['focusUnit'](_0x20173b),!(((_0xd09cea=_0xf305b3['button'])==null?0x0:_0xd09cea)!==0x0||this[_0x2172d9(0x211)](_0xf305b3))&&(this[_0x2172d9(0x690)]['hitTest'](_0xf305b3['offsetX'],_0xf305b3['offsetY'])||_0xf305b3[_0x2172d9(0x160)]||_0xf305b3[_0x2172d9(0x98d)]||this[_0x2172d9(0x28d)](()=>{const _0x24f520=_0x2172d9;this[_0x24f520(0x8ea)][_0x24f520(0x732)](),this[_0x24f520(0x4bc)]();}));}[_0x5347ad(0x28d)](_0x5f347f){const _0x1c0ed9=_0x5347ad;this[_0x1c0ed9(0x2aa)]=Math[_0x1c0ed9(0x496)](this[_0x1c0ed9(0x2aa)],Date[_0x1c0ed9(0x7f4)]()+0x78),_0x5f347f();}[_0x5347ad(0x8cb)](){const _0x3bf710=_0x5347ad;return this[_0x3bf710(0x22c)]||Date[_0x3bf710(0x7f4)]()<this[_0x3bf710(0x2aa)];}['_markDrawingPointerDownHandled'](_0x18b6f9){const _0x1a02c6=_0x5347ad;this['_handledDrawingPointerDownEvent']=_0x18b6f9,Promise[_0x1a02c6(0x24c)]()[_0x1a02c6(0x161)](()=>{const _0x20afcc=_0x1a02c6;this[_0x20afcc(0x34a)]===_0x18b6f9&&(this[_0x20afcc(0x34a)]=null);});}[_0x5347ad(0x211)](_0x2ac591){return this['_handledDrawingPointerDownEvent']===_0x2ac591;}[_0x5347ad(0x4bc)](){const _0x1e4cdf=_0x5347ad;let _0x530a2c=this[_0x1e4cdf(0xa25)][_0x1e4cdf(0x988)][_0x1e4cdf(0x4b2)]();if(_0x530a2c){this[_0x1e4cdf(0x22c)]=!0x0;try{_0x530a2c[_0x1e4cdf(0x77c)]();}finally{this[_0x1e4cdf(0x22c)]=!0x1;}}}[_0x5347ad(0x927)](_0x3de5f8,_0xc8e70b,_0x112b96,_0x5847f4){const _0xf1a79b=_0x5347ad;return{'left':Math['min'](_0x3de5f8,_0x112b96),'top':Math[_0xf1a79b(0x2f7)](_0xc8e70b,_0x5847f4),'right':Math[_0xf1a79b(0x496)](_0x3de5f8,_0x112b96),'bottom':Math[_0xf1a79b(0x496)](_0xc8e70b,_0x5847f4)};}[_0x5347ad(0x80f)](_0x1c319c,_0x4f3175){const _0x5ce08d=_0x5347ad;var _0x4e50a6,_0x1d1bbe;let {scene:_0x4ea9bb}=this[_0x5ce08d(0xa25)],_0x44af92=new _0x7de369(_0x1c319c,_0x4f3175),_0x9ae2fe=(_0x4e50a6=_0x4ea9bb['getActiveViewportByCoord'](_0x44af92))==null?_0x4ea9bb[_0x5ce08d(0x42d)]():_0x4e50a6;return(_0x1d1bbe=_0x9ae2fe==null?void 0x0:_0x9ae2fe[_0x5ce08d(0x42f)](_0x44af92))==null?_0x44af92:_0x1d1bbe;}[_0x5347ad(0x622)](_0x151603,_0x6afc90,_0xb60a1,_0x22dfc1){const _0x488f31=_0x5347ad;let {scene:_0x429499}=this[_0x488f31(0xa25)],_0x2a85f1=_0x22dfc1===_0x488f31(0x93a)?this[_0x488f31(0x443)]:this[_0x488f31(0x288)],_0x489890=[];return this[_0x488f31(0x690)][_0x488f31(0x865)]()[_0x488f31(0x4fa)](_0x187890=>{const _0x2f0c98=_0x488f31;let _0x1e1fcd=_0x429499[_0x2f0c98(0x612)](kh(_0x151603,_0x6afc90,_0x187890[_0x2f0c98(0x51f)])),_0x498117=_0x1e1fcd?this[_0x2f0c98(0x909)](_0x1e1fcd):null;_0x498117&&_0x2a85f1(_0xb60a1,_0x498117)&&_0x489890[_0x2f0c98(0x872)](_0x187890['drawingId']);}),_0x489890;}[_0x5347ad(0x28f)](_0x476380,_0x4464dc,_0x40d534){const _0x1b0b8d=_0x5347ad;return _0x40d534?Array[_0x1b0b8d(0x8bd)](new Set([..._0x476380,..._0x4464dc])):_0x4464dc;}[_0x5347ad(0x909)](_0x18e5ec){const _0x9819b7=_0x5347ad;var _0x3b42f7,_0xeea520;let _0x2713b6=(_0x3b42f7=_0x18e5ec[_0x9819b7(0x8d2)])==null?0x0:_0x3b42f7,_0xa5fb44=(_0xeea520=_0x18e5ec[_0x9819b7(0x95b)])==null?0x0:_0xeea520;if(_0x2713b6<=0x0||_0xa5fb44<=0x0)return null;let _0x2fa4e4=[_0x18e5ec['transform'][_0x9819b7(0x41e)](new _0x7de369(0x0,0x0)),_0x18e5ec[_0x9819b7(0x2d1)][_0x9819b7(0x41e)](new _0x7de369(_0x2713b6,0x0)),_0x18e5ec[_0x9819b7(0x2d1)][_0x9819b7(0x41e)](new _0x7de369(0x0,_0xa5fb44)),_0x18e5ec[_0x9819b7(0x2d1)]['applyPoint'](new _0x7de369(_0x2713b6,_0xa5fb44))],_0x358b11=_0x2fa4e4['map'](_0x14f671=>_0x14f671['x']),_0x1c80a6=_0x2fa4e4['map'](_0x1b9019=>_0x1b9019['y']);return{'left':Math['min'](..._0x358b11),'top':Math['min'](..._0x1c80a6),'right':Math[_0x9819b7(0x496)](..._0x358b11),'bottom':Math[_0x9819b7(0x496)](..._0x1c80a6)};}['_rectIntersects'](_0x1fa2e3,_0x16233f){const _0x554b63=_0x5347ad;return!(_0x1fa2e3[_0x554b63(0x5e2)]>_0x16233f[_0x554b63(0x888)]||_0x1fa2e3[_0x554b63(0x717)]>_0x16233f[_0x554b63(0x97e)]||_0x16233f['left']>_0x1fa2e3[_0x554b63(0x888)]||_0x16233f[_0x554b63(0x717)]>_0x1fa2e3['bottom']);}[_0x5347ad(0x443)](_0x278166,_0x518486){const _0x1f2dde=_0x5347ad;return _0x278166[_0x1f2dde(0x5e2)]<=_0x518486['left']&&_0x278166[_0x1f2dde(0x717)]<=_0x518486[_0x1f2dde(0x717)]&&_0x278166[_0x1f2dde(0x888)]>=_0x518486[_0x1f2dde(0x888)]&&_0x278166[_0x1f2dde(0x97e)]>=_0x518486[_0x1f2dde(0x97e)];}[_0x5347ad(0x488)](_0x3a288f){const _0x58376=_0x5347ad;let {scene:_0x1c05e9}=this['_renderContext'],_0x5f26ed=_0x3a288f[_0x58376(0x888)]-_0x3a288f['left'],_0x4c1657=_0x3a288f[_0x58376(0x97e)]-_0x3a288f[_0x58376(0x717)];this[_0x58376(0x48a)]?this[_0x58376(0x48a)]['transformByState']({'left':_0x3a288f[_0x58376(0x5e2)],'top':_0x3a288f['top'],'width':_0x5f26ed,'height':_0x4c1657}):(this[_0x58376(0x48a)]=new _0xbb794f('slide-marquee-selection-rect',{'left':_0x3a288f[_0x58376(0x5e2)],'top':_0x3a288f['top'],'width':_0x5f26ed,'height':_0x4c1657,'evented':!0x1,'strokeWidth':0x1,'zIndex':0x2710}),this[_0x58376(0x6ef)](this[_0x58376(0x48a)]),_0x1c05e9[_0x58376(0x955)](this[_0x58376(0x48a)],0x2710)),_0x1c05e9[_0x58376(0x752)](!0x0);}[_0x5347ad(0x3b2)](){const _0x5b3059=_0x5347ad;this['_marqueeRect']&&(this[_0x5b3059(0xa25)]['scene'][_0x5b3059(0x6ee)](this[_0x5b3059(0x48a)]),this[_0x5b3059(0x48a)]=null,this['_renderContext'][_0x5b3059(0x988)]['makeDirty'](!0x0));}[_0x5347ad(0x6ef)](_0x50d32f){const _0x2aa2c5=_0x5347ad;let _0x404223=this[_0x2aa2c5(0x921)]['getColorFromTheme'](Ka);_0x50d32f[_0x2aa2c5(0x74b)]({'stroke':new _0xb91efd(_0x404223)[_0x2aa2c5(0x37b)](Ja)[_0x2aa2c5(0xa00)](),'fill':new _0xb91efd(_0x404223)[_0x2aa2c5(0x37b)](qa)[_0x2aa2c5(0xa00)]()});}['_applyTransformerConfig'](_0x32224f,_0x250c29,_0x5176c2){if(!_0x32224f)return;let _0x2fccf2=_0x32224f;_0x2fccf2['transformerConfig']=sf(_0x250c29,{'selectionContainsTable':_0x5176c2});}[_0x5347ad(0x261)](){const _0x1b2e7f=_0x5347ad;this['_removeMarqueeRect'](),super[_0x1b2e7f(0x261)]();}};Fh=$([Q(0x1,_0x3bd740(_0x3a4166)),Q(0x2,_0x1c430b),Q(0x3,_0x3bd740(Mh)),Q(0x4,_0x3bd740(kf)),Q(0x5,_0x47c48b),Q(0x6,_0x3bd740(Nh)),Q(0x7,_0x3bd740(fc)),Q(0x8,_0x46972e),Q(0x9,_0x3bd740(_0x4284b8))],Fh);var Ih=class extends _0xbb794f{constructor(_0xbc15fd,_0x458a9b){const _0x242d20=_0x5347ad;super(_0xbc15fd,{..._0x458a9b,'width':0x8,'height':0x8,'fill':to,'stroke':no,'strokeWidth':0x1,'angle':0x2d,'evented':!0x0}),Z(this,'adjName',void 0x0),this[_0x242d20(0x1d5)]=_0x458a9b['adjName'];}};const Lh=_0x2548c0+0x1;let Rh=class extends _0x55f58f{constructor(_0x2f8efc,_0x169843,_0x3bfdac,_0x487a5a,_0x20a071){const _0xa8f78f=_0x5347ad;super(),this['_renderContext']=_0x2f8efc,this[_0xa8f78f(0x5f8)]=_0x169843,this['_instanceSrv']=_0x3bfdac,this[_0xa8f78f(0x5bb)]=_0x487a5a,this[_0xa8f78f(0x164)]=_0x20a071,Z(this,_0xa8f78f(0x329),[]),Z(this,_0xa8f78f(0x854),null),Z(this,_0xa8f78f(0x587),!0x1),Z(this,'_suspendHandleDisplay',!0x1),Z(this,_0xa8f78f(0x9ba),!0x1),this['_init']();}['_init'](){const _0x253705=_0x5347ad;let {unitId:_0x56ddfb}=this[_0x253705(0xa25)];this['disposeWithMe'](_0x471aca(this['_slideDrawingService'][_0x253705(0x532)][_0x253705(0xa14)](_0x4c6570(this[_0x253705(0x457)]))[_0x253705(0x7f6)](_0xd575ca=>{const _0x16482c=_0x253705;if(this['_clearHandles'](),!_0xd575ca||_0xd575ca['length']===0x0){this[_0x16482c(0x854)]=null;return;}let _0x1d307a=_0xd575ca[0x0];_0x1d307a[_0x16482c(0x51b)]===_0x56ddfb&&(this[_0x16482c(0x854)]=_0x1d307a,this[_0x16482c(0x85e)](_0x1d307a));}))),this['disposeWithMe'](_0x471aca(this[_0x253705(0x5bb)][_0x253705(0x647)][_0x253705(0xa14)](_0x4c6570(this[_0x253705(0x457)]))[_0x253705(0x7f6)](_0x409938=>{const _0x35147a=_0x253705;if(!this[_0x35147a(0x854)])return;let _0x52a65a=this[_0x35147a(0x854)];if(_0x409938['some'](_0x2b6943=>_0x2b6943[_0x35147a(0x51b)]===_0x52a65a[_0x35147a(0x51b)]&&_0x2b6943[_0x35147a(0x657)]===_0x52a65a[_0x35147a(0x657)]&&_0x2b6943[_0x35147a(0x51f)]===_0x52a65a['drawingId'])){this[_0x35147a(0x367)]();let _0x2c909e=this[_0x35147a(0x5bb)][_0x35147a(0x429)](_0x52a65a);_0x2c909e&&(this[_0x35147a(0x854)]=_0x2c909e,this[_0x35147a(0x85e)](_0x2c909e));}}))),this[_0x253705(0x7ec)](),this[_0x253705(0x7e9)]();}[_0x5347ad(0x85e)](_0x4d04d5){const _0x33b25e=_0x5347ad;var _0x59b1e8,_0x3215b0,_0x5137ea,_0x240231;if(this['_suspendHandleDisplay'])return;let _0xa70221=_0x4d04d5[_0x33b25e(0x5fb)],_0x946849=null,_0x1f1845=_0xa70221[_0x33b25e(0x2d1)];if(_0xa70221[_0x33b25e(0x72f)]===_0x42916e['Shape'])_0x946849=this['_getShapeModel'](_0xa70221);else{if(_0xa70221[_0x33b25e(0x72f)]===_0x42916e[_0x33b25e(0x2d7)]){let _0x38d32a=_0xa70221;if(_0x38d32a[_0x33b25e(0x7c5)]){var _0xdc4e7d,_0x355e32;_0x946849=this['_getOrCreateShapeModel'](_0x38d32a['prstGeom'],(_0xdc4e7d=_0x1f1845['width'])==null?0x0:_0xdc4e7d,(_0x355e32=_0x1f1845[_0x33b25e(0x95b)])==null?0x0:_0x355e32,_0x38d32a['adjustValues']);}}}if(!_0x946849)return;_0x946849[_0x33b25e(0x983)]({'width':(_0x59b1e8=_0x1f1845['width'])==null?0x0:_0x59b1e8,'height':(_0x3215b0=_0x1f1845[_0x33b25e(0x95b)])==null?0x0:_0x3215b0});let _0x349f07=_0x946849[_0x33b25e(0x37e)]();if(!_0x349f07||_0x349f07['length']===0x0)return;let {scene:_0x575ffe}=this[_0x33b25e(0xa25)],_0xf13b32=this[_0x33b25e(0x270)][_0x33b25e(0x46d)](_0x4d04d5[_0x33b25e(0x51b)],_0x2a9855[_0x33b25e(0x57f)]);if(!_0xf13b32)return;let _0x1ca36e=this['_getPageOffset'](_0x575ffe,_0xf13b32),_0x56a769=_0x1ca36e[_0x33b25e(0x5e2)]+((_0x5137ea=_0x1f1845[_0x33b25e(0x5e2)])==null?0x0:_0x5137ea),_0x3fd33a=_0x1ca36e[_0x33b25e(0x717)]+((_0x240231=_0x1f1845[_0x33b25e(0x717)])==null?0x0:_0x240231),_0x563eb7=_0x946849,_0x4ccc48=this[_0x33b25e(0x7a3)](_0x1f1845,_0x56a769,_0x3fd33a);_0x349f07[_0x33b25e(0x4fa)](({x:_0x6030e4,y:_0x23a4ad,adjName:_0x3ac3e7})=>{const _0x39783a=_0x33b25e;let _0x5c655b=_0x4ccc48[_0x39783a(0x7ee)]({'x':_0x6030e4,'y':_0x23a4ad}),_0x2ca64a=new Ih(_0x39783a(0x654)+_0x4d04d5[_0x39783a(0x51f)]+'-'+_0x3ac3e7,{'left':_0x5c655b['x']-0x4,'top':_0x5c655b['y']-0x4,'adjName':_0x3ac3e7,'zIndex':0xf4240});this[_0x39783a(0x3b0)](_0x2ca64a,_0x4d04d5,_0x563eb7,_0x1f1845,_0x56a769,_0x3fd33a),_0x575ffe['addObject'](_0x2ca64a,Lh),this[_0x39783a(0x329)][_0x39783a(0x872)](_0x2ca64a);}),_0x575ffe['makeDirty'](!0x0);}[_0x5347ad(0x6c0)](_0x2c117e,_0x441235,_0x55a7df,_0x28db06,_0x270d74){const _0x47bcfc=_0x5347ad;return this[_0x47bcfc(0x7a3)](_0x55a7df,_0x28db06,_0x270d74)[_0x47bcfc(0x1ff)]({'x':_0x2c117e,'y':_0x441235});}[_0x5347ad(0x73b)](_0x2348a8){const _0x5025cb=_0x5347ad;var _0x5e366b,_0x380d8b,_0x3e1f99;let {scene:_0x1d0df8}=this[_0x5025cb(0xa25)],_0x439fe0=(_0x5e366b=_0x1d0df8[_0x5025cb(0x27c)])==null?void 0x0:_0x5e366b[_0x5025cb(0x549)](_0x1d0df8),_0x3fe6c5=this['_safePositiveNumber'](_0x439fe0==null?void 0x0:_0x439fe0[_0x5025cb(0x739)],_0x1d0df8[_0x5025cb(0x739)]||0x1),_0xc643e6=this[_0x5025cb(0x932)](_0x439fe0==null?void 0x0:_0x439fe0[_0x5025cb(0x96b)],_0x1d0df8['scaleY']||_0x1d0df8[_0x5025cb(0x739)]||0x1),_0x2e6b68=_0x1d0df8[_0x5025cb(0x55b)](rl),_0x3797ff=(_0x380d8b=_0x2e6b68==null?void 0x0:_0x2e6b68[_0x5025cb(0x300)])==null?0x0:_0x380d8b,_0x215d1b=(_0x3e1f99=_0x2e6b68==null?void 0x0:_0x2e6b68[_0x5025cb(0x687)])==null?0x0:_0x3e1f99;return{'x':_0x2348a8[_0x5025cb(0x88f)]/_0x3fe6c5+_0x3797ff,'y':_0x2348a8[_0x5025cb(0x47d)]/_0xc643e6+_0x215d1b};}[_0x5347ad(0x3b0)](_0x306094,_0x21ac85,_0x4d6d7e,_0x2d658c,_0x21ea92,_0x20bcc4){const _0x49de6b=_0x5347ad;let {scene:_0x11a414}=this[_0x49de6b(0xa25)],_0x8b02ed,_0x4a9faa=_0x306094[_0x49de6b(0x8a5)][_0x49de6b(0x911)]((_0xc0056b,_0x346f1a)=>{const _0x50888b=_0x49de6b;if(_0xc0056b[_0x50888b(0x47a)]!==0x0)return;this[_0x50888b(0x587)]=!0x0,_0x8b02ed=_0x4d6d7e['getAdjustInfoByName'](_0x306094[_0x50888b(0x1d5)]),_0x346f1a[_0x50888b(0x3b8)](),_0x11a414[_0x50888b(0x2f0)]();let _0x47086e=_0x11a414[_0x50888b(0x9cb)][_0x50888b(0x911)](_0x42b66e=>{const _0x2c4a2b=_0x50888b;var _0x3f0e4d,_0x56f479,_0x5142c2,_0x350a79;if(!_0x8b02ed)return;let _0x4f543d=this['_resolvePointerScenePoint'](_0x42b66e),_0x1f055a=this[_0x2c4a2b(0x6c0)](_0x4f543d['x'],_0x4f543d['y'],_0x2d658c,_0x21ea92,_0x20bcc4),_0x2e7262={'left':0x0,'top':0x0,'width':(_0x3f0e4d=_0x2d658c[_0x2c4a2b(0x8d2)])==null?0x0:_0x3f0e4d,'height':(_0x56f479=_0x2d658c['height'])==null?0x0:_0x56f479},_0x18abba=_0x4d6d7e[_0x2c4a2b(0x6d7)](_0x2e7262,_0x1f055a,_0x8b02ed,(_0x5142c2=_0x21ac85[_0x2c4a2b(0x5fb)][_0x2c4a2b(0x2d1)]['flipX'])==null?!0x1:_0x5142c2,(_0x350a79=_0x21ac85['element'][_0x2c4a2b(0x2d1)][_0x2c4a2b(0xa0e)])==null?!0x1:_0x350a79);if(!Number[_0x2c4a2b(0x7c9)](_0x18abba)){var _0x33a6b6,_0x26963d;_0x4d6d7e[_0x2c4a2b(0x1e7)]({'adjustValues':{[_0x306094[_0x2c4a2b(0x1d5)]]:_0x18abba}},!0x0),_0x4d6d7e[_0x2c4a2b(0x983)]({'width':(_0x33a6b6=_0x2d658c[_0x2c4a2b(0x8d2)])==null?0x0:_0x33a6b6,'height':(_0x26963d=_0x2d658c['height'])==null?0x0:_0x26963d});let _0x5f4cd3=_0x4d6d7e[_0x2c4a2b(0x37e)]()['find'](_0x52cd96=>_0x52cd96[_0x2c4a2b(0x1d5)]===_0x306094[_0x2c4a2b(0x1d5)]);if(_0x5f4cd3){let _0x10171d=this[_0x2c4a2b(0x7a3)](_0x2d658c,_0x21ea92,_0x20bcc4)[_0x2c4a2b(0x7ee)](_0x5f4cd3);_0x306094['transformByState']({'left':_0x10171d['x']-0x4,'top':_0x10171d['y']-0x4});}this['_previewAdjValueUpdate'](_0x21ac85,_0x306094[_0x2c4a2b(0x1d5)],_0x18abba),_0x11a414[_0x2c4a2b(0x752)](!0x0);}}),_0x4c44ac=_0x11a414['onPointerUp$'][_0x50888b(0x911)](_0x1df3b4=>{const _0x576b41=_0x50888b;var _0x2e38e8,_0x20e876,_0x52eac0,_0x171020;if(_0x47086e==null||_0x47086e['unsubscribe'](),_0x4c44ac==null||_0x4c44ac[_0x576b41(0x553)](),_0x11a414['enableObjectsEvent'](),this['_isAdjustHandleDragging']=!0x1,!_0x8b02ed)return;let _0x583509=this['_resolvePointerScenePoint'](_0x1df3b4),_0x7f170e=this[_0x576b41(0x6c0)](_0x583509['x'],_0x583509['y'],_0x2d658c,_0x21ea92,_0x20bcc4),_0x3562e3={'left':0x0,'top':0x0,'width':(_0x2e38e8=_0x2d658c['width'])==null?0x0:_0x2e38e8,'height':(_0x20e876=_0x2d658c[_0x576b41(0x95b)])==null?0x0:_0x20e876},_0x2209dc=_0x4d6d7e['calcAdjValue'](_0x3562e3,_0x7f170e,_0x8b02ed,(_0x52eac0=_0x21ac85[_0x576b41(0x5fb)][_0x576b41(0x2d1)][_0x576b41(0x301)])==null?!0x1:_0x52eac0,(_0x171020=_0x21ac85['element'][_0x576b41(0x2d1)][_0x576b41(0xa0e)])==null?!0x1:_0x171020);Number[_0x576b41(0x7c9)](_0x2209dc)||this[_0x576b41(0x4ef)](_0x21ac85,_0x306094[_0x576b41(0x1d5)],_0x2209dc);});this[_0x50888b(0x70e)](_0x471aca(_0x47086e)),this[_0x50888b(0x70e)](_0x471aca(_0x4c44ac));});this[_0x49de6b(0x70e)](_0x471aca(_0x4a9faa));}['_subscribeToTransformerVisibility'](){const _0x413a85=_0x5347ad;let {scene:_0x4f51ff}=this[_0x413a85(0xa25)],_0x35daa9=_0x4f51ff[_0x413a85(0x4b2)]();if(!_0x35daa9){Promise[_0x413a85(0x24c)]()['then'](()=>{const _0x14dcbf=_0x413a85;let _0x4da231=this['_renderContext']['scene'][_0x14dcbf(0x4b2)]();_0x4da231&&(this[_0x14dcbf(0x70e)](_0x471aca(_0x4da231[_0x14dcbf(0x3fb)][_0x14dcbf(0xa14)](_0x4c6570(this['dispose$']))['subscribe'](()=>{const _0x4433d8=_0x14dcbf;this[_0x4433d8(0xa31)]();}))),this['disposeWithMe'](_0x471aca(_0x4da231[_0x14dcbf(0x5c9)][_0x14dcbf(0xa14)](_0x4c6570(this['dispose$']))[_0x14dcbf(0x7f6)](()=>{const _0x57abe9=_0x14dcbf;this[_0x57abe9(0xa31)]();}))),this['disposeWithMe'](_0x471aca(_0x4da231[_0x14dcbf(0x254)][_0x14dcbf(0xa14)](_0x4c6570(this['dispose$']))[_0x14dcbf(0x7f6)](()=>{const _0x43bfec=_0x14dcbf;this[_0x43bfec(0x749)]();}))));});return;}this[_0x413a85(0x70e)](_0x471aca(_0x35daa9[_0x413a85(0x3fb)][_0x413a85(0xa14)](_0x4c6570(this[_0x413a85(0x457)]))[_0x413a85(0x7f6)](()=>{const _0x4bbec6=_0x413a85;this[_0x4bbec6(0xa31)]();}))),this[_0x413a85(0x70e)](_0x471aca(_0x35daa9['changing$'][_0x413a85(0xa14)](_0x4c6570(this[_0x413a85(0x457)]))['subscribe'](()=>{const _0x14638b=_0x413a85;this[_0x14638b(0xa31)]();}))),this['disposeWithMe'](_0x471aca(_0x35daa9['changeEnd$'][_0x413a85(0xa14)](_0x4c6570(this['dispose$']))['subscribe'](()=>{this['_restoreHandlesAfterExternalAction']();})));}[_0x5347ad(0x7e9)](){const _0x38a96c=_0x5347ad;let {engine:_0x1d9afe,unitId:_0x2df79d}=this['_renderContext'],_0x3bd0d3=this['_instanceSrv'][_0x38a96c(0x46d)](_0x2df79d,_0x2a9855[_0x38a96c(0x57f)]);_0x3bd0d3&&(this['disposeWithMe'](_0x471aca(_0x1d9afe['onTransformChange$'][_0x38a96c(0x911)](()=>{const _0x469fca=_0x38a96c;this[_0x469fca(0x359)]();}))),this['disposeWithMe'](_0x471aca(_0x3bd0d3[_0x38a96c(0x531)]['pipe'](_0x4c6570(this[_0x38a96c(0x457)]))['subscribe'](()=>{const _0x1d9f0d=_0x38a96c;this[_0x1d9f0d(0x359)]();}))));}[_0x5347ad(0x359)](){const _0x26b24b=_0x5347ad;this[_0x26b24b(0x670)](),setTimeout(()=>{const _0x22f666=_0x26b24b;this[_0x22f666(0x670)]();},0x50);}['_scheduleRefreshActiveHandles'](){const _0x1146d3=_0x5347ad;this['_refreshScheduled']||(this[_0x1146d3(0x9ba)]=!0x0,Promise['resolve']()['then'](()=>{const _0x438511=_0x1146d3;this[_0x438511(0x9ba)]=!0x1,this['_refreshActiveHandles']();}));}[_0x5347ad(0x772)](){const _0x51ea9b=_0x5347ad;if(this[_0x51ea9b(0x587)]||this['_suspendHandleDisplay']||!this[_0x51ea9b(0x854)])return;let _0x185006=this['_slideDrawingService'][_0x51ea9b(0x429)](this[_0x51ea9b(0x854)]);if(this['_clearHandles'](),!_0x185006){this['_activeFocusedDrawing']=null;return;}this[_0x51ea9b(0x854)]=_0x185006,this[_0x51ea9b(0x85e)](_0x185006);}[_0x5347ad(0xa31)](){const _0x4d278e=_0x5347ad;this[_0x4d278e(0x587)]||this[_0x4d278e(0xa0b)]||(this[_0x4d278e(0xa0b)]=!0x0,this[_0x4d278e(0x367)]());}[_0x5347ad(0x749)](){const _0x329089=_0x5347ad;this[_0x329089(0x587)]||this[_0x329089(0xa0b)]&&(this['_suspendHandleDisplay']=!0x1,this[_0x329089(0x854)]&&this[_0x329089(0x85e)](this[_0x329089(0x854)]));}[_0x5347ad(0x4ef)](_0x4dc045,_0xcca80a,_0x1487de){const _0x2d2891=_0x5347ad;let _0x24c1e2=_0x4dc045[_0x2d2891(0x5fb)],_0x354625=_0x24c1e2;if(_0x24c1e2[_0x2d2891(0x72f)]===_0x42916e[_0x2d2891(0x514)]){var _0x211bce,_0x5b7553;let _0x5f3eb0=_0x24c1e2,_0x24315d=(_0x211bce=(_0x5b7553=_0x5f3eb0[_0x2d2891(0x4fd)])==null?void 0x0:_0x5b7553['adjustValues'])==null?{}:_0x211bce;_0x354625={..._0x5f3eb0,'shapeData':{..._0x5f3eb0['shapeData'],'adjustValues':{..._0x24315d,[_0xcca80a]:_0x1487de}}};}else{if(_0x24c1e2[_0x2d2891(0x72f)]===_0x42916e[_0x2d2891(0x2d7)]){var _0x29ee25;let _0x38dfc0=_0x24c1e2,_0x473d24=(_0x29ee25=_0x38dfc0[_0x2d2891(0x68e)])==null?{}:_0x29ee25;_0x354625={..._0x38dfc0,'adjustValues':{..._0x473d24,[_0xcca80a]:_0x1487de}};}}this['_commandService']['executeCommand'](_0x2ffecc['id'],{'patches':[{'unitId':_0x4dc045[_0x2d2891(0x51b)],'subUnitId':_0x4dc045['subUnitId'],'drawingId':_0x4dc045['drawingId'],'element':_0x354625}]});}[_0x5347ad(0x873)](_0x17fce8,_0x9f9832,_0x37e74a){const _0x120553=_0x5347ad;let {scene:_0x5e5b1c}=this[_0x120553(0xa25)],_0xf32b59=''+Oh+_0x17fce8[_0x120553(0x51b)]+'-'+_0x17fce8['subUnitId']+'-'+_0x17fce8[_0x120553(0x51f)],_0x47aad4=_0x5e5b1c[_0x120553(0x612)](_0xf32b59);if(!_0x47aad4)return;let _0x433a6d=_0x17fce8['element'];if(_0x433a6d[_0x120553(0x72f)]===_0x42916e[_0x120553(0x514)]&&typeof _0x47aad4[_0x120553(0x2fe)]==_0x120553(0x2d8)){var _0x416736,_0xfe1412;let _0x4b352c=_0x433a6d,_0x3a3911=(_0x416736=(_0xfe1412=_0x4b352c[_0x120553(0x4fd)])==null?void 0x0:_0xfe1412['adjustValues'])==null?{}:_0x416736;_0x47aad4['updateElement']({..._0x4b352c,'shapeData':{..._0x4b352c['shapeData'],'adjustValues':{..._0x3a3911,[_0x9f9832]:_0x37e74a}}});return;}if(_0x433a6d[_0x120553(0x72f)]===_0x42916e[_0x120553(0x2d7)]){var _0x38785f;let _0x4405f2=(_0x38785f=_0x433a6d['adjustValues'])==null?{}:_0x38785f;if(typeof _0x47aad4['setPrstGeomAdjValues']==_0x120553(0x2d8)){var _0x162033;_0x47aad4['setPrstGeomAdjValues']({..._0x4405f2,[_0x9f9832]:_0x37e74a}),(_0x162033=_0x47aad4[_0x120553(0x752)])==null||_0x162033[_0x120553(0x549)](_0x47aad4,!0x0);}}}[_0x5347ad(0x8d0)](){const _0x364452=_0x5347ad;this[_0x364452(0x367)]();}['suspendHandles'](){const _0x39fd56=_0x5347ad;this[_0x39fd56(0xa31)]();}[_0x5347ad(0x61f)](){const _0x277526=_0x5347ad;this[_0x277526(0x749)]();}[_0x5347ad(0x367)](){const _0x40b4e7=_0x5347ad;if(this[_0x40b4e7(0x329)][_0x40b4e7(0x9dd)]===0x0)return;let {scene:_0x1ebfd0}=this[_0x40b4e7(0xa25)];this[_0x40b4e7(0x329)]['forEach'](_0x141fbe=>{const _0x2723b7=_0x40b4e7;_0x1ebfd0[_0x2723b7(0x6ee)](_0x141fbe),_0x141fbe[_0x2723b7(0x261)]();}),this[_0x40b4e7(0x329)]=[],_0x1ebfd0[_0x40b4e7(0x752)](!0x0);}[_0x5347ad(0x284)](_0x59cfe0){const _0x416ff0=_0x5347ad;let _0x519415=_0x59cfe0['shapeData'];if(!(_0x519415!=null&&_0x519415['shapeType']))return null;try{let _0x4c048c=new _0x91272b(_0x519415[_0x416ff0(0x3da)],_0x59cfe0['id']);return _0x4c048c['setShapeData'](_0x519415),_0x4c048c;}catch{return null;}}[_0x5347ad(0x9cf)](_0x5a0738,_0x450b64,_0x1b3d0d,_0x1023a7){const _0x3f62a7=_0x5347ad;let _0x46fa3b=_0x5a0738;if(_0x46fa3b===_0x1c56b2[_0x3f62a7(0x93c)]||_0x5a0738===_0x3f62a7(0x3de))return null;try{let _0x30b4b9=new _0x91272b(_0x46fa3b,_0x3f62a7(0x75b)+_0x5a0738);return _0x1023a7&&_0x30b4b9[_0x3f62a7(0x1e7)]({'adjustValues':_0x1023a7},!0x0),_0x30b4b9[_0x3f62a7(0x983)]({'width':_0x450b64,'height':_0x1b3d0d}),_0x30b4b9;}catch{return null;}}['_getPageOffset'](_0x2fd2dc,_0x5ef526){const _0x59c498=_0x5347ad;var _0x5c2d51;let _0x1efac2=(_0x5c2d51=_0x2fd2dc['getObject'])==null?void 0x0:_0x5c2d51['call'](_0x2fd2dc,il);if(typeof(_0x1efac2==null?void 0x0:_0x1efac2[_0x59c498(0x5e2)])==_0x59c498(0x6ce)&&typeof _0x1efac2[_0x59c498(0x717)]==_0x59c498(0x6ce))return{'left':_0x1efac2[_0x59c498(0x5e2)],'top':_0x1efac2[_0x59c498(0x717)]};let {width:_0x31a690,height:_0x5dd099}=_0x5ef526[_0x59c498(0x996)]()[_0x59c498(0x75e)],{width:_0x365fa9,height:_0x118e39}=_0x2fd2dc;return{'left':Math[_0x59c498(0x496)](0x0,(_0x365fa9-_0x31a690)/0x2),'top':Math['max'](0x0,(_0x118e39-_0x5dd099)/0x2)};}['_createCoordTransform'](_0x4615d2,_0x5b7f1d,_0x314ecd){const _0x1da5ed=_0x5347ad;var _0x19e167,_0x12a595,_0x533472,_0x39a4a4,_0x463ba9;return new _0x36420c({'left':_0x5b7f1d,'top':_0x314ecd,'width':(_0x19e167=_0x4615d2[_0x1da5ed(0x8d2)])==null?0x0:_0x19e167,'height':(_0x12a595=_0x4615d2['height'])==null?0x0:_0x12a595,'flipX':(_0x533472=_0x4615d2[_0x1da5ed(0x301)])==null?!0x1:_0x533472,'flipY':(_0x39a4a4=_0x4615d2['flipY'])==null?!0x1:_0x39a4a4,'angle':(_0x463ba9=_0x4615d2[_0x1da5ed(0x7e8)])==null?0x0:_0x463ba9});}['_safePositiveNumber'](_0x449dc1,_0x3fdc62){const _0x3fc658=_0x5347ad;return typeof _0x449dc1==_0x3fc658(0x6ce)&&Number[_0x3fc658(0x28b)](_0x449dc1)&&_0x449dc1>0x0?_0x449dc1:_0x3fdc62;}};Rh=$([Q(0x1,_0x3bd740(_0x3a4166)),Q(0x2,_0x1c430b),Q(0x3,_0x47c48b),Q(0x4,_0x46972e)],Rh);const zh=_0x2548c0+0x1,Bh=0xf4240,Vh=[{'x':0.5,'y':0x0,'idx':0x0,'angle':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'angle':0x0},{'x':0.5,'y':0x1,'idx':0x2,'angle':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'angle':0xb4}];let Hh=class extends _0x55f58f{constructor(_0x15cc5f,_0x5cf2f4,_0x1b8508,_0x460d06,_0x439947,_0x534132=null){const _0x32815e=_0x5347ad;super(),this[_0x32815e(0xa25)]=_0x15cc5f,this[_0x32815e(0x5f8)]=_0x5cf2f4,this[_0x32815e(0x270)]=_0x1b8508,this[_0x32815e(0x5bb)]=_0x460d06,this['_commandService']=_0x439947,this[_0x32815e(0x3e1)]=_0x534132,Z(this,_0x32815e(0x329),[]),Z(this,_0x32815e(0x365),[]),Z(this,_0x32815e(0x854),null),Z(this,'_activeTargetShapeId',null),Z(this,_0x32815e(0x966),-0x1),Z(this,_0x32815e(0x453),null),Z(this,_0x32815e(0x4a5),!0x1),Z(this,_0x32815e(0x9ba),!0x1),Z(this,_0x32815e(0x6ec),!0x1),this[_0x32815e(0x229)]();}[_0x5347ad(0x229)](){const _0x5750c0=_0x5347ad;let {unitId:_0x3c742e}=this[_0x5750c0(0xa25)];this[_0x5750c0(0x70e)](_0x471aca(this[_0x5750c0(0x5bb)][_0x5750c0(0x532)][_0x5750c0(0xa14)](_0x4c6570(this[_0x5750c0(0x457)]))[_0x5750c0(0x7f6)](_0x377f38=>{const _0x52db06=_0x5750c0;if(this['_clearHandles'](),!_0x377f38||_0x377f38[_0x52db06(0x9dd)]===0x0){this['_activeFocusedDrawing']=null;return;}let _0x337bbe=_0x377f38[0x0];if(_0x337bbe[_0x52db06(0x51b)]!==_0x3c742e||!this[_0x52db06(0x761)](_0x337bbe)){this['_activeFocusedDrawing']=null;return;}this[_0x52db06(0x854)]=_0x337bbe,this[_0x52db06(0x1f1)](_0x337bbe);}))),this[_0x5750c0(0x70e)](_0x471aca(this[_0x5750c0(0x5bb)]['update$']['pipe'](_0x4c6570(this[_0x5750c0(0x457)]))['subscribe'](_0x4dbad7=>{const _0x1402fe=_0x5750c0;if(this[_0x1402fe(0x4a5)]||!this['_activeFocusedDrawing'])return;let _0x214420=this[_0x1402fe(0x854)];if(!_0x4dbad7[_0x1402fe(0x697)](_0x3c9da0=>_0x3c9da0[_0x1402fe(0x51b)]===_0x214420[_0x1402fe(0x51b)]&&_0x3c9da0[_0x1402fe(0x657)]===_0x214420[_0x1402fe(0x657)]&&_0x3c9da0[_0x1402fe(0x51f)]===_0x214420[_0x1402fe(0x51f)]))return;this[_0x1402fe(0x367)]();let _0x76251b=this['_slideDrawingService'][_0x1402fe(0x429)](_0x214420);_0x76251b&&this[_0x1402fe(0x761)](_0x76251b)&&(this[_0x1402fe(0x854)]=_0x76251b,this[_0x1402fe(0x1f1)](_0x76251b));}))),this[_0x5750c0(0x627)](),this[_0x5750c0(0x4e9)](),this[_0x5750c0(0x7e9)]();}['_getDrawingRenderObject'](_0x3a0338){const _0x25a294=_0x5347ad;var _0x4f5c32,_0x1541c4,_0x45e166,_0x2ca28a;let _0xf77d74=''+Oh+_0x3a0338[_0x25a294(0x51b)]+'-'+_0x3a0338[_0x25a294(0x657)]+'-'+_0x3a0338[_0x25a294(0x51f)],_0x166934=this['_renderContext']['scene'];return(_0x4f5c32=(_0x1541c4=(_0x45e166=_0x166934[_0x25a294(0x38b)])==null?void 0x0:_0x45e166[_0x25a294(0x549)](_0x166934,_0xf77d74))==null?(_0x2ca28a=_0x166934[_0x25a294(0x612)])==null?void 0x0:_0x2ca28a[_0x25a294(0x549)](_0x166934,_0xf77d74):_0x1541c4)==null?null:_0x4f5c32;}[_0x5347ad(0x462)](_0x50f08d){const _0x5488bf=_0x5347ad;let _0x1c1b05=_0x50f08d;return!!_0x1c1b05[_0x5488bf(0x5fb)]&&typeof _0x1c1b05['drawingId']==_0x5488bf(0x9e6);}[_0x5347ad(0x179)](_0xa47aa0){const _0x19d057=_0x5347ad;var _0x123d08;let _0x109fbf=_0xa47aa0;if(!(_0x109fbf!=null&&_0x109fbf[_0x19d057(0x2d1)])||!_0x109fbf[_0x19d057(0x9f0)])return null;let _0x5d933d=_0x109fbf[_0x19d057(0x9f0)](),{left:_0x3d68b8,top:_0x5884de,width:_0x12b097,height:_0x1d0976}=_0x5d933d,_0x19c9c6=_0x3d68b8+_0x12b097/0x2,_0x12b05f=_0x5884de+_0x1d0976/0x2,_0x3ddc29=_0x109fbf['transform']['getMatrix'](),_0x4e3f69=new _0x4ca6c7([_0x3ddc29[0x0],_0x3ddc29[0x1],_0x3ddc29[0x2],_0x3ddc29[0x3],_0x19c9c6,_0x12b05f]),_0x106f61=(_0x123d08=_0x109fbf[_0x19d057(0x61b)])==null?void 0x0:_0x123d08[_0x19d057(0x549)](_0x109fbf);return{'realBound':_0x5d933d,'effectiveTransform':(_0x106f61==null?void 0x0:_0x106f61[_0x19d057(0x745)])===_0x2b11f3[_0x19d057(0x391)]&&_0x106f61[_0x19d057(0x46b)]?_0x106f61[_0x19d057(0x46b)][_0x19d057(0x4b1)]()[_0x19d057(0x7f5)](_0x4e3f69):_0x4e3f69};}[_0x5347ad(0x216)](_0x4daf78,_0x3be085){const _0x441882=_0x5347ad;let _0x2e7065=_0x3be085[_0x441882(0x8ba)][_0x441882(0x41e)](new _0x7de369(_0x4daf78['x']-_0x3be085[_0x441882(0x8e8)]['width']/0x2,_0x4daf78['y']-_0x3be085[_0x441882(0x8e8)][_0x441882(0x95b)]/0x2));return{'x':_0x2e7065['x'],'y':_0x2e7065['y']};}[_0x5347ad(0x373)](_0xdea97b,_0x4229f6){const _0x422534=_0x5347ad;let _0x13e3b3=_0xdea97b*Math['PI']/0xb4,_0x3c5978=_0x4229f6[_0x422534(0x41e)](new _0x7de369(Math[_0x422534(0x7fe)](_0x13e3b3),Math[_0x422534(0x90a)](_0x13e3b3)),!0x0);return this['_normalizeAngle'](Math['atan2'](_0x3c5978['y'],_0x3c5978['x'])*0xb4/Math['PI']);}[_0x5347ad(0x376)](_0xdb8a37,_0x2e54e3,_0x12bad2){const _0xa03ec3=_0x5347ad;var _0x4b0a66,_0x4718f4,_0x539b14,_0x43a3e9,_0x463dbd;let _0x8d1596=this[_0xa03ec3(0x179)](this[_0xa03ec3(0x82e)](_0xdb8a37));if(_0x8d1596){let _0x104d42=_0x8d1596[_0xa03ec3(0x8ba)][_0xa03ec3(0x4b1)]()['invert']()[_0xa03ec3(0x41e)](new _0x7de369(_0x2e54e3['x'],_0x2e54e3['y'])),_0x4f802a=_0x8d1596[_0xa03ec3(0x8e8)][_0xa03ec3(0x8d2)]/0x2,_0x74e289=_0x8d1596[_0xa03ec3(0x8e8)][_0xa03ec3(0x95b)]/0x2;return _0x104d42['x']>=-_0x4f802a-0x6&&_0x104d42['x']<=_0x4f802a+0x6&&_0x104d42['y']>=-_0x74e289-0x6&&_0x104d42['y']<=_0x74e289+0x6;}let _0x3dc031=_0xdb8a37[_0xa03ec3(0x5fb)][_0xa03ec3(0x2d1)],_0x513e05=_0x4ea3a5({'left':_0x12bad2[_0xa03ec3(0x5e2)]+((_0x4b0a66=_0x3dc031[_0xa03ec3(0x5e2)])==null?0x0:_0x4b0a66),'top':_0x12bad2[_0xa03ec3(0x717)]+((_0x4718f4=_0x3dc031[_0xa03ec3(0x717)])==null?0x0:_0x4718f4),'width':(_0x539b14=_0x3dc031[_0xa03ec3(0x8d2)])==null?0x0:_0x539b14,'height':(_0x43a3e9=_0x3dc031[_0xa03ec3(0x95b)])==null?0x0:_0x43a3e9},(_0x463dbd=_0x3dc031[_0xa03ec3(0x7e8)])==null?0x0:_0x463dbd);return _0x2e54e3['x']>=_0x513e05[_0xa03ec3(0x5e2)]-0x6&&_0x2e54e3['x']<=_0x513e05[_0xa03ec3(0x5e2)]+_0x513e05['width']+0x6&&_0x2e54e3['y']>=_0x513e05['top']-0x6&&_0x2e54e3['y']<=_0x513e05[_0xa03ec3(0x717)]+_0x513e05[_0xa03ec3(0x95b)]+0x6;}[_0x5347ad(0x901)](_0x167449,_0x3a982f,_0x21b13a,_0x55e43a){const _0x37fec1=_0x5347ad;var _0x1cf58d,_0x95e00c,_0x107539,_0x589960,_0xdf15bb;let _0x16c1ee=_0x55e43a?this[_0x37fec1(0x179)](this[_0x37fec1(0x82e)](_0x167449)):null;if(_0x16c1ee){let _0x3608f8=_0x16c1ee[_0x37fec1(0x8ba)][_0x37fec1(0x41e)](new _0x7de369(0x0,0x0)),_0x1b5e2e=this[_0x37fec1(0x373)](0x0,_0x16c1ee['effectiveTransform']);return _0x4ea3a5({'left':_0x3608f8['x']-_0x16c1ee[_0x37fec1(0x8e8)][_0x37fec1(0x8d2)]/0x2,'top':_0x3608f8['y']-_0x16c1ee[_0x37fec1(0x8e8)][_0x37fec1(0x95b)]/0x2,'width':_0x16c1ee[_0x37fec1(0x8e8)][_0x37fec1(0x8d2)],'height':_0x16c1ee[_0x37fec1(0x8e8)][_0x37fec1(0x95b)]},_0x1b5e2e);}let _0x3c426e=_0x3a982f[_0x37fec1(0x2d1)];return _0x4ea3a5({'left':_0x21b13a[_0x37fec1(0x5e2)]+((_0x1cf58d=_0x3c426e[_0x37fec1(0x5e2)])==null?0x0:_0x1cf58d),'top':_0x21b13a[_0x37fec1(0x717)]+((_0x95e00c=_0x3c426e[_0x37fec1(0x717)])==null?0x0:_0x95e00c),'width':(_0x107539=_0x3c426e[_0x37fec1(0x8d2)])==null?0x0:_0x107539,'height':(_0x589960=_0x3c426e['height'])==null?0x0:_0x589960},(_0xdf15bb=_0x3c426e[_0x37fec1(0x7e8)])==null?0x0:_0xdf15bb);}[_0x5347ad(0x4e9)](){const _0x14202c=_0x5347ad;this['disposeWithMe'](this[_0x14202c(0x164)]['beforeCommandExecuted'](_0x617c13=>{const _0x5da07a=_0x14202c;if(!this[_0x5da07a(0x6ec)]&&_0x617c13['id']===_0x2ffecc['id']){var _0x1145fa;let _0x5d9496=_0x617c13[_0x5da07a(0x88d)],_0x1be110=(_0x1145fa=_0x5d9496==null?void 0x0:_0x5d9496[_0x5da07a(0x810)])==null?[]:_0x1145fa,_0x28dc5f=(_0x5d9496==null?void 0x0:_0x5d9496[_0x5da07a(0x99b)])===!0x0;_0x1be110[_0x5da07a(0x4fa)](_0x1e034d=>{const _0x34b9e9=_0x5da07a;var _0x4feb74;let _0x1025a6=this['_slideDrawingService'][_0x34b9e9(0x429)]({'unitId':_0x1e034d[_0x34b9e9(0x51b)],'subUnitId':_0x1e034d['subUnitId'],'drawingId':_0x1e034d['drawingId']});if(!_0x1025a6)return;let _0x3aac54=(_0x4feb74=_0x1e034d['element'])==null?_0x1025a6[_0x34b9e9(0x5fb)]:_0x4feb74,_0x392fc2=_0x1025a6['element'][_0x34b9e9(0x2d1)],_0x436c19=this[_0x34b9e9(0x438)](_0x392fc2,_0x3aac54,_0x1e034d['transform']);if(this[_0x34b9e9(0x4ad)](_0x3aac54)&&this['_isTransformOnlyLinePatch'](_0x1025a6[_0x34b9e9(0x5fb)],_0x3aac54)){if(!_0x28dc5f){var _0x206ef3,_0x260815;if(this['_isTinyLineBodyMove'](_0x392fc2,_0x436c19)){this[_0x34b9e9(0x33b)](_0x1e034d,_0x1025a6);return;}let _0x6e89fc=this['_getConnectorData'](_0x3aac54);(!(_0x6e89fc==null||(_0x206ef3=_0x6e89fc[_0x34b9e9(0x19c)])==null)&&_0x206ef3['from']||!(_0x6e89fc==null||(_0x260815=_0x6e89fc[_0x34b9e9(0x19c)])==null)&&_0x260815['to'])&&(_0x1e034d[_0x34b9e9(0x5fb)]=this['_buildDisconnectedLineElement'](_0x3aac54));}return;}this[_0x34b9e9(0x812)](_0x3aac54)&&this[_0x34b9e9(0x49c)](_0x1025a6,_0x392fc2,_0x436c19);});}}));}[_0x5347ad(0x438)](_0x2417ff,_0x33b2e5,_0x5e5f4c){const _0x985933=_0x5347ad;var _0x127b15,_0xabad8,_0x2722bb,_0xf1dac1,_0xae8880,_0x374e0d,_0x15b087,_0x4f2fc5,_0x3f0e5f,_0x7fc126,_0x124676,_0x3acfa2,_0x30b86c,_0x35606e,_0x3b09fe;let _0x550743=(_0x127b15=_0x33b2e5['transform'])==null?{}:_0x127b15;return{..._0x550743,'left':(_0xabad8=(_0x2722bb=_0x5e5f4c==null?void 0x0:_0x5e5f4c[_0x985933(0x5e2)])==null?_0x550743[_0x985933(0x5e2)]:_0x2722bb)==null?_0x2417ff[_0x985933(0x5e2)]:_0xabad8,'top':(_0xf1dac1=(_0xae8880=_0x5e5f4c==null?void 0x0:_0x5e5f4c[_0x985933(0x717)])==null?_0x550743[_0x985933(0x717)]:_0xae8880)==null?_0x2417ff[_0x985933(0x717)]:_0xf1dac1,'width':(_0x374e0d=(_0x15b087=_0x5e5f4c==null?void 0x0:_0x5e5f4c[_0x985933(0x8d2)])==null?_0x550743[_0x985933(0x8d2)]:_0x15b087)==null?_0x2417ff[_0x985933(0x8d2)]:_0x374e0d,'height':(_0x4f2fc5=(_0x3f0e5f=_0x5e5f4c==null?void 0x0:_0x5e5f4c['height'])==null?_0x550743[_0x985933(0x95b)]:_0x3f0e5f)==null?_0x2417ff['height']:_0x4f2fc5,'rotation':(_0x7fc126=(_0x124676=_0x5e5f4c==null?void 0x0:_0x5e5f4c[_0x985933(0x3d1)])==null?_0x550743[_0x985933(0x7e8)]:_0x124676)==null?_0x2417ff[_0x985933(0x7e8)]:_0x7fc126,'flipX':(_0x3acfa2=(_0x30b86c=_0x5e5f4c==null?void 0x0:_0x5e5f4c[_0x985933(0x301)])==null?_0x550743['flipX']:_0x30b86c)==null?_0x2417ff[_0x985933(0x301)]:_0x3acfa2,'flipY':(_0x35606e=(_0x3b09fe=_0x5e5f4c==null?void 0x0:_0x5e5f4c[_0x985933(0xa0e)])==null?_0x550743[_0x985933(0xa0e)]:_0x3b09fe)==null?_0x2417ff['flipY']:_0x35606e};}['_followConnectorsForMovedShape'](_0x10e4fe,_0x401667,_0x3e7af5){const _0x4f0b7e=_0x5347ad;var _0x321b14,_0x380058,_0x13d208,_0x47375a;let _0x4ea6f9=this[_0x4f0b7e(0x270)][_0x4f0b7e(0x46d)](_0x10e4fe[_0x4f0b7e(0x51b)],_0x2a9855[_0x4f0b7e(0x57f)]);if(!_0x4ea6f9)return;let _0x1112df=this[_0x4f0b7e(0x5bb)][_0x4f0b7e(0x9e1)](_0x10e4fe[_0x4f0b7e(0x51b)],_0x10e4fe[_0x4f0b7e(0x657)]),_0x4aee02=this[_0x4f0b7e(0x9f1)](this[_0x4f0b7e(0xa25)][_0x4f0b7e(0x988)],_0x4ea6f9),_0x666188=_0x10e4fe[_0x4f0b7e(0x51f)],_0xd162be=[],_0x203888=this['_isPositionOnlyTransformChange'](_0x401667,_0x3e7af5),_0xbcbb15=((_0x321b14=_0x3e7af5[_0x4f0b7e(0x5e2)])==null?0x0:_0x321b14)-((_0x380058=_0x401667[_0x4f0b7e(0x5e2)])==null?0x0:_0x380058),_0x3146e1=((_0x13d208=_0x3e7af5[_0x4f0b7e(0x717)])==null?0x0:_0x13d208)-((_0x47375a=_0x401667[_0x4f0b7e(0x717)])==null?0x0:_0x47375a);if(Object[_0x4f0b7e(0x244)](_0x1112df)['forEach'](_0x5df026=>{const _0x47b091=_0x4f0b7e;let _0x56f6f8=this[_0x47b091(0x5ca)](_0x5df026,_0x666188,_0x203888,_0xbcbb15,_0x3146e1,_0x3e7af5,_0x4aee02);_0x56f6f8&&_0xd162be['push'](_0x56f6f8);}),_0xd162be['length']){this[_0x4f0b7e(0x6ec)]=!0x0;try{this[_0x4f0b7e(0x164)][_0x4f0b7e(0x4dd)](_0x2ffecc['id'],{'preserveConnectorRelations':!0x0,'patches':_0xd162be});}finally{this[_0x4f0b7e(0x6ec)]=!0x1;}}}[_0x5347ad(0x5ca)](_0x2728d2,_0x219533,_0x2e4a92,_0x18e0ac,_0x27e92e,_0x31625f,_0x3b2607){const _0x1103b8=_0x5347ad;var _0x22b0d4,_0x542bee;if(!this[_0x1103b8(0x761)](_0x2728d2))return null;let _0x4f4c09=this['_getConnectorData'](_0x2728d2[_0x1103b8(0x5fb)]),_0x152beb=_0x4f4c09==null?void 0x0:_0x4f4c09[_0x1103b8(0x19c)];if(!_0x4f4c09||!_0x152beb)return null;let _0x4a5c5f=((_0x22b0d4=_0x152beb[_0x1103b8(0x8bd)])==null?void 0x0:_0x22b0d4[_0x1103b8(0x62f)])===_0x219533,_0x302bb8=((_0x542bee=_0x152beb['to'])==null?void 0x0:_0x542bee[_0x1103b8(0x62f)])===_0x219533;return!_0x4a5c5f&&!_0x302bb8?null:_0x152beb['from']&&_0x152beb['to']?_0x4a5c5f&&_0x302bb8&&_0x2e4a92?this[_0x1103b8(0x44e)](_0x2728d2,_0x18e0ac,_0x27e92e):!_0x152beb[_0x1103b8(0x8bd)]||!_0x152beb['to']?null:this[_0x1103b8(0x8c4)](_0x2728d2,_0x4f4c09,_0x152beb[_0x1103b8(0x8bd)],_0x152beb['to'],_0x219533,_0x31625f,_0x3b2607):_0x2e4a92?this[_0x1103b8(0x44e)](_0x2728d2,_0x18e0ac,_0x27e92e):this[_0x1103b8(0x680)](_0x2728d2,_0x4f4c09,_0x4a5c5f,_0x302bb8,_0x219533,_0x31625f,_0x3b2607);}[_0x5347ad(0x8c4)](_0xc22a4f,_0x9b8747,_0x425d3a,_0xb78739,_0x560f3d,_0x13084b,_0x28f8a9){const _0x57b889=_0x5347ad;var _0x51fd82;let _0x3e10c0=this[_0x57b889(0x4ed)](_0xc22a4f,_0x425d3a,_0x28f8a9,_0x560f3d,_0x13084b),_0x2a1065=this[_0x57b889(0x4ed)](_0xc22a4f,_0xb78739,_0x28f8a9,_0x560f3d,_0x13084b);if(!_0x3e10c0||!_0x2a1065)return null;let _0x21578c=(_0x51fd82=_0x9b8747[_0x57b889(0x3da)])==null?_0x1c56b2[_0x57b889(0x262)]:_0x51fd82,_0x5b7803=_0x9aef08(_0x522a85(_0x3e10c0,_0x2a1065,_0x21578c),_0x21578c),_0x410104=this['_buildUpdatedElement'](_0xc22a4f[_0x57b889(0x5fb)],_0x9b8747,_0x5b7803,_0x28f8a9,_0x9b8747['relation']);return{'unitId':_0xc22a4f[_0x57b889(0x51b)],'subUnitId':_0xc22a4f[_0x57b889(0x657)],'drawingId':_0xc22a4f[_0x57b889(0x51f)],'element':_0x410104[_0x57b889(0x5fb)],'transform':_0x410104['transform']};}[_0x5347ad(0x680)](_0x573d4d,_0x49014a,_0x2ca376,_0x365541,_0x3058dc,_0x2be16f,_0x46c211){const _0x5df506=_0x5347ad;var _0x118e84;let _0x1d2e80=_0x49014a['relation'];if(!_0x1d2e80)return null;let _0x57ee21=this['_getEndpointWorldPoints'](_0x573d4d[_0x5df506(0x5fb)],_0x49014a,_0x46c211);if(!_0x57ee21)return null;let _0x487522,_0x3a47a8;if(_0x2ca376&&_0x1d2e80['from'])_0x487522=this[_0x5df506(0x4ed)](_0x573d4d,_0x1d2e80[_0x5df506(0x8bd)],_0x46c211,_0x3058dc,_0x2be16f),_0x3a47a8=_0x487522?this[_0x5df506(0x3ae)](_0x487522[_0x5df506(0x39a)],_0x57ee21['end']):null;else{if(_0x365541&&_0x1d2e80['to'])_0x3a47a8=this[_0x5df506(0x4ed)](_0x573d4d,_0x1d2e80['to'],_0x46c211,_0x3058dc,_0x2be16f),_0x487522=_0x3a47a8?this[_0x5df506(0x3ae)](_0x3a47a8['point'],_0x57ee21[_0x5df506(0x9f2)]):null;else return null;}if(!_0x487522||!_0x3a47a8)return null;let _0x52e9ff=(_0x118e84=_0x49014a[_0x5df506(0x3da)])==null?_0x1c56b2[_0x5df506(0x262)]:_0x118e84,_0x27e520=_0x9aef08(_0x522a85(_0x487522,_0x3a47a8,_0x52e9ff),_0x52e9ff),_0x3a58f4=this[_0x5df506(0x1ca)](_0x573d4d[_0x5df506(0x5fb)],_0x49014a,_0x27e520,_0x46c211,_0x1d2e80);return{'unitId':_0x573d4d[_0x5df506(0x51b)],'subUnitId':_0x573d4d['subUnitId'],'drawingId':_0x573d4d['drawingId'],'element':_0x3a58f4[_0x5df506(0x5fb)],'transform':_0x3a58f4[_0x5df506(0x2d1)]};}[_0x5347ad(0x44e)](_0x19be67,_0x3def2e,_0x3688c9){const _0x12a8ad=_0x5347ad;var _0x5507b0,_0x5d6640;if(_0x3def2e===0x0&&_0x3688c9===0x0)return null;let _0x1ff924=_0x19be67[_0x12a8ad(0x5fb)][_0x12a8ad(0x2d1)],_0xc93d99=((_0x5507b0=_0x1ff924['left'])==null?0x0:_0x5507b0)+_0x3def2e,_0x526c8e=((_0x5d6640=_0x1ff924[_0x12a8ad(0x717)])==null?0x0:_0x5d6640)+_0x3688c9,_0x588f99={..._0x19be67[_0x12a8ad(0x5fb)],'transform':{..._0x1ff924,'left':_0xc93d99,'top':_0x526c8e}};return{'unitId':_0x19be67['unitId'],'subUnitId':_0x19be67[_0x12a8ad(0x657)],'drawingId':_0x19be67[_0x12a8ad(0x51f)],'element':_0x588f99,'transform':{..._0x19be67[_0x12a8ad(0x2d1)],'left':_0xc93d99,'top':_0x526c8e}};}[_0x5347ad(0x812)](_0x31e820){const _0x3a700a=_0x5347ad;if(_0x31e820['type']===_0x42916e[_0x3a700a(0x514)]){var _0x3dce71;let _0x347bb7=(_0x3dce71=_0x31e820[_0x3a700a(0x4fd)])==null?void 0x0:_0x3dce71[_0x3a700a(0x3da)];return!!_0x347bb7&&!_0x556e5e(_0x347bb7);}return _0x31e820['type']===_0x42916e[_0x3a700a(0x2d7)]||_0x31e820[_0x3a700a(0x72f)]===_0x42916e['Table'];}['_isPositionOnlyTransformChange'](_0x510524,_0x110ec1){const _0x201a7f=_0x5347ad;var _0x2d54ef,_0x4ef4ad,_0x2e4a21,_0x280e3c,_0x1108c4,_0x2162ed,_0x170138,_0x5ca54c,_0x35d215,_0x23f122,_0x51291d,_0x664ae7,_0xee56cb,_0x5dcc9d;return((_0x2d54ef=_0x510524[_0x201a7f(0x5e2)])==null?0x0:_0x2d54ef)!==((_0x4ef4ad=_0x110ec1[_0x201a7f(0x5e2)])==null?0x0:_0x4ef4ad)||((_0x2e4a21=_0x510524[_0x201a7f(0x717)])==null?0x0:_0x2e4a21)!==((_0x280e3c=_0x110ec1[_0x201a7f(0x717)])==null?0x0:_0x280e3c)?((_0x1108c4=_0x510524[_0x201a7f(0x8d2)])==null?0x0:_0x1108c4)===((_0x2162ed=_0x110ec1[_0x201a7f(0x8d2)])==null?0x0:_0x2162ed)&&((_0x170138=_0x510524[_0x201a7f(0x95b)])==null?0x0:_0x170138)===((_0x5ca54c=_0x110ec1[_0x201a7f(0x95b)])==null?0x0:_0x5ca54c)&&((_0x35d215=_0x510524[_0x201a7f(0x301)])==null?!0x1:_0x35d215)===((_0x23f122=_0x110ec1[_0x201a7f(0x301)])==null?!0x1:_0x23f122)&&((_0x51291d=_0x510524[_0x201a7f(0xa0e)])==null?!0x1:_0x51291d)===((_0x664ae7=_0x110ec1['flipY'])==null?!0x1:_0x664ae7)&&((_0xee56cb=_0x510524[_0x201a7f(0x7e8)])==null?0x0:_0xee56cb)===((_0x5dcc9d=_0x110ec1[_0x201a7f(0x7e8)])==null?0x0:_0x5dcc9d):!0x1;}['_isTinyLineBodyMove'](_0x5b744c,_0x2526d7){const _0x168488=_0x5347ad;var _0x8b5cbf,_0x5b9644,_0x487514,_0x380a6d;return this['_isLineBodyPositionOnlyOrUnchanged'](_0x5b744c,_0x2526d7)?!this[_0x168488(0x2f5)]({'x':(_0x8b5cbf=_0x5b744c[_0x168488(0x5e2)])==null?0x0:_0x8b5cbf,'y':(_0x5b9644=_0x5b744c[_0x168488(0x717)])==null?0x0:_0x5b9644},{'x':(_0x487514=_0x2526d7['left'])==null?0x0:_0x487514,'y':(_0x380a6d=_0x2526d7[_0x168488(0x717)])==null?0x0:_0x380a6d}):!0x1;}['_isLineBodyPositionOnlyOrUnchanged'](_0x319e14,_0x5a96a8){const _0x94c87f=_0x5347ad;var _0x1e4ba1,_0x874f3e,_0x2be53f,_0x66f4ba,_0x36b2f1,_0x2d074c,_0x3a4be1,_0x3afe03,_0x13b262,_0x9c1c00;return((_0x1e4ba1=_0x319e14[_0x94c87f(0x8d2)])==null?0x0:_0x1e4ba1)===((_0x874f3e=_0x5a96a8[_0x94c87f(0x8d2)])==null?0x0:_0x874f3e)&&((_0x2be53f=_0x319e14['height'])==null?0x0:_0x2be53f)===((_0x66f4ba=_0x5a96a8[_0x94c87f(0x95b)])==null?0x0:_0x66f4ba)&&((_0x36b2f1=_0x319e14[_0x94c87f(0x301)])==null?!0x1:_0x36b2f1)===((_0x2d074c=_0x5a96a8[_0x94c87f(0x301)])==null?!0x1:_0x2d074c)&&((_0x3a4be1=_0x319e14[_0x94c87f(0xa0e)])==null?!0x1:_0x3a4be1)===((_0x3afe03=_0x5a96a8[_0x94c87f(0xa0e)])==null?!0x1:_0x3afe03)&&((_0x13b262=_0x319e14[_0x94c87f(0x7e8)])==null?0x0:_0x13b262)===((_0x9c1c00=_0x5a96a8[_0x94c87f(0x7e8)])==null?0x0:_0x9c1c00);}[_0x5347ad(0x33b)](_0x1ce8bc,_0x39cb38){const _0x219369=_0x5347ad;_0x1ce8bc['element']=_0x39cb38[_0x219369(0x5fb)],_0x1ce8bc[_0x219369(0x2d1)]=_0x39cb38[_0x219369(0x2d1)];}[_0x5347ad(0x627)](){const _0x4f0b16=_0x5347ad;let {scene:_0x10f517}=this[_0x4f0b16(0xa25)],_0x440db7=_0x10f517[_0x4f0b16(0x4b2)]();if(!_0x440db7){Promise['resolve']()[_0x4f0b16(0x161)](()=>{const _0xcbb126=_0x4f0b16;let _0x1a7f78=this[_0xcbb126(0xa25)][_0xcbb126(0x988)][_0xcbb126(0x4b2)]();_0x1a7f78&&this[_0xcbb126(0x70e)](_0x471aca(_0x1a7f78['changing$'][_0xcbb126(0xa14)](_0x4c6570(this[_0xcbb126(0x457)]))[_0xcbb126(0x7f6)](()=>{this['_updateHandlePositionsFromVisualObject']();})));});return;}this['disposeWithMe'](_0x471aca(_0x440db7['changing$'][_0x4f0b16(0xa14)](_0x4c6570(this['dispose$']))[_0x4f0b16(0x7f6)](()=>{const _0x22cce2=_0x4f0b16;this[_0x22cce2(0x5d3)]();})));}[_0x5347ad(0x5d3)](){const _0x142f5b=_0x5347ad;var _0x313701,_0x4ba69c,_0x767bce,_0x1346f0,_0x4ea7d2,_0x3d2159,_0x1f4cf3,_0x3fb7df,_0x1d2384,_0x293ac4;if(!this[_0x142f5b(0x854)]||this[_0x142f5b(0x329)][_0x142f5b(0x9dd)]<0x2)return;let {scene:_0x24f47f}=this[_0x142f5b(0xa25)],_0x26c3c4=this[_0x142f5b(0x854)],_0x34977c=this[_0x142f5b(0x270)][_0x142f5b(0x46d)](_0x26c3c4[_0x142f5b(0x51b)],_0x2a9855['UNIVER_SLIDE']);if(!_0x34977c)return;let _0x4fc36b=this[_0x142f5b(0x9f1)](_0x24f47f,_0x34977c),_0x18d677=''+Oh+_0x26c3c4['unitId']+'-'+_0x26c3c4[_0x142f5b(0x657)]+'-'+_0x26c3c4[_0x142f5b(0x51f)],_0x5f05c1=_0x24f47f[_0x142f5b(0x612)](_0x18d677);if(!_0x5f05c1)return;let _0x4206b7=_0x26c3c4[_0x142f5b(0x5fb)],_0x984f85=this[_0x142f5b(0x333)](_0x4206b7);if(!_0x984f85)return;let _0x2cdf3f={..._0x4206b7,'transform':{..._0x4206b7[_0x142f5b(0x2d1)],'left':_0x5f05c1[_0x142f5b(0x5e2)]-_0x4fc36b[_0x142f5b(0x5e2)],'top':_0x5f05c1['top']-_0x4fc36b[_0x142f5b(0x717)],'width':(_0x313701=(_0x4ba69c=_0x5f05c1[_0x142f5b(0x8d2)])==null?_0x4206b7[_0x142f5b(0x2d1)][_0x142f5b(0x8d2)]:_0x4ba69c)==null?0x0:_0x313701,'height':(_0x767bce=(_0x1346f0=_0x5f05c1[_0x142f5b(0x95b)])==null?_0x4206b7[_0x142f5b(0x2d1)]['height']:_0x1346f0)==null?0x0:_0x767bce,'rotation':(_0x4ea7d2=(_0x3d2159=_0x5f05c1['angle'])==null?_0x4206b7[_0x142f5b(0x2d1)][_0x142f5b(0x7e8)]:_0x3d2159)==null?0x0:_0x4ea7d2,'flipX':(_0x1f4cf3=(_0x3fb7df=_0x5f05c1[_0x142f5b(0x301)])==null?_0x4206b7[_0x142f5b(0x2d1)][_0x142f5b(0x301)]:_0x3fb7df)==null?!0x1:_0x1f4cf3,'flipY':(_0x1d2384=(_0x293ac4=_0x5f05c1[_0x142f5b(0xa0e)])==null?_0x4206b7[_0x142f5b(0x2d1)][_0x142f5b(0xa0e)]:_0x293ac4)==null?!0x1:_0x1d2384}},_0xb4dd45=this[_0x142f5b(0x187)](_0x2cdf3f,_0x984f85,_0x4fc36b);_0xb4dd45&&(this[_0x142f5b(0x329)][0x0][_0x142f5b(0x8e3)]({'left':_0xb4dd45[_0x142f5b(0x9f2)]['x']-0x6,'top':_0xb4dd45['start']['y']-0x6}),this[_0x142f5b(0x329)][0x1]['transformByState']({'left':_0xb4dd45['end']['x']-0x6,'top':_0xb4dd45[_0x142f5b(0x30d)]['y']-0x6}),_0x24f47f['makeDirty'](!0x0));}[_0x5347ad(0x7e9)](){const _0x11aca7=_0x5347ad;let {engine:_0x3e80bd,unitId:_0x4fe82d}=this[_0x11aca7(0xa25)],_0x2e2ee6=this[_0x11aca7(0x270)][_0x11aca7(0x46d)](_0x4fe82d,_0x2a9855[_0x11aca7(0x57f)]);_0x2e2ee6&&(this[_0x11aca7(0x70e)](_0x471aca(_0x3e80bd['onTransformChange$'][_0x11aca7(0x911)](()=>{const _0x2979bf=_0x11aca7;this[_0x2979bf(0x359)]();}))),this[_0x11aca7(0x70e)](_0x471aca(_0x2e2ee6[_0x11aca7(0x531)][_0x11aca7(0xa14)](_0x4c6570(this[_0x11aca7(0x457)]))[_0x11aca7(0x7f6)](()=>{const _0x1ab95d=_0x11aca7;this[_0x1ab95d(0x359)]();}))));}[_0x5347ad(0x359)](){this['_scheduleRefreshActiveHandles'](),setTimeout(()=>{const _0x27d97d=_0x262c;this[_0x27d97d(0x670)]();},0x50);}[_0x5347ad(0x670)](){const _0xf28b22=_0x5347ad;this[_0xf28b22(0x9ba)]||(this[_0xf28b22(0x9ba)]=!0x0,Promise[_0xf28b22(0x24c)]()[_0xf28b22(0x161)](()=>{const _0x186d4e=_0xf28b22;this[_0x186d4e(0x9ba)]=!0x1,this['_refreshActiveHandles']();}));}['_refreshActiveHandles'](){const _0x1d27ad=_0x5347ad;if(this[_0x1d27ad(0x4a5)]||!this[_0x1d27ad(0x854)])return;let _0x37069e=this[_0x1d27ad(0x5bb)][_0x1d27ad(0x429)](this[_0x1d27ad(0x854)]);if(this[_0x1d27ad(0x367)](),!_0x37069e||!this[_0x1d27ad(0x761)](_0x37069e)){this[_0x1d27ad(0x854)]=null;return;}this[_0x1d27ad(0x854)]=_0x37069e,this[_0x1d27ad(0x1f1)](_0x37069e);}[_0x5347ad(0x1f1)](_0x48b1fb){const _0x1a3aea=_0x5347ad;let _0x581f9f=this['_getConnectorData'](_0x48b1fb['element']);if(!_0x581f9f)return;let _0x31b9f1=this[_0x1a3aea(0x270)][_0x1a3aea(0x46d)](_0x48b1fb[_0x1a3aea(0x51b)],_0x2a9855[_0x1a3aea(0x57f)]);if(!_0x31b9f1)return;let _0x479388=this[_0x1a3aea(0x9f1)](this['_renderContext'][_0x1a3aea(0x988)],_0x31b9f1),_0x37765d=this[_0x1a3aea(0x187)](_0x48b1fb[_0x1a3aea(0x5fb)],_0x581f9f,_0x479388);if(!_0x37765d)return;let {scene:_0x94b62e}=this[_0x1a3aea(0xa25)],_0x558222=new Dh(_0x1a3aea(0x651)+_0x48b1fb[_0x1a3aea(0x51f)],{'left':_0x37765d[_0x1a3aea(0x9f2)]['x']-0x6,'top':_0x37765d[_0x1a3aea(0x9f2)]['y']-0x6,'isStart':!0x0,'zIndex':Bh}),_0x463596=new Dh(_0x1a3aea(0x6d2)+_0x48b1fb[_0x1a3aea(0x51f)],{'left':_0x37765d[_0x1a3aea(0x30d)]['x']-0x6,'top':_0x37765d[_0x1a3aea(0x30d)]['y']-0x6,'isStart':!0x1,'zIndex':Bh});this['_attachHandleEvent'](_0x558222,_0x48b1fb,!0x0,_0x479388),this[_0x1a3aea(0x3b0)](_0x463596,_0x48b1fb,!0x1,_0x479388),_0x94b62e['addObject'](_0x558222,zh),_0x94b62e[_0x1a3aea(0x955)](_0x463596,zh),this[_0x1a3aea(0x329)][_0x1a3aea(0x872)](_0x558222,_0x463596),_0x94b62e['makeDirty'](!0x0);}[_0x5347ad(0x3b0)](_0x338fa2,_0x68d371,_0x56b010,_0x273a8a){const _0x585485=_0x5347ad;let {scene:_0x3aa88a}=this[_0x585485(0xa25)],_0x1506e8=_0x338fa2[_0x585485(0x8a5)]['subscribeEvent']((_0x3fcef9,_0x34cd01)=>{const _0x447209=_0x585485;var _0x4d60b4,_0x5ec567,_0x1da5d3,_0x1af6ee;if(_0x3fcef9[_0x447209(0x47a)]!==0x0)return;_0x34cd01[_0x447209(0x3b8)](),_0x3aa88a['disableObjectsEvent'](),(_0x4d60b4=this[_0x447209(0x3e1)])==null||_0x4d60b4[_0x447209(0xa2f)](),this['_currentConnectionTarget']=null;let _0x6efc80=_0x68d371['element'],_0x169093=this[_0x447209(0x333)](_0x6efc80);if(!_0x169093){_0x3aa88a[_0x447209(0x31f)]();return;}let _0xd9d9b4=this[_0x447209(0x187)](_0x6efc80,_0x169093,_0x273a8a);if(!_0xd9d9b4){_0x3aa88a[_0x447209(0x31f)]();return;}this[_0x447209(0x4a5)]=!0x0;let _0x3588eb=_0x56b010?this['_handles'][0x1]:this[_0x447209(0x329)][0x0],_0x2bd8a2=_0x3588eb?{'x':_0x3588eb['left']+0x6,'y':_0x3588eb[_0x447209(0x717)]+0x6}:_0x56b010?_0xd9d9b4[_0x447209(0x30d)]:_0xd9d9b4[_0x447209(0x9f2)],_0x1eb7e0=_0x56b010?(_0x5ec567=_0x169093['relation'])==null?void 0x0:_0x5ec567['to']:(_0x1da5d3=_0x169093['relation'])==null?void 0x0:_0x1da5d3[_0x447209(0x8bd)],_0xe66ecb=(_0x1af6ee=_0x169093[_0x447209(0x3da)])==null?_0x1c56b2['StraightConnector1']:_0x1af6ee,_0x159eb4=''+Oh+_0x68d371[_0x447209(0x51b)]+'-'+_0x68d371['subUnitId']+'-'+_0x68d371[_0x447209(0x51f)],_0x1ae062=_0x3aa88a[_0x447209(0x612)](_0x159eb4),_0x21d565=this[_0x447209(0x73b)](_0x3fcef9),_0x220b4c=null,_0x3763c5=_0x56b010?_0xd9d9b4[_0x447209(0x9f2)]:_0xd9d9b4[_0x447209(0x30d)],_0x51315a=!0x1,_0x4241bf=null,_0x2fa51d=_0x3aa88a[_0x447209(0x9cb)][_0x447209(0x911)](_0x283be2=>{const _0x56851a=_0x447209;var _0x27058e;let _0x584d8b=this[_0x56851a(0x73b)](_0x283be2);if(_0x51315a=_0x51315a||this[_0x56851a(0x2f5)](_0x21d565,_0x584d8b),!_0x51315a)return;let _0x38b855=this[_0x56851a(0x37c)](_0x584d8b,_0x68d371,_0x273a8a);this[_0x56851a(0x453)]=_0x38b855;let _0x250719=_0x38b855?_0x38b855[_0x56851a(0x62f)]+':'+_0x38b855[_0x56851a(0x818)]:null;_0x250719!==_0x4241bf&&(_0x4241bf=_0x250719);let _0x4276ec=(_0x27058e=_0x38b855==null?void 0x0:_0x38b855[_0x56851a(0x191)])==null?_0x584d8b:_0x27058e;if(_0x3763c5=_0x4276ec,_0x338fa2[_0x56851a(0x8e3)]({'left':_0x4276ec['x']-0x6,'top':_0x4276ec['y']-0x6}),_0x1ae062){let _0x296b5f=this['_buildRouteLayout'](_0x68d371,_0xe66ecb,_0x2bd8a2,_0x4276ec,_0x56b010,_0x1eb7e0,_0x38b855,_0x169093,_0x273a8a);_0x296b5f&&(_0x220b4c=_0x296b5f,this['_applyConnectorRouteLayoutToVisualObject'](_0x1ae062,_0x296b5f));}_0x3aa88a[_0x56851a(0x752)](!0x0);}),_0x3de77e=_0x3aa88a[_0x447209(0x5c4)][_0x447209(0x911)](_0x304d19=>{const _0x27c110=_0x447209;var _0x113409;_0x2fa51d==null||_0x2fa51d[_0x27c110(0x553)](),_0x3de77e==null||_0x3de77e[_0x27c110(0x553)](),_0x3aa88a[_0x27c110(0x31f)](),this['_isEndpointDragging']=!0x1,(_0x113409=this[_0x27c110(0x3e1)])==null||_0x113409[_0x27c110(0x61f)]();let _0x58c1d5=this[_0x27c110(0x453)];this[_0x27c110(0x453)]=null,this[_0x27c110(0x94d)](),_0x51315a&&(_0x220b4c?this['_commitEndpointMoveWithLayout'](_0x68d371,_0x56b010,_0x220b4c,_0x58c1d5,_0x169093):this[_0x27c110(0x764)](_0x68d371,_0x56b010,_0x3763c5['x'],_0x3763c5['y'],_0x273a8a,_0x58c1d5));});this[_0x447209(0x70e)](_0x471aca(_0x2fa51d)),this[_0x447209(0x70e)](_0x471aca(_0x3de77e));});this[_0x585485(0x70e)](_0x471aca(_0x1506e8));}[_0x5347ad(0x793)](_0x244c75,_0x2ba8c9){const _0x51aebc=_0x5347ad;var _0x2c7226,_0x5c7e84,_0x190c93;let _0x542201=_0x244c75,_0x4fd565=_0x244c75 instanceof hs?_0x244c75[_0x51aebc(0x481)]():(_0x2c7226=_0x542201[_0x51aebc(0x481)])==null?void 0x0:_0x2c7226[_0x51aebc(0x549)](_0x542201);if(_0x4fd565){let _0x5b9d3f=_0x2ba8c9[_0x51aebc(0x24f)];_0x4fd565[_0x51aebc(0x65e)]()!==_0x5b9d3f&&_0x4fd565[_0x51aebc(0x231)](_0x5b9d3f),_0x4fd565[_0x51aebc(0x3b5)]();for(let [_0x1ce264,_0x5477bd]of Object['entries'](_0x2ba8c9['adjustValues']))_0x4fd565[_0x51aebc(0x2de)](_0x1ce264,_0x5477bd);_0x4fd565[_0x51aebc(0x983)]({'width':_0x2ba8c9[_0x51aebc(0x86a)]['width'],'height':_0x2ba8c9[_0x51aebc(0x86a)][_0x51aebc(0x95b)]}),_0x4fd565[_0x51aebc(0x613)]();}(_0x5c7e84=_0x542201[_0x51aebc(0x8e3)])==null||_0x5c7e84['call'](_0x542201,{'flipX':_0x2ba8c9['worldRect'][_0x51aebc(0x301)],'flipY':_0x2ba8c9[_0x51aebc(0x86a)][_0x51aebc(0xa0e)],'left':_0x2ba8c9['worldRect'][_0x51aebc(0x5e2)],'top':_0x2ba8c9[_0x51aebc(0x86a)][_0x51aebc(0x717)],'width':_0x2ba8c9[_0x51aebc(0x86a)][_0x51aebc(0x8d2)],'height':_0x2ba8c9[_0x51aebc(0x86a)][_0x51aebc(0x95b)],'angle':_0x2ba8c9['rotation']}),(_0x190c93=_0x542201['makeDirty'])==null||_0x190c93[_0x51aebc(0x549)](_0x542201,!0x0);}[_0x5347ad(0x2f5)](_0x2c6010,_0x5b8404){let _0x17b413=_0x5b8404['x']-_0x2c6010['x'],_0x9e9c85=_0x5b8404['y']-_0x2c6010['y'];return Math['sqrt'](_0x17b413*_0x17b413+_0x9e9c85*_0x9e9c85)>=0x5;}['_resolvePointerScenePoint'](_0x3efb8c){const _0x2d8278=_0x5347ad;var _0x80b14a,_0xe845f,_0x4cb12a;let {scene:_0x476db9}=this[_0x2d8278(0xa25)],_0x28a38d=(_0x80b14a=_0x476db9[_0x2d8278(0x27c)])==null?void 0x0:_0x80b14a['call'](_0x476db9),_0x4bd67e=this[_0x2d8278(0x932)](_0x28a38d==null?void 0x0:_0x28a38d[_0x2d8278(0x739)],_0x476db9[_0x2d8278(0x739)]||0x1),_0x3cb0ff=this[_0x2d8278(0x932)](_0x28a38d==null?void 0x0:_0x28a38d[_0x2d8278(0x96b)],_0x476db9[_0x2d8278(0x96b)]||_0x476db9[_0x2d8278(0x739)]||0x1),_0x199b88=_0x476db9[_0x2d8278(0x55b)](rl),_0x3bcdfa=(_0xe845f=_0x199b88==null?void 0x0:_0x199b88[_0x2d8278(0x300)])==null?0x0:_0xe845f,_0x472756=(_0x4cb12a=_0x199b88==null?void 0x0:_0x199b88[_0x2d8278(0x687)])==null?0x0:_0x4cb12a;return{'x':_0x3efb8c[_0x2d8278(0x88f)]/_0x4bd67e+_0x3bcdfa,'y':_0x3efb8c['offsetY']/_0x3cb0ff+_0x472756};}[_0x5347ad(0x37c)](_0x495a00,_0xd5ac13,_0x539d34){const _0x1b3782=_0x5347ad;let _0x3b4aad=this['_findTargetShapeAtPoint'](_0x495a00,_0xd5ac13,_0x539d34);return _0x3b4aad?(this[_0x1b3782(0x1ac)]!==_0x3b4aad[_0x1b3782(0x51f)]&&(this[_0x1b3782(0x94d)](),this[_0x1b3782(0x15a)](_0x3b4aad,_0x539d34),this[_0x1b3782(0x1ac)]=_0x3b4aad[_0x1b3782(0x51f)]),this[_0x1b3782(0x3fc)](_0x495a00)):this['_findNearestConnectionSite'](_0x495a00)||(this['_clearConnectionSites'](),null);}[_0x5347ad(0x3ef)](_0x32d556,_0x5b5870,_0x4ecc95){const _0x36af62=_0x5347ad;let _0x114f6b=this[_0x36af62(0x5bb)][_0x36af62(0x9e1)](_0x5b5870[_0x36af62(0x51b)],_0x5b5870[_0x36af62(0x657)]);for(let _0x392c26 of Object[_0x36af62(0x4fc)](_0x114f6b)){if(_0x392c26===_0x5b5870[_0x36af62(0x51f)])continue;let _0x5cfd5e=_0x114f6b[_0x392c26];if(!(!_0x5cfd5e||!_0x5cfd5e[_0x36af62(0x5fb)]||_0x5cfd5e[_0x36af62(0x1df)])&&!this[_0x36af62(0x761)](_0x5cfd5e)&&this[_0x36af62(0x376)](_0x5cfd5e,_0x32d556,_0x4ecc95)&&this[_0x36af62(0x3ec)](_0x5cfd5e,_0x4ecc95)[_0x36af62(0x9dd)]!==0x0)return _0x5cfd5e;}return null;}[_0x5347ad(0x15a)](_0x317139,_0x4d7870){const _0x209b2a=_0x5347ad;let {scene:_0x5cc782}=this[_0x209b2a(0xa25)],_0x24abd2=this['_resolveConnectionSiteDefs'](_0x317139,_0x4d7870);if(_0x24abd2['length']){for(let _0x140634 of _0x24abd2){let _0x5002dd=_0x209b2a(0x410)+_0x317139[_0x209b2a(0x51f)]+'-'+_0x140634['cxnIndex'],_0x1397c1=_0x588523[_0x209b2a(0x85a)],_0x2fdb66=new _0xbb794f(_0x5002dd,{'left':_0x140634[_0x209b2a(0x191)]['x']-_0x1397c1,'top':_0x140634['worldPoint']['y']-_0x1397c1,'width':_0x1397c1*0x2,'height':_0x1397c1*0x2,'radius':_0x1397c1,'fill':Ya,'stroke':Xa,'strokeWidth':1.5,'evented':!0x1,'zIndex':Bh});_0x5cc782[_0x209b2a(0x955)](_0x2fdb66,zh),this[_0x209b2a(0x365)][_0x209b2a(0x872)]({..._0x140634,'shapeId':_0x317139[_0x209b2a(0x51f)],'siteObject':_0x2fdb66});}_0x5cc782[_0x209b2a(0x752)](!0x0);}}[_0x5347ad(0x3fc)](_0x1eb03e){const _0x5c1be5=_0x5347ad;let _0x11e652=null,_0x4b0196=0x1/0x0;for(let _0x363dd2 of this[_0x5c1be5(0x365)]){let _0x255084=_0x1eb03e['x']-_0x363dd2[_0x5c1be5(0x191)]['x'],_0x2f7af2=_0x1eb03e['y']-_0x363dd2['worldPoint']['y'],_0x174c50=Math['sqrt'](_0x255084*_0x255084+_0x2f7af2*_0x2f7af2);_0x174c50<_0x4b0196&&(_0x4b0196=_0x174c50,_0x11e652=_0x363dd2);}let _0x29b958=_0x11e652&&_0x4b0196<=0xa?_0x11e652[_0x5c1be5(0x818)]:-0x1;if(_0x29b958!==this['_highlightedSiteIndex']){for(let _0x404cec of this[_0x5c1be5(0x365)]){let _0x51e2ea=_0x404cec[_0x5c1be5(0x818)]===_0x29b958;_0x404cec[_0x5c1be5(0x54c)][_0x5c1be5(0x74b)]({'fill':_0x51e2ea?Za:Ya,'stroke':_0x51e2ea?Qa:Xa,'strokeWidth':_0x51e2ea?0x2:1.5}),_0x404cec[_0x5c1be5(0x54c)][_0x5c1be5(0x752)](!0x0);}this[_0x5c1be5(0x966)]=_0x29b958;}return!_0x11e652||_0x4b0196>0xa?null:{'shapeId':_0x11e652[_0x5c1be5(0x62f)],'cxnIndex':_0x11e652['cxnIndex'],'worldPoint':_0x11e652[_0x5c1be5(0x191)],'angle':_0x11e652[_0x5c1be5(0x3d1)]};}[_0x5347ad(0x764)](_0x327bb3,_0x1eaaa8,_0x159463,_0x40a162,_0x54b12e,_0x3977c3){const _0xd0c187=_0x5347ad;var _0x3dbc54,_0x5409d3,_0x23ef7f,_0xadd044;if(!this['_isLineShapeDrawing'](_0x327bb3))return;let _0x30d477=_0x327bb3['element'],_0x2d26ff=this['_getConnectorData'](_0x30d477);if(!_0x2d26ff)return;let _0x550faf=this[_0xd0c187(0x187)](_0x30d477,_0x2d26ff,_0x54b12e);if(!_0x550faf)return;let _0x25f41e=_0x1eaaa8?_0x550faf[_0xd0c187(0x30d)]:_0x550faf[_0xd0c187(0x9f2)],_0xdcab0b=(_0x3dbc54=_0x3977c3==null?void 0x0:_0x3977c3['worldPoint'])==null?{'x':_0x159463,'y':_0x40a162}:_0x3dbc54,_0x5f5b3b=(_0x5409d3=_0x2d26ff[_0xd0c187(0x3da)])==null?_0x1c56b2[_0xd0c187(0x262)]:_0x5409d3,_0x5a59ae=_0x1eaaa8?(_0x23ef7f=_0x2d26ff['relation'])==null?void 0x0:_0x23ef7f['to']:(_0xadd044=_0x2d26ff['relation'])==null?void 0x0:_0xadd044['from'],_0x18557a=this[_0xd0c187(0x4b9)](_0x327bb3,_0x5f5b3b,_0x25f41e,_0xdcab0b,_0x1eaaa8,_0x5a59ae,_0x3977c3,_0x2d26ff,_0x54b12e);if(!_0x18557a)return;let _0x128b09=this[_0xd0c187(0x1b3)](_0x2d26ff,_0x1eaaa8,_0x3977c3),_0x376cea=this['_buildUpdatedElement'](_0x30d477,_0x2d26ff,_0x18557a,_0x54b12e,_0x128b09);this[_0xd0c187(0x164)][_0xd0c187(0x4dd)](_0x2ffecc['id'],{'preserveConnectorRelations':!0x0,'patches':[{'unitId':_0x327bb3[_0xd0c187(0x51b)],'subUnitId':_0x327bb3[_0xd0c187(0x657)],'drawingId':_0x327bb3['drawingId'],'element':_0x376cea[_0xd0c187(0x5fb)],'transform':_0x376cea[_0xd0c187(0x2d1)]}]});}[_0x5347ad(0x547)](_0x375b72,_0x3b780a,_0x499dca,_0x2c4153,_0x1fd47a){const _0x69ef4c=_0x5347ad;let _0xb07be5=this['_instanceSrv']['getUnit'](_0x375b72[_0x69ef4c(0x51b)],_0x2a9855[_0x69ef4c(0x57f)]);if(!_0xb07be5)return;let {scene:_0x3076c8}=this[_0x69ef4c(0xa25)],_0x7b546f=this[_0x69ef4c(0x9f1)](_0x3076c8,_0xb07be5),_0x3edf09=_0x375b72[_0x69ef4c(0x5fb)],_0xda3b8e=this[_0x69ef4c(0x1b3)](_0x1fd47a,_0x3b780a,_0x2c4153),_0x402ce1=this[_0x69ef4c(0x1ca)](_0x3edf09,_0x1fd47a,_0x499dca,_0x7b546f,_0xda3b8e);this[_0x69ef4c(0x164)][_0x69ef4c(0x4dd)](_0x2ffecc['id'],{'preserveConnectorRelations':!0x0,'patches':[{'unitId':_0x375b72['unitId'],'subUnitId':_0x375b72[_0x69ef4c(0x657)],'drawingId':_0x375b72['drawingId'],'element':_0x402ce1[_0x69ef4c(0x5fb)],'transform':_0x402ce1[_0x69ef4c(0x2d1)]}]});}[_0x5347ad(0x1b3)](_0x1eadc3,_0x3ac81a,_0x25c5ad){const _0x2b50bb=_0x5347ad;var _0x573b85;let _0x5efba4={...(_0x573b85=_0x1eadc3[_0x2b50bb(0x19c)])==null?{}:_0x573b85},_0x40637=_0x25c5ad?{'shapeId':_0x25c5ad[_0x2b50bb(0x62f)],'cxnIndex':_0x25c5ad[_0x2b50bb(0x818)]}:void 0x0;return _0x3ac81a?_0x40637?_0x5efba4[_0x2b50bb(0x8bd)]=_0x40637:delete _0x5efba4[_0x2b50bb(0x8bd)]:_0x40637?_0x5efba4['to']=_0x40637:delete _0x5efba4['to'],_0x5efba4[_0x2b50bb(0x8bd)]||_0x5efba4['to']?_0x5efba4:void 0x0;}[_0x5347ad(0x1ca)](_0x461287,_0x2f7518,_0x22a884,_0xc3567f,_0x14b64a){const _0x5d6512=_0x5347ad;var _0x469fc5,_0xbd6833,_0x11cdc4,_0xefabbf,_0x4797e5,_0x1822ca,_0x592f72,_0x491325,_0x2947ef,_0x43ae1a;let _0x142657=_0x22a884['worldRect'],_0x2c0dd4={..._0x461287[_0x5d6512(0x2d1)],'left':_0x142657[_0x5d6512(0x5e2)]-_0xc3567f['left'],'top':_0x142657['top']-_0xc3567f[_0x5d6512(0x717)],'width':Math[_0x5d6512(0x496)](0x1,_0x142657[_0x5d6512(0x8d2)]),'height':Math[_0x5d6512(0x496)](0x1,_0x142657[_0x5d6512(0x95b)]),'rotation':(_0x469fc5=_0x22a884['rotation'])==null?0x0:_0x469fc5,'flipX':(_0xbd6833=_0x142657[_0x5d6512(0x301)])==null?!0x1:_0xbd6833,'flipY':(_0x11cdc4=_0x142657[_0x5d6512(0xa0e)])==null?!0x1:_0x11cdc4},_0x1120c9={..._0x2f7518,'points':void 0x0,'adjustValues':_0x22a884['adjustValues'],'shapeType':_0x22a884['lineType'],'relation':_0x14b64a},_0x4a27fd;return _0x4a27fd=_0x461287['type']===_0x42916e[_0x5d6512(0x5b9)]?{..._0x461287,'transform':_0x2c0dd4,'connectorData':_0x1120c9}:{..._0x461287,'transform':_0x2c0dd4,'shapeData':_0x1120c9},{'element':_0x4a27fd,'transform':{'left':(_0xefabbf=_0x2c0dd4['left'])==null?0x0:_0xefabbf,'top':(_0x4797e5=_0x2c0dd4[_0x5d6512(0x717)])==null?0x0:_0x4797e5,'width':(_0x1822ca=_0x2c0dd4[_0x5d6512(0x8d2)])==null?0x0:_0x1822ca,'height':(_0x592f72=_0x2c0dd4[_0x5d6512(0x95b)])==null?0x0:_0x592f72,'angle':(_0x491325=_0x2c0dd4[_0x5d6512(0x7e8)])==null?0x0:_0x491325,'flipX':(_0x2947ef=_0x2c0dd4[_0x5d6512(0x301)])==null?!0x1:_0x2947ef,'flipY':(_0x43ae1a=_0x2c0dd4[_0x5d6512(0xa0e)])==null?!0x1:_0x43ae1a}};}['_buildRouteLayout'](_0x2ca164,_0x1ba679,_0x33ae33,_0x45d383,_0x66f550,_0xa69854,_0x730921,_0x27d487,_0x51eb64){const _0x4570cd=_0x5347ad;var _0x54ae5c,_0x275f47;let _0x473541=_0xa69854?this[_0x4570cd(0x4ed)](_0x2ca164,_0xa69854,_0x51eb64):this[_0x4570cd(0x3ae)](_0x45d383,_0x33ae33),_0x3d06ce=_0x730921?this[_0x4570cd(0x319)](_0x2ca164,_0x730921,_0x51eb64):this[_0x4570cd(0x3ae)](_0x33ae33,_0x45d383);if(_0xa69854&&_0x473541&&_0x3d06ce)return _0x9aef08(_0x522a85(_0x66f550?_0x3d06ce:_0x473541,_0x66f550?_0x473541:_0x3d06ce,_0x1ba679),_0x1ba679);let _0x3974e3=this[_0x4570cd(0x4b7)](_0x2ca164[_0x4570cd(0x5fb)],_0x27d487,(_0x54ae5c=_0x2ca164['element']['transform'][_0x4570cd(0x8d2)])==null?0x0:_0x54ae5c,(_0x275f47=_0x2ca164[_0x4570cd(0x5fb)][_0x4570cd(0x2d1)][_0x4570cd(0x95b)])==null?0x0:_0x275f47),_0x4dbbf7=_0x1ba679===_0x1c56b2['Line']||_0x1ba679===_0x1c56b2['StraightConnector1'],_0x47522a=_0x1bdd4c(_0x1ba679),_0x4ec2c1=_0x3974e3[_0x4570cd(0x9bf)](_0x15c1f2=>_0x15c1f2&&Number[_0x4570cd(0x28b)](_0x15c1f2['x'])&&Number[_0x4570cd(0x28b)](_0x15c1f2['y']))[_0x4570cd(0x9dd)]>=(_0x47522a?0x3:0x2)?_0x36420c['getBentTypeFromPoints'](_0x3974e3,_0x47522a):'auto';return _0x9aef08((_0x4dbbf7?_0x36420c[_0x4570cd(0x1f0)](_0x66f550?_0x45d383:_0x33ae33,_0x66f550?_0x33ae33:_0x45d383):_0x36420c[_0x4570cd(0x7f3)](_0x33ae33,_0x45d383,_0x66f550,_0x4ec2c1))[_0x4570cd(0x69c)],_0x1ba679);}[_0x5347ad(0x3ae)](_0x1e9596,_0x5daa1b){return{'point':_0x5daa1b,'angle':this['_calculateFreeEndpointAngle'](_0x1e9596,_0x5daa1b),'bounds':{'left':_0x5daa1b['x'],'top':_0x5daa1b['y'],'width':0x0,'height':0x0}};}[_0x5347ad(0x319)](_0x4cb859,_0x25b59e,_0x48de10){const _0x4063f4=_0x5347ad;let _0x19ee42=this['_slideDrawingService'][_0x4063f4(0x429)]({'unitId':_0x4cb859['unitId'],'subUnitId':_0x4cb859[_0x4063f4(0x657)],'drawingId':_0x25b59e['shapeId']});if(!_0x19ee42)return null;let _0x460df8=this[_0x4063f4(0x901)](_0x19ee42,_0x19ee42[_0x4063f4(0x5fb)],_0x48de10,!0x0);return{'point':_0x25b59e[_0x4063f4(0x191)],'angle':_0x25b59e[_0x4063f4(0x3d1)],'bounds':_0x460df8};}['_getConnectPointInfo'](_0x178c2c,_0xf9ad23,_0x409358,_0x17671c,_0xb57e1c){const _0x15b9e5=_0x5347ad;let _0x3a4ce7=this['_slideDrawingService']['getDrawingByParam']({'unitId':_0x178c2c[_0x15b9e5(0x51b)],'subUnitId':_0x178c2c['subUnitId'],'drawingId':_0xf9ad23['shapeId']});if(!_0x3a4ce7)return null;let _0x36df36=_0x17671c&&_0xb57e1c&&_0xf9ad23[_0x15b9e5(0x62f)]===_0x17671c?{..._0x3a4ce7[_0x15b9e5(0x5fb)],'transform':_0xb57e1c}:_0x3a4ce7[_0x15b9e5(0x5fb)],_0x3f0f14=(_0x17671c&&_0xb57e1c&&_0xf9ad23[_0x15b9e5(0x62f)]===_0x17671c?this[_0x15b9e5(0x3ec)](_0x36df36,_0x409358):this[_0x15b9e5(0x3ec)](_0x3a4ce7,_0x409358))[_0x15b9e5(0x850)](_0x50183d=>_0x50183d['cxnIndex']===_0xf9ad23[_0x15b9e5(0x818)]);if(!_0x3f0f14)return null;let _0x4562c6=!(_0x17671c&&_0xb57e1c&&_0xf9ad23[_0x15b9e5(0x62f)]===_0x17671c),_0x5cf257=this[_0x15b9e5(0x901)](_0x3a4ce7,_0x36df36,_0x409358,_0x4562c6);return{'point':_0x3f0f14['worldPoint'],'angle':_0x3f0f14[_0x15b9e5(0x3d1)],'bounds':_0x5cf257};}[_0x5347ad(0x3ec)](_0x523712,_0x4d07f3){const _0x523f52=_0x5347ad;var _0x387420,_0x52aa20,_0xb50031,_0x5a0dac,_0x3fea32,_0x43ba24,_0x164ea8,_0x5864db,_0x33c31,_0x1a1c2b,_0x4d8b31;let _0x1ff7e5=this[_0x523f52(0x462)](_0x523712)?_0x523712:null,_0x29cb22=_0x1ff7e5?_0x1ff7e5[_0x523f52(0x5fb)]:_0x523712,_0x420299=(_0x387420=_0x29cb22['transform'])==null?{}:_0x387420,_0xe37ca2=_0x1ff7e5?this[_0x523f52(0x82e)](_0x1ff7e5):null,_0x2d40d7=this['_getRenderTransformInfo'](_0xe37ca2),_0x3acdb7={'left':_0x4d07f3[_0x523f52(0x5e2)]+((_0x52aa20=_0x420299['left'])==null?0x0:_0x52aa20),'top':_0x4d07f3[_0x523f52(0x717)]+((_0xb50031=_0x420299[_0x523f52(0x717)])==null?0x0:_0xb50031),'width':(_0x5a0dac=(_0x3fea32=_0x2d40d7==null?void 0x0:_0x2d40d7[_0x523f52(0x8e8)]['width'])==null?_0x420299['width']:_0x3fea32)==null?0x0:_0x5a0dac,'height':(_0x43ba24=(_0x164ea8=_0x2d40d7==null?void 0x0:_0x2d40d7[_0x523f52(0x8e8)]['height'])==null?_0x420299[_0x523f52(0x95b)]:_0x164ea8)==null?0x0:_0x43ba24,'flipX':(_0x5864db=_0x420299[_0x523f52(0x301)])==null?!0x1:_0x5864db,'flipY':(_0x33c31=_0x420299[_0x523f52(0xa0e)])==null?!0x1:_0x33c31,'angle':(_0x1a1c2b=(_0x4d8b31=_0x420299[_0x523f52(0x7e8)])==null?_0x420299[_0x523f52(0x3d1)]:_0x4d8b31)==null?0x0:_0x1a1c2b},_0x178096=new _0x36420c(_0x3acdb7),_0x281eae=_0x5e6185=>_0x2d40d7?this[_0x523f52(0x216)](_0x5e6185,_0x2d40d7):_0x178096[_0x523f52(0x7ee)](_0x5e6185),_0x2be587=_0x25d8f0=>_0x2d40d7?this['_transformConnectionSiteAngle'](_0x25d8f0,_0x2d40d7['effectiveTransform']):this['_normalizeAngle'](this[_0x523f52(0x959)](_0x25d8f0,_0x3acdb7[_0x523f52(0x301)],_0x3acdb7[_0x523f52(0xa0e)],_0x3acdb7[_0x523f52(0x3d1)]));if(_0x29cb22['type']===_0x42916e[_0x523f52(0x514)]){var _0xfaef00;let _0x4588bc=_0x29cb22,_0x1b4754=(_0xfaef00=_0x4588bc[_0x523f52(0x4fd)])==null?void 0x0:_0xfaef00[_0x523f52(0x3da)];if(!_0x1b4754||_0x556e5e(_0x1b4754))return[];try{let _0x1dd534=new _0x91272b(_0x1b4754,_0x4588bc['id']);return _0x1dd534[_0x523f52(0x1e7)](_0x4588bc[_0x523f52(0x4fd)]),_0x1dd534['updateContext']({'width':_0x3acdb7['width'],'height':_0x3acdb7[_0x523f52(0x95b)]}),_0x1dd534[_0x523f52(0x57c)]()[_0x523f52(0x85d)](_0x5d7bf5=>{const _0x2d691e=_0x523f52;let _0x1b3a5f={'x':_0x5d7bf5['x'],'y':_0x5d7bf5['y']},_0x1b640a=_0x281eae(_0x1b3a5f),_0x187eb8=_0x2be587(_0x5d7bf5[_0x2d691e(0x67b)]/0xea60);return{'cxnIndex':_0x5d7bf5[_0x2d691e(0x583)],'angle':_0x187eb8,'localPoint':_0x1b3a5f,'worldPoint':_0x1b640a};});}catch{return[];}}return _0x29cb22[_0x523f52(0x72f)]===_0x42916e['Image']||_0x29cb22['type']===_0x42916e[_0x523f52(0x448)]?Vh[_0x523f52(0x85d)](_0x1ffac2=>{const _0x4a41e9=_0x523f52;let _0x23db0d={'x':_0x1ffac2['x']*_0x3acdb7[_0x4a41e9(0x8d2)],'y':_0x1ffac2['y']*_0x3acdb7[_0x4a41e9(0x95b)]},_0x3347d6=_0x281eae(_0x23db0d);return{'cxnIndex':_0x1ffac2[_0x4a41e9(0x80a)],'angle':_0x2be587(_0x1ffac2[_0x4a41e9(0x3d1)]),'localPoint':_0x23db0d,'worldPoint':_0x3347d6};}):[];}[_0x5347ad(0x187)](_0x949651,_0x1803f1,_0xcce587){const _0x62d35d=_0x5347ad;var _0x53cc3b,_0x4c1a98,_0x401828,_0x52edc9,_0x2b913d,_0x42928d,_0x3d6348;let _0x50ea24=_0x949651['transform'],_0x46a51b=(_0x53cc3b=_0x50ea24[_0x62d35d(0x8d2)])==null?0x0:_0x53cc3b,_0x3fa991=(_0x4c1a98=_0x50ea24[_0x62d35d(0x95b)])==null?0x0:_0x4c1a98,_0x342713={'left':_0xcce587['left']+((_0x401828=_0x50ea24[_0x62d35d(0x5e2)])==null?0x0:_0x401828),'top':_0xcce587[_0x62d35d(0x717)]+((_0x52edc9=_0x50ea24[_0x62d35d(0x717)])==null?0x0:_0x52edc9),'width':_0x46a51b,'height':_0x3fa991,'flipX':(_0x2b913d=_0x50ea24[_0x62d35d(0x301)])==null?!0x1:_0x2b913d,'flipY':(_0x42928d=_0x50ea24[_0x62d35d(0xa0e)])==null?!0x1:_0x42928d,'angle':(_0x3d6348=_0x50ea24[_0x62d35d(0x7e8)])==null?0x0:_0x3d6348},_0x245abd=this[_0x62d35d(0x4b7)](_0x949651,_0x1803f1,_0x46a51b,_0x3fa991);if(_0x245abd[_0x62d35d(0x9dd)]<0x2)return null;let _0x48ab7e=new _0x36420c(_0x342713);return{'start':_0x48ab7e[_0x62d35d(0x7ee)](_0x245abd[0x0]),'end':_0x48ab7e[_0x62d35d(0x7ee)](_0x245abd[_0x245abd['length']-0x1])};}[_0x5347ad(0x4b7)](_0x225617,_0x1cd55a,_0x1a92ed,_0x38cf1e){const _0x2072ba=_0x5347ad;var _0x38f96b,_0x5353c2;let _0x5187d0=((_0x38f96b=_0x1cd55a[_0x2072ba(0x8a4)])==null?[]:_0x38f96b)[_0x2072ba(0x9bf)](_0x145f1b=>_0x145f1b&&Number[_0x2072ba(0x28b)](_0x145f1b['x'])&&Number[_0x2072ba(0x28b)](_0x145f1b['y']));if(_0x5187d0[_0x2072ba(0x9dd)]>=0x2)return _0x5187d0;let _0x4518ce=(_0x5353c2=_0x1cd55a[_0x2072ba(0x3da)])==null?_0x1c56b2[_0x2072ba(0x262)]:_0x5353c2;try{let _0x717d18=new _0x91272b(_0x4518ce,_0x225617['id']);_0x717d18[_0x2072ba(0x1e7)](_0x1cd55a),_0x717d18[_0x2072ba(0x983)]({'width':_0x1a92ed,'height':_0x38cf1e});let _0x22c5b5=_0x717d18[_0x2072ba(0x7fc)]()[_0x2072ba(0x9bf)](_0x513f43=>_0x513f43&&Number[_0x2072ba(0x28b)](_0x513f43['x'])&&Number[_0x2072ba(0x28b)](_0x513f43['y']));if(_0x22c5b5['length']>=0x2)return _0x22c5b5;}catch{}return[{'x':0x0,'y':0x0},{'x':_0x1a92ed,'y':_0x38cf1e}];}[_0x5347ad(0x8d0)](){const _0x2eab61=_0x5347ad;this[_0x2eab61(0x367)]();}[_0x5347ad(0x367)](){const _0x21f95b=_0x5347ad;if(this[_0x21f95b(0x94d)](),this[_0x21f95b(0x329)][_0x21f95b(0x9dd)]===0x0)return;let {scene:_0x49a6e8}=this['_renderContext'];this['_handles']['forEach'](_0x47da15=>{const _0x108980=_0x21f95b;_0x49a6e8[_0x108980(0x6ee)](_0x47da15),_0x47da15[_0x108980(0x261)]();}),this[_0x21f95b(0x329)]=[],_0x49a6e8[_0x21f95b(0x752)](!0x0);}['_clearConnectionSites'](){const _0x1e43eb=_0x5347ad;let {scene:_0x5cf616}=this['_renderContext'];this['_connectionSites'][_0x1e43eb(0x4fa)](_0xe76b01=>{const _0x379b0b=_0x1e43eb;_0x5cf616[_0x379b0b(0x6ee)](_0xe76b01[_0x379b0b(0x54c)]),_0xe76b01[_0x379b0b(0x54c)]['dispose']();}),this[_0x1e43eb(0x365)]=[],this[_0x1e43eb(0x1ac)]=null,this[_0x1e43eb(0x966)]=-0x1,_0x5cf616[_0x1e43eb(0x752)](!0x0);}[_0x5347ad(0x761)](_0x455dbb){const _0x159747=_0x5347ad;var _0x1059d4;let _0x58fe4e=_0x455dbb[_0x159747(0x5fb)];if(_0x58fe4e[_0x159747(0x72f)]===_0x42916e[_0x159747(0x5b9)])return!0x0;if(_0x58fe4e[_0x159747(0x72f)]!==_0x42916e['Shape'])return!0x1;let _0x4d557c=(_0x1059d4=_0x58fe4e[_0x159747(0x4fd)])==null?void 0x0:_0x1059d4[_0x159747(0x3da)];return!!_0x4d557c&&_0x556e5e(_0x4d557c);}[_0x5347ad(0x4ad)](_0x401305){const _0x5b49bf=_0x5347ad;var _0x421509;if(_0x401305[_0x5b49bf(0x72f)]===_0x42916e['Connector'])return!0x0;if(_0x401305[_0x5b49bf(0x72f)]!==_0x42916e['Shape'])return!0x1;let _0x52996a=(_0x421509=_0x401305[_0x5b49bf(0x4fd)])==null?void 0x0:_0x421509[_0x5b49bf(0x3da)];return!!_0x52996a&&_0x556e5e(_0x52996a);}['_isTransformOnlyLinePatch'](_0x2ba0f2,_0x19f3f8){const _0x38f4c4=_0x5347ad;if(!this[_0x38f4c4(0x4ad)](_0x2ba0f2)||!this[_0x38f4c4(0x4ad)](_0x19f3f8))return!0x1;let _0x41e688=this[_0x38f4c4(0x333)](_0x2ba0f2),_0x5d89d8=this[_0x38f4c4(0x333)](_0x19f3f8);return!_0x41e688||!_0x5d89d8?!0x1:JSON[_0x38f4c4(0x2c1)](_0x41e688)===JSON['stringify'](_0x5d89d8);}[_0x5347ad(0x590)](_0x29dd96){const _0xbd22bf=_0x5347ad;let _0x5a5554=this[_0xbd22bf(0x333)](_0x29dd96);if(!_0x5a5554)return _0x29dd96;let _0x240004={..._0x5a5554,'relation':void 0x0};return _0x29dd96[_0xbd22bf(0x72f)]===_0x42916e['Connector']?{..._0x29dd96,'connectorData':_0x240004}:{..._0x29dd96,'shapeData':_0x240004};}[_0x5347ad(0x333)](_0x18b92){const _0x5559d6=_0x5347ad;if(_0x18b92[_0x5559d6(0x72f)]===_0x42916e[_0x5559d6(0x5b9)])return _0x18b92[_0x5559d6(0x404)];if(_0x18b92[_0x5559d6(0x72f)]!==_0x42916e[_0x5559d6(0x514)])return null;let _0x4ed9f4=_0x18b92[_0x5559d6(0x4fd)];return!(_0x4ed9f4!=null&&_0x4ed9f4['shapeType'])||!_0x556e5e(_0x4ed9f4[_0x5559d6(0x3da)])?null:_0x4ed9f4;}['_adjustAngleForFlipAndRotation'](_0x417f40,_0x11be47,_0x1352e2,_0x19d9ab){let _0x4e2c2b=_0x417f40;return _0x11be47&&(_0x4e2c2b=0xb4-_0x4e2c2b),_0x1352e2&&(_0x4e2c2b=-_0x4e2c2b),_0x4e2c2b+=_0x19d9ab,_0x4e2c2b;}[_0x5347ad(0x1b5)](_0x31d6cd){return(_0x31d6cd%0x168+0x168)%0x168;}['_calculateFreeEndpointAngle'](_0x17e228,_0x213c48){const _0x3368fe=_0x5347ad;let _0x41a1c0=_0x213c48['x']-_0x17e228['x'],_0x4047e6=_0x213c48['y']-_0x17e228['y'];return Math[_0x3368fe(0x875)](_0x41a1c0)>Math[_0x3368fe(0x875)](_0x4047e6)?_0x41a1c0>=0x0?0x0:0xb4:_0x4047e6>=0x0?0x5a:0x10e;}[_0x5347ad(0x9f1)](_0x1998f5,_0x2c7b5d){const _0x306378=_0x5347ad;var _0x545a36;let _0xac3153=(_0x545a36=_0x1998f5[_0x306378(0x612)])==null?void 0x0:_0x545a36[_0x306378(0x549)](_0x1998f5,il);if(typeof(_0xac3153==null?void 0x0:_0xac3153[_0x306378(0x5e2)])==_0x306378(0x6ce)&&typeof _0xac3153['top']==_0x306378(0x6ce))return{'left':_0xac3153[_0x306378(0x5e2)],'top':_0xac3153['top']};let {width:_0x553868,height:_0x31077b}=_0x2c7b5d[_0x306378(0x996)]()[_0x306378(0x75e)],{width:_0x5294a1,height:_0x4524ef}=_0x1998f5;return{'left':Math[_0x306378(0x496)](0x0,(_0x5294a1-_0x553868)/0x2),'top':Math[_0x306378(0x496)](0x0,(_0x4524ef-_0x31077b)/0x2)};}['_safePositiveNumber'](_0x37dc28,_0x4dfc4b){const _0x5d7820=_0x5347ad;return typeof _0x37dc28=='number'&&Number[_0x5d7820(0x28b)](_0x37dc28)&&_0x37dc28>0x0?_0x37dc28:_0x4dfc4b;}};Hh=$([Q(0x1,_0x3bd740(_0x3a4166)),Q(0x2,_0x1c430b),Q(0x3,_0x47c48b),Q(0x4,_0x46972e),Q(0x5,_0x3210d4(Rh))],Hh);const Uh='slides-ui.ribbon.shapeFormat';function Wh(_0x4a8cb5){const _0x5d2e23=_0x5347ad;let _0x846178=_0x4a8cb5[_0x5d2e23(0x439)](_0x47c48b),_0x3f55cf=_0x4a8cb5[_0x5d2e23(0x439)](kf)[_0x5d2e23(0x996)]();if(_0x3f55cf[_0x5d2e23(0x522)]&&_0x3f55cf['selectedIds'][_0x5d2e23(0x9dd)]>0x0){let {unitId:_0x552d4f,subUnitId:_0x35879f}=_0x3f55cf[_0x5d2e23(0x522)],_0x32d9aa=_0x846178[_0x5d2e23(0x9e1)](_0x552d4f,_0x35879f);return _0x3f55cf[_0x5d2e23(0x9be)]['map'](_0x1af137=>_0x32d9aa[_0x1af137])[_0x5d2e23(0x9bf)](_0x36a6ad=>!!_0x36a6ad);}let _0x3fac91=_0x846178[_0x5d2e23(0x26f)]();if(!_0x3fac91[_0x5d2e23(0x9dd)])return[];let _0x381961=_0x3fac91[0x0],_0x3086ab=_0x846178[_0x5d2e23(0x9e1)](_0x381961[_0x5d2e23(0x51b)],_0x381961[_0x5d2e23(0x657)]);return _0x3fac91[_0x5d2e23(0x85d)](_0x220407=>_0x3086ab[_0x220407[_0x5d2e23(0x51f)]])[_0x5d2e23(0x9bf)](_0x3c3992=>!!_0x3c3992);}function Gh(_0x1ec213){const _0x3bad10=_0x5347ad;var _0x412445;if(_0x1ec213[_0x3bad10(0x5fb)][_0x3bad10(0x72f)]!==_0x42916e[_0x3bad10(0x514)])return!0x1;let _0x177f54=(_0x412445=_0x1ec213[_0x3bad10(0x5fb)]['shapeData'])==null?void 0x0:_0x412445[_0x3bad10(0x3da)];return!_0x177f54||!_0x556e5e(_0x177f54);}function Kh(_0x195703){const _0x391fc3=_0x5347ad;let _0x720d4e=_0x195703[_0x391fc3(0x439)](_0x47c48b),_0x5ec311=_0x195703[_0x391fc3(0x439)](kf);return new _0x54553a(_0x3054c6=>{const _0x40912a=_0x391fc3;let _0x5d3c76=()=>{const _0x32ab05=_0x262c;let _0x236283=Wh(_0x195703);_0x3054c6[_0x32ab05(0x920)](_0x236283[_0x32ab05(0x9dd)]!==0x1||!Gh(_0x236283[0x0]));},_0x436728=[_0x5ec311[_0x40912a(0x69b)][_0x40912a(0x7f6)](_0x5d3c76),_0x720d4e[_0x40912a(0x532)][_0x40912a(0x7f6)](_0x5d3c76),_0x720d4e[_0x40912a(0x647)]['subscribe'](_0x5d3c76),_0x720d4e[_0x40912a(0x634)][_0x40912a(0x7f6)](_0x5d3c76),_0x720d4e['remove$'][_0x40912a(0x7f6)](_0x5d3c76)];return _0x5d3c76(),()=>_0x436728[_0x40912a(0x4fa)](_0x21c46d=>_0x21c46d[_0x40912a(0x553)]());});}function qh(_0x2043ba){const _0x5795a5=_0x5347ad;return{'id':qp['id'],'type':_0x4ca24d[_0x5795a5(0x2ba)],'icon':_0x5795a5(0x1af),'title':'slides-ui.ribbon.changeShape','tooltip':_0x5795a5(0x9ef),'slot':!0x0,'selections':[{'label':{'name':Pf,'hoverable':!0x1,'selectable':!0x1}}],'hidden$':Kh(_0x2043ba)};}function Jh(_0xf45a0e){const _0x45778e=_0x5347ad;var _0x30c739;let _0x1000ec=_0xf45a0e[_0x45778e(0x439)](_0x47c48b),_0x4d79c7=_0x1000ec[_0x45778e(0x26f)]();if(!_0x4d79c7[_0x45778e(0x9dd)])return{'hasFocus':!0x1,'drawingCount':0x0,'hasGroup':!0x1,'hasChart':!0x1,'hasTable':!0x1,'canGroup':!0x1,'canUngroup':!0x1,'canOpenShapePanel':!0x1,'canOpenTableSizeDialog':!0x1,'canFlip':!0x1};let _0xfabbe1=_0x1000ec[_0x45778e(0x9e1)](_0x4d79c7[0x0][_0x45778e(0x51b)],_0x4d79c7[0x0][_0x45778e(0x657)]),_0x5e84ea=_0x4d79c7[_0x45778e(0x85d)](_0x54edd4=>_0xfabbe1[_0x54edd4[_0x45778e(0x51f)]])['filter'](_0x5c5c75=>!!_0x5c5c75),_0x542964=new Set([_0x42916e[_0x45778e(0x514)],_0x42916e[_0x45778e(0x2d7)],_0x42916e['Group']]),_0x42f200=_0x5e84ea['some'](_0x5cf739=>_0x5cf739[_0x45778e(0x5fb)][_0x45778e(0x72f)]===_0x42916e['Group']),_0x2bccb9=_0x5e84ea[_0x45778e(0x697)](_0x45e72e=>_0x45e72e[_0x45778e(0x5fb)][_0x45778e(0x72f)]===_0x42916e[_0x45778e(0x15d)]),_0x56bf80=of(_0x5e84ea),_0x1471bd=_0x5e84ea['some'](_0x1b3c25=>_0x1b3c25[_0x45778e(0x5fb)][_0x45778e(0x72f)]===_0x42916e[_0x45778e(0x4a9)]),_0x3d1735=_0x5e84ea['some'](_0x69b7d0=>!_0x542964[_0x45778e(0x8d7)](_0x69b7d0[_0x45778e(0x5fb)][_0x45778e(0x72f)])),_0xa7df6a=_0x5e84ea[_0x45778e(0x9dd)]>0x0&&_0x5e84ea[_0x45778e(0x777)](_0x2913d2=>_0x2913d2[_0x45778e(0x5fb)][_0x45778e(0x72f)]===_0x42916e['Group']),_0x591b15=_0x5e84ea[_0x45778e(0x9dd)]>=0x2&&!_0x1471bd&&!_0x3d1735,_0xe75392=_0x5e84ea[_0x45778e(0x9dd)]>0x0&&!_0x56bf80&&_0x5e84ea[0x0]&&[_0x42916e[_0x45778e(0x514)],_0x42916e[_0x45778e(0x2d7)],_0x42916e['Group']][_0x45778e(0x278)](_0x5e84ea[0x0][_0x45778e(0x5fb)]['type']),_0x518dbf=_0x5e84ea['length']===0x1&&((_0x30c739=_0x5e84ea[0x0])==null?void 0x0:_0x30c739[_0x45778e(0x5fb)][_0x45778e(0x72f)])===_0x42916e['Table'];return{'hasFocus':_0x5e84ea[_0x45778e(0x9dd)]>0x0,'drawingCount':_0x5e84ea[_0x45778e(0x9dd)],'hasGroup':_0x42f200,'hasChart':_0x2bccb9,'hasTable':_0x56bf80,'canGroup':_0x591b15,'canUngroup':_0xa7df6a,'canOpenShapePanel':_0xe75392,'canOpenTableSizeDialog':_0x518dbf,'canFlip':_0x5e84ea[_0x45778e(0x9dd)]>0x0&&!_0x56bf80};}function Yh(_0x2fad4c){const _0x151d53=_0x5347ad;let _0x27b4d1=_0x2fad4c[_0x151d53(0x439)](_0x47c48b);return new _0x54553a(_0x1e85ac=>{const _0x385bd0=_0x151d53;let _0x243d71=()=>_0x1e85ac['next'](Jh(_0x2fad4c)),_0x4167e4=_0x27b4d1['focus$'][_0x385bd0(0x7f6)](_0x243d71);return _0x243d71(),()=>_0x4167e4[_0x385bd0(0x553)]();});}const Xh=_0x5347ad(0x9f6);function Zh(){const _0x4305c2=_0x5347ad;return{'id':Xh,'type':_0x4ca24d[_0x4305c2(0x1d3)],'icon':_0x4305c2(0x2c0),'title':_0x4305c2(0x55d)};}function Qh(){const _0x11d8d6=_0x5347ad;let _0x4af2f1=_0x11d8d6(0x2be);return{'id':yf['id'],'type':_0x4ca24d[_0x11d8d6(0x33d)],'icon':_0x11d8d6(0x428),'title':_0x4af2f1,'tooltip':_0x4af2f1};}function $h(){const _0xcf186e=_0x5347ad;let _0x43d925=_0xcf186e(0x811);return{'id':bf['id'],'type':_0x4ca24d[_0xcf186e(0x33d)],'icon':'MoveDownIcon','title':_0x43d925,'tooltip':_0x43d925};}function eg(){const _0x39ac43=_0x5347ad;let _0x53a1fa='slides-ui.image-panel.arrange.front';return{'id':xf['id'],'type':_0x4ca24d[_0x39ac43(0x33d)],'icon':'TopmostIcon','title':_0x53a1fa,'tooltip':_0x53a1fa};}function tg(){const _0x486ca7=_0x5347ad;let _0x3c30ad='slides-ui.image-panel.arrange.back';return{'id':Sf['id'],'type':_0x4ca24d[_0x486ca7(0x33d)],'icon':_0x486ca7(0x69e),'title':_0x3c30ad,'tooltip':_0x3c30ad};}function ng(_0x3f8bd3){const _0x12c23c=_0x5347ad;return{'id':df['id'],'type':_0x4ca24d[_0x12c23c(0x33d)],'title':'slides-ui.contextmenu.shapePanel','icon':_0x12c23c(0x991),'hidden$':new _0x54553a(_0x2e473d=>{const _0x372f45=_0x12c23c;let _0x4255c4=Yh(_0x3f8bd3)[_0x372f45(0x7f6)](_0x57086f=>_0x2e473d[_0x372f45(0x920)](!_0x57086f['hasFocus']||_0x57086f['hasChart']));return()=>_0x4255c4[_0x372f45(0x553)]();}),'disabled$':new _0x54553a(_0x37eb3f=>{const _0x19cc27=_0x12c23c;let _0x535a9d=Yh(_0x3f8bd3)[_0x19cc27(0x7f6)](_0x527950=>_0x37eb3f[_0x19cc27(0x920)](!_0x527950[_0x19cc27(0x762)]));return()=>_0x535a9d[_0x19cc27(0x553)]();})};}function rg(){const _0x2d52a8=_0x5347ad;return{'id':ff['id'],'type':_0x4ca24d[_0x2d52a8(0x33d)],'icon':_0x2d52a8(0x274),'title':_0x2d52a8(0x50d)};}function ig(){const _0x200c94=_0x5347ad;return{'id':pf['id'],'type':_0x4ca24d['BUTTON'],'icon':'TransitionsIcon','title':_0x200c94(0x2e5)};}function ag(){const _0x144a73=_0x5347ad;return{'id':mf['id'],'type':_0x4ca24d[_0x144a73(0x33d)],'icon':_0x144a73(0x1ec),'title':_0x144a73(0x63c)};}function og(){const _0x5734d3=_0x5347ad;return{'id':hf['id'],'type':_0x4ca24d[_0x5734d3(0x33d)],'icon':_0x5734d3(0x444),'title':_0x5734d3(0x5be)};}function sg(_0x4a934d){const _0x143e0b=_0x5347ad;let _0x59e354=_0x4a934d['get'](Zl);return{'id':gf['id'],'type':_0x4ca24d[_0x143e0b(0x33d)],'icon':_0x143e0b(0x6f6),'title':_0x143e0b(0x96d),'tooltip':_0x143e0b(0x96d),'activated$':_0x59e354[_0x143e0b(0x7bf)]};}function cg(_0xc0fbe3){const _0x4ca7f8=_0x5347ad;return{'id':_f['id'],'type':_0x4ca24d[_0x4ca7f8(0x33d)],'icon':'TableIcon','title':_0x4ca7f8(0x599),'hidden$':new _0x54553a(_0x55e0f8=>{const _0xa08a22=_0x4ca7f8;let _0x48380d=Yh(_0xc0fbe3)[_0xa08a22(0x7f6)](_0x78745b=>_0x55e0f8[_0xa08a22(0x920)](!_0x78745b[_0xa08a22(0x595)]));return()=>_0x48380d[_0xa08a22(0x553)]();})};}function lg(_0x5e88bd){const _0x28d8ff=_0x5347ad;return{'id':wf['id'],'type':_0x4ca24d[_0x28d8ff(0x33d)],'title':_0x28d8ff(0x874),'icon':_0x28d8ff(0x666),'tooltip':_0x28d8ff(0x874),'disabled$':new _0x54553a(_0x15a131=>{const _0x276c42=_0x28d8ff;let _0x1ff533=Yh(_0x5e88bd)[_0x276c42(0x7f6)](_0x4c40dd=>_0x15a131[_0x276c42(0x920)](!_0x4c40dd[_0x276c42(0x6f0)]));return()=>_0x1ff533['unsubscribe']();})};}function ug(_0x1cf78c){const _0x1e0515=_0x5347ad;return{'id':Tf['id'],'type':_0x4ca24d['BUTTON'],'title':_0x1e0515(0x696),'icon':_0x1e0515(0x68b),'tooltip':_0x1e0515(0x696),'disabled$':new _0x54553a(_0x516b5b=>{const _0x38c375=_0x1e0515;let _0x18afda=Yh(_0x1cf78c)[_0x38c375(0x7f6)](_0x5c7f15=>_0x516b5b[_0x38c375(0x920)](!_0x5c7f15[_0x38c375(0x6f0)]));return()=>_0x18afda[_0x38c375(0x553)]();})};}function dg(_0x2bb953){const _0x4dbd26=_0x5347ad;let _0x575312=_0x4dbd26(0x289);return{'id':Ef['id'],'type':_0x4ca24d[_0x4dbd26(0x33d)],'icon':'GroupIcon','title':_0x575312,'tooltip':_0x575312,'disabled$':new _0x54553a(_0x4c7338=>{const _0x1453be=_0x4dbd26;let _0x1ed1f9=Yh(_0x2bb953)['subscribe'](_0x4f6639=>_0x4c7338[_0x1453be(0x920)](!_0x4f6639[_0x1453be(0x665)]));return()=>_0x1ed1f9[_0x1453be(0x553)]();})};}function fg(_0x4e1b6c){const _0x2e3ac2=_0x5347ad;let _0x45462d=_0x2e3ac2(0x649);return{'id':Df['id'],'type':_0x4ca24d['BUTTON'],'icon':_0x2e3ac2(0x722),'title':_0x45462d,'tooltip':_0x45462d,'disabled$':new _0x54553a(_0x11ca50=>{const _0x5bec66=_0x2e3ac2;let _0x3f15d=Yh(_0x4e1b6c)[_0x5bec66(0x7f6)](_0x3ab4fd=>_0x11ca50['next'](!_0x3ab4fd[_0x5bec66(0x338)]));return()=>_0x3f15d[_0x5bec66(0x553)]();})};}function pg(){const _0x30b0e3=_0x5347ad;return{'id':Of['id'],'type':_0x4ca24d['BUTTON'],'icon':_0x30b0e3(0x589),'title':_0x30b0e3(0x6e9)};}const mg=_0x5347ad(0x9a0),hg=_0x5347ad(0x8a8),gg=_0x5347ad(0x41c),_g=_0x5347ad(0x9e8),vg='slide.menu.insert.shape';function yg(_0x540a57,_0x40366f,_0x57c216,_0x457c21){const _0x2487a6=_0x5347ad;return{'id':_0x540a57,'type':_0x4ca24d[_0x2487a6(0x2ba)],'icon':_0x40366f,'tooltip':_0x57c216,'slot':!0x0,'selections':[{'label':{'name':_0x457c21,'hoverable':!0x1,'selectable':!0x1}}]};}function bg(){const _0x820998=_0x5347ad;return yg(mg,_0x820998(0x93e),'slides-ui.insertToolbar.search',Uf);}const xg=[{'label':_0x5347ad(0x555),'icon':_0x5347ad(0x450),'value':'horizontal'},{'label':'slides-ui.insertToolbar.textVertical','icon':_0x5347ad(0x276),'value':_0x5347ad(0x323)}];function Sg(){const _0xf20719=_0x5347ad;return{'id':hg,'type':_0x4ca24d[_0xf20719(0x2ba)],'icon':_0xf20719(0x6ad),'tooltip':'slides-ui.insertToolbar.text','selectionsCommandId':tp['id'],'selections':xg};}function Cg(){const _0x3590a7=_0x5347ad;return{'id':gg,'commandId':np['id'],'type':_0x4ca24d[_0x3590a7(0x33d)],'icon':_0x3590a7(0x60e),'tooltip':_0x3590a7(0x56a)};}function wg(){const _0x996134=_0x5347ad;return yg(_g,'TableIcon',_0x996134(0x21c),Wf);}function Tg(){const _0x51737f=_0x5347ad;return yg(vg,_0x51737f(0x1af),'slides-ui.insertToolbar.shape',Gf);}function Eg(){return{'id':rp['id'],'commandId':rp['id'],'type':_0x4ca24d['BUTTON'],'icon':'ChartIcon','tooltip':'slides-ui.insertToolbar.chart'};}function Dg(_0x54e586){const _0x579aa4=_0x5347ad;let _0x3827d5=_0x54e586[_0x579aa4(0x439)](_0x47c48b),_0x47eca3=_0x54e586[_0x579aa4(0x439)](kf);return new _0x54553a(_0x205a92=>{const _0x4f0828=_0x579aa4;let _0x13ee57=()=>{const _0x5779aa=_0x262c;let _0x323fde=bp(_0x3827d5,_0x47eca3),_0xc5c1c7=xp(_0x323fde[_0x5779aa(0x9dd)]?_0x323fde:yp(_0x3827d5));_0x205a92[_0x5779aa(0x920)](!_0xc5c1c7);},_0x42d2cf=[_0x47eca3[_0x4f0828(0x69b)][_0x4f0828(0x7f6)](_0x13ee57),_0x3827d5[_0x4f0828(0x647)]['subscribe'](_0x13ee57),_0x3827d5[_0x4f0828(0x634)]['subscribe'](_0x13ee57),_0x3827d5['remove$'][_0x4f0828(0x7f6)](_0x13ee57)];return _0x13ee57(),()=>_0x42d2cf[_0x4f0828(0x4fa)](_0x4778cc=>_0x4778cc['unsubscribe']());});}function Og(_0x473aa3){const _0x3d2b76=_0x5347ad;let _0x54a56d=_0x473aa3[_0x3d2b76(0x439)](_0x47c48b),_0x2e37dd=_0x473aa3[_0x3d2b76(0x439)](kf),_0x432c77=new _0x54553a(_0x3116e1=>{const _0xd1ea9e=_0x3d2b76;let _0x50a742=()=>{const _0x1ab915=_0x262c;var _0x3850bd;let _0x33e18a=bp(_0x54a56d,_0x2e37dd),_0x326398=xp(_0x33e18a[_0x1ab915(0x9dd)]?_0x33e18a:yp(_0x54a56d));_0x3116e1[_0x1ab915(0x920)]((_0x3850bd=Ep(_0x326398))==null?'':_0x3850bd);},_0x349e64=[_0x2e37dd[_0xd1ea9e(0x69b)][_0xd1ea9e(0x7f6)](_0x50a742),_0x54a56d[_0xd1ea9e(0x647)][_0xd1ea9e(0x7f6)](_0x50a742),_0x54a56d[_0xd1ea9e(0x634)][_0xd1ea9e(0x7f6)](_0x50a742),_0x54a56d[_0xd1ea9e(0x5c8)][_0xd1ea9e(0x7f6)](_0x50a742)];return _0x50a742(),()=>_0x349e64['forEach'](_0x39843b=>_0x39843b['unsubscribe']());});return{'id':Lp['id'],'type':_0x4ca24d[_0x3d2b76(0x2ba)],'title':_0x3d2b76(0x93d),'tooltip':_0x3d2b76(0x93d),'selections':[{'label':{'name':Rm,'hoverable':!0x1,'selectable':!0x1}}],'value$':_0x432c77,'hidden$':Dg(_0x473aa3)};}function kg(_0x6c24a0){const _0xe674b3=_0x5347ad;let _0x14655b=_0x6c24a0[_0xe674b3(0x439)](_0x1c430b);return{'id':dm['id'],'type':_0x4ca24d['SELECTOR'],'icon':_0xe674b3(0x3d7),'title':_0xe674b3(0x217),'tooltip':_0xe674b3(0x2e8),'selections':[{'label':{'name':fh,'hoverable':!0x1,'selectable':!0x1}}],'value$':new _0x54553a(_0x41d6fe=>{const _0x40e2d9=_0xe674b3;let _0x2632e9=_0x14655b[_0x40e2d9(0x9ed)](_0x2a9855[_0x40e2d9(0x57f)]);if(!_0x2632e9){_0x41d6fe['next']('');return;}let _0x3f267f=_0x2632e9['theme'][_0x40e2d9(0x25a)]['subscribe'](_0x36a33c=>{const _0x1306f9=_0x40e2d9;var _0x1c9bee;_0x41d6fe[_0x1306f9(0x920)]((_0x1c9bee=_0x36a33c['id'])==null?_0x1306f9(0xa1f):_0x1c9bee);});return()=>_0x3f267f[_0x40e2d9(0x553)]();}),'hidden$':_0x59666a(_0x6c24a0,_0x2a9855[_0xe674b3(0x57f)])};}const Ag={[_0x3222d7[_0x5347ad(0x364)]]:{[_0x566534['FORMAT']]:{[dm['id']]:{'order':0x0,'menuItemFactory':kg},[mg]:{'order':0xa,'menuItemFactory':bg},[hg]:{'order':0xb,'menuItemFactory':Sg},[gg]:{'order':0xc,'menuItemFactory':Cg},[_g]:{'order':0xd,'menuItemFactory':wg},[vg]:{'order':0xe,'menuItemFactory':Tg},[rp['id']]:{'order':0xf,'menuItemFactory':Eg},[gf['id']]:{'order':0x10,'menuItemFactory':sg}}}},jg={'slide.contextMenu.page':{[_0x30ed2a[_0x5347ad(0x2b7)]]:{[Of['id']]:{'order':0x1,'menuItemFactory':pg},[ff['id']]:{'order':0x2,'menuItemFactory':rg},[hf['id']]:{'order':0x3,'menuItemFactory':og},[pf['id']]:{'order':0x4,'menuItemFactory':ig},[mf['id']]:{'order':0x5,'menuItemFactory':ag},[gf['id']]:{'order':0x6,'menuItemFactory':sg}}},'slide.contextMenu.drawing':{[_0x30ed2a[_0x5347ad(0x2b7)]]:{[df['id']]:{'order':0x1,'menuItemFactory':ng},[mf['id']]:{'order':0x2,'menuItemFactory':ag},[wf['id']]:{'order':0x3,'menuItemFactory':lg},[Tf['id']]:{'order':0x4,'menuItemFactory':ug},[_f['id']]:{'order':0x5,'menuItemFactory':cg},[Ef['id']]:{'order':0x6,'menuItemFactory':dg},[Df['id']]:{'order':0x7,'menuItemFactory':fg},[Xh]:{'order':0x8,'menuItemFactory':Zh,[xf['id']]:{'order':0x0,'menuItemFactory':eg},[yf['id']]:{'order':0x1,'menuItemFactory':Qh},[Sf['id']]:{'order':0x2,'menuItemFactory':tg},[bf['id']]:{'order':0x3,'menuItemFactory':$h}},[gf['id']]:{'order':0x9,'menuItemFactory':sg}}}},Mg={[_0x500fbe[_0x5347ad(0x803)]]:{[Uh]:{'order':0x64,'contextual':!0x0,'slides-ui.ribbon.shapeFormat.quickStyles':{'order':0x0,[Lp['id']]:{'order':0x0,'menuItemFactory':Og}},'slides-ui.ribbon.shapeFormat.format':{'order':0x1,[qp['id']]:{'order':0x0,'menuItemFactory':qh},[df['id']]:{'order':0x1,'menuItemFactory':ng},[wf['id']]:{'order':0x2,'menuItemFactory':lg},[Tf['id']]:{'order':0x3,'menuItemFactory':ug}},'slides-ui.ribbon.shapeFormat.arrange':{'order':0x2,[yf['id']]:{'order':0x0,'menuItemFactory':Qh},[bf['id']]:{'order':0x1,'menuItemFactory':$h},[xf['id']]:{'order':0x2,'menuItemFactory':eg},[Sf['id']]:{'order':0x3,'menuItemFactory':tg},[Ef['id']]:{'order':0x4,'menuItemFactory':dg},[Df['id']]:{'order':0x5,'menuItemFactory':fg}}}}};let Ng=class extends _0x278e37{constructor(_0x3140b5){const _0x452905=_0x5347ad;super(),this[_0x452905(0x7eb)]=_0x3140b5,this[_0x452905(0x229)]();}[_0x5347ad(0x229)](){const _0x3d4a90=_0x5347ad;this[_0x3d4a90(0x7eb)][_0x3d4a90(0x8a6)](jg);}};Ng=$([Q(0x0,_0x1a42c5)],Ng);let Pg=class extends _0x55f58f{constructor(_0x1840f7,_0x21f1a0,_0x1322a5,_0x2ac4b1,_0x1365bf){const _0x4ed4db=_0x5347ad;super(),this['_renderContext']=_0x1840f7,this[_0x4ed4db(0x9ca)]=_0x21f1a0,this['_contextMenuService']=_0x1322a5,this[_0x4ed4db(0x7eb)]=_0x2ac4b1,this[_0x4ed4db(0x16c)]=_0x1365bf,this['_init']();}[_0x5347ad(0xa2e)](_0x1f4863){const _0x3272b2=_0x5347ad;var _0x28097c;return((_0x28097c=this['_menuManagerService'][_0x3272b2(0x64d)](_0x1f4863))==null?[]:_0x28097c)[_0x3272b2(0x9dd)]>0x0;}[_0x5347ad(0x7f9)](_0x3de360,_0x32d66f){const _0x5be8a2=_0x5347ad;if(!this[_0x5be8a2(0x16c)][_0x5be8a2(0x1ea)]()){if(this[_0x5be8a2(0x9ca)][_0x5be8a2(0x73f)](_0x32d66f[_0x5be8a2(0x88f)],_0x32d66f['offsetY'])){if(!this['_hasMenuSchema'](_0x5be8a2(0x609)))return;this['_contextMenuService'][_0x5be8a2(0x277)](_0x32d66f,_0x5be8a2(0x609));return;}this[_0x5be8a2(0xa2e)](_0x5be8a2(0x8ff))&&this['_contextMenuService'][_0x5be8a2(0x277)](_0x32d66f,_0x5be8a2(0x8ff));}}['_init'](){const _0x40931f=_0x5347ad;let {scene:_0x34e368}=this[_0x40931f(0xa25)];this[_0x40931f(0x70e)](this['_hitTestService'][_0x40931f(0x8a5)][_0x40931f(0xa14)](_0x4c6570(this[_0x40931f(0x457)]))[_0x40931f(0x7f6)](_0x29f1e6=>{const _0x21cb88=_0x40931f;var _0x2ede2c;if(((_0x2ede2c=_0x29f1e6[_0x21cb88(0x997)][_0x21cb88(0x47a)])==null?0x0:_0x2ede2c)!==0x2)return;let _0x231efa=_0x29f1e6['nativeEvent'];_0x231efa[_0x21cb88(0x88f)]===void 0x0&&(_0x231efa['offsetX']=_0x29f1e6[_0x21cb88(0x88f)]),_0x231efa[_0x21cb88(0x47d)]===void 0x0&&(_0x231efa[_0x21cb88(0x47d)]=_0x29f1e6[_0x21cb88(0x47d)]),this[_0x21cb88(0x7f9)]('drawing',_0x231efa);})),this[_0x40931f(0x70e)](_0x34e368[_0x40931f(0x8a5)][_0x40931f(0x911)](_0x3cdeb2=>{const _0xae8b9=_0x40931f;_0x3cdeb2['button']===0x2&&(this[_0xae8b9(0x9ca)][_0xae8b9(0x73f)](_0x3cdeb2[_0xae8b9(0x88f)],_0x3cdeb2[_0xae8b9(0x47d)])||this[_0xae8b9(0x7f9)]('scene',_0x3cdeb2));}));}};Pg=$([Q(0x1,_0x3bd740(Mh)),Q(0x2,_0x4bef63),Q(0x3,_0x1a42c5),Q(0x4,_0x3bd740(fc))],Pg);let Fg=class extends _0x278e37{constructor(_0x513e82,_0x32184d,_0x1806cf){const _0x1cd399=_0x5347ad;super(),this[_0x1cd399(0x7eb)]=_0x513e82,this['_ribbonService']=_0x32184d,this[_0x1cd399(0x8d9)]=_0x1806cf,Z(this,_0x1cd399(0xa0f),!0x1),this['_initMenu'](),this[_0x1cd399(0x846)]();}[_0x5347ad(0x261)](){const _0x53abbc=_0x5347ad;this[_0x53abbc(0x5db)][_0x53abbc(0x8ec)](Uh),super[_0x53abbc(0x261)]();}['_initMenu'](){const _0x3b545c=_0x5347ad;this[_0x3b545c(0x7eb)]['mergeMenu'](Mg);}[_0x5347ad(0x846)](){const _0x53fb2f=_0x5347ad;this['disposeWithMe'](_0x471aca(this[_0x53fb2f(0x8d9)][_0x53fb2f(0x8be)][_0x53fb2f(0x7f6)](_0x1baa61=>{const _0x4e286d=_0x53fb2f;if(_0x1baa61[_0x4e286d(0x9dd)]>0x0){this[_0x4e286d(0xa0f)]||(this[_0x4e286d(0xa0f)]=!0x0,this[_0x4e286d(0x5db)][_0x4e286d(0x5d7)](Uh,{'activate':!0x0}));return;}this[_0x4e286d(0xa0f)]&&(this[_0x4e286d(0xa0f)]=!0x1,this['_ribbonService']['hideContextualTab'](Uh),this['_ribbonService'][_0x4e286d(0x781)]([]));})));}};Fg=$([Q(0x0,_0x1a42c5),Q(0x1,_0x34c70e),Q(0x2,_0x3bd740(kf))],Fg);let Ig=class extends _0x55f58f{constructor(_0x5f10b3,_0x48078d,_0x418b6b,_0x354bde,_0x4ea9c8,_0x4d3775){const _0x4faa68=_0x5347ad;super(),this['_renderContext']=_0x5f10b3,this[_0x4faa68(0x5f8)]=_0x48078d,this['_instanceSrv']=_0x418b6b,this['_slideDrawingService']=_0x354bde,this[_0x4faa68(0x164)]=_0x4ea9c8,this[_0x4faa68(0x16c)]=_0x4d3775,Z(this,_0x4faa68(0x698),0x0),Z(this,_0x4faa68(0x86e),0x20),this[_0x4faa68(0x229)]();}['_init'](){const _0x2e91b6=_0x5347ad;let {scene:_0x9416ea,unitId:_0x460809}=this[_0x2e91b6(0xa25)],_0x214719=this[_0x2e91b6(0x270)][_0x2e91b6(0x46d)](_0x460809,_0x2a9855[_0x2e91b6(0x57f)]);if(_0x214719){if(!_0x9416ea[_0x2e91b6(0x4b2)]()){Promise['resolve']()['then'](()=>this[_0x2e91b6(0x627)](_0x214719));return;}this[_0x2e91b6(0x627)](_0x214719);}}[_0x5347ad(0x627)](_0x73d59){const _0x5eefb5=_0x5347ad;let {scene:_0x20b2da,unitId:_0x37df77}=this[_0x5eefb5(0xa25)],_0xbace71=_0x20b2da['getTransformer']();_0xbace71&&(this[_0x5eefb5(0x70e)](_0x471aca(_0xbace71[_0x5eefb5(0x5c9)][_0x5eefb5(0xa14)](_0x4c6570(this[_0x5eefb5(0x457)]))[_0x5eefb5(0x7f6)](({objects:_0x3dcfb0})=>{const _0x34788c=_0x5eefb5;if(this[_0x34788c(0x16c)][_0x34788c(0x1ea)]())return;let _0x395e61=Date[_0x34788c(0x7f4)]();_0x395e61-this['_lastRealtimeSyncAt']<this[_0x34788c(0x86e)]||(this[_0x34788c(0x698)]=_0x395e61,this[_0x34788c(0x318)](_0x37df77,_0x73d59,_0x3dcfb0,!0x0));}))),this[_0x5eefb5(0x70e)](_0x471aca(_0xbace71[_0x5eefb5(0x254)][_0x5eefb5(0xa14)](_0x4c6570(this[_0x5eefb5(0x457)]))[_0x5eefb5(0x7f6)](({objects:_0x276e32})=>{const _0x5cda91=_0x5eefb5;this[_0x5cda91(0x16c)][_0x5cda91(0x1ea)]()||this['_syncTransformToData'](_0x37df77,_0x73d59,_0x276e32,!0x1);}))));}['_syncTransformToData'](_0x1a2d74,_0x4c3ef4,_0x2b0251,_0x295b51){const _0x8d10c3=_0x5347ad;let {scene:_0x59cd2e}=this[_0x8d10c3(0xa25)],_0xed790e=this[_0x8d10c3(0x9f1)](_0x59cd2e,_0x4c3ef4),_0x46020a=_0x4c3ef4[_0x8d10c3(0x27d)]['getActiveSlide']();if(!_0x46020a)return;let _0x6b8f18=_0x46020a['getId'](),_0x1781fe=''+Oh+_0x1a2d74+'-'+_0x6b8f18+'-',_0x1fdaa2=this[_0x8d10c3(0x5bb)][_0x8d10c3(0x9e1)](_0x1a2d74,_0x6b8f18),_0x5cc4f9=this['_buildTransformPatches'](_0x1a2d74,_0x2b0251,_0x1781fe,_0x1fdaa2,_0xed790e);this['_applyTransformPatches'](_0x5cc4f9,_0x295b51,_0xed790e);}[_0x5347ad(0x30b)](_0x33bbf5,_0x6cf658,_0x44cbeb,_0x17bc70,_0x52e0c0){const _0x2e0b2e=_0x5347ad;let _0x3943a0=this['_collectTransformedGroupDescendants'](_0x6cf658,_0x44cbeb,_0x17bc70),_0x33a9f0=[];return _0x6cf658[_0x2e0b2e(0x4fa)]((_0x200c76,_0xdd0192)=>{const _0x4c4e9b=_0x2e0b2e;if(!_0xdd0192[_0x4c4e9b(0x9bc)](_0x44cbeb))return;let _0x114c64=_0xdd0192['slice'](_0x44cbeb[_0x4c4e9b(0x9dd)]),_0x145031=_0x17bc70[_0x114c64];_0x145031&&(_0x3943a0[_0x4c4e9b(0x8d7)](_0x114c64)||this[_0x4c4e9b(0x7a4)](_0x145031,_0x200c76,_0x52e0c0)||_0x33a9f0[_0x4c4e9b(0x872)](this[_0x4c4e9b(0x1e0)](_0x33bbf5,_0x114c64,_0x145031,_0x200c76,_0x52e0c0)));}),_0x33a9f0;}[_0x5347ad(0x1e0)](_0x31ea3a,_0x4f596d,_0x2c64bd,_0x3453a8,_0x5b508c){const _0xc88911=_0x5347ad;var _0x5876cc,_0x205495;let {subUnitId:_0x11e3ff}=_0x2c64bd,_0x11dd3c=_0x2c64bd[_0xc88911(0x5fb)],_0x432e19=_0x3453a8[_0xc88911(0x5e2)]-_0x5b508c['left'],_0x54d842=_0x3453a8[_0xc88911(0x717)]-_0x5b508c[_0xc88911(0x717)];return{'unitId':_0x31ea3a,'subUnitId':_0x11e3ff,'drawingId':_0x4f596d,'element':{..._0x11dd3c,'transform':{..._0x11dd3c[_0xc88911(0x2d1)],'left':_0x432e19,'top':_0x54d842,'width':_0x3453a8[_0xc88911(0x8d2)],'height':_0x3453a8[_0xc88911(0x95b)],'rotation':(_0x5876cc=_0x3453a8[_0xc88911(0x3d1)])==null?0x0:_0x5876cc,'flipX':_0x3453a8[_0xc88911(0x301)],'flipY':_0x3453a8[_0xc88911(0xa0e)]}},'transform':{'left':_0x432e19,'top':_0x54d842,'width':_0x3453a8[_0xc88911(0x8d2)],'height':_0x3453a8['height'],'angle':(_0x205495=_0x3453a8[_0xc88911(0x3d1)])==null?0x0:_0x205495,'flipX':_0x3453a8[_0xc88911(0x301)],'flipY':_0x3453a8[_0xc88911(0xa0e)]}};}['_collectTransformedGroupDescendants'](_0x19781b,_0x42883b,_0x4e878d){const _0x52020d=_0x5347ad;let _0x596850=new Set();return _0x19781b[_0x52020d(0x4fa)]((_0x1630c6,_0x145372)=>{const _0x16ef82=_0x52020d;if(!_0x145372['startsWith'](_0x42883b))return;let _0x2d42e1=_0x145372[_0x16ef82(0x5b1)](_0x42883b[_0x16ef82(0x9dd)]),_0x2e4b49=_0x4e878d[_0x2d42e1];!_0x2e4b49||_0x2e4b49[_0x16ef82(0x5fb)]['type']!==_0x16ef82(0x183)||this[_0x16ef82(0x954)](_0x2d42e1,_0x4e878d,_0x596850);}),_0x596850;}[_0x5347ad(0x954)](_0x32f529,_0x42a7cb,_0x541966){const _0x7b7741=_0x5347ad;var _0xe59bcc;let _0x3ee9ab=_0x42a7cb[_0x32f529];!_0x3ee9ab||_0x3ee9ab[_0x7b7741(0x5fb)][_0x7b7741(0x72f)]!==_0x7b7741(0x183)||((_0xe59bcc=_0x3ee9ab[_0x7b7741(0x5fb)][_0x7b7741(0x6db)])==null?[]:_0xe59bcc)[_0x7b7741(0x4fa)](_0x52bf1d=>{const _0x1ff49c=_0x7b7741;if(_0x541966[_0x1ff49c(0x8d7)](_0x52bf1d))return;_0x541966[_0x1ff49c(0x241)](_0x52bf1d);let _0x4a4e92=_0x42a7cb[_0x52bf1d];(_0x4a4e92==null?void 0x0:_0x4a4e92['element'][_0x1ff49c(0x72f)])===_0x1ff49c(0x183)&&this[_0x1ff49c(0x954)](_0x52bf1d,_0x42a7cb,_0x541966);});}[_0x5347ad(0x34b)](_0x1f2d7d,_0xe5a5c2,_0x89a4c5={'left':0x0,'top':0x0}){const _0x5668a5=_0x5347ad;let _0x19f6af=_0xe5a5c2?_0x1f2d7d[_0x5668a5(0x9bf)](_0x22aa79=>!this[_0x5668a5(0x702)](_0x22aa79[_0x5668a5(0x5fb)])):_0x1f2d7d;if(_0x19f6af[_0x5668a5(0x9dd)]>0x0&&_0xe5a5c2){this[_0x5668a5(0x655)](_0x19f6af,_0x89a4c5);return;}_0x19f6af['length']>0x0&&this[_0x5668a5(0x164)][_0x5668a5(0x4dd)](_0x2ffecc['id'],{'patches':_0x19f6af});}['_applyRealtimePreviewPatches'](_0x56a23d,_0x265cbf){const _0xee9f1d=_0x5347ad;let {scene:_0x214a45}=this['_renderContext'],_0x864f85=!0x1;_0x56a23d[_0xee9f1d(0x4fa)](_0x2d4ea3=>{const _0x207f9a=_0xee9f1d;var _0xcf5ace,_0xdc7604;let _0x43038f=_0x2d4ea3['transform'];if(!_0x43038f)return;let _0x5c5411=''+Oh+_0x2d4ea3[_0x207f9a(0x51b)]+'-'+_0x2d4ea3[_0x207f9a(0x657)]+'-'+_0x2d4ea3[_0x207f9a(0x51f)],_0x3fd47a=_0x214a45[_0x207f9a(0x612)](_0x5c5411);_0x3fd47a&&(_0x3fd47a[_0x207f9a(0x8e3)]({'left':_0x265cbf[_0x207f9a(0x5e2)]+((_0xcf5ace=_0x43038f[_0x207f9a(0x5e2)])==null?0x0:_0xcf5ace),'top':_0x265cbf[_0x207f9a(0x717)]+((_0xdc7604=_0x43038f[_0x207f9a(0x717)])==null?0x0:_0xdc7604),..._0x43038f['width']===void 0x0?{}:{'width':_0x43038f[_0x207f9a(0x8d2)]},..._0x43038f['height']===void 0x0?{}:{'height':_0x43038f[_0x207f9a(0x95b)]},..._0x43038f[_0x207f9a(0x3d1)]===void 0x0?{}:{'angle':_0x43038f[_0x207f9a(0x3d1)]},..._0x43038f[_0x207f9a(0x301)]===void 0x0?{}:{'flipX':_0x43038f[_0x207f9a(0x301)]},..._0x43038f[_0x207f9a(0xa0e)]===void 0x0?{}:{'flipY':_0x43038f[_0x207f9a(0xa0e)]}}),_0x864f85=!0x0);}),_0x864f85&&_0x214a45[_0xee9f1d(0x752)](!0x0);}[_0x5347ad(0x702)](_0x1833bc){const _0x724493=_0x5347ad;var _0x5b2ab4;if(_0x1833bc[_0x724493(0x72f)]===_0x42916e[_0x724493(0x5b9)])return!0x0;if(_0x1833bc['type']!==_0x42916e[_0x724493(0x514)])return!0x1;let _0x5a213a=(_0x5b2ab4=_0x1833bc['shapeData'])==null?void 0x0:_0x5b2ab4[_0x724493(0x3da)];return!!_0x5a213a&&_0x556e5e(_0x5a213a);}[_0x5347ad(0x7a4)](_0x36b594,_0x951d0c,_0x24f98a){const _0x1933f9=_0x5347ad;if(!this[_0x1933f9(0x702)](_0x36b594['element']))return!0x1;let _0xab5edf=_0x36b594[_0x1933f9(0x5fb)][_0x1933f9(0x2d1)],_0x371459=this[_0x1933f9(0x61a)](_0x951d0c,_0x24f98a);return this[_0x1933f9(0x3f5)](_0xab5edf,_0x951d0c)?this[_0x1933f9(0x9c2)](_0xab5edf,_0x371459):!0x1;}[_0x5347ad(0x61a)](_0x3073bd,_0x119add){const _0x2b9b8d=_0x5347ad;return{'left':_0x3073bd[_0x2b9b8d(0x5e2)]-_0x119add['left'],'top':_0x3073bd[_0x2b9b8d(0x717)]-_0x119add[_0x2b9b8d(0x717)]};}['_isPositionOnlyObjectTransformChange'](_0x551aa1,_0x5796af){const _0x39b5f8=_0x5347ad;var _0x372cdd,_0x29945c,_0x182af3,_0x935ee1,_0x3e76bf,_0x28e8b6,_0x4f46a4,_0x340273,_0x176da9,_0x44f1b6;return((_0x372cdd=_0x551aa1['width'])==null?0x0:_0x372cdd)===((_0x29945c=_0x5796af['width'])==null?0x0:_0x29945c)&&((_0x182af3=_0x551aa1[_0x39b5f8(0x95b)])==null?0x0:_0x182af3)===((_0x935ee1=_0x5796af['height'])==null?0x0:_0x935ee1)&&((_0x3e76bf=_0x551aa1[_0x39b5f8(0x7e8)])==null?0x0:_0x3e76bf)===((_0x28e8b6=_0x5796af[_0x39b5f8(0x3d1)])==null?0x0:_0x28e8b6)&&((_0x4f46a4=_0x551aa1[_0x39b5f8(0x301)])==null?!0x1:_0x4f46a4)===((_0x340273=_0x5796af['flipX'])==null?!0x1:_0x340273)&&((_0x176da9=_0x551aa1[_0x39b5f8(0xa0e)])==null?!0x1:_0x176da9)===((_0x44f1b6=_0x5796af[_0x39b5f8(0xa0e)])==null?!0x1:_0x44f1b6);}[_0x5347ad(0x9c2)](_0x2e907e,_0xcc78a7){const _0x22b1f6=_0x5347ad;var _0x2c2c15,_0x50e8cb;let _0x31e789=_0xcc78a7[_0x22b1f6(0x5e2)]-((_0x2c2c15=_0x2e907e[_0x22b1f6(0x5e2)])==null?0x0:_0x2c2c15),_0x3b2acf=_0xcc78a7[_0x22b1f6(0x717)]-((_0x50e8cb=_0x2e907e[_0x22b1f6(0x717)])==null?0x0:_0x50e8cb);return Math[_0x22b1f6(0x15c)](_0x31e789*_0x31e789+_0x3b2acf*_0x3b2acf)<0x5;}[_0x5347ad(0x9f1)](_0x2a0aff,_0x5c7139){const _0x4a0352=_0x5347ad;var _0x224562;let _0x1223be=(_0x224562=_0x2a0aff[_0x4a0352(0x612)])==null?void 0x0:_0x224562[_0x4a0352(0x549)](_0x2a0aff,il);if(typeof(_0x1223be==null?void 0x0:_0x1223be['left'])=='number'&&typeof _0x1223be[_0x4a0352(0x717)]==_0x4a0352(0x6ce))return{'left':_0x1223be[_0x4a0352(0x5e2)],'top':_0x1223be[_0x4a0352(0x717)]};let {width:_0x176059,height:_0x2f9f81}=_0x5c7139[_0x4a0352(0x996)]()[_0x4a0352(0x75e)],{width:_0x1a005b,height:_0x5f1c46}=_0x2a0aff;return{'left':Math[_0x4a0352(0x496)](0x0,(_0x1a005b-_0x176059)/0x2),'top':Math['max'](0x0,(_0x5f1c46-_0x2f9f81)/0x2)};}};Ig=$([Q(0x1,_0x3bd740(_0x3a4166)),Q(0x2,_0x1c430b),Q(0x3,_0x47c48b),Q(0x4,_0x46972e),Q(0x5,_0x3bd740(fc))],Ig);let Lg=class extends _0x55f58f{constructor(_0xc64a47,_0x4df03a,_0x251272,_0x1cafd4,_0x2f2a51){const _0x43980b=_0x5347ad;super(),this[_0x43980b(0xa25)]=_0xc64a47,this['_commandService']=_0x4df03a,this[_0x43980b(0x68c)]=_0x251272,this['_slideDrawingService']=_0x1cafd4,this[_0x43980b(0x8d9)]=_0x2f2a51,Z(this,_0x43980b(0x1d0),null),Z(this,_0x43980b(0x7da),null),this['_init']();}[_0x5347ad(0x229)](){const _0x4fb16b=_0x5347ad;let _0x591f22=this['_instanceService']['getUnit'](this[_0x4fb16b(0xa25)][_0x4fb16b(0x51b)],_0x2a9855[_0x4fb16b(0x57f)]);_0x591f22&&(this[_0x4fb16b(0x200)](),this['_initCloseCrop'](_0x591f22),this[_0x4fb16b(0x2a0)](),this[_0x4fb16b(0x92a)](),this[_0x4fb16b(0x9fe)](_0x591f22));}['_initOpenCrop'](){const _0x38a7fd=_0x5347ad;this[_0x38a7fd(0x70e)](this[_0x38a7fd(0x164)][_0x38a7fd(0x314)](_0x28f53d=>{const _0x472483=_0x38a7fd;if(_0x28f53d['id']!==Ji['id'])return;let _0x5a6978=_0x28f53d['params'];!_0x5a6978||_0x5a6978[_0x472483(0x51b)]!==this[_0x472483(0xa25)]['unitId']||this[_0x472483(0x709)](_0x5a6978);}));}[_0x5347ad(0x7b1)](_0x2c35f0){const _0x23e891=_0x5347ad;this[_0x23e891(0x70e)](this['_commandService']['onCommandExecuted'](_0x972454=>{_0x972454['id']===Yi['id']&&this['_closeCrop'](_0x2c35f0);}));}[_0x5347ad(0x2a0)](){const _0x58114c=_0x5347ad;let _0x43011f=this['_renderContext']['scene'][_0x58114c(0x67f)]();this[_0x58114c(0x70e)](_0x471aca(_0x43011f['changeStart$'][_0x58114c(0xa14)](_0x4c6570(this[_0x58114c(0x457)]))[_0x58114c(0x7f6)](({objects:_0x3d6cc5})=>{const _0x5459b8=_0x58114c;let _0x1da45d=_0x3d6cc5['values']()[_0x5459b8(0x920)]()[_0x5459b8(0x5af)];if(!(_0x1da45d instanceof _0x5957d3))return;let {left:_0x15b3ea,top:_0x5556fd,height:_0x560ff3,width:_0x21bd2e,angle:_0x2fbdaf}=_0x1da45d;this[_0x5459b8(0x7da)]={'left':_0x15b3ea,'top':_0x5556fd,'height':_0x560ff3,'width':_0x21bd2e,'angle':_0x2fbdaf},_0x43011f[_0x5459b8(0x45e)]();}))),this[_0x58114c(0x70e)](_0x471aca(_0x43011f[_0x58114c(0x254)][_0x58114c(0xa14)](_0x4c6570(this[_0x58114c(0x457)]))[_0x58114c(0x7f6)](({objects:_0x55a8dd})=>{const _0x4af417=_0x58114c;let _0x131280=_0x55a8dd[_0x4af417(0x244)]()[_0x4af417(0x920)]()[_0x4af417(0x5af)];if(!(_0x131280 instanceof _0x5957d3))return;let {left:_0x3501a7,top:_0x3cebb2,height:_0x2b6d87,width:_0xaa9f27,angle:_0xe4495b}=_0x131280;if(!_0x12865d({'left':_0x3501a7,'top':_0x3cebb2,'height':_0x2b6d87,'width':_0xaa9f27,'angle':_0xe4495b},this[_0x4af417(0x7da)]))return;let _0x717d76=this[_0x4af417(0x235)](_0x131280);if(!_0x717d76)return;let _0x29cd3e=this[_0x4af417(0x91e)](_0x717d76,_0x131280);_0x131280[_0x4af417(0x265)](_0x29cd3e[_0x4af417(0x9cd)],_0x717d76[_0x4af417(0x3cf)]()),_0x43011f[_0x4af417(0x4b6)](_0x131280);})));}['_initSelectionClose'](){const _0x14492e=_0x5347ad;this[_0x14492e(0x70e)](_0x471aca(this['_slideDrawingStateService'][_0x14492e(0x69b)]['pipe'](_0x4c6570(this['dispose$']))[_0x14492e(0x7f6)](_0x4b5c20=>{const _0x20de18=_0x14492e;var _0x29951;let _0x1dbc07=this[_0x20de18(0x1d0)];_0x1dbc07&&(((_0x29951=_0x4b5c20[_0x20de18(0x522)])==null?void 0x0:_0x29951[_0x20de18(0x51b)])===_0x1dbc07[_0x20de18(0x51b)]&&_0x4b5c20[_0x20de18(0x522)][_0x20de18(0x657)]===_0x1dbc07['subUnitId']&&_0x4b5c20['selectedIds'][_0x20de18(0x9dd)]===0x1&&_0x4b5c20[_0x20de18(0x9be)][0x0]===_0x1dbc07[_0x20de18(0x51f)]||this[_0x20de18(0x164)]['syncExecuteCommand'](Yi['id']));})));}['_initActiveSlideClose'](_0x543e0b){const _0x2324ca=_0x5347ad;this['disposeWithMe'](_0x471aca(_0x543e0b['pageManager'][_0x2324ca(0x295)]['pipe'](_0x4c6570(this[_0x2324ca(0x457)]))[_0x2324ca(0x7f6)](_0x59dc36=>{const _0x29b675=_0x2324ca;this[_0x29b675(0x1d0)]&&this['_activeCropTarget'][_0x29b675(0x657)]!==_0x59dc36&&this[_0x29b675(0x164)][_0x29b675(0x7ed)](Yi['id']);})));}[_0x5347ad(0x709)](_0x44170e){const _0xc11094=_0x5347ad;let {scene:_0x3db1e4,unitId:_0x42663b}=this[_0xc11094(0xa25)],_0x36ebf2=this[_0xc11094(0x5bb)][_0xc11094(0x429)](_0x44170e);if(!_0x36ebf2||_0x36ebf2['element'][_0xc11094(0x72f)]!==_0x42916e[_0xc11094(0x2d7)])return;let _0x437009=this[_0xc11094(0x728)](_0x44170e);if(!_0x437009)return;this['_searchCropObject'](_0x3db1e4)&&this[_0xc11094(0x164)][_0xc11094(0x7ed)](Yi['id']);let _0x3f0576=_0x3db1e4[_0xc11094(0x67f)]();_0x3f0576[_0xc11094(0xa1a)]();let _0x11e307=new _0x5957d3(_0x437009[_0xc11094(0xa26)]+_0xc11094(0x71e),{'srcRect':_0x437009[_0xc11094(0x9cd)],'prstGeom':_0x437009['prstGeom'],'applyTransform':_0x437009[_0xc11094(0xa27)]()});_0x3db1e4['addObject'](_0x11e307,_0x437009[_0xc11094(0x1a9)]()+0x1)['attachTransformerTo'](_0x11e307),_0x3f0576[_0xc11094(0x4b6)](_0x11e307),this['_addHoverForImageCropper'](_0x11e307),_0x437009['openRenderByCropper'](),_0x3f0576[_0xc11094(0x54e)](),_0x11e307['makeDirty'](!0x0),this[_0xc11094(0x1d0)]=_0x44170e,this['_slideDrawingStateService'][_0xc11094(0x5dd)]({'unitId':_0x42663b,'subUnitId':_0x44170e[_0xc11094(0x657)]},[_0x44170e['drawingId']],_0x44170e[_0xc11094(0x51f)]);}['_closeCrop'](_0x3ae4dd){const _0x1cab6a=_0x5347ad;var _0x2aa7e2;let {scene:_0x32572d}=this[_0x1cab6a(0xa25)],_0x510b45=this[_0x1cab6a(0x2b3)](_0x32572d);if(!_0x510b45){this[_0x1cab6a(0x1d0)]=null;return;}let _0x13e9fd=this[_0x1cab6a(0x235)](_0x510b45);if(!_0x13e9fd){_0x510b45[_0x1cab6a(0x261)](),this['_activeCropTarget']=null;return;}let _0x1f0ade=(_0x2aa7e2=this[_0x1cab6a(0x1d0)])==null?this[_0x1cab6a(0x1f9)](_0x13e9fd,_0x3ae4dd):_0x2aa7e2,_0x1a8d2b=_0x1f0ade?this['_slideDrawingService']['getDrawingByParam'](_0x1f0ade):null,_0x480d87=_0x32572d[_0x1cab6a(0x67f)]();if(_0x480d87['detachFrom'](_0x510b45),_0x480d87[_0x1cab6a(0x45e)](),(_0x1a8d2b==null?void 0x0:_0x1a8d2b[_0x1cab6a(0x5fb)][_0x1cab6a(0x72f)])===_0x42916e[_0x1cab6a(0x2d7)]){let _0xa366c4=this[_0x1cab6a(0x91e)](_0x13e9fd,_0x510b45),_0x3e11fb=this[_0x1cab6a(0x1d2)](_0x1a8d2b,_0x13e9fd,_0x510b45,this[_0x1cab6a(0x9f1)](_0x32572d,_0x3ae4dd));_0x13e9fd[_0x1cab6a(0x80e)]({..._0xa366c4[_0x1cab6a(0x660)]}),_0x13e9fd['closeRenderByCropper'](),_0x13e9fd['makeDirty'](!0x0),_0x3e11fb&&this[_0x1cab6a(0x164)]['executeCommand'](_0x2ffecc['id'],{'patches':[_0x3e11fb]});}else _0x13e9fd['closeRenderByCropper'](),_0x13e9fd[_0x1cab6a(0x752)](!0x0);_0x510b45['dispose'](),this[_0x1cab6a(0x1d0)]=null,_0x32572d['makeDirty'](!0x0);}[_0x5347ad(0x1d2)](_0x86ce6e,_0x9d8c84,_0x240ef1,_0x21a768){const _0x15fd28=_0x5347ad;var _0x1800a1,_0x4db93b,_0x5538b4,_0x3b94ac,_0x873492,_0xddd0b5,_0x360526;if(_0x86ce6e[_0x15fd28(0x5fb)][_0x15fd28(0x72f)]!==_0x42916e['Image'])return null;let _0x209dd5=this[_0x15fd28(0x91e)](_0x9d8c84,_0x240ef1)[_0x15fd28(0x660)],_0x2c2e5d=_0x86ce6e[_0x15fd28(0x5fb)],_0x5c6343=this[_0x15fd28(0x3ff)](_0x209dd5),_0x2f9c5e={'left':_0x240ef1[_0x15fd28(0x5e2)]-_0x21a768[_0x15fd28(0x5e2)],'top':_0x240ef1[_0x15fd28(0x717)]-_0x21a768[_0x15fd28(0x717)],'width':_0x240ef1['width'],'height':_0x240ef1[_0x15fd28(0x95b)],'angle':(_0x1800a1=(_0x4db93b=_0x240ef1[_0x15fd28(0x3d1)])==null?(_0x5538b4=_0x86ce6e[_0x15fd28(0x2d1)])==null?void 0x0:_0x5538b4[_0x15fd28(0x3d1)]:_0x4db93b)==null?0x0:_0x1800a1,'flipX':(_0x3b94ac=(_0x873492=_0x86ce6e[_0x15fd28(0x2d1)])==null?void 0x0:_0x873492[_0x15fd28(0x301)])==null?!0x1:_0x3b94ac,'flipY':(_0xddd0b5=(_0x360526=_0x86ce6e['transform'])==null?void 0x0:_0x360526[_0x15fd28(0xa0e)])==null?!0x1:_0xddd0b5};return{'unitId':_0x86ce6e[_0x15fd28(0x51b)],'subUnitId':_0x86ce6e[_0x15fd28(0x657)],'drawingId':_0x86ce6e['drawingId'],'element':{..._0x2c2e5d,'crop':_0x5c6343},'transform':_0x2f9c5e};}[_0x5347ad(0x3ff)](_0x8a99f2){const _0x12f2bb=_0x5347ad;var _0x165648,_0x2eb8ab,_0x37f2c8,_0x446f96;return{'left':(_0x165648=_0x8a99f2[_0x12f2bb(0x5e2)])==null?0x0:_0x165648,'top':(_0x2eb8ab=_0x8a99f2['top'])==null?0x0:_0x2eb8ab,'right':(_0x37f2c8=_0x8a99f2[_0x12f2bb(0x888)])==null?0x0:_0x37f2c8,'bottom':(_0x446f96=_0x8a99f2[_0x12f2bb(0x97e)])==null?0x0:_0x446f96};}[_0x5347ad(0x728)](_0x7ae816){const _0xe3810d=_0x5347ad;var _0x574d5a,_0x5edb4d;let _0x6bd71d=kh(_0x7ae816[_0xe3810d(0x51b)],_0x7ae816[_0xe3810d(0x657)],_0x7ae816['drawingId']),_0x32d29e=this[_0xe3810d(0xa25)][_0xe3810d(0x988)],_0x466203=(_0x574d5a=(_0x5edb4d=_0x32d29e['getObjectIncludeInGroup'])==null?void 0x0:_0x5edb4d[_0xe3810d(0x549)](_0x32d29e,_0x6bd71d))==null?_0x32d29e[_0xe3810d(0x612)](_0x6bd71d):_0x574d5a;return _0x466203 instanceof _0x153bc6?_0x466203:null;}['_searchCropObject'](_0x3e448d){const _0x4249ae=_0x5347ad;let _0x437fa5=_0x3e448d[_0x4249ae(0x5c0)]();for(let _0x248d7d of _0x437fa5)if(_0x248d7d instanceof _0x5957d3)return _0x248d7d;return null;}['_getApplyObjectByCropObject'](_0x389b11){const _0x5d480e=_0x5347ad;let _0x1f4f63=_0x389b11['oKey'],_0x557ba5=_0x1f4f63[_0x5d480e(0x5b1)](0x0,_0x1f4f63[_0x5d480e(0x9dd)]-0x5),_0x274e2a=_0x389b11[_0x5d480e(0x484)]();if(!_0x274e2a)return null;let _0x380c05=_0x274e2a[_0x5d480e(0x612)](_0x557ba5);return _0x380c05 instanceof _0x153bc6?_0x380c05:null;}[_0x5347ad(0x1f9)](_0x7d58fa,_0x20bb51){const _0x4224c6=_0x5347ad;var _0x1437e2;let _0x593a81=(_0x1437e2=_0x20bb51[_0x4224c6(0x27d)][_0x4224c6(0x3c9)]())==null?void 0x0:_0x1437e2[_0x4224c6(0xa23)]();if(!_0x593a81)return null;let _0x2ffc21=kh(this[_0x4224c6(0xa25)][_0x4224c6(0x51b)],_0x593a81,'');return _0x7d58fa[_0x4224c6(0xa26)][_0x4224c6(0x9bc)](_0x2ffc21)?{'unitId':this['_renderContext']['unitId'],'subUnitId':_0x593a81,'drawingId':_0x7d58fa[_0x4224c6(0xa26)][_0x4224c6(0x5b1)](_0x2ffc21[_0x4224c6(0x9dd)])}:null;}[_0x5347ad(0x63a)](_0x2d375f){const _0x1cad43=_0x5347ad;this['disposeWithMe'](_0x2d375f['onPointerEnter$'][_0x1cad43(0x911)](()=>{const _0x4a5afc=_0x1cad43;_0x2d375f[_0x4a5afc(0x1ae)]=_0x304401[_0x4a5afc(0x5b8)];})),this['disposeWithMe'](_0x2d375f['onPointerLeave$'][_0x1cad43(0x911)](()=>{const _0x2ee414=_0x1cad43;_0x2d375f[_0x2ee414(0x1ae)]=_0x304401[_0x2ee414(0x91a)];}));}[_0x5347ad(0x9f1)](_0x314030,_0x417ac4){const _0x31d6f0=_0x5347ad;var _0x13480d;let _0x3e80f9=(_0x13480d=_0x314030[_0x31d6f0(0x612)])==null?void 0x0:_0x13480d[_0x31d6f0(0x549)](_0x314030,il);if(typeof(_0x3e80f9==null?void 0x0:_0x3e80f9['left'])=='number'&&typeof _0x3e80f9[_0x31d6f0(0x717)]==_0x31d6f0(0x6ce))return{'left':_0x3e80f9[_0x31d6f0(0x5e2)],'top':_0x3e80f9['top']};let {width:_0xf49246,height:_0x252859}=_0x417ac4['getSnapshot']()[_0x31d6f0(0x75e)],{width:_0xebddbd,height:_0x52db89}=_0x314030;return{'left':Math[_0x31d6f0(0x496)](0x0,(_0xebddbd-_0xf49246)/0x2),'top':Math['max'](0x0,(_0x52db89-_0x252859)/0x2)};}[_0x5347ad(0x91e)](_0x5bd7f3,_0x23f07a){const _0x20005f=_0x5347ad;let {left:_0x31ed85,top:_0x5386fc,height:_0x2fb120,width:_0x3f4f28}=_0x23f07a,{left:_0x44f21e,top:_0x36a8db,width:_0x48cde1,height:_0x13f1a4,angle:_0x45aeeb=0x0}=_0x5bd7f3,_0x25c3b4=_0x31ed85-_0x44f21e,_0x2bc6da=_0x5386fc-_0x36a8db,_0x334cc2={'left':_0x25c3b4,'top':_0x2bc6da,'right':_0x48cde1-_0x25c3b4-_0x3f4f28,'bottom':_0x13f1a4-_0x2bc6da-_0x2fb120},_0x5911bb={..._0x334cc2};if(_0x45aeeb!==0x0){let _0x4f4837=new _0x7de369(_0x31ed85+_0x3f4f28/0x2,_0x5386fc+_0x2fb120/0x2),_0x2698bc=new _0x7de369(_0x48cde1/0x2+_0x44f21e,_0x13f1a4/0x2+_0x36a8db),_0x37b075=new _0x7de369(_0x44f21e,_0x36a8db);_0x37b075['rotateByPoint'](_0x2fe68d(_0x45aeeb),_0x2698bc);let _0x48d496=_0x37b075[_0x20005f(0x4b1)]();_0x48d496['rotateByPoint'](_0x2fe68d(-_0x45aeeb),_0x4f4837);let _0x2825c2=_0x31ed85-_0x48d496['x'],_0x54653c=_0x5386fc-_0x48d496['y'];_0x5911bb[_0x20005f(0x5e2)]=_0x2825c2,_0x5911bb[_0x20005f(0x717)]=_0x54653c,_0x5911bb[_0x20005f(0x888)]=_0x48cde1-_0x2825c2-_0x3f4f28,_0x5911bb[_0x20005f(0x97e)]=_0x13f1a4-_0x54653c-_0x2fb120;}return{'srcRect':_0x334cc2,'srcRectAngle':_0x5911bb};}};Lg=$([Q(0x1,_0x46972e),Q(0x2,_0x1c430b),Q(0x3,_0x47c48b),Q(0x4,_0x3bd740(kf))],Lg);let Rg=class extends _0x278e37{constructor(_0x164f1c){const _0x38c812=_0x5347ad;super(),this['_menuManagerService']=_0x164f1c,this['_menuManagerService'][_0x38c812(0xa04)](Ag);}};Rg=$([Q(0x0,_0x1a42c5)],Rg);function zg(_0x340a0a){const _0x3b5c46=_0x5347ad;return _0x340a0a[_0x3b5c46(0x5a9)](_0x15ec0e)&&!_0x340a0a[_0x3b5c46(0x5a9)](_0x363bec);}function Bg(_0x8fbc31){const _0x4afa86=_0x5347ad;return zg(_0x8fbc31)&&_0x8fbc31[_0x4afa86(0x5a9)](_0xe3b89b);}const Vg=[{'id':_0x35dc3e['id'],'binding':_0x8988f4['Z']|_0x5bb9b7[_0x5347ad(0x77f)],'priority':0x6e,'preconditions':zg},{'id':_0x13a2f3['id'],'binding':_0x8988f4['Y']|_0x5bb9b7[_0x5347ad(0x77f)],'priority':0x6e,'preconditions':zg},{'id':_0x13a2f3['id'],'binding':_0x8988f4['Z']|_0x5bb9b7[_0x5347ad(0x77f)]|_0x5bb9b7[_0x5347ad(0x694)],'priority':0x6e,'preconditions':zg},{'id':tm['id'],'binding':_0x8988f4['A']|_0x5bb9b7[_0x5347ad(0x77f)],'priority':0x64,'preconditions':zg},{'id':rm['id'],'binding':_0x8988f4['C']|_0x5bb9b7[_0x5347ad(0x77f)],'priority':0x64,'preconditions':Bg},{'id':im['id'],'binding':_0x8988f4['X']|_0x5bb9b7['CTRL_COMMAND'],'priority':0x64,'preconditions':Bg},{'id':am['id'],'binding':_0x8988f4['V']|_0x5bb9b7[_0x5347ad(0x77f)],'priority':0x64,'preconditions':zg},{'id':nm['id'],'binding':_0x8988f4[_0x5347ad(0x486)],'priority':0x64,'preconditions':Bg},{'id':nm['id'],'binding':_0x8988f4[_0x5347ad(0x398)],'priority':0x64,'preconditions':Bg},{'id':om['id'],'binding':_0x8988f4['TAB'],'priority':0x64,'preconditions':zg},{'id':sm['id'],'binding':_0x8988f4[_0x5347ad(0x2c8)]|_0x5bb9b7[_0x5347ad(0x694)],'priority':0x64,'preconditions':zg}];let Hg=class extends _0x278e37{constructor(_0x11079d){const _0x426dab=_0x5347ad;super(),this['_shortcutService']=_0x11079d,this[_0x426dab(0x229)]();}['_init'](){const _0x3f2592=_0x5347ad;Vg['forEach'](_0x239fe9=>this['disposeWithMe'](this[_0x3f2592(0x81a)][_0x3f2592(0x4d0)](_0x239fe9)));}};Hg=$([Q(0x0,_0x303bca)],Hg);let Ug=class extends _0x278e37{constructor(_0x27ba95,_0x3e615b){const _0x4e4c4e=_0x5347ad;super(),this[_0x4e4c4e(0x68c)]=_0x27ba95,this['_sessionService']=_0x3e615b,this[_0x4e4c4e(0x229)]();}['_init'](){const _0x311bcb=_0x5347ad;if(typeof window>'u')return;let _0xa9b61f=Ll(window[_0x311bcb(0x38f)][_0x311bcb(0x993)]);if(!_0xa9b61f[_0x311bcb(0x51b)]||!_0xa9b61f[_0x311bcb(0x8c3)]||!Al(_0xa9b61f[_0x311bcb(0x78c)],0x1))return;if(this[_0x311bcb(0x68c)][_0x311bcb(0x46d)](_0xa9b61f[_0x311bcb(0x51b)],_0x2a9855[_0x311bcb(0x57f)])){this[_0x311bcb(0x43d)](_0xa9b61f[_0x311bcb(0x51b)],_0xa9b61f[_0x311bcb(0x8c3)],_0xa9b61f[_0x311bcb(0x78c)],_0xa9b61f['startSlideId']);return;}let _0x1e19b3=!0x1,_0x2666b8=null,_0x4d1950=null,_0x37edd1=()=>{_0x2666b8&&(clearInterval(_0x2666b8),_0x2666b8=null);},_0xdd7f08=()=>{_0x4d1950&&(clearTimeout(_0x4d1950),_0x4d1950=null);},_0x48f5dc=()=>{_0x37edd1(),_0xdd7f08();},_0x248999=()=>{const _0x22ba9b=_0x311bcb;_0x1e19b3||!_0xa9b61f[_0x22ba9b(0x51b)]||!_0xa9b61f[_0x22ba9b(0x8c3)]||this[_0x22ba9b(0x68c)][_0x22ba9b(0x46d)](_0xa9b61f[_0x22ba9b(0x51b)],_0x2a9855[_0x22ba9b(0x57f)])&&(_0x1e19b3=!0x0,_0x48f5dc(),this[_0x22ba9b(0x43d)](_0xa9b61f['unitId'],_0xa9b61f[_0x22ba9b(0x8c3)],_0xa9b61f['playMode'],_0xa9b61f[_0x22ba9b(0x8c8)]));};_0x2666b8=setInterval(()=>_0x248999(),0x64),_0x4d1950=setTimeout(()=>{_0x1e19b3||_0x37edd1();},0xea60),this[_0x311bcb(0x70e)](_0x471aca(_0x48f5dc)),this[_0x311bcb(0x70e)](_0x471aca(this[_0x311bcb(0x68c)][_0x311bcb(0x2ca)](_0x2a9855[_0x311bcb(0x57f)])[_0x311bcb(0xa14)](_0x1b4cf6(_0xf5a5ce=>_0xf5a5ce[_0x311bcb(0x857)][_0x311bcb(0x2b2)]()===_0xa9b61f[_0x311bcb(0x51b)]),_0x19174b(0x1))[_0x311bcb(0x7f6)](()=>{const _0x1211a1=_0x311bcb;_0x1e19b3||(_0x1e19b3=!0x0,_0x48f5dc(),this[_0x1211a1(0x43d)](_0xa9b61f[_0x1211a1(0x51b)],_0xa9b61f[_0x1211a1(0x8c3)],_0xa9b61f[_0x1211a1(0x78c)],_0xa9b61f[_0x1211a1(0x8c8)]));})));}[_0x5347ad(0x43d)](_0x16a3af,_0x4a342e,_0x211ac6,_0x199df0){const _0x69edaf=_0x5347ad;if(this[_0x69edaf(0x979)](_0x16a3af,_0x4a342e,_0x211ac6,_0x199df0))return;let _0x3b587a=null,_0x223104=null,_0x3780c1=()=>{_0x3b587a&&(clearInterval(_0x3b587a),_0x3b587a=null);},_0xaff7d4=()=>{_0x223104&&(clearTimeout(_0x223104),_0x223104=null);},_0x16cbe0=()=>{_0x3780c1(),_0xaff7d4();};_0x3b587a=setInterval(()=>{const _0x10faef=_0x69edaf;this[_0x10faef(0x979)](_0x16a3af,_0x4a342e,_0x211ac6,_0x199df0)&&_0x16cbe0();},0x64),_0x223104=setTimeout(()=>{_0x3780c1();},0xea60),this[_0x69edaf(0x70e)](_0x471aca(_0x16cbe0));}[_0x5347ad(0x979)](_0x2f2d9d,_0x35b2e7,_0x2e636f,_0x2941c4){const _0x36b100=_0x5347ad;return this[_0x36b100(0x68c)]['focusUnit'](_0x2f2d9d),this[_0x36b100(0x245)][_0x36b100(0x487)]({'unitId':_0x2f2d9d,'sessionId':_0x35b2e7,'playMode':_0x2e636f,'startSlideId':_0x2941c4});}};Ug=$([Q(0x0,_0x1c430b),Q(0x1,Vl)],Ug);function Wg(_0x2435d6,_0x2e878e){const _0x3533a2=_0x5347ad;var _0x37062e,_0x250a08;let {scene:_0x326f3c,engine:_0x32de2a}=_0x2e878e,_0x73bce6=_0x326f3c[_0x3533a2(0x55b)](rl),_0x23f7aa=(_0x37062e=_0x73bce6==null?void 0x0:_0x73bce6[_0x3533a2(0x300)])==null?0x0:_0x37062e,_0x352cf9=(_0x250a08=_0x73bce6==null?void 0x0:_0x73bce6[_0x3533a2(0x687)])==null?0x0:_0x250a08,{scaleX:_0x5f4a36,scaleY:_0x5af424}=_0x326f3c[_0x3533a2(0x27c)](),_0x454cb6=_0x32de2a[_0x3533a2(0x592)](),_0x429937=_0x454cb6[_0x3533a2(0x4df)](),_0x1ab6cd=_0x3b7425(_0x454cb6['style']['width']),_0x3985c1=_0x1ab6cd>0x0?_0x429937[_0x3533a2(0x8d2)]/_0x1ab6cd:0x1;return{'left':(_0x2435d6[_0x3533a2(0x5e2)]-_0x23f7aa)*_0x5f4a36*_0x3985c1+_0x429937[_0x3533a2(0x5e2)],'right':(_0x2435d6['right']-_0x23f7aa)*_0x5f4a36*_0x3985c1+_0x429937[_0x3533a2(0x5e2)],'top':(_0x2435d6['top']-_0x352cf9)*_0x5af424*_0x3985c1+_0x429937[_0x3533a2(0x717)],'bottom':(_0x2435d6[_0x3533a2(0x97e)]-_0x352cf9)*_0x5af424*_0x3985c1+_0x429937[_0x3533a2(0x717)]};}let Gg=class extends _0x278e37{constructor(_0x5951b6,_0x5c262a){const _0x20e03a=_0x5347ad;super(),this[_0x20e03a(0x1c6)]=_0x5951b6,this[_0x20e03a(0x30e)]=_0x5c262a;}[_0x5347ad(0x476)](_0x27b02d,_0x554227){const _0x388608=_0x5347ad;let _0x4a3f2d=()=>{let {left:_0x2803d0,top:_0x2c2171,width:_0x46cc45,height:_0x6fd250}=_0x27b02d;return Wg({'left':_0x2803d0,'right':_0x2803d0+_0x46cc45,'top':_0x2c2171,'bottom':_0x2c2171+_0x6fd250},_0x554227);},_0x5de73b=_0x4a3f2d(),_0x2063d0=new _0x309cfe(_0x5de73b),_0x56c106=new _0x57cfd3(),_0x322969=()=>_0x2063d0['next'](_0x4a3f2d()),_0x38297a=_0x554227[_0x388608(0x988)][_0x388608(0x55b)](rl);return _0x38297a&&_0x56c106[_0x388608(0x241)](_0x38297a[_0x388608(0x973)][_0x388608(0x911)](_0x322969)),_0x56c106[_0x388608(0x241)](_0x554227[_0x388608(0x24a)][_0x388608(0x603)][_0x388608(0x911)](_0x322969)),_0x56c106[_0x388608(0x241)](_0x554227[_0x388608(0x988)][_0x388608(0x603)][_0x388608(0x911)](_0x322969)),_0x56c106[_0x388608(0x241)](_0x27b02d[_0x388608(0x603)][_0x388608(0x911)](_0x322969)),{'position':_0x5de73b,'position$':_0x2063d0,'disposable':_0x56c106};}[_0x5347ad(0x956)](_0x3b7222,_0x5417b4,_0x58886c,_0x514d9){const _0x518ed9=_0x5347ad;let _0x416a2e=this[_0x518ed9(0x30e)][_0x518ed9(0x78d)](_0x3b7222);if(!_0x416a2e)return{'dispose':()=>{}};let {position:_0x1059aa,position$:_0x2588c4,disposable:_0x421800}=this[_0x518ed9(0x476)](_0x58886c,_0x416a2e),_0x1aac05=this[_0x518ed9(0x1c6)]['addPopup']({..._0x514d9,'unitId':_0x3b7222,'subUnitId':_0x5417b4,'anchorRect':_0x1059aa,'anchorRect$':_0x2588c4,'canvasElement':_0x416a2e[_0x518ed9(0x24a)][_0x518ed9(0x592)]()});return{'dispose':()=>{const _0x3dcf81=_0x518ed9;this[_0x3dcf81(0x1c6)][_0x3dcf81(0x93f)](_0x1aac05),_0x2588c4[_0x3dcf81(0x6f4)](),_0x421800[_0x3dcf81(0x261)]();}};}};Gg=$([Q(0x0,_0x3bd740(_0x23376b)),Q(0x1,_0x446559)],Gg);let Kg=class extends _0x55f58f{constructor(_0x201f0b,_0x1eab6b){const _0x55b707=_0x5347ad;super(),this[_0x55b707(0x270)]=_0x201f0b,this[_0x55b707(0x30e)]=_0x1eab6b,Promise[_0x55b707(0x24c)]()['then'](()=>this[_0x55b707(0x229)]());}['_init'](){const _0x520b64=_0x5347ad;this[_0x520b64(0x270)][_0x520b64(0x2ca)](_0x2a9855['UNIVER_SLIDE'])[_0x520b64(0xa14)](_0x4c6570(this[_0x520b64(0x457)]))[_0x520b64(0x7f6)](_0x197ad3=>this['_createRenderer'](_0x197ad3[_0x520b64(0x857)]['getUnitId']())),this[_0x520b64(0x270)][_0x520b64(0x33c)](_0x2a9855[_0x520b64(0x57f)])['forEach'](_0x58a85e=>this[_0x520b64(0x520)](_0x58a85e[_0x520b64(0x2b2)]())),this[_0x520b64(0x270)]['getTypeOfUnitDisposed$'](_0x2a9855['UNIVER_SLIDE'])[_0x520b64(0xa14)](_0x4c6570(this[_0x520b64(0x457)]))[_0x520b64(0x7f6)](_0x3a2d43=>this[_0x520b64(0x30e)][_0x520b64(0x2eb)](_0x3a2d43[_0x520b64(0x2b2)]()));}['_createRenderer'](_0x4de09f){const _0x3a4b8d=_0x5347ad;_0x4de09f&&this[_0x3a4b8d(0x270)]['getUnit'](_0x4de09f,_0x2a9855[_0x3a4b8d(0x57f)])&&this[_0x3a4b8d(0x30e)][_0x3a4b8d(0xa2d)](_0x4de09f);}};Kg=$([Q(0x0,_0x1c430b),Q(0x1,_0x446559)],Kg);const qg=_0x353b37(_0x5347ad(0x740));function Jg(){const _0x4e9c3d=_0x5347ad;return _0x4b9848(_0x4e9c3d(0x949),{'data-u-comp':'slide-shape-text-float-toolbar','children':_0x4b9848(_0x102b05,{})});}let Yg=class extends _0x277419{constructor(_0x3e989c,_0xe33b29,_0x207be9,_0x51b703,_0x11e583){const _0x1c9a20=_0x5347ad;super(_0x3e989c,_0xe33b29,_0x207be9,_0x51b703,_0x11e583,{'componentKey':_0x1c9a20(0x2fd),'editorUnitId':qg,'toolbarComponent':Jg});}};Yg=$([Q(0x1,_0x3bd740(_0x159add)),Q(0x2,_0x3bd740(_0x12ae3c)),Q(0x3,_0x3bd740(_0x1cdb87)),Q(0x4,_0x3bd740(_0x55bf08))],Yg);function Xg(_0x2e6bf,_0x386ddb={}){const _0x7c051e=_0x5347ad;let _0x204376=_0x386ddb[_0x7c051e(0x468)]&&Number[_0x7c051e(0x28b)](_0x386ddb['sceneScale'])&&_0x386ddb[_0x7c051e(0x468)]>0x0?_0x386ddb[_0x7c051e(0x468)]:0x1,_0x13e237=Number[_0x7c051e(0x28b)](_0x386ddb[_0x7c051e(0x300)])?_0x386ddb[_0x7c051e(0x300)]:0x0,_0x481dd0=Number[_0x7c051e(0x28b)](_0x386ddb[_0x7c051e(0x687)])?_0x386ddb[_0x7c051e(0x687)]:0x0;return _0x7de369[_0x7c051e(0x6f5)]([_0x2e6bf['offsetX']/_0x204376+_0x13e237,_0x2e6bf[_0x7c051e(0x47d)]/_0x204376+_0x481dd0]);}function Zg(_0x404359,_0x1fcf5d,_0x475a43){const _0x1bdcbe=_0x5347ad;if(_0x404359['element']['type']!==_0x42916e['Placeholder'])return null;let _0x40353d=_0x1fcf5d[_0x1bdcbe(0x293)](_0x475a43);return _0x40353d&&_0x2d996c(_0x404359['element']['placeholder'])[_0x1bdcbe(0x697)](_0x539d86=>_0x539d86[_0x1bdcbe(0x5a3)]===_0x40353d)?_0x40353d:null;}function Qg(_0x40fdd9,_0x3a54bf,_0x4362b7=0x4){const _0x34c019=_0x5347ad;var _0x208dd6,_0x19c747;if(!_0x40fdd9||!_0x3a54bf||((_0x208dd6=_0x40fdd9['button'])==null?0x0:_0x208dd6)!==0x0||((_0x19c747=_0x3a54bf['button'])==null?0x0:_0x19c747)!==0x0)return!0x1;let _0x1ebdda=Number[_0x34c019(0x28b)](_0x4362b7)&&_0x4362b7>0x0?_0x4362b7:0x0,_0x422293=_0x3a54bf[_0x34c019(0x88f)]-_0x40fdd9['offsetX'],_0x28d225=_0x3a54bf[_0x34c019(0x47d)]-_0x40fdd9[_0x34c019(0x47d)];return _0x422293*_0x422293+_0x28d225*_0x28d225<=_0x1ebdda*_0x1ebdda;}let $g=class extends _0x55f58f{constructor(_0x4f0082,_0x4c1c1c,_0x464081,_0x1e2561,_0x3fe0ab,_0xa8ba04){const _0x5b2052=_0x5347ad;super(),this[_0x5b2052(0xa25)]=_0x4f0082,this[_0x5b2052(0x164)]=_0x4c1c1c,this['_instanceService']=_0x464081,this[_0x5b2052(0x5bb)]=_0x1e2561,this[_0x5b2052(0x9ca)]=_0x3fe0ab,this['_slideInsertService']=_0xa8ba04,Z(this,_0x5b2052(0x3b4),null),Z(this,'_lastActionKey',''),Z(this,_0x5b2052(0x6cb),0x0),this[_0x5b2052(0x229)]();}['_init'](){const _0x573833=_0x5347ad;this[_0x573833(0x5f2)]();}[_0x5347ad(0x5f2)](){const _0x1e17d9=_0x5347ad;this[_0x1e17d9(0x70e)](_0x471aca(this['_hitTestService'][_0x1e17d9(0x8a5)][_0x1e17d9(0xa14)](_0x4c6570(this['dispose$']))[_0x1e17d9(0x7f6)](_0xcf1322=>{const _0x1210ce=_0x1e17d9;var _0x35c667;this[_0x1210ce(0x3b4)]=null;let _0x532f41=(_0x35c667=_0xcf1322['nativeEvent'][_0x1210ce(0x47a)])==null?0x0:_0x35c667;if(_0x532f41!==0x0)return;let _0x55eedd=this[_0x1210ce(0x6cd)](_0xcf1322[_0x1210ce(0x967)],_0xcf1322[_0x1210ce(0xa26)],Xg(_0xcf1322,this[_0x1210ce(0x848)]()));_0x55eedd&&(this['_pendingAction']={'iconKey':_0x55eedd,'objectKey':_0xcf1322[_0x1210ce(0xa26)],'down':{'offsetX':_0xcf1322[_0x1210ce(0x88f)],'offsetY':_0xcf1322[_0x1210ce(0x47d)],'button':_0x532f41}});}))),this['disposeWithMe'](_0x471aca(this[_0x1e17d9(0xa25)][_0x1e17d9(0x988)][_0x1e17d9(0x5c4)]['subscribeEvent'](_0x4a54f9=>{const _0x1320a4=_0x1e17d9;var _0x57557c;let _0xe8a24=this[_0x1320a4(0x3b4)];this['_pendingAction']=null,_0xe8a24&&Qg(_0xe8a24[_0x1320a4(0x829)],{'offsetX':_0x4a54f9[_0x1320a4(0x88f)],'offsetY':_0x4a54f9[_0x1320a4(0x47d)],'button':(_0x57557c=_0x4a54f9[_0x1320a4(0x47a)])==null?0x0:_0x57557c})&&Promise[_0x1320a4(0x24c)]()[_0x1320a4(0x161)](()=>{this['_triggerIconAction'](_0xe8a24['iconKey'],_0xe8a24['objectKey']);});})));}[_0x5347ad(0x848)](){const _0x1393c3=_0x5347ad;var _0x3a7dbb,_0x56c541;let {scene:_0x135dfb}=this['_renderContext'],_0x49542a=_0x135dfb[_0x1393c3(0x55b)](rl);return{'sceneScale':_0x135dfb['scaleX']||0x1,'viewportScrollX':(_0x3a7dbb=_0x49542a==null?void 0x0:_0x49542a['viewportScrollX'])==null?0x0:_0x3a7dbb,'viewportScrollY':(_0x56c541=_0x49542a==null?void 0x0:_0x49542a['viewportScrollY'])==null?0x0:_0x56c541};}[_0x5347ad(0x6cd)](_0x1f1f28,_0x1a0ebe,_0x18fb7b){const _0x5b9805=_0x5347ad;if(_0x1f1f28[_0x5b9805(0x5fb)][_0x5b9805(0x72f)]!==_0x42916e[_0x5b9805(0x4a9)])return null;let _0x14652a=this[_0x5b9805(0xa25)][_0x5b9805(0x988)][_0x5b9805(0x612)](_0x1a0ebe);return _0x14652a instanceof Ho?Zg(_0x1f1f28,_0x14652a,_0x18fb7b):null;}[_0x5347ad(0x930)](_0x2cc0d6,_0x28138f){const _0x3e28c3=_0x5347ad;let _0x3b3a23=_0x28138f+':'+_0x2cc0d6,_0x3725b0=Date['now']();return this[_0x3e28c3(0x55f)]===_0x3b3a23&&_0x3725b0-this[_0x3e28c3(0x6cb)]<0x1f4?!0x0:(this['_lastActionKey']=_0x3b3a23,this[_0x3e28c3(0x6cb)]=_0x3725b0,_0x2cc0d6==='image'?(this['_handleImageIconAction'](_0x28138f),!0x0):this[_0x3e28c3(0x58a)](_0x2cc0d6,_0x28138f));}['_triggerPlaceholderAction'](_0x5943d8,_0x105f1c){const _0x4dcbbf=_0x5347ad;let _0x4caf4c=this[_0x4dcbbf(0x87a)](_0x105f1c);return!_0x4caf4c||_0x4caf4c['element'][_0x4dcbbf(0x72f)]!==_0x42916e['Placeholder']?!0x1:(this[_0x4dcbbf(0x164)][_0x4dcbbf(0x4dd)](Xi['id'],{'unitId':_0x4caf4c[_0x4dcbbf(0x51b)],'subUnitId':_0x4caf4c[_0x4dcbbf(0x657)],'drawingId':_0x4caf4c[_0x4dcbbf(0x51f)],'iconKey':_0x5943d8}),!0x0);}async[_0x5347ad(0x286)](_0x264c52){const _0x482ae2=_0x5347ad;let _0xe724e5=await this[_0x482ae2(0x433)]();_0xe724e5&&await this[_0x482ae2(0x935)](_0x264c52,_0xe724e5);}async[_0x5347ad(0x935)](_0x14eb15,_0x3e4695){const _0x52a068=_0x5347ad;let _0x2bbf6c=this[_0x52a068(0x87a)](_0x14eb15);if(!_0x2bbf6c||_0x2bbf6c[_0x52a068(0x5fb)][_0x52a068(0x72f)]!==_0x42916e[_0x52a068(0x4a9)])return;let _0x2e256f=await this[_0x52a068(0x974)][_0x52a068(0x419)](_0x3e4695);if(!_0x2e256f)return;let _0x4eee46={'kind':_0x52a068(0xa0d),'source':_0x2e256f[_0x52a068(0x2b0)],'imageSourceType':_0x2e256f[_0x52a068(0x446)]},_0x1ad1da=_0x2bbf6c[_0x52a068(0x5fb)];if(_0x2bbf6c[_0x52a068(0x946)]===_0x52a068(0x760)){let _0x38a710=_0x3b0016(_0x1ad1da,_0x4eee46);this[_0x52a068(0x164)][_0x52a068(0x4dd)](_0x2ffecc['id'],{'patches':[{'unitId':_0x2bbf6c[_0x52a068(0x51b)],'subUnitId':_0x2bbf6c[_0x52a068(0x657)],'drawingId':_0x2bbf6c[_0x52a068(0x51f)],'element':_0x38a710}]});return;}let _0x1fcbdc=this['_instanceService']['getUnit'](_0x2bbf6c[_0x52a068(0x51b)],_0x2a9855[_0x52a068(0x57f)]),_0x22d420=_0x1fcbdc==null?void 0x0:_0x1fcbdc[_0x52a068(0x27d)][_0x52a068(0x87d)](_0x2bbf6c['subUnitId']);if(!_0x22d420)return;let _0x4fd9bf=this['_findSlidePlaceholderOverride'](_0x22d420[_0x52a068(0x3aa)]()[_0x52a068(0x77a)],_0x1ad1da);if(_0x4fd9bf){let _0x4f8ed4=_0x3b0016(_0x4fd9bf,_0x4eee46);this[_0x52a068(0x164)]['executeCommand'](_0x2ffecc['id'],{'patches':[{'unitId':_0x2bbf6c['unitId'],'subUnitId':_0x2bbf6c[_0x52a068(0x657)],'drawingId':_0x4fd9bf['id'],'element':_0x4f8ed4}]});return;}let _0x3f5036=_0x3b0016({..._0x1ad1da,'id':_0x1ad1da['id'],'transform':{..._0x1ad1da[_0x52a068(0x2d1)]}},_0x4eee46);this[_0x52a068(0x164)][_0x52a068(0x4dd)](_0x4a3370['id'],{'unitId':_0x2bbf6c[_0x52a068(0x51b)],'subUnitId':_0x2bbf6c[_0x52a068(0x657)],'element':_0x3f5036,'focus':!0x0});}['_pickImageFile'](){return typeof document>'u'?Promise['resolve'](null):new Promise(_0x220c57=>{const _0x21c540=_0x262c;let _0x346cb0=document[_0x21c540(0x989)]('input');_0x346cb0['type']=_0x21c540(0x74a),_0x346cb0[_0x21c540(0x40d)]=_0x21c540(0x74e),_0x346cb0['style'][_0x21c540(0x858)]=_0x21c540(0x90d);let _0x51c85a=()=>{const _0x1779fb=_0x21c540;_0x346cb0[_0x1779fb(0x791)]();};_0x346cb0[_0x21c540(0x25f)]('change',()=>{const _0xdfc89e=_0x21c540;var _0x4e74d7,_0x39f0c7;let _0x24a4f2=(_0x4e74d7=(_0x39f0c7=_0x346cb0[_0xdfc89e(0x303)])==null?void 0x0:_0x39f0c7[0x0])==null?null:_0x4e74d7;_0x346cb0['value']='',_0x51c85a(),_0x220c57(_0x24a4f2);},{'once':!0x0}),document[_0x21c540(0x570)][_0x21c540(0x83c)](_0x346cb0),_0x346cb0[_0x21c540(0x8d5)]();});}[_0x5347ad(0x87a)](_0x35c827){const _0x3599ef=_0x5347ad;let {unitId:_0x26f81a}=this['_renderContext'],_0x59a4c7=this[_0x3599ef(0x68c)][_0x3599ef(0x46d)](_0x26f81a,_0x2a9855[_0x3599ef(0x57f)]),_0x4fbb6f=_0x59a4c7==null?void 0x0:_0x59a4c7[_0x3599ef(0x27d)][_0x3599ef(0x3c9)](),_0x22c3d5=_0x4fbb6f==null?void 0x0:_0x4fbb6f[_0x3599ef(0xa23)]();if(!_0x22c3d5)return null;let _0x307bd3=Ah(_0x35c827,_0x26f81a,_0x22c3d5);return _0x307bd3?this[_0x3599ef(0x5bb)][_0x3599ef(0x429)]({'unitId':_0x26f81a,'subUnitId':_0x22c3d5,'drawingId':_0x307bd3}):null;}[_0x5347ad(0x4af)](_0x434aa7,_0x57c0ae){const _0x5e2bdf=_0x5347ad;for(let _0x52d2cc of Object[_0x5e2bdf(0x244)](_0x434aa7)){if(_0x52d2cc[_0x5e2bdf(0x72f)]!==_0x42916e['Placeholder']||_0x52d2cc[_0x5e2bdf(0x344)][_0x5e2bdf(0x72f)]!==_0x57c0ae[_0x5e2bdf(0x344)][_0x5e2bdf(0x72f)])continue;let _0x12a13a=_0x52d2cc['placeholder'][_0x5e2bdf(0x583)],_0x339ee4=_0x57c0ae[_0x5e2bdf(0x344)][_0x5e2bdf(0x583)];if((_0x12a13a==null?null:_0x12a13a)===(_0x339ee4==null?null:_0x339ee4))return _0x52d2cc;}return null;}};$g=$([Q(0x1,_0x46972e),Q(0x2,_0x1c430b),Q(0x3,_0x47c48b),Q(0x4,_0x3bd740(Mh)),Q(0x5,_0x3bd740(Nf))],$g);let e_=class extends _0x55f58f{constructor(_0x154baa,_0x371f0b,_0x58b351,_0x418b47,_0x3392c4,_0x138fc7){const _0x560060=_0x5347ad;super(),this['_renderContext']=_0x154baa,this['_slideCanvasPopManagerService']=_0x371f0b,this[_0x560060(0x8d9)]=_0x58b351,this[_0x560060(0x9ca)]=_0x418b47,this[_0x560060(0x16c)]=_0x3392c4,this['_slideDrawingService']=_0x138fc7,Z(this,_0x560060(0x652),null),Z(this,_0x560060(0x842),null),this[_0x560060(0x229)]();}[_0x5347ad(0x261)](){const _0x5e501f=_0x5347ad;this[_0x5e501f(0x311)](),super['dispose']();}[_0x5347ad(0x229)](){const _0x1ebe43=_0x5347ad;let _0x431359=this['_renderContext'][_0x1ebe43(0x988)][_0x1ebe43(0x67f)]();this[_0x1ebe43(0x70e)](_0x471aca(_0x431359[_0x1ebe43(0x6e5)][_0x1ebe43(0xa14)](_0x4c6570(this[_0x1ebe43(0x457)]))[_0x1ebe43(0x7f6)](()=>{this['_showPopupForSelection']();}))),this[_0x1ebe43(0x70e)](_0x471aca(_0x431359[_0x1ebe43(0x864)][_0x1ebe43(0xa14)](_0x4c6570(this[_0x1ebe43(0x457)]))[_0x1ebe43(0x7f6)](()=>{const _0x355e73=_0x1ebe43;this[_0x355e73(0x2e3)]();}))),this['disposeWithMe'](_0x471aca(_0x431359[_0x1ebe43(0x3fb)]['pipe'](_0x4c6570(this[_0x1ebe43(0x457)]))[_0x1ebe43(0x7f6)](()=>{const _0x259eed=_0x1ebe43;this[_0x259eed(0x311)]();}))),this[_0x1ebe43(0x70e)](_0x471aca(_0x431359[_0x1ebe43(0x254)][_0x1ebe43(0xa14)](_0x4c6570(this[_0x1ebe43(0x457)]))[_0x1ebe43(0x7f6)](()=>{const _0x473224=_0x1ebe43;setTimeout(()=>this[_0x473224(0x914)](),0x0);}))),this[_0x1ebe43(0x70e)](_0x471aca(this[_0x1ebe43(0x16c)][_0x1ebe43(0x4c9)][_0x1ebe43(0xa14)](_0x4c6570(this[_0x1ebe43(0x457)]))['subscribe'](_0x24e8be=>{const _0x1f9902=_0x1ebe43;(_0x24e8be==null?void 0x0:_0x24e8be[_0x1f9902(0x51b)])===this[_0x1f9902(0xa25)]['unitId']&&this[_0x1f9902(0x311)]();})));}[_0x5347ad(0x311)](){const _0x22c579=_0x5347ad;var _0x422d4a;(_0x422d4a=this['_popupDisposable'])==null||_0x422d4a[_0x22c579(0x261)](),this['_popupDisposable']=null,this[_0x22c579(0x842)]=null;}[_0x5347ad(0x2e3)](){setTimeout(()=>{const _0x1e0f3b=_0x262c;this[_0x1e0f3b(0x2ae)]()||this['_clearPopup']();},0x0);}[_0x5347ad(0x2ae)](){const _0x4485aa=_0x5347ad;let _0x3735ba=this[_0x4485aa(0x8d9)][_0x4485aa(0x996)]();return!_0x3735ba[_0x4485aa(0x522)]||!_0x3735ba[_0x4485aa(0x9be)][_0x4485aa(0x9dd)]?!0x1:this['_popupSelectionKey']===this[_0x4485aa(0x729)](_0x3735ba[_0x4485aa(0x522)]['unitId'],_0x3735ba[_0x4485aa(0x522)][_0x4485aa(0x657)],_0x3735ba[_0x4485aa(0x9be)]);}[_0x5347ad(0x729)](_0x2bcb26,_0x3296c4,_0x2e97c2){const _0x1ea6eb=_0x5347ad;return _0x2bcb26+':'+_0x3296c4+':'+_0x2e97c2[_0x1ea6eb(0x938)](',');}[_0x5347ad(0x914)](){const _0x522a26=_0x5347ad;var _0x40d5c0,_0x3a68b6,_0x28f6d9;if(this['_slideTextEditingService']['getEditing']()){this['_clearPopup']();return;}let _0x5eac70=this[_0x522a26(0xa25)][_0x522a26(0x988)][_0x522a26(0x67f)]()[_0x522a26(0x45c)]();if(!_0x5eac70[_0x522a26(0x61e)]){if(this[_0x522a26(0x2ae)]())return;this['_clearPopup']();return;}let _0x2cb7c2=Array['from'](_0x5eac70[_0x522a26(0x244)]())['map'](_0x5becd1=>{const _0x4f7f05=_0x522a26;let _0x578caa=_0x5becd1;if(!_0x578caa)return null;let _0x21cde1=this[_0x4f7f05(0x9ca)][_0x4f7f05(0x22d)](_0x578caa[_0x4f7f05(0xa26)]);return _0x21cde1?{'object':_0x578caa,'drawing':_0x21cde1}:null;})['filter'](_0x410064=>!!_0x410064);if(!_0x2cb7c2[_0x522a26(0x9dd)]){if(this['_isPopupSelectionStillActive']())return;this[_0x522a26(0x311)]();return;}let _0x515160=this['_slideDrawingStateService'][_0x522a26(0x996)](),_0x2510f2=(_0x40d5c0=_0x2cb7c2[_0x522a26(0x850)](_0x164085=>_0x164085[_0x522a26(0x967)][_0x522a26(0x51f)]===_0x515160['focusedId']))==null?_0x2cb7c2[0x0]:_0x40d5c0;if(!_0x2510f2){if(this[_0x522a26(0x2ae)]())return;this[_0x522a26(0x311)]();return;}let _0x2ef191=_0x2cb7c2[_0x522a26(0x85d)](_0x1b275e=>{const _0x2fa5f2=_0x522a26;let _0x35812f=this[_0x2fa5f2(0x5bb)][_0x2fa5f2(0x429)]({'unitId':_0x1b275e[_0x2fa5f2(0x967)][_0x2fa5f2(0x51b)],'subUnitId':_0x1b275e[_0x2fa5f2(0x967)]['subUnitId'],'drawingId':_0x1b275e[_0x2fa5f2(0x967)][_0x2fa5f2(0x51f)]});return _0x35812f?{..._0x1b275e,'drawing':_0x35812f}:null;})[_0x522a26(0x9bf)](_0x29695e=>!!_0x29695e),_0x4f7949=_0x2ef191[_0x522a26(0x850)](_0x37b9c6=>_0x37b9c6[_0x522a26(0x967)][_0x522a26(0x51f)]===_0x2510f2[_0x522a26(0x967)][_0x522a26(0x51f)]),_0x20e027=_0x4f7949==null?void 0x0:_0x4f7949[_0x522a26(0x967)];if(!_0x20e027){this[_0x522a26(0x311)]();return;}let _0x2c5746=this['_resolveShapeToolbarEntry'](_0x2ef191,_0x515160[_0x522a26(0x6fe)]),_0x6a5f52=(_0x2c5746==null?void 0x0:_0x2c5746[_0x522a26(0x967)]['element'][_0x522a26(0x72f)])===_0x42916e[_0x522a26(0x514)]?_0x2c5746['drawing'][_0x522a26(0x5fb)]:null,_0x87b7c3=_0x2cb7c2[_0x522a26(0x9dd)]===0x1&&!!_0x6a5f52&&(_0x2c5746==null?void 0x0:_0x2c5746[_0x522a26(0x967)][_0x522a26(0x51f)])===_0x20e027[_0x522a26(0x51f)]&&_0x6a5f52[_0x522a26(0x4fd)]['shapeType']&&_0x556e5e(_0x6a5f52[_0x522a26(0x4fd)][_0x522a26(0x3da)]),_0x5f3da0=_0x2cb7c2[_0x522a26(0x9dd)]>0x1||_0x20e027[_0x522a26(0x5fb)]['type']===_0x42916e['Group'];if(_0x87b7c3&&!_0x5f3da0){this[_0x522a26(0x311)]();return;}if(!_0x6a5f52&&!_0x5f3da0){this[_0x522a26(0x311)]();return;}let _0x31e7c7=((_0x3a68b6=_0x515160['context'])==null?void 0x0:_0x3a68b6[_0x522a26(0x51b)])===_0x2510f2['drawing'][_0x522a26(0x51b)]&&_0x515160[_0x522a26(0x522)]['subUnitId']===_0x2510f2[_0x522a26(0x967)][_0x522a26(0x657)]&&_0x515160[_0x522a26(0x9be)][_0x522a26(0x9dd)]?_0x515160['selectedIds']:_0x2cb7c2['map'](_0x4cfa22=>_0x4cfa22['drawing']['drawingId']),_0x4a57bf=this[_0x522a26(0x729)](_0x2510f2[_0x522a26(0x967)]['unitId'],_0x2510f2[_0x522a26(0x967)][_0x522a26(0x657)],_0x31e7c7);this['_popupDisposable']&&this[_0x522a26(0x842)]===_0x4a57bf||(this[_0x522a26(0x311)](),this[_0x522a26(0x652)]=this['disposeWithMe'](this[_0x522a26(0x347)][_0x522a26(0x956)](_0x2510f2['drawing']['unitId'],_0x2510f2[_0x522a26(0x967)][_0x522a26(0x657)],_0x2510f2[_0x522a26(0x8dd)],{'componentKey':xh,'direction':'top-center','offset':[0x0,0x8],'extraProps':{'unitId':_0x2510f2[_0x522a26(0x967)]['unitId'],'subUnitId':_0x2510f2[_0x522a26(0x967)]['subUnitId'],'drawingId':(_0x28f6d9=_0x2c5746==null?void 0x0:_0x2c5746[_0x522a26(0x967)][_0x522a26(0x51f)])==null?_0x2510f2[_0x522a26(0x967)][_0x522a26(0x51f)]:_0x28f6d9,'shapeType':_0x6a5f52==null?void 0x0:_0x6a5f52['shapeData'][_0x522a26(0x3da)],'shapeData':_0x6a5f52==null?void 0x0:_0x6a5f52[_0x522a26(0x4fd)]}})),this[_0x522a26(0x842)]=_0x4a57bf);}[_0x5347ad(0x182)](_0x5d3f1e,_0x19db17){const _0x899bf2=_0x5347ad;var _0x2079bb;let _0x4f46e1=_0x5d3f1e[_0x899bf2(0x9bf)](_0x1f48df=>_0x1f48df[_0x899bf2(0x967)]['element'][_0x899bf2(0x72f)]===_0x42916e['Shape']);return _0x4f46e1[_0x899bf2(0x9dd)]?(_0x19db17?_0x4f46e1[_0x899bf2(0x850)](_0x1fc200=>_0x1fc200[_0x899bf2(0x967)][_0x899bf2(0x51f)]===_0x19db17):null)||((_0x2079bb=_0x4f46e1[_0x899bf2(0x850)](_0x18be1d=>{const _0x205863=_0x899bf2;let _0x70d8e0=_0x18be1d[_0x205863(0x967)]['element']['shapeData'][_0x205863(0x3da)];return!_0x70d8e0||!_0x556e5e(_0x70d8e0);}))==null?_0x4f46e1[0x0]:_0x2079bb):null;}};e_=$([Q(0x1,_0x3bd740(Gg)),Q(0x2,_0x3bd740(kf)),Q(0x3,_0x3bd740(Mh)),Q(0x4,_0x3bd740(fc)),Q(0x5,_0x3bd740(_0x47c48b))],e_);const t_={'width':0xf0,'height':0x78};function n_(_0x556b72,_0x2a9e94){const _0x3056f9=_0x5347ad;return{'id':_0x556b72,'body':{'dataStream':_0x2a9e94+'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':_0x2a9e94[_0x3056f9(0x9dd)],'paragraphId':_0x27afdc(new Set())}]},'documentStyle':{'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'marginTop':0x0,'pageSize':{...t_}}};}function r_(_0x176e29,_0x3240eb){let _0x172be2=_0x4513d3['deepClone'](_0x3240eb);return _0x172be2['id']=_0x176e29,_0x172be2;}function i_(_0x190e8a,_0x1fc149,_0x2e9ffd){const _0x8e18b6=_0x5347ad;var _0x320e6e;let _0x140bd9=_0x4513d3[_0x8e18b6(0x6f3)](_0x190e8a),_0x199214=(_0x320e6e=_0x140bd9['documentStyle'])==null?{}:_0x320e6e,_0x44a453={..._0x199214[_0x8e18b6(0x70b)]};if(_0x1fc149!==void 0x0){var _0x397d28;_0x44a453[_0x8e18b6(0x95a)]=_0x1fc149;let _0x3bcb1c=(_0x397d28=_0x140bd9[_0x8e18b6(0x570)])==null?void 0x0:_0x397d28[_0x8e18b6(0x64e)];if(_0x3bcb1c){for(let _0x215ad7 of _0x3bcb1c)_0x215ad7['paragraphStyle']={..._0x215ad7[_0x8e18b6(0x377)],'horizontalAlign':_0x1fc149};}}return _0x2e9ffd!==void 0x0&&(_0x44a453[_0x8e18b6(0x195)]=_0x2e9ffd),_0x140bd9['documentStyle']={..._0x199214,'renderConfig':Object[_0x8e18b6(0x4fc)](_0x44a453)[_0x8e18b6(0x9dd)]>0x0?_0x44a453:void 0x0},_0x140bd9;}function a_(_0x874677){const _0x1b4c95=_0x5347ad;var _0x3ccaaa;let _0x5bcd9f=_0x874677==null||(_0x3ccaaa=_0x874677[_0x1b4c95(0x6d0)])==null?void 0x0:_0x3ccaaa[_0x1b4c95(0x513)];return _0x5bcd9f==null?null:_0x5bcd9f;}function o_(_0x2d7f37){const _0x3e54cf=_0x5347ad;let _0x84c5b7=_0x2d7f37==null?void 0x0:_0x2d7f37[_0x3e54cf(0x6d0)];return{'horizontalAlign':_0x84c5b7==null?void 0x0:_0x84c5b7['ha'],'verticalAlign':_0x84c5b7==null?void 0x0:_0x84c5b7['va']};}function s_(_0x1846b6){return _0x1846b6;}function c_(_0x2f2378,_0x25b5c5,_0x2eedeb){const _0x28ffea=_0x5347ad;let {element:_0x479093}=_0x2f2378;if(_0x479093[_0x28ffea(0x72f)]===_0x42916e[_0x28ffea(0x66c)]){var _0x270520,_0x3753ef,_0xd1829,_0x3fec9a,_0x5240f6,_0x2108c3,_0x2a4689,_0x162f6a,_0x3a704a,_0x217e93;if(_0x479093['textData'])return r_(_0x25b5c5,_0x479093['textData']);let _0x2fcaf0=Qo({'isHorizontal':!0x0,'isRichText':!0x1,'text':(_0x270520=_0x479093[_0x28ffea(0x742)])==null?'':_0x270520,'fontFamily':(_0x3753ef=_0x479093['textStyle'])==null?void 0x0:_0x3753ef[_0x28ffea(0x560)],'fontSize':(_0xd1829=_0x479093['textStyle'])==null?void 0x0:_0xd1829['fontSize'],'color':(_0x3fec9a=_0x479093[_0x28ffea(0x14a)])==null?void 0x0:_0x3fec9a[_0x28ffea(0x3b7)],'bold':(_0x5240f6=_0x479093['textStyle'])==null?void 0x0:_0x5240f6[_0x28ffea(0x18e)],'italic':(_0x2108c3=_0x479093[_0x28ffea(0x14a)])==null?void 0x0:_0x2108c3[_0x28ffea(0x1e5)],'underline':(_0x2a4689=_0x479093['textStyle'])==null?void 0x0:_0x2a4689[_0x28ffea(0x369)]}),_0x3931c1=(_0x162f6a=_0x479093[_0x28ffea(0x742)])==null?'':_0x162f6a,_0x34e9a8={...ts(_0x2fcaf0),'fs':s_((_0x3a704a=_0x2fcaf0[_0x28ffea(0x797)])==null?0x10:_0x3a704a)},_0x10c8e6=$o(_0x2fcaf0['horizontalAlign']),_0x5c0043=es(_0x2fcaf0[_0x28ffea(0x195)]),_0x5f1ed1=_0x2fcaf0[_0x28ffea(0x584)]!==!0x1,_0x50d23b=_0x51368b(_0x3931c1,{'id':_0x25b5c5,'textStyle':_0x34e9a8,'horizontalAlign':_0x10c8e6,'verticalAlign':_0x5c0043});return{..._0x50d23b,'documentStyle':{..._0x50d23b['documentStyle'],'pageSize':{...t_},'renderConfig':{...(_0x217e93=_0x50d23b[_0x28ffea(0x923)])==null?void 0x0:_0x217e93[_0x28ffea(0x70b)],..._0x5f1ed1?{}:{'centerAngle':_0x52f2ca,'vertexAngle':_0x52f2ca},'wrapStrategy':_0x3095f4['WRAP']}}};}if(_0x479093[_0x28ffea(0x72f)]===_0x42916e[_0x28ffea(0x514)]){var _0x423cb5,_0x5e876a,_0x4dda83;let _0x55d0ce=_0x479093[_0x28ffea(0x4fd)][_0x28ffea(0x96e)],_0x564de9=a_(_0x55d0ce);if(_0x564de9){let {horizontalAlign:_0x41e41e,verticalAlign:_0x2668a0}=o_(_0x55d0ce);return r_(_0x25b5c5,i_(_0x564de9,_0x41e41e,_0x2668a0));}let _0x7558a9=Qo(_0x55d0ce&&_0x28ffea(0x5c3)in _0x55d0ce&&_0x55d0ce[_0x28ffea(0x5c3)]===!0x1?_0x55d0ce:void 0x0,_0x2eedeb),_0x43de34=(_0x423cb5=_0x7558a9['text'])==null?'':_0x423cb5,_0x38dbcf={...ts(_0x7558a9),'fs':s_((_0x5e876a=_0x7558a9[_0x28ffea(0x797)])==null?0x10:_0x5e876a)},_0x3f68f5=$o(_0x7558a9[_0x28ffea(0x95a)]),_0x2d0577=es(_0x7558a9[_0x28ffea(0x195)]),_0x357578=_0x7558a9[_0x28ffea(0x584)]!==!0x1,_0x34c020=_0x51368b(_0x43de34,{'id':_0x25b5c5,'textStyle':_0x38dbcf,'horizontalAlign':_0x3f68f5,'verticalAlign':_0x2d0577});return{..._0x34c020,'documentStyle':{..._0x34c020['documentStyle'],'pageSize':{...t_},'renderConfig':{...(_0x4dda83=_0x34c020[_0x28ffea(0x923)])==null?void 0x0:_0x4dda83['renderConfig'],..._0x357578?{}:{'centerAngle':_0x52f2ca,'vertexAngle':_0x52f2ca},'wrapStrategy':_0x3095f4[_0x28ffea(0x5e3)]}}};}if(_0x479093[_0x28ffea(0x72f)]===_0x42916e[_0x28ffea(0x4a9)]){var _0x47f841,_0x51b69a,_0x2f1c7c;let _0x30be34=_0x479093[_0x28ffea(0x344)][_0x28ffea(0x72f)],_0x242ba6=_0x479093[_0x28ffea(0x742)]?(_0x47f841=_0x479093[_0x28ffea(0x344)]['textConfig'])==null?void 0x0:_0x47f841['textData']:void 0x0;if(_0x242ba6)return r_(_0x25b5c5,_0x242ba6);let _0x5466c5=(_0x51b69a=_0x479093[_0x28ffea(0x742)])==null?'':_0x51b69a,_0x673fff=0x12,_0x12233e='Source\x20Han\x20Sans\x20CN,\x20PingFang\x20SC,\x20Microsoft\x20YaHei,\x20sans-serif',_0x39af2c=0x190,_0x5a0dbb=_o,_0x20a9a7=_0x30be34===_0x551466[_0x28ffea(0x4ae)],_0x5dd027=_0x20a9a7?_0x3d6504[_0x28ffea(0x420)]:_0x3d6504[_0x28ffea(0x575)],_0x3c190c=_0x20a9a7?_0x3ebbcf['TOP']:_0x3ebbcf[_0x28ffea(0x8e0)];_0x30be34===_0x551466['Title']||_0x30be34===_0x551466[_0x28ffea(0x643)]?(_0x673fff=0x28,_0x12233e='Source\x20Han\x20Serif\x20SC,\x20Songti\x20SC,\x20serif',_0x39af2c=0x258,_0x5a0dbb=yo):(_0x30be34===_0x551466[_0x28ffea(0x327)]||_0x30be34===_0x551466[_0x28ffea(0x14d)])&&(_0x673fff=0xe,_0x5a0dbb=bo,_0x39af2c=0x190);let _0x43cf51=_0x51368b(_0x5466c5,{'id':_0x25b5c5,'textStyle':{'ff':_0x12233e,'fs':s_(_0x673fff),'cl':{'rgb':_0x5a0dbb},'bl':_0x39af2c>=0x258?_0x4b402d[_0x28ffea(0x658)]:_0x4b402d[_0x28ffea(0x272)]},'horizontalAlign':_0x5dd027,'verticalAlign':_0x3c190c,..._0x20a9a7?{'bullet':{'listId':_0x25b5c5+_0x28ffea(0x35e),'listType':_0xa492d3[_0x28ffea(0x5b2)],'nestingLevel':0x0}}:{}});return{..._0x43cf51,'documentStyle':{..._0x43cf51['documentStyle'],'pageSize':{...t_},'renderConfig':{...(_0x2f1c7c=_0x43cf51[_0x28ffea(0x923)])==null?void 0x0:_0x2f1c7c[_0x28ffea(0x70b)],'wrapStrategy':_0x3095f4[_0x28ffea(0x5e3)]}}};}return n_(_0x25b5c5,'');}let l_=class extends _0x55f58f{constructor(_0x1f2190,_0x59ef09,_0x11b247,_0x458ca6,_0x1b9b91,_0xb93b22){const _0x530f3=_0x5347ad;super(),this[_0x530f3(0xa25)]=_0x1f2190,this[_0x530f3(0x68c)]=_0x59ef09,this[_0x530f3(0x5bb)]=_0x11b247,this[_0x530f3(0x9ca)]=_0x458ca6,this[_0x530f3(0x16c)]=_0x1b9b91,this[_0x530f3(0x789)]=_0xb93b22,Z(this,_0x530f3(0x95f),0x0),this['_init']();}['_shouldIgnoreFocusChanges'](){const _0x2b5e24=_0x5347ad;return Date[_0x2b5e24(0x7f4)]()<this[_0x2b5e24(0x95f)]||this[_0x2b5e24(0x16c)]['shouldIgnoreExternalFocusChanges']();}[_0x5347ad(0x672)](){const _0x5077c5=_0x5347ad;return Date[_0x5077c5(0x7f4)]()<this['_ignoreFocusChangesUntil'];}[_0x5347ad(0x229)](){const _0x29b390=_0x5347ad;let {scene:_0x541629,unitId:_0x23dbea}=this[_0x29b390(0xa25)],_0x21b171=this[_0x29b390(0x68c)][_0x29b390(0x46d)](_0x23dbea,_0x2a9855[_0x29b390(0x57f)]),_0x191319=null;this[_0x29b390(0x70e)](this[_0x29b390(0x16c)]['editingParams$']['pipe'](_0x4c6570(this[_0x29b390(0x457)]))[_0x29b390(0x7f6)](_0x52d516=>{const _0xf2ac7f=_0x29b390;_0x191319&&_0x191319!==(_0x52d516==null?void 0x0:_0x52d516[_0xf2ac7f(0x656)])&&(this[_0xf2ac7f(0x383)](_0x191319),_0x191319=null),_0x52d516!=null&&_0x52d516[_0xf2ac7f(0x656)]&&(this[_0xf2ac7f(0x63d)](_0x52d516[_0xf2ac7f(0x656)],!!_0x52d516['visible']),_0x191319=_0x52d516['shapeKey']),this[_0xf2ac7f(0x789)][_0xf2ac7f(0x411)](_0x35557d,!!(_0x52d516!=null&&_0x52d516[_0xf2ac7f(0x56e)]));}));let _0x3d71e0=_0x541629[_0x29b390(0x4b2)]();_0x3d71e0&&this[_0x29b390(0x70e)](_0x471aca(_0x3d71e0[_0x29b390(0x864)][_0x29b390(0xa14)](_0x4c6570(this[_0x29b390(0x457)]))[_0x29b390(0x7f6)](()=>{const _0x246c29=_0x29b390;this[_0x246c29(0x663)]()||this[_0x246c29(0x16c)][_0x246c29(0x1ea)]()&&this['_slideTextEditingService'][_0x246c29(0x209)]();}))),this[_0x29b390(0x70e)](_0x471aca(this[_0x29b390(0x9ca)]['onDoubleClick$'][_0x29b390(0xa14)](_0x4c6570(this[_0x29b390(0x457)]))['subscribe'](_0xdf7c29=>{const _0x3e7450=_0x29b390;Ac(_0xdf7c29[_0x3e7450(0x967)])&&this['_enterEditing'](_0xdf7c29[_0x3e7450(0x967)],_0xdf7c29[_0x3e7450(0xa26)]);}))),this[_0x29b390(0x70e)](_0x541629['onPointerDown$']['subscribeEvent'](_0x16e78d=>{const _0x4de107=_0x29b390;let _0x33de45=this[_0x4de107(0x16c)][_0x4de107(0x1ea)]();if(!_0x33de45||this[_0x4de107(0x672)]())return;let _0x4ea690=this[_0x4de107(0x9ca)][_0x4de107(0x73f)](_0x16e78d[_0x4de107(0x88f)],_0x16e78d['offsetY']);(_0x4ea690==null?void 0x0:_0x4ea690[_0x4de107(0xa26)])!==_0x33de45['shapeKey']&&this['_slideTextEditingService'][_0x4de107(0x209)]();})),_0x21b171&&this[_0x29b390(0x70e)](_0x471aca(_0x21b171[_0x29b390(0x27d)]['activeSlideId$']['pipe'](_0x4c6570(this[_0x29b390(0x457)]))[_0x29b390(0x7f6)](()=>{const _0x2caed5=_0x29b390;this['_slideTextEditingService']['getEditing']()&&!this[_0x2caed5(0x663)]()&&this['_slideTextEditingService']['completeEditing']();}))),this[_0x29b390(0x70e)](this[_0x29b390(0x5bb)][_0x29b390(0x532)][_0x29b390(0xa14)](_0x4c6570(this[_0x29b390(0x457)]))[_0x29b390(0x7f6)](_0x1a5a55=>{const _0x162e01=_0x29b390;if(this[_0x162e01(0x663)]())return;let _0x3b81f4=this[_0x162e01(0x16c)][_0x162e01(0x1ea)]();if(!_0x3b81f4)return;if(!_0x1a5a55||_0x1a5a55['length']!==0x1){this[_0x162e01(0x16c)][_0x162e01(0x209)]();return;}let _0x5cb9fe=_0x1a5a55[0x0];(_0x5cb9fe[_0x162e01(0x51b)]!==_0x3b81f4['unitId']||_0x5cb9fe['subUnitId']!==_0x3b81f4['subUnitId']||_0x5cb9fe[_0x162e01(0x51f)]!==_0x3b81f4['shapeId'])&&this[_0x162e01(0x16c)]['completeEditing']();})),this[_0x29b390(0x70e)](this['_slideDrawingService'][_0x29b390(0x5c8)][_0x29b390(0xa14)](_0x4c6570(this[_0x29b390(0x457)]))[_0x29b390(0x7f6)](_0x4ffda3=>{const _0x89604a=_0x29b390;let _0x1f1adf=this['_slideTextEditingService'][_0x89604a(0x1ea)]();_0x1f1adf&&_0x4ffda3[_0x89604a(0x697)](_0x451f20=>_0x451f20['unitId']===_0x1f1adf['unitId']&&_0x451f20[_0x89604a(0x657)]===_0x1f1adf['subUnitId']&&_0x451f20[_0x89604a(0x51f)]===_0x1f1adf[_0x89604a(0x62f)])&&this[_0x89604a(0x16c)]['setEditing'](null);}));}[_0x5347ad(0x383)](_0x50c337){const _0x200fd8=_0x5347ad;this[_0x200fd8(0x63d)](_0x50c337,!0x1);}[_0x5347ad(0x63d)](_0xd64fe7,_0x53a878){const _0x126b6d=_0x5347ad;let _0xb3dec6=this[_0x126b6d(0xa25)]['scene'][_0x126b6d(0x612)](_0xd64fe7);(_0xb3dec6 instanceof hs||_0xb3dec6 instanceof Vo)&&_0xb3dec6[_0x126b6d(0x400)](_0x53a878);}[_0x5347ad(0x94c)](_0x43c382,_0x69ce59){const _0x237b84=_0x5347ad;if(!_0x43c382||!Ac(_0x43c382))return;let _0x363653=this[_0x237b84(0x68c)]['getUnit'](_0x43c382[_0x237b84(0x51b)],_0x2a9855[_0x237b84(0x57f)]),_0x520d2a=c_(_0x43c382,qg,_0x363653==null?void 0x0:_0x363653[_0x237b84(0x185)](_0x43c382[_0x237b84(0x657)]));this['_ignoreFocusChangesUntil']=Date[_0x237b84(0x7f4)]()+0x12c,this[_0x237b84(0x16c)][_0x237b84(0x209)](),this['_slideTextEditingService'][_0x237b84(0x400)]({'unitId':_0x43c382[_0x237b84(0x51b)],'subUnitId':_0x43c382[_0x237b84(0x657)],'shapeId':_0x43c382['drawingId'],'sourcePageType':_0x43c382['sourcePageType'],'shapeKey':_0x69ce59,'initialText':kc(_0x43c382),'visible':!0x0,'initialDocData':_0x520d2a});}['_getDrawingByObjectKey'](_0x1fd0ba){const _0x18f615=_0x5347ad;let {unitId:_0x3b021c}=this['_renderContext'],_0x22d4db=this['_instanceService'][_0x18f615(0x46d)](_0x3b021c,_0x2a9855['UNIVER_SLIDE']),_0x5b095c=_0x22d4db==null?void 0x0:_0x22d4db[_0x18f615(0x27d)][_0x18f615(0x3c9)](),_0x31e82f=_0x5b095c==null?void 0x0:_0x5b095c[_0x18f615(0xa23)]();if(!_0x31e82f)return null;let _0x5c7718=''+Oh+_0x3b021c+'-'+_0x31e82f+'-';if(!_0x1fd0ba[_0x18f615(0x9bc)](_0x5c7718))return null;let _0x5d98cb=_0x1fd0ba[_0x18f615(0x5b1)](_0x5c7718['length']);return this[_0x18f615(0x5bb)]['getDrawingByParam']({'unitId':_0x3b021c,'subUnitId':_0x31e82f,'drawingId':_0x5d98cb});}};l_=$([Q(0x1,_0x1c430b),Q(0x2,_0x47c48b),Q(0x3,_0x3bd740(Mh)),Q(0x4,_0x3bd740(fc)),Q(0x5,_0x2ef0fe)],l_);var u_=class extends _0x278e37{constructor(..._0x4fdfe5){const _0x295656=_0x5347ad;super(..._0x4fdfe5),Z(this,_0x295656(0x1fe),new _0x309cfe(null)),Z(this,_0x295656(0x8c6),this[_0x295656(0x1fe)]['asObservable']()),Z(this,_0x295656(0x3ea),0x0);}[_0x5347ad(0xa12)](_0x5500aa){const _0x4e8521=_0x5347ad;let _0x200a6b={..._0x5500aa,'editorUnitId':f_(_0x5500aa[_0x4e8521(0x2a4)]),'sessionId':++this[_0x4e8521(0x3ea)],'documentData':_0x4513d3[_0x4e8521(0x6f3)](_0x5500aa['documentData']),'measurement':p_(_0x5500aa[_0x4e8521(0x922)]),'visible':!0x0};return this[_0x4e8521(0x1fe)]['next'](_0x200a6b),{'dispose':()=>{const _0x30fd0e=_0x4e8521;this[_0x30fd0e(0x1fe)][_0x30fd0e(0x336)]()===_0x200a6b&&this['close']();}};}[_0x5347ad(0x841)](_0x427742){const _0x125267=_0x5347ad;var _0x540c47;let _0x3b456e=this['_session$']['getValue']();_0x3b456e&&this[_0x125267(0x1fe)]['next']({..._0x3b456e,..._0x427742,'editorUnitId':_0x427742['editorId']?f_(_0x427742['editorId']):_0x3b456e['editorUnitId'],'documentData':_0x427742[_0x125267(0x207)]?_0x4513d3[_0x125267(0x6f3)](_0x427742[_0x125267(0x207)]):_0x3b456e[_0x125267(0x207)],'layout':(_0x540c47=_0x427742[_0x125267(0x922)])==null?_0x3b456e[_0x125267(0x922)]:_0x540c47,'measurement':_0x427742[_0x125267(0x922)]?p_(_0x427742[_0x125267(0x922)]):_0x3b456e['measurement'],'sessionId':_0x3b456e[_0x125267(0x8c3)],'visible':!0x0});}[_0x5347ad(0x16b)](_0xc06138){const _0x64f857=_0x5347ad;let _0x623871=this[_0x64f857(0x1fe)][_0x64f857(0x336)]();_0x623871&&this[_0x64f857(0x1fe)][_0x64f857(0x920)]({..._0x623871,'documentData':_0x4513d3['deepClone'](_0xc06138)});}[_0x5347ad(0x27f)](_0xbda3d4){const _0x1960ba=_0x5347ad;let _0xdbd2b9=this['_session$'][_0x1960ba(0x336)]();_0xdbd2b9&&this[_0x1960ba(0x1fe)][_0x1960ba(0x920)]({..._0xdbd2b9,'measurement':_0xbda3d4});}[_0x5347ad(0x6f4)](_0x25da5c,_0x5269b8,_0x19f266){const _0x4e2a63=_0x5347ad;var _0x28b231;let _0x1e693a=this[_0x4e2a63(0x1fe)][_0x4e2a63(0x336)]();if(!_0x1e693a||_0x19f266!==void 0x0&&_0x1e693a[_0x4e2a63(0x8c3)]!==_0x19f266)return;let _0x6f5c8=_0x4513d3[_0x4e2a63(0x6f3)](_0x25da5c==null?_0x1e693a['documentData']:_0x25da5c);(_0x28b231=_0x1e693a[_0x4e2a63(0x8a2)])==null||_0x28b231[_0x4e2a63(0x549)](_0x1e693a,_0x6f5c8,_0x1e693a[_0x4e2a63(0x522)],_0x5269b8==null?_0x1e693a['measurement']:_0x5269b8),this[_0x4e2a63(0x978)](_0x1e693a[_0x4e2a63(0x8c3)]);}[_0x5347ad(0x76f)](_0x1cd159){const _0x2c833b=_0x5347ad;var _0xdfb5ba;let _0x2cee80=this[_0x2c833b(0x1fe)][_0x2c833b(0x336)]();_0x2cee80&&(_0x1cd159!==void 0x0&&_0x2cee80[_0x2c833b(0x8c3)]!==_0x1cd159||((_0xdfb5ba=_0x2cee80['onCancel'])==null||_0xdfb5ba[_0x2c833b(0x549)](_0x2cee80,_0x2cee80[_0x2c833b(0x522)]),this[_0x2c833b(0x978)](_0x2cee80['sessionId'])));}[_0x5347ad(0x978)](_0x2f9047){const _0x54614d=_0x5347ad;let _0x147015=this[_0x54614d(0x1fe)][_0x54614d(0x336)]();_0x2f9047!==void 0x0&&(_0x147015==null?void 0x0:_0x147015[_0x54614d(0x8c3)])!==_0x2f9047||this[_0x54614d(0x1fe)]['next'](null);}['getSession'](){const _0x3c604a=_0x5347ad;return this[_0x3c604a(0x1fe)][_0x3c604a(0x336)]();}[_0x5347ad(0x261)](){const _0x315073=_0x5347ad;this[_0x315073(0x978)](),this[_0x315073(0x1fe)][_0x315073(0x6f4)](),super[_0x315073(0x261)]();}};const d_=_0x47190b(_0x5347ad(0x99d));function f_(_0x41b50a){const _0x47a029=_0x5347ad;return _0x27bd9b(_0x41b50a)?_0x41b50a:_0x353b37(_0x47a029(0x317)+_0x41b50a);}function p_(_0x2bd5bc){const _0xbed81a=_0x5347ad;return{'width':_0x2bd5bc[_0xbed81a(0x281)]['width'],'minHeight':_0x2bd5bc['rect'][_0xbed81a(0x95b)],'actualHeight':_0x2bd5bc['rect'][_0xbed81a(0x95b)],'contentHeight':_0x2bd5bc['rect'][_0xbed81a(0x95b)],'marginTop':0x0};}function m_(_0x2f408d){const _0x257a44=_0x5347ad;return{'scaleX':g_(_0x2f408d==null?void 0x0:_0x2f408d['scaleX'],0x1),'scaleY':g_(_0x2f408d==null?void 0x0:_0x2f408d[_0x257a44(0x96b)],0x1)};}function h_(_0x3b7096,_0x456e00=_0x3b7096[_0x5347ad(0x281)][_0x5347ad(0x95b)]){const _0x1c8bb0=_0x5347ad;let {rect:_0x5811d7}=_0x3b7096,{scaleX:_0x10ac9d,scaleY:_0x13e495}=m_(_0x3b7096[_0x1c8bb0(0x558)]),_0x107fbd=Math[_0x1c8bb0(0x496)](0x1,_0x5811d7[_0x1c8bb0(0x8d2)]),_0x2b52b3=Math[_0x1c8bb0(0x496)](0x1,_0x5811d7['height']),_0x55b1d6=_0x107fbd*_0x10ac9d,_0x453c5b=_0x2b52b3*_0x13e495;return{'left':_0x5811d7[_0x1c8bb0(0x5e2)]+(_0x107fbd-_0x55b1d6)/0x2,'top':_0x5811d7[_0x1c8bb0(0x717)]+(_0x2b52b3-_0x453c5b)/0x2,'width':_0x55b1d6,'height':_0x453c5b};}function g_(_0x25ad0e,_0x16be20){const _0x555ce8=_0x5347ad;return typeof _0x25ad0e==_0x555ce8(0x6ce)&&Number['isFinite'](_0x25ad0e)&&_0x25ad0e>0x0?_0x25ad0e:_0x16be20;}function __(_0x7b12e2){const _0x56246d=_0x5347ad;return!_0x7b12e2||typeof _0x7b12e2!=_0x56246d(0x8dd)?!0x1:_0x56246d(0x1c4)in _0x7b12e2||_0x56246d(0x221)in _0x7b12e2;}function v_(_0x3fb9ce){const _0x52b638=_0x5347ad;var _0x28ec5f;if(!_0x3fb9ce)return;let _0x290ccb=new Set();__(_0x3fb9ce[_0x52b638(0x7b0)])&&_0x290ccb[_0x52b638(0x241)](_0x3fb9ce[_0x52b638(0x7b0)]),(_0x28ec5f=_0x3fb9ce[_0x52b638(0x7f7)])==null||_0x28ec5f[_0x52b638(0x4fa)](_0xeb3f36=>{__(_0xeb3f36)&&_0x290ccb['add'](_0xeb3f36);}),_0x290ccb[_0x52b638(0x4fa)](_0x1ee7db=>{const _0x20ffc3=_0x52b638;let _0x392368=!0x1;if(_0x1ee7db[_0x20ffc3(0x1c4)]!==void 0x0&&_0x1ee7db[_0x20ffc3(0x1c4)]!==0x0&&(_0x1ee7db[_0x20ffc3(0x1c4)]=0x0,_0x392368=!0x0),_0x1ee7db[_0x20ffc3(0x221)]!==void 0x0&&_0x1ee7db[_0x20ffc3(0x221)]!==0x0&&(_0x1ee7db['pageMarginTop']=0x0,_0x392368=!0x0),_0x392368){var _0x35d148;(_0x35d148=_0x1ee7db['makeDirty'])==null||_0x35d148[_0x20ffc3(0x549)](_0x1ee7db,!0x0);}});}const y_={'scaleX':0x1,'scaleY':0x1},b_=[0x8,0x9,0xa,0xb,0xc,0xe,0x12,0x18,0x1c,0x20,0x28,0x3c,0x58];function x_(_0x4cbdf7){const _0x31f93c=_0x5347ad;var _0x209267,_0x515007,_0x5ce644;_0x4cbdf7&&((_0x209267=_0x4cbdf7[_0x31f93c(0x381)])==null||_0x209267[_0x31f93c(0x4fa)](_0x53c021=>_0x53c021[_0x31f93c(0x553)]()),(_0x515007=_0x4cbdf7[_0x31f93c(0x952)])==null||_0x515007['forEach'](_0x644e15=>_0x644e15[_0x31f93c(0x553)]()),_0x4cbdf7['_scenePointerMoveSubs']=[],_0x4cbdf7[_0x31f93c(0x952)]=[],(_0x5ce644=_0x4cbdf7[_0x31f93c(0x951)])==null||_0x5ce644[_0x31f93c(0x549)](_0x4cbdf7),_0x4cbdf7['_onPointerEvent']=!0x1,_0x4cbdf7[_0x31f93c(0x799)](),_0x4cbdf7[_0x31f93c(0x84b)]());}function S_(){const _0x24d645=_0x5347ad;let _0x30f3c2=_0x37e5d1(_0x4427ea(d_)['session$']);return _0x30f3c2!=null&&_0x30f3c2[_0x24d645(0x56e)]?_0x4b9848(C_,{'session':_0x30f3c2},_0x30f3c2['sessionId']):null;}function C_(_0x1a26be){const _0x8512eb=_0x5347ad;var _0x5acfd9,_0xbaa784,_0x1efb12;let {session:_0x243275}=_0x1a26be,_0x3c5962=_0x243275[_0x8512eb(0x7ea)],_0x39533a=_0x4427ea(d_),_0x54ac3a=_0x4427ea(_0x2f9dc4),_0x37728a=_0x4427ea(_0x46972e),_0x5e6cd1=_0x4427ea(_0x446559),_0x4f9578=_0x4427ea(_0x1c430b),_0xbf05ae=_0x179cf0(null),_0x15880e=_0x179cf0(null),_0x166ae4=_0x179cf0(_0x243275[_0x8512eb(0x207)]),_0x168a09=_0x179cf0(_0x243275[_0x8512eb(0xa18)]),_0x566c5e=_0x179cf0(0x0),_0x14c84e=_0x179cf0(0x0),_0x2ed009=_0x179cf0(!0x0),_0x473c19=_0x179cf0({}),[_0x34020a,_0x4a98c9]=_0x4692d4(_0x243275[_0x8512eb(0xa18)]),_0x1a5a95=_0x78f4e5(()=>m_(_0x243275[_0x8512eb(0x922)][_0x8512eb(0x558)]),[_0x243275[_0x8512eb(0x922)][_0x8512eb(0x558)]]),_0x4d0d28=_0x243275[_0x8512eb(0x7f1)]===_0x8512eb(0x3e2),_0x169051=_0x4966c7({'editorId':_0x3c5962,'initialValue':_0x78f4e5(()=>Co(_0x243275[_0x8512eb(0x207)],_0x243275[_0x8512eb(0x922)]),[_0x243275]),'container':_0x15880e,'autoFocus':!0x1,'isSingle':_0x243275[_0x8512eb(0x78f)],'canvasStyle':_0x4d0d28?{'backgroundColor':'transparent'}:void 0x0}),_0x160781=(_0x5acfd9=_0x5e6cd1[_0x8512eb(0x78d)](_0x3c5962))==null?void 0x0:_0x5acfd9['with'](_0x55bf08),_0x2328a8=_0x37e5d1(_0x160781==null?void 0x0:_0x160781['textSelectionInner$']);_0x37e5d1(_0x160781==null?void 0x0:_0x160781[_0x8512eb(0x679)]),_0x37e5d1(_0x160781==null?void 0x0:_0x160781['onFocus$']);let _0x53aeb6=!!((_0xbaa784=_0x160781==null?void 0x0:_0x160781['isFocusing'])!=null&&_0xbaa784&&_0x2328a8!=null&&_0x2328a8[_0x8512eb(0x384)][_0x8512eb(0x9dd)]),_0x3a49fd=!!(_0x2328a8!=null&&_0x2328a8['textRanges'][_0x8512eb(0x697)](_0x48fc31=>{const _0x3da8d0=_0x8512eb;let _0x450f70=_0x48fc31;return _0x450f70[_0x3da8d0(0x6d6)]===void 0x0?_0x450f70['startOffset']!==void 0x0&&_0x450f70[_0x3da8d0(0x1f3)]!==void 0x0&&_0x450f70['startOffset']!==_0x450f70[_0x3da8d0(0x1f3)]:!_0x450f70[_0x3da8d0(0x6d6)];})),_0x55ce48=!_0x4d0d28||_0x3a49fd,_0x2a6b41=_0x2a4f33(()=>{const _0x54519a=_0x8512eb;x_(_0x169051==null?void 0x0:_0x169051[_0x54519a(0x6fb)]);},[_0x169051]),_0xd95380=_0x2a4f33(()=>_0x4f9578['getUnit'](_0x3c5962,_0x2a9855[_0x8512eb(0x7ce)]),[_0x3c5962,_0x4f9578]),_0x47eca2=_0x2a4f33(_0x239e20=>{const _0x39c12f=_0x8512eb;let _0x5d2960=wo(_0x239e20);return _0x5d2960['id']=_0x243275[_0x39c12f(0x207)]['id'],_0x5d2960;},[_0x243275[_0x8512eb(0x207)]['id']]),_0x54706a=_0x2a4f33(_0x177a62=>{const _0x2e2b3e=_0x8512eb;var _0x1152eb,_0x2b2df5,_0x47f63c,_0x5f26e7;if(!_0x169051)return;let _0x440644=_0xd95380(),_0xa23e=_0x5e6cd1['getRenderById'](_0x3c5962),_0x553d95=_0xa23e==null?void 0x0:_0xa23e['with'](_0x28815c),{rect:_0x9753b6}=_0x243275[_0x2e2b3e(0x922)],_0x434a86=_0x243275[_0x2e2b3e(0x922)][_0x2e2b3e(0x584)]!==!0x1,_0x2b5ea4=_0x440644==null?void 0x0:_0x440644[_0x2e2b3e(0x62b)](),_0x4ef816=_0x440644==null||(_0x1152eb=_0x440644[_0x2e2b3e(0x44b)]())==null?void 0x0:_0x1152eb[_0x2e2b3e(0x70b)],_0x34dc33=(_0x2b2df5=_0x243275['layout'][_0x2e2b3e(0x195)])==null?_0x4ef816==null?void 0x0:_0x4ef816[_0x2e2b3e(0x195)]:_0x2b2df5,_0xef8774=(_0x47f63c=_0x243275[_0x2e2b3e(0x922)][_0x2e2b3e(0x95a)])==null?_0x4ef816==null?void 0x0:_0x4ef816['horizontalAlign']:_0x47f63c;if(_0x440644==null||_0x440644['setZoomRatio'](Math[_0x2e2b3e(0x496)](_0x1a5a95['scaleX'],_0x1a5a95[_0x2e2b3e(0x96b)])),_0x440644==null||_0x440644[_0x2e2b3e(0x1bd)]({'pageSize':{'width':_0x434a86?_0x9753b6[_0x2e2b3e(0x8d2)]:_0x9753b6[_0x2e2b3e(0x95b)],'height':0x1/0x0}}),_0x440644==null||_0x440644[_0x2e2b3e(0x69f)]({..._0x34dc33===void 0x0?{}:{'verticalAlign':_0x34dc33},..._0xef8774===void 0x0?{}:{'horizontalAlign':_0xef8774},'centerAngle':_0x434a86?0x0:_0x52f2ca,'vertexAngle':_0x434a86?0x0:_0x52f2ca}),_0x2b5ea4!=null&&_0x2b5ea4[_0x2e2b3e(0x64e)]&&_0xef8774!==void 0x0)for(let _0x3dcceb of _0x2b5ea4[_0x2e2b3e(0x64e)]){var _0x5c11a4;((_0x5c11a4=_0x3dcceb[_0x2e2b3e(0x377)])==null?void 0x0:_0x5c11a4[_0x2e2b3e(0x95a)])===void 0x0&&(_0x3dcceb[_0x2e2b3e(0x377)]={..._0x3dcceb['paragraphStyle'],'horizontalAlign':_0xef8774});}let _0x41313f=_0x553d95==null?void 0x0:_0x553d95[_0x2e2b3e(0x56b)]();_0x41313f==null||_0x41313f['calculate']();let _0x3bfb6d=(_0x5f26e7=_0x41313f==null?void 0x0:_0x41313f[_0x2e2b3e(0x2c7)]()[_0x2e2b3e(0x16d)])==null?_0x9753b6[_0x2e2b3e(0x95b)]:_0x5f26e7,_0x510571=Math[_0x2e2b3e(0x496)](_0x9753b6[_0x2e2b3e(0x95b)],_0x3bfb6d),_0x5d8a16=0x0;_0x3bfb6d<_0x9753b6['height']&&(_0x34dc33===_0x3ebbcf['MIDDLE']?_0x5d8a16=(_0x9753b6['height']-_0x3bfb6d)/0x2:_0x34dc33===_0x3ebbcf[_0x2e2b3e(0x5ec)]&&(_0x5d8a16=_0x9753b6['height']-_0x3bfb6d)),_0x440644==null||_0x440644[_0x2e2b3e(0x1bd)]({'pageSize':{'width':_0x434a86?_0x9753b6['width']:_0x9753b6[_0x2e2b3e(0x95b)],'height':_0x510571}}),_0x440644==null||_0x440644[_0x2e2b3e(0x22e)]({'t':_0x5d8a16}),_0x41313f==null||_0x41313f[_0x2e2b3e(0x808)]();let _0x416e0c={'width':_0x9753b6[_0x2e2b3e(0x8d2)],'minHeight':_0x9753b6[_0x2e2b3e(0x95b)],'actualHeight':_0x3bfb6d,'contentHeight':_0x510571,'marginTop':_0x5d8a16};_0x168a09['current']=_0x416e0c,_0x4a98c9(_0x416e0c),_0x39533a[_0x2e2b3e(0x27f)](_0x416e0c);let _0x161e72=()=>{const _0x4aa39b=_0x2e2b3e;var _0x238f05;_0xa23e&&(v_(_0xa23e),_0x15880e[_0x4aa39b(0x83f)]&&(_0x15880e['current'][_0x4aa39b(0x16a)][_0x4aa39b(0x95b)]=_0x510571*_0x1a5a95['scaleY']+'px'),_0xa23e[_0x4aa39b(0x24a)][_0x4aa39b(0x3ac)](),_0xa23e[_0x4aa39b(0x988)][_0x4aa39b(0x8e3)]({'width':_0x9753b6[_0x4aa39b(0x8d2)],'height':_0x510571,'scaleX':_0x1a5a95[_0x4aa39b(0x739)],'scaleY':_0x1a5a95[_0x4aa39b(0x96b)]}),(_0x238f05=_0xa23e[_0x4aa39b(0x7b0)])==null||_0x238f05[_0x4aa39b(0x3ac)](_0x9753b6[_0x4aa39b(0x8d2)],_0x510571));};if(_0x161e72(),_0x566c5e['current']&&cancelAnimationFrame(_0x566c5e['current']),_0x566c5e[_0x2e2b3e(0x83f)]=requestAnimationFrame(()=>{const _0x4ffd2c=_0x2e2b3e;_0x566c5e[_0x4ffd2c(0x83f)]=0x0,_0x161e72();}),_0x177a62){var _0x412d05;_0x166ae4[_0x2e2b3e(0x83f)]=_0x177a62,(_0x412d05=_0x243275[_0x2e2b3e(0x510)])==null||_0x412d05[_0x2e2b3e(0x549)](_0x243275,_0x177a62,_0x243275[_0x2e2b3e(0x522)],_0x416e0c);}else _0x166ae4['current']=_0x47eca2(_0x169051[_0x2e2b3e(0x401)]());},[_0x169051,_0x39533a,_0x3c5962,_0xd95380,_0x1a5a95['scaleX'],_0x1a5a95[_0x8512eb(0x96b)],_0x5e6cd1,_0x243275[_0x8512eb(0x522)],_0x243275[_0x8512eb(0x922)],_0x243275[_0x8512eb(0x510)],_0x47eca2]),_0x14b649=_0x179cf0(_0x54706a),_0x51d723=_0x179cf0(!0x1),_0x20a224=_0x179cf0(null);_0x1aefa6(()=>{const _0x4f3e60=_0x8512eb;_0x14b649[_0x4f3e60(0x83f)]=_0x54706a;},[_0x54706a]);let _0x4ee44e=_0x2a4f33(_0x2a76c4=>{const _0x151c6c=_0x8512eb;var _0x7ce218,_0x13f2ca;if(!_0x169051)return;let _0x1be465=_0x169051[_0x151c6c(0x401)](),_0x102d00={...(_0x7ce218=_0x1be465['documentStyle'])==null?void 0x0:_0x7ce218[_0x151c6c(0x70b)],..._0x2a76c4[_0x151c6c(0x95a)]===void 0x0?{}:{'horizontalAlign':_0x2a76c4[_0x151c6c(0x95a)]},..._0x2a76c4[_0x151c6c(0x195)]===void 0x0?{}:{'verticalAlign':_0x2a76c4[_0x151c6c(0x195)]}},_0x4210ff=_0x1be465[_0x151c6c(0x570)]?{..._0x1be465['body'],'paragraphs':_0x2a76c4[_0x151c6c(0x95a)]===void 0x0?_0x1be465[_0x151c6c(0x570)][_0x151c6c(0x64e)]:(_0x13f2ca=_0x1be465['body'][_0x151c6c(0x64e)])==null?void 0x0:_0x13f2ca[_0x151c6c(0x85d)](_0x1ab125=>({..._0x1ab125,'paragraphStyle':{..._0x1ab125[_0x151c6c(0x377)],'horizontalAlign':_0x2a76c4[_0x151c6c(0x95a)]}}))}:_0x1be465[_0x151c6c(0x570)],_0x5510fe=Co({..._0x1be465,'body':_0x4210ff,'documentStyle':{..._0x1be465['documentStyle'],'renderConfig':_0x102d00}},{..._0x243275[_0x151c6c(0x922)],..._0x2a76c4});_0x14c84e[_0x151c6c(0x83f)]+=0x1,_0x169051[_0x151c6c(0x16b)](_0x5510fe,_0x169051['getSelectionRanges']());let _0x2a89f0=_0x47eca2(_0x5510fe);_0x2a76c4[_0x151c6c(0x95a)]!==void 0x0&&(_0x473c19[_0x151c6c(0x83f)]['horizontalAlign']=_0x2a76c4['horizontalAlign']),_0x2a76c4[_0x151c6c(0x195)]!==void 0x0&&(_0x473c19['current'][_0x151c6c(0x195)]=_0x2a76c4[_0x151c6c(0x195)]),_0x166ae4[_0x151c6c(0x83f)]=_0x2a89f0,_0x39533a[_0x151c6c(0x16b)](_0x2a89f0),requestAnimationFrame(()=>_0x14b649[_0x151c6c(0x83f)](_0x2a89f0)),requestAnimationFrame(()=>_0x169051[_0x151c6c(0x4a1)]());},[_0x169051,_0x39533a,_0x243275[_0x8512eb(0x922)],_0x47eca2]);_0x1aefa6(()=>{const _0x1cd926=_0x8512eb;var _0x52de5c,_0x25829e,_0x3009a9;if(!_0x169051)return;_0x54ac3a[_0x1cd926(0x84b)](!0x0),_0x14b649[_0x1cd926(0x83f)](),_0x54ac3a[_0x1cd926(0x4a1)](_0x3c5962),(_0x52de5c=_0x5e6cd1['getRenderById'](_0x3c5962))==null||(_0x52de5c=_0x52de5c[_0x1cd926(0x469)](_0x55bf08))==null||_0x52de5c[_0x1cd926(0x4a1)]();let _0x4bb91f=((_0x25829e=(_0x3009a9=_0x169051[_0x1cd926(0x401)]()[_0x1cd926(0x570)])==null?void 0x0:_0x3009a9[_0x1cd926(0x330)][_0x1cd926(0x9dd)])==null?0x2:_0x25829e)-0x2;_0x169051[_0x1cd926(0x341)]([{'startOffset':_0x4bb91f,'endOffset':_0x4bb91f}],!0x1);let _0x44b2f0=window['setTimeout'](()=>{const _0x10b835=_0x1cd926;_0x14b649[_0x10b835(0x83f)]();},0x19);return()=>{const _0x10c99e=_0x1cd926;var _0x1456d5;window[_0x10c99e(0x4ce)](_0x44b2f0),_0x566c5e['current']&&(cancelAnimationFrame(_0x566c5e[_0x10c99e(0x83f)]),_0x566c5e['current']=0x0),(_0x1456d5=_0x5e6cd1['getRenderById'](_0x3c5962))==null||(_0x1456d5=_0x1456d5['with'](_0x55bf08))==null||_0x1456d5['removeAllRanges'](),_0x54ac3a[_0x10c99e(0x84b)](!0x0);};},[_0x169051,_0x54ac3a,_0x3c5962,_0x5e6cd1]),_0x2d05a9(()=>{_0x169051&&requestAnimationFrame(()=>_0x14b649['current']());},[_0x169051,_0x243275['layout']]);let _0x277c9b=_0x2a4f33(()=>{const _0x52d49c=_0x8512eb;var _0x55d141;(_0x55d141=_0x20a224['current'])==null||_0x55d141[_0x52d49c(0x549)](_0x20a224),_0x20a224[_0x52d49c(0x83f)]=null,_0x51d723[_0x52d49c(0x83f)]=!0x1;},[]),_0x73ec62=_0x2a4f33(()=>{const _0x2596ae=_0x8512eb;var _0x1cca45;if(!_0x4d0d28||(_0x51d723[_0x2596ae(0x83f)]=!0x0,(_0x1cca45=_0x20a224[_0x2596ae(0x83f)])==null||_0x1cca45[_0x2596ae(0x549)](_0x20a224),!_0x243275[_0x2596ae(0x933)]))return;let _0x3ab7cc=_0x4c4aff=>{const _0x753fa9=_0x2596ae;var _0x363d0b;if(_0x51d723[_0x753fa9(0x83f)]){if((_0x4c4aff['buttons']&0x1)!=0x1){var _0x42da13;(_0x42da13=_0x243275[_0x753fa9(0x67e)])==null||_0x42da13['call'](_0x243275,_0x243275[_0x753fa9(0x522)]),_0x277c9b();return;}(_0x363d0b=_0x243275[_0x753fa9(0x933)])==null||_0x363d0b['call'](_0x243275,{'buttons':_0x4c4aff[_0x753fa9(0x809)],'clientX':_0x4c4aff[_0x753fa9(0x713)],'clientY':_0x4c4aff[_0x753fa9(0x738)],'stopTextSelectionDrag':_0x2a6b41},_0x243275[_0x753fa9(0x522)]);}},_0x5dd0a6=_0x2de0cf=>{_0x3ab7cc(_0x2de0cf);},_0x500eb8=()=>{const _0x1f5b7b=_0x2596ae;var _0x5a7aa0;_0x51d723['current']&&((_0x5a7aa0=_0x243275[_0x1f5b7b(0x67e)])==null||_0x5a7aa0[_0x1f5b7b(0x549)](_0x243275,_0x243275[_0x1f5b7b(0x522)]),_0x277c9b());},_0x3d15c3=_0x2ed402=>{_0x3ab7cc(_0x2ed402);},_0x492466=()=>{_0x500eb8();};window[_0x2596ae(0x25f)]('pointermove',_0x5dd0a6,!0x0),window[_0x2596ae(0x25f)](_0x2596ae(0x1d6),_0x500eb8,!0x0),window[_0x2596ae(0x25f)](_0x2596ae(0x7d7),_0x3d15c3,!0x0),window[_0x2596ae(0x25f)](_0x2596ae(0x39c),_0x492466,!0x0),_0x20a224[_0x2596ae(0x83f)]=()=>{const _0x5670a0=_0x2596ae;window[_0x5670a0(0x1e6)](_0x5670a0(0x7f0),_0x5dd0a6,!0x0),window['removeEventListener']('pointerup',_0x500eb8,!0x0),window[_0x5670a0(0x1e6)](_0x5670a0(0x7d7),_0x3d15c3,!0x0),window[_0x5670a0(0x1e6)]('mouseup',_0x492466,!0x0);};},[_0x4d0d28,_0x243275[_0x8512eb(0x522)],_0x243275[_0x8512eb(0x933)],_0x243275[_0x8512eb(0x67e)],_0x277c9b,_0x2a6b41]);_0x2d05a9(()=>_0x277c9b,[_0x277c9b]);let _0x5a900f=_0x2a4f33(_0x3c485d=>{const _0x4eb7c0=_0x8512eb;!_0x4d0d28||!_0x243275[_0x4eb7c0(0x9fc)]||_0x3c485d[_0x4eb7c0(0x5a3)]==='Enter'&&!_0x3c485d[_0x4eb7c0(0x9e0)]&&!_0x3c485d[_0x4eb7c0(0x6e8)]&&!_0x3c485d[_0x4eb7c0(0x160)]&&!_0x3c485d[_0x4eb7c0(0x98d)]||_0x243275[_0x4eb7c0(0x9fc)]({'key':_0x3c485d[_0x4eb7c0(0x5a3)],'shiftKey':_0x3c485d[_0x4eb7c0(0x9e0)],'altKey':_0x3c485d[_0x4eb7c0(0x6e8)],'ctrlKey':_0x3c485d[_0x4eb7c0(0x160)],'metaKey':_0x3c485d[_0x4eb7c0(0x98d)],'preventDefault':()=>_0x3c485d['preventDefault'](),'stopPropagation':()=>_0x3c485d[_0x4eb7c0(0x3b8)]()},_0x243275[_0x4eb7c0(0x522)])&&(_0x3c485d[_0x4eb7c0(0x3e7)](),_0x3c485d[_0x4eb7c0(0x3b8)]());},[_0x4d0d28,_0x243275]),_0x1d233d=_0x2a4f33((_0x4f4048,_0xca5978=!0x1)=>!_0x4d0d28||!_0x243275['onKeyDown']||_0x4f4048===_0x8512eb(0x917)&&!_0xca5978?!0x1:!!_0x243275[_0x8512eb(0x9fc)]({'key':_0x4f4048,'shiftKey':_0xca5978,'preventDefault':()=>{},'stopPropagation':()=>{}},_0x243275[_0x8512eb(0x522)]),[_0x4d0d28,_0x243275]);_0x232312(!!(_0x4d0d28&&_0x53aeb6&&_0x243275[_0x8512eb(0x9fc)]),{'keyCodes':[{'keyCode':_0x8988f4[_0x8512eb(0x2c8)]},{'keyCode':_0x8988f4[_0x8512eb(0x2c8)],'metaKey':_0x5bb9b7[_0x8512eb(0x694)]}],'handler':(_0x3eabfe,_0x12acbc)=>{const _0x17a51a=_0x8512eb;_0x3eabfe===_0x8988f4[_0x17a51a(0x2c8)]&&_0x1d233d('Tab',_0x12acbc===_0x5bb9b7[_0x17a51a(0x694)]);}},_0x169051),_0x232312(_0x53aeb6,{'keyCodes':[{'keyCode':_0x8988f4['ENTER']},{'keyCode':_0x8988f4['BACKSPACE']},{'keyCode':_0x8988f4['DELETE']},{'keyCode':_0x8988f4['A'],'metaKey':_0x5bb9b7[_0x8512eb(0x77f)]},{'keyCode':_0x8988f4['B'],'metaKey':_0x5bb9b7[_0x8512eb(0x77f)]},{'keyCode':_0x8988f4['I'],'metaKey':_0x5bb9b7[_0x8512eb(0x77f)]},{'keyCode':_0x8988f4['U'],'metaKey':_0x5bb9b7[_0x8512eb(0x77f)]},{'keyCode':_0x8988f4['X'],'metaKey':_0x5bb9b7[_0x8512eb(0x77f)]|_0x5bb9b7['SHIFT']}],'handler':(_0x5c653c,_0x34d61e)=>{const _0x40c819=_0x8512eb;_0x54ac3a[_0x40c819(0x4a1)](_0x3c5962);let _0x3a0e45=_0x34d61e==null?0x0:_0x34d61e;if(_0x3a0e45===_0x5bb9b7[_0x40c819(0x77f)]){if(_0x5c653c===_0x8988f4['A']){_0x37728a[_0x40c819(0x4dd)](_0x14bc8d['id']);return;}if(_0x5c653c===_0x8988f4['B']){_0x37728a['executeCommand'](_0x3e1b0e['id']);return;}if(_0x5c653c===_0x8988f4['I']){_0x37728a['executeCommand'](_0x4d92e6['id']);return;}if(_0x5c653c===_0x8988f4['U']){_0x37728a[_0x40c819(0x4dd)](_0x126934['id']);return;}}if(_0x3a0e45===(_0x5bb9b7[_0x40c819(0x77f)]|_0x5bb9b7[_0x40c819(0x694)])&&_0x5c653c===_0x8988f4['X']){_0x37728a[_0x40c819(0x4dd)](_0x307f3c['id']);return;}if(_0x5c653c===_0x8988f4[_0x40c819(0x76d)]){_0x243275[_0x40c819(0x78f)]||_0x37728a[_0x40c819(0x4dd)](_0x22f481['id']);return;}if(_0x5c653c===_0x8988f4[_0x40c819(0x398)]){_0x37728a[_0x40c819(0x4dd)](_0x550aa3['id']);return;}_0x5c653c===_0x8988f4['DELETE']&&_0x37728a['executeCommand'](_0x3b25a6['id']);}},_0x169051),_0x232312(_0x53aeb6,{'keyCodes':[{'keyCode':_0x8988f4[_0x8512eb(0x4ab)]},{'keyCode':_0x8988f4['ENTER'],'metaKey':_0x5bb9b7[_0x8512eb(0x77f)]},{'keyCode':_0x8988f4[_0x8512eb(0x76d)],'metaKey':_0x5bb9b7['MAC_CTRL']}],'handler':()=>{const _0x3fa3a9=_0x8512eb;var _0x495024;let {horizontalAlign:_0x4d1e46,verticalAlign:_0x2e62f7}=_0x473c19[_0x3fa3a9(0x83f)],_0x5e4180=_0x4d1e46!==void 0x0||_0x2e62f7!==void 0x0?{..._0x166ae4[_0x3fa3a9(0x83f)],'documentStyle':{..._0x166ae4[_0x3fa3a9(0x83f)][_0x3fa3a9(0x923)],'renderConfig':{...(_0x495024=_0x166ae4['current'][_0x3fa3a9(0x923)])==null?void 0x0:_0x495024[_0x3fa3a9(0x70b)],..._0x4d1e46===void 0x0?{}:{'horizontalAlign':_0x4d1e46},..._0x2e62f7===void 0x0?{}:{'verticalAlign':_0x2e62f7}}}}:_0x166ae4[_0x3fa3a9(0x83f)];_0x39533a['complete'](_0x5e4180,_0x168a09[_0x3fa3a9(0x83f)],_0x243275[_0x3fa3a9(0x8c3)]);}},_0x169051),_0x51669b(_0x53aeb6,!0x1,_0x169051),_0x59f080(_0x169051,_0x3b5c21=>{const _0x347b8d=_0x8512eb;let _0x3ab3d2=_0x47eca2(_0x3b5c21);_0x166ae4[_0x347b8d(0x83f)]=_0x3ab3d2,_0x14c84e['current']+=0x1,_0x39533a[_0x347b8d(0x16b)](_0x3ab3d2),requestAnimationFrame(()=>_0x14b649[_0x347b8d(0x83f)](_0x3ab3d2));}),_0x2d05a9(()=>{const _0x5a6348=_0x8512eb;if(!_0x169051)return;if(_0x2ed009['current']){_0x2ed009[_0x5a6348(0x83f)]=!0x1;return;}if(_0x14c84e['current']>0x0){--_0x14c84e[_0x5a6348(0x83f)];return;}let _0xfae145=Co(_0x243275[_0x5a6348(0x207)],_0x243275['layout']);_0x169051[_0x5a6348(0x16b)](_0xfae145,_0x169051[_0x5a6348(0x9fa)]()),_0x166ae4[_0x5a6348(0x83f)]=_0x47eca2(_0xfae145),requestAnimationFrame(()=>_0x14b649[_0x5a6348(0x83f)]());},[_0x169051,_0x243275[_0x8512eb(0x207)],_0x47eca2]),_0x2d05a9(()=>{const _0x91f497=_0x8512eb;let _0x59733f=_0x27e0a5=>{const _0x59f824=_0x262c;var _0x255ef9,_0x46d044;let _0x1f9597=_0x27e0a5[_0x59f824(0x53d)],_0x33a599=_0x1f9597 instanceof Element?_0x1f9597[_0x59f824(0x28a)](_0x59f824(0x2cf)):null;if(!_0x1f9597||(_0x255ef9=_0xbf05ae[_0x59f824(0x83f)])!=null&&_0x255ef9['contains'](_0x1f9597)||_0x33a599)return;let {horizontalAlign:_0x1fb6d6,verticalAlign:_0x1fc32e}=_0x473c19[_0x59f824(0x83f)],_0x51f915=_0x1fb6d6!==void 0x0||_0x1fc32e!==void 0x0?{..._0x166ae4[_0x59f824(0x83f)],'documentStyle':{..._0x166ae4[_0x59f824(0x83f)]['documentStyle'],'renderConfig':{...(_0x46d044=_0x166ae4[_0x59f824(0x83f)][_0x59f824(0x923)])==null?void 0x0:_0x46d044[_0x59f824(0x70b)],..._0x1fb6d6===void 0x0?{}:{'horizontalAlign':_0x1fb6d6},..._0x1fc32e===void 0x0?{}:{'verticalAlign':_0x1fc32e}}}}:_0x166ae4['current'];_0x39533a[_0x59f824(0x6f4)](_0x51f915,_0x168a09[_0x59f824(0x83f)],_0x243275[_0x59f824(0x8c3)]);},_0x1499d2=window[_0x91f497(0x673)](()=>{const _0x29c7fd=_0x91f497;document['addEventListener'](_0x29c7fd(0x8d5),_0x59733f);},0x64);return()=>{const _0x1d7b1d=_0x91f497;window[_0x1d7b1d(0x4ce)](_0x1499d2),document[_0x1d7b1d(0x1e6)](_0x1d7b1d(0x8d5),_0x59733f);};},[_0x39533a]);let _0x194a59=_0x78f4e5(()=>{const _0x8f4e44=_0x8512eb;let {transform:_0x3ece9a={}}=_0x243275[_0x8f4e44(0x922)],_0x2699a6=h_(_0x243275[_0x8f4e44(0x922)],_0x34020a[_0x8f4e44(0x26e)]),_0x9a5d67=_0x3ece9a[_0x8f4e44(0x301)]?-0x1:y_['scaleX'],_0x4fa2ec=_0x3ece9a[_0x8f4e44(0xa0e)]?-0x1:y_[_0x8f4e44(0x96b)];return{'position':'absolute','zIndex':0x3e8,'left':_0x2699a6[_0x8f4e44(0x5e2)],'top':_0x2699a6[_0x8f4e44(0x717)],'width':_0x2699a6[_0x8f4e44(0x8d2)],'height':_0x2699a6[_0x8f4e44(0x95b)],'overflow':_0x8f4e44(0x56e),'transform':'scale('+_0x9a5d67+',\x20'+_0x4fa2ec+')','transformOrigin':_0x8f4e44(0x5d0),'pointerEvents':'auto'};},[_0x34020a[_0x8512eb(0x26e)],_0x243275[_0x8512eb(0x922)]]),_0x5e0b37=_0x2a4f33(_0xf0ed09=>{const _0x228fe3=_0x8512eb;var _0xd8af76;if(!_0x4d0d28||_0xf0ed09[_0x228fe3(0x47a)]!==0x0)return!0x1;let _0x5c8bf7=_0xf0ed09['target'];if(_0x5c8bf7 instanceof Element&&(_0x5c8bf7[_0x228fe3(0x28a)]('[data-u-comp=\x22editor-ui-floating-toolbar\x22]')||_0x5c8bf7[_0x228fe3(0x28a)]('[data-u-comp=\x22editor-ui-floating-toolbar-popup\x22]')))return!0x0;let _0x5474b1=h_(_0x243275[_0x228fe3(0x922)]);return _0xf0ed09[_0x228fe3(0x713)]>=_0x5474b1[_0x228fe3(0x5e2)]&&_0xf0ed09[_0x228fe3(0x713)]<=_0x5474b1['left']+_0x5474b1['width']&&_0xf0ed09[_0x228fe3(0x738)]>=_0x5474b1[_0x228fe3(0x717)]&&_0xf0ed09['clientY']<=_0x5474b1['top']+_0x5474b1[_0x228fe3(0x95b)]||!((_0xd8af76=_0x243275[_0x228fe3(0x2d9)])!=null&&_0xd8af76[_0x228fe3(0x549)](_0x243275,{'buttons':0x1,'clientX':_0xf0ed09['clientX'],'clientY':_0xf0ed09[_0x228fe3(0x738)],'stopTextSelectionDrag':_0x2a6b41},_0x243275[_0x228fe3(0x522)]))?!0x1:(_0xf0ed09[_0x228fe3(0x3e7)](),_0xf0ed09[_0x228fe3(0x3b8)](),_0x277c9b(),!0x0);},[_0x4d0d28,_0x243275['context'],_0x243275[_0x8512eb(0x922)],_0x243275[_0x8512eb(0x2d9)],_0x277c9b,_0x2a6b41]),_0x23845e=_0x78f4e5(()=>({'height':_0x34020a[_0x8512eb(0x26e)]*_0x1a5a95[_0x8512eb(0x96b)],'marginTop':0x0,'backgroundColor':_0x4d0d28?_0x8512eb(0x1cc):void 0x0,'border':_0x4d0d28?'0':void 0x0,'boxShadow':_0x4d0d28?_0x8512eb(0x90d):void 0x0,'outline':_0x4d0d28?'0':void 0x0,'overflow':_0x4d0d28?_0x8512eb(0x1df):void 0x0}),[_0x4d0d28,_0x1a5a95[_0x8512eb(0x96b)],_0x34020a['contentHeight']]);return _0xa122b1(_0x8512eb(0x949),{'ref':_0xbf05ae,'data-u-comp':_0x8512eb(0x151),'className':_0x8512eb(0x9ea),'onPointerDownCapture':_0x286dd0=>{_0x5e0b37(_0x286dd0)||_0x4d0d28&&_0x286dd0['button']===0x0&&_0x73ec62();},'onMouseDownCapture':_0x4de5b2=>{const _0xeea002=_0x8512eb;_0x5e0b37(_0x4de5b2)||_0x4d0d28&&_0x4de5b2[_0xeea002(0x47a)]===0x0&&_0x73ec62();},'onKeyDownCapture':_0x5a900f,'style':_0x194a59,'children':[_0x55ce48&&_0x4b9848(w_,{'editor':_0x169051,'session':_0x243275,'syncLayout':_0x54706a,'applyDocumentAlignment':_0x4ee44e}),_0x4b9848('div',{'ref':_0x15880e,'className':_0x8512eb(0x6e4),'data-editorid':_0x3c5962,'data-editor-ui-appearance':(_0x1efb12=_0x243275[_0x8512eb(0x7f1)])==null?_0x8512eb(0x345):_0x1efb12,'onMouseUp':()=>_0x169051==null?void 0x0:_0x169051[_0x8512eb(0x4a1)](),'style':_0x23845e})]});}function w_(_0x4a82d2){const _0x547fd4=_0x5347ad;var _0x4c1244,_0x503edd,_0x198745,_0x198ad8,_0x1aad59,_0xcd3905;let {applyDocumentAlignment:_0x11318b,editor:_0x8c6f94,session:_0x3a3493,syncLayout:_0x771ab}=_0x4a82d2,_0x1d0566=_0x4427ea(_0x46972e),_0x313f52=_0x4427ea(_0x2f9dc4),_0x1e0373=_0x4427ea(_0x446559),_0xb639fc=_0x4427ea(_0x4c8617),[_0x46dc8d,_0x5cc058]=_0x4692d4(!0x1),[_0x5e5c14,_0x1ad16d]=_0x4692d4(!0x1),_0x184209=(_0x4c1244=D_(_0x3a3493['documentData']))==null?_0x44e300['ff']:_0x4c1244,_0x1e30c9=(_0x503edd=E_(_0x3a3493[_0x547fd4(0x207)]))==null?0x1c:_0x503edd,_0x28c187=(_0x198745=O_(_0x3a3493[_0x547fd4(0x207)]))==null?so:_0x198745,_0x4be82e=T_(_0x3a3493[_0x547fd4(0x207)],_0x3a3493[_0x547fd4(0x922)][_0x547fd4(0x95a)]),_0x1fcf1a=(_0x198ad8=(_0x1aad59=_0x3a3493[_0x547fd4(0x922)]['verticalAlign'])==null?(_0xcd3905=_0x3a3493[_0x547fd4(0x207)][_0x547fd4(0x923)])==null||(_0xcd3905=_0xcd3905[_0x547fd4(0x70b)])==null?void 0x0:_0xcd3905[_0x547fd4(0x195)]:_0x1aad59)==null?_0x3ebbcf[_0x547fd4(0x92e)]:_0x198ad8,_0x5d3093=h_(_0x3a3493['layout'])[_0x547fd4(0x5e2)],_0x3649c5=_0x3a3493[_0x547fd4(0x922)][_0x547fd4(0x281)][_0x547fd4(0x717)]<0x48?{'top':_0x547fd4(0x173)}:{'bottom':_0x547fd4(0x173)},_0x569c15=_0x2a4f33(()=>{const _0x544942=_0x547fd4;var _0x887f26;_0x313f52[_0x544942(0x4a1)](_0x3a3493[_0x544942(0x7ea)]),(_0x887f26=_0x1e0373['getRenderById'](_0x3a3493[_0x544942(0x7ea)]))==null||(_0x887f26=_0x887f26[_0x544942(0x469)](_0x55bf08))==null||_0x887f26[_0x544942(0x4a1)]();},[_0x313f52,_0x1e0373,_0x3a3493[_0x547fd4(0x7ea)]]),_0x5ccfd6=_0x2a4f33(()=>{const _0x3910d2=_0x547fd4;window['requestAnimationFrame'](_0x771ab),window[_0x3910d2(0x62d)](()=>_0x8c6f94==null?void 0x0:_0x8c6f94[_0x3910d2(0x4a1)]());},[_0x8c6f94,_0x771ab]),_0x18a46c=_0x2a4f33((_0x2c035b,_0x579478)=>{const _0x23b3bd=_0x547fd4;_0x569c15(),_0x1d0566[_0x23b3bd(0x4dd)](_0x2c035b,_0x579478),_0x5ccfd6();},[_0x1d0566,_0x569c15,_0x5ccfd6]),_0x1980b8=_0x2a4f33((_0x32e48f,_0x26e178)=>{_0x18a46c(_0x32e48f,_0x26e178===void 0x0?void 0x0:{'value':_0x26e178});},[_0x18a46c]),_0xf027c7=_0x3a5d9c=>{const _0x27fd82=_0x547fd4;_0x3a5d9c[_0x27fd82(0x3e7)]();},_0x44573d={..._0x3649c5,'boxSizing':_0x547fd4(0x6ae),'maxWidth':'min(720px,\x20calc(100vw\x20-\x2032px))','transform':'translateX(clamp('+(0x10-_0x5d3093)+_0x547fd4(0x9f8)+_0x5d3093+_0x547fd4(0x517),'background':ro,'border':_0x547fd4(0x578)+io,'borderRadius':0x8,'boxShadow':ao},_0x2352db=[{'label':_0xb639fc['t'](_0x547fd4(0x29d)),'value':_0x3d6504[_0x547fd4(0x420)],'icon':_0x4b9848(_0x42471a,{}),'onSelect':()=>_0x11318b({'horizontalAlign':_0x3d6504[_0x547fd4(0x420)]})},{'label':_0xb639fc['t'](_0x547fd4(0x863)),'value':_0x3d6504[_0x547fd4(0x575)],'icon':_0x4b9848(_0x3b0707,{}),'onSelect':()=>_0x11318b({'horizontalAlign':_0x3d6504[_0x547fd4(0x575)]})},{'label':_0xb639fc['t'](_0x547fd4(0x3c4)),'value':_0x3d6504['RIGHT'],'icon':_0x4b9848(_0x35bab7,{}),'onSelect':()=>_0x11318b({'horizontalAlign':_0x3d6504[_0x547fd4(0x48d)]})},{'label':_0xb639fc['t'](_0x547fd4(0xa33)),'value':_0x3d6504[_0x547fd4(0x305)],'icon':_0x4b9848(_0x8bff01,{}),'onSelect':()=>_0x11318b({'horizontalAlign':_0x3d6504[_0x547fd4(0x305)]})}],_0x8c3f1a=[{'label':_0xb639fc['t'](_0x547fd4(0xa30)),'value':_0x3ebbcf[_0x547fd4(0x92e)],'icon':_0x4b9848(_0xbea969,{}),'onSelect':()=>_0x11318b({'verticalAlign':_0x3ebbcf[_0x547fd4(0x92e)]})},{'label':_0xb639fc['t'](_0x547fd4(0x1ed)),'value':_0x3ebbcf['MIDDLE'],'icon':_0x4b9848(_0x550fb9,{}),'onSelect':()=>_0x11318b({'verticalAlign':_0x3ebbcf['MIDDLE']})},{'label':_0xb639fc['t'](_0x547fd4(0x9b9)),'value':_0x3ebbcf[_0x547fd4(0x5ec)],'icon':_0x4b9848(_0x12b0f4,{}),'onSelect':()=>_0x11318b({'verticalAlign':_0x3ebbcf[_0x547fd4(0x5ec)]})}],_0x49fae9=_0xb639fc['t']('slides-ui.editorToolbar.fontFamily'),_0x2e2f79=_0xb639fc['t'](_0x547fd4(0x219)),_0x37a6e8=_0xb639fc['t']('slides-ui.editorToolbar.textColor');return _0xa122b1('div',{'className':_0x547fd4(0x7e1),'style':_0x44573d,'data-u-comp':'editor-ui-floating-toolbar','children':[_0x4b9848(_0x3d3f2e,{'title':_0xb639fc['t']('slides-ui.editorToolbar.paragraphType'),'popupDataComponent':'editor-ui-floating-toolbar-popup','buttonClassName':_0x547fd4(0x237),'onBeforeCommand':_0x569c15,'onAfterCommand':_0x5ccfd6,'onMouseDown':_0xf027c7}),_0x4b9848(_0x547fd4(0x9d2),{'className':_0x547fd4(0x5f5)}),_0x4b9848(_0x1d5234,{'ariaLabel':_0x49fae9,'className':'univer-h-8\x20univer-w-[154px]\x20univer-text-slate-800\x20hover:univer-bg-slate-100','inputClassName':'univer-w-auto','popupDataComponent':'editor-ui-floating-toolbar-popup','title':_0x49fae9,'value':_0x184209,'onChange':_0xcfce3d=>_0x1980b8(_0x386ab9['id'],_0xcfce3d),'onMouseDown':_0xf027c7}),_0xa122b1(_0x547fd4(0x949),{'className':'univer-relative','children':[_0xa122b1('button',{'aria-expanded':_0x46dc8d,'aria-label':_0x2e2f79,'className':_0x547fd4(0x5ac),'title':_0x2e2f79,'type':'button','onClick':()=>_0x5cc058(_0x4deefe=>!_0x4deefe),'onMouseDown':_0xf027c7,'children':[_0x4b9848(_0x547fd4(0x9d2),{'children':_0x1e30c9}),_0x4b9848(_0x456395,{'className':_0x547fd4(0x255)})]}),_0x46dc8d&&_0x4b9848('div',{'className':_0x547fd4(0x60f),'style':{'boxShadow':'0\x2010px\x2028px\x20rgba(15,23,42,0.16)'},'children':b_[_0x547fd4(0x85d)](_0x39c499=>_0x4b9848(_0x547fd4(0x47a),{'className':_0x547fd4(0x38c)+(_0x39c499===_0x1e30c9?_0x547fd4(0x6a5):'')+_0x547fd4(0x650),'type':_0x547fd4(0x47a),'onClick':()=>{_0x1980b8(_0x5f39dd['id'],_0x39c499),_0x5cc058(!0x1);},'onMouseDown':_0xf027c7,'children':_0x39c499},_0x39c499))})]}),_0x4b9848(_0x547fd4(0x9d2),{'className':'univer-mx-1\x20univer-h-5\x20univer-w-px\x20univer-bg-slate-200'}),_0x4b9848(_0x507cf6,{'overlay':_0x4b9848(_0x547fd4(0x949),{'className':'univer-rounded-lg\x20univer-p-3','data-u-comp':'editor-ui-floating-toolbar-popup','children':_0x4b9848(_0x48ab45,{'value':_0x28c187,'onChange':_0xdfe837=>{_0x1ad16d(!0x1),_0x1980b8(_0xb90a53['id'],_0xdfe837);}})}),'open':_0x5e5c14,'onOpenChange':_0x1ad16d,'children':_0xa122b1(_0x547fd4(0x47a),{'aria-expanded':_0x5e5c14,'aria-label':_0x37a6e8,'className':'univer-flex\x20univer-size-8\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-text-base\x20univer-text-slate-700\x20univer-transition-colors\x20hover:univer-bg-slate-100\x20hover:univer-text-primary-600\x20active:univer-bg-primary-50','title':_0x37a6e8,'type':_0x547fd4(0x47a),'onMouseDown':_0xf027c7,'children':[_0x4b9848(_0x2774d2,{'className':'univer-text-base','extend':{'colorChannel1':_0x28c187}}),_0x4b9848(_0x456395,{'className':_0x547fd4(0x676)})]})}),_0x4b9848('span',{'className':'univer-mx-1\x20univer-h-5\x20univer-w-px\x20univer-bg-slate-200'}),_0x4b9848(k_,{'label':_0xb639fc['t'](_0x547fd4(0x53a)),'onMouseDown':_0xf027c7,'onClick':()=>_0x1980b8(_0x3e1b0e['id']),'children':_0x4b9848(_0x18fff2,{})}),_0x4b9848(k_,{'label':_0xb639fc['t'](_0x547fd4(0x6fd)),'onMouseDown':_0xf027c7,'onClick':()=>_0x1980b8(_0x4d92e6['id']),'children':_0x4b9848(_0x3305f2,{})}),_0x4b9848(k_,{'label':_0xb639fc['t'](_0x547fd4(0x970)),'onMouseDown':_0xf027c7,'onClick':()=>_0x1980b8(_0x126934['id']),'children':_0x4b9848(_0x1101ab,{})}),_0x4b9848(k_,{'label':_0xb639fc['t']('slides-ui.editorToolbar.strikethrough'),'onMouseDown':_0xf027c7,'onClick':()=>_0x1980b8(_0x307f3c['id']),'children':_0x4b9848(_0x104129,{})}),!_0x3a3493[_0x547fd4(0x8db)]&&_0xa122b1(_0x141423,{'children':[_0x4b9848('span',{'className':_0x547fd4(0x5f5)}),_0x4b9848(A_,{'label':_0xb639fc['t'](_0x547fd4(0x495)),'value':_0x4be82e,'options':_0x2352db,'onMouseDown':_0xf027c7}),_0x4b9848(A_,{'label':_0xb639fc['t']('slides-ui.editorToolbar.verticalAlign'),'value':_0x1fcf1a,'options':_0x8c3f1a,'onMouseDown':_0xf027c7})]})]});}function T_(_0x267d86,_0x498c7f){const _0x9a6152=_0x5347ad;var _0x608559,_0x3fac5e,_0x55abf6;let _0x3915c5=(_0x608559=_0x267d86[_0x9a6152(0x923)])==null||(_0x608559=_0x608559[_0x9a6152(0x70b)])==null?void 0x0:_0x608559[_0x9a6152(0x95a)];if(_0x3915c5!==void 0x0)return _0x3915c5;let _0x28c2fa=(_0x3fac5e=_0x267d86['body'])==null||(_0x3fac5e=_0x3fac5e[_0x9a6152(0x64e)])==null||(_0x3fac5e=_0x3fac5e[_0x9a6152(0x850)](_0x2823e0=>{const _0x9e26eb=_0x9a6152;var _0x525424;return((_0x525424=_0x2823e0[_0x9e26eb(0x377)])==null?void 0x0:_0x525424[_0x9e26eb(0x95a)])!==void 0x0;}))==null||(_0x3fac5e=_0x3fac5e[_0x9a6152(0x377)])==null?void 0x0:_0x3fac5e[_0x9a6152(0x95a)];return(_0x55abf6=_0x28c2fa==null?_0x498c7f:_0x28c2fa)==null?_0x3d6504[_0x9a6152(0x420)]:_0x55abf6;}function E_(_0x35f118){const _0x1cf0fb=_0x5347ad;var _0x49576a,_0x5a044b;let _0x4577bf=(_0x49576a=_0x35f118[_0x1cf0fb(0x923)])==null||(_0x49576a=_0x49576a['textStyle'])==null?void 0x0:_0x49576a['fs'];if(typeof _0x4577bf=='number'&&Number[_0x1cf0fb(0x28b)](_0x4577bf))return _0x4577bf;let _0x25f045=(_0x5a044b=_0x35f118['body'])==null||(_0x5a044b=_0x5a044b['textRuns'])==null||(_0x5a044b=_0x5a044b[_0x1cf0fb(0x850)](_0xba22cf=>{const _0x413f73=_0x1cf0fb;var _0x23af6a;return typeof((_0x23af6a=_0xba22cf['ts'])==null?void 0x0:_0x23af6a['fs'])==_0x413f73(0x6ce);}))==null||(_0x5a044b=_0x5a044b['ts'])==null?void 0x0:_0x5a044b['fs'];return typeof _0x25f045==_0x1cf0fb(0x6ce)&&Number[_0x1cf0fb(0x28b)](_0x25f045)?_0x25f045:null;}function D_(_0x448e32){const _0x85344c=_0x5347ad;var _0x1895db,_0x24cd8d;let _0x3f4b61=(_0x1895db=_0x448e32[_0x85344c(0x923)])==null||(_0x1895db=_0x1895db[_0x85344c(0x14a)])==null?void 0x0:_0x1895db['ff'];if(typeof _0x3f4b61==_0x85344c(0x9e6)&&_0x3f4b61)return _0x3f4b61;let _0x2a8963=(_0x24cd8d=_0x448e32[_0x85344c(0x570)])==null||(_0x24cd8d=_0x24cd8d['textRuns'])==null||(_0x24cd8d=_0x24cd8d[_0x85344c(0x850)](_0x512b3c=>{const _0x4cf396=_0x85344c;var _0x37eb59;let _0x3028cc=(_0x37eb59=_0x512b3c['ts'])==null?void 0x0:_0x37eb59['ff'];return typeof _0x3028cc==_0x4cf396(0x9e6)&&_0x3028cc[_0x4cf396(0x9dd)]>0x0;}))==null||(_0x24cd8d=_0x24cd8d['ts'])==null?void 0x0:_0x24cd8d['ff'];return typeof _0x2a8963==_0x85344c(0x9e6)&&_0x2a8963?_0x2a8963:null;}function O_(_0x4f0e67){const _0x599196=_0x5347ad;var _0x3418cb,_0x44f7ae;let _0x1fd79d=(_0x3418cb=_0x4f0e67['documentStyle'])==null||(_0x3418cb=_0x3418cb[_0x599196(0x14a)])==null||(_0x3418cb=_0x3418cb['cl'])==null?void 0x0:_0x3418cb[_0x599196(0x65a)];if(typeof _0x1fd79d==_0x599196(0x9e6)&&_0x1fd79d)return _0x1fd79d;let _0x497da3=(_0x44f7ae=_0x4f0e67['body'])==null||(_0x44f7ae=_0x44f7ae[_0x599196(0x35c)])==null||(_0x44f7ae=_0x44f7ae[_0x599196(0x850)](_0x40fbcf=>{const _0x1f5fb4=_0x599196;var _0x57d279;let _0x1e7078=(_0x57d279=_0x40fbcf['ts'])==null||(_0x57d279=_0x57d279['cl'])==null?void 0x0:_0x57d279[_0x1f5fb4(0x65a)];return typeof _0x1e7078==_0x1f5fb4(0x9e6)&&_0x1e7078[_0x1f5fb4(0x9dd)]>0x0;}))==null||(_0x44f7ae=_0x44f7ae['ts'])==null||(_0x44f7ae=_0x44f7ae['cl'])==null?void 0x0:_0x44f7ae[_0x599196(0x65a)];return typeof _0x497da3==_0x599196(0x9e6)&&_0x497da3?_0x497da3:null;}function k_(_0x242d94){const _0x30ed0a=_0x5347ad;let {children:_0x228a10,label:_0x2998cd,onClick:_0x5ceb2e,onMouseDown:_0x3a6bae}=_0x242d94;return _0x4b9848(_0x30ed0a(0x47a),{'aria-label':_0x2998cd,'className':_0x30ed0a(0x852),'title':_0x2998cd,'type':_0x30ed0a(0x47a),'onClick':_0x5ceb2e,'onMouseDown':_0x3a6bae,'children':_0x228a10});}function A_(_0x251360){const _0x34e507=_0x5347ad;var _0x16f951;let {label:_0x4257b7,onMouseDown:_0x4aff8a,options:_0x1864aa,value:_0x50d64b}=_0x251360,[_0xcb471e,_0x2b4c72]=_0x4692d4(!0x1),_0x5c0171=(_0x16f951=_0x1864aa[_0x34e507(0x850)](_0x289c09=>_0x289c09[_0x34e507(0x5af)]===_0x50d64b))==null?_0x1864aa[0x0]:_0x16f951;return _0x4b9848(_0x507cf6,{'overlay':_0x4b9848('div',{'className':'univer-min-w-32\x20univer-rounded-lg\x20univer-border\x20univer-border-slate-200\x20univer-bg-white\x20univer-p-1','data-u-comp':'editor-ui-floating-toolbar-popup','style':{'boxShadow':oo},'children':_0x1864aa['map'](_0x230028=>_0xa122b1(_0x34e507(0x47a),{'className':_0x34e507(0x406)+(_0x230028[_0x34e507(0x5af)]===_0x50d64b?_0x34e507(0x700):'')+_0x34e507(0x530),'type':_0x34e507(0x47a),'onClick':()=>{const _0x465f82=_0x34e507;_0x230028[_0x465f82(0x8b6)](),_0x2b4c72(!0x1);},'onMouseDown':_0x4aff8a,'children':[_0x4b9848(_0x34e507(0x9d2),{'className':'univer-flex\x20univer-size-4\x20univer-items-center\x20univer-justify-center','children':_0x230028[_0x34e507(0x1f8)]}),_0x4b9848(_0x34e507(0x9d2),{'children':_0x230028[_0x34e507(0x461)]})]},String(_0x230028[_0x34e507(0x5af)])))}),'open':_0xcb471e,'onOpenChange':_0x2b4c72,'children':_0xa122b1(_0x34e507(0x47a),{'aria-expanded':_0xcb471e,'aria-label':_0x4257b7,'className':_0x34e507(0x7a6),'title':_0x4257b7,'type':_0x34e507(0x47a),'onMouseDown':_0x4aff8a,'children':[_0x4b9848('span',{'className':_0x34e507(0x474),'children':_0x5c0171==null?void 0x0:_0x5c0171[_0x34e507(0x1f8)]}),_0x4b9848(_0x456395,{'className':_0x34e507(0x483)})]})});}const j_=_0x2abe4c(()=>{let _0x4e3fac=_0x4427ea(fc),_0x38c405=_0x4427ea(_0x47c48b),_0x3dbfdc=_0x4427ea(_0x446559),_0x1988b2=_0x4427ea(_0x1c430b);return _0x4b9848(_0x4eead7,{'adapter':_0x78f4e5(()=>({'getShapeModel':(_0x3f75d9,_0x4782a3,_0x2572ce)=>{const _0x32c655=_0x262c;var _0x2c9d35;let _0x2329ba=_0x38c405['getDrawingByParam']({'unitId':_0x3f75d9,'subUnitId':_0x4782a3,'drawingId':_0x2572ce});return _0x2329ba?M_({'drawing':_0x2329ba,'renderManagerService':_0x3dbfdc,'themeData':(_0x2c9d35=_0x1988b2[_0x32c655(0x46d)](_0x3f75d9,_0x2a9855['UNIVER_SLIDE']))==null?void 0x0:_0x2c9d35[_0x32c655(0x185)](_0x4782a3)}):null;},'getDrawingTransform':(_0x4d650b,_0x555391,_0x4b5ea6)=>{const _0x113e68=_0x262c;let _0x2f8bb5=_0x38c405[_0x113e68(0x429)]({'unitId':_0x4d650b,'subUnitId':_0x555391,'drawingId':_0x4b5ea6});return _0x2f8bb5==null?void 0x0:_0x2f8bb5[_0x113e68(0x2d1)];},'updateShapeText':_0x267b33=>{const _0x40e7ff=_0x262c;_0x4e3fac[_0x40e7ff(0x40e)](_0x267b33);},'updateHostSize':_0x2f6abb=>{const _0x481148=_0x262c;_0x4e3fac[_0x481148(0x816)](_0x2f6abb);},'allowHostSizeShrink':({unitId:_0x290e46,subUnitId:_0x4e7561,shapeId:_0x1d0453})=>{const _0x117451=_0x262c;let _0x38dad6=_0x38c405[_0x117451(0x429)]({'unitId':_0x290e46,'subUnitId':_0x4e7561,'drawingId':_0x1d0453});return(_0x38dad6==null?void 0x0:_0x38dad6[_0x117451(0x5fb)][_0x117451(0x72f)])===_0x42916e[_0x117451(0x66c)];}}),[_0x1988b2,_0x3dbfdc,_0x38c405,_0x4e3fac]),'editingService':_0x4e3fac,'editorUnitId':qg,'positionOptions':_0x78f4e5(()=>({'viewportKeys':{'main':rl}}),[])});});function M_(_0x5a9780){const _0x1316ba=_0x5347ad;let {drawing:_0x3d8aa7,renderManagerService:_0xc7488,themeData:_0x32fe2b}=_0x5a9780,_0xdcaabd=_0xc7488[_0x1316ba(0x78d)](_0x3d8aa7[_0x1316ba(0x51b)]),_0x2bcd59=_0xdcaabd==null?void 0x0:_0xdcaabd['scene']['getObject'](kh(_0x3d8aa7['unitId'],_0x3d8aa7[_0x1316ba(0x657)],_0x3d8aa7[_0x1316ba(0x51f)]));return{'getShapeTextData':()=>I_(_0x3d8aa7,_0x32fe2b),'getShapeTextRect':_0x5a30b4=>_0x2bcd59 instanceof hs?N_(_0x2bcd59[_0x1316ba(0x79c)](_0x5a30b4[_0x1316ba(0x8d2)],_0x5a30b4[_0x1316ba(0x95b)]),_0x5a30b4):{'left':0x0,'top':0x0,'width':_0x5a30b4[_0x1316ba(0x8d2)],'height':_0x5a30b4[_0x1316ba(0x95b)]}};}function N_(_0x540a9d,_0x5953e2){const _0xe62322=_0x5347ad;return{'left':P_(_0x540a9d[_0xe62322(0x5e2)],0x0),'top':P_(_0x540a9d['top'],0x0),'width':F_(_0x540a9d['width'],_0x5953e2['width']),'height':F_(_0x540a9d[_0xe62322(0x95b)],_0x5953e2[_0xe62322(0x95b)])};}function P_(_0x26c2fd,_0x1748e9){return typeof _0x26c2fd=='number'&&Number['isFinite'](_0x26c2fd)?_0x26c2fd:_0x1748e9;}function F_(_0x284193,_0xbfb1a2){let _0x330a68=P_(_0x284193,_0xbfb1a2);return _0x330a68>0x0?_0x330a68:Math['max'](0x1,_0xbfb1a2);}function I_(_0x5ca5da,_0x19db9c){const _0x73fa5b=_0x5347ad;var _0x55cb45,_0x430548,_0x1b8e1c;let _0x225eb4=c_(_0x5ca5da,qg,_0x19db9c),_0x392eff=(_0x55cb45=_0x225eb4[_0x73fa5b(0x923)])==null?void 0x0:_0x55cb45[_0x73fa5b(0x70b)],_0x41e535={'doc':_0x225eb4,'va':(_0x430548=_0x392eff==null?void 0x0:_0x392eff[_0x73fa5b(0x195)])==null?_0x3ebbcf['TOP']:_0x430548,'ha':(_0x1b8e1c=_0x392eff==null?void 0x0:_0x392eff[_0x73fa5b(0x95a)])==null?_0x3d6504[_0x73fa5b(0x420)]:_0x1b8e1c},_0x470a02=R_(_0x5ca5da);return{...L_(_0x5ca5da,_0x225eb4),'isHorizontal':_0x470a02,'text':_0x27c8cd(_0x225eb4),'dataModel':_0x41e535};}function L_(_0x1931c7,_0x490dd7){const _0x565273=_0x5347ad;let _0x381017=_0x1931c7[_0x565273(0x5fb)];if(_0x381017['type']===_0x42916e['Shape']){var _0x164278;return(_0x164278=_0x381017[_0x565273(0x4fd)][_0x565273(0x96e)])==null?{}:_0x164278;}if(_0x381017[_0x565273(0x72f)]===_0x42916e[_0x565273(0x66c)]){var _0x2653ee;return{'isHorizontal':!0x0,'text':(_0x2653ee=_0x381017['text'])==null?_0x27c8cd(_0x490dd7):_0x2653ee,'dataModel':_0x381017[_0x565273(0x540)]?{'doc':_0x381017['textData']}:void 0x0};}if(_0x381017[_0x565273(0x72f)]===_0x42916e[_0x565273(0x4a9)]){var _0x3bc112,_0x197e02;return{'isHorizontal':!0x0,'text':(_0x3bc112=_0x381017[_0x565273(0x742)])==null?_0x27c8cd(_0x490dd7):_0x3bc112,'dataModel':(_0x197e02=_0x381017[_0x565273(0x344)][_0x565273(0x334)])!=null&&_0x197e02[_0x565273(0x540)]?{'doc':_0x381017['placeholder']['textConfig'][_0x565273(0x540)]}:void 0x0};}return{};}function R_(_0x3b2889){const _0x2ac375=_0x5347ad;let _0x121d36=_0x3b2889[_0x2ac375(0x5fb)];if(_0x121d36[_0x2ac375(0x72f)]===_0x42916e[_0x2ac375(0x514)]){var _0x1ec241;return((_0x1ec241=_0x121d36[_0x2ac375(0x4fd)][_0x2ac375(0x96e)])==null?void 0x0:_0x1ec241[_0x2ac375(0x584)])!==!0x1;}return!0x0;}let z_=class extends _0x43d13a{constructor(_0x19988b=Qi,_0x271c7c,_0x151473,_0x103623,_0x20a8b7,_0x1ab5e0){const _0x1ff6d8=_0x5347ad;super(),this[_0x1ff6d8(0x382)]=_0x19988b,this['_injector']=_0x271c7c,this[_0x1ff6d8(0x164)]=_0x151473,this[_0x1ff6d8(0x30e)]=_0x103623,this[_0x1ff6d8(0x4c7)]=_0x20a8b7,this[_0x1ff6d8(0x5a5)]=_0x1ab5e0;let {..._0x52e8db}=_0x9e503d({},Qi,this[_0x1ff6d8(0x382)]);this['_configService'][_0x1ff6d8(0x1fd)](Zi,_0x52e8db),this[_0x1ff6d8(0x32f)]();}[_0x5347ad(0x32f)](){const _0x1e6551=_0x5347ad;[Lu,Bu,Ru,Vu,Hu,Uu]['forEach'](_0x5c1434=>this['disposeWithMe'](this[_0x1e6551(0x164)]['registerCommand'](_0x5c1434))),this[_0x1e6551(0x8a3)]()&&[Of,ff,hf,pf,mf,gf,df,_f,wf,Tf,xf,yf,Sf,bf,Ef,Df,tm,rm,im,am,nm,om,sm,ul,dl,cl,ll,fl,pl,ol,sl,Xi,Wp,Up,Jp,Gp,Kp,qp,Lp,lf,Ji,Yi,dm,tp,np,rp][_0x1e6551(0x4fa)](_0x316bab=>this['disposeWithMe'](this[_0x1e6551(0x164)][_0x1e6551(0x6de)](_0x316bab)));}[_0x5347ad(0x8a3)](){const _0x1a8f86=_0x5347ad;var _0x491808;let _0x2ea9a5=this[_0x1a8f86(0x4c7)][_0x1a8f86(0x86c)](Zi);return(_0x2ea9a5==null||(_0x491808=_0x2ea9a5['editor'])==null?void 0x0:_0x491808['enabled'])!==!0x1;}[_0x5347ad(0x3e9)](){const _0x1781fd=_0x5347ad;this[_0x1781fd(0x5f8)][_0x1781fd(0x241)]([Eh]),this['_injector']['get'](Eh);let _0x351ba1=this[_0x1781fd(0x8a3)]();[[Kg],[sc],[Dl,{'useClass':kl}],[Zl,{'useClass':tu}],[Mu,{'useClass':Iu}],[Vl,{'useClass':Xl}],..._0x351ba1?[[Nf],[Yp],[Gg],[fc],[d_,{'useClass':u_}],[kf,{'useClass':jf}],[vl,{'useClass':bl}],[Nh,{'useClass':Ph}]]:[]][_0x1781fd(0x4fa)](_0x5d097c=>this[_0x1781fd(0x5f8)][_0x1781fd(0x241)](_0x5d097c)),_0x351ba1&&(this[_0x1781fd(0x5f8)]['has'](_0x1498db)||this[_0x1781fd(0x5f8)][_0x1781fd(0x241)]([_0x1498db,{'useClass':_0x5f7afd}]),this[_0x1781fd(0x70e)](this[_0x1781fd(0x5a5)][_0x1781fd(0x851)](_0x3d14ae[_0x1781fd(0x18c)],()=>_0x10ed71(j_,this[_0x1781fd(0x5f8)]))),this['disposeWithMe'](this[_0x1781fd(0x5a5)][_0x1781fd(0x851)](_0x3d14ae[_0x1781fd(0x18c)],()=>_0x10ed71(S_,this['_injector']))));}[_0x5347ad(0x2e9)](){const _0x597257=_0x5347ad;let _0x17edcc=this[_0x597257(0x8a3)]();this[_0x597257(0x70e)](this[_0x597257(0x30e)][_0x597257(0x4d4)](_0x2a9855[_0x597257(0x57f)],al)),this[_0x597257(0x70a)](_0x17edcc),this[_0x597257(0x20e)](_0x17edcc),this[_0x597257(0x59e)](_0x17edcc);}[_0x5347ad(0x70a)](_0x38755f){const _0x484cb2=_0x5347ad;_0x38755f&&([Mh,Fh,Ig,Lg,Pg,e_,l_,Rh,Hh,$g][_0x484cb2(0x4fa)](_0xeafa59=>{const _0x6ffd8=_0x484cb2;this[_0x6ffd8(0x70e)](this[_0x6ffd8(0x30e)][_0x6ffd8(0x4d4)](_0x2a9855['UNIVER_SLIDE'],_0xeafa59));}),this['disposeWithMe'](this[_0x484cb2(0x30e)][_0x484cb2(0x4d4)](_0x2a9855[_0x484cb2(0x7ce)],Yg)));}[_0x5347ad(0x20e)](_0x4e7297){const _0x16ddbe=_0x5347ad;[..._0x4e7297?[[Rg],[Fg],[Ng],[Hg],[El]]:[],[Ug],[Jd]][_0x16ddbe(0x4fa)](_0x4808e5=>this[_0x16ddbe(0x5f8)][_0x16ddbe(0x241)](_0x4808e5));}[_0x5347ad(0x59e)](_0x23ec6a){const _0x4280a4=_0x5347ad;this['_injector'][_0x4280a4(0x439)](Kg),this['_injector']['get'](sc),this['_injector'][_0x4280a4(0x439)](Dl),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Zl),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Mu),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Vl),this[_0x4280a4(0x5f8)]['get'](Ug),_0x23ec6a&&(this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Nf),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Yp),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Gg),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](fc),this['_injector']['get'](d_),this['_injector']['get'](vl),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Rg),this['_injector'][_0x4280a4(0x439)](Fg),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Ng),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Hg),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](El)),this[_0x4280a4(0x5f8)][_0x4280a4(0x439)](Jd);}};Z(z_,_0x5347ad(0x4c2),_0x5347ad(0x84e)),Z(z_,_0x5347ad(0x74f),Yd),Z(z_,_0x5347ad(0x204),Xd),Z(z_,_0x5347ad(0x72f),_0x2a9855[_0x5347ad(0x57f)]),z_=$([_0x257b2c(_0x26ac90,_0x3bb1c7,_0x55d10c,_0x466bc9),Q(0x1,_0x3bd740(_0x3a4166)),Q(0x2,_0x46972e),Q(0x3,_0x446559),Q(0x4,_0x275599),Q(0x5,_0x447d80)],z_);var B_=class e extends _0x5c039c{constructor(_0x135d1a,_0x159c70){const _0x53fdd1=_0x5347ad;super(_0x135d1a,_0x159c70),Z(this,_0x53fdd1(0x668),void 0x0),Z(this,_0x53fdd1(0x84c),void 0x0),this[_0x53fdd1(0x668)]=_0x159c70['elementId'],this[_0x53fdd1(0x84c)]=_0x159c70[_0x53fdd1(0x84c)];}['getRotateHandlePosition'](){const _0x44d583=_0x5347ad;return{'x':this[_0x44d583(0x8d2)]/0x2,'y':-e['ROTATE_HANDLE_OFFSET_PX']};}[_0x5347ad(0x358)](){return[{'x':0.5,'y':0x0,'idx':0x0,'ang':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'ang':0x0},{'x':0.5,'y':0x1,'idx':0x2,'ang':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'ang':0xb4}];}[_0x5347ad(0x1aa)](_0x59622c){const _0x20427e=_0x5347ad;return{'x':_0x59622c['x']*this[_0x20427e(0x8d2)],'y':_0x59622c['y']*this['height']};}['getAdjustHandles'](){return[];}};Z(B_,_0x5347ad(0x637),0x1e);var V_=class extends _0x278e37{constructor(_0x471f21,_0x368048=0x3c0,_0x171c58=0x21c){const _0x3ab962=_0x5347ad;super(),Z(this,'_dirty$',new _0x6b4ad8()),Z(this,_0x3ab962(0x7ef),this[_0x3ab962(0x4a7)][_0x3ab962(0x41b)]()),Z(this,_0x3ab962(0x6f9),null),Z(this,_0x3ab962(0x960),new Map()),Z(this,_0x3ab962(0x591),!0x0),Z(this,_0x3ab962(0x785),0x3c0),Z(this,'_pageHeight',0x21c),this[_0x3ab962(0x785)]=_0x368048,this['_pageHeight']=_0x171c58,_0x471f21&&this[_0x3ab962(0x893)](_0x471f21);}get[_0x5347ad(0x5df)](){const _0x1f00f7=_0x5347ad;return this[_0x1f00f7(0x785)];}get[_0x5347ad(0x1be)](){const _0x3fff87=_0x5347ad;return this[_0x3fff87(0x96c)];}['loadPage'](_0xe2c271,_0x44c01d,_0x5a1173){const _0x4e968c=_0x5347ad;this['_pageData']=_0xe2c271,_0x44c01d!==void 0x0&&(this[_0x4e968c(0x785)]=_0x44c01d),_0x5a1173!==void 0x0&&(this[_0x4e968c(0x96c)]=_0x5a1173),this[_0x4e968c(0x752)]();}[_0x5347ad(0x752)](){const _0x20e23f=_0x5347ad;this[_0x20e23f(0x591)]=!0x0,this['_dirty$']['next']();}[_0x5347ad(0x808)](){const _0x38f065=_0x5347ad;!this['_isDirty']||this[_0x38f065(0x6f9)]===null||(this[_0x38f065(0x232)](this[_0x38f065(0x6f9)]),this[_0x38f065(0x591)]=!0x1);}['getLayouts'](){const _0x3c93b5=_0x5347ad;this[_0x3c93b5(0x808)]();let _0x16a6b8=this['_pageData'];return _0x16a6b8===null?[]:_0x16a6b8[_0x3c93b5(0x67c)][_0x3c93b5(0x85d)](_0x240b06=>this[_0x3c93b5(0x960)]['get'](_0x240b06))[_0x3c93b5(0x9bf)](_0x2ec5c7=>_0x2ec5c7!==void 0x0);}['getLayout'](_0x55cd3f){const _0x10f122=_0x5347ad;return this[_0x10f122(0x808)](),this['_layoutCache'][_0x10f122(0x439)](_0x55cd3f);}[_0x5347ad(0x9a6)](){return this['_pageData'];}['_buildLayouts'](_0x4226b6){const _0x51e0c8=_0x5347ad;this[_0x51e0c8(0x960)]['clear']();for(let _0x2404a4 of _0x4226b6[_0x51e0c8(0x67c)]){var _0x35d590,_0x3b589c,_0x4518b4,_0x220e5d,_0x246873,_0x5ccd32,_0x3f3778;let _0x28c48b=_0x4226b6[_0x51e0c8(0x77a)][_0x2404a4];if(!_0x28c48b)continue;let _0x50f5eb=_0x28c48b[_0x51e0c8(0x2d1)],_0x42718d={'id':_0x2404a4,'type':_0x28c48b[_0x51e0c8(0x72f)],'left':(_0x35d590=_0x50f5eb[_0x51e0c8(0x5e2)])==null?0x0:_0x35d590,'top':(_0x3b589c=_0x50f5eb['top'])==null?0x0:_0x3b589c,'width':(_0x4518b4=_0x50f5eb[_0x51e0c8(0x8d2)])==null?0x0:_0x4518b4,'height':(_0x220e5d=_0x50f5eb[_0x51e0c8(0x95b)])==null?0x0:_0x220e5d,'angle':(_0x246873=_0x50f5eb[_0x51e0c8(0x7e8)])==null?0x0:_0x246873,'flipH':(_0x5ccd32=_0x50f5eb['flipX'])==null?!0x1:_0x5ccd32,'flipV':(_0x3f3778=_0x50f5eb[_0x51e0c8(0xa0e)])==null?!0x1:_0x3f3778,'visible':_0x28c48b[_0x51e0c8(0x56e)]!==!0x1,'element':_0x28c48b};this[_0x51e0c8(0x960)]['set'](_0x2404a4,_0x42718d);}}[_0x5347ad(0x261)](){const _0x13a6ad=_0x5347ad;this[_0x13a6ad(0x4a7)]['complete'](),this[_0x13a6ad(0x960)][_0x13a6ad(0x3c1)](),super[_0x13a6ad(0x261)]();}},H_=class extends _0x384996{constructor(_0x286223,_0x152779,_0x22c5e4){const _0x401b90=_0x5347ad;super(_0x286223,_0x152779,_0x22c5e4),Z(this,_0x401b90(0x8af),null);}[_0x5347ad(0x79d)](_0xae536){const _0x1d3830=_0x5347ad;this[_0x1d3830(0x8af)]=_0xae536,this[_0x1d3830(0x8e3)]({'width':_0xae536['pageWidth'],'height':_0xae536[_0x1d3830(0x1be)]}),this[_0x1d3830(0x752)](!0x0);}[_0x5347ad(0x56b)](){const _0x1fc3a9=_0x5347ad;return this[_0x1fc3a9(0x8af)];}[_0x5347ad(0x9b1)](){return this['_skeleton']!==null;}[_0x5347ad(0x261)](){const _0x20624f=_0x5347ad;this[_0x20624f(0x8af)]=null,super[_0x20624f(0x261)]();}};export{Yi as CloseSlideImageCropOperation,u_ as EditorUIService,d_ as IEditorUIService,kf as ISlideDrawingStateService,jh as ISlideHitTestService,Dl as ISlidePlaybackService,Zl as ISlideRulerStateService,vl as ISlideSidebarStateService,Nh as ISlideTransformerVisibilityService,rc as ObjectAdaptor,Bc as ObjectProvider,Ji as OpenSlideImageCropOperation,Zi as SLIDES_UI_PLUGIN_CONFIG_KEY,to as SLIDE_ADJUST_POINT_HANDLE_FILL_COLOR,no as SLIDE_ADJUST_POINT_HANDLE_STROKE_COLOR,Ta as SLIDE_BACKGROUND_DEFAULT_GRADIENT_END_COLOR,ka as SLIDE_BACKGROUND_DEFAULT_GRAPHIC_FIT,Ca as SLIDE_BACKGROUND_DEFAULT_PAGE_COLOR,Da as SLIDE_BACKGROUND_DEFAULT_PATTERN_BACKGROUND_COLOR,Ea as SLIDE_BACKGROUND_DEFAULT_PATTERN_FOREGROUND_COLOR,Oa as SLIDE_BACKGROUND_DEFAULT_PATTERN_STROKE_COLOR,wa as SLIDE_BACKGROUND_DEFAULT_SOLID_COLOR,Sa as SLIDE_CANVAS_DEFAULT_BACKGROUND,Ya as SLIDE_CONNECTOR_CONNECTION_SITE_FILL_COLOR,Za as SLIDE_CONNECTOR_CONNECTION_SITE_HIGHLIGHT_FILL_COLOR,Qa as SLIDE_CONNECTOR_CONNECTION_SITE_HIGHLIGHT_STROKE_COLOR,Xa as SLIDE_CONNECTOR_CONNECTION_SITE_STROKE_COLOR,$a as SLIDE_CONNECTOR_ENDPOINT_HANDLE_FILL_COLOR,eo as SLIDE_CONNECTOR_ENDPOINT_HANDLE_STROKE_COLOR,Oh as SLIDE_DRAWING_OBJECT_KEY_PREFIX,qa as SLIDE_MARQUEE_SELECTION_FILL_ALPHA,Ja as SLIDE_MARQUEE_SELECTION_STROKE_ALPHA,Ka as SLIDE_MARQUEE_SELECTION_THEME_TOKEN,za as SLIDE_PAGE_RECT_FILL_COLOR,Ba as SLIDE_PAGE_RECT_STROKE_COLOR,po as SLIDE_PLACEHOLDER_ICON_BOX_BACKGROUND,lo as SLIDE_PLACEHOLDER_ICON_BOX_SIZE,mo as SLIDE_PLACEHOLDER_ICON_BOX_STROKE,uo as SLIDE_PLACEHOLDER_ICON_GRID_GAP_X,fo as SLIDE_PLACEHOLDER_ICON_GRID_GAP_Y,ho as SLIDE_PLACEHOLDER_ICON_LABEL_COLOR,go as SLIDE_PLACEHOLDER_ICON_LABEL_FONT,bo as SLIDE_PLACEHOLDER_TEXT_COLOR_MUTED,_o as SLIDE_PLACEHOLDER_TEXT_COLOR_PRIMARY,vo as SLIDE_PLACEHOLDER_TEXT_COLOR_SECONDARY,yo as SLIDE_PLACEHOLDER_TEXT_COLOR_TITLE,Ra as SLIDE_PRESENTATION_CONTROL_BACKGROUND_COLOR,La as SLIDE_PRESENTATION_STAGE_BACKGROUND_COLOR,Ia as SLIDE_QUICK_STYLE_DEFAULT_STROKE_COLOR,Aa as SLIDE_SHAPE_DEFAULT_FILL_COLOR,Pa as SLIDE_SHAPE_DEFAULT_GRADIENT_END_COLOR,Na as SLIDE_SHAPE_DEFAULT_GRADIENT_START_COLOR,Ma as SLIDE_SHAPE_DEFAULT_SHADOW_COLOR,ja as SLIDE_SHAPE_DEFAULT_STROKE_COLOR,Fa as SLIDE_SHAPE_TEXT_FALLBACK_COLOR,co as SLIDE_TEXT_EDITOR_DEFAULT_TEXT_BACKGROUND_COLOR,so as SLIDE_TEXT_EDITOR_DEFAULT_TEXT_COLOR,ro as SLIDE_TEXT_EDITOR_FLOATING_TOOLBAR_BACKGROUND_COLOR,io as SLIDE_TEXT_EDITOR_FLOATING_TOOLBAR_BORDER_COLOR,ao as SLIDE_TEXT_EDITOR_FLOATING_TOOLBAR_SHADOW,oo as SLIDE_TEXT_EDITOR_FONT_SIZE_MENU_SHADOW,Ha as SLIDE_TRANSFORMER_ANCHOR_FILL_COLOR,Ua as SLIDE_TRANSFORMER_ANCHOR_STROKE_COLOR,Va as SLIDE_TRANSFORMER_BORDER_STROKE_COLOR,Ga as SLIDE_TRANSFORMER_ROTATE_ICON_STROKE_COLOR,Wa as SLIDE_TRANSFORMER_ROTATE_STROKE_COLOR,B_ as SlideBaseObject,ic as SlideCanvasObjectProviderRegistry,jf as SlideDrawingStateService,Mh as SlideHitTestService,Jo as SlideImageObject,Xo as SlidePageBackgroundObject,Zo as SlidePageClipGroup,V_ as SlidePageSkeleton,Xi as SlidePlaceholderActionOperation,kl as SlidePlaybackService,al as SlideRenderController,Kg as SlideRenderService,tu as SlideRulerStateService,H_ as SlideScene,El as SlideSidebarController,bl as SlideSidebarStateService,Ph as SlideTransformerVisibilityService,Jd as SlideUIController,z_ as UniverSlidesUIPlugin,xa as assembleGroupHierarchy,kh as buildDrawingOKey,Qi as defaultPluginConfig,pa as resolveGroupFillInheritance,wo as stripEditorUIDocumentData};
1
+ const _0x2d3867=_0x3035;(function(_0x27306c,_0x294ec5){const _0x3acc9f=_0x3035,_0xb0f87e=_0x27306c();while(!![]){try{const _0x2ef391=-parseInt(_0x3acc9f(0x515))/0x1*(parseInt(_0x3acc9f(0x7ee))/0x2)+-parseInt(_0x3acc9f(0x4db))/0x3*(-parseInt(_0x3acc9f(0x434))/0x4)+-parseInt(_0x3acc9f(0x8c5))/0x5+-parseInt(_0x3acc9f(0x6b0))/0x6+parseInt(_0x3acc9f(0x791))/0x7*(parseInt(_0x3acc9f(0x9bf))/0x8)+-parseInt(_0x3acc9f(0x891))/0x9+-parseInt(_0x3acc9f(0x383))/0xa*(-parseInt(_0x3acc9f(0x44c))/0xb);if(_0x2ef391===_0x294ec5)break;else _0xb0f87e['push'](_0xb0f87e['shift']());}catch(_0x58def3){_0xb0f87e['push'](_0xb0f87e['shift']());}}}(_0x2a3a,0xc4474));import{ArrangeTypeEnum as _0x1fd282,BooleanNumber as _0x573b54,ColorKit as _0x3c6835,CommandType as _0x49b5c3,DEFAULT_STYLES as _0x3bd9a8,DependentOn as _0x569fd0,Disposable as _0x10bcc8,DisposableCollection as _0x565101,DocumentDataModel as _0x4be98e,DocumentFlavor as _0x1eabe6,EDITOR_ACTIVATED as _0x2d7fa2,FOCUSING_COMMON_DRAWINGS as _0x256c21,FOCUSING_SHAPE_TEXT_EDITOR as _0x1a0d13,FOCUSING_SLIDE as _0x3853d3,HorizontalAlign as _0x1f7d85,ICommandService as _0x2402a1,IConfigService as _0x4e6b21,IContextService as _0xadc6d7,IImageIoService as _0x4b40fd,IUniverInstanceService as _0x534be5,ImageSourceType as _0x127be6,Inject as _0x33d141,Injector as _0x5ccce3,LocaleService as _0x4a2941,Optional as _0x49cccf,Plugin as _0x4969c3,PresetListType as _0x22ad6d,RedoCommand as _0x33f854,Registry as _0x4ad4af,RxDisposable as _0x4928c2,ThemeService as _0x3ff7ed,Tools as _0x1cccc2,UndoCommand as _0x3d79c5,UniverInstanceType as _0x50fd52,VerticalAlign as _0x30ccc5,WrapStrategy as _0x162116,checkIfMove as _0x356b28,createIdentifier as _0x297f6c,createInternalEditorID as _0x347b4d,createParagraphId as _0x49353f,generateRandomId as _0x5a1e83,isInternalEditorID as _0x22662f,merge as _0x365cfe,toDisposable as _0x228c67}from'@univerjs/core';import{AddSlideElementCommand as _0x14d399,AddSlideElementMutation as _0x310741,AddSlidePageCommand as _0xd03240,CancelSlideGroupMutation as _0x3994cf,CreateSlideByLayoutCommand as _0x4ed822,DEFAULT_LAYOUT_ORDER as _0x3e0c89,DEFAULT_MASTER_PAGE as _0x1316da,DEFAULT_MASTER_PAGE_ID as _0x5b8692,ISlideDrawingService as _0x3a5c48,InsertDrawingObjectMutation as _0x1ebfaf,LAYOUT_PAGE_IDS as _0x4ee73e,MoveSlidePageCommand as _0x2c0ffb,PageElementTypeEnum as _0x440e4e,PageTypeEnum as _0x3a8f6d,PlaceholderTypeEnum as _0x5a4a82,RemoveSlideElementCommand as _0x36bacc,RemoveSlidePageCommand as _0x133710,ReorderSlideElementsCommand as _0xcf9d5c,SLIDE_INSERT_DEFAULT_SIZE as _0x9f1758,SLIDE_PLACEHOLDER_ICON_COMPONENT_NAME_BY_KEY as _0x23e13a,SLIDE_TEXT_BOX_DEFAULT_STYLE as _0x423388,SLIDE_THEME_PRESETS as _0x854195,SetPresentationBackgroundGraphicsCommand as _0x2d9b96,SetSlideDrawingApplyMutation as _0x7c7941,SetSlideGroupMutation as _0xce99c,SetSlidePageSizeMutation as _0x4baa8b,SetSlideSpeakerNotesCommand as _0x495f0a,SetSlideSpeakerNotesMutation as _0x2413e1,SetSlideTransitionCommand as _0x14602c,SetSlideZoomRatioOperation as _0x24188a,SlideBackgroundTypeEnum as _0x58ddf3,SlideDrawingApplyType as _0x488484,SlidePageLayoutTypeEnum as _0x10b8df,SlidePresentationBackgroundGraphicFitEnum as _0x40c8c8,SlidePresentationBackgroundGraphicsTargetEnum as _0x3f75d0,SlideSceneTypeEnum as _0x4fafd2,SlideTransitionDirectionEnum as _0x4188cf,SlideTransitionTypeEnum as _0x409036,UpdateSlideDrawingCommand as _0x2a956c,UpdateSlideElementMutation as _0x114976,UpdateSlidePageBackgroundCommand as _0x5c14bf,UpdateSlidePageBackgroundMutation as _0x21eb30,applySlideElementTextDocument as _0x4a4cd3,getEmbedSlidesFloatingCustomData as _0x178dc9,getEmbedSlidesPageCustomData as _0x386ff5,getPlaceholderImageContent as _0xb1625e,getPresentationBackgroundGraphics as _0x58973e,getSlideElementDisplayName as _0xaba54c,getSlideThemePreset as _0x43530e,isPresentationBackgroundGraphic as _0x35d3cd,plainTextToSlideDocumentData as _0x50828b,resolveDefaultPlaceholderTextKey as _0x1bc55e,resolvePlaceholderActionIcons as _0x857258,resolveSlideLayerPageSizeOptions as _0x21aa5f,resolveSlideTextBoxDefaultSize as _0x389ef4,resolveSlideThemePreviewColors as _0x5eb355,resolveSlideTransition as _0x37da2a,resolveThemeDefaultShapeText as _0x1429ec,resolvedSlideLayersToDrawingMap as _0x93317f,setPlaceholderImageContent as _0x573c10,slideDocumentDataToPlainText as _0x3dae76}from'@univerjs-pro/slides';import{Accordion as _0x311f89,Button as _0x631b28,Checkbox as _0x1fc777,ColorPicker as _0x5022ee,Dropdown as _0x54698d,DropdownMenu as _0x350fc6,GradientColorPicker as _0x5efafe,Input as _0x45667f,InputNumber as _0x440486,MessageType as _0x5e96c0,Radio as _0xba6a8a,RadioGroup as _0x45e188,Segmented as _0x4a2ece,Select as _0x100cce,Separator as _0x5b20e9,borderClassName as _0x1521b6,clsx as _0x5b6657}from'@univerjs/design';import{CURSOR_TYPE as _0x55639b,DRAWING_OBJECT_LAYER_INDEX as _0x575008,DocumentSkeleton as _0x1d4e97,DocumentViewModel as _0x461836,Documents as _0x41123e,DrawingGroupObject as _0xb35793,Group as _0x46eb03,IRenderManagerService as _0x317a11,Image as _0x4e0af1,MAIN_VIEW_PORT_KEY as _0x2e0554,RENDER_CLASS_TYPE as _0x387c0b,Rect as _0x4e3c17,Scene as _0x4ad4a3,Shape as _0x544e2e,Transform as _0x334ef9,VERTICAL_ROTATE_ANGLE as _0xfbd1a0,Vector2 as _0x25aeed,Viewport as _0x3ca8e6,degToRad as _0x28f279,measureDocumentNoWrapTextWidth as _0x209d5b,pxToNum as _0x5227f1}from'@univerjs/engine-render';import{BuiltInUIPart as _0x4b612c,ComponentManager as _0x3993f0,ContextMenuGroup as _0x5e1ea1,FontFamilyDropdown as _0x2852c2,ICanvasPopupService as _0x1370fc,IContextMenuService as _0x3ba254,IDialogService as _0x5b5620,IMenuManagerService as _0x457af8,IMessageService as _0x155116,IRibbonService as _0x378ca0,IShortcutService as _0x4a717c,ISidebarService as _0xa8d18f,IUIPartsService as _0xfc7844,IconManager as _0x10bef6,KeyCode as _0x8b18a6,MenuItemType as _0x26215b,MenuManagerPosition as _0x499bb1,MetaKeys as _0x549573,RectPopup as _0x5b7a74,RibbonInsertGroup as _0x4cc515,RibbonPosition as _0x4901db,RibbonStartGroup as _0x3b37ed,Slider as _0x410be0,UniverUIPlugin as _0x59e794,connectInjector as _0x5d2dd7,getMenuHiddenObservable as _0x1e2e45,useDependency as _0xcc135f,useObservable as _0x5c7b59}from'@univerjs/ui';import{memo as _0xf03e15,useCallback as _0x3f1518,useEffect as _0x5747a5,useLayoutEffect as _0x1a9735,useMemo as _0x47e782,useReducer as _0x26b89d,useRef as _0x4810a9,useState as _0x23af5c}from'react';import{BehaviorSubject as _0x740b36,Observable as _0x8aaa3e,Subject as _0x131aab,distinctUntilChanged as _0x3f3584,filter as _0x566e1f,map as _0x1388a1,merge as _0x33130c,of as _0x448519,pairwise as _0x47cf15,startWith as _0x3f1ec6,take as _0x11b64e,takeUntil as _0x2f3966}from'rxjs';import{InsertSlideTableCommand as _0x4209f3,SetSlideTableMutation as _0x2e4207,SlideTableResourceService as _0x55a72c,UpdateSlideTableCommand as _0x90ad0e,buildDefaultSlideTableThemes as _0x55bdbb,buildSlideTableControls as _0x132dc3,buildSlideTableTriggers as _0x127550,hitTestSlideTableControl as _0x4efbaf,hitTestSlideTableTrigger as _0xc7a9b5,normalizeSlideTableSnapshot as _0x332e9c,resizeSlideTableGrid as _0x1b9c35,resolveSlideTableBuildOptions as _0x673bc1,resolveSlideTableCellBoundaryBorder as _0x18789c,resolveSlideTableCellRect as _0x5a98c0,resolveSlideTableCellTextMargins as _0x224567,resolveSlideTableRenderModel as _0x2f8eda,resolveSlideTableThemePalette as _0x5019ce}from'@univerjs-pro/slides-table';import{DocParagraphTypeDropdown as _0x2e3cd6,SHAPE_FLOATING_TOOLBAR_TOP_OFFSET as _0x553074,ShapeFloatingToolbar as _0x4005d6,ShapePickerPanel as _0x4edfc3,ShapeTextBoxEditor as _0x49d18e,ShapeTextEditorContainer as _0x5417d9,ShapeTextFloatMenuRenderControllerBase as _0x513368,ShapeTextFloatToolbar as _0x255351,UniverShapeEditorUIPlugin as _0x1fafd2,buildShapeTextDataUpdate as _0x4c5e5d,createShapeTextBoxShapeData as _0xa96c1,createShapeTextPlaceholderDocumentData as _0x13843d,getShapeTextOpticalVerticalOffset as _0x142b04,getTextModel as _0x317634,getTextStyle as _0x555fde,isShapeTextOpticalVerticalAlignEnabled as _0x1015bf,normalizeShapeTextModel as _0x14104f,prepareShapeTextDocumentData as _0x454ebf,resolveShapeTextBoxResizePolicy as _0x229fef,resolveShapeTextDocumentAlignment as _0x41b59a,resolveShapeTextDocumentPageHeight as _0x5aac90,resolveShapeTextDocumentRenderLayout as _0x3d855a,resolveShapeTextEditorBehaviorShapeData as _0x4ee0d7,resolveShapeTextEditorFlowAxis as _0x257a2f,resolveShapeTextEditorWrapStrategy as _0x270bbc,resolveShapeTextNoWrapLayout as _0x342b77,shapeTypeOptions as _0x1aee29,shouldAllowShapeTextEditorHostSizeShrink as _0x3d576c,shouldAutoFitShapeTextEditorNoWrap as _0xe72bc5,shouldClipShapeTextDocument as _0x1a1bb7}from'@univerjs-pro/shape-editor-ui';import{ConnectorCoordinateTransform as _0x30ee2e,ImageFillModeEnum as _0x2cb007,ImageSourceTypeEnum as _0x5ef5eb,ShapeArrowSizeEnum as _0x47459f,ShapeArrowTypeEnum as _0x537eea,ShapeDefaultConfig as _0x5dfebb,ShapeFillEnum as _0x570aff,ShapeGradientTypeEnum as _0x6fe744,ShapeLineCapEnum as _0x1d3ba7,ShapeLineDashEnum as _0x1b038d,ShapeLineJoinEnum as _0x4b518f,ShapeLineTypeEnum as _0x5d5f82,ShapeModel as _0x234370,ShapePresetShadowValEnum as _0x2d2959,ShapeRenderModeEnum as _0x1880e3,ShapeSketchTypeEnum as _0x42f0c8,ShapeTextAutoFitType as _0x3216a2,ShapeTypeEnum as _0x3da99c,computeConnectorRouteLayout as _0x23972b,getBasicShapeRotateBound as _0x1f1e96,isConnectorShape as _0xb86505,isCurvedConnectorShape as _0x4cd039,resolveShapeShadow as _0xc5d045,resolveShapeTextBodyBehavior as _0x3a8400,routeConnectorLineShape as _0xb65393}from'@univerjs-pro/engine-shape';import{takeUntil as _0x29b3c8}from'rxjs/operators';import{Fragment as _0x30c11d,jsx as _0x36d3a0,jsxs as _0x3e215d}from'react/jsx-runtime';import{AddImageIcon as _0x39ce72,AddNoteIcon as _0x54214f,AlignBottomIcon as _0x576a7c,AlignTextBothIcon as _0x2c5ddb,AlignTopIcon as _0x39d886,ArrowLeftIcon as _0x964f3f,ArrowRightIcon as _0x4f2963,BoldIcon as _0x53d4bf,BottomIcon as _0x2741cf,CatalogueIcon as _0x3b48c4,ChartIcon as _0x4a3446,CloseIcon as _0x3ef04f,ConnectionLineIcon as _0xd0a67d,CopyIcon as _0x59d814,CutIcon as _0x50b489,DeleteIcon as _0x252f73,FlipHorizontalIcon as _0x1db49a,FlipVerticalIcon as _0x14703e,FontColorDoubleIcon as _0x4baba3,FountainPenIcon as _0xafa12c,GroupIcon as _0x1a848c,HandIcon as _0x162aeb,HorizontallyIcon as _0x13e514,ItalicIcon as _0xe2989a,LeftJustifyingIcon as _0xbca59,MindMapIcon as _0x124452,MoreDownIcon as _0x3924ce,MoreLeftIcon as _0x30efb1,MoveDownIcon as _0x57b0ca,MoveUpIcon as _0x42f108,PaintBucketDoubleIcon as _0x553a11,PasteSpecialDoubleIcon as _0x4692cb,RecordIcon as _0x56700c,RelationshipIcon as _0x1043ed,ResourcesIcon as _0x106723,RightJustifyingIcon as _0x4debac,RulerIcon as _0x39dcf2,SearchIcon as _0x3c62d1,ShapeBackgroundColorDoubleIcon as _0x22c040,ShapeFormatSettingIcon as _0x3c534f,ShapeStrokeColorDoubleIcon as _0x5302e3,SlideshowPlayIcon as _0x1b2f69,SlideshowThemeIcon as _0x219093,StickyNoteIcon as _0x3d9b17,StrikethroughIcon as _0x21f573,TableIcon as _0x21ba94,TextIcon as _0x4de0e0,TopmostIcon as _0x481e0b,TransitionsIcon as _0x36c420,UnderlineIcon as _0x30fcb6,UngroupIcon as _0x4b26e5,VerticalCenterIcon as _0x51edb8}from'@univerjs/icons';import{DocSelectionManagerService as _0x4aaef7,DocSkeletonManagerService as _0x2173ec}from'@univerjs/docs';import{DeleteLeftCommand as _0x16aace,DeleteRightCommand as _0x1e69e2,DocCanvasPopManagerService as _0x3401a3,DocSelectAllCommand as _0x42cb95,DocSelectionRenderService as _0x1802b5,EnterCommand as _0x3678e0,IEditorService as _0x278fa9,SetInlineFormatBoldCommand as _0x5a77e7,SetInlineFormatFontFamilyCommand as _0x349058,SetInlineFormatFontSizeCommand as _0x7e8730,SetInlineFormatItalicCommand as _0x21ce4b,SetInlineFormatStrikethroughCommand as _0x1537a5,SetInlineFormatTextColorCommand as _0x176459,SetInlineFormatUnderlineCommand as _0x4aa9b9,UniverDocsUIPlugin as _0x2aaa74,useEditor as _0x3a26ce,useKeyboardEvent as _0x24330f,useLeftAndRightArrow as _0x193b76,useOnChange as _0x4f34d3}from'@univerjs/docs-ui';import{getImageSize as _0x127c20}from'@univerjs/drawing';import{UniverLicensePlugin as _0x4a3b12}from'@univerjs-pro/license';import{ImageCropperObject as _0x42f807,ObjectListPanelBase as _0x4dab55,getObjectListPanelLabels as _0x3e118c,getObjectListPanelTypeName as _0x3f6f3b}from'@univerjs/drawing-ui';const Ea={'id':_0x2d3867(0xa15),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':()=>!0x0},Da={'id':_0x2d3867(0x9ec),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':()=>!0x0},Oa={'id':_0x2d3867(0x593),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':()=>!0x0},ka=_0x2d3867(0x4fe),Aa={'editor':{'enabled':!0x0},'coreRenderArea':{'width':'82%','height':_0x2d3867(0x8ae)}},ja=0.82,Ma=0x10/0x9;function Na(_0x5ae997){const _0x2cf94d=_0x2d3867;return typeof _0x5ae997==_0x2cf94d(0x684)&&Number['isFinite'](_0x5ae997)&&_0x5ae997>0x0;}function Pa(_0x59d270,_0x2fbe41){const _0x38fe4e=_0x2d3867;if(typeof _0x59d270==_0x38fe4e(0x684))return Na(_0x59d270)?_0x59d270:null;if(typeof _0x59d270!=_0x38fe4e(0x242))return null;let _0x188f18=_0x59d270[_0x38fe4e(0x5a7)]();if(!_0x188f18)return null;if(_0x188f18[_0x38fe4e(0x8d9)]('%')){let _0xe988bd=Number[_0x38fe4e(0x59a)](_0x188f18['slice'](0x0,-0x1));return Number[_0x38fe4e(0x6ab)](_0xe988bd)?_0x2fbe41*_0xe988bd/0x64:null;}if(_0x188f18[_0x38fe4e(0x8d9)]('px')){let _0x48aa06=Number[_0x38fe4e(0x59a)](_0x188f18[_0x38fe4e(0xace)](0x0,-0x2));return Na(_0x48aa06)?_0x48aa06:null;}let _0x4faf5b=Number['parseFloat'](_0x188f18);return Na(_0x4faf5b)?_0x4faf5b:null;}function Fa(_0x1d7ede,_0x1364f4,_0xb2a005){const _0x4d74b1=_0x2d3867;let _0xd6067f=Pa(_0x1d7ede,_0x1364f4);return Na(_0xd6067f)?Math[_0x4d74b1(0x55a)](0x1,_0xd6067f):Na(_0xb2a005)?Math[_0x4d74b1(0x55a)](0x1,_0xb2a005):Math[_0x4d74b1(0x55a)](0x1,_0x1364f4*0x5f/0x64);}function Ia(_0x55280c){const _0x2f1f72=_0x2d3867;return Na(_0x55280c==null?void 0x0:_0x55280c[_0x2f1f72(0xa28)])&&Na(_0x55280c==null?void 0x0:_0x55280c[_0x2f1f72(0x47c)])?_0x55280c[_0x2f1f72(0xa28)]/_0x55280c[_0x2f1f72(0x47c)]:Ma;}function La(_0x4ca997,_0x5014e3,_0x1a55e3){const _0x22c456=_0x2d3867;let _0x292fbc=Math[_0x22c456(0x55a)](0x1,_0x4ca997),_0xb13960=Math['max'](0x1,_0x5014e3);return _0x292fbc/_0xb13960>_0x1a55e3?{'width':Math['max'](0x1,_0xb13960*_0x1a55e3),'height':_0xb13960}:{'width':_0x292fbc,'height':Math['max'](0x1,_0x292fbc/_0x1a55e3)};}function Ra(_0x4544bd,_0x47c0da,_0x2c2886){let _0x327bbd=Pa(_0x4544bd,_0x47c0da);return Na(_0x327bbd)?_0x327bbd:Na(_0x47c0da)?Math['max'](0x1,_0x47c0da*_0x2c2886):Math['max'](0x1,_0x47c0da);}function za(_0x53a265,_0x29ae6f,_0x3ca627){const _0x537ba7=_0x2d3867;var _0x2b97b4,_0x41837d;let _0x1b1a23=(_0x2b97b4=_0x29ae6f==null?void 0x0:_0x29ae6f['width'])==null?0x0:_0x2b97b4,_0x29fdd6=(_0x41837d=_0x29ae6f==null?void 0x0:_0x29ae6f[_0x537ba7(0x47c)])==null?0x0:_0x41837d,_0x221244=Ia(_0x29ae6f);if(_0x3ca627!=null&&_0x3ca627['width']||_0x3ca627!=null&&_0x3ca627[_0x537ba7(0x47c)])return La(_0x3ca627[_0x537ba7(0xa28)]?Fa(_0x3ca627[_0x537ba7(0xa28)],_0x53a265[_0x537ba7(0xa28)],_0x1b1a23):Ra(void 0x0,_0x53a265['width'],0x5f/0x64),_0x3ca627[_0x537ba7(0x47c)]?Fa(_0x3ca627[_0x537ba7(0x47c)],_0x53a265[_0x537ba7(0x47c)],_0x29fdd6):Ra(void 0x0,_0x53a265[_0x537ba7(0x47c)],0x5f/0x64),_0x221244);let _0x50836f=_0x53a265[_0x537ba7(0xa28)],_0x4d9e8f=_0x53a265['height'];return La(_0x50836f*ja,_0x4d9e8f*ja,_0x221244);}function Ba(_0x2d6d98){const _0x5aa71a=_0x2d3867;let _0x846bc5=Na(_0x2d6d98==null?void 0x0:_0x2d6d98['width']),_0x4d7d06=Na(_0x2d6d98==null?void 0x0:_0x2d6d98[_0x5aa71a(0x47c)]);return _0x846bc5&&_0x4d7d06?{'width':_0x2d6d98[_0x5aa71a(0xa28)],'height':_0x2d6d98['height']}:_0x4d7d06?{'width':Math[_0x5aa71a(0x55a)](0x1,_0x2d6d98[_0x5aa71a(0x47c)]*Ma),'height':_0x2d6d98['height']}:_0x846bc5?{'width':_0x2d6d98[_0x5aa71a(0xa28)],'height':Math[_0x5aa71a(0x55a)](0x1,_0x2d6d98[_0x5aa71a(0xa28)]/Ma)}:{'width':0x3c0,'height':0x21c};}const Va='#f3f4f6',Ha=_0x2d3867(0x6f3),Ua=_0x2d3867(0xa6b),Wa=_0x2d3867(0x524),Ga=_0x2d3867(0x207),Ka=Ha,qa=_0x2d3867(0x59e),Ja=_0x40c8c8[_0x2d3867(0x1d4)],Ya=_0x2d3867(0xa6b),Xa=_0x2d3867(0x7db),Za=_0x2d3867(0x524),Qa=Ha,$a=Wa,eo=_0x2d3867(0xa5a),to=eo,no=_0x2d3867(0xab5),ro=_0x2d3867(0x680),io=_0x2d3867(0x2dd),ao=_0x2d3867(0x86a),oo='#4086f4',so=Ha,co=oo,lo=oo,uo=oo,fo=_0x2d3867(0x5bb),po=0.1,mo=0.82,ho=Ha,go=_0x2d3867(0x470),_o=go,vo=_0x2d3867(0x87a),yo='#4a90d9',bo=Ha,xo=_0x2d3867(0xa72),So=_0x2d3867(0x8f6),Co=_0x2d3867(0x696),wo=_0x2d3867(0x8d6),To=_0x2d3867(0x9c2),Eo=_0x2d3867(0x4e9),Do='#0f172a',Oo=_0x2d3867(0x73b),ko=0x2a,Ao=0xa,jo=0xc,Mo=_0x2d3867(0x6f3),No=_0x2d3867(0x52e),Po='#6b7280',Fo=_0x2d3867(0x3ff),Io=_0x2d3867(0x255),Lo=_0x2d3867(0x248),Ro=_0x2d3867(0x215),zo=_0x2d3867(0x539);function Bo(_0x50bff2,_0x4322c7){const _0x4e038d=_0x2d3867;var _0x26fd6f;let _0x303fae=_0x1cccc2['deepClone'](_0x50bff2),_0x3db17e=(_0x26fd6f=_0x303fae[_0x4e038d(0x6cb)])==null?{}:_0x26fd6f,_0x31f02d={..._0x3db17e[_0x4e038d(0x9d7)]};if(_0x4322c7[_0x4e038d(0x169)]!==void 0x0){var _0x40ba39;_0x31f02d[_0x4e038d(0x169)]=_0x4322c7[_0x4e038d(0x169)];let _0x157bb1=(_0x40ba39=_0x303fae['body'])==null?void 0x0:_0x40ba39[_0x4e038d(0x240)];if(_0x157bb1)for(let _0x52d231 of _0x157bb1){var _0x111c42;((_0x111c42=_0x52d231[_0x4e038d(0x916)])==null?void 0x0:_0x111c42['horizontalAlign'])===void 0x0&&(_0x52d231[_0x4e038d(0x916)]={..._0x52d231[_0x4e038d(0x916)],'horizontalAlign':_0x4322c7['horizontalAlign']});}}return _0x4322c7[_0x4e038d(0x4ce)]!==void 0x0&&(_0x31f02d[_0x4e038d(0x4ce)]=_0x4322c7[_0x4e038d(0x4ce)]),_0x303fae['documentStyle']={..._0x3db17e,'renderConfig':Object[_0x4e038d(0x6aa)](_0x31f02d)['length']>0x0?_0x31f02d:void 0x0},_0x303fae;}function Vo(_0x5b371c){const _0x5b1e8b=_0x2d3867;let _0x249881=_0x5b371c[_0x5b1e8b(0x301)],_0x376b9a=_0x249881==null?void 0x0:_0x249881['paragraphs'],_0x3123dd=_0x249881==null?void 0x0:_0x249881[_0x5b1e8b(0x37b)];if(!_0x249881||!(_0x376b9a!=null&&_0x376b9a[_0x5b1e8b(0xa73)])||!_0x3123dd)return;let _0x471f08=[];for(let _0x3d33fa=0x0;_0x3d33fa<_0x3123dd[_0x5b1e8b(0xa73)];_0x3d33fa++)_0x3123dd[_0x3d33fa]==='\x0d'&&_0x471f08[_0x5b1e8b(0x39b)](_0x3d33fa);_0x471f08[_0x5b1e8b(0xa73)]===_0x376b9a['length']&&(_0x249881['paragraphs']=_0x376b9a['map']((_0x16fb02,_0x58aa97)=>({..._0x16fb02,'startIndex':_0x471f08[_0x58aa97]})));}function Ho(_0x2eabdf,_0x40c9bf){const _0x142b8f=_0x2d3867;var _0x5e871c,_0x2cbcdf,_0x43c95f,_0x239199,_0x4b82cf,_0x1576ad,_0x31c4aa;let _0x4e7e95=(_0x5e871c=_0x2eabdf[_0x142b8f(0x6cb)])==null?void 0x0:_0x5e871c['renderConfig'],_0x3d55ca=Bo(_0x2eabdf,{..._0x40c9bf,'horizontalAlign':(_0x2cbcdf=_0x40c9bf[_0x142b8f(0x169)])==null?_0x4e7e95==null?void 0x0:_0x4e7e95['horizontalAlign']:_0x2cbcdf});Vo(_0x3d55ca);let _0x1e3ba7=(_0x43c95f=_0x3d55ca['documentStyle'])==null?{}:_0x43c95f,_0x2499e6=_0x40c9bf[_0x142b8f(0x969)]!==!0x1,_0x253105={..._0x1e3ba7['renderConfig'],'wrapStrategy':(_0x239199=(_0x4b82cf=_0x40c9bf[_0x142b8f(0x3c9)])==null?(_0x1576ad=_0x1e3ba7['renderConfig'])==null?void 0x0:_0x1576ad[_0x142b8f(0x3c9)]:_0x4b82cf)==null?_0x162116[_0x142b8f(0x54c)]:_0x239199};return delete _0x253105[_0x142b8f(0x169)],_0x2499e6?(delete _0x253105[_0x142b8f(0xa0b)],delete _0x253105[_0x142b8f(0x57e)]):(_0x253105[_0x142b8f(0xa0b)]=_0xfbd1a0,_0x253105[_0x142b8f(0x57e)]=_0xfbd1a0),_0x3d55ca[_0x142b8f(0x6cb)]={..._0x1e3ba7,'documentFlavor':(_0x31c4aa=_0x1e3ba7[_0x142b8f(0x175)])==null?_0x1eabe6[_0x142b8f(0x538)]:_0x31c4aa,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':_0x2499e6?_0x40c9bf['rect'][_0x142b8f(0xa28)]:_0x40c9bf[_0x142b8f(0x762)][_0x142b8f(0x47c)],'height':_0x5aac90(_0x3d55ca,_0x2499e6?_0x40c9bf['rect']['height']:_0x40c9bf[_0x142b8f(0x762)][_0x142b8f(0xa28)])},'renderConfig':_0x253105},_0x3d55ca;}function Uo(_0x9f6322){const _0x250a6a=_0x2d3867;var _0x35868c;let _0x48b07e=_0x1cccc2[_0x250a6a(0x738)](_0x9f6322),_0x1ea804=(_0x35868c=_0x48b07e['documentStyle'])==null?{}:_0x35868c,_0x21a420={..._0x1ea804['renderConfig']},_0x3fddf6={..._0x48b07e[_0x250a6a(0x482)]};return delete _0x21a420[_0x250a6a(0x3c9)],delete _0x21a420[_0x250a6a(0xa0b)],delete _0x21a420[_0x250a6a(0x57e)],delete _0x3fddf6[_0x250a6a(0x1ae)],_0x48b07e[_0x250a6a(0x6cb)]={..._0x1ea804,'marginTop':0x0,'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'pageSize':{'width':0x1/0x0,'height':0x1/0x0},'renderConfig':Object['keys'](_0x21a420)[_0x250a6a(0xa73)]>0x0?_0x21a420:void 0x0},_0x48b07e[_0x250a6a(0x482)]=Object[_0x250a6a(0x6aa)](_0x3fddf6)[_0x250a6a(0xa73)]>0x0?_0x3fddf6:void 0x0,_0x48b07e;}function Wo(_0x524244,_0x163cde){const _0x46d866=_0x2d3867;return _0x163cde===!0x1?{'pageWidth':_0x524244[_0x46d866(0x47c)],'alignmentExtent':_0x524244[_0x46d866(0xa28)],'renderHeight':_0x524244[_0x46d866(0x47c)]}:{'pageWidth':_0x524244[_0x46d866(0xa28)],'alignmentExtent':_0x524244['height'],'renderHeight':_0x524244[_0x46d866(0x47c)]};}function Go(_0x531481,_0x2891d2,_0x2f08ab){return _0x2f08ab===!0x1?_0x2891d2:_0x531481;}function Ko(_0x3c1279,_0x319704,_0x40cecd){const _0x3a18a0=_0x2d3867;var _0x1152d5;if(_0x3c1279[_0x3a18a0(0x28b)](),_0x40cecd){var _0x46dd4d;let _0x488900=_0x3d855a({'contentHeight':_0x319704[_0x3a18a0(0x92f)],'opticalVerticalOffset':_0x319704['opticalVerticalOffset'],'verticalAlign':_0x30ccc5['TOP'],'verticalOffset':(_0x46dd4d=_0x319704[_0x3a18a0(0x495)])==null?0x0:_0x46dd4d,'viewportHeight':_0x319704[_0x3a18a0(0xa58)]});_0x3c1279[_0x3a18a0(0x3da)](),_0x3c1279[_0x3a18a0(0x762)](0x0,_0x488900[_0x3a18a0(0xa51)],_0x319704[_0x3a18a0(0xa28)],_0x488900['clipHeight']),_0x3c1279[_0x3a18a0(0x20c)]();}let _0x4ae044=((_0x1152d5=_0x319704[_0x3a18a0(0x495)])==null?0x0:_0x1152d5)+_0x319704[_0x3a18a0(0xa57)];_0x4ae044&&(_0x319704[_0x3a18a0(0x969)]?_0x3c1279[_0x3a18a0(0x9a4)](0x0,_0x4ae044):_0x3c1279[_0x3a18a0(0x9a4)](_0x4ae044,0x0)),_0x319704[_0x3a18a0(0x465)][_0x3a18a0(0x75b)](_0x3c1279),_0x3c1279[_0x3a18a0(0x88d)]();}function qo(_0x264860){const _0x3d88fd=_0x2d3867;var _0x18d0df,_0xe5391a;let {documentData:_0x539086,size:_0x3e72ad,verticalAlign:_0x4dfc89,horizontalAlign:_0x250ca8,isHorizontal:_0x1eefd5}=_0x264860,_0x188b96={'left':0x0,'top':0x0,'width':_0x3e72ad['width'],'height':_0x3e72ad['height']},_0x42c67f=(_0x18d0df=_0x539086['documentStyle'])==null?void 0x0:_0x18d0df['renderConfig'],_0x4bdf6b=_0x4dfc89==null?_0x42c67f==null?void 0x0:_0x42c67f[_0x3d88fd(0x4ce)]:_0x4dfc89,_0x496384=_0x1015bf((_0xe5391a=_0x264860[_0x3d88fd(0x494)])==null?_0x42c67f==null?void 0x0:_0x42c67f[_0x3d88fd(0x494)]:_0xe5391a),_0x4f9e52=Ho(_0x539086,{'rect':_0x188b96,'verticalAlign':_0x496384?_0x30ccc5['TOP']:_0x4bdf6b,'horizontalAlign':_0x250ca8,'isHorizontal':_0x1eefd5,'wrapStrategy':_0x264860[_0x3d88fd(0x3c9)]});return Jo({..._0x264860,'documentData':_0x4f9e52,'verticalAlign':_0x4bdf6b,'shapeTextOpticalVerticalAlign':_0x496384});}function Jo(_0x1769ae){const _0x34bb33=_0x2d3867;var _0x541a3a,_0x541f50;let {documentData:_0xb9155e,localeService:_0x5a5766,id:_0x5642cc='editor-ui-document-renderer'}=_0x1769ae,{size:_0x10dcf6,verticalAlign:_0x1d0638,isHorizontal:_0xf9915b}=_0x1769ae,_0x2c0df8=Wo(_0x10dcf6,_0xf9915b),_0x29f0fc={'left':0x0,'top':0x0,'width':_0x10dcf6[_0x34bb33(0xa28)],'height':_0x10dcf6[_0x34bb33(0x47c)]},_0x1d0c4a=(_0x541a3a=_0xb9155e[_0x34bb33(0x6cb)])==null?void 0x0:_0x541a3a['renderConfig'],_0x2094c1=_0x1d0638==null?_0x1d0c4a==null?void 0x0:_0x1d0c4a['verticalAlign']:_0x1d0638,_0x3d287e=_0x1015bf((_0x541f50=_0x1769ae[_0x34bb33(0x494)])==null?_0x1d0c4a==null?void 0x0:_0x1d0c4a[_0x34bb33(0x494)]:_0x541f50),_0x3416b7=new _0x4be98e(_0xb9155e),_0x1f23ff=new _0x461836(_0x3416b7),_0x537b58=_0x1d4e97[_0x34bb33(0x59c)](_0x1f23ff,_0x5a5766);_0x537b58[_0x34bb33(0x7b6)]();let _0x4300d8=_0x537b58[_0x34bb33(0x3b1)]()['actualHeight'],_0x445b25=_0x3d855a({'contentHeight':_0x4300d8,'verticalAlign':_0x3d287e?_0x30ccc5[_0x34bb33(0x50c)]:_0x2094c1,'viewportHeight':_0x2c0df8[_0x34bb33(0x723)]});_0x3416b7['updateDocumentStyle']({'pageSize':{'width':_0x2c0df8['pageWidth'],'height':_0x445b25[_0x34bb33(0x184)]}}),_0x3416b7[_0x34bb33(0x3bf)]({'t':_0x445b25[_0x34bb33(0x2cd)]}),_0x537b58[_0x34bb33(0x7b6)]();let _0x59f68d=new _0x41123e(_0x5642cc,_0x537b58,{'pageMarginLeft':0x0,'pageMarginTop':0x0,'onTextFillImageLoaded':_0x1769ae[_0x34bb33(0x245)]}),_0x38e1c8=Go(_0x445b25[_0x34bb33(0x184)],_0x2c0df8[_0x34bb33(0x781)],_0xf9915b);_0x59f68d[_0x34bb33(0xa5d)](_0x29f0fc[_0x34bb33(0xa28)],_0x38e1c8);let _0x5239ab=_0x3d287e?_0x142b04(_0x537b58,_0x2c0df8[_0x34bb33(0x723)],_0x2094c1):0x0;return{'documents':_0x59f68d,'skeleton':_0x537b58,'docViewModel':_0x1f23ff,'docModel':_0x3416b7,'width':_0x29f0fc[_0x34bb33(0xa28)],'minHeight':_0x29f0fc[_0x34bb33(0x47c)],'actualHeight':_0x4300d8,'contentHeight':_0x38e1c8,'marginTop':_0x445b25[_0x34bb33(0x2cd)],'contentVerticalOffset':_0x445b25['contentVerticalOffset'],'opticalVerticalOffset':_0x5239ab,'isHorizontal':_0xf9915b!==!0x1,'dispose':()=>{const _0x31a5e2=_0x34bb33;_0x59f68d[_0x31a5e2(0xa89)](),_0x537b58[_0x31a5e2(0xa89)](),_0x1f23ff[_0x31a5e2(0xa89)](),_0x3416b7['dispose']();}};}function Yo(_0x1f3ae2){const _0x443e6e=_0x2d3867;try{return JSON[_0x443e6e(0x424)](_0x1f3ae2);}catch{return String(_0x1f3ae2);}}function Xo(_0x302b31){const _0x18aef6=_0x2d3867;let _0x277bf4=_0x302b31;return typeof _0x277bf4[_0x18aef6(0x352)]==_0x18aef6(0x861)?_0x277bf4['getCurrentLocale']():'';}function Zo(_0x5c3b63,_0x1cb12c,_0x28e0d6){const _0x496181=_0x2d3867;var _0x5063a5,_0x17ac31,_0x737667,_0x1b79cc;let _0x302b6f=(_0x5063a5=_0x1cb12c[_0x496181(0x6cb)])==null?void 0x0:_0x5063a5[_0x496181(0x9d7)];return Yo({'key':_0x5c3b63['key'],'text':_0x5c3b63['text'],'documentData':_0x1cb12c,'left':_0x5c3b63[_0x496181(0x88e)],'top':_0x5c3b63[_0x496181(0x19e)],'width':_0x5c3b63[_0x496181(0xa28)],'height':_0x5c3b63[_0x496181(0x47c)],'horizontalAlign':(_0x17ac31=_0x5c3b63['horizontalAlign'])==null?_0x302b6f==null?void 0x0:_0x302b6f[_0x496181(0x169)]:_0x17ac31,'verticalAlign':(_0x737667=_0x5c3b63[_0x496181(0x4ce)])==null?_0x302b6f==null?void 0x0:_0x302b6f['verticalAlign']:_0x737667,'isHorizontal':_0x5c3b63[_0x496181(0x969)],'wrapStrategy':_0x5c3b63[_0x496181(0x3c9)],'clip':_0x5c3b63[_0x496181(0x20c)],'sourceTop':_0x5c3b63[_0x496181(0x6df)],'viewportHeight':_0x5c3b63[_0x496181(0x472)],'shapeTextOpticalVerticalAlign':(_0x1b79cc=_0x5c3b63[_0x496181(0x494)])==null?_0x302b6f==null?void 0x0:_0x302b6f['shapeTextOpticalVerticalAlign']:_0x1b79cc,'locale':Xo(_0x28e0d6)});}function Qo(_0x24a90e,_0x2ded1b,_0x6f7983,_0x3df93e,_0x417dc8,_0x14df6d=0x0,_0x1c64d8){const _0x236b62=_0x2d3867;_0x24a90e[_0x236b62(0x28b)](),_0x24a90e[_0x236b62(0x9a4)](_0x6f7983,_0x3df93e),_0x417dc8&&_0x1c64d8!==void 0x0&&(_0x24a90e[_0x236b62(0x3da)](),_0x24a90e[_0x236b62(0x762)](0x0,0x0,_0x2ded1b[_0x236b62(0xa28)],_0x1c64d8),_0x24a90e[_0x236b62(0x20c)]()),_0x14df6d!==0x0&&_0x24a90e['translateWithPrecision'](0x0,-_0x14df6d),Ko(_0x24a90e,_0x2ded1b,_0x417dc8&&_0x1c64d8===void 0x0),_0x24a90e[_0x236b62(0x88d)]();}function $o(_0x3f6a56,_0x3d45e7){const _0x13f705=_0x2d3867;var _0xd5d62d,_0x1b3af7;if(_0x3f6a56[_0x13f705(0x20c)]!==void 0x0)return _0x3f6a56[_0x13f705(0x20c)];let _0x5924a3=(_0xd5d62d=_0x3d45e7[_0x13f705(0x6cb)])==null?void 0x0:_0xd5d62d[_0x13f705(0x9d7)];return((_0x1b3af7=_0x3f6a56[_0x13f705(0x3c9)])==null?_0x5924a3==null?void 0x0:_0x5924a3['wrapStrategy']:_0x1b3af7)!==_0x162116[_0x13f705(0x6c9)];}function es(_0x571400){const _0x414140=_0x2d3867;var _0x29ec22;_0x571400==null||(_0x29ec22=_0x571400[_0x414140(0x61d)])==null||_0x29ec22[_0x414140(0xa89)](),_0x571400&&(_0x571400[_0x414140(0x642)]=void 0x0,_0x571400['resources']=void 0x0);}function ts(_0x5e84ac,_0x53b0c6,_0x255db1,_0x3db2b3){const _0x414500=_0x2d3867;var _0xd0e262,_0x20c62a;let {key:_0x5cc95f,text:_0x3f7b47,documentData:_0x43c1eb,left:_0x605cd1,top:_0x321875,width:_0x22c29f,height:_0x219b35,localeService:_0x1449d4,horizontalAlign:_0x1a7b4b,verticalAlign:_0xe731e2,isHorizontal:_0x36ef1e}=_0x53b0c6;if(!_0x1449d4||_0x22c29f<=0x0||_0x219b35<=0x0||!_0x43c1eb&&!_0x3f7b47)return!0x1;let _0x4b7b9b=_0x43c1eb==null?_0x50828b(_0x3f7b47==null?'':_0x3f7b47,{'id':'slide-doc-'+_0x5cc95f}):_0x43c1eb,_0x394d95=(_0xd0e262=_0x4b7b9b[_0x414500(0x6cb)])==null?void 0x0:_0xd0e262['renderConfig'],_0x5d3de9=_0x1a7b4b==null?_0x394d95==null?void 0x0:_0x394d95[_0x414500(0x169)]:_0x1a7b4b,_0x4c370d=_0xe731e2==null?_0x394d95==null?void 0x0:_0x394d95[_0x414500(0x4ce)]:_0xe731e2,_0xaaf594=_0x255db1?Zo(_0x53b0c6,_0x4b7b9b,_0x1449d4):void 0x0,_0x59228c=$o(_0x53b0c6,_0x4b7b9b);if(_0x255db1!=null&&_0x255db1[_0x414500(0x61d)]&&_0x255db1[_0x414500(0x642)]===_0xaaf594)return Qo(_0x5e84ac,_0x255db1[_0x414500(0x61d)],_0x605cd1,_0x321875,_0x59228c,_0x53b0c6['sourceTop'],_0x53b0c6[_0x414500(0x472)]),!0x0;_0x255db1!=null&&_0x255db1[_0x414500(0x61d)]&&es(_0x255db1);let _0x3a52a2=_0x3db2b3({'id':_0x414500(0x77b)+_0x5cc95f,'documentData':_0x4b7b9b,'size':{'width':_0x22c29f,'height':_0x219b35},'localeService':_0x1449d4,'horizontalAlign':_0x5d3de9,'verticalAlign':_0x4c370d,'isHorizontal':_0x36ef1e,'wrapStrategy':_0x53b0c6[_0x414500(0x3c9)],'shapeTextOpticalVerticalAlign':(_0x20c62a=_0x53b0c6[_0x414500(0x494)])==null?_0x394d95==null?void 0x0:_0x394d95['shapeTextOpticalVerticalAlign']:_0x20c62a,'onTextFillImageLoaded':_0x53b0c6['onTextFillImageLoaded']});return Qo(_0x5e84ac,_0x3a52a2,_0x605cd1,_0x321875,_0x59228c,_0x53b0c6['sourceTop'],_0x53b0c6[_0x414500(0x472)]),_0x255db1?(_0x255db1['signature']=_0xaaf594,_0x255db1[_0x414500(0x61d)]=_0x3a52a2):_0x3a52a2['dispose'](),!0x0;}function ns(_0x5d258d,_0xc2ee6,_0x35c7ea){return ts(_0x5d258d,_0xc2ee6,_0x35c7ea,qo);}function rs(_0x45fe9e,_0x52f97b,_0x49b6ed){return ts(_0x45fe9e,_0x52f97b,_0x49b6ed,Jo);}function is(_0x438e8e,_0xcf55f9,_0x42506d={}){const _0xe86f65=_0x2d3867;var _0x288179,_0x27dbc3;let _0x1228a9=Number['isFinite'](_0x438e8e)?Math[_0xe86f65(0x55a)](0x0,_0x438e8e):0x0,_0xfc8b98=Number[_0xe86f65(0x6ab)](_0xcf55f9)?Math[_0xe86f65(0x55a)](0x0,_0xcf55f9):0x0,_0x4600b3=(_0x288179=_0x42506d['horizontalInset'])==null?0xc:_0x288179,_0x22ce49=Math[_0xe86f65(0x8ea)](Number['isFinite'](_0x4600b3)?Math[_0xe86f65(0x55a)](0x0,_0x4600b3):0x0,_0x1228a9/0x2),_0x58b9ee=(_0x27dbc3=_0x42506d['verticalInset'])==null?0x6:_0x27dbc3,_0x4cc387=Math['min'](Number[_0xe86f65(0x6ab)](_0x58b9ee)?Math[_0xe86f65(0x55a)](0x0,_0x58b9ee):0x0,_0xfc8b98/0x2);return{'left':_0x22ce49,'top':_0x4cc387,'width':Math[_0xe86f65(0x55a)](0x0,_0x1228a9-_0x22ce49*0x2),'height':Math[_0xe86f65(0x55a)](0x0,_0xfc8b98-_0x4cc387*0x2)};}function as(_0x6f40e8){'@babel/helpers - typeof';const _0x41d169=_0x2d3867;return as=typeof Symbol==_0x41d169(0x861)&&typeof Symbol[_0x41d169(0x289)]==_0x41d169(0x506)?function(_0x3b222a){return typeof _0x3b222a;}:function(_0x5356dc){const _0x43a9ca=_0x41d169;return _0x5356dc&&typeof Symbol==_0x43a9ca(0x861)&&_0x5356dc[_0x43a9ca(0x241)]===Symbol&&_0x5356dc!==Symbol[_0x43a9ca(0x31d)]?_0x43a9ca(0x506):typeof _0x5356dc;},as(_0x6f40e8);}function os(_0x573b72,_0x2685a0){const _0x980e97=_0x2d3867;if(as(_0x573b72)!='object'||!_0x573b72)return _0x573b72;var _0x5e7049=_0x573b72[Symbol[_0x980e97(0x773)]];if(_0x5e7049!==void 0x0){var _0x41fd00=_0x5e7049[_0x980e97(0x739)](_0x573b72,_0x2685a0||'default');if(as(_0x41fd00)!='object')return _0x41fd00;throw TypeError(_0x980e97(0x975));}return(_0x2685a0===_0x980e97(0x242)?String:Number)(_0x573b72);}function ss(_0x219371){const _0x952e12=_0x2d3867;var _0xd01423=os(_0x219371,_0x952e12(0x242));return as(_0xd01423)==_0x952e12(0x506)?_0xd01423:_0xd01423+'';}function Z(_0x52205e,_0x385009,_0x50a56d){return(_0x385009=ss(_0x385009))in _0x52205e?Object['defineProperty'](_0x52205e,_0x385009,{'value':_0x50a56d,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x52205e[_0x385009]=_0x50a56d,_0x52205e;}var cs=class extends _0x4e3c17{constructor(_0x5ec364,_0x1a8cf9){const _0x24f4e0=_0x2d3867;var _0x2e01f3,_0x2caada,_0x2d6003;super(_0x5ec364,{..._0x1a8cf9,'fill':(_0x2e01f3=_0x1a8cf9[_0x24f4e0(0x21a)])==null?_0x24f4e0(0x743):_0x2e01f3,'stroke':(_0x2caada=_0x1a8cf9[_0x24f4e0(0x968)])==null?No:_0x2caada,'strokeWidth':(_0x2d6003=_0x1a8cf9[_0x24f4e0(0x208)])==null?0x1:_0x2d6003,'evented':!0x0}),Z(this,_0x24f4e0(0x369),void 0x0),Z(this,'_isEditing',!0x1),this[_0x24f4e0(0x369)]=_0x1a8cf9;}[_0x2d3867(0x4fa)](_0x24abb1){const _0x27794f=_0x2d3867;this[_0x27794f(0x171)]=_0x24abb1,this[_0x27794f(0x25f)](!0x0);}[_0x2d3867(0x9c8)](_0x450e4a,_0x4f5c6a,_0x4d01d1){const _0x55eb9f=_0x2d3867;if(this[_0x55eb9f(0x369)]['hasExplicitStyle']){_0x450e4a[_0x55eb9f(0x28b)](),_0x450e4a[_0x55eb9f(0x3da)](),_0x450e4a[_0x55eb9f(0xa9d)]([]),_0x450e4a['rect'](-_0x4f5c6a/0x2,-_0x4d01d1/0x2,_0x4f5c6a,_0x4d01d1);let _0x2c3369=this['_placeholderProps']['fillColor'];this[_0x55eb9f(0x369)][_0x55eb9f(0x3a6)]&&_0x2c3369&&(_0x450e4a[_0x55eb9f(0x7dc)]=_0x2c3369,_0x450e4a[_0x55eb9f(0x7c1)]()),this[_0x55eb9f(0x369)][_0x55eb9f(0x536)]&&(_0x450e4a[_0x55eb9f(0x21c)]=this[_0x55eb9f(0xae3)]||_0x55eb9f(0x52e),_0x450e4a[_0x55eb9f(0x427)]=this['strokeWidth']||0x1,_0x450e4a['stroke']()),_0x450e4a[_0x55eb9f(0x88d)]();return;}this[_0x55eb9f(0x369)][_0x55eb9f(0x467)]||(_0x450e4a['save'](),_0x450e4a['beginPath'](),_0x450e4a['setLineDash']([0x4,0x3]),_0x450e4a[_0x55eb9f(0x21c)]=this[_0x55eb9f(0xae3)]||_0x55eb9f(0x52e),_0x450e4a[_0x55eb9f(0x427)]=this[_0x55eb9f(0x208)]||0x1,_0x450e4a['rect'](-_0x4f5c6a/0x2,-_0x4d01d1/0x2,_0x4f5c6a,_0x4d01d1),_0x450e4a[_0x55eb9f(0xae3)](),_0x450e4a[_0x55eb9f(0x88d)]());}[_0x2d3867(0x826)](_0x3a99ad,_0x570238,_0x12cdec){const _0x4f7bc9=_0x2d3867;var _0x5f1642,_0x5d7f4a,_0x3e8a57,_0x226673;let _0x3c748c=(_0x5f1642=(_0x5d7f4a=_0x12cdec==null?void 0x0:_0x12cdec[_0x4f7bc9(0x837)])==null?_0x570238['fontSize']:_0x5d7f4a)==null?0x12:_0x5f1642,_0x58dac3=(_0x3e8a57=_0x12cdec==null?void 0x0:_0x12cdec[_0x4f7bc9(0x69f)])==null?0x0:_0x3e8a57,_0x46c0d9=is(this[_0x4f7bc9(0xa28)],this[_0x4f7bc9(0x47c)],{'horizontalInset':(_0x12cdec==null?void 0x0:_0x12cdec[_0x4f7bc9(0x7e0)])===void 0x0?void 0x0:_0x12cdec[_0x4f7bc9(0x7e0)]/0x2}),_0x489589=(_0x226673=_0x12cdec==null?void 0x0:_0x12cdec['useDocumentModel'])==null?!0x1:_0x226673,_0x1a7cfe=-this[_0x4f7bc9(0xa28)]/0x2+_0x46c0d9[_0x4f7bc9(0x88e)],_0x38e98e=-this[_0x4f7bc9(0x47c)]/0x2+_0x46c0d9['top']+_0x58dac3,_0x52a9d5=this[_0x4f7bc9(0x369)]['localeService'],_0x2eb736=_0x570238[_0x4f7bc9(0x47b)]||(_0x570238[_0x4f7bc9(0x489)]&&_0x52a9d5?_0x52a9d5['t'](_0x570238[_0x4f7bc9(0x489)]):'');if(_0x2eb736){_0x3a99ad['save'](),this[_0x4f7bc9(0x600)](_0x3a99ad);try{if(_0x570238[_0x4f7bc9(0x6ac)]&&ns(_0x3a99ad,{'key':this[_0x4f7bc9(0x2ac)]+'-placeholder-rich-text','text':_0x2eb736,'documentData':_0x570238[_0x4f7bc9(0x6ac)],'left':_0x1a7cfe,'top':_0x38e98e,'width':_0x46c0d9[_0x4f7bc9(0xa28)],'height':_0x46c0d9[_0x4f7bc9(0x47c)],'localeService':_0x52a9d5}))return;if(_0x489589){let _0x3618a2=Math['max'](_0x3c748c*1.8,Math['min'](this['height'],_0x3c748c*2.2));ns(_0x3a99ad,{'key':this[_0x4f7bc9(0x2ac)]+_0x4f7bc9(0x925),'text':_0x2eb736,'left':_0x1a7cfe,'top':_0x58dac3-_0x3618a2/0x2,'width':_0x46c0d9[_0x4f7bc9(0xa28)],'height':_0x3618a2,'localeService':_0x52a9d5,'horizontalAlign':_0x1f7d85[_0x4f7bc9(0x74a)],'verticalAlign':_0x30ccc5[_0x4f7bc9(0x56e)]});}}finally{_0x3a99ad[_0x4f7bc9(0x88d)]();}}}[_0x2d3867(0x600)](_0x107170){const _0x3ab852=_0x2d3867;this[_0x3ab852(0x2e3)]&&_0x107170[_0x3ab852(0x756)](-0x1,0x1);}[_0x2d3867(0x64b)](_0x1c1c93,_0x41f38e){const _0x5f27a2=_0x2d3867;if(!this[_0x5f27a2(0x617)])return this[_0x5f27a2(0x25f)](!0x1),this;let _0x44ebe4=this[_0x5f27a2(0x387)](),_0x2cca52=_0x44ebe4[_0x5f27a2(0xa28)],_0x46fed5=_0x44ebe4['height'],_0x3cb568=_0x44ebe4[_0x5f27a2(0x88e)],_0x420117=_0x44ebe4[_0x5f27a2(0x19e)];if(this[_0x5f27a2(0x6b4)](_0x41f38e)){let {top:_0x2b2d01,left:_0x2997df,bottom:_0x2248c5,right:_0x4bdb0b}=_0x41f38e[_0x5f27a2(0xa47)];if(_0x2cca52+this[_0x5f27a2(0x208)]+_0x3cb568<_0x2997df||_0x4bdb0b<_0x3cb568||_0x46fed5+this[_0x5f27a2(0x208)]+_0x420117<_0x2b2d01||_0x2248c5<_0x420117)return this;}let _0x2f270f=this['transform']['getMatrix'](),_0x190c32=_0x3cb568+_0x2cca52/0x2,_0x20b1f8=_0x420117+_0x46fed5/0x2;return _0x1c1c93[_0x5f27a2(0x28b)](),_0x1c1c93['transform'](_0x2f270f[0x0],_0x2f270f[0x1],_0x2f270f[0x2],_0x2f270f[0x3],_0x190c32,_0x20b1f8),this['_draw'](_0x1c1c93,_0x41f38e,_0x2cca52,_0x46fed5),_0x1c1c93[_0x5f27a2(0x88d)](),this[_0x5f27a2(0x25f)](!0x1),this;}[_0x2d3867(0xa1a)](_0x20f3d4){const _0x17bdbc=_0x2d3867;let _0x268ddd=this[_0x17bdbc(0x387)](),_0x2dead4=_0x268ddd[_0x17bdbc(0x88e)]+_0x268ddd[_0x17bdbc(0xa28)]/0x2,_0x1f16e3=_0x268ddd['top']+_0x268ddd['height']/0x2,_0x14f8d4=this[_0x17bdbc(0x985)][_0x17bdbc(0x511)](),_0x3218ee=new _0x334ef9([_0x14f8d4[0x0],_0x14f8d4[0x1],_0x14f8d4[0x2],_0x14f8d4[0x3],_0x2dead4,_0x1f16e3]),_0x1ffa82=this[_0x17bdbc(0x52b)]();return(this[_0x17bdbc(0xadc)]&&(_0x1ffa82==null?void 0x0:_0x1ffa82[_0x17bdbc(0x2e0)])===_0x387c0b[_0x17bdbc(0x403)]?_0x1ffa82[_0x17bdbc(0x39a)]['multiply'](_0x3218ee):_0x3218ee)[_0x17bdbc(0x605)]()[_0x17bdbc(0x419)](_0x20f3d4);}['isHit'](_0x2c7e61){const _0x3f4c79=_0x2d3867;let _0x90d0fd=this[_0x3f4c79(0xa1a)](_0x2c7e61),_0x51cb3d=this[_0x3f4c79(0xa28)]/0x2,_0xbf7e88=this['height']/0x2;return _0x90d0fd['x']>=-_0x51cb3d-this[_0x3f4c79(0x208)]/0x2&&_0x90d0fd['x']<=_0x51cb3d+this[_0x3f4c79(0x208)]/0x2&&_0x90d0fd['y']>=-_0xbf7e88-this['strokeWidth']/0x2&&_0x90d0fd['y']<=_0xbf7e88+this[_0x3f4c79(0x208)]/0x2;}[_0x2d3867(0x2f6)](_0xb9311d,_0x15b61e,_0x3d7717,_0x317933){const _0x58a3f3=_0x2d3867;let _0x4c9ae9=_0x3d7717==null?this[_0x58a3f3(0xa28)]:_0x3d7717,_0x1cbd43=_0x317933==null?this[_0x58a3f3(0x47c)]:_0x317933;this[_0x58a3f3(0x9c8)](_0xb9311d,_0x4c9ae9,_0x1cbd43);}},ls=class e extends cs{constructor(_0x4a158f,_0x459f28){super(_0x4a158f,_0x459f28);}['resolveIconKeyByCoord'](_0x491d12){const _0x404002=_0x2d3867;let _0x5e1c36=this[_0x404002(0x3b3)]();if(!_0x5e1c36)return null;let _0x2a212d=this[_0x404002(0xa1a)](_0x491d12);for(let _0x246f9c=0x0;_0x246f9c<_0x5e1c36[_0x404002(0x23f)];_0x246f9c++){let _0x17e7f0=Math[_0x404002(0x1a7)](_0x246f9c/_0x5e1c36[_0x404002(0x655)]),_0x1a50fb=_0x246f9c%_0x5e1c36['maxPerRow'],_0x4f3b20=_0x5e1c36['startX']+_0x1a50fb*0x34,_0x4ce307=_0x5e1c36[_0x404002(0x805)]+_0x17e7f0*0x36;if(_0x2a212d['x']>=_0x4f3b20-0x15&&_0x2a212d['x']<=_0x4f3b20+0x15&&_0x2a212d['y']>=_0x4ce307-0x15&&_0x2a212d['y']<=_0x4ce307+0x15){var _0x269b2d,_0x5c4498;return(_0x269b2d=(_0x5c4498=_0x5e1c36[_0x404002(0x2fa)][_0x246f9c])==null?void 0x0:_0x5c4498[_0x404002(0x355)])==null?null:_0x269b2d;}}return null;}[_0x2d3867(0x3b3)](){const _0x5bb669=_0x2d3867;var _0xe7d5e5;let _0x59b837=((_0xe7d5e5=this[_0x5bb669(0x369)][_0x5bb669(0x2fa)])==null?[]:_0xe7d5e5)[_0x5bb669(0xac6)](_0x36afec=>_0x36afec[_0x5bb669(0x786)]!==!0x1);if(_0x59b837['length']===0x0)return null;let _0x1c5f92=Math[_0x5bb669(0x55a)](0x1,Math['floor']((this[_0x5bb669(0xa28)]-0x14)/0x34)),_0xeebd5e=Math['min'](_0x59b837[_0x5bb669(0xa73)],_0x1c5f92*0x2),_0x13ca11=_0xeebd5e===0x4?0x2:_0x1c5f92,_0x1b2945=Math[_0x5bb669(0x418)](_0xeebd5e/_0x13ca11),_0x4108a3=Math[_0x5bb669(0x8ea)](_0xeebd5e,_0x13ca11)*0x2a+(Math[_0x5bb669(0x8ea)](_0xeebd5e,_0x13ca11)-0x1)*0xa,_0x3d064d=_0x1b2945*0x2a+(_0x1b2945-0x1)*0xc;return{'icons':_0x59b837,'count':_0xeebd5e,'maxPerRow':_0x13ca11,'totalHeight':_0x3d064d,'startX':-_0x4108a3/0x2+0x2a/0x2,'startY':-_0x3d064d/0x2+0x2a/0x2};}[_0x2d3867(0x4a3)](_0x224627,_0x1a0563,_0x3088a9,_0x3bd85c,_0x58f977){const _0xed0bf8=_0x2d3867;if(_0x224627[_0xed0bf8(0x28b)](),_0x224627['beginPath'](),_0x224627[_0xed0bf8(0x7dc)]=Mo,_0x224627[_0xed0bf8(0x21c)]=No,_0x224627['lineWidth']=0x1,_0x224627[_0xed0bf8(0x762)](_0x1a0563-0x2a/0x2,_0x3088a9-0x2a/0x2,0x2a,0x2a),_0x224627[_0xed0bf8(0x7c1)](),_0x224627['stroke'](),_0x224627[_0xed0bf8(0x7dc)]=Po,_0x58f977&&this[_0xed0bf8(0x693)](_0x224627,_0x58f977,_0x1a0563,_0x3088a9)){_0x224627[_0xed0bf8(0x88d)]();return;}_0x224627['font']=Fo,_0x224627['textAlign']=_0xed0bf8(0x57c),_0x224627['textBaseline']=_0xed0bf8(0x410),_0x224627[_0xed0bf8(0x6e1)](_0x3bd85c,_0x1a0563,_0x3088a9+0x1,0x22),_0x224627[_0xed0bf8(0x88d)]();}[_0x2d3867(0x825)](_0x17f371){const _0x5cb970=_0x2d3867;if(_0x17f371[_0x5cb970(0x214)])return _0x17f371[_0x5cb970(0x214)];let _0x5ac927=this[_0x5cb970(0x369)]['localeService'];return _0x17f371[_0x5cb970(0x53a)]&&_0x5ac927?_0x5ac927['t'](_0x17f371[_0x5cb970(0x53a)]):_0x17f371[_0x5cb970(0x355)];}['_resolveIconComponentName'](_0x5a8ba0){const _0x5aab12=_0x2d3867;return _0x23e13a[_0x5a8ba0[_0x5aab12(0x355)]];}[_0x2d3867(0x693)](_0x7e9def,_0x3042b4,_0x18fea4,_0x50775f){const _0x42c9d6=_0x2d3867;let _0x399d9a=this[_0x42c9d6(0x818)](_0x3042b4);return!_0x399d9a||!_0x399d9a[_0x42c9d6(0x7ae)]||_0x399d9a[_0x42c9d6(0x280)]===0x0||_0x399d9a[_0x42c9d6(0x796)]===0x0?!0x1:(_0x7e9def['drawImage'](_0x399d9a,_0x18fea4-0xa,_0x50775f-0xa,0x14,0x14),!0x0);}['_getOrCreateIconImage'](_0x56b128){const _0x58171c=_0x2d3867;if(e[_0x58171c(0x997)][_0x58171c(0x7fb)](_0x56b128)){var _0x1b4571;return(_0x1b4571=e['_iconImageCache'][_0x58171c(0x7d6)](_0x56b128))==null?null:_0x1b4571;}let _0x226616=e['_iconSvgByName'][_0x56b128];if(!_0x226616||typeof document>'u')return e['_iconImageCache'][_0x58171c(0x55e)](_0x56b128,null),null;let _0x2fd02c=['<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20width=\x2224\x22\x20height=\x2224\x22\x20viewBox=\x220\x200\x2024\x2024\x22\x20',_0x58171c(0x8c2)+Po+_0x58171c(0x2d3),_0x58171c(0x3a1),_0x226616,_0x58171c(0x25a)]['join'](''),_0x40445b=document[_0x58171c(0x43d)](_0x58171c(0x1f3));return _0x40445b[_0x58171c(0x300)]=()=>this[_0x58171c(0x25f)](!0x0),_0x40445b['src']=_0x58171c(0x294)+encodeURIComponent(_0x2fd02c),e[_0x58171c(0x997)][_0x58171c(0x55e)](_0x56b128,_0x40445b),_0x40445b;}['_draw'](_0x366152,_0x78de07,_0xbefa9e,_0x9166c1){const _0x49a384=_0x2d3867;super[_0x49a384(0x2f6)](_0x366152,_0x78de07,_0xbefa9e,_0x9166c1);let _0x5bd1d7=this[_0x49a384(0x369)],_0x5bccee=this[_0x49a384(0x3b3)]();if(!_0x5bccee){if(!this[_0x49a384(0x171)]&&_0x5bd1d7[_0x49a384(0x65d)]&&(_0x5bd1d7[_0x49a384(0x65d)][_0x49a384(0x47b)]||_0x5bd1d7[_0x49a384(0x65d)][_0x49a384(0x489)])){var _0x2e8a93;this[_0x49a384(0x826)](_0x366152,_0x5bd1d7[_0x49a384(0x65d)],{'color':(_0x2e8a93=_0x5bd1d7[_0x49a384(0x86e)])==null?Io:_0x2e8a93,'useDocumentModel':!0x0});}return;}for(let _0x10f268=0x0;_0x10f268<_0x5bccee[_0x49a384(0x23f)];_0x10f268++){let _0x5b2af1=Math[_0x49a384(0x1a7)](_0x10f268/_0x5bccee[_0x49a384(0x655)]),_0x2df4ee=_0x10f268%_0x5bccee[_0x49a384(0x655)],_0x5d0aa6=_0x5bccee[_0x49a384(0x2fa)][_0x10f268],_0x256adb=_0x5bccee['startX']+_0x2df4ee*0x34,_0x51c340=_0x5bccee[_0x49a384(0x805)]+_0x5b2af1*0x36;this['_drawIconCell'](_0x366152,_0x256adb,_0x51c340,this[_0x49a384(0x825)](_0x5d0aa6)['slice'](0x0,0x1),this[_0x49a384(0x334)](_0x5d0aa6));}if(!this[_0x49a384(0x171)]&&_0x5bd1d7[_0x49a384(0x65d)]&&(_0x5bd1d7['text'][_0x49a384(0x47b)]||_0x5bd1d7[_0x49a384(0x65d)][_0x49a384(0x489)])){var _0x52893a;this[_0x49a384(0x826)](_0x366152,_0x5bd1d7['text'],{'topOffset':_0x5bccee['totalHeight']/0x2+0x14,'fontSize':0xe,'color':(_0x52893a=_0x5bd1d7[_0x49a384(0x86e)])==null?Lo:_0x52893a,'useDocumentModel':!0x0});}}};Z(ls,_0x2d3867(0x899),{'AddImageIcon':_0x2d3867(0x9af),'TableIcon':_0x2d3867(0x945),'ChartIcon':_0x2d3867(0x7f2),'RelationshipIcon':_0x2d3867(0x3eb),'RecordIcon':_0x2d3867(0x2ee)}),Z(ls,_0x2d3867(0x997),new Map());var us=class extends cs{constructor(_0xd293b4,_0x34ec83){super(_0xd293b4,_0x34ec83);}[_0x2d3867(0x2f6)](_0x4795e1,_0x1559c9,_0x19357c,_0x2bb35b){const _0xe4d17=_0x2d3867;var _0xab5f79,_0x2ee313;if(super[_0xe4d17(0x2f6)](_0x4795e1,_0x1559c9,_0x19357c,_0x2bb35b),this['_isEditing'])return;let _0x2a82ba=this[_0xe4d17(0x369)][_0xe4d17(0x65d)];if(!_0x2a82ba||!_0x2a82ba[_0xe4d17(0x47b)]&&!_0x2a82ba['textKey'])return;let _0x365e2f=(_0xab5f79=_0x2a82ba[_0xe4d17(0x837)])==null?Math['min'](0x12,Math[_0xe4d17(0x55a)](0xe,this[_0xe4d17(0x47c)]*0.11)):_0xab5f79;this['_drawCenteredText'](_0x4795e1,{..._0x2a82ba,'fontSize':_0x365e2f},{'color':(_0x2ee313=this[_0xe4d17(0x369)][_0xe4d17(0x86e)])==null?Io:_0x2ee313,'useDocumentModel':!0x0});}};function ds(_0x5291a6){const _0x4fcee7=_0x2d3867;return Math[_0x4fcee7(0x55a)](0x0,Math[_0x4fcee7(0x8ea)](0x64,_0x5291a6==null?0x0:_0x5291a6))/0x64;}function fs(_0x5ce9f4){const _0x30276f=_0x2d3867;let _0x321afa=Math[_0x30276f(0x9d8)](_0x5ce9f4*0xe8d4a51000)/0xe8d4a51000;return Object['is'](_0x321afa,-0x0)?0x0:_0x321afa;}function ps(_0x16bdc0,_0x275234,_0x3e1f6a){const _0xdbd470=_0x2d3867;let _0x43143f=Math[_0xdbd470(0x55a)](0x0,_0x16bdc0),_0x29b151=Math['max'](0x0,_0x275234),_0x4588e4=ds(_0x3e1f6a==null?void 0x0:_0x3e1f6a[_0xdbd470(0x88e)]),_0x2c4cc3=ds(_0x3e1f6a==null?void 0x0:_0x3e1f6a['top']),_0x1ceff6=ds(_0x3e1f6a==null?void 0x0:_0x3e1f6a[_0xdbd470(0x342)]),_0x26ecd6=ds(_0x3e1f6a==null?void 0x0:_0x3e1f6a[_0xdbd470(0x60a)]),_0x3dc11b=0x1-_0x4588e4-_0x1ceff6,_0xbec242=0x1-_0x2c4cc3-_0x26ecd6;return _0x43143f<=0x0||_0x29b151<=0x0||_0x3dc11b<=0x0||_0xbec242<=0x0?{'left':0x0,'top':0x0,'width':_0x43143f,'height':_0x29b151}:{'left':fs(_0x4588e4*_0x43143f),'top':fs(_0x2c4cc3*_0x29b151),'width':fs(_0x3dc11b*_0x43143f),'height':fs(_0xbec242*_0x29b151)};}function ms(_0x5032aa,_0x17978a,_0x45b96a,_0x3b2b55,_0x20eacb,_0x4cb148){const _0x3d0b05=_0x2d3867;if(_0x20eacb===_0x40c8c8[_0x3d0b05(0x1d4)]||_0x5032aa<=0x0||_0x17978a<=0x0){var _0x2b20f9,_0x298582,_0x270f94,_0x933002;let _0x147a6d=((_0x2b20f9=_0x4cb148==null?void 0x0:_0x4cb148[_0x3d0b05(0x88e)])==null?0x0:_0x2b20f9)/0x64*_0x5032aa,_0x52094a=((_0x298582=_0x4cb148==null?void 0x0:_0x4cb148[_0x3d0b05(0x19e)])==null?0x0:_0x298582)/0x64*_0x17978a,_0x1f4f61=((_0x270f94=_0x4cb148==null?void 0x0:_0x4cb148[_0x3d0b05(0x342)])==null?0x0:_0x270f94)/0x64*_0x5032aa,_0x2b63ef=((_0x933002=_0x4cb148==null?void 0x0:_0x4cb148[_0x3d0b05(0x60a)])==null?0x0:_0x933002)/0x64*_0x17978a;return{'left':fs(-_0x147a6d),'top':fs(-_0x52094a),'width':fs(_0x5032aa+_0x147a6d+_0x1f4f61),'height':fs(_0x17978a+_0x52094a+_0x2b63ef)};}let _0x3419cb=_0x45b96a>0x0?_0x45b96a:_0x5032aa,_0x351da0=_0x3b2b55>0x0?_0x3b2b55:_0x17978a,_0x514ab3=_0x20eacb===_0x40c8c8[_0x3d0b05(0x46e)]?Math[_0x3d0b05(0x8ea)](_0x5032aa/_0x3419cb,_0x17978a/_0x351da0):Math[_0x3d0b05(0x55a)](_0x5032aa/_0x3419cb,_0x17978a/_0x351da0),_0x3fe4f7=_0x3419cb*_0x514ab3,_0x2c4f96=_0x351da0*_0x514ab3;return{'left':fs((_0x5032aa-_0x3fe4f7)/0x2),'top':fs((_0x17978a-_0x2c4f96)/0x2),'width':fs(_0x3fe4f7),'height':fs(_0x2c4f96)};}var hs=class extends _0x4e0af1{constructor(_0x3f31d1,_0x44d856){const _0x1697b4=_0x2d3867;super(_0x3f31d1,_0x44d856),Z(this,_0x1697b4(0x6a8),void 0x0),Z(this,_0x1697b4(0x6b8),void 0x0),this['_backgroundImageFit']=_0x44d856[_0x1697b4(0x759)],this[_0x1697b4(0x6b8)]=_0x44d856[_0x1697b4(0x34a)];}[_0x2d3867(0xa83)](){return[{'x':0.5,'y':0x0,'idx':0x0,'ang':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'ang':0x0},{'x':0.5,'y':0x1,'idx':0x2,'ang':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'ang':0xb4}];}async['loadSource'](_0x3ec6ae,_0x16f441,_0x22ff93,_0x479936){const _0x204552=_0x2d3867;if(_0x16f441===_0x127be6[_0x204552(0x522)]){try{let _0x11ed62=await _0x22ff93['getImage'](_0x3ec6ae);if(!_0x11ed62)return;this[_0x204552(0x50f)](_0x11ed62,_0x3ec6ae,_0x16f441,_0x22ff93,_0x479936);}catch(_0xa54c1){console[_0x204552(0x477)](_0xa54c1);}return;}this[_0x204552(0x50f)](_0x3ec6ae,_0x3ec6ae,_0x16f441,_0x22ff93,_0x479936);}[_0x2d3867(0x9b1)](_0x11c02e){const _0x237aa9=_0x2d3867;var _0x364cf5;this[_0x237aa9(0x297)]=_0x11c02e,this[_0x237aa9(0x25f)](!0x0),(_0x364cf5=this[_0x237aa9(0xa26)]())==null||(_0x364cf5=_0x364cf5[_0x237aa9(0x274)])==null||_0x364cf5[_0x237aa9(0x7ca)][_0x237aa9(0xa32)](this['oKey']);}[_0x2d3867(0x2f6)](_0x5d5109,_0x5a460a,_0x3e8a5c,_0x2f5ad5){const _0x1da706=_0x2d3867;let _0x4d5878=_0x3e8a5c==null?this[_0x1da706(0xa28)]:_0x3e8a5c,_0x3e3ba6=_0x2f5ad5==null?this['height']:_0x2f5ad5;if(!this[_0x1da706(0x6a8)]){this[_0x1da706(0xa40)](_0x5d5109,_0x4d5878,_0x3e3ba6),super[_0x1da706(0x2f6)](_0x5d5109,_0x5a460a,_0x3e8a5c,_0x2f5ad5),this[_0x1da706(0x561)](_0x5d5109,_0x4d5878,_0x3e3ba6);return;}if(this['_native']==null)return;if(_0x5d5109[_0x1da706(0x28b)](),_0x5d5109[_0x1da706(0x3da)](),_0x5d5109[_0x1da706(0x762)](-_0x4d5878/0x2,-_0x3e3ba6/0x2,_0x4d5878,_0x3e3ba6),_0x5d5109[_0x1da706(0x20c)](),this[_0x1da706(0x6a8)]===_0x40c8c8['Repeat']){let _0x6e436c=_0x5d5109['createPattern'](this['_native'],_0x40c8c8[_0x1da706(0x90c)]);_0x6e436c?(_0x5d5109['translate'](-_0x4d5878/0x2,-_0x3e3ba6/0x2),_0x5d5109[_0x1da706(0x7dc)]=_0x6e436c,_0x5d5109[_0x1da706(0xa02)](0x0,0x0,_0x4d5878,_0x3e3ba6)):_0x5d5109[_0x1da706(0x206)](this[_0x1da706(0x297)],-_0x4d5878/0x2,-_0x3e3ba6/0x2,_0x4d5878,_0x3e3ba6),_0x5d5109[_0x1da706(0x88d)](),this[_0x1da706(0x561)](_0x5d5109,_0x4d5878,_0x3e3ba6);return;}let _0x570db8=ms(_0x4d5878,_0x3e3ba6,this[_0x1da706(0x297)]['naturalWidth']||this[_0x1da706(0x297)][_0x1da706(0xa28)]||_0x4d5878,this[_0x1da706(0x297)][_0x1da706(0x796)]||this[_0x1da706(0x297)][_0x1da706(0x47c)]||_0x3e3ba6,this[_0x1da706(0x6a8)]);_0x5d5109[_0x1da706(0x206)](this[_0x1da706(0x297)],_0x570db8[_0x1da706(0x88e)]-_0x4d5878/0x2,_0x570db8[_0x1da706(0x19e)]-_0x3e3ba6/0x2,_0x570db8[_0x1da706(0xa28)],_0x570db8[_0x1da706(0x47c)]),_0x5d5109[_0x1da706(0x88d)](),this['_drawPictureStroke'](_0x5d5109,_0x4d5878,_0x3e3ba6);}[_0x2d3867(0x561)](_0x15510e,_0x3ee7d3,_0x97da2){const _0x23ee55=_0x2d3867;!this[_0x23ee55(0xae3)]||this[_0x23ee55(0x208)]<=0x0||(_0x15510e['save'](),this[_0x23ee55(0x989)](_0x15510e,_0x3ee7d3,_0x97da2),_0x15510e['strokeStyle']=this['stroke'],_0x15510e[_0x23ee55(0x427)]=this[_0x23ee55(0x208)],_0x15510e['stroke'](),_0x15510e[_0x23ee55(0x88d)]());}[_0x2d3867(0xa40)](_0x865d77,_0x3026c6,_0x2a1e73){const _0x3394ae=_0x2d3867;let _0x1a1240=_0xc5d045(this[_0x3394ae(0x6b8)]);if(!_0x1a1240||this[_0x3394ae(0x297)]==null)return;let _0x3ae1d2=_0x3026c6+_0x1a1240[_0x3394ae(0x601)]*0x2+Math[_0x3394ae(0x658)](_0x1a1240[_0x3394ae(0x9d6)])+0x2;_0x865d77[_0x3394ae(0x28b)](),_0x865d77[_0x3394ae(0x9c9)](-_0x3ae1d2,0x0),this[_0x3394ae(0x989)](_0x865d77,_0x3026c6,_0x2a1e73),_0x865d77[_0x3394ae(0x8a5)]=_0x1a1240[_0x3394ae(0x8a5)],_0x865d77[_0x3394ae(0x601)]=_0x1a1240[_0x3394ae(0x601)],_0x865d77[_0x3394ae(0x9d6)]=_0x1a1240[_0x3394ae(0x9d6)]+_0x3ae1d2,_0x865d77['shadowOffsetY']=_0x1a1240[_0x3394ae(0x85d)],_0x865d77[_0x3394ae(0x7dc)]='#000000',_0x865d77[_0x3394ae(0x7c1)](),_0x865d77[_0x3394ae(0x88d)]();}[_0x2d3867(0x989)](_0x41bdd7,_0x12d53a,_0x3b6742){const _0x5830f9=_0x2d3867;if(_0x41bdd7['beginPath'](),this[_0x5830f9(0x444)]===_0x5830f9(0xa0d))_0x41bdd7[_0x5830f9(0xa0d)](0x0,0x0,_0x12d53a/0x2,_0x3b6742/0x2,0x0,0x0,Math['PI']*0x2);else{if(this['prstGeom']===_0x5830f9(0x582)){var _0x1c0019,_0x273250;let _0x2b1a3a=(_0x1c0019=(_0x273250=this[_0x5830f9(0x7d8)])==null?void 0x0:_0x273250[_0x5830f9(0x6fe)])==null?0x411b:_0x1c0019,_0x5a0fce=Math['min'](_0x12d53a,_0x3b6742)*Math[_0x5830f9(0x55a)](0x0,Math[_0x5830f9(0x8ea)](_0x2b1a3a,0xc350))/0x186a0;_0x41bdd7['roundRect'](-_0x12d53a/0x2,-_0x3b6742/0x2,_0x12d53a,_0x3b6742,_0x5a0fce);}else _0x41bdd7['rect'](-_0x12d53a/0x2,-_0x3b6742/0x2,_0x12d53a,_0x3b6742);}}['_applyResolvedSource'](_0x344761,_0xc6da06,_0x3962ab,_0x5bee4a,_0x109346){const _0x26716f=_0x2d3867;this[_0x26716f(0x297)]==null&&(this[_0x26716f(0x297)]=document[_0x26716f(0x43d)](_0x26716f(0x1f3)),this[_0x26716f(0x297)][_0x26716f(0x7b7)]=_0x26716f(0x17c)),this[_0x26716f(0x297)][_0x26716f(0x300)]=()=>{const _0x5b5de7=_0x26716f;var _0x446e35;_0x5bee4a['addImageSourceCache'](_0xc6da06,_0x3962ab,this[_0x5b5de7(0x297)]),this[_0x5b5de7(0x25f)](!0x0),(_0x446e35=this['getEngine']())==null||(_0x446e35=_0x446e35[_0x5b5de7(0x274)])==null||_0x446e35[_0x5b5de7(0x7ca)][_0x5b5de7(0xa32)](this[_0x5b5de7(0x2ac)]),_0x109346==null||_0x109346();},this[_0x26716f(0x297)][_0x26716f(0x69d)]=()=>{const _0x5f2800=_0x26716f;this[_0x5f2800(0x25f)](!0x0);},this[_0x26716f(0x297)]['src']=_0x344761;}};function Q(_0x2aa54d,_0x2b2e78){return function(_0x2d9b28,_0x1fb9ca){_0x2b2e78(_0x2d9b28,_0x1fb9ca,_0x2aa54d);};}function $(_0x53ee45,_0x24d209,_0x1e9b3d,_0x57dd6b){const _0x2ca65d=_0x2d3867;var _0x1fb5ce=arguments[_0x2ca65d(0xa73)],_0x303370=_0x1fb5ce<0x3?_0x24d209:_0x57dd6b===null?_0x57dd6b=Object['getOwnPropertyDescriptor'](_0x24d209,_0x1e9b3d):_0x57dd6b,_0x1a7c5e;if(typeof Reflect==_0x2ca65d(0x97b)&&typeof Reflect[_0x2ca65d(0x253)]==_0x2ca65d(0x861))_0x303370=Reflect['decorate'](_0x53ee45,_0x24d209,_0x1e9b3d,_0x57dd6b);else{for(var _0x317b21=_0x53ee45[_0x2ca65d(0xa73)]-0x1;_0x317b21>=0x0;_0x317b21--)(_0x1a7c5e=_0x53ee45[_0x317b21])&&(_0x303370=(_0x1fb5ce<0x3?_0x1a7c5e(_0x303370):_0x1fb5ce>0x3?_0x1a7c5e(_0x24d209,_0x1e9b3d,_0x303370):_0x1a7c5e(_0x24d209,_0x1e9b3d))||_0x303370);}return _0x1fb5ce>0x3&&_0x303370&&Object['defineProperty'](_0x24d209,_0x1e9b3d,_0x303370),_0x303370;}var gs;let _s=gs=class extends _0x4e3c17{constructor(_0xa30254,_0x486495,_0x9e3f04){const _0x25de8a=_0x2d3867;super(_0xa30254,_0x486495),this[_0x25de8a(0x850)]=_0x9e3f04,Z(this,_0x25de8a(0x73e),void 0x0),Z(this,_0x25de8a(0x297),void 0x0),Z(this,_0x25de8a(0x5ee),void 0x0),this['_background']=_0x486495['background'],this[_0x25de8a(0x5ee)]=_0x486495[_0x25de8a(0x414)],this[_0x25de8a(0x85e)]();}[_0x2d3867(0x183)](_0x2e954d){const _0x9b2946=_0x2d3867;this[_0x9b2946(0x73e)]=_0x2e954d,this[_0x9b2946(0x85e)](),this[_0x9b2946(0x25f)](!0x0);}[_0x2d3867(0x2f6)](_0x117257,_0x13cf8b,_0x583c65,_0x2e30fc){const _0x4a97be=_0x2d3867;let _0x51106b=this[_0x4a97be(0x73e)],_0x28ad0f=_0x583c65==null?this[_0x4a97be(0xa28)]:_0x583c65,_0x43663d=_0x2e30fc==null?this['height']:_0x2e30fc;if(_0x117257['save'](),_0x117257[_0x4a97be(0x3da)](),_0x117257['rect'](0x0,0x0,_0x28ad0f,_0x43663d),!_0x51106b||_0x51106b[_0x4a97be(0x866)]===_0x4a97be(0x4bc)){_0x117257['fillStyle']=Ha,_0x117257[_0x4a97be(0x7c1)](),_0x117257['restore']();return;}if(_0x51106b[_0x4a97be(0x866)]==='solid'){var _0x107a28;_0x117257[_0x4a97be(0xa08)]=Math[_0x4a97be(0x55a)](0x0,Math['min'](0x1,(_0x107a28=_0x51106b[_0x4a97be(0x700)])==null?0x1:_0x107a28)),_0x117257['fillStyle']=this[_0x4a97be(0x2b4)](_0x51106b[_0x4a97be(0x5bc)]),_0x117257[_0x4a97be(0x7c1)](),_0x117257[_0x4a97be(0x88d)]();return;}if(_0x51106b[_0x4a97be(0x866)]===_0x4a97be(0x84a)){var _0x97fdf5;let _0x5b13c9=_0x51106b,_0x5a8f62=this['_createGradient'](_0x117257,_0x28ad0f,_0x43663d,(_0x97fdf5=_0x51106b[_0x4a97be(0xa17)])==null?0x5a:_0x97fdf5);this[_0x4a97be(0x80c)](_0x5b13c9[_0x4a97be(0x9a2)])[_0x4a97be(0x3d8)](_0x4cbd09=>{const _0x486641=_0x4a97be;var _0x4aa23e;_0x5a8f62['addColorStop'](_0x4cbd09[_0x486641(0x33e)],this['_withAlpha'](_0x4cbd09[_0x486641(0x5bc)],(_0x4aa23e=_0x4cbd09[_0x486641(0x700)])==null?0x1:_0x4aa23e));}),_0x117257[_0x4a97be(0x7dc)]=_0x5a8f62,_0x117257[_0x4a97be(0x7c1)](),_0x117257[_0x4a97be(0x88d)]();return;}if(_0x51106b['type']==='pattern'){let _0x10b4d2=this[_0x4a97be(0x347)](_0x117257,_0x51106b[_0x4a97be(0x2f2)],_0x51106b['backgroundColor']);if(_0x10b4d2)_0x117257[_0x4a97be(0x7dc)]=_0x10b4d2,_0x117257[_0x4a97be(0x7c1)]();else{var _0x25fa88;_0x117257[_0x4a97be(0x7dc)]=(_0x25fa88=_0x51106b[_0x4a97be(0x903)])==null?Ha:_0x25fa88,_0x117257[_0x4a97be(0x7c1)]();}_0x117257[_0x4a97be(0x88d)]();return;}if(_0x51106b[_0x4a97be(0x866)]===_0x4a97be(0x244)){if(!this[_0x4a97be(0x297)]){_0x117257[_0x4a97be(0x7dc)]=Ha,_0x117257[_0x4a97be(0x7c1)](),_0x117257[_0x4a97be(0x88d)]();return;}_0x117257[_0x4a97be(0x7dc)]=Ha,_0x117257['fill'](),this[_0x4a97be(0x2e2)](_0x117257,_0x28ad0f,_0x43663d,_0x51106b),_0x117257[_0x4a97be(0x88d)]();return;}_0x117257[_0x4a97be(0x7dc)]=Ha,_0x117257[_0x4a97be(0x7c1)](),_0x117257[_0x4a97be(0x88d)]();}[_0x2d3867(0x85e)](){const _0x17b074=_0x2d3867;var _0x395db9,_0x5e3f43;if(!this['_background']||this[_0x17b074(0x73e)][_0x17b074(0x866)]!==_0x17b074(0x244)){this['_native']=void 0x0;return;}let _0x1389b6=(_0x395db9=this[_0x17b074(0x73e)][_0x17b074(0xab7)])==null?_0x127be6[_0x17b074(0x9e4)]:_0x395db9,_0x66e5f6=_0x1389b6+':'+this[_0x17b074(0x73e)]['source'],_0x13a3ab=this[_0x17b074(0x850)][_0x17b074(0x5f7)](this[_0x17b074(0x73e)]['source'],_0x1389b6);if(_0x13a3ab){this['_native']=_0x13a3ab,gs['_imageNativeCache'][_0x17b074(0x55e)](_0x66e5f6,_0x13a3ab);return;}let _0x2ad741=gs[_0x17b074(0x548)][_0x17b074(0x7d6)](_0x66e5f6);if(_0x2ad741){this[_0x17b074(0x297)]=_0x2ad741,this[_0x17b074(0x850)][_0x17b074(0x6b6)](this['_background'][_0x17b074(0x2e1)],_0x1389b6,_0x2ad741);return;}((_0x5e3f43=gs[_0x17b074(0x73c)][_0x17b074(0x7d6)](_0x66e5f6))==null?this[_0x17b074(0x3b2)](_0x66e5f6,this[_0x17b074(0x73e)][_0x17b074(0x2e1)],_0x1389b6,this[_0x17b074(0x850)]):_0x5e3f43)[_0x17b074(0x961)](_0x469a8a=>{const _0x39c31b=_0x17b074;_0x469a8a&&this[_0x39c31b(0x230)](_0x469a8a);});}['_markImageReady'](_0x20975a){const _0x2bc8e2=_0x2d3867;var _0x49dd3e;this['_native']=_0x20975a,this[_0x2bc8e2(0x25f)](!0x0),(_0x49dd3e=this[_0x2bc8e2(0x5ee)])==null||_0x49dd3e[_0x2bc8e2(0x739)](this);}[_0x2d3867(0x3b2)](_0x44085a,_0x169f4f,_0x104c3a,_0x1183bd){const _0x34b074=_0x2d3867;let _0x36d28a=(async()=>{const _0x5a24df=_0x3035;let _0x1c3d46=_0x104c3a===_0x127be6['UUID']?await _0x1183bd[_0x5a24df(0x9b7)](_0x169f4f):_0x169f4f;if(!_0x1c3d46)return null;let _0x433ebe=await new Promise(_0x5e2a0a=>{const _0x544354=_0x5a24df;let _0xc4be1c=document[_0x544354(0x43d)]('img');_0xc4be1c[_0x544354(0x7b7)]=_0x544354(0x17c),_0xc4be1c['onload']=()=>_0x5e2a0a(_0xc4be1c),_0xc4be1c[_0x544354(0x69d)]=()=>_0x5e2a0a(null),_0xc4be1c[_0x544354(0x8dc)]=_0x1c3d46;});return _0x433ebe?(gs[_0x5a24df(0x548)][_0x5a24df(0x55e)](_0x44085a,_0x433ebe),_0x1183bd[_0x5a24df(0x6b6)](_0x169f4f,_0x104c3a,_0x433ebe),_0x433ebe):null;})()['finally'](()=>{const _0x32d645=_0x3035;gs[_0x32d645(0x73c)]['delete'](_0x44085a);});return gs[_0x34b074(0x73c)]['set'](_0x44085a,_0x36d28a),_0x36d28a;}[_0x2d3867(0x2e2)](_0x1da909,_0x39db31,_0x443a62,_0x491d94){const _0x48c9ef=_0x2d3867;var _0x116952;if(!this[_0x48c9ef(0x297)])return;let _0x2bc487=(_0x116952=_0x491d94[_0x48c9ef(0x179)])==null?_0x40c8c8[_0x48c9ef(0xa9b)]:_0x116952,_0x582f1d=ps(this[_0x48c9ef(0x297)][_0x48c9ef(0x280)]||this[_0x48c9ef(0x297)][_0x48c9ef(0xa28)]||_0x39db31,this['_native'][_0x48c9ef(0x796)]||this['_native'][_0x48c9ef(0x47c)]||_0x443a62,_0x491d94[_0x48c9ef(0x7d5)]);if(_0x2bc487===_0x40c8c8[_0x48c9ef(0x90c)]){this['_drawRepeatedImage'](_0x1da909,_0x39db31,_0x443a62,_0x582f1d,ys(_0x491d94));return;}let _0x45e8bf=ms(_0x39db31,_0x443a62,_0x582f1d[_0x48c9ef(0xa28)],_0x582f1d[_0x48c9ef(0x47c)],_0x2bc487,vs(_0x491d94));_0x1da909[_0x48c9ef(0x206)](this['_native'],_0x582f1d[_0x48c9ef(0x88e)],_0x582f1d[_0x48c9ef(0x19e)],_0x582f1d[_0x48c9ef(0xa28)],_0x582f1d[_0x48c9ef(0x47c)],_0x45e8bf[_0x48c9ef(0x88e)],_0x45e8bf['top'],_0x45e8bf[_0x48c9ef(0xa28)],_0x45e8bf[_0x48c9ef(0x47c)]);}[_0x2d3867(0x6bb)](_0x3e7e31,_0x1a5111,_0x2a87e2,_0x512758,_0x30f1d2){const _0xe8253e=_0x2d3867;var _0x54b078,_0x23046f,_0x55fe0e,_0x282bbd;if(!this[_0xe8253e(0x297)])return;let _0x3b7e60=(_0x54b078=_0x30f1d2==null?void 0x0:_0x30f1d2[_0xe8253e(0x2ab)])==null?0x1:_0x54b078,_0x22f09c=(_0x23046f=_0x30f1d2==null?void 0x0:_0x30f1d2[_0xe8253e(0x2e8)])==null?0x1:_0x23046f,_0x5d7df8=_0x512758[_0xe8253e(0xa28)]*_0x3b7e60,_0x4ccb17=_0x512758['height']*_0x22f09c;if(_0x5d7df8<=0x0||_0x4ccb17<=0x0)return;let _0x3a60f7=((_0x55fe0e=_0x30f1d2==null?void 0x0:_0x30f1d2['offsetX'])==null?0x0:_0x55fe0e)*_0x3b7e60%_0x5d7df8,_0x5f5949=((_0x282bbd=_0x30f1d2==null?void 0x0:_0x30f1d2[_0xe8253e(0x5c0)])==null?0x0:_0x282bbd)*_0x22f09c%_0x4ccb17,_0x1c6dce=_0x3a60f7>0x0?_0x3a60f7-_0x5d7df8:_0x3a60f7,_0x4594ac=_0x5f5949>0x0?_0x5f5949-_0x4ccb17:_0x5f5949;for(let _0x48f5e9=_0x4594ac;_0x48f5e9<_0x2a87e2;_0x48f5e9+=_0x4ccb17)for(let _0x3d6819=_0x1c6dce;_0x3d6819<_0x1a5111;_0x3d6819+=_0x5d7df8)_0x3e7e31[_0xe8253e(0x206)](this[_0xe8253e(0x297)],_0x512758['left'],_0x512758[_0xe8253e(0x19e)],_0x512758[_0xe8253e(0xa28)],_0x512758[_0xe8253e(0x47c)],_0x3d6819,_0x48f5e9,_0x5d7df8,_0x4ccb17);}[_0x2d3867(0x7ba)](_0x390361,_0x16da74,_0x121189,_0x3e3f43){const _0x16656b=_0x2d3867;let _0x256aa1=_0x3e3f43%0x168*Math['PI']/0xb4,_0xc7fedd=Math[_0x16656b(0x4d5)](_0x256aa1)/Math[_0x16656b(0x55a)](_0x16da74,0x1),_0x474249=Math[_0x16656b(0x7d7)](_0x256aa1)/Math['max'](_0x121189,0x1),_0x1780f8=_0xc7fedd*_0xc7fedd+_0x474249*_0x474249;if(_0x1780f8<=0x2**-0x34)return _0x390361[_0x16656b(0x9b3)](0x0,0x0,_0x16da74,0x0);let _0x51926b=[0x0,_0x16da74*_0xc7fedd,_0x121189*_0x474249,_0x16da74*_0xc7fedd+_0x121189*_0x474249],_0x1f72c0=Math[_0x16656b(0x8ea)](..._0x51926b),_0x20c206=Math[_0x16656b(0x55a)](..._0x51926b),_0x482895=_0xc7fedd*_0x1f72c0/_0x1780f8,_0x1ffa32=_0x474249*_0x1f72c0/_0x1780f8,_0x30ec0d=_0xc7fedd*_0x20c206/_0x1780f8,_0x3e44a6=_0x474249*_0x20c206/_0x1780f8;return _0x390361[_0x16656b(0x9b3)](Os(_0x482895),Os(_0x1ffa32),Os(_0x30ec0d),Os(_0x3e44a6));}[_0x2d3867(0x80c)](_0xc02308){const _0x32dad7=_0x2d3867;let _0x1b388b=_0xc02308[_0x32dad7(0x51d)](_0x1fb32c=>({..._0x1fb32c,'position':Math[_0x32dad7(0x55a)](0x0,Math[_0x32dad7(0x8ea)](0x1,_0x1fb32c[_0x32dad7(0x33e)]))}))[_0x32dad7(0x7f9)]((_0xe79751,_0x5b1310)=>_0xe79751[_0x32dad7(0x33e)]-_0x5b1310[_0x32dad7(0x33e)]);if(_0x1b388b[_0x32dad7(0xa73)]<0x2)return _0x1b388b;let _0x2a5511=[];for(let _0x5935aa=0x0;_0x5935aa<_0x1b388b[_0x32dad7(0xa73)]-0x1;_0x5935aa+=0x1){let _0x565c7b=_0x1b388b[_0x5935aa],_0x3cc8f6=_0x1b388b[_0x5935aa+0x1],_0x1263bd=this[_0x32dad7(0x4fd)](_0x565c7b,_0x3cc8f6,_0x5935aa===0x0);_0x2a5511[_0x32dad7(0x39b)](..._0x1263bd);}return _0x2a5511;}[_0x2d3867(0x4fd)](_0x3f8ec9,_0x2ff6cc,_0x4e28bb){const _0x3022ab=_0x2d3867;let _0x127d29=bs(this[_0x3022ab(0x2b4)](_0x3f8ec9['color'])),_0x30761b=bs(this[_0x3022ab(0x2b4)](_0x2ff6cc[_0x3022ab(0x5bc)]));if(!_0x127d29||!_0x30761b||_0x2ff6cc[_0x3022ab(0x33e)]<=_0x3f8ec9[_0x3022ab(0x33e)])return _0x4e28bb?[_0x3f8ec9,_0x2ff6cc]:[_0x2ff6cc];let _0x39b02c=[],_0x1c1402=+!_0x4e28bb;for(let _0x46ca3a=_0x1c1402;_0x46ca3a<=0x20;_0x46ca3a+=0x1){var _0x3d1594,_0x73d6db;let _0x3294ea=_0x46ca3a/0x20,_0x49738c=xs(_0x3294ea),_0xebe746=ws((_0x3d1594=_0x3f8ec9[_0x3022ab(0x700)])==null?0x1:_0x3d1594,(_0x73d6db=_0x2ff6cc[_0x3022ab(0x700)])==null?0x1:_0x73d6db,_0x49738c);_0x39b02c[_0x3022ab(0x39b)]({'color':Ts(Ss(_0x127d29,_0x30761b,_0x49738c)),'position':Ds(_0x3f8ec9[_0x3022ab(0x33e)]+(_0x2ff6cc['position']-_0x3f8ec9[_0x3022ab(0x33e)])*_0x3294ea),'alpha':_0xebe746});}return _0x39b02c;}[_0x2d3867(0x347)](_0x418912,_0x36ace6,_0x451205){const _0x212db8=_0x2d3867;let _0x358a4d=document['createElement'](_0x212db8(0x5f0));_0x358a4d[_0x212db8(0xa28)]=0xc,_0x358a4d[_0x212db8(0x47c)]=0xc;let _0x48e453=_0x358a4d[_0x212db8(0xabc)]('2d');return _0x48e453?(_0x48e453[_0x212db8(0x7dc)]=_0x451205==null?Ha:_0x451205,_0x48e453[_0x212db8(0xa02)](0x0,0x0,_0x358a4d[_0x212db8(0xa28)],_0x358a4d[_0x212db8(0x47c)]),_0x48e453[_0x212db8(0x21c)]=_0x36ace6==null?qa:_0x36ace6,_0x48e453[_0x212db8(0x427)]=0x2,_0x48e453[_0x212db8(0x3da)](),_0x48e453[_0x212db8(0x392)](0x0,_0x358a4d['height']),_0x48e453[_0x212db8(0x1b9)](_0x358a4d[_0x212db8(0xa28)],0x0),_0x48e453[_0x212db8(0xae3)](),_0x418912[_0x212db8(0x95d)](_0x358a4d,'repeat')):null;}[_0x2d3867(0x622)](_0x3a06ce,_0x1c59ec){const _0x4fc165=_0x2d3867;let _0x2ae365=this[_0x4fc165(0x2b4)](_0x3a06ce);return _0x2ae365[_0x4fc165(0x1c2)]('#')&&_0x2ae365[_0x4fc165(0xa73)]===0x7?_0x4fc165(0x279)+Number['parseInt'](_0x2ae365[_0x4fc165(0xace)](0x1,0x3),0x10)+',\x20'+Number[_0x4fc165(0xa33)](_0x2ae365[_0x4fc165(0xace)](0x3,0x5),0x10)+',\x20'+Number[_0x4fc165(0xa33)](_0x2ae365['slice'](0x5,0x7),0x10)+',\x20'+_0x1c59ec+')':_0x2ae365[_0x4fc165(0x1c2)]('#')&&_0x2ae365[_0x4fc165(0xa73)]===0x4?'rgba('+Number[_0x4fc165(0xa33)](''+_0x2ae365[0x1]+_0x2ae365[0x1],0x10)+',\x20'+Number['parseInt'](''+_0x2ae365[0x2]+_0x2ae365[0x2],0x10)+',\x20'+Number[_0x4fc165(0xa33)](''+_0x2ae365[0x3]+_0x2ae365[0x3],0x10)+',\x20'+_0x1c59ec+')':_0x2ae365;}[_0x2d3867(0x2b4)](_0x51933b){const _0x3b0a1f=_0x2d3867;let _0x1e260b=_0x51933b[_0x3b0a1f(0x5a7)]();return/^[0-9a-f]{6}$/i[_0x3b0a1f(0x984)](_0x1e260b)||/^[0-9a-f]{3}$/i['test'](_0x1e260b)?'#'+_0x1e260b:_0x1e260b;}};Z(_s,'_imageNativeCache',new Map()),Z(_s,_0x2d3867(0x73c),new Map()),_s=gs=$([Q(0x2,_0x4b40fd)],_s);function vs(_0x45e161){const _0x2e2f79=_0x2d3867;let _0x22c7fa=_0x45e161[_0x2e2f79(0x831)];if(!(!_0x22c7fa||typeof _0x22c7fa!='object'))return _0x22c7fa;}function ys(_0x1980ac){const _0x1275e6=_0x2d3867;let _0x58be35=_0x1980ac[_0x1275e6(0x480)];if(!(!_0x58be35||typeof _0x58be35!=_0x1275e6(0x97b)))return _0x58be35;}function bs(_0x2252d5){const _0x1d7522=_0x2d3867;return/^#[0-9a-f]{6}$/i[_0x1d7522(0x984)](_0x2252d5)?{'r':Number['parseInt'](_0x2252d5[_0x1d7522(0xace)](0x1,0x3),0x10),'g':Number[_0x1d7522(0xa33)](_0x2252d5[_0x1d7522(0xace)](0x3,0x5),0x10),'b':Number['parseInt'](_0x2252d5[_0x1d7522(0xace)](0x5,0x7),0x10)}:/^#[0-9a-f]{3}$/i[_0x1d7522(0x984)](_0x2252d5)?{'r':Number[_0x1d7522(0xa33)](''+_0x2252d5[0x1]+_0x2252d5[0x1],0x10),'g':Number[_0x1d7522(0xa33)](''+_0x2252d5[0x2]+_0x2252d5[0x2],0x10),'b':Number[_0x1d7522(0xa33)](''+_0x2252d5[0x3]+_0x2252d5[0x3],0x10)}:null;}function xs(_0x3a5cc4){const _0xf9efaf=_0x2d3867;let _0x4c562f=Math[_0xf9efaf(0x55a)](0x0,Math[_0xf9efaf(0x8ea)](0x1,_0x3a5cc4));if(_0x4c562f===0x0||_0x4c562f===0x1)return _0x4c562f;let _0x375491=1.7,_0x1f4c61=_0x4c562f**_0x375491;return _0x1f4c61/(_0x1f4c61+(0x1-_0x4c562f)**_0x375491);}function Ss(_0xd16982,_0x8e117f,_0x58a79c){let _0x528946=2.2;return{'r':Cs(_0xd16982['r'],_0x8e117f['r'],_0x58a79c,_0x528946),'g':Cs(_0xd16982['g'],_0x8e117f['g'],_0x58a79c,_0x528946),'b':Cs(_0xd16982['b'],_0x8e117f['b'],_0x58a79c,_0x528946)};}function Cs(_0x2f08af,_0xca63e9,_0x5c103b,_0x34650c){const _0x1bb94e=_0x2d3867;let _0x3c3b14=(_0x2f08af/0xff)**_0x34650c,_0x10f04f=(_0xca63e9/0xff)**_0x34650c;return Math[_0x1bb94e(0x9d8)](ws(_0x3c3b14,_0x10f04f,_0x5c103b)**(0x1/_0x34650c)*0xff);}function ws(_0x5d16ff,_0x1eda26,_0x4cb343){return _0x5d16ff+(_0x1eda26-_0x5d16ff)*_0x4cb343;}function Ts(_0x4065d7){return'#'+Es(_0x4065d7['r'])+Es(_0x4065d7['g'])+Es(_0x4065d7['b']);}function Es(_0x4007da){const _0x1de892=_0x2d3867;return Math[_0x1de892(0x55a)](0x0,Math['min'](0xff,_0x4007da))[_0x1de892(0x5da)](0x10)['padStart'](0x2,'0')[_0x1de892(0x42d)]();}function Ds(_0x3657f5){const _0x4bc844=_0x2d3867;return Math[_0x4bc844(0x9d8)](_0x3657f5*0xf4240)/0xf4240;}function Os(_0x3e9858){return Math['round'](_0x3e9858*0xf4240)/0xf4240;}var ks=class extends _0x46eb03{constructor(_0x12388b,_0x348487){const _0x317f56=_0x2d3867;super(_0x12388b),Z(this,_0x317f56(0x24f),void 0x0),this[_0x317f56(0x5a1)](),this['evented']=!0x1,this['_clipRect']={..._0x348487};}[_0x2d3867(0x41a)](){const _0x3e32b7=_0x2d3867;return{...this[_0x3e32b7(0x24f)]};}[_0x2d3867(0x783)](_0x4f001a){const _0x2a4dfc=_0x2d3867;this[_0x2a4dfc(0x24f)]={..._0x4f001a},this[_0x2a4dfc(0x25f)](!0x0);}[_0x2d3867(0x64b)](_0x1aaf01,_0x3f6ae7){}};function As(_0x152ef1,_0x6252a9){const _0x5c2e81=_0x2d3867;var _0x37183b,_0x17954e,_0x1b2be9,_0x5aa573,_0x47f562,_0x452a46,_0x38b8b1,_0xf31b3a;let _0x531248=_0x1429ec(_0x6252a9);return{'isHorizontal':(_0x37183b=_0x152ef1==null?void 0x0:_0x152ef1[_0x5c2e81(0x969)])==null?_0x531248[_0x5c2e81(0x969)]:_0x37183b,'isRichText':!0x1,'text':(_0x17954e=_0x152ef1==null?void 0x0:_0x152ef1['text'])==null?_0x531248['text']:_0x17954e,'fontFamily':(_0x1b2be9=_0x152ef1==null?void 0x0:_0x152ef1['fontFamily'])==null?_0x531248['fontFamily']:_0x1b2be9,'fontSize':(_0x5aa573=_0x152ef1==null?void 0x0:_0x152ef1[_0x5c2e81(0x837)])==null?_0x531248['fontSize']:_0x5aa573,'color':(_0x47f562=_0x152ef1==null?void 0x0:_0x152ef1[_0x5c2e81(0x5bc)])==null?_0x531248[_0x5c2e81(0x5bc)]:_0x47f562,'bold':(_0x452a46=_0x152ef1==null?void 0x0:_0x152ef1[_0x5c2e81(0x58c)])==null?_0x531248['bold']:_0x452a46,'italic':(_0x38b8b1=_0x152ef1==null?void 0x0:_0x152ef1[_0x5c2e81(0x45c)])==null?_0x531248[_0x5c2e81(0x45c)]:_0x38b8b1,'underline':(_0xf31b3a=_0x152ef1==null?void 0x0:_0x152ef1[_0x5c2e81(0x614)])==null?_0x531248[_0x5c2e81(0x614)]:_0xf31b3a};}function js(_0x2dcb19){const _0x5cd3b2=_0x2d3867;var _0x2da50e,_0x457b2e,_0x3f6ef3;return{'ff':(_0x2da50e=_0x2dcb19['fontFamily'])==null?_0x5cd3b2(0x7da):_0x2da50e,'fs':(_0x457b2e=_0x2dcb19[_0x5cd3b2(0x837)])==null?0x10:_0x457b2e,'cl':{'rgb':(_0x3f6ef3=_0x2dcb19[_0x5cd3b2(0x5bc)])==null?eo:_0x3f6ef3},'bl':_0x2dcb19[_0x5cd3b2(0x58c)]?_0x573b54[_0x5cd3b2(0xa6a)]:_0x573b54[_0x5cd3b2(0x607)],..._0x2dcb19[_0x5cd3b2(0x45c)]?{'it':_0x573b54[_0x5cd3b2(0xa6a)]}:{},..._0x2dcb19[_0x5cd3b2(0x614)]===void 0x0?{}:{'ul':{'s':_0x2dcb19[_0x5cd3b2(0x614)]?_0x573b54[_0x5cd3b2(0xa6a)]:_0x573b54['FALSE']}}};}function Ms(_0x3a4725,_0x493032,_0x5b3584){const _0x91ed23=_0x2d3867;if(_0x493032!==void 0x0)return _0x493032;let _0xf99a15=_0x3a8400({..._0x5b3584[_0x91ed23(0x5a6)],'shapeText':_0x3a4725});if(_0x5b3584[_0x91ed23(0x5a6)][_0x91ed23(0x252)]&&_0xf99a15[_0x91ed23(0x496)]===_0x3216a2['SpAutoFit'])return _0x30ccc5[_0x91ed23(0x56e)];}function Ns(_0x58358b){return _0xe72bc5({'shapeText':_0x58358b});}function Ps(_0x4d58f3){const _0x4802db=_0x2d3867;var _0x128913,_0x383d91;let _0xa580e4=(_0x128913=_0x4d58f3[_0x4802db(0x65d)])==null?'':_0x128913;return _0x209d5b(((_0x383d91=_0x4d58f3[_0x4802db(0x8f3)])==null?void 0x0:_0x383d91['doc'])||_0x50828b(_0xa580e4,{'id':_0x4802db(0xa39),'textStyle':js(As(_0x4d58f3)),'horizontalAlign':_0x1f7d85[_0x4802db(0x74a)],'verticalAlign':_0x30ccc5[_0x4802db(0x56e)]}));}function Fs(_0x17d6af){const _0x3aea97=_0x2d3867;var _0x2b173c,_0xfdd208,_0x18dcb8;let _0x2f85b7=_0x17d6af,_0x19d2d8=(_0x2b173c=_0x2f85b7[_0x3aea97(0x8f3)])==null?void 0x0:_0x2b173c['ha'];if(_0x19d2d8!==void 0x0&&_0x19d2d8!==_0x1f7d85[_0x3aea97(0x22d)])return _0x19d2d8;let _0xd7cf2e=new Set(((_0xfdd208=(_0x18dcb8=_0x2f85b7['dataModel'])==null||(_0x18dcb8=_0x18dcb8[_0x3aea97(0x8fd)])==null||(_0x18dcb8=_0x18dcb8[_0x3aea97(0x301)])==null?void 0x0:_0x18dcb8[_0x3aea97(0x240)])==null?[]:_0xfdd208)['map'](_0x242081=>{const _0x8a5cf9=_0x3aea97;var _0x583819;return(_0x583819=_0x242081[_0x8a5cf9(0x916)])==null?void 0x0:_0x583819[_0x8a5cf9(0x169)];})[_0x3aea97(0xac6)](_0x4f9252=>_0x4f9252!==void 0x0&&_0x4f9252!==_0x1f7d85[_0x3aea97(0x22d)]));if(_0xd7cf2e[_0x3aea97(0x637)]>0x1)return _0x1f7d85[_0x3aea97(0x74a)];let [_0x1d3e3c]=_0xd7cf2e;return _0x1d3e3c===void 0x0?_0x3aea97(0x733)in _0x17d6af&&_0x17d6af[_0x3aea97(0x733)]===!0x1?_0x1f7d85['CENTER']:void 0x0:_0x1d3e3c;}function Is(_0x22aad3,_0x234b19){const _0x36b750=_0x2d3867;let _0x1e4c7c={..._0x234b19};return[_0x36b750(0x7c1),_0x36b750(0xae3)][_0x36b750(0x3d8)](_0x316128=>{const _0x2282bb=_0x36b750;if(Object[_0x2282bb(0x31d)]['hasOwnProperty'][_0x2282bb(0x739)](_0x1e4c7c,_0x316128))return;let _0x12984f=Object['getOwnPropertyDescriptor'](_0x22aad3,_0x316128);_0x12984f&&Object[_0x2282bb(0x9a8)](_0x1e4c7c,_0x316128,_0x12984f);}),_0x1e4c7c;}var Ls=class extends _0x544e2e{constructor(_0x48f9ca,_0x23a9c9){const _0x36e684=_0x2d3867;super(_0x48f9ca,_0x23a9c9),Z(this,_0x36e684(0x393),void 0x0),Z(this,_0x36e684(0x4c5),void 0x0),Z(this,_0x36e684(0x935),void 0x0),Z(this,'_isEditing',!0x1),Z(this,'_documentTextRenderCache',{}),Z(this,'_fillImage',void 0x0),Z(this,_0x36e684(0x37f),!0x0),this[_0x36e684(0x393)]=_0x23a9c9[_0x36e684(0x9eb)],this[_0x36e684(0x4c5)]=_0x23a9c9[_0x36e684(0xada)],this[_0x36e684(0x935)]=_0x23a9c9['element'],this['_applyNoWrapAutoFitSize']();}[_0x2d3867(0x59d)](_0x381a31){const _0x41ce95=_0x2d3867;es(this[_0x41ce95(0x211)]),this[_0x41ce95(0x935)]=_0x381a31;let _0x1f4252=this['_shapeModel'][_0x41ce95(0x779)]();this[_0x41ce95(0x393)]['setShapeData'](Is(_0x1f4252,_0x381a31[_0x41ce95(0x5a6)]),!0x1),this[_0x41ce95(0xa7b)](),this[_0x41ce95(0x25f)](!0x0);}['getElement'](){const _0x318eec=_0x2d3867;return this[_0x318eec(0x935)];}[_0x2d3867(0x5c6)](){const _0x1c13a6=_0x2d3867;return this[_0x1c13a6(0x393)];}[_0x2d3867(0x8ca)](_0x13961c,_0x59a685){const _0x1ba4ea=_0x2d3867;var _0x524720,_0x1caea3;let _0x42dab7=this['_shapeModel'][_0x1ba4ea(0x2d5)](),_0x4c3601=_0x42dab7==null||(_0x524720=_0x42dab7[_0x1ba4ea(0x8f3)])==null?void 0x0:_0x524720[_0x1ba4ea(0x8fd)];if(!this[_0x1ba4ea(0x4c5)]||!_0x4c3601||this['_element'][_0x1ba4ea(0x5a6)]['isTextBox']!==!0x0)return null;let _0x52e162=this[_0x1ba4ea(0x896)](_0x13961c,_0x59a685),_0x57d54f=_0x42dab7[_0x1ba4ea(0x969)]!==!0x1,_0x5a4561=qo({'id':this[_0x1ba4ea(0x2ac)]+_0x1ba4ea(0x95c),'documentData':_0x4c3601,'size':{'width':_0x52e162['width'],'height':_0x52e162['height']},'localeService':this[_0x1ba4ea(0x4c5)],'horizontalAlign':(_0x1caea3=_0x42dab7['dataModel'])==null?void 0x0:_0x1caea3['ha'],'verticalAlign':_0x30ccc5['TOP'],'isHorizontal':_0x57d54f,'wrapStrategy':_0x162116[_0x1ba4ea(0x54c)]}),_0x2093da=_0x5a4561[_0x1ba4ea(0x92f)];return _0x5a4561[_0x1ba4ea(0xa89)](),_0x57d54f?_0x52e162['top']+_0x2093da+Math[_0x1ba4ea(0x55a)](0x0,_0x59a685-_0x52e162[_0x1ba4ea(0x19e)]-_0x52e162[_0x1ba4ea(0x47c)]):_0x52e162[_0x1ba4ea(0x88e)]+_0x2093da+Math['max'](0x0,_0x13961c-_0x52e162[_0x1ba4ea(0x88e)]-_0x52e162[_0x1ba4ea(0xa28)]);}[_0x2d3867(0x29f)](){const _0x59fa6c=_0x2d3867;return this[_0x59fa6c(0x393)][_0x59fa6c(0x29f)]();}['getTextRect'](_0x8b40a5,_0x51e0dd){const _0x542d03=_0x2d3867;return this['_shapeModel']['isLineShape']()?{'left':0x0,'top':0x0,'width':_0x8b40a5,'height':_0x51e0dd}:(this[_0x542d03(0x393)][_0x542d03(0x4f5)]({'width':_0x8b40a5,'height':_0x51e0dd}),this[_0x542d03(0x393)]['getShapeTextRect']({'left':0x0,'top':0x0,'width':_0x8b40a5,'height':_0x51e0dd}));}['setEditing'](_0x538a62){const _0xa1bbe2=_0x2d3867;this[_0xa1bbe2(0x171)]=_0x538a62,this['makeDirty'](!0x0);}['setFillImage'](_0x3fe766){this['_fillImage']=_0x3fe766,this['makeDirty'](!0x0);}['_applyNoWrapAutoFitSize'](){const _0x2ca4ab=_0x2d3867;var _0x39d245,_0x2641ca;if(typeof this['_shapeModel']['getShapeTextData']!=_0x2ca4ab(0x861))return;let _0x5adff4=this[_0x2ca4ab(0x393)][_0x2ca4ab(0x2d5)]();if(!_0x5adff4||!Ns(_0x5adff4))return;let _0x5442df=this[_0x2ca4ab(0x896)](this[_0x2ca4ab(0xa28)],this[_0x2ca4ab(0x47c)]),_0x135adc=Ps(_0x5adff4);if(!Number[_0x2ca4ab(0x6ab)](_0x135adc))return;let _0x17fba1=_0x257a2f({'shapeText':_0x5adff4}),_0x28f2e8=_0x17fba1===_0x2ca4ab(0xa28)?_0x5442df[_0x2ca4ab(0xa28)]:_0x5442df['height'],_0x1dc096=_0x135adc+0x2-_0x28f2e8;if(_0x1dc096<=0.5)return;if(_0x17fba1===_0x2ca4ab(0xa28)){let _0x63af93=Fs(_0x5adff4);_0x63af93===_0x1f7d85['CENTER']||_0x63af93===_0x1f7d85['JUSTIFIED']||_0x63af93===_0x1f7d85[_0x2ca4ab(0x47d)]||_0x63af93===_0x1f7d85['DISTRIBUTED']?this[_0x2ca4ab(0x9c9)](this['left']-_0x1dc096/0x2,this['top']):_0x63af93===_0x1f7d85[_0x2ca4ab(0x365)]&&this['translate'](this[_0x2ca4ab(0x88e)]-_0x1dc096,this[_0x2ca4ab(0x19e)]),this[_0x2ca4ab(0xa5d)](this[_0x2ca4ab(0xa28)]+_0x1dc096,this[_0x2ca4ab(0x47c)]);return;}let _0x24dc0a=(_0x39d245=Ms(_0x5adff4,(_0x2641ca=_0x5adff4[_0x2ca4ab(0x8f3)])==null?void 0x0:_0x2641ca['va'],this[_0x2ca4ab(0x935)]))==null?_0x30ccc5[_0x2ca4ab(0x50c)]:_0x39d245;_0x24dc0a===_0x30ccc5[_0x2ca4ab(0x56e)]?this[_0x2ca4ab(0x9c9)](this[_0x2ca4ab(0x88e)],this[_0x2ca4ab(0x19e)]-_0x1dc096/0x2):_0x24dc0a===_0x30ccc5[_0x2ca4ab(0x407)]&&this[_0x2ca4ab(0x9c9)](this[_0x2ca4ab(0x88e)],this[_0x2ca4ab(0x19e)]-_0x1dc096),this[_0x2ca4ab(0xa5d)](this[_0x2ca4ab(0xa28)],this[_0x2ca4ab(0x47c)]+_0x1dc096);}[_0x2d3867(0x2f6)](_0x36ec2b,_0x4b4244,_0x708f6b,_0x22617e){const _0x4a6b5e=_0x2d3867;let _0x12204d=_0x708f6b==null?this['width']:_0x708f6b,_0x3bc109=_0x22617e==null?this[_0x4a6b5e(0x47c)]:_0x22617e;this[_0x4a6b5e(0x393)]['updateContext']({'width':_0x12204d,'height':_0x3bc109});let _0x188cb1={'left':-_0x12204d/0x2,'top':-_0x3bc109/0x2,'width':_0x12204d,'height':_0x3bc109};this[_0x4a6b5e(0x1de)](_0x36ec2b,_0x188cb1),this[_0x4a6b5e(0x81a)](_0x36ec2b,_0x12204d,_0x3bc109);}['_drawShapeText'](_0x4fbd4a,_0x582b38,_0x28f060){const _0x472bc9=_0x2d3867;var _0x13428c,_0x120285,_0x3f7022,_0x31fd60,_0x3984ef,_0x296d92,_0x330d6e;if(this[_0x472bc9(0x171)])return;let _0x239507=this[_0x472bc9(0x393)]['getShapeTextData']();if(!_0x239507)return;let _0x147e30=_0x14104f(_0x239507['dataModel']),_0x4316a2=_0x147e30==null?void 0x0:_0x147e30['doc'],_0x7b2a2e=(_0x13428c=_0x4316a2==null||(_0x120285=_0x4316a2['body'])==null?void 0x0:_0x120285[_0x472bc9(0x37b)])==null?_0x472bc9(0x65d)in _0x239507?(_0x3f7022=_0x239507['text'])==null?'':_0x3f7022:'':_0x13428c,_0x52775e=_0x13843d({'documentData':_0x4316a2,'isTextBox':this[_0x472bc9(0x935)][_0x472bc9(0x5a6)]['isTextBox']===!0x0,'placeholder':(_0x31fd60=(_0x3984ef=this[_0x472bc9(0x4c5)])==null?void 0x0:_0x3984ef['t'](_0x472bc9(0x74e)))==null?'':_0x31fd60,'text':_0x7b2a2e['replace'](/[\r\n]/g,'')}),_0x50ee66=_0x52775e==null?_0x4316a2:_0x52775e,_0x11122=(_0x296d92=_0x50ee66==null||(_0x330d6e=_0x50ee66[_0x472bc9(0x301)])==null?void 0x0:_0x330d6e[_0x472bc9(0x37b)])==null?_0x7b2a2e:_0x296d92,_0x1ede29=_0x50ee66?_0x41b59a(_0x50ee66,{'horizontalAlign':_0x147e30==null?void 0x0:_0x147e30['ha']})[_0x472bc9(0x169)]:_0x147e30==null?void 0x0:_0x147e30['ha'],_0x58f25a=Ms(_0x239507,_0x147e30==null?void 0x0:_0x147e30['va'],this['_element']),_0x4ec6f0=_0x239507['isHorizontal']!==!0x1,_0x4f4b1d=_0x4ee0d7(this[_0x472bc9(0x935)][_0x472bc9(0x5a6)],_0x239507),_0x280524=_0x3a8400(_0x4f4b1d),_0x379f47=_0x270bbc(_0x4f4b1d),_0x1ecdcd=_0x1a1bb7(_0x4f4b1d,_0x379f47),_0x19e735=this[_0x472bc9(0x896)](_0x582b38,_0x28f060);if(_0x50ee66){let _0x14a89f=_0x342b77({'documentData':_0x50ee66,'horizontalAlign':_0x1ede29,'horizontalAnchor':_0x280524[_0x472bc9(0xab1)],'isHorizontal':_0x4ec6f0,'textRect':_0x19e735,'textWrap':_0x280524[_0x472bc9(0x389)],'widthBuffer':0x2}),_0x296bfa=_0x1ede29===void 0x0&&_0x14a89f['textRect'][_0x472bc9(0xa28)]>_0x19e735[_0x472bc9(0xa28)]?{..._0x14a89f['textRect'],'left':_0x19e735[_0x472bc9(0x88e)]-(_0x14a89f[_0x472bc9(0x1e6)][_0x472bc9(0xa28)]-_0x19e735[_0x472bc9(0xa28)])/0x2}:_0x14a89f[_0x472bc9(0x1e6)],_0x507a21=_0x14a89f['measureAsNoWrap']?_0x162116['WRAP']:_0x379f47,_0x3dd52b=_0x454ebf(_0x50ee66,{'bodyBehavior':_0x280524,'textRect':_0x296bfa,'horizontalAlign':_0x1ede29,'verticalAlign':_0x58f25a,'isHorizontal':_0x4ec6f0,'wrapStrategy':_0x507a21});_0x4fbd4a[_0x472bc9(0x28b)](),this['_applyReadableTextFlip'](_0x4fbd4a),_0x4fbd4a[_0x472bc9(0x9c9)](-_0x582b38/0x2,-_0x28f060/0x2);let _0x446fbb=rs(_0x4fbd4a,{'key':this[_0x472bc9(0x2ac)]+'-shape-text','documentData':_0x3dd52b,'text':_0x11122,'left':_0x296bfa['left'],'top':_0x296bfa[_0x472bc9(0x19e)],'width':_0x296bfa[_0x472bc9(0xa28)],'height':_0x296bfa['height'],'localeService':this[_0x472bc9(0x4c5)],'horizontalAlign':_0x1ede29,'verticalAlign':_0x58f25a,'isHorizontal':_0x4ec6f0,'wrapStrategy':_0x507a21,'clip':_0x1ecdcd,'onTextFillImageLoaded':()=>this['makeDirty'](!0x0)},this[_0x472bc9(0x211)]);if(_0x4fbd4a[_0x472bc9(0x88d)](),_0x446fbb)return;}if(!(_0x472bc9(0x733)in _0x239507)||_0x239507[_0x472bc9(0x733)]!==!0x1||!_0x11122)return;let _0x24d7c0=As(_0x239507),_0x1a0226=_0x1f7d85[_0x472bc9(0x74a)],_0x39c5dc=_0x30ccc5['MIDDLE'],_0x8fe95=_0x50828b(_0x11122,{'id':this[_0x472bc9(0x2ac)]+_0x472bc9(0x1d5),'textStyle':js(_0x24d7c0),'horizontalAlign':_0x1a0226,'verticalAlign':_0x39c5dc}),_0xe05992=_0x342b77({'documentData':_0x8fe95,'horizontalAlign':_0x1a0226,'horizontalAnchor':_0x280524[_0x472bc9(0xab1)],'isHorizontal':_0x4ec6f0,'textRect':_0x19e735,'textWrap':_0x280524[_0x472bc9(0x389)],'widthBuffer':0x2})['textRect'],_0x312450=_0x454ebf(_0x8fe95,{'bodyBehavior':_0x280524,'textRect':_0xe05992,'horizontalAlign':_0x1a0226,'verticalAlign':_0x39c5dc,'isHorizontal':_0x4ec6f0,'wrapStrategy':_0x379f47});_0x4fbd4a[_0x472bc9(0x28b)](),this[_0x472bc9(0x600)](_0x4fbd4a),_0x4fbd4a[_0x472bc9(0x9c9)](-_0x582b38/0x2,-_0x28f060/0x2),rs(_0x4fbd4a,{'key':this['oKey']+_0x472bc9(0x1d5),'documentData':_0x312450,'text':_0x11122,'left':_0xe05992['left'],'top':_0xe05992[_0x472bc9(0x19e)],'width':_0xe05992[_0x472bc9(0xa28)],'height':_0xe05992['height'],'localeService':this[_0x472bc9(0x4c5)],'horizontalAlign':_0x1a0226,'verticalAlign':_0x39c5dc,'isHorizontal':_0x4ec6f0,'wrapStrategy':_0x379f47,'clip':_0x1ecdcd,'onTextFillImageLoaded':()=>this[_0x472bc9(0x25f)](!0x0)},this[_0x472bc9(0x211)]),_0x4fbd4a[_0x472bc9(0x88d)]();}[_0x2d3867(0x600)](_0x38fe21){const _0x24b94b=_0x2d3867;this['flipX']&&_0x38fe21[_0x24b94b(0x756)](-0x1,0x1);}[_0x2d3867(0x1de)](_0x2ad39c,_0xd9f9f1){const _0x11f343=_0x2d3867;let _0x52578f=_0xc5d045(this[_0x11f343(0x935)]['shapeData'][_0x11f343(0x34a)]);if(!_0x52578f){this[_0x11f343(0x393)][_0x11f343(0x64b)](_0x2ad39c,_0xd9f9f1,{'renderMode':_0x1880e3[_0x11f343(0xad7)],'oKey':this['oKey'],'angle':this[_0x11f343(0xa17)],'image':this[_0x11f343(0x911)]});return;}_0x2ad39c['save'](),_0x2ad39c['shadowColor']=_0x52578f[_0x11f343(0x8a5)],_0x2ad39c[_0x11f343(0x601)]=_0x52578f[_0x11f343(0x601)],_0x2ad39c['shadowOffsetX']=_0x52578f[_0x11f343(0x9d6)],_0x2ad39c[_0x11f343(0x85d)]=_0x52578f[_0x11f343(0x85d)],this[_0x11f343(0x393)][_0x11f343(0x64b)](_0x2ad39c,_0xd9f9f1,{'renderMode':_0x1880e3[_0x11f343(0xad7)],'oKey':this['oKey'],'angle':this[_0x11f343(0xa17)],'image':this[_0x11f343(0x911)]}),_0x2ad39c[_0x11f343(0x88d)]();}[_0x2d3867(0x64b)](_0x2e778d,_0xeefae9){const _0x3741a5=_0x2d3867;if(!this[_0x3741a5(0x617)])return this[_0x3741a5(0x25f)](!0x1),this;let {width:_0x514705,height:_0x8e35cc,left:_0x2ea734,top:_0x7314ee}=this,_0xb59da1=this[_0x3741a5(0x387)]();if(_0x514705=_0xb59da1[_0x3741a5(0xa28)],_0x8e35cc=_0xb59da1[_0x3741a5(0x47c)],_0x2ea734=_0xb59da1[_0x3741a5(0x88e)],_0x7314ee=_0xb59da1[_0x3741a5(0x19e)],this[_0x3741a5(0x6b4)](_0xeefae9)){let {top:_0x1db720,left:_0x4f757c,bottom:_0x871298,right:_0x210207}=_0xeefae9['viewBound'];if(_0x2ea734+_0x514705+this['strokeWidth']<_0x4f757c||_0x210207<_0x2ea734-this[_0x3741a5(0x208)]||_0x7314ee+_0x8e35cc+this[_0x3741a5(0x208)]<_0x1db720||_0x871298<_0x7314ee-this[_0x3741a5(0x208)])return this;}let _0x16ec01=this['transform']['getMatrix'](),_0x59215c=_0x2ea734+_0x514705/0x2,_0x1f1d50=_0x7314ee+_0x8e35cc/0x2;return _0x2e778d['save'](),this[_0x3741a5(0x393)][_0x3741a5(0x452)]===!0x0||_0x2e778d[_0x3741a5(0x985)](_0x16ec01[0x0],_0x16ec01[0x1],_0x16ec01[0x2],_0x16ec01[0x3],_0x59215c,_0x1f1d50),this['_draw'](_0x2e778d,_0xeefae9,_0x514705,_0x8e35cc),_0x2e778d[_0x3741a5(0x88d)](),this[_0x3741a5(0x25f)](!0x1),this;}['getInverseCoord'](_0xc7b4dd){const _0x39c498=_0x2d3867;let {left:_0x3debce,top:_0x2a98c1,width:_0x2bf8c5,height:_0x53a76c}=this['getRealBound'](),_0x465d8c=this[_0x39c498(0x985)][_0x39c498(0x511)](),_0x50a8cc=_0x3debce+_0x2bf8c5/0x2,_0x1b3c10=_0x2a98c1+_0x53a76c/0x2,_0x138774=new _0x334ef9([_0x465d8c[0x0],_0x465d8c[0x1],_0x465d8c[0x2],_0x465d8c[0x3],_0x50a8cc,_0x1b3c10]),_0x1dec6c=this[_0x39c498(0x52b)]();return(this[_0x39c498(0xadc)]&&(_0x1dec6c==null?void 0x0:_0x1dec6c[_0x39c498(0x2e0)])===_0x387c0b['GROUP']?_0x1dec6c[_0x39c498(0x39a)][_0x39c498(0x2ad)](_0x138774):_0x138774)[_0x39c498(0x605)]()[_0x39c498(0x419)](_0xc7b4dd);}[_0x2d3867(0xa89)](){const _0x35d718=_0x2d3867;es(this[_0x35d718(0x211)]),super[_0x35d718(0xa89)]();}[_0x2d3867(0x8ee)](_0x37be84){const _0x13bcf7=_0x2d3867;let _0x18e271=this[_0x13bcf7(0xa1a)](_0x37be84);if(this['_shapeModel'][_0x13bcf7(0x29f)]())return this['_shapeModel'][_0x13bcf7(0x271)](_0x18e271['x'],_0x18e271['y'],this['width'],this[_0x13bcf7(0x47c)]);let _0x1ffc4e=this[_0x13bcf7(0xa28)]/0x2,_0x2219bb=this['height']/0x2;return _0x18e271['x']>=-_0x1ffc4e-this[_0x13bcf7(0x208)]/0x2&&_0x18e271['x']<=_0x1ffc4e+this['strokeWidth']/0x2&&_0x18e271['y']>=-_0x2219bb-this['strokeWidth']/0x2&&_0x18e271['y']<=_0x2219bb+this['strokeWidth']/0x2;}static[_0x2d3867(0x715)](_0x36ce71){const _0x3c30a6=_0x2d3867;var _0x376098;return new _0x234370((_0x376098=_0x36ce71[_0x3c30a6(0x5a6)][_0x3c30a6(0x5d6)])==null?_0x3da99c[_0x3c30a6(0xa8a)]:_0x376098,_0x36ce71['id'],_0x36ce71[_0x3c30a6(0x5a6)]);}};const Rs=_0x2d3867(0x702),zs=_0x2d3867(0x641),Bs=_0x2d3867(0x6f3),Vs=_0x2d3867(0x247),Hs=_0x2d3867(0x87a),Us=_0x2d3867(0x932),Ws=_0x2d3867(0x6f3),Gs=0.5;function Ks(_0x409c27){const _0x54e79d=_0x2d3867;return typeof _0x409c27==_0x54e79d(0x684)&&Number[_0x54e79d(0x6ab)](_0x409c27)?_0x409c27:0x0;}function qs(_0x1cfd4a){return Ks(_0x1cfd4a==null?void 0x0:_0x1cfd4a['blurRadius'])>0x0||Ks(_0x1cfd4a==null?void 0x0:_0x1cfd4a['distance'])>0x0;}var Js=class e extends _0x4e3c17{constructor(_0x5b62c4,_0x148121){const _0x1b1a47=_0x2d3867;super(_0x5b62c4,{..._0x148121,'fill':Bs,'stroke':Rs,'strokeWidth':0x1,'evented':!0x0}),Z(this,_0x1b1a47(0x37f),!0x0),Z(this,_0x1b1a47(0x1ac),void 0x0),Z(this,'_imageIoService',void 0x0),Z(this,_0x1b1a47(0x4c5),void 0x0),Z(this,'_tableThemes',void 0x0),Z(this,'_tableThemePalette',void 0x0),Z(this,_0x1b1a47(0x507),new Map()),Z(this,'_editingCell',null),Z(this,_0x1b1a47(0x1dc),null),Z(this,_0x1b1a47(0x789),null),Z(this,_0x1b1a47(0x70b),null),Z(this,_0x1b1a47(0x7f8),null),Z(this,'_controlState',null),this[_0x1b1a47(0x1ac)]=_0x148121[_0x1b1a47(0x574)],this[_0x1b1a47(0x850)]=_0x148121['imageIoService'],this[_0x1b1a47(0x4c5)]=_0x148121[_0x1b1a47(0xada)],this[_0x1b1a47(0x33c)]=_0x148121['tableThemes'],this['_tableThemePalette']=_0x148121[_0x1b1a47(0x499)];}[_0x2d3867(0xa83)](){return[{'x':0.5,'y':0x0,'idx':0x0,'ang':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'ang':0x0},{'x':0.5,'y':0x1,'idx':0x2,'ang':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'ang':0xb4}];}[_0x2d3867(0x64b)](_0x2ec78e,_0x4fb7fb){const _0x419ddc=_0x2d3867;if(!this[_0x419ddc(0x617)])return this[_0x419ddc(0x25f)](!0x1),this;let _0x115464=this['getRealBound'](),_0xb0471c=_0x115464[_0x419ddc(0xa28)],_0x49dc1a=_0x115464['height'],_0x17bc13=_0x115464[_0x419ddc(0x88e)],_0x1f3246=_0x115464['top'],_0xcd20ae=this[_0x419ddc(0x4b6)]()?0x18:0x0;if(this[_0x419ddc(0x6b4)](_0x4fb7fb)){let {top:_0x3c57c0,left:_0x2378ef,bottom:_0x1dc205,right:_0x2b873a}=_0x4fb7fb['viewBound'];if(_0xb0471c+this[_0x419ddc(0x208)]+_0x17bc13+_0xcd20ae<_0x2378ef||_0x2b873a<_0x17bc13-_0xcd20ae||_0x49dc1a+this[_0x419ddc(0x208)]+_0x1f3246+_0xcd20ae<_0x3c57c0||_0x1dc205<_0x1f3246-_0xcd20ae)return this;}let _0x2dc6c9=this[_0x419ddc(0x985)]['getMatrix'](),_0x648fa8=_0x17bc13+_0xb0471c/0x2,_0x495be3=_0x1f3246+_0x49dc1a/0x2;return _0x2ec78e[_0x419ddc(0x28b)](),_0x2ec78e[_0x419ddc(0x985)](_0x2dc6c9[0x0],_0x2dc6c9[0x1],_0x2dc6c9[0x2],_0x2dc6c9[0x3],_0x648fa8,_0x495be3),this[_0x419ddc(0x2f6)](_0x2ec78e,_0x4fb7fb,_0xb0471c,_0x49dc1a),_0x2ec78e[_0x419ddc(0x88d)](),this[_0x419ddc(0x25f)](!0x1),this;}[_0x2d3867(0xa89)](){const _0x46bdf3=_0x2d3867;this[_0x46bdf3(0x507)][_0x46bdf3(0x3d8)](_0x35ac11=>es(_0x35ac11)),this[_0x46bdf3(0x507)]['clear'](),super[_0x46bdf3(0xa89)]();}[_0x2d3867(0x938)](_0x21fa6f){const _0x27f33e=_0x2d3867;_0x21fa6f&&this[_0x27f33e(0x645)](_0x21fa6f),this[_0x27f33e(0x3e6)]=_0x21fa6f,this['makeDirty'](!0x0);}[_0x2d3867(0x445)](_0x2d063e){const _0x1e5a33=_0x2d3867;this['_previewTable']=_0x2d063e,this[_0x1e5a33(0x25f)](!0x0);}[_0x2d3867(0x673)](_0x2a2791){const _0x629362=_0x2d3867;this[_0x629362(0x789)]=_0x2a2791?{'kind':_0x2a2791[_0x629362(0x9c1)],'ranges':_0x2a2791['ranges']['map'](_0x28a64b=>({..._0x28a64b})),'active':_0x2a2791['active']?{..._0x2a2791[_0x629362(0x89f)]}:void 0x0}:null,_0x2a2791||(this[_0x629362(0x70b)]=null,this[_0x629362(0x7f8)]=null,this[_0x629362(0x24d)]=null),this[_0x629362(0x25f)](!0x0);}[_0x2d3867(0x4f0)](_0x5baa84){const _0x48d6dd=_0x2d3867;var _0x3fcd8e,_0x3b774d,_0x429deb,_0x39f64a,_0x172764,_0xbd26fd;let _0x51aaff=(_0x3fcd8e=(_0x3b774d=this['_cellHover'])==null?void 0x0:_0x3b774d[_0x48d6dd(0x197)])==null?null:_0x3fcd8e,_0x3ab34d=(_0x429deb=(_0x39f64a=this['_cellHover'])==null?void 0x0:_0x39f64a['column'])==null?null:_0x429deb,_0x3fde7d=(_0x172764=_0x5baa84==null?void 0x0:_0x5baa84[_0x48d6dd(0x197)])==null?null:_0x172764,_0xac892e=(_0xbd26fd=_0x5baa84==null?void 0x0:_0x5baa84[_0x48d6dd(0x2a1)])==null?null:_0xbd26fd;return _0x51aaff===_0x3fde7d&&_0x3ab34d===_0xac892e?!0x1:(this[_0x48d6dd(0x70b)]=_0x5baa84?{'row':_0x5baa84[_0x48d6dd(0x197)],'column':_0x5baa84['column']}:null,this['makeDirty'](!0x0),!0x0);}[_0x2d3867(0x957)](_0x555cff){const _0x99b172=_0x2d3867;var _0x48185a,_0x49c58f,_0x8c5bc3,_0x2c20d9,_0x42352c,_0x1657fe,_0x514028,_0x4cae50,_0x35fa35;let _0x4c7655=(_0x48185a=_0x555cff==null?void 0x0:_0x555cff['kind'])==null?null:_0x48185a,_0xc7145c=(_0x49c58f=_0x555cff==null?void 0x0:_0x555cff[_0x99b172(0x197)])==null?null:_0x49c58f,_0x4c69ff=(_0x8c5bc3=_0x555cff==null?void 0x0:_0x555cff[_0x99b172(0x2a1)])==null?null:_0x8c5bc3,_0x1a4123=(_0x2c20d9=(_0x42352c=this[_0x99b172(0x7f8)])==null?void 0x0:_0x42352c['kind'])==null?null:_0x2c20d9,_0x5b3c56=(_0x1657fe=(_0x514028=this['_controlHover'])==null?void 0x0:_0x514028['row'])==null?null:_0x1657fe,_0x5f5bd4=(_0x4cae50=(_0x35fa35=this[_0x99b172(0x7f8)])==null?void 0x0:_0x35fa35['column'])==null?null:_0x4cae50;return _0x4c7655===_0x1a4123&&_0xc7145c===_0x5b3c56&&_0x4c69ff===_0x5f5bd4?!0x1:(this[_0x99b172(0x7f8)]=_0x4c7655==null&&_0xc7145c==null&&_0x4c69ff==null?null:{'kind':_0x555cff==null?void 0x0:_0x555cff[_0x99b172(0x9c1)],'row':_0xc7145c,'column':_0x4c69ff},this['makeDirty'](!0x0),!0x0);}[_0x2d3867(0x937)](_0x17db2){const _0x3bbbe2=_0x2d3867;let _0x33b2f0=Ys(_0x17db2);return Xs(this[_0x3bbbe2(0x24d)],_0x33b2f0)?!0x1:(this[_0x3bbbe2(0x24d)]=_0x33b2f0,this[_0x3bbbe2(0x25f)](!0x0),!0x0);}[_0x2d3867(0xa1a)](_0x410b9a){const _0x2ddc01=_0x2d3867;let _0x4069e5=this['getRealBound'](),_0x875380=_0x4069e5[_0x2ddc01(0x88e)]+_0x4069e5[_0x2ddc01(0xa28)]/0x2,_0x220013=_0x4069e5['top']+_0x4069e5['height']/0x2,_0x28bdd3=this[_0x2ddc01(0x985)][_0x2ddc01(0x511)](),_0x16dff4=new _0x334ef9([_0x28bdd3[0x0],_0x28bdd3[0x1],_0x28bdd3[0x2],_0x28bdd3[0x3],_0x875380,_0x220013]),_0x3d2284=this[_0x2ddc01(0x52b)]();return(this['isInGroup']&&(_0x3d2284==null?void 0x0:_0x3d2284['classType'])===_0x387c0b[_0x2ddc01(0x403)]?_0x3d2284['ancestorTransform'][_0x2ddc01(0x2ad)](_0x16dff4):_0x16dff4)['invert']()[_0x2ddc01(0x419)](_0x410b9a);}[_0x2d3867(0x8ee)](_0x30f7aa){const _0x567a05=_0x2d3867;let _0x48025f=this[_0x567a05(0xa1a)](_0x30f7aa),_0x55e104=this[_0x567a05(0xa28)]/0x2,_0x476a66=this[_0x567a05(0x47c)]/0x2;if(_0x48025f['x']>=-_0x55e104-this[_0x567a05(0x208)]/0x2&&_0x48025f['x']<=_0x55e104+this['strokeWidth']/0x2&&_0x48025f['y']>=-_0x476a66-this[_0x567a05(0x208)]/0x2&&_0x48025f['y']<=_0x476a66+this['strokeWidth']/0x2)return!0x0;let _0x5a74ea=this[_0x567a05(0x4a0)]();if(!_0x5a74ea||!this['_hasActiveTableChrome']())return!0x1;let _0x5d81dd={'x':_0x48025f['x']+this[_0x567a05(0xa28)]/0x2,'y':_0x48025f['y']+this['height']/0x2},_0x1c8fbe=this[_0x567a05(0x20f)](this[_0x567a05(0x5fe)](_0x5a74ea),this[_0x567a05(0xa28)],this[_0x567a05(0x47c)],ic(_0x5a74ea,this[_0x567a05(0xa28)]),ac(_0x5a74ea,this[_0x567a05(0x47c)])),_0x2156db=_0xc7a9b5(_0x1c8fbe,_0x5d81dd['x'],_0x5d81dd['y']);return _0x2156db&&(_0x2156db[_0x567a05(0x9c1)]==='row-header'||_0x2156db[_0x567a05(0x9c1)]===_0x567a05(0x55f)||_0x2156db[_0x567a05(0x9c1)]===_0x567a05(0x5a2)||_0x2156db['kind']===_0x567a05(0x345))||_0x1c8fbe[_0x567a05(0xa92)](_0xa4d34c=>this[_0x567a05(0x371)](_0xa4d34c,_0x5d81dd['x'],_0x5d81dd['y']))?!0x0:!!_0x4efbaf(_0x132dc3(this[_0x567a05(0x5fe)](_0x5a74ea),this['width'],this[_0x567a05(0x47c)])[_0x567a05(0xac6)](_0xd303df=>_0xd303df[_0x567a05(0x9c1)]===_0x567a05(0x959)),_0x5d81dd['x'],_0x5d81dd['y']);}[_0x2d3867(0x5ce)](_0x7b64df,_0x4a39b4,_0x2999f8=this['width'],_0x1320dd=this[_0x2d3867(0x47c)]){const _0x2ef6ad=_0x2d3867;let _0x4000a5=this[_0x2ef6ad(0x1fe)](_0x7b64df,_0x4a39b4);return _0x4000a5?{...this['_resolveCellTextRect'](_0x4000a5[_0x2ef6ad(0x67b)],_0x4000a5['model'],_0x2999f8,_0x1320dd),'row':_0x4000a5[_0x2ef6ad(0x67b)][_0x2ef6ad(0x197)],'column':_0x4000a5[_0x2ef6ad(0x67b)][_0x2ef6ad(0x2a1)]}:null;}[_0x2d3867(0x2f6)](_0x2388b2,_0x5be4d3,_0x4cc4c8,_0x33e280){const _0x18578a=_0x2d3867;let _0x58fc3e=_0x4cc4c8==null?this[_0x18578a(0xa28)]:_0x4cc4c8,_0x1a126a=_0x33e280==null?this[_0x18578a(0x47c)]:_0x33e280,_0x1e2430=this['_getRenderTable'](),_0x35b82f=ic(_0x1e2430,_0x58fc3e),_0x50855d=ac(_0x1e2430,_0x1a126a),_0x333782=_0x1e2430?this[_0x18578a(0x5fe)](_0x1e2430):null;this['_drawTableOuterShadow'](_0x2388b2,_0x58fc3e,_0x1a126a),_0x2388b2[_0x18578a(0x28b)](),_0x2388b2['beginPath'](),_0x2388b2['rect'](-_0x58fc3e/0x2,-_0x1a126a/0x2,_0x58fc3e,_0x1a126a),_0x2388b2[_0x18578a(0x20c)](),_0x333782?this[_0x18578a(0x78c)](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a):this[_0x18578a(0x8c3)](_0x2388b2,_0x50855d,_0x58fc3e,_0x1a126a),this[_0x18578a(0x44f)](_0x2388b2,_0x58fc3e,_0x1a126a),_0x333782?this[_0x18578a(0x63b)](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a,_0x35b82f,_0x50855d):this['_drawGrid'](_0x2388b2,_0x35b82f,_0x50855d,_0x58fc3e,_0x1a126a),this[_0x18578a(0xa97)](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a),this[_0x18578a(0x9d4)](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a),_0x2388b2[_0x18578a(0x88d)](),this[_0x18578a(0x5be)](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a,_0x35b82f,_0x50855d),this['_drawInsertDots'](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a,_0x35b82f,_0x50855d),this[_0x18578a(0x5e2)](_0x2388b2,_0x58fc3e,_0x1a126a,_0x35b82f,_0x50855d),this[_0x18578a(0x490)](_0x2388b2,_0x58fc3e,_0x1a126a,_0x35b82f,_0x50855d),this[_0x18578a(0xa43)](_0x2388b2,_0x333782,_0x58fc3e,_0x1a126a);}[_0x2d3867(0x1b8)](_0x164f42,_0x1efde0,_0x1090a3){const _0x324183=_0x2d3867;var _0x17729e,_0x3683c8,_0x140ab8;let _0x4780ad=(_0x17729e=this['_getRenderTable']())==null||(_0x17729e=_0x17729e['effects'])==null?void 0x0:_0x17729e[_0x324183(0x34a)];if(!qs(_0x4780ad))return;let _0x55495a=Ks(_0x4780ad[_0x324183(0x927)]),_0x46359b=Ks(_0x4780ad[_0x324183(0x712)]),_0xf9ab4a=_0x55495a*Math['PI']/0xb4;_0x164f42[_0x324183(0x28b)](),_0x164f42[_0x324183(0x8a5)]=(_0x3683c8=_0x4780ad['color'])==null?_0x324183(0x48c):_0x3683c8,_0x164f42[_0x324183(0x601)]=Ks(_0x4780ad['blurRadius']),_0x164f42[_0x324183(0x9d6)]=Math[_0x324183(0x4d5)](_0xf9ab4a)*_0x46359b,_0x164f42[_0x324183(0x85d)]=Math['sin'](_0xf9ab4a)*_0x46359b,_0x164f42[_0x324183(0x3da)](),_0x164f42[_0x324183(0x762)](-_0x1efde0/0x2,-_0x1090a3/0x2,_0x1efde0,_0x1090a3),_0x164f42[_0x324183(0x7dc)]=(_0x140ab8=_0x4780ad[_0x324183(0x5bc)])==null?_0x324183(0x48c):_0x140ab8,_0x164f42[_0x324183(0x7c1)](),_0x164f42[_0x324183(0x88d)]();}[_0x2d3867(0x8c3)](_0x1c1865,_0x20deb5,_0x4d56d8,_0x56c062){const _0x1ee7d4=_0x2d3867;let _0x4b6b4f=-_0x56c062/0x2;_0x20deb5[_0x1ee7d4(0x3d8)]((_0x514ab1,_0x2dd7bd)=>{const _0x4ad841=_0x1ee7d4;let _0x1e8f12=jc(this[_0x4ad841(0x1ac)],_0x2dd7bd);_0x1c1865[_0x4ad841(0x3da)](),_0x1c1865['rect'](-_0x4d56d8/0x2,_0x4b6b4f,_0x4d56d8,_0x514ab1),_0x1c1865[_0x4ad841(0x7dc)]=_0x1e8f12,_0x1c1865['fill'](),_0x4b6b4f+=_0x514ab1;});}['_drawGrid'](_0x3232f2,_0x2edf43,_0x5787ab,_0x5370a0,_0x152f4f){const _0x16ca95=_0x2d3867;let _0x10be1c=-_0x5370a0/0x2,_0x28e56e=-_0x152f4f/0x2,_0x424556=_0x5370a0/0x2,_0x34d7b1=_0x152f4f/0x2;_0x3232f2[_0x16ca95(0x3da)](),_0x3232f2['setLineDash']([]),_0x3232f2[_0x16ca95(0x21c)]=zs,_0x3232f2[_0x16ca95(0x427)]=0x1;let _0x1d381b=_0x10be1c;_0x2edf43['slice'](0x0,-0x1)['forEach'](_0x2ee408=>{const _0x900134=_0x16ca95;_0x1d381b+=_0x2ee408,_0x3232f2[_0x900134(0x392)](_0x1d381b,_0x28e56e),_0x3232f2[_0x900134(0x1b9)](_0x1d381b,_0x34d7b1);});let _0x21ed0a=_0x28e56e;_0x5787ab[_0x16ca95(0xace)](0x0,-0x1)[_0x16ca95(0x3d8)](_0x7b3802=>{const _0x1ff76e=_0x16ca95;_0x21ed0a+=_0x7b3802,_0x3232f2[_0x1ff76e(0x392)](_0x10be1c,_0x21ed0a),_0x3232f2[_0x1ff76e(0x1b9)](_0x424556,_0x21ed0a);}),_0x3232f2[_0x16ca95(0xae3)](),this[_0x16ca95(0x960)](_0x3232f2,_0x10be1c,_0x28e56e,_0x5370a0,_0x152f4f);}['_drawTableOutline'](_0xb80759,_0x1ec32e,_0x334f7c,_0x6ffd08,_0x4e640b){const _0x262e01=_0x2d3867;_0xb80759[_0x262e01(0x3da)](),_0xb80759[_0x262e01(0x21c)]=Rs,_0xb80759[_0x262e01(0x427)]=1.5,_0xb80759[_0x262e01(0x762)](_0x1ec32e,_0x334f7c,_0x6ffd08,_0x4e640b),_0xb80759[_0x262e01(0xae3)]();}[_0x2d3867(0x78c)](_0x47ee41,_0x2a2e6d,_0x3937e0,_0x18a20c){const _0x489ae9=_0x2d3867;let _0x5ebd40=cc(_0x3937e0/_0x2a2e6d['width'],0x1),_0x13c119=cc(_0x18a20c/_0x2a2e6d[_0x489ae9(0x47c)],0x1);_0x2a2e6d[_0x489ae9(0x505)][_0x489ae9(0x3d8)](_0x15b2ea=>{const _0x55849a=_0x489ae9;if(_0x15b2ea[_0x55849a(0x676)])return;let _0x127898=-_0x3937e0/0x2+_0x15b2ea[_0x55849a(0x441)]['left']*_0x5ebd40,_0x36d68f=-_0x18a20c/0x2+_0x15b2ea[_0x55849a(0x441)][_0x55849a(0x19e)]*_0x13c119,_0x14c44a=_0x15b2ea[_0x55849a(0x441)][_0x55849a(0xa28)]*_0x5ebd40,_0x45d543=_0x15b2ea['bounds']['height']*_0x13c119,_0x3b88c4=this[_0x55849a(0x2f0)](_0x15b2ea[_0x55849a(0x6f7)][_0x55849a(0x7c1)]);if(_0x3b88c4&&Mc(_0x47ee41,_0x15b2ea[_0x55849a(0x6f7)][_0x55849a(0x7c1)],_0x3b88c4,_0x127898,_0x36d68f,_0x14c44a,_0x45d543))return;let _0x37211e=_0x15b2ea['style'][_0x55849a(0x7c1)]?Nc(_0x47ee41,_0x15b2ea[_0x55849a(0x6f7)][_0x55849a(0x7c1)],_0x127898,_0x36d68f,_0x14c44a,_0x45d543):jc(this[_0x55849a(0x1ac)],_0x15b2ea[_0x55849a(0x197)]);_0x37211e&&(_0x47ee41[_0x55849a(0x3da)](),_0x47ee41['rect'](_0x127898,_0x36d68f,_0x14c44a,_0x45d543),_0x47ee41[_0x55849a(0x7dc)]=_0x37211e,_0x47ee41[_0x55849a(0x7c1)]());}),this[_0x489ae9(0x5f2)](_0x47ee41,_0x2a2e6d,_0x3937e0,_0x18a20c,_0x5ebd40,_0x13c119);}[_0x2d3867(0x5f2)](_0xcaa3d6,_0x4dddaa,_0x3279a7,_0x39396c,_0x1481eb,_0x55bf89){const _0x4d300a=_0x2d3867;let _0xd576ed=_0x4dddaa[_0x4d300a(0x505)]['filter'](_0x4359b3=>!_0x4359b3[_0x4d300a(0x676)]);_0xd576ed[_0x4d300a(0x3d8)](_0xae3ce4=>{const _0x47892f=_0x4d300a;var _0x7fafb7,_0x282562,_0x3b4d01,_0x598946;let _0x156455=Pc(_0xae3ce4[_0x47892f(0x6f7)]['fill'],this[_0x47892f(0x1ac)],_0xae3ce4[_0x47892f(0x197)]);if(!_0x156455)return;let _0xf83b30=-_0x3279a7/0x2+_0xae3ce4['bounds']['left']*_0x1481eb,_0x3d3b28=-_0x39396c/0x2+_0xae3ce4[_0x47892f(0x441)][_0x47892f(0x19e)]*_0x55bf89,_0x368231=_0xf83b30+_0xae3ce4[_0x47892f(0x441)][_0x47892f(0xa28)]*_0x1481eb,_0x325b50=_0x3d3b28+_0xae3ce4[_0x47892f(0x441)][_0x47892f(0x47c)]*_0x55bf89,_0x41deb4=_0xae3ce4[_0x47892f(0x6f7)]['borders'],_0x472f7d=Qs(_0xd576ed,_0xae3ce4[_0x47892f(0x197)],_0xae3ce4[_0x47892f(0x2a1)]+_0xae3ce4[_0x47892f(0x4df)]),_0x49f8f8=Qs(_0xd576ed,_0xae3ce4[_0x47892f(0x197)]+_0xae3ce4[_0x47892f(0x532)],_0xae3ce4['column']);_0x472f7d&&_0x472f7d[_0x47892f(0x197)]===_0xae3ce4['row']&&_0x472f7d[_0x47892f(0x532)]===_0xae3ce4[_0x47892f(0x532)]&&_0x156455===Pc(_0x472f7d[_0x47892f(0x6f7)][_0x47892f(0x7c1)],this[_0x47892f(0x1ac)],_0x472f7d[_0x47892f(0x197)])&&!$s(_0x41deb4==null?void 0x0:_0x41deb4['right'],(_0x7fafb7=_0x472f7d[_0x47892f(0x6f7)]['borders'])==null?void 0x0:_0x7fafb7[_0x47892f(0x88e)],_0x41deb4==null?void 0x0:_0x41deb4['insideV'],(_0x282562=_0x472f7d[_0x47892f(0x6f7)][_0x47892f(0xaac)])==null?void 0x0:_0x282562[_0x47892f(0x9fd)])&&(_0xcaa3d6[_0x47892f(0x3da)](),_0xcaa3d6[_0x47892f(0x762)](_0x368231-Gs,_0x3d3b28,Gs*0x2,_0xae3ce4[_0x47892f(0x441)]['height']*_0x55bf89),_0xcaa3d6[_0x47892f(0x7dc)]=_0x156455,_0xcaa3d6[_0x47892f(0x7c1)]()),_0x49f8f8&&_0x49f8f8['column']===_0xae3ce4[_0x47892f(0x2a1)]&&_0x49f8f8[_0x47892f(0x4df)]===_0xae3ce4[_0x47892f(0x4df)]&&_0x156455===Pc(_0x49f8f8[_0x47892f(0x6f7)][_0x47892f(0x7c1)],this[_0x47892f(0x1ac)],_0x49f8f8[_0x47892f(0x197)])&&!$s(_0x41deb4==null?void 0x0:_0x41deb4[_0x47892f(0x60a)],(_0x3b4d01=_0x49f8f8['style']['borders'])==null?void 0x0:_0x3b4d01[_0x47892f(0x19e)],_0x41deb4==null?void 0x0:_0x41deb4[_0x47892f(0xa86)],(_0x598946=_0x49f8f8[_0x47892f(0x6f7)][_0x47892f(0xaac)])==null?void 0x0:_0x598946[_0x47892f(0xa86)])&&(_0xcaa3d6['beginPath'](),_0xcaa3d6['rect'](_0xf83b30,_0x325b50-Gs,_0xae3ce4['bounds']['width']*_0x1481eb,Gs*0x2),_0xcaa3d6['fillStyle']=_0x156455,_0xcaa3d6[_0x47892f(0x7c1)]());});}[_0x2d3867(0x63b)](_0x48eb33,_0x2929b0,_0x27dd70,_0x1aa249,_0x3d7e09,_0x3b3e9d){const _0x216a6c=_0x2d3867;let _0x42989b=cc(_0x27dd70/_0x2929b0[_0x216a6c(0xa28)],0x1),_0x48c3b=cc(_0x1aa249/_0x2929b0[_0x216a6c(0x47c)],0x1),_0xff9fb0=_0x2929b0[_0x216a6c(0x505)][_0x216a6c(0xac6)](_0x4d2a02=>!_0x4d2a02[_0x216a6c(0x676)]);_0xff9fb0[_0x216a6c(0x3d8)](_0xe71c69=>{const _0x2d4f37=_0x216a6c;var _0x3173e5,_0x272613,_0xa1e998,_0x2f40dc;let _0x2e6346=-_0x27dd70/0x2+_0xe71c69[_0x2d4f37(0x441)][_0x2d4f37(0x88e)]*_0x42989b,_0x52f843=-_0x1aa249/0x2+_0xe71c69[_0x2d4f37(0x441)][_0x2d4f37(0x19e)]*_0x48c3b,_0x3558a6=_0x2e6346+_0xe71c69['bounds'][_0x2d4f37(0xa28)]*_0x42989b,_0x334030=_0x52f843+_0xe71c69[_0x2d4f37(0x441)][_0x2d4f37(0x47c)]*_0x48c3b,_0x4ce1c5=_0xe71c69['style'][_0x2d4f37(0xaac)],_0x572430=Qs(_0xff9fb0,_0xe71c69[_0x2d4f37(0x197)],_0xe71c69['column']+_0xe71c69['columnSpan']),_0x3c9978=Qs(_0xff9fb0,_0xe71c69[_0x2d4f37(0x197)]+_0xe71c69[_0x2d4f37(0x532)],_0xe71c69[_0x2d4f37(0x2a1)]),_0x4954c8=_0x4ce1c5==null?void 0x0:_0x4ce1c5['top'],_0x3740f8=_0x572430?$s(_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0x342)],(_0x3173e5=_0x572430['style'][_0x2d4f37(0xaac)])==null?void 0x0:_0x3173e5['left'],_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0x9fd)],(_0x272613=_0x572430[_0x2d4f37(0x6f7)][_0x2d4f37(0xaac)])==null?void 0x0:_0x272613[_0x2d4f37(0x9fd)]):_0x18789c(_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0x342)],void 0x0),_0x429a14=_0x3c9978?$s(_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0x60a)],(_0xa1e998=_0x3c9978[_0x2d4f37(0x6f7)][_0x2d4f37(0xaac)])==null?void 0x0:_0xa1e998[_0x2d4f37(0x19e)],_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0xa86)],(_0x2f40dc=_0x3c9978[_0x2d4f37(0x6f7)]['borders'])==null?void 0x0:_0x2f40dc['insideH']):_0x18789c(_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0x60a)],void 0x0),_0x5f52f3=_0x4ce1c5==null?void 0x0:_0x4ce1c5[_0x2d4f37(0x88e)];if(_0xe71c69[_0x2d4f37(0x197)]===0x0){let _0x50d4c9=_0x52f843+kc(_0x4954c8);Oc(_0x48eb33,_0x4954c8,_0x2e6346,_0x50d4c9,_0x3558a6,_0x50d4c9);}{let _0x31158a=_0x572430?_0x3558a6:_0x3558a6-kc(_0x3740f8);Oc(_0x48eb33,_0x3740f8,_0x31158a,_0x52f843,_0x31158a,_0x334030);}{let _0x222a25=_0x3c9978?_0x334030:_0x334030-kc(_0x429a14);Oc(_0x48eb33,_0x429a14,_0x2e6346,_0x222a25,_0x3558a6,_0x222a25);}if(_0xe71c69[_0x2d4f37(0x2a1)]===0x0){let _0xf7ba5f=_0x2e6346+kc(_0x5f52f3);Oc(_0x48eb33,_0x5f52f3,_0xf7ba5f,_0x52f843,_0xf7ba5f,_0x334030);}});}[_0x2d3867(0xa97)](_0x374442,_0x537439,_0x25938d,_0x3181f6){const _0x5a76a2=_0x2d3867;if(!_0x537439||!this['_cellHover'])return;let _0x3f5b5b=_0x537439[_0x5a76a2(0x505)][_0x5a76a2(0x43b)](_0x58d53f=>{const _0x3987e7=_0x5a76a2;var _0x3578f0;return!_0x58d53f[_0x3987e7(0x676)]&&_0x58d53f[_0x3987e7(0x197)]===((_0x3578f0=this['_cellHover'])==null?void 0x0:_0x3578f0['row'])&&_0x58d53f[_0x3987e7(0x2a1)]===this[_0x3987e7(0x70b)]['column'];});if(!_0x3f5b5b)return;let _0x44b487=cc(_0x25938d/_0x537439['width'],0x1),_0x33ae70=cc(_0x3181f6/_0x537439[_0x5a76a2(0x47c)],0x1);_0x374442[_0x5a76a2(0x3da)](),_0x374442[_0x5a76a2(0x762)](-_0x25938d/0x2+_0x3f5b5b['bounds'][_0x5a76a2(0x88e)]*_0x44b487,-_0x3181f6/0x2+_0x3f5b5b[_0x5a76a2(0x441)][_0x5a76a2(0x19e)]*_0x33ae70,_0x3f5b5b['bounds'][_0x5a76a2(0xa28)]*_0x44b487,_0x3f5b5b[_0x5a76a2(0x441)][_0x5a76a2(0x47c)]*_0x33ae70),_0x374442[_0x5a76a2(0x21c)]='rgba(64,\x20156,\x20255,\x200.42)',_0x374442[_0x5a76a2(0x427)]=0x1,_0x374442[_0x5a76a2(0xae3)]();}[_0x2d3867(0x44f)](_0x233610,_0x479b73,_0x3008d9){const _0x3d06b4=_0x2d3867;let _0x49dab0=this[_0x3d06b4(0x4a0)]();if(!_0x49dab0||!this[_0x3d06b4(0x4c5)])return;let _0x372e3c=this[_0x3d06b4(0x5fe)](_0x49dab0);_0x372e3c['cells']['forEach'](_0x1903b8=>{const _0x1e988e=_0x3d06b4;var _0x5a7341,_0x3eff94,_0x2851e1;if(_0x1903b8[_0x1e988e(0x676)]||this['_shouldHideCellTextForEditor'](_0x1903b8))return;let _0x4c0b7d=(_0x5a7341=_0x49dab0[_0x1e988e(0x93f)][_0x1903b8[_0x1e988e(0x197)]])==null||(_0x5a7341=_0x5a7341[_0x1e988e(0x505)][_0x1903b8['column']])==null?void 0x0:_0x5a7341[_0x1e988e(0x5ed)];if(!_0x4c0b7d)return;let _0x13db95=this[_0x1e988e(0xaa3)](_0x1903b8,_0x372e3c,_0x479b73,_0x3008d9),_0x49d361=this['_getTextRenderCache'](_0x1903b8[_0x1e988e(0x197)],_0x1903b8[_0x1e988e(0x2a1)]),_0x4ebd17=lc(_0x4c0b7d),_0x6c2296=(_0x3eff94=_0x4ebd17[_0x1e988e(0x6cb)])==null?void 0x0:_0x3eff94[_0x1e988e(0x9d7)],_0x5585e5=dc(_0x4ebd17),_0x319bcd=(_0x2851e1=Hc(_0x1903b8[_0x1e988e(0x6f7)][_0x1e988e(0x4ce)]))==null?_0x6c2296==null?void 0x0:_0x6c2296[_0x1e988e(0x4ce)]:_0x2851e1,_0x4ed77e=_0x1903b8[_0x1e988e(0x6f7)][_0x1e988e(0x948)],_0x3c6e92={'key':this[_0x1e988e(0x2ac)]+_0x1e988e(0x8a3)+_0x1903b8[_0x1e988e(0x197)]+'-'+_0x1903b8[_0x1e988e(0x2a1)],'documentData':_0x4ebd17,'left':-_0x479b73/0x2+_0x13db95['left'],'top':-_0x3008d9/0x2+_0x13db95['top'],'width':_0x13db95[_0x1e988e(0xa28)],'height':_0x13db95['height'],'localeService':this[_0x1e988e(0x4c5)],'horizontalAlign':_0x5585e5,'verticalAlign':_0x319bcd,'isHorizontal':_0x4ed77e!==_0x1e988e(0xaaf)&&_0x4ed77e!=='vertical270'&&_0x4ed77e!==_0x1e988e(0x596),'textDirection':_0x4ed77e};pc(_0x233610,_0x3c6e92)||ns(_0x233610,_0x3c6e92,_0x49d361);});}[_0x2d3867(0x9d4)](_0x2afd35,_0x48e868,_0x39ecf5,_0x540c8b){const _0x230c68=_0x2d3867;var _0x4c0e54;if(!_0x48e868||!((_0x4c0e54=this['_selection'])!=null&&_0x4c0e54[_0x230c68(0x1d9)][_0x230c68(0xa73)])||this[_0x230c68(0x789)][_0x230c68(0x9c1)]===_0x230c68(0x65d))return;let _0x5d2f11=cc(_0x39ecf5/_0x48e868[_0x230c68(0xa28)],0x1),_0x5836f4=cc(_0x540c8b/_0x48e868[_0x230c68(0x47c)],0x1),_0xf5b389=_0x48e868[_0x230c68(0x505)][_0x230c68(0xac6)](_0x4833b6=>!_0x4833b6[_0x230c68(0x676)]&&this[_0x230c68(0x4d2)](_0x4833b6[_0x230c68(0x197)],_0x4833b6[_0x230c68(0x2a1)]));if(this[_0x230c68(0x789)][_0x230c68(0x9c1)]===_0x230c68(0x574)){_0x2afd35[_0x230c68(0x3da)](),_0x2afd35[_0x230c68(0x762)](-_0x39ecf5/0x2,-_0x540c8b/0x2,_0x39ecf5,_0x540c8b),_0x2afd35['fillStyle']=Vs,_0x2afd35['fill']();return;}_0xf5b389['forEach'](_0x490aa0=>{const _0x520f0b=_0x230c68;let _0x905b00=-_0x39ecf5/0x2+_0x490aa0[_0x520f0b(0x441)][_0x520f0b(0x88e)]*_0x5d2f11,_0x3b0126=-_0x540c8b/0x2+_0x490aa0[_0x520f0b(0x441)]['top']*_0x5836f4,_0x2b58e7=_0x490aa0['bounds'][_0x520f0b(0xa28)]*_0x5d2f11,_0x41eafc=_0x490aa0[_0x520f0b(0x441)][_0x520f0b(0x47c)]*_0x5836f4;_0x2afd35['beginPath'](),_0x2afd35[_0x520f0b(0x762)](_0x905b00,_0x3b0126,_0x2b58e7,_0x41eafc),_0x2afd35[_0x520f0b(0x7dc)]=Vs,_0x2afd35['fill']();});}[_0x2d3867(0xa43)](_0x2283d8,_0x1bd004,_0x4bfadf,_0x4817e2){const _0x25b3ea=_0x2d3867;var _0x895070;if(!_0x1bd004||!this['_hasActiveTableChrome']())return;let _0x5c3f66=_0x132dc3(_0x1bd004,_0x4bfadf,_0x4817e2)[_0x25b3ea(0x43b)](_0x4ca09b=>_0x4ca09b[_0x25b3ea(0x9c1)]==='table-handle');if(!_0x5c3f66)return;let _0x418ba3=_0x5c3f66[_0x25b3ea(0x762)],_0x3934fc=-_0x4bfadf/0x2+_0x418ba3['x'],_0x1724bd=-_0x4817e2/0x2+_0x418ba3['y'],_0x28c9a5=((_0x895070=this['_controlHover'])==null?void 0x0:_0x895070[_0x25b3ea(0x9c1)])===_0x25b3ea(0x959);rc(_0x2283d8,_0x3934fc,_0x1724bd,_0x418ba3['width'],_0x418ba3['height'],_0x28c9a5),nc(_0x2283d8,_0x3934fc,_0x1724bd,_0x418ba3[_0x25b3ea(0xa28)],_0x418ba3['height'],_0x28c9a5?Ws:Us);}[_0x2d3867(0x5be)](_0x547a58,_0x4c6f4f,_0xc93c4b,_0x3b3ae8,_0x53683c,_0x39d303){const _0x258a8f=_0x2d3867;if(!_0x4c6f4f||!this[_0x258a8f(0x971)]())return;let _0x5d211d=this[_0x258a8f(0x20f)](_0x4c6f4f,_0xc93c4b,_0x3b3ae8,_0x53683c,_0x39d303)[_0x258a8f(0xac6)](_0x53c874=>_0x53c874[_0x258a8f(0x9c1)]===_0x258a8f(0x992)||_0x53c874[_0x258a8f(0x9c1)]===_0x258a8f(0x55f)),_0x45049a=_0x5d211d[_0x258a8f(0xac6)](_0x3fb2b4=>!this[_0x258a8f(0x1a1)](_0x3fb2b4)),_0x4bbff3=_0x5d211d['filter'](_0x44d3a0=>this[_0x258a8f(0x1a1)](_0x44d3a0));[..._0x45049a,..._0x4bbff3][_0x258a8f(0x3d8)](_0x23c522=>{const _0x5da905=_0x258a8f;let _0x17a228=_0x23c522[_0x5da905(0x762)],_0x48e6b5=-_0xc93c4b/0x2+_0x17a228['x'],_0x3a8971=-_0x3b3ae8/0x2+_0x17a228['y'],_0x4fbaa3=this['_isSelectedStructuralTrigger'](_0x23c522),_0xa55d59=this[_0x5da905(0x56b)](_0x23c522);_0x547a58[_0x5da905(0x3da)](),_0x547a58[_0x5da905(0x762)](_0x48e6b5,_0x3a8971,_0x17a228[_0x5da905(0xa28)],_0x17a228['height']),_0x547a58[_0x5da905(0x7dc)]=_0x4fbaa3?_0x5da905(0x87a):_0xa55d59?_0x5da905(0x483):_0x5da905(0x33f),_0x547a58[_0x5da905(0x7c1)]();});}[_0x2d3867(0x75a)](_0x2f1efd,_0x5066ce,_0x568fe7,_0x5b03e3,_0x751d6b,_0x4686a9){const _0x2b4553=_0x2d3867;if(!_0x5066ce||!this[_0x2b4553(0x682)]())return;let _0x2e85d4=this[_0x2b4553(0x4f1)]();this[_0x2b4553(0x20f)](_0x5066ce,_0x568fe7,_0x5b03e3,_0x751d6b,_0x4686a9)[_0x2b4553(0xac6)](_0x224aea=>_0x224aea[_0x2b4553(0x9c1)]===_0x2b4553(0x5a2)||_0x224aea['kind']===_0x2b4553(0x345))[_0x2b4553(0x3d8)](_0x22e63b=>{const _0xa3a69c=_0x2b4553;let _0x34de0e=-_0x568fe7/0x2+_0x22e63b['rect']['x']+_0x22e63b[_0xa3a69c(0x762)][_0xa3a69c(0xa28)]/0x2,_0x31e160=-_0x5b03e3/0x2+_0x22e63b[_0xa3a69c(0x762)]['y']+_0x22e63b[_0xa3a69c(0x762)][_0xa3a69c(0x47c)]/0x2,_0x1a28ee=this[_0xa3a69c(0x56b)](_0x22e63b),_0x1988a5=_0x1a28ee?Math['min'](_0x22e63b['rect'][_0xa3a69c(0xa28)],_0x22e63b[_0xa3a69c(0x762)]['height'])/0x2:0x2/_0x2e85d4;if(_0x2f1efd[_0xa3a69c(0x3da)](),_0x2f1efd[_0xa3a69c(0x5f8)](_0x34de0e,_0x31e160,_0x1988a5,0x0,Math['PI']*0x2),_0x2f1efd[_0xa3a69c(0x7dc)]=_0x1a28ee?Hs:_0xa3a69c(0x7c0),_0x2f1efd[_0xa3a69c(0x7c1)](),!_0x1a28ee)return;_0x2f1efd[_0xa3a69c(0x3da)](),_0x2f1efd[_0xa3a69c(0x21c)]=Ws,_0x2f1efd[_0xa3a69c(0x427)]=1.5/_0x2e85d4;let _0x38468c=0x3/_0x2e85d4;_0x2f1efd['moveTo'](_0x34de0e-_0x38468c,_0x31e160),_0x2f1efd['lineTo'](_0x34de0e+_0x38468c,_0x31e160),_0x2f1efd[_0xa3a69c(0x392)](_0x34de0e,_0x31e160-_0x38468c),_0x2f1efd[_0xa3a69c(0x1b9)](_0x34de0e,_0x31e160+_0x38468c),_0x2f1efd[_0xa3a69c(0xae3)]();});}[_0x2d3867(0x5e2)](_0x4afbd1,_0xef1d3c,_0x49c2e4,_0x41a594,_0xd469db){const _0x2b7cf2=_0x2d3867;var _0x46d818;!((_0x46d818=this[_0x2b7cf2(0x24d)])!=null&&_0x46d818[_0x2b7cf2(0x617)])||!this[_0x2b7cf2(0x24d)]['insertGuide']||this[_0x2b7cf2(0x740)](_0x4afbd1,this[_0x2b7cf2(0x24d)][_0x2b7cf2(0x2e4)],_0xef1d3c,_0x49c2e4,_0x41a594,_0xd469db,0x2/this[_0x2b7cf2(0x4f1)]());}[_0x2d3867(0x490)](_0x31e50b,_0x225d03,_0x580cd0,_0x133c67,_0x2bce23){const _0x54ccd1=_0x2d3867;var _0x49fbf6;!((_0x49fbf6=this[_0x54ccd1(0x24d)])!=null&&_0x49fbf6[_0x54ccd1(0x617)])||!this[_0x54ccd1(0x24d)]['reorderGuide']||this[_0x54ccd1(0x740)](_0x31e50b,this[_0x54ccd1(0x24d)][_0x54ccd1(0x293)],_0x225d03,_0x580cd0,_0x133c67,_0x2bce23,0x2/this['_getStructuralControlZoom']());}[_0x2d3867(0x740)](_0x1dbf5a,_0x34cb28,_0x434fa9,_0x5682f4,_0x1c6386,_0x2bf536,_0x58b356){const _0x5a9242=_0x2d3867;let _0x18bc69=-_0x434fa9/0x2,_0x567a5b=-_0x5682f4/0x2;if(_0x1dbf5a[_0x5a9242(0x3da)](),_0x1dbf5a['setLineDash']([]),_0x1dbf5a[_0x5a9242(0x21c)]=Hs,_0x1dbf5a['lineWidth']=_0x58b356,_0x34cb28[_0x5a9242(0x9c1)]==='row'){let _0x41668f=_0x567a5b+ec(_0x2bf536,_0x34cb28[_0x5a9242(0x981)]);_0x1dbf5a[_0x5a9242(0x392)](_0x18bc69,_0x41668f),_0x1dbf5a['lineTo'](_0x18bc69+_0x434fa9,_0x41668f);}else{let _0x3d1585=_0x18bc69+ec(_0x1c6386,_0x34cb28[_0x5a9242(0x981)]);_0x1dbf5a[_0x5a9242(0x392)](_0x3d1585,_0x567a5b),_0x1dbf5a[_0x5a9242(0x1b9)](_0x3d1585,_0x567a5b+_0x5682f4);}_0x1dbf5a[_0x5a9242(0xae3)]();}[_0x2d3867(0x20f)](_0x446cae,_0x4196ff,_0x36d8cb,_0x2a7a1c,_0x36e0f8){const _0x181526=_0x2d3867;var _0x306198;return _0x127550({'tableId':(_0x306198=this[_0x181526(0x4a0)]())==null?void 0x0:_0x306198['id'],'tableWidth':_0x4196ff,'tableHeight':_0x36d8cb,'rowHeights':_0x36e0f8,'columnWidths':_0x2a7a1c,'mergedCells':_0x446cae['cells'][_0x181526(0xac6)](_0x26bcdb=>!_0x26bcdb[_0x181526(0x676)]&&(_0x26bcdb[_0x181526(0x532)]>0x1||_0x26bcdb[_0x181526(0x4df)]>0x1))[_0x181526(0x51d)](_0x628688=>({'startRow':_0x628688[_0x181526(0x197)],'endRow':_0x628688[_0x181526(0x197)]+_0x628688[_0x181526(0x532)]-0x1,'startColumn':_0x628688['column'],'endColumn':_0x628688['column']+_0x628688[_0x181526(0x4df)]-0x1})),'zoom':this[_0x181526(0x4f1)]()});}[_0x2d3867(0x4f1)](){const _0x9e1233=_0x2d3867;var _0x595c45,_0x103adf,_0x698cfa;let _0x2897bd=(_0x595c45=this['getScene']())==null||(_0x103adf=_0x595c45[_0x9e1233(0x4a4)])==null?void 0x0:_0x103adf[_0x9e1233(0x739)](_0x595c45);return cc((_0x698cfa=_0x2897bd==null?void 0x0:_0x2897bd[_0x9e1233(0x2ab)])==null?_0x2897bd==null?void 0x0:_0x2897bd[_0x9e1233(0x2e8)]:_0x698cfa,0x1);}['_isPointInStructuralTriggerEnvelope'](_0x5c1daf,_0x3d3072,_0x4f7ee0){const _0x2ec048=_0x2d3867;if(_0x5c1daf[_0x2ec048(0x9c1)]!==_0x2ec048(0x992)&&_0x5c1daf[_0x2ec048(0x9c1)]!==_0x2ec048(0x55f)&&_0x5c1daf[_0x2ec048(0x9c1)]!==_0x2ec048(0x5a2)&&_0x5c1daf['kind']!==_0x2ec048(0x345))return!0x1;let _0x64b502=_0x5c1daf[_0x2ec048(0x762)];return _0x3d3072>=_0x64b502['x']&&_0x3d3072<=_0x64b502['x']+_0x64b502[_0x2ec048(0xa28)]&&_0x4f7ee0>=_0x64b502['y']&&_0x4f7ee0<=_0x64b502['y']+_0x64b502[_0x2ec048(0x47c)];}[_0x2d3867(0x971)](){const _0x24de09=_0x2d3867;var _0x1d8c47,_0x1bdad5,_0x5532f1,_0x421a88;let _0x3fd59b=this['_controlState'];return this[_0x24de09(0x382)]()?!0x0:!!(_0x3fd59b!=null&&_0x3fd59b[_0x24de09(0x617)])&&!!(this[_0x24de09(0x291)]()||((_0x1d8c47=_0x3fd59b[_0x24de09(0x5de)])==null?void 0x0:_0x1d8c47[_0x24de09(0x9c1)])===_0x24de09(0x992)||((_0x1bdad5=_0x3fd59b[_0x24de09(0x5de)])==null?void 0x0:_0x1bdad5[_0x24de09(0x9c1)])==='column-header'||((_0x5532f1=_0x3fd59b['hoveredTrigger'])==null?void 0x0:_0x5532f1[_0x24de09(0x9c1)])===_0x24de09(0x5a2)||((_0x421a88=_0x3fd59b[_0x24de09(0x5de)])==null?void 0x0:_0x421a88['kind'])==='column-insert-dot');}[_0x2d3867(0x682)](){const _0x2032d4=_0x2d3867;var _0x2569cf;return this[_0x2032d4(0x382)]()||!!((_0x2569cf=this[_0x2032d4(0x24d)])!=null&&_0x2569cf['visible']);}[_0x2d3867(0x4b6)](){const _0x5a42d0=_0x2d3867;let _0x9eaac6=this[_0x5a42d0(0x24d)];return this[_0x5a42d0(0x382)]()?!0x0:!!(_0x9eaac6!=null&&_0x9eaac6[_0x5a42d0(0x617)])&&!!(_0x9eaac6[_0x5a42d0(0x5de)]||this[_0x5a42d0(0x291)]()||_0x9eaac6[_0x5a42d0(0x2e4)]||_0x9eaac6[_0x5a42d0(0x293)]);}[_0x2d3867(0x1a1)](_0x37c393){const _0x19c507=_0x2d3867;let _0x27f6ca=this[_0x19c507(0x291)]();return _0x27f6ca?_0x27f6ca['kind']===_0x19c507(0x197)&&_0x37c393['kind']===_0x19c507(0x992)&&_0x37c393[_0x19c507(0x197)]!==void 0x0?Zs(_0x37c393[_0x19c507(0x197)],_0x27f6ca[_0x19c507(0x2c7)],_0x27f6ca[_0x19c507(0x9d0)]):_0x27f6ca[_0x19c507(0x9c1)]===_0x19c507(0x2a1)&&_0x37c393[_0x19c507(0x9c1)]===_0x19c507(0x55f)&&_0x37c393['column']!==void 0x0?Zs(_0x37c393['column'],_0x27f6ca[_0x19c507(0x2c7)],_0x27f6ca['end']):!0x1:!0x1;}['_isHoveredStructuralTrigger'](_0x3a5cfe){const _0xc515dc=_0x2d3867;var _0x1f2500;let _0x5eca01=(_0x1f2500=this[_0xc515dc(0x24d)])==null?void 0x0:_0x1f2500[_0xc515dc(0x5de)];return!_0x5eca01||_0x5eca01[_0xc515dc(0x9c1)]!==_0x3a5cfe[_0xc515dc(0x9c1)]?!0x1:_0x3a5cfe[_0xc515dc(0x9c1)]===_0xc515dc(0x992)||_0x3a5cfe[_0xc515dc(0x9c1)]===_0xc515dc(0x5a2)?_0x5eca01[_0xc515dc(0x197)]!==void 0x0&&_0x5eca01['row']===_0x3a5cfe[_0xc515dc(0x197)]:_0x3a5cfe['kind']===_0xc515dc(0x55f)||_0x3a5cfe['kind']===_0xc515dc(0x345)?_0x5eca01[_0xc515dc(0x2a1)]!==void 0x0&&_0x5eca01[_0xc515dc(0x2a1)]===_0x3a5cfe['column']:!0x1;}[_0x2d3867(0x382)](){const _0x265cf0=_0x2d3867;return this[_0x265cf0(0x81f)]();}[_0x2d3867(0x81f)](){const _0x1ff360=_0x2d3867;return!!this[_0x1ff360(0x789)];}['_getSelectedStructuralRange'](){const _0x5cfdb=_0x2d3867;var _0x4d2430;if((_0x4d2430=this['_controlState'])!=null&&_0x4d2430[_0x5cfdb(0x256)])return this[_0x5cfdb(0x24d)][_0x5cfdb(0x256)];let _0x4d7da4=this[_0x5cfdb(0x789)],_0x2712a1=_0x4d7da4==null?void 0x0:_0x4d7da4[_0x5cfdb(0x1d9)][0x0];return!_0x4d7da4||!_0x2712a1?null:_0x4d7da4['kind']===_0x5cfdb(0x197)?{'kind':_0x5cfdb(0x197),'start':Math[_0x5cfdb(0x8ea)](_0x2712a1[_0x5cfdb(0x36c)],_0x2712a1[_0x5cfdb(0x846)]),'end':Math[_0x5cfdb(0x55a)](_0x2712a1[_0x5cfdb(0x36c)],_0x2712a1[_0x5cfdb(0x846)])}:_0x4d7da4[_0x5cfdb(0x9c1)]===_0x5cfdb(0x2a1)?{'kind':_0x5cfdb(0x2a1),'start':Math[_0x5cfdb(0x8ea)](_0x2712a1[_0x5cfdb(0x6af)],_0x2712a1['endColumn']),'end':Math[_0x5cfdb(0x55a)](_0x2712a1[_0x5cfdb(0x6af)],_0x2712a1['endColumn'])}:null;}[_0x2d3867(0x4d2)](_0x41369f,_0x515567){const _0x4a2841=_0x2d3867;var _0x5f2252;return!!((_0x5f2252=this[_0x4a2841(0x789)])!=null&&_0x5f2252[_0x4a2841(0x1d9)][_0x4a2841(0xa92)](_0x1cc5e2=>_0x41369f>=Math[_0x4a2841(0x8ea)](_0x1cc5e2[_0x4a2841(0x36c)],_0x1cc5e2[_0x4a2841(0x846)])&&_0x41369f<=Math[_0x4a2841(0x55a)](_0x1cc5e2[_0x4a2841(0x36c)],_0x1cc5e2[_0x4a2841(0x846)])&&_0x515567>=Math[_0x4a2841(0x8ea)](_0x1cc5e2[_0x4a2841(0x6af)],_0x1cc5e2[_0x4a2841(0xac2)])&&_0x515567<=Math['max'](_0x1cc5e2[_0x4a2841(0x6af)],_0x1cc5e2[_0x4a2841(0xac2)])));}[_0x2d3867(0x1fe)](_0x55d546,_0x3f0a11){const _0x1373c4=_0x2d3867;let _0x3daab4=this[_0x1373c4(0x4a0)]();if(!_0x3daab4)return null;let _0x1cfc38=this[_0x1373c4(0x5fe)](_0x3daab4),_0xbdb08f=_0x1cfc38[_0x1373c4(0x505)]['find'](_0x272d9b=>_0x272d9b[_0x1373c4(0x197)]===_0x55d546&&_0x272d9b['column']===_0x3f0a11&&!_0x272d9b['hidden']),_0x5472b3=_0xbdb08f==null?_0x1cfc38[_0x1373c4(0x505)][_0x1373c4(0x43b)](_0x9f4023=>!_0x9f4023[_0x1373c4(0x676)]&&_0x55d546>=_0x9f4023[_0x1373c4(0x197)]&&_0x55d546<_0x9f4023['row']+_0x9f4023[_0x1373c4(0x532)]&&_0x3f0a11>=_0x9f4023['column']&&_0x3f0a11<_0x9f4023['column']+_0x9f4023[_0x1373c4(0x4df)]):_0xbdb08f;return _0x5472b3?{'model':_0x1cfc38,'cell':_0x5472b3}:null;}[_0x2d3867(0xaa3)](_0x3158cd,_0x37176e,_0x5e843b,_0x4fd263){const _0x48fb68=_0x2d3867;var _0x22bfef,_0x2b88a9;let _0x267286=_0x5a98c0({'cell':_0x3158cd,'tableWidth':_0x37176e[_0x48fb68(0xa28)],'tableHeight':_0x37176e[_0x48fb68(0x47c)],'targetWidth':_0x5e843b,'targetHeight':_0x4fd263}),_0x466a3e=this[_0x48fb68(0x4a0)](),_0x5e1103=_0x466a3e==null||(_0x22bfef=_0x466a3e[_0x48fb68(0x93f)][_0x3158cd[_0x48fb68(0x197)]])==null?void 0x0:_0x22bfef[_0x48fb68(0x505)][_0x3158cd['column']];return Dc(_0x267286,_0x5e1103==null||(_0x2b88a9=_0x5e1103[_0x48fb68(0x6f7)])==null?void 0x0:_0x2b88a9[_0x48fb68(0x2a3)]);}[_0x2d3867(0xa95)](_0x283229,_0x205bb0){const _0x58c60f=_0x2d3867;let _0x4d2d79=_0x283229+':'+_0x205bb0,_0x582af5=this['_textRenderCaches'][_0x58c60f(0x7d6)](_0x4d2d79);return _0x582af5||(_0x582af5={},this[_0x58c60f(0x507)]['set'](_0x4d2d79,_0x582af5)),_0x582af5;}[_0x2d3867(0x645)](_0x426290){const _0x3f3e8c=_0x2d3867;let _0x3f1eeb=this[_0x3f3e8c(0x4a0)]();_0x3f1eeb&&this[_0x3f3e8c(0x5fe)](_0x3f1eeb)['cells'][_0x3f3e8c(0xac6)](_0x53f789=>!_0x53f789['hidden']&&tc(_0x426290,_0x53f789))[_0x3f3e8c(0x3d8)](_0x3ecf49=>{const _0x36caee=_0x3f3e8c;let _0x3fbf05=_0x3ecf49[_0x36caee(0x197)]+':'+_0x3ecf49[_0x36caee(0x2a1)];es(this[_0x36caee(0x507)][_0x36caee(0x7d6)](_0x3fbf05)),this['_textRenderCaches']['delete'](_0x3fbf05);});}['_isEditingCell'](_0x334b68,_0x3c0f47){const _0x579309=_0x2d3867;var _0x224e8c;return((_0x224e8c=this[_0x579309(0x3e6)])==null?void 0x0:_0x224e8c[_0x579309(0x197)])===_0x334b68&&this[_0x579309(0x3e6)][_0x579309(0x2a1)]===_0x3c0f47;}[_0x2d3867(0x44d)](_0x4a864e){const _0x385aaa=_0x2d3867;var _0x578918;return this[_0x385aaa(0x3e6)]&&tc(this[_0x385aaa(0x3e6)],_0x4a864e)?!0x0:((_0x578918=this[_0x385aaa(0x789)])==null?void 0x0:_0x578918[_0x385aaa(0x9c1)])===_0x385aaa(0x65d)&&this['_selection'][_0x385aaa(0x1d9)][_0x385aaa(0xa92)](_0x234864=>_0x234864['startRow']<=_0x4a864e[_0x385aaa(0x197)]+_0x4a864e['rowSpan']-0x1&&_0x234864[_0x385aaa(0x846)]>=_0x4a864e[_0x385aaa(0x197)]&&_0x234864['startColumn']<=_0x4a864e[_0x385aaa(0x2a1)]+_0x4a864e[_0x385aaa(0x4df)]-0x1&&_0x234864[_0x385aaa(0xac2)]>=_0x4a864e[_0x385aaa(0x2a1)]);}[_0x2d3867(0x4a0)](){const _0x5cde52=_0x2d3867;var _0x57672c;return(_0x57672c=this['_previewTable'])==null?this[_0x5cde52(0x1ac)]:_0x57672c;}[_0x2d3867(0x5fe)](_0xd585){var _0x56c393;return _0x2f8eda(_0xd585,{'themes':{..._0x55bdbb(this['_tableThemePalette']),...(_0x56c393=this['_tableThemes'])==null?{}:_0x56c393}});}[_0x2d3867(0x2f0)](_0x4b1e6b){const _0x4ee824=_0x2d3867;var _0x1cd115,_0x340206,_0x1ef3fc;let _0x4ace38=_0x4b1e6b==null||(_0x1cd115=_0x4b1e6b['picture'])==null?void 0x0:_0x1cd115['source'];if(!_0x4ace38)return;let _0x3fd212=(_0x340206=_0x4b1e6b==null||(_0x1ef3fc=_0x4b1e6b[_0x4ee824(0x93d)])==null?void 0x0:_0x1ef3fc[_0x4ee824(0x3b0)])==null?_0x127be6['URL']:_0x340206,_0xb4cb3=_0x3fd212+':'+_0x4ace38,_0x34ecdd=this[_0x4ee824(0x850)][_0x4ee824(0x5f7)](_0x4ace38,_0x3fd212);if(_0x34ecdd)return e[_0x4ee824(0x548)][_0x4ee824(0x55e)](_0xb4cb3,_0x34ecdd),_0x34ecdd;let _0xcce1f4=e[_0x4ee824(0x548)][_0x4ee824(0x7d6)](_0xb4cb3);if(_0xcce1f4)return this[_0x4ee824(0x850)][_0x4ee824(0x6b6)](_0x4ace38,_0x3fd212,_0xcce1f4),_0xcce1f4;if(!e[_0x4ee824(0x73c)][_0x4ee824(0x7fb)](_0xb4cb3)){let _0x12b9df=this[_0x4ee824(0x3b2)](_0xb4cb3,_0x4ace38,_0x3fd212);e[_0x4ee824(0x73c)][_0x4ee824(0x55e)](_0xb4cb3,_0x12b9df),_0x12b9df[_0x4ee824(0x961)](_0x88d5b4=>{_0x88d5b4&&this['makeDirty'](!0x0);});}}async[_0x2d3867(0x3b2)](_0x3c9f74,_0x2c7eb5,_0x5b4269){const _0x2e3da3=_0x2d3867;try{let _0x56457c=_0x5b4269===_0x127be6[_0x2e3da3(0x522)]?await this[_0x2e3da3(0x850)]['getImage'](_0x2c7eb5):_0x2c7eb5;if(!_0x56457c)return null;let _0x361ff2=await new Promise(_0x15ef28=>{const _0x2e0aea=_0x2e3da3;let _0x3bc4fe=document[_0x2e0aea(0x43d)](_0x2e0aea(0x1f3));_0x3bc4fe[_0x2e0aea(0x7b7)]=_0x2e0aea(0x17c),_0x3bc4fe[_0x2e0aea(0x300)]=()=>_0x15ef28(_0x3bc4fe),_0x3bc4fe[_0x2e0aea(0x69d)]=()=>_0x15ef28(null),_0x3bc4fe[_0x2e0aea(0x8dc)]=_0x56457c;});return _0x361ff2&&(e[_0x2e3da3(0x548)][_0x2e3da3(0x55e)](_0x3c9f74,_0x361ff2),this[_0x2e3da3(0x850)]['addImageSourceCache'](_0x2c7eb5,_0x5b4269,_0x361ff2)),_0x361ff2;}finally{e['_imageLoadingCache']['delete'](_0x3c9f74);}}};Z(Js,_0x2d3867(0x548),new Map()),Z(Js,_0x2d3867(0x73c),new Map());function Ys(_0x39ce18){const _0x17f048=_0x2d3867;return _0x39ce18?{'visible':_0x39ce18[_0x17f048(0x617)],'hoveredTrigger':_0x39ce18[_0x17f048(0x5de)]?{..._0x39ce18[_0x17f048(0x5de)],'rect':{..._0x39ce18[_0x17f048(0x5de)]['rect']}}:null,'selectedStructuralRange':_0x39ce18[_0x17f048(0x256)]?{..._0x39ce18[_0x17f048(0x256)]}:null,'insertGuide':_0x39ce18[_0x17f048(0x2e4)]?{..._0x39ce18[_0x17f048(0x2e4)]}:null,'reorderGuide':_0x39ce18['reorderGuide']?{..._0x39ce18[_0x17f048(0x293)]}:null}:null;}function Xs(_0x286e06,_0x5aab31){const _0x57806d=_0x2d3867;return JSON[_0x57806d(0x424)](_0x286e06)===JSON[_0x57806d(0x424)](_0x5aab31);}function Zs(_0x2943e0,_0x4c684e,_0x2e90cb){const _0x288dee=_0x2d3867;return _0x2943e0>=Math[_0x288dee(0x8ea)](_0x4c684e,_0x2e90cb)&&_0x2943e0<=Math['max'](_0x4c684e,_0x2e90cb);}function Qs(_0x46b1f2,_0x414c34,_0x301f56){const _0x4b62de=_0x2d3867;return _0x46b1f2[_0x4b62de(0x43b)](_0x47b949=>_0x414c34>=_0x47b949[_0x4b62de(0x197)]&&_0x414c34<_0x47b949[_0x4b62de(0x197)]+_0x47b949['rowSpan']&&_0x301f56>=_0x47b949[_0x4b62de(0x2a1)]&&_0x301f56<_0x47b949['column']+_0x47b949[_0x4b62de(0x4df)]);}function $s(..._0x2ae448){return _0x2ae448['reduce']((_0x54f2b1,_0x33f713)=>_0x18789c(_0x54f2b1,_0x33f713),void 0x0);}function ec(_0x1832cb,_0x3d4679){const _0x18bb3a=_0x2d3867;let _0x5f3485=Math[_0x18bb3a(0x8ea)](_0x1832cb[_0x18bb3a(0xa73)],Math[_0x18bb3a(0x55a)](0x0,_0x3d4679));return _0x1832cb['slice'](0x0,_0x5f3485)['reduce']((_0x56866b,_0x467dae)=>_0x56866b+_0x467dae,0x0);}function tc(_0x2a18ed,_0xca7297){const _0x342e50=_0x2d3867;return _0x2a18ed[_0x342e50(0x197)]>=_0xca7297[_0x342e50(0x197)]&&_0x2a18ed[_0x342e50(0x197)]<_0xca7297[_0x342e50(0x197)]+_0xca7297['rowSpan']&&_0x2a18ed[_0x342e50(0x2a1)]>=_0xca7297[_0x342e50(0x2a1)]&&_0x2a18ed['column']<_0xca7297[_0x342e50(0x2a1)]+_0xca7297['columnSpan'];}function nc(_0x210569,_0x1795b9,_0xf48a9d,_0x594267,_0x575248,_0x5e1fee=Us){const _0x229406=_0x2d3867;let _0x5ad663=_0x1795b9+_0x594267/0x2-0x3,_0x460c02=_0xf48a9d+_0x575248/0x2-0x3;_0x210569['fillStyle']=_0x5e1fee;for(let _0x42b3ce=0x0;_0x42b3ce<0x2;_0x42b3ce+=0x1)for(let _0x31c02d=0x0;_0x31c02d<0x2;_0x31c02d+=0x1)_0x210569['beginPath'](),_0x210569['arc'](_0x5ad663+_0x31c02d*0x6,_0x460c02+_0x42b3ce*0x6,1.5,0x0,Math['PI']*0x2),_0x210569[_0x229406(0x7c1)]();}function rc(_0x276b6f,_0x3f2951,_0x35f61c,_0x35cc80,_0x4c089d,_0x244208=!0x1){const _0x53f3d4=_0x2d3867;var _0x1e70bd;_0x276b6f[_0x53f3d4(0x28b)](),_0x276b6f[_0x53f3d4(0x8a5)]=_0x244208?_0x53f3d4(0x263):_0x53f3d4(0x649),_0x276b6f[_0x53f3d4(0x601)]=_0x244208?0xa:0x8,_0x276b6f[_0x53f3d4(0x85d)]=0x2,_0x276b6f['beginPath'](),(_0x1e70bd=_0x276b6f[_0x53f3d4(0x582)])==null||_0x1e70bd[_0x53f3d4(0x739)](_0x276b6f,_0x3f2951,_0x35f61c,_0x35cc80,_0x4c089d,0x6),_0x276b6f[_0x53f3d4(0x582)]||_0x276b6f[_0x53f3d4(0x762)](_0x3f2951,_0x35f61c,_0x35cc80,_0x4c089d),_0x276b6f[_0x53f3d4(0x7dc)]=_0x244208?_0x53f3d4(0x87a):_0x53f3d4(0x6f3),_0x276b6f[_0x53f3d4(0x7c1)](),_0x276b6f['shadowBlur']=0x0,_0x276b6f[_0x53f3d4(0x85d)]=0x0,_0x276b6f['strokeStyle']=_0x244208?_0x53f3d4(0x296):_0x53f3d4(0x914),_0x276b6f[_0x53f3d4(0x427)]=0x1,_0x276b6f['stroke'](),_0x276b6f[_0x53f3d4(0x88d)]();}function ic(_0x1848ed,_0x11acac){const _0x59d47e=_0x2d3867;let _0x518ef8=_0x1848ed==null?void 0x0:_0x1848ed['columns'][_0x59d47e(0x51d)](_0x1cc660=>_0x1cc660[_0x59d47e(0xa28)])['filter'](_0xa90b57=>_0xa90b57>0x0);return oc(_0x518ef8!=null&&_0x518ef8[_0x59d47e(0xa73)]?_0x518ef8:[0x1,0x1,0x1],_0x11acac);}function ac(_0x5d95f7,_0xa73c70){const _0x3bd2fb=_0x2d3867;let _0xa14579=_0x5d95f7==null?void 0x0:_0x5d95f7['rows'][_0x3bd2fb(0x51d)](_0x3576bc=>{const _0x42a4dc=_0x3bd2fb;var _0x20dce6;return(_0x20dce6=_0x3576bc[_0x42a4dc(0x47c)])==null?0x18:_0x20dce6;})[_0x3bd2fb(0xac6)](_0x1dd9a6=>_0x1dd9a6>0x0);return oc(_0xa14579!=null&&_0xa14579[_0x3bd2fb(0xa73)]?_0xa14579:[0x1,0x1,0x1],_0xa73c70);}function oc(_0x1381c2,_0x2c79c5){const _0x471ec8=_0x2d3867;let _0x2954e1=_0x1381c2[_0x471ec8(0xab4)]((_0x2c0255,_0x38e154)=>_0x2c0255+_0x38e154,0x0);return _0x2954e1<=0x0?[_0x2c79c5]:_0x1381c2[_0x471ec8(0x51d)](_0x491102=>_0x491102/_0x2954e1*_0x2c79c5);}function sc(_0x5cd3ac,_0x244ded=0x0){const _0x428b97=_0x2d3867;return typeof _0x5cd3ac=='number'&&Number[_0x428b97(0x6ab)](_0x5cd3ac)?_0x5cd3ac:_0x244ded;}function cc(_0xa858b2,_0x45f338){let _0x234f13=sc(_0xa858b2,_0x45f338);return _0x234f13>0x0?_0x234f13:_0x45f338;}function lc(_0x452afa){let _0x52aa89=uc(_0x452afa),_0x163d5d=dc(_0x52aa89);return _0x163d5d===void 0x0?_0x52aa89:fc(_0x52aa89,_0x163d5d);}function uc(_0x142aac){const _0x5ae531=_0x2d3867;let _0x3abd90=_0x142aac[_0x5ae531(0x301)],_0x34609d=_0x3abd90==null?void 0x0:_0x3abd90[_0x5ae531(0x240)];if(!_0x3abd90||!(_0x34609d!=null&&_0x34609d[_0x5ae531(0xa92)](_0x574860=>!_0x574860[_0x5ae531(0x96e)])))return _0x142aac;let _0xa76f97=_0x142aac['id']||_0x5ae531(0x38c);return{..._0x142aac,'body':{..._0x3abd90,'paragraphs':_0x34609d[_0x5ae531(0x51d)]((_0x1322ee,_0x50f81c)=>_0x1322ee[_0x5ae531(0x96e)]?_0x1322ee:{..._0x1322ee,'paragraphId':_0xa76f97+_0x5ae531(0x311)+_0x50f81c})}};}function dc(_0x192c9a){const _0x193a62=_0x2d3867;var _0x5c25e7,_0x44b75d;let _0x496274=(_0x5c25e7=_0x192c9a['documentStyle'])==null||(_0x5c25e7=_0x5c25e7['renderConfig'])==null?void 0x0:_0x5c25e7[_0x193a62(0x169)];return _0x496274===void 0x0?(_0x44b75d=_0x192c9a[_0x193a62(0x301)])==null||(_0x44b75d=_0x44b75d['paragraphs'])==null||(_0x44b75d=_0x44b75d['find'](_0x27aca1=>{const _0x3ef3ce=_0x193a62;var _0x145338;return((_0x145338=_0x27aca1[_0x3ef3ce(0x916)])==null?void 0x0:_0x145338[_0x3ef3ce(0x169)])!==void 0x0;}))==null||(_0x44b75d=_0x44b75d[_0x193a62(0x916)])==null?void 0x0:_0x44b75d['horizontalAlign']:_0x496274;}function fc(_0x582aa0,_0x48b51f){const _0x1def1b=_0x2d3867;var _0x58efb5;let _0x4edbf1=_0x582aa0[_0x1def1b(0x301)],_0x53c706=_0x4edbf1==null?void 0x0:_0x4edbf1[_0x1def1b(0x240)];if(!_0x4edbf1||!(_0x53c706!=null&&_0x53c706['length']))return _0x582aa0;let _0x4ab450=!0x1,_0x1457aa=_0x53c706[_0x1def1b(0x51d)](_0x348d64=>{const _0x55766e=_0x1def1b;var _0x1bbfe9;return((_0x1bbfe9=_0x348d64[_0x55766e(0x916)])==null?void 0x0:_0x1bbfe9['horizontalAlign'])===_0x48b51f?_0x348d64:(_0x4ab450=!0x0,{..._0x348d64,'paragraphStyle':{..._0x348d64[_0x55766e(0x916)],'horizontalAlign':_0x48b51f}});});return _0x4ab450?{..._0x582aa0,'body':{..._0x4edbf1,'dataStream':(_0x58efb5=_0x4edbf1[_0x1def1b(0x37b)])==null?'\x0d\x0a':_0x58efb5,'paragraphs':_0x1457aa}}:_0x582aa0;}function pc(_0x1e50cf,_0x4a6b04){const _0x4e806d=_0x2d3867;var _0xe10ce1,_0xb639b2,_0x55810a,_0x4458f8;if(typeof _0x1e50cf[_0x4e806d(0x6e1)]!=_0x4e806d(0x861)||typeof _0x1e50cf[_0x4e806d(0xa2c)]!=_0x4e806d(0x861)||!yc(_0x4a6b04[_0x4e806d(0x6ac)]))return!0x1;let _0x5d7da3=bc(_0x4a6b04['documentData']);if(!_0x5d7da3['trim']())return!0x1;let _0x1fac00=(_0xe10ce1=(_0xb639b2=_0x4a6b04['documentData'][_0x4e806d(0x301)])==null||(_0xb639b2=_0xb639b2[_0x4e806d(0xa23)])==null||(_0xb639b2=_0xb639b2[_0x4e806d(0x43b)](_0x47910d=>_0x47910d['ts']))==null?void 0x0:_0xb639b2['ts'])==null?(_0x55810a=_0x4a6b04[_0x4e806d(0x6ac)][_0x4e806d(0x6cb)])==null?void 0x0:_0x55810a['textStyle']:_0xe10ce1,_0x112bf3=Ec(_0x1fac00==null?void 0x0:_0x1fac00['fs'],13.5)*1.3333333333333333,_0x4eba89=Math[_0x4e806d(0x55a)](_0x112bf3*1.2,_0x112bf3+0x2),_0x3e8349=(_0x1fac00==null?void 0x0:_0x1fac00['ff'])||_0x4e806d(0x7da),_0x1220a5=(_0x1fac00==null?void 0x0:_0x1fac00['bl'])===0x1?_0x4e806d(0x421):'',_0x13f13f=''+((_0x1fac00==null?void 0x0:_0x1fac00['it'])===0x1?_0x4e806d(0x3ba):'')+_0x1220a5+_0x112bf3+'px\x20'+_0x3e8349;if(_0x4a6b04['textDirection']===_0x4e806d(0xaaf)||_0x4a6b04[_0x4e806d(0x948)]===_0x4e806d(0x2bd))return gc(_0x1e50cf,{..._0x4a6b04,'text':_0x5d7da3,'style':_0x1fac00,'font':_0x13f13f,'fontSize':_0x112bf3,'lineHeight':_0x4eba89,'clockwise':_0x4a6b04[_0x4e806d(0x948)]==='vertical'});if(_0x4a6b04['textDirection']==='wordArtVertical')return vc(_0x1e50cf,{..._0x4a6b04,'text':_0x5d7da3,'style':_0x1fac00,'font':_0x13f13f,'fontSize':_0x112bf3});if(_0x4a6b04[_0x4e806d(0x969)]===!0x1)return!0x1;let _0x464467=xc(_0x1e50cf,_0x5d7da3,_0x4a6b04[_0x4e806d(0xa28)],_0x13f13f),_0x9befc7=wc(_0x112bf3,_0x4eba89,_0x4a6b04['height'],_0x464467['length']),_0x4bedc8=_0x112bf3+Math['max'](0x0,_0x464467['length']-0x1)*_0x9befc7,_0xa88ff6=Cc(_0x4a6b04[_0x4e806d(0x19e)],_0x4a6b04[_0x4e806d(0x47c)],_0x4bedc8,_0x9befc7,_0x112bf3,_0x4a6b04['verticalAlign'],_0x464467[_0x4e806d(0xa73)]);_0x1e50cf[_0x4e806d(0x28b)](),_0x1e50cf[_0x4e806d(0x3da)](),_0x1e50cf[_0x4e806d(0x762)](_0x4a6b04[_0x4e806d(0x88e)],_0x4a6b04[_0x4e806d(0x19e)],_0x4a6b04[_0x4e806d(0xa28)],_0x4a6b04['height']),_0x1e50cf['clip'](),_0x1e50cf[_0x4e806d(0x331)]=_0x13f13f;let _0x1d7122=(_0x1fac00==null||(_0x4458f8=_0x1fac00['cl'])==null?void 0x0:_0x4458f8[_0x4e806d(0x4cb)])||_0x4e806d(0x524);return _0x1e50cf[_0x4e806d(0x7dc)]=_0x1d7122,_0x464467[_0x4e806d(0x3d8)]((_0x339fc4,_0x3e6b0b)=>{const _0xa91325=_0x4e806d;let _0xed40a7=Math[_0xa91325(0x8ea)](_0x1e50cf[_0xa91325(0xa2c)](_0x339fc4)[_0xa91325(0xa28)],_0x4a6b04[_0xa91325(0xa28)]),_0x38e0fe=Tc(_0x4a6b04[_0xa91325(0x88e)],_0x4a6b04[_0xa91325(0xa28)],_0xed40a7,_0x4a6b04['horizontalAlign']),_0x4b759b=_0xa88ff6+_0x3e6b0b*_0x9befc7;_0x1e50cf[_0xa91325(0x6e1)](_0x339fc4,_0x38e0fe,_0x4b759b,_0x4a6b04['width']),mc(_0x1e50cf,_0x1fac00,_0x1d7122,_0x38e0fe,_0x4b759b,_0xed40a7,_0x112bf3);}),_0x1e50cf['restore'](),!0x0;}function mc(_0x2735f3,_0x5a7a43,_0x37e822,_0x495b3c,_0x42ed65,_0x57ab53,_0x44ae6c){const _0x4e9a8b=_0x2d3867;var _0xe4b3c8;if(!hc(_0x5a7a43)||_0x57ab53<=0x0||typeof _0x2735f3[_0x4e9a8b(0x392)]!='function'||typeof _0x2735f3['lineTo']!='function'||typeof _0x2735f3[_0x4e9a8b(0xae3)]!='function')return;let _0x4df216=_0x5a7a43==null?void 0x0:_0x5a7a43['ul'],_0x2b91ea=_0x42ed65+Math[_0x4e9a8b(0x55a)](0x1,_0x44ae6c*0.08);_0x2735f3['beginPath'](),_0x2735f3[_0x4e9a8b(0x21c)]=(_0x4df216==null||(_0xe4b3c8=_0x4df216['c'])==null?void 0x0:_0xe4b3c8[_0x4e9a8b(0x4cb)])||_0x37e822,_0x2735f3[_0x4e9a8b(0x427)]=Math['max'](0x1,_0x44ae6c/0x10),_0x2735f3[_0x4e9a8b(0x392)](_0x495b3c,_0x2b91ea),_0x2735f3['lineTo'](_0x495b3c+_0x57ab53,_0x2b91ea),_0x2735f3[_0x4e9a8b(0xae3)]();}function hc(_0x1a4a51){let _0x434ced=_0x1a4a51==null?void 0x0:_0x1a4a51['ul'];return _0x434ced?_0x434ced===!0x0?!0x0:_0x434ced['s']!==0x0&&_0x434ced['s']!==!0x1:!0x1;}function gc(_0x9666ac,_0x1f2d65){const _0x450222=_0x2d3867;var _0x5743c2;let _0x922617=_0x1f2d65['text'][_0x450222(0x228)](/\n/gu,'\x20');_0x9666ac[_0x450222(0x28b)](),_0x9666ac['font']=_0x1f2d65[_0x450222(0x331)];let _0x402245=_c(_0x9666ac,_0x922617,_0x1f2d65[_0x450222(0x47c)]),_0xfbc8a3=Math['min'](Math[_0x450222(0x55a)](..._0x402245[_0x450222(0x51d)](_0x5e706c=>_0x9666ac[_0x450222(0xa2c)](_0x5e706c)[_0x450222(0xa28)])),_0x1f2d65[_0x450222(0x47c)]),_0x469db0=_0x402245[_0x450222(0xa73)]*_0x1f2d65['lineHeight'],_0xdd741d=Tc(0x0,_0x1f2d65['height'],_0xfbc8a3,_0x1f2d65['horizontalAlign']),_0x215c51=Cc(0x0,_0x1f2d65[_0x450222(0xa28)],_0x469db0,_0x1f2d65['lineHeight'],_0x1f2d65['fontSize'],_0x1f2d65[_0x450222(0x4ce)]);return _0x9666ac[_0x450222(0x3da)](),_0x9666ac[_0x450222(0x762)](_0x1f2d65[_0x450222(0x88e)],_0x1f2d65['top'],_0x1f2d65[_0x450222(0xa28)],_0x1f2d65[_0x450222(0x47c)]),_0x9666ac[_0x450222(0x20c)](),_0x9666ac[_0x450222(0x7dc)]=((_0x5743c2=_0x1f2d65[_0x450222(0x6f7)])==null||(_0x5743c2=_0x5743c2['cl'])==null?void 0x0:_0x5743c2[_0x450222(0x4cb)])||'#000000',_0x1f2d65[_0x450222(0xa93)]?(_0x9666ac[_0x450222(0x9a4)](_0x1f2d65[_0x450222(0x88e)]+_0x1f2d65['width']-_0x215c51,_0x1f2d65['top']+_0xdd741d),_0x9666ac[_0x450222(0xa1c)](Math['PI']/0x2)):(_0x9666ac['translateWithPrecision'](_0x1f2d65[_0x450222(0x88e)]+_0x215c51,_0x1f2d65[_0x450222(0x19e)]+_0x1f2d65[_0x450222(0x47c)]-_0xdd741d),_0x9666ac['rotate'](-Math['PI']/0x2)),_0x402245[_0x450222(0x3d8)]((_0x442984,_0x5287b4)=>{const _0x23c342=_0x450222;_0x9666ac[_0x23c342(0x6e1)](_0x442984,0x0,_0x5287b4*_0x1f2d65[_0x23c342(0x48f)],_0x1f2d65[_0x23c342(0x47c)]);}),_0x9666ac[_0x450222(0x88d)](),!0x0;}function _c(_0x585ed2,_0x1d978f,_0x101ea2){const _0x299bea=_0x2d3867;let _0x3b555a=_0x1d978f[_0x299bea(0x664)](/(\s+)/u)[_0x299bea(0xac6)](_0x432928=>_0x432928['length']>0x0);if(_0x3b555a[_0x299bea(0xa73)]===0x0)return[''];let _0x29e71f=[],_0x29b589='';for(let _0x1ca605 of _0x3b555a){let _0x3bb52b=''+_0x29b589+_0x1ca605;_0x29b589[_0x299bea(0x5a7)]()&&_0x585ed2[_0x299bea(0xa2c)](_0x3bb52b)[_0x299bea(0xa28)]>_0x101ea2?(_0x29e71f[_0x299bea(0x39b)](_0x29b589[_0x299bea(0x8bb)]()),_0x29b589=_0x1ca605[_0x299bea(0x3e4)]()):_0x29b589=_0x3bb52b;}return(_0x29b589[_0x299bea(0x5a7)]()||_0x29e71f[_0x299bea(0xa73)]===0x0)&&_0x29e71f[_0x299bea(0x39b)](_0x29b589[_0x299bea(0x8bb)]()),_0x29e71f;}function vc(_0xf72429,_0x5536c4){const _0x58083c=_0x2d3867;var _0x4c6db6;let _0x154a2c=Array['from'](_0x5536c4[_0x58083c(0x65d)][_0x58083c(0x228)](/\r?\n/gu,''));if(!_0x154a2c[_0x58083c(0xa92)](_0x5bde7d=>_0x5bde7d['trim']()))return!0x1;let _0x459f41=Math[_0x58083c(0x55a)](_0x5536c4[_0x58083c(0x837)]*1.5,_0x5536c4[_0x58083c(0x837)]+0x6),_0x3b4ea9=Math[_0x58083c(0x55a)](0x1,Math[_0x58083c(0x1a7)](_0x5536c4[_0x58083c(0x47c)]/_0x459f41)),_0x78da67=_0x154a2c[_0x58083c(0xac6)](_0x409dad=>_0x409dad[_0x58083c(0x5a7)]()),_0x30eec8=Math[_0x58083c(0x55a)](_0x5536c4[_0x58083c(0x837)]*0x2,..._0x78da67['map'](_0x234dec=>_0xf72429[_0x58083c(0xa2c)](_0x234dec)[_0x58083c(0xa28)]+_0x5536c4[_0x58083c(0x837)])),_0x43220d=Math[_0x58083c(0x418)](_0x154a2c['length']/_0x3b4ea9)*_0x30eec8,_0x3c42d2=Math[_0x58083c(0x8ea)](_0x3b4ea9,_0x154a2c[_0x58083c(0xa73)])*_0x459f41,_0x258f64=Tc(_0x5536c4['left'],_0x5536c4[_0x58083c(0xa28)],Math[_0x58083c(0x8ea)](_0x43220d,_0x5536c4[_0x58083c(0xa28)]),_0x5536c4[_0x58083c(0x169)]),_0x2633cd=Cc(_0x5536c4[_0x58083c(0x19e)],_0x5536c4[_0x58083c(0x47c)],_0x3c42d2,_0x459f41,_0x5536c4['fontSize'],_0x5536c4[_0x58083c(0x4ce)]);return _0xf72429['save'](),_0xf72429[_0x58083c(0x3da)](),_0xf72429[_0x58083c(0x762)](_0x5536c4[_0x58083c(0x88e)],_0x5536c4['top'],_0x5536c4[_0x58083c(0xa28)],_0x5536c4[_0x58083c(0x47c)]),_0xf72429[_0x58083c(0x20c)](),_0xf72429[_0x58083c(0x331)]=_0x5536c4[_0x58083c(0x331)],_0xf72429[_0x58083c(0x7dc)]=((_0x4c6db6=_0x5536c4[_0x58083c(0x6f7)])==null||(_0x4c6db6=_0x4c6db6['cl'])==null?void 0x0:_0x4c6db6['rgb'])||'#000000',_0x154a2c[_0x58083c(0x3d8)]((_0x36d358,_0x4c1f3f)=>{const _0x46bfb0=_0x58083c;if(!_0x36d358[_0x46bfb0(0x5a7)]())return;let _0x57f3e6=Math[_0x46bfb0(0x1a7)](_0x4c1f3f/_0x3b4ea9),_0x5b9cad=_0x4c1f3f%_0x3b4ea9;_0xf72429[_0x46bfb0(0x6e1)](_0x36d358,_0x258f64+_0x57f3e6*_0x30eec8,_0x2633cd+_0x5b9cad*_0x459f41,_0x30eec8);}),_0xf72429[_0x58083c(0x88d)](),!0x0;}function yc(_0x46076c){const _0x276dde=_0x2d3867;var _0x2adc25,_0x57365e,_0x41346e;let _0x178853=_0x46076c[_0x276dde(0x301)];return _0x178853!=null&&_0x178853['dataStream']?!((_0x2adc25=_0x178853[_0x276dde(0x172)])!=null&&_0x2adc25[_0x276dde(0xa73)])&&!((_0x57365e=_0x178853[_0x276dde(0x620)])!=null&&_0x57365e[_0x276dde(0xa73)])&&!((_0x41346e=_0x178853['tables'])!=null&&_0x41346e['length']):!0x1;}function bc(_0x48d504){const _0x580dab=_0x2d3867;var _0x3fc590,_0x212134;return((_0x3fc590=(_0x212134=_0x48d504[_0x580dab(0x301)])==null?void 0x0:_0x212134[_0x580dab(0x37b)])==null?'':_0x3fc590)[_0x580dab(0x228)](/\r\n$/u,'')[_0x580dab(0x228)](/\r/gu,'\x0a');}function xc(_0x49c69b,_0x108182,_0x1a5e13,_0x4d6654){const _0x44f75a=_0x2d3867;_0x49c69b[_0x44f75a(0x28b)](),_0x49c69b[_0x44f75a(0x331)]=_0x4d6654;let _0x3cfa1c=_0x108182['split']('\x0a')['flatMap'](_0x139823=>Sc(_0x49c69b,_0x139823,_0x1a5e13));return _0x49c69b[_0x44f75a(0x88d)](),_0x3cfa1c['length']?_0x3cfa1c:[''];}function Sc(_0x5b4a9e,_0x355f48,_0x3e5470){const _0x5d2bae=_0x2d3867;let _0x15224c=_0x355f48['split'](/(\s+)/u)[_0x5d2bae(0xac6)](_0x51ea1d=>_0x51ea1d[_0x5d2bae(0xa73)]>0x0),_0x39e3ae=[],_0x53a91e='';for(let _0x28115f of _0x15224c){let _0x21d81e=''+_0x53a91e+_0x28115f;_0x53a91e&&_0x5b4a9e['measureText'](_0x21d81e)[_0x5d2bae(0xa28)]>_0x3e5470?(_0x39e3ae[_0x5d2bae(0x39b)](_0x53a91e[_0x5d2bae(0x8bb)]()),_0x53a91e=_0x28115f[_0x5d2bae(0x3e4)]()):_0x53a91e=_0x21d81e;}return(_0x53a91e||_0x39e3ae['length']===0x0)&&_0x39e3ae[_0x5d2bae(0x39b)](_0x53a91e[_0x5d2bae(0x8bb)]()),_0x39e3ae;}function Cc(_0x4ea902,_0x577e20,_0x3fd4bb,_0x40ddf3,_0x28bae7,_0xca628,_0x62083a=0x1){const _0x5e9f5a=_0x2d3867;let _0x15c619=_0x30ce98=>{const _0x348628=_0x3035;if(_0x62083a<=0x1)return _0x30ce98;let _0x5ba981=_0x30ce98+(_0x62083a-0x1)*_0x40ddf3,_0x41b43a=_0x4ea902+_0x577e20-Math[_0x348628(0x55a)](0x1,_0x28bae7*0.2);return _0x5ba981<=_0x41b43a?_0x30ce98:Math[_0x348628(0x55a)](_0x4ea902+_0x28bae7*0.72,_0x41b43a-(_0x62083a-0x1)*_0x40ddf3);};return _0xca628===_0x30ccc5[_0x5e9f5a(0x56e)]?_0x15c619(_0x4ea902+Math[_0x5e9f5a(0x55a)](0x0,(_0x577e20-_0x3fd4bb)/0x2)+_0x28bae7):_0xca628===_0x30ccc5['BOTTOM']?_0x15c619(_0x4ea902+Math[_0x5e9f5a(0x55a)](0x0,_0x577e20-_0x3fd4bb)+_0x28bae7):_0x15c619(_0x4ea902+_0x28bae7);}function wc(_0xa666ac,_0x276d0a,_0x54ae82,_0x43e0d2){const _0x4bfc45=_0x2d3867;if(_0x43e0d2<=0x1)return _0x276d0a;let _0x59bba2=_0x54ae82-_0xa666ac-0x1;if(!Number[_0x4bfc45(0x6ab)](_0x59bba2)||_0x59bba2<=0x0)return _0x276d0a;let _0x17eb2c=_0x59bba2/(_0x43e0d2-0x1);return _0x17eb2c>=_0x276d0a?_0x276d0a:Math['max'](_0xa666ac*0.85,_0x17eb2c);}function Tc(_0x1c4194,_0x4ebea2,_0x19f772,_0x24604){const _0x29dba3=_0x2d3867;return _0x24604===0x2?_0x1c4194+Math[_0x29dba3(0x55a)](0x0,(_0x4ebea2-_0x19f772)/0x2):_0x24604===0x3?_0x1c4194+Math['max'](0x0,_0x4ebea2-_0x19f772):_0x1c4194;}function Ec(_0x48b213,_0x4645a2){return typeof _0x48b213=='number'&&Number['isFinite'](_0x48b213)&&_0x48b213>0x0?_0x48b213:_0x4645a2;}function Dc(_0x43f725,_0x4bc697){const _0x2f6ecd=_0x2d3867;let {bottom:_0x5e0478,left:_0x587a66,right:_0x2d5c33,top:_0x43bc16}=_0x224567(_0x4bc697),_0x4daf85=Math[_0x2f6ecd(0x55a)](0x1,_0x43f725[_0x2f6ecd(0xa28)]-_0x587a66-_0x2d5c33),_0x3e85c2=Math[_0x2f6ecd(0x55a)](0x1,_0x43f725[_0x2f6ecd(0x47c)]-_0x43bc16-_0x5e0478);return{'left':_0x43f725[_0x2f6ecd(0x88e)]+_0x587a66,'top':_0x43f725[_0x2f6ecd(0x19e)]+_0x43bc16,'width':_0x4daf85,'height':_0x3e85c2};}function Oc(_0xeede67,_0x5df0e1,_0x301e64,_0x1dbffd,_0x582d46,_0x254993){const _0x3b6606=_0x2d3867;!_0x5df0e1||_0x5df0e1[_0x3b6606(0x324)]===_0x3b6606(0x4bc)||(_0xeede67[_0x3b6606(0x3da)](),_0xeede67[_0x3b6606(0xa9d)](Ac(_0x5df0e1[_0x3b6606(0x324)])),_0xeede67['strokeStyle']=_0x5df0e1[_0x3b6606(0x5bc)]||zs,_0xeede67['lineWidth']=cc(_0x5df0e1['width'],0x1),_0xeede67['moveTo'](_0x301e64,_0x1dbffd),_0xeede67[_0x3b6606(0x1b9)](_0x582d46,_0x254993),_0xeede67['stroke'](),_0xeede67[_0x3b6606(0xa9d)]([]));}function kc(_0x165ad7){const _0x59ff21=_0x2d3867;return!_0x165ad7||_0x165ad7[_0x59ff21(0x324)]==='none'?0x0:cc(_0x165ad7[_0x59ff21(0xa28)],0x1)/0x2;}function Ac(_0x4715da){return _0x4715da==='dash'?[0x6,0x3]:_0x4715da==='dot'?[0x1,0x3]:_0x4715da==='dashDot'?[0x6,0x3,0x1,0x3]:[];}function jc(_0x1c1746,_0x472926){const _0x2a5f5e=_0x2d3867;return _0x1c1746!=null&&_0x1c1746['options'][_0x2a5f5e(0x42f)]&&_0x472926===0x0?_0x2a5f5e(0x41b):_0x1c1746!=null&&_0x1c1746['options'][_0x2a5f5e(0x3af)]&&_0x472926%0x2==0x1?_0x2a5f5e(0x6f8):Bs;}function Mc(_0x449d2b,_0x2796c5,_0x407ece,_0x450b1f,_0x26a537,_0x5ed2b7,_0x106637){const _0x113d21=_0x2d3867;var _0x43706c,_0x2091c9,_0x1ca1e0,_0x28cee3;if(!(!(_0x2796c5==null||(_0x43706c=_0x2796c5[_0x113d21(0x93d)])==null)&&_0x43706c[_0x113d21(0x2e1)]))return!0x1;if(_0x449d2b[_0x113d21(0x28b)](),_0x449d2b['beginPath'](),_0x449d2b[_0x113d21(0x762)](_0x450b1f,_0x26a537,_0x5ed2b7,_0x106637),_0x449d2b['clip'](),_0x449d2b[_0x113d21(0xa08)]=(_0x2091c9=Rc((_0x1ca1e0=(_0x28cee3=_0x2796c5[_0x113d21(0x93d)][_0x113d21(0x30f)])==null?_0x2796c5[_0x113d21(0x700)]:_0x28cee3)==null?0x1:_0x1ca1e0))==null?0x1:_0x2091c9,_0x2796c5['picture'][_0x113d21(0x30d)]==='tile'){let _0x194a63=_0x449d2b[_0x113d21(0x95d)](_0x407ece,_0x113d21(0x94f));return _0x194a63?(_0x449d2b[_0x113d21(0x7dc)]=_0x194a63,_0x449d2b[_0x113d21(0xa02)](_0x450b1f,_0x26a537,_0x5ed2b7,_0x106637),_0x449d2b[_0x113d21(0x88d)](),!0x0):(_0x449d2b[_0x113d21(0x88d)](),!0x1);}return _0x449d2b[_0x113d21(0x206)](_0x407ece,_0x450b1f,_0x26a537,_0x5ed2b7,_0x106637),_0x449d2b[_0x113d21(0x88d)](),!0x0;}function Nc(_0x2abc12,_0x17405a,_0x47aef1,_0x4cc59f,_0x111ded,_0x1a2476){const _0x311f7e=_0x2d3867;var _0x22b4e2;if((_0x17405a==null?void 0x0:_0x17405a[_0x311f7e(0x866)])===_0x311f7e(0x4bc))return;if(!(_0x17405a==null||(_0x22b4e2=_0x17405a['gradient'])==null||(_0x22b4e2=_0x22b4e2['stops'])==null)&&_0x22b4e2[_0x311f7e(0xa73)]){let _0x1b4165=Fc(_0x2abc12,_0x17405a[_0x311f7e(0x84a)],_0x47aef1,_0x4cc59f,_0x111ded,_0x1a2476);return _0x17405a[_0x311f7e(0x84a)][_0x311f7e(0x9a2)][_0x311f7e(0x3d8)](_0x55ce85=>{const _0x45c2de=_0x311f7e;var _0x444336,_0x336880;_0x1b4165['addColorStop'](Ic(_0x55ce85[_0x45c2de(0x7d1)]),Lc(_0x55ce85[_0x45c2de(0x5bc)],(_0x444336=(_0x336880=_0x55ce85[_0x45c2de(0x30f)])==null?_0x17405a[_0x45c2de(0x700)]:_0x336880)==null?0x1:_0x444336));}),_0x1b4165;}let _0x251b1d=_0x17405a==null?void 0x0:_0x17405a[_0x311f7e(0x5bc)];if(!_0x251b1d)return;let _0x34aec1=Rc(_0x17405a[_0x311f7e(0x700)]);if(_0x34aec1===void 0x0||_0x34aec1>=0x1)return _0x251b1d;let _0x1ecda6=Vc(_0x251b1d);return _0x1ecda6?_0x311f7e(0x279)+_0x1ecda6['r']+',\x20'+_0x1ecda6['g']+',\x20'+_0x1ecda6['b']+',\x20'+Bc(_0x34aec1)+')':_0x251b1d;}function Pc(_0x95cd3a,_0x4a9741,_0x49ce16){const _0x1d275e=_0x2d3867;var _0x4c5800;if(!_0x95cd3a)return jc(_0x4a9741,_0x49ce16);if(_0x95cd3a[_0x1d275e(0x866)]==='none'||!((_0x4c5800=_0x95cd3a[_0x1d275e(0x84a)])==null||(_0x4c5800=_0x4c5800[_0x1d275e(0x9a2)])==null)&&_0x4c5800[_0x1d275e(0xa73)]||_0x95cd3a[_0x1d275e(0x93d)])return;let _0x8d44dd=_0x95cd3a[_0x1d275e(0x5bc)];if(!_0x8d44dd)return;let _0x1ba473=Rc(_0x95cd3a[_0x1d275e(0x700)]);if(_0x1ba473===void 0x0||_0x1ba473>=0x1)return _0x8d44dd;let _0x1e403f=Vc(_0x8d44dd);return _0x1e403f?_0x1d275e(0x279)+_0x1e403f['r']+',\x20'+_0x1e403f['g']+',\x20'+_0x1e403f['b']+',\x20'+Bc(_0x1ba473)+')':_0x8d44dd;}function Fc(_0x504cf0,_0xedb7d8,_0x217fb6,_0x53f596,_0x18d28f,_0x4fc864){const _0x53f566=_0x2d3867;var _0x452f1f;if(_0xedb7d8['type']===_0x53f566(0xa4e)||_0xedb7d8[_0x53f566(0x866)]==='diamond'){let _0x1b549b=Math[_0x53f566(0x55a)](_0x18d28f,_0x4fc864)/0x2;return _0x504cf0['createRadialGradient'](_0x217fb6+_0x18d28f/0x2,_0x53f596+_0x4fc864/0x2,0x0,_0x217fb6+_0x18d28f/0x2,_0x53f596+_0x4fc864/0x2,_0x1b549b);}let _0x50ea47=(((_0x452f1f=_0xedb7d8[_0x53f566(0xa17)])==null?0x0:_0x452f1f)+0x5a)%0x168*Math['PI']/0xb4,_0x104b30=_0x217fb6+_0x18d28f/0x2,_0x25bbad=_0x53f596+_0x4fc864/0x2,_0x364b26=Math[_0x53f566(0x2c9)](_0x18d28f*_0x18d28f+_0x4fc864*_0x4fc864)/0x2,_0x295e50=Math[_0x53f566(0x4d5)](_0x50ea47)*_0x364b26,_0x217c52=Math[_0x53f566(0x7d7)](_0x50ea47)*_0x364b26;return _0x504cf0[_0x53f566(0x9b3)](_0x104b30-_0x295e50,_0x25bbad-_0x217c52,_0x104b30+_0x295e50,_0x25bbad+_0x217c52);}function Ic(_0x34ab60){const _0x5e29c9=_0x2d3867;return Number['isFinite'](_0x34ab60)?_0x34ab60<=0x1?Math[_0x5e29c9(0x8ea)](0x1,Math['max'](0x0,_0x34ab60)):Math[_0x5e29c9(0x8ea)](0x1,Math[_0x5e29c9(0x55a)](0x0,_0x34ab60/0x64)):0x0;}function Lc(_0x5b4e80,_0x64b5e){const _0x104561=_0x2d3867;let _0x33a5eb=_0x5b4e80['trim'](),_0x41e2fa=zc(_0x64b5e);if(/^#[0-9a-f]{3}$/i[_0x104561(0x984)](_0x33a5eb)){let [,_0x498cba,_0x3d29ae,_0x2bc1bb]=_0x33a5eb;return _0x104561(0x279)+Number['parseInt'](_0x498cba+_0x498cba,0x10)+',\x20'+Number[_0x104561(0xa33)](_0x3d29ae+_0x3d29ae,0x10)+',\x20'+Number[_0x104561(0xa33)](_0x2bc1bb+_0x2bc1bb,0x10)+',\x20'+Bc(_0x41e2fa)+')';}return/^#[0-9a-f]{6}$/i[_0x104561(0x984)](_0x33a5eb)?_0x104561(0x279)+Number['parseInt'](_0x33a5eb[_0x104561(0xace)](0x1,0x3),0x10)+',\x20'+Number[_0x104561(0xa33)](_0x33a5eb[_0x104561(0xace)](0x3,0x5),0x10)+',\x20'+Number[_0x104561(0xa33)](_0x33a5eb[_0x104561(0xace)](0x5,0x7),0x10)+',\x20'+Bc(_0x41e2fa)+')':_0x5b4e80;}function Rc(_0x533600){const _0x513028=_0x2d3867;if(!(typeof _0x533600!=_0x513028(0x684)||!Number['isFinite'](_0x533600)))return zc(_0x533600<=0x1?_0x533600:_0x533600<=0x64?_0x533600/0x64:_0x533600/0x186a0);}function zc(_0x373d60){const _0x20fff8=_0x2d3867;return Math[_0x20fff8(0x8ea)](0x1,Math[_0x20fff8(0x55a)](0x0,_0x373d60));}function Bc(_0x1e3626){const _0x49b3e7=_0x2d3867;return Number(_0x1e3626[_0x49b3e7(0x8bd)](0x4))[_0x49b3e7(0x5da)]();}function Vc(_0x2e4619){const _0x40ba0d=_0x2d3867;let _0x5a9bdb=_0x2e4619[_0x40ba0d(0x5a7)](),_0x1e6a8c=/^#([0-9a-f]{3})$/i[_0x40ba0d(0x598)](_0x5a9bdb);if(_0x1e6a8c){let [_0x43e159,_0x3c6a7,_0x2ed428]=_0x1e6a8c[0x1][_0x40ba0d(0x664)]('')[_0x40ba0d(0x51d)](_0x3da983=>Number['parseInt'](''+_0x3da983+_0x3da983,0x10));return{'r':_0x43e159,'g':_0x3c6a7,'b':_0x2ed428};}let _0x58b408=/^#([0-9a-f]{6})$/i[_0x40ba0d(0x598)](_0x5a9bdb);if(_0x58b408)return{'r':Number[_0x40ba0d(0xa33)](_0x58b408[0x1][_0x40ba0d(0xace)](0x0,0x2),0x10),'g':Number[_0x40ba0d(0xa33)](_0x58b408[0x1][_0x40ba0d(0xace)](0x2,0x4),0x10),'b':Number[_0x40ba0d(0xa33)](_0x58b408[0x1][_0x40ba0d(0xace)](0x4,0x6),0x10)};}function Hc(_0x41ea73){const _0x253362=_0x2d3867;if(_0x41ea73===_0x253362(0x410))return _0x30ccc5[_0x253362(0x56e)];if(_0x41ea73===_0x253362(0x60a))return _0x30ccc5[_0x253362(0x407)];if(_0x41ea73===_0x253362(0x19e))return _0x30ccc5[_0x253362(0x50c)];}var Uc=class{constructor(){const _0x33df1a=_0x2d3867;Z(this,_0x33df1a(0x628),0x0);}[_0x2d3867(0x7cd)](_0x5d0c12){return!0x1;}};const Wc=_0x4ad4af[_0x2d3867(0x59c)]();var Gc=class extends Uc{constructor(..._0x3a3107){const _0x3e93a1=_0x2d3867;super(..._0x3a3107),Z(this,_0x3e93a1(0x628),0x14);}[_0x2d3867(0x7cd)](_0x6c71bc){const _0x180709=_0x2d3867;return _0x6c71bc[_0x180709(0x431)][_0x180709(0x866)]===_0x440e4e[_0x180709(0x478)];}['convert'](_0x15c805,_0x1e7c21){const _0x2d6157=_0x2d3867;var _0x27ebb7,_0x3e528e,_0x10825b,_0x569a60,_0x303ddb;if(_0x15c805[_0x2d6157(0x676)]||_0x15c805[_0x2d6157(0x431)][_0x2d6157(0x866)]!==_0x440e4e[_0x2d6157(0x478)])return null;let _0x156893=_0x15c805['element'],_0x11d1d6=_0x156893[_0x2d6157(0x985)],_0x5ee9e9=(_0x27ebb7=_0x11d1d6[_0x2d6157(0xa28)])==null?0x0:_0x27ebb7,_0x204a6b=(_0x3e528e=_0x11d1d6[_0x2d6157(0x47c)])==null?0x0:_0x3e528e,_0xa26bb={..._0x156893,'type':_0x440e4e[_0x2d6157(0x24b)],'shapeData':_0x156893[_0x2d6157(0x190)]};return new Ls('slide-drawing-'+_0x1e7c21['unitId']+'-'+_0x1e7c21['subUnitId']+'-'+_0x15c805[_0x2d6157(0x31e)],{'left':_0x1e7c21[_0x2d6157(0x281)]+((_0x10825b=_0x11d1d6[_0x2d6157(0x88e)])==null?0x0:_0x10825b),'top':_0x1e7c21[_0x2d6157(0x375)]+((_0x569a60=_0x11d1d6[_0x2d6157(0x19e)])==null?0x0:_0x569a60),'width':_0x5ee9e9,'height':_0x204a6b,'angle':(_0x303ddb=_0x11d1d6[_0x2d6157(0x304)])==null?0x0:_0x303ddb,'flipX':_0x11d1d6[_0x2d6157(0x2e3)],'flipY':_0x11d1d6[_0x2d6157(0x8dd)],'skewX':_0x11d1d6[_0x2d6157(0x501)],'skewY':_0x11d1d6['skewY'],'zIndex':_0x1e7c21[_0x2d6157(0x953)],'visible':!_0x15c805[_0x2d6157(0x676)],'evented':!0x0,'shapeModel':Ls[_0x2d6157(0x715)](_0xa26bb),'element':_0xa26bb});}};Wc[_0x2d3867(0x6fb)](Gc);var Kc=class extends Uc{constructor(..._0x1a9121){const _0xfec8ec=_0x2d3867;super(..._0x1a9121),Z(this,_0xfec8ec(0x628),0x5);}[_0x2d3867(0x7cd)](_0x407c8a){const _0x3243e2=_0x2d3867;return _0x407c8a['element'][_0x3243e2(0x866)]===_0x440e4e[_0x3243e2(0x1ff)];}[_0x2d3867(0x8cd)](_0x17c255,_0x1302b8){const _0x41facf=_0x2d3867;var _0x3a2b5d,_0x273c2a,_0x330697,_0x37f346,_0x326ae9;if(_0x17c255[_0x41facf(0x676)]||_0x17c255['element'][_0x41facf(0x866)]!==_0x440e4e[_0x41facf(0x1ff)])return null;let _0x5bde05=_0x17c255[_0x41facf(0x431)],_0x46b194=_0x5bde05[_0x41facf(0x985)],_0x3e4397=new _0xb35793(_0x41facf(0x6d5)+_0x1302b8[_0x41facf(0x340)]+'-'+_0x1302b8[_0x41facf(0xaa1)]+'-'+_0x17c255['drawingId']),_0x2e37f4=_0xc5d045(_0x5bde05['outerShadow']);return _0x2e37f4&&_0x3e4397['setOuterShadow'](_0x2e37f4),_0x3e4397['transformByState']({'left':_0x1302b8[_0x41facf(0x281)]+((_0x3a2b5d=_0x46b194[_0x41facf(0x88e)])==null?0x0:_0x3a2b5d),'top':_0x1302b8[_0x41facf(0x375)]+((_0x273c2a=_0x46b194[_0x41facf(0x19e)])==null?0x0:_0x273c2a),'width':(_0x330697=_0x46b194[_0x41facf(0xa28)])==null?0x0:_0x330697,'height':(_0x37f346=_0x46b194[_0x41facf(0x47c)])==null?0x0:_0x37f346,'angle':(_0x326ae9=_0x46b194['rotation'])==null?0x0:_0x326ae9,'flipX':_0x46b194[_0x41facf(0x2e3)],'flipY':_0x46b194[_0x41facf(0x8dd)],'skewX':_0x46b194[_0x41facf(0x501)],'skewY':_0x46b194[_0x41facf(0x32e)]}),_0x3e4397['zIndex']=_0x1302b8[_0x41facf(0x953)],_0x3e4397[_0x41facf(0x235)]=!0x0,_0x3e4397;}};Wc[_0x2d3867(0x6fb)](Kc);var qc=class extends _0x10bcc8{constructor(..._0x3f9d15){const _0x43bda8=_0x2d3867;super(..._0x3f9d15),Z(this,_0x43bda8(0x272),new Map());}[_0x2d3867(0x71d)](_0x4fea28,_0x2eb79f,_0xd0279,_0x1b0cec,_0x5ab178){const _0x293025=_0x2d3867;let _0x511314=_0x2eb79f;if(_0x511314===_0x3da99c[_0x293025(0x1c4)]||_0x2eb79f===_0x293025(0x6a1))return!0x1;try{let _0x39e182=this[_0x293025(0x272)][_0x293025(0x7d6)](_0x2eb79f);return _0x39e182||(_0x39e182=new _0x234370(_0x511314,_0x293025(0x3dc)+_0x2eb79f),this[_0x293025(0x272)][_0x293025(0x55e)](_0x2eb79f,_0x39e182)),_0x39e182['clearAdjustValue'](),_0x5ab178&&Object[_0x293025(0x6aa)](_0x5ab178)[_0x293025(0xa73)]>0x0&&_0x39e182[_0x293025(0x1f1)]({'adjustValues':_0x5ab178},!0x0),_0x39e182['updateContext']({'width':_0xd0279,'height':_0x1b0cec}),_0x39e182[_0x293025(0x3b4)](_0x4fea28,{'left':0x0,'top':0x0,'width':_0xd0279,'height':_0x1b0cec});}catch{return!0x1;}}['dispose'](){const _0x366055=_0x2d3867;this[_0x366055(0x272)]['clear'](),super[_0x366055(0xa89)]();}},Jc;const Yc=new Set([_0x40c8c8[_0x2d3867(0xa9b)],_0x40c8c8['Contain'],_0x40c8c8[_0x2d3867(0x1d4)],_0x40c8c8[_0x2d3867(0x90c)]]);function Xc(_0x47c65f){const _0x64f9e8=_0x2d3867;if(!_0x35d3cd(_0x47c65f))return;let _0x3b385d=_0x47c65f[_0x64f9e8(0x6a1)]&&typeof _0x47c65f['custom']=='object'?_0x47c65f[_0x64f9e8(0x6a1)][_0x64f9e8(0x179)]:void 0x0;return typeof _0x3b385d=='string'&&Yc[_0x64f9e8(0x7fb)](_0x3b385d)?_0x3b385d:_0x40c8c8[_0x64f9e8(0x1d4)];}let Zc=Jc=class extends Uc{constructor(_0x89ba,_0x38a036){const _0x39e71d=_0x2d3867;super(),this[_0x39e71d(0x814)]=_0x89ba,this['_imageIoService']=_0x38a036,Z(this,_0x39e71d(0x628),0x1e);}[_0x2d3867(0x7cd)](_0x4b8d24){const _0x19566f=_0x2d3867;return _0x4b8d24[_0x19566f(0x431)][_0x19566f(0x866)]===_0x440e4e[_0x19566f(0x9b4)];}['convert'](_0x4304cf,_0x2a9002){const _0x2297e8=_0x2d3867;var _0x3a6de1,_0x4699e,_0x23241e,_0xa5be17,_0x3e4545,_0x5bfc00,_0x98a63d,_0x20d8af,_0x51c8aa,_0x4180a4,_0x2c1e2f,_0x3a3858,_0xee304c,_0x21ab7d;if(_0x4304cf['hidden']||_0x4304cf[_0x2297e8(0x431)]['type']!==_0x440e4e[_0x2297e8(0x9b4)])return null;let _0x46eccb=_0x4304cf[_0x2297e8(0x431)],_0x3c3dc7=_0x46eccb[_0x2297e8(0x985)],_0x32f34b=_0x46eccb['crop'],_0x1ca4fc=_0x32f34b?{'left':(_0x3a6de1=_0x32f34b[_0x2297e8(0x88e)])==null?0x0:_0x3a6de1,'top':(_0x4699e=_0x32f34b['top'])==null?0x0:_0x4699e,'right':(_0x23241e=_0x32f34b[_0x2297e8(0x342)])==null?0x0:_0x23241e,'bottom':(_0xa5be17=_0x32f34b[_0x2297e8(0x60a)])==null?0x0:_0xa5be17}:void 0x0,_0x3a1d6f=_0x2297e8(0x6d5)+_0x2a9002[_0x2297e8(0x340)]+'-'+_0x2a9002[_0x2297e8(0xaa1)]+'-'+_0x4304cf[_0x2297e8(0x31e)],_0x26410f=(_0x3e4545=_0x46eccb[_0x2297e8(0xab7)])==null?_0x127be6[_0x2297e8(0x9e4)]:_0x3e4545,_0x802ecb=(_0x5bfc00=_0x46eccb[_0x2297e8(0x5a6)])==null?void 0x0:_0x5bfc00['stroke'],_0x20ab8e=!!_0x802ecb&&_0x802ecb[_0x2297e8(0x879)]!==_0x5d5f82['NoLine']&&!!_0x802ecb[_0x2297e8(0x5bc)],_0x6f8cda=_0x26410f+':'+_0x46eccb[_0x2297e8(0x2e1)],_0x21ef3b=(_0x98a63d=this[_0x2297e8(0x850)][_0x2297e8(0x5f7)](_0x46eccb[_0x2297e8(0x2e1)],_0x26410f))==null?Jc['_globalImageNativeCache'][_0x2297e8(0x7d6)](_0x6f8cda):_0x98a63d,_0x1fb011=new hs(_0x3a1d6f,{'image':_0x21ef3b==null?void 0x0:_0x21ef3b,'success':_0x2a9002['requestRender'],'left':_0x2a9002['pageOffsetLeft']+((_0x20d8af=_0x3c3dc7[_0x2297e8(0x88e)])==null?0x0:_0x20d8af),'top':_0x2a9002['pageOffsetTop']+((_0x51c8aa=_0x3c3dc7[_0x2297e8(0x19e)])==null?0x0:_0x51c8aa),'width':(_0x4180a4=_0x3c3dc7[_0x2297e8(0xa28)])==null?0x0:_0x4180a4,'height':(_0x2c1e2f=_0x3c3dc7[_0x2297e8(0x47c)])==null?0x0:_0x2c1e2f,'srcRect':_0x1ca4fc,'prstGeom':_0x46eccb['prstGeom'],'adjustValues':_0x46eccb['adjustValues'],'stroke':_0x20ab8e?_0x802ecb[_0x2297e8(0x5bc)]:void 0x0,'strokeWidth':_0x20ab8e?(_0x3a3858=_0x802ecb['width'])==null?0x1:_0x3a3858:0x0,'outerShadow':(_0xee304c=_0x46eccb[_0x2297e8(0x5a6)])==null?void 0x0:_0xee304c['outerShadow'],'angle':(_0x21ab7d=_0x3c3dc7[_0x2297e8(0x304)])==null?0x0:_0x21ab7d,'flipX':_0x3c3dc7[_0x2297e8(0x2e3)],'flipY':_0x3c3dc7[_0x2297e8(0x8dd)],'skewX':_0x3c3dc7[_0x2297e8(0x501)],'skewY':_0x3c3dc7[_0x2297e8(0x32e)],'zIndex':_0x2a9002['orderIndex'],'visible':!_0x4304cf[_0x2297e8(0x676)],'evented':!0x0,'forceRender':!0x0,'backgroundImageFit':Xc(_0x46eccb)});return _0x1fb011[_0x2297e8(0x849)](this[_0x2297e8(0x814)]),_0x21ef3b||this[_0x2297e8(0x67e)](_0x46eccb[_0x2297e8(0x2e1)],_0x26410f,this[_0x2297e8(0x850)])[_0x2297e8(0x961)](_0x3f3236=>{const _0x5abc36=_0x2297e8;var _0x382d77;_0x3f3236&&(_0x1fb011[_0x5abc36(0x9b1)](_0x3f3236),(_0x382d77=_0x2a9002[_0x5abc36(0x414)])==null||_0x382d77[_0x5abc36(0x739)](_0x2a9002));}),_0x1fb011;}[_0x2d3867(0x67e)](_0x4a69a2,_0x41b7ff,_0x1d6f25){const _0x42a949=_0x2d3867;let _0x32bdb4=_0x41b7ff+':'+_0x4a69a2,_0x511c39=Jc[_0x42a949(0x476)][_0x42a949(0x7d6)](_0x32bdb4);if(_0x511c39)return Promise[_0x42a949(0x3cc)](_0x511c39);let _0x1f3e46=Jc['_globalImageLoadingCache'][_0x42a949(0x7d6)](_0x32bdb4);if(_0x1f3e46)return _0x1f3e46;let _0x35585a=(async()=>{const _0x11e8f9=_0x42a949;let _0x528fd1=_0x41b7ff===_0x127be6[_0x11e8f9(0x522)]?await _0x1d6f25['getImage'](_0x4a69a2):_0x4a69a2;if(!_0x528fd1)return null;let _0x598df8=await new Promise(_0x54cec2=>{const _0x18c64e=_0x11e8f9;let _0x16b07e=document[_0x18c64e(0x43d)](_0x18c64e(0x1f3));_0x16b07e[_0x18c64e(0x7b7)]=_0x18c64e(0x17c),_0x16b07e[_0x18c64e(0x300)]=()=>_0x54cec2(_0x16b07e),_0x16b07e[_0x18c64e(0x69d)]=()=>_0x54cec2(null),_0x16b07e[_0x18c64e(0x8dc)]=_0x528fd1;});return _0x598df8?(Jc[_0x11e8f9(0x476)]['set'](_0x32bdb4,_0x598df8),_0x1d6f25['addImageSourceCache'](_0x4a69a2,_0x41b7ff,_0x598df8),_0x598df8):null;})()['finally'](()=>{const _0x1fef3f=_0x42a949;Jc[_0x1fef3f(0x885)][_0x1fef3f(0x839)](_0x32bdb4);});return Jc['_globalImageLoadingCache']['set'](_0x32bdb4,_0x35585a),_0x35585a;}};Z(Zc,_0x2d3867(0x476),new Map()),Z(Zc,_0x2d3867(0x885),new Map()),Zc=Jc=$([Q(0x0,_0x33d141(qc)),Q(0x1,_0x4b40fd)],Zc),Wc[_0x2d3867(0x6fb)](Zc);const Qc='slide-drawing-';function $c(_0x1c90bc,_0x149ced,_0x3449fd){return''+Qc+_0x1c90bc+'-'+_0x149ced+'-'+_0x3449fd;}function el(_0x46335c,_0x9d90b1,_0x307e63){const _0x56b758=_0x2d3867;let _0x16633=''+Qc+_0x9d90b1+'-'+_0x307e63+'-';return _0x46335c[_0x56b758(0x1c2)](_0x16633)?_0x46335c[_0x56b758(0xace)](_0x16633[_0x56b758(0xa73)]):null;}const tl=_0x297f6c('slides-ui.slide-hit-test.service');let nl=class extends _0x4928c2{constructor(_0x42b6ed,_0x525a53,_0x2d1c94){const _0x161c94=_0x2d3867;super(),this[_0x161c94(0x9b2)]=_0x42b6ed,this[_0x161c94(0x7fc)]=_0x525a53,this['_slideDrawingService']=_0x2d1c94,Z(this,'_oKeyMap',new Map()),Z(this,_0x161c94(0x69b),[]),Z(this,_0x161c94(0x843),new Set()),Z(this,_0x161c94(0x661),new Map()),Z(this,'_onPointerDown$',new _0x131aab()),Z(this,_0x161c94(0x8a2),new _0x131aab()),Z(this,_0x161c94(0x8cc),new _0x131aab()),Z(this,_0x161c94(0x595),new _0x131aab()),Z(this,_0x161c94(0x996),this['_onPointerDown$']['asObservable']()),Z(this,_0x161c94(0x237),this[_0x161c94(0x8a2)][_0x161c94(0x26a)]()),Z(this,_0x161c94(0x3d5),this[_0x161c94(0x8cc)]['asObservable']()),Z(this,_0x161c94(0x687),this[_0x161c94(0x595)][_0x161c94(0x26a)]()),Z(this,_0x161c94(0x841),!0x1),Z(this,_0x161c94(0x5b9),0x0),Z(this,_0x161c94(0x43a),null),Z(this,_0x161c94(0x5fa),0x12c),Z(this,_0x161c94(0x6a4),null),this[_0x161c94(0x7c7)]();}['dispose'](){const _0x38407d=_0x2d3867;this[_0x38407d(0x5b4)][_0x38407d(0x7ae)](),this[_0x38407d(0x8a2)][_0x38407d(0x7ae)](),this[_0x38407d(0x8cc)][_0x38407d(0x7ae)](),this[_0x38407d(0x595)][_0x38407d(0x7ae)](),super[_0x38407d(0xa89)]();}[_0x2d3867(0x7cb)](_0x5bf9c4){const _0x299745=_0x2d3867;var _0x50cb1d;return(_0x50cb1d=this[_0x299745(0x1ba)][_0x299745(0x7d6)](_0x5bf9c4))==null?null:_0x50cb1d;}[_0x2d3867(0x6e4)](){const _0x180691=_0x2d3867;let {unitId:_0xc4a82e}=this[_0x180691(0x9b2)],_0x35eaf3=this[_0x180691(0x231)]();if(!_0x35eaf3)return[];let _0x6123fb=this[_0x180691(0xa85)][_0x180691(0x671)](_0xc4a82e,_0x35eaf3);return this['_orderedTopLevelIds'][_0x180691(0x51d)](_0x18c719=>_0x6123fb[_0x18c719])[_0x180691(0xac6)](_0x1d9bcb=>!!_0x1d9bcb&&!_0x1d9bcb[_0x180691(0x676)]&&this[_0x180691(0x51c)](_0x1d9bcb));}[_0x2d3867(0xa11)](_0x279323,_0x483621){const _0x35eda3=_0x2d3867;let {scene:_0x1a4b54}=this[_0x35eda3(0x9b2)],_0x558f32=_0x1a4b54[_0x35eda3(0xade)](new _0x25aeed(_0x279323,_0x483621)),_0x4d0463=_0x558f32==null?void 0x0:_0x558f32[_0x35eda3(0x2ac)],_0x5452f2=this[_0x35eda3(0x7ce)](_0x279323,_0x483621);return _0x4d0463?this[_0x35eda3(0x1ba)][_0x35eda3(0x7fb)](_0x4d0463)?this[_0x35eda3(0x915)](_0x4d0463,_0x5452f2['x'],_0x5452f2['y'])||this[_0x35eda3(0xa7d)](_0x5452f2['x'],_0x5452f2['y']):null:_0x558f32&&_0x558f32!==_0x1a4b54?null:this[_0x35eda3(0xa7d)](_0x5452f2['x'],_0x5452f2['y']);}[_0x2d3867(0x915)](_0xbc9349,_0x363944,_0x59a449){const _0x142c86=_0x2d3867;let _0x20c466=this[_0x142c86(0x1ba)][_0x142c86(0x7d6)](_0xbc9349);if(!_0x20c466||!this[_0x142c86(0x51c)](_0x20c466))return null;if(_0x20c466[_0x142c86(0x431)][_0x142c86(0x866)]===_0x440e4e[_0x142c86(0x1ff)]){let _0x5c24b2=this[_0x142c86(0x229)](_0x20c466,_0xbc9349,_0x363944,_0x59a449);if(_0x5c24b2)return _0x5c24b2;}let _0x5a42ff=this[_0x142c86(0x757)](_0xbc9349);return _0x5a42ff&&!_0x5a42ff[_0x142c86(0x8ee)](new _0x25aeed(_0x363944,_0x59a449))?null:{'drawing':_0x20c466,'oKey':_0xbc9349};}[_0x2d3867(0xa7d)](_0x42c0b5,_0x29681a){const _0x180196=_0x2d3867;var _0x5f2aba;let {scene:_0x236bd9}=this['_renderContext'],_0xd8cd32=_0x236bd9,_0x3c71c4=(_0x5f2aba=_0xd8cd32[_0x180196(0x9f1)])==null?void 0x0:_0x5f2aba[_0x180196(0x739)](_0xd8cd32);if(!(_0x3c71c4!=null&&_0x3c71c4[_0x180196(0xa73)]))return null;let _0x5af848=new _0x25aeed(_0x42c0b5,_0x29681a);for(let _0x53c829=_0x3c71c4[_0x180196(0xa73)]-0x1;_0x53c829>=0x0;_0x53c829--){let _0x269745=_0x3c71c4[_0x53c829],_0x104229=_0x269745[_0x180196(0x2ac)],_0x1483d9=this[_0x180196(0x1ba)]['get'](_0x104229);if(!(!_0x1483d9||!this['_isSelectableDrawing'](_0x1483d9)||!_0x269745[_0x180196(0x8ee)](_0x5af848)))return this[_0x180196(0x915)](_0x104229,_0x42c0b5,_0x29681a);}return null;}[_0x2d3867(0x5d9)](){const _0x3a8222=_0x2d3867;var _0x2600b3;let {unitId:_0xb5e0a2}=this[_0x3a8222(0x9b2)];return''+Qc+_0xb5e0a2+'-'+((_0x2600b3=this['getActiveSubUnitId']())==null?'':_0x2600b3)+'-';}['getActiveSubUnitId'](){const _0x1458b1=_0x2d3867;var _0x419b96,_0x28ee22;let {unitId:_0x381813}=this[_0x1458b1(0x9b2)],_0x1317c9=this[_0x1458b1(0x7fc)][_0x1458b1(0x681)](_0x381813,_0x50fd52[_0x1458b1(0x70c)]);return(_0x419b96=_0x1317c9==null||(_0x28ee22=_0x1317c9[_0x1458b1(0x63a)][_0x1458b1(0x4bf)]())==null?void 0x0:_0x28ee22[_0x1458b1(0x559)]())==null?null:_0x419b96;}[_0x2d3867(0x7c7)](){const _0x2db9f5=_0x2d3867;let {unitId:_0x10ce08}=this[_0x2db9f5(0x9b2)],_0x2a38e6=this['_instanceSrv'][_0x2db9f5(0x681)](_0x10ce08,_0x50fd52[_0x2db9f5(0x70c)]);if(!_0x2a38e6)return;this[_0x2db9f5(0x78d)](_0x228c67(_0x2a38e6['pageManager'][_0x2db9f5(0x838)][_0x2db9f5(0x3c8)](_0x29b3c8(this[_0x2db9f5(0x944)]))['subscribe'](()=>{const _0x5a5901=_0x2db9f5;this[_0x5a5901(0x2d6)]();})));let _0x3ca15b=_0x1349a3=>{const _0x4db004=_0x2db9f5;_0x1349a3[_0x4db004(0xa92)](_0x59e77e=>_0x59e77e[_0x4db004(0x340)]===_0x10ce08)&&this['_scheduleRebuild']();};this[_0x2db9f5(0x78d)](_0x228c67(this[_0x2db9f5(0xa85)]['add$'][_0x2db9f5(0x3c8)](_0x29b3c8(this[_0x2db9f5(0x944)]))[_0x2db9f5(0x6ca)](_0x3ca15b))),this[_0x2db9f5(0x78d)](_0x228c67(this[_0x2db9f5(0xa85)][_0x2db9f5(0x258)][_0x2db9f5(0x3c8)](_0x29b3c8(this[_0x2db9f5(0x944)]))['subscribe'](_0x3ca15b))),this['disposeWithMe'](_0x228c67(this[_0x2db9f5(0xa85)]['update$'][_0x2db9f5(0x3c8)](_0x29b3c8(this[_0x2db9f5(0x944)]))[_0x2db9f5(0x6ca)](_0x3ca15b))),this['disposeWithMe'](_0x228c67(this['_renderContext'][_0x2db9f5(0x8e1)][_0x2db9f5(0x7eb)][_0x2db9f5(0x551)](()=>{const _0x424b84=_0x2db9f5;this[_0x424b84(0x7cc)]();}))),this[_0x2db9f5(0x78d)](_0x228c67(this[_0x2db9f5(0x9b2)][_0x2db9f5(0x711)][_0x2db9f5(0x78e)]['pipe'](_0x29b3c8(this[_0x2db9f5(0x944)]))['subscribe'](()=>{const _0x4c7ee2=_0x2db9f5;this[_0x4c7ee2(0x7cc)]();}))),this[_0x2db9f5(0x78d)](_0x228c67(this[_0x2db9f5(0x9b2)][_0x2db9f5(0x711)][_0x2db9f5(0x996)]['subscribeEvent'](_0x592ba0=>{const _0x37e70c=_0x2db9f5;let _0x5f0b27=this[_0x37e70c(0xa11)](_0x592ba0[_0x37e70c(0x5c8)],_0x592ba0[_0x37e70c(0x5c0)]);_0x5f0b27&&this[_0x37e70c(0xa12)](_0x5f0b27[_0x37e70c(0x4c3)],_0x5f0b27[_0x37e70c(0x2ac)],_0x592ba0,_0x37e70c(0x711));}))),this[_0x2db9f5(0x7cc)]();}['_scheduleRebuild'](){const _0x496695=_0x2d3867;this['_rebuildScheduled']||(this[_0x496695(0x841)]=!0x0,Promise['resolve']()[_0x496695(0x961)](()=>{const _0x2f3fc5=_0x496695;this['_rebuildScheduled']=!0x1,this[_0x2f3fc5(0x2d6)]();}));}[_0x2d3867(0x757)](_0x44ff15){const _0x536807=_0x2d3867;var _0x4dfb16,_0x470746,_0x9d267f,_0x186fac;let {scene:_0x5768b2}=this[_0x536807(0x9b2)],_0x840032=_0x5768b2;return(_0x4dfb16=(_0x470746=(_0x9d267f=_0x840032[_0x536807(0x8f4)])==null?void 0x0:_0x9d267f[_0x536807(0x739)](_0x840032,_0x44ff15))==null?(_0x186fac=_0x840032['getObject'])==null?void 0x0:_0x186fac['call'](_0x840032,_0x44ff15):_0x470746)==null?null:_0x4dfb16;}[_0x2d3867(0x2d6)](){const _0x80b388=_0x2d3867;let {unitId:_0x197406}=this[_0x80b388(0x9b2)],_0x459b88=this['getActiveSubUnitId']();if(!_0x459b88)return;this['_oKeyMap']['clear'](),this[_0x80b388(0x843)][_0x80b388(0x513)](),this[_0x80b388(0x69b)]=[];let _0x5c4f8e=this[_0x80b388(0xa85)][_0x80b388(0x671)](_0x197406,_0x459b88),_0x1a1864=this[_0x80b388(0xa85)][_0x80b388(0x66a)](_0x197406,_0x459b88);Object[_0x80b388(0x4ae)](_0x5c4f8e)[_0x80b388(0x3d8)](_0x77b81b=>{const _0x47a8c7=_0x80b388;if((_0x77b81b==null?void 0x0:_0x77b81b['element'][_0x47a8c7(0x866)])===_0x440e4e[_0x47a8c7(0x1ff)]){var _0x46f365;((_0x46f365=_0x77b81b[_0x47a8c7(0x431)][_0x47a8c7(0x6ee)])==null?[]:_0x46f365)[_0x47a8c7(0x3d8)](_0x32798a=>{const _0x49b6fe=_0x47a8c7;this['_groupChildIds'][_0x49b6fe(0x6fb)](_0x32798a);});}}),_0x1a1864[_0x80b388(0x3d8)](_0x385996=>{const _0x37d41e=_0x80b388;if(!_0x5c4f8e[_0x385996])return;let _0x5f4590=$c(_0x197406,_0x459b88,_0x385996);this[_0x37d41e(0x757)](_0x5f4590)&&(this[_0x37d41e(0x843)][_0x37d41e(0x7fb)](_0x385996)||this[_0x37d41e(0x69b)][_0x37d41e(0x39b)](_0x385996));});let _0x571dab=new Set();Object[_0x80b388(0x4ae)](_0x5c4f8e)['forEach'](_0x287c1f=>{const _0x3ae154=_0x80b388;let _0x57cf3f=$c(_0x197406,_0x459b88,_0x287c1f['drawingId']),_0x419ad6=this[_0x3ae154(0x757)](_0x57cf3f);_0x419ad6&&(_0x571dab[_0x3ae154(0x6fb)](_0x57cf3f),this[_0x3ae154(0x1ba)][_0x3ae154(0x55e)](_0x57cf3f,_0x287c1f),this[_0x3ae154(0x661)]['get'](_0x57cf3f)!==_0x419ad6&&(this[_0x3ae154(0x34c)](_0x419ad6,_0x57cf3f,_0x287c1f),this[_0x3ae154(0x661)]['set'](_0x57cf3f,_0x419ad6)));}),Array[_0x80b388(0xad9)](this[_0x80b388(0x661)][_0x80b388(0x6aa)]())[_0x80b388(0x3d8)](_0x38aa0d=>{const _0x49edaa=_0x80b388;_0x571dab[_0x49edaa(0x7fb)](_0x38aa0d)||this[_0x49edaa(0x661)][_0x49edaa(0x839)](_0x38aa0d);});}['_wirePointerEvents'](_0x5666bb,_0x1fbec1,_0x771eaf){const _0x161aef=_0x2d3867;var _0x3e71bb,_0xa53200;_0x5666bb[_0x161aef(0x996)][_0x161aef(0x551)]({'priority':-0x64,'next':([_0x388f50,_0x5f1ff6])=>{const _0x289d5f=_0x161aef;if(!this['_isObjectPointerHit'](_0x5666bb,_0x388f50)){_0x5f1ff6[_0x289d5f(0x433)]=!0x0;return;}let _0x55ca5d=this[_0x289d5f(0x1cb)](_0x1fbec1,_0x771eaf);if(!this[_0x289d5f(0x51c)](_0x55ca5d)){_0x5f1ff6['skipNextObservers']=!0x0;return;}this['_dispatchPointerDown'](_0x55ca5d,_0x1fbec1,_0x388f50,_0x289d5f(0x97b),_0x5f1ff6),_0x5f1ff6[_0x289d5f(0x433)]||(this[_0x289d5f(0x4e0)](_0x5666bb,_0x388f50),_0x5f1ff6[_0x289d5f(0x95f)]());}}),(_0x3e71bb=_0x5666bb[_0x161aef(0x237)])==null||_0x3e71bb[_0x161aef(0x551)](()=>{const _0x20c81f=_0x161aef;let _0x415a5b=this[_0x20c81f(0x1cb)](_0x1fbec1,_0x771eaf);this['_isSelectableDrawing'](_0x415a5b)&&this[_0x20c81f(0x8a2)][_0x20c81f(0x182)]({'drawing':_0x415a5b,'oKey':_0x1fbec1});}),(_0xa53200=_0x5666bb[_0x161aef(0x3d5)])==null||_0xa53200[_0x161aef(0x551)](()=>{const _0x578caa=_0x161aef;let _0x41574f=this['_getLatestDrawingForOKey'](_0x1fbec1,_0x771eaf);this[_0x578caa(0x51c)](_0x41574f)&&this['_onPointerLeave$']['next']({'drawing':null,'oKey':null});});}['_triggerGroupParentPointerDown'](_0x44f230,_0x2b8eaf){const _0x1d32c3=_0x2d3867;var _0x2a3f70;let _0x389f79=_0x44f230[_0x1d32c3(0x52b)]();(_0x389f79==null?void 0x0:_0x389f79[_0x1d32c3(0x2e0)])===_0x387c0b[_0x1d32c3(0x403)]&&((_0x2a3f70=_0x389f79[_0x1d32c3(0x2b9)])==null||_0x2a3f70[_0x1d32c3(0x739)](_0x389f79,_0x2b8eaf));}[_0x2d3867(0xa12)](_0xa1fe5d,_0x480d47,_0x23dbc0,_0x1fab46,_0x4aafac){const _0x165da0=_0x2d3867;var _0x4a6f54,_0x4504dc,_0x53f3d0,_0x4c7403,_0x294038,_0xa27b5d,_0x1c8945,_0x5bf183;let _0x4c40b8=this[_0x165da0(0x7ce)](_0x23dbc0[_0x165da0(0x5c8)],_0x23dbc0[_0x165da0(0x5c0)]),_0x2e91ed=this[_0x165da0(0x229)](_0xa1fe5d,_0x480d47,_0x4c40b8['x'],_0x4c40b8['y']),_0x179aa7=(_0x4a6f54=_0x2e91ed==null?void 0x0:_0x2e91ed[_0x165da0(0x4c3)])==null?_0xa1fe5d:_0x4a6f54,_0x4de236=(_0x4504dc=_0x2e91ed==null?void 0x0:_0x2e91ed[_0x165da0(0x2ac)])==null?_0x480d47:_0x4504dc,_0x296188=this[_0x165da0(0x4a6)](_0x179aa7),_0x4247ae=(_0x53f3d0=_0x296188==null?void 0x0:_0x296188[_0x165da0(0x4c3)])==null?_0x179aa7:_0x53f3d0,_0x268f2f=(_0x4c7403=_0x296188==null?void 0x0:_0x296188[_0x165da0(0x2ac)])==null?_0x4de236:_0x4c7403;if(!this[_0x165da0(0x51c)](_0x4247ae)){_0x4aafac&&(_0x4aafac[_0x165da0(0x433)]=!0x0);return;}if(this[_0x165da0(0x6a4)]===_0x23dbc0)return;this['_lastDispatchedPointerEvent']=_0x23dbc0;let _0x2c1994=Date[_0x165da0(0x919)](),_0x518e41=this[_0x165da0(0x43a)]===_0x480d47&&_0x2c1994-this['_lastClickTime']<this[_0x165da0(0x5fa)];if(this[_0x165da0(0x5b9)]=_0x2c1994,this[_0x165da0(0x43a)]=_0x480d47,_0x518e41){_0x4aafac&&(_0x4aafac[_0x165da0(0x433)]=!0x0,_0x4aafac[_0x165da0(0x95f)]()),this['_onDoubleClick$']['next']({'drawing':_0x4247ae,'oKey':_0x268f2f,'offsetX':_0x23dbc0[_0x165da0(0x5c8)],'offsetY':_0x23dbc0[_0x165da0(0x5c0)],'nativeEvent':_0x23dbc0});return;}this[_0x165da0(0x5b4)][_0x165da0(0x182)]({'drawing':_0x4247ae,'oKey':_0x268f2f,'offsetX':_0x23dbc0[_0x165da0(0x5c8)],'offsetY':_0x23dbc0['offsetY'],'ctrlKey':(_0x294038=_0x23dbc0[_0x165da0(0x412)])==null?!0x1:_0x294038,'shiftKey':(_0xa27b5d=_0x23dbc0[_0x165da0(0x832)])==null?!0x1:_0xa27b5d,'metaKey':(_0x1c8945=_0x23dbc0[_0x165da0(0x634)])==null?!0x1:_0x1c8945,'altKey':(_0x5bf183=_0x23dbc0[_0x165da0(0x406)])==null?!0x1:_0x5bf183,'nativeEvent':_0x23dbc0});}['_isObjectPointerHit'](_0x3c6971,_0x1813c5){const _0x1a9ee6=_0x2d3867;if(typeof _0x1813c5[_0x1a9ee6(0x5c8)]!='number'||typeof _0x1813c5[_0x1a9ee6(0x5c0)]!=_0x1a9ee6(0x684))return!0x0;let _0x54fd52=this[_0x1a9ee6(0x7ce)](_0x1813c5[_0x1a9ee6(0x5c8)],_0x1813c5[_0x1a9ee6(0x5c0)]);return _0x3c6971[_0x1a9ee6(0x8ee)](_0x54fd52);}[_0x2d3867(0x7ce)](_0x4b89d6,_0x47c432){const _0x166899=_0x2d3867;var _0xec5027,_0x9e017b,_0x5f2199,_0x3fbde2,_0x441317;let {scene:_0x3fe2ce}=this[_0x166899(0x9b2)],_0x9a35fc=new _0x25aeed(_0x4b89d6,_0x47c432),_0x1a9376=_0x3fe2ce,_0x9cba22=(_0xec5027=(_0x9e017b=_0x1a9376[_0x166899(0x750)])==null?void 0x0:_0x9e017b[_0x166899(0x739)](_0x1a9376,_0x9a35fc))==null?(_0x5f2199=_0x1a9376[_0x166899(0x58d)])==null?void 0x0:_0x5f2199['call'](_0x1a9376):_0xec5027;return(_0x3fbde2=_0x9cba22==null||(_0x441317=_0x9cba22[_0x166899(0x19f)])==null?void 0x0:_0x441317[_0x166899(0x739)](_0x9cba22,_0x9a35fc))==null?_0x9a35fc:_0x3fbde2;}[_0x2d3867(0x229)](_0x3c00f8,_0x24c07f,_0x4e9240,_0x4c6ca0){const _0xd95f76=_0x2d3867;if(_0x3c00f8[_0xd95f76(0x431)]['type']!==_0x440e4e['Group'])return null;let _0x270918=this['_slideDrawingService'][_0xd95f76(0x671)](_0x3c00f8[_0xd95f76(0x340)],_0x3c00f8[_0xd95f76(0xaa1)]),_0x9d6a18=this[_0xd95f76(0x99e)](_0x3c00f8['drawingId'],_0x270918);if(_0x9d6a18[_0xd95f76(0xa73)]===0x0)return null;let _0x2aaea6=new _0x25aeed(_0x4e9240,_0x4c6ca0),_0x3f1cdb=_0x9d6a18[_0xd95f76(0x51d)](_0x10802c=>{const _0x4071d0=_0xd95f76;let _0x3ee111=_0x270918[_0x10802c];if(!_0x3ee111||!this[_0x4071d0(0x51c)](_0x3ee111))return null;let _0xe4b039=$c(_0x3c00f8[_0x4071d0(0x340)],_0x3c00f8[_0x4071d0(0xaa1)],_0x10802c),_0x41c7f2=this[_0x4071d0(0x757)](_0xe4b039),_0xeb2a0=!!(_0x41c7f2!=null&&_0x41c7f2[_0x4071d0(0x8ee)](_0x2aaea6));if(!_0x41c7f2||!_0xeb2a0)return null;let _0x590913=Math['max'](0x1,(_0x41c7f2[_0x4071d0(0xa28)]||0x0)*(_0x41c7f2[_0x4071d0(0x47c)]||0x0));return{'drawing':_0x3ee111,'oKey':_0xe4b039,'isGroup':_0x3ee111[_0x4071d0(0x431)][_0x4071d0(0x866)]===_0x440e4e[_0x4071d0(0x1ff)],'area':_0x590913};})[_0xd95f76(0xac6)](_0x4aa017=>!!_0x4aa017)[_0xd95f76(0x7f9)]((_0x29baf3,_0xd04a7b)=>_0x29baf3['isGroup']===_0xd04a7b[_0xd95f76(0x5a8)]?_0x29baf3[_0xd95f76(0x332)]-_0xd04a7b[_0xd95f76(0x332)]:_0x29baf3[_0xd95f76(0x5a8)]?0x1:-0x1)[0x0];return _0x3f1cdb?{'drawing':_0x3f1cdb[_0xd95f76(0x4c3)],'oKey':_0x3f1cdb[_0xd95f76(0x2ac)]}:null;}[_0x2d3867(0x4a6)](_0x42808c){const _0x44d2e8=_0x2d3867;let _0x535a6=this['_slideDrawingService'][_0x44d2e8(0x671)](_0x42808c[_0x44d2e8(0x340)],_0x42808c[_0x44d2e8(0xaa1)]),_0x5bcecd=_0x42808c,_0x151cc6=null,_0xcc2251=new Set(),_0x396377=this['_resolveParentGroupId'](_0x5bcecd,_0x535a6);for(;_0x396377&&!_0xcc2251['has'](_0x396377);){_0xcc2251[_0x44d2e8(0x6fb)](_0x396377);let _0x38d7da=_0x535a6[_0x396377];if(!_0x38d7da||_0x38d7da['element']['type']!==_0x440e4e['Group'])break;_0x151cc6=_0x38d7da,_0x5bcecd=_0x38d7da,_0x396377=this[_0x44d2e8(0x5b6)](_0x5bcecd,_0x535a6);}return _0x151cc6?{'drawing':_0x151cc6,'oKey':$c(_0x151cc6[_0x44d2e8(0x340)],_0x151cc6[_0x44d2e8(0xaa1)],_0x151cc6[_0x44d2e8(0x31e)])}:null;}[_0x2d3867(0x51c)](_0x19898a){const _0x262752=_0x2d3867;return _0x19898a[_0x262752(0x676)]!==!0x0&&_0x19898a[_0x262752(0x431)][_0x262752(0x617)]!==!0x1&&_0x19898a[_0x262752(0x431)]['selectable']!==!0x1;}['_getLatestDrawingForOKey'](_0x371c53,_0x3e5393){const _0x2b5649=_0x2d3867;var _0x445b02,_0x500229;return(_0x445b02=(_0x500229=this[_0x2b5649(0x1ba)])==null?void 0x0:_0x500229['get'](_0x371c53))==null?_0x3e5393:_0x445b02;}[_0x2d3867(0x5b6)](_0x2bfddb,_0x42a4f0){const _0x246994=_0x2d3867;var _0x5d8450;return _0x2bfddb[_0x246994(0xacf)]||((_0x5d8450=Object['values'](_0x42a4f0)[_0x246994(0x43b)](_0x2bc008=>{const _0x191d1=_0x246994;var _0x5d1820;return(_0x2bc008==null?void 0x0:_0x2bc008[_0x191d1(0x431)][_0x191d1(0x866)])===_0x440e4e[_0x191d1(0x1ff)]&&((_0x5d1820=_0x2bc008[_0x191d1(0x431)][_0x191d1(0x6ee)])==null?[]:_0x5d1820)[_0x191d1(0x83a)](_0x2bfddb[_0x191d1(0x31e)]);}))==null?void 0x0:_0x5d8450[_0x246994(0x31e)]);}[_0x2d3867(0x99e)](_0x2e4d48,_0x6068bc){const _0x5e2454=_0x2d3867;let _0x363d0d=[],_0x116796=new Set(),_0x4cae1d=[_0x2e4d48];for(;_0x4cae1d[_0x5e2454(0xa73)]>0x0;){var _0x5425bd;let _0x295b2a=_0x4cae1d[_0x5e2454(0x565)]();if(_0x116796['has'](_0x295b2a))continue;_0x116796[_0x5e2454(0x6fb)](_0x295b2a);let _0x1cd931=_0x6068bc[_0x295b2a];!_0x1cd931||_0x1cd931['element'][_0x5e2454(0x866)]!==_0x440e4e[_0x5e2454(0x1ff)]||((_0x5425bd=_0x1cd931[_0x5e2454(0x431)][_0x5e2454(0x6ee)])==null?[]:_0x5425bd)[_0x5e2454(0x3d8)](_0x2b100a=>{const _0x4d72f8=_0x5e2454;if(_0x116796[_0x4d72f8(0x7fb)](_0x2b100a))return;_0x363d0d[_0x4d72f8(0x39b)](_0x2b100a);let _0x5fe61b=_0x6068bc[_0x2b100a];(_0x5fe61b==null?void 0x0:_0x5fe61b[_0x4d72f8(0x431)][_0x4d72f8(0x866)])===_0x440e4e[_0x4d72f8(0x1ff)]&&_0x4cae1d[_0x4d72f8(0x39b)](_0x2b100a);});}return _0x363d0d;}};nl=$([Q(0x1,_0x534be5),Q(0x2,_0x33d141(_0x3a5c48))],nl);const rl=_0x347b4d(_0x2d3867(0x189)),il='slide.shape.text.float-menu',al={'width':0xf0,'height':0x78};function ol(_0x937017,_0x41b487){const _0x3f8216=_0x2d3867;return{'id':_0x937017,'body':{'dataStream':_0x41b487+'\x0d\x0a','textRuns':[],'paragraphs':[{'startIndex':_0x41b487[_0x3f8216(0xa73)],'paragraphId':_0x49353f(new Set())}]},'documentStyle':{'marginBottom':0x0,'marginLeft':0x0,'marginRight':0x0,'marginTop':0x0,'pageSize':{...al}}};}function sl(_0x2960de,_0x488a7f){const _0x1ab956=_0x2d3867;let _0x31cda0=_0x1cccc2[_0x1ab956(0x738)](_0x488a7f);return _0x31cda0['id']=_0x2960de,_0x31cda0;}function cl(_0x3370d9,_0x51259f){const _0x574c2f=_0x2d3867;var _0x432ac0;let _0x162825=sl(_0x3370d9,_0x51259f),_0x1d0ff6=(_0x432ac0=_0x162825['documentStyle'])==null?{}:_0x432ac0;return _0x162825[_0x574c2f(0x6cb)]={..._0x1d0ff6,'renderConfig':{..._0x1d0ff6[_0x574c2f(0x9d7)],'shapeTextOpticalVerticalAlign':_0x573b54[_0x574c2f(0x607)]}},_0x162825;}function ll(_0x5621ef,_0x56b4f7){const _0x3940c2=_0x2d3867;var _0x12daaf;let _0x112e5e=sl(_0x5621ef,_0x56b4f7),_0x4c426=(_0x12daaf=_0x112e5e[_0x3940c2(0x6cb)])==null?{}:_0x12daaf;return _0x112e5e[_0x3940c2(0x6cb)]={..._0x4c426,'renderConfig':{..._0x4c426[_0x3940c2(0x9d7)],'shapeTextOpticalVerticalAlign':_0x573b54[_0x3940c2(0x607)]}},_0x112e5e;}function ul(_0x338d44,_0x4360a,_0x4823aa){const _0x44090b=_0x2d3867;var _0x2a811d;let _0x4df554=_0x1cccc2[_0x44090b(0x738)](_0x338d44),_0xebbe1a=(_0x2a811d=_0x4df554[_0x44090b(0x6cb)])==null?{}:_0x2a811d,_0x55743d={..._0xebbe1a[_0x44090b(0x9d7)]};if(_0x4360a!==void 0x0){var _0x1b6870;_0x55743d[_0x44090b(0x169)]=_0x4360a;let _0xe091ef=(_0x1b6870=_0x4df554[_0x44090b(0x301)])==null?void 0x0:_0x1b6870[_0x44090b(0x240)];if(_0xe091ef){for(let _0x2d56d4 of _0xe091ef)_0x2d56d4[_0x44090b(0x916)]={..._0x2d56d4[_0x44090b(0x916)],'horizontalAlign':_0x4360a};}}return _0x4823aa!==void 0x0&&(_0x55743d[_0x44090b(0x4ce)]=_0x4823aa),_0x4df554[_0x44090b(0x6cb)]={..._0xebbe1a,'renderConfig':Object[_0x44090b(0x6aa)](_0x55743d)['length']>0x0?_0x55743d:void 0x0},_0x4df554;}function dl(_0x46811b){const _0x1bd3c8=_0x2d3867;var _0x116887;let _0x91c7c9=_0x46811b==null||(_0x116887=_0x46811b[_0x1bd3c8(0x8f3)])==null?void 0x0:_0x116887[_0x1bd3c8(0x8fd)];return _0x91c7c9==null?null:_0x91c7c9;}function fl(_0x395aae){let _0x45c3c8=_0x395aae==null?void 0x0:_0x395aae['dataModel'];return{'horizontalAlign':_0x45c3c8==null?void 0x0:_0x45c3c8['ha'],'verticalAlign':_0x45c3c8==null?void 0x0:_0x45c3c8['va']};}function pl(_0x5771c9){return _0x5771c9;}function ml(_0x2b4292,_0x54db46,_0x29f000){const _0x33fbff=_0x2d3867;let {element:_0x52bfb9}=_0x2b4292;if(_0x52bfb9[_0x33fbff(0x866)]===_0x440e4e[_0x33fbff(0x631)]){var _0x2d1e98,_0x1dcb89,_0x2cc8f1,_0xf1e7cf,_0x562ed4,_0x145b1b,_0x57e4c3,_0x973e0f,_0x426e37,_0x4be4cf;if(_0x52bfb9[_0x33fbff(0x5ed)])return sl(_0x54db46,_0x52bfb9[_0x33fbff(0x5ed)]);let _0x4cc9a9=As({'isHorizontal':!0x0,'text':(_0x2d1e98=_0x52bfb9[_0x33fbff(0x65d)])==null?'':_0x2d1e98,'fontFamily':(_0x1dcb89=_0x52bfb9[_0x33fbff(0x785)])==null?void 0x0:_0x1dcb89['fontFamily'],'fontSize':(_0x2cc8f1=_0x52bfb9[_0x33fbff(0x785)])==null?void 0x0:_0x2cc8f1[_0x33fbff(0x837)],'color':(_0xf1e7cf=_0x52bfb9[_0x33fbff(0x785)])==null?void 0x0:_0xf1e7cf[_0x33fbff(0x5bc)],'bold':(_0x562ed4=_0x52bfb9[_0x33fbff(0x785)])==null?void 0x0:_0x562ed4[_0x33fbff(0x58c)],'italic':(_0x145b1b=_0x52bfb9[_0x33fbff(0x785)])==null?void 0x0:_0x145b1b['italic'],'underline':(_0x57e4c3=_0x52bfb9['textStyle'])==null?void 0x0:_0x57e4c3[_0x33fbff(0x614)]}),_0x4311c3=(_0x973e0f=_0x52bfb9['text'])==null?'':_0x973e0f,_0x5de62a={...js(_0x4cc9a9),'fs':pl((_0x426e37=_0x4cc9a9[_0x33fbff(0x837)])==null?0x10:_0x426e37)},_0x51283b=_0x1f7d85['CENTER'],_0x328642=_0x30ccc5['MIDDLE'],_0x21568a=_0x4cc9a9[_0x33fbff(0x969)]!==!0x1,_0x2aa5bf=_0x50828b(_0x4311c3,{'id':_0x54db46,'textStyle':_0x5de62a,'horizontalAlign':_0x51283b,'verticalAlign':_0x328642});return{..._0x2aa5bf,'documentStyle':{..._0x2aa5bf[_0x33fbff(0x6cb)],'pageSize':{...al},'renderConfig':{...(_0x4be4cf=_0x2aa5bf[_0x33fbff(0x6cb)])==null?void 0x0:_0x4be4cf['renderConfig'],..._0x21568a?{}:{'centerAngle':_0xfbd1a0,'vertexAngle':_0xfbd1a0},'wrapStrategy':_0x162116['WRAP']}}};}if(_0x52bfb9[_0x33fbff(0x866)]===_0x440e4e[_0x33fbff(0x24b)]){var _0xc1d2a,_0x59b67e,_0x34c502;let _0x873719=_0x52bfb9['shapeData']['shapeText'],_0x36ba56=dl(_0x873719);if(_0x36ba56){let {horizontalAlign:_0x245344,verticalAlign:_0x3b4f31}=fl(_0x873719);return ll(_0x54db46,ul(_0x36ba56,_0x245344,_0x3b4f31));}let _0x1c5308=As(_0x873719&&_0x33fbff(0x733)in _0x873719&&_0x873719[_0x33fbff(0x733)]===!0x1?_0x873719:void 0x0,_0x29f000),_0x4fae18=(_0xc1d2a=_0x1c5308[_0x33fbff(0x65d)])==null?'':_0xc1d2a,_0x3c4c94={...js(_0x1c5308),'fs':pl((_0x59b67e=_0x1c5308[_0x33fbff(0x837)])==null?0x10:_0x59b67e)},_0x445db1=_0x1f7d85[_0x33fbff(0x74a)],_0x10f26b=_0x30ccc5[_0x33fbff(0x56e)],_0x108cd5=_0x1c5308[_0x33fbff(0x969)]!==!0x1,_0x1bbfc5=_0x50828b(_0x4fae18,{'id':_0x54db46,'textStyle':_0x3c4c94,'horizontalAlign':_0x445db1,'verticalAlign':_0x10f26b});return{..._0x1bbfc5,'documentStyle':{..._0x1bbfc5[_0x33fbff(0x6cb)],'pageSize':{...al},'renderConfig':{...(_0x34c502=_0x1bbfc5[_0x33fbff(0x6cb)])==null?void 0x0:_0x34c502['renderConfig'],..._0x108cd5?{}:{'centerAngle':_0xfbd1a0,'vertexAngle':_0xfbd1a0},'shapeTextOpticalVerticalAlign':_0x573b54[_0x33fbff(0x607)],'wrapStrategy':_0x162116['WRAP']}}};}if(_0x52bfb9[_0x33fbff(0x866)]===_0x440e4e['Placeholder']){var _0x4a210c,_0x2214de,_0x546f00;let _0x431f29=_0x52bfb9['placeholder'][_0x33fbff(0x866)],_0x1bacb7=_0x52bfb9[_0x33fbff(0x65d)]?(_0x4a210c=_0x52bfb9['placeholder'][_0x33fbff(0x88c)])==null?void 0x0:_0x4a210c['textData']:void 0x0;if(_0x1bacb7)return cl(_0x54db46,_0x1bacb7);let _0x51d275=(_0x2214de=_0x52bfb9[_0x33fbff(0x65d)])==null?'':_0x2214de,_0xc2ef4e=0x12,_0x256a91=_0x33fbff(0x98d),_0x1c0a44=0x190,_0x1801e0=Io,_0x2e9751=_0x431f29===_0x5a4a82['Body'],_0x4c9921=_0x2e9751?_0x1f7d85[_0x33fbff(0x8b7)]:_0x1f7d85['CENTER'],_0x4e6468=_0x2e9751?_0x30ccc5[_0x33fbff(0x50c)]:_0x30ccc5[_0x33fbff(0x56e)];_0x431f29===_0x5a4a82['Title']||_0x431f29===_0x5a4a82[_0x33fbff(0x87d)]?(_0xc2ef4e=0x28,_0x256a91=_0x33fbff(0x290),_0x1c0a44=0x258,_0x1801e0=Ro):(_0x431f29===_0x5a4a82[_0x33fbff(0x74d)]||_0x431f29===_0x5a4a82[_0x33fbff(0x451)])&&(_0xc2ef4e=0xe,_0x1801e0=zo,_0x1c0a44=0x190);let _0x3fa193=_0x50828b(_0x51d275,{'id':_0x54db46,'textStyle':{'ff':_0x256a91,'fs':pl(_0xc2ef4e),'cl':{'rgb':_0x1801e0},'bl':_0x1c0a44>=0x258?_0x573b54[_0x33fbff(0xa6a)]:_0x573b54[_0x33fbff(0x607)]},'horizontalAlign':_0x4c9921,'verticalAlign':_0x4e6468,..._0x2e9751?{'bullet':{'listId':_0x54db46+_0x33fbff(0x9f8),'listType':_0x22ad6d[_0x33fbff(0x2e6)],'nestingLevel':0x0}}:{}});return{..._0x3fa193,'documentStyle':{..._0x3fa193[_0x33fbff(0x6cb)],'pageSize':{...al},'renderConfig':{...(_0x546f00=_0x3fa193[_0x33fbff(0x6cb)])==null?void 0x0:_0x546f00[_0x33fbff(0x9d7)],'shapeTextOpticalVerticalAlign':_0x573b54['FALSE'],'wrapStrategy':_0x162116[_0x33fbff(0x54c)]}}};}return ol(_0x54db46,'');}const hl=new Set([_0x5a4a82[_0x2d3867(0x463)],_0x5a4a82[_0x2d3867(0x87d)],_0x5a4a82[_0x2d3867(0x77e)],_0x5a4a82['Body'],_0x5a4a82[_0x2d3867(0x631)],_0x5a4a82[_0x2d3867(0x451)],_0x5a4a82['Header'],_0x5a4a82[_0x2d3867(0x196)],_0x5a4a82[_0x2d3867(0x6b2)]]);function gl(_0x1ce866){const _0x12368b=_0x2d3867;return _0x1ce866===_0x3a8f6d[_0x12368b(0x836)]?_0x12368b(0x232):_0x1ce866===_0x3a8f6d[_0x12368b(0x810)]?_0x12368b(0x218):_0x12368b(0x806);}function _l(_0x5c30eb,_0x12c3b9){const _0x4e0f58=_0x2d3867;var _0x2ef518,_0x87d25;let _0x5c6a5e=_0x12c3b9?_0x5c30eb==null||(_0x2ef518=_0x5c30eb['textDataByLevel'])==null?void 0x0:_0x2ef518[_0x12c3b9]:void 0x0,_0x48f16c=_0x5c6a5e==null?_0x5c30eb==null?void 0x0:_0x5c30eb[_0x4e0f58(0x5ed)]:_0x5c6a5e,_0x4ddee5=_0x48f16c==null||(_0x87d25=_0x48f16c[_0x4e0f58(0x301)])==null?void 0x0:_0x87d25[_0x4e0f58(0x37b)];if(_0x4ddee5)return _0x4ddee5[_0x4e0f58(0x228)](/\r/g,'\x0a')['replace'](/[\u0000-\u0008\u000B-\u001F]/g,'')['trim']()||void 0x0;}function vl(_0x3c9286){const _0xaa560d=_0x2d3867;var _0xbc14cd,_0x239f7c;if(!_0x3c9286)return;if('isRichText'in _0x3c9286&&_0x3c9286[_0xaa560d(0x733)]===!0x1){var _0xc17ecc;return(_0xc17ecc=_0x3c9286[_0xaa560d(0x65d)])==null?'':_0xc17ecc;}let _0x28f1a5=(_0xbc14cd=_0x3c9286[_0xaa560d(0x8f3)])==null?void 0x0:_0xbc14cd[_0xaa560d(0x8fd)],_0x2b585b=_0x28f1a5==null||(_0x239f7c=_0x28f1a5['body'])==null?void 0x0:_0x239f7c[_0xaa560d(0x37b)];if(_0x2b585b)return _0x2b585b[_0xaa560d(0x228)](/\r/g,'\x0a')[_0xaa560d(0x228)](/[\u0000-\u0008\u000B-\u001F]/g,'')[_0xaa560d(0x5a7)]();}function yl(_0x56ef1d,_0x34c58f){const _0x5b6428=_0x2d3867;let {element:_0x3f0344}=_0x56ef1d;if(_0x3f0344[_0x5b6428(0x866)]===_0x440e4e[_0x5b6428(0x631)]){var _0x13281d;return(_0x13281d=_0x3f0344[_0x5b6428(0x65d)])==null?'':_0x13281d;}if(_0x3f0344[_0x5b6428(0x866)]===_0x440e4e[_0x5b6428(0x24b)]){var _0x34d01a;return(_0x34d01a=vl(_0x3f0344[_0x5b6428(0x5a6)][_0x5b6428(0xa84)]))==null?'':_0x34d01a;}if(_0x3f0344[_0x5b6428(0x866)]===_0x440e4e[_0x5b6428(0x7f0)]){var _0xc70c6f,_0x3ba69d;let _0x58a9c5=_0x3f0344[_0x5b6428(0x983)][_0x5b6428(0x866)];if(!hl['has'](_0x58a9c5))return'';let _0x185d71=_0x3f0344[_0x5b6428(0x983)][_0x5b6428(0x88c)],_0x38a0bf=_0x34c58f[_0x5b6428(0x352)](),_0x1faf37=_0x38a0bf?_0x185d71==null||(_0xc70c6f=_0x185d71[_0x5b6428(0x4cc)])==null?void 0x0:_0xc70c6f[_0x38a0bf]:void 0x0,_0x38488e=_0x185d71!=null&&_0x185d71['textKey']?_0x34c58f['t'](_0x185d71[_0x5b6428(0x489)]):void 0x0,_0xe0d70c=_l(_0x185d71,gl(_0x56ef1d[_0x5b6428(0x77d)])),_0x186fb8=_0x1bc55e(_0x58a9c5),_0x56da42=_0x186fb8?_0x34c58f['t'](_0x186fb8):void 0x0;return(_0x3ba69d=[_0x3f0344[_0x5b6428(0x65d)],_0x38488e,_0x1faf37,_0xe0d70c,_0x185d71==null?void 0x0:_0x185d71[_0x5b6428(0x8e3)],_0x3f0344['placeholder'][_0x5b6428(0x8e3)],_0x56da42]['find'](_0x5a7f1d=>!!_0x5a7f1d))==null?'':_0x3ba69d;}return'';}function bl(_0x266875){const _0x34427d=_0x2d3867;let {element:_0x1ca975}=_0x266875;if(_0x1ca975['type']===_0x440e4e[_0x34427d(0x631)]){var _0x1f8553;return(_0x1f8553=_0x1ca975[_0x34427d(0x65d)])==null?'':_0x1f8553;}if(_0x1ca975[_0x34427d(0x866)]===_0x440e4e[_0x34427d(0x24b)]){var _0x190a46;return(_0x190a46=vl(_0x1ca975[_0x34427d(0x5a6)][_0x34427d(0xa84)]))==null?'':_0x190a46;}if(_0x1ca975['type']===_0x440e4e[_0x34427d(0x7f0)]){var _0x174d2e;let _0x49f095=_0x1ca975[_0x34427d(0x983)][_0x34427d(0x866)];return hl['has'](_0x49f095)?(_0x174d2e=_0x1ca975[_0x34427d(0x65d)])==null?'':_0x174d2e:'';}return'';}function xl(_0x2e7c8a){const _0xb78b54=_0x2d3867;let {element:_0x4bffff}=_0x2e7c8a;return _0x4bffff['type']===_0x440e4e[_0xb78b54(0x631)]||_0x4bffff['type']===_0x440e4e[_0xb78b54(0x24b)]?!0x0:_0x4bffff['type']===_0x440e4e[_0xb78b54(0x7f0)]?hl[_0xb78b54(0x7fb)](_0x4bffff['placeholder'][_0xb78b54(0x866)]):!0x1;}let Sl=class extends _0x10bcc8{constructor(_0x58dca2,_0x4c59f1,_0xa74a87,_0x4b7bc7){const _0x2d932a=_0x2d3867;super(),this['_commandService']=_0x58dca2,this['_slideDrawingService']=_0x4c59f1,this[_0x2d932a(0x1e8)]=_0xa74a87,this[_0x2d932a(0x4cd)]=_0x4b7bc7,Z(this,_0x2d932a(0xa05),new _0x740b36(null)),Z(this,_0x2d932a(0x3a5),this[_0x2d932a(0xa05)][_0x2d932a(0x26a)]()),Z(this,'_onSavingEditorData$',new _0x740b36(!0x1)),Z(this,'onSavingEditorData$',this[_0x2d932a(0x48a)][_0x2d932a(0x26a)]()),Z(this,_0x2d932a(0x17d),0x0);}[_0x2d3867(0x92d)](){const _0x4b7328=_0x2d3867;var _0xda9b3a;let _0x64c3d0=this[_0x4b7328(0x4cd)][_0x4b7328(0x6a3)](ka);return(_0x64c3d0==null||(_0xda9b3a=_0x64c3d0['editor'])==null?void 0x0:_0xda9b3a[_0x4b7328(0x786)])!==!0x1;}['dispose'](){const _0xa7e0f4=_0x2d3867;this['_editingParams$'][_0xa7e0f4(0x182)](null),this[_0xa7e0f4(0xa05)][_0xa7e0f4(0x7ae)](),this[_0xa7e0f4(0x48a)][_0xa7e0f4(0x182)](!0x1),this['_onSavingEditorData$'][_0xa7e0f4(0x7ae)](),super['dispose']();}[_0x2d3867(0x4fa)](_0x19809e){const _0x443aed=_0x2d3867;if(!this['_isEditorEnabled']()){this['_editingParams$'][_0x443aed(0x182)](null),this[_0x443aed(0x48a)]['next'](!0x1);return;}this[_0x443aed(0xa05)][_0x443aed(0x182)](_0x19809e),_0x19809e==null&&this[_0x443aed(0x48a)][_0x443aed(0x182)](!0x1);}['setOnSavingEditorData'](_0x162df5){const _0xfbae9e=_0x2d3867;this[_0xfbae9e(0x48a)][_0xfbae9e(0x182)](_0x162df5);}['getEditing'](){const _0x3cb695=_0x2d3867;return this[_0x3cb695(0xa05)][_0x3cb695(0x4a1)]();}['startEditingDrawing'](_0x16b9b4,_0x2d2a4b=$c(_0x16b9b4[_0x2d3867(0x340)],_0x16b9b4[_0x2d3867(0xaa1)],_0x16b9b4['drawingId'])){const _0x3e07cb=_0x2d3867;if(!xl(_0x16b9b4))return;let _0x5d4912=this[_0x3e07cb(0x1e8)][_0x3e07cb(0x681)](_0x16b9b4['unitId'],_0x50fd52[_0x3e07cb(0x70c)]),_0x4edd56=ml(_0x16b9b4,rl,_0x5d4912==null?void 0x0:_0x5d4912[_0x3e07cb(0xa04)](_0x16b9b4['subUnitId']));this[_0x3e07cb(0x995)](),this[_0x3e07cb(0x4fa)]({'unitId':_0x16b9b4[_0x3e07cb(0x340)],'subUnitId':_0x16b9b4[_0x3e07cb(0xaa1)],'shapeId':_0x16b9b4['drawingId'],'sourcePageType':_0x16b9b4[_0x3e07cb(0x77d)],'shapeKey':_0x2d2a4b,'initialText':bl(_0x16b9b4),'visible':!0x0,'initialDocData':_0x4edd56});}[_0x2d3867(0x9ad)](_0xffdc64){const _0x529ef7=_0x2d3867;let _0x2ea1c4=()=>{const _0x2f0012=_0x3035;let _0x1d036d=this['_slideDrawingService'][_0x2f0012(0x364)]({'unitId':_0xffdc64[_0x2f0012(0x340)],'subUnitId':_0xffdc64['subUnitId'],'drawingId':_0xffdc64[_0x2f0012(0x449)]});_0x1d036d&&this[_0x2f0012(0xa0f)](_0x1d036d);};typeof requestAnimationFrame==_0x529ef7(0x861)?requestAnimationFrame(_0x2ea1c4):queueMicrotask(_0x2ea1c4);}['ignoreExternalFocusChanges'](_0x51030d=0x12c){const _0x5bdacf=_0x2d3867;this[_0x5bdacf(0x17d)]=Math[_0x5bdacf(0x55a)](this[_0x5bdacf(0x17d)],Date[_0x5bdacf(0x919)]()+_0x51030d);}[_0x2d3867(0x3d4)](){const _0x49542b=_0x2d3867;return Date[_0x49542b(0x919)]()<this['_ignoreExternalFocusChangesUntil'];}[_0x2d3867(0xa22)](){const _0x1462b3=_0x2d3867;this['getEditing']()&&(this[_0x1462b3(0x50e)](!0x0),requestAnimationFrame(()=>{const _0x305790=_0x1462b3;this[_0x305790(0x4fa)](null);}));}['cancelEditing'](){const _0x143526=_0x2d3867;this['getEditing']()&&this[_0x143526(0x4fa)](null);}[_0x2d3867(0x4ef)](_0x1fe151,_0x50b560){const _0x20377f=_0x2d3867;return _0x50b560===_0x1fe151[_0x20377f(0x2a7)]?!0x1:this['commitEditingDocument'](_0x1fe151,_0x50828b(_0x50b560,{'id':_0x1fe151['initialDocData']['id']}));}[_0x2d3867(0x990)](_0x3d35fe,_0x10eca0){const _0x63c0ff=_0x2d3867;if(!this[_0x63c0ff(0x92d)]()||Ml(_0x10eca0,_0x3d35fe[_0x63c0ff(0x394)]))return!0x1;let _0x51aede=this[_0x63c0ff(0x1f9)](_0x3d35fe);if(!_0x51aede)return!0x1;if(_0x51aede[_0x63c0ff(0x431)][_0x63c0ff(0x866)]===_0x440e4e['Placeholder']&&_0x51aede['sourcePageType']!==_0x63c0ff(0x806))return this['_commitInheritedPlaceholderDocument'](_0x51aede,_0x3d35fe,_0x10eca0);let _0x4118f1=_0x4a4cd3(_0x51aede[_0x63c0ff(0x431)],_0x10eca0);return _0x4118f1?this[_0x63c0ff(0x49d)](_0x3d35fe,_0x4118f1):!0x1;}[_0x2d3867(0x2c4)](_0x2a4274){const _0x226e06=_0x2d3867;var _0x2a0541,_0x578d59;if(!this['_isEditorEnabled']()||_0x2a4274[_0x226e06(0x514)]&&Tl(_0x2a4274[_0x226e06(0x514)],_0x2a4274['shapeText']))return!0x1;let _0x2f455e=this[_0x226e06(0xa85)]['getDrawingByParam']({'unitId':_0x2a4274['unitId'],'subUnitId':_0x2a4274[_0x226e06(0xaa1)],'drawingId':_0x2a4274[_0x226e06(0x449)]});if(!_0x2f455e||El(wl(_0x2f455e[_0x226e06(0x431)]),_0x2a4274[_0x226e06(0xa84)]))return!0x1;let _0x2c41ec=this[_0x226e06(0x32b)](_0x2f455e[_0x226e06(0x431)],_0x2a4274[_0x226e06(0xa84)]);if(!_0x2c41ec)return!0x1;let _0x2407f1={'unitId':_0x2a4274['unitId'],'subUnitId':_0x2a4274[_0x226e06(0xaa1)],'shapeId':_0x2a4274['shapeId'],'shapeKey':'','sourcePageType':_0x2f455e[_0x226e06(0x77d)],'initialText':'','visible':!0x0,'initialDocData':(_0x2a0541=(_0x578d59=Cl(_0x2a4274[_0x226e06(0x514)]))==null?Cl(_0x2a4274['shapeText']):_0x578d59)==null?{'id':_0x2a4274[_0x226e06(0x449)],'body':{'dataStream':'\x0d\x0a'},'documentStyle':{}}:_0x2a0541};return _0x2f455e[_0x226e06(0x431)][_0x226e06(0x866)]===_0x440e4e['Placeholder']&&_0x2f455e[_0x226e06(0x77d)]!==_0x226e06(0x806)?this[_0x226e06(0xae8)](_0x2f455e,_0x2407f1,_0x2c41ec):this[_0x226e06(0x49d)](_0x2407f1,_0x2c41ec);}[_0x2d3867(0x9e1)](_0x5b0f4b){const _0x1a0080=_0x2d3867;if(!this['_isEditorEnabled']())return!0x1;let _0x166d17=kl(_0x5b0f4b[_0x1a0080(0x47c)],0x0);if(_0x166d17<=0x0)return!0x1;let _0xbb346a=this[_0x1a0080(0xa85)][_0x1a0080(0x364)]({'unitId':_0x5b0f4b[_0x1a0080(0x340)],'subUnitId':_0x5b0f4b[_0x1a0080(0xaa1)],'drawingId':_0x5b0f4b[_0x1a0080(0x449)]});if(!_0xbb346a||!Al(_0xbb346a['element'])||_0x166d17<=kl(_0xbb346a[_0x1a0080(0x431)][_0x1a0080(0x985)][_0x1a0080(0x47c)],0x0))return!0x1;let _0x2f9d4f=kl(_0xbb346a[_0x1a0080(0x431)][_0x1a0080(0x985)][_0x1a0080(0xa28)],0x0);return _0x2f9d4f<=0x0?!0x1:this[_0x1a0080(0x91e)](_0x5b0f4b,_0xbb346a,_0x2f9d4f,_0x166d17);}['updatePlainTextShapeHostSize'](_0x18ee10){const _0x472c91=_0x2d3867;if(!this[_0x472c91(0x92d)]())return!0x1;let _0x3bedf7=kl(_0x18ee10['width'],0x0),_0x1523ff=kl(_0x18ee10[_0x472c91(0x47c)],0x0);if(_0x3bedf7<=0x0||_0x1523ff<=0x0)return!0x1;let _0x4611ae=this[_0x472c91(0xa85)]['getDrawingByParam']({'unitId':_0x18ee10['unitId'],'subUnitId':_0x18ee10['subUnitId'],'drawingId':_0x18ee10['shapeId']});if(!_0x4611ae||!Al(_0x4611ae[_0x472c91(0x431)]))return!0x1;let _0xb6dea2=kl(_0x4611ae['element']['transform'][_0x472c91(0xa28)],0x0),_0x4079f5=kl(_0x4611ae[_0x472c91(0x431)][_0x472c91(0x985)][_0x472c91(0x47c)],0x0),_0x5ebe5f=jl(_0x4611ae[_0x472c91(0x431)]),_0x570b68=_0x5ebe5f?Math[_0x472c91(0x55a)](_0xb6dea2,_0x3bedf7):_0x3bedf7,_0xf8a28c=_0x5ebe5f?Math[_0x472c91(0x55a)](_0x4079f5,_0x1523ff):_0x1523ff;return _0x570b68===_0xb6dea2&&_0xf8a28c===_0x4079f5?!0x1:this[_0x472c91(0x91e)](_0x18ee10,_0x4611ae,_0x570b68,_0xf8a28c);}['_updatePlainTextShapeHostSize'](_0x35518,_0x5e603e,_0x1adb32,_0x3829ec){const _0x286db5=_0x2d3867;return this[_0x286db5(0x995)](0x7d0),this[_0x286db5(0x5a5)][_0x286db5(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x35518[_0x286db5(0x340)],'subUnitId':_0x35518[_0x286db5(0xaa1)],'drawingId':_0x35518['shapeId'],'element':{..._0x5e603e[_0x286db5(0x431)],'transform':{..._0x5e603e[_0x286db5(0x431)][_0x286db5(0x985)],'width':_0x1adb32,'height':_0x3829ec}}}]}),!0x0;}[_0x2d3867(0x1f9)](_0x297d7b){const _0x232c28=_0x2d3867;return this[_0x232c28(0xa85)]['getDrawingByParam']({'unitId':_0x297d7b[_0x232c28(0x340)],'subUnitId':_0x297d7b[_0x232c28(0xaa1)],'drawingId':_0x297d7b[_0x232c28(0x449)]});}[_0x2d3867(0x49d)](_0x23989e,_0x5cd6dc){return this['_commandService']['executeCommand'](_0x2a956c['id'],{'patches':[{'unitId':_0x23989e['unitId'],'subUnitId':_0x23989e['subUnitId'],'drawingId':_0x23989e['shapeId'],'element':_0x5cd6dc}]}),!0x0;}[_0x2d3867(0x4b4)](_0x5addb1,_0x571514,_0x4965ef){const _0x4fcc9d=_0x2d3867;let _0x57660e=this[_0x4fcc9d(0x1e8)][_0x4fcc9d(0x681)](_0x571514[_0x4fcc9d(0x340)],_0x50fd52[_0x4fcc9d(0x70c)]),_0x5da5f3=_0x57660e==null?void 0x0:_0x57660e[_0x4fcc9d(0x63a)][_0x4fcc9d(0x3c6)](_0x571514[_0x4fcc9d(0xaa1)]);if(!_0x5da5f3||_0x5addb1[_0x4fcc9d(0x431)]['type']!==_0x440e4e[_0x4fcc9d(0x7f0)])return!0x1;let _0x19ae55=_0x5addb1[_0x4fcc9d(0x431)],_0x17b2ba=this[_0x4fcc9d(0x276)](_0x5da5f3[_0x4fcc9d(0x1ed)]()['elements'],_0x19ae55);if(_0x17b2ba){let _0x96090b=_0x4a4cd3(_0x17b2ba,_0x4965ef);return _0x96090b?(this[_0x4fcc9d(0x5a5)][_0x4fcc9d(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x571514['unitId'],'subUnitId':_0x571514[_0x4fcc9d(0xaa1)],'drawingId':_0x17b2ba['id'],'element':_0x96090b}]}),!0x0):!0x1;}let _0x374785=_0x4a4cd3({..._0x19ae55,'id':_0x19ae55['id'],'transform':{..._0x19ae55[_0x4fcc9d(0x985)]}},_0x4965ef);return _0x374785?(this[_0x4fcc9d(0x5a5)][_0x4fcc9d(0x6bc)](_0x14d399['id'],{'unitId':_0x571514[_0x4fcc9d(0x340)],'subUnitId':_0x571514[_0x4fcc9d(0xaa1)],'element':_0x374785,'focus':!0x0}),!0x0):!0x1;}[_0x2d3867(0xae8)](_0x4ae255,_0x110ce1,_0x28948b){const _0x28538f=_0x2d3867;let _0x1fed44=this[_0x28538f(0x1e8)][_0x28538f(0x681)](_0x110ce1['unitId'],_0x50fd52['UNIVER_SLIDE']),_0x270314=_0x1fed44==null?void 0x0:_0x1fed44['pageManager'][_0x28538f(0x3c6)](_0x110ce1['subUnitId']);if(!_0x270314||_0x4ae255['element']['type']!==_0x440e4e[_0x28538f(0x7f0)]||_0x28948b[_0x28538f(0x866)]!==_0x440e4e[_0x28538f(0x7f0)])return!0x1;let _0x7766da=this[_0x28538f(0x276)](_0x270314[_0x28538f(0x1ed)]()['elements'],_0x4ae255['element']);if(_0x7766da){let _0x4657d9=this[_0x28538f(0x32b)](_0x7766da,wl(_0x28948b));return _0x4657d9?(this[_0x28538f(0x5a5)]['executeCommand'](_0x2a956c['id'],{'patches':[{'unitId':_0x110ce1[_0x28538f(0x340)],'subUnitId':_0x110ce1[_0x28538f(0xaa1)],'drawingId':_0x7766da['id'],'element':_0x4657d9}]}),!0x0):!0x1;}return this['_commandService'][_0x28538f(0x6bc)](_0x14d399['id'],{'unitId':_0x110ce1[_0x28538f(0x340)],'subUnitId':_0x110ce1[_0x28538f(0xaa1)],'element':{..._0x28948b,'id':_0x4ae255['element']['id'],'transform':{..._0x4ae255[_0x28538f(0x431)][_0x28538f(0x985)]}},'focus':!0x0}),!0x0;}['_applyShapeTextData'](_0x190d61,_0x2be8c9){const _0x27e911=_0x2d3867;var _0x42d8bb;let _0x46ae22=Cl(_0x2be8c9),_0x526d9e=_0x46ae22?_0x3dae76(_0x46ae22):(_0x42d8bb=_0x2be8c9[_0x27e911(0x65d)])==null?'':_0x42d8bb;if(_0x190d61[_0x27e911(0x866)]===_0x440e4e[_0x27e911(0x631)])return{..._0x190d61,'text':_0x526d9e,..._0x46ae22?{'textData':_0x1cccc2[_0x27e911(0x738)](_0x46ae22)}:{}};if(_0x190d61[_0x27e911(0x866)]===_0x440e4e[_0x27e911(0x24b)]){var _0x48c328,_0x424dad;return{..._0x190d61,'shapeData':{..._0x190d61['shapeData'],'shapeText':{..._0x190d61[_0x27e911(0x5a6)][_0x27e911(0xa84)],..._0x2be8c9,'text':_0x526d9e,'dataModel':{...(_0x48c328=(_0x424dad=_0x190d61['shapeData']['shapeText'])==null?void 0x0:_0x424dad[_0x27e911(0x8f3)])==null?{}:_0x48c328,..._0x2be8c9['dataModel'],..._0x46ae22?{'doc':_0x1cccc2[_0x27e911(0x738)](_0x46ae22)}:{}}}}};}return _0x190d61['type']===_0x440e4e[_0x27e911(0x7f0)]?{..._0x190d61,'text':_0x526d9e,'placeholder':{..._0x190d61[_0x27e911(0x983)],'textConfig':{..._0x190d61[_0x27e911(0x983)][_0x27e911(0x88c)],..._0x46ae22?{'textData':_0x1cccc2[_0x27e911(0x738)](_0x46ae22)}:{}}}}:null;}['_findSlidePlaceholderOverride'](_0x620c0,_0x22268a){const _0xb67fd1=_0x2d3867;for(let _0x27ea70 of Object[_0xb67fd1(0x4ae)](_0x620c0)){if(_0x27ea70['type']!==_0x440e4e[_0xb67fd1(0x7f0)]||_0x27ea70[_0xb67fd1(0x983)][_0xb67fd1(0x866)]!==_0x22268a[_0xb67fd1(0x983)][_0xb67fd1(0x866)])continue;let _0x517034=_0x27ea70[_0xb67fd1(0x983)]['index'],_0x44a049=_0x22268a[_0xb67fd1(0x983)][_0xb67fd1(0x981)];if((_0x517034==null?null:_0x517034)===(_0x44a049==null?null:_0x44a049))return _0x27ea70;}return null;}};Sl=$([Q(0x0,_0x2402a1),Q(0x1,_0x3a5c48),Q(0x2,_0x534be5),Q(0x3,_0x4e6b21)],Sl);function Cl(_0x2084db){var _0xda8803,_0xd37fd6;return(_0xda8803=(_0xd37fd6=_0x14104f(_0x2084db['dataModel']))==null?void 0x0:_0xd37fd6['doc'])==null?null:_0xda8803;}function wl(_0xa76cb1){const _0x25f933=_0x2d3867;if(_0xa76cb1[_0x25f933(0x866)]===_0x440e4e[_0x25f933(0x24b)]){var _0x166e5e;return(_0x166e5e=_0xa76cb1[_0x25f933(0x5a6)][_0x25f933(0xa84)])==null?{'isHorizontal':!0x0}:_0x166e5e;}if(_0xa76cb1[_0x25f933(0x866)]===_0x440e4e[_0x25f933(0x631)]){var _0x26b0e3;return{'isHorizontal':!0x0,'text':(_0x26b0e3=_0xa76cb1[_0x25f933(0x65d)])==null?'':_0x26b0e3,'dataModel':_0xa76cb1[_0x25f933(0x5ed)]?{'doc':_0xa76cb1['textData']}:void 0x0};}if(_0xa76cb1[_0x25f933(0x866)]===_0x440e4e[_0x25f933(0x7f0)]){var _0xf699e2,_0x466e07;return{'isHorizontal':!0x0,'text':(_0xf699e2=_0xa76cb1[_0x25f933(0x65d)])==null?'':_0xf699e2,'dataModel':(_0x466e07=_0xa76cb1[_0x25f933(0x983)][_0x25f933(0x88c)])!=null&&_0x466e07[_0x25f933(0x5ed)]?{'doc':_0xa76cb1[_0x25f933(0x983)][_0x25f933(0x88c)][_0x25f933(0x5ed)]}:void 0x0};}return{'isHorizontal':!0x0};}function Tl(_0x4999d2,_0x310c33){if(El(_0x4999d2,_0x310c33))return!0x0;let _0x4c47ac=Cl(_0x4999d2),_0x587d04=Cl(_0x310c33);return _0x4c47ac&&_0x587d04?!0x1:Ol(_0x4999d2)===Ol(_0x310c33);}function El(_0x5ebb73,_0xdaa7e5){const _0x70eef2=_0x2d3867;return JSON[_0x70eef2(0x424)](Dl(_0x5ebb73))===JSON[_0x70eef2(0x424)](Dl(_0xdaa7e5));}function Dl(_0x48f76d){const _0x1f910a=_0x2d3867;let _0x1bd40c=_0x1cccc2[_0x1f910a(0x738)](_0x48f76d),_0x2c2678=_0x14104f(_0x1bd40c[_0x1f910a(0x8f3)]);if(_0x2c2678!=null&&_0x2c2678[_0x1f910a(0x8fd)]){var _0x5d78f6;_0x2c2678[_0x1f910a(0x8fd)][_0x1f910a(0x6cb)]={..._0x2c2678[_0x1f910a(0x8fd)][_0x1f910a(0x6cb)],'renderConfig':{...(_0x5d78f6=_0x2c2678[_0x1f910a(0x8fd)][_0x1f910a(0x6cb)])==null?void 0x0:_0x5d78f6[_0x1f910a(0x9d7)],..._0x2c2678['ha']===void 0x0?{}:{'horizontalAlign':_0x2c2678['ha']},..._0x2c2678['va']===void 0x0?{}:{'verticalAlign':_0x2c2678['va']}}},_0x2c2678[_0x1f910a(0x8fd)]=Nl(_0x2c2678['doc']),_0x1bd40c[_0x1f910a(0x8f3)]=_0x2c2678;}return _0x1bd40c;}function Ol(_0x5e8881){var _0xdef898;let _0x390a28=Cl(_0x5e8881);return _0x390a28?_0x3dae76(_0x390a28):(_0xdef898=_0x5e8881['text'])==null?'':_0xdef898;}function kl(_0x3e8286,_0x4b2f96){const _0x29b257=_0x2d3867;return typeof _0x3e8286==_0x29b257(0x684)&&Number['isFinite'](_0x3e8286)&&_0x3e8286>0x0?_0x3e8286:_0x4b2f96;}function Al(_0x213f7a){const _0x84c686=_0x2d3867;if(_0x213f7a[_0x84c686(0x866)]===_0x440e4e[_0x84c686(0x631)])return!0x0;if(_0x213f7a[_0x84c686(0x866)]!==_0x440e4e[_0x84c686(0x24b)]||_0x213f7a[_0x84c686(0x5a6)]['shapeType']!==_0x3da99c['Rect']||_0x213f7a[_0x84c686(0x5a6)][_0x84c686(0x252)]!==!0x0||!_0x213f7a['shapeData']['shapeText'])return!0x1;let _0x52c9e0=_0x3a8400(_0x213f7a[_0x84c686(0x5a6)]);return _0x52c9e0['textWrap']!==_0x84c686(0x4bc)||_0x52c9e0[_0x84c686(0x496)]===_0x3216a2[_0x84c686(0x775)];}function jl(_0x56a364){const _0x481775=_0x2d3867;return _0x56a364[_0x481775(0x866)]===_0x440e4e[_0x481775(0x24b)]&&_0x56a364[_0x481775(0x5a6)]['shapeType']===_0x3da99c[_0x481775(0xa8a)]&&_0x56a364[_0x481775(0x5a6)][_0x481775(0x252)]===!0x0;}function Ml(_0x392aa1,_0x4d053a){const _0x381540=_0x2d3867;return JSON[_0x381540(0x424)](Nl(_0x392aa1))===JSON[_0x381540(0x424)](Nl(_0x4d053a));}function Nl(_0x3b2a7d){const _0x51afb1=_0x2d3867;var _0x2f7935;let _0xc1d061=_0x1cccc2['deepClone'](_0x3b2a7d);_0xc1d061['id']='';let _0x736173=_0xc1d061['documentStyle'];return _0x736173&&(_0x736173['marginTop']=0x0,_0x736173[_0x51afb1(0x9f0)]=0x0,_0x736173['marginLeft']=0x0,_0x736173['marginRight']=0x0,_0x736173[_0x51afb1(0x9d7)]&&(delete _0x736173['renderConfig'][_0x51afb1(0xa0b)],delete _0x736173[_0x51afb1(0x9d7)][_0x51afb1(0x57e)],delete _0x736173[_0x51afb1(0x9d7)][_0x51afb1(0x3c9)],Object['keys'](_0x736173[_0x51afb1(0x9d7)])['length']===0x0&&delete _0x736173[_0x51afb1(0x9d7)])),(_0x2f7935=_0xc1d061[_0x51afb1(0x6cb)])!=null&&_0x2f7935[_0x51afb1(0x76e)]&&(_0xc1d061[_0x51afb1(0x6cb)][_0x51afb1(0x76e)]={'width':0x1/0x0,'height':0x1/0x0}),_0xc1d061;}let Pl=class extends Uc{constructor(_0x1daba8,_0x1a9caf,_0x7de31c){const _0x20e469=_0x2d3867;super(),this[_0x20e469(0x4c5)]=_0x1daba8,this[_0x20e469(0x850)]=_0x1a9caf,this[_0x20e469(0x5a3)]=_0x7de31c,Z(this,_0x20e469(0x628),0x2d);}[_0x2d3867(0x7cd)](_0x31b31b){const _0x8ef124=_0x2d3867;return _0x31b31b[_0x8ef124(0x431)][_0x8ef124(0x866)]===_0x440e4e['Placeholder'];}[_0x2d3867(0x8cd)](_0x38820d,_0x412d15){const _0x56d66d=_0x2d3867;var _0x2c7845,_0x1a43f5;if(_0x38820d['hidden']||_0x38820d[_0x56d66d(0x431)][_0x56d66d(0x866)]!==_0x440e4e[_0x56d66d(0x7f0)])return null;let _0x335632=_0x38820d[_0x56d66d(0x431)],_0x19aadf=(_0x2c7845=_0x412d15[_0x56d66d(0x72d)])==null?_0x4fafd2[_0x56d66d(0x25b)]:_0x2c7845,_0x357312=_0x38820d[_0x56d66d(0x77d)]!==_0x56d66d(0x806)&&(_0x335632[_0x56d66d(0x983)][_0x56d66d(0x866)]===_0x5a4a82[_0x56d66d(0x74d)]||_0x335632[_0x56d66d(0x983)]['type']===_0x5a4a82[_0x56d66d(0x451)]||_0x335632['placeholder'][_0x56d66d(0x866)]===_0x5a4a82[_0x56d66d(0x196)]||_0x335632[_0x56d66d(0x983)][_0x56d66d(0x866)]===_0x5a4a82[_0x56d66d(0x6b2)]),_0x4d6454=_0x412d15[_0x56d66d(0x8f9)]&&(_0x19aadf===_0x4fafd2[_0x56d66d(0x755)]||_0x19aadf===_0x4fafd2[_0x56d66d(0x25b)]&&!_0x357312),_0x54e763=!!_0xb1625e(_0x335632),_0x2ef957=hl[_0x56d66d(0x7fb)](_0x335632[_0x56d66d(0x983)]['type'])&&(!!((_0x1a43f5=_0x335632[_0x56d66d(0x65d)])!=null&&_0x1a43f5[_0x56d66d(0x5a7)]())||!!this[_0x56d66d(0x653)](_0x38820d)||!_0x357312&&!!this['_resolveText'](_0x38820d));if(!_0x4d6454&&!_0x54e763&&!_0x2ef957)return null;let _0xae8559=_0x56d66d(0x6d5)+_0x412d15[_0x56d66d(0x340)]+'-'+_0x412d15[_0x56d66d(0xaa1)]+'-'+_0x38820d[_0x56d66d(0x31e)];return this[_0x56d66d(0x67d)](_0x38820d,_0x412d15,_0xae8559)||this['_createPlaceholderObject'](_0x38820d,_0x412d15,_0xae8559);}[_0x2d3867(0x67d)](_0xb0a6b2,_0x551db2,_0x50aa14){const _0x53dc3e=_0x2d3867;var _0x2fad5d,_0x500a6c,_0x139cdb,_0x5cb8b6,_0x26aafe,_0x293c84;if(_0xb0a6b2[_0x53dc3e(0x431)][_0x53dc3e(0x866)]!==_0x440e4e[_0x53dc3e(0x7f0)])return null;let _0x4c5412=_0xb0a6b2[_0x53dc3e(0x431)],_0x12f67d=_0xb1625e(_0x4c5412);if(!_0x12f67d)return null;let _0xe5c780=_0x4c5412[_0x53dc3e(0x985)],_0x5be1fe=(_0x2fad5d=_0x12f67d[_0x53dc3e(0xab7)])==null?_0x127be6[_0x53dc3e(0x9e4)]:_0x2fad5d,_0x39a003=this['_imageIoService'],_0x4adb82=_0x39a003['getImageSourceCache'](_0x12f67d['source'],_0x5be1fe),_0x3c1f51=new hs(_0x50aa14,{'image':_0x4adb82==null?void 0x0:_0x4adb82,'url':_0x4adb82||_0x5be1fe===_0x127be6[_0x53dc3e(0x522)]?void 0x0:_0x12f67d[_0x53dc3e(0x2e1)],'success':_0x551db2['requestRender'],'left':_0x551db2[_0x53dc3e(0x281)]+((_0x500a6c=_0xe5c780[_0x53dc3e(0x88e)])==null?0x0:_0x500a6c),'top':_0x551db2[_0x53dc3e(0x375)]+((_0x139cdb=_0xe5c780[_0x53dc3e(0x19e)])==null?0x0:_0x139cdb),'width':(_0x5cb8b6=_0xe5c780[_0x53dc3e(0xa28)])==null?0x0:_0x5cb8b6,'height':(_0x26aafe=_0xe5c780[_0x53dc3e(0x47c)])==null?0x0:_0x26aafe,'angle':(_0x293c84=_0xe5c780['rotation'])==null?0x0:_0x293c84,'flipX':_0xe5c780[_0x53dc3e(0x2e3)],'flipY':_0xe5c780[_0x53dc3e(0x8dd)],'skewX':_0xe5c780['skewX'],'skewY':_0xe5c780['skewY'],'zIndex':_0x551db2['orderIndex'],'visible':!_0xb0a6b2[_0x53dc3e(0x676)],'evented':!0x0,'forceRender':!0x0});return _0x4adb82==null&&_0x5be1fe===_0x127be6[_0x53dc3e(0x522)]&&_0x3c1f51[_0x53dc3e(0x405)](_0x12f67d[_0x53dc3e(0x2e1)],_0x5be1fe,_0x39a003,_0x551db2[_0x53dc3e(0x414)]),_0x3c1f51;}[_0x2d3867(0x77f)](_0x5423db,_0x16755e,_0x3978a6){const _0x2f496e=_0x2d3867;var _0x2666d2,_0x2607ee,_0x563166,_0x56224c,_0x2d8925,_0x110b8c,_0x2119ad,_0x5a4340,_0x397a2f;let _0x32e226=_0x5423db[_0x2f496e(0x431)],_0x15b71a=_0x32e226[_0x2f496e(0x985)],_0x12ea63=this['_resolveText'](_0x5423db),_0x5140e2=(_0x2666d2=_0x32e226[_0x2f496e(0x983)][_0x2f496e(0x88c)])==null?void 0x0:_0x2666d2[_0x2f496e(0x489)],_0x2262e1=this[_0x2f496e(0x56c)](_0x5423db),_0x18427e=this['_resolveTextStyle'](_0x32e226[_0x2f496e(0x983)][_0x2f496e(0x866)]),_0x4a8676=this[_0x2f496e(0x653)](_0x5423db,_0x12ea63,_0x18427e),_0x114495=_0x32e226[_0x2f496e(0x6f7)],_0x3a6444=!!(_0x114495!=null&&_0x114495[_0x2f496e(0x7c1)])&&_0x114495['fill']['fillType']!==_0x570aff['NoFill'],_0x1592e0=!!(_0x114495!=null&&_0x114495[_0x2f496e(0xae3)])&&_0x114495['stroke'][_0x2f496e(0x879)]!==_0x5d5f82[_0x2f496e(0x8ef)],_0x59c079=_0x3a6444||_0x1592e0,_0x5235e1={'left':_0x16755e['pageOffsetLeft']+((_0x2607ee=_0x15b71a[_0x2f496e(0x88e)])==null?0x0:_0x2607ee),'top':_0x16755e[_0x2f496e(0x375)]+((_0x563166=_0x15b71a[_0x2f496e(0x19e)])==null?0x0:_0x563166),'width':(_0x56224c=_0x15b71a[_0x2f496e(0xa28)])==null?0x0:_0x56224c,'height':(_0x2d8925=_0x15b71a['height'])==null?0x0:_0x2d8925,'angle':(_0x110b8c=_0x15b71a[_0x2f496e(0x304)])==null?0x0:_0x110b8c,'flipX':_0x15b71a[_0x2f496e(0x2e3)],'flipY':_0x15b71a[_0x2f496e(0x8dd)],'skewX':_0x15b71a['skewX'],'skewY':_0x15b71a[_0x2f496e(0x32e)],'zIndex':_0x16755e['orderIndex'],'visible':!_0x5423db[_0x2f496e(0x676)],'evented':!0x0,'forceRender':!0x0,'text':_0x12ea63||_0x5140e2?{'value':_0x12ea63==null?'':_0x12ea63,'textKey':_0x5140e2,'fontSize':_0x18427e[_0x2f496e(0x837)],'fontFamily':_0x18427e[_0x2f496e(0x76f)],'fontWeight':_0x18427e[_0x2f496e(0x8e0)],'documentData':_0x4a8676}:void 0x0,'icons':_0x2262e1,'fillColor':_0x3a6444?_0x114495==null||(_0x2119ad=_0x114495[_0x2f496e(0x7c1)])==null?void 0x0:_0x2119ad[_0x2f496e(0x5bc)]:void 0x0,'strokeColor':_0x1592e0?_0x114495==null||(_0x5a4340=_0x114495[_0x2f496e(0xae3)])==null?void 0x0:_0x5a4340[_0x2f496e(0x5bc)]:void 0x0,'strokeWidth':_0x1592e0?_0x114495==null||(_0x397a2f=_0x114495[_0x2f496e(0xae3)])==null?void 0x0:_0x397a2f[_0x2f496e(0xa28)]:void 0x0,'textColor':_0x18427e[_0x2f496e(0x86e)],'localeService':this[_0x2f496e(0x4c5)],'hasUserContent':!!(_0x32e226[_0x2f496e(0x65d)]&&_0x32e226[_0x2f496e(0x65d)][_0x2f496e(0xa73)]>0x0),'hasExplicitStyle':_0x59c079,'hasExplicitFill':_0x3a6444,'hasExplicitStroke':_0x1592e0},_0xbaa324=hl[_0x2f496e(0x7fb)](_0x32e226[_0x2f496e(0x983)][_0x2f496e(0x866)])?new us(_0x3978a6,_0x5235e1):new ls(_0x3978a6,_0x5235e1);return _0xbaa324[_0x2f496e(0x4fa)](this[_0x2f496e(0x7d4)](_0x5423db,_0x16755e)),_0xbaa324;}[_0x2d3867(0x5eb)](_0x3f33f0){const _0x11129b=_0x2d3867;return yl(_0x3f33f0,this[_0x11129b(0x4c5)])||void 0x0;}['_resolveTextDocumentData'](_0x1d228b,_0x40ed23,_0x19f5a9){const _0x3bd714=_0x2d3867;if(_0x1d228b[_0x3bd714(0x431)][_0x3bd714(0x866)]!==_0x440e4e['Placeholder'])return;let _0x169057=_0x1d228b[_0x3bd714(0x431)];if(_0x169057[_0x3bd714(0x65d)]){var _0x4d32b0;return(_0x4d32b0=_0x169057[_0x3bd714(0x983)]['textConfig'])==null?void 0x0:_0x4d32b0[_0x3bd714(0x5ed)];}let _0x23cbf3=this[_0x3bd714(0x544)](_0x169057,_0x1d228b[_0x3bd714(0x77d)]);if(_0x23cbf3)return Fl(_0x23cbf3,_0x40ed23,_0x19f5a9);if(!(_0x169057[_0x3bd714(0x983)]['type']!==_0x5a4a82[_0x3bd714(0x9c0)]||!_0x40ed23))return _0x50828b(_0x40ed23,{'id':_0x3bd714(0x4ec)+_0x169057['id']+_0x3bd714(0x8f8),'textStyle':Il(_0x19f5a9,Io),'horizontalAlign':_0x1f7d85['LEFT'],'verticalAlign':_0x30ccc5[_0x3bd714(0x50c)],'bullet':{'listId':_0x3bd714(0x4ec)+_0x169057['id']+_0x3bd714(0x8c4),'listType':_0x22ad6d[_0x3bd714(0x2e6)],'nestingLevel':0x0}});}[_0x2d3867(0x544)](_0x5f239a,_0x143ac6){const _0x3eb1a6=_0x2d3867;var _0x5ed7c,_0x1b42a7;let _0x120c20=_0x5f239a[_0x3eb1a6(0x983)][_0x3eb1a6(0x88c)],_0x2bd8ca=_0x143ac6===_0x3a8f6d[_0x3eb1a6(0x836)]||_0x143ac6===_0x3a8f6d['Layout']||_0x143ac6===_0x3a8f6d[_0x3eb1a6(0xa20)]?_0x143ac6:void 0x0;return(_0x5ed7c=_0x2bd8ca?_0x120c20==null||(_0x1b42a7=_0x120c20[_0x3eb1a6(0x33d)])==null?void 0x0:_0x1b42a7[_0x2bd8ca]:void 0x0)==null?_0x120c20==null?void 0x0:_0x120c20['textData']:_0x5ed7c;}[_0x2d3867(0x7d4)](_0x17ff96,_0x16b685){const _0x4aeb1c=_0x2d3867;var _0xc3b742;let _0x4cc32f=(_0xc3b742=this[_0x4aeb1c(0x5a3)])==null?void 0x0:_0xc3b742[_0x4aeb1c(0xacc)]();return!!(_0x4cc32f!=null&&_0x4cc32f[_0x4aeb1c(0x617)])&&_0x4cc32f[_0x4aeb1c(0x340)]===_0x16b685[_0x4aeb1c(0x340)]&&_0x4cc32f[_0x4aeb1c(0xaa1)]===_0x16b685[_0x4aeb1c(0xaa1)]&&_0x4cc32f[_0x4aeb1c(0x449)]===_0x17ff96[_0x4aeb1c(0x31e)];}[_0x2d3867(0x56c)](_0x5bc60d){const _0x80b6f5=_0x2d3867;return _0x5bc60d[_0x80b6f5(0x431)][_0x80b6f5(0x866)]===_0x440e4e['Placeholder']?_0x857258(_0x5bc60d[_0x80b6f5(0x431)][_0x80b6f5(0x983)]):[];}[_0x2d3867(0x391)](_0x1eb0cc){const _0x533e66=_0x2d3867;return _0x1eb0cc===_0x5a4a82[_0x533e66(0x463)]||_0x1eb0cc===_0x5a4a82[_0x533e66(0x87d)]?{'fontSize':0x28,'fontFamily':_0x533e66(0x290),'fontWeight':0x258,'textColor':Ro}:_0x1eb0cc===_0x5a4a82[_0x533e66(0x74d)]||_0x1eb0cc===_0x5a4a82[_0x533e66(0x451)]||_0x1eb0cc===_0x5a4a82[_0x533e66(0x196)]||_0x1eb0cc===_0x5a4a82['SlideNumber']?{'fontSize':0xe,'fontFamily':_0x533e66(0x98d),'fontWeight':0x190,'textColor':zo}:{};}};Pl=$([Q(0x0,_0x33d141(_0x4a2941)),Q(0x1,_0x4b40fd),Q(0x2,_0x49cccf(Sl))],Pl);function Fl(_0x580b45,_0x3874b0,_0x5bc006){const _0x4bd80f=_0x2d3867;var _0x3ee383,_0x3f7eaf;let _0x37e812=_0x3dae76(_0x580b45)[_0x4bd80f(0x5a7)](),_0x499dc3=_0x3874b0==null?void 0x0:_0x3874b0[_0x4bd80f(0x5a7)]();if(_0x37e812||!_0x499dc3)return _0x580b45;let _0x17b4f5=(_0x3ee383=_0x580b45[_0x4bd80f(0x6cb)])==null?void 0x0:_0x3ee383[_0x4bd80f(0x9d7)],_0x419ce6=(_0x3f7eaf=_0x580b45[_0x4bd80f(0x301)])==null||(_0x3f7eaf=_0x3f7eaf[_0x4bd80f(0x240)])==null||(_0x3f7eaf=_0x3f7eaf[_0x4bd80f(0x43b)](_0x56e693=>_0x56e693[_0x4bd80f(0x62d)]))==null?void 0x0:_0x3f7eaf[_0x4bd80f(0x62d)];return _0x50828b(_0x3874b0==null?'':_0x3874b0,{'id':_0x580b45['id'],'textStyle':Il(_0x5bc006,Io),'horizontalAlign':_0x17b4f5==null?void 0x0:_0x17b4f5[_0x4bd80f(0x169)],'verticalAlign':_0x17b4f5==null?void 0x0:_0x17b4f5[_0x4bd80f(0x4ce)],..._0x419ce6!=null&&_0x419ce6['listType']?{'bullet':{'listId':_0x419ce6[_0x4bd80f(0x8b3)],'listType':_0x419ce6[_0x4bd80f(0x635)],'nestingLevel':_0x419ce6[_0x4bd80f(0x9a9)]}}:{}});}function Il(_0x3b0626,_0x289aa4){const _0x8377dd=_0x2d3867;var _0xaaa636,_0x5ae185,_0xd7b7d5,_0x5e06ff;return{'ff':(_0xaaa636=_0x3b0626==null?void 0x0:_0x3b0626[_0x8377dd(0x76f)])==null?_0x8377dd(0x98d):_0xaaa636,'fs':(_0x5ae185=_0x3b0626==null?void 0x0:_0x3b0626[_0x8377dd(0x837)])==null?0x12:_0x5ae185,'cl':{'rgb':(_0xd7b7d5=_0x3b0626==null?void 0x0:_0x3b0626['textColor'])==null?_0x289aa4:_0xd7b7d5},'bl':((_0x5e06ff=_0x3b0626==null?void 0x0:_0x3b0626[_0x8377dd(0x8e0)])==null?0x190:_0x5e06ff)>=0x258?_0x573b54[_0x8377dd(0xa6a)]:_0x573b54['FALSE']};}Wc[_0x2d3867(0x6fb)](Pl);var Ll;let Rl=Ll=class extends Uc{constructor(_0x58a96a,_0x3a919d,_0x10723d){const _0x1c94f6=_0x2d3867;super(),this['_localeService']=_0x58a96a,this['_imageIoService']=_0x3a919d,this['_slideTextEditingService']=_0x10723d,Z(this,_0x1c94f6(0x628),0xa);}['check'](_0x6d752d){const _0x2b938b=_0x2d3867;return _0x6d752d[_0x2b938b(0x431)][_0x2b938b(0x866)]===_0x440e4e[_0x2b938b(0x24b)];}[_0x2d3867(0x8cd)](_0x660ce7,_0x26933e){const _0x35d28d=_0x2d3867;var _0x1df614,_0x1ace22,_0x47b3ec,_0x3d663c,_0x18963b;if(_0x660ce7[_0x35d28d(0x676)]||_0x660ce7[_0x35d28d(0x431)][_0x35d28d(0x866)]!==_0x440e4e[_0x35d28d(0x24b)])return null;let _0x3a6a8c=_0x660ce7['element'],_0x1f1ae3=_0x3a6a8c[_0x35d28d(0x985)],_0x50b497=(_0x1df614=_0x1f1ae3[_0x35d28d(0xa28)])==null?0x0:_0x1df614,_0x1ad787=(_0x1ace22=_0x1f1ae3[_0x35d28d(0x47c)])==null?0x0:_0x1ace22,_0x3e62e1=new Ls(_0x35d28d(0x6d5)+_0x26933e['unitId']+'-'+_0x26933e['subUnitId']+'-'+_0x660ce7[_0x35d28d(0x31e)],{'left':_0x26933e[_0x35d28d(0x281)]+((_0x47b3ec=_0x1f1ae3[_0x35d28d(0x88e)])==null?0x0:_0x47b3ec),'top':_0x26933e['pageOffsetTop']+((_0x3d663c=_0x1f1ae3[_0x35d28d(0x19e)])==null?0x0:_0x3d663c),'width':_0x50b497,'height':_0x1ad787,'angle':(_0x18963b=_0x1f1ae3[_0x35d28d(0x304)])==null?0x0:_0x18963b,'flipX':_0x1f1ae3[_0x35d28d(0x2e3)],'flipY':_0x1f1ae3[_0x35d28d(0x8dd)],'skewX':_0x1f1ae3[_0x35d28d(0x501)],'skewY':_0x1f1ae3[_0x35d28d(0x32e)],'zIndex':_0x26933e['orderIndex'],'visible':!_0x660ce7[_0x35d28d(0x676)],'evented':!0x0,'shapeModel':Ls['createShapeModel'](_0x3a6a8c),'element':_0x3a6a8c,'localeService':this[_0x35d28d(0x4c5)]});return _0x3e62e1[_0x35d28d(0x4fa)](this[_0x35d28d(0x7d4)](_0x660ce7,_0x26933e)),this[_0x35d28d(0x6f6)](_0x3e62e1,_0x3a6a8c,_0x26933e['requestRender']),_0x3e62e1;}[_0x2d3867(0x6f6)](_0x366ac1,_0x136616,_0x23da72){const _0x13dc58=_0x2d3867;var _0x3d992b,_0x297c26;if(_0x136616[_0x13dc58(0x866)]!==_0x440e4e[_0x13dc58(0x24b)])return;let _0x304108=_0x136616[_0x13dc58(0x5a6)][_0x13dc58(0x7c1)];if(!_0x304108||_0x304108[_0x13dc58(0x53b)]!==_0x570aff['PictureFill']||!_0x304108[_0x13dc58(0x5a9)])return;let _0x4bc2fc=_0x304108[_0x13dc58(0x5a9)],_0x30b10f=(_0x3d992b=_0x304108[_0x13dc58(0x7d0)])==null?_0x5ef5eb[_0x13dc58(0x9e4)]:_0x3d992b,_0x40c141=_0x30b10f+':'+_0x4bc2fc,_0x3ee573=(_0x297c26=this[_0x13dc58(0x850)]['getImageSourceCache'](_0x4bc2fc,_0x30b10f))==null?Ll[_0x13dc58(0x476)][_0x13dc58(0x7d6)](_0x40c141):_0x297c26;if(_0x3ee573){_0x366ac1[_0x13dc58(0xa01)](_0x3ee573);return;}this['_getOrCreateImageLoadingPromise'](_0x4bc2fc,_0x30b10f)[_0x13dc58(0x961)](_0x258627=>{const _0x5b912f=_0x13dc58;_0x258627&&(_0x366ac1[_0x5b912f(0xa01)](_0x258627),_0x23da72==null||_0x23da72());});}['_getOrCreateImageLoadingPromise'](_0x4d83dc,_0xcbd306){const _0x865c91=_0x2d3867;let _0x3f546b=_0xcbd306+':'+_0x4d83dc,_0x2fb6d2=Ll[_0x865c91(0x476)]['get'](_0x3f546b);if(_0x2fb6d2)return Promise['resolve'](_0x2fb6d2);let _0x2bde7c=Ll['_globalImageLoadingCache']['get'](_0x3f546b);if(_0x2bde7c)return _0x2bde7c;let _0x357c67=(async()=>{const _0x599c7a=_0x865c91;let _0x40f0df=_0xcbd306===_0x127be6[_0x599c7a(0x522)]?await this[_0x599c7a(0x850)][_0x599c7a(0x9b7)](_0x4d83dc):_0x4d83dc;if(!_0x40f0df)return null;let _0x5d9373=await new Promise(_0xffd67a=>{const _0x4b299a=_0x599c7a;let _0x4c30b5=document[_0x4b299a(0x43d)](_0x4b299a(0x1f3));_0x4c30b5['onload']=()=>_0xffd67a(_0x4c30b5),_0x4c30b5[_0x4b299a(0x69d)]=()=>_0xffd67a(null),_0x4c30b5['src']=_0x40f0df;});return _0x5d9373?(Ll[_0x599c7a(0x476)][_0x599c7a(0x55e)](_0x3f546b,_0x5d9373),this['_imageIoService']['addImageSourceCache'](_0x4d83dc,_0xcbd306,_0x5d9373),_0x5d9373):null;})()[_0x865c91(0x84d)](()=>{const _0x4ee9b3=_0x865c91;Ll[_0x4ee9b3(0x885)][_0x4ee9b3(0x839)](_0x3f546b);});return Ll[_0x865c91(0x885)][_0x865c91(0x55e)](_0x3f546b,_0x357c67),_0x357c67;}[_0x2d3867(0x7d4)](_0x11cbbc,_0x322b3c){const _0x31751f=_0x2d3867;var _0x4f3937;let _0x4ff760=(_0x4f3937=this[_0x31751f(0x5a3)])==null?void 0x0:_0x4f3937['getEditing']();return!!(_0x4ff760!=null&&_0x4ff760[_0x31751f(0x617)])&&_0x4ff760[_0x31751f(0x340)]===_0x322b3c[_0x31751f(0x340)]&&_0x4ff760[_0x31751f(0xaa1)]===_0x322b3c[_0x31751f(0xaa1)]&&_0x4ff760[_0x31751f(0x449)]===_0x11cbbc[_0x31751f(0x31e)];}};Z(Rl,'_globalImageNativeCache',new Map()),Z(Rl,_0x2d3867(0x885),new Map()),Rl=Ll=$([Q(0x0,_0x33d141(_0x4a2941)),Q(0x1,_0x4b40fd),Q(0x2,_0x49cccf(Sl))],Rl),Wc['add'](Rl);let zl=class extends Uc{constructor(_0x2fef29,_0x430814,_0x340f5e,_0xc04b3){const _0x3a2ca1=_0x2d3867;super(),this[_0x3a2ca1(0x4c5)]=_0x2fef29,this['_themeService']=_0x430814,this['_imageIoService']=_0x340f5e,this[_0x3a2ca1(0xad0)]=_0xc04b3,Z(this,_0x3a2ca1(0x628),0xa);}[_0x2d3867(0x7cd)](_0x4cad74){const _0x378bb3=_0x2d3867;return _0x4cad74[_0x378bb3(0x431)][_0x378bb3(0x866)]===_0x440e4e[_0x378bb3(0x6e9)];}['convert'](_0x347811,_0x43797f){const _0x479ba3=_0x2d3867;var _0xa7a9a8,_0x1be11f,_0x17f547,_0x4ba455,_0xe73984,_0x5b223a;if(_0x347811[_0x479ba3(0x676)]||_0x347811[_0x479ba3(0x431)][_0x479ba3(0x866)]!==_0x440e4e[_0x479ba3(0x6e9)])return null;let _0x1ee34c=_0x347811[_0x479ba3(0x431)],_0x5e07a5=_0x1ee34c[_0x479ba3(0x985)],_0x3df9fa=_0x479ba3(0x6d5)+_0x43797f[_0x479ba3(0x340)]+'-'+_0x43797f[_0x479ba3(0xaa1)]+'-'+_0x347811[_0x479ba3(0x31e)],_0x32cfa4=this[_0x479ba3(0x19d)](_0x43797f[_0x479ba3(0x340)],_0x1ee34c),_0xbc7cdd=(_0xa7a9a8=this[_0x479ba3(0xad0)])==null?void 0x0:_0xa7a9a8[_0x479ba3(0x5cc)](_0x43797f[_0x479ba3(0x340)])[_0x479ba3(0x42c)],_0x322b61={'left':_0x43797f[_0x479ba3(0x281)]+((_0x1be11f=_0x5e07a5[_0x479ba3(0x88e)])==null?0x0:_0x1be11f),'top':_0x43797f[_0x479ba3(0x375)]+((_0x17f547=_0x5e07a5[_0x479ba3(0x19e)])==null?0x0:_0x17f547),'width':(_0x4ba455=_0x5e07a5['width'])==null?0x0:_0x4ba455,'height':(_0xe73984=_0x5e07a5[_0x479ba3(0x47c)])==null?0x0:_0xe73984,'angle':(_0x5b223a=_0x5e07a5[_0x479ba3(0x304)])==null?0x0:_0x5b223a,'flipX':_0x5e07a5[_0x479ba3(0x2e3)],'flipY':_0x5e07a5[_0x479ba3(0x8dd)],'skewX':_0x5e07a5[_0x479ba3(0x501)],'skewY':_0x5e07a5[_0x479ba3(0x32e)],'zIndex':_0x43797f['orderIndex'],'visible':!_0x347811[_0x479ba3(0x676)],'evented':!0x0,'imageIoService':this[_0x479ba3(0x850)],'localeService':this[_0x479ba3(0x4c5)],'tableThemes':_0xbc7cdd,'tableThemePalette':_0x5019ce(_0x4e5512=>this['_themeService']['getColorFromTheme'](_0x4e5512))};return _0x32cfa4&&(_0x322b61[_0x479ba3(0x574)]=_0x32cfa4),new Js(_0x3df9fa,_0x322b61);}[_0x2d3867(0x19d)](_0x3234ab,_0x302a92){const _0x4e499e=_0x2d3867;var _0x452318;let _0x2103c2=Bl(_0x302a92),_0x32aae2=Vl(_0x2103c2==null?void 0x0:_0x2103c2['tableId']),_0x30e845=_0x32aae2?(_0x452318=this['_tableResourceService'])==null?void 0x0:_0x452318[_0x4e499e(0x314)](_0x3234ab,_0x32aae2):void 0x0;if(_0x30e845){let _0xafa0a3=_0x332e9c(_0x30e845,{'id':_0x32aae2,'rowCount':0x3,'columnCount':0x3});if(_0xafa0a3)return _0xafa0a3;}let _0x17f627=Bl(_0x2103c2==null?void 0x0:_0x2103c2[_0x4e499e(0x6a1)]),_0x30d022=_0x32aae2==null?Vl(_0x2103c2==null?void 0x0:_0x2103c2['id']):_0x32aae2,_0x555aa9=[_0x2103c2==null?void 0x0:_0x2103c2[_0x4e499e(0x574)],_0x17f627==null?void 0x0:_0x17f627[_0x4e499e(0x574)],_0x17f627==null?void 0x0:_0x17f627[_0x4e499e(0x3db)],_0x17f627==null?void 0x0:_0x17f627['pptxTable'],_0x2103c2];for(let _0x3b046b of _0x555aa9){let _0x346b05=_0x332e9c(_0x3b046b,{'id':_0x30d022});if(_0x346b05)return _0x346b05;}}};zl=$([Q(0x0,_0x33d141(_0x4a2941)),Q(0x1,_0x33d141(_0x3ff7ed)),Q(0x2,_0x4b40fd),Q(0x3,_0x49cccf(_0x55a72c))],zl);function _0x2a3a(){const _0x229e66=['dataset','canFlip','selected$','strokeColor','isHorizontal','dark:!univer-border-gray-600','removeObjects','pageScaleX','_goTo','paragraphId','slides-ui.shapePanel.fill.picture.align.bl','slides-ui.presentation.previous','_shouldDrawStructuralHeaders','getScreenDetails','attachTransformerTo','_initPlaceholderAction','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','#9fa6b2','_isPointerOnSelectedTransformerControl','_isConnectorLineElement','1px\x20solid\x20','univer-min-w-0\x20univer-flex-1\x20univer-truncate','object','current','slide.operation.copy-selection','animate','resolveImageSource','imageOpacity','index','focusedId','placeholder','test','transform','slide-thumb-viewport','LEFT_SIDEBAR','isActiveEditing','_tracePicturePath','open','slides-ui.shapePanel.line.sketchType.title','#fff2cc','Source\x20Han\x20Sans\x20CN,\x20PingFang\x20SC,\x20Microsoft\x20YaHei,\x20sans-serif','ew-resize','setBaseBound','commitEditingDocument','slide.operation.update-drawing-transform','row-header','resolveElements','_createHandles','ignoreExternalFocusChanges','onPointerDown$','_iconImageCache','slides-ui.transitionPanel.directions.up','univer-text-base','univer-block\x20univer-size-8\x20univer-text-center','currentSlideId','pluginName','univer-gap-1.5','_collectGroupDescendantIds','insertImage','fallbackImageHeight','univer-block\x20univer-h-2\x20univer-min-h-2\x20univer-w-[18px]','stops','min(720px,\x20calc(100vw\x20-\x2032px))','translateWithPrecision','\x20×\x20','slides-ui.shapePanel.fill.picture.scaleX','slide-chart.insert-panel','defineProperty','nestingLevel','getDirection','\x20x\x20','_requestFullscreen','startInsertedTextBoxEditing','extraProps','<rect\x20x=\x224\x22\x20y=\x225\x22\x20width=\x2216\x22\x20height=\x2214\x22\x20rx=\x222\x22/><circle\x20cx=\x229\x22\x20cy=\x2210\x22\x20r=\x222\x22/><path\x20d=\x22m7\x2017\x204-4\x203\x203\x202-2\x203\x203\x22/>','openClip','setNativeImage','_renderContext','createLinearGradient','Image','univer-mb-1\x20univer-text-xs\x20univer-text-primary-600','Shdw5','getImage','slides-ui.shapePanel.fill.solidFill','slides-ui.presentation-window.service','univer-w-36','slides-ui.contextmenu.addPage','_isEquivalentDrawingTransform','univer-h-full\x20univer-bg-gray-200','slides-ui.insertToolbar.chart','8qeGpMt','Body','kind','0\x208px\x2024px\x20rgba(15,\x2023,\x2042,\x200.14),\x200\x201px\x203px\x20rgba(15,\x2023,\x2042,\x200.12)','slides-ui.editorToolbar.alignLeft','buildAudienceUrl','layoutPages','createTransport','onCancel','_drawOutline','translate','line-gray-dashed','_isActiveFloatingEmbedHostSelection','univer-min-w-32\x20univer-rounded-lg\x20univer-border\x20univer-border-slate-200\x20univer-bg-white\x20univer-p-1','playMode','__univerEmbedThumbnailPreviews','univer-mt-2\x20univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-border-t\x20univer-border-gray-200\x20univer-pt-3\x20dark:!univer-border-gray-700','end','#9dc3e6','univer-col-span-2\x20univer-w-full','_handledDrawingPointerDownEvent','_drawSelection','setHover','shadowOffsetX','renderConfig','round','univer-mt-2\x20univer-border-0\x20univer-border-t\x20univer-border-solid\x20univer-border-gray-200\x20univer-pt-3','_startSlideId','_sessionService','dashType','#565960','_textEditingService','slides-ui.quickStyles.presets.line.graySolid','black','updatePlainTextShapeHostHeight','_openBackgroundEditPanel','univer-h-8\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-3\x20univer-text-sm\x20univer-text-gray-700\x20hover:univer-bg-gray-50\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','URL','_handles','slides-ui.shapePanel.fill.picture.insert','Radial','peek',',width=','_executor','shapeModel','slide.operation.close-image-crop','text-title-black','slides-ui.shapePanel.line.dashType.dashDot','_startCropperTransform','marginBottom','getAllObjectsByOrderForPick','_isPointNearTransformerControl','onPointerDown',':line','getWindow','border-box','Gradient','-body-placeholder-list','opener','slide.operation.close-transition-panel','_scheduleAttachWithFollowUp','slides-ui.shapePanel.fill.transparency','insideV','col-resize','slides-ui.backgroundPanel.backgroundGraphics','originY','setFillImage','fillRect','beforeCommandExecuted','getThemeDataForPage','_editingParams$','_broadcastOwnerPlaybackState','univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-center\x20univer-text-xs\x20univer-leading-4\x20univer-text-gray-700','globalAlpha','_updateConnectionDetection','updateDocumentStyle','centerAngle','pasteCount','ellipse','total','startEditingDrawing','themeId','hitTest','_dispatchPointerDown','patches','translateX(clamp(','slide.operation.open-image-crop','lineDashType','angle','FOOTER','slide-presentation-bg-','getInverseCoord','snippet','rotate','update','univer-text-xs\x20univer-text-gray-500\x20dark:!univer-text-gray-400','univer-relative\x20univer-w-full\x20univer-bg-transparent','Slide','onReady','completeEditing','textRuns','blurRadius','grpFill','getEngine','_isEndpointDragging','width','slides-ui.backgroundPanel.presentationBackgroundEmpty','univer-w-20','#ddebf7','measureText','univer-pointer-events-auto\x20univer-absolute\x20univer-overflow-visible\x20univer-bg-white','dashed','_isMessageForCurrentClient','slides-ui.insertToolbar.text','search','emitEvent','parseInt','_updateMarqueeRect','slide.operation.contextmenu.open-background-panel','_start','previousTo','univer-relative\x20univer-flex\x20univer-min-h-0\x20univer-flex-1\x20univer-overflow-hidden','shape-text-no-wrap-measure','clearControl$','Table\x20size',':page','_objectProvider','random','addPopup','_drawPictureShadow','horizontal','keydown','_drawTableHandle','blur','_shouldIgnoreFocusChanges','univer-mb-1\x20univer-block\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-300','viewBound','univer-flex\x20univer-h-8\x20univer-min-w-10\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-px-2\x20univer-text-base\x20univer-text-slate-700\x20univer-transition-colors\x20hover:univer-bg-slate-100\x20hover:univer-text-primary-600\x20active:univer-bg-primary-50','mouseup','slides-ui.shapePanel.style.shadowPreset.','slides-ui.contextmenu.flipHorizontal','slides-ui.editorToolbar.fontSize','slide.operation.change-theme','radial','scale(','dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800','clipTop','slides-ui.quickStyles.shapeStyles','onFocus$','univer-mb-0.5\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900','_slideCanvasPopManagerService','_calculateFreeEndpointAngle','opticalVerticalOffset','minHeight','_isHandledDrawingPointerDown','#111827','stage1','close','resize','shadowBlurRadius','currentFrom','containerOffsetLeft','fixed','#eaf1fb','changeStart$','pageHeight','_getShapeModel','_shapePanelCloseTimer','slides-ui.thumbnailBar.layoutPicker.layouts.sectionHeader','imageFillMode','Freehand','TRUE','#5b8def','_hitTestService','_createHandlesForDrawing','video','_ending','slideModel','ShapeIcon','#ffff00','length','_scheduleAttach','playbackState','fillOpacity','_clearWindowMessageFallback','_initCommands','univer-flex-1\x20univer-overflow-auto','_wireTransformerToState','_applyNoWrapAutoFitSize','getTransformerByCreate','_hitTestDrawingObjectsIncludeInGroup','slides-ui.image-panel.transform.rotate','#2e75b6','inset(0\x20100%\x200\x200)','_channel','hover$','getConnectionSites','shapeText','_slideDrawingService','insideH','#a6a6a6','getBoundingClientRect','dispose','Rect','_isPositionOnlyObjectTransformChange','Slide\x20','_normalizeCrop','Square','univer-grid\x20univer-grid-cols-3\x20univer-gap-3','_buildUpdatedElement','slides-ui.shapePanel.fill.title','some','clockwise','removeEventListener','_getTextRenderCache','getUnitCreateOptions','_drawCellHover','layoutPageOrder','insertTable','_getVisibleSlideIds','Cover','_clearOwnerActiveSlideSyncTimer','setLineDash','_menuManagerService','-thumb-','div','subUnitId','[data-u-comp=\x22editor-ui-floating-toolbar\x22]','_resolveCellTextRect','univer-cursor-pointer\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-white\x20hover:univer-bg-gray-700','presetId','_showPlaceholder','_createFreePointInfo','_sidebarStateService','enumerable','syncToSlide','worldPoint','borders','_attachHandleEvent','_isIsolatedEmbedChildSelection','vertical','hasFocus','horizontalAnchor','removeRender','_removeMarqueeRect','reduce','#000','setTimeout','imageSourceType','resolveBackground','slide-page-rect','_activeShapeInfo','M6\x2019\x20L12\x2018\x20L8\x2014\x20Z','getContext','univer-flex\x20univer-flex-col\x20univer-gap-2','params','focusUnit','localToWorld','selectedIds','endColumn','preserveConnectorRelations','_commitEndpointMoveWithLayout','slide-table-size-picker','filter','LongDash','M6\x209l6\x206\x206-6','_resolveElementTransform','selectable','slides-ui.editorToolbar.strikethrough','getEditing','loadPage','slice','groupId','_tableResourceService','slides-ui.backgroundPanel.resetBackground','previousSlideId','getBentTypeFromPoints','slide.contextMenu.drawing','_shouldIgnorePointerFocusChanges','diamond','Path','slides-ui.shapePanel.line.dashType.longDashDotDot','from','localeService','_getActiveSlideContext','isInGroup','changing$','pick','slide-speaker-notes-dialog','slides-ui.quickStyles.tooltip','slides-ui.backgroundPanel.none','univer-text-gray-600\x20dark:!univer-text-gray-400','stroke','removePopup','NoFill','getVisible','shadowPreset','_commitInheritedPlaceholderElement','univer-size-full\x20univer-object-fill','_snapshot','_pageOffsetLeft','Docs','false','_pendingAction','slide.image-clip-shape-picker.component','editor-ui-floating-toolbar-popup','_showConnectionSites','href','registerComponent','_activeCropTarget','horizontalAlign','_isPointerDownOnCropper','slides-ui.shapePanel.line.width','RIBBON','viewportScrollX','legacy','slides-ui.contextmenu.ungroup','minorDivisions','_isEditing','blockRanges','ENTER','slides-ui.object-list-panel','documentFlavor','Tab','univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-3\x20univer-py-1.5\x20univer-text-sm\x20univer-font-medium\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:!univer-text-gray-200\x20dark:hover:!univer-bg-gray-700','slide.operation.insert.open-chart-dialog','fit','#c5cad2','_isPlaceholderSelection','anonymous','_ignoreExternalFocusChangesUntil','slides-ui.shapePanel.line.dashType.title','closeAudienceWindow','univer-border','Enter','next','updateBackground','contentHeight','PageUp','univer-cursor-default\x20univer-text-gray-300','slides-ui.insertToolbar.shape','slide.change-shape-picker.component','SLIDE_SHAPE_TEXT','slide.operation.arrange-drawing','playback.sync','createInstance','univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2.5\x20univer-py-1.5\x20univer-transition-colors\x20hover:univer-border-primary-600\x20hover:univer-bg-gray-100\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-800\x20dark:hover:!univer-border-primary-400','UNIVER_SLIDES_UI_PLUGIN','fallbackImageWidth','connectorData','text-note-gray','\x20ms','center\x20center','_registerPanelOperations','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-20','Date','row','shapeFill','slides-ui.quickStyles.presets.line.greenTwoWayArrow','slides-ui.editorToolbar.alignBottom','_uiPartsService','_isPopupSelectionStillActive','_resolveTableSnapshot','top','transformVector2SceneCoord','postMessage','_isSelectedStructuralTrigger','currentIndex','green','100%','_resolveCurrentPageSize','_addHoverForImageCropper','floor','expanded','slides-ui.shapePanel.fill.gradientFill','_openCrop','@univerjs-pro/slides-ui','_table','closed','zoomRatio','_runtime','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20!univer-h-8\x20!univer-min-w-10\x20univer-text-base\x20!univer-text-slate-700\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:!univer-bg-slate-100\x20hover:!univer-text-primary-600\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','files','objectKey','clearSelectedObjects','listSessions','changeEnd$','screens','univer-mt-4\x20univer-text-xl\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-gray-100','_drawTableOuterShadow','lineTo','_oKeyMap','#aeb6c1','_hideShapeFormatTab','_eagerInit','unshift','_bridgeToDrawingService','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-slate-800\x20hover:univer-bg-slate-100','_getConnectorData','startsWith','univer-px-4\x20univer-pb-3\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-300','None','scroll','darkMode','connectionSiteToLocalPixel','_normalizeDrawingTransformForCompare','ResourcesIcon','viewportScrollY','_getLatestDrawingForOKey','univer-mb-2\x20univer-text-xs\x20univer-text-gray-500','_postAudienceMessageToOwner','_skeleton','tick','slides-ui.shapePanel.line.arrowSize.medium','shapeKey','shape-blue-blue','univer-flex\x20univer-h-10\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-border\x20univer-border-gray-600\x20univer-bg-transparent\x20univer-px-4\x20univer-text-sm\x20univer-text-gray-200\x20hover:univer-border-white\x20hover:univer-text-white','Stretch','-shape-text','endOffset','updatePlainTextShapeHostSize','lineJoinType','ranges','text-body-black','Dash','_previewTable','slides-ui.shapePanel.line.capType.round','_renderShapePath','textarea','univer-relative\x20univer-box-border\x20univer-aspect-video\x20univer-w-full\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border-2\x20univer-border-solid\x20univer-bg-white\x20dark:!univer-bg-gray-950','_focusUnitIfAllowed','embedSlidePreviewCanvasHost','Wipe','slides-ui.shapePanel.line.dashType.squareDot','line-blue-solid','textRect','getActive','_instanceService','slides-ui.contextmenu.flipVertical','#f4b183','univer-border-primary-500\x20univer-ring-2\x20univer-ring-primary-100\x20dark:!univer-border-primary-400\x20dark:!univer-ring-primary-900','splice','getData','setSelectedControl','slides-ui.editorToolbar.horizontalAlign','svg','setShapeData','slide.menu.insert.text','img','hide','univer-px-3.5\x20univer-py-4\x20univer-text-xs\x20univer-text-gray-500','_lastActionAt','slide-ui.embed-activation.service','reason','_getCurrentDrawing','univer-relative\x20univer-flex\x20univer-size-full\x20univer-flex-col\x20univer-overflow-hidden','registerRenderModule','canva','GradientFill','_resolveCellForText','Group','slides-ui.image-panel.arrange.forward','univer-border-b\x20univer-border-gray-100\x20univer-p-2','univer-grid\x20univer-h-full\x20univer-min-h-0\x20univer-w-full\x20univer-grid-cols-[auto_minmax(0,1fr)]\x20univer-grid-rows-[minmax(0,1fr)_auto]\x20univer-overflow-hidden\x20univer-bg-white','apply','mountPresentationEmbed','getZoomRatio','drawImage','#7c7c7c','strokeWidth','_initCloseCrop','shadowOpacity','univer-cursor-pointer','clip','_normalizeAngle','slide-bg-rect','_buildStructuralTriggers','rotateByPoint','_documentTextRenderCache','OTHERS','lineCapType','label','#1f2937','isAudienceMode','slides-ui.shapePanel.line.solidLine','layout','triggerContextMenu','fillColor','SolidLine','strokeStyle','slides-ui.quickStyles.lineStyles','univer-text-primary-500','_handleImageIconAction','disconnect','mount','slides-ui.backgroundPanel.presentationBackgroundImages','univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-gray-100','_renderObjectMap','_popupDisposable','slide-presentation-view','_insertElement','replace','_resolveDeepestHitFromGroup','Large','pageName','getObjects','UNSPECIFIED','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-pt-2','getObject','_markImageReady','getActiveSubUnitId','master','slides-ui.backgroundPanel.gradient','_transformConnectionSiteAngle','evented','anyPanelOpen$','onPointerEnter$','_resolveShapeToolbarEntry','_isTransformingCropper','appendRootMenu','mainComponent','Zoom','unsubscribe','univer-flex\x20univer-flex-shrink-0\x20univer-justify-end','count','paragraphs','constructor','string','_getEndpointWorldPoints','image','onTextFillImageLoaded','setCurrentUnitForType','rgba(64,\x20156,\x20255,\x200.18)','#6b7280','_clearPopup','#ffc000','Shape','_neutralizeLineBodyMovePatch','_controlState','getSkeleton','_clipRect','_commitEndpointMove','bind','isTextBox','decorate','requestAnimationFrame','#4b5563','selectedStructuralRange','absolute','remove$','Chart','</svg>','EDIT','removeObject','loadPageSkeleton','CTRL_COMMAND','makeDirty','_ownerUnloadHandler','devicePixelRatio','univer-grid\x20univer-gap-4\x20univer-py-1','rgba(26,\x20115,\x20232,\x200.22)','adjustValues','slides-ui.shapePanel.style.shadowPresetTitle','_embedFloatingActiveService','_clearOwnerUnloadHandler','line-black-solid','_queueOwnerActiveSlideSync','asObservable','_themeService','onSelect','useGroupFill','catch','entry','previous','isHitLine','_shapeModelCache','slide-ui.embed-runtime-focus-coordinator.service','activeScene','crispEdges','_findSlidePlaceholderOverride','getAllUnitsForType','setInterval','rgba(','univer-embed-thumbnail-preview-change','group','goToSlide','TAB','_scheduleCloseCropIfSelectionLeavesTarget','item','naturalWidth','pageOffsetLeft','OvalArrow','DashDot','slides-ui.image-panel.arrange.back','_showPopupForSelection','iconKey','INSERT','_shouldRefreshPageSizeChange','iterator','show','save','px,\x200px,\x20calc(100vw\x20-\x2016px\x20-\x20','slides-ui.shapePanel.line.beginArrowType','_clearHandles','dark:hover:!univer-border-primary-500\x20dark:hover:!univer-bg-primary-500','Source\x20Han\x20Serif\x20SC,\x20Songti\x20SC,\x20serif','_getSelectedStructuralRange','header','reorderGuide','data:image/svg+xml;charset=utf-8,','line-blue-dashed','#0b57d0','_native','_closeBackgroundEditPanel','slides-ui.page-background-edit-panel','gradientEndColor','calcAdjValue','slides-ui.shapePanel.line.arrowType.openArrow','addToSelection','_buildTransformPatches','isLineShape','slides-ui.shapePanel.line.dashType.longDash','column','setActiveEditing','margins','_isNonFullscreenFloatingEmbedChildUnit',':text-box','slides-ui.thumbnailBar.layoutPicker.layouts.pictureWithCaption','initialText','slides-ui.backgroundPanel.fitOptions.repeat','slides-ui.searchPanel.placeholder','_clearReadyTimer','scaleX','oKey','multiply','shape-white-blue','isReady','_shouldIgnoreTransformerEvents','nesw-resize','_initCropperTransform','slides-ui.contextmenu.speakerNotes','_normalizeColor','restoreHandles','getFocusedUnit','_normalizeRect','pageScaleY','triggerPointerDown','_wireMarqueeSelection','Cut','startLeft','vertical270','pageMarginTop','setData','inset\x200\x200\x200\x20','_isLineBodyPositionOnlyOrUnchanged','slides-ui.quickStyles.presets.line.grayDashedEndArrow','startSlideId','updateShapeText','level','slides-ui.transitionPanel.title','start','univer-border-white/30\x20univer-bg-black/80\x20univer-absolute\x20univer-bottom-6\x20univer-left-1/2\x20univer-z-[1001]\x20-univer-translate-x-1/2\x20univer-rounded\x20univer-border\x20univer-px-4\x20univer-py-2\x20univer-text-sm\x20univer-text-white\x20univer-shadow-lg','sqrt','messages$','slide.operation.contextmenu.arrange-forward','hasHostPreservingChildFocusLeaseForHost','marginTop','_buildConnectorFollowPatch','gradientStops','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','slides-ui.shapePanel.fill.picture.align.ctr','computeStraightConnectorLayout','\x22\x20stroke-width=\x222\x22\x20','univer-flex\x20univer-cursor-pointer\x20univer-flex-col\x20univer-gap-1.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-bg-white\x20univer-p-1.5\x20univer-transition-all\x20hover:univer-border-primary-400\x20hover:univer-bg-gray-50\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x20dark:hover:!univer-border-primary-400\x20dark:hover:!univer-bg-gray-700','getShapeTextData','_rebuildMap','univer-pointer-events-none\x20univer-absolute\x20univer-z-[1]\x20univer-overflow-hidden\x20univer-rounded-sm\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-950','slides-ui.shapePanel.fill.picture.offsetY','slide.operation.select-all','univer-size-4\x20univer-shrink-0\x20univer-rounded-sm\x20univer-border\x20univer-border-gray-200','univer-mb-3','_wireLifecycleEvents','rgba(255,255,255,0)','univer-text-sm\x20dark:!univer-text-gray-200','slides-ui.presentation.speakerNotesEmpty','classType','source','_drawImage','flipX','insertGuide','contain','BULLET_LIST','slides-ui.editorToolbar.italic','scaleY','Bevel','audience-window-closed','slide.operation.contextmenu.arrange-back','calculateTransformWithSrcRect','slides-ui.presentation.play','<rect\x20x=\x225\x22\x20y=\x224\x22\x20width=\x2214\x22\x20height=\x2216\x22\x20rx=\x222\x22/><path\x20d=\x22M9\x208h6M9\x2012h6M9\x2016h4\x22/>','slides-ui.editorToolbar.textColor','_resolvePictureFill','univer-w-full','foregroundColor','cxnIndex','gradientType','ctr','_draw','_handleAudienceMessage','_collectTransformedGroupDescendants','univer-text-base\x20univer-leading-7\x20univer-text-gray-500','icons','univer-px-2.5','_config','slides-ui.transitionPanel.effects.cut','Small','_adjustController','onload','body','canShowDualScreenEntry$','points','rotation','onPointerMove','slides-ui.shape-edit-panel','shouldShowTransformer','_getObjectLocalPosition','shapePanelOpen','RoundDot','slides-ui.backgroundPanel.solid','srcRectAngle','mode','getOwnPropertyDescriptor','opacity','univer-rounded-lg\x20univer-bg-white\x20univer-p-2\x20dark:!univer-bg-gray-900','-paragraph-','drawingManagerData','_resolveTextBoxResizePolicy','getTable','hover:univer-border-primary-600','shape-white-gray','state$','slide.operation.tab-select-next','unmountFloatingSessions','_getCenteredTransform','_buildDisconnectedLineElement','slide-adj-','prototype','drawingId','slide.contextmenu.arrange','slideOrder$','shape-soft-','translate3d(-100%,\x200,\x200)','univer-text-sm\x20univer-text-gray-600','dash','entries','_clearAudienceClosedTimer','Left','univer-bg-black/80\x20univer-absolute\x20univer-bottom-6\x20univer-left-1/2\x20univer-z-[1001]\x20-univer-translate-x-1/2\x20univer-rounded\x20univer-px-4\x20univer-py-2\x20univer-text-sm\x20univer-text-white','onScrollAfter$','textRanges','_applyShapeTextData','univer-absolute\x20univer-overflow-hidden','pointercancel','skewY','owner-stop','univer-box-border\x20univer-bg-transparent','font','area','stop','_resolveIconComponentName','button','Angular','userSelect','_disposed','shape-filled-','_syncSelectionAfterDrawingAvailabilityChange','zoomRatio$','_tableThemes','textDataByLevel','position','#f1f3f4','unitId','_ownerActiveSlideSubscription','right','_audienceReadyTimer','univer-text-xs\x20univer-text-slate-500','column-insert-dot','_adaptorLoader','_createPattern','slides-ui.shapePanel.fill.picture.offsetX','click','outerShadow','hasChart','_wirePointerEvents','transformerConfig','_isNonFullscreenFloatingEmbedChildSelection','slideId','univer-flex\x20univer-h-8\x20univer-w-32\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-700\x20univer-shadow-sm\x20univer-transition-colors\x20hover:univer-border-primary-400\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-200','plain','getCurrentLocale','onPointerUp$','univer-flex\x20univer-cursor-pointer\x20univer-flex-col\x20univer-items-stretch\x20univer-gap-2\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-sm\x20hover:univer-border-primary-600\x20hover:univer-bg-primary-50','key','buttons','observe','removeLinePoints','Solid','slides-ui.shapePanel.line.transparency','calc(50%\x20-\x209px)','createRender',',height=','_initActiveSlideClose','-crop','circle','slides-ui.editorToolbar.alignMiddle','slides-ui.shapePanel.line.dashType.dash','transformByState','getDrawingByParam','RIGHT','detail','activeEditingId','true','_placeholderProps','_messageSubscription','slides-ui.thumbnailBar.contextMenu.copy','startRow','clearAdjustValue','_insertShape','#bfbfbf','Medium','_isPointInStructuralTriggerEnvelope','onComplete','univer-cursor-pointer\x20univer-border\x20univer-border-solid\x20univer-p-0\x20univer-transition-colors','solid','pageOffsetTop','startClientY','univer-text-sm\x20univer-font-semibold\x20dark:!univer-text-gray-100','masterPageOrder','_findTargetShapeAtPoint','univer-mb-1\x20univer-text-xs\x20univer-font-medium\x20univer-text-gray-500','dataStream','register','SolidFill','_lastActionKey','isDrawingObject','_openTransitionPanel','_pendingCloseCropPatch','_hasTableSelectionForStructuralControls','90BAxJyD','_isPointInDrawingBounds','_searchCropObject','slide.operation.contextmenu.open-speaker-notes-dialog','getRealBound','slide-ui.embed-focus-owner.service','textWrap','_buildCropPatch','both','slide-table-cell','\x20-\x20','closeWindow','inset(0\x200\x200\x200)','onCommandExecuted','_resolveTextStyle','moveTo','_shapeModel','initialDocData','univer-relative','_visible$','_activeBackgroundInfo','univer-flex\x20univer-size-10\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-p-0\x20univer-transition-all\x20hover:univer-border-primary-400\x20hover:univer-bg-gray-50\x20dark:!univer-border-gray-700\x20dark:hover:!univer-border-primary-400','_isTransformOnlyLinePatch','ancestorTransform','push','_clearEditingOnObject','boolean','univer-flex\x20univer-items-center\x20univer-justify-between','cubic-bezier(0.4,\x200,\x200.2,\x201)','Shdw6','stroke-linecap=\x22round\x22\x20stroke-linejoin=\x22round\x22>','focused$','slides-ui.quickStyles.textStyles','slides-ui.presentation.speakerNotesCancel','editingParams$','hasExplicitFill','getSnapshot','solidOpacity','_channelName','Blank','dropPosition','clip-','pointerId','univer-text-sm','bandRow','sourceType','getActualSize','_createImagePromise','_resolveIconLayout','buildClipPath','slide-marquee-selection-rect','_subscribeToShapeMoveForConnectorFollow','slides-ui.quickStyles.groups.dashed','_shouldShowTransformer','speakerNotes','italic\x20','slides-ui.transitionPanel.effects.none','Tile','_executePendingCloseCropPatch','realBound','updateDocumentDataMargin','topLevelDrawingIds','masterPageId','_clearAudienceReadyTimer','border','_fitSize','addObjects','getSlide','every','pipe','wrapStrategy','univer-w-96\x20univer-gap-2\x20univer-rounded-xl\x20univer-bg-white\x20univer-p-4\x20univer-shadow','slides-ui.shapePanel.style.shadowTransparency','resolve','SquareDot','_activeObjectListInfo','fromBeginning','univer-h-8\x20univer-rounded-md\x20univer-border\x20univer-border-primary-600\x20univer-bg-primary-600\x20univer-px-3\x20univer-text-sm\x20univer-text-white\x20hover:univer-bg-primary-700','groupBaseBoundIsLocal','slides-ui.shapePanel.line.endArrowSize','with','shouldIgnoreExternalFocusChanges','onPointerLeave$','slides-ui.shapePanel.line.capType.title','_applyTransformerConfig','forEach','display','beginPath','slideTable','slide-clip-','_pageHeight','slides-ui.themePicker.tooltip','clone','slide.operation.contextmenu.toggle-ruler','setAdjustValueByName','applyToAll','nwse-resize','trimStart','drawingIds','_editingCell','slides-ui.shapePanel.style.shadowBlurRadius','shadowSize','slide-page-background-','univer-size-7','<circle\x20cx=\x227\x22\x20cy=\x227\x22\x20r=\x223\x22/><circle\x20cx=\x2217\x22\x20cy=\x227\x22\x20r=\x223\x22/><circle\x20cx=\x2212\x22\x20cy=\x2217\x22\x20r=\x223\x22/><path\x20d=\x22m9.5\x208.5\x205\x200M8.5\x209.5\x2011\x2014M15.5\x209.5\x2013\x2014\x22/>','_ignoreFocusChangesUntil','_pageWidth','selectDrawings','#808080','univer.editor-ui.service','removeNotification','slides-ui.backgroundPanel.imageSource','getCanShowDualScreenEntrySnapshot','_isUpdatingConnectors','shape-green-green','gradientAngle','presentationBackgroundFit','lineType','slide-ui.embed-runtime.service','context','slides-ui.shapePanel.fill.picture.align.tr','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-3\x20univer-border-none\x20univer-bg-transparent\x20univer-px-4\x20univer-text-left\x20univer-text-sm\x20rtl:univer-text-right','univer-flex\x20univer-h-28\x20univer-shrink-0\x20univer-flex-col\x20univer-gap-1.5\x20univer-border-t\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-4\x20univer-py-2\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','slides-ui.thumbnailBar.layoutPicker.layouts.titleOnly','16px\x20Source\x20Han\x20Sans\x20CN,\x20PingFang\x20SC,\x20Microsoft\x20YaHei,\x20sans-serif','getRenderById','dark:!univer-bg-gray-800','cancel','GROUP','_getImageObject','loadSource','altKey','BOTTOM','linear','appendChild','univer-absolute\x20univer-flex\x20univer-items-center\x20univer-justify-center','slides-ui.backgroundPanel.fitOptions.contain','_resolvePointerScenePoint','calc(100%\x20+\x20-5px)','slide-cxn-end-','addButton','middle','_syncFromTransformer','ctrlKey','Bases','requestRender','preset','getTypeOfUnitAdded$','availWidth','ceil','applyPoint','getClipRect','#e8f1ff','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-text-sm','0\x200\x2036\x2024','showMasterSp','_replacePlaceholderWithImage','_renderActiveSlideDrawings','bold\x20','univer-grid\x20univer-grid-cols-2\x20univer-gap-2','univer-border-primary-600\x20univer-bg-primary-600\x20hover:univer-border-primary-700\x20hover:univer-bg-primary-700','stringify','_activeFocusedDrawing','parentId','lineWidth','indexOf','_slideDrawingStateService',':shadow','Linear','themes','toUpperCase','_buildPopupSelectionKey','firstRow','_wireTextEditingGuard','element','slides-ui.tableSizePicker.columns','skipNextObservers','20UhYfJG','slides','slides-ui.presentation.presentationEnded','closeRenderByCropper','imageFitRatio','_lastAppliedRevision','_lastClickedOKey','find','_pageData','createElement','#e2f0d9','_injector','univer-relative\x20univer-h-16\x20univer-w-32\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20dark:!univer-border-gray-600','bounds','handoutMasterPages','line-orange-solid','prstGeom','setPreviewTable','hover:univer-bg-gray-100','univer-w-44\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-py-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg','univer-grid\x20univer-grid-cols-2\x20univer-gap-3','shapeId','univer-text-sm\x20univer-font-medium\x20dark:!univer-text-gray-200','univer-w-md\x20univer-rounded-xl\x20univer-bg-white\x20dark:!univer-bg-gray-900','2537601REAaDN','_shouldHideCellTextForEditor','univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-700\x20dark:!univer-text-gray-200','_drawCellTexts','_postOwnerMessage','Footer','isRenderLinePointsMode','role','#ffd966','_resolveConnectionSiteDefs','Flat','slides-ui.thumbnailBar.contextMenu.addBelow','ArrowLeft','ns-resize','onMouseWheel$','startArrow','italic','slide.operation.close-shape-format-panel','Diamond','_subscribeToTransformer','slides-ui.shapePanel.shapeStyle','univer-absolute\x20univer-inset-0','_clearConnectionSites','Title','univer-relative\x20univer-mb-2.5\x20univer-w-full\x20univer-cursor-pointer','documents','Split','hasUserContent','softFill','childUnitId','slides-ui.tableSizePicker.customSize','slides-ui.backgroundPanel.title','univer-border-white/10\x20univer-absolute\x20univer-bottom-24\x20univer-right-0\x20univer-top-0\x20univer-flex\x20univer-w-[min(420px,34vw)]\x20univer-flex-col\x20univer-border-l\x20univer-bg-neutral-950\x20univer-p-6\x20univer-text-white','remove','Contain','getContainer','#4285f4','getAllObjects','viewportHeight','_registerWindowMessageFallback','background','getSelectionRanges','_globalImageNativeCache','error','Connector','slides-ui.shapePanel.fill.picture.rotateWithShape','slides-ui.backgroundPanel.presentationBackground','value','height','BOTH','setAlpha','createControlForCopper','imageTile','HandDrawn','settings','#d2e3fc','tab-peer','#a9d18e','paste','canOpenTableSizeDialog','data$','textKey','_onSavingEditorData$','slide.operation.update-shape-style','rgba(0,\x200,\x200,\x201)','computeConnectorResizeLayout','START','lineHeight','_drawReorderGuide','slide.operation.delete-selection','slides-ui.shapePanel.line.joinType.title','_clearActiveFloatingForHostDrawing','shapeTextOpticalVerticalAlign','contentVerticalOffset','autoFitType','_suspendHandleDisplay','_isDirty','tableThemePalette','univer-items-center','slide.operation.update-shape-transform','removeAllRanges','_commitEditingElement','slide.shape.picker.component','slides-ui.editorToolbar.alignCenter','_getRenderTable','getValue','univer-mt-3\x20univer-w-full','_drawIconCell','getAncestorScale','owner','_resolveTopGroupSelectionTarget','getSelectedObjectMap','nameBase','pageType','_syncToTransformer','_readyTimer','minor','setTransitionPanelOpen','values','dirty$','strokeOpacity','univer-box-border\x20univer-block\x20univer-min-h-40\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-full\x20univer-resize-y\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-3\x20univer-py-2\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-900\x20univer-outline-none\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-100\x20dark:placeholder:!univer-text-gray-500\x20dark:focus:!univer-border-primary-500','openRenderByCropper','#c55a11','_commitInheritedPlaceholderDocument','isHovered','_hasActiveStructuralControlState','orange','min(420px,\x2034vw)','removeFromSelection','groupBaseBound','onMouseWheel','none','_collectGroupChildIds','_toLocalAdjustPoint','getActiveSlide','hypot','pointerleave','slide.insert-chart.dialog','drawing','description','_localeService','slides-ui.shapePanel.line.joinType.bevel','univer-ml-1\x20univer-text-xs\x20univer-text-slate-500','slides-ui.transitionPanel.effects.fade','_isOpenedTransitionPanel','univer-block\x20univer-min-w-0','rgb','textByLocale','_configService','verticalAlign','pointerup','Aptos,\x20\x22Segoe\x20UI\x22,\x20Arial,\x20sans-serif','_closeShapeEditPanel','_isCellInSelection','collapsed','univer-grid\x20univer-gap-0.5','cos','editorUnitId','_isEquivalentSlideElement','contains','slides-ui.image-panel.arrange.front','_session$','607413xHGGVJ','slide.operation.close-page-background-format-panel','translate3d(100%,\x200,\x200)','DELETE','columnSpan','_triggerGroupParentPointerDown','_hasMeaningfulPointerDrag','_transformerVisibilityService','_isSameCropTarget','getCanvasElement','Right','add$','line-green-dashed-two-way-arrow','univer-h-8\x20univer-w-[154px]\x20univer-text-slate-800\x20hover:univer-bg-slate-100','0\x2010px\x2028px\x20rgba(15,23,42,0.16)','univer-opacity-50','slides-ui.image-panel.arrange.title','slide-placeholder-','_windowMessageHandler','getAllObjectsByOrder','commitEditingText','setTableCellHover','_getStructuralControlZoom','getBody','univer-box-border\x20univer-w-[300px]\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-2\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','_renderManagerService','updateContext','canUngroup','editor','univer-text-xl\x20univer-text-gray-500','_shouldRedrawTableChange','setEditing','univer:slides:ruler-visible','FORMAT','_interpolateGradientStopSegment','slides-ui.config','MAC_CTRL','mousedown','skewX','univer-box-border\x20univer-min-h-0\x20univer-w-full\x20univer-flex-1\x20univer-resize-none\x20univer-rounded-md\x20univer-border\x20univer-border-gray-200\x20univer-bg-gray-50\x20univer-px-3\x20univer-py-2\x20univer-text-sm\x20univer-leading-5\x20univer-text-gray-900\x20univer-outline-none\x20placeholder:univer-text-gray-400\x20focus:univer-border-primary-500\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-100\x20dark:placeholder:!univer-text-gray-500\x20dark:focus:!univer-border-primary-500','canOpenShapePanel','adjName','cells','symbol','_textRenderCaches','clearAndUnmount','clientWidth','slides-ui.shapePanel.line.beginArrowSize','onKeyDown','TOP','preventDefault','setOnSavingEditorData','_applyResolvedSource','_guards','getMatrix','shadowEnabled','clear','oldShapeText','190098eHPzAN','slide.menu.insert.image','_marqueeRect','slide.speaker-notes.dialog','repeat(','_registerComponents','AllMasters','_isSelectableDrawing','map','unit','attachPopupToObject','openAudienceWindow','requestFullscreen','UUID','Arrow','#000000','forward','_updateHandlePositionsFromVisualObject','_openShapeEditPanel','clearInterval','clearFloating','slide.insert-ribbon.shape','getParent','objectListPanelOpen','inset(0\x200\x20100%\x200)','#b7bbc3','assign','_resolveConnectorLocalPoints','_selectionCloseTimer','rowSpan','slides-ui.presentation.dualScreenUnavailable','minPositionOffset','_clearShapePanelCloseTimer','hasExplicitStroke','PictureFill','TRADITIONAL','#9ca3af','labelKey','fillType','_ignoreTransformerEventsUntil','GroupIcon','_ribbonService','_isBelowConnectorBodyMoveThreshold','univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-transparent\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-sm\x20univer-text-gray-600\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900','ang','StraightConnector1','http://www.w3.org/2000/svg','_resolvePlaceholderLevelTextDocumentData','finished','page','_startWithRetry','_imageNativeCache','slides-ui.shapePanel.line.title','#ed7d31','_getMarqueeHitIds','WRAP','isSelected','0\x200\x2080\x2052','getTransformer','cornerRadius','subscribeEvent','order','clearControls','syncExecuteCommand','audienceFullscreenPromptVisible','univer-h-2\x20univer-bg-black','slides-ui.thumbnailBar.layoutPicker.layouts.titleAndBody','TopmostIcon','getId','max','univer-box-border\x20univer-flex\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-full\x20univer-flex-col\x20univer-gap-4\x20univer-p-4\x20dark:!univer-text-gray-100','slides-ui.quickStyles.presets.line.blackDashed','slides-ui.contextmenu.shapePanel','set','column-header','originX','_drawPictureStroke','sketchType','back','detachFrom','pop','univer-hidden','_stateSrv','isStart','localStorage','univer-flex\x20univer-items-center\x20univer-gap-2','_isHoveredStructuralTrigger','_resolveIcons','line','MIDDLE','duration','slide.operation.contextmenu.flip-horizontal','innerWidth','Round','_getRenderTransformInfo','table','univer-flex\x20univer-size-4\x20univer-items-center\x20univer-justify-center','clearSelection','_sessionId','getContextValue','_isOpenedBackgroundEditPanel','PictureWithCaption','_componentManager','center','top-center','vertexAngle','getAdjustHandles','univer-h-8\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-text-sm\x20univer-text-slate-800\x20hover:univer-bg-slate-100','inset(0\x200\x200\x20100%)','roundRect','small','toLocaleLowerCase','univer-w-28','verticalMajorStep','pageTop','copy','zero','handle','slide.operation.close-object-list-panel','bold','getMainViewport','#1f4e79','insertShape','_realtimePreviewMode','univer-flex','slide.operation.tab-select-prev','slide.operation.placeholder-action','_getSrcRectByTransformState','_onDoubleClick$','wordArtVertical','appearance','exec','slides-ui.shapePanel.line.arrowSize.small','parseFloat','_listenFocusChanges','create','updateElement','rgba(0,0,0,0.15)','section','_getCropObjectKey','openSelfSizeMode','row-insert-dot','_slideTextEditingService','PRESENTATION','_commandService','shapeData','trim','isGroup','fillImageSource','_adaptors','_getActiveCropImageObjectKeys','slide-ui.embed-mount.service','slides-ui.shapePanel.line.cornerRadius','setZoomRatio','#70ad47','slides-ui.quickStyles.presets.line.orangeSolid','refreshSrcRect','slides-ui.thumbnailBar.layoutPicker.layouts.blank','slides-ui.shapePanel.line.joinType.miter','_onPointerDown$','components','_resolveParentGroupId','univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','embedId','_lastClickTime','_ownerActiveSlideSyncTimer','primary.600','color','univer-grid\x20univer-grid-cols-2\x20univer-gap-3\x20md:univer-grid-cols-4','_drawStructuralHeaders','slides-ui.presentation.speakerNotesSave','offsetY','resolveIconKeyByCoord','_scheduleRefreshActiveHandles','padStart','getScene','saveImage','getShapeModel','onPointerMove$','offsetX','slides-ui.ribbon.shapeFormat','univer-transition-colors','getUnitId','getResource','_isLineShapeElement','getCellTextRect','_triggerIconAction','slides-floating-object','univer-mt-auto\x20univer-flex\x20univer-gap-2\x20univer-border-t\x20univer-border-gray-200\x20univer-px-4\x20univer-py-3\x20dark:!univer-border-gray-700','univer-slide-presentation.message','pageId','worldPoints','ChartIcon','shapeType','setDocumentData','masterPages','getOKeyPrefix','toString','_emit','_listenSelection','light-blue','hoveredTrigger','slides-ui.insertToolbar.search','slides-ui.quickStyles.presets.text.noteGray','currentTheme$','_drawInsertGuide','darkMode$','JUSTIFIED','_subscribeToTransformerVisibility','slides-ui.transition-panel','target','slide.operation.contextmenu.arrange-front','translate3d(0,\x20-100%,\x200)','diagonal','_resolveText','slides-ui.objectListPanel.title','textData','_requestRender','backward','canvas','dark:!univer-text-gray-200','_drawMatchingCellFillSeams','getConnectionSiteList','effectiveTransform','_hitTestSrv','slides-ui.backgroundPanel.hideBackgroundGraphics','getImageSourceCache','arc','registerGuard','_doubleClickThreshold','_openMenuAt','_drawingStateService','slides-ui.shapePanel.style.shadowDistance','_resolveRenderModel','slide.operation.open-object-list-panel','_applyReadableTextFlip','shadowBlur','getLayout','UNIVER_DOC','#bf9000','invert','endSession','FALSE','getColorFromTheme','translate3d(0,\x200,\x200)','bottom','slide.operation.insert.open-image','slides-ui.thumbnailBar.contextMenu.delete','_previewAdjValueUpdate','cancelAnimationFrame','layout:','slide.operation.apply-quick-style','effect','theme','slide.menu.insert.table','underline','slides-ui.transitionPanel.directions.left','audience','visible','startOwnerSession','slides-ui.presentation.playFromBeginning','line-gray-solid','univer-max-h-80\x20univer-overflow-y-auto\x20univer-py-1','_contextService','resources','inactive','stage2','customBlocks','elements','_withAlpha','slides-ui.image-panel.transform.x','_shapeFormatVisible','skipped','childType','Uncover','zIndex','default','muted','slide.operation.contextmenu.arrange-backward','accept','bullet','transitionPanelOpen','slides-ui.backgroundPanel.image','updateNotification','Text','accent1','_isTransformOnlyElementUpdate','metaKey','listType','_getApplyObjectByCropObject','size','[slides-ui]\x20failed\x20to\x20mount\x20embedded\x20page-list\x20block','#595959','pageManager','_drawCellBorders','slide.operation.presentation.start','markPasted','_iconManager','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-justify-end','session$','#c7d2e3','signature','post','after','_disposeTextRenderCachesForCell','univer-text-sm\x20univer-font-semibold\x20univer-text-gray-900','drawings','dark:!univer-bg-primary-950\x20univer-rounded\x20univer-bg-primary-50\x20univer-px-2\x20univer-py-1\x20univer-text-xs\x20univer-font-semibold\x20univer-leading-none\x20univer-text-primary-600\x20dark:!univer-text-primary-400','rgba(60,\x2064,\x2067,\x200.16)','runRenderLoop','render','slides-ui.image-panel.transform.width','slides-ui.contextmenu.group','useGrpFill','SHIFT','slides-ui.shapePanel.line.arrowType.stealthArrow','Line','slides-ui.thumbnailBar.layoutPicker.layouts.twoColumns','_resolveTextDocumentData','univer-h-16\x20univer-w-full\x20univer-overflow-hidden\x20univer-rounded\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white','maxPerRow','minorTick','SELECTOR','abs','cursor','getDocumentStyle','block','_createTargetPointInfo','text','clientX','rotate(-90\x207\x20','path','_wiredObjectRefs','popup','isRealtimePreview','split','solidColor','_captureCurrentCropPatch','image/*','_scenePointerMoveSubs','direction$','getDrawingOrder','span','univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','Curved','slide-cxn-start-','slide.operation.update-shape-type','slide.operation.open-page-background-format-panel','getDrawingData','#fff8dc','setTableSelection','defaultPageSize','frame','hidden','slides-ui.tableSizePicker.','slide.operation.presentation.previous','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-0','_getPageOffset','cell','slides-ui.backgroundPanel.insertImage','_createImageObject','_getOrCreateImageLoadingPromise','active$','rgba(17,\x2024,\x2039,\x200.86)','getUnit','_shouldDrawInsertDots','isSuppressingLocalOverlay','number','univer-cursor-pointer\x20hover:univer-bg-gray-100','shape','onDoubleClick$','parentElement','#edf4fb','\x20px','getFocusOwner','capturePreviewByHostAnchorId','_activeTransitionInfo','_slideDrawingSrv','order$','front','startClientX','capType','_drawIconImage','parse','focus','#fff','_applyPointerSelection','_handleOwnerMessage','_buildRouteLayout','shapeHeight','_orderedTopLevelIds','univer-rounded-lg\x20univer-p-3\x20dark:!univer-bg-gray-900','onerror','univer-flex\x20univer-size-16\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-4\x20univer-border-gray-400\x20univer-bg-transparent\x20univer-text-gray-300\x20hover:univer-border-white\x20hover:univer-text-white\x20disabled:univer-cursor-not-allowed\x20disabled:univer-opacity-40\x20disabled:hover:univer-border-gray-400\x20disabled:hover:univer-text-gray-300','topOffset','mousemove','custom','_scheduleCloseCropIfShapePanelStaysClosed','getConfig','_lastDispatchedPointerEvent','ROTATE_HANDLE_OFFSET_PX','SectionHeader','#5b9bd5','_backgroundImageFit','name','keys','isFinite','documentData','slides-ui.backgroundPanel.fitOptions.stretch','slides-ui.presentation.speakerNotesPlaceholder','startColumn','5237538tSYeCM','retryAudienceFullscreen','SlideNumber','_resolveScenePointOptions','isRender','currentColor','addImageSourceCache','innerHeight','_outerShadow','setCollapsedIds','packageName','_drawRepeatedImage','executeCommand','scheduleRefresh','_canShowDualScreenEntry$','Escape','_isLineShapeDrawing','_popupSelectionKey','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-10','slides-ui.backgroundPanel.setPresentationBackground','univer-flex\x20univer-size-8\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-text-base\x20univer-text-slate-700\x20univer-transition-colors\x20hover:univer-bg-slate-100\x20hover:univer-text-primary-600\x20active:univer-bg-primary-50','slides-ui.contextmenu.ruler','univer-mb-2\x20univer-text-center\x20univer-text-3xl\x20univer-font-light\x20univer-text-gray-300','before','univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','OVERFLOW','subscribe','documentStyle','addBelow','dark:!univer-bg-primary-950\x20univer-absolute\x20univer-left-1\x20univer-top-1\x20univer-rounded\x20univer-bg-primary-50\x20univer-px-1\x20univer-py-0.5\x20univer-text-[10px]\x20univer-font-semibold\x20univer-leading-none\x20univer-text-primary-600\x20dark:!univer-text-primary-400','_subscribeToSceneLayoutChanges','rtl','getState','getRender','slides-ui.thumbnailBar.layoutPicker.title','slideOrder','univer-absolute\x20univer-z-[2]','slide-drawing-','dropdown','mountPageList','_isOpenedShapeEditPanel','_highlightedSiteIndex','move','slide.theme.picker.component','slides-ui.thumbnailBar.addSlide','inset(50%\x200\x2050%\x200)','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-flex\x20univer-flex-col\x20univer-items-start\x20univer-justify-between\x20univer-bg-gray-50\x20univer-p-3\x20dark:!univer-bg-gray-900','sourceTop','pointermove','fillText','version','PaintBucketDoubleIcon','getOrderedTopLevelDrawings','cut','tableId','ESC','scale(0.9)','Table','docSelectionRenderService','_safePositiveNumber','Custom','_coreRenderArea','children','TitleAndBody','payload','_isSlideDrawingTarget','_connectionSites','#ffffff','focusDrawing','_rangeSelect','_loadShapePictureFill','style','#f7faff','_initCropperPointerState','slides-ui.shapePanel.line.arrowType.ovalArrow','add','Reveal','_state$','adj','RulerIcon','alpha','shadowDistance','#7f8ea3','dark','_realtimeSyncIntervalMs','slides-ui.shapePanel.fill.picture.align.br','hostUnitId','univer-flex\x20univer-flex-col\x20univer-items-center','pptxGroupFill','endArrow','match','_cellHover','UNIVER_SLIDE','calc(100%\x20+\x2010px)','sessionId','_clearTransformerSelection','_activeTargetShapeId','scene','distance','univer-flex\x20univer-flex-col\x20univer-gap-3','update$','createShapeModel','_resolveNextElementTransform','line-gray-dashed-end-arrow','slides-ui.shapePanel.line.arrowType.none','slides-ui.backgroundPanel.fitOptions.cover','_isTinyConnectorLineBodyMove','groupFill','_shortcutService','applyShapeClip','shape-white-black','slides-ui.shapePanel.line.sketchType.freehand','getLocationHref','getFocusDrawings','attachControl','alignmentExtent','editorId','slides-ui.searchPanel.slidePrefix','univer-size-5\x20univer-rounded','univer-flex\x20univer-h-8\x20univer-w-[72px]\x20univer-items-center\x20univer-justify-between\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-px-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-slate-800\x20hover:univer-bg-slate-100','Sheets','enableObjectsEvent','_buildUpdatedRelation','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600','flatMap','sceneType','focus$','_audienceClosedTimer','isExtended','univer-grid-cols-7','_getDrawingRenderObject','isRichText','aside','sceneKey','containerOffsetTop','slides-ui.shapePanel.fill.picture.align.l','deepClone','call','disabled','#fde68a','_imageLoadingCache','http://localhost/','_background','_getConnectionPointBounds','_drawGuideLine','slides-ui.shapePanel.fill.picture.align.tl','icon','transparent','inheritGroupFill','FlipVerticalIcon','all','clearControlByIds','worldRect','slides-ui.presentation.fullscreenPrompt','CENTER','slides-ui.shapePanel.line.endArrowType','editor-ui-floating-container','Header','shape-editor-ui.textEditor.placeholder','_createCoordTransform','getActiveViewportByCoord','_initMenu','_resolveDrawingSearchByImageObject','pageIndex','pageWidth','MASTER','scale','_getSceneObjectByKey','slides-ui.shapePanel.style.shadowDirection','backgroundImageFit','_drawInsertDots','draw','slides-ui.transitionPanel.applyToAll','_normalizeSlideElementForCompare','nativeEvent','getViewport','_createRenderer','Shdw10','rect','_embedMountService','_attachScheduled','floating','univer-inline-flex\x20univer-items-center\x20univer-gap-2','toggleVisible','_registerIcons','document','isOwnerSessionActive','currentTarget','overPageId','univer-flex\x20univer-h-full\x20univer-flex-col','pageSize','fontFamily','client.ready','univer.slide-transformer-visibility.service','univer:embed-float-drag-handle:pointerdown','toPrimitive','getDocumentData','SpAutoFit','line-blue-dashed-end-arrow','ltr','gray','getShapeData','worldToLocal','slide-text-','slides-ui.presentation.speakerNotes','sourcePageType','Subtitle','_createPlaceholderObject','yellow','renderHeight','slide.operation.open-shape-format-panel','updateClipRect','_triggerPlaceholderAction','textStyle','enabled','_getPanelInfo','siteObject','_selection','slides-ui.transitionPanel.effects.cover','alignment','_drawCellFills','disposeWithMe','addObject$','audience-timeout','univer-grid\x20univer-gap-2','4830238iPdTNM','univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-items-center\x20univer-px-4\x20univer-py-2','TitleOnly','shape-dark-','_markDrawingPointerDownHandled','naturalHeight','_playbackSubscription','runtimeFocusChanged$','#edf7e6','_clearCropperControls','onPointerUp','location','_slideInsertService','univer-absolute\x20-univer-top-1\x20univer-left-0\x20univer-right-0\x20univer-h-0.5\x20univer-rounded-sm\x20univer-bg-primary-600','slide.table-size.dialog','slides-ui.backgroundPanel.patternHint','_closeObjectListPanel','univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','_closeTransitionPanel','_shouldRedrawOrderChange','clearActiveEditing','slide.quick-style-gallery.component','hostAnchorId','_lastRealtimeSyncAt','dataTransfer','shadowDirection','data','backgroundPanelOpen','elementOrderIndex','complete','ArrowRight','onChange','slides-ui.thumbnailBar.resizePanel','readyTimeoutMs','skipAutoRender','_resolveTextBoxIsHorizontal','univer-border-gray-200','calculate','crossOrigin','slides-ui.quickStyles.presets.text.titleBlack','univer-text-center\x20univer-text-xs\x20univer-text-gray-600\x20dark:!univer-text-gray-300','_createGradient','_initOpenCrop','UNIVER_BASE','slides-ui.shapePanel.line.dashType.roundDot','owner-window-unload','_pageOffsetTop','rgba(95,\x2099,\x20104,\x200.45)','fill','_transport','columns','univer-pt-2','_resolveMarqueeSelectionIds','_openObjectListPanel','_init','auto','getCurrentTypeOfUnit$','onFileLoaded$','getByOKey','_scheduleRebuild','check','_toScenePoint','transition','fillImageSourceType','offset','parent','isArray','_isEditingDrawing','srcRect','get','sin','prstGeomAdjValues','TableIcon','Arial','#2f3f5f','fillStyle','_isTinyLineBodyMove','TextIcon','table-cell','maxWidthPadding','univer-bg-blue-50','disableObjectsEvent','_refreshActiveHandles','beforeunload','_postOwnerMessageToAudience','ungroup','_onPointerEvent','input','slides-ui.ribbon.changeShape','refreshAvailability','onTransformChange$','_getSceneObjectBounds','slides-ui.backgroundPanel.color','6zlEJWP','slides-ui.shapePanel.line.capType.flat','Placeholder','slides-ui.thumbnailBar.contextMenu.cut','<path\x20d=\x22M5\x2019V5\x22/><path\x20d=\x22M5\x2019h15\x22/><path\x20d=\x22M9\x2016V9\x22/><path\x20d=\x22M13\x2016V6\x22/><path\x20d=\x22M17\x2016v-4\x22/>','FlipHorizontalIcon','channelName','defaultStyleColors','_isConnectorFollowSourceElement',',\x20minmax(0,\x201fr))','_controlHover','sort','_getExistingMultiSelectionIds','has','_instanceSrv','pageScale','angular','setContainer','_applyRenderTransformToLocalPoint','slides-ui.image-panel.transform.lock','messageId','closest','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-px-5\x20univer-py-1.5','startY','slide','elementOrder','imageRotateWithShape','univer-grid\x20univer-grid-cols-4\x20univer-gap-2','slides-ui.shapePanel.style.shadowColor','BACKSPACE','_resolveGradientStops','_layoutCache','setPrstGeomAdjValues','descriptor','Layout','slide.operation.presentation.preview-transition','slides-ui.insertToolbar.table','_registerOwnerActiveSlideSync','_imageClipService','draggedPageId','card','clearCopperControl','_getOrCreateIconImage','elementId','_drawShapeText','_syncTransformToData','slides-ui.thumbnailBar.contextMenu.paste','slide-cxn-site-','slide-page-clip-','_hasActiveTableChrome','5\x204','univer-border-primary-600\x20dark:!univer-border-primary-500','clientHeight','slides-ui.editorToolbar.underline','slides-ui.image-panel.crop.shape','_resolveIconLabel','_drawCenteredText','_setEditingOnObject','Down','_rectIntersects','getMenuByPositionKey','slide.menu.insert.search','onmessage','_sceneType','univer-w-80\x20univer-overflow-hidden\x20univer-bg-white\x20dark:!univer-bg-gray-900','getDrawingPoints','text-accent-blue','stretchFillRect','shiftKey','OPERATION','MEDIA','slide.operation.contextmenu.add-page','Master','fontSize','activeSlideId$','delete','includes','translate3d(0,\x20100%,\x200)','_sidebarService','univer-box-border\x20univer-flex\x20univer-w-full\x20univer-min-w-0\x20univer-justify-end\x20univer-gap-2','refreshControls','isInteger','slides-ui.editorToolbar.verticalAlign','_rebuildScheduled','slides-ui.shapePanel.textBox.title','_groupChildIds','setContextValue','clientId','endRow','TwoColumns','slides-ui.shapePanel.line.arrowType.arrow','setClipService','gradient','univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-text-sm\x20univer-text-gray-500','BottomIcon','finally','sceneScale','_attachTransformerToDrawings','_imageIoService','getLayerIndex','_refreshScheduled','slides-ui.editorToolbar.bold','univer-text-gray-900','univer-text-sm\x20univer-text-gray-500\x20dark:!univer-text-gray-400','baseBound','_transformStartRects','Embed','_clearOwnerActiveSlideSync','_clearRenderedSlideObjects','slide.operation.update-shape-data','text-accent-orange','shadowOffsetY','_prepareImage','separator','#f2f2f2','function','slides-ui.contextmenu.transitionPanel','inset(0\x2050%\x200\x2050%)','_clearPopupIfSelectionChanged','toggleInSelection','type','slide.operation.presentation.stop','#fbfcfe','SUBITEMS','rgba(180,180,180,1)','slide-ui.embed-floating-active.service','warn','point','textColor','univer-grid\x20univer-grid-cols-3\x20univer-gap-2\x20[&>div]:univer-grid\x20[&>div]:univer-gap-1','_buildReroutePatchForBothConnected','_scheduleRefreshActiveHandlesWithFollowUp','changeShapeType','_embedActivationService','isNaN','visible$','_closeWindow','univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-xs\x20univer-text-gray-500','_findNearestConnectionSite','lineStrokeType','#1a73e8','_buildReroutePatchForSingleConnected','slides-ui.shapePanel.line.sketchType.handDrawn','CenterTitle','addEventListener','slides-ui.shapePanel.line.capType.square','slide.operation.contextmenu.open-table-size-dialog','_currentConnectionTarget','univer-relative\x20univer-h-full\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden','_restoreHandlesAfterExternalAction','CONTENT','_globalImageLoadingCache','_getOrCreateShapeModel','SearchIcon','slide.contextMenu.page','_pickImageFile','accent','startTransform','textConfig','restore','left','_audienceWindow','layoutPageId','3354750aRcKwa','effectAllowed','_playbackService','univer-ml-0.5\x20univer-text-xs\x20univer-text-slate-500','_buildTranslatedConnectorPatch','getTextRect','inset(100%\x200\x200\x200)','relation','_iconSvgByName','univer-sticky\x20univer-top-0\x20univer-z-10\x20univer-border-b\x20univer-border-gray-200\x20univer-bg-gray-50\x20univer-px-3\x20univer-pb-2\x20univer-pt-3\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','_patch','slides-ui.shapePanel.title','univer-flex\x20univer-flex-col\x20univer-gap-3\x20univer-px-4\x20univer-py-3\x20dark:!univer-text-gray-200','slides-ui.tableSizePicker.title','active','_rectContains','_messages$','_onPointerEnter$','-cell-','clipPath','shadowColor','slides-ui.shapePanel.fill.picture.tileAsTexture','_resolveSlideModel','measurement','title','BUTTON','message','{total}','_hideHandlesForExternalAction','82%','line-black-dashed','registerShortcut','UngroupIcon','_registerUIControllers','listId','clientY','origin','startOffset','LEFT','Shdw2','slides-ui.insertToolbar.textHorizontal','LongDashDot','trimEnd','join','toFixed','stage','setConfig','_applyMarqueeRectStyle','Pattern','fill=\x22none\x22\x20stroke=\x22','_drawRowFills','-default-list','5793425eiSpqj','activeEditing$','_resolvePlaceholderActionHit','univer-rounded-lg\x20univer-p-3','pageLeft','measureTextBoxNaturalCrossSize','univer-size-3','_onPointerLeave$','convert','univer-relative\x20univer-size-full\x20univer-overflow-hidden\x20univer-bg-white\x20dark:!univer-bg-gray-900','_dirty$','_clearSelectionCloseTimer','univer-relative\x20univer-overflow-hidden\x20univer-bg-white\x20univer-shadow-2xl','slides-ui.presentation.playDualScreenFromBeginning','univer-grid\x20univer-gap-1\x20univer-text-xs\x20univer-text-gray-500','revision','univer-min-w-12\x20univer-text-center','rgba(226,\x20232,\x20240,\x200.95)','setActiveScene','_contextMenuService','endsWith','univer-shrink-0\x20univer-text-xs\x20univer-text-gray-500','clearTimeout','src','flipY','px\x20','setShapePanelOpen','fontWeight','engine','_globalPopupManagerService','defaultText','convertToRenderObjects','slides-page-list-block','univer-border-primary-500\x20univer-bg-primary-50','ShapeRectTextboxVerticalIcon','THUMBNAIL','univer-w-[min(520px,48vw)]\x20univer-min-w-64','min','line-blue-end-arrow','_embedFocusOwnerService','mergeMenu','isHit','NoLine','univer-border-b\x20univer-border-gray-200\x20univer-px-4\x20univer-py-4\x20dark:!univer-border-gray-700','_isAdjustHandleDragging','setObjectListPanelOpen','dataModel','getObjectIncludeInGroup','slides-ui.shapePanel.line.arrowType.diamondArrow','#666666','0\x200\x2024\x2024','-default','showPlaceholder','slides-ui.presentation.exit','slide.menu.insert.shape','setActiveSlide','doc','slides-ui.presentation.next','_followConnectorsForMovedShape','Push','setBackgroundPanelOpen','startAudienceSession','backgroundColor','_getConnectPointInfo','univer-border-gray-200\x20dark:!univer-border-gray-700','univer-border-gray-200\x20univer-bg-gray-50\x20hover:univer-border-primary-300\x20hover:univer-bg-primary-50','pageMarginLeft','insertTextBox','univer-p-3','_handleBackgroundPointerDown','#f2a900','Repeat','slides-ui.shapePanel.line.arrowSize.large','_scenePointerUpSubs','univer-text-gray-600\x20univer-transition-transform\x20dark:!univer-text-gray-400','shape-editor-ui.','_fillImage','slides-ui.transitionPanel.effects.reveal','slides-ui.shapePanel.style.shadowPresetCustom','#dadce0','_resolveHitByOKey','paragraphStyle','#4472c4','univer-pointer-events-none','now','getCurrentUnitOfType','popup=yes,fullscreen=yes,left=','_buildLayouts','draft','_updatePlainTextShapeHostSize','slide.insert-ribbon.search','clearHandles','rtl:univer-text-right','univer-absolute\x20univer-left-0\x20univer-top-[calc(100%+6px)]\x20univer-z-[1002]\x20univer-flex\x20univer-w-14\x20univer-flex-col\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-slate-200\x20univer-bg-white\x20univer-p-1','1.0.0-alpha.4','slides-ui.searchPanel.noQuery','-placeholder-text','univer-border-primary-500\x20univer-bg-primary-100\x20hover:univer-bg-primary-200','direction','slides-ui.backgroundPanel.fit','Miter','_isSyncingTransformer','_isPositionOnlyTransformChange','slides-ui.quickStyles.presets.text.accentOrange','_isEditorEnabled','availHeight','actualHeight','insert','addObject','#5f6368','slide-table-size-dialog','_slideSidebarStateService','_element','_getDrawingByObjectKey','setTableControlState','setEditingCell','univer-grid\x20univer-gap-3','_revision','_registerEditorRenderModules','Shdw1','picture','univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-p-4','rows','reverse','PageDown','_hasMenuSchema','slides-ui.transitionPanel.effect','dispose$','<rect\x20x=\x224\x22\x20y=\x225\x22\x20width=\x2216\x22\x20height=\x2214\x22\x20rx=\x222\x22/><path\x20d=\x22M4\x2010h16M4\x2015h16M10\x205v14M15\x205v14\x22/>','_initShapePanelClose','scale(1)','textDirection','onStarting','slides-ui.transitionPanel.direction','slides-ui.shapePanel.style.shadow','_sidebarDisposable','TransitionsIcon','univer-mt-2\x20univer-text-center\x20univer-text-sm\x20univer-font-medium','repeat','office','slides-ui.image-panel.arrange.backward','major','orderIndex','_adjustAngleForFlipAndRotation','slide.operation.paste-selection','setProps','setTableControlHover','file','table-handle','hoverId','_collectGroupDescendantsRecursively','-resize-measure','createPattern','slides-ui.quickStyles.presets.text.accentBlue','stopPropagation','_drawTableOutline','then','isFocusing','_applyConnectorRouteLayoutToVisualObject','slides-ui.thumbnailBar.layoutPicker.layouts.comparison'];_0x2a3a=function(){return _0x229e66;};return _0x2a3a();}function Bl(_0x28132b){const _0x395e65=_0x2d3867;return _0x28132b&&typeof _0x28132b==_0x395e65(0x97b)&&!Array[_0x395e65(0x7d3)](_0x28132b)?_0x28132b:void 0x0;}function Vl(_0x34762a){const _0x2ac33d=_0x2d3867;return typeof _0x34762a=='string'&&_0x34762a[_0x2ac33d(0x5a7)]()?_0x34762a:void 0x0;}Wc[_0x2d3867(0x6fb)](zl);let Hl=class extends Uc{constructor(_0x3ded06,_0x379899){const _0x361183=_0x2d3867;super(),this[_0x361183(0x4c5)]=_0x3ded06,this[_0x361183(0x5a3)]=_0x379899,Z(this,_0x361183(0x628),0x28);}['check'](_0x37f5ac){const _0x3a7d4a=_0x2d3867;return _0x37f5ac[_0x3a7d4a(0x431)][_0x3a7d4a(0x866)]===_0x440e4e[_0x3a7d4a(0x631)];}[_0x2d3867(0x8cd)](_0x12e2eb,_0x5b1242){const _0x362c30=_0x2d3867;var _0x21cbd2,_0xad8911,_0x2ca096,_0xd8d7c3,_0x3ead3d,_0x4d9fde;if(_0x12e2eb[_0x362c30(0x676)]||_0x12e2eb[_0x362c30(0x431)][_0x362c30(0x866)]!==_0x440e4e[_0x362c30(0x631)])return null;let _0x5578c9=_0x12e2eb['element'],_0x51a1a0=_0x5578c9[_0x362c30(0x985)],_0x3443d2=_0x178dc9(_0x5578c9)!=null,_0x1f0884=(_0x21cbd2=_0x5578c9[_0x362c30(0x65d)])==null?'':_0x21cbd2,_0x1a23e0=_0x5578c9['textData']?{'isHorizontal':!0x0,'text':_0x1f0884,'dataModel':{'doc':_0x5578c9['textData']}}:{'isHorizontal':!0x0,'text':_0x1f0884,'dataModel':{'doc':_0x50828b(_0x1f0884,{'id':_0x362c30(0x77b)+_0x5578c9['id'],'textStyle':Ul(_0x5578c9[_0x362c30(0x785)])})}},_0x375ff8=_0x362c30(0x6d5)+_0x5b1242[_0x362c30(0x340)]+'-'+_0x5b1242[_0x362c30(0xaa1)]+'-'+_0x12e2eb[_0x362c30(0x31e)],_0x5497ea={'id':_0x5578c9['id'],'type':_0x440e4e[_0x362c30(0x24b)],'name':_0x5578c9['name'],'description':_0x5578c9[_0x362c30(0x4c4)],'visible':_0x5578c9[_0x362c30(0x617)],'selectable':_0x5578c9[_0x362c30(0xaca)],'custom':_0x5578c9[_0x362c30(0x6a1)],'transform':{..._0x5578c9['transform']},'shapeData':{'shapeType':_0x3da99c[_0x362c30(0xa8a)],'fill':_0x3443d2?{'fillType':_0x570aff[_0x362c30(0xae5)]}:{..._0x423388[_0x362c30(0x7c1)]},'stroke':_0x3443d2?{'lineStrokeType':_0x5d5f82['NoLine'],'width':0x0}:{..._0x423388[_0x362c30(0xae3)]},'shapeText':_0x1a23e0}},_0x3434d1=new Ls(_0x375ff8,{'left':_0x5b1242[_0x362c30(0x281)]+((_0xad8911=_0x51a1a0[_0x362c30(0x88e)])==null?0x0:_0xad8911),'top':_0x5b1242['pageOffsetTop']+((_0x2ca096=_0x51a1a0[_0x362c30(0x19e)])==null?0x0:_0x2ca096),'width':(_0xd8d7c3=_0x51a1a0['width'])==null?0x0:_0xd8d7c3,'height':(_0x3ead3d=_0x51a1a0[_0x362c30(0x47c)])==null?0x0:_0x3ead3d,'angle':(_0x4d9fde=_0x51a1a0[_0x362c30(0x304)])==null?0x0:_0x4d9fde,'flipX':_0x51a1a0['flipX'],'flipY':_0x51a1a0[_0x362c30(0x8dd)],'skewX':_0x51a1a0[_0x362c30(0x501)],'skewY':_0x51a1a0['skewY'],'zIndex':_0x5b1242[_0x362c30(0x953)],'visible':!_0x12e2eb[_0x362c30(0x676)],'evented':!0x0,'shapeModel':Ls[_0x362c30(0x715)](_0x5497ea),'element':_0x5497ea,'localeService':this['_localeService']});return _0x3434d1['setEditing'](this[_0x362c30(0x7d4)](_0x12e2eb,_0x5b1242)),_0x3434d1;}[_0x2d3867(0x7d4)](_0x5d826e,_0x2fc874){const _0x202527=_0x2d3867;var _0x26b75d;let _0x2e0d4e=(_0x26b75d=this['_slideTextEditingService'])==null?void 0x0:_0x26b75d[_0x202527(0xacc)]();return!!(_0x2e0d4e!=null&&_0x2e0d4e['visible'])&&_0x2e0d4e[_0x202527(0x340)]===_0x2fc874['unitId']&&_0x2e0d4e[_0x202527(0xaa1)]===_0x2fc874[_0x202527(0xaa1)]&&_0x2e0d4e[_0x202527(0x449)]===_0x5d826e['drawingId'];}};Hl=$([Q(0x0,_0x33d141(_0x4a2941)),Q(0x1,_0x49cccf(Sl))],Hl);function Ul(_0x56d90c){const _0x34d2e7=_0x2d3867;if(_0x56d90c)return{..._0x56d90c[_0x34d2e7(0x76f)]?{'ff':_0x56d90c[_0x34d2e7(0x76f)]}:{},..._0x56d90c[_0x34d2e7(0x837)]===void 0x0?{}:{'fs':_0x56d90c[_0x34d2e7(0x837)]},..._0x56d90c[_0x34d2e7(0x5bc)]?{'cl':{'rgb':_0x56d90c[_0x34d2e7(0x5bc)]}}:{},..._0x56d90c[_0x34d2e7(0x58c)]===void 0x0?{}:{'bl':_0x56d90c[_0x34d2e7(0x58c)]?_0x573b54['TRUE']:_0x573b54[_0x34d2e7(0x607)]},..._0x56d90c[_0x34d2e7(0x45c)]===void 0x0?{}:{'it':_0x56d90c['italic']?_0x573b54[_0x34d2e7(0xa6a)]:_0x573b54[_0x34d2e7(0x607)]},..._0x56d90c[_0x34d2e7(0x614)]===void 0x0?{}:{'ul':{'s':_0x56d90c['underline']?_0x573b54[_0x34d2e7(0xa6a)]:_0x573b54[_0x34d2e7(0x607)]}}};}Wc['add'](Hl);let Wl=class{constructor(_0x5e5847){const _0x1789ca=_0x2d3867;this[_0x1789ca(0x43f)]=_0x5e5847,Z(this,_0x1789ca(0x5aa),[]),this[_0x1789ca(0x346)]();}[_0x2d3867(0x8e4)](_0x2cca2a,_0x11cd34,_0x45e73b){let _0x1de463=[];return _0x11cd34['forEach']((_0x45a535,_0x1b4f3b)=>{const _0x309e00=_0x3035;let _0x5dcb9f=_0x2cca2a[_0x45a535];if(!_0x5dcb9f)return;let _0x2d1f0f=this[_0x309e00(0x9ea)](_0x5dcb9f,{..._0x45e73b,'orderIndex':_0x1b4f3b});_0x2d1f0f&&_0x1de463[_0x309e00(0x39b)](_0x2d1f0f);}),_0x1de463;}['_executor'](_0x52dff2,_0x940a44){const _0x1b789d=_0x2d3867;for(let _0x21bccc of this['_adaptors']){if(!_0x21bccc[_0x1b789d(0x7cd)](_0x52dff2))continue;let _0x115351=_0x21bccc[_0x1b789d(0x8cd)](_0x52dff2,_0x940a44);if(_0x115351!=null)return _0x115351;}return null;}['_adaptorLoader'](){const _0x362605=_0x2d3867;this['_adaptors']=Wc[_0x362605(0x1ed)]()[_0x362605(0x51d)](_0x187c99=>this[_0x362605(0x43f)][_0x362605(0x18c)](_0x187c99))['sort']((_0x360567,_0x218555)=>_0x360567[_0x362605(0x628)]-_0x218555['zIndex']);}};Wl=$([Q(0x0,_0x33d141(_0x5ccce3))],Wl);const Gl=[_0x2d3867(0x71b),_0x2d3867(0x708),'shapeFill','fill',_0x2d3867(0xa25)],Kl=[_0x2d3867(0x7c1),_0x2d3867(0x198),_0x2d3867(0x71b),_0x2d3867(0x708)],ql=[_0x2d3867(0xa25),_0x2d3867(0x26d),_0x2d3867(0x744),_0x2d3867(0x64e),'pptxGrpFill'];function Jl(_0x54f8cb){const _0x3dcfd2=_0x2d3867;return!!_0x54f8cb&&typeof _0x54f8cb==_0x3dcfd2(0x97b)&&!Array[_0x3dcfd2(0x7d3)](_0x54f8cb);}function Yl(_0x17cdd9){const _0x26c851=_0x2d3867;let _0x29e159=_0x17cdd9[_0x26c851(0x5a7)]();return/^[0-9a-f]{6}$/i[_0x26c851(0x984)](_0x29e159)?'#'+_0x29e159:_0x29e159;}function Xl(_0x26402b){const _0x527f19=_0x2d3867;return _0x527f19(0x53b)in _0x26402b||_0x527f19(0x5bc)in _0x26402b||_0x527f19(0x30f)in _0x26402b||_0x527f19(0x2cf)in _0x26402b||_0x527f19(0x5a9)in _0x26402b||_0x527f19(0xa68)in _0x26402b||'pattern'in _0x26402b;}function Zl(_0x1826af){const _0x5f1711=_0x2d3867;return _0x1826af&&JSON[_0x5f1711(0x694)](JSON[_0x5f1711(0x424)](_0x1826af));}function Ql(_0x37e93c,_0xc46e48=new Set()){const _0x2e5739=_0x2d3867;if(_0x37e93c){if(typeof _0x37e93c==_0x2e5739(0x242))return{'fillType':_0x570aff['SolidFill'],'color':Yl(_0x37e93c)};if(!(!Jl(_0x37e93c)||_0xc46e48[_0x2e5739(0x7fb)](_0x37e93c))){if(_0xc46e48[_0x2e5739(0x6fb)](_0x37e93c),Xl(_0x37e93c))return Zl(_0x37e93c);for(let _0x2b713e of Kl){let _0x9c9585=Ql(_0x37e93c[_0x2b713e],_0xc46e48);if(_0x9c9585)return _0x9c9585;}}}}function $l(_0x5f31cb,_0x24aa3a){if(!(!_0x5f31cb||!Jl(_0x5f31cb)))return _0x5f31cb[_0x24aa3a];}function eu(_0x2904e6){const _0x4d5407=_0x2d3867;var _0x5bc6b0,_0x171a63;for(let _0x55a37e of Gl){let _0x4381a9=Ql($l(_0x2904e6[_0x4d5407(0x6a1)],_0x55a37e));if(_0x4381a9)return _0x4381a9;}let _0x4f9c78=_0x2904e6;return(_0x5bc6b0=Ql(_0x4f9c78[_0x4d5407(0x7c1)]))==null?Ql((_0x171a63=_0x4f9c78[_0x4d5407(0x5a6)])==null?void 0x0:_0x171a63[_0x4d5407(0x7c1)]):_0x5bc6b0;}function tu(_0x270a51){const _0x2c4ff4=_0x2d3867;if(!(!_0x270a51||!Jl(_0x270a51)))for(let _0x212e59 of ql){let _0x5f0536=_0x270a51[_0x212e59];if(typeof _0x5f0536==_0x2c4ff4(0x39d))return _0x5f0536;}}function nu(_0x209533){const _0x3bd691=_0x2d3867;var _0x3126f0,_0x2d8f2b;if(!_0x209533||!Jl(_0x209533))return!0x1;let _0x11b819=(_0x3126f0=(_0x2d8f2b=_0x209533['fillType'])==null?_0x209533[_0x3bd691(0x866)]:_0x2d8f2b)==null?_0x209533[_0x3bd691(0x9c1)]:_0x3126f0;return _0x11b819===_0x3bd691(0xa25)||_0x11b819===_0x3bd691(0x71b);}function ru(_0x26d004){const _0x3b9dfd=_0x2d3867;let _0x1e6f20=tu(_0x26d004['custom']);if(_0x1e6f20!==void 0x0)return _0x1e6f20;let _0xbdca43=Object[_0x3b9dfd(0x30e)](_0x26d004[_0x3b9dfd(0x5a6)],'fill');if((_0xbdca43==null?void 0x0:_0xbdca43[_0x3b9dfd(0xaa9)])===!0x1)return!0x0;let _0x44de2c=_0x26d004[_0x3b9dfd(0x5a6)][_0x3b9dfd(0x7c1)];return!_0x44de2c||nu(_0x44de2c);}function iu(_0x3c1962,_0x31cca4,_0x3be9aa){const _0xabcafe=_0x2d3867;let _0x5d6c74=_0x3c1962[_0x31cca4];if(!_0x5d6c74||_0x5d6c74['element'][_0xabcafe(0x866)]!==_0x440e4e['Shape'])return _0x3c1962;let _0x2b608d=_0x5d6c74['element'],_0x2967fd={..._0x2b608d,'shapeData':{..._0x2b608d[_0xabcafe(0x5a6)],'fill':Zl(_0x3be9aa)}};return{..._0x3c1962,[_0x31cca4]:{..._0x5d6c74,'element':_0x2967fd}};}function au(_0x30cc17){const _0x2aff89=_0x2d3867;let _0x464d41=_0x30cc17,_0x3e370d=(_0x36e8ae,_0x41be8c,_0x2ff194)=>{const _0x3fe6e2=_0x3035;if(_0x2ff194[_0x3fe6e2(0x7fb)](_0x36e8ae))return;let _0x258f42=_0x464d41[_0x36e8ae];if(!_0x258f42)return;let _0x5cb72f=_0x258f42[_0x3fe6e2(0x431)];if(_0x5cb72f[_0x3fe6e2(0x866)]===_0x440e4e[_0x3fe6e2(0x1ff)]){var _0x1634ff,_0x1d9d0c;let _0x1776e3=(_0x1634ff=eu(_0x5cb72f))==null?_0x41be8c:_0x1634ff,_0x2c14ef=new Set(_0x2ff194);_0x2c14ef['add'](_0x36e8ae),(_0x1d9d0c=_0x5cb72f[_0x3fe6e2(0x6ee)])==null||_0x1d9d0c[_0x3fe6e2(0x3d8)](_0x244917=>_0x3e370d(_0x244917,_0x1776e3,_0x2c14ef));return;}!_0x41be8c||_0x5cb72f[_0x3fe6e2(0x866)]!==_0x440e4e['Shape']||ru(_0x5cb72f)&&(_0x464d41=iu(_0x464d41,_0x36e8ae,_0x41be8c));};return Object['values'](_0x30cc17)[_0x2aff89(0xac6)](_0x2112ba=>_0x2112ba[_0x2aff89(0x431)]['type']===_0x440e4e['Group'])[_0x2aff89(0x3d8)](_0x5b20b6=>_0x3e370d(_0x5b20b6[_0x2aff89(0x31e)],void 0x0,new Set())),_0x464d41;}function ou(_0x3266ea,_0x1000f6,_0x31d745){const _0x354c6c=_0x2d3867;var _0x1c3fea,_0x51ffaa,_0x1b3a5d,_0x262f20,_0x4c7611,_0x2e0fb9,_0x51198f,_0x1842f5;let _0x1fd512=_0x3266ea[_0x354c6c(0x431)][_0x354c6c(0x985)],_0x5b0d64={'left':_0x1000f6+((_0x1c3fea=_0x1fd512[_0x354c6c(0x88e)])==null?0x0:_0x1c3fea),'top':_0x31d745+((_0x51ffaa=_0x1fd512[_0x354c6c(0x19e)])==null?0x0:_0x51ffaa),'width':Math[_0x354c6c(0x55a)](0x1,(_0x1b3a5d=_0x1fd512['width'])==null?0x1:_0x1b3a5d),'height':Math[_0x354c6c(0x55a)](0x1,(_0x262f20=_0x1fd512[_0x354c6c(0x47c)])==null?0x1:_0x262f20)},_0x3477d8=_0x3266ea[_0x354c6c(0x431)],_0x20cb4a=(_0x4c7611=_0x3477d8[_0x354c6c(0x6a1)])==null?void 0x0:_0x4c7611['groupBaseBound'],_0x4b6d9f=((_0x2e0fb9=_0x3477d8['custom'])==null?void 0x0:_0x2e0fb9[_0x354c6c(0x3d1)])===!0x0,_0x33ea0a=(_0x51198f=(_0x1842f5=_0x3477d8[_0x354c6c(0x856)])==null?_0x3477d8[_0x354c6c(0x4ba)]:_0x1842f5)==null?_0x20cb4a:_0x51198f;if(!_0x33ea0a)return _0x5b0d64;let {left:_0x20b44c,top:_0x462598,width:_0xf38600,height:_0x413e7a}=_0x33ea0a;return!Number['isFinite'](_0x20b44c)||!Number[_0x354c6c(0x6ab)](_0x462598)||!Number[_0x354c6c(0x6ab)](_0xf38600)||!Number[_0x354c6c(0x6ab)](_0x413e7a)||_0xf38600<=0x0||_0x413e7a<=0x0?_0x5b0d64:{'left':_0x4b6d9f?_0x1000f6+_0x20b44c:_0x20b44c,'top':_0x4b6d9f?_0x31d745+_0x462598:_0x462598,'width':_0xf38600,'height':_0x413e7a};}function su(_0x371468,_0x7f0dfa,_0x49561c,_0x5bb345){const _0x1bd4d3=_0x2d3867;var _0x55f7bf,_0x2cd77c;let {unitId:_0x2d7180,subUnitId:_0x2ba68c,pageOffsetLeft:_0x55fa1e,pageOffsetTop:_0x3bb598,sceneType:_0x4baf93,showPlaceholder:_0xa5311e,objectProvider:_0x2c6fa2,renderObjectMap:_0x1d2516,requestRender:_0x8d7764}=_0x5bb345,_0x2c995e='slide-drawing-'+_0x2d7180+'-'+_0x2ba68c+'-'+_0x371468,_0x2c55ce=(_0x55f7bf=(_0x2cd77c=_0x49561c[_0x1bd4d3(0x8f4)])==null?void 0x0:_0x2cd77c[_0x1bd4d3(0x739)](_0x49561c,_0x2c995e))==null?_0x49561c[_0x1bd4d3(0x22f)](_0x2c995e):_0x55f7bf;if(_0x2c55ce)return _0x2c55ce;let _0x2ee6c1=_0x2c6fa2['convertToRenderObjects'](_0x7f0dfa,[_0x371468],{'unitId':_0x2d7180,'subUnitId':_0x2ba68c,'pageOffsetLeft':_0x55fa1e,'pageOffsetTop':_0x3bb598,'sceneType':_0x4baf93,'showPlaceholder':_0xa5311e,'requestRender':_0x8d7764})[0x0];return _0x2ee6c1?(_0x49561c[_0x1bd4d3(0x931)](_0x2ee6c1,_0x575008),_0x1d2516[_0x1bd4d3(0x55e)](_0x2ee6c1[_0x1bd4d3(0x2ac)],_0x2ee6c1),_0x2ee6c1):null;}function cu(_0x2a0e83,_0x410ca4,_0x1ea647,_0x874a76){const _0x3c8bfb=_0x2d3867;let _0x219640=su(_0x2a0e83,_0x410ca4,_0x1ea647,_0x874a76);return!_0x219640||!(_0x3c8bfb(0x3c5)in _0x219640)||!(_0x3c8bfb(0x98f)in _0x219640)?null:_0x219640;}function lu(_0x139ea2,_0x408139,_0x4922ca){const _0x39ef2c=_0x2d3867;var _0x9ce62f;let _0x467595=_0x408139[_0x139ea2];!_0x467595||_0x467595[_0x39ef2c(0x431)][_0x39ef2c(0x866)]!==_0x440e4e[_0x39ef2c(0x1ff)]||((_0x9ce62f=_0x467595[_0x39ef2c(0x431)][_0x39ef2c(0x6ee)])==null?[]:_0x9ce62f)[_0x39ef2c(0x3d8)](_0x347c10=>{const _0x31e0b0=_0x39ef2c;_0x4922ca['has'](_0x347c10)||(_0x4922ca[_0x31e0b0(0x6fb)](_0x347c10),lu(_0x347c10,_0x408139,_0x4922ca));});}function uu(_0xfbdd85,_0x3680c3){let _0x54cf4a=new Set();return _0xfbdd85['forEach'](_0x1720cf=>{const _0x47c1a3=_0x3035;let _0xc61932=_0x3680c3[_0x1720cf];!_0xc61932||_0xc61932[_0x47c1a3(0x431)][_0x47c1a3(0x866)]!==_0x440e4e[_0x47c1a3(0x1ff)]||lu(_0x1720cf,_0x3680c3,_0x54cf4a);}),_0x54cf4a;}function du(_0x4aa8dc,_0x21b4e9,_0x26f9ff,_0x1c1d61,_0x41d4c7,_0x583dff,_0x447377,_0x16c5bf){const _0x3f472e=_0x2d3867;var _0x3d53e1;let _0x3aa6a7=[],_0x222842=(_0x3d53e1=_0x4aa8dc['children'])==null?[]:_0x3d53e1,_0x296b2c=[..._0x222842][_0x3f472e(0x7f9)]((_0xb14881,_0x1f64f9)=>{const _0x5b0152=_0x3f472e;var _0x40fcc1,_0x25e558;let _0x19f00e=((_0x40fcc1=_0x21b4e9[_0xb14881])==null?void 0x0:_0x40fcc1[_0x5b0152(0x431)][_0x5b0152(0x866)])===_0x440e4e[_0x5b0152(0x1ff)];return _0x19f00e===(((_0x25e558=_0x21b4e9[_0x1f64f9])==null?void 0x0:_0x25e558[_0x5b0152(0x431)][_0x5b0152(0x866)])===_0x440e4e[_0x5b0152(0x1ff)])?0x0:_0x19f00e?-0x1:0x1;}),_0x334fdf=uu(_0x222842,_0x21b4e9);for(let _0x531604 of _0x296b2c){let _0x34e8b2=_0x21b4e9[_0x531604];if(!_0x34e8b2||_0x34e8b2[_0x3f472e(0x431)][_0x3f472e(0x866)]!==_0x440e4e['Group']&&_0x334fdf[_0x3f472e(0x7fb)](_0x531604)||_0x34e8b2[_0x3f472e(0x431)][_0x3f472e(0x866)]===_0x440e4e[_0x3f472e(0x7f0)]||_0x16c5bf[_0x3f472e(0x7fb)](_0x531604)||_0x34e8b2[_0x3f472e(0x431)][_0x3f472e(0x866)]===_0x440e4e['Group']&&(!fu(_0x531604,_0x21b4e9,_0x26f9ff,_0x1c1d61,_0x41d4c7,_0x583dff,_0x447377,_0x16c5bf)||!_0x583dff[_0x3f472e(0x7fb)](_0x531604)))continue;let _0x5c0bfd=su(_0x531604,_0x21b4e9,_0x26f9ff,_0x1c1d61);_0x5c0bfd&&(_0x3aa6a7[_0x3f472e(0x39b)](_0x5c0bfd),_0x16c5bf[_0x3f472e(0x6fb)](_0x531604));}return _0x3aa6a7;}function fu(_0x189d81,_0x59910a,_0x1fe027,_0x2bf8b7,_0x462dbc,_0x4eb588,_0x2dfe4d,_0x10d0e7){const _0x5ef08d=_0x2d3867;if(_0x4eb588[_0x5ef08d(0x7fb)](_0x189d81)||_0x2dfe4d[_0x5ef08d(0x7fb)](_0x189d81))return!0x0;let _0x134922=_0x462dbc['get'](_0x189d81);if(!_0x134922||_0x134922[_0x5ef08d(0x431)][_0x5ef08d(0x866)]!==_0x440e4e['Group'])return!0x1;let _0x2a8ceb=cu(_0x189d81,_0x59910a,_0x1fe027,_0x2bf8b7);if(!_0x2a8ceb)return!0x1;_0x2dfe4d['add'](_0x189d81);let _0x44e553=_0x134922[_0x5ef08d(0x431)],_0x3b5e84=du(_0x44e553,_0x59910a,_0x1fe027,_0x2bf8b7,_0x462dbc,_0x4eb588,_0x2dfe4d,_0x10d0e7);_0x3b5e84[_0x5ef08d(0xa73)]>0x0&&_0x2a8ceb['addObjects'](..._0x3b5e84);let _0x70b4b7=ou(_0x134922,_0x2bf8b7['pageOffsetLeft'],_0x2bf8b7[_0x5ef08d(0x375)]);return _0x2a8ceb[_0x5ef08d(0x98f)](_0x70b4b7),_0x2dfe4d[_0x5ef08d(0x839)](_0x189d81),_0x4eb588[_0x5ef08d(0x6fb)](_0x189d81),!0x0;}function pu(_0x4c7bed,_0xa91d2f,_0x10402c,_0x3d5f4d){const _0x113cac=_0x2d3867;let _0x43e92e=_0xa91d2f[_0x113cac(0x51d)](_0x143374=>_0x4c7bed[_0x143374])['filter'](_0x33de13=>!!_0x33de13&&_0x33de13[_0x113cac(0x431)][_0x113cac(0x866)]===_0x440e4e[_0x113cac(0x1ff)]);if(_0x43e92e[_0x113cac(0xa73)]===0x0)return;let _0x50464b=Object['values'](_0x4c7bed)[_0x113cac(0xac6)](_0x59be3f=>_0x59be3f['element'][_0x113cac(0x866)]===_0x440e4e['Group']),_0x2ab65b=new Map(_0x50464b['map'](_0x53afd4=>[_0x53afd4[_0x113cac(0x31e)],_0x53afd4])),_0x1d340b=new Set(),_0x34f815=new Set(),_0x263b8c=new Set();_0x43e92e['forEach'](_0x34096e=>{const _0x5c8163=_0x113cac;fu(_0x34096e[_0x5c8163(0x31e)],_0x4c7bed,_0x10402c,_0x3d5f4d,_0x2ab65b,_0x1d340b,_0x34f815,_0x263b8c);});}function mu(_0x200d15,_0x32ec3b){const _0x18ddf6=_0x2d3867;return _0x200d15[_0x18ddf6(0x2ac)][_0x18ddf6(0x1c2)](_0x18ddf6(0x6d5)+_0x32ec3b+'-')||_0x200d15[_0x18ddf6(0x2ac)][_0x18ddf6(0x1c2)](_0x18ddf6(0x81e)+_0x32ec3b+'-')||_0x200d15['oKey'][_0x18ddf6(0x1c2)](_0x18ddf6(0x3e9)+_0x32ec3b+'-');}function hu(_0x37c30f){const _0x14511f=_0x2d3867;let _0xb9661f=_0x37c30f;return typeof _0xb9661f[_0x14511f(0x22c)]==_0x14511f(0x861)?_0xb9661f['getObjects']():[];}function gu(_0x3d4f31,_0x4f446a){const _0x4d5ba7=_0x2d3867;_0x4f446a[_0x4d5ba7(0x7fb)](_0x3d4f31)||(_0x4f446a[_0x4d5ba7(0x6fb)](_0x3d4f31),hu(_0x3d4f31)[_0x4d5ba7(0x3d8)](_0x96fffe=>gu(_0x96fffe,_0x4f446a)));}function _u(_0x181b71){const _0x513495=_0x2d3867;if(!_0x181b71[_0x513495(0xadc)])return;let _0x2f0845=_0x181b71[_0x513495(0x7d2)];if(typeof(_0x2f0845==null?void 0x0:_0x2f0845[_0x513495(0x22c)])==_0x513495(0x861)){let _0x2fb9b9=_0x2f0845[_0x513495(0x22c)](),_0x2d9840=_0x2fb9b9[_0x513495(0x428)](_0x181b71);_0x2d9840>=0x0&&_0x2fb9b9[_0x513495(0x1ec)](_0x2d9840,0x1);}let _0x3b970c=typeof(_0x2f0845==null?void 0x0:_0x2f0845[_0x513495(0x52b)])=='function'?_0x2f0845[_0x513495(0x52b)]():_0x2f0845==null?void 0x0:_0x2f0845[_0x513495(0x7d2)];_0x3b970c&&(_0x181b71[_0x513495(0x7d2)]=_0x3b970c),_0x181b71['groupKey']=void 0x0,_0x181b71[_0x513495(0xadc)]=!0x1;}function vu(_0x530ea6){const _0x11dae0=_0x2d3867;let _0x5e20d4=new Set();return _0x530ea6[_0x11dae0(0x3d8)](_0x13fb43=>gu(_0x13fb43,_0x5e20d4)),_0x5e20d4[_0x11dae0(0x3d8)](_0x1a01f5=>_u(_0x1a01f5)),Array[_0x11dae0(0xad9)](_0x5e20d4);}function yu(_0x4b07fb,_0xc92c28,_0x1d6151){const _0x57424f=_0x2d3867;var _0x44d56b;let _0x1b5b7a=new Set(_0x1d6151[_0x57424f(0x4ae)]());return(_0x44d56b=_0x4b07fb[_0x57424f(0x471)])==null||_0x44d56b['call'](_0x4b07fb)[_0x57424f(0x3d8)](_0x196ede=>{const _0x498ce8=_0x57424f;mu(_0x196ede,_0xc92c28)&&_0x1b5b7a[_0x498ce8(0x6fb)](_0x196ede);}),vu(Array[_0x57424f(0xad9)](_0x1b5b7a));}const bu=_0x2e0554,xu=_0x2d3867(0xab9);let Su=class extends _0x4928c2{constructor(_0x5d29d1,_0x2550f8,_0x1c9e77,_0x30880b,_0x2cfcd8,_0x152b29,_0x4ee609,_0x35babe){const _0x557808=_0x2d3867;var _0x4d0d9f,_0x195ef4;super(),this[_0x557808(0x9b2)]=_0x5d29d1,this[_0x557808(0x43f)]=_0x2550f8,this[_0x557808(0x7fc)]=_0x1c9e77,this['_renderManagerService']=_0x30880b,this[_0x557808(0x5a5)]=_0x2cfcd8,this[_0x557808(0x4cd)]=_0x152b29,this[_0x557808(0xa85)]=_0x4ee609,this['_themeService']=_0x35babe,Z(this,'_pageOffsetLeft',0x0),Z(this,_0x557808(0x7bf),0x0),Z(this,_0x557808(0x3ed),0x0),Z(this,_0x557808(0x3dd),0x0),Z(this,_0x557808(0x82d),_0x4fafd2[_0x557808(0x25b)]),Z(this,'_showPlaceholder',!0x1),Z(this,_0x557808(0x6ed),void 0x0),Z(this,_0x557808(0x224),new Map()),Z(this,_0x557808(0xa3d),void 0x0),Z(this,_0x557808(0x590),!0x1);let _0x43e359=this['_configService'][_0x557808(0x6a3)](ka);this[_0x557808(0x82d)]=(_0x4d0d9f=_0x43e359==null?void 0x0:_0x43e359[_0x557808(0x72d)])==null?_0x4fafd2['EDIT']:_0x4d0d9f,this[_0x557808(0xaa6)]=(_0x195ef4=_0x43e359==null?void 0x0:_0x43e359[_0x557808(0x8f9)])==null?this[_0x557808(0x82d)]===_0x4fafd2[_0x557808(0x25b)]||this[_0x557808(0x82d)]===_0x4fafd2[_0x557808(0x755)]:_0x195ef4,this[_0x557808(0x6ed)]=_0x43e359==null?void 0x0:_0x43e359['coreRenderArea'],this[_0x557808(0xa3d)]=this[_0x557808(0x43f)][_0x557808(0x18c)](Wl),this[_0x557808(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x1bd262=_0x2d3867;let {unitId:_0x56a53b,engine:_0x4bb342,scene:_0x3fcf34}=this[_0x1bd262(0x9b2)],_0x60e1d8=this['_instanceSrv'][_0x1bd262(0x681)](_0x56a53b,_0x50fd52[_0x1bd262(0x70c)]);if(!_0x60e1d8)return;let _0xa2531a=new _0x3ca8e6(bu,_0x3fcf34,{'left':0x0,'top':0x0,'bottom':0x0,'right':0x0,'isWheelPreventDefaultX':!0x0});_0x3fcf34[_0x1bd262(0x722)](),_0x3fcf34[_0x1bd262(0x45a)]['subscribeEvent']((_0x9d61d6,_0x233ed6)=>{const _0x3019c5=_0x1bd262;let _0x2211d3=_0x9d61d6;_0x2211d3[_0x3019c5(0x412)]||_0xa2531a[_0x3019c5(0x4bb)](_0x2211d3,_0x233ed6);});let _0x338240=new _0x4e3c17(_0x1bd262(0x20e),{'left':0x0,'top':0x0,'width':_0x3fcf34[_0x1bd262(0xa28)]||0x7d0,'height':_0x3fcf34[_0x1bd262(0x47c)]||0x7d0,'fill':Va,'evented':!0x1,'zIndex':0x0}),_0x5c63f7=new _0x4e3c17(xu,{'left':0x0,'top':0x0,'width':0x1,'height':0x1,'fill':io,'strokeWidth':0x1,'stroke':ao,'evented':!0x1,'zIndex':0x2});_0x3fcf34['addObjects']([_0x338240,_0x5c63f7],0x0),this[_0x1bd262(0x78d)](this[_0x1bd262(0x26b)][_0x1bd262(0x5e3)][_0x1bd262(0x3c8)](_0x2f3966(this['dispose$']))[_0x1bd262(0x6ca)](()=>{const _0x538986=_0x1bd262;_0x338240['makeDirty'](!0x0),_0x5c63f7[_0x538986(0x25f)](!0x0),this[_0x538986(0x420)](_0x60e1d8),_0x3fcf34['makeDirty'](!0x0);}));let _0x1dbce1=()=>{const _0x3fe903=_0x1bd262;var _0x2c22d;let _0x3593bc=_0x4bb342[_0x3fe903(0xa28)]||_0x3fcf34[_0x3fe903(0xa28)],_0x297fa2=_0x4bb342[_0x3fe903(0x47c)]||_0x3fcf34[_0x3fe903(0x47c)],_0x3917c1=this[_0x3fe903(0x1a5)](_0x60e1d8),_0x5a063a=((_0x2c22d=_0x4bb342[_0x3fe903(0x4e4)]()['parentElement'])==null?void 0x0:_0x2c22d[_0x3fe903(0x965)][_0x3fe903(0x1e2)])==='true',_0x14bb41=za({'width':_0x3593bc,'height':_0x297fa2},_0x3917c1,_0x5a063a?{'width':'100%','height':_0x3fe903(0x1a4)}:this[_0x3fe903(0x6ed)]),_0x315f86=Ba(_0x3917c1),_0xbf5a75=_0x60e1d8[_0x3fe903(0x205)](),_0x243e4d=_0x14bb41[_0x3fe903(0xa28)]/_0x315f86[_0x3fe903(0xa28)]*_0xbf5a75,_0x5c548c=_0x243e4d>0x0?_0x3593bc/_0x243e4d:_0x3593bc,_0x209e4f=_0x243e4d>0x0?_0x297fa2/_0x243e4d:_0x297fa2,_0x21ea14=_0x315f86['width'],_0x4edc6f=_0x315f86['height'];this[_0x3fe903(0x3ed)]=_0x21ea14,this[_0x3fe903(0x3dd)]=_0x4edc6f,_0x3fcf34[_0x3fe903(0x363)]({'width':_0x5c548c,'height':_0x209e4f,'scaleX':_0x243e4d,'scaleY':_0x243e4d}),_0x338240['resize'](_0x5c548c||0x7d0,_0x209e4f||0x7d0);let _0x1c34a4=Math[_0x3fe903(0x55a)](0x0,(_0x5c548c-_0x21ea14)/0x2),_0x5e9aae=Math[_0x3fe903(0x55a)](0x0,(_0x209e4f-_0x4edc6f)/0x2);this['_pageOffsetLeft']=_0x1c34a4,this[_0x3fe903(0x7bf)]=_0x5e9aae,_0x5c63f7[_0x3fe903(0x363)]({'left':_0x1c34a4,'top':_0x5e9aae,'width':_0x21ea14,'height':_0x4edc6f,'strokeWidth':+!_0x5a063a}),this['_renderActiveSlideDrawings'](_0x60e1d8),_0x3fcf34['makeDirty'](!0x0);};_0x4bb342[_0x1bd262(0x7eb)][_0x1bd262(0x551)](_0x1dbce1),this['disposeWithMe'](_0x60e1d8[_0x1bd262(0x33b)][_0x1bd262(0x3c8)](_0x2f3966(this['dispose$']))['subscribe'](()=>_0x1dbce1())),this[_0x1bd262(0x420)](_0x60e1d8),this[_0x1bd262(0x78d)](_0x60e1d8[_0x1bd262(0x63a)][_0x1bd262(0x838)]['pipe'](_0x2f3966(this[_0x1bd262(0x944)]))[_0x1bd262(0x6ca)](()=>this['_renderActiveSlideDrawings'](_0x60e1d8))),this[_0x1bd262(0x78d)](this[_0x1bd262(0xa85)][_0x1bd262(0x4e6)][_0x1bd262(0x3c8)](_0x2f3966(this['dispose$']))[_0x1bd262(0x6ca)](_0x76d146=>{const _0x21014b=_0x1bd262;_0x76d146[_0x21014b(0xa92)](_0x3f635a=>_0x3f635a[_0x21014b(0x340)]===_0x56a53b)&&this['_renderActiveSlideDrawings'](_0x60e1d8);})),this[_0x1bd262(0x78d)](this['_slideDrawingService'][_0x1bd262(0x714)]['pipe'](_0x2f3966(this[_0x1bd262(0x944)]))[_0x1bd262(0x6ca)](_0x971771=>{const _0x4d8b61=_0x1bd262;this[_0x4d8b61(0x590)]||_0x971771[_0x4d8b61(0xa92)](_0x2bb76a=>_0x2bb76a[_0x4d8b61(0x340)]===_0x56a53b)&&this[_0x4d8b61(0x420)](_0x60e1d8);})),this['disposeWithMe'](this['_slideDrawingService'][_0x1bd262(0x258)][_0x1bd262(0x3c8)](_0x2f3966(this[_0x1bd262(0x944)]))[_0x1bd262(0x6ca)](_0x47aa57=>{const _0x1f4783=_0x1bd262;_0x47aa57[_0x1f4783(0xa92)](_0x29b8d2=>_0x29b8d2[_0x1f4783(0x340)]===_0x56a53b)&&this['_renderActiveSlideDrawings'](_0x60e1d8);})),this[_0x1bd262(0x78d)](this[_0x1bd262(0xa85)]['order$']['pipe'](_0x2f3966(this['dispose$']))['subscribe'](_0x4e03e5=>{const _0xf5334=_0x1bd262;var _0x3942eb;let _0x2da8a9=(_0x3942eb=_0x60e1d8[_0xf5334(0x63a)][_0xf5334(0x4bf)]())==null?void 0x0:_0x3942eb[_0xf5334(0x559)]();_0x2da8a9&&this[_0xf5334(0x7a4)](_0x4e03e5,_0x2da8a9)&&(this[_0xf5334(0x420)](_0x60e1d8),_0x3fcf34[_0xf5334(0x25f)](!0x0));})),this['disposeWithMe'](this['_commandService']['beforeCommandExecuted'](_0x3ab5db=>{const _0x22d75a=_0x1bd262;if(_0x3ab5db['id']===_0x114976['id']){let _0xe1160a=_0x3ab5db['params'];if((_0xe1160a==null?void 0x0:_0xe1160a[_0x22d75a(0x340)])===_0x56a53b){let _0x403d64=_0xe1160a[_0x22d75a(0xaa1)]&&_0xe1160a[_0x22d75a(0x31e)]?this[_0x22d75a(0xa85)][_0x22d75a(0x364)]({'unitId':_0x56a53b,'subUnitId':_0xe1160a['subUnitId'],'drawingId':_0xe1160a[_0x22d75a(0x31e)]}):null;this[_0x22d75a(0x590)]=_0xe1160a[_0x22d75a(0x663)]===!0x0||this[_0x22d75a(0x633)](_0x403d64==null?void 0x0:_0x403d64[_0x22d75a(0x431)],_0xe1160a['element']);}}})),this[_0x1bd262(0x78d)](this[_0x1bd262(0x5a5)][_0x1bd262(0x390)](_0x1d44fd=>{const _0x4c9e81=_0x1bd262;var _0x225b27;let _0x2b535d=(_0x225b27=_0x60e1d8[_0x4c9e81(0x63a)]['getActiveSlide']())==null?void 0x0:_0x225b27[_0x4c9e81(0x559)]();if(_0x2b535d){if(this[_0x4c9e81(0x288)](_0x1d44fd,_0x2b535d)){_0x1dbce1();return;}if(_0x1d44fd['id']===_0x114976['id']){let _0x3692b=this[_0x4c9e81(0x590)];this[_0x4c9e81(0x590)]=!0x1;let _0x33310e=_0x1d44fd['params'];if((_0x33310e==null?void 0x0:_0x33310e[_0x4c9e81(0x340)])!==_0x56a53b||_0x33310e[_0x4c9e81(0xaa1)]!==_0x2b535d)return;if(_0x3692b&&_0x33310e[_0x4c9e81(0x31e)]&&_0x33310e[_0x4c9e81(0x985)]){let _0x4a40ea=_0x4c9e81(0x6d5)+_0x56a53b+'-'+_0x2b535d+'-'+_0x33310e['drawingId'],_0x26a84d=this[_0x4c9e81(0x224)][_0x4c9e81(0x7d6)](_0x4a40ea);if(_0x26a84d){var _0x13bbde,_0x14df38;let _0xa559c5=_0x33310e[_0x4c9e81(0x985)];_0x26a84d[_0x4c9e81(0x363)]({'left':this[_0x4c9e81(0xaeb)]+((_0x13bbde=_0xa559c5[_0x4c9e81(0x88e)])==null?0x0:_0x13bbde),'top':this[_0x4c9e81(0x7bf)]+((_0x14df38=_0xa559c5[_0x4c9e81(0x19e)])==null?0x0:_0x14df38),..._0xa559c5['width']===void 0x0?{}:{'width':_0xa559c5['width']},..._0xa559c5[_0x4c9e81(0x47c)]===void 0x0?{}:{'height':_0xa559c5[_0x4c9e81(0x47c)]},..._0xa559c5['angle']===void 0x0?{}:{'angle':_0xa559c5[_0x4c9e81(0xa17)]},..._0xa559c5[_0x4c9e81(0x2e3)]===void 0x0?{}:{'flipX':_0xa559c5[_0x4c9e81(0x2e3)]},..._0xa559c5['flipY']===void 0x0?{}:{'flipY':_0xa559c5[_0x4c9e81(0x8dd)]}});}_0x3fcf34['makeDirty'](!0x0);return;}this[_0x4c9e81(0x420)](_0x60e1d8),_0x3fcf34['makeDirty'](!0x0);return;}if(_0x1d44fd['id']===_0x21eb30['id']){let _0x864b49=_0x1d44fd[_0x4c9e81(0xabe)];(_0x864b49==null?void 0x0:_0x864b49[_0x4c9e81(0x340)])===_0x56a53b&&_0x864b49[_0x4c9e81(0x5d3)]===_0x2b535d&&(this[_0x4c9e81(0x420)](_0x60e1d8),_0x3fcf34[_0x4c9e81(0x25f)](!0x0));return;}if(this[_0x4c9e81(0x4f9)](_0x1d44fd,_0x2b535d)){this[_0x4c9e81(0x420)](_0x60e1d8),_0x3fcf34['makeDirty'](!0x0);return;}((()=>{const _0x1b6096=_0x4c9e81;if(_0x1d44fd['id']===_0x310741['id']||_0x1d44fd['id']===_0x1ebfaf['id']){let _0x136efd=_0x1d44fd[_0x1b6096(0xabe)];return(_0x136efd==null?void 0x0:_0x136efd['unitId'])===_0x56a53b&&_0x136efd[_0x1b6096(0xaa1)]===_0x2b535d;}if(_0x1d44fd['id']===_0x7c7941['id']){let _0xafb131=_0x1d44fd['params'];return(_0xafb131==null?void 0x0:_0xafb131[_0x1b6096(0x340)])===_0x56a53b&&_0xafb131[_0x1b6096(0xaa1)]===_0x2b535d&&_0xafb131[_0x1b6096(0x866)]===_0x488484[_0x1b6096(0x287)];}if(_0x1d44fd['id']===_0x3994cf['id']){let _0xf0757d=_0x1d44fd['params'];return(_0xf0757d==null?void 0x0:_0xf0757d['unitId'])===_0x56a53b&&_0xf0757d[_0x1b6096(0xaa1)]===_0x2b535d;}if(_0x1d44fd['id']===_0x2a956c['id']){var _0xf01b1a;let _0x26eaff=_0x1d44fd[_0x1b6096(0xabe)];return!!(!(_0x26eaff==null||(_0xf01b1a=_0x26eaff['patches'])==null)&&_0xf01b1a[_0x1b6096(0xa92)](_0x134615=>{const _0x162f1f=_0x1b6096;var _0x380362,_0x2faa0c;if(_0x134615[_0x162f1f(0x340)]!==_0x56a53b||_0x134615[_0x162f1f(0xaa1)]!==_0x2b535d)return!0x1;let _0x16df28=_0x134615[_0x162f1f(0x31e)]?this[_0x162f1f(0xa85)][_0x162f1f(0x364)]({'unitId':_0x56a53b,'subUnitId':_0x2b535d,'drawingId':_0x134615[_0x162f1f(0x31e)]}):null;if(!_0x16df28)return!0x0;let _0x81943f=(_0x380362=_0x134615[_0x162f1f(0x431)])==null?_0x16df28['element']:_0x380362,_0x10d0ac=(_0x2faa0c=_0x134615[_0x162f1f(0x985)])==null?this[_0x162f1f(0xac9)](_0x16df28[_0x162f1f(0x985)],_0x81943f):_0x2faa0c;return!this['_isEquivalentSlideElement'](_0x16df28[_0x162f1f(0x431)],_0x81943f)||!this['_isEquivalentDrawingTransform'](_0x16df28[_0x162f1f(0x985)],_0x10d0ac);}));}return!0x1;})())&&(this[_0x4c9e81(0x420)](_0x60e1d8),_0x3fcf34[_0x4c9e81(0x25f)](!0x0));}})),_0x1dbce1(),_0x4bb342[_0x1bd262(0x64a)](()=>{_0x3fcf34['render']();});}[_0x2d3867(0x633)](_0x348c0f,_0x346eda){const _0x34dae3=_0x2d3867;if(!_0x348c0f||!_0x346eda)return!0x0;let _0x2b932c=_0x50ca70=>{let {transform:_0x1a2095,..._0x115f22}=_0x50ca70;return _0x115f22;};return JSON[_0x34dae3(0x424)](_0x2b932c(_0x348c0f))===JSON[_0x34dae3(0x424)](_0x2b932c(_0x346eda));}[_0x2d3867(0xac9)](_0x509dbf,_0xfddb9e){const _0xdf57ae=_0x2d3867;var _0x11befe,_0x29c12a,_0x50783d,_0xca0c06,_0x58a606,_0x319bee,_0xed782b,_0x534017,_0x2381f5,_0xba81ec;let _0x97e091=_0xfddb9e[_0xdf57ae(0x985)];return{'left':(_0x11befe=(_0x29c12a=_0x97e091[_0xdf57ae(0x88e)])==null?_0x509dbf==null?void 0x0:_0x509dbf[_0xdf57ae(0x88e)]:_0x29c12a)==null?0x0:_0x11befe,'top':(_0x50783d=(_0xca0c06=_0x97e091['top'])==null?_0x509dbf==null?void 0x0:_0x509dbf['top']:_0xca0c06)==null?0x0:_0x50783d,'width':(_0x58a606=(_0x319bee=_0x97e091[_0xdf57ae(0xa28)])==null?_0x509dbf==null?void 0x0:_0x509dbf['width']:_0x319bee)==null?0x0:_0x58a606,'height':(_0xed782b=(_0x534017=_0x97e091['height'])==null?_0x509dbf==null?void 0x0:_0x509dbf[_0xdf57ae(0x47c)]:_0x534017)==null?0x0:_0xed782b,'angle':(_0x2381f5=(_0xba81ec=_0x97e091[_0xdf57ae(0x304)])==null?_0x509dbf==null?void 0x0:_0x509dbf[_0xdf57ae(0xa17)]:_0xba81ec)==null?0x0:_0x2381f5,'flipX':_0x97e091[_0xdf57ae(0x2e3)],'flipY':_0x97e091[_0xdf57ae(0x8dd)]};}[_0x2d3867(0x4d7)](_0x363b09,_0x21b00b){const _0x241f0f=_0x2d3867;return JSON[_0x241f0f(0x424)](this[_0x241f0f(0x75d)](_0x363b09))===JSON[_0x241f0f(0x424)](this[_0x241f0f(0x75d)](_0x21b00b));}[_0x2d3867(0x75d)](_0x8f9117){const _0x1d30fe=_0x2d3867;let _0x26e589=JSON[_0x1d30fe(0x694)](JSON[_0x1d30fe(0x424)](_0x8f9117)),_0x12f805=_0x26e589[_0x1d30fe(0x985)];if(_0x12f805){var _0x2b5ee2,_0x21210b,_0xb6c255,_0x55e254,_0x5e88da,_0x32a542,_0x8a0fc2;_0x12f805['left']=(_0x2b5ee2=_0x12f805[_0x1d30fe(0x88e)])==null?0x0:_0x2b5ee2,_0x12f805['top']=(_0x21210b=_0x12f805[_0x1d30fe(0x19e)])==null?0x0:_0x21210b,_0x12f805[_0x1d30fe(0xa28)]=(_0xb6c255=_0x12f805[_0x1d30fe(0xa28)])==null?0x0:_0xb6c255,_0x12f805[_0x1d30fe(0x47c)]=(_0x55e254=_0x12f805[_0x1d30fe(0x47c)])==null?0x0:_0x55e254,_0x12f805['rotation']=(_0x5e88da=_0x12f805[_0x1d30fe(0x304)])==null?0x0:_0x5e88da,_0x12f805[_0x1d30fe(0x2e3)]=(_0x32a542=_0x12f805[_0x1d30fe(0x2e3)])==null?!0x1:_0x32a542,_0x12f805[_0x1d30fe(0x8dd)]=(_0x8a0fc2=_0x12f805[_0x1d30fe(0x8dd)])==null?!0x1:_0x8a0fc2;}return _0x26e589;}[_0x2d3867(0x9bc)](_0x5e91cc,_0x2871f7){const _0x465950=_0x2d3867;return JSON['stringify'](this['_normalizeDrawingTransformForCompare'](_0x5e91cc))===JSON['stringify'](this[_0x465950(0x1c8)](_0x2871f7));}[_0x2d3867(0x1c8)](_0x4b8761){const _0x3593a8=_0x2d3867;var _0x5dc83a,_0x2713a0,_0x4a81c7,_0x5b199b,_0x43e6e7,_0x4bd0c0,_0xc244a;return{'left':(_0x5dc83a=_0x4b8761==null?void 0x0:_0x4b8761[_0x3593a8(0x88e)])==null?0x0:_0x5dc83a,'top':(_0x2713a0=_0x4b8761==null?void 0x0:_0x4b8761[_0x3593a8(0x19e)])==null?0x0:_0x2713a0,'width':(_0x4a81c7=_0x4b8761==null?void 0x0:_0x4b8761[_0x3593a8(0xa28)])==null?0x0:_0x4a81c7,'height':(_0x5b199b=_0x4b8761==null?void 0x0:_0x4b8761[_0x3593a8(0x47c)])==null?0x0:_0x5b199b,'angle':(_0x43e6e7=_0x4b8761==null?void 0x0:_0x4b8761[_0x3593a8(0xa17)])==null?0x0:_0x43e6e7,'flipX':(_0x4bd0c0=_0x4b8761==null?void 0x0:_0x4b8761['flipX'])==null?!0x1:_0x4bd0c0,'flipY':(_0xc244a=_0x4b8761==null?void 0x0:_0x4b8761[_0x3593a8(0x8dd)])==null?!0x1:_0xc244a};}[_0x2d3867(0x1a5)](_0xec17bc){const _0x4693b4=_0x2d3867;var _0x2c6009,_0x36b7fa;let _0x4f9b21=_0xec17bc['pageManager'][_0x4693b4(0x4bf)]();return(_0x2c6009=_0x4f9b21==null||(_0x36b7fa=_0x4f9b21['getData'])==null?void 0x0:_0x36b7fa['call'](_0x4f9b21)['pageSize'])==null?_0xec17bc[_0x4693b4(0x3a7)]()[_0x4693b4(0x674)]:_0x2c6009;}['_shouldRefreshPageSizeChange'](_0x1da180,_0x40f5b7){const _0xf9b83d=_0x2d3867;if(_0x1da180['id']!==_0x4baa8b['id'])return!0x1;let _0xebca6e=_0x1da180[_0xf9b83d(0xabe)];return(_0xebca6e==null?void 0x0:_0xebca6e[_0xf9b83d(0x340)])===this[_0xf9b83d(0x9b2)][_0xf9b83d(0x340)]&&(_0xebca6e['pageId']===void 0x0||_0xebca6e['pageId']===_0x40f5b7);}[_0x2d3867(0x4f9)](_0x455e01,_0x21c23d){const _0x40a229=_0x2d3867;var _0x5a7c40;if(_0x455e01['id']!==_0x2e4207['id'])return!0x1;let _0x58be19=_0x455e01['params'],_0x354c4e=_0x58be19==null||(_0x5a7c40=_0x58be19['table'])==null?void 0x0:_0x5a7c40['id'],_0x552282=this[_0x40a229(0x9b2)][_0x40a229(0x340)];if((_0x58be19==null?void 0x0:_0x58be19['unitId'])!==_0x552282||!_0x354c4e)return!0x1;let _0x397507=this[_0x40a229(0xa85)]['getDrawingData'](_0x552282,_0x21c23d);return Object[_0x40a229(0x4ae)](_0x397507)[_0x40a229(0xa92)](_0x177f52=>(_0x177f52==null?void 0x0:_0x177f52[_0x40a229(0x431)]['type'])===_0x440e4e[_0x40a229(0x6e9)]&&_0x177f52[_0x40a229(0x431)][_0x40a229(0x6e6)]===_0x354c4e);}[_0x2d3867(0x7a4)](_0x3ef7a5,_0x30ceb1){const _0x43a8cb=_0x2d3867;return _0x3ef7a5[_0x43a8cb(0x340)]===this['_renderContext'][_0x43a8cb(0x340)]&&_0x3ef7a5[_0x43a8cb(0xaa1)]===_0x30ceb1;}[_0x2d3867(0x85a)](){const _0x300298=_0x2d3867;let {unitId:_0x42a592,scene:_0xbbc42d}=this[_0x300298(0x9b2)],_0x3f19c2=yu(_0xbbc42d,_0x42a592,this['_renderObjectMap']);_0x3f19c2[_0x300298(0xa73)]>0x0&&_0xbbc42d[_0x300298(0x96b)](_0x3f19c2),this[_0x300298(0x224)][_0x300298(0x513)]();}[_0x2d3867(0x420)](_0x4e49c7){const _0x3bc1ac=_0x2d3867;let {unitId:_0x434392,scene:_0x1a1818}=this['_renderContext'],_0x5a7544=_0x4e49c7[_0x3bc1ac(0x63a)][_0x3bc1ac(0x4bf)](),_0x25eb9b=_0x5a7544==null?void 0x0:_0x5a7544[_0x3bc1ac(0x559)]();if(this[_0x3bc1ac(0x85a)](),!_0x25eb9b||!_0x5a7544){_0x1a1818[_0x3bc1ac(0x25f)](!0x0);return;}let _0x58222b=this[_0x3bc1ac(0x1a5)](_0x4e49c7),_0x168d2d=this[_0x3bc1ac(0x43f)]['createInstance'](_s,_0x3bc1ac(0x3e9)+_0x434392+'-'+_0x25eb9b,{'left':this[_0x3bc1ac(0xaeb)],'top':this[_0x3bc1ac(0x7bf)],'width':this[_0x3bc1ac(0x3ed)]||_0x58222b[_0x3bc1ac(0xa28)],'height':this[_0x3bc1ac(0x3dd)]||_0x58222b[_0x3bc1ac(0x47c)],'background':_0x5a7544['resolveBackground'](),'evented':!0x1,'zIndex':0x1});_0x1a1818['addObject'](_0x168d2d,0x0),this[_0x3bc1ac(0x224)][_0x3bc1ac(0x55e)](_0x168d2d['oKey'],_0x168d2d);let _0x2e6810=au(this[_0x3bc1ac(0xa85)][_0x3bc1ac(0x671)](_0x434392,_0x25eb9b)),_0x4eca42=this[_0x3bc1ac(0xa85)][_0x3bc1ac(0x66a)](_0x434392,_0x25eb9b),_0x569b22=this[_0x3bc1ac(0xa3d)][_0x3bc1ac(0x8e4)](_0x2e6810,_0x4eca42,{'unitId':_0x434392,'subUnitId':_0x25eb9b,'pageOffsetLeft':this[_0x3bc1ac(0xaeb)],'pageOffsetTop':this[_0x3bc1ac(0x7bf)],'sceneType':this[_0x3bc1ac(0x82d)],'showPlaceholder':this[_0x3bc1ac(0xaa6)]}),_0x1dc1ab=new ks(_0x3bc1ac(0x81e)+_0x434392+'-'+_0x25eb9b,{'left':this[_0x3bc1ac(0xaeb)],'top':this['_pageOffsetTop'],'width':this[_0x3bc1ac(0x3ed)]||_0x58222b[_0x3bc1ac(0xa28)],'height':this['_pageHeight']||_0x58222b[_0x3bc1ac(0x47c)]});_0x1a1818[_0x3bc1ac(0x931)](_0x1dc1ab,0x0),this[_0x3bc1ac(0x224)][_0x3bc1ac(0x55e)](_0x1dc1ab[_0x3bc1ac(0x2ac)],_0x1dc1ab),_0x569b22[_0x3bc1ac(0x3d8)](_0x1abf40=>{const _0x532007=_0x3bc1ac;_0x1a1818[_0x532007(0x931)](_0x1abf40,_0x575008),this['_renderObjectMap'][_0x532007(0x55e)](_0x1abf40[_0x532007(0x2ac)],_0x1abf40);}),pu(_0x2e6810,_0x4eca42,_0x1a1818,{'unitId':_0x434392,'subUnitId':_0x25eb9b,'pageOffsetLeft':this[_0x3bc1ac(0xaeb)],'pageOffsetTop':this[_0x3bc1ac(0x7bf)],'sceneType':this[_0x3bc1ac(0x82d)],'showPlaceholder':this[_0x3bc1ac(0xaa6)],'objectProvider':this[_0x3bc1ac(0xa3d)],'renderObjectMap':this['_renderObjectMap']}),_0x1a1818[_0x3bc1ac(0x25f)](!0x0);}[_0x2d3867(0xa89)](){const _0xee6910=_0x2d3867;this[_0xee6910(0x85a)](),super[_0xee6910(0xa89)]();}};Su=$([Q(0x1,_0x33d141(_0x5ccce3)),Q(0x2,_0x534be5),Q(0x3,_0x317a11),Q(0x4,_0x2402a1),Q(0x5,_0x4e6b21),Q(0x6,_0x3a5c48),Q(0x7,_0x33d141(_0x3ff7ed))],Su);const Cu=_0x297f6c('slides-ui.slide-drawing-state.service'),wu={'context':null,'selectedIds':[],'focusedId':null,'hoverId':null,'activeEditingId':null};let Tu=class extends _0x10bcc8{constructor(_0x24f702,_0x48f7b7){const _0x3a4570=_0x2d3867;super(),this['_contextService']=_0x24f702,this[_0x3a4570(0xa85)]=_0x48f7b7,Z(this,_0x3a4570(0x6fd),new _0x740b36({...wu})),Z(this,'state$',this[_0x3a4570(0x6fd)][_0x3a4570(0x26a)]()),Z(this,_0x3a4570(0x967),this['_state$']['pipe'](_0x1388a1(_0x2a40be=>_0x2a40be[_0x3a4570(0xac1)]),_0x3f3584((_0x223613,_0x1c0825)=>_0x223613[_0x3a4570(0xa73)]===_0x1c0825[_0x3a4570(0xa73)]&&_0x223613[_0x3a4570(0x3c7)]((_0x4445b6,_0x30a483)=>_0x4445b6===_0x1c0825[_0x30a483])))),Z(this,_0x3a4570(0x3a2),this[_0x3a4570(0x6fd)]['pipe'](_0x1388a1(_0x34e15f=>_0x34e15f[_0x3a4570(0x982)]),_0x3f3584())),Z(this,_0x3a4570(0xa82),this[_0x3a4570(0x6fd)][_0x3a4570(0x3c8)](_0x1388a1(_0x5dda5e=>_0x5dda5e[_0x3a4570(0x95a)]),_0x3f3584())),Z(this,_0x3a4570(0x8c6),this['_state$'][_0x3a4570(0x3c8)](_0x1388a1(_0x13d74b=>_0x13d74b['activeEditingId']),_0x3f3584()));}[_0x2d3867(0xa89)](){const _0x1dfcbe=_0x2d3867;this[_0x1dfcbe(0x6fd)][_0x1dfcbe(0x7ae)](),super[_0x1dfcbe(0xa89)]();}['getSnapshot'](){return this['_state$']['getValue']();}[_0x2d3867(0x54d)](_0x1c64ab){const _0x5ad9d6=_0x2d3867;return this[_0x5ad9d6(0x6fd)][_0x5ad9d6(0x4a1)]()[_0x5ad9d6(0xac1)]['includes'](_0x1c64ab);}['isFocused'](_0x241212){const _0x300c58=_0x2d3867;return this[_0x300c58(0x6fd)][_0x300c58(0x4a1)]()[_0x300c58(0x982)]===_0x241212;}[_0x2d3867(0x4b5)](_0x2f6ee9){const _0x56dae3=_0x2d3867;return this['_state$'][_0x56dae3(0x4a1)]()[_0x56dae3(0x95a)]===_0x2f6ee9;}[_0x2d3867(0x988)](_0x57df69){const _0x560d6f=_0x2d3867;return this[_0x560d6f(0x6fd)][_0x560d6f(0x4a1)]()[_0x560d6f(0x367)]===_0x57df69;}[_0x2d3867(0x3ee)](_0x1ca00c,_0x51aa73,_0x7a497f){const _0x284fe8=_0x2d3867;var _0x1ecd09;let _0x434019=_0x7a497f===void 0x0?(_0x1ecd09=_0x51aa73[_0x51aa73[_0x284fe8(0xa73)]-0x1])==null?null:_0x1ecd09:_0x7a497f;this['_emit']({'context':_0x1ca00c,'selectedIds':[..._0x51aa73],'focusedId':_0x434019}),this[_0x284fe8(0x1bf)](_0x1ca00c,_0x51aa73);}[_0x2d3867(0x29d)](_0x3fc59c,_0x32cb99){const _0x377aef=_0x2d3867;let _0x2cc15f=this[_0x377aef(0x6fd)][_0x377aef(0x4a1)]();if(_0x2cc15f[_0x377aef(0xac1)][_0x377aef(0x83a)](_0x32cb99))return;let _0x506aac=[..._0x2cc15f[_0x377aef(0xac1)],_0x32cb99];this[_0x377aef(0x5db)]({'context':_0x3fc59c,'selectedIds':_0x506aac,'focusedId':_0x32cb99}),this[_0x377aef(0x1bf)](_0x3fc59c,_0x506aac);}[_0x2d3867(0x4b9)](_0x283ed9){const _0x541dbf=_0x2d3867;var _0x17b938;let _0x56b8f9=this[_0x541dbf(0x6fd)][_0x541dbf(0x4a1)](),_0x11a960=_0x56b8f9[_0x541dbf(0xac1)][_0x541dbf(0xac6)](_0x2c2e04=>_0x2c2e04!==_0x283ed9),_0x2de6a5=_0x56b8f9['focusedId']===_0x283ed9?(_0x17b938=_0x11a960[_0x11a960[_0x541dbf(0xa73)]-0x1])==null?null:_0x17b938:_0x56b8f9['focusedId'],_0x294f12=_0x11a960[_0x541dbf(0xa73)]?_0x56b8f9[_0x541dbf(0x3fa)]:null;this[_0x541dbf(0x5db)]({'context':_0x294f12,'selectedIds':_0x11a960,'focusedId':_0x2de6a5}),_0x56b8f9['context']&&this[_0x541dbf(0x1bf)](_0x56b8f9[_0x541dbf(0x3fa)],_0x11a960);}[_0x2d3867(0x865)](_0x40cc3c,_0x4b71f3){const _0x38e406=_0x2d3867;this[_0x38e406(0x54d)](_0x4b71f3)?this[_0x38e406(0x4b9)](_0x4b71f3):this[_0x38e406(0x29d)](_0x40cc3c,_0x4b71f3);}[_0x2d3867(0x576)](){const _0x1927b1=_0x2d3867;let _0xd3d9f7=this['_state$'][_0x1927b1(0x4a1)]();_0xd3d9f7[_0x1927b1(0xac1)][_0x1927b1(0xa73)]===0x0&&_0xd3d9f7[_0x1927b1(0x982)]===null||(this[_0x1927b1(0x5db)]({'context':null,'selectedIds':[],'focusedId':null}),this[_0x1927b1(0xa85)][_0x1927b1(0x6f4)](null),this['_contextService']['setContextValue'](_0x256c21,!0x1));}['setHover'](_0x47be22){const _0x42ad8f=_0x2d3867;let _0xd64cf2=this[_0x42ad8f(0x6fd)][_0x42ad8f(0x4a1)]();_0xd64cf2[_0x42ad8f(0x95a)]!==_0x47be22&&this[_0x42ad8f(0x6fd)]['next']({..._0xd64cf2,'hoverId':_0x47be22});}[_0x2d3867(0x2a2)](_0x4d124f,_0x5cce24){const _0x43ab2a=_0x2d3867;let _0x30133e=this['_state$'][_0x43ab2a(0x4a1)]();this[_0x43ab2a(0x6fd)][_0x43ab2a(0x182)]({..._0x30133e,'context':_0x4d124f==null?_0x30133e['context']:_0x4d124f,'activeEditingId':_0x5cce24});}[_0x2d3867(0x7a5)](){const _0x33dbb5=_0x2d3867;let _0x1c9d27=this[_0x33dbb5(0x6fd)]['getValue']();_0x1c9d27[_0x33dbb5(0x367)]!==null&&this[_0x33dbb5(0x6fd)][_0x33dbb5(0x182)]({..._0x1c9d27,'activeEditingId':null});}['_emit'](_0x44fbc1){const _0x5e66cc=_0x2d3867;let _0x41ba68=this['_state$'][_0x5e66cc(0x4a1)]();this[_0x5e66cc(0x6fd)]['next']({..._0x41ba68,'context':_0x44fbc1[_0x5e66cc(0x3fa)],'selectedIds':_0x44fbc1['selectedIds'],'focusedId':_0x44fbc1[_0x5e66cc(0x982)]});}[_0x2d3867(0x1bf)](_0x4c9b1d,_0x441ab7){const _0xf99716=_0x2d3867;if(_0x441ab7[_0xf99716(0xa73)]===0x0){this[_0xf99716(0xa85)][_0xf99716(0x6f4)](null),this[_0xf99716(0x61c)][_0xf99716(0x844)](_0x256c21,!0x1);return;}let {unitId:_0x1c514f,subUnitId:_0x36da0f}=_0x4c9b1d,_0x5aa73c=this[_0xf99716(0xa85)][_0xf99716(0x671)](_0x1c514f,_0x36da0f),_0x27d6fb=_0x441ab7[_0xf99716(0x51d)](_0x300d62=>_0x5aa73c[_0x300d62])[_0xf99716(0xac6)](_0x3387a2=>!!_0x3387a2)[_0xf99716(0x51d)](_0x1a8008=>({'unitId':_0x1a8008[_0xf99716(0x340)],'subUnitId':_0x1a8008[_0xf99716(0xaa1)],'drawingId':_0x1a8008[_0xf99716(0x31e)]}));this[_0xf99716(0xa85)][_0xf99716(0x6f4)](_0x27d6fb[_0xf99716(0xa73)]?_0x27d6fb:null),this['_contextService']['setContextValue'](_0x256c21,_0x27d6fb['length']>0x0);}};Tu=$([Q(0x0,_0xadc6d7),Q(0x1,_0x33d141(_0x3a5c48))],Tu);const Eu=_0x297f6c(_0x2d3867(0x86b)),Du=_0x297f6c(_0x2d3867(0x5ac)),Ou=_0x297f6c(_0x2d3867(0x1f7));function ku(_0x39ebef){const _0x269bd8=_0x2d3867;return _0x39ebef?(Array[_0x269bd8(0x7d3)](_0x39ebef[_0x269bd8(0x807)])&&_0x39ebef[_0x269bd8(0x807)][_0x269bd8(0xa73)]>0x0?_0x39ebef[_0x269bd8(0x807)]:Object[_0x269bd8(0x6aa)](_0x39ebef[_0x269bd8(0x621)]))[_0x269bd8(0x72c)]((_0x22e998,_0x5796c2)=>{let _0x312ff5=_0x39ebef['elements'][_0x22e998];return _0x312ff5&&_0x178dc9(_0x312ff5)?[{'element':_0x312ff5,'zIndex':_0x5796c2}]:[];}):[];}const Au=_0x297f6c('slide-ui.embed-float-dom-renderer'),ju=_0x297f6c('slides-ui.slide-ruler-state.service'),Mu=_0x2d3867(0x4fb);function Nu(){const _0x18f5d3=_0x2d3867;try{var _0x29f8a6;return((_0x29f8a6=globalThis[_0x18f5d3(0x569)])==null?void 0x0:_0x29f8a6['getItem'](Mu))!==_0x18f5d3(0xaed);}catch{return!0x0;}}function Pu(_0x230b83){const _0x13aff6=_0x2d3867;try{var _0x248f55;(_0x248f55=globalThis[_0x13aff6(0x569)])==null||_0x248f55['setItem'](Mu,_0x230b83?_0x13aff6(0x368):_0x13aff6(0xaed));}catch{}}var Fu=class extends _0x10bcc8{constructor(..._0x4334a6){const _0x5c62e6=_0x2d3867;super(..._0x4334a6),Z(this,_0x5c62e6(0x396),new _0x740b36(Nu())),Z(this,_0x5c62e6(0x875),this[_0x5c62e6(0x396)][_0x5c62e6(0x3c8)](_0x3f3584()));}[_0x2d3867(0xa89)](){this['_visible$']['complete'](),super['dispose']();}[_0x2d3867(0xae6)](){const _0xb23fb3=_0x2d3867;return this[_0xb23fb3(0x396)][_0xb23fb3(0x4a1)]();}['setVisible'](_0x266284){const _0x5918ef=_0x2d3867;this[_0x5918ef(0xae6)]()!==_0x266284&&(this[_0x5918ef(0x396)][_0x5918ef(0x182)](_0x266284),Pu(_0x266284));}[_0x2d3867(0x767)](){const _0x280cbf=_0x2d3867;this['setVisible'](!this[_0x280cbf(0xae6)]());}};function Iu(_0x10ca79,_0x47b5af){return Number['isFinite'](_0x10ca79)&&_0x10ca79>0x0?_0x10ca79:_0x47b5af;}function Lu(_0xf14874,_0x5dad1c){const _0x4503bd=_0x2d3867;return Number[_0x4503bd(0x6ab)](_0xf14874)?_0xf14874:_0x5dad1c;}function Ru(_0x10029c){const _0x233240=_0x2d3867;return Number(_0x10029c[_0x233240(0x8bd)](0x4));}function zu(_0x5eb6db){return String(Math['abs'](_0x5eb6db));}function Bu(_0x2693ff){const _0x2a7d52=_0x2d3867;var _0x3036d4,_0x4c21d1;let _0x42cd7f=Iu((_0x3036d4=_0x2693ff[_0x2a7d52(0x96c)])==null?_0x2693ff[_0x2a7d52(0x7fd)]:_0x3036d4,0x1),_0x1fdb2d=Iu((_0x4c21d1=_0x2693ff['pageScaleY'])==null?_0x2693ff[_0x2a7d52(0x7fd)]:_0x4c21d1,_0x42cd7f),_0x50cd88=Iu(_0x2693ff[_0x2a7d52(0x754)],0x1)*_0x42cd7f,_0x22faf5=Iu(_0x2693ff['pageHeight'],0x1)*_0x1fdb2d,_0x1271a6=Lu(_0x2693ff[_0x2a7d52(0xa60)],0x0)+(Lu(_0x2693ff[_0x2a7d52(0x8c9)],0x0)-Lu(_0x2693ff['viewportScrollX'],0x0))*_0x42cd7f,_0x4a63b5=Lu(_0x2693ff[_0x2a7d52(0x736)],0x0)+(Lu(_0x2693ff[_0x2a7d52(0x587)],0x0)-Lu(_0x2693ff['viewportScrollY'],0x0))*_0x1fdb2d;return{'pageLeft':Ru(_0x1271a6),'pageTop':Ru(_0x4a63b5),'pageWidth':Ru(_0x50cd88),'pageHeight':Ru(_0x22faf5),'originX':Ru(_0x1271a6+_0x50cd88/0x2),'originY':Ru(_0x4a63b5+_0x22faf5/0x2)};}function Vu(_0x4bad88){const _0x298d44=_0x2d3867;let _0xc4993c=Math[_0x298d44(0x55a)](0x0,_0x4bad88[_0x298d44(0xa73)]),_0x4baf38=Iu(_0x4bad88['scale'],0x1),_0x234f61=Iu(_0x4bad88['majorStep'],0x78)*_0x4baf38,_0x5fb365=Math['max'](0x1,Math[_0x298d44(0x9d8)](Iu(_0x4bad88[_0x298d44(0x170)],0x4))),_0x247437=_0x234f61/_0x5fb365;if(_0xc4993c<=0x0||_0x247437<=0x0||!Number[_0x298d44(0x6ab)](_0x4bad88[_0x298d44(0x8b5)]))return[];let _0x414be9=Math[_0x298d44(0x1a7)]((0x0-_0x4bad88[_0x298d44(0x8b5)])/_0x247437),_0x2f0007=Math[_0x298d44(0x418)]((_0xc4993c-_0x4bad88[_0x298d44(0x8b5)])/_0x247437),_0x509ce8=[];for(let _0xdd78b9=_0x414be9;_0xdd78b9<=_0x2f0007;_0xdd78b9++){let _0x20737d=Ru(_0x4bad88[_0x298d44(0x8b5)]+_0xdd78b9*_0x247437);if(_0x20737d<0x0||_0x20737d>_0xc4993c)continue;let _0x2fb4ab=_0xdd78b9%_0x5fb365===0x0,_0x246da5=_0xdd78b9/_0x5fb365;_0x509ce8[_0x298d44(0x39b)]({'position':_0x20737d,'value':_0x246da5,'label':_0x2fb4ab?zu(_0x246da5):'','major':_0x2fb4ab});}return _0x509ce8;}function Hu(_0x645df2){const _0x2bf45d=_0x2d3867;return _0x645df2?{'background':'#3f3f42','border':_0x2bf45d(0x9dd),'tick':'#d6dae0','minorTick':_0x2bf45d(0x976),'label':_0x2bf45d(0x6f3),'zero':_0x2bf45d(0x6f3),'cursor':'#ffffff'}:{'background':_0x2bf45d(0x868),'border':'#dfe3ea','tick':_0x2bf45d(0x1bb),'minorTick':_0x2bf45d(0x17a),'label':_0x2bf45d(0xa5a),'zero':_0x2bf45d(0xa5a),'cursor':_0x2bf45d(0xa5a)};}const Uu=0x44c,Wu={'position':_0x2d3867(0x257),'inset':0x0,'pointerEvents':_0x2d3867(0x4bc),'zIndex':0x64},Gu=_0x2d3867(0x4d0),Ku=0.5;function qu(_0x57b2cf,_0x44456f,_0xe14d48){const _0x56722b=_0x2d3867;if(_0x44456f)return _0xe14d48?0x0:0x7;let _0x36c511=_0x57b2cf*0x2;return Math[_0x56722b(0x658)](_0x36c511-Math['round'](_0x36c511))<1e-8?0x5:0x3;}function Ju(_0x8b33d4){return _0x8b33d4===0x0?1.25:0x1;}function Yu(_0xe7c888){return 0xe*Ku-_0xe7c888/0x2;}function Xu(_0x41604a){return 0xe*Ku+_0x41604a/0x2;}function Zu(_0x11d1e8,_0x465080){const _0x594f7c=_0x2d3867;return typeof _0x11d1e8==_0x594f7c(0x684)&&_0x11d1e8>=-0.5&&_0x11d1e8<=_0x465080+0.5;}function Qu(_0x43340b){const _0x1fc9b8=_0x2d3867;return Math[_0x1fc9b8(0x55a)](0x9/0x2,_0x43340b[_0x1fc9b8(0xa73)]*0x9*0.3)+0x2;}function $u(_0xe776ca,_0x31916a,_0x45bbd5){const _0x496442=_0x2d3867;let _0x776f40=Qu(_0x31916a);return Math['min'](Math[_0x496442(0x55a)](_0xe776ca,_0x776f40),_0x45bbd5-_0x776f40);}function ed(_0x296407){const _0x3587c3=_0x2d3867;let {left:_0x208d48,width:_0x3da2da,origin:_0x467bed,pageScale:_0x502e62,cursorPosition:_0x3d2e78,majorStep:_0x59a52b,darkMode:_0x5d186}=_0x296407,_0x2c4c53=Hu(_0x5d186),_0x2b9b8e=_0x47e782(()=>Vu({'axis':'horizontal','length':_0x3da2da,'origin':_0x467bed,'scale':_0x502e62,'majorStep':_0x59a52b,'minorDivisions':0x4}),[_0x59a52b,_0x467bed,_0x502e62,_0x3da2da]),_0x32b7c7=_0x59a52b*_0x502e62>=0x18;return _0x3e215d(_0x3587c3(0x1f0),{'data-slide-ruler-axis':_0x3587c3(0xa41),'width':_0x3da2da,'height':0xe,'shapeRendering':_0x3587c3(0x275),'style':{'position':_0x3587c3(0x257),'left':_0x208d48,'top':0x0,'overflow':'hidden'},'children':[_0x36d3a0(_0x3587c3(0x762),{'x':0.5,'y':0.5,'width':Math[_0x3587c3(0x55a)](0x0,_0x3da2da-0x1),'height':0xd,'fill':_0x2c4c53[_0x3587c3(0x474)],'stroke':_0x2c4c53[_0x3587c3(0x3c3)]}),_0x2b9b8e['map'](_0x39ad5e=>{const _0x779b81=_0x3587c3;let _0x4938d8=qu(_0x39ad5e[_0x779b81(0x47b)],_0x39ad5e['major'],_0x32b7c7),_0x5cdd79=_0x39ad5e['value']===0x0?_0x2c4c53['zero']:_0x39ad5e[_0x779b81(0x952)]?_0x2c4c53[_0x779b81(0x1cf)]:_0x2c4c53[_0x779b81(0x656)];return _0x3e215d('g',{'children':[_0x4938d8>0x0?_0x36d3a0(_0x779b81(0x56d),{'x1':_0x39ad5e[_0x779b81(0x33e)],'y1':Yu(_0x4938d8),'x2':_0x39ad5e['position'],'y2':Xu(_0x4938d8),'stroke':_0x5cdd79,'strokeWidth':Ju(_0x39ad5e['value'])}):null,_0x39ad5e[_0x779b81(0x952)]&&_0x32b7c7?_0x36d3a0(_0x779b81(0x65d),{'x':$u(_0x39ad5e[_0x779b81(0x33e)],_0x39ad5e['label'],_0x3da2da),'y':0x7,'fill':_0x39ad5e[_0x779b81(0x47b)]===0x0?_0x2c4c53[_0x779b81(0x589)]:_0x2c4c53[_0x779b81(0x214)],'fontSize':0x9,'fontFamily':Gu,'fontWeight':0x1f4,'textAnchor':'middle','dominantBaseline':_0x779b81(0x410),'children':_0x39ad5e[_0x779b81(0x214)]}):null]},'x-'+_0x39ad5e['position']+'-'+(_0x39ad5e['major']?_0x779b81(0x952):_0x779b81(0x4ac)));}),Zu(_0x3d2e78,_0x3da2da)?_0x36d3a0(_0x3587c3(0x56d),{'data-slide-ruler-cursor':_0x3587c3(0xa41),'x1':_0x3d2e78,'y1':1.5,'x2':_0x3d2e78,'y2':12.5,'stroke':_0x2c4c53[_0x3587c3(0x659)],'strokeWidth':0x1}):null]});}function td(_0x4ae30b){const _0x1e320d=_0x2d3867;let {top:_0x192235,height:_0x1e0080,origin:_0x5520d3,pageScale:_0x5543d9,cursorPosition:_0x301ef4,majorStep:_0x1b34b7,darkMode:_0x23147d}=_0x4ae30b,_0xe04404=Hu(_0x23147d),_0x432e2d=_0x47e782(()=>Vu({'axis':_0x1e320d(0xaaf),'length':_0x1e0080,'origin':_0x5520d3,'scale':_0x5543d9,'majorStep':_0x1b34b7,'minorDivisions':0x4}),[_0x1e0080,_0x1b34b7,_0x5520d3,_0x5543d9]),_0xa824ef=_0x1b34b7*_0x5543d9>=0x18;return _0x3e215d('svg',{'data-slide-ruler-axis':_0x1e320d(0xaaf),'width':0xe,'height':_0x1e0080,'shapeRendering':_0x1e320d(0x275),'style':{'position':_0x1e320d(0x257),'left':0x0,'top':_0x192235,'overflow':_0x1e320d(0x676)},'children':[_0x36d3a0(_0x1e320d(0x762),{'x':0.5,'y':0.5,'width':0xd,'height':Math[_0x1e320d(0x55a)](0x0,_0x1e0080-0x1),'fill':_0xe04404[_0x1e320d(0x474)],'stroke':_0xe04404[_0x1e320d(0x3c3)]}),_0x432e2d[_0x1e320d(0x51d)](_0x403d3d=>{const _0x413b32=_0x1e320d;let _0xb6f597=qu(_0x403d3d[_0x413b32(0x47b)],_0x403d3d[_0x413b32(0x952)],_0xa824ef),_0x1aec2d=_0x403d3d[_0x413b32(0x47b)]===0x0?_0xe04404[_0x413b32(0x589)]:_0x403d3d['major']?_0xe04404[_0x413b32(0x1cf)]:_0xe04404[_0x413b32(0x656)],_0x512351=$u(_0x403d3d[_0x413b32(0x33e)],_0x403d3d[_0x413b32(0x214)],_0x1e0080);return _0x3e215d('g',{'children':[_0xb6f597>0x0?_0x36d3a0(_0x413b32(0x56d),{'x1':Yu(_0xb6f597),'y1':_0x403d3d[_0x413b32(0x33e)],'x2':Xu(_0xb6f597),'y2':_0x403d3d['position'],'stroke':_0x1aec2d,'strokeWidth':Ju(_0x403d3d[_0x413b32(0x47b)])}):null,_0x403d3d[_0x413b32(0x952)]&&_0xa824ef?_0x36d3a0('text',{'x':0x7,'y':_0x512351,'fill':_0x403d3d[_0x413b32(0x47b)]===0x0?_0xe04404[_0x413b32(0x589)]:_0xe04404[_0x413b32(0x214)],'fontSize':0x9,'fontFamily':Gu,'fontWeight':0x1f4,'textAnchor':'middle','dominantBaseline':_0x413b32(0x410),'transform':_0x413b32(0x65f)+_0x512351+')','children':_0x403d3d[_0x413b32(0x214)]}):null]},'y-'+_0x403d3d[_0x413b32(0x33e)]+'-'+(_0x403d3d[_0x413b32(0x952)]?'major':_0x413b32(0x4ac)));}),Zu(_0x301ef4,_0x1e0080)?_0x36d3a0(_0x1e320d(0x56d),{'data-slide-ruler-cursor':_0x1e320d(0xaaf),'x1':1.5,'y1':_0x301ef4,'x2':12.5,'y2':_0x301ef4,'stroke':_0xe04404[_0x1e320d(0x659)],'strokeWidth':0x1}):null]});}function nd(_0x424eee){const _0x63465f=_0x2d3867;let {width:_0x5e19ae,height:_0x52cad7,originX:_0x20663b,originY:_0x4c54b7,pageScale:_0x3e46bd,darkMode:_0x3dcd37,pageLeft:_0x4f2a3a=0x0,pageTop:_0x41fc67=0x0,pageWidth:_0x1a8b79=_0x5e19ae,pageHeight:_0x3eeec5=_0x52cad7,horizontalMajorStep:_0x1b9c83=0x78,verticalMajorStep:_0x3acc6d=0x78,pageScaleY:_0x21890e=_0x3e46bd,cursorX:_0x105ed6,cursorY:_0x50a5be}=_0x424eee,_0x486206=Math[_0x63465f(0x55a)](0x0,_0x5e19ae),_0x47ffcf=Math[_0x63465f(0x55a)](0x0,_0x52cad7),_0x5cabc4=Math[_0x63465f(0x55a)](0x0,_0x1a8b79),_0xe104e2=Math['max'](0x0,_0x3eeec5);return _0x486206<=0x0||_0x47ffcf<=0x0||_0x5cabc4<=0x0||_0xe104e2<=0x0?null:_0x3e215d(_0x63465f(0xaa0),{'style':Wu,'children':[_0x36d3a0(ed,{'left':_0x4f2a3a,'width':_0x5cabc4,'origin':_0x20663b-_0x4f2a3a,'pageScale':_0x3e46bd,'cursorPosition':typeof _0x105ed6==_0x63465f(0x684)?_0x105ed6-_0x4f2a3a:void 0x0,'majorStep':_0x1b9c83,'darkMode':_0x3dcd37}),_0x36d3a0(td,{'top':_0x41fc67,'height':_0xe104e2,'origin':_0x4c54b7-_0x41fc67,'pageScale':_0x21890e,'cursorPosition':typeof _0x50a5be==_0x63465f(0x684)?_0x50a5be-_0x41fc67:void 0x0,'majorStep':_0x3acc6d,'darkMode':_0x3dcd37})]});}const rd=_0x2d3867(0x772);function id(_0x4ecb3f){const _0x441bc8=_0x2d3867;var _0x2624d3;let _0x2360ae=yd(_0xcc135f(_0x5ccce3));return(_0x2624d3=_0x2360ae==null?void 0x0:_0x2360ae[_0x441bc8(0x64b)](_0x4ecb3f))==null?null:_0x2624d3;}const ad=[{'id':'tl','x':-0x1,'y':-0x1,'cursor':'nwse-resize'},{'id':'tm','x':0x0,'y':-0x1,'cursor':_0x2d3867(0x459)},{'id':'tr','x':0x1,'y':-0x1,'cursor':_0x2d3867(0x2b1)},{'id':'rm','x':0x1,'y':0x0,'cursor':_0x2d3867(0x98e)},{'id':'br','x':0x1,'y':0x1,'cursor':_0x2d3867(0x3e3)},{'id':'bm','x':0x0,'y':0x1,'cursor':_0x2d3867(0x459)},{'id':'bl','x':-0x1,'y':0x1,'cursor':'nesw-resize'},{'id':'lm','x':-0x1,'y':0x0,'cursor':_0x2d3867(0x98e)}];function od(_0x1df7be,_0x421e62){const _0xff8e8a=_0x2d3867;var _0x4b6d62;return(_0x1df7be==null?void 0x0:_0x1df7be[_0xff8e8a(0x5b8)])===_0x421e62[_0xff8e8a(0x5b8)]&&_0x1df7be[_0xff8e8a(0x706)]===_0x421e62[_0xff8e8a(0x706)]&&_0x1df7be[_0xff8e8a(0x7a7)]===_0x421e62['hostAnchorId']&&((_0x4b6d62=_0x1df7be[_0xff8e8a(0x335)])==null?0x0:_0x4b6d62)===0x0&&typeof _0x1df7be[_0xff8e8a(0x65e)]==_0xff8e8a(0x684)&&typeof _0x1df7be['clientY']=='number';}function sd(_0x1fa878,_0x385457,_0x254bb7){const _0x2dbca5=_0x2d3867;return{'x':_0x385457-_0x1fa878['left'],'y':_0x254bb7-_0x1fa878[_0x2dbca5(0x19e)]};}function cd(_0x259bd6,_0x162148){const _0xb41166=_0x2d3867;return typeof _0x259bd6=='number'&&Number[_0xb41166(0x6ab)](_0x259bd6)&&_0x259bd6>0x0?_0x259bd6:_0x162148;}function ld(_0x351f5e,_0x52378b=globalThis['requestAnimationFrame'][_0x2d3867(0x251)](globalThis),_0x3025f0=globalThis[_0x2d3867(0x60e)][_0x2d3867(0x251)](globalThis)){let _0x4dadba=null,_0x3c4814=()=>{_0x4dadba=null,_0x351f5e();};return{'schedule':()=>{_0x4dadba!==null&&_0x3025f0(_0x4dadba),_0x4dadba=_0x52378b(_0x3c4814);},'dispose':()=>{_0x4dadba!==null&&(_0x3025f0(_0x4dadba),_0x4dadba=null);}};}function ud(_0x2771ee){return()=>{const _0x27c6c5=_0x3035;let _0x38c1cd=_0x2771ee[_0x27c6c5(0x6d1)](),_0x279280=_0x2771ee[_0x27c6c5(0x46f)]();_0x38c1cd&&_0x279280&&dd(_0x38c1cd,_0x279280),_0x2771ee[_0x27c6c5(0x6bd)]();};}function dd(_0x2d38e4,_0x18c789){const _0x5e8dd9=_0x2d3867;var _0x3dfede,_0x2c40be;let _0x495ff7=(_0x3dfede=(_0x2c40be=_0x2d38e4[_0x5e8dd9(0x8e1)])['getCanvasElement'])==null?void 0x0:_0x3dfede['call'](_0x2c40be);_0x2d38e4['engine'][_0x5e8dd9(0x221)]&&(_0x495ff7==null?void 0x0:_0x495ff7[_0x5e8dd9(0x688)])!==_0x18c789?_0x2d38e4[_0x5e8dd9(0x8e1)][_0x5e8dd9(0x221)](_0x18c789):_0x2d38e4[_0x5e8dd9(0x8e1)][_0x5e8dd9(0x7ff)](_0x18c789),_0x2d38e4[_0x5e8dd9(0x8e1)][_0x5e8dd9(0xa5d)](),fd(_0x2d38e4);}function fd(_0x381a17){const _0x194736=_0x2d3867;var _0x8a3b26,_0x28c71c,_0x545fe2,_0x58d99b,_0x2f57c0,_0x5b4382,_0x45e288;(_0x8a3b26=_0x381a17[_0x194736(0x5b5)])==null||_0x8a3b26[_0x194736(0x3d8)](_0x38572d=>{const _0x108554=_0x194736;var _0x26bd1d,_0xdb0991;(_0x26bd1d=_0x38572d['makeForceDirty'])==null||_0x26bd1d['call'](_0x38572d,!0x0),(_0xdb0991=_0x38572d[_0x108554(0x25f)])==null||_0xdb0991[_0x108554(0x739)](_0x38572d,!0x0);}),(_0x28c71c=_0x381a17[_0x194736(0x23b)])==null||(_0x545fe2=_0x28c71c['makeDirty'])==null||_0x545fe2[_0x194736(0x739)](_0x28c71c,!0x0),(_0x58d99b=_0x381a17['scene'])==null||(_0x2f57c0=_0x58d99b[_0x194736(0x25f)])==null||_0x2f57c0[_0x194736(0x739)](_0x58d99b,!0x0),(_0x5b4382=_0x381a17['scene'])==null||(_0x45e288=_0x5b4382[_0x194736(0x64b)])==null||_0x45e288[_0x194736(0x739)](_0x5b4382);}function pd(_0x1aeedc,_0x28b343){const _0x2c80f3=_0x2d3867;var _0x1dd277;let _0x592194=_0x1aeedc==null||(_0x1dd277=_0x1aeedc[_0x2c80f3(0x7eb)])==null?void 0x0:_0x1dd277[_0x2c80f3(0x551)](_0x28b343);return _0x592194?()=>_0x592194[_0x2c80f3(0x23d)]():null;}function md(_0x44d98c){const _0x4193cd=_0x2d3867;return{'position':_0x4193cd(0x257),'top':0x0,'left':0x0,'right':0x0,'bottom':0x0};}function hd(_0x32abd4={}){const _0x735b56=_0x2d3867;var _0x21b828,_0x558f19;let {previewMode:_0x5e06b5=!0x1,unitId:_0x43bffd}=_0x32abd4,_0x1bf0a0=_0x4810a9(null),_0x445182=_0x4810a9(null),_0x136619=_0xcc135f(_0x534be5),_0x41f514=_0xcc135f(_0x317a11),_0x4fcdd9=_0xcc135f(_0x4e6b21),_0x2457d1=_0xcc135f(_0x3ff7ed),_0x32c951=_0xcc135f(ju),_0xdc9800=(_0x21b828=_0x5c7b59(()=>_0x2457d1[_0x735b56(0x5e3)],_0x2457d1[_0x735b56(0x1c6)],!0x1,[_0x2457d1]))==null?_0x2457d1[_0x735b56(0x1c6)]:_0x21b828,_0xf58348=(_0x558f19=_0x5c7b59(()=>_0x32c951['visible$'],_0x32c951[_0x735b56(0xae6)](),!0x1,[_0x32c951]))==null?_0x32c951[_0x735b56(0xae6)]():_0x558f19,_0x4127b8=!_0x5e06b5&&_0xf58348,_0x5962dd=_0x5c7b59(()=>_0x136619['getCurrentTypeOfUnit$'](_0x50fd52[_0x735b56(0x70c)]),_0x136619[_0x735b56(0x91a)](_0x50fd52['UNIVER_SLIDE']),void 0x0,[_0x136619]),_0x19e11c=_0x43bffd?_0x136619[_0x735b56(0x681)](_0x43bffd,_0x50fd52['UNIVER_SLIDE']):_0x5962dd,[_0x3bb62c,_0x4a9625]=_0x23af5c(null),[_0x522b6f,_0x59efbf]=_0x23af5c(null),_0x47e8c1=_0x3f1518(_0x1b74ef=>{const _0x551a25=_0x735b56;var _0x38a741,_0x29f686,_0x5f8a53,_0x2a0295,_0x207352,_0x3b26c6,_0x5a2ac9,_0x20f718;let _0xcfec4a=_0x1bf0a0['current'],_0x494c04=_0x445182['current'];if(!_0xcfec4a||!_0x494c04)return null;let _0x1db0cd=_0x41f514['getRenderById'](_0x1b74ef[_0x551a25(0x5cb)]());if(!_0x1db0cd)return null;let _0x323404=_0x494c04['clientWidth']||_0x1db0cd['engine'][_0x551a25(0xa28)]||_0x1db0cd[_0x551a25(0x711)]['width'],_0x170994=_0x494c04[_0x551a25(0x822)]||_0x1db0cd[_0x551a25(0x8e1)][_0x551a25(0x47c)]||_0x1db0cd['scene']['height'];if(_0x323404<=0x0||_0x170994<=0x0)return null;let _0x5377fb=_0x4fcdd9[_0x551a25(0x6a3)](ka),_0x5a40f2=(_0x38a741=(_0x29f686=_0x1b74ef['pageManager'][_0x551a25(0x4bf)]())==null?void 0x0:_0x29f686[_0x551a25(0x1ed)]()[_0x551a25(0x76e)])==null?_0x1b74ef[_0x551a25(0x3a7)]()['defaultPageSize']:_0x38a741,_0x1009d2=za({'width':_0x323404,'height':_0x170994},_0x5a40f2,_0x5377fb==null?void 0x0:_0x5377fb['coreRenderArea']),_0x1cb9af=Ba(_0x5a40f2),_0x40bdae=_0x1009d2[_0x551a25(0xa28)]/_0x1cb9af[_0x551a25(0xa28)]*_0x1b74ef['getZoomRatio'](),_0x3a1cb9=(_0x5f8a53=(_0x2a0295=_0x1db0cd['scene'])[_0x551a25(0x4a4)])==null?void 0x0:_0x5f8a53[_0x551a25(0x739)](_0x2a0295),_0x452d68=cd(_0x3a1cb9==null?void 0x0:_0x3a1cb9['scaleX'],cd(_0x1db0cd['scene'][_0x551a25(0x2ab)],_0x40bdae)),_0x2c7af4=cd(_0x3a1cb9==null?void 0x0:_0x3a1cb9[_0x551a25(0x2e8)],cd(_0x1db0cd[_0x551a25(0x711)][_0x551a25(0x2e8)],_0x452d68)),_0x1c11b0=_0x1db0cd[_0x551a25(0x711)][_0x551a25(0xa28)]||(_0x452d68>0x0?_0x323404/_0x452d68:_0x323404),_0x5d707d=_0x1db0cd[_0x551a25(0x711)]['height']||(_0x2c7af4>0x0?_0x170994/_0x2c7af4:_0x170994),_0x23955b=Math[_0x551a25(0x55a)](0x0,(_0x1c11b0-_0x1cb9af[_0x551a25(0xa28)])/0x2),_0x3b4491=Math[_0x551a25(0x55a)](0x0,(_0x5d707d-_0x1cb9af[_0x551a25(0x47c)])/0x2),_0x57ccf6=_0x1db0cd[_0x551a25(0x711)][_0x551a25(0x75f)](bu),_0x3baae=_0xcfec4a[_0x551a25(0xa88)](),_0x5ac659=_0x494c04[_0x551a25(0xa88)](),_0x434c22=(_0x207352=(_0x3b26c6=_0x1db0cd['scene'])[_0x551a25(0x22f)])==null?void 0x0:_0x207352[_0x551a25(0x739)](_0x3b26c6,xu),_0x34c02b=typeof(_0x434c22==null?void 0x0:_0x434c22[_0x551a25(0x88e)])=='number'&&typeof _0x434c22[_0x551a25(0x19e)]==_0x551a25(0x684)&&typeof _0x434c22[_0x551a25(0xa28)]==_0x551a25(0x684)&&_0x434c22[_0x551a25(0xa28)]>0x1&&typeof _0x434c22['height']==_0x551a25(0x684)&&_0x434c22['height']>0x1,_0x29240d=Bu({'containerOffsetLeft':_0x5ac659[_0x551a25(0x88e)]-_0x3baae[_0x551a25(0x88e)],'containerOffsetTop':_0x5ac659['top']-_0x3baae[_0x551a25(0x19e)],'pageLeft':_0x34c02b?_0x434c22['left']:_0x23955b,'pageTop':_0x34c02b?_0x434c22[_0x551a25(0x19e)]:_0x3b4491,'pageWidth':_0x34c02b?_0x434c22[_0x551a25(0xa28)]:_0x1cb9af[_0x551a25(0xa28)],'pageHeight':_0x34c02b?_0x434c22[_0x551a25(0x47c)]:_0x1cb9af[_0x551a25(0x47c)],'pageScale':_0x452d68,'pageScaleX':_0x452d68,'pageScaleY':_0x2c7af4,'viewportScrollX':(_0x5a2ac9=_0x57ccf6==null?void 0x0:_0x57ccf6[_0x551a25(0x16d)])==null?0x0:_0x5a2ac9,'viewportScrollY':(_0x20f718=_0x57ccf6==null?void 0x0:_0x57ccf6[_0x551a25(0x1ca)])==null?0x0:_0x20f718});return{'width':_0xcfec4a[_0x551a25(0x509)],'height':_0xcfec4a[_0x551a25(0x822)],'originX':_0x29240d[_0x551a25(0x560)],'originY':_0x29240d[_0x551a25(0xa00)],'pageScaleX':_0x452d68,'pageScaleY':_0x2c7af4,'pageLeft':_0x29240d[_0x551a25(0x8c9)],'pageTop':_0x29240d[_0x551a25(0x587)],'pageWidth':_0x29240d[_0x551a25(0x754)],'pageHeight':_0x29240d[_0x551a25(0xa64)],'horizontalMajorStep':Math['max'](0x1,_0x1cb9af[_0x551a25(0xa28)]/0x20),'verticalMajorStep':Math['max'](0x1,_0x1cb9af[_0x551a25(0x47c)]/0x12)};},[_0x4fcdd9,_0x41f514]);return _0x5747a5(()=>{const _0x576604=_0x735b56;if(!_0x19e11c||!_0x445182[_0x576604(0x97c)]){_0x4a9625(null);return;}let _0x3feb31=_0x19e11c[_0x576604(0x5cb)](),_0x24a331=!0x1,_0x378b16=[],_0x209628=ld(()=>{_0x24a331||_0x4a9625(_0x47e8c1(_0x19e11c));}),_0xeb81c4=_0x209628['schedule'],_0x47d9d0=()=>_0x41f514[_0x576604(0x400)](_0x3feb31)||void 0x0,_0x96dc68=ud({'getRender':_0x47d9d0,'getContainer':()=>_0x445182[_0x576604(0x97c)],'scheduleRefresh':_0xeb81c4}),_0x103a0b=()=>{const _0x123782=_0x576604;var _0x159b76,_0x2a7e4c;if(_0x24a331)return!0x1;let _0x1250a2=_0x47d9d0();if(!_0x1250a2||!_0x445182[_0x123782(0x97c)])return!0x1;dd(_0x1250a2,_0x445182[_0x123782(0x97c)]);let _0x48941a=_0x1250a2[_0x123782(0x8e1)]['onTransformChange$'][_0x123782(0x551)](_0xeb81c4),_0x11ba47=_0x1250a2[_0x123782(0x711)][_0x123782(0x7eb)][_0x123782(0x551)](_0xeb81c4);_0x378b16[_0x123782(0x39b)](()=>_0x48941a[_0x123782(0x23d)]()),_0x378b16['push'](()=>_0x11ba47[_0x123782(0x23d)]());let _0x2fec00=pd((_0x159b76=(_0x2a7e4c=_0x1250a2[_0x123782(0x711)])[_0x123782(0x22f)])==null?void 0x0:_0x159b76[_0x123782(0x739)](_0x2a7e4c,xu),_0xeb81c4);_0x2fec00&&_0x378b16['push'](_0x2fec00);let _0x2be075=_0x1250a2[_0x123782(0x711)][_0x123782(0x75f)](bu);if(_0x2be075){let _0x1effee=_0x2be075[_0x123782(0x329)]['subscribeEvent'](_0xeb81c4);_0x378b16['push'](()=>_0x1effee[_0x123782(0x23d)]());}return _0xeb81c4(),!0x0;};_0x103a0b()||Promise[_0x576604(0x3cc)]()['then'](_0x103a0b);let _0x47059b=new ResizeObserver(_0x96dc68);_0x1bf0a0[_0x576604(0x97c)]&&_0x47059b[_0x576604(0x357)](_0x1bf0a0['current']),_0x445182[_0x576604(0x97c)]&&_0x47059b[_0x576604(0x357)](_0x445182[_0x576604(0x97c)]);let _0x322ad9=_0x19e11c['zoomRatio$'][_0x576604(0x6ca)](_0x96dc68),_0x311c5e=_0x19e11c['pageManager'][_0x576604(0x838)][_0x576604(0x6ca)](_0x96dc68);return()=>{const _0x2e7806=_0x576604;_0x24a331=!0x0,_0x209628[_0x2e7806(0xa89)](),_0x47059b[_0x2e7806(0x220)](),_0x322ad9[_0x2e7806(0x23d)](),_0x311c5e[_0x2e7806(0x23d)](),_0x378b16[_0x2e7806(0x3d8)](_0x3710ad=>_0x3710ad());};},[_0x41f514,_0x47e8c1,_0xf58348,_0x19e11c]),_0x5747a5(()=>{const _0x1e588a=_0x735b56;let _0x197462=_0x1bf0a0['current'];if(!_0x197462)return;let _0x250ed3=_0x5ee083=>{const _0xd3ef8f=_0x3035;_0x59efbf(sd(_0x197462[_0xd3ef8f(0xa88)](),_0x5ee083[_0xd3ef8f(0x65e)],_0x5ee083[_0xd3ef8f(0x8b4)]));},_0x588ee3=()=>{_0x59efbf(null);};return _0x197462[_0x1e588a(0x87e)](_0x1e588a(0x6e0),_0x250ed3,!0x0),_0x197462[_0x1e588a(0x87e)](_0x1e588a(0x4c1),_0x588ee3),()=>{const _0x2b33d8=_0x1e588a;_0x197462['removeEventListener']('pointermove',_0x250ed3,!0x0),_0x197462[_0x2b33d8(0xa94)]('pointerleave',_0x588ee3);};},[]),_0x3e215d(_0x735b56(0xaa0),{'ref':_0x1bf0a0,'className':_0x5b6657(_0x735b56(0x882),_0x5e06b5?'univer-bg-transparent':_0x735b56(0x7e1)),'data-embed-slide-canvas-preview':_0x5e06b5?_0x735b56(0x368):void 0x0,'data-embed-slide-canvas-unit-id':_0x43bffd,'children':[_0x36d3a0(_0x735b56(0xaa0),{'ref':_0x445182,'data-embed-slide-preview-canvas-host':_0x5e06b5?_0x735b56(0x368):void 0x0,'style':md(_0x4127b8)}),_0x4127b8&&_0x3bb62c?_0x36d3a0(nd,{'width':_0x3bb62c[_0x735b56(0xa28)],'height':_0x3bb62c['height'],'originX':_0x3bb62c[_0x735b56(0x560)],'originY':_0x3bb62c[_0x735b56(0xa00)],'pageScale':_0x3bb62c[_0x735b56(0x96c)],'pageScaleY':_0x3bb62c['pageScaleY'],'pageLeft':_0x3bb62c[_0x735b56(0x8c9)],'pageTop':_0x3bb62c[_0x735b56(0x587)],'pageWidth':_0x3bb62c[_0x735b56(0x754)],'pageHeight':_0x3bb62c[_0x735b56(0xa64)],'horizontalMajorStep':_0x3bb62c['horizontalMajorStep'],'verticalMajorStep':_0x3bb62c[_0x735b56(0x586)],'cursorX':_0x522b6f==null?void 0x0:_0x522b6f['x'],'cursorY':_0x522b6f==null?void 0x0:_0x522b6f['y'],'darkMode':_0xdc9800}):null,!_0x5e06b5&&_0x19e11c?_0x36d3a0(gd,{'slideModel':_0x19e11c,'rulerState':_0x3bb62c}):null]});}function gd(_0x26e65e){const _0x3e21ae=_0x2d3867;var _0x57b5bd;let {slideModel:_0x3a2dd9,rulerState:_0x2b06ea}=_0x26e65e,_0x1e8473=_0x5c7b59(_0x3a2dd9[_0x3e21ae(0x63a)]['activeSlideId$'],(_0x57b5bd=_0x3a2dd9[_0x3e21ae(0x63a)][_0x3e21ae(0x4bf)]())==null?void 0x0:_0x57b5bd['getId']()),[_0x2de2e6,_0x2a22a5]=_0x23af5c(0x0);_0x5747a5(()=>{const _0x80877f=_0x3e21ae;let _0x114563=window[_0x80877f(0x278)](()=>_0x2a22a5(_0xe0153=>_0xe0153+0x1),0xfa);return()=>window[_0x80877f(0x528)](_0x114563);},[]);let _0x4b54b6=_0x47e782(()=>{const _0x585b22=_0x3e21ae;var _0x2b0291;return ku(_0x1e8473?(_0x2b0291=_0x3a2dd9[_0x585b22(0x63a)]['getSlide'](_0x1e8473))==null?void 0x0:_0x2b0291['getData']():void 0x0);},[_0x1e8473,_0x3a2dd9,_0x2de2e6]);return _0x4b54b6[_0x3e21ae(0xa73)]===0x0?null:_0x36d3a0(_0x3e21ae(0xaa0),{'className':_0x3e21ae(0x195),'data-embed-slides-floating-layer':_0x3e21ae(0x368),'children':_0x4b54b6[_0x3e21ae(0x51d)](({element:_0x1bb2e3,zIndex:_0x5409dc})=>_0x36d3a0(_d,{'slideModel':_0x3a2dd9,'element':_0x1bb2e3,'zIndex':_0x5409dc,'rulerState':_0x2b06ea},_0x1bb2e3['id']))});}function _d(_0x22ac4c){const _0x3560d1=_0x2d3867;var _0x1fa79a,_0x217b90,_0x4dba6d;let {slideModel:_0x1124b1,element:_0x273623,zIndex:_0x2b37b3,rulerState:_0x5db5d9}=_0x22ac4c,_0x35e578=_0x178dc9(_0x273623),_0x4788f8=_0xcc135f(_0x5ccce3),_0x58303c=_0xcc135f(_0x534be5),_0x18cef7=_0xcc135f(Cu),_0x21e47c=_0xcc135f(_0x2402a1),_0x40455d=vd(_0x4788f8),_0x550b8b=_0xcc135f(_0x317a11),_0x4d6efd=_0x5c7b59(()=>{const _0x285738=_0x3035;var _0x872aa9;return(_0x872aa9=_0x40455d==null?void 0x0:_0x40455d[_0x285738(0x67f)])==null?_0x448519(null):_0x872aa9;},(_0x1fa79a=_0x40455d==null?void 0x0:_0x40455d['getActive']())==null?null:_0x1fa79a,!0x1,[_0x40455d]),[_0x33e7ee,_0x153d65]=_0x23af5c(null),[_0x5048ba,_0x261987]=_0x23af5c(null),_0x3fe721=_0x4810a9(null),_0xa69bdc=(_0x217b90=_0x273623[_0x3560d1(0x985)])==null?{}:_0x217b90,_0x5cc169=_0x1124b1['getUnitId'](),_0x1f312e=_0x35e578==null?void 0x0:_0x35e578[_0x3560d1(0x7a7)],_0x230dcc=_0x35e578==null?void 0x0:_0x35e578[_0x3560d1(0x5b8)],_0x324b12=_0x35e578==null?void 0x0:_0x35e578[_0x3560d1(0x469)],_0x2d2c2c=_0x35e578==null?void 0x0:_0x35e578[_0x3560d1(0x626)],_0x28be0f=_0x4d6efd&&_0x4d6efd['embedId']===_0x230dcc?(_0x4dba6d=_0x4d6efd[_0x3560d1(0x8be)])==null?_0x3560d1(0x61e):_0x4dba6d:_0x3560d1(0x61e),_0x4d5366=Td(_0x1124b1,{..._0xa69bdc,..._0x33e7ee==null?{}:_0x33e7ee,..._0x5048ba==null?{}:_0x5048ba},_0x5db5d9),_0x2a054c=_0x3f1518(_0x4b1f0d=>{const _0xa5d5d4=_0x3560d1;var _0x44e312;let _0x53589c=(_0x44e312=_0x3fe721['current'])==null?void 0x0:_0x44e312['getBoundingClientRect']();if(!_0x1f312e||!_0x53589c)return!0x1;let _0x4fec16=kd({'x':_0x4b1f0d['clientX'],'y':_0x4b1f0d[_0xa5d5d4(0x8b4)]},{'left':_0x53589c[_0xa5d5d4(0x88e)],'top':_0x53589c['top'],'width':_0x53589c[_0xa5d5d4(0xa28)],'height':_0x53589c[_0xa5d5d4(0x47c)]});return _0x4fec16&&(_0x58303c[_0xa5d5d4(0xabf)](_0x5cc169),Ad(_0x550b8b,_0x5cc169)),_0x4fec16;},[_0x1f312e,_0x5cc169,_0x58303c,_0x550b8b]);_0x5747a5(()=>{const _0x58e6bb=_0x3560d1;if(!_0x230dcc||!_0x1f312e||_0x28be0f===_0x58e6bb(0x61e))return;let _0x53f379=globalThis[_0x58e6bb(0x254)](()=>{bd({'stage':_0x28be0f,'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'hostAnchorId':_0x1f312e,'instanceService':_0x58303c,'drawingStateService':_0x18cef7});});return()=>globalThis[_0x58e6bb(0x60e)](_0x53f379);},[_0x18cef7,_0x28be0f,_0x230dcc,_0x1f312e,_0x5cc169,_0x58303c,_0x1124b1]);let _0x4902da=_0x3f1518((_0x55e5a8,_0x141ddf)=>{const _0x5e75d9=_0x3560d1;var _0x450b13,_0x4af5b7,_0xf3e3dd,_0x4e308c,_0xdb2c68;if(!_0x1f312e||!_0x230dcc)return;_0x141ddf[_0x5e75d9(0x50d)](),_0x141ddf[_0x5e75d9(0x95f)]();let _0x4698b5=_0x141ddf[_0x5e75d9(0x65e)],_0x4262cf=_0x141ddf[_0x5e75d9(0x8b4)],_0x55737a={'left':(_0x450b13=_0xa69bdc['left'])==null?0x0:_0x450b13,'top':(_0x4af5b7=_0xa69bdc[_0x5e75d9(0x19e)])==null?0x0:_0x4af5b7,'width':(_0xf3e3dd=_0xa69bdc[_0x5e75d9(0xa28)])==null?0x208:_0xf3e3dd,'height':(_0x4e308c=_0xa69bdc['height'])==null?0x140:_0x4e308c},_0x24a4f4=Ed(_0x1124b1,_0x5db5d9),_0xdbb467=(_0xdb2c68=_0x1124b1[_0x5e75d9(0x63a)][_0x5e75d9(0x4bf)]())==null?void 0x0:_0xdb2c68['getId'](),_0x4e5530=_0x278972=>{const _0x130db4=_0x5e75d9;if(_0x278972[_0x130db4(0x3ad)]!==_0x141ddf[_0x130db4(0x3ad)])return;_0x278972[_0x130db4(0x50d)]();let _0x540690=Cd({'startClientX':_0x4698b5,'startClientY':_0x4262cf,'startTransform':_0x55737a,'scale':_0x24a4f4,'handle':_0x55e5a8},_0x278972);_0x261987(_0x540690),_0xdbb467&&Dd({'renderManagerService':_0x550b8b,'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'subUnitId':_0xdbb467,'hostAnchorId':_0x1f312e,'transform':_0x540690});},_0x2494e9=(_0x9306f2,_0x2e7e2f)=>{const _0x577cd0=_0x5e75d9;var _0x1dd4d2;if(_0x9306f2[_0x577cd0(0x3ad)]!==_0x141ddf[_0x577cd0(0x3ad)])return;if(window[_0x577cd0(0xa94)](_0x577cd0(0x6e0),_0x4e5530),window[_0x577cd0(0xa94)](_0x577cd0(0x4cf),_0x30e05e),window['removeEventListener'](_0x577cd0(0x32d),_0xbd2beb),_0x9306f2[_0x577cd0(0x50d)](),!_0x2e7e2f){_0x261987(null),_0xdbb467&&Dd({'renderManagerService':_0x550b8b,'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'subUnitId':_0xdbb467,'hostAnchorId':_0x1f312e,'transform':_0x55737a});return;}let _0x4f502f=Cd({'startClientX':_0x4698b5,'startClientY':_0x4262cf,'startTransform':_0x55737a,'scale':_0x24a4f4,'handle':_0x55e5a8},_0x9306f2);_0x261987(_0x4f502f);let _0x2b0641=_0xdbb467==null?(_0x1dd4d2=_0x1124b1['pageManager'][_0x577cd0(0x4bf)]())==null?void 0x0:_0x1dd4d2[_0x577cd0(0x559)]():_0xdbb467;if(!_0x2b0641){_0x261987(null);return;}Dd({'renderManagerService':_0x550b8b,'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'subUnitId':_0x2b0641,'hostAnchorId':_0x1f312e,'transform':_0x4f502f}),_0x21e47c[_0x577cd0(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x5cc169,'subUnitId':_0x2b0641,'drawingId':_0x1f312e,'transform':{..._0xa69bdc,'left':_0x4f502f[_0x577cd0(0x88e)],'top':_0x4f502f['top'],'width':_0x4f502f['width'],'height':_0x4f502f['height']}}]})[_0x577cd0(0x84d)](()=>{const _0x48032a=_0x577cd0;bd({'stage':_0x48032a(0xa5b),'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'hostAnchorId':_0x1f312e,'instanceService':_0x58303c,'drawingStateService':_0x18cef7});});},_0x30e05e=_0x3f01c3=>_0x2494e9(_0x3f01c3,!0x0),_0xbd2beb=_0x100a2f=>_0x2494e9(_0x100a2f,!0x1);_0x58303c[_0x5e75d9(0xabf)](_0x5cc169),Ad(_0x550b8b,_0x5cc169),window[_0x5e75d9(0x87e)]('pointermove',_0x4e5530),window[_0x5e75d9(0x87e)](_0x5e75d9(0x4cf),_0x30e05e),window[_0x5e75d9(0x87e)]('pointercancel',_0xbd2beb);},[_0x21e47c,_0x18cef7,_0x230dcc,_0x1f312e,_0x5cc169,_0x58303c,_0x550b8b,_0x5db5d9,_0x1124b1,_0xa69bdc]);return _0x5747a5(()=>{const _0x50b4b3=_0x3560d1;var _0x55e686,_0x3d009d;_0x33e7ee&&Math[_0x50b4b3(0x658)](((_0x55e686=_0xa69bdc['left'])==null?0x0:_0x55e686)-_0x33e7ee['left'])<0.01&&Math['abs'](((_0x3d009d=_0xa69bdc[_0x50b4b3(0x19e)])==null?0x0:_0x3d009d)-_0x33e7ee[_0x50b4b3(0x19e)])<0.01&&_0x153d65(null);},[_0x33e7ee,_0xa69bdc[_0x3560d1(0x88e)],_0xa69bdc[_0x3560d1(0x19e)]]),_0x5747a5(()=>{const _0x5d1d4a=_0x3560d1;var _0x39bea5,_0x1563a4,_0xa7e5ce,_0x5988f9;_0x5048ba&&Math['abs'](((_0x39bea5=_0xa69bdc[_0x5d1d4a(0x88e)])==null?0x0:_0x39bea5)-_0x5048ba[_0x5d1d4a(0x88e)])<0.01&&Math[_0x5d1d4a(0x658)](((_0x1563a4=_0xa69bdc[_0x5d1d4a(0x19e)])==null?0x0:_0x1563a4)-_0x5048ba[_0x5d1d4a(0x19e)])<0.01&&Math[_0x5d1d4a(0x658)](((_0xa7e5ce=_0xa69bdc['width'])==null?0x0:_0xa7e5ce)-_0x5048ba['width'])<0.01&&Math['abs'](((_0x5988f9=_0xa69bdc[_0x5d1d4a(0x47c)])==null?0x0:_0x5988f9)-_0x5048ba[_0x5d1d4a(0x47c)])<0.01&&_0x261987(null);},[_0x5048ba,_0xa69bdc[_0x3560d1(0x47c)],_0xa69bdc[_0x3560d1(0x88e)],_0xa69bdc[_0x3560d1(0x19e)],_0xa69bdc[_0x3560d1(0xa28)]]),_0x5747a5(()=>{const _0x30057a=_0x3560d1;if(!_0x230dcc||!_0x1f312e)return;let _0x2d16ff=_0x56dbdb=>{const _0x4ca4f5=_0x3035;var _0xd1e85b,_0x105615,_0x4cc0b2;let _0x37cccd=_0x56dbdb[_0x4ca4f5(0x366)];if(!od(_0x37cccd,{'embedId':_0x230dcc,'hostUnitId':_0x5cc169,'hostAnchorId':_0x1f312e}))return;let _0x249297=_0x37cccd[_0x4ca4f5(0x65e)],_0x56079e=_0x37cccd[_0x4ca4f5(0x8b4)],_0x541c65=(_0xd1e85b=_0xa69bdc[_0x4ca4f5(0x88e)])==null?0x0:_0xd1e85b,_0xf63849=(_0x105615=_0xa69bdc[_0x4ca4f5(0x19e)])==null?0x0:_0x105615,_0x14c53e=Ed(_0x1124b1,_0x5db5d9),_0x410266=(_0x4cc0b2=_0x1124b1[_0x4ca4f5(0x63a)][_0x4ca4f5(0x4bf)]())==null?void 0x0:_0x4cc0b2[_0x4ca4f5(0x559)]();_0x410266&&xd({'hostUnitId':_0x5cc169,'subUnitId':_0x410266,'hostAnchorId':_0x1f312e,'drawingStateService':_0x18cef7});let _0x52165d=_0x229de4=>{const _0x2730de=_0x4ca4f5;_0x37cccd['pointerId']!=null&&_0x229de4[_0x2730de(0x3ad)]!==_0x37cccd[_0x2730de(0x3ad)]||(_0x229de4[_0x2730de(0x50d)](),_0x153d65(Sd({'startClientX':_0x249297,'startClientY':_0x56079e,'startLeft':_0x541c65,'startTop':_0xf63849,'scale':_0x14c53e},_0x229de4)));},_0x5d7186=_0x1cea9a=>{const _0x2a7f66=_0x4ca4f5;var _0x3c7064;if(_0x37cccd[_0x2a7f66(0x3ad)]!=null&&_0x1cea9a['pointerId']!==_0x37cccd[_0x2a7f66(0x3ad)])return;window[_0x2a7f66(0xa94)](_0x2a7f66(0x6e0),_0x52165d),window['removeEventListener'](_0x2a7f66(0x4cf),_0x5d7186),window['removeEventListener'](_0x2a7f66(0x32d),_0x3a23c3),_0x1cea9a[_0x2a7f66(0x50d)]();let _0xc998f4=_0x410266==null?(_0x3c7064=_0x1124b1[_0x2a7f66(0x63a)][_0x2a7f66(0x4bf)]())==null?void 0x0:_0x3c7064[_0x2a7f66(0x559)]():_0x410266;if(!_0xc998f4){_0x153d65(null);return;}let _0xbc2bdc=Sd({'startClientX':_0x249297,'startClientY':_0x56079e,'startLeft':_0x541c65,'startTop':_0xf63849,'scale':_0x14c53e},_0x1cea9a);_0x153d65(_0xbc2bdc),_0x21e47c[_0x2a7f66(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x5cc169,'subUnitId':_0xc998f4,'drawingId':_0x1f312e,'transform':{..._0xa69bdc,'left':_0xbc2bdc[_0x2a7f66(0x88e)],'top':_0xbc2bdc[_0x2a7f66(0x19e)]}}]})[_0x2a7f66(0x84d)](()=>{const _0x18f711=_0x2a7f66;bd({'stage':_0x18f711(0xa5b),'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'hostAnchorId':_0x1f312e,'instanceService':_0x58303c,'drawingStateService':_0x18cef7});});},_0x3a23c3=_0x30415b=>{const _0x559607=_0x4ca4f5;_0x37cccd['pointerId']!=null&&_0x30415b[_0x559607(0x3ad)]!==_0x37cccd[_0x559607(0x3ad)]||(window[_0x559607(0xa94)](_0x559607(0x6e0),_0x52165d),window[_0x559607(0xa94)](_0x559607(0x4cf),_0x5d7186),window[_0x559607(0xa94)]('pointercancel',_0x3a23c3),_0x30415b[_0x559607(0x50d)](),_0x153d65(null),_0x410266&&_0x18cef7['selectDrawings']({'unitId':_0x5cc169,'subUnitId':_0x410266},[_0x1f312e],_0x1f312e));};window['addEventListener'](_0x4ca4f5(0x6e0),_0x52165d),window['addEventListener'](_0x4ca4f5(0x4cf),_0x5d7186),window[_0x4ca4f5(0x87e)](_0x4ca4f5(0x32d),_0x3a23c3);};return document[_0x30057a(0x87e)](rd,_0x2d16ff),()=>{const _0xf6c547=_0x30057a;document[_0xf6c547(0xa94)](rd,_0x2d16ff);};},[_0x21e47c,_0x18cef7,_0x230dcc,_0x1f312e,_0x5cc169,_0x58303c,_0x5db5d9,_0x1124b1,_0xa69bdc]),!_0x35e578||!_0x230dcc||!_0x1f312e?null:_0x3e215d(_0x3560d1(0xaa0),{'ref':_0x3fe721,'data-embed-slides-floating-object-host':_0x1f312e,'className':_0x3560d1(0xa2d),'style':{'left':_0x4d5366[_0x3560d1(0x88e)],'top':_0x4d5366[_0x3560d1(0x19e)],'width':_0x4d5366[_0x3560d1(0xa28)],'height':_0x4d5366[_0x3560d1(0x47c)],'zIndex':_0x2b37b3},'children':[_0x28be0f===_0x3560d1(0x61e)?null:ad['map'](_0x1d99ba=>_0x36d3a0(_0x3560d1(0xaa0),{'data-embed-slides-floating-resize-handle':_0x1d99ba['id'],'aria-hidden':_0x3560d1(0x368),'className':_0x3560d1(0x6d4),'style':jd(_0x1d99ba),'onPointerDown':_0x36d914=>_0x4902da(_0x1d99ba,_0x36d914)},_0x1d99ba['id'])),_0x36d3a0(id,{'data':{'version':0x1,'embedId':_0x230dcc,'hostUnitId':_0x5cc169,'hostAnchorId':_0x1f312e,'childUnitId':_0x324b12,'childType':_0x2d2c2c},'onRuntimeStageEnter':_0x220f2c=>{bd({'stage':_0x220f2c,'slideModel':_0x1124b1,'hostUnitId':_0x5cc169,'hostAnchorId':_0x1f312e,'instanceService':_0x58303c,'drawingStateService':_0x18cef7});},'floatingChromeZIndex':0x3e8+_0x2b37b3,'enableStage1BodyDrag':!0x0,'isExternalHostInteraction':_0x2a054c})]});}function vd(_0x391944){try{return _0x391944['get'](Eu);}catch{return;}}function yd(_0x1f123f){try{return _0x1f123f['get'](Au);}catch{return;}}function bd(_0x583abd){const _0x129bf2=_0x2d3867;let {stage:_0x357302,slideModel:_0x1b2f54,hostUnitId:_0x23cbfd,hostAnchorId:_0x3abd7e,instanceService:_0x324988,drawingStateService:_0x44cb49}=_0x583abd,_0x3e12af=_0x1b2f54[_0x129bf2(0x63a)][_0x129bf2(0x4bf)](),_0x55d346=_0x3e12af==null?void 0x0:_0x3e12af[_0x129bf2(0x559)]();if(!_0x55d346)return;let _0x2a7124={'unitId':_0x23cbfd,'subUnitId':_0x55d346};if(_0x357302==='stage1'){_0x324988[_0x129bf2(0xabf)](_0x23cbfd),_0x44cb49[_0x129bf2(0x3ee)](_0x2a7124,[_0x3abd7e],_0x3abd7e);return;}wd(_0x44cb49[_0x129bf2(0x3a7)](),{'unitId':_0x23cbfd,'subUnitId':_0x55d346,'drawingId':_0x3abd7e})&&_0x44cb49['clearSelection']();}function xd(_0x2454ac){const _0x481cac=_0x2d3867;let {hostUnitId:_0x355fc0,subUnitId:_0x345c0c,hostAnchorId:_0x1bb92e,drawingStateService:_0x12d18a}=_0x2454ac;return wd(_0x12d18a[_0x481cac(0x3a7)](),{'unitId':_0x355fc0,'subUnitId':_0x345c0c,'drawingId':_0x1bb92e})?(_0x12d18a[_0x481cac(0x576)](),!0x0):!0x1;}function Sd(_0x5a4134,_0x5e1743){const _0x100f03=_0x2d3867;return{'left':_0x5a4134[_0x100f03(0x2bc)]+(_0x5e1743[_0x100f03(0x65e)]-_0x5a4134[_0x100f03(0x691)])/(_0x5a4134[_0x100f03(0x756)]['scaleX']||0x1),'top':_0x5a4134['startTop']+(_0x5e1743['clientY']-_0x5a4134[_0x100f03(0x376)])/(_0x5a4134[_0x100f03(0x756)][_0x100f03(0x2e8)]||0x1)};}function Cd(_0x1654bd,_0x57fed7){const _0x18ceda=_0x2d3867;let _0x3dd2ff=(_0x57fed7[_0x18ceda(0x65e)]-_0x1654bd['startClientX'])/(_0x1654bd[_0x18ceda(0x756)]['scaleX']||0x1),_0x53e088=(_0x57fed7[_0x18ceda(0x8b4)]-_0x1654bd[_0x18ceda(0x376)])/(_0x1654bd[_0x18ceda(0x756)][_0x18ceda(0x2e8)]||0x1),_0x4fb8aa=_0x1654bd[_0x18ceda(0x88b)],_0xe506a6=_0x4fb8aa['left'],_0x208ce6=_0x4fb8aa[_0x18ceda(0x19e)],_0x166a20=_0x4fb8aa[_0x18ceda(0xa28)],_0x248fcd=_0x4fb8aa['height'];return _0x1654bd[_0x18ceda(0x58a)]['x']>0x0?_0x166a20=Math['max'](0x50,_0x4fb8aa[_0x18ceda(0xa28)]+_0x3dd2ff):_0x1654bd['handle']['x']<0x0&&(_0x166a20=Math[_0x18ceda(0x55a)](0x50,_0x4fb8aa[_0x18ceda(0xa28)]-_0x3dd2ff),_0xe506a6=_0x4fb8aa[_0x18ceda(0x88e)]+(_0x4fb8aa[_0x18ceda(0xa28)]-_0x166a20)),_0x1654bd[_0x18ceda(0x58a)]['y']>0x0?_0x248fcd=Math[_0x18ceda(0x55a)](0x3c,_0x4fb8aa['height']+_0x53e088):_0x1654bd['handle']['y']<0x0&&(_0x248fcd=Math[_0x18ceda(0x55a)](0x3c,_0x4fb8aa['height']-_0x53e088),_0x208ce6=_0x4fb8aa[_0x18ceda(0x19e)]+(_0x4fb8aa[_0x18ceda(0x47c)]-_0x248fcd)),{'left':_0xe506a6,'top':_0x208ce6,'width':_0x166a20,'height':_0x248fcd};}function wd(_0x5796b6,_0xf9a71){const _0x46a1b8=_0x2d3867;var _0x3b4247;return((_0x3b4247=_0x5796b6[_0x46a1b8(0x3fa)])==null?void 0x0:_0x3b4247[_0x46a1b8(0x340)])===_0xf9a71['unitId']&&_0x5796b6[_0x46a1b8(0x3fa)][_0x46a1b8(0xaa1)]===_0xf9a71[_0x46a1b8(0xaa1)]&&_0x5796b6[_0x46a1b8(0xac1)][_0x46a1b8(0xa73)]===0x1&&_0x5796b6[_0x46a1b8(0xac1)][0x0]===_0xf9a71[_0x46a1b8(0x31e)];}function Td(_0x214a2c,_0x2d573e,_0x1a89df){const _0x5b6e57=_0x2d3867;var _0x16f0d2,_0x2051a5,_0x2cc8e2,_0x2b352e;let _0x1657d=(_0x16f0d2=_0x2d573e==null?void 0x0:_0x2d573e[_0x5b6e57(0x88e)])==null?0x0:_0x16f0d2,_0xc2c1cf=(_0x2051a5=_0x2d573e==null?void 0x0:_0x2d573e['top'])==null?0x0:_0x2051a5,_0x54ac64=(_0x2cc8e2=_0x2d573e==null?void 0x0:_0x2d573e[_0x5b6e57(0xa28)])==null?0x208:_0x2cc8e2,_0x8ac296=(_0x2b352e=_0x2d573e==null?void 0x0:_0x2d573e[_0x5b6e57(0x47c)])==null?0x140:_0x2b352e;if(!_0x1a89df)return{'left':_0x1657d,'top':_0xc2c1cf,'width':_0x54ac64,'height':_0x8ac296};let _0x4f92b2=Ba(_0x214a2c[_0x5b6e57(0x3a7)]()['defaultPageSize']),_0x1ddf52=_0x4f92b2['width']>0x0?_0x1a89df[_0x5b6e57(0x754)]/_0x4f92b2[_0x5b6e57(0xa28)]:_0x1a89df['pageScaleX'],_0x334cac=_0x4f92b2['height']>0x0?_0x1a89df[_0x5b6e57(0xa64)]/_0x4f92b2[_0x5b6e57(0x47c)]:_0x1a89df[_0x5b6e57(0x2b8)];return{'left':_0x1a89df[_0x5b6e57(0x8c9)]+_0x1657d*_0x1ddf52,'top':_0x1a89df['pageTop']+_0xc2c1cf*_0x334cac,'width':_0x54ac64*_0x1ddf52,'height':_0x8ac296*_0x334cac};}function Ed(_0x18cd67,_0x3fdd6f){const _0x19b5c5=_0x2d3867;if(!_0x3fdd6f)return{'scaleX':0x1,'scaleY':0x1};let _0x402d96=Ba(_0x18cd67[_0x19b5c5(0x3a7)]()[_0x19b5c5(0x674)]);return{'scaleX':_0x402d96[_0x19b5c5(0xa28)]>0x0?_0x3fdd6f[_0x19b5c5(0x754)]/_0x402d96[_0x19b5c5(0xa28)]:_0x3fdd6f[_0x19b5c5(0x96c)],'scaleY':_0x402d96[_0x19b5c5(0x47c)]>0x0?_0x3fdd6f[_0x19b5c5(0xa64)]/_0x402d96[_0x19b5c5(0x47c)]:_0x3fdd6f[_0x19b5c5(0x2b8)]};}function Dd(_0x24cbae){const _0x28d958=_0x2d3867;var _0x171b15,_0x15150f,_0x4ecb3b,_0x2ea25f;let {renderManagerService:_0x1fb4aa,slideModel:_0x3ca293,hostUnitId:_0x33e260,subUnitId:_0x369f47,hostAnchorId:_0x1568d1,transform:_0x543bcd}=_0x24cbae,_0x33d4a5=(_0x171b15=_0x1fb4aa[_0x28d958(0x400)](_0x33e260))==null?void 0x0:_0x171b15[_0x28d958(0x711)];if(!_0x33d4a5)return!0x1;let _0x51a433=(_0x15150f=_0x33d4a5[_0x28d958(0x22f)])==null?void 0x0:_0x15150f[_0x28d958(0x739)](_0x33d4a5,$c(_0x33e260,_0x369f47,_0x1568d1));if(!(_0x51a433!=null&&_0x51a433[_0x28d958(0x363)]))return!0x1;let _0x19c9c8=Od(_0x33d4a5,_0x3ca293);_0x51a433['transformByState']({'left':_0x19c9c8['left']+_0x543bcd['left'],'top':_0x19c9c8[_0x28d958(0x19e)]+_0x543bcd[_0x28d958(0x19e)],'width':_0x543bcd[_0x28d958(0xa28)],'height':_0x543bcd['height']});let _0x4c8fce=(_0x4ecb3b=_0x33d4a5[_0x28d958(0x54f)])==null?void 0x0:_0x4ecb3b[_0x28d958(0x739)](_0x33d4a5);if(_0x4c8fce!=null&&_0x4c8fce['refreshControls'])_0x4c8fce[_0x28d958(0x83e)]();else{var _0x5252d0;_0x4c8fce==null||(_0x5252d0=_0x4c8fce['updateControl'])==null||_0x5252d0[_0x28d958(0x739)](_0x4c8fce);}return(_0x2ea25f=_0x33d4a5[_0x28d958(0x25f)])==null||_0x2ea25f['call'](_0x33d4a5,!0x0),!0x0;}function Od(_0x40fd64,_0xe1f16){const _0x38f783=_0x2d3867;var _0x444787,_0x1b081d,_0x10edc4;let _0x407b77=(_0x444787=_0x40fd64[_0x38f783(0x22f)])==null?void 0x0:_0x444787['call'](_0x40fd64,xu);if(typeof(_0x407b77==null?void 0x0:_0x407b77[_0x38f783(0x88e)])==_0x38f783(0x684)&&typeof _0x407b77['top']==_0x38f783(0x684))return{'left':_0x407b77[_0x38f783(0x88e)],'top':_0x407b77[_0x38f783(0x19e)]};let {width:_0x4a6927,height:_0x4b3042}=_0xe1f16['getSnapshot']()[_0x38f783(0x674)],_0x18ffa0=(_0x1b081d=_0x40fd64[_0x38f783(0xa28)])==null?_0x4a6927:_0x1b081d,_0x44d4b5=(_0x10edc4=_0x40fd64[_0x38f783(0x47c)])==null?_0x4b3042:_0x10edc4;return{'left':Math[_0x38f783(0x55a)](0x0,(_0x18ffa0-_0x4a6927)/0x2),'top':Math[_0x38f783(0x55a)](0x0,(_0x44d4b5-_0x4b3042)/0x2)};}function kd(_0x47b40a,_0x4cc026){const _0x10e9a0=_0x2d3867;let _0x2ff5b4=_0x4cc026['left']-0x4,_0x57a881=_0x4cc026[_0x10e9a0(0x19e)]-0x4,_0x408cf7=_0x4cc026[_0x10e9a0(0x88e)]+_0x4cc026['width']+0x4,_0x4f989c=_0x4cc026[_0x10e9a0(0x19e)]+_0x4cc026[_0x10e9a0(0x47c)]+0x4;if(!(_0x47b40a['x']>=_0x2ff5b4-0x12&&_0x47b40a['x']<=_0x408cf7+0x12&&_0x47b40a['y']>=_0x57a881-0x12&&_0x47b40a['y']<=_0x4f989c+0x2a))return!0x1;let _0xc9d73e=Math[_0x10e9a0(0x658)](_0x47b40a['x']-_0x2ff5b4)<=0x12||Math['abs'](_0x47b40a['x']-_0x408cf7)<=0x12||Math['abs'](_0x47b40a['y']-_0x57a881)<=0x12||Math[_0x10e9a0(0x658)](_0x47b40a['y']-_0x4f989c)<=0x12,_0x2c1108=Math[_0x10e9a0(0x658)](_0x47b40a['x']-(_0x2ff5b4+_0x408cf7)/0x2)<=0x12&&_0x47b40a['y']>=_0x4f989c&&_0x47b40a['y']<=_0x4f989c+0x2a;return _0xc9d73e||_0x2c1108;}function Ad(_0x3e3959,_0x66e73c){const _0x18ccdf=_0x2d3867;var _0x5e6479,_0x3d43f4,_0x3dbec4;let _0x7f6708=_0x3e3959['getRenderById'](_0x66e73c),_0x1246e6=_0x7f6708==null||(_0x5e6479=_0x7f6708[_0x18ccdf(0x711)])==null?void 0x0:_0x5e6479[_0x18ccdf(0x735)];_0x1246e6&&((_0x3d43f4=_0x7f6708[_0x18ccdf(0x8e1)])==null||(_0x3dbec4=_0x3d43f4[_0x18ccdf(0x8d7)])==null||_0x3dbec4[_0x18ccdf(0x739)](_0x3d43f4,_0x1246e6));}function jd(_0x39db7c){const _0x5864f4=_0x2d3867;let _0x1c3b66={'width':0x12,'height':0x12,'cursor':_0x39db7c[_0x5864f4(0x659)],'pointerEvents':'auto','touchAction':'none'};return _0x39db7c['x']<0x0?_0x1c3b66['left']=-0xd:_0x39db7c['x']>0x0?_0x1c3b66[_0x5864f4(0x88e)]='calc(100%\x20+\x20-5px)':_0x1c3b66[_0x5864f4(0x88e)]=_0x5864f4(0x35b),_0x39db7c['y']<0x0?_0x1c3b66[_0x5864f4(0x19e)]=-0xd:_0x39db7c['y']>0x0?_0x1c3b66[_0x5864f4(0x19e)]=_0x5864f4(0x40d):_0x1c3b66['top']=_0x5864f4(0x35b),_0x1c3b66;}function Md(){const _0x32c43e=_0x2d3867;var _0x4e2920,_0x2812ba;let _0x1af3b4=_0xcc135f(_0x534be5),_0x356096=_0x5c7b59(()=>_0x1af3b4[_0x32c43e(0x7c9)](_0x50fd52[_0x32c43e(0x70c)]),_0x1af3b4[_0x32c43e(0x91a)](_0x50fd52[_0x32c43e(0x70c)]),void 0x0,[_0x1af3b4]),_0xe75633=_0x5c7b59(()=>{const _0x54f5ac=_0x32c43e;var _0x84b37d;return(_0x84b37d=_0x356096==null?void 0x0:_0x356096[_0x54f5ac(0x63a)][_0x54f5ac(0x838)])==null?_0x448519(void 0x0):_0x84b37d;},_0x356096==null||(_0x4e2920=_0x356096[_0x32c43e(0x63a)][_0x32c43e(0x4bf)]())==null?void 0x0:_0x4e2920[_0x32c43e(0x559)](),void 0x0,[_0x356096]),_0x3f2d24=_0xe75633?_0x356096==null||(_0x2812ba=_0x356096[_0x32c43e(0x63a)]['getSlide'](_0xe75633))==null?void 0x0:_0x2812ba['getData']():void 0x0;return _0x356096&&_0x3f2d24&&_0x386ff5(_0x3f2d24)?{'slideModel':_0x356096,'page':_0x3f2d24}:void 0x0;}const Nd=_0x297f6c(_0x2d3867(0x3f9)),Pd=_0x297f6c(_0x2d3867(0x388)),Fd=_0x297f6c(_0x2d3867(0x273));function Id(_0x325753){const _0x243291=_0x2d3867;let {slideUnitId:_0x1aa009,focusedUnitId:_0x3edce0,embedFocusOwner:_0x21c955,activeEmbedChildUnitIds:_0x4b733f,hasHostPreservingChildFocusLease:_0x345e34}=_0x325753;if(!_0x1aa009)return!0x1;if(!_0x3edce0||_0x3edce0===_0x1aa009)return!0x0;if(_0x22662f(_0x3edce0)){var _0x2c9f30;return _0x3edce0===rl||_0x345e34||(_0x21c955==null?void 0x0:_0x21c955['hostUnitId'])===_0x1aa009||((_0x2c9f30=_0x4b733f==null?void 0x0:_0x4b733f[_0x243291(0xa73)])==null?0x0:_0x2c9f30)>0x0;}return(_0x21c955==null?void 0x0:_0x21c955['hostUnitId'])===_0x1aa009&&_0x21c955[_0x243291(0x469)]===_0x3edce0?!0x0:!!_0x3edce0&&(_0x4b733f==null?void 0x0:_0x4b733f[_0x243291(0x83a)](_0x3edce0))===!0x0;}function Ld(_0x20a4fb){const _0x4579c8=_0x2d3867;return typeof _0x20a4fb==_0x4579c8(0x242)?_0x20a4fb:null;}function Rd(){const _0x322e69=_0x2d3867;var _0x2a0630,_0x215165,_0x4352ff,_0x3212ac,_0x2a9ddc,_0x433461;let _0x5741c4=_0xcc135f(_0x534be5),_0x414d83=_0xcc135f(_0x5ccce3),_0x5a9a3a=_0x5c7b59(()=>_0x5741c4[_0x322e69(0x7c9)](_0x50fd52[_0x322e69(0x70c)]),_0x5741c4[_0x322e69(0x91a)](_0x50fd52[_0x322e69(0x70c)]),void 0x0,[_0x5741c4]),_0x4dd6d8=Ld(_0x5c7b59(()=>_0x5741c4[_0x322e69(0x3a2)],(_0x2a0630=(_0x215165=_0x5741c4[_0x322e69(0x2b6)]())==null?void 0x0:_0x215165[_0x322e69(0x5cb)]())==null?null:_0x2a0630,void 0x0,[_0x5741c4])),_0x14ecd5=Vd(_0x414d83),_0x469879=_0x5c7b59(Bd(_0x14ecd5),(_0x4352ff=_0x14ecd5==null?void 0x0:_0x14ecd5[_0x322e69(0x68b)]())==null?null:_0x4352ff),_0x341f08=Hd(_0x414d83),_0x599020=_0x5c7b59(_0x47e782(()=>{const _0x588ad4=_0x322e69;var _0x10b340;return(_0x10b340=_0x341f08==null?void 0x0:_0x341f08[_0x588ad4(0x798)][_0x588ad4(0x3c8)](_0x1388a1(()=>Wd(_0x414d83))))==null?null:_0x10b340;},[_0x414d83,_0x341f08]),Wd(_0x414d83)),_0x41ab77=zd({'currentSlideUnitId':_0x5a9a3a==null?void 0x0:_0x5a9a3a[_0x322e69(0x5cb)](),'focusedUnitId':_0x4dd6d8,'embedFocusOwner':_0x469879,'runtimeSessions':_0x599020}),_0x1d4c73=(_0x3212ac=_0x41ab77&&_0x41ab77!==(_0x5a9a3a==null?void 0x0:_0x5a9a3a[_0x322e69(0x5cb)]())?(_0x2a9ddc=_0x5741c4[_0x322e69(0x681)](_0x41ab77,_0x50fd52[_0x322e69(0x70c)]))==null?_0x5a9a3a:_0x2a9ddc:_0x5a9a3a)==null?void 0x0:_0x3212ac,_0x45a0e0=_0x5c7b59(_0x1d4c73==null?void 0x0:_0x1d4c73[_0x322e69(0x63a)][_0x322e69(0x838)]),_0x2a6112=_0x1d4c73?Ud(_0x599020,_0x1d4c73,_0x45a0e0):void 0x0;return{'slideModel':_0x1d4c73,'shouldRenderHostContent':Id({'slideUnitId':_0x1d4c73==null?void 0x0:_0x1d4c73['getUnitId'](),'focusedUnitId':_0x4dd6d8,'embedFocusOwner':_0x469879,'activeEmbedChildUnitIds':_0x2a6112,'hasHostPreservingChildFocusLease':(_0x433461=_0x341f08==null?void 0x0:_0x341f08[_0x322e69(0x2cc)](_0x1d4c73==null?void 0x0:_0x1d4c73[_0x322e69(0x5cb)]()))==null?!0x1:_0x433461})};}function zd(_0x5c606c){const _0x3e534a=_0x2d3867;let {currentSlideUnitId:_0x208dda,focusedUnitId:_0x399bde,embedFocusOwner:_0x229c3f,runtimeSessions:_0x3a3cb8=[]}=_0x5c606c;if(_0x229c3f!=null&&_0x229c3f['hostUnitId']&&_0x229c3f[_0x3e534a(0x469)]===_0x399bde)return _0x229c3f[_0x3e534a(0x706)];let _0x219ef0=_0x399bde?_0x3a3cb8[_0x3e534a(0x43b)](_0x286d02=>_0x286d02[_0x3e534a(0x469)]===_0x399bde):void 0x0;if(_0x219ef0!=null&&_0x219ef0[_0x3e534a(0x706)])return _0x219ef0['hostUnitId'];let _0x5c6927=_0x208dda?_0x3a3cb8[_0x3e534a(0x43b)](_0x48c524=>_0x48c524[_0x3e534a(0x626)]===_0x50fd52[_0x3e534a(0x70c)]&&_0x48c524[_0x3e534a(0x469)]===_0x208dda):void 0x0;if(_0x5c6927){var _0x559cf6;let _0x469dc2=_0x3a3cb8[_0x3e534a(0x43b)](_0x392608=>_0x392608[_0x3e534a(0x706)]===_0x5c6927[_0x3e534a(0x706)]&&_0x392608['entry']===_0x3e534a(0x8e5));return(_0x559cf6=_0x469dc2==null?void 0x0:_0x469dc2[_0x3e534a(0x706)])==null?_0x5c6927['hostUnitId']:_0x559cf6;}return _0x208dda==null?void 0x0:_0x208dda;}function Bd(_0xde63fc){var _0x1d3db4;return(_0x1d3db4=_0xde63fc==null?void 0x0:_0xde63fc['focusOwner$'])==null?null:_0x1d3db4;}function Vd(_0x181950){const _0x4d355c=_0x2d3867;try{return _0x181950[_0x4d355c(0x7d6)](Pd);}catch{return;}}function Hd(_0x177fac){try{return _0x177fac['get'](Fd);}catch{return;}}function Ud(_0x42bea8,_0x413e91,_0x1dcd6f){const _0x23d2c3=_0x2d3867;var _0x5c226f,_0x5a620f,_0x5a8e54;let _0x51d2b1=(_0x42bea8==null?[]:_0x42bea8)['filter'](_0x27a202=>_0x27a202[_0x23d2c3(0x706)]===_0x413e91['getUnitId']())[_0x23d2c3(0x51d)](_0x14a612=>_0x14a612[_0x23d2c3(0x469)])[_0x23d2c3(0xac6)](_0x38fd30=>typeof _0x38fd30=='string'),_0x20a0db=_0x1dcd6f?(_0x5c226f=_0x413e91['pageManager'][_0x23d2c3(0x3c6)](_0x1dcd6f))==null?void 0x0:_0x5c226f['getData']():(_0x5a620f=_0x413e91[_0x23d2c3(0x63a)][_0x23d2c3(0x4bf)]())==null?void 0x0:_0x5a620f[_0x23d2c3(0x1ed)](),_0x35844a=_0x20a0db?(_0x5a8e54=_0x386ff5(_0x20a0db))==null?void 0x0:_0x5a8e54[_0x23d2c3(0x469)]:void 0x0;return _0x35844a?[..._0x51d2b1==null?[]:_0x51d2b1,_0x35844a]:_0x51d2b1;}function Wd(_0x3806cf){const _0x38c7a1=_0x2d3867;var _0x1eab0b;return(_0x1eab0b=Gd(_0x3806cf))==null?void 0x0:_0x1eab0b[_0x38c7a1(0x1b4)]();}function Gd(_0x2228d7){const _0x4e29cc=_0x2d3867;try{return _0x2228d7[_0x4e29cc(0x7d6)](Nd);}catch{return;}}const Kd=_0x297f6c('slides-ui.slide-playback.service'),qd={'active':!0x1,'unitId':null,'previousSlideId':null,'currentSlideId':null,'currentIndex':-0x1,'total':0x0};let Jd=class extends _0x10bcc8{constructor(_0x1e8324){const _0x5cb8dd=_0x2d3867;super(),this[_0x5cb8dd(0x1e8)]=_0x1e8324,Z(this,'_state$',new _0x740b36({...qd})),Z(this,_0x5cb8dd(0x317),this['_state$']['asObservable']());}[_0x2d3867(0xa89)](){const _0x152ea6=_0x2d3867;this['_state$'][_0x152ea6(0x7ae)](),super['dispose']();}['getSnapshot'](){return this['_state$']['getValue']();}[_0x2d3867(0x2c7)](_0x3f85e6={}){const _0x30bd7a=_0x2d3867;var _0x15acbb,_0x1490e7,_0xd925af;let _0x17bc02=this[_0x30bd7a(0x8a7)](_0x3f85e6[_0x30bd7a(0x340)]);if(!_0x17bc02)return!0x1;let _0x3c3a31=this[_0x30bd7a(0xa9a)](_0x17bc02);if(!_0x3c3a31[_0x30bd7a(0xa73)])return!0x1;let _0x1a2758=(_0x15acbb=_0x17bc02['pageManager'][_0x30bd7a(0x4bf)]())==null?void 0x0:_0x15acbb[_0x30bd7a(0x559)](),_0x13cf9d=_0x3f85e6['fromBeginning']||(_0x1490e7=(_0xd925af=_0x3f85e6[_0x30bd7a(0x2c3)])==null?_0x1a2758:_0xd925af)==null?_0x3c3a31[0x0]:_0x1490e7,_0xe66b9e=_0x3c3a31[_0x30bd7a(0x83a)](_0x13cf9d)?_0x13cf9d:_0x3c3a31[0x0];return this['_goTo'](_0x17bc02,_0x3c3a31,_0xe66b9e,null,!0x1);}[_0x2d3867(0x333)](){const _0x2f97dd=_0x2d3867;this['_state$'][_0x2f97dd(0x182)]({...qd});}['next'](){const _0x478c89=_0x2d3867;var _0x1a7889;let _0x20d31e=this[_0x478c89(0x6fd)][_0x478c89(0x4a1)](),_0x1ee7f7=this[_0x478c89(0x8a7)]((_0x1a7889=_0x20d31e[_0x478c89(0x340)])==null?void 0x0:_0x1a7889);if(!_0x20d31e[_0x478c89(0x89f)]||!_0x20d31e['currentSlideId']||!_0x1ee7f7)return!0x1;let _0x111886=this[_0x478c89(0xa9a)](_0x1ee7f7),_0x16116e=_0x111886[_0x478c89(0x428)](_0x20d31e['currentSlideId']);return _0x16116e===-0x1?(this[_0x478c89(0x333)](),!0x1):_0x16116e>=_0x111886[_0x478c89(0xa73)]-0x1?(this['stop'](),!0x0):this[_0x478c89(0x96d)](_0x1ee7f7,_0x111886,_0x111886[_0x16116e+0x1],_0x20d31e[_0x478c89(0x99b)],!0x0);}[_0x2d3867(0x270)](){const _0x41f308=_0x2d3867;var _0x37c6b2;let _0x2f49a4=this[_0x41f308(0x6fd)][_0x41f308(0x4a1)](),_0x463426=this[_0x41f308(0x8a7)]((_0x37c6b2=_0x2f49a4[_0x41f308(0x340)])==null?void 0x0:_0x37c6b2);if(!_0x2f49a4['active']||!_0x2f49a4[_0x41f308(0x99b)]||!_0x463426)return!0x1;let _0x15caec=this[_0x41f308(0xa9a)](_0x463426),_0x3e0978=_0x15caec['indexOf'](_0x2f49a4[_0x41f308(0x99b)]);return _0x3e0978<=0x0?!0x1:this['_goTo'](_0x463426,_0x15caec,_0x15caec[_0x3e0978-0x1],_0x2f49a4[_0x41f308(0x99b)],!0x0);}[_0x2d3867(0x27c)](_0x41db1a){const _0x5de2cf=_0x2d3867;var _0x29c84d;let _0x36a791=this[_0x5de2cf(0x6fd)][_0x5de2cf(0x4a1)](),_0x41b975=this[_0x5de2cf(0x8a7)]((_0x29c84d=_0x36a791['unitId'])==null?void 0x0:_0x29c84d);if(!_0x36a791[_0x5de2cf(0x89f)]||!_0x41b975)return!0x1;let _0x3fadf5=this[_0x5de2cf(0xa9a)](_0x41b975);return _0x3fadf5[_0x5de2cf(0x83a)](_0x41db1a)?this[_0x5de2cf(0x96d)](_0x41b975,_0x3fadf5,_0x41db1a,_0x36a791['currentSlideId'],_0x36a791[_0x5de2cf(0x99b)]!==_0x41db1a):!0x1;}[_0x2d3867(0xaaa)](_0x323992){const _0x493fd3=_0x2d3867;var _0x4c3a99;let _0xd9b1c0=this['_state$'][_0x493fd3(0x4a1)](),_0x63fd5=this[_0x493fd3(0x8a7)]((_0x4c3a99=_0xd9b1c0['unitId'])==null?void 0x0:_0x4c3a99);if(!_0xd9b1c0[_0x493fd3(0x89f)]||!_0x63fd5)return!0x1;let _0x1fb9c8=this['_getVisibleSlideIds'](_0x63fd5);return _0x1fb9c8[_0x493fd3(0x83a)](_0x323992)?this['_goTo'](_0x63fd5,_0x1fb9c8,_0x323992,_0xd9b1c0[_0x493fd3(0x99b)],_0xd9b1c0[_0x493fd3(0x99b)]!==_0x323992):!0x1;}['previewTransition'](_0x5001be={}){const _0x2ea74e=_0x2d3867;var _0x386008,_0xf05096,_0x14a0cd;let _0x53d948=this[_0x2ea74e(0x8a7)](_0x5001be['unitId']);if(!_0x53d948)return!0x1;let _0x46a3c6=this[_0x2ea74e(0xa9a)](_0x53d948);if(!_0x46a3c6['length'])return!0x1;let _0x1156e3=(_0x386008=_0x53d948[_0x2ea74e(0x63a)]['getActiveSlide']())==null?void 0x0:_0x386008[_0x2ea74e(0x559)](),_0x22a7cf=(_0xf05096=(_0x14a0cd=_0x5001be[_0x2ea74e(0x34f)])==null?_0x1156e3:_0x14a0cd)==null?_0x46a3c6[0x0]:_0xf05096,_0x4ffb06=_0x46a3c6[_0x2ea74e(0x83a)](_0x22a7cf)?_0x22a7cf:_0x46a3c6[0x0];return this[_0x2ea74e(0x96d)](_0x53d948,_0x46a3c6,_0x4ffb06,_0x4ffb06,!0x0);}[_0x2d3867(0x8a7)](_0x2d3254){const _0x482151=_0x2d3867;var _0x187e87;if(_0x2d3254){var _0x5eaaea;return(_0x5eaaea=this['_instanceService'][_0x482151(0x681)](_0x2d3254,_0x50fd52[_0x482151(0x70c)]))==null?null:_0x5eaaea;}return(_0x187e87=this[_0x482151(0x1e8)][_0x482151(0x91a)](_0x50fd52[_0x482151(0x70c)]))==null?null:_0x187e87;}[_0x2d3867(0xa9a)](_0x15c7b1){const _0x17b169=_0x2d3867;let _0x438b46=_0x15c7b1[_0x17b169(0x3a7)]();return _0x438b46[_0x17b169(0x6d3)][_0x17b169(0xac6)](_0x13147d=>{const _0x499ebd=_0x17b169;var _0x19b9d7;return!((_0x19b9d7=_0x438b46[_0x499ebd(0x435)][_0x13147d])!=null&&_0x19b9d7[_0x499ebd(0x625)]);});}['_goTo'](_0x3b95cf,_0x1409e4,_0x996a01,_0x4ebb02,_0x4adf3e){const _0xd832b6=_0x2d3867;let _0x468d3a=_0x1409e4[_0xd832b6(0x428)](_0x996a01);return _0x468d3a===-0x1?!0x1:(_0x3b95cf[_0xd832b6(0x63a)][_0xd832b6(0x8fc)](_0x996a01),this['_state$']['next']({'active':!0x0,'unitId':_0x3b95cf[_0xd832b6(0x5cb)](),'previousSlideId':_0x4ebb02,'currentSlideId':_0x996a01,'currentIndex':_0x468d3a,'total':_0x1409e4[_0xd832b6(0xa73)],'transition':_0x4adf3e?_0x37da2a(_0x3b95cf[_0xd832b6(0x3a7)](),_0x996a01):void 0x0}),!0x0);}};Jd=$([Q(0x0,_0x534be5)],Jd);function Yd(_0x120264,_0x2e0c30){return _0x2e0c30===0x0?_0x120264===0x0:(_0x120264&_0x2e0c30)===_0x2e0c30;}function Xd(_0x4c5ff7){return'univer-slide-presentation:'+_0x4c5ff7;}function _0x3035(_0x25bf10,_0x44fbd0){_0x25bf10=_0x25bf10-0x165;const _0x2a3a8d=_0x2a3a();let _0x303588=_0x2a3a8d[_0x25bf10];return _0x303588;}function Zd(_0x4fb748){const _0x4cf4a9=_0x2d3867;var _0x33d87f,_0x1991a9;return{'version':0x1,'sessionId':_0x4fb748['sessionId'],'messageId':(_0x33d87f=_0x4fb748[_0x4cf4a9(0x802)])==null?_0x4fb748[_0x4cf4a9(0x2e1)]['clientId']+':'+_0x4fb748[_0x4cf4a9(0x866)]+':'+Date[_0x4cf4a9(0x919)]()+':'+Math[_0x4cf4a9(0xa3e)]():_0x33d87f,'source':_0x4fb748[_0x4cf4a9(0x2e1)],'target':_0x4fb748[_0x4cf4a9(0x5e7)],'type':_0x4fb748[_0x4cf4a9(0x866)],'revision':_0x4fb748[_0x4cf4a9(0x8d4)],'sentAt':(_0x1991a9=_0x4fb748['sentAt'])==null?Date['now']():_0x1991a9,'payload':_0x4fb748[_0x4cf4a9(0x6f0)]};}function Qd(_0x72fd0f,_0x2161c1){const _0x57fba5=_0x2d3867;var _0x16a277,_0x3c0e3f;return!(_0x72fd0f[_0x57fba5(0x6e2)]!==0x1||_0x72fd0f[_0x57fba5(0x2e1)][_0x57fba5(0x845)]===_0x2161c1[_0x57fba5(0x845)]||(_0x16a277=_0x72fd0f['target'])!=null&&_0x16a277['role']&&_0x72fd0f[_0x57fba5(0x5e7)]['role']!==_0x2161c1[_0x57fba5(0x453)]||(_0x3c0e3f=_0x72fd0f[_0x57fba5(0x5e7)])!=null&&_0x3c0e3f['clientId']&&_0x72fd0f[_0x57fba5(0x5e7)][_0x57fba5(0x845)]!==_0x2161c1[_0x57fba5(0x845)]);}function $d(_0x41bda5,_0x58debd){const _0x3a5a43=_0x2d3867;return typeof _0x58debd==_0x3a5a43(0x684)&&_0x58debd>_0x41bda5;}function ef(_0x59297e,_0x455290){const _0xc9da93=_0x2d3867;let _0x1ef3fe=_0x59297e['get'](_0x455290);return _0x1ef3fe&&_0x1ef3fe[_0xc9da93(0x5a7)]()?_0x1ef3fe:void 0x0;}function tf(_0x1f7f19){const _0x57c172=_0x2d3867;let _0x488131=_0x1f7f19['get'](_0x57c172(0x9cd));if(!_0x488131)return 0x0;let _0x291736=Number(_0x488131);return Number[_0x57c172(0x83f)](_0x291736)&&_0x291736>=0x0?_0x291736:0x0;}function nf(_0x2d4823){const _0x488944=_0x2d3867;let _0x415b3f=new URLSearchParams(_0x2d4823[_0x488944(0x1c2)]('?')?_0x2d4823[_0x488944(0xace)](0x1):_0x2d4823);return{'unitId':ef(_0x415b3f,'unitId'),'sessionId':ef(_0x415b3f,_0x488944(0x70e)),'playMode':tf(_0x415b3f),'startSlideId':ef(_0x415b3f,'startSlideId')};}function rf(_0x4b6dce){const _0x3086a8=_0x2d3867;let _0x447a13=new URLSearchParams();return _0x4b6dce[_0x3086a8(0x340)]&&_0x447a13[_0x3086a8(0x55e)]('unitId',_0x4b6dce[_0x3086a8(0x340)]),_0x4b6dce[_0x3086a8(0x70e)]&&_0x447a13['set']('sessionId',_0x4b6dce['sessionId']),_0x447a13['set'](_0x3086a8(0x9cd),String(_0x4b6dce[_0x3086a8(0x9cd)])),_0x4b6dce[_0x3086a8(0x2c3)]&&_0x447a13[_0x3086a8(0x55e)](_0x3086a8(0x2c3),_0x4b6dce[_0x3086a8(0x2c3)]),_0x447a13[_0x3086a8(0x5da)]();}function af(_0x7490c6){return new BroadcastChannel(_0x7490c6);}var of=class extends _0x10bcc8{constructor(_0x319422,_0x16c534=af){const _0x409a11=_0x2d3867;super(),Z(this,'_messages$',new _0x131aab()),Z(this,'_channel',void 0x0),Z(this,'messages$',this[_0x409a11(0x8a1)][_0x409a11(0x26a)]()),this[_0x409a11(0xa81)]=_0x16c534(_0x319422),this[_0x409a11(0xa81)][_0x409a11(0x82c)]=_0x3c5f6c=>{const _0x1cd829=_0x409a11;this[_0x1cd829(0x338)]||this[_0x1cd829(0x8a1)][_0x1cd829(0x182)](_0x3c5f6c['data']);};}['post'](_0x23b6dc){const _0x3570b6=_0x2d3867;this['_disposed']||this[_0x3570b6(0xa81)][_0x3570b6(0x1a0)](_0x23b6dc);}[_0x2d3867(0xa89)](){const _0x41eb76=_0x2d3867;this[_0x41eb76(0x338)]||(this['_disposed']=!0x0,this['_channel'][_0x41eb76(0x82c)]=null,this[_0x41eb76(0xa81)][_0x41eb76(0xa5c)](),this[_0x41eb76(0x8a1)][_0x41eb76(0x7ae)](),super['dispose']());}};const sf=_0x297f6c('slides-ui.presentation-session.service'),cf={'active':!0x1,'role':null,'sessionId':null,'unitId':null,'clientId':null,'suppressLocalOverlayUnitId':null,'audienceFullscreenPromptVisible':!0x1,'audienceEnded':!0x1},lf=_0x2d3867(0x5d2);function uf(_0x294978){const _0x292d0f=_0x2d3867;return!!_0x294978&&typeof _0x294978==_0x292d0f(0x97b)&&_0x294978[_0x292d0f(0x866)]===lf&&typeof _0x294978['channelName']==_0x292d0f(0x242)&&!!_0x294978[_0x292d0f(0x8ab)];}function df(_0x190740){const _0xa0ba22=_0x2d3867;return _0x190740+'-'+Date[_0xa0ba22(0x919)]()+'-'+Math['random']()[_0xa0ba22(0x5da)](0x24)['slice'](0x2);}function ff(_0x567481){return new of(_0x567481);}function pf(_0x5a8df3){const _0x4f1729=_0x2d3867;return!_0x5a8df3[_0x4f1729(0x340)]||!_0x5a8df3['currentSlideId']?null:{'unitId':_0x5a8df3[_0x4f1729(0x340)],'currentSlideId':_0x5a8df3[_0x4f1729(0x99b)],'previousSlideId':_0x5a8df3[_0x4f1729(0xad2)],'currentIndex':_0x5a8df3[_0x4f1729(0x1a2)],'total':_0x5a8df3['total']};}async function mf(){const _0x4bd80b=_0x2d3867;try{return await document['documentElement'][_0x4bd80b(0x521)]({'navigationUI':_0x4bd80b(0x1f4)}),!0x0;}catch{return!0x1;}}function hf(){window['close']();}let gf=class extends _0x10bcc8{constructor(_0x201cbb,_0x3fa028){const _0x4dae11=_0x2d3867;super(),this[_0x4dae11(0x893)]=_0x201cbb,this[_0x4dae11(0x1e8)]=_0x3fa028,Z(this,_0x4dae11(0x6fd),new _0x740b36({...cf})),Z(this,_0x4dae11(0x7c2),null),Z(this,_0x4dae11(0x36a),null),Z(this,_0x4dae11(0x797),null),Z(this,'_ownerActiveSlideSubscription',null),Z(this,'_readyTimer',null),Z(this,_0x4dae11(0x343),null),Z(this,_0x4dae11(0x5ba),null),Z(this,'_windowMessageHandler',null),Z(this,'_audienceClosedTimer',null),Z(this,_0x4dae11(0x260),null),Z(this,_0x4dae11(0x88f),null),Z(this,_0x4dae11(0x3a9),null),Z(this,'_revision',0x0),Z(this,_0x4dae11(0x439),0x0),Z(this,'_startSlideId',void 0x0),Z(this,_0x4dae11(0x9ac),null),Z(this,'_closeWindow',null),Z(this,_0x4dae11(0xa6f),!0x1),Z(this,_0x4dae11(0x317),this[_0x4dae11(0x6fd)][_0x4dae11(0x26a)]());}[_0x2d3867(0xa89)](){const _0x50e82d=_0x2d3867;this['endSession']('owner-window-unload'),this[_0x50e82d(0x6fd)][_0x50e82d(0x7ae)](),super[_0x50e82d(0xa89)]();}[_0x2d3867(0x3a7)](){const _0x21e5a6=_0x2d3867;return this['_state$'][_0x21e5a6(0x4a1)]();}[_0x2d3867(0x76a)](){const _0x1b3641=_0x2d3867;let _0x586ea7=this[_0x1b3641(0x3a7)]();return _0x586ea7[_0x1b3641(0x89f)]&&_0x586ea7[_0x1b3641(0x453)]===_0x1b3641(0x4a5);}[_0x2d3867(0x216)](){const _0x4ca305=_0x2d3867;let _0x237090=this[_0x4ca305(0x3a7)]();return _0x237090[_0x4ca305(0x89f)]&&_0x237090[_0x4ca305(0x453)]===_0x4ca305(0x616);}[_0x2d3867(0x683)](_0x31295d){const _0x2e651=_0x2d3867;let _0x318c57=this[_0x2e651(0x3a7)]();return!!_0x31295d&&_0x318c57[_0x2e651(0x453)]==='owner'&&_0x318c57['suppressLocalOverlayUnitId']===_0x31295d;}[_0x2d3867(0x618)](_0x285f64){const _0x176c04=_0x2d3867;var _0x8e31d1,_0x3428f6;if(this[_0x176c04(0x606)]('owner-stop'),!this['_playbackService'][_0x176c04(0x2c7)]({'unitId':_0x285f64[_0x176c04(0x340)],'startSlideId':_0x285f64[_0x176c04(0x2c3)]}))return!0x1;let _0x2bb6f3=df('owner'),_0x65e461=Xd(_0x285f64[_0x176c04(0x70e)]),_0x50522c=((_0x8e31d1=_0x285f64['createTransport'])==null?ff:_0x8e31d1)(_0x65e461);return this[_0x176c04(0x3a9)]=_0x65e461,this['_transport']=_0x50522c,this['_audienceWindow']=_0x285f64['audienceWindow'],this['_audienceClosedTimer']=setInterval(()=>{const _0x5a2b0b=_0x176c04;var _0x437d1c;(_0x437d1c=this['_audienceWindow'])!=null&&_0x437d1c['closed']&&this[_0x5a2b0b(0x606)](_0x5a2b0b(0x2ea));},0x3e8),typeof window<'u'&&(this['_ownerUnloadHandler']=()=>{const _0x1622ff=_0x176c04;this[_0x1622ff(0x606)](_0x1622ff(0x7be));},window[_0x176c04(0x87e)](_0x176c04(0x7e4),this[_0x176c04(0x260)])),this[_0x176c04(0x93a)]=0x0,this['_lastAppliedRevision']=0x0,this[_0x176c04(0x9da)]=_0x285f64[_0x176c04(0x2c3)],this[_0x176c04(0xa6f)]=!0x1,this['_state$'][_0x176c04(0x182)]({...cf,'active':!0x0,'role':'owner','sessionId':_0x285f64['sessionId'],'unitId':_0x285f64[_0x176c04(0x340)],'clientId':_0x2bb6f3,'suppressLocalOverlayUnitId':_0x285f64['unitId']}),this[_0x176c04(0x36a)]=_0x50522c[_0x176c04(0x2ca)][_0x176c04(0x6ca)](_0x3f668c=>this['_handleOwnerMessage'](_0x3f668c)),this[_0x176c04(0x473)](_0x65e461,_0x5f4087=>this[_0x176c04(0x698)](_0x5f4087)),this[_0x176c04(0x813)](_0x285f64[_0x176c04(0x340)]),this[_0x176c04(0x797)]=this[_0x176c04(0x893)][_0x176c04(0x317)][_0x176c04(0x6ca)](_0x39b501=>this[_0x176c04(0xa06)](_0x39b501)),this[_0x176c04(0x4ab)]=setTimeout(()=>{const _0x58f126=_0x176c04;this[_0x58f126(0x4ab)]=null,this[_0x58f126(0x606)](_0x58f126(0x78f));},(_0x3428f6=_0x285f64[_0x176c04(0x7b2)])==null?0xea60:_0x3428f6),!0x0;}[_0x2d3867(0x902)](_0x4b21f3){const _0x4e7d3b=_0x2d3867;var _0x5eb24c,_0x5bd279,_0x35a5e5;if(this['endSession'](_0x4e7d3b(0x32f)),!Yd(_0x4b21f3[_0x4e7d3b(0x9cd)],0x1)||!this['_playbackService'][_0x4e7d3b(0x2c7)]({'unitId':_0x4b21f3[_0x4e7d3b(0x340)],'startSlideId':_0x4b21f3[_0x4e7d3b(0x2c3)]}))return!0x1;let _0x58e580=df(_0x4e7d3b(0x616)),_0xd69040=Xd(_0x4b21f3['sessionId']),_0x2c9588=((_0x5eb24c=_0x4b21f3[_0x4e7d3b(0x9c6)])==null?ff:_0x5eb24c)(_0xd69040);this[_0x4e7d3b(0x3a9)]=_0xd69040,this[_0x4e7d3b(0x7c2)]=_0x2c9588,this[_0x4e7d3b(0x9ac)]=(_0x5bd279=_0x4b21f3[_0x4e7d3b(0x521)])==null?mf:_0x5bd279,this['_closeWindow']=(_0x35a5e5=_0x4b21f3[_0x4e7d3b(0x38e)])==null?hf:_0x35a5e5,this['_lastAppliedRevision']=0x0,this[_0x4e7d3b(0x9da)]=_0x4b21f3[_0x4e7d3b(0x2c3)],this[_0x4e7d3b(0xa6f)]=!0x1,this[_0x4e7d3b(0x6fd)][_0x4e7d3b(0x182)]({...cf,'active':!0x0,'role':_0x4e7d3b(0x616),'sessionId':_0x4b21f3[_0x4e7d3b(0x70e)],'unitId':_0x4b21f3['unitId'],'clientId':_0x58e580,'audienceFullscreenPromptVisible':!0x0}),this[_0x4e7d3b(0x36a)]=_0x2c9588[_0x4e7d3b(0x2ca)][_0x4e7d3b(0x6ca)](_0x4958e1=>this['_handleAudienceMessage'](_0x4958e1)),this[_0x4e7d3b(0x473)](_0xd69040,_0x170e24=>this[_0x4e7d3b(0x2f7)](_0x170e24));let _0x19e504=()=>{const _0x2053eb=_0x4e7d3b;let _0x23ad21=Zd({'sessionId':_0x4b21f3['sessionId'],'source':{'clientId':_0x58e580,'role':_0x2053eb(0x616)},'target':{'role':'owner'},'type':_0x2053eb(0x770),'payload':{'unitId':_0x4b21f3[_0x2053eb(0x340)],'startSlideId':_0x4b21f3['startSlideId'],'playMode':_0x4b21f3['playMode'],'capabilities':{'fullscreen':typeof document<'u'&&!!document['documentElement'][_0x2053eb(0x521)],'windowManagement':typeof window<'u'&&typeof window[_0x2053eb(0x972)]==_0x2053eb(0x861)}}});_0x2c9588[_0x2053eb(0x643)](_0x23ad21),this[_0x2053eb(0x1cd)](_0x23ad21);};return _0x19e504(),this[_0x4e7d3b(0x343)]=setInterval(_0x19e504,0x1f4),!0x0;}async['retryAudienceFullscreen'](){const _0x514e71=_0x2d3867;if(!this[_0x514e71(0x216)]()||!this['_requestFullscreen'])return!0x1;let _0x39f489=await this[_0x514e71(0x9ac)]();return this[_0x514e71(0x6fd)]['next']({...this['getSnapshot'](),'audienceFullscreenPromptVisible':!_0x39f489}),_0x39f489;}[_0x2d3867(0x606)](_0x4ab71a){const _0x186a50=_0x2d3867;var _0x5453d6,_0x1d1f14,_0x15451d;let _0x5079d5=this[_0x186a50(0x3a7)](),_0x617b35=_0x5079d5[_0x186a50(0x89f)],_0xc17e9c=_0x5079d5[_0x186a50(0x453)];if(this['_ending']=!0x0,_0x617b35&&_0xc17e9c===_0x186a50(0x4a5)&&this[_0x186a50(0x450)]('session.end',{'reason':_0x4ab71a}),this[_0x186a50(0x2aa)](),this['_clearAudienceReadyTimer'](),this[_0x186a50(0x859)](),this['_clearWindowMessageFallback'](),this[_0x186a50(0x326)](),this[_0x186a50(0x267)](),(_0x5453d6=this['_messageSubscription'])==null||_0x5453d6[_0x186a50(0x23d)](),this[_0x186a50(0x36a)]=null,(_0x1d1f14=this[_0x186a50(0x797)])==null||_0x1d1f14[_0x186a50(0x23d)](),this[_0x186a50(0x797)]=null,_0x617b35&&this[_0x186a50(0x893)][_0x186a50(0x333)](),_0xc17e9c==='owner')this[_0x186a50(0x88f)]&&!this['_audienceWindow']['closed']&&this[_0x186a50(0x88f)][_0x186a50(0xa5c)]();else{if(_0xc17e9c===_0x186a50(0x616)){var _0x5c5b43;(_0x5c5b43=this[_0x186a50(0x876)])==null||_0x5c5b43[_0x186a50(0x739)](this);}}(_0x15451d=this[_0x186a50(0x7c2)])==null||_0x15451d[_0x186a50(0xa89)](),this['_transport']=null,this[_0x186a50(0x88f)]=null,this[_0x186a50(0x3a9)]=null,this[_0x186a50(0x9ac)]=null,this['_closeWindow']=null,this['_startSlideId']=void 0x0,this[_0x186a50(0x93a)]=0x0,this['_lastAppliedRevision']=0x0,this[_0x186a50(0x6fd)]['next']({...cf,'audienceEnded':_0xc17e9c===_0x186a50(0x616)&&_0x617b35}),this[_0x186a50(0xa6f)]=!0x1;}['_handleOwnerMessage'](_0x23a257){const _0x2671c6=_0x2d3867;if(!this[_0x2671c6(0xa2f)](_0x23a257,'owner')||_0x23a257['type']!==_0x2671c6(0x770))return;let _0x29a324=this[_0x2671c6(0x3a7)]();if(_0x23a257[_0x2671c6(0x6f0)][_0x2671c6(0x340)]!==_0x29a324[_0x2671c6(0x340)])return;this['_clearReadyTimer']();let _0x4873d7=pf(this[_0x2671c6(0x893)]['getSnapshot']());_0x4873d7&&this[_0x2671c6(0x450)]('presenter.init',{'unitId':_0x23a257[_0x2671c6(0x6f0)][_0x2671c6(0x340)],'startSlideId':this['_startSlideId'],'playbackState':_0x4873d7},{'clientId':_0x23a257[_0x2671c6(0x2e1)][_0x2671c6(0x845)],'role':_0x2671c6(0x616)});}['_broadcastOwnerPlaybackState'](_0x3cc398){const _0x3c77e0=_0x2d3867;let _0x41701a=this[_0x3c77e0(0x3a7)]();if(this[_0x3c77e0(0xa6f)]||_0x41701a[_0x3c77e0(0x453)]!==_0x3c77e0(0x4a5)||!_0x41701a[_0x3c77e0(0x89f)])return;if(!_0x3cc398['active']){this[_0x3c77e0(0x606)](_0x3c77e0(0x32f));return;}if(_0x3cc398[_0x3c77e0(0x340)]!==_0x41701a[_0x3c77e0(0x340)])return;let _0x5986b3=pf(_0x3cc398);_0x5986b3&&(this[_0x3c77e0(0x93a)]+=0x1,this[_0x3c77e0(0x450)](_0x3c77e0(0x18b),_0x5986b3,{'role':_0x3c77e0(0x616)},this['_revision']));}[_0x2d3867(0x2f7)](_0x31894e){const _0x39faad=_0x2d3867;if(!this[_0x39faad(0xa2f)](_0x31894e,_0x39faad(0x616)))return;let _0x1c3852=this['getSnapshot']();if(_0x31894e[_0x39faad(0x866)]==='session.end'){this[_0x39faad(0x606)](_0x31894e[_0x39faad(0x6f0)][_0x39faad(0x1f8)]);return;}if(_0x31894e['type']==='presenter.init'){if(_0x31894e[_0x39faad(0x6f0)][_0x39faad(0x340)]!==_0x1c3852[_0x39faad(0x340)])return;this['_clearAudienceReadyTimer'](),this[_0x39faad(0x893)][_0x39faad(0x27c)](_0x31894e['payload'][_0x39faad(0xa75)][_0x39faad(0x99b)]);return;}if(_0x31894e['type']===_0x39faad(0x18b)){if(_0x31894e[_0x39faad(0x6f0)][_0x39faad(0x340)]!==_0x1c3852['unitId']||!$d(this['_lastAppliedRevision'],_0x31894e[_0x39faad(0x8d4)]))return;this['_lastAppliedRevision']=_0x31894e[_0x39faad(0x8d4)],this[_0x39faad(0x893)][_0x39faad(0x27c)](_0x31894e[_0x39faad(0x6f0)][_0x39faad(0x99b)]);}}[_0x2d3867(0xa2f)](_0x2ec6d8,_0x4ecc2a){const _0x17eb91=_0x2d3867;let _0x20169e=this['getSnapshot']();return!_0x20169e[_0x17eb91(0x89f)]||_0x20169e['role']!==_0x4ecc2a||!_0x20169e[_0x17eb91(0x70e)]||!_0x20169e[_0x17eb91(0x845)]?!0x1:_0x2ec6d8[_0x17eb91(0x70e)]===_0x20169e['sessionId']&&Qd(_0x2ec6d8,{'clientId':_0x20169e[_0x17eb91(0x845)],'role':_0x4ecc2a});}[_0x2d3867(0x450)](_0xb25e10,_0x1f1505,_0x3ed69c,_0x1d9f4b){const _0x203693=_0x2d3867;let _0xd77179=this[_0x203693(0x3a7)]();if(!this[_0x203693(0x7c2)]||!_0xd77179[_0x203693(0x70e)]||!_0xd77179['clientId'])return;let _0x54e3c1=Zd({'sessionId':_0xd77179[_0x203693(0x70e)],'source':{'clientId':_0xd77179[_0x203693(0x845)],'role':_0x203693(0x4a5)},'target':_0x3ed69c,'type':_0xb25e10,'revision':_0x1d9f4b,'payload':_0x1f1505});this[_0x203693(0x7c2)][_0x203693(0x643)](_0x54e3c1),this[_0x203693(0x7e5)](_0x54e3c1);}[_0x2d3867(0x813)](_0x13f0e2){const _0x3bbe9f=_0x2d3867;let _0x3ac0f2=this[_0x3bbe9f(0x1e8)][_0x3bbe9f(0x681)](_0x13f0e2,_0x50fd52[_0x3bbe9f(0x70c)]);_0x3ac0f2&&(this['_ownerActiveSlideSubscription']=_0x3ac0f2[_0x3bbe9f(0x63a)]['activeSlideId$'][_0x3bbe9f(0x6ca)](_0x4af5dd=>{const _0x31673c=_0x3bbe9f;_0x4af5dd&&this[_0x31673c(0x269)](_0x4af5dd);}));}[_0x2d3867(0x269)](_0x2daca6){const _0x18afec=_0x2d3867;this['_clearOwnerActiveSlideSyncTimer'](),this[_0x18afec(0x5ba)]=setTimeout(()=>{const _0x1c5736=_0x18afec;this[_0x1c5736(0x5ba)]=null;let _0x2854ba=this[_0x1c5736(0x3a7)](),_0x4c19c4=this[_0x1c5736(0x893)][_0x1c5736(0x3a7)]();this['_ending']||_0x2854ba[_0x1c5736(0x453)]!==_0x1c5736(0x4a5)||!_0x2854ba[_0x1c5736(0x89f)]||!_0x4c19c4[_0x1c5736(0x89f)]||_0x4c19c4[_0x1c5736(0x340)]!==_0x2854ba[_0x1c5736(0x340)]||_0x4c19c4[_0x1c5736(0x99b)]!==_0x2daca6&&this[_0x1c5736(0x893)][_0x1c5736(0xaaa)](_0x2daca6);},0x0);}[_0x2d3867(0x473)](_0xf5adc4,_0x54a809){const _0x2e90e6=_0x2d3867;typeof window>'u'||(this[_0x2e90e6(0xa77)](),this[_0x2e90e6(0x4ed)]=_0x499c18=>{const _0x43b5cf=_0x2e90e6;_0x499c18['origin']===window[_0x43b5cf(0x79c)][_0x43b5cf(0x8b5)]&&(!uf(_0x499c18[_0x43b5cf(0x7ab)])||_0x499c18[_0x43b5cf(0x7ab)][_0x43b5cf(0x7f4)]!==_0xf5adc4||_0x54a809(_0x499c18[_0x43b5cf(0x7ab)][_0x43b5cf(0x8ab)]));},window['addEventListener'](_0x2e90e6(0x8ab),this[_0x2e90e6(0x4ed)]));}['_postOwnerMessageToAudience'](_0x4bfa0e){const _0x4962b8=_0x2d3867;typeof window>'u'||!this[_0x4962b8(0x3a9)]||!this[_0x4962b8(0x88f)]||this['_audienceWindow'][_0x4962b8(0x1ad)]||this[_0x4962b8(0x88f)][_0x4962b8(0x1a0)]({'type':lf,'channelName':this['_channelName'],'message':_0x4bfa0e},window[_0x4962b8(0x79c)][_0x4962b8(0x8b5)]);}[_0x2d3867(0x1cd)](_0x154824){const _0x5226c4=_0x2d3867;typeof window>'u'||!this['_channelName']||!window[_0x5226c4(0x9f9)]||typeof window[_0x5226c4(0x9f9)]['postMessage']!=_0x5226c4(0x861)||window[_0x5226c4(0x9f9)]['postMessage']({'type':lf,'channelName':this[_0x5226c4(0x3a9)],'message':_0x154824},window[_0x5226c4(0x79c)][_0x5226c4(0x8b5)]);}['_clearReadyTimer'](){const _0xa4c955=_0x2d3867;this[_0xa4c955(0x4ab)]&&(clearTimeout(this[_0xa4c955(0x4ab)]),this[_0xa4c955(0x4ab)]=null);}[_0x2d3867(0x3c2)](){const _0x293818=_0x2d3867;this['_audienceReadyTimer']&&(clearInterval(this[_0x293818(0x343)]),this['_audienceReadyTimer']=null);}['_clearOwnerActiveSlideSync'](){const _0x5a9004=_0x2d3867;var _0x19f8c0;(_0x19f8c0=this[_0x5a9004(0x341)])==null||_0x19f8c0[_0x5a9004(0x23d)](),this[_0x5a9004(0x341)]=null,this[_0x5a9004(0xa9c)]();}[_0x2d3867(0xa9c)](){const _0x2b95bd=_0x2d3867;this[_0x2b95bd(0x5ba)]&&(clearTimeout(this[_0x2b95bd(0x5ba)]),this[_0x2b95bd(0x5ba)]=null);}[_0x2d3867(0xa77)](){const _0x11158e=_0x2d3867;if(!this[_0x11158e(0x4ed)]||typeof window>'u'){this[_0x11158e(0x4ed)]=null;return;}window[_0x11158e(0xa94)](_0x11158e(0x8ab),this['_windowMessageHandler']),this[_0x11158e(0x4ed)]=null;}['_clearAudienceClosedTimer'](){const _0x4a521d=_0x2d3867;this[_0x4a521d(0x72f)]&&(clearInterval(this[_0x4a521d(0x72f)]),this['_audienceClosedTimer']=null);}[_0x2d3867(0x267)](){const _0x1813d5=_0x2d3867;if(!this[_0x1813d5(0x260)]||typeof window>'u'){this['_ownerUnloadHandler']=null;return;}window['removeEventListener'](_0x1813d5(0x7e4),this[_0x1813d5(0x260)]),this[_0x1813d5(0x260)]=null;}};gf=$([Q(0x0,Kd),Q(0x1,_0x534be5)],gf);const _f=_0x297f6c(_0x2d3867(0x9b9));function vf(){const _0x1c3bf7=_0x2d3867;return{'getWindow':()=>typeof window>'u'?null:window,'getScreen':()=>typeof screen>'u'?null:screen,'getLocationHref':()=>typeof window>'u'?_0x1c3bf7(0x73d):window[_0x1c3bf7(0x79c)][_0x1c3bf7(0x166)]};}function yf(_0x445f16,_0x3b5648){const _0x44dad2=_0x2d3867;return _0x445f16[_0x44dad2(0x88e)]===_0x3b5648['left']&&_0x445f16[_0x44dad2(0x19e)]===_0x3b5648[_0x44dad2(0x19e)]&&_0x445f16[_0x44dad2(0xa28)]===_0x3b5648[_0x44dad2(0xa28)]&&_0x445f16[_0x44dad2(0x47c)]===_0x3b5648['height'];}function bf(_0x3b3562,_0x2f5963){const _0x519a9d=_0x2d3867;return Math[_0x519a9d(0x9d8)](_0x3b3562==null?_0x2f5963:_0x3b3562);}var xf=class extends _0x10bcc8{constructor(_0xe53627=vf()){const _0x5b3ef1=_0x2d3867;super(),this[_0x5b3ef1(0x1af)]=_0xe53627,Z(this,_0x5b3ef1(0x6be),new _0x740b36(!0x1)),Z(this,_0x5b3ef1(0x302),this[_0x5b3ef1(0x6be)][_0x5b3ef1(0x26a)]()),this['refreshAvailability']();}[_0x2d3867(0xa89)](){const _0x273de3=_0x2d3867;this[_0x273de3(0x6be)][_0x273de3(0x7ae)](),super['dispose']();}[_0x2d3867(0x3f3)](){const _0x421469=_0x2d3867;return this[_0x421469(0x6be)][_0x421469(0x4a1)]();}[_0x2d3867(0x7ea)](){const _0xa7275f=_0x2d3867;let _0x41da28=this[_0xa7275f(0x1af)][_0xa7275f(0x9f5)](),_0xedfb29=this[_0xa7275f(0x1af)]['getScreen'](),_0x2eced9=!!_0x41da28&&typeof _0x41da28[_0xa7275f(0x972)]==_0xa7275f(0x861)&&typeof _0x41da28['BroadcastChannel']==_0xa7275f(0x861)&&(_0xedfb29==null?void 0x0:_0xedfb29[_0xa7275f(0x730)])===!0x0;this[_0xa7275f(0x6be)][_0xa7275f(0x182)](_0x2eced9);}[_0x2d3867(0x9c4)](_0x25b710){const _0x3ae5f5=_0x2d3867;let _0x2fec74=new URL(this[_0x3ae5f5(0x1af)][_0x3ae5f5(0x720)]()),_0x451df9=new URLSearchParams(_0x2fec74[_0x3ae5f5(0xa31)]);return new URLSearchParams(rf(_0x25b710))['forEach']((_0x1e820d,_0x467782)=>_0x451df9['set'](_0x467782,_0x1e820d)),_0x2fec74[_0x3ae5f5(0xa31)]=_0x451df9['toString'](),_0x2fec74['toString']();}async['openAudienceWindow'](_0x564cfc){const _0x631260=_0x2d3867;var _0x1e9dd9,_0x541b98;let _0x343344=this[_0x631260(0x1af)][_0x631260(0x9f5)]();if(!(_0x343344!=null&&_0x343344[_0x631260(0x972)])||!_0x343344['open'])return null;let _0x5c2546;try{_0x5c2546=await _0x343344['getScreenDetails']();}catch{return null;}let _0x1fe65e=_0x5c2546[_0x631260(0x1b6)][_0x631260(0x43b)](_0x50a443=>!yf(_0x50a443,_0x5c2546['currentScreen']));if(!_0x1fe65e)return null;let _0x4e64aa=_0x631260(0x91b)+bf(_0x1fe65e[_0x631260(0x88e)],0x0)+',top='+bf(_0x1fe65e['top'],0x0)+_0x631260(0x9e9)+bf(_0x1fe65e['width'],(_0x1e9dd9=_0x1fe65e[_0x631260(0x417)])==null?0x1:_0x1e9dd9)+_0x631260(0x35d)+bf(_0x1fe65e[_0x631260(0x47c)],(_0x541b98=_0x1fe65e[_0x631260(0x92e)])==null?0x1:_0x541b98),_0x10677e=this['buildAudienceUrl'](_0x564cfc);return _0x343344['open'](_0x10677e,'univer-slide-presentation-'+_0x564cfc['sessionId'],_0x4e64aa);}[_0x2d3867(0x17f)](_0x4125da){const _0x46590e=_0x2d3867;!_0x4125da||_0x4125da[_0x46590e(0x1ad)]||_0x4125da[_0x46590e(0xa5c)]();}};const Sf={'id':_0x2d3867(0x63c),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x542980,_0x3ddb5a)=>_0x542980[_0x2d3867(0x7d6)](Kd)['start'](_0x3ddb5a)},Cf={'id':_0x2d3867(0x867),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x4c58be=>{const _0x2fb4a1=_0x2d3867;let _0x2b7bbd=_0x4c58be[_0x2fb4a1(0x7d6)](sf);return _0x2b7bbd[_0x2fb4a1(0x76a)]()?(_0x2b7bbd['endSession'](_0x2fb4a1(0x32f)),!0x0):(_0x4c58be[_0x2fb4a1(0x7d6)](Kd)[_0x2fb4a1(0x333)](),!0x0);}};function wf(_0x335348){const _0x58e594=_0x2d3867;let _0x45d5bd=_0x335348[_0x58e594(0x3a7)]();return _0x45d5bd[_0x58e594(0x6d3)][_0x58e594(0x43b)](_0x3027f5=>{const _0x52949e=_0x58e594;var _0x70eef8;return!((_0x70eef8=_0x45d5bd['slides'][_0x3027f5])!=null&&_0x70eef8[_0x52949e(0x625)]);});}const Tf={'id':'slide.operation.presentation.start-dual-screen','type':_0x49b5c3[_0x2d3867(0x833)],'handler':async(_0x42c5e8,_0x167fe3)=>{const _0x228353=_0x2d3867;var _0x10f2ab;let _0x4036fe=_0x42c5e8[_0x228353(0x7d6)](_0x534be5),_0xb531d7=_0x42c5e8[_0x228353(0x7d6)](_f),_0x4e5c3a=_0x4036fe[_0x228353(0x91a)](_0x50fd52[_0x228353(0x70c)]),_0x3e9f0d=_0x4e5c3a==null?void 0x0:_0x4e5c3a['getUnitId']();if(!_0x3e9f0d||!_0x4e5c3a)return!0x1;let _0x5ae72a=_0x167fe3!=null&&_0x167fe3[_0x228353(0x3cf)]?wf(_0x4e5c3a):(_0x10f2ab=_0x4e5c3a[_0x228353(0x63a)]['getActiveSlide']())==null?void 0x0:_0x10f2ab['getId'](),_0x256016=_0x5a1e83(0xc),_0xbcaaee=await _0xb531d7[_0x228353(0x520)]({'unitId':_0x3e9f0d,'sessionId':_0x256016,'playMode':0x1,'startSlideId':_0x5ae72a});if(!_0xbcaaee){let _0x17ab59=_0x42c5e8[_0x228353(0x7d6)](_0x155116),_0xaf4a8d=_0x42c5e8['get'](_0x4a2941);return _0x17ab59[_0x228353(0x28a)]({'type':_0x5e96c0['Warning'],'content':_0xaf4a8d['t'](_0x228353(0x533)),'duration':0x1388}),!0x1;}return _0x42c5e8[_0x228353(0x7d6)](sf)['startOwnerSession']({'unitId':_0x3e9f0d,'sessionId':_0x256016,'startSlideId':_0x5ae72a,'audienceWindow':_0xbcaaee});}},Ef={'id':'slide.operation.presentation.next','type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0xb820c6=>_0xb820c6['get'](Kd)[_0x2d3867(0x182)]()},Df={'id':_0x2d3867(0x678),'type':_0x49b5c3['OPERATION'],'handler':_0x24d391=>_0x24d391[_0x2d3867(0x7d6)](Kd)[_0x2d3867(0x270)]()},Of={'id':_0x2d3867(0x811),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x4202cf,_0x476b55)=>_0x4202cf[_0x2d3867(0x7d6)](Kd)['previewTransition'](_0x476b55)};function kf(){const _0x371cad=_0x2d3867;let _0x53f546=_0xcc135f(_0x4a2941),_0x4e4fc0=_0xcc135f(sf);return _0x36d3a0('button',{'type':_0x371cad(0x335),'className':_0x371cad(0x2c8),'onClick':()=>{const _0x2a714c=_0x371cad;_0x4e4fc0[_0x2a714c(0x6b1)]();},'children':_0x53f546['t'](_0x371cad(0x749))});}function Af(_0x3712c9){const _0x41d6fb=_0x2d3867;var _0x27a23f;return Math[_0x41d6fb(0x55a)](0x0,(_0x27a23f=_0x3712c9[_0x41d6fb(0x56f)])==null?0x2bc:_0x27a23f);}function jf(_0x2f69c4=_0x4188cf[_0x2d3867(0x4e5)]){const _0x13d079=_0x2d3867;switch(_0x2f69c4){case _0x4188cf['Left']:return{'currentFrom':'translate3d(-100%,\x200,\x200)','previousTo':_0x13d079(0x4dd)};case _0x4188cf['Up']:return{'currentFrom':'translate3d(0,\x20-100%,\x200)','previousTo':_0x13d079(0x83b)};case _0x4188cf[_0x13d079(0x828)]:return{'currentFrom':_0x13d079(0x83b),'previousTo':_0x13d079(0x5e9)};case _0x4188cf[_0x13d079(0x4e5)]:default:return{'currentFrom':'translate3d(100%,\x200,\x200)','previousTo':_0x13d079(0x322)};}}function Mf(_0x3e68ae=_0x4188cf['Right']){const _0x5ec20d=_0x2d3867;switch(_0x3e68ae){case _0x4188cf[_0x5ec20d(0x327)]:return _0x5ec20d(0xa80);case _0x4188cf['Up']:return _0x5ec20d(0x52d);case _0x4188cf[_0x5ec20d(0x828)]:return _0x5ec20d(0x897);case _0x4188cf[_0x5ec20d(0x4e5)]:default:return _0x5ec20d(0x581);}}function Nf(_0x4efea2=_0x4188cf['Right']){const _0x46e386=_0x2d3867;switch(_0x4efea2){case _0x4188cf[_0x46e386(0x327)]:return'inset(0\x200\x200\x20100%)';case _0x4188cf['Up']:return _0x46e386(0x897);case _0x4188cf['Down']:return'inset(0\x200\x20100%\x200)';case _0x4188cf[_0x46e386(0x4e5)]:default:return _0x46e386(0xa80);}}function Pf(_0x518b6e=_0x4188cf['Right']){const _0x1fdbd9=_0x2d3867;switch(_0x518b6e){case _0x4188cf['Up']:case _0x4188cf['Down']:return _0x1fdbd9(0x6dd);case _0x4188cf[_0x1fdbd9(0x327)]:case _0x4188cf[_0x1fdbd9(0x4e5)]:default:return _0x1fdbd9(0x863);}}function Ff(){return[{'opacity':0x1},{'opacity':0x1}];}function If(_0x4502cf){return{'duration':_0x4502cf,'current':[{'opacity':0x0},{'opacity':0x1}],'previous':[{'opacity':0x1},{'opacity':0x0}]};}function Lf(_0x593e61,_0x56cda6){const _0x116cc7=_0x2d3867;let _0xa972dd=jf(_0x56cda6);return{'duration':_0x593e61,'current':[{'transform':_0xa972dd[_0x116cc7(0xa5f)]},{'transform':_0x116cc7(0x609)}],'previous':[{'transform':_0x116cc7(0x609)},{'transform':_0xa972dd[_0x116cc7(0xa37)]}]};}function Rf(_0x191e85,_0x39df32){const _0x246920=_0x2d3867;return{'duration':_0x191e85,'current':[{'clipPath':Mf(_0x39df32)},{'clipPath':_0x246920(0x38f)}],'previous':Ff()};}function zf(_0x54487c,_0x30ac4e){const _0x42e8f5=_0x2d3867;return{'duration':_0x54487c,'current':[{'transform':jf(_0x30ac4e)['currentFrom']},{'transform':_0x42e8f5(0x609)}],'previous':Ff()};}function Bf(_0x399210,_0x154647){const _0x1542e6=_0x2d3867;let _0x45c0ea=jf(_0x154647);return{'duration':_0x399210,'previousOnTop':!0x0,'current':Ff(),'previous':[{'transform':_0x1542e6(0x609)},{'transform':_0x45c0ea['previousTo']}]};}function Vf(_0x16fc0c,_0x16fff7){return{'duration':_0x16fc0c,'previousOnTop':!0x0,'current':Ff(),'previous':[{'clipPath':'inset(0\x200\x200\x200)'},{'clipPath':Nf(_0x16fff7)}]};}function Hf(_0x4d5d5b,_0x1d22ca){return{'duration':_0x4d5d5b,'current':[{'clipPath':Pf(_0x1d22ca)},{'clipPath':'inset(0\x200\x200\x200)'}],'previous':Ff()};}function Uf(_0xb630e2){const _0xf24672=_0x2d3867;return{'duration':_0xb630e2,'current':[{'opacity':0x0,'transform':_0xf24672(0x6e8)},{'opacity':0x1,'transform':_0xf24672(0x947)}],'previous':[{'opacity':0x1,'transform':_0xf24672(0x947)},{'opacity':0x0,'transform':'scale(1.05)'}]};}function Wf(_0x15b519){const _0x6a8bd=_0x2d3867;if(!_0x15b519||_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x1c4)]||_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x2bb)])return null;let _0x37bedb=Af(_0x15b519);return _0x37bedb<=0x0?null:_0x15b519[_0x6a8bd(0x866)]===_0x409036['Fade']?If(_0x37bedb):_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x900)]?Lf(_0x37bedb,_0x15b519[_0x6a8bd(0x927)]):_0x15b519['type']===_0x409036[_0x6a8bd(0x1e3)]?Rf(_0x37bedb,_0x15b519[_0x6a8bd(0x927)]):_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0xa9b)]?zf(_0x37bedb,_0x15b519['direction']):_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x627)]?Bf(_0x37bedb,_0x15b519[_0x6a8bd(0x927)]):_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x6fc)]?Vf(_0x37bedb,_0x15b519['direction']):_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x466)]?Hf(_0x37bedb,_0x15b519[_0x6a8bd(0x927)]):_0x15b519[_0x6a8bd(0x866)]===_0x409036[_0x6a8bd(0x23c)]?Uf(_0x37bedb):null;}function Gf(_0x6789bc){const _0x2cea65=_0x2d3867;var _0x6271ea;let {slideModel:_0x1fb340,slideId:_0x1415da,stageSize:_0x3f9d5b}=_0x6789bc,_0x12b15a=(_0x6271ea=_0x1fb340[_0x2cea65(0x63a)][_0x2cea65(0x3c6)](_0x1415da))==null?void 0x0:_0x6271ea[_0x2cea65(0x1ed)]();if(!_0x12b15a||_0x3f9d5b[_0x2cea65(0xa28)]<=0x1||_0x3f9d5b[_0x2cea65(0x47c)]<=0x1)return[];let _0x21b351=_0x386ff5(_0x12b15a);if(_0x21b351)return[{'kind':_0x2cea65(0x546),'embedId':_0x21b351['embedId'],'hostAnchorId':_0x21b351[_0x2cea65(0x7a7)],'childUnitId':_0x21b351[_0x2cea65(0x469)],'childType':_0x21b351[_0x2cea65(0x626)],'entry':_0x2cea65(0x8e5),'frame':{'left':0x0,'top':0x0,'width':_0x3f9d5b['width'],'height':_0x3f9d5b[_0x2cea65(0x47c)]}}];let _0x55dca3=Ba(_0x1fb340['getSnapshot']()[_0x2cea65(0x674)]),_0x2a7e11=_0x55dca3[_0x2cea65(0xa28)]>0x0?_0x3f9d5b['width']/_0x55dca3[_0x2cea65(0xa28)]:0x1,_0x3a452a=_0x55dca3['height']>0x0?_0x3f9d5b[_0x2cea65(0x47c)]/_0x55dca3[_0x2cea65(0x47c)]:0x1;return ku(_0x12b15a)[_0x2cea65(0x72c)](({element:_0x5e07bc})=>{const _0x190ecd=_0x2cea65;var _0x4b6033,_0x2a2e13,_0x528054,_0x711ffb,_0x92054;let _0x263597=_0x178dc9(_0x5e07bc);if(!_0x263597)return[];let _0x42e874=(_0x4b6033=_0x5e07bc[_0x190ecd(0x985)])==null?{}:_0x4b6033,_0x53fd11=(_0x2a2e13=_0x42e874[_0x190ecd(0x88e)])==null?0x0:_0x2a2e13,_0x3ba882=(_0x528054=_0x42e874['top'])==null?0x0:_0x528054,_0x3015ee=(_0x711ffb=_0x42e874['width'])==null?0x208:_0x711ffb,_0x26e7e6=(_0x92054=_0x42e874[_0x190ecd(0x47c)])==null?0x140:_0x92054;return[{'kind':_0x190ecd(0x765),'embedId':_0x263597[_0x190ecd(0x5b8)],'hostAnchorId':_0x263597['hostAnchorId'],'childUnitId':_0x263597['childUnitId'],'childType':_0x263597['childType'],'entry':_0x190ecd(0x5d0),'frame':{'left':_0x53fd11*_0x2a7e11,'top':_0x3ba882*_0x3a452a,'width':_0x3015ee*_0x2a7e11,'height':_0x26e7e6*_0x3a452a}}];});}function Kf(_0x5c1586){const _0x264a34=_0x2d3867;let {slideModel:_0x44c6f4,slideId:_0x52a5ec,stageSize:_0x94094b}=_0x5c1586,_0x239cbd=_0xcc135f(_0x5ccce3),_0x8bcdf1=_0x47e782(()=>Jf(_0x239cbd),[_0x239cbd]),_0x52a296=_0x94094b[_0x264a34(0xa28)],_0x52ae5c=_0x94094b[_0x264a34(0x47c)],_0x2d3334=Gf({'slideModel':_0x44c6f4,'slideId':_0x52a5ec,'stageSize':{'width':_0x52a296,'height':_0x52ae5c}});return _0x2d3334[_0x264a34(0xa73)]===0x0?null:_0x36d3a0(_0x264a34(0xaa0),{'className':_0x264a34(0x6c2),'data-embed-slides-presentation-layer':'true','children':_0x2d3334['map']((_0x44af03,_0x3ce152)=>_0x36d3a0(qf,{'hostUnitId':_0x44c6f4[_0x264a34(0x5cb)](),'slideId':_0x52a5ec,'item':_0x44af03,'zIndex':_0x3ce152,'runtimeService':_0x8bcdf1},_0x52a5ec+':'+_0x44af03['embedId']+':'+_0x44af03[_0x264a34(0x7a7)]))});}function qf(_0x33682d){const _0x577977=_0x2d3867;let {hostUnitId:_0x43e1cd,slideId:_0x5633ae,item:_0x45955a,zIndex:_0x12f0d4,runtimeService:_0x1a409f}=_0x33682d,_0x5d9fec=_0x4810a9(null);return _0x5747a5(()=>{const _0x18923c=_0x3035;let _0x41839f=_0x5d9fec['current'];if(!_0x41839f||!(_0x1a409f!=null&&_0x1a409f[_0x18923c(0x204)]))return;let _0x10e6a6=_0x1a409f[_0x18923c(0x204)]({'hostElement':_0x41839f,'hostUnitId':_0x43e1cd,'slideId':_0x5633ae,'embedId':_0x45955a[_0x18923c(0x5b8)],'hostAnchorId':_0x45955a[_0x18923c(0x7a7)],'childUnitId':_0x45955a['childUnitId'],'childType':_0x45955a[_0x18923c(0x626)],'entry':_0x45955a['entry'],'width':_0x45955a[_0x18923c(0x675)][_0x18923c(0xa28)],'height':_0x45955a[_0x18923c(0x675)][_0x18923c(0x47c)],'dpr':typeof window>'u'?0x1:Math[_0x18923c(0x55a)](0x1,window[_0x18923c(0x261)]||0x1)});return()=>_0x10e6a6==null?void 0x0:_0x10e6a6[_0x18923c(0xa89)]();},[_0x43e1cd,_0x45955a[_0x577977(0x626)],_0x45955a[_0x577977(0x469)],_0x45955a[_0x577977(0x5b8)],_0x45955a[_0x577977(0x26f)],_0x45955a['frame'][_0x577977(0x47c)],_0x45955a[_0x577977(0x675)][_0x577977(0xa28)],_0x45955a[_0x577977(0x7a7)],_0x1a409f,_0x5633ae]),_0x36d3a0(_0x577977(0xaa0),{'ref':_0x5d9fec,'className':_0x5b6657(_0x577977(0x32c),_0x1a409f!=null&&_0x1a409f[_0x577977(0x204)]?'univer-pointer-events-auto':_0x577977(0x918)),'data-embed-slides-presentation-preview':_0x577977(0x368),'data-embed-id':_0x45955a[_0x577977(0x5b8)],'data-embed-host-anchor-id':_0x45955a[_0x577977(0x7a7)],'style':{..._0x45955a[_0x577977(0x675)],'zIndex':_0x12f0d4}});}function Jf(_0x2bee3f){const _0x4fd925=_0x2d3867;try{return _0x2bee3f[_0x4fd925(0x7d6)](Nd);}catch{return;}}const Yf='presentation',Xf='slide-presentation-viewport';function Zf(_0x3e0f74,_0x50cdd3,_0x9582cb=0x48){const _0x262fac=_0x2d3867;let _0x3d680f=Math[_0x262fac(0x55a)](0x1,_0x3e0f74[_0x262fac(0xa28)]-0x40),_0x18f9a3=Math['max'](0x1,_0x3e0f74['height']-0x40-_0x9582cb),_0x540f12=_0x50cdd3[_0x262fac(0xa28)]/_0x50cdd3[_0x262fac(0x47c)],_0x4f1d15=_0x3d680f/_0x18f9a3>_0x540f12?_0x18f9a3*_0x540f12:_0x3d680f;return{'width':_0x4f1d15,'height':_0x4f1d15/_0x540f12};}function Qf(_0x1bdb6b,_0x5d7864=!0x1){return _0x1bdb6b||_0x5d7864?0x0:0x48;}function $f(_0x31754e){return!_0x31754e;}function ep(_0x5bbff9,_0x1e9b28){return _0x1e9b28&&!_0x5bbff9;}function tp(_0x2ecee0){const _0x4e0d5a=_0x2d3867;return!!_0x2ecee0&&_0x2ecee0[_0x4e0d5a(0x1a2)]>0x0&&_0x2ecee0[_0x4e0d5a(0xa0e)]>0x0;}function np(_0xeab37c){const _0x36eb3b=_0x2d3867;return!!_0xeab37c&&_0xeab37c[_0x36eb3b(0x1a2)]>=0x0&&_0xeab37c[_0x36eb3b(0x1a2)]<_0xeab37c['total']-0x1;}function rp(_0x2188de,_0x7587a){const _0x5da9dc=_0x2d3867;return _0x7587a===_0x5da9dc(0x16e)?_0x2188de+'-'+Yf:_0x2188de+'-'+Yf+'-'+_0x7587a;}function ip(_0x5bad17){const _0x4ed617=_0x2d3867;Array[_0x4ed617(0xad9)](_0x5bad17)[_0x4ed617(0x3d8)](_0x367b62=>{const _0x40c3b2=_0x4ed617;_0x367b62&&typeof _0x367b62==_0x40c3b2(0x97b)&&_0x40c3b2(0x235)in _0x367b62&&(_0x367b62[_0x40c3b2(0x235)]=!0x1);});}function ap(_0x533a38,_0xe35668,_0x5081e9,_0x19f04d){const _0x4b8e99=_0x2d3867;let _0x4bcaed=_0x533a38[_0x4b8e99(0x63a)]['getSlide'](_0x19f04d),_0x38882f=_0xe35668['getDrawingData'](_0x5081e9,_0x19f04d),_0x2f366=_0xe35668[_0x4b8e99(0x66a)](_0x5081e9,_0x19f04d);if(!_0x4bcaed||_0x2f366[_0x4b8e99(0xa73)]>0x0)return{'drawingData':_0x38882f,'drawingOrder':_0x2f366};let _0x150516=_0x93317f(_0x5081e9,_0x19f04d,_0x4bcaed[_0x4b8e99(0x993)](),_0x533a38[_0x4b8e99(0xa04)](_0x19f04d));return _0x38882f=_0x150516['data'],_0x2f366=_0x150516[_0x4b8e99(0x552)],{'drawingData':_0x38882f,'drawingOrder':_0x2f366};}function op(){const _0x12c146=_0x2d3867;var _0xb21041,_0x5eb1d3,_0x130301;let _0x8c9fa9=_0xcc135f(Kd),_0x5eb67f=_0xcc135f(sf),_0x2bf089=_0xcc135f(_0x534be5),_0x5a560f=_0xcc135f(_0x317a11),_0x6717bf=_0xcc135f(_0x3a5c48),_0x551b70=_0xcc135f(_0x2402a1),_0xfffa8e=_0xcc135f(_0x5ccce3),_0x15b64e=_0xcc135f(_0x4a2941),_0x21f5c4=_0x47e782(()=>_0xfffa8e[_0x12c146(0x18c)](Wl),[_0xfffa8e]),_0x40ed82=_0x5c7b59(_0x8c9fa9[_0x12c146(0x317)]),_0x5e7515=_0x5c7b59(_0x5eb67f['state$']),_0x1c56c1=_0x4810a9(null),_0x260c2d=_0x4810a9(null),_0x3bd7e4=_0x4810a9(null),_0x27ad14=_0x4810a9(null),_0x83ad07=_0x4810a9(null),_0x40f1de=_0x4810a9(null),_0x126fee=_0x4810a9([]),[_0x31c938,_0x29c587]=_0x23af5c({'width':0x0,'height':0x0}),_0x3ff98f=(_0xb21041=_0x40ed82==null?void 0x0:_0x40ed82[_0x12c146(0x340)])==null?null:_0xb21041,_0x173eea=(_0x5eb1d3=_0x40ed82==null?void 0x0:_0x40ed82[_0x12c146(0x99b)])==null?null:_0x5eb1d3,_0x23cf6d=_0x3ff98f?_0x2bf089['getUnit'](_0x3ff98f,_0x50fd52[_0x12c146(0x70c)]):null,_0x4e8309=!!(_0x40ed82!=null&&_0x40ed82[_0x12c146(0x89f)])&&!!_0x23cf6d&&!!_0x173eea,_0x403eba=_0x5c7b59(_0x6717bf[_0x12c146(0x4e6)]),_0x2fbe0c=_0x5c7b59(_0x6717bf[_0x12c146(0x714)]),_0x2a07ce=_0x5c7b59(_0x6717bf[_0x12c146(0x258)]),_0x576b21=_0x5c7b59(_0x23cf6d==null?void 0x0:_0x23cf6d['pageManager'][_0x12c146(0x320)]),_0x51c10b=(_0x5e7515==null?void 0x0:_0x5e7515['active'])===!0x0&&_0x5e7515[_0x12c146(0x453)]===_0x12c146(0x616),_0x592812=(_0x5e7515==null?void 0x0:_0x5e7515[_0x12c146(0x89f)])===!0x0&&_0x5e7515[_0x12c146(0x453)]===_0x12c146(0x4a5)&&_0x5eb67f[_0x12c146(0x683)](_0x3ff98f),_0x4f86bc=$f(_0x51c10b),_0x165e12=ep(_0x51c10b,_0x592812),_0x1feb72=_0x173eea?_0x23cf6d==null?void 0x0:_0x23cf6d[_0x12c146(0x63a)][_0x12c146(0x3c6)](_0x173eea):void 0x0,_0x1f2a7e=(_0x130301=_0x1feb72==null?void 0x0:_0x1feb72[_0x12c146(0x1ed)]()[_0x12c146(0x3b9)])==null?'':_0x130301,_0x89d861=tp(_0x40ed82),_0x3cb3e2=np(_0x40ed82),_0x1d287a=_0x40ed82!=null&&_0x40ed82[_0x12c146(0xa0e)]?Math[_0x12c146(0x8ea)](0x64,Math[_0x12c146(0x55a)](0x0,(_0x40ed82[_0x12c146(0x1a2)]+0x1)/_0x40ed82[_0x12c146(0xa0e)]*0x64)):0x0,_0x1ff8f8=_0x40ed82?_0x15b64e['t']('slides-ui.presentation.slideProgress')['replace']('{current}',String(_0x40ed82[_0x12c146(0x1a2)]+0x1))['replace'](_0x12c146(0x8ac),String(_0x40ed82['total'])):'',_0x56b31f=_0x3f1518(()=>{const _0x2420d3=_0x12c146;_0x551b70[_0x2420d3(0x6bc)](Cf['id']);},[_0x551b70]),_0x2b325d=_0x3f1518(()=>{const _0x1c836c=_0x12c146;_0x592812&&!_0x3cb3e2||_0x551b70[_0x1c836c(0x6bc)](Ef['id']);},[_0x3cb3e2,_0x551b70,_0x592812]),_0xb66359=_0x3f1518(()=>{_0x592812&&!_0x89d861||_0x551b70['executeCommand'](Df['id']);},[_0x89d861,_0x551b70,_0x592812]);_0x1a9735(()=>{const _0x297ed7=_0x12c146;if(!_0x4e8309)return;let _0xaae2e6=_0x1c56c1[_0x297ed7(0x97c)],_0xa09ed1=_0x260c2d[_0x297ed7(0x97c)];if(!_0xaae2e6||!_0xa09ed1)return;let _0x131a71=0x0,_0x32c3c7=()=>{const _0x116f65=_0x297ed7;let _0x16da5c=Ba(_0x23cf6d==null?void 0x0:_0x23cf6d[_0x116f65(0x3a7)]()[_0x116f65(0x674)]),_0x1c85f8=_0x592812?_0xa09ed1:_0xaae2e6,_0x5e0c96=_0x592812?0x0:Qf(_0x51c10b),{width:_0x2a8869,height:_0x1ab74c}=Zf({'width':_0x1c85f8[_0x116f65(0x509)],'height':_0x1c85f8['clientHeight']},_0x16da5c,_0x5e0c96);_0x29c587(_0x305875=>Math[_0x116f65(0x658)](_0x305875['width']-_0x2a8869)<0x1&&Math[_0x116f65(0x658)](_0x305875[_0x116f65(0x47c)]-_0x1ab74c)<0x1?_0x305875:{'width':_0x2a8869,'height':_0x1ab74c});},_0x29659c=()=>{cancelAnimationFrame(_0x131a71),_0x131a71=requestAnimationFrame(_0x32c3c7);};_0xaae2e6[_0x297ed7(0x695)](),_0x29659c();let _0x55a4dc=typeof ResizeObserver>'u'?null:new ResizeObserver(_0x29659c);return _0x55a4dc==null||_0x55a4dc[_0x297ed7(0x357)](_0xaae2e6),_0x55a4dc==null||_0x55a4dc['observe'](_0xa09ed1),window[_0x297ed7(0x87e)](_0x297ed7(0xa5d),_0x29659c),()=>{const _0x136e4d=_0x297ed7;cancelAnimationFrame(_0x131a71),_0x55a4dc==null||_0x55a4dc[_0x136e4d(0x220)](),window[_0x136e4d(0xa94)](_0x136e4d(0xa5d),_0x29659c);};},[_0x4e8309,_0x51c10b,_0x592812,_0x23cf6d]);let _0x170481=_0x3f1518((_0x5f517d,_0x12cdc7,_0x20b4f9)=>{const _0x29c485=_0x12c146;if(!_0x23cf6d||!_0x3ff98f||_0x31c938[_0x29c485(0xa28)]<=0x1||_0x31c938[_0x29c485(0x47c)]<=0x1)return!0x1;let _0xcf6ddd=_0x23cf6d[_0x29c485(0x63a)][_0x29c485(0x3c6)](_0x5f517d);if(!_0xcf6ddd)return!0x1;let _0x45f210=rp(_0x3ff98f,_0x20b4f9),_0x2e3564=_0x5a560f[_0x29c485(0x400)](_0x45f210);_0x2e3564||(_0x2e3564=_0x5a560f[_0x29c485(0x35c)](_0x45f210)),_0x2e3564[_0x29c485(0x8e1)][_0x29c485(0x7ff)](_0x12cdc7),_0x2e3564[_0x29c485(0x8e1)][_0x29c485(0xa5d)]();let {scene:_0xa68318}=_0x2e3564;_0xa68318['getViewport'](Xf)||new _0x3ca8e6(Xf,_0xa68318,{'left':0x0,'top':0x0,'right':0x0,'bottom':0x0})[_0x29c485(0x9b0)]();let _0x33867a=Ba(_0x23cf6d[_0x29c485(0x3a7)]()[_0x29c485(0x674)]),_0x4f49cf=_0x31c938[_0x29c485(0xa28)]/_0x33867a[_0x29c485(0xa28)];_0xa68318[_0x29c485(0x96b)](_0xa68318[_0x29c485(0x471)]()),_0xa68318[_0x29c485(0x7e2)](),_0xa68318[_0x29c485(0x363)]({'width':_0x33867a[_0x29c485(0xa28)],'height':_0x33867a['height'],'scaleX':_0x4f49cf,'scaleY':_0x4f49cf});let _0x41a6be=_0xfffa8e[_0x29c485(0x18c)](_s,_0x29c485(0xa19)+_0x3ff98f+'-'+_0x5f517d,{'left':0x0,'top':0x0,'width':_0x33867a[_0x29c485(0xa28)],'height':_0x33867a[_0x29c485(0x47c)],'background':_0xcf6ddd[_0x29c485(0xab8)](),'evented':!0x1,'zIndex':0x0}),{drawingData:_0x268a72,drawingOrder:_0x55847b}=ap(_0x23cf6d,_0x6717bf,_0x3ff98f,_0x5f517d),_0x3e9b15=_0x21f5c4[_0x29c485(0x8e4)](_0x268a72,_0x55847b,{'unitId':_0x3ff98f,'subUnitId':_0x5f517d,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x4fafd2[_0x29c485(0x5a4)],'showPlaceholder':!0x1});ip(_0x3e9b15),_0xa68318[_0x29c485(0x931)](_0x41a6be,0x0),_0xa68318['addObjects'](_0x3e9b15,_0x575008);let _0x2624f3=new Map(_0x3e9b15[_0x29c485(0x51d)](_0x8f4bbd=>[_0x8f4bbd['oKey'],_0x8f4bbd]));return pu(_0x268a72,_0x55847b,_0xa68318,{'unitId':_0x3ff98f,'subUnitId':_0x5f517d,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x4fafd2['PRESENTATION'],'showPlaceholder':!0x1,'objectProvider':_0x21f5c4,'renderObjectMap':_0x2624f3}),ip(_0x2624f3[_0x29c485(0x4ae)]()),_0xa68318['makeDirty'](!0x0),_0xa68318[_0x29c485(0x64b)](),!0x0;},[_0xfffa8e,_0x21f5c4,_0x5a560f,_0x6717bf,_0x23cf6d,_0x31c938[_0x12c146(0x47c)],_0x31c938[_0x12c146(0xa28)],_0x3ff98f]);_0x5747a5(()=>{const _0x50bd93=_0x12c146;!_0x4e8309||!_0x173eea||!_0x83ad07[_0x50bd93(0x97c)]||(_0x170481(_0x173eea,_0x83ad07[_0x50bd93(0x97c)],_0x50bd93(0x97c)),Wf(_0x40ed82==null?void 0x0:_0x40ed82['transition'])&&_0x40ed82!=null&&_0x40ed82[_0x50bd93(0xad2)]&&_0x27ad14['current']&&_0x40f1de[_0x50bd93(0x97c)]?(_0x170481(_0x40ed82[_0x50bd93(0xad2)],_0x40f1de[_0x50bd93(0x97c)],_0x50bd93(0x270)),_0x27ad14['current'][_0x50bd93(0x6f7)]['display']=_0x50bd93(0x65b)):_0x27ad14[_0x50bd93(0x97c)]&&(_0x27ad14['current'][_0x50bd93(0x6f7)][_0x50bd93(0x3d9)]=_0x50bd93(0x4bc)));},[_0x4e8309,_0x173eea,_0x403eba,_0x2a07ce,_0x2fbe0c,_0x170481,_0x576b21,_0x40ed82==null?void 0x0:_0x40ed82[_0x12c146(0xad2)],_0x40ed82==null?void 0x0:_0x40ed82[_0x12c146(0x7cf)]]),_0x5747a5(()=>{const _0x2743f3=_0x12c146;let _0x31c7dd=_0x3bd7e4[_0x2743f3(0x97c)],_0xd49221=_0x27ad14['current'],_0x401e93=Wf(_0x40ed82==null?void 0x0:_0x40ed82[_0x2743f3(0x7cf)]);if(_0x126fee['current']['forEach'](_0x2da76b=>_0x2da76b[_0x2743f3(0x402)]()),_0x126fee['current']=[],!_0x4e8309||!_0x31c7dd||!_0xd49221||!(_0x40ed82!=null&&_0x40ed82[_0x2743f3(0xad2)])||!_0x401e93){_0xd49221&&(_0xd49221[_0x2743f3(0x6f7)]['display']='none'),_0x31c7dd&&(_0x31c7dd['style']['opacity']='',_0x31c7dd[_0x2743f3(0x6f7)]['transform']='',_0x31c7dd[_0x2743f3(0x6f7)][_0x2743f3(0x8a4)]='');return;}if(_0xd49221[_0x2743f3(0x6f7)]['display']='block',_0xd49221[_0x2743f3(0x6f7)][_0x2743f3(0x628)]=_0x401e93['previousOnTop']?'2':'1',_0x31c7dd[_0x2743f3(0x6f7)]['zIndex']=_0x401e93['previousOnTop']?'1':'2',typeof _0x31c7dd[_0x2743f3(0x97e)]!=_0x2743f3(0x861)||typeof _0xd49221[_0x2743f3(0x97e)]!='function'){_0xd49221[_0x2743f3(0x6f7)][_0x2743f3(0x3d9)]=_0x2743f3(0x4bc);return;}let _0x2a9fa7={'duration':_0x401e93[_0x2743f3(0x56f)],'easing':_0x2743f3(0x39f),'fill':_0x2743f3(0x38b)},_0x52ecc5=_0xd49221['animate'](_0x401e93[_0x2743f3(0x270)],_0x2a9fa7),_0x485df8=_0x31c7dd['animate'](_0x401e93['current'],_0x2a9fa7),_0x55fd0d=!0x1;return _0x126fee['current']=[_0x52ecc5,_0x485df8],_0x485df8[_0x2743f3(0x545)]['then'](()=>{const _0x2b5608=_0x2743f3;_0x55fd0d||(_0xd49221[_0x2b5608(0x6f7)]['display']=_0x2b5608(0x4bc),_0xd49221[_0x2b5608(0x6f7)][_0x2b5608(0x30f)]='',_0xd49221[_0x2b5608(0x6f7)][_0x2b5608(0x985)]='',_0xd49221[_0x2b5608(0x6f7)]['clipPath']='',_0x31c7dd[_0x2b5608(0x6f7)][_0x2b5608(0x30f)]='',_0x31c7dd['style'][_0x2b5608(0x985)]='',_0x31c7dd[_0x2b5608(0x6f7)][_0x2b5608(0x8a4)]='',_0x126fee[_0x2b5608(0x97c)]=[]);})[_0x2743f3(0x26e)](()=>{}),()=>{const _0xc69cbd=_0x2743f3;_0x55fd0d=!0x0,_0x52ecc5['cancel'](),_0x485df8[_0xc69cbd(0x402)]();};},[_0x4e8309,_0x173eea,_0x31c938[_0x12c146(0x47c)],_0x31c938[_0x12c146(0xa28)],_0x40ed82==null?void 0x0:_0x40ed82[_0x12c146(0xad2)],_0x40ed82==null?void 0x0:_0x40ed82['transition']]),_0x5747a5(()=>{if(_0x3ff98f)return()=>{const _0x354344=_0x3035;_0x5a560f[_0x354344(0xab2)](rp(_0x3ff98f,_0x354344(0x97c))),_0x5a560f[_0x354344(0xab2)](rp(_0x3ff98f,_0x354344(0x270))),_0x5a560f[_0x354344(0xab2)](rp(_0x3ff98f,_0x354344(0x16e)));};},[_0x5a560f,_0x3ff98f]),_0x5747a5(()=>{const _0x480477=_0x12c146;if(!_0x4e8309||!_0x4f86bc)return;let _0x318068=_0x5008e1=>{const _0x1a1969=_0x3035;if(_0x5008e1['key']==='Escape'){_0x5008e1['preventDefault'](),_0x56b31f();return;}if(_0x5008e1['key']===_0x1a1969(0x458)||_0x5008e1['key']===_0x1a1969(0x185)){_0x5008e1[_0x1a1969(0x50d)](),_0xb66359();return;}(_0x5008e1[_0x1a1969(0x355)]===_0x1a1969(0x7af)||_0x5008e1[_0x1a1969(0x355)]===_0x1a1969(0x941)||_0x5008e1[_0x1a1969(0x355)]==='\x20'||_0x5008e1[_0x1a1969(0x355)]==='Enter')&&(_0x5008e1['preventDefault'](),_0x2b325d());};return document[_0x480477(0x87e)](_0x480477(0xa42),_0x318068),()=>document['removeEventListener'](_0x480477(0xa42),_0x318068);},[_0x4e8309,_0x4f86bc,_0x2b325d,_0xb66359,_0x56b31f]);let _0x3995a2=_0x3f1518(()=>{_0x2b325d();},[_0x2b325d]),_0x5b3678=_0x3f1518(_0x153892=>{const _0x150ca8=_0x12c146;_0x153892[_0x150ca8(0x95f)]();},[]);return _0x5eb67f[_0x12c146(0x683)](_0x3ff98f)&&!_0x592812||!_0x4e8309||!_0x40ed82?null:_0x3e215d(_0x12c146(0xaa0),{'ref':_0x1c56c1,'tabIndex':-0x1,'className':'univer-fixed\x20univer-inset-0\x20univer-z-[1000]\x20univer-bg-black\x20univer-outline-none','data-u-comp':_0x12c146(0x226),'onClick':_0x4f86bc&&!_0x592812?_0x3995a2:void 0x0,'children':[_0x36d3a0(_0x12c146(0xaa0),{'ref':_0x260c2d,'className':_0x12c146(0x40a),'style':_0x592812?{'top':0x0,'left':0x0,'right':_0x12c146(0x4b8),'bottom':0x60,'padding':0x20}:{'top':0x0,'left':0x0,'right':0x0,'bottom':Qf(_0x51c10b)},'children':_0x3e215d(_0x12c146(0xaa0),{'className':_0x12c146(0x8d1),'style':{'width':_0x31c938[_0x12c146(0xa28)],'height':_0x31c938[_0x12c146(0x47c)]},'children':[_0x3e215d('div',{'ref':_0x27ad14,'className':_0x12c146(0x461),'style':{'width':_0x12c146(0x1a4),'height':_0x12c146(0x1a4),'display':'none','pointerEvents':'none'},'children':[_0x36d3a0(_0x12c146(0xaa0),{'ref':_0x40f1de,'className':_0x12c146(0x461)}),_0x23cf6d&&_0x40ed82['previousSlideId']&&Wf(_0x40ed82['transition'])&&_0x36d3a0(Kf,{'slideModel':_0x23cf6d,'slideId':_0x40ed82[_0x12c146(0xad2)],'stageSize':_0x31c938})]}),_0x3e215d(_0x12c146(0xaa0),{'ref':_0x3bd7e4,'className':'univer-absolute\x20univer-inset-0','style':{'width':_0x12c146(0x1a4),'height':_0x12c146(0x1a4),'pointerEvents':_0x12c146(0x4bc)},'children':[_0x36d3a0('div',{'ref':_0x83ad07,'className':_0x12c146(0x461)}),_0x23cf6d&&_0x173eea&&_0x36d3a0(Kf,{'slideModel':_0x23cf6d,'slideId':_0x173eea,'stageSize':_0x31c938})]})]})}),_0x165e12&&_0x3e215d(_0x12c146(0x734),{'className':_0x12c146(0x46c),'onClick':_0x5b3678,'children':[_0x36d3a0(_0x12c146(0xaa0),{'className':'univer-mb-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-400','children':_0x15b64e['t']('slides-ui.presentation.speakerNotes')}),_0x36d3a0(_0x12c146(0xaa0),{'className':'univer-min-h-0\x20univer-flex-1\x20univer-overflow-auto\x20univer-whitespace-pre-wrap\x20univer-text-xl\x20univer-text-gray-100','children':_0x1f2a7e||_0x36d3a0('span',{'className':_0x12c146(0x2f9),'children':_0x15b64e['t'](_0x12c146(0x2df))})})]}),_0x592812&&_0x3e215d(_0x12c146(0xaa0),{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-flex\x20univer-h-24\x20univer-items-center\x20univer-justify-center\x20univer-gap-7\x20univer-bg-neutral-950\x20univer-px-8\x20univer-text-white','onClick':_0x5b3678,'children':[_0x36d3a0(_0x12c146(0x335),{'type':'button','aria-label':_0x15b64e['t'](_0x12c146(0x970)),'disabled':!_0x89d861,'className':_0x12c146(0x69e),'onClick':_0xb66359,'children':_0x36d3a0(_0x30efb1,{'className':_0x12c146(0x3ea)})}),_0x3e215d('div',{'className':_0x12c146(0x8e9),'children':[_0x36d3a0(_0x12c146(0xaa0),{'className':_0x12c146(0x6c6),'children':_0x1ff8f8}),_0x36d3a0(_0x12c146(0xaa0),{'className':_0x12c146(0x556),'children':_0x36d3a0(_0x12c146(0xaa0),{'className':_0x12c146(0x9bd),'style':{'width':_0x1d287a+'%'}})})]}),_0x36d3a0(_0x12c146(0x335),{'type':_0x12c146(0x335),'aria-label':_0x15b64e['t'](_0x12c146(0x8fe)),'disabled':!_0x3cb3e2,'className':_0x12c146(0x69e),'onClick':_0x2b325d,'children':_0x36d3a0(_0x4f2963,{'className':_0x12c146(0x3ea)})}),_0x3e215d(_0x12c146(0x335),{'type':_0x12c146(0x335),'aria-label':_0x15b64e['t'](_0x12c146(0x8fa)),'className':_0x12c146(0x1d3),'onClick':_0x56b31f,'children':[_0x36d3a0(_0x3ef04f,{}),_0x15b64e['t']('slides-ui.presentation.exit')]})]}),!_0x51c10b&&!_0x592812&&_0x3e215d(_0x12c146(0xaa0),{'className':'univer-absolute\x20univer-bottom-4\x20univer-left-1/2\x20univer-flex\x20-univer-translate-x-1/2\x20univer-items-center\x20univer-gap-2\x20univer-rounded-full\x20univer-px-3\x20univer-py-1.5\x20univer-text-sm\x20univer-text-white\x20univer-shadow-lg','style':{'backgroundColor':_0x12c146(0x680)},'onClick':_0x5b3678,'children':[_0x36d3a0(_0x12c146(0x335),{'type':'button','className':_0x12c146(0xaa4),'onClick':_0xb66359,'children':_0x15b64e['t'](_0x12c146(0x970))}),_0x3e215d(_0x12c146(0x66b),{'className':_0x12c146(0x8d5),'children':[_0x40ed82[_0x12c146(0x1a2)]+0x1,'\x20','/',_0x40ed82['total']]}),_0x36d3a0(_0x12c146(0x335),{'type':_0x12c146(0x335),'className':'univer-cursor-pointer\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-py-1\x20univer-text-white\x20hover:univer-bg-gray-700','onClick':_0x2b325d,'children':_0x15b64e['t'](_0x12c146(0x8fe))}),_0x36d3a0('button',{'type':_0x12c146(0x335),'className':_0x12c146(0xaa4),'onClick':_0x56b31f,'children':_0x15b64e['t'](_0x12c146(0x8fa))})]}),_0x51c10b&&(_0x5e7515==null?void 0x0:_0x5e7515[_0x12c146(0x555)])&&_0x36d3a0(kf,{}),_0x51c10b&&(_0x5e7515==null?void 0x0:_0x5e7515['audienceEnded'])&&_0x36d3a0(_0x12c146(0xaa0),{'className':_0x12c146(0x328),'children':_0x15b64e['t'](_0x12c146(0x436))})]});}const sp=_0x2d3867(0x518);function cp(_0x4dcaa6){return _0x4dcaa6===''?void 0x0:_0x4dcaa6;}function lp(_0x1dcb68,_0x47781a){return(_0x1dcb68==null?'':_0x1dcb68)!==_0x47781a;}function up(_0x2d1d63,_0x4edd7f){return lp(_0x2d1d63,_0x4edd7f)?{'speakerNotes':cp(_0x4edd7f)}:null;}function dp(_0x1050be){const _0x2e2e8e=_0x2d3867;return typeof _0x1050be==_0x2e2e8e(0x242)&&_0x1050be[_0x2e2e8e(0xa73)]>0x0;}function fp(_0x1d5f69,_0x186029,_0x8f0561){const _0x295b61=_0x2d3867;if(!_0x186029||!_0x8f0561||(_0x1d5f69==null?void 0x0:_0x1d5f69['id'])!==_0x495f0a['id']&&(_0x1d5f69==null?void 0x0:_0x1d5f69['id'])!==_0x2413e1['id'])return!0x1;let _0xe8f1c8=_0x1d5f69[_0x295b61(0xabe)];return(_0xe8f1c8==null?void 0x0:_0xe8f1c8[_0x295b61(0x340)])===_0x186029&&_0xe8f1c8[_0x295b61(0xaa1)]===_0x8f0561;}function pp(_0x267242,_0xddcd83,_0xc33c44,_0x3a35da,_0x24f699){const _0xcb848c=_0x2d3867;return{'id':_0xcb848c(0x518),'title':{'title':_0x267242},'width':0x208,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x0,'destroyOnClose':!0x0,'children':{'label':{'name':sp,'props':{'unitId':_0xddcd83,'slideId':_0xc33c44,'initialNotes':_0x3a35da,'onClose':_0x24f699}}},'onClose':_0x24f699};}function mp(_0x4eae1c){const _0x35ddfd=_0x2d3867;let {unitId:_0x23627d,slideId:_0x2f311a,initialNotes:_0x5eff62,onClose:_0x30c765}=_0x4eae1c,_0x1bd2e1=_0xcc135f(_0x2402a1),_0x210a8c=_0xcc135f(_0x4a2941),[_0x1fdad,_0x3bc9a8]=_0x23af5c(_0x5eff62==null?'':_0x5eff62),_0x2828f9=_0x3f1518(_0x5b5668=>{const _0x50d4ac=_0x3035;_0x3bc9a8(_0x5b5668[_0x50d4ac(0x5e7)][_0x50d4ac(0x47b)]);},[]),_0x2cd796=_0x3f1518(()=>{const _0x2b2867=_0x3035;let _0x2689a4=up(_0x5eff62,_0x1fdad);_0x2689a4&&_0x1bd2e1[_0x2b2867(0x6bc)](_0x495f0a['id'],{'unitId':_0x23627d,'subUnitId':_0x2f311a,..._0x2689a4}),_0x30c765==null||_0x30c765();},[_0x1bd2e1,_0x1fdad,_0x5eff62,_0x30c765,_0x2f311a,_0x23627d]);return _0x3e215d(_0x35ddfd(0xaa0),{'className':_0x35ddfd(0x55b),'data-u-comp':_0x35ddfd(0xadf),'children':[_0x36d3a0(_0x35ddfd(0x1df),{'className':_0x35ddfd(0x4b1),'value':_0x1fdad,'placeholder':_0x210a8c['t'](_0x35ddfd(0x6ae)),'autoFocus':!0x0,'onChange':_0x2828f9}),_0x3e215d('div',{'className':_0x35ddfd(0x83d),'children':[_0x36d3a0(_0x35ddfd(0x335),{'type':_0x35ddfd(0x335),'className':_0x35ddfd(0x9e3),'onClick':_0x30c765,'children':_0x210a8c['t'](_0x35ddfd(0x3a4))}),_0x36d3a0('button',{'type':_0x35ddfd(0x335),'className':_0x35ddfd(0x3d0),'onClick':_0x2cd796,'children':_0x210a8c['t'](_0x35ddfd(0x5bf))})]})]});}function hp(){const _0x5bb782=_0x2d3867;let _0x1b99e5=_0xcc135f(_0x534be5),_0x44685a=_0xcc135f(_0x2402a1),_0x35f6ff=_0xcc135f(_0x4a2941),[,_0x522091]=_0x26b89d(_0x3bda49=>_0x3bda49+0x1,0x0),_0x2a2c05=_0x5c7b59(()=>_0x1b99e5[_0x5bb782(0x7c9)](_0x50fd52['UNIVER_SLIDE']),_0x1b99e5['getCurrentUnitOfType'](_0x50fd52['UNIVER_SLIDE']),void 0x0,[_0x1b99e5]),_0x1818e4=_0x5c7b59(_0x2a2c05==null?void 0x0:_0x2a2c05[_0x5bb782(0x63a)]['activeSlideId$']),_0x23388c=_0x1818e4?_0x2a2c05==null?void 0x0:_0x2a2c05[_0x5bb782(0x63a)]['getSlide'](_0x1818e4):_0x2a2c05==null?void 0x0:_0x2a2c05[_0x5bb782(0x63a)]['getActiveSlide'](),_0xdc41e2=_0x2a2c05==null?void 0x0:_0x2a2c05[_0x5bb782(0x5cb)](),_0x1aa225=_0x23388c==null?void 0x0:_0x23388c[_0x5bb782(0x559)](),_0x5d0901=_0x23388c==null?void 0x0:_0x23388c[_0x5bb782(0x1ed)]()['speakerNotes'],[_0x50a6f9,_0x27f2cc]=_0x23af5c({'slideId':_0x1aa225,'speakerNotes':_0x5d0901,'draft':_0x5d0901==null?'':_0x5d0901}),_0x555359=_0x50a6f9[_0x5bb782(0x34f)]===_0x1aa225&&_0x50a6f9['speakerNotes']===_0x5d0901?_0x50a6f9[_0x5bb782(0x91d)]:_0x5d0901==null?'':_0x5d0901,_0xf4345e=_0x3f1518(_0x5f4961=>{const _0x255bcb=_0x5bb782;_0x27f2cc({'slideId':_0x1aa225,'speakerNotes':_0x5d0901,'draft':_0x5f4961['target'][_0x255bcb(0x47b)]});},[_0x5d0901,_0x1aa225]),_0x38bdfa=_0x3f1518(()=>{const _0x5a91d9=_0x5bb782;if(!_0xdc41e2||!_0x1aa225)return;let _0x791fd7=up(_0x5d0901,_0x555359);_0x791fd7&&_0x44685a[_0x5a91d9(0x6bc)](_0x495f0a['id'],{'unitId':_0xdc41e2,'subUnitId':_0x1aa225,..._0x791fd7});},[_0x44685a,_0x5d0901,_0x555359,_0x1aa225,_0xdc41e2]),_0x5550d6=!lp(_0x5d0901,_0x555359);return _0x5747a5(()=>{const _0x1ecd34=_0x5bb782;if(!_0xdc41e2||!_0x1aa225)return;let _0x1135c2=_0x44685a[_0x1ecd34(0x390)](_0x794cf8=>{fp(_0x794cf8,_0xdc41e2,_0x1aa225)&&_0x522091();});return()=>_0x1135c2['dispose']();},[_0x44685a,_0x1aa225,_0xdc41e2]),!_0xdc41e2||!_0x1aa225||!dp(_0x5d0901)?null:_0x3e215d('div',{'className':_0x5bb782(0x3fd),'data-u-comp':'slide-speaker-notes-display','children':[_0x3e215d(_0x5bb782(0xaa0),{'className':'univer-flex\x20univer-h-6\x20univer-shrink-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-2','children':[_0x36d3a0(_0x5bb782(0xaa0),{'className':'univer-text-xs\x20univer-font-medium\x20univer-text-gray-500\x20dark:!univer-text-gray-200','children':_0x35f6ff['t']('slides-ui.presentation.speakerNotes')}),_0x36d3a0('button',{'type':'button','className':'univer-h-6\x20univer-rounded\x20univer-border\x20univer-border-primary-600\x20univer-bg-primary-600\x20univer-px-2\x20univer-text-xs\x20univer-text-white\x20hover:univer-bg-primary-700\x20disabled:univer-cursor-not-allowed\x20disabled:univer-border-gray-200\x20disabled:univer-bg-gray-100\x20disabled:univer-text-gray-400\x20dark:disabled:!univer-border-gray-700\x20dark:disabled:!univer-bg-gray-800\x20dark:disabled:!univer-text-gray-500','disabled':_0x5550d6,'onClick':_0x38bdfa,'children':_0x35f6ff['t'](_0x5bb782(0x5bf))})]}),_0x36d3a0('textarea',{'className':_0x5bb782(0x502),'aria-label':_0x35f6ff['t'](_0x5bb782(0x77c)),'value':_0x555359,'placeholder':_0x35f6ff['t']('slides-ui.presentation.speakerNotesPlaceholder'),'onChange':_0xf4345e})]});}function gp(_0x53e3b9,_0x19d3c7){return _0x53e3b9&&!_0x19d3c7;}function _p(_0x411b48,_0x2ee5bb){return!_0x411b48&&_0x2ee5bb;}function vp(){const _0x731940=_0x2d3867;var _0x18aab8;let _0x4bdb74=_0xcc135f(_0x4e6b21),_0x255de9=_0xcc135f(sf),_0x1a157a=_0xcc135f(Kd),_0x1f38fa=_0xcc135f(_0x5ccce3),_0x227e1a=_0x4bdb74[_0x731940(0x6a3)](ka),_0x1f538b=_0x5c7b59(_0x255de9[_0x731940(0x317)]),_0x41731e=_0x5c7b59(_0x1a157a[_0x731940(0x317)]),{slideModel:_0x47b77d,shouldRenderHostContent:_0x13fa18}=Rd(),_0x2067db=Md(),_0x200fa0=(_0x227e1a==null||(_0x18aab8=_0x227e1a[_0x731940(0x4f7)])==null?void 0x0:_0x18aab8[_0x731940(0x786)])!==!0x1,_0x1076cc=(_0x1f538b==null?void 0x0:_0x1f538b[_0x731940(0x89f)])===!0x0||(_0x41731e==null?void 0x0:_0x41731e['active'])===!0x0,_0x238af1=_0x47b77d&&_0x2067db&&Sp(_0x1f38fa,_0x2067db[_0x731940(0xa70)][_0x731940(0x5cb)](),_0x47b77d[_0x731940(0x5cb)]())?_0x2067db:void 0x0;return _p(_0x1076cc,!!_0x238af1)&&_0x238af1?_0x36d3a0(yp,{'slideModel':_0x238af1[_0x731940(0xa70)],'page':_0x238af1[_0x731940(0x546)]}):_0x13fa18?_0x3e215d(_0x731940(0xaa0),{'className':_0x731940(0x1fa),'children':[!_0x1076cc&&_0x36d3a0('div',{'className':_0x731940(0xa38),'children':_0x36d3a0(hd,{})}),gp(_0x200fa0,_0x1076cc)&&_0x36d3a0(hp,{}),_0x36d3a0(op,{})]}):null;}function yp(_0x5041ff){const _0x44661b=_0x2d3867;let {slideModel:_0x1538d0,page:_0x3855d0}=_0x5041ff,_0x48995b=_0x4810a9(null),_0x5accf3=_0xcc135f(_0x5ccce3),_0x1fbcc4=_0x386ff5(_0x3855d0),_0x4525c4=_0x1538d0[_0x44661b(0x5cb)](),_0x2d0372=_0x1fbcc4==null?void 0x0:_0x1fbcc4[_0x44661b(0x7a7)],_0x1830d4=_0x1fbcc4==null?void 0x0:_0x1fbcc4[_0x44661b(0x5b8)],_0x3145f1=_0x1fbcc4==null?void 0x0:_0x1fbcc4[_0x44661b(0x469)],_0x9cc463=_0x1fbcc4==null?void 0x0:_0x1fbcc4[_0x44661b(0x626)];return _0x5747a5(()=>{const _0x56f9b3=_0x44661b;if(!_0x48995b[_0x56f9b3(0x97c)]||!_0x1830d4||!_0x2d0372||!_0x3145f1||_0x9cc463==null)return;let _0x25e5e4=xp(_0x5accf3);if(_0x25e5e4)try{return _0x25e5e4[_0x56f9b3(0x6d7)]({'hostUnitId':_0x4525c4,'embedId':_0x1830d4,'hostAnchorId':_0x2d0372,'childUnitId':_0x3145f1,'childType':_0x9cc463}),()=>{bp(_0x25e5e4,_0x1830d4);};}catch(_0x15da0c){console[_0x56f9b3(0x86c)](_0x56f9b3(0x638),_0x15da0c);}},[_0x9cc463,_0x3145f1,_0x1830d4,_0x2d0372,_0x4525c4,_0x5accf3,_0x3855d0[_0x44661b(0x6a9)]]),_0x36d3a0(_0x44661b(0xaa0),{'ref':_0x48995b,'data-embed-slides-page-list-host':_0x2d0372,'className':_0x44661b(0x8ce)});}function bp(_0x158cff,_0xeba78){const _0x223338=_0x2d3867;_0x158cff[_0x223338(0x508)](_0xeba78);}function xp(_0x520b05){try{return _0x520b05['get'](Nd);}catch{return;}}function Sp(_0xff203b,_0x4c8d8e,_0x2fb2ca){const _0x558212=_0x2d3867;if(_0x4c8d8e!==_0x2fb2ca)return!0x1;let _0x1b3e1e=xp(_0xff203b);return _0x1b3e1e?!_0x1b3e1e[_0x558212(0x1b4)]()[_0x558212(0xa92)](_0x4517f5=>_0x4517f5[_0x558212(0x626)]===_0x50fd52[_0x558212(0x70c)]&&_0x4517f5[_0x558212(0x469)]===_0x2fb2ca):!0x0;}var Cp=class extends _0x10bcc8{constructor(..._0x173a36){const _0x26c4bf=_0x2d3867;super(..._0x173a36),Z(this,_0x26c4bf(0x4da),new _0x740b36(null)),Z(this,_0x26c4bf(0x640),this[_0x26c4bf(0x4da)][_0x26c4bf(0x26a)]()),Z(this,_0x26c4bf(0x577),0x0);}[_0x2d3867(0x98a)](_0xfe362a){const _0x39e428=_0x2d3867;let _0x565210={..._0xfe362a,'editorUnitId':Tp(_0xfe362a[_0x39e428(0x724)]),'sessionId':++this[_0x39e428(0x577)],'documentData':_0x1cccc2['deepClone'](_0xfe362a[_0x39e428(0x6ac)]),'measurement':Ep(_0xfe362a[_0x39e428(0x218)]),'visible':!0x0};return this[_0x39e428(0x4da)][_0x39e428(0x182)](_0x565210),{'dispose':()=>{const _0x459066=_0x39e428;this['_session$'][_0x459066(0x4a1)]()===_0x565210&&this[_0x459066(0xa5c)]();}};}[_0x2d3867(0xa1d)](_0x590f4d){const _0x869da5=_0x2d3867;var _0x5e7b4f;let _0x449be1=this['_session$'][_0x869da5(0x4a1)]();_0x449be1&&this[_0x869da5(0x4da)][_0x869da5(0x182)]({..._0x449be1,..._0x590f4d,'editorUnitId':_0x590f4d[_0x869da5(0x724)]?Tp(_0x590f4d['editorId']):_0x449be1['editorUnitId'],'documentData':_0x590f4d[_0x869da5(0x6ac)]?_0x1cccc2[_0x869da5(0x738)](_0x590f4d['documentData']):_0x449be1[_0x869da5(0x6ac)],'layout':(_0x5e7b4f=_0x590f4d[_0x869da5(0x218)])==null?_0x449be1[_0x869da5(0x218)]:_0x5e7b4f,'measurement':_0x590f4d[_0x869da5(0x218)]?Ep(_0x590f4d[_0x869da5(0x218)]):_0x449be1[_0x869da5(0x8a8)],'sessionId':_0x449be1[_0x869da5(0x70e)],'visible':!0x0});}[_0x2d3867(0x5d7)](_0x2b4ae2){const _0x4fd90e=_0x2d3867;let _0x2340a2=this['_session$'][_0x4fd90e(0x4a1)]();_0x2340a2&&this[_0x4fd90e(0x4da)][_0x4fd90e(0x182)]({..._0x2340a2,'documentData':_0x1cccc2[_0x4fd90e(0x738)](_0x2b4ae2)});}['setLayoutMeasurement'](_0x9b31f1){const _0xfdfb5a=_0x2d3867;let _0x1cbf6a=this['_session$'][_0xfdfb5a(0x4a1)]();_0x1cbf6a&&this[_0xfdfb5a(0x4da)][_0xfdfb5a(0x182)]({..._0x1cbf6a,'measurement':_0x9b31f1});}[_0x2d3867(0x7ae)](_0x424c09,_0x3da42a,_0x5a82a0){const _0x5bd2d6=_0x2d3867;var _0x40e71a;let _0x513f81=this[_0x5bd2d6(0x4da)][_0x5bd2d6(0x4a1)]();if(!_0x513f81||_0x5a82a0!==void 0x0&&_0x513f81[_0x5bd2d6(0x70e)]!==_0x5a82a0)return;let _0x29c2f7=_0x1cccc2['deepClone'](_0x424c09==null?_0x513f81[_0x5bd2d6(0x6ac)]:_0x424c09);(_0x40e71a=_0x513f81[_0x5bd2d6(0x372)])==null||_0x40e71a[_0x5bd2d6(0x739)](_0x513f81,_0x29c2f7,_0x513f81[_0x5bd2d6(0x3fa)],_0x3da42a==null?_0x513f81[_0x5bd2d6(0x8a8)]:_0x3da42a),this['close'](_0x513f81['sessionId']);}[_0x2d3867(0x402)](_0x5c6266){const _0x4882d2=_0x2d3867;var _0xfa24ca;let _0x4477ea=this[_0x4882d2(0x4da)][_0x4882d2(0x4a1)]();_0x4477ea&&(_0x5c6266!==void 0x0&&_0x4477ea['sessionId']!==_0x5c6266||((_0xfa24ca=_0x4477ea[_0x4882d2(0x9c7)])==null||_0xfa24ca[_0x4882d2(0x739)](_0x4477ea,_0x4477ea[_0x4882d2(0x3fa)]),this[_0x4882d2(0xa5c)](_0x4477ea[_0x4882d2(0x70e)])));}[_0x2d3867(0xa5c)](_0x435cdf){const _0x5b1f82=_0x2d3867;let _0x52c2ee=this[_0x5b1f82(0x4da)][_0x5b1f82(0x4a1)]();_0x435cdf!==void 0x0&&(_0x52c2ee==null?void 0x0:_0x52c2ee[_0x5b1f82(0x70e)])!==_0x435cdf||this[_0x5b1f82(0x4da)][_0x5b1f82(0x182)](null);}['getSession'](){const _0x1fdb8d=_0x2d3867;return this[_0x1fdb8d(0x4da)]['getValue']();}[_0x2d3867(0xa89)](){const _0x3ef988=_0x2d3867;this[_0x3ef988(0xa5c)](),this[_0x3ef988(0x4da)]['complete'](),super[_0x3ef988(0xa89)]();}};const wp=_0x297f6c(_0x2d3867(0x3f0));function Tp(_0x300e14){return _0x22662f(_0x300e14)?_0x300e14:_0x347b4d('EDITOR_UI_'+_0x300e14);}function Ep(_0x5f0893){const _0x4092af=_0x2d3867;return{'width':_0x5f0893[_0x4092af(0x762)][_0x4092af(0xa28)],'minHeight':_0x5f0893[_0x4092af(0x762)][_0x4092af(0x47c)],'actualHeight':_0x5f0893[_0x4092af(0x762)][_0x4092af(0x47c)],'contentHeight':_0x5f0893[_0x4092af(0x762)][_0x4092af(0x47c)],'marginTop':0x0};}function Dp(_0x256261){const _0x46e2e0=_0x2d3867;return{'scaleX':kp(_0x256261==null?void 0x0:_0x256261[_0x46e2e0(0x2ab)],0x1),'scaleY':kp(_0x256261==null?void 0x0:_0x256261[_0x46e2e0(0x2e8)],0x1)};}function Op(_0x3848cf,_0x4b4553=_0x3848cf[_0x2d3867(0x762)][_0x2d3867(0x47c)]){const _0x2788e3=_0x2d3867;let {rect:_0x237013}=_0x3848cf,{scaleX:_0x340dd7,scaleY:_0x5bc17c}=Dp(_0x3848cf[_0x2788e3(0x756)]),_0x2ca95d=Math[_0x2788e3(0x55a)](0x1,_0x237013['width']),_0x21a3d8=Math[_0x2788e3(0x55a)](0x1,_0x237013[_0x2788e3(0x47c)]),_0x391525=_0x2ca95d*_0x340dd7,_0x4091c0=_0x21a3d8*_0x5bc17c;return{'left':_0x237013['left']+(_0x2ca95d-_0x391525)/0x2,'top':_0x237013['top']+(_0x21a3d8-_0x4091c0)/0x2,'width':_0x391525,'height':_0x4091c0};}function kp(_0x623977,_0x44f363){const _0x37f8c1=_0x2d3867;return typeof _0x623977==_0x37f8c1(0x684)&&Number['isFinite'](_0x623977)&&_0x623977>0x0?_0x623977:_0x44f363;}function Ap(_0x48ed3f){const _0x324613=_0x2d3867;return!_0x48ed3f||typeof _0x48ed3f!=_0x324613(0x97b)?!0x1:_0x324613(0x907)in _0x48ed3f||_0x324613(0x2be)in _0x48ed3f;}function jp(_0x165dfa){const _0x329315=_0x2d3867;var _0x1f9ff0;if(!_0x165dfa)return;let _0x1a0dfa=new Set();Ap(_0x165dfa[_0x329315(0x23b)])&&_0x1a0dfa[_0x329315(0x6fb)](_0x165dfa['mainComponent']),(_0x1f9ff0=_0x165dfa['components'])==null||_0x1f9ff0[_0x329315(0x3d8)](_0x22d3a2=>{Ap(_0x22d3a2)&&_0x1a0dfa['add'](_0x22d3a2);}),_0x1a0dfa['forEach'](_0xad8e5b=>{const _0x358395=_0x329315;let _0x575790=!0x1;if(_0xad8e5b['pageMarginLeft']!==void 0x0&&_0xad8e5b[_0x358395(0x907)]!==0x0&&(_0xad8e5b[_0x358395(0x907)]=0x0,_0x575790=!0x0),_0xad8e5b['pageMarginTop']!==void 0x0&&_0xad8e5b[_0x358395(0x2be)]!==0x0&&(_0xad8e5b[_0x358395(0x2be)]=0x0,_0x575790=!0x0),_0x575790){var _0x46f54b;(_0x46f54b=_0xad8e5b[_0x358395(0x25f)])==null||_0x46f54b[_0x358395(0x739)](_0xad8e5b,!0x0);}});}const Mp={'scaleX':0x1,'scaleY':0x1},Np=[0x8,0x9,0xa,0xb,0xc,0xe,0x12,0x18,0x1c,0x20,0x28,0x3c,0x58];function Pp(_0x29d707){const _0x4403bd=_0x2d3867;var _0x4cca86,_0x5b8551,_0x5a876d;_0x29d707&&((_0x4cca86=_0x29d707[_0x4403bd(0x668)])==null||_0x4cca86[_0x4403bd(0x3d8)](_0x23e681=>_0x23e681[_0x4403bd(0x23d)]()),(_0x5b8551=_0x29d707['_scenePointerUpSubs'])==null||_0x5b8551[_0x4403bd(0x3d8)](_0x55a094=>_0x55a094[_0x4403bd(0x23d)]()),_0x29d707[_0x4403bd(0x668)]=[],_0x29d707[_0x4403bd(0x90e)]=[],(_0x5a876d=_0x29d707['_disposeScrollTimers'])==null||_0x5a876d[_0x4403bd(0x739)](_0x29d707),_0x29d707[_0x4403bd(0x7e7)]=!0x1,_0x29d707[_0x4403bd(0x49c)](),_0x29d707[_0x4403bd(0xa44)]());}function Fp(){const _0x5704ec=_0x2d3867;let _0x48ebc8=_0x5c7b59(_0xcc135f(wp)['session$']);return _0x48ebc8!=null&&_0x48ebc8[_0x5704ec(0x617)]?_0x36d3a0(Ip,{'session':_0x48ebc8},_0x48ebc8['sessionId']):null;}function Ip(_0x4a78c2){const _0x48c4a9=_0x2d3867;var _0x4123d9,_0x5b4f6c,_0x8ae46b;let {session:_0x2074f1}=_0x4a78c2,_0xe2a4b5=_0x2074f1[_0x48c4a9(0x4d6)],_0x4df9ad=_0xcc135f(wp),_0x5b29ff=_0xcc135f(_0x278fa9),_0x505348=_0xcc135f(_0x2402a1),_0x416dd0=_0xcc135f(_0x317a11),_0x5d976c=_0xcc135f(_0x534be5),_0x1a6747=_0x4810a9(null),_0x5a136a=_0x4810a9(null),_0x4db803=_0x4810a9(_0x2074f1[_0x48c4a9(0x6ac)]),_0x429974=_0x4810a9(_0x2074f1[_0x48c4a9(0x8a8)]),_0x95f984=_0x4810a9(0x0),_0x4daebe=_0x4810a9(0x0),_0x32c5fc=_0x4810a9(!0x0),_0x5b41f8=_0x4810a9({}),[_0x3fcdaa,_0x3b15ca]=_0x23af5c(_0x2074f1[_0x48c4a9(0x8a8)]),_0x455789=_0x47e782(()=>Dp(_0x2074f1['layout']['scale']),[_0x2074f1[_0x48c4a9(0x218)][_0x48c4a9(0x756)]]),_0x1d474e=_0x2074f1['appearance']===_0x48c4a9(0x7df),_0x54fac4=_0x3a26ce({'editorId':_0xe2a4b5,'initialValue':_0x47e782(()=>Ho(_0x2074f1[_0x48c4a9(0x6ac)],_0x2074f1[_0x48c4a9(0x218)]),[_0x2074f1]),'container':_0x5a136a,'autoFocus':!0x1,'isSingle':_0x2074f1['isSingle'],'canvasStyle':_0x1d474e?{'backgroundColor':'transparent'}:void 0x0}),_0x1b6ab4=(_0x4123d9=_0x416dd0[_0x48c4a9(0x400)](_0xe2a4b5))==null?void 0x0:_0x4123d9[_0x48c4a9(0x3d3)](_0x1802b5),_0x483cf9=_0x5c7b59(_0x1b6ab4==null?void 0x0:_0x1b6ab4['textSelectionInner$']),_0x5c5b87=!!(_0x5c7b59(_0x47e782(()=>_0x1b6ab4?_0x33130c(_0x1b6ab4[_0x48c4a9(0xa53)][_0x48c4a9(0x3c8)](_0x1388a1(()=>!0x0)),_0x1b6ab4['onBlur$'][_0x48c4a9(0x3c8)](_0x1388a1(()=>!0x1))):null,[_0x1b6ab4]),(_0x5b4f6c=_0x1b6ab4==null?void 0x0:_0x1b6ab4[_0x48c4a9(0x962)])==null?!0x1:_0x5b4f6c)&&_0x483cf9!=null&&_0x483cf9[_0x48c4a9(0x32a)][_0x48c4a9(0xa73)]),_0x327245=!!(_0x483cf9!=null&&_0x483cf9[_0x48c4a9(0x32a)][_0x48c4a9(0xa92)](_0x48ac69=>{const _0x5ccfe5=_0x48c4a9;let _0x17d3f9=_0x48ac69;return _0x17d3f9['collapsed']===void 0x0?_0x17d3f9[_0x5ccfe5(0x8b6)]!==void 0x0&&_0x17d3f9[_0x5ccfe5(0x1d6)]!==void 0x0&&_0x17d3f9['startOffset']!==_0x17d3f9[_0x5ccfe5(0x1d6)]:!_0x17d3f9[_0x5ccfe5(0x4d3)];})),_0x25ae43=!_0x1d474e||_0x327245,_0x28706d=_0x3f1518(()=>{const _0x333fe0=_0x48c4a9;Pp(_0x54fac4==null?void 0x0:_0x54fac4[_0x333fe0(0x6ea)]);},[_0x54fac4]),_0x5ad96a=_0x3f1518(()=>_0x5d976c[_0x48c4a9(0x681)](_0xe2a4b5,_0x50fd52[_0x48c4a9(0x603)]),[_0xe2a4b5,_0x5d976c]),_0x25a2ea=_0x3f1518(_0x107bd1=>{const _0xf32876=_0x48c4a9;let _0x1489aa=Uo(_0x107bd1);return _0x1489aa['id']=_0x2074f1[_0xf32876(0x6ac)]['id'],_0x1489aa;},[_0x2074f1[_0x48c4a9(0x6ac)]['id']]),_0x2f331c=_0x3f1518(_0xea998b=>{const _0x5bbe45=_0x48c4a9;var _0x371c9a,_0x11c640,_0x426bf1,_0x3c35b1;if(!_0x54fac4)return;let _0x2e12f7=_0x5ad96a(),_0x517b4c=_0x416dd0['getRenderById'](_0xe2a4b5),_0x19210e=_0x517b4c==null?void 0x0:_0x517b4c[_0x5bbe45(0x3d3)](_0x2173ec),{rect:_0x113008}=_0x2074f1[_0x5bbe45(0x218)],_0x58354f=_0x2074f1[_0x5bbe45(0x218)][_0x5bbe45(0x969)]!==!0x1,_0x30b177=_0x2e12f7==null?void 0x0:_0x2e12f7[_0x5bbe45(0x4f2)](),_0x35ac4f=_0x2e12f7==null||(_0x371c9a=_0x2e12f7[_0x5bbe45(0x65a)]())==null?void 0x0:_0x371c9a[_0x5bbe45(0x9d7)],_0x572b41=(_0x11c640=_0x2074f1[_0x5bbe45(0x218)][_0x5bbe45(0x4ce)])==null?_0x35ac4f==null?void 0x0:_0x35ac4f[_0x5bbe45(0x4ce)]:_0x11c640,_0x12ab56=(_0x426bf1=_0x2074f1[_0x5bbe45(0x218)][_0x5bbe45(0x169)])==null?_0x35ac4f==null?void 0x0:_0x35ac4f[_0x5bbe45(0x169)]:_0x426bf1;if(_0x2e12f7==null||_0x2e12f7[_0x5bbe45(0x5ae)](Math[_0x5bbe45(0x55a)](_0x455789[_0x5bbe45(0x2ab)],_0x455789[_0x5bbe45(0x2e8)])),_0x2e12f7==null||_0x2e12f7[_0x5bbe45(0xa0a)]({'pageSize':{'width':_0x58354f?_0x113008[_0x5bbe45(0xa28)]:_0x113008['height'],'height':0x1/0x0}}),_0x2e12f7==null||_0x2e12f7['updateDocumentRenderConfig']({..._0x572b41===void 0x0?{}:{'verticalAlign':_0x572b41},..._0x12ab56===void 0x0?{}:{'horizontalAlign':_0x12ab56},'centerAngle':_0x58354f?0x0:_0xfbd1a0,'vertexAngle':_0x58354f?0x0:_0xfbd1a0}),_0x30b177!=null&&_0x30b177[_0x5bbe45(0x240)]&&_0x12ab56!==void 0x0)for(let _0x58e8df of _0x30b177[_0x5bbe45(0x240)]){var _0x27eb56;((_0x27eb56=_0x58e8df[_0x5bbe45(0x916)])==null?void 0x0:_0x27eb56[_0x5bbe45(0x169)])===void 0x0&&(_0x58e8df[_0x5bbe45(0x916)]={..._0x58e8df[_0x5bbe45(0x916)],'horizontalAlign':_0x12ab56});}let _0x762e33=_0x19210e==null?void 0x0:_0x19210e[_0x5bbe45(0x24e)]();_0x762e33==null||_0x762e33[_0x5bbe45(0x7b6)]();let _0x480b13=(_0x3c35b1=_0x762e33==null?void 0x0:_0x762e33[_0x5bbe45(0x3b1)]()[_0x5bbe45(0x92f)])==null?_0x113008[_0x5bbe45(0x47c)]:_0x3c35b1,_0x1b70fa=_0x3d855a({'contentHeight':_0x480b13,'verticalAlign':_0x572b41,'viewportHeight':_0x113008[_0x5bbe45(0x47c)]});_0x2e12f7==null||_0x2e12f7[_0x5bbe45(0xa0a)]({'pageSize':{'width':_0x58354f?_0x113008[_0x5bbe45(0xa28)]:_0x113008[_0x5bbe45(0x47c)],'height':_0x1b70fa['contentHeight']}}),_0x2e12f7==null||_0x2e12f7[_0x5bbe45(0x3bf)]({'t':_0x1b70fa[_0x5bbe45(0x2cd)]}),_0x762e33==null||_0x762e33[_0x5bbe45(0x7b6)]();let _0x598ddc={'width':_0x113008[_0x5bbe45(0xa28)],'minHeight':_0x113008['height'],'actualHeight':_0x480b13,'contentHeight':_0x1b70fa['contentHeight'],'marginTop':_0x1b70fa[_0x5bbe45(0x2cd)]};_0x429974[_0x5bbe45(0x97c)]=_0x598ddc,_0x3b15ca(_0x598ddc),_0x4df9ad['setLayoutMeasurement'](_0x598ddc);let _0x44d323=()=>{const _0x48a880=_0x5bbe45;var _0x1524f7;_0x517b4c&&(jp(_0x517b4c),_0x5a136a['current']&&(_0x5a136a[_0x48a880(0x97c)][_0x48a880(0x6f7)]['height']=_0x1b70fa[_0x48a880(0x184)]*_0x455789['scaleY']+'px'),_0x517b4c[_0x48a880(0x8e1)][_0x48a880(0xa5d)](),_0x517b4c[_0x48a880(0x711)][_0x48a880(0x363)]({'width':_0x113008[_0x48a880(0xa28)],'height':_0x1b70fa['contentHeight'],'scaleX':_0x455789[_0x48a880(0x2ab)],'scaleY':_0x455789[_0x48a880(0x2e8)]}),(_0x1524f7=_0x517b4c['mainComponent'])==null||_0x1524f7['resize'](_0x113008[_0x48a880(0xa28)],_0x1b70fa[_0x48a880(0x184)]));};if(_0x44d323(),_0x95f984['current']&&cancelAnimationFrame(_0x95f984[_0x5bbe45(0x97c)]),_0x95f984[_0x5bbe45(0x97c)]=requestAnimationFrame(()=>{_0x95f984['current']=0x0,_0x44d323();}),_0xea998b){var _0x52ad5e;_0x4db803[_0x5bbe45(0x97c)]=_0xea998b,(_0x52ad5e=_0x2074f1[_0x5bbe45(0x7b0)])==null||_0x52ad5e[_0x5bbe45(0x739)](_0x2074f1,_0xea998b,_0x2074f1['context'],_0x598ddc);}else _0x4db803[_0x5bbe45(0x97c)]=_0x25a2ea(_0x54fac4[_0x5bbe45(0x774)]());},[_0x54fac4,_0x4df9ad,_0xe2a4b5,_0x5ad96a,_0x455789[_0x48c4a9(0x2ab)],_0x455789[_0x48c4a9(0x2e8)],_0x416dd0,_0x2074f1[_0x48c4a9(0x3fa)],_0x2074f1[_0x48c4a9(0x218)],_0x2074f1[_0x48c4a9(0x7b0)],_0x25a2ea]),_0x3a5b8c=_0x4810a9(_0x2f331c),_0x128bdf=_0x4810a9(!0x1),_0x2be06c=_0x4810a9(null);_0x1a9735(()=>{const _0x3a8a70=_0x48c4a9;_0x3a5b8c[_0x3a8a70(0x97c)]=_0x2f331c;},[_0x2f331c]);let _0xf826b1=_0x3f1518(_0x738ff5=>{const _0xbf3998=_0x48c4a9;var _0x51b36c,_0x55c5b5;if(!_0x54fac4)return;let _0x21dbb8=_0x54fac4[_0xbf3998(0x774)](),_0x4becd5={...(_0x51b36c=_0x21dbb8[_0xbf3998(0x6cb)])==null?void 0x0:_0x51b36c[_0xbf3998(0x9d7)],..._0x738ff5[_0xbf3998(0x169)]===void 0x0?{}:{'horizontalAlign':_0x738ff5[_0xbf3998(0x169)]},..._0x738ff5[_0xbf3998(0x4ce)]===void 0x0?{}:{'verticalAlign':_0x738ff5[_0xbf3998(0x4ce)]}},_0x3a3529=_0x21dbb8[_0xbf3998(0x301)]?{..._0x21dbb8['body'],'paragraphs':_0x738ff5[_0xbf3998(0x169)]===void 0x0?_0x21dbb8['body'][_0xbf3998(0x240)]:(_0x55c5b5=_0x21dbb8[_0xbf3998(0x301)][_0xbf3998(0x240)])==null?void 0x0:_0x55c5b5[_0xbf3998(0x51d)](_0x4ff8ab=>({..._0x4ff8ab,'paragraphStyle':{..._0x4ff8ab[_0xbf3998(0x916)],'horizontalAlign':_0x738ff5[_0xbf3998(0x169)]}}))}:_0x21dbb8[_0xbf3998(0x301)],_0x4c598c=Ho({..._0x21dbb8,'body':_0x3a3529,'documentStyle':{..._0x21dbb8[_0xbf3998(0x6cb)],'renderConfig':_0x4becd5}},{..._0x2074f1[_0xbf3998(0x218)],..._0x738ff5});_0x4daebe[_0xbf3998(0x97c)]+=0x1,_0x54fac4[_0xbf3998(0x5d7)](_0x4c598c,_0x54fac4[_0xbf3998(0x475)]());let _0x180b49=_0x25a2ea(_0x4c598c);_0x738ff5[_0xbf3998(0x169)]!==void 0x0&&(_0x5b41f8['current']['horizontalAlign']=_0x738ff5[_0xbf3998(0x169)]),_0x738ff5[_0xbf3998(0x4ce)]!==void 0x0&&(_0x5b41f8[_0xbf3998(0x97c)][_0xbf3998(0x4ce)]=_0x738ff5[_0xbf3998(0x4ce)]),_0x4db803[_0xbf3998(0x97c)]=_0x180b49,_0x4df9ad[_0xbf3998(0x5d7)](_0x180b49),requestAnimationFrame(()=>_0x3a5b8c[_0xbf3998(0x97c)](_0x180b49)),requestAnimationFrame(()=>_0x54fac4[_0xbf3998(0x695)]());},[_0x54fac4,_0x4df9ad,_0x2074f1[_0x48c4a9(0x218)],_0x25a2ea]);_0x1a9735(()=>{const _0x2b8edc=_0x48c4a9;var _0x70a835,_0x178e07,_0x1f30c7;if(!_0x54fac4)return;_0x5b29ff[_0x2b8edc(0xa44)](!0x0),_0x3a5b8c['current'](),_0x5b29ff['focus'](_0xe2a4b5),(_0x70a835=_0x416dd0[_0x2b8edc(0x400)](_0xe2a4b5))==null||(_0x70a835=_0x70a835[_0x2b8edc(0x3d3)](_0x1802b5))==null||_0x70a835[_0x2b8edc(0x695)]();let _0xb2577b=((_0x178e07=(_0x1f30c7=_0x54fac4[_0x2b8edc(0x774)]()[_0x2b8edc(0x301)])==null?void 0x0:_0x1f30c7[_0x2b8edc(0x37b)]['length'])==null?0x2:_0x178e07)-0x2;_0x54fac4['setSelectionRanges']([{'startOffset':_0xb2577b,'endOffset':_0xb2577b}],!0x1);let _0x55adb0=window['setTimeout'](()=>{_0x3a5b8c['current']();},0x19);return()=>{const _0xe18d1=_0x2b8edc;var _0x40f4b6;window['clearTimeout'](_0x55adb0),_0x95f984[_0xe18d1(0x97c)]&&(cancelAnimationFrame(_0x95f984[_0xe18d1(0x97c)]),_0x95f984[_0xe18d1(0x97c)]=0x0),(_0x40f4b6=_0x416dd0[_0xe18d1(0x400)](_0xe2a4b5))==null||(_0x40f4b6=_0x40f4b6[_0xe18d1(0x3d3)](_0x1802b5))==null||_0x40f4b6[_0xe18d1(0x49c)](),_0x5b29ff[_0xe18d1(0xa44)](!0x0);};},[_0x54fac4,_0x5b29ff,_0xe2a4b5,_0x416dd0]),_0x5747a5(()=>{const _0x3e081c=_0x48c4a9;if(!_0x54fac4)return;let _0x51755d=requestAnimationFrame(()=>_0x3a5b8c[_0x3e081c(0x97c)]());return()=>cancelAnimationFrame(_0x51755d);},[_0x54fac4,_0x2074f1[_0x48c4a9(0x218)]]);let _0x193967=_0x3f1518(()=>{const _0x57b25e=_0x48c4a9;var _0x292a76;(_0x292a76=_0x2be06c['current'])==null||_0x292a76[_0x57b25e(0x739)](_0x2be06c),_0x2be06c[_0x57b25e(0x97c)]=null,_0x128bdf[_0x57b25e(0x97c)]=!0x1;},[]),_0xebed1a=_0x3f1518(()=>{const _0x33347c=_0x48c4a9;var _0x1b8389;if(!_0x1d474e||(_0x128bdf['current']=!0x0,(_0x1b8389=_0x2be06c[_0x33347c(0x97c)])==null||_0x1b8389[_0x33347c(0x739)](_0x2be06c),!_0x2074f1[_0x33347c(0x305)]))return;let _0x3b421d=_0x5c4554=>{const _0x3b9964=_0x33347c;var _0x5d48c6;if(_0x128bdf['current']){if((_0x5c4554[_0x3b9964(0x356)]&0x1)!=0x1){var _0x1e6271;(_0x1e6271=_0x2074f1[_0x3b9964(0x79b)])==null||_0x1e6271[_0x3b9964(0x739)](_0x2074f1,_0x2074f1['context']),_0x193967();return;}(_0x5d48c6=_0x2074f1[_0x3b9964(0x305)])==null||_0x5d48c6[_0x3b9964(0x739)](_0x2074f1,{'buttons':_0x5c4554[_0x3b9964(0x356)],'clientX':_0x5c4554[_0x3b9964(0x65e)],'clientY':_0x5c4554[_0x3b9964(0x8b4)],'stopTextSelectionDrag':_0x28706d},_0x2074f1[_0x3b9964(0x3fa)]);}},_0x170e67=_0x134bd5=>{_0x3b421d(_0x134bd5);},_0x44370a=()=>{const _0x56d05d=_0x33347c;var _0x3659cd;_0x128bdf[_0x56d05d(0x97c)]&&((_0x3659cd=_0x2074f1[_0x56d05d(0x79b)])==null||_0x3659cd[_0x56d05d(0x739)](_0x2074f1,_0x2074f1[_0x56d05d(0x3fa)]),_0x193967());},_0xd8848d=_0x484672=>{_0x3b421d(_0x484672);},_0x470c91=()=>{_0x44370a();};window[_0x33347c(0x87e)](_0x33347c(0x6e0),_0x170e67,!0x0),window[_0x33347c(0x87e)](_0x33347c(0x4cf),_0x44370a,!0x0),window['addEventListener'](_0x33347c(0x6a0),_0xd8848d,!0x0),window[_0x33347c(0x87e)](_0x33347c(0xa49),_0x470c91,!0x0),_0x2be06c[_0x33347c(0x97c)]=()=>{const _0x524a22=_0x33347c;window[_0x524a22(0xa94)]('pointermove',_0x170e67,!0x0),window[_0x524a22(0xa94)](_0x524a22(0x4cf),_0x44370a,!0x0),window[_0x524a22(0xa94)]('mousemove',_0xd8848d,!0x0),window[_0x524a22(0xa94)](_0x524a22(0xa49),_0x470c91,!0x0);};},[_0x1d474e,_0x2074f1[_0x48c4a9(0x3fa)],_0x2074f1['onPointerMove'],_0x2074f1[_0x48c4a9(0x79b)],_0x193967,_0x28706d]);_0x5747a5(()=>_0x193967,[_0x193967]);let _0x16b387=_0x3f1518(_0xafa9fb=>{const _0x3aebe0=_0x48c4a9;!_0x1d474e||!_0x2074f1['onKeyDown']||_0xafa9fb[_0x3aebe0(0x355)]===_0x3aebe0(0x181)&&!_0xafa9fb[_0x3aebe0(0x832)]&&!_0xafa9fb[_0x3aebe0(0x406)]&&!_0xafa9fb[_0x3aebe0(0x412)]&&!_0xafa9fb['metaKey']||_0x2074f1['onKeyDown']({'key':_0xafa9fb[_0x3aebe0(0x355)],'shiftKey':_0xafa9fb[_0x3aebe0(0x832)],'altKey':_0xafa9fb[_0x3aebe0(0x406)],'ctrlKey':_0xafa9fb[_0x3aebe0(0x412)],'metaKey':_0xafa9fb[_0x3aebe0(0x634)],'preventDefault':()=>_0xafa9fb[_0x3aebe0(0x50d)](),'stopPropagation':()=>_0xafa9fb['stopPropagation']()},_0x2074f1[_0x3aebe0(0x3fa)])&&(_0xafa9fb[_0x3aebe0(0x50d)](),_0xafa9fb[_0x3aebe0(0x95f)]());},[_0x1d474e,_0x2074f1]),_0x2edf59=_0x3f1518((_0x53a56f,_0x36d130=!0x1)=>!_0x1d474e||!_0x2074f1[_0x48c4a9(0x50b)]||_0x53a56f===_0x48c4a9(0x181)&&!_0x36d130?!0x1:!!_0x2074f1['onKeyDown']({'key':_0x53a56f,'shiftKey':_0x36d130,'preventDefault':()=>{},'stopPropagation':()=>{}},_0x2074f1[_0x48c4a9(0x3fa)]),[_0x1d474e,_0x2074f1]);_0x24330f(!!(_0x1d474e&&_0x5c5b87&&_0x2074f1['onKeyDown']),{'keyCodes':[{'keyCode':_0x8b18a6[_0x48c4a9(0x27d)]},{'keyCode':_0x8b18a6[_0x48c4a9(0x27d)],'metaKey':_0x549573[_0x48c4a9(0x64f)]}],'handler':(_0x4bee1a,_0x31c8a3)=>{const _0x1ed5dd=_0x48c4a9;_0x4bee1a===_0x8b18a6[_0x1ed5dd(0x27d)]&&_0x2edf59(_0x1ed5dd(0x176),_0x31c8a3===_0x549573['SHIFT']);}},_0x54fac4),_0x24330f(_0x5c5b87,{'keyCodes':[{'keyCode':_0x8b18a6['ENTER']},{'keyCode':_0x8b18a6['BACKSPACE']},{'keyCode':_0x8b18a6[_0x48c4a9(0x4de)]},{'keyCode':_0x8b18a6['A'],'metaKey':_0x549573[_0x48c4a9(0x25e)]},{'keyCode':_0x8b18a6['B'],'metaKey':_0x549573[_0x48c4a9(0x25e)]},{'keyCode':_0x8b18a6['I'],'metaKey':_0x549573[_0x48c4a9(0x25e)]},{'keyCode':_0x8b18a6['U'],'metaKey':_0x549573[_0x48c4a9(0x25e)]},{'keyCode':_0x8b18a6['X'],'metaKey':_0x549573[_0x48c4a9(0x25e)]|_0x549573['SHIFT']}],'handler':(_0x5e8e77,_0x37a758)=>{const _0x53acec=_0x48c4a9;_0x5b29ff[_0x53acec(0x695)](_0xe2a4b5);let _0x2caefe=_0x37a758==null?0x0:_0x37a758;if(_0x2caefe===_0x549573[_0x53acec(0x25e)]){if(_0x5e8e77===_0x8b18a6['A']){_0x505348[_0x53acec(0x6bc)](_0x42cb95['id']);return;}if(_0x5e8e77===_0x8b18a6['B']){_0x505348['executeCommand'](_0x5a77e7['id']);return;}if(_0x5e8e77===_0x8b18a6['I']){_0x505348['executeCommand'](_0x21ce4b['id']);return;}if(_0x5e8e77===_0x8b18a6['U']){_0x505348[_0x53acec(0x6bc)](_0x4aa9b9['id']);return;}}if(_0x2caefe===(_0x549573[_0x53acec(0x25e)]|_0x549573[_0x53acec(0x64f)])&&_0x5e8e77===_0x8b18a6['X']){_0x505348['executeCommand'](_0x1537a5['id']);return;}if(_0x5e8e77===_0x8b18a6[_0x53acec(0x173)]){_0x2074f1['isSingle']||_0x505348['executeCommand'](_0x3678e0['id']);return;}if(_0x5e8e77===_0x8b18a6[_0x53acec(0x80b)]){_0x505348[_0x53acec(0x6bc)](_0x16aace['id']);return;}_0x5e8e77===_0x8b18a6['DELETE']&&_0x505348[_0x53acec(0x6bc)](_0x1e69e2['id']);}},_0x54fac4),_0x24330f(_0x5c5b87,{'keyCodes':[{'keyCode':_0x8b18a6[_0x48c4a9(0x6e7)]},{'keyCode':_0x8b18a6['ENTER'],'metaKey':_0x549573['CTRL_COMMAND']},{'keyCode':_0x8b18a6[_0x48c4a9(0x173)],'metaKey':_0x549573[_0x48c4a9(0x4ff)]}],'handler':()=>{const _0x2f0219=_0x48c4a9;var _0x59f057;let {horizontalAlign:_0x5f1c91,verticalAlign:_0x58a0a6}=_0x5b41f8['current'],_0x618474=_0x5f1c91!==void 0x0||_0x58a0a6!==void 0x0?{..._0x4db803['current'],'documentStyle':{..._0x4db803[_0x2f0219(0x97c)]['documentStyle'],'renderConfig':{...(_0x59f057=_0x4db803[_0x2f0219(0x97c)][_0x2f0219(0x6cb)])==null?void 0x0:_0x59f057[_0x2f0219(0x9d7)],..._0x5f1c91===void 0x0?{}:{'horizontalAlign':_0x5f1c91},..._0x58a0a6===void 0x0?{}:{'verticalAlign':_0x58a0a6}}}}:_0x4db803[_0x2f0219(0x97c)];_0x4df9ad[_0x2f0219(0x7ae)](_0x618474,_0x429974[_0x2f0219(0x97c)],_0x2074f1[_0x2f0219(0x70e)]);}},_0x54fac4),_0x193b76(_0x5c5b87,!0x1,_0x54fac4),_0x4f34d3(_0x54fac4,_0x2c3a8e=>{const _0xcb27c1=_0x48c4a9;let _0x5d1e31=_0x25a2ea(_0x2c3a8e);_0x4db803['current']=_0x5d1e31,_0x4daebe[_0xcb27c1(0x97c)]+=0x1,_0x4df9ad[_0xcb27c1(0x5d7)](_0x5d1e31),requestAnimationFrame(()=>_0x3a5b8c[_0xcb27c1(0x97c)](_0x5d1e31));}),_0x5747a5(()=>{const _0x242394=_0x48c4a9;if(!_0x54fac4)return;if(_0x32c5fc[_0x242394(0x97c)]){_0x32c5fc['current']=!0x1;return;}if(_0x4daebe[_0x242394(0x97c)]>0x0){--_0x4daebe[_0x242394(0x97c)];return;}let _0x4a7ece=Ho(_0x2074f1[_0x242394(0x6ac)],_0x2074f1[_0x242394(0x218)]);_0x54fac4[_0x242394(0x5d7)](_0x4a7ece,_0x54fac4[_0x242394(0x475)]()),_0x4db803[_0x242394(0x97c)]=_0x25a2ea(_0x4a7ece);let _0x2a8fc3=requestAnimationFrame(()=>_0x3a5b8c[_0x242394(0x97c)]());return()=>cancelAnimationFrame(_0x2a8fc3);},[_0x54fac4,_0x2074f1['documentData'],_0x25a2ea]),_0x5747a5(()=>{const _0x3f5c6d=_0x48c4a9;let _0x44d695=_0x5b32a4=>{const _0x2927da=_0x3035;var _0x3ba366,_0x11a717;let _0x377e1b=_0x5b32a4['target'],_0x23217c=_0x377e1b instanceof Element?_0x377e1b[_0x2927da(0x803)]('[data-u-comp=\x22editor-ui-floating-toolbar-popup\x22]'):null;if(!_0x377e1b||(_0x3ba366=_0x1a6747['current'])!=null&&_0x3ba366['contains'](_0x377e1b)||_0x23217c)return;let {horizontalAlign:_0x45a72a,verticalAlign:_0x55b02b}=_0x5b41f8['current'],_0x4c3ed2=_0x45a72a!==void 0x0||_0x55b02b!==void 0x0?{..._0x4db803['current'],'documentStyle':{..._0x4db803[_0x2927da(0x97c)][_0x2927da(0x6cb)],'renderConfig':{...(_0x11a717=_0x4db803['current'][_0x2927da(0x6cb)])==null?void 0x0:_0x11a717[_0x2927da(0x9d7)],..._0x45a72a===void 0x0?{}:{'horizontalAlign':_0x45a72a},..._0x55b02b===void 0x0?{}:{'verticalAlign':_0x55b02b}}}}:_0x4db803[_0x2927da(0x97c)];_0x4df9ad[_0x2927da(0x7ae)](_0x4c3ed2,_0x429974[_0x2927da(0x97c)],_0x2074f1[_0x2927da(0x70e)]);},_0x59bca0=window[_0x3f5c6d(0xab6)](()=>{document['addEventListener']('click',_0x44d695);},0x64);return()=>{const _0x25990d=_0x3f5c6d;window['clearTimeout'](_0x59bca0),document['removeEventListener'](_0x25990d(0x349),_0x44d695);};},[_0x4df9ad]);let _0x2669bb=_0x47e782(()=>{const _0x26521a=_0x48c4a9;let {transform:_0xa4d415={}}=_0x2074f1['layout'],_0x19f020=Op(_0x2074f1['layout'],_0x3fcdaa[_0x26521a(0x184)]),_0xc291c7=_0xa4d415[_0x26521a(0x2e3)]?-0x1:Mp['scaleX'],_0xf5b256=_0xa4d415[_0x26521a(0x8dd)]?-0x1:Mp[_0x26521a(0x2e8)];return{'position':'absolute','zIndex':0x3e8,'left':_0x19f020['left'],'top':_0x19f020['top'],'width':_0x19f020['width'],'height':_0x19f020['height'],'overflow':_0x26521a(0x617),'transform':_0x26521a(0xa4f)+_0xc291c7+',\x20'+_0xf5b256+')','transformOrigin':_0x26521a(0x193),'pointerEvents':'auto'};},[_0x3fcdaa[_0x48c4a9(0x184)],_0x2074f1[_0x48c4a9(0x218)]]),_0x51833d=_0x3f1518(_0x280374=>{const _0x282520=_0x48c4a9;var _0x3751de;if(!_0x1d474e||_0x280374[_0x282520(0x335)]!==0x0)return!0x1;let _0x8632f0=_0x280374[_0x282520(0x5e7)];if(_0x8632f0 instanceof Element&&(_0x8632f0[_0x282520(0x803)](_0x282520(0xaa2))||_0x8632f0[_0x282520(0x803)]('[data-u-comp=\x22editor-ui-floating-toolbar-popup\x22]')))return!0x0;let _0x2920e8=Op(_0x2074f1[_0x282520(0x218)]);return _0x280374['clientX']>=_0x2920e8['left']&&_0x280374[_0x282520(0x65e)]<=_0x2920e8[_0x282520(0x88e)]+_0x2920e8[_0x282520(0xa28)]&&_0x280374[_0x282520(0x8b4)]>=_0x2920e8['top']&&_0x280374[_0x282520(0x8b4)]<=_0x2920e8['top']+_0x2920e8[_0x282520(0x47c)]||!((_0x3751de=_0x2074f1[_0x282520(0x9f3)])!=null&&_0x3751de[_0x282520(0x739)](_0x2074f1,{'buttons':0x1,'clientX':_0x280374['clientX'],'clientY':_0x280374['clientY'],'stopTextSelectionDrag':_0x28706d},_0x2074f1[_0x282520(0x3fa)]))?!0x1:(_0x280374[_0x282520(0x50d)](),_0x280374['stopPropagation'](),_0x193967(),!0x0);},[_0x1d474e,_0x2074f1[_0x48c4a9(0x3fa)],_0x2074f1[_0x48c4a9(0x218)],_0x2074f1[_0x48c4a9(0x9f3)],_0x193967,_0x28706d]),_0x1b7685=_0x47e782(()=>({'height':_0x3fcdaa[_0x48c4a9(0x184)]*_0x455789[_0x48c4a9(0x2e8)],'marginTop':0x0,'backgroundColor':_0x1d474e?_0x48c4a9(0x743):void 0x0,'border':_0x1d474e?'0':void 0x0,'boxShadow':_0x1d474e?_0x48c4a9(0x4bc):void 0x0,'outline':_0x1d474e?'0':void 0x0,'overflow':_0x1d474e?'hidden':void 0x0}),[_0x1d474e,_0x455789[_0x48c4a9(0x2e8)],_0x3fcdaa[_0x48c4a9(0x184)]]);return _0x3e215d(_0x48c4a9(0xaa0),{'ref':_0x1a6747,'data-u-comp':_0x48c4a9(0x74c),'className':_0x48c4a9(0x330),'onPointerDownCapture':_0x4557ca=>{const _0x1e3a68=_0x48c4a9;_0x51833d(_0x4557ca)||_0x1d474e&&_0x4557ca[_0x1e3a68(0x335)]===0x0&&_0xebed1a();},'onMouseDownCapture':_0xffe39f=>{_0x51833d(_0xffe39f)||_0x1d474e&&_0xffe39f['button']===0x0&&_0xebed1a();},'onKeyDownCapture':_0x16b387,'style':_0x2669bb,'children':[_0x25ae43&&_0x36d3a0(Lp,{'editor':_0x54fac4,'session':_0x2074f1,'syncLayout':_0x2f331c,'applyDocumentAlignment':_0xf826b1}),_0x36d3a0(_0x48c4a9(0xaa0),{'ref':_0x5a136a,'className':_0x48c4a9(0xa1f),'data-editorid':_0xe2a4b5,'data-editor-ui-appearance':(_0x8ae46b=_0x2074f1[_0x48c4a9(0x597)])==null?_0x48c4a9(0x629):_0x8ae46b,'onMouseUp':()=>_0x54fac4==null?void 0x0:_0x54fac4[_0x48c4a9(0x695)](),'style':_0x1b7685})]});}function Lp(_0xeeeac5){const _0x159493=_0x2d3867;var _0x32ddf1,_0x394f8c,_0x868a1b,_0xdd169a,_0x146177,_0x852439;let {applyDocumentAlignment:_0x427309,editor:_0x1cbe78,session:_0x9ed992,syncLayout:_0x549b0d}=_0xeeeac5,_0x597b0a=_0xcc135f(_0x2402a1),_0x461bb3=_0xcc135f(_0x278fa9),_0x2dc86d=_0xcc135f(_0x317a11),_0x1d7416=_0xcc135f(_0x4a2941),[_0x2c07a0,_0x3e688c]=_0x23af5c(!0x1),[_0x99a0cf,_0x617637]=_0x23af5c(!0x1),_0x35c991=(_0x32ddf1=Bp(_0x9ed992[_0x159493(0x6ac)]))==null?_0x3bd9a8['ff']:_0x32ddf1,_0x4006ec=(_0x394f8c=zp(_0x9ed992[_0x159493(0x6ac)]))==null?0x1c:_0x394f8c,_0xfe4ca3=(_0x868a1b=Vp(_0x9ed992[_0x159493(0x6ac)]))==null?Do:_0x868a1b,_0x10a456=Rp(_0x9ed992['documentData'],_0x9ed992[_0x159493(0x218)]['horizontalAlign']),_0x28592a=(_0xdd169a=(_0x146177=_0x9ed992[_0x159493(0x218)][_0x159493(0x4ce)])==null?(_0x852439=_0x9ed992[_0x159493(0x6ac)]['documentStyle'])==null||(_0x852439=_0x852439[_0x159493(0x9d7)])==null?void 0x0:_0x852439['verticalAlign']:_0x146177)==null?_0x30ccc5['TOP']:_0xdd169a,_0x5ea0ea=Op(_0x9ed992[_0x159493(0x218)])[_0x159493(0x88e)],_0x1b1016=_0x9ed992[_0x159493(0x218)][_0x159493(0x762)][_0x159493(0x19e)]<0x48?{'top':'calc(100%\x20+\x2010px)'}:{'bottom':_0x159493(0x70d)},_0xe75fe4=_0x3f1518(()=>{const _0x4bd98b=_0x159493;var _0x6b7d47;_0x461bb3[_0x4bd98b(0x695)](_0x9ed992[_0x4bd98b(0x4d6)]),(_0x6b7d47=_0x2dc86d[_0x4bd98b(0x400)](_0x9ed992[_0x4bd98b(0x4d6)]))==null||(_0x6b7d47=_0x6b7d47['with'](_0x1802b5))==null||_0x6b7d47[_0x4bd98b(0x695)]();},[_0x461bb3,_0x2dc86d,_0x9ed992[_0x159493(0x4d6)]]),_0x5f185a=_0x3f1518(()=>{const _0x6592a4=_0x159493;window['requestAnimationFrame'](_0x549b0d),window['requestAnimationFrame'](()=>_0x1cbe78==null?void 0x0:_0x1cbe78[_0x6592a4(0x695)]());},[_0x1cbe78,_0x549b0d]),_0x39d22e=_0x3f1518((_0x2e5e74,_0x57d2a2)=>{_0xe75fe4(),_0x597b0a['executeCommand'](_0x2e5e74,_0x57d2a2),_0x5f185a();},[_0x597b0a,_0xe75fe4,_0x5f185a]),_0x323a23=_0x3f1518((_0x2da28e,_0x27e240)=>{_0x39d22e(_0x2da28e,_0x27e240===void 0x0?void 0x0:{'value':_0x27e240});},[_0x39d22e]),_0x515e55=_0x5a58dc=>{const _0x223832=_0x159493;_0x5a58dc[_0x223832(0x50d)]();},_0xe40685={..._0x1b1016,'boxSizing':_0x159493(0x9f6),'maxWidth':_0x159493(0x9a3),'transform':_0x159493(0xa14)+(0x10-_0x5ea0ea)+_0x159493(0x28c)+_0x5ea0ea+'px\x20-\x20100%)))','background':Co,'border':_0x159493(0x979)+wo,'borderRadius':0x8,'boxShadow':To},_0x39b7c4=[{'label':_0x1d7416['t'](_0x159493(0x9c3)),'value':_0x1f7d85[_0x159493(0x8b7)],'icon':_0x36d3a0(_0xbca59,{}),'onSelect':()=>_0x427309({'horizontalAlign':_0x1f7d85['LEFT']})},{'label':_0x1d7416['t'](_0x159493(0x49f)),'value':_0x1f7d85[_0x159493(0x74a)],'icon':_0x36d3a0(_0x13e514,{}),'onSelect':()=>_0x427309({'horizontalAlign':_0x1f7d85['CENTER']})},{'label':_0x1d7416['t']('slides-ui.editorToolbar.alignRight'),'value':_0x1f7d85[_0x159493(0x365)],'icon':_0x36d3a0(_0x4debac,{}),'onSelect':()=>_0x427309({'horizontalAlign':_0x1f7d85[_0x159493(0x365)]})},{'label':_0x1d7416['t']('slides-ui.editorToolbar.alignJustify'),'value':_0x1f7d85['JUSTIFIED'],'icon':_0x36d3a0(_0x2c5ddb,{}),'onSelect':()=>_0x427309({'horizontalAlign':_0x1f7d85[_0x159493(0x5e4)]})}],_0x165b44=[{'label':_0x1d7416['t']('slides-ui.editorToolbar.alignTop'),'value':_0x30ccc5[_0x159493(0x50c)],'icon':_0x36d3a0(_0x39d886,{}),'onSelect':()=>_0x427309({'verticalAlign':_0x30ccc5[_0x159493(0x50c)]})},{'label':_0x1d7416['t'](_0x159493(0x361)),'value':_0x30ccc5['MIDDLE'],'icon':_0x36d3a0(_0x51edb8,{}),'onSelect':()=>_0x427309({'verticalAlign':_0x30ccc5[_0x159493(0x56e)]})},{'label':_0x1d7416['t'](_0x159493(0x19a)),'value':_0x30ccc5[_0x159493(0x407)],'icon':_0x36d3a0(_0x576a7c,{}),'onSelect':()=>_0x427309({'verticalAlign':_0x30ccc5[_0x159493(0x407)]})}];return _0x3e215d('div',{'className':'univer-absolute\x20univer-left-0\x20univer-z-[1001]\x20univer-flex\x20univer-w-max\x20univer-flex-wrap\x20univer-items-center\x20univer-gap-0.5\x20univer-p-1','style':_0xe40685,'data-u-comp':'editor-ui-floating-toolbar','children':[_0x36d3a0(_0x2e3cd6,{'title':_0x1d7416['t']('slides-ui.editorToolbar.paragraphType'),'popupDataComponent':_0x159493(0xaf0),'buttonClassName':_0x159493(0x1b0),'onBeforeCommand':_0xe75fe4,'onAfterCommand':_0x5f185a,'onMouseDown':_0x515e55}),_0x36d3a0(_0x5b20e9,{'orientation':_0x159493(0xaaf)}),_0x36d3a0(_0x2852c2,{'ariaLabel':_0x1d7416['t']('slides-ui.editorToolbar.fontFamily'),'className':_0x159493(0x4e8),'inputClassName':'univer-w-auto','popupDataComponent':'editor-ui-floating-toolbar-popup','title':_0x1d7416['t']('slides-ui.editorToolbar.fontFamily'),'value':_0x35c991,'onChange':_0x42c9cd=>_0x323a23(_0x349058['id'],_0x42c9cd),'onMouseDown':_0x515e55}),_0x3e215d('div',{'className':_0x159493(0x395),'children':[_0x3e215d('button',{'aria-expanded':_0x2c07a0,'aria-label':_0x1d7416['t'](_0x159493(0xa4c)),'className':_0x159493(0x727),'title':_0x1d7416['t'](_0x159493(0xa4c)),'type':_0x159493(0x335),'onClick':()=>_0x3e688c(_0x33e625=>!_0x33e625),'onMouseDown':_0x515e55,'children':[_0x36d3a0(_0x159493(0x66b),{'children':_0x4006ec}),_0x36d3a0(_0x3924ce,{'className':_0x159493(0x344)})]}),_0x2c07a0&&_0x36d3a0(_0x159493(0xaa0),{'className':_0x159493(0x922),'style':{'boxShadow':_0x159493(0x4e9)},'children':Np['map'](_0x1955f8=>_0x36d3a0(_0x159493(0x335),{'className':_0x5b6657(_0x159493(0x580),_0x1955f8===_0x4006ec&&'univer-bg-slate-100\x20univer-font-semibold'),'type':_0x159493(0x335),'onClick':()=>{_0x323a23(_0x7e8730['id'],_0x1955f8),_0x3e688c(!0x1);},'onMouseDown':_0x515e55,'children':_0x1955f8},_0x1955f8))})]}),_0x36d3a0(_0x5b20e9,{'orientation':'vertical'}),_0x36d3a0(_0x54698d,{'overlay':_0x36d3a0(_0x159493(0xaa0),{'className':_0x159493(0x8c8),'data-u-comp':_0x159493(0xaf0),'children':_0x36d3a0(_0x5022ee,{'value':_0xfe4ca3,'onChange':_0x3303f6=>{_0x617637(!0x1),_0x323a23(_0x176459['id'],_0x3303f6);}})}),'open':_0x99a0cf,'onOpenChange':_0x617637,'children':_0x3e215d(_0x159493(0x335),{'aria-expanded':_0x99a0cf,'aria-label':_0x1d7416['t'](_0x159493(0x2ef)),'className':_0x159493(0x6c4),'title':_0x1d7416['t'](_0x159493(0x2ef)),'type':_0x159493(0x335),'onMouseDown':_0x515e55,'children':[_0x36d3a0(_0x4baba3,{'className':_0x159493(0x999),'extend':{'colorChannel1':_0xfe4ca3}}),_0x36d3a0(_0x3924ce,{'className':_0x159493(0x894)})]})}),_0x36d3a0(_0x5b20e9,{'orientation':'vertical'}),_0x36d3a0(Hp,{'labelKey':_0x159493(0x853),'onMouseDown':_0x515e55,'onClick':()=>_0x323a23(_0x5a77e7['id']),'children':_0x36d3a0(_0x53d4bf,{})}),_0x36d3a0(Hp,{'labelKey':_0x159493(0x2e7),'onMouseDown':_0x515e55,'onClick':()=>_0x323a23(_0x21ce4b['id']),'children':_0x36d3a0(_0xe2989a,{})}),_0x36d3a0(Hp,{'labelKey':_0x159493(0x823),'onMouseDown':_0x515e55,'onClick':()=>_0x323a23(_0x4aa9b9['id']),'children':_0x36d3a0(_0x30fcb6,{})}),_0x36d3a0(Hp,{'labelKey':_0x159493(0xacb),'onMouseDown':_0x515e55,'onClick':()=>_0x323a23(_0x1537a5['id']),'children':_0x36d3a0(_0x21f573,{})}),!_0x9ed992['hideFloatingToolbarAlignment']&&_0x3e215d(_0x30c11d,{'children':[_0x36d3a0(_0x5b20e9,{'orientation':_0x159493(0xaaf)}),_0x36d3a0(Up,{'labelKey':_0x159493(0x1ef),'value':_0x10a456,'options':_0x39b7c4,'onMouseDown':_0x515e55}),_0x36d3a0(Up,{'labelKey':_0x159493(0x840),'value':_0x28592a,'options':_0x165b44,'onMouseDown':_0x515e55})]})]});}function Rp(_0x37c96e,_0x18f373){const _0x24cbed=_0x2d3867;var _0x7d1a83,_0x2f5c94,_0x5065b1;let _0x1fb3b9=(_0x7d1a83=_0x37c96e[_0x24cbed(0x6cb)])==null||(_0x7d1a83=_0x7d1a83[_0x24cbed(0x9d7)])==null?void 0x0:_0x7d1a83[_0x24cbed(0x169)];if(_0x1fb3b9!==void 0x0)return _0x1fb3b9;let _0x532c21=(_0x2f5c94=_0x37c96e[_0x24cbed(0x301)])==null||(_0x2f5c94=_0x2f5c94[_0x24cbed(0x240)])==null||(_0x2f5c94=_0x2f5c94['find'](_0xd1b905=>{const _0x176c13=_0x24cbed;var _0x4d209e;return((_0x4d209e=_0xd1b905['paragraphStyle'])==null?void 0x0:_0x4d209e[_0x176c13(0x169)])!==void 0x0;}))==null||(_0x2f5c94=_0x2f5c94[_0x24cbed(0x916)])==null?void 0x0:_0x2f5c94[_0x24cbed(0x169)];return(_0x5065b1=_0x532c21==null?_0x18f373:_0x532c21)==null?_0x1f7d85[_0x24cbed(0x8b7)]:_0x5065b1;}function zp(_0x17166d){const _0xb2c55f=_0x2d3867;var _0x5900c3,_0x39e00c;let _0x317e57=(_0x5900c3=_0x17166d['documentStyle'])==null||(_0x5900c3=_0x5900c3[_0xb2c55f(0x785)])==null?void 0x0:_0x5900c3['fs'];if(typeof _0x317e57=='number'&&Number[_0xb2c55f(0x6ab)](_0x317e57))return _0x317e57;let _0x55af86=(_0x39e00c=_0x17166d[_0xb2c55f(0x301)])==null||(_0x39e00c=_0x39e00c[_0xb2c55f(0xa23)])==null||(_0x39e00c=_0x39e00c[_0xb2c55f(0x43b)](_0x20eb15=>{const _0x6fda5b=_0xb2c55f;var _0x504ad;return typeof((_0x504ad=_0x20eb15['ts'])==null?void 0x0:_0x504ad['fs'])==_0x6fda5b(0x684);}))==null||(_0x39e00c=_0x39e00c['ts'])==null?void 0x0:_0x39e00c['fs'];return typeof _0x55af86=='number'&&Number['isFinite'](_0x55af86)?_0x55af86:null;}function Bp(_0x513445){const _0x48cf70=_0x2d3867;var _0x20f04c,_0x5b0319;let _0x24ca09=(_0x20f04c=_0x513445[_0x48cf70(0x6cb)])==null||(_0x20f04c=_0x20f04c['textStyle'])==null?void 0x0:_0x20f04c['ff'];if(typeof _0x24ca09==_0x48cf70(0x242)&&_0x24ca09)return _0x24ca09;let _0x5f12f1=(_0x5b0319=_0x513445[_0x48cf70(0x301)])==null||(_0x5b0319=_0x5b0319[_0x48cf70(0xa23)])==null||(_0x5b0319=_0x5b0319['find'](_0x3de856=>{const _0x3884e5=_0x48cf70;var _0xc8b850;let _0x3a5ec3=(_0xc8b850=_0x3de856['ts'])==null?void 0x0:_0xc8b850['ff'];return typeof _0x3a5ec3==_0x3884e5(0x242)&&_0x3a5ec3[_0x3884e5(0xa73)]>0x0;}))==null||(_0x5b0319=_0x5b0319['ts'])==null?void 0x0:_0x5b0319['ff'];return typeof _0x5f12f1==_0x48cf70(0x242)&&_0x5f12f1?_0x5f12f1:null;}function Vp(_0x1517d5){const _0x2ae69b=_0x2d3867;var _0x55a782,_0x55c440;let _0x4189b3=(_0x55a782=_0x1517d5[_0x2ae69b(0x6cb)])==null||(_0x55a782=_0x55a782[_0x2ae69b(0x785)])==null||(_0x55a782=_0x55a782['cl'])==null?void 0x0:_0x55a782[_0x2ae69b(0x4cb)];if(typeof _0x4189b3==_0x2ae69b(0x242)&&_0x4189b3)return _0x4189b3;let _0x41e858=(_0x55c440=_0x1517d5[_0x2ae69b(0x301)])==null||(_0x55c440=_0x55c440['textRuns'])==null||(_0x55c440=_0x55c440[_0x2ae69b(0x43b)](_0x845a3b=>{const _0x50cb1e=_0x2ae69b;var _0x5c14bd;let _0x2aa961=(_0x5c14bd=_0x845a3b['ts'])==null||(_0x5c14bd=_0x5c14bd['cl'])==null?void 0x0:_0x5c14bd[_0x50cb1e(0x4cb)];return typeof _0x2aa961==_0x50cb1e(0x242)&&_0x2aa961['length']>0x0;}))==null||(_0x55c440=_0x55c440['ts'])==null||(_0x55c440=_0x55c440['cl'])==null?void 0x0:_0x55c440[_0x2ae69b(0x4cb)];return typeof _0x41e858==_0x2ae69b(0x242)&&_0x41e858?_0x41e858:null;}function Hp(_0x20c196){const _0x4c104c=_0x2d3867;let {children:_0x37af76,labelKey:_0x1c6da0,onClick:_0x15c5e7,onMouseDown:_0x18e717}=_0x20c196,_0x54cc0a=_0xcc135f(_0x4a2941);return _0x36d3a0(_0x4c104c(0x335),{'aria-label':_0x54cc0a['t'](_0x1c6da0),'className':'univer-flex\x20univer-size-8\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-text-base\x20univer-text-slate-700\x20univer-transition-colors\x20hover:univer-bg-slate-100\x20hover:univer-text-primary-600\x20active:univer-bg-primary-50','title':_0x54cc0a['t'](_0x1c6da0),'type':_0x4c104c(0x335),'onClick':_0x15c5e7,'onMouseDown':_0x18e717,'children':_0x37af76});}function Up(_0x1f533d){const _0x50b792=_0x2d3867;var _0x424329;let {labelKey:_0x1eafc6,onMouseDown:_0x29bf59,options:_0x42f92,value:_0x6d6236}=_0x1f533d,_0x43412e=_0xcc135f(_0x4a2941),[_0x302b73,_0x309651]=_0x23af5c(!0x1),_0x3e0348=(_0x424329=_0x42f92[_0x50b792(0x43b)](_0x3259a0=>_0x3259a0[_0x50b792(0x47b)]===_0x6d6236))==null?_0x42f92[0x0]:_0x424329;return _0x36d3a0(_0x54698d,{'overlay':_0x36d3a0('div',{'className':_0x50b792(0x9cc),'data-u-comp':_0x50b792(0xaf0),'style':{'boxShadow':Eo},'children':_0x42f92['map'](_0x529e7e=>_0x3e215d(_0x50b792(0x335),{'className':_0x5b6657(_0x50b792(0x1c0),_0x529e7e[_0x50b792(0x47b)]===_0x6d6236&&'univer-bg-primary-50\x20univer-text-primary-600'),'type':_0x50b792(0x335),'onClick':()=>{const _0x7f8c0e=_0x50b792;_0x529e7e[_0x7f8c0e(0x26c)](),_0x309651(!0x1);},'onMouseDown':_0x29bf59,'children':[_0x36d3a0(_0x50b792(0x66b),{'className':_0x50b792(0x575),'children':_0x529e7e[_0x50b792(0x742)]}),_0x36d3a0(_0x50b792(0x66b),{'children':_0x529e7e[_0x50b792(0x214)]})]},String(_0x529e7e[_0x50b792(0x47b)])))}),'open':_0x302b73,'onOpenChange':_0x309651,'children':_0x3e215d(_0x50b792(0x335),{'aria-expanded':_0x302b73,'aria-label':_0x43412e['t'](_0x1eafc6),'className':_0x50b792(0xa48),'title':_0x43412e['t'](_0x1eafc6),'type':'button','onMouseDown':_0x29bf59,'children':[_0x36d3a0('span',{'className':_0x50b792(0x575),'children':_0x3e0348==null?void 0x0:_0x3e0348[_0x50b792(0x742)]}),_0x36d3a0(_0x3924ce,{'className':_0x50b792(0x4c7)})]})});}const Wp=_0xf03e15(()=>{let _0x210c6f=_0xcc135f(Sl),_0x531639=_0xcc135f(_0x3a5c48),_0x4a4252=_0xcc135f(_0x317a11),_0x5edb88=_0xcc135f(_0x534be5);return _0x36d3a0(_0x5417d9,{'adapter':_0x47e782(()=>({'getShapeModel':(_0x59ad82,_0x1294c1,_0x3ecc69)=>{const _0x39c607=_0x3035;var _0x3b3c56;let _0x2b0d21=_0x531639[_0x39c607(0x364)]({'unitId':_0x59ad82,'subUnitId':_0x1294c1,'drawingId':_0x3ecc69});return _0x2b0d21?Gp({'drawing':_0x2b0d21,'renderManagerService':_0x4a4252,'themeData':(_0x3b3c56=_0x5edb88[_0x39c607(0x681)](_0x59ad82,_0x50fd52['UNIVER_SLIDE']))==null?void 0x0:_0x3b3c56[_0x39c607(0xa04)](_0x1294c1)}):null;},'getShapeData':(_0x98cc3a,_0x2f9dbe,_0x19bde1)=>{const _0x532211=_0x3035;let _0x1e3a6c=_0x531639['getDrawingByParam']({'unitId':_0x98cc3a,'subUnitId':_0x2f9dbe,'drawingId':_0x19bde1});return(_0x1e3a6c==null?void 0x0:_0x1e3a6c[_0x532211(0x431)]['type'])===_0x440e4e[_0x532211(0x24b)]?_0x1e3a6c[_0x532211(0x431)][_0x532211(0x5a6)]:null;},'getDrawingTransform':(_0x41b510,_0x3625e9,_0x3ad0b3)=>{const _0x524d10=_0x3035;let _0x2c75c7=_0x531639[_0x524d10(0x364)]({'unitId':_0x41b510,'subUnitId':_0x3625e9,'drawingId':_0x3ad0b3});return _0x2c75c7==null?void 0x0:_0x2c75c7[_0x524d10(0x985)];},'updateShapeText':_0x4a47db=>{const _0x47d02c=_0x3035;_0x210c6f[_0x47d02c(0x2c4)](_0x4a47db);},'updateHostSize':_0x4ac590=>{const _0x415a5c=_0x3035;_0x210c6f[_0x415a5c(0x1d7)](_0x4ac590);},'allowHostSizeShrink':({unitId:_0x10ad15,subUnitId:_0x19dccc,shapeId:_0xf55544})=>{const _0x5bef5c=_0x3035;let _0x104caa=_0x531639[_0x5bef5c(0x364)]({'unitId':_0x10ad15,'subUnitId':_0x19dccc,'drawingId':_0xf55544});return _0x104caa?_0x104caa[_0x5bef5c(0x431)][_0x5bef5c(0x866)]===_0x440e4e['Text']?_0x3d576c(null,{'textLike':!0x0}):_0x104caa['element'][_0x5bef5c(0x866)]===_0x440e4e[_0x5bef5c(0x24b)]&&_0x3d576c(_0x104caa[_0x5bef5c(0x431)][_0x5bef5c(0x5a6)]):!0x1;}}),[_0x5edb88,_0x4a4252,_0x531639,_0x210c6f]),'editingService':_0x210c6f,'editorUnitId':rl,'positionOptions':_0x47e782(()=>({'viewportKeys':{'main':bu}}),[])});});function Gp(_0x5dd891){const _0x40a7ec=_0x2d3867;let {drawing:_0x112284,renderManagerService:_0x54d927,themeData:_0x3badd2}=_0x5dd891,_0x2e7766=_0x54d927[_0x40a7ec(0x400)](_0x112284['unitId']),_0x1adfa8=_0x2e7766==null?void 0x0:_0x2e7766[_0x40a7ec(0x711)][_0x40a7ec(0x22f)]($c(_0x112284[_0x40a7ec(0x340)],_0x112284[_0x40a7ec(0xaa1)],_0x112284[_0x40a7ec(0x31e)]));return{'getShapeTextData':()=>Yp(_0x112284,_0x3badd2),'getShapeTextRect':_0x3a5b0f=>_0x1adfa8 instanceof Ls?Kp(_0x1adfa8[_0x40a7ec(0x896)](_0x3a5b0f['width'],_0x3a5b0f[_0x40a7ec(0x47c)]),_0x3a5b0f):_0x1adfa8 instanceof cs?Kp(is(_0x3a5b0f['width'],_0x3a5b0f[_0x40a7ec(0x47c)]),_0x3a5b0f):{'left':0x0,'top':0x0,'width':_0x3a5b0f[_0x40a7ec(0xa28)],'height':_0x3a5b0f[_0x40a7ec(0x47c)]}};}function Kp(_0x20db51,_0x51d992){const _0x3363e4=_0x2d3867;return{'left':qp(_0x20db51['left'],0x0),'top':qp(_0x20db51[_0x3363e4(0x19e)],0x0),'width':Jp(_0x20db51[_0x3363e4(0xa28)],_0x51d992[_0x3363e4(0xa28)]),'height':Jp(_0x20db51[_0x3363e4(0x47c)],_0x51d992[_0x3363e4(0x47c)])};}function qp(_0x74dbc6,_0x3c20b1){const _0xd3ce38=_0x2d3867;return typeof _0x74dbc6==_0xd3ce38(0x684)&&Number[_0xd3ce38(0x6ab)](_0x74dbc6)?_0x74dbc6:_0x3c20b1;}function Jp(_0x5f2cef,_0x7e328e){const _0x1c5efe=_0x2d3867;let _0x4d3613=qp(_0x5f2cef,_0x7e328e);return _0x4d3613>0x0?_0x4d3613:Math[_0x1c5efe(0x55a)](0x1,_0x7e328e);}function Yp(_0x456713,_0x34551f){const _0x1cc186=_0x2d3867;var _0x5d8ebb,_0x402e84,_0x35bb26;let _0x40ba17=ml(_0x456713,rl,_0x34551f),_0x457543=(_0x5d8ebb=_0x40ba17[_0x1cc186(0x6cb)])==null?void 0x0:_0x5d8ebb[_0x1cc186(0x9d7)],_0x44458a={'doc':_0x40ba17,'va':(_0x402e84=_0x457543==null?void 0x0:_0x457543[_0x1cc186(0x4ce)])==null?_0x30ccc5[_0x1cc186(0x50c)]:_0x402e84,'ha':(_0x35bb26=_0x457543==null?void 0x0:_0x457543['horizontalAlign'])==null?_0x1f7d85['LEFT']:_0x35bb26},_0x36f8d7=Zp(_0x456713);return{...Xp(_0x456713,_0x40ba17),'isHorizontal':_0x36f8d7,'text':_0x3dae76(_0x40ba17),'dataModel':_0x44458a};}function Xp(_0xec59d1,_0x27af17){const _0x11930c=_0x2d3867;let _0x5b8596=_0xec59d1[_0x11930c(0x431)];if(_0x5b8596[_0x11930c(0x866)]===_0x440e4e['Shape']){var _0x3e6ffe;return(_0x3e6ffe=_0x5b8596[_0x11930c(0x5a6)]['shapeText'])==null?{}:_0x3e6ffe;}if(_0x5b8596[_0x11930c(0x866)]===_0x440e4e[_0x11930c(0x631)]){var _0x1e853b;return{'isHorizontal':!0x0,'text':(_0x1e853b=_0x5b8596['text'])==null?_0x3dae76(_0x27af17):_0x1e853b,'dataModel':_0x5b8596['textData']?{'doc':_0x5b8596[_0x11930c(0x5ed)]}:void 0x0};}if(_0x5b8596[_0x11930c(0x866)]===_0x440e4e['Placeholder']){var _0x580862,_0x3b3470;return{'isHorizontal':!0x0,'text':(_0x580862=_0x5b8596[_0x11930c(0x65d)])==null?_0x3dae76(_0x27af17):_0x580862,'dataModel':(_0x3b3470=_0x5b8596[_0x11930c(0x983)][_0x11930c(0x88c)])!=null&&_0x3b3470[_0x11930c(0x5ed)]?{'doc':_0x5b8596['placeholder'][_0x11930c(0x88c)][_0x11930c(0x5ed)]}:void 0x0};}return{};}function Zp(_0x4a8601){const _0x2a1f8f=_0x2d3867;let _0x3cc1f5=_0x4a8601['element'];if(_0x3cc1f5['type']===_0x440e4e[_0x2a1f8f(0x24b)]){var _0x429711;return((_0x429711=_0x3cc1f5[_0x2a1f8f(0x5a6)]['shapeText'])==null?void 0x0:_0x429711['isHorizontal'])!==!0x1;}return!0x0;}const Qp=[0x32,0x50,0x64,0x82,0x96,0xaa,0xc8,0x190],$p=[0xa,0x190];function em({slideModel:_0x2f8185}){const _0xb90db8=_0x2d3867;let _0x5ace15=_0xcc135f(_0x2402a1),_0x5f4b53=_0x5c7b59(()=>_0x2f8185[_0xb90db8(0x33b)],_0x2f8185[_0xb90db8(0x205)](),void 0x0,[]),_0x393d91=_0x47e782(()=>Math[_0xb90db8(0x9d8)](_0x5f4b53*0x64),[_0x5f4b53]),_0x471bd5=_0x3f1518(_0x4b0f38=>{const _0x3c6140=_0xb90db8;_0x5ace15[_0x3c6140(0x6bc)](_0x24188a['id'],{'unitId':_0x2f8185[_0x3c6140(0x5cb)](),'zoomRatio':_0x4b0f38/0x64});},[_0x5ace15,_0x2f8185]);return _0x36d3a0('section',{'className':_0xb90db8(0x23e),'children':_0x36d3a0(_0x410be0,{'min':$p[0x0],'value':_0x393d91,'shortcuts':Qp,'onChange':_0x471bd5})});}function tm(){const _0x3e191d=_0x2d3867;let _0xd99132=_0xcc135f(_0x2402a1),_0x5c80c4=_0xcc135f(_0x4a2941),_0x5a6d19=Md(),{slideModel:_0x3b3d86,shouldRenderHostContent:_0x447606}=Rd(),_0x3d7d62=_0x3f1518(()=>{const _0xdba849=_0x3035;_0xd99132[_0xdba849(0x6bc)](Sf['id'],{'fromBeginning':!0x0});},[_0xd99132]),_0x24b8fc=_0x3f1518(()=>{const _0x493a09=_0x3035;_0xd99132[_0x493a09(0x6bc)](Sf['id'],{'fromBeginning':!0x1});},[_0xd99132]),_0x52c664=_0x3f1518(()=>{_0xd99132['executeCommand'](Tf['id'],{'fromBeginning':!0x0});},[_0xd99132]),_0x42a65b=_0x3f1518(()=>{const _0x5b32d9=_0x3035;_0xd99132[_0x5b32d9(0x6bc)](Tf['id'],{'fromBeginning':!0x1});},[_0xd99132]);return!_0x3b3d86||!_0x447606||_0x5a6d19?null:_0x3e215d('div',{'className':_0x3e191d(0x804),'children':[_0x36d3a0(_0x350fc6,{'items':[{'type':_0x3e191d(0x27f),'children':_0x36d3a0('span',{'children':_0x5c80c4['t'](_0x3e191d(0x619))}),'onSelect':_0x3d7d62},{'type':_0x3e191d(0x27f),'children':_0x36d3a0('span',{'children':_0x5c80c4['t']('slides-ui.presentation.playFromCurrent')}),'onSelect':_0x24b8fc},{'type':'separator'},{'type':_0x3e191d(0x27f),'children':_0x36d3a0('span',{'children':_0x5c80c4['t'](_0x3e191d(0x8d2))}),'onSelect':_0x52c664},{'type':_0x3e191d(0x27f),'children':_0x36d3a0(_0x3e191d(0x66b),{'children':_0x5c80c4['t']('slides-ui.presentation.playDualScreenFromCurrent')}),'onSelect':_0x42a65b}],'children':_0x3e215d(_0x3e191d(0x335),{'type':_0x3e191d(0x335),'className':_0x3e191d(0x540),'children':[_0x36d3a0(_0x1b2f69,{}),_0x36d3a0(_0x3e191d(0x66b),{'children':_0x5c80c4['t'](_0x3e191d(0x2ed))}),_0x36d3a0('svg',{'className':_0x3e191d(0x8cb),'viewBox':_0x3e191d(0x8f7),'fill':_0x3e191d(0x4bc),'xmlns':_0x3e191d(0x543),'children':_0x36d3a0(_0x3e191d(0x660),{'d':_0x3e191d(0xac8),'stroke':_0x3e191d(0x6b5),'strokeWidth':'2','strokeLinecap':_0x3e191d(0x9d8),'strokeLinejoin':_0x3e191d(0x9d8)})})]})}),_0x36d3a0(em,{'slideModel':_0x3b3d86})]});}function nm({layoutType:_0x40086b,colors:_0x1b6729}){const _0x614e1=_0x2d3867;let _0x175acb=_0x1b6729[_0x614e1(0x474)],_0x2bdc7e=_0x1b6729[_0x614e1(0x62a)],_0x23df3e=_0x1b6729[_0x614e1(0x632)],_0x3a5910=_0x1b6729['accent5'];switch(_0x40086b){case _0x10b8df[_0x614e1(0x463)]:return _0x3e215d('svg',{'viewBox':_0x614e1(0x54e),'xmlns':'http://www.w3.org/2000/svg','children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0('rect',{'x':0xa,'y':0x10,'width':0x3c,'height':0x8,'rx':0x2,'fill':_0x23df3e}),_0x36d3a0(_0x614e1(0x762),{'x':0x14,'y':0x1c,'width':0x28,'height':0x5,'rx':0x2,'fill':_0x2bdc7e})]});case _0x10b8df['TitleAndBody']:return _0x3e215d(_0x614e1(0x1f0),{'viewBox':_0x614e1(0x54e),'xmlns':_0x614e1(0x543),'children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x23df3e}),_0x36d3a0('rect',{'x':0x6,'y':0x12,'width':0x44,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x19,'width':0x38,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0('rect',{'x':0x6,'y':0x20,'width':0x3e,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x27,'width':0x30,'height':0x4,'rx':0x2,'fill':_0x2bdc7e})]});case _0x10b8df[_0x614e1(0x6a6)]:return _0x3e215d(_0x614e1(0x1f0),{'viewBox':'0\x200\x2080\x2052','xmlns':'http://www.w3.org/2000/svg','children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0('rect',{'x':0x6,'y':0xf,'width':0x4,'height':0x16,'rx':0x1,'fill':_0x23df3e}),_0x36d3a0('rect',{'x':0xe,'y':0x11,'width':0x3a,'height':0x8,'rx':0x2,'fill':_0x23df3e}),_0x36d3a0(_0x614e1(0x762),{'x':0xe,'y':0x1d,'width':0x2c,'height':0x5,'rx':0x2,'fill':_0x2bdc7e})]});case _0x10b8df[_0x614e1(0x847)]:return _0x3e215d(_0x614e1(0x1f0),{'viewBox':_0x614e1(0x54e),'xmlns':_0x614e1(0x543),'children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x23df3e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x12,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0('rect',{'x':0x6,'y':0x19,'width':0x1c,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x20,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x27,'width':0x18,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0('rect',{'x':0x2b,'y':0x12,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x2b,'y':0x19,'width':0x1a,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x2b,'y':0x20,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x2b,'y':0x27,'width':0x16,'height':0x4,'rx':0x2,'fill':_0x2bdc7e})]});case _0x10b8df['Comparison']:return _0x3e215d(_0x614e1(0x1f0),{'viewBox':_0x614e1(0x54e),'xmlns':'http://www.w3.org/2000/svg','children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x23df3e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x11,'width':0x1f,'height':0x5,'rx':0x2,'fill':_0x23df3e,'opacity':0.7}),_0x36d3a0(_0x614e1(0x762),{'x':0x2b,'y':0x11,'width':0x1f,'height':0x5,'rx':0x2,'fill':_0x23df3e,'opacity':0.7}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x19,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x20,'width':0x1c,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x27,'width':0x19,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0('rect',{'x':0x2b,'y':0x19,'width':0x1f,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x2b,'y':0x20,'width':0x1c,'height':0x4,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x762),{'x':0x2b,'y':0x27,'width':0x19,'height':0x4,'rx':0x2,'fill':_0x2bdc7e})]});case _0x10b8df[_0x614e1(0x3aa)]:return _0x36d3a0(_0x614e1(0x1f0),{'viewBox':'0\x200\x2080\x2052','xmlns':'http://www.w3.org/2000/svg','children':_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb})});case _0x10b8df[_0x614e1(0x793)]:return _0x3e215d(_0x614e1(0x1f0),{'viewBox':_0x614e1(0x54e),'xmlns':'http://www.w3.org/2000/svg','children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x6,'width':0x44,'height':0x7,'rx':0x2,'fill':_0x23df3e}),_0x36d3a0(_0x614e1(0x762),{'x':0x6,'y':0x12,'width':0x44,'height':0x1c,'rx':0x2,'fill':_0x2bdc7e,'opacity':0.45})]});case _0x10b8df['PictureWithCaption']:return _0x3e215d(_0x614e1(0x1f0),{'viewBox':_0x614e1(0x54e),'xmlns':_0x614e1(0x543),'children':[_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb}),_0x36d3a0('rect',{'x':0x6,'y':0x6,'width':0x44,'height':0x22,'rx':0x2,'fill':_0x2bdc7e}),_0x36d3a0(_0x614e1(0x360),{'cx':0x28,'cy':0x17,'r':0x7,'fill':_0x3a5910,'opacity':0.32}),_0x36d3a0(_0x614e1(0x360),{'cx':0x28,'cy':0x17,'r':0x4,'fill':_0x23df3e,'opacity':0.72}),_0x36d3a0('rect',{'x':0xe,'y':0x2b,'width':0x34,'height':0x4,'rx':0x2,'fill':_0x2bdc7e,'opacity':0.8})]});default:return _0x36d3a0(_0x614e1(0x1f0),{'viewBox':_0x614e1(0x54e),'xmlns':_0x614e1(0x543),'children':_0x36d3a0(_0x614e1(0x762),{'width':0x50,'height':0x34,'fill':_0x175acb})});}}function rm({layoutType:_0x2f000d,labelKey:_0x5e8ba6,colors:_0x597942,onSelect:_0x89af71}){const _0x1325c1=_0x2d3867;let _0x116907=_0xcc135f(_0x4a2941);return _0x3e215d('div',{'role':_0x1325c1(0x335),'tabIndex':0x0,'className':_0x1325c1(0x354),'onClick':()=>_0x89af71(_0x2f000d),'onKeyDown':_0x3fabf6=>{const _0x1bf002=_0x1325c1;(_0x3fabf6[_0x1bf002(0x355)]===_0x1bf002(0x181)||_0x3fabf6[_0x1bf002(0x355)]==='\x20')&&_0x89af71(_0x2f000d);},'children':[_0x36d3a0(_0x1325c1(0xaa0),{'className':_0x1325c1(0x654),'children':_0x36d3a0(nm,{'layoutType':_0x2f000d,'colors':_0x597942})}),_0x36d3a0(_0x1325c1(0x66b),{'className':_0x1325c1(0xa07),'title':_0x116907['t'](_0x5e8ba6),'children':_0x116907['t'](_0x5e8ba6)})]});}function im({onSelect:_0x3a4829}){const _0x5e912f=_0x2d3867;var _0x2fd803;let _0x4eac96=_0xcc135f(_0x534be5),_0x2b8795=_0xcc135f(_0x4a2941),_0x2f3717=_0x4eac96[_0x5e912f(0x91a)](_0x50fd52[_0x5e912f(0x70c)]),_0x13f7e4=_0x5eb355((_0x2fd803=_0x5c7b59(_0x2f3717==null?void 0x0:_0x2f3717[_0x5e912f(0x612)][_0x5e912f(0x488)]))==null?_0x2f3717==null?void 0x0:_0x2f3717[_0x5e912f(0x612)][_0x5e912f(0x1ed)]():_0x2fd803),_0x5ed907={[_0x10b8df['Title']]:'slides-ui.thumbnailBar.layoutPicker.layouts.title',[_0x10b8df[_0x5e912f(0x6ef)]]:_0x5e912f(0x557),[_0x10b8df[_0x5e912f(0x6a6)]]:_0x5e912f(0xa67),[_0x10b8df['TwoColumns']]:_0x5e912f(0x652),[_0x10b8df['Comparison']]:_0x5e912f(0x964),[_0x10b8df[_0x5e912f(0x3aa)]]:'slides-ui.thumbnailBar.layoutPicker.layouts.blank',[_0x10b8df[_0x5e912f(0x793)]]:_0x5e912f(0x3fe),[_0x10b8df[_0x5e912f(0x57a)]]:_0x5e912f(0x2a6),[_0x10b8df[_0x5e912f(0x6ec)]]:_0x5e912f(0x5b2)};return _0x3e215d('div',{'className':_0x5e912f(0x3ca),'onMouseDown':_0x12d8ff=>_0x12d8ff[_0x5e912f(0x95f)](),'children':[_0x36d3a0(_0x5e912f(0xaa0),{'className':_0x5e912f(0x646),'children':_0x2b8795['t'](_0x5e912f(0x6d2))}),_0x36d3a0(_0x5e912f(0xaa0),{'className':_0x5e912f(0xa8f),'children':_0x3e0c89[_0x5e912f(0x51d)](_0xd3679e=>_0x36d3a0(rm,{'layoutType':_0xd3679e,'labelKey':_0x5ed907[_0xd3679e],'colors':_0x13f7e4,'onSelect':_0x3a4829},_0x4ee73e[_0xd3679e]))})]});}function am(_0x273aa6){const _0x38d227=_0x2d3867;var _0x163b5a,_0x8a861b;return hl['has'](_0x273aa6[_0x38d227(0x983)][_0x38d227(0x866)])?(_0x163b5a=_0x273aa6[_0x38d227(0x65d)])!=null&&_0x163b5a[_0x38d227(0x5a7)]()?!0x0:!!(_0x273aa6[_0x38d227(0x65d)]&&(_0x8a861b=_0x273aa6[_0x38d227(0x983)][_0x38d227(0x88c)])!=null&&_0x8a861b[_0x38d227(0x5ed)]):!0x1;}function om(_0x3e506f){const _0x2e63b6=_0x2d3867;if(!_0x3e506f)return!0x1;if(_0x3e506f[_0x2e63b6(0x431)][_0x2e63b6(0x866)]!==_0x440e4e[_0x2e63b6(0x7f0)])return!0x0;let _0x58b868=_0x3e506f['element'];return!!_0xb1625e(_0x58b868)||am(_0x58b868);}const sm=_0x2d3867(0x986),cm=_0x2d3867(0x27a),lm=[{'action':_0x2d3867(0x6e5),'localeKey':_0x2d3867(0x7f1),'Icon':_0x50b489,'disabled':({slideCount:_0xd93b94})=>_0xd93b94<=0x1},{'action':'copy','localeKey':_0x2d3867(0x36b),'Icon':_0x59d814,'disabled':()=>!0x1},{'action':'paste','localeKey':_0x2d3867(0x81c),'Icon':_0x4692cb,'disabled':({hasClipboard:_0x529a43})=>!_0x529a43},{'action':_0x2d3867(0x6cc),'localeKey':_0x2d3867(0x457),'Icon':_0x54214f,'disabled':()=>!0x1},{'action':_0x2d3867(0x839),'localeKey':_0x2d3867(0x60c),'Icon':_0x252f73,'disabled':({slideCount:_0x3ec2f5})=>_0x3ec2f5<=0x1}];function um(_0x3b226a,_0x1dfba0){const _0x148579=_0x2d3867;return _0x1dfba0[_0x148579(0x866)]==='set'?_0x1dfba0['position']:null;}function dm(_0x1e83e2,_0x3cb6f6){const _0x4536c5=_0x2d3867;let _0x2c895a=window[_0x4536c5(0x571)]-0x180-0x8,_0x927915=window[_0x4536c5(0x6b7)]-0x1a4-0x8;return{'left':Math[_0x4536c5(0x55a)](0x8,Math[_0x4536c5(0x8ea)](_0x1e83e2,_0x2c895a)),'top':Math['max'](0x8,Math[_0x4536c5(0x8ea)](_0x3cb6f6,_0x927915))};}function fm(_0x14b7f9,_0x31ea94){return{'left':_0x14b7f9,'top':_0x31ea94,'right':_0x14b7f9,'bottom':_0x31ea94};}function pm(_0x275a17){const _0x544025=_0x2d3867;return Math['max'](0xdc,Math[_0x544025(0x8ea)](0x1a4,Math[_0x544025(0x9d8)](_0x275a17)));}function mm(_0x10e861){const _0x37fb39=_0x2d3867;return typeof structuredClone=='function'?structuredClone(_0x10e861):JSON[_0x37fb39(0x694)](JSON['stringify'](_0x10e861));}function hm(_0x451b28){const _0x243b8e=_0x2d3867;var _0x1fc76c,_0x1cc1dc;let _0x2dba3a=mm(_0x451b28);return{..._0x2dba3a,'id':_0x5a1e83(0x6),'pageType':_0x3a8f6d[_0x243b8e(0xa20)],'elementOrder':[...(_0x1fc76c=_0x2dba3a[_0x243b8e(0x807)])==null?[]:_0x1fc76c],'elements':{...(_0x1cc1dc=_0x2dba3a[_0x243b8e(0x621)])==null?{}:_0x1cc1dc}};}function gm(_0x5859de){const _0x1b1ebd=_0x2d3867;Array[_0x1b1ebd(0xad9)](_0x5859de)[_0x1b1ebd(0x3d8)](_0x5b8c59=>{const _0x5d19f2=_0x1b1ebd;_0x5b8c59&&typeof _0x5b8c59==_0x5d19f2(0x97b)&&_0x5d19f2(0x235)in _0x5b8c59&&(_0x5b8c59['evented']=!0x1);});}function _m(_0x51bc87){const _0xe80b5d=_0x2d3867;var _0x28a2ec;return typeof window>'u'||(_0x28a2ec=window[_0xe80b5d(0x9ce)])==null?void 0x0:_0x28a2ec[_0xe80b5d(0x7d6)](_0x51bc87);}function vm(_0x3b38d8,_0x4996e5){const _0x27659a=_0x2d3867;var _0x4344de;if(typeof window>'u')return;let _0x2d7e09=(_0x4344de=window[_0x27659a(0x9ce)])==null?new Map():_0x4344de;window['__univerEmbedThumbnailPreviews']=_0x2d7e09,_0x2d7e09[_0x27659a(0x7d6)](_0x3b38d8)!==_0x4996e5&&(_0x2d7e09[_0x27659a(0x55e)](_0x3b38d8,_0x4996e5),window['dispatchEvent'](new CustomEvent(cm,{'detail':{'key':_0x3b38d8,'pageId':_0x3b38d8}})));}function ym(_0x40063c){const _0x15a0b3=_0x2d3867;try{return _0x40063c[_0x15a0b3(0x7d6)](Nd);}catch{return;}}function bm(_0x11b55a,_0x1aa60f,_0x576867){const _0x2a6f9c=_0x2d3867;var _0x1e4ba2,_0xad60f8;let _0x4ab28d=(_0x1e4ba2=_0x1aa60f['pageManager'][_0x2a6f9c(0x3c6)](_0x576867))==null?void 0x0:_0x1e4ba2[_0x2a6f9c(0x1ed)](),_0x3b7640=_0x4ab28d?_0x386ff5(_0x4ab28d):void 0x0;_0x3b7640&&((_0xad60f8=ym(_0x11b55a))==null||_0xad60f8[_0x2a6f9c(0x319)](_0x1aa60f[_0x2a6f9c(0x5cb)]()),_0x3b7640[_0x2a6f9c(0x469)]&&_0x11b55a[_0x2a6f9c(0x7d6)](_0x534be5)[_0x2a6f9c(0x246)](_0x3b7640['childUnitId']));}function xm(_0x3012d3,_0x562e44,_0x530934){const _0x58b761=_0x2d3867;var _0x47ba31;let _0x3f6f89=(_0x47ba31=_0x562e44[_0x58b761(0x63a)][_0x58b761(0x4bf)]())==null?void 0x0:_0x47ba31['getData']();if(_0x530934&&(_0x3f6f89==null?void 0x0:_0x3f6f89['id'])===_0x530934)return;let _0x3b3877=_0x3f6f89?_0x386ff5(_0x3f6f89):void 0x0;if(!(_0x3b3877!=null&&_0x3b3877['embedId']))return;let _0x402b84=ym(_0x3012d3);if(!_0x402b84)return;_0x402b84[_0x58b761(0x508)](_0x3b3877[_0x58b761(0x5b8)]);let _0x53a959=_0x3012d3[_0x58b761(0x7d6)](_0x534be5),_0x5ce841=_0x562e44[_0x58b761(0x5cb)]();Sm(_0x53a959,_0x5ce841),Cm(_0x53a959,_0x5ce841);}function Sm(_0x5f286c,_0x13839f){const _0x5dafec=_0x2d3867;_0x5f286c[_0x5dafec(0x246)](_0x13839f),_0x5f286c[_0x5dafec(0xabf)](_0x13839f);}function Cm(_0xc8e450,_0x142363){typeof window>'u'||window['requestAnimationFrame'](()=>{const _0x583c1c=_0x3035;Sm(_0xc8e450,_0x142363),window[_0x583c1c(0x254)](()=>Sm(_0xc8e450,_0x142363));});}function wm(_0x1cddc8,_0x590307){const _0x246cfa=_0x2d3867;if(typeof window>'u'){_0x1cddc8[_0x246cfa(0x63a)]['setActiveSlide'](_0x590307);return;}window['requestAnimationFrame'](()=>_0x1cddc8[_0x246cfa(0x63a)][_0x246cfa(0x8fc)](_0x590307));}function Tm(_0x4b93c5){const _0x4fe6ec=_0x2d3867;switch(_0x4b93c5){case _0x50fd52['UNIVER_SHEET']:return _0x4fe6ec(0x728);case _0x50fd52[_0x4fe6ec(0x603)]:return _0x4fe6ec(0xaec);case _0x50fd52[_0x4fe6ec(0x7bc)]:return _0x4fe6ec(0x413);case _0x50fd52[_0x4fe6ec(0x70c)]:return'Slides';default:return _0x4fe6ec(0x858);}}function Em(_0x4cf41c,_0x33d1ae,_0x795324,_0x2d8cc1,_0x34bd64){const _0x13a903=_0x2d3867;if(!_0x4cf41c||_0x33d1ae<=0x0||_0x795324<=0x0||_0x2d8cc1<=0x0||_0x34bd64<=0x0)return[];let _0x4af41e=_0x2d8cc1/_0x33d1ae,_0xfb15a6=_0x34bd64/_0x795324;return Object[_0x13a903(0x4ae)](_0x4cf41c)[_0x13a903(0x51d)](_0x57ec90=>{const _0x391967=_0x13a903;var _0x1797a7,_0xe73bea,_0x3b5c18,_0x362c87;let _0x34110c=_0x57ec90,_0x33b007=_0x178dc9(_0x34110c),_0x245922=_0x34110c[_0x391967(0x985)];if(!_0x33b007||!_0x245922)return;let _0x8414b4=(_0x1797a7=Om(_0x245922['width']))==null?0x0:_0x1797a7,_0x3da304=(_0xe73bea=Om(_0x245922[_0x391967(0x47c)]))==null?0x0:_0xe73bea;if(_0x8414b4<=0x0||_0x3da304<=0x0)return;let _0x32c150={'embedId':_0x33b007[_0x391967(0x5b8)],'hostAnchorId':_0x33b007[_0x391967(0x7a7)],'left':((_0x3b5c18=Dm(_0x245922['left']))==null?0x0:_0x3b5c18)*_0x4af41e,'top':((_0x362c87=Dm(_0x245922[_0x391967(0x19e)]))==null?0x0:_0x362c87)*_0xfb15a6,'width':_0x8414b4*_0x4af41e,'height':_0x3da304*_0xfb15a6};return _0x33b007['childType']!==void 0x0&&(_0x32c150[_0x391967(0x626)]=_0x33b007[_0x391967(0x626)]),_0x32c150;})[_0x13a903(0xac6)](_0x1383dd=>!!_0x1383dd);}function Dm(_0x46766b){const _0x139dff=_0x2d3867;return typeof _0x46766b==_0x139dff(0x684)&&Number[_0x139dff(0x6ab)](_0x46766b)?_0x46766b:void 0x0;}function Om(_0x14f3e0){const _0x23e1c7=_0x2d3867;return typeof _0x14f3e0==_0x23e1c7(0x684)&&Number[_0x23e1c7(0x6ab)](_0x14f3e0)&&_0x14f3e0>0x0?_0x14f3e0:void 0x0;}function km(_0x4b3bb4){const _0x512531=_0x2d3867;var _0x4346ed,_0x349513;let {pageId:_0x341485,index:_0x54d32b,isActive:_0x5654fd,slideModel:_0x1a5604,objectProvider:_0x34db9f,setActivePage:_0x405423,dragState:_0x310f71,onDragStart:_0xbd9e12,onDragOver:_0x5af71d,onDrop:_0x1aa00b,onDragEnd:_0x38c8c7,shouldSuppressClick:_0x53e666,onContextMenu:_0x2fa775,darkMode:_0x11b62e}=_0x4b3bb4,_0x3c26af=_0xcc135f(_0x317a11),_0xc316c3=_0xcc135f(_0x3a5c48),_0x444c85=_0xcc135f(_0x5ccce3),_0x31e0b6=_0x4810a9(null),[_0x26d7f6,_0x439911]=_0x23af5c({'width':0x0,'height':0x0}),[_0x23d46c,_0x58213f]=_0x23af5c(()=>_m(_0x341485)),[,_0xefc449]=_0x26b89d(_0x351796=>_0x351796+0x1,0x0),_0x4a34c7=(_0x4346ed=_0x1a5604['pageManager'][_0x512531(0x3c6)](_0x341485))==null?void 0x0:_0x4346ed[_0x512531(0x1ed)](),_0x3d3b0a=_0x4a34c7?_0x386ff5(_0x4a34c7):void 0x0,_0x59357f=Tm(_0x3d3b0a==null?void 0x0:_0x3d3b0a[_0x512531(0x626)]),_0x731a51=_0x5c7b59(_0xc316c3[_0x512531(0x4e6)]),_0x2eea28=_0x5c7b59(_0xc316c3[_0x512531(0x714)]),_0x4d2ca8=_0x5c7b59(_0xc316c3[_0x512531(0x258)]),_0x22ed34=Ba(_0x1a5604[_0x512531(0x3a7)]()[_0x512531(0x674)]),_0x559297=_0x47e782(()=>Em(_0x4a34c7==null?void 0x0:_0x4a34c7[_0x512531(0x621)],_0x22ed34[_0x512531(0xa28)],_0x22ed34[_0x512531(0x47c)],_0x26d7f6[_0x512531(0xa28)],_0x26d7f6['height']),[_0x26d7f6[_0x512531(0x47c)],_0x26d7f6[_0x512531(0xa28)],_0x731a51,_0x4d2ca8,_0x2eea28,_0x22ed34['height'],_0x22ed34[_0x512531(0xa28)],_0x4a34c7==null?void 0x0:_0x4a34c7[_0x512531(0x621)]]);_0x1a9735(()=>{const _0x5ca4f3=_0x512531;let _0x52bfd2=_0x31e0b6[_0x5ca4f3(0x97c)];if(!_0x52bfd2)return;let _0x5b2661=0x0,_0x248c0f=()=>{const _0x543fcb=_0x5ca4f3;let _0x50b8a6=_0x52bfd2['clientWidth'],_0x496803=_0x52bfd2[_0x543fcb(0x822)];_0x50b8a6<=0x1||_0x496803<=0x1||_0x439911(_0x40689a=>_0x40689a[_0x543fcb(0xa28)]===_0x50b8a6&&_0x40689a[_0x543fcb(0x47c)]===_0x496803?_0x40689a:{'width':_0x50b8a6,'height':_0x496803});},_0x82be5a=()=>{cancelAnimationFrame(_0x5b2661),_0x5b2661=requestAnimationFrame(_0x248c0f);};_0x82be5a();let _0xa5e8e4=typeof ResizeObserver>'u'?null:new ResizeObserver(_0x82be5a);return _0xa5e8e4==null||_0xa5e8e4[_0x5ca4f3(0x357)](_0x52bfd2),()=>{cancelAnimationFrame(_0x5b2661),_0xa5e8e4==null||_0xa5e8e4['disconnect']();};},[]),_0x5747a5(()=>{const _0x410c4d=_0x512531;let _0x235472=_0x31e0b6['current'];if(!_0x235472)return;let _0x314bad=_0x26d7f6[_0x410c4d(0xa28)]||_0x235472[_0x410c4d(0x509)],_0x4a6138=_0x26d7f6[_0x410c4d(0x47c)]||_0x235472['clientHeight'];if(_0x314bad<=0x1||_0x4a6138<=0x1)return;let _0x3fa9ce=_0x1a5604[_0x410c4d(0x5cb)](),_0x2757af=_0x1a5604['getSnapshot'](),_0x563c07=_0x1a5604[_0x410c4d(0x63a)][_0x410c4d(0x3c6)](_0x341485);if(!_0x563c07)return;let {width:_0x178c34,height:_0x6028e1}=Ba(_0x2757af['defaultPageSize']),_0x3f74bc=_0x3fa9ce+_0x410c4d(0xa9f)+_0x341485,_0x39fb31=_0x3c26af['getRenderById'](_0x3f74bc);_0x39fb31||(_0x39fb31=_0x3c26af[_0x410c4d(0x35c)](_0x3f74bc)),_0x39fb31[_0x410c4d(0x8e1)][_0x410c4d(0x7ff)](_0x235472),_0x39fb31[_0x410c4d(0x8e1)][_0x410c4d(0xa5d)]();let {scene:_0x22bde4}=_0x39fb31,_0x3d7759=!0x1,_0x61838a=null,_0x4d3cc3=()=>{_0x3d7759||_0x61838a!==null||(_0x61838a=requestAnimationFrame(()=>{const _0x30b2ea=_0x3035;_0x61838a=null,!_0x3d7759&&(_0x22bde4[_0x30b2ea(0x25f)](!0x0),_0x22bde4[_0x30b2ea(0x64b)]());}));};_0x22bde4[_0x410c4d(0x75f)](sm)||new _0x3ca8e6(sm,_0x22bde4,{'left':0x0,'top':0x0,'right':0x0,'bottom':0x0})[_0x410c4d(0x9b0)]();let _0x4472c8=_0x314bad/_0x178c34,_0x51e8a9=_0x4a6138/_0x6028e1;_0x22bde4['removeObjects'](_0x22bde4[_0x410c4d(0x471)]()),_0x22bde4[_0x410c4d(0x7e2)](),_0x22bde4['transformByState']({'width':_0x178c34,'height':_0x6028e1,'scaleX':_0x4472c8,'scaleY':_0x51e8a9});let _0x5f225e=_0x444c85[_0x410c4d(0x18c)](_s,'slide-thumb-bg-'+_0x3fa9ce+'-'+_0x341485,{'left':0x0,'top':0x0,'width':_0x178c34,'height':_0x6028e1,'background':_0x563c07[_0x410c4d(0xab8)](),'evented':!0x1,'zIndex':0x0,'requestRender':_0x4d3cc3}),_0x1a5e8a=_0xc316c3['getDrawingData'](_0x3fa9ce,_0x341485),_0x443e14=_0xc316c3['getDrawingOrder'](_0x3fa9ce,_0x341485);if(!_0x443e14[_0x410c4d(0xa92)](_0x158cb4=>{let _0x3c90ca=_0x1a5e8a[_0x158cb4];return om(_0x3c90ca);})){let _0x52ec17=_0x93317f(_0x3fa9ce,_0x341485,_0x563c07[_0x410c4d(0x993)](),_0x1a5604[_0x410c4d(0xa04)](_0x341485));_0x1a5e8a=_0x52ec17['data'],_0x443e14=_0x52ec17[_0x410c4d(0x552)];}_0x443e14=_0x443e14['filter'](_0x4d5fe9=>om(_0x1a5e8a[_0x4d5fe9]));let _0x19a5bb=_0x34db9f[_0x410c4d(0x8e4)](_0x1a5e8a,_0x443e14,{'unitId':_0x3fa9ce,'subUnitId':_0x341485,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x4fafd2[_0x410c4d(0x8e8)],'showPlaceholder':!0x1,'requestRender':_0x4d3cc3});gm(_0x19a5bb),_0x22bde4[_0x410c4d(0x931)](_0x5f225e,0x0),_0x22bde4[_0x410c4d(0x3c5)](_0x19a5bb,_0x575008);let _0x4aacf5=new Map(_0x19a5bb[_0x410c4d(0x51d)](_0x1b1a77=>[_0x1b1a77[_0x410c4d(0x2ac)],_0x1b1a77]));return pu(_0x1a5e8a,_0x443e14,_0x22bde4,{'unitId':_0x3fa9ce,'subUnitId':_0x341485,'pageOffsetLeft':0x0,'pageOffsetTop':0x0,'sceneType':_0x4fafd2[_0x410c4d(0x8e8)],'showPlaceholder':!0x1,'objectProvider':_0x34db9f,'renderObjectMap':_0x4aacf5,'requestRender':_0x4d3cc3}),gm(_0x4aacf5[_0x410c4d(0x4ae)]()),_0x22bde4['makeDirty'](!0x0),_0x22bde4['render'](),()=>{_0x3d7759=!0x0,_0x61838a!==null&&cancelAnimationFrame(_0x61838a);};},[_0x731a51,_0x4d2ca8,_0x2eea28,_0x11b62e,_0x26d7f6[_0x512531(0x47c)],_0x26d7f6[_0x512531(0xa28)],_0x444c85,_0x34db9f,_0x341485,_0x3c26af,_0xc316c3,_0x1a5604]),_0x5747a5(()=>{const _0x1409df=_0x512531;let _0xda9524=_0x1a5604[_0x1409df(0x5cb)]()+_0x1409df(0xa9f)+_0x341485;return()=>{const _0x31c711=_0x1409df;_0x3c26af[_0x31c711(0xab2)](_0xda9524);};},[_0x341485,_0x3c26af,_0x1a5604]),_0x5747a5(()=>{const _0xb6e19d=_0x512531;let _0xfd8a27=()=>{_0x58213f(_m(_0x341485)),_0xefc449();};return _0xfd8a27(),window[_0xb6e19d(0x87e)](cm,_0xfd8a27),()=>window[_0xb6e19d(0xa94)](cm,_0xfd8a27);},[_0x341485]),_0x5747a5(()=>{const _0x336e38=_0x512531;let _0x52238e=_0x3d3b0a!=null&&_0x3d3b0a['hostAnchorId']?[_0x3d3b0a[_0x336e38(0x7a7)]]:_0x559297[_0x336e38(0x51d)](_0x39a3e2=>_0x39a3e2[_0x336e38(0x7a7)]);if(_0x52238e['length']===0x0)return;let _0x559a68=ym(_0x444c85);if(!_0x559a68)return;let _0x3d9824=!0x1,_0x22a7c6=0x0,_0x52720e=async()=>{const _0x438f34=_0x336e38;for(let _0x7ada62 of _0x52238e){let _0x3f333b=await _0x559a68[_0x438f34(0x68c)](_0x7ada62);!_0x3f333b||_0x3d9824||vm(_0x3d3b0a!=null&&_0x3d3b0a[_0x438f34(0x7a7)]?_0x341485:_0x7ada62,_0x3f333b);}_0x3d9824||(_0x22a7c6=window[_0x438f34(0xab6)](_0x52720e,0x320));};return _0x52720e(),()=>{const _0x28477e=_0x336e38;_0x3d9824=!0x0,window[_0x28477e(0x8db)](_0x22a7c6);};},[_0x3d3b0a==null?void 0x0:_0x3d3b0a[_0x512531(0x7a7)],_0x559297,_0x444c85,_0x341485]);let _0xac81b4=_0x3f1518(()=>{_0x53e666()||_0x405423(_0x341485);},[_0x341485,_0x405423,_0x53e666]),_0x2f2161=_0x3f1518(_0xbc04b0=>{const _0x44fb3f=_0x512531;_0xbc04b0[_0x44fb3f(0x7a9)][_0x44fb3f(0x892)]=_0x44fb3f(0x6da),_0xbc04b0['dataTransfer'][_0x44fb3f(0x2bf)]('text/plain',_0x341485),_0xbd9e12(_0x341485);},[_0xbd9e12,_0x341485]),_0x3110f1=_0x3f1518(_0x1d30a0=>{const _0x10e470=_0x512531;_0x1d30a0['preventDefault'](),_0x1d30a0[_0x10e470(0x7a9)]['dropEffect']=_0x10e470(0x6da);let _0x38ad3e=_0x1d30a0[_0x10e470(0x76b)]['getBoundingClientRect']();_0x5af71d(_0x341485,_0x54d32b,_0x1d30a0[_0x10e470(0x8b4)]<_0x38ad3e[_0x10e470(0x19e)]+_0x38ad3e[_0x10e470(0x47c)]/0x2?_0x10e470(0x6c7):'after');},[_0x54d32b,_0x5af71d,_0x341485]),_0x5d4375=_0x3f1518(_0x5e8abe=>{const _0x19cbc9=_0x512531;_0x5e8abe[_0x19cbc9(0x50d)]();let _0x9f59b=_0x5e8abe[_0x19cbc9(0x76b)][_0x19cbc9(0xa88)]();_0x1aa00b(_0x341485,_0x54d32b,_0x5e8abe['clientY']<_0x9f59b[_0x19cbc9(0x19e)]+_0x9f59b['height']/0x2?_0x19cbc9(0x6c7):'after');},[_0x54d32b,_0x1aa00b,_0x341485]),_0x28244a=_0x3f1518(_0x1ae3f6=>{const _0x3eb87f=_0x512531;_0x1ae3f6[_0x3eb87f(0x50d)](),_0x1ae3f6['stopPropagation']();let _0x2e123d=Math['min'](_0x1ae3f6['clientX'],window[_0x3eb87f(0x571)]-0xb4-0x8),_0x70da89=Math[_0x3eb87f(0x8ea)](_0x1ae3f6[_0x3eb87f(0x8b4)],window[_0x3eb87f(0x6b7)]-0x8);_0x2fa775(_0x341485,_0x54d32b,Math[_0x3eb87f(0x55a)](0x8,_0x2e123d),Math[_0x3eb87f(0x55a)](0x8,_0x70da89));},[_0x54d32b,_0x2fa775,_0x341485]),_0x3d1863=_0x310f71[_0x512531(0x815)]===_0x341485,_0x3b42bb=_0x310f71['overPageId']===_0x341485&&_0x310f71['dropPosition']===_0x512531(0x6c7),_0x3e458f=_0x310f71[_0x512531(0x76c)]===_0x341485&&_0x310f71['dropPosition']===_0x512531(0x644);return _0x3e215d('div',{'data-u-comp':'slide-thumbnail-item','data-page-id':_0x341485,'draggable':!0x0,'onClick':_0xac81b4,'onDragStart':_0x2f2161,'onDragOver':_0x3110f1,'onDrop':_0x5d4375,'onDragEnd':_0x38c8c7,'onContextMenu':_0x28244a,'className':_0x5b6657(_0x512531(0x464),_0x3d1863&&_0x512531(0x4ea)),'children':[_0x3b42bb&&_0x36d3a0(_0x512531(0xaa0),{'className':_0x512531(0x79e)}),_0x3e215d(_0x512531(0xaa0),{'className':_0x5b6657(_0x512531(0x1e0),_0x5654fd?_0x512531(0x821):_0x512531(0x905)),'children':[_0x36d3a0(_0x512531(0xaa0),{'ref':_0x31e0b6,'className':_0x512531(0x679)}),_0x3d3b0a&&!_0x23d46c&&_0x3e215d(_0x512531(0xaa0),{'data-embed-slide-thumbnail-fallback':'true','data-page-id':_0x341485,'className':_0x512531(0x6de),'children':[_0x36d3a0(_0x512531(0x66b),{'className':_0x512531(0x648),'children':_0x59357f}),_0x36d3a0(_0x512531(0x66b),{'className':'univer-line-clamp-2\x20univer-max-w-full\x20univer-pl-7\x20univer-text-left\x20univer-text-xs\x20univer-font-medium\x20univer-leading-4\x20univer-text-gray-600\x20dark:!univer-text-gray-300','children':(_0x349513=_0x4a34c7==null?void 0x0:_0x4a34c7[_0x512531(0x6a9)])==null?_0x3d3b0a[_0x512531(0x5b8)]:_0x349513})]}),_0x23d46c&&_0x36d3a0(_0x512531(0x1f3),{'alt':'','src':_0x23d46c,'data-embed-slide-thumbnail-preview':_0x512531(0x368),'data-page-id':_0x341485,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-h-full\x20univer-w-full\x20univer-object-cover'}),_0x559297[_0x512531(0x51d)](_0x119474=>{const _0x4ab3f5=_0x512531;let _0x325fe8=_m(_0x119474['hostAnchorId']);return _0x36d3a0('div',{'data-embed-slide-thumbnail-floating-preview-frame':_0x4ab3f5(0x368),'data-embed-host-anchor-id':_0x119474[_0x4ab3f5(0x7a7)],'className':_0x4ab3f5(0x2d7),'style':{'left':_0x119474['left'],'top':_0x119474[_0x4ab3f5(0x19e)],'width':_0x119474[_0x4ab3f5(0xa28)],'height':_0x119474[_0x4ab3f5(0x47c)]},'children':_0x325fe8?_0x36d3a0('img',{'alt':'','src':_0x325fe8,'data-embed-slide-thumbnail-floating-preview':_0x4ab3f5(0x368),'data-embed-host-anchor-id':_0x119474['hostAnchorId'],'className':_0x4ab3f5(0xae9)}):_0x36d3a0(_0x4ab3f5(0x66b),{'className':_0x4ab3f5(0x6cd),'children':Tm(_0x119474[_0x4ab3f5(0x626)])})},_0x119474['hostAnchorId']);}),_0x36d3a0(_0x512531(0x66b),{'className':'univer-bg-white/70\x20univer-pointer-events-none\x20univer-absolute\x20univer-bottom-2\x20univer-left-2\x20univer-z-[2]\x20univer-box-border\x20univer-min-w-5\x20univer-select-none\x20univer-rounded-full\x20univer-px-1.5\x20univer-py-0.5\x20univer-text-center\x20univer-text-xs\x20univer-font-medium\x20univer-leading-4\x20univer-text-gray-700\x20univer-shadow-sm\x20univer-backdrop-blur-sm\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-200','children':_0x54d32b+0x1})]}),_0x3e458f&&_0x36d3a0(_0x512531(0xaa0),{'className':'univer-absolute\x20-univer-bottom-1\x20univer-left-0\x20univer-right-0\x20univer-h-0.5\x20univer-rounded-sm\x20univer-bg-primary-600'})]},_0x341485);}function Am(){const _0x7d083c=_0x2d3867;var _0x4accf2,_0x1321c1;let _0x49e2ce=_0xcc135f(_0x4a2941),_0xd94c4a=_0x5c7b59(_0x49e2ce[_0x7d083c(0x669)],_0x49e2ce[_0x7d083c(0x9aa)]()),_0x1f9f78=_0xcc135f(_0x2402a1),_0xb64212=_0xcc135f(_0x3ff7ed),_0x40c628=_0xcc135f(_0x5ccce3),_0xf30fed=_0x47e782(()=>_0x40c628[_0x7d083c(0x18c)](Wl),[_0x40c628]),[_0x4db88f,_0x5b56a5]=_0x23af5c(!0x1),[_0x1a344f,_0x3da6ea]=_0x26b89d(um,null),[_0x123571,_0x17f387]=_0x23af5c('addButton'),[_0x45908d,_0x29d50a]=_0x23af5c(void 0x0),[_0x4760e9,_0x2aff8e]=_0x23af5c(null),[_0x27826e,_0x1d63f0]=_0x23af5c(0x120),[_0x1f3cd8,_0x5beaa3]=_0x23af5c({'draggedPageId':null,'overPageId':null,'dropPosition':null}),_0x21bbe1=_0x4810a9(null),_0x273615=_0x4810a9(null),_0x2497fa=_0x4810a9(0x120),_0x4a72ea=_0x4810a9(null),_0x18ba7b=_0x4810a9(0x0),_0x48d6ed=_0x4810a9(null),_0x1bc8db=_0x47e782(()=>new _0x740b36(fm(-0x3e7,-0x3e7)),[]),_0x2beeb0=_0x47e782(()=>new _0x740b36(fm(-0x3e7,-0x3e7)),[]),{slideModel:_0x42ce9e,shouldRenderHostContent:_0x2ead71}=Rd(),_0x381771=(_0x4accf2=_0x5c7b59(_0x42ce9e==null?void 0x0:_0x42ce9e['pageManager'][_0x7d083c(0x320)]))==null?[]:_0x4accf2,_0x209680=_0x5c7b59(_0x42ce9e==null?void 0x0:_0x42ce9e[_0x7d083c(0x63a)][_0x7d083c(0x838)]),_0x20ae0c=(_0x1321c1=_0x5c7b59(_0xb64212[_0x7d083c(0x5e3)]))==null?_0xb64212['darkMode']:_0x1321c1,_0x1e9a7f=_0x3f1518(_0x5f1735=>{const _0x458497=_0x7d083c;var _0x225451;if(!_0x42ce9e)return;let _0x3f784d=(_0x225451=_0x42ce9e[_0x458497(0x63a)][_0x458497(0x3c6)](_0x5f1735))==null?void 0x0:_0x225451['getData']();if(xm(_0x40c628,_0x42ce9e,_0x5f1735),bm(_0x40c628,_0x42ce9e,_0x5f1735),_0x3f784d&&_0x386ff5(_0x3f784d)){wm(_0x42ce9e,_0x5f1735);return;}wm(_0x42ce9e,_0x5f1735);},[_0x40c628,_0x42ce9e]),_0x104370=_0x3f1518(()=>Date[_0x7d083c(0x919)]()<_0x18ba7b['current'],[]),_0x2fa8a9=_0x3f1518((_0x1c6b9a,_0x2591ba,_0x18440f,_0x2b3df8)=>{_0x1e9a7f(_0x1c6b9a),_0x5b56a5(!0x1),_0x29d50a(void 0x0),_0x2aff8e({'pageId':_0x1c6b9a,'index':_0x2591ba,'left':_0x18440f,'top':_0x2b3df8});},[_0x1e9a7f]),_0x19d520=_0x3f1518(_0xdf129d=>{const _0x38315b=_0x7d083c;_0x18ba7b[_0x38315b(0x97c)]=Date['now']()+0x12c,_0x5b56a5(!0x1),_0x5beaa3({'draggedPageId':_0xdf129d,'overPageId':_0xdf129d,'dropPosition':_0x38315b(0x6c7)});},[]),_0x171ed5=_0x3f1518((_0x62a497,_0x26f51e,_0x3cd9e8)=>{const _0xb261f5=_0x7d083c;_0x5beaa3(_0x2505f7=>_0x2505f7[_0xb261f5(0x815)]===null||_0x2505f7[_0xb261f5(0x76c)]===_0x62a497&&_0x2505f7[_0xb261f5(0x3ab)]===_0x3cd9e8?_0x2505f7:{..._0x2505f7,'overPageId':_0x62a497,'dropPosition':_0x3cd9e8});},[]),_0x469641=_0x3f1518(()=>{const _0x5d785d=_0x7d083c;_0x18ba7b[_0x5d785d(0x97c)]=Date[_0x5d785d(0x919)]()+0x12c,_0x5beaa3({'draggedPageId':null,'overPageId':null,'dropPosition':null});},[]),_0x327659=_0x3f1518((_0x12295c,_0x46fc96,_0x3fe08b)=>{const _0x32ed4c=_0x7d083c;if(_0x18ba7b[_0x32ed4c(0x97c)]=Date[_0x32ed4c(0x919)]()+0x12c,!_0x42ce9e||!_0x1f3cd8[_0x32ed4c(0x815)]||_0x1f3cd8['draggedPageId']===_0x12295c){_0x469641();return;}let _0x21b149=_0x381771[_0x32ed4c(0x428)](_0x1f3cd8['draggedPageId']);if(_0x21b149===-0x1){_0x469641();return;}let _0x1584d7=_0x3fe08b===_0x32ed4c(0x6c7)?_0x46fc96:_0x46fc96+0x1,_0x24f786=_0x21b149<_0x1584d7?_0x1584d7-0x1:_0x1584d7;_0x21b149!==_0x24f786&&(_0x1f9f78['executeCommand'](_0x2c0ffb['id'],{'unitId':_0x42ce9e['getUnitId'](),'subUnitId':_0x1f3cd8[_0x32ed4c(0x815)],'toIndex':_0x24f786}),_0x42ce9e[_0x32ed4c(0x63a)]['setActiveSlide'](_0x1f3cd8[_0x32ed4c(0x815)])),_0x469641();},[_0x1f9f78,_0x1f3cd8[_0x7d083c(0x815)],_0x469641,_0x42ce9e,_0x381771]),_0x13eabb=_0x3f1518(()=>{const _0x4db61e=_0x7d083c;var _0x1c4ded;if(_0x123571===_0x4db61e(0xa61))return;let _0x29c311=(_0x1c4ded=_0x21bbe1[_0x4db61e(0x97c)])==null?void 0x0:_0x1c4ded[_0x4db61e(0xa88)]();if(!_0x29c311){_0x3da6ea({'type':_0x4db61e(0x513)});return;}_0x3da6ea({'type':_0x4db61e(0x55e),'position':{'left':_0xd94c4a===_0x4db61e(0x6cf)?_0x29c311[_0x4db61e(0x88e)]-0x180-0x8:_0x29c311[_0x4db61e(0x342)]+0x8,'top':_0x29c311[_0x4db61e(0x19e)]}});},[_0xd94c4a,_0x123571]),_0xc93851=_0x3f1518(_0xfc76ed=>{const _0x3d8c04=_0x7d083c;var _0x4c13cd;_0xfc76ed[_0x3d8c04(0x50d)](),_0xfc76ed['stopPropagation'](),_0x5b56a5(!0x1),(_0x4c13cd=_0x4a72ea['current'])==null||_0x4c13cd[_0x3d8c04(0x739)](_0x4a72ea);let _0xd3b8cf=_0xfc76ed[_0x3d8c04(0x65e)],_0x5b05f6=_0x2497fa[_0x3d8c04(0x97c)],_0x2c7bb2=document[_0x3d8c04(0x301)][_0x3d8c04(0x6f7)][_0x3d8c04(0x659)],_0x2b0465=document[_0x3d8c04(0x301)][_0x3d8c04(0x6f7)][_0x3d8c04(0x337)];document[_0x3d8c04(0x301)][_0x3d8c04(0x6f7)][_0x3d8c04(0x659)]=_0x3d8c04(0x9fe),document[_0x3d8c04(0x301)][_0x3d8c04(0x6f7)][_0x3d8c04(0x337)]=_0x3d8c04(0x4bc);let _0x1072fc=_0x7389ed=>{const _0x22365d=_0x3d8c04;let _0x1c582f=pm(_0x5b05f6+_0x7389ed['clientX']-_0xd3b8cf);_0x2497fa[_0x22365d(0x97c)]=_0x1c582f,_0x1d63f0(_0x1c582f);},_0x3192bb=()=>{const _0x15bf02=_0x3d8c04;document[_0x15bf02(0xa94)](_0x15bf02(0x6a0),_0x1072fc),document[_0x15bf02(0xa94)](_0x15bf02(0xa49),_0x3192bb),document[_0x15bf02(0x301)][_0x15bf02(0x6f7)][_0x15bf02(0x659)]=_0x2c7bb2,document[_0x15bf02(0x301)][_0x15bf02(0x6f7)][_0x15bf02(0x337)]=_0x2b0465,_0x4a72ea[_0x15bf02(0x97c)]=null;};_0x4a72ea[_0x3d8c04(0x97c)]=_0x3192bb,document[_0x3d8c04(0x87e)](_0x3d8c04(0x6a0),_0x1072fc),document[_0x3d8c04(0x87e)](_0x3d8c04(0xa49),_0x3192bb);},[]),_0x38e7d4=_0x3f1518(_0x5292c9=>{const _0x25da44=_0x7d083c;_0x5292c9['preventDefault'](),_0x5292c9[_0x25da44(0x95f)](),_0x2497fa[_0x25da44(0x97c)]=0x120,_0x1d63f0(0x120);},[]);_0x1a9735(()=>{const _0x31c2f5=_0x7d083c;if(!_0x4db88f){_0x3da6ea({'type':_0x31c2f5(0x513)});return;}_0x13eabb();},[_0x4db88f,_0x27826e,_0x13eabb]),_0x1a9735(()=>{const _0x438d47=_0x7d083c;!_0x4db88f||!_0x1a344f||_0x1bc8db[_0x438d47(0x182)](fm(_0x1a344f[_0x438d47(0x88e)],_0x1a344f['top']));},[_0x1bc8db,_0x4db88f,_0x1a344f]),_0x1a9735(()=>{const _0x4ae5fc=_0x7d083c;_0x4760e9&&_0x2beeb0[_0x4ae5fc(0x182)](fm(_0x4760e9[_0x4ae5fc(0x88e)],_0x4760e9[_0x4ae5fc(0x19e)]));},[_0x4760e9,_0x2beeb0]),_0x5747a5(()=>()=>{const _0x12fd44=_0x7d083c;var _0x424474;(_0x424474=_0x4a72ea[_0x12fd44(0x97c)])==null||_0x424474[_0x12fd44(0x739)](_0x4a72ea);},[]),_0x5747a5(()=>{const _0x2de140=_0x7d083c;if(!(!_0x4db88f||_0x123571===_0x2de140(0xa61)))return window['addEventListener'](_0x2de140(0xa5d),_0x13eabb),window['addEventListener'](_0x2de140(0x1c5),_0x13eabb,!0x0),()=>{const _0x18e201=_0x2de140;window[_0x18e201(0xa94)](_0x18e201(0xa5d),_0x13eabb),window[_0x18e201(0xa94)]('scroll',_0x13eabb,!0x0);};},[_0x123571,_0x4db88f,_0x13eabb]),_0x5747a5(()=>{const _0x32b095=_0x7d083c;if(!_0x4db88f)return;let _0x122562=_0x5541a1=>{const _0x5dbc81=_0x3035;var _0x2e23f0,_0x531c4a;(_0x2e23f0=_0x21bbe1[_0x5dbc81(0x97c)])!=null&&_0x2e23f0[_0x5dbc81(0x4d8)](_0x5541a1[_0x5dbc81(0x5e7)])||(_0x531c4a=_0x273615['current'])!=null&&_0x531c4a[_0x5dbc81(0x4d8)](_0x5541a1[_0x5dbc81(0x5e7)])||_0x5b56a5(!0x1);};return document[_0x32b095(0x87e)](_0x32b095(0x500),_0x122562),()=>document[_0x32b095(0xa94)]('mousedown',_0x122562);},[_0x4db88f]),_0x5747a5(()=>{const _0x4e50f7=_0x7d083c;if(!_0x4760e9)return;let _0x23d5a3=()=>_0x2aff8e(null),_0x206705=_0x30dfb3=>{const _0x4233e7=_0x3035;_0x30dfb3[_0x4233e7(0x355)]===_0x4233e7(0x6bf)&&_0x23d5a3();};return document[_0x4e50f7(0x87e)]('mousedown',_0x23d5a3),document[_0x4e50f7(0x87e)](_0x4e50f7(0xa42),_0x206705),window[_0x4e50f7(0x87e)](_0x4e50f7(0xa44),_0x23d5a3),()=>{const _0x385c6c=_0x4e50f7;document[_0x385c6c(0xa94)](_0x385c6c(0x500),_0x23d5a3),document[_0x385c6c(0xa94)](_0x385c6c(0xa42),_0x206705),window[_0x385c6c(0xa94)](_0x385c6c(0xa44),_0x23d5a3);};},[_0x4760e9]);let _0x4d4711=_0x3f1518(_0x1545c0=>{const _0x37d6b7=_0x7d083c;_0x5b56a5(!0x1),_0x29d50a(void 0x0),_0x17f387(_0x37d6b7(0x40f)),_0x42ce9e&&_0x1f9f78[_0x37d6b7(0x6bc)](_0x4ed822['id'],{'unitId':_0x42ce9e[_0x37d6b7(0x5cb)](),'layoutType':_0x1545c0,'insertIndex':_0x45908d});},[_0x1f9f78,_0x45908d,_0x42ce9e]),_0x955f72=_0x3f1518(_0x2cd791=>{const _0x5c3937=_0x7d083c;if(!_0x42ce9e||!_0x4760e9)return;let {pageId:_0x3d8f1c,index:_0x36367f}=_0x4760e9,_0x269175=_0x42ce9e[_0x5c3937(0x3a7)]()[_0x5c3937(0x435)][_0x3d8f1c],_0x593fcf=_0x42ce9e[_0x5c3937(0x5cb)](),_0x9391d4=()=>{const _0x35137e=_0x5c3937;_0x381771[_0x35137e(0xa73)]<=0x1||_0x1f9f78['executeCommand'](_0x133710['id'],{'unitId':_0x593fcf,'subUnitId':_0x3d8f1c});};switch(_0x2cd791){case _0x5c3937(0x588):_0x269175&&(_0x48d6ed['current']=mm(_0x269175)),_0x2aff8e(null);break;case'cut':_0x269175&&_0x381771['length']>0x1&&(_0x48d6ed[_0x5c3937(0x97c)]=mm(_0x269175),_0x9391d4()),_0x2aff8e(null);break;case _0x5c3937(0x486):_0x48d6ed[_0x5c3937(0x97c)]&&_0x1f9f78[_0x5c3937(0x6bc)](_0xd03240['id'],{'unitId':_0x593fcf,'slide':hm(_0x48d6ed['current']),'insertIndex':_0x36367f+0x1,'setActive':!0x0}),_0x2aff8e(null);break;case _0x5c3937(0x6cc):{let _0xfbd6a7=dm(_0xd94c4a===_0x5c3937(0x6cf)?_0x4760e9[_0x5c3937(0x88e)]-0xb4-0x180-0x8:_0x4760e9[_0x5c3937(0x88e)]+0xb4+0x8,_0x4760e9[_0x5c3937(0x19e)]);_0x17f387('fixed'),_0x29d50a(_0x36367f+0x1),_0x3da6ea({'type':'set','position':_0xfbd6a7}),_0x5b56a5(!0x0),_0x2aff8e(null);break;}case _0x5c3937(0x839):_0x9391d4(),_0x2aff8e(null);break;}},[_0x1f9f78,_0x4760e9,_0xd94c4a,_0x42ce9e,_0x381771]);if(!_0x42ce9e||!_0x2ead71)return null;let _0x3e29bb=_0x4db88f&&_0x1a344f?_0x36d3a0(_0x5b7a74,{'portal':!0x0,'anchorRect$':_0x1bc8db,'direction':'vertical-left','zIndex':Uu,'children':_0x36d3a0(_0x7d083c(0xaa0),{'ref':_0x273615,'dir':_0xd94c4a,'onMouseDown':_0x2f779f=>_0x2f779f['stopPropagation'](),'children':_0x36d3a0(im,{'onSelect':_0x4d4711})})}):null,_0x5e2536=_0x4760e9?_0x36d3a0(_0x5b7a74,{'portal':!0x0,'anchorRect$':_0x2beeb0,'direction':_0xd94c4a===_0x7d083c(0x6cf)?'vertical-right':'vertical-left','zIndex':Uu,'children':_0x36d3a0('div',{'className':_0x7d083c(0x447),'dir':_0xd94c4a,'onMouseDown':_0x345ab2=>_0x345ab2['stopPropagation'](),'onContextMenu':_0x3d0567=>_0x3d0567[_0x7d083c(0x50d)](),'children':lm[_0x7d083c(0x51d)](({action:_0x2db23b,localeKey:_0x521eaa,Icon:_0x1cf2db,disabled:_0xcf796f})=>{const _0x2a1af5=_0x7d083c;let _0x727e86=_0xcf796f({'hasClipboard':!!_0x48d6ed[_0x2a1af5(0x97c)],'slideCount':_0x381771[_0x2a1af5(0xa73)]}),_0x4d4b06=_0x49e2ce['t'](_0x521eaa);return _0x3e215d(_0x2a1af5(0x335),{'type':_0x2a1af5(0x335),'disabled':_0x727e86,'className':_0x5b6657(_0x2a1af5(0x3fc),_0x727e86?_0x2a1af5(0x186):_0x2a1af5(0x685),_0x2db23b==='delete'&&!_0x727e86?'univer-text-red-600':_0x2a1af5(0x854)),'onClick':()=>{_0x727e86||_0x955f72(_0x2db23b);},'children':[_0x36d3a0(_0x1cf2db,{'className':'univer-size-4\x20univer-shrink-0'}),_0x36d3a0(_0x2a1af5(0x66b),{'className':_0x2a1af5(0x97a),'children':_0x4d4b06})]},_0x2db23b);})})}):null;return _0x3e215d(_0x30c11d,{'children':[_0x3e215d(_0x7d083c(0x734),{'className':'univer-relative\x20univer-flex\x20univer-h-full\x20univer-shrink-0\x20univer-flex-col\x20univer-overflow-y-auto\x20univer-overflow-x-hidden\x20univer-border-r\x20univer-border-gray-200\x20univer-bg-gray-50\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','style':{'width':_0x27826e},'children':[_0x36d3a0(_0x7d083c(0xaa0),{'role':_0x7d083c(0x85f),'aria-orientation':_0x7d083c(0xaaf),'aria-label':_0x49e2ce['t'](_0x7d083c(0x7b1)),'title':_0x49e2ce['t']('slides-ui.thumbnailBar.resizePanel'),'className':'univer-absolute\x20univer-bottom-0\x20univer-right-0\x20univer-top-0\x20univer-z-20\x20univer-w-1.5\x20univer-cursor-col-resize\x20univer-bg-transparent\x20univer-transition-colors\x20hover:univer-bg-primary-200\x20active:univer-bg-primary-300\x20dark:hover:!univer-bg-primary-700\x20dark:active:!univer-bg-primary-600','onMouseDown':_0xc93851,'onDoubleClick':_0x38e7d4}),_0x36d3a0(_0x7d083c(0x292),{'className':_0x7d083c(0x89a),'children':_0x36d3a0(_0x7d083c(0x335),{'ref':_0x21bbe1,'type':'button','className':_0x5b6657('univer-h-8\x20univer-w-full\x20univer-cursor-pointer\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-text-sm\x20univer-font-medium\x20univer-text-white\x20univer-transition-colors',_0x4db88f?'univer-border-primary-700\x20univer-bg-primary-700\x20univer-ring-2\x20univer-ring-primary-100':_0x7d083c(0x423),_0x4db88f?'dark:!univer-ring-primary-900':_0x7d083c(0x28f)),'onClick':()=>_0x5b56a5(_0x130b6c=>!_0x130b6c),'onMouseDown':()=>{_0x17f387('addButton'),_0x29d50a(void 0x0);},'children':_0x49e2ce['t'](_0x7d083c(0x6dc))})}),_0x36d3a0(_0x7d083c(0xaa0),{'className':_0x7d083c(0x792),'children':_0x381771['map']((_0x45ae27,_0x466f79)=>_0x36d3a0(km,{'pageId':_0x45ae27,'index':_0x466f79,'isActive':_0x45ae27===_0x209680,'slideModel':_0x42ce9e,'objectProvider':_0xf30fed,'setActivePage':_0x1e9a7f,'dragState':_0x1f3cd8,'onDragStart':_0x19d520,'onDragOver':_0x171ed5,'onDrop':_0x327659,'onDragEnd':_0x469641,'shouldSuppressClick':_0x104370,'onContextMenu':_0x2fa8a9,'darkMode':_0x20ae0c},_0x45ae27))})]}),_0x3e29bb,_0x5e2536]});}function jm(){const _0x475767=_0x2d3867;return _0x3e215d('div',{'className':_0x475767(0x202),'children':[_0x36d3a0(Am,{}),_0x3e215d('main',{'className':'univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','children':[_0x36d3a0(vp,{}),_0x36d3a0(Wp,{}),_0x36d3a0(Fp,{})]}),_0x36d3a0(_0x475767(0x59f),{'className':'univer-col-span-2\x20univer-min-h-9\x20univer-border-0\x20univer-border-t\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white','children':_0x36d3a0(tm,{})})]});}const Mm={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x5ff),'handler'(){return!0x0;}},Nm={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x58b),'handler'(){return!0x0;}},Pm={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x670),'handler'(){return!0x0;}},Fm={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x4dc),'handler'(){return!0x0;}},Im={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x782),'handler'(){return!0x0;}},Lm={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x45d),'handler'(){return!0x0;}},Rm={'type':_0x49b5c3['OPERATION'],'id':'slide.operation.open-transition-panel','handler'(){return!0x0;}},zm={'type':_0x49b5c3[_0x2d3867(0x833)],'id':_0x2d3867(0x9fa),'handler'(){return!0x0;}},Bm=_0x2d3867(0x306),Vm=_0x2d3867(0x299),Hm=_0x2d3867(0x5e6),Um=_0x2d3867(0x174),Wm=_0x297f6c('slides-ui.slide-sidebar-state.service'),Gm={'shapePanelOpen':!0x1,'backgroundPanelOpen':!0x1,'transitionPanelOpen':!0x1,'objectListPanelOpen':!0x1};var Km=class extends _0x10bcc8{constructor(..._0x1473a8){const _0x57a34c=_0x2d3867;super(..._0x1473a8),Z(this,_0x57a34c(0x6fd),new _0x740b36({...Gm})),Z(this,_0x57a34c(0x317),this[_0x57a34c(0x6fd)][_0x57a34c(0x26a)]()),Z(this,_0x57a34c(0x236),this[_0x57a34c(0x6fd)][_0x57a34c(0x3c8)](_0x1388a1(_0x51173a=>_0x51173a[_0x57a34c(0x309)]||_0x51173a[_0x57a34c(0x7ac)]||_0x51173a[_0x57a34c(0x62e)]||_0x51173a[_0x57a34c(0x52c)]),_0x3f3584()));}[_0x2d3867(0xa89)](){const _0x164ced=_0x2d3867;this[_0x164ced(0x6fd)]['complete'](),super[_0x164ced(0xa89)]();}[_0x2d3867(0x3a7)](){const _0x5ed754=_0x2d3867;return this[_0x5ed754(0x6fd)][_0x5ed754(0x4a1)]();}['setShapePanelOpen'](_0xf99283){const _0x379288=_0x2d3867;this[_0x379288(0x89b)]({'shapePanelOpen':_0xf99283});}['setBackgroundPanelOpen'](_0x2e7a85){this['_patch']({'backgroundPanelOpen':_0x2e7a85});}['setTransitionPanelOpen'](_0x22bd1f){const _0x39d459=_0x2d3867;this[_0x39d459(0x89b)]({'transitionPanelOpen':_0x22bd1f});}[_0x2d3867(0x8f2)](_0x3f3f5e){this['_patch']({'objectListPanelOpen':_0x3f3f5e});}[_0x2d3867(0x89b)](_0x165046){const _0x1a2482=_0x2d3867;let _0x332cd0=this['_state$']['getValue'](),_0x3f6b12={..._0x332cd0,..._0x165046};_0x332cd0['shapePanelOpen']===_0x3f6b12[_0x1a2482(0x309)]&&_0x332cd0[_0x1a2482(0x7ac)]===_0x3f6b12[_0x1a2482(0x7ac)]&&_0x332cd0['transitionPanelOpen']===_0x3f6b12[_0x1a2482(0x62e)]&&_0x332cd0[_0x1a2482(0x52c)]===_0x3f6b12[_0x1a2482(0x52c)]||this[_0x1a2482(0x6fd)][_0x1a2482(0x182)](_0x3f6b12);}};function qm(_0x21a7c0){const _0x40bf74=_0x2d3867;return _0x21a7c0===_0x3a8f6d['Master']?0x0:_0x21a7c0===_0x3a8f6d[_0x40bf74(0x810)]?0x1:_0x21a7c0===_0x3a8f6d['Slide']?0x2:-0x1;}function Jm(_0x5d836c){const _0x272adc=_0x2d3867;let _0x10b8fa=_0x5d836c[_0x272adc(0x70a)](/^[^:]+:[^:]+:\d+:(.+)$/);return _0x10b8fa!=null&&_0x10b8fa[0x1]?_0x10b8fa[0x1]:_0x5d836c;}function Ym(_0x198423,_0x42936f){const _0x58014c=_0x2d3867;var _0x144c5d,_0x2b9b38,_0x459a44,_0x2c3d52,_0x12cf0d,_0x21a3ea,_0x5051de,_0x4d27ef,_0x44ca0b,_0x564cc2,_0x3e1e4b,_0x5bf6b1,_0x308783,_0x111b12;return _0x42936f?{..._0x198423,..._0x42936f,'fill':{...(_0x144c5d=_0x198423['fill'])==null?{}:_0x144c5d,...(_0x2b9b38=_0x42936f[_0x58014c(0x7c1)])==null?{}:_0x2b9b38},'stroke':{...(_0x459a44=_0x198423[_0x58014c(0xae3)])==null?{}:_0x459a44,...(_0x2c3d52=_0x42936f[_0x58014c(0xae3)])==null?{}:_0x2c3d52},'ln':{...(_0x12cf0d=_0x198423['ln'])==null?{}:_0x12cf0d,...(_0x21a3ea=_0x42936f['ln'])==null?{}:_0x21a3ea,'startArrow':{...(_0x5051de=(_0x4d27ef=_0x198423['ln'])==null?void 0x0:_0x4d27ef['startArrow'])==null?{}:_0x5051de,...(_0x44ca0b=(_0x564cc2=_0x42936f['ln'])==null?void 0x0:_0x564cc2[_0x58014c(0x45b)])==null?{}:_0x44ca0b},'endArrow':{...(_0x3e1e4b=(_0x5bf6b1=_0x198423['ln'])==null?void 0x0:_0x5bf6b1[_0x58014c(0x709)])==null?{}:_0x3e1e4b,...(_0x308783=(_0x111b12=_0x42936f['ln'])==null?void 0x0:_0x111b12[_0x58014c(0x709)])==null?{}:_0x308783}}}:_0x198423;}function Xm(_0x4d5f45){const _0x3d03aa=_0x2d3867;var _0x22d615,_0x323a92,_0x2be96f,_0x78d6fd,_0x2b6ae9,_0x450f0d,_0x139e0b,_0x5e6d99,_0x2f3259,_0xc40ac9,_0x596ec9,_0x34d2a2,_0x8608ac,_0xdc99d9,_0x4bace1,_0x3d3d51;return{..._0x4d5f45,'fill':{'fillType':(_0x22d615=(_0x323a92=_0x4d5f45[_0x3d03aa(0x7c1)])==null?void 0x0:_0x323a92[_0x3d03aa(0x53b)])==null?_0x5dfebb[_0x3d03aa(0x53b)]:_0x22d615,'color':(_0x2be96f=(_0x78d6fd=_0x4d5f45[_0x3d03aa(0x7c1)])==null?void 0x0:_0x78d6fd[_0x3d03aa(0x5bc)])==null?_0x5dfebb[_0x3d03aa(0x7c1)]:_0x2be96f,'opacity':(_0x2b6ae9=(_0x450f0d=_0x4d5f45[_0x3d03aa(0x7c1)])==null?void 0x0:_0x450f0d['opacity'])==null?_0x5dfebb['fillOpacity']:_0x2b6ae9,...(_0x139e0b=_0x4d5f45[_0x3d03aa(0x7c1)])==null?{}:_0x139e0b},'stroke':{'lineStrokeType':(_0x5e6d99=(_0x2f3259=_0x4d5f45[_0x3d03aa(0xae3)])==null?void 0x0:_0x2f3259['lineStrokeType'])==null?_0x5dfebb[_0x3d03aa(0x3f8)]:_0x5e6d99,'color':(_0xc40ac9=(_0x596ec9=_0x4d5f45['stroke'])==null?void 0x0:_0x596ec9[_0x3d03aa(0x5bc)])==null?_0x5dfebb[_0x3d03aa(0xae3)]:_0xc40ac9,'width':(_0x34d2a2=(_0x8608ac=_0x4d5f45[_0x3d03aa(0xae3)])==null?void 0x0:_0x8608ac[_0x3d03aa(0xa28)])==null?_0x5dfebb[_0x3d03aa(0x208)]:_0x34d2a2,'opacity':(_0xdc99d9=(_0x4bace1=_0x4d5f45['stroke'])==null?void 0x0:_0x4bace1[_0x3d03aa(0x30f)])==null?_0x5dfebb[_0x3d03aa(0x4b0)]:_0xdc99d9,...(_0x3d3d51=_0x4d5f45[_0x3d03aa(0xae3)])==null?{}:_0x3d3d51}};}function Zm(_0x20b332,_0x1b5147){const _0x1ec865=_0x2d3867;let _0x163a6a=Jm(_0x1b5147),_0x1ca737=_0x20b332[_0x1ec865(0xac6)](_0x522f3e=>_0x522f3e['element']['type']===_0x440e4e[_0x1ec865(0x24b)])['filter'](_0x13cadd=>Jm(_0x13cadd[_0x1ec865(0x31e)])===_0x163a6a)[_0x1ec865(0x7f9)]((_0x43534e,_0x18623f)=>qm(_0x43534e[_0x1ec865(0x77d)])-qm(_0x18623f[_0x1ec865(0x77d)])),_0x558a91={};return _0x1ca737[_0x1ec865(0x3d8)](_0x19baec=>{const _0x5cf922=_0x1ec865;let _0x1634a8=_0x19baec[_0x5cf922(0x431)];_0x558a91=Ym(_0x558a91,_0x1634a8[_0x5cf922(0x5a6)]);}),Xm(_0x558a91);}let Qm=class extends _0x10bcc8{constructor(_0x37bd1f,_0x7f63a4,_0x95391a,_0x55bb50,_0x469a6a){const _0x38d237=_0x2d3867;super(),this['_sidebarService']=_0x37bd1f,this[_0x38d237(0xa85)]=_0x7f63a4,this[_0x38d237(0x4c5)]=_0x95391a,this[_0x38d237(0xaa8)]=_0x55bb50,this[_0x38d237(0x5a5)]=_0x469a6a,Z(this,_0x38d237(0x94c),null),Z(this,_0x38d237(0xaba),null),Z(this,'_isOpenedShapeEditPanel',!0x1),Z(this,_0x38d237(0x397),null),Z(this,_0x38d237(0x579),!0x1),Z(this,_0x38d237(0x68d),null),Z(this,_0x38d237(0x4c9),!0x1),Z(this,_0x38d237(0x3ce),null),this[_0x38d237(0x194)](),this[_0x38d237(0x59b)]();}[_0x2d3867(0x194)](){const _0x15ed44=_0x2d3867;this[_0x15ed44(0x78d)](this[_0x15ed44(0x5a5)]['onCommandExecuted'](_0x932e70=>{const _0x3d449b=_0x15ed44;if(_0x932e70['id']===Im['id']){let _0x4b2408=_0x932e70[_0x3d449b(0xabe)];this[_0x3d449b(0xaba)]=this['_getPanelInfo'](_0x4b2408[_0x3d449b(0x340)],_0x4b2408[_0x3d449b(0xaa1)],_0x4b2408[_0x3d449b(0x31e)]),this[_0x3d449b(0xaba)]&&this[_0x3d449b(0x527)]();return;}if(_0x932e70['id']===Lm['id']){this[_0x3d449b(0xaba)]=null,this['_closeShapeEditPanel']();return;}if(_0x932e70['id']===Pm['id']){let _0x3986b9=_0x932e70[_0x3d449b(0xabe)];if(!(_0x3986b9!=null&&_0x3986b9['unitId'])||!_0x3986b9[_0x3d449b(0xaa1)])return;this['_activeBackgroundInfo']={'unitId':_0x3986b9['unitId'],'subUnitId':_0x3986b9[_0x3d449b(0xaa1)]},this[_0x3d449b(0x9e2)]();return;}if(_0x932e70['id']===Fm['id']){this['_activeBackgroundInfo']=null,this[_0x3d449b(0x298)]();return;}if(_0x932e70['id']===Rm['id']){let _0x5a08f=_0x932e70[_0x3d449b(0xabe)];if(!(_0x5a08f!=null&&_0x5a08f[_0x3d449b(0x340)])||!_0x5a08f['subUnitId'])return;this[_0x3d449b(0x68d)]={'unitId':_0x5a08f[_0x3d449b(0x340)],'subUnitId':_0x5a08f[_0x3d449b(0xaa1)]},this[_0x3d449b(0x380)]();return;}if(_0x932e70['id']===zm['id']){this['_activeTransitionInfo']=null,this[_0x3d449b(0x7a3)]();return;}if(_0x932e70['id']===Mm['id']){let _0x32001d=_0x932e70[_0x3d449b(0xabe)];if(!(_0x32001d!=null&&_0x32001d[_0x3d449b(0x340)])||!_0x32001d['subUnitId'])return;this[_0x3d449b(0x3ce)]={'unitId':_0x32001d[_0x3d449b(0x340)],'subUnitId':_0x32001d[_0x3d449b(0xaa1)]},this[_0x3d449b(0x7c6)]();return;}if(_0x932e70['id']===Nm['id']){this['_activeObjectListInfo']=null,this[_0x3d449b(0x7a1)]();return;}if(_0x932e70['id']===_0x2a956c['id']&&this[_0x3d449b(0xaba)]){let _0x26b1f0=this[_0x3d449b(0x787)](this['_activeShapeInfo'][_0x3d449b(0x340)],this[_0x3d449b(0xaba)][_0x3d449b(0xaa1)],this[_0x3d449b(0xaba)][_0x3d449b(0x31e)]);if(!_0x26b1f0){this[_0x3d449b(0xaba)]=null,this[_0x3d449b(0x4d1)]();return;}this[_0x3d449b(0xaba)]=_0x26b1f0,this[_0x3d449b(0x6d8)]&&this[_0x3d449b(0x527)]({'preservePanel':!0x0});}_0x932e70['id']===_0x5c14bf['id']&&this[_0x3d449b(0x397)]&&this[_0x3d449b(0x579)]&&this[_0x3d449b(0x9e2)]();}));}[_0x2d3867(0x59b)](){const _0x433d3e=_0x2d3867;this[_0x433d3e(0x78d)](this[_0x433d3e(0xa85)][_0x433d3e(0x72e)][_0x433d3e(0x6ca)](_0x594fb8=>{const _0x9817de=_0x433d3e;var _0x3c06b2;if(_0x594fb8['length']===0x0){this[_0x9817de(0xaba)]=null,this[_0x9817de(0x4d1)]();return;}if(!this['_isOpenedShapeEditPanel'])return;let _0x462e4b=_0x594fb8[_0x594fb8[_0x9817de(0xa73)]-0x1],_0x3fc787=this['_getPanelInfo'](_0x462e4b[_0x9817de(0x340)],_0x462e4b[_0x9817de(0xaa1)],_0x462e4b['drawingId']);if(!_0x3fc787){this['_activeShapeInfo']=null,this[_0x9817de(0x4d1)]();return;}((_0x3c06b2=this[_0x9817de(0xaba)])==null?void 0x0:_0x3c06b2[_0x9817de(0x340)])===_0x3fc787[_0x9817de(0x340)]&&this[_0x9817de(0xaba)][_0x9817de(0xaa1)]===_0x3fc787[_0x9817de(0xaa1)]&&this['_activeShapeInfo']['drawingId']===_0x3fc787[_0x9817de(0x31e)]||(this[_0x9817de(0xaba)]=_0x3fc787,this['_openShapeEditPanel']());}));}['_getPanelInfo'](_0x13e582,_0x284d19,_0x4b77fd){const _0x422873=_0x2d3867;let _0x2154d2=this[_0x422873(0xa85)][_0x422873(0x364)]({'unitId':_0x13e582,'subUnitId':_0x284d19,'drawingId':_0x4b77fd});if(!_0x2154d2||_0x2154d2['element']['type']!==_0x440e4e[_0x422873(0x24b)]&&_0x2154d2[_0x422873(0x431)][_0x422873(0x866)]!==_0x440e4e[_0x422873(0x9b4)]&&_0x2154d2[_0x422873(0x431)][_0x422873(0x866)]!==_0x440e4e['Group'])return null;if(_0x2154d2[_0x422873(0x431)]['type']===_0x440e4e['Image']||_0x2154d2[_0x422873(0x431)][_0x422873(0x866)]===_0x440e4e[_0x422873(0x1ff)])return{'unitId':_0x13e582,'subUnitId':_0x284d19,'drawingId':_0x4b77fd,'transform':_0x2154d2[_0x422873(0x985)],'element':_0x2154d2[_0x422873(0x431)]};let _0x1c4c01=this['_slideDrawingService'][_0x422873(0x671)](_0x13e582,_0x284d19),_0x2ee1a8=Zm(Object[_0x422873(0x4ae)](_0x1c4c01),_0x2154d2[_0x422873(0x31e)]),_0x2d443d={..._0x2154d2[_0x422873(0x431)],'shapeData':_0x2ee1a8};return{'unitId':_0x13e582,'subUnitId':_0x284d19,'drawingId':_0x4b77fd,'transform':_0x2154d2[_0x422873(0x985)],'element':_0x2d443d};}[_0x2d3867(0x527)](_0x3e23d6={}){const _0x4036d5=_0x2d3867;if(!this['_activeShapeInfo'])return;let _0x18d6f9=this[_0x4036d5(0xaba)];if(!_0x3e23d6['preservePanel']){var _0x456d92;(_0x456d92=this[_0x4036d5(0x94c)])==null||_0x456d92['dispose'](),this['_activeShapeInfo']=_0x18d6f9;}this['_sidebarDisposable']=this[_0x4036d5(0x83c)][_0x4036d5(0x98a)]({'id':Bm,'header':{'title':this[_0x4036d5(0x4c5)]['t'](_0x4036d5(0x89c))},'width':0x184,'children':{'label':Bm,..._0x18d6f9},'onClose':()=>{const _0x46f1bd=_0x4036d5;this['_isOpenedShapeEditPanel']=!0x1,this[_0x46f1bd(0xaba)]=null,this['_sidebarDisposable']=null,this[_0x46f1bd(0xaa8)][_0x46f1bd(0x8df)](!0x1);}}),this[_0x4036d5(0x6d8)]=!0x0,this[_0x4036d5(0xaa8)][_0x4036d5(0x8df)](!0x0);}[_0x2d3867(0x4d1)](){const _0x81b0d4=_0x2d3867;this[_0x81b0d4(0x6d8)]=!0x1,this[_0x81b0d4(0x83c)][_0x81b0d4(0xa5c)](Bm),this[_0x81b0d4(0x94c)]=null,this[_0x81b0d4(0xaa8)][_0x81b0d4(0x8df)](!0x1);}['_openBackgroundEditPanel'](){const _0x36da8a=_0x2d3867;var _0x55602a;if(!this['_activeBackgroundInfo'])return;let _0x4bf19b=this[_0x36da8a(0x397)];(_0x55602a=this[_0x36da8a(0x94c)])==null||_0x55602a['dispose'](),this[_0x36da8a(0x397)]=_0x4bf19b,this['_sidebarDisposable']=this[_0x36da8a(0x83c)][_0x36da8a(0x98a)]({'id':Vm,'header':{'title':this[_0x36da8a(0x4c5)]['t'](_0x36da8a(0x46b))},'width':0x184,'children':{'label':Vm,..._0x4bf19b},'onClose':()=>{const _0x14ba65=_0x36da8a;this[_0x14ba65(0x579)]=!0x1,this['_activeBackgroundInfo']=null,this[_0x14ba65(0x94c)]=null,this[_0x14ba65(0xaa8)][_0x14ba65(0x901)](!0x1);}}),this[_0x36da8a(0x579)]=!0x0,this[_0x36da8a(0xaa8)][_0x36da8a(0x901)](!0x0);}[_0x2d3867(0x298)](){const _0x3f47fd=_0x2d3867;this['_isOpenedBackgroundEditPanel']=!0x1,this[_0x3f47fd(0x83c)][_0x3f47fd(0xa5c)](Vm),this['_sidebarDisposable']=null,this['_sidebarStateService'][_0x3f47fd(0x901)](!0x1);}[_0x2d3867(0x380)](){const _0x3dc4a3=_0x2d3867;var _0xa30a4f;if(!this[_0x3dc4a3(0x68d)])return;let _0xb7029b=this[_0x3dc4a3(0x68d)];(_0xa30a4f=this[_0x3dc4a3(0x94c)])==null||_0xa30a4f[_0x3dc4a3(0xa89)](),this[_0x3dc4a3(0x68d)]=_0xb7029b,this[_0x3dc4a3(0x94c)]=this[_0x3dc4a3(0x83c)][_0x3dc4a3(0x98a)]({'id':Hm,'header':{'title':this[_0x3dc4a3(0x4c5)]['t'](_0x3dc4a3(0x2c6))},'width':0x184,'children':{'label':Hm,..._0xb7029b},'onClose':()=>{const _0x2d045b=_0x3dc4a3;this[_0x2d045b(0x4c9)]=!0x1,this[_0x2d045b(0x68d)]=null,this['_sidebarDisposable']=null,this[_0x2d045b(0xaa8)][_0x2d045b(0x4ad)](!0x1);}}),this[_0x3dc4a3(0x4c9)]=!0x0,this[_0x3dc4a3(0xaa8)]['setTransitionPanelOpen'](!0x0);}[_0x2d3867(0x7a3)](){const _0x546b03=_0x2d3867;this['_isOpenedTransitionPanel']=!0x1,this[_0x546b03(0x83c)][_0x546b03(0xa5c)](Hm),this[_0x546b03(0x94c)]=null,this[_0x546b03(0xaa8)]['setTransitionPanelOpen'](!0x1);}[_0x2d3867(0x7c6)](){const _0x85ad28=_0x2d3867;var _0x8d1d5a;if(!this[_0x85ad28(0x3ce)])return;let _0x448450=this[_0x85ad28(0x3ce)];(_0x8d1d5a=this[_0x85ad28(0x94c)])==null||_0x8d1d5a['dispose'](),this['_activeObjectListInfo']=_0x448450,this[_0x85ad28(0x94c)]=this[_0x85ad28(0x83c)][_0x85ad28(0x98a)]({'id':Um,'header':{'title':this['_localeService']['t'](_0x85ad28(0x5ec))},'width':0x168,'children':{'label':Um,..._0x448450},'onClose':()=>{const _0x2928a9=_0x85ad28;this[_0x2928a9(0x3ce)]=null,this['_sidebarDisposable']=null,this[_0x2928a9(0xaa8)][_0x2928a9(0x8f2)](!0x1);}}),this[_0x85ad28(0xaa8)][_0x85ad28(0x8f2)](!0x0);}[_0x2d3867(0x7a1)](){const _0x3fc50a=_0x2d3867;this[_0x3fc50a(0x83c)][_0x3fc50a(0xa5c)](Um),this[_0x3fc50a(0x94c)]=null,this[_0x3fc50a(0xaa8)]['setObjectListPanelOpen'](!0x1);}};Qm=$([Q(0x0,_0x33d141(_0xa8d18f)),Q(0x1,_0x33d141(_0x3a5c48)),Q(0x2,_0x33d141(_0x4a2941)),Q(0x3,_0x33d141(Wm)),Q(0x4,_0x2402a1)],Qm);function $m(){return ah()?null:_0x36d3a0(Am,{});}function eh(){return ah()?null:_0x36d3a0(vp,{});}function th(){return ah()?null:_0x36d3a0(tm,{});}function nh(){let _0x25884b=ah(),_0x4a7fc2=ih();return _0x25884b||_0x4a7fc2?null:_0x36d3a0(Wp,{});}function rh(){let _0x428a67=ah(),_0x150891=ih();return _0x428a67||_0x150891?null:_0x36d3a0(Fp,{});}function ih(){const _0x93dc26=_0x2d3867;let _0x4240d8=_0xcc135f(_0x5ccce3),_0x1905ab=_0xcc135f(Sl),_0xfc0590=_0x5c7b59(()=>_0x1905ab['editingParams$'],_0x1905ab[_0x93dc26(0xacc)](),void 0x0,[_0x1905ab]);return sh(oh(_0x4240d8),_0xfc0590==null?void 0x0:_0xfc0590[_0x93dc26(0x340)],_0xfc0590==null?void 0x0:_0xfc0590[_0x93dc26(0x340)]);}function ah(){const _0x237af5=_0x2d3867;var _0x118a12,_0x58b280;let _0x2e7e00=_0xcc135f(_0x5ccce3),_0x3bfabc=_0xcc135f(_0x534be5),_0x29ba51=_0x5c7b59(()=>_0x3bfabc[_0x237af5(0x7c9)](_0x50fd52[_0x237af5(0x70c)]),_0x3bfabc[_0x237af5(0x91a)](_0x50fd52[_0x237af5(0x70c)]),void 0x0,[_0x3bfabc]),_0x45097e=Ld(_0x5c7b59(()=>_0x3bfabc[_0x237af5(0x3a2)],(_0x118a12=(_0x58b280=_0x3bfabc[_0x237af5(0x2b6)]())==null?void 0x0:_0x58b280[_0x237af5(0x5cb)]())==null?null:_0x118a12,void 0x0,[_0x3bfabc]));return _0x29ba51?sh(oh(_0x2e7e00),_0x29ba51[_0x237af5(0x5cb)](),_0x45097e):!0x1;}function oh(_0x57e75c){const _0x560084=_0x2d3867;try{return _0x57e75c['get'](Nd)[_0x560084(0x1b4)]();}catch{return[];}}function sh(_0x51f195,_0x1e8205,_0x303133){const _0x572ba7=_0x2d3867;return!_0x1e8205||!_0x51f195[_0x572ba7(0xa92)](_0x1ff4fb=>_0x1ff4fb['childType']===_0x50fd52[_0x572ba7(0x70c)]&&_0x1ff4fb[_0x572ba7(0x469)]===_0x1e8205)?!0x1:_0x303133===_0x1e8205||_0x303133!=null&&_0x22662f(_0x303133);}let ch=class extends _0x10bcc8{constructor(_0xde0678,_0x5ec3b0){const _0x1bd763=_0x2d3867;super(),this[_0x1bd763(0x43f)]=_0xde0678,this[_0x1bd763(0x19b)]=_0x5ec3b0,this['_initUIComponents']();}['_initUIComponents'](){const _0x552b29=_0x2d3867;this[_0x552b29(0x78d)](this['_uiPartsService']['registerComponent'](_0x4b612c[_0x552b29(0x987)],()=>_0x5d2dd7($m,this[_0x552b29(0x43f)]))),this[_0x552b29(0x78d)](this[_0x552b29(0x19b)][_0x552b29(0x167)](_0x4b612c['CONTENT'],()=>_0x5d2dd7(eh,this[_0x552b29(0x43f)]))),this['disposeWithMe'](this[_0x552b29(0x19b)]['registerComponent'](_0x4b612c[_0x552b29(0xa18)],()=>_0x5d2dd7(th,this[_0x552b29(0x43f)])));}};ch=$([Q(0x0,_0x33d141(_0x5ccce3)),Q(0x1,_0xfc7844)],ch);const lh='slide.table-size.dialog';function uh(_0x475782,_0x2adc50,_0x2a1f43){const _0x176166=_0x2d3867;return Number['isFinite'](_0x475782)?Math[_0x176166(0x8ea)](Math[_0x176166(0x55a)](Math[_0x176166(0x1a7)](_0x475782),_0x2adc50),_0x2a1f43):_0x2adc50;}function dh(_0x2ae150){const _0x13498c=_0x2d3867;var _0x2233f9,_0x51f18e;let {initialRows:_0x22b8c7=0x3,initialColumns:_0x245f7a=0x5,maxGridRows:_0x143e63=0xa,maxGridColumns:_0x2c6f86=0xe,minRows:_0x21bd15=0x1,minColumns:_0x51803c=0x1,maxRows:_0x226b1f=0x32,maxColumns:_0x475b45=0x32,variant:_0x4bc3d9=_0x13498c(0x816),direction:_0x26e54a='ltr',title:_0x33b507,confirmAction:_0xbc987b=_0x13498c(0x930),onConfirm:_0x27326a}=_0x2ae150,_0x4f9e7b=_0xcc135f(_0x4a2941),[_0x43ad4c,_0x1418ed]=_0x23af5c(()=>uh(_0x22b8c7,_0x21bd15,_0x226b1f)),[_0x15702d,_0x5296df]=_0x23af5c(()=>uh(_0x245f7a,_0x51803c,_0x475b45)),[_0x2143a7,_0x4a7519]=_0x23af5c(null),_0x7b501d=(_0x2233f9=_0x2143a7==null?void 0x0:_0x2143a7[_0x13498c(0x93f)])==null?_0x43ad4c:_0x2233f9,_0x2ee2ec=(_0x51f18e=_0x2143a7==null?void 0x0:_0x2143a7[_0x13498c(0x7c3)])==null?_0x15702d:_0x51f18e,_0x5a043f=_0x4bc3d9==='dropdown',_0x4cdc3c=_0x4d56fd=>_0x1418ed(uh(_0x4d56fd,_0x21bd15,_0x226b1f)),_0x5d0980=_0x34151d=>_0x5296df(uh(_0x34151d,_0x51803c,_0x475b45)),_0x31a1f0=()=>_0x27326a({'rows':_0x43ad4c,'columns':_0x15702d}),_0x571891=_0x525c36=>_0x36d3a0(_0x13498c(0xaa0),{'className':_0x525c36?_0x13498c(0x4d4):'univer-grid\x20univer-gap-1','style':{'gridTemplateColumns':_0x13498c(0x519)+_0x2c6f86+_0x13498c(0x7f7)},'children':Array[_0x13498c(0xad9)]({'length':_0x143e63})['map']((_0x5e0e01,_0x3e1499)=>Array['from']({'length':_0x2c6f86})[_0x13498c(0x51d)]((_0x6f3cef,_0x295df3)=>{const _0x3a8ad9=_0x13498c;let _0x36a0fb=_0x3e1499+0x1,_0x2244af=_0x295df3+0x1,_0x5e45ad=_0x36a0fb<=_0x7b501d&&_0x2244af<=_0x2ee2ec;return _0x36d3a0(_0x3a8ad9(0x335),{'type':_0x3a8ad9(0x335),'aria-label':_0x2244af+_0x3a8ad9(0x9ab)+_0x36a0fb,'data-selected':_0x5e45ad,'className':_0x5b6657(_0x3a8ad9(0x373),_0x525c36?'univer-size-4\x20univer-rounded-sm':_0x3a8ad9(0x726),_0x5e45ad?_0x525c36?_0x3a8ad9(0x926):_0x3a8ad9(0x8e6):_0x3a8ad9(0x906),!_0x525c36&&_0x3a8ad9(0xa50)),'onMouseEnter':()=>_0x4a7519({'rows':_0x36a0fb,'columns':_0x2244af}),'onFocus':()=>_0x4a7519({'rows':_0x36a0fb,'columns':_0x2244af}),'onClick':()=>_0x27326a({'rows':_0x36a0fb,'columns':_0x2244af})},_0x36a0fb+':'+_0x2244af);}))});return _0x5a043f?_0x3e215d(_0x13498c(0x59f),{'className':_0x13498c(0x4f3),'data-u-comp':'slide-table-size-picker','dir':_0x26e54a,'onClick':_0x4c7c98=>_0x4c7c98['stopPropagation'](),'onMouseDown':_0x1d7d18=>_0x1d7d18['stopPropagation'](),'onMouseLeave':()=>_0x4a7519(null),'children':[_0x571891(!0x0),_0x3e215d('div',{'dir':_0x13498c(0x777),'className':_0x13498c(0x94e),'children':[_0x2ee2ec,_0x13498c(0x9a5),_0x7b501d]}),_0x3e215d(_0x13498c(0xaa0),{'className':_0x13498c(0x9d9),'children':[_0x36d3a0('div',{'className':_0x13498c(0x1cc),'children':_0x4f9e7b['t'](_0x13498c(0x46a))}),_0x3e215d(_0x13498c(0xaa0),{'className':_0x13498c(0x422),'children':[_0x3e215d('label',{'className':_0x13498c(0x8d3),'children':[_0x36d3a0(_0x13498c(0x66b),{'children':_0x4f9e7b['t']('slides-ui.tableSizePicker.rows')}),_0x36d3a0(_0x440486,{'className':_0x13498c(0x2f1),'min':_0x21bd15,'max':_0x226b1f,'precision':0x0,'value':_0x43ad4c,'onChange':_0x44a4d4=>_0x4cdc3c(_0x44a4d4==null?_0x21bd15:_0x44a4d4)})]}),_0x3e215d('label',{'className':_0x13498c(0x8d3),'children':[_0x36d3a0(_0x13498c(0x66b),{'children':_0x4f9e7b['t'](_0x13498c(0x432))}),_0x36d3a0(_0x440486,{'className':'univer-w-full','min':_0x51803c,'max':_0x475b45,'precision':0x0,'value':_0x15702d,'onChange':_0x34ac2b=>_0x5d0980(_0x34ac2b==null?_0x51803c:_0x34ac2b)})]}),_0x36d3a0(_0x631b28,{'className':_0x13498c(0x9d2),'variant':'primary','onClick':_0x31a1f0,'children':_0x4f9e7b['t'](_0x13498c(0x677)+_0xbc987b)})]})]})]}):_0x3e215d(_0x13498c(0xaa0),{'className':'univer-box-border\x20univer-w-[360px]\x20univer-rounded-lg\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','data-u-comp':_0x13498c(0xac5),'dir':_0x26e54a,'onMouseLeave':()=>_0x4a7519(null),'children':[_0x33b507&&_0x36d3a0('div',{'className':_0x13498c(0x223),'children':_0x33b507}),_0x3e215d('div',{'className':_0x13498c(0x707),'children':[_0x571891(!0x1),_0x3e215d('div',{'dir':_0x13498c(0x777),'className':_0x13498c(0x1b7),'children':[_0x2ee2ec,'\x20×\x20',_0x7b501d]})]}),_0x36d3a0(_0x5b20e9,{}),_0x36d3a0('div',{'className':'univer-mb-3\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-300','children':_0x4f9e7b['t'](_0x13498c(0x46a))}),_0x3e215d(_0x13498c(0xaa0),{'className':_0x13498c(0x448),'children':[_0x3e215d(_0x13498c(0x214),{'className':_0x13498c(0x4ca),'children':[_0x36d3a0(_0x13498c(0x66b),{'className':_0x13498c(0xa46),'children':_0x4f9e7b['t']('slides-ui.tableSizePicker.rows')}),_0x36d3a0(_0x440486,{'className':_0x13498c(0x2f1),'min':_0x21bd15,'max':_0x226b1f,'precision':0x0,'value':_0x43ad4c,'onChange':_0x539b05=>_0x4cdc3c(_0x539b05==null?_0x21bd15:_0x539b05)})]}),_0x3e215d(_0x13498c(0x214),{'className':_0x13498c(0x4ca),'children':[_0x36d3a0(_0x13498c(0x66b),{'className':'univer-mb-1\x20univer-block\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-300','children':_0x4f9e7b['t'](_0x13498c(0x432))}),_0x36d3a0(_0x440486,{'className':_0x13498c(0x2f1),'min':_0x51803c,'max':_0x475b45,'precision':0x0,'value':_0x15702d,'onChange':_0x206d79=>_0x5d0980(_0x206d79==null?_0x51803c:_0x206d79)})]})]}),_0x36d3a0(_0x631b28,{'className':_0x13498c(0x4a2),'variant':'primary','onClick':_0x31a1f0,'children':_0x4f9e7b['t']('slides-ui.tableSizePicker.'+_0xbc987b)})]});}function fh(_0x5e1518,_0x33894a,_0x126f1a,_0xb868f8,_0x4653b1,_0x25d620){const _0x31eccd=_0x2d3867;return{'id':_0x31eccd(0x79f),'title':{'title':_0x5e1518},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x0,'destroyOnClose':!0x0,'children':{'label':{'name':lh,'props':{'unitId':_0x33894a,'tableId':_0x126f1a,'initialRows':_0xb868f8,'initialColumns':_0x4653b1,'title':_0x5e1518,'onClose':_0x25d620}}},'onClose':_0x25d620};}function ph(_0x1bac62){const _0x4328cd=_0x2d3867;let {initialColumns:_0x5ad549,initialRows:_0x9b7d02,onClose:_0x1f1523,tableId:_0x439a2f,title:_0x2643db,unitId:_0x44ec08}=_0x1bac62,_0x10e864=_0xcc135f(_0x4a2941),_0x43c5cb=_0x5c7b59(_0x10e864[_0x4328cd(0x669)],_0x10e864[_0x4328cd(0x9aa)]()),_0x5130b7=_0xcc135f(_0x2402a1),_0x3f0bab=_0xcc135f(_0x55a72c);return _0x36d3a0(_0x4328cd(0xaa0),{'className':_0x4328cd(0x909),'data-u-comp':_0x4328cd(0x933),'children':_0x36d3a0(dh,{'initialRows':_0x9b7d02,'initialColumns':_0x5ad549,'direction':_0x43c5cb,'title':_0x2643db,'confirmAction':_0x4328cd(0x203),'onConfirm':_0x1679ed=>{const _0x50602e=_0x4328cd;let _0x1054c3=_0x3f0bab[_0x50602e(0x314)](_0x44ec08,_0x439a2f);if(!_0x1054c3){_0x1f1523==null||_0x1f1523();return;}let _0x2aacda=_0x1b9c35(_0x1054c3,_0x1679ed[_0x50602e(0x93f)],_0x1679ed[_0x50602e(0x7c3)]);(_0x2aacda['rows'][_0x50602e(0xa73)]!==_0x1054c3[_0x50602e(0x93f)][_0x50602e(0xa73)]||_0x2aacda[_0x50602e(0x7c3)][_0x50602e(0xa73)]!==_0x1054c3[_0x50602e(0x7c3)][_0x50602e(0xa73)])&&_0x5130b7[_0x50602e(0x6bc)](_0x90ad0e['id'],{'unitId':_0x44ec08,'tableId':_0x439a2f,'patch':{'rows':_0x2aacda[_0x50602e(0x93f)],'columns':_0x2aacda[_0x50602e(0x7c3)]}}),_0x1f1523==null||_0x1f1523();}})});}const mh={'borderEnabled':!0x0,'borderStroke':oo,'borderStrokeWidth':0x1,'borderSpacing':0x2,'anchorFill':so,'anchorStroke':co,'anchorStrokeWidth':1.5,'anchorSize':0x8,'anchorCornerRadius':0x2,'anchorStyle':_0x2d3867(0x1fc),'rotateEnabled':!0x0,'rotateSize':0x12,'rotateCornerRadius':0x9,'rotateAnchorOffset':0x1c,'rotateAnchorPosition':_0x2d3867(0x60a),'rotateLineEnabled':!0x1,'rotateFill':so,'rotateStroke':lo,'rotateStrokeWidth':0x1,'rotateIconEnabled':!0x0,'rotateIconStroke':uo,'rotateIconStrokeWidth':1.25,'resizeEnabled':!0x0,'keepRatio':!0x1,'moveBoundaryEnabled':!0x1};function hh(_0x34c549){const _0x669dd7=_0x2d3867;return(_0x34c549==null?void 0x0:_0x34c549[_0x669dd7(0x431)][_0x669dd7(0x866)])===_0x440e4e[_0x669dd7(0x6e9)];}function gh(_0x35364d){const _0xa31ef8=_0x2d3867;return(_0x35364d==null?void 0x0:_0x35364d[_0xa31ef8(0x431)][_0xa31ef8(0x866)])===_0x440e4e[_0xa31ef8(0x631)]&&_0x178dc9(_0x35364d['element'])!=null;}function _h(_0x489a6a){const _0x1a90b0=_0x2d3867;return _0x489a6a[_0x1a90b0(0xa92)](hh);}function vh(_0x599d5a,_0xf8ea0d={}){if(yh(_0x599d5a))return{'rotateEnabled':!0x1,'resizeEnabled':!0x1,'borderEnabled':!0x1};let _0x296d73=gh(_0x599d5a)?{...mh,'borderSpacing':0x4}:{...mh};return hh(_0x599d5a)||_0xf8ea0d['selectionContainsTable']?{..._0x296d73,'rotateEnabled':!0x1}:_0x296d73;}function yh(_0x4f0268){const _0x22ace4=_0x2d3867;var _0x5710d8;if(_0x4f0268[_0x22ace4(0x431)][_0x22ace4(0x866)]!==_0x440e4e[_0x22ace4(0x24b)])return!0x1;let _0x14dd10=(_0x5710d8=_0x4f0268[_0x22ace4(0x431)][_0x22ace4(0x5a6)])==null?void 0x0:_0x5710d8[_0x22ace4(0x5d6)];return!!_0x14dd10&&_0xb86505(_0x14dd10);}const bh={'id':_0x2d3867(0x18a),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x4f8830,_0x145e93)=>{const _0x419812=_0x2d3867;if(!_0x145e93)return!0x1;let {unitId:_0x2cdb98,subUnitId:_0x2f69cb,drawingId:_0x1133c0,arrangeType:_0x3ec2cf}=_0x145e93,_0x16d48e=_0x4f8830[_0x419812(0x7d6)](_0x3a5c48),_0x2c62e=_0x4f8830[_0x419812(0x7d6)](_0x2402a1),_0x2d8c84=_0x16d48e[_0x419812(0x66a)](_0x2cdb98,_0x2f69cb),_0x595845=_0x2d8c84[_0x419812(0x428)](_0x1133c0);if(_0x595845===-0x1)return!0x1;let _0xffb076=[..._0x2d8c84];switch(_0x3ec2cf){case _0x1fd282[_0x419812(0x525)]:_0x595845<_0xffb076['length']-0x1&&([_0xffb076[_0x595845],_0xffb076[_0x595845+0x1]]=[_0xffb076[_0x595845+0x1],_0xffb076[_0x595845]]);break;case _0x1fd282['backward']:_0x595845>0x0&&([_0xffb076[_0x595845],_0xffb076[_0x595845-0x1]]=[_0xffb076[_0x595845-0x1],_0xffb076[_0x595845]]);break;case _0x1fd282[_0x419812(0x690)]:_0xffb076[_0x419812(0x1ec)](_0x595845,0x1),_0xffb076['push'](_0x1133c0);break;case _0x1fd282[_0x419812(0x563)]:_0xffb076[_0x419812(0x1ec)](_0x595845,0x1),_0xffb076[_0x419812(0x1be)](_0x1133c0);break;default:return!0x1;}return _0x2c62e['executeCommand'](_0xcf9d5c['id'],{'unitId':_0x2cdb98,'subUnitId':_0x2f69cb,'drawingIds':_0xffb076});}};function xh(_0x541a49){const _0x3e3dd3=_0x2d3867;let _0x45f376=_0x541a49['getFocusDrawings']();if(!_0x45f376['length'])return null;let [_0x26cc9a]=_0x45f376;return!_0x26cc9a||!_0x45f376[_0x3e3dd3(0x3c7)](_0x53658f=>_0x53658f['unitId']===_0x26cc9a[_0x3e3dd3(0x340)]&&_0x53658f[_0x3e3dd3(0xaa1)]===_0x26cc9a[_0x3e3dd3(0xaa1)])?null:{'unitId':_0x26cc9a[_0x3e3dd3(0x340)],'subUnitId':_0x26cc9a['subUnitId'],'drawingIds':_0x45f376['map'](_0x28f70e=>_0x28f70e['drawingId'])};}const Sh={'id':'slide.operation.contextmenu.open-shape-panel','type':_0x49b5c3['OPERATION'],'handler':_0x5cc760=>{const _0x2cab12=_0x2d3867;let _0x530efd=_0x5cc760[_0x2cab12(0x7d6)](_0x3a5c48),_0x4151bf=_0x5cc760[_0x2cab12(0x7d6)](_0x2402a1),_0x24126c=xh(_0x530efd);if(!_0x24126c||!_0x24126c[_0x2cab12(0x3e5)]['length'])return!0x1;let _0x4da89b=_0x24126c[_0x2cab12(0x3e5)][0x0];return _0x4da89b?_0x4151bf[_0x2cab12(0x6bc)](Im['id'],{'unitId':_0x24126c[_0x2cab12(0x340)],'subUnitId':_0x24126c[_0x2cab12(0xaa1)],'drawingId':_0x4da89b}):!0x1;}},Ch={'id':_0x2d3867(0xa35),'type':_0x49b5c3['OPERATION'],'handler':_0x51c4ff=>{const _0x40890d=_0x2d3867;let _0x2b2e25=_0x51c4ff[_0x40890d(0x7d6)](_0x534be5),_0x2c9d3f=_0x51c4ff['get'](_0x2402a1),_0x49005b=_0x2b2e25[_0x40890d(0x91a)](_0x50fd52['UNIVER_SLIDE']),_0x57db00=_0x49005b==null?void 0x0:_0x49005b['pageManager'][_0x40890d(0x4bf)]();return!_0x49005b||!_0x57db00?!0x1:_0x2c9d3f[_0x40890d(0x6bc)](Pm['id'],{'unitId':_0x49005b[_0x40890d(0x5cb)](),'subUnitId':_0x57db00['getId']()});}},wh={'id':'slide.operation.contextmenu.open-transition-panel','type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x3e51c0=>{const _0x3b804b=_0x2d3867;let _0x25e4fe=_0x3e51c0[_0x3b804b(0x7d6)](_0x534be5),_0x4644f5=_0x3e51c0[_0x3b804b(0x7d6)](_0x2402a1),_0x370b80=_0x25e4fe[_0x3b804b(0x91a)](_0x50fd52[_0x3b804b(0x70c)]),_0x1771c4=_0x370b80==null?void 0x0:_0x370b80[_0x3b804b(0x63a)][_0x3b804b(0x4bf)]();return!_0x370b80||!_0x1771c4?!0x1:_0x4644f5['executeCommand'](Rm['id'],{'unitId':_0x370b80[_0x3b804b(0x5cb)](),'subUnitId':_0x1771c4[_0x3b804b(0x559)]()});}},Th={'id':'slide.operation.contextmenu.open-object-list-panel','type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x5296e0=>{const _0x3a0ac3=_0x2d3867;let _0x4d986f=_0x5296e0[_0x3a0ac3(0x7d6)](_0x534be5),_0x134dd2=_0x5296e0[_0x3a0ac3(0x7d6)](_0x2402a1),_0x37a209=_0x4d986f[_0x3a0ac3(0x91a)](_0x50fd52[_0x3a0ac3(0x70c)]),_0x5bd456=_0x37a209==null?void 0x0:_0x37a209[_0x3a0ac3(0x63a)][_0x3a0ac3(0x4bf)]();return!_0x37a209||!_0x5bd456?!0x1:_0x134dd2[_0x3a0ac3(0x6bc)](Mm['id'],{'unitId':_0x37a209[_0x3a0ac3(0x5cb)](),'subUnitId':_0x5bd456['getId']()});}},Eh={'id':_0x2d3867(0x386),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x1baa5e=>{const _0x85fd45=_0x2d3867;let _0x29f063=_0x1baa5e[_0x85fd45(0x7d6)](_0x534be5),_0x27bfb5=_0x1baa5e[_0x85fd45(0x7d6)](_0x5b5620),_0x43d243=_0x1baa5e[_0x85fd45(0x7d6)](_0x4a2941),_0x5565c0=_0x29f063[_0x85fd45(0x91a)](_0x50fd52[_0x85fd45(0x70c)]),_0x143164=_0x5565c0==null?void 0x0:_0x5565c0['pageManager'][_0x85fd45(0x4bf)]();if(!_0x5565c0||!_0x143164)return!0x1;let _0x3ee38e=null;return _0x3ee38e=_0x27bfb5[_0x85fd45(0x98a)](pp(_0x43d243['t'](_0x85fd45(0x77c)),_0x5565c0[_0x85fd45(0x5cb)](),_0x143164[_0x85fd45(0x559)](),_0x143164[_0x85fd45(0x1ed)]()[_0x85fd45(0x3b9)],()=>{const _0x5b2d85=_0x85fd45;_0x3ee38e==null||_0x3ee38e[_0x5b2d85(0xa89)](),_0x3ee38e=null;})),!0x0;}},Dh={'id':_0x2d3867(0x3e0),'type':_0x49b5c3['OPERATION'],'handler':_0x34af18=>(_0x34af18['get'](ju)[_0x2d3867(0x767)](),!0x0)},Oh={'id':_0x2d3867(0x880),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x2ef13f=>{const _0x1ad6f5=_0x2d3867;let _0x59b7f3=_0x2ef13f['get'](_0x3a5c48),_0x271177=_0x2ef13f[_0x1ad6f5(0x7d6)](_0x55a72c),_0xe4622c=_0x2ef13f[_0x1ad6f5(0x7d6)](_0x5b5620),_0x43087c=xh(_0x59b7f3);if(!_0x43087c||_0x43087c[_0x1ad6f5(0x3e5)]['length']!==0x1)return!0x1;let _0x438054=_0x59b7f3[_0x1ad6f5(0x671)](_0x43087c['unitId'],_0x43087c[_0x1ad6f5(0xaa1)])[_0x43087c['drawingIds'][0x0]];if(!_0x438054||_0x438054[_0x1ad6f5(0x431)][_0x1ad6f5(0x866)]!==_0x440e4e[_0x1ad6f5(0x6e9)])return!0x1;let _0x35f301=_0x271177['getTable'](_0x43087c[_0x1ad6f5(0x340)],_0x438054['element'][_0x1ad6f5(0x6e6)]);if(!_0x35f301)return!0x1;let _0x5ca69f=null;return _0x5ca69f=_0xe4622c[_0x1ad6f5(0x98a)](fh(_0x1ad6f5(0xa3b),_0x43087c[_0x1ad6f5(0x340)],_0x35f301['id'],_0x35f301[_0x1ad6f5(0x93f)][_0x1ad6f5(0xa73)],_0x35f301[_0x1ad6f5(0x7c3)][_0x1ad6f5(0xa73)],()=>{const _0x2de88f=_0x1ad6f5;_0x5ca69f==null||_0x5ca69f[_0x2de88f(0xa89)](),_0x5ca69f=null;})),!0x0;}};function kh(_0x4dde0a,_0x319cda){const _0x6b90d3=_0x2d3867;return{'id':_0x319cda,'type':_0x49b5c3[_0x6b90d3(0x833)],'handler':_0x58bb15=>{const _0x5af576=_0x6b90d3;let _0x4dfbad=_0x58bb15[_0x5af576(0x7d6)](_0x3a5c48),_0x3f634f=_0x58bb15[_0x5af576(0x7d6)](_0x2402a1),_0xee200f=xh(_0x4dfbad);if(!_0xee200f||!_0xee200f['drawingIds'][_0x5af576(0xa73)])return!0x1;let _0x1a969e=_0xee200f[_0x5af576(0x3e5)][0x0];return _0x1a969e?_0x3f634f[_0x5af576(0x6bc)](bh['id'],{'unitId':_0xee200f['unitId'],'subUnitId':_0xee200f[_0x5af576(0xaa1)],'drawingId':_0x1a969e,'arrangeType':_0x4dde0a}):!0x1;}};}const Ah=kh(_0x1fd282[_0x2d3867(0x525)],_0x2d3867(0x2cb)),jh=kh(_0x1fd282[_0x2d3867(0x5ef)],_0x2d3867(0x62b)),Mh=kh(_0x1fd282[_0x2d3867(0x690)],_0x2d3867(0x5e8)),Nh=kh(_0x1fd282['back'],_0x2d3867(0x2eb));function Ph(_0x9e2122,_0x35d80a){const _0x2b63ff=_0x2d3867;return{'id':_0x9e2122,'type':_0x49b5c3[_0x2b63ff(0x833)],'handler':_0xfe4c03=>{const _0xb168bc=_0x2b63ff;let _0x2ac0af=_0xfe4c03['get'](_0x3a5c48),_0x59bb2b=_0xfe4c03[_0xb168bc(0x7d6)](_0x2402a1),_0x2f2254=xh(_0x2ac0af);if(!_0x2f2254||!_0x2f2254['drawingIds'][_0xb168bc(0xa73)])return!0x1;let _0x224a51=_0x2ac0af['getDrawingData'](_0x2f2254[_0xb168bc(0x340)],_0x2f2254['subUnitId']),_0x242738=_0x2f2254[_0xb168bc(0x3e5)][_0xb168bc(0x51d)](_0x26ace1=>_0x224a51[_0x26ace1]||null)[_0xb168bc(0xac6)](_0x14a31a=>!!_0x14a31a);if(_h(_0x242738))return!0x1;let _0x3652fc=_0x242738['map'](_0x669df8=>{const _0x3069c0=_0xb168bc;var _0x3efbc2,_0xdf7217,_0x12fe0b,_0x411414,_0x362a8c,_0x316443,_0x3aad77,_0x5bfa9b,_0x2a7bd5,_0x33094a,_0x1b7e82,_0x9138c9;let _0x37d2b6=_0x669df8[_0x3069c0(0x31e)],_0x5eb5bf=(_0x3efbc2=_0x669df8[_0x3069c0(0x985)])==null?{'left':(_0xdf7217=_0x669df8[_0x3069c0(0x431)][_0x3069c0(0x985)][_0x3069c0(0x88e)])==null?0x0:_0xdf7217,'top':(_0x12fe0b=_0x669df8['element'][_0x3069c0(0x985)]['top'])==null?0x0:_0x12fe0b,'width':(_0x411414=_0x669df8['element']['transform'][_0x3069c0(0xa28)])==null?0x0:_0x411414,'height':(_0x362a8c=_0x669df8['element']['transform']['height'])==null?0x0:_0x362a8c,'angle':(_0x316443=_0x669df8[_0x3069c0(0x431)][_0x3069c0(0x985)][_0x3069c0(0x304)])==null?0x0:_0x316443,'flipX':(_0x3aad77=_0x669df8[_0x3069c0(0x431)][_0x3069c0(0x985)][_0x3069c0(0x2e3)])==null?!0x1:_0x3aad77,'flipY':(_0x5bfa9b=_0x669df8['element'][_0x3069c0(0x985)][_0x3069c0(0x8dd)])==null?!0x1:_0x5bfa9b}:_0x3efbc2;return{'unitId':_0x2f2254[_0x3069c0(0x340)],'subUnitId':_0x2f2254['subUnitId'],'drawingId':_0x37d2b6,'transform':{..._0x5eb5bf,'flipX':_0x35d80a==='x'?!((_0x2a7bd5=_0x5eb5bf[_0x3069c0(0x2e3)])!=null&&_0x2a7bd5):(_0x33094a=_0x5eb5bf[_0x3069c0(0x2e3)])==null?!0x1:_0x33094a,'flipY':_0x35d80a==='y'?!((_0x1b7e82=_0x5eb5bf['flipY'])!=null&&_0x1b7e82):(_0x9138c9=_0x5eb5bf[_0x3069c0(0x8dd)])==null?!0x1:_0x9138c9}};});return _0x3652fc['length']?_0x59bb2b['executeCommand'](_0x2a956c['id'],{'patches':_0x3652fc}):!0x1;}};}const Fh=Ph(_0x2d3867(0x570),'x'),Ih=Ph('slide.operation.contextmenu.flip-vertical','y'),Lh={'id':'slide.operation.contextmenu.group','type':_0x49b5c3['OPERATION'],'handler':_0x349011=>{const _0x3c87f7=_0x2d3867;let _0x436eca=_0x349011[_0x3c87f7(0x7d6)](_0x3a5c48),_0x5604e1=_0x349011[_0x3c87f7(0x7d6)](_0x2402a1),_0x27bea2=xh(_0x436eca);return!_0x27bea2||_0x27bea2[_0x3c87f7(0x3e5)][_0x3c87f7(0xa73)]<0x2?!0x1:_0x5604e1['executeCommand'](_0xce99c['id'],{'unitId':_0x27bea2[_0x3c87f7(0x340)],'subUnitId':_0x27bea2[_0x3c87f7(0xaa1)],'drawingIds':_0x27bea2['drawingIds'],'groupId':_0x5a1e83(0x6)});}},Rh={'id':'slide.operation.contextmenu.ungroup','type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x218a37=>{const _0x3610e3=_0x2d3867;let _0x736735=_0x218a37['get'](_0x3a5c48),_0x9f325d=_0x218a37['get'](_0x2402a1),_0x25d251=xh(_0x736735);return!_0x25d251||!_0x25d251[_0x3610e3(0x3e5)][_0x3610e3(0xa73)]?!0x1:_0x9f325d['executeCommand'](_0x3994cf['id'],{'unitId':_0x25d251[_0x3610e3(0x340)],'subUnitId':_0x25d251['subUnitId'],'drawingIds':_0x25d251[_0x3610e3(0x3e5)]});}},zh={'id':_0x2d3867(0x835),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x54e9a4=>{const _0x5a256b=_0x2d3867;let _0x371989=_0x54e9a4[_0x5a256b(0x7d6)](_0x534be5),_0x3e64af=_0x54e9a4[_0x5a256b(0x7d6)](_0x2402a1),_0x49a2d0=_0x371989['getCurrentUnitOfType'](_0x50fd52[_0x5a256b(0x70c)]),_0x508d11=_0x49a2d0==null?void 0x0:_0x49a2d0['pageManager'][_0x5a256b(0x4bf)]();if(!_0x49a2d0||!_0x508d11)return!0x1;let _0x34d8ac=_0x508d11['getData'](),_0x41aee2=_0x49a2d0['getSnapshot']()['slideOrder'],_0x1aa91f=Math[_0x5a256b(0x55a)](0x0,_0x41aee2[_0x5a256b(0x428)](_0x34d8ac['id']))+0x1,_0x400223={'id':_0x5a1e83(0x6),'pageType':_0x3a8f6d[_0x5a256b(0xa20)],'name':_0x5a256b(0xa8c)+(_0x41aee2['length']+0x1),'elementOrder':[],'elements':{},'layoutPageId':_0x34d8ac['layoutPageId'],'masterPageId':_0x34d8ac['masterPageId'],'pageSize':_0x34d8ac[_0x5a256b(0x76e)],'background':_0x34d8ac['background'],'showMasterSp':_0x34d8ac['showMasterSp']};return _0x3e64af[_0x5a256b(0x6bc)](_0xd03240['id'],{'unitId':_0x49a2d0[_0x5a256b(0x5cb)](),'slide':_0x400223,'insertIndex':_0x1aa91f,'setActive':!0x0});}};let Bh=class{constructor(_0x25f0a8,_0x173fc3,_0x2cdcfe,_0x2a65f5,_0x120d4f){const _0x62c907=_0x2d3867;this['_instanceService']=_0x25f0a8,this[_0x62c907(0x5a5)]=_0x173fc3,this[_0x62c907(0x9de)]=_0x2cdcfe,this[_0x62c907(0x850)]=_0x2a65f5,this[_0x62c907(0x5fc)]=_0x120d4f;}[_0x2d3867(0x58f)](_0x44d040){const _0x28a345=_0x2d3867;return this[_0x28a345(0x36e)](_0x44d040);}['_insertShape'](_0x237e4c,_0x56c037){const _0x4d7b47=_0x2d3867;var _0x5bfb29,_0x5cef68;let _0x363481=this[_0x4d7b47(0xadb)]();if(!_0x363481)return!0x1;let _0x3cb29b=(_0x5bfb29=_0x237e4c['width'])==null?_0x9f1758['shapeWidth']:_0x5bfb29,_0x2ed841=(_0x5cef68=_0x237e4c['height'])==null?_0x9f1758[_0x4d7b47(0x69a)]:_0x5cef68,_0x2728c7=_0x5a1e83(0x6),_0x1524af=_0x237e4c[_0x4d7b47(0x5d6)]===_0x3da99c[_0x4d7b47(0xa8a)],_0x80bfc1=_0xb86505(_0x237e4c[_0x4d7b47(0x5d6)]),_0x3844fe={'shapeType':_0x237e4c[_0x4d7b47(0x5d6)]};if(_0x237e4c[_0x4d7b47(0x21a)]&&(_0x3844fe[_0x4d7b47(0x7c1)]={'color':_0x237e4c[_0x4d7b47(0x21a)]}),(_0x237e4c[_0x4d7b47(0x968)]||_0x237e4c[_0x4d7b47(0x208)]!==void 0x0)&&(_0x3844fe[_0x4d7b47(0xae3)]={'color':_0x237e4c[_0x4d7b47(0x968)],'width':_0x237e4c[_0x4d7b47(0x208)]}),_0x80bfc1&&(_0x237e4c[_0x4d7b47(0x45b)]||_0x237e4c['endArrow'])&&(_0x3844fe['ln']={'startArrow':_0x237e4c['startArrow']?{'type':_0x537eea[_0x4d7b47(0x523)],'size':_0x47459f[_0x4d7b47(0x370)]}:void 0x0,'endArrow':_0x237e4c[_0x4d7b47(0x709)]?{'type':_0x537eea['Arrow'],'size':_0x47459f[_0x4d7b47(0x22a)]}:void 0x0}),_0x1524af&&(_0x237e4c[_0x4d7b47(0xa41)]!==void 0x0||_0x237e4c[_0x4d7b47(0xaaf)]!==void 0x0)){let _0x41ad72=this[_0x4d7b47(0x7b4)](_0x237e4c);Object[_0x4d7b47(0x52f)](_0x3844fe,_0xa96c1({'fill':_0x3844fe['fill'],'stroke':_0x3844fe[_0x4d7b47(0xae3)],'isHorizontal':_0x41ad72}));}let _0x9444ca={'id':_0x2728c7,'type':_0x440e4e[_0x4d7b47(0x24b)],'transform':this[_0x4d7b47(0x31a)](_0x363481[_0x4d7b47(0x754)],_0x363481['pageHeight'],_0x3cb29b,_0x2ed841),'shapeData':_0x3844fe};return this[_0x4d7b47(0x227)](_0x363481,_0x9444ca,_0x237e4c[_0x4d7b47(0x4a8)]),_0x56c037==null||_0x56c037(_0x363481,_0x2728c7),!0x0;}[_0x2d3867(0x908)](_0x1ba9fd={}){const _0x31df50=_0x2d3867;var _0x569c55,_0x5c2a93;let _0x40936a=this[_0x31df50(0x7b4)](_0x1ba9fd),_0xe4b429=_0x389ef4(_0x40936a);return this['_insertShape']({'shapeType':_0x3da99c[_0x31df50(0xa8a)],'width':(_0x569c55=_0x1ba9fd[_0x31df50(0xa28)])==null?_0xe4b429['width']:_0x569c55,'height':(_0x5c2a93=_0x1ba9fd[_0x31df50(0x47c)])==null?_0xe4b429[_0x31df50(0x47c)]:_0x5c2a93,'horizontal':_0x40936a,'vertical':!_0x40936a},(_0x504c44,_0x12f997)=>{const _0x495a2b=_0x31df50;this[_0x495a2b(0x9de)][_0x495a2b(0x9ad)]({'unitId':_0x504c44['unitId'],'subUnitId':_0x504c44[_0x495a2b(0xaa1)],'shapeId':_0x12f997});});}['insertTable'](_0x15b8b1={}){const _0xdfb177=_0x2d3867;let _0x532e48=this[_0xdfb177(0xadb)]();if(!_0x532e48)return!0x1;let {rows:_0x4df718,columns:_0x44be7d,columnWidth:_0xbbd69,rowHeight:_0x2255f4}=_0x673bc1(_0x15b8b1),_0x2ea067=_0x5a1e83(0x6);return this[_0xdfb177(0x5a5)][_0xdfb177(0x554)](_0x4209f3['id'],{'unitId':_0x532e48[_0xdfb177(0x340)],'subUnitId':_0x532e48[_0xdfb177(0xaa1)],'createOptions':{'rows':_0x4df718,'columns':_0x44be7d,'columnWidth':_0xbbd69,'rowHeight':_0x2255f4,'options':{'firstRow':!0x0,'bandRow':!0x0}},'element':{'id':_0x2ea067,'transform':this[_0xdfb177(0x31a)](_0x532e48[_0xdfb177(0x754)],_0x532e48[_0xdfb177(0xa64)],_0x44be7d*_0xbbd69,_0x4df718*_0x2255f4)}})?(this['_drawingStateService'][_0xdfb177(0x3ee)]({'unitId':_0x532e48['unitId'],'subUnitId':_0x532e48[_0xdfb177(0xaa1)]},[_0x2ea067],_0x2ea067),!0x0):!0x1;}async['insertImage'](_0x3ec7b7){const _0x2b8c24=_0x2d3867;let _0x5ba4b9=this[_0x2b8c24(0xadb)]();if(!_0x5ba4b9)return!0x1;let _0x5725b1=await this[_0x2b8c24(0x97f)](_0x3ec7b7);if(!_0x5725b1)return!0x1;let _0x40a659=this['_fitSize'](_0x5725b1['width'],_0x5725b1['height'],_0x5ba4b9['pageWidth']*_0x9f1758[_0x2b8c24(0x438)],_0x5ba4b9[_0x2b8c24(0xa64)]*_0x9f1758['imageFitRatio']),_0x55571e={'id':_0x5a1e83(0x6),'type':_0x440e4e[_0x2b8c24(0x9b4)],'source':_0x5725b1[_0x2b8c24(0x2e1)],'imageSourceType':_0x5725b1[_0x2b8c24(0xab7)],'transform':this[_0x2b8c24(0x31a)](_0x5ba4b9[_0x2b8c24(0x754)],_0x5ba4b9['pageHeight'],_0x40a659[_0x2b8c24(0xa28)],_0x40a659[_0x2b8c24(0x47c)])};return this[_0x2b8c24(0x227)](_0x5ba4b9,_0x55571e),!0x0;}async['resolveImageSource'](_0x1c3ccc){return this['_resolveImageSource'](_0x1c3ccc);}[_0x2d3867(0x227)](_0x3f1e6e,_0x28dd23,_0x59ca56){const _0x4598bb=_0x2d3867;this[_0x4598bb(0x5a5)][_0x4598bb(0x6bc)](_0x14d399['id'],{'unitId':_0x3f1e6e['unitId'],'subUnitId':_0x3f1e6e[_0x4598bb(0xaa1)],'element':_0x28dd23,'nameBase':_0x59ca56,'focus':!0x0});}[_0x2d3867(0xadb)](){const _0x12bb4e=_0x2d3867;let _0x369287=this[_0x12bb4e(0x1e8)][_0x12bb4e(0x91a)](_0x50fd52['UNIVER_SLIDE']),_0x5cfa83=_0x369287==null?void 0x0:_0x369287[_0x12bb4e(0x63a)]['getActiveSlide']();if(!_0x369287||!_0x5cfa83)return null;let _0x5858e5=Ba(_0x369287[_0x12bb4e(0x3a7)]()[_0x12bb4e(0x674)]);return{'unitId':_0x369287['getUnitId'](),'subUnitId':_0x5cfa83[_0x12bb4e(0x559)](),'pageWidth':_0x5858e5[_0x12bb4e(0xa28)],'pageHeight':_0x5858e5[_0x12bb4e(0x47c)]};}[_0x2d3867(0x31a)](_0x37b06f,_0x5785c1,_0x5899a5,_0x228e79){const _0x59ced1=_0x2d3867;return{'left':Math[_0x59ced1(0x55a)](_0x9f1758[_0x59ced1(0x534)],Math[_0x59ced1(0x9d8)]((_0x37b06f-_0x5899a5)/0x2)),'top':Math[_0x59ced1(0x55a)](_0x9f1758[_0x59ced1(0x534)],Math[_0x59ced1(0x9d8)]((_0x5785c1-_0x228e79)/0x2)),'width':_0x5899a5,'height':_0x228e79,'rotation':0x0};}[_0x2d3867(0x7b4)](_0x130e32){const _0x41da5f=_0x2d3867;var _0xc67fc3;return _0x130e32['vertical']===!0x0?!0x1:(_0xc67fc3=_0x130e32[_0x41da5f(0xa41)])==null?!0x0:_0xc67fc3;}[_0x2d3867(0x3c4)](_0x4cac78,_0x1f6c97,_0x119d1b,_0x8c9a64){const _0x15d54e=_0x2d3867;let _0x41efb5=Number[_0x15d54e(0x6ab)](_0x4cac78)&&_0x4cac78>0x0?_0x4cac78:_0x9f1758[_0x15d54e(0x18f)],_0x5afab2=Number['isFinite'](_0x1f6c97)&&_0x1f6c97>0x0?_0x1f6c97:_0x9f1758[_0x15d54e(0x9a0)],_0x3233ff=Math['min'](_0x119d1b/_0x41efb5,_0x8c9a64/_0x5afab2,0x1);return{'width':Math['max'](_0x9f1758['minImageEdge'],Math['round'](_0x41efb5*_0x3233ff)),'height':Math['max'](_0x9f1758['minImageEdge'],Math[_0x15d54e(0x9d8)](_0x5afab2*_0x3233ff))};}async['_resolveImageSource'](_0x25302f){const _0x3b7c25=_0x2d3867;let _0x202551=await this[_0x3b7c25(0x850)][_0x3b7c25(0x5c5)](_0x25302f);if(!_0x202551)return null;let {source:_0x2eafde,imageSourceType:_0x5a54b0,base64Cache:_0x2191ce}=_0x202551,_0x2dcc99=await _0x127c20(_0x2191ce||_0x2eafde||'');return this[_0x3b7c25(0x850)][_0x3b7c25(0x6b6)](_0x2eafde,_0x5a54b0,_0x2dcc99['image']),{'source':_0x2eafde,'imageSourceType':_0x5a54b0,'width':_0x2dcc99['width'],'height':_0x2dcc99['height']};}};Bh=$([Q(0x0,_0x534be5),Q(0x1,_0x2402a1),Q(0x2,_0x33d141(Sl)),Q(0x3,_0x4b40fd),Q(0x4,_0x33d141(Cu))],Bh);const Vh=_0x2d3867(0x188),Hh=_0x1aee29[_0x2d3867(0xac6)](_0x20a091=>!_0x20a091[_0x2d3867(0xa41)]&&!_0x20a091[_0x2d3867(0xaaf)]);function Uh(_0xc1dc5f,_0x26175a){const _0x3facd7=_0x2d3867;return{'shapeType':_0xc1dc5f[_0x3facd7(0x866)],'startArrow':!!_0xc1dc5f[_0x3facd7(0x45b)],'endArrow':!!_0xc1dc5f['endArrow'],'nameBase':_0x26175a};}function Wh({onShapeClick:_0x46d637,excludeGroups:_0x3556bb,variant:_0x3d7562=_0x2d3867(0x816)}){const _0x43172c=_0x2d3867;return _0x36d3a0(_0x4edfc3,{'excludeGroups':_0x3556bb,'onShapeClick':_0x46d637,'options':Hh,'variant':_0x3d7562===_0x43172c(0x816)?'card':_0x43172c(0x351)});}function Gh(_0x43d132){let {onSelect:_0x5aa447,variant:_0x3b309a}=_0x43d132,_0x4f77d9=_0xcc135f(Bh),_0xaa75f3=_0xcc135f(_0x4a2941);return _0x36d3a0(Wh,{'onShapeClick':_0x5afab0=>{const _0x46395e=_0x3035;_0x4f77d9['insertShape'](Uh(_0x5afab0,_0xaa75f3['t'](_0x46395e(0x910)+_0x5afab0[_0x46395e(0x6a9)]))),_0x5aa447==null||_0x5aa447(_0x5afab0);},'variant':_0x3b309a});}function Kh(){const _0x212649=_0x2d3867;return _0x36d3a0(Wh,{'onShapeClick':()=>{},'excludeGroups':[_0x212649(0x56d)]});}function qh(_0x3912ca){let {onSelect:_0x26d0a8}=_0x3912ca;return _0x36d3a0(Wh,{'onShapeClick':_0x4ff5d7=>_0x26d0a8==null?void 0x0:_0x26d0a8(_0x4ff5d7),'excludeGroups':['line']});}function Jh(_0x1c3360){const _0x111839=_0x2d3867;return _0x36d3a0(Wh,{'onShapeClick':_0x4f03be=>{var _0x213dcd;return(_0x213dcd=_0x1c3360['onChange'])==null?void 0x0:_0x213dcd['call'](_0x1c3360,_0x4f03be['type']);},'excludeGroups':[_0x111839(0x56d)],'variant':_0x111839(0x6d6)});}const Yh=_0x2d3867(0x91f),Xh='slide.insert-ribbon.table',Zh=_0x2d3867(0x52a),Qh=[];function $h(_0xb94425,_0x4bcbbf,_0x4c3aba){const _0x591c57=_0x2d3867;return{'id':_0x591c57(0x4c2),'title':{'title':_0x4bcbbf},'width':0x2a8,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x0,'destroyOnClose':!0x0,'children':{'label':{'name':_0xb94425,'props':{'onCancel':_0x4c3aba,'onInserted':_0x4c3aba}}},'onClose':_0x4c3aba};}function eg(_0x5321ac){const _0x3df6c5=_0x2d3867;return _0x5321ac[_0x3df6c5(0x5a7)]()[_0x3df6c5(0x584)]();}function tg(_0x4f1a98){const _0x3a9b59=_0x2d3867;let _0x300cb8=[_0x4f1a98[_0x3a9b59(0x6a9)],_0x4f1a98[_0x3a9b59(0x4c4)]][_0x3a9b59(0xac6)](Boolean);if(_0x4f1a98[_0x3a9b59(0x866)]===_0x440e4e['Text']&&_0x4f1a98['text']&&_0x300cb8['push'](_0x4f1a98[_0x3a9b59(0x65d)]),_0x4f1a98[_0x3a9b59(0x866)]===_0x440e4e[_0x3a9b59(0x7f0)]){var _0x331975;_0x4f1a98[_0x3a9b59(0x65d)]&&_0x300cb8[_0x3a9b59(0x39b)](_0x4f1a98[_0x3a9b59(0x65d)]),_0x4f1a98[_0x3a9b59(0x983)][_0x3a9b59(0x8e3)]&&_0x300cb8[_0x3a9b59(0x39b)](_0x4f1a98['placeholder'][_0x3a9b59(0x8e3)]),(_0x331975=_0x4f1a98[_0x3a9b59(0x983)][_0x3a9b59(0x88c)])!=null&&_0x331975[_0x3a9b59(0x8e3)]&&_0x300cb8[_0x3a9b59(0x39b)](_0x4f1a98[_0x3a9b59(0x983)][_0x3a9b59(0x88c)][_0x3a9b59(0x8e3)]);}if(_0x4f1a98[_0x3a9b59(0x866)]===_0x440e4e['Shape']){let _0x4d06d1=_0x4f1a98[_0x3a9b59(0x5a6)][_0x3a9b59(0xa84)];typeof(_0x4d06d1==null?void 0x0:_0x4d06d1[_0x3a9b59(0x65d)])==_0x3a9b59(0x242)&&_0x300cb8[_0x3a9b59(0x39b)](_0x4d06d1[_0x3a9b59(0x65d)]);}return _0x300cb8[_0x3a9b59(0x8bc)]('\x20')[_0x3a9b59(0x228)](/\s+/g,'\x20')[_0x3a9b59(0x5a7)]();}function ng(_0x27b1f0){const _0x50b508=_0x2d3867;if(_0x27b1f0[_0x50b508(0x6a9)])return _0x27b1f0[_0x50b508(0x6a9)];switch(_0x27b1f0['type']){case _0x440e4e[_0x50b508(0x631)]:return _0x50b508(0x631);case _0x440e4e[_0x50b508(0x24b)]:return'Shape';case _0x440e4e[_0x50b508(0x9b4)]:return _0x50b508(0x9b4);case _0x440e4e['Placeholder']:return _0x50b508(0x7f0);case _0x440e4e[_0x50b508(0x478)]:return _0x50b508(0x478);default:return String(_0x27b1f0[_0x50b508(0x866)]);}}function rg(_0x58efa6,_0x1ae03b,_0x37156f){const _0x29b261=_0x2d3867;let _0x2a5a5e=eg(_0x37156f);if(!_0x58efa6||!_0x2a5a5e)return[];let _0x3a7c90=[];return _0x1ae03b[_0x29b261(0x3d8)]((_0x4a610a,_0x28e3bc)=>{const _0x48a65a=_0x29b261;let _0x2c5331=_0x58efa6['pageManager'][_0x48a65a(0x3c6)](_0x4a610a),_0x5782a2=_0x2c5331==null?void 0x0:_0x2c5331['getData']();if(!_0x5782a2)return;let _0x40f25f=_0x5782a2['name']||_0x48a65a(0xa8c)+(_0x28e3bc+0x1);eg(_0x40f25f)[_0x48a65a(0x83a)](_0x2a5a5e)&&_0x3a7c90['push']({'id':_0x4a610a+_0x48a65a(0xa3c),'pageId':_0x4a610a,'pageIndex':_0x28e3bc,'pageName':_0x40f25f,'title':_0x40f25f,'snippet':_0x40f25f}),_0x5782a2[_0x48a65a(0x807)][_0x48a65a(0x3d8)](_0x4ef387=>{const _0x425bc1=_0x48a65a;let _0x465c68=_0x5782a2[_0x425bc1(0x621)][_0x4ef387];if(!_0x465c68||_0x465c68[_0x425bc1(0x617)]===!0x1)return;let _0x2bc7c5=tg(_0x465c68);!_0x2bc7c5||!eg(_0x2bc7c5)[_0x425bc1(0x83a)](_0x2a5a5e)||_0x3a7c90[_0x425bc1(0x39b)]({'id':_0x4a610a+':'+_0x4ef387,'pageId':_0x4a610a,'pageIndex':_0x28e3bc,'pageName':_0x40f25f,'drawingId':_0x4ef387,'title':ng(_0x465c68),'snippet':_0x2bc7c5});});}),_0x3a7c90['slice'](0x0,0x1e);}function ig(){const _0x3b6b64=_0x2d3867;var _0x54aa21,_0x453d8a,_0x4174d4;let _0xfcdb46=_0xcc135f(_0x4a2941),_0x114518=_0x5c7b59(_0xfcdb46[_0x3b6b64(0x669)],_0xfcdb46[_0x3b6b64(0x9aa)]()),_0x58575f=_0xcc135f(_0x534be5),_0xb15954=_0xcc135f(Cu),_0x3ae3da=_0x4810a9(null),[_0x4f59a3,_0x50eec7]=_0x23af5c(''),_0x2b2ba9=(_0x54aa21=_0x58575f[_0x3b6b64(0x91a)](_0x50fd52[_0x3b6b64(0x70c)]))==null?null:_0x54aa21,_0x20a8a9=(_0x453d8a=(_0x4174d4=_0x5c7b59(_0x2b2ba9==null?void 0x0:_0x2b2ba9[_0x3b6b64(0x63a)][_0x3b6b64(0x320)]))==null?_0x2b2ba9==null?void 0x0:_0x2b2ba9[_0x3b6b64(0x3a7)]()['slideOrder']:_0x4174d4)==null?Qh:_0x453d8a,_0x4930ca=_0x47e782(()=>rg(_0x2b2ba9,_0x20a8a9,_0x4f59a3),[_0x20a8a9,_0x4f59a3,_0x2b2ba9]),_0x42f595=_0x4f59a3[_0x3b6b64(0x5a7)]()['length']>0x0;_0x5747a5(()=>{const _0x3b4e81=_0x3b6b64;var _0x9569df,_0x38c3c1;(_0x9569df=_0x3ae3da[_0x3b4e81(0x97c)])==null||_0x9569df[_0x3b4e81(0x695)](),(_0x38c3c1=_0x3ae3da[_0x3b4e81(0x97c)])==null||_0x38c3c1['select']();},[]);let _0x2a4ee1=_0x340f87=>{const _0x5023c7=_0x3b6b64;if(!_0x2b2ba9)return;let _0x48beba=_0x2b2ba9[_0x5023c7(0x5cb)]();if(_0x2b2ba9[_0x5023c7(0x63a)]['setActiveSlide'](_0x340f87[_0x5023c7(0x5d3)]),!_0x340f87[_0x5023c7(0x31e)]){_0xb15954[_0x5023c7(0x576)]();return;}window[_0x5023c7(0x254)](()=>{const _0x51ab8f=_0x5023c7;_0xb15954['selectDrawings']({'unitId':_0x48beba,'subUnitId':_0x340f87['pageId']},[_0x340f87[_0x51ab8f(0x31e)]],_0x340f87[_0x51ab8f(0x31e)]);});};return _0x3e215d(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0x82e),'dir':_0x114518,'onPointerDown':_0x1f0c36=>_0x1f0c36[_0x3b6b64(0x95f)](),'onMouseDown':_0x284658=>_0x284658[_0x3b6b64(0x95f)](),'onClick':_0x16b53f=>_0x16b53f[_0x3b6b64(0x95f)](),'onKeyDown':_0x179e80=>{_0x179e80['key']!=='Escape'&&_0x179e80['stopPropagation']();},'children':[_0x36d3a0(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0x201),'children':_0x36d3a0(_0x45667f,{'ref':_0x3ae3da,'value':_0x4f59a3,'placeholder':_0xfcdb46['t'](_0x3b6b64(0x2a9)),'inputClass':_0x3b6b64(0x921),'onChange':_0x50eec7,'autoFocus':!0x0})}),_0x3e215d(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0x61b),'children':[!_0x42f595&&_0x36d3a0('div',{'className':'univer-px-3.5\x20univer-py-4\x20univer-text-xs\x20univer-text-gray-500','children':_0xfcdb46['t'](_0x3b6b64(0x924))}),_0x42f595&&_0x4930ca[_0x3b6b64(0xa73)]===0x0&&_0x36d3a0(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0x1f5),'children':_0xfcdb46['t']('slides-ui.searchPanel.empty')}),_0x4930ca[_0x3b6b64(0x51d)](_0x5b1a62=>_0x3e215d(_0x3b6b64(0x335),{'type':_0x3b6b64(0x335),'onClick':()=>_0x2a4ee1(_0x5b1a62),'className':'univer-block\x20univer-w-full\x20univer-cursor-pointer\x20univer-border-none\x20univer-bg-transparent\x20univer-px-3\x20univer-py-2\x20univer-text-left\x20hover:univer-bg-gray-50\x20rtl:univer-text-right','children':[_0x3e215d(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0x9b5),'children':[_0xfcdb46['t'](_0x3b6b64(0x725)),'\x20',_0x5b1a62[_0x3b6b64(0x753)]+0x1,_0x3b6b64(0x38d),_0x5b1a62[_0x3b6b64(0x22b)]]}),_0x36d3a0(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0xa54),'children':_0x5b1a62[_0x3b6b64(0x8a9)]}),_0x36d3a0(_0x3b6b64(0xaa0),{'className':_0x3b6b64(0x877),'children':_0x5b1a62[_0x3b6b64(0xa1b)]})]},_0x5b1a62['id']))]})]});}function ag(){const _0x44507a=_0x2d3867;let _0x4b1a9c=_0xcc135f(_0x4a2941),_0x4d27a6=_0xcc135f(Bh);return _0x36d3a0(dh,{'initialRows':0x3,'initialColumns':0x5,'direction':_0x5c7b59(_0x4b1a9c[_0x44507a(0x669)],_0x4b1a9c[_0x44507a(0x9aa)]()),'variant':_0x44507a(0x6d6),'title':_0x4b1a9c['t']('slides-ui.insertToolbar.table'),'onConfirm':_0x19caa8=>_0x4d27a6[_0x44507a(0xa99)](_0x19caa8)});}function og(){const _0x3faf7d=_0x2d3867;return _0x36d3a0(Gh,{'variant':_0x3faf7d(0x6d6)});}const sg={'id':'slide.operation.insert.text-box','type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x14a619,_0x4fcab5)=>{const _0x5b0add=_0x2d3867;let _0xfeacc9=_0x14a619['get'](Bh),_0x54df31=(_0x4fcab5==null?void 0x0:_0x4fcab5['value'])===_0x5b0add(0xaaf);return _0xfeacc9[_0x5b0add(0x908)]({'horizontal':!_0x54df31,'vertical':_0x54df31});}},cg={'id':_0x2d3867(0x60b),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x2d80f7=>{const _0x133ea5=_0x2d3867;let _0x5935fd=globalThis[_0x133ea5(0x769)];if(!_0x5935fd)return!0x1;let _0x19f37d=_0x2d80f7['get'](Bh),_0x9447aa=_0x5935fd['createElement'](_0x133ea5(0x7e8));return _0x9447aa['type']=_0x133ea5(0x958),_0x9447aa[_0x133ea5(0x62c)]=_0x133ea5(0x667),_0x9447aa['addEventListener']('change',()=>{const _0x138690=_0x133ea5;var _0xa688da;let _0x188a13=(_0xa688da=_0x9447aa[_0x138690(0x1b1)])==null?void 0x0:_0xa688da[0x0];_0x9447aa[_0x138690(0x47b)]='',_0x188a13&&_0x19f37d[_0x138690(0x99f)](_0x188a13)['catch'](()=>{});},{'once':!0x0}),_0x9447aa['click'](),!0x0;}},lg={'id':_0x2d3867(0x178),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x50fb7b=>{const _0x21e595=_0x2d3867;let _0x1ec5b7=_0x50fb7b[_0x21e595(0x7d6)](_0x3993f0),_0x40b49b=_0x50fb7b[_0x21e595(0x7d6)](_0x5b5620),_0xecd56e=_0x50fb7b[_0x21e595(0x7d6)](_0x4a2941);if(!_0x1ec5b7[_0x21e595(0x7d6)](_0x21e595(0x9a7)))return!0x1;let _0x59c258=null;return _0x59c258=_0x40b49b[_0x21e595(0x98a)]($h(_0x21e595(0x9a7),_0xecd56e['t'](_0x21e595(0x9be)),()=>{const _0x2adb88=_0x21e595;_0x59c258==null||_0x59c258[_0x2adb88(0xa89)](),_0x59c258=null;})),!0x0;}},ug=1.5,dg=[{'id':_0x2d3867(0x9e0),'accent':_0x2d3867(0xa5a),'dark':'#000000','filled':_0x2d3867(0xa5a),'softFill':'#f3f4f6','softStroke':'#6b7280'},{'id':'blue','accent':_0x2d3867(0x917),'dark':_0x2d3867(0x58e),'filled':'#4472c4','softFill':_0x2d3867(0xa62),'softStroke':'#8faadc'},{'id':_0x2d3867(0x4b7),'accent':_0x2d3867(0x54a),'dark':_0x2d3867(0x4b3),'filled':'#ed7d31','softFill':'#fbe5d6','softStroke':_0x2d3867(0x1ea)},{'id':_0x2d3867(0x778),'accent':'#a6a6a6','dark':_0x2d3867(0x639),'filled':_0x2d3867(0x3ef),'softFill':_0x2d3867(0x860),'softStroke':_0x2d3867(0x36f)},{'id':_0x2d3867(0x780),'accent':_0x2d3867(0x90b),'dark':_0x2d3867(0x604),'filled':_0x2d3867(0x24a),'softFill':_0x2d3867(0x672),'softStroke':_0x2d3867(0x454)},{'id':_0x2d3867(0x5dd),'accent':_0x2d3867(0x6a7),'dark':_0x2d3867(0xa7f),'filled':_0x2d3867(0x6a7),'softFill':_0x2d3867(0x689),'softStroke':_0x2d3867(0x9d1)},{'id':_0x2d3867(0x1a3),'accent':_0x2d3867(0x5af),'dark':'#548235','filled':'#70ad47','softFill':_0x2d3867(0x799),'softStroke':_0x2d3867(0x485)}];function fg(_0x53a1f9){return{'fillType':_0x570aff['SolidFill'],'color':_0x53a1f9,'opacity':0x1};}function pg(_0x19b252,_0x197d4f=0x2,_0x4aa3da=_0x1b038d['Solid']){const _0x525944=_0x2d3867;return{'lineStrokeType':_0x5d5f82[_0x525944(0x21b)],'color':_0x19b252,'width':_0x197d4f,'opacity':0x1,'dashType':_0x4aa3da};}function mg(_0x5a91f6,_0x34e96e,_0x547a6d,_0x4e3b35=0x2){const _0x21f68a=_0x2d3867;return{'id':_0x5a91f6,'type':_0x21f68a(0x686),'labelKey':'slides-ui.quickStyles.presets.shape.'+_0x5a91f6,'fill':fg(_0x34e96e),'stroke':pg(_0x547a6d,_0x4e3b35)};}function hg(_0xb9cf95,_0x413269){const _0x9b81d9=_0x2d3867;return{'startArrow':{'type':_0xb9cf95,'size':_0x47459f[_0x9b81d9(0x370)]},'endArrow':{'type':_0x413269,'size':_0x47459f[_0x9b81d9(0x370)]}};}const gg=[mg(_0x2d3867(0x71e),_0x2d3867(0x6f3),_0x2d3867(0xa5a)),mg(_0x2d3867(0x2ae),_0x2d3867(0x6f3),_0x2d3867(0x917)),mg('shape-white-orange',_0x2d3867(0x6f3),_0x2d3867(0x54a)),mg(_0x2d3867(0x316),_0x2d3867(0x6f3),_0x2d3867(0xa87)),mg('shape-yellow-orange',_0x2d3867(0x98c),_0x2d3867(0x90b)),mg(_0x2d3867(0x1d2),_0x2d3867(0xa2b),_0x2d3867(0x6a7)),mg(_0x2d3867(0x3f5),_0x2d3867(0x43e),_0x2d3867(0x5af)),...dg[_0x2d3867(0x51d)](_0x2acf6d=>mg(_0x2d3867(0x321)+_0x2acf6d['id'],_0x2acf6d[_0x2d3867(0x468)],_0x2acf6d['softStroke'])),...dg['map'](_0x2b3416=>mg(_0x2d3867(0x339)+_0x2b3416['id'],_0x2b3416['filled'],_0x2b3416[_0x2d3867(0x703)])),...dg[_0x2d3867(0x51d)](_0x4fe241=>mg(_0x2d3867(0x794)+_0x4fe241['id'],_0x4fe241['dark'],_0x4fe241[_0x2d3867(0x88a)]))],_g=[{'id':_0x2d3867(0x268),'type':'line','group':_0x2d3867(0x374),'labelKey':'slides-ui.quickStyles.presets.line.blackSolid','stroke':pg('#111827',ug),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x1e5),'type':_0x2d3867(0x56d),'group':_0x2d3867(0x374),'labelKey':'slides-ui.quickStyles.presets.line.blueSolid','stroke':pg(_0x2d3867(0x917),ug),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x443),'type':_0x2d3867(0x56d),'group':_0x2d3867(0x374),'labelKey':_0x2d3867(0x5b0),'stroke':pg(_0x2d3867(0x54a),ug),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x61a),'type':_0x2d3867(0x56d),'group':_0x2d3867(0x374),'labelKey':_0x2d3867(0x9df),'stroke':pg(_0x2d3867(0xa87),ug),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x8eb),'type':_0x2d3867(0x56d),'group':_0x2d3867(0x374),'labelKey':'slides-ui.quickStyles.presets.line.blueEndArrow','stroke':pg(_0x2d3867(0x917),ug),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x523)])},{'id':'line-green-two-way-arrow','type':_0x2d3867(0x56d),'group':_0x2d3867(0x374),'labelKey':_0x2d3867(0x199),'stroke':pg(_0x2d3867(0x5af),ug),'ln':hg(_0x537eea[_0x2d3867(0x523)],_0x537eea[_0x2d3867(0x523)])},{'id':_0x2d3867(0x8af),'type':_0x2d3867(0x56d),'group':_0x2d3867(0xa2e),'labelKey':_0x2d3867(0x55c),'stroke':pg('#111827',ug,_0x1b038d[_0x2d3867(0x1db)]),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x295),'type':_0x2d3867(0x56d),'group':_0x2d3867(0xa2e),'labelKey':'slides-ui.quickStyles.presets.line.blueDashed','stroke':pg(_0x2d3867(0x917),ug,_0x1b038d[_0x2d3867(0x1db)]),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x9ca),'type':_0x2d3867(0x56d),'group':'dashed','labelKey':'slides-ui.quickStyles.presets.line.grayDashed','stroke':pg('#a6a6a6',ug,_0x1b038d[_0x2d3867(0x1db)]),'ln':hg(_0x537eea['None'],_0x537eea[_0x2d3867(0x1c4)])},{'id':_0x2d3867(0x776),'type':_0x2d3867(0x56d),'group':_0x2d3867(0xa2e),'labelKey':'slides-ui.quickStyles.presets.line.blueDashedEndArrow','stroke':pg(_0x2d3867(0x917),ug,_0x1b038d[_0x2d3867(0x1db)]),'ln':hg(_0x537eea[_0x2d3867(0x1c4)],_0x537eea[_0x2d3867(0x523)])},{'id':_0x2d3867(0x717),'type':_0x2d3867(0x56d),'group':'dashed','labelKey':_0x2d3867(0x2c2),'stroke':pg('#a6a6a6',ug,_0x1b038d[_0x2d3867(0x1db)]),'ln':hg(_0x537eea['None'],_0x537eea['Arrow'])},{'id':_0x2d3867(0x4e7),'type':_0x2d3867(0x56d),'group':'dashed','labelKey':'slides-ui.quickStyles.presets.line.greenDashedTwoWayArrow','stroke':pg(_0x2d3867(0x5af),ug,_0x1b038d[_0x2d3867(0x1db)]),'ln':hg(_0x537eea[_0x2d3867(0x523)],_0x537eea[_0x2d3867(0x523)])}],vg=[{'id':_0x2d3867(0x1da),'type':_0x2d3867(0x65d),'labelKey':'slides-ui.quickStyles.presets.text.bodyBlack','textStyle':{'color':_0x2d3867(0xa5a),'fontSize':0x12,'bold':!0x1}},{'id':_0x2d3867(0x9ed),'type':_0x2d3867(0x65d),'labelKey':_0x2d3867(0x7b8),'textStyle':{'color':_0x2d3867(0xa5a),'fontSize':0x20,'bold':!0x0}},{'id':_0x2d3867(0x830),'type':'text','labelKey':_0x2d3867(0x95e),'textStyle':{'color':'#4472c4','fontSize':0x1c,'bold':!0x0}},{'id':_0x2d3867(0x85c),'type':_0x2d3867(0x65d),'labelKey':_0x2d3867(0x92c),'textStyle':{'color':_0x2d3867(0x54a),'fontSize':0x1c,'bold':!0x0}},{'id':_0x2d3867(0x191),'type':_0x2d3867(0x65d),'labelKey':_0x2d3867(0x5e0),'textStyle':{'color':'#6b7280','fontSize':0xe,'bold':!0x1}}],yg=[...gg,..._g,...vg];function bg(_0x327eb8){const _0x5bc8e1=_0x2d3867;var _0x53286c;return(_0x53286c=yg[_0x5bc8e1(0x43b)](_0x4ca8c0=>_0x4ca8c0['id']===_0x327eb8))==null?null:_0x53286c;}function xg(_0x3228d6){const _0x5b1da7=_0x2d3867;return _0x3228d6===_0x5b1da7(0x686)?gg:_0x3228d6===_0x5b1da7(0x56d)?_g:vg;}function Sg(_0x2c55ab){return(_0x2c55ab==null?'':_0x2c55ab)['toLowerCase']();}function Cg(_0x41e235){const _0x227805=_0x2d3867;if(_0x41e235[_0x227805(0x866)]===_0x440e4e[_0x227805(0x478)])return _0x41e235[_0x227805(0x190)];if(_0x41e235[_0x227805(0x866)]!==_0x440e4e[_0x227805(0x24b)])return null;let _0x4c7748=_0x41e235[_0x227805(0x5a6)];return _0x4c7748[_0x227805(0x5d6)]&&_0xb86505(_0x4c7748['shapeType'])?_0x4c7748:null;}function wg(_0xeacb3e){const _0x45c7b9=_0x2d3867;let {element:_0x2673ca}=_0xeacb3e;if(_0x2673ca['type']===_0x440e4e[_0x45c7b9(0x7f0)])return'shape';if(_0x2673ca[_0x45c7b9(0x866)]===_0x440e4e['Text'])return _0x45c7b9(0x65d);if(_0x2673ca[_0x45c7b9(0x866)]===_0x440e4e['Connector'])return _0x45c7b9(0x56d);if(_0x2673ca['type']===_0x440e4e[_0x45c7b9(0x24b)]){var _0x271210;let _0x4584d9=(_0x271210=_0x2673ca[_0x45c7b9(0x5a6)])==null?void 0x0:_0x271210['shapeType'];return _0x4584d9&&_0xb86505(_0x4584d9)?_0x45c7b9(0x56d):_0x45c7b9(0x686);}return null;}function Tg(_0x515fde){const _0x22c589=_0x2d3867;let _0x943da2=_0x515fde[_0x22c589(0x721)]();if(!_0x943da2['length'])return[];let _0x787371=_0x943da2[0x0],_0x42a0fb=_0x515fde['getDrawingData'](_0x787371['unitId'],_0x787371[_0x22c589(0xaa1)]);return _0x943da2[_0x22c589(0x51d)](_0xd03e1c=>{const _0x101fb6=_0x22c589;var _0x318836;return(_0x318836=_0x42a0fb[_0xd03e1c['drawingId']])==null?_0x515fde[_0x101fb6(0x364)](_0xd03e1c):_0x318836;})[_0x22c589(0xac6)](_0x19a72f=>!!_0x19a72f);}function Eg(_0x67b3cc,_0x124a08){const _0x18f9c6=_0x2d3867;let _0x37111c=_0x124a08[_0x18f9c6(0x3a7)]();if(!_0x37111c[_0x18f9c6(0x3fa)]||!_0x37111c[_0x18f9c6(0xac1)][_0x18f9c6(0xa73)])return[];let {unitId:_0x4d6fc7,subUnitId:_0x358e96}=_0x37111c[_0x18f9c6(0x3fa)],_0x163536=_0x67b3cc[_0x18f9c6(0x671)](_0x4d6fc7,_0x358e96);return _0x37111c[_0x18f9c6(0xac1)]['map'](_0x417c94=>_0x163536[_0x417c94])[_0x18f9c6(0xac6)](_0x154b9f=>!!_0x154b9f);}function Dg(_0xb22e64){const _0x5a5ccf=_0x2d3867;if(!_0xb22e64[_0x5a5ccf(0xa73)])return null;let _0x8c7870=wg(_0xb22e64[0x0]);return!_0x8c7870||!_0xb22e64[_0x5a5ccf(0x3c7)](_0x4d0f20=>wg(_0x4d0f20)===_0x8c7870)?null:{'type':_0x8c7870,'drawings':_0xb22e64};}function Og(_0x5c9c0f,_0x336aa0){const _0x3aec41=_0x2d3867;var _0x57fa00,_0x4385f9,_0x5807e1,_0x11879b,_0x5baa1d,_0x5b0d78;let {element:_0x451166}=_0x5c9c0f,_0x2ecbcb=_0x451166[_0x3aec41(0x866)]===_0x440e4e[_0x3aec41(0x24b)]?_0x451166[_0x3aec41(0x5a6)]:_0x451166[_0x3aec41(0x866)]===_0x440e4e[_0x3aec41(0x7f0)]?_0x451166['style']:null;return _0x2ecbcb?Sg((_0x57fa00=_0x2ecbcb['fill'])==null?void 0x0:_0x57fa00['color'])===Sg((_0x4385f9=_0x336aa0['fill'])==null?void 0x0:_0x4385f9[_0x3aec41(0x5bc)])&&Sg((_0x5807e1=_0x2ecbcb[_0x3aec41(0xae3)])==null?void 0x0:_0x5807e1[_0x3aec41(0x5bc)])===Sg((_0x11879b=_0x336aa0[_0x3aec41(0xae3)])==null?void 0x0:_0x11879b[_0x3aec41(0x5bc)])&&((_0x5baa1d=(_0x5b0d78=_0x2ecbcb[_0x3aec41(0xae3)])==null?void 0x0:_0x5b0d78[_0x3aec41(0xa28)])==null?0x0:_0x5baa1d)===_0x336aa0['stroke'][_0x3aec41(0xa28)]:!0x1;}function kg(_0x494c75,_0x51c663){const _0x3dbdf4=_0x2d3867;var _0x30dcce,_0x506801,_0x2aca99,_0x33b1f4,_0x153918,_0x2f5b98,_0x3836d9,_0x31d24f,_0x208d0d,_0x1ab236,_0x5ccc6f,_0x4360e0,_0x545619,_0xf4b2f1;let _0x2c5818=Cg(_0x494c75[_0x3dbdf4(0x431)]);if(!_0x2c5818)return!0x1;let _0x47ae14=(_0x30dcce=(_0x506801=_0x2c5818['ln'])==null||(_0x506801=_0x506801[_0x3dbdf4(0x45b)])==null?void 0x0:_0x506801[_0x3dbdf4(0x866)])==null?_0x537eea[_0x3dbdf4(0x1c4)]:_0x30dcce,_0x345b98=(_0x2aca99=(_0x33b1f4=_0x2c5818['ln'])==null||(_0x33b1f4=_0x33b1f4[_0x3dbdf4(0x709)])==null?void 0x0:_0x33b1f4[_0x3dbdf4(0x866)])==null?_0x537eea[_0x3dbdf4(0x1c4)]:_0x2aca99,_0x3e96a0=(_0x153918=(_0x2f5b98=_0x51c663['ln'])==null||(_0x2f5b98=_0x2f5b98[_0x3dbdf4(0x45b)])==null?void 0x0:_0x2f5b98[_0x3dbdf4(0x866)])==null?_0x537eea[_0x3dbdf4(0x1c4)]:_0x153918,_0x1eb4af=(_0x3836d9=(_0x31d24f=_0x51c663['ln'])==null||(_0x31d24f=_0x31d24f[_0x3dbdf4(0x709)])==null?void 0x0:_0x31d24f[_0x3dbdf4(0x866)])==null?_0x537eea[_0x3dbdf4(0x1c4)]:_0x3836d9;return Sg((_0x208d0d=_0x2c5818[_0x3dbdf4(0xae3)])==null?void 0x0:_0x208d0d[_0x3dbdf4(0x5bc)])===Sg(_0x51c663['stroke'][_0x3dbdf4(0x5bc)])&&((_0x1ab236=(_0x5ccc6f=_0x2c5818['stroke'])==null?void 0x0:_0x5ccc6f['width'])==null?0x0:_0x1ab236)===_0x51c663[_0x3dbdf4(0xae3)]['width']&&((_0x4360e0=(_0x545619=_0x2c5818[_0x3dbdf4(0xae3)])==null?void 0x0:_0x545619[_0x3dbdf4(0x9dc)])==null?_0x1b038d['Solid']:_0x4360e0)===((_0xf4b2f1=_0x51c663[_0x3dbdf4(0xae3)][_0x3dbdf4(0x9dc)])==null?_0x1b038d['Solid']:_0xf4b2f1)&&_0x47ae14===_0x3e96a0&&_0x345b98===_0x1eb4af;}function Ag(_0x479b61,_0x37ed32){const _0x5c2a1d=_0x2d3867;if(_0x479b61[_0x5c2a1d(0x431)][_0x5c2a1d(0x866)]!==_0x440e4e[_0x5c2a1d(0x631)])return!0x1;let _0x3f1b05=_0x479b61[_0x5c2a1d(0x431)][_0x5c2a1d(0x785)];return _0x3f1b05?Sg(_0x3f1b05[_0x5c2a1d(0x5bc)])===Sg(_0x37ed32[_0x5c2a1d(0x785)]['color'])&&_0x3f1b05[_0x5c2a1d(0x837)]===_0x37ed32['textStyle'][_0x5c2a1d(0x837)]&&!!_0x3f1b05['bold']==!!_0x37ed32['textStyle'][_0x5c2a1d(0x58c)]:!0x1;}function jg(_0x2ca6ae,_0x520d0b){const _0x2346bb=_0x2d3867;return _0x520d0b[_0x2346bb(0x866)]===_0x2346bb(0x686)?Og(_0x2ca6ae,_0x520d0b):_0x520d0b[_0x2346bb(0x866)]==='line'?kg(_0x2ca6ae,_0x520d0b):Ag(_0x2ca6ae,_0x520d0b);}function Mg(_0x53c622){const _0x4f1fd9=_0x2d3867;if(!_0x53c622)return null;let _0x133c92=xg(_0x53c622[_0x4f1fd9(0x866)]);for(let _0x9bb96a of _0x133c92)if(_0x53c622[_0x4f1fd9(0x647)][_0x4f1fd9(0x3c7)](_0x1e1110=>jg(_0x1e1110,_0x9bb96a)))return _0x9bb96a['id'];return null;}function Ng(_0x100137){const _0x134f1a=_0x2d3867;var _0x278b86;if(_0x100137[_0x134f1a(0x866)]===_0x440e4e[_0x134f1a(0x478)])return!0x0;if(_0x100137[_0x134f1a(0x866)]!==_0x440e4e['Shape'])return!0x1;let _0x45b385=(_0x278b86=_0x100137[_0x134f1a(0x5a6)])==null?void 0x0:_0x278b86[_0x134f1a(0x5d6)];return!!_0x45b385&&_0xb86505(_0x45b385);}function Pg(_0x5f5603,_0x49b3a1){const _0x191fcb=_0x2d3867;var _0xd28053,_0x27cf39;return{..._0x5f5603,'shapeData':{..._0x5f5603[_0x191fcb(0x5a6)],'fill':{...(_0xd28053=_0x5f5603[_0x191fcb(0x5a6)][_0x191fcb(0x7c1)])==null?{}:_0xd28053,..._0x49b3a1[_0x191fcb(0x7c1)]},'stroke':{...(_0x27cf39=_0x5f5603[_0x191fcb(0x5a6)]['stroke'])==null?{}:_0x27cf39,..._0x49b3a1['stroke']}}};}function Fg(_0x45f26d,_0x15f137){const _0x9ae729=_0x2d3867;var _0x5e97bf,_0x3149fe,_0x268256,_0x4a4aed,_0x1f2b54;return{..._0x45f26d,'style':{...(_0x5e97bf=_0x45f26d[_0x9ae729(0x6f7)])==null?{}:_0x5e97bf,'fill':{...(_0x3149fe=(_0x268256=_0x45f26d[_0x9ae729(0x6f7)])==null?void 0x0:_0x268256[_0x9ae729(0x7c1)])==null?{}:_0x3149fe,..._0x15f137[_0x9ae729(0x7c1)]},'stroke':{...(_0x4a4aed=(_0x1f2b54=_0x45f26d[_0x9ae729(0x6f7)])==null?void 0x0:_0x1f2b54['stroke'])==null?{}:_0x4a4aed,..._0x15f137[_0x9ae729(0xae3)]}}};}function Ig(_0x2ae222,_0x16f023){const _0x5573d1=_0x2d3867;var _0x48812d,_0x253cae,_0x362525,_0x435731,_0x10965a,_0x203f93,_0x2c9687,_0x21a8e9,_0x3c487f,_0x564bc7;if(!Ng(_0x2ae222))return null;if(_0x2ae222['type']===_0x440e4e[_0x5573d1(0x478)]){var _0x3c6699,_0x359348,_0x1e3e13,_0x261d65,_0x1fb99e,_0x2e7f86,_0x3c14ed,_0x4c5479,_0x35eb81,_0xede56c;let _0x1173ce=_0x2ae222['connectorData'];return{..._0x2ae222,'connectorData':{..._0x1173ce,'stroke':{...(_0x3c6699=_0x1173ce[_0x5573d1(0xae3)])==null?{}:_0x3c6699,..._0x16f023[_0x5573d1(0xae3)]},'ln':{...(_0x359348=_0x1173ce['ln'])==null?{}:_0x359348,..._0x16f023['ln'],'startArrow':{...(_0x1e3e13=(_0x261d65=_0x1173ce['ln'])==null?void 0x0:_0x261d65[_0x5573d1(0x45b)])==null?{}:_0x1e3e13,...(_0x1fb99e=(_0x2e7f86=_0x16f023['ln'])==null?void 0x0:_0x2e7f86[_0x5573d1(0x45b)])==null?{}:_0x1fb99e},'endArrow':{...(_0x3c14ed=(_0x4c5479=_0x1173ce['ln'])==null?void 0x0:_0x4c5479[_0x5573d1(0x709)])==null?{}:_0x3c14ed,...(_0x35eb81=(_0xede56c=_0x16f023['ln'])==null?void 0x0:_0xede56c['endArrow'])==null?{}:_0x35eb81}}}};}let _0xbdc6b1=_0x2ae222,_0x5b9a59=_0xbdc6b1[_0x5573d1(0x5a6)];return{..._0xbdc6b1,'shapeData':{..._0x5b9a59,'stroke':{...(_0x48812d=_0x5b9a59[_0x5573d1(0xae3)])==null?{}:_0x48812d,..._0x16f023['stroke']},'ln':{...(_0x253cae=_0x5b9a59['ln'])==null?{}:_0x253cae,..._0x16f023['ln'],'startArrow':{...(_0x362525=(_0x435731=_0x5b9a59['ln'])==null?void 0x0:_0x435731[_0x5573d1(0x45b)])==null?{}:_0x362525,...(_0x10965a=(_0x203f93=_0x16f023['ln'])==null?void 0x0:_0x203f93[_0x5573d1(0x45b)])==null?{}:_0x10965a},'endArrow':{...(_0x2c9687=(_0x21a8e9=_0x5b9a59['ln'])==null?void 0x0:_0x21a8e9[_0x5573d1(0x709)])==null?{}:_0x2c9687,...(_0x3c487f=(_0x564bc7=_0x16f023['ln'])==null?void 0x0:_0x564bc7[_0x5573d1(0x709)])==null?{}:_0x3c487f}}}};}function Lg(_0x25c629,_0x3421cf){const _0x3ad7f7=_0x2d3867;var _0x3c44ca;return{..._0x25c629,'textStyle':{...(_0x3c44ca=_0x25c629[_0x3ad7f7(0x785)])==null?{}:_0x3c44ca,..._0x3421cf[_0x3ad7f7(0x785)]}};}function Rg(_0x409f9f,_0xf9cb44){const _0x503b3c=_0x2d3867;for(let _0xf629b1 of Object[_0x503b3c(0x4ae)](_0x409f9f)){if(_0xf629b1[_0x503b3c(0x866)]!==_0x440e4e['Placeholder']||_0xf629b1[_0x503b3c(0x983)][_0x503b3c(0x866)]!==_0xf9cb44[_0x503b3c(0x983)][_0x503b3c(0x866)])continue;let _0x124179=_0xf629b1[_0x503b3c(0x983)][_0x503b3c(0x981)],_0x200437=_0xf9cb44[_0x503b3c(0x983)][_0x503b3c(0x981)];if((_0x124179==null?null:_0x124179)===(_0x200437==null?null:_0x200437))return _0xf629b1;}return null;}function zg(_0x59cada,_0x2d1cdd,_0x3b6fce){const _0x15685e=_0x2d3867;let _0x4dcecf=[],_0x1489dc=[];return _0x59cada[_0x15685e(0x3d8)](_0x3ea58a=>{const _0x58ea3b=_0x15685e;let {element:_0x3bde7b}=_0x3ea58a;if(_0x3bde7b[_0x58ea3b(0x866)]===_0x440e4e['Shape']&&!Ng(_0x3bde7b)){_0x4dcecf[_0x58ea3b(0x39b)]({'unitId':_0x3ea58a[_0x58ea3b(0x340)],'subUnitId':_0x3ea58a[_0x58ea3b(0xaa1)],'drawingId':_0x3ea58a[_0x58ea3b(0x31e)],'element':Pg(_0x3bde7b,_0x2d1cdd)});return;}if(_0x3bde7b[_0x58ea3b(0x866)]!==_0x440e4e[_0x58ea3b(0x7f0)])return;let _0x121043=_0x3bde7b;if(_0x3ea58a[_0x58ea3b(0x77d)]==='slide'){_0x4dcecf[_0x58ea3b(0x39b)]({'unitId':_0x3ea58a[_0x58ea3b(0x340)],'subUnitId':_0x3ea58a[_0x58ea3b(0xaa1)],'drawingId':_0x3ea58a[_0x58ea3b(0x31e)],'element':Fg(_0x121043,_0x2d1cdd)});return;}let _0x31d4d0=_0x3b6fce==null?void 0x0:_0x3b6fce[_0x58ea3b(0x63a)]['getSlide'](_0x3ea58a[_0x58ea3b(0xaa1)]);if(!_0x31d4d0)return;let _0x5e6143=Rg(_0x31d4d0[_0x58ea3b(0x1ed)]()[_0x58ea3b(0x621)],_0x121043);if(_0x5e6143){_0x4dcecf[_0x58ea3b(0x39b)]({'unitId':_0x3ea58a[_0x58ea3b(0x340)],'subUnitId':_0x3ea58a['subUnitId'],'drawingId':_0x5e6143['id'],'element':Fg(_0x5e6143,_0x2d1cdd)});return;}_0x1489dc[_0x58ea3b(0x39b)]({'drawing':_0x3ea58a,'element':Fg({..._0x121043,'id':_0x121043['id'],'transform':{..._0x121043[_0x58ea3b(0x985)]}},_0x2d1cdd)});}),{'patches':_0x4dcecf,'inheritedPlaceholderAdds':_0x1489dc};}function Bg(_0x135d11,_0x413890){const _0x296a67=_0x2d3867;return _0x135d11[_0x296a67(0x51d)](_0x513579=>{const _0x5c87d9=_0x296a67;let _0x166651=Ig(_0x513579[_0x5c87d9(0x431)],_0x413890);return _0x166651?{'unitId':_0x513579[_0x5c87d9(0x340)],'subUnitId':_0x513579['subUnitId'],'drawingId':_0x513579[_0x5c87d9(0x31e)],'element':_0x166651}:null;})[_0x296a67(0xac6)](_0x1b1f1a=>!!_0x1b1f1a);}function Vg(_0xab2faf,_0x604e57){const _0x468943=_0x2d3867;return _0xab2faf[_0x468943(0xac6)](_0x46e09c=>_0x46e09c[_0x468943(0x431)][_0x468943(0x866)]===_0x440e4e[_0x468943(0x631)])[_0x468943(0x51d)](_0x48a71c=>({'unitId':_0x48a71c[_0x468943(0x340)],'subUnitId':_0x48a71c[_0x468943(0xaa1)],'drawingId':_0x48a71c[_0x468943(0x31e)],'element':Lg(_0x48a71c[_0x468943(0x431)],_0x604e57)}));}function Hg(_0x14704b,_0x5a7e98,_0x140e58){const _0x48cc03=_0x2d3867;return _0x5a7e98[_0x48cc03(0x866)]===_0x48cc03(0x686)?zg(_0x14704b,_0x5a7e98,_0x140e58):_0x5a7e98['type']==='line'?{'patches':Bg(_0x14704b,_0x5a7e98),'inheritedPlaceholderAdds':[]}:{'patches':Vg(_0x14704b,_0x5a7e98),'inheritedPlaceholderAdds':[]};}const Ug={'id':_0x2d3867(0x610),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x89e5b5,_0x487677)=>{const _0x539e57=_0x2d3867;var _0x3a88a2,_0xda0ddd,_0x1c50f1;let _0x273036=bg((_0x3a88a2=(_0xda0ddd=_0x487677==null?void 0x0:_0x487677[_0x539e57(0xaa5)])==null?_0x487677==null?void 0x0:_0x487677[_0x539e57(0x47b)]:_0xda0ddd)==null?'':_0x3a88a2);if(!_0x273036)return!0x1;let _0x5c7d7b=_0x89e5b5[_0x539e57(0x7d6)](_0x3a5c48),_0x5126ba=_0x89e5b5['get'](Cu),_0x1347e1=_0x89e5b5[_0x539e57(0x7d6)](_0x2402a1),_0x35e750=_0x89e5b5['get'](_0x534be5),_0x4d84fc=_0x89e5b5['get'](Sl),_0x57a0ac=Eg(_0x5c7d7b,_0x5126ba),_0x771c79=Dg(_0x57a0ac[_0x539e57(0xa73)]?_0x57a0ac:Tg(_0x5c7d7b));if(!_0x771c79||_0x771c79[_0x539e57(0x866)]!==_0x273036[_0x539e57(0x866)])return!0x1;let _0x5032b0=(_0x1c50f1=_0x771c79['drawings'][0x0])==null?void 0x0:_0x1c50f1[_0x539e57(0x340)],_0x5d3d86=_0x5032b0?_0x35e750[_0x539e57(0x681)](_0x5032b0,_0x50fd52[_0x539e57(0x70c)]):null,{patches:_0x1b54d3,inheritedPlaceholderAdds:_0x4be3de}=Hg(_0x771c79['drawings'],_0x273036,_0x5d3d86==null?null:_0x5d3d86);if(!_0x1b54d3['length']&&!_0x4be3de[_0x539e57(0xa73)])return!0x1;_0x4d84fc['completeEditing']();let _0x3dcc23=!0x1;return _0x1b54d3[_0x539e57(0xa73)]&&(_0x3dcc23=_0x1347e1['syncExecuteCommand'](_0x2a956c['id'],{'patches':_0x1b54d3})||_0x3dcc23),_0x4be3de[_0x539e57(0x3d8)](({drawing:_0x1b6686,element:_0x51ea77})=>{const _0x33d4b1=_0x539e57;_0x3dcc23=_0x1347e1['syncExecuteCommand'](_0x14d399['id'],{'unitId':_0x1b6686[_0x33d4b1(0x340)],'subUnitId':_0x1b6686[_0x33d4b1(0xaa1)],'element':_0x51ea77,'focus':!0x1})||_0x3dcc23;}),_0x3dcc23;}};function Wg(_0x294f0a,_0x5c59e6){let _0x538119=[],_0x9ac736=new Set(),_0xa24dfb=_0x955a40=>{const _0x231dbe=_0x3035;if(_0x9ac736[_0x231dbe(0x7fb)](_0x955a40))return;_0x9ac736[_0x231dbe(0x6fb)](_0x955a40);let _0x59f938=_0x294f0a[_0x955a40];if(!_0x59f938)return;let _0x39c432=_0x59f938[_0x231dbe(0x431)];if(_0x39c432[_0x231dbe(0x866)]===_0x440e4e['Group']){_0x39c432[_0x231dbe(0x6ee)][_0x231dbe(0x3d8)](_0x526035=>_0xa24dfb(_0x526035));return;}_0x538119[_0x231dbe(0x39b)](_0x955a40);};return _0xa24dfb(_0x5c59e6),_0x538119;}function Gg(_0x4ded11,_0x5b1c73){const _0x58831=_0x2d3867;for(let _0x19ff99 of _0x5b1c73){let _0x4f0957=_0x4ded11[_0x19ff99];if(_0x4f0957&&_0x4f0957[_0x58831(0x431)][_0x58831(0x866)]===_0x440e4e[_0x58831(0x24b)]){var _0x4b0bd9;return(_0x4b0bd9=_0x4f0957[_0x58831(0x431)][_0x58831(0x5a6)])==null?void 0x0:_0x4b0bd9[_0x58831(0x7c1)];}}}function Kg(_0x22acf5,_0x1065a9,_0x16d845,_0x154c43){const _0x35324c=_0x2d3867;let _0x2a61b6=_0x22acf5[_0x35324c(0x364)]({'unitId':_0x1065a9,'subUnitId':_0x16d845,'drawingId':_0x154c43});return!_0x2a61b6||_0x2a61b6[_0x35324c(0x431)][_0x35324c(0x866)]!==_0x440e4e[_0x35324c(0x24b)]?null:_0x2a61b6;}function qg(_0x36b306,_0x55a860){const _0xee0123=_0x2d3867;let _0x34a96e=_0x55a860[_0xee0123(0x3a7)]();if(_0x34a96e[_0xee0123(0x3fa)]&&_0x34a96e['selectedIds'][_0xee0123(0xa73)]===0x1){var _0x4ef8b9;let {unitId:_0x2375d7,subUnitId:_0x367ebd}=_0x34a96e['context'],_0x5b536b=_0x36b306['getDrawingData'](_0x2375d7,_0x367ebd),_0xafb934=_0x34a96e[_0xee0123(0xac1)][0x0],_0x178e00=(_0x4ef8b9=_0x5b536b[_0xafb934])==null?_0x36b306[_0xee0123(0x364)]({'unitId':_0x2375d7,'subUnitId':_0x367ebd,'drawingId':_0xafb934}):_0x4ef8b9;return(_0x178e00==null?void 0x0:_0x178e00[_0xee0123(0x431)]['type'])===_0x440e4e[_0xee0123(0x24b)]?_0x178e00:null;}let _0x3d4d83=_0x36b306[_0xee0123(0x721)]();return _0x3d4d83[_0xee0123(0xa73)]===0x1?Kg(_0x36b306,_0x3d4d83[0x0][_0xee0123(0x340)],_0x3d4d83[0x0][_0xee0123(0xaa1)],_0x3d4d83[0x0][_0xee0123(0x31e)]):null;}function Jg(_0x70ce03,_0x3cbe09){const _0xcd6f29=_0x2d3867;return _0x70ce03[_0xcd6f29(0x431)][_0xcd6f29(0x866)]===_0x440e4e[_0xcd6f29(0x6e9)]&&_0x3cbe09['rotation']!==void 0x0&&_0x3cbe09['left']===void 0x0&&_0x3cbe09['top']===void 0x0&&_0x3cbe09[_0xcd6f29(0xa28)]===void 0x0&&_0x3cbe09[_0xcd6f29(0x47c)]===void 0x0;}const Yg={'id':_0x2d3867(0x991),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x124cdb,_0x4827f4)=>{const _0x5b3741=_0x2d3867;var _0x548b13,_0x4750a0,_0x43a6ad,_0x5ac1ab,_0x4ed9fd,_0x2633a7,_0x5aa8bb,_0x71b0b;if(!_0x4827f4)return!0x1;let _0x4a95ce=_0x124cdb['get'](_0x3a5c48),_0x473bd8=_0x124cdb[_0x5b3741(0x7d6)](_0x2402a1),_0x2d744d=_0x4a95ce['getDrawingByParam']({'unitId':_0x4827f4[_0x5b3741(0x340)],'subUnitId':_0x4827f4[_0x5b3741(0xaa1)],'drawingId':_0x4827f4[_0x5b3741(0x31e)]});if(!_0x2d744d||Jg(_0x2d744d,_0x4827f4))return!0x1;let _0x224ed1=(_0x548b13=_0x2d744d[_0x5b3741(0x985)])==null?{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'angle':0x0,'flipX':!0x1,'flipY':!0x1}:_0x548b13,_0x5bd4d8={..._0x224ed1,'left':(_0x4750a0=_0x4827f4[_0x5b3741(0x88e)])==null?_0x224ed1['left']:_0x4750a0,'top':(_0x43a6ad=_0x4827f4[_0x5b3741(0x19e)])==null?_0x224ed1[_0x5b3741(0x19e)]:_0x43a6ad,'width':(_0x5ac1ab=_0x4827f4[_0x5b3741(0xa28)])==null?_0x224ed1[_0x5b3741(0xa28)]:_0x5ac1ab,'height':(_0x4ed9fd=_0x4827f4[_0x5b3741(0x47c)])==null?_0x224ed1[_0x5b3741(0x47c)]:_0x4ed9fd,'angle':_0x2d744d[_0x5b3741(0x431)][_0x5b3741(0x866)]===_0x440e4e[_0x5b3741(0x6e9)]?(_0x2633a7=_0x224ed1[_0x5b3741(0xa17)])==null?0x0:_0x2633a7:(_0x5aa8bb=(_0x71b0b=_0x4827f4[_0x5b3741(0x304)])==null?_0x224ed1[_0x5b3741(0xa17)]:_0x71b0b)==null?0x0:_0x5aa8bb};return _0x473bd8[_0x5b3741(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x4827f4[_0x5b3741(0x340)],'subUnitId':_0x4827f4['subUnitId'],'drawingId':_0x4827f4[_0x5b3741(0x31e)],'transform':_0x5bd4d8}]});}},Xg={'id':_0x2d3867(0x49b),'type':_0x49b5c3['OPERATION'],'handler':(_0x15eeca,_0x340e48)=>{const _0x4c2556=_0x2d3867;var _0x66dd5e,_0x3863a6,_0x207bba,_0x493430,_0x230830,_0x370f8d,_0x182277;if(!_0x340e48)return!0x1;let _0x89a069=_0x15eeca[_0x4c2556(0x7d6)](_0x3a5c48),_0x57f587=_0x15eeca[_0x4c2556(0x7d6)](_0x2402a1),_0x598e88=Kg(_0x89a069,_0x340e48[_0x4c2556(0x340)],_0x340e48['subUnitId'],_0x340e48[_0x4c2556(0x31e)]);if(!_0x598e88)return!0x1;let _0x2b7467=(_0x66dd5e=_0x598e88[_0x4c2556(0x985)])==null?{'left':0x0,'top':0x0,'width':0x0,'height':0x0,'angle':0x0,'flipX':!0x1,'flipY':!0x1}:_0x66dd5e,_0x25b5c3={..._0x2b7467,'left':(_0x3863a6=_0x340e48[_0x4c2556(0x88e)])==null?_0x2b7467[_0x4c2556(0x88e)]:_0x3863a6,'top':(_0x207bba=_0x340e48['top'])==null?_0x2b7467['top']:_0x207bba,'width':(_0x493430=_0x340e48[_0x4c2556(0xa28)])==null?_0x2b7467['width']:_0x493430,'height':(_0x230830=_0x340e48['height'])==null?_0x2b7467[_0x4c2556(0x47c)]:_0x230830,'angle':(_0x370f8d=(_0x182277=_0x340e48[_0x4c2556(0x304)])==null?_0x2b7467[_0x4c2556(0xa17)]:_0x182277)==null?0x0:_0x370f8d};return _0x57f587[_0x4c2556(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x340e48[_0x4c2556(0x340)],'subUnitId':_0x340e48[_0x4c2556(0xaa1)],'drawingId':_0x340e48[_0x4c2556(0x31e)],'transform':_0x25b5c3}]});}},Zg={'id':_0x2d3867(0x48b),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x56585e,_0x51f0aa)=>{const _0x3a35d3=_0x2d3867;var _0x3a68cd,_0x4cfb68,_0x5db3f4,_0x15cd36,_0x3561a8,_0x259a2f,_0x11ac08,_0x5d73ae,_0xd6c21a,_0x49a98f;if(!_0x51f0aa)return!0x1;let _0xa4c5b8=_0x56585e[_0x3a35d3(0x7d6)](_0x3a5c48),_0x1a955e=_0x56585e['get'](_0x2402a1),_0xd89846=Kg(_0xa4c5b8,_0x51f0aa[_0x3a35d3(0x340)],_0x51f0aa[_0x3a35d3(0xaa1)],_0x51f0aa[_0x3a35d3(0x31e)]);if(!_0xd89846)return!0x1;let _0x27a04c=_0xd89846[_0x3a35d3(0x431)],_0x4aa00a={..._0x27a04c['shapeData'],'fill':{...(_0x3a68cd=(_0x4cfb68=_0x27a04c['shapeData'])==null?void 0x0:_0x4cfb68[_0x3a35d3(0x7c1)])==null?{}:_0x3a68cd,'color':(_0x5db3f4=_0x51f0aa[_0x3a35d3(0x21a)])==null?(_0x15cd36=_0x27a04c[_0x3a35d3(0x5a6)])==null||(_0x15cd36=_0x15cd36[_0x3a35d3(0x7c1)])==null?void 0x0:_0x15cd36[_0x3a35d3(0x5bc)]:_0x5db3f4},'stroke':{...(_0x3561a8=(_0x259a2f=_0x27a04c[_0x3a35d3(0x5a6)])==null?void 0x0:_0x259a2f[_0x3a35d3(0xae3)])==null?{}:_0x3561a8,'color':(_0x11ac08=_0x51f0aa['strokeColor'])==null?(_0x5d73ae=_0x27a04c[_0x3a35d3(0x5a6)])==null||(_0x5d73ae=_0x5d73ae['stroke'])==null?void 0x0:_0x5d73ae['color']:_0x11ac08,'width':(_0xd6c21a=_0x51f0aa[_0x3a35d3(0x208)])==null?(_0x49a98f=_0x27a04c[_0x3a35d3(0x5a6)])==null||(_0x49a98f=_0x49a98f[_0x3a35d3(0xae3)])==null?void 0x0:_0x49a98f[_0x3a35d3(0xa28)]:_0xd6c21a}};_0x51f0aa[_0x3a35d3(0x34a)]!==void 0x0&&(_0x51f0aa[_0x3a35d3(0x34a)]===null?delete _0x4aa00a[_0x3a35d3(0x34a)]:_0x4aa00a[_0x3a35d3(0x34a)]=_0x51f0aa[_0x3a35d3(0x34a)]);let _0x501461={..._0x27a04c,'shapeData':_0x4aa00a};return _0x1a955e['executeCommand'](_0x2a956c['id'],{'patches':[{'unitId':_0x51f0aa[_0x3a35d3(0x340)],'subUnitId':_0x51f0aa[_0x3a35d3(0xaa1)],'drawingId':_0x51f0aa['drawingId'],'element':_0x501461}]});}},Qg={'id':_0x2d3867(0x85b),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x513496,_0xbcca1f)=>{const _0x13b3d6=_0x2d3867;if(!_0xbcca1f)return!0x1;let _0x3b76b4=_0x513496[_0x13b3d6(0x7d6)](_0x3a5c48),_0x4f4cfe=_0x513496['get'](_0x2402a1),_0x2b47d9=_0x3b76b4[_0x13b3d6(0x364)]({'unitId':_0xbcca1f[_0x13b3d6(0x340)],'subUnitId':_0xbcca1f[_0x13b3d6(0xaa1)],'drawingId':_0xbcca1f[_0x13b3d6(0x31e)]});if(!_0x2b47d9)return!0x1;if(_0x2b47d9[_0x13b3d6(0x431)]['type']===_0x440e4e['Shape']){var _0x10ff5e,_0x368f14,_0x39b41a,_0x55dd5a,_0x1a71d5,_0x251ce7,_0x26dbc4,_0x5d7ed1,_0x2d1d6a;let _0x95a155=_0x2b47d9[_0x13b3d6(0x431)],_0x123336=_0x95a155[_0x13b3d6(0x5a6)];if(_0xbcca1f[_0x13b3d6(0x5a6)])return _0x4f4cfe[_0x13b3d6(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0xbcca1f[_0x13b3d6(0x340)],'subUnitId':_0xbcca1f[_0x13b3d6(0xaa1)],'drawingId':_0xbcca1f[_0x13b3d6(0x31e)],'element':{..._0x95a155,'shapeData':_0xbcca1f['shapeData']}}]});let _0x421c2c={..._0x123336,'fill':_0xbcca1f['fill']?{...(_0x10ff5e=_0x123336[_0x13b3d6(0x7c1)])==null?{}:_0x10ff5e,..._0xbcca1f[_0x13b3d6(0x7c1)]}:_0x123336[_0x13b3d6(0x7c1)],'stroke':_0xbcca1f['stroke']?{...(_0x368f14=_0x123336[_0x13b3d6(0xae3)])==null?{}:_0x368f14,..._0xbcca1f[_0x13b3d6(0xae3)]}:_0x123336[_0x13b3d6(0xae3)],'ln':_0xbcca1f['ln']?{...(_0x39b41a=_0x123336['ln'])==null?{}:_0x39b41a,..._0xbcca1f['ln'],'startArrow':_0xbcca1f['ln']['startArrow']?{...(_0x55dd5a=(_0x1a71d5=_0x123336['ln'])==null?void 0x0:_0x1a71d5[_0x13b3d6(0x45b)])==null?{}:_0x55dd5a,..._0xbcca1f['ln'][_0x13b3d6(0x45b)]}:(_0x251ce7=_0x123336['ln'])==null?void 0x0:_0x251ce7['startArrow'],'endArrow':_0xbcca1f['ln']['endArrow']?{...(_0x26dbc4=(_0x5d7ed1=_0x123336['ln'])==null?void 0x0:_0x5d7ed1['endArrow'])==null?{}:_0x26dbc4,..._0xbcca1f['ln'][_0x13b3d6(0x709)]}:(_0x2d1d6a=_0x123336['ln'])==null?void 0x0:_0x2d1d6a['endArrow']}:_0x123336['ln']};return _0x4f4cfe[_0x13b3d6(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0xbcca1f[_0x13b3d6(0x340)],'subUnitId':_0xbcca1f['subUnitId'],'drawingId':_0xbcca1f[_0x13b3d6(0x31e)],'element':{..._0x95a155,'shapeData':_0x421c2c}}]});}if(_0x2b47d9[_0x13b3d6(0x431)][_0x13b3d6(0x866)]!==_0x440e4e['Group'])return!0x1;let _0x1b3fb1=_0x3b76b4[_0x13b3d6(0x671)](_0xbcca1f['unitId'],_0xbcca1f[_0x13b3d6(0xaa1)]),_0x12781c=Wg(_0x1b3fb1,_0xbcca1f['drawingId']),_0x3475ea=Gg(_0x1b3fb1,_0x12781c),_0xec332d=_0xbcca1f[_0x13b3d6(0x7c1)];_0xbcca1f[_0x13b3d6(0x7c1)]&&(_0xbcca1f[_0x13b3d6(0x7c1)][_0x13b3d6(0x53b)]===_0x570aff[_0x13b3d6(0x37d)]||_0xbcca1f['fill'][_0x13b3d6(0x53b)]===_0x570aff[_0x13b3d6(0x1fd)])&&(_0xec332d={..._0x3475ea==null?{}:_0x3475ea,..._0xbcca1f[_0x13b3d6(0x7c1)]});let _0x9a09ae=_0x12781c[_0x13b3d6(0x51d)](_0x54a0a5=>_0x1b3fb1[_0x54a0a5])['filter'](_0x49e272=>!!_0x49e272)[_0x13b3d6(0x51d)](_0x25e0c5=>{const _0x1b7957=_0x13b3d6;if(_0x25e0c5[_0x1b7957(0x431)][_0x1b7957(0x866)]===_0x440e4e['Shape']){var _0x4a3a85,_0x59ccb2,_0x3253cc,_0x304a6c,_0x5d87ac,_0x58d007,_0x4f4182,_0x2a2924,_0x13a578;let _0x45d5e0=_0x25e0c5[_0x1b7957(0x431)],_0x3429d3=_0x45d5e0[_0x1b7957(0x5a6)],_0x31170f={..._0x3429d3,'fill':_0xec332d?{...(_0x4a3a85=_0x3429d3['fill'])==null?{}:_0x4a3a85,..._0xec332d}:_0x3429d3[_0x1b7957(0x7c1)],'stroke':_0xbcca1f[_0x1b7957(0xae3)]?{...(_0x59ccb2=_0x3429d3[_0x1b7957(0xae3)])==null?{}:_0x59ccb2,..._0xbcca1f[_0x1b7957(0xae3)]}:_0x3429d3['stroke'],'ln':_0xbcca1f['ln']?{...(_0x3253cc=_0x3429d3['ln'])==null?{}:_0x3253cc,..._0xbcca1f['ln'],'startArrow':_0xbcca1f['ln'][_0x1b7957(0x45b)]?{...(_0x304a6c=(_0x5d87ac=_0x3429d3['ln'])==null?void 0x0:_0x5d87ac[_0x1b7957(0x45b)])==null?{}:_0x304a6c,..._0xbcca1f['ln'][_0x1b7957(0x45b)]}:(_0x58d007=_0x3429d3['ln'])==null?void 0x0:_0x58d007[_0x1b7957(0x45b)],'endArrow':_0xbcca1f['ln']['endArrow']?{...(_0x4f4182=(_0x2a2924=_0x3429d3['ln'])==null?void 0x0:_0x2a2924[_0x1b7957(0x709)])==null?{}:_0x4f4182,..._0xbcca1f['ln'][_0x1b7957(0x709)]}:(_0x13a578=_0x3429d3['ln'])==null?void 0x0:_0x13a578[_0x1b7957(0x709)]}:_0x3429d3['ln']};return{'unitId':_0xbcca1f[_0x1b7957(0x340)],'subUnitId':_0xbcca1f['subUnitId'],'drawingId':_0x25e0c5[_0x1b7957(0x31e)],'element':{..._0x45d5e0,'shapeData':_0x31170f}};}if(_0x25e0c5['element'][_0x1b7957(0x866)]===_0x440e4e[_0x1b7957(0x478)]){var _0xa7c7f3,_0x356da8,_0x54217d,_0x1f9464,_0x4c2761,_0xa4a254,_0x5ae0f1,_0x4bff60;let _0x375175=_0x25e0c5[_0x1b7957(0x431)],_0xa92a7e=_0x375175['connectorData'],_0x588f03={..._0xa92a7e,'stroke':_0xbcca1f[_0x1b7957(0xae3)]?{...(_0xa7c7f3=_0xa92a7e['stroke'])==null?{}:_0xa7c7f3,..._0xbcca1f[_0x1b7957(0xae3)]}:_0xa92a7e[_0x1b7957(0xae3)],'ln':_0xbcca1f['ln']?{...(_0x356da8=_0xa92a7e['ln'])==null?{}:_0x356da8,..._0xbcca1f['ln'],'startArrow':_0xbcca1f['ln'][_0x1b7957(0x45b)]?{...(_0x54217d=(_0x1f9464=_0xa92a7e['ln'])==null?void 0x0:_0x1f9464['startArrow'])==null?{}:_0x54217d,..._0xbcca1f['ln'][_0x1b7957(0x45b)]}:(_0x4c2761=_0xa92a7e['ln'])==null?void 0x0:_0x4c2761[_0x1b7957(0x45b)],'endArrow':_0xbcca1f['ln']['endArrow']?{...(_0xa4a254=(_0x5ae0f1=_0xa92a7e['ln'])==null?void 0x0:_0x5ae0f1['endArrow'])==null?{}:_0xa4a254,..._0xbcca1f['ln'][_0x1b7957(0x709)]}:(_0x4bff60=_0xa92a7e['ln'])==null?void 0x0:_0x4bff60[_0x1b7957(0x709)]}:_0xa92a7e['ln']};return{'unitId':_0xbcca1f[_0x1b7957(0x340)],'subUnitId':_0xbcca1f[_0x1b7957(0xaa1)],'drawingId':_0x25e0c5['drawingId'],'element':{..._0x375175,'connectorData':_0x588f03}};}return null;})['filter'](_0x3a324=>!!_0x3a324);return _0x9a09ae[_0x13b3d6(0xa73)]?_0x4f4cfe[_0x13b3d6(0x6bc)](_0x2a956c['id'],{'patches':_0x9a09ae}):!0x1;}},$g={'id':_0x2d3867(0x66f),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x5a8a5f,_0x43b84e)=>{const _0x4e8580=_0x2d3867;var _0x23c1d6,_0xe9990a;let _0x144a38=(_0x23c1d6=_0x43b84e==null?void 0x0:_0x43b84e[_0x4e8580(0x5d6)])==null?_0x43b84e==null?void 0x0:_0x43b84e[_0x4e8580(0x47b)]:_0x23c1d6;if(!_0x144a38)return!0x1;let _0x567187=_0x5a8a5f['get'](_0x3a5c48),_0x4ceec5=_0x5a8a5f[_0x4e8580(0x7d6)](_0x2402a1),_0x4a29a3=_0x43b84e!=null&&_0x43b84e[_0x4e8580(0x340)]&&_0x43b84e[_0x4e8580(0xaa1)]&&_0x43b84e[_0x4e8580(0x31e)]?Kg(_0x567187,_0x43b84e['unitId'],_0x43b84e['subUnitId'],_0x43b84e[_0x4e8580(0x31e)]):qg(_0x567187,_0x5a8a5f[_0x4e8580(0x7d6)](Cu));if(!_0x4a29a3)return!0x1;let _0x5346fd=_0x4a29a3[_0x4e8580(0x431)],_0x54b7df=(_0xe9990a=_0x5346fd[_0x4e8580(0x5a6)][_0x4e8580(0x5d6)])==null?_0x3da99c[_0x4e8580(0xa8a)]:_0xe9990a,_0x2221a9;try{_0x2221a9=new _0x234370(_0x54b7df,_0x5346fd['id'],_0x5346fd[_0x4e8580(0x5a6)])['cloneShapeDataForShapeType'](_0x144a38);}catch{return!0x1;}return _0x4ceec5[_0x4e8580(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x4a29a3[_0x4e8580(0x340)],'subUnitId':_0x4a29a3[_0x4e8580(0xaa1)],'drawingId':_0x4a29a3[_0x4e8580(0x31e)],'element':{..._0x5346fd,'shapeData':_0x2221a9}}]});}},e_={'id':'slide.operation.update-image-clip-shape','type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0x3a7e13,_0x595d1a)=>{const _0x327857=_0x2d3867;if(!_0x595d1a)return!0x1;let _0x426b04=_0x3a7e13[_0x327857(0x7d6)](_0x3a5c48),_0x5046b3=_0x3a7e13['get'](_0x2402a1),_0x3ad7ea=_0x426b04[_0x327857(0x364)]({'unitId':_0x595d1a[_0x327857(0x340)],'subUnitId':_0x595d1a[_0x327857(0xaa1)],'drawingId':_0x595d1a[_0x327857(0x31e)]});if(!_0x3ad7ea||_0x3ad7ea[_0x327857(0x431)][_0x327857(0x866)]!==_0x440e4e[_0x327857(0x9b4)])return!0x1;let _0x4978ce=_0x3ad7ea[_0x327857(0x431)];return _0x5046b3[_0x327857(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x595d1a[_0x327857(0x340)],'subUnitId':_0x595d1a[_0x327857(0xaa1)],'drawingId':_0x595d1a['drawingId'],'element':{..._0x4978ce,'prstGeom':_0x595d1a['prstGeom'],'adjustValues':_0x595d1a[_0x327857(0x264)]}}]});}};function t_(_0xb35955,_0x1d8a3e,_0x10b67f){const _0x376270=_0x2d3867;return _0x10b67f[_0x376270(0x51d)](_0x2de819=>({'unitId':_0xb35955,'subUnitId':_0x1d8a3e,'drawingId':_0x2de819}));}function n_(_0x4956e5){const _0x3f8f0d=_0x2d3867;return JSON['parse'](JSON[_0x3f8f0d(0x424)](_0x4956e5));}function r_(_0x4fdf2c,_0x593c02,_0x47ac6e,_0x411890){const _0x30eda8=_0x2d3867;let _0x3964ab=_0x593c02[_0x30eda8(0x3a7)]();for(let _0x513504 of _0x3964ab[_0x30eda8(0x6d3)]){let _0x311e8e=_0x593c02[_0x30eda8(0x63a)]['getSlide'](_0x513504);if(!_0x311e8e)continue;let _0x22e652=_0x4fdf2c[_0x30eda8(0x66a)](_0x47ac6e,_0x513504),_0x55f417=new Set(_0x22e652),{data:_0x432e9a,order:_0x545f30}=_0x93317f(_0x47ac6e,_0x513504,_0x311e8e[_0x30eda8(0x993)](),_0x411890,_0x21aa5f(_0x593c02,_0x513504)),_0x3de928=new Set(_0x545f30);_0x4fdf2c[_0x30eda8(0x312)][_0x47ac6e]||(_0x4fdf2c[_0x30eda8(0x312)][_0x47ac6e]={}),_0x4fdf2c[_0x30eda8(0x312)][_0x47ac6e][_0x513504]={'data':_0x432e9a,'order':_0x545f30};let _0x8362fd=_0x22e652[_0x30eda8(0xac6)](_0x1c99f5=>!_0x3de928[_0x30eda8(0x7fb)](_0x1c99f5)),_0x3029f1=_0x545f30[_0x30eda8(0xac6)](_0x38707a=>!_0x55f417[_0x30eda8(0x7fb)](_0x38707a)),_0x59ec9f=_0x545f30[_0x30eda8(0xac6)](_0x2ab2af=>_0x55f417['has'](_0x2ab2af));_0x8362fd[_0x30eda8(0xa73)]>0x0&&_0x4fdf2c[_0x30eda8(0x3f1)](t_(_0x47ac6e,_0x513504,_0x8362fd)),_0x3029f1[_0x30eda8(0xa73)]>0x0&&_0x4fdf2c['addNotification'](t_(_0x47ac6e,_0x513504,_0x3029f1)),_0x59ec9f['length']>0x0&&_0x4fdf2c[_0x30eda8(0x630)](t_(_0x47ac6e,_0x513504,_0x59ec9f));}}const i_={'id':_0x2d3867(0xa4d),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':(_0xa38fcf,_0x433ffd)=>{const _0x42b1e8=_0x2d3867;if(!(_0x433ffd!=null&&_0x433ffd[_0x42b1e8(0xa10)]))return!0x1;let _0x582da=_0x43530e(_0x433ffd['themeId']);if(!_0x582da)return!0x1;let _0x3fd85c=_0xa38fcf[_0x42b1e8(0x7d6)](_0x534be5),_0x2a592a=_0xa38fcf[_0x42b1e8(0x7d6)](_0x3a5c48),_0x8013e=_0x433ffd[_0x42b1e8(0x340)]?_0x3fd85c[_0x42b1e8(0x681)](_0x433ffd[_0x42b1e8(0x340)],_0x50fd52[_0x42b1e8(0x70c)]):_0x3fd85c[_0x42b1e8(0x91a)](_0x50fd52[_0x42b1e8(0x70c)]);if(!_0x8013e)return!0x1;let _0x4739ff=n_(_0x582da),_0x4e5fcc=_0x8013e['getSnapshot']();return _0x4e5fcc[_0x42b1e8(0x612)]=_0x4739ff,_0x8013e['theme'][_0x42b1e8(0xa1d)](_0x4739ff),r_(_0x2a592a,_0x8013e,_0x8013e[_0x42b1e8(0x5cb)](),_0x4739ff),!0x0;}},a_=_0x2d3867(0x5c9);function o_(_0x51a990){const _0x2e81f6=_0x2d3867;let _0x591443=_0x51a990[_0x2e81f6(0x7d6)](_0x3a5c48),_0x34d019=_0x51a990[_0x2e81f6(0x7d6)](Cu)[_0x2e81f6(0x3a7)]();if(_0x34d019['context']&&_0x34d019[_0x2e81f6(0xac1)][_0x2e81f6(0xa73)]>0x0){let {unitId:_0x9f4213,subUnitId:_0x1fb405}=_0x34d019['context'],_0x37593f=_0x591443[_0x2e81f6(0x671)](_0x9f4213,_0x1fb405);return _0x34d019['selectedIds']['map'](_0x2a8834=>_0x37593f[_0x2a8834])[_0x2e81f6(0xac6)](_0x1c1375=>!!_0x1c1375);}let _0x41fd02=_0x591443[_0x2e81f6(0x721)]();if(!_0x41fd02['length'])return[];let _0x400bd0=_0x41fd02[0x0],_0x4dfe21=_0x591443[_0x2e81f6(0x671)](_0x400bd0[_0x2e81f6(0x340)],_0x400bd0['subUnitId']);return _0x41fd02[_0x2e81f6(0x51d)](_0xc3355b=>_0x4dfe21[_0xc3355b['drawingId']])[_0x2e81f6(0xac6)](_0x248346=>!!_0x248346);}function s_(_0x2167b0){const _0x19dbc9=_0x2d3867;var _0x1f1bca;if(_0x2167b0[_0x19dbc9(0x431)]['type']!==_0x440e4e[_0x19dbc9(0x24b)])return!0x1;let _0x43eddf=(_0x1f1bca=_0x2167b0[_0x19dbc9(0x431)][_0x19dbc9(0x5a6)])==null?void 0x0:_0x1f1bca[_0x19dbc9(0x5d6)];return!_0x43eddf||!_0xb86505(_0x43eddf);}function c_(_0x17695c){const _0x1914f9=_0x2d3867;let _0x1c9597=_0x17695c[_0x1914f9(0x7d6)](_0x3a5c48),_0x5469ea=_0x17695c['get'](Cu);return new _0x8aaa3e(_0x3589b4=>{const _0x2fa563=_0x1914f9;let _0x241e1a=()=>{const _0x596dc5=_0x3035;let _0x12ef4a=o_(_0x17695c);_0x3589b4[_0x596dc5(0x182)](_0x12ef4a['length']!==0x1||!s_(_0x12ef4a[0x0]));},_0x10e1a4=[_0x5469ea[_0x2fa563(0x317)][_0x2fa563(0x6ca)](_0x241e1a),_0x1c9597[_0x2fa563(0x72e)][_0x2fa563(0x6ca)](_0x241e1a),_0x1c9597['update$'][_0x2fa563(0x6ca)](_0x241e1a),_0x1c9597[_0x2fa563(0x4e6)][_0x2fa563(0x6ca)](_0x241e1a),_0x1c9597[_0x2fa563(0x258)]['subscribe'](_0x241e1a)];return _0x241e1a(),()=>_0x10e1a4['forEach'](_0x57ac5f=>_0x57ac5f[_0x2fa563(0x23d)]());});}function l_(_0x3b70f3){const _0x150d72=_0x2d3867;return{'id':$g['id'],'type':_0x26215b['SELECTOR'],'icon':_0x150d72(0xa71),'title':_0x150d72(0x7e9),'tooltip':_0x150d72(0x7e9),'slot':!0x0,'selections':[{'label':{'name':Vh,'hoverable':!0x1,'selectable':!0x1}}],'hidden$':c_(_0x3b70f3)};}function u_(_0xf980e2){const _0x154917=_0x2d3867;var _0x75020;let _0x4f5538=_0xf980e2[_0x154917(0x7d6)](_0x3a5c48),_0x16d2ab=_0x4f5538[_0x154917(0x721)]();if(!_0x16d2ab[_0x154917(0xa73)])return{'hasFocus':!0x1,'drawingCount':0x0,'hasGroup':!0x1,'hasChart':!0x1,'hasTable':!0x1,'canGroup':!0x1,'canUngroup':!0x1,'canOpenShapePanel':!0x1,'canOpenTableSizeDialog':!0x1,'canFlip':!0x1};let _0x22f8c9=_0x4f5538[_0x154917(0x671)](_0x16d2ab[0x0]['unitId'],_0x16d2ab[0x0][_0x154917(0xaa1)]),_0x4dfbcc=_0x16d2ab[_0x154917(0x51d)](_0x52ba59=>_0x22f8c9[_0x52ba59[_0x154917(0x31e)]])['filter'](_0x21b8e8=>!!_0x21b8e8),_0x51eab8=new Set([_0x440e4e['Shape'],_0x440e4e[_0x154917(0x9b4)],_0x440e4e[_0x154917(0x1ff)]]),_0xd74a1d=_0x4dfbcc[_0x154917(0xa92)](_0x5dae5d=>_0x5dae5d[_0x154917(0x431)][_0x154917(0x866)]===_0x440e4e[_0x154917(0x1ff)]),_0x1836a6=_0x4dfbcc[_0x154917(0xa92)](_0x24d53d=>_0x24d53d['element'][_0x154917(0x866)]===_0x440e4e[_0x154917(0x259)]),_0x2e26f2=_h(_0x4dfbcc),_0x52192d=_0x4dfbcc[_0x154917(0xa92)](_0x5a4392=>_0x5a4392[_0x154917(0x431)][_0x154917(0x866)]===_0x440e4e[_0x154917(0x7f0)]),_0x5ef4a8=_0x4dfbcc['some'](_0x1573b4=>!_0x51eab8[_0x154917(0x7fb)](_0x1573b4['element'][_0x154917(0x866)])),_0x212500=_0x4dfbcc[_0x154917(0xa73)]>0x0&&_0x4dfbcc[_0x154917(0x3c7)](_0x34a342=>_0x34a342[_0x154917(0x431)][_0x154917(0x866)]===_0x440e4e['Group']),_0x661931=_0x4dfbcc[_0x154917(0xa73)]>=0x2&&!_0x52192d&&!_0x5ef4a8,_0x312d47=_0x4dfbcc[_0x154917(0xa73)]>0x0&&!_0x2e26f2&&_0x4dfbcc[0x0]&&[_0x440e4e['Shape'],_0x440e4e[_0x154917(0x9b4)],_0x440e4e['Group']][_0x154917(0x83a)](_0x4dfbcc[0x0]['element']['type']),_0x330562=_0x4dfbcc[_0x154917(0xa73)]===0x1&&((_0x75020=_0x4dfbcc[0x0])==null?void 0x0:_0x75020[_0x154917(0x431)][_0x154917(0x866)])===_0x440e4e[_0x154917(0x6e9)];return{'hasFocus':_0x4dfbcc[_0x154917(0xa73)]>0x0,'drawingCount':_0x4dfbcc['length'],'hasGroup':_0xd74a1d,'hasChart':_0x1836a6,'hasTable':_0x2e26f2,'canGroup':_0x661931,'canUngroup':_0x212500,'canOpenShapePanel':_0x312d47,'canOpenTableSizeDialog':_0x330562,'canFlip':_0x4dfbcc['length']>0x0&&!_0x2e26f2};}function d_(_0x497ed1){let _0x548005=_0x497ed1['get'](_0x3a5c48);return new _0x8aaa3e(_0x515a64=>{const _0x699afa=_0x3035;let _0x334bbf=()=>_0x515a64[_0x699afa(0x182)](u_(_0x497ed1)),_0x271d5d=_0x548005[_0x699afa(0x72e)][_0x699afa(0x6ca)](_0x334bbf);return _0x334bbf(),()=>_0x271d5d['unsubscribe']();});}const f_=_0x2d3867(0x31f);function p_(){const _0x4f40af=_0x2d3867;return{'id':f_,'type':_0x26215b[_0x4f40af(0x869)],'icon':_0x4f40af(0x558),'title':_0x4f40af(0x4eb)};}function m_(){const _0x481832=_0x2d3867;let _0x3320f6=_0x481832(0x200);return{'id':Ah['id'],'type':_0x26215b[_0x481832(0x8aa)],'icon':'MoveUpIcon','title':_0x3320f6,'tooltip':_0x3320f6};}function h_(){const _0x3af082=_0x2d3867;let _0x4e61df=_0x3af082(0x951);return{'id':jh['id'],'type':_0x26215b[_0x3af082(0x8aa)],'icon':'MoveDownIcon','title':_0x4e61df,'tooltip':_0x4e61df};}function g_(){const _0x178b62=_0x2d3867;let _0x350f74=_0x178b62(0x4d9);return{'id':Mh['id'],'type':_0x26215b['BUTTON'],'icon':'TopmostIcon','title':_0x350f74,'tooltip':_0x350f74};}function __(){const _0xfc129f=_0x2d3867;let _0x4de980='slides-ui.image-panel.arrange.back';return{'id':Nh['id'],'type':_0x26215b[_0xfc129f(0x8aa)],'icon':_0xfc129f(0x84c),'title':_0x4de980,'tooltip':_0x4de980};}function v_(_0x40e600){const _0x4c75cf=_0x2d3867;return{'id':Sh['id'],'type':_0x26215b[_0x4c75cf(0x8aa)],'title':_0x4c75cf(0x55d),'icon':'ShapeFormatSettingIcon','hidden$':new _0x8aaa3e(_0x1620e2=>{const _0x4e15af=_0x4c75cf;let _0x51846d=d_(_0x40e600)[_0x4e15af(0x6ca)](_0x5c5e4c=>_0x1620e2['next'](!_0x5c5e4c[_0x4e15af(0xab0)]||_0x5c5e4c[_0x4e15af(0x34b)]));return()=>_0x51846d[_0x4e15af(0x23d)]();}),'disabled$':new _0x8aaa3e(_0x427c66=>{const _0x671674=_0x4c75cf;let _0x4a7b36=d_(_0x40e600)[_0x671674(0x6ca)](_0x19a5d7=>_0x427c66['next'](!_0x19a5d7[_0x671674(0x503)]));return()=>_0x4a7b36[_0x671674(0x23d)]();})};}function y_(){const _0x1f3098=_0x2d3867;return{'id':Ch['id'],'type':_0x26215b[_0x1f3098(0x8aa)],'icon':_0x1f3098(0x6e3),'title':'slides-ui.contextmenu.backgroundPanel'};}function b_(){const _0x1451e9=_0x2d3867;return{'id':wh['id'],'type':_0x26215b[_0x1451e9(0x8aa)],'icon':_0x1451e9(0x94d),'title':_0x1451e9(0x862)};}function x_(){const _0x10080e=_0x2d3867;return{'id':Th['id'],'type':_0x26215b[_0x10080e(0x8aa)],'icon':_0x10080e(0x1c9),'title':_0x10080e(0x5ec)};}function S_(){const _0x44a5d7=_0x2d3867;return{'id':Eh['id'],'type':_0x26215b['BUTTON'],'icon':'StickyNoteIcon','title':_0x44a5d7(0x2b3)};}function C_(_0x3dca86){const _0x37e49f=_0x2d3867;let _0x57c0de=_0x3dca86[_0x37e49f(0x7d6)](ju);return{'id':Dh['id'],'type':_0x26215b[_0x37e49f(0x8aa)],'icon':_0x37e49f(0x6ff),'title':_0x37e49f(0x6c5),'tooltip':_0x37e49f(0x6c5),'activated$':_0x57c0de[_0x37e49f(0x875)]};}function w_(_0x18ac13){const _0x497103=_0x2d3867;return{'id':Oh['id'],'type':_0x26215b[_0x497103(0x8aa)],'icon':_0x497103(0x7d9),'title':_0x497103(0x89e),'hidden$':new _0x8aaa3e(_0x5ef610=>{const _0x1e7af8=_0x497103;let _0x5d1e43=d_(_0x18ac13)[_0x1e7af8(0x6ca)](_0x315d99=>_0x5ef610[_0x1e7af8(0x182)](!_0x315d99[_0x1e7af8(0x487)]));return()=>_0x5d1e43[_0x1e7af8(0x23d)]();})};}function T_(_0x2805cc){const _0x1b9f4a=_0x2d3867;return{'id':Fh['id'],'type':_0x26215b[_0x1b9f4a(0x8aa)],'title':_0x1b9f4a(0xa4b),'icon':_0x1b9f4a(0x7f3),'tooltip':_0x1b9f4a(0xa4b),'disabled$':new _0x8aaa3e(_0x1ee23f=>{const _0xa3bd31=_0x1b9f4a;let _0x107476=d_(_0x2805cc)[_0xa3bd31(0x6ca)](_0x4316f0=>_0x1ee23f['next'](!_0x4316f0[_0xa3bd31(0x966)]));return()=>_0x107476[_0xa3bd31(0x23d)]();})};}function E_(_0x452936){const _0x5785b3=_0x2d3867;return{'id':Ih['id'],'type':_0x26215b[_0x5785b3(0x8aa)],'title':_0x5785b3(0x1e9),'icon':_0x5785b3(0x745),'tooltip':_0x5785b3(0x1e9),'disabled$':new _0x8aaa3e(_0x6f0996=>{const _0x217982=_0x5785b3;let _0x1a8e73=d_(_0x452936)['subscribe'](_0x59b29f=>_0x6f0996[_0x217982(0x182)](!_0x59b29f[_0x217982(0x966)]));return()=>_0x1a8e73[_0x217982(0x23d)]();})};}function D_(_0x3deb6a){const _0x1d6e23=_0x2d3867;let _0x109a71=_0x1d6e23(0x64d);return{'id':Lh['id'],'type':_0x26215b['BUTTON'],'icon':_0x1d6e23(0x53d),'title':_0x109a71,'tooltip':_0x109a71,'disabled$':new _0x8aaa3e(_0x2c5d97=>{const _0x1d1aeb=_0x1d6e23;let _0x25fda2=d_(_0x3deb6a)['subscribe'](_0x1157dd=>_0x2c5d97[_0x1d1aeb(0x182)](!_0x1157dd['canGroup']));return()=>_0x25fda2[_0x1d1aeb(0x23d)]();})};}function O_(_0xc72ee8){const _0x155e87=_0x2d3867;let _0x2316c0='slides-ui.contextmenu.ungroup';return{'id':Rh['id'],'type':_0x26215b['BUTTON'],'icon':_0x155e87(0x8b1),'title':_0x2316c0,'tooltip':_0x2316c0,'disabled$':new _0x8aaa3e(_0x2c0917=>{const _0x539bf4=_0x155e87;let _0x318b33=d_(_0xc72ee8)[_0x539bf4(0x6ca)](_0x5836c9=>_0x2c0917[_0x539bf4(0x182)](!_0x5836c9[_0x539bf4(0x4f6)]));return()=>_0x318b33['unsubscribe']();})};}function k_(){const _0x106050=_0x2d3867;return{'id':zh['id'],'type':_0x26215b[_0x106050(0x8aa)],'icon':'AddNoteIcon','title':_0x106050(0x9bb)};}const A_=_0x2d3867(0x82b),j_=_0x2d3867(0x1f2),M_=_0x2d3867(0x516),N_=_0x2d3867(0x613),P_=_0x2d3867(0x8fb);function F_(_0x26e750,_0x3c3e94,_0xd195c3,_0x57dece){const _0x39f9dc=_0x2d3867;return{'id':_0x26e750,'type':_0x26215b[_0x39f9dc(0x657)],'icon':_0x3c3e94,'tooltip':_0xd195c3,'slot':!0x0,'selections':[{'label':{'name':_0x57dece,'hoverable':!0x1,'selectable':!0x1}}]};}function I_(){const _0xa115fb=_0x2d3867;return F_(A_,_0xa115fb(0x887),_0xa115fb(0x5df),Yh);}const L_=[{'label':_0x2d3867(0x8b9),'icon':'ShapeRectTextboxHorizontalIcon','value':'horizontal'},{'label':'slides-ui.insertToolbar.textVertical','icon':_0x2d3867(0x8e7),'value':_0x2d3867(0xaaf)}];function R_(){const _0x20ed65=_0x2d3867;return{'id':j_,'type':_0x26215b['SELECTOR'],'icon':_0x20ed65(0x7de),'tooltip':_0x20ed65(0xa30),'selectionsCommandId':sg['id'],'selections':L_};}function z_(){const _0x5811bb=_0x2d3867;return{'id':M_,'commandId':cg['id'],'type':_0x26215b[_0x5811bb(0x8aa)],'icon':'AddImageIcon','tooltip':'slides-ui.insertToolbar.image'};}function B_(){const _0x34e668=_0x2d3867;return F_(N_,'TableIcon',_0x34e668(0x812),Xh);}function V_(){const _0x3f5d54=_0x2d3867;return F_(P_,_0x3f5d54(0xa71),_0x3f5d54(0x187),Zh);}function H_(){const _0x496c20=_0x2d3867;return{'id':lg['id'],'commandId':lg['id'],'type':_0x26215b[_0x496c20(0x8aa)],'icon':_0x496c20(0x5d5),'tooltip':_0x496c20(0x9be)};}const U_=_0x2d3867(0x7a6);function W_(_0x1cd253){const _0x262091=_0x2d3867;return _0x5b6657(_0x262091(0x939),_0x1cd253===_0x262091(0x686)?_0x262091(0x731):'univer-grid-cols-4');}function G_(_0x1fc98c){const _0x1c3406=_0x2d3867;var _0x351e64,_0x200101;let {preset:_0x37078f}=_0x1fc98c;return _0x36d3a0(_0x1c3406(0x66b),{'className':'univer-block\x20univer-size-8\x20univer-rounded-md','style':{'background':(_0x351e64=_0x37078f[_0x1c3406(0x7c1)])==null?void 0x0:_0x351e64[_0x1c3406(0x5bc)],'boxShadow':_0x1c3406(0x2c0)+((_0x200101=_0x37078f['stroke'][_0x1c3406(0xa28)])==null?0x2:_0x200101)+_0x1c3406(0x8de)+_0x37078f[_0x1c3406(0xae3)][_0x1c3406(0x5bc)]}});}function K_(_0x4157d1){const _0x58909c=_0x2d3867;var _0x16bce2,_0x2059eb,_0x54d358,_0x4ab15c;let {preset:_0x6a91e2}=_0x4157d1,_0x1d56e5=(_0x16bce2=_0x6a91e2[_0x58909c(0xae3)][_0x58909c(0x5bc)])==null?to:_0x16bce2,_0x15915f=_0x6a91e2['stroke'][_0x58909c(0x9dc)]===_0x1b038d[_0x58909c(0x1db)]?_0x58909c(0x820):void 0x0,_0x4e4d71=((_0x2059eb=_0x6a91e2['ln'])==null||(_0x2059eb=_0x2059eb['startArrow'])==null?void 0x0:_0x2059eb[_0x58909c(0x866)])!==void 0x0&&_0x6a91e2['ln'][_0x58909c(0x45b)][_0x58909c(0x866)]!==_0x537eea[_0x58909c(0x1c4)],_0x3c92eb=((_0x54d358=_0x6a91e2['ln'])==null||(_0x54d358=_0x54d358[_0x58909c(0x709)])==null?void 0x0:_0x54d358['type'])!==void 0x0&&_0x6a91e2['ln'][_0x58909c(0x709)]['type']!==_0x537eea['None'];return _0x3e215d(_0x58909c(0x1f0),{'className':'univer-block\x20univer-size-8','viewBox':_0x58909c(0x41d),'aria-hidden':_0x58909c(0x368),'children':[_0x36d3a0(_0x58909c(0x56d),{'x1':'6','y1':'19','x2':'30','y2':'5','stroke':_0x1d56e5,'strokeWidth':(_0x4ab15c=_0x6a91e2[_0x58909c(0xae3)]['width'])==null?1.5:_0x4ab15c,'strokeLinecap':'round','strokeDasharray':_0x15915f}),_0x4e4d71&&_0x36d3a0(_0x58909c(0x660),{'d':_0x58909c(0xabb),'fill':_0x1d56e5}),_0x3c92eb&&_0x36d3a0(_0x58909c(0x660),{'d':'M30\x205\x20L24\x206\x20L28\x2010\x20Z','fill':_0x1d56e5})]});}function q_(_0x3ffcc8){const _0x35a7fb=_0x2d3867;let {preset:_0x54f68c}=_0x3ffcc8;return _0x36d3a0('span',{'className':_0x35a7fb(0x99a),'style':{'color':_0x54f68c[_0x35a7fb(0x785)][_0x35a7fb(0x5bc)],'fontWeight':_0x54f68c['textStyle'][_0x35a7fb(0x58c)]?0x2bc:0x190,'fontSize':0x10},'children':'A'});}function J_(_0x3d5d1b){const _0x3790a0=_0x2d3867;let {preset:_0xfae6de,active:_0x2e88b2,onSelect:_0x32c3ab}=_0x3d5d1b;return _0x36d3a0(_0x3790a0(0x335),{'type':_0x3790a0(0x335),'className':_0x5b6657(_0x3790a0(0x398),_0x2e88b2?'univer-border-primary-500\x20univer-ring-2\x20univer-ring-primary-100\x20dark:!univer-border-primary-400\x20dark:!univer-ring-primary-900':'univer-border-gray-200'),'onClick':()=>_0x32c3ab(_0xfae6de['id']),'children':_0xfae6de[_0x3790a0(0x866)]===_0x3790a0(0x686)?_0x36d3a0(G_,{'preset':_0xfae6de}):_0xfae6de[_0x3790a0(0x866)]==='line'?_0x36d3a0(K_,{'preset':_0xfae6de}):_0x36d3a0(q_,{'preset':_0xfae6de})});}function Y_(){const _0x308349=_0x2d3867;let _0x1f4073=_0xcc135f(_0x2402a1),_0x393cb9=_0xcc135f(_0x4a2941),_0x2db39c=_0xcc135f(_0x3a5c48),_0x2706e7=_0xcc135f(Cu),_0x316e07=()=>{const _0x570210=_0x3035;let _0x13b1b7=Eg(_0x2db39c,_0x2706e7);return Dg(_0x13b1b7[_0x570210(0xa73)]?_0x13b1b7:Tg(_0x2db39c));},_0x7ab493=_0x5c7b59(()=>_0x33130c(_0x2706e7[_0x308349(0x317)],_0x2db39c[_0x308349(0x714)],_0x2db39c[_0x308349(0x4e6)],_0x2db39c[_0x308349(0x258)])[_0x308349(0x3c8)](_0x3f1ec6(void 0x0),_0x1388a1(_0x316e07)),_0x316e07(),!0x1,[_0x2db39c,_0x2706e7]),_0x1658ff=_0x47e782(()=>_0x7ab493?Mg(_0x7ab493):null,[_0x7ab493]);if(!_0x7ab493)return null;let _0x5b07e4=xg(_0x7ab493[_0x308349(0x866)]),_0x25f035=_0x7ab493[_0x308349(0x866)]===_0x308349(0x686)?_0x308349(0xa52):_0x7ab493[_0x308349(0x866)]===_0x308349(0x56d)?_0x308349(0x21d):_0x308349(0x3a3),_0x17b934=_0xe53b93=>{const _0x55a895=_0x308349;_0x1f4073[_0x55a895(0x6bc)](Ug['id'],{'presetId':_0xe53b93});};return _0x3e215d('div',{'className':_0x308349(0x44b),'children':[_0x36d3a0(_0x308349(0xaa0),{'className':_0x308349(0x44e),'children':_0x393cb9['t'](_0x25f035)}),_0x7ab493['type']===_0x308349(0x56d)?_0x3e215d(_0x30c11d,{'children':[_0x3e215d(_0x308349(0xaa0),{'className':_0x308349(0x2db),'children':[_0x36d3a0(_0x308349(0xaa0),{'className':_0x308349(0x37a),'children':_0x393cb9['t']('slides-ui.quickStyles.groups.solid')}),_0x36d3a0(_0x308349(0xaa0),{'className':_0x308349(0x809),'children':_g['filter'](_0x3beecc=>_0x3beecc[_0x308349(0x27b)]===_0x308349(0x374))[_0x308349(0x51d)](_0x551088=>_0x36d3a0(J_,{'preset':_0x551088,'active':_0x551088['id']===_0x1658ff,'onSelect':_0x17b934},_0x551088['id']))})]}),_0x3e215d('div',{'children':[_0x36d3a0('div',{'className':_0x308349(0x37a),'children':_0x393cb9['t'](_0x308349(0x3b7))}),_0x36d3a0(_0x308349(0xaa0),{'className':'univer-grid\x20univer-grid-cols-4\x20univer-gap-2','children':_g['filter'](_0x277552=>_0x277552['group']===_0x308349(0xa2e))[_0x308349(0x51d)](_0x1d1a3f=>_0x36d3a0(J_,{'preset':_0x1d1a3f,'active':_0x1d1a3f['id']===_0x1658ff,'onSelect':_0x17b934},_0x1d1a3f['id']))})]})]}):_0x36d3a0(_0x308349(0xaa0),{'className':W_(_0x7ab493[_0x308349(0x866)]),'children':_0x5b07e4[_0x308349(0x51d)](_0x10530b=>_0x36d3a0(J_,{'preset':_0x10530b,'active':_0x10530b['id']===_0x1658ff,'onSelect':_0x17b934},_0x10530b['id']))})]});}function X_(_0x670d80){const _0x4c7378=_0x2d3867;let _0x33e998=_0x670d80[_0x4c7378(0x7d6)](_0x3a5c48),_0x5ddd87=_0x670d80['get'](Cu);return new _0x8aaa3e(_0x59581d=>{const _0x451e5b=_0x4c7378;let _0x48e76e=()=>{const _0x4bf8f2=_0x3035;let _0x391e77=Eg(_0x33e998,_0x5ddd87),_0x35ee3c=Dg(_0x391e77[_0x4bf8f2(0xa73)]?_0x391e77:Tg(_0x33e998));_0x59581d[_0x4bf8f2(0x182)](!_0x35ee3c);},_0x20264a=[_0x5ddd87[_0x451e5b(0x317)][_0x451e5b(0x6ca)](_0x48e76e),_0x33e998['update$'][_0x451e5b(0x6ca)](_0x48e76e),_0x33e998['add$']['subscribe'](_0x48e76e),_0x33e998[_0x451e5b(0x258)][_0x451e5b(0x6ca)](_0x48e76e)];return _0x48e76e(),()=>_0x20264a[_0x451e5b(0x3d8)](_0x714d01=>_0x714d01[_0x451e5b(0x23d)]());});}function Z_(_0x31a5c7){const _0x2ecb7c=_0x2d3867;let _0x4a9e4d=_0x31a5c7[_0x2ecb7c(0x7d6)](_0x3a5c48),_0x34975b=_0x31a5c7[_0x2ecb7c(0x7d6)](Cu),_0x43d429=new _0x8aaa3e(_0x4a979e=>{const _0x5d9d33=_0x2ecb7c;let _0x123596=()=>{var _0x283796;let _0x462b15=Eg(_0x4a9e4d,_0x34975b),_0x1057af=Dg(_0x462b15['length']?_0x462b15:Tg(_0x4a9e4d));_0x4a979e['next']((_0x283796=Mg(_0x1057af))==null?'':_0x283796);},_0x1f84b8=[_0x34975b['state$'][_0x5d9d33(0x6ca)](_0x123596),_0x4a9e4d[_0x5d9d33(0x714)][_0x5d9d33(0x6ca)](_0x123596),_0x4a9e4d[_0x5d9d33(0x4e6)][_0x5d9d33(0x6ca)](_0x123596),_0x4a9e4d[_0x5d9d33(0x258)]['subscribe'](_0x123596)];return _0x123596(),()=>_0x1f84b8[_0x5d9d33(0x3d8)](_0x3085ee=>_0x3085ee[_0x5d9d33(0x23d)]());});return{'id':Ug['id'],'type':_0x26215b[_0x2ecb7c(0x657)],'title':_0x2ecb7c(0xae0),'tooltip':'slides-ui.quickStyles.tooltip','selections':[{'label':{'name':U_,'hoverable':!0x1,'selectable':!0x1}}],'value$':_0x43d429,'hidden$':X_(_0x31a5c7)};}const Q_=_0x2d3867(0x6db);function $_(_0x2cda15){const _0x311bbd=_0x2d3867;let {theme:_0x44f013}=_0x2cda15,_0x46f59d=_0x5eb355(_0x44f013);return _0x3e215d(_0x311bbd(0xaa0),{'className':_0x311bbd(0x440),'style':{'background':_0x46f59d[_0x311bbd(0x474)]},'children':[_0x36d3a0('div',{'className':'univer-absolute\x20univer-left-3\x20univer-top-2\x20univer-font-serif\x20univer-text-2xl\x20univer-leading-none','style':{'color':_0x46f59d['text']},'children':'文文'}),_0x36d3a0(_0x311bbd(0xaa0),{'className':'univer-absolute\x20univer-bottom-[22px]\x20univer-left-3\x20univer-right-3\x20univer-h-px','style':{'background':_0x46f59d[_0x311bbd(0x62a)]}}),_0x36d3a0(_0x311bbd(0xaa0),{'className':'univer-absolute\x20univer-bottom-2\x20univer-left-3\x20univer-flex\x20univer-gap-1','children':_0x46f59d[_0x311bbd(0x7f5)][_0x311bbd(0xace)](0x0,0x3)['map']((_0x44e63a,_0xed8c73)=>_0x36d3a0(_0x311bbd(0x66b),{'className':_0x5b6657(_0x1521b6,_0x311bbd(0x9a1)),'style':{'background':_0x44e63a}},_0x44e63a+'-'+_0xed8c73))})]});}function ev(){const _0x436de2=_0x2d3867;var _0x2931ac,_0x24d95b,_0x4dc10c;let _0x4df63e=_0xcc135f(_0x2402a1),_0xb76bf8=_0xcc135f(_0x534be5),_0x2aee64=_0xcc135f(_0x4a2941),_0x8349ec=_0xb76bf8['getCurrentUnitOfType'](_0x50fd52[_0x436de2(0x70c)]),_0x4081b3=(_0x2931ac=_0x5c7b59(_0x8349ec==null?void 0x0:_0x8349ec['theme'][_0x436de2(0x488)]))==null?_0x8349ec==null?void 0x0:_0x8349ec['theme'][_0x436de2(0x1ed)]():_0x2931ac,_0x31b26d=(_0x24d95b=_0x4081b3==null?void 0x0:_0x4081b3['id'])==null?(_0x4dc10c=_0x854195[0x0])==null?void 0x0:_0x4dc10c['id']:_0x24d95b,_0x2e08ab=_0x525bf5=>{const _0x678f69=_0x436de2;_0x525bf5&&_0x4df63e[_0x678f69(0x6bc)](i_['id'],{'unitId':_0x8349ec==null?void 0x0:_0x8349ec[_0x678f69(0x5cb)](),'themeId':_0x525bf5});};return _0x3e215d(_0x436de2(0xaa0),{'className':'univer-w-md\x20univer-rounded-xl\x20univer-bg-white\x20dark:!univer-bg-gray-900','children':[_0x36d3a0('div',{'className':_0x436de2(0x44e),'children':_0x2aee64['t']('slides-ui.themePicker.title')}),_0x36d3a0(_0x436de2(0xaa0),{'className':_0x436de2(0x5bd),'children':_0x854195[_0x436de2(0x51d)](_0x4083af=>_0x3e215d(_0x436de2(0x335),{'type':_0x436de2(0x335),'className':_0x5b6657(_0x436de2(0x2d4),_0x4083af['id']===_0x31b26d||_0x31b26d===_0x436de2(0x629)&&_0x4083af['id']===_0x436de2(0x950)?_0x436de2(0x1eb):_0x436de2(0x7b5)),'title':_0x4083af['name'],'onClick':()=>_0x2e08ab(_0x4083af['id']),'children':[_0x36d3a0($_,{'theme':_0x4083af}),_0x36d3a0(_0x436de2(0x66b),{'className':_0x436de2(0x7b9),'children':_0x4083af[_0x436de2(0x6a9)]})]},_0x4083af['id']))})]});}function tv(_0x139432){const _0x57a251=_0x2d3867;let _0x5cd2f0=_0x139432[_0x57a251(0x7d6)](_0x534be5);return{'id':i_['id'],'type':_0x26215b[_0x57a251(0x657)],'icon':'SlideshowThemeIcon','title':'slides-ui.themePicker.title','tooltip':_0x57a251(0x3de),'selections':[{'label':{'name':Q_,'hoverable':!0x1,'selectable':!0x1}}],'value$':new _0x8aaa3e(_0x290e86=>{const _0x1537af=_0x57a251;let _0x3b8ac4=_0x5cd2f0[_0x1537af(0x91a)](_0x50fd52['UNIVER_SLIDE']);if(!_0x3b8ac4){_0x290e86[_0x1537af(0x182)]('');return;}let _0x5a1c85=_0x3b8ac4[_0x1537af(0x612)]['data$'][_0x1537af(0x6ca)](_0x4c48cc=>{const _0x5d0215=_0x1537af;var _0x3b979a;_0x290e86[_0x5d0215(0x182)]((_0x3b979a=_0x4c48cc['id'])==null?_0x5d0215(0x950):_0x3b979a);});return()=>_0x5a1c85[_0x1537af(0x23d)]();}),'hidden$':_0x1e2e45(_0x139432,_0x50fd52['UNIVER_SLIDE'])};}const nv={[_0x4901db[_0x2d3867(0x48e)]]:{[_0x3b37ed[_0x2d3867(0x4fc)]]:{[i_['id']]:{'order':0x0,'menuItemFactory':tv}}},[_0x4901db[_0x2d3867(0x287)]]:{[_0x4cc515[_0x2d3867(0x834)]]:{[A_]:{'order':0xa,'menuItemFactory':I_},[j_]:{'order':0xb,'menuItemFactory':R_},[M_]:{'order':0xc,'menuItemFactory':z_},[N_]:{'order':0xd,'menuItemFactory':B_},[P_]:{'order':0xe,'menuItemFactory':V_},[lg['id']]:{'order':0xf,'menuItemFactory':H_},[Dh['id']]:{'order':0x10,'menuItemFactory':C_}}}},rv={'slide.contextMenu.page':{[_0x5e1ea1[_0x2d3867(0x212)]]:{[zh['id']]:{'order':0x1,'menuItemFactory':k_},[Ch['id']]:{'order':0x2,'menuItemFactory':y_},[Eh['id']]:{'order':0x3,'menuItemFactory':S_},[wh['id']]:{'order':0x4,'menuItemFactory':b_},[Th['id']]:{'order':0x5,'menuItemFactory':x_},[Dh['id']]:{'order':0x6,'menuItemFactory':C_}}},'slide.contextMenu.drawing':{[_0x5e1ea1['OTHERS']]:{[Sh['id']]:{'order':0x1,'menuItemFactory':v_},[Th['id']]:{'order':0x2,'menuItemFactory':x_},[Fh['id']]:{'order':0x3,'menuItemFactory':T_},[Ih['id']]:{'order':0x4,'menuItemFactory':E_},[Oh['id']]:{'order':0x5,'menuItemFactory':w_},[Lh['id']]:{'order':0x6,'menuItemFactory':D_},[Rh['id']]:{'order':0x7,'menuItemFactory':O_},[f_]:{'order':0x8,'menuItemFactory':p_,[Mh['id']]:{'order':0x0,'menuItemFactory':g_},[Ah['id']]:{'order':0x1,'menuItemFactory':m_},[Nh['id']]:{'order':0x2,'menuItemFactory':__},[jh['id']]:{'order':0x3,'menuItemFactory':h_}},[Dh['id']]:{'order':0x9,'menuItemFactory':C_}}}},iv={[_0x499bb1[_0x2d3867(0x16c)]]:{[a_]:{'order':0x64,'contextual':!0x0,'slides-ui.ribbon.shapeFormat.quickStyles':{'order':0x0,[Ug['id']]:{'order':0x0,'menuItemFactory':Z_}},'slides-ui.ribbon.shapeFormat.format':{'order':0x1,[$g['id']]:{'order':0x0,'menuItemFactory':l_},[Sh['id']]:{'order':0x1,'menuItemFactory':v_},[Fh['id']]:{'order':0x2,'menuItemFactory':T_},[Ih['id']]:{'order':0x3,'menuItemFactory':E_}},'slides-ui.ribbon.shapeFormat.arrange':{'order':0x2,[Ah['id']]:{'order':0x0,'menuItemFactory':m_},[jh['id']]:{'order':0x1,'menuItemFactory':h_},[Mh['id']]:{'order':0x2,'menuItemFactory':g_},[Nh['id']]:{'order':0x3,'menuItemFactory':__},[Lh['id']]:{'order':0x4,'menuItemFactory':D_},[Rh['id']]:{'order':0x5,'menuItemFactory':O_}}}}};var av=_0x2d3867(0x1ab),ov=_0x2d3867(0x923),sv=class extends _0x10bcc8{constructor(..._0xfc235e){super(..._0xfc235e),Z(this,'_snapshot',null);}['set'](_0x54f7eb){const _0x40c1df=_0x2d3867;this[_0x40c1df(0xaea)]={..._0x54f7eb,'pasteCount':0x0};}[_0x2d3867(0x9e8)](){const _0x339419=_0x2d3867;return this[_0x339419(0xaea)];}[_0x2d3867(0x63d)](){const _0x3e27c4=_0x2d3867;return this[_0x3e27c4(0xaea)]?(this[_0x3e27c4(0xaea)][_0x3e27c4(0xa0c)]+=0x1,this[_0x3e27c4(0xaea)][_0x3e27c4(0xa0c)]):0x0;}[_0x2d3867(0x513)](){this['_snapshot']=null;}};function cv(_0x130f67){const _0x4912f5=_0x2d3867;let _0x42b746=_0x130f67['getFocusDrawings']();if(!_0x42b746[_0x4912f5(0xa73)])return null;let [_0x3473bc]=_0x42b746;return _0x3473bc?{'unitId':_0x3473bc[_0x4912f5(0x340)],'subUnitId':_0x3473bc[_0x4912f5(0xaa1)],'drawingIds':_0x42b746[_0x4912f5(0xac6)](_0x139156=>_0x139156[_0x4912f5(0x340)]===_0x3473bc[_0x4912f5(0x340)]&&_0x139156[_0x4912f5(0xaa1)]===_0x3473bc['subUnitId'])[_0x4912f5(0x51d)](_0x492872=>_0x492872[_0x4912f5(0x31e)])}:null;}function lv(_0x560ef0,_0x14feca){const _0x2e68a0=_0x2d3867;let _0x1a4ab2=_0x560ef0[_0x2e68a0(0x3a7)]();return _0x1a4ab2[_0x2e68a0(0x3fa)]&&_0x1a4ab2[_0x2e68a0(0xac1)][_0x2e68a0(0xa73)]>0x0?{'unitId':_0x1a4ab2['context']['unitId'],'subUnitId':_0x1a4ab2[_0x2e68a0(0x3fa)]['subUnitId'],'drawingIds':_0x1a4ab2['selectedIds']}:cv(_0x14feca);}function uv(_0x3068be){const _0x44bc20=_0x2d3867;let _0xdcfa39=_0x3068be[_0x44bc20(0x91a)](_0x50fd52[_0x44bc20(0x70c)]),_0x4a1227=_0xdcfa39==null?void 0x0:_0xdcfa39[_0x44bc20(0x63a)][_0x44bc20(0x4bf)]();return!_0xdcfa39||!_0x4a1227?null:{'unitId':_0xdcfa39[_0x44bc20(0x5cb)](),'subUnitId':_0x4a1227[_0x44bc20(0x559)](),'slideModel':_0xdcfa39};}function dv(_0x18836f,_0x344eb7){const _0x28c34b=_0x2d3867;let _0x51a4b1=new Set(),_0x2e1b65=[..._0x18836f];for(;_0x2e1b65[_0x28c34b(0xa73)];){var _0x4a1a20;let _0x120d9c=_0x2e1b65[_0x28c34b(0x565)]();if(!_0x120d9c||_0x51a4b1[_0x28c34b(0x7fb)](_0x120d9c))continue;_0x51a4b1[_0x28c34b(0x6fb)](_0x120d9c);let _0x71159a=_0x344eb7[_0x120d9c];!_0x71159a||_0x71159a['element']['type']!==_0x440e4e['Group']||((_0x4a1a20=_0x71159a[_0x28c34b(0x431)][_0x28c34b(0x6ee)])==null?[]:_0x4a1a20)[_0x28c34b(0x3d8)](_0x553ae7=>{const _0x31796c=_0x28c34b;_0x51a4b1[_0x31796c(0x7fb)](_0x553ae7)||_0x2e1b65['push'](_0x553ae7);});}return[..._0x51a4b1];}function fv(_0x24dbec,_0x450df7,_0x45504b){const _0x40bb0a=_0x2d3867;var _0x1896bd,_0x1aea01,_0x556c3f;let _0x14bfd5=JSON['parse'](JSON['stringify'](_0x24dbec));if(_0x14bfd5['id']=(_0x1896bd=_0x450df7['get'](_0x24dbec['id']))==null?_0x5a1e83(0x6):_0x1896bd,_0x14bfd5['transform']={..._0x14bfd5[_0x40bb0a(0x985)],'left':((_0x1aea01=_0x14bfd5[_0x40bb0a(0x985)][_0x40bb0a(0x88e)])==null?0x0:_0x1aea01)+_0x45504b,'top':((_0x556c3f=_0x14bfd5[_0x40bb0a(0x985)][_0x40bb0a(0x19e)])==null?0x0:_0x556c3f)+_0x45504b},_0x14bfd5[_0x40bb0a(0x866)]===_0x440e4e[_0x40bb0a(0x1ff)]&&(_0x14bfd5[_0x40bb0a(0x6ee)]=_0x14bfd5[_0x40bb0a(0x6ee)][_0x40bb0a(0x51d)](_0x374c0b=>_0x450df7[_0x40bb0a(0x7d6)](_0x374c0b))[_0x40bb0a(0xac6)](_0x18e52b=>!!_0x18e52b)),_0x14bfd5[_0x40bb0a(0x866)]===_0x440e4e[_0x40bb0a(0x24b)]){let _0x2dc024=_0x14bfd5[_0x40bb0a(0x5a6)];if(_0x2dc024[_0x40bb0a(0x898)]){var _0x53a3d2,_0xa1fa1e;let _0x97b31a=(_0x53a3d2=_0x2dc024[_0x40bb0a(0x898)]['from'])==null?void 0x0:_0x53a3d2[_0x40bb0a(0x449)],_0x49f5a6=(_0xa1fa1e=_0x2dc024[_0x40bb0a(0x898)]['to'])==null?void 0x0:_0xa1fa1e[_0x40bb0a(0x449)];_0x97b31a&&_0x450df7[_0x40bb0a(0x7fb)](_0x97b31a)&&_0x2dc024['relation'][_0x40bb0a(0xad9)]?_0x2dc024[_0x40bb0a(0x898)][_0x40bb0a(0xad9)][_0x40bb0a(0x449)]=_0x450df7[_0x40bb0a(0x7d6)](_0x97b31a):delete _0x2dc024[_0x40bb0a(0x898)]['from'],_0x49f5a6&&_0x450df7['has'](_0x49f5a6)&&_0x2dc024[_0x40bb0a(0x898)]['to']?_0x2dc024['relation']['to'][_0x40bb0a(0x449)]=_0x450df7[_0x40bb0a(0x7d6)](_0x49f5a6):delete _0x2dc024[_0x40bb0a(0x898)]['to'];}}return _0x14bfd5;}const pv={'id':_0x2d3867(0x2d9),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x4ed119=>{const _0x276d67=_0x2d3867;let _0x11bbf7=_0x4ed119[_0x276d67(0x7d6)](_0x534be5),_0x44c4ac=_0x4ed119[_0x276d67(0x7d6)](_0x3a5c48),_0x586ef6=_0x4ed119[_0x276d67(0x7d6)](Cu),_0xd4cf29=uv(_0x11bbf7);if(!_0xd4cf29)return!0x1;let {unitId:_0x87195f,subUnitId:_0x3abcd2}=_0xd4cf29,_0x4e8915=_0x44c4ac['getDrawingData'](_0x87195f,_0x3abcd2),_0xace941=_0x44c4ac[_0x276d67(0x66a)](_0x87195f,_0x3abcd2),_0x4c3e20=new Set();Object[_0x276d67(0x4ae)](_0x4e8915)[_0x276d67(0x3d8)](_0xe7942a=>{const _0x1ee3de=_0x276d67;(_0xe7942a==null?void 0x0:_0xe7942a[_0x1ee3de(0x431)][_0x1ee3de(0x866)])===_0x440e4e['Group']&&_0xe7942a[_0x1ee3de(0x431)][_0x1ee3de(0x6ee)][_0x1ee3de(0x3d8)](_0x1b1b11=>_0x4c3e20[_0x1ee3de(0x6fb)](_0x1b1b11));});let _0x8afcc4=_0xace941['map'](_0x1c540b=>_0x4e8915[_0x1c540b])['filter'](_0x5f3c6d=>!!_0x5f3c6d&&!_0x5f3c6d[_0x276d67(0x676)]&&!_0x4c3e20[_0x276d67(0x7fb)](_0x5f3c6d[_0x276d67(0x31e)]))['map'](_0x300490=>_0x300490[_0x276d67(0x31e)]);if(_0x8afcc4['length']>0x0){var _0x3ea58c;_0x586ef6[_0x276d67(0x3ee)]({'unitId':_0x87195f,'subUnitId':_0x3abcd2},_0x8afcc4,(_0x3ea58c=_0x8afcc4[_0x8afcc4[_0x276d67(0xa73)]-0x1])==null?null:_0x3ea58c);}else _0x586ef6['clearSelection']();return _0x8afcc4[_0x276d67(0xa73)]>0x0;}},mv={'id':_0x2d3867(0x491),'type':_0x49b5c3['OPERATION'],'handler':_0x32e847=>{const _0x4f7b50=_0x2d3867;let _0x21cbda=_0x32e847['get'](_0x3a5c48),_0x1f1ed1=_0x32e847['get'](Cu),_0x3e2cf8=_0x32e847[_0x4f7b50(0x7d6)](_0x2402a1),_0x12c29e=lv(_0x1f1ed1,_0x21cbda);if(!(_0x12c29e!=null&&_0x12c29e[_0x4f7b50(0x3e5)][_0x4f7b50(0xa73)]))return!0x1;let _0x55fad7=_0x3e2cf8[_0x4f7b50(0x554)](_0x36bacc['id'],_0x12c29e);return _0x55fad7&&_0x1f1ed1['clearSelection'](),_0x55fad7;}},hv={'id':_0x2d3867(0x97d),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x1918db=>{const _0xa7a58f=_0x2d3867;let _0x586a5d=_0x1918db[_0xa7a58f(0x7d6)](_0x3a5c48),_0x29e2b4=_0x1918db['get'](Cu),_0x1f06cb=_0x1918db['get'](sv),_0x523195=lv(_0x29e2b4,_0x586a5d);if(!(_0x523195!=null&&_0x523195['drawingIds'][_0xa7a58f(0xa73)]))return!0x1;let _0x45f2bd=_0x586a5d[_0xa7a58f(0x671)](_0x523195[_0xa7a58f(0x340)],_0x523195[_0xa7a58f(0xaa1)]),_0xc99ce2=_0x586a5d[_0xa7a58f(0x66a)](_0x523195[_0xa7a58f(0x340)],_0x523195[_0xa7a58f(0xaa1)]),_0x50f9cf=new Set(dv(_0x523195[_0xa7a58f(0x3e5)],_0x45f2bd)),_0x4712f6=_0xc99ce2[_0xa7a58f(0xac6)](_0x4ccb6c=>_0x50f9cf[_0xa7a58f(0x7fb)](_0x4ccb6c))[_0xa7a58f(0x51d)](_0x40e8b8=>_0x45f2bd[_0x40e8b8])[_0xa7a58f(0xac6)](_0x9ce9f3=>!!_0x9ce9f3);return _0x4712f6[_0xa7a58f(0xa73)]?(_0x1f06cb[_0xa7a58f(0x55e)]({'unitId':_0x523195['unitId'],'subUnitId':_0x523195[_0xa7a58f(0xaa1)],'topLevelDrawingIds':_0x523195[_0xa7a58f(0x3e5)],'drawings':_0x4712f6}),!0x0):!0x1;}},gv={'id':'slide.operation.cut-selection','type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x13240d=>{const _0x1380aa=_0x2d3867;let _0x40f45d=_0x13240d[_0x1380aa(0x7d6)](_0x2402a1);return _0x40f45d[_0x1380aa(0x554)](hv['id'])?_0x40f45d[_0x1380aa(0x554)](mv['id']):!0x1;}},_v={'id':_0x2d3867(0x955),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0xb37fb8=>{const _0x1830c8=_0x2d3867;var _0x521fec;let _0x463a53=_0xb37fb8[_0x1830c8(0x7d6)](_0x534be5),_0x10a5d5=_0xb37fb8['get'](Cu),_0x309d25=_0xb37fb8['get'](sv),_0x1da134=_0xb37fb8[_0x1830c8(0x7d6)](_0x2402a1),_0x27068b=uv(_0x463a53),_0x4b7898=_0x309d25['peek']();if(!_0x27068b||!(_0x4b7898!=null&&_0x4b7898[_0x1830c8(0x647)][_0x1830c8(0xa73)]))return!0x1;let _0xcb4d13=_0x309d25[_0x1830c8(0x63d)]()*0x10,_0xd5f2e4=new Map();_0x4b7898[_0x1830c8(0x647)][_0x1830c8(0x3d8)](_0x4b1d60=>{const _0x146952=_0x1830c8;_0xd5f2e4[_0x146952(0x55e)](_0x4b1d60['drawingId'],_0x5a1e83(0x6));});let _0x3f5d63=[];for(let _0x5d5fea of _0x4b7898[_0x1830c8(0x647)]){let _0x2ee4a9=fv(_0x5d5fea[_0x1830c8(0x431)],_0xd5f2e4,_0xcb4d13);if(!_0x1da134[_0x1830c8(0x554)](_0x14d399['id'],{'unitId':_0x27068b[_0x1830c8(0x340)],'subUnitId':_0x27068b['subUnitId'],'element':_0x2ee4a9,'sourcePageType':_0x5d5fea[_0x1830c8(0x77d)],'focus':!0x1}))return!0x1;_0x4b7898[_0x1830c8(0x3c0)][_0x1830c8(0x83a)](_0x5d5fea[_0x1830c8(0x31e)])&&_0x3f5d63['push'](_0x2ee4a9['id']);}return _0x10a5d5[_0x1830c8(0x3ee)]({'unitId':_0x27068b[_0x1830c8(0x340)],'subUnitId':_0x27068b[_0x1830c8(0xaa1)]},_0x3f5d63,(_0x521fec=_0x3f5d63[_0x3f5d63[_0x1830c8(0xa73)]-0x1])==null?null:_0x521fec),!0x0;}},vv={'id':_0x2d3867(0x318),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x4559ac=>{const _0x4ed26b=_0x2d3867;var _0x77964b,_0x224f5a,_0x1543ba;let _0x50f0e5=_0x4559ac[_0x4ed26b(0x7d6)](_0x534be5),_0x324c1c=_0x4559ac[_0x4ed26b(0x7d6)](_0x3a5c48),_0x4ea60d=_0x4559ac[_0x4ed26b(0x7d6)](Cu),_0x5f6a99=_0x50f0e5['getCurrentUnitOfType'](_0x50fd52[_0x4ed26b(0x70c)]),_0x24e2fc=_0x5f6a99==null?void 0x0:_0x5f6a99[_0x4ed26b(0x63a)][_0x4ed26b(0x4bf)]();if(!_0x5f6a99||!_0x24e2fc)return!0x1;let _0x158865=_0x5f6a99[_0x4ed26b(0x5cb)](),_0x50a871=_0x24e2fc[_0x4ed26b(0x559)](),_0x3bbcc0=_0x324c1c['getDrawingData'](_0x158865,_0x50a871),_0x545ea6=_0x324c1c[_0x4ed26b(0x66a)](_0x158865,_0x50a871),_0x403ecf=new Set();Object['values'](_0x3bbcc0)[_0x4ed26b(0x3d8)](_0x13acff=>{const _0x460883=_0x4ed26b;(_0x13acff==null?void 0x0:_0x13acff[_0x460883(0x431)][_0x460883(0x866)])===_0x440e4e[_0x460883(0x1ff)]&&_0x13acff[_0x460883(0x431)][_0x460883(0x6ee)]['forEach'](_0x3223c6=>_0x403ecf[_0x460883(0x6fb)](_0x3223c6));});let _0x3f8fc9=_0x545ea6[_0x4ed26b(0xac6)](_0x1f48ab=>!_0x403ecf[_0x4ed26b(0x7fb)](_0x1f48ab)&&_0x3bbcc0[_0x1f48ab]&&!_0x3bbcc0[_0x1f48ab]['hidden']);if(_0x3f8fc9[_0x4ed26b(0xa73)]===0x0)return!0x1;let _0x591099=_0x4ea60d[_0x4ed26b(0x3a7)](),_0xef58e3=_0x324c1c['getFocusDrawings'](),_0x207b5c=((_0x77964b=_0x591099[_0x4ed26b(0x3fa)])==null?void 0x0:_0x77964b[_0x4ed26b(0x340)])===_0x158865&&_0x591099[_0x4ed26b(0x3fa)]['subUnitId']===_0x50a871?_0x591099[_0x4ed26b(0x982)]:_0xef58e3[_0x4ed26b(0xa73)]===0x1?(_0x224f5a=(_0x1543ba=_0xef58e3[0x0])==null?void 0x0:_0x1543ba['drawingId'])==null?null:_0x224f5a:null,_0x27c4b1=_0x3f8fc9[((_0x207b5c?_0x3f8fc9[_0x4ed26b(0x428)](_0x207b5c):-0x1)+0x1)%_0x3f8fc9[_0x4ed26b(0xa73)]];return _0x4ea60d['selectDrawings']({'unitId':_0x158865,'subUnitId':_0x50a871},[_0x27c4b1],_0x27c4b1),!0x0;}},yv={'id':_0x2d3867(0x592),'type':_0x49b5c3[_0x2d3867(0x833)],'handler':_0x58be9c=>{const _0x366bd4=_0x2d3867;var _0x3262d1,_0x775d70,_0x4b5dff;let _0x50a414=_0x58be9c[_0x366bd4(0x7d6)](_0x534be5),_0x4962bf=_0x58be9c[_0x366bd4(0x7d6)](_0x3a5c48),_0x10f1d4=_0x58be9c[_0x366bd4(0x7d6)](Cu),_0x24b562=_0x50a414[_0x366bd4(0x91a)](_0x50fd52['UNIVER_SLIDE']),_0x347ff2=_0x24b562==null?void 0x0:_0x24b562[_0x366bd4(0x63a)][_0x366bd4(0x4bf)]();if(!_0x24b562||!_0x347ff2)return!0x1;let _0x2dada9=_0x24b562[_0x366bd4(0x5cb)](),_0x560a0f=_0x347ff2['getId'](),_0x1dc1d9=_0x4962bf[_0x366bd4(0x671)](_0x2dada9,_0x560a0f),_0x41f615=_0x4962bf[_0x366bd4(0x66a)](_0x2dada9,_0x560a0f),_0x16f4c4=new Set();Object[_0x366bd4(0x4ae)](_0x1dc1d9)[_0x366bd4(0x3d8)](_0x485881=>{const _0x5af0e4=_0x366bd4;(_0x485881==null?void 0x0:_0x485881[_0x5af0e4(0x431)][_0x5af0e4(0x866)])===_0x440e4e[_0x5af0e4(0x1ff)]&&_0x485881[_0x5af0e4(0x431)][_0x5af0e4(0x6ee)][_0x5af0e4(0x3d8)](_0x47ea48=>_0x16f4c4[_0x5af0e4(0x6fb)](_0x47ea48));});let _0x479c6c=_0x41f615[_0x366bd4(0xac6)](_0x571fd6=>!_0x16f4c4[_0x366bd4(0x7fb)](_0x571fd6)&&_0x1dc1d9[_0x571fd6]&&!_0x1dc1d9[_0x571fd6][_0x366bd4(0x676)]);if(_0x479c6c['length']===0x0)return!0x1;let _0x53cf2c=_0x10f1d4[_0x366bd4(0x3a7)](),_0x2b590c=_0x4962bf[_0x366bd4(0x721)](),_0x1dc3af=((_0x3262d1=_0x53cf2c[_0x366bd4(0x3fa)])==null?void 0x0:_0x3262d1[_0x366bd4(0x340)])===_0x2dada9&&_0x53cf2c['context'][_0x366bd4(0xaa1)]===_0x560a0f?_0x53cf2c[_0x366bd4(0x982)]:_0x2b590c[_0x366bd4(0xa73)]===0x1?(_0x775d70=(_0x4b5dff=_0x2b590c[0x0])==null?void 0x0:_0x4b5dff['drawingId'])==null?null:_0x775d70:null,_0x3f3368=_0x479c6c[((_0x1dc3af?_0x479c6c[_0x366bd4(0x428)](_0x1dc3af):0x0)-0x1+_0x479c6c['length'])%_0x479c6c['length']];return _0x10f1d4[_0x366bd4(0x3ee)]({'unitId':_0x2dada9,'subUnitId':_0x560a0f},[_0x3f3368],_0x3f3368),!0x0;}};function bv(_0x596992,_0x49c911,_0x475771,_0x160c50){const _0x2c8101=_0x2d3867;var _0x144581,_0x33c3e4,_0x17ecbc,_0x149a61,_0x12de9a;let _0x44418a=(_0x144581=(_0x33c3e4=_0x596992[_0x2c8101(0x378)])==null?void 0x0:_0x33c3e4['filter'](_0x2f082e=>{const _0x30e731=_0x2c8101;var _0x238bea;return!!((_0x238bea=_0x596992[_0x30e731(0x5d8)])!=null&&_0x238bea[_0x2f082e]);}))==null?[]:_0x144581,_0x1d1f94=_0x44418a[_0x2c8101(0xa73)]>0x0?_0x44418a:Object[_0x2c8101(0x6aa)]((_0x17ecbc=_0x596992[_0x2c8101(0x5d8)])==null?{}:_0x17ecbc),_0x3f2a8a=_0x1d1f94[_0x2c8101(0xa73)]>0x0?_0x1d1f94:[_0x5b8692],_0x5b3682=(_0x149a61=_0x596992[_0x2c8101(0xa98)])!=null&&_0x149a61['length']?_0x596992[_0x2c8101(0xa98)]:Object['keys']((_0x12de9a=_0x596992[_0x2c8101(0x9c5)])==null?{}:_0x12de9a),_0x567f18=[];return _0x3f2a8a[_0x2c8101(0x3d8)](_0x20c38c=>{const _0x86f336=_0x2c8101;_0x567f18[_0x86f336(0x39b)]({'unitId':_0x49c911,'pageId':_0x20c38c,'background':_0x160c50,'showMasterSp':!0x0});}),_0x5b3682[_0x2c8101(0x3d8)](_0x33b5d6=>{const _0x4c226b=_0x2c8101;_0x567f18[_0x4c226b(0x39b)](xv(_0x49c911,_0x33b5d6));}),_0x596992['slideOrder'][_0x2c8101(0x3d8)](_0x47f25c=>{const _0x33a1aa=_0x2c8101;_0x567f18[_0x33a1aa(0x39b)](xv(_0x49c911,_0x47f25c));}),{'patches':_0x567f18,'ensureMasterPage':_0x1d1f94[_0x2c8101(0xa73)]===0x0?{..._0x1316da,'id':_0x5b8692,'background':_0x160c50}:void 0x0};}function xv(_0x16f4ed,_0x22a5b8){return{'unitId':_0x16f4ed,'pageId':_0x22a5b8,'background':void 0x0,'showMasterSp':!0x0};}function Sv(_0x92eae,_0xf249a){return{'type':_0x58ddf3['Solid'],'color':_0x92eae,'alpha':_0xf249a};}function Cv(_0x3a1891,_0x22fe20){const _0x236419=_0x2d3867;var _0x539234,_0x404726,_0x38447d,_0x725d9e,_0x3bf00c,_0x1befc0,_0x42981b,_0xbacc12;return(_0x539234=(_0x404726=(_0x38447d=(_0x725d9e=_0x3a1891[_0x236419(0x435)][_0x22fe20])==null?(_0x3bf00c=_0x3a1891[_0x236419(0x5d8)])==null?void 0x0:_0x3bf00c[_0x22fe20]:_0x725d9e)==null?(_0x1befc0=_0x3a1891[_0x236419(0x9c5)])==null?void 0x0:_0x1befc0[_0x22fe20]:_0x38447d)==null?(_0x42981b=_0x3a1891[_0x236419(0x442)])==null?void 0x0:_0x42981b[_0x22fe20]:_0x404726)==null?(_0xbacc12=_0x3a1891['notesMasterPages'])==null?void 0x0:_0xbacc12[_0x22fe20]:_0x539234;}function wv(_0x42d6d9,_0x45a8ee){const _0x2f6e82=_0x2d3867;if(_0x45a8ee[_0x2f6e82(0x4a9)]===_0x3a8f6d[_0x2f6e82(0x836)])return _0x45a8ee;if(_0x45a8ee[_0x2f6e82(0x4a9)]===_0x3a8f6d[_0x2f6e82(0x810)]){var _0xb543db;return _0x45a8ee['masterPageId']?(_0xb543db=_0x42d6d9[_0x2f6e82(0x5d8)])==null?void 0x0:_0xb543db[_0x45a8ee[_0x2f6e82(0x3c1)]]:void 0x0;}if(_0x45a8ee[_0x2f6e82(0x4a9)]===_0x3a8f6d[_0x2f6e82(0xa20)]){var _0x7654b2,_0x4f60b7,_0x5aaa9a;let _0x2c87ae=_0x45a8ee[_0x2f6e82(0x890)]?(_0x7654b2=_0x42d6d9[_0x2f6e82(0x9c5)])==null?void 0x0:_0x7654b2[_0x45a8ee['layoutPageId']]:void 0x0,_0x4cb366=(_0x4f60b7=_0x2c87ae==null?void 0x0:_0x2c87ae['masterPageId'])==null?_0x45a8ee[_0x2f6e82(0x3c1)]:_0x4f60b7;return _0x4cb366?(_0x5aaa9a=_0x42d6d9[_0x2f6e82(0x5d8)])==null?void 0x0:_0x5aaa9a[_0x4cb366]:void 0x0;}}function Tv(_0xc3bde4,_0x112324){let _0x474133=wv(_0xc3bde4,_0x112324);return _0x474133?_0x58973e(_0x474133):[];}function Ev(_0x53a038){const _0x3a6c75=_0x2d3867;var _0xc45bf5;return!_0x53a038||_0x53a038[_0x3a6c75(0x866)]!==_0x58ddf3['Solid']||(_0xc45bf5=_0x53a038['alpha'])==null?0x1:_0xc45bf5;}function Dv(_0x152b63,_0x3bfcf3,_0x1298a1){const _0x2e2451=_0x2d3867;var _0x8f02e4,_0x32ee06,_0x323edd,_0x2cea6e,_0x28ac1b,_0xdd0d0f;let _0x11a01c=_0x3bfcf3&&_0x152b63[_0x2e2451(0x435)][_0x3bfcf3]?_0x3bfcf3:_0x1298a1,_0x23546d=Cv(_0x152b63,_0x11a01c),_0x3d4c40=_0x23546d?Tv(_0x152b63,_0x23546d):[];return{'pageId':_0x11a01c,'page':_0x23546d,'fillType':(_0x8f02e4=_0x23546d==null||(_0x32ee06=_0x23546d[_0x2e2451(0x474)])==null?void 0x0:_0x32ee06[_0x2e2451(0x866)])==null?_0x58ddf3[_0x2e2451(0x1c4)]:_0x8f02e4,'solidColor':(_0x23546d==null||(_0x323edd=_0x23546d[_0x2e2451(0x474)])==null?void 0x0:_0x323edd['type'])===_0x58ddf3[_0x2e2451(0x359)]?_0x23546d[_0x2e2451(0x474)][_0x2e2451(0x5bc)]:Ua,'solidOpacity':Ev(_0x23546d==null?void 0x0:_0x23546d['background']),'showMasterSp':(_0x2cea6e=_0x23546d==null?void 0x0:_0x23546d[_0x2e2451(0x41e)])==null?!0x0:_0x2cea6e,'presentationBackgroundGraphics':_0x3d4c40,'presentationBackgroundFit':(_0x28ac1b=(_0xdd0d0f=_0x3d4c40[0x0])==null?void 0x0:_0xdd0d0f[_0x2e2451(0x179)])==null?Ja:_0x28ac1b};}function Ov(_0x2f4862){const _0x36bd74=_0x2d3867;return{'unitId':_0x2f4862['unitId'],'pageId':_0x2f4862['pageId'],'background':_0x2f4862['background'],'showMasterSp':_0x2f4862[_0x36bd74(0x41e)]};}function kv(_0x40c767){const _0xd7acaf=_0x2d3867;var _0x26fb4a,_0x3c1527,_0x32bde6,_0x1b28f8,_0x5577d2;let _0xe66e6f=_0xcc135f(_0x4a2941),_0x3e1366=_0xcc135f(_0x2402a1),_0x251406=_0xcc135f(_0x534be5),_0x33d1e2=_0xcc135f(Bh),_0x52759a=_0x4810a9(null),_0x1d91e2=_0x4810a9(null),_0x1e1cfd=_0x251406[_0xd7acaf(0x681)](_0x40c767[_0xd7acaf(0x340)],_0x50fd52[_0xd7acaf(0x70c)]),_0x47b37b=_0x5c7b59(_0x1e1cfd==null?void 0x0:_0x1e1cfd['pageManager'][_0xd7acaf(0x838)]),_0x542753=_0x1e1cfd?Dv(_0x1e1cfd['getSnapshot'](),_0x47b37b==null?(_0x26fb4a=_0x1e1cfd[_0xd7acaf(0x63a)][_0xd7acaf(0x4bf)]())==null?void 0x0:_0x26fb4a[_0xd7acaf(0x559)]():_0x47b37b,_0x40c767[_0xd7acaf(0xaa1)]):null,_0x497647=_0x542753==null?void 0x0:_0x542753['page'],[_0x3145ca,_0xd03932]=_0x23af5c(()=>{var _0x12a52c;return(_0x12a52c=_0x542753==null?void 0x0:_0x542753['fillType'])==null?_0x58ddf3['None']:_0x12a52c;}),[_0x4b19ab,_0x4de2ef]=_0x23af5c(()=>{const _0x3a063d=_0xd7acaf;var _0x5de8ed;return(_0x5de8ed=_0x542753==null?void 0x0:_0x542753[_0x3a063d(0x665)])==null?Ua:_0x5de8ed;}),[_0x3d47b7,_0x572431]=_0x23af5c(()=>{const _0x42f663=_0xd7acaf;var _0x1be1a2;return(_0x1be1a2=_0x542753==null?void 0x0:_0x542753[_0x42f663(0x3a8)])==null?0x1:_0x1be1a2;}),[_0x40a324,_0x6373dc]=_0x23af5c(()=>{const _0x19fbc9=_0xd7acaf;var _0x27381d;return(_0x27381d=_0x542753==null?void 0x0:_0x542753[_0x19fbc9(0x41e)])==null?!0x0:_0x27381d;}),[_0x36255c,_0x15342c]=_0x23af5c(()=>{const _0x31cfd4=_0xd7acaf;var _0x4ffbb7;return(_0x4ffbb7=_0x542753==null?void 0x0:_0x542753[_0x31cfd4(0x3f7)])==null?Ja:_0x4ffbb7;}),[_0x4a28ca,_0xefc1d4]=_0x23af5c(!0x1),[_0x5c4797,_0x407417]=_0x23af5c(0x0);_0x5747a5(()=>{const _0x187cd7=_0xd7acaf;_0x542753&&(_0xd03932(_0x542753[_0x187cd7(0x53b)]),_0x4de2ef(_0x542753[_0x187cd7(0x665)]),_0x572431(_0x542753[_0x187cd7(0x3a8)]),_0x6373dc(_0x542753[_0x187cd7(0x41e)]),_0x15342c(_0x542753[_0x187cd7(0x3f7)]));},[_0x542753==null?void 0x0:_0x542753[_0xd7acaf(0x53b)],_0x542753==null?void 0x0:_0x542753[_0xd7acaf(0x5d3)],_0x542753==null?void 0x0:_0x542753[_0xd7acaf(0x3f7)],_0x542753==null?void 0x0:_0x542753[_0xd7acaf(0x41e)],_0x542753==null?void 0x0:_0x542753[_0xd7acaf(0x665)],_0x542753==null?void 0x0:_0x542753[_0xd7acaf(0x3a8)]]);let _0x10fa45=_0x497647==null?void 0x0:_0x497647[_0xd7acaf(0x474)],_0x34e3c0=(_0x3c1527=_0x542753==null?void 0x0:_0x542753['presentationBackgroundGraphics'])==null?[]:_0x3c1527,_0x4181e8=(_0x32bde6=(_0x1b28f8=_0x34e3c0[0x0])==null?void 0x0:_0x1b28f8[_0xd7acaf(0x179)])==null?_0x36255c:_0x32bde6,_0x3afac6=_0x47e782(()=>{const _0x2a0be4=_0xd7acaf;if((_0x10fa45==null?void 0x0:_0x10fa45[_0x2a0be4(0x866)])===_0x2a0be4(0x84a)){var _0x1d15b8;return{'type':_0x2a0be4(0x408),'angle':(_0x1d15b8=_0x10fa45['angle'])==null?0x5a:_0x1d15b8,'stops':_0x10fa45['stops'][_0x2a0be4(0x51d)](_0x3aca46=>({'color':_0x3aca46[_0x2a0be4(0x5bc)],'offset':_0x3aca46[_0x2a0be4(0x33e)]*0x64}))};}return{'type':_0x2a0be4(0x408),'angle':0x5a,'stops':[{'color':_0x4b19ab,'offset':0x0},{'color':Wa,'offset':0x64}]};},[_0x10fa45,_0x4b19ab]),_0x34dcc0=(_0x26df8c,_0x3c478d=_0x40a324)=>{const _0x267f57=_0xd7acaf;_0x542753&&_0x3e1366[_0x267f57(0x6bc)](_0x5c14bf['id'],{'patches':[Ov({'unitId':_0x40c767[_0x267f57(0x340)],'pageId':_0x542753['pageId'],'background':_0x26df8c,'showMasterSp':_0x3c478d})]});},_0x174d44=()=>{const _0x39157c=_0xd7acaf;if(_0x3145ca!==_0x58ddf3[_0x39157c(0x1c4)])return _0x3145ca===_0x58ddf3[_0x39157c(0x359)]?Sv(_0x4b19ab,_0x3d47b7):_0x10fa45;},_0x45d316=()=>{const _0x11f9a1=_0xd7acaf;var _0x3f6349;_0x1e1cfd&&_0x3e1366[_0x11f9a1(0x6bc)](_0x5c14bf['id'],bv(_0x1e1cfd['getSnapshot'](),_0x40c767[_0x11f9a1(0x340)],(_0x3f6349=_0x542753==null?void 0x0:_0x542753[_0x11f9a1(0x5d3)])==null?_0x40c767[_0x11f9a1(0xaa1)]:_0x3f6349,_0x174d44()));},_0xf01b6=()=>{const _0x42abd0=_0xd7acaf;var _0x335ad1;let _0x350b34=(_0x335ad1=_0x542753==null?void 0x0:_0x542753[_0x42abd0(0x5d3)])==null?_0x40c767[_0x42abd0(0xaa1)]:_0x335ad1;_0xd03932(_0x58ddf3['None']),_0x6373dc(!0x0),_0x3e1366[_0x42abd0(0x6bc)](_0x5c14bf['id'],{'patches':[xv(_0x40c767[_0x42abd0(0x340)],_0x350b34)]});},_0x50b3e2=async _0x14e622=>{const _0x4a0aad=_0xd7acaf;if(!(_0x14e622!=null&&_0x14e622['length']))return;let _0x41bf0e=(await Promise[_0x4a0aad(0x746)](Array[_0x4a0aad(0xad9)](_0x14e622)[_0x4a0aad(0x51d)](_0x430342=>_0x33d1e2['resolveImageSource'](_0x430342))))['filter'](_0x161df4=>!!_0x161df4);_0x41bf0e['length']!==0x0&&Promise['resolve'](_0x3e1366[_0x4a0aad(0x6bc)](_0x2d9b96['id'],{'unitId':_0x40c767['unitId'],'target':_0x3f75d0[_0x4a0aad(0x51b)],'graphics':_0x41bf0e[_0x4a0aad(0x51d)](_0x5abb50=>({'source':_0x5abb50[_0x4a0aad(0x2e1)],'imageSourceType':_0x5abb50['imageSourceType'],'fit':_0x4181e8}))}))[_0x4a0aad(0x961)](()=>_0x407417(_0x1dc327=>_0x1dc327+0x1));};return!_0x40c767['unitId']||!_0x40c767[_0xd7acaf(0xaa1)]?_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x84b),'children':_0xe66e6f['t']('slides-ui.backgroundPanel.title')}):_0x3e215d(_0xd7acaf(0xaa0),{'className':'univer-flex\x20univer-size-full\x20univer-flex-col','children':[_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x8f0),'children':_0x36d3a0('div',{'className':_0xd7acaf(0x377),'children':_0xe66e6f['t'](_0xd7acaf(0x46b))})}),_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x89d),'children':[_0x3e215d(_0x45e188,{'value':_0x3145ca,'onChange':_0x402867=>{const _0x1b82bd=_0xd7acaf;let _0x63da31=_0x402867;if(_0xd03932(_0x63da31),_0x63da31===_0x58ddf3[_0x1b82bd(0x1c4)]){_0x34dcc0(void 0x0);return;}if(_0x63da31===_0x58ddf3['Solid']){_0x34dcc0({'type':_0x58ddf3[_0x1b82bd(0x359)],'color':_0x4b19ab,'alpha':_0x3d47b7});return;}if(_0x63da31===_0x58ddf3[_0x1b82bd(0x9f7)]){_0x34dcc0({'type':_0x58ddf3[_0x1b82bd(0x9f7)],'angle':0x5a,'stops':[{'color':_0x4b19ab,'position':0x0},{'color':Wa,'position':0x1}]});return;}if(_0x63da31===_0x58ddf3['Pattern']){_0x34dcc0({'type':_0x58ddf3['Pattern'],'pattern':_0x1b82bd(0x5ea),'foregroundColor':Ga,'backgroundColor':Ka});return;}_0x63da31===_0x58ddf3['Image']&&_0x34dcc0({'type':_0x58ddf3[_0x1b82bd(0x9b4)],'source':'','fit':_0x40c8c8[_0x1b82bd(0xa9b)]});},'direction':_0xd7acaf(0xaaf),'children':[_0x36d3a0(_0xba6a8a,{'value':_0x58ddf3['None'],'children':_0x36d3a0('span',{'className':_0xd7acaf(0x3ae),'children':_0xe66e6f['t'](_0xd7acaf(0xae1))})}),_0x36d3a0(_0xba6a8a,{'value':_0x58ddf3[_0xd7acaf(0x359)],'children':_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x3ae),'children':_0xe66e6f['t'](_0xd7acaf(0x30b))})}),_0x36d3a0(_0xba6a8a,{'value':_0x58ddf3[_0xd7acaf(0x9f7)],'children':_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x3ae),'children':_0xe66e6f['t'](_0xd7acaf(0x233))})}),_0x36d3a0(_0xba6a8a,{'value':_0x58ddf3['Image'],'children':_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x3ae),'children':_0xe66e6f['t'](_0xd7acaf(0x62f))})})]}),_0x3145ca===_0x58ddf3[_0xd7acaf(0x359)]&&_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x2d0),'children':[_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x39e),'children':[_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x66c),'children':_0xe66e6f['t'](_0xd7acaf(0x7ed))}),_0x36d3a0(_0x54698d,{'overlay':_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x69c),'children':_0x36d3a0(_0x5022ee,{'value':_0x4b19ab,'onChange':_0x54dd5f=>{const _0x29294e=_0xd7acaf;_0x4de2ef(_0x54dd5f),_0xefc1d4(!0x1),_0x34dcc0({'type':_0x58ddf3[_0x29294e(0x359)],'color':_0x54dd5f,'alpha':_0x3d47b7});}})}),'open':_0x4a28ca,'onOpenChange':_0xefc1d4,'children':_0x3e215d('a',{'className':_0x5b6657(_0xd7acaf(0x591),_0xd7acaf(0x20b),_0xd7acaf(0x49a),_0xd7acaf(0x99d),'univer-rounded-lg',_0xd7acaf(0x180),'univer-border-solid',_0xd7acaf(0x7b5),_0xd7acaf(0x2fb),'univer-py-1.5',_0xd7acaf(0x5ca),_0xd7acaf(0x315),_0xd7acaf(0x446),_0xd7acaf(0x96a),_0xd7acaf(0x401),'dark:hover:!univer-border-primary-400'),'children':[_0x36d3a0(_0x553a11,{'className':_0xd7acaf(0x4f8),'extend':{'colorChannel1':_0x4b19ab}}),_0x36d3a0(_0x3924ce,{'className':_0x5b6657('univer-text-gray-600\x20univer-transition-transform\x20dark:!univer-text-gray-400',{'univer-rotate-180':_0x4a28ca})})]})})]}),_0x3e215d(_0xd7acaf(0xaa0),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x7a2),'children':_0xe66e6f['t']('slides-ui.backgroundPanel.transparency')}),_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0xa2a),'children':_0x36d3a0(_0x440486,{'className':_0xd7acaf(0x2f1),'value':0x64-_0x3d47b7*0x64,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x5c36ca=>_0x5c36ca+'%','parser':_0x8c2436=>(_0x8c2436==null?void 0x0:_0x8c2436[_0xd7acaf(0x228)]('%',''))||'','onChange':_0x2413fe=>{const _0x16207f=_0xd7acaf;let _0x50196e=(0x64-Math[_0x16207f(0x55a)](0x0,Math['min'](0x64,_0x2413fe==null?0x0:_0x2413fe)))/0x64;_0x572431(_0x50196e),_0x34dcc0({'type':_0x58ddf3[_0x16207f(0x359)],'color':_0x4b19ab,'alpha':_0x50196e});}})})]})]}),_0x3145ca===_0x58ddf3[_0xd7acaf(0x9f7)]&&_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x7c4),'children':_0x36d3a0(_0x5efafe,{'value':_0x3afac6,'onChange':_0x400e57=>{const _0x24e399=_0xd7acaf;_0x34dcc0({'type':_0x58ddf3['Gradient'],'angle':_0x400e57[_0x24e399(0xa17)],'stops':_0x400e57[_0x24e399(0x9a2)][_0x24e399(0x51d)](_0x3d0b75=>({'color':_0x3d0b75[_0x24e399(0x5bc)],'position':_0x3d0b75[_0x24e399(0x7d1)]/0x64}))});}})}),_0x3145ca===_0x58ddf3[_0xd7acaf(0x9b4)]&&_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x22e),'children':[_0x36d3a0(_0xd7acaf(0x7e8),{'ref':_0x52759a,'type':'file','accept':_0xd7acaf(0x667),'className':_0xd7acaf(0x566),'onChange':async _0x1a4c82=>{const _0x3df4aa=_0xd7acaf;var _0x188b22;let _0x12209c=(_0x188b22=_0x1a4c82[_0x3df4aa(0x5e7)][_0x3df4aa(0x1b1)])==null?void 0x0:_0x188b22[0x0];if(!_0x12209c)return;_0x1a4c82['target'][_0x3df4aa(0x47b)]='';let _0x5aea1e=await _0x33d1e2['resolveImageSource'](_0x12209c);_0x5aea1e&&_0x34dcc0({'type':_0x58ddf3['Image'],'source':_0x5aea1e['source'],'imageSourceType':_0x5aea1e[_0x3df4aa(0xab7)],'fit':(_0x10fa45==null?void 0x0:_0x10fa45[_0x3df4aa(0x866)])===_0x3df4aa(0x244)?_0x10fa45[_0x3df4aa(0x179)]:_0x40c8c8[_0x3df4aa(0xa9b)]});}}),_0x3e215d('div',{'className':_0xd7acaf(0x39e),'children':[_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x7a2),'children':_0xe66e6f['t'](_0xd7acaf(0x3f2))}),_0x36d3a0(_0xd7acaf(0x335),{'type':_0xd7acaf(0x335),'className':_0xd7acaf(0x177),'onClick':()=>{const _0x2f78e1=_0xd7acaf;var _0x9f0bab;return(_0x9f0bab=_0x52759a[_0x2f78e1(0x97c)])==null?void 0x0:_0x9f0bab[_0x2f78e1(0x349)]();},'children':_0xe66e6f['t'](_0xd7acaf(0x67c))})]}),_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x39e),'children':[_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x7a2),'children':_0xe66e6f['t']('slides-ui.backgroundPanel.fit')}),_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0xd7acaf(0x2f1),'value':(_0x10fa45==null?void 0x0:_0x10fa45['type'])===_0xd7acaf(0x244)?(_0x5577d2=_0x10fa45[_0xd7acaf(0x179)])==null?_0x40c8c8[_0xd7acaf(0xa9b)]:_0x5577d2:_0x40c8c8[_0xd7acaf(0xa9b)],'options':[{'label':_0xe66e6f['t'](_0xd7acaf(0x719)),'value':_0x40c8c8[_0xd7acaf(0xa9b)]},{'label':_0xe66e6f['t']('slides-ui.backgroundPanel.fitOptions.contain'),'value':_0x40c8c8[_0xd7acaf(0x46e)]},{'label':_0xe66e6f['t'](_0xd7acaf(0x6ad)),'value':_0x40c8c8[_0xd7acaf(0x1d4)]}],'onChange':_0xad6b9e=>{const _0x5afdd=_0xd7acaf;(_0x10fa45==null?void 0x0:_0x10fa45['type'])===_0x5afdd(0x244)&&_0x34dcc0({..._0x10fa45,'fit':_0xad6b9e});}})})]})]}),_0x3145ca===_0x58ddf3[_0xd7acaf(0x8c1)]&&_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x323),'children':_0xe66e6f['t'](_0xd7acaf(0x7a0))}),_0x3e215d('div',{'className':_0xd7acaf(0x9cf),'children':[_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x44a),'children':_0xe66e6f['t'](_0xd7acaf(0x9ff))}),_0x36d3a0(_0x1fc777,{'checked':!_0x40a324,'onChange':_0x1c4863=>{let _0x3107a3=!_0x1c4863;_0x6373dc(_0x3107a3),_0x34dcc0(_0x10fa45,_0x3107a3);},'children':_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x3ae),'children':_0xe66e6f['t'](_0xd7acaf(0x5f6))})}),_0x36d3a0(_0xd7acaf(0x7e8),{'ref':_0x1d91e2,'type':_0xd7acaf(0x958),'accept':_0xd7acaf(0x667),'multiple':!0x0,'className':'univer-hidden','onChange':_0x1308d2=>{const _0x295105=_0xd7acaf;_0x50b3e2(_0x1308d2[_0x295105(0x5e7)][_0x295105(0x1b1)]),_0x1308d2[_0x295105(0x5e7)][_0x295105(0x47b)]='';}}),_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x5b7),'children':[_0x36d3a0('span',{'className':_0xd7acaf(0x7a2),'children':_0xe66e6f['t'](_0xd7acaf(0x47a))}),_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x855),'children':_0x34e3c0[_0xd7acaf(0xa73)]>0x0?_0x34e3c0[_0xd7acaf(0xa73)]+'\x20'+_0xe66e6f['t'](_0xd7acaf(0x222)):_0xe66e6f['t'](_0xd7acaf(0xa29))})]}),_0x3e215d('div',{'className':_0xd7acaf(0x5b7),'children':[_0x36d3a0(_0xd7acaf(0x66b),{'className':_0xd7acaf(0x7a2),'children':_0xe66e6f['t'](_0xd7acaf(0x928))}),_0x36d3a0(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0xd7acaf(0x2f1),'value':_0x4181e8,'options':[{'label':_0xe66e6f['t']('slides-ui.backgroundPanel.fitOptions.cover'),'value':_0x40c8c8[_0xd7acaf(0xa9b)]},{'label':_0xe66e6f['t'](_0xd7acaf(0x40b)),'value':_0x40c8c8['Contain']},{'label':_0xe66e6f['t'](_0xd7acaf(0x6ad)),'value':_0x40c8c8['Stretch']},{'label':_0xe66e6f['t'](_0xd7acaf(0x2a8)),'value':_0x40c8c8['Repeat']}],'onChange':_0x1155a1=>{const _0x4823e8=_0xd7acaf;_0x15342c(_0x1155a1),_0x34e3c0[_0x4823e8(0xa73)]!==0x0&&Promise['resolve'](_0x3e1366['executeCommand'](_0x2d9b96['id'],{'unitId':_0x40c767[_0x4823e8(0x340)],'target':_0x3f75d0[_0x4823e8(0x51b)],'graphics':_0x34e3c0[_0x4823e8(0x51d)](_0x390cfe=>({..._0x390cfe,'fit':_0x1155a1}))}))[_0x4823e8(0x961)](()=>_0x407417(_0x12b70f=>_0x12b70f+0x1));}})})]}),_0x3e215d(_0xd7acaf(0xaa0),{'className':'univer-flex\x20univer-gap-2','children':[_0x36d3a0(_0x631b28,{'size':_0xd7acaf(0x583),'onClick':()=>{const _0x5188ed=_0xd7acaf;var _0x4f6ede;return(_0x4f6ede=_0x1d91e2[_0x5188ed(0x97c)])==null?void 0x0:_0x4f6ede[_0x5188ed(0x349)]();},'children':_0xe66e6f['t'](_0xd7acaf(0x6c3))}),_0x36d3a0(_0x631b28,{'size':'small','disabled':_0x34e3c0['length']===0x0,'onClick':()=>{const _0xee0ad7=_0xd7acaf;Promise['resolve'](_0x3e1366[_0xee0ad7(0x6bc)](_0x2d9b96['id'],{'unitId':_0x40c767[_0xee0ad7(0x340)],'target':_0x3f75d0[_0xee0ad7(0x51b)],'graphics':[]}))['then'](()=>_0x407417(_0x2efa35=>_0x2efa35+0x1));},'children':_0xe66e6f['t']('slides-ui.backgroundPanel.clearPresentationBackground')})]})]})]}),_0x3e215d(_0xd7acaf(0xaa0),{'className':_0xd7acaf(0x5d1),'children':[_0x36d3a0(_0x631b28,{'size':'small','onClick':_0x45d316,'children':_0xe66e6f['t']('slides-ui.backgroundPanel.applyToAll')}),_0x36d3a0(_0x631b28,{'size':'small','variant':_0xd7acaf(0x629),'onClick':_0xf01b6,'children':_0xe66e6f['t'](_0xd7acaf(0xad1))})]})]});}function Av(_0x1c4643){const _0x3c4c7b=_0x2d3867;if(!_0x1c4643)return[];let _0x1a574d=Rv(_0x1c4643['elements']);return _0x1c4643['elementOrder'][_0x3c4c7b(0xac6)](_0x222911=>!_0x1a574d[_0x3c4c7b(0x7fb)](_0x222911))[_0x3c4c7b(0x51d)]((_0x226ee9,_0x47b6b6)=>Bv(_0x1c4643[_0x3c4c7b(0x621)],_0x226ee9,_0x47b6b6,!0x1,new Set()))[_0x3c4c7b(0xac6)](_0x5eae68=>!!_0x5eae68)['reverse']();}function jv(_0x6c0b63){const _0x56899f=_0x2d3867;return _0x6c0b63[_0x56899f(0x72c)](_0x31bc52=>[_0x31bc52['id'],...jv(_0x31bc52[_0x56899f(0x6ee)])]);}function Mv(_0x12c75e,_0x3217e9,_0x52ebc3){let _0x54802c=[],_0x1de673=new Set(),_0x5559bb=_0x2d06ba=>{const _0x1100c0=_0x3035;_0x1de673[_0x1100c0(0x7fb)](_0x2d06ba)||(_0x1de673['add'](_0x2d06ba),_0x54802c['push'](_0x2d06ba));};return _0x3217e9['forEach'](_0x4a65a7=>{const _0x29222a=_0x3035;let _0x1457c4=zv(_0x12c75e,_0x4a65a7),_0x1d02cc=_0x1457c4==null?void 0x0:_0x1457c4[_0x1457c4[_0x29222a(0xa73)]-0x1];if(!_0x1d02cc){_0x5559bb(_0x4a65a7);return;}if(_0x52ebc3){jv([_0x1d02cc])[_0x29222a(0x3d8)](_0x5559bb);return;}_0x5559bb(_0x1d02cc['id']);}),_0x54802c;}function Nv(_0x52fb2c,_0x2413a5){var _0x160329,_0x26feff;if(!_0x2413a5)return null;let _0x1c1d92=zv(_0x52fb2c,_0x2413a5);return(_0x160329=_0x1c1d92==null||(_0x26feff=_0x1c1d92[0x0])==null?void 0x0:_0x26feff['id'])==null?null:_0x160329;}function Pv(_0x42b4b6,_0x3eb827){let _0x4808fd=[],_0x192a6e=new Set();return _0x3eb827['forEach'](_0x47aa41=>{const _0xd805a4=_0x3035;let _0x4b565d=Nv(_0x42b4b6,_0x47aa41);!_0x4b565d||_0x192a6e[_0xd805a4(0x7fb)](_0x4b565d)||(_0x192a6e[_0xd805a4(0x6fb)](_0x4b565d),_0x4808fd[_0xd805a4(0x39b)](_0x4b565d));}),_0x4808fd;}function Fv(_0x53993a,_0x3b409f,_0x47eacf=[]){const _0x468e9c=_0x2d3867;var _0x1d5618;return(_0x1d5618=Nv(_0x53993a,_0x3b409f))==null?Nv(_0x53993a,_0x47eacf[_0x47eacf[_0x468e9c(0xa73)]-0x1]):_0x1d5618;}function Iv(_0x5d2cc9,_0x12352a,_0x2cc0cb,_0x480445){const _0x17219b=_0x2d3867;let _0x164a76=Nv(_0x5d2cc9,_0x2cc0cb);if(!_0x164a76)return{'selectedIds':Pv(_0x5d2cc9,_0x12352a),'focusedId':null};if(!_0x480445)return{'selectedIds':[_0x164a76],'focusedId':_0x164a76};let _0x5dc550=Pv(_0x5d2cc9,_0x12352a);if(_0x5dc550['includes'](_0x164a76)){var _0x3c651f;let _0x106022=_0x5dc550[_0x17219b(0xac6)](_0x3f6c6b=>_0x3f6c6b!==_0x164a76);return{'selectedIds':_0x106022,'focusedId':(_0x3c651f=_0x106022[_0x106022['length']-0x1])==null?null:_0x3c651f};}return{'selectedIds':[..._0x5dc550,_0x164a76],'focusedId':_0x164a76};}function Lv(_0x506252){const _0xa954d=_0x2d3867;return _0x506252[_0xa954d(0x866)]===_0x440e4e[_0xa954d(0x1ff)];}function Rv(_0x3f1d39){const _0x3d89ef=_0x2d3867;let _0x529fe6=new Set();return Object[_0x3d89ef(0x4ae)](_0x3f1d39)[_0x3d89ef(0x3d8)](_0x2e5696=>{const _0x246380=_0x3d89ef;Lv(_0x2e5696)&&_0x2e5696['children'][_0x246380(0x3d8)](_0x416d65=>_0x529fe6[_0x246380(0x6fb)](_0x416d65));}),_0x529fe6;}function zv(_0x14e98c,_0x1650e9,_0x4e4a62=[]){const _0x5d6a08=_0x2d3867;for(let _0xc8648 of _0x14e98c){let _0x50fd44=[..._0x4e4a62,_0xc8648];if(_0xc8648['id']===_0x1650e9)return _0x50fd44;let _0xb38d4f=zv(_0xc8648[_0x5d6a08(0x6ee)],_0x1650e9,_0x50fd44);if(_0xb38d4f)return _0xb38d4f;}return null;}function Bv(_0x150ff5,_0x440abc,_0x5791cc,_0x2d40eb,_0xf64371,_0xa35d9c){const _0x77280c=_0x2d3867;if(_0xf64371[_0x77280c(0x7fb)](_0x440abc))return null;let _0x1c770f=_0x150ff5[_0x440abc];if(!_0x1c770f)return null;let _0x522c86=_0x1c770f[_0x77280c(0x617)]!==!0x1,_0x3c20c3=new Set(_0xf64371);_0x3c20c3[_0x77280c(0x6fb)](_0x440abc);let _0x38fec2=Lv(_0x1c770f)?_0x1c770f['children'][_0x77280c(0x51d)]((_0x31095a,_0x2ea602)=>Bv(_0x150ff5,_0x31095a,_0x2ea602,_0x2d40eb||!_0x522c86,_0x3c20c3,_0x440abc))[_0x77280c(0xac6)](_0x34b25c=>!!_0x34b25c)[_0x77280c(0x940)]():[];return{'id':_0x440abc,'name':_0xaba54c(_0x1c770f),'description':_0x1c770f[_0x77280c(0x4c4)],'visible':_0x522c86,'disabled':_0x2d40eb,'isGroup':Lv(_0x1c770f),'elementOrderIndex':_0x5791cc,..._0xa35d9c?{'parentId':_0xa35d9c}:{},'children':_0x38fec2};}function Vv(_0x5c59ad){const _0x20f719=_0x2d3867;return _0x5c59ad[_0x20f719(0x5a7)]()||void 0x0;}function Hv(_0xcd2222,_0x510a3f,_0x45dcd8=0x0){return _0xcd2222['flatMap'](_0x57c52d=>{const _0x24ca9c=_0x3035;let _0x19ace1=!_0x510a3f[_0x24ca9c(0x7fb)](_0x57c52d['id']),_0x4a2a74={..._0x57c52d,'level':_0x45dcd8,'expanded':_0x19ace1};return!_0x57c52d[_0x24ca9c(0x6ee)][_0x24ca9c(0xa73)]||!_0x19ace1?[_0x4a2a74]:[_0x4a2a74,...Hv(_0x57c52d[_0x24ca9c(0x6ee)],_0x510a3f,_0x45dcd8+0x1)];});}function Uv(_0x163085){const _0x324ff4=_0x2d3867;switch(_0x163085==null?void 0x0:_0x163085[_0x324ff4(0x866)]){case _0x440e4e['Chart']:return'chart';case _0x440e4e[_0x324ff4(0x478)]:return'connector';case _0x440e4e['Group']:return _0x324ff4(0x27b);case _0x440e4e[_0x324ff4(0x9b4)]:return _0x324ff4(0x244);case _0x440e4e['Media']:return _0x324ff4(0xa6e);case _0x440e4e[_0x324ff4(0x7f0)]:return'placeholder';case _0x440e4e['Shape']:return _0x324ff4(0x686);case _0x440e4e[_0x324ff4(0x6e9)]:return'table';case _0x440e4e[_0x324ff4(0x631)]:return'text';default:return _0x324ff4(0x97b);}}function Wv(_0x3ec8ca,_0x44fee9,_0x1d7a1b,_0x1fab21){const _0x3114d2=_0x2d3867;var _0x2ff65b;return(_0x3ec8ca==null||(_0x2ff65b=_0x3ec8ca['name'])==null?void 0x0:_0x2ff65b[_0x3114d2(0x5a7)]())||(_0x3ec8ca?_0x3f6f3b(_0x1fab21,Uv(_0x3ec8ca))+'\x20'+(_0x1d7a1b+0x1):_0x44fee9);}function Gv({unitId:_0x40bd6e,subUnitId:_0x41ad5f}){const _0x5756c6=_0x2d3867;var _0x32b9ea,_0x1b580e;let _0x1c224=_0xcc135f(_0x4a2941),_0x461187=_0xcc135f(_0x2402a1),_0x509e25=_0xcc135f(_0x534be5),_0x51c7ce=_0xcc135f(Cu),[,_0x5a3468]=_0x26b89d(_0x4b9077=>_0x4b9077+0x1,0x0),[_0x5b902d,_0x99c24a]=_0x23af5c(()=>new Set()),_0x1ae86e=_0x509e25['getUnit'](_0x40bd6e,_0x50fd52[_0x5756c6(0x70c)]),_0x595b57=_0x5c7b59(_0x1ae86e==null?void 0x0:_0x1ae86e['pageManager'][_0x5756c6(0x838)]),_0x3ecec5=(_0x32b9ea=_0x5c7b59(_0x51c7ce[_0x5756c6(0x317)]))==null?_0x51c7ce[_0x5756c6(0x3a7)]():_0x32b9ea,_0x31d935=_0x595b57==null?_0x41ad5f:_0x595b57,_0x350417=_0x31d935?_0x1ae86e==null?void 0x0:_0x1ae86e[_0x5756c6(0x63a)]['getSlide'](_0x31d935):void 0x0,_0x3ead37=_0x350417==null?void 0x0:_0x350417[_0x5756c6(0x1ed)](),_0x2a5a56=_0x47e782(()=>Av(_0x3ead37),[_0x3ead37,_0x31d935]),_0x55d20e=_0x47e782(()=>Hv(_0x2a5a56,_0x5b902d),[_0x2a5a56,_0x5b902d]),_0x3d8da7=((_0x1b580e=_0x3ecec5['context'])==null?void 0x0:_0x1b580e['unitId'])===_0x40bd6e&&_0x3ecec5['context']['subUnitId']===_0x31d935,_0xcfd8b6=_0x47e782(()=>new Set(_0x3d8da7?Pv(_0x2a5a56,_0x3ecec5[_0x5756c6(0xac1)]):[]),[_0x3ecec5[_0x5756c6(0xac1)],_0x3d8da7,_0x2a5a56]),_0x1714d4=_0x47e782(()=>_0x3d8da7?Fv(_0x2a5a56,_0x3ecec5[_0x5756c6(0x982)],_0x3ecec5[_0x5756c6(0xac1)]):null,[_0x3ecec5[_0x5756c6(0x982)],_0x3ecec5[_0x5756c6(0xac1)],_0x3d8da7,_0x2a5a56]),_0x41bd6e=_0x47e782(()=>_0x3e118c(_0x1c224),[_0x1c224]);_0x5747a5(()=>{const _0x3603cf=_0x5756c6;let _0x1bbeb9=_0x461187['onCommandExecuted'](()=>_0x5a3468());return()=>_0x1bbeb9[_0x3603cf(0xa89)]();},[_0x461187]),_0x5747a5(()=>{_0x99c24a(new Set());},[_0x31d935]);let _0x3c03a6=_0x2efa73=>{var _0x17d3fe;return(_0x17d3fe=_0x3ead37==null?void 0x0:_0x3ead37['elements'][_0x2efa73])==null?null:_0x17d3fe;},_0x2f87c9=_0x2ef294=>{const _0xff89f2=_0x5756c6;if(!_0x31d935||_0x2ef294[_0xff89f2(0xa73)]===0x0)return Promise[_0xff89f2(0x3cc)](!0x1);let _0x4a33cf=_0x461187[_0xff89f2(0x6bc)](_0x2a956c['id'],{'patches':_0x2ef294[_0xff89f2(0x51d)](_0x48ccf9=>({'unitId':_0x40bd6e,'subUnitId':_0x31d935,'drawingId':_0x48ccf9['drawingId'],'element':_0x48ccf9[_0xff89f2(0x431)]}))});return Promise['resolve'](_0x4a33cf);},_0x2aee0a=_0x37e532=>{const _0x114d58=_0x5756c6;var _0x27c7f0,_0x592aa2;if(!_0x31d935||_0x37e532[_0x114d58(0xa73)]===0x0)return;let _0x17af43=_0x51c7ce['getSnapshot']();if(((_0x27c7f0=_0x17af43[_0x114d58(0x3fa)])==null?void 0x0:_0x27c7f0[_0x114d58(0x340)])!==_0x40bd6e||_0x17af43['context'][_0x114d58(0xaa1)]!==_0x31d935)return;let _0x47500a=new Set(_0x37e532);if(!_0x17af43[_0x114d58(0xac1)]['some'](_0x13e529=>_0x47500a[_0x114d58(0x7fb)](_0x13e529)))return;let _0x3935e8=_0x17af43[_0x114d58(0xac1)]['filter'](_0x4e1e08=>!_0x47500a[_0x114d58(0x7fb)](_0x4e1e08));if(_0x3935e8[_0x114d58(0xa73)]===0x0){_0x51c7ce[_0x114d58(0x576)]();return;}let _0x16f331=_0x17af43[_0x114d58(0x982)]&&_0x3935e8['includes'](_0x17af43[_0x114d58(0x982)])?_0x17af43[_0x114d58(0x982)]:(_0x592aa2=_0x3935e8[_0x3935e8[_0x114d58(0xa73)]-0x1])==null?null:_0x592aa2;_0x51c7ce['selectDrawings'](_0x17af43[_0x114d58(0x3fa)],_0x3935e8,_0x16f331);},_0x32c5c0=_0x455d94=>{let _0x32150b=new Set(_0x455d94),_0x2e2fb5=new Set(_0x455d94),_0x1c2959=_0x11667c=>{_0x11667c['forEach'](_0x62fd06=>{const _0x5aeaf6=_0x3035;if(_0x32150b['has'](_0x62fd06['id'])){jv([_0x62fd06])[_0x5aeaf6(0x3d8)](_0x19cd56=>_0x2e2fb5['add'](_0x19cd56));return;}_0x1c2959(_0x62fd06['children']);});};return _0x1c2959(_0x2a5a56),[..._0x2e2fb5];},_0x2e0e05=(_0x46407c,_0x54e664)=>{const _0x2569ca=_0x5756c6;var _0x5957b0;let _0x152058=_0x3c03a6(_0x46407c);if(!_0x152058)return;let _0x18391d=Vv(_0x54e664);((_0x5957b0=_0x152058[_0x2569ca(0x6a9)])==null?void 0x0:_0x5957b0)!==_0x18391d&&_0x2f87c9([{'drawingId':_0x46407c,'element':{..._0x152058,'name':_0x18391d}}]);},_0x3c84a6=(_0xc80a27,_0x482955)=>{const _0x21833b=_0x5756c6;var _0xd381b6;let _0x3f493d=_0x3c03a6(_0xc80a27);if(!_0x3f493d)return;let _0x20e7c3=Vv(_0x482955);((_0xd381b6=_0x3f493d[_0x21833b(0x4c4)])==null?void 0x0:_0xd381b6)!==_0x20e7c3&&_0x2f87c9([{'drawingId':_0xc80a27,'element':{..._0x3f493d,'description':_0x20e7c3}}]);},_0x54eedc=(_0x1f5b60,_0x15e1e2)=>{const _0x29b12b=_0x5756c6;let _0x2cf9bf=Mv(_0x2a5a56,_0x1f5b60,_0x15e1e2)[_0x29b12b(0x51d)](_0x569aa8=>_0x3c03a6(_0x569aa8))['filter'](_0x3cbb3d=>!!_0x3cbb3d)[_0x29b12b(0xac6)](_0x4939a7=>_0x4939a7[_0x29b12b(0x617)]!==!0x1!==_0x15e1e2)[_0x29b12b(0x51d)](_0xec407b=>({'drawingId':_0xec407b['id'],'element':{..._0xec407b,'visible':_0x15e1e2}}));_0x2f87c9(_0x2cf9bf)[_0x29b12b(0x961)](_0x29d713=>{const _0xb2a9ad=_0x29b12b;_0x29d713&&!_0x15e1e2&&_0x2aee0a(_0x32c5c0(_0x2cf9bf['map'](_0x4fd005=>_0x4fd005[_0xb2a9ad(0x31e)])));});},_0x4da81d=_0x50f2cf=>{const _0x1e353d=_0x5756c6;let _0xae836c=_0x3c03a6(_0x50f2cf);_0xae836c&&_0x2f87c9([{'drawingId':_0x50f2cf,'element':{..._0xae836c,'selectable':_0xae836c[_0x1e353d(0xaca)]===!0x1?void 0x0:!0x1}}]);},_0x4df716=(_0x108449,_0x5459d3)=>{const _0x26c86d=_0x5756c6;let _0x3ca03a=_0x3c03a6(_0x108449['id']);if(!_0x31d935||_0x108449[_0x26c86d(0x73a)]||(_0x3ca03a==null?void 0x0:_0x3ca03a[_0x26c86d(0xaca)])===!0x1)return;let _0x1d4463=Iv(_0x2a5a56,_0x3d8da7?_0x3ecec5[_0x26c86d(0xac1)]:[],_0x108449['id'],_0x5459d3);if(_0x1d4463[_0x26c86d(0xac1)][_0x26c86d(0xa73)]===0x0){_0x51c7ce[_0x26c86d(0x576)]();return;}_0x51c7ce[_0x26c86d(0x3ee)]({'unitId':_0x40bd6e,'subUnitId':_0x31d935},_0x1d4463['selectedIds'],_0x1d4463['focusedId']);},_0x59faf9=_0x2fa160=>{_0x99c24a(_0x16a6c7=>{const _0x264baf=_0x3035;let _0x3ac274=new Set(_0x16a6c7);return _0x3ac274[_0x264baf(0x7fb)](_0x2fa160)?_0x3ac274[_0x264baf(0x839)](_0x2fa160):_0x3ac274[_0x264baf(0x6fb)](_0x2fa160),_0x3ac274;});},_0x14ffa6=(_0x2fe175,_0x3eab65)=>{const _0x53a49e=_0x5756c6;let _0x39eda1=_0x55d20e[_0x53a49e(0x43b)](_0x332ff1=>_0x332ff1['id']===_0x2fe175);!_0x31d935||!_0x39eda1||_0x39eda1['disabled']||_0x39eda1['parentId']||_0x461187[_0x53a49e(0x6bc)](bh['id'],{'unitId':_0x40bd6e,'subUnitId':_0x31d935,'drawingId':_0x39eda1['id'],'arrangeType':_0x3eab65});};if(!_0x40bd6e||!_0x31d935)return _0x36d3a0('div',{'className':_0x5756c6(0x84b),'children':_0x41bd6e[_0x5756c6(0x8a9)]});let _0x452699=jv(_0x2a5a56),_0x5ab58c=_0x2a5a56[_0x5756c6(0xa73)];return _0x36d3a0(_0x4dab55,{'items':_0x55d20e['map']((_0x48da57,_0x4ed8ae)=>{const _0x2296c2=_0x5756c6;let _0xfb08fa=_0x3c03a6(_0x48da57['id']);return{'id':_0x48da57['id'],'name':Wv(_0xfb08fa,_0x48da57[_0x2296c2(0x6a9)],_0x4ed8ae,_0x1c224),'description':_0x48da57[_0x2296c2(0x4c4)],'visible':_0x48da57[_0x2296c2(0x617)],'selectable':(_0xfb08fa==null?void 0x0:_0xfb08fa['selectable'])!==!0x1,'disabled':_0x48da57[_0x2296c2(0x73a)],'level':_0x48da57[_0x2296c2(0x2c5)],'isGroup':_0x48da57[_0x2296c2(0x5a8)],'expanded':_0x48da57[_0x2296c2(0x1a8)],'canMoveForward':!_0x48da57[_0x2296c2(0x73a)]&&!_0x48da57['parentId']&&_0x48da57[_0x2296c2(0x7ad)]<_0x5ab58c-0x1,'canMoveBackward':!_0x48da57['disabled']&&!_0x48da57[_0x2296c2(0x426)]&&_0x48da57[_0x2296c2(0x7ad)]>0x0};}),'selectedIds':[..._0xcfd8b6],'allObjectIds':_0x452699,'focusedId':_0x1714d4,'labels':_0x41bd6e,'showHeader':!0x1,'onSelect':(_0x29e341,_0x9f969b)=>{const _0x1f1972=_0x5756c6;let _0x17f7c0=_0x55d20e[_0x1f1972(0x43b)](_0x13bf83=>_0x13bf83['id']===_0x29e341);_0x17f7c0&&_0x4df716(_0x17f7c0,_0x9f969b);},'onSetVisible':_0x54eedc,'onCommitName':_0x2e0e05,'onCommitDescription':_0x3c84a6,'onMoveForward':_0x2a8c6d=>_0x14ffa6(_0x2a8c6d,_0x1fd282['forward']),'onMoveBackward':_0x15322a=>_0x14ffa6(_0x15322a,_0x1fd282['backward']),'onToggleExpanded':_0x59faf9,'onToggleSelectable':_0x4da81d});}function Kv(_0x8864c3){const _0x30df72=_0x2d3867;var _0x3f60ee,_0x3a4db8,_0xf4a9a8,_0x162ed4,_0x5f0963,_0x5a78e2,_0x5f24d3,_0x595ceb,_0x44290a,_0x4577f5,_0x2b7278,_0x31344a,_0x3fc639;let {drawingId:_0x166c27,fill:_0xc4e1d2,subUnitId:_0x197a2e,unitId:_0x1cc5ba}=_0x8864c3,_0x5cb947=_0xcc135f(_0x4a2941),_0x27b7ed=_0xcc135f(_0x2402a1),_0x4926c7=_0xcc135f(Bh),_0x59c793=_0x4810a9(null),[_0x2cbbd2,_0x252218]=_0x23af5c((_0x3f60ee=_0xc4e1d2==null?void 0x0:_0xc4e1d2[_0x30df72(0x980)])==null?0x1:_0x3f60ee),[_0xc2c36f,_0x52f40c]=_0x23af5c((_0x3a4db8=_0xc4e1d2==null?void 0x0:_0xc4e1d2[_0x30df72(0xa68)])==null?_0x2cb007[_0x30df72(0x1d4)]:_0x3a4db8),[_0x2d27a1,_0x78a303]=_0x23af5c((_0xf4a9a8=_0xc4e1d2==null?void 0x0:_0xc4e1d2[_0x30df72(0x808)])==null?!0x1:_0xf4a9a8),[_0x4e3f1f,_0x40bf21]=_0x23af5c((_0x162ed4=_0xc4e1d2==null||(_0x5f0963=_0xc4e1d2[_0x30df72(0x480)])==null?void 0x0:_0x5f0963['offsetX'])==null?0x0:_0x162ed4),[_0xdf7108,_0x53f4ee]=_0x23af5c((_0x5a78e2=_0xc4e1d2==null||(_0x5f24d3=_0xc4e1d2[_0x30df72(0x480)])==null?void 0x0:_0x5f24d3[_0x30df72(0x5c0)])==null?0x0:_0x5a78e2),[_0x341f06,_0x5dc3f7]=_0x23af5c((_0x595ceb=_0xc4e1d2==null||(_0x44290a=_0xc4e1d2[_0x30df72(0x480)])==null?void 0x0:_0x44290a[_0x30df72(0x2ab)])==null?0x1:_0x595ceb),[_0x565a6c,_0x4128a7]=_0x23af5c((_0x4577f5=_0xc4e1d2==null||(_0x2b7278=_0xc4e1d2[_0x30df72(0x480)])==null?void 0x0:_0x2b7278[_0x30df72(0x2e8)])==null?0x1:_0x4577f5),[_0x425f88,_0x12ca0b]=_0x23af5c((_0x31344a=_0xc4e1d2==null||(_0x3fc639=_0xc4e1d2[_0x30df72(0x480)])==null?void 0x0:_0x3fc639[_0x30df72(0x78b)])==null?'tl':_0x31344a),_0x476b9f=_0xc2c36f===_0x2cb007[_0x30df72(0x3bc)],_0x353d7b=Math[_0x30df72(0x9d8)]((0x1-_0x2cbbd2)*0x64),_0xd91363=Math['round'](_0x341f06*0x64),_0x38c714=Math['round'](_0x565a6c*0x64),_0x1e4444={'unitId':_0x1cc5ba,'subUnitId':_0x197a2e,'drawingId':_0x166c27},_0x595de5=_0x181e20=>{const _0x4c2d68=_0x30df72;_0x27b7ed[_0x4c2d68(0x6bc)](Qg['id'],{..._0x1e4444,'fill':{..._0xc4e1d2,..._0x181e20}});},_0x6b9bce=_0x2ba6d7=>{var _0x17b840;_0x595de5({'imageTile':{...(_0x17b840=_0xc4e1d2==null?void 0x0:_0xc4e1d2['imageTile'])==null?{}:_0x17b840,..._0x2ba6d7}});},_0x2c81d5=[{'label':_0x5cb947['t'](_0x30df72(0x741)),'value':'tl'},{'label':_0x5cb947['t']('slides-ui.shapePanel.fill.picture.align.t'),'value':'t'},{'label':_0x5cb947['t'](_0x30df72(0x3fb)),'value':'tr'},{'label':_0x5cb947['t'](_0x30df72(0x737)),'value':'l'},{'label':_0x5cb947['t'](_0x30df72(0x2d1)),'value':_0x30df72(0x2f5)},{'label':_0x5cb947['t']('slides-ui.shapePanel.fill.picture.align.r'),'value':'r'},{'label':_0x5cb947['t'](_0x30df72(0x96f)),'value':'bl'},{'label':_0x5cb947['t']('slides-ui.shapePanel.fill.picture.align.b'),'value':'b'},{'label':_0x5cb947['t'](_0x30df72(0x705)),'value':'br'}];return _0x3e215d(_0x30df72(0xaa0),{'className':_0x30df72(0x22e),'children':[_0x3e215d(_0x30df72(0xaa0),{'className':_0x30df72(0xabd),'children':[_0x36d3a0(_0x30df72(0x66b),{'className':_0x30df72(0x72b),'children':_0x5cb947['t']('slides-ui.shapePanel.fill.picture.source')}),_0x3e215d(_0x30df72(0xaa0),{'className':_0x30df72(0x56a),'children':[_0x36d3a0(_0x30df72(0x7e8),{'ref':_0x59c793,'type':_0x30df72(0x958),'accept':_0x30df72(0x667),'className':_0x30df72(0x566),'onChange':async _0x4a211c=>{const _0x23b347=_0x30df72;var _0x1c64d2;let _0x527616=(_0x1c64d2=_0x4a211c[_0x23b347(0x5e7)]['files'])==null?void 0x0:_0x1c64d2[0x0];if(!_0x527616)return;_0x4a211c[_0x23b347(0x5e7)][_0x23b347(0x47b)]='';let _0x5a03f9=await _0x4926c7[_0x23b347(0x97f)](_0x527616);_0x5a03f9&&_0x595de5({'fillImageSource':_0x5a03f9[_0x23b347(0x2e1)],'fillImageSourceType':_0x5a03f9[_0x23b347(0xab7)]});}}),_0x36d3a0(_0x30df72(0x335),{'type':_0x30df72(0x335),'className':_0x30df72(0x177),'onClick':()=>{const _0x261080=_0x30df72;var _0x403f0c;return(_0x403f0c=_0x59c793[_0x261080(0x97c)])==null?void 0x0:_0x403f0c[_0x261080(0x349)]();},'children':_0x5cb947['t'](_0x30df72(0x9e6))})]})]}),_0x3e215d(_0x30df72(0xaa0),{'className':_0x30df72(0x5b7),'children':[_0x36d3a0('span',{'className':_0x30df72(0x7a2),'children':_0x5cb947['t'](_0x30df72(0x9fc))}),_0x36d3a0(_0x30df72(0xaa0),{'className':_0x30df72(0xa2a),'children':_0x36d3a0(_0x440486,{'className':_0x30df72(0x2f1),'value':_0x353d7b,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x373fd0=>_0x373fd0+'%','parser':_0x289637=>(_0x289637==null?void 0x0:_0x289637[_0x30df72(0x228)]('%',''))||'','onChange':_0x5a3b98=>{const _0x5dd4ce=_0x30df72;let _0x48635a=(0x64-Math[_0x5dd4ce(0x55a)](0x0,Math[_0x5dd4ce(0x8ea)](0x64,_0x5a3b98==null?0x0:_0x5a3b98)))/0x64;_0x252218(_0x48635a),_0x595de5({'imageOpacity':_0x48635a});}})})]}),_0x36d3a0(_0x1fc777,{'checked':_0x476b9f,'onChange':_0x6c4ada=>{const _0x4e0379=_0x30df72;let _0x15b712=_0x6c4ada?_0x2cb007['Tile']:_0x2cb007[_0x4e0379(0x1d4)];_0x52f40c(_0x15b712),_0x595de5({'imageFillMode':_0x15b712});},'children':_0x36d3a0(_0x30df72(0x66b),{'className':_0x30df72(0x2de),'children':_0x5cb947['t'](_0x30df72(0x8a6))})}),_0x476b9f&&_0x3e215d(_0x30df72(0xaa0),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-2\x20univer-border-l-2\x20univer-border-l-gray-200\x20univer-pl-3\x20dark:!univer-border-l-gray-600','children':[_0x3e215d(_0x30df72(0xaa0),{'className':_0x30df72(0x5b7),'children':[_0x36d3a0(_0x30df72(0x66b),{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','children':_0x5cb947['t'](_0x30df72(0x348))}),_0x36d3a0(_0x30df72(0xaa0),{'className':'univer-w-20','children':_0x36d3a0(_0x440486,{'className':_0x30df72(0x2f1),'value':_0x4e3f1f,'step':0x1,'onChange':_0x855d29=>{let _0x160d5a=_0x855d29==null?0x0:_0x855d29;_0x40bf21(_0x160d5a),_0x6b9bce({'offsetX':_0x160d5a});}})})]}),_0x3e215d(_0x30df72(0xaa0),{'className':_0x30df72(0x5b7),'children':[_0x36d3a0('span',{'className':_0x30df72(0x7a2),'children':_0x5cb947['t'](_0x30df72(0x2d8))}),_0x36d3a0(_0x30df72(0xaa0),{'className':'univer-w-20','children':_0x36d3a0(_0x440486,{'className':_0x30df72(0x2f1),'value':_0xdf7108,'step':0x1,'onChange':_0x549b84=>{let _0x497bb5=_0x549b84==null?0x0:_0x549b84;_0x53f4ee(_0x497bb5),_0x6b9bce({'offsetY':_0x497bb5});}})})]}),_0x3e215d('div',{'className':_0x30df72(0x5b7),'children':[_0x36d3a0(_0x30df72(0x66b),{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','children':_0x5cb947['t'](_0x30df72(0x9a6))}),_0x36d3a0(_0x30df72(0xaa0),{'className':_0x30df72(0xa2a),'children':_0x36d3a0(_0x440486,{'className':_0x30df72(0x2f1),'value':_0xd91363,'min':0x1,'max':0x3e8,'step':0xa,'formatter':_0x399ef0=>_0x399ef0+'%','parser':_0x372fbf=>(_0x372fbf==null?void 0x0:_0x372fbf[_0x30df72(0x228)]('%',''))||'','onChange':_0x189e5c=>{const _0x2bd715=_0x30df72;let _0x4e6f88=Math[_0x2bd715(0x55a)](0.01,(_0x189e5c==null?0x64:_0x189e5c)/0x64);_0x5dc3f7(_0x4e6f88),_0x6b9bce({'scaleX':_0x4e6f88});}})})]}),_0x3e215d('div',{'className':_0x30df72(0x5b7),'children':[_0x36d3a0('span',{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','children':_0x5cb947['t']('slides-ui.shapePanel.fill.picture.scaleY')}),_0x36d3a0(_0x30df72(0xaa0),{'className':'univer-w-20','children':_0x36d3a0(_0x440486,{'className':_0x30df72(0x2f1),'value':_0x38c714,'min':0x1,'max':0x3e8,'step':0xa,'formatter':_0x2758e4=>_0x2758e4+'%','parser':_0x32cae0=>(_0x32cae0==null?void 0x0:_0x32cae0[_0x30df72(0x228)]('%',''))||'','onChange':_0x35bfb8=>{const _0x3eab02=_0x30df72;let _0x3dcf59=Math[_0x3eab02(0x55a)](0.01,(_0x35bfb8==null?0x64:_0x35bfb8)/0x64);_0x4128a7(_0x3dcf59),_0x6b9bce({'scaleY':_0x3dcf59});}})})]}),_0x3e215d(_0x30df72(0xaa0),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x36d3a0(_0x30df72(0x66b),{'className':'univer-shrink-0\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-400','children':_0x5cb947['t']('slides-ui.shapePanel.fill.picture.alignment')}),_0x36d3a0(_0x30df72(0xaa0),{'className':_0x30df72(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x30df72(0x2f1),'value':_0x425f88,'options':_0x2c81d5,'onChange':_0x3edfde=>{let _0x45287b=_0x3edfde;_0x12ca0b(_0x45287b),_0x6b9bce({'alignment':_0x45287b});}})})]})]}),_0x36d3a0(_0x1fc777,{'checked':_0x2d27a1,'onChange':_0x4eb744=>{let _0x134ece=_0x4eb744;_0x78a303(_0x134ece),_0x595de5({'imageRotateWithShape':_0x134ece});},'children':_0x36d3a0(_0x30df72(0x66b),{'className':_0x30df72(0x2de),'children':_0x5cb947['t'](_0x30df72(0x479))})})]});}function qv(_0x330056){const _0x467fd0=_0x2d3867;switch(_0x330056){case _0x6fe744[_0x467fd0(0x9e7)]:return'radial';case _0x6fe744[_0x467fd0(0x336)]:return _0x467fd0(0x7fe);case _0x6fe744[_0x467fd0(0x45e)]:return _0x467fd0(0xad6);default:return'linear';}}function Jv(_0x5f46f2){const _0x5433de=_0x2d3867;switch(_0x5f46f2){case'radial':return _0x6fe744[_0x5433de(0x9e7)];case'angular':return _0x6fe744[_0x5433de(0x336)];case _0x5433de(0xad6):return _0x6fe744['Diamond'];default:return _0x6fe744[_0x5433de(0x42b)];}}function Yv(_0xa1f8bd){const _0x218317=_0x2d3867;var _0xf65e0c,_0xcc51af,_0x315b6d,_0x1e5c7c,_0x4a453b,_0x56b44e;let {drawingId:_0x9a7b20,isLineShape:_0x4ffa60,shapeData:_0x37d925,subUnitId:_0x19b093,unitId:_0x2afc35}=_0xa1f8bd,_0x2dfb89=_0xcc135f(_0x4a2941),_0x1a8ea6=_0xcc135f(_0x2402a1),[_0x5ad9cb,_0x22d9f3]=_0x23af5c((_0xf65e0c=(_0xcc51af=_0x37d925[_0x218317(0x7c1)])==null?void 0x0:_0xcc51af[_0x218317(0x53b)])==null?_0x5dfebb[_0x218317(0x53b)]:_0xf65e0c),[_0x47b24f,_0x5659a6]=_0x23af5c((_0x315b6d=(_0x1e5c7c=_0x37d925['fill'])==null?void 0x0:_0x1e5c7c[_0x218317(0x5bc)])==null?_0x5dfebb[_0x218317(0x7c1)]:_0x315b6d),[_0x2ab922,_0x2dd347]=_0x23af5c((_0x4a453b=(_0x56b44e=_0x37d925[_0x218317(0x7c1)])==null?void 0x0:_0x56b44e['opacity'])==null?_0x5dfebb[_0x218317(0xa76)]:_0x4a453b),[_0x51ec03,_0x4a0ba4]=_0x23af5c(!0x1),_0x4121ab={'unitId':_0x2afc35,'subUnitId':_0x19b093,'drawingId':_0x9a7b20},_0x182e51=_0x2fb446=>{const _0x5f56d5=_0x218317;_0x1a8ea6[_0x5f56d5(0x6bc)](Qg['id'],{..._0x4121ab,'fill':_0x2fb446});},_0x110763=_0x47e782(()=>{const _0x399ae2=_0x218317;var _0x205f0e,_0x127eca;let _0xddb7c3=_0x37d925[_0x399ae2(0x7c1)];return{'type':qv(_0xddb7c3==null?void 0x0:_0xddb7c3[_0x399ae2(0x2f4)]),'angle':(_0x205f0e=_0xddb7c3==null?void 0x0:_0xddb7c3[_0x399ae2(0x3f6)])==null?_0x5dfebb['gradientAngle']:_0x205f0e,'stops':_0xddb7c3!=null&&_0xddb7c3[_0x399ae2(0x2cf)]&&_0xddb7c3[_0x399ae2(0x2cf)][_0x399ae2(0xa73)]>=0x2?_0xddb7c3['gradientStops'][_0x399ae2(0x51d)](_0x583b6f=>({'color':_0x583b6f[_0x399ae2(0x5bc)],'offset':_0x583b6f[_0x399ae2(0x33e)]*0x64})):[{'color':(_0x127eca=_0xddb7c3==null?void 0x0:_0xddb7c3[_0x399ae2(0x5bc)])==null?_0x5dfebb['fill']:_0x127eca,'offset':0x0},{'color':_0x5dfebb[_0x399ae2(0x29a)],'offset':0x64}]};},[_0x37d925['fill']]),_0x32115a=0x64-_0x2ab922*0x64;return _0x4ffa60?null:_0x3e215d(_0x218317(0xaa0),{'className':_0x218317(0x713),'children':[_0x3e215d(_0x45e188,{'value':_0x5ad9cb,'onChange':_0x3efe39=>{const _0x3c7760=_0x218317;var _0x299ef5;let _0x5a46f1=_0x3efe39;_0x22d9f3(_0x5a46f1),_0x182e51({...(_0x299ef5=_0x37d925[_0x3c7760(0x7c1)])==null?{}:_0x299ef5,'fillType':_0x5a46f1});},'direction':_0x218317(0xaaf),'children':[_0x36d3a0(_0xba6a8a,{'value':_0x570aff['NoFill'],'children':_0x36d3a0(_0x218317(0x66b),{'className':_0x218317(0x2de),'children':_0x2dfb89['t']('slides-ui.shapePanel.fill.noFill')})}),_0x36d3a0(_0xba6a8a,{'value':_0x570aff['SolidFill'],'children':_0x36d3a0('span',{'className':_0x218317(0x2de),'children':_0x2dfb89['t'](_0x218317(0x9b8))})}),_0x36d3a0(_0xba6a8a,{'value':_0x570aff[_0x218317(0x1fd)],'children':_0x36d3a0('span',{'className':_0x218317(0x2de),'children':_0x2dfb89['t'](_0x218317(0x1a9))})}),_0x36d3a0(_0xba6a8a,{'value':_0x570aff[_0x218317(0x537)],'children':_0x36d3a0(_0x218317(0x66b),{'className':'univer-text-sm\x20dark:!univer-text-gray-200','children':_0x2dfb89['t']('slides-ui.shapePanel.fill.pictureFill')})})]}),_0x5ad9cb===_0x570aff[_0x218317(0x37d)]&&_0x3e215d(_0x218317(0xaa0),{'className':_0x218317(0x2d0),'children':[_0x3e215d('div',{'className':_0x218317(0x39e),'children':[_0x36d3a0(_0x218317(0x66b),{'className':_0x218317(0x66c),'children':_0x2dfb89['t']('slides-ui.shapePanel.fill.color')}),_0x36d3a0(_0x54698d,{'overlay':_0x36d3a0(_0x218317(0xaa0),{'className':_0x218317(0x69c),'children':_0x36d3a0(_0x5022ee,{'value':_0x47b24f,'onChange':_0x5d005c=>{const _0x371a1e=_0x218317;var _0x2a5456;_0x5659a6(_0x5d005c),_0x4a0ba4(!0x1),_0x182e51({...(_0x2a5456=_0x37d925[_0x371a1e(0x7c1)])==null?{}:_0x2a5456,'color':_0x5d005c});}})}),'open':_0x51ec03,'onOpenChange':_0x4a0ba4,'children':_0x3e215d('a',{'className':_0x218317(0x18d),'children':[_0x36d3a0(_0x22c040,{'className':_0x218317(0x4f8),'extend':{'colorChannel1':_0x47b24f}}),_0x36d3a0(_0x3924ce,{'className':_0x218317(0xae2)})]})})]}),_0x3e215d('div',{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x36d3a0(_0x218317(0x66b),{'className':_0x218317(0x7a2),'children':_0x2dfb89['t']('slides-ui.shapePanel.fill.transparency')}),_0x36d3a0(_0x218317(0xaa0),{'className':_0x218317(0xa2a),'children':_0x36d3a0(_0x440486,{'className':_0x218317(0x2f1),'value':_0x32115a,'min':0x0,'max':0x64,'step':0xa,'formatter':_0x2624ea=>_0x2624ea+'%','parser':_0x46e36a=>(_0x46e36a==null?void 0x0:_0x46e36a[_0x218317(0x228)]('%',''))||'','onChange':_0x4cd42c=>{const _0x3b6916=_0x218317;var _0xe49770;let _0x44c035=(0x64-Math[_0x3b6916(0x55a)](0x0,Math['min'](0x64,_0x4cd42c==null?0x0:_0x4cd42c)))/0x64;_0x2dd347(_0x44c035),_0x182e51({...(_0xe49770=_0x37d925[_0x3b6916(0x7c1)])==null?{}:_0xe49770,'opacity':_0x44c035});}})})]})]}),_0x5ad9cb===_0x570aff[_0x218317(0x1fd)]&&_0x36d3a0(_0x218317(0xaa0),{'className':_0x218317(0x7c4),'children':_0x36d3a0(_0x5efafe,{'value':_0x110763,'onChange':_0x5770ef=>{const _0x55f4ed=_0x218317;var _0x282ec3;_0x182e51({...(_0x282ec3=_0x37d925[_0x55f4ed(0x7c1)])==null?{}:_0x282ec3,'gradientType':Jv(_0x5770ef[_0x55f4ed(0x866)]),'gradientAngle':_0x5770ef['angle'],'gradientStops':_0x5770ef[_0x55f4ed(0x9a2)]['map'](_0x2dfa05=>({'color':_0x2dfa05[_0x55f4ed(0x5bc)],'position':_0x2dfa05['offset']/0x64}))});}})}),_0x5ad9cb===_0x570aff[_0x218317(0x537)]&&_0x36d3a0(Kv,{'unitId':_0x2afc35,'subUnitId':_0x19b093,'drawingId':_0x9a7b20,'fill':_0x37d925['fill']})]});}function Xv(_0x193079){const _0x37c2b9=_0x2d3867;var _0x46f838,_0x1f31c9,_0x277e30,_0x327860,_0x393e28,_0x5ce61a,_0x380d97,_0x5f50f2,_0x4928a9,_0x3322f6,_0x43324b,_0x456fd5,_0x4d6936,_0x3a2cb0,_0x5bbcfb,_0x1eab25,_0x4bdee3;let {drawingId:_0x2aeb75,isLineShape:_0x1a97a6,shapeData:_0x1e2b05,subUnitId:_0x565cf4,unitId:_0x20c3b0}=_0x193079,_0x22bdd8=_0xcc135f(_0x4a2941),_0x3a1578=_0xcc135f(_0x2402a1),_0x34f8e6=_0x1e2b05['stroke'],_0x5cd2fc=_0x1e2b05,[_0x1262f3,_0x5351aa]=_0x23af5c((_0x46f838=_0x34f8e6==null?void 0x0:_0x34f8e6[_0x37c2b9(0x879)])==null?_0x5dfebb['lineType']:_0x46f838),[_0x42377b,_0x7b845]=_0x23af5c((_0x1f31c9=_0x34f8e6==null?void 0x0:_0x34f8e6[_0x37c2b9(0x5bc)])==null?_0x5dfebb['stroke']:_0x1f31c9),[_0x398e40,_0x234306]=_0x23af5c((_0x277e30=_0x34f8e6==null?void 0x0:_0x34f8e6['opacity'])==null?_0x5dfebb['strokeOpacity']:_0x277e30),[_0xa487eb,_0x35ffe6]=_0x23af5c((_0x327860=_0x34f8e6==null?void 0x0:_0x34f8e6['width'])==null?_0x5dfebb[_0x37c2b9(0x208)]:_0x327860),[_0x132cd7,_0x160711]=_0x23af5c((_0x393e28=_0x34f8e6==null?void 0x0:_0x34f8e6[_0x37c2b9(0x550)])==null?_0x5dfebb[_0x37c2b9(0x550)]:_0x393e28),[_0x33b6ec,_0x249ba8]=_0x23af5c((_0x5ce61a=_0x34f8e6==null?void 0x0:_0x34f8e6[_0x37c2b9(0x9dc)])==null?_0x5dfebb[_0x37c2b9(0xa16)]:_0x5ce61a),[_0x1188ae,_0x519d8d]=_0x23af5c((_0x380d97=_0x34f8e6==null?void 0x0:_0x34f8e6[_0x37c2b9(0x692)])==null?_0x5dfebb[_0x37c2b9(0x213)]:_0x380d97),[_0x1c034f,_0xc709e3]=_0x23af5c((_0x5f50f2=_0x34f8e6==null?void 0x0:_0x34f8e6[_0x37c2b9(0x1d8)])==null?_0x5dfebb[_0x37c2b9(0x1d8)]:_0x5f50f2),[_0x384ac1,_0x2ab4bc]=_0x23af5c((_0x4928a9=_0x34f8e6==null?void 0x0:_0x34f8e6['sketchType'])==null?_0x5dfebb[_0x37c2b9(0x562)]:_0x4928a9),[_0x1ac73f,_0x168090]=_0x23af5c((_0x3322f6=(_0x43324b=_0x5cd2fc['ln'])==null||(_0x43324b=_0x43324b[_0x37c2b9(0x45b)])==null?void 0x0:_0x43324b[_0x37c2b9(0x866)])==null?_0x537eea[_0x37c2b9(0x1c4)]:_0x3322f6),[_0x181272,_0x45fb49]=_0x23af5c((_0x456fd5=(_0x4d6936=_0x5cd2fc['ln'])==null||(_0x4d6936=_0x4d6936[_0x37c2b9(0x45b)])==null?void 0x0:_0x4d6936[_0x37c2b9(0x637)])==null?_0x47459f[_0x37c2b9(0x370)]:_0x456fd5),[_0x34efbc,_0x4db00e]=_0x23af5c((_0x3a2cb0=(_0x5bbcfb=_0x5cd2fc['ln'])==null||(_0x5bbcfb=_0x5bbcfb['endArrow'])==null?void 0x0:_0x5bbcfb[_0x37c2b9(0x866)])==null?_0x537eea[_0x37c2b9(0x1c4)]:_0x3a2cb0),[_0x1aa90a,_0x2542df]=_0x23af5c((_0x1eab25=(_0x4bdee3=_0x5cd2fc['ln'])==null||(_0x4bdee3=_0x4bdee3[_0x37c2b9(0x709)])==null?void 0x0:_0x4bdee3[_0x37c2b9(0x637)])==null?_0x47459f['Medium']:_0x1eab25),[_0x4818a9,_0xaf7b9c]=_0x23af5c(!0x1),_0x33fae5={'unitId':_0x20c3b0,'subUnitId':_0x565cf4,'drawingId':_0x2aeb75},_0x502895=_0x426167=>{_0x3a1578['executeCommand'](Qg['id'],{..._0x33fae5,'stroke':_0x426167});},_0x36aad2=_0x409caf=>{const _0x506f39=_0x37c2b9;_0x3a1578[_0x506f39(0x6bc)](Qg['id'],{..._0x33fae5,'ln':_0x409caf});},_0x51712e=0x64-_0x398e40*0x64,_0x6913=[{'label':_0x22bdd8['t']('slides-ui.shapePanel.line.dashType.solid'),'value':String(_0x1b038d[_0x37c2b9(0x359)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x7bd)),'value':String(_0x1b038d[_0x37c2b9(0x30a)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x1e4)),'value':String(_0x1b038d[_0x37c2b9(0x3cd)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x362)),'value':String(_0x1b038d['Dash'])},{'label':_0x22bdd8['t'](_0x37c2b9(0x9ee)),'value':String(_0x1b038d[_0x37c2b9(0x283)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x2a0)),'value':String(_0x1b038d[_0x37c2b9(0xac7)])},{'label':_0x22bdd8['t']('slides-ui.shapePanel.line.dashType.longDashDot'),'value':String(_0x1b038d[_0x37c2b9(0x8ba)])},{'label':_0x22bdd8['t'](_0x37c2b9(0xad8)),'value':String(_0x1b038d['LongDashDotDot'])}],_0x4e9eb5=[{'label':_0x22bdd8['t'](_0x37c2b9(0x7ef)),'value':String(_0x1d3ba7[_0x37c2b9(0x456)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x1dd)),'value':String(_0x1d3ba7[_0x37c2b9(0x572)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x87f)),'value':String(_0x1d3ba7[_0x37c2b9(0xa8e)])}],_0x1e6d5c=[{'label':_0x22bdd8['t'](_0x37c2b9(0x5b3)),'value':String(_0x4b518f[_0x37c2b9(0x929)])},{'label':_0x22bdd8['t']('slides-ui.shapePanel.line.joinType.round'),'value':String(_0x4b518f['Round'])},{'label':_0x22bdd8['t'](_0x37c2b9(0x4c6)),'value':String(_0x4b518f[_0x37c2b9(0x2e9)])}],_0x56f06e=[{'label':_0x22bdd8['t']('slides-ui.shapePanel.line.sketchType.none'),'value':String(_0x42f0c8[_0x37c2b9(0x1c4)])},{'label':_0x22bdd8['t']('slides-ui.shapePanel.line.sketchType.curved'),'value':String(_0x42f0c8[_0x37c2b9(0x66d)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x71f)),'value':String(_0x42f0c8[_0x37c2b9(0xa69)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x87c)),'value':String(_0x42f0c8[_0x37c2b9(0x481)])}],_0x874327=[{'label':_0x22bdd8['t'](_0x37c2b9(0x718)),'value':String(_0x537eea[_0x37c2b9(0x1c4)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x848)),'value':String(_0x537eea[_0x37c2b9(0x523)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x29c)),'value':String(_0x537eea['OpenArrow'])},{'label':_0x22bdd8['t'](_0x37c2b9(0x650)),'value':String(_0x537eea['StealthArrow'])},{'label':_0x22bdd8['t'](_0x37c2b9(0x8f5)),'value':String(_0x537eea['DiamondArrow'])},{'label':_0x22bdd8['t'](_0x37c2b9(0x6fa)),'value':String(_0x537eea[_0x37c2b9(0x282)])}],_0x36f61c=[{'label':_0x22bdd8['t'](_0x37c2b9(0x599)),'value':String(_0x47459f[_0x37c2b9(0x2fe)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x1d0)),'value':String(_0x47459f[_0x37c2b9(0x370)])},{'label':_0x22bdd8['t'](_0x37c2b9(0x90d)),'value':String(_0x47459f['Large'])}];return _0x3e215d('div',{'className':_0x37c2b9(0x713),'children':[_0x3e215d(_0x45e188,{'value':String(_0x1262f3),'onChange':_0x22ba50=>{const _0x1ee52d=_0x37c2b9;var _0x5056da;let _0xcf0c10=Number(_0x22ba50);_0x5351aa(_0xcf0c10),_0x502895({...(_0x5056da=_0x1e2b05[_0x1ee52d(0xae3)])==null?{}:_0x5056da,'lineStrokeType':_0xcf0c10});},'direction':_0x37c2b9(0xaaf),'children':[_0x36d3a0(_0xba6a8a,{'value':String(_0x5d5f82[_0x37c2b9(0x8ef)]),'children':_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x3ae),'children':_0x22bdd8['t']('slides-ui.shapePanel.line.noLine')})}),_0x36d3a0(_0xba6a8a,{'value':String(_0x5d5f82['SolidLine']),'children':_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x3ae),'children':_0x22bdd8['t'](_0x37c2b9(0x217))})})]}),_0x1262f3!==_0x5d5f82[_0x37c2b9(0x8ef)]&&_0x3e215d(_0x37c2b9(0xaa0),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-4\x20univer-pt-2','children':[_0x3e215d('div',{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x22bdd8['t']('slides-ui.shapePanel.line.color')}),_0x36d3a0(_0x54698d,{'overlay':_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x8c8),'children':_0x36d3a0(_0x5022ee,{'value':_0x42377b,'onChange':_0x5d712e=>{var _0x441b1b;_0x7b845(_0x5d712e),_0xaf7b9c(!0x1),_0x502895({...(_0x441b1b=_0x1e2b05['stroke'])==null?{}:_0x441b1b,'color':_0x5d712e});}})}),'open':_0x4818a9,'onOpenChange':_0xaf7b9c,'children':_0x3e215d('a',{'className':_0x5b6657(_0x37c2b9(0x18d)),'children':[_0x36d3a0(_0x5302e3,{'className':_0x37c2b9(0x4f8),'extend':{'colorChannel1':_0x42377b}}),_0x36d3a0(_0x3924ce,{'className':_0x5b6657(_0x37c2b9(0x90f),{'univer-rotate-180':_0x4818a9})})]})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x5b7),'children':[_0x36d3a0('span',{'className':_0x37c2b9(0x72b),'children':_0x22bdd8['t'](_0x37c2b9(0x35a))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':'univer-w-20','children':_0x36d3a0(_0x440486,{'className':'univer-w-full','value':_0x51712e,'min':0x0,'max':0x64,'formatter':_0x46dab4=>_0x46dab4+'%','parser':_0x6beaf3=>(_0x6beaf3==null?void 0x0:_0x6beaf3[_0x37c2b9(0x228)]('%',''))||'','onChange':_0x1e0565=>{const _0xb9169d=_0x37c2b9;var _0x5c02b9;let _0x280226=(0x64-Math[_0xb9169d(0x55a)](0x0,Math[_0xb9169d(0x8ea)](0x64,_0x1e0565==null?0x0:_0x1e0565)))/0x64;_0x234306(_0x280226),_0x502895({...(_0x5c02b9=_0x1e2b05[_0xb9169d(0xae3)])==null?{}:_0x5c02b9,'opacity':_0x280226});}})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x5b7),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x16b))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0xa2a),'children':_0x36d3a0(_0x440486,{'className':_0x37c2b9(0x2f1),'value':_0xa487eb,'min':0.25,'max':0x64,'step':0.25,'formatter':_0x206333=>_0x206333+_0x37c2b9(0x68a),'parser':_0x1fce74=>(_0x1fce74==null?void 0x0:_0x1fce74[_0x37c2b9(0x228)](_0x37c2b9(0x68a),''))||'','onChange':_0x48ec02=>{const _0x3c7045=_0x37c2b9;var _0x4a20eb;_0x48ec02!=null&&(_0x35ffe6(_0x48ec02),_0x502895({...(_0x4a20eb=_0x1e2b05[_0x3c7045(0xae3)])==null?{}:_0x4a20eb,'width':_0x48ec02}));}})})]}),_0x1a97a6&&_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x5b7),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x5ad))}),_0x36d3a0('div',{'className':_0x37c2b9(0xa2a),'children':_0x36d3a0(_0x440486,{'className':'univer-w-full','value':_0x132cd7,'min':0x0,'step':0x1,'formatter':_0x1a6a7a=>_0x1a6a7a+_0x37c2b9(0x68a),'parser':_0x3a33ed=>(_0x3a33ed==null?void 0x0:_0x3a33ed[_0x37c2b9(0x228)](_0x37c2b9(0x68a),''))||'','onChange':_0x459aab=>{const _0x1b3076=_0x37c2b9;var _0x49dfa2;let _0xfabb6a=Math[_0x1b3076(0x55a)](0x0,_0x459aab==null?0x0:_0x459aab);_0x160711(_0xfabb6a),_0x502895({...(_0x49dfa2=_0x1e2b05[_0x1b3076(0xae3)])==null?{}:_0x49dfa2,'cornerRadius':_0xfabb6a});}})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':'univer-text-sm\x20univer-text-gray-600','children':_0x22bdd8['t'](_0x37c2b9(0x17e))}),_0x36d3a0('div',{'className':'univer-w-28','children':_0x36d3a0(_0x100cce,{'className':'univer-w-full','value':String(_0x33b6ec),'options':_0x6913,'onChange':_0x482b76=>{var _0x363441;let _0x53d67a=Number(_0x482b76);_0x249ba8(_0x53d67a),_0x502895({...(_0x363441=_0x1e2b05['stroke'])==null?{}:_0x363441,'dashType':_0x53d67a});}})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x36d3a0('span',{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x3d6))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x37c2b9(0x2f1),'value':String(_0x1188ae),'options':_0x4e9eb5,'onChange':_0x145bcc=>{const _0x54ef36=_0x37c2b9;var _0x32ca7b;let _0x177c3f=Number(_0x145bcc);_0x519d8d(_0x177c3f),_0x502895({...(_0x32ca7b=_0x1e2b05[_0x54ef36(0xae3)])==null?{}:_0x32ca7b,'capType':_0x177c3f});}})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x492))}),_0x36d3a0('div',{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':'univer-w-full','value':String(_0x1c034f),'options':_0x1e6d5c,'onChange':_0x4413ed=>{var _0x27477b;let _0x28960b=Number(_0x4413ed);_0xc709e3(_0x28960b),_0x502895({...(_0x27477b=_0x1e2b05['stroke'])==null?{}:_0x27477b,'lineJoinType':_0x28960b});}})})]}),!_0x1a97a6&&_0x3e215d(_0x37c2b9(0xaa0),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between','children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x98b))}),_0x36d3a0('div',{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x37c2b9(0x2f1),'value':String(_0x384ac1),'options':_0x56f06e,'onChange':_0x12300c=>{const _0x155997=_0x37c2b9;var _0x9ff2d5;let _0x38f046=Number(_0x12300c);_0x2ab4bc(_0x38f046),_0x502895({...(_0x9ff2d5=_0x1e2b05[_0x155997(0xae3)])==null?{}:_0x9ff2d5,'sketchType':_0x38f046});}})})]}),_0x1a97a6&&_0x3e215d(_0x30c11d,{'children':[_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x28d))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x37c2b9(0x2f1),'value':String(_0x1ac73f),'options':_0x874327,'onChange':_0x524e79=>{const _0x34e691=_0x37c2b9;var _0x47eed8,_0x1414f3,_0x44d7c7;let _0x2ca4d7=Number(_0x524e79);_0x168090(_0x2ca4d7),_0x36aad2({...(_0x47eed8=_0x5cd2fc['ln'])==null?{}:_0x47eed8,'startArrow':{...(_0x1414f3=(_0x44d7c7=_0x5cd2fc['ln'])==null?void 0x0:_0x44d7c7[_0x34e691(0x45b)])==null?{}:_0x1414f3,'type':_0x2ca4d7}});}})})]}),_0x3e215d('div',{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0('span',{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x50a))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x37c2b9(0x2f1),'value':String(_0x181272),'options':_0x36f61c,'onChange':_0x258468=>{var _0x576626,_0x165301,_0x4bfae6;let _0x55f6dd=Number(_0x258468);_0x45fb49(_0x55f6dd),_0x36aad2({...(_0x576626=_0x5cd2fc['ln'])==null?{}:_0x576626,'startArrow':{...(_0x165301=(_0x4bfae6=_0x5cd2fc['ln'])==null?void 0x0:_0x4bfae6['startArrow'])==null?{}:_0x165301,'size':_0x55f6dd}});}})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x74b))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x37c2b9(0x2f1),'value':String(_0x34efbc),'options':_0x874327,'onChange':_0x56fc3f=>{const _0x2aa442=_0x37c2b9;var _0x398c63,_0xc578ef,_0x1f4264;let _0x54903f=Number(_0x56fc3f);_0x4db00e(_0x54903f),_0x36aad2({...(_0x398c63=_0x5cd2fc['ln'])==null?{}:_0x398c63,'endArrow':{...(_0xc578ef=(_0x1f4264=_0x5cd2fc['ln'])==null?void 0x0:_0x1f4264[_0x2aa442(0x709)])==null?{}:_0xc578ef,'type':_0x54903f}});}})})]}),_0x3e215d(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x39e),'children':[_0x36d3a0(_0x37c2b9(0x66b),{'className':_0x37c2b9(0x323),'children':_0x22bdd8['t'](_0x37c2b9(0x3d2))}),_0x36d3a0(_0x37c2b9(0xaa0),{'className':_0x37c2b9(0x585),'children':_0x36d3a0(_0x100cce,{'className':_0x37c2b9(0x2f1),'value':String(_0x1aa90a),'options':_0x36f61c,'onChange':_0x56208c=>{const _0x351c8d=_0x37c2b9;var _0x56b0a7,_0x465145,_0x3581df;let _0x2867cc=Number(_0x56208c);_0x2542df(_0x2867cc),_0x36aad2({...(_0x56b0a7=_0x5cd2fc['ln'])==null?{}:_0x56b0a7,'endArrow':{...(_0x465145=(_0x3581df=_0x5cd2fc['ln'])==null?void 0x0:_0x3581df[_0x351c8d(0x709)])==null?{}:_0x465145,'size':_0x2867cc}});}})})]})]})]})]});}function Zv(_0x15c572){const _0x52709a=_0x2d3867;var _0x1b9b15,_0x3527bc,_0x4e559b,_0xb93d1b,_0x59a247;return{'left':Math[_0x52709a(0x9d8)](((_0x1b9b15=_0x15c572==null?void 0x0:_0x15c572[_0x52709a(0x88e)])==null?0x0:_0x1b9b15)*0xa)/0xa,'top':Math['round'](((_0x3527bc=_0x15c572==null?void 0x0:_0x15c572[_0x52709a(0x19e)])==null?0x0:_0x3527bc)*0xa)/0xa,'width':Math[_0x52709a(0x9d8)](((_0x4e559b=_0x15c572==null?void 0x0:_0x15c572['width'])==null?0x0:_0x4e559b)*0xa)/0xa,'height':Math[_0x52709a(0x9d8)](((_0xb93d1b=_0x15c572==null?void 0x0:_0x15c572[_0x52709a(0x47c)])==null?0x0:_0xb93d1b)*0xa)/0xa,'rotation':Math[_0x52709a(0x9d8)](((_0x59a247=_0x15c572==null?void 0x0:_0x15c572[_0x52709a(0xa17)])==null?0x0:_0x59a247)*0xa)/0xa};}function Qv(_0x31ba67){const _0x183104=_0x2d3867;let {drawingId:_0x204f7b,subUnitId:_0x398461,unitId:_0x565e9a,elementType:_0x29206b}=_0x31ba67,_0x4df667=_0xcc135f(_0x4a2941),_0x51df33=_0xcc135f(_0x2402a1),_0x1ddb1a=_0xcc135f(_0x3a5c48),_0x2ebfdb=_0xcc135f(_0x317a11),[_0x160443,_0x2a8716]=_0x23af5c(()=>Zv(_0x31ba67[_0x183104(0x985)])),[_0x2f8680,_0x2108e0]=_0x23af5c(!0x1),[_0x43cca4,_0xecda50]=_0x23af5c(!0x1),_0x597fc5=_0x4810a9(_0x160443);_0x597fc5[_0x183104(0x97c)]=_0x160443,_0x5747a5(()=>{const _0x2bc8ad=_0x183104;var _0x494874;let _0x423553=(_0x494874=_0x2ebfdb[_0x2bc8ad(0x400)](_0x565e9a))==null||(_0x494874=_0x494874[_0x2bc8ad(0x711)])==null?void 0x0:_0x494874[_0x2bc8ad(0xa7c)]();if(!_0x423553)return;let _0x2020a1=[_0x1ddb1a['focus$']['subscribe'](_0x2d5eea=>{const _0x7a9685=_0x2bc8ad;let _0x57327f=_0x2d5eea['find'](_0x2df235=>_0x2df235[_0x7a9685(0x340)]===_0x565e9a&&_0x2df235[_0x7a9685(0xaa1)]===_0x398461&&_0x2df235['drawingId']===_0x204f7b);if(!_0x57327f)return;let _0x4e6199=_0x1ddb1a[_0x7a9685(0x364)](_0x57327f);_0x4e6199!=null&&_0x4e6199[_0x7a9685(0x985)]&&_0x2a8716(Zv(_0x4e6199['transform']));}),_0x423553['changeEnd$']['subscribe'](()=>{const _0x16ad14=_0x2bc8ad;let _0x461f16=_0x1ddb1a[_0x16ad14(0x364)]({'unitId':_0x565e9a,'subUnitId':_0x398461,'drawingId':_0x204f7b});_0x461f16!=null&&_0x461f16[_0x16ad14(0x985)]&&_0x2a8716(Zv(_0x461f16['transform']));})];return()=>_0x2020a1[_0x2bc8ad(0x3d8)](_0x5f0e77=>_0x5f0e77[_0x2bc8ad(0x23d)]());},[_0x565e9a,_0x398461,_0x204f7b]);let _0x190bbb=_0x24f75f=>{_0x51df33['executeCommand'](Yg['id'],{'unitId':_0x565e9a,'subUnitId':_0x398461,'drawingId':_0x204f7b,..._0x24f75f});},_0x3a2a27=_0x189653=>{const _0x2a061b=_0x183104;if(_0x189653==null)return;let _0x1b7f80=Math[_0x2a061b(0x55a)](0x1,_0x189653);if(_0x2f8680&&_0x597fc5['current'][_0x2a061b(0x47c)]>0x0){let _0x1a8667=_0x597fc5['current'][_0x2a061b(0xa28)]/_0x597fc5['current'][_0x2a061b(0x47c)],_0x53f74f=Math[_0x2a061b(0x55a)](0x1,_0x1b7f80/_0x1a8667);_0x2a8716(_0x2c965b=>({..._0x2c965b,'width':_0x1b7f80,'height':_0x53f74f})),_0x190bbb({'width':_0x1b7f80,'height':_0x53f74f});}else _0x2a8716(_0x5d49b2=>({..._0x5d49b2,'width':_0x1b7f80})),_0x190bbb({'width':_0x1b7f80});},_0x4a8a87=_0x433723=>{const _0x3eb76d=_0x183104;if(_0x433723==null)return;let _0x51fb7f=Math[_0x3eb76d(0x55a)](0x1,_0x433723);if(_0x2f8680&&_0x597fc5['current'][_0x3eb76d(0xa28)]>0x0){let _0xfb8661=_0x597fc5[_0x3eb76d(0x97c)][_0x3eb76d(0xa28)]/_0x597fc5[_0x3eb76d(0x97c)][_0x3eb76d(0x47c)],_0x408575=Math[_0x3eb76d(0x55a)](0x1,_0x51fb7f*_0xfb8661);_0x2a8716(_0xd37597=>({..._0xd37597,'height':_0x51fb7f,'width':_0x408575})),_0x190bbb({'height':_0x51fb7f,'width':_0x408575});}else _0x2a8716(_0x5eb4ac=>({..._0x5eb4ac,'height':_0x51fb7f})),_0x190bbb({'height':_0x51fb7f});},_0x3a0883=_0x48cbee=>{_0x48cbee!=null&&(_0x2a8716(_0x16ca98=>({..._0x16ca98,'left':_0x48cbee})),_0x190bbb({'left':_0x48cbee}));},_0x13c458=_0x1ed4ba=>{_0x1ed4ba!=null&&(_0x2a8716(_0x24b895=>({..._0x24b895,'top':_0x1ed4ba})),_0x190bbb({'top':_0x1ed4ba}));},_0x995438=_0x150aba=>{_0x150aba!=null&&(_0x2a8716(_0x4de6c7=>({..._0x4de6c7,'rotation':_0x150aba})),_0x190bbb({'rotation':_0x150aba}));},_0x4863d5=_0x456de5=>{const _0xb96600=_0x183104;_0x51df33[_0xb96600(0x6bc)](bh['id'],{'unitId':_0x565e9a,'subUnitId':_0x398461,'drawingId':_0x204f7b,'arrangeType':_0x456de5});},_0x22f418=_0x29206b===_0x440e4e['Image'];return _0x3e215d(_0x183104(0xaa0),{'className':_0x183104(0x262),'children':[_0x3e215d('section',{'className':_0x183104(0x790),'children':[_0x36d3a0('header',{'className':_0x183104(0x6c8),'children':_0x4df667['t'](_0x183104(0x4eb))}),_0x3e215d(_0x183104(0xaa0),{'className':_0x183104(0x422),'children':[_0x3e215d(_0x631b28,{'size':'small','onClick':()=>_0x4863d5(_0x1fd282[_0x183104(0x525)]),'children':[_0x36d3a0(_0x42f108,{}),_0x36d3a0(_0x183104(0x66b),{'children':_0x4df667['t'](_0x183104(0x200))})]}),_0x3e215d(_0x631b28,{'size':_0x183104(0x583),'onClick':()=>_0x4863d5(_0x1fd282[_0x183104(0x5ef)]),'children':[_0x36d3a0(_0x57b0ca,{}),_0x36d3a0('span',{'children':_0x4df667['t'](_0x183104(0x951))})]}),_0x3e215d(_0x631b28,{'size':_0x183104(0x583),'onClick':()=>_0x4863d5(_0x1fd282[_0x183104(0x690)]),'children':[_0x36d3a0(_0x481e0b,{}),_0x36d3a0(_0x183104(0x66b),{'children':_0x4df667['t'](_0x183104(0x4d9))})]}),_0x3e215d(_0x631b28,{'size':_0x183104(0x583),'onClick':()=>_0x4863d5(_0x1fd282['back']),'children':[_0x36d3a0(_0x2741cf,{}),_0x36d3a0(_0x183104(0x66b),{'children':_0x4df667['t'](_0x183104(0x284))})]})]})]}),_0x3e215d(_0x183104(0x59f),{'className':'univer-grid\x20univer-gap-2','children':[_0x36d3a0(_0x183104(0x292),{'className':_0x183104(0x6c8),'children':_0x4df667['t']('slides-ui.image-panel.transform.title')}),_0x3e215d(_0x183104(0xaa0),{'className':_0x183104(0x86f),'children':[_0x3e215d(_0x183104(0xaa0),{'children':[_0x36d3a0(_0x183104(0x66b),{'className':_0x183104(0xa1e),'children':_0x4df667['t'](_0x183104(0x64c))}),_0x36d3a0(_0x440486,{'precision':0x1,'min':0x1,'value':_0x160443[_0x183104(0xa28)],'onChange':_0x3a2a27})]}),_0x3e215d(_0x183104(0xaa0),{'children':[_0x36d3a0(_0x183104(0x66b),{'className':'univer-text-xs\x20univer-text-gray-500\x20dark:!univer-text-gray-400','children':_0x4df667['t']('slides-ui.image-panel.transform.height')}),_0x36d3a0(_0x440486,{'precision':0x1,'min':0x1,'value':_0x160443[_0x183104(0x47c)],'onChange':_0x4a8a87})]}),_0x3e215d(_0x183104(0xaa0),{'className':_0x183104(0x63f),'children':[_0x36d3a0(_0x183104(0x66b),{'className':_0x183104(0xa1e),'children':_0x4df667['t'](_0x183104(0x801))}),_0x36d3a0(_0x1fc777,{'checked':_0x2f8680,'onChange':_0xeb9b54=>_0x2108e0(_0xeb9b54)})]}),_0x3e215d(_0x183104(0xaa0),{'children':[_0x36d3a0(_0x183104(0x66b),{'className':_0x183104(0xa1e),'children':_0x4df667['t'](_0x183104(0x623))}),_0x36d3a0(_0x440486,{'precision':0x1,'value':_0x160443[_0x183104(0x88e)],'onChange':_0x3a0883})]}),_0x3e215d(_0x183104(0xaa0),{'children':[_0x36d3a0(_0x183104(0x66b),{'className':_0x183104(0xa1e),'children':_0x4df667['t']('slides-ui.image-panel.transform.y')}),_0x36d3a0(_0x440486,{'precision':0x1,'value':_0x160443[_0x183104(0x19e)],'onChange':_0x13c458})]}),_0x3e215d('div',{'children':[_0x36d3a0('span',{'className':_0x183104(0xa1e),'children':_0x4df667['t'](_0x183104(0xa7e))}),_0x36d3a0(_0x440486,{'precision':0x1,'value':_0x160443[_0x183104(0x304)],'onChange':_0x995438})]})]})]}),_0x22f418&&_0x3e215d('section',{'className':_0x183104(0x790),'children':[_0x36d3a0(_0x183104(0x292),{'className':'univer-text-sm\x20univer-font-medium\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x4df667['t']('slides-ui.image-panel.crop.title')}),_0x3e215d(_0x183104(0xaa0),{'className':_0x183104(0x422),'children':[_0x3e215d(_0x631b28,{'size':'small','onClick':()=>{const _0x5f1753=_0x183104;_0x51df33[_0x5f1753(0x6bc)](Ea['id'],{'unitId':_0x565e9a,'subUnitId':_0x398461,'drawingId':_0x204f7b});},'children':[_0x36d3a0(_0x50b489,{}),_0x36d3a0('span',{'children':_0x4df667['t']('slides-ui.image-panel.crop.start')})]}),_0x36d3a0(_0x54698d,{'overlay':_0x36d3a0(_0x183104(0xaa0),{'className':_0x183104(0x310),'children':_0x36d3a0(qh,{'onSelect':_0x37e850=>{const _0x478a3c=_0x183104;_0x51df33[_0x478a3c(0x6bc)](e_['id'],{'unitId':_0x565e9a,'subUnitId':_0x398461,'drawingId':_0x204f7b,'prstGeom':_0x37e850[_0x478a3c(0x866)],'adjustValues':void 0x0}),_0xecda50(!0x1);}})}),'open':_0x43cca4,'onOpenChange':_0xecda50,'children':_0x36d3a0(_0x631b28,{'size':_0x183104(0x583),'children':_0x36d3a0(_0x183104(0x66b),{'children':_0x4df667['t'](_0x183104(0x824))})})})]})]})]});}const $v={'color':Za,'opacity':0.4,'size':0x64,'blurRadius':0x4,'distance':0x3,'direction':0x2d},ey='none',ty=_0x2d3867(0x6a1),ny=[{'id':_0x2d2959[_0x2d3867(0x3a0)],'direction':0x2d,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0x2d2959[_0x2d3867(0x9b6)],'direction':0x87,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0x2d2959[_0x2d3867(0x8b8)],'direction':0x13b,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0x2d2959[_0x2d3867(0x93c)],'direction':0xe1,'distance':0x3,'blurRadius':0x4,'size':0x64,'opacity':0.4},{'id':_0x2d2959['Shdw14'],'direction':0x2d,'distance':0x2,'blurRadius':0x2,'size':0x64,'opacity':0.35},{'id':_0x2d2959[_0x2d3867(0x761)],'direction':0xe1,'distance':0x6,'blurRadius':0x8,'size':0x64,'opacity':0.45}];function ry(_0x4765de,_0x407f44){const _0x36b484=_0x2d3867;if(typeof _0x4765de!=_0x36b484(0x242))return _0x407f44;let _0x94cb64=_0x4765de[_0x36b484(0x5a7)]();return/^#[0-9a-f]{6}$/i['test'](_0x94cb64)||/^#[0-9a-f]{3}$/i[_0x36b484(0x984)](_0x94cb64)?_0x94cb64:_0x407f44;}function iy(_0x13c600,_0x3f7066,_0x103577){const _0x4a568e=_0x2d3867;return'#'+[_0x13c600,_0x3f7066,_0x103577]['map'](_0x43deaa=>Math['max'](0x0,Math['min'](0xff,_0x43deaa))[_0x4a568e(0x5da)](0x10)[_0x4a568e(0x5c3)](0x2,'0'))[_0x4a568e(0x8bc)]('');}function ay(_0xddf33f){const _0x2e76a0=_0x2d3867;if(typeof _0xddf33f!=_0x2e76a0(0x242))return{'color':$v['color']};let _0x201e01=/^rgba?\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)(?:\s*,\s*([0-9.]+))?\s*\)$/i['exec'](_0xddf33f[_0x2e76a0(0x5a7)]());return _0x201e01?{'color':iy(Number(_0x201e01[0x1]),Number(_0x201e01[0x2]),Number(_0x201e01[0x3])),'opacity':_0x201e01[0x4]===void 0x0?void 0x0:Math[_0x2e76a0(0x55a)](0x0,Math[_0x2e76a0(0x8ea)](0x1,Number(_0x201e01[0x4])))}:{'color':ry(_0xddf33f,$v['color'])};}function oy(_0x38f26f,_0x57e11,_0x4e633f){const _0xae830b=_0x2d3867;return Math[_0xae830b(0x55a)](_0x57e11,Math['min'](_0x4e633f,_0x38f26f));}function sy(_0x58c741){const _0x24cdce=_0x2d3867;return ny[_0x24cdce(0xa92)](_0x1ce018=>_0x1ce018['id']===_0x58c741);}function cy(_0x59dc89,_0x2b81b7){const _0x32b247=_0x2d3867;var _0x49d901;if(!_0x2b81b7)return ey;let _0x1d7f81=ny[_0x32b247(0x43b)](_0x575af7=>Math[_0x32b247(0x658)](_0x575af7['opacity']-_0x59dc89[_0x32b247(0x20a)])<0.0001&&Math[_0x32b247(0x658)](_0x575af7[_0x32b247(0x637)]-_0x59dc89[_0x32b247(0x3e8)])<0.0001&&Math['abs'](_0x575af7['blurRadius']-_0x59dc89[_0x32b247(0xa5e)])<0.0001&&Math['abs'](_0x575af7[_0x32b247(0x712)]-_0x59dc89[_0x32b247(0x701)])<0.0001&&Math[_0x32b247(0x658)](_0x575af7[_0x32b247(0x927)]-_0x59dc89[_0x32b247(0x7aa)])<0.0001);return(_0x49d901=_0x1d7f81==null?void 0x0:_0x1d7f81['id'])==null?ty:_0x49d901;}function ly(_0x19bd87){const _0x50b7d9=_0x2d3867;var _0x13a718,_0x59e338,_0x326e53,_0x5161ee,_0xc1fb88,_0x181b68,_0x2023ba;let _0x1fc2c1=_0x19bd87[_0x50b7d9(0x34a)],_0x26895f=ay(_0x1fc2c1==null?void 0x0:_0x1fc2c1[_0x50b7d9(0x5bc)]),_0x366850=oy(Number((_0x13a718=(_0x59e338=_0x1fc2c1==null?void 0x0:_0x1fc2c1[_0x50b7d9(0x30f)])==null?_0x26895f[_0x50b7d9(0x30f)]:_0x59e338)==null?$v[_0x50b7d9(0x30f)]:_0x13a718),0x0,0x1),_0x4562e7=oy(Number((((_0x326e53=_0x1fc2c1==null?void 0x0:_0x1fc2c1['sx'])==null?0x1:_0x326e53)+((_0x5161ee=_0x1fc2c1==null?void 0x0:_0x1fc2c1['sy'])==null?0x1:_0x5161ee))/0x2*0x64),0x0,0x1f4),_0xbc389f=Math[_0x50b7d9(0x55a)](0x0,Number((_0xc1fb88=_0x1fc2c1==null?void 0x0:_0x1fc2c1['blurRadius'])==null?$v[_0x50b7d9(0xa24)]:_0xc1fb88)),_0x549677=Math[_0x50b7d9(0x55a)](0x0,Number((_0x181b68=_0x1fc2c1==null?void 0x0:_0x1fc2c1['distance'])==null?$v[_0x50b7d9(0x712)]:_0x181b68)),_0x1221f4=oy(Number((_0x2023ba=_0x1fc2c1==null?void 0x0:_0x1fc2c1[_0x50b7d9(0x927)])==null?$v['direction']:_0x2023ba),0x0,0x168),_0x48e303=!!(_0x1fc2c1!=null&&_0x1fc2c1[_0x50b7d9(0x5bc)]);return{'shadowEnabled':_0x48e303,'shadowPreset':_0x48e303&&sy(_0x1fc2c1==null?void 0x0:_0x1fc2c1['preset'])?_0x1fc2c1[_0x50b7d9(0x415)]:cy({'shadowOpacity':_0x366850,'shadowSize':_0x4562e7,'shadowBlurRadius':_0xbc389f,'shadowDistance':_0x549677,'shadowDirection':_0x1221f4},_0x48e303),'shadowColor':_0x26895f[_0x50b7d9(0x5bc)],'shadowOpacity':_0x366850,'shadowSize':_0x4562e7,'shadowBlurRadius':_0xbc389f,'shadowDistance':_0x549677,'shadowDirection':_0x1221f4};}function uy(_0x2a769c){const _0x599593=_0x2d3867;let {drawingId:_0x2943e3,shapeData:_0x4b2a54,subUnitId:_0x41f4a6,unitId:_0x1d3bd1}=_0x2a769c,_0x127dde=_0xcc135f(_0x4a2941),_0x36b4fd=_0xcc135f(_0x2402a1),[_0x240ed6,_0x37bdc9]=_0x23af5c(()=>ly(_0x4b2a54)),[_0x2be9f2,_0x24ddb0]=_0x23af5c(!0x1),_0x12c534=_0x47e782(()=>({'unitId':_0x1d3bd1,'subUnitId':_0x41f4a6,'drawingId':_0x2943e3}),[_0x2943e3,_0x41f4a6,_0x1d3bd1]),_0x274879=_0x509046=>{const _0x16613d=_0x3035;_0x36b4fd['executeCommand'](Zg['id'],{..._0x12c534,'outerShadow':_0x509046[_0x16613d(0x512)]?{'color':_0x509046[_0x16613d(0x8a5)],'preset':sy(_0x509046[_0x16613d(0xae7)])?_0x509046[_0x16613d(0xae7)]:void 0x0,'opacity':_0x509046[_0x16613d(0x20a)],'sx':_0x509046[_0x16613d(0x3e8)]/0x64,'sy':_0x509046[_0x16613d(0x3e8)]/0x64,'blurRadius':_0x509046[_0x16613d(0xa5e)],'distance':_0x509046['shadowDistance'],'direction':_0x509046[_0x16613d(0x7aa)]}:null});},_0x3c8c6b=[{'label':_0x127dde['t']('slides-ui.shapePanel.style.shadowPresetNone'),'value':ey},...ny[_0x599593(0x51d)](_0x4717d0=>({'label':_0x127dde['t'](_0x599593(0xa4a)+_0x4717d0['id']),'value':_0x4717d0['id']})),{'label':_0x127dde['t'](_0x599593(0x913)),'value':ty}],_0x50ba3e=Math[_0x599593(0x9d8)]((0x1-_0x240ed6[_0x599593(0x20a)])*0x64);return _0x36d3a0(_0x599593(0x59f),{'className':_0x599593(0x41c),'children':_0x3e215d(_0x599593(0xaa0),{'className':_0x599593(0x713),'children':[_0x3e215d(_0x599593(0x214),{'className':_0x599593(0x5b7),'children':[_0x36d3a0(_0x599593(0x66b),{'className':_0x599593(0x5f1),'children':_0x127dde['t'](_0x599593(0x265))}),_0x36d3a0(_0x100cce,{'className':'univer-w-32','value':_0x240ed6[_0x599593(0xae7)],'options':_0x3c8c6b,'onChange':_0x1091f7=>{const _0x31e049=_0x599593;var _0x226aff,_0xbbd4ea,_0x23649b,_0x1b459a,_0x318f0c;let _0x1e9e4f=_0x1091f7;if(_0x1e9e4f===ey){let _0x15661a={..._0x240ed6,'shadowEnabled':!0x1,'shadowPreset':ey};_0x37bdc9(_0x15661a),_0x274879(_0x15661a);return;}let _0x54e8b4=ny['find'](_0x6028d6=>_0x6028d6['id']===_0x1e9e4f),_0x3592dd={..._0x240ed6,'shadowEnabled':!0x0,'shadowPreset':_0x1e9e4f,'shadowOpacity':(_0x226aff=_0x54e8b4==null?void 0x0:_0x54e8b4[_0x31e049(0x30f)])==null?_0x240ed6['shadowOpacity']:_0x226aff,'shadowSize':(_0xbbd4ea=_0x54e8b4==null?void 0x0:_0x54e8b4[_0x31e049(0x637)])==null?_0x240ed6[_0x31e049(0x3e8)]:_0xbbd4ea,'shadowBlurRadius':(_0x23649b=_0x54e8b4==null?void 0x0:_0x54e8b4[_0x31e049(0xa24)])==null?_0x240ed6['shadowBlurRadius']:_0x23649b,'shadowDistance':(_0x1b459a=_0x54e8b4==null?void 0x0:_0x54e8b4[_0x31e049(0x712)])==null?_0x240ed6[_0x31e049(0x701)]:_0x1b459a,'shadowDirection':(_0x318f0c=_0x54e8b4==null?void 0x0:_0x54e8b4[_0x31e049(0x927)])==null?_0x240ed6['shadowDirection']:_0x318f0c};_0x37bdc9(_0x3592dd),_0x274879(_0x3592dd);}})]}),_0x240ed6[_0x599593(0x512)]&&_0x3e215d(_0x30c11d,{'children':[_0x3e215d('label',{'className':_0x599593(0x5b7),'children':[_0x36d3a0('span',{'className':_0x599593(0x5f1),'children':_0x127dde['t'](_0x599593(0x80a))}),_0x36d3a0(_0x54698d,{'overlay':_0x36d3a0(_0x599593(0xaa0),{'className':'univer-rounded-lg\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','data-u-comp':'slide-shape-shadow-color-picker','children':_0x36d3a0(_0x5022ee,{'value':_0x240ed6[_0x599593(0x8a5)],'onChange':_0x96136a=>{let _0x2fd331={..._0x240ed6,'shadowPreset':ty,'shadowColor':_0x96136a};_0x37bdc9(_0x2fd331),_0x274879(_0x2fd331);}})}),'open':_0x2be9f2,'onOpenChange':_0x24ddb0,'children':_0x3e215d(_0x599593(0x335),{'type':'button','aria-expanded':_0x2be9f2,'aria-label':_0x127dde['t'](_0x599593(0x80a)),'className':_0x599593(0x350),'children':[_0x36d3a0('span',{'className':_0x599593(0x2da),'style':{'backgroundColor':_0x240ed6[_0x599593(0x8a5)]}}),_0x36d3a0(_0x599593(0x66b),{'className':_0x599593(0x97a),'children':_0x240ed6['shadowColor']['toUpperCase']()}),_0x36d3a0(_0x3924ce,{'className':_0x599593(0x8da)})]})})]}),_0x3e215d(_0x599593(0x214),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x36d3a0('span',{'className':_0x599593(0x5f1),'children':_0x127dde['t'](_0x599593(0x3cb))}),_0x36d3a0(_0x440486,{'className':_0x599593(0xa2a),'min':0x0,'max':0x64,'precision':0x0,'value':_0x50ba3e,'formatter':_0x7c7926=>_0x7c7926+'%','parser':_0x4f8dee=>(_0x4f8dee==null?void 0x0:_0x4f8dee[_0x599593(0x228)]('%',''))||'','onChange':_0x26aada=>{let _0x1a18f8=oy(Number(_0x26aada==null?0x0:_0x26aada),0x0,0x64),_0x10b333={..._0x240ed6,'shadowPreset':ty,'shadowOpacity':(0x64-_0x1a18f8)/0x64};_0x37bdc9(_0x10b333),_0x274879(_0x10b333);}})]}),_0x3e215d('label',{'className':_0x599593(0x5b7),'children':[_0x36d3a0(_0x599593(0x66b),{'className':_0x599593(0x5f1),'children':_0x127dde['t']('slides-ui.shapePanel.style.shadowSize')}),_0x36d3a0(_0x440486,{'className':_0x599593(0xa2a),'min':0x0,'max':0x1f4,'precision':0x0,'value':_0x240ed6[_0x599593(0x3e8)],'formatter':_0x33611f=>_0x33611f+'%','parser':_0x39416f=>(_0x39416f==null?void 0x0:_0x39416f[_0x599593(0x228)]('%',''))||'','onChange':_0x2c7bb4=>{let _0xd4851a={..._0x240ed6,'shadowPreset':ty,'shadowSize':oy(Number(_0x2c7bb4==null?$v['size']:_0x2c7bb4),0x0,0x1f4)};_0x37bdc9(_0xd4851a),_0x274879(_0xd4851a);}})]}),_0x3e215d(_0x599593(0x214),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x36d3a0(_0x599593(0x66b),{'className':_0x599593(0x5f1),'children':_0x127dde['t'](_0x599593(0x3e7))}),_0x36d3a0(_0x440486,{'className':_0x599593(0xa2a),'min':0x0,'precision':0x1,'value':_0x240ed6[_0x599593(0xa5e)],'onChange':_0x52793d=>{const _0x17da9f=_0x599593;let _0x219fc6={..._0x240ed6,'shadowPreset':ty,'shadowBlurRadius':Math[_0x17da9f(0x55a)](0x0,Number(_0x52793d==null?0x0:_0x52793d))};_0x37bdc9(_0x219fc6),_0x274879(_0x219fc6);}})]}),_0x3e215d(_0x599593(0x214),{'className':_0x599593(0x5b7),'children':[_0x36d3a0('span',{'className':'dark:!univer-text-gray-200','children':_0x127dde['t'](_0x599593(0x5fd))}),_0x36d3a0(_0x440486,{'className':_0x599593(0xa2a),'min':0x0,'precision':0x1,'value':_0x240ed6['shadowDistance'],'onChange':_0x3c69c2=>{const _0x197916=_0x599593;let _0x4a02fe={..._0x240ed6,'shadowPreset':ty,'shadowDistance':Math[_0x197916(0x55a)](0x0,Number(_0x3c69c2==null?0x0:_0x3c69c2))};_0x37bdc9(_0x4a02fe),_0x274879(_0x4a02fe);}})]}),_0x3e215d(_0x599593(0x214),{'className':_0x599593(0x5b7),'children':[_0x36d3a0(_0x599593(0x66b),{'className':_0x599593(0x5f1),'children':_0x127dde['t'](_0x599593(0x758))}),_0x36d3a0(_0x440486,{'className':_0x599593(0xa2a),'min':0x0,'max':0x168,'precision':0x0,'value':_0x240ed6[_0x599593(0x7aa)],'onChange':_0x4e1c9e=>{const _0x3ac809=_0x599593;let _0x3f003d={..._0x240ed6,'shadowPreset':ty,'shadowDirection':Math[_0x3ac809(0x55a)](0x0,Math[_0x3ac809(0x8ea)](0x168,Number(_0x4e1c9e==null?0x0:_0x4e1c9e)))};_0x37bdc9(_0x3f003d),_0x274879(_0x3f003d);}})]})]})]})});}function dy(_0x491485){const _0x6c5975=_0x2d3867;var _0x8189c1,_0x2f7a9f,_0x295ff6,_0x15c66e,_0x4f442a,_0x115468,_0x4bf29d;let _0x23f4c8=_0xcc135f(_0x4a2941),_0x5b2cec=_0xcc135f(_0x2402a1),_0x5775f9=((_0x8189c1=_0x491485[_0x6c5975(0x431)])==null?void 0x0:_0x8189c1[_0x6c5975(0x866)])===_0x440e4e[_0x6c5975(0x24b)],_0x30b7fc=((_0x2f7a9f=_0x491485[_0x6c5975(0x431)])==null?void 0x0:_0x2f7a9f[_0x6c5975(0x866)])===_0x440e4e[_0x6c5975(0x1ff)],_0xe3f6ea=_0x5775f9||_0x30b7fc,[_0x8a6422,_0x2dffec]=_0x23af5c(+!_0xe3f6ea);if(_0x5747a5(()=>{_0x2dffec(+!_0xe3f6ea);},[_0xe3f6ea,_0x491485[_0x6c5975(0x31e)]]),!_0x491485['unitId']||!_0x491485[_0x6c5975(0xaa1)]||!_0x491485['drawingId'])return _0x36d3a0(_0x6c5975(0xaa0),{'className':_0x6c5975(0x84b),'children':_0x23f4c8['t'](_0x6c5975(0x89c))});let _0xc31160=_0x5775f9?_0x491485[_0x6c5975(0x431)]:void 0x0,_0x2c895f=(_0x295ff6=_0xc31160==null?void 0x0:_0xc31160[_0x6c5975(0x5a6)])==null?{'fill':{'fillType':_0x30b7fc?_0x570aff[_0x6c5975(0xae5)]:_0x570aff[_0x6c5975(0x37d)],'color':_0x5dfebb['fill'],'opacity':0x1},'stroke':{'lineStrokeType':_0x5d5f82[_0x6c5975(0x21b)],'color':_0x5dfebb['stroke'],'width':_0x5dfebb[_0x6c5975(0x208)],'opacity':0x1}}:_0x295ff6,_0x59de3d=_0x2c895f[_0x6c5975(0x5d6)],_0x4c0d86=_0x59de3d?_0xb86505(_0x59de3d):!0x1,_0xba3cb3=_0x491485[_0x6c5975(0x31e)]+':'+((_0x15c66e=_0xc31160==null?void 0x0:_0xc31160['id'])==null?_0x491485[_0x6c5975(0x31e)]:_0x15c66e),_0x2240eb=[{'label':_0x3e215d(_0x6c5975(0x66b),{'className':'univer-inline-flex\x20univer-items-center\x20univer-gap-2','children':[_0x36d3a0(_0x553a11,{'className':_0x6c5975(0x21e),'extend':{'colorChannel1':(_0x4f442a=(_0x115468=_0x2c895f['fill'])==null?void 0x0:_0x115468['color'])==null?_0x5dfebb['fill']:_0x4f442a}}),_0x23f4c8['t'](_0x6c5975(0xa91))]}),'children':_0x36d3a0(_0x6c5975(0x59f),{'className':_0x6c5975(0x1c3),'children':_0x36d3a0(Yv,{'unitId':_0x491485[_0x6c5975(0x340)],'subUnitId':_0x491485['subUnitId'],'drawingId':_0x491485['drawingId'],'shapeData':_0x2c895f,'isLineShape':_0x4c0d86},_0xba3cb3+':fill')})},{'label':_0x3e215d(_0x6c5975(0x66b),{'className':_0x6c5975(0x766),'children':[_0x36d3a0(_0xd0a67d,{'className':_0x6c5975(0x21e)}),_0x23f4c8['t'](_0x6c5975(0x549))]}),'children':_0x36d3a0('section',{'className':_0x6c5975(0x1c3),'children':_0x36d3a0(Xv,{'unitId':_0x491485[_0x6c5975(0x340)],'subUnitId':_0x491485[_0x6c5975(0xaa1)],'drawingId':_0x491485[_0x6c5975(0x31e)],'shapeData':_0x2c895f,'isLineShape':_0x4c0d86},_0xba3cb3+_0x6c5975(0x9f4))})},..._0xc31160?[{'label':_0x3e215d('span',{'className':_0x6c5975(0x766),'children':[_0x36d3a0(_0xafa12c,{'className':_0x6c5975(0x21e)}),_0x23f4c8['t'](_0x6c5975(0x842))]}),'children':_0x36d3a0(_0x6c5975(0x59f),{'className':_0x6c5975(0x1c3),'children':_0x36d3a0(_0x49d18e,{'shapeId':_0x491485[_0x6c5975(0x31e)],'shapeData':_0x2c895f,'disableShapeOption':!0x1,'onUpdateShapeData':(_0x3ac699,_0x4b1364)=>{const _0x55d6d4=_0x6c5975;_0x4b1364&&_0x5b2cec[_0x55d6d4(0x6bc)](Qg['id'],{'unitId':_0x491485[_0x55d6d4(0x340)],'subUnitId':_0x491485['subUnitId'],'drawingId':_0x491485[_0x55d6d4(0x31e)],'shapeData':_0x4b1364});}},_0xba3cb3+_0x6c5975(0x2a5))})},{'label':_0x3e215d(_0x6c5975(0x66b),{'className':_0x6c5975(0x766),'children':[_0x36d3a0(_0xafa12c,{'className':_0x6c5975(0x21e)}),_0x23f4c8['t'](_0x6c5975(0x94b))]}),'children':_0x36d3a0(_0x6c5975(0x59f),{'className':'univer-px-4\x20univer-pb-3\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-300','children':_0x36d3a0(uy,{'unitId':_0x491485[_0x6c5975(0x340)],'subUnitId':_0x491485[_0x6c5975(0xaa1)],'drawingId':_0x491485[_0x6c5975(0x31e)],'shapeData':_0x2c895f},_0xba3cb3+_0x6c5975(0x42a))})}]:[]];return _0x3e215d(_0x6c5975(0xaa0),{'className':'univer-size-full','children':[_0x36d3a0(_0x6c5975(0xaa0),{'className':'univer-p-3','children':_0x36d3a0(_0x4a2ece,{'value':_0x8a6422,'onChange':_0x22c9fc=>_0x2dffec(Number(_0x22c9fc)),'items':[..._0xe3f6ea?[{'label':_0x23f4c8['t'](_0x6c5975(0x460)),'value':0x0}]:[],{'label':_0x23f4c8['t']('slides-ui.shapePanel.shapePosition'),'value':0x1}]})}),_0x36d3a0(_0x6c5975(0xaa0),{'className':_0x6c5975(0xa79),'children':_0xe3f6ea&&_0x8a6422===0x0?_0x36d3a0(_0x6c5975(0xaa0),{'className':'dark:!univer-text-gray-200','children':_0x36d3a0(_0x311f89,{'items':_0x2240eb})}):_0x36d3a0('div',{'className':'univer-box-border\x20univer-px-4\x20univer-py-3\x20univer-text-sm','children':_0x36d3a0(Qv,{'unitId':_0x491485[_0x6c5975(0x340)],'subUnitId':_0x491485[_0x6c5975(0xaa1)],'drawingId':_0x491485[_0x6c5975(0x31e)],'transform':_0x491485[_0x6c5975(0x985)],'elementType':(_0x4bf29d=_0x491485[_0x6c5975(0x431)])==null?void 0x0:_0x4bf29d['type']})})})]});}function fy(_0x259aad){const _0x306a0e=_0x2d3867;return _0x259aad===_0x409036[_0x306a0e(0x900)]||_0x259aad===_0x409036[_0x306a0e(0x1e3)]||_0x259aad===_0x409036[_0x306a0e(0xa9b)]||_0x259aad===_0x409036[_0x306a0e(0x627)]||_0x259aad===_0x409036[_0x306a0e(0x6fc)]||_0x259aad===_0x409036[_0x306a0e(0x466)];}function py(_0x5e5113){const _0x31ea7f=_0x2d3867;return _0x5e5113!==_0x409036[_0x31ea7f(0x1c4)]&&_0x5e5113!==_0x409036[_0x31ea7f(0x2bb)];}function my(_0x5e7e9f,_0x24b4e4,_0x57de55){return py(_0x5e7e9f)?fy(_0x5e7e9f)?{'type':_0x5e7e9f,'direction':_0x24b4e4,'duration':_0x57de55}:{'type':_0x5e7e9f,'duration':_0x57de55}:{'type':_0x5e7e9f};}function hy(_0x10007e,_0x5ed49c,_0x201fc2){const _0x1d742f=_0x2d3867;var _0x466d12,_0x142d3b,_0x6a7d52;let _0x433afa=_0x5ed49c&&_0x10007e['slides'][_0x5ed49c]?_0x5ed49c:_0x201fc2,_0x6e28c0=_0x37da2a(_0x10007e,_0x433afa);return{'slideId':_0x433afa,'effect':(_0x466d12=_0x6e28c0==null?void 0x0:_0x6e28c0[_0x1d742f(0x866)])==null?_0x409036['None']:_0x466d12,'direction':(_0x142d3b=_0x6e28c0==null?void 0x0:_0x6e28c0['direction'])==null?_0x4188cf[_0x1d742f(0x4e5)]:_0x142d3b,'duration':(_0x6a7d52=_0x6e28c0==null?void 0x0:_0x6e28c0[_0x1d742f(0x56f)])==null?0x2bc:_0x6a7d52};}function gy(_0x993e2f){const _0x4246d5=_0x2d3867;return{'unitId':_0x993e2f[_0x4246d5(0x340)],'subUnitIds':_0x993e2f['applyToAll']?void 0x0:[_0x993e2f[_0x4246d5(0x34f)]],'applyToAll':_0x993e2f[_0x4246d5(0x3e2)],'transition':my(_0x993e2f['effect'],_0x993e2f[_0x4246d5(0x927)],Math[_0x4246d5(0x55a)](0x0,_0x993e2f[_0x4246d5(0x56f)]))};}function _y(_0x315438){const _0x5188eb=_0x2d3867;var _0x1dc5a4;let _0x382dda=_0xcc135f(_0x4a2941),_0x31755d=_0xcc135f(_0x2402a1),_0x43e3d4=_0xcc135f(_0x534be5)['getUnit'](_0x315438[_0x5188eb(0x340)],_0x50fd52[_0x5188eb(0x70c)]),_0x57f1ba=_0x5c7b59(_0x43e3d4==null?void 0x0:_0x43e3d4[_0x5188eb(0x63a)][_0x5188eb(0x838)]),_0x2dcd9a=_0x43e3d4?hy(_0x43e3d4['getSnapshot'](),_0x57f1ba==null?(_0x1dc5a4=_0x43e3d4[_0x5188eb(0x63a)][_0x5188eb(0x4bf)]())==null?void 0x0:_0x1dc5a4[_0x5188eb(0x559)]():_0x57f1ba,_0x315438[_0x5188eb(0xaa1)]):null,[_0x5716b7,_0x1c2525]=_0x23af5c(()=>{const _0x30887f=_0x5188eb;var _0x5a59ef;return(_0x5a59ef=_0x2dcd9a==null?void 0x0:_0x2dcd9a[_0x30887f(0x611)])==null?_0x409036[_0x30887f(0x1c4)]:_0x5a59ef;}),[_0x3951f7,_0x12cee8]=_0x23af5c(()=>{const _0x2ac8d0=_0x5188eb;var _0x28efa5;return(_0x28efa5=_0x2dcd9a==null?void 0x0:_0x2dcd9a['direction'])==null?_0x4188cf[_0x2ac8d0(0x4e5)]:_0x28efa5;}),[_0x4f6c42,_0x2e890f]=_0x23af5c(()=>{const _0x226b03=_0x5188eb;var _0x53ab3a;return(_0x53ab3a=_0x2dcd9a==null?void 0x0:_0x2dcd9a[_0x226b03(0x56f)])==null?0x2bc:_0x53ab3a;});_0x5747a5(()=>{const _0x50e0d4=_0x5188eb;_0x2dcd9a&&(_0x1c2525(_0x2dcd9a[_0x50e0d4(0x611)]),_0x12cee8(_0x2dcd9a[_0x50e0d4(0x927)]),_0x2e890f(_0x2dcd9a['duration']));},[_0x2dcd9a==null?void 0x0:_0x2dcd9a['direction'],_0x2dcd9a==null?void 0x0:_0x2dcd9a[_0x5188eb(0x56f)],_0x2dcd9a==null?void 0x0:_0x2dcd9a[_0x5188eb(0x611)],_0x2dcd9a==null?void 0x0:_0x2dcd9a['slideId']]);let _0x42f28b=_0x47e782(()=>[{'label':_0x382dda['t'](_0x5188eb(0x3bb)),'value':_0x409036[_0x5188eb(0x1c4)]},{'label':_0x382dda['t'](_0x5188eb(0x4c8)),'value':_0x409036['Fade']},{'label':_0x382dda['t']('slides-ui.transitionPanel.effects.push'),'value':_0x409036[_0x5188eb(0x900)]},{'label':_0x382dda['t']('slides-ui.transitionPanel.effects.wipe'),'value':_0x409036['Wipe']},{'label':_0x382dda['t']('slides-ui.transitionPanel.effects.split'),'value':_0x409036[_0x5188eb(0x466)]},{'label':_0x382dda['t'](_0x5188eb(0x912)),'value':_0x409036[_0x5188eb(0x6fc)]},{'label':_0x382dda['t'](_0x5188eb(0x2fd)),'value':_0x409036['Cut']},{'label':_0x382dda['t']('slides-ui.transitionPanel.effects.uncover'),'value':_0x409036[_0x5188eb(0x627)]},{'label':_0x382dda['t'](_0x5188eb(0x78a)),'value':_0x409036[_0x5188eb(0xa9b)]},{'label':_0x382dda['t']('slides-ui.transitionPanel.effects.zoom'),'value':_0x409036['Zoom']}],[_0x382dda]),_0x415091=_0x47e782(()=>[{'label':_0x382dda['t'](_0x5188eb(0x615)),'value':_0x4188cf[_0x5188eb(0x327)]},{'label':_0x382dda['t']('slides-ui.transitionPanel.directions.right'),'value':_0x4188cf[_0x5188eb(0x4e5)]},{'label':_0x382dda['t'](_0x5188eb(0x998)),'value':_0x4188cf['Up']},{'label':_0x382dda['t']('slides-ui.transitionPanel.directions.down'),'value':_0x4188cf[_0x5188eb(0x828)]}],[_0x382dda]),_0x140475=(_0x2310f3=_0x5716b7,_0x5a8929=_0x3951f7,_0x725298=_0x4f6c42,_0x19d8fe=!0x1)=>_0x2dcd9a?Promise[_0x5188eb(0x3cc)](_0x31755d['executeCommand'](_0x14602c['id'],gy({'unitId':_0x315438[_0x5188eb(0x340)],'slideId':_0x2dcd9a[_0x5188eb(0x34f)],'effect':_0x2310f3,'direction':_0x5a8929,'duration':_0x725298,'applyToAll':_0x19d8fe}))):Promise[_0x5188eb(0x3cc)](!0x1);return _0x3e215d(_0x5188eb(0xaa0),{'className':_0x5188eb(0x76d),'children':[_0x3e215d(_0x5188eb(0xaa0),{'className':_0x5188eb(0x93e),'children':[_0x3e215d(_0x5188eb(0xaa0),{'className':_0x5188eb(0x5b7),'children':[_0x36d3a0('span',{'className':_0x5188eb(0x7a2),'children':_0x382dda['t'](_0x5188eb(0x943))}),_0x36d3a0('div',{'className':'univer-w-36','children':_0x36d3a0(_0x100cce,{'className':_0x5188eb(0x2f1),'value':_0x5716b7,'options':_0x42f28b,'onChange':_0xc58708=>{let _0x2ce15c=_0xc58708;_0x1c2525(_0x2ce15c),_0x140475(_0x2ce15c);}})})]}),_0x3e215d(_0x5188eb(0xaa0),{'className':'univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-gap-3','children':[_0x36d3a0('span',{'className':_0x5188eb(0x7a2),'children':_0x382dda['t'](_0x5188eb(0x94a))}),_0x36d3a0(_0x5188eb(0xaa0),{'className':_0x5188eb(0x9ba),'children':_0x36d3a0(_0x100cce,{'className':_0x5188eb(0x2f1),'value':_0x3951f7,'disabled':!fy(_0x5716b7),'options':_0x415091,'onChange':_0x2001aa=>{let _0x1cd9b7=_0x2001aa;_0x12cee8(_0x1cd9b7),_0x140475(_0x5716b7,_0x1cd9b7);}})})]}),_0x3e215d(_0x5188eb(0xaa0),{'className':_0x5188eb(0x5b7),'children':[_0x36d3a0('span',{'className':_0x5188eb(0x7a2),'children':_0x382dda['t']('slides-ui.transitionPanel.duration')}),_0x36d3a0(_0x5188eb(0xaa0),{'className':_0x5188eb(0x585),'children':_0x36d3a0(_0x440486,{'className':_0x5188eb(0x2f1),'value':_0x4f6c42,'min':0x0,'max':0x2710,'step':0x64,'formatter':_0x2553e8=>_0x2553e8+'\x20ms','parser':_0x334529=>(_0x334529==null?void 0x0:_0x334529[_0x5188eb(0x228)](_0x5188eb(0x192),''))||'','disabled':!py(_0x5716b7),'onChange':_0x25c337=>{let _0x9f65bc=_0x25c337==null?0x0:_0x25c337;_0x2e890f(_0x9f65bc),_0x140475(_0x5716b7,_0x3951f7,_0x9f65bc);}})})]})]}),_0x3e215d(_0x5188eb(0xaa0),{'className':_0x5188eb(0x5d1),'children':[_0x36d3a0(_0x631b28,{'size':_0x5188eb(0x583),'disabled':!py(_0x5716b7),'onClick':()=>{_0x140475(_0x5716b7,_0x3951f7,_0x4f6c42)['then'](()=>{const _0x2d79df=_0x3035;_0x2dcd9a&&_0x31755d['executeCommand'](Of['id'],{'unitId':_0x315438['unitId'],'slideId':_0x2dcd9a[_0x2d79df(0x34f)]});});},'children':_0x382dda['t']('slides-ui.transitionPanel.preview')}),_0x36d3a0(_0x631b28,{'size':_0x5188eb(0x583),'variant':_0x5188eb(0x629),'onClick':()=>_0x140475(_0x5716b7,_0x3951f7,_0x4f6c42,!0x0),'children':_0x382dda['t'](_0x5188eb(0x75c))})]})]});}const vy='slide.shape.floating-toolbar';function yy(_0x161155){const _0xa29211=_0x2d3867;let _0x5e7eca=_0x161155[_0xa29211(0x662)][_0xa29211(0x9ae)];return _0x5e7eca?_0x36d3a0(by,{..._0x5e7eca}):null;}function by(_0x5c561f){const _0x4ec296=_0x2d3867;var _0x31b897,_0x3b66c2,_0x1da6a2,_0x1c1bee,_0x5ad800;let _0x47dd00=_0xcc135f(_0x2402a1),_0x15a32c=_0xcc135f(_0x4a2941),_0x4e8b02=_0xcc135f(_0x3a5c48),{unitId:_0x2f1978,subUnitId:_0x16e33f,drawingId:_0x537206,shapeType:_0x477ad8}=_0x5c561f,[_0x27c3e6,_0x256b8d]=_0x23af5c(_0x5c561f[_0x4ec296(0x5a6)]),[_0x30d740,_0x4175b9]=_0x23af5c(0x0),_0x4c7272=_0x4e8b02['getFocusDrawings'](),_0x1dc661=_0x4c7272[0x0],_0x4d8f1b=_0x4c7272[_0x4ec296(0xac6)](_0x145477=>_0x145477[_0x4ec296(0x431)][_0x4ec296(0x866)]===_0x440e4e[_0x4ec296(0x24b)]),_0xedb3c7=_0x27c3e6&&(!_0x1dc661||_0x4c7272['length']===0x1&&_0x1dc661['drawingId']===_0x537206&&_0x1dc661[_0x4ec296(0x431)][_0x4ec296(0x866)]===_0x440e4e[_0x4ec296(0x24b)]||_0x4c7272['length']>0x1&&_0x4d8f1b[_0x4ec296(0xa92)](_0x45d75e=>_0x45d75e[_0x4ec296(0x31e)]===_0x537206))?_0x27c3e6:void 0x0,_0x4ca295=_0x47e782(()=>_0xedb3c7?_0x555fde(_0xedb3c7):{},[_0xedb3c7]),_0x2f7bf8=_0x47e782(()=>_0xedb3c7?_0x317634(_0xedb3c7):null,[_0xedb3c7]);_0x5747a5(()=>{const _0xf18784=_0x4ec296;let _0x49cd66=_0x47dd00[_0xf18784(0x390)](_0x374d1c=>{const _0x1729e5=_0xf18784;if(_0x4175b9(_0x543d82=>_0x543d82+0x1),_0x374d1c['id']!==_0x2a956c['id'])return;let _0x8da802=_0x4e8b02[_0x1729e5(0x364)]({'unitId':_0x2f1978,'subUnitId':_0x16e33f,'drawingId':_0x537206});(_0x8da802==null?void 0x0:_0x8da802[_0x1729e5(0x431)][_0x1729e5(0x866)])===_0x440e4e['Shape']&&_0x256b8d(_0x8da802[_0x1729e5(0x431)][_0x1729e5(0x5a6)]);});return()=>_0x49cd66[_0xf18784(0xa89)]();},[_0x47dd00,_0x537206,_0x4e8b02,_0x16e33f,_0x2f1978]);let _0x1a9f28=_0x1f6e6c=>{_0x256b8d(_0x3a93c3=>({..._0x3a93c3,..._0x1f6e6c}));},_0x15abe2=_0xee51a0=>{const _0x472057=_0x4ec296;if(!_0xee51a0||!_0x27c3e6)return;let _0x10e5b9=(_0x4c7272[_0x472057(0xa73)]>0x1?_0x4d8f1b:[])[_0x472057(0x51d)](_0x1de97a=>_0x4e8b02[_0x472057(0x364)]({'unitId':_0x1de97a[_0x472057(0x340)],'subUnitId':_0x1de97a[_0x472057(0xaa1)],'drawingId':_0x1de97a[_0x472057(0x31e)]}))['filter'](_0x20d6c1=>(_0x20d6c1==null?void 0x0:_0x20d6c1[_0x472057(0x431)][_0x472057(0x866)])===_0x440e4e[_0x472057(0x24b)]);if(_0x4c7272[_0x472057(0xa73)]<=0x1){let _0x4206b8=_0x4e8b02[_0x472057(0x364)]({'unitId':_0x2f1978,'subUnitId':_0x16e33f,'drawingId':_0x537206});(_0x4206b8==null?void 0x0:_0x4206b8[_0x472057(0x431)][_0x472057(0x866)])===_0x440e4e[_0x472057(0x24b)]&&_0x10e5b9[_0x472057(0x39b)](_0x4206b8);}_0x10e5b9[_0x472057(0xa73)]&&(_0x47dd00[_0x472057(0x6bc)](_0x2a956c['id'],{'patches':_0x10e5b9[_0x472057(0x51d)](_0x417de9=>({'unitId':_0x417de9['unitId'],'subUnitId':_0x417de9['subUnitId'],'drawingId':_0x417de9[_0x472057(0x31e)],'element':{..._0x417de9[_0x472057(0x431)],'shapeData':{..._0x417de9[_0x472057(0x431)][_0x472057(0x5a6)],..._0xee51a0}}}))}),_0x1a9f28(_0xee51a0));},_0x3895d4=_0x26ccb3=>{_0x27c3e6&&_0x15abe2(_0x4c5e5d(_0x27c3e6,_0x26ccb3));},_0x3f4b01=(_0x31b897=(_0x3b66c2=_0x4c7272[0x0])==null?void 0x0:_0x3b66c2[_0x4ec296(0x31e)])==null?_0x537206:_0x31b897,_0x555117=_0x4c7272[_0x4ec296(0xa73)]>0x1,_0x23414e=_0x4c7272[_0x4ec296(0xa73)]===0x1&&((_0x1da6a2=_0x4c7272[0x0])==null?void 0x0:_0x1da6a2['element'][_0x4ec296(0x866)])===_0x440e4e[_0x4ec296(0x1ff)],_0x5977cb=_0x555117?{'type':_0x4ec296(0x27b),'label':_0x15a32c['t']('slides-ui.contextmenu.group'),'onClick':()=>{const _0xef4984=_0x4ec296;_0x47dd00[_0xef4984(0x6bc)](Lh['id']);}}:_0x23414e?{'type':_0x4ec296(0x7e6),'label':_0x15a32c['t'](_0x4ec296(0x16f)),'onClick':()=>{_0x47dd00['executeCommand'](Rh['id']);}}:void 0x0,_0x255891=_0x4426cc=>{const _0x4441a2=_0x4ec296;_0x47dd00[_0x4441a2(0x6bc)](bh['id'],{'unitId':_0x2f1978,'subUnitId':_0x16e33f,'drawingId':_0x3f4b01,'arrangeType':_0x4426cc});};return _0x36d3a0(_0x4005d6,{'shapeData':_0xedb3c7,'shapeType':_0xedb3c7?_0x477ad8:void 0x0,'textStyle':{'ff':_0x5dfebb[_0x4ec296(0xa84)]['fontFamily'],'fs':_0x5dfebb['shapeText'][_0x4ec296(0x837)],'cl':{'rgb':_0x5dfebb[_0x4ec296(0xa84)]['color']},..._0x4ca295},'textModel':_0x2f7bf8?{'ha':(_0x1c1bee=_0x2f7bf8['ha'])==null?_0x1f7d85[_0x4ec296(0x8b7)]:_0x1c1bee,'va':(_0x5ad800=_0x2f7bf8['va'])==null?_0x30ccc5['TOP']:_0x5ad800}:null,'enableShapeFillReset':!0x0,'enableShapeStrokeReset':!0x0,'enableTextBackgroundReset':!0x0,'defaultFillColor':_0x5dfebb[_0x4ec296(0x7c1)],'defaultGradientEndColor':_0x5dfebb[_0x4ec296(0x29a)],'defaultStrokeColor':_0x5dfebb[_0x4ec296(0xae3)],'deferUntilCollapsedStateLoaded':!0x0,'onUpdateShapeData':(_0x902730,_0x504481)=>_0x15abe2(_0x504481),'onUpdateText':_0x3895d4,'groupAction':_0x5977cb,'layerActions':{'title':_0x15a32c['t'](_0x4ec296(0x4eb)),'forwardLabel':_0x15a32c['t'](_0x4ec296(0x200)),'frontLabel':_0x15a32c['t'](_0x4ec296(0x4d9)),'backwardLabel':_0x15a32c['t'](_0x4ec296(0x951)),'backLabel':_0x15a32c['t']('slides-ui.image-panel.arrange.back'),'onForward':()=>_0x255891(_0x1fd282['forward']),'onFront':()=>_0x255891(_0x1fd282[_0x4ec296(0x690)]),'onBackward':()=>_0x255891(_0x1fd282[_0x4ec296(0x5ef)]),'onBack':()=>_0x255891(_0x1fd282[_0x4ec296(0x563)])},'onOpenPanel':_0xedb3c7?()=>{const _0x238518=_0x4ec296;_0x47dd00[_0x238518(0x6bc)](Im['id'],{'unitId':_0x2f1978,'subUnitId':_0x16e33f,'drawingId':_0x3f4b01});}:void 0x0,'onDelete':()=>{const _0x8feb08=_0x4ec296;_0x47dd00[_0x8feb08(0x6bc)](_0x36bacc['id'],{'unitId':_0x2f1978,'subUnitId':_0x16e33f,'drawingIds':_0x4c7272[_0x8feb08(0xa73)]>0x1?_0x4c7272[_0x8feb08(0x51d)](_0x1db592=>_0x1db592[_0x8feb08(0x31e)]):[_0x3f4b01]});}});}let xy=class extends _0x10bcc8{constructor(_0x5a90d8,_0x3e1f08){const _0x8b617e=_0x2d3867;super(),this[_0x8b617e(0x57b)]=_0x5a90d8,this['_iconManager']=_0x3e1f08,this[_0x8b617e(0x768)](),this[_0x8b617e(0x51a)]();}[_0x2d3867(0x768)](){const _0x4a599a=_0x2d3867;this[_0x4a599a(0x78d)](this[_0x4a599a(0x63e)][_0x4a599a(0x37c)]({'SearchIcon':_0x3c62d1,'TextIcon':_0x4de0e0,'AddImageIcon':_0x39ce72,'TableIcon':_0x21ba94,'ChartIcon':_0x4a3446,'ArrowLeftIcon':_0x964f3f,'CatalogueIcon':_0x3b48c4,'ResourcesIcon':_0x106723,'AddNoteIcon':_0x54214f,'StickyNoteIcon':_0x3d9b17,'PaintBucketDoubleIcon':_0x553a11,'TransitionsIcon':_0x36c420,'RulerIcon':_0x39dcf2,'HandIcon':_0x162aeb,'FountainPenIcon':_0xafa12c,'MindMapIcon':_0x124452,'ConnectionLineIcon':_0xd0a67d,'FlipHorizontalIcon':_0x1db49a,'FlipVerticalIcon':_0x14703e,'SlideshowThemeIcon':_0x219093,'ShapeFormatSettingIcon':_0x3c534f,'RelationshipIcon':_0x1043ed,'RecordIcon':_0x56700c,'BottomIcon':_0x2741cf,'GroupIcon':_0x1a848c,'MoveDownIcon':_0x57b0ca,'MoveUpIcon':_0x42f108,'TopmostIcon':_0x481e0b,'UngroupIcon':_0x4b26e5}));}['_registerComponents'](){const _0x29bdfe=_0x2d3867;this['disposeWithMe'](this['_componentManager'][_0x29bdfe(0x37c)](_0x29bdfe(0x49e),Gh)),this[_0x29bdfe(0x78d)](this['_componentManager'][_0x29bdfe(0x37c)](_0x29bdfe(0xaef),Kh)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](Vh,Jh)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](Q_,ev)),this[_0x29bdfe(0x78d)](this['_componentManager']['register'](U_,Y_)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](sp,mp)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](lh,ph)),this[_0x29bdfe(0x78d)](this['_componentManager']['register'](Yh,ig)),this['disposeWithMe'](this['_componentManager'][_0x29bdfe(0x37c)](Xh,ag)),this['disposeWithMe'](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](Zh,og)),this[_0x29bdfe(0x78d)](this['_componentManager'][_0x29bdfe(0x37c)](Bm,dy)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](Vm,kv)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)]['register'](Hm,_y)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](Um,Gv)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](vy,yy)),this[_0x29bdfe(0x78d)](this[_0x29bdfe(0x57b)][_0x29bdfe(0x37c)](il,_0x255351));}};xy=$([Q(0x0,_0x33d141(_0x3993f0)),Q(0x1,_0x33d141(_0x10bef6))],xy);var Sy=class extends _0x4e3c17{constructor(_0x592396,_0x5862a1){const _0x42029e=_0x2d3867;super(_0x592396,{..._0x5862a1,'width':0xc,'height':0xc,'fill':yo,'stroke':bo,'strokeWidth':0x2,'radius':0x6,'evented':!0x0}),Z(this,'isStart',void 0x0),this['isStart']=_0x5862a1[_0x42029e(0x568)];}},Cy=class extends _0x4e3c17{constructor(_0x1b4bf1,_0x33a12a){const _0x5dfcd3=_0x2d3867;super(_0x1b4bf1,{..._0x33a12a,'width':0x8,'height':0x8,'fill':xo,'stroke':So,'strokeWidth':0x1,'angle':0x2d,'evented':!0x0}),Z(this,'adjName',void 0x0),this[_0x5dfcd3(0x504)]=_0x33a12a[_0x5dfcd3(0x504)];}};const wy=_0x575008+0x1;let Ty=class extends _0x4928c2{constructor(_0x38afbe,_0x301f60,_0xfd0d55,_0x91b31,_0x24ec94){const _0x4f76fa=_0x2d3867;super(),this[_0x4f76fa(0x9b2)]=_0x38afbe,this[_0x4f76fa(0x43f)]=_0x301f60,this[_0x4f76fa(0x7fc)]=_0xfd0d55,this[_0x4f76fa(0xa85)]=_0x91b31,this[_0x4f76fa(0x5a5)]=_0x24ec94,Z(this,_0x4f76fa(0x9e5),[]),Z(this,_0x4f76fa(0x425),null),Z(this,_0x4f76fa(0x8f1),!0x1),Z(this,_0x4f76fa(0x497),!0x1),Z(this,_0x4f76fa(0x852),!0x1),this[_0x4f76fa(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x223ef3=_0x2d3867;let {unitId:_0x2a4a80}=this[_0x223ef3(0x9b2)];this[_0x223ef3(0x78d)](_0x228c67(this['_slideDrawingService'][_0x223ef3(0x72e)][_0x223ef3(0x3c8)](_0x2f3966(this[_0x223ef3(0x944)]))[_0x223ef3(0x6ca)](_0x24a19c=>{const _0x17200e=_0x223ef3;if(this[_0x17200e(0x28e)](),!_0x24a19c||_0x24a19c[_0x17200e(0xa73)]===0x0){this[_0x17200e(0x425)]=null;return;}let _0x301391=_0x24a19c[0x0];_0x301391['unitId']===_0x2a4a80&&(this['_activeFocusedDrawing']=_0x301391,this[_0x17200e(0xa6d)](_0x301391));}))),this[_0x223ef3(0x78d)](_0x228c67(this['_slideDrawingService'][_0x223ef3(0x714)][_0x223ef3(0x3c8)](_0x2f3966(this['dispose$']))[_0x223ef3(0x6ca)](_0x1de80b=>{const _0x28b186=_0x223ef3;if(!this[_0x28b186(0x425)])return;let _0x28b2a6=this[_0x28b186(0x425)];if(_0x1de80b[_0x28b186(0xa92)](_0x45d6f0=>_0x45d6f0[_0x28b186(0x340)]===_0x28b2a6[_0x28b186(0x340)]&&_0x45d6f0[_0x28b186(0xaa1)]===_0x28b2a6[_0x28b186(0xaa1)]&&_0x45d6f0[_0x28b186(0x31e)]===_0x28b2a6[_0x28b186(0x31e)])){this[_0x28b186(0x28e)]();let _0x1b85d1=this['_slideDrawingService'][_0x28b186(0x364)](_0x28b2a6);_0x1b85d1&&(this[_0x28b186(0x425)]=_0x1b85d1,this['_createHandlesForDrawing'](_0x1b85d1));}}))),this[_0x223ef3(0x5e5)](),this['_subscribeToSceneLayoutChanges']();}['_createHandlesForDrawing'](_0x49b64e){const _0x5cc45e=_0x2d3867;var _0x2c793f,_0x21363e,_0x5c3019,_0x3344d4;if(this[_0x5cc45e(0x497)])return;let _0x1b79a2=_0x49b64e[_0x5cc45e(0x431)],_0x1a638c=null,_0x59a0ac=_0x1b79a2[_0x5cc45e(0x985)];if(_0x1b79a2[_0x5cc45e(0x866)]===_0x440e4e[_0x5cc45e(0x24b)])_0x1a638c=this[_0x5cc45e(0xa65)](_0x1b79a2);else{if(_0x1b79a2[_0x5cc45e(0x866)]===_0x440e4e[_0x5cc45e(0x9b4)]){let _0x2cd086=_0x1b79a2;if(_0x2cd086[_0x5cc45e(0x444)]){var _0x48fb2d,_0x1b3002;_0x1a638c=this['_getOrCreateShapeModel'](_0x2cd086['prstGeom'],(_0x48fb2d=_0x59a0ac[_0x5cc45e(0xa28)])==null?0x0:_0x48fb2d,(_0x1b3002=_0x59a0ac[_0x5cc45e(0x47c)])==null?0x0:_0x1b3002,_0x2cd086[_0x5cc45e(0x264)]);}}}if(!_0x1a638c)return;_0x1a638c[_0x5cc45e(0x4f5)]({'width':(_0x2c793f=_0x59a0ac['width'])==null?0x0:_0x2c793f,'height':(_0x21363e=_0x59a0ac[_0x5cc45e(0x47c)])==null?0x0:_0x21363e});let _0x1c2a70=_0x1a638c['getDrawingPoints']();if(!_0x1c2a70||_0x1c2a70[_0x5cc45e(0xa73)]===0x0)return;let {scene:_0x1f1fa3}=this[_0x5cc45e(0x9b2)],_0x37d21d=this[_0x5cc45e(0x7fc)][_0x5cc45e(0x681)](_0x49b64e[_0x5cc45e(0x340)],_0x50fd52[_0x5cc45e(0x70c)]);if(!_0x37d21d)return;let _0x2e980f=this[_0x5cc45e(0x67a)](_0x1f1fa3,_0x37d21d),_0x363c46=_0x2e980f[_0x5cc45e(0x88e)]+((_0x5c3019=_0x59a0ac[_0x5cc45e(0x88e)])==null?0x0:_0x5c3019),_0x3e729c=_0x2e980f['top']+((_0x3344d4=_0x59a0ac[_0x5cc45e(0x19e)])==null?0x0:_0x3344d4),_0x1250a8=_0x1a638c,_0x1d493e=this[_0x5cc45e(0x74f)](_0x59a0ac,_0x363c46,_0x3e729c);_0x1c2a70[_0x5cc45e(0x3d8)](({x:_0x576e7b,y:_0x77889b,adjName:_0x5387c8})=>{const _0x2da8b7=_0x5cc45e;let _0x533765=_0x1d493e[_0x2da8b7(0xac0)]({'x':_0x576e7b,'y':_0x77889b}),_0x2f579d=new Cy(_0x2da8b7(0x31c)+_0x49b64e[_0x2da8b7(0x31e)]+'-'+_0x5387c8,{'left':_0x533765['x']-0x4,'top':_0x533765['y']-0x4,'adjName':_0x5387c8,'zIndex':0xf4240});this[_0x2da8b7(0xaad)](_0x2f579d,_0x49b64e,_0x1250a8,_0x59a0ac,_0x363c46,_0x3e729c),_0x1f1fa3[_0x2da8b7(0x931)](_0x2f579d,wy),this['_handles']['push'](_0x2f579d);}),_0x1f1fa3[_0x5cc45e(0x25f)](!0x0);}[_0x2d3867(0x4be)](_0x3c0f62,_0x5a7db3,_0x18bdb5,_0x93a066,_0x3dc382){const _0x43ae29=_0x2d3867;return this[_0x43ae29(0x74f)](_0x18bdb5,_0x93a066,_0x3dc382)[_0x43ae29(0x77a)]({'x':_0x3c0f62,'y':_0x5a7db3});}[_0x2d3867(0x40c)](_0x10913c){const _0x183900=_0x2d3867;var _0x27e2a1,_0x3b69db,_0x3d9fb1;let {scene:_0x4a484d}=this[_0x183900(0x9b2)],_0x36eab5=(_0x27e2a1=_0x4a484d[_0x183900(0x4a4)])==null?void 0x0:_0x27e2a1['call'](_0x4a484d),_0x2cd06d=this['_safePositiveNumber'](_0x36eab5==null?void 0x0:_0x36eab5[_0x183900(0x2ab)],_0x4a484d[_0x183900(0x2ab)]||0x1),_0x5205fd=this[_0x183900(0x6eb)](_0x36eab5==null?void 0x0:_0x36eab5[_0x183900(0x2e8)],_0x4a484d[_0x183900(0x2e8)]||_0x4a484d[_0x183900(0x2ab)]||0x1),_0x2d2796=_0x4a484d[_0x183900(0x75f)](bu),_0x1d654f=(_0x3b69db=_0x2d2796==null?void 0x0:_0x2d2796[_0x183900(0x16d)])==null?0x0:_0x3b69db,_0x15f3de=(_0x3d9fb1=_0x2d2796==null?void 0x0:_0x2d2796['viewportScrollY'])==null?0x0:_0x3d9fb1;return{'x':_0x10913c[_0x183900(0x5c8)]/_0x2cd06d+_0x1d654f,'y':_0x10913c[_0x183900(0x5c0)]/_0x5205fd+_0x15f3de};}[_0x2d3867(0xaad)](_0x106222,_0x5f516a,_0x4e65a9,_0x571a90,_0x4333cd,_0x464d17){const _0x3222a9=_0x2d3867;let {scene:_0x43661d}=this[_0x3222a9(0x9b2)],_0x1ac809,_0x2d6e02=_0x106222[_0x3222a9(0x996)][_0x3222a9(0x551)]((_0x1c6378,_0x293f1d)=>{const _0x1cba3f=_0x3222a9;if(_0x1c6378[_0x1cba3f(0x335)]!==0x0)return;this[_0x1cba3f(0x8f1)]=!0x0,_0x1ac809=_0x4e65a9['getAdjustInfoByName'](_0x106222[_0x1cba3f(0x504)]),_0x293f1d[_0x1cba3f(0x95f)](),_0x43661d[_0x1cba3f(0x7e2)]();let _0x124a4f=_0x43661d['onPointerMove$'][_0x1cba3f(0x551)](_0x5a13e1=>{const _0x2ffedd=_0x1cba3f;var _0x401e8c,_0x3b95c8,_0x454ae4,_0x1c0349;if(!_0x1ac809)return;let _0xaa9ec3=this[_0x2ffedd(0x40c)](_0x5a13e1),_0x50cf46=this[_0x2ffedd(0x4be)](_0xaa9ec3['x'],_0xaa9ec3['y'],_0x571a90,_0x4333cd,_0x464d17),_0x9fbece={'left':0x0,'top':0x0,'width':(_0x401e8c=_0x571a90['width'])==null?0x0:_0x401e8c,'height':(_0x3b95c8=_0x571a90['height'])==null?0x0:_0x3b95c8},_0x5de38a=_0x4e65a9[_0x2ffedd(0x29b)](_0x9fbece,_0x50cf46,_0x1ac809,(_0x454ae4=_0x5f516a[_0x2ffedd(0x431)][_0x2ffedd(0x985)]['flipX'])==null?!0x1:_0x454ae4,(_0x1c0349=_0x5f516a[_0x2ffedd(0x431)][_0x2ffedd(0x985)][_0x2ffedd(0x8dd)])==null?!0x1:_0x1c0349);if(!Number[_0x2ffedd(0x874)](_0x5de38a)){var _0x3be3fc,_0x4710ed;_0x4e65a9[_0x2ffedd(0x1f1)]({'adjustValues':{[_0x106222['adjName']]:_0x5de38a}},!0x0),_0x4e65a9[_0x2ffedd(0x4f5)]({'width':(_0x3be3fc=_0x571a90['width'])==null?0x0:_0x3be3fc,'height':(_0x4710ed=_0x571a90[_0x2ffedd(0x47c)])==null?0x0:_0x4710ed});let _0xeeb849=_0x4e65a9[_0x2ffedd(0x82f)]()['find'](_0x450b7f=>_0x450b7f['adjName']===_0x106222[_0x2ffedd(0x504)]);if(_0xeeb849){let _0x1587e9=this[_0x2ffedd(0x74f)](_0x571a90,_0x4333cd,_0x464d17)['localToWorld'](_0xeeb849);_0x106222[_0x2ffedd(0x363)]({'left':_0x1587e9['x']-0x4,'top':_0x1587e9['y']-0x4});}this['_previewAdjValueUpdate'](_0x5f516a,_0x106222[_0x2ffedd(0x504)],_0x5de38a),_0x43661d['makeDirty'](!0x0);}}),_0x4fe402=_0x43661d[_0x1cba3f(0x353)]['subscribeEvent'](_0x5f7bb0=>{const _0xd75687=_0x1cba3f;var _0x3dc424,_0x861de3,_0x4b648f,_0x106da2;if(_0x124a4f==null||_0x124a4f[_0xd75687(0x23d)](),_0x4fe402==null||_0x4fe402[_0xd75687(0x23d)](),_0x43661d[_0xd75687(0x729)](),this[_0xd75687(0x8f1)]=!0x1,!_0x1ac809)return;let _0x5b4975=this[_0xd75687(0x40c)](_0x5f7bb0),_0x4c1bf5=this[_0xd75687(0x4be)](_0x5b4975['x'],_0x5b4975['y'],_0x571a90,_0x4333cd,_0x464d17),_0x14842d={'left':0x0,'top':0x0,'width':(_0x3dc424=_0x571a90[_0xd75687(0xa28)])==null?0x0:_0x3dc424,'height':(_0x861de3=_0x571a90['height'])==null?0x0:_0x861de3},_0x1be581=_0x4e65a9['calcAdjValue'](_0x14842d,_0x4c1bf5,_0x1ac809,(_0x4b648f=_0x5f516a['element'][_0xd75687(0x985)][_0xd75687(0x2e3)])==null?!0x1:_0x4b648f,(_0x106da2=_0x5f516a[_0xd75687(0x431)][_0xd75687(0x985)][_0xd75687(0x8dd)])==null?!0x1:_0x106da2);Number[_0xd75687(0x874)](_0x1be581)||this['_commitAdjValueUpdate'](_0x5f516a,_0x106222[_0xd75687(0x504)],_0x1be581);});this[_0x1cba3f(0x78d)](_0x228c67(_0x124a4f)),this[_0x1cba3f(0x78d)](_0x228c67(_0x4fe402));});this[_0x3222a9(0x78d)](_0x228c67(_0x2d6e02));}['_subscribeToTransformerVisibility'](){const _0x2a137f=_0x2d3867;let {scene:_0x486fd0}=this['_renderContext'],_0x263933=_0x486fd0[_0x2a137f(0x54f)]();if(!_0x263933){Promise[_0x2a137f(0x3cc)]()[_0x2a137f(0x961)](()=>{const _0x47caa7=_0x2a137f;let _0x52f1f7=this[_0x47caa7(0x9b2)][_0x47caa7(0x711)][_0x47caa7(0x54f)]();_0x52f1f7&&(this[_0x47caa7(0x78d)](_0x228c67(_0x52f1f7[_0x47caa7(0xa63)]['pipe'](_0x2f3966(this[_0x47caa7(0x944)]))[_0x47caa7(0x6ca)](()=>{const _0x439b41=_0x47caa7;this[_0x439b41(0x8ad)]();}))),this[_0x47caa7(0x78d)](_0x228c67(_0x52f1f7['changing$']['pipe'](_0x2f3966(this['dispose$']))['subscribe'](()=>{const _0x55f85f=_0x47caa7;this[_0x55f85f(0x8ad)]();}))),this[_0x47caa7(0x78d)](_0x228c67(_0x52f1f7[_0x47caa7(0x1b5)][_0x47caa7(0x3c8)](_0x2f3966(this[_0x47caa7(0x944)]))['subscribe'](()=>{const _0x3aaf8e=_0x47caa7;this[_0x3aaf8e(0x883)]();}))));});return;}this[_0x2a137f(0x78d)](_0x228c67(_0x263933['changeStart$'][_0x2a137f(0x3c8)](_0x2f3966(this[_0x2a137f(0x944)]))[_0x2a137f(0x6ca)](()=>{this['_hideHandlesForExternalAction']();}))),this['disposeWithMe'](_0x228c67(_0x263933[_0x2a137f(0xadd)][_0x2a137f(0x3c8)](_0x2f3966(this[_0x2a137f(0x944)]))[_0x2a137f(0x6ca)](()=>{const _0x3053ef=_0x2a137f;this[_0x3053ef(0x8ad)]();}))),this[_0x2a137f(0x78d)](_0x228c67(_0x263933[_0x2a137f(0x1b5)]['pipe'](_0x2f3966(this[_0x2a137f(0x944)]))[_0x2a137f(0x6ca)](()=>{const _0x254c92=_0x2a137f;this[_0x254c92(0x883)]();})));}[_0x2d3867(0x6ce)](){const _0x13299b=_0x2d3867;let {engine:_0x25ed0a,unitId:_0x40180f}=this[_0x13299b(0x9b2)],_0x1c3af4=this[_0x13299b(0x7fc)][_0x13299b(0x681)](_0x40180f,_0x50fd52[_0x13299b(0x70c)]);_0x1c3af4&&(this['disposeWithMe'](_0x228c67(_0x25ed0a['onTransformChange$']['subscribeEvent'](()=>{const _0x191e0e=_0x13299b;this[_0x191e0e(0x871)]();}))),this[_0x13299b(0x78d)](_0x228c67(_0x1c3af4[_0x13299b(0x33b)][_0x13299b(0x3c8)](_0x2f3966(this['dispose$']))['subscribe'](()=>{const _0x2bc316=_0x13299b;this[_0x2bc316(0x871)]();}))));}[_0x2d3867(0x871)](){const _0x194e7f=_0x2d3867;this[_0x194e7f(0x5c2)](),setTimeout(()=>{const _0x479ab2=_0x194e7f;this[_0x479ab2(0x5c2)]();},0x50);}['_scheduleRefreshActiveHandles'](){const _0x2ef8bd=_0x2d3867;this[_0x2ef8bd(0x852)]||(this['_refreshScheduled']=!0x0,Promise[_0x2ef8bd(0x3cc)]()[_0x2ef8bd(0x961)](()=>{const _0x5b6089=_0x2ef8bd;this[_0x5b6089(0x852)]=!0x1,this[_0x5b6089(0x7e3)]();}));}[_0x2d3867(0x7e3)](){const _0x88a911=_0x2d3867;if(this[_0x88a911(0x8f1)]||this[_0x88a911(0x497)]||!this[_0x88a911(0x425)])return;let _0x380cd1=this[_0x88a911(0xa85)][_0x88a911(0x364)](this['_activeFocusedDrawing']);if(this[_0x88a911(0x28e)](),!_0x380cd1){this[_0x88a911(0x425)]=null;return;}this[_0x88a911(0x425)]=_0x380cd1,this[_0x88a911(0xa6d)](_0x380cd1);}[_0x2d3867(0x8ad)](){const _0x1aefcc=_0x2d3867;this[_0x1aefcc(0x8f1)]||this['_suspendHandleDisplay']||(this['_suspendHandleDisplay']=!0x0,this[_0x1aefcc(0x28e)]());}['_restoreHandlesAfterExternalAction'](){const _0x4bc768=_0x2d3867;this[_0x4bc768(0x8f1)]||this[_0x4bc768(0x497)]&&(this['_suspendHandleDisplay']=!0x1,this[_0x4bc768(0x425)]&&this[_0x4bc768(0xa6d)](this['_activeFocusedDrawing']));}['_commitAdjValueUpdate'](_0x36ccfa,_0x476525,_0x3438af){const _0x50883e=_0x2d3867;let _0x196cdf=_0x36ccfa[_0x50883e(0x431)],_0x4eb26d=_0x196cdf;if(_0x196cdf[_0x50883e(0x866)]===_0x440e4e[_0x50883e(0x24b)]){var _0x2b2040,_0x52228d;let _0x35cd13=_0x196cdf,_0x67ba74=(_0x2b2040=(_0x52228d=_0x35cd13[_0x50883e(0x5a6)])==null?void 0x0:_0x52228d[_0x50883e(0x264)])==null?{}:_0x2b2040;_0x4eb26d={..._0x35cd13,'shapeData':{..._0x35cd13['shapeData'],'adjustValues':{..._0x67ba74,[_0x476525]:_0x3438af}}};}else{if(_0x196cdf[_0x50883e(0x866)]===_0x440e4e[_0x50883e(0x9b4)]){var _0x57d6cc;let _0x4d145a=_0x196cdf,_0x30d91c=(_0x57d6cc=_0x4d145a[_0x50883e(0x264)])==null?{}:_0x57d6cc;_0x4eb26d={..._0x4d145a,'adjustValues':{..._0x30d91c,[_0x476525]:_0x3438af}};}}this[_0x50883e(0x5a5)][_0x50883e(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x36ccfa['unitId'],'subUnitId':_0x36ccfa[_0x50883e(0xaa1)],'drawingId':_0x36ccfa[_0x50883e(0x31e)],'element':_0x4eb26d}]});}[_0x2d3867(0x60d)](_0x17b640,_0x2f2fa6,_0x3f89c1){const _0x3254ee=_0x2d3867;let {scene:_0x1f070d}=this[_0x3254ee(0x9b2)],_0x26debb=''+Qc+_0x17b640['unitId']+'-'+_0x17b640[_0x3254ee(0xaa1)]+'-'+_0x17b640[_0x3254ee(0x31e)],_0x1ee759=_0x1f070d[_0x3254ee(0x22f)](_0x26debb);if(!_0x1ee759)return;let _0x46c640=_0x17b640[_0x3254ee(0x431)];if(_0x46c640['type']===_0x440e4e[_0x3254ee(0x24b)]&&typeof _0x1ee759[_0x3254ee(0x59d)]==_0x3254ee(0x861)){var _0x29b2f2,_0x2f2278;let _0x51f918=_0x46c640,_0x433018=(_0x29b2f2=(_0x2f2278=_0x51f918[_0x3254ee(0x5a6)])==null?void 0x0:_0x2f2278[_0x3254ee(0x264)])==null?{}:_0x29b2f2;_0x1ee759['updateElement']({..._0x51f918,'shapeData':{..._0x51f918['shapeData'],'adjustValues':{..._0x433018,[_0x2f2fa6]:_0x3f89c1}}});return;}if(_0x46c640[_0x3254ee(0x866)]===_0x440e4e[_0x3254ee(0x9b4)]){var _0x46cd16;let _0x204087=(_0x46cd16=_0x46c640['adjustValues'])==null?{}:_0x46cd16;if(typeof _0x1ee759[_0x3254ee(0x80e)]==_0x3254ee(0x861)){var _0xa0e8eb;_0x1ee759[_0x3254ee(0x80e)]({..._0x204087,[_0x2f2fa6]:_0x3f89c1}),(_0xa0e8eb=_0x1ee759[_0x3254ee(0x25f)])==null||_0xa0e8eb[_0x3254ee(0x739)](_0x1ee759,!0x0);}}}[_0x2d3867(0x920)](){const _0x4d5dd3=_0x2d3867;this[_0x4d5dd3(0x28e)]();}['suspendHandles'](){const _0x213562=_0x2d3867;this[_0x213562(0x8ad)]();}[_0x2d3867(0x2b5)](){this['_restoreHandlesAfterExternalAction']();}[_0x2d3867(0x28e)](){const _0x46bdfb=_0x2d3867;if(this[_0x46bdfb(0x9e5)]['length']===0x0)return;let {scene:_0x376069}=this[_0x46bdfb(0x9b2)];this[_0x46bdfb(0x9e5)][_0x46bdfb(0x3d8)](_0x4709c9=>{const _0x518592=_0x46bdfb;_0x376069[_0x518592(0x25c)](_0x4709c9),_0x4709c9['dispose']();}),this[_0x46bdfb(0x9e5)]=[],_0x376069[_0x46bdfb(0x25f)](!0x0);}[_0x2d3867(0xa65)](_0x5e140a){const _0x17b980=_0x2d3867;let _0x9837b1=_0x5e140a['shapeData'];if(!(_0x9837b1!=null&&_0x9837b1[_0x17b980(0x5d6)]))return null;try{let _0x1562ab=new _0x234370(_0x9837b1['shapeType'],_0x5e140a['id']);return _0x1562ab[_0x17b980(0x1f1)](_0x9837b1),_0x1562ab;}catch{return null;}}[_0x2d3867(0x886)](_0x1b8d98,_0x41bff3,_0x1dcd08,_0x31b1f5){const _0xc63f25=_0x2d3867;let _0x2d481a=_0x1b8d98;if(_0x2d481a===_0x3da99c['None']||_0x1b8d98===_0xc63f25(0x6a1))return null;try{let _0x3647f7=new _0x234370(_0x2d481a,_0xc63f25(0x3ac)+_0x1b8d98);return _0x31b1f5&&_0x3647f7[_0xc63f25(0x1f1)]({'adjustValues':_0x31b1f5},!0x0),_0x3647f7['updateContext']({'width':_0x41bff3,'height':_0x1dcd08}),_0x3647f7;}catch{return null;}}[_0x2d3867(0x67a)](_0x332bca,_0xab94d1){const _0x42c431=_0x2d3867;var _0x4cef80;let _0x540b88=(_0x4cef80=_0x332bca[_0x42c431(0x22f)])==null?void 0x0:_0x4cef80['call'](_0x332bca,xu);if(typeof(_0x540b88==null?void 0x0:_0x540b88[_0x42c431(0x88e)])=='number'&&typeof _0x540b88[_0x42c431(0x19e)]=='number')return{'left':_0x540b88[_0x42c431(0x88e)],'top':_0x540b88[_0x42c431(0x19e)]};let {width:_0x3dda9,height:_0x3ca694}=_0xab94d1['getSnapshot']()[_0x42c431(0x674)],{width:_0x449e2d,height:_0x5152d4}=_0x332bca;return{'left':Math[_0x42c431(0x55a)](0x0,(_0x449e2d-_0x3dda9)/0x2),'top':Math[_0x42c431(0x55a)](0x0,(_0x5152d4-_0x3ca694)/0x2)};}[_0x2d3867(0x74f)](_0x3b8688,_0x119361,_0x120e4a){const _0x372d68=_0x2d3867;var _0x2a5a0a,_0x2a15bc,_0xa3ad75,_0x1535a5,_0x84d516;return new _0x30ee2e({'left':_0x119361,'top':_0x120e4a,'width':(_0x2a5a0a=_0x3b8688[_0x372d68(0xa28)])==null?0x0:_0x2a5a0a,'height':(_0x2a15bc=_0x3b8688[_0x372d68(0x47c)])==null?0x0:_0x2a15bc,'flipX':(_0xa3ad75=_0x3b8688[_0x372d68(0x2e3)])==null?!0x1:_0xa3ad75,'flipY':(_0x1535a5=_0x3b8688[_0x372d68(0x8dd)])==null?!0x1:_0x1535a5,'angle':(_0x84d516=_0x3b8688['rotation'])==null?0x0:_0x84d516});}[_0x2d3867(0x6eb)](_0x5cdba7,_0x3df610){const _0x38f9c0=_0x2d3867;return typeof _0x5cdba7==_0x38f9c0(0x684)&&Number[_0x38f9c0(0x6ab)](_0x5cdba7)&&_0x5cdba7>0x0?_0x5cdba7:_0x3df610;}};Ty=$([Q(0x1,_0x33d141(_0x5ccce3)),Q(0x2,_0x534be5),Q(0x3,_0x3a5c48),Q(0x4,_0x2402a1)],Ty);const Ey=_0x575008+0x1,Dy=0xf4240,Oy=[{'x':0.5,'y':0x0,'idx':0x0,'angle':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'angle':0x0},{'x':0.5,'y':0x1,'idx':0x2,'angle':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'angle':0xb4}];let ky=class extends _0x4928c2{constructor(_0x211c4e,_0x20c9a5,_0x26d25b,_0x11bfde,_0x3502a1,_0x16b1c7){const _0x3c46fc=_0x2d3867;super(),this[_0x3c46fc(0x9b2)]=_0x211c4e,this[_0x3c46fc(0x43f)]=_0x20c9a5,this['_instanceSrv']=_0x26d25b,this['_slideDrawingService']=_0x11bfde,this[_0x3c46fc(0x5a5)]=_0x3502a1,this[_0x3c46fc(0x2ff)]=_0x16b1c7,Z(this,'_handles',[]),Z(this,_0x3c46fc(0x6f2),[]),Z(this,'_activeFocusedDrawing',null),Z(this,_0x3c46fc(0x710),null),Z(this,_0x3c46fc(0x6d9),-0x1),Z(this,'_currentConnectionTarget',null),Z(this,_0x3c46fc(0xa27),!0x1),Z(this,_0x3c46fc(0x852),!0x1),Z(this,'_isUpdatingConnectors',!0x1),this[_0x3c46fc(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x277485=_0x2d3867;let {unitId:_0x395cce}=this[_0x277485(0x9b2)];this[_0x277485(0x78d)](_0x228c67(this[_0x277485(0xa85)][_0x277485(0x72e)][_0x277485(0x3c8)](_0x2f3966(this[_0x277485(0x944)]))[_0x277485(0x6ca)](_0x2212de=>{const _0x1ebb1e=_0x277485;if(this[_0x1ebb1e(0x28e)](),!_0x2212de||_0x2212de[_0x1ebb1e(0xa73)]===0x0){this[_0x1ebb1e(0x425)]=null;return;}let _0x801832=_0x2212de[0x0];if(_0x801832['unitId']!==_0x395cce||!this['_isLineShapeDrawing'](_0x801832)){this[_0x1ebb1e(0x425)]=null;return;}this[_0x1ebb1e(0x425)]=_0x801832,this['_createHandles'](_0x801832);}))),this[_0x277485(0x78d)](_0x228c67(this[_0x277485(0xa85)][_0x277485(0x714)][_0x277485(0x3c8)](_0x2f3966(this['dispose$']))['subscribe'](_0x3041d1=>{const _0x197a80=_0x277485;if(this[_0x197a80(0xa27)]||!this[_0x197a80(0x425)])return;let _0x581677=this['_activeFocusedDrawing'];if(!_0x3041d1[_0x197a80(0xa92)](_0x9efdea=>_0x9efdea[_0x197a80(0x340)]===_0x581677['unitId']&&_0x9efdea[_0x197a80(0xaa1)]===_0x581677[_0x197a80(0xaa1)]&&_0x9efdea[_0x197a80(0x31e)]===_0x581677[_0x197a80(0x31e)]))return;this[_0x197a80(0x28e)]();let _0x438b56=this[_0x197a80(0xa85)][_0x197a80(0x364)](_0x581677);_0x438b56&&this[_0x197a80(0x6c0)](_0x438b56)&&(this['_activeFocusedDrawing']=_0x438b56,this[_0x197a80(0x994)](_0x438b56));}))),this['_subscribeToTransformer'](),this['_subscribeToShapeMoveForConnectorFollow'](),this['_subscribeToSceneLayoutChanges']();}[_0x2d3867(0x732)](_0x2a65bc){const _0xf04a4d=_0x2d3867;var _0x299d50,_0x9f3a82,_0x211e0a,_0xc44f6c;let _0xde8b7=''+Qc+_0x2a65bc[_0xf04a4d(0x340)]+'-'+_0x2a65bc['subUnitId']+'-'+_0x2a65bc[_0xf04a4d(0x31e)],_0x140754=this[_0xf04a4d(0x9b2)][_0xf04a4d(0x711)];return(_0x299d50=(_0x9f3a82=(_0x211e0a=_0x140754[_0xf04a4d(0x8f4)])==null?void 0x0:_0x211e0a[_0xf04a4d(0x739)](_0x140754,_0xde8b7))==null?(_0xc44f6c=_0x140754[_0xf04a4d(0x22f)])==null?void 0x0:_0xc44f6c[_0xf04a4d(0x739)](_0x140754,_0xde8b7):_0x9f3a82)==null?null:_0x299d50;}[_0x2d3867(0x6f1)](_0x4de237){const _0x3c249f=_0x2d3867;let _0x1ec8f5=_0x4de237;return!!_0x1ec8f5[_0x3c249f(0x431)]&&typeof _0x1ec8f5['drawingId']==_0x3c249f(0x242);}['_getRenderTransformInfo'](_0x531f6c){const _0x27ecad=_0x2d3867;var _0x27c0f2;let _0x12e14c=_0x531f6c;if(!(_0x12e14c!=null&&_0x12e14c['transform'])||!_0x12e14c[_0x27ecad(0x387)])return null;let _0x101813=_0x12e14c[_0x27ecad(0x387)](),{left:_0x1c8e18,top:_0x17689d,width:_0x5d7979,height:_0x525ba5}=_0x101813,_0x1ebec0=_0x1c8e18+_0x5d7979/0x2,_0x5e8a68=_0x17689d+_0x525ba5/0x2,_0x29c246=_0x12e14c[_0x27ecad(0x985)][_0x27ecad(0x511)](),_0x1ed7b9=new _0x334ef9([_0x29c246[0x0],_0x29c246[0x1],_0x29c246[0x2],_0x29c246[0x3],_0x1ebec0,_0x5e8a68]),_0x58d8cd=(_0x27c0f2=_0x12e14c[_0x27ecad(0x52b)])==null?void 0x0:_0x27c0f2[_0x27ecad(0x739)](_0x12e14c);return{'realBound':_0x101813,'effectiveTransform':(_0x58d8cd==null?void 0x0:_0x58d8cd[_0x27ecad(0x2e0)])===_0x387c0b['GROUP']&&_0x58d8cd[_0x27ecad(0x39a)]?_0x58d8cd[_0x27ecad(0x39a)][_0x27ecad(0x3df)]()[_0x27ecad(0x2ad)](_0x1ed7b9):_0x1ed7b9};}[_0x2d3867(0x800)](_0x1da410,_0x1c2baf){const _0x3073bc=_0x2d3867;let _0x1e73fa=_0x1c2baf['effectiveTransform'][_0x3073bc(0x419)](new _0x25aeed(_0x1da410['x']-_0x1c2baf[_0x3073bc(0x3be)][_0x3073bc(0xa28)]/0x2,_0x1da410['y']-_0x1c2baf[_0x3073bc(0x3be)][_0x3073bc(0x47c)]/0x2));return{'x':_0x1e73fa['x'],'y':_0x1e73fa['y']};}[_0x2d3867(0x234)](_0x996c85,_0x278dcb){const _0xb62ea6=_0x2d3867;let _0x5036bb=_0x996c85*Math['PI']/0xb4,_0xd9712e=_0x278dcb[_0xb62ea6(0x419)](new _0x25aeed(Math[_0xb62ea6(0x4d5)](_0x5036bb),Math[_0xb62ea6(0x7d7)](_0x5036bb)),!0x0);return this[_0xb62ea6(0x20d)](Math['atan2'](_0xd9712e['y'],_0xd9712e['x'])*0xb4/Math['PI']);}[_0x2d3867(0x384)](_0x2093b8,_0x3dbe48,_0x5c2803){const _0x254378=_0x2d3867;var _0xb12455,_0x269cf0,_0x38d4ba,_0x5d20ae,_0xb1e7fe;let _0x20cbc3=this['_getRenderTransformInfo'](this[_0x254378(0x732)](_0x2093b8));if(_0x20cbc3){let _0x45fd47=_0x20cbc3[_0x254378(0x5f4)]['clone']()[_0x254378(0x605)]()[_0x254378(0x419)](new _0x25aeed(_0x3dbe48['x'],_0x3dbe48['y'])),_0x1adb8c=_0x20cbc3[_0x254378(0x3be)][_0x254378(0xa28)]/0x2,_0xbb9cc8=_0x20cbc3['realBound']['height']/0x2;return _0x45fd47['x']>=-_0x1adb8c-0x6&&_0x45fd47['x']<=_0x1adb8c+0x6&&_0x45fd47['y']>=-_0xbb9cc8-0x6&&_0x45fd47['y']<=_0xbb9cc8+0x6;}let _0x2bee8a=_0x2093b8[_0x254378(0x431)]['transform'],_0x1de116=_0x1f1e96({'left':_0x5c2803[_0x254378(0x88e)]+((_0xb12455=_0x2bee8a[_0x254378(0x88e)])==null?0x0:_0xb12455),'top':_0x5c2803[_0x254378(0x19e)]+((_0x269cf0=_0x2bee8a[_0x254378(0x19e)])==null?0x0:_0x269cf0),'width':(_0x38d4ba=_0x2bee8a[_0x254378(0xa28)])==null?0x0:_0x38d4ba,'height':(_0x5d20ae=_0x2bee8a[_0x254378(0x47c)])==null?0x0:_0x5d20ae},(_0xb1e7fe=_0x2bee8a[_0x254378(0x304)])==null?0x0:_0xb1e7fe);return _0x3dbe48['x']>=_0x1de116[_0x254378(0x88e)]-0x6&&_0x3dbe48['x']<=_0x1de116['left']+_0x1de116[_0x254378(0xa28)]+0x6&&_0x3dbe48['y']>=_0x1de116[_0x254378(0x19e)]-0x6&&_0x3dbe48['y']<=_0x1de116['top']+_0x1de116['height']+0x6;}[_0x2d3867(0x73f)](_0x4b1ae7,_0x2d234c,_0x795547,_0x35d8e4){const _0x206aad=_0x2d3867;var _0x22c9a7,_0x45332c,_0x562f89,_0x2c3af0,_0x1bfe51;let _0xb4e809=_0x35d8e4?this['_getRenderTransformInfo'](this[_0x206aad(0x732)](_0x4b1ae7)):null;if(_0xb4e809){let _0xd9561e=_0xb4e809[_0x206aad(0x5f4)]['applyPoint'](new _0x25aeed(0x0,0x0)),_0x34af7f=this[_0x206aad(0x234)](0x0,_0xb4e809[_0x206aad(0x5f4)]);return _0x1f1e96({'left':_0xd9561e['x']-_0xb4e809['realBound'][_0x206aad(0xa28)]/0x2,'top':_0xd9561e['y']-_0xb4e809[_0x206aad(0x3be)][_0x206aad(0x47c)]/0x2,'width':_0xb4e809[_0x206aad(0x3be)][_0x206aad(0xa28)],'height':_0xb4e809['realBound'][_0x206aad(0x47c)]},_0x34af7f);}let _0x1871ca=_0x2d234c[_0x206aad(0x985)];return _0x1f1e96({'left':_0x795547['left']+((_0x22c9a7=_0x1871ca['left'])==null?0x0:_0x22c9a7),'top':_0x795547['top']+((_0x45332c=_0x1871ca[_0x206aad(0x19e)])==null?0x0:_0x45332c),'width':(_0x562f89=_0x1871ca[_0x206aad(0xa28)])==null?0x0:_0x562f89,'height':(_0x2c3af0=_0x1871ca[_0x206aad(0x47c)])==null?0x0:_0x2c3af0},(_0x1bfe51=_0x1871ca['rotation'])==null?0x0:_0x1bfe51);}[_0x2d3867(0x3b6)](){const _0x558032=_0x2d3867;this[_0x558032(0x78d)](this[_0x558032(0x5a5)][_0x558032(0xa03)](_0x30f960=>{const _0x47fc96=_0x558032;if(!this[_0x47fc96(0x3f4)]&&_0x30f960['id']===_0x2a956c['id']){var _0x10e3e8;let _0x3b69a1=_0x30f960[_0x47fc96(0xabe)],_0x5f2311=(_0x10e3e8=_0x3b69a1==null?void 0x0:_0x3b69a1[_0x47fc96(0xa13)])==null?[]:_0x10e3e8,_0x11e3a0=(_0x3b69a1==null?void 0x0:_0x3b69a1[_0x47fc96(0xac3)])===!0x0;_0x5f2311[_0x47fc96(0x3d8)](_0x30ab85=>{const _0x28d53f=_0x47fc96;var _0x47fff1;let _0x457a72=this['_slideDrawingService'][_0x28d53f(0x364)]({'unitId':_0x30ab85[_0x28d53f(0x340)],'subUnitId':_0x30ab85[_0x28d53f(0xaa1)],'drawingId':_0x30ab85[_0x28d53f(0x31e)]});if(!_0x457a72)return;let _0x1aec79=(_0x47fff1=_0x30ab85[_0x28d53f(0x431)])==null?_0x457a72[_0x28d53f(0x431)]:_0x47fff1,_0x2326d1=_0x457a72[_0x28d53f(0x431)][_0x28d53f(0x985)],_0x4e041e=this[_0x28d53f(0x716)](_0x2326d1,_0x1aec79,_0x30ab85[_0x28d53f(0x985)]);if(this['_isLineShapeElement'](_0x1aec79)&&this[_0x28d53f(0x399)](_0x457a72[_0x28d53f(0x431)],_0x1aec79)){if(!_0x11e3a0){var _0x1674ac,_0xd8f42b;if(this[_0x28d53f(0x7dd)](_0x2326d1,_0x4e041e)){this[_0x28d53f(0x24c)](_0x30ab85,_0x457a72);return;}let _0x4ee331=this[_0x28d53f(0x1c1)](_0x1aec79);(!(_0x4ee331==null||(_0x1674ac=_0x4ee331[_0x28d53f(0x898)])==null)&&_0x1674ac['from']||!(_0x4ee331==null||(_0xd8f42b=_0x4ee331['relation'])==null)&&_0xd8f42b['to'])&&(_0x30ab85['element']=this[_0x28d53f(0x31b)](_0x1aec79));}return;}this[_0x28d53f(0x7f6)](_0x1aec79)&&this[_0x28d53f(0x8ff)](_0x457a72,_0x2326d1,_0x4e041e);});}}));}[_0x2d3867(0x716)](_0x12a7d7,_0x1002e8,_0x1e4055){const _0x22157e=_0x2d3867;var _0x1cc320,_0x2f0f47,_0x1f3225,_0x5deb21,_0x1b8207,_0x1fa820,_0x5c6113,_0xe0174e,_0x141a9a,_0x179ab3,_0x40cc15,_0x12ef4f,_0x9c271a,_0x547bed,_0x215fd9;let _0x520672=(_0x1cc320=_0x1002e8[_0x22157e(0x985)])==null?{}:_0x1cc320;return{..._0x520672,'left':(_0x2f0f47=(_0x1f3225=_0x1e4055==null?void 0x0:_0x1e4055['left'])==null?_0x520672[_0x22157e(0x88e)]:_0x1f3225)==null?_0x12a7d7[_0x22157e(0x88e)]:_0x2f0f47,'top':(_0x5deb21=(_0x1b8207=_0x1e4055==null?void 0x0:_0x1e4055[_0x22157e(0x19e)])==null?_0x520672['top']:_0x1b8207)==null?_0x12a7d7[_0x22157e(0x19e)]:_0x5deb21,'width':(_0x1fa820=(_0x5c6113=_0x1e4055==null?void 0x0:_0x1e4055[_0x22157e(0xa28)])==null?_0x520672[_0x22157e(0xa28)]:_0x5c6113)==null?_0x12a7d7['width']:_0x1fa820,'height':(_0xe0174e=(_0x141a9a=_0x1e4055==null?void 0x0:_0x1e4055[_0x22157e(0x47c)])==null?_0x520672[_0x22157e(0x47c)]:_0x141a9a)==null?_0x12a7d7[_0x22157e(0x47c)]:_0xe0174e,'rotation':(_0x179ab3=(_0x40cc15=_0x1e4055==null?void 0x0:_0x1e4055[_0x22157e(0xa17)])==null?_0x520672[_0x22157e(0x304)]:_0x40cc15)==null?_0x12a7d7[_0x22157e(0x304)]:_0x179ab3,'flipX':(_0x12ef4f=(_0x9c271a=_0x1e4055==null?void 0x0:_0x1e4055['flipX'])==null?_0x520672[_0x22157e(0x2e3)]:_0x9c271a)==null?_0x12a7d7[_0x22157e(0x2e3)]:_0x12ef4f,'flipY':(_0x547bed=(_0x215fd9=_0x1e4055==null?void 0x0:_0x1e4055[_0x22157e(0x8dd)])==null?_0x520672[_0x22157e(0x8dd)]:_0x215fd9)==null?_0x12a7d7[_0x22157e(0x8dd)]:_0x547bed};}[_0x2d3867(0x8ff)](_0x52ede6,_0x3a19bc,_0x2d31eb){const _0x30f613=_0x2d3867;var _0x336ccd,_0x2b7609,_0x34de88,_0x3e2fe5;let _0x2d7297=this[_0x30f613(0x7fc)][_0x30f613(0x681)](_0x52ede6[_0x30f613(0x340)],_0x50fd52[_0x30f613(0x70c)]);if(!_0x2d7297)return;let _0x3d01bd=this[_0x30f613(0xa85)][_0x30f613(0x671)](_0x52ede6[_0x30f613(0x340)],_0x52ede6[_0x30f613(0xaa1)]),_0x482469=this[_0x30f613(0x67a)](this[_0x30f613(0x9b2)]['scene'],_0x2d7297),_0xb92111=_0x52ede6[_0x30f613(0x31e)],_0x1fff8c=[],_0x3c1196=this[_0x30f613(0x92b)](_0x3a19bc,_0x2d31eb),_0x40095a=((_0x336ccd=_0x2d31eb[_0x30f613(0x88e)])==null?0x0:_0x336ccd)-((_0x2b7609=_0x3a19bc[_0x30f613(0x88e)])==null?0x0:_0x2b7609),_0x55c0a6=((_0x34de88=_0x2d31eb[_0x30f613(0x19e)])==null?0x0:_0x34de88)-((_0x3e2fe5=_0x3a19bc['top'])==null?0x0:_0x3e2fe5);if(Object[_0x30f613(0x4ae)](_0x3d01bd)['forEach'](_0x3ddd06=>{const _0x2d1808=_0x30f613;let _0x25fd0d=this[_0x2d1808(0x2ce)](_0x3ddd06,_0xb92111,_0x3c1196,_0x40095a,_0x55c0a6,_0x2d31eb,_0x482469);_0x25fd0d&&_0x1fff8c[_0x2d1808(0x39b)](_0x25fd0d);}),_0x1fff8c[_0x30f613(0xa73)]){this[_0x30f613(0x3f4)]=!0x0;try{this[_0x30f613(0x5a5)][_0x30f613(0x6bc)](_0x2a956c['id'],{'preserveConnectorRelations':!0x0,'patches':_0x1fff8c});}finally{this[_0x30f613(0x3f4)]=!0x1;}}}[_0x2d3867(0x2ce)](_0x43d985,_0x19182f,_0x5e8a8c,_0x2d01ce,_0x81fd03,_0xee6833,_0x45564f){const _0x5447a9=_0x2d3867;var _0x152f92,_0x16c69f;if(!this['_isLineShapeDrawing'](_0x43d985))return null;let _0x993ba=this[_0x5447a9(0x1c1)](_0x43d985[_0x5447a9(0x431)]),_0x5d25f9=_0x993ba==null?void 0x0:_0x993ba[_0x5447a9(0x898)];if(!_0x993ba||!_0x5d25f9)return null;let _0x19e610=((_0x152f92=_0x5d25f9[_0x5447a9(0xad9)])==null?void 0x0:_0x152f92['shapeId'])===_0x19182f,_0x53aa8e=((_0x16c69f=_0x5d25f9['to'])==null?void 0x0:_0x16c69f[_0x5447a9(0x449)])===_0x19182f;return!_0x19e610&&!_0x53aa8e?null:_0x5d25f9['from']&&_0x5d25f9['to']?_0x19e610&&_0x53aa8e&&_0x5e8a8c?this['_buildTranslatedConnectorPatch'](_0x43d985,_0x2d01ce,_0x81fd03):!_0x5d25f9[_0x5447a9(0xad9)]||!_0x5d25f9['to']?null:this[_0x5447a9(0x870)](_0x43d985,_0x993ba,_0x5d25f9[_0x5447a9(0xad9)],_0x5d25f9['to'],_0x19182f,_0xee6833,_0x45564f):_0x5e8a8c?this[_0x5447a9(0x895)](_0x43d985,_0x2d01ce,_0x81fd03):this[_0x5447a9(0x87b)](_0x43d985,_0x993ba,_0x19e610,_0x53aa8e,_0x19182f,_0xee6833,_0x45564f);}[_0x2d3867(0x870)](_0x2a2896,_0x1f2ac2,_0x3b633a,_0x159bbd,_0x2228a7,_0x2bac84,_0x48a38f){const _0x85caab=_0x2d3867;var _0x2e6334;let _0x59789f=this['_getConnectPointInfo'](_0x2a2896,_0x3b633a,_0x48a38f,_0x2228a7,_0x2bac84),_0x533f7c=this[_0x85caab(0x904)](_0x2a2896,_0x159bbd,_0x48a38f,_0x2228a7,_0x2bac84);if(!_0x59789f||!_0x533f7c)return null;let _0x28fa93=(_0x2e6334=_0x1f2ac2[_0x85caab(0x5d6)])==null?_0x3da99c[_0x85caab(0x542)]:_0x2e6334,_0x4aa6d9=_0x23972b(_0xb65393(_0x59789f,_0x533f7c,_0x28fa93),_0x28fa93),_0x908224=this[_0x85caab(0xa90)](_0x2a2896[_0x85caab(0x431)],_0x1f2ac2,_0x4aa6d9,_0x48a38f,_0x1f2ac2['relation']);return{'unitId':_0x2a2896[_0x85caab(0x340)],'subUnitId':_0x2a2896[_0x85caab(0xaa1)],'drawingId':_0x2a2896[_0x85caab(0x31e)],'element':_0x908224[_0x85caab(0x431)],'transform':_0x908224[_0x85caab(0x985)]};}['_buildReroutePatchForSingleConnected'](_0x5a5921,_0x476f6f,_0x578b55,_0x363705,_0xde4813,_0xce73dd,_0x5c8fbe){const _0x1b7f73=_0x2d3867;var _0x971457;let _0x37c328=_0x476f6f[_0x1b7f73(0x898)];if(!_0x37c328)return null;let _0x2a7e0e=this['_getEndpointWorldPoints'](_0x5a5921[_0x1b7f73(0x431)],_0x476f6f,_0x5c8fbe);if(!_0x2a7e0e)return null;let _0x7ebe13,_0x13e595;if(_0x578b55&&_0x37c328[_0x1b7f73(0xad9)])_0x7ebe13=this['_getConnectPointInfo'](_0x5a5921,_0x37c328[_0x1b7f73(0xad9)],_0x5c8fbe,_0xde4813,_0xce73dd),_0x13e595=_0x7ebe13?this[_0x1b7f73(0xaa7)](_0x7ebe13[_0x1b7f73(0x86d)],_0x2a7e0e['end']):null;else{if(_0x363705&&_0x37c328['to'])_0x13e595=this['_getConnectPointInfo'](_0x5a5921,_0x37c328['to'],_0x5c8fbe,_0xde4813,_0xce73dd),_0x7ebe13=_0x13e595?this[_0x1b7f73(0xaa7)](_0x13e595[_0x1b7f73(0x86d)],_0x2a7e0e[_0x1b7f73(0x2c7)]):null;else return null;}if(!_0x7ebe13||!_0x13e595)return null;let _0x10b3ec=(_0x971457=_0x476f6f[_0x1b7f73(0x5d6)])==null?_0x3da99c[_0x1b7f73(0x542)]:_0x971457,_0x317f92=_0x23972b(_0xb65393(_0x7ebe13,_0x13e595,_0x10b3ec),_0x10b3ec),_0x2c8a47=this[_0x1b7f73(0xa90)](_0x5a5921[_0x1b7f73(0x431)],_0x476f6f,_0x317f92,_0x5c8fbe,_0x37c328);return{'unitId':_0x5a5921[_0x1b7f73(0x340)],'subUnitId':_0x5a5921[_0x1b7f73(0xaa1)],'drawingId':_0x5a5921['drawingId'],'element':_0x2c8a47[_0x1b7f73(0x431)],'transform':_0x2c8a47['transform']};}[_0x2d3867(0x895)](_0x4965c6,_0x2efb48,_0x40c806){const _0x4c48c2=_0x2d3867;var _0x3e8456,_0x416a36;if(_0x2efb48===0x0&&_0x40c806===0x0)return null;let _0x4170fb=_0x4965c6['element']['transform'],_0x596cb7=((_0x3e8456=_0x4170fb[_0x4c48c2(0x88e)])==null?0x0:_0x3e8456)+_0x2efb48,_0x4ad1a5=((_0x416a36=_0x4170fb[_0x4c48c2(0x19e)])==null?0x0:_0x416a36)+_0x40c806,_0x1792ae={..._0x4965c6[_0x4c48c2(0x431)],'transform':{..._0x4170fb,'left':_0x596cb7,'top':_0x4ad1a5}};return{'unitId':_0x4965c6['unitId'],'subUnitId':_0x4965c6[_0x4c48c2(0xaa1)],'drawingId':_0x4965c6[_0x4c48c2(0x31e)],'element':_0x1792ae,'transform':{..._0x4965c6[_0x4c48c2(0x985)],'left':_0x596cb7,'top':_0x4ad1a5}};}['_isConnectorFollowSourceElement'](_0x180df0){const _0x163d5f=_0x2d3867;if(_0x180df0['type']===_0x440e4e[_0x163d5f(0x24b)]){var _0x54e461;let _0x2d2980=(_0x54e461=_0x180df0[_0x163d5f(0x5a6)])==null?void 0x0:_0x54e461[_0x163d5f(0x5d6)];return!!_0x2d2980&&!_0xb86505(_0x2d2980);}return _0x180df0['type']===_0x440e4e[_0x163d5f(0x9b4)]||_0x180df0[_0x163d5f(0x866)]===_0x440e4e[_0x163d5f(0x6e9)];}['_isPositionOnlyTransformChange'](_0x461c8c,_0x24da9f){const _0x5ad11d=_0x2d3867;var _0x45d9d3,_0x304848,_0x14ad8b,_0x2aa3a8,_0x4603d2,_0x3d0ee0,_0x4f64f4,_0x5a5da0,_0x2754db,_0x31f9ae,_0xc8cacb,_0xf07ed,_0x12677f,_0x1cb6ec;return((_0x45d9d3=_0x461c8c[_0x5ad11d(0x88e)])==null?0x0:_0x45d9d3)!==((_0x304848=_0x24da9f['left'])==null?0x0:_0x304848)||((_0x14ad8b=_0x461c8c[_0x5ad11d(0x19e)])==null?0x0:_0x14ad8b)!==((_0x2aa3a8=_0x24da9f[_0x5ad11d(0x19e)])==null?0x0:_0x2aa3a8)?((_0x4603d2=_0x461c8c[_0x5ad11d(0xa28)])==null?0x0:_0x4603d2)===((_0x3d0ee0=_0x24da9f[_0x5ad11d(0xa28)])==null?0x0:_0x3d0ee0)&&((_0x4f64f4=_0x461c8c['height'])==null?0x0:_0x4f64f4)===((_0x5a5da0=_0x24da9f[_0x5ad11d(0x47c)])==null?0x0:_0x5a5da0)&&((_0x2754db=_0x461c8c[_0x5ad11d(0x2e3)])==null?!0x1:_0x2754db)===((_0x31f9ae=_0x24da9f['flipX'])==null?!0x1:_0x31f9ae)&&((_0xc8cacb=_0x461c8c['flipY'])==null?!0x1:_0xc8cacb)===((_0xf07ed=_0x24da9f['flipY'])==null?!0x1:_0xf07ed)&&((_0x12677f=_0x461c8c['rotation'])==null?0x0:_0x12677f)===((_0x1cb6ec=_0x24da9f[_0x5ad11d(0x304)])==null?0x0:_0x1cb6ec):!0x1;}['_isTinyLineBodyMove'](_0x1da8e2,_0x910f69){const _0x3da9b3=_0x2d3867;var _0x3901cd,_0x3c2e56,_0x505258,_0x2d958c;return this['_isLineBodyPositionOnlyOrUnchanged'](_0x1da8e2,_0x910f69)?!this['_hasMeaningfulPointerDrag']({'x':(_0x3901cd=_0x1da8e2[_0x3da9b3(0x88e)])==null?0x0:_0x3901cd,'y':(_0x3c2e56=_0x1da8e2[_0x3da9b3(0x19e)])==null?0x0:_0x3c2e56},{'x':(_0x505258=_0x910f69['left'])==null?0x0:_0x505258,'y':(_0x2d958c=_0x910f69[_0x3da9b3(0x19e)])==null?0x0:_0x2d958c}):!0x1;}[_0x2d3867(0x2c1)](_0x49f9df,_0x2d1135){const _0x494677=_0x2d3867;var _0x35ddce,_0x105d18,_0x261d78,_0x263268,_0x2435f9,_0x3cf5b2,_0x319aa8,_0x229a23,_0x140185,_0x5b8877;return((_0x35ddce=_0x49f9df[_0x494677(0xa28)])==null?0x0:_0x35ddce)===((_0x105d18=_0x2d1135[_0x494677(0xa28)])==null?0x0:_0x105d18)&&((_0x261d78=_0x49f9df[_0x494677(0x47c)])==null?0x0:_0x261d78)===((_0x263268=_0x2d1135['height'])==null?0x0:_0x263268)&&((_0x2435f9=_0x49f9df[_0x494677(0x2e3)])==null?!0x1:_0x2435f9)===((_0x3cf5b2=_0x2d1135[_0x494677(0x2e3)])==null?!0x1:_0x3cf5b2)&&((_0x319aa8=_0x49f9df['flipY'])==null?!0x1:_0x319aa8)===((_0x229a23=_0x2d1135[_0x494677(0x8dd)])==null?!0x1:_0x229a23)&&((_0x140185=_0x49f9df['rotation'])==null?0x0:_0x140185)===((_0x5b8877=_0x2d1135[_0x494677(0x304)])==null?0x0:_0x5b8877);}[_0x2d3867(0x24c)](_0x57648f,_0x11bd12){const _0x491566=_0x2d3867;_0x57648f[_0x491566(0x431)]=_0x11bd12[_0x491566(0x431)],_0x57648f[_0x491566(0x985)]=_0x11bd12[_0x491566(0x985)];}[_0x2d3867(0x45f)](){const _0x32a082=_0x2d3867;let {scene:_0x89b092}=this['_renderContext'],_0x62c43b=_0x89b092['getTransformer']();if(!_0x62c43b){Promise[_0x32a082(0x3cc)]()[_0x32a082(0x961)](()=>{const _0x3fc64b=_0x32a082;let _0x157d27=this[_0x3fc64b(0x9b2)][_0x3fc64b(0x711)]['getTransformer']();_0x157d27&&this[_0x3fc64b(0x78d)](_0x228c67(_0x157d27[_0x3fc64b(0xadd)][_0x3fc64b(0x3c8)](_0x2f3966(this[_0x3fc64b(0x944)]))[_0x3fc64b(0x6ca)](()=>{const _0x158bd1=_0x3fc64b;this[_0x158bd1(0x526)]();})));});return;}this[_0x32a082(0x78d)](_0x228c67(_0x62c43b[_0x32a082(0xadd)][_0x32a082(0x3c8)](_0x2f3966(this[_0x32a082(0x944)]))[_0x32a082(0x6ca)](()=>{const _0xe928e8=_0x32a082;this[_0xe928e8(0x526)]();})));}['_updateHandlePositionsFromVisualObject'](){const _0x16e02f=_0x2d3867;var _0x434a37,_0x200a10,_0x14f3f4,_0xe12d8e,_0xc80181,_0x46219c,_0x149e32,_0x50c83d,_0xd28de3,_0x1a5b03;if(!this[_0x16e02f(0x425)]||this[_0x16e02f(0x9e5)]['length']<0x2)return;let {scene:_0x33229d}=this[_0x16e02f(0x9b2)],_0x4c6c0e=this[_0x16e02f(0x425)],_0x4a5f68=this[_0x16e02f(0x7fc)][_0x16e02f(0x681)](_0x4c6c0e[_0x16e02f(0x340)],_0x50fd52[_0x16e02f(0x70c)]);if(!_0x4a5f68)return;let _0x48098e=this[_0x16e02f(0x67a)](_0x33229d,_0x4a5f68),_0x134963=''+Qc+_0x4c6c0e[_0x16e02f(0x340)]+'-'+_0x4c6c0e[_0x16e02f(0xaa1)]+'-'+_0x4c6c0e['drawingId'],_0x26a77b=_0x33229d[_0x16e02f(0x22f)](_0x134963);if(!_0x26a77b)return;let _0x2eaaae=_0x4c6c0e[_0x16e02f(0x431)],_0x32a486=this[_0x16e02f(0x1c1)](_0x2eaaae);if(!_0x32a486)return;let _0x233e23={..._0x2eaaae,'transform':{..._0x2eaaae[_0x16e02f(0x985)],'left':_0x26a77b[_0x16e02f(0x88e)]-_0x48098e[_0x16e02f(0x88e)],'top':_0x26a77b[_0x16e02f(0x19e)]-_0x48098e[_0x16e02f(0x19e)],'width':(_0x434a37=(_0x200a10=_0x26a77b[_0x16e02f(0xa28)])==null?_0x2eaaae[_0x16e02f(0x985)][_0x16e02f(0xa28)]:_0x200a10)==null?0x0:_0x434a37,'height':(_0x14f3f4=(_0xe12d8e=_0x26a77b[_0x16e02f(0x47c)])==null?_0x2eaaae[_0x16e02f(0x985)][_0x16e02f(0x47c)]:_0xe12d8e)==null?0x0:_0x14f3f4,'rotation':(_0xc80181=(_0x46219c=_0x26a77b[_0x16e02f(0xa17)])==null?_0x2eaaae['transform'][_0x16e02f(0x304)]:_0x46219c)==null?0x0:_0xc80181,'flipX':(_0x149e32=(_0x50c83d=_0x26a77b[_0x16e02f(0x2e3)])==null?_0x2eaaae['transform'][_0x16e02f(0x2e3)]:_0x50c83d)==null?!0x1:_0x149e32,'flipY':(_0xd28de3=(_0x1a5b03=_0x26a77b[_0x16e02f(0x8dd)])==null?_0x2eaaae['transform'][_0x16e02f(0x8dd)]:_0x1a5b03)==null?!0x1:_0xd28de3}},_0x3990a0=this[_0x16e02f(0x243)](_0x233e23,_0x32a486,_0x48098e);_0x3990a0&&(this['_handles'][0x0][_0x16e02f(0x363)]({'left':_0x3990a0[_0x16e02f(0x2c7)]['x']-0x6,'top':_0x3990a0['start']['y']-0x6}),this[_0x16e02f(0x9e5)][0x1][_0x16e02f(0x363)]({'left':_0x3990a0[_0x16e02f(0x9d0)]['x']-0x6,'top':_0x3990a0[_0x16e02f(0x9d0)]['y']-0x6}),_0x33229d['makeDirty'](!0x0));}['_subscribeToSceneLayoutChanges'](){const _0x239f1a=_0x2d3867;let {engine:_0xfeb2f0,unitId:_0x53ae58}=this[_0x239f1a(0x9b2)],_0x4be13f=this['_instanceSrv'][_0x239f1a(0x681)](_0x53ae58,_0x50fd52[_0x239f1a(0x70c)]);_0x4be13f&&(this['disposeWithMe'](_0x228c67(_0xfeb2f0[_0x239f1a(0x7eb)]['subscribeEvent'](()=>{this['_scheduleRefreshActiveHandlesWithFollowUp']();}))),this[_0x239f1a(0x78d)](_0x228c67(_0x4be13f['zoomRatio$'][_0x239f1a(0x3c8)](_0x2f3966(this[_0x239f1a(0x944)]))[_0x239f1a(0x6ca)](()=>{const _0x40c3c9=_0x239f1a;this[_0x40c3c9(0x871)]();}))));}[_0x2d3867(0x871)](){this['_scheduleRefreshActiveHandles'](),setTimeout(()=>{this['_scheduleRefreshActiveHandles']();},0x50);}['_scheduleRefreshActiveHandles'](){const _0xd4de19=_0x2d3867;this[_0xd4de19(0x852)]||(this[_0xd4de19(0x852)]=!0x0,Promise['resolve']()[_0xd4de19(0x961)](()=>{const _0x343460=_0xd4de19;this[_0x343460(0x852)]=!0x1,this[_0x343460(0x7e3)]();}));}[_0x2d3867(0x7e3)](){const _0x2a71e2=_0x2d3867;if(this[_0x2a71e2(0xa27)]||!this['_activeFocusedDrawing'])return;let _0x48a43d=this[_0x2a71e2(0xa85)][_0x2a71e2(0x364)](this['_activeFocusedDrawing']);if(this['_clearHandles'](),!_0x48a43d||!this[_0x2a71e2(0x6c0)](_0x48a43d)){this['_activeFocusedDrawing']=null;return;}this[_0x2a71e2(0x425)]=_0x48a43d,this[_0x2a71e2(0x994)](_0x48a43d);}[_0x2d3867(0x994)](_0x486a7a){const _0x2f6042=_0x2d3867;let _0x1f3ca8=this[_0x2f6042(0x1c1)](_0x486a7a[_0x2f6042(0x431)]);if(!_0x1f3ca8)return;let _0xd63038=this['_instanceSrv'][_0x2f6042(0x681)](_0x486a7a['unitId'],_0x50fd52[_0x2f6042(0x70c)]);if(!_0xd63038)return;let _0x5cec95=this[_0x2f6042(0x67a)](this[_0x2f6042(0x9b2)][_0x2f6042(0x711)],_0xd63038),_0x1b38a0=this['_getEndpointWorldPoints'](_0x486a7a[_0x2f6042(0x431)],_0x1f3ca8,_0x5cec95);if(!_0x1b38a0)return;let {scene:_0x56948b}=this['_renderContext'],_0x242550=new Sy(_0x2f6042(0x66e)+_0x486a7a[_0x2f6042(0x31e)],{'left':_0x1b38a0['start']['x']-0x6,'top':_0x1b38a0[_0x2f6042(0x2c7)]['y']-0x6,'isStart':!0x0,'zIndex':Dy}),_0x3afd4e=new Sy(_0x2f6042(0x40e)+_0x486a7a[_0x2f6042(0x31e)],{'left':_0x1b38a0[_0x2f6042(0x9d0)]['x']-0x6,'top':_0x1b38a0[_0x2f6042(0x9d0)]['y']-0x6,'isStart':!0x1,'zIndex':Dy});this[_0x2f6042(0xaad)](_0x242550,_0x486a7a,!0x0,_0x5cec95),this[_0x2f6042(0xaad)](_0x3afd4e,_0x486a7a,!0x1,_0x5cec95),_0x56948b[_0x2f6042(0x931)](_0x242550,Ey),_0x56948b[_0x2f6042(0x931)](_0x3afd4e,Ey),this[_0x2f6042(0x9e5)][_0x2f6042(0x39b)](_0x242550,_0x3afd4e),_0x56948b[_0x2f6042(0x25f)](!0x0);}[_0x2d3867(0xaad)](_0x5b2cdf,_0x398105,_0x1eca68,_0x4d8103){const _0x30d50d=_0x2d3867;let {scene:_0x34c0d3}=this[_0x30d50d(0x9b2)],_0xeb7307=_0x5b2cdf['onPointerDown$'][_0x30d50d(0x551)]((_0x1d4528,_0x21fc8c)=>{const _0x429d5f=_0x30d50d;var _0x2b21db,_0x47fe01,_0x92a1cd;if(_0x1d4528['button']!==0x0)return;_0x21fc8c[_0x429d5f(0x95f)](),_0x34c0d3[_0x429d5f(0x7e2)](),this[_0x429d5f(0x2ff)]['suspendHandles'](),this[_0x429d5f(0x881)]=null;let _0x2adf60=_0x398105['element'],_0x4dc989=this[_0x429d5f(0x1c1)](_0x2adf60);if(!_0x4dc989){_0x34c0d3[_0x429d5f(0x729)]();return;}let _0x1906ab=this['_getEndpointWorldPoints'](_0x2adf60,_0x4dc989,_0x4d8103);if(!_0x1906ab){_0x34c0d3[_0x429d5f(0x729)]();return;}this[_0x429d5f(0xa27)]=!0x0;let _0x471624=_0x1eca68?this[_0x429d5f(0x9e5)][0x1]:this['_handles'][0x0],_0x529fff=_0x471624?{'x':_0x471624[_0x429d5f(0x88e)]+0x6,'y':_0x471624['top']+0x6}:_0x1eca68?_0x1906ab[_0x429d5f(0x9d0)]:_0x1906ab[_0x429d5f(0x2c7)],_0x3039da=_0x1eca68?(_0x2b21db=_0x4dc989[_0x429d5f(0x898)])==null?void 0x0:_0x2b21db['to']:(_0x47fe01=_0x4dc989[_0x429d5f(0x898)])==null?void 0x0:_0x47fe01[_0x429d5f(0xad9)],_0x16b2a4=(_0x92a1cd=_0x4dc989[_0x429d5f(0x5d6)])==null?_0x3da99c[_0x429d5f(0x542)]:_0x92a1cd,_0x7ed9d6=''+Qc+_0x398105[_0x429d5f(0x340)]+'-'+_0x398105[_0x429d5f(0xaa1)]+'-'+_0x398105[_0x429d5f(0x31e)],_0xbcb65c=_0x34c0d3[_0x429d5f(0x22f)](_0x7ed9d6),_0x4056fc=this[_0x429d5f(0x40c)](_0x1d4528),_0x1f1e4b=null,_0x590a2d=_0x1eca68?_0x1906ab['start']:_0x1906ab['end'],_0x22fb45=!0x1,_0x2f9b7d=null,_0x4a554c=_0x34c0d3[_0x429d5f(0x5c7)][_0x429d5f(0x551)](_0x3ee52f=>{const _0x2cfd4f=_0x429d5f;var _0x3b724c;let _0x3a4d3c=this['_resolvePointerScenePoint'](_0x3ee52f);if(_0x22fb45=_0x22fb45||this[_0x2cfd4f(0x4e1)](_0x4056fc,_0x3a4d3c),!_0x22fb45)return;let _0x579acf=this[_0x2cfd4f(0xa09)](_0x3a4d3c,_0x398105,_0x4d8103);this[_0x2cfd4f(0x881)]=_0x579acf;let _0x131894=_0x579acf?_0x579acf[_0x2cfd4f(0x449)]+':'+_0x579acf['cxnIndex']:null;_0x131894!==_0x2f9b7d&&(_0x2f9b7d=_0x131894);let _0x56cbe8=(_0x3b724c=_0x579acf==null?void 0x0:_0x579acf[_0x2cfd4f(0xaab)])==null?_0x3a4d3c:_0x3b724c;if(_0x590a2d=_0x56cbe8,_0x5b2cdf[_0x2cfd4f(0x363)]({'left':_0x56cbe8['x']-0x6,'top':_0x56cbe8['y']-0x6}),_0xbcb65c){let _0x20c96a=this[_0x2cfd4f(0x699)](_0x398105,_0x16b2a4,_0x529fff,_0x56cbe8,_0x1eca68,_0x3039da,_0x579acf,_0x4dc989,_0x4d8103);_0x20c96a&&(_0x1f1e4b=_0x20c96a,this[_0x2cfd4f(0x963)](_0xbcb65c,_0x20c96a));}_0x34c0d3[_0x2cfd4f(0x25f)](!0x0);}),_0x196a11=_0x34c0d3['onPointerUp$'][_0x429d5f(0x551)](_0x1867a5=>{const _0x5ab351=_0x429d5f;_0x4a554c==null||_0x4a554c[_0x5ab351(0x23d)](),_0x196a11==null||_0x196a11[_0x5ab351(0x23d)](),_0x34c0d3[_0x5ab351(0x729)](),this[_0x5ab351(0xa27)]=!0x1,this[_0x5ab351(0x2ff)]['restoreHandles']();let _0x18fa72=this[_0x5ab351(0x881)];this[_0x5ab351(0x881)]=null,this[_0x5ab351(0x462)](),_0x22fb45&&(_0x1f1e4b?this[_0x5ab351(0xac4)](_0x398105,_0x1eca68,_0x1f1e4b,_0x18fa72,_0x4dc989):this[_0x5ab351(0x250)](_0x398105,_0x1eca68,_0x590a2d['x'],_0x590a2d['y'],_0x4d8103,_0x18fa72));});this['disposeWithMe'](_0x228c67(_0x4a554c)),this['disposeWithMe'](_0x228c67(_0x196a11));});this[_0x30d50d(0x78d)](_0x228c67(_0xeb7307));}['_applyConnectorRouteLayoutToVisualObject'](_0x22a392,_0x33fb36){const _0x182739=_0x2d3867;var _0x574e82,_0xcaa076,_0x4b60a4;let _0x5e6e14=_0x22a392,_0x2ab357=_0x22a392 instanceof Ls?_0x22a392[_0x182739(0x5c6)]():(_0x574e82=_0x5e6e14[_0x182739(0x5c6)])==null?void 0x0:_0x574e82[_0x182739(0x739)](_0x5e6e14);if(_0x2ab357){let _0x19ecb6=_0x33fb36['lineType'];_0x2ab357['getShapeType']()!==_0x19ecb6&&_0x2ab357[_0x182739(0x872)](_0x19ecb6),_0x2ab357[_0x182739(0x36d)]();for(let [_0x4a39e0,_0x5565e4]of Object[_0x182739(0x325)](_0x33fb36[_0x182739(0x264)]))_0x2ab357[_0x182739(0x3e1)](_0x4a39e0,_0x5565e4);_0x2ab357[_0x182739(0x4f5)]({'width':_0x33fb36[_0x182739(0x748)][_0x182739(0xa28)],'height':_0x33fb36[_0x182739(0x748)][_0x182739(0x47c)]}),_0x2ab357[_0x182739(0x358)]();}(_0xcaa076=_0x5e6e14['transformByState'])==null||_0xcaa076['call'](_0x5e6e14,{'flipX':_0x33fb36[_0x182739(0x748)][_0x182739(0x2e3)],'flipY':_0x33fb36['worldRect']['flipY'],'left':_0x33fb36[_0x182739(0x748)][_0x182739(0x88e)],'top':_0x33fb36[_0x182739(0x748)][_0x182739(0x19e)],'width':_0x33fb36[_0x182739(0x748)][_0x182739(0xa28)],'height':_0x33fb36['worldRect'][_0x182739(0x47c)],'angle':_0x33fb36['rotation']}),(_0x4b60a4=_0x5e6e14[_0x182739(0x25f)])==null||_0x4b60a4[_0x182739(0x739)](_0x5e6e14,!0x0);}['_hasMeaningfulPointerDrag'](_0x2d7f89,_0x2acc1f){const _0x5e741c=_0x2d3867;let _0x25ffa0=_0x2acc1f['x']-_0x2d7f89['x'],_0xf7cc05=_0x2acc1f['y']-_0x2d7f89['y'];return Math[_0x5e741c(0x2c9)](_0x25ffa0*_0x25ffa0+_0xf7cc05*_0xf7cc05)>=0x5;}['_resolvePointerScenePoint'](_0xf72dd){const _0x1a20e2=_0x2d3867;var _0x4211ce,_0x27c2b1,_0x505058;let {scene:_0x57c4e9}=this[_0x1a20e2(0x9b2)],_0x1a6e6b=(_0x4211ce=_0x57c4e9[_0x1a20e2(0x4a4)])==null?void 0x0:_0x4211ce[_0x1a20e2(0x739)](_0x57c4e9),_0x2e9449=this[_0x1a20e2(0x6eb)](_0x1a6e6b==null?void 0x0:_0x1a6e6b['scaleX'],_0x57c4e9[_0x1a20e2(0x2ab)]||0x1),_0x58eec8=this['_safePositiveNumber'](_0x1a6e6b==null?void 0x0:_0x1a6e6b[_0x1a20e2(0x2e8)],_0x57c4e9[_0x1a20e2(0x2e8)]||_0x57c4e9[_0x1a20e2(0x2ab)]||0x1),_0x4735ee=_0x57c4e9['getViewport'](bu),_0x19f64f=(_0x27c2b1=_0x4735ee==null?void 0x0:_0x4735ee[_0x1a20e2(0x16d)])==null?0x0:_0x27c2b1,_0x4b13b7=(_0x505058=_0x4735ee==null?void 0x0:_0x4735ee[_0x1a20e2(0x1ca)])==null?0x0:_0x505058;return{'x':_0xf72dd[_0x1a20e2(0x5c8)]/_0x2e9449+_0x19f64f,'y':_0xf72dd[_0x1a20e2(0x5c0)]/_0x58eec8+_0x4b13b7};}[_0x2d3867(0xa09)](_0x2ac82c,_0x2bbf6e,_0x33f175){const _0x57501f=_0x2d3867;let _0x2313af=this['_findTargetShapeAtPoint'](_0x2ac82c,_0x2bbf6e,_0x33f175);return _0x2313af?(this['_activeTargetShapeId']!==_0x2313af[_0x57501f(0x31e)]&&(this[_0x57501f(0x462)](),this[_0x57501f(0x165)](_0x2313af,_0x33f175),this[_0x57501f(0x710)]=_0x2313af[_0x57501f(0x31e)]),this[_0x57501f(0x878)](_0x2ac82c)):this['_findNearestConnectionSite'](_0x2ac82c)||(this[_0x57501f(0x462)](),null);}[_0x2d3867(0x379)](_0x14c5aa,_0x2e50fe,_0x3a9f04){const _0x37c841=_0x2d3867;let _0x394814=this[_0x37c841(0xa85)][_0x37c841(0x671)](_0x2e50fe[_0x37c841(0x340)],_0x2e50fe[_0x37c841(0xaa1)]);for(let _0x2337bc of Object[_0x37c841(0x6aa)](_0x394814)){if(_0x2337bc===_0x2e50fe[_0x37c841(0x31e)])continue;let _0x2bfcf2=_0x394814[_0x2337bc];if(!(!_0x2bfcf2||!_0x2bfcf2[_0x37c841(0x431)]||_0x2bfcf2['hidden'])&&!this[_0x37c841(0x6c0)](_0x2bfcf2)&&this[_0x37c841(0x384)](_0x2bfcf2,_0x14c5aa,_0x3a9f04)&&this['_resolveConnectionSiteDefs'](_0x2bfcf2,_0x3a9f04)[_0x37c841(0xa73)]!==0x0)return _0x2bfcf2;}return null;}['_showConnectionSites'](_0x472904,_0xb49e79){const _0xbfa270=_0x2d3867;let {scene:_0x19daff}=this[_0xbfa270(0x9b2)],_0x482a4f=this['_resolveConnectionSiteDefs'](_0x472904,_0xb49e79);if(_0x482a4f[_0xbfa270(0xa73)]){for(let _0x2b9298 of _0x482a4f){let _0x349596=_0xbfa270(0x81d)+_0x472904[_0xbfa270(0x31e)]+'-'+_0x2b9298[_0xbfa270(0x2f3)],_0x5e8570=_0x5dfebb['cxnPointRadius'],_0x4c2779=new _0x4e3c17(_0x349596,{'left':_0x2b9298['worldPoint']['x']-_0x5e8570,'top':_0x2b9298[_0xbfa270(0xaab)]['y']-_0x5e8570,'width':_0x5e8570*0x2,'height':_0x5e8570*0x2,'radius':_0x5e8570,'fill':ho,'stroke':go,'strokeWidth':1.5,'evented':!0x1,'zIndex':Dy});_0x19daff[_0xbfa270(0x931)](_0x4c2779,Ey),this[_0xbfa270(0x6f2)][_0xbfa270(0x39b)]({..._0x2b9298,'shapeId':_0x472904[_0xbfa270(0x31e)],'siteObject':_0x4c2779});}_0x19daff[_0xbfa270(0x25f)](!0x0);}}['_findNearestConnectionSite'](_0x5583d1){const _0x13fcef=_0x2d3867;let _0x1696cf=null,_0xf8054f=0x1/0x0;for(let _0x5388a3 of this[_0x13fcef(0x6f2)]){let _0x9f9964=_0x5583d1['x']-_0x5388a3[_0x13fcef(0xaab)]['x'],_0x10555c=_0x5583d1['y']-_0x5388a3[_0x13fcef(0xaab)]['y'],_0x494473=Math[_0x13fcef(0x2c9)](_0x9f9964*_0x9f9964+_0x10555c*_0x10555c);_0x494473<_0xf8054f&&(_0xf8054f=_0x494473,_0x1696cf=_0x5388a3);}let _0x1dd313=_0x1696cf&&_0xf8054f<=0xa?_0x1696cf[_0x13fcef(0x2f3)]:-0x1;if(_0x1dd313!==this[_0x13fcef(0x6d9)]){for(let _0x3cea5c of this[_0x13fcef(0x6f2)]){let _0x55eced=_0x3cea5c[_0x13fcef(0x2f3)]===_0x1dd313;_0x3cea5c[_0x13fcef(0x788)][_0x13fcef(0x956)]({'fill':_0x55eced?_o:ho,'stroke':_0x55eced?vo:go,'strokeWidth':_0x55eced?0x2:1.5}),_0x3cea5c['siteObject'][_0x13fcef(0x25f)](!0x0);}this['_highlightedSiteIndex']=_0x1dd313;}return!_0x1696cf||_0xf8054f>0xa?null:{'shapeId':_0x1696cf[_0x13fcef(0x449)],'cxnIndex':_0x1696cf[_0x13fcef(0x2f3)],'worldPoint':_0x1696cf['worldPoint'],'angle':_0x1696cf[_0x13fcef(0xa17)]};}[_0x2d3867(0x250)](_0x3fe6b7,_0x4b0e2a,_0x253da3,_0x4bb078,_0x372df4,_0x5a5525){const _0xa05c4b=_0x2d3867;var _0xfef41,_0x4a08d0,_0x3bd819,_0x4e20a6;if(!this[_0xa05c4b(0x6c0)](_0x3fe6b7))return;let _0x312feb=_0x3fe6b7[_0xa05c4b(0x431)],_0x3bcdf0=this['_getConnectorData'](_0x312feb);if(!_0x3bcdf0)return;let _0x1c6b90=this['_getEndpointWorldPoints'](_0x312feb,_0x3bcdf0,_0x372df4);if(!_0x1c6b90)return;let _0x42b59c=_0x4b0e2a?_0x1c6b90[_0xa05c4b(0x9d0)]:_0x1c6b90[_0xa05c4b(0x2c7)],_0x16e732=(_0xfef41=_0x5a5525==null?void 0x0:_0x5a5525[_0xa05c4b(0xaab)])==null?{'x':_0x253da3,'y':_0x4bb078}:_0xfef41,_0x2a3115=(_0x4a08d0=_0x3bcdf0[_0xa05c4b(0x5d6)])==null?_0x3da99c[_0xa05c4b(0x542)]:_0x4a08d0,_0x36f027=_0x4b0e2a?(_0x3bd819=_0x3bcdf0[_0xa05c4b(0x898)])==null?void 0x0:_0x3bd819['to']:(_0x4e20a6=_0x3bcdf0['relation'])==null?void 0x0:_0x4e20a6[_0xa05c4b(0xad9)],_0x43157e=this['_buildRouteLayout'](_0x3fe6b7,_0x2a3115,_0x42b59c,_0x16e732,_0x4b0e2a,_0x36f027,_0x5a5525,_0x3bcdf0,_0x372df4);if(!_0x43157e)return;let _0x5c54c0=this['_buildUpdatedRelation'](_0x3bcdf0,_0x4b0e2a,_0x5a5525),_0x555af9=this['_buildUpdatedElement'](_0x312feb,_0x3bcdf0,_0x43157e,_0x372df4,_0x5c54c0);this[_0xa05c4b(0x5a5)]['executeCommand'](_0x2a956c['id'],{'preserveConnectorRelations':!0x0,'patches':[{'unitId':_0x3fe6b7[_0xa05c4b(0x340)],'subUnitId':_0x3fe6b7[_0xa05c4b(0xaa1)],'drawingId':_0x3fe6b7[_0xa05c4b(0x31e)],'element':_0x555af9[_0xa05c4b(0x431)],'transform':_0x555af9[_0xa05c4b(0x985)]}]});}[_0x2d3867(0xac4)](_0x453a81,_0x30b360,_0x3b37c6,_0x4b8041,_0x13474c){const _0x323c64=_0x2d3867;let _0x5d050e=this[_0x323c64(0x7fc)][_0x323c64(0x681)](_0x453a81[_0x323c64(0x340)],_0x50fd52[_0x323c64(0x70c)]);if(!_0x5d050e)return;let {scene:_0x131142}=this[_0x323c64(0x9b2)],_0x5a497d=this[_0x323c64(0x67a)](_0x131142,_0x5d050e),_0x307518=_0x453a81[_0x323c64(0x431)],_0x5f44c4=this[_0x323c64(0x72a)](_0x13474c,_0x30b360,_0x4b8041),_0x6de41e=this[_0x323c64(0xa90)](_0x307518,_0x13474c,_0x3b37c6,_0x5a497d,_0x5f44c4);this[_0x323c64(0x5a5)][_0x323c64(0x6bc)](_0x2a956c['id'],{'preserveConnectorRelations':!0x0,'patches':[{'unitId':_0x453a81[_0x323c64(0x340)],'subUnitId':_0x453a81['subUnitId'],'drawingId':_0x453a81[_0x323c64(0x31e)],'element':_0x6de41e[_0x323c64(0x431)],'transform':_0x6de41e[_0x323c64(0x985)]}]});}[_0x2d3867(0x72a)](_0x47eb5d,_0x5cb8d5,_0x3e47b7){const _0x2d880b=_0x2d3867;var _0x35cdea;let _0x5a2ac3={...(_0x35cdea=_0x47eb5d['relation'])==null?{}:_0x35cdea},_0x5f44ed=_0x3e47b7?{'shapeId':_0x3e47b7[_0x2d880b(0x449)],'cxnIndex':_0x3e47b7[_0x2d880b(0x2f3)]}:void 0x0;return _0x5cb8d5?_0x5f44ed?_0x5a2ac3[_0x2d880b(0xad9)]=_0x5f44ed:delete _0x5a2ac3[_0x2d880b(0xad9)]:_0x5f44ed?_0x5a2ac3['to']=_0x5f44ed:delete _0x5a2ac3['to'],_0x5a2ac3[_0x2d880b(0xad9)]||_0x5a2ac3['to']?_0x5a2ac3:void 0x0;}[_0x2d3867(0xa90)](_0x218058,_0x906aad,_0x4eab70,_0x4f31e6,_0x1106cf){const _0x1abfd5=_0x2d3867;var _0x1db3e6,_0x9069ce,_0x2f9d4b,_0x2656c8,_0x58cce2,_0xb843a,_0x70dc1c,_0x3e2dd7,_0x2291d1,_0x8371ba;let _0x5b3017=_0x4eab70[_0x1abfd5(0x748)],_0x31e67e={..._0x218058[_0x1abfd5(0x985)],'left':_0x5b3017[_0x1abfd5(0x88e)]-_0x4f31e6['left'],'top':_0x5b3017[_0x1abfd5(0x19e)]-_0x4f31e6[_0x1abfd5(0x19e)],'width':Math[_0x1abfd5(0x55a)](0x1,_0x5b3017[_0x1abfd5(0xa28)]),'height':Math['max'](0x1,_0x5b3017[_0x1abfd5(0x47c)]),'rotation':(_0x1db3e6=_0x4eab70['rotation'])==null?0x0:_0x1db3e6,'flipX':(_0x9069ce=_0x5b3017[_0x1abfd5(0x2e3)])==null?!0x1:_0x9069ce,'flipY':(_0x2f9d4b=_0x5b3017['flipY'])==null?!0x1:_0x2f9d4b},_0x40397f={..._0x906aad,'points':void 0x0,'adjustValues':_0x4eab70[_0x1abfd5(0x264)],'shapeType':_0x4eab70[_0x1abfd5(0x3f8)],'relation':_0x1106cf},_0x58a1be;return _0x58a1be=_0x218058['type']===_0x440e4e[_0x1abfd5(0x478)]?{..._0x218058,'transform':_0x31e67e,'connectorData':_0x40397f}:{..._0x218058,'transform':_0x31e67e,'shapeData':_0x40397f},{'element':_0x58a1be,'transform':{'left':(_0x2656c8=_0x31e67e[_0x1abfd5(0x88e)])==null?0x0:_0x2656c8,'top':(_0x58cce2=_0x31e67e[_0x1abfd5(0x19e)])==null?0x0:_0x58cce2,'width':(_0xb843a=_0x31e67e['width'])==null?0x0:_0xb843a,'height':(_0x70dc1c=_0x31e67e[_0x1abfd5(0x47c)])==null?0x0:_0x70dc1c,'angle':(_0x3e2dd7=_0x31e67e[_0x1abfd5(0x304)])==null?0x0:_0x3e2dd7,'flipX':(_0x2291d1=_0x31e67e['flipX'])==null?!0x1:_0x2291d1,'flipY':(_0x8371ba=_0x31e67e[_0x1abfd5(0x8dd)])==null?!0x1:_0x8371ba}};}[_0x2d3867(0x699)](_0x54d2d0,_0x45c636,_0x11bc13,_0x4525e8,_0x58b0c2,_0x47c949,_0x4455b2,_0x1fda94,_0x1a5eee){const _0x5acad2=_0x2d3867;var _0x4346da,_0x3ef63c;let _0x281a07=_0x47c949?this['_getConnectPointInfo'](_0x54d2d0,_0x47c949,_0x1a5eee):this['_createFreePointInfo'](_0x4525e8,_0x11bc13),_0x5570cb=_0x4455b2?this[_0x5acad2(0x65c)](_0x54d2d0,_0x4455b2,_0x1a5eee):this[_0x5acad2(0xaa7)](_0x11bc13,_0x4525e8);if(_0x47c949&&_0x281a07&&_0x5570cb)return _0x23972b(_0xb65393(_0x58b0c2?_0x5570cb:_0x281a07,_0x58b0c2?_0x281a07:_0x5570cb,_0x45c636),_0x45c636);let _0xc68a61=this[_0x5acad2(0x530)](_0x54d2d0['element'],_0x1fda94,(_0x4346da=_0x54d2d0[_0x5acad2(0x431)][_0x5acad2(0x985)][_0x5acad2(0xa28)])==null?0x0:_0x4346da,(_0x3ef63c=_0x54d2d0['element'][_0x5acad2(0x985)][_0x5acad2(0x47c)])==null?0x0:_0x3ef63c),_0x2b0b32=_0x45c636===_0x3da99c[_0x5acad2(0x651)]||_0x45c636===_0x3da99c[_0x5acad2(0x542)],_0xa3c6d4=_0x4cd039(_0x45c636),_0x4a7ccb=_0xc68a61[_0x5acad2(0xac6)](_0x447d8e=>_0x447d8e&&Number[_0x5acad2(0x6ab)](_0x447d8e['x'])&&Number['isFinite'](_0x447d8e['y']))[_0x5acad2(0xa73)]>=(_0xa3c6d4?0x3:0x2)?_0x30ee2e[_0x5acad2(0xad3)](_0xc68a61,_0xa3c6d4):_0x5acad2(0x7c8);return _0x23972b((_0x2b0b32?_0x30ee2e[_0x5acad2(0x2d2)](_0x58b0c2?_0x4525e8:_0x11bc13,_0x58b0c2?_0x11bc13:_0x4525e8):_0x30ee2e[_0x5acad2(0x48d)](_0x11bc13,_0x4525e8,_0x58b0c2,_0x4a7ccb))[_0x5acad2(0x5d4)],_0x45c636);}[_0x2d3867(0xaa7)](_0xfeed1c,_0x2162b5){const _0xce203c=_0x2d3867;return{'point':_0x2162b5,'angle':this[_0xce203c(0xa56)](_0xfeed1c,_0x2162b5),'bounds':{'left':_0x2162b5['x'],'top':_0x2162b5['y'],'width':0x0,'height':0x0}};}[_0x2d3867(0x65c)](_0x4a2de5,_0x41b20a,_0x184d82){const _0x3107c7=_0x2d3867;let _0x22e667=this['_slideDrawingService'][_0x3107c7(0x364)]({'unitId':_0x4a2de5[_0x3107c7(0x340)],'subUnitId':_0x4a2de5[_0x3107c7(0xaa1)],'drawingId':_0x41b20a[_0x3107c7(0x449)]});if(!_0x22e667)return null;let _0x354f97=this[_0x3107c7(0x73f)](_0x22e667,_0x22e667[_0x3107c7(0x431)],_0x184d82,!0x0);return{'point':_0x41b20a[_0x3107c7(0xaab)],'angle':_0x41b20a[_0x3107c7(0xa17)],'bounds':_0x354f97};}[_0x2d3867(0x904)](_0x117ead,_0x725e63,_0x55afb1,_0x119a24,_0x45abc9){const _0x38616f=_0x2d3867;let _0x56bee7=this[_0x38616f(0xa85)]['getDrawingByParam']({'unitId':_0x117ead[_0x38616f(0x340)],'subUnitId':_0x117ead[_0x38616f(0xaa1)],'drawingId':_0x725e63[_0x38616f(0x449)]});if(!_0x56bee7)return null;let _0x44f7fa=_0x119a24&&_0x45abc9&&_0x725e63['shapeId']===_0x119a24?{..._0x56bee7['element'],'transform':_0x45abc9}:_0x56bee7[_0x38616f(0x431)],_0x25d9f3=(_0x119a24&&_0x45abc9&&_0x725e63[_0x38616f(0x449)]===_0x119a24?this['_resolveConnectionSiteDefs'](_0x44f7fa,_0x55afb1):this[_0x38616f(0x455)](_0x56bee7,_0x55afb1))[_0x38616f(0x43b)](_0x5e95ee=>_0x5e95ee[_0x38616f(0x2f3)]===_0x725e63['cxnIndex']);if(!_0x25d9f3)return null;let _0x5a5973=!(_0x119a24&&_0x45abc9&&_0x725e63[_0x38616f(0x449)]===_0x119a24),_0x21adb8=this[_0x38616f(0x73f)](_0x56bee7,_0x44f7fa,_0x55afb1,_0x5a5973);return{'point':_0x25d9f3['worldPoint'],'angle':_0x25d9f3[_0x38616f(0xa17)],'bounds':_0x21adb8};}['_resolveConnectionSiteDefs'](_0x2f8b4e,_0x1fcde3){const _0x13f638=_0x2d3867;var _0x7b527c,_0x42cb71,_0x3b8d04,_0x3b37b1,_0x115d55,_0x4b72d5,_0x1a5669,_0x5b071d,_0x51aee4,_0x1c4c57,_0xe73dc5;let _0x54be14=this[_0x13f638(0x6f1)](_0x2f8b4e)?_0x2f8b4e:null,_0x3f1b70=_0x54be14?_0x54be14[_0x13f638(0x431)]:_0x2f8b4e,_0x259ba5=(_0x7b527c=_0x3f1b70[_0x13f638(0x985)])==null?{}:_0x7b527c,_0x283dda=_0x54be14?this[_0x13f638(0x732)](_0x54be14):null,_0x125a5f=this[_0x13f638(0x573)](_0x283dda),_0x20b6b7={'left':_0x1fcde3['left']+((_0x42cb71=_0x259ba5[_0x13f638(0x88e)])==null?0x0:_0x42cb71),'top':_0x1fcde3['top']+((_0x3b8d04=_0x259ba5[_0x13f638(0x19e)])==null?0x0:_0x3b8d04),'width':(_0x3b37b1=(_0x115d55=_0x125a5f==null?void 0x0:_0x125a5f[_0x13f638(0x3be)][_0x13f638(0xa28)])==null?_0x259ba5[_0x13f638(0xa28)]:_0x115d55)==null?0x0:_0x3b37b1,'height':(_0x4b72d5=(_0x1a5669=_0x125a5f==null?void 0x0:_0x125a5f['realBound'][_0x13f638(0x47c)])==null?_0x259ba5[_0x13f638(0x47c)]:_0x1a5669)==null?0x0:_0x4b72d5,'flipX':(_0x5b071d=_0x259ba5['flipX'])==null?!0x1:_0x5b071d,'flipY':(_0x51aee4=_0x259ba5[_0x13f638(0x8dd)])==null?!0x1:_0x51aee4,'angle':(_0x1c4c57=(_0xe73dc5=_0x259ba5[_0x13f638(0x304)])==null?_0x259ba5['angle']:_0xe73dc5)==null?0x0:_0x1c4c57},_0xe6d3dd=new _0x30ee2e(_0x20b6b7),_0x28e0d8=_0x594f36=>_0x125a5f?this['_applyRenderTransformToLocalPoint'](_0x594f36,_0x125a5f):_0xe6d3dd[_0x13f638(0xac0)](_0x594f36),_0x2b6103=_0x39fb36=>_0x125a5f?this[_0x13f638(0x234)](_0x39fb36,_0x125a5f['effectiveTransform']):this['_normalizeAngle'](this[_0x13f638(0x954)](_0x39fb36,_0x20b6b7[_0x13f638(0x2e3)],_0x20b6b7[_0x13f638(0x8dd)],_0x20b6b7[_0x13f638(0xa17)]));if(_0x3f1b70[_0x13f638(0x866)]===_0x440e4e['Shape']){var _0x342215;let _0x400d7c=_0x3f1b70,_0x44d40d=(_0x342215=_0x400d7c[_0x13f638(0x5a6)])==null?void 0x0:_0x342215[_0x13f638(0x5d6)];if(!_0x44d40d||_0xb86505(_0x44d40d))return[];try{let _0x55ab28=new _0x234370(_0x44d40d,_0x400d7c['id']);return _0x55ab28[_0x13f638(0x1f1)](_0x400d7c[_0x13f638(0x5a6)]),_0x55ab28['updateContext']({'width':_0x20b6b7[_0x13f638(0xa28)],'height':_0x20b6b7[_0x13f638(0x47c)]}),_0x55ab28[_0x13f638(0x5f3)]()[_0x13f638(0x51d)](_0x35bb67=>{const _0x1be9d2=_0x13f638;let _0x4f71fe={'x':_0x35bb67['x'],'y':_0x35bb67['y']},_0x3eb92c=_0x28e0d8(_0x4f71fe),_0x23f0fc=_0x2b6103(_0x35bb67[_0x1be9d2(0x541)]/0xea60);return{'cxnIndex':_0x35bb67[_0x1be9d2(0x981)],'angle':_0x23f0fc,'localPoint':_0x4f71fe,'worldPoint':_0x3eb92c};});}catch{return[];}}return _0x3f1b70[_0x13f638(0x866)]===_0x440e4e[_0x13f638(0x9b4)]||_0x3f1b70[_0x13f638(0x866)]===_0x440e4e[_0x13f638(0x6e9)]?Oy['map'](_0x5b1cd4=>{const _0x2f16d9=_0x13f638;let _0x5c2794={'x':_0x5b1cd4['x']*_0x20b6b7['width'],'y':_0x5b1cd4['y']*_0x20b6b7[_0x2f16d9(0x47c)]},_0x59b670=_0x28e0d8(_0x5c2794);return{'cxnIndex':_0x5b1cd4['idx'],'angle':_0x2b6103(_0x5b1cd4[_0x2f16d9(0xa17)]),'localPoint':_0x5c2794,'worldPoint':_0x59b670};}):[];}[_0x2d3867(0x243)](_0x2eed64,_0x12fcba,_0x20c1d6){const _0x2553ac=_0x2d3867;var _0x331b6c,_0x3a1f50,_0x4e5e9a,_0x10747c,_0x58f754,_0x475428,_0x4ef62c;let _0xdd4c55=_0x2eed64[_0x2553ac(0x985)],_0xfbee18=(_0x331b6c=_0xdd4c55[_0x2553ac(0xa28)])==null?0x0:_0x331b6c,_0x55569a=(_0x3a1f50=_0xdd4c55['height'])==null?0x0:_0x3a1f50,_0x3d24e={'left':_0x20c1d6[_0x2553ac(0x88e)]+((_0x4e5e9a=_0xdd4c55[_0x2553ac(0x88e)])==null?0x0:_0x4e5e9a),'top':_0x20c1d6['top']+((_0x10747c=_0xdd4c55[_0x2553ac(0x19e)])==null?0x0:_0x10747c),'width':_0xfbee18,'height':_0x55569a,'flipX':(_0x58f754=_0xdd4c55[_0x2553ac(0x2e3)])==null?!0x1:_0x58f754,'flipY':(_0x475428=_0xdd4c55[_0x2553ac(0x8dd)])==null?!0x1:_0x475428,'angle':(_0x4ef62c=_0xdd4c55['rotation'])==null?0x0:_0x4ef62c},_0x407e5a=this[_0x2553ac(0x530)](_0x2eed64,_0x12fcba,_0xfbee18,_0x55569a);if(_0x407e5a['length']<0x2)return null;let _0x2cd623=new _0x30ee2e(_0x3d24e);return{'start':_0x2cd623[_0x2553ac(0xac0)](_0x407e5a[0x0]),'end':_0x2cd623[_0x2553ac(0xac0)](_0x407e5a[_0x407e5a[_0x2553ac(0xa73)]-0x1])};}[_0x2d3867(0x530)](_0x19e145,_0x21e0f0,_0x1a1097,_0x3173f2){const _0x2cf36d=_0x2d3867;var _0x314408,_0xe27cca;let _0x1f2285=((_0x314408=_0x21e0f0[_0x2cf36d(0x303)])==null?[]:_0x314408)[_0x2cf36d(0xac6)](_0x4ab94c=>_0x4ab94c&&Number[_0x2cf36d(0x6ab)](_0x4ab94c['x'])&&Number[_0x2cf36d(0x6ab)](_0x4ab94c['y']));if(_0x1f2285[_0x2cf36d(0xa73)]>=0x2)return _0x1f2285;let _0x108c4b=(_0xe27cca=_0x21e0f0['shapeType'])==null?_0x3da99c['StraightConnector1']:_0xe27cca;try{let _0x4aa823=new _0x234370(_0x108c4b,_0x19e145['id']);_0x4aa823[_0x2cf36d(0x1f1)](_0x21e0f0),_0x4aa823[_0x2cf36d(0x4f5)]({'width':_0x1a1097,'height':_0x3173f2});let _0x1cda8c=_0x4aa823['getConnectorLinePoints']()[_0x2cf36d(0xac6)](_0x14e24d=>_0x14e24d&&Number[_0x2cf36d(0x6ab)](_0x14e24d['x'])&&Number[_0x2cf36d(0x6ab)](_0x14e24d['y']));if(_0x1cda8c[_0x2cf36d(0xa73)]>=0x2)return _0x1cda8c;}catch{}return[{'x':0x0,'y':0x0},{'x':_0x1a1097,'y':_0x3173f2}];}['clearHandles'](){const _0x37119a=_0x2d3867;this[_0x37119a(0x28e)]();}[_0x2d3867(0x28e)](){const _0x1d5762=_0x2d3867;if(this[_0x1d5762(0x462)](),this['_handles']['length']===0x0)return;let {scene:_0x5864de}=this[_0x1d5762(0x9b2)];this[_0x1d5762(0x9e5)][_0x1d5762(0x3d8)](_0x364a18=>{const _0x295553=_0x1d5762;_0x5864de[_0x295553(0x25c)](_0x364a18),_0x364a18[_0x295553(0xa89)]();}),this[_0x1d5762(0x9e5)]=[],_0x5864de[_0x1d5762(0x25f)](!0x0);}[_0x2d3867(0x462)](){const _0x27941b=_0x2d3867;let {scene:_0x1def6a}=this['_renderContext'];this['_connectionSites'][_0x27941b(0x3d8)](_0x2e97f3=>{const _0x3edaa8=_0x27941b;_0x1def6a[_0x3edaa8(0x25c)](_0x2e97f3['siteObject']),_0x2e97f3[_0x3edaa8(0x788)]['dispose']();}),this[_0x27941b(0x6f2)]=[],this[_0x27941b(0x710)]=null,this[_0x27941b(0x6d9)]=-0x1,_0x1def6a[_0x27941b(0x25f)](!0x0);}[_0x2d3867(0x6c0)](_0x1ccb20){const _0x56edc5=_0x2d3867;var _0xb3f157;let _0x42dd5e=_0x1ccb20['element'];if(_0x42dd5e[_0x56edc5(0x866)]===_0x440e4e['Connector'])return!0x0;if(_0x42dd5e[_0x56edc5(0x866)]!==_0x440e4e[_0x56edc5(0x24b)])return!0x1;let _0x4b0d7c=(_0xb3f157=_0x42dd5e[_0x56edc5(0x5a6)])==null?void 0x0:_0xb3f157['shapeType'];return!!_0x4b0d7c&&_0xb86505(_0x4b0d7c);}[_0x2d3867(0x5cd)](_0x1786bd){const _0x18299a=_0x2d3867;var _0x10a597;if(_0x1786bd[_0x18299a(0x866)]===_0x440e4e[_0x18299a(0x478)])return!0x0;if(_0x1786bd['type']!==_0x440e4e[_0x18299a(0x24b)])return!0x1;let _0x4f73ac=(_0x10a597=_0x1786bd[_0x18299a(0x5a6)])==null?void 0x0:_0x10a597[_0x18299a(0x5d6)];return!!_0x4f73ac&&_0xb86505(_0x4f73ac);}[_0x2d3867(0x399)](_0xefff2,_0x360df1){const _0xbb6281=_0x2d3867;if(!this[_0xbb6281(0x5cd)](_0xefff2)||!this[_0xbb6281(0x5cd)](_0x360df1))return!0x1;let _0x335631=this[_0xbb6281(0x1c1)](_0xefff2),_0x3c2bb8=this['_getConnectorData'](_0x360df1);return!_0x335631||!_0x3c2bb8?!0x1:JSON[_0xbb6281(0x424)](_0x335631)===JSON[_0xbb6281(0x424)](_0x3c2bb8);}['_buildDisconnectedLineElement'](_0x482c0d){const _0x544b22=_0x2d3867;let _0x118bae=this[_0x544b22(0x1c1)](_0x482c0d);if(!_0x118bae)return _0x482c0d;let _0x15a8bf={..._0x118bae,'relation':void 0x0};return _0x482c0d[_0x544b22(0x866)]===_0x440e4e['Connector']?{..._0x482c0d,'connectorData':_0x15a8bf}:{..._0x482c0d,'shapeData':_0x15a8bf};}[_0x2d3867(0x1c1)](_0x1a907f){const _0x3cf2e3=_0x2d3867;if(_0x1a907f['type']===_0x440e4e[_0x3cf2e3(0x478)])return _0x1a907f[_0x3cf2e3(0x190)];if(_0x1a907f[_0x3cf2e3(0x866)]!==_0x440e4e[_0x3cf2e3(0x24b)])return null;let _0x1fd7b8=_0x1a907f[_0x3cf2e3(0x5a6)];return!(_0x1fd7b8!=null&&_0x1fd7b8[_0x3cf2e3(0x5d6)])||!_0xb86505(_0x1fd7b8[_0x3cf2e3(0x5d6)])?null:_0x1fd7b8;}[_0x2d3867(0x954)](_0x59c73d,_0x4b5c24,_0x46fef7,_0x416bc8){let _0x13acb3=_0x59c73d;return _0x4b5c24&&(_0x13acb3=0xb4-_0x13acb3),_0x46fef7&&(_0x13acb3=-_0x13acb3),_0x13acb3+=_0x416bc8,_0x13acb3;}['_normalizeAngle'](_0x2c7e68){return(_0x2c7e68%0x168+0x168)%0x168;}[_0x2d3867(0xa56)](_0x26453a,_0x152681){const _0x485a78=_0x2d3867;let _0x4ddc8e=_0x152681['x']-_0x26453a['x'],_0x20a083=_0x152681['y']-_0x26453a['y'];return Math[_0x485a78(0x658)](_0x4ddc8e)>Math[_0x485a78(0x658)](_0x20a083)?_0x4ddc8e>=0x0?0x0:0xb4:_0x20a083>=0x0?0x5a:0x10e;}['_getPageOffset'](_0x11cfec,_0xd4af5){const _0x4a8014=_0x2d3867;var _0x5e7695;let _0x8e8de6=(_0x5e7695=_0x11cfec[_0x4a8014(0x22f)])==null?void 0x0:_0x5e7695[_0x4a8014(0x739)](_0x11cfec,xu);if(typeof(_0x8e8de6==null?void 0x0:_0x8e8de6[_0x4a8014(0x88e)])==_0x4a8014(0x684)&&typeof _0x8e8de6[_0x4a8014(0x19e)]==_0x4a8014(0x684))return{'left':_0x8e8de6['left'],'top':_0x8e8de6['top']};let {width:_0x11bb25,height:_0x43612f}=_0xd4af5[_0x4a8014(0x3a7)]()[_0x4a8014(0x674)],{width:_0x34574e,height:_0x5c8a74}=_0x11cfec;return{'left':Math[_0x4a8014(0x55a)](0x0,(_0x34574e-_0x11bb25)/0x2),'top':Math['max'](0x0,(_0x5c8a74-_0x43612f)/0x2)};}['_safePositiveNumber'](_0x50a5d2,_0x30cde7){const _0x14190a=_0x2d3867;return typeof _0x50a5d2==_0x14190a(0x684)&&Number['isFinite'](_0x50a5d2)&&_0x50a5d2>0x0?_0x50a5d2:_0x30cde7;}};ky=$([Q(0x1,_0x33d141(_0x5ccce3)),Q(0x2,_0x534be5),Q(0x3,_0x3a5c48),Q(0x4,_0x2402a1),Q(0x5,_0x33d141(Ty))],ky);let Ay=class extends _0x10bcc8{constructor(_0x117790){const _0x18a570=_0x2d3867;super(),this[_0x18a570(0xa9e)]=_0x117790,this[_0x18a570(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x2f6ada=_0x2d3867;this[_0x2f6ada(0xa9e)][_0x2f6ada(0x23a)](rv);}};Ay=$([Q(0x0,_0x457af8)],Ay);let jy=class extends _0x4928c2{constructor(_0x53b203,_0x552d43,_0x590321,_0x1d38a3,_0x1922e0){const _0x2be1de=_0x2d3867;super(),this[_0x2be1de(0x9b2)]=_0x53b203,this[_0x2be1de(0xa6c)]=_0x552d43,this[_0x2be1de(0x8d8)]=_0x590321,this[_0x2be1de(0xa9e)]=_0x1d38a3,this[_0x2be1de(0x5a3)]=_0x1922e0,this[_0x2be1de(0x7c7)]();}['_hasMenuSchema'](_0x50831e){const _0x508f12=_0x2d3867;var _0xace352;return((_0xace352=this[_0x508f12(0xa9e)][_0x508f12(0x82a)](_0x50831e))==null?[]:_0xace352)[_0x508f12(0xa73)]>0x0;}['_openMenuAt'](_0x13e360,_0x292505){const _0x1136a9=_0x2d3867;if(!this['_slideTextEditingService'][_0x1136a9(0xacc)]()){if(this[_0x1136a9(0xa6c)][_0x1136a9(0xa11)](_0x292505[_0x1136a9(0x5c8)],_0x292505['offsetY'])){if(!this[_0x1136a9(0x942)](_0x1136a9(0xad4)))return;this['_contextMenuService'][_0x1136a9(0x219)](_0x292505,_0x1136a9(0xad4));return;}this['_hasMenuSchema']('slide.contextMenu.page')&&this[_0x1136a9(0x8d8)][_0x1136a9(0x219)](_0x292505,_0x1136a9(0x888));}}[_0x2d3867(0x7c7)](){const _0x8a8477=_0x2d3867;let {scene:_0x32580a}=this[_0x8a8477(0x9b2)];this[_0x8a8477(0x78d)](this[_0x8a8477(0xa6c)][_0x8a8477(0x996)][_0x8a8477(0x3c8)](_0x2f3966(this[_0x8a8477(0x944)]))[_0x8a8477(0x6ca)](_0x25bad2=>{const _0x57968a=_0x8a8477;var _0x242450;if(((_0x242450=_0x25bad2[_0x57968a(0x75e)][_0x57968a(0x335)])==null?0x0:_0x242450)!==0x2)return;let _0x404326=_0x25bad2['nativeEvent'];_0x404326[_0x57968a(0x5c8)]===void 0x0&&(_0x404326['offsetX']=_0x25bad2[_0x57968a(0x5c8)]),_0x404326['offsetY']===void 0x0&&(_0x404326['offsetY']=_0x25bad2[_0x57968a(0x5c0)]),this[_0x57968a(0x5fb)](_0x57968a(0x4c3),_0x404326);})),this[_0x8a8477(0x78d)](_0x32580a[_0x8a8477(0x996)][_0x8a8477(0x551)](_0xce4260=>{const _0x2f9f95=_0x8a8477;_0xce4260[_0x2f9f95(0x335)]===0x2&&(this['_hitTestService']['hitTest'](_0xce4260['offsetX'],_0xce4260[_0x2f9f95(0x5c0)])||this[_0x2f9f95(0x5fb)](_0x2f9f95(0x711),_0xce4260));}));}};jy=$([Q(0x1,_0x33d141(nl)),Q(0x2,_0x3ba254),Q(0x3,_0x457af8),Q(0x4,_0x33d141(Sl))],jy);let My=class extends _0x10bcc8{constructor(_0x5a268e,_0x38e6b8,_0x2f00ce,_0x2b525f,_0x7b2e84,_0x5c3abc){const _0x33cd94=_0x2d3867;super(),this[_0x33cd94(0xa9e)]=_0x5a268e,this[_0x33cd94(0x53e)]=_0x38e6b8,this[_0x33cd94(0x429)]=_0x2f00ce,this[_0x33cd94(0x8ec)]=_0x2b525f,this[_0x33cd94(0x266)]=_0x7b2e84,this[_0x33cd94(0x763)]=_0x5c3abc,Z(this,_0x33cd94(0x624),!0x1),this[_0x33cd94(0x751)](),this[_0x33cd94(0x5dc)]();}[_0x2d3867(0xa89)](){const _0x51d636=_0x2d3867;this[_0x51d636(0x53e)]['hideContextualTab'](a_),super[_0x51d636(0xa89)]();}[_0x2d3867(0x751)](){const _0x5cdb3d=_0x2d3867;this[_0x5cdb3d(0xa9e)][_0x5cdb3d(0x8ed)](iv);}[_0x2d3867(0x5dc)](){const _0x1ce3ea=_0x2d3867;this['disposeWithMe'](_0x228c67(this[_0x1ce3ea(0x429)][_0x1ce3ea(0x317)][_0x1ce3ea(0x6ca)](_0x31f4b3=>{const _0x3316cb=_0x1ce3ea;if(_0x31f4b3[_0x3316cb(0xac1)][_0x3316cb(0xa73)]>0x0){var _0x2ae1be;if(this[_0x3316cb(0x9cb)](_0x31f4b3)){this[_0x3316cb(0x1bc)]();return;}if((_0x2ae1be=_0x31f4b3[_0x3316cb(0x3fa)])!=null&&_0x2ae1be[_0x3316cb(0x340)]&&this[_0x3316cb(0xaae)](_0x31f4b3['context'][_0x3316cb(0x340)])){this[_0x3316cb(0x1bc)]();return;}this['_shapeFormatVisible']||(this[_0x3316cb(0x624)]=!0x0,this['_ribbonService']['showContextualTab'](a_,{'activate':!0x0}));return;}this[_0x3316cb(0x1bc)]();})));}[_0x2d3867(0x34e)](_0x438267){const _0x46c5bf=_0x2d3867;var _0x26aeee,_0x28a5fd;let _0x44b458=(_0x26aeee=this[_0x46c5bf(0x8ec)])==null?void 0x0:_0x26aeee[_0x46c5bf(0x68b)](),_0x43ae87=(_0x28a5fd=this[_0x46c5bf(0x266)])==null?void 0x0:_0x28a5fd[_0x46c5bf(0x1e7)]();return(_0x44b458==null?void 0x0:_0x44b458[_0x46c5bf(0x469)])===_0x438267&&(_0x43ae87==null?void 0x0:_0x43ae87[_0x46c5bf(0x469)])===_0x438267&&_0x43ae87[_0x46c5bf(0x8be)]===_0x46c5bf(0x61f);}[_0x2d3867(0xaae)](_0xb08dba){const _0x709e29=_0x2d3867;var _0x2eb3d4,_0x138a1f;return this[_0x709e29(0x34e)](_0xb08dba)?!0x0:(_0x2eb3d4=(_0x138a1f=this[_0x709e29(0x763)])==null?void 0x0:_0x138a1f[_0x709e29(0x1b4)]()['some'](_0x258ac0=>_0x258ac0[_0x709e29(0x469)]===_0xb08dba&&_0x258ac0['layout']!==_0x709e29(0x484)))==null?!0x1:_0x2eb3d4;}['_isActiveFloatingEmbedHostSelection'](_0x2c4775){const _0xc1e7a8=_0x2d3867;var _0x3fd670,_0x1a54b2,_0x4c4d44,_0x2fe156;let _0x1b1ad9=(_0x3fd670=this['_embedFloatingActiveService'])==null?void 0x0:_0x3fd670[_0xc1e7a8(0x1e7)]();if(!_0x1b1ad9||_0x1b1ad9[_0xc1e7a8(0x8be)]===_0xc1e7a8(0x61e)||((_0x1a54b2=_0x2c4775[_0xc1e7a8(0x3fa)])==null?void 0x0:_0x1a54b2[_0xc1e7a8(0x340)])!==_0x1b1ad9[_0xc1e7a8(0x706)]||_0x2c4775[_0xc1e7a8(0xac1)][_0xc1e7a8(0xa73)]!==0x1)return!0x1;let _0xb62aa0=(_0x4c4d44=this['_embedMountService'])==null?void 0x0:_0x4c4d44['listSessions']()[_0xc1e7a8(0x43b)](_0x42a14d=>_0x42a14d[_0xc1e7a8(0x706)]===_0x1b1ad9[_0xc1e7a8(0x706)]&&_0x42a14d['embedId']===_0x1b1ad9['embedId']&&_0x42a14d[_0xc1e7a8(0x469)]===_0x1b1ad9[_0xc1e7a8(0x469)]),_0x1a1753=_0xb62aa0==null||(_0x2fe156=_0xb62aa0[_0xc1e7a8(0x3fa)])==null?void 0x0:_0x2fe156[_0xc1e7a8(0x80f)][_0xc1e7a8(0x7a7)];return!!_0x1a1753&&_0x2c4775[_0xc1e7a8(0xac1)][0x0]===_0x1a1753;}[_0x2d3867(0x1bc)](){const _0x33b57a=_0x2d3867;this[_0x33b57a(0x624)]&&(this[_0x33b57a(0x624)]=!0x1,this['_ribbonService']['hideContextualTab'](a_),this[_0x33b57a(0x53e)][_0x33b57a(0x6b9)]([]));}};My=$([Q(0x0,_0x457af8),Q(0x1,_0x378ca0),Q(0x2,_0x33d141(Cu)),Q(0x3,_0x49cccf(Pd)),Q(0x4,_0x49cccf(Eu)),Q(0x5,_0x49cccf(Du))],My);const Ny=_0x297f6c(_0x2d3867(0x771));var Py=class extends _0x10bcc8{constructor(..._0x118b39){super(..._0x118b39),Z(this,'_guards',new Set());}[_0x2d3867(0x5f9)](_0x3e8ab0){const _0x58957a=_0x2d3867;return this[_0x58957a(0x510)][_0x58957a(0x6fb)](_0x3e8ab0),{'dispose':()=>{const _0x283b49=_0x58957a;this[_0x283b49(0x510)][_0x283b49(0x839)](_0x3e8ab0);}};}['shouldShowTransformer'](_0x3899b3){const _0x42f724=_0x2d3867;for(let _0x34efa1 of this[_0x42f724(0x510)])if(!_0x34efa1(_0x3899b3))return!0x1;return!0x0;}};let Fy=class extends _0x4928c2{constructor(_0x5c723f,_0x1de39b,_0x2c76d4,_0x18532b,_0x100fd3,_0x183ef0,_0x364456,_0x3ab3e0,_0x5e71aa,_0x197276,_0x5901e2,_0x52e361,_0xa9c796){const _0x2aca1e=_0x2d3867;super(),this['_renderContext']=_0x5c723f,this['_injector']=_0x1de39b,this[_0x2aca1e(0x7fc)]=_0x2c76d4,this['_hitTestSrv']=_0x18532b,this[_0x2aca1e(0x567)]=_0x100fd3,this['_slideDrawingSrv']=_0x183ef0,this['_transformerVisibilityService']=_0x364456,this[_0x2aca1e(0x5a3)]=_0x3ab3e0,this[_0x2aca1e(0x5a5)]=_0x5e71aa,this[_0x2aca1e(0x26b)]=_0x197276,this[_0x2aca1e(0x8ec)]=_0x5901e2,this[_0x2aca1e(0x266)]=_0x52e361,this[_0x2aca1e(0x873)]=_0xa9c796,Z(this,_0x2aca1e(0x92a),!0x1),Z(this,_0x2aca1e(0x53c),0x0),Z(this,_0x2aca1e(0x764),!0x1),Z(this,_0x2aca1e(0x517),null),Z(this,_0x2aca1e(0x9d3),null),this[_0x2aca1e(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x97b8e9=_0x2d3867;let {scene:_0x4ee8ca,unitId:_0x171f0a}=this[_0x97b8e9(0x9b2)],_0x218ae3=this[_0x97b8e9(0x7fc)][_0x97b8e9(0x681)](_0x171f0a,_0x50fd52['UNIVER_SLIDE']);if(!_0x218ae3)return;_0x4ee8ca['initTransformer'](mh);let _0x450c45=_0x4ee8ca['getTransformer']();this[_0x97b8e9(0xa74)](_0x171f0a,_0x218ae3),this[_0x97b8e9(0x34c)](_0x171f0a,_0x218ae3),this[_0x97b8e9(0xa7a)](_0x450c45),this['_wireStateToTransformer'](_0x171f0a,_0x218ae3,_0x450c45),this[_0x97b8e9(0x430)](_0x171f0a,_0x218ae3,_0x450c45),this['_wireMarqueeSelection'](_0x171f0a,_0x218ae3,_0x450c45),this[_0x97b8e9(0x2dc)](_0x171f0a,_0x218ae3,_0x450c45);}[_0x2d3867(0x34c)](_0x3ba57c,_0x1f5e3d){const _0x204776=_0x2d3867;let {scene:_0x27f705}=this[_0x204776(0x9b2)];this['disposeWithMe'](_0x228c67(this[_0x204776(0x5f5)]['onPointerDown$'][_0x204776(0x3c8)](_0x2f3966(this[_0x204776(0x944)]))[_0x204776(0x6ca)](_0x58ed49=>{const _0x2992bd=_0x204776;var _0x44c2c3;let _0x56c1c8=this[_0x2992bd(0x5f5)][_0x2992bd(0x231)]();if(!_0x56c1c8||_0x58ed49[_0x2992bd(0x4c3)][_0x2992bd(0x340)]!==_0x3ba57c)return;let _0x16f766=_0x58ed49[_0x2992bd(0x75e)];if(((_0x44c2c3=_0x16f766==null?void 0x0:_0x16f766[_0x2992bd(0x335)])==null?0x0:_0x44c2c3)!==0x0)return;this['_markDrawingPointerDownHandled'](_0x58ed49[_0x2992bd(0x75e)]);let _0x1eaa68={'unitId':_0x3ba57c,'subUnitId':_0x56c1c8},_0x5f404e=_0x58ed49[_0x2992bd(0x4c3)][_0x2992bd(0x31e)];this[_0x2992bd(0x493)](_0x3ba57c),this['_focusUnitIfAllowed'](_0x3ba57c),this[_0x2992bd(0x697)](()=>{const _0x40a5fb=_0x2992bd;if(_0x58ed49[_0x40a5fb(0x412)]||_0x58ed49[_0x40a5fb(0x634)])this[_0x40a5fb(0x567)]['toggleInSelection'](_0x1eaa68,_0x5f404e);else{if(_0x58ed49[_0x40a5fb(0x832)])this['_rangeSelect'](_0x1eaa68,_0x5f404e);else{var _0x5caf72;let _0x545d88=(_0x5caf72=this[_0x40a5fb(0x7fa)](_0x1eaa68,_0x5f404e))==null?[_0x5f404e]:_0x5caf72;this[_0x40a5fb(0x567)][_0x40a5fb(0x3ee)](_0x1eaa68,_0x545d88,_0x5f404e);}}});}))),this[_0x204776(0x78d)](_0x228c67(this[_0x204776(0x5f5)]['onPointerEnter$'][_0x204776(0x3c8)](_0x2f3966(this[_0x204776(0x944)]))[_0x204776(0x6ca)](_0x3a5f42=>{const _0x24a072=_0x204776;_0x3a5f42[_0x24a072(0x4c3)]&&this[_0x24a072(0x567)][_0x24a072(0x9d5)](_0x3a5f42[_0x24a072(0x4c3)][_0x24a072(0x31e)]);}))),this[_0x204776(0x78d)](_0x228c67(this['_hitTestSrv'][_0x204776(0x3d5)][_0x204776(0x3c8)](_0x2f3966(this[_0x204776(0x944)]))[_0x204776(0x6ca)](()=>{const _0x4fe828=_0x204776;this[_0x4fe828(0x567)]['setHover'](null);}))),this[_0x204776(0x78d)](_0x228c67(_0x27f705['onPointerDown$'][_0x204776(0x551)](_0x1565df=>{const _0x24a4d7=_0x204776;this[_0x24a4d7(0x90a)](_0x3ba57c,_0x1565df);})));}[_0x2d3867(0xa7a)](_0x2855fc){const _0x30ab24=_0x2d3867;this[_0x30ab24(0x78d)](_0x228c67(_0x2855fc[_0x30ab24(0xa63)][_0x30ab24(0x3c8)](_0x2f3966(this[_0x30ab24(0x944)]))['subscribe'](({objects:_0x53f48a})=>{const _0x3decc2=_0x30ab24;this[_0x3decc2(0x2b0)]()||this[_0x3decc2(0x411)](_0x53f48a);}))),this[_0x30ab24(0x78d)](_0x228c67(_0x2855fc[_0x30ab24(0x1b5)][_0x30ab24(0x3c8)](_0x2f3966(this[_0x30ab24(0x944)]))[_0x30ab24(0x6ca)](({objects:_0x43babc})=>{const _0x42be38=_0x30ab24;this[_0x42be38(0x2b0)]()||this[_0x42be38(0x411)](_0x43babc);}))),this[_0x30ab24(0x78d)](_0x228c67(_0x2855fc['clearControl$'][_0x30ab24(0x3c8)](_0x2f3966(this[_0x30ab24(0x944)]))[_0x30ab24(0x6ca)](()=>{})));}[_0x2d3867(0x411)](_0x313971){const _0x4d1d5b=_0x2d3867;var _0x321ae2;let _0xe4f392=this[_0x4d1d5b(0x9b2)][_0x4d1d5b(0x340)],_0x54f18a=this[_0x4d1d5b(0x5f5)]['getActiveSubUnitId']();if(!_0x54f18a)return;let _0x47ec9f=[];_0x313971[_0x4d1d5b(0x3d8)]((_0x1e1c14,_0xb66e0b)=>{const _0x28b747=_0x4d1d5b;let _0x5e8d07=this[_0x28b747(0x5f5)][_0x28b747(0x7cb)](_0xb66e0b);_0x5e8d07&&_0x5e8d07[_0x28b747(0x340)]===_0xe4f392&&_0x5e8d07[_0x28b747(0xaa1)]===_0x54f18a&&_0x47ec9f[_0x28b747(0x39b)](_0x5e8d07[_0x28b747(0x31e)]);});let _0x26dbfe={'unitId':_0xe4f392,'subUnitId':_0x54f18a};_0x47ec9f[_0x4d1d5b(0xa73)]!==0x0&&this[_0x4d1d5b(0x567)][_0x4d1d5b(0x3ee)](_0x26dbfe,_0x47ec9f,(_0x321ae2=_0x47ec9f[_0x47ec9f[_0x4d1d5b(0xa73)]-0x1])==null?null:_0x321ae2);}['_wireStateToTransformer'](_0x4305ee,_0x4e838f,_0x3ddf98){const _0x3675fc=_0x2d3867;this['disposeWithMe'](_0x228c67(this[_0x3675fc(0x567)]['selected$'][_0x3675fc(0x3c8)](_0x2f3966(this[_0x3675fc(0x944)]))[_0x3675fc(0x6ca)](_0x3f1232=>{const _0x3e4b5f=_0x3675fc;if(!this[_0x3e4b5f(0x92a)]){if(this[_0x3e4b5f(0x5a3)][_0x3e4b5f(0xacc)]()){this['_clearTransformerSelection']();return;}this[_0x3e4b5f(0x4aa)](_0x4305ee,_0x4e838f,_0x3f1232,_0x3ddf98);}})));}[_0x2d3867(0x4aa)](_0x431119,_0x1b0233,_0x193aa6,_0x28b029){const _0x9de165=_0x2d3867;let {scene:_0x41363f}=this[_0x9de165(0x9b2)],_0x53fe02=_0x1b0233['pageManager'][_0x9de165(0x4bf)]();if(!_0x53fe02)return;let _0x3751c8=_0x53fe02[_0x9de165(0x559)](),_0x58b798=this[_0x9de165(0x68e)][_0x9de165(0x671)](_0x431119,_0x3751c8),_0x531b56=_0x193aa6[_0x9de165(0x51d)](_0x385366=>_0x58b798[_0x385366])[_0x9de165(0xac6)](_0x39f26a=>!!_0x39f26a&&this['_isSelectableDrawing'](_0x39f26a)&&this[_0x9de165(0x3b8)](_0x39f26a)),_0x8f5b97=_h(_0x531b56);this['_isSyncingTransformer']=!0x0;try{_0x28b029[_0x9de165(0x1b3)](),_0x531b56[_0x9de165(0x3d8)](_0x446e3a=>{const _0x1da1d4=_0x9de165;var _0x5568f3,_0x55fc57;let _0xb3307d=_0x446e3a[_0x1da1d4(0x31e)],_0x4a7e96=$c(_0x431119,_0x3751c8,_0xb3307d),_0x1fc0f0=_0x41363f,_0x45017d=(_0x5568f3=(_0x55fc57=_0x1fc0f0[_0x1da1d4(0x8f4)])==null?void 0x0:_0x55fc57['call'](_0x1fc0f0,_0x4a7e96))==null?_0x41363f[_0x1da1d4(0x22f)](_0x4a7e96):_0x5568f3;_0x45017d&&(this['_applyTransformerConfig'](_0x45017d,_0x446e3a,_0x8f5b97),_0x28b029[_0x1da1d4(0x1ee)](_0x45017d));});}finally{this['_isSyncingTransformer']=!0x1;}_0x41363f[_0x9de165(0x414)]();}[_0x2d3867(0x3b8)](_0x46ab94){const _0x3e52ae=_0x2d3867;var _0x33fc08,_0x3e8929;return((_0x33fc08=this[_0x3e52ae(0x4e2)])==null||(_0x3e8929=_0x33fc08[_0x3e52ae(0x307)])==null?void 0x0:_0x3e8929[_0x3e52ae(0x739)](_0x33fc08,_0x46ab94))!==!0x1;}[_0x2d3867(0x51c)](_0x414656){const _0x264d23=_0x2d3867;return _0x414656[_0x264d23(0x676)]!==!0x0&&_0x414656[_0x264d23(0x431)][_0x264d23(0x617)]!==!0x1&&_0x414656['element'][_0x264d23(0xaca)]!==!0x1;}['_wireTextEditingGuard'](_0x477a08,_0x2e5480,_0x51e376){const _0x2106ce=_0x2d3867;this[_0x2106ce(0x78d)](_0x228c67(this[_0x2106ce(0x5a3)][_0x2106ce(0x3a5)]['pipe'](_0x2f3966(this[_0x2106ce(0x944)]))[_0x2106ce(0x6ca)](_0x2bc9e1=>{const _0xe0588e=_0x2106ce;if(this['_ignoreTransformerEventsUntil']=Math[_0xe0588e(0x55a)](this[_0xe0588e(0x53c)],Date[_0xe0588e(0x919)]()+0x12c),(_0x2bc9e1==null?void 0x0:_0x2bc9e1['unitId'])===_0x477a08){this[_0xe0588e(0x70f)]();return;}let _0x5069b4=this[_0xe0588e(0x567)][_0xe0588e(0x3a7)]();_0x5069b4[_0xe0588e(0xac1)][_0xe0588e(0xa73)]>0x0&&this[_0xe0588e(0x4aa)](_0x477a08,_0x2e5480,_0x5069b4['selectedIds'],_0x51e376);})));}[_0x2d3867(0x2ba)](_0x42c3dc,_0x144317,_0x18979a){const _0x27f0b2=_0x2d3867;let {scene:_0x367646}=this[_0x27f0b2(0x9b2)],_0x20c6db=0x0,_0x4b9da3=0x0,_0x41f571=0x0,_0xc2857=0x0,_0x1bda0d=!0x1,_0x347c96=[],_0x277cb1=()=>{const _0x425fef=_0x27f0b2;this[_0x425fef(0x517)]&&(this['_applyMarqueeRectStyle'](this[_0x425fef(0x517)]),_0x367646[_0x425fef(0x25f)](!0x0));};this[_0x27f0b2(0x78d)](_0x228c67(this[_0x27f0b2(0x26b)][_0x27f0b2(0x5e1)][_0x27f0b2(0x3c8)](_0x2f3966(this[_0x27f0b2(0x944)]))[_0x27f0b2(0x6ca)](_0x277cb1))),this[_0x27f0b2(0x78d)](_0x228c67(this[_0x27f0b2(0x26b)][_0x27f0b2(0x5e3)][_0x27f0b2(0x3c8)](_0x2f3966(this[_0x27f0b2(0x944)]))['subscribe'](_0x277cb1))),this[_0x27f0b2(0x78d)](_0x228c67(_0x367646[_0x27f0b2(0x996)][_0x27f0b2(0x551)](_0x3258d8=>{const _0x1ef2fa=_0x27f0b2;var _0x2361e3;if(((_0x2361e3=_0x3258d8['button'])==null?0x0:_0x2361e3)!==0x0||this['_isHandledDrawingPointerDown'](_0x3258d8)||this[_0x1ef2fa(0x5f5)]['hitTest'](_0x3258d8[_0x1ef2fa(0x5c8)],_0x3258d8[_0x1ef2fa(0x5c0)]))return;_0x20c6db=_0x3258d8[_0x1ef2fa(0x5c8)],_0x4b9da3=_0x3258d8['offsetY'];let _0x2532a0=this['_toScenePoint'](_0x3258d8['offsetX'],_0x3258d8['offsetY']);_0x41f571=_0x2532a0['x'],_0xc2857=_0x2532a0['y'],_0x1bda0d=!0x1,_0x347c96=this['_stateSrv'][_0x1ef2fa(0x3a7)]()[_0x1ef2fa(0xac1)];let _0x5555e7=_0x367646[_0x1ef2fa(0x5c7)][_0x1ef2fa(0x551)](_0x301783=>{const _0x5e339c=_0x1ef2fa;let _0x3519ea=_0x301783[_0x5e339c(0x5c8)]-_0x20c6db,_0x8a09ee=_0x301783[_0x5e339c(0x5c0)]-_0x4b9da3;if(!_0x1bda0d&&Math[_0x5e339c(0x4c0)](_0x3519ea,_0x8a09ee)<0x4)return;_0x1bda0d=!0x0;let _0x5dbf59=this['_toScenePoint'](_0x301783[_0x5e339c(0x5c8)],_0x301783[_0x5e339c(0x5c0)]),_0x3dd449=this[_0x5e339c(0x2b7)](_0x41f571,_0xc2857,_0x5dbf59['x'],_0x5dbf59['y']);this[_0x5e339c(0xa34)](_0x3dd449);let _0x339bb7=this[_0x5e339c(0x5f5)][_0x5e339c(0x231)]();if(!_0x339bb7)return;let _0x1ee519=_0x3258d8[_0x5e339c(0x406)]?_0x5e339c(0x2e5):'intersect',_0x3d7f06=this[_0x5e339c(0x54b)](_0x42c3dc,_0x339bb7,_0x3dd449,_0x1ee519),_0x163c89=this['_resolveMarqueeSelectionIds'](_0x347c96,_0x3d7f06,_0x3258d8['ctrlKey']||_0x3258d8[_0x5e339c(0x634)]),_0x2bcd4d={'unitId':_0x42c3dc,'subUnitId':_0x339bb7};this[_0x5e339c(0x92a)]=!0x0;try{var _0x150cb0;this[_0x5e339c(0x567)][_0x5e339c(0x3ee)](_0x2bcd4d,_0x163c89,(_0x150cb0=_0x163c89[_0x163c89[_0x5e339c(0xa73)]-0x1])==null?null:_0x150cb0),this[_0x5e339c(0x4aa)](_0x42c3dc,_0x144317,_0x163c89,_0x18979a);}finally{this[_0x5e339c(0x92a)]=!0x1;}}),_0x8039e8=_0x367646[_0x1ef2fa(0x353)][_0x1ef2fa(0x551)](()=>{const _0x5a1720=_0x1ef2fa;_0x5555e7==null||_0x5555e7[_0x5a1720(0x23d)](),_0x8039e8==null||_0x8039e8[_0x5a1720(0x23d)](),this[_0x5a1720(0xab3)](),_0x1bda0d=!0x1;});})));}['_wireLifecycleEvents'](_0x3ee3e5,_0x1cd824,_0x22a962){const _0x488201=_0x2d3867;let {engine:_0x237720}=this[_0x488201(0x9b2)];this['disposeWithMe'](_0x228c67(_0x1cd824['pageManager'][_0x488201(0x838)]['pipe'](_0x2f3966(this['dispose$']))[_0x488201(0x6ca)](()=>{const _0x20de30=_0x488201;this[_0x20de30(0xab3)](),_0x22a962['clearSelectedObjects'](),this['_stateSrv'][_0x20de30(0x576)](),this['_scheduleAttachWithFollowUp'](_0x3ee3e5,_0x1cd824);})));let _0x4571a2=_0x1780da=>{const _0xabcf0d=_0x488201;_0x1780da['some'](_0xa7e6ac=>_0xa7e6ac[_0xabcf0d(0x340)]===_0x3ee3e5)&&this[_0xabcf0d(0x9fb)](_0x3ee3e5,_0x1cd824);},_0x1da87d=_0x2ab9b7=>{const _0x6e3d03=_0x488201;_0x2ab9b7['some'](_0x2c0dfa=>_0x2c0dfa[_0x6e3d03(0x340)]===_0x3ee3e5)&&(this[_0x6e3d03(0x33a)](_0x3ee3e5),this['_scheduleAttachWithFollowUp'](_0x3ee3e5,_0x1cd824));};this[_0x488201(0x78d)](_0x228c67(this[_0x488201(0x68e)][_0x488201(0x4e6)][_0x488201(0x3c8)](_0x2f3966(this[_0x488201(0x944)]))[_0x488201(0x6ca)](_0x4571a2))),this['disposeWithMe'](_0x228c67(this[_0x488201(0x68e)][_0x488201(0x714)]['pipe'](_0x2f3966(this[_0x488201(0x944)]))[_0x488201(0x6ca)](_0x1da87d))),this['disposeWithMe'](_0x228c67(this[_0x488201(0x68e)][_0x488201(0x258)][_0x488201(0x3c8)](_0x2f3966(this[_0x488201(0x944)]))['subscribe'](_0x1da87d))),this[_0x488201(0x78d)](_0x228c67(this['_slideDrawingSrv'][_0x488201(0x68f)][_0x488201(0x3c8)](_0x2f3966(this[_0x488201(0x944)]))['subscribe'](_0x55ce55=>{const _0x5b2d60=_0x488201;var _0x4d16d2;let _0x4ed904=(_0x4d16d2=_0x1cd824[_0x5b2d60(0x63a)][_0x5b2d60(0x4bf)]())==null?void 0x0:_0x4d16d2[_0x5b2d60(0x559)]();_0x55ce55[_0x5b2d60(0x340)]===_0x3ee3e5&&_0x55ce55['subUnitId']===_0x4ed904&&this['_scheduleAttachWithFollowUp'](_0x3ee3e5,_0x1cd824);}))),this['disposeWithMe'](_0x228c67(this[_0x488201(0x5a5)][_0x488201(0x390)](_0x171b94=>{const _0x3e9516=_0x488201;if(_0x171b94['id']===_0x14d399['id']){let _0x15a8b3=_0x171b94[_0x3e9516(0xabe)];(_0x15a8b3==null?void 0x0:_0x15a8b3[_0x3e9516(0x340)])===_0x3ee3e5&&this[_0x3e9516(0x493)](_0x3ee3e5);return;}if(_0x171b94['id']===_0x2e4207['id']){let _0x3b6e7d=_0x171b94[_0x3e9516(0xabe)];(_0x3b6e7d==null?void 0x0:_0x3b6e7d['unitId'])===_0x3ee3e5&&this[_0x3e9516(0x9fb)](_0x3ee3e5,_0x1cd824);return;}if(_0x171b94['id']===_0x3994cf['id']){var _0x55f803;let _0x5a577c=_0x171b94['params'],_0x11c9db=(_0x55f803=_0x1cd824['pageManager']['getActiveSlide']())==null?void 0x0:_0x55f803[_0x3e9516(0x559)]();(_0x5a577c==null?void 0x0:_0x5a577c[_0x3e9516(0x340)])===_0x3ee3e5&&_0x5a577c[_0x3e9516(0xaa1)]===_0x11c9db&&(_0x22a962[_0x3e9516(0x1b3)](),this[_0x3e9516(0x567)]['clearSelection'](),this[_0x3e9516(0x9fb)](_0x3ee3e5,_0x1cd824));}}))),this[_0x488201(0x78d)](_0x228c67(_0x237720[_0x488201(0x7eb)]['subscribeEvent'](()=>{const _0x3aa6ff=_0x488201;this[_0x3aa6ff(0x9fb)](_0x3ee3e5,_0x1cd824);}))),this[_0x488201(0x78d)](_0x228c67(_0x1cd824[_0x488201(0x33b)][_0x488201(0x3c8)](_0x2f3966(this[_0x488201(0x944)]))[_0x488201(0x6ca)](()=>{const _0x46bd27=_0x488201;this[_0x46bd27(0x9fb)](_0x3ee3e5,_0x1cd824);})));}[_0x2d3867(0xa74)](_0x1d15b6,_0x4786ba){const _0x1ad806=_0x2d3867;this[_0x1ad806(0x764)]||(this[_0x1ad806(0x764)]=!0x0,Promise[_0x1ad806(0x3cc)]()['then'](()=>{const _0x42ef1c=_0x1ad806;this[_0x42ef1c(0x84f)](_0x1d15b6,_0x4786ba);}));}['_scheduleAttachWithFollowUp'](_0x1eea15,_0x451d24){const _0x4445a7=_0x2d3867;this[_0x4445a7(0xa74)](_0x1eea15,_0x451d24),setTimeout(()=>{const _0x505778=_0x4445a7;this[_0x505778(0xa74)](_0x1eea15,_0x451d24);},0x50);}[_0x2d3867(0x4bd)](_0x2907aa){const _0xb71ddd=_0x2d3867;let _0x4f5889=new Set();return Object[_0xb71ddd(0x4ae)](_0x2907aa)[_0xb71ddd(0x3d8)](_0x5d8588=>{const _0x32f13b=_0xb71ddd;if((_0x5d8588==null?void 0x0:_0x5d8588[_0x32f13b(0x431)][_0x32f13b(0x866)])===_0x440e4e[_0x32f13b(0x1ff)]){var _0x278e3d;((_0x278e3d=_0x5d8588['element'][_0x32f13b(0x6ee)])==null?[]:_0x278e3d)[_0x32f13b(0x3d8)](_0x38039c=>{const _0x17fbca=_0x32f13b;_0x4f5889[_0x17fbca(0x6fb)](_0x38039c);});}}),_0x4f5889;}[_0x2d3867(0x84f)](_0x229db8,_0x514a4d){const _0x1b8937=_0x2d3867;this[_0x1b8937(0x764)]=!0x1;let {scene:_0x5e84aa,engine:_0x1c6113}=this[_0x1b8937(0x9b2)],_0x1c37bd=_0x5e84aa['getTransformer']();if(!_0x1c37bd)return;let _0x58d045=_0x514a4d[_0x1b8937(0x63a)][_0x1b8937(0x4bf)]();if(!_0x58d045)return;let _0x291379=_0x58d045['getId'](),_0x1c4a37=this[_0x1b8937(0x68e)][_0x1b8937(0x671)](_0x229db8,_0x291379),_0x2c10ee=this[_0x1b8937(0x68e)][_0x1b8937(0x66a)](_0x229db8,_0x291379),_0x991e0c=this[_0x1b8937(0x4bd)](_0x1c4a37);_0x2c10ee['forEach'](_0xa61f96=>{const _0x32fe0d=_0x1b8937;let _0x333d33=_0x1c4a37[_0xa61f96];if(!_0x333d33||_0x991e0c[_0x32fe0d(0x7fb)](_0xa61f96))return;let _0x346a65=$c(_0x229db8,_0x291379,_0xa61f96),_0x510fc0=_0x5e84aa[_0x32fe0d(0x22f)](_0x346a65);if(_0x510fc0&&!_0x510fc0[_0x32fe0d(0xadc)]){if(!this['_isSelectableDrawing'](_0x333d33)){var _0x307250;(_0x307250=_0x1c37bd[_0x32fe0d(0x564)])==null||_0x307250[_0x32fe0d(0x739)](_0x1c37bd,_0x510fc0);return;}this['_applyTransformerConfig'](_0x510fc0,_0x333d33,!0x1),_0x1c37bd['attachTo'](_0x510fc0),_0x510fc0[_0x32fe0d(0x996)]['subscribeEvent']({'priority':-0x1,'next':()=>{const _0x49aff0=_0x32fe0d;_0x1c6113[_0x49aff0(0x8d7)](_0x5e84aa[_0x49aff0(0x735)]);}});}});let _0x3bf8bf=this[_0x1b8937(0x567)][_0x1b8937(0x3a7)]();_0x3bf8bf[_0x1b8937(0xac1)]['length']>0x0&&this['_syncToTransformer'](_0x229db8,_0x514a4d,_0x3bf8bf['selectedIds'],_0x1c37bd);}[_0x2d3867(0x33a)](_0x18f385){const _0x1e2a47=_0x2d3867;let _0x551f79=this[_0x1e2a47(0x567)]['getSnapshot']();if(!_0x551f79['context']||_0x551f79[_0x1e2a47(0x3fa)][_0x1e2a47(0x340)]!==_0x18f385||_0x551f79['selectedIds'][_0x1e2a47(0xa73)]===0x0)return;let _0x1b6930=_0x551f79[_0x1e2a47(0x3fa)],{subUnitId:_0x59655a}=_0x1b6930,_0xfb8690=this[_0x1e2a47(0x68e)][_0x1e2a47(0x671)](_0x18f385,_0x59655a),_0x2ae3df=_0x551f79[_0x1e2a47(0xac1)][_0x1e2a47(0xac6)](_0x239fc4=>{let _0x2a5db7=_0xfb8690[_0x239fc4];return!!_0x2a5db7&&this['_isSelectableDrawing'](_0x2a5db7);});_0x2ae3df[_0x1e2a47(0xa73)]===_0x551f79[_0x1e2a47(0xac1)]['length']&&_0x2ae3df['every']((_0x16af07,_0x47073a)=>_0x16af07===_0x551f79[_0x1e2a47(0xac1)][_0x47073a])||this[_0x1e2a47(0x697)](()=>{const _0x5338e0=_0x1e2a47;var _0x328770;if(_0x2ae3df['length']===0x0){this[_0x5338e0(0x567)]['clearSelection'](),this[_0x5338e0(0x70f)]();return;}let _0x98d658=_0x551f79[_0x5338e0(0x982)]&&_0x2ae3df['includes'](_0x551f79['focusedId'])?_0x551f79[_0x5338e0(0x982)]:(_0x328770=_0x2ae3df[_0x2ae3df[_0x5338e0(0xa73)]-0x1])==null?null:_0x328770;this[_0x5338e0(0x567)]['selectDrawings'](_0x1b6930,_0x2ae3df,_0x98d658);});}[_0x2d3867(0x6f5)](_0x202fd7,_0xd29034){const _0x194cf1=_0x2d3867;let _0x486a08=this['_hitTestSrv'][_0x194cf1(0x6e4)]()[_0x194cf1(0x51d)](_0x489484=>_0x489484['drawingId']),_0x196fc4=this[_0x194cf1(0x567)][_0x194cf1(0x3a7)]()[_0x194cf1(0x982)],_0x48e926=_0x196fc4?_0x486a08[_0x194cf1(0x428)](_0x196fc4):-0x1,_0x404abd=_0x486a08[_0x194cf1(0x428)](_0xd29034);if(_0x48e926===-0x1||_0x404abd===-0x1){this[_0x194cf1(0x567)][_0x194cf1(0x3ee)](_0x202fd7,[_0xd29034],_0xd29034);return;}let _0x237c2c=Math[_0x194cf1(0x8ea)](_0x48e926,_0x404abd),_0xd1fe41=Math[_0x194cf1(0x55a)](_0x48e926,_0x404abd),_0x2c63c8=_0x486a08['slice'](_0x237c2c,_0xd1fe41+0x1),_0x2dd159=this[_0x194cf1(0x567)]['getSnapshot']()[_0x194cf1(0xac1)],_0x39b561=Array['from'](new Set([..._0x2dd159,..._0x2c63c8]));this[_0x194cf1(0x567)][_0x194cf1(0x3ee)](_0x202fd7,_0x39b561,_0xd29034);}[_0x2d3867(0x7fa)](_0x3326e8,_0x695472){const _0x2a4d00=_0x2d3867;var _0x2ceac3;let _0x473def=this['_stateSrv'][_0x2a4d00(0x3a7)]();return((_0x2ceac3=_0x473def[_0x2a4d00(0x3fa)])==null?void 0x0:_0x2ceac3['unitId'])!==_0x3326e8[_0x2a4d00(0x340)]||_0x473def[_0x2a4d00(0x3fa)][_0x2a4d00(0xaa1)]!==_0x3326e8[_0x2a4d00(0xaa1)]||_0x473def[_0x2a4d00(0xac1)]['length']<=0x1||!_0x473def[_0x2a4d00(0xac1)][_0x2a4d00(0x83a)](_0x695472)?null:_0x473def[_0x2a4d00(0xac1)];}[_0x2d3867(0x90a)](_0x10ce06,_0x17cefa){const _0x290616=_0x2d3867;var _0x324ef1;this[_0x290616(0x1e1)](_0x10ce06),!(((_0x324ef1=_0x17cefa['button'])==null?0x0:_0x324ef1)!==0x0||this[_0x290616(0xa59)](_0x17cefa))&&(this['_hitTestSrv'][_0x290616(0xa11)](_0x17cefa['offsetX'],_0x17cefa[_0x290616(0x5c0)])||_0x17cefa[_0x290616(0x412)]||_0x17cefa['metaKey']||this[_0x290616(0x977)](_0x17cefa)||this[_0x290616(0x697)](()=>{const _0x2e1d92=_0x290616;this[_0x2e1d92(0x567)][_0x2e1d92(0x576)](),this[_0x2e1d92(0x70f)]();}));}[_0x2d3867(0x697)](_0x8ed638){const _0x3bc439=_0x2d3867;this[_0x3bc439(0x53c)]=Math[_0x3bc439(0x55a)](this[_0x3bc439(0x53c)],Date['now']()+0x78),_0x8ed638();}[_0x2d3867(0x1e1)](_0x2ca393){const _0x515dd2=_0x2d3867;this[_0x515dd2(0x2a4)](_0x2ca393)||this[_0x515dd2(0x7fc)][_0x515dd2(0xabf)](_0x2ca393);}[_0x2d3867(0x493)](_0xd605f2){const _0x8281e5=_0x2d3867;var _0x583f42,_0x20f176,_0x29396f;let _0x181159=Iy((_0x583f42=this[_0x8281e5(0x266)])==null?void 0x0:_0x583f42[_0x8281e5(0x1e7)](),_0xd605f2);if(_0x181159){if(this[_0x8281e5(0x873)]){this['_embedActivationService'][_0x8281e5(0x529)](_0x181159,_0xd605f2);return;}(_0x20f176=this[_0x8281e5(0x266)])==null||_0x20f176['clear'](_0x181159),(_0x29396f=this[_0x8281e5(0x8ec)])==null||_0x29396f['clearFocusOwner'](_0x181159);}}[_0x2d3867(0x2a4)](_0x3c03a0){const _0xb77d1f=_0x2d3867;var _0x3128bf,_0x25473a;let _0x35fa0d=(_0x3128bf=this[_0xb77d1f(0x8ec)])==null?void 0x0:_0x3128bf[_0xb77d1f(0x68b)](),_0x4f6068=(_0x25473a=this[_0xb77d1f(0x266)])==null?void 0x0:_0x25473a[_0xb77d1f(0x1e7)]();return(_0x35fa0d==null?void 0x0:_0x35fa0d[_0xb77d1f(0x469)])===_0x3c03a0&&(_0x4f6068==null?void 0x0:_0x4f6068[_0xb77d1f(0x469)])===_0x3c03a0&&_0x4f6068[_0xb77d1f(0x8be)]===_0xb77d1f(0x61f);}[_0x2d3867(0x2b0)](){const _0x4270a5=_0x2d3867;return this[_0x4270a5(0x92a)]||Date[_0x4270a5(0x919)]()<this[_0x4270a5(0x53c)];}[_0x2d3867(0x795)](_0x200a80){const _0x29398f=_0x2d3867;this[_0x29398f(0x9d3)]=_0x200a80,Promise[_0x29398f(0x3cc)]()[_0x29398f(0x961)](()=>{const _0x281aeb=_0x29398f;this[_0x281aeb(0x9d3)]===_0x200a80&&(this['_handledDrawingPointerDownEvent']=null);});}[_0x2d3867(0xa59)](_0xa4a303){return this['_handledDrawingPointerDownEvent']===_0xa4a303;}[_0x2d3867(0x977)](_0x3dd943){const _0x321123=_0x2d3867;var _0x2f4bb3;if(typeof _0x3dd943[_0x321123(0x5c8)]!='number'||typeof _0x3dd943[_0x321123(0x5c0)]!='number')return!0x1;let _0x36fb8b=this[_0x321123(0x9b2)]['scene'][_0x321123(0x54f)](),_0x5d1818=_0x36fb8b==null||(_0x2f4bb3=_0x36fb8b[_0x321123(0x4a7)])==null?void 0x0:_0x2f4bb3[_0x321123(0x739)](_0x36fb8b);if(!(_0x5d1818!=null&&_0x5d1818[_0x321123(0x637)]))return!0x1;let _0x5b8b0d=this[_0x321123(0x7ce)](_0x3dd943['offsetX'],_0x3dd943['offsetY']);for(let _0x189fe3 of _0x5d1818['values']())if(this[_0x321123(0x9f2)](_0x189fe3,_0x5b8b0d))return!0x0;return!0x1;}['_isPointNearTransformerControl'](_0x44bdbb,_0x54e6a3){const _0x52e763=_0x2d3867;var _0x1d7f05,_0x2ddd80;let _0x5d0061=(_0x1d7f05=(_0x2ddd80=_0x44bdbb['getRealBound'])==null?void 0x0:_0x2ddd80['call'](_0x44bdbb))==null?{'left':_0x44bdbb[_0x52e763(0x88e)],'top':_0x44bdbb['top'],'width':_0x44bdbb[_0x52e763(0xa28)],'height':_0x44bdbb[_0x52e763(0x47c)]}:_0x1d7f05,_0x58b315=_0x5d0061[_0x52e763(0x88e)],_0x128ddf=_0x5d0061['top'],_0x47643d=_0x58b315+_0x5d0061[_0x52e763(0xa28)],_0x3792b6=_0x128ddf+_0x5d0061[_0x52e763(0x47c)];return _0x54e6a3['x']>=_0x58b315-0xc&&_0x54e6a3['x']<=_0x47643d+0xc&&_0x54e6a3['y']>=_0x128ddf-0xc&&_0x54e6a3['y']<=_0x3792b6+0xc?Math[_0x52e763(0x658)](_0x54e6a3['x']-_0x58b315)<=0xc||Math['abs'](_0x54e6a3['x']-_0x47643d)<=0xc||Math[_0x52e763(0x658)](_0x54e6a3['y']-_0x128ddf)<=0xc||Math['abs'](_0x54e6a3['y']-_0x3792b6)<=0xc:!0x1;}[_0x2d3867(0x70f)](){const _0x15106b=_0x2d3867;let _0x5770ac=this[_0x15106b(0x9b2)][_0x15106b(0x711)][_0x15106b(0x54f)]();if(_0x5770ac){this[_0x15106b(0x92a)]=!0x0;try{_0x5770ac[_0x15106b(0x1b3)]();}finally{this[_0x15106b(0x92a)]=!0x1;}}}[_0x2d3867(0x2b7)](_0x5d0cae,_0x1b716e,_0x22e851,_0x592308){const _0xbbb9f2=_0x2d3867;return{'left':Math['min'](_0x5d0cae,_0x22e851),'top':Math[_0xbbb9f2(0x8ea)](_0x1b716e,_0x592308),'right':Math[_0xbbb9f2(0x55a)](_0x5d0cae,_0x22e851),'bottom':Math['max'](_0x1b716e,_0x592308)};}[_0x2d3867(0x7ce)](_0x1c4122,_0x4c8aae){const _0x4db970=_0x2d3867;var _0x2c8b49,_0x35d119;let {scene:_0x2835dc}=this['_renderContext'],_0x3c731a=new _0x25aeed(_0x1c4122,_0x4c8aae),_0xa2250b=(_0x2c8b49=_0x2835dc['getActiveViewportByCoord'](_0x3c731a))==null?_0x2835dc['getMainViewport']():_0x2c8b49;return(_0x35d119=_0xa2250b==null?void 0x0:_0xa2250b[_0x4db970(0x19f)](_0x3c731a))==null?_0x3c731a:_0x35d119;}['_getMarqueeHitIds'](_0x483844,_0x3fe89b,_0x13d5d4,_0x182ca4){const _0xbe679f=_0x2d3867;let {scene:_0x36f196}=this[_0xbe679f(0x9b2)],_0x38f6b1=_0x182ca4==='contain'?this[_0xbe679f(0x8a0)]:this[_0xbe679f(0x829)],_0x34b7f1=[];return this[_0xbe679f(0x5f5)][_0xbe679f(0x6e4)]()[_0xbe679f(0x3d8)](_0x2f4062=>{const _0x1e5330=_0xbe679f;let _0x2f600e=_0x36f196[_0x1e5330(0x22f)]($c(_0x483844,_0x3fe89b,_0x2f4062[_0x1e5330(0x31e)])),_0xc4003d=_0x2f600e?this[_0x1e5330(0x7ec)](_0x2f600e):null;_0xc4003d&&_0x38f6b1(_0x13d5d4,_0xc4003d)&&_0x34b7f1[_0x1e5330(0x39b)](_0x2f4062[_0x1e5330(0x31e)]);}),_0x34b7f1;}[_0x2d3867(0x7c5)](_0x1f4bd2,_0x568b36,_0x4702ef){const _0x2b1cba=_0x2d3867;return _0x4702ef?Array[_0x2b1cba(0xad9)](new Set([..._0x1f4bd2,..._0x568b36])):_0x568b36;}[_0x2d3867(0x7ec)](_0x54c3f1){const _0x42d7ee=_0x2d3867;var _0x434ba4,_0x38810d;let _0x1cfd76=(_0x434ba4=_0x54c3f1[_0x42d7ee(0xa28)])==null?0x0:_0x434ba4,_0x4ed018=(_0x38810d=_0x54c3f1[_0x42d7ee(0x47c)])==null?0x0:_0x38810d;if(_0x1cfd76<=0x0||_0x4ed018<=0x0)return null;let _0x5e390b=[_0x54c3f1[_0x42d7ee(0x985)][_0x42d7ee(0x419)](new _0x25aeed(0x0,0x0)),_0x54c3f1[_0x42d7ee(0x985)]['applyPoint'](new _0x25aeed(_0x1cfd76,0x0)),_0x54c3f1[_0x42d7ee(0x985)][_0x42d7ee(0x419)](new _0x25aeed(0x0,_0x4ed018)),_0x54c3f1['transform']['applyPoint'](new _0x25aeed(_0x1cfd76,_0x4ed018))],_0x93a9c=_0x5e390b[_0x42d7ee(0x51d)](_0x5d3924=>_0x5d3924['x']),_0x2a6657=_0x5e390b['map'](_0x14f850=>_0x14f850['y']);return{'left':Math['min'](..._0x93a9c),'top':Math[_0x42d7ee(0x8ea)](..._0x2a6657),'right':Math[_0x42d7ee(0x55a)](..._0x93a9c),'bottom':Math[_0x42d7ee(0x55a)](..._0x2a6657)};}[_0x2d3867(0x829)](_0x3856b1,_0x1fd1d9){const _0x5eddf9=_0x2d3867;return!(_0x3856b1[_0x5eddf9(0x88e)]>_0x1fd1d9[_0x5eddf9(0x342)]||_0x3856b1['top']>_0x1fd1d9[_0x5eddf9(0x60a)]||_0x1fd1d9[_0x5eddf9(0x88e)]>_0x3856b1['right']||_0x1fd1d9[_0x5eddf9(0x19e)]>_0x3856b1[_0x5eddf9(0x60a)]);}[_0x2d3867(0x8a0)](_0x3e51a3,_0xef274a){const _0x343b70=_0x2d3867;return _0x3e51a3[_0x343b70(0x88e)]<=_0xef274a[_0x343b70(0x88e)]&&_0x3e51a3[_0x343b70(0x19e)]<=_0xef274a[_0x343b70(0x19e)]&&_0x3e51a3['right']>=_0xef274a[_0x343b70(0x342)]&&_0x3e51a3[_0x343b70(0x60a)]>=_0xef274a[_0x343b70(0x60a)];}['_updateMarqueeRect'](_0x301aaa){const _0x301281=_0x2d3867;let {scene:_0x19dfe8}=this[_0x301281(0x9b2)],_0x486615=_0x301aaa['right']-_0x301aaa[_0x301281(0x88e)],_0x4c534f=_0x301aaa['bottom']-_0x301aaa[_0x301281(0x19e)];this[_0x301281(0x517)]?this[_0x301281(0x517)]['transformByState']({'left':_0x301aaa[_0x301281(0x88e)],'top':_0x301aaa[_0x301281(0x19e)],'width':_0x486615,'height':_0x4c534f}):(this[_0x301281(0x517)]=new _0x4e3c17(_0x301281(0x3b5),{'left':_0x301aaa[_0x301281(0x88e)],'top':_0x301aaa['top'],'width':_0x486615,'height':_0x4c534f,'evented':!0x1,'strokeWidth':0x1,'zIndex':0x2710}),this[_0x301281(0x8c0)](this['_marqueeRect']),_0x19dfe8[_0x301281(0x931)](this[_0x301281(0x517)],0x2710)),_0x19dfe8[_0x301281(0x25f)](!0x0);}['_removeMarqueeRect'](){const _0x1a5448=_0x2d3867;this[_0x1a5448(0x517)]&&(this[_0x1a5448(0x9b2)][_0x1a5448(0x711)][_0x1a5448(0x25c)](this['_marqueeRect']),this[_0x1a5448(0x517)]=null,this[_0x1a5448(0x9b2)][_0x1a5448(0x711)][_0x1a5448(0x25f)](!0x0));}[_0x2d3867(0x8c0)](_0x125c54){const _0x356245=_0x2d3867;let _0x2af778=this[_0x356245(0x26b)][_0x356245(0x608)](fo);_0x125c54[_0x356245(0x956)]({'stroke':new _0x3c6835(_0x2af778)[_0x356245(0x47e)](mo)['toRgbString'](),'fill':new _0x3c6835(_0x2af778)['setAlpha'](po)['toRgbString']()});}[_0x2d3867(0x3d7)](_0x3e7c6e,_0x19275e,_0x6f9750){const _0x8505fb=_0x2d3867;if(!_0x3e7c6e)return;let _0x34fe94=_0x3e7c6e;_0x34fe94[_0x8505fb(0x34d)]=vh(_0x19275e,{'selectionContainsTable':_0x6f9750});}['dispose'](){const _0x3755ba=_0x2d3867;this[_0x3755ba(0xab3)](),super['dispose']();}};Fy=$([Q(0x1,_0x33d141(_0x5ccce3)),Q(0x2,_0x534be5),Q(0x3,_0x33d141(nl)),Q(0x4,_0x33d141(Cu)),Q(0x5,_0x3a5c48),Q(0x6,_0x33d141(Ny)),Q(0x7,_0x33d141(Sl)),Q(0x8,_0x2402a1),Q(0x9,_0x33d141(_0x3ff7ed)),Q(0xa,_0x49cccf(Pd)),Q(0xb,_0x49cccf(Eu)),Q(0xc,_0x49cccf(Ou))],Fy);function Iy(_0xba4069,_0x7166b5){const _0x2bd8a0=_0x2d3867;return(_0xba4069==null?void 0x0:_0xba4069[_0x2bd8a0(0x706)])===_0x7166b5?_0xba4069[_0x2bd8a0(0x5b8)]:null;}let Ly=class extends _0x4928c2{constructor(_0xd9dda7,_0x4c4f1c,_0x475bc7,_0x35e510,_0x5f469c,_0x1a0d67){const _0x43ac49=_0x2d3867;super(),this[_0x43ac49(0x9b2)]=_0xd9dda7,this[_0x43ac49(0x43f)]=_0x4c4f1c,this[_0x43ac49(0x7fc)]=_0x475bc7,this['_slideDrawingService']=_0x35e510,this[_0x43ac49(0x5a5)]=_0x5f469c,this[_0x43ac49(0x5a3)]=_0x1a0d67,Z(this,'_lastRealtimeSyncAt',0x0),Z(this,_0x43ac49(0x704),0x20),Z(this,_0x43ac49(0x857),new Map()),this[_0x43ac49(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x572287=_0x2d3867;let {scene:_0x5eb50f,unitId:_0x185361}=this[_0x572287(0x9b2)],_0x42c9c0=this[_0x572287(0x7fc)][_0x572287(0x681)](_0x185361,_0x50fd52[_0x572287(0x70c)]);if(_0x42c9c0){if(!_0x5eb50f['getTransformer']()){Promise[_0x572287(0x3cc)]()[_0x572287(0x961)](()=>this[_0x572287(0x45f)](_0x42c9c0));return;}this[_0x572287(0x45f)](_0x42c9c0);}}[_0x2d3867(0x45f)](_0x1e708a){const _0x4c0164=_0x2d3867;let {scene:_0x245489,unitId:_0x54f710}=this[_0x4c0164(0x9b2)],_0x3bfa8f=_0x245489[_0x4c0164(0x54f)]();_0x3bfa8f&&(this['disposeWithMe'](_0x228c67(_0x3bfa8f[_0x4c0164(0xa63)]['pipe'](_0x2f3966(this[_0x4c0164(0x944)]))[_0x4c0164(0x6ca)](({objects:_0x1e1c38})=>{const _0x19e168=_0x4c0164;this['_transformStartRects'][_0x19e168(0x513)](),_0x1e1c38['forEach']((_0x10847d,_0xc162d7)=>{const _0x5f3467=_0x19e168;var _0x331960,_0x504bd3,_0x39befb,_0x4bb3f8;this['_transformStartRects']['set'](_0xc162d7,{'height':(_0x331960=_0x10847d['height'])==null?0x0:_0x331960,'left':(_0x504bd3=_0x10847d[_0x5f3467(0x88e)])==null?0x0:_0x504bd3,'top':(_0x39befb=_0x10847d[_0x5f3467(0x19e)])==null?0x0:_0x39befb,'width':(_0x4bb3f8=_0x10847d['width'])==null?0x0:_0x4bb3f8});});}))),this[_0x4c0164(0x78d)](_0x228c67(_0x3bfa8f[_0x4c0164(0xadd)][_0x4c0164(0x3c8)](_0x2f3966(this['dispose$']))['subscribe'](({objects:_0x371767})=>{const _0x4aa460=_0x4c0164;if(this[_0x4aa460(0x5a3)][_0x4aa460(0xacc)]())return;let _0x537cb8=Date[_0x4aa460(0x919)]();_0x537cb8-this[_0x4aa460(0x7a8)]<this[_0x4aa460(0x704)]||(this[_0x4aa460(0x7a8)]=_0x537cb8,this['_syncTransformToData'](_0x54f710,_0x1e708a,_0x371767,!0x0));}))),this[_0x4c0164(0x78d)](_0x228c67(_0x3bfa8f['changeEnd$'][_0x4c0164(0x3c8)](_0x2f3966(this[_0x4c0164(0x944)]))['subscribe'](({objects:_0x35b6e6})=>{const _0x33b67c=_0x4c0164;this[_0x33b67c(0x5a3)][_0x33b67c(0xacc)]()||(this[_0x33b67c(0x81b)](_0x54f710,_0x1e708a,_0x35b6e6,!0x1),this[_0x33b67c(0x857)][_0x33b67c(0x513)]());}))));}[_0x2d3867(0x81b)](_0x2bd18d,_0x25f049,_0x7027e9,_0x345d64){const _0x13ca4d=_0x2d3867;let {scene:_0xd05946}=this[_0x13ca4d(0x9b2)],_0x5d1d06=this[_0x13ca4d(0x67a)](_0xd05946,_0x25f049),_0x2d597e=_0x25f049['pageManager'][_0x13ca4d(0x4bf)]();if(!_0x2d597e)return;let _0x3e5148=_0x2d597e['getId'](),_0x195d69=''+Qc+_0x2bd18d+'-'+_0x3e5148+'-',_0x50f1e9=this[_0x13ca4d(0xa85)][_0x13ca4d(0x671)](_0x2bd18d,_0x3e5148),_0x3adc95=this[_0x13ca4d(0x5ab)](_0xd05946),_0x1e89bb=this[_0x13ca4d(0x29e)](_0x2bd18d,_0x7027e9,_0x195d69,_0x50f1e9,_0x5d1d06,_0x3adc95);this['_applyTransformPatches'](_0x1e89bb,_0x345d64,_0x5d1d06);}[_0x2d3867(0x29e)](_0xab41c2,_0x1b9b99,_0x3a63da,_0x4ef66b,_0x3ae5cf,_0x27f00c=new Set()){const _0x37fd8b=_0x2d3867;let _0x345f25=this[_0x37fd8b(0x2f8)](_0x1b9b99,_0x3a63da,_0x4ef66b),_0x530ba8=[];return _0x1b9b99[_0x37fd8b(0x3d8)]((_0xab333e,_0x457b20)=>{const _0x52f7e3=_0x37fd8b;if(!_0x457b20['startsWith'](_0x3a63da))return;let _0x1526c0=_0x457b20[_0x52f7e3(0xace)](_0x3a63da[_0x52f7e3(0xa73)]),_0x58383c=_0x4ef66b[_0x1526c0];_0x58383c&&(_0x27f00c[_0x52f7e3(0x7fb)](_0x457b20)||_0x345f25[_0x52f7e3(0x7fb)](_0x1526c0)||this[_0x52f7e3(0x71a)](_0x58383c,_0xab333e,_0x3ae5cf)||_0x530ba8[_0x52f7e3(0x39b)](this['_buildSingleTransformPatch'](_0xab41c2,_0x1526c0,_0x58383c,_0xab333e,_0x3ae5cf)));}),_0x530ba8;}[_0x2d3867(0x5ab)](_0x832538){const _0x5c5d73=_0x2d3867;let _0x5c5b13=new Set();return _0x832538[_0x5c5d73(0x4ee)]()['forEach'](_0x3d4e95=>{const _0x1c560f=_0x5c5d73;!(_0x3d4e95 instanceof _0x42f807)||!_0x3d4e95['oKey'][_0x1c560f(0x8d9)](_0x1c560f(0x35f))||_0x5c5b13[_0x1c560f(0x6fb)](_0x3d4e95[_0x1c560f(0x2ac)]['slice'](0x0,-0x5));}),_0x5c5b13;}['_buildSingleTransformPatch'](_0x31de94,_0x1921b1,_0x302282,_0x52136c,_0x2d3005){const _0x56b0f7=_0x2d3867;var _0x99ab1f,_0x608139;let {subUnitId:_0x5b4864}=_0x302282,_0x163d9f=_0x302282['element'],_0xeb8cf=this[_0x56b0f7(0x313)](_0x302282,_0x52136c),_0x15820a=_0xeb8cf&&_0x163d9f['type']===_0x440e4e['Shape']?{..._0x163d9f,'shapeData':_0xeb8cf[_0x56b0f7(0x5a6)]}:_0x163d9f;_0xeb8cf&&_0x52136c[_0x56b0f7(0x363)](_0xeb8cf[_0x56b0f7(0x762)]);let _0x16524f=_0x52136c[_0x56b0f7(0x88e)]-_0x2d3005['left'],_0x14ff1c=_0x52136c[_0x56b0f7(0x19e)]-_0x2d3005['top'];return{'unitId':_0x31de94,'subUnitId':_0x5b4864,'drawingId':_0x1921b1,'element':{..._0x15820a,'transform':{..._0x15820a[_0x56b0f7(0x985)],'left':_0x16524f,'top':_0x14ff1c,'width':_0x52136c[_0x56b0f7(0xa28)],'height':_0x52136c[_0x56b0f7(0x47c)],'rotation':(_0x99ab1f=_0x52136c[_0x56b0f7(0xa17)])==null?0x0:_0x99ab1f,'flipX':_0x52136c[_0x56b0f7(0x2e3)],'flipY':_0x52136c['flipY']}},'transform':{'left':_0x16524f,'top':_0x14ff1c,'width':_0x52136c[_0x56b0f7(0xa28)],'height':_0x52136c['height'],'angle':(_0x608139=_0x52136c[_0x56b0f7(0xa17)])==null?0x0:_0x608139,'flipX':_0x52136c[_0x56b0f7(0x2e3)],'flipY':_0x52136c[_0x56b0f7(0x8dd)]}};}[_0x2d3867(0x313)](_0x1be082,_0x5699cf){const _0x2c031c=_0x2d3867;var _0x365dfb,_0x131315,_0x35c318,_0x2086d7,_0x268bda,_0x4dd253,_0x1b5292,_0x238a8e,_0x455239;if(_0x1be082[_0x2c031c(0x431)]['type']!==_0x440e4e['Shape'])return null;let _0x326458=(_0x365dfb=this[_0x2c031c(0x857)])==null||(_0x131315=_0x365dfb[_0x2c031c(0x7d6)])==null?void 0x0:_0x131315[_0x2c031c(0x739)](_0x365dfb,_0x5699cf[_0x2c031c(0x2ac)]);if(!_0x326458)return null;let _0x5c080d=_0x1be082[_0x2c031c(0x431)][_0x2c031c(0x5a6)],_0x49e409={'height':(_0x35c318=_0x5699cf[_0x2c031c(0x47c)])==null?_0x326458[_0x2c031c(0x47c)]:_0x35c318,'left':(_0x2086d7=_0x5699cf['left'])==null?_0x326458['left']:_0x2086d7,'top':(_0x268bda=_0x5699cf[_0x2c031c(0x19e)])==null?_0x326458[_0x2c031c(0x19e)]:_0x268bda,'width':(_0x4dd253=_0x5699cf[_0x2c031c(0xa28)])==null?_0x326458[_0x2c031c(0xa28)]:_0x4dd253};if(Math['abs'](_0x49e409[_0x2c031c(0xa28)]-_0x326458[_0x2c031c(0xa28)])<=0.001&&Math[_0x2c031c(0x658)](_0x49e409[_0x2c031c(0x47c)]-_0x326458['height'])<=0.001)return null;let _0x1c6e1c=((_0x1b5292=_0x5c080d[_0x2c031c(0xa84)])==null?void 0x0:_0x1b5292[_0x2c031c(0x969)])!==!0x1,_0x3e0601=_0x5699cf;return _0x229fef({'initialRect':_0x326458,'requestedRect':_0x49e409,'shapeData':_0x5c080d,'naturalCrossSize':(_0x238a8e=(_0x455239=_0x3e0601[_0x2c031c(0x8ca)])==null?void 0x0:_0x455239[_0x2c031c(0x739)](_0x3e0601,_0x1c6e1c?_0x49e409['width']:_0x326458[_0x2c031c(0xa28)],_0x1c6e1c?_0x326458[_0x2c031c(0x47c)]:_0x49e409[_0x2c031c(0x47c)]))==null?void 0x0:_0x238a8e});}[_0x2d3867(0x2f8)](_0x545459,_0x1b27c0,_0x36d1e3){const _0x5df090=_0x2d3867;let _0x2d30ba=new Set();return _0x545459[_0x5df090(0x3d8)]((_0x4f3d91,_0x55afcd)=>{const _0x21b05f=_0x5df090;if(!_0x55afcd[_0x21b05f(0x1c2)](_0x1b27c0))return;let _0x35ce4a=_0x55afcd[_0x21b05f(0xace)](_0x1b27c0[_0x21b05f(0xa73)]),_0x2bd19c=_0x36d1e3[_0x35ce4a];!_0x2bd19c||_0x2bd19c[_0x21b05f(0x431)][_0x21b05f(0x866)]!==_0x21b05f(0x27b)||this[_0x21b05f(0x95b)](_0x35ce4a,_0x36d1e3,_0x2d30ba);}),_0x2d30ba;}[_0x2d3867(0x95b)](_0x5f43fc,_0x589c22,_0x182734){const _0x1e3fff=_0x2d3867;var _0x53d264;let _0x29c57b=_0x589c22[_0x5f43fc];!_0x29c57b||_0x29c57b['element'][_0x1e3fff(0x866)]!==_0x1e3fff(0x27b)||((_0x53d264=_0x29c57b['element'][_0x1e3fff(0x6ee)])==null?[]:_0x53d264)[_0x1e3fff(0x3d8)](_0x58f4a4=>{const _0x515168=_0x1e3fff;if(_0x182734[_0x515168(0x7fb)](_0x58f4a4))return;_0x182734[_0x515168(0x6fb)](_0x58f4a4);let _0x3bf7e8=_0x589c22[_0x58f4a4];(_0x3bf7e8==null?void 0x0:_0x3bf7e8['element'][_0x515168(0x866)])===_0x515168(0x27b)&&this[_0x515168(0x95b)](_0x58f4a4,_0x589c22,_0x182734);});}['_applyTransformPatches'](_0x3491d9,_0x3f37e4,_0x299097={'left':0x0,'top':0x0}){const _0x43b041=_0x2d3867;let _0x330dad=_0x3f37e4?_0x3491d9[_0x43b041(0xac6)](_0x3339c6=>!this[_0x43b041(0x978)](_0x3339c6['element'])):_0x3491d9;if(_0x330dad[_0x43b041(0xa73)]>0x0&&_0x3f37e4){this['_applyRealtimePreviewPatches'](_0x330dad,_0x299097);return;}_0x330dad[_0x43b041(0xa73)]>0x0&&this[_0x43b041(0x5a5)][_0x43b041(0x6bc)](_0x2a956c['id'],{'patches':_0x330dad});}['_applyRealtimePreviewPatches'](_0x42b4cd,_0x324649){const _0x843be2=_0x2d3867;let {scene:_0x2346d8}=this[_0x843be2(0x9b2)],_0xa286eb=!0x1;_0x42b4cd[_0x843be2(0x3d8)](_0x40af80=>{const _0x3fb16a=_0x843be2;var _0x32875f,_0x37117a;let _0x5a105b=_0x40af80['transform'];if(!_0x5a105b)return;let _0x48d350=''+Qc+_0x40af80[_0x3fb16a(0x340)]+'-'+_0x40af80[_0x3fb16a(0xaa1)]+'-'+_0x40af80[_0x3fb16a(0x31e)],_0x188455=_0x2346d8[_0x3fb16a(0x22f)](_0x48d350);if(_0x188455){if(_0x188455[_0x3fb16a(0x363)]({'left':_0x324649[_0x3fb16a(0x88e)]+((_0x32875f=_0x5a105b[_0x3fb16a(0x88e)])==null?0x0:_0x32875f),'top':_0x324649['top']+((_0x37117a=_0x5a105b[_0x3fb16a(0x19e)])==null?0x0:_0x37117a),..._0x5a105b[_0x3fb16a(0xa28)]===void 0x0?{}:{'width':_0x5a105b[_0x3fb16a(0xa28)]},..._0x5a105b[_0x3fb16a(0x47c)]===void 0x0?{}:{'height':_0x5a105b[_0x3fb16a(0x47c)]},..._0x5a105b['angle']===void 0x0?{}:{'angle':_0x5a105b[_0x3fb16a(0xa17)]},..._0x5a105b[_0x3fb16a(0x2e3)]===void 0x0?{}:{'flipX':_0x5a105b[_0x3fb16a(0x2e3)]},..._0x5a105b[_0x3fb16a(0x8dd)]===void 0x0?{}:{'flipY':_0x5a105b[_0x3fb16a(0x8dd)]}}),_0x40af80['element']['type']===_0x440e4e[_0x3fb16a(0x24b)]){var _0x5431ff;(_0x5431ff=_0x188455[_0x3fb16a(0x59d)])==null||_0x5431ff[_0x3fb16a(0x739)](_0x188455,_0x40af80[_0x3fb16a(0x431)]);}_0xa286eb=!0x0;}}),_0xa286eb&&_0x2346d8[_0x843be2(0x25f)](!0x0);}[_0x2d3867(0x978)](_0x11a1d0){const _0xe23d9d=_0x2d3867;var _0x179a2e;if(_0x11a1d0['type']===_0x440e4e[_0xe23d9d(0x478)])return!0x0;if(_0x11a1d0['type']!==_0x440e4e[_0xe23d9d(0x24b)])return!0x1;let _0x2603ca=(_0x179a2e=_0x11a1d0[_0xe23d9d(0x5a6)])==null?void 0x0:_0x179a2e[_0xe23d9d(0x5d6)];return!!_0x2603ca&&_0xb86505(_0x2603ca);}[_0x2d3867(0x71a)](_0x259ce3,_0x33c9ea,_0x3de05a){const _0x3443e4=_0x2d3867;if(!this['_isConnectorLineElement'](_0x259ce3['element']))return!0x1;let _0x30e5af=_0x259ce3[_0x3443e4(0x431)][_0x3443e4(0x985)],_0x1f8e20=this[_0x3443e4(0x308)](_0x33c9ea,_0x3de05a);return this[_0x3443e4(0xa8b)](_0x30e5af,_0x33c9ea)?this[_0x3443e4(0x53f)](_0x30e5af,_0x1f8e20):!0x1;}[_0x2d3867(0x308)](_0x6d6a9,_0x5e0688){const _0x1603b8=_0x2d3867;return{'left':_0x6d6a9[_0x1603b8(0x88e)]-_0x5e0688[_0x1603b8(0x88e)],'top':_0x6d6a9[_0x1603b8(0x19e)]-_0x5e0688['top']};}[_0x2d3867(0xa8b)](_0x5b5e7c,_0x2fd718){const _0x348eca=_0x2d3867;var _0x278c34,_0x17016c,_0x25b85b,_0x26cc93,_0x220e17,_0x222faa,_0x37206c,_0x5e066c,_0x23f47a,_0x365a7a;return((_0x278c34=_0x5b5e7c[_0x348eca(0xa28)])==null?0x0:_0x278c34)===((_0x17016c=_0x2fd718[_0x348eca(0xa28)])==null?0x0:_0x17016c)&&((_0x25b85b=_0x5b5e7c[_0x348eca(0x47c)])==null?0x0:_0x25b85b)===((_0x26cc93=_0x2fd718[_0x348eca(0x47c)])==null?0x0:_0x26cc93)&&((_0x220e17=_0x5b5e7c['rotation'])==null?0x0:_0x220e17)===((_0x222faa=_0x2fd718[_0x348eca(0xa17)])==null?0x0:_0x222faa)&&((_0x37206c=_0x5b5e7c[_0x348eca(0x2e3)])==null?!0x1:_0x37206c)===((_0x5e066c=_0x2fd718[_0x348eca(0x2e3)])==null?!0x1:_0x5e066c)&&((_0x23f47a=_0x5b5e7c[_0x348eca(0x8dd)])==null?!0x1:_0x23f47a)===((_0x365a7a=_0x2fd718['flipY'])==null?!0x1:_0x365a7a);}[_0x2d3867(0x53f)](_0x571ab9,_0x4167c1){const _0x3b9d24=_0x2d3867;var _0x13d58d,_0x39a4e7;let _0x12ff01=_0x4167c1[_0x3b9d24(0x88e)]-((_0x13d58d=_0x571ab9[_0x3b9d24(0x88e)])==null?0x0:_0x13d58d),_0x33db2b=_0x4167c1[_0x3b9d24(0x19e)]-((_0x39a4e7=_0x571ab9[_0x3b9d24(0x19e)])==null?0x0:_0x39a4e7);return Math[_0x3b9d24(0x2c9)](_0x12ff01*_0x12ff01+_0x33db2b*_0x33db2b)<0x5;}[_0x2d3867(0x67a)](_0x2dd30a,_0x3064c4){const _0x413464=_0x2d3867;var _0xdcc482;let _0x581589=(_0xdcc482=_0x2dd30a[_0x413464(0x22f)])==null?void 0x0:_0xdcc482['call'](_0x2dd30a,xu);if(typeof(_0x581589==null?void 0x0:_0x581589[_0x413464(0x88e)])==_0x413464(0x684)&&typeof _0x581589[_0x413464(0x19e)]==_0x413464(0x684))return{'left':_0x581589[_0x413464(0x88e)],'top':_0x581589[_0x413464(0x19e)]};let {width:_0x386838,height:_0x25ef10}=_0x3064c4[_0x413464(0x3a7)]()[_0x413464(0x674)],{width:_0x24705e,height:_0x3e1f86}=_0x2dd30a;return{'left':Math[_0x413464(0x55a)](0x0,(_0x24705e-_0x386838)/0x2),'top':Math[_0x413464(0x55a)](0x0,(_0x3e1f86-_0x25ef10)/0x2)};}};Ly=$([Q(0x1,_0x33d141(_0x5ccce3)),Q(0x2,_0x534be5),Q(0x3,_0x3a5c48),Q(0x4,_0x2402a1),Q(0x5,_0x33d141(Sl))],Ly);let Ry=class extends _0x4928c2{constructor(_0x36cc08,_0xf17ad4,_0x263ca7,_0x2bd109,_0x42dd22,_0x5b3c72){const _0x522b9d=_0x2d3867;super(),this[_0x522b9d(0x9b2)]=_0x36cc08,this[_0x522b9d(0x5a5)]=_0xf17ad4,this['_instanceService']=_0x263ca7,this['_slideDrawingService']=_0x2bd109,this['_slideDrawingStateService']=_0x42dd22,this['_slideSidebarStateService']=_0x5b3c72,Z(this,_0x522b9d(0x168),null),Z(this,_0x522b9d(0x9ef),null),Z(this,'_shapePanelCloseTimer',null),Z(this,_0x522b9d(0x531),null),Z(this,_0x522b9d(0x239),!0x1),Z(this,_0x522b9d(0x16a),!0x1),Z(this,_0x522b9d(0x381),null),this[_0x522b9d(0x7c7)]();}['_init'](){const _0x3876e7=_0x2d3867;let _0x31a690=this[_0x3876e7(0x1e8)][_0x3876e7(0x681)](this[_0x3876e7(0x9b2)][_0x3876e7(0x340)],_0x50fd52[_0x3876e7(0x70c)]);_0x31a690&&(this[_0x3876e7(0x7bb)](),this[_0x3876e7(0x209)](_0x31a690),this[_0x3876e7(0x2b2)](),this['_initSelectionClose'](),this['_initActiveSlideClose'](_0x31a690),this[_0x3876e7(0x946)](_0x31a690));}['_initOpenCrop'](){const _0x1881da=_0x2d3867;this[_0x1881da(0x78d)](this[_0x1881da(0x5a5)]['onCommandExecuted'](_0x46b66a=>{const _0xdc969e=_0x1881da;if(_0x46b66a['id']!==Ea['id'])return;let _0x3b0fd1=_0x46b66a[_0xdc969e(0xabe)];!_0x3b0fd1||_0x3b0fd1[_0xdc969e(0x340)]!==this[_0xdc969e(0x9b2)][_0xdc969e(0x340)]||this[_0xdc969e(0x1aa)](_0x3b0fd1);}));}[_0x2d3867(0x209)](_0x26f1ed){const _0x4e657f=_0x2d3867;this['disposeWithMe'](this[_0x4e657f(0x5a5)][_0x4e657f(0x390)](_0x21b870=>{_0x21b870['id']===Da['id']&&this['_closeCrop'](_0x26f1ed);}));}['_initCropperTransform'](){const _0x3d9860=_0x2d3867;let _0x55b2be=this[_0x3d9860(0x9b2)][_0x3d9860(0x711)][_0x3d9860(0xa7c)]();this[_0x3d9860(0x78d)](_0x228c67(_0x55b2be[_0x3d9860(0xa63)][_0x3d9860(0x3c8)](_0x2f3966(this[_0x3d9860(0x944)]))[_0x3d9860(0x6ca)](({objects:_0x1e904f})=>{const _0x50ed8c=_0x3d9860;let _0x2ee0c1=_0x1e904f[_0x50ed8c(0x4ae)]()[_0x50ed8c(0x182)]()[_0x50ed8c(0x47b)];if(!(_0x2ee0c1 instanceof _0x42f807))return;let {left:_0x5b3da8,top:_0x41d49c,height:_0x83d85,width:_0xbae2d7,angle:_0xf57739}=_0x2ee0c1;this['_startCropperTransform']={'left':_0x5b3da8,'top':_0x41d49c,'height':_0x83d85,'width':_0xbae2d7,'angle':_0xf57739},this[_0x50ed8c(0x239)]=!0x0,_0x55b2be[_0x50ed8c(0x817)]();}))),this[_0x3d9860(0x78d)](_0x228c67(_0x55b2be[_0x3d9860(0x1b5)]['pipe'](_0x2f3966(this['dispose$']))[_0x3d9860(0x6ca)](({objects:_0x2111aa})=>{const _0x17ff9c=_0x3d9860;let _0x41cc49=_0x2111aa['values']()[_0x17ff9c(0x182)]()[_0x17ff9c(0x47b)];if(!(_0x41cc49 instanceof _0x42f807))return;this['_isTransformingCropper']=!0x1;let {left:_0x5338c8,top:_0x429002,height:_0x26911b,width:_0x1230bc,angle:_0x2eb0c8}=_0x41cc49;if(!_0x356b28({'left':_0x5338c8,'top':_0x429002,'height':_0x26911b,'width':_0x1230bc,'angle':_0x2eb0c8},this[_0x17ff9c(0x9ef)]))return;let _0x1464ba=this[_0x17ff9c(0x636)](_0x41cc49);if(!_0x1464ba)return;let _0x1019e0=this[_0x17ff9c(0x594)](_0x1464ba,_0x41cc49);_0x41cc49[_0x17ff9c(0x5b1)](_0x1019e0[_0x17ff9c(0x7d5)],_0x1464ba[_0x17ff9c(0x6d0)]()),_0x55b2be[_0x17ff9c(0x47f)](_0x41cc49);})));}['_initSelectionClose'](){const _0xbd39be=_0x2d3867;this[_0xbd39be(0x78d)](_0x228c67(this[_0xbd39be(0x429)][_0xbd39be(0x317)][_0xbd39be(0x3c8)](_0x2f3966(this[_0xbd39be(0x944)]))[_0xbd39be(0x6ca)](_0x3f1025=>{const _0x28ebc7=_0xbd39be;var _0x5bde19;let _0x3f4ea4=this[_0x28ebc7(0x168)];_0x3f4ea4&&(((_0x5bde19=_0x3f1025[_0x28ebc7(0x3fa)])==null?void 0x0:_0x5bde19[_0x28ebc7(0x340)])===_0x3f4ea4[_0x28ebc7(0x340)]&&_0x3f1025['context'][_0x28ebc7(0xaa1)]===_0x3f4ea4[_0x28ebc7(0xaa1)]&&_0x3f1025['selectedIds']['length']===0x1&&_0x3f1025['selectedIds'][0x0]===_0x3f4ea4['drawingId']||this['_scheduleCloseCropIfSelectionLeavesTarget']());})));}[_0x2d3867(0x35e)](_0xdddd5d){const _0x2b014d=_0x2d3867;this[_0x2b014d(0x78d)](_0x228c67(_0xdddd5d[_0x2b014d(0x63a)][_0x2b014d(0x838)][_0x2b014d(0x3c8)](_0x2f3966(this['dispose$']))[_0x2b014d(0x6ca)](_0x32690c=>{const _0x51d10d=_0x2b014d;this[_0x51d10d(0x168)]&&this['_activeCropTarget']['subUnitId']!==_0x32690c&&this[_0x51d10d(0x5a5)][_0x51d10d(0x554)](Da['id']);})));}[_0x2d3867(0x946)](_0xe304cf){const _0xacbdef=_0x2d3867;this[_0xacbdef(0x78d)](_0x228c67(this['_slideSidebarStateService'][_0xacbdef(0x317)]['pipe'](_0x47cf15(),_0x2f3966(this[_0xacbdef(0x944)]))[_0xacbdef(0x6ca)](([_0x1e91e7,_0x57145a])=>{const _0x3006de=_0xacbdef;!this[_0x3006de(0x168)]||!_0x1e91e7['shapePanelOpen']||_0x57145a['shapePanelOpen']||(this['_pendingCloseCropPatch']=this[_0x3006de(0x666)](_0xe304cf),this['_scheduleCloseCropIfShapePanelStaysClosed']());}))),this[_0xacbdef(0x78d)](_0x228c67(()=>this[_0xacbdef(0x535)]())),this['disposeWithMe'](_0x228c67(()=>this[_0xacbdef(0x8d0)]()));}[_0x2d3867(0x27e)](){const _0x2491b9=_0x2d3867;this[_0x2491b9(0x8d0)](),this['_selectionCloseTimer']=setTimeout(()=>{const _0x5475fe=_0x2491b9;var _0x468d70;if(this['_selectionCloseTimer']=null,!this[_0x5475fe(0x168)]||this[_0x5475fe(0x239)]||this[_0x5475fe(0x16a)])return;let _0x4e228a=this[_0x5475fe(0x429)]['getSnapshot']();if(!(((_0x468d70=_0x4e228a[_0x5475fe(0x3fa)])==null?void 0x0:_0x468d70[_0x5475fe(0x340)])===this['_activeCropTarget'][_0x5475fe(0x340)]&&_0x4e228a[_0x5475fe(0x3fa)]['subUnitId']===this[_0x5475fe(0x168)][_0x5475fe(0xaa1)]&&_0x4e228a[_0x5475fe(0xac1)][_0x5475fe(0xa73)]===0x1&&_0x4e228a[_0x5475fe(0xac1)][0x0]===this[_0x5475fe(0x168)]['drawingId'])){if(this[_0x5475fe(0x17b)](_0x4e228a[_0x5475fe(0xac1)])&&this[_0x5475fe(0x385)](this[_0x5475fe(0x9b2)][_0x5475fe(0x711)])){this[_0x5475fe(0x429)]['selectDrawings']({'unitId':this[_0x5475fe(0x168)]['unitId'],'subUnitId':this[_0x5475fe(0x168)][_0x5475fe(0xaa1)]},[this[_0x5475fe(0x168)][_0x5475fe(0x31e)]],this[_0x5475fe(0x168)]['drawingId']);return;}this[_0x5475fe(0x5a5)][_0x5475fe(0x554)](Da['id']);}},0x0);}[_0x2d3867(0x17b)](_0x1ce180){const _0xa28aff=_0x2d3867;return _0x1ce180[_0xa28aff(0xa73)]>0x0&&_0x1ce180['every'](_0x36af09=>_0x36af09[_0xa28aff(0x1c2)](_0xa28aff(0x60f)));}[_0x2d3867(0x8d0)](){const _0x4c4ccd=_0x2d3867;this[_0x4c4ccd(0x531)]!==null&&(clearTimeout(this['_selectionCloseTimer']),this[_0x4c4ccd(0x531)]=null);}[_0x2d3867(0x6a2)](){const _0x1bf005=_0x2d3867;this[_0x1bf005(0x535)](),this[_0x1bf005(0xa66)]=setTimeout(()=>{const _0x31f109=_0x1bf005;this[_0x31f109(0xa66)]=null,!(!this[_0x31f109(0x168)]||this[_0x31f109(0x934)][_0x31f109(0x3a7)]()[_0x31f109(0x309)])&&this['_commandService'][_0x31f109(0x554)](Da['id']);},0x0);}[_0x2d3867(0x535)](){const _0x5a6f89=_0x2d3867;this[_0x5a6f89(0xa66)]!==null&&(clearTimeout(this[_0x5a6f89(0xa66)]),this[_0x5a6f89(0xa66)]=null);}[_0x2d3867(0x4e3)](_0x26943a){const _0x4f598e=_0x2d3867;var _0x5b6a77;return((_0x5b6a77=this[_0x4f598e(0x168)])==null?void 0x0:_0x5b6a77[_0x4f598e(0x340)])===_0x26943a[_0x4f598e(0x340)]&&this[_0x4f598e(0x168)][_0x4f598e(0xaa1)]===_0x26943a[_0x4f598e(0xaa1)]&&this[_0x4f598e(0x168)]['drawingId']===_0x26943a[_0x4f598e(0x31e)];}['_openCrop'](_0x26be6e){const _0x29ca9b=_0x2d3867;let {scene:_0x2e6b45,unitId:_0x336f4d}=this[_0x29ca9b(0x9b2)],_0x47f38a=this[_0x29ca9b(0xa85)][_0x29ca9b(0x364)](_0x26be6e);if(!_0x47f38a||_0x47f38a[_0x29ca9b(0x431)][_0x29ca9b(0x866)]!==_0x440e4e[_0x29ca9b(0x9b4)])return;let _0x5561e6=this[_0x29ca9b(0x404)](_0x26be6e);if(!_0x5561e6)return;if(this[_0x29ca9b(0x385)](_0x2e6b45)){if(this[_0x29ca9b(0x4e3)](_0x26be6e))return;this[_0x29ca9b(0x5a5)]['syncExecuteCommand'](Da['id']);}let _0x4a2f0b=_0x2e6b45[_0x29ca9b(0xa7c)]();_0x4a2f0b[_0x29ca9b(0x553)]();let _0x351987=new _0x42f807(_0x5561e6['oKey']+'-crop',{'srcRect':_0x5561e6[_0x29ca9b(0x7d5)],'prstGeom':_0x5561e6[_0x29ca9b(0x444)],'applyTransform':_0x5561e6[_0x29ca9b(0x2ec)]()});_0x2e6b45['addObject'](_0x351987,_0x5561e6[_0x29ca9b(0x851)]()+0x1)[_0x29ca9b(0x973)](_0x351987),_0x4a2f0b[_0x29ca9b(0x47f)](_0x351987),this[_0x29ca9b(0x6f9)](_0x351987),this[_0x29ca9b(0x1a6)](_0x351987),_0x5561e6[_0x29ca9b(0x4b2)](),_0x4a2f0b[_0x29ca9b(0x83e)](),_0x351987[_0x29ca9b(0x25f)](!0x0),this[_0x29ca9b(0x429)][_0x29ca9b(0x3ee)]({'unitId':_0x336f4d,'subUnitId':_0x26be6e[_0x29ca9b(0xaa1)]},[_0x26be6e['drawingId']],_0x26be6e[_0x29ca9b(0x31e)]),this[_0x29ca9b(0x168)]=_0x26be6e;}['_closeCrop'](_0x83be82){const _0x5e0ea7=_0x2d3867;var _0x37ed84;let {scene:_0x1c750a}=this['_renderContext'],_0x1782ae=this['_searchCropObject'](_0x1c750a);if(!_0x1782ae){this['_clearCropperControls'](_0x1c750a,this[_0x5e0ea7(0x168)]?this[_0x5e0ea7(0x5a0)](this[_0x5e0ea7(0x168)]):null),this[_0x5e0ea7(0x3bd)](),this[_0x5e0ea7(0x168)]=null,_0x1c750a[_0x5e0ea7(0x25f)](!0x0);return;}this[_0x5e0ea7(0x79a)](_0x1c750a,_0x1782ae[_0x5e0ea7(0x2ac)],_0x1782ae);let _0x4bd2d4=this['_getApplyObjectByCropObject'](_0x1782ae);if(!_0x4bd2d4){_0x1782ae['dispose'](),this[_0x5e0ea7(0x168)]=null,_0x1c750a[_0x5e0ea7(0x25f)](!0x0);return;}let _0x292bba=(_0x37ed84=this[_0x5e0ea7(0x168)])==null?this['_resolveDrawingSearchByImageObject'](_0x4bd2d4,_0x83be82):_0x37ed84,_0x265e05=_0x292bba?this[_0x5e0ea7(0xa85)]['getDrawingByParam'](_0x292bba):null;if((_0x265e05==null?void 0x0:_0x265e05[_0x5e0ea7(0x431)][_0x5e0ea7(0x866)])===_0x440e4e[_0x5e0ea7(0x9b4)]){let _0x16bef7=this[_0x5e0ea7(0x594)](_0x4bd2d4,_0x1782ae),_0x4d439e=this[_0x5e0ea7(0x38a)](_0x265e05,_0x4bd2d4,_0x1782ae,this[_0x5e0ea7(0x67a)](_0x1c750a,_0x83be82));_0x4bd2d4['setSrcRect']({..._0x16bef7[_0x5e0ea7(0x30c)]}),_0x4bd2d4[_0x5e0ea7(0x437)](),_0x4bd2d4[_0x5e0ea7(0x25f)](!0x0),_0x4d439e&&this[_0x5e0ea7(0x5a5)][_0x5e0ea7(0x6bc)](_0x2a956c['id'],{'patches':[_0x4d439e]});}else _0x4bd2d4[_0x5e0ea7(0x437)](),_0x4bd2d4[_0x5e0ea7(0x25f)](!0x0);_0x1782ae[_0x5e0ea7(0xa89)](),this[_0x5e0ea7(0x168)]=null,this[_0x5e0ea7(0x381)]=null,_0x1c750a[_0x5e0ea7(0x25f)](!0x0);}[_0x2d3867(0x666)](_0x5ef175){const _0x39dc68=_0x2d3867;var _0xdc7755;let {scene:_0x4d4da5}=this[_0x39dc68(0x9b2)];if(typeof _0x4d4da5['getAllObjectsByOrder']!=_0x39dc68(0x861))return null;let _0xeedcc4=this['_searchCropObject'](_0x4d4da5);if(!_0xeedcc4)return null;let _0x50154a=this[_0x39dc68(0x636)](_0xeedcc4);if(!_0x50154a)return null;let _0x2c4a1a=(_0xdc7755=this[_0x39dc68(0x168)])==null?this['_resolveDrawingSearchByImageObject'](_0x50154a,_0x5ef175):_0xdc7755,_0x18607a=_0x2c4a1a?this['_slideDrawingService'][_0x39dc68(0x364)](_0x2c4a1a):null;return(_0x18607a==null?void 0x0:_0x18607a['element']['type'])===_0x440e4e['Image']?this[_0x39dc68(0x38a)](_0x18607a,_0x50154a,_0xeedcc4,this[_0x39dc68(0x67a)](_0x4d4da5,_0x5ef175)):null;}['_executePendingCloseCropPatch'](){const _0xf46e5d=_0x2d3867;let _0x2640c9=this[_0xf46e5d(0x381)];this[_0xf46e5d(0x381)]=null,_0x2640c9&&this[_0xf46e5d(0x5a5)][_0xf46e5d(0x6bc)](_0x2a956c['id'],{'patches':[_0x2640c9]});}[_0x2d3867(0x5a0)](_0x2c6d06){const _0x418bb2=_0x2d3867;return $c(_0x2c6d06[_0x418bb2(0x340)],_0x2c6d06[_0x418bb2(0xaa1)],_0x2c6d06[_0x418bb2(0x31e)])+_0x418bb2(0x35f);}[_0x2d3867(0x6f9)](_0x4a599b){const _0x256d4c=_0x2d3867;let _0x5a51f6=_0x4a599b[_0x256d4c(0x5c4)]();_0x5a51f6&&(this[_0x256d4c(0x78d)](_0x4a599b[_0x256d4c(0x996)][_0x256d4c(0x551)](()=>{const _0x1304c9=_0x256d4c;this[_0x1304c9(0x16a)]=!0x0;})),this[_0x256d4c(0x78d)](_0x5a51f6['onPointerUp$'][_0x256d4c(0x551)](()=>{const _0x868427=_0x256d4c;this[_0x868427(0x16a)]=!0x1;})));}['_clearCropperControls'](_0x576985,_0x215d5b,_0xba2049){const _0x52a568=_0x2d3867;let _0x2e58c2=_0x576985[_0x52a568(0xa7c)]();_0xba2049&&_0x2e58c2[_0x52a568(0x564)](_0xba2049),_0x215d5b&&_0x2e58c2[_0x52a568(0x747)]([_0x215d5b]),_0x2e58c2[_0x52a568(0x817)]();}[_0x2d3867(0x38a)](_0x34953b,_0x50491e,_0x4bf74e,_0x314aa4){const _0x3735bb=_0x2d3867;var _0x590d0e,_0xb38d45,_0x1361c3,_0x21dda7,_0x1f666d,_0x4e36e2,_0x97d30;if(_0x34953b[_0x3735bb(0x431)][_0x3735bb(0x866)]!==_0x440e4e[_0x3735bb(0x9b4)])return null;let _0x451a69=this[_0x3735bb(0x594)](_0x50491e,_0x4bf74e)[_0x3735bb(0x30c)],_0x5795a8=_0x34953b[_0x3735bb(0x431)],_0x50a9d7=this[_0x3735bb(0xa8d)](_0x451a69),_0x275279={'left':_0x4bf74e[_0x3735bb(0x88e)]-_0x314aa4['left'],'top':_0x4bf74e[_0x3735bb(0x19e)]-_0x314aa4['top'],'width':_0x4bf74e[_0x3735bb(0xa28)],'height':_0x4bf74e[_0x3735bb(0x47c)],'angle':(_0x590d0e=(_0xb38d45=_0x4bf74e[_0x3735bb(0xa17)])==null?(_0x1361c3=_0x34953b[_0x3735bb(0x985)])==null?void 0x0:_0x1361c3[_0x3735bb(0xa17)]:_0xb38d45)==null?0x0:_0x590d0e,'flipX':(_0x21dda7=(_0x1f666d=_0x34953b[_0x3735bb(0x985)])==null?void 0x0:_0x1f666d['flipX'])==null?!0x1:_0x21dda7,'flipY':(_0x4e36e2=(_0x97d30=_0x34953b[_0x3735bb(0x985)])==null?void 0x0:_0x97d30[_0x3735bb(0x8dd)])==null?!0x1:_0x4e36e2};return{'unitId':_0x34953b[_0x3735bb(0x340)],'subUnitId':_0x34953b['subUnitId'],'drawingId':_0x34953b[_0x3735bb(0x31e)],'element':{..._0x5795a8,'crop':_0x50a9d7},'transform':_0x275279};}[_0x2d3867(0xa8d)](_0x3da839){const _0x593f44=_0x2d3867;var _0x2bf05a,_0x4946f4,_0x482181,_0x24c5fe;return{'left':(_0x2bf05a=_0x3da839[_0x593f44(0x88e)])==null?0x0:_0x2bf05a,'top':(_0x4946f4=_0x3da839[_0x593f44(0x19e)])==null?0x0:_0x4946f4,'right':(_0x482181=_0x3da839[_0x593f44(0x342)])==null?0x0:_0x482181,'bottom':(_0x24c5fe=_0x3da839[_0x593f44(0x60a)])==null?0x0:_0x24c5fe};}[_0x2d3867(0x404)](_0x52e08b){const _0x389a49=_0x2d3867;var _0x57692e,_0x2bb94c;let _0x34cf2a=$c(_0x52e08b['unitId'],_0x52e08b[_0x389a49(0xaa1)],_0x52e08b['drawingId']),_0xc6e55=this[_0x389a49(0x9b2)]['scene'],_0xcde07=(_0x57692e=(_0x2bb94c=_0xc6e55[_0x389a49(0x8f4)])==null?void 0x0:_0x2bb94c[_0x389a49(0x739)](_0xc6e55,_0x34cf2a))==null?_0xc6e55['getObject'](_0x34cf2a):_0x57692e;return _0xcde07 instanceof _0x4e0af1?_0xcde07:null;}['_searchCropObject'](_0x4b485b){const _0x2f07fe=_0x2d3867;let _0x3e2adc=_0x4b485b[_0x2f07fe(0x4ee)]();for(let _0x1cc0ed of _0x3e2adc)if(_0x1cc0ed instanceof _0x42f807)return _0x1cc0ed;return null;}[_0x2d3867(0x636)](_0x32ba10){const _0x1b3a70=_0x2d3867;let _0x83f2cb=_0x32ba10[_0x1b3a70(0x2ac)],_0x12df02=_0x83f2cb[_0x1b3a70(0xace)](0x0,_0x83f2cb['length']-0x5),_0x1b84d2=_0x32ba10[_0x1b3a70(0x5c4)]();if(!_0x1b84d2)return null;let _0x296ec7=_0x1b84d2[_0x1b3a70(0x22f)](_0x12df02);return _0x296ec7 instanceof _0x4e0af1?_0x296ec7:null;}[_0x2d3867(0x752)](_0x18c5d9,_0x3389c3){const _0x846d74=_0x2d3867;var _0x5e55d8;let _0x45df38=(_0x5e55d8=_0x3389c3['pageManager'][_0x846d74(0x4bf)]())==null?void 0x0:_0x5e55d8[_0x846d74(0x559)]();if(!_0x45df38)return null;let _0x7690f5=$c(this['_renderContext'][_0x846d74(0x340)],_0x45df38,'');return _0x18c5d9[_0x846d74(0x2ac)][_0x846d74(0x1c2)](_0x7690f5)?{'unitId':this[_0x846d74(0x9b2)][_0x846d74(0x340)],'subUnitId':_0x45df38,'drawingId':_0x18c5d9[_0x846d74(0x2ac)][_0x846d74(0xace)](_0x7690f5['length'])}:null;}[_0x2d3867(0x1a6)](_0x1ef806){const _0x5da6fc=_0x2d3867;this[_0x5da6fc(0x78d)](_0x1ef806[_0x5da6fc(0x237)][_0x5da6fc(0x551)](()=>{_0x1ef806['cursor']=_0x55639b['MOVE'];})),this[_0x5da6fc(0x78d)](_0x1ef806[_0x5da6fc(0x3d5)][_0x5da6fc(0x551)](()=>{_0x1ef806['cursor']=_0x55639b['DEFAULT'];}));}[_0x2d3867(0x67a)](_0x218c1b,_0x3cade6){const _0x42c110=_0x2d3867;var _0x2c1467;let _0x1727a2=(_0x2c1467=_0x218c1b[_0x42c110(0x22f)])==null?void 0x0:_0x2c1467['call'](_0x218c1b,xu);if(typeof(_0x1727a2==null?void 0x0:_0x1727a2['left'])==_0x42c110(0x684)&&typeof _0x1727a2[_0x42c110(0x19e)]=='number')return{'left':_0x1727a2['left'],'top':_0x1727a2[_0x42c110(0x19e)]};let {width:_0x5aa983,height:_0x14b1cf}=_0x3cade6[_0x42c110(0x3a7)]()['defaultPageSize'],{width:_0x5694cc,height:_0x3dc09f}=_0x218c1b;return{'left':Math[_0x42c110(0x55a)](0x0,(_0x5694cc-_0x5aa983)/0x2),'top':Math[_0x42c110(0x55a)](0x0,(_0x3dc09f-_0x14b1cf)/0x2)};}['_getSrcRectByTransformState'](_0x4ee4c0,_0x547081){const _0x5ec2b0=_0x2d3867;let {left:_0xa29685,top:_0x4cec07,height:_0x102979,width:_0x1172a0}=_0x547081,{left:_0xfedd6d,top:_0x16505a,width:_0x25685c,height:_0x26a156,angle:_0x594730=0x0}=_0x4ee4c0,_0x1acb8c=_0xa29685-_0xfedd6d,_0x3273bd=_0x4cec07-_0x16505a,_0x5a9edf={'left':_0x1acb8c,'top':_0x3273bd,'right':_0x25685c-_0x1acb8c-_0x1172a0,'bottom':_0x26a156-_0x3273bd-_0x102979},_0x3c0cb0={..._0x5a9edf};if(_0x594730!==0x0){let _0x4d7449=new _0x25aeed(_0xa29685+_0x1172a0/0x2,_0x4cec07+_0x102979/0x2),_0xbf08eb=new _0x25aeed(_0x25685c/0x2+_0xfedd6d,_0x26a156/0x2+_0x16505a),_0x4e8414=new _0x25aeed(_0xfedd6d,_0x16505a);_0x4e8414[_0x5ec2b0(0x210)](_0x28f279(_0x594730),_0xbf08eb);let _0x8b3ae5=_0x4e8414[_0x5ec2b0(0x3df)]();_0x8b3ae5[_0x5ec2b0(0x210)](_0x28f279(-_0x594730),_0x4d7449);let _0x3be838=_0xa29685-_0x8b3ae5['x'],_0xbcf393=_0x4cec07-_0x8b3ae5['y'];_0x3c0cb0[_0x5ec2b0(0x88e)]=_0x3be838,_0x3c0cb0['top']=_0xbcf393,_0x3c0cb0[_0x5ec2b0(0x342)]=_0x25685c-_0x3be838-_0x1172a0,_0x3c0cb0[_0x5ec2b0(0x60a)]=_0x26a156-_0xbcf393-_0x102979;}return{'srcRect':_0x5a9edf,'srcRectAngle':_0x3c0cb0};}};Ry=$([Q(0x1,_0x2402a1),Q(0x2,_0x534be5),Q(0x3,_0x3a5c48),Q(0x4,_0x33d141(Cu)),Q(0x5,_0x33d141(Wm))],Ry);let zy=class extends _0x10bcc8{constructor(_0x1a937f){const _0x4cc8f1=_0x2d3867;super(),this['_menuManagerService']=_0x1a937f,this[_0x4cc8f1(0xa9e)][_0x4cc8f1(0x8ed)](nv);}};zy=$([Q(0x0,_0x457af8)],zy);function By(_0x2fb725){const _0x266b62=_0x2d3867;return _0x2fb725[_0x266b62(0x578)](_0x3853d3)&&!_0x2fb725[_0x266b62(0x578)](_0x2d7fa2);}function Vy(_0x59d966){return By(_0x59d966)&&_0x59d966['getContextValue'](_0x256c21);}const Hy=[{'id':_0x3d79c5['id'],'binding':_0x8b18a6['Z']|_0x549573['CTRL_COMMAND'],'priority':0x6e,'preconditions':By},{'id':_0x33f854['id'],'binding':_0x8b18a6['Y']|_0x549573[_0x2d3867(0x25e)],'priority':0x6e,'preconditions':By},{'id':_0x33f854['id'],'binding':_0x8b18a6['Z']|_0x549573['CTRL_COMMAND']|_0x549573[_0x2d3867(0x64f)],'priority':0x6e,'preconditions':By},{'id':pv['id'],'binding':_0x8b18a6['A']|_0x549573['CTRL_COMMAND'],'priority':0x64,'preconditions':By},{'id':hv['id'],'binding':_0x8b18a6['C']|_0x549573[_0x2d3867(0x25e)],'priority':0x64,'preconditions':Vy},{'id':gv['id'],'binding':_0x8b18a6['X']|_0x549573[_0x2d3867(0x25e)],'priority':0x64,'preconditions':Vy},{'id':_v['id'],'binding':_0x8b18a6['V']|_0x549573[_0x2d3867(0x25e)],'priority':0x64,'preconditions':By},{'id':mv['id'],'binding':_0x8b18a6[_0x2d3867(0x4de)],'priority':0x64,'preconditions':Vy},{'id':mv['id'],'binding':_0x8b18a6[_0x2d3867(0x80b)],'priority':0x64,'preconditions':Vy},{'id':vv['id'],'binding':_0x8b18a6[_0x2d3867(0x27d)],'priority':0x64,'preconditions':By},{'id':yv['id'],'binding':_0x8b18a6['TAB']|_0x549573[_0x2d3867(0x64f)],'priority':0x64,'preconditions':By}];let Uy=class extends _0x10bcc8{constructor(_0x63bb39){const _0x55b89d=_0x2d3867;super(),this[_0x55b89d(0x71c)]=_0x63bb39,this[_0x55b89d(0x7c7)]();}['_init'](){const _0x3e54ab=_0x2d3867;Hy['forEach'](_0x20f6c9=>this[_0x3e54ab(0x78d)](this['_shortcutService'][_0x3e54ab(0x8b0)](_0x20f6c9)));}};Uy=$([Q(0x0,_0x4a717c)],Uy);let Wy=class extends _0x10bcc8{constructor(_0x2639e0,_0x263b8a){const _0x881dfa=_0x2d3867;super(),this[_0x881dfa(0x1e8)]=_0x2639e0,this[_0x881dfa(0x9db)]=_0x263b8a,this['_init']();}[_0x2d3867(0x7c7)](){const _0x21b645=_0x2d3867;if(typeof window>'u')return;let _0x15dede=nf(window[_0x21b645(0x79c)][_0x21b645(0xa31)]);if(!_0x15dede[_0x21b645(0x340)]||!_0x15dede[_0x21b645(0x70e)]||!Yd(_0x15dede['playMode'],0x1))return;if(this['_instanceService'][_0x21b645(0x681)](_0x15dede['unitId'],_0x50fd52[_0x21b645(0x70c)])){this[_0x21b645(0x547)](_0x15dede['unitId'],_0x15dede[_0x21b645(0x70e)],_0x15dede[_0x21b645(0x9cd)],_0x15dede[_0x21b645(0x2c3)]);return;}let _0x530c4b=!0x1,_0x362977=null,_0x17b724=null,_0x5d9f22=()=>{_0x362977&&(clearInterval(_0x362977),_0x362977=null);},_0x5e45f8=()=>{_0x17b724&&(clearTimeout(_0x17b724),_0x17b724=null);},_0x5a5db7=()=>{_0x5d9f22(),_0x5e45f8();},_0x79224f=()=>{const _0x356591=_0x21b645;_0x530c4b||!_0x15dede[_0x356591(0x340)]||!_0x15dede[_0x356591(0x70e)]||this['_instanceService']['getUnit'](_0x15dede[_0x356591(0x340)],_0x50fd52[_0x356591(0x70c)])&&(_0x530c4b=!0x0,_0x5a5db7(),this[_0x356591(0x547)](_0x15dede['unitId'],_0x15dede['sessionId'],_0x15dede[_0x356591(0x9cd)],_0x15dede[_0x356591(0x2c3)]));};_0x362977=setInterval(()=>_0x79224f(),0x64),_0x17b724=setTimeout(()=>{_0x530c4b||_0x5d9f22();},0xea60),this[_0x21b645(0x78d)](_0x228c67(_0x5a5db7)),this[_0x21b645(0x78d)](_0x228c67(this[_0x21b645(0x1e8)][_0x21b645(0x416)](_0x50fd52['UNIVER_SLIDE'])[_0x21b645(0x3c8)](_0x566e1f(_0x1809c5=>_0x1809c5[_0x21b645(0x51e)][_0x21b645(0x5cb)]()===_0x15dede[_0x21b645(0x340)]),_0x11b64e(0x1))[_0x21b645(0x6ca)](()=>{const _0x471b1b=_0x21b645;_0x530c4b||(_0x530c4b=!0x0,_0x5a5db7(),this[_0x471b1b(0x547)](_0x15dede[_0x471b1b(0x340)],_0x15dede[_0x471b1b(0x70e)],_0x15dede['playMode'],_0x15dede['startSlideId']));})));}[_0x2d3867(0x547)](_0x1c1ad4,_0x3d86d8,_0x496c53,_0x571574){const _0x231334=_0x2d3867;if(this[_0x231334(0xa36)](_0x1c1ad4,_0x3d86d8,_0x496c53,_0x571574))return;let _0x20a8c8=null,_0x29b66d=null,_0x5db34d=()=>{_0x20a8c8&&(clearInterval(_0x20a8c8),_0x20a8c8=null);},_0x5d7a1e=()=>{_0x29b66d&&(clearTimeout(_0x29b66d),_0x29b66d=null);},_0x3222dc=()=>{_0x5db34d(),_0x5d7a1e();};_0x20a8c8=setInterval(()=>{this['_start'](_0x1c1ad4,_0x3d86d8,_0x496c53,_0x571574)&&_0x3222dc();},0x64),_0x29b66d=setTimeout(()=>{_0x5db34d();},0xea60),this[_0x231334(0x78d)](_0x228c67(_0x3222dc));}[_0x2d3867(0xa36)](_0x4e5626,_0x56dbb6,_0x5c843c,_0xbafbe1){const _0x139431=_0x2d3867;return this[_0x139431(0x1e8)][_0x139431(0xabf)](_0x4e5626),this['_sessionService']['startAudienceSession']({'unitId':_0x4e5626,'sessionId':_0x56dbb6,'playMode':_0x5c843c,'startSlideId':_0xbafbe1});}};Wy=$([Q(0x0,_0x534be5),Q(0x1,sf)],Wy);function Gy(_0x2c1214,_0xd854a8){const _0x329a48=_0x2d3867;var _0x4c4c7f,_0x407a1c;let {scene:_0x2c195a,engine:_0x5601c1}=_0xd854a8,_0x3dfc08=_0x2c195a[_0x329a48(0x75f)](bu),_0xbcc04a=(_0x4c4c7f=_0x3dfc08==null?void 0x0:_0x3dfc08[_0x329a48(0x16d)])==null?0x0:_0x4c4c7f,_0x3740b2=(_0x407a1c=_0x3dfc08==null?void 0x0:_0x3dfc08[_0x329a48(0x1ca)])==null?0x0:_0x407a1c,{scaleX:_0x4d660d,scaleY:_0x3bfe12}=_0x2c195a[_0x329a48(0x4a4)](),_0xe3bbee=_0x5601c1['getCanvasElement'](),_0x24e731=_0xe3bbee[_0x329a48(0xa88)](),_0x302d67=_0x5227f1(_0xe3bbee['style'][_0x329a48(0xa28)]),_0x22075b=_0x302d67>0x0?_0x24e731['width']/_0x302d67:0x1;return{'left':(_0x2c1214['left']-_0xbcc04a)*_0x4d660d*_0x22075b+_0x24e731[_0x329a48(0x88e)],'right':(_0x2c1214[_0x329a48(0x342)]-_0xbcc04a)*_0x4d660d*_0x22075b+_0x24e731['left'],'top':(_0x2c1214['top']-_0x3740b2)*_0x3bfe12*_0x22075b+_0x24e731[_0x329a48(0x19e)],'bottom':(_0x2c1214[_0x329a48(0x60a)]-_0x3740b2)*_0x3bfe12*_0x22075b+_0x24e731[_0x329a48(0x19e)]};}let Ky=class extends _0x10bcc8{constructor(_0x5e8575,_0x469be7){const _0xc6b189=_0x2d3867;super(),this['_globalPopupManagerService']=_0x5e8575,this[_0xc6b189(0x4f4)]=_0x469be7;}['_createObjectPositionObserver'](_0x34eac9,_0xc0c7a7){const _0x948b85=_0x2d3867;let _0x56b55a=()=>{let {left:_0x22d6bb,top:_0x2e8ec6,width:_0x1b3c92,height:_0x506fd2}=_0x34eac9;return Gy({'left':_0x22d6bb,'right':_0x22d6bb+_0x1b3c92,'top':_0x2e8ec6,'bottom':_0x2e8ec6+_0x506fd2},_0xc0c7a7);},_0x2dfa60=_0x56b55a(),_0x555012=new _0x740b36(_0x2dfa60),_0x474105=new _0x565101(),_0x14b74b=()=>_0x555012[_0x948b85(0x182)](_0x56b55a()),_0x3828b=_0xc0c7a7[_0x948b85(0x711)]['getViewport'](bu);return _0x3828b&&_0x474105['add'](_0x3828b['onScrollAfter$'][_0x948b85(0x551)](_0x14b74b)),_0x474105[_0x948b85(0x6fb)](_0xc0c7a7[_0x948b85(0x8e1)][_0x948b85(0x7eb)][_0x948b85(0x551)](_0x14b74b)),_0x474105[_0x948b85(0x6fb)](_0xc0c7a7[_0x948b85(0x711)][_0x948b85(0x7eb)][_0x948b85(0x551)](_0x14b74b)),_0x474105[_0x948b85(0x6fb)](_0x34eac9[_0x948b85(0x7eb)]['subscribeEvent'](_0x14b74b)),{'position':_0x2dfa60,'position$':_0x555012,'disposable':_0x474105};}['attachPopupToObject'](_0x2508f0,_0x1d4068,_0x5ab1c2,_0x1f5b3e){const _0x63a468=_0x2d3867;var _0x3c5bda;let _0x193282=this[_0x63a468(0x4f4)][_0x63a468(0x400)](_0x2508f0);if(!_0x193282)return{'dispose':()=>{}};let {position:_0x22d7d7,position$:_0x2947fa,disposable:_0x355938}=this['_createObjectPositionObserver'](_0x5ab1c2,_0x193282),_0x21e989=(_0x3c5bda=_0x193282['getInjector'])==null?void 0x0:_0x3c5bda[_0x63a468(0x739)](_0x193282),_0x226038=this[_0x63a468(0x8e2)][_0x63a468(0xa3f)]({..._0x1f5b3e,'unitId':_0x2508f0,'subUnitId':_0x1d4068,'connectorInjector':_0x21e989,'anchorRect':_0x22d7d7,'anchorRect$':_0x2947fa,'canvasElement':_0x193282['engine'][_0x63a468(0x4e4)]()});return{'dispose':()=>{const _0xf8faa3=_0x63a468;this[_0xf8faa3(0x8e2)][_0xf8faa3(0xae4)](_0x226038),_0x2947fa[_0xf8faa3(0x7ae)](),_0x355938[_0xf8faa3(0xa89)]();}};}['attachPopupToClientRect'](_0x2430c5,_0x1c0ce9,_0xb9c697,_0x2077b8){const _0x24dd11=_0x2d3867;let _0x588e28=this[_0x24dd11(0x4f4)][_0x24dd11(0x400)](_0x2430c5);if(!_0x588e28)return{'dispose':()=>{}};let _0x1fe28e=new _0x740b36(_0xb9c697),_0xf58e9f=this[_0x24dd11(0x8e2)]['addPopup']({..._0x2077b8,'unitId':_0x2430c5,'subUnitId':_0x1c0ce9,'anchorRect':_0xb9c697,'anchorRect$':_0x1fe28e,'canvasElement':_0x588e28[_0x24dd11(0x8e1)]['getCanvasElement']()});return{'dispose':()=>{const _0x1bf9c2=_0x24dd11;this[_0x1bf9c2(0x8e2)][_0x1bf9c2(0xae4)](_0xf58e9f),_0x1fe28e['complete']();}};}};Ky=$([Q(0x0,_0x33d141(_0x1370fc)),Q(0x1,_0x317a11)],Ky);let qy=class extends _0x4928c2{constructor(_0x5dc469,_0x1d2d56){const _0x18450d=_0x2d3867;super(),this[_0x18450d(0x7fc)]=_0x5dc469,this['_renderManagerService']=_0x1d2d56,Promise[_0x18450d(0x3cc)]()[_0x18450d(0x961)](()=>this[_0x18450d(0x7c7)]());}[_0x2d3867(0x7c7)](){const _0x25d793=_0x2d3867;this[_0x25d793(0x7fc)][_0x25d793(0x416)](_0x50fd52[_0x25d793(0x70c)])[_0x25d793(0x3c8)](_0x2f3966(this[_0x25d793(0x944)]))[_0x25d793(0x6ca)](_0x3a091b=>this[_0x25d793(0x760)](_0x3a091b[_0x25d793(0x51e)][_0x25d793(0x5cb)](),_0x3a091b['options'])),this[_0x25d793(0x7fc)][_0x25d793(0x277)](_0x50fd52['UNIVER_SLIDE'])[_0x25d793(0x3d8)](_0x1c38ac=>{const _0x1df0ef=_0x25d793;var _0x5e7812;return this[_0x1df0ef(0x760)](_0x1c38ac[_0x1df0ef(0x5cb)](),(_0x5e7812=this['_instanceSrv'][_0x1df0ef(0xa96)](_0x1c38ac['getUnitId']()))==null?void 0x0:_0x5e7812);}),this[_0x25d793(0x7fc)]['getTypeOfUnitDisposed$'](_0x50fd52[_0x25d793(0x70c)])[_0x25d793(0x3c8)](_0x2f3966(this[_0x25d793(0x944)]))[_0x25d793(0x6ca)](_0x58ca8a=>this[_0x25d793(0x4f4)][_0x25d793(0xab2)](_0x58ca8a[_0x25d793(0x5cb)]()));}[_0x2d3867(0x760)](_0x13b6ca,_0x45b622){const _0x20bca7=_0x2d3867;_0x13b6ca&&(_0x45b622!=null&&_0x45b622[_0x20bca7(0x7b3)]||this['_instanceSrv'][_0x20bca7(0x681)](_0x13b6ca,_0x50fd52[_0x20bca7(0x70c)])&&this['_renderManagerService']['createRender'](_0x13b6ca));}};qy=$([Q(0x0,_0x534be5),Q(0x1,_0x317a11)],qy);let Jy=class extends _0x513368{constructor(_0x18ac42,_0xe21b07,_0x4cf746,_0x3a79b5){super(_0x18ac42,_0xe21b07,_0x4cf746,_0x3a79b5,{'componentKey':il,'editorUnitId':rl});}};Jy=$([Q(0x1,_0x33d141(_0x4aaef7)),Q(0x2,_0x33d141(_0x3401a3)),Q(0x3,_0x33d141(_0x1802b5))],Jy);function Yy(_0x55b907,_0x378c7b={}){const _0x443749=_0x2d3867;let _0x245540=_0x378c7b[_0x443749(0x84e)]&&Number[_0x443749(0x6ab)](_0x378c7b[_0x443749(0x84e)])&&_0x378c7b['sceneScale']>0x0?_0x378c7b['sceneScale']:0x1,_0x5e4493=Number['isFinite'](_0x378c7b[_0x443749(0x16d)])?_0x378c7b[_0x443749(0x16d)]:0x0,_0x533f8e=Number[_0x443749(0x6ab)](_0x378c7b[_0x443749(0x1ca)])?_0x378c7b[_0x443749(0x1ca)]:0x0;return _0x25aeed['FromArray']([_0x55b907[_0x443749(0x5c8)]/_0x245540+_0x5e4493,_0x55b907[_0x443749(0x5c0)]/_0x245540+_0x533f8e]);}function Xy(_0x30aafa,_0x4ee540,_0x206734){const _0x4a25a3=_0x2d3867;if(_0x30aafa[_0x4a25a3(0x431)]['type']!==_0x440e4e[_0x4a25a3(0x7f0)])return null;let _0xebca01=_0x4ee540[_0x4a25a3(0x5c1)](_0x206734);return _0xebca01&&_0x857258(_0x30aafa[_0x4a25a3(0x431)]['placeholder'])[_0x4a25a3(0xa92)](_0x2c67ec=>_0x2c67ec['key']===_0xebca01)?_0xebca01:null;}function Zy(_0x591d74,_0x1d9dc7,_0x973d5a=0x4){const _0x19de83=_0x2d3867;var _0x2c3b56,_0x2117eb;if(!_0x591d74||!_0x1d9dc7||((_0x2c3b56=_0x591d74[_0x19de83(0x335)])==null?0x0:_0x2c3b56)!==0x0||((_0x2117eb=_0x1d9dc7[_0x19de83(0x335)])==null?0x0:_0x2117eb)!==0x0)return!0x1;let _0x27a7cb=Number[_0x19de83(0x6ab)](_0x973d5a)&&_0x973d5a>0x0?_0x973d5a:0x0,_0x5e3357=_0x1d9dc7[_0x19de83(0x5c8)]-_0x591d74[_0x19de83(0x5c8)],_0x12f0a3=_0x1d9dc7[_0x19de83(0x5c0)]-_0x591d74['offsetY'];return _0x5e3357*_0x5e3357+_0x12f0a3*_0x12f0a3<=_0x27a7cb*_0x27a7cb;}let Qy=class extends _0x4928c2{constructor(_0x9b081f,_0x3c4407,_0x37dd9c,_0x3655bf,_0x44ec3e,_0x51bc2b){const _0x2ab383=_0x2d3867;super(),this[_0x2ab383(0x9b2)]=_0x9b081f,this[_0x2ab383(0x5a5)]=_0x3c4407,this[_0x2ab383(0x1e8)]=_0x37dd9c,this[_0x2ab383(0xa85)]=_0x3655bf,this[_0x2ab383(0xa6c)]=_0x44ec3e,this[_0x2ab383(0x79d)]=_0x51bc2b,Z(this,_0x2ab383(0xaee),null),Z(this,_0x2ab383(0x37e),''),Z(this,_0x2ab383(0x1f6),0x0),this[_0x2ab383(0x7c7)]();}[_0x2d3867(0x7c7)](){const _0x5d6440=_0x2d3867;this[_0x5d6440(0x974)]();}[_0x2d3867(0x974)](){const _0x4b19d3=_0x2d3867;this[_0x4b19d3(0x78d)](_0x228c67(this[_0x4b19d3(0xa6c)][_0x4b19d3(0x996)][_0x4b19d3(0x3c8)](_0x2f3966(this[_0x4b19d3(0x944)]))[_0x4b19d3(0x6ca)](_0x39a14d=>{const _0x4ada2b=_0x4b19d3;var _0x213af8;this['_pendingAction']=null;let _0x5007df=(_0x213af8=_0x39a14d[_0x4ada2b(0x75e)][_0x4ada2b(0x335)])==null?0x0:_0x213af8;if(_0x5007df!==0x0)return;let _0x4088ed=this[_0x4ada2b(0x8c7)](_0x39a14d['drawing'],_0x39a14d['oKey'],Yy(_0x39a14d,this[_0x4ada2b(0x6b3)]()));_0x4088ed&&(this[_0x4ada2b(0xaee)]={'iconKey':_0x4088ed,'objectKey':_0x39a14d['oKey'],'down':{'offsetX':_0x39a14d['offsetX'],'offsetY':_0x39a14d[_0x4ada2b(0x5c0)],'button':_0x5007df}});}))),this[_0x4b19d3(0x78d)](_0x228c67(this[_0x4b19d3(0x9b2)][_0x4b19d3(0x711)]['onPointerUp$']['subscribeEvent'](_0x3643b1=>{const _0xf46d5=_0x4b19d3;var _0x40034f;let _0x33c3d8=this[_0xf46d5(0xaee)];this['_pendingAction']=null,_0x33c3d8&&Zy(_0x33c3d8['down'],{'offsetX':_0x3643b1[_0xf46d5(0x5c8)],'offsetY':_0x3643b1[_0xf46d5(0x5c0)],'button':(_0x40034f=_0x3643b1[_0xf46d5(0x335)])==null?0x0:_0x40034f})&&Promise[_0xf46d5(0x3cc)]()[_0xf46d5(0x961)](()=>{const _0x48688a=_0xf46d5;this[_0x48688a(0x5cf)](_0x33c3d8[_0x48688a(0x286)],_0x33c3d8[_0x48688a(0x1b2)]);});})));}[_0x2d3867(0x6b3)](){const _0x1f8780=_0x2d3867;var _0x6a57cf,_0x4135da;let {scene:_0x13ef00}=this['_renderContext'],_0x229e54=_0x13ef00[_0x1f8780(0x75f)](bu);return{'sceneScale':_0x13ef00[_0x1f8780(0x2ab)]||0x1,'viewportScrollX':(_0x6a57cf=_0x229e54==null?void 0x0:_0x229e54['viewportScrollX'])==null?0x0:_0x6a57cf,'viewportScrollY':(_0x4135da=_0x229e54==null?void 0x0:_0x229e54[_0x1f8780(0x1ca)])==null?0x0:_0x4135da};}['_resolvePlaceholderActionHit'](_0x1120d2,_0x41d48f,_0x12649b){const _0x335368=_0x2d3867;if(_0x1120d2[_0x335368(0x431)][_0x335368(0x866)]!==_0x440e4e['Placeholder'])return null;let _0x1ea1fc=this['_renderContext'][_0x335368(0x711)][_0x335368(0x22f)](_0x41d48f);return _0x1ea1fc instanceof ls?Xy(_0x1120d2,_0x1ea1fc,_0x12649b):null;}[_0x2d3867(0x5cf)](_0x41dbb6,_0x9e0a9c){const _0x11ef93=_0x2d3867;let _0x7bcf02=_0x9e0a9c+':'+_0x41dbb6,_0x9fb89b=Date[_0x11ef93(0x919)]();return this[_0x11ef93(0x37e)]===_0x7bcf02&&_0x9fb89b-this[_0x11ef93(0x1f6)]<0x1f4?!0x0:(this[_0x11ef93(0x37e)]=_0x7bcf02,this[_0x11ef93(0x1f6)]=_0x9fb89b,_0x41dbb6==='image'?(this[_0x11ef93(0x21f)](_0x9e0a9c),!0x0):this[_0x11ef93(0x784)](_0x41dbb6,_0x9e0a9c));}['_triggerPlaceholderAction'](_0x46965f,_0x4baf8e){const _0x33731d=_0x2d3867;let _0x3a21c7=this[_0x33731d(0x936)](_0x4baf8e);return!_0x3a21c7||_0x3a21c7[_0x33731d(0x431)][_0x33731d(0x866)]!==_0x440e4e[_0x33731d(0x7f0)]?!0x1:(this[_0x33731d(0x5a5)][_0x33731d(0x6bc)](Oa['id'],{'unitId':_0x3a21c7[_0x33731d(0x340)],'subUnitId':_0x3a21c7['subUnitId'],'drawingId':_0x3a21c7[_0x33731d(0x31e)],'iconKey':_0x46965f}),!0x0);}async[_0x2d3867(0x21f)](_0x16a57d){const _0x17b66a=_0x2d3867;let _0x3d5e01=await this[_0x17b66a(0x889)]();_0x3d5e01&&await this[_0x17b66a(0x41f)](_0x16a57d,_0x3d5e01);}async[_0x2d3867(0x41f)](_0x4d450c,_0x5a82d6){const _0x439e0c=_0x2d3867;let _0x457f89=this[_0x439e0c(0x936)](_0x4d450c);if(!_0x457f89||_0x457f89[_0x439e0c(0x431)][_0x439e0c(0x866)]!==_0x440e4e[_0x439e0c(0x7f0)])return;let _0x3554db=await this[_0x439e0c(0x79d)][_0x439e0c(0x97f)](_0x5a82d6);if(!_0x3554db)return;let _0x5c7443={'kind':_0x439e0c(0x244),'source':_0x3554db[_0x439e0c(0x2e1)],'imageSourceType':_0x3554db['imageSourceType']},_0x26df23=_0x457f89['element'];if(_0x457f89[_0x439e0c(0x77d)]===_0x439e0c(0x806)){let _0x5f1040=_0x573c10(_0x26df23,_0x5c7443);this[_0x439e0c(0x5a5)][_0x439e0c(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x457f89[_0x439e0c(0x340)],'subUnitId':_0x457f89['subUnitId'],'drawingId':_0x457f89[_0x439e0c(0x31e)],'element':_0x5f1040}]});return;}let _0x188a6e=this['_instanceService']['getUnit'](_0x457f89[_0x439e0c(0x340)],_0x50fd52[_0x439e0c(0x70c)]),_0x4392e9=_0x188a6e==null?void 0x0:_0x188a6e[_0x439e0c(0x63a)][_0x439e0c(0x3c6)](_0x457f89['subUnitId']);if(!_0x4392e9)return;let _0x2ae9a0=this[_0x439e0c(0x276)](_0x4392e9[_0x439e0c(0x1ed)]()[_0x439e0c(0x621)],_0x26df23);if(_0x2ae9a0){let _0x275566=_0x573c10(_0x2ae9a0,_0x5c7443);this['_commandService'][_0x439e0c(0x6bc)](_0x2a956c['id'],{'patches':[{'unitId':_0x457f89[_0x439e0c(0x340)],'subUnitId':_0x457f89['subUnitId'],'drawingId':_0x2ae9a0['id'],'element':_0x275566}]});return;}let _0x46e60c=_0x573c10({..._0x26df23,'id':_0x26df23['id'],'transform':{..._0x26df23['transform']}},_0x5c7443);this[_0x439e0c(0x5a5)][_0x439e0c(0x6bc)](_0x14d399['id'],{'unitId':_0x457f89[_0x439e0c(0x340)],'subUnitId':_0x457f89[_0x439e0c(0xaa1)],'element':_0x46e60c,'focus':!0x0});}[_0x2d3867(0x889)](){return typeof document>'u'?Promise['resolve'](null):new Promise(_0x57222c=>{const _0x2f431f=_0x3035;let _0x122a3e=document[_0x2f431f(0x43d)](_0x2f431f(0x7e8));_0x122a3e[_0x2f431f(0x866)]='file',_0x122a3e[_0x2f431f(0x62c)]=_0x2f431f(0x667),_0x122a3e[_0x2f431f(0x6f7)][_0x2f431f(0x3d9)]=_0x2f431f(0x4bc);let _0x289f55=()=>{const _0x3334f2=_0x2f431f;_0x122a3e[_0x3334f2(0x46d)]();};_0x122a3e[_0x2f431f(0x87e)]('change',()=>{const _0x373cd1=_0x2f431f;var _0x2305a6,_0x4511ac;let _0x45249d=(_0x2305a6=(_0x4511ac=_0x122a3e['files'])==null?void 0x0:_0x4511ac[0x0])==null?null:_0x2305a6;_0x122a3e[_0x373cd1(0x47b)]='',_0x289f55(),_0x57222c(_0x45249d);},{'once':!0x0}),document[_0x2f431f(0x301)][_0x2f431f(0x409)](_0x122a3e),_0x122a3e[_0x2f431f(0x349)]();});}['_getDrawingByObjectKey'](_0x175597){const _0x26d381=_0x2d3867;let {unitId:_0x3d21b4}=this[_0x26d381(0x9b2)],_0x258daf=this['_instanceService'][_0x26d381(0x681)](_0x3d21b4,_0x50fd52[_0x26d381(0x70c)]),_0x4af64a=_0x258daf==null?void 0x0:_0x258daf[_0x26d381(0x63a)][_0x26d381(0x4bf)](),_0x5aad4a=_0x4af64a==null?void 0x0:_0x4af64a[_0x26d381(0x559)]();if(!_0x5aad4a)return null;let _0x3c9253=el(_0x175597,_0x3d21b4,_0x5aad4a);return _0x3c9253?this[_0x26d381(0xa85)][_0x26d381(0x364)]({'unitId':_0x3d21b4,'subUnitId':_0x5aad4a,'drawingId':_0x3c9253}):null;}[_0x2d3867(0x276)](_0x2603de,_0x5c7e32){const _0x40cb1b=_0x2d3867;for(let _0x505fd3 of Object[_0x40cb1b(0x4ae)](_0x2603de)){if(_0x505fd3[_0x40cb1b(0x866)]!==_0x440e4e[_0x40cb1b(0x7f0)]||_0x505fd3['placeholder'][_0x40cb1b(0x866)]!==_0x5c7e32['placeholder'][_0x40cb1b(0x866)])continue;let _0x21ca0c=_0x505fd3[_0x40cb1b(0x983)]['index'],_0x56bde6=_0x5c7e32['placeholder'][_0x40cb1b(0x981)];if((_0x21ca0c==null?null:_0x21ca0c)===(_0x56bde6==null?null:_0x56bde6))return _0x505fd3;}return null;}};Qy=$([Q(0x1,_0x2402a1),Q(0x2,_0x534be5),Q(0x3,_0x3a5c48),Q(0x4,_0x33d141(nl)),Q(0x5,_0x33d141(Bh))],Qy);let $y=class extends _0x4928c2{constructor(_0x16660d,_0x40ceb3,_0x17547d,_0x2f30a7,_0x47af50,_0x52be56){const _0x209bf5=_0x2d3867;super(),this[_0x209bf5(0x9b2)]=_0x16660d,this[_0x209bf5(0xa55)]=_0x40ceb3,this[_0x209bf5(0x429)]=_0x17547d,this['_hitTestService']=_0x2f30a7,this[_0x209bf5(0x5a3)]=_0x47af50,this[_0x209bf5(0xa85)]=_0x52be56,Z(this,'_popupDisposable',null),Z(this,_0x209bf5(0x6c1),null),this[_0x209bf5(0x7c7)]();}[_0x2d3867(0xa89)](){const _0x38a504=_0x2d3867;this[_0x38a504(0x249)](),super[_0x38a504(0xa89)]();}['_init'](){const _0x311320=_0x2d3867;let _0x7f9499=this[_0x311320(0x9b2)][_0x311320(0x711)][_0x311320(0xa7c)]();this['disposeWithMe'](_0x228c67(_0x7f9499['createControl$']['pipe'](_0x2f3966(this[_0x311320(0x944)]))[_0x311320(0x6ca)](()=>{this['_showPopupForSelection']();}))),this[_0x311320(0x78d)](_0x228c67(_0x7f9499[_0x311320(0xa3a)][_0x311320(0x3c8)](_0x2f3966(this['dispose$']))[_0x311320(0x6ca)](()=>{const _0x54cea0=_0x311320;this[_0x54cea0(0x864)]();}))),this[_0x311320(0x78d)](_0x228c67(_0x7f9499[_0x311320(0xa63)]['pipe'](_0x2f3966(this[_0x311320(0x944)]))[_0x311320(0x6ca)](()=>{const _0x4803ea=_0x311320;this[_0x4803ea(0x249)]();}))),this[_0x311320(0x78d)](_0x228c67(_0x7f9499[_0x311320(0x1b5)][_0x311320(0x3c8)](_0x2f3966(this[_0x311320(0x944)]))[_0x311320(0x6ca)](()=>{const _0x2cf3a1=_0x311320;setTimeout(()=>this[_0x2cf3a1(0x285)](),0x0);}))),this[_0x311320(0x78d)](_0x228c67(this[_0x311320(0x5a3)][_0x311320(0x3a5)][_0x311320(0x3c8)](_0x2f3966(this[_0x311320(0x944)]))[_0x311320(0x6ca)](_0x40f6ae=>{const _0x2bf512=_0x311320;(_0x40f6ae==null?void 0x0:_0x40f6ae[_0x2bf512(0x340)])===this[_0x2bf512(0x9b2)][_0x2bf512(0x340)]&&this['_clearPopup']();})));}[_0x2d3867(0x249)](){const _0x11a47d=_0x2d3867;var _0x48dc29;(_0x48dc29=this['_popupDisposable'])==null||_0x48dc29[_0x11a47d(0xa89)](),this[_0x11a47d(0x225)]=null,this['_popupSelectionKey']=null;}[_0x2d3867(0x864)](){setTimeout(()=>{const _0x4bc47d=_0x3035;this['_isPopupSelectionStillActive']()||this[_0x4bc47d(0x249)]();},0x0);}['_isPopupSelectionStillActive'](){const _0x176f48=_0x2d3867;let _0xed256d=this['_slideDrawingStateService'][_0x176f48(0x3a7)]();return!_0xed256d[_0x176f48(0x3fa)]||!_0xed256d[_0x176f48(0xac1)][_0x176f48(0xa73)]?!0x1:this['_popupSelectionKey']===this[_0x176f48(0x42e)](_0xed256d[_0x176f48(0x3fa)][_0x176f48(0x340)],_0xed256d[_0x176f48(0x3fa)]['subUnitId'],_0xed256d[_0x176f48(0xac1)]);}['_buildPopupSelectionKey'](_0x31a74b,_0x407a92,_0x11e760){const _0x5eaeef=_0x2d3867;return _0x31a74b+':'+_0x407a92+':'+_0x11e760[_0x5eaeef(0x8bc)](',');}[_0x2d3867(0x285)](){const _0x4de8a1=_0x2d3867;var _0x18b617,_0x4dd21e,_0x4c579c;if(this['_slideTextEditingService'][_0x4de8a1(0xacc)]()){this[_0x4de8a1(0x249)]();return;}let _0x452d59=this[_0x4de8a1(0x9b2)]['scene'][_0x4de8a1(0xa7c)]()['getSelectedObjectMap']();if(!_0x452d59[_0x4de8a1(0x637)]){if(this[_0x4de8a1(0x19c)]())return;this[_0x4de8a1(0x249)]();return;}let _0x5b8f08=Array[_0x4de8a1(0xad9)](_0x452d59['values']())[_0x4de8a1(0x51d)](_0x4f7f99=>{const _0x2102cd=_0x4de8a1;let _0x5aadca=_0x4f7f99;if(!_0x5aadca)return null;let _0x177f15=this[_0x2102cd(0xa6c)][_0x2102cd(0x7cb)](_0x5aadca['oKey']);return _0x177f15?{'object':_0x5aadca,'drawing':_0x177f15}:null;})[_0x4de8a1(0xac6)](_0x5cb952=>!!_0x5cb952);if(!_0x5b8f08[_0x4de8a1(0xa73)]){if(this[_0x4de8a1(0x19c)]())return;this['_clearPopup']();return;}let _0x51d078=this[_0x4de8a1(0x429)]['getSnapshot'](),_0x229e59=(_0x18b617=_0x5b8f08[_0x4de8a1(0x43b)](_0x7c3b17=>_0x7c3b17[_0x4de8a1(0x4c3)][_0x4de8a1(0x31e)]===_0x51d078['focusedId']))==null?_0x5b8f08[0x0]:_0x18b617;if(!_0x229e59){if(this[_0x4de8a1(0x19c)]())return;this[_0x4de8a1(0x249)]();return;}let _0xaedf5f=_0x5b8f08[_0x4de8a1(0x51d)](_0x3aea67=>{const _0x11c3f5=_0x4de8a1;let _0x4346c5=this['_slideDrawingService'][_0x11c3f5(0x364)]({'unitId':_0x3aea67['drawing'][_0x11c3f5(0x340)],'subUnitId':_0x3aea67['drawing']['subUnitId'],'drawingId':_0x3aea67[_0x11c3f5(0x4c3)][_0x11c3f5(0x31e)]});return _0x4346c5?{..._0x3aea67,'drawing':_0x4346c5}:null;})[_0x4de8a1(0xac6)](_0x31dc02=>!!_0x31dc02),_0x339615=_0xaedf5f[_0x4de8a1(0x43b)](_0x415867=>_0x415867[_0x4de8a1(0x4c3)][_0x4de8a1(0x31e)]===_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0x31e)]),_0x35824b=_0x339615==null?void 0x0:_0x339615[_0x4de8a1(0x4c3)];if(!_0x35824b){this[_0x4de8a1(0x249)]();return;}let _0x556b29=this[_0x4de8a1(0x238)](_0xaedf5f,_0x51d078['focusedId']),_0x3ac707=(_0x556b29==null?void 0x0:_0x556b29[_0x4de8a1(0x4c3)][_0x4de8a1(0x431)][_0x4de8a1(0x866)])===_0x440e4e[_0x4de8a1(0x24b)]?_0x556b29[_0x4de8a1(0x4c3)][_0x4de8a1(0x431)]:null,_0xdc416b=_0x5b8f08['length']===0x1&&!!_0x3ac707&&(_0x556b29==null?void 0x0:_0x556b29['drawing'][_0x4de8a1(0x31e)])===_0x35824b[_0x4de8a1(0x31e)]&&_0x3ac707[_0x4de8a1(0x5a6)][_0x4de8a1(0x5d6)]&&_0xb86505(_0x3ac707['shapeData'][_0x4de8a1(0x5d6)]),_0x29c4ac=_0x5b8f08[_0x4de8a1(0xa73)]>0x1||_0x35824b[_0x4de8a1(0x431)][_0x4de8a1(0x866)]===_0x440e4e['Group'];if(_0xdc416b&&!_0x29c4ac){this[_0x4de8a1(0x249)]();return;}if(!_0x3ac707&&!_0x29c4ac){this[_0x4de8a1(0x249)]();return;}let _0x518587=((_0x4dd21e=_0x51d078[_0x4de8a1(0x3fa)])==null?void 0x0:_0x4dd21e['unitId'])===_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0x340)]&&_0x51d078[_0x4de8a1(0x3fa)][_0x4de8a1(0xaa1)]===_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0xaa1)]&&_0x51d078[_0x4de8a1(0xac1)][_0x4de8a1(0xa73)]?_0x51d078['selectedIds']:_0x5b8f08[_0x4de8a1(0x51d)](_0x5552fe=>_0x5552fe['drawing'][_0x4de8a1(0x31e)]),_0x4c97c9=this[_0x4de8a1(0x42e)](_0x229e59[_0x4de8a1(0x4c3)]['unitId'],_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0xaa1)],_0x518587);this[_0x4de8a1(0x225)]&&this[_0x4de8a1(0x6c1)]===_0x4c97c9||(this['_clearPopup'](),this[_0x4de8a1(0x225)]=this[_0x4de8a1(0x78d)](this['_slideCanvasPopManagerService'][_0x4de8a1(0x51f)](_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0x340)],_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0xaa1)],_0x229e59['object'],{'componentKey':vy,'direction':_0x4de8a1(0x57d),'offset':[0x0,_0x553074],'extraProps':{'unitId':_0x229e59['drawing'][_0x4de8a1(0x340)],'subUnitId':_0x229e59[_0x4de8a1(0x4c3)][_0x4de8a1(0xaa1)],'drawingId':(_0x4c579c=_0x556b29==null?void 0x0:_0x556b29[_0x4de8a1(0x4c3)]['drawingId'])==null?_0x229e59['drawing'][_0x4de8a1(0x31e)]:_0x4c579c,'shapeType':_0x3ac707==null?void 0x0:_0x3ac707[_0x4de8a1(0x5a6)][_0x4de8a1(0x5d6)],'shapeData':_0x3ac707==null?void 0x0:_0x3ac707[_0x4de8a1(0x5a6)]}})),this['_popupSelectionKey']=_0x4c97c9);}['_resolveShapeToolbarEntry'](_0xd23aea,_0x216a22){const _0x448ef0=_0x2d3867;var _0x47d41b;let _0x29cad7=_0xd23aea[_0x448ef0(0xac6)](_0x7515dc=>_0x7515dc[_0x448ef0(0x4c3)][_0x448ef0(0x431)][_0x448ef0(0x866)]===_0x440e4e[_0x448ef0(0x24b)]);return _0x29cad7[_0x448ef0(0xa73)]?(_0x216a22?_0x29cad7[_0x448ef0(0x43b)](_0x18dde6=>_0x18dde6[_0x448ef0(0x4c3)][_0x448ef0(0x31e)]===_0x216a22):null)||((_0x47d41b=_0x29cad7['find'](_0x5e3cb7=>{const _0x322426=_0x448ef0;let _0x594c92=_0x5e3cb7[_0x322426(0x4c3)]['element'][_0x322426(0x5a6)]['shapeType'];return!_0x594c92||!_0xb86505(_0x594c92);}))==null?_0x29cad7[0x0]:_0x47d41b):null;}};$y=$([Q(0x1,_0x33d141(Ky)),Q(0x2,_0x33d141(Cu)),Q(0x3,_0x33d141(nl)),Q(0x4,_0x33d141(Sl)),Q(0x5,_0x33d141(_0x3a5c48))],$y);let eb=class extends _0x4928c2{constructor(_0x1b267b,_0x48d8da,_0x305f54,_0x1800bc,_0x1fc89b,_0x9550f5){const _0x30aa71=_0x2d3867;super(),this[_0x30aa71(0x9b2)]=_0x1b267b,this[_0x30aa71(0x1e8)]=_0x48d8da,this[_0x30aa71(0xa85)]=_0x305f54,this[_0x30aa71(0xa6c)]=_0x1800bc,this[_0x30aa71(0x5a3)]=_0x1fc89b,this[_0x30aa71(0x61c)]=_0x9550f5,Z(this,_0x30aa71(0x3ec),0x0),this[_0x30aa71(0x7c7)]();}[_0x2d3867(0xa45)](){const _0x23e216=_0x2d3867;return Date[_0x23e216(0x919)]()<this[_0x23e216(0x3ec)]||this[_0x23e216(0x5a3)][_0x23e216(0x3d4)]();}[_0x2d3867(0xad5)](){const _0x3062b7=_0x2d3867;return Date[_0x3062b7(0x919)]()<this[_0x3062b7(0x3ec)];}[_0x2d3867(0x7c7)](){const _0x29e93b=_0x2d3867;let {scene:_0x3ef4f7,unitId:_0xd024ac}=this[_0x29e93b(0x9b2)],_0x1b1efd=this['_instanceService']['getUnit'](_0xd024ac,_0x50fd52[_0x29e93b(0x70c)]),_0x1df39e=null;this['disposeWithMe'](this[_0x29e93b(0x5a3)][_0x29e93b(0x3a5)][_0x29e93b(0x3c8)](_0x2f3966(this[_0x29e93b(0x944)]))[_0x29e93b(0x6ca)](_0x1dc37b=>{const _0x253c07=_0x29e93b;_0x1df39e&&_0x1df39e!==(_0x1dc37b==null?void 0x0:_0x1dc37b[_0x253c07(0x1d1)])&&(this[_0x253c07(0x39c)](_0x1df39e),_0x1df39e=null),_0x1dc37b!=null&&_0x1dc37b[_0x253c07(0x1d1)]&&(this['_setEditingOnObject'](_0x1dc37b['shapeKey'],!!_0x1dc37b[_0x253c07(0x617)]),_0x1df39e=_0x1dc37b['shapeKey']),this['_contextService'][_0x253c07(0x844)](_0x1a0d13,!!(_0x1dc37b!=null&&_0x1dc37b['visible']));}));let _0x3954c2=_0x3ef4f7[_0x29e93b(0x54f)]();_0x3954c2&&this[_0x29e93b(0x78d)](_0x228c67(_0x3954c2[_0x29e93b(0xa3a)][_0x29e93b(0x3c8)](_0x2f3966(this[_0x29e93b(0x944)]))[_0x29e93b(0x6ca)](()=>{const _0x205841=_0x29e93b;this[_0x205841(0xa45)]()||this[_0x205841(0x5a3)][_0x205841(0xacc)]()&&this['_slideTextEditingService'][_0x205841(0xa22)]();}))),this[_0x29e93b(0x78d)](_0x228c67(this[_0x29e93b(0xa6c)]['onDoubleClick$'][_0x29e93b(0x3c8)](_0x2f3966(this['dispose$']))['subscribe'](_0x3e311e=>{const _0x193255=_0x29e93b;xl(_0x3e311e[_0x193255(0x4c3)])&&this['_enterEditing'](_0x3e311e[_0x193255(0x4c3)],_0x3e311e[_0x193255(0x2ac)]);}))),this[_0x29e93b(0x78d)](_0x3ef4f7[_0x29e93b(0x996)][_0x29e93b(0x551)](_0x318383=>{const _0x2041e9=_0x29e93b;let _0x2a39e4=this['_slideTextEditingService'][_0x2041e9(0xacc)]();if(!_0x2a39e4||this[_0x2041e9(0xad5)]())return;let _0x57b46a=this[_0x2041e9(0xa6c)]['hitTest'](_0x318383['offsetX'],_0x318383[_0x2041e9(0x5c0)]);(_0x57b46a==null?void 0x0:_0x57b46a[_0x2041e9(0x2ac)])!==_0x2a39e4[_0x2041e9(0x1d1)]&&this['_slideTextEditingService'][_0x2041e9(0xa22)]();})),_0x1b1efd&&this['disposeWithMe'](_0x228c67(_0x1b1efd[_0x29e93b(0x63a)]['activeSlideId$']['pipe'](_0x2f3966(this[_0x29e93b(0x944)]))[_0x29e93b(0x6ca)](()=>{const _0x4d58ee=_0x29e93b;this[_0x4d58ee(0x5a3)][_0x4d58ee(0xacc)]()&&!this[_0x4d58ee(0xa45)]()&&this[_0x4d58ee(0x5a3)][_0x4d58ee(0xa22)]();}))),this[_0x29e93b(0x78d)](this[_0x29e93b(0xa85)][_0x29e93b(0x72e)][_0x29e93b(0x3c8)](_0x2f3966(this[_0x29e93b(0x944)]))['subscribe'](_0x361a9d=>{const _0x59664e=_0x29e93b;if(this[_0x59664e(0xa45)]())return;let _0x5ab644=this['_slideTextEditingService'][_0x59664e(0xacc)]();if(!_0x5ab644)return;if(!_0x361a9d||_0x361a9d[_0x59664e(0xa73)]!==0x1){this[_0x59664e(0x5a3)][_0x59664e(0xa22)]();return;}let _0x171963=_0x361a9d[0x0];(_0x171963[_0x59664e(0x340)]!==_0x5ab644[_0x59664e(0x340)]||_0x171963[_0x59664e(0xaa1)]!==_0x5ab644[_0x59664e(0xaa1)]||_0x171963[_0x59664e(0x31e)]!==_0x5ab644[_0x59664e(0x449)])&&this[_0x59664e(0x5a3)]['completeEditing']();})),this[_0x29e93b(0x78d)](this[_0x29e93b(0xa85)]['remove$'][_0x29e93b(0x3c8)](_0x2f3966(this['dispose$']))['subscribe'](_0xc5a174=>{const _0x4ad6e2=_0x29e93b;let _0x3ce065=this[_0x4ad6e2(0x5a3)][_0x4ad6e2(0xacc)]();_0x3ce065&&_0xc5a174[_0x4ad6e2(0xa92)](_0x426e33=>_0x426e33[_0x4ad6e2(0x340)]===_0x3ce065[_0x4ad6e2(0x340)]&&_0x426e33[_0x4ad6e2(0xaa1)]===_0x3ce065['subUnitId']&&_0x426e33['drawingId']===_0x3ce065[_0x4ad6e2(0x449)])&&this['_slideTextEditingService']['setEditing'](null);}));}[_0x2d3867(0x39c)](_0x2a575a){this['_setEditingOnObject'](_0x2a575a,!0x1);}[_0x2d3867(0x827)](_0x13b402,_0x4f973f){const _0x30f4de=_0x2d3867;let _0x3e59b4=this[_0x30f4de(0x9b2)][_0x30f4de(0x711)][_0x30f4de(0x22f)](_0x13b402);(_0x3e59b4 instanceof Ls||_0x3e59b4 instanceof cs)&&_0x3e59b4[_0x30f4de(0x4fa)](_0x4f973f);}['_enterEditing'](_0x2ea041,_0x40153b){const _0x3b040c=_0x2d3867;!_0x2ea041||!xl(_0x2ea041)||(this['_ignoreFocusChangesUntil']=Date[_0x3b040c(0x919)]()+0x12c,this[_0x3b040c(0x5a3)][_0x3b040c(0xa22)](),this[_0x3b040c(0x5a3)][_0x3b040c(0xa0f)](_0x2ea041,_0x40153b));}['_getDrawingByObjectKey'](_0x5274b4){const _0xf8e019=_0x2d3867;let {unitId:_0x5bfa62}=this[_0xf8e019(0x9b2)],_0x369afb=this['_instanceService'][_0xf8e019(0x681)](_0x5bfa62,_0x50fd52[_0xf8e019(0x70c)]),_0x7c1056=_0x369afb==null?void 0x0:_0x369afb[_0xf8e019(0x63a)]['getActiveSlide'](),_0xd54148=_0x7c1056==null?void 0x0:_0x7c1056[_0xf8e019(0x559)]();if(!_0xd54148)return null;let _0x17c02b=''+Qc+_0x5bfa62+'-'+_0xd54148+'-';if(!_0x5274b4['startsWith'](_0x17c02b))return null;let _0x50d244=_0x5274b4[_0xf8e019(0xace)](_0x17c02b['length']);return this[_0xf8e019(0xa85)][_0xf8e019(0x364)]({'unitId':_0x5bfa62,'subUnitId':_0xd54148,'drawingId':_0x50d244});}};eb=$([Q(0x1,_0x534be5),Q(0x2,_0x3a5c48),Q(0x3,_0x33d141(nl)),Q(0x4,_0x33d141(Sl)),Q(0x5,_0xadc6d7)],eb);let tb=class extends _0x4969c3{constructor(_0xd678ee=Aa,_0x458546,_0x20af3b,_0x3cfee8,_0x5c2230,_0x4d3804){const _0x35f08d=_0x2d3867;super(),this[_0x35f08d(0x2fc)]=_0xd678ee,this[_0x35f08d(0x43f)]=_0x458546,this[_0x35f08d(0x5a5)]=_0x20af3b,this['_renderManagerService']=_0x3cfee8,this['_configService']=_0x5c2230,this[_0x35f08d(0x19b)]=_0x4d3804;let {..._0xfda7f0}=_0x365cfe({},Aa,this[_0x35f08d(0x2fc)]);this[_0x35f08d(0x4cd)][_0x35f08d(0x8bf)](ka,_0xfda7f0),this['_initCommands']();}[_0x2d3867(0xa78)](){const _0x521341=_0x2d3867;[Sf,Tf,Cf,Ef,Df,Of][_0x521341(0x3d8)](_0x33546d=>this[_0x521341(0x78d)](this['_commandService']['registerCommand'](_0x33546d))),this[_0x521341(0x92d)]()&&[zh,Ch,Eh,wh,Th,Dh,Sh,Oh,Fh,Ih,Mh,Ah,Nh,jh,Lh,Rh,pv,hv,gv,_v,mv,vv,yv,Im,Lm,Pm,Fm,Rm,zm,Mm,Nm,Oa,Xg,Yg,e_,Zg,Qg,$g,Ug,bh,Ea,Da,i_,sg,cg,lg][_0x521341(0x3d8)](_0x96680b=>this['disposeWithMe'](this['_commandService']['registerCommand'](_0x96680b)));}[_0x2d3867(0x92d)](){const _0x1e7270=_0x2d3867;var _0x5babb8;let _0x2bd06a=this[_0x1e7270(0x4cd)][_0x1e7270(0x6a3)](ka);return(_0x2bd06a==null||(_0x5babb8=_0x2bd06a[_0x1e7270(0x4f7)])==null?void 0x0:_0x5babb8['enabled'])!==!0x1;}[_0x2d3867(0x949)](){const _0x56724e=_0x2d3867;this['_injector']['add']([xy]),this[_0x56724e(0x43f)]['get'](xy);let _0x564f68=this[_0x56724e(0x92d)]();_0x564f68&&!this[_0x56724e(0x43f)][_0x56724e(0x7fb)](wp)&&this['_injector'][_0x56724e(0x6fb)]([wp,{'useClass':Cp}]),[[qy],[qc],[Kd,{'useClass':Jd}],[ju,{'useClass':Fu}],[_f,{'useClass':xf}],[sf,{'useClass':gf}],..._0x564f68?[[Bh],[sv],[Ky],[Sl],[Cu,{'useClass':Tu}],[Wm,{'useClass':Km}],[Ny,{'useClass':Py}]]:[]]['forEach'](_0x5e9511=>this['_injector'][_0x56724e(0x6fb)](_0x5e9511)),this[_0x56724e(0x78d)](this[_0x56724e(0x19b)][_0x56724e(0x167)](_0x4b612c['CONTENT'],()=>_0x5d2dd7(nh,this[_0x56724e(0x43f)]))),this[_0x56724e(0x78d)](this[_0x56724e(0x19b)][_0x56724e(0x167)](_0x4b612c[_0x56724e(0x884)],()=>_0x5d2dd7(rh,this[_0x56724e(0x43f)])));}[_0x2d3867(0xa21)](){const _0x356d24=_0x2d3867;let _0x28c07f=this[_0x356d24(0x92d)]();this['disposeWithMe'](this[_0x356d24(0x4f4)][_0x356d24(0x1fb)](_0x50fd52[_0x356d24(0x70c)],Su)),this[_0x356d24(0x93b)](_0x28c07f),this['_registerUIControllers'](_0x28c07f),this['_eagerInit'](_0x28c07f);}[_0x2d3867(0x93b)](_0x13c7ba){const _0x2835af=_0x2d3867;_0x13c7ba&&([nl,Fy,Ly,Ry,jy,$y,eb,Ty,ky,Qy][_0x2835af(0x3d8)](_0x203625=>{const _0x32e2fe=_0x2835af;this[_0x32e2fe(0x78d)](this[_0x32e2fe(0x4f4)]['registerRenderModule'](_0x50fd52[_0x32e2fe(0x70c)],_0x203625));}),this['disposeWithMe'](this[_0x2835af(0x4f4)][_0x2835af(0x1fb)](_0x50fd52[_0x2835af(0x603)],Jy)));}[_0x2d3867(0x8b2)](_0x59f19c){const _0x3250ad=_0x2d3867;[..._0x59f19c?[[zy],[My],[Ay],[Uy],[Qm]]:[],[Wy],[ch]][_0x3250ad(0x3d8)](_0x1ac6bf=>this['_injector'][_0x3250ad(0x6fb)](_0x1ac6bf));}[_0x2d3867(0x1bd)](_0x310ac5){const _0x308508=_0x2d3867;this[_0x308508(0x43f)][_0x308508(0x7d6)](qy),this[_0x308508(0x43f)][_0x308508(0x7d6)](qc),this[_0x308508(0x43f)][_0x308508(0x7d6)](Kd),this[_0x308508(0x43f)]['get'](ju),this[_0x308508(0x43f)][_0x308508(0x7d6)](_f),this[_0x308508(0x43f)][_0x308508(0x7d6)](sf),this[_0x308508(0x43f)][_0x308508(0x7d6)](Wy),_0x310ac5&&(this[_0x308508(0x43f)][_0x308508(0x7d6)](Bh),this[_0x308508(0x43f)][_0x308508(0x7d6)](sv),this[_0x308508(0x43f)][_0x308508(0x7d6)](Ky),this[_0x308508(0x43f)][_0x308508(0x7d6)](Sl),this[_0x308508(0x43f)]['get'](wp),this[_0x308508(0x43f)][_0x308508(0x7d6)](Wm),this[_0x308508(0x43f)][_0x308508(0x7d6)](zy),this[_0x308508(0x43f)][_0x308508(0x7d6)](My),this[_0x308508(0x43f)][_0x308508(0x7d6)](Ay),this[_0x308508(0x43f)][_0x308508(0x7d6)](Uy),this[_0x308508(0x43f)][_0x308508(0x7d6)](Qm)),this[_0x308508(0x43f)][_0x308508(0x7d6)](ch);}};Z(tb,_0x2d3867(0x99c),_0x2d3867(0x18e)),Z(tb,_0x2d3867(0x6ba),av),Z(tb,_0x2d3867(0x6e2),ov),Z(tb,_0x2d3867(0x866),_0x50fd52[_0x2d3867(0x70c)]),tb=$([_0x569fd0(_0x1fafd2,_0x4a3b12,_0x59e794,_0x2aaa74),Q(0x1,_0x33d141(_0x5ccce3)),Q(0x2,_0x2402a1),Q(0x3,_0x317a11),Q(0x4,_0x4e6b21),Q(0x5,_0xfc7844)],tb);var nb=class e extends _0x544e2e{constructor(_0x1f22a1,_0x3a812c){const _0xc836ce=_0x2d3867;super(_0x1f22a1,_0x3a812c),Z(this,_0xc836ce(0x819),void 0x0),Z(this,'pageId',void 0x0),this[_0xc836ce(0x819)]=_0x3a812c[_0xc836ce(0x819)],this[_0xc836ce(0x5d3)]=_0x3a812c[_0xc836ce(0x5d3)];}['getRotateHandlePosition'](){const _0x41c983=_0x2d3867;return{'x':this['width']/0x2,'y':-e[_0x41c983(0x6a5)]};}['getConnectionSites'](){return[{'x':0.5,'y':0x0,'idx':0x0,'ang':0x10e},{'x':0x1,'y':0.5,'idx':0x1,'ang':0x0},{'x':0.5,'y':0x1,'idx':0x2,'ang':0x5a},{'x':0x0,'y':0.5,'idx':0x3,'ang':0xb4}];}[_0x2d3867(0x1c7)](_0x419bc0){const _0x287901=_0x2d3867;return{'x':_0x419bc0['x']*this[_0x287901(0xa28)],'y':_0x419bc0['y']*this[_0x287901(0x47c)]};}[_0x2d3867(0x57f)](){return[];}};Z(nb,_0x2d3867(0x6a5),0x1e);var rb=class extends _0x10bcc8{constructor(_0x3a3dd6,_0x43882f=0x3c0,_0x313784=0x21c){const _0x5aeef8=_0x2d3867;super(),Z(this,'_dirty$',new _0x131aab()),Z(this,_0x5aeef8(0x4af),this[_0x5aeef8(0x8cf)]['asObservable']()),Z(this,_0x5aeef8(0x43c),null),Z(this,_0x5aeef8(0x80d),new Map()),Z(this,_0x5aeef8(0x498),!0x0),Z(this,_0x5aeef8(0x3ed),0x3c0),Z(this,_0x5aeef8(0x3dd),0x21c),this[_0x5aeef8(0x3ed)]=_0x43882f,this[_0x5aeef8(0x3dd)]=_0x313784,_0x3a3dd6&&this['loadPage'](_0x3a3dd6);}get[_0x2d3867(0x754)](){return this['_pageWidth'];}get[_0x2d3867(0xa64)](){const _0x2fe427=_0x2d3867;return this[_0x2fe427(0x3dd)];}[_0x2d3867(0xacd)](_0x1523f1,_0x3c9e41,_0x2a2c70){const _0x221206=_0x2d3867;this[_0x221206(0x43c)]=_0x1523f1,_0x3c9e41!==void 0x0&&(this[_0x221206(0x3ed)]=_0x3c9e41),_0x2a2c70!==void 0x0&&(this[_0x221206(0x3dd)]=_0x2a2c70),this[_0x221206(0x25f)]();}[_0x2d3867(0x25f)](){const _0x542afe=_0x2d3867;this[_0x542afe(0x498)]=!0x0,this['_dirty$']['next']();}[_0x2d3867(0x7b6)](){const _0x8d9747=_0x2d3867;!this[_0x8d9747(0x498)]||this['_pageData']===null||(this[_0x8d9747(0x91c)](this[_0x8d9747(0x43c)]),this[_0x8d9747(0x498)]=!0x1);}['getLayouts'](){const _0x148eba=_0x2d3867;this[_0x148eba(0x7b6)]();let _0x4c6faa=this[_0x148eba(0x43c)];return _0x4c6faa===null?[]:_0x4c6faa[_0x148eba(0x807)][_0x148eba(0x51d)](_0x24aabc=>this[_0x148eba(0x80d)][_0x148eba(0x7d6)](_0x24aabc))['filter'](_0x408819=>_0x408819!==void 0x0);}[_0x2d3867(0x602)](_0xf9c5c3){const _0x173424=_0x2d3867;return this[_0x173424(0x7b6)](),this[_0x173424(0x80d)][_0x173424(0x7d6)](_0xf9c5c3);}['getPageData'](){const _0x5f3d32=_0x2d3867;return this[_0x5f3d32(0x43c)];}[_0x2d3867(0x91c)](_0x9692c1){const _0xcea1ed=_0x2d3867;this[_0xcea1ed(0x80d)]['clear']();for(let _0x49346e of _0x9692c1['elementOrder']){var _0xe507d3,_0x3b2655,_0x1c77b3,_0x15de9f,_0x23a378,_0x205840,_0x2667e0;let _0x172e53=_0x9692c1[_0xcea1ed(0x621)][_0x49346e];if(!_0x172e53)continue;let _0x374020=_0x172e53[_0xcea1ed(0x985)],_0x241b23={'id':_0x49346e,'type':_0x172e53[_0xcea1ed(0x866)],'left':(_0xe507d3=_0x374020[_0xcea1ed(0x88e)])==null?0x0:_0xe507d3,'top':(_0x3b2655=_0x374020[_0xcea1ed(0x19e)])==null?0x0:_0x3b2655,'width':(_0x1c77b3=_0x374020[_0xcea1ed(0xa28)])==null?0x0:_0x1c77b3,'height':(_0x15de9f=_0x374020['height'])==null?0x0:_0x15de9f,'angle':(_0x23a378=_0x374020[_0xcea1ed(0x304)])==null?0x0:_0x23a378,'flipH':(_0x205840=_0x374020[_0xcea1ed(0x2e3)])==null?!0x1:_0x205840,'flipV':(_0x2667e0=_0x374020[_0xcea1ed(0x8dd)])==null?!0x1:_0x2667e0,'visible':_0x172e53[_0xcea1ed(0x617)]!==!0x1,'element':_0x172e53};this[_0xcea1ed(0x80d)][_0xcea1ed(0x55e)](_0x49346e,_0x241b23);}}[_0x2d3867(0xa89)](){const _0x3e4581=_0x2d3867;this['_dirty$'][_0x3e4581(0x7ae)](),this['_layoutCache'][_0x3e4581(0x513)](),super[_0x3e4581(0xa89)]();}},ib=class extends _0x4ad4a3{constructor(_0x21a0d3,_0x4bc12b,_0x8a4f5d){super(_0x21a0d3,_0x4bc12b,_0x8a4f5d),Z(this,'_skeleton',null);}[_0x2d3867(0x25d)](_0x534d03){const _0x414abe=_0x2d3867;this[_0x414abe(0x1ce)]=_0x534d03,this[_0x414abe(0x363)]({'width':_0x534d03[_0x414abe(0x754)],'height':_0x534d03[_0x414abe(0xa64)]}),this[_0x414abe(0x25f)](!0x0);}[_0x2d3867(0x24e)](){const _0x512cd3=_0x2d3867;return this[_0x512cd3(0x1ce)];}[_0x2d3867(0x2af)](){const _0xf9c9d3=_0x2d3867;return this[_0xf9c9d3(0x1ce)]!==null;}[_0x2d3867(0xa89)](){const _0x5cd955=_0x2d3867;this[_0x5cd955(0x1ce)]=null,super['dispose']();}};export{Da as CloseSlideImageCropOperation,Fp as EditorUIFloatingContainer,Cp as EditorUIService,wp as IEditorUIService,Cu as ISlideDrawingStateService,Ou as ISlideEmbedActivationService,Au as ISlideEmbedFloatDomRenderer,Eu as ISlideEmbedFloatingActiveService,Pd as ISlideEmbedFocusOwnerService,Du as ISlideEmbedMountService,Fd as ISlideEmbedRuntimeFocusCoordinator,Nd as ISlideEmbedRuntimeService,tl as ISlideHitTestService,Kd as ISlidePlaybackService,ju as ISlideRulerStateService,Wm as ISlideSidebarStateService,Ny as ISlideTransformerVisibilityService,Uc as ObjectAdaptor,Wl as ObjectProvider,Ea as OpenSlideImageCropOperation,ka as SLIDES_UI_PLUGIN_CONFIG_KEY,xo as SLIDE_ADJUST_POINT_HANDLE_FILL_COLOR,So as SLIDE_ADJUST_POINT_HANDLE_STROKE_COLOR,Wa as SLIDE_BACKGROUND_DEFAULT_GRADIENT_END_COLOR,Ja as SLIDE_BACKGROUND_DEFAULT_GRAPHIC_FIT,Ha as SLIDE_BACKGROUND_DEFAULT_PAGE_COLOR,Ka as SLIDE_BACKGROUND_DEFAULT_PATTERN_BACKGROUND_COLOR,Ga as SLIDE_BACKGROUND_DEFAULT_PATTERN_FOREGROUND_COLOR,qa as SLIDE_BACKGROUND_DEFAULT_PATTERN_STROKE_COLOR,Ua as SLIDE_BACKGROUND_DEFAULT_SOLID_COLOR,Va as SLIDE_CANVAS_DEFAULT_BACKGROUND,ho as SLIDE_CONNECTOR_CONNECTION_SITE_FILL_COLOR,_o as SLIDE_CONNECTOR_CONNECTION_SITE_HIGHLIGHT_FILL_COLOR,vo as SLIDE_CONNECTOR_CONNECTION_SITE_HIGHLIGHT_STROKE_COLOR,go as SLIDE_CONNECTOR_CONNECTION_SITE_STROKE_COLOR,yo as SLIDE_CONNECTOR_ENDPOINT_HANDLE_FILL_COLOR,bo as SLIDE_CONNECTOR_ENDPOINT_HANDLE_STROKE_COLOR,Qc as SLIDE_DRAWING_OBJECT_KEY_PREFIX,bu as SLIDE_MAIN_VIEWPORT_KEY,po as SLIDE_MARQUEE_SELECTION_FILL_ALPHA,mo as SLIDE_MARQUEE_SELECTION_STROKE_ALPHA,fo as SLIDE_MARQUEE_SELECTION_THEME_TOKEN,io as SLIDE_PAGE_RECT_FILL_COLOR,xu as SLIDE_PAGE_RECT_KEY,ao as SLIDE_PAGE_RECT_STROKE_COLOR,Mo as SLIDE_PLACEHOLDER_ICON_BOX_BACKGROUND,ko as SLIDE_PLACEHOLDER_ICON_BOX_SIZE,No as SLIDE_PLACEHOLDER_ICON_BOX_STROKE,Ao as SLIDE_PLACEHOLDER_ICON_GRID_GAP_X,jo as SLIDE_PLACEHOLDER_ICON_GRID_GAP_Y,Po as SLIDE_PLACEHOLDER_ICON_LABEL_COLOR,Fo as SLIDE_PLACEHOLDER_ICON_LABEL_FONT,zo as SLIDE_PLACEHOLDER_TEXT_COLOR_MUTED,Io as SLIDE_PLACEHOLDER_TEXT_COLOR_PRIMARY,Lo as SLIDE_PLACEHOLDER_TEXT_COLOR_SECONDARY,Ro as SLIDE_PLACEHOLDER_TEXT_COLOR_TITLE,ro as SLIDE_PRESENTATION_CONTROL_BACKGROUND_COLOR,no as SLIDE_PRESENTATION_STAGE_BACKGROUND_COLOR,to as SLIDE_QUICK_STYLE_DEFAULT_STROKE_COLOR,Ya as SLIDE_SHAPE_DEFAULT_FILL_COLOR,$a as SLIDE_SHAPE_DEFAULT_GRADIENT_END_COLOR,Qa as SLIDE_SHAPE_DEFAULT_GRADIENT_START_COLOR,Za as SLIDE_SHAPE_DEFAULT_SHADOW_COLOR,Xa as SLIDE_SHAPE_DEFAULT_STROKE_COLOR,eo as SLIDE_SHAPE_TEXT_FALLBACK_COLOR,Oo as SLIDE_TEXT_EDITOR_DEFAULT_TEXT_BACKGROUND_COLOR,Do as SLIDE_TEXT_EDITOR_DEFAULT_TEXT_COLOR,Co as SLIDE_TEXT_EDITOR_FLOATING_TOOLBAR_BACKGROUND_COLOR,wo as SLIDE_TEXT_EDITOR_FLOATING_TOOLBAR_BORDER_COLOR,To as SLIDE_TEXT_EDITOR_FLOATING_TOOLBAR_SHADOW,Eo as SLIDE_TEXT_EDITOR_FONT_SIZE_MENU_SHADOW,so as SLIDE_TRANSFORMER_ANCHOR_FILL_COLOR,co as SLIDE_TRANSFORMER_ANCHOR_STROKE_COLOR,oo as SLIDE_TRANSFORMER_BORDER_STROKE_COLOR,uo as SLIDE_TRANSFORMER_ROTATE_ICON_STROKE_COLOR,lo as SLIDE_TRANSFORMER_ROTATE_STROKE_COLOR,Wp as ShapeTextEditorContainer,nb as SlideBaseObject,Wc as SlideCanvasObjectProviderRegistry,Ky as SlideCanvasPopManagerService,hd as SlideCanvasView,Tu as SlideDrawingStateService,vp as SlideEditorContent,jm as SlideEmbedChildWorkbench,tm as SlideFooter,nl as SlideHitTestService,hs as SlideImageObject,Bh as SlideInsertService,_s as SlidePageBackgroundObject,ks as SlidePageClipGroup,rb as SlidePageSkeleton,Oa as SlidePlaceholderActionOperation,Jd as SlidePlaybackService,op as SlidePresentationView,Su as SlideRenderController,qy as SlideRenderService,Fu as SlideRulerStateService,ib as SlideScene,Qm as SlideSidebarController,Km as SlideSidebarStateService,Am as SlideThumbnailBar,Py as SlideTransformerVisibilityService,ch as SlideUIController,tb as UniverSlidesUIPlugin,pu as assembleGroupHierarchy,dd as attachSlideRenderToCanvasHost,$c as buildDrawingOKey,Aa as defaultPluginConfig,om as isThumbnailRenderableDrawing,au as resolveGroupFillInheritance,Ba as resolveSlideLogicalPageSize,nv as slideRibbonSchema,Uo as stripEditorUIDocumentData};