@univerjs-pro/embed-ui 1.0.0-beta.0 → 1.0.0-beta.2

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 (126) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +204 -78
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/EmbedFloatDomRenderer.d.ts +3 -3
  63. package/lib/types/components/EmbedFloatFullscreenButton.d.ts +1 -0
  64. package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
  65. package/lib/types/components/EmbedPrintImage.d.ts +8 -0
  66. package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
  67. package/lib/types/components/embed-float-dom-geometry.d.ts +4 -1
  68. package/lib/types/components/embed-float-dom-interaction.d.ts +11 -2
  69. package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +13 -0
  70. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +3 -2
  71. package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
  72. package/lib/types/controllers/embed-print.controller.d.ts +71 -0
  73. package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +8 -0
  74. package/lib/types/locale/en-US.d.ts +6 -0
  75. package/lib/types/products/bases/EmbedChildView.d.ts +3 -3
  76. package/lib/types/products/bases/embed-content-size.d.ts +1 -0
  77. package/lib/types/products/boards/EmbedChildView.d.ts +2 -1
  78. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +6 -0
  79. package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
  80. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +7 -1
  81. package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
  82. package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
  83. package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
  84. package/lib/types/products/slides/register.d.ts +4 -0
  85. package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
  86. package/lib/types/services/embed-activation.service.d.ts +5 -1
  87. package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
  88. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +8 -2
  89. package/lib/types/services/embed-content-size-registry.service.d.ts +9 -1
  90. package/lib/types/services/embed-dom-wheel.d.ts +4 -2
  91. package/lib/types/services/embed-floating-menu-root.d.ts +2 -1
  92. package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
  93. package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
  94. package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
  95. package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
  96. package/lib/types/services/embed-interaction-boundary.service.d.ts +8 -2
  97. package/lib/types/services/embed-mount.service.d.ts +8 -1
  98. package/lib/types/services/embed-presentation-policy.d.ts +1 -0
  99. package/lib/types/services/embed-print.service.d.ts +55 -0
  100. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
  101. package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
  102. package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
  103. package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
  104. package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
  105. package/lib/types/types/embed-ui.d.ts +29 -5
  106. package/lib/umd/index.js +1 -1
  107. package/lib/umd/locale/ar-SA.js +1 -1
  108. package/lib/umd/locale/ca-ES.js +1 -1
  109. package/lib/umd/locale/de-DE.js +1 -1
  110. package/lib/umd/locale/en-US.js +1 -1
  111. package/lib/umd/locale/es-ES.js +1 -1
  112. package/lib/umd/locale/fa-IR.js +1 -1
  113. package/lib/umd/locale/fr-FR.js +1 -1
  114. package/lib/umd/locale/id-ID.js +1 -1
  115. package/lib/umd/locale/it-IT.js +1 -1
  116. package/lib/umd/locale/ja-JP.js +1 -1
  117. package/lib/umd/locale/ko-KR.js +1 -1
  118. package/lib/umd/locale/pl-PL.js +1 -1
  119. package/lib/umd/locale/pt-BR.js +1 -1
  120. package/lib/umd/locale/ru-RU.js +1 -1
  121. package/lib/umd/locale/sk-SK.js +1 -1
  122. package/lib/umd/locale/vi-VN.js +1 -1
  123. package/lib/umd/locale/zh-CN.js +1 -1
  124. package/lib/umd/locale/zh-HK.js +1 -1
  125. package/lib/umd/locale/zh-TW.js +1 -1
  126. package/package.json +40 -37
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x69bfe2=_0x448a;(function(_0x365126,_0xdb96d4){const _0xdc3d91=_0x448a,_0x37e4b8=_0x365126();while(!![]){try{const _0x594df5=-parseInt(_0xdc3d91(0x67e))/0x1+-parseInt(_0xdc3d91(0x4ce))/0x2+-parseInt(_0xdc3d91(0x2ff))/0x3*(parseInt(_0xdc3d91(0x2d5))/0x4)+parseInt(_0xdc3d91(0x562))/0x5+parseInt(_0xdc3d91(0x165))/0x6+parseInt(_0xdc3d91(0x2a5))/0x7*(parseInt(_0xdc3d91(0x650))/0x8)+parseInt(_0xdc3d91(0x605))/0x9*(parseInt(_0xdc3d91(0x354))/0xa);if(_0x594df5===_0xdb96d4)break;else _0x37e4b8['push'](_0x37e4b8['shift']());}catch(_0x2a2e9e){_0x37e4b8['push'](_0x37e4b8['shift']());}}}(_0x3891,0x3dd12));import{CreateEmbedCommand as _0x33a306,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x34833a,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x2d2dda,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x425c95,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x12fdb7,EmbedFocusOwnerService as _0x1bfd08,EmbedHostAdapterRegistryService as _0x33f49c,EmbedHostAnchorModelService as _0x8947bc,EmbedHostEntryEnum as _0x4270b5,EmbedModelService as _0x375128,EmbedReferencedUnitMaterializeService as _0x57008c,EmbedUnitLeasePolicyService as _0x4f1ba5,RemoveEmbedCommand as _0x389aa2,SetEmbedDescriptorMutation as _0x571b8f,SoftDeleteEmbedDescriptorMutation as _0x3fc37c,UniverEmbedPlugin as _0x25fdd8,createBasesTableListBlockHostAdapterContribution as _0x190208,createDocsCustomBlockHostAdapterContribution as _0x41760d,createSlidesFloatingObjectHostAdapterContribution as _0x1a0dd6,createSlidesPageListBlockHostAdapterContribution as _0x3cb15a,fromResourceRefUnitType as _0x42bd65,getResourceRefInputUnitSelector as _0x2d2a21,parseResourceRef as _0x1c0aee,toResourceRefUnitType as _0x399392}from'@univerjs-pro/embed';import{UniverLicensePlugin as _0x499917}from'@univerjs-pro/license';import{BaseDataModel as _0x7036ed,BaseViewType as _0x370baa,BorderStyleTypes as _0x3c8109,BorderType as _0x5c6870,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x88c5d4,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x1fda68,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x5cdded,DependentOn as _0x518658,Disposable as _0x3eb84c,EDITOR_ACTIVATED as _0x52a426,FOCUSING_BOARD as _0x33a7a2,FOCUSING_DOC as _0x9e8e84,FOCUSING_SHEET as _0x5dd605,FOCUSING_SLIDE as _0x48d3fe,FOCUSING_UNIT as _0x348d7d,FORMULA_EDITOR_ACTIVATED as _0x11f288,HorizontalAlign as _0x14236f,ICommandService as _0x92b278,IConfigService as _0x4290f3,IContextService as _0x78698c,IImageIoService as _0x9279c3,IUndoRedoService as _0x2d20bb,IUniverInstanceService as _0x1e60e6,Inject as _0x1ac387,Injector as _0x19e684,LocaleService as _0xcc601d,LookUp as _0x27c005,Plugin as _0x5e9317,RedoCommand as _0x294831,ThemeService as _0x5c52ec,UndoCommand as _0x3c2cb3,UniverInstanceType as _0x420dc4,VerticalAlign as _0x5d6572,Workbook as _0x2a6b22,WrapStrategy as _0x5e20b6,createDefaultBaseTableSnapshot as _0x2c2e1e,deepCompare as _0x27b59a,generateRandomId as _0x2a7335,isInternalEditorID as _0x451c25,merge as _0x11398d,toDisposable as _0x52e91f,touchDependencies as _0x5bd1a2}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x590302,DocFloatMenuService as _0x51a138,DocPageLayoutService as _0x732839,DocSelectionRenderService as _0x355939,DocViewScaleService as _0x3dca8c,IDocEmbedInteractionBoundaryService as _0x5c8b6c,IDocEmbedRuntimeFocusCoordinator as _0x45f739,SetDocZoomRatioOperation as _0x204397,VIEWPORT_KEY as _0x4baaa7,collectDocsTableLikeEmbedChildUnitIds as _0x3c3890,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x59483c,createDocsCustomBlockSizeRefreshScheduler as _0x353eb8,resolveDocsCustomBlockRenderViewport as _0x3f1fd6,resolveDocsTableLikeCustomBlockBleedViewport as _0x50cfd5,resolveDocsTableLikeCustomBlockContentHeight as _0x4b2ad9,resolveDocsTableLikeCustomBlockContentWidth as _0x51bcc9,shouldRefreshDocsCustomBlockSizeForCommand as _0xa4546}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0x5e9c41,BORDER_LINE_CHILDREN as _0x1242a0,BORDER_SIZE_CHILDREN as _0x5163ae,BorderLine as _0x59c1bb,CellPopupManagerService as _0x345dc5,EditorContainer as _0x4932ad,FormulaBar as _0x32310a,ISheetEmbedFloatingGeometryService as _0x4b7ff8,ISheetEmbedInteractionBoundaryService as _0x23a9db,ISheetEmbedRuntimeFocusCoordinator as _0x20d904,ISheetEmbedRuntimeService as _0x3e2dbc,ISheetHostChromeOverrideService as _0x3b913a,ResetRangeTextColorCommand as _0x3f399a,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x40a0ed,SHEET_FOOTER_BAR_HEIGHT as _0x5783d1,SetCellEditVisibleOperation as _0x3cc53b,SetOnceFormatPainterCommand as _0x525c74,SetRangeBoldCommand as _0x37e382,SetRangeFontFamilyCommand as _0x6a568e,SetRangeFontSizeCommand as _0x7d69c5,SetRangeTextColorCommand as _0x5d7465,SheetBar as _0x173643,SheetsUIMenuSchema as _0x13726f}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0x5c1c13,CanvasFloatDomPreviewService as _0x1353cb,CanvasPopup as _0x1d0f18,CanvasPopupService as _0x443a41,ComponentManager as _0x422a01,ContextMenu as _0x302312,ContextMenuService as _0x4588e7,DesktopRibbonService as _0x2d2a1c,DesktopSidebarService as _0x307115,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x4c542f,FONT_SIZE_LIST as _0x2f46f3,FloatDom as _0x24770b,FontFamilyItem as _0x29b1da,ICanvasPopupService as _0xbd35f2,IContextMenuService as _0x45e9b9,ILayoutService as _0x4342d5,IMenuManagerService as _0x2709d9,IRibbonOverrideService as _0x58a817,IRibbonService as _0x4ab9fa,ISidebarService as _0x2ab745,IUIPartsService as _0x5eaa8d,IUIRuntimeScopeService as _0x130def,IconManager as _0x30adbc,MenuManagerPosition as _0x68b63d,MenuManagerService as _0x149336,Ribbon as _0x5aaaf1,RibbonDataGroup as _0x574e4d,RibbonFormulasGroup as _0x48bb38,RibbonInsertGroup as _0x50b190,RibbonOthersGroup as _0x242b8a,RibbonPosition as _0x3617c0,RibbonStartGroup as _0x22e198,RibbonViewGroup as _0x37f8c4,Sidebar as _0x4baa4c,ToolbarButton as _0x57973f,connectInjector as _0x581cef,useConfigValue as _0x1c059d,useDependency as _0x1c4e2b,useInjector as _0x35784a,useObservable as _0x464678}from'@univerjs/ui';import{Button as _0xb778ea,ColorPicker as _0x244207,ConfigProvider as _0xec991c,Dropdown as _0x185a93,DropdownMenu as _0x1bd903,Separator as _0x4e5698,Tooltip as _0x14f659,clsx as _0x55629c,render as _0x582839,unmount as _0x24c558}from'@univerjs/design';import{AlignBottomIcon as _0x71e210,AlignTopIcon as _0x554ccd,ArrowLeftIcon as _0x5ba4cb,ArrowRightIcon as _0x1624da,AutowrapIcon as _0x59e103,BoldIcon as _0x14d76f,BrushIcon as _0x512a76,CancelMergeIcon as _0x5cb611,CheckMarkIcon as _0x155933,DeleteIcon as _0x3858b7,ExpandIcon as _0x141182,FilterIcon as _0x245972,FontColorDoubleIcon as _0xb65934,HorizontalMergeIcon as _0x31cc5f,HorizontallyIcon as _0x44495d,IncreaseIcon as _0x15686f,LeftJustifyingIcon as _0x111e1a,MergeAllIcon as _0x45d271,MoreDownIcon as _0x27061c,NoBorderIcon as _0x348142,NoColorDoubleIcon as _0x1e7600,NumberIcon as _0x3fb9a9,OneToOneIcon as _0x35a1eb,OverflowIcon as _0x41911c,PaintBucketDoubleIcon as _0x4aa228,PenIcon as _0x3b0907,RightJustifyingIcon as _0x3da430,TruncationIcon as _0x200c57,VerticalCenterIcon as _0x4ec860,VerticalIntegrationIcon as _0x73148a,ZoomInIcon as _0xda1641,ZoomOutIcon as _0xa5f296}from'@univerjs/icons';import{createElement as _0x470189,forwardRef as _0x3bfad3,useCallback as _0x161893,useEffect as _0x2eab14,useLayoutEffect as _0x377ce8,useMemo as _0x135873,useRef as _0x57ab3c,useState as _0x17a404,useSyncExternalStore as _0x1170d2}from'react';import{BehaviorSubject as _0x5f7fcb,EMPTY as _0x3b2a7f,Observable as _0xaf387c,Subject as _0x3bbac0,Subscription as _0x55026e,filter as _0x5c0c2d,map as _0x204edc,merge as _0x590b30,of as _0x3b3d7b,startWith as _0x754ee}from'rxjs';import{IBoardElementService as _0xfa85ba,UpdateBoardElementMutation as _0x587794,getEmbedBoardsFloatingCustomData as _0x36bcb4,isEmbedBoardsFloatingElement as _0x4b938b}from'@univerjs-pro/boards';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x29817d,BoardDomLayerService as _0x167e62,BoardElementEditService as _0x736b32,BoardElementInsertService as _0x1a6467,BoardElementStateService as _0x4a7537,BoardImageInsertService as _0x5415f4,BoardSelectionService as _0x1dccee,BoardShapeIntrinsicSizeService as _0x1cebaf,BoardShapeTextEditorContainer as _0x1d8bdf,BoardTextEditingService as _0x555935,BoardToolService as _0x490cfa,BoardUIStateService as _0x8ed360,BoardViewportService as _0x1ba001,BoardWorkbench as _0x201394,IBoardElementStateService as _0x27c9e9,IBoardEmbedRuntimeFocusCoordinator as _0x5431bd,IBoardUIStateService as _0x53c7cb,getBoardPointFromClient as _0x8befc1,resolveBoardInteractionConfig as _0x567585}from'@univerjs-pro/boards-ui';import{DeviceInputEventType as _0x4f8878,IRenderManagerService as _0x5ab5f7,SHEET_VIEWPORT_KEY as _0x4e0ee1,ScrollBar as _0x5a4e0a,setDocsCustomBlockRenderViewportProvider as _0x2eafff}from'@univerjs/engine-render';import{Fragment as _0x44250b,jsx as _0x5633cf,jsxs as _0x1acda8}from'react/jsx-runtime';import{DocSkeletonManagerService as _0x291d09,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x1004db,isSheetLikeDocsCustomBlockChildType as _0x29aa1b,resolveDocsCustomBlockSize as _0x52dc5b}from'@univerjs/docs';import{DocsTablePassiveWheelService as _0x39178c}from'@univerjs-pro/docs-table-ui';import{CreateBaseTableCommand as _0x5cd8b3,CreateBaseViewCommand as _0x1b6d1f,DeleteBaseTableCommand as _0x276792,DeleteBaseViewCommand as _0x2d4672,IBaseProjectionService as _0x817886,IBaseViewRegistryService as _0x5eb2f0,MoveBaseViewCommand as _0x31c2af,RenameBaseTableCommand as _0x1113f9,RenameBaseViewCommand as _0x9e77ee,copyBaseTableSnapshot as _0x9c4e2c}from'@univerjs-pro/bases';import{ActivateBaseTableOperation as _0x257261,ActivateBaseViewOperation as _0x1fad84,AddViewMenu as _0x3d7274,BASES_UI_PLUGIN_CONFIG_KEY as _0x5c9a6e,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x30f524,BASE_VIEW_MENU_ITEMS as _0x476f89,BaseDeleteConfirmDialog as _0x21a48a,BaseDuplicateTableDialog as _0x53d6b5,BaseEditorService as _0xd3cd44,BaseTableSidebarFrame as _0x3bafcc,BaseToolbar as _0x2171b9,BaseUIPopupService as _0x360966,BaseUIStateService as _0x4b0f01,BaseViewIcon as _0x3efb26,BaseViewWheelScrollService as _0x44fe53,CloseBaseActiveEditorOperation as _0x267660,CloseBaseContextMenuOperation as _0x37f25d,CloseBasePanelOperation as _0x45cbad,CloseBaseRecordDetailPanelOperation as _0x3c88ea,GRID_ADD_FIELD_COLUMN_WIDTH as _0x53ab94,GRID_ADD_RECORD_ROW_HEIGHT as _0x1793ff,GRID_DEFAULT_COLUMN_WIDTH as _0x31e3aa,GRID_HEADER_HEIGHT as _0xefac86,GRID_ROW_HEADER_WIDTH as _0x3bdcdd,GRID_SUMMARY_HEIGHT as _0x798d81,IBaseCanvasRootResolverService as _0x21da8c,IBaseEditorService as _0x59aaa1,IBaseEmbedFloatingActiveService as _0x5ca115,IBaseEmbedFloatingGeometryService as _0x2b4bb4,IBaseEmbedRuntimeFocusCoordinator as _0x1ec0a8,IBaseEmbedRuntimeService as _0x23c23c,IBaseGlobalPortalService as _0x473f0b,IBaseHostChromeOverrideService as _0x4353b9,IBaseUIPopupService as _0x1a5e3c,IBaseUIStateService as _0x19c22b,IBaseViewWheelScrollService as _0x3bfd0b,OpenBaseActiveEditorOperation as _0x163597,OpenBaseContextMenuOperation as _0x3a8e5c,OpenBasePanelOperation as _0x43c40e,OpenBaseRecordDetailPanelOperation as _0x18d89b,RenderBaseWorkbench as _0x4c435c,SetBaseScrollOperation as _0x7545d5,SetBaseZoomOperation as _0x3c59a7,StartBaseEditingCellOperation as _0x2c081c,StopBaseEditingCellOperation as _0x3e36f,ViewTabs as _0x3f7f76,createDefaultViewName as _0x9e2c07,createScopedBaseCanvasRootResolverService as _0x22f3e3,createScopedBaseGlobalPortalService as _0x4fd61,defaultPluginConfig as _0x157cb9,duplicateView as _0x506cee,getBaseCanvasRoot as _0x4dcce4,getBaseFloatingPanelPortalContainer as _0xc006ab,getBaseFloatingPosition as _0x3dcf11,resolveGridRowHeight as _0x390f90}from'@univerjs-pro/bases-ui';import{createPortal as _0x42f8c3}from'react-dom';import{SheetsChartUIMenuSchema as _0x3d3602}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x40b66e}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x283cb8}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x324c5c}from'@univerjs-pro/sheets-print';import{SheetsShapeUIMenuSchema as _0x2f4589}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0x42ede1}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x3ebd42}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x325cd6}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x3e1cdd}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x342667}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0x1e44d0}from'@univerjs/sheets-hyper-link-ui';import{SheetsNoteUIMenuSchema as _0x497dc0}from'@univerjs/sheets-note-ui';import{SheetsNumfmtUIMenuSchema as _0x1ec49f}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x1752be}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x63caeb}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x546746}from'@univerjs/sheets-thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x2b18a3,AddWorksheetMergeCommand as _0x5e84df,AddWorksheetMergeHorizontalCommand as _0x3b0dae,AddWorksheetMergeVerticalCommand as _0x329977,RemoveWorksheetMergeCommand as _0x2b2dd2,ResetBackgroundColorCommand as _0x150b3a,SetBackgroundColorCommand as _0x331070,SetBorderBasicCommand as _0x5d0669,SetHorizontalTextAlignCommand as _0x4e246b,SetTextWrapCommand as _0x4b4d9c,SetVerticalTextAlignCommand as _0xa15ba5,SheetsSelectionsService as _0xa40250}from'@univerjs/sheets';import{ISlideDrawingService as _0x3124d4}from'@univerjs-pro/slides';import{ISlideDrawingStateService as _0x418df8,ISlideEmbedActivationService as _0xe093ca,ISlideEmbedFloatDomRenderer as _0x41442d,ISlideEmbedFloatingActiveService as _0x13bf2d,ISlideEmbedFocusOwnerService as _0x5d24fd,ISlideEmbedMountService as _0x328f6e,ISlideEmbedRuntimeFocusCoordinator as _0x5d1361,ISlideEmbedRuntimeService as _0x401f05,SLIDE_PAGE_RECT_KEY as _0x52ce7d,SlideEmbedChildWorkbench as _0xf2f1b2,SlideEmbedFloatingPreview as _0x39f2e8,SlideEmbedReadonlyFloatingPreview as _0x169208,resolveSlideLogicalPageSize as _0x3efd93}from'@univerjs-pro/slides-ui';var Pa='@univerjs-pro/embed-ui',Fa='1.0.0-beta.0';function Ia(_0x233a3e,_0x577a82){const _0x6ea418=_0x448a;return _0x233a3e[_0x6ea418(0x412)]('['+_0x577a82+']')?_0x233a3e:_0x233a3e[_0x6ea418(0x349)]('['+_0x577a82+']')??void 0x0;}function La(_0x443416){const _0x100480=_0x448a;let _0x15fbfe=[];return Ra(_0x443416,_0x100480(0x275),_0x100480(0x484),_0x15fbfe),Ra(_0x443416,_0x100480(0x4fb),_0x100480(0x391),_0x15fbfe),Ra(_0x443416,_0x100480(0x2f3),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x15fbfe),Ra(_0x443416,_0x100480(0x39f),_0x100480(0x543),_0x15fbfe),_0x52e91f(()=>{const _0x4e73ab=_0x100480;_0x15fbfe[_0x4e73ab(0x5dd)](_0x5419de=>_0x5419de[_0x4e73ab(0x4b0)]());});}function Ra(_0x1d6e58,_0x1bd59c,_0x46e153,_0x4046f6){const _0x1a1da1=_0x448a;let _0x403972=Ia(_0x1d6e58,_0x1bd59c);if(_0x403972)return _0x403972;let _0x6b545c=document[_0x1a1da1(0x564)](_0x1a1da1(0x2a6));return _0x6b545c['setAttribute'](_0x1bd59c,'true'),_0x6b545c[_0x1a1da1(0x4db)](_0x1a1da1(0x176),_0x1a1da1(0x682)),_0x6b545c[_0x1a1da1(0x283)]=_0x1a1da1(0x154)+_0x46e153,_0x1d6e58[_0x1a1da1(0x58d)](_0x6b545c),_0x4046f6['push'](_0x6b545c),_0x6b545c;}function za(_0x97d33a){'@babel/helpers - typeof';const _0x4b885c=_0x448a;return za=typeof Symbol==_0x4b885c(0x421)&&typeof Symbol[_0x4b885c(0x2e3)]=='symbol'?function(_0x2b4c2b){return typeof _0x2b4c2b;}:function(_0x56f28a){const _0xb160d2=_0x4b885c;return _0x56f28a&&typeof Symbol==_0xb160d2(0x421)&&_0x56f28a['constructor']===Symbol&&_0x56f28a!==Symbol[_0xb160d2(0x54a)]?_0xb160d2(0x65d):typeof _0x56f28a;},za(_0x97d33a);}function Ba(_0x1b15e6,_0x2e1afc){const _0x412015=_0x448a;if(za(_0x1b15e6)!=_0x412015(0x34f)||!_0x1b15e6)return _0x1b15e6;var _0x5a45c5=_0x1b15e6[Symbol[_0x412015(0x58f)]];if(_0x5a45c5!==void 0x0){var _0x29590=_0x5a45c5[_0x412015(0x194)](_0x1b15e6,_0x2e1afc||_0x412015(0x447));if(za(_0x29590)!=_0x412015(0x34f))return _0x29590;throw TypeError(_0x412015(0x2d6));}return(_0x2e1afc==='string'?String:Number)(_0x1b15e6);}function Va(_0x4f2d70){const _0x3e31f2=_0x448a;var _0x36b522=Ba(_0x4f2d70,_0x3e31f2(0x284));return za(_0x36b522)=='symbol'?_0x36b522:_0x36b522+'';}function Y(_0x1a93d0,_0x501692,_0x40176b){const _0x54aaf0=_0x448a;return(_0x501692=Va(_0x501692))in _0x1a93d0?Object[_0x54aaf0(0x4c0)](_0x1a93d0,_0x501692,{'value':_0x40176b,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x1a93d0[_0x501692]=_0x40176b,_0x1a93d0;}var Ha=class{constructor(){Y(this,'_contributions',new Map());}[_0x69bfe2(0x47c)](_0x54bbf8){const _0x5d7e6b=_0x69bfe2;return this['_contributions'][_0x5d7e6b(0x52c)](_0x54bbf8[_0x5d7e6b(0x246)],_0x54bbf8),_0x52e91f(()=>{const _0x4a75e4=_0x5d7e6b;this['_contributions'][_0x4a75e4(0x3fa)](_0x54bbf8[_0x4a75e4(0x246)])===_0x54bbf8&&this[_0x4a75e4(0x1fc)][_0x4a75e4(0x288)](_0x54bbf8[_0x4a75e4(0x246)]);});}['get'](_0x519edc){const _0x6d9481=_0x69bfe2;return this[_0x6d9481(0x1fc)][_0x6d9481(0x3fa)](_0x519edc);}[_0x69bfe2(0x277)](){const _0x2d9ba7=_0x69bfe2;return[...this[_0x2d9ba7(0x1fc)][_0x2d9ba7(0x2f1)]()];}},Ua=class{constructor(){const _0x4235f5=_0x69bfe2;Y(this,_0x4235f5(0x418),new _0x5f7fcb(null)),Y(this,_0x4235f5(0x270),this['_active$'][_0x4235f5(0x5d7)]());}[_0x69bfe2(0x57c)](){const _0x1e648c=_0x69bfe2;return this[_0x1e648c(0x418)][_0x1e648c(0x603)]();}[_0x69bfe2(0x230)](_0x458d98){const _0x57368a=_0x69bfe2;let _0x169ba4=this[_0x57368a(0x57c)]();return(_0x169ba4==null?void 0x0:_0x169ba4[_0x57368a(0x2c9)])===_0x458d98?_0x169ba4['stage']??_0x57368a(0x29e):_0x57368a(0x258);}[_0x69bfe2(0x406)](_0x3a81b2,_0x5e6642){const _0x3210a4=_0x69bfe2;let _0x3770b0=this[_0x3210a4(0x57c)](),_0x5a31a9=(_0x3770b0==null?void 0x0:_0x3770b0['hostUnitId'])===_0x3a81b2[_0x3210a4(0x278)]&&_0x3770b0[_0x3210a4(0x2c9)]===_0x3a81b2[_0x3210a4(0x2c9)]&&_0x3770b0[_0x3210a4(0x3cb)]===_0x3a81b2[_0x3210a4(0x3cb)],_0x3f990a={..._0x3a81b2,'stage':_0x5e6642??_0x3a81b2[_0x3210a4(0x4a0)]??(_0x5a31a9?_0x3770b0[_0x3210a4(0x4a0)]??_0x3210a4(0x29e):_0x3210a4(0x29e))};((_0x3770b0==null?void 0x0:_0x3770b0[_0x3210a4(0x278)])!==_0x3f990a['hostUnitId']||_0x3770b0[_0x3210a4(0x2c9)]!==_0x3f990a[_0x3210a4(0x2c9)]||_0x3770b0['childUnitId']!==_0x3f990a[_0x3210a4(0x3cb)]||(_0x3770b0[_0x3210a4(0x4a0)]??_0x3210a4(0x29e))!==_0x3f990a[_0x3210a4(0x4a0)])&&this[_0x3210a4(0x418)][_0x3210a4(0x575)](_0x3f990a);}[_0x69bfe2(0x3ef)](_0x42aeb6,_0x63e367){const _0x3fdfea=_0x69bfe2;let _0x310b32=this['getActive']();!_0x310b32||_0x310b32[_0x3fdfea(0x2c9)]!==_0x42aeb6||(_0x310b32[_0x3fdfea(0x4a0)]??_0x3fdfea(0x29e))!==_0x63e367&&this[_0x3fdfea(0x418)]['next']({..._0x310b32,'stage':_0x63e367});}[_0x69bfe2(0x50d)](_0x2c4df0){const _0x47cc1d=_0x69bfe2;this[_0x47cc1d(0x230)](_0x2c4df0)===_0x47cc1d(0x29e)&&this[_0x47cc1d(0x3ef)](_0x2c4df0,_0x47cc1d(0x45e));}[_0x69bfe2(0x376)](_0x2630ff){const _0x2e16d2=_0x69bfe2;let _0x2ff8da=this['getActive']();_0x2ff8da&&(!_0x2630ff||_0x2ff8da['embedId']===_0x2630ff)&&this['_active$'][_0x2e16d2(0x575)](null);}},Wa=class{constructor(){const _0x594b47=_0x69bfe2;Y(this,_0x594b47(0x2a2),new _0x5f7fcb(null)),Y(this,_0x594b47(0x327),this[_0x594b47(0x2a2)][_0x594b47(0x5d7)]());}['getOverride'](){const _0x437c1b=_0x69bfe2;return this[_0x437c1b(0x2a2)][_0x437c1b(0x603)]();}[_0x69bfe2(0x406)](_0x2477b8,_0x3c12fa,_0x390d2c={}){const _0x333261=_0x69bfe2;var _0x492121,_0x5b3ca4;if(!_0x2477b8[_0x333261(0x3cb)]||_0x2477b8['childType']==null)throw Error(_0x333261(0x4a9));let _0x10aefc=((_0x492121=_0x2477b8[_0x333261(0x35b)])==null?void 0x0:_0x492121['tab'])||void 0x0;if(_0x3c12fa===_0x333261(0x21b)&&(!_0x10aefc||_0x10aefc['enabled']!==!0x0))throw Error(_0x333261(0x172));if(_0x3c12fa!==_0x333261(0x21b))throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if((((_0x5b3ca4=_0x390d2c['layoutPolicy'])==null?void 0x0:_0x5b3ca4[_0x333261(0x5a7)])??_0x425c95['ribbon'])!==_0x333261(0x48a)&&_0x390d2c[_0x333261(0x3ac)]!==!0x0)return this['clear'](_0x2477b8[_0x333261(0x2c9)]),null;let _0x5a6b66={'hostUnitId':_0x2477b8[_0x333261(0x278)],'embedId':_0x2477b8[_0x333261(0x2c9)],'childUnitId':_0x2477b8[_0x333261(0x3cb)],'childType':_0x2477b8[_0x333261(0x246)],'entry':_0x2477b8['entry'],'reason':_0x3c12fa,'portalContainer':_0x390d2c[_0x333261(0x2c4)],'hideHostFxBar':_0x10aefc==null?void 0x0:_0x10aefc['hideHostFxBar'],'lockHostRibbon':_0x10aefc==null?void 0x0:_0x10aefc[_0x333261(0x593)]},_0x1f6cf6=this[_0x333261(0x219)]();return Ga(_0x1f6cf6,_0x5a6b66)?_0x1f6cf6:(this[_0x333261(0x2a2)]['next'](_0x5a6b66),_0x5a6b66);}[_0x69bfe2(0x376)](_0x26668e){const _0x121eab=_0x69bfe2;let _0x290d64=this[_0x121eab(0x219)]();_0x290d64&&(!_0x26668e||_0x290d64['embedId']===_0x26668e)&&this[_0x121eab(0x2a2)][_0x121eab(0x575)](null);}};function Ga(_0x2b5215,_0xe91432){const _0x479613=_0x69bfe2;return _0x2b5215!=null&&_0x2b5215[_0x479613(0x278)]===_0xe91432['hostUnitId']&&_0x2b5215['embedId']===_0xe91432[_0x479613(0x2c9)]&&_0x2b5215[_0x479613(0x3cb)]===_0xe91432['childUnitId']&&_0x2b5215[_0x479613(0x246)]===_0xe91432[_0x479613(0x246)]&&_0x2b5215[_0x479613(0x610)]===_0xe91432[_0x479613(0x610)]&&_0x2b5215['reason']===_0xe91432[_0x479613(0x55c)]&&_0x2b5215[_0x479613(0x2c4)]===_0xe91432[_0x479613(0x2c4)]&&_0x2b5215[_0x479613(0x3af)]===_0xe91432[_0x479613(0x3af)]&&_0x2b5215[_0x479613(0x593)]===_0xe91432[_0x479613(0x593)];}const X=_0x69bfe2(0x2b4);var Z=class{constructor(){const _0x569fa0=_0x69bfe2;Y(this,'_leases',new Map()),Y(this,_0x569fa0(0x2f9),new Map()),Y(this,_0x569fa0(0x618),new Map()),Y(this,'_leaseSequence',0x0),Y(this,_0x569fa0(0x31a),new _0x3bbac0()),Y(this,_0x569fa0(0x1e9),new _0x3bbac0());}[_0x69bfe2(0x6ab)](_0x11f239){const _0x16e464=_0x69bfe2;let _0x30406e={'role':_0x11f239[_0x16e464(0x5fc)],'owner':_0x11f239[_0x16e464(0x3b8)],'sessionMode':_0x11f239[_0x16e464(0x2b1)],'hostUnitId':_0x11f239[_0x16e464(0x278)],'childUnitId':_0x11f239[_0x16e464(0x3cb)],'childType':_0x11f239[_0x16e464(0x246)],'associatedChildUnitIds':_0x11f239[_0x16e464(0x3bc)],'sequence':++this['_leaseSequence']},_0x73c502=this[_0x16e464(0x50b)][_0x16e464(0x3fa)](_0x11f239[_0x16e464(0x2c9)]);return _0x73c502||(_0x73c502=new Set(),this[_0x16e464(0x50b)][_0x16e464(0x52c)](_0x11f239['embedId'],_0x73c502)),_0x73c502['add'](_0x30406e),_0x30406e[_0x16e464(0x5fc)]!==_0x16e464(0x20b)&&this[_0x16e464(0x260)](),_0x30406e['role']==='child-session'&&this[_0x16e464(0x420)](),_0x52e91f(()=>{const _0x5eaf6a=_0x16e464;_0x73c502==null||_0x73c502[_0x5eaf6a(0x288)](_0x30406e),(_0x73c502==null?void 0x0:_0x73c502[_0x5eaf6a(0x2c5)])===0x0&&this['_leases']['delete'](_0x11f239[_0x5eaf6a(0x2c9)]),_0x30406e[_0x5eaf6a(0x5fc)]!==_0x5eaf6a(0x20b)&&this[_0x5eaf6a(0x260)](),_0x30406e['role']==='child-session'&&this[_0x5eaf6a(0x420)]();});}[_0x69bfe2(0x2ed)](_0x2def14){const _0x5eeee1=_0x69bfe2;if(!_0x2def14)return!0x1;let _0x1c6377=this[_0x5eeee1(0x50b)][_0x5eeee1(0x3fa)](_0x2def14);return _0x1c6377&&[..._0x1c6377][_0x5eeee1(0x3d4)](_0x1fe89d=>_0x1fe89d[_0x5eeee1(0x5fc)]!==_0x5eeee1(0x20b))?!0x0:this[_0x5eeee1(0x444)](_0x2def14,this['_getActiveElement'](_0x2def14));}[_0x69bfe2(0x36c)](_0x4a3a13,_0x57b3ac){const _0x159302=_0x69bfe2;if(!_0x4a3a13)return!0x1;let _0x50b92d=this[_0x159302(0x50b)]['get'](_0x4a3a13);return _0x50b92d&&[..._0x50b92d]['some'](_0x377435=>this['_isBlockingLease'](_0x377435,_0x57b3ac))?!0x0:this[_0x159302(0x444)](_0x4a3a13,this[_0x159302(0x64c)](_0x4a3a13));}['hasAnyChildInteractionLease'](){const _0x3e15b0=_0x69bfe2;return[...this[_0x3e15b0(0x50b)][_0x3e15b0(0x2f1)]()][_0x3e15b0(0x3d4)](_0x1c774a=>[..._0x1c774a][_0x3e15b0(0x3d4)](_0x1b8701=>_0x1b8701[_0x3e15b0(0x5fc)]!==_0x3e15b0(0x20b)))||this[_0x3e15b0(0x55b)]()!=null;}[_0x69bfe2(0x5a6)](_0x56374b){const _0x5eba1a=_0x69bfe2;if([...this['_leases'][_0x5eba1a(0x2f1)]()][_0x5eba1a(0x3d4)](_0xecb50e=>[..._0xecb50e]['some'](_0x4348a3=>this[_0x5eba1a(0x68c)](_0x4348a3,_0x56374b))))return!0x0;let _0xfc4357=this[_0x5eba1a(0x55b)]();return _0xfc4357!=null&&this['_isBlockingRole'](_0xfc4357['role']);}[_0x69bfe2(0x621)](_0x1badfd,_0x1a2aab){const _0x2aca5c=_0x69bfe2;if(!_0x1badfd)return!0x1;let _0x2684ed=this['_leases'][_0x2aca5c(0x3fa)](_0x1badfd);return _0x2684ed&&[..._0x2684ed][_0x2aca5c(0x3d4)](_0x4811da=>this[_0x2aca5c(0x1df)](_0x4811da,_0x1a2aab))?!0x0:this[_0x2aca5c(0x444)](_0x1badfd,this[_0x2aca5c(0x64c)](_0x1badfd));}[_0x69bfe2(0x3d3)](_0xbf7062){const _0x5b1558=_0x69bfe2;return[...this[_0x5b1558(0x50b)][_0x5b1558(0x2f1)]()][_0x5b1558(0x3d4)](_0xe221b8=>[..._0xe221b8][_0x5b1558(0x3d4)](_0x52d66c=>this[_0x5b1558(0x1df)](_0x52d66c,_0xbf7062)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x69bfe2(0x4cd)](_0x4e0a9c,_0x22f325){const _0x4f9828=_0x69bfe2;if(!_0x4e0a9c)return this[_0x4f9828(0x3d3)](_0x22f325);if([...this[_0x4f9828(0x50b)][_0x4f9828(0x2f1)]()][_0x4f9828(0x3d4)](_0x31f6ec=>[..._0x31f6ec][_0x4f9828(0x3d4)](_0x32526c=>this['_isHostPreservingLease'](_0x32526c,_0x22f325)&&this[_0x4f9828(0x53a)](_0x32526c,_0x4e0a9c))))return!0x0;let _0x14ebb1=this[_0x4f9828(0x55b)]();if(!_0x14ebb1)return!0x1;let _0x4f993f=this[_0x4f9828(0x50b)][_0x4f9828(0x3fa)](_0x14ebb1[_0x4f9828(0x2c9)]);return _0x4f993f&&[..._0x4f993f][_0x4f9828(0x3d4)](_0x605b36=>this[_0x4f9828(0x1df)](_0x605b36,_0x22f325)&&this[_0x4f9828(0x53a)](_0x605b36,_0x4e0a9c))?!0x0:this[_0x4f9828(0x385)](_0x14ebb1['embedId'],_0x4e0a9c);}[_0x69bfe2(0x3da)](_0x1c485f){const _0x203e13=_0x69bfe2;return _0x1c485f?[...this[_0x203e13(0x50b)][_0x203e13(0x2f1)]()][_0x203e13(0x3d4)](_0x471f27=>[..._0x471f27]['some'](_0x420f42=>this['_leaseAppliesToChildUnit'](_0x420f42,_0x1c485f)&&_0x420f42['role']!==_0x203e13(0x20b))):!0x1;}[_0x69bfe2(0x448)](_0x4b990f){const _0x34c206=_0x69bfe2;let _0x1a0c3f={'hostUnitId':_0x4b990f[_0x34c206(0x278)],'childUnitId':_0x4b990f[_0x34c206(0x3cb)],'childType':_0x4b990f[_0x34c206(0x246)],'sessionMode':_0x4b990f[_0x34c206(0x2b1)]};return this[_0x34c206(0x618)][_0x34c206(0x52c)](_0x4b990f[_0x34c206(0x2c9)],_0x1a0c3f),this['_notifyRuntimeFocusChanged'](),this[_0x34c206(0x420)](),_0x52e91f(()=>{const _0x3a4e50=_0x34c206;this['_runtimeScopes']['get'](_0x4b990f[_0x3a4e50(0x2c9)])===_0x1a0c3f&&(this['_runtimeScopes'][_0x3a4e50(0x288)](_0x4b990f[_0x3a4e50(0x2c9)]),this[_0x3a4e50(0x260)](),this[_0x3a4e50(0x420)]());});}[_0x69bfe2(0x488)](_0x5b3323){const _0xb453f1=_0x69bfe2;if(_0x5b3323){for(let [_0x111b0f,_0x1ac355]of this['_runtimeScopes'])if(_0x1ac355[_0xb453f1(0x3cb)]===_0x5b3323)return{'embedId':_0x111b0f,'hostUnitId':_0x1ac355['hostUnitId'],'childUnitId':_0x1ac355[_0xb453f1(0x3cb)],'childType':_0x1ac355[_0xb453f1(0x246)],'sessionMode':_0x1ac355[_0xb453f1(0x2b1)]};}}['resolveActiveChildSessionRuntimeScope'](){const _0x40d787=_0x69bfe2;let _0x15a9fa;for(let [_0x527e1e,_0x4f2f9c]of this[_0x40d787(0x50b)])for(let _0x2b6150 of _0x4f2f9c){if(_0x2b6150['role']!==_0x40d787(0x37e)||!_0x2b6150[_0x40d787(0x3cb)])continue;let _0x590c7b=this[_0x40d787(0x672)](_0x2b6150);(!_0x15a9fa||_0x590c7b>_0x15a9fa[_0x40d787(0x21a)]||_0x590c7b===_0x15a9fa['priority']&&_0x2b6150[_0x40d787(0x5f8)]>_0x15a9fa[_0x40d787(0x665)][_0x40d787(0x5f8)])&&(_0x15a9fa={'embedId':_0x527e1e,'lease':_0x2b6150,'priority':_0x590c7b});}return _0x15a9fa?{'embedId':_0x15a9fa[_0x40d787(0x2c9)],'hostUnitId':_0x15a9fa[_0x40d787(0x665)][_0x40d787(0x278)],'childUnitId':_0x15a9fa[_0x40d787(0x665)][_0x40d787(0x3cb)],'childType':_0x15a9fa[_0x40d787(0x665)][_0x40d787(0x246)],'sessionMode':this[_0x40d787(0x1ba)](_0x15a9fa[_0x40d787(0x665)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0x2126a2,_0x550c58,_0x4baa64){const _0x25ec7b=_0x69bfe2;if(!_0x2126a2)return!0x1;let _0x88bffc=this[_0x25ec7b(0x2d1)](_0x550c58,_0x4baa64);return _0x88bffc?this['_ownedEmbedAppliesToChildUnit'](_0x88bffc,_0x2126a2):!0x1;}[_0x69bfe2(0x19f)](_0xcc89a5,_0x25a322,_0x18a683,_0x53ffc2){const _0x6d83d6=_0x69bfe2;return this[_0x6d83d6(0x16b)](_0xcc89a5,_0x25a322,_0x18a683)||this[_0x6d83d6(0x3da)](_0xcc89a5)?!0x1:this[_0x6d83d6(0x4cd)](_0xcc89a5,_0x53ffc2);}[_0x69bfe2(0x4fa)](_0x1ebd46){const _0x25045e=_0x69bfe2;let _0x45382f=this['_elements'][_0x25045e(0x3fa)](_0x1ebd46[_0x25045e(0x2c9)]);_0x45382f||(_0x45382f=new Set(),this[_0x25045e(0x2f9)][_0x25045e(0x52c)](_0x1ebd46[_0x25045e(0x2c9)],_0x45382f)),_0x45382f['add'](_0x1ebd46[_0x25045e(0x3f9)]);let _0x4ff6d5=_0x1ebd46[_0x25045e(0x3f9)]['getAttribute'](X);return _0x1ebd46[_0x25045e(0x3f9)][_0x25045e(0x4db)](X,_0x1ebd46[_0x25045e(0x5fc)]),this['_notifyRuntimeFocusChanged'](),_0x52e91f(()=>{const _0x57ab24=_0x25045e;_0x45382f==null||_0x45382f[_0x57ab24(0x288)](_0x1ebd46[_0x57ab24(0x3f9)]),(_0x45382f==null?void 0x0:_0x45382f[_0x57ab24(0x2c5)])===0x0&&this[_0x57ab24(0x2f9)][_0x57ab24(0x288)](_0x1ebd46['embedId']),_0x4ff6d5==null?_0x1ebd46['element']['removeAttribute'](X):_0x1ebd46[_0x57ab24(0x3f9)][_0x57ab24(0x4db)](X,_0x4ff6d5),this[_0x57ab24(0x260)]();});}[_0x69bfe2(0x51d)](_0x529d4d){const _0x4a0f26=_0x69bfe2;return _0x529d4d?[...this['_elements'][_0x4a0f26(0x3fa)](_0x529d4d)??[]]:[];}[_0x69bfe2(0x444)](_0x67693a,_0x4f3127,_0x184223){const _0x1ee33b=_0x69bfe2;if(!_0x67693a)return!0x1;let _0x59b170=this[_0x1ee33b(0x2f9)][_0x1ee33b(0x3fa)](_0x67693a),_0x471904=typeof(_0x184223==null?void 0x0:_0x184223[_0x1ee33b(0x167)])==_0x1ee33b(0x421)?_0x184223[_0x1ee33b(0x167)]():void 0x0;return _0x59b170!=null&&_0x59b170[_0x1ee33b(0x2c5)]&&_0x471904!=null&&_0x471904[_0x1ee33b(0x3d4)](_0x4e84dd=>_0x4e84dd instanceof HTMLElement&&this[_0x1ee33b(0x1c8)](_0x59b170,_0x4e84dd))||_0x471904!=null&&_0x471904[_0x1ee33b(0x3d4)](_0x2c08f4=>_0x2c08f4 instanceof HTMLElement&&this[_0x1ee33b(0x3fc)](_0x67693a,_0x2c08f4))?!0x0:_0x4f3127 instanceof HTMLElement&&(!!(_0x59b170!=null&&_0x59b170['size'])&&this[_0x1ee33b(0x1c8)](_0x59b170,_0x4f3127)||this[_0x1ee33b(0x3fc)](_0x67693a,_0x4f3127));}[_0x69bfe2(0x1c8)](_0x4787d6,_0x95ed8a){const _0x5a1b07=_0x69bfe2;return[..._0x4787d6][_0x5a1b07(0x3d4)](_0xb565a=>_0xb565a===_0x95ed8a||_0xb565a['contains'](_0x95ed8a));}[_0x69bfe2(0x68c)](_0x3fdc26,_0x281b42){const _0x257eee=_0x69bfe2;var _0x422493;return _0x3fdc26[_0x257eee(0x3b8)]&&_0x281b42!=null&&(_0x422493=_0x281b42[_0x257eee(0x326)])!=null&&_0x422493['includes'](_0x3fdc26[_0x257eee(0x3b8)])?!0x1:this['_isBlockingRole'](_0x3fdc26['role']);}[_0x69bfe2(0x1df)](_0x1667c6,_0x5d9679){const _0x5b5f00=_0x69bfe2;var _0x21aefa;return _0x1667c6[_0x5b5f00(0x3b8)]&&_0x5d9679!=null&&(_0x21aefa=_0x5d9679['ignoreOwners'])!=null&&_0x21aefa[_0x5b5f00(0x536)](_0x1667c6[_0x5b5f00(0x3b8)])?!0x1:_0x1667c6[_0x5b5f00(0x5fc)]!==_0x5b5f00(0x20b);}['_leaseAppliesToHostUnit'](_0xbd65be,_0x18da19){const _0xfb8fb3=_0x69bfe2;return _0xbd65be[_0xfb8fb3(0x278)]==null||_0xbd65be[_0xfb8fb3(0x278)]===_0x18da19;}[_0x69bfe2(0x385)](_0x2facfb,_0xad837e){const _0x1f60ce=_0x69bfe2;let _0x11e44e=this[_0x1f60ce(0x618)][_0x1f60ce(0x3fa)](_0x2facfb);return!!_0x11e44e&&(_0x11e44e[_0x1f60ce(0x278)]==null||_0x11e44e[_0x1f60ce(0x278)]===_0xad837e);}[_0x69bfe2(0x6a3)](_0x362170,_0x23458f){const _0x20b163=_0x69bfe2;var _0x242d8e;return _0x362170['childUnitId']===_0x23458f||((_0x242d8e=_0x362170[_0x20b163(0x3bc)])==null?void 0x0:_0x242d8e[_0x20b163(0x536)](_0x23458f))===!0x0;}[_0x69bfe2(0x249)](_0x4db804,_0x433f36){const _0x3ecef3=_0x69bfe2;var _0x53537e;if(((_0x53537e=this['_runtimeScopes'][_0x3ecef3(0x3fa)](_0x4db804))==null?void 0x0:_0x53537e[_0x3ecef3(0x3cb)])===_0x433f36)return!0x0;let _0xc8c0bf=this[_0x3ecef3(0x50b)][_0x3ecef3(0x3fa)](_0x4db804);return!!_0xc8c0bf&&[..._0xc8c0bf][_0x3ecef3(0x3d4)](_0xcd4d23=>this[_0x3ecef3(0x6a3)](_0xcd4d23,_0x433f36));}[_0x69bfe2(0x191)](_0x533047){const _0x57e5c6=_0x69bfe2;return _0x533047!==_0x57e5c6(0x20b);}['_getChildSessionPriority'](_0x12a77a){const _0x47b452=_0x69bfe2;let _0x9a6533=this['_resolveChildSessionMode'](_0x12a77a);return _0x9a6533===_0x47b452(0x387)?0x1e:_0x9a6533===_0x47b452(0x335)?0x14:_0x9a6533==='child-tab'?0xa:0x0;}[_0x69bfe2(0x1ba)](_0x1838cf){const _0x51a983=_0x69bfe2;return _0x1838cf['sessionMode']?_0x1838cf[_0x51a983(0x2b1)]:_0x1838cf[_0x51a983(0x3b8)]===_0x51a983(0x614)?_0x51a983(0x387):_0x1838cf[_0x51a983(0x3b8)]===_0x51a983(0x15b)||_0x1838cf[_0x51a983(0x3b8)]===_0x51a983(0x4b5)?'child-keyboard':_0x1838cf['owner']===_0x51a983(0x434)?_0x51a983(0x2e0):_0x1838cf['role']==='child-session'?_0x51a983(0x335):_0x51a983(0x27c);}[_0x69bfe2(0x3fc)](_0x3a926d,_0x54b31f){const _0x10dbf5=_0x69bfe2;return _0x54b31f[_0x10dbf5(0x4bd)]('['+Q+'=\x22'+_0x3a926d+'\x22]')!=null;}[_0x69bfe2(0x2d1)](_0x9bd4eb,_0xc9e612){const _0x128390=_0x69bfe2;let _0x1fe2ad=typeof(_0xc9e612==null?void 0x0:_0xc9e612[_0x128390(0x167)])==_0x128390(0x421)?_0xc9e612[_0x128390(0x167)]():void 0x0,_0x2da93c=(_0x1fe2ad==null?void 0x0:_0x1fe2ad[_0x128390(0x1d3)](_0x1cfd37=>this[_0x128390(0x40d)](_0x1cfd37)&&_0x1cfd37[_0x128390(0x207)](_0x128390(0x4d0))))??(this[_0x128390(0x40d)](_0x9bd4eb)?_0x9bd4eb[_0x128390(0x4bd)]('[data-embed-interaction-boundary-owner]')??void 0x0:void 0x0);return(_0x2da93c==null?void 0x0:_0x2da93c[_0x128390(0x3fe)](_0x128390(0x4d0)))??this[_0x128390(0x178)](_0xc9e612);}[_0x69bfe2(0x178)](_0x5edd24){const _0x2c6a72=_0x69bfe2;let _0xadd116=this[_0x2c6a72(0x2e8)](_0x5edd24);if(!_0xadd116)return;let _0x1d282e;for(let [_0x2f7813,_0x122e23]of this[_0x2c6a72(0x2f9)])for(let _0x4a6b29 of _0x122e23){let _0x1ddd9d=_0x4a6b29[_0x2c6a72(0x59f)]();if(!this[_0x2c6a72(0x651)](_0x1ddd9d,_0xadd116[_0x2c6a72(0x57e)],_0xadd116[_0x2c6a72(0x4ae)]))continue;let _0x22c875=_0x1ddd9d[_0x2c6a72(0x459)]*_0x1ddd9d[_0x2c6a72(0x602)];(!_0x1d282e||_0x22c875<_0x1d282e[_0x2c6a72(0x1f5)])&&(_0x1d282e={'embedId':_0x2f7813,'area':_0x22c875});}return _0x1d282e==null?void 0x0:_0x1d282e[_0x2c6a72(0x2c9)];}[_0x69bfe2(0x2e8)](_0x3657f4){const _0x5ee583=_0x69bfe2;let _0x569f10=_0x3657f4;if(_0x569f10){if(Number['isFinite'](_0x569f10[_0x5ee583(0x57e)])&&Number[_0x5ee583(0x40e)](_0x569f10[_0x5ee583(0x4ae)]))return{'clientX':_0x569f10[_0x5ee583(0x57e)],'clientY':_0x569f10[_0x5ee583(0x4ae)]};if(Number[_0x5ee583(0x40e)](_0x569f10['x'])&&Number[_0x5ee583(0x40e)](_0x569f10['y']))return{'clientX':_0x569f10['x'],'clientY':_0x569f10['y']};}}[_0x69bfe2(0x651)](_0x3fd8d6,_0x465b93,_0x55e570){const _0xff56e0=_0x69bfe2;return _0x3fd8d6[_0xff56e0(0x459)]>0x0&&_0x3fd8d6[_0xff56e0(0x602)]>0x0&&_0x465b93>=_0x3fd8d6[_0xff56e0(0x4ac)]&&_0x465b93<=_0x3fd8d6['right']&&_0x55e570>=_0x3fd8d6[_0xff56e0(0x566)]&&_0x55e570<=_0x3fd8d6[_0xff56e0(0x424)];}[_0x69bfe2(0x55b)](){const _0x2e3c58=_0x69bfe2;var _0x441e91;let _0x2f29c0=this[_0x2e3c58(0x2fe)]();if(!this[_0x2e3c58(0x40d)](_0x2f29c0))return;let _0x55ba60=_0x2f29c0['closest']('['+Q+']');if(!_0x55ba60)return;let _0x5f5db3=_0x55ba60['getAttribute'](Q),_0x3bb15e=(_0x441e91=_0x2f29c0['closest'](_0x2e3c58(0x5e8)))==null?void 0x0:_0x441e91['getAttribute'](X);return _0x5f5db3&&this['_isRuntimeFocusRole'](_0x3bb15e)?{'embedId':_0x5f5db3,'role':_0x3bb15e}:void 0x0;}[_0x69bfe2(0x40d)](_0x5312da){const _0x167b81=_0x69bfe2;var _0xcbdd01;if(!_0x5312da)return!0x1;let _0x5e12f2=(_0xcbdd01=_0x5312da[_0x167b81(0x220)])==null?void 0x0:_0xcbdd01[_0x167b81(0x1d9)];return _0x5e12f2?_0x5312da instanceof _0x5e12f2[_0x167b81(0x535)]:typeof HTMLElement<'u'&&_0x5312da instanceof HTMLElement;}['_isRuntimeFocusRole'](_0x38035e){const _0x19bfd1=_0x69bfe2;return _0x38035e===_0x19bfd1(0x20b)||_0x38035e===_0x19bfd1(0x37e)||_0x38035e==='child-editor'||_0x38035e===_0x19bfd1(0x5fb)||_0x38035e===_0x19bfd1(0x350);}[_0x69bfe2(0x2fe)](){const _0x28863a=_0x69bfe2;for(let _0x417a70 of this['_elements'][_0x28863a(0x2f1)]()){var _0x5eede8;let _0x5956e6=(_0x5eede8=_0x417a70[_0x28863a(0x2f1)]()[_0x28863a(0x575)]()[_0x28863a(0x348)])==null?void 0x0:_0x5eede8['ownerDocument'];if(_0x5956e6!=null&&_0x5956e6[_0x28863a(0x645)])return _0x5956e6[_0x28863a(0x645)];}return typeof document>'u'?null:document[_0x28863a(0x645)];}[_0x69bfe2(0x64c)](_0x2b2693){const _0x5bb1a2=_0x69bfe2;var _0x124802;let _0x3ba47c=this[_0x5bb1a2(0x2f9)]['get'](_0x2b2693),_0x1b7602=_0x3ba47c==null||(_0x124802=_0x3ba47c[_0x5bb1a2(0x2f1)]()[_0x5bb1a2(0x575)]()['value'])==null?void 0x0:_0x124802[_0x5bb1a2(0x220)];return(_0x1b7602==null?void 0x0:_0x1b7602[_0x5bb1a2(0x645)])??(typeof document>'u'?null:document[_0x5bb1a2(0x645)]);}['_notifyRuntimeFocusChanged'](){const _0x4f1bf1=_0x69bfe2;this[_0x4f1bf1(0x31a)][_0x4f1bf1(0x575)]();}[_0x69bfe2(0x420)](){const _0x491edc=_0x69bfe2;this['runtimeSessionChanged$'][_0x491edc(0x575)]();}};const Q=_0x69bfe2(0x4d0);var Ka=class{constructor(){const _0x53e66a=_0x69bfe2;Y(this,_0x53e66a(0x63b),new Map()),Y(this,'_portalObservers',new WeakMap()),Y(this,_0x53e66a(0x466),new WeakMap()),Y(this,_0x53e66a(0x1dd),void 0x0);}[_0x69bfe2(0x2fb)](_0x3df7e4,_0x50ac4a){const _0x2f9cde=_0x69bfe2;let _0x2bf938=this[_0x2f9cde(0x63b)][_0x2f9cde(0x3fa)](_0x3df7e4);_0x2bf938||(_0x2bf938=new Set(),this[_0x2f9cde(0x63b)][_0x2f9cde(0x52c)](_0x3df7e4,_0x2bf938)),_0x2bf938['add'](_0x50ac4a);let _0x1db601=_0x50ac4a[_0x2f9cde(0x3fe)](Q);_0x50ac4a[_0x2f9cde(0x4db)](Q,_0x3df7e4);let _0x2fbb17=this[_0x2f9cde(0x2fc)](_0x3df7e4,_0x50ac4a),_0x2b9e2d=()=>this[_0x2f9cde(0x5f0)](_0x3df7e4,_0x50ac4a['ownerDocument']);return _0x50ac4a[_0x2f9cde(0x4ca)]('pointerdown',_0x2b9e2d,!0x0),_0x50ac4a[_0x2f9cde(0x4ca)]('mousedown',_0x2b9e2d,!0x0),_0x50ac4a[_0x2f9cde(0x4ca)](_0x2f9cde(0x576),_0x2b9e2d,!0x0),_0x52e91f(()=>{const _0x194f77=_0x2f9cde;var _0x4157bd;_0x2fbb17[_0x194f77(0x5dc)](),_0x50ac4a[_0x194f77(0x47f)]('pointerdown',_0x2b9e2d,!0x0),_0x50ac4a['removeEventListener']('mousedown',_0x2b9e2d,!0x0),_0x50ac4a['removeEventListener']('focusin',_0x2b9e2d,!0x0),((_0x4157bd=this[_0x194f77(0x1dd)])==null?void 0x0:_0x4157bd[_0x194f77(0x2c9)])===_0x3df7e4&&this['_pendingPortalOwner'][_0x194f77(0x443)]===_0x50ac4a[_0x194f77(0x220)]&&(this['_pendingPortalOwner']=void 0x0),_0x2bf938==null||_0x2bf938[_0x194f77(0x288)](_0x50ac4a),_0x2bf938&&_0x2bf938[_0x194f77(0x2c5)]===0x0&&this[_0x194f77(0x63b)]['delete'](_0x3df7e4),_0x1db601==null?_0x50ac4a[_0x194f77(0x4c6)](Q):_0x50ac4a[_0x194f77(0x4db)](Q,_0x1db601);});}[_0x69bfe2(0x2fc)](_0x4723cb,_0x2af946){const _0xf5a285=_0x69bfe2;let _0x204d4b=_0x2af946['ownerDocument'][_0xf5a285(0x1d9)],_0x1123f4=new Map(),_0x1439d0=new Map(),_0x330b04,_0xc0e392=!0x1,_0x28a255=_0x141c45=>{const _0x25bf0=_0xf5a285;_0x1123f4[_0x25bf0(0x6b7)](_0x141c45)||_0x1123f4['set'](_0x141c45,_0x141c45[_0x25bf0(0x3fe)](Q)),_0x1439d0[_0x25bf0(0x6b7)](_0x141c45)||_0x1439d0[_0x25bf0(0x52c)](_0x141c45,_0x141c45[_0x25bf0(0x3fe)](X));},_0x674f83=_0x43e355=>{const _0x474548=_0xf5a285;_0x28a255(_0x43e355),_0x43e355[_0x474548(0x4db)](Q,_0x4723cb),_0x43e355[_0x474548(0x4db)](X,'child-popup');},_0x478c39=_0x4db2f0=>{const _0x54d575=_0xf5a285;this['_isUniverPortalTreeElement'](_0x4db2f0)&&(_0x674f83(_0x4db2f0),_0x4db2f0[_0x54d575(0x166)]('*')[_0x54d575(0x5dd)](_0x674f83));},_0x537562=_0x42995b=>{const _0x178871=_0xf5a285;_0xc0e392||(_0x478c39(_0x42995b),_0x42995b[_0x178871(0x166)]('*')[_0x178871(0x5dd)](_0x599309=>_0x478c39(_0x599309)));};return _0x537562(_0x2af946),_0x204d4b!=null&&_0x204d4b[_0xf5a285(0x425)]&&(_0x330b04=new _0x204d4b[(_0xf5a285(0x425))](_0x118eda=>{_0x118eda['forEach'](_0x35e85c=>{const _0x542cc7=_0x448a;_0x35e85c[_0x542cc7(0x3ff)][_0x542cc7(0x5dd)](_0x3b97f8=>{const _0x4486f9=_0x542cc7;_0x3b97f8 instanceof _0x204d4b[_0x4486f9(0x535)]&&_0x537562(_0x3b97f8);});});}),_0x330b04['observe'](_0x2af946,{'childList':!0x0,'subtree':!0x0})),_0x52e91f(()=>{const _0x4bce0b=_0xf5a285;_0xc0e392=!0x0,_0x330b04==null||_0x330b04[_0x4bce0b(0x29f)](),_0x1123f4['forEach']((_0x5ce474,_0x2965f2)=>{const _0x18c24f=_0x4bce0b;if(_0x5ce474==null){_0x2965f2[_0x18c24f(0x4c6)](Q);return;}_0x2965f2[_0x18c24f(0x4db)](Q,_0x5ce474);}),_0x1439d0[_0x4bce0b(0x5dd)]((_0x49eddd,_0x2eaa60)=>{const _0x31ac90=_0x4bce0b;if(_0x49eddd==null){_0x2eaa60[_0x31ac90(0x4c6)](X);return;}_0x2eaa60['setAttribute'](X,_0x49eddd);});});}[_0x69bfe2(0x383)](_0x2b4dd9,_0x4a4326){const _0x5934b6=_0x69bfe2;let _0x55a718=this[_0x5934b6(0x63b)][_0x5934b6(0x3fa)](_0x2b4dd9);_0x55a718||(_0x55a718=new Set(),this[_0x5934b6(0x63b)][_0x5934b6(0x52c)](_0x2b4dd9,_0x55a718)),_0x55a718[_0x5934b6(0x615)](_0x4a4326);let _0x1dc8db=this[_0x5934b6(0x456)](_0x2b4dd9,_0x4a4326);return _0x52e91f(()=>{const _0x17f389=_0x5934b6;_0x55a718==null||_0x55a718[_0x17f389(0x288)](_0x4a4326),_0x55a718&&_0x55a718[_0x17f389(0x2c5)]===0x0&&this['_roots']['delete'](_0x2b4dd9),_0x1dc8db[_0x17f389(0x5dc)]();});}[_0x69bfe2(0x231)](_0x26bcc4,_0x19a3cf,_0xf8107c){const _0x516979=_0x69bfe2;let _0x483f5e=typeof(_0xf8107c==null?void 0x0:_0xf8107c[_0x516979(0x167)])==_0x516979(0x421)?_0xf8107c[_0x516979(0x167)]():void 0x0;if(_0x483f5e!=null&&_0x483f5e['some'](_0x2b4b11=>_0x2b4b11 instanceof HTMLElement&&this[_0x516979(0x55e)](_0x26bcc4,_0x2b4b11)))return!0x0;if(!(_0x19a3cf instanceof HTMLElement))return!0x1;if(this[_0x516979(0x55e)](_0x26bcc4,_0x19a3cf))return!0x0;if(!_0x26bcc4)return Array['from'](this[_0x516979(0x63b)][_0x516979(0x2f1)]())[_0x516979(0x3d4)](_0x20620d=>[..._0x20620d][_0x516979(0x3d4)](_0x5c2be8=>_0x5c2be8[_0x516979(0x508)]&&_0x5c2be8[_0x516979(0x231)](_0x19a3cf)));let _0x5aa237=this[_0x516979(0x63b)][_0x516979(0x3fa)](_0x26bcc4);return!!_0x5aa237&&[..._0x5aa237][_0x516979(0x3d4)](_0x11641a=>_0x11641a[_0x516979(0x508)]&&_0x11641a['contains'](_0x19a3cf));}[_0x69bfe2(0x367)](_0x3e4958){const _0x4e4b67=_0x69bfe2;let _0x511372=_0x3e4958?this[_0x4e4b67(0x466)][_0x4e4b67(0x3fa)](_0x3e4958):typeof document<'u'?this[_0x4e4b67(0x466)][_0x4e4b67(0x3fa)](document):void 0x0;if(_0x511372!=null&&_0x511372['length'])return!0x0;let _0x5239d6=this[_0x4e4b67(0x1dd)];return!_0x5239d6||Date[_0x4e4b67(0x524)]()>_0x5239d6['expiresAt']?!0x1:!_0x3e4958||_0x5239d6['document']===_0x3e4958;}[_0x69bfe2(0x262)](_0x2ad8d5,_0x4bbcf0){const _0x52f18f=_0x69bfe2;if(!_0x2ad8d5)return!0x1;let _0x215946=_0x4bbcf0?this[_0x52f18f(0x466)][_0x52f18f(0x3fa)](_0x4bbcf0):typeof document<'u'?this[_0x52f18f(0x466)][_0x52f18f(0x3fa)](document):void 0x0;if(_0x215946!=null&&_0x215946['some'](_0x121682=>_0x121682[_0x52f18f(0x2c9)]===_0x2ad8d5))return!0x0;let _0xda89d9=this[_0x52f18f(0x1dd)];return!_0xda89d9||_0xda89d9[_0x52f18f(0x2c9)]!==_0x2ad8d5||Date[_0x52f18f(0x524)]()>_0xda89d9[_0x52f18f(0x3cf)]?!0x1:!_0x4bbcf0||_0xda89d9[_0x52f18f(0x443)]===_0x4bbcf0;}['closeOwnedFloatingSurfaces'](_0x5f5de3,_0x1cbcfb){const _0x4380ba=_0x69bfe2;!_0x5f5de3||!(_0x1cbcfb!=null&&_0x1cbcfb[_0x4380ba(0x1e6)])||this[_0x4380ba(0x2d0)](_0x5f5de3,_0x1cbcfb)[_0x4380ba(0x5dd)](_0x48d0cc=>this['_dispatchEscapeToFloatingSurface'](_0x48d0cc,_0x1cbcfb));}['activatePortalScope'](_0x2dafc5,_0x13432e){const _0x5a42a7=_0x69bfe2;var _0x1cc163;if(!(_0x13432e!=null&&_0x13432e[_0x5a42a7(0x1e6)]))return _0x52e91f(()=>{});let _0x11a423=Symbol(_0x2dafc5),_0x1fe4aa=this[_0x5a42a7(0x466)]['get'](_0x13432e)??[];return _0x1fe4aa[_0x5a42a7(0x5a8)]({'embedId':_0x2dafc5,'token':_0x11a423}),this[_0x5a42a7(0x466)][_0x5a42a7(0x52c)](_0x13432e,_0x1fe4aa),this[_0x5a42a7(0x4d2)](_0x13432e),this[_0x5a42a7(0x1be)](_0x2dafc5,_0x13432e,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5a42a7(0x384)](_0x2dafc5,_0x13432e),(_0x1cc163=_0x13432e[_0x5a42a7(0x1d9)])==null||_0x1cc163[_0x5a42a7(0x568)](()=>{const _0x224a3d=_0x5a42a7;let _0x2932bc=this[_0x224a3d(0x31e)](_0x13432e);(_0x2932bc==null?void 0x0:_0x2932bc[_0x224a3d(0x2c9)])===_0x2dafc5&&_0x2932bc[_0x224a3d(0x3c2)]===_0x11a423&&(this['_markExistingBodyPortals'](_0x2dafc5,_0x13432e,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x224a3d(0x384)](_0x2dafc5,_0x13432e));},0x0),_0x52e91f(()=>{const _0x570623=_0x5a42a7;let _0x29222c=this['_activePortalOwners'][_0x570623(0x3fa)](_0x13432e),_0x1cfcfe=!0x1;if(_0x29222c){let _0x274bc4=_0x29222c['findIndex'](_0x5d73a7=>_0x5d73a7['embedId']===_0x2dafc5&&_0x5d73a7['token']===_0x11a423);_0x274bc4>=0x0&&_0x29222c[_0x570623(0x1cb)](_0x274bc4,0x1),_0x1cfcfe=_0x29222c['some'](_0x282030=>_0x282030[_0x570623(0x2c9)]===_0x2dafc5),_0x29222c[_0x570623(0x37f)]===0x0&&this[_0x570623(0x466)][_0x570623(0x288)](_0x13432e);}_0x1cfcfe||this['_releaseBodyPortalClaims'](_0x2dafc5,_0x13432e);let _0x2cbf10=this[_0x570623(0x31e)](_0x13432e);_0x2cbf10&&(this[_0x570623(0x1be)](_0x2cbf10[_0x570623(0x2c9)],_0x13432e,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x570623(0x384)](_0x2cbf10[_0x570623(0x2c9)],_0x13432e));});}[_0x69bfe2(0x2d0)](_0x5c8188,_0xd3a08c){const _0x55105e=_0x69bfe2;var _0x5ec7ce;let _0x39dc9d=new Set(),_0x159ad1=_0x14cf0e=>{const _0x223dd8=_0x448a;let _0x1ad155=this[_0x223dd8(0x25f)](_0x14cf0e);!_0x1ad155||!this[_0x223dd8(0x55e)](_0x5c8188,_0x1ad155)||_0x39dc9d[_0x223dd8(0x615)](_0x1ad155);};return _0xd3a08c[_0x55105e(0x1e6)]['querySelectorAll']('['+Q+'=\x22'+_0x5c8188+'\x22]')[_0x55105e(0x5dd)](_0x159ad1),(_0x5ec7ce=this[_0x55105e(0x63b)][_0x55105e(0x3fa)](_0x5c8188))==null||_0x5ec7ce[_0x55105e(0x5dd)](_0x5338a8=>{const _0x4a6bca=_0x55105e;_0x5338a8['isConnected']&&(_0x159ad1(_0x5338a8),_0x5338a8[_0x4a6bca(0x166)]('*')[_0x4a6bca(0x5dd)](_0x159ad1));}),[..._0x39dc9d][_0x55105e(0x2ca)]((_0x212bc1,_0x33a5ac)=>_0x212bc1[_0x55105e(0x231)](_0x33a5ac)?0x1:_0x33a5ac['contains'](_0x212bc1)?-0x1:0x0);}[_0x69bfe2(0x25f)](_0x5da806){const _0x274352=_0x69bfe2;if(!_0x5da806[_0x274352(0x4bd)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]')&&this[_0x274352(0x19e)](_0x5da806))return _0x5da806['closest'](_0x274352(0x4cf))??_0x5da806;}[_0x69bfe2(0x2dd)](_0x54947a,_0x12b55b){const _0xf6321f=_0x69bfe2;let _0x24e9b9=_0x12b55b[_0xf6321f(0x1d9)],_0x4d0b92=_0x12b55b['activeElement']instanceof HTMLElement&&_0x54947a[_0xf6321f(0x231)](_0x12b55b[_0xf6321f(0x645)])?_0x12b55b[_0xf6321f(0x645)]:_0x54947a,_0x2987cb=_0x24e9b9!=null&&_0x24e9b9['KeyboardEvent']?new _0x24e9b9[(_0xf6321f(0x503))](_0xf6321f(0x5c7),{'key':'Escape','code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0xf6321f(0x5c7),{'bubbles':!0x0,'cancelable':!0x0});_0x4d0b92[_0xf6321f(0x5b6)](_0x2987cb);}[_0x69bfe2(0x55e)](_0x1d8325,_0x5c653a){const _0x5854f7=_0x69bfe2;let _0x21f056=_0x5c653a[_0x5854f7(0x4bd)]('['+Q+']'),_0x4ab4c8=_0x21f056==null?void 0x0:_0x21f056[_0x5854f7(0x3fe)](Q);if(_0x4ab4c8&&(!_0x1d8325||_0x4ab4c8===_0x1d8325))return!0x0;if(!_0x1d8325)return Array[_0x5854f7(0x157)](this[_0x5854f7(0x63b)][_0x5854f7(0x2f1)]())[_0x5854f7(0x3d4)](_0x1c72e2=>[..._0x1c72e2][_0x5854f7(0x3d4)](_0x3de890=>_0x3de890===_0x5c653a||_0x3de890['contains'](_0x5c653a)));let _0x3b5931=this[_0x5854f7(0x63b)]['get'](_0x1d8325);return!!_0x3b5931&&[..._0x3b5931][_0x5854f7(0x3d4)](_0x1f1664=>_0x1f1664===_0x5c653a||_0x1f1664[_0x5854f7(0x231)](_0x5c653a));}['_claimBodyPortals'](_0x3d5df2,_0x1b91a3){const _0x1bcb67=_0x69bfe2;var _0x1395b1;_0x1b91a3!=null&&_0x1b91a3[_0x1bcb67(0x1e6)]&&(this[_0x1bcb67(0x1dd)]={'embedId':_0x3d5df2,'document':_0x1b91a3,'expiresAt':Date['now']()+0x3e8},this[_0x1bcb67(0x4d2)](_0x1b91a3),this[_0x1bcb67(0x1be)](_0x3d5df2,_0x1b91a3,{'includeAppShellEditorPortal':!0x1}),(_0x1395b1=_0x1b91a3[_0x1bcb67(0x1d9)])==null||_0x1395b1[_0x1bcb67(0x568)](()=>{const _0x24b25f=_0x1bcb67;let _0x3c5fca=this[_0x24b25f(0x1dd)];(_0x3c5fca==null?void 0x0:_0x3c5fca[_0x24b25f(0x2c9)])===_0x3d5df2&&_0x3c5fca['document']===_0x1b91a3&&Date[_0x24b25f(0x524)]()<=_0x3c5fca[_0x24b25f(0x3cf)]&&this[_0x24b25f(0x1be)](_0x3d5df2,_0x1b91a3,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0xab9d23){const _0x1a8e91=_0x69bfe2;if(this[_0x1a8e91(0x56c)]['has'](_0xab9d23)||!_0xab9d23[_0x1a8e91(0x1e6)])return;let _0xbf4d15=_0xab9d23[_0x1a8e91(0x1d9)];if(!(_0xbf4d15!=null&&_0xbf4d15[_0x1a8e91(0x425)]))return;let _0x1ee3f6=new _0xbf4d15[(_0x1a8e91(0x425))](_0x1b2b56=>{const _0x37ccb6=_0x1a8e91;let _0x521192=this[_0x37ccb6(0x541)](_0xab9d23);if(!_0x521192)return;let _0x5949a8={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x521192['stable'],'allowDirectBodyPortal':!_0x521192['stable']};_0x1b2b56['forEach'](_0x33f5c5=>{const _0x2c96a4=_0x37ccb6;_0x33f5c5[_0x2c96a4(0x29c)]===_0x2c96a4(0x2dc)&&_0x33f5c5['target']instanceof _0xbf4d15[_0x2c96a4(0x535)]&&this[_0x2c96a4(0x677)](_0x33f5c5[_0x2c96a4(0x5e5)],_0x521192[_0x2c96a4(0x2c9)],_0xab9d23,_0x5949a8),_0x33f5c5[_0x2c96a4(0x3ff)][_0x2c96a4(0x5dd)](_0x55182b=>{const _0x4fe28c=_0x2c96a4;_0x55182b instanceof _0xbf4d15['HTMLElement']&&(this[_0x4fe28c(0x677)](_0x55182b,_0x521192[_0x4fe28c(0x2c9)],_0xab9d23,_0x5949a8),_0x55182b['querySelectorAll']('*')['forEach'](_0x113c3e=>{const _0x53a1ea=_0x4fe28c;this[_0x53a1ea(0x677)](_0x113c3e,_0x521192[_0x53a1ea(0x2c9)],_0xab9d23,_0x5949a8);}));});}),_0x521192['stable']&&this[_0x37ccb6(0x384)](_0x521192['embedId'],_0xab9d23);});_0x1ee3f6[_0x1a8e91(0x334)](_0xab9d23[_0x1a8e91(0x1e6)],{'attributeFilter':[_0x1a8e91(0x4f0),_0x1a8e91(0x64a),'id',_0x1a8e91(0x5fc),_0x1a8e91(0x26d)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x1ee3f6[_0x1a8e91(0x4c9)](),this[_0x1a8e91(0x56c)][_0x1a8e91(0x52c)](_0xab9d23,_0x1ee3f6);}[_0x69bfe2(0x677)](_0x44bbcb,_0xce434e,_0x24aa02,_0x229788={}){const _0x2315d1=_0x69bfe2;_0x229788['allowDirectBodyPortal']===!0x1&&_0x44bbcb['parentElement']===_0x24aa02[_0x2315d1(0x1e6)]&&!this['_isUniverPortalCandidate'](_0x44bbcb)&&!this['_isAppShellEditorPortalCandidate'](_0x44bbcb)||this[_0x2315d1(0x5a1)](_0x44bbcb,_0x24aa02,_0x229788)&&(!this[_0x2315d1(0x589)](_0x44bbcb)&&this[_0x2315d1(0x4d1)](_0x44bbcb,_0x24aa02)||(this[_0x2315d1(0x5ed)](_0x44bbcb,_0xce434e,_0x24aa02),this[_0x2315d1(0x456)](_0xce434e,_0x44bbcb,{'transient':!0x0}),this[_0x2315d1(0x4c5)](_0x44bbcb,_0x229788)));}[_0x69bfe2(0x1be)](_0x1b2d09,_0x18ffb5,_0x2cc460={}){const _0x4d5bcf=_0x69bfe2;_0x18ffb5[_0x4d5bcf(0x1e6)][_0x4d5bcf(0x166)]('*')[_0x4d5bcf(0x5dd)](_0x2a55e=>{const _0x5c498f=_0x4d5bcf;this['_markBodyPortalOwner'](_0x2a55e,_0x1b2d09,_0x18ffb5,{'includeAppShellEditorPortal':_0x2cc460['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x2cc460[_0x5c498f(0x2a8)],'allowDirectBodyPortal':_0x2cc460[_0x5c498f(0x353)]});});}[_0x69bfe2(0x5a1)](_0x429c26,_0x46ba53,_0x513b6a={}){const _0x3cd778=_0x69bfe2;if(!_0x46ba53[_0x3cd778(0x1e6)][_0x3cd778(0x231)](_0x429c26))return!0x1;let _0x26b920=!!_0x513b6a['includeAppShellEditorPortal']&&this[_0x3cd778(0x589)](_0x429c26),_0x5e924f=this[_0x3cd778(0x5cb)](_0x429c26);if(!_0x513b6a[_0x3cd778(0x2a8)]&&!_0x26b920&&_0x429c26[_0x3cd778(0x4bd)](_0x3cd778(0x22c))||_0x429c26['id']==='app')return!0x1;let _0x312f2a=_0x429c26[_0x3cd778(0x572)];return!!_0x513b6a['allowDirectBodyPortal']&&_0x312f2a===_0x46ba53['body']||(_0x312f2a==null?void 0x0:_0x312f2a[_0x3cd778(0x4bd)](_0x3cd778(0x56f)))!=null||_0x5e924f||_0x26b920;}['_isAppShellEditorPortalCandidate'](_0x41d81e){const _0x49cea6=_0x69bfe2;var _0x4f639e,_0x4c6451;return((_0x4f639e=_0x41d81e[_0x49cea6(0x572)])==null?void 0x0:_0x4f639e['id'])!==_0x49cea6(0x2bd)&&((_0x4c6451=_0x41d81e[_0x49cea6(0x4bd)](_0x49cea6(0x1ec)))==null?void 0x0:_0x4c6451[_0x49cea6(0x572)])!==_0x41d81e[_0x49cea6(0x220)][_0x49cea6(0x1e6)]?!0x1:_0x41d81e['id']['startsWith'](_0x49cea6(0x698))||_0x41d81e['id'][_0x49cea6(0x2be)]('__editor___INTERNAL_EDITOR__')||_0x41d81e[_0x49cea6(0x4bd)](_0x49cea6(0x619))!=null||_0x41d81e[_0x49cea6(0x4bd)](_0x49cea6(0x2c3))!=null;}[_0x69bfe2(0x585)](_0x3966d5){const _0x5cfaca=_0x69bfe2;return _0x3966d5['id'][_0x5cfaca(0x2be)](_0x5cfaca(0x59c))||_0x3966d5['id'][_0x5cfaca(0x2be)](_0x5cfaca(0x38e))||_0x3966d5[_0x5cfaca(0x4bd)](_0x5cfaca(0x41e))!=null||_0x3966d5[_0x5cfaca(0x4bd)](_0x5cfaca(0x3f4))!=null;}['_isUniverPortalCandidate'](_0x318bcb){const _0x4c87cf=_0x69bfe2;let _0x2f1d7e=typeof _0x318bcb[_0x4c87cf(0x283)]==_0x4c87cf(0x284)?_0x318bcb[_0x4c87cf(0x283)]:'';if(_0x318bcb[_0x4c87cf(0x3fe)](_0x4c87cf(0x64a))===_0x4c87cf(0x427)||_0x318bcb[_0x4c87cf(0x590)]['contains'](_0x4c87cf(0x62b))||_0x318bcb[_0x4c87cf(0x590)][_0x4c87cf(0x231)](_0x4c87cf(0x28e))||_0x318bcb['classList'][_0x4c87cf(0x231)](_0x4c87cf(0x17e))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x4c87cf(0x477)](_0x2f1d7e))return!0x0;let _0x1b79e8=_0x318bcb[_0x4c87cf(0x3fe)](_0x4c87cf(0x5fc));return _0x1b79e8===_0x4c87cf(0x400)||_0x1b79e8===_0x4c87cf(0x6ac)||_0x1b79e8===_0x4c87cf(0x4b2)||_0x1b79e8===_0x4c87cf(0x504)||_0x318bcb[_0x4c87cf(0x207)](_0x4c87cf(0x50c));}[_0x69bfe2(0x4d1)](_0x1d2129,_0x2105de){const _0x260de3=_0x69bfe2;if(!this[_0x260de3(0x19e)](_0x1d2129))return!0x1;let _0x3102ca=_0x1d2129['closest'](_0x260de3(0x4cf))??_0x1d2129,_0x1785af=_0x3102ca[_0x260de3(0x4bd)](_0x260de3(0x1ec))??_0x3102ca[_0x260de3(0x572)];if(_0x3102ca[_0x260de3(0x572)]!==_0x2105de[_0x260de3(0x1e6)]&&(_0x1785af==null?void 0x0:_0x1785af['parentElement'])!==_0x2105de[_0x260de3(0x1e6)])return!0x1;let _0x1d3a18=_0x2105de[_0x260de3(0x1d9)];if(!_0x1d3a18)return!0x1;let _0x53186f=_0x3102ca[_0x260de3(0x59f)]();return _0x53186f[_0x260de3(0x2cd)]<0x0||_0x53186f['bottom']<0x0||_0x53186f['left']>_0x1d3a18[_0x260de3(0x60b)]||_0x53186f['top']>_0x1d3a18[_0x260de3(0x47d)]?!0x0:_0x53186f['width']<=0x0||_0x53186f[_0x260de3(0x602)]<=0x0?_0x53186f[_0x260de3(0x4ac)]<0x0||_0x53186f[_0x260de3(0x566)]<0x0||_0x53186f[_0x260de3(0x4ac)]>_0x1d3a18[_0x260de3(0x60b)]||_0x53186f[_0x260de3(0x566)]>_0x1d3a18[_0x260de3(0x47d)]:!0x1;}['_markRuntimeFocusRole'](_0x1483f5,_0x348215={}){const _0x212ef4=_0x69bfe2;let _0xfa4488=_0x348215[_0x212ef4(0x628)]&&this[_0x212ef4(0x589)](_0x1483f5)?_0x212ef4(0x56b):this[_0x212ef4(0x19e)](_0x1483f5)?_0x212ef4(0x5fb):void 0x0;_0xfa4488&&(_0x1483f5[_0x212ef4(0x4db)](X,_0xfa4488),_0x1483f5[_0x212ef4(0x166)]('*')[_0x212ef4(0x5dd)](_0x56c2ee=>{_0x56c2ee['setAttribute'](X,_0xfa4488);}));}[_0x69bfe2(0x456)](_0x476a9d,_0x3b1a1b,_0x509e1a={}){let _0x2fc5b9=new Map(),_0x5ef3da=_0x227159=>{const _0xa46481=_0x448a;_0x509e1a[_0xa46481(0x451)]||_0x2fc5b9[_0xa46481(0x52c)](_0x227159,_0x227159[_0xa46481(0x3fe)](Q)),_0x227159[_0xa46481(0x4db)](Q,_0x476a9d);};return _0x5ef3da(_0x3b1a1b),_0x3b1a1b['querySelectorAll']('*')['forEach'](_0x5ef3da),_0x52e91f(()=>{_0x2fc5b9['forEach']((_0x4962f9,_0x35ecdd)=>{const _0x3e52d9=_0x448a;if(_0x4962f9==null){_0x35ecdd[_0x3e52d9(0x4c6)](Q);return;}_0x35ecdd[_0x3e52d9(0x4db)](Q,_0x4962f9);});});}['_isUniverPortalTreeElement'](_0xe437d4){const _0x5aacd9=_0x69bfe2;return this['_isUniverPortalCandidate'](_0xe437d4)||_0xe437d4[_0x5aacd9(0x4bd)]('.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]')!=null;}[_0x69bfe2(0x541)](_0x111f23){const _0x415d79=_0x69bfe2;let _0x2d0ad4=this[_0x415d79(0x31e)](_0x111f23);if(_0x2d0ad4)return{'embedId':_0x2d0ad4[_0x415d79(0x2c9)],'stable':!0x0};let _0x44993a=this['_pendingPortalOwner'];if(_0x44993a&&_0x44993a[_0x415d79(0x443)]===_0x111f23&&Date[_0x415d79(0x524)]()<=_0x44993a[_0x415d79(0x3cf)])return{'embedId':_0x44993a[_0x415d79(0x2c9)],'stable':!0x1};}[_0x69bfe2(0x31e)](_0x34aa8b){const _0x1ff1eb=_0x69bfe2;let _0x3824dd=this['_activePortalOwners'][_0x1ff1eb(0x3fa)](_0x34aa8b);return _0x3824dd==null?void 0x0:_0x3824dd[_0x3824dd[_0x1ff1eb(0x37f)]-0x1];}[_0x69bfe2(0x384)](_0x1de9d4,_0x17e97b){const _0x52717e=_0x69bfe2;let _0x53c570=this[_0x52717e(0x63b)]['get'](_0x1de9d4);_0x17e97b['body'][_0x52717e(0x166)]('['+Q+'=\x22'+_0x1de9d4+'\x22]')[_0x52717e(0x5dd)](_0x358af0=>{const _0x3faf0f=_0x52717e;_0x358af0['parentElement']===_0x17e97b['body']&&(_0x53c570&&[..._0x53c570]['some'](_0x3348d3=>_0x3348d3===_0x358af0||_0x3348d3[_0x3faf0f(0x231)](_0x358af0))||this['_isUniverPortalCandidate'](_0x358af0)||this[_0x3faf0f(0x589)](_0x358af0)||_0x358af0[_0x3faf0f(0x4c6)](Q));});}['_blurActiveElementBeforePortalReassignment'](_0x95b518,_0x24e921,_0x4398a5){const _0x295860=_0x69bfe2;let _0x4f9052=_0x95b518[_0x295860(0x3fe)](Q);if(!_0x4f9052||_0x4f9052===_0x24e921)return;let _0x4d1205=_0x4398a5[_0x295860(0x645)];!(_0x4d1205 instanceof HTMLElement)||_0x4d1205!==_0x95b518&&!_0x95b518['contains'](_0x4d1205)||(_0x4d1205['blur'](),_0x4398a5[_0x295860(0x645)]===_0x4d1205&&this[_0x295860(0x39b)](_0x4398a5));}[_0x69bfe2(0x351)](_0x288c6d,_0x3a9b0f){const _0x422082=_0x69bfe2;let _0x214506=this['_roots'][_0x422082(0x3fa)](_0x288c6d),_0x48efbb=_0x3a9b0f[_0x422082(0x1e6)][_0x422082(0x166)]('['+Q+'=\x22'+_0x288c6d+'\x22]'),_0x4e3fc1=_0x284bb3=>_0x214506!=null&&[..._0x214506][_0x422082(0x3d4)](_0x54e6e4=>_0x54e6e4===_0x284bb3||_0x54e6e4[_0x422082(0x231)](_0x284bb3)),_0x132bed=[];_0x48efbb[_0x422082(0x5dd)](_0x5515a3=>{const _0x47c1aa=_0x422082;_0x4e3fc1(_0x5515a3)||(_0x132bed['push'](_0x5515a3),_0x5515a3[_0x47c1aa(0x4c6)](Q),this[_0x47c1aa(0x1a0)](_0x5515a3));});let _0x1df47d=_0x3a9b0f[_0x422082(0x645)];_0x1df47d instanceof HTMLElement&&_0x132bed['some'](_0x28f4ca=>_0x28f4ca===_0x1df47d||_0x28f4ca[_0x422082(0x231)](_0x1df47d))&&(_0x1df47d[_0x422082(0x51f)](),_0x3a9b0f['activeElement']===_0x1df47d&&this['_focusDocumentBody'](_0x3a9b0f));}[_0x69bfe2(0x39b)](_0x3ab607){const _0x5aeb34=_0x69bfe2;let _0x265b7a=_0x3ab607['body'];if(!_0x265b7a)return;let _0x30fe81=_0x265b7a[_0x5aeb34(0x3fe)](_0x5aeb34(0x436));_0x30fe81??(_0x265b7a[_0x5aeb34(0x586)]=-0x1),_0x265b7a[_0x5aeb34(0x520)]({'preventScroll':!0x0}),_0x30fe81==null?_0x265b7a[_0x5aeb34(0x4c6)]('tabindex'):_0x265b7a[_0x5aeb34(0x4db)]('tabindex',_0x30fe81),_0x3ab607[_0x5aeb34(0x645)]!==_0x265b7a&&this[_0x5aeb34(0x457)](_0x3ab607);}['_focusTemporarySink'](_0x4a7942){const _0x38ac56=_0x69bfe2;var _0x4d27ed;let _0x5995dd=_0x4a7942[_0x38ac56(0x1e6)];if(!_0x5995dd)return;let _0x3f91fd=_0x4a7942['createElement']('span');_0x3f91fd[_0x38ac56(0x586)]=-0x1,_0x3f91fd[_0x38ac56(0x4db)](_0x38ac56(0x27e),'true'),_0x3f91fd['style'][_0x38ac56(0x492)]=_0x38ac56(0x23e),_0x5995dd[_0x38ac56(0x58d)](_0x3f91fd),_0x3f91fd[_0x38ac56(0x520)]({'preventScroll':!0x0}),(_0x4d27ed=_0x4a7942[_0x38ac56(0x1d9)])==null||_0x4d27ed['setTimeout'](()=>_0x3f91fd[_0x38ac56(0x4b0)](),0x0);}[_0x69bfe2(0x1a0)](_0x5d6f64){const _0x3b7722=_0x69bfe2;(_0x5d6f64['getAttribute'](_0x3b7722(0x2b4))===_0x3b7722(0x56b)||_0x5d6f64['getAttribute']('data-embed-runtime-focus-role')===_0x3b7722(0x5fb))&&_0x5d6f64[_0x3b7722(0x4c6)](X),_0x5d6f64[_0x3b7722(0x166)]('['+X+']')[_0x3b7722(0x5dd)](_0x3df991=>{const _0x55b487=_0x3b7722;let _0x4ef734=_0x3df991[_0x55b487(0x3fe)](X);(_0x4ef734===_0x55b487(0x56b)||_0x4ef734==='child-popup')&&_0x3df991[_0x55b487(0x4c6)](X);});}},qa=class{constructor(_0x52bf5b={}){const _0x26b099=_0x69bfe2;Y(this,'_childUnitAncestry',new Map()),Y(this,_0x26b099(0x5ff),void 0x0),this['_maxDepth']=Ja(_0x52bf5b[_0x26b099(0x197)]);}[_0x69bfe2(0x279)](_0x40af80){const _0x19b70e=_0x69bfe2;let _0x4224a3=this[_0x19b70e(0x150)](_0x40af80[_0x19b70e(0x278)]);return _0x4224a3[_0x19b70e(0x3d4)](_0x31f400=>_0x31f400[_0x19b70e(0x278)]===_0x40af80['childUnitId']||_0x31f400[_0x19b70e(0x3cb)]===_0x40af80[_0x19b70e(0x3cb)])?{'allowed':!0x1,'reason':_0x19b70e(0x600),'ancestry':_0x4224a3}:_0x4224a3[_0x19b70e(0x37f)]>=this['_maxDepth']?{'allowed':!0x1,'reason':_0x19b70e(0x43e),'ancestry':_0x4224a3}:{'allowed':!0x0,'ancestry':_0x4224a3};}[_0x69bfe2(0x501)](_0x408ab0){const _0x320ab0=_0x69bfe2;let _0x43d486=[...this[_0x320ab0(0x150)](_0x408ab0[_0x320ab0(0x278)]),{'hostUnitId':_0x408ab0[_0x320ab0(0x278)],'embedId':_0x408ab0[_0x320ab0(0x2c9)],'childUnitId':_0x408ab0[_0x320ab0(0x3cb)]}];return this[_0x320ab0(0x611)]['set'](_0x408ab0[_0x320ab0(0x3cb)],_0x43d486),_0x52e91f(()=>{const _0x95d8d6=_0x320ab0;this[_0x95d8d6(0x611)][_0x95d8d6(0x3fa)](_0x408ab0['childUnitId'])===_0x43d486&&this[_0x95d8d6(0x611)]['delete'](_0x408ab0[_0x95d8d6(0x3cb)]);});}[_0x69bfe2(0x150)](_0x5d88a9){const _0x458d67=_0x69bfe2;return this[_0x458d67(0x611)][_0x458d67(0x3fa)](_0x5d88a9)??[];}[_0x69bfe2(0x676)](_0x1b85f7){const _0x34040e=_0x69bfe2;var _0x39e35e;return(_0x39e35e=this[_0x34040e(0x150)](_0x1b85f7)['slice'](-0x1)[0x0])==null?void 0x0:_0x39e35e[_0x34040e(0x2c9)];}};function Ja(_0xf32d27){const _0x3efc5d=_0x69bfe2;return typeof _0xf32d27==_0x3efc5d(0x181)&&Number['isFinite'](_0xf32d27)&&_0xf32d27>=0x0?Math[_0x3efc5d(0x1e8)](_0xf32d27):0x1;}const Ya=new Set([_0x69bfe2(0x1b2),'identifier:univer.ribbon-service',_0x69bfe2(0x588),_0x69bfe2(0x599),'identifier:ui.sidebar.service',_0x69bfe2(0x68a),_0x69bfe2(0x5c6)]);function Xa(_0x22ee9b){const _0x4d1550=_0x69bfe2;let _0x18c40f=_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x3fa)](_0x1e60e6),_0x5309c1=_0x18c40f[_0x4d1550(0x5b3)](_0x22ee9b[_0x4d1550(0x3cb)],_0x22ee9b[_0x4d1550(0x246)]);if(!_0x5309c1)return;let _0x2b7f66=Qa(_0x18c40f,_0x22ee9b,_0x5309c1,new _0x5f7fcb(_0x5309c1),new _0x5f7fcb(_0x5309c1['getUnitId']())),_0x41c33e=to(_0x22ee9b),_0x588449=eo(_0x22ee9b['injector'][_0x4d1550(0x3fa)](_0x92b278),_0x22ee9b,_0x18c40f,_0x41c33e),_0x3b9877=new Map([[_0x1e60e6,_0x2b7f66],[_0x92b278,_0x588449]]),_0x4e25d7=[];if(_0x22ee9b[_0x4d1550(0x246)]===_0x420dc4[_0x4d1550(0x1b7)]&&_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x6b7)](_0xfa85ba)){let _0x8657cf=_0x22ee9b['injector']['get'](_0xfa85ba),_0xe48673=_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x3fa)](_0x5ab5f7),_0x5cf0fc=_0x22ee9b['injector']['get'](_0x4290f3),_0x924e20=new _0x8ed360(_0x5cf0fc),_0x17b462=new _0x4a7537(_0x8657cf),_0x459579=new _0x167e62(),_0x5478cf=new _0x1ba001(_0x8657cf,_0x924e20,_0xe48673),_0x1165a8=new _0x736b32(_0x588449,_0x8657cf,_0x17b462),_0x2db609=new _0x1dccee(_0x8657cf,_0x17b462,_0xe48673),_0x39fe4f=new _0x555935(_0x8657cf,_0x1165a8,_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x3fa)](_0x1cebaf)),_0x39084f=new _0x1a6467(_0x588449,_0x17b462,_0x924e20,_0x8657cf,_0x39fe4f),_0x5ef6ee=new _0x5415f4(_0x2b7f66,_0x39084f,_0x5cf0fc,_0x22ee9b[_0x4d1550(0x2c0)]['has'](_0x9279c3)?_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x3fa)](_0x9279c3):void 0x0),_0x318aa0=new _0x490cfa(_0x924e20,_0x588449,_0x2b7f66,_0x5cf0fc);_0x3b9877[_0x4d1550(0x52c)](_0x53c7cb,_0x924e20),_0x3b9877[_0x4d1550(0x52c)](_0x27c9e9,_0x17b462),_0x3b9877[_0x4d1550(0x52c)](_0x167e62,_0x459579),_0x3b9877['set'](_0x736b32,_0x1165a8),_0x3b9877[_0x4d1550(0x52c)](_0x1a6467,_0x39084f),_0x3b9877['set'](_0x5415f4,_0x5ef6ee),_0x3b9877[_0x4d1550(0x52c)](_0x1dccee,_0x2db609),_0x3b9877[_0x4d1550(0x52c)](_0x1ba001,_0x5478cf),_0x3b9877[_0x4d1550(0x52c)](_0x555935,_0x39fe4f),_0x3b9877[_0x4d1550(0x52c)](_0x490cfa,_0x318aa0),_0x4e25d7['push'](_0x924e20,_0x17b462,_0x459579,_0x39fe4f);}_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x6b7)](qa)&&_0x3b9877[_0x4d1550(0x52c)](qa,_0x22ee9b['injector'][_0x4d1550(0x3fa)](qa));let _0x117243=ro(_0x22ee9b[_0x4d1550(0x2c0)],_0x22ee9b[_0x4d1550(0x246)]);_0x117243&&_0x3b9877['set'](_0x78698c,_0x117243);let _0x4781cf=lo(_0x22ee9b[_0x4d1550(0x2c0)],_0x3b9877);if(_0x22ee9b['injector']['has'](_0x130def)){let _0x4e24f7=_0x22ee9b[_0x4d1550(0x2c0)][_0x4d1550(0x3fa)](_0x130def);_0x4e25d7[_0x4d1550(0x5a8)](_0x4e24f7[_0x4d1550(0x47c)]({'unitId':_0x22ee9b[_0x4d1550(0x3cb)],'has':_0x37c67b=>_0x4781cf[_0x4d1550(0x6b7)](_0x37c67b),'get':_0x14c973=>_0x4781cf[_0x4d1550(0x3fa)](_0x14c973)}));}let _0x292636=ko(_0x22ee9b['injector'],_0x4781cf);if(_0x292636){_0x4781cf[_0x4d1550(0x615)]([_0x2709d9,{'useValue':_0x292636}]);let _0x5e5771=new _0x2d2a1c(_0x292636,_0x2b7f66);_0x4781cf[_0x4d1550(0x615)]([_0x4ab9fa,{'useValue':_0x5e5771}]),_0x4e25d7['push'](_0x5e5771);}if(_0x22ee9b[_0x4d1550(0x3bb)]['fullscreen']){let _0x31029e=jo(_0x4781cf,_0x22ee9b[_0x4d1550(0x3cb)]),_0x746e37=new _0x443a41(),_0x41d9ee=new _0x307115();_0x4781cf[_0x4d1550(0x615)]([_0x45e9b9,{'useValue':_0x31029e}]),_0x4781cf['add']([_0xbd35f2,{'useValue':_0x746e37}]),_0x4781cf[_0x4d1550(0x615)]([_0x2ab745,{'useValue':_0x41d9ee}]),_0x4e25d7[_0x4d1550(0x5a8)](_0x31029e,_0x746e37,_0x41d9ee);}else{let _0x1728ee=Ao(_0x22ee9b[_0x4d1550(0x2c0)],_0x4781cf,_0x22ee9b[_0x4d1550(0x3cb)]);_0x1728ee&&_0x4781cf[_0x4d1550(0x615)]([_0x45e9b9,{'useValue':_0x1728ee}]);}let _0x5f55bf=Mo(_0x22ee9b[_0x4d1550(0x2c0)],_0x22ee9b);if(_0x4781cf[_0x4d1550(0x615)]([_0x4342d5,{'useValue':_0x5f55bf}]),_0x4e25d7['length']){let _0x3250a0=_0x4781cf['dispose'][_0x4d1550(0x540)](_0x4781cf),_0x3b54ff=!0x1;_0x4781cf[_0x4d1550(0x5dc)]=()=>{const _0x59591c=_0x4d1550;_0x3b54ff||(_0x3b54ff=!0x0,_0x4e25d7[_0x59591c(0x5dd)](_0x85462f=>_0x85462f['dispose']()),_0x3250a0());};}return _0x4781cf;}function Za(_0x318991,_0x19400e){const _0x287d30=_0x69bfe2;if(!_0x318991[_0x287d30(0x6b7)](_0x4290f3))return;let _0x3c14aa=_0x318991['get'](_0x4290f3);return lo(_0x318991,new Map([[_0x4290f3,so(_0x3c14aa,_0x19400e)]]));}function Qa(_0x4e23dd,_0x505239,_0x2327b0,_0x41bf24,_0xba5036){const _0x994ce9=_0x69bfe2;return{'unitAdded$':_0x4e23dd[_0x994ce9(0x396)],'getTypeOfUnitAdded$':(..._0x211487)=>_0x4e23dd['getTypeOfUnitAdded$'](..._0x211487),'__addUnit':(..._0x55a0ab)=>_0x4e23dd['__addUnit'](..._0x55a0ab),'unitDisposed$':_0x4e23dd[_0x994ce9(0x1aa)],'getTypeOfUnitDisposed$':(..._0x198afc)=>_0x4e23dd[_0x994ce9(0x5ae)](..._0x198afc),'focused$':_0xba5036[_0x994ce9(0x5d7)](),'focusUnit':_0x5e88df=>{const _0xc6c4cb=_0x994ce9;if(_0x5e88df===null||$a(_0x505239,_0x5e88df)){_0xba5036[_0xc6c4cb(0x603)]()!==_0x5e88df&&_0xba5036[_0xc6c4cb(0x575)](_0x5e88df);return;}_0x4e23dd['focusUnit'](_0x5e88df);},'getFocusedUnit':()=>{const _0x19c6f0=_0x994ce9;let _0x2025d6=_0xba5036[_0x19c6f0(0x603)]();return _0x2025d6===null?null:_0x2025d6===_0x505239[_0x19c6f0(0x3cb)]?_0x2327b0:_0x451c25(_0x2025d6)?_0x4e23dd['getUnit'](_0x2025d6)??_0x2327b0:_0x4e23dd[_0x19c6f0(0x365)]();},'getCurrentUnitOfType':_0x361109=>_0x361109===_0x505239['childType']?_0x41bf24[_0x994ce9(0x603)]():_0x4e23dd[_0x994ce9(0x256)](_0x361109),'setCurrentUnitForType':_0x57bbc0=>{const _0x16fac5=_0x994ce9;if($a(_0x505239,_0x57bbc0)){_0x41bf24[_0x16fac5(0x603)]()!==_0x2327b0&&_0x41bf24[_0x16fac5(0x575)](_0x2327b0);return;}_0x4e23dd[_0x16fac5(0x1d4)](_0x57bbc0);},'getCurrentTypeOfUnit$':_0x170c09=>_0x170c09===_0x505239[_0x994ce9(0x246)]?_0x41bf24[_0x994ce9(0x5d7)]():_0x4e23dd[_0x994ce9(0x3b7)](_0x170c09),'createUnit':(..._0x3a9c74)=>_0x4e23dd[_0x994ce9(0x4ba)](..._0x3a9c74),'getUnitCreateOptions':(..._0x33f1d3)=>_0x4e23dd[_0x994ce9(0x2f7)](..._0x33f1d3),'disposeUnit':(..._0x281d30)=>_0x4e23dd[_0x994ce9(0x1b6)](..._0x281d30),'registerCtorForType':(..._0x5bc66f)=>_0x4e23dd[_0x994ce9(0x1b8)](..._0x5bc66f),'getUnit':(..._0x29dd16)=>_0x4e23dd[_0x994ce9(0x5b3)](..._0x29dd16),'getAllUnitsForType':(..._0x1a9abc)=>_0x4e23dd[_0x994ce9(0x3d5)](..._0x1a9abc),'getUnitType':(..._0x5dae3e)=>_0x4e23dd['getUnitType'](..._0x5dae3e),'dispose':()=>{}};}function $a(_0x3a8370,_0x204977){const _0x43b085=_0x69bfe2;return _0x204977===_0x3a8370[_0x43b085(0x3cb)]||_0x451c25(_0x204977);}function eo(_0x1229dc,_0x1b84ac,_0x2d0a27,_0x5e57ca){const _0x398a9a=_0x69bfe2;return{'disposed':()=>_0x1229dc[_0x398a9a(0x4eb)](),'hasCommand':_0x4046d2=>_0x1229dc[_0x398a9a(0x66a)](_0x4046d2),'registerCommand':(..._0x3088e3)=>_0x1229dc['registerCommand'](..._0x3088e3),'unregisterCommand':_0x400b3b=>_0x1229dc['unregisterCommand'](_0x400b3b),'registerMultipleCommand':(..._0x1f9d4d)=>_0x1229dc['registerMultipleCommand'](..._0x1f9d4d),'executeCommand':async(..._0xe03d95)=>{const _0x213aab=_0x398a9a;var _0x4ac694;let _0x1e5b3f=()=>_0x1229dc[_0x213aab(0x531)](_0xe03d95[0x0],co(_0x1b84ac,_0xe03d95[0x0],_0xe03d95[0x1]),_0xe03d95[0x2]);if(!_0x5e57ca)return await _0x1e5b3f();let _0x24f35d=_0x2d0a27['getCurrentUnitOfType'](_0x1b84ac[_0x213aab(0x246)]),_0x751bff=((_0x4ac694=_0x2d0a27[_0x213aab(0x365)]())==null?void 0x0:_0x4ac694[_0x213aab(0x481)]())??null;try{return _0x2d0a27['setCurrentUnitForType'](_0x1b84ac['childUnitId']),_0x2d0a27[_0x213aab(0x3c5)](_0x1b84ac[_0x213aab(0x3cb)]),await _0x1e5b3f();}finally{_0x24f35d&&_0x2d0a27[_0x213aab(0x1d4)](_0x24f35d[_0x213aab(0x481)]()),uo(_0x1b84ac,_0x2d0a27,_0x751bff);}},'syncExecuteCommand':(..._0x248c97)=>{const _0x4ea0fd=_0x398a9a;var _0x5385ad;let _0x349197=()=>_0x1229dc[_0x4ea0fd(0x1fb)](_0x248c97[0x0],co(_0x1b84ac,_0x248c97[0x0],_0x248c97[0x1]),_0x248c97[0x2]);if(!_0x5e57ca)return _0x349197();let _0x282742=_0x2d0a27[_0x4ea0fd(0x256)](_0x1b84ac['childType']),_0x448858=((_0x5385ad=_0x2d0a27['getFocusedUnit']())==null?void 0x0:_0x5385ad[_0x4ea0fd(0x481)]())??null;try{return _0x2d0a27[_0x4ea0fd(0x1d4)](_0x1b84ac[_0x4ea0fd(0x3cb)]),_0x2d0a27[_0x4ea0fd(0x3c5)](_0x1b84ac[_0x4ea0fd(0x3cb)]),_0x349197();}finally{_0x282742&&_0x2d0a27[_0x4ea0fd(0x1d4)](_0x282742[_0x4ea0fd(0x481)]()),uo(_0x1b84ac,_0x2d0a27,_0x448858);}},'onCommandExecuted':(..._0x328751)=>_0x1229dc[_0x398a9a(0x5d2)](..._0x328751),'beforeCommandExecuted':(..._0x543f1d)=>_0x1229dc['beforeCommandExecuted'](..._0x543f1d),'onMutationExecutedForCollab':(..._0x38b4d2)=>_0x1229dc['onMutationExecutedForCollab'](..._0x38b4d2),'dispose':()=>{}};}function to(_0x1309d7){const _0x530b78=_0x69bfe2;return _0x1309d7[_0x530b78(0x3bb)][_0x530b78(0x528)]||_0x1309d7[_0x530b78(0x4e2)]['entry']===_0x530b78(0x37a)?!0x0:no(_0x1309d7);}function no(_0x11de50){const _0x4247be=_0x69bfe2;var _0x279ff2;return _0x11de50['descriptor'][_0x4247be(0x610)]===_0x4247be(0x38b)||_0x11de50['descriptor'][_0x4247be(0x610)]===_0x4247be(0x33d)||_0x11de50[_0x4247be(0x4e2)][_0x4247be(0x610)]===_0x4247be(0x159)||_0x11de50['layout']===_0x4247be(0x5e2)||!!((_0x279ff2=_0x11de50[_0x4247be(0x4e2)][_0x4247be(0x35b)])!=null&&_0x279ff2[_0x4247be(0x539)]);}function ro(_0x36e4b3,_0x449783){const _0x411c03=_0x69bfe2;if(!_0x36e4b3['has'](_0x78698c))return;let _0x3baf21=_0x36e4b3[_0x411c03(0x3fa)](_0x78698c),_0x2ffe47=io(_0x449783),_0x288bcc=new _0x3bbac0();return{'contextChanged$':_0x590b30((_0x3baf21[_0x411c03(0x5bb)]??_0x3b2a7f)[_0x411c03(0x632)](_0x204edc(_0x1a19db=>Object[_0x411c03(0x254)](Object[_0x411c03(0x22a)](_0x1a19db)[_0x411c03(0x534)](([_0x5c14d0])=>!oo(_0x5c14d0)))),_0x5c0c2d(_0x9e3a94=>Object[_0x411c03(0x574)](_0x9e3a94)[_0x411c03(0x37f)]>0x0)),_0x288bcc),'getContextValue':_0x682643=>oo(_0x682643)?ao(_0x2ffe47,_0x682643):_0x3baf21[_0x411c03(0x282)](_0x682643),'setContextValue':(_0x51b2d3,_0x4bd4f3)=>{const _0x5aa222=_0x411c03;if(!oo(_0x51b2d3)){_0x3baf21['setContextValue'](_0x51b2d3,_0x4bd4f3);return;}_0x2ffe47[_0x5aa222(0x52c)](_0x51b2d3,_0x4bd4f3),_0x288bcc['next']({[_0x51b2d3]:_0x4bd4f3});},'subscribeContextValue$':_0x4e136d=>oo(_0x4e136d)?new _0xaf387c(_0x2debd3=>{const _0x28df85=_0x411c03;let _0x4806cc=_0x288bcc['pipe'](_0x5c0c2d(_0xe88452=>_0xe88452[_0x4e136d]!==void 0x0))['subscribe'](_0x5e79de=>_0x2debd3[_0x28df85(0x575)](_0x5e79de[_0x4e136d]));return _0x2debd3[_0x28df85(0x575)](ao(_0x2ffe47,_0x4e136d)),()=>_0x4806cc[_0x28df85(0x2b3)]();}):_0x3baf21[_0x411c03(0x5ef)](_0x4e136d)};}function io(_0x25969d){const _0x478156=_0x69bfe2;return new Map([[_0x348d7d,!0x0],[_0x5dd605,_0x25969d===_0x420dc4[_0x478156(0x6a5)]],[_0x9e8e84,_0x25969d===_0x420dc4[_0x478156(0x182)]],[_0x48d3fe,_0x25969d===_0x420dc4['UNIVER_SLIDE']],[_0x33a7a2,_0x25969d===_0x420dc4[_0x478156(0x1b7)]]]);}function ao(_0x469ad6,_0x36ccde){return _0x469ad6['get'](_0x36ccde)??!0x1;}function oo(_0xe6084a){const _0x256265=_0x69bfe2;return _0xe6084a['startsWith'](_0x256265(0x312))||_0xe6084a===_0x52a426||_0xe6084a===_0x11f288;}function so(_0x2ed67e,_0x296af0){const _0xfa2f0c=_0x69bfe2;return{'getConfig':_0x5074d4=>{const _0x5cba5e=_0x448a;let _0x210779=_0x2ed67e[_0x5cba5e(0x5c2)](_0x5074d4),_0x14f547=_0x296af0[_0x5cba5e(0x3fa)](_0x5074d4);return _0x14f547?_0x14f547(_0x210779):_0x210779;},'setConfig':_0x2ed67e[_0xfa2f0c(0x62c)]['bind'](_0x2ed67e),'deleteConfig':_0x2ed67e[_0xfa2f0c(0x28d)]['bind'](_0x2ed67e),'subscribeConfigValue$':_0x2ed67e[_0xfa2f0c(0x57d)][_0xfa2f0c(0x540)](_0x2ed67e),'configChanged$':_0x2ed67e[_0xfa2f0c(0x5df)],'dispose':()=>{}};}function co(_0xf5bd07,_0x309967,_0x4c436e){const _0x3d04cb=_0x69bfe2;if(_0x309967!==_0x33a306['id']||!_0x4c436e||typeof _0x4c436e!='object')return _0x4c436e;let _0x301659=_0x4c436e;return _0x301659[_0x3d04cb(0x1e7)]?_0x301659:{..._0x301659,'parentEmbedId':_0xf5bd07['embedId']};}function lo(_0x371505,_0x18339d,_0x3beb1f=_0x371505){const _0x59ae03=_0x69bfe2;let _0x20ae92=So(_0x371505)??_0x3beb1f,_0x53cf2f=new Map(_0x18339d),_0x38811b=new Map(),_0x514cdb=new Set(),_0x4d34b9=new Map(),_0x4a0f16;_0x53cf2f[_0x59ae03(0x5dd)]((_0x4bb208,_0x4248cd)=>{_0x597e93(_0x4248cd);});function _0x597e93(_0x200998){const _0x4087d8=_0x59ae03;let _0x2a5170=po(_0x200998);return _0x514cdb[_0x4087d8(0x615)](_0x2a5170),_0x4d34b9[_0x4087d8(0x6b7)](_0x2a5170)||_0x4d34b9[_0x4087d8(0x52c)](_0x2a5170,_0x200998),_0x2a5170;}let _0x4b8f3f=_0x35af61=>_0x53cf2f[_0x59ae03(0x6b7)](_0x35af61)||_0x38811b[_0x59ae03(0x6b7)](_0x35af61)?_0x35af61:_0x4d34b9[_0x59ae03(0x3fa)](po(_0x35af61))??_0x35af61,_0x52e10b=_0x695282=>{const _0xc76b1e=_0x59ae03;let _0x10b984=_0x4b8f3f(_0x695282);if(_0x53cf2f[_0xc76b1e(0x6b7)](_0x10b984))return _0x53cf2f['get'](_0x10b984);let _0x50a9f5=_0x38811b[_0xc76b1e(0x3fa)](_0x10b984);if(!_0x50a9f5)return;let _0x20d5b1=_0x50a9f5();return _0x38811b[_0xc76b1e(0x288)](_0x10b984),_0x53cf2f[_0xc76b1e(0x52c)](_0x10b984,_0x20d5b1),yo(_0x4a0f16,_0x10b984,_0x20d5b1),_0x10b984!==_0x695282&&yo(_0x4a0f16,_0x695282,_0x20d5b1),_0x20d5b1;},_0x1d6d9a=_0x1718d1=>{const _0x590dfe=_0x59ae03;let _0x2d6396=_0x4b8f3f(_0x1718d1);return _0x53cf2f[_0x590dfe(0x6b7)](_0x2d6396)||_0x38811b[_0x590dfe(0x6b7)](_0x2d6396);},_0xa841a3=_0x21d983=>_0x514cdb[_0x59ae03(0x6b7)](po(_0x21d983)),_0x2ff7e7=_0x3ca9bd=>Ya[_0x59ae03(0x6b7)](po(_0x3ca9bd)),_0x50b173=_0x3e1f8c=>!_0xa841a3(_0x3e1f8c)&&_0x371505[_0x59ae03(0x6b7)](_0x3e1f8c),_0x29ea89=()=>{const _0x246eb8=_0x59ae03;if(_0x4a0f16)return _0x4a0f16;let _0x883c9b=_0x371505[_0x246eb8(0x20d)];if(typeof _0x883c9b==_0x246eb8(0x421))return _0x4a0f16=_0x883c9b[_0x246eb8(0x194)](_0x371505,[...Do(_0x53cf2f),[_0x19e684,{'useFactory':()=>_0x4a0f16}]]),_0x4a0f16;},_0x22f6d8={'has':_0x278f85=>{const _0x217fe2=_0x59ae03;if(_0x278f85===_0x19e684||_0x1d6d9a(_0x278f85)||_0x50b173(_0x278f85))return!0x0;let _0x15a061=_0x29ea89();return(_0x15a061==null?void 0x0:_0x15a061['has'](_0x278f85))??_0x371505[_0x217fe2(0x6b7)](_0x278f85);},'get':(_0x4b412f,..._0x158bef)=>{const _0x418409=_0x59ae03;if(_0x4b412f===_0x19e684)return _0x22f6d8;if(mo(_0x158bef,_0x27c005[_0x418409(0x4df)])){let _0xd9a71c=_0x29ea89();_0x2a1c41(_0xd9a71c,_0x4b412f);let _0x1b01a7=_o(_0xd9a71c,_0x4b412f);return _0x1b01a7[_0x418409(0x261)]?_0x1b01a7[_0x418409(0x348)]:go(_0xd9a71c||_0x371505,_0x4b412f,_0x158bef);}return _0x1d6d9a(_0x4b412f)?_0x52e10b(_0x4b412f):mo(_0x158bef,_0x27c005[_0x418409(0x1ed)])?go(_0x371505,_0x4b412f,ho(_0x158bef,_0x27c005[_0x418409(0x1ed)])):_0x50b173(_0x4b412f)?go(_0x371505,_0x4b412f,_0x158bef):go(_0x29ea89()||_0x371505,_0x4b412f,_0x158bef);},'invoke':(_0x1d2a8d,..._0x54512d)=>_0x1d2a8d({'has':_0x81cfb=>{const _0x38b247=_0x59ae03;if(_0x81cfb===_0x19e684||_0x1d6d9a(_0x81cfb)||_0x50b173(_0x81cfb))return!0x0;let _0x1de3f2=_0x29ea89();return(_0x1de3f2==null?void 0x0:_0x1de3f2[_0x38b247(0x6b7)](_0x81cfb))??_0x371505[_0x38b247(0x6b7)](_0x81cfb);},'get':(_0x1ab5a6,..._0x4b6933)=>{const _0x1ed2b8=_0x59ae03;if(_0x1ab5a6===_0x19e684)return _0x22f6d8;if(mo(_0x4b6933,_0x27c005[_0x1ed2b8(0x4df)])){let _0x172f94=_0x29ea89();_0x2a1c41(_0x172f94,_0x1ab5a6);let _0x466b8e=_o(_0x172f94,_0x1ab5a6);return _0x466b8e['resolved']?_0x466b8e[_0x1ed2b8(0x348)]:go(_0x172f94||_0x371505,_0x1ab5a6,_0x4b6933);}return _0x1d6d9a(_0x1ab5a6)?_0x52e10b(_0x1ab5a6):mo(_0x4b6933,_0x27c005[_0x1ed2b8(0x1ed)])?go(_0x371505,_0x1ab5a6,ho(_0x4b6933,_0x27c005[_0x1ed2b8(0x1ed)])):_0x50b173(_0x1ab5a6)?go(_0x371505,_0x1ab5a6,_0x4b6933):go(_0x29ea89()||_0x371505,_0x1ab5a6,_0x4b6933);}},..._0x54512d),'add':_0x511a2e=>{const _0x2a12a9=_0x59ae03;let _0x4bb2c1=Oo(_0x511a2e);if(_0x4bb2c1){if(_0x4bb2c1['kind']!=='factory'&&_0x50b173(_0x4bb2c1['identifier'])&&!_0x2ff7e7(_0x4bb2c1['identifier']))return;let _0x38b564=po(_0x4bb2c1[_0x2a12a9(0x5f7)]);if(_0x514cdb[_0x2a12a9(0x6b7)](_0x38b564))return;if(_0x597e93(_0x4bb2c1['identifier']),_0x4bb2c1[_0x2a12a9(0x5f4)]===_0x2a12a9(0x348))_0x38811b['delete'](_0x4bb2c1[_0x2a12a9(0x5f7)]),_0x53cf2f[_0x2a12a9(0x52c)](_0x4bb2c1[_0x2a12a9(0x5f7)],_0x4bb2c1[_0x2a12a9(0x348)]);else{let _0x49e1dd=_0x29ea89();_0x49e1dd?xo(_0x49e1dd,_0x4bb2c1[_0x2a12a9(0x5f7)])||_0x49e1dd[_0x2a12a9(0x615)](_0x511a2e):(_0x53cf2f[_0x2a12a9(0x288)](_0x4bb2c1[_0x2a12a9(0x5f7)]),_0x38811b[_0x2a12a9(0x52c)](_0x4bb2c1[_0x2a12a9(0x5f7)],_0x4bb2c1[_0x2a12a9(0x48e)]));}return;}let _0x6bf9a9=po(fo(_0x511a2e));if(_0x6bf9a9!=null){if(_0x514cdb[_0x2a12a9(0x6b7)](_0x6bf9a9))return;_0x597e93(fo(_0x511a2e));}let _0xc4a6d0=_0x29ea89();if(_0xc4a6d0){_0xc4a6d0[_0x2a12a9(0x615)](_0x511a2e);return;}_0x371505[_0x2a12a9(0x615)](_0x511a2e);},'createChild':(_0x1289a4=[])=>{const _0x4e9332=_0x59ae03;let _0x327887=new Map(_0x53cf2f),_0x5f05cb=[];_0x1289a4['forEach'](_0x4ccad2=>{const _0x2d46a1=_0x448a;let _0x44c92b=Oo(_0x4ccad2);if((_0x44c92b==null?void 0x0:_0x44c92b[_0x2d46a1(0x5f4)])==='value'){_0x327887[_0x2d46a1(0x52c)](_0x44c92b[_0x2d46a1(0x5f7)],_0x44c92b[_0x2d46a1(0x348)]);return;}_0x5f05cb['push'](_0x4ccad2);});let _0x37f5dc=lo(_0x371505,_0x327887,_0x20ae92);return _0x5f05cb[_0x4e9332(0x5dd)](_0x8816dc=>{_0x37f5dc['add'](_0x8816dc);}),_0x37f5dc;},'createInstance':(..._0x1bd036)=>{const _0x49a611=_0x59ae03;let _0x6ff167=_0x29ea89(),_0x386c84=_0x6ff167==null?void 0x0:_0x6ff167[_0x49a611(0x4f4)];if(_0x6ff167&&typeof _0x386c84==_0x49a611(0x421))return _0x804de8(_0x6ff167,_0x1bd036[0x0]),_0x386c84[_0x49a611(0x24e)](_0x6ff167,_0x1bd036);let _0x28a549=_0x371505['createInstance'];if(typeof _0x28a549==_0x49a611(0x421))return _0x28a549[_0x49a611(0x24e)](_0x371505,_0x1bd036);let [_0x2db582,..._0x4d70f4]=_0x1bd036;return new _0x2db582(..._0x4d70f4);},'dispose':()=>{const _0xc9eac3=_0x59ae03;_0x4a0f16&&Co(_0x4a0f16,_0x20ae92,_0x53cf2f[_0xc9eac3(0x2f1)]()),_0x4a0f16=void 0x0,_0x514cdb[_0xc9eac3(0x376)](),_0x4d34b9['clear'](),_0x38811b[_0xc9eac3(0x376)]();}};function _0x2a1c41(_0x63c814,_0x18b186){!_0x63c814||!_0x1d6d9a(_0x18b186)||yo(_0x63c814,_0x18b186,_0x52e10b(_0x18b186));}function _0x804de8(_0x1d7535,_0x2f7399){bo(_0x2f7399)['forEach'](_0x3b55af=>_0x2a1c41(_0x1d7535,_0x3b55af));}return _0x22f6d8[_0x59ae03(0x49b)]=_0x20ae92,_0x22f6d8;}function uo(_0x1c84de,_0x21b56d,_0x2dfe75){const _0xd5a5bb=_0x69bfe2;let _0x555be0=_0x1c84de['injector']['has'](Z)?_0x1c84de[_0xd5a5bb(0x2c0)]['get'](Z):void 0x0;_0x21b56d[_0xd5a5bb(0x3c5)](_0x555be0!=null&&_0x555be0[_0xd5a5bb(0x2ed)](_0x1c84de[_0xd5a5bb(0x2c9)])?_0x1c84de[_0xd5a5bb(0x3cb)]:_0x2dfe75);}function fo(_0x445a97){const _0x29b630=_0x69bfe2;return Array[_0x29b630(0x40b)](_0x445a97)?_0x445a97[0x0]:_0x445a97;}function po(_0x1a4ae3){const _0x4a412e=_0x69bfe2;let _0x5e5804=_0x1a4ae3==null?void 0x0:_0x1a4ae3['decoratorName'];return typeof _0x5e5804==_0x4a412e(0x284)&&_0x5e5804?_0x4a412e(0x510)+_0x5e5804:_0x1a4ae3;}function mo(_0x2c5c61,_0x45e007){return _0x2c5c61['includes'](_0x45e007);}function ho(_0x307eee,_0x5b2eaf){return _0x307eee['filter'](_0x48566e=>_0x48566e!==_0x5b2eaf);}function go(_0x2e6969,_0x1d8146,_0x341d9c){const _0x1d5aa1=_0x69bfe2;return _0x2e6969[_0x1d5aa1(0x3fa)](_0x1d8146,..._0x341d9c);}function _o(_0x536535,_0x147f3a){const _0x43c31e=_0x69bfe2;var _0x33a816;let _0x5c3b2e=_0x536535==null||(_0x33a816=_0x536535['resolvedDependencyCollection'])==null?void 0x0:_0x33a816[_0x43c31e(0x3a1)];if(!_0x5c3b2e)return{'resolved':!0x1};let _0x1ce0ca=vo(_0x5c3b2e[_0x43c31e(0x3fa)](_0x147f3a));if(_0x1ce0ca[_0x43c31e(0x261)])return _0x1ce0ca;let _0x5b401e=po(_0x147f3a);for(let [_0x11c0be,_0x7b64a9]of _0x5c3b2e){if(_0x11c0be===_0x147f3a||po(_0x11c0be)!==_0x5b401e)continue;let _0x1de960=vo(_0x7b64a9);if(_0x1de960[_0x43c31e(0x261)])return _0x1de960;}return{'resolved':!0x1};}function vo(_0x316515){const _0x4bfd2c=_0x69bfe2;return!_0x316515||_0x316515[_0x4bfd2c(0x37f)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x316515[0x0]};}function yo(_0xa20d83,_0x236c5a,_0x5246eb){const _0x5a2052=_0x69bfe2;!_0xa20d83||xo(_0xa20d83,_0x236c5a)||_0xa20d83[_0x5a2052(0x615)]([_0x236c5a,{'useValue':_0x5246eb}]);}function bo(_0x24cde6){const _0x32d19a=_0x69bfe2;if(!_0x24cde6||typeof _0x24cde6!='function'&&typeof _0x24cde6!=_0x32d19a(0x34f))return[];for(let _0x37e8d9 of Object['getOwnPropertySymbols'](_0x24cde6)){let _0x1a78a5=_0x24cde6[_0x37e8d9];if(!Array['isArray'](_0x1a78a5))continue;let _0x46b5b6=_0x1a78a5[_0x32d19a(0x15f)](_0x5da929=>_0x5da929==null?void 0x0:_0x5da929['identifier'])[_0x32d19a(0x534)](_0x3e6a12=>_0x3e6a12!==void 0x0);if(_0x46b5b6[_0x32d19a(0x37f)])return _0x46b5b6;}return[];}function xo(_0x2ed14c,_0x37280d){const _0x35befd=_0x69bfe2;var _0x454d61,_0x4a40b8,_0x9ac3fa,_0x402bc9;let _0x57a2b8=_0x2ed14c;return!!((_0x454d61=_0x57a2b8[_0x35befd(0x42a)])!=null&&(_0x4a40b8=_0x454d61[_0x35befd(0x6b7)])!=null&&_0x4a40b8[_0x35befd(0x194)](_0x454d61,_0x37280d)||(_0x9ac3fa=_0x57a2b8['resolvedDependencyCollection'])!=null&&(_0x402bc9=_0x9ac3fa[_0x35befd(0x6b7)])!=null&&_0x402bc9[_0x35befd(0x194)](_0x9ac3fa,_0x37280d));}function So(_0x4d5b2a){const _0x2ad48d=_0x69bfe2;return _0x4d5b2a[_0x2ad48d(0x49b)];}function Co(_0x5de3fd,_0x3cbc68,_0xcfe496=[]){const _0x145b81=_0x69bfe2;let _0x3d6411=wo(_0x3cbc68);for(let _0x4ff0a4 of _0xcfe496)_0x3d6411[_0x145b81(0x615)](_0x4ff0a4);To(_0x5de3fd,_0x3d6411),_0x5de3fd[_0x145b81(0x5dc)]();}function wo(_0x42b26a){const _0x296860=_0x69bfe2;let _0x25b734=new Set(),_0xd7cccd=Eo(_0x42b26a);return _0xd7cccd&&_0xd7cccd[_0x296860(0x5dd)](_0x32e64d=>{const _0x5be4ea=_0x296860;Array[_0x5be4ea(0x40b)](_0x32e64d)&&_0x32e64d['forEach'](_0x12e870=>_0x25b734['add'](_0x12e870));}),_0x25b734;}function To(_0x32fde0,_0x3eadb1,_0x243419=new Set()){const _0x899fe4=_0x69bfe2;if(_0x243419['has'](_0x32fde0))return;_0x243419[_0x899fe4(0x615)](_0x32fde0);let _0xddb7bc=_0x32fde0['children'];_0xddb7bc==null||_0xddb7bc['forEach'](_0x295bf5=>To(_0x295bf5,_0x3eadb1,_0x243419));let _0x2c1b19=Eo(_0x32fde0);_0x2c1b19&&_0x2c1b19[_0x899fe4(0x5dd)]((_0x29acb6,_0x41d376)=>{const _0x3fa302=_0x899fe4;if(!Array['isArray'](_0x29acb6))return;let _0x286d3e=_0x29acb6[_0x3fa302(0x534)](_0x1e9f0b=>!_0x3eadb1[_0x3fa302(0x6b7)](_0x1e9f0b));if(_0x286d3e[_0x3fa302(0x37f)]!==_0x29acb6['length']){if(_0x286d3e[_0x3fa302(0x37f)]===0x0){_0x2c1b19[_0x3fa302(0x288)](_0x41d376);return;}_0x2c1b19[_0x3fa302(0x52c)](_0x41d376,_0x286d3e);}});}function Eo(_0x31cbd6){const _0xfc5870=_0x69bfe2;var _0x37066d;return(_0x37066d=_0x31cbd6[_0xfc5870(0x303)])==null?void 0x0:_0x37066d[_0xfc5870(0x3a1)];}function Do(_0x56ef8d){const _0x1a10a0=_0x69bfe2;return Array[_0x1a10a0(0x157)](_0x56ef8d,([_0x4571cb,_0x4d0f8e])=>[_0x4571cb,{'useValue':_0x4d0f8e}]);}function Oo(_0x242397){const _0x8b884e=_0x69bfe2;if(!Array[_0x8b884e(0x40b)](_0x242397)||_0x242397['length']<0x2)return;let [_0x120fd0,_0x5e5114]=_0x242397;if(!(!_0x5e5114||typeof _0x5e5114!=_0x8b884e(0x34f))){if('useValue'in _0x5e5114)return{'kind':_0x8b884e(0x348),'identifier':_0x120fd0,'value':_0x5e5114[_0x8b884e(0x34d)]};if(typeof _0x5e5114[_0x8b884e(0x171)]==_0x8b884e(0x421))return{'kind':'factory','identifier':_0x120fd0,'factory':_0x5e5114['useFactory']};}}function ko(_0x2e4b49,_0x5cb351){const _0x3e571c=_0x69bfe2;if(!_0x2e4b49['has'](_0x2709d9))return;let _0x2ab662=_0x2e4b49[_0x3e571c(0x3fa)](_0x2709d9),_0x4d924a=_0x2ab662[_0x3e571c(0x378)];return typeof _0x4d924a==_0x3e571c(0x421)?_0x4d924a[_0x3e571c(0x194)](_0x2ab662,_0x5cb351):_0x2ab662;}function Ao(_0x1db175,_0x16e0e1,_0x3ea335){const _0x50f2e5=_0x69bfe2;if(!_0x1db175[_0x50f2e5(0x6b7)](_0x45e9b9))return;let _0x1f8bfb=_0x1db175[_0x50f2e5(0x3fa)](_0x45e9b9);return{get 'disabled'(){const _0x32c37e=_0x50f2e5;return _0x1f8bfb[_0x32c37e(0x250)];},set 'disabled'(_0x124ed6){const _0x50eae0=_0x50f2e5;_0x1f8bfb[_0x50eae0(0x250)]=_0x124ed6;},get 'visible'(){const _0x441628=_0x50f2e5;return _0x1f8bfb[_0x441628(0x401)];},'enable':()=>_0x1f8bfb[_0x50f2e5(0x212)](),'disable':()=>_0x1f8bfb[_0x50f2e5(0x5ba)](),'triggerContextMenu':(_0x546958,_0x26bbe2,_0x11f715)=>{const _0x3476dd=_0x50f2e5;_0x1f8bfb[_0x3476dd(0x595)](_0x546958,_0x26bbe2,{..._0x11f715,'unitId':(_0x11f715==null?void 0x0:_0x11f715[_0x3476dd(0x2b0)])??_0x3ea335});},'hideContextMenu':()=>_0x1f8bfb[_0x50f2e5(0x1fd)](),'registerContextMenuHandler':_0x52699e=>_0x1f8bfb['registerContextMenuHandler'](_0x52699e)};}function jo(_0x2203cd,_0x73eae7){const _0x49cd65=_0x69bfe2;let _0x4d623c=new _0x4588e7();return{get 'disabled'(){const _0x12c9c9=_0x448a;return _0x4d623c[_0x12c9c9(0x250)];},set 'disabled'(_0x5c40f3){const _0x330af1=_0x448a;_0x4d623c[_0x330af1(0x250)]=_0x5c40f3;},get 'visible'(){const _0x4e77a9=_0x448a;return _0x4d623c[_0x4e77a9(0x401)];},'enable':()=>_0x4d623c[_0x49cd65(0x212)](),'disable':()=>_0x4d623c[_0x49cd65(0x5ba)](),'triggerContextMenu':(_0x5664fc,_0x4d7e3d,_0x46318d)=>{const _0x12f536=_0x49cd65;_0x4d623c[_0x12f536(0x595)](_0x5664fc,_0x4d7e3d,{..._0x46318d,'unitId':(_0x46318d==null?void 0x0:_0x46318d[_0x12f536(0x2b0)])??_0x73eae7});},'hideContextMenu':()=>_0x4d623c[_0x49cd65(0x1fd)](),'registerContextMenuHandler':_0x2a4e40=>_0x4d623c['registerContextMenuHandler'](_0x2a4e40),'dispose':()=>_0x4d623c[_0x49cd65(0x5dc)]()};}function Mo(_0x3d55e4,_0x5c52dc){const _0x343046=_0x69bfe2;var _0x55fd03,_0x28ec97;let _0x22e88b=_0x3d55e4['get'](_0x4342d5),_0x1e0c73=_0x3d55e4[_0x343046(0x6b7)](Ka)?_0x3d55e4[_0x343046(0x3fa)](Ka):void 0x0,_0x247352=_0x3d55e4[_0x343046(0x6b7)](Z)?_0x3d55e4['get'](Z):void 0x0,_0x46d47e=((_0x55fd03=_0x5c52dc[_0x343046(0x1a6)])==null||(_0x55fd03=_0x55fd03[_0x343046(0x2eb)])==null?void 0x0:_0x55fd03[_0x343046(0x2d7)])??_0x5c52dc[_0x343046(0x3bb)][_0x343046(0x661)],_0x88c40e=((_0x28ec97=_0x5c52dc[_0x343046(0x1a6)])==null||(_0x28ec97=_0x28ec97[_0x343046(0x2eb)])==null?void 0x0:_0x28ec97[_0x343046(0x680)])??_0x5c52dc[_0x343046(0x3bb)][_0x343046(0x461)]??_0x46d47e,_0x573c6c=new Set([_0x46d47e,_0x88c40e]),_0x3b3c4a=(_0x114fd7,_0x33acf8)=>{const _0x327e9e=_0x343046;_0x573c6c[_0x327e9e(0x615)](_0x114fd7);let _0x48bf76=_0x33acf8!=null&&_0x33acf8[_0x327e9e(0x241)]?No(_0x114fd7):void 0x0,_0xb60104=_0x33acf8!=null&&_0x33acf8[_0x327e9e(0x241)]?_0x1e0c73==null?void 0x0:_0x1e0c73['registerOwnedElement'](_0x5c52dc[_0x327e9e(0x2c9)],_0x114fd7):void 0x0,_0x21e5fb=_0x33acf8!=null&&_0x33acf8[_0x327e9e(0x241)]?_0x247352==null?void 0x0:_0x247352[_0x327e9e(0x4fa)]({'embedId':_0x5c52dc['embedId'],'role':_0x327e9e(0x56b),'element':_0x114fd7}):void 0x0;return _0x52e91f(()=>{const _0x12dfe5=_0x327e9e;_0x21e5fb==null||_0x21e5fb['dispose'](),_0xb60104==null||_0xb60104[_0x12dfe5(0x5dc)](),_0x48bf76==null||_0x48bf76['dispose'](),_0x573c6c['delete'](_0x114fd7);});},_0x2cb496=_0x249851=>_0x249851?[..._0x573c6c][_0x343046(0x3d4)](_0x1b280e=>_0x1b280e===_0x249851||_0x1b280e[_0x343046(0x231)](_0x249851)):!0x1;return{get 'isFocused'(){const _0x99998c=_0x343046;return _0x22e88b[_0x99998c(0x38d)];},get 'rootContainerElement'(){return _0x46d47e;},'focus':()=>_0x22e88b[_0x343046(0x520)](),'registerFocusHandler':(_0x4a6a7d,_0x89eaab)=>_0x22e88b[_0x343046(0x1ff)](_0x4a6a7d,_0x89eaab),'registerRootContainerElement':_0x3b3c4a,'registerContentElement':_0x3b3c4a,'registerContainerElement':_0x48d90f=>_0x3b3c4a(_0x48d90f,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x88c40e,'checkElementInCurrentContainers':_0x5f2b92=>_0x2cb496(_0x5f2b92)||(_0x1e0c73==null?void 0x0:_0x1e0c73['contains'](_0x5c52dc[_0x343046(0x2c9)],_0x5f2b92))||_0x22e88b[_0x343046(0x14d)](_0x5f2b92),'checkContentIsFocused':()=>_0x2cb496(_0x88c40e[_0x343046(0x220)][_0x343046(0x645)])||(_0x247352==null?void 0x0:_0x247352[_0x343046(0x2ed)](_0x5c52dc[_0x343046(0x2c9)]))||_0x22e88b[_0x343046(0x1f9)]()};}function No(_0x245e42){const _0x4c31c7=_0x69bfe2;let _0x5b1d0b=new Map(),_0x277094=_0x158568=>{const _0x49fc95=_0x448a;_0x5b1d0b[_0x49fc95(0x52c)](_0x158568,_0x158568[_0x49fc95(0x3fe)](X)),_0x158568['setAttribute'](X,_0x49fc95(0x56b));};return _0x277094(_0x245e42),_0x245e42['querySelectorAll']('*')[_0x4c31c7(0x5dd)](_0x277094),_0x52e91f(()=>{const _0x2c89c0=_0x4c31c7;_0x5b1d0b[_0x2c89c0(0x5dd)]((_0x4ec437,_0x250804)=>{const _0x1ded20=_0x2c89c0;if(_0x4ec437==null){_0x250804[_0x1ded20(0x4c6)](X);return;}_0x250804[_0x1ded20(0x4db)](X,_0x4ec437);});});}function Po(_0x12f1f8,_0x280716){const _0x4b00d0=_0x69bfe2;let _0x52d252=Io(_0x12f1f8)??_0x12f1f8[_0x4b00d0(0x2c0)],_0x5499c0=_0x52d252!==_0x12f1f8[_0x4b00d0(0x2c0)],_0x47cc2e=Fo(_0x12f1f8),_0x30490d={'descriptor':_0x12f1f8['descriptor'],'host':{'unitId':_0x12f1f8[_0x4b00d0(0x278)],'type':_0x12f1f8[_0x4b00d0(0x4e2)][_0x4b00d0(0x404)],'anchorId':_0x12f1f8[_0x4b00d0(0x4e2)][_0x4b00d0(0x35f)],'entry':_0x12f1f8[_0x4b00d0(0x4e2)][_0x4b00d0(0x610)],'layout':Ro(_0x12f1f8)},'child':{'unitId':_0x12f1f8[_0x4b00d0(0x3cb)],'type':_0x12f1f8[_0x4b00d0(0x246)]},'injector':_0x52d252,'instanceService':Lo(_0x52d252,_0x1e60e6),'commandService':Lo(_0x52d252,_0x92b278),'menuManagerService':Lo(_0x52d252,_0x2709d9),'roots':_0x47cc2e,'activate':()=>_0x280716(!0x0),'deactivate':()=>_0x280716(!0x1),'dispose':()=>{_0x5499c0&&_0x52d252['dispose']();}};return{'runtimeScope':_0x30490d,'disposable':_0x52e91f(()=>_0x30490d[_0x4b00d0(0x5dc)]())};}function Fo(_0x46bafd){const _0x43e6d6=_0x69bfe2;var _0x162480;let _0x2f5bce=_0x46bafd[_0x43e6d6(0x3bb)]['rootElement'],_0x5e2079=_0x46bafd['renderScope'][_0x43e6d6(0x461)]??Ia(_0x2f5bce,_0x43e6d6(0x275))??_0x2f5bce,_0x2e231e=_0x46bafd[_0x43e6d6(0x3bb)][_0x43e6d6(0x20e)]??Ia(_0x2f5bce,_0x43e6d6(0x2f3))??_0x2f5bce;return{'root':_0x2f5bce,'content':_0x5e2079,'canvas':_0x46bafd['renderScope'][_0x43e6d6(0x4a7)]??Ia(_0x2f5bce,_0x43e6d6(0x4fb))??void 0x0,'overlay':_0x2e231e,'popup':_0x46bafd[_0x43e6d6(0x3bb)][_0x43e6d6(0x5a5)]??Ia(_0x2f5bce,_0x43e6d6(0x39f))??_0x2e231e,'menuSlot':((_0x162480=_0x46bafd[_0x43e6d6(0x3bb)][_0x43e6d6(0x289)])==null?void 0x0:_0x162480[_0x43e6d6(0x57b)])??Ia(_0x2f5bce,_0x43e6d6(0x21d))??void 0x0,'footerSlot':Ia(_0x2f5bce,'data-embed-footer-slot')??void 0x0};}function Io(_0x46fca3){const _0x2eeed1=_0x69bfe2;if(!(!_0x46fca3[_0x2eeed1(0x2c0)][_0x2eeed1(0x6b7)](_0x1e60e6)||!_0x46fca3[_0x2eeed1(0x2c0)]['has'](_0x92b278)))return Xa(_0x46fca3);}function Lo(_0x25c0b7,_0x37be36){const _0x13b9a6=_0x69bfe2;if(_0x25c0b7[_0x13b9a6(0x6b7)](_0x37be36))return _0x25c0b7[_0x13b9a6(0x3fa)](_0x37be36);}function Ro(_0x3db4d2){const _0x5c3a38=_0x69bfe2;var _0x443059,_0x57d965;switch(_0x3db4d2[_0x5c3a38(0x4e2)]['entry']){case _0x5c3a38(0x37a):return _0x5c3a38(0x1a2);case _0x5c3a38(0x155):case'slides-floating-object':case _0x5c3a38(0x2ad):return _0x5c3a38(0x3b2);case _0x5c3a38(0x38b):case _0x5c3a38(0x33d):case _0x5c3a38(0x159):return _0x5c3a38(0x5e2);default:break;}return _0x3db4d2[_0x5c3a38(0x4ef)]==='tab-peer'||(_0x443059=_0x3db4d2[_0x5c3a38(0x4e2)][_0x5c3a38(0x35b)])!=null&&_0x443059[_0x5c3a38(0x539)]?'tab-peer':(_0x57d965=_0x3db4d2[_0x5c3a38(0x4e2)][_0x5c3a38(0x35b)])!=null&&_0x57d965[_0x5c3a38(0x223)]?_0x5c3a38(0x3b2):_0x3db4d2[_0x5c3a38(0x4ef)][_0x5c3a38(0x2be)]('docs-')||_0x3db4d2[_0x5c3a38(0x4ef)]==='scroll-contained'?_0x5c3a38(0x1a2):_0x5c3a38(0x3b2);}var zo=class{constructor(){Y(this,'_contributions',new Map());}[_0x69bfe2(0x47c)](_0x12c3ae){const _0x433fc0=_0x69bfe2;if(this[_0x433fc0(0x1fc)][_0x433fc0(0x6b7)](_0x12c3ae[_0x433fc0(0x246)]))throw Error(_0x433fc0(0x674)+_0x12c3ae[_0x433fc0(0x246)]);this[_0x433fc0(0x1fc)][_0x433fc0(0x52c)](_0x12c3ae[_0x433fc0(0x246)],_0x12c3ae);}[_0x69bfe2(0x3fa)](_0x2e694e){const _0x4e65dc=_0x69bfe2;return this[_0x4e65dc(0x1fc)][_0x4e65dc(0x3fa)](_0x2e694e);}['list'](){const _0x209e79=_0x69bfe2;return[...this[_0x209e79(0x1fc)]['values']()];}},Bo=class{constructor(){const _0x753370=_0x69bfe2;Y(this,_0x753370(0x1fc),new Map());}[_0x69bfe2(0x47c)](_0x46d302){const _0x392303=_0x69bfe2;let _0x4b2182=this[_0x392303(0x276)](_0x46d302[_0x392303(0x404)],_0x46d302[_0x392303(0x610)],_0x46d302[_0x392303(0x246)]);if(this[_0x392303(0x1fc)][_0x392303(0x6b7)](_0x4b2182))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x4b2182);return this[_0x392303(0x1fc)][_0x392303(0x52c)](_0x4b2182,_0x46d302),_0x52e91f(()=>{const _0x561386=_0x392303;this['_contributions']['get'](_0x4b2182)===_0x46d302&&this['_contributions'][_0x561386(0x288)](_0x4b2182);});}[_0x69bfe2(0x3fa)](_0x2a8663,_0x394a5e,_0x225f8c){const _0x53c0ee=_0x69bfe2;if(_0x225f8c!=null){let _0x4fbedc=this[_0x53c0ee(0x1fc)][_0x53c0ee(0x3fa)](this[_0x53c0ee(0x276)](_0x2a8663,_0x394a5e,_0x225f8c));if(_0x4fbedc)return _0x4fbedc;}return this['_contributions'][_0x53c0ee(0x3fa)](this['_key'](_0x2a8663,_0x394a5e));}[_0x69bfe2(0x435)](_0x4e87a6,_0x3b3e33,_0x38ce47){return this['_contributions']['has'](this['_key'](_0x4e87a6,_0x3b3e33,_0x38ce47));}[_0x69bfe2(0x277)](){const _0x164ac6=_0x69bfe2;return[...this[_0x164ac6(0x1fc)][_0x164ac6(0x2f1)]()];}[_0x69bfe2(0x276)](_0x242b95,_0x49b1b8,_0x334911){return _0x334911==null?_0x242b95+':'+_0x49b1b8+':*':_0x242b95+':'+_0x49b1b8+':'+_0x334911;}},Vo=class{constructor(){const _0x4cc554=_0x69bfe2;Y(this,_0x4cc554(0x1fc),new Map());}[_0x69bfe2(0x47c)](_0x4b36ae){const _0x52c150=_0x69bfe2;let _0x32fbd3=this[_0x52c150(0x276)](_0x4b36ae[_0x52c150(0x404)],_0x4b36ae[_0x52c150(0x610)]);if(this[_0x52c150(0x1fc)][_0x52c150(0x6b7)](_0x32fbd3))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x32fbd3);this[_0x52c150(0x1fc)][_0x52c150(0x52c)](_0x32fbd3,_0x4b36ae);}['get'](_0x498148,_0x55380e){const _0x2e95f7=_0x69bfe2;return this[_0x2e95f7(0x1fc)][_0x2e95f7(0x3fa)](this[_0x2e95f7(0x276)](_0x498148,_0x55380e));}[_0x69bfe2(0x277)](){const _0x251d86=_0x69bfe2;return[...this['_contributions'][_0x251d86(0x2f1)]()];}[_0x69bfe2(0x4f1)](_0x164ea9,_0xad3998,_0x2380fe){const _0x5e4d9c=_0x69bfe2;let _0x1e69e8=this[_0x5e4d9c(0x3fa)](_0x164ea9,_0xad3998);return _0x1e69e8?(_0x1e69e8[_0x5e4d9c(0x4a3)]??[_0x1e69e8[_0x5e4d9c(0x4ef)]])[_0x5e4d9c(0x536)](_0x2380fe):!0x1;}[_0x69bfe2(0x276)](_0x58b4e4,_0x2f0988){return _0x58b4e4+':'+_0x2f0988;}},Ho=class{constructor(){const _0x2d0af5=_0x69bfe2;Y(this,_0x2d0af5(0x3f8),new Map()),Y(this,_0x2d0af5(0x205),new Map()),Y(this,_0x2d0af5(0x23c),new Map());}[_0x69bfe2(0x47c)](_0xd06cc3,_0x312510){const _0x4bf483=_0x69bfe2;let _0x165a8a=typeof _0xd06cc3==_0x4bf483(0x284)?{'childUnitId':_0xd06cc3,'root':_0x312510}:_0xd06cc3;return this['_rootsByChildUnitId'][_0x4bf483(0x52c)](_0x165a8a[_0x4bf483(0x3cb)],_0x165a8a),_0x165a8a[_0x4bf483(0x2c9)]&&this['_rootsByEmbedId'][_0x4bf483(0x52c)](_0x165a8a['embedId'],_0x165a8a),_0x165a8a['hostAnchorId']&&this[_0x4bf483(0x23c)][_0x4bf483(0x52c)](_0x165a8a[_0x4bf483(0x35f)],_0x165a8a),_0x52e91f(()=>{const _0x39047b=_0x4bf483;this[_0x39047b(0x3f8)][_0x39047b(0x3fa)](_0x165a8a[_0x39047b(0x3cb)])===_0x165a8a&&this['_rootsByChildUnitId'][_0x39047b(0x288)](_0x165a8a[_0x39047b(0x3cb)]),_0x165a8a[_0x39047b(0x2c9)]&&this[_0x39047b(0x205)]['get'](_0x165a8a[_0x39047b(0x2c9)])===_0x165a8a&&this[_0x39047b(0x205)][_0x39047b(0x288)](_0x165a8a[_0x39047b(0x2c9)]),_0x165a8a[_0x39047b(0x35f)]&&this[_0x39047b(0x23c)]['get'](_0x165a8a[_0x39047b(0x35f)])===_0x165a8a&&this[_0x39047b(0x23c)]['delete'](_0x165a8a[_0x39047b(0x35f)]);});}['get'](_0x3be397){const _0x3b3af1=_0x69bfe2;var _0x3d9d17;return((_0x3d9d17=this[_0x3b3af1(0x3f8)][_0x3b3af1(0x3fa)](_0x3be397))==null?void 0x0:_0x3d9d17[_0x3b3af1(0x2d7)])??null;}[_0x69bfe2(0x35e)](_0x534a23){const _0x27cc12=_0x69bfe2;var _0x43fcd8;return((_0x43fcd8=this['_rootsByEmbedId'][_0x27cc12(0x3fa)](_0x534a23))==null?void 0x0:_0x43fcd8[_0x27cc12(0x2d7)])??null;}[_0x69bfe2(0x35a)](_0x105ae2){const _0xc79467=_0x69bfe2;var _0x1f9756;return((_0x1f9756=this[_0xc79467(0x23c)]['get'](_0x105ae2))==null?void 0x0:_0x1f9756[_0xc79467(0x2d7)])??null;}[_0x69bfe2(0x231)](_0x5daabc,_0x142e02){const _0xe5d3c=_0x69bfe2;if(!(_0x5daabc instanceof Node))return!0x1;let _0x47e5d9=_0x142e02[_0xe5d3c(0x2c9)]?this[_0xe5d3c(0x35e)](_0x142e02[_0xe5d3c(0x2c9)]):_0x142e02['hostAnchorId']?this['getByHostAnchorId'](_0x142e02['hostAnchorId']):_0x142e02['childUnitId']?this[_0xe5d3c(0x3fa)](_0x142e02[_0xe5d3c(0x3cb)]):null;return!!(_0x47e5d9!=null&&_0x47e5d9[_0xe5d3c(0x231)](_0x5daabc));}},Uo=class{constructor(){const _0x1079ce=_0x69bfe2;Y(this,_0x1079ce(0x213),new Map()),Y(this,'_contextsByEmbedId',new Map()),Y(this,'_contextsByHostAnchorId',new Map()),Y(this,_0x1079ce(0x471),new Map());}['register'](_0x138310){const _0x32ab06=_0x69bfe2;return this[_0x32ab06(0x213)][_0x32ab06(0x52c)](_0x138310[_0x32ab06(0x246)],_0x138310),_0x52e91f(()=>{const _0x5747dd=_0x32ab06;this[_0x5747dd(0x213)]['get'](_0x138310[_0x5747dd(0x246)])===_0x138310&&this[_0x5747dd(0x213)][_0x5747dd(0x288)](_0x138310[_0x5747dd(0x246)]);});}['get'](_0xe418cf){const _0x26ea9b=_0x69bfe2;return this[_0x26ea9b(0x213)][_0x26ea9b(0x3fa)](_0xe418cf);}[_0x69bfe2(0x458)](_0xf848c1){const _0x479c6f=_0x69bfe2;return this['_contextsByEmbedId'][_0x479c6f(0x52c)](_0xf848c1[_0x479c6f(0x2c9)],_0xf848c1),this['_contextsByHostAnchorId'][_0x479c6f(0x52c)](_0xf848c1['descriptor'][_0x479c6f(0x35f)],_0xf848c1),this[_0x479c6f(0x471)][_0x479c6f(0x52c)](_0xf848c1[_0x479c6f(0x3cb)],_0xf848c1),_0x52e91f(()=>{const _0x733568=_0x479c6f;this[_0x733568(0x21c)][_0x733568(0x3fa)](_0xf848c1['embedId'])===_0xf848c1&&this[_0x733568(0x21c)][_0x733568(0x288)](_0xf848c1[_0x733568(0x2c9)]),this[_0x733568(0x1d6)][_0x733568(0x3fa)](_0xf848c1[_0x733568(0x4e2)]['hostAnchorId'])===_0xf848c1&&this['_contextsByHostAnchorId'][_0x733568(0x288)](_0xf848c1[_0x733568(0x4e2)]['hostAnchorId']),this[_0x733568(0x471)]['get'](_0xf848c1[_0x733568(0x3cb)])===_0xf848c1&&this[_0x733568(0x471)][_0x733568(0x288)](_0xf848c1[_0x733568(0x3cb)]);});}['getContextByEmbedId'](_0x523362){const _0x16ee22=_0x69bfe2;return this['_contextsByEmbedId'][_0x16ee22(0x3fa)](_0x523362);}[_0x69bfe2(0x4a5)](_0x51670d){const _0x36e4fa=_0x69bfe2;return this[_0x36e4fa(0x1d6)][_0x36e4fa(0x3fa)](_0x51670d);}[_0x69bfe2(0x453)](_0x55eae9){const _0x4a2cb6=_0x69bfe2;return this[_0x4a2cb6(0x471)][_0x4a2cb6(0x3fa)](_0x55eae9);}[_0x69bfe2(0x381)](_0x7455d9){const _0x5b34c6=_0x69bfe2;let _0x4a540b=this['get'](_0x7455d9[_0x5b34c6(0x246)]);return _0x4a540b?Promise[_0x5b34c6(0x449)](_0x4a540b['capture'](_0x7455d9)):Promise[_0x5b34c6(0x449)](Wo(_0x7455d9));}[_0x69bfe2(0x190)](_0x3be03b){const _0x33add2=_0x69bfe2;let _0x4fd292=this[_0x33add2(0x659)](_0x3be03b);return _0x4fd292?this['capture'](_0x4fd292):Promise['resolve'](void 0x0);}['captureByHostAnchorId'](_0x4bf52c){const _0x763be3=_0x69bfe2;let _0x95146f=this[_0x763be3(0x4a5)](_0x4bf52c);return _0x95146f?this[_0x763be3(0x381)](_0x95146f):Promise[_0x763be3(0x449)](void 0x0);}['captureByChildUnitId'](_0x33ddf9){const _0xf30a62=_0x69bfe2;let _0x5c632f=this[_0xf30a62(0x453)](_0x33ddf9);return _0x5c632f?this[_0xf30a62(0x381)](_0x5c632f):Promise[_0xf30a62(0x449)](void 0x0);}};function Wo(_0x3d645d){const _0xd62d83=_0x69bfe2;if(!_0x3d645d[_0xd62d83(0x3bb)])return;let _0x42c7f2=[_0x3d645d[_0xd62d83(0x3bb)][_0xd62d83(0x4a7)],_0x3d645d[_0xd62d83(0x3bb)]['contentRoot'],_0x3d645d[_0xd62d83(0x3bb)][_0xd62d83(0x661)]][_0xd62d83(0x534)](_0x463496=>!!_0x463496),_0x892c25=Array[_0xd62d83(0x157)](new Set(_0x42c7f2[_0xd62d83(0x3ca)](_0x22db2c=>Array['from'](_0x22db2c['querySelectorAll'](_0xd62d83(0x6b8))))))[_0xd62d83(0x534)](_0x477900=>_0x477900[_0xd62d83(0x459)]>0x1&&_0x477900[_0xd62d83(0x602)]>0x1)[_0xd62d83(0x2ca)]((_0x168da1,_0xd7284f)=>_0xd7284f[_0xd62d83(0x459)]*_0xd7284f[_0xd62d83(0x602)]-_0x168da1[_0xd62d83(0x459)]*_0x168da1[_0xd62d83(0x602)]);for(let _0x2647ae of _0x892c25)try{return _0x2647ae[_0xd62d83(0x59b)](_0xd62d83(0x5ea));}catch{}}function $(_0x6b2aa8,_0x115879){return function(_0xd6a3cb,_0x415bab){_0x115879(_0xd6a3cb,_0x415bab,_0x6b2aa8);};}function Go(_0x1a8741,_0x69064c,_0x72bf50,_0x213af5){const _0x33e52a=_0x69bfe2;var _0x5a2484=arguments[_0x33e52a(0x37f)],_0x2179c5=_0x5a2484<0x3?_0x69064c:_0x213af5===null?_0x213af5=Object[_0x33e52a(0x5ac)](_0x69064c,_0x72bf50):_0x213af5,_0x3f99d9;if(typeof Reflect==_0x33e52a(0x34f)&&typeof Reflect[_0x33e52a(0x573)]=='function')_0x2179c5=Reflect[_0x33e52a(0x573)](_0x1a8741,_0x69064c,_0x72bf50,_0x213af5);else{for(var _0x4c5209=_0x1a8741[_0x33e52a(0x37f)]-0x1;_0x4c5209>=0x0;_0x4c5209--)(_0x3f99d9=_0x1a8741[_0x4c5209])&&(_0x2179c5=(_0x5a2484<0x3?_0x3f99d9(_0x2179c5):_0x5a2484>0x3?_0x3f99d9(_0x69064c,_0x72bf50,_0x2179c5):_0x3f99d9(_0x69064c,_0x72bf50))||_0x2179c5);}return _0x5a2484>0x3&&_0x2179c5&&Object[_0x33e52a(0x4c0)](_0x69064c,_0x72bf50,_0x2179c5),_0x2179c5;}const Ko=_0x69bfe2(0x63f);var qo=class extends Error{constructor(_0x272b25,_0x4a0d69){const _0x17501e=_0x69bfe2;super(Ko+':\x20'+_0x272b25),this[_0x17501e(0x3cb)]=_0x272b25,this[_0x17501e(0x478)]=_0x4a0d69,Y(this,_0x17501e(0x1ca),Ko),this[_0x17501e(0x23d)]=_0x17501e(0x399);}};let Jo=class{constructor(_0xe1c4ae,_0x5e24eb,_0x598290,_0x5db8ca,_0x399e3e,_0x4d7c16,_0x12e640){const _0x3f7a61=_0x69bfe2;this[_0x3f7a61(0x65f)]=_0xe1c4ae,this['_childViewRegistry']=_0x5e24eb,this['_overlayRootService']=_0x598290,this[_0x3f7a61(0x529)]=_0x5db8ca,this['_univerInstanceService']=_0x399e3e,this['_runtimePolicyService']=_0x4d7c16,this['_injector']=_0x12e640,Y(this,_0x3f7a61(0x4f7),new Map()),Y(this,_0x3f7a61(0x5f9),new Map());}['mount'](_0x330671){const _0x303513=_0x69bfe2;return this[_0x303513(0x4c3)](_0x330671);}[_0x69bfe2(0x4ee)](_0x3fd940,_0xdb4a29,_0x16087d){const _0x570424=_0x69bfe2;return this[_0x570424(0x4c3)](_0x3fd940,{'hostElement':_0xdb4a29,'runtimeRoots':_0x16087d});}[_0x69bfe2(0x4c3)](_0xcdedda,_0x560dbf){const _0x4afa8c=_0x69bfe2;var _0x2e709e,_0x14e39b;if(!_0xcdedda['childUnitId']||_0xcdedda[_0x4afa8c(0x246)]==null)throw Error('EMBED_MOUNT_CHILD_NOT_RESOLVED');this[_0x4afa8c(0x30a)](_0xcdedda);let _0x4be201={'hostUnitId':_0xcdedda[_0x4afa8c(0x278)],'embedId':_0xcdedda[_0x4afa8c(0x2c9)],'childUnitId':_0xcdedda[_0x4afa8c(0x3cb)]},_0x27a054=this[_0x4afa8c(0x28f)](_0xcdedda),_0x428749=this[_0x4afa8c(0x65f)]['get'](_0xcdedda[_0x4afa8c(0x404)],_0xcdedda['entry']);if(!_0x428749||!this[_0x4afa8c(0x65f)][_0x4afa8c(0x4f1)](_0xcdedda[_0x4afa8c(0x404)],_0xcdedda['entry'],_0x27a054))throw Error(_0x4afa8c(0x4c7));let _0x127216=this[_0x4afa8c(0x242)][_0x4afa8c(0x279)](_0x4be201),_0x1135ba=this[_0x4afa8c(0x2bb)][_0x4afa8c(0x3fa)](_0xcdedda['childType']);if(_0x127216['allowed']&&!(_0x1135ba!=null&&_0x1135ba['supportedLayouts'][_0x4afa8c(0x536)](_0x27a054)))throw Error(_0x4afa8c(0x623));this['unmount'](_0xcdedda[_0x4afa8c(0x2c9)]);let _0xace692={'descriptor':_0xcdedda,'layout':_0x27a054,'injector':this['_injector'],'hostUnitId':_0xcdedda[_0x4afa8c(0x278)],'embedId':_0xcdedda[_0x4afa8c(0x2c9)],'childUnitId':_0xcdedda[_0x4afa8c(0x3cb)],'childType':_0xcdedda[_0x4afa8c(0x246)]},_0x465957=[],_0xbe9575=_0x560dbf??((_0x2e709e=_0x428749[_0x4afa8c(0x5b5)])==null?void 0x0:_0x2e709e[_0x4afa8c(0x194)](_0x428749,_0xace692)),_0x2534f3=this[_0x4afa8c(0x4e0)](_0xbe9575);if(_0x2534f3['disposable']&&_0x465957[_0x4afa8c(0x5a8)](_0x2534f3['disposable']),_0xace692[_0x4afa8c(0x31d)]=_0x2534f3[_0x4afa8c(0x31d)]??_0xace692['hostElement'],_0xace692[_0x4afa8c(0x57b)]=_0xace692[_0x4afa8c(0x31d)],!_0xace692[_0x4afa8c(0x31d)]||!_0xace692['container'])throw[..._0x465957]['reverse']()[_0x4afa8c(0x5dd)](_0x3a0c5c=>_0x3a0c5c['dispose']()),Error(_0x4afa8c(0x493));if(_0x2534f3[_0x4afa8c(0x49f)]||_0x465957['push'](La(_0xace692[_0x4afa8c(0x31d)])),!_0x127216[_0x4afa8c(0x22b)])return this[_0x4afa8c(0x1fe)](_0xcdedda,_0x27a054,_0xace692[_0x4afa8c(0x31d)],_0x2534f3[_0x4afa8c(0x49f)],_0x465957,_0x127216[_0x4afa8c(0x55c)]);if(!_0x1135ba)throw[..._0x465957]['reverse']()[_0x4afa8c(0x5dd)](_0x44bacc=>_0x44bacc[_0x4afa8c(0x5dc)]()),Error(_0x4afa8c(0x623));let {renderScope:_0x554adb,disposable:_0x338344,setActive:_0x3c72a6}=this[_0x4afa8c(0x2cf)](_0xcdedda,_0x27a054,_0xace692[_0x4afa8c(0x31d)],_0x2534f3['runtimeRoots']);_0x465957[_0x4afa8c(0x5a8)](_0x338344);let _0x22f971={..._0xace692,'hostElement':_0xace692['hostElement'],'container':_0xace692[_0x4afa8c(0x57b)],'renderScope':_0x554adb},{runtimeScope:_0x21109a,disposable:_0x5c6b3f}=Po(_0x22f971,_0x3c72a6),_0x28ceea={..._0x22f971,'runtimeScope':_0x21109a};_0x465957[_0x4afa8c(0x5a8)](_0x5c6b3f);let _0x1398e9=this[_0x4afa8c(0x578)](_0xcdedda,_0xace692[_0x4afa8c(0x31d)],_0x554adb,_0x21109a[_0x4afa8c(0x2eb)]);_0x1398e9&&_0x465957[_0x4afa8c(0x5a8)](_0x1398e9),this[_0x4afa8c(0x373)][_0x4afa8c(0x6b7)](Z)&&_0x465957['push'](this['_injector'][_0x4afa8c(0x3fa)](Z)[_0x4afa8c(0x448)]({'embedId':_0xcdedda[_0x4afa8c(0x2c9)],'hostUnitId':_0xcdedda[_0x4afa8c(0x278)],'childUnitId':_0xcdedda[_0x4afa8c(0x3cb)],'childType':_0xcdedda[_0x4afa8c(0x246)]})),_0x465957[_0x4afa8c(0x5a8)](this['_registerChildFocusBridge'](_0xcdedda,_0xace692['hostElement'],_0x554adb[_0x4afa8c(0x2aa)],_0x21109a['instanceService'])),_0x465957['push'](this[_0x4afa8c(0x529)]['registerContext'](_0x28ceea));let _0x4fcdd5=this[_0x4afa8c(0x671)](_0xcdedda),_0x41e2db=(_0x14e39b=_0x1135ba[_0x4afa8c(0x5b5)])==null?void 0x0:_0x14e39b['call'](_0x1135ba,_0x28ceea);if(_0x41e2db&&_0x465957[_0x4afa8c(0x5a8)](_0x41e2db),_0x465957[_0x4afa8c(0x5a8)](_0x4fcdd5),_0x465957[_0x4afa8c(0x5a8)](this[_0x4afa8c(0x242)][_0x4afa8c(0x501)](_0x4be201)),_0x554adb[_0x4afa8c(0x2aa)]===_0x4afa8c(0x3b2)){let _0x3705c6=this['_mountFloatingMenu'](_0x28ceea);_0x3705c6&&_0x465957[_0x4afa8c(0x5a8)](_0x3705c6);}let _0x154604={'hostUnitId':_0xcdedda[_0x4afa8c(0x278)],'embedId':_0xcdedda['embedId'],'childUnitId':_0xcdedda[_0x4afa8c(0x3cb)],'childType':_0xcdedda['childType'],'entry':_0xcdedda[_0x4afa8c(0x610)],'layout':_0x27a054,'hostElement':_0xace692[_0x4afa8c(0x31d)],'context':_0x28ceea};return this[_0x4afa8c(0x4f7)][_0x4afa8c(0x52c)](_0xcdedda[_0x4afa8c(0x2c9)],{'session':_0x154604,'disposables':_0x465957,'setActive':_0x3c72a6}),_0x27a054!=='tab-peer'&&this[_0x4afa8c(0x2c2)](_0xcdedda,_0x27a054,_0x3c72a6),_0x154604;}[_0x69bfe2(0x1fe)](_0x3af3de,_0x1542a6,_0x3bc643,_0x2aa45b,_0x2940a2,_0x3d5239){const _0x58c784=_0x69bfe2;let _0x16403e=(_0x2aa45b==null?void 0x0:_0x2aa45b[_0x58c784(0x680)])??Ia(_0x3bc643,_0x58c784(0x275))??_0x3bc643,_0x10b001=Xo(_0x3d5239);_0x16403e['replaceChildren'](_0x10b001),_0x2940a2[_0x58c784(0x5a8)](_0x52e91f(()=>{_0x10b001['parentElement']===_0x16403e&&_0x10b001['remove']();}));let _0x300cc3={'hostUnitId':_0x3af3de[_0x58c784(0x278)],'embedId':_0x3af3de['embedId'],'childUnitId':_0x3af3de['childUnitId'],'childType':_0x3af3de[_0x58c784(0x246)],'entry':_0x3af3de[_0x58c784(0x610)],'layout':_0x1542a6,'hostElement':_0x3bc643};return this['_sessions'][_0x58c784(0x52c)](_0x3af3de[_0x58c784(0x2c9)],{'session':_0x300cc3,'disposables':_0x2940a2,'setActive':()=>{}}),_0x300cc3;}[_0x69bfe2(0x2c2)](_0x53a7d7,_0x135660,_0x1c979a){const _0x24b80f=_0x69bfe2;if(_0x135660!==_0x24b80f(0x5e2)){if(this['_injector'][_0x24b80f(0x6b7)](_0x1bfd08)){let _0x262aa7=this[_0x24b80f(0x373)][_0x24b80f(0x3fa)](_0x1bfd08)[_0x24b80f(0x630)]();if((_0x262aa7==null?void 0x0:_0x262aa7['hostUnitId'])===_0x53a7d7[_0x24b80f(0x278)]){_0x1c979a(_0x262aa7[_0x24b80f(0x2c9)]===_0x53a7d7[_0x24b80f(0x2c9)]);return;}}_0x1c979a(!0x1);}}[_0x69bfe2(0x321)](_0x5b1114){const _0x405eab=_0x69bfe2;let _0x4386aa=this[_0x405eab(0x4f7)][_0x405eab(0x3fa)](_0x5b1114);_0x4386aa&&(this[_0x405eab(0x2ac)](_0x5b1114),[..._0x4386aa['disposables']][_0x405eab(0x330)]()[_0x405eab(0x5dd)](_0x4118df=>_0x4118df[_0x405eab(0x5dc)]()),this[_0x405eab(0x4f7)][_0x405eab(0x288)](_0x5b1114));}[_0x69bfe2(0x2db)](_0x21d0fd){const _0x1cb207=_0x69bfe2;var _0x1309c9;return(_0x1309c9=this[_0x1cb207(0x4f7)][_0x1cb207(0x3fa)](_0x21d0fd))==null?void 0x0:_0x1309c9['session'];}[_0x69bfe2(0x16a)](){const _0x5a9ee0=_0x69bfe2;return[...this[_0x5a9ee0(0x4f7)][_0x5a9ee0(0x2f1)]()][_0x5a9ee0(0x15f)](({session:_0x3b8e2b})=>_0x3b8e2b);}[_0x69bfe2(0x372)](_0x3039c7){const _0x5ab927=_0x69bfe2;let _0xee827f=this['_sessions'][_0x5ab927(0x3fa)](_0x3039c7);if(_0xee827f){if(_0xee827f[_0x5ab927(0x342)]['layout']!=='tab-peer'){this[_0x5ab927(0x4f7)][_0x5ab927(0x5dd)](_0x266850=>{const _0x28ee41=_0x5ab927;_0x266850[_0x28ee41(0x342)][_0x28ee41(0x4ef)]!=='tab-peer'&&_0x266850[_0x28ee41(0x342)]['hostUnitId']===_0xee827f['session'][_0x28ee41(0x278)]&&_0x266850[_0x28ee41(0x61e)](_0x266850['session'][_0x28ee41(0x2c9)]===_0x3039c7);});return;}this[_0x5ab927(0x3a5)](_0xee827f[_0x5ab927(0x342)]),this[_0x5ab927(0x4f7)][_0x5ab927(0x5dd)](_0x28d51b=>{const _0x403716=_0x5ab927;_0x28d51b['session'][_0x403716(0x4ef)]===_0x403716(0x5e2)&&_0x28d51b['session'][_0x403716(0x278)]===_0xee827f[_0x403716(0x342)][_0x403716(0x278)]&&_0x28d51b['setActive'](_0x28d51b[_0x403716(0x342)][_0x403716(0x2c9)]===_0x3039c7);});}}[_0x69bfe2(0x30b)](_0x553063){const _0x46ac46=_0x69bfe2;let _0x586e82=[];return this[_0x46ac46(0x4f7)][_0x46ac46(0x5dd)](_0xb2202=>{const _0x565b12=_0x46ac46;_0xb2202[_0x565b12(0x342)][_0x565b12(0x4ef)]===_0x565b12(0x5e2)&&(_0x553063&&_0xb2202[_0x565b12(0x342)][_0x565b12(0x2c9)]!==_0x553063||(this[_0x565b12(0x26b)](_0xb2202[_0x565b12(0x342)]),this[_0x565b12(0x2ac)](_0xb2202[_0x565b12(0x342)][_0x565b12(0x2c9)]),_0xb2202['setActive'](!0x1),_0x586e82[_0x565b12(0x5a8)](_0xb2202[_0x565b12(0x342)])));}),_0x586e82;}[_0x69bfe2(0x5fe)](_0x5de0d0){const _0x140b4c=_0x69bfe2;let _0xb32c67=this[_0x140b4c(0x4f7)]['get'](_0x5de0d0);if(!(!_0xb32c67||_0xb32c67[_0x140b4c(0x342)]['layout']===_0x140b4c(0x5e2)))return this[_0x140b4c(0x26b)](_0xb32c67[_0x140b4c(0x342)]),_0xb32c67[_0x140b4c(0x61e)](!0x1),_0xb32c67['session'];}['setActive'](_0x1a4180,_0x3d419b){const _0x5d7a8f=_0x69bfe2;var _0x15e3f2;(_0x15e3f2=this[_0x5d7a8f(0x4f7)][_0x5d7a8f(0x3fa)](_0x1a4180))==null||_0x15e3f2['setActive'](_0x3d419b);}[_0x69bfe2(0x26b)](_0xa88746){const _0x44e459=_0x69bfe2;let _0x1dad8f=_0xa88746['context'];if(!_0x1dad8f)return;let _0x3c6ae3=this[_0x44e459(0x2bb)][_0x44e459(0x3fa)](_0xa88746[_0x44e459(0x246)]);if(_0x3c6ae3!=null&&_0x3c6ae3[_0x44e459(0x26f)])try{_0x3c6ae3[_0x44e459(0x26f)](_0x1dad8f);}catch(_0x471946){console[_0x44e459(0x43d)](_0x44e459(0x6af),_0x471946);}}[_0x69bfe2(0x28f)](_0x193b30){const _0x54256e=_0x69bfe2;var _0x265026,_0x9b8d59;let _0x385715=((_0x265026=_0x193b30[_0x54256e(0x35b)])==null?void 0x0:_0x265026[_0x54256e(0x223)])||void 0x0;if(_0x385715!=null&&_0x385715[_0x54256e(0x4ef)])return _0x385715['layout'];let _0x1c8b4f=((_0x9b8d59=_0x193b30[_0x54256e(0x35b)])==null?void 0x0:_0x9b8d59[_0x54256e(0x539)])||void 0x0;if(_0x1c8b4f!=null&&_0x1c8b4f[_0x54256e(0x41d)])return _0x54256e(0x5e2);throw Error(_0x54256e(0x4a2));}['_createRenderScope'](_0x234f98,_0x3ddf32,_0x801d3e,_0x40a46e){const _0x157910=_0x69bfe2;var _0x3e60ea,_0x34c61b;let _0x259fc2=new _0x5f7fcb(!0x0),_0x7bbff9=_0x234f98[_0x157910(0x35f)],_0x2f2a38=(_0x3e60ea=_0x234f98[_0x157910(0x35b)])==null?void 0x0:_0x3e60ea['tab'],_0x12a491=_0x2f2a38&&_0x2f2a38[_0x157910(0x41d)]?_0x157910(0x539):(_0x34c61b=_0x234f98['sourceMeta'])!=null&&_0x34c61b['floating']?_0x157910(0x3b2):_0x157910(0x382),_0x217711=(_0x40a46e==null?void 0x0:_0x40a46e[_0x157910(0x680)])??Ia(_0x801d3e,_0x157910(0x275))??_0x801d3e,_0x293944=(_0x40a46e==null?void 0x0:_0x40a46e[_0x157910(0x6b8)])??Ia(_0x801d3e,_0x157910(0x4fb))??_0x801d3e,_0xf0fc28=(_0x40a46e==null?void 0x0:_0x40a46e['overlay'])??Ia(_0x801d3e,_0x157910(0x2f3))??_0x801d3e,_0x4d46bc=(_0x40a46e==null?void 0x0:_0x40a46e['popup'])??Ia(_0x801d3e,'data-embed-popup-root')??_0xf0fc28,_0x22fae4=this[_0x157910(0x604)]['register']({'childUnitId':_0x234f98['childUnitId'],'embedId':_0x234f98['embedId'],'hostAnchorId':_0x7bbff9,'root':_0xf0fc28}),_0x30ee1f=_0x6eb6eb=>{const _0x15b01f=_0x157910;_0x259fc2[_0x15b01f(0x603)]()!==_0x6eb6eb&&(Yo(_0x801d3e,_0x6eb6eb,_0x12a491),_0x259fc2[_0x15b01f(0x575)](_0x6eb6eb));};return Yo(_0x801d3e,!0x0,_0x12a491),{'renderScope':{'hostUnitId':_0x234f98['hostUnitId'],'hostAnchorId':_0x7bbff9,'embedId':_0x234f98[_0x157910(0x2c9)],'childUnitId':_0x234f98[_0x157910(0x3cb)],'childType':_0x234f98[_0x157910(0x246)],'layout':_0x3ddf32,'mode':_0x12a491,'rootElement':_0x801d3e,'contentRoot':_0x217711,'canvasRoot':_0x293944,'overlayRoot':_0xf0fc28,'popupRoot':_0x4d46bc,'menuOutlet':_0x40a46e!=null&&_0x40a46e[_0x157910(0x601)]?{'container':_0x40a46e[_0x157910(0x601)]}:void 0x0,'active$':_0x259fc2[_0x157910(0x5d7)]()},'disposable':_0x52e91f(()=>{const _0x5480a4=_0x157910;_0x22fae4['dispose'](),_0x30ee1f(!0x1),_0x259fc2[_0x5480a4(0x3c7)]();}),'setActive':_0x30ee1f};}[_0x69bfe2(0x578)](_0x5a9022,_0x3c5408,_0x112656,_0x87527d){const _0xd8b778=_0x69bfe2;let _0x532e7f=this['_injector'][_0xd8b778(0x6b7)](Ka),_0x16fc94=this[_0xd8b778(0x373)][_0xd8b778(0x6b7)](Z);if(!_0x532e7f&&!_0x16fc94)return;let _0x4f3d1e=_0x532e7f?this[_0xd8b778(0x373)][_0xd8b778(0x3fa)](Ka):void 0x0,_0x41fd05=_0x16fc94?this[_0xd8b778(0x373)]['get'](Z):void 0x0,_0x487cda=new Map(),_0x2c7f82=(_0x5891fc,_0x3a855c)=>{const _0x378633=_0xd8b778;if(!_0x5891fc)return;let _0x41d396=_0x487cda[_0x378633(0x3fa)](_0x5891fc);(!_0x41d396||_0x41d396===_0x378633(0x20b))&&_0x487cda[_0x378633(0x52c)](_0x5891fc,_0x3a855c);};_0x2c7f82(_0x3c5408,'runtime'),_0x2c7f82(_0x112656[_0xd8b778(0x661)],_0xd8b778(0x20b)),_0x2c7f82(_0x112656[_0xd8b778(0x461)],_0xd8b778(0x20b)),_0x2c7f82(_0x112656[_0xd8b778(0x4a7)],'runtime'),_0x2c7f82(_0x112656[_0xd8b778(0x20e)],_0xd8b778(0x20b)),_0x2c7f82(_0x87527d[_0xd8b778(0x2d7)],_0xd8b778(0x20b)),_0x2c7f82(_0x87527d[_0xd8b778(0x680)],_0xd8b778(0x20b)),_0x2c7f82(_0x87527d[_0xd8b778(0x6b8)],_0xd8b778(0x20b)),_0x2c7f82(_0x87527d[_0xd8b778(0x490)],'runtime'),_0x2c7f82(_0x112656[_0xd8b778(0x5a5)],'child-popup'),_0x2c7f82(_0x87527d[_0xd8b778(0x286)],'child-popup');let _0x5a9e90=[..._0x487cda][_0xd8b778(0x3ca)](([_0x470b50,_0x3a2980])=>[_0x4f3d1e==null?void 0x0:_0x4f3d1e[_0xd8b778(0x2fb)](_0x5a9022[_0xd8b778(0x2c9)],_0x470b50),_0x41fd05==null?void 0x0:_0x41fd05[_0xd8b778(0x4fa)]({'embedId':_0x5a9022[_0xd8b778(0x2c9)],'role':_0x3a2980,'element':_0x470b50})][_0xd8b778(0x534)](_0x414a1b=>!!_0x414a1b));return _0x52e91f(()=>{const _0x3a9ca6=_0xd8b778;[..._0x5a9e90][_0x3a9ca6(0x330)]()[_0x3a9ca6(0x5dd)](_0x1ffdb9=>_0x1ffdb9[_0x3a9ca6(0x5dc)]());});}[_0x69bfe2(0x4e0)](_0x7f0079){const _0x3734e7=_0x69bfe2;return _0x7f0079?_0x3734e7(0x5dc)in _0x7f0079?{'disposable':_0x7f0079}:{'hostElement':_0x7f0079['hostElement'],'runtimeRoots':_0x7f0079[_0x3734e7(0x49f)],'disposable':_0x7f0079[_0x3734e7(0x393)]?_0x52e91f(()=>{const _0x42c737=_0x3734e7;var _0x59746b;return(_0x59746b=_0x7f0079[_0x42c737(0x393)])==null?void 0x0:_0x59746b[_0x42c737(0x5dc)]();}):void 0x0}:{};}[_0x69bfe2(0x22e)](_0x2aa1fd){const _0x233207=_0x69bfe2;if(!this[_0x233207(0x373)]['has'](Bo))return;let _0x5dd5e8=this[_0x233207(0x373)][_0x233207(0x3fa)](Bo)[_0x233207(0x3fa)](_0x2aa1fd[_0x233207(0x4e2)][_0x233207(0x404)],_0x2aa1fd[_0x233207(0x4e2)]['entry'],_0x2aa1fd['childType']);if(!_0x5dd5e8)return;let _0x92985f=this[_0x233207(0x373)][_0x233207(0x6b7)](Ua)?this[_0x233207(0x373)][_0x233207(0x3fa)](Ua)[_0x233207(0x57c)]():null,_0x38682d=_0x5dd5e8['mount']({..._0x2aa1fd,'active':_0x92985f});return _0x38682d?_0x52e91f(()=>_0x38682d['dispose']()):void 0x0;}[_0x69bfe2(0x414)](_0x4463c0,_0x4212ef,_0xe642c7,_0x27912e){const _0x506d1f=_0x69bfe2;let _0x3d7d47=this['_injector']['has'](Ka)?this[_0x506d1f(0x373)][_0x506d1f(0x3fa)](Ka):void 0x0,_0x2eb156=this['_injector'][_0x506d1f(0x6b7)](Z)?this[_0x506d1f(0x373)][_0x506d1f(0x3fa)](Z):void 0x0,_0x4a1d9d=_0x4212ef['ownerDocument'],_0x380556=[],_0x59c508=()=>_0xe642c7===_0x506d1f(0x3b2)?this['_injector']['has'](Ua)?this[_0x506d1f(0x373)][_0x506d1f(0x3fa)](Ua)[_0x506d1f(0x230)](_0x4463c0[_0x506d1f(0x2c9)])===_0x506d1f(0x45e):!0x1:!0x0,_0xda0234=(_0x3821dc,_0x592084={})=>{const _0x6de7d8=_0x506d1f;let _0x26e440=_0x592084[_0x6de7d8(0x3c5)]!==!0x1,_0x460757=_0x592084['activateSession']!==!0x1,_0x5c2e5f=(_0x3821dc==null?void 0x0:_0x3821dc[_0x6de7d8(0x5e5)])instanceof Element?_0x3821dc[_0x6de7d8(0x5e5)]:null;if(!(_0x5c2e5f!=null&&_0x5c2e5f[_0x6de7d8(0x4bd)](_0x6de7d8(0x513)))&&!(!_0x4463c0['childUnitId']||_0x4463c0[_0x6de7d8(0x246)]==null)&&_0x59c508()){if(_0xe642c7===_0x6de7d8(0x3b2)&&_0x27912e&&(_0x27912e['setCurrentUnitForType'](_0x4463c0[_0x6de7d8(0x3cb)]),_0x26e440&&_0x27912e[_0x6de7d8(0x3c5)](_0x4463c0[_0x6de7d8(0x3cb)])),_0xe642c7===_0x6de7d8(0x539)&&this['_injector'][_0x6de7d8(0x6b7)](_0x1e60e6)){var _0x32eba0,_0x628b15;let _0x479b73=this[_0x6de7d8(0x373)]['get'](_0x1e60e6),_0x425007=_0x479b73[_0x6de7d8(0x256)],_0x10a49e=_0x479b73[_0x6de7d8(0x365)];(typeof _0x425007!='function'||((_0x32eba0=_0x425007[_0x6de7d8(0x194)](_0x479b73,_0x4463c0[_0x6de7d8(0x246)]))==null?void 0x0:_0x32eba0[_0x6de7d8(0x481)]())!==_0x4463c0[_0x6de7d8(0x3cb)])&&_0x479b73['setCurrentUnitForType'](_0x4463c0[_0x6de7d8(0x3cb)]),_0x26e440&&(typeof _0x10a49e!=_0x6de7d8(0x421)||((_0x628b15=_0x10a49e[_0x6de7d8(0x194)](_0x479b73))==null?void 0x0:_0x628b15[_0x6de7d8(0x481)]())!==_0x4463c0[_0x6de7d8(0x3cb)])&&_0x479b73[_0x6de7d8(0x3c5)](_0x4463c0['childUnitId']);}if(_0xe642c7===_0x6de7d8(0x539)&&this['_injector'][_0x6de7d8(0x6b7)](_0x78698c)){let _0x3c1fa8=this[_0x6de7d8(0x373)][_0x6de7d8(0x3fa)](_0x78698c);_0x3c1fa8[_0x6de7d8(0x316)](_0x348d7d,!0x0),_0x3c1fa8[_0x6de7d8(0x316)](_0x9e8e84,_0x4463c0['childType']===_0x420dc4[_0x6de7d8(0x182)]),_0x3c1fa8[_0x6de7d8(0x316)](_0x5dd605,_0x4463c0['childType']===_0x420dc4[_0x6de7d8(0x6a5)]),_0x3c1fa8[_0x6de7d8(0x316)](_0x48d3fe,_0x4463c0[_0x6de7d8(0x246)]===_0x420dc4[_0x6de7d8(0x598)]);}if(this[_0x6de7d8(0x373)][_0x6de7d8(0x6b7)](_0x1bfd08)){let _0x514dbc=this[_0x6de7d8(0x373)][_0x6de7d8(0x3fa)](_0x1bfd08),_0x30cf11={'hostUnitId':_0x4463c0['hostUnitId'],'embedId':_0x4463c0['embedId'],'childUnitId':_0x4463c0['childUnitId'],'childType':_0x4463c0[_0x6de7d8(0x246)],'reason':_0x6de7d8(0x325)},_0x38995b=_0x514dbc['getFocusOwner']();((_0x38995b==null?void 0x0:_0x38995b[_0x6de7d8(0x278)])!==_0x30cf11['hostUnitId']||_0x38995b['embedId']!==_0x30cf11[_0x6de7d8(0x2c9)]||_0x38995b[_0x6de7d8(0x3cb)]!==_0x30cf11[_0x6de7d8(0x3cb)]||_0x38995b[_0x6de7d8(0x246)]!==_0x30cf11[_0x6de7d8(0x246)]||_0x38995b[_0x6de7d8(0x55c)]!==_0x30cf11['reason'])&&_0x514dbc[_0x6de7d8(0x3ed)](_0x30cf11);}_0x460757&&this['activateSession'](_0x4463c0[_0x6de7d8(0x2c9)]);}},_0x1a889a=_0x2c642a=>{const _0x280f4f=_0x506d1f;let _0xa45906=_0x2c642a[_0x280f4f(0x5e5)]instanceof Element?_0x2c642a[_0x280f4f(0x5e5)]:null;if(!_0xa45906||_0x4212ef[_0x280f4f(0x231)](_0xa45906)||!(_0x3d7d47!=null&&_0x3d7d47[_0x280f4f(0x231)](_0x4463c0[_0x280f4f(0x2c9)],_0xa45906,_0x2c642a)||_0x2eb156!=null&&_0x2eb156[_0x280f4f(0x444)](_0x4463c0['embedId'],_0xa45906,_0x2c642a)))return;_0xda0234(_0x2c642a,{'focusUnit':!0x1,'activateSession':!0x1});let _0x3f38a8=_0x4a1d9d['defaultView'];_0x3f38a8&&_0x380556['push'](_0x3f38a8[_0x280f4f(0x568)](()=>_0xda0234(_0x2c642a,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x4212ef[_0x506d1f(0x4ca)]('pointerdown',_0xda0234,{'capture':!0x0}),_0x4212ef[_0x506d1f(0x4ca)](_0x506d1f(0x576),_0xda0234),_0x4a1d9d[_0x506d1f(0x4ca)](_0x506d1f(0x6bc),_0x1a889a,{'capture':!0x0}),_0x4a1d9d[_0x506d1f(0x4ca)]('focusin',_0x1a889a,{'capture':!0x0}),_0x52e91f(()=>{const _0x123d19=_0x506d1f;_0x4212ef[_0x123d19(0x47f)](_0x123d19(0x6bc),_0xda0234,{'capture':!0x0}),_0x4212ef[_0x123d19(0x47f)](_0x123d19(0x576),_0xda0234),_0x4a1d9d[_0x123d19(0x47f)](_0x123d19(0x6bc),_0x1a889a,{'capture':!0x0}),_0x4a1d9d[_0x123d19(0x47f)](_0x123d19(0x576),_0x1a889a,{'capture':!0x0}),_0x380556['forEach'](_0x4fbcd3=>{const _0x12755c=_0x123d19;var _0x1a8769;return(_0x1a8769=_0x4a1d9d[_0x12755c(0x1d9)])==null?void 0x0:_0x1a8769['clearTimeout'](_0x4fbcd3);});});}[_0x69bfe2(0x3a5)](_0x2af466){const _0x2839a0=_0x69bfe2;if(this[_0x2839a0(0x215)](_0x2af466),this[_0x2839a0(0x373)]['has'](_0x1e60e6)){let _0x50380c=this[_0x2839a0(0x373)][_0x2839a0(0x3fa)](_0x1e60e6);_0x50380c[_0x2839a0(0x1d4)](_0x2af466[_0x2839a0(0x3cb)]),_0x50380c[_0x2839a0(0x3c5)](_0x2af466['childUnitId']);}if(this['_injector'][_0x2839a0(0x6b7)](_0x78698c)){let _0x2b0884=this[_0x2839a0(0x373)][_0x2839a0(0x3fa)](_0x78698c);_0x2b0884['setContextValue'](_0x348d7d,!0x0),_0x2b0884['setContextValue'](_0x9e8e84,_0x2af466['childType']===_0x420dc4['UNIVER_DOC']),_0x2b0884[_0x2839a0(0x316)](_0x5dd605,_0x2af466[_0x2839a0(0x246)]===_0x420dc4[_0x2839a0(0x6a5)]),_0x2b0884[_0x2839a0(0x316)](_0x48d3fe,_0x2af466[_0x2839a0(0x246)]===_0x420dc4[_0x2839a0(0x598)]);}this['_injector'][_0x2839a0(0x6b7)](_0x1bfd08)&&this[_0x2839a0(0x373)][_0x2839a0(0x3fa)](_0x1bfd08)[_0x2839a0(0x3ed)]({'hostUnitId':_0x2af466[_0x2839a0(0x278)],'embedId':_0x2af466[_0x2839a0(0x2c9)],'childUnitId':_0x2af466[_0x2839a0(0x3cb)],'childType':_0x2af466[_0x2839a0(0x246)],'reason':_0x2839a0(0x42b)});}['_activateTabPeerFocusLease'](_0x3954e7){const _0x3910f7=_0x69bfe2;this['_releaseTabPeerFocusLeasesForHost'](_0x3954e7['hostUnitId'],_0x3954e7[_0x3910f7(0x2c9)]),this[_0x3910f7(0x2ac)](_0x3954e7[_0x3910f7(0x2c9)]);let _0xae2eb8=[];if(this[_0x3910f7(0x373)]['has'](Z)&&_0xae2eb8['push'](this[_0x3910f7(0x373)][_0x3910f7(0x3fa)](Z)[_0x3910f7(0x6ab)]({'embedId':_0x3954e7[_0x3910f7(0x2c9)],'role':'child-session','owner':'tab-peer-runtime','sessionMode':_0x3910f7(0x2e0),'hostUnitId':_0x3954e7[_0x3910f7(0x278)],'childUnitId':_0x3954e7[_0x3910f7(0x3cb)],'childType':_0x3954e7['childType']})),this[_0x3910f7(0x373)][_0x3910f7(0x6b7)](Ka)){var _0x3cb365,_0x5e3b53;_0xae2eb8[_0x3910f7(0x5a8)](this[_0x3910f7(0x373)][_0x3910f7(0x3fa)](Ka)[_0x3910f7(0x656)](_0x3954e7[_0x3910f7(0x2c9)],((_0x3cb365=_0x3954e7['hostElement'])==null?void 0x0:_0x3cb365['ownerDocument'])??((_0x5e3b53=_0x3954e7[_0x3910f7(0x4b3)])==null?void 0x0:_0x5e3b53[_0x3910f7(0x3bb)][_0x3910f7(0x661)][_0x3910f7(0x220)])));}_0xae2eb8[_0x3910f7(0x37f)]&&this['_tabFocusLeases'][_0x3910f7(0x52c)](_0x3954e7[_0x3910f7(0x2c9)],{'hostUnitId':_0x3954e7[_0x3910f7(0x278)],'disposable':_0x52e91f(()=>{const _0x2df76b=_0x3910f7;[..._0xae2eb8][_0x2df76b(0x330)]()[_0x2df76b(0x5dd)](_0x304930=>_0x304930[_0x2df76b(0x5dc)]());})});}[_0x69bfe2(0x499)](_0x3dfbda,_0x501bda){const _0x41a170=_0x69bfe2;[...this[_0x41a170(0x5f9)][_0x41a170(0x22a)]()][_0x41a170(0x5dd)](([_0xe1ddcd,_0x2f3d5b])=>{const _0xfb55a5=_0x41a170;_0xe1ddcd!==_0x501bda&&_0x2f3d5b[_0xfb55a5(0x278)]===_0x3dfbda&&(_0x2f3d5b[_0xfb55a5(0x393)][_0xfb55a5(0x5dc)](),this[_0xfb55a5(0x5f9)][_0xfb55a5(0x288)](_0xe1ddcd));});}[_0x69bfe2(0x2ac)](_0x26ab01){const _0x34fb46=_0x69bfe2;let _0x2f811a=this[_0x34fb46(0x5f9)][_0x34fb46(0x3fa)](_0x26ab01);_0x2f811a&&(_0x2f811a[_0x34fb46(0x393)][_0x34fb46(0x5dc)](),this[_0x34fb46(0x5f9)][_0x34fb46(0x288)](_0x26ab01));}['_createMountFocusRestorer'](_0x451d8f){const _0x3c741a=_0x69bfe2;var _0x1abc55,_0x46d492;if((_0x1abc55=_0x451d8f[_0x3c741a(0x35b)])!=null&&_0x1abc55[_0x3c741a(0x539)]&&_0x451d8f[_0x3c741a(0x35b)][_0x3c741a(0x539)]['enabled']||!this[_0x3c741a(0x373)][_0x3c741a(0x6b7)](_0x1e60e6)||!_0x451d8f['childUnitId'])return _0x52e91f(()=>{});let _0x1629b4=this[_0x3c741a(0x373)][_0x3c741a(0x3fa)](_0x1e60e6),_0xddcc66=_0x1629b4[_0x3c741a(0x365)],_0xd5c938=_0x1629b4[_0x3c741a(0x3c5)];if(typeof _0xddcc66!=_0x3c741a(0x421)||typeof _0xd5c938!=_0x3c741a(0x421))return _0x52e91f(()=>{});let _0x3e251e=(_0x46d492=_0xddcc66[_0x3c741a(0x194)](_0x1629b4))==null?void 0x0:_0x46d492[_0x3c741a(0x481)]();if(!_0x3e251e||_0x3e251e===_0x451d8f[_0x3c741a(0x3cb)])return _0x52e91f(()=>{});let _0x242d3e=()=>{const _0x3e6f7c=_0x3c741a;var _0x5745d0;((_0x5745d0=_0xddcc66[_0x3e6f7c(0x194)](_0x1629b4))==null?void 0x0:_0x5745d0['getUnitId']())===_0x451d8f[_0x3e6f7c(0x3cb)]&&_0xd5c938['call'](_0x1629b4,_0x3e251e);},_0x2a6dfc=[],_0x5caee9=[];return _0x242d3e(),typeof window<'u'&&(_0x5caee9[_0x3c741a(0x5a8)](window[_0x3c741a(0x3f0)](_0x242d3e)),_0x2a6dfc[_0x3c741a(0x5a8)](window[_0x3c741a(0x568)](_0x242d3e,0x0)),_0x2a6dfc['push'](window[_0x3c741a(0x568)](_0x242d3e,0x78))),_0x52e91f(()=>{const _0x1a83bd=_0x3c741a;typeof window>'u'||(_0x5caee9[_0x1a83bd(0x5dd)](_0x11c85b=>window[_0x1a83bd(0x180)](_0x11c85b)),_0x2a6dfc[_0x1a83bd(0x5dd)](_0x1ac852=>window[_0x1a83bd(0x15e)](_0x1ac852)));});}['_assertChildUnitAvailable'](_0xfd3e89){const _0x2ddf32=_0x69bfe2;let _0x8609af=[...this[_0x2ddf32(0x4f7)][_0x2ddf32(0x2f1)]()]['find'](({session:_0x1b7572})=>_0x1b7572['embedId']!==_0xfd3e89[_0x2ddf32(0x2c9)]&&_0x1b7572[_0x2ddf32(0x3cb)]===_0xfd3e89[_0x2ddf32(0x3cb)]);if(_0x8609af)throw new qo(_0xfd3e89[_0x2ddf32(0x3cb)],_0x8609af[_0x2ddf32(0x342)][_0x2ddf32(0x2c9)]);if(this[_0x2ddf32(0x22f)]['getUnit'](_0xfd3e89[_0x2ddf32(0x3cb)],_0xfd3e89[_0x2ddf32(0x246)]))return;let _0x4fc7bd=this['_univerInstanceService'][_0x2ddf32(0x267)](_0xfd3e89[_0x2ddf32(0x3cb)]);throw _0x4fc7bd!==_0x420dc4[_0x2ddf32(0x495)]&&_0x4fc7bd!==_0xfd3e89[_0x2ddf32(0x246)]?Error(_0x2ddf32(0x272)):Error('EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE');}};Jo=Go([$(0x0,_0x1ac387(Vo)),$(0x1,_0x1ac387(zo)),$(0x2,_0x1ac387(Ho)),$(0x3,_0x1ac387(Uo)),$(0x4,_0x1e60e6),$(0x5,_0x1ac387(qa)),$(0x6,_0x1ac387(_0x19e684))],Jo);function Yo(_0x724e70,_0x29f932,_0xa5f5dd){const _0x7c43c0=_0x69bfe2;if(_0x724e70[_0x7c43c0(0x319)]['embedRenderScopeActive']=_0x29f932?_0x7c43c0(0x3a6):_0x7c43c0(0x52d),_0xa5f5dd!==_0x7c43c0(0x539)){_0x724e70['removeAttribute']('inert'),_0x724e70[_0x7c43c0(0x4c6)]('aria-hidden'),_0x724e70[_0x7c43c0(0x26d)][_0x7c43c0(0x3f1)](_0x7c43c0(0x20c)),_0x724e70['style'][_0x7c43c0(0x3f1)](_0x7c43c0(0x15a));return;}if(_0x724e70[_0x7c43c0(0x617)](_0x7c43c0(0x358),!_0x29f932),_0x29f932){_0x724e70['removeAttribute'](_0x7c43c0(0x27e)),_0x724e70[_0x7c43c0(0x26d)]['removeProperty'](_0x7c43c0(0x20c)),_0x724e70[_0x7c43c0(0x26d)][_0x7c43c0(0x3f1)](_0x7c43c0(0x15a));return;}_0x724e70[_0x7c43c0(0x4db)](_0x7c43c0(0x27e),'true'),_0x724e70[_0x7c43c0(0x26d)][_0x7c43c0(0x20c)]=_0x7c43c0(0x5fa),_0x724e70[_0x7c43c0(0x26d)]['pointerEvents']='none';}function Xo(_0x30bb2d){const _0x14a3a2=_0x69bfe2;let _0x26371a=document[_0x14a3a2(0x564)](_0x14a3a2(0x2a6));return _0x26371a[_0x14a3a2(0x319)][_0x14a3a2(0x431)]=_0x30bb2d??_0x14a3a2(0x4aa),_0x26371a[_0x14a3a2(0x26d)]['cssText']=[_0x14a3a2(0x4b4),_0x14a3a2(0x15c),_0x14a3a2(0x40a),_0x14a3a2(0x5d3),_0x14a3a2(0x52e),'align-items:center','justify-content:center',_0x14a3a2(0x654),_0x14a3a2(0x4a6),_0x14a3a2(0x27d),'background:rgba(99,102,106,.06)',_0x14a3a2(0x163),_0x14a3a2(0x226),'text-align:center'][_0x14a3a2(0x233)](';'),_0x26371a['textContent']=_0x30bb2d==='cycle'?_0x14a3a2(0x46e):_0x14a3a2(0x25e),_0x26371a;}let Zo=class extends _0x3eb84c{constructor(_0x5cdca4,_0x5324a6,_0x45fdd2,_0x353662,_0x148a65,_0x130a1e,_0x1d35eb,_0x30672e,_0x18d772){const _0x533566=_0x69bfe2;var _0xbdc979;super(),this[_0x533566(0x22f)]=_0x5cdca4,this[_0x533566(0x5af)]=_0x5324a6,this[_0x533566(0x607)]=_0x45fdd2,this[_0x533566(0x579)]=_0x353662,this[_0x533566(0x413)]=_0x148a65,this['_blockRegistry']=_0x130a1e,this[_0x533566(0x1c5)]=_0x1d35eb,this[_0x533566(0x32b)]=_0x30672e,this[_0x533566(0x6b2)]=_0x18d772,Y(this,_0x533566(0x3a4),new Map());let _0x389a90=(_0xbdc979=this[_0x533566(0x22f)][_0x533566(0x20f)])==null?void 0x0:_0xbdc979[_0x533566(0x483)](_0x3b865a=>{const _0x219449=_0x533566;this[_0x219449(0x253)](_0x3b865a??null);});_0x389a90&&this['disposeWithMe'](_0x389a90);}['activateTab'](_0x2714db){const _0x2687d0=_0x69bfe2;var _0x1f5270;this[_0x2687d0(0x224)](_0x2714db),this['_rememberPreviousChildCurrentUnit'](_0x2714db),this['_hostAdapterRegistry'][_0x2687d0(0x291)]({'embedId':_0x2714db[_0x2687d0(0x2c9)],'hostUnitId':_0x2714db[_0x2687d0(0x278)],'hostType':_0x2714db[_0x2687d0(0x404)],'entry':_0x2714db['entry'],'hostAnchorId':_0x2714db[_0x2687d0(0x35f)],'descriptor':_0x2714db}),this[_0x2687d0(0x413)]['activateSession'](_0x2714db['embedId']);let _0x18ed21=this['_blockRegistry'][_0x2687d0(0x3fa)](_0x2714db[_0x2687d0(0x246)]);return this['_menuOverrideService'][_0x2687d0(0x406)](_0x2714db,_0x2687d0(0x21b),{'layoutPolicy':_0x18ed21==null||(_0x1f5270=_0x18ed21[_0x2687d0(0x1c0)])==null?void 0x0:_0x1f5270[_0x2687d0(0x539)],'allowPlaceholder':(_0x18ed21==null?void 0x0:_0x18ed21[_0x2687d0(0x5e0)])===_0x2687d0(0x5da)||(_0x18ed21==null?void 0x0:_0x18ed21['hostHeaderMode'])===_0x2687d0(0x14a)});}[_0x69bfe2(0x318)](_0xfcb69e,_0x5ed1ae,_0x2cbc15={}){const _0x3b1033=_0x69bfe2;this['_assertResolvedChild'](_0xfcb69e);let _0x230ba5=this[_0x3b1033(0x1c5)][_0x3b1033(0x57c)](),_0x433f3c=_0x5ed1ae==='stage2'&&(_0x230ba5==null?void 0x0:_0x230ba5[_0x3b1033(0x2c9)])===_0xfcb69e['embedId']&&_0x230ba5['childUnitId']===_0xfcb69e[_0x3b1033(0x3cb)]&&_0x230ba5[_0x3b1033(0x4a0)]===_0x3b1033(0x45e);(_0x230ba5==null?void 0x0:_0x230ba5['stage'])===_0x3b1033(0x45e)&&!_0x433f3c&&this[_0x3b1033(0x558)](_0x230ba5[_0x3b1033(0x2c9)]),_0x5ed1ae===_0x3b1033(0x45e)&&!_0x433f3c&&this[_0x3b1033(0x627)](_0xfcb69e),this[_0x3b1033(0x5af)][_0x3b1033(0x3ed)]({'hostUnitId':_0xfcb69e[_0x3b1033(0x278)],'embedId':_0xfcb69e['embedId'],'childUnitId':_0xfcb69e[_0x3b1033(0x3cb)],'childType':_0xfcb69e['childType'],'reason':_0x3b1033(0x325)}),this[_0x3b1033(0x413)][_0x3b1033(0x372)](_0xfcb69e[_0x3b1033(0x2c9)]);let _0x14d4ef={'hostUnitId':_0xfcb69e[_0x3b1033(0x278)],'embedId':_0xfcb69e['embedId'],'childUnitId':_0xfcb69e[_0x3b1033(0x3cb)]};_0x5ed1ae?this['_floatingActiveService'][_0x3b1033(0x406)](_0x14d4ef,_0x5ed1ae):this[_0x3b1033(0x1c5)][_0x3b1033(0x406)](_0x14d4ef),this[_0x3b1033(0x579)][_0x3b1033(0x376)](),_0x5ed1ae===_0x3b1033(0x45e)?(this[_0x3b1033(0x514)](_0xfcb69e[_0x3b1033(0x3cb)],_0xfcb69e['childType'],!0x1),this['_scheduleFloatingChildFocus'](_0xfcb69e)):(this[_0x3b1033(0x22f)][_0x3b1033(0x1d4)](_0xfcb69e[_0x3b1033(0x278)]),this['_univerInstanceService']['focusUnit'](_0xfcb69e[_0x3b1033(0x278)]));}[_0x69bfe2(0x390)](_0x423cf9,_0x4cbab1={}){const _0x2a26be=_0x69bfe2;this[_0x2a26be(0x318)](_0x423cf9,_0x2a26be(0x45e),_0x4cbab1);}[_0x69bfe2(0x66b)](_0x6ef0b9){const _0x52da04=_0x69bfe2;this[_0x52da04(0x224)](_0x6ef0b9),this[_0x52da04(0x5af)][_0x52da04(0x3ed)]({'hostUnitId':_0x6ef0b9[_0x52da04(0x278)],'embedId':_0x6ef0b9['embedId'],'childUnitId':_0x6ef0b9[_0x52da04(0x3cb)],'childType':_0x6ef0b9[_0x52da04(0x246)],'reason':_0x52da04(0x325)}),this['_focusUnit'](_0x6ef0b9[_0x52da04(0x3cb)],_0x6ef0b9['childType']);}['clearFullscreen'](_0x2155ff){const _0x2e3f19=_0x69bfe2;let _0x542677=this[_0x2e3f19(0x5af)][_0x2e3f19(0x630)]();_0x542677!=null&&_0x542677[_0x2e3f19(0x2c9)]&&_0x542677[_0x2e3f19(0x2c9)]!==_0x2155ff['embedId']||(this[_0x2e3f19(0x5af)][_0x2e3f19(0x34a)](_0x2155ff[_0x2e3f19(0x2c9)]),this['_univerInstanceService'][_0x2e3f19(0x1d4)](_0x2155ff[_0x2e3f19(0x278)]),this[_0x2e3f19(0x22f)]['focusUnit'](_0x2155ff[_0x2e3f19(0x278)]));}['clearFloating'](_0x367bc4,_0x5a1947){const _0x42ae3e=_0x69bfe2;let _0x1d4992=this[_0x42ae3e(0x5af)]['getFocusOwner']();if(_0x367bc4&&_0x1d4992!=null&&_0x1d4992[_0x42ae3e(0x2c9)]&&_0x1d4992['embedId']!==_0x367bc4)return;let _0x16e0fa=this['_floatingActiveService']['getActive']();if(_0x367bc4&&!_0x1d4992&&(_0x16e0fa==null?void 0x0:_0x16e0fa['embedId'])!==_0x367bc4&&!_0x5a1947)return;let _0x2af96a=_0x5a1947??(_0x1d4992==null?void 0x0:_0x1d4992[_0x42ae3e(0x278)])??(_0x16e0fa==null?void 0x0:_0x16e0fa['hostUnitId']);this[_0x42ae3e(0x1c5)][_0x42ae3e(0x376)](_0x367bc4),this['_focusOwnerService'][_0x42ae3e(0x34a)](_0x367bc4),this[_0x42ae3e(0x579)][_0x42ae3e(0x376)](_0x367bc4),_0x367bc4&&this[_0x42ae3e(0x558)](_0x367bc4),_0x367bc4&&this[_0x42ae3e(0x413)][_0x42ae3e(0x5fe)](_0x367bc4),_0x2af96a&&(this[_0x42ae3e(0x22f)]['setCurrentUnitForType'](_0x2af96a),this[_0x42ae3e(0x22f)]['focusUnit'](_0x2af96a));}[_0x69bfe2(0x398)](_0x56d812){const _0x49c4a0=_0x69bfe2;this[_0x49c4a0(0x579)][_0x49c4a0(0x376)](_0x56d812),this[_0x49c4a0(0x5af)]['clearFocusOwner'](_0x56d812);let _0x1f7a76=this[_0x49c4a0(0x413)]['deactivateTabSessions'](_0x56d812);_0x1f7a76[_0x49c4a0(0x5dd)](_0x10510d=>this[_0x49c4a0(0x558)](_0x10510d[_0x49c4a0(0x2c9)],_0x10510d[_0x49c4a0(0x246)],_0x10510d[_0x49c4a0(0x3cb)])),new Set(_0x1f7a76[_0x49c4a0(0x15f)](_0x14e596=>_0x14e596[_0x49c4a0(0x278)]))[_0x49c4a0(0x5dd)](_0xe21cd5=>{const _0x158654=_0x49c4a0;this[_0x158654(0x22f)][_0x158654(0x1d4)](_0xe21cd5),this[_0x158654(0x22f)][_0x158654(0x3c5)](_0xe21cd5);});}[_0x69bfe2(0x627)](_0x4c9c2d){const _0x4a08da=_0x69bfe2;if(this['_previousChildCurrentUnits'][_0x4a08da(0x6b7)](_0x4c9c2d[_0x4a08da(0x2c9)]))return;let _0x2a1553=_0x4c9c2d[_0x4a08da(0x246)],_0x2eab0e=this[_0x4a08da(0x16c)](_0x2a1553);this['_previousChildCurrentUnits'][_0x4a08da(0x52c)](_0x4c9c2d[_0x4a08da(0x2c9)],{'childType':_0x2a1553,'childUnitId':_0x4c9c2d[_0x4a08da(0x3cb)],'unitId':_0x2eab0e&&_0x2eab0e!==_0x4c9c2d['childUnitId']?_0x2eab0e:void 0x0});}[_0x69bfe2(0x558)](_0x2a10c8,_0x1a8add,_0x139bf1){const _0x16ec3f=_0x69bfe2;let _0x10de99=this[_0x16ec3f(0x3a4)][_0x16ec3f(0x3fa)](_0x2a10c8);this[_0x16ec3f(0x3a4)][_0x16ec3f(0x288)](_0x2a10c8);let _0x256f0d=_0x1a8add??(_0x10de99==null?void 0x0:_0x10de99['childType']),_0x1b3956=_0x139bf1??(_0x10de99==null?void 0x0:_0x10de99[_0x16ec3f(0x3cb)]);if(_0x256f0d==null||!_0x1b3956)return;let _0x2357ef=(_0x10de99==null?void 0x0:_0x10de99[_0x16ec3f(0x246)])===_0x256f0d&&_0x10de99[_0x16ec3f(0x2b0)]&&this[_0x16ec3f(0x63e)](_0x10de99[_0x16ec3f(0x2b0)],_0x256f0d)?_0x10de99[_0x16ec3f(0x2b0)]:this['_findFallbackUnitId'](_0x256f0d,_0x1b3956);_0x2357ef&&this[_0x16ec3f(0x22f)]['setCurrentUnitForType'](_0x2357ef);}[_0x69bfe2(0x16c)](_0x374ab2){const _0x3f2a21=_0x69bfe2;var _0x123d67;let _0x36c919=this[_0x3f2a21(0x22f)][_0x3f2a21(0x256)];return _0x36c919==null||(_0x123d67=_0x36c919[_0x3f2a21(0x194)](this[_0x3f2a21(0x22f)],_0x374ab2))==null?void 0x0:_0x123d67[_0x3f2a21(0x481)]();}[_0x69bfe2(0x63e)](_0x2b2c0d,_0x3c1d06){const _0x1fdbcc=_0x69bfe2;let _0x188ff1=this[_0x1fdbcc(0x22f)][_0x1fdbcc(0x5b3)];return!!(_0x188ff1!=null&&_0x188ff1[_0x1fdbcc(0x194)](this[_0x1fdbcc(0x22f)],_0x2b2c0d,_0x3c1d06));}[_0x69bfe2(0x474)](_0x116ca6,_0x160063){const _0x4df7c4=_0x69bfe2;var _0x3b8e7d;let _0x5713c5=this[_0x4df7c4(0x22f)]['getAllUnitsForType'];return _0x5713c5==null||(_0x3b8e7d=_0x5713c5['call'](this['_univerInstanceService'],_0x116ca6))==null||(_0x3b8e7d=_0x3b8e7d['find'](_0x294cd4=>_0x294cd4[_0x4df7c4(0x481)]()!==_0x160063))==null?void 0x0:_0x3b8e7d[_0x4df7c4(0x481)]();}[_0x69bfe2(0x514)](_0x1fe6cc,_0x595416,_0x421935=!0x0){const _0x473d78=_0x69bfe2;var _0x5ca3b6;let _0x541229=this[_0x473d78(0x22f)][_0x473d78(0x365)];(typeof _0x541229!=_0x473d78(0x421)||((_0x5ca3b6=_0x541229['call'](this[_0x473d78(0x22f)]))==null?void 0x0:_0x5ca3b6[_0x473d78(0x481)]())!==_0x1fe6cc)&&this[_0x473d78(0x22f)][_0x473d78(0x3c5)](_0x1fe6cc),this[_0x473d78(0x3e6)](_0x1fe6cc,_0x595416),this[_0x473d78(0x32b)][_0x473d78(0x316)](_0x348d7d,!0x0),this[_0x473d78(0x32b)][_0x473d78(0x316)](_0x9e8e84,_0x595416===_0x420dc4['UNIVER_DOC']),this[_0x473d78(0x32b)][_0x473d78(0x316)](_0x5dd605,_0x595416===_0x420dc4[_0x473d78(0x6a5)]),this['_contextService'][_0x473d78(0x316)](_0x48d3fe,_0x595416===_0x420dc4[_0x473d78(0x598)]),_0x421935&&this[_0x473d78(0x496)]();}[_0x69bfe2(0x253)](_0x56da38){const _0x33b1be=_0x69bfe2;let _0x1246df=this[_0x33b1be(0x1c5)]['getActive']();if((_0x1246df==null?void 0x0:_0x1246df[_0x33b1be(0x4a0)])!==_0x33b1be(0x45e)||_0x56da38!==_0x1246df[_0x33b1be(0x278)])return;let _0x389a53=this[_0x33b1be(0x5af)][_0x33b1be(0x630)]();(_0x389a53==null?void 0x0:_0x389a53[_0x33b1be(0x2c9)])===_0x1246df[_0x33b1be(0x2c9)]&&_0x389a53[_0x33b1be(0x3cb)]===_0x1246df['childUnitId']&&_0x389a53[_0x33b1be(0x246)]!=null&&this[_0x33b1be(0x514)](_0x389a53[_0x33b1be(0x3cb)],_0x389a53['childType'],!0x1);}[_0x69bfe2(0x463)](_0x2ca83d){const _0x1d6298=_0x69bfe2;let _0x46e02d=()=>{const _0x350f4e=_0x448a;let _0x325ed1=this[_0x350f4e(0x1c5)]['getActive']();(_0x325ed1==null?void 0x0:_0x325ed1[_0x350f4e(0x2c9)])===_0x2ca83d[_0x350f4e(0x2c9)]&&_0x325ed1[_0x350f4e(0x3cb)]===_0x2ca83d[_0x350f4e(0x3cb)]&&_0x325ed1[_0x350f4e(0x4a0)]==='stage2'&&this[_0x350f4e(0x514)](_0x2ca83d[_0x350f4e(0x3cb)],_0x2ca83d[_0x350f4e(0x246)],!0x1);};typeof queueMicrotask==_0x1d6298(0x421)&&queueMicrotask(_0x46e02d),requestAnimationFrame(_0x46e02d);}[_0x69bfe2(0x3e6)](_0xf454a3,_0x56836d){const _0x2dc1d9=_0x69bfe2;var _0x28ac67;let _0x4651be=this[_0x2dc1d9(0x22f)]['getCurrentUnitOfType'];(typeof _0x4651be!=_0x2dc1d9(0x421)||((_0x28ac67=_0x4651be[_0x2dc1d9(0x194)](this[_0x2dc1d9(0x22f)],_0x56836d))==null?void 0x0:_0x28ac67[_0x2dc1d9(0x481)]())!==_0xf454a3)&&this[_0x2dc1d9(0x22f)][_0x2dc1d9(0x1d4)](_0xf454a3);}[_0x69bfe2(0x496)](){const _0x4a93a5=_0x69bfe2;let _0x183d58=()=>this[_0x4a93a5(0x6b2)][_0x4a93a5(0x520)]();_0x183d58(),typeof queueMicrotask=='function'&&queueMicrotask(_0x183d58),requestAnimationFrame(_0x183d58);}['_assertResolvedChild'](_0x200cfb){const _0x89d129=_0x69bfe2;if(!_0x200cfb[_0x89d129(0x3cb)]||_0x200cfb[_0x89d129(0x246)]==null)throw Error(_0x89d129(0x5cf));}};Zo=Go([$(0x0,_0x1e60e6),$(0x1,_0x1ac387(_0x1bfd08)),$(0x2,_0x1ac387(_0x33f49c)),$(0x3,_0x1ac387(Wa)),$(0x4,_0x1ac387(Jo)),$(0x5,_0x1ac387(Ha)),$(0x6,_0x1ac387(Ua)),$(0x7,_0x78698c),$(0x8,_0x4342d5)],Zo);function Qo(_0x39ba92){let {injector:_0x4903cb,children:_0x3b0902,mountContainer:_0x3e579c,embedId:_0x330473}=_0x39ba92;return _0x5633cf(_0x135873(()=>_0x581cef($o,_0x4903cb),[_0x4903cb]),{'mountContainer':_0x3e579c,'embedId':_0x330473,'children':_0x3b0902});}function $o(_0x160adb){const _0x2bf1c4=_0x69bfe2;let {children:_0x36f776,mountContainer:_0x1abae0,embedId:_0x2c490e}=_0x160adb,_0x2c5410=_0x35784a(),_0x2e4643=_0x1c4e2b(_0xcc601d),_0x47cd47=_0x135873(()=>_0x2c5410[_0x2bf1c4(0x6b7)](_0x5c52ec)?_0x2c5410[_0x2bf1c4(0x3fa)](_0x5c52ec):void 0x0,[_0x2c5410]),_0x4a79b9=_0x464678(()=>_0x2e4643[_0x2bf1c4(0x389)][_0x2bf1c4(0x632)](_0x204edc(()=>_0x2e4643[_0x2bf1c4(0x30e)]())),_0x2e4643[_0x2bf1c4(0x30e)](),!0x1,[_0x2e4643]),_0x4a7ab4=_0x464678(()=>_0x2e4643[_0x2bf1c4(0x3db)],_0x2e4643[_0x2bf1c4(0x49c)](),!0x1,[_0x2e4643]),_0x23afb0=rs(_0x47cd47),_0x64fa84=_0x57ab3c(null),_0x47c421=_0x135873(()=>_0x1abae0!==void 0x0||typeof document>'u'?null:document[_0x2bf1c4(0x564)]('div'),[_0x1abae0]),_0x4f1643=_0x1abae0===void 0x0?_0x47c421:_0x1abae0;return _0x2eab14(()=>{const _0x141c5c=_0x2bf1c4;if(_0x47c421)return document[_0x141c5c(0x1e6)][_0x141c5c(0x58d)](_0x47c421),()=>{const _0x5d2276=_0x141c5c;document[_0x5d2276(0x1e6)][_0x5d2276(0x37b)](_0x47c421);};},[_0x47c421]),_0x2eab14(()=>{const _0xef933d=_0x2bf1c4;let _0x33b982=_0x4f1643;_0x33b982&&_0x33b982[_0xef933d(0x4db)]('dir',_0x4a7ab4);},[_0x4a7ab4,_0x4f1643]),_0x2eab14(()=>{const _0x2173a1=_0x2bf1c4;let _0x493f0e=_0x4f1643;if(!_0x493f0e||!_0x2c490e)return;let _0x45fae9=_0x493f0e[_0x2173a1(0x3fe)](Q);return _0x493f0e['setAttribute'](Q,_0x2c490e),()=>{const _0x42bb68=_0x2173a1;if(_0x45fae9==null){_0x493f0e[_0x42bb68(0x4c6)](Q);return;}_0x493f0e[_0x42bb68(0x4db)](Q,_0x45fae9);};},[_0x2c490e,_0x4f1643]),_0x5633cf(_0xec991c,{'locale':_0x4a79b9==null?void 0x0:_0x4a79b9[_0x2bf1c4(0x653)],'direction':_0x4a7ab4,'mountContainer':_0x4f1643,'children':_0x5633cf('div',{'ref':_0x64fa84,'className':_0x55629c(_0x2bf1c4(0x482),{'univer-dark':_0x23afb0}),'data-embed-runtime-provider':_0x2bf1c4(0x3a6),'onPointerUpCapture':_0x3a4aeb=>{const _0x526f04=_0x2bf1c4;let _0x3a16bd=_0x64fa84[_0x526f04(0x545)],_0x3d82c1=_0x3a4aeb['target'];if(!_0x2c490e||!_0x3a16bd)return;let _0x5b5719=()=>es(_0x2c490e,_0x3a16bd,_0x3d82c1);typeof queueMicrotask==_0x526f04(0x421)?queueMicrotask(_0x5b5719):Promise['resolve']()[_0x526f04(0x239)](_0x5b5719);},'children':_0x36f776})});}function es(_0x356c71,_0x3e2a67,_0xcfbbce){const _0x2e55bc=_0x69bfe2;let _0x339490=_0x3e2a67[_0x2e55bc(0x220)][_0x2e55bc(0x645)];if(ts(_0x339490,_0x356c71))return;let _0x30e8cc=_0xcfbbce instanceof HTMLElement&&_0x3e2a67[_0x2e55bc(0x231)](_0xcfbbce)?_0xcfbbce:null,_0x24dbb7=ns(_0x30e8cc)?_0x30e8cc:_0x3e2a67[_0x2e55bc(0x349)]('canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])');_0x24dbb7==null||_0x24dbb7[_0x2e55bc(0x520)]({'preventScroll':!0x0});}function ts(_0x4dedec,_0x1fa505){const _0x3a1a1c=_0x69bfe2;let _0x285c0e=_0x4dedec==null?void 0x0:_0x4dedec[_0x3a1a1c(0x4bd)]('['+Q+']');return(_0x285c0e==null?void 0x0:_0x285c0e[_0x3a1a1c(0x3fe)](Q))===_0x1fa505;}function ns(_0x5ac10c){const _0x59b6cd=_0x69bfe2;return!!_0x5ac10c&&!_0x5ac10c[_0x59b6cd(0x207)](_0x59b6cd(0x250))&&_0x5ac10c[_0x59b6cd(0x586)]>=0x0;}function rs(_0x52d619){return _0x1170d2(_0x217b76=>{const _0x34208b=_0x448a;if(!_0x52d619)return()=>{};let _0x4ce5bb=_0x52d619[_0x34208b(0x622)][_0x34208b(0x483)](()=>_0x217b76());return()=>_0x4ce5bb['unsubscribe']();},()=>(_0x52d619==null?void 0x0:_0x52d619['darkMode'])??!0x1,()=>!0x1);}const is=new WeakMap(),as=new WeakMap(),os=new WeakMap();function ss(_0x573476){const _0x3f0f38=_0x69bfe2;let _0x26a258=is[_0x3f0f38(0x3fa)](_0x573476);if(_0x26a258)return os[_0x3f0f38(0x52c)](_0x26a258,(os[_0x3f0f38(0x3fa)](_0x26a258)??0x0)+0x1),_0x26a258;let _0x5ed4f3={'render':_0x3d5517=>_0x582839(_0x3d5517,_0x573476)};return is[_0x3f0f38(0x52c)](_0x573476,_0x5ed4f3),as['set'](_0x5ed4f3,_0x573476),os[_0x3f0f38(0x52c)](_0x5ed4f3,0x0),_0x5ed4f3;}function cs(_0x5ca86c){const _0x113611=_0x69bfe2;let _0x55e928=as[_0x113611(0x3fa)](_0x5ca86c),_0x1097df=os[_0x113611(0x3fa)](_0x5ca86c)??0x0;globalThis[_0x113611(0x568)](()=>{const _0x551dfd=_0x113611;_0x55e928&&is['get'](_0x55e928)!==_0x5ca86c||(os[_0x551dfd(0x3fa)](_0x5ca86c)??0x0)===_0x1097df&&(_0x55e928&&(is[_0x551dfd(0x288)](_0x55e928),as[_0x551dfd(0x288)](_0x5ca86c)),os[_0x551dfd(0x288)](_0x5ca86c),_0x55e928&&_0x24c558(_0x55e928));},0x0);}function ls(_0x14d027){const _0x58a236=_0x69bfe2;let {container:_0x250420,portalContainer:_0x1b0337,injector:_0x1f507d,childType:_0x1b67fd,childUnitId:_0xcd333c,embedId:_0x584476,menuSchema:_0x2db011,menuTitlePrefix:_0x1d264d,activeRibbonTab:_0x88e2e9,headerMenu:_0x27dcfd=!0x1,toolbarOnly:_0x16570e,ribbonHeaderClassName:_0x104993,scopedActionServiceTokens:_0x31cda8}=_0x14d027;if(_0x2db011!=null&&typeof _0x2db011!=_0x58a236(0x34f))return;let _0x3e3c8e=us(_0x1f507d,{'childType':_0x1b67fd,'childUnitId':_0xcd333c,'embedId':_0x584476,'menuSchema':_0x2db011,'menuTitlePrefix':_0x1d264d,'activeRibbonTab':_0x88e2e9,'scopedActionServiceTokens':_0x31cda8}),_0x333bd3=ss(_0x250420);return _0x333bd3[_0x58a236(0x2e6)](_0x470189(Qo,{'injector':_0x3e3c8e[_0x58a236(0x2c0)],'mountContainer':_0x1b0337??_0x250420,'embedId':_0x584476},_0x470189(_0x5aaaf1,{'ribbonType':'classic','headerMenu':_0x27dcfd,'toolbarOnly':_0x16570e,'headerClassName':_0x104993}))),_0x52e91f(()=>{const _0x3b0aeb=_0x58a236;cs(_0x333bd3),_0x3e3c8e[_0x3b0aeb(0x393)]['dispose']();});}function us(_0x1cbe30,_0x4de4a3){const _0x4cc6c4=_0x69bfe2;let {childType:_0x441b30,childUnitId:_0x352057,embedId:_0x137bcc,menuSchema:_0x1acdaa,menuTitlePrefix:_0x5153df,activeRibbonTab:_0x54905b,scopedActionServiceTokens:_0x39345b}=_0x4de4a3,_0x15bf7f=_0x1cbe30[_0x4cc6c4(0x3fa)](_0x1e60e6),_0x52360c=hs(_0x15bf7f,_0x441b30,_0x352057),_0x554c6d=new Set(_0x39345b??[]),_0x2ead3f=new WeakMap(),_0x1f869f,_0x1d5b6a=ys(_0x1cbe30[_0x4cc6c4(0x3fa)](_0x92b278),_0x15bf7f,_0x441b30,_0x352057,_0x137bcc,()=>_0x1f869f),_0x5af89d=_0x352057&&_0x1cbe30[_0x4cc6c4(0x6b7)](_0x78698c)?gs(_0x1cbe30['get'](_0x78698c),_0x441b30):void 0x0,_0x7535ca=new Map([[_0x1e60e6,_0x52360c],[_0x92b278,_0x1d5b6a]]);_0x5af89d&&_0x7535ca[_0x4cc6c4(0x52c)](_0x78698c,_0x5af89d),_0x554c6d[_0x4cc6c4(0x5dd)](_0x1a8284=>{const _0x1b7dfb=_0x4cc6c4;_0x352057&&_0x1cbe30[_0x1b7dfb(0x6b7)](_0x1a8284)&&_0x7535ca[_0x1b7dfb(0x52c)](_0x1a8284,bs(_0x1cbe30['get'](_0x1a8284),_0x15bf7f,_0x441b30,_0x352057,_0x137bcc,()=>_0x1f869f,_0x2ead3f));}),_0x1f869f=lo(_0x1cbe30,_0x7535ca);let _0x3da569,_0x516353,_0x2e5ab7={};if(_0x1acdaa&&typeof _0x1acdaa==_0x4cc6c4(0x34f)){let _0x17aa7f=new _0x149336(_0x1f869f,_0x1cbe30[_0x4cc6c4(0x3fa)](_0x4290f3));_0x17aa7f['mergeMenu'](ps(_0x1acdaa,_0x5153df,_0x1cbe30)),_0x3da569=_0x17aa7f,_0x516353=_0x17aa7f;}else{let _0x226e17=_0x1cbe30[_0x4cc6c4(0x3fa)](_0x2709d9),_0x5d5b6a=_0x226e17[_0x4cc6c4(0x378)];_0x3da569=typeof _0x5d5b6a=='function'?_0x5d5b6a['call'](_0x226e17,_0x1f869f):_0x226e17;}let _0x3a0146=new _0x2d2a1c(_0x3da569,_0x52360c);_0x2e5ab7[_0x4cc6c4(0x545)]=_0x3a0146,_0x54905b&&_0x3a0146['setActivatedTab'](_0x54905b);let _0x246736=_0x5153df?ds(_0x3a0146,_0x5153df,_0x1cbe30):_0x3a0146;return _0x1f869f[_0x4cc6c4(0x615)]([_0x2709d9,{'useValue':_0x3da569}]),_0x1f869f[_0x4cc6c4(0x615)]([_0x4ab9fa,{'useValue':_0x246736}]),{'injector':_0x1f869f,'ribbonService':_0x246736,'disposable':_0x52e91f(()=>{const _0x47fe69=_0x4cc6c4;var _0x537402;(_0x537402=_0x2e5ab7['current'])==null||_0x537402['dispose'](),_0x516353==null||_0x516353['dispose'](),_0x1f869f[_0x47fe69(0x5dc)]();})};}function ds(_0xaa09b4,_0x5ccabb,_0xfb2d00){const _0xdabcc1=_0x69bfe2;let _0x3fc2ef;try{_0x3fc2ef=_0xfb2d00[_0xdabcc1(0x3fa)](_0xcc601d);}catch{_0x3fc2ef=void 0x0;}return{'ribbon$':_0xaa09b4[_0xdabcc1(0x5eb)]['pipe'](_0x204edc(_0x2b79db=>_0x2b79db['map'](_0x409094=>fs(_0x409094,_0x5ccabb,_0x3fc2ef)))),'activatedTab$':_0xaa09b4[_0xdabcc1(0x655)],'collapsedIds$':_0xaa09b4['collapsedIds$'],'fakeToolbarVisible$':_0xaa09b4[_0xdabcc1(0x375)],'setActivatedTab':_0x4347e2=>_0xaa09b4[_0xdabcc1(0x39c)](_0x4347e2),'showContextualTab':(_0x3c3b18,_0x120ce6)=>_0xaa09b4[_0xdabcc1(0x19c)](_0x3c3b18,_0x120ce6),'hideContextualTab':_0x1f168b=>_0xaa09b4[_0xdabcc1(0x2d4)](_0x1f168b),'hideAllContextualTabs':()=>_0xaa09b4[_0xdabcc1(0x45d)](),'setCollapsedIds':_0x2d1375=>_0xaa09b4[_0xdabcc1(0x4ea)](_0x2d1375),'setFakeToolbarVisible':_0x10d321=>_0xaa09b4[_0xdabcc1(0x561)](_0x10d321)};}function fs(_0x154004,_0x2f65a9,_0x9f4984){const _0x3ed818=_0x69bfe2;let _0x3f6217=_0x154004['title']||_0x154004[_0x3ed818(0x3c1)],_0x38b589=_0x9f4984?_0x9f4984['t'](_0x3f6217):_0x3f6217;return{..._0x154004,'title':_0x2f65a9+_0x3ed818(0x684)+_0x38b589};}function ps(_0x514584,_0x2c785b,_0x29a77e){const _0x25f5c7=_0x69bfe2;if(!_0x2c785b||!_0x514584||typeof _0x514584!=_0x25f5c7(0x34f))return _0x514584;let _0x3aae39=ms(_0x514584),_0x299fe9=_0x3aae39[_0x68b63d[_0x25f5c7(0x1bf)]];if(!_0x299fe9||typeof _0x299fe9!='object')return _0x3aae39;let _0x274b5d;try{_0x274b5d=_0x29a77e[_0x25f5c7(0x3fa)](_0xcc601d);}catch{_0x274b5d=void 0x0;}return Object['values'](_0x299fe9)[_0x25f5c7(0x5dd)](_0x24d22a=>{const _0x3630d8=_0x25f5c7;if(!_0x24d22a||typeof _0x24d22a!=_0x3630d8(0x34f))return;let _0x41913f=_0x24d22a,_0x3575a1=_0x41913f[_0x3630d8(0x409)];_0x3575a1&&(_0x41913f[_0x3630d8(0x409)]=_0x2c785b+_0x3630d8(0x684)+(_0x274b5d?_0x274b5d['t'](_0x3575a1):_0x3575a1));}),_0x3aae39;}function ms(_0x4bf02d){const _0x54306=_0x69bfe2;return!_0x4bf02d||typeof _0x4bf02d!=_0x54306(0x34f)?_0x4bf02d:Array[_0x54306(0x40b)](_0x4bf02d)?_0x4bf02d['map'](_0x42dbbf=>ms(_0x42dbbf)):Object[_0x54306(0x254)](Object['entries'](_0x4bf02d)[_0x54306(0x15f)](([_0x2303b8,_0x102bb0])=>[_0x2303b8,ms(_0x102bb0)]));}function hs(_0x36e4e1,_0x17b8e0,_0x5cb49d){const _0x4e8714=_0x69bfe2;let _0x1e8869=()=>_0x5cb49d?_0x36e4e1[_0x4e8714(0x5b3)](_0x5cb49d,_0x17b8e0):null,_0x4dca21=_0x5cb49d?_0x590b30(_0x3b3d7b(_0x5cb49d),_0x36e4e1[_0x4e8714(0x639)](_0x17b8e0)[_0x4e8714(0x632)](_0x204edc(()=>_0x5cb49d)),_0x36e4e1[_0x4e8714(0x5ae)](_0x17b8e0)[_0x4e8714(0x632)](_0x204edc(()=>_0x5cb49d))):_0x36e4e1[_0x4e8714(0x20f)];return{'unitAdded$':_0x36e4e1[_0x4e8714(0x396)],'getTypeOfUnitAdded$':(..._0x5c6c47)=>_0x36e4e1[_0x4e8714(0x639)](..._0x5c6c47),'__addUnit':(..._0x362f2e)=>_0x36e4e1[_0x4e8714(0x238)](..._0x362f2e),'unitDisposed$':_0x36e4e1[_0x4e8714(0x1aa)],'getTypeOfUnitDisposed$':(..._0x3de17e)=>_0x36e4e1['getTypeOfUnitDisposed$'](..._0x3de17e),'focused$':_0x4dca21,get 'focused'(){const _0x3aa787=_0x4e8714;return _0x1e8869()??_0x36e4e1[_0x3aa787(0x365)]();},'focusUnit':(..._0x3efac8)=>_0x36e4e1[_0x4e8714(0x3c5)](..._0x3efac8),'getFocusedUnit':()=>_0x1e8869()??_0x36e4e1[_0x4e8714(0x365)](),'getCurrentUnitOfType':_0x3c9c76=>_0x3c9c76===_0x17b8e0&&_0x5cb49d?_0x1e8869():_0x36e4e1[_0x4e8714(0x256)](_0x3c9c76),'setCurrentUnitForType':(..._0x503827)=>_0x36e4e1[_0x4e8714(0x1d4)](..._0x503827),'getCurrentTypeOfUnit$':_0x14a23e=>_0x14a23e!==_0x17b8e0||!_0x5cb49d?_0x36e4e1[_0x4e8714(0x3b7)](_0x14a23e):_0x590b30(_0x3b3d7b(void 0x0),_0x36e4e1[_0x4e8714(0x639)](_0x17b8e0),_0x36e4e1[_0x4e8714(0x5ae)](_0x17b8e0))[_0x4e8714(0x632)](_0x204edc(()=>_0x1e8869())),'createUnit':(..._0x464ee0)=>_0x36e4e1['createUnit'](..._0x464ee0),'getUnitCreateOptions':(..._0x4fe9c2)=>_0x36e4e1['getUnitCreateOptions'](..._0x4fe9c2),'disposeUnit':(..._0x35f6c3)=>_0x36e4e1['disposeUnit'](..._0x35f6c3),'registerCtorForType':(..._0x4dab64)=>_0x36e4e1['registerCtorForType'](..._0x4dab64),'getUnit':(..._0x52f630)=>_0x36e4e1[_0x4e8714(0x5b3)](..._0x52f630),'getAllUnitsForType':(..._0x43459b)=>_0x36e4e1['getAllUnitsForType'](..._0x43459b),'getUnitType':(..._0x5e6ecf)=>_0x36e4e1[_0x4e8714(0x267)](..._0x5e6ecf)};}function gs(_0x29af49,_0x5b44d5){const _0x30a137=_0x69bfe2;return{'contextChanged$':_0x29af49['contextChanged$'],'getContextValue':_0x40a0d3=>_s(_0x40a0d3,_0x5b44d5)??_0x29af49['getContextValue'](_0x40a0d3),'setContextValue':(_0x586a72,_0x9583ac)=>_0x29af49[_0x30a137(0x316)](_0x586a72,_0x9583ac),'subscribeContextValue$':_0x2adaa2=>{const _0x37c40c=_0x30a137;let _0x5bfc82=_s(_0x2adaa2,_0x5b44d5);return _0x5bfc82==null?_0x29af49[_0x37c40c(0x5ef)](_0x2adaa2):_0x3b3d7b(_0x5bfc82);}};}function _s(_0x5468dd,_0x52a95e){if(_0x5468dd===_0x348d7d)return!0x0;if(_0x5468dd===_0x5dd605||_0x5468dd===_0x9e8e84||_0x5468dd===_0x48d3fe)return _0x5468dd===vs(_0x52a95e);}function vs(_0x3b68d6){const _0x324247=_0x69bfe2;if(_0x3b68d6===_0x420dc4[_0x324247(0x6a5)])return _0x5dd605;if(_0x3b68d6===_0x420dc4[_0x324247(0x182)])return _0x9e8e84;if(_0x3b68d6===_0x420dc4['UNIVER_SLIDE'])return _0x48d3fe;}function ys(_0x12e6b2,_0x1e649d,_0x56fe67,_0x9f4515,_0x384954,_0x59bbcc){const _0x5ac47e=_0x69bfe2;return _0x9f4515?{'disposed':()=>_0x12e6b2[_0x5ac47e(0x4eb)](),'hasCommand':_0x5592e0=>_0x12e6b2['hasCommand'](_0x5592e0),'registerCommand':(..._0x4911af)=>_0x12e6b2[_0x5ac47e(0x692)](..._0x4911af),'unregisterCommand':_0x123ba2=>_0x12e6b2[_0x5ac47e(0x315)](_0x123ba2),'registerMultipleCommand':(..._0x2e9492)=>_0x12e6b2[_0x5ac47e(0x3eb)](..._0x2e9492),'executeCommand':async(..._0x2919fc)=>{const _0x1fbfcf=_0x5ac47e;let _0x5d5ebd=_0x1e649d[_0x1fbfcf(0x256)](_0x56fe67);try{return _0x1e649d[_0x1fbfcf(0x1d4)](_0x9f4515),await _0x12e6b2[_0x1fbfcf(0x531)](_0x2919fc[0x0],_0x2919fc[0x1],_0x2919fc[0x2]);}finally{ws(_0x1e649d,_0x9f4515,_0x5d5ebd,_0x384954,_0x59bbcc);}},'syncExecuteCommand':(..._0x48b7b9)=>{const _0x47949b=_0x5ac47e;let _0x517608=_0x1e649d[_0x47949b(0x256)](_0x56fe67);try{return _0x1e649d[_0x47949b(0x1d4)](_0x9f4515),_0x12e6b2[_0x47949b(0x1fb)](_0x48b7b9[0x0],_0x48b7b9[0x1],_0x48b7b9[0x2]);}finally{ws(_0x1e649d,_0x9f4515,_0x517608,_0x384954,_0x59bbcc);}},'onCommandExecuted':(..._0x318321)=>_0x12e6b2[_0x5ac47e(0x5d2)](..._0x318321),'beforeCommandExecuted':(..._0x562f9e)=>_0x12e6b2[_0x5ac47e(0x3b0)](..._0x562f9e),'onMutationExecutedForCollab':(..._0x15c8d3)=>_0x12e6b2['onMutationExecutedForCollab'](..._0x15c8d3)}:_0x12e6b2;}function bs(_0x352d2f,_0x16d4bf,_0x21d19d,_0xe6d149,_0x4b5bb4,_0xbec3b2,_0x4cc90a){const _0x3b7664=_0x69bfe2;if(typeof _0x352d2f!=_0x3b7664(0x34f)&&typeof _0x352d2f!=_0x3b7664(0x421)||_0x352d2f==null)return _0x352d2f;let _0x574aef=_0x352d2f,_0x578ff5=_0x4cc90a==null?void 0x0:_0x4cc90a['get'](_0x574aef);if(_0x578ff5)return _0x578ff5;let _0x49354e={..._0x574aef};return xs(_0x574aef,_0x49354e,_0x16d4bf,_0x21d19d,_0xe6d149,_0x4b5bb4,_0xbec3b2),_0x4cc90a==null||_0x4cc90a[_0x3b7664(0x52c)](_0x574aef,_0x49354e),_0x49354e;}function xs(_0x158073,_0x166fca,_0x309952,_0x474caf,_0x3fe29f,_0xd376d4,_0x28c48f){const _0x3a7043=_0x69bfe2;let _0x403faa=_0x4af991=>{if(_0x4af991==='constructor')return;let _0x195bb6=_0x158073[_0x4af991];if(typeof _0x195bb6!='function')return;let _0x180c3a=_0x166fca;_0x180c3a[_0x4af991]=(..._0x5d4cc4)=>Ss(_0x309952,_0x474caf,_0x3fe29f,_0xd376d4,_0x28c48f,()=>_0x195bb6['apply'](_0x158073,_0x5d4cc4));};Object['keys'](_0x158073)['forEach'](_0x403faa);let _0x20a809=Object['getPrototypeOf'](_0x158073);_0x20a809&&_0x20a809!==Object[_0x3a7043(0x54a)]&&Object['getOwnPropertyNames'](_0x20a809)[_0x3a7043(0x5dd)](_0x403faa);}function Ss(_0x1b531c,_0x5407d9,_0x1598b6,_0x5180a7,_0x1f9c26,_0x122918){const _0x1414bf=_0x69bfe2;let _0x11b1bf=_0x1b531c['getCurrentUnitOfType'](_0x5407d9),_0xb35552;try{_0x1b531c[_0x1414bf(0x1d4)](_0x1598b6),_0xb35552=_0x122918();}catch(_0xe87619){throw ws(_0x1b531c,_0x1598b6,_0x11b1bf,_0x5180a7,_0x1f9c26),_0xe87619;}return Cs(_0xb35552)?_0xb35552[_0x1414bf(0x51a)](()=>{ws(_0x1b531c,_0x1598b6,_0x11b1bf,_0x5180a7,_0x1f9c26);}):(ws(_0x1b531c,_0x1598b6,_0x11b1bf,_0x5180a7,_0x1f9c26),_0xb35552);}function Cs(_0x3b9d0d){const _0x30edce=_0x69bfe2;return!!(_0x3b9d0d&&typeof _0x3b9d0d['finally']==_0x30edce(0x421));}function ws(_0x3b483a,_0x27eba8,_0x31b0c9,_0x2482b2,_0x73ea64){const _0x4b9c2c=_0x69bfe2;if(Ts(_0x2482b2,_0x73ea64)){var _0x120b0b;_0x3b483a[_0x4b9c2c(0x1d4)](_0x27eba8),(_0x120b0b=_0x3b483a['focusUnit'])==null||_0x120b0b[_0x4b9c2c(0x194)](_0x3b483a,_0x27eba8);return;}_0x31b0c9&&_0x3b483a[_0x4b9c2c(0x1d4)](_0x31b0c9['getUnitId']());}function Ts(_0x19be8c,_0x4063ed){const _0x12c3d2=_0x69bfe2;let _0x32e8db=_0x4063ed==null?void 0x0:_0x4063ed();return!_0x19be8c||!(_0x32e8db!=null&&_0x32e8db[_0x12c3d2(0x6b7)](Z))?!0x1:_0x32e8db[_0x12c3d2(0x3fa)](Z)[_0x12c3d2(0x2ed)](_0x19be8c);}const Es=new WeakMap();let Ds=0x0;function Os(_0x4d1f3c,_0x55ae7b){const _0x290049=_0x69bfe2;if(!_0x4d1f3c[_0x290049(0x6b7)](Ms))return As(_0x4d1f3c,_0x55ae7b);let _0x22423e=_0x4d1f3c['get'](Ms);if(!(_0x55ae7b['id']&&_0x22423e[_0x290049(0x5ce)](_0x55ae7b['childType'],_0x55ae7b[_0x290049(0x6a2)])[_0x290049(0x3d4)](_0x3ee2c8=>_0x3ee2c8['id']===_0x55ae7b['id'])))return _0x22423e[_0x290049(0x47c)](_0x55ae7b);}function ks(_0x547eb8){const _0x20257f=_0x69bfe2;if(!_0x547eb8['has'](Ms))return;let _0x29cbd6=Es[_0x20257f(0x3fa)](_0x547eb8);_0x29cbd6!=null&&_0x29cbd6[_0x20257f(0x2c5)]&&([..._0x29cbd6[_0x20257f(0x2f1)]()][_0x20257f(0x2ca)]((_0x230963,_0x65f22f)=>_0x230963[_0x20257f(0x40f)]-_0x65f22f[_0x20257f(0x40f)])[_0x20257f(0x5dd)](({contribution:_0x54ab97})=>Os(_0x547eb8,_0x54ab97)),Es[_0x20257f(0x288)](_0x547eb8));}function As(_0x3ea4ce,_0x317d87){const _0xd0e275=_0x69bfe2;let _0x75c2be={'contribution':_0x317d87,'index':Ds++},_0x3b8dd0=js(_0x317d87,_0x75c2be[_0xd0e275(0x40f)]),_0x111aaf=_0x3ea4ce,_0x6d2bbc=Es[_0xd0e275(0x3fa)](_0x111aaf)??new Map();return _0x6d2bbc[_0xd0e275(0x52c)](_0x3b8dd0,_0x75c2be),Es[_0xd0e275(0x52c)](_0x111aaf,_0x6d2bbc),_0x52e91f(()=>{const _0x2f1039=_0xd0e275;let _0x4589d2=Es[_0x2f1039(0x3fa)](_0x111aaf);(_0x4589d2==null?void 0x0:_0x4589d2[_0x2f1039(0x3fa)](_0x3b8dd0))===_0x75c2be&&_0x4589d2[_0x2f1039(0x288)](_0x3b8dd0);});}function js(_0x7c2a6a,_0x5ba3e7){const _0x1686f3=_0x69bfe2;let _0x334f9f=Ps(_0x7c2a6a);return _0x7c2a6a['id']?_0x7c2a6a[_0x1686f3(0x246)]+':'+_0x334f9f+':'+_0x7c2a6a['id']:_0x7c2a6a[_0x1686f3(0x246)]+':'+_0x334f9f+_0x1686f3(0x5a2)+_0x5ba3e7;}var Ms=class{constructor(){const _0x594276=_0x69bfe2;Y(this,_0x594276(0x1fc),new Map()),Y(this,'_nextIndex',0x0);}[_0x69bfe2(0x47c)](_0x4fa639){const _0x378984=_0x69bfe2;let _0xc07d21={'contribution':_0x4fa639,'index':this[_0x378984(0x392)]++},_0x4b1fce=this[_0x378984(0x1fc)][_0x378984(0x3fa)](_0x4fa639[_0x378984(0x246)])??[];return _0x4b1fce[_0x378984(0x5a8)](_0xc07d21),_0x4b1fce['sort'](Fs),this[_0x378984(0x1fc)][_0x378984(0x52c)](_0x4fa639[_0x378984(0x246)],_0x4b1fce),_0x52e91f(()=>{const _0x588699=_0x378984;let _0x3d36d8=this[_0x588699(0x1fc)][_0x588699(0x3fa)](_0x4fa639[_0x588699(0x246)]);if(!_0x3d36d8)return;let _0x4dccba=_0x3d36d8[_0x588699(0x534)](_0x34be40=>_0x34be40!==_0xc07d21);_0x4dccba[_0x588699(0x37f)]?this['_contributions']['set'](_0x4fa639[_0x588699(0x246)],_0x4dccba):this[_0x588699(0x1fc)][_0x588699(0x288)](_0x4fa639['childType']);});}[_0x69bfe2(0x3fa)](_0xe40fc){return this['getAll'](_0xe40fc)[0x0];}['getAll'](_0x2d69b1,_0x5a056e){const _0x37ac29=_0x69bfe2;return(this[_0x37ac29(0x1fc)][_0x37ac29(0x3fa)](_0x2d69b1)??[])[_0x37ac29(0x15f)](_0x564abc=>_0x564abc[_0x37ac29(0x1e0)])[_0x37ac29(0x534)](_0xdf1fef=>!_0x5a056e||Ps(_0xdf1fef)===_0x5a056e);}[_0x69bfe2(0x1d5)](_0x46d192,_0x58166a=_0x69bfe2(0x5a7)){const _0x55f45a=_0x69bfe2;let _0xde9b26=this[_0x55f45a(0x5ce)](_0x46d192,_0x58166a)[_0x55f45a(0x15f)](_0x4e00b0=>_0x4e00b0[_0x55f45a(0x594)])['filter'](_0x139e02=>_0x139e02&&typeof _0x139e02=='object');if(_0xde9b26[_0x55f45a(0x37f)])return Is(_0xde9b26);}['mountMenu'](_0x2b13f8){const _0x210242=_0x69bfe2;let _0x1dba89=_0x2b13f8['surface']??'ribbon',_0x35bd6e=this[_0x210242(0x5ce)](_0x2b13f8[_0x210242(0x246)],_0x1dba89);if(!_0x35bd6e[_0x210242(0x37f)])return;let _0x370f47=_0x35bd6e[_0x210242(0x534)](_0x438ddd=>_0x438ddd[_0x210242(0x547)]);if(_0x370f47[_0x210242(0x37f)]){let _0x51c059=_0x370f47[_0x210242(0x15f)](_0x2f72f1=>{const _0x58daa7=_0x210242;var _0x1cc753;return(_0x1cc753=_0x2f72f1[_0x58daa7(0x547)])==null?void 0x0:_0x1cc753[_0x58daa7(0x194)](_0x2f72f1,{..._0x2b13f8,'surface':_0x1dba89,'menuSchema':_0x2f72f1[_0x58daa7(0x594)],'scopedActionServiceTokens':_0x2f72f1['scopedActionServiceTokens']});})['filter'](_0x3a0f1a=>!!_0x3a0f1a);return _0x52e91f(()=>{const _0x288b0b=_0x210242;_0x51c059[_0x288b0b(0x5dd)](_0x44b005=>_0x44b005[_0x288b0b(0x5dc)]());});}let _0x339a4=this[_0x210242(0x1d5)](_0x2b13f8[_0x210242(0x246)],_0x1dba89);if(_0x1dba89===_0x210242(0x5a7))return ls({..._0x2b13f8,'surface':_0x1dba89,'menuSchema':_0x339a4,'scopedActionServiceTokens':Ns(_0x35bd6e)})??void 0x0;}};function Ns(_0x1d91df){const _0x55bf7e=_0x69bfe2;let _0x57a1e5=_0x1d91df[_0x55bf7e(0x3ca)](_0x3247ab=>_0x3247ab['scopedActionServiceTokens']??[]);return _0x57a1e5[_0x55bf7e(0x37f)]?Array[_0x55bf7e(0x157)](new Set(_0x57a1e5)):void 0x0;}function Ps(_0x121eee){const _0x38762f=_0x69bfe2;return _0x121eee[_0x38762f(0x6a2)]??_0x38762f(0x5a7);}function Fs(_0x5cfd55,_0x43eb20){const _0x5b4ff0=_0x69bfe2;return(_0x5cfd55['contribution'][_0x5b4ff0(0x53d)]??_0x5cfd55[_0x5b4ff0(0x40f)])-(_0x43eb20[_0x5b4ff0(0x1e0)][_0x5b4ff0(0x53d)]??_0x43eb20[_0x5b4ff0(0x40f)])||_0x5cfd55[_0x5b4ff0(0x40f)]-_0x43eb20[_0x5b4ff0(0x40f)];}function Is(_0x1f1ea1){const _0x352f43=_0x69bfe2;return _0x1f1ea1[_0x352f43(0x3a9)]((_0x21a04d,_0x2e7323)=>Bs(_0x21a04d,Ls(_0x2e7323)),{});}function Ls(_0x2277a8){const _0x1e30a3=_0x69bfe2;if(!Hs(_0x2277a8))return _0x2277a8;let _0x245a2c=new Set(Object[_0x1e30a3(0x2f1)](_0x3617c0)),_0xe95293=Object[_0x1e30a3(0x22a)](_0x2277a8)[_0x1e30a3(0x534)](([_0x76c6b6])=>_0x245a2c[_0x1e30a3(0x6b7)](_0x76c6b6)),_0x10ba7c=Object[_0x1e30a3(0x22a)](_0x2277a8)[_0x1e30a3(0x534)](([_0x13e23f])=>zs(_0x13e23f));if(!_0xe95293[_0x1e30a3(0x37f)]&&!_0x10ba7c['length'])return _0x2277a8;let _0x27c217={};Object['entries'](_0x2277a8)[_0x1e30a3(0x5dd)](([_0x157fab,_0x4171bb])=>{const _0x363423=_0x1e30a3;!_0x245a2c[_0x363423(0x6b7)](_0x157fab)&&!zs(_0x157fab)&&(_0x27c217[_0x157fab]=Vs(_0x4171bb));});let _0x446453=Hs(_0x27c217[_0x68b63d[_0x1e30a3(0x1bf)]])?_0x27c217[_0x68b63d['RIBBON']]:{};return _0xe95293[_0x1e30a3(0x5dd)](([_0x287cb6,_0x3dcd4e])=>{_0x446453[_0x287cb6]=_0x287cb6 in _0x446453?Bs(_0x446453[_0x287cb6],_0x3dcd4e):Vs(_0x3dcd4e);}),_0x10ba7c['forEach'](([_0x33705e,_0x4ff8c6])=>{let _0x39067a=zs(_0x33705e);if(!_0x39067a)return;let _0x3e50de=Hs(_0x446453[_0x39067a])?_0x446453[_0x39067a]:{};_0x3e50de[_0x33705e]=_0x33705e in _0x3e50de?Bs(_0x3e50de[_0x33705e],_0x4ff8c6):Vs(_0x4ff8c6),_0x446453[_0x39067a]=_0x3e50de;}),_0x27c217[_0x68b63d[_0x1e30a3(0x1bf)]]=_0x446453,_0x27c217;}const Rs=[[Object[_0x69bfe2(0x2f1)](_0x22e198),_0x3617c0['START']],[Object[_0x69bfe2(0x2f1)](_0x50b190),_0x3617c0['INSERT']],[Object[_0x69bfe2(0x2f1)](_0x48bb38),_0x3617c0[_0x69bfe2(0x236)]],[Object[_0x69bfe2(0x2f1)](_0x574e4d),_0x3617c0[_0x69bfe2(0x64e)]],[Object[_0x69bfe2(0x2f1)](_0x37f8c4),_0x3617c0[_0x69bfe2(0x511)]],[Object[_0x69bfe2(0x2f1)](_0x242b8a),_0x3617c0[_0x69bfe2(0x551)]]];function zs(_0x5e7303){const _0x741577=_0x69bfe2;var _0x11b4e7;return(_0x11b4e7=Rs[_0x741577(0x1d3)](([_0x356fa8])=>_0x356fa8[_0x741577(0x536)](_0x5e7303)))==null?void 0x0:_0x11b4e7[0x1];}function Bs(_0x4f2af1,_0x356a2a){const _0x478d9f=_0x69bfe2;if(!Hs(_0x4f2af1)||!Hs(_0x356a2a))return Vs(_0x356a2a);let _0x488f91={..._0x4f2af1};return Object[_0x478d9f(0x22a)](_0x356a2a)[_0x478d9f(0x5dd)](([_0x2ba4c9,_0x1695ad])=>{_0x488f91[_0x2ba4c9]=_0x2ba4c9 in _0x488f91?Bs(_0x488f91[_0x2ba4c9],_0x1695ad):Vs(_0x1695ad);}),_0x488f91;}function Vs(_0x1fb5dd){const _0x3965e2=_0x69bfe2;return Array[_0x3965e2(0x40b)](_0x1fb5dd)?_0x1fb5dd[_0x3965e2(0x15f)](_0x2f02a6=>Vs(_0x2f02a6)):Hs(_0x1fb5dd)?Object['fromEntries'](Object[_0x3965e2(0x22a)](_0x1fb5dd)[_0x3965e2(0x15f)](([_0x27f91b,_0x12e439])=>[_0x27f91b,Vs(_0x12e439)])):_0x1fb5dd;}function Hs(_0x2ec979){const _0x50d145=_0x69bfe2;return!!_0x2ec979&&typeof _0x2ec979==_0x50d145(0x34f)&&!Array[_0x50d145(0x40b)](_0x2ec979);}function Us(_0x363108,_0x54ba67,_0x541247){const _0x70b98c=_0x69bfe2;let {viewport:_0x127673,menuSlot:_0x5c96ed,popupSlot:_0x21e689}=_0x541247;return{'hostUnitId':_0x363108['hostUnitId'],'hostAnchorId':_0x363108[_0x70b98c(0x35f)],'embedId':_0x363108[_0x70b98c(0x2c9)],'childUnitId':_0x363108[_0x70b98c(0x3cb)],'childType':_0x363108[_0x70b98c(0x246)],'layout':_0x54ba67,'mode':_0x70b98c(0x3b2),'rootElement':_0x127673,'contentRoot':Ia(_0x127673,_0x70b98c(0x275))??_0x127673,'canvasRoot':Ia(_0x127673,_0x70b98c(0x4fb))??_0x127673,'overlayRoot':Ia(_0x127673,'data-embed-overlay-root')??_0x127673,'popupRoot':_0x21e689??Ia(_0x127673,'data-embed-popup-root')??_0x127673,'menuOutlet':{'container':_0x5c96ed},'active$':_0x3b3d7b(!0x0),'fullscreen':!0x0};}function Ws(_0x27154f){const _0x33e3b1=_0x69bfe2;let {injector:_0x5d1ab9,descriptor:_0x446e40,renderScope:_0x3f391b}=_0x27154f,_0x125d08=[],_0x23cb3d=_0x446e40[_0x33e3b1(0x2c9)];if(_0x5d1ab9[_0x33e3b1(0x6b7)](Z)){let _0x53e901=_0x5d1ab9['get'](Z);_0x125d08[_0x33e3b1(0x5a8)](_0x53e901[_0x33e3b1(0x448)]({'embedId':_0x23cb3d,'hostUnitId':_0x446e40['hostUnitId'],'childUnitId':_0x446e40[_0x33e3b1(0x3cb)],'childType':_0x446e40[_0x33e3b1(0x246)],'sessionMode':_0x33e3b1(0x387)})),_0x446e40[_0x33e3b1(0x3cb)]&&_0x125d08[_0x33e3b1(0x5a8)](_0x53e901[_0x33e3b1(0x6ab)]({'embedId':_0x23cb3d,'role':_0x33e3b1(0x37e),'owner':_0x33e3b1(0x614),'sessionMode':'child-fullscreen','hostUnitId':_0x446e40[_0x33e3b1(0x278)],'childUnitId':_0x446e40[_0x33e3b1(0x3cb)],'childType':_0x446e40[_0x33e3b1(0x246)]})),Gs(_0x27154f)[_0x33e3b1(0x5dd)](({element:_0x33fdb5,role:_0x124543})=>{const _0x4850b0=_0x33e3b1;_0x125d08[_0x4850b0(0x5a8)](_0x53e901[_0x4850b0(0x4fa)]({'embedId':_0x23cb3d,'element':_0x33fdb5,'role':_0x124543}));});}if(_0x5d1ab9[_0x33e3b1(0x6b7)](Ka)){let _0xa9c48f=_0x5d1ab9[_0x33e3b1(0x3fa)](Ka);Gs(_0x27154f)[_0x33e3b1(0x5dd)](({element:_0x1135fc})=>{const _0x1be503=_0x33e3b1;_0x125d08[_0x1be503(0x5a8)](_0xa9c48f[_0x1be503(0x2fb)](_0x23cb3d,_0x1135fc));}),_0x125d08[_0x33e3b1(0x5a8)](_0xa9c48f[_0x33e3b1(0x656)](_0x23cb3d,_0x3f391b[_0x33e3b1(0x661)][_0x33e3b1(0x220)]));}return _0x52e91f(()=>{const _0x146d34=_0x33e3b1;[..._0x125d08]['reverse']()[_0x146d34(0x5dd)](_0x900e8e=>_0x900e8e[_0x146d34(0x5dc)]());});}function Gs(_0x50f039){const _0x457818=_0x69bfe2;let {renderScope:_0x141a6d,menuRoot:_0x17ea01,menuSlot:_0x2af696,popupSlot:_0x3b2356,sidebarSlot:_0x4ea699,rightSidebarSlot:_0x2f7602,footerSlot:_0x4da235}=_0x50f039,_0x1e07a9=[{'element':_0x141a6d[_0x457818(0x661)],'role':_0x457818(0x20b)},{'element':_0x141a6d[_0x457818(0x461)],'role':'runtime'},{'element':_0x141a6d[_0x457818(0x4a7)],'role':_0x457818(0x20b)},{'element':_0x141a6d[_0x457818(0x20e)],'role':_0x457818(0x20b)},{'element':_0x17ea01,'role':_0x457818(0x350)},{'element':_0x2af696,'role':'floating-menu'},{'element':_0x4da235,'role':'floating-menu'},{'element':_0x4ea699,'role':_0x457818(0x5fb)},{'element':_0x2f7602,'role':_0x457818(0x5fb)},{'element':_0x3b2356,'role':'child-popup'}],_0x559703=new Set();return _0x1e07a9[_0x457818(0x3ca)](({element:_0x3346be,role:_0x4ec866})=>!_0x3346be||_0x559703['has'](_0x3346be)?[]:(_0x559703[_0x457818(0x615)](_0x3346be),[{'element':_0x3346be,'role':_0x4ec866}]));}function Ks(_0x58d0a1){return qs(_0x58d0a1)||Js(_0x58d0a1);}function qs(_0x3a4991){const _0xe08ed6=_0x69bfe2;if(!_0x3a4991['injector'][_0xe08ed6(0x6b7)](Ha)||_0x3a4991[_0xe08ed6(0x4e2)][_0xe08ed6(0x246)]==null)return;let _0x46512c=_0x3a4991[_0xe08ed6(0x2c0)][_0xe08ed6(0x3fa)](Ha)[_0xe08ed6(0x3fa)](_0x3a4991[_0xe08ed6(0x4e2)][_0xe08ed6(0x246)]);if((_0x46512c==null?void 0x0:_0x46512c[_0xe08ed6(0x5e0)])===_0xe08ed6(0x5a7)){if(_0x3a4991[_0xe08ed6(0x2c0)][_0xe08ed6(0x6b7)](Ms)){let _0x3d1a96=_0x3a4991['injector'][_0xe08ed6(0x3fa)](Ms)['mountMenu']({'container':_0x3a4991[_0xe08ed6(0x1bb)],'portalContainer':_0x3a4991[_0xe08ed6(0x527)][_0xe08ed6(0x1a6)]['roots']['popup'],'injector':_0x3a4991[_0xe08ed6(0x527)]['runtimeScope'][_0xe08ed6(0x2c0)],'childType':_0x3a4991[_0xe08ed6(0x4e2)][_0xe08ed6(0x246)],'childUnitId':_0x3a4991['descriptor']['childUnitId'],'embedId':_0x3a4991[_0xe08ed6(0x4e2)][_0xe08ed6(0x2c9)],'surface':_0xe08ed6(0x5a7),'headerMenu':!0x0,'ribbonHeaderClassName':_0xe08ed6(0x45c)});if(_0x3d1a96)return _0x3d1a96;}return ls({'container':_0x3a4991[_0xe08ed6(0x1bb)],'portalContainer':_0x3a4991[_0xe08ed6(0x527)][_0xe08ed6(0x1a6)][_0xe08ed6(0x2eb)][_0xe08ed6(0x286)],'injector':_0x3a4991[_0xe08ed6(0x527)]['runtimeScope']['injector'],'childType':_0x3a4991['descriptor'][_0xe08ed6(0x246)],'childUnitId':_0x3a4991['descriptor']['childUnitId'],'embedId':_0x3a4991[_0xe08ed6(0x4e2)]['embedId'],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0xe08ed6(0x45c)});}}function Js(_0x5167ba){const _0x14b52e=_0x69bfe2;if(!_0x5167ba[_0x14b52e(0x2c0)][_0x14b52e(0x6b7)](Bo)||_0x5167ba['descriptor']['childType']==null||!_0x5167ba[_0x14b52e(0x4e2)][_0x14b52e(0x3cb)])return;let _0x46a80c=_0x5167ba['injector']['get'](Bo)[_0x14b52e(0x3fa)](_0x5167ba[_0x14b52e(0x4e2)][_0x14b52e(0x404)],_0x5167ba[_0x14b52e(0x4e2)][_0x14b52e(0x610)],_0x5167ba['descriptor'][_0x14b52e(0x246)]),_0x36118d=_0x46a80c==null?void 0x0:_0x46a80c[_0x14b52e(0x5b5)]({..._0x5167ba[_0x14b52e(0x527)],'active':{'hostUnitId':_0x5167ba[_0x14b52e(0x4e2)][_0x14b52e(0x278)],'embedId':_0x5167ba['descriptor'][_0x14b52e(0x2c9)],'childUnitId':_0x5167ba[_0x14b52e(0x4e2)]['childUnitId'],'stage':_0x14b52e(0x45e)}});return _0x36118d?_0x52e91f(()=>_0x36118d[_0x14b52e(0x5dc)]()):void 0x0;}var Ys=class{constructor(){const _0x49daa0=_0x69bfe2;Y(this,_0x49daa0(0x4e6),new _0x5f7fcb(null)),Y(this,_0x49daa0(0x44f),new _0x3bbac0()),Y(this,_0x49daa0(0x3c4),this[_0x49daa0(0x4e6)][_0x49daa0(0x5d7)]()),Y(this,_0x49daa0(0x1cf),this[_0x49daa0(0x44f)][_0x49daa0(0x5d7)]());}[_0x69bfe2(0x2db)](){const _0x213c9e=_0x69bfe2;return this[_0x213c9e(0x4e6)][_0x213c9e(0x603)]();}['enter'](_0x25f9f7){const _0x42ef38=_0x69bfe2;var _0x18fd44,_0x3b1262;if(!_0x25f9f7[_0x42ef38(0x3cb)]||_0x25f9f7['childType']==null)throw Error(_0x42ef38(0x61d));let _0x31365a=((_0x18fd44=_0x25f9f7[_0x42ef38(0x35b)])==null?void 0x0:_0x18fd44[_0x42ef38(0x223)])||void 0x0,_0x599967=((_0x3b1262=_0x25f9f7['sourceMeta'])==null?void 0x0:_0x3b1262[_0x42ef38(0x539)])||void 0x0;if(_0x599967&&_0x599967[_0x42ef38(0x41d)]&&!_0x31365a)throw Error('EMBED_FULLSCREEN_TAB_NOT_SUPPORTED');let _0x31cc6e=_0x31365a?_0x31365a[_0x42ef38(0x4ef)]:void 0x0;if(!_0x31cc6e)throw Error(_0x42ef38(0x152));let _0x3c61a6={'hostUnitId':_0x25f9f7[_0x42ef38(0x278)],'embedId':_0x25f9f7[_0x42ef38(0x2c9)],'childUnitId':_0x25f9f7[_0x42ef38(0x3cb)],'childType':_0x25f9f7['childType'],'entry':_0x25f9f7[_0x42ef38(0x610)],'layout':_0x31cc6e};return this[_0x42ef38(0x4e6)][_0x42ef38(0x575)](_0x3c61a6),_0x3c61a6;}[_0x69bfe2(0x50f)](_0x1da145){const _0x1035a9=_0x69bfe2;let _0xdd623f=this['getSession']();_0xdd623f&&(!_0x1da145||_0xdd623f[_0x1035a9(0x2c9)]===_0x1da145)&&this[_0x1035a9(0x4e6)][_0x1035a9(0x575)](null);}[_0x69bfe2(0x6bb)](_0x2e4dad){const _0x310365=_0x69bfe2;this[_0x310365(0x44f)]['next'](_0x2e4dad);}};function Xs(){const _0x43bdaf=_0x69bfe2;let _0x2361c7=_0x1c4e2b(_0x19e684),_0x305f4b=_0x1c4e2b(_0xcc601d),_0x5aaddd=_0x1c4e2b(Zo),_0x246752=_0x1c4e2b(Ys),_0x5c0699=_0x57ab3c(null),_0x3a75f6=_0x57ab3c(null),_0x130ef1=_0x57ab3c(null),_0x30bf75=_0x57ab3c(null),_0x520986=_0x57ab3c(null),_0x4d3ad0=_0x57ab3c(null),_0x118546=_0x57ab3c(null),_0x5514bb=_0x464678(()=>_0x246752['session$'],_0x246752[_0x43bdaf(0x2db)](),!0x1,[_0x246752]),[_0x1ceaaa,_0x56f197]=_0x17a404(null);if(_0x2eab14(()=>{const _0x26854a=_0x43bdaf;var _0x2feee0;let _0x4416b8=_0x130ef1[_0x26854a(0x545)],_0xcbdea=_0x3a75f6[_0x26854a(0x545)],_0x2b156f=_0x30bf75[_0x26854a(0x545)],_0x1a0de7=_0x520986[_0x26854a(0x545)],_0x13ad85=_0x4d3ad0['current'],_0x5593e8=_0x118546[_0x26854a(0x545)];if(!_0x5514bb||!_0x4416b8||!_0xcbdea||!_0x2b156f||!_0x1a0de7||!_0x13ad85||!_0x5593e8)return;let _0x2d1c24=$s(_0x2361c7,_0x5514bb[_0x26854a(0x278)],_0x5514bb['embedId']);if(!(_0x2d1c24!=null&&_0x2d1c24[_0x26854a(0x3cb)])||_0x2d1c24[_0x26854a(0x246)]==null){_0x4416b8[_0x26854a(0x319)]['embedFullscreenStatus']=_0x26854a(0x591);return;}let _0x160675=_0x2361c7[_0x26854a(0x3fa)](zo)[_0x26854a(0x3fa)](_0x2d1c24[_0x26854a(0x246)]);if(!(_0x160675!=null&&_0x160675['supportedLayouts'][_0x26854a(0x536)](_0x5514bb[_0x26854a(0x4ef)]))){_0x4416b8[_0x26854a(0x319)][_0x26854a(0x54d)]=_0x26854a(0x64f);return;}_0x4416b8[_0x26854a(0x319)][_0x26854a(0x54d)]=_0x26854a(0x3a0),_0x4416b8['dataset'][_0x26854a(0x2c9)]=_0x2d1c24[_0x26854a(0x2c9)],_0x4416b8[_0x26854a(0x319)][_0x26854a(0x200)]=_0x2d1c24[_0x26854a(0x610)],_0x4416b8['dataset'][_0x26854a(0x597)]=_0x2d1c24['hostAnchorId'],_0x4416b8[_0x26854a(0x319)][_0x26854a(0x509)]=_0x5514bb[_0x26854a(0x4ef)],_0x4416b8['dataset'][_0x26854a(0x17f)]=String(_0x2d1c24[_0x26854a(0x246)]),_0x4416b8[_0x26854a(0x319)]['embedChildUnitId']=_0x2d1c24[_0x26854a(0x3cb)];let _0x8d15da=La(_0x4416b8),_0x4ff504=Us(_0x2d1c24,_0x5514bb[_0x26854a(0x4ef)],{'viewport':_0x4416b8,'menuSlot':_0xcbdea,'popupSlot':_0x2b156f,'footerSlot':_0x5593e8}),_0x14ac7e={'descriptor':_0x2d1c24,'layout':_0x5514bb[_0x26854a(0x4ef)],'injector':_0x2361c7,'hostElement':_0x4416b8,'container':_0x4416b8,'renderScope':_0x4ff504,'hostUnitId':_0x2d1c24['hostUnitId'],'embedId':_0x2d1c24[_0x26854a(0x2c9)],'childUnitId':_0x2d1c24[_0x26854a(0x3cb)],'childType':_0x2d1c24[_0x26854a(0x246)]},{runtimeScope:_0x258a97,disposable:_0x474e7e}=Po(_0x14ac7e,()=>{});_0x56f197({'embedId':_0x2d1c24[_0x26854a(0x2c9)],'injector':_0x258a97[_0x26854a(0x2c0)],'sourceInjector':_0x2361c7,'popupContainer':_0x258a97['roots']['popup']});let _0x37f9dc={..._0x14ac7e,'runtimeScope':_0x258a97},_0xc0e61b=Ws({'injector':_0x2361c7,'descriptor':_0x2d1c24,'renderScope':_0x4ff504,'menuRoot':_0x5c0699[_0x26854a(0x545)],'menuSlot':_0xcbdea,'popupSlot':_0x2b156f,'sidebarSlot':_0x1a0de7,'rightSidebarSlot':_0x13ad85,'footerSlot':_0x5593e8}),_0x3b8b48=_0xe76a7d=>{const _0x227fbd=_0x26854a;var _0x51d863,_0x390b36;let _0x4192d5=(_0xe76a7d==null?void 0x0:_0xe76a7d[_0x227fbd(0x5e5)])instanceof Element?_0xe76a7d[_0x227fbd(0x5e5)]:null;_0x4192d5!=null&&_0x4192d5[_0x227fbd(0x4bd)](_0x227fbd(0x44e))||((_0x51d863=_0x258a97['instanceService'])==null||_0x51d863['setCurrentUnitForType'](_0x2d1c24['childUnitId']),(_0x390b36=_0x258a97['instanceService'])==null||_0x390b36[_0x227fbd(0x3c5)](_0x2d1c24[_0x227fbd(0x3cb)]),_0x5aaddd['activateFullscreen'](_0x2d1c24));};_0x3b8b48(),_0x4416b8[_0x26854a(0x4ca)](_0x26854a(0x6bc),_0x3b8b48,{'capture':!0x0}),_0x4416b8['addEventListener'](_0x26854a(0x576),_0x3b8b48);let _0x2a0732=(_0x2feee0=_0x160675[_0x26854a(0x5b5)])==null?void 0x0:_0x2feee0[_0x26854a(0x194)](_0x160675,_0x37f9dc),_0x19761d=Ks({'injector':_0x2361c7,'descriptor':_0x2d1c24,'childContext':_0x37f9dc,'menuContainer':_0xcbdea});return _0x4416b8[_0x26854a(0x319)][_0x26854a(0x54d)]='mounted',()=>{const _0x1c35f=_0x26854a;_0x56f197(null),globalThis[_0x1c35f(0x3f0)](()=>{const _0x32e956=_0x1c35f;_0x4416b8[_0x32e956(0x47f)](_0x32e956(0x6bc),_0x3b8b48,{'capture':!0x0}),_0x4416b8[_0x32e956(0x47f)]('focusin',_0x3b8b48),_0x19761d==null||_0x19761d[_0x32e956(0x5dc)](),_0x2a0732==null||_0x2a0732[_0x32e956(0x5dc)](),_0xc0e61b[_0x32e956(0x5dc)](),_0x474e7e[_0x32e956(0x5dc)](),_0x8d15da[_0x32e956(0x5dc)](),_0x5aaddd[_0x32e956(0x293)](_0x2d1c24),delete _0x4416b8[_0x32e956(0x319)][_0x32e956(0x54d)],delete _0x4416b8[_0x32e956(0x319)][_0x32e956(0x2c9)],delete _0x4416b8['dataset'][_0x32e956(0x200)],delete _0x4416b8[_0x32e956(0x319)][_0x32e956(0x597)],delete _0x4416b8[_0x32e956(0x319)]['embedLayout'],delete _0x4416b8[_0x32e956(0x319)]['embedChildType'],delete _0x4416b8[_0x32e956(0x319)][_0x32e956(0x695)],_0x246752['notifyExited'](_0x5514bb);});};},[_0x5aaddd,_0x246752,_0x2361c7,_0x5514bb]),!_0x5514bb)return null;let _0x562219=()=>{const _0x365bf5=_0x43bdaf;_0x246752['exit'](_0x5514bb[_0x365bf5(0x2c9)]);};return _0x1acda8(_0x43bdaf(0x2a6),{'className':_0x43bdaf(0x64b),'data-embed-fullscreen-shell':_0x43bdaf(0x3a6),'style':{'zIndex':0x32a},'children':[_0x5514bb[_0x43bdaf(0x246)]===_0x420dc4['UNIVER_BOARD']&&_0x5633cf(_0x43bdaf(0x2a6),{'className':_0x43bdaf(0x3ec),'data-embed-boards-fullscreen-exit':_0x43bdaf(0x3a6),'title':_0x305f4b['t']('embed-ui.fullscreen.exit'),'children':_0x1acda8(_0x57973f,{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0x562219,'children':[_0x5633cf(_0x5ba4cb,{}),_0x5633cf(_0x43bdaf(0x19d),{'children':_0x305f4b['t'](_0x43bdaf(0x417))})]})}),_0x1acda8(_0x43bdaf(0x2a6),{'ref':_0x5c0699,'className':_0x43bdaf(0x612),'data-embed-fullscreen-menu':'true','children':[_0x5514bb[_0x43bdaf(0x246)]!==_0x420dc4['UNIVER_BOARD']&&_0x1acda8(_0x43bdaf(0x2a6),{'className':_0x43bdaf(0x470),'data-embed-fullscreen-header':_0x43bdaf(0x3a6),'children':[_0x5633cf(_0x43bdaf(0x19d),{'className':_0x43bdaf(0x69e),'children':ec(_0x2361c7,_0x5514bb[_0x43bdaf(0x246)])}),_0x1acda8(_0xb778ea,{'type':_0x43bdaf(0x559),'size':_0x43bdaf(0x6a8),'variant':'ghost','className':_0x43bdaf(0x52b),'data-embed-fullscreen-close':_0x43bdaf(0x3a6),'onClick':_0x562219,'children':[_0x5633cf(_0x141182,{}),_0x5633cf(_0x43bdaf(0x19d),{'children':_0x305f4b['t']('embed-ui.fullscreen.exit')})]})]}),_0x5633cf(_0x43bdaf(0x2a6),{'ref':_0x3a75f6,'className':_0x43bdaf(0x4be),'data-embed-fullscreen-menu-slot':_0x43bdaf(0x3a6),'data-embed-menu-slot':_0x43bdaf(0x3a6)})]}),_0x1acda8(_0x43bdaf(0x2a6),{'className':_0x43bdaf(0x1e3),'data-embed-fullscreen-body':_0x43bdaf(0x3a6),'children':[_0x5633cf(_0x43bdaf(0x2a6),{'ref':_0x520986,'className':_0x43bdaf(0x5ca),'data-embed-fullscreen-sidebar-slot':_0x43bdaf(0x3a6),'data-embed-id':_0x5514bb[_0x43bdaf(0x2c9)]}),_0x5633cf(_0x43bdaf(0x2a6),{'ref':_0x130ef1,'className':'univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','data-embed-fullscreen-viewport':_0x43bdaf(0x3a6),'onContextMenuCapture':_0x469a94=>{const _0x5d4749=_0x43bdaf;_0x469a94[_0x5d4749(0x32a)]();}}),_0x5633cf('div',{'ref':_0x4d3ad0,'className':_0x43bdaf(0x336),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x5514bb['embedId'],'children':_0x1ceaaa&&_0x5633cf(Qs,{..._0x1ceaaa})})]}),_0x5633cf('div',{'ref':_0x118546,'className':_0x43bdaf(0x554),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x43bdaf(0x3a6)}),_0x5633cf(_0x43bdaf(0x2a6),{'ref':_0x30bf75,'className':_0x43bdaf(0x454),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x43bdaf(0x3a6),'children':_0x1ceaaa&&_0x5633cf(Zs,{..._0x1ceaaa})})]});}function Zs(_0x2d9246){let {embedId:_0x3d6dd3,injector:_0x225cee,sourceInjector:_0x330f7b,popupContainer:_0x2099b3}=_0x2d9246;return _0x1acda8(_0x44250b,{'children':[_0x1acda8(Qo,{'injector':_0x225cee,'mountContainer':_0x2099b3,'embedId':_0x3d6dd3,'children':[_0x5633cf(_0x302312,{}),_0x5633cf(_0x1d0f18,{})]}),_0x5633cf(Qo,{'injector':_0x330f7b,'mountContainer':_0x2099b3,'embedId':_0x3d6dd3,'children':_0x5633cf(_0x1d0f18,{})})]});}function Qs(_0x1df459){const _0x4dd429=_0x69bfe2;let {embedId:_0x4cd4bd,injector:_0xc6ebf1,sourceInjector:_0x2dfe62,popupContainer:_0x3fa301}=_0x1df459;return _0x1acda8('aside',{'className':_0x4dd429(0x4f3),'children':[_0x5633cf(Qo,{'injector':_0xc6ebf1,'mountContainer':_0x3fa301,'embedId':_0x4cd4bd,'children':_0x5633cf(_0x4baa4c,{})}),_0x5633cf(Qo,{'injector':_0x2dfe62,'mountContainer':_0x3fa301,'embedId':_0x4cd4bd,'children':_0x5633cf(_0x4baa4c,{})})]});}function $s(_0x7103eb,_0x1d64b1,_0x1687b5){const _0x441acf=_0x69bfe2;try{return _0x7103eb[_0x441acf(0x3fa)](_0x375128)[_0x441acf(0x464)](_0x1d64b1,_0x1687b5);}catch{return;}}function ec(_0x223f8f,_0x4e9ba5){const _0x421d56=_0x69bfe2;try{var _0x148dae;return((_0x148dae=_0x223f8f[_0x421d56(0x3fa)](Ha)[_0x421d56(0x3fa)](_0x4e9ba5))==null?void 0x0:_0x148dae[_0x421d56(0x46d)])??_0x421d56(0x3a2);}catch{return'Embed';}}const tc={};function nc(_0x3f004c){const _0x579680=_0x69bfe2;let {stage:_0xee1c12,interactionFlow:_0xa5d8fc}=_0x3f004c,_0x70b881=_0xa5d8fc===_0x579680(0x228),_0x4de8fe=_0xee1c12===_0x579680(0x29e)&&!_0x70b881,_0x44e13d=_0xee1c12===_0x579680(0x45e)||_0x70b881;return{'allowHostBodyDrag':_0x4de8fe,'disableLiveHostPointerEvents':!_0x70b881&&(_0xee1c12===_0x579680(0x258)||_0xee1c12===_0x579680(0x29e)),'passThroughInteractionGate':_0x44e13d,'runtimeOwnsInteraction':_0x44e13d};}function rc(_0x1cba2b,_0x2ba9f8){const _0x2dae29=_0x69bfe2;var _0x113032;return(_0x1cba2b==null?void 0x0:_0x1cba2b[_0x2dae29(0x404)])===_0x420dc4[_0x2dae29(0x6a5)]&&_0x1cba2b[_0x2dae29(0x246)]===_0x420dc4[_0x2dae29(0x6a5)]&&!!((_0x113032=_0x1cba2b[_0x2dae29(0x35b)])!=null&&_0x113032[_0x2dae29(0x223)])&&_0x2ba9f8!=='stage2';}function ic(_0x479ed0,_0x319e13){const _0x44ddae=_0x69bfe2;return rc(_0x479ed0,_0x319e13)?'deferred':_0x44ddae(0x28c);}function ac(_0x1a039a){const _0x5323ca=_0x69bfe2;var _0x2e39b4;return _0x1a039a['fullscreen']||((_0x2e39b4=_0x1a039a[_0x5323ca(0x3de)])==null?void 0x0:_0x2e39b4[_0x5323ca(0x2c9)])===_0x1a039a['embedId']&&_0x1a039a[_0x5323ca(0x3de)][_0x5323ca(0x4a0)]===_0x5323ca(0x45e)||!_0x1a039a[_0x5323ca(0x5b9)]&&_0x1a039a['renderScopeActive']?_0x5323ca(0x45e):'inactive';}function oc(_0xa0e5f8,_0x26b6c3){const _0xa0245=_0x69bfe2;return _0xa0e5f8!==_0xa0245(0x14c)&&_0xa0e5f8!==_0xa0245(0x2a1)||_0x26b6c3[_0xa0245(0x663)]||_0x26b6c3[_0xa0245(0x419)]||_0x26b6c3[_0xa0245(0x36f)]?!0x1:Math[_0xa0245(0x397)](_0x26b6c3[_0xa0245(0x3c0)])>Math[_0xa0245(0x397)](_0x26b6c3['deltaX']);}const sc=Symbol(_0x69bfe2(0x14b)),cc=Symbol(_0x69bfe2(0x2f2));function lc(_0x373fd2){const _0x1770de=_0x69bfe2;let _0x373620=_0x61711=>{const _0x51787c=_0x448a;var _0x12bf53;if(fc(_0x61711))return;if(_0x373fd2[_0x51787c(0x259)]&&_0x373fd2[_0x51787c(0x41a)][_0x51787c(0x609)](_0x61711)){var _0x4a59c7;let _0x432a00=_0x373fd2[_0x51787c(0x4d9)]();if(_0x432a00&&((_0x4a59c7=_0x373fd2[_0x51787c(0x512)])==null?void 0x0:_0x4a59c7['call'](_0x373fd2,_0x61711,_0x432a00))===!0x0||vc(_0x373fd2[_0x51787c(0x57b)],_0x61711)){_0x373fd2['invalidate'](_0x51787c(0x1a4)),Fc(_0x61711,!0x0);return;}}if(_0x61711[_0x51787c(0x419)]||_0x61711[_0x51787c(0x36f)])return;let _0x250344=_0x373fd2[_0x51787c(0x230)]();if(_0x250344===_0x51787c(0x45e))return;let _0x1a4357=_0x373fd2[_0x51787c(0x4d9)](),_0x1661dd=_0x1a4357?_0x373fd2[_0x51787c(0x620)][_0x51787c(0x3fa)](_0x1a4357[_0x51787c(0x246)],_0x1a4357[_0x51787c(0x4ef)]):void 0x0,_0x105ace=uc(_0x61711,_0x373fd2[_0x51787c(0x65e)]),_0x264cab=_0x1a4357?{..._0x1a4357,'event':_0x105ace,'stage':_0x250344,'viewportScrollY':_0x373fd2[_0x51787c(0x3b5)]?_0x373fd2[_0x51787c(0x526)][_0x51787c(0x545)]:void 0x0}:void 0x0;if(_0x1a4357&&xc(_0x1a4357,_0x61711,_0x373fd2['syncHostVerticalScroll'])){var _0x20ba8a;if(((_0x20ba8a=_0x373fd2['onHostWheel'])==null?void 0x0:_0x20ba8a[_0x51787c(0x194)](_0x373fd2,_0x61711,_0x1a4357))===!0x0||vc(_0x373fd2['container'],_0x61711)){_0x373fd2[_0x51787c(0x29d)](_0x51787c(0x1a4)),Fc(_0x61711,!0x0);return;}}let _0x1b9c18=_0x264cab?_0x373fd2[_0x51787c(0x285)][_0x51787c(0x4b1)](_0x264cab):!0x1,_0x1c4ddf=!_0x1b9c18&&Sc(_0x373fd2['container'],_0x61711),_0x528cb9=!0x1,_0xaefcff=!0x1;if(!_0x1b9c18&&_0x1c4ddf?wc(Cc(_0x61711),()=>{const _0x5a2794=_0x51787c;var _0x3ccace;return _0xaefcff=((_0x3ccace=_0x373fd2['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0x3ccace[_0x5a2794(0x194)](_0x373fd2,_0x61711))===!0x0;},()=>_0x528cb9=(_0x1661dd==null?void 0x0:_0x1661dd[_0x51787c(0x4b1)](_0x264cab))===!0x0):_0x1b9c18||(_0x528cb9=(_0x1661dd==null?void 0x0:_0x1661dd[_0x51787c(0x4b1)](_0x264cab))===!0x0),!_0x1b9c18&&!_0x528cb9&&!_0xaefcff&&!_0x1c4ddf&&_0x1661dd&&_0x1a4357&&Tc(_0x61711)&&((_0x12bf53=_0x373fd2[_0x51787c(0x512)])==null?void 0x0:_0x12bf53[_0x51787c(0x194)](_0x373fd2,_0x61711,_0x1a4357))===!0x0){_0x373fd2[_0x51787c(0x29d)](_0x51787c(0x1a4)),Fc(_0x61711,!0x0);return;}let _0x46cee2=_0x528cb9||_0xaefcff?!0x1:hc(_0x61711,_0x373fd2[_0x51787c(0x265)]),_0x1db2a6=_0x528cb9||_0xaefcff||(_0x1c4ddf||_0x46cee2?!0x1:gc(_0x61711,_0x373fd2[_0x51787c(0x265)]));(_0x1b9c18||_0x528cb9||_0xaefcff||_0x46cee2||_0x1db2a6)&&Fc(_0x61711,!0x1);},_0x5933af=_0x2c0ba8=>{const _0x17e978=_0x448a;var _0x2cf903;if(_0x373fd2['getStage']()!==_0x17e978(0x45e))return;let _0x3ecccc=_0x373fd2[_0x17e978(0x4d9)]();if(_0x3ecccc){if(Sc(_0x373fd2[_0x17e978(0x57b)],_0x2c0ba8)){let _0x442256=_0x373fd2[_0x17e978(0x620)]['get'](_0x3ecccc[_0x17e978(0x246)],_0x3ecccc[_0x17e978(0x4ef)]),_0x28e6b1=uc(_0x2c0ba8,_0x373fd2[_0x17e978(0x65e)]),_0x1c7dcd={..._0x3ecccc,'event':_0x28e6b1,'stage':_0x17e978(0x45e),'viewportScrollY':_0x373fd2[_0x17e978(0x3b5)]?_0x373fd2[_0x17e978(0x526)][_0x17e978(0x545)]:void 0x0};wc(Cc(_0x2c0ba8),()=>{const _0x3d3fc7=_0x17e978;var _0x272896;return((_0x272896=_0x373fd2[_0x3d3fc7(0x691)])==null?void 0x0:_0x272896[_0x3d3fc7(0x194)](_0x373fd2,_0x2c0ba8))===!0x0;},()=>_0x373fd2[_0x17e978(0x285)]['handleWheel'](_0x1c7dcd)||(_0x442256==null?void 0x0:_0x442256[_0x17e978(0x4b1)](_0x1c7dcd))===!0x0)&&Fc(_0x2c0ba8,!0x0);return;}xc(_0x3ecccc,_0x2c0ba8,_0x373fd2[_0x17e978(0x3b5)])&&(mc(_0x2c0ba8)||(pc(_0x2c0ba8),(((_0x2cf903=_0x373fd2['onHostWheel'])==null?void 0x0:_0x2cf903['call'](_0x373fd2,_0x2c0ba8,_0x3ecccc))===!0x0||vc(_0x373fd2[_0x17e978(0x57b)],_0x2c0ba8))&&(_0x373fd2['invalidate']('host-scroll'),Fc(_0x2c0ba8,!0x0))));}},_0x50cb5a=()=>_0x373fd2[_0x1770de(0x29d)]('child-scroll');return _0x373fd2[_0x1770de(0x37d)][_0x1770de(0x4ca)](_0x1770de(0x468),_0x373620,{'passive':!0x1}),_0x373fd2[_0x1770de(0x265)]['addEventListener'](_0x1770de(0x468),_0x373620,{'capture':!0x0,'passive':!0x1}),_0x373fd2[_0x1770de(0x57b)]['addEventListener']('wheel',_0x5933af,{'capture':!0x0,'passive':!0x1}),_0x373fd2[_0x1770de(0x265)][_0x1770de(0x4ca)](_0x1770de(0x468),_0x5933af,{'capture':!0x0,'passive':!0x1}),_0x373fd2[_0x1770de(0x265)][_0x1770de(0x4ca)]('scroll',_0x50cb5a,!0x0),_0x52e91f(()=>{const _0x1b7fca=_0x1770de;_0x373fd2[_0x1b7fca(0x37d)][_0x1b7fca(0x47f)]('wheel',_0x373620),_0x373fd2['liveRoot'][_0x1b7fca(0x47f)]('wheel',_0x373620,{'capture':!0x0}),_0x373fd2[_0x1b7fca(0x57b)][_0x1b7fca(0x47f)](_0x1b7fca(0x468),_0x5933af,{'capture':!0x0}),_0x373fd2[_0x1b7fca(0x265)][_0x1b7fca(0x47f)](_0x1b7fca(0x468),_0x5933af,{'capture':!0x0}),_0x373fd2[_0x1b7fca(0x265)]['removeEventListener']('scroll',_0x50cb5a,!0x0);});}function uc(_0x30cc8b,_0x2be17f){const _0x3a40e9=_0x69bfe2;return typeof _0x2be17f!=_0x3a40e9(0x181)||!Number['isFinite'](_0x2be17f)||_0x2be17f<=0x0||_0x2be17f===0x1?_0x30cc8b:new WheelEvent(_0x30cc8b[_0x3a40e9(0x29c)],{'altKey':_0x30cc8b[_0x3a40e9(0x42f)],'bubbles':_0x30cc8b['bubbles'],'cancelable':_0x30cc8b[_0x3a40e9(0x355)],'clientX':_0x30cc8b['clientX'],'clientY':_0x30cc8b[_0x3a40e9(0x4ae)],'ctrlKey':_0x30cc8b[_0x3a40e9(0x419)],'deltaMode':_0x30cc8b[_0x3a40e9(0x584)],'deltaX':_0x30cc8b[_0x3a40e9(0x3b4)]/_0x2be17f,'deltaY':_0x30cc8b['deltaY']/_0x2be17f,'deltaZ':_0x30cc8b['deltaZ']/_0x2be17f,'metaKey':_0x30cc8b[_0x3a40e9(0x36f)],'shiftKey':_0x30cc8b[_0x3a40e9(0x663)]});}function dc(_0x164ecb,_0x348a2d){const _0x148316=_0x69bfe2;let _0x52d8bf=new WheelEvent(_0x148316(0x468),{'clientX':_0x164ecb[_0x148316(0x57e)],'clientY':_0x164ecb[_0x148316(0x4ae)],'ctrlKey':_0x164ecb[_0x148316(0x419)],'deltaMode':_0x164ecb[_0x148316(0x584)],'deltaX':_0x164ecb[_0x148316(0x3b4)],'deltaY':_0x164ecb[_0x148316(0x3c0)],'deltaZ':_0x164ecb[_0x148316(0x58a)],'metaKey':_0x164ecb['metaKey'],'shiftKey':_0x164ecb['shiftKey'],..._0x348a2d});return Object[_0x148316(0x4c0)](_0x52d8bf,sc,{'configurable':!0x0,'value':_0x164ecb}),_0x52d8bf;}function fc(_0x30d2e1){return!!_0x30d2e1&&_0x30d2e1[sc]instanceof WheelEvent;}function pc(_0x5ddaad){const _0x1cb95e=_0x69bfe2;Object[_0x1cb95e(0x4c0)](_0x5ddaad,cc,{'configurable':!0x0,'value':!0x0});}function mc(_0x5f149f){return!!_0x5f149f[cc];}function hc(_0x1a1289,_0x470732){const _0xa4b0e6=_0x69bfe2;let _0x3e1a94=jc(_0x470732,_0x1a1289[_0xa4b0e6(0x57e)],_0x1a1289['clientY'])??_0x470732,_0x362006=dc(_0x1a1289,{'bubbles':!0x0,'cancelable':!0x0});return _0x3e1a94[_0xa4b0e6(0x5b6)](_0x362006),_0x362006[_0xa4b0e6(0x175)];}function gc(_0x577cbf,_0x1775db){const _0x1ae3f7=_0x69bfe2;let _0x4c1f1e=Mc(jc(_0x1775db,_0x577cbf[_0x1ae3f7(0x57e)],_0x577cbf[_0x1ae3f7(0x4ae)])??_0x1775db,_0x1775db,_0x577cbf);return _0x4c1f1e?_c(_0x577cbf,_0x4c1f1e):!0x1;}function _c(_0x4bbe93,_0x30960b){const _0x30bbde=_0x69bfe2;let _0x11ea9c=Cc(_0x4bbe93),_0x186264=_0x4bbe93[_0x30bbde(0x663)]?0x0:_0x4bbe93[_0x30bbde(0x3c0)],_0x21b39f=_0x30960b['scrollLeft'],_0x5a7fd3=_0x30960b[_0x30bbde(0x2b5)];return _0x11ea9c&&(_0x30960b['scrollLeft']+=_0x11ea9c),_0x186264&&(_0x30960b[_0x30bbde(0x2b5)]+=_0x186264),_0x30960b[_0x30bbde(0x3e4)]!==_0x21b39f||_0x30960b['scrollTop']!==_0x5a7fd3;}function vc(_0x3af5dc,_0x1b0671){const _0x53caa1=_0x69bfe2;let _0x5d6fb8=yc(_0x3af5dc);if(!_0x5d6fb8)return Oc(_0x3af5dc['ownerDocument'][_0x53caa1(0x1e6)],_0x3af5dc,_0x1b0671);if(!Ac(_0x5d6fb8))return Oc(_0x5d6fb8,_0x3af5dc,_0x1b0671);let _0x3a2e7f=_0x5d6fb8['scrollTop'];return _0x5d6fb8[_0x53caa1(0x2b5)]+=_0x1b0671[_0x53caa1(0x3c0)],_0x5d6fb8[_0x53caa1(0x2b5)]!==_0x3a2e7f;}function yc(_0x21e9f0){const _0x1e424b=_0x69bfe2;let _0x510d59=_0x21e9f0[_0x1e424b(0x572)];for(;_0x510d59&&_0x510d59!==document[_0x1e424b(0x1e6)]&&_0x510d59!==document['documentElement'];){if(_0x510d59['scrollHeight']>_0x510d59['clientHeight']&&bc(_0x510d59))return _0x510d59;_0x510d59=_0x510d59[_0x1e424b(0x572)];}return null;}function bc(_0x2b4ebe){const _0x109f3f=_0x69bfe2;let _0x4dec84=window['getComputedStyle'](_0x2b4ebe);return _0x4dec84[_0x109f3f(0x170)]===_0x109f3f(0x403)||_0x4dec84[_0x109f3f(0x170)]==='scroll'||_0x4dec84[_0x109f3f(0x170)]===_0x109f3f(0x3c3)||_0x4dec84[_0x109f3f(0x55d)]==='auto'||_0x4dec84[_0x109f3f(0x55d)]==='scroll'||_0x4dec84[_0x109f3f(0x55d)]===_0x109f3f(0x3c3);}function xc(_0x33e787,_0x3a6fc3,_0x1e53a6){const _0x3b5508=_0x69bfe2;var _0x1e795a;return _0x1e53a6||((_0x1e795a=_0x33e787[_0x3b5508(0x4e2)][_0x3b5508(0x35b)])==null?void 0x0:_0x1e795a[_0x3b5508(0x65a)])===_0x3b5508(0x48a)?Dc(_0x3a6fc3):oc(_0x33e787[_0x3b5508(0x4ef)],_0x3a6fc3);}function Sc(_0x54cdfe,_0x567e78){const _0x3aeb6a=_0x69bfe2;return!!_0x54cdfe[_0x3aeb6a(0x4bd)](_0x3aeb6a(0x317))&&Ec(_0x567e78);}function Cc(_0x1abd76){const _0x22f084=_0x69bfe2;return _0x1abd76[_0x22f084(0x3b4)]||(_0x1abd76['shiftKey']?_0x1abd76['deltaY']:0x0);}function wc(_0x3167dc,_0x2850c3,_0x1e59f1){return _0x3167dc>0x0?_0x2850c3()||_0x1e59f1():_0x1e59f1()||_0x2850c3();}function Tc(_0x34bf75){return Ec(_0x34bf75)||Dc(_0x34bf75);}function Ec(_0x10e4b0){const _0x1b49f8=_0x69bfe2;if(_0x10e4b0['ctrlKey']||_0x10e4b0[_0x1b49f8(0x36f)])return!0x1;let _0x251c0d=Cc(_0x10e4b0),_0x215313=_0x10e4b0[_0x1b49f8(0x663)]?0x0:_0x10e4b0['deltaY'];return Math[_0x1b49f8(0x397)](_0x251c0d)>Math[_0x1b49f8(0x397)](_0x215313);}function Dc(_0x161b60){const _0x510c8d=_0x69bfe2;return _0x161b60['shiftKey']||_0x161b60[_0x510c8d(0x419)]||_0x161b60[_0x510c8d(0x36f)]?!0x1:Math[_0x510c8d(0x397)](_0x161b60[_0x510c8d(0x3c0)])>Math[_0x510c8d(0x397)](_0x161b60[_0x510c8d(0x3b4)]);}function Oc(_0x13390e,_0x24fd48,_0x2b6fbe){const _0x1b6e79=_0x69bfe2;let _0x45c15c=Array[_0x1b6e79(0x157)](_0x13390e[_0x1b6e79(0x166)](_0x1b6e79(0x6b8)))[_0x1b6e79(0x1d3)](_0x51d944=>!_0x24fd48[_0x1b6e79(0x231)](_0x51d944));return _0x45c15c?(_0x45c15c['dispatchEvent'](dc(_0x2b6fbe,{'bubbles':!0x0,'cancelable':!0x0,...kc(_0x45c15c,_0x24fd48,_0x2b6fbe)})),!0x0):!0x1;}function kc(_0x3bc847,_0x4c8c69,_0x5158f6){const _0x555c21=_0x69bfe2;if(!Nc(_0x4c8c69,_0x5158f6[_0x555c21(0x57e)],_0x5158f6[_0x555c21(0x4ae)]))return{'clientX':_0x5158f6[_0x555c21(0x57e)],'clientY':_0x5158f6[_0x555c21(0x4ae)]};let _0x39df96=_0x3bc847[_0x555c21(0x59f)](),_0xbb5d60=Math['min'](0x18,Math['max'](0x4,Math[_0x555c21(0x489)](_0x39df96[_0x555c21(0x459)],_0x39df96[_0x555c21(0x602)])/0x8)),_0x4d2e5d=[{'clientX':_0x39df96[_0x555c21(0x4ac)]+_0xbb5d60,'clientY':_0x39df96[_0x555c21(0x566)]+_0xbb5d60},{'clientX':_0x39df96[_0x555c21(0x2cd)]-_0xbb5d60,'clientY':_0x39df96[_0x555c21(0x566)]+_0xbb5d60},{'clientX':_0x39df96[_0x555c21(0x4ac)]+_0xbb5d60,'clientY':_0x39df96[_0x555c21(0x424)]-_0xbb5d60},{'clientX':_0x39df96['right']-_0xbb5d60,'clientY':_0x39df96[_0x555c21(0x424)]-_0xbb5d60},{'clientX':_0x39df96[_0x555c21(0x4ac)]+_0x39df96[_0x555c21(0x459)]/0x2,'clientY':_0x39df96['top']+_0x39df96[_0x555c21(0x602)]/0x2}];return _0x4d2e5d[_0x555c21(0x1d3)](_0x3d125c=>!Nc(_0x4c8c69,_0x3d125c[_0x555c21(0x57e)],_0x3d125c['clientY']))??_0x4d2e5d[0x0];}function Ac(_0x4cec8c){const _0x155d7d=_0x69bfe2;let _0x507e90=window[_0x155d7d(0x3b9)](_0x4cec8c);return _0x507e90[_0x155d7d(0x170)]===_0x155d7d(0x403)||_0x507e90['overflow']===_0x155d7d(0x5f1)||_0x507e90[_0x155d7d(0x55d)]===_0x155d7d(0x403)||_0x507e90[_0x155d7d(0x55d)]===_0x155d7d(0x5f1);}function jc(_0x24bf7e,_0x2538f6,_0x5675b3){const _0x48d27b=_0x69bfe2;if(!Nc(_0x24bf7e,_0x2538f6,_0x5675b3))return null;let _0x3e49cb=_0x24bf7e['ownerDocument']['elementsFromPoint'];if(typeof _0x3e49cb==_0x48d27b(0x421)){let _0x31cf27=_0x3e49cb['call'](_0x24bf7e[_0x48d27b(0x220)],_0x2538f6,_0x5675b3)[_0x48d27b(0x1d3)](_0x13c262=>_0x13c262 instanceof HTMLElement&&_0x24bf7e['contains'](_0x13c262));if(_0x31cf27)return _0x31cf27;}let _0x338e76=_0x24bf7e,_0x532194=_0xb37344=>{const _0x131654=_0x48d27b;let _0x53ff8d=Array[_0x131654(0x157)](_0xb37344['children']);for(let _0x52fad0=_0x53ff8d[_0x131654(0x37f)]-0x1;_0x52fad0>=0x0;_0x52fad0--){let _0x46799e=_0x53ff8d[_0x52fad0];if(!(!(_0x46799e instanceof HTMLElement)||!Nc(_0x46799e,_0x2538f6,_0x5675b3))){_0x338e76=_0x46799e,_0x532194(_0x46799e);return;}}};return _0x532194(_0x24bf7e),_0x338e76;}function Mc(_0x190d3a,_0x2c1b9b,_0x2c6650){const _0x2e4260=_0x69bfe2;let _0x33c03a=Cc(_0x2c6650),_0x1cab7f=_0x2c6650[_0x2e4260(0x663)]?0x0:_0x2c6650[_0x2e4260(0x3c0)],_0x33b173=_0x190d3a;for(;_0x33b173&&_0x2c1b9b['contains'](_0x33b173);){if(Pc(_0x33b173,_0x33c03a,_0x1cab7f))return _0x33b173;_0x33b173=_0x33b173[_0x2e4260(0x572)];}return Pc(_0x2c1b9b,_0x33c03a,_0x1cab7f)?_0x2c1b9b:null;}function Nc(_0x31b430,_0x2bc5b8,_0x45b8d4){const _0x4e36e1=_0x69bfe2;let _0x317d17=_0x31b430['getBoundingClientRect']();return _0x2bc5b8>=_0x317d17[_0x4e36e1(0x4ac)]&&_0x2bc5b8<=_0x317d17['right']&&_0x45b8d4>=_0x317d17[_0x4e36e1(0x566)]&&_0x45b8d4<=_0x317d17['bottom'];}function Pc(_0x310bd1,_0x13276f,_0x5c0ba8){const _0x5730fd=_0x69bfe2;let _0x404b90=_0x13276f!==0x0&&_0x310bd1[_0x5730fd(0x62e)]>_0x310bd1['clientWidth']&&(_0x13276f<0x0?_0x310bd1[_0x5730fd(0x3e4)]>0x0:_0x310bd1[_0x5730fd(0x3e4)]+_0x310bd1[_0x5730fd(0x27b)]<_0x310bd1['scrollWidth']),_0x2128c9=_0x5c0ba8!==0x0&&_0x310bd1[_0x5730fd(0x206)]>_0x310bd1['clientHeight']&&(_0x5c0ba8<0x0?_0x310bd1[_0x5730fd(0x2b5)]>0x0:_0x310bd1[_0x5730fd(0x2b5)]+_0x310bd1[_0x5730fd(0x23a)]<_0x310bd1[_0x5730fd(0x206)]);return _0x404b90||_0x2128c9;}function Fc(_0x3de776,_0x4cca38){const _0x420fc9=_0x69bfe2;_0x3de776[_0x420fc9(0x32a)](),_0x3de776[_0x420fc9(0x3f3)](),_0x4cca38&&_0x3de776[_0x420fc9(0x311)]();}var Ic=class{constructor(){const _0x38d9ed=_0x69bfe2;Y(this,_0x38d9ed(0x18e),new _0x3bbac0()),Y(this,_0x38d9ed(0x213),new Map()),Y(this,_0x38d9ed(0x664),new Map()),Y(this,'_entriesByKey',new Map()),Y(this,_0x38d9ed(0x341),[]),Y(this,_0x38d9ed(0x2b9),!0x1),Y(this,_0x38d9ed(0x3dc),null);}['registerProvider'](_0x4dd7e2){const _0x3ed91f=_0x69bfe2;return this[_0x3ed91f(0x213)]['set'](_0x4dd7e2[_0x3ed91f(0x246)],_0x4dd7e2),_0x52e91f(()=>{const _0x5ccd03=_0x3ed91f;this[_0x5ccd03(0x213)][_0x5ccd03(0x3fa)](_0x4dd7e2['childType'])===_0x4dd7e2&&this['_providers']['delete'](_0x4dd7e2[_0x5ccd03(0x246)]);});}[_0x69bfe2(0x1f4)](_0x10ba8d){const _0x4b7f3f=_0x69bfe2;return this[_0x4b7f3f(0x213)][_0x4b7f3f(0x3fa)](_0x10ba8d);}['getPreview'](_0x5cefa2){const _0x453d53=_0x69bfe2;return this[_0x453d53(0x664)][_0x453d53(0x3fa)](_0x5cefa2);}[_0x69bfe2(0x332)](_0x2442cd){const _0x5c9808=_0x69bfe2;let _0x5d8664=this['getCacheKey'](_0x2442cd),_0x2dc69f=this[_0x5c9808(0x507)][_0x5c9808(0x3fa)](_0x5d8664);if(_0x2dc69f&&(_0x2dc69f[_0x5c9808(0x274)]===_0x5c9808(0x1a8)||_0x2dc69f['status']===_0x5c9808(0x28c)))return _0x2dc69f;let _0x4cbbb4=this[_0x5c9808(0x664)]['get'](_0x2442cd[_0x5c9808(0x4e2)][_0x5c9808(0x2c9)]),_0x3a8d9c={'embedId':_0x2442cd[_0x5c9808(0x4e2)][_0x5c9808(0x2c9)],'childUnitId':_0x2442cd['childUnitId'],'childType':_0x2442cd[_0x5c9808(0x246)],'status':_0x5c9808(0x1a8),'width':Math[_0x5c9808(0x269)](0x1,Math[_0x5c9808(0x1ee)](_0x2442cd[_0x5c9808(0x459)])),'height':Math[_0x5c9808(0x269)](0x1,Math['round'](_0x2442cd['height'])),'dpr':_0x2442cd[_0x5c9808(0x652)],'viewState':_0x2442cd[_0x5c9808(0x5c5)]??(_0x4cbbb4==null?void 0x0:_0x4cbbb4[_0x5c9808(0x5c5)]),'revision':((_0x4cbbb4==null?void 0x0:_0x4cbbb4[_0x5c9808(0x4d6)])??0x0)+0x1,'updatedAt':Date['now']()};return this['_entriesByKey'][_0x5c9808(0x52c)](_0x5d8664,_0x3a8d9c),this[_0x5c9808(0x664)]['set'](_0x3a8d9c[_0x5c9808(0x2c9)],_0x3a8d9c),this[_0x5c9808(0x341)]['push'](_0x2442cd),this['_drainQueue'](),this['previewUpdated$']['next'](_0x3a8d9c),_0x3a8d9c;}async[_0x69bfe2(0x1a9)](_0x366bf1){const _0x599be7=_0x69bfe2;let _0x5985f5=this[_0x599be7(0x213)][_0x599be7(0x3fa)](_0x366bf1[_0x599be7(0x246)]);if(!_0x5985f5)return;let _0x331964=await _0x5985f5[_0x599be7(0x1a9)](_0x366bf1);return this['updateViewState'](_0x366bf1[_0x599be7(0x2c9)],_0x331964),_0x331964;}async['restoreViewState'](_0x2738d7,_0x506d00){const _0x415c83=_0x69bfe2;if(_0x506d00==null)return;let _0x1fabd0=this[_0x415c83(0x213)]['get'](_0x2738d7[_0x415c83(0x246)]);await(_0x1fabd0==null?void 0x0:_0x1fabd0[_0x415c83(0x486)](_0x2738d7,_0x506d00));}[_0x69bfe2(0x32e)](_0x4c7ad3,_0x27f08b){const _0x199990=_0x69bfe2;let _0x2ca519=this[_0x199990(0x664)][_0x199990(0x3fa)](_0x4c7ad3);if(!_0x2ca519){let _0x461bf8={'embedId':_0x4c7ad3,'childUnitId':'','childType':void 0x0,'status':_0x199990(0x1f3),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x27f08b,'revision':0x0,'updatedAt':Date[_0x199990(0x524)]()};this[_0x199990(0x664)]['set'](_0x4c7ad3,_0x461bf8),this['previewUpdated$'][_0x199990(0x575)](_0x461bf8);return;}_0x2ca519[_0x199990(0x5c5)]=_0x27f08b,_0x2ca519[_0x199990(0x386)]=Date[_0x199990(0x524)](),this[_0x199990(0x18e)][_0x199990(0x575)](_0x2ca519);}[_0x69bfe2(0x244)](_0x126c59,_0x57c656){const _0x1becac=_0x69bfe2;let _0xc0f829=this['_entriesByEmbedId'][_0x1becac(0x3fa)](_0x126c59);_0xc0f829&&(_0xc0f829[_0x1becac(0x274)]=_0x1becac(0x1f3),_0xc0f829[_0x1becac(0x662)]=_0x57c656,_0xc0f829['updatedAt']=Date[_0x1becac(0x524)](),this[_0x1becac(0x18e)][_0x1becac(0x575)](_0xc0f829));}[_0x69bfe2(0x29d)](_0x410391){const _0x56b805=_0x69bfe2;let _0xdd1dcb=this['_entriesByEmbedId'][_0x56b805(0x3fa)](_0x410391);this['_entriesByEmbedId']['delete'](_0x410391),_0xdd1dcb&&Array[_0x56b805(0x157)](this['_entriesByKey'][_0x56b805(0x22a)]())[_0x56b805(0x5dd)](([_0x154926,_0x5d5b9f])=>{const _0x1fb49f=_0x56b805;_0x5d5b9f['embedId']===_0x410391&&this['_entriesByKey'][_0x1fb49f(0x288)](_0x154926);});}[_0x69bfe2(0x2c6)](_0x39ab2e){const _0x13b871=_0x69bfe2;return[_0x39ab2e[_0x13b871(0x4e2)][_0x13b871(0x2c9)],_0x39ab2e[_0x13b871(0x3cb)],_0x39ab2e[_0x13b871(0x246)],Math[_0x13b871(0x269)](0x1,Math[_0x13b871(0x1ee)](_0x39ab2e[_0x13b871(0x459)])),Math['max'](0x1,Math['round'](_0x39ab2e[_0x13b871(0x602)])),_0x39ab2e[_0x13b871(0x652)]][_0x13b871(0x233)]('::');}async[_0x69bfe2(0x36a)](){const _0xaeb103=_0x69bfe2;for(;this[_0xaeb103(0x341)][_0xaeb103(0x37f)]>0x0||this[_0xaeb103(0x2b9)]||this[_0xaeb103(0x3dc)];)await(this[_0xaeb103(0x3dc)]??Promise[_0xaeb103(0x449)]()),await Promise[_0xaeb103(0x449)]();}['dispose'](){const _0x676bc6=_0x69bfe2;this[_0x676bc6(0x213)][_0x676bc6(0x376)](),this[_0x676bc6(0x664)][_0x676bc6(0x376)](),this['_entriesByKey'][_0x676bc6(0x376)](),this[_0x676bc6(0x341)][_0x676bc6(0x37f)]=0x0,this[_0x676bc6(0x18e)][_0x676bc6(0x3c7)]();}[_0x69bfe2(0x60a)](){const _0x24abaa=_0x69bfe2;this['_rendering']||this[_0x24abaa(0x3dc)]||(this[_0x24abaa(0x3dc)]=this[_0x24abaa(0x54c)]()['finally'](()=>{const _0x26638e=_0x24abaa;this[_0x26638e(0x3dc)]=null;}));}async[_0x69bfe2(0x54c)](){const _0x3d7d1f=_0x69bfe2;if(!this['_rendering']){this[_0x3d7d1f(0x2b9)]=!0x0;try{for(;this[_0x3d7d1f(0x341)]['length']>0x0;)await this[_0x3d7d1f(0x1c2)](this[_0x3d7d1f(0x341)]['shift']());}finally{this[_0x3d7d1f(0x2b9)]=!0x1;}}}async[_0x69bfe2(0x1c2)](_0x4dcdd7){const _0x5b3953=_0x69bfe2;let _0x10066e=this[_0x5b3953(0x2c6)](_0x4dcdd7),_0x1c89fa=this['_entriesByKey'][_0x5b3953(0x3fa)](_0x10066e);if(!_0x1c89fa||_0x1c89fa[_0x5b3953(0x274)]!==_0x5b3953(0x1a8))return;let _0x1106f9=this[_0x5b3953(0x213)][_0x5b3953(0x3fa)](_0x4dcdd7['childType']),_0xbc625d=this['_findPreviousReadyEntry'](_0x1c89fa[_0x5b3953(0x2c9)],_0x1c89fa);if(!_0x1106f9){let _0x10df7c=_0x4dcdd7[_0x5b3953(0x4b3)]?Wo(_0x4dcdd7[_0x5b3953(0x4b3)]):void 0x0;if(_0x10df7c){_0x1c89fa[_0x5b3953(0x56d)]=_0x10df7c,_0x1c89fa[_0x5b3953(0x274)]='ready',_0x1c89fa[_0x5b3953(0x386)]=Date[_0x5b3953(0x524)](),this[_0x5b3953(0x664)]['set'](_0x1c89fa[_0x5b3953(0x2c9)],_0x1c89fa),this[_0x5b3953(0x18e)][_0x5b3953(0x575)](_0x1c89fa);return;}this[_0x5b3953(0x6ba)](_0x1c89fa,_0xbc625d,Error(_0x5b3953(0x1d7)+_0x4dcdd7['childType']));return;}try{let _0x5d3160=await _0x1106f9[_0x5b3953(0x668)]({..._0x4dcdd7,'width':_0x1c89fa['width'],'height':_0x1c89fa[_0x5b3953(0x602)],'viewState':_0x1c89fa['viewState']});if(this[_0x5b3953(0x507)][_0x5b3953(0x3fa)](_0x10066e)!==_0x1c89fa||_0x1c89fa[_0x5b3953(0x274)]!==_0x5b3953(0x1a8))return;if(!_0x5d3160){this[_0x5b3953(0x6ba)](_0x1c89fa,_0xbc625d,Error(_0x5b3953(0x17d)));return;}_0x1c89fa[_0x5b3953(0x56d)]=_0x5d3160,_0x1c89fa[_0x5b3953(0x274)]=_0x5b3953(0x28c),_0x1c89fa['updatedAt']=Date[_0x5b3953(0x524)](),this['_entriesByEmbedId'][_0x5b3953(0x52c)](_0x1c89fa[_0x5b3953(0x2c9)],_0x1c89fa),this['previewUpdated$']['next'](_0x1c89fa);}catch(_0x5a989b){this[_0x5b3953(0x6ba)](_0x1c89fa,_0xbc625d,_0x5a989b);}}[_0x69bfe2(0x5e7)](_0x5c1867,_0x2fc60e){const _0x25d2e4=_0x69bfe2;let _0x423dd7=this['_entriesByEmbedId']['get'](_0x5c1867);return _0x423dd7&&_0x423dd7!==_0x2fc60e&&_0x423dd7['image']?_0x423dd7:Array[_0x25d2e4(0x157)](this[_0x25d2e4(0x507)]['values']())[_0x25d2e4(0x330)]()['find'](_0x62b179=>_0x62b179['embedId']===_0x5c1867&&_0x62b179!==_0x2fc60e&&_0x62b179[_0x25d2e4(0x56d)]);}['_setRenderFailure'](_0x42f441,_0x35ad42,_0x360093){const _0x41f479=_0x69bfe2;_0x42f441['status']=_0x35ad42!=null&&_0x35ad42['image']?_0x41f479(0x1f3):_0x41f479(0x662),_0x42f441[_0x41f479(0x56d)]=_0x35ad42==null?void 0x0:_0x35ad42[_0x41f479(0x56d)],_0x42f441['viewState']=_0x42f441[_0x41f479(0x5c5)]??(_0x35ad42==null?void 0x0:_0x35ad42[_0x41f479(0x5c5)]),_0x42f441[_0x41f479(0x662)]=_0x360093,_0x42f441[_0x41f479(0x386)]=Date[_0x41f479(0x524)](),this[_0x41f479(0x664)][_0x41f479(0x52c)](_0x42f441[_0x41f479(0x2c9)],_0x42f441),this['previewUpdated$'][_0x41f479(0x575)](_0x42f441);}},Lc=class{constructor(){const _0x3fc6a7=_0x69bfe2;Y(this,'_registrations',new Map()),Y(this,_0x3fc6a7(0x55a),new _0x3bbac0()),Y(this,'geometryInvalidated$',this[_0x3fc6a7(0x55a)]['asObservable']());}['register'](_0x3a33ed){const _0x4a5dcf=_0x69bfe2;return this[_0x4a5dcf(0x3cc)][_0x4a5dcf(0x52c)](_0x3a33ed[_0x4a5dcf(0x2c9)],_0x3a33ed),this[_0x4a5dcf(0x29d)]({'embedId':_0x3a33ed['embedId'],'reason':_0x4a5dcf(0x636)}),_0x52e91f(()=>{const _0x29094d=_0x4a5dcf;this[_0x29094d(0x3cc)][_0x29094d(0x3fa)](_0x3a33ed[_0x29094d(0x2c9)])===_0x3a33ed&&(this['_registrations']['delete'](_0x3a33ed['embedId']),this[_0x29094d(0x29d)]({'embedId':_0x3a33ed['embedId'],'reason':'manual'}));});}[_0x69bfe2(0x362)](_0x49f89d){const _0x4b4420=_0x69bfe2;return this[_0x4b4420(0x3cc)][_0x4b4420(0x3fa)](_0x49f89d);}[_0x69bfe2(0x273)](_0x5d3d3c){const _0x1bef0f=_0x69bfe2;return Array[_0x1bef0f(0x157)](this['_registrations'][_0x1bef0f(0x2f1)]())[_0x1bef0f(0x1d3)](_0x5037b7=>_0x5037b7[_0x1bef0f(0x3cb)]===_0x5d3d3c);}[_0x69bfe2(0x29d)](_0x49923a){const _0x2525f4=_0x69bfe2;this[_0x2525f4(0x55a)][_0x2525f4(0x575)](_0x49923a);}};let Rc=class{constructor(_0xe9058e,_0x9d57e2,_0x41e918,_0x3db5b5){const _0x26b8b0=_0x69bfe2;this[_0x26b8b0(0x544)]=_0xe9058e,this[_0x26b8b0(0x208)]=_0x9d57e2,this[_0x26b8b0(0x607)]=_0x41e918,this[_0x26b8b0(0x67b)]=_0x3db5b5;}async[_0x69bfe2(0x339)](_0x2751e3){const _0x13a777=_0x69bfe2;return this[_0x13a777(0x208)][_0x13a777(0x339)](_0x2751e3);}async[_0x69bfe2(0x646)](_0x337942){const _0x283c7a=_0x69bfe2;let _0xf9a179=_0x337942[_0x283c7a(0x4e2)],_0x1530d0=_0x337942[_0x283c7a(0x59a)]??this[_0x283c7a(0x607)][_0x283c7a(0x476)]({'embedId':_0xf9a179[_0x283c7a(0x2c9)],'hostUnitId':_0xf9a179[_0x283c7a(0x278)],'hostType':_0xf9a179[_0x283c7a(0x404)],'entry':_0xf9a179[_0x283c7a(0x610)],'hostAnchorId':_0xf9a179['hostAnchorId'],'hostContext':_0x337942['hostContext'],'descriptor':_0xf9a179});return this['_modelService'][_0x283c7a(0x3a3)](_0xf9a179['hostUnitId'],_0xf9a179),this[_0x283c7a(0x67b)][_0x283c7a(0x3a7)](_0x1530d0),this[_0x283c7a(0x544)][_0x283c7a(0x464)](_0xf9a179['hostUnitId'],_0xf9a179[_0x283c7a(0x2c9)]);}};Rc=Go([$(0x0,_0x1ac387(_0x375128)),$(0x1,_0x1ac387(_0x57008c)),$(0x2,_0x1ac387(_0x33f49c)),$(0x3,_0x1ac387(_0x8947bc))],Rc);function zc(_0x59f74e){const _0x158b85=_0x69bfe2;var _0x48a23d;if(!_0x59f74e)return;let _0x3f6a67=((_0x48a23d=_0x59f74e[_0x158b85(0x4bd)](_0x158b85(0x22c)))==null?void 0x0:_0x48a23d[_0x158b85(0x3fe)](_0x158b85(0x4d0)))??void 0x0,_0x2a2c32=Bc(_0x59f74e,_0x3f6a67),_0x4097be=(_0x2a2c32==null?void 0x0:_0x2a2c32[_0x158b85(0x3fe)](_0x158b85(0x581)))??_0x3f6a67;if(_0x4097be)return{'embedId':_0x4097be,'hostUnitId':(_0x2a2c32==null?void 0x0:_0x2a2c32[_0x158b85(0x3fe)](_0x158b85(0x14e)))??void 0x0,'childUnitId':(_0x2a2c32==null?void 0x0:_0x2a2c32['getAttribute'](_0x4c542f))??void 0x0,'childType':Hc(_0x2a2c32)};}function Bc(_0x42d5cd,_0x53726d){const _0x4cbb34=_0x69bfe2;let _0x426707=_0x42d5cd==null?void 0x0:_0x42d5cd[_0x4cbb34(0x4bd)](_0x4cbb34(0x235));if(_0x426707&&(!_0x53726d||_0x426707[_0x4cbb34(0x3fe)](_0x4cbb34(0x581))===_0x53726d))return _0x426707;let _0x408c29=(_0x42d5cd==null?void 0x0:_0x42d5cd['ownerDocument'])??(typeof document>'u'?void 0x0:document);return!_0x408c29||!_0x53726d?_0x426707??void 0x0:_0x408c29['querySelector']('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+Vc(_0x53726d)+'\x22]')??void 0x0;}function Vc(_0x496285){const _0xf0afc7=_0x69bfe2;return _0x496285[_0xf0afc7(0x257)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Hc(_0xacb6f4){const _0x46ead0=_0x69bfe2;let _0x42e82a=_0xacb6f4==null?void 0x0:_0xacb6f4[_0x46ead0(0x3fe)](_0x46ead0(0x368));if(_0x42e82a!=null&&_0x42e82a!=='')return Number(_0x42e82a);}var Uc=class{constructor(){const _0x560cb3=_0x69bfe2;Y(this,_0x560cb3(0x4f7),new WeakMap()),Y(this,_0x560cb3(0x1b5),new WeakSet());}[_0x69bfe2(0x47c)](_0x5d8c05){const _0x5ed1cd=_0x69bfe2;let _0x2c106e=this[_0x5ed1cd(0x4f7)][_0x5ed1cd(0x3fa)](_0x5d8c05);if(!_0x2c106e){let _0x5c22e6=_0x5d8c05['ownerDocument']['defaultView'];if(!_0x5c22e6)return _0x52e91f(()=>{});let _0x46d60d=_0x33976a=>this[_0x5ed1cd(0x42c)](_0x5d8c05,_0x33976a);_0x5c22e6[_0x5ed1cd(0x4ca)](_0x5ed1cd(0x468),_0x46d60d,{'capture':!0x0,'passive':!0x0}),_0x2c106e={'activeUntil':0x0,'dispose':()=>_0x5c22e6['removeEventListener'](_0x5ed1cd(0x468),_0x46d60d,{'capture':!0x0}),'refCount':0x0},this[_0x5ed1cd(0x4f7)][_0x5ed1cd(0x52c)](_0x5d8c05,_0x2c106e);}let _0x582329=_0x2c106e;return _0x582329[_0x5ed1cd(0x46b)]+=0x1,_0x52e91f(()=>{const _0x5cb4e4=_0x5ed1cd;--_0x582329[_0x5cb4e4(0x46b)],!(_0x582329[_0x5cb4e4(0x46b)]>0x0||this[_0x5cb4e4(0x4f7)][_0x5cb4e4(0x3fa)](_0x5d8c05)!==_0x582329)&&(_0x582329['dispose'](),this[_0x5cb4e4(0x4f7)]['delete'](_0x5d8c05));});}[_0x69bfe2(0x609)](_0x18f64d){const _0x4d9de0=_0x69bfe2;return this[_0x4d9de0(0x1b5)]['has'](_0x18f64d);}[_0x69bfe2(0x42c)](_0x28b22e,_0x44825f){const _0x16db9d=_0x69bfe2;var _0xe81094;let _0x3d9c9d=_0x28b22e['ownerDocument']['defaultView'];if(!_0x3d9c9d)return;let _0x495aa3=Wc(_0x44825f,_0x3d9c9d);if(!_0x495aa3||!_0x28b22e[_0x16db9d(0x231)](_0x495aa3))return;let _0x1a0663=this[_0x16db9d(0x4f7)]['get'](_0x28b22e);if(!_0x1a0663)return;let _0x228c0c=Date['now'](),_0x25e856=Bc(_0x495aa3);if(!_0x25e856||!_0x28b22e[_0x16db9d(0x231)](_0x25e856)){_0x1a0663['activeUntil']=_0x228c0c+0x1f4;return;}if(((_0xe81094=zc(_0x25e856))==null?void 0x0:_0xe81094[_0x16db9d(0x246)])===_0x420dc4['UNIVER_SLIDE']){_0x1a0663['activeUntil']=_0x228c0c+0x1f4,this['_hostGestureEvents'][_0x16db9d(0x615)](_0x44825f);return;}_0x228c0c>=_0x1a0663['activeUntil']||(_0x1a0663['activeUntil']=_0x228c0c+0x1f4,this[_0x16db9d(0x1b5)][_0x16db9d(0x615)](_0x44825f));}};function Wc(_0x1a616e,_0x3c061f){const _0x372363=_0x69bfe2;let _0x428add=_0x1a616e[_0x372363(0x5e5)];return _0x428add instanceof _0x3c061f[_0x372363(0x535)]?_0x428add:_0x428add instanceof _0x3c061f[_0x372363(0x361)]||_0x428add instanceof _0x3c061f[_0x372363(0x40c)]?_0x428add[_0x372363(0x572)]:null;}var Gc=class{constructor(){const _0x1abbaa=_0x69bfe2;Y(this,_0x1abbaa(0x213),new Map());}[_0x69bfe2(0x47c)](_0x2c918e){const _0x39a7a1=_0x69bfe2;return this[_0x39a7a1(0x213)][_0x39a7a1(0x52c)](_0x2c918e[_0x39a7a1(0x246)],_0x2c918e),_0x52e91f(()=>{const _0x5c5fe9=_0x39a7a1;this[_0x5c5fe9(0x213)][_0x5c5fe9(0x3fa)](_0x2c918e['childType'])===_0x2c918e&&this[_0x5c5fe9(0x213)][_0x5c5fe9(0x288)](_0x2c918e[_0x5c5fe9(0x246)]);});}[_0x69bfe2(0x3fa)](_0x3d076e,_0x5b4c06){const _0x3df0d0=_0x69bfe2;var _0x5475b3;let _0x4faf4a=this[_0x3df0d0(0x213)][_0x3df0d0(0x3fa)](_0x3d076e);if(_0x4faf4a&&!(_0x5b4c06&&(_0x5475b3=_0x4faf4a['supportedLayouts'])!=null&&_0x5475b3['length']&&!_0x4faf4a[_0x3df0d0(0x4a3)][_0x3df0d0(0x536)](_0x5b4c06)))return _0x4faf4a;}[_0x69bfe2(0x277)](){const _0x3bf72b=_0x69bfe2;return[...this[_0x3bf72b(0x213)][_0x3bf72b(0x2f1)]()];}},Kc=class{constructor(){const _0x564bce=_0x69bfe2;Y(this,_0x564bce(0x356),[]);}[_0x69bfe2(0x47c)](_0x109e97){const _0x1ece74=_0x69bfe2;return this['_handlers'][_0x1ece74(0x5a8)](_0x109e97),this[_0x1ece74(0x3d8)](),_0x52e91f(()=>{const _0x372842=_0x1ece74;let _0x4a5c64=this[_0x372842(0x356)][_0x372842(0x4af)](_0x109e97);_0x4a5c64>=0x0&&this[_0x372842(0x356)][_0x372842(0x1cb)](_0x4a5c64,0x1);});}[_0x69bfe2(0x4b1)](_0x4e87d5){const _0x33b9cc=_0x69bfe2;for(let _0x30401f of this['_handlers']){var _0x4cce4d;if(_0x30401f['childType']===_0x4e87d5['childType']&&!(_0x4e87d5[_0x33b9cc(0x4ef)]&&(_0x4cce4d=_0x30401f[_0x33b9cc(0x4a3)])!=null&&_0x4cce4d[_0x33b9cc(0x37f)]&&!_0x30401f[_0x33b9cc(0x4a3)][_0x33b9cc(0x536)](_0x4e87d5['layout']))&&_0x30401f[_0x33b9cc(0x4b1)](_0x4e87d5)===!0x0)return!0x0;}return!0x1;}[_0x69bfe2(0x277)](){const _0x3ae960=_0x69bfe2;return[...this[_0x3ae960(0x356)]];}[_0x69bfe2(0x3d8)](){const _0x26cc24=_0x69bfe2;this[_0x26cc24(0x356)][_0x26cc24(0x2ca)]((_0x5e512f,_0x30fbb0)=>(_0x30fbb0[_0x26cc24(0x53d)]??0x0)-(_0x5e512f['order']??0x0));}};function qc(_0xfa0d5a){const _0xece387=_0x69bfe2;if(!_0xfa0d5a||typeof _0xfa0d5a!=_0xece387(0x34f))return;let _0x155904=_0xfa0d5a;return _0x155904['version']===0x1&&_0x155904[_0xece387(0x2c9)]&&_0x155904[_0xece387(0x35f)]?_0x155904:void 0x0;}const Jc=new Map();function Yc(_0x1ab7d9){const _0x358d6d=_0x69bfe2;var _0x271c5c,_0x594cea;let {container:_0x2df461,content:_0x11f31a,offset:_0xdd95bd}=_0x1ab7d9;if(!_0x1ab7d9[_0x358d6d(0x41d)])return _0xdd95bd[_0x358d6d(0x545)]=0x0,_0x11f31a['style'][_0x358d6d(0x3f1)](_0x358d6d(0x280)),_0x11f31a[_0x358d6d(0x26d)][_0x358d6d(0x3f1)](_0x358d6d(0x2a3)),_0x52e91f(()=>{});let _0x2b593e=_0x2df461[_0x358d6d(0x220)][_0x358d6d(0x1d9)]??window,_0x3725bd=Cl(_0x1ab7d9[_0x358d6d(0x65e)],0x1),_0x5dfc7b=!0x1,_0x4971a2,_0x32780b=()=>{const _0x574e9d=_0x358d6d;var _0x12e12d;if(_0x5dfc7b)return;let _0x5897ea=_0x1ab7d9['getChildContext']();if(!_0x5897ea){_0xdd95bd[_0x574e9d(0x545)]=0x0,_0x11f31a[_0x574e9d(0x26d)][_0x574e9d(0x3f1)](_0x574e9d(0x280)),_0x11f31a['style']['removeProperty'](_0x574e9d(0x2a3));return;}let _0x26c213=_0x1ab7d9[_0x574e9d(0x1f4)](_0x5897ea);if(!_0x26c213)return;let _0x2bcdea=yc(_0x2df461),_0xfcb655=(_0x2bcdea==null?void 0x0:_0x2bcdea[_0x574e9d(0x59f)]())??{'height':_0x2b593e['innerHeight'],'top':0x0,'width':_0x2b593e[_0x574e9d(0x60b)]},_0x491dda=_0x2df461[_0x574e9d(0x59f)](),_0x3c23ee=Cl(_0x1ab7d9['contentHeight'],_0x491dda[_0x574e9d(0x602)]/_0x3725bd),_0x471f17=Math['min'](_0x3c23ee,Cl(_0x1ab7d9[_0x574e9d(0x634)],_0x11f31a['getBoundingClientRect']()[_0x574e9d(0x602)]/_0x3725bd,_0xfcb655[_0x574e9d(0x602)]/_0x3725bd)),_0x210559=Qc({'contentHeight':_0x3c23ee,'hostOffset':Math[_0x574e9d(0x269)](0x0,(_0xfcb655[_0x574e9d(0x566)]-_0x491dda[_0x574e9d(0x566)])/_0x3725bd),'stickyHeaderHeight':Math['max'](0x18,((_0x12e12d=_0x26c213[_0x574e9d(0x374)])==null?void 0x0:_0x12e12d[_0x574e9d(0x194)](_0x26c213,_0x5897ea))??0x0),'viewportHeight':_0x471f17});if(_0x11f31a[_0x574e9d(0x26d)]['transform']=_0x210559['visualOffset']===0x0?'':_0x574e9d(0x407)+_0x210559[_0x574e9d(0x637)]*_0x3725bd+_0x574e9d(0x437),_0x11f31a[_0x574e9d(0x26d)][_0x574e9d(0x31f)]=_0x210559[_0x574e9d(0x4e4)]===0x0?'':_0x574e9d(0x3e0)+_0x210559['clipBottom']*_0x3725bd+_0x574e9d(0x187),!Xc(_0x1ab7d9[_0x574e9d(0x3b8)][_0x574e9d(0x545)],_0x574e9d(0x48a))||_0x1ab7d9['syncingHostFromChild'][_0x574e9d(0x545)])return;let _0x4326b6=_0x210559[_0x574e9d(0x405)]-_0xdd95bd[_0x574e9d(0x545)];if(Math['abs'](_0x4326b6)<0.5)return;_0xdd95bd[_0x574e9d(0x545)]=_0x210559[_0x574e9d(0x405)],_0x1ab7d9[_0x574e9d(0x29d)]();let _0x7ecae9=new WheelEvent(_0x574e9d(0x468),{'cancelable':!0x1,'clientX':_0x491dda['left']+Math[_0x574e9d(0x489)](_0x491dda['width'],_0xfcb655[_0x574e9d(0x459)])/0x2,'clientY':_0xfcb655[_0x574e9d(0x566)]+_0x471f17*_0x3725bd/0x2,'deltaY':_0x4326b6});_0x1ab7d9[_0x574e9d(0x2ee)]['current']=!0x0;try{_0x26c213[_0x574e9d(0x4b1)]({..._0x5897ea,'event':_0x7ecae9,'source':_0x574e9d(0x415),'stage':_0x1ab7d9[_0x574e9d(0x230)](),'viewportScrollY':_0x210559[_0x574e9d(0x405)]});}finally{_0x1ab7d9[_0x574e9d(0x2ee)][_0x574e9d(0x545)]=!0x1;}},_0x31f015=()=>{const _0x2ebb26=_0x358d6d;_0x32780b(),_0x5dfc7b||(_0x4971a2=_0x2b593e[_0x2ebb26(0x3f0)](_0x31f015));},_0x2e402f=()=>{globalThis['queueMicrotask'](()=>{_0x5dfc7b||_0x32780b();});},_0x90fb58=_0x1ab7d9['getChildContext'](),_0x393194=_0x90fb58?_0x1ab7d9[_0x358d6d(0x1f4)](_0x90fb58):void 0x0,_0x2d44bf=_0x90fb58&&(_0x393194==null||(_0x271c5c=_0x393194['subscribeVerticalScroll'])==null?void 0x0:_0x271c5c['call'](_0x393194,_0x90fb58,_0x338714=>{const _0x59ccd6=_0x358d6d;var _0x3fe248;if(_0x1ab7d9['syncingChildFromHost']['current']||!Xc(_0x1ab7d9[_0x59ccd6(0x3b8)][_0x59ccd6(0x545)],'child'))return;let _0x58db8f=Math['max'](0x0,Cl(_0x1ab7d9[_0x59ccd6(0x1ab)])-Cl(_0x1ab7d9[_0x59ccd6(0x634)])),_0x2d8597=el(_0x338714,0x0,_0x58db8f),_0x461d04=_0x2df461['getBoundingClientRect'](),_0x54d648=((_0x3fe248=yc(_0x2df461))==null?void 0x0:_0x3fe248[_0x59ccd6(0x59f)]()['top'])??0x0,_0x17f10c=Zc(_0x2d8597,el((_0x54d648-_0x461d04[_0x59ccd6(0x566)])/_0x3725bd,0x0,_0x58db8f),Math[_0x59ccd6(0x269)](0x0,(_0x461d04['top']-_0x54d648)/_0x3725bd));if(Math[_0x59ccd6(0x397)](_0x17f10c)<0.5)return;let _0x3dfc15=new WheelEvent(_0x59ccd6(0x468),{'cancelable':!0x1,'clientX':_0x461d04[_0x59ccd6(0x4ac)]+_0x461d04[_0x59ccd6(0x459)]/0x2,'clientY':_0x461d04[_0x59ccd6(0x566)]+Math[_0x59ccd6(0x489)](_0x461d04[_0x59ccd6(0x602)],(_0x1ab7d9['viewportHeight']??_0x461d04[_0x59ccd6(0x602)]/_0x3725bd)*_0x3725bd)/0x2,'deltaY':_0x17f10c*_0x3725bd}),_0xe2f62f=_0xdd95bd[_0x59ccd6(0x545)],_0x9dfc8=_0x11f31a[_0x59ccd6(0x26d)][_0x59ccd6(0x280)],_0x2ef80c=_0x11f31a[_0x59ccd6(0x26d)][_0x59ccd6(0x31f)];_0xdd95bd[_0x59ccd6(0x545)]=_0x2d8597,_0x11f31a['style'][_0x59ccd6(0x280)]=_0x2d8597===0x0?'':'translateY('+_0x2d8597*_0x3725bd+_0x59ccd6(0x437),_0x11f31a['style']['clipPath']='',_0x1ab7d9['syncingHostFromChild'][_0x59ccd6(0x545)]=!0x0;let _0x86b074=!0x1;try{var _0x5d3032;_0x86b074=((_0x5d3032=_0x1ab7d9[_0x59ccd6(0x512)])==null?void 0x0:_0x5d3032['call'](_0x1ab7d9,_0x3dfc15,_0x90fb58))===!0x0||vc(_0x2df461,_0x3dfc15);}finally{_0x1ab7d9['syncingHostFromChild'][_0x59ccd6(0x545)]=!0x1;}if(!_0x86b074){_0xdd95bd[_0x59ccd6(0x545)]=_0xe2f62f,_0x11f31a[_0x59ccd6(0x26d)][_0x59ccd6(0x280)]=_0x9dfc8,_0x11f31a[_0x59ccd6(0x26d)][_0x59ccd6(0x31f)]=_0x2ef80c;return;}_0x1ab7d9['invalidate']();}));_0x4971a2=_0x2b593e[_0x358d6d(0x3f0)](_0x31f015);let _0x1b9bbf=(_0x594cea=_0x1ab7d9[_0x358d6d(0x5f6)])==null?void 0x0:_0x594cea['subscribe'](_0x2e402f);_0x2b593e['addEventListener'](_0x358d6d(0x5f1),_0x32780b,!0x0),_0x2b593e[_0x358d6d(0x4ca)](_0x358d6d(0x469),_0x32780b);let _0x105eaf=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x32780b);return _0x105eaf==null||_0x105eaf[_0x358d6d(0x334)](_0x2df461),_0x52e91f(()=>{const _0x5ad6ef=_0x358d6d;_0x5dfc7b=!0x0,_0x4971a2!=null&&_0x2b593e[_0x5ad6ef(0x180)](_0x4971a2),_0x2d44bf==null||_0x2d44bf[_0x5ad6ef(0x5dc)](),_0x1b9bbf==null||_0x1b9bbf[_0x5ad6ef(0x2b3)](),_0x105eaf==null||_0x105eaf[_0x5ad6ef(0x29f)](),_0x2b593e[_0x5ad6ef(0x47f)](_0x5ad6ef(0x5f1),_0x32780b,!0x0),_0x2b593e['removeEventListener'](_0x5ad6ef(0x469),_0x32780b),_0x11f31a[_0x5ad6ef(0x26d)][_0x5ad6ef(0x3f1)](_0x5ad6ef(0x280)),_0x11f31a[_0x5ad6ef(0x26d)]['removeProperty'](_0x5ad6ef(0x2a3));});}function Xc(_0x36e761,_0x2482ea){return _0x36e761==null||_0x36e761===_0x2482ea;}function Zc(_0x8f8067,_0xd366b3,_0xc5f674){const _0x34d556=_0x69bfe2;let _0x5a73e4=_0x8f8067-_0xd366b3;return _0x5a73e4+(_0x5a73e4>0x0?Math[_0x34d556(0x269)](0x0,_0xc5f674):0x0);}function Qc(_0xa94cc2){const _0x1891d7=_0x69bfe2;let _0x4508e4=Cl(_0xa94cc2['contentHeight']),_0x1c0512=Math[_0x1891d7(0x489)](_0x4508e4,Cl(_0xa94cc2['viewportHeight'])),_0x2d16ba=Math[_0x1891d7(0x269)](0x0,_0x4508e4-_0x1c0512);if(_0x2d16ba===0x0)return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x4c1b1c=Math[_0x1891d7(0x269)](0x0,_0xa94cc2[_0x1891d7(0x2af)]),_0x3e1378=el(Cl(_0xa94cc2[_0x1891d7(0x26c)]),0x1,_0x1c0512),_0x52ceb0=Math[_0x1891d7(0x269)](_0x2d16ba,_0x4508e4-_0x3e1378),_0x2fb75a=Math[_0x1891d7(0x489)](_0x4c1b1c,_0x52ceb0),_0x3a395b=el(_0x4508e4-_0x4c1b1c,_0x3e1378,_0x1c0512);return{'childOffset':Math[_0x1891d7(0x489)](_0x4c1b1c,_0x2d16ba),'clipBottom':_0x1c0512-_0x3a395b,'visualOffset':_0x2fb75a};}function $c(_0x2ceab9){const _0x22b98c=_0x69bfe2;let _0x22be4d=Math[_0x22b98c(0x269)](0x1,_0x2ceab9[_0x22b98c(0x6b0)]-_0x2ceab9[_0x22b98c(0x440)]),_0x2fce5f=Math[_0x22b98c(0x489)](_0x2ceab9[_0x22b98c(0x296)],_0x22be4d);return{'initialWidth':_0x2fce5f,'maxExpansion':Math[_0x22b98c(0x489)](_0x2ceab9[_0x22b98c(0x440)],Math[_0x22b98c(0x269)](0x0,_0x2ceab9[_0x22b98c(0x296)]-_0x2fce5f))};}function el(_0x118e5f,_0x369577,_0x398328){const _0x31715f=_0x69bfe2;return Math[_0x31715f(0x269)](_0x369577,Math[_0x31715f(0x489)](_0x398328,_0x118e5f));}function tl(_0x2e2967){const _0x189ffa=_0x69bfe2;_0x2e2967['style'][_0x189ffa(0x3f1)](_0x189ffa(0x4ac)),_0x2e2967[_0x189ffa(0x26d)][_0x189ffa(0x3f1)](_0x189ffa(0x566)),_0x2e2967[_0x189ffa(0x26d)]['removeProperty'](_0x189ffa(0x459)),_0x2e2967[_0x189ffa(0x26d)][_0x189ffa(0x3f1)](_0x189ffa(0x602)),_0x2e2967[_0x189ffa(0x26d)][_0x189ffa(0x3f1)]('visibility'),_0x2e2967[_0x189ffa(0x26d)][_0x189ffa(0x3f1)](_0x189ffa(0x15a));}function nl(_0x415149,_0x10ea87){const _0x5e8814=_0x69bfe2;_0x10ea87?Jc[_0x5e8814(0x52c)](_0x415149,_0x10ea87):Jc['delete'](_0x415149);}function rl(_0x594698){const _0x4fe0d1=_0x69bfe2;var _0x4978b4;let {chrome:_0x2e8210,container:_0xd5aebf,geometryService:_0x3ebe88,stage:_0x221cbb}=_0x594698;if(_0x594698[_0x4fe0d1(0x360)]&&_0x221cbb===_0x4fe0d1(0x258))return _0x2e8210[_0x4fe0d1(0x26d)][_0x4fe0d1(0x49a)]=_0x4fe0d1(0x3c3),_0x2e8210[_0x4fe0d1(0x26d)][_0x4fe0d1(0x475)]='none',_0x52e91f(()=>{const _0x309275=_0x4fe0d1;_0x2e8210[_0x309275(0x26d)][_0x309275(0x3f1)](_0x309275(0x49a)),_0x2e8210[_0x309275(0x26d)][_0x309275(0x3f1)](_0x309275(0x15a));});let _0x161df7=_0x2e8210[_0x4fe0d1(0x572)],_0x51fe2f=_0x2e8210[_0x4fe0d1(0x34c)],_0x27c615,_0x45eed7,_0xbf3502=0x0,_0x16d6f6,_0x3734f9,_0x3aa3a3,_0x315192,_0x24d791,_0x3d3e02,_0x214727,_0x54f31f=()=>{const _0x490412=_0x4fe0d1;let _0x395f83=fl(_0xd5aebf),_0x1f60a0=dl(_0xd5aebf),_0x343578=!pl(_0xd5aebf)&&_0x214727!=null&&_0x16d6f6===_0x1f60a0[_0x490412(0x4ac)]&&_0x3aa3a3===_0x1f60a0[_0x490412(0x459)]&&_0x315192===_0x1f60a0[_0x490412(0x602)];!pl(_0xd5aebf)&&_0x214727!=null&&!_0x343578&&(_0x214727=void 0x0);let _0x456387=_0x343578?new DOMRect(_0x1f60a0[_0x490412(0x4ac)],_0x214727,_0x1f60a0[_0x490412(0x459)],_0x1f60a0[_0x490412(0x602)]):_0x1f60a0,_0x2abd51=!_0x395f83||_0x456387['height']>=0x18,_0x3039ed=sl(_0x395f83,_0x2abd51,_0x456387[_0x490412(0x602)]);if(al(_0xd5aebf,_0x2e8210,_0x2abd51,_0x221cbb),ol(_0xd5aebf,_0x2e8210,_0x3039ed,_0x221cbb),_0x395f83){let _0x484eff=_0xd5aebf['getBoundingClientRect']();cl(_0x2e8210,_0x456387,ll(_0x484eff,_0x594698[_0x490412(0x487)]));}else ul(_0x2e8210);_0x2e8210[_0x490412(0x26d)][_0x490412(0x49a)]=_0x2abd51?'':'hidden',_0x2e8210[_0x490412(0x26d)][_0x490412(0x475)]=_0x2abd51&&_0x221cbb!==_0x490412(0x258)?'':_0x490412(0x5fa),(_0x456387[_0x490412(0x4ac)]!==_0x16d6f6||_0x456387[_0x490412(0x566)]!==_0x3734f9||_0x456387[_0x490412(0x459)]!==_0x3aa3a3||_0x456387['height']!==_0x315192||_0x2abd51!==_0x24d791||_0x3039ed!==_0x3d3e02)&&(_0x16d6f6=_0x456387['left'],_0x3734f9=_0x456387[_0x490412(0x566)],_0x3aa3a3=_0x456387[_0x490412(0x459)],_0x315192=_0x456387[_0x490412(0x602)],_0x24d791=_0x2abd51,_0x3d3e02=_0x3039ed,nl(_0xd5aebf,{'height':_0x456387[_0x490412(0x602)],'left':_0x456387[_0x490412(0x4ac)],'top':_0x456387[_0x490412(0x566)],'width':_0x456387[_0x490412(0x459)]}),_0x2e8210[_0x490412(0x26d)][_0x490412(0x4ac)]=_0x456387[_0x490412(0x4ac)]+'px',_0x2e8210[_0x490412(0x26d)][_0x490412(0x566)]=_0x456387['top']+'px',_0x2e8210[_0x490412(0x26d)]['width']=_0x456387['width']+'px',_0x2e8210[_0x490412(0x26d)][_0x490412(0x602)]=_0x456387['height']+'px');},_0x40033c=()=>{const _0x23f9c0=_0x4fe0d1;_0x54f31f(),_0x27c615=window[_0x23f9c0(0x3f0)](_0x40033c);},_0xe1008b=()=>{const _0xa23bb3=_0x4fe0d1;_0x45eed7=void 0x0,_0x54f31f(),!(_0xbf3502<=0x0)&&(--_0xbf3502,_0x45eed7=window[_0xa23bb3(0x3f0)](_0xe1008b));},_0x2ab4f6=_0x5c2f4d=>{const _0x1169cc=_0x4fe0d1;!pl(_0xd5aebf)&&gl(_0x5c2f4d)&&_0x3734f9!=null&&(_0x214727=_0x3734f9),hl(_0xd5aebf,_0x5c2f4d,{'height':_0x315192,'left':_0x16d6f6,'top':_0x3734f9,'width':_0x3aa3a3})&&(_0x3ebe88[_0x1169cc(0x29d)]({'embedId':_0x594698[_0x1169cc(0x2c9)],'reason':'wheel'}),_0xbf3502=Math[_0x1169cc(0x269)](_0xbf3502,0x3),_0x45eed7??=window[_0x1169cc(0x3f0)](_0xe1008b));},_0x24e9ca=()=>{const _0x5244b7=_0x4fe0d1;_0x214727=void 0x0,_0x3ebe88[_0x5244b7(0x29d)]({'embedId':_0x594698[_0x5244b7(0x2c9)],'reason':_0x5244b7(0x1a4)}),_0xbf3502=Math[_0x5244b7(0x269)](_0xbf3502,0x2),_0x45eed7??=window[_0x5244b7(0x3f0)](_0xe1008b);},_0x7de338=()=>{_0x214727=void 0x0;};_0x54f31f(),document[_0x4fe0d1(0x1e6)][_0x4fe0d1(0x58d)](_0x2e8210);let _0xf002da=new ResizeObserver(_0x54f31f);_0xf002da['observe'](_0xd5aebf);let _0x2bf9b5=(_0x4978b4=_0x594698[_0x4fe0d1(0x5f6)])==null?void 0x0:_0x4978b4[_0x4fe0d1(0x483)](_0x24e9ca);return window['addEventListener'](_0x4fe0d1(0x6bc),_0x7de338,!0x0),window[_0x4fe0d1(0x4ca)](_0x4fe0d1(0x5f1),_0x2ab4f6,!0x0),window['addEventListener']('wheel',_0x2ab4f6,!0x0),window[_0x4fe0d1(0x4ca)](_0x4fe0d1(0x469),_0x2ab4f6),(_0x221cbb!==_0x4fe0d1(0x258)||pl(_0xd5aebf))&&(_0x27c615=window[_0x4fe0d1(0x3f0)](_0x40033c)),_0x52e91f(()=>{const _0x5c474a=_0x4fe0d1;_0x27c615!=null&&window['cancelAnimationFrame'](_0x27c615),_0x45eed7!=null&&window['cancelAnimationFrame'](_0x45eed7),_0x2bf9b5==null||_0x2bf9b5['unsubscribe'](),_0xf002da[_0x5c474a(0x29f)](),window[_0x5c474a(0x47f)]('pointerdown',_0x7de338,!0x0),window['removeEventListener']('scroll',_0x2ab4f6,!0x0),window[_0x5c474a(0x47f)]('wheel',_0x2ab4f6,!0x0),window[_0x5c474a(0x47f)]('resize',_0x2ab4f6),nl(_0xd5aebf),tl(_0x2e8210),al(_0xd5aebf,_0x2e8210,!0x0,_0x5c474a(0x45e)),ol(_0xd5aebf,_0x2e8210,!0x0,_0x5c474a(0x45e)),_0x161df7!=null&&_0x161df7['isConnected']?_0x161df7[_0x5c474a(0x1fa)](_0x2e8210,_0x51fe2f):_0x2e8210[_0x5c474a(0x4b0)]();});}function il(_0x8c6320,_0x2c7b18){const _0x26a6f8=_0x69bfe2;var _0x5133aa,_0x895d8d,_0x37740b;let _0x5925b6=_0x8c6320[_0x26a6f8(0x319)][_0x26a6f8(0x2c9)],_0x123aac=_0x8c6320[_0x26a6f8(0x220)],_0x46785f=fl(_0x8c6320)?[dl(_0x8c6320)]:[_0x8c6320['getBoundingClientRect'](),(_0x5133aa=_0x8c6320[_0x26a6f8(0x349)](_0x26a6f8(0x24a)))==null?void 0x0:_0x5133aa[_0x26a6f8(0x59f)]()],_0x1eac2=_0x123aac['querySelector'](_0x26a6f8(0x433)+_0x5925b6+'\x22]'),_0x5d894b=[_0x1eac2==null||(_0x895d8d=_0x1eac2[_0x26a6f8(0x349)](_0x26a6f8(0x2bf)))==null?void 0x0:_0x895d8d[_0x26a6f8(0x59f)](),_0x1eac2==null||(_0x37740b=_0x1eac2[_0x26a6f8(0x349)](_0x26a6f8(0x363)))==null?void 0x0:_0x37740b[_0x26a6f8(0x59f)]()],_0x31c417=Array[_0x26a6f8(0x157)](_0x123aac[_0x26a6f8(0x166)]('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x26a6f8(0x534)](_0x5b583e=>_0x5b583e[_0x26a6f8(0x319)][_0x26a6f8(0x2c9)]===_0x5925b6)[_0x26a6f8(0x15f)](_0x22b2bb=>_0x22b2bb[_0x26a6f8(0x59f)]());return[..._0x46785f,..._0x5d894b,..._0x31c417]['filter'](_0x29bcaf=>!!_0x29bcaf&&_0x29bcaf[_0x26a6f8(0x459)]>0x0&&_0x29bcaf[_0x26a6f8(0x602)]>0x0)[_0x26a6f8(0x3d4)](_0x285659=>xl(_0x285659,_0x2c7b18[_0x26a6f8(0x57e)],_0x2c7b18[_0x26a6f8(0x4ae)]));}function al(_0x4198c9,_0x549018,_0x267747,_0x12b19e){const _0x124eb9=_0x69bfe2;let _0x3bd820=_0x267747?'':_0x124eb9(0x5fa),_0x1847ec=_0x4198c9[_0x124eb9(0x349)](_0x124eb9(0x24a)),_0x26daaa=_0x4198c9[_0x124eb9(0x349)](_0x124eb9(0x68e)),_0x1002f4=_0x4198c9['querySelector'](_0x124eb9(0x537)),_0x319b04=_0x4198c9[_0x124eb9(0x349)](_0x124eb9(0x4f5)),_0x49dc0d=_0x4198c9['querySelector'](_0x124eb9(0x1eb)),_0x309944=_0x549018==null?void 0x0:_0x549018['querySelector'](_0x124eb9(0x2a9)),_0x28030f=_0x549018==null?void 0x0:_0x549018[_0x124eb9(0x349)]('[data-embed-popup-root]');if(_0x309944==null||_0x309944[_0x124eb9(0x26d)][_0x124eb9(0x4cb)](_0x124eb9(0x15a),'none'),_0x28030f==null||_0x28030f['style'][_0x124eb9(0x4cb)]('pointer-events',_0x124eb9(0x5fa)),fl(_0x4198c9)){_0x4198c9[_0x124eb9(0x26d)]['setProperty'](_0x124eb9(0x15a),_0x124eb9(0x5fa)),_0x1847ec==null||_0x1847ec[_0x124eb9(0x26d)][_0x124eb9(0x4cb)]('pointer-events',_0x124eb9(0x5fa)),_0x26daaa==null||_0x26daaa[_0x124eb9(0x26d)][_0x124eb9(0x4cb)]('pointer-events',_0x124eb9(0x5fa)),_0x1002f4==null||_0x1002f4['style'][_0x124eb9(0x4cb)](_0x124eb9(0x15a),_0x267747?_0x124eb9(0x403):_0x124eb9(0x5fa)),_0x319b04==null||_0x319b04[_0x124eb9(0x26d)][_0x124eb9(0x4cb)](_0x124eb9(0x15a),_0x124eb9(0x5fa)),_0x49dc0d==null||_0x49dc0d[_0x124eb9(0x26d)][_0x124eb9(0x4cb)]('pointer-events',_0x124eb9(0x5fa));return;}_0x4198c9[_0x124eb9(0x26d)][_0x124eb9(0x3f1)](_0x124eb9(0x15a)),_0x1847ec==null||_0x1847ec[_0x124eb9(0x26d)]['removeProperty'](_0x124eb9(0x15a)),_0x26daaa==null||_0x26daaa[_0x124eb9(0x26d)]['setProperty'](_0x124eb9(0x15a),_0x3bd820),_0x1002f4==null||_0x1002f4[_0x124eb9(0x26d)][_0x124eb9(0x3f1)]('pointer-events'),_0x319b04==null||_0x319b04[_0x124eb9(0x26d)]['removeProperty'](_0x124eb9(0x15a)),_0x49dc0d==null||_0x49dc0d[_0x124eb9(0x26d)][_0x124eb9(0x4cb)]('pointer-events',_0x3bd820);}function ol(_0x3ad924,_0x1d115d,_0xf5cd74,_0x4712f0){const _0x5357f7=_0x69bfe2;let _0x40f0a9=_0xf5cd74&&_0x4712f0!==_0x5357f7(0x45e),_0x1fd71b=_0x3ad924['querySelector'](_0x5357f7(0x363))??(_0x1d115d==null?void 0x0:_0x1d115d[_0x5357f7(0x349)]('[data-embed-float-fullscreen-button]')),_0x19dc33=[_0x1d115d==null?void 0x0:_0x1d115d[_0x5357f7(0x349)](_0x5357f7(0x2a9)),_0x1d115d==null?void 0x0:_0x1d115d[_0x5357f7(0x349)](_0x5357f7(0x199))];_0x1fd71b==null||_0x1fd71b[_0x5357f7(0x26d)][_0x5357f7(0x4cb)](_0x5357f7(0x49a),_0x40f0a9?'':_0x5357f7(0x3c3)),_0x1fd71b==null||_0x1fd71b['style']['setProperty'](_0x5357f7(0x15a),_0x40f0a9?'':'none'),_0x19dc33['forEach'](_0x4254d9=>{const _0x125353=_0x5357f7;_0x4254d9==null||_0x4254d9['style'][_0x125353(0x4cb)](_0x125353(0x49a),_0xf5cd74&&_0x4712f0===_0x125353(0x45e)?'':'hidden'),_0x4254d9==null||_0x4254d9[_0x125353(0x26d)][_0x125353(0x4cb)](_0x125353(0x15a),_0x125353(0x5fa)),_0x4712f0!==_0x125353(0x45e)&&(_0x4254d9==null||_0x4254d9[_0x125353(0x4c6)](_0x125353(0x2b4)),_0x4254d9==null||_0x4254d9[_0x125353(0x166)](_0x125353(0x5e8))['forEach'](_0x2fbba6=>{const _0x34ce64=_0x125353;_0x2fbba6[_0x34ce64(0x4c6)](_0x34ce64(0x2b4));}));});}function sl(_0x54f45d,_0x3b3d14,_0x343d6e){return _0x54f45d?_0x3b3d14:_0x343d6e>=0x28;}function cl(_0x2c249b,_0x3932ac,_0x107c03){const _0x3d759a=_0x69bfe2;let _0x34296e=_0x107c03[_0x3d759a(0x4ac)]-_0x3932ac[_0x3d759a(0x4ac)],_0x19f85b=_0x107c03[_0x3d759a(0x459)];_0x2c249b[_0x3d759a(0x166)](_0x3d759a(0x2bf))[_0x3d759a(0x5dd)](_0x1d1106=>{const _0x5f3b6c=_0x3d759a;var _0x437766;let _0x222064=(_0x437766=_0x1d1106[_0x5f3b6c(0x4bd)](_0x5f3b6c(0x6b1)))==null?void 0x0:_0x437766[_0x5f3b6c(0x319)][_0x5f3b6c(0x3c9)],_0x154298=_0x1d1106[_0x5f3b6c(0x319)][_0x5f3b6c(0x2ce)]==='base-embed-floating-menu',_0x414aa4=_0x1d1106[_0x5f3b6c(0x319)][_0x5f3b6c(0x2ce)]==='sheet-embed-floating-menu';_0x222064===_0x5f3b6c(0x37a)?(_0x1d1106[_0x5f3b6c(0x26d)]['top']=_0x154298?_0x5f3b6c(0x1ae):_0x5f3b6c(0x61a),_0x154298?(_0x1d1106[_0x5f3b6c(0x26d)][_0x5f3b6c(0x4cb)]('left',_0x34296e+'px','important'),_0x1d1106[_0x5f3b6c(0x26d)]['setProperty'](_0x5f3b6c(0x2cd),'auto',_0x5f3b6c(0x302)),_0x1d1106[_0x5f3b6c(0x26d)][_0x5f3b6c(0x4cb)](_0x5f3b6c(0x459),_0x19f85b+'px',_0x5f3b6c(0x302))):_0x414aa4&&(_0x1d1106[_0x5f3b6c(0x26d)][_0x5f3b6c(0x4cb)](_0x5f3b6c(0x4ac),_0x34296e+_0x19f85b/0x2+'px',_0x5f3b6c(0x302)),_0x1d1106[_0x5f3b6c(0x26d)][_0x5f3b6c(0x4cb)](_0x5f3b6c(0x394),_0x19f85b+'px'))):(_0x154298||_0x414aa4)&&(_0x1d1106[_0x5f3b6c(0x26d)][_0x5f3b6c(0x566)]=_0x5f3b6c(0x49d));});}function ll(_0x58eb07,_0x5a703c){const _0x48bf22=_0x69bfe2;if(!_0x5a703c)return _0x58eb07;let _0x241d4a=Math[_0x48bf22(0x489)](_0x5a703c['contentWidth'],_0x5a703c[_0x48bf22(0x55f)]);if(_0x241d4a<=0x0||_0x58eb07[_0x48bf22(0x459)]<=0x0)return _0x58eb07;let _0x466119=_0x58eb07[_0x48bf22(0x459)]/_0x241d4a;return new DOMRect(_0x58eb07[_0x48bf22(0x4ac)],_0x58eb07[_0x48bf22(0x566)],_0x5a703c[_0x48bf22(0x55f)]*_0x466119,_0x58eb07[_0x48bf22(0x602)]);}function ul(_0xf9d1b7){const _0x4db003=_0x69bfe2;_0xf9d1b7[_0x4db003(0x166)](_0x4db003(0x2bf))['forEach'](_0x1732d4=>{const _0x195878=_0x4db003;var _0x3ebda2;_0x1732d4[_0x195878(0x26d)]['removeProperty'](_0x195878(0x4ac)),_0x1732d4[_0x195878(0x26d)][_0x195878(0x3f1)](_0x195878(0x566)),_0x1732d4[_0x195878(0x26d)][_0x195878(0x3f1)](_0x195878(0x459)),_0x1732d4[_0x195878(0x26d)][_0x195878(0x3f1)](_0x195878(0x2cd)),_0x1732d4[_0x195878(0x26d)][_0x195878(0x3f1)](_0x195878(0x394)),(_0x3ebda2=_0x1732d4['querySelector'](_0x195878(0x47a)))==null||_0x3ebda2[_0x195878(0x26d)]['removeProperty'](_0x195878(0x2cc));});}function dl(_0x3d3abc){const _0x25cc7e=_0x69bfe2;let _0x4d794a=pl(_0x3d3abc)?_0x3d3abc[_0x25cc7e(0x349)](_0x25cc7e(0x24a)):null,_0x317460=_0x4d794a==null?void 0x0:_0x4d794a['getBoundingClientRect'](),_0x43b698=_0x3d3abc['getBoundingClientRect']();return _l(_0x317460&&_0x317460[_0x25cc7e(0x459)]>0x0&&_0x317460[_0x25cc7e(0x602)]>0x0?fl(_0x3d3abc)?vl(_0x317460,_0x43b698[_0x25cc7e(0x424)]):_0x317460:_0x43b698,_0x3d3abc);}function fl(_0x10d3da){return!!_0x10d3da['closest']('[data-embed-docs-custom-block-sheet-like=\x22true\x22]');}function pl(_0x1bbaaf){const _0x4d5d20=_0x69bfe2;return fl(_0x1bbaaf)||!!_0x1bbaaf[_0x4d5d20(0x4bd)](_0x4d5d20(0x699));}function ml(_0x5603cd,_0x44fee4,_0x17dde7,_0x54529f){const _0x42182e=_0x69bfe2;_0x54529f[_0x42182e(0x545)][_0x42182e(0x5dd)](_0x5d7c00=>window[_0x42182e(0x180)](_0x5d7c00)),_0x54529f[_0x42182e(0x545)]=[],_0x5603cd[_0x42182e(0x29d)]({'embedId':_0x44fee4,'reason':_0x17dde7});let _0x2bf8e6=_0x4c3c6f=>{const _0x480270=_0x42182e;let _0x45e1fe=window[_0x480270(0x3f0)](()=>{const _0x1d554f=_0x480270;_0x54529f[_0x1d554f(0x545)]=_0x54529f['current']['filter'](_0x2bc108=>_0x2bc108!==_0x45e1fe),_0x5603cd[_0x1d554f(0x29d)]({'embedId':_0x44fee4,'reason':_0x17dde7}),_0x4c3c6f>0x1&&_0x2bf8e6(_0x4c3c6f-0x1);});_0x54529f[_0x480270(0x545)][_0x480270(0x5a8)](_0x45e1fe);};_0x2bf8e6(0x2);}function hl(_0x12b2eb,_0x4a056b,_0x15fd26){const _0x2001e8=_0x69bfe2;if(fc(_0x4a056b))return!0x1;let _0x5c7095=_0x4a056b==null?void 0x0:_0x4a056b['target'];return!(_0x5c7095 instanceof Node&&_0x12b2eb[_0x2001e8(0x231)](_0x5c7095)||_0x5c7095 instanceof HTMLElement&&_0x5c7095['closest'](_0x2001e8(0x235))||_0x4a056b instanceof WheelEvent&&([...Jc[_0x2001e8(0x2f1)]()][_0x2001e8(0x3d4)](_0x486d89=>Sl(_0x486d89,_0x4a056b))||Sl(_0x15fd26,_0x4a056b)));}function gl(_0x248aa0){const _0x22731a=_0x69bfe2;return _0x248aa0 instanceof WheelEvent?Math[_0x22731a(0x397)](_0x248aa0[_0x22731a(0x3c0)])>=Math['abs'](_0x248aa0[_0x22731a(0x3b4)]):(_0x248aa0==null?void 0x0:_0x248aa0[_0x22731a(0x29c)])==='scroll';}function _l(_0x36fb47,_0x3e50a4){const _0x559f95=_0x69bfe2;let _0x8b8611=yl(_0x3e50a4,_0x36fb47);if(!_0x8b8611&&_0x36fb47[_0x559f95(0x566)]>=0x0&&_0x36fb47['left']>=0x0)return _0x36fb47;let _0x386d00=(_0x8b8611==null?void 0x0:_0x8b8611[_0x559f95(0x59f)]())??new DOMRect(0x0,0x0,window[_0x559f95(0x60b)],window[_0x559f95(0x47d)]),_0x14db62=Math[_0x559f95(0x269)](_0x36fb47[_0x559f95(0x4ac)],_0x386d00['left']),_0x76322f=Math['max'](_0x36fb47[_0x559f95(0x566)],_0x386d00[_0x559f95(0x566)]),_0x56ca24=Math[_0x559f95(0x489)](_0x36fb47['right'],_0x386d00[_0x559f95(0x2cd)]),_0xc1b8b0=Math[_0x559f95(0x489)](_0x36fb47[_0x559f95(0x424)],_0x386d00[_0x559f95(0x424)]);return _0x56ca24<=_0x14db62||_0xc1b8b0<=_0x76322f?new DOMRect(_0x14db62,_0x76322f,0x0,0x0):new DOMRect(_0x14db62,_0x76322f,_0x56ca24-_0x14db62,_0xc1b8b0-_0x76322f);}function vl(_0x132648,_0x22b116){const _0x4a083d=_0x69bfe2;let _0x2cd6b4=Math[_0x4a083d(0x489)](_0x132648[_0x4a083d(0x424)],_0x22b116);return _0x2cd6b4<=_0x132648[_0x4a083d(0x566)]?new DOMRect(_0x132648[_0x4a083d(0x4ac)],_0x132648['top'],0x0,0x0):new DOMRect(_0x132648['left'],_0x132648['top'],_0x132648[_0x4a083d(0x459)],_0x2cd6b4-_0x132648[_0x4a083d(0x566)]);}function yl(_0x4c3a56,_0x245319){const _0x28a4df=_0x69bfe2;let _0x55499d=_0x4c3a56[_0x28a4df(0x572)];for(;_0x55499d&&_0x55499d!==document[_0x28a4df(0x1e6)]&&_0x55499d!==document[_0x28a4df(0x46c)];){if(bc(_0x55499d)&&!bl(_0x55499d,_0x245319))return _0x55499d;_0x55499d=_0x55499d[_0x28a4df(0x572)];}return null;}function bl(_0x286438,_0x4f1ba2){const _0x2e862b=_0x69bfe2;let _0x3d5b88=_0x286438[_0x2e862b(0x59f)]();return _0x3d5b88[_0x2e862b(0x459)]<=0x0||_0x3d5b88[_0x2e862b(0x602)]<=0x0||Math[_0x2e862b(0x397)](_0x3d5b88[_0x2e862b(0x4ac)]-_0x4f1ba2['left'])<0x1&&Math[_0x2e862b(0x397)](_0x3d5b88[_0x2e862b(0x566)]-_0x4f1ba2[_0x2e862b(0x566)])<0x1&&Math[_0x2e862b(0x397)](_0x3d5b88[_0x2e862b(0x459)]-_0x4f1ba2[_0x2e862b(0x459)])<0x1&&Math[_0x2e862b(0x397)](_0x3d5b88[_0x2e862b(0x602)]-_0x4f1ba2['height'])<0x1;}function xl(_0x1d6f4d,_0x477ac4,_0x2e5b73){const _0x422e00=_0x69bfe2;return _0x477ac4>=_0x1d6f4d['left']&&_0x477ac4<=_0x1d6f4d[_0x422e00(0x2cd)]&&_0x2e5b73>=_0x1d6f4d[_0x422e00(0x566)]&&_0x2e5b73<=_0x1d6f4d[_0x422e00(0x424)];}function Sl(_0x299f81,_0x3dcc62){const _0xde9181=_0x69bfe2;let {height:_0xd1a724,left:_0x553bd7,top:_0x2e8c8e,width:_0x26eb76}=_0x299f81;return Number['isFinite'](_0x553bd7)&&Number[_0xde9181(0x40e)](_0x2e8c8e)&&Number[_0xde9181(0x40e)](_0x26eb76)&&Number[_0xde9181(0x40e)](_0xd1a724)&&(_0x26eb76??0x0)>0x0&&(_0xd1a724??0x0)>0x0&&_0x3dcc62[_0xde9181(0x57e)]>=_0x553bd7&&_0x3dcc62[_0xde9181(0x57e)]<=_0x553bd7+_0x26eb76&&_0x3dcc62[_0xde9181(0x4ae)]>=_0x2e8c8e&&_0x3dcc62[_0xde9181(0x4ae)]<=_0x2e8c8e+_0xd1a724;}function Cl(..._0x50d138){const _0x319d53=_0x69bfe2;return Math['max'](0x1,_0x50d138['find'](_0x54870d=>typeof _0x54870d==_0x319d53(0x181)&&Number[_0x319d53(0x40e)](_0x54870d)&&_0x54870d>0x0)??0x1);}const wl=_0x69bfe2(0x6a9);function Tl(..._0x11ba5e){const _0x3d024d=_0x69bfe2;return _0x11ba5e['filter'](_0x27c7f0=>!!_0x27c7f0&&_0x27c7f0[_0x3d024d(0x508)]);}function El(_0x528c48,_0x143f37){const _0x46e8dd=_0x69bfe2;if(_0x143f37 instanceof HTMLCanvasElement&&_0x528c48['some'](_0x407597=>_0x407597[_0x46e8dd(0x231)](_0x143f37)))return _0x143f37;for(let _0x2e1055 of _0x528c48){let _0x46d6f6=_0x2e1055[_0x46e8dd(0x349)](_0x46e8dd(0x6b8));if(_0x46d6f6)return _0x46d6f6;}return null;}function Dl(_0x51c850,_0x5bcd91=!0x1){const _0x57fbd3=_0x69bfe2;return _0x51c850!==_0x420dc4[_0x57fbd3(0x6a5)]&&_0x51c850!==_0x420dc4[_0x57fbd3(0x182)]&&(_0x5bcd91||_0x51c850!==_0x420dc4[_0x57fbd3(0x4e8)]);}function Ol(_0x2e259a){const _0x2e6f91=_0x69bfe2;let _0x333ec0=kl(_0x2e259a);return _0x333ec0===_0x2e6f91(0x56b)||_0x333ec0==='child-popup'||_0x333ec0===_0x2e6f91(0x350);}function kl(_0x5451ed){const _0x1a39b8=_0x69bfe2;var _0x395c3f;if(!(_0x5451ed instanceof HTMLElement))return;let _0x4bd84a=(_0x395c3f=_0x5451ed[_0x1a39b8(0x4bd)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x395c3f[_0x1a39b8(0x3fe)](X);return Ll(_0x4bd84a)?_0x4bd84a:void 0x0;}function Al(_0x2ad9fd,_0x1a000f,_0x38d6b1,_0xfc664e,_0x28ddad){const _0x365fce=_0x69bfe2;if(_0x28ddad!==_0x365fce(0x45e)||!_0x38d6b1||!_0xfc664e)return;let _0x49f955=new Map(),_0x3e0f47=()=>{const _0xac879a=_0x365fce;let _0x402fbe=new Set([_0xfc664e,..._0x1a000f[_0xac879a(0x51d)](_0x38d6b1)]);_0x49f955['forEach']((_0x48e5f2,_0x5d54c6)=>{const _0x3b6b34=_0xac879a;_0x402fbe['has'](_0x5d54c6)||(_0x48e5f2['dispose'](),_0x49f955[_0x3b6b34(0x288)](_0x5d54c6));}),_0x402fbe['forEach'](_0x271ce9=>{const _0xaf9a02=_0xac879a;_0x49f955[_0xaf9a02(0x6b7)](_0x271ce9)||_0x2ad9fd[_0xaf9a02(0x14d)](_0x271ce9)||_0x49f955[_0xaf9a02(0x52c)](_0x271ce9,_0x2ad9fd['registerContainerElement'](_0x271ce9));});};_0x3e0f47();let _0x173489=_0x1a000f['runtimeFocusChanged$'][_0x365fce(0x483)](_0x3e0f47);return _0x52e91f(()=>{const _0x24a752=_0x365fce;_0x173489['unsubscribe'](),_0x49f955[_0x24a752(0x5dd)](_0x37bceb=>_0x37bceb[_0x24a752(0x5dc)]()),_0x49f955['clear']();});}function jl(_0x202ad8){const _0xaf609b=_0x69bfe2;let _0x324379=_0x565a58=>{const _0x3cb0d4=_0x448a;var _0x706ff8,_0x3a3a34;let _0x10382c=_0x565a58[_0x3cb0d4(0x5e5)],_0x59bf7b=((_0x706ff8=_0x202ad8[_0x3cb0d4(0x50e)])==null?void 0x0:_0x706ff8['call'](_0x202ad8,_0x565a58))??!0x1;if(_0x202ad8[_0x3cb0d4(0x22d)][_0x3cb0d4(0x230)](_0x202ad8[_0x3cb0d4(0x2c9)])==='inactive')return;_0x59bf7b&&(_0x202ad8[_0x3cb0d4(0x5fd)][_0x3cb0d4(0x545)]=Date[_0x3cb0d4(0x524)]()+_0x202ad8[_0x3cb0d4(0x546)]);let _0x22728b=_0x202ad8[_0x3cb0d4(0x3ba)]['containsElement'](_0x202ad8['embedId'],_0x10382c,_0x565a58)||_0x202ad8[_0x3cb0d4(0x5a9)][_0x3cb0d4(0x231)](_0x202ad8[_0x3cb0d4(0x2c9)],_0x10382c,_0x565a58);_0x22728b&&(_0x202ad8[_0x3cb0d4(0x2ef)][_0x3cb0d4(0x545)]=Date[_0x3cb0d4(0x524)]()+_0x202ad8[_0x3cb0d4(0x546)]),!(!_0x10382c||_0x202ad8[_0x3cb0d4(0x57b)][_0x3cb0d4(0x231)](_0x10382c)||(_0x3a3a34=_0x202ad8[_0x3cb0d4(0x1a1)])!=null&&_0x3a3a34['contains'](_0x10382c)||_0x10382c['closest'](_0x3cb0d4(0x513))||_0x22728b||_0x59bf7b||il(_0x202ad8[_0x3cb0d4(0x57b)],_0x565a58))&&_0x202ad8['activationService'][_0x3cb0d4(0x3ee)](_0x202ad8[_0x3cb0d4(0x2c9)],_0x202ad8[_0x3cb0d4(0x278)]);},_0x485bf7=_0x27dd78=>{const _0x39ee91=_0x448a;var _0x5d78a9;let _0xe7c662=_0x27dd78[_0x39ee91(0x5e5)],_0x53b1fc=_0x202ad8['container'][_0x39ee91(0x220)]??(_0xe7c662==null?void 0x0:_0xe7c662[_0x39ee91(0x220)]),_0x47e285=_0x202ad8['focusCoordinator']['hasBlockingChildFocusLease'](_0x202ad8[_0x39ee91(0x2c9)],{'ignoreOwners':_0x202ad8[_0x39ee91(0x4e5)]});_0x202ad8[_0x39ee91(0x22d)][_0x39ee91(0x230)](_0x202ad8['embedId'])!==_0x39ee91(0x258)&&(!_0xe7c662||_0x47e285||Date[_0x39ee91(0x524)]()<_0x202ad8[_0x39ee91(0x2ef)][_0x39ee91(0x545)]||Date[_0x39ee91(0x524)]()<_0x202ad8[_0x39ee91(0x5fd)]['current']||_0x202ad8[_0x39ee91(0x5a9)][_0x39ee91(0x262)](_0x202ad8[_0x39ee91(0x2c9)],_0x53b1fc)||!Fl(_0xe7c662)||_0x202ad8[_0x39ee91(0x57b)][_0x39ee91(0x231)](_0xe7c662)||(_0x5d78a9=_0x202ad8[_0x39ee91(0x1a1)])!=null&&_0x5d78a9[_0x39ee91(0x231)](_0xe7c662)||_0xe7c662[_0x39ee91(0x4bd)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x202ad8['focusCoordinator']['containsElement'](_0x202ad8[_0x39ee91(0x2c9)],_0xe7c662,_0x27dd78)||_0x202ad8[_0x39ee91(0x5a9)][_0x39ee91(0x231)](_0x202ad8[_0x39ee91(0x2c9)],_0xe7c662,_0x27dd78)||_0x202ad8[_0x39ee91(0x4f6)][_0x39ee91(0x3ee)](_0x202ad8[_0x39ee91(0x2c9)],_0x202ad8['hostUnitId']));};return document[_0xaf609b(0x4ca)](_0xaf609b(0x6bc),_0x324379,!0x0),document[_0xaf609b(0x4ca)](_0xaf609b(0x576),_0x485bf7,!0x0),_0x52e91f(()=>{const _0x286760=_0xaf609b;document[_0x286760(0x47f)](_0x286760(0x6bc),_0x324379,!0x0),document[_0x286760(0x47f)]('focusin',_0x485bf7,!0x0);});}function Ml(_0x6c028){const _0x2391f2=_0x69bfe2;let _0x4aca94,_0x34197f=()=>{_0x4aca94=void 0x0;},_0x34bf8b=_0x4d5463=>{const _0x38634d=_0x448a;let _0x1ad6a8=_0x6c028[_0x38634d(0x69a)][_0x38634d(0x464)](_0x6c028[_0x38634d(0x548)][_0x38634d(0x278)],_0x6c028['data'][_0x38634d(0x2c9)]);if(!(_0x1ad6a8!=null&&_0x1ad6a8[_0x38634d(0x3cb)]))return;let _0x33fa2e=_0x4d5463[_0x38634d(0x5e5)];_0x33fa2e!=null&&_0x33fa2e[_0x38634d(0x4bd)](_0x38634d(0x513))||_0x6c028[_0x38634d(0x22d)][_0x38634d(0x230)](_0x6c028[_0x38634d(0x548)][_0x38634d(0x2c9)])!==_0x38634d(0x45e)&&(_0x4aca94={'button':_0x4d5463[_0x38634d(0x559)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x4d5463[_0x38634d(0x4bb)],'startedAt':Date[_0x38634d(0x524)](),'startX':_0x4d5463[_0x38634d(0x57e)],'startY':_0x4d5463[_0x38634d(0x4ae)]});},_0x517163=_0x135876=>{const _0x24e8d4=_0x448a;if(!_0x4aca94||_0x4aca94[_0x24e8d4(0x4bb)]!==_0x135876[_0x24e8d4(0x4bb)]||Math[_0x24e8d4(0x696)](_0x135876[_0x24e8d4(0x57e)]-_0x4aca94[_0x24e8d4(0x3f7)],_0x135876['clientY']-_0x4aca94['startY'])<=0x4)return;_0x4aca94[_0x24e8d4(0x25c)]=!0x0;let _0x4f7f67=nc({'interactionFlow':_0x6c028[_0x24e8d4(0x516)],'stage':_0x6c028[_0x24e8d4(0x22d)][_0x24e8d4(0x230)](_0x6c028[_0x24e8d4(0x548)][_0x24e8d4(0x2c9)])});!_0x6c028[_0x24e8d4(0x642)]||_0x4aca94[_0x24e8d4(0x549)]||!_0x4f7f67['allowHostBodyDrag']||(_0x4aca94[_0x24e8d4(0x549)]=!0x0,document[_0x24e8d4(0x5b6)](new CustomEvent(wl,{'detail':{'button':_0x4aca94[_0x24e8d4(0x559)],'clientX':_0x4aca94[_0x24e8d4(0x3f7)],'clientY':_0x4aca94[_0x24e8d4(0x31b)],'embedId':_0x6c028['data'][_0x24e8d4(0x2c9)],'hostAnchorId':_0x6c028[_0x24e8d4(0x548)][_0x24e8d4(0x35f)],'hostUnitId':_0x6c028['data'][_0x24e8d4(0x278)],'pointerId':_0x4aca94[_0x24e8d4(0x4bb)]}})));},_0x5a04bb=_0xe3dd36=>{const _0x2e61f4=_0x448a;let _0x5b99c2=_0x4aca94;if(_0x4aca94=void 0x0,!_0x5b99c2||_0x5b99c2['pointerId']!==_0xe3dd36[_0x2e61f4(0x4bb)]||_0x5b99c2['moved']||Date['now']()-_0x5b99c2['startedAt']>0x1f4)return;let _0x2fab4f=_0x6c028[_0x2e61f4(0x69a)][_0x2e61f4(0x464)](_0x6c028['data']['hostUnitId'],_0x6c028[_0x2e61f4(0x548)]['embedId']);if(!(_0x2fab4f!=null&&_0x2fab4f['childUnitId']))return;let _0x427901=_0x6c028[_0x2e61f4(0x22d)][_0x2e61f4(0x230)](_0x6c028[_0x2e61f4(0x548)]['embedId']);if(_0x427901!==_0x2e61f4(0x45e)){if(_0x427901===_0x2e61f4(0x29e)){_0x6c028[_0x2e61f4(0x4f6)][_0x2e61f4(0x318)](_0x2fab4f,_0x2e61f4(0x45e),{'portalContainer':_0x6c028[_0x2e61f4(0x5a5)]});return;}if(_0x6c028['interactionFlow']==='doc-block'){_0x6c028[_0x2e61f4(0x3ce)](),_0x6c028[_0x2e61f4(0x4f6)][_0x2e61f4(0x318)](_0x2fab4f,_0x2e61f4(0x45e),{'portalContainer':_0x6c028[_0x2e61f4(0x5a5)]}),_0x6c028[_0x2e61f4(0x46f)]();return;}_0x6c028['activationService'][_0x2e61f4(0x318)](_0x2fab4f,'stage1');}};return _0x6c028[_0x2391f2(0x37d)][_0x2391f2(0x4ca)](_0x2391f2(0x6bc),_0x34bf8b,!0x0),_0x6c028[_0x2391f2(0x37d)][_0x2391f2(0x4ca)](_0x2391f2(0x577),_0x517163,!0x0),_0x6c028['gate'][_0x2391f2(0x4ca)](_0x2391f2(0x3ad),_0x5a04bb,!0x0),_0x6c028[_0x2391f2(0x37d)][_0x2391f2(0x4ca)](_0x2391f2(0x240),_0x34197f,!0x0),_0x52e91f(()=>{const _0x380767=_0x2391f2;_0x6c028[_0x380767(0x37d)]['removeEventListener'](_0x380767(0x6bc),_0x34bf8b,!0x0),_0x6c028[_0x380767(0x37d)][_0x380767(0x47f)](_0x380767(0x577),_0x517163,!0x0),_0x6c028[_0x380767(0x37d)][_0x380767(0x47f)](_0x380767(0x3ad),_0x5a04bb,!0x0),_0x6c028[_0x380767(0x37d)][_0x380767(0x47f)]('pointercancel',_0x34197f,!0x0);});}function Nl(_0x13da0d){const _0x2bc0b3=_0x69bfe2;let _0x5dfa96=()=>{const _0x1ccb63=_0x448a;let _0x586bd3=_0x13da0d['liveRoot']['ownerDocument'][_0x1ccb63(0x645)];return!!_0x586bd3&&_0x13da0d['getRuntimeRoots']()[_0x1ccb63(0x3d4)](_0x177d29=>_0x177d29['contains'](_0x586bd3));},_0x153b85=(_0x7d9618,_0x47f609=!0x1,_0x2dbfa1=!0x1)=>{const _0x35c0af=_0x448a;_0x13da0d['data'][_0x35c0af(0x2c9)]&&_0x13da0d[_0x35c0af(0x22d)]['getStage'](_0x13da0d['data'][_0x35c0af(0x2c9)])!==_0x35c0af(0x45e)||Dl(_0x13da0d[_0x35c0af(0x548)]['childType'],_0x2dbfa1)&&(_0x13da0d[_0x35c0af(0x3ba)]['hasBlockingChildFocusLease'](_0x13da0d['data'][_0x35c0af(0x2c9)],{'ignoreOwners':_0x13da0d[_0x35c0af(0x4e5)]})||!_0x47f609&&_0x5dfa96()||(_0x7d9618[_0x35c0af(0x207)]('tabindex')||(_0x7d9618['tabIndex']=-0x1),_0x7d9618[_0x35c0af(0x520)]({'preventScroll':!0x0})));},_0x18fb8d=_0x59d225=>{const _0x21cd69=_0x448a;let _0x47c8f1=_0x13da0d[_0x21cd69(0x548)][_0x21cd69(0x2c9)]?_0x13da0d[_0x21cd69(0x22d)][_0x21cd69(0x230)](_0x13da0d[_0x21cd69(0x548)][_0x21cd69(0x2c9)]):_0x21cd69(0x258);if(_0x13da0d['data'][_0x21cd69(0x2c9)]&&_0x47c8f1!==_0x21cd69(0x45e)){if(_0x13da0d[_0x21cd69(0x516)]!==_0x21cd69(0x228)||!_0x13da0d['data']['hostUnitId'])return;let _0x4e4a53=_0x13da0d['embedModelService'][_0x21cd69(0x464)](_0x13da0d['data']['hostUnitId'],_0x13da0d[_0x21cd69(0x548)][_0x21cd69(0x2c9)]);if(!(_0x4e4a53!=null&&_0x4e4a53[_0x21cd69(0x3cb)]))return;_0x13da0d[_0x21cd69(0x3ce)](),_0x13da0d[_0x21cd69(0x4f6)][_0x21cd69(0x318)](_0x4e4a53,_0x21cd69(0x45e),{'portalContainer':_0x13da0d[_0x21cd69(0x5a5)]}),_0x13da0d[_0x21cd69(0x46f)]();}if(Ol(_0x59d225[_0x21cd69(0x5e5)])||_0x13da0d['focusCoordinator']['hasBlockingChildFocusLease'](_0x13da0d[_0x21cd69(0x548)][_0x21cd69(0x2c9)],{'ignoreOwners':_0x13da0d[_0x21cd69(0x4e5)]}))return;if(_0x13da0d['data'][_0x21cd69(0x278)]&&_0x13da0d[_0x21cd69(0x548)][_0x21cd69(0x2c9)]){let _0x3e7165=_0x13da0d[_0x21cd69(0x69a)][_0x21cd69(0x464)](_0x13da0d[_0x21cd69(0x548)]['hostUnitId'],_0x13da0d[_0x21cd69(0x548)]['embedId']);(_0x3e7165==null?void 0x0:_0x3e7165[_0x21cd69(0x3cb)])!=null&&_0x3e7165[_0x21cd69(0x246)]!=null&&_0x13da0d['activationService'][_0x21cd69(0x390)](_0x3e7165);}let _0x4418a3=El(_0x13da0d[_0x21cd69(0x1a7)](),_0x59d225[_0x21cd69(0x5e5)]);_0x4418a3&&_0x153b85(_0x4418a3,!0x0,_0x59d225[_0x21cd69(0x5e5)]===_0x4418a3);};return _0x13da0d[_0x2bc0b3(0x265)][_0x2bc0b3(0x4ca)](_0x2bc0b3(0x6bc),_0x18fb8d,!0x0),_0x52e91f(()=>_0x13da0d[_0x2bc0b3(0x265)][_0x2bc0b3(0x47f)](_0x2bc0b3(0x6bc),_0x18fb8d,!0x0));}function Pl(_0x5421f2){const _0x8a4ccc=_0x69bfe2;let _0x1fd6ee=_0x5421f2[_0x8a4ccc(0x265)][_0x8a4ccc(0x220)],_0x4cd672,_0x354bc4=()=>{const _0x5e3387=_0x8a4ccc;_0x4cd672!=null&&(globalThis[_0x5e3387(0x15e)](_0x4cd672),_0x4cd672=void 0x0);},_0x25a966=()=>{const _0x1bd512=_0x8a4ccc;var _0x3a4e7e;_0x354bc4(),(_0x3a4e7e=_0x5421f2[_0x1bd512(0x550)][_0x1bd512(0x545)])==null||_0x3a4e7e[_0x1bd512(0x5dc)](),_0x5421f2[_0x1bd512(0x550)][_0x1bd512(0x545)]=void 0x0;},_0x42dca6=()=>{const _0x413e1c=_0x8a4ccc;globalThis['queueMicrotask'](()=>{const _0x4c8d03=_0x448a;_0x5421f2[_0x4c8d03(0x56e)][_0x4c8d03(0x545)]=void 0x0;}),_0x354bc4(),_0x4cd672=globalThis[_0x413e1c(0x568)](()=>{const _0x4bae34=_0x413e1c;var _0x37909e;_0x4cd672=void 0x0,(_0x37909e=_0x5421f2['pointerLease'][_0x4bae34(0x545)])==null||_0x37909e[_0x4bae34(0x5dc)](),_0x5421f2[_0x4bae34(0x550)]['current']=void 0x0;},_0x5421f2['graceMs']);},_0x103268=_0x2ec688=>{const _0x5f1ab2=_0x8a4ccc;_0x25a966(),_0x5421f2[_0x5f1ab2(0x550)][_0x5f1ab2(0x545)]=_0x5421f2[_0x5f1ab2(0x3ba)][_0x5f1ab2(0x6ab)]({'childType':_0x5421f2['data']['childType'],'childUnitId':_0x5421f2[_0x5f1ab2(0x548)][_0x5f1ab2(0x3cb)],'embedId':_0x5421f2[_0x5f1ab2(0x548)]['embedId'],'hostUnitId':_0x5421f2[_0x5f1ab2(0x548)][_0x5f1ab2(0x278)],'owner':_0x5f1ab2(0x3d0),'role':_0x2ec688});},_0x5a35b7=()=>{const _0x55d974=_0x8a4ccc;_0x5421f2[_0x55d974(0x22d)][_0x55d974(0x230)](_0x5421f2[_0x55d974(0x548)][_0x55d974(0x2c9)])==='stage2'&&_0x103268(_0x55d974(0x56b));},_0x4317f7=_0x5cf5d5=>{const _0x181a52=_0x8a4ccc;let _0x4cb2e5=_0x5cf5d5[_0x181a52(0x5e5)],_0x105a8f=_0x4cb2e5 instanceof Node&&_0x5421f2[_0x181a52(0x265)][_0x181a52(0x231)](_0x4cb2e5)||_0x5421f2[_0x181a52(0x3ba)][_0x181a52(0x444)](_0x5421f2[_0x181a52(0x548)][_0x181a52(0x2c9)],_0x4cb2e5,_0x5cf5d5)||_0x5421f2[_0x181a52(0x5a9)]['contains'](_0x5421f2['data'][_0x181a52(0x2c9)],_0x4cb2e5,_0x5cf5d5);_0x5421f2['verticalScrollOwner'][_0x181a52(0x545)]=_0x105a8f?'child':_0x181a52(0x48a);},_0x54d367=_0xd199de=>{const _0x207f9f=_0x8a4ccc;if(_0x5421f2[_0x207f9f(0x22d)]['getStage'](_0x5421f2[_0x207f9f(0x548)][_0x207f9f(0x2c9)])!==_0x207f9f(0x45e)||!(_0x5421f2[_0x207f9f(0x3ba)][_0x207f9f(0x444)](_0x5421f2[_0x207f9f(0x548)][_0x207f9f(0x2c9)],_0xd199de['target'],_0xd199de)||_0x5421f2[_0x207f9f(0x5a9)]['contains'](_0x5421f2[_0x207f9f(0x548)]['embedId'],_0xd199de[_0x207f9f(0x5e5)],_0xd199de)))return;_0x5421f2[_0x207f9f(0x2ef)][_0x207f9f(0x545)]=Date[_0x207f9f(0x524)]()+_0x5421f2[_0x207f9f(0x546)];let _0x44885d=kl(_0xd199de['target'])??_0x207f9f(0x56b);_0x103268(_0x44885d===_0x207f9f(0x20b)||_0x44885d===_0x207f9f(0x37e)||_0x44885d===_0x207f9f(0x350)?_0x207f9f(0x56b):_0x44885d);};return _0x5421f2[_0x8a4ccc(0x265)][_0x8a4ccc(0x4ca)]('pointerdown',_0x5a35b7,!0x0),_0x1fd6ee[_0x8a4ccc(0x4ca)](_0x8a4ccc(0x6bc),_0x4317f7,!0x0),_0x1fd6ee['addEventListener']('pointerdown',_0x54d367,!0x0),_0x1fd6ee[_0x8a4ccc(0x4ca)]('pointerup',_0x42dca6,!0x0),_0x1fd6ee[_0x8a4ccc(0x4ca)]('pointercancel',_0x42dca6,!0x0),_0x52e91f(()=>{const _0x445e86=_0x8a4ccc;_0x5421f2[_0x445e86(0x265)][_0x445e86(0x47f)](_0x445e86(0x6bc),_0x5a35b7,!0x0),_0x1fd6ee['removeEventListener']('pointerdown',_0x4317f7,!0x0),_0x1fd6ee[_0x445e86(0x47f)](_0x445e86(0x6bc),_0x54d367,!0x0),_0x1fd6ee[_0x445e86(0x47f)](_0x445e86(0x3ad),_0x42dca6,!0x0),_0x1fd6ee['removeEventListener'](_0x445e86(0x240),_0x42dca6,!0x0),_0x5421f2[_0x445e86(0x56e)][_0x445e86(0x545)]=void 0x0,_0x25a966();});}function _0x3891(){const _0x593321=['getChildContext','pivot-table','setAttribute','fieldSettings','source','fill','SELF','_normalizeHostMountResult','activeTableId','descriptor','_getHostUnit','clipBottom','runtimeFocusOwners','_session$','hideTrackWhenUnscrollable','UNIVER_BASE','bold','setCollapsedIds','disposed','color','setLeftPanelWidth','mountIntoHostElement','layout','class','supports','_domLayerService','univer-z-[2]\x20univer-flex\x20univer-h-full','createInstance','[data-u-comp=\x22embed-float-dom-live-content\x22]','activationService','_sessions','clearSelection','_resolveChildUnitId','registerElement','data-embed-canvas-root','SheetShapeTextEditorContainer','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','embedChildRenderMode','createDefaultConfig','FloatingToolbarSplitTrigger','registerMountedRuntime','data-embed-slides-floating-object-host','KeyboardEvent','tooltip','_handleDragStart','embed-ui.sheetsFloating.align.center','_entriesByKey','isConnected','embedLayout','unitID','_leases','data-radix-popper-content-wrapper','promote','isExternalHostInteraction','exit','identifier:','VIEW','onHostWheel','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','_focusUnit','_instanceService','interactionFlow','getObject','getColumnWidth','subUnitId','finally','config','vertical','listElements','embed-ui.sheetsFloating.toolbar.resetColor','blur','focus','ghost','floatingMenuInsetTop','univer-size-3.5','now','viewportScrollX','hostScrollOffset','childContext','fullscreen','_sceneCanvasCaptureService','getGridProjectionBodyHeight','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','set','false','display:flex','fitContent','univer-bg-white\x20dark:!univer-bg-gray-900','executeCommand','#000000','onMutationExecutedForCollab','filter','HTMLElement','includes','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','embed-ui.sheetsFloating.textWrap.clip','tab','_leaseAppliesToHostUnit','rowHeader','univer-min-w-0\x20univer-truncate\x20univer-text-left','order','pageId','fontFamily','bind','_getBodyPortalOwner','scopedRenderInjector','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','_modelService','current','graceMs','mountMenu','data','dragStarted','prototype','embed-ui.boardsFloating.fitContent','_runQueue','embedFullscreenStatus','components','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','pointerLease','OTHERS','_passiveWheelHandlerRegistry','start','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','numfmt','baseUnitId','_restorePreviousChildCurrentUnit','button','_geometryInvalidated$','_getActiveOwnedRuntimeFocusInfo','reason','overflowY','_isOwnedElement','pageContentWidth','docs-ui.ribbon','setFakeToolbarVisible','1681420PcaHdT','activateTab','createElement','[data-board-viewport-host=\x22true\x22]','top','UNIVER_UNKNOWN','setTimeout','Escape','pageMarginRight','child-editor','_portalObservers','image','verticalScrollOwner','[data-radix-popper-content-wrapper]','message','floatingMenus','parentElement','decorate','keys','next','focusin','pointermove','_registerRuntimeBoundary','_menuOverrideService','docsLeft','container','getActive','subscribeConfigValue$','clientX','schedule','getSnapshot','data-embed-id','maxRetries','childUnit','deltaMode','_isHostDocEditorPortal','tabIndex','embedChildRenderStatus','identifier:ui.contextmenu.service','_isAppShellEditorPortalCandidate','deltaZ','openSearch','Failed\x20to\x20load\x20embedded\x20sheet.','appendChild','numberFormat','toPrimitive','classList','missing-descriptor','contentRect','lockHostRibbon','menuSchema','triggerContextMenu','Bases','embedHostAnchorId','UNIVER_SLIDE','identifier:ui.popup.service','hostAnchorRecord','toDataURL','__editor_docs-','_flushPendingContributions','deleteBlock','getBoundingClientRect','closeSearch','_isBodyPortalCandidate',':anonymous:','univer-text-primary-600','zoom','popupRoot','hasAnyBlockingChildFocusLease','ribbon','push','interactionBoundaryService','icon','hidePopupsForUnit','getOwnPropertyDescriptor','removeAllRanges','getTypeOfUnitDisposed$','_focusOwnerService','getActiveSheet','_contentSizeRegistry','disableEdit','getUnit','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','mount','dispatchEvent','_baseUIStateService','_sync','usesDomFloatingStage','disable','contextChanged$','embed-float-dom-chrome','content-only','bases-ui.ribbon','_hasContributionId','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','self','getConfig','BoardsFloatingObject','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','viewState','identifier:univer.sheet.selection-render-service','keydown','_current','_mountOwnedSession','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','_isUniverPortalCandidate','columnHeader','embed-ui.sheetsFloating.toolbar.numberFormat','getAll','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','scrollState','getSheetBySheetId','onCommandExecuted','min-height:96px','open','scale(','EMBED_RUNTIME_HOST_ALREADY_LEASED:','asObservable','_registerComponents','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','title-only','univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','dispose','forEach','conditionalColoring','configChanged$','hostChromeMode','embed-ui.boardsFloating.delete','tab-peer','embed-ui.sheetsFloating.toolbar.formatPainter','borderComposite','target','setSearchQuery','_findPreviousReadyEntry','[data-embed-runtime-focus-role]','_pendingChildUnits','image/png','ribbon$','getRowHeight','_blurActiveElementBeforePortalReassignment','makeForceDirty','subscribeContextValue$','_claimBodyPortals','scroll','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','replaceChildren','kind','28px','hostLayout$','identifier','sequence','_tabFocusLeases','none','child-popup','role','externalHostInteractionUntil','deactivateFloatingSession','_maxDepth','cycle','menuSlot','height','getValue','_overlayRootService','36gnHlJZ','_routeWheelToHost','_hostAdapterRegistry','pushUndoRedoForChild','isHostGesture','_drainQueue','innerWidth','enableExclusivePolicy','univer-truncate','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','EMBED_RUNTIME_HOST_NOT_ATTACHED:','entry','_childUnitAncestry','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','[data-u-comp=\x22headerbar\x22]','fullscreen-runtime','add','removeRender','toggleAttribute','_runtimeScopes','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','-52px','_registerDefaultHostToolbar','embed-ui.sheetsFloating.textWrap.overflow','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','setActive','previewService','passiveViewportRegistry','hasHostPreservingChildFocusLease','darkMode$','EMBED_MOUNT_CHILD_NOT_REGISTERED','univer-size-7','stopEditingCell','touchAction','_rememberPreviousChildCurrentUnit','includeAppShellEditorPortal','univer-text-red-500\x20hover:univer-text-red-600','registerRenderModule','univer-popup','setConfig','slide-page-list','scrollWidth','thread-comment','getFocusOwner','_componentManager','pipe','base-embed-fullscreen-view-tabs','viewportHeight','embed-float-dom-live-canvas','manual','visualOffset','_getChildUnitForMeasurement','getTypeOfUnitAdded$','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','_roots','embedSlidesPresentationRuntime','inset','_hasUnit','EMBED_DUPLICATE_CHILD_UNIT','zoomStep','backgroundColor','enableStage1BodyDrag','fit','_disposed','activeElement','restoreEmbed','Next\x20page','sheet-embed-floating-menu','_touchServices','data-u-comp','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','_getActiveElement','conditions','DATA','unsupported-layout','2152AwkIpM','_rectContainsPoint','dpr','design','padding:16px','activatedTab$','activatePortalScope','Previous\x20page','embedSheetsSheetTabError','getContextByEmbedId','verticalWheelMode','append','fields','symbol','viewScale','_hostContainerRegistry','activateTable','rootElement','error','shiftKey','_entriesByEmbedId','lease','canvasFloatDomPreviewService','getRenderUnitById','renderPreview','outline','hasCommand','activateFullscreen','makeDirty','embed-ui.basesFloating.confirmDelete.tableDescription','getActiveDescriptorsByChildUnit','General','sheetLike','_createMountFocusRestorer','_getChildSessionPriority','viewSettings','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','_config','getParentEmbedId','_markBodyPortalOwner','shape','getContext','views','_anchorModelService','_selectAnchor','base-embed-fullscreen-add-view-menu','269898utAGII','activeViewId','content','placeholderTitle','embed-ui','viewId','\x20-\x20','findIndex','before:univer-hidden','getElementDataForUnit','univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','getSheets','identifier:ui.layout-service','_blockRegistry','_isBlockingLease','params','[data-u-comp=\x22embed-float-dom-live\x22]','univer-grid\x20univer-gap-0.5','textContent','resizeDocsSheetLikeRendererByWheel','registerCommand','clearActiveEditing','unmountFloatingSessions','embedChildUnitId','hypot','renderScopeActive','univer-doc-selection-container-__INTERNAL_EDITOR__','[data-u-comp=\x22embed-docs-custom-block\x22]','embedModelService','embed-ui.sheetsFloating.align.bottom','sheet-overlay','setScrollState','univer-min-w-0\x20univer-overflow-hidden\x20univer-text-ellipsis\x20univer-whitespace-nowrap\x20univer-text-sm\x20univer-font-semibold\x20univer-text-gray-700\x20dark:!univer-text-gray-200','isolation','SlidesFloatingObject','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','surface','_leaseAppliesToChildUnit','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','UNIVER_SHEET','_registerFloatingMenus','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','small','univer:embed-float-drag-handle:pointerdown','scaleY','acquireLease','listbox','OVERFLOW','divider-layout','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','bleedWidth','[data-embed-floating-menu-entry]','_layoutService','base-workbench','dblclick','measureContentSize','univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','has','canvas','divider-border','_setRenderFailure','notifyExited','pointerdown','divider-block','fieldOrder','hyper-link','placeholder','univer.embed.forwarded-wheel-event','docs-sticky-sheet','checkElementInCurrentContainers','data-embed-host-unit-id','pageMarginLeft','getAncestryForHostUnit','conditional-formatting','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','embed-ui.sheetsFloating.toolbar.border.main','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','sheets-floating-object','closeContextMenu','from','customizeGallery','slides-page-list-block','pointer-events','stage2-runtime','width:100%','commandService','clearTimeout','map','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','univer-min-w-6\x20univer-text-left','univer-fixed\x20univer-z-[900]','color:rgba(30,34,43,.64)','embed-ui.sheetsFloating.borderLine.borderColor','60006ulYJgn','querySelectorAll','composedPath','createRender','univer-h-8\x20univer-w-full\x20univer-px-2','listSessions','isChildUnitRuntimeEvent','_getCurrentUnitId','parentNode','addRecord','_activeDragCleanup','overflow','useFactory','EMBED_MENU_OVERRIDE_TAB_REQUIRED','hidden$','Base','defaultPrevented','data-embed-runtime-slot-owner','runtimeHost','_getOwnedEmbedIdFromEventPoint','position','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','handleRegisteredWheel','version','Empty\x20embed\x20float\x20preview\x20result.','univer-dropdown','embedChildType','cancelAnimationFrame','number','UNIVER_DOC','retry','registerProvider','img','Select\x20page','px\x200)','search','getSlides','hideFloatMenu','openToolbarPanel','defaultColumnWidth','embed-ui.boardsFloating.resetZoom','previewUpdated$','calendarEventSettings','captureByEmbedId','_isBlockingRole','slideOrder$','activeSlideId$','call','13px','hostToolbar','maxDepth','objectFit','[data-embed-popup-root]','cancelEditing','resolveStackUnitId','showContextualTab','span','_isUniverPortalTreeElement','shouldSuppressHostInteraction','_removeRuntimeFocusRoleTree','chrome','doc-flow','getCanvas','host-scroll','base-embed-floating-menu','runtimeScope','getRuntimeRoots','pending','collectViewState','unitDisposed$','contentHeight','doc-width-scale','getActiveSlide','-44px','embed-ui.basesFloating.confirmDelete.tableTitle','data-validation','updateItem','identifier:univer.menu-manager-service','Grid','scene','_hostGestureEvents','disposeUnit','UNIVER_BOARD','registerCtorForType','sheets-ui.ribbon','_resolveChildSessionMode','menuContainer','_getVisibleCanvasDocumentRect','_commandService','_markExistingBodyPortals','RIBBON','layoutPolicy','elementUpdate$','_renderOne','createRibbonOverride','embed-ui.basesFloating.duplicateTable.copyName','_floatingActiveService','offsetWidth','_resolvedChildUnits','_containsRegisteredElement','menuChanged$','code','splice','#b91c1c','configurations','defaultRowHeight','exited$','Gantt','addDisposer','catch','find','setCurrentUnitForType','getMergedMenuSchema','_contextsByHostAnchorId','Missing\x20embed\x20float\x20preview\x20provider:\x20','workbench','defaultView','mountService','embed-float-dom-live','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','_pendingPortalOwner','slides-floating-object','_isHostPreservingLease','contribution','divider-format-tools','_registerProductMenus','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','section','fit-width','body','parentEmbedId','floor','runtimeSessionChanged$','calc(100%\x20-\x20','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','#app','SKIP_SELF','round','slides-ui.ribbon','setPreview','mounted','disposeWithMe','stale','getProvider','area','closeToolbarPanel','embed-docs-custom-block','getColVisible','checkContentIsFocused','insertBefore','syncExecuteCommand','_contributions','hideContextMenu','_mountBlockedRuntime','registerFocusHandler','embedHostEntry','12px','restoreService','viewOrder','content-bounds-fit','_rootsByEmbedId','scrollHeight','hasAttribute','_materializeService','univer-text-sm','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','runtime','display','createChild','overlayRoot','focused$','fitToWidth','univer-flex\x20univer-items-center\x20univer-justify-center','enable','_providers','univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','_activateTabPeerFocusLease','clearUnit','initialWidth','embed.sheets.','getOverride','priority','tab-active','_contextsByEmbedId','data-embed-menu-slot','tables','embed-ui.basesFloating.viewSettings.deleteView','ownerDocument','_rerenderHostDoc','absolute','floating','_assertResolvedChild','mainComponent','font:13px/1.5\x20sans-serif','note','doc-block','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','entries','allowed','[data-embed-interaction-boundary-owner]','floatingActiveService','_mountFloatingMenu','_univerInstanceService','getStage','contains','description','join','embedChildRenderUnitId','[data-embed-float-dom=\x22true\x22]','FORMULAS','horizontalAlign','__addUnit','then','clientHeight','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','_rootsByHostAnchorId','name','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','all','pointercancel','registerChildInteraction','_runtimePolicyService','embed-ui.basesFloating.viewSettings.addView','markStale','viewportPanOffset','childType','disableLiveHostPointerEvents','tableId','_ownedEmbedAppliesToChildUnit','[data-u-comp=\x22embed-float-dom-content\x22]','Arial','retryDelay','getColumnCount','apply','registerComponent','disabled','floating-stage','getCanvasElement','_restoreStage2ChildFocusWhenHostRefocuses','fromEntries','_refreshHostDocZoom','getCurrentUnitOfType','replace','inactive','routeHostGestures','prepare','data-embed-child-render-unit-id','moved','onReady','Nested\x20embed\x20is\x20not\x20supported.','_resolveFloatingSurfaceRoot','_notifyRuntimeFocusChanged','resolved','hasRecentInteractionFor','embed-ui.sheetsFloating.textWrap.wrap','_getOrCreateRender','liveRoot','Boards','getUnitType','undos','max','getPreview','_runChildBeforeDeactivate','stickyHeaderHeight','style','captureByHostAnchorId','beforeDeactivate','active$','slides-ui.embed','EMBED_MOUNT_CHILD_TYPE_MISMATCH','getRegistrationByChildUnitId','status','data-embed-content-root','_key','list','hostUnitId','canMount','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','clientWidth','host-passive','border-radius:8px','aria-hidden','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','transform','slide-workbench','getContextValue','className','string','passiveWheelHandlerRegistry','popup','univer-z-30','delete','menuOutlet','passThroughInteractionGate','state$','ready','deleteConfig','univer-popover','_resolveLayout','getCanvasEle','activateAnchor','univer-min-w-0\x20univer-truncate','clearFullscreen','THIN','selections','contentWidth','getZoomRatio','wrap','_context','data-embed-sheets-sheet-tab-host','records','type','invalidate','stage1','disconnect','sheetBar','docs-sticky-base','_override$','clip-path','print','2401ltjEDK','div','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','allowOwnedPortalReassignment','[data-embed-overlay-root]','mode','sHeight','_releaseTabPeerFocusLease','boards-floating-object','ribbonService','hostOffset','unitId','sessionMode','bleedRight','unsubscribe','data-embed-runtime-focus-role','scrollTop','getViewport','displayTarget','drawings','_rendering','BOTTOM','_childViewRegistry','scrollByViewportDeltaVal','app','startsWith','[data-embed-floating-menu=\x22true\x22]','injector','_resolveHostWheelGestureRoot','_initializeFloatingSessionActiveState','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','portalContainer','size','getCacheKey','registerItem','clearVirtualRecords','embedId','sort','divider','margin-left','right','uComp','_createRenderScope','_collectOwnedFloatingSurfaceRoots','_getOwnedEmbedIdFromTarget','verticalAlign','horizontal','hideContextualTab','44DPGZxO','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','root','item','_boardUIStateService','children','getSession','attributes','_dispatchEscapeToFloatingSurface','getActiveDescriptors','subscribeEvent','child-tab','univer-fill-primary-600','recalculate','iterator','currentTarget','recordId','render','UNIVER_EMBED_UI_PLUGIN','_getEventClientPoint','aspect-fit','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','roots','univer-pointer-events-none','hasChildInteractionLease','syncingChildFromHost','ownedPointerInteractionUntil','src','values','univer.embed.host-vertical-wheel-attempted-event','data-embed-overlay-root','univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','_currentOverride','_embedModelService','getUnitCreateOptions','textColor','_elements','renderManagerService','registerRoot','_registerRootPopupDescendantFocusRoles','table','_getAnyActiveElement','65991jHcDIV','elementAdd$','_enableEmbedUnitLeasePolicy','important','resolvedDependencyCollection','Sheets','scopedInjector','activated$','_itemId','_renderManagerService','embed-ui.deleteBlock','_assertChildUnitAvailable','deactivateTabSessions','univer-text-gray-900\x20dark:!univer-text-white','embed-ui.sheetsFloating.toolbar.textWrapMode.main','getLocales','GLOBAL','rowHeight','stopImmediatePropagation','FOCUSING_','setSelection','getId','unregisterCommand','setContextValue','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','activateFloating','dataset','runtimeFocusChanged$','startY','DEFAULT_TOTAL_SIZE','hostElement','_getLatestActivePortalOwner','clipPath','embed-float-dom-live-content','unmount','click','closeRecordDetail','rules','pointer','ignoreOwners','override$','getSheetId','TOP','preventDefault','_contextService','_registerProductUIContributions','embed-ui.boardsFloating.zoomOut','updateViewState','with','reverse','host-override','requestPreview','fixed','observe','child-keyboard','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','padding','slide-canvas','materializeDescriptor','embed-float-dom-popup','event','acquire','bases-table-list-block','getState','_getDocsLeft','calendarViewSettings','_queue','session','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','shiftViewportPanOffset','RIGHT','viewportScrollY','drawImage','value','querySelector','clearFocusOwner','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','nextSibling','useValue','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','object','floating-menu','_releaseBodyPortalClaims','fallbackHeight','allowDirectBodyPortal','982290gXFFPm','cancelable','_handlers','embed-ui.basesFloating.confirmDelete.viewDescription','inert','unit','getByHostAnchorId','sourceMeta','packageName','divider-font','getByEmbedId','hostAnchorId','deferInactive','Element','getRegistration','[data-embed-float-fullscreen-button]','fallbackWidth','getFocusedUnit','embed-ui.sheetsFloating.align.right','hasRecentInteraction','data-embed-child-type','selector','flushForTests','scroll-contained','hasBlockingChildFocusLease','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','setActiveSlide','metaKey','getCurrentSelections','embedChildRenderError','activateSession','_injector','getStickyHeaderHeight','fakeToolbarVisible$','clear','[data-embed-interaction-boundary-owner=\x22','createScoped','_boardElementService','docs-custom-block','removeChild','ref','gate','child-session','length','readonly','capture','inline','registerOwnedElement','_cleanupOrdinaryBodyChromeClaims','_ownedRuntimeFocusAppliesToHost','updatedAt','child-fullscreen','embed-ui.basesFloating.viewSettings.configureView','localeChanged$','previewRequested$','sheets-sheet-tab','VIEW_MAIN','isFocused','univer-doc-selection-container-docs-','univer-relative\x20univer-flex\x20univer-h-8\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','focusFloatingRuntime','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','_nextIndex','disposable','max-width','sheet-workbench','unitAdded$','abs','clearTab','EmbedDuplicateChildUnitError','retrying-base-child-render','_focusDocumentBody','setActivatedTab','initial','after:!univer-border-b-0\x20after:!univer-border-r-0','data-embed-popup-root','mounting','resolvedDependencies','Embed','addDescriptor','_previousChildCurrentUnits','_focusTabPeerSession','true','setAnchor','dividerBefore','reduce','LEFT','zIndex','allowPlaceholder','pointerup','undoRedoStatus$','hideHostFxBar','beforeCommandExecuted','scrollToViewportPos','float','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','deltaX','syncHostVerticalScroll','maxExpansion','getCurrentTypeOfUnit$','owner','getComputedStyle','focusCoordinator','renderScope','associatedChildUnitIds','-100000px','sheets-ui.embed','activeIndex','deltaY','key','token','hidden','session$','focusUnit','univer-size-6\x20univer-p-0','complete','_registerLateProductUIContributions','embedFloatingMenuEntry','flatMap','childUnitId','_registrations','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','acquireStage2SessionLease','expiresAt','runtime-pointer','_setAnchorTransformerVisible','drawing','hasAnyHostPreservingChildFocusLease','some','getAllUnitsForType','_getSlideModel','_relocateExistingSession','_sortHandlers','range','isChildUnitInActiveSession','direction$','_activeDrain','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','active','selectElements','inset(0\x200\x20','virtualWidth','sheet-embed-float-dom-root','PointerDown','scrollLeft','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','_setCurrentUnitForType','100%','_clearItems','[data-embed-sheets-sheet-tab-host=\x22','univer-pointer-events-auto','registerMultipleCommand','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','setFocusOwner','clearFloating','setStage','requestAnimationFrame','removeProperty','SheetsFloatingObject','stopPropagation','[id^=\x22__editor_docs-\x22]','medium','field-','startX','_rootsByChildUnitId','element','get','univer-gap-0.5\x20univer-px-1','_isOwnedBoundaryElement','setSearchActiveIndex','getAttribute','addedNodes','dialog','visible','dropdown','auto','hostType','childOffset','activate','translateY(','alt','title','height:100%','isArray','Node','_isHTMLElement','isFinite','index','_getHostSnapshot','zoomRatio','matches','_mountService','_registerChildFocusBridge','host-scroll-sync','_ribbonOverrideService','embed-ui.fullscreen.exit','_active$','ctrlKey','hostWheelGestureService','maxHeight','scaleX','enabled','[id^=\x22univer-doc-selection-container-docs-\x22]','sparkline','_notifyRuntimeSessionChanged','function','#ffffff','disabled$','bottom','MutationObserver','embed-ui.sheetsFloating.toolbar.font','rect-popup','label','embed-ui.boardsFloating.zoomIn','dependencyCollection','keyboard','_observeWheel','view-','tableOrder','altKey','sheet.command.smart-toggle-filter','embedRuntimeBlocked','embed-ui.basesFloating.copySuffix','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','tab-peer-runtime','hasExact','tabindex','px)','ALL','displayName','recordOrder','getRowVisible','base-embed-view-panel','warn','max-depth','hideToolbar','bleedLeft','boards-ui.embed','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','document','containsElement','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','embed-ui.basesFloating.tableSidebar.defaultTableName','default','registerRuntimeScope','resolve','_docViewScaleService','closeOwnedFloatingSurfaces','WRAP','embed-ui.sheetsFloating.toolbar.bold','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','_exited$','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','transient','_projectionService','getContextByChildUnitId','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','activeEmbedId','_markInteractionBoundaryOwnerTree','_focusTemporarySink','registerContext','width','Slides','collapsedGroupPaths','univer-box-border\x20univer-px-24','hideAllContextualTabs','stage2','defaults','_wheelScrollService','contentRoot','merge','_scheduleFloatingChildFocus','getDescriptor','_items','_activePortalOwners','embedSlidePreviewCanvasHost','wheel','resize','embed-ui.sheetsFloating.toolbar.fillColor.main','refCount','documentElement','productName','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','releaseStage2SessionLeaseIfActivationDoesNotStick','univer-pointer-events-none\x20univer-absolute\x20univer-left-3.5\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-min-w-0\x20univer-items-center\x20univer-justify-between\x20univer-gap-4','_contextsByChildUnitId','commandId','fontSize','_findFallbackUnitId','pointerEvents','restoreAnchor','test','existingEmbedId','hostHeaderMode','[data-u-comp=\x22base-embed-view-slot\x22]','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','register','innerHeight','enter','removeEventListener','onScrollByBar$','getUnitId','univer-contents','subscribe','univer-overflow-hidden','data-embed-child-render-mode','restoreViewState','docsSheetLikeLayout','resolveRuntimeScopeByChildUnitId','min','host','deferred','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','openActiveEditor','factory','0\x20/\x200','overlay','formatPainter','cssText','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','pageWidth','UNRECOGNIZED','_focusLayout','startEditingCell','engine','_releaseTabPeerFocusLeasesForHost','visibility','__embedSharedRootInjector','getDirection','8px','embed-ui.sheetsFloating.align.top','runtimeRoots','stage','embed-ui.basesFloating.viewSettings.title','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','supportedLayouts','embed-ui.sheetsFloating.toolbar.mergeCell.main','getContextByHostAnchorId','border:1px\x20dashed\x20rgba(99,102,106,.35)','canvasRoot','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','nested','_configService','left','query','clientY','indexOf','remove','handleWheel','menu','context','box-sizing:border-box','doc-block-stage2-runtime','bases-ui.embed','getViewScale','setActiveSheet','divider-format','createUnit','pointerId','formulaBar','closest','univer-min-w-0','getSlide','defineProperty','_boardElementStateService','getFlatMenuByPositionKey','_mountResolvedHost','activateView','_markRuntimeFocusRole','removeAttribute','EMBED_MOUNT_HOST_NOT_REGISTERED','pageManager','takeRecords','addEventListener','setProperty','[data-u-comp=\x22embed-float-dom-chrome\x22]','hasHostPreservingChildFocusLeaseForHost','132802fzxlnz','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','data-embed-interaction-boundary-owner','_isDetachedOffscreenPortalCandidate','_ensurePortalObserver','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','contextmenu','_undoRedoService','revision','embed-float-dom-content','sWidth'];_0x3891=function(){return _0x593321;};return _0x3891();}function Fl(_0x2877ac){const _0x45ee9c=_0x69bfe2;return _0x2877ac['id']==='univer-doc-main-canvas'||_0x2877ac['id'][_0x45ee9c(0x2be)](_0x45ee9c(0x59c))||_0x2877ac['id'][_0x45ee9c(0x2be)](_0x45ee9c(0x38e))||_0x2877ac[_0x45ee9c(0x4bd)](_0x45ee9c(0x160))!=null;}function Il(_0x317587,_0x855c54){const _0x3e40e0=_0x69bfe2;if(!_0x317587||_0x855c54[_0x3e40e0(0x37f)]===0x0)return;let _0xbca054=_0x855c54[0x0]['ownerDocument'][_0x3e40e0(0x645)];_0xbca054 instanceof HTMLElement&&(_0x855c54['some'](_0x1113e7=>_0x1113e7[_0x3e40e0(0x231)](_0xbca054))||_0xbca054['closest'](_0x3e40e0(0x377)+_0x317587+'\x22]')!=null)&&_0xbca054[_0x3e40e0(0x51f)]();}function Ll(_0x5654c1){const _0x5b003f=_0x69bfe2;return _0x5654c1===_0x5b003f(0x20b)||_0x5654c1===_0x5b003f(0x37e)||_0x5654c1===_0x5b003f(0x56b)||_0x5654c1==='child-popup'||_0x5654c1===_0x5b003f(0x350);}function Rl(_0x427506){const _0x4e748a=_0x69bfe2;let {hostUnitId:_0x508502,embedId:_0x3ad56d,className:_0x4ca5f5}=_0x427506,_0x5c32fc=_0x57ab3c(null),_0x1f4501=_0x1c4e2b(_0x375128),_0x5e6332=_0x1c4e2b(Zo),_0x53bf59=_0x1c4e2b(Ys),_0x124d11=_0x161893(_0x3d4e2f=>{const _0x5635f5=_0x448a;_0x3d4e2f[_0x5635f5(0x32a)](),_0x3d4e2f[_0x5635f5(0x3f3)](),!(!_0x508502||!_0x3ad56d)&&zl({'hostUnitId':_0x508502,'embedId':_0x3ad56d,'activationService':_0x5e6332,'embedModelService':_0x1f4501,'fullscreenService':_0x53bf59});},[_0x5e6332,_0x3ad56d,_0x1f4501,_0x53bf59,_0x508502]);return _0x2eab14(()=>{const _0x23f7b1=_0x448a;let _0x32a2af=_0x5c32fc[_0x23f7b1(0x545)];if(!_0x32a2af)return;let _0x5b34d9=_0x3a1ef6=>{const _0x217787=_0x23f7b1;_0x3a1ef6[_0x217787(0x3f3)]();};return _0x32a2af['addEventListener'](_0x23f7b1(0x6bc),_0x5b34d9),_0x32a2af['addEventListener'](_0x23f7b1(0x322),_0x124d11),()=>{const _0x1e58f7=_0x23f7b1;_0x32a2af['removeEventListener'](_0x1e58f7(0x6bc),_0x5b34d9),_0x32a2af[_0x1e58f7(0x47f)]('click',_0x124d11);};},[_0x124d11]),_0x5633cf(_0x4e748a(0x559),{'ref':_0x5c32fc,'type':_0x4e748a(0x559),'className':_0x55629c('univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]',_0x4ca5f5),'data-embed-float-fullscreen-button':'true','children':_0x5633cf(_0x141182,{'className':_0x4e748a(0x523)})});}function zl(_0x8c2c77){const _0x28e644=_0x69bfe2;var _0x5b6680;let _0x2a0359=_0x8c2c77[_0x28e644(0x69a)][_0x28e644(0x464)](_0x8c2c77['hostUnitId'],_0x8c2c77['embedId']);return!(_0x2a0359!=null&&_0x2a0359[_0x28e644(0x3cb)])||_0x2a0359[_0x28e644(0x246)]==null?!0x1:((_0x5b6680=_0x8c2c77[_0x28e644(0x4f6)])==null||_0x5b6680[_0x28e644(0x3ee)](_0x8c2c77[_0x28e644(0x2c9)],_0x8c2c77[_0x28e644(0x278)]),_0x8c2c77['fullscreenService'][_0x28e644(0x47e)](_0x2a0359),!0x0);}const Bl=_0x69bfe2(0x15b),Vl='doc-block-stage2-runtime',Hl=[Bl,Vl];function Ul(_0x5a0b4e){const _0x3865bc=_0x69bfe2;var _0x368997,_0x2cb5e8,_0x5a8bcd;let {data:_0x57bbd3,deferInactiveFloatingChrome:_0x38de69,docsCustomBlockLayout:_0x31368b,enableStage1BodyDrag:_0x4e3f4c,floatingChromeZIndex:_0x131ffc,fullscreenButtonInBlock:_0x581b7d,hostFloatDomLayout$:_0x5408b8,initialStage:_0x30f47e,interactionFlow:_0x364bb9=_0x3865bc(0x251),isExternalHostInteraction:_0x3053ec,onHostWheel:_0x53b004,onRuntimeStageEnter:_0x19ba71,onRuntimeStageExit:_0xf1703f,resolveHostWheelGestureRoot:_0x5a70ad,syncHostVerticalScroll:_0x303f19}=_0x5a0b4e,_0x442136=_0x57ab3c(null),_0x4b2137=_0x57ab3c(null),_0x5da8f3=_0x57ab3c(null),_0x36f865=_0x57ab3c(null),_0x22a406=_0x57ab3c(null),_0x18d22a=_0x57ab3c(null),_0x35076b=_0x57ab3c(null),_0x40aba2=_0x57ab3c(null),_0x215d84=_0x57ab3c(null),_0x1e11a8=_0x1c4e2b(_0x375128),_0x38fe9b=_0x1c4e2b(zo),_0x2f16cf=_0x1c4e2b(Ua),_0x5dc917=_0x1c4e2b(Zo),_0x4cd0b3=_0x1c4e2b(Ic),_0x289f08=_0x1c4e2b(Lc),_0xdb3d77=_0x1c4e2b(Ys),_0xeee70=_0x1c4e2b(Ka),_0x2934cf=_0x1c4e2b(Jo),_0x331e91=_0x1c4e2b(Rc),_0x1362f5=_0x1c4e2b(Kc),_0x195342=_0x1c4e2b(Gc),_0x4ae8ad=_0x1c4e2b(Z),_0x583daa=_0x1c4e2b(Uc),_0x146ddb=_0x1c4e2b(_0x4342d5),_0x437e1e=qc(_0x57bbd3),_0x5a26dc=_0x31368b!=null&&_0x31368b[_0x3865bc(0x670)]?_0x31368b:void 0x0,_0x57d6f4=_0x5a26dc==null?void 0x0:_0x5a26dc[_0x3865bc(0x296)],_0x495476=_0x5a26dc==null?void 0x0:_0x5a26dc['pageContentWidth'],_0x367f31=(_0x5a26dc==null?void 0x0:_0x5a26dc[_0x3865bc(0x65e)])??0x1,[_0x44ff59,_0x4ac552]=_0x17a404(0x0),[_0x1205ba,_0xa439bd]=_0x17a404(0x0),_0x238689=_0x5a26dc?$c(_0x5a26dc):void 0x0,_0x35f713=Math[_0x3865bc(0x489)](_0x1205ba,(_0x238689==null?void 0x0:_0x238689['maxExpansion'])??0x0),_0x564f45=_0x464678(()=>_0x2f16cf[_0x3865bc(0x270)]['pipe'](_0x204edc(()=>_0x437e1e!=null&&_0x437e1e[_0x3865bc(0x2c9)]?_0x2f16cf['getStage'](_0x437e1e[_0x3865bc(0x2c9)]):_0x3865bc(0x258))),_0x30f47e??(_0x437e1e!=null&&_0x437e1e[_0x3865bc(0x2c9)]?_0x2f16cf[_0x3865bc(0x230)](_0x437e1e[_0x3865bc(0x2c9)]):_0x3865bc(0x258)),!0x1,[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x2f16cf]),_0x4751f3=_0x57ab3c(_0x564f45),_0x38470d=_0x57ab3c(!0x1),_0x3b485e=_0x57ab3c(void 0x0),_0x9c372d=_0x57ab3c(void 0x0),_0x2fac00=_0x57ab3c(void 0x0),_0x3daf04=_0x57ab3c(void 0x0),_0x560645=_0x57ab3c(void 0x0),_0x5d6b56=_0x57ab3c(0x0),_0x2b6d01=_0x57ab3c(void 0x0),_0x38c520=_0x57ab3c(!0x1),_0x2c7471=_0x57ab3c(!0x1),_0xd93aef=_0x57ab3c(_0x35f713),_0x8c1f3=_0x57ab3c(_0x238689),_0x2c5f6c=_0x57ab3c(_0x367f31),_0x14a9ee=_0x57ab3c(0x0),_0x20e902=_0x57ab3c(0x0),_0x27d3b2=_0x57ab3c([]),_0x4bf6fc=_0x57ab3c(_0x564f45);_0x4bf6fc[_0x3865bc(0x545)]=_0x564f45,_0xd93aef[_0x3865bc(0x545)]=_0x35f713,_0x8c1f3[_0x3865bc(0x545)]=_0x238689,_0x2c5f6c[_0x3865bc(0x545)]=_0x367f31;let _0x44848c=_0x161893(_0x132b4b=>{const _0x9fc2f8=_0x3865bc;let _0x361694=_0x8c1f3[_0x9fc2f8(0x545)];if(!_0x361694)return!0x1;let _0x1f3a85=_0xd93aef['current'],_0x5461bf=el(_0x1f3a85+Cc(_0x132b4b)/_0x2c5f6c[_0x9fc2f8(0x545)],0x0,_0x361694[_0x9fc2f8(0x3b6)]);return _0x5461bf===_0x1f3a85?!0x1:(_0xd93aef[_0x9fc2f8(0x545)]=_0x5461bf,_0xa439bd(_0x5461bf),!0x0);},[]),_0x6b40a3=_0x161893(()=>{const _0x4a5483=_0x3865bc;var _0x5944e2;(_0x5944e2=_0x9c372d[_0x4a5483(0x545)])==null||_0x5944e2[_0x4a5483(0x5dc)](),_0x9c372d[_0x4a5483(0x545)]=void 0x0;},[]),_0x920d9d=_0x161893(()=>{const _0x22f0cd=_0x3865bc;var _0x2840ed,_0x109d49;if(!(_0x437e1e!=null&&_0x437e1e[_0x22f0cd(0x2c9)])||_0x9c372d[_0x22f0cd(0x545)])return;let _0x22f78e=_0x437e1e[_0x22f0cd(0x278)]?_0x1e11a8[_0x22f0cd(0x464)](_0x437e1e[_0x22f0cd(0x278)],_0x437e1e[_0x22f0cd(0x2c9)]):void 0x0,_0x24074d=Wl(_0x22f78e),_0x233aa8=_0x437e1e['childUnitId']??(_0x22f78e==null?void 0x0:_0x22f78e[_0x22f0cd(0x3cb)])??((_0x2840ed=_0x3b485e[_0x22f0cd(0x545)])==null?void 0x0:_0x2840ed[_0x22f0cd(0x3cb)])??(_0x24074d==null?void 0x0:_0x24074d['childUnitId']),_0x241d6b=_0x437e1e[_0x22f0cd(0x246)]??(_0x22f78e==null?void 0x0:_0x22f78e[_0x22f0cd(0x246)])??((_0x109d49=_0x3b485e[_0x22f0cd(0x545)])==null?void 0x0:_0x109d49[_0x22f0cd(0x246)])??(_0x24074d==null?void 0x0:_0x24074d['childType']);_0x9c372d[_0x22f0cd(0x545)]=_0x4ae8ad[_0x22f0cd(0x6ab)]({'embedId':_0x437e1e[_0x22f0cd(0x2c9)],'role':'child-session','owner':_0x364bb9===_0x22f0cd(0x228)?Vl:Bl,'sessionMode':_0x22f0cd(0x335),'hostUnitId':_0x437e1e[_0x22f0cd(0x278)],'childUnitId':_0x233aa8,'childType':_0x241d6b});},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x246)],_0x437e1e==null?void 0x0:_0x437e1e['childUnitId'],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x1e11a8,_0x4ae8ad,_0x364bb9]),_0x110cb4=_0x161893(()=>{const _0x472da6=_0x3865bc;if(!(_0x437e1e!=null&&_0x437e1e['embedId']))return;let _0x2916b1=_0x437e1e[_0x472da6(0x2c9)];window[_0x472da6(0x3f0)](()=>{const _0x4d7cc1=_0x472da6;_0x2f16cf[_0x4d7cc1(0x230)](_0x2916b1)!=='stage2'&&_0x6b40a3();});},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x2f16cf,_0x6b40a3]),_0x483d6c=_0x437e1e!=null&&_0x437e1e[_0x3865bc(0x278)]?_0x1e11a8[_0x3865bc(0x464)](_0x437e1e[_0x3865bc(0x278)],_0x437e1e[_0x3865bc(0x2c9)]):void 0x0,_0x17aaed=Wl(_0x483d6c),_0x3dfb2a=(_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x3cb)])??(_0x483d6c==null?void 0x0:_0x483d6c[_0x3865bc(0x3cb)])??((_0x368997=_0x3b485e[_0x3865bc(0x545)])==null?void 0x0:_0x368997[_0x3865bc(0x3cb)])??(_0x17aaed==null?void 0x0:_0x17aaed['childUnitId']),_0x18c38e=(_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x246)])??(_0x483d6c==null?void 0x0:_0x483d6c[_0x3865bc(0x246)])??((_0x2cb5e8=_0x3b485e[_0x3865bc(0x545)])==null?void 0x0:_0x2cb5e8[_0x3865bc(0x246)])??(_0x17aaed==null?void 0x0:_0x17aaed[_0x3865bc(0x246)]),_0x267a5f=_0x18c38e==null||(_0x5a8bcd=_0x38fe9b[_0x3865bc(0x3fa)](_0x18c38e))==null?void 0x0:_0x5a8bcd['canvasRootClassName'],_0x259f91=ic(_0x483d6c,_0x564f45);_0x2eab14(()=>{const _0xce7cc8=_0x3865bc;if(!(!(_0x437e1e!=null&&_0x437e1e[_0xce7cc8(0x2c9)])||_0x564f45!==_0xce7cc8(0x45e)))return _0x920d9d(),_0x6b40a3;},[_0x920d9d,_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x6b40a3,_0x564f45]),_0x2eab14(()=>{const _0x153a88=_0x3865bc;let _0x33f638=_0x442136['current'],_0xe5bbd5=Al(_0x146ddb,_0x4ae8ad,_0x437e1e==null?void 0x0:_0x437e1e[_0x153a88(0x2c9)],_0x33f638,_0x564f45);if(_0xe5bbd5)return()=>_0xe5bbd5[_0x153a88(0x5dc)]();},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x4ae8ad,_0x146ddb,_0x564f45]),_0x2eab14(()=>{const _0x4d641b=_0x3865bc;let _0x1f7e4f=_0x4751f3['current'];_0x4751f3['current']=_0x564f45;let _0x2beb7d=_0x1f7e4f!==_0x564f45||!_0x38470d['current']&&_0x564f45!==_0x4d641b(0x258);_0x38470d['current']=!0x0,_0x2beb7d&&(_0x19ba71==null||_0x19ba71(_0x564f45),_0x289f08[_0x4d641b(0x29d)]({'embedId':_0x437e1e==null?void 0x0:_0x437e1e['embedId'],'reason':'stage-change'})),_0x1f7e4f===_0x4d641b(0x45e)&&_0x564f45!==_0x4d641b(0x45e)&&(Il(_0x437e1e==null?void 0x0:_0x437e1e[_0x4d641b(0x2c9)],Tl(_0x36f865[_0x4d641b(0x545)],_0x22a406[_0x4d641b(0x545)],_0x18d22a[_0x4d641b(0x545)],_0x40aba2['current'],_0x215d84[_0x4d641b(0x545)])),_0x5dc917[_0x4d641b(0x3ee)](_0x437e1e==null?void 0x0:_0x437e1e[_0x4d641b(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e['hostUnitId']),_0xf1703f==null||_0xf1703f());},[_0x5dc917,_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x289f08,_0x19ba71,_0xf1703f,_0x564f45]),_0x2eab14(()=>{const _0x1668cb=_0x3865bc;if(_0x30f47e!==_0x1668cb(0x45e)||!(_0x437e1e!=null&&_0x437e1e[_0x1668cb(0x2c9)])||!_0x437e1e[_0x1668cb(0x278)])return;let _0x30fa37=_0x1e11a8[_0x1668cb(0x464)](_0x437e1e[_0x1668cb(0x278)],_0x437e1e[_0x1668cb(0x2c9)]);_0x30fa37!=null&&_0x30fa37[_0x1668cb(0x3cb)]&&_0x2f16cf[_0x1668cb(0x406)]({'hostUnitId':_0x437e1e['hostUnitId'],'embedId':_0x437e1e['embedId'],'childUnitId':_0x30fa37[_0x1668cb(0x3cb)]},_0x1668cb(0x45e));},[_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0x437e1e==null?void 0x0:_0x437e1e['hostUnitId'],_0x1e11a8,_0x2f16cf,_0x30f47e]),_0x2eab14(()=>{const _0x1dd419=_0x3865bc;let _0x2fc759=_0x36f865[_0x1dd419(0x545)],_0xdbba2b=_0x22a406[_0x1dd419(0x545)],_0x50be23=_0x18d22a[_0x1dd419(0x545)],_0x508ee1=_0x40aba2[_0x1dd419(0x545)],_0x112f8f=_0x215d84['current'];if(!_0x2fc759||!_0xdbba2b||!_0x50be23||!_0x508ee1||!_0x112f8f)return;let _0x4e84c8=_0x437e1e!=null&&_0x437e1e['hostUnitId']?_0x1e11a8['getDescriptor'](_0x437e1e[_0x1dd419(0x278)],_0x437e1e[_0x1dd419(0x2c9)]):void 0x0,_0x5c0b70=_0x4e84c8?Gl(_0x4e84c8):void 0x0;if(!_0x4e84c8||!_0x5c0b70||_0x259f91===_0x1dd419(0x48b))return;let _0x13ca68=!0x1,_0x4a2d5d;return _0x331e91[_0x1dd419(0x339)]({'descriptor':_0x4e84c8})[_0x1dd419(0x239)](async _0x588fa1=>{const _0x5194b1=_0x1dd419;var _0x3cb5d6;if(_0x13ca68)return;let _0x4dc4df=_0x2934cf[_0x5194b1(0x4ee)](_0x588fa1,_0x2fc759,{'content':_0xdbba2b,'canvas':_0x50be23,'overlay':_0x508ee1,'popup':_0x112f8f});_0x4a2d5d=_0x588fa1['embedId'];let _0x2c32e1=_0x4dc4df==null?void 0x0:_0x4dc4df['context'];_0x3b485e[_0x5194b1(0x545)]=_0x2c32e1;let _0x22a65f=_0x437e1e!=null&&_0x437e1e[_0x5194b1(0x2c9)]?(_0x3cb5d6=_0x4cd0b3[_0x5194b1(0x26a)](_0x437e1e[_0x5194b1(0x2c9)]))==null?void 0x0:_0x3cb5d6['viewState']:void 0x0;_0x2c32e1&&_0x22a65f!=null&&await _0x4cd0b3[_0x5194b1(0x486)](_0x2c32e1,_0x22a65f);})[_0x1dd419(0x1d2)](_0x304863=>{queueMicrotask(()=>{throw _0x304863;});}),()=>{const _0x162f22=_0x1dd419;var _0x11f9c1;_0x13ca68=!0x0,_0x4a2d5d&&((_0x11f9c1=_0x3b485e[_0x162f22(0x545)])==null?void 0x0:_0x11f9c1['embedId'])===_0x4a2d5d&&(_0x3b485e[_0x162f22(0x545)]=void 0x0),_0x2934cf[_0x162f22(0x321)](_0x4e84c8[_0x162f22(0x2c9)]);};},[_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x1e11a8,_0x2934cf,_0x44ff59,_0x4cd0b3,_0x331e91,_0x259f91]),_0x2eab14(()=>{const _0x3e95bf=_0x3865bc;if(!(_0x437e1e!=null&&_0x437e1e[_0x3e95bf(0x2c9)]))return;let _0x1c59a7=_0x437e1e[_0x3e95bf(0x2c9)],_0x40667e=[];[{'element':_0x36f865[_0x3e95bf(0x545)],'role':_0x3e95bf(0x20b)},{'element':_0x22a406['current'],'role':_0x3e95bf(0x20b)},{'element':_0x18d22a[_0x3e95bf(0x545)],'role':_0x3e95bf(0x20b)}]['forEach'](_0x5c17cf=>{const _0x3b4088=_0x3e95bf;let _0x3e2ed5=_0x5c17cf[_0x3b4088(0x3f9)];_0x3e2ed5&&_0x40667e[_0x3b4088(0x5a8)]({'element':_0x3e2ed5,'role':_0x5c17cf['role']});}),_0x564f45===_0x3e95bf(0x45e)&&[{'element':_0x35076b[_0x3e95bf(0x545)],'role':_0x3e95bf(0x350)},{'element':_0x40aba2['current'],'role':_0x3e95bf(0x350)},{'element':_0x215d84[_0x3e95bf(0x545)],'role':_0x3e95bf(0x5fb)}][_0x3e95bf(0x5dd)](_0x149176=>{const _0x29dbdf=_0x3e95bf;_0x149176[_0x29dbdf(0x3f9)]&&_0x40667e['push'](_0x149176);});let _0x790bb4=_0x40667e['flatMap'](({element:_0xf33173,role:_0x129c37})=>[_0xeee70[_0x3e95bf(0x2fb)](_0x1c59a7,_0xf33173),_0x4ae8ad[_0x3e95bf(0x4fa)]({'embedId':_0x1c59a7,'role':_0x129c37,'element':_0xf33173})]);return()=>_0x790bb4[_0x3e95bf(0x5dd)](_0x4333ce=>_0x4333ce[_0x3e95bf(0x5dc)]());},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x4ae8ad,_0xeee70,_0x564f45]),_0x2eab14(()=>{const _0x403ad8=_0x3865bc;var _0x4ca3e8,_0x2b909e;if(!(_0x437e1e!=null&&_0x437e1e['embedId'])||_0x564f45!=='stage2')return;let _0x413953=((_0x4ca3e8=_0x442136[_0x403ad8(0x545)])==null?void 0x0:_0x4ca3e8['ownerDocument'])??((_0x2b909e=_0x36f865[_0x403ad8(0x545)])==null?void 0x0:_0x2b909e[_0x403ad8(0x220)])??(typeof document>'u'?void 0x0:document),_0x5cc5d6=_0xeee70[_0x403ad8(0x656)](_0x437e1e[_0x403ad8(0x2c9)],_0x413953);return()=>{const _0x1edf06=_0x403ad8;_0x4bf6fc[_0x1edf06(0x545)]!==_0x1edf06(0x45e)&&_0xeee70[_0x1edf06(0x44b)](_0x437e1e[_0x1edf06(0x2c9)],_0x413953),_0x5cc5d6[_0x1edf06(0x5dc)]();};},[_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0xeee70,_0x564f45]),_0x2eab14(()=>{const _0x8f96c9=_0x3865bc;var _0x23d0a3,_0x580e1e;if(!(_0x437e1e!=null&&_0x437e1e[_0x8f96c9(0x2c9)])||_0x564f45!=='stage2')return;let _0x2753ee=((_0x23d0a3=_0x442136['current'])==null?void 0x0:_0x23d0a3[_0x8f96c9(0x220)])??((_0x580e1e=_0x36f865[_0x8f96c9(0x545)])==null?void 0x0:_0x580e1e['ownerDocument'])??(typeof document>'u'?void 0x0:document),_0x2a8685=_0x2753ee==null?void 0x0:_0x2753ee[_0x8f96c9(0x349)](_0x8f96c9(0x613));if(!_0x2a8685)return;let _0x24fdc5=[_0xeee70[_0x8f96c9(0x2fb)](_0x437e1e['embedId'],_0x2a8685),_0x4ae8ad[_0x8f96c9(0x4fa)]({'embedId':_0x437e1e[_0x8f96c9(0x2c9)],'role':'floating-menu','element':_0x2a8685})];return()=>_0x24fdc5['forEach'](_0x4e25ba=>_0x4e25ba[_0x8f96c9(0x5dc)]());},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x4ae8ad,_0xeee70,_0x564f45]),_0x2eab14(()=>{const _0x5a3587=_0x3865bc;let _0x53de8d=_0x442136[_0x5a3587(0x545)],_0x3cd826=_0x53de8d==null?void 0x0:_0x53de8d[_0x5a3587(0x349)]('[data-u-comp=\x22embed-float-dom-content\x22]');if(!(_0x437e1e!=null&&_0x437e1e['embedId'])||!_0x53de8d)return;let _0x56a70a=_0x437e1e[_0x5a3587(0x278)]?_0x1e11a8[_0x5a3587(0x464)](_0x437e1e[_0x5a3587(0x278)],_0x437e1e[_0x5a3587(0x2c9)]):void 0x0,_0x27fcc3=_0x289f08[_0x5a3587(0x47c)]({'embedId':_0x437e1e['embedId'],'childUnitId':_0x56a70a==null?void 0x0:_0x56a70a[_0x5a3587(0x3cb)],'root':_0x53de8d,'viewport':_0x3cd826,'contentRoot':_0x22a406[_0x5a3587(0x545)]});return()=>_0x27fcc3[_0x5a3587(0x5dc)]();},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x1e11a8,_0x289f08]),_0x2eab14(()=>{const _0x188eaf=_0x3865bc;if(!(_0x437e1e!=null&&_0x437e1e[_0x188eaf(0x2c9)]))return;let _0x22ffda=_0xdb3d77['exited$'][_0x188eaf(0x483)](_0x3d40ec=>{const _0xf8cab5=_0x188eaf;_0x3d40ec[_0xf8cab5(0x2c9)]===_0x437e1e[_0xf8cab5(0x2c9)]&&(_0x5dc917[_0xf8cab5(0x3ee)](_0x437e1e[_0xf8cab5(0x2c9)],_0x437e1e[_0xf8cab5(0x278)]),_0x2934cf['unmount'](_0x437e1e[_0xf8cab5(0x2c9)]),_0x3daf04[_0xf8cab5(0x545)]!=null&&(window[_0xf8cab5(0x180)](_0x3daf04[_0xf8cab5(0x545)]),_0x3daf04[_0xf8cab5(0x545)]=void 0x0),_0x560645[_0xf8cab5(0x545)]!=null&&globalThis[_0xf8cab5(0x15e)](_0x560645[_0xf8cab5(0x545)]),_0x560645[_0xf8cab5(0x545)]=globalThis['setTimeout'](()=>{const _0x3c97a5=_0xf8cab5;_0x560645[_0x3c97a5(0x545)]=void 0x0,_0x3daf04[_0x3c97a5(0x545)]=window['requestAnimationFrame'](()=>{_0x3daf04['current']=void 0x0,_0x4ac552(_0x2a925e=>_0x2a925e+0x1);});},0x0));});return()=>{const _0x2364b5=_0x188eaf;_0x22ffda[_0x2364b5(0x2b3)](),_0x560645['current']!=null&&(globalThis['clearTimeout'](_0x560645[_0x2364b5(0x545)]),_0x560645[_0x2364b5(0x545)]=void 0x0),_0x3daf04[_0x2364b5(0x545)]!=null&&(window[_0x2364b5(0x180)](_0x3daf04[_0x2364b5(0x545)]),_0x3daf04[_0x2364b5(0x545)]=void 0x0);};},[_0x5dc917,_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0x437e1e==null?void 0x0:_0x437e1e['hostUnitId'],_0xdb3d77,_0x2934cf]),_0x2eab14(()=>{const _0x4705c0=_0x3865bc;let _0x11e797=_0x442136['current'],_0x49d45d=_0x35076b['current'];if(!_0x11e797||!_0x49d45d||typeof document>'u')return;let _0x391597=rl({'chrome':_0x49d45d,'container':_0x11e797,'deferInactive':_0x38de69,'embedId':_0x437e1e==null?void 0x0:_0x437e1e['embedId'],'geometryService':_0x289f08,'hostLayout$':_0x5408b8,'stage':_0x564f45,'docsSheetLikeLayout':_0x57d6f4!=null&&_0x495476!=null?{'contentWidth':_0x57d6f4,'pageContentWidth':_0x495476}:void 0x0});return()=>_0x391597[_0x4705c0(0x5dc)]();},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x38de69,_0x57d6f4,_0x495476,_0x289f08,_0x5408b8,_0x564f45]),_0x2eab14(()=>{const _0x4926b5=_0x3865bc;let _0x43fcd3=_0x442136[_0x4926b5(0x545)];if(!(_0x437e1e!=null&&_0x437e1e[_0x4926b5(0x2c9)])||!_0x43fcd3||typeof document>'u')return;let _0xded26b=jl({'activationService':_0x5dc917,'chrome':_0x35076b[_0x4926b5(0x545)],'container':_0x43fcd3,'embedId':_0x437e1e[_0x4926b5(0x2c9)],'externalHostInteractionUntil':_0x14a9ee,'floatingActiveService':_0x2f16cf,'focusCoordinator':_0x4ae8ad,'graceMs':0x28a,'hostUnitId':_0x437e1e['hostUnitId'],'interactionBoundaryService':_0xeee70,'isExternalHostInteraction':_0x3053ec,'ownedPointerInteractionUntil':_0x20e902,'runtimeFocusOwners':Hl});return()=>_0xded26b[_0x4926b5(0x5dc)]();},[_0x5dc917,_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e['hostUnitId'],_0x2f16cf,_0x4ae8ad,_0xeee70,_0x3053ec]),_0x2eab14(()=>{const _0x3d6b19=_0x3865bc;var _0x47d4ee;_0x564f45!==_0x3d6b19(0x45e)&&((_0x47d4ee=_0x2fac00[_0x3d6b19(0x545)])==null||_0x47d4ee[_0x3d6b19(0x5dc)](),_0x2fac00[_0x3d6b19(0x545)]=void 0x0,Il(_0x437e1e==null?void 0x0:_0x437e1e[_0x3d6b19(0x2c9)],Tl(_0x36f865[_0x3d6b19(0x545)],_0x22a406[_0x3d6b19(0x545)],_0x18d22a[_0x3d6b19(0x545)],_0x40aba2[_0x3d6b19(0x545)],_0x215d84[_0x3d6b19(0x545)])));},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x564f45]),_0x2eab14(()=>{const _0x1d0fd1=_0x3865bc;let _0x5912f5=_0x5da8f3[_0x1d0fd1(0x545)];if(!_0x5912f5||!(_0x437e1e!=null&&_0x437e1e['embedId'])||!_0x437e1e[_0x1d0fd1(0x278)])return;let _0x338a89=Ml({'acquireStage2SessionLease':_0x920d9d,'activationService':_0x5dc917,'data':{'embedId':_0x437e1e[_0x1d0fd1(0x2c9)],'hostAnchorId':_0x437e1e['hostAnchorId'],'hostUnitId':_0x437e1e[_0x1d0fd1(0x278)]},'embedModelService':_0x1e11a8,'enableStage1BodyDrag':_0x4e3f4c,'floatingActiveService':_0x2f16cf,'gate':_0x5912f5,'interactionFlow':_0x364bb9,'popupRoot':_0x215d84[_0x1d0fd1(0x545)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x110cb4});return()=>_0x338a89['dispose']();},[_0x920d9d,_0x5dc917,_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x35f)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x1e11a8,_0x4e3f4c,_0x2f16cf,_0x364bb9,_0x110cb4]),_0x2eab14(()=>{const _0x15bbd5=_0x3865bc;let _0x1d998d=_0x442136[_0x15bbd5(0x545)];if(!_0x1d998d||!_0x5a70ad)return;let _0x3dbf2c=_0x5a70ad(_0x1d998d);if(!_0x3dbf2c)return;let _0x3aae5b=_0x583daa[_0x15bbd5(0x47c)](_0x3dbf2c);return()=>_0x3aae5b[_0x15bbd5(0x5dc)]();},[_0x583daa,_0x5a70ad]),_0x2eab14(()=>{const _0x31f6e2=_0x3865bc;let _0xc247ac=_0x442136[_0x31f6e2(0x545)],_0x21b38c=_0x5da8f3[_0x31f6e2(0x545)],_0x562843=_0x36f865[_0x31f6e2(0x545)];if(!_0xc247ac||!_0x21b38c||!_0x562843)return;let _0x28d7dc=lc({'container':_0xc247ac,'gate':_0x21b38c,'getChildContext':()=>_0x3b485e[_0x31f6e2(0x545)],'getStage':()=>_0x437e1e!=null&&_0x437e1e[_0x31f6e2(0x2c9)]?_0x2f16cf[_0x31f6e2(0x230)](_0x437e1e[_0x31f6e2(0x2c9)]):_0x31f6e2(0x258),'hostScrollOffset':_0x5d6b56,'hostWheelGestureService':_0x583daa,'invalidate':_0x3ded49=>ml(_0x289f08,_0x437e1e==null?void 0x0:_0x437e1e[_0x31f6e2(0x2c9)],_0x3ded49,_0x27d3b2),'liveRoot':_0x562843,'onHostWheel':_0x53b004,'passiveViewportRegistry':_0x195342,'passiveWheelHandlerRegistry':_0x1362f5,'resizeDocsSheetLikeRendererByWheel':_0x44848c,'routeHostGestures':!!_0x5a70ad,'syncHostVerticalScroll':_0x303f19,'viewScale':_0x367f31});return()=>_0x28d7dc[_0x31f6e2(0x5dc)]();},[_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0x367f31,_0x2f16cf,_0x289f08,_0x583daa,_0x53b004,_0x195342,_0x1362f5,_0x44848c,_0x5a70ad,_0x303f19]),_0x2eab14(()=>()=>{const _0xb9ca6a=_0x3865bc;_0x27d3b2[_0xb9ca6a(0x545)][_0xb9ca6a(0x5dd)](_0x225571=>window[_0xb9ca6a(0x180)](_0x225571)),_0x27d3b2[_0xb9ca6a(0x545)]=[];},[]),_0x2eab14(()=>{const _0x75bda1=_0x3865bc;let _0x42e0da=_0x36f865['current'];if(!_0x42e0da)return;let _0x326236=Nl({'acquireStage2SessionLease':_0x920d9d,'activationService':_0x5dc917,'data':{'childType':_0x437e1e==null?void 0x0:_0x437e1e['childType'],'embedId':_0x437e1e==null?void 0x0:_0x437e1e[_0x75bda1(0x2c9)],'hostUnitId':_0x437e1e==null?void 0x0:_0x437e1e[_0x75bda1(0x278)]},'embedModelService':_0x1e11a8,'floatingActiveService':_0x2f16cf,'focusCoordinator':_0x4ae8ad,'getRuntimeRoots':()=>Tl(_0x18d22a[_0x75bda1(0x545)],_0x22a406[_0x75bda1(0x545)],_0x40aba2[_0x75bda1(0x545)],_0x215d84['current'],_0x36f865[_0x75bda1(0x545)]),'interactionFlow':_0x364bb9,'liveRoot':_0x42e0da,'popupRoot':_0x215d84[_0x75bda1(0x545)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x110cb4,'runtimeFocusOwners':Hl});return()=>_0x326236[_0x75bda1(0x5dc)]();},[_0x920d9d,_0x5dc917,_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x246)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x1e11a8,_0x2f16cf,_0x4ae8ad,_0x364bb9,_0x110cb4]),_0x2eab14(()=>{const _0x34013a=_0x3865bc;let _0x52a33b=_0x36f865[_0x34013a(0x545)];if(!_0x52a33b||!(_0x437e1e!=null&&_0x437e1e['embedId']))return;let _0x50bdb5=Pl({'data':{'childType':_0x437e1e[_0x34013a(0x246)],'childUnitId':_0x437e1e[_0x34013a(0x3cb)],'embedId':_0x437e1e[_0x34013a(0x2c9)],'hostUnitId':_0x437e1e[_0x34013a(0x278)]},'floatingActiveService':_0x2f16cf,'focusCoordinator':_0x4ae8ad,'graceMs':0x28a,'interactionBoundaryService':_0xeee70,'liveRoot':_0x52a33b,'ownedPointerInteractionUntil':_0x20e902,'pointerLease':_0x2fac00,'verticalScrollOwner':_0x2b6d01});return()=>_0x50bdb5[_0x34013a(0x5dc)]();},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x246)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x3cb)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x2f16cf,_0x4ae8ad,_0xeee70]),_0x2eab14(()=>{const _0x1b18f9=_0x3865bc;if(_0x564f45!==_0x1b18f9(0x45e)||_0x364bb9!=='doc-block')return;let _0x4b3e9d=_0x36f865['current'];if(!_0x4b3e9d)return;let _0x59e637,_0x3d05ca=()=>El(Tl(_0x18d22a[_0x1b18f9(0x545)],_0x22a406[_0x1b18f9(0x545)],_0x40aba2[_0x1b18f9(0x545)],_0x215d84[_0x1b18f9(0x545)],_0x36f865[_0x1b18f9(0x545)])),_0x2edbf2=()=>{const _0x5d4b10=_0x1b18f9;let _0x2a07b2=_0x4b3e9d['ownerDocument'][_0x5d4b10(0x645)];return!_0x2a07b2||_0x2a07b2===_0x3d05ca()?!0x1:Tl(_0x36f865[_0x5d4b10(0x545)],_0x22a406[_0x5d4b10(0x545)],_0x18d22a['current'],_0x40aba2[_0x5d4b10(0x545)],_0x215d84['current'])['some'](_0x113ff2=>_0x113ff2[_0x5d4b10(0x231)](_0x2a07b2));},_0x537805=()=>{const _0x3850d0=_0x1b18f9;if(!Dl(_0x437e1e==null?void 0x0:_0x437e1e[_0x3850d0(0x246)],!0x0))return;let _0x5e5b0e=_0x3d05ca();if(_0x5e5b0e&&!_0x4ae8ad[_0x3850d0(0x36c)](_0x437e1e==null?void 0x0:_0x437e1e[_0x3850d0(0x2c9)],{'ignoreOwners':Hl})&&!_0x2edbf2()){if(_0x437e1e!=null&&_0x437e1e[_0x3850d0(0x278)]&&_0x437e1e[_0x3850d0(0x2c9)]){let _0x1245b9=_0x1e11a8[_0x3850d0(0x464)](_0x437e1e[_0x3850d0(0x278)],_0x437e1e[_0x3850d0(0x2c9)]);(_0x1245b9==null?void 0x0:_0x1245b9[_0x3850d0(0x3cb)])!=null&&_0x1245b9[_0x3850d0(0x246)]!=null&&_0x5dc917['focusFloatingRuntime'](_0x1245b9);}_0x5e5b0e[_0x3850d0(0x207)](_0x3850d0(0x436))||(_0x5e5b0e['tabIndex']=-0x1),_0x5e5b0e[_0x3850d0(0x520)]({'preventScroll':!0x0});}};return _0x537805(),_0x59e637=window[_0x1b18f9(0x3f0)](()=>{_0x59e637=void 0x0,_0x537805();}),()=>{const _0x595dab=_0x1b18f9;_0x59e637!=null&&(window[_0x595dab(0x180)](_0x59e637),_0x59e637=void 0x0);};},[_0x5dc917,_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x246)],_0x437e1e==null?void 0x0:_0x437e1e['embedId'],_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],_0x1e11a8,_0x4ae8ad,_0x364bb9,_0x564f45]),_0x2eab14(()=>{const _0x3e517d=_0x3865bc;let _0x287517=_0x442136['current'],_0x786a57=_0x4b2137[_0x3e517d(0x545)];if(!_0x287517||!_0x786a57||typeof window>'u')return;let _0xc982b2=Yc({'container':_0x287517,'content':_0x786a57,'contentHeight':_0x5a26dc==null?void 0x0:_0x5a26dc['contentHeight'],'enabled':_0x303f19,'getChildContext':()=>_0x3b485e[_0x3e517d(0x545)],'getProvider':_0x458b7c=>_0x195342[_0x3e517d(0x3fa)](_0x458b7c[_0x3e517d(0x246)],_0x458b7c[_0x3e517d(0x4ef)]),'getStage':()=>_0x437e1e!=null&&_0x437e1e['embedId']?_0x2f16cf[_0x3e517d(0x230)](_0x437e1e[_0x3e517d(0x2c9)]):'inactive','hostLayout$':_0x5408b8,'invalidate':()=>_0x289f08[_0x3e517d(0x29d)]({'embedId':_0x437e1e==null?void 0x0:_0x437e1e[_0x3e517d(0x2c9)],'reason':'host-scroll'}),'offset':_0x5d6b56,'onHostWheel':_0x53b004,'owner':_0x2b6d01,'syncingChildFromHost':_0x38c520,'syncingHostFromChild':_0x2c7471,'viewScale':_0x367f31,'viewportHeight':_0x5a26dc==null?void 0x0:_0x5a26dc[_0x3e517d(0x634)]});return()=>_0xc982b2[_0x3e517d(0x5dc)]();},[_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],_0x5a26dc==null?void 0x0:_0x5a26dc['contentHeight'],_0x367f31,_0x5a26dc==null?void 0x0:_0x5a26dc['viewportHeight'],_0x2f16cf,_0x289f08,_0x5408b8,_0x44ff59,_0x53b004,_0x195342,_0x303f19]);let _0x194a99=nc({'stage':_0x564f45,'interactionFlow':_0x364bb9}),_0x19c0c5=_0x194a99[_0x3865bc(0x247)],_0x1ebf6c=_0x194a99[_0x3865bc(0x28a)],_0x104d97=_0x5a26dc?{'top':_0x5a26dc[_0x3865bc(0x522)]*_0x367f31,'left':-_0x35f713*_0x367f31,'width':(((_0x238689==null?void 0x0:_0x238689[_0x3865bc(0x217)])??0x1)+_0x35f713)*_0x367f31,'height':_0x5a26dc[_0x3865bc(0x634)]*_0x367f31}:_0x31368b?{'top':_0x31368b['floatingMenuInsetTop'],'height':_0x3865bc(0x1ea)+_0x31368b[_0x3865bc(0x522)]+_0x3865bc(0x437)}:void 0x0,_0x516ba1=_0x5a26dc?{'width':((_0x238689==null?void 0x0:_0x238689[_0x3865bc(0x217)])??0x1)+_0x35f713,'height':_0x5a26dc[_0x3865bc(0x634)],'transform':_0x367f31===0x1?void 0x0:_0x3865bc(0x5d5)+_0x367f31+')','transformOrigin':'top\x20left'}:void 0x0,_0x5b405f=_0x5a26dc?{'left':0x0,'width':_0x3865bc(0x3e7),'height':_0x5a26dc['viewportHeight'],'minHeight':_0x5a26dc[_0x3865bc(0x634)]}:void 0x0;return _0x1acda8(_0x3865bc(0x2a6),{'ref':_0x442136,'className':_0x55629c(_0x3865bc(0x23b),_0x5a26dc&&'univer-pointer-events-none'),'data-u-comp':'embed-float-dom','data-embed-float-dom':_0x3865bc(0x3a6),'data-embed-float-stage':_0x564f45,'data-embed-id':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],'data-embed-host-unit-id':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],'data-embed-host-anchor-id':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x35f)],'data-embed-child-unit-id':_0x3dfb2a,'data-embed-child-type':_0x18c38e,'data-embed-interaction-flow':_0x364bb9,'children':[_0x1acda8(_0x3865bc(0x2a6),{'ref':_0x4b2137,'className':_0x55629c(_0x3865bc(0x2a7),_0x5a26dc&&_0x3865bc(0x39e)),'data-u-comp':_0x3865bc(0x4d7),'data-embed-float-content':_0x3865bc(0x3a6),'style':_0x104d97,'children':[_0x1acda8(_0x3865bc(0x2a6),{'ref':_0x36f865,'className':_0x55629c(_0x3865bc(0x229),_0x5a26dc&&_0x3865bc(0x686)),'data-u-comp':_0x3865bc(0x1db),'data-embed-float-live':_0x3865bc(0x3a6),'style':_0x516ba1,'children':[_0x5633cf(_0x3865bc(0x2a6),{'ref':_0x18d22a,'className':_0x55629c(_0x3865bc(0x445),_0x267a5f,_0x5a26dc&&_0x3865bc(0x3ea),_0x19c0c5&&'univer-pointer-events-none'),'data-u-comp':_0x3865bc(0x635),'style':_0x5b405f,'data-embed-canvas-root':_0x3865bc(0x3a6)}),_0x5633cf('div',{'ref':_0x22a406,'className':_0x55629c('univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto',_0x19c0c5&&'univer-pointer-events-none'),'data-u-comp':_0x3865bc(0x320),'style':_0x5b405f,'data-embed-content-root':_0x3865bc(0x3a6)})]}),_0x5633cf(_0x3865bc(0x2a6),{'ref':_0x5da8f3,'className':_0x55629c(_0x3865bc(0x60e),_0x1ebf6c&&'univer-pointer-events-none'),'data-u-comp':'embed-float-dom-interaction-gate','data-embed-float-interaction-gate':_0x3865bc(0x3a6)})]}),_0x1acda8(_0x3865bc(0x2a6),{'ref':_0x35076b,'className':_0x3865bc(0x5b4),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x564f45,'data-embed-id':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)],'style':{'zIndex':_0x131ffc??0x320},'children':[_0x5633cf('div',{'ref':_0x40aba2,'className':_0x3865bc(0x34e),'data-u-comp':'embed-float-dom-overlay','data-embed-overlay-root':_0x3865bc(0x3a6)}),_0x5633cf(_0x3865bc(0x2a6),{'ref':_0x215d84,'className':_0x3865bc(0x34e),'data-u-comp':_0x3865bc(0x33a),'data-embed-popup-root':_0x3865bc(0x3a6)}),!_0x581b7d&&_0x5633cf(Rl,{'hostUnitId':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],'embedId':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x2c9)]})]}),_0x581b7d&&_0x5633cf(Rl,{'hostUnitId':_0x437e1e==null?void 0x0:_0x437e1e[_0x3865bc(0x278)],'embedId':_0x437e1e==null?void 0x0:_0x437e1e['embedId'],'className':_0x3865bc(0x287)})]});}function Wl(_0x143314){const _0x55eb08=_0x69bfe2;let _0x5b90c4=_0x143314==null?void 0x0:_0x143314[_0x55eb08(0x4dd)]['ref'];if(_0x5b90c4)try{let _0x5855eb=typeof _0x5b90c4=='string'?_0x1c0aee(_0x5b90c4):_0x5b90c4;return{'childUnitId':_0x5855eb[_0x55eb08(0x359)][_0x55eb08(0x369)],'childType':_0x42bd65(_0x5855eb['unit'][_0x55eb08(0x29c)])};}catch{return;}}function Gl(_0x35f0bf){const _0x14b7f0=_0x69bfe2;var _0x39cbcd,_0x5dcaeb;let _0x1672d1=((_0x39cbcd=_0x35f0bf[_0x14b7f0(0x35b)])==null?void 0x0:_0x39cbcd[_0x14b7f0(0x223)])||void 0x0;if(_0x1672d1&&typeof _0x1672d1=='object'&&_0x1672d1[_0x14b7f0(0x4ef)])return _0x1672d1[_0x14b7f0(0x4ef)];let _0x1b5f22=((_0x5dcaeb=_0x35f0bf[_0x14b7f0(0x35b)])==null?void 0x0:_0x5dcaeb[_0x14b7f0(0x539)])||void 0x0;return _0x1b5f22&&typeof _0x1b5f22==_0x14b7f0(0x34f)&&_0x1b5f22[_0x14b7f0(0x41d)]?'tab-peer':void 0x0;}function Kl(_0x4a1a23,_0x3f5050=0x1,_0x3b8917=0x1){const _0x439e05=_0x69bfe2;let _0x19192b=_0x4a1a23[_0x439e05(0x3b4)]/(Math[_0x439e05(0x397)](_0x3f5050)||0x1),_0x2d46e3=_0x4a1a23[_0x439e05(0x3c0)]/(Math[_0x439e05(0x397)](_0x3b8917)||0x1);if(_0x4a1a23[_0x439e05(0x663)])_0x19192b=(_0x4a1a23[_0x439e05(0x3c0)]||_0x4a1a23[_0x439e05(0x3b4)])*0x3/(Math[_0x439e05(0x397)](_0x3f5050)||0x1),_0x2d46e3=0x0;else{let _0x24b151=Math[_0x439e05(0x397)](_0x19192b),_0x5d3a0c=Math['abs'](_0x2d46e3);_0x5d3a0c>=_0x24b151*0x2?_0x19192b=0x0:_0x24b151>=_0x5d3a0c*0x2&&(_0x2d46e3=0x0);}return{'offsetX':_0x19192b,'offsetY':_0x2d46e3};}function ql(_0x57accf,_0x1fe876,_0x2c567b){const _0x3de7b7=_0x69bfe2;if(!_0x1fe876)return!0x1;let {offsetX:_0x5efe5c,offsetY:_0x2a7380}=Jl(_0x57accf,_0x1fe876,_0x2c567b);if(!_0x5efe5c&&!_0x2a7380)return!0x1;let _0x4575ed=_0x1fe876[_0x3de7b7(0x525)]??0x0,_0x35d1e4=_0x1fe876[_0x3de7b7(0x346)]??0x0;if(_0x57accf[_0x3de7b7(0x4dd)]==='host-scroll-sync'&&_0x1fe876[_0x3de7b7(0x3b1)]&&(_0x57accf[_0x3de7b7(0x525)]!=null||_0x57accf['viewportScrollY']!=null))_0x1fe876['scrollToViewportPos']({'viewportScrollX':_0x57accf[_0x3de7b7(0x525)]??_0x4575ed,'viewportScrollY':_0x57accf['viewportScrollY']??_0x35d1e4});else{if(_0x1fe876[_0x3de7b7(0x2bc)])_0x1fe876[_0x3de7b7(0x2bc)]({'viewportScrollX':_0x5efe5c,'viewportScrollY':_0x2a7380});else return!0x1;}let _0x204323=(_0x1fe876[_0x3de7b7(0x525)]??0x0)!==_0x4575ed||(_0x1fe876[_0x3de7b7(0x346)]??0x0)!==_0x35d1e4;if(_0x204323){var _0x534f7b;_0x2c567b==null||(_0x534f7b=_0x2c567b[_0x3de7b7(0x66c)])==null||_0x534f7b[_0x3de7b7(0x194)](_0x2c567b,!0x0);}return _0x204323;}function Jl(_0x4a1b84,_0x188a46,_0x58d2d6){const _0x230460=_0x69bfe2;return _0x4a1b84[_0x230460(0x4dd)]===_0x230460(0x415)&&(_0x4a1b84['viewportScrollX']!=null||_0x4a1b84[_0x230460(0x346)]!=null)?{'offsetX':(_0x4a1b84[_0x230460(0x525)]??_0x188a46[_0x230460(0x525)]??0x0)-(_0x188a46[_0x230460(0x525)]??0x0),'offsetY':(_0x4a1b84[_0x230460(0x346)]??_0x188a46[_0x230460(0x346)]??0x0)-(_0x188a46[_0x230460(0x346)]??0x0)}:Kl(_0x4a1b84[_0x230460(0x33b)],_0x58d2d6==null?void 0x0:_0x58d2d6[_0x230460(0x41c)],_0x58d2d6==null?void 0x0:_0x58d2d6['scaleY']);}function Yl(_0x277276){return _0x277276+_0x5a4e0a['DEFAULT_TOTAL_SIZE'];}function Xl(_0x13e207){const _0x8a6b4f=_0x69bfe2;return _0x13e207['contentHeight']+_0x13e207[_0x8a6b4f(0x522)];}function Zl(_0x1cea13){const _0x528d0f=_0x69bfe2;var _0x49c074;let {data:_0x527339,customBlockRenderViewport:_0x142678}=_0x1cea13,_0x5bba7a=_0x1c4e2b(_0x92b278),_0x2b32bb=_0x1c4e2b(_0x1e60e6),_0x41eaf4=_0x1c4e2b(_0x5ab5f7),_0x400702=qc(_0x527339),_0x3eb414=_0x400702==null?void 0x0:_0x400702['hostUnitId'],_0x26daa2=_0x3eb414??((_0x49c074=_0x2b32bb[_0x528d0f(0x256)](_0x420dc4[_0x528d0f(0x182)]))==null?void 0x0:_0x49c074[_0x528d0f(0x481)]()),_0x5bafa0=_0x57ab3c(null),[_0x5c185e,_0x572234]=_0x17a404(()=>_0x59483c()),_0x3eaf7b=_0x29aa1b(_0x400702==null?void 0x0:_0x400702[_0x528d0f(0x246)]),_0x54db74=_0x142678==null?void 0x0:_0x142678[_0x528d0f(0x440)],_0x323ab8=_0x142678==null?void 0x0:_0x142678[_0x528d0f(0x6b0)],_0x16ae8e=_0x142678==null?void 0x0:_0x142678[_0x528d0f(0x296)],_0x2813de=Ql(_0x142678==null?void 0x0:_0x142678[_0x528d0f(0x65e)]);_0x2eab14(()=>{if(!_0x3eb414)return;let _0x22e133=[],_0x2b388f=()=>{const _0x29dbc7=_0x448a;let _0xa3ed85=_0x2b32bb['getUnit'](_0x3eb414,_0x420dc4[_0x29dbc7(0x182)]),_0x411e97=_0xa3ed85==null?void 0x0:_0xa3ed85[_0x29dbc7(0x411)];typeof _0x411e97==_0x29dbc7(0x181)&&_0x5bba7a[_0x29dbc7(0x1fb)](_0x204397['id'],{'unitId':_0x3eb414,'zoomRatio':_0x411e97});},_0x11f3c1=_0x1d2a1f=>{let _0x425be2=requestAnimationFrame(_0x1d2a1f);_0x22e133['push'](()=>cancelAnimationFrame(_0x425be2));},_0x9901d=_0x10732a=>{const _0x526e6f=_0x448a;let _0x38e741=setTimeout(_0x2b388f,_0x10732a);_0x22e133[_0x526e6f(0x5a8)](()=>clearTimeout(_0x38e741));};return _0x2b388f(),_0x11f3c1(_0x2b388f),_0x11f3c1(()=>_0x11f3c1(_0x2b388f)),_0x9901d(0x78),_0x9901d(0x1f4),()=>{const _0x5383fc=_0x448a;_0x22e133[_0x5383fc(0x5dd)](_0x5d8dba=>_0x5d8dba());};},[_0x5bba7a,_0x3eb414,_0x2b32bb]),_0x377ce8(()=>{const _0x2d98b3=_0x528d0f;let _0x272094=_0x5bafa0['current'];if(!_0x272094||!_0x3eaf7b||typeof window>'u')return;let _0x1ec9f8,_0x32b377=()=>{const _0x470499=_0x448a;_0x1ec9f8=void 0x0;let _0x1679d2=_0x272094[_0x470499(0x59f)](),_0xad478f=nu(_0x16ae8e,()=>iu(_0x272094,_0x1679d2[_0x470499(0x459)]/_0x2813de)),_0x1b2b16=_0x50cfd5(_0x272094,_0xad478f,{'authoritativeContentWidth':Number['isFinite'](_0x16ae8e)&&(_0x16ae8e??0x0)>0x0,'bleedLeft':_0x54db74,'bleedWidth':_0x323ab8,'viewScale':_0x2813de});_0x572234(_0x3e5f1d=>Math[_0x470499(0x397)](_0x3e5f1d['bleedLeft']-_0x1b2b16['bleedLeft'])<0.5&&Math[_0x470499(0x397)](_0x3e5f1d[_0x470499(0x2b2)]-_0x1b2b16['bleedRight'])<0.5&&Math[_0x470499(0x397)](_0x3e5f1d[_0x470499(0x6b0)]-_0x1b2b16[_0x470499(0x6b0)])<0.5&&Math['abs'](_0x3e5f1d[_0x470499(0x296)]-_0x1b2b16[_0x470499(0x296)])<0.5&&Math[_0x470499(0x397)](_0x3e5f1d[_0x470499(0x3e1)]-_0x1b2b16[_0x470499(0x3e1)])<0.5?_0x3e5f1d:_0x1b2b16);},_0x11425a=()=>{_0x1ec9f8??=window['requestAnimationFrame'](_0x32b377);},_0x59cdcd=_0x4acc02=>{ru(_0x272094,_0x4acc02['target'])&&_0x11425a();};_0x32b377();let _0x1b2007=new ResizeObserver(_0x11425a);return _0x1b2007['observe'](_0x272094),window[_0x2d98b3(0x4ca)](_0x2d98b3(0x469),_0x11425a),window[_0x2d98b3(0x4ca)]('scroll',_0x59cdcd,!0x0),()=>{const _0x85c478=_0x2d98b3;_0x1ec9f8!=null&&window[_0x85c478(0x180)](_0x1ec9f8),_0x1b2007['disconnect'](),window['removeEventListener'](_0x85c478(0x469),_0x11425a),window[_0x85c478(0x47f)](_0x85c478(0x5f1),_0x59cdcd,!0x0);};},[_0x54db74,_0x323ab8,_0x16ae8e,_0x3eaf7b,_0x2813de]);let _0x2fc170=_0x3eaf7b?eu(_0x142678==null?void 0x0:_0x142678['contentHeight']):_0x4b2ad9(_0x142678==null?void 0x0:_0x142678[_0x528d0f(0x1ab)],0x1),_0x21cc7f=_0x3eaf7b?0x34:0x0,_0x4f2ec7=tu({'contentHeight':_0x2fc170,'viewportHeight':_0x142678==null?void 0x0:_0x142678[_0x528d0f(0x634)]}),_0x159f11=Xl({'contentHeight':_0x2fc170,'floatingMenuInsetTop':_0x21cc7f}),_0x55c856=_0x3eaf7b?{'height':_0x159f11*_0x2813de,'minHeight':_0x159f11*_0x2813de}:void 0x0,_0x48804a=_0x161893((_0x4aaf22,_0x140d02)=>{const _0x2d5180=_0x528d0f;var _0x532e1e;let _0x32ccff=(_0x532e1e=_0x41eaf4[_0x2d5180(0x667)](_0x140d02['hostUnitId']))==null?void 0x0:_0x532e1e['scene'];return ql({..._0x140d02,'event':_0x4aaf22,'source':'wheel','stage':_0x2d5180(0x45e)},_0x32ccff==null?void 0x0:_0x32ccff[_0x2d5180(0x2b6)](_0x4baaa7[_0x2d5180(0x38c)]),_0x32ccff);},[_0x41eaf4]),_0x34e06a=_0x161893(_0x2b9253=>{$l(_0x41eaf4,_0x26daa2,_0x2b9253);},[_0x41eaf4,_0x26daa2]);return _0x5633cf(_0x528d0f(0x2a6),{'ref':_0x5bafa0,'className':'univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:univer-pointer-events-none\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','data-u-comp':_0x528d0f(0x1f7),'data-embed-docs-custom-block':_0x528d0f(0x3a6),'data-embed-docs-custom-block-child-type':(_0x400702==null?void 0x0:_0x400702[_0x528d0f(0x246)])==null?void 0x0:String(_0x400702[_0x528d0f(0x246)]),'data-embed-docs-custom-block-sheet-like':_0x3eaf7b?'true':void 0x0,'style':_0x55c856,'children':_0x5633cf(Ul,{..._0x1cea13,'docsCustomBlockLayout':_0x3eaf7b?{'bleedLeft':_0x5c185e['bleedLeft'],'bleedWidth':_0x5c185e[_0x528d0f(0x6b0)],'contentHeight':_0x2fc170,'contentWidth':_0x5c185e[_0x528d0f(0x296)],'floatingMenuInsetTop':_0x21cc7f,'pageContentWidth':(_0x142678==null?void 0x0:_0x142678['pageContentWidth'])??_0x5c185e[_0x528d0f(0x296)],'sheetLike':!0x0,'viewScale':_0x2813de,'viewportHeight':_0x4f2ec7}:{'floatingMenuInsetTop':_0x21cc7f,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x3eaf7b?_0x48804a:void 0x0,'onRuntimeStageEnter':_0x34e06a,'syncHostVerticalScroll':_0x3eaf7b})});}function Ql(_0x4f2c14){const _0x37d9bf=_0x69bfe2;return typeof _0x4f2c14==_0x37d9bf(0x181)&&Number['isFinite'](_0x4f2c14)&&_0x4f2c14>0x0?_0x4f2c14:0x1;}function $l(_0x172fec,_0x14efa1,_0xd2c67a){const _0x56feed=_0x69bfe2;var _0x5b7a0e;_0xd2c67a!==_0x56feed(0x45e)||!_0x14efa1||(_0x5b7a0e=_0x172fec[_0x56feed(0x667)](_0x14efa1))==null||(_0x5b7a0e=_0x5b7a0e[_0x56feed(0x32f)](_0x355939))==null||_0x5b7a0e['blur']();}function eu(_0x2a6627){return _0x4b2ad9(_0x2a6627,0x1e0);}function tu(_0x2a1497){const _0x4f09d7=_0x69bfe2;return _0x4b2ad9(_0x2a1497[_0x4f09d7(0x634)],_0x2a1497[_0x4f09d7(0x1ab)]);}function nu(_0x4768da,_0x1aff15){const _0x37c3d3=_0x69bfe2;return Number[_0x37c3d3(0x40e)](_0x4768da)&&(_0x4768da??0x0)>0x0?_0x4768da:_0x51bcc9(void 0x0,_0x1aff15());}function ru(_0xc1b2e4,_0x213d74){const _0x32ba33=_0x69bfe2;return!(_0x213d74 instanceof Node&&_0xc1b2e4[_0x32ba33(0x231)](_0x213d74));}function iu(_0xa34814,_0x253f90){const _0x4b887=_0x69bfe2;let _0x30e57b=_0xa34814['querySelector']('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x5126a6=_0xa34814[_0x4b887(0x349)](_0x4b887(0x537)),_0x4bfbb3=[Math[_0x4b887(0x269)](0x1,_0x253f90)];return au(_0x30e57b,_0x4bfbb3),au(_0x5126a6,_0x4bfbb3),Math[_0x4b887(0x269)](..._0x4bfbb3[_0x4b887(0x534)](_0x485471=>Number[_0x4b887(0x40e)](_0x485471)&&_0x485471>0x0));}function au(_0x2e7e42,_0x375974){const _0x14c102=_0x69bfe2;if(_0x2e7e42){_0x375974['push'](_0x2e7e42[_0x14c102(0x62e)],_0x2e7e42[_0x14c102(0x1c6)],_0x2e7e42[_0x14c102(0x59f)]()[_0x14c102(0x459)]);for(let _0x80055d of Array[_0x14c102(0x157)](_0x2e7e42[_0x14c102(0x2da)])){if(!(_0x80055d instanceof HTMLElement))continue;let _0x186f25=_0x80055d[_0x14c102(0x59f)](),_0x95cf31=_0x2e7e42[_0x14c102(0x59f)]();_0x375974[_0x14c102(0x5a8)](_0x80055d['scrollWidth'],_0x80055d['offsetWidth'],_0x186f25[_0x14c102(0x2cd)]-_0x95cf31[_0x14c102(0x4ac)]);}}}let ou=class extends _0x3eb84c{constructor(_0x25a442){const _0x4a4b66=_0x69bfe2;super(),this[_0x4a4b66(0x631)]=_0x25a442,this['_registerComponents']();}[_0x69bfe2(0x5d8)](){const _0x3a39c8=_0x69bfe2;this['disposeWithMe'](this[_0x3a39c8(0x631)][_0x3a39c8(0x47c)](_0x1004db,Zl)),this['disposeWithMe'](this[_0x3a39c8(0x631)][_0x3a39c8(0x47c)](_0x12fdb7,Ul));}};ou=Go([$(0x0,_0x1ac387(_0x422a01))],ou);let su=class{constructor(_0x366557,_0xa3cfc4){const _0x4980ad=_0x69bfe2;this[_0x4980ad(0x373)]=_0x366557,this['_passiveWheelHandlerRegistry']=_0xa3cfc4,this[_0x4980ad(0x552)][_0x4980ad(0x47c)]({'childType':_0x420dc4[_0x4980ad(0x182)],'handleWheel':_0x57b040=>this[_0x4980ad(0x373)][_0x4980ad(0x6b7)](_0x39178c)?this[_0x4980ad(0x373)][_0x4980ad(0x3fa)](_0x39178c)[_0x4980ad(0x4b1)]({'childUnitId':_0x57b040[_0x4980ad(0x3cb)],'event':_0x57b040[_0x4980ad(0x33b)],'source':_0x57b040['source']}):!0x1,'order':0x64});}};su=Go([$(0x0,_0x1ac387(_0x19e684)),$(0x1,_0x1ac387(Kc))],su);const cu=[_0x420dc4[_0x69bfe2(0x182)],_0x420dc4['UNIVER_SHEET'],_0x420dc4[_0x69bfe2(0x4e8)],_0x420dc4['UNIVER_SLIDE']];let lu=class extends _0x3eb84c{constructor(_0x525878,_0x1950d5){const _0x130162=_0x69bfe2;super(),this[_0x130162(0x22f)]=_0x525878,this[_0x130162(0x67b)]=_0x1950d5,cu[_0x130162(0x5dd)](_0x4931ce=>{const _0xe3f77=_0x130162;this[_0xe3f77(0x1f2)](this[_0xe3f77(0x22f)][_0xe3f77(0x5ae)](_0x4931ce)[_0xe3f77(0x483)](_0x2c6661=>{const _0x4dabe2=_0xe3f77;this[_0x4dabe2(0x67b)][_0x4dabe2(0x216)](_0x2c6661[_0x4dabe2(0x481)]());}));});}};lu=Go([$(0x0,_0x1e60e6),$(0x1,_0x1ac387(_0x8947bc))],lu);let uu=class extends _0x3eb84c{constructor(_0x40c681,_0x5ecfbb,_0x51cbf1,_0x330f91){const _0x19eb65=_0x69bfe2;super(),this['_menuOverrideService']=_0x40c681,this[_0x19eb65(0x68b)]=_0x5ecfbb,this[_0x19eb65(0x416)]=_0x51cbf1,this[_0x19eb65(0x373)]=_0x330f91,Y(this,_0x19eb65(0x5c8),null),Y(this,_0x19eb65(0x2f5),null),this[_0x19eb65(0x1f2)](_0x52e91f(this[_0x19eb65(0x579)][_0x19eb65(0x327)][_0x19eb65(0x483)](_0xbbb687=>{const _0x4ed165=_0x19eb65;var _0x33d745,_0x388e60;if(!_0xbbb687){this[_0x4ed165(0x5c8)]?(this['_current'][_0x4ed165(0x5dc)](),this[_0x4ed165(0x5c8)]=null):this[_0x4ed165(0x416)][_0x4ed165(0x376)](),this['_currentOverride']=null;return;}if(du(this[_0x4ed165(0x2f5)],_0xbbb687))return;(_0x33d745=this['_current'])==null||_0x33d745['dispose'](),this[_0x4ed165(0x5c8)]=null,this[_0x4ed165(0x2f5)]=null;let _0x3842e9=this[_0x4ed165(0x68b)][_0x4ed165(0x3fa)](_0xbbb687[_0x4ed165(0x246)]),_0x211bfa=_0x3842e9==null||(_0x388e60=_0x3842e9[_0x4ed165(0x1c3)])==null?void 0x0:_0x388e60[_0x4ed165(0x194)](_0x3842e9,{'childType':_0xbbb687['childType'],'childUnitId':_0xbbb687['childUnitId'],'injector':this[_0x4ed165(0x373)],'embedId':_0xbbb687['embedId'],'hostUnitId':_0xbbb687['hostUnitId'],'entry':_0xbbb687[_0x4ed165(0x610)]});if(!_0x211bfa){this[_0x4ed165(0x416)][_0x4ed165(0x376)]();return;}this[_0x4ed165(0x416)]['activate']({'id':_0xbbb687[_0x4ed165(0x2c9)],'ribbonService':_0x211bfa[_0x4ed165(0x2ae)],'injector':_0x211bfa['injector'],'portalContainer':_0x211bfa['portalContainer']??_0xbbb687[_0x4ed165(0x2c4)],'placeholderTitle':_0x211bfa[_0x4ed165(0x681)],'hideToolbar':_0x211bfa[_0x4ed165(0x43f)]}),this[_0x4ed165(0x2f5)]=_0xbbb687,this[_0x4ed165(0x5c8)]=_0x52e91f(()=>{const _0x158a33=_0x4ed165;var _0x31d184;this[_0x158a33(0x416)][_0x158a33(0x376)](_0xbbb687[_0x158a33(0x2c9)]),(_0x31d184=_0x211bfa[_0x158a33(0x393)])==null||_0x31d184[_0x158a33(0x5dc)](),this[_0x158a33(0x2f5)]=null;});})));}[_0x69bfe2(0x5dc)](){const _0x417e5d=_0x69bfe2;var _0x10de52;(_0x10de52=this['_current'])==null||_0x10de52[_0x417e5d(0x5dc)](),this[_0x417e5d(0x5c8)]=null,this[_0x417e5d(0x2f5)]=null,super[_0x417e5d(0x5dc)]();}};uu=Go([$(0x0,_0x1ac387(Wa)),$(0x1,_0x1ac387(Ha)),$(0x2,_0x1ac387(_0x58a817)),$(0x3,_0x1ac387(_0x19e684))],uu);function du(_0xf3d3ea,_0x16fc24){const _0x4e1882=_0x69bfe2;return _0xf3d3ea!=null&&_0xf3d3ea[_0x4e1882(0x278)]===_0x16fc24[_0x4e1882(0x278)]&&_0xf3d3ea[_0x4e1882(0x2c9)]===_0x16fc24[_0x4e1882(0x2c9)]&&_0xf3d3ea[_0x4e1882(0x3cb)]===_0x16fc24[_0x4e1882(0x3cb)]&&_0xf3d3ea[_0x4e1882(0x246)]===_0x16fc24[_0x4e1882(0x246)]&&_0xf3d3ea[_0x4e1882(0x610)]===_0x16fc24[_0x4e1882(0x610)]&&_0xf3d3ea[_0x4e1882(0x55c)]===_0x16fc24[_0x4e1882(0x55c)]&&_0xf3d3ea[_0x4e1882(0x2c4)]===_0x16fc24[_0x4e1882(0x2c4)]&&_0xf3d3ea[_0x4e1882(0x3af)]===_0x16fc24[_0x4e1882(0x3af)]&&_0xf3d3ea[_0x4e1882(0x593)]===_0x16fc24['lockHostRibbon'];}function fu(_0x1fb504){const _0xbbdd1f=_0x69bfe2;let _0x23f891=[];return[[_0x420dc4[_0xbbdd1f(0x182)],_0xbbdd1f(0x560)],[_0x420dc4[_0xbbdd1f(0x6a5)],_0xbbdd1f(0x1b9)],[_0x420dc4['UNIVER_SLIDE'],_0xbbdd1f(0x1ef)],[_0x420dc4[_0xbbdd1f(0x4e8)],_0xbbdd1f(0x5be)]]['forEach'](([_0x3619d3,_0x454018])=>{const _0x28eb72=_0xbbdd1f;let _0x53970a=Os(_0x1fb504,{'childType':_0x3619d3,'id':_0x454018});_0x53970a&&_0x23f891[_0x28eb72(0x5a8)](_0x53970a);}),_0x23f891;}var pu=class{constructor(){const _0x55bdc0=_0x69bfe2;Y(this,_0x55bdc0(0x213),new Map());}[_0x69bfe2(0x47c)](_0x1228bb){const _0x1757cd=_0x69bfe2;return this[_0x1757cd(0x213)]['set'](_0x1228bb[_0x1757cd(0x246)],_0x1228bb),_0x52e91f(()=>{const _0x30664a=_0x1757cd;this[_0x30664a(0x213)][_0x30664a(0x3fa)](_0x1228bb[_0x30664a(0x246)])===_0x1228bb&&this[_0x30664a(0x213)][_0x30664a(0x288)](_0x1228bb['childType']);});}['get'](_0x3ff626){const _0x4c5378=_0x69bfe2;return this[_0x4c5378(0x213)][_0x4c5378(0x3fa)](_0x3ff626);}[_0x69bfe2(0x277)](){const _0x56022f=_0x69bfe2;return[...this[_0x56022f(0x213)][_0x56022f(0x2f1)]()];}[_0x69bfe2(0x6b5)](_0x1baeb2){const _0x48332c=_0x69bfe2;var _0x5e656c;return(_0x5e656c=this[_0x48332c(0x3fa)](_0x1baeb2[_0x48332c(0x246)]))==null?void 0x0:_0x5e656c[_0x48332c(0x6b5)](_0x1baeb2);}};function mu(_0x585ab1,_0x514ab6,_0x4fdd77=_u(_0x585ab1),_0xbdfbbe={}){const _0x438983=_0x69bfe2;var _0x158450,_0x39f9ab;let _0x9074cc=_0x585ab1[_0x438983(0x2c0)][_0x438983(0x3fa)](_0x514ab6),_0x29851e=_0xbdfbbe['scopedInjector']??(_0xbdfbbe[_0x438983(0x542)]===!0x1?void 0x0:((_0x158450=_0x585ab1[_0x438983(0x1a6)])==null?void 0x0:_0x158450['injector'])??hu(_0x585ab1)),_0x33a9a5=!_0xbdfbbe[_0x438983(0x305)]&&_0x29851e!==((_0x39f9ab=_0x585ab1['runtimeScope'])==null?void 0x0:_0x39f9ab[_0x438983(0x2c0)]),_0x5bd7bf=bu(_0x9074cc,_0x585ab1[_0x438983(0x3cb)],_0x29851e);if(!_0x5bd7bf){_0x33a9a5&&(_0x29851e==null||_0x29851e[_0x438983(0x5dc)]());return;}_0x4fdd77[_0x438983(0x319)]['embedChildRenderUnitId']=_0x585ab1[_0x438983(0x3cb)],_0x4fdd77[_0x438983(0x319)]['embedChildRenderMode']=_0x585ab1[_0x438983(0x3bb)][_0x438983(0x2aa)];try{var _0x4556a3,_0x12143c;(_0x4556a3=(_0x12143c=_0x5bd7bf['engine'])['unmount'])==null||_0x4556a3[_0x438983(0x194)](_0x12143c);}catch{}_0x5bd7bf[_0x438983(0x498)][_0x438983(0x5b5)](_0x4fdd77),vu(_0x5bd7bf,_0x4fdd77),Su(_0x5bd7bf,{'activate':_0xbdfbbe[_0x438983(0x406)]??!0x0});let _0x3b9b09=gu(_0x5bd7bf,_0x4fdd77,{'activate':!0x1});return _0x52e91f(()=>{const _0x8fe285=_0x438983;var _0x58acc8;_0x3b9b09[_0x8fe285(0x5dc)]();try{var _0x14c600,_0x1067dc;(_0x14c600=(_0x1067dc=_0x5bd7bf[_0x8fe285(0x498)])[_0x8fe285(0x321)])==null||_0x14c600['call'](_0x1067dc);}catch{}(_0x58acc8=_0x9074cc[_0x8fe285(0x616)])==null||_0x58acc8['call'](_0x9074cc,_0x585ab1[_0x8fe285(0x3cb)]),_0x4fdd77[_0x8fe285(0x4c6)]('data-embed-child-render-unit-id'),_0x4fdd77[_0x8fe285(0x4c6)](_0x8fe285(0x485)),_0x33a9a5&&(_0x29851e==null||_0x29851e[_0x8fe285(0x5dc)]());});}function hu(_0x3068de){const _0x504bc4=_0x69bfe2;if(typeof _0x3068de[_0x504bc4(0x2c0)][_0x504bc4(0x6b7)]==_0x504bc4(0x421)&&!(!_0x3068de[_0x504bc4(0x2c0)]['has'](_0x1e60e6)||!_0x3068de[_0x504bc4(0x2c0)][_0x504bc4(0x6b7)](_0x92b278)))return Xa(_0x3068de);}function gu(_0x543aed,_0x34b463,_0x389f8f={}){const _0xa7e4b1=_0x69bfe2;if(typeof ResizeObserver>'u')return _0x52e91f(()=>{});let _0xf8b01c=-0x1,_0x1dcf70=-0x1,_0x3363ba=0x0,_0x2f1acd=new ResizeObserver(_0x54c23f=>{const _0x2d4c00=_0x448a;var _0x97e07f;let _0x19f956=(_0x97e07f=_0x54c23f[0x0])==null?void 0x0:_0x97e07f[_0x2d4c00(0x592)],_0x4042cc=(_0x19f956==null?void 0x0:_0x19f956[_0x2d4c00(0x459)])??_0x34b463[_0x2d4c00(0x27b)],_0x3c3724=(_0x19f956==null?void 0x0:_0x19f956[_0x2d4c00(0x602)])??_0x34b463[_0x2d4c00(0x23a)];(_0x4042cc!==_0xf8b01c||_0x3c3724!==_0x1dcf70)&&(_0xf8b01c=_0x4042cc,_0x1dcf70=_0x3c3724,_0x3363ba&&window['cancelAnimationFrame'](_0x3363ba),_0x3363ba=window['requestAnimationFrame'](()=>{const _0x478896=_0x2d4c00;_0x3363ba=0x0,Su(_0x543aed,{'activate':_0x389f8f[_0x478896(0x406)]??!0x1});}));});return _0x2f1acd[_0xa7e4b1(0x334)](_0x34b463),_0x52e91f(()=>{const _0x4eeb82=_0xa7e4b1;_0x3363ba&&window[_0x4eeb82(0x180)](_0x3363ba),_0x2f1acd[_0x4eeb82(0x29f)]();});}function _u(_0x5b09e7){const _0x4e088e=_0x69bfe2;return _0x5b09e7[_0x4e088e(0x1a6)][_0x4e088e(0x2eb)]['canvas']??_0x5b09e7['renderScope']['canvasRoot']??_0x5b09e7[_0x4e088e(0x3bb)][_0x4e088e(0x461)]??_0x5b09e7['renderScope'][_0x4e088e(0x661)];}function vu(_0x4b9aa0,_0xe12446){const _0xdc07ac=_0x69bfe2;var _0x159fec,_0x210b40,_0x4f1362,_0x4fbbf7,_0x287428;let _0x388426=((_0x159fec=(_0x210b40=_0x4b9aa0[_0xdc07ac(0x498)])[_0xdc07ac(0x252)])==null?void 0x0:_0x159fec[_0xdc07ac(0x194)](_0x210b40))??((_0x4f1362=(_0x4fbbf7=_0x4b9aa0[_0xdc07ac(0x498)])[_0xdc07ac(0x1a3)])==null||(_0x4f1362=_0x4f1362[_0xdc07ac(0x194)](_0x4fbbf7))==null||(_0x287428=_0x4f1362['getCanvasEle'])==null?void 0x0:_0x287428[_0xdc07ac(0x194)](_0x4f1362));!_0x388426||_0x388426['parentElement']===_0xe12446||_0xe12446[_0xdc07ac(0x58d)](_0x388426);}function yu(_0x451f00,_0x184a66,_0x3d0f8c){const _0x2ec519=_0x69bfe2;try{let _0x511ed7=_0x451f00['getRenderUnitById'](_0x184a66);if(_0x511ed7){var _0x2be7e3;if(!_0x3d0f8c||xu(_0x511ed7)===_0x3d0f8c)return _0x511ed7;(_0x2be7e3=_0x451f00[_0x2ec519(0x616)])==null||_0x2be7e3[_0x2ec519(0x194)](_0x451f00,_0x184a66);}return _0x451f00[_0x2ec519(0x168)](_0x184a66,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3d0f8c,'skipAutoRender':!0x0});}catch{return;}}function bu(_0x4c13ae,_0x136fdb,_0x299d7a){const _0x314c44=_0x69bfe2;try{let _0x8e8b4d=_0x4c13ae['getRenderUnitById'](_0x136fdb);if(_0x8e8b4d){var _0x190280;if(!_0x299d7a||xu(_0x8e8b4d)===_0x299d7a)return _0x8e8b4d;(_0x190280=_0x4c13ae[_0x314c44(0x616)])==null||_0x190280['call'](_0x4c13ae,_0x136fdb);}return _0x4c13ae[_0x314c44(0x168)](_0x136fdb,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x299d7a,'skipAutoRender':!0x0});}catch(_0x4e0691){var _0x7ee7c3;(_0x7ee7c3=_0x4c13ae['removeRender'])==null||_0x7ee7c3[_0x314c44(0x194)](_0x4c13ae,_0x136fdb),console[_0x314c44(0x43d)](_0x314c44(0x5c0),_0x4e0691);return;}}function xu(_0xb00a24){const _0x3c3433=_0x69bfe2;try{var _0x107b61;return(_0x107b61=_0xb00a24[_0x3c3433(0x32f)])==null?void 0x0:_0x107b61['call'](_0xb00a24,_0x19e684);}catch{return;}}function Su(_0x4ec4de,_0x2faba4={}){const _0x43421a=_0x69bfe2;var _0x12375e,_0x1e6f7e,_0x3934e8,_0x23dd32;if(_0x2faba4['activate']){var _0xfbc1ee;(_0xfbc1ee=_0x4ec4de['activate'])==null||_0xfbc1ee[_0x43421a(0x194)](_0x4ec4de);}_0x4ec4de[_0x43421a(0x498)][_0x43421a(0x469)](),_0x4ec4de['components'][_0x43421a(0x5dd)](_0x1585f3=>{const _0x2a0a98=_0x43421a;var _0x1d2c04,_0x26f857;(_0x1d2c04=_0x1585f3[_0x2a0a98(0x5ee)])==null||_0x1d2c04[_0x2a0a98(0x194)](_0x1585f3,!0x0),(_0x26f857=_0x1585f3[_0x2a0a98(0x66c)])==null||_0x26f857[_0x2a0a98(0x194)](_0x1585f3,!0x0);}),(_0x12375e=_0x4ec4de['mainComponent'])==null||(_0x1e6f7e=_0x12375e['makeDirty'])==null||_0x1e6f7e[_0x43421a(0x194)](_0x12375e,!0x0),_0x4ec4de['scene'][_0x43421a(0x66c)](),(_0x3934e8=(_0x23dd32=_0x4ec4de[_0x43421a(0x1b4)])['render'])==null||_0x3934e8['call'](_0x23dd32);}function Cu(_0xa8ac7b,_0x2001f5){const _0x5a9628=_0x69bfe2;return{'childType':_0x2001f5['childType'],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x5e288c=>wu(_0xa8ac7b,_0x2001f5[_0x5a9628(0x2fa)],_0x5e288c)};}function wu(_0x33671f,_0x5c2ad2,_0xca8464){const _0x470a7f=_0x69bfe2;var _0x3b0101,_0x18e776;if(_0xca8464[_0x470a7f(0x4b3)]){let _0x16c4ba=Wo(_0xca8464[_0x470a7f(0x4b3)]);if(_0x16c4ba)return _0x16c4ba;}if(typeof document>'u')return;let _0x385735=document[_0x470a7f(0x564)](_0x470a7f(0x2a6));_0x385735[_0x470a7f(0x26d)][_0x470a7f(0x179)]=_0x470a7f(0x333),_0x385735[_0x470a7f(0x26d)]['left']=_0x470a7f(0x3bd),_0x385735[_0x470a7f(0x26d)]['top']=_0x470a7f(0x3bd),_0x385735[_0x470a7f(0x26d)][_0x470a7f(0x459)]=Math['max'](0x1,Math[_0x470a7f(0x1ee)](_0xca8464[_0x470a7f(0x459)]))+'px',_0x385735['style'][_0x470a7f(0x602)]=Math[_0x470a7f(0x269)](0x1,Math[_0x470a7f(0x1ee)](_0xca8464[_0x470a7f(0x602)]))+'px',_0x385735[_0x470a7f(0x26d)][_0x470a7f(0x475)]=_0x470a7f(0x5fa),document['body'][_0x470a7f(0x58d)](_0x385735);let _0x23151a=_0x33671f['get'](_0x5c2ad2),_0x523d59=(_0x3b0101=_0xca8464[_0x470a7f(0x4b3)])!=null&&(_0x3b0101=_0x3b0101[_0x470a7f(0x1a6)])!=null&&_0x3b0101[_0x470a7f(0x2c0)]?void 0x0:Xa(Tu(_0x33671f,_0xca8464,_0x385735)),_0x70bbd0=((_0x18e776=_0xca8464[_0x470a7f(0x4b3)])==null||(_0x18e776=_0x18e776[_0x470a7f(0x1a6)])==null?void 0x0:_0x18e776[_0x470a7f(0x2c0)])??_0x523d59,_0x2fa80c=yu(_0x23151a,_0xca8464[_0x470a7f(0x3cb)],_0x70bbd0);if(!_0x2fa80c){_0x523d59==null||_0x523d59[_0x470a7f(0x5dc)](),_0x385735['remove']();return;}try{var _0x32359a,_0x298214,_0xf269cf,_0x5929de,_0x384351;_0x2fa80c[_0x470a7f(0x498)][_0x470a7f(0x5b5)](_0x385735),Su(_0x2fa80c,{'activate':!0x1});let _0x4e3726=((_0x32359a=(_0x298214=_0x2fa80c[_0x470a7f(0x498)])[_0x470a7f(0x252)])==null?void 0x0:_0x32359a[_0x470a7f(0x194)](_0x298214))??((_0xf269cf=(_0x5929de=_0x2fa80c[_0x470a7f(0x498)])['getCanvas'])==null||(_0xf269cf=_0xf269cf[_0x470a7f(0x194)](_0x5929de))==null||(_0x384351=_0xf269cf[_0x470a7f(0x290)])==null?void 0x0:_0x384351[_0x470a7f(0x194)](_0xf269cf));return!_0x4e3726||_0x4e3726[_0x470a7f(0x459)]<=0x1||_0x4e3726[_0x470a7f(0x602)]<=0x1||typeof _0x4e3726[_0x470a7f(0x59b)]!=_0x470a7f(0x421)?void 0x0:_0x4e3726['toDataURL'](_0x470a7f(0x5ea));}catch{return;}finally{try{var _0x1ce5c6,_0x46c967;(_0x1ce5c6=(_0x46c967=_0x2fa80c[_0x470a7f(0x498)])[_0x470a7f(0x321)])==null||_0x1ce5c6[_0x470a7f(0x194)](_0x46c967);}catch{}if(_0x523d59){var _0x21f6a8;(_0x21f6a8=_0x23151a[_0x470a7f(0x616)])==null||_0x21f6a8[_0x470a7f(0x194)](_0x23151a,_0xca8464[_0x470a7f(0x3cb)]),_0x523d59[_0x470a7f(0x5dc)]();}_0x385735[_0x470a7f(0x4b0)]();}}function Tu(_0x17f739,_0x276deb,_0x248256){const _0x7ef90a=_0x69bfe2;let _0x183f7c=Eu(_0x276deb),_0x3e65af=()=>{};return{'descriptor':_0x276deb[_0x7ef90a(0x4e2)],'layout':_0x183f7c,'injector':_0x17f739,'hostElement':_0x248256,'container':_0x248256,'hostUnitId':_0x276deb[_0x7ef90a(0x4e2)]['hostUnitId'],'embedId':_0x276deb['descriptor'][_0x7ef90a(0x2c9)],'childUnitId':_0x276deb['childUnitId'],'childType':_0x276deb['childType'],'renderScope':{'hostUnitId':_0x276deb[_0x7ef90a(0x4e2)]['hostUnitId'],'hostAnchorId':_0x276deb['descriptor'][_0x7ef90a(0x35f)],'embedId':_0x276deb['descriptor'][_0x7ef90a(0x2c9)],'childUnitId':_0x276deb['childUnitId'],'childType':_0x276deb[_0x7ef90a(0x246)],'layout':_0x183f7c,'mode':_0x7ef90a(0x3b2),'rootElement':_0x248256,'contentRoot':_0x248256,'canvasRoot':_0x248256,'active$':_0x3b3d7b(!0x1)},'runtimeScope':{'descriptor':_0x276deb[_0x7ef90a(0x4e2)],'host':{'unitId':_0x276deb[_0x7ef90a(0x4e2)]['hostUnitId'],'type':_0x276deb[_0x7ef90a(0x4e2)][_0x7ef90a(0x404)],'anchorId':_0x276deb[_0x7ef90a(0x4e2)][_0x7ef90a(0x35f)],'entry':_0x276deb['descriptor'][_0x7ef90a(0x610)],'layout':_0x7ef90a(0x3b2)},'child':{'unitId':_0x276deb[_0x7ef90a(0x3cb)],'type':_0x276deb[_0x7ef90a(0x246)]},'injector':_0x17f739,'roots':{'root':_0x248256,'content':_0x248256,'canvas':_0x248256,'overlay':_0x248256,'popup':_0x248256},'activate':_0x3e65af,'deactivate':_0x3e65af,'dispose':_0x3e65af}};}function Eu(_0x5380a1){const _0x217966=_0x69bfe2;var _0x2d3278,_0x2d9882;let _0x5c7424=(_0x2d3278=_0x5380a1[_0x217966(0x4e2)][_0x217966(0x35b)])==null?void 0x0:_0x2d3278[_0x217966(0x223)];return _0x5c7424&&typeof _0x5c7424==_0x217966(0x34f)&&typeof _0x5c7424[_0x217966(0x4ef)]==_0x217966(0x284)?_0x5c7424['layout']:((_0x2d9882=_0x5380a1['context'])==null?void 0x0:_0x2d9882[_0x217966(0x4ef)])??'scroll-contained';}var Du=class{constructor(){const _0x1f7272=_0x69bfe2;Y(this,_0x1f7272(0x213),new Map());}['register'](_0x19b80b){const _0x56ead4=_0x69bfe2;if(this[_0x56ead4(0x213)]['has'](_0x19b80b[_0x56ead4(0x246)]))throw Error('Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20'+_0x19b80b[_0x56ead4(0x246)]);this[_0x56ead4(0x213)][_0x56ead4(0x52c)](_0x19b80b[_0x56ead4(0x246)],_0x19b80b);}[_0x69bfe2(0x3fa)](_0x429919){const _0x59e526=_0x69bfe2;return this['_providers'][_0x59e526(0x3fa)](_0x429919);}['list'](){const _0x4fb3e0=_0x69bfe2;return[...this[_0x4fb3e0(0x213)][_0x4fb3e0(0x2f1)]()];}};const Ou=new WeakMap(),ku=new WeakMap();function Au(_0x333d75,_0x25cb72,_0x45d2dc){const _0x46d942=_0x69bfe2;var _0x24073a;if(Nu(_0x333d75)){Mu(_0x333d75,_0x25cb72,_0x45d2dc);return;}let _0x295bb1=_0x333d75;if((_0x24073a=ku[_0x46d942(0x3fa)](_0x295bb1))!=null&&_0x24073a[_0x46d942(0x6b7)](_0x25cb72))return;let _0x4ceee8=Ou[_0x46d942(0x3fa)](_0x295bb1)??new Map();_0x4ceee8[_0x46d942(0x52c)](_0x25cb72,_0x45d2dc),Ou[_0x46d942(0x52c)](_0x295bb1,_0x4ceee8);}function ju(_0xcbe1b9){const _0x14ffe6=_0x69bfe2;if(!Nu(_0xcbe1b9))return;let _0x233f19=_0xcbe1b9,_0x504365=Ou[_0x14ffe6(0x3fa)](_0x233f19);_0x504365!=null&&_0x504365[_0x14ffe6(0x2c5)]&&(_0x504365['forEach']((_0x3c0e23,_0x389b5a)=>Mu(_0xcbe1b9,_0x389b5a,_0x3c0e23)),Ou[_0x14ffe6(0x288)](_0x233f19));}function Mu(_0x4c1490,_0x3caf7e,_0x585ae7){const _0x52981b=_0x69bfe2;let _0x2ee3ab=_0x4c1490,_0x3c5065=ku[_0x52981b(0x3fa)](_0x2ee3ab)??new Set();_0x3c5065['has'](_0x3caf7e)||(_0x585ae7(_0x4c1490),_0x3c5065['add'](_0x3caf7e),ku[_0x52981b(0x52c)](_0x2ee3ab,_0x3c5065));}function Nu(_0x59c2ac){const _0x20abab=_0x69bfe2;return _0x59c2ac['has'](_0x33f49c)&&_0x59c2ac[_0x20abab(0x6b7)](Vo)&&_0x59c2ac[_0x20abab(0x6b7)](zo)&&_0x59c2ac[_0x20abab(0x6b7)](Ha)&&_0x59c2ac[_0x20abab(0x6b7)](Ms)&&_0x59c2ac[_0x20abab(0x6b7)](Bo)&&_0x59c2ac[_0x20abab(0x6b7)](Ic)&&_0x59c2ac[_0x20abab(0x6b7)](pu)&&_0x59c2ac[_0x20abab(0x6b7)](Gc)&&_0x59c2ac[_0x20abab(0x6b7)](Du);}function Pu(_0x1395a2){let {childType:_0x5e87f7,productName:_0x2dfa4f}=_0x1395a2;return{'childType':_0x5e87f7,'productName':_0x2dfa4f,'hostChromeMode':'ribbon','layoutPolicy':{'tab':_0x425c95,'float':_0x2d2dda,'docFlow':_0x34833a},'createRibbonOverride':({childUnitId:_0x5a7252,embedId:_0x8e8679,injector:_0x2523a1})=>{const _0xa7530f=_0x448a;let _0x541e22=us(_0x2523a1,{'childType':_0x5e87f7,'childUnitId':_0x5a7252,'embedId':_0x8e8679,'menuSchema':Fu(_0x2523a1,_0x5e87f7,_0x1395a2['menuSchema'])});return{'mode':'ribbon','ribbonService':_0x541e22[_0xa7530f(0x2ae)],'injector':_0x541e22[_0xa7530f(0x2c0)],'placeholderTitle':_0x2dfa4f,'disposable':_0x541e22[_0xa7530f(0x393)]};}};}function Fu(_0x569bf8,_0x1b8813,_0x38e708){const _0x5e5a20=_0x69bfe2;let _0x19cb3c=_0x569bf8;if(typeof _0x19cb3c[_0x5e5a20(0x6b7)]=='function'&&typeof _0x19cb3c[_0x5e5a20(0x3fa)]==_0x5e5a20(0x421)&&_0x19cb3c[_0x5e5a20(0x6b7)](Ms)){let _0x22b4da=_0x19cb3c[_0x5e5a20(0x3fa)](Ms)[_0x5e5a20(0x1d5)](_0x1b8813,_0x5e5a20(0x5a7));if(_0x22b4da)return _0x22b4da;}return _0x38e708;}function Iu(_0x35d856){const _0x4bc70=_0x69bfe2;let _0x126220=Lu(_0x35d856);return{'childType':_0x35d856['childType'],'productName':_0x35d856[_0x4bc70(0x46d)],'hostChromeMode':_0x126220,'hostHeaderMode':_0x35d856[_0x4bc70(0x479)]??'none','layoutPolicy':{'tab':{..._0x425c95,'ribbon':_0x126220===_0x4bc70(0x5fa)?_0x4bc70(0x3c3):_0x4bc70(0x48a)},'float':_0x2d2dda,'docFlow':_0x34833a},'createRibbonOverride':_0x126220==='title-only'?()=>({'mode':_0x4bc70(0x5da),'ribbonService':Ru(),'placeholderTitle':_0x35d856[_0x4bc70(0x46d)],'hideToolbar':!0x0}):void 0x0};}function Lu(_0x53b9bf){const _0x1c9038=_0x69bfe2;return _0x53b9bf[_0x1c9038(0x5e0)]?_0x53b9bf['hostChromeMode']:_0x53b9bf[_0x1c9038(0x479)]===_0x1c9038(0x14a)?'title-only':_0x1c9038(0x5fa);}function Ru(){return{'ribbon$':_0x3b3d7b([]),'activatedTab$':_0x3b3d7b(''),'collapsedIds$':_0x3b3d7b([]),'fakeToolbarVisible$':_0x3b3d7b(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function zu(){const _0x29428f=_0x69bfe2;return Iu({'childType':_0x420dc4['UNIVER_BASE'],'productName':_0x29428f(0x596),'hostChromeMode':_0x29428f(0x5da)});}let Bu=class{constructor(_0x214a43,_0x21c3e8,_0x28f5f8){const _0x2fed10=_0x69bfe2;this[_0x2fed10(0x5b7)]=_0x214a43,this[_0x2fed10(0x452)]=_0x21c3e8,this[_0x2fed10(0x460)]=_0x28f5f8,Y(this,_0x2fed10(0x246),_0x420dc4[_0x2fed10(0x4e8)]);}[_0x69bfe2(0x6b5)](_0x23b7b8){const _0x5287db=_0x69bfe2;let _0x573b7e=_0x23b7b8[_0x5287db(0x583)]instanceof _0x7036ed?_0x23b7b8[_0x5287db(0x583)][_0x5287db(0x580)]():void 0x0;if(!_0x573b7e)return;let _0x597f80=this[_0x5287db(0x5b7)][_0x5287db(0x33e)](),_0x198bbf=Vu(_0x573b7e,_0x597f80,this[_0x5287db(0x452)],this[_0x5287db(0x460)]),_0x14b3e7=Uu(_0x573b7e,_0x597f80);return _0x198bbf==null&&_0x14b3e7==null?void 0x0:{'height':_0x198bbf,'width':_0x14b3e7};}};Bu=Go([$(0x0,_0x19c22b),$(0x1,_0x817886),$(0x2,_0x3bfd0b)],Bu);function Vu(_0x3a26ac,_0x2ecf5f,_0x113d35,_0x52d798){const _0x3b5282=_0x69bfe2;var _0xc27816;let _0x55ddc7=qu(_0x3a26ac,_0x2ecf5f==null?void 0x0:_0x2ecf5f[_0x3b5282(0x4e1)]),_0x62d700=_0x55ddc7?_0x3a26ac[_0x3b5282(0x21e)][_0x55ddc7]:void 0x0;if(!_0x62d700||!_0x55ddc7)return;let _0x2151ee=Ju(_0x62d700,_0x2ecf5f==null?void 0x0:_0x2ecf5f[_0x3b5282(0x67f)]),_0x315ac1=_0x2151ee?(_0xc27816=_0x62d700['views'])==null?void 0x0:_0xc27816[_0x2151ee]:void 0x0,_0x333910=Yu(_0x62d700),_0x46ac89=_0x390f90(_0x315ac1!=null&&_0x315ac1[_0x3b5282(0x51b)]&&_0x3b5282(0x310)in _0x315ac1[_0x3b5282(0x51b)]?_0x315ac1[_0x3b5282(0x51b)]['rowHeight']:void 0x0);return Hu(_0x3a26ac,_0x55ddc7,_0x2151ee,_0x46ac89,_0x2ecf5f,_0x113d35,_0x52d798)??_0xefac86+_0x333910*_0x46ac89+_0x1793ff+_0x798d81;}function Hu(_0x3180ba,_0x46678f,_0x8e8246,_0x1e86a2,_0xe39b6e,_0x5d9600,_0x2fa496){const _0xc0e1aa=_0x69bfe2;if(!_0x8e8246||!_0x5d9600||!_0x2fa496)return;let _0x480497=_0x5d9600['getProjection'](_0x3180ba,_0x46678f,_0x8e8246);if(_0x480497[_0xc0e1aa(0x29c)]===_0x370baa[_0xc0e1aa(0x1b3)]||_0x480497[_0xc0e1aa(0x29c)]===_0x370baa[_0xc0e1aa(0x1d0)])return _0xefac86+_0x2fa496[_0xc0e1aa(0x52a)](_0x480497,_0xe39b6e==null?void 0x0:_0xe39b6e[_0xc0e1aa(0x45b)][_0x8e8246],_0x1e86a2)+_0x798d81;}function Uu(_0xf5e6a1,_0x6d35f4){const _0x56edaa=_0x69bfe2;var _0x2eea7c,_0x49befd;let _0x2da028=Gu(_0xf5e6a1,_0x6d35f4==null?void 0x0:_0x6d35f4[_0x56edaa(0x4e1)]);if(!_0x2da028)return;let _0x26a6d7=Ku(_0x2da028,_0x6d35f4==null?void 0x0:_0x6d35f4['activeViewId']),_0x3f6efe=_0x2da028[_0x56edaa(0x65c)]??{};return _0x3bdcdd+(_0x26a6d7!=null&&(_0x2eea7c=_0x26a6d7['fieldOrder'])!=null&&_0x2eea7c[_0x56edaa(0x37f)]?_0x26a6d7[_0x56edaa(0x148)]:(_0x49befd=_0x2da028[_0x56edaa(0x148)])!=null&&_0x49befd['length']?_0x2da028[_0x56edaa(0x148)]:Object[_0x56edaa(0x574)](_0x3f6efe))[_0x56edaa(0x3a9)]((_0xc740e4,_0x2f66f7)=>{const _0x23a4ea=_0x56edaa;var _0xc80e9c;let _0x73b0f4=_0x3f6efe[_0x2f66f7],_0x427b7c=_0x26a6d7==null||(_0xc80e9c=_0x26a6d7[_0x23a4ea(0x4dc)])==null?void 0x0:_0xc80e9c[_0x2f66f7];return _0x73b0f4&&!(_0x427b7c!=null&&_0x427b7c['hidden'])?_0xc740e4+Wu(_0x427b7c==null?void 0x0:_0x427b7c['width']):_0xc740e4;},0x0)+_0x53ab94;}function Wu(_0xe20e25){const _0x4ba06e=_0x69bfe2;return typeof _0xe20e25==_0x4ba06e(0x181)&&Number[_0x4ba06e(0x40e)](_0xe20e25)&&_0xe20e25>0x0?_0xe20e25:_0x31e3aa;}function Gu(_0x34b79b,_0x4c2a02){const _0x469607=_0x69bfe2;var _0x547a24;let _0x2191fa=qu(_0x34b79b,_0x4c2a02);return _0x2191fa?(_0x547a24=_0x34b79b[_0x469607(0x21e)])==null?void 0x0:_0x547a24[_0x2191fa]:void 0x0;}function Ku(_0x25aa29,_0x303487){const _0x45f1f1=_0x69bfe2;var _0x50f8e6;let _0x4fbfc1=Ju(_0x25aa29,_0x303487);return _0x4fbfc1?(_0x50f8e6=_0x25aa29[_0x45f1f1(0x67a)])==null?void 0x0:_0x50f8e6[_0x4fbfc1]:void 0x0;}function qu(_0x1f8fe2,_0x38b8ed){const _0xbc599b=_0x69bfe2;let _0x4799e9=_0x1f8fe2[_0xbc599b(0x21e)]??{};if(_0x38b8ed&&_0x4799e9[_0x38b8ed])return _0x38b8ed;let _0x17cce3=_0x1f8fe2['tableOrder']??[];return[..._0x17cce3,...Object[_0xbc599b(0x574)](_0x4799e9)[_0xbc599b(0x534)](_0xd850f0=>!_0x17cce3['includes'](_0xd850f0))][_0xbc599b(0x1d3)](_0x386cad=>_0x4799e9[_0x386cad]);}function Ju(_0x20bd7a,_0x10b2cb){const _0x2fc734=_0x69bfe2;let _0x1d926d=_0x20bd7a[_0x2fc734(0x67a)]??{};if(_0x10b2cb&&_0x1d926d[_0x10b2cb])return _0x10b2cb;let _0x29a913=_0x20bd7a[_0x2fc734(0x203)]??[];return[..._0x29a913,...Object[_0x2fc734(0x574)](_0x1d926d)[_0x2fc734(0x534)](_0x4833af=>!_0x29a913[_0x2fc734(0x536)](_0x4833af))][_0x2fc734(0x1d3)](_0x13ff22=>_0x1d926d[_0x13ff22]);}function Yu(_0x5b84b4){const _0x5ac480=_0x69bfe2;var _0x419271;let _0x40d5a3=_0x5b84b4[_0x5ac480(0x29b)]??{};return((_0x419271=_0x5b84b4[_0x5ac480(0x43a)])!=null&&_0x419271[_0x5ac480(0x37f)]?_0x5b84b4[_0x5ac480(0x43a)]:Object[_0x5ac480(0x574)](_0x40d5a3))['filter'](_0x200766=>_0x40d5a3[_0x200766])[_0x5ac480(0x37f)];}function Xu(_0x43676e,_0x36f434,_0x5970f9){return{..._0x190208(_0x43676e,_0x36f434),'activateAnchor':_0x4ff590=>{const _0xf7d97f=_0x448a;Qu(_0x4ff590[_0xf7d97f(0x278)],_0x4ff590[_0xf7d97f(0x35f)],_0x36f434,ed(_0x5970f9));}};}function Zu(){const _0x22e31c=_0x69bfe2;return{'hostType':_0x420dc4[_0x22e31c(0x4e8)],'entry':_0x22e31c(0x33d),'layout':_0x22e31c(0x5e2),'supportedLayouts':[_0x22e31c(0x5e2)],'menuBehavior':_0x22e31c(0x331),'mount':_0x22edb9=>{const _0x55119a=_0x22e31c;let _0x1de59d=td('data-embed-bases-table-list-host',_0x22edb9[_0x55119a(0x4e2)][_0x55119a(0x35f)]);return _0x1de59d?{'hostElement':_0x1de59d}:{};}};}function Qu(_0x117ad5,_0x18b998,_0x5aa7c0,_0x9a694b){const _0x21b100=_0x69bfe2;var _0xedebaa;if(!_0x9a694b)return;_0x9a694b[_0x21b100(0x660)](_0x18b998);let _0xb75fb9=(_0xedebaa=$u(_0x5aa7c0,_0x117ad5))==null?void 0x0:_0xedebaa[_0x21b100(0x21e)][_0x18b998],_0x5b4e92=_0xb75fb9==null?void 0x0:_0xb75fb9['viewOrder'][_0x21b100(0x1d3)](_0x58a1a3=>_0xb75fb9[_0x21b100(0x67a)][_0x58a1a3]);_0x5b4e92&&_0x9a694b[_0x21b100(0x4c4)](_0x5b4e92),_0x9a694b[_0x21b100(0x313)](null),_0x9a694b[_0x21b100(0x323)]();}function $u(_0x2874ad,_0x4d2f88){const _0x3920ed=_0x69bfe2;var _0x271665;return _0x2874ad==null||(_0x271665=_0x2874ad['getUnit'](_0x4d2f88,_0x420dc4['UNIVER_BASE']))==null?void 0x0:_0x271665[_0x3920ed(0x580)]();}function ed(_0x1b0ea5){const _0x11df3b=_0x69bfe2;return typeof _0x1b0ea5==_0x11df3b(0x421)?_0x1b0ea5():_0x1b0ea5;}function td(_0x510ccb,_0x1f5c26){const _0x24ab66=_0x69bfe2;return document[_0x24ab66(0x349)]('['+_0x510ccb+'=\x22'+nd(_0x1f5c26)+'\x22]');}function nd(_0x7b3570){const _0x511210=_0x69bfe2;return _0x7b3570[_0x511210(0x257)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function rd(_0x196949){const _0x108908=_0x69bfe2;let _0x288efe=_0x196949[_0x108908(0x6b7)](_0x19c22b)?_0x196949[_0x108908(0x3fa)](_0x19c22b):void 0x0,_0x396f7c=_0x196949['has'](_0x3bfd0b)?_0x196949[_0x108908(0x3fa)](_0x3bfd0b):void 0x0;return{'childType':_0x420dc4['UNIVER_BASE'],'getStickyHeaderHeight':()=>_0xefac86,'subscribeVerticalScroll'(_0x1bcba8,_0x9f3df7){const _0x3d532c=_0x108908;var _0x32ff1c,_0x5d1de6;let _0x1b017a=((_0x32ff1c=_0x1bcba8[_0x3d532c(0x1a6)])==null?void 0x0:_0x32ff1c[_0x3d532c(0x2c0)])??_0x196949,_0x34af85=_0x1b017a!==_0x196949&&_0x1b017a[_0x3d532c(0x6b7)](_0x19c22b)?_0x1b017a['get'](_0x19c22b):_0x288efe;if(!_0x34af85)return;let _0x47ad02=_0x34af85[_0x3d532c(0x33e)](),_0x1f17e2=_0x47ad02[_0x3d532c(0x67f)],_0x31dde9=_0x1f17e2?((_0x5d1de6=_0x47ad02['scrollState'][_0x1f17e2])==null?void 0x0:_0x5d1de6['y'])??0x0:0x0,_0x2a65a4=_0x34af85['state$'][_0x3d532c(0x483)](_0x4e065f=>{const _0x5f1e37=_0x3d532c;var _0x33ca23;let _0x2abd79=_0x4e065f[_0x5f1e37(0x67f)],_0xd43de5=_0x2abd79?((_0x33ca23=_0x4e065f[_0x5f1e37(0x5d0)][_0x2abd79])==null?void 0x0:_0x33ca23['y'])??0x0:0x0;if(_0x2abd79!==_0x1f17e2){_0x1f17e2=_0x2abd79,_0x31dde9=_0xd43de5;return;}_0xd43de5!==_0x31dde9&&(_0x31dde9=_0xd43de5,_0x9f3df7(_0xd43de5));});return _0x52e91f(()=>_0x2a65a4[_0x3d532c(0x2b3)]());},'handleWheel'(_0x21ead7){const _0x43c8a1=_0x108908;if(_0x21ead7[_0x43c8a1(0x4dd)]!==_0x43c8a1(0x415)&&oc(_0x21ead7['layout'],_0x21ead7[_0x43c8a1(0x33b)]))return!0x1;let _0x5287da=_0x21ead7[_0x43c8a1(0x1a6)][_0x43c8a1(0x2c0)]??_0x196949,_0x436980=_0x5287da!==_0x196949&&_0x5287da[_0x43c8a1(0x6b7)](_0x3bfd0b)?_0x5287da[_0x43c8a1(0x3fa)](_0x3bfd0b):_0x396f7c;return(_0x436980==null?void 0x0:_0x436980[_0x43c8a1(0x17b)](_0x21ead7['childUnitId'],id(_0x21ead7['event'],_0x21ead7[_0x43c8a1(0x346)])))??!0x1;}};}function id(_0x3eb805,_0x5f30ba){const _0x4f26ea=_0x69bfe2;return{'deltaX':_0x3eb805['deltaX'],'deltaY':_0x3eb805[_0x4f26ea(0x3c0)],'deltaMode':_0x3eb805[_0x4f26ea(0x584)],'clientX':_0x3eb805[_0x4f26ea(0x57e)],'clientY':_0x3eb805[_0x4f26ea(0x4ae)],'shiftKey':_0x3eb805[_0x4f26ea(0x663)],'viewportScrollY':_0x5f30ba};}function ad(_0x3ceb66,_0x28160f,_0x2e1825){const _0x1d2c7b=_0x69bfe2;let _0x105945=_0x3ceb66['descriptor']['displayTarget'];return _0x2e1825(_0x105945),_0x28160f[_0x1d2c7b(0x5d2)](_0x55944e=>{const _0x1f5671=_0x1d2c7b;if(!od(_0x55944e))return;let {params:_0x5707d2}=_0x55944e;if(_0x5707d2[_0x1f5671(0x2b0)]!==_0x3ceb66[_0x1f5671(0x278)]||_0x5707d2[_0x1f5671(0x4e2)]['embedId']!==_0x3ceb66[_0x1f5671(0x2c9)])return;let _0x28381b=_0x5707d2[_0x1f5671(0x4e2)]['displayTarget'];_0x27b59a(_0x105945??{},_0x28381b??{})||(_0x105945=_0x28381b,_0x2e1825(_0x28381b));});}function od(_0x2ff624){const _0x3b46b0=_0x69bfe2;return _0x2ff624['id']===_0x571b8f['id']&&_0x2ff624['params']!==void 0x0&&_0x3b46b0(0x2b0)in _0x2ff624[_0x3b46b0(0x68d)]&&typeof _0x2ff624[_0x3b46b0(0x68d)][_0x3b46b0(0x2b0)]==_0x3b46b0(0x284)&&_0x3b46b0(0x4e2)in _0x2ff624[_0x3b46b0(0x68d)]&&typeof _0x2ff624[_0x3b46b0(0x68d)]['descriptor']=='object'&&_0x2ff624[_0x3b46b0(0x68d)][_0x3b46b0(0x4e2)]!==null&&_0x3b46b0(0x2c9)in _0x2ff624[_0x3b46b0(0x68d)][_0x3b46b0(0x4e2)]&&typeof _0x2ff624[_0x3b46b0(0x68d)][_0x3b46b0(0x4e2)][_0x3b46b0(0x2c9)]==_0x3b46b0(0x284);}function sd(_0x2ffc00){const _0x98af9d=_0x69bfe2;return{'childType':_0x420dc4[_0x98af9d(0x4e8)],'supportedLayouts':['tab-peer','docs-sticky-base',_0x98af9d(0x36b)],'beforeDeactivate':cd,'mount':_0x5ee6ca=>ld(_0x5ee6ca,_0x2ffc00)};}function cd(_0xbf7854){const _0x44a910=_0x69bfe2;var _0x4ca77f;(_0x4ca77f=_0xbf7854[_0x44a910(0x1a6)][_0x44a910(0x15d)])==null||_0x4ca77f[_0x44a910(0x1fb)](_0x3e36f['id'],{'commit':!0x1});}function ld(_0x32772a,_0x212dcd){const _0x539e5c=_0x69bfe2;let _0xb9ea69=_0x32772a[_0x539e5c(0x2c0)]['get'](_0x1e60e6)[_0x539e5c(0x5b3)](_0x32772a['childUnitId'],_0x420dc4[_0x539e5c(0x4e8)]);if(!_0xb9ea69)return;let _0x46d071=new _0x4b0f01(),_0x57ab59=new _0x360966(),_0x38600d=new _0xd3cd44(_0x46d071),_0x1e7b5f=new _0x44fe53(),_0x1091f1=gd(_0x32772a,_0x46d071,_0x57ab59,_0x38600d);if(!_0x1091f1){_0x1e7b5f[_0x539e5c(0x5dc)](),_0x38600d['dispose'](),_0x57ab59[_0x539e5c(0x5dc)](),_0x46d071[_0x539e5c(0x5dc)]();return;}let _0x1ffebe=xd(_0x32772a);vd(_0x46d071,_0xb9ea69,_0x1ffebe,_0x32772a[_0x539e5c(0x4e2)][_0x539e5c(0x2b7)]);let _0x5c7dfc=ad(_0x32772a,_0x212dcd,_0x44a074=>bd(_0x46d071,_0xb9ea69,_0x44a074)),_0x5eb69d=_0x32772a[_0x539e5c(0x4e2)][_0x539e5c(0x2aa)]===_0x539e5c(0x380),_0x1835c2=Sd(_0x32772a[_0x539e5c(0x2c0)],_0x1091f1,_0x46d071,_0x57ab59,_0x38600d,_0x1ffebe,_0x1e7b5f,_0x5eb69d,_0x32772a['runtimeScope'][_0x539e5c(0x2eb)][_0x539e5c(0x286)]);ud(_0x32772a,_0x1835c2);let _0x110a88=dd(_0x32772a),_0x282dcb=ss(_0x110a88),_0xaed639=fd(_0x32772a,_0x1835c2),_0x257c9a=_0x32772a['injector']['get'](_0x1e60e6),_0x11ae93=_0x257c9a['getCurrentUnitOfType'](_0x420dc4[_0x539e5c(0x4e8)]);return _0x257c9a[_0x539e5c(0x1d4)](_0x32772a[_0x539e5c(0x3cb)]),_0x110a88[_0x539e5c(0x319)][_0x539e5c(0x234)]=_0x32772a[_0x539e5c(0x3cb)],_0x110a88[_0x539e5c(0x319)]['embedChildRenderMode']=_0x539e5c(0x6b3),_0x282dcb['render'](_0x5633cf(Qo,{'injector':_0x1835c2,'mountContainer':_0x32772a[_0x539e5c(0x1a6)]['roots'][_0x539e5c(0x286)],'embedId':_0x32772a[_0x539e5c(0x2c9)],'children':_0x5633cf(_0x4c435c,{})})),_0x52e91f(()=>{const _0x3e1766=_0x539e5c;_0x5c7dfc[_0x3e1766(0x5dc)](),_0xaed639[_0x3e1766(0x5dc)](),cs(_0x282dcb),_0x11ae93&&_0x257c9a[_0x3e1766(0x1d4)](_0x11ae93[_0x3e1766(0x481)]()),_0x1e7b5f['dispose'](),_0x38600d[_0x3e1766(0x5dc)](),_0x57ab59[_0x3e1766(0x5dc)](),_0x46d071[_0x3e1766(0x5dc)](),_0x1835c2['dispose'](),_0x110a88[_0x3e1766(0x508)]&&(_0x110a88[_0x3e1766(0x4c6)]('data-embed-child-render-unit-id'),_0x110a88['removeAttribute'](_0x3e1766(0x485)));});}function ud(_0x278195,_0x1967c2){const _0x3efa90=_0x69bfe2;_0x278195[_0x3efa90(0x1a6)]['injector']=_0x1967c2,_0x278195[_0x3efa90(0x1a6)]['instanceService']=_0x1967c2[_0x3efa90(0x3fa)](_0x1e60e6),_0x278195['runtimeScope']['commandService']=_0x1967c2[_0x3efa90(0x3fa)](_0x92b278);}function dd(_0xca75dc){const _0x149de4=_0x69bfe2;var _0x390ef4,_0x2d5769,_0x2f70e4;return((_0x390ef4=_0xca75dc[_0x149de4(0x1a6)])==null||(_0x390ef4=_0x390ef4[_0x149de4(0x2eb)])==null?void 0x0:_0x390ef4[_0x149de4(0x680)])??((_0x2d5769=_0xca75dc[_0x149de4(0x3bb)])==null?void 0x0:_0x2d5769[_0x149de4(0x461)])??((_0x2f70e4=_0xca75dc[_0x149de4(0x3bb)])==null?void 0x0:_0x2f70e4[_0x149de4(0x661)])??document;}function fd(_0x32e143,_0x221065){let _0xdcc7fc=!0x1,_0x45b534=0x0,_0x2077da=_0x52e91f(()=>{}),_0x181fd1,_0x58bffe=()=>{const _0x403339=_0x448a;if(_0xdcc7fc)return;let _0x4fe03a=()=>{const _0x395d33=_0x448a;_0x45b534=window[_0x395d33(0x3f0)](_0x58bffe);},_0x19e13c=pd(_0x32e143);if(!md(_0x19e13c)){_0x32e143[_0x403339(0x57b)]['dataset'][_0x403339(0x587)]='waiting-base-canvas-root',_0x4fe03a();return;}if(_0x181fd1===_0x19e13c&&_0x19e13c[_0x403339(0x349)]('canvas'))return;_0x2077da['dispose']();let _0x56ec59=_0x32e143['injector'][_0x403339(0x3fa)](_0x5ab5f7),_0x5863be;try{_0x5863be=bu(_0x56ec59,_0x32e143[_0x403339(0x3cb)],_0x221065);}catch(_0x127e3e){_0x32e143['container']['dataset'][_0x403339(0x371)]=_0x127e3e instanceof Error?_0x127e3e['message']:String(_0x127e3e),_0x5863be=void 0x0;}if(!_0x5863be){_0x32e143[_0x403339(0x57b)][_0x403339(0x319)][_0x403339(0x587)]=_0x403339(0x39a),_0x181fd1=void 0x0,_0x4fe03a();return;}delete _0x32e143['container'][_0x403339(0x319)]['embedChildRenderError'],_0x19e13c[_0x403339(0x319)]['embedChildRenderUnitId']=_0x32e143[_0x403339(0x3cb)],_0x5863be[_0x403339(0x498)][_0x403339(0x5b5)](_0x19e13c),Su(_0x5863be,{'activate':hd(_0x32e143)});let _0x2519ed=gu(_0x5863be,_0x19e13c,{'activate':!0x1});_0x2077da=_0x52e91f(()=>{const _0x559721=_0x403339;_0x2519ed[_0x559721(0x5dc)]();try{var _0x4e3fa5,_0x225ca8;(_0x4e3fa5=(_0x225ca8=_0x5863be[_0x559721(0x498)])[_0x559721(0x321)])==null||_0x4e3fa5[_0x559721(0x194)](_0x225ca8);}catch{}_0x56ec59[_0x559721(0x616)](_0x32e143[_0x559721(0x3cb)]),_0x19e13c[_0x559721(0x4c6)](_0x559721(0x25b));}),_0x181fd1=_0x19e13c,_0x32e143[_0x403339(0x57b)]['dataset'][_0x403339(0x587)]=_0x403339(0x1f1),_0x4fe03a();};return _0x45b534=window['requestAnimationFrame'](_0x58bffe),_0x52e91f(()=>{const _0x1cb4ed=_0x448a;_0xdcc7fc=!0x0,window[_0x1cb4ed(0x180)](_0x45b534),_0x2077da['dispose']();});}function pd(_0x4f0bac){const _0x40c121=_0x69bfe2;return _0x4dcce4({'unitId':_0x4f0bac[_0x40c121(0x3cb)],'scope':dd(_0x4f0bac)});}function md(_0x4c9f75){const _0x10143e=_0x69bfe2;return!!_0x4c9f75&&_0x4c9f75[_0x10143e(0x508)]&&_0x4c9f75['clientWidth']>0x0&&_0x4c9f75['clientHeight']>0x0;}function hd(_0x43d651){return!0x0;}function gd(_0x29b406,_0x1311ed,_0x32cf95,_0x41ba96){const _0x9c7eda=_0x69bfe2;let _0x58a9dd=_0x29b406[_0x9c7eda(0x2c0)]['get'](_0x1e60e6),_0x1e28d2=_0x58a9dd[_0x9c7eda(0x5b3)](_0x29b406[_0x9c7eda(0x3cb)],_0x29b406[_0x9c7eda(0x246)]);if(!_0x1e28d2)return;let _0x2af01a=_d(_0x58a9dd,_0x29b406,_0x1e28d2),_0x1c7835=Cd(_0x29b406[_0x9c7eda(0x2c0)]['get'](_0x92b278),_0x1311ed,_0x32cf95,_0x41ba96,_0x58a9dd,_0x29b406[_0x9c7eda(0x3cb)]);return lo(_0x29b406[_0x9c7eda(0x2c0)],new Map([[_0x1e60e6,_0x2af01a],[_0x92b278,_0x1c7835],[_0x21da8c,_0x22f3e3(dd(_0x29b406))]]));}function _d(_0xdd5512,_0x5e2ded,_0x384f42){const _0x14f99c=_0x69bfe2;return{'unitAdded$':_0xdd5512[_0x14f99c(0x396)],'unitDisposed$':_0xdd5512[_0x14f99c(0x1aa)],'focused$':_0x3b3d7b(_0x384f42[_0x14f99c(0x481)]()),'getTypeOfUnitAdded$':_0xdd5512[_0x14f99c(0x639)][_0x14f99c(0x540)](_0xdd5512),'__addUnit':_0xdd5512[_0x14f99c(0x238)][_0x14f99c(0x540)](_0xdd5512),'getTypeOfUnitDisposed$':_0xdd5512[_0x14f99c(0x5ae)][_0x14f99c(0x540)](_0xdd5512),'focusUnit':_0x457736=>{const _0x2d2789=_0x14f99c;_0x457736!==null&&_0x457736!==_0x5e2ded[_0x2d2789(0x3cb)]&&_0xdd5512[_0x2d2789(0x3c5)](_0x457736);},'getFocusedUnit':()=>_0x384f42,'getCurrentUnitOfType':_0xafc58f=>_0xafc58f===_0x5e2ded[_0x14f99c(0x246)]?_0x384f42:_0xdd5512[_0x14f99c(0x256)](_0xafc58f),'setCurrentUnitForType':_0x4b0a68=>{const _0x647c32=_0x14f99c;_0x4b0a68!==_0x5e2ded[_0x647c32(0x3cb)]&&_0xdd5512[_0x647c32(0x1d4)](_0x4b0a68);},'getCurrentTypeOfUnit$':_0x3b78ab=>_0x3b78ab===_0x5e2ded['childType']?_0x3b3d7b(_0x384f42):_0xdd5512[_0x14f99c(0x3b7)](_0x3b78ab),'createUnit':_0xdd5512[_0x14f99c(0x4ba)][_0x14f99c(0x540)](_0xdd5512),'getUnitCreateOptions':_0xdd5512[_0x14f99c(0x2f7)][_0x14f99c(0x540)](_0xdd5512),'disposeUnit':_0xdd5512[_0x14f99c(0x1b6)]['bind'](_0xdd5512),'registerCtorForType':_0xdd5512['registerCtorForType'][_0x14f99c(0x540)](_0xdd5512),'getUnit':_0xdd5512[_0x14f99c(0x5b3)][_0x14f99c(0x540)](_0xdd5512),'getAllUnitsForType':_0x3c39fc=>_0x3c39fc===_0x5e2ded[_0x14f99c(0x246)]?[_0x384f42]:_0xdd5512['getAllUnitsForType'](_0x3c39fc),'getUnitType':_0xdd5512[_0x14f99c(0x267)]['bind'](_0xdd5512)};}function vd(_0x54da69,_0x14f44b,_0x28c1d1=_0x69bfe2(0x1d8),_0x182f80){const _0x561fba=_0x69bfe2;let {tableId:_0x532fd,viewId:_0x329960}=yd(_0x14f44b,_0x182f80);_0x532fd&&_0x54da69['activateTable'](_0x532fd),_0x329960&&_0x54da69['activateView'](_0x329960),_0x54da69['setLeftSidebarVisible'](_0x28c1d1===_0x561fba(0x1d8));}function yd(_0x212193,_0x2dea01){const _0x3354d8=_0x69bfe2;var _0x4afb4f,_0xed7e05,_0x3de119,_0x515eeb,_0xa3bf1f;let _0x4b5fd6=_0x212193[_0x3354d8(0x580)](),_0x3b1dea=_0x2dea01==null?void 0x0:_0x2dea01[_0x3354d8(0x248)],_0x315871=_0x3b1dea&&(_0x4afb4f=_0x4b5fd6['tables'])!=null&&_0x4afb4f[_0x3b1dea]?_0x3b1dea:((_0xed7e05=_0x4b5fd6[_0x3354d8(0x42e)])==null?void 0x0:_0xed7e05[_0x3354d8(0x1d3)](_0xb42446=>{const _0x464f75=_0x3354d8;var _0x1317c1;return!!((_0x1317c1=_0x4b5fd6[_0x464f75(0x21e)])!=null&&_0x1317c1[_0xb42446]);}))??Object[_0x3354d8(0x574)](_0x4b5fd6['tables']??{})[0x0]??'',_0x252d7d=(_0x3de119=_0x4b5fd6[_0x3354d8(0x21e)])==null?void 0x0:_0x3de119[_0x315871],_0x6f4338=_0x2dea01==null?void 0x0:_0x2dea01[_0x3354d8(0x683)],_0xc4b16e=_0x6f4338&&_0x252d7d!=null&&(_0x515eeb=_0x252d7d['views'])!=null&&_0x515eeb[_0x6f4338]?_0x6f4338:_0x252d7d==null||(_0xa3bf1f=_0x252d7d[_0x3354d8(0x203)])==null?void 0x0:_0xa3bf1f[_0x3354d8(0x1d3)](_0x7346a4=>{const _0x2d8141=_0x3354d8;var _0x39515b;return!!((_0x39515b=_0x252d7d[_0x2d8141(0x67a)])!=null&&_0x39515b[_0x7346a4]);});return{'tableId':_0x315871,..._0xc4b16e?{'viewId':_0xc4b16e}:{}};}function bd(_0x2457cd,_0x1e3505,_0x11a74f){const _0x42f2ee=_0x69bfe2;let _0x2c7ae8=yd(_0x1e3505,_0x11a74f),_0x3588e2=_0x2457cd[_0x42f2ee(0x33e)]();_0x2c7ae8[_0x42f2ee(0x248)]&&_0x3588e2['activeTableId']!==_0x2c7ae8['tableId']&&_0x2457cd[_0x42f2ee(0x660)](_0x2c7ae8[_0x42f2ee(0x248)]),_0x2c7ae8[_0x42f2ee(0x683)]&&_0x2457cd['getState']()['activeViewId']!==_0x2c7ae8[_0x42f2ee(0x683)]&&_0x2457cd[_0x42f2ee(0x4c4)](_0x2c7ae8['viewId']);}function xd(_0x42aba8){const _0x55e959=_0x69bfe2;return _0x42aba8['renderScope']['fullscreen']?'fullscreen':_0x42aba8[_0x55e959(0x3bb)][_0x55e959(0x2aa)]===_0x55e959(0x3b2)?_0x55e959(0x5bd):_0x55e959(0x1d8);}function Sd(_0x34c662,_0x43eb15,_0x576cd9,_0x170721=new _0x360966(),_0x3fa345=new _0xd3cd44(_0x576cd9),_0x3e1262='workbench',_0x50a822,_0xd47459=!0x1,_0x3e892c){const _0x31a0ad=_0x69bfe2;let _0x2fe0de=Ed(_0x34c662[_0x31a0ad(0x3fa)](_0x4290f3),_0x3e1262),_0x9e11e4=Cd(_0x43eb15[_0x31a0ad(0x3fa)](_0x92b278),_0x576cd9,_0x170721,_0x3fa345,_0x43eb15['get'](_0x1e60e6),void 0x0,_0xd47459),_0x4e3303=new Map([[_0x19c22b,_0x576cd9],[_0x1a5e3c,_0x170721],[_0x59aaa1,_0x3fa345],[_0x92b278,_0x9e11e4],[_0x4290f3,_0x2fe0de],[_0x21da8c,_0x43eb15[_0x31a0ad(0x3fa)](_0x21da8c)],[_0x473f0b,_0x4fd61(_0x3e892c)]]);return _0x50a822&&_0x4e3303['set'](_0x3bfd0b,_0x50a822),lo(_0x43eb15,_0x4e3303);}function Cd(_0x49b9de,_0x2afe90,_0xce2423,_0x4f3b08,_0x1d0ffe,_0x5a0e29,_0x297cc1=!0x1){const _0x10a784=_0x69bfe2;return{'disposed':_0x49b9de[_0x10a784(0x4eb)][_0x10a784(0x540)](_0x49b9de),'hasCommand':_0x49b9de[_0x10a784(0x66a)][_0x10a784(0x540)](_0x49b9de),'registerCommand':_0x49b9de[_0x10a784(0x692)][_0x10a784(0x540)](_0x49b9de),'unregisterCommand':_0x49b9de[_0x10a784(0x315)][_0x10a784(0x540)](_0x49b9de),'registerMultipleCommand':_0x49b9de[_0x10a784(0x3eb)][_0x10a784(0x540)](_0x49b9de),'executeCommand':async(..._0x1a8400)=>{const _0x3f69e8=_0x10a784;let _0x473e55=wd(_0x1a8400[0x0],_0x1a8400[0x1],_0x2afe90,_0xce2423,_0x1d0ffe,_0x5a0e29);if(_0x473e55!==void 0x0)return _0x473e55;if(Td(_0x1a8400[0x0],_0x1a8400[0x1],_0x4f3b08,_0x297cc1))return!0x0;let _0x2154d0=_0x5a0e29?_0x1d0ffe==null?void 0x0:_0x1d0ffe['getCurrentUnitOfType'](_0x420dc4[_0x3f69e8(0x4e8)]):void 0x0;try{return _0x5a0e29&&(_0x1d0ffe==null||_0x1d0ffe[_0x3f69e8(0x1d4)](_0x5a0e29)),await _0x49b9de[_0x3f69e8(0x531)](_0x1a8400[0x0],_0x1a8400[0x1],_0x1a8400[0x2]);}finally{_0x2154d0&&(_0x1d0ffe==null||_0x1d0ffe['setCurrentUnitForType'](_0x2154d0[_0x3f69e8(0x481)]()));}},'syncExecuteCommand':(..._0x3689ba)=>{const _0x5b0ce3=_0x10a784;let _0x5cf94e=wd(_0x3689ba[0x0],_0x3689ba[0x1],_0x2afe90,_0xce2423,_0x1d0ffe,_0x5a0e29);if(_0x5cf94e!==void 0x0)return _0x5cf94e;if(Td(_0x3689ba[0x0],_0x3689ba[0x1],_0x4f3b08,_0x297cc1))return!0x0;let _0x54096e=_0x5a0e29?_0x1d0ffe==null?void 0x0:_0x1d0ffe['getCurrentUnitOfType'](_0x420dc4['UNIVER_BASE']):void 0x0;try{return _0x5a0e29&&(_0x1d0ffe==null||_0x1d0ffe[_0x5b0ce3(0x1d4)](_0x5a0e29)),_0x49b9de[_0x5b0ce3(0x1fb)](_0x3689ba[0x0],_0x3689ba[0x1],_0x3689ba[0x2]);}finally{_0x54096e&&(_0x1d0ffe==null||_0x1d0ffe[_0x5b0ce3(0x1d4)](_0x54096e[_0x5b0ce3(0x481)]()));}},'onCommandExecuted':_0x49b9de[_0x10a784(0x5d2)][_0x10a784(0x540)](_0x49b9de),'beforeCommandExecuted':_0x49b9de['beforeCommandExecuted'][_0x10a784(0x540)](_0x49b9de),'onMutationExecutedForCollab':_0x49b9de[_0x10a784(0x533)]['bind'](_0x49b9de)};}function wd(_0x35e0b1,_0x4d9a44,_0x5bb5aa,_0x3f796c,_0x270fda,_0x5dff10){const _0x5ad9d5=_0x69bfe2;if(_0x35e0b1===_0x1fad84['id']){let _0x302d47=_0x4d9a44;return _0x302d47!=null&&_0x302d47[_0x5ad9d5(0x683)]?(_0x302d47['tableId']&&_0x5bb5aa[_0x5ad9d5(0x660)](_0x302d47['tableId']),_0x5bb5aa[_0x5ad9d5(0x4c4)](_0x302d47['viewId']),!0x0):!0x1;}if(_0x35e0b1===_0x257261['id']){let _0x148915=_0x4d9a44;if(!(_0x148915!=null&&_0x148915[_0x5ad9d5(0x248)]))return!0x1;_0x5bb5aa[_0x5ad9d5(0x660)](_0x148915[_0x5ad9d5(0x248)]);let _0x4c62db=_0x148915[_0x5ad9d5(0x2b0)]?_0x270fda==null?void 0x0:_0x270fda[_0x5ad9d5(0x5b3)](_0x148915[_0x5ad9d5(0x2b0)],_0x420dc4['UNIVER_BASE']):_0x270fda==null?void 0x0:_0x270fda[_0x5ad9d5(0x256)](_0x420dc4[_0x5ad9d5(0x4e8)]),_0x55c049=(_0x4c62db==null?void 0x0:_0x4c62db[_0x5ad9d5(0x481)]())??_0x5dff10;_0x55c049&&(_0x270fda==null||_0x270fda[_0x5ad9d5(0x1d4)](_0x55c049),_0x270fda==null||_0x270fda[_0x5ad9d5(0x3c5)](_0x55c049));let _0x4fee8e=_0x4c62db==null?void 0x0:_0x4c62db[_0x5ad9d5(0x580)]()['tables'][_0x148915[_0x5ad9d5(0x248)]],_0x59c3ab=_0x4fee8e==null?void 0x0:_0x4fee8e[_0x5ad9d5(0x203)][_0x5ad9d5(0x1d3)](_0xc8ce9d=>_0x4fee8e['views'][_0xc8ce9d]);return _0x59c3ab&&_0x5bb5aa[_0x5ad9d5(0x4c4)](_0x59c3ab),!0x0;}if(_0x35e0b1===_0x7545d5['id']){let _0x4e7437=_0x4d9a44;return _0x4e7437!=null&&_0x4e7437[_0x5ad9d5(0x683)]?(_0x5bb5aa[_0x5ad9d5(0x69d)](_0x4e7437[_0x5ad9d5(0x683)],{'x':_0x4e7437['x']??0x0,'y':_0x4e7437['y']??0x0}),!0x0):!0x1;}if(_0x35e0b1===_0x3c59a7['id']){let _0x49cf96=_0x4d9a44;return!(_0x49cf96!=null&&_0x49cf96[_0x5ad9d5(0x683)])||typeof _0x49cf96[_0x5ad9d5(0x5a4)]!=_0x5ad9d5(0x181)?!0x1:(_0x5bb5aa['setZoom'](_0x49cf96[_0x5ad9d5(0x683)],_0x49cf96['zoom']),!0x0);}if(_0x35e0b1===_0x43c40e['id'])return _0x4d9a44?(_0x5bb5aa[_0x5ad9d5(0x2c8)](),_0x3f796c[_0x5ad9d5(0x18b)](_0x4d9a44),!0x0):!0x1;if(_0x35e0b1===_0x45cbad['id'])return _0x3f796c['closeToolbarPanel'](),!0x0;if(_0x35e0b1===_0x3a8e5c['id'])return _0x4d9a44?(_0x5bb5aa['clearVirtualRecords'](),_0x3f796c['openContextMenu'](_0x4d9a44),!0x0):!0x1;if(_0x35e0b1===_0x37f25d['id'])return _0x3f796c['closeContextMenu'](),!0x0;if(_0x35e0b1===_0x163597['id'])return _0x4d9a44?(_0x3f796c[_0x5ad9d5(0x48d)](_0x4d9a44),!0x0):!0x1;if(_0x35e0b1===_0x267660['id'])return _0x3f796c['closeActiveEditor'](),!0x0;if(_0x35e0b1===_0x18d89b['id']){let _0x16afee=_0x4d9a44;return _0x16afee!=null&&_0x16afee['recordId']?(_0x5bb5aa['openRecordDetail'](_0x16afee[_0x5ad9d5(0x2e5)]),!0x0):!0x1;}if(_0x35e0b1===_0x3c88ea['id'])return _0x5bb5aa[_0x5ad9d5(0x323)](),!0x0;}function Td(_0x180d73,_0x1d242d,_0x4be243,_0x4799dc=!0x1){const _0x3150c7=_0x69bfe2;return _0x180d73===_0x2c081c['id']?(_0x4799dc||_0x4be243[_0x3150c7(0x497)](_0x1d242d),!0x0):_0x180d73===_0x3e36f['id']?(_0x4be243[_0x3150c7(0x625)](),!0x0):!0x1;}function Ed(_0x420eae,_0x2eef94){const _0x36c8b3=_0x69bfe2;return{'getConfig':_0x431323=>{let _0xc057b5=_0x420eae['getConfig'](_0x431323);return _0x431323===_0x5c9a6e?Dd(_0xc057b5??{},_0x2eef94):_0xc057b5;},'setConfig':_0x420eae[_0x36c8b3(0x62c)][_0x36c8b3(0x540)](_0x420eae),'deleteConfig':_0x420eae[_0x36c8b3(0x28d)][_0x36c8b3(0x540)](_0x420eae),'subscribeConfigValue$':_0x420eae[_0x36c8b3(0x57d)][_0x36c8b3(0x540)](_0x420eae)};}function Dd(_0x239748,_0xcac759='workbench'){const _0x115b05=_0x69bfe2;let _0x232bea;return _0x232bea=_0xcac759===_0x115b05(0x5bd)||_0xcac759==='fullscreen'?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x239748,'workbench':{..._0x239748['workbench']??{},..._0x232bea,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function Od(_0x2e235a){const _0x288fae=_0x69bfe2;var _0xe341f0;if(_0x2e235a['renderScope'][_0x288fae(0x528)]&&_0x2e235a[_0x288fae(0x1a6)][_0x288fae(0x2eb)][_0x288fae(0x601)])return _0x2e235a[_0x288fae(0x1a6)][_0x288fae(0x2eb)]['menuSlot'];let _0x202278=_0x2e235a[_0x288fae(0x1a6)][_0x288fae(0x2eb)]['overlay']??_0x2e235a[_0x288fae(0x3bb)]['overlayRoot']??_0x2e235a[_0x288fae(0x3bb)][_0x288fae(0x661)],_0x5ba907=((_0xe341f0=_0x202278['parentElement'])==null?void 0x0:_0xe341f0[_0x288fae(0x319)][_0x288fae(0x2ce)])===_0x288fae(0x5bc)?_0x202278['parentElement']:void 0x0;if(!_0x5ba907||!_0x2e235a[_0x288fae(0x2c9)]||!_0x5ba907[_0x288fae(0x319)]['embedId']||_0x5ba907[_0x288fae(0x319)][_0x288fae(0x2c9)]===_0x2e235a[_0x288fae(0x2c9)])return _0x5ba907??_0x202278;let _0x38be1d=_0x2e235a['renderScope']['rootElement']['ownerDocument'];return Array['from'](_0x38be1d['querySelectorAll'](_0x288fae(0x4cc)))[_0x288fae(0x1d3)](_0x2ff47f=>_0x2ff47f[_0x288fae(0x319)][_0x288fae(0x2c9)]===_0x2e235a['embedId'])??_0x202278;}function kd(_0xbbbb93){const _0x280543=_0x69bfe2;let _0x4878a9=Od(_0xbbbb93),_0x43a3e8=_0xbbbb93[_0x280543(0x3bb)][_0x280543(0x661)][_0x280543(0x220)][_0x280543(0x564)](_0x280543(0x2a6));return _0x43a3e8[_0x280543(0x319)]['embedFloatingMenuEntry']=_0xbbbb93[_0x280543(0x4e2)][_0x280543(0x610)],_0x43a3e8[_0x280543(0x283)]=_0x280543(0x2ec),_0x4878a9['appendChild'](_0x43a3e8),{'root':_0x4878a9,'menu':_0x43a3e8};}function Ad(_0x65d84d){const _0x394413=_0x69bfe2;return[{'hostType':_0x420dc4['UNIVER_DOC'],'entry':_0x4270b5['DocsCustomBlock'],'childType':_0x65d84d[_0x394413(0x246)],'mount':_0x65d84d[_0x394413(0x5b5)]},{'hostType':_0x420dc4[_0x394413(0x6a5)],'entry':_0x4270b5[_0x394413(0x3f2)],'childType':_0x65d84d[_0x394413(0x246)],'mount':_0x65d84d[_0x394413(0x5b5)]},{'hostType':_0x420dc4[_0x394413(0x598)],'entry':_0x4270b5[_0x394413(0x6a0)],'childType':_0x65d84d[_0x394413(0x246)],'mount':_0x65d84d[_0x394413(0x5b5)]},{'hostType':_0x420dc4[_0x394413(0x1b7)],'entry':_0x4270b5['BoardsFloatingObject'],'childType':_0x65d84d[_0x394413(0x246)],'mount':_0x65d84d[_0x394413(0x5b5)]}];}function jd(_0x2a95a9){let {embedId:_0x4dde9d,childUnitId:_0x1e1079,base:_0x41ead9,activeTable:_0x18a075}=_0x2a95a9,_0x1661a5=Md(_0x4dde9d);return _0x1661a5?_0x42f8c3(_0x5633cf(Pd,{'childUnitId':_0x1e1079,'base':_0x41ead9,'activeTable':_0x18a075}),_0x1661a5):null;}function Md(_0x2eb98c){let [_0x5010c4,_0x2a5c50]=_0x17a404(()=>Nd(_0x2eb98c));return _0x2eab14(()=>{const _0x546f85=_0x448a;let _0x3c99c2=window[_0x546f85(0x3f0)](()=>_0x2a5c50(Nd(_0x2eb98c)));return()=>{const _0x37d63f=_0x546f85;window[_0x37d63f(0x180)](_0x3c99c2);};},[_0x2eb98c]),_0x5010c4;}function Nd(_0x26ca0b){const _0x15fc5b=_0x69bfe2;return Array[_0x15fc5b(0x157)](document['querySelectorAll'](_0x15fc5b(0x27f)))['find'](_0xec0fbb=>_0xec0fbb[_0x15fc5b(0x319)][_0x15fc5b(0x2c9)]===_0x26ca0b)??null;}function Pd(_0x2568ec){const _0x326173=_0x69bfe2;var _0xbe39eb,_0x8b1d48;let {childUnitId:_0x25ef91,base:_0xd92554,activeTable:_0x35d368}=_0x2568ec,_0x51e865=_0x1c4e2b(_0x92b278),_0x849a04=_0x1c4e2b(_0x4290f3),_0x230d13=_0x1c4e2b(_0xcc601d),_0x327c8c=_0x1c4e2b(_0x19c22b),_0xefda50=_0x464678(()=>_0x327c8c[_0x326173(0x28b)],_0x327c8c[_0x326173(0x33e)](),!0x1,[_0x327c8c]),[_0x26670f,_0x1cab46]=_0x17a404(null),[_0x138b71,_0x587872]=_0x17a404(null),[_0x3eb049,_0x4d712e]=_0x17a404(''),[_0x2f4938,_0x43f973]=_0x17a404(_0x326173(0x1cd)),[_0x5799ad,_0x3d03db]=_0x17a404(null),_0x50f117=(_0x849a04==null||(_0xbe39eb=_0x849a04['getConfig'](_0x5c9a6e))==null?void 0x0:_0xbe39eb[_0x326173(0x1d8)])??{},_0x106d10=_0xefda50[_0x326173(0x4ef)]['leftPanelWidth']??_0x50f117['leftPanelWidth']??((_0x8b1d48=_0x157cb9[_0x326173(0x1d8)])==null?void 0x0:_0x8b1d48['leftPanelWidth'])??_0x30f524,_0x10c128=_0xd92554['getSnapshot'](),_0x39e738=Ld(_0x10c128,_0x35d368['id']),_0x420102=async _0x131ebb=>{const _0x10bcae=_0x326173;let _0xfc3a54=_0x10c128[_0x10bcae(0x21e)][_0x131ebb];if(!_0xfc3a54)return;let _0x2d6f82=_0xfc3a54[_0x10bcae(0x203)][_0x10bcae(0x1d3)](_0x52cca6=>_0xfc3a54[_0x10bcae(0x67a)][_0x52cca6]);_0x327c8c['activateTable'](_0xfc3a54['id']),_0x2d6f82&&_0x327c8c[_0x10bcae(0x4c4)](_0x2d6f82),_0x327c8c[_0x10bcae(0x313)](null),_0x327c8c[_0x10bcae(0x323)](),await _0x51e865[_0x10bcae(0x531)](_0x257261['id'],{'unitId':_0x25ef91,'tableId':_0x131ebb});},_0x1e33e1=async()=>{const _0xb6a9f5=_0x326173;let _0x6133a9=_0x2c2e1e({'id':'table-'+_0x2a7335(0x8),'name':Rd(_0xd92554[_0xb6a9f5(0x580)](),_0x2a440d=>_0x230d13['t'](_0xb6a9f5(0x446),String(_0x2a440d))),'primaryFieldId':_0xb6a9f5(0x3f6)+_0x2a7335(0x8),'gridViewId':_0xb6a9f5(0x42d)+_0x2a7335(0x8)});await _0x51e865[_0xb6a9f5(0x531)](_0x5cd8b3['id'],{'unitId':_0x25ef91,'table':_0x6133a9})&&(_0x327c8c['activateTable'](_0x6133a9['id']),_0x327c8c[_0xb6a9f5(0x4c4)](_0x6133a9[_0xb6a9f5(0x203)][0x0]),_0x327c8c[_0xb6a9f5(0x313)](null),_0x327c8c[_0xb6a9f5(0x323)](),_0x3d03db(_0x6133a9['id']));},_0x365423=async(_0x2b2c12,_0x26b732,_0x575e3f)=>{const _0x11c10f=_0x326173;let _0xa620d4=_0xd92554[_0x11c10f(0x580)](),_0x36a8d2=_0xa620d4[_0x11c10f(0x21e)][_0x2b2c12];if(!_0x36a8d2)return;let _0x8e7be6=_0x9c4e2c(_0x36a8d2,{'id':'table-'+_0x2a7335(0x8),'name':_0x26b732,'includeRecords':_0x575e3f===_0x11c10f(0x29b),'regenerateViewIds':!0x0,'createViewId':()=>'view-'+_0x2a7335(0x8)});await _0x51e865[_0x11c10f(0x531)](_0x5cd8b3['id'],{'unitId':_0x25ef91,'table':_0x8e7be6,'index':_0xa620d4[_0x11c10f(0x42e)][_0x11c10f(0x4af)](_0x2b2c12)+0x1})&&(_0x327c8c['activateTable'](_0x8e7be6['id']),_0x327c8c['activateView'](_0x8e7be6['viewOrder'][0x0]),_0x327c8c[_0x11c10f(0x313)](null),_0x327c8c['closeRecordDetail']());},_0x53b2fe=async _0x21785d=>{const _0x268f8d=_0x326173;let _0x94aaf5=_0xd92554[_0x268f8d(0x580)](),_0x28a473=Ld(_0x94aaf5,_0x35d368['id'])['map'](_0x5e3782=>_0x5e3782['id']);if(_0x28a473[_0x268f8d(0x37f)]<=0x1)return;let _0x33a7f5=_0x21785d===_0x35d368['id']?_0x28a473['find'](_0x2b818b=>_0x2b818b!==_0x21785d):null;if(await _0x51e865[_0x268f8d(0x531)](_0x276792['id'],{'unitId':_0x25ef91,'tableId':_0x21785d})&&_0x33a7f5){let _0x302b09=_0x94aaf5['tables'][_0x33a7f5],_0x223799=_0x302b09==null?void 0x0:_0x302b09[_0x268f8d(0x203)][_0x268f8d(0x1d3)](_0x575b4e=>_0x302b09[_0x268f8d(0x67a)][_0x575b4e]);_0x327c8c['activateTable'](_0x33a7f5),_0x223799&&_0x327c8c[_0x268f8d(0x4c4)](_0x223799),_0x327c8c[_0x268f8d(0x313)](null),_0x327c8c[_0x268f8d(0x323)]();}};return _0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x3bafcc,{'title':_0x10c128[_0x326173(0x23d)]||_0x326173(0x174),'items':_0x39e738,'width':_0x106d10,'pendingRenameItemId':_0x5799ad,'onActivateItem':_0x420102,'onAddTable':async()=>{await _0x1e33e1();},'onRenameTable':async(_0x539601,_0x1cea51)=>{const _0x5212f7=_0x326173;await _0x51e865[_0x5212f7(0x531)](_0x1113f9['id'],{'unitId':_0x25ef91,'tableId':_0x539601,'name':_0x1cea51});},'onPendingRenameItemConsumed':_0x7e537d=>{_0x5799ad===_0x7e537d&&_0x3d03db(null);},'onDuplicateTable':_0x1bd7d9=>{const _0x3c99c9=_0x326173;let _0x49bd72=_0xd92554[_0x3c99c9(0x580)](),_0x4e03f9=_0x49bd72[_0x3c99c9(0x21e)][_0x1bd7d9];_0x4e03f9&&(_0x587872(_0x1bd7d9),_0x4d712e(zd(_0x49bd72,_0x230d13['t'](_0x3c99c9(0x1c4),_0x4e03f9[_0x3c99c9(0x23d)]))),_0x43f973('configurations'));},'onDeleteTable':_0x1cab46,'onResizeWidth':_0x27a708=>_0x327c8c[_0x326173(0x4ed)](_0x27a708)}),_0x5633cf(_0x53d6b5,{'open':!!_0x138b71,'name':_0x3eb049,'mode':_0x2f4938,'onNameChange':_0x4d712e,'onModeChange':_0x43f973,'onCancel':()=>_0x587872(null),'onConfirm':async()=>{let _0x1cf139=_0x138b71,_0x18eed0=_0x3eb049['trim'](),_0x204185=_0x2f4938;!_0x1cf139||!_0x18eed0||(_0x587872(null),await _0x365423(_0x1cf139,_0x18eed0,_0x204185));}}),_0x5633cf(_0x21a48a,{'open':!!_0x26670f,'title':_0x230d13['t'](_0x326173(0x1af)),'description':_0x230d13['t'](_0x326173(0x66d)),'onCancel':()=>_0x1cab46(null),'onConfirm':async()=>{let _0x1fc832=_0x26670f;_0x1cab46(null),_0x1fc832&&await _0x53b2fe(_0x1fc832);}})]});}function Fd(_0x3e0e7c){const _0x160a69=_0x69bfe2;let {embedId:_0x3537f9,activeView:_0xeadbb7,views:_0x16f085,addViewOpen:_0x29cc91,onAddViewOpenChange:_0x175695,onActivateView:_0x233998,onAddView:_0x43cf7d,onSetViewAsFirst:_0x5df345,onMoveView:_0x3bb3b5,onRenameView:_0x177964,onDuplicateView:_0xfbb9ca,onConfigureView:_0x5a58c3,onDeleteView:_0x203bf3}=_0x3e0e7c,_0x33bbf2=_0x1c4e2b(_0xcc601d);return _0x5633cf(_0x160a69(0x2a6),{'data-u-comp':_0x160a69(0x633),'className':'univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','children':_0x5633cf(_0x3f7f76,{'className':'univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','views':_0x16f085[_0x160a69(0x15f)](_0x1545c7=>({'id':_0x1545c7['id'],'name':_0x1545c7[_0x160a69(0x23d)],'type':_0x1545c7['type']})),'activeViewId':_0xeadbb7['id'],'onActivateView':_0x233998,'onSetViewAsFirst':_0x5df345,'onMoveView':_0x3bb3b5,'onRenameView':_0x177964,'onDuplicateView':_0xfbb9ca,'onConfigureView':_0x5a58c3,'onDeleteView':_0x203bf3,'onAddView':()=>_0x175695(!_0x29cc91),'addViewDropdown':{'open':_0x29cc91,'onOpenChange':_0x175695,'overlay':_0x5633cf(_0x160a69(0x2a6),{'data-u-comp':_0x160a69(0x67d),'data-embed-id':_0x3537f9,'data-embed-floating-menu-popup':'true','children':_0x5633cf(_0x3d7274,{'views':_0x476f89[_0x160a69(0x15f)](_0x205833=>({..._0x205833,'label':_0x33bbf2['t'](_0x205833[_0x160a69(0x428)]),'description':_0x33bbf2['t'](_0x205833[_0x160a69(0x232)])})),'onCreate':_0x43cf7d})})}})});}function Id(_0x5d4030){const _0x11674c=_0x69bfe2;var _0x36cc91;return(_0x5d4030==null||(_0x36cc91=_0x5d4030[_0x11674c(0x42e)])==null?void 0x0:_0x36cc91['map'](_0x470fd4=>_0x5d4030[_0x11674c(0x21e)][_0x470fd4])[_0x11674c(0x534)](_0x468d75=>!!_0x468d75))??[];}function Ld(_0x54a69d,_0x34b244){const _0x3b43e1=_0x69bfe2;return Id(_0x54a69d)[_0x3b43e1(0x15f)](_0x1dce2c=>({'id':_0x1dce2c['id'],'name':_0x1dce2c[_0x3b43e1(0x23d)],'active':_0x1dce2c['id']===_0x34b244}));}function Rd(_0x598d73,_0x40883a){const _0x4d5b17=_0x69bfe2;let _0x57fba6=new Set(Id(_0x598d73)[_0x4d5b17(0x15f)](_0x20e4c1=>_0x20e4c1[_0x4d5b17(0x23d)])),_0x15fcfe=_0x57fba6[_0x4d5b17(0x2c5)]+0x1,_0x308bb5=_0x40883a(_0x15fcfe);for(;_0x57fba6[_0x4d5b17(0x6b7)](_0x308bb5);)_0x15fcfe+=0x1,_0x308bb5=_0x40883a(_0x15fcfe);return _0x308bb5;}function zd(_0x37effa,_0x37bb6f){const _0x1e3595=_0x69bfe2;let _0x56d803=new Set(Id(_0x37effa)[_0x1e3595(0x15f)](_0x3c1bd9=>_0x3c1bd9[_0x1e3595(0x23d)]));if(!_0x56d803[_0x1e3595(0x6b7)](_0x37bb6f))return _0x37bb6f;let _0xf2a151=0x2,_0x5711a7=_0x37bb6f+'\x20'+_0xf2a151;for(;_0x56d803[_0x1e3595(0x6b7)](_0x5711a7);)_0xf2a151+=0x1,_0x5711a7=_0x37bb6f+'\x20'+_0xf2a151;return _0x5711a7;}function Bd(){const _0x5a8156=_0x69bfe2;return Ad({'childType':_0x420dc4[_0x5a8156(0x4e8)],'mount':Vd});}function Vd(_0x561b2d){const _0x534e0e=_0x69bfe2;let {root:_0x40d71c,menu:_0x1a85d}=kd(_0x561b2d),_0x47f0ac=ss(_0x1a85d),_0x3efac4=_0x561b2d[_0x534e0e(0x1a6)]['injector'];return _0x47f0ac[_0x534e0e(0x2e6)](_0x470189(Qo,{'injector':_0x3efac4,'mountContainer':_0x40d71c,'embedId':_0x561b2d[_0x534e0e(0x2c9)]},_0x470189(Jd,{'hostUnitId':_0x561b2d['hostUnitId'],'embedId':_0x561b2d[_0x534e0e(0x2c9)],'childUnitId':_0x561b2d[_0x534e0e(0x3cb)],'entry':_0x561b2d[_0x534e0e(0x4e2)][_0x534e0e(0x610)],'fullscreen':!!_0x561b2d['renderScope'][_0x534e0e(0x528)],'usesDomFloatingStage':_0x561b2d[_0x534e0e(0x4e2)][_0x534e0e(0x610)]===_0x534e0e(0x155),'renderScopeActive$':_0x561b2d[_0x534e0e(0x3bb)][_0x534e0e(0x270)]}))),_0x52e91f(()=>{const _0x2c05f8=_0x534e0e;cs(_0x47f0ac),globalThis[_0x2c05f8(0x568)](()=>_0x1a85d['remove'](),0x0);});}function Hd(_0x3d478b){const _0x30b6d5=_0x69bfe2;return ac({'embedId':_0x3d478b[_0x30b6d5(0x2c9)],'active':Ud(_0x3d478b[_0x30b6d5(0x455)],_0x3d478b[_0x30b6d5(0x4a0)]),'fullscreen':_0x3d478b[_0x30b6d5(0x528)],'usesDomFloatingStage':_0x3d478b[_0x30b6d5(0x5b9)],'renderScopeActive':_0x3d478b[_0x30b6d5(0x697)]});}function Ud(_0x575ae2,_0x3c9064){const _0x33a46d=_0x69bfe2;return _0x575ae2?{'hostUnitId':'','childUnitId':'','embedId':_0x575ae2,'stage':_0x3c9064==='stage2'||_0x3c9064===_0x33a46d(0x29e)?_0x33a46d(0x45e):_0x33a46d(0x258)}:null;}function Wd(_0xb0b180){return _0xb0b180;}function Gd(_0x3d97f0){return _0x3d97f0;}function Kd(_0x49afd0){return!_0x49afd0;}function qd(_0x9bd3db){const _0x3e64b0=_0x69bfe2;return{[Q]:_0x9bd3db,[X]:_0x3e64b0(0x350)};}function Jd(_0xb4d222){const _0x116752=_0x69bfe2;let {hostUnitId:_0x384cf5,embedId:_0x433cdc,childUnitId:_0xb53565,entry:_0x34a683,fullscreen:_0x2b3d83,usesDomFloatingStage:_0x210c5f,renderScopeActive$:_0x2d3983}=_0xb4d222,_0xaf8f26=_0x1c4e2b(_0x92b278),_0x60f331=_0x1c4e2b(_0x1e60e6),_0x330322=_0x1c4e2b(_0xcc601d),_0x3a8eb0=_0x1c4e2b(_0x5eb2f0),_0x13d306=_0x1c4e2b(_0x2d20bb),_0xe1134=_0x1c4e2b(_0x19c22b),_0x31cfa0=_0x1c4e2b(_0x1a5e3c),_0x3d3716=_0x1c4e2b(Ua),_0x5034d9=_0x464678(()=>_0xe1134[_0x116752(0x28b)],_0xe1134[_0x116752(0x33e)](),!0x1,[_0xe1134]),_0x8ace1a=_0x464678(()=>_0x13d306[_0x116752(0x3ae)],{'undos':0x0,'redos':0x0},!0x1,[_0x13d306]),_0x1553e6=_0x464678(()=>_0x2d3983,!0x1,!0x1,[_0x2d3983]),_0x2333ec=_0x464678(()=>_0x3d3716[_0x116752(0x270)],_0x3d3716[_0x116752(0x57c)](),!0x1,[_0x3d3716]),_0x27dff9=_0x3d3716[_0x116752(0x230)](_0x433cdc),[_0x2e8464,_0x227fcc]=_0x17a404(0x0),[_0x29c574,_0x3e1ffb]=_0x17a404(null),[_0x3d91d0,_0x1f3f3e]=_0x17a404(!0x1),[_0xab32a8,_0x3a32c5]=_0x17a404(null),_0x4df04b=_0x57ab3c(null),_0x1cae5c=_0x60f331[_0x116752(0x5b3)](_0xb53565,_0x420dc4[_0x116752(0x4e8)]),_0x1244ae=_0x1cae5c==null?void 0x0:_0x1cae5c[_0x116752(0x580)](),_0x5219d9=$d(_0x1244ae,_0x5034d9[_0x116752(0x4e1)]),_0x5f385f=ef(_0x5219d9),_0x1e49c5=tf(_0x5219d9,_0x5034d9[_0x116752(0x67f)]),_0x5041f8=Hd({'embedId':_0x433cdc,'activeEmbedId':_0x2333ec==null?void 0x0:_0x2333ec[_0x116752(0x2c9)],'stage':_0x27dff9,'fullscreen':_0x2b3d83,'usesDomFloatingStage':_0x210c5f,'renderScopeActive':_0x1553e6})===_0x116752(0x45e),[_0x19c9bd,_0x17e609]=_0x17a404(_0x5041f8),_0x20a594=Wd(_0x2b3d83),_0x1e428f=Gd(_0x2b3d83),_0x9c8d5f=Kd(_0x2b3d83),_0x49cd22=_0x20a594?_0x116752(0x450):_0x116752(0x214);if(_0x19c9bd!==_0x5041f8&&(_0x17e609(_0x5041f8),_0x5041f8||(_0x3e1ffb(null),_0x1f3f3e(!0x1),_0x3a32c5(null))),_0x2eab14(()=>{const _0x573af1=_0x116752;_0x5041f8||(_0x31cfa0[_0x573af1(0x1f6)](),_0x31cfa0[_0x573af1(0x156)](),_0x31cfa0['closeActiveEditor']());},[_0x5041f8,_0x31cfa0]),_0x2eab14(()=>{const _0x5a66eb=_0x116752;if(!_0x29c574)return;let _0x5ae740=_0x4ca2ff=>{const _0x301a6d=_0x448a;var _0x450d5b;let _0xf07422=_0x4ca2ff[_0x301a6d(0x5e5)]instanceof Node?_0x4ca2ff[_0x301a6d(0x5e5)]:null;_0xf07422&&(_0x450d5b=_0x4df04b[_0x301a6d(0x545)])!=null&&_0x450d5b[_0x301a6d(0x231)](_0xf07422)||_0x3e1ffb(null);},_0x53f0b2=_0x45ce88=>{const _0x32c4a4=_0x448a;_0x45ce88['key']===_0x32c4a4(0x569)&&_0x3e1ffb(null);};return document[_0x5a66eb(0x4ca)](_0x5a66eb(0x6bc),_0x5ae740,!0x0),document[_0x5a66eb(0x4ca)](_0x5a66eb(0x5c7),_0x53f0b2,!0x0),()=>{const _0x23df83=_0x5a66eb;document[_0x23df83(0x47f)](_0x23df83(0x6bc),_0x5ae740,!0x0),document[_0x23df83(0x47f)](_0x23df83(0x5c7),_0x53f0b2,!0x0);};},[_0x29c574]),!_0x1244ae||!_0x1cae5c||!_0x5219d9||!_0x1e49c5)return null;let _0x162483=()=>{const _0x3a5db5=_0x116752;_0x3d3716[_0x3a5db5(0x406)]({'hostUnitId':_0x384cf5,'embedId':_0x433cdc,'childUnitId':_0xb53565},_0x3a5db5(0x45e));},_0x18ce11=async(_0xd60ece,_0x5512f2)=>{_0x162483(),await _0xaf8f26['executeCommand'](_0x43c40e['id'],{'type':_0xd60ece,'anchor':rf(_0x5512f2['getBoundingClientRect']())});},_0x56c4fd=async _0x2d766e=>{const _0x21c428=_0x116752;_0x162483(),await _0xaf8f26[_0x21c428(0x531)](_0x1fad84['id'],{'tableId':_0x5219d9['id'],'unitId':_0xb53565,'viewId':_0x2d766e}),_0x227fcc(_0x456e68=>_0x456e68+0x1);},_0x558344=async _0x300db9=>{const _0x176bcb=_0x116752;_0x162483();let _0x4b8532=_0x176bcb(0x42d)+_0x2a7335(0x6),_0x3b0536=_0x3a8eb0[_0x176bcb(0x3fa)](_0x300db9)[_0x176bcb(0x4ff)](_0x5219d9),_0x7c4143=await _0xaf8f26['executeCommand'](_0x1b6d1f['id'],{'unitId':_0xb53565,'tableId':_0x5219d9['id'],'view':{'id':_0x4b8532,'tableId':_0x5219d9['id'],'name':_0x9e2c07(_0x330322,_0x300db9),'type':_0x300db9,'config':_0x3b0536,'fieldOrder':[..._0x5219d9['fieldOrder']],'fieldSettings':{}}});_0x3e1ffb(null),_0x1f3f3e(!0x1),_0x227fcc(_0x507797=>_0x507797+0x1),_0x7c4143&&await _0x56c4fd(_0x4b8532);},_0x47ecb9=async _0x1fadfe=>{var _0x4e4942;let _0x327631=(_0x4e4942=_0x5f385f[0x0])==null?void 0x0:_0x4e4942['id'];!_0x327631||_0x327631===_0x1fadfe||(_0x162483(),await _0xaf8f26['executeCommand'](_0x31c2af['id'],{'unitId':_0xb53565,'tableId':_0x5219d9['id'],'viewId':_0x1fadfe,'target':{'beforeViewId':_0x327631}}),_0x227fcc(_0x303583=>_0x303583+0x1));},_0x1e1246=async(_0x2643ca,_0x553c8e)=>{const _0x2a721e=_0x116752;_0x162483(),await _0xaf8f26[_0x2a721e(0x531)](_0x31c2af['id'],{'unitId':_0xb53565,'tableId':_0x5219d9['id'],'viewId':_0x2643ca,'target':_0x553c8e}),_0x227fcc(_0x37541c=>_0x37541c+0x1);},_0x197fc7=async(_0x226fb6,_0x26d385)=>{_0x162483(),await _0xaf8f26['executeCommand'](_0x9e77ee['id'],{'unitId':_0xb53565,'tableId':_0x5219d9['id'],'viewId':_0x226fb6,'name':_0x26d385}),_0x227fcc(_0x33a7eb=>_0x33a7eb+0x1);},_0x1247f9=async _0x14a7d6=>{const _0x40ab44=_0x116752;let _0x57ee84=_0x5219d9[_0x40ab44(0x67a)][_0x14a7d6];if(!_0x57ee84)return;_0x162483();let _0x4d32af=_0x506cee(_0x57ee84,_0x5219d9['id'],_0x330322['t'](_0x40ab44(0x432))),_0x4f7446=await _0xaf8f26[_0x40ab44(0x531)](_0x1b6d1f['id'],{'unitId':_0xb53565,'tableId':_0x5219d9['id'],'view':_0x4d32af});_0x227fcc(_0x347484=>_0x347484+0x1),_0x4f7446&&await _0x56c4fd(_0x4d32af['id']);},_0x4d0886=async()=>{const _0x64870f=_0x116752;var _0xbc6f10;let _0x3ed292=_0xab32a8??_0x1e49c5['id'];if(_0x5f385f[_0x64870f(0x37f)]<=0x1){_0x3a32c5(null);return;}let _0xe9fc2e=(_0xbc6f10=_0x5f385f[_0x64870f(0x1d3)](_0x509030=>_0x509030['id']!==_0x3ed292))==null?void 0x0:_0xbc6f10['id'],_0x39e5c7=await _0xaf8f26['executeCommand'](_0x2d4672['id'],{'unitId':_0xb53565,'tableId':_0x5219d9['id'],'viewId':_0x3ed292});_0x3a32c5(null),_0x227fcc(_0x32401e=>_0x32401e+0x1),_0x39e5c7&&_0xe9fc2e&&await _0x56c4fd(_0xe9fc2e);},_0x9f824=async()=>{const _0x1f429d=_0x116752;await _0xaf8f26[_0x1f429d(0x531)](_0x389aa2['id'],{'hostUnitId':_0x384cf5,'embedId':_0x433cdc});},_0x48a3a3=_0x26fe38=>{const _0x2eb5ac=_0x116752;_0x26fe38[_0x2eb5ac(0x3f3)]();},_0xbbfc55=_0x3e4d05=>{const _0x183ca1=_0x116752;_0x3e4d05[_0x183ca1(0x32a)](),_0x3e4d05[_0x183ca1(0x3f3)]();};return _0x1acda8(_0x44250b,{'children':[_0x1acda8(_0x116752(0x2a6),{'className':_0x55629c(_0x116752(0x6a7),{'univer-hidden':!_0x5041f8,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-24\x20univer-py-0\x20univer-shadow-none':_0x2b3d83,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-1\x20univer-shadow-none':!_0x2b3d83,'-univer-top-[44px]':!_0x2b3d83&&_0x34a683!==_0x116752(0x37a),'univer-w-full':!_0x2b3d83,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x2b3d83&&_0x34a683==='docs-custom-block'}),'data-u-comp':_0x116752(0x1a5),'data-embed-floating-menu':_0x116752(0x3a6),'data-embed-id':_0x433cdc,'data-embed-float-stage':_0x5041f8?_0x116752(0x45e):_0x116752(0x258),'data-base-render-version':_0x2e8464,...qd(_0x433cdc),'onClick':_0x48a3a3,'onDoubleClick':_0x48a3a3,'onMouseDown':_0xbbfc55,'onMouseUp':_0x48a3a3,'onPointerDown':_0xbbfc55,'onPointerUp':_0x48a3a3,'children':[_0x1e428f?_0x5633cf(Fd,{'embedId':_0x433cdc,'activeView':_0x1e49c5,'views':_0x5f385f,'addViewOpen':_0x3d91d0,'onAddViewOpenChange':_0x1f3f3e,'onActivateView':_0x56c4fd,'onAddView':_0x558344,'onSetViewAsFirst':_0x47ecb9,'onMoveView':_0x1e1246,'onRenameView':_0x197fc7,'onDuplicateView':_0x1247f9,'onConfigureView':_0x4b2456=>_0x18ce11(_0x116752(0x673),_0x4b2456),'onDeleteView':_0x3a32c5}):_0x5633cf(_0x116752(0x2a6),{'data-u-comp':'base-embed-view-slot','className':'univer-pointer-events-auto\x20univer-shrink-0','children':_0x5633cf(Yd,{'activeView':_0x1e49c5,'views':_0x5f385f,'onActivateView':_0x56c4fd,'embedId':_0x433cdc,'onAddView':_0x81d452=>{const _0x2b90d6=_0x116752;_0x162483(),_0x3e1ffb(_0x81d452[_0x2b90d6(0x59f)]());},'onConfigureView':_0x435fb0=>_0x18ce11(_0x116752(0x673),_0x435fb0),'onDeleteView':()=>_0x3a32c5(_0x1e49c5['id'])})}),_0x1acda8(_0x116752(0x2a6),{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','children':[_0x5633cf(_0x2171b9,{'iconOnly':!_0x20a594,'className':_0x49cd22,'state':{...Qd(_0x1e49c5,_0x8ace1a),'searchOpen':_0x5034d9[_0x116752(0x188)][_0x116752(0x5d4)],'searchQuery':_0x5034d9['search'][_0x116752(0x4ad)],'searchActiveIndex':_0x5034d9[_0x116752(0x188)][_0x116752(0x3bf)]},'onAddRecord':_0x29b2f7=>_0x29b2f7&&_0x18ce11(_0x116752(0x16e),_0x29b2f7),'onCustomizeField':_0x20e7fd=>_0x18ce11('customizeField',_0x20e7fd),'onCustomizeKanban':_0x538d26=>_0x18ce11('customizeKanban',_0x538d26),'onCustomizeGallery':_0x2feea0=>_0x18ce11(_0x116752(0x158),_0x2feea0),'onCalendarEventSettings':_0x28516e=>_0x18ce11(_0x116752(0x18f),_0x28516e),'onCalendarViewSettings':_0x2fc2d2=>_0x18ce11(_0x116752(0x340),_0x2fc2d2),'onViewSettings':_0x592cde=>_0x18ce11(_0x116752(0x673),_0x592cde),'onFilter':_0x5e6770=>_0x18ce11(_0x116752(0x534),_0x5e6770),'onGroup':_0x542980=>_0x18ce11('group',_0x542980),'onSort':_0x18974c=>_0x18ce11(_0x116752(0x2ca),_0x18974c),'onRowHeight':_0x125352=>_0x18ce11('rowHeight',_0x125352),'onConditionalColoring':_0x5bada1=>_0x18ce11(_0x116752(0x5de),_0x5bada1),'onUndo':async()=>_0xaf8f26[_0x116752(0x531)](_0x3c2cb3['id']),'onRedo':async()=>_0xaf8f26[_0x116752(0x531)](_0x294831['id']),'onOpenSearch':()=>_0xe1134[_0x116752(0x58b)](),'onSearchQueryChange':_0x41998d=>_0xe1134[_0x116752(0x5e6)](_0x41998d),'onSearchPrevious':()=>_0xe1134[_0x116752(0x3fd)](Math[_0x116752(0x269)](0x0,(_0x5034d9[_0x116752(0x188)][_0x116752(0x3bf)]??0x0)-0x1)),'onSearchNext':()=>_0xe1134[_0x116752(0x3fd)]((_0x5034d9[_0x116752(0x188)]['activeIndex']??-0x1)+0x1),'onCloseSearch':()=>_0xe1134[_0x116752(0x5a0)]()}),_0x9c8d5f?_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x4e5698,{'orientation':_0x116752(0x51c)}),_0x5633cf(nf,{'title':_0x330322['t']('embed-ui.basesFloating.delete'),'className':_0x116752(0x34b),'onClick':_0x9f824,'children':_0x5633cf(_0x3858b7,{})})]}):null]})]}),_0x29c574?_0x42f8c3(_0x5633cf('div',{'ref':_0x4df04b,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x433cdc,'data-embed-floating-menu-popup':_0x116752(0x3a6),'className':_0x116752(0x162),'style':af(_0x29c574),'onPointerDown':_0x20810c=>_0x20810c[_0x116752(0x3f3)](),'children':_0x5633cf(_0x3d7274,{'views':_0x476f89['map'](_0x1645b5=>({..._0x1645b5,'label':_0x330322['t'](_0x1645b5[_0x116752(0x428)]),'description':_0x330322['t'](_0x1645b5[_0x116752(0x232)])})),'onCreate':_0x558344})}),_0xc006ab(!0x0)??document['body']):null,_0x5633cf(_0x21a48a,{'open':!!_0xab32a8,'title':_0x330322['t']('embed-ui.basesFloating.confirmDelete.viewTitle'),'description':_0x330322['t'](_0x116752(0x357)),'onCancel':()=>_0x3a32c5(null),'onConfirm':_0x4d0886}),_0x2b3d83?_0x5633cf(jd,{'embedId':_0x433cdc,'childUnitId':_0xb53565,'base':_0x1cae5c,'activeTable':_0x5219d9}):null]});}function Yd(_0x58c93d){const _0x11fa26=_0x69bfe2;var _0xd1e459;let {embedId:_0x60f5c4,activeView:_0x145822,views:_0x38eee9,onActivateView:_0x47e55e,onAddView:_0x28512a,onConfigureView:_0xf24b7a,onDeleteView:_0x147f6c}=_0x58c93d,_0x41830c=_0x1c4e2b(_0xcc601d),_0x4a2ff1=_0x57ab3c(null),_0xa51ffa=_0x57ab3c(null),[_0x14a83c,_0x1931dc]=_0x17a404(!0x1),_0x36e74d=_0x5a848a=>{const _0x280e54=_0x448a;_0x5a848a['preventDefault'](),_0x5a848a[_0x280e54(0x3f3)]();},_0x4e654c=((_0xd1e459=_0x4a2ff1['current'])==null?void 0x0:_0xd1e459[_0x11fa26(0x59f)]())??null;return _0x2eab14(()=>{const _0x462810=_0x11fa26;if(!_0x14a83c)return;let _0x3ad645=_0x505071=>{const _0xad6098=_0x448a;var _0x12d154,_0xd7cd04;let _0x1038ef=_0x505071[_0xad6098(0x5e5)]instanceof Node?_0x505071['target']:null;!_0x1038ef||(_0x12d154=_0x4a2ff1['current'])!=null&&_0x12d154[_0xad6098(0x231)](_0x1038ef)||(_0xd7cd04=_0xa51ffa[_0xad6098(0x545)])!=null&&_0xd7cd04['contains'](_0x1038ef)||_0x1931dc(!0x1);},_0x4c012e=_0x1fbf7b=>{const _0x307421=_0x448a;_0x1fbf7b[_0x307421(0x3c1)]===_0x307421(0x569)&&_0x1931dc(!0x1);};return document[_0x462810(0x4ca)](_0x462810(0x6bc),_0x3ad645,!0x0),document[_0x462810(0x4ca)](_0x462810(0x5c7),_0x4c012e,!0x0),()=>{const _0x11f253=_0x462810;document[_0x11f253(0x47f)]('pointerdown',_0x3ad645,!0x0),document[_0x11f253(0x47f)]('keydown',_0x4c012e,!0x0);};},[_0x14a83c]),_0x1acda8(_0x44250b,{'children':[_0x1acda8(_0xb778ea,{'ref':_0x4a2ff1,'type':'button','size':_0x11fa26(0x6a8),'variant':_0x11fa26(0x521),'className':_0x11fa26(0x4a8),'title':_0x145822[_0x11fa26(0x23d)],'aria-label':_0x41830c['t'](_0x11fa26(0x4a1)),'onClick':_0x458aa0=>{const _0x270de9=_0x11fa26;_0x458aa0[_0x270de9(0x3f3)](),_0x1931dc(_0x59629a=>!_0x59629a);},'onMouseDown':_0x36e74d,'onPointerDown':_0x36e74d,'children':[_0x5633cf(_0x11fa26(0x19d),{'className':'univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','aria-hidden':_0x11fa26(0x3a6),'children':_0x5633cf(_0x3efb26,{'type':_0x145822['type']})}),_0x5633cf(_0x11fa26(0x19d),{'className':_0x11fa26(0x292),'children':_0x145822[_0x11fa26(0x23d)]}),_0x5633cf(_0x27061c,{'className':'univer-size-3\x20univer-shrink-0'})]}),_0x14a83c&&_0x4e654c?_0x42f8c3(_0x1acda8(_0x11fa26(0x2a6),{'ref':_0xa51ffa,'data-u-comp':_0x11fa26(0x43c),'data-embed-id':_0x60f5c4,'data-embed-floating-menu-popup':_0x11fa26(0x3a6),'className':_0x11fa26(0x17a),'style':of(_0x4e654c),'onClick':_0x1e256f=>_0x1e256f[_0x11fa26(0x3f3)](),'onMouseDown':_0x36e74d,'onPointerDown':_0x36e74d,'children':[_0x5633cf(_0x11fa26(0x2a6),{'className':_0x11fa26(0x68f),'children':_0x38eee9['map'](_0x2c255e=>_0x5633cf(_0xb778ea,{'type':_0x11fa26(0x559),'variant':_0x11fa26(0x521),'size':_0x11fa26(0x6a8),'className':_0x11fa26(0x169),'onClick':_0x1bfcb8=>{const _0x354f01=_0x11fa26;_0x1bfcb8[_0x354f01(0x3f3)](),_0x47e55e(_0x2c255e['id']),_0x1931dc(!0x1);},'children':_0x5633cf(Xd,{'icon':_0x5633cf(_0x3efb26,{'type':_0x2c255e[_0x11fa26(0x29c)]}),'label':_0x2c255e[_0x11fa26(0x23d)],'trailing':_0x2c255e['id']===_0x145822['id']?_0x5633cf('span',{'className':_0x11fa26(0x442)}):null})},_0x2c255e['id']))}),_0x5633cf(_0x4e5698,{}),_0x5633cf(Zd,{'icon':_0x5633cf(_0x15686f,{}),'label':_0x41830c['t'](_0x11fa26(0x243)),'onClick':()=>{let _0x3e5ea4=_0x4a2ff1['current'];_0x3e5ea4&&_0x28512a(_0x3e5ea4),_0x1931dc(!0x1);}}),_0x5633cf(Zd,{'icon':_0x5633cf(_0x3b0907,{}),'label':_0x41830c['t'](_0x11fa26(0x388)),'onClick':()=>{const _0xe03b=_0x11fa26;let _0x51c7b6=_0x4a2ff1[_0xe03b(0x545)];_0x51c7b6&&_0xf24b7a(_0x51c7b6),_0x1931dc(!0x1);}}),_0x5633cf(Zd,{'danger':!0x0,'disabled':_0x38eee9[_0x11fa26(0x37f)]<=0x1,'icon':_0x5633cf(_0x3858b7,{}),'label':_0x41830c['t'](_0x11fa26(0x21f)),'onClick':()=>{_0x147f6c(),_0x1931dc(!0x1);}})]}),_0xc006ab(!0x0)??document['body']):null]});}function Xd(_0x1131c4){const _0x5811b5=_0x69bfe2;let {icon:_0x34c660,label:_0x1bb3f6,trailing:_0xe19492}=_0x1131c4;return _0x1acda8(_0x5811b5(0x19d),{'className':_0x5811b5(0x4fd),'children':[_0x5633cf(_0x5811b5(0x19d),{'className':'univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','aria-hidden':'true','children':_0x34c660}),_0x5633cf(_0x5811b5(0x19d),{'className':_0x5811b5(0x53c),'children':_0x1bb3f6}),_0x5633cf(_0x5811b5(0x19d),{'className':'univer-grid\x20univer-size-[18px]\x20univer-place-items-center','children':_0xe19492})]});}function Zd(_0x19ea5a){const _0x992212=_0x69bfe2;let {danger:_0x5864d3,disabled:_0xbb86e9,icon:_0x5a02cf,label:_0xdfbf75,onClick:_0x4cd4e4}=_0x19ea5a;return _0x5633cf(_0xb778ea,{'type':_0x992212(0x559),'variant':'ghost','size':_0x992212(0x6a8),'disabled':_0xbb86e9,'className':_0x55629c(_0x992212(0x169),_0x5864d3&&_0x992212(0x47b)),'onClick':_0x30ae05=>{const _0x19a3b1=_0x992212;_0x30ae05[_0x19a3b1(0x3f3)](),_0x4cd4e4();},'children':_0x5633cf(Xd,{'icon':_0x5a02cf,'label':_0xdfbf75})});}function Qd(_0x2031c3,_0x1419cd={}){const _0xa62ae8=_0x69bfe2;var _0x53b249,_0x236673,_0x4885dc;let _0xc2e417=_0x2031c3[_0xa62ae8(0x51b)]??{},_0x573d47=_0xc2e417[_0xa62ae8(0x5de)],_0x52c34d=Array[_0xa62ae8(0x40b)](_0x573d47==null?void 0x0:_0x573d47['rules'])?_0x573d47[_0xa62ae8(0x324)][_0xa62ae8(0x37f)]:0x0;return{'viewType':_0x2031c3['type'],'filterCount':((_0x53b249=_0x2031c3[_0xa62ae8(0x534)])==null||(_0x53b249=_0x53b249[_0xa62ae8(0x64d)])==null?void 0x0:_0x53b249[_0xa62ae8(0x37f)])??0x0,'groupCount':((_0x236673=_0x2031c3['group'])==null?void 0x0:_0x236673[_0xa62ae8(0x37f)])??0x0,'sortCount':((_0x4885dc=_0x2031c3[_0xa62ae8(0x2ca)])==null?void 0x0:_0x4885dc['length'])??0x0,'rowHeightActive':!!(_0xc2e417[_0xa62ae8(0x310)]&&_0xc2e417[_0xa62ae8(0x310)]!==_0xa62ae8(0x3f5)),'conditionalColoringActive':_0x52c34d>0x0,'conditionalColoringCount':_0x52c34d,'canUndo':(_0x1419cd[_0xa62ae8(0x268)]??0x0)>0x0,'canRedo':(_0x1419cd['redos']??0x0)>0x0};}function $d(_0x10cb6b,_0x7f5c0b){if(_0x10cb6b)return(_0x7f5c0b?_0x10cb6b['tables'][_0x7f5c0b]:void 0x0)??Id(_0x10cb6b)[0x0];}function ef(_0x1b13bb){const _0x3fa1b6=_0x69bfe2;var _0x2c9544;return(_0x1b13bb==null||(_0x2c9544=_0x1b13bb['viewOrder'])==null?void 0x0:_0x2c9544[_0x3fa1b6(0x15f)](_0x3d8530=>_0x1b13bb[_0x3fa1b6(0x67a)][_0x3d8530])[_0x3fa1b6(0x534)](_0x8b0570=>!!_0x8b0570))??[];}function tf(_0x4fe66a,_0x28f7f8){const _0x163889=_0x69bfe2;if(_0x4fe66a)return(_0x28f7f8?_0x4fe66a[_0x163889(0x67a)][_0x28f7f8]:void 0x0)??ef(_0x4fe66a)[0x0];}function nf(_0x5bd631){const _0xf1aea0=_0x69bfe2;let {children:_0x27f2f4,title:_0x49508c,className:_0x2c1d14,onClick:_0x813d51}=_0x5bd631;return _0x5633cf(_0xb778ea,{'type':_0xf1aea0(0x559),'size':'small','variant':'ghost','className':_0x55629c(_0xf1aea0(0x3c6),_0x2c1d14),'title':_0x49508c,'aria-label':_0x49508c,'onClick':_0x54bd1a=>_0x813d51(_0x54bd1a[_0xf1aea0(0x2e4)]),'children':_0x27f2f4});}function rf(_0x3b64a0){const _0xe69eae=_0x69bfe2;return{'x':_0x3b64a0['x'],'y':_0x3b64a0['y'],'width':_0x3b64a0[_0xe69eae(0x459)],'height':_0x3b64a0[_0xe69eae(0x602)]};}function af(_0x4c560f){const _0x305914=_0x69bfe2;let _0x3895a4=_0x3dcf11(_0x4c560f,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x3895a4['top'],'left':_0x3895a4[_0x305914(0x4ac)],'maxHeight':_0x3895a4[_0x305914(0x41b)]};}function of(_0x2995fd){const _0xb7cb5b=_0x69bfe2;let _0x5978b0=_0x3dcf11({'left':_0x2995fd[_0xb7cb5b(0x2cd)]-0xd0,'right':_0x2995fd[_0xb7cb5b(0x2cd)],'top':_0x2995fd[_0xb7cb5b(0x566)],'bottom':_0x2995fd[_0xb7cb5b(0x424)],'width':0xd0,'height':_0x2995fd[_0xb7cb5b(0x602)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x5978b0[_0xb7cb5b(0x566)],'left':_0x5978b0[_0xb7cb5b(0x4ac)],'maxHeight':_0x5978b0[_0xb7cb5b(0x41b)]};}function sf(_0x2c482c){const _0x37b8e5=_0x69bfe2;Au(_0x2c482c,_0x37b8e5(0x4b6),cf);}function cf(_0x56f537){const _0x3128a3=_0x69bfe2;_0x56f537[_0x3128a3(0x6b7)](_0x4353b9)||_0x56f537[_0x3128a3(0x615)]([_0x4353b9,{'useFactory':()=>_0x56f537['get'](Wa)}]),_0x56f537['has'](_0x5ca115)||_0x56f537[_0x3128a3(0x615)]([_0x5ca115,{'useFactory':()=>_0x56f537[_0x3128a3(0x3fa)](Ua)}]),_0x56f537[_0x3128a3(0x6b7)](_0x2b4bb4)||_0x56f537[_0x3128a3(0x615)]([_0x2b4bb4,{'useFactory':()=>_0x56f537[_0x3128a3(0x3fa)](Lc)}]),_0x56f537[_0x3128a3(0x6b7)](_0x1ec0a8)||_0x56f537[_0x3128a3(0x615)]([_0x1ec0a8,{'useFactory':()=>_0x56f537[_0x3128a3(0x3fa)](Z)}]),_0x56f537[_0x3128a3(0x6b7)](_0x23c23c)||_0x56f537['add']([_0x23c23c,{'useFactory':()=>uf({'embedModelService':_0x56f537[_0x3128a3(0x3fa)](_0x375128),'restoreService':_0x56f537[_0x3128a3(0x3fa)](Rc),'mountService':_0x56f537[_0x3128a3(0x3fa)](Jo),'activationService':_0x56f537[_0x3128a3(0x3fa)](Zo)})}]);let _0x883a84=_0x56f537[_0x3128a3(0x3fa)](_0x33f49c),_0xb93522=_0x56f537[_0x3128a3(0x3fa)](Vo),_0x2affff=_0x56f537[_0x3128a3(0x3fa)](zo),_0x24012b=_0x56f537[_0x3128a3(0x3fa)](Ha),_0x1ba17f=_0x56f537['get'](Bo),_0x1d27ed=_0x56f537[_0x3128a3(0x3fa)](Ic),_0x3e0b0f=_0x56f537[_0x3128a3(0x3fa)](Gc),_0xce865=Xu(_0x56f537[_0x3128a3(0x6b7)](_0x8947bc)?_0x56f537[_0x3128a3(0x3fa)](_0x8947bc):void 0x0,_0x56f537[_0x3128a3(0x6b7)](_0x1e60e6)?_0x56f537[_0x3128a3(0x3fa)](_0x1e60e6):void 0x0,()=>_0x56f537[_0x3128a3(0x6b7)](_0x19c22b)?_0x56f537[_0x3128a3(0x3fa)](_0x19c22b):void 0x0);_0x883a84[_0x3128a3(0x3fa)](_0xce865[_0x3128a3(0x404)],_0xce865['entry'])||_0x883a84[_0x3128a3(0x47c)](_0xce865);let _0x21618e=Zu();_0xb93522[_0x3128a3(0x3fa)](_0x21618e[_0x3128a3(0x404)],_0x21618e[_0x3128a3(0x610)])||_0xb93522[_0x3128a3(0x47c)](_0x21618e);let _0xbd9c95=sd(_0x56f537[_0x3128a3(0x3fa)](_0x92b278));_0x2affff[_0x3128a3(0x3fa)](_0xbd9c95[_0x3128a3(0x246)])||_0x2affff['register'](_0xbd9c95);let _0x58b38e=zu();_0x24012b[_0x3128a3(0x3fa)](_0x58b38e['childType'])||_0x24012b[_0x3128a3(0x47c)](_0x58b38e),Bd()[_0x3128a3(0x5dd)](_0xb24822=>{const _0x3bbde0=_0x3128a3;_0x1ba17f['hasExact'](_0xb24822[_0x3bbde0(0x404)],_0xb24822[_0x3bbde0(0x610)],_0xb24822['childType'])||_0x1ba17f[_0x3bbde0(0x47c)](_0xb24822);}),_0x1d27ed[_0x3128a3(0x184)](Cu(_0x56f537,{'childType':_0x420dc4['UNIVER_BASE'],'renderManagerService':_0x5ab5f7})),lf(_0x56f537),_0x3e0b0f[_0x3128a3(0x3fa)](_0x420dc4[_0x3128a3(0x4e8)])||_0x3e0b0f[_0x3128a3(0x47c)](rd(_0x56f537));}function lf(_0x4d9b2c){const _0x4608b6=_0x69bfe2;let _0x3cf3bf=_0x4d9b2c[_0x4608b6(0x3fa)](pu);_0x3cf3bf['get'](_0x420dc4[_0x4608b6(0x4e8)])||!_0x4d9b2c[_0x4608b6(0x6b7)](_0x19c22b)||!_0x4d9b2c[_0x4608b6(0x6b7)](_0x817886)||!_0x4d9b2c[_0x4608b6(0x6b7)](_0x3bfd0b)||_0x3cf3bf[_0x4608b6(0x47c)](_0x4d9b2c['createInstance'](Bu));}function uf(_0x316cc1){return{'mountTableList':async _0x4732f9=>{const _0x2c5631=_0x448a;let _0x35058d=_0x316cc1[_0x2c5631(0x69a)][_0x2c5631(0x464)](_0x4732f9[_0x2c5631(0x557)],_0x4732f9[_0x2c5631(0x2c9)]);if(!_0x35058d&&_0x4732f9['childUnitId']&&(_0x35058d={'embedId':_0x4732f9[_0x2c5631(0x2c9)],'hostUnitId':_0x4732f9[_0x2c5631(0x557)],'hostType':_0x420dc4[_0x2c5631(0x4e8)],'entry':_0x2c5631(0x33d),'hostAnchorId':_0x4732f9[_0x2c5631(0x35f)],'childUnitId':_0x4732f9[_0x2c5631(0x3cb)],'childType':_0x4732f9['childType'],'source':{'unitType':_0x4732f9[_0x2c5631(0x246)],'ref':{'file':{'kind':_0x2c5631(0x5c1)},'unit':{'selector':_0x4732f9['childUnitId'],'type':_0x399392(_0x4732f9['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'table-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x35058d||_0x35058d[_0x2c5631(0x35f)]!==_0x4732f9[_0x2c5631(0x35f)])&&((!_0x35058d[_0x2c5631(0x3cb)]||_0x35058d['childType']==null)&&(_0x35058d=await _0x316cc1[_0x2c5631(0x202)][_0x2c5631(0x339)]({'descriptor':_0x35058d})),!(!_0x35058d[_0x2c5631(0x3cb)]||_0x35058d['childType']==null)))return _0x316cc1[_0x2c5631(0x1da)]['mount'](_0x35058d),_0x316cc1[_0x2c5631(0x4f6)][_0x2c5631(0x563)](_0x35058d),_0x52e91f(()=>{const _0x52e27c=_0x2c5631;_0x316cc1[_0x52e27c(0x1da)]['unmount'](_0x4732f9[_0x52e27c(0x2c9)]),_0x316cc1[_0x52e27c(0x4f6)][_0x52e27c(0x398)](_0x4732f9[_0x52e27c(0x2c9)]);});}};}let df=class extends _0x3eb84c{constructor(_0x35e8c3,_0x52a0c6,_0x984736,_0x171927,_0x4609ed,_0x2dba12,_0x1217e9,_0x4bfc73){const _0x4b3c44=_0x69bfe2;if(super(),this['_context']=_0x35e8c3,this[_0x4b3c44(0x2f6)]=_0x52a0c6,this['_domLayerService']=_0x984736,this['_boardElementService']=_0x171927,this[_0x4b3c44(0x4c1)]=_0x4609ed,this[_0x4b3c44(0x2d9)]=_0x2dba12,this[_0x4b3c44(0x4ab)]=_0x1217e9,this[_0x4b3c44(0x1bd)]=_0x4bfc73,Y(this,_0x4b3c44(0x465),new Map()),Y(this,'_activeDragCleanup',void 0x0),Y(this,_0x4b3c44(0x606),_0x375140=>{const _0x40dcc1=_0x4b3c44;var _0x4547d2,_0x4aeda0;let _0x344411=(_0x4547d2=(_0x4aeda0=this[_0x40dcc1(0x299)][_0x40dcc1(0x498)])[_0x40dcc1(0x252)])==null?void 0x0:_0x4547d2[_0x40dcc1(0x194)](_0x4aeda0);return _0x344411?(_0x344411[_0x40dcc1(0x5b6)](new WheelEvent(_0x40dcc1(0x468),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x375140[_0x40dcc1(0x57e)],'clientY':_0x375140[_0x40dcc1(0x4ae)],'ctrlKey':_0x375140[_0x40dcc1(0x419)],'deltaMode':_0x375140[_0x40dcc1(0x584)],'deltaX':_0x375140['deltaX'],'deltaY':_0x375140[_0x40dcc1(0x3c0)],'deltaZ':_0x375140[_0x40dcc1(0x58a)],'metaKey':_0x375140['metaKey'],'shiftKey':_0x375140['shiftKey']})),!0x0):!0x1;}),Y(this,_0x4b3c44(0x2c1),_0x39117e=>{const _0x180c01=_0x4b3c44;var _0x57676e,_0x3bbd98;let _0x34c366=(_0x57676e=(_0x3bbd98=this[_0x180c01(0x299)][_0x180c01(0x498)])[_0x180c01(0x252)])==null?void 0x0:_0x57676e['call'](_0x3bbd98);if(!_0x34c366)return null;let _0x4c4507=_0x39117e;for(;_0x4c4507&&!_0x4c4507[_0x180c01(0x231)](_0x34c366);)_0x4c4507=_0x4c4507[_0x180c01(0x572)];return _0x4c4507;}),Promise[_0x4b3c44(0x449)]()[_0x4b3c44(0x239)](()=>this['_sync']()),typeof document<'u'){let _0x1375be=_0x3b446e=>this['_handleDragStart'](_0x3b446e);document[_0x4b3c44(0x4ca)](wl,_0x1375be),this[_0x4b3c44(0x1f2)](_0x52e91f(()=>document[_0x4b3c44(0x47f)](wl,_0x1375be)));}this[_0x4b3c44(0x1f2)](this[_0x4b3c44(0x1bd)]['onCommandExecuted'](_0x1aceb4=>{(_0x1aceb4['id']===_0x33a306['id']||_0x1aceb4['id']===_0x389aa2['id']||_0x1aceb4['id']===_0x571b8f['id']||_0x1aceb4['id']===_0x3fc37c['id'])&&this['_sync']();})),[this[_0x4b3c44(0x379)][_0x4b3c44(0x300)],this[_0x4b3c44(0x379)][_0x4b3c44(0x1c1)],this['_boardElementService']['elementRemove$']]['forEach'](_0x47960e=>{const _0x3378da=_0x4b3c44;let _0x98fbab=_0x47960e[_0x3378da(0x483)](_0x18c828=>{const _0x1a01fb=_0x3378da;_0x18c828[_0x1a01fb(0x3d4)](_0x5e6699=>_0x5e6699[_0x1a01fb(0x2b0)]===this['_context'][_0x1a01fb(0x2b0)])&&this['_sync']();});this['disposeWithMe'](_0x52e91f(()=>_0x98fbab[_0x3378da(0x2b3)]()));});}[_0x69bfe2(0x5dc)](){const _0x2d427d=_0x69bfe2;var _0x17ff62;(_0x17ff62=this[_0x2d427d(0x16f)])==null||_0x17ff62['call'](this),this['_activeDragCleanup']=void 0x0,this[_0x2d427d(0x465)][_0x2d427d(0x5dd)](_0x2f599f=>_0x2f599f[_0x2d427d(0x5dc)]()),this[_0x2d427d(0x465)][_0x2d427d(0x376)](),super[_0x2d427d(0x5dc)]();}[_0x69bfe2(0x5b8)](){const _0x4b585e=_0x69bfe2;let _0x268137=this[_0x4b585e(0x299)][_0x4b585e(0x2b0)];if(this[_0x4b585e(0x2f6)][_0x4b585e(0x66e)](_0x268137)[_0x4b585e(0x37f)]>0x0){this[_0x4b585e(0x3e8)]();return;}let _0x1a9176=this['_boardElementService'][_0x4b585e(0x687)](_0x268137),_0x37f9e2=new Set();this[_0x4b585e(0x2f6)][_0x4b585e(0x2de)](_0x268137)[_0x4b585e(0x534)](_0x3de5ab=>_0x3de5ab['entry']===_0x4270b5[_0x4b585e(0x5c3)])[_0x4b585e(0x5dd)](_0x11c6a0=>{const _0x4e12a2=_0x4b585e;let _0x39cb05=Object[_0x4e12a2(0x2f1)](_0x1a9176)['find'](_0x4bdb89=>{const _0x50c050=_0x4e12a2;var _0x257401;return _0x4b938b((_0x257401=_0x4bdb89[_0x50c050(0x548)][_0x11c6a0['hostAnchorId']])==null?void 0x0:_0x257401[_0x50c050(0x3f9)]);}),_0x270dd4=_0x39cb05==null?void 0x0:_0x39cb05[_0x4e12a2(0x548)][_0x11c6a0[_0x4e12a2(0x35f)]],_0x4e5a8a=_0x270dd4==null?void 0x0:_0x270dd4[_0x4e12a2(0x3f9)];if(!_0x39cb05||!_0x270dd4||!_0x4b938b(_0x4e5a8a))return;let _0x202b63=_0x36bcb4(_0x4e5a8a),_0x343ae9=this[_0x4e12a2(0x307)](_0x11c6a0[_0x4e12a2(0x35f)]);_0x37f9e2[_0x4e12a2(0x615)](_0x343ae9);let _0x505cd5={'left':_0x4e5a8a['transform']['left']??0x0,'top':_0x4e5a8a[_0x4e12a2(0x280)][_0x4e12a2(0x566)]??0x0,'width':_0x4e5a8a[_0x4e12a2(0x280)]['width']??0x230,'height':_0x4e5a8a[_0x4e12a2(0x280)]['height']??0x168},_0x555db8=()=>_0x470189(Ul,{'data':{'version':0x1,'embedId':_0x11c6a0[_0x4e12a2(0x2c9)],'hostUnitId':_0x268137,'hostAnchorId':_0x11c6a0[_0x4e12a2(0x35f)],'childUnitId':_0x11c6a0['childUnitId']??(_0x202b63==null?void 0x0:_0x202b63[_0x4e12a2(0x3cb)]),'childType':_0x11c6a0[_0x4e12a2(0x246)]??(_0x202b63==null?void 0x0:_0x202b63[_0x4e12a2(0x246)])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x4e12a2(0x606)],'resolveHostWheelGestureRoot':this['_resolveHostWheelGestureRoot'],'onRuntimeStageEnter':_0x355533=>this[_0x4e12a2(0x3d1)](_0x355533!==_0x4e12a2(0x45e),_0x270dd4[_0x4e12a2(0x519)],_0x11c6a0[_0x4e12a2(0x35f)])});this[_0x4e12a2(0x465)][_0x4e12a2(0x6b7)](_0x343ae9)?this['_domLayerService'][_0x4e12a2(0x1b1)](_0x343ae9,{'rect':_0x505cd5,'content':_0x555db8}):this[_0x4e12a2(0x465)][_0x4e12a2(0x52c)](_0x343ae9,this[_0x4e12a2(0x4f2)][_0x4e12a2(0x2c7)]({'id':_0x343ae9,'unitId':_0x268137,'subUnitId':_0x270dd4['subUnitId'],'elementId':_0x11c6a0['hostAnchorId'],'rect':_0x505cd5,'content':_0x555db8,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x4b585e(0x465)][_0x4b585e(0x5dd)]((_0x421d1f,_0x335dd3)=>{const _0x5e4631=_0x4b585e;_0x37f9e2[_0x5e4631(0x6b7)](_0x335dd3)||(_0x421d1f[_0x5e4631(0x5dc)](),this['_items'][_0x5e4631(0x288)](_0x335dd3));});}[_0x69bfe2(0x307)](_0x479858){return'board-embed:'+this['_context']['unitId']+':'+_0x479858;}[_0x69bfe2(0x67c)](_0x4e9cdb,_0x51aa22){const _0x50af70=_0x69bfe2;this['_boardElementStateService'][_0x50af70(0x3df)]({'unitId':this[_0x50af70(0x299)][_0x50af70(0x2b0)],'subUnitId':_0x4e9cdb},[_0x51aa22],_0x51aa22);}['_setAnchorTransformerVisible'](_0x469de5,_0x33adde,_0x2eb215){const _0x43dd46=_0x69bfe2;if(_0x469de5){this['_selectAnchor'](_0x33adde,_0x2eb215);return;}this['_boardElementStateService'][_0x43dd46(0x4f8)]();}[_0x69bfe2(0x505)](_0x4db112){const _0x17dbbe=_0x69bfe2;var _0x4612cb,_0x51eb2c,_0x452d33,_0x74b0c1;let _0x7a9104=_0x4db112['detail'];if(!_0x7a9104||_0x7a9104[_0x17dbbe(0x278)]!==this[_0x17dbbe(0x299)][_0x17dbbe(0x2b0)])return;let _0x3a0116=this[_0x17dbbe(0x379)][_0x17dbbe(0x687)](this[_0x17dbbe(0x299)][_0x17dbbe(0x2b0)]),_0x3579be=Object['values'](_0x3a0116)[_0x17dbbe(0x1d3)](_0x3233e3=>_0x3233e3['data'][_0x7a9104[_0x17dbbe(0x35f)]]),_0x449a7c=_0x3579be==null?void 0x0:_0x3579be[_0x17dbbe(0x548)][_0x7a9104['hostAnchorId']];if(!_0x3579be||!_0x449a7c||!_0x4b938b(_0x449a7c[_0x17dbbe(0x3f9)])||((_0x4612cb=_0x36bcb4(_0x449a7c[_0x17dbbe(0x3f9)]))==null?void 0x0:_0x4612cb[_0x17dbbe(0x2c9)])!==_0x7a9104['embedId'])return;let _0x372a3e=(_0x51eb2c=(_0x452d33=this['_context'][_0x17dbbe(0x498)])[_0x17dbbe(0x252)])==null?void 0x0:_0x51eb2c[_0x17dbbe(0x194)](_0x452d33);if(!_0x372a3e)return;(_0x74b0c1=this['_activeDragCleanup'])==null||_0x74b0c1[_0x17dbbe(0x194)](this),this[_0x17dbbe(0x67c)](_0x449a7c[_0x17dbbe(0x519)],_0x7a9104[_0x17dbbe(0x35f)]),this[_0x17dbbe(0x3d1)](!0x1,_0x449a7c['subUnitId'],_0x7a9104['hostAnchorId']);let _0x4a4191=_0x449a7c['element'],_0x4d679a=_0x4a4191[_0x17dbbe(0x280)][_0x17dbbe(0x4ac)]??0x0,_0x1015f5=_0x4a4191['transform']['top']??0x0,_0x630146=this['_boardUIStateService']['getState'](),_0x4cfc66=_0x567585(this[_0x17dbbe(0x4ab)]['getConfig'](_0x29817d)??void 0x0),_0x3b3852=_0x8befc1(_0x372a3e,_0x7a9104[_0x17dbbe(0x57e)],_0x7a9104[_0x17dbbe(0x4ae)],{'zoomRatio':_0x630146[_0x17dbbe(0x411)],'panOffset':_0x630146[_0x17dbbe(0x245)]},_0x4cfc66),_0x20e4af=document[_0x17dbbe(0x1d9)]??window,_0x10d4aa=(_0x4fc4dd,_0x56137d)=>{const _0x3db117=_0x17dbbe;let _0xb8e9=this[_0x3db117(0x2d9)][_0x3db117(0x33e)](),_0x1262b1=_0x8befc1(_0x372a3e,_0x4fc4dd,_0x56137d,{'zoomRatio':_0xb8e9[_0x3db117(0x411)],'panOffset':_0xb8e9['viewportPanOffset']},_0x4cfc66);return{'left':_0x4d679a+_0x1262b1['x']-_0x3b3852['x'],'top':_0x1015f5+_0x1262b1['y']-_0x3b3852['y']};},_0x190a74=(_0x4a9c3e,_0x5b0afd)=>{const _0x1a1a60=_0x17dbbe;let _0x5b8a1c=_0x10d4aa(_0x4a9c3e,_0x5b0afd);return this[_0x1a1a60(0x4f2)][_0x1a1a60(0x1b1)](this[_0x1a1a60(0x307)](_0x7a9104[_0x1a1a60(0x35f)]),{'rect':{..._0x5b8a1c,'width':_0x4a4191[_0x1a1a60(0x280)][_0x1a1a60(0x459)]??0x230,'height':_0x4a4191[_0x1a1a60(0x280)][_0x1a1a60(0x602)]??0x168}}),_0x5b8a1c;},_0x2d7c54=_0x459433=>_0x7a9104[_0x17dbbe(0x4bb)]==null||_0x459433[_0x17dbbe(0x4bb)]===_0x7a9104['pointerId'],_0x3965a4=()=>{},_0x2aa79f=_0x297f99=>{const _0x3445b8=_0x17dbbe;_0x2d7c54(_0x297f99)&&(_0x297f99[_0x3445b8(0x32a)](),_0x190a74(_0x297f99[_0x3445b8(0x57e)],_0x297f99[_0x3445b8(0x4ae)]));},_0x2a8d32=async _0x176a36=>{const _0x1e2a3a=_0x17dbbe;if(!_0x2d7c54(_0x176a36))return;_0x3965a4(),_0x176a36[_0x1e2a3a(0x32a)]();let _0x1e6856=_0x190a74(_0x176a36[_0x1e2a3a(0x57e)],_0x176a36['clientY']);await this[_0x1e2a3a(0x1bd)]['executeCommand'](_0x587794['id'],{'unitId':this[_0x1e2a3a(0x299)][_0x1e2a3a(0x2b0)],'subUnitId':_0x449a7c['subUnitId'],'elementId':_0x7a9104[_0x1e2a3a(0x35f)],'element':_0x4a4191,'transform':{..._0x449a7c[_0x1e2a3a(0x280)],..._0x1e6856}})[_0x1e2a3a(0x51a)](()=>{const _0x14b7aa=_0x1e2a3a;this[_0x14b7aa(0x5b8)](),this['_setAnchorTransformerVisible'](!0x0,_0x449a7c['subUnitId'],_0x7a9104[_0x14b7aa(0x35f)]);});},_0x42b17a=_0x49b187=>{const _0x43433a=_0x17dbbe;_0x2d7c54(_0x49b187)&&(_0x3965a4(),this[_0x43433a(0x5b8)](),this['_setAnchorTransformerVisible'](!0x0,_0x449a7c[_0x43433a(0x519)],_0x7a9104['hostAnchorId']));};_0x3965a4=()=>{const _0x658b2b=_0x17dbbe;_0x20e4af[_0x658b2b(0x47f)](_0x658b2b(0x577),_0x2aa79f),_0x20e4af[_0x658b2b(0x47f)](_0x658b2b(0x3ad),_0x2a8d32),_0x20e4af[_0x658b2b(0x47f)](_0x658b2b(0x240),_0x42b17a),this[_0x658b2b(0x16f)]===_0x3965a4&&(this[_0x658b2b(0x16f)]=void 0x0);},_0x20e4af['addEventListener'](_0x17dbbe(0x577),_0x2aa79f),_0x20e4af['addEventListener'](_0x17dbbe(0x3ad),_0x2a8d32),_0x20e4af[_0x17dbbe(0x4ca)](_0x17dbbe(0x240),_0x42b17a),this[_0x17dbbe(0x16f)]=_0x3965a4;}[_0x69bfe2(0x3e8)](){const _0x1232fd=_0x69bfe2;this[_0x1232fd(0x465)][_0x1232fd(0x5dd)](_0x1a643e=>_0x1a643e['dispose']()),this[_0x1232fd(0x465)][_0x1232fd(0x376)]();}};df=Go([$(0x1,_0x1ac387(_0x375128)),$(0x2,_0x1ac387(_0x167e62)),$(0x3,_0x1ac387(_0xfa85ba)),$(0x4,_0x1ac387(_0x27c9e9)),$(0x5,_0x1ac387(_0x53c7cb)),$(0x6,_0x4290f3),$(0x7,_0x92b278)],df);function ff(){const _0x3b3769=_0x69bfe2;return Iu({'childType':_0x420dc4['UNIVER_BOARD'],'productName':_0x3b3769(0x266),'hostChromeMode':_0x3b3769(0x5da)});}function pf(){const _0x33052a=_0x69bfe2;return{'hostType':_0x420dc4[_0x33052a(0x1b7)],'entry':_0x4270b5[_0x33052a(0x5c3)],'layout':_0x33052a(0x36b),'supportedLayouts':[_0x33052a(0x36b),_0x33052a(0x1ac),'aspect-fit'],'menuBehavior':_0x33052a(0x223)};}function mf(){const _0x1a5f83=_0x69bfe2;return{'childType':_0x420dc4[_0x1a5f83(0x1b7)],'handleWheel':_0xb76dfd=>{const _0xf7bfba=_0x1a5f83;let _0x34d350=_0xb76dfd['runtimeScope'][_0xf7bfba(0x2c0)];return _0x34d350!=null&&_0x34d350[_0xf7bfba(0x6b7)](_0x53c7cb)?(_0x34d350[_0xf7bfba(0x3fa)](_0x53c7cb)[_0xf7bfba(0x344)]({'x':-_0xb76dfd['event'][_0xf7bfba(0x3b4)],'y':-_0xb76dfd[_0xf7bfba(0x33b)]['deltaY']}),!0x0):!0x1;}};}function hf(){const _0x4badd6=_0x69bfe2;return{'childType':_0x420dc4[_0x4badd6(0x1b7)],'supportedLayouts':[_0x4badd6(0x204),_0x4badd6(0x5e2),_0x4badd6(0x36b)],'beforeDeactivate':gf,'mount':_f};}function gf(_0x300cdd){const _0x56aff5=_0x69bfe2;let _0x4898ae=_0x300cdd[_0x56aff5(0x1a6)][_0x56aff5(0x2c0)];if(_0x4898ae['has'](_0x555935)&&_0x4898ae[_0x56aff5(0x3fa)](_0x555935)[_0x56aff5(0x19a)](),_0x4898ae['has'](_0x27c9e9)){let _0x22fc2e=_0x4898ae['get'](_0x27c9e9);_0x22fc2e['clearActiveEditing'](),_0x22fc2e[_0x56aff5(0x4f8)]();}}function _f(_0x58aef4){const _0xa3c5c6=_0x69bfe2;var _0x59b38a,_0x3df5ff;let _0x410207=_0x58aef4[_0xa3c5c6(0x2c0)][_0xa3c5c6(0x3fa)](_0x1e60e6)['getUnit'](_0x58aef4[_0xa3c5c6(0x3cb)],_0x420dc4[_0xa3c5c6(0x1b7)]),_0x152a16=_0x58aef4['runtimeScope'][_0xa3c5c6(0x2c0)];if(!_0x410207||!_0x152a16)return;let _0x3747e5=_0x58aef4[_0xa3c5c6(0x2c0)][_0xa3c5c6(0x3fa)](_0x5ab5f7),_0x20e98e=bu(_0x3747e5,_0x58aef4[_0xa3c5c6(0x3cb)],_0x152a16);if(!_0x20e98e)return;let _0x5ac0b1=ss(_0x58aef4[_0xa3c5c6(0x1a6)][_0xa3c5c6(0x2eb)][_0xa3c5c6(0x680)]);_0x5ac0b1[_0xa3c5c6(0x2e6)](_0x1acda8(Qo,{'injector':_0x152a16,'mountContainer':_0x58aef4[_0xa3c5c6(0x1a6)][_0xa3c5c6(0x2eb)][_0xa3c5c6(0x286)],'embedId':_0x58aef4[_0xa3c5c6(0x2c9)],'children':[_0x5633cf(_0x201394,{'embedded':_0x58aef4[_0xa3c5c6(0x3bb)]['mode']===_0xa3c5c6(0x3b2)&&!_0x58aef4[_0xa3c5c6(0x3bb)][_0xa3c5c6(0x528)],'fitOnMount':!0x1,'showZoomControls':_0x58aef4[_0xa3c5c6(0x3bb)][_0xa3c5c6(0x2aa)]===_0xa3c5c6(0x539)||_0x58aef4[_0xa3c5c6(0x3bb)][_0xa3c5c6(0x528)]===!0x0}),_0x5633cf(_0x1d8bdf,{'positionRoot':_0x58aef4['runtimeScope'][_0xa3c5c6(0x2eb)][_0xa3c5c6(0x680)]})]})),Su(_0x20e98e,{'activate':!0x0});let _0x1e405e=(_0x59b38a=(_0x3df5ff=globalThis)[_0xa3c5c6(0x3f0)])==null?void 0x0:_0x59b38a['call'](_0x3df5ff,()=>{const _0x612ebc=_0xa3c5c6;let _0x459ad7=_0x58aef4['runtimeScope'][_0x612ebc(0x2eb)][_0x612ebc(0x680)][_0x612ebc(0x349)](_0x612ebc(0x565)),_0x12893d=(_0x459ad7==null?void 0x0:_0x459ad7[_0x612ebc(0x59f)]())??_0x58aef4[_0x612ebc(0x1a6)][_0x612ebc(0x2eb)]['content']['getBoundingClientRect'](),_0x19a9bd=_0x567585(_0x152a16[_0x612ebc(0x3fa)](_0x4290f3)[_0x612ebc(0x5c2)](_0x29817d)??void 0x0);_0x152a16[_0x612ebc(0x3fa)](_0x1ba001)[_0x612ebc(0x52f)](_0x410207,{'viewportSize':{'width':_0x12893d['width'],'height':_0x12893d[_0x612ebc(0x602)]},'padding':Math[_0x612ebc(0x269)](0x10,Math[_0x612ebc(0x489)](0x40,Math[_0x612ebc(0x489)](_0x12893d[_0x612ebc(0x459)],_0x12893d[_0x612ebc(0x602)])*0.08)),'zoom':_0x19a9bd});});return _0x52e91f(()=>{const _0x238581=_0xa3c5c6;if(_0x1e405e!=null){var _0x5a9ecb,_0x1488d7;(_0x5a9ecb=(_0x1488d7=globalThis)[_0x238581(0x180)])==null||_0x5a9ecb[_0x238581(0x194)](_0x1488d7,_0x1e405e);}try{var _0x2fd15c,_0x1266a4;(_0x2fd15c=(_0x1266a4=_0x20e98e[_0x238581(0x498)])[_0x238581(0x321)])==null||_0x2fd15c[_0x238581(0x194)](_0x1266a4);}catch{}_0x3747e5[_0x238581(0x616)](_0x58aef4['childUnitId']),cs(_0x5ac0b1),_0x152a16[_0x238581(0x5dc)]();});}function vf(){const _0x475dd4=_0x69bfe2;return Ad({'childType':_0x420dc4[_0x475dd4(0x1b7)],'mount':yf});}function yf(_0x30dd42){const _0x46be57=_0x69bfe2;if(_0x30dd42[_0x46be57(0x3bb)][_0x46be57(0x528)])return;let {root:_0x32a4f1,menu:_0x4aee62}=kd(_0x30dd42),_0x5e5749=ss(_0x4aee62);return _0x5e5749[_0x46be57(0x2e6)](_0x470189(Qo,{'injector':_0x30dd42['runtimeScope'][_0x46be57(0x2c0)],'mountContainer':_0x32a4f1,'embedId':_0x30dd42[_0x46be57(0x2c9)]},_0x470189(bf,{'hostUnitId':_0x30dd42[_0x46be57(0x278)],'embedId':_0x30dd42[_0x46be57(0x2c9)],'childUnitId':_0x30dd42['childUnitId'],'viewportRoot':_0x30dd42[_0x46be57(0x1a6)][_0x46be57(0x2eb)][_0x46be57(0x680)],'fullscreen':!!_0x30dd42['renderScope'][_0x46be57(0x528)]}))),_0x52e91f(()=>{const _0x59a6df=_0x46be57;cs(_0x5e5749),globalThis[_0x59a6df(0x568)](()=>_0x4aee62[_0x59a6df(0x4b0)](),0x0);});}function bf(_0x3f4eaa){const _0x33918a=_0x69bfe2;let {hostUnitId:_0x45f4de,embedId:_0x5cff91,childUnitId:_0x157f29,viewportRoot:_0x222c79,fullscreen:_0x23a895}=_0x3f4eaa,_0x50c50f=_0x1c4e2b(_0x92b278),_0x1cab7a=_0x1c4e2b(_0x4290f3),_0x3e879c=_0x1c4e2b(_0x1e60e6),_0xef4e46=_0x1c4e2b(_0xcc601d),_0x5b2122=_0x1c4e2b(Ua),_0x2fae64=_0x1c4e2b(_0x53c7cb),_0x49d182=_0x1c4e2b(_0x1ba001),_0x18f970=_0x464678(()=>_0x2fae64[_0x33918a(0x28b)],_0x2fae64[_0x33918a(0x33e)](),!0x1,[_0x2fae64]),_0x5d1f28=xf({'embedId':_0x5cff91,'active':_0x464678(()=>_0x5b2122[_0x33918a(0x270)],_0x5b2122[_0x33918a(0x57c)](),!0x1,[_0x5b2122]),'fullscreen':_0x23a895}),_0x70106f=_0x3e879c[_0x33918a(0x5b3)](_0x157f29,_0x420dc4[_0x33918a(0x1b7)]),_0x133ae9=_0x567585(_0x1cab7a[_0x33918a(0x5c2)](_0x29817d)??void 0x0),_0x25abd8=()=>_0x222c79[_0x33918a(0x59f)](),_0x57f18b=()=>({'x':_0x25abd8()[_0x33918a(0x459)]/0x2,'y':_0x25abd8()[_0x33918a(0x602)]/0x2}),_0x2bfdaa=_0x3e8439=>_0x2fae64['setZoomRatioAtViewportPoint'](_0x3e8439,_0x57f18b());return _0x1acda8('div',{'className':_0x55629c(_0x33918a(0x2ea),{'univer-hidden':_0x5d1f28===_0x33918a(0x258),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x23a895,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x23a895,'-univer-top-[44px]':!_0x23a895}),'data-embed-floating-menu':_0x33918a(0x3a6),'data-embed-id':_0x5cff91,'data-embed-float-stage':_0x5d1f28,'onPointerDown':_0x3f723f=>_0x3f723f[_0x33918a(0x3f3)](),'children':[_0x5633cf(_0x33918a(0x19d),{'title':_0xef4e46['t'](_0x33918a(0x54b)),'children':_0x5633cf(_0x57973f,{'onClick':()=>{const _0x174554=_0x33918a;let _0x2c519c=_0x25abd8();_0x49d182[_0x174554(0x52f)](_0x70106f??null,{'viewportSize':{'width':_0x2c519c[_0x174554(0x459)],'height':_0x2c519c[_0x174554(0x602)]},'padding':Math['max'](0x10,Math[_0x174554(0x489)](0x40,Math[_0x174554(0x489)](_0x2c519c[_0x174554(0x459)],_0x2c519c[_0x174554(0x602)])*0.08)),'zoom':_0x133ae9});},'children':_0x5633cf(_0x35a1eb,{})})}),_0x5633cf(_0x33918a(0x19d),{'title':_0xef4e46['t'](_0x33918a(0x32d)),'children':_0x5633cf(_0x57973f,{'onClick':()=>_0x2bfdaa(_0x18f970['zoomRatio']-_0x133ae9[_0x33918a(0x640)]),'children':_0x5633cf(_0xa5f296,{})})}),_0x5633cf('span',{'title':_0xef4e46['t'](_0x33918a(0x18d)),'children':_0x1acda8(_0x57973f,{'noIcon':!0x0,'onClick':()=>_0x2bfdaa(0x1),'children':[Math[_0x33918a(0x1ee)](_0x18f970[_0x33918a(0x411)]*0x64),'%']})}),_0x5633cf(_0x33918a(0x19d),{'title':_0xef4e46['t'](_0x33918a(0x429)),'children':_0x5633cf(_0x57973f,{'onClick':()=>_0x2bfdaa(_0x18f970['zoomRatio']+_0x133ae9[_0x33918a(0x640)]),'children':_0x5633cf(_0xda1641,{})})}),_0x5633cf(_0x33918a(0x19d),{'title':_0xef4e46['t'](_0x33918a(0x5e1)),'children':_0x5633cf(_0x57973f,{'className':'univer-text-red-500','onClick':()=>void _0x50c50f[_0x33918a(0x531)](_0x389aa2['id'],{'hostUnitId':_0x45f4de,'embedId':_0x5cff91}),'children':_0x5633cf(_0x3858b7,{})})})]});}function xf(_0x5ad103){const _0x35b747=_0x69bfe2;var _0x5f3b16;return _0x5ad103[_0x35b747(0x528)]?_0x35b747(0x45e):((_0x5f3b16=_0x5ad103[_0x35b747(0x3de)])==null?void 0x0:_0x5f3b16[_0x35b747(0x2c9)])===_0x5ad103['embedId']?_0x5ad103[_0x35b747(0x3de)][_0x35b747(0x4a0)]??'stage1':_0x35b747(0x258);}function Sf(_0x13b5cf){const _0x383ac3=_0x69bfe2;Au(_0x13b5cf,_0x383ac3(0x441),Cf);}function Cf(_0x5a2352){const _0x412db2=_0x69bfe2;_0x5a2352[_0x412db2(0x6b7)](_0x5431bd)||_0x5a2352[_0x412db2(0x615)]([_0x5431bd,{'useFactory':()=>_0x5a2352[_0x412db2(0x3fa)](Z)}]);let _0x4f73fe=_0x5a2352[_0x412db2(0x3fa)](Vo),_0x9ed454=_0x5a2352[_0x412db2(0x3fa)](zo),_0x4320cc=_0x5a2352[_0x412db2(0x3fa)](Ha),_0x5e2cff=_0x5a2352[_0x412db2(0x3fa)](Bo),_0x26a17b=_0x5a2352['get'](Ic),_0x452a56=_0x5a2352['get'](Gc),_0x14f724=pf();_0x4f73fe[_0x412db2(0x3fa)](_0x14f724[_0x412db2(0x404)],_0x14f724[_0x412db2(0x610)])||_0x4f73fe[_0x412db2(0x47c)](_0x14f724);let _0x59c741=hf();_0x9ed454['get'](_0x59c741[_0x412db2(0x246)])||_0x9ed454[_0x412db2(0x47c)](_0x59c741);let _0x2ab712=ff();_0x4320cc[_0x412db2(0x3fa)](_0x2ab712[_0x412db2(0x246)])||_0x4320cc['register'](_0x2ab712),vf()['forEach'](_0x4ce3c6=>{const _0x4a74fb=_0x412db2;_0x5e2cff[_0x4a74fb(0x435)](_0x4ce3c6[_0x4a74fb(0x404)],_0x4ce3c6[_0x4a74fb(0x610)],_0x4ce3c6['childType'])||_0x5e2cff[_0x4a74fb(0x47c)](_0x4ce3c6);}),_0x26a17b[_0x412db2(0x184)](Cu(_0x5a2352,{'childType':_0x420dc4[_0x412db2(0x1b7)],'renderManagerService':_0x5ab5f7})),_0x452a56['get'](_0x420dc4[_0x412db2(0x1b7)])||_0x452a56[_0x412db2(0x47c)](mf()),_0x5a2352[_0x412db2(0x3fa)](_0x5ab5f7)[_0x412db2(0x62a)](_0x420dc4['UNIVER_BOARD'],df);}const wf={'mode':_0x69bfe2(0x1e5),'target':'container','paddingX':0x0,'minScale':0x0,'align':_0x69bfe2(0x553)};function Tf(){const _0x3083d0=_0x69bfe2;return Pu({'childType':_0x420dc4[_0x3083d0(0x182)],'productName':'Docs'});}function Ef(){const _0x41eb2c=_0x69bfe2;return{'childType':_0x420dc4['UNIVER_DOC'],'supportedLayouts':['tab-peer',_0x41eb2c(0x1ac),_0x41eb2c(0x36b)],'beforeDeactivate':Df,'mount':_0x2dc7ac=>_0x2dc7ac[_0x41eb2c(0x3bb)][_0x41eb2c(0x2aa)]===_0x41eb2c(0x3b2)?mu(_0x2dc7ac,_0x5ab5f7,void 0x0,{'scopedInjector':Of(_0x2dc7ac['runtimeScope']['injector'])}):mu(_0x2dc7ac,_0x5ab5f7)};}function Df(_0x8f02a0){const _0x891356=_0x69bfe2;var _0x33098e;let _0x4c9933=_0x8f02a0[_0x891356(0x2c0)][_0x891356(0x3fa)](_0x5ab5f7)[_0x891356(0x667)](_0x8f02a0['childUnitId']),_0x28a26d=_0x4c9933==null?void 0x0:_0x4c9933[_0x891356(0x32f)](_0x355939);_0x4c9933==null||(_0x33098e=_0x4c9933[_0x891356(0x32f)](_0x51a138))==null||_0x33098e[_0x891356(0x18a)](),_0x28a26d==null||_0x28a26d[_0x891356(0x5ad)](),_0x28a26d==null||_0x28a26d['blur']();}function Of(_0x36f065){return Za(_0x36f065,new Map([[_0x590302,_0x1fea9d=>kf(_0x1fea9d)]]));}function kf(_0x548bc8){const _0x4c543c=_0x69bfe2;return{..._0x548bc8,'fitToWidth':{..._0x548bc8==null?void 0x0:_0x548bc8[_0x4c543c(0x210)],...wf}};}let Af=class extends _0x3eb84c{constructor(_0x2c4d03,_0x3d71a2,_0x3b3f5c,_0x19e0d4,_0x2a2a5b,_0x387647,_0x45e536){const _0x3deb09=_0x69bfe2;var _0x10bfce,_0x2f84cc;super(),this[_0x3deb09(0x299)]=_0x2c4d03,this[_0x3deb09(0x22f)]=_0x3d71a2,this[_0x3deb09(0x1bd)]=_0x3b3f5c,this[_0x3deb09(0x5b1)]=_0x19e0d4,this[_0x3deb09(0x2f6)]=_0x2a2a5b,this['_renderManagerService']=_0x387647,this[_0x3deb09(0x44a)]=_0x45e536,Y(this,_0x3deb09(0x1c7),new Map()),Y(this,_0x3deb09(0x5e9),new Map());let _0x5546b0=_0x353eb8(()=>{const _0xa9f3b=_0x3deb09;this[_0xa9f3b(0x221)]()||this[_0xa9f3b(0x255)]();}),_0x189e6b=_0x353eb8(()=>{const _0x1889ac=_0x3deb09;this[_0x1889ac(0x221)]();});this[_0x3deb09(0x1f2)](_0x5546b0),this['disposeWithMe'](_0x189e6b);let _0x999edf=jf((_0x10bfce=this[_0x3deb09(0x299)][_0x3deb09(0x498)])==null||(_0x2f84cc=_0x10bfce['getCanvasElement'])==null?void 0x0:_0x2f84cc[_0x3deb09(0x194)](_0x10bfce),_0x5546b0[_0x3deb09(0x57f)]);_0x999edf&&this[_0x3deb09(0x1f2)](_0x999edf),this['disposeWithMe']({'dispose':()=>{const _0x32c49e=_0x3deb09;this[_0x32c49e(0x1c7)][_0x32c49e(0x376)](),this[_0x32c49e(0x5e9)][_0x32c49e(0x376)]();}});let _0x317a8e=this['_univerInstanceService'][_0x3deb09(0x639)](_0x420dc4[_0x3deb09(0x6a5)])[_0x3deb09(0x483)](()=>{const _0x6870d8=_0x3deb09;_0x5546b0[_0x6870d8(0x57f)]();}),_0x4820c8=this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x420dc4[_0x3deb09(0x4e8)])[_0x3deb09(0x483)](()=>{const _0x50c08f=_0x3deb09;_0x5546b0[_0x50c08f(0x57f)]();});this['disposeWithMe'](_0x52e91f(()=>_0x317a8e[_0x3deb09(0x2b3)]())),this[_0x3deb09(0x1f2)](_0x52e91f(()=>_0x4820c8[_0x3deb09(0x2b3)]()));let _0x55e1ac=_0x2eafff((_0xb65664,_0x1a0659,_0x13eb3f)=>{const _0x4c09c1=_0x3deb09;var _0x1279fa,_0x5cf412;if(_0xb65664!==this[_0x4c09c1(0x299)][_0x4c09c1(0x2b0)])return null;let _0x236b32=this[_0x4c09c1(0x410)]();if(!_0x236b32)return null;let _0x449587=(_0x1279fa=_0x236b32[_0x4c09c1(0x2b8)])==null?void 0x0:_0x1279fa[_0x1a0659],_0x3252a9=_0x449587==null?void 0x0:_0x449587[_0x4c09c1(0x548)],_0x26c324=_0x3252a9==null?void 0x0:_0x3252a9[_0x4c09c1(0x246)];if(_0x26c324!==_0x420dc4[_0x4c09c1(0x6a5)]&&_0x26c324!==_0x420dc4[_0x4c09c1(0x4e8)])return null;let _0x46f811=this[_0x4c09c1(0x44a)][_0x4c09c1(0x4b7)](),_0xae81f2=this[_0x4c09c1(0x1bc)](_0x46f811),_0x4354b3=this[_0x4c09c1(0x4f9)](_0x3252a9,_0x26c324),_0x3feba6=_0x4354b3?this['_getChildUnitForMeasurement'](_0x4354b3,_0x26c324,_0x5546b0[_0x4c09c1(0x57f)]):void 0x0,_0x32f817=_0x4354b3&&_0x3feba6!=null?this[_0x4c09c1(0x5b1)][_0x4c09c1(0x6b5)]({'childType':_0x26c324,'childUnit':_0x3feba6,'childUnitId':_0x4354b3,'viewportWidth':_0x13eb3f[_0x4c09c1(0x364)]}):void 0x0,_0x129438=_0x52dc5b(_0x26c324),_0x4860bc=Nf(_0x13eb3f[_0x4c09c1(0x352)],_0x129438[_0x4c09c1(0x602)]),_0x5a4984=Nf(_0x13eb3f[_0x4c09c1(0x364)],_0x129438[_0x4c09c1(0x459)]),_0x37e5fa=(_0x32f817==null?void 0x0:_0x32f817[_0x4c09c1(0x602)])??_0x4860bc,_0x59fba2=_0x3f1fd6({'childType':_0x26c324,'contentHeight':_0x26c324===_0x420dc4[_0x4c09c1(0x6a5)]?Yl(_0x37e5fa):_0x37e5fa,'contentWidth':_0x32f817==null?void 0x0:_0x32f817[_0x4c09c1(0x459)],'docsLeft':this[_0x4c09c1(0x33f)](),'documentFlavor':(_0x5cf412=_0x236b32['documentStyle'])==null?void 0x0:_0x5cf412['documentFlavor'],'fallbackHeight':_0x4860bc,'fallbackWidth':_0x5a4984,'pageMarginLeft':_0x13eb3f[_0x4c09c1(0x14f)],'pageMarginRight':_0x13eb3f[_0x4c09c1(0x56a)],'pageWidth':_0x13eb3f[_0x4c09c1(0x494)],'scale':_0x46f811,'visibleCanvasHeight':_0xae81f2==null?void 0x0:_0xae81f2[_0x4c09c1(0x602)],'visibleCanvasLeft':_0xae81f2==null?void 0x0:_0xae81f2[_0x4c09c1(0x4ac)],'visibleCanvasWidth':_0xae81f2==null?void 0x0:_0xae81f2['width']}),_0x70ab7d=_0x59fba2[_0x4c09c1(0x1ab)]??_0x59fba2[_0x4c09c1(0x602)],_0x12ee7a=_0x26c324===_0x420dc4[_0x4c09c1(0x4e8)]?0x34:0x0,_0x40df5c=(_0xae81f2==null?void 0x0:_0xae81f2[_0x4c09c1(0x602)])==null?_0x59fba2['viewportHeight']??_0x70ab7d:Math[_0x4c09c1(0x489)](_0x70ab7d,Math[_0x4c09c1(0x269)](0x1,_0xae81f2[_0x4c09c1(0x602)]-_0x12ee7a));return{..._0x59fba2,'viewportHeight':_0x40df5c,'height':Xl({'contentHeight':_0x70ab7d,'floatingMenuInsetTop':0x34})};});this[_0x3deb09(0x1f2)]({'dispose':_0x55e1ac}),this[_0x3deb09(0x1f2)](this[_0x3deb09(0x1bd)][_0x3deb09(0x5d2)](_0x575d97=>{const _0x49f3e1=_0x3deb09;if(_0x575d97['id']===_0x204397['id']){let _0x3b444d=_0x575d97['params'];typeof _0x3b444d==_0x49f3e1(0x34f)&&_0x3b444d&&_0x49f3e1(0x2b0)in _0x3b444d&&_0x3b444d['unitId']===this[_0x49f3e1(0x299)][_0x49f3e1(0x2b0)]&&_0x189e6b['schedule']();return;}let _0x29a019=this[_0x49f3e1(0x410)]();_0x29a019&&_0xa4546({'childUnitIds':_0x3c3890(_0x29a019[_0x49f3e1(0x2b8)],_0x5d2e89=>this[_0x49f3e1(0x4f9)](_0x5d2e89)),'commandId':_0x575d97['id'],'commandParams':_0x575d97[_0x49f3e1(0x68d)],'hostUnitId':this['_context'][_0x49f3e1(0x2b0)]})&&_0x5546b0[_0x49f3e1(0x57f)]();}));}['_getHostUnit'](){const _0x962a43=_0x69bfe2;if(!this[_0x962a43(0x644)])return this['_context'][_0x962a43(0x359)]??void 0x0;}['_getHostSnapshot'](){const _0x467538=_0x69bfe2;var _0x4706d7;return(_0x4706d7=this[_0x467538(0x4e3)]())==null?void 0x0:_0x4706d7[_0x467538(0x580)]();}['_rerenderHostDoc'](){const _0x356e0e=_0x69bfe2;let _0x833f9d=this[_0x356e0e(0x308)][_0x356e0e(0x667)](this[_0x356e0e(0x299)][_0x356e0e(0x2b0)]);try{var _0x2b1c0a;let _0x1aa32a=_0x833f9d==null||(_0x2b1c0a=_0x833f9d['with'])==null?void 0x0:_0x2b1c0a['call'](_0x833f9d,_0x291d09);return _0x1aa32a?(_0x1aa32a[_0x356e0e(0x2e2)](),!0x0):!0x1;}catch{return!0x1;}}[_0x69bfe2(0x255)](){const _0x10a347=_0x69bfe2;let _0x4efe14=this['_getHostUnit'](),_0x1e885e=_0x4efe14==null?void 0x0:_0x4efe14['zoomRatio'];typeof _0x1e885e==_0x10a347(0x181)&&this['_commandService'][_0x10a347(0x1fb)](_0x204397['id'],{'unitId':this[_0x10a347(0x299)][_0x10a347(0x2b0)],'zoomRatio':_0x1e885e});}[_0x69bfe2(0x4f9)](_0x9a1364,_0x3674f2){const _0x6b60b6=_0x69bfe2;if(!_0x9a1364||typeof _0x9a1364!='object')return;let _0x413826=_0x9a1364,_0x55866a=typeof _0x413826[_0x6b60b6(0x246)]==_0x6b60b6(0x181)?_0x413826['childType']:_0x3674f2;if(_0x55866a!==_0x420dc4[_0x6b60b6(0x6a5)]&&_0x55866a!==_0x420dc4[_0x6b60b6(0x4e8)])return;if(typeof _0x413826[_0x6b60b6(0x3cb)]==_0x6b60b6(0x284))return _0x413826['childUnitId'];if(typeof _0x413826[_0x6b60b6(0x2c9)]!=_0x6b60b6(0x284))return;let _0x4ab8ed=typeof _0x413826[_0x6b60b6(0x278)]=='string'?_0x413826[_0x6b60b6(0x278)]:this[_0x6b60b6(0x299)][_0x6b60b6(0x2b0)],_0x2500dd=this[_0x6b60b6(0x2f6)][_0x6b60b6(0x464)](_0x4ab8ed,_0x413826['embedId']);if((_0x2500dd==null?void 0x0:_0x2500dd['childType'])===_0x55866a){if(typeof _0x2500dd['childUnitId']==_0x6b60b6(0x284))return _0x2500dd[_0x6b60b6(0x3cb)];try{return _0x2d2a21(_0x2500dd[_0x6b60b6(0x4dd)][_0x6b60b6(0x37c)]);}catch{return;}}}[_0x69bfe2(0x638)](_0x45bfdb,_0x5605a4,_0x34eb84){const _0x4fb651=_0x69bfe2;let _0x1cf07a=_0x5605a4+':'+_0x45bfdb;if(this[_0x4fb651(0x1c7)][_0x4fb651(0x6b7)](_0x1cf07a))return this['_resolvedChildUnits'][_0x4fb651(0x3fa)](_0x1cf07a);let _0x23915e=this[_0x4fb651(0x22f)]['getUnit'](_0x45bfdb,_0x5605a4);if(_0x23915e!=null){if(!Mf(_0x23915e))return this[_0x4fb651(0x1c7)][_0x4fb651(0x52c)](_0x1cf07a,_0x23915e),_0x23915e;if(!this['_pendingChildUnits'][_0x4fb651(0x6b7)](_0x1cf07a)){let _0x25e1cb=Promise[_0x4fb651(0x449)](_0x23915e)['then'](_0x3aba80=>(this[_0x4fb651(0x5e9)][_0x4fb651(0x288)](_0x1cf07a),this['_resolvedChildUnits'][_0x4fb651(0x52c)](_0x1cf07a,_0x3aba80),this[_0x4fb651(0x644)]||_0x34eb84(),_0x3aba80),()=>{const _0x48d71a=_0x4fb651;this[_0x48d71a(0x5e9)][_0x48d71a(0x288)](_0x1cf07a);});this[_0x4fb651(0x5e9)][_0x4fb651(0x52c)](_0x1cf07a,_0x25e1cb);}}}[_0x69bfe2(0x33f)](){const _0x5afbfe=_0x69bfe2;var _0x38807b,_0x5b1f11;return((_0x38807b=this['_context'][_0x5afbfe(0x225)])==null||(_0x5b1f11=_0x38807b['getOffsetConfig'])==null||(_0x5b1f11=_0x5b1f11[_0x5afbfe(0x194)](_0x38807b))==null?void 0x0:_0x5b1f11[_0x5afbfe(0x57a)])??0x0;}[_0x69bfe2(0x1bc)](_0xcb7f9a){const _0x4afc82=_0x69bfe2;var _0x152582,_0x4975cf,_0x888bb6,_0x57fb7c,_0x3e11fb,_0x3d4658;let _0x25993c=Number[_0x4afc82(0x40e)](_0xcb7f9a)&&_0xcb7f9a>0x0?_0xcb7f9a:0x1,_0xaa00c=((_0x152582=this['_context'][_0x4afc82(0x1b4)][_0x4afc82(0x2b6)](_0x4baaa7[_0x4afc82(0x38c)]))==null?void 0x0:_0x152582['viewportScrollX'])??0x0,_0x1b58ca=(_0x4975cf=(_0x888bb6=this[_0x4afc82(0x299)][_0x4afc82(0x498)])[_0x4afc82(0x252)])==null||(_0x4975cf=_0x4975cf[_0x4afc82(0x194)](_0x888bb6))==null||(_0x57fb7c=_0x4975cf[_0x4afc82(0x59f)])==null?void 0x0:_0x57fb7c[_0x4afc82(0x194)](_0x4975cf),_0x1f5751=_0x1b58ca==null?void 0x0:_0x1b58ca['width'],_0x7ad284=_0x1b58ca==null?void 0x0:_0x1b58ca[_0x4afc82(0x602)],_0x4d58b0=((_0x3e11fb=this[_0x4afc82(0x299)][_0x4afc82(0x225)])==null?void 0x0:_0x3e11fb[_0x4afc82(0x459)])??this[_0x4afc82(0x299)][_0x4afc82(0x1b4)][_0x4afc82(0x459)],_0x4ed4f4=(_0x1f5751??_0x4d58b0??0x0)/_0x25993c,_0x1442ea=((_0x3d4658=this[_0x4afc82(0x299)]['mainComponent'])==null?void 0x0:_0x3d4658['height'])??this[_0x4afc82(0x299)][_0x4afc82(0x1b4)][_0x4afc82(0x602)],_0x511366=(_0x7ad284??_0x1442ea??0x0)/_0x25993c;return!_0x4ed4f4||!Number['isFinite'](_0x4ed4f4)||_0x4ed4f4<=0x0||!_0x511366||!Number[_0x4afc82(0x40e)](_0x511366)||_0x511366<=0x0?null:{'height':_0x511366,'left':_0xaa00c,'width':_0x4ed4f4};}};Af=Go([$(0x1,_0x1ac387(_0x1e60e6)),$(0x2,_0x1ac387(_0x92b278)),$(0x3,_0x1ac387(pu)),$(0x4,_0x1ac387(_0x375128)),$(0x5,_0x5ab5f7),$(0x6,_0x1ac387(_0x3dca8c))],Af);function jf(_0x230dff,_0x130613){const _0x1e584b=_0x69bfe2;if(!_0x230dff||typeof ResizeObserver>'u')return;let _0x12bb2f=new ResizeObserver(()=>_0x130613());return _0x12bb2f[_0x1e584b(0x334)](_0x230dff),{'dispose':()=>_0x12bb2f[_0x1e584b(0x29f)]()};}function Mf(_0x6362b0){const _0x54575a=_0x69bfe2;return!!_0x6362b0&&typeof _0x6362b0[_0x54575a(0x239)]==_0x54575a(0x421);}function Nf(_0x502c57,_0xef43f7){const _0x4f1779=_0x69bfe2;return typeof _0x502c57=='number'&&Number[_0x4f1779(0x40e)](_0x502c57)&&_0x502c57>0x1?_0x502c57:_0xef43f7;}function Pf(_0x4e772d,_0x54144c,_0x53918b){const _0x53aa31=_0x69bfe2;return{..._0x41760d(_0x4e772d,_0x54144c),'afterCreateAnchor':_0x3f5291=>If(_0x53918b,_0x3f5291[_0x53aa31(0x278)]),'afterRemoveAnchor':_0x1f0d4c=>If(_0x53918b,_0x1f0d4c[_0x53aa31(0x278)])};}function Ff(){const _0x42ea28=_0x69bfe2;return{'hostType':_0x420dc4[_0x42ea28(0x182)],'entry':_0x42ea28(0x37a),'layout':_0x42ea28(0x14c),'supportedLayouts':['docs-sticky-sheet',_0x42ea28(0x2a1),_0x42ea28(0x2e9),_0x42ea28(0x36b),_0x42ea28(0x204)],'menuBehavior':_0x42ea28(0x223)};}function If(_0x48a0fb,_0x3998e8){const _0x1d8fc3=_0x69bfe2;var _0x53e9bd,_0x1c5d33,_0x26245d,_0x1da514;if(!_0x48a0fb)return;let _0x410fb8=_0x48a0fb[_0x1d8fc3(0x667)](_0x3998e8);if(_0x410fb8){for(let _0x432eca of _0x410fb8[_0x1d8fc3(0x54e)][_0x1d8fc3(0x2f1)]()){var _0x90c3cd;(_0x90c3cd=_0x432eca[_0x1d8fc3(0x66c)])==null||_0x90c3cd[_0x1d8fc3(0x194)](_0x432eca);}(_0x53e9bd=_0x410fb8['engine'])==null||_0x53e9bd[_0x1d8fc3(0x469)](),(_0x1c5d33=_0x410fb8[_0x1d8fc3(0x1b4)])==null||_0x1c5d33[_0x1d8fc3(0x66c)](),(_0x26245d=_0x410fb8['with'])==null||(_0x26245d=_0x26245d[_0x1d8fc3(0x194)](_0x410fb8,_0x732839))==null||(_0x1da514=_0x26245d['calculatePagePosition'])==null||_0x1da514[_0x1d8fc3(0x194)](_0x26245d);}}function Lf(_0x1dfee9){const _0x5bb0fe=_0x69bfe2;return{'childType':_0x420dc4[_0x5bb0fe(0x182)],'handleWheel':_0x455f8e=>{const _0x518425=_0x5bb0fe;let _0x5f215c=_0x1dfee9[_0x518425(0x6b7)](Kc)?_0x1dfee9['get'](Kc):void 0x0;if((_0x5f215c==null?void 0x0:_0x5f215c[_0x518425(0x4b1)](_0x455f8e))===!0x0)return!0x0;if(!_0x1dfee9[_0x518425(0x6b7)](_0x5ab5f7))return!0x1;let _0x3ff7e3=_0x1dfee9[_0x518425(0x3fa)](_0x5ab5f7)[_0x518425(0x667)](_0x455f8e[_0x518425(0x3cb)]),_0x260d4e=_0x3ff7e3==null?void 0x0:_0x3ff7e3[_0x518425(0x1b4)];return ql(_0x455f8e,_0x260d4e==null?void 0x0:_0x260d4e['getViewport'](_0x4baaa7[_0x518425(0x38c)]),_0x260d4e);}};}function Rf(){const _0x5c4ee5=_0x69bfe2;return Ad({'childType':_0x420dc4[_0x5c4ee5(0x182)],'mount':zf});}function zf(_0x34a401){const _0x35ad44=_0x69bfe2;let {root:_0x2b1c1a,menu:_0x2e0a39}=kd(_0x34a401),_0x27ddf8=ss(_0x2e0a39);return _0x27ddf8[_0x35ad44(0x2e6)](_0x470189(Qo,{'injector':_0x34a401['runtimeScope'][_0x35ad44(0x2c0)],'mountContainer':_0x2b1c1a,'embedId':_0x34a401[_0x35ad44(0x2c9)]},_0x470189(Bf,{'hostUnitId':_0x34a401[_0x35ad44(0x278)],'embedId':_0x34a401[_0x35ad44(0x2c9)],'entry':_0x34a401[_0x35ad44(0x4e2)][_0x35ad44(0x610)],'fullscreen':!!_0x34a401[_0x35ad44(0x3bb)][_0x35ad44(0x528)],'usesDomFloatingStage':_0x34a401[_0x35ad44(0x4e2)][_0x35ad44(0x610)]!=='slides-floating-object','renderScopeActive$':_0x34a401[_0x35ad44(0x3bb)][_0x35ad44(0x270)]}))),_0x52e91f(()=>{const _0x4b05eb=_0x35ad44;cs(_0x27ddf8),globalThis[_0x4b05eb(0x568)](()=>_0x2e0a39[_0x4b05eb(0x4b0)](),0x0);});}function Bf(_0x10a3d){const _0x42133f=_0x69bfe2;let {hostUnitId:_0x11c443,embedId:_0x18613c,entry:_0x297456,fullscreen:_0xc79cb5,usesDomFloatingStage:_0x1867dd,renderScopeActive$:_0x20f43f}=_0x10a3d,_0x1cf225=_0x464678(()=>_0x20f43f,!0x1,!0x1,[_0x20f43f]),_0x4c21c1=_0x1c4e2b(_0x92b278),_0x4de93b=_0x1c4e2b(Ua),_0xbd5d48=ac({'embedId':_0x18613c,'active':_0x464678(()=>_0x4de93b[_0x42133f(0x270)],_0x4de93b['getActive'](),!0x1,[_0x4de93b]),'fullscreen':_0xc79cb5,'usesDomFloatingStage':_0x1867dd,'renderScopeActive':_0x1cf225});return _0x5633cf('div',{'className':_0x55629c(_0x42133f(0x5db),{'univer-hidden':_0xbd5d48!==_0x42133f(0x45e),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0xc79cb5,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0xc79cb5,'-univer-top-9':!_0xc79cb5&&_0x297456!==_0x42133f(0x37a),'-univer-top-[52px]':!_0xc79cb5&&_0x297456==='docs-custom-block'}),'data-embed-floating-menu':_0x42133f(0x3a6),'data-embed-id':_0x18613c,'data-embed-float-stage':_0xbd5d48,'onPointerDown':_0x2a23d4=>_0x2a23d4[_0x42133f(0x3f3)](),'children':_0x5633cf(_0xb778ea,{'type':_0x42133f(0x559),'size':_0x42133f(0x6a8),'variant':_0x42133f(0x521),'className':_0x42133f(0x1dc),'onClick':()=>{const _0x48813c=_0x42133f;_0x4c21c1[_0x48813c(0x531)](_0x389aa2['id'],{'hostUnitId':_0x11c443,'embedId':_0x18613c});},'children':_0x5633cf(_0x3858b7,{})})});}function Vf(_0x7834b0){Au(_0x7834b0,'docs-ui.embed',Hf);}function Hf(_0x6d694c){const _0x509c7b=_0x69bfe2;let _0x3c6421=_0x6d694c[_0x509c7b(0x3fa)](_0x33f49c),_0x167029=_0x6d694c[_0x509c7b(0x3fa)](Vo),_0x3e77a4=_0x6d694c[_0x509c7b(0x3fa)](zo),_0x81be38=_0x6d694c[_0x509c7b(0x3fa)](Ha),_0x523736=_0x6d694c[_0x509c7b(0x3fa)](Bo),_0x598376=_0x6d694c[_0x509c7b(0x3fa)](Ic),_0x1318c1=_0x6d694c[_0x509c7b(0x3fa)](Gc),_0xd1c61c=_0x6d694c['has'](_0x8947bc)?_0x6d694c[_0x509c7b(0x3fa)](_0x8947bc):void 0x0,_0x12bd4d=_0x6d694c[_0x509c7b(0x6b7)](_0x1e60e6)?_0x6d694c[_0x509c7b(0x3fa)](_0x1e60e6):void 0x0,_0x3e3270=_0x6d694c[_0x509c7b(0x6b7)](_0x5ab5f7)?_0x6d694c[_0x509c7b(0x3fa)](_0x5ab5f7):void 0x0;_0x3e3270==null||_0x3e3270['registerRenderModule'](_0x420dc4[_0x509c7b(0x182)],[Af]);let _0x51ca23=Pf(_0xd1c61c,_0x12bd4d,_0x3e3270);_0x3c6421[_0x509c7b(0x3fa)](_0x51ca23['hostType'],_0x51ca23[_0x509c7b(0x610)])||_0x3c6421['register'](_0x51ca23);let _0x36cf52=Ff();_0x167029['get'](_0x36cf52[_0x509c7b(0x404)],_0x36cf52[_0x509c7b(0x610)])||_0x167029[_0x509c7b(0x47c)](_0x36cf52);let _0xf5c8f7=Ef();_0x3e77a4[_0x509c7b(0x3fa)](_0xf5c8f7[_0x509c7b(0x246)])||_0x3e77a4['register'](_0xf5c8f7);let _0x3084b5=Tf();_0x81be38[_0x509c7b(0x3fa)](_0x3084b5[_0x509c7b(0x246)])||_0x81be38[_0x509c7b(0x47c)](_0x3084b5),Rf()['forEach'](_0x1492be=>{const _0x141502=_0x509c7b;_0x523736[_0x141502(0x435)](_0x1492be['hostType'],_0x1492be['entry'],_0x1492be[_0x141502(0x246)])||_0x523736[_0x141502(0x47c)](_0x1492be);}),_0x598376[_0x509c7b(0x184)](Cu(_0x6d694c,{'childType':_0x420dc4[_0x509c7b(0x182)],'renderManagerService':_0x5ab5f7})),_0x1318c1[_0x509c7b(0x3fa)](_0x420dc4[_0x509c7b(0x182)])||_0x1318c1[_0x509c7b(0x47c)](Lf(_0x6d694c));}function Uf(){const _0x2e5216=_0x69bfe2;return{'childType':_0x420dc4[_0x2e5216(0x6a5)],'measureContentSize':_0x43a302=>{const _0x50881c=_0x2e5216;let _0x33bccf=Wf(_0x43a302[_0x50881c(0x583)]),_0x3d2856=Kf(_0x43a302[_0x50881c(0x583)]);return _0x33bccf==null&&_0x3d2856==null?void 0x0:{'height':_0x33bccf,'width':_0x3d2856};}};}function Wf(_0xe4f39b){const _0x3186b9=_0x69bfe2;var _0x4329f9;let _0x1396af=_0xe4f39b instanceof _0x2a6b22?_0xe4f39b[_0x3186b9(0x5b0)](!0x0):void 0x0;if(!_0x1396af)return;let _0x12dc66=qf(_0x1396af);if(!Number[_0x3186b9(0x40e)](_0x12dc66)||_0x12dc66==null||_0x12dc66<0x0)return;let _0xe3f84=Xf((_0x4329f9=_0x1396af[_0x3186b9(0x5c2)])==null||(_0x4329f9=_0x4329f9[_0x3186b9(0x194)](_0x1396af))==null?void 0x0:_0x4329f9[_0x3186b9(0x1ce)],_0x1fda68),_0xaa8bad=Gf(_0xe4f39b),_0x2d4a87=0x0;for(let _0x1870c6=0x0;_0x1870c6<_0x12dc66;_0x1870c6++){var _0x25b767,_0x4368ff;((_0x25b767=_0x1396af[_0x3186b9(0x43b)])==null?void 0x0:_0x25b767[_0x3186b9(0x194)](_0x1396af,_0x1870c6))!==!0x1&&(_0x2d4a87+=Zf((_0x4368ff=_0x1396af[_0x3186b9(0x5ec)])==null?void 0x0:_0x4368ff[_0x3186b9(0x194)](_0x1396af,_0x1870c6),_0xe3f84));}return _0xaa8bad+_0x2d4a87;}function Gf(_0x1ce166){const _0x200242=_0x69bfe2;var _0x4bac03;let _0x590f67=_0x1ce166 instanceof _0x2a6b22?_0x1ce166['getActiveSheet'](!0x0):void 0x0,_0x2dc91c=_0x590f67==null||(_0x4bac03=_0x590f67[_0x200242(0x5c2)])==null||(_0x4bac03=_0x4bac03['call'](_0x590f67))==null?void 0x0:_0x4bac03[_0x200242(0x5cc)];return _0x2dc91c!=null&&_0x2dc91c[_0x200242(0x3c3)]?0x0:Xf(_0x2dc91c==null?void 0x0:_0x2dc91c[_0x200242(0x602)],0x18);}function Kf(_0x4c70a8){const _0x5855d1=_0x69bfe2;var _0x2a4dab,_0x57f963;let _0x131d07=_0x4c70a8 instanceof _0x2a6b22?_0x4c70a8[_0x5855d1(0x5b0)](!0x0):void 0x0;if(!_0x131d07)return;let _0x437cf0=Jf(_0x131d07);if(!Number[_0x5855d1(0x40e)](_0x437cf0)||_0x437cf0==null||_0x437cf0<0x0)return;let _0x137a94=(_0x2a4dab=_0x131d07['getConfig'])==null||(_0x2a4dab=_0x2a4dab[_0x5855d1(0x194)](_0x131d07))==null?void 0x0:_0x2a4dab[_0x5855d1(0x53b)],_0xe87d59=Xf((_0x57f963=_0x131d07[_0x5855d1(0x5c2)])==null||(_0x57f963=_0x57f963[_0x5855d1(0x194)](_0x131d07))==null?void 0x0:_0x57f963[_0x5855d1(0x18c)],_0x88c5d4),_0x25d7df=_0x137a94!=null&&_0x137a94[_0x5855d1(0x3c3)]?0x0:Xf(_0x137a94==null?void 0x0:_0x137a94[_0x5855d1(0x459)],_0x5cdded),_0x548aaf=0x0;for(let _0x3cd4ae=0x0;_0x3cd4ae<_0x437cf0;_0x3cd4ae++){var _0x32f94b,_0x1f37fc;((_0x32f94b=_0x131d07[_0x5855d1(0x1f8)])==null?void 0x0:_0x32f94b['call'](_0x131d07,_0x3cd4ae))!==!0x1&&(_0x548aaf+=Xf((_0x1f37fc=_0x131d07[_0x5855d1(0x518)])==null?void 0x0:_0x1f37fc[_0x5855d1(0x194)](_0x131d07,_0x3cd4ae),_0xe87d59));}return _0x25d7df+_0x548aaf+_0x5a4e0a[_0x5855d1(0x31c)];}function qf(_0x4d8306){return Yf(_0x4d8306['getRowCount']());}function Jf(_0x5e5537){const _0x5c6ffc=_0x69bfe2;return Yf(_0x5e5537[_0x5c6ffc(0x24d)]());}function Yf(_0x432ef4){const _0x2c1af8=_0x69bfe2;return typeof _0x432ef4=='number'&&Number['isFinite'](_0x432ef4)&&_0x432ef4>=0x0?Math[_0x2c1af8(0x1e8)](_0x432ef4):void 0x0;}function Xf(_0x5da4f5,_0x170a7e){const _0x9dd86b=_0x69bfe2;return typeof _0x5da4f5==_0x9dd86b(0x181)&&Number[_0x9dd86b(0x40e)](_0x5da4f5)&&_0x5da4f5>0x0?_0x5da4f5:_0x170a7e;}function Zf(_0x34f88b,_0x4f1b50){const _0x1d3432=_0x69bfe2;return typeof _0x34f88b==_0x1d3432(0x181)&&Number['isFinite'](_0x34f88b)&&_0x34f88b>=0x0?_0x34f88b:_0x4f1b50;}function Qf(){const _0x34a94f=_0x69bfe2;return{'hostType':_0x420dc4[_0x34a94f(0x6a5)],'entry':_0x34a94f(0x155),'layout':_0x34a94f(0x1ac),'supportedLayouts':[_0x34a94f(0x1ac),_0x34a94f(0x2e9),'scroll-contained',_0x34a94f(0x204)],'menuBehavior':'floating'};}function $f(){const _0x2ab0e1=_0x69bfe2;return{'hostType':_0x420dc4['UNIVER_SHEET'],'entry':_0x2ab0e1(0x38b),'layout':'tab-peer','supportedLayouts':[_0x2ab0e1(0x5e2)],'menuBehavior':_0x2ab0e1(0x331),'mount':_0x86411e=>{const _0x167024=_0x2ab0e1;let _0x4dc9a5=ep(_0x167024(0x29a),_0x86411e[_0x167024(0x4e2)][_0x167024(0x35f)]);return _0x4dc9a5?{'hostElement':_0x4dc9a5}:{};}};}function ep(_0x2586e6,_0x1cdf7f){return document['querySelector']('['+_0x2586e6+'=\x22'+tp(_0x1cdf7f)+'\x22]');}function tp(_0x5275f6){return _0x5275f6['replace'](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function np(_0x1eb677){const _0xdcda3e=_0x69bfe2;let _0x313b8b=_0x1eb677[_0xdcda3e(0x6b7)](_0x1e60e6)?_0x1eb677['get'](_0x1e60e6):void 0x0,_0x3ee31d=_0x1eb677[_0xdcda3e(0x6b7)](_0x5ab5f7)?_0x1eb677['get'](_0x5ab5f7):void 0x0;return{'childType':_0x420dc4[_0xdcda3e(0x6a5)],'getStickyHeaderHeight':_0x449da0=>{const _0x94368e=_0xdcda3e;let _0x4605da=_0x449da0[_0x94368e(0x1a6)]['instanceService']??_0x313b8b;return Gf(_0x4605da==null?void 0x0:_0x4605da[_0x94368e(0x5b3)](_0x449da0[_0x94368e(0x3cb)],_0x420dc4[_0x94368e(0x6a5)]));},'subscribeVerticalScroll':(_0x452fe3,_0x1a26c1)=>{const _0x5ab60f=_0xdcda3e;var _0x3ec088,_0x2b44f3;let _0x20f684=((_0x3ec088=_0x452fe3[_0x5ab60f(0x1a6)])==null?void 0x0:_0x3ec088[_0x5ab60f(0x2c0)])??_0x1eb677,_0x4ae116=_0x20f684!==_0x1eb677&&_0x20f684[_0x5ab60f(0x6b7)](_0x5ab5f7)?_0x20f684[_0x5ab60f(0x3fa)](_0x5ab5f7):_0x3ee31d,_0xe48fd2=_0x4ae116==null||(_0x2b44f3=_0x4ae116[_0x5ab60f(0x667)](_0x452fe3[_0x5ab60f(0x3cb)]))==null||(_0x2b44f3=_0x2b44f3['scene'])==null?void 0x0:_0x2b44f3['getViewport'](_0x4e0ee1['VIEW_MAIN']);if(!_0xe48fd2)return;let _0xf5c7fc=_0xe48fd2[_0x5ab60f(0x480)][_0x5ab60f(0x2df)](_0x655aad=>{const _0x6a8185=_0x5ab60f;_0x1a26c1(_0x655aad[_0x6a8185(0x346)]??_0xe48fd2[_0x6a8185(0x346)]??0x0);});return _0x52e91f(()=>_0xf5c7fc[_0x5ab60f(0x2b3)]());},'handleWheel':_0x56f2f3=>{const _0x314de5=_0xdcda3e;var _0x90e31a;if(_0x56f2f3[_0x314de5(0x4dd)]!==_0x314de5(0x415)&&oc(_0x56f2f3[_0x314de5(0x4ef)],_0x56f2f3[_0x314de5(0x33b)]))return!0x1;let _0x3d03ab=((_0x90e31a=_0x56f2f3['runtimeScope'])==null?void 0x0:_0x90e31a['injector'])??_0x1eb677,_0x294acc=_0x3d03ab!==_0x1eb677&&_0x3d03ab[_0x314de5(0x6b7)](_0x5ab5f7)?_0x3d03ab['get'](_0x5ab5f7):_0x3ee31d;if(!_0x294acc)return!0x1;let _0x3ee3a2=_0x294acc[_0x314de5(0x667)](_0x56f2f3[_0x314de5(0x3cb)]),_0x2be77e=_0x3ee3a2==null?void 0x0:_0x3ee3a2[_0x314de5(0x1b4)];return ql(_0x56f2f3,_0x2be77e==null?void 0x0:_0x2be77e[_0x314de5(0x2b6)](_0x4e0ee1['VIEW_MAIN']),_0x2be77e);}};}function rp(_0x157284){const _0xc3b31e=_0x69bfe2;let _0x493da9=[];return[['base',_0x13726f,0x0],[_0xc3b31e(0x669),_0x40b66e,0x64],[_0xc3b31e(0x556),_0x1ec49f,0x64],[_0xc3b31e(0x151),_0x3ebd42,0x64],[_0xc3b31e(0x1b0),_0x325cd6,0x64],[_0xc3b31e(0x534),_0x342667,0x64],[_0xc3b31e(0x3d2),_0x3e1cdd,0x64],[_0xc3b31e(0x2ca),_0x1752be,0x64],[_0xc3b31e(0x149),_0x1e44d0,0x64],[_0xc3b31e(0x62f),_0x546746,0x64],[_0xc3b31e(0x2fd),_0x63caeb,0x64],[_0xc3b31e(0x227),_0x497dc0,0x64],[_0xc3b31e(0x2a4),_0x324c5c,0x64],[_0xc3b31e(0x4da),_0x283cb8,0x64],['chart',_0x3d3602,0x64],[_0xc3b31e(0x41f),_0x42ede1,0x64],[_0xc3b31e(0x678),_0x2f4589,0x64]][_0xc3b31e(0x5dd)](([_0x1e0764,_0x4a2aa9,_0x5b61bf])=>{const _0x27a998=_0xc3b31e;let _0x4facb0=Os(_0x157284,{'id':_0x27a998(0x218)+_0x1e0764,'childType':_0x420dc4['UNIVER_SHEET'],'surface':_0x27a998(0x5a7),'order':_0x5b61bf,'menuSchema':_0x4a2aa9});_0x4facb0&&_0x493da9[_0x27a998(0x5a8)](_0x4facb0);}),_0x52e91f(()=>_0x493da9[_0xc3b31e(0x5dd)](_0x58fa4d=>_0x58fa4d[_0xc3b31e(0x5dc)]()));}function ip(){const _0x4f415e=_0x69bfe2;return Pu({'childType':_0x420dc4[_0x4f415e(0x6a5)],'productName':_0x4f415e(0x304)});}function ap(_0x2d3f5d){const _0x311f4e=_0x69bfe2;return{'childType':_0x420dc4['UNIVER_SHEET'],'supportedLayouts':[_0x311f4e(0x5e2),_0x311f4e(0x14c),_0x311f4e(0x36b)],'canvasRootClassName':_0x311f4e(0x530),'beforeDeactivate':cp,'mount':_0x3f54e4=>{const _0x1dbca0=_0x311f4e;var _0x5f41df;let _0x28b4e7=_0x3f54e4[_0x1dbca0(0x1a6)][_0x1dbca0(0x2c0)],_0xa1e144=_0x3f54e4[_0x1dbca0(0x1a6)][_0x1dbca0(0x2eb)]['canvas']??_0x3f54e4[_0x1dbca0(0x3bb)][_0x1dbca0(0x4a7)]??_0x3f54e4[_0x1dbca0(0x3bb)][_0x1dbca0(0x461)]??_0x3f54e4[_0x1dbca0(0x3bb)]['rootElement'],_0xda0407=_0x3f54e4[_0x1dbca0(0x1a6)][_0x1dbca0(0x2eb)][_0x1dbca0(0x680)]??_0x3f54e4[_0x1dbca0(0x3bb)][_0x1dbca0(0x461)]??_0xa1e144;_0xa1e144[_0x1dbca0(0x319)][_0x1dbca0(0x234)]=_0x3f54e4[_0x1dbca0(0x3cb)],_0xa1e144[_0x1dbca0(0x319)][_0x1dbca0(0x4fe)]=_0x1dbca0(0x395),_0xda0407[_0x1dbca0(0x319)][_0x1dbca0(0x234)]=_0x3f54e4[_0x1dbca0(0x3cb)],_0xda0407[_0x1dbca0(0x319)][_0x1dbca0(0x4fe)]=_0x1dbca0(0x69c);let _0x269387=_0x3f54e4[_0x1dbca0(0x2c0)][_0x1dbca0(0x3fa)](_0x1e60e6)[_0x1dbca0(0x5b3)](_0x3f54e4[_0x1dbca0(0x3cb)],_0x420dc4[_0x1dbca0(0x6a5)]),_0x506c96=_0x269387?ad(_0x3f54e4,_0x2d3f5d,_0x487a93=>sp(_0x269387,_0x487a93)):_0x52e91f(()=>{}),_0x2210a9=mu(_0x3f54e4,_0x5ab5f7,_0xa1e144,{'scopedRenderInjector':!0x0})??_0x52e91f(()=>{}),_0x5b92ac=op(_0x3f54e4),_0x3dbe43=dp(_0x3f54e4,_0xda0407),_0x49cc19=ss(_0xda0407);return _0x49cc19[_0x1dbca0(0x2e6)](_0x5633cf(Qo,{'injector':_0x28b4e7,'mountContainer':_0x3f54e4[_0x1dbca0(0x1a6)][_0x1dbca0(0x2eb)]['popup'],'embedId':_0x3f54e4['embedId'],'children':_0x5633cf(fp,{'canvasRoot':_0xa1e144,'showChrome':lp(_0x3f54e4),'readonly':((_0x5f41df=_0x3f54e4[_0x1dbca0(0x4e2)])==null?void 0x0:_0x5f41df[_0x1dbca0(0x2aa)])==='readonly','unitId':_0x3f54e4[_0x1dbca0(0x3cb)]})})),_0x52e91f(()=>{const _0x5003da=_0x1dbca0;_0x506c96[_0x5003da(0x5dc)](),_0x3dbe43[_0x5003da(0x5dc)](),_0x5b92ac[_0x5003da(0x5dc)](),_0x2210a9[_0x5003da(0x5dc)](),cs(_0x49cc19),_0xa1e144[_0x5003da(0x508)]&&(_0xa1e144[_0x5003da(0x4c6)]('data-embed-child-render-unit-id'),_0xa1e144['removeAttribute']('data-embed-child-render-mode')),_0xda0407[_0x5003da(0x508)]&&(_0xda0407['removeAttribute'](_0x5003da(0x25b)),_0xda0407[_0x5003da(0x4c6)](_0x5003da(0x485)));});}};}function op(_0x271251){const _0x22cfe7=_0x69bfe2;var _0x12ab57;if(_0x271251[_0x22cfe7(0x4ef)]!==_0x22cfe7(0x14c))return _0x52e91f(()=>{});let _0x399590=(_0x12ab57=_0x271251[_0x22cfe7(0x2c0)][_0x22cfe7(0x3fa)](_0x5ab5f7)[_0x22cfe7(0x667)](_0x271251[_0x22cfe7(0x3cb)]))==null||(_0x12ab57=_0x12ab57['scene'][_0x22cfe7(0x2b6)](_0x4e0ee1[_0x22cfe7(0x38c)]))==null?void 0x0:_0x12ab57['getScrollBar']();if(!_0x399590)return _0x52e91f(()=>{});let _0x4b8694=_0x399590[_0x22cfe7(0x4e7)];return _0x399590[_0x22cfe7(0x4e7)]=!0x0,_0x52e91f(()=>{const _0x53521f=_0x22cfe7;_0x399590[_0x53521f(0x4e7)]=_0x4b8694;});}function sp(_0x37a419,_0x15b0b5){const _0x5d96c8=_0x69bfe2;var _0x269bdd;let _0x4e6695=_0x15b0b5==null?void 0x0:_0x15b0b5[_0x5d96c8(0x519)],_0x25a7d5=(_0x4e6695?_0x37a419[_0x5d96c8(0x5d1)](_0x4e6695):void 0x0)??_0x37a419[_0x5d96c8(0x689)]()[0x0];_0x25a7d5&&((_0x269bdd=_0x37a419['getActiveSheet'](!0x0))==null?void 0x0:_0x269bdd[_0x5d96c8(0x328)]())!==_0x25a7d5[_0x5d96c8(0x328)]()&&_0x37a419[_0x5d96c8(0x4b8)](_0x25a7d5);}function cp(_0x1ec91d){const _0xa992cd=_0x69bfe2;var _0x6f0acf;(_0x6f0acf=_0x1ec91d[_0xa992cd(0x1a6)][_0xa992cd(0x15d)])==null||_0x6f0acf[_0xa992cd(0x1fb)](_0x3cc53b['id'],{'visible':!0x1,'eventType':_0x4f8878[_0xa992cd(0x3e3)],'unitId':_0x1ec91d[_0xa992cd(0x3cb)]}),_0x1ec91d[_0xa992cd(0x1a6)][_0xa992cd(0x2c0)]['has'](_0x345dc5)&&_0x1ec91d[_0xa992cd(0x1a6)][_0xa992cd(0x2c0)][_0xa992cd(0x3fa)](_0x345dc5)[_0xa992cd(0x5ab)](_0x1ec91d[_0xa992cd(0x3cb)]);}function lp(_0x68fc61){const _0x3cec5c=_0x69bfe2;return _0x68fc61[_0x3cec5c(0x3bb)][_0x3cec5c(0x2aa)]===_0x3cec5c(0x539)||!!_0x68fc61[_0x3cec5c(0x3bb)][_0x3cec5c(0x528)];}function up(_0x1034c3,_0x554a7b){const _0x3f0139=_0x69bfe2;let _0x24d75e=_0x1034c3[_0x3f0139(0x26d)][_0x3f0139(0x566)],_0x1ec0f1=_0x1034c3['style']['bottom'];return _0x1034c3[_0x3f0139(0x26d)][_0x3f0139(0x566)]=_0x554a7b[_0x3f0139(0x4bc)]?_0x3f0139(0x5f5):'',_0x1034c3[_0x3f0139(0x26d)][_0x3f0139(0x424)]=_0x554a7b[_0x3f0139(0x2a0)]?_0x5783d1+'px':'',_0x52e91f(()=>{const _0x192610=_0x3f0139;_0x1034c3[_0x192610(0x26d)][_0x192610(0x566)]=_0x24d75e,_0x1034c3['style']['bottom']=_0x1ec0f1;});}function dp(_0x6ba204,_0xec4d19){const _0x11d1cb=_0x69bfe2;var _0x1be482,_0x2b0c64;return(_0x1be482=_0x6ba204['injector'])!=null&&(_0x2b0c64=_0x1be482[_0x11d1cb(0x6b7)])!=null&&_0x2b0c64[_0x11d1cb(0x194)](_0x1be482,Lc)?_0x6ba204[_0x11d1cb(0x2c0)][_0x11d1cb(0x3fa)](Lc)['register']({'embedId':_0x6ba204['embedId'],'childUnitId':_0x6ba204[_0x11d1cb(0x3cb)],'root':_0x6ba204['renderScope'][_0x11d1cb(0x661)],'contentRoot':_0xec4d19}):_0x52e91f(()=>{});}function fp(_0x5d5508){const _0x3002da=_0x69bfe2;let {canvasRoot:_0x1a0a14,readonly:_0x47de00,showChrome:_0x4c5e7e,unitId:_0x40f0ea}=_0x5d5508,_0x4534de=_0x1c059d(_0x40a0ed),_0x4722a8=_0x1c4e2b(_0x422a01),_0x251574=_0x4722a8[_0x3002da(0x3fa)](_0x3002da(0x4fc))??_0x4722a8[_0x3002da(0x3fa)]('ShapeTextEditorContainer'),_0x5d0d1d=_0x4c5e7e&&(_0x4534de==null?void 0x0:_0x4534de['formulaBar'])!==!0x1,_0x16e42b=_0x4534de==null?void 0x0:_0x4534de['footer'],_0x4047a2=_0x4c5e7e&&_0x16e42b!==!0x1&&(typeof _0x16e42b!=_0x3002da(0x34f)||_0x16e42b[_0x3002da(0x2a0)]!==!0x1);return _0x2eab14(()=>{const _0x2a17a2=_0x3002da;let _0x155ec5=up(_0x1a0a14,{'formulaBar':_0x5d0d1d,'sheetBar':_0x4047a2});return()=>_0x155ec5[_0x2a17a2(0x5dc)]();},[_0x1a0a14,_0x5d0d1d,_0x4047a2]),_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x3002da(0x2a6),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x3002da(0x3e2),'children':_0x5633cf(_0x24770b,{'unitId':_0x40f0ea})}),_0x5d0d1d&&_0x5633cf(_0x3002da(0x2a6),{'className':_0x3002da(0x555),'style':{'height':0x1c},'children':_0x5633cf(_0x32310a,{})}),!_0x47de00&&_0x251574&&_0x5633cf(_0x251574,{}),!_0x47de00&&!(_0x4534de!=null&&_0x4534de[_0x3002da(0x5b2)])&&_0x5633cf(_0x4932ad,{}),!_0x47de00&&_0x5633cf(_0x5e9c41,{}),_0x4047a2&&_0x5633cf(_0x3002da(0x2a6),{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':_0x5783d1},'children':_0x5633cf(_0x173643,{})})]});}const pp=_0x3bfad3(({children:_0x642d55,className:_0x50ab94,title:_0x3a02e9,onClick:_0x3d9f0d,onMouseDown:_0x4a451e,onPointerDown:_0x36dc3e,..._0x3a7fba},_0x5aa818)=>{const _0x427ed0=_0x69bfe2;let _0x185c43=_0x1c4e2b(_0xcc601d)['t'](_0x3a02e9);return _0x5633cf(_0xb778ea,{'ref':_0x5aa818,'type':'button','size':'small','variant':_0x427ed0(0x521),'aria-label':_0x185c43,'title':_0x185c43,'className':_0x55629c('univer-gap-1\x20univer-px-1.5\x20univer-text-sm',_0x50ab94),'onPointerDown':_0x205687=>{_0x205687['stopPropagation'](),_0x36dc3e==null||_0x36dc3e(_0x205687);},'onMouseDown':_0x291f21=>{const _0x8b339=_0x427ed0;_0x291f21[_0x8b339(0x3f3)](),_0x4a451e==null||_0x4a451e(_0x291f21);},'onClick':_0x1af583=>{_0x3d9f0d==null||_0x3d9f0d(_0x1af583),_0x1af583['stopPropagation']();},..._0x3a7fba,'children':_0x642d55});}),mp=_0x3bfad3(({title:_0x1c5fbf,primary:_0x1d6ad8,disabled:_0x168618,open:_0x7cce27,onPrimaryClick:_0x12a96b,onMouseDown:_0x5cfcb6,onPointerDown:_0x448ee8,onClick:_0x380d13,..._0x1ac336},_0x35b3b8)=>_0x1acda8(_0x69bfe2(0x2a6),{'ref':_0x35b3b8,'className':_0x55629c('univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x7cce27,'univer-cursor-not-allowed\x20univer-opacity-60':_0x168618}),'onPointerDown':_0x358201=>{_0x358201['stopPropagation'](),_0x448ee8==null||_0x448ee8(_0x358201);},'onMouseDown':_0x454ffb=>{const _0x48dd30=_0x69bfe2;_0x454ffb[_0x48dd30(0x3f3)](),_0x5cfcb6==null||_0x5cfcb6(_0x454ffb);},'onClick':_0x327b8=>{const _0x127fdb=_0x69bfe2;_0x380d13==null||_0x380d13(_0x327b8),_0x327b8[_0x127fdb(0x3f3)]();},..._0x1ac336,'children':[_0x5633cf(_0x69bfe2(0x559),{'type':'button','className':_0x69bfe2(0x3b3),'disabled':_0x168618,'onClick':_0x2dc552=>{const _0x2c07b7=_0x69bfe2;_0x2dc552[_0x2c07b7(0x3f3)](),_0x12a96b();},'children':_0x1d6ad8}),_0x5633cf(_0x4e5698,{'orientation':_0x69bfe2(0x51c)}),_0x5633cf(_0x69bfe2(0x559),{'type':_0x69bfe2(0x559),'className':_0x69bfe2(0x36d),'disabled':_0x168618,'children':_0x5633cf(_0x27061c,{})})]}));mp[_0x69bfe2(0x439)]=_0x69bfe2(0x500);function hp(_0x5a6200){const _0x4f3017=_0x69bfe2;let {children:_0xedc6f8,title:_0x3e4a93,className:_0x37c430,disabled:_0x55fae9,active:_0x5dacbf,onClick:_0x1115d4}=_0x5a6200;return _0x5633cf(_0x14f659,{'title':_0x3e4a93,'placement':_0x4f3017(0x424),'children':_0x5633cf(_0x57973f,{'className':_0x55629c(_0x4f3017(0x209),_0x37c430),'disabled':_0x55fae9,'active':_0x5dacbf,'onClick':_0x1115d4,'children':_0xedc6f8})});}function gp(_0x51a599){let {item:_0x1d5db6,children:_0x46589f,title:_0x1fa158,onClick:_0x35aec4}=_0x51a599,{hidden:_0x4e72d4,disabled:_0x446d3d,activated:_0x26a44e}=_p(_0x1d5db6),_0x1bbeee=_0x1c4e2b(_0xcc601d);return!_0x1d5db6||_0x4e72d4?null:_0x5633cf(hp,{'title':_0x1bbeee['t'](_0x1fa158),'disabled':_0x446d3d,'active':_0x26a44e,'onClick':_0x35aec4,'children':_0x46589f});}function _p(_0x56379c){return{'hidden':_0x464678(()=>{const _0x3a4f9e=_0x448a;var _0x3c0858;return(_0x56379c==null||(_0x3c0858=_0x56379c[_0x3a4f9e(0x173)])==null?void 0x0:_0x3c0858[_0x3a4f9e(0x632)](_0x754ee(!0x1)))??_0x3b3d7b(!0x1);},!0x1,!0x1,[_0x56379c]),'disabled':_0x464678(()=>{const _0x39b12d=_0x448a;var _0x6da383;return(_0x56379c==null||(_0x6da383=_0x56379c[_0x39b12d(0x423)])==null?void 0x0:_0x6da383[_0x39b12d(0x632)](_0x754ee(!0x1)))??_0x3b3d7b(!0x1);},!0x1,!0x1,[_0x56379c]),'activated':_0x464678(()=>{const _0x2cc8a1=_0x448a;var _0x5250b6;return(_0x56379c==null||(_0x5250b6=_0x56379c[_0x2cc8a1(0x306)])==null?void 0x0:_0x5250b6[_0x2cc8a1(0x632)](_0x754ee(!0x1)))??_0x3b3d7b(!0x1);},!0x1,!0x1,[_0x56379c]),'value':_0x464678(()=>{var _0x388dad;return(_0x56379c==null||(_0x388dad=_0x56379c['value$'])==null?void 0x0:_0x388dad['pipe'](_0x754ee(void 0x0)))??_0x3b3d7b(void 0x0);},void 0x0,!0x1,[_0x56379c])};}function vp(_0x288596){const _0x239a1e=_0x69bfe2;return _0x288596[_0x239a1e(0x504)]??_0x288596[_0x239a1e(0x409)]??_0x288596['id'];}function yp(_0xd27f63){const _0x3bfc69=_0x69bfe2;return typeof _0xd27f63[_0x3bfc69(0x428)]==_0x3bfc69(0x284)?_0xd27f63[_0x3bfc69(0x428)]:typeof _0xd27f63['value']=='string'||typeof _0xd27f63[_0x3bfc69(0x348)]==_0x3bfc69(0x181)?String(_0xd27f63['value']):_0xd27f63['id']??'';}function bp(_0x4bb0d0){const _0x1e71ab=_0x69bfe2;return _0x4bb0d0===_0x5e20b6['CLIP']?_0x5633cf(_0x200c57,{}):_0x4bb0d0===_0x5e20b6[_0x1e71ab(0x44c)]?_0x5633cf(_0x59e103,{}):_0x5633cf(_0x41911c,{});}function _0x448a(_0x167164,_0x478bfe){_0x167164=_0x167164-0x148;const _0x389181=_0x3891();let _0x448a16=_0x389181[_0x167164];return _0x448a16;}function xp(_0x57a937){const _0x3c9bd7=_0x69bfe2;return _0x57a937 instanceof HTMLElement&&!!_0x57a937[_0x3c9bd7(0x4bd)](_0x3c9bd7(0x63a));}function Sp(_0x5d4794){const _0x5118a5=_0x69bfe2;_0x5d4794[_0x5118a5(0x3f3)](),xp(_0x5d4794[_0x5118a5(0x5e5)])||_0x5d4794[_0x5118a5(0x32a)]();}function Cp(_0x36fb7b,_0x1e6765){const _0x2db79d=_0x69bfe2;if(!(_0x36fb7b instanceof HTMLElement))return!0x1;let _0x4a0908=_0x36fb7b[_0x2db79d(0x4bd)](_0x2db79d(0x3cd));return(_0x4a0908==null?void 0x0:_0x4a0908[_0x2db79d(0x3fe)]('data-embed-id'))===_0x1e6765;}function wp(_0x36f9ba,_0x2a9ff8){const _0x430275=_0x69bfe2;let _0x330743=_0x36f9ba[_0x430275(0x5e5)];Cp(_0x330743,_0x2a9ff8)&&_0x36f9ba['preventDefault']();}function Tp(_0x1b1c27){const _0x10079b=_0x69bfe2;let {embedId:_0x255795,children:_0x5a0f78,onPointerDown:_0x4d1892}=_0x1b1c27;return _0x5633cf('section',{'data-embed-id':_0x255795,'data-embed-floating-menu-popup':_0x10079b(0x3a6),'className':_0x10079b(0x688),'onPointerDown':_0x4d1892,'onMouseDown':Sp,'children':_0x5a0f78});}function Ep(_0x31f397){const _0x11a545=_0x69bfe2;let {children:_0x37aca5}=_0x31f397;return _0x5633cf(_0x11a545(0x2a6),{'className':'univer-flex\x20univer-items-center\x20univer-gap-1','children':_0x37aca5});}function Dp(_0x1d9dcc){const _0x4d25f3=_0x69bfe2;let {embedId:_0x27d52f,title:_0x3bd2a1,trigger:_0x136851,overlay:_0x2bd675,disabled:_0x4c2cc5,triggerClassName:_0xf09f20,open:_0x4ae711,onOpenChange:_0x6e183e}=_0x1d9dcc;return _0x5633cf(_0x185a93,{'disabled':_0x4c2cc5,'align':'start','sideOffset':0x6,'open':_0x4ae711,'onOpenChange':_0x6e183e,'onPointerDownOutside':_0x33d4d2=>wp(_0x33d4d2,_0x27d52f),'onFocusOutside':_0x4a6af9=>wp(_0x4a6af9,_0x27d52f),'onInteractOutside':_0x30a896=>wp(_0x30a896,_0x27d52f),'overlay':_0x5633cf('div',{'data-embed-id':_0x27d52f,'data-embed-floating-menu-popup':_0x4d25f3(0x3a6),'onPointerDown':Sp,'onMouseDown':Sp,'children':_0x2bd675}),'children':_0x5633cf(pp,{'title':_0x3bd2a1,'data-state':_0x4ae711?_0x4d25f3(0x5d4):'closed','disabled':_0x4c2cc5,'className':_0xf09f20,'children':_0x136851})});}function Op(_0x1e255c){const _0xa23487=_0x69bfe2;let {children:_0xfb833d}=_0x1e255c;return _0x5633cf(_0xa23487(0x1e4),{'className':_0xa23487(0x5f2),'onPointerDown':Sp,'onMouseDown':Sp,'children':_0xfb833d});}function kp(_0x1058fb){const _0x188d5a=_0x69bfe2;let {children:_0x571d8}=_0x1058fb;return _0x5633cf(_0x188d5a(0x1e4),{'className':_0x188d5a(0x6a4),'onPointerDown':Sp,'onMouseDown':Sp,'children':_0x571d8});}function Ap(_0x5ea46b){const _0x5e9c66=_0x69bfe2;let {children:_0xaec621,icon:_0x321c36,onClick:_0x507084}=_0x5ea46b;return _0x1acda8(_0x5e9c66(0x559),{'type':_0x5e9c66(0x559),'className':'univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','onClick':_0x507084,'children':[_0x5633cf('span',{'className':_0x5e9c66(0x211),'children':_0x321c36}),_0x5633cf(_0x5e9c66(0x19d),{'className':_0x5e9c66(0x60d),'children':_0xaec621})]});}function jp(_0x55e767){const _0x111213=_0x69bfe2;let {children:_0x2892a5,icon:_0x3a4ddc,active:_0x312e8b,onClick:_0x5a772b}=_0x55e767;return _0x1acda8(_0x111213(0x559),{'type':_0x111213(0x559),'className':_0x55629c(_0x111213(0x6b6),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x312e8b}),'onClick':_0x5a772b,'children':[_0x3a4ddc,_0x2892a5]});}function Mp(_0x8be79c){const _0x35b507=_0x69bfe2;let {title:_0x2b4acc,active:_0xe5c5b3,disabled:_0x380b61,children:_0x2e5deb,onClick:_0x102a5e}=_0x8be79c;return _0x5633cf(_0x14f659,{'title':_0x1c4e2b(_0xcc601d)['t'](_0x2b4acc),'placement':_0x35b507(0x424),'children':_0x5633cf(_0x57973f,{'className':_0x35b507(0x624),'disabled':_0x380b61,'active':_0xe5c5b3,'onClick':_0x102a5e,'children':_0x2e5deb})});}function Np(){return[..._0x1242a0];}function Pp(){return[..._0x2f46f3];}function Fp(_0x26453b){const _0x205b7c=_0x69bfe2;return!_0x26453b||!(_0x205b7c(0x295)in _0x26453b)||!Array[_0x205b7c(0x40b)](_0x26453b[_0x205b7c(0x295)])?[]:_0x26453b[_0x205b7c(0x295)];}function Ip(_0x14e4ef){const _0xc78bec=_0x69bfe2;let {menuItem:_0x189a55,onClick:_0x523dad}=_0x14e4ef,{hidden:_0x463ea2,disabled:_0x13553c,value:_0xb4f878}=_p(_0x189a55),_0x2a0b1b=_0x1c4e2b(_0xcc601d);if(!_0x189a55||_0x463ea2)return null;let _0xc11515=_0x2a0b1b['t'](_0xc78bec(0x5cd));return _0x5633cf(_0x14f659,{'title':_0xc11515,'placement':_0xc78bec(0x424),'children':_0x1acda8(pp,{'title':_0xc11515,'disabled':_0x13553c,'onClick':_0x523dad,'children':[_0x5633cf(_0x3fb9a9,{}),_0x5633cf(_0xc78bec(0x19d),{'children':typeof _0xb4f878==_0xc78bec(0x284)&&_0xb4f878?_0xb4f878:_0xc78bec(0x66f)}),_0x5633cf(_0x27061c,{})]})});}function Lp(_0x293507){const _0x21c4a1=_0x69bfe2;let {embedId:_0x4ac06a,menuItem:_0x1ff0e8,title:_0x17c495,open:_0x4073a4,onOpenChange:_0xc0fc,onSelect:_0x47f972}=_0x293507,{hidden:_0xda2ce4,disabled:_0x4334c5,value:_0x30886d}=_p(_0x1ff0e8);if(!_0x1ff0e8||_0xda2ce4)return null;let _0x46dc61=typeof _0x30886d==_0x21c4a1(0x284)&&_0x30886d?_0x30886d:_0x21c4a1(0x24b);return _0x5633cf(Dp,{'embedId':_0x4ac06a,'disabled':_0x4334c5,'title':_0x17c495,'open':_0x4073a4,'onOpenChange':_0xc0fc,'trigger':_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x21c4a1(0x19d),{'className':'univer-w-28\x20univer-truncate\x20univer-text-left','children':_0x46dc61}),_0x5633cf(_0x27061c,{})]}),'overlay':_0x5633cf(_0x21c4a1(0x2a6),{'className':_0x21c4a1(0x2f4),'onPointerDown':Sp,'onMouseDown':Sp,'children':_0x5633cf(_0x29b1da,{'value':_0x46dc61,'onChange':_0x2ce4b4=>{_0x47f972(_0x2ce4b4),_0xc0fc(!0x1);}})})});}function Rp(_0x2d4ebf){const _0x2ce8b7=_0x69bfe2;let {embedId:_0x5f17a5,menuItem:_0x244ed5,title:_0x16f451,open:_0x94b104,onOpenChange:_0x5b785f,onSelect:_0x14d36f}=_0x2d4ebf,{hidden:_0x13dc4e,disabled:_0x53d517,value:_0x4b54de}=_p(_0x244ed5);if(!_0x244ed5||_0x13dc4e)return null;let _0x4c0264=typeof _0x4b54de==_0x2ce8b7(0x181)||typeof _0x4b54de==_0x2ce8b7(0x284)?Number(_0x4b54de):0xb;return _0x5633cf(Dp,{'embedId':_0x5f17a5,'disabled':_0x53d517,'title':_0x16f451,'open':_0x94b104,'onOpenChange':_0x5b785f,'trigger':_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x2ce8b7(0x19d),{'className':_0x2ce8b7(0x161),'children':_0x4c0264}),_0x5633cf(_0x27061c,{})]}),'overlay':_0x5633cf(_0x2ce8b7(0x2a6),{'className':_0x2ce8b7(0x27a),'onPointerDown':Sp,'onMouseDown':Sp,'children':Pp()[_0x2ce8b7(0x15f)](_0x2faacf=>{const _0x24ba90=_0x2ce8b7;let _0x45a440=Number(_0x2faacf[_0x24ba90(0x348)])===_0x4c0264;return _0x1acda8(_0x24ba90(0x559),{'type':_0x24ba90(0x559),'className':_0x55629c(_0x24ba90(0x3dd),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x45a440}),'onClick':()=>{_0x14d36f(String(_0x2faacf['value'])),_0x5b785f(!0x1);},'children':[_0x5633cf(_0x24ba90(0x19d),{'children':_0x2faacf['label']}),_0x45a440&&_0x5633cf(_0x155933,{'className':_0x24ba90(0x5a3)})]},_0x2faacf[_0x24ba90(0x348)]);})})});}function zp(_0x1a812d){const _0x58ab4a=_0x69bfe2;let {embedId:_0x4737bb,menuItem:_0x555dbf,open:_0x5c212b,onOpenChange:_0x4b2979,execute:_0x5a9f0b}=_0x1a812d,{hidden:_0x4f4225,disabled:_0x29c9c8}=_p(_0x555dbf);return!_0x555dbf||_0x4f4225?null:_0x5633cf(Dp,{'embedId':_0x4737bb,'disabled':_0x29c9c8,'title':'embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','triggerClassName':_0x58ab4a(0x3fb),'open':_0x5c212b,'onOpenChange':_0x4b2979,'trigger':_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x111e1a,{}),_0x5633cf(_0x27061c,{})]}),'overlay':_0x5633cf(Tp,{'embedId':_0x4737bb,'onPointerDown':_0x99cfbe=>_0x99cfbe[_0x58ab4a(0x3f3)](),'children':_0x1acda8(Ep,{'children':[_0x5633cf(Vp,{'item':_0x555dbf,'title':'embed-ui.sheetsFloating.align.left','onClick':()=>_0x5a9f0b(_0x555dbf,{'value':_0x14236f[_0x58ab4a(0x3aa)]}),'children':_0x5633cf(_0x111e1a,{})}),_0x5633cf(Vp,{'item':_0x555dbf,'title':_0x58ab4a(0x506),'onClick':()=>_0x5a9f0b(_0x555dbf,{'value':_0x14236f['CENTER']}),'children':_0x5633cf(_0x44495d,{})}),_0x5633cf(Vp,{'item':_0x555dbf,'title':_0x58ab4a(0x366),'onClick':()=>_0x5a9f0b(_0x555dbf,{'value':_0x14236f[_0x58ab4a(0x345)]}),'children':_0x5633cf(_0x3da430,{})})]})})});}function Bp(_0x68ae5d){const _0x430c52=_0x69bfe2;let {embedId:_0x1a08d9,menuItem:_0xe6eb9,open:_0x50ae6e,onOpenChange:_0x1b0c9f,execute:_0x19d39c}=_0x68ae5d,{hidden:_0x9939cb,disabled:_0x507810}=_p(_0xe6eb9);return!_0xe6eb9||_0x9939cb?null:_0x5633cf(Dp,{'embedId':_0x1a08d9,'disabled':_0x507810,'title':_0x430c52(0x3e5),'triggerClassName':_0x430c52(0x3fb),'open':_0x50ae6e,'onOpenChange':_0x1b0c9f,'trigger':_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x4ec860,{}),_0x5633cf(_0x27061c,{})]}),'overlay':_0x5633cf(Tp,{'embedId':_0x1a08d9,'onPointerDown':_0x4ca447=>_0x4ca447[_0x430c52(0x3f3)](),'children':_0x1acda8(Ep,{'children':[_0x5633cf(Vp,{'item':_0xe6eb9,'title':_0x430c52(0x49e),'onClick':()=>_0x19d39c(_0xe6eb9,{'value':_0x5d6572[_0x430c52(0x329)]}),'children':_0x5633cf(_0x554ccd,{})}),_0x5633cf(Vp,{'item':_0xe6eb9,'title':'embed-ui.sheetsFloating.align.middle','onClick':()=>_0x19d39c(_0xe6eb9,{'value':_0x5d6572['MIDDLE']}),'children':_0x5633cf(_0x4ec860,{})}),_0x5633cf(Vp,{'item':_0xe6eb9,'title':_0x430c52(0x69b),'onClick':()=>_0x19d39c(_0xe6eb9,{'value':_0x5d6572[_0x430c52(0x2ba)]}),'children':_0x5633cf(_0x71e210,{})})]})})});}function Vp(_0x1a0f9e){let {item:_0x2c084e,title:_0x148720,children:_0x537a70,onClick:_0xc10c7c}=_0x1a0f9e,{hidden:_0x496d48,disabled:_0x1032e8,activated:_0x407f0d}=_p(_0x2c084e);return!_0x2c084e||_0x496d48?null:_0x5633cf(Mp,{'title':_0x148720,'disabled':_0x1032e8,'active':_0x407f0d,'onClick':_0xc10c7c,'children':_0x537a70});}function Hp(_0x2dedb6){const _0xa928f5=_0x69bfe2;let {embedId:_0x2b79f8,menuItem:_0x97a00e,title:_0x502f5a,icon:_0x14c6e8,defaultColor:_0x4bf6b3,open:_0x514d0f,onOpenChange:_0x4113f6,onChange:_0x378746,onReset:_0x529ae2}=_0x2dedb6,_0x496f3c=_0x1c4e2b(_0xcc601d),{hidden:_0x57e4f4,disabled:_0x54b86b,value:_0x2de284}=_p(_0x97a00e),[_0x23243c,_0x4e104f]=_0x17a404(_0x4bf6b3);return!_0x97a00e||_0x57e4f4?null:_0x5633cf(_0x185a93,{'disabled':_0x54b86b,'align':_0xa928f5(0x553),'sideOffset':0x6,'open':_0x514d0f,'onOpenChange':_0x4113f6,'onPointerDownOutside':_0x31bcd4=>wp(_0x31bcd4,_0x2b79f8),'onFocusOutside':_0x11f2af=>wp(_0x11f2af,_0x2b79f8),'onInteractOutside':_0xab3315=>wp(_0xab3315,_0x2b79f8),'overlay':_0x1acda8(_0xa928f5(0x2a6),{'data-embed-id':_0x2b79f8,'data-embed-floating-menu-popup':_0xa928f5(0x3a6),'className':_0xa928f5(0x343),'onPointerDown':Sp,'onMouseDown':Sp,'children':[_0x5633cf(_0x244207,{'value':typeof _0x2de284==_0xa928f5(0x284)&&_0x2de284?_0x2de284:_0x23243c,'onChange':_0x28780f=>{_0x4e104f(_0x28780f),_0x378746(_0x28780f);}}),_0x5633cf(_0x4e5698,{}),_0x1acda8('button',{'type':'button','className':_0xa928f5(0x48c),'onClick':()=>{_0x4e104f(_0x4bf6b3),_0x529ae2(),_0x4113f6(!0x1);},'children':[_0x5633cf(_0x1e7600,{}),_0x5633cf(_0xa928f5(0x19d),{'children':_0x496f3c['t'](_0xa928f5(0x51e))})]})]}),'children':_0x5633cf(pp,{'title':_0x502f5a,'disabled':_0x54b86b,'children':_0x14c6e8})});}function Up(_0x50fbed){const _0x389424=_0x69bfe2;let {embedId:_0x276161,menuItem:_0x4d087f,open:_0x278eb4,onOpenChange:_0x47e87e,onSelect:_0x1659b2}=_0x50fbed,_0x419b61=_0x1c4e2b(_0xcc601d),_0x53cad0=_0x1c4e2b(_0x30adbc),{hidden:_0x8779c9,disabled:_0x32eee6}=_p(_0x4d087f),[_0x31d9ec,_0x3a611c]=_0x17a404(_0x5c6870[_0x389424(0x438)]),[_0x4f1706,_0x25134e]=_0x17a404(_0x3c8109[_0x389424(0x294)]),[_0x349178,_0x52e926]=_0x17a404('#000000');if(!_0x4d087f||_0x8779c9)return null;let _0x4683ad=(_0x99d6cd=_0x31d9ec,_0x1d56c0=_0x4f1706,_0x5d19f7=_0x349178)=>{_0x3a611c(_0x99d6cd),_0x25134e(_0x1d56c0),_0x52e926(_0x5d19f7),_0x1659b2(_0x99d6cd,_0x1d56c0,_0x5d19f7);},_0x5c798d=_0x2a8cac=>{const _0x3bf8ed=_0x389424;var _0x2bc27e;return((_0x2bc27e=Np()[_0x3bf8ed(0x1d3)](_0x3f36e6=>_0x3f36e6[_0x3bf8ed(0x348)]===_0x2a8cac))==null?void 0x0:_0x2bc27e[_0x3bf8ed(0x5aa)])??'AllBorderIcon';},_0x758079=(_0x14b1ea,_0x14ccfc=_0x389424(0x2e1))=>{let _0x21641a=_0x53cad0['get'](_0x14b1ea);return _0x21641a?_0x5633cf(_0x21641a,{'className':_0x14ccfc}):_0x5633cf(_0x348142,{});};return _0x5633cf(_0x185a93,{'disabled':_0x32eee6,'align':_0x389424(0x553),'sideOffset':0x6,'open':_0x278eb4,'onOpenChange':_0x47e87e,'onPointerDownOutside':_0x5ad535=>wp(_0x5ad535,_0x276161),'onFocusOutside':_0x1eec09=>wp(_0x1eec09,_0x276161),'onInteractOutside':_0x116927=>wp(_0x116927,_0x276161),'overlay':_0x1acda8(Tp,{'embedId':_0x276161,'onPointerDown':_0x160a1a=>_0x160a1a['stopPropagation'](),'children':[_0x5633cf('div',{'className':_0x389424(0x5c4),'children':Np()['map'](_0x482b01=>_0x5633cf(Mp,{'title':_0x482b01['label'],'active':_0x31d9ec===_0x482b01[_0x389424(0x348)],'onClick':()=>_0x4683ad(_0x482b01[_0x389424(0x348)]),'children':_0x758079(_0x482b01[_0x389424(0x5aa)])},_0x482b01[_0x389424(0x348)]))}),_0x5633cf(_0x4e5698,{}),_0x1acda8(Ep,{'children':[_0x5633cf(_0x185a93,{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x31e2df=>wp(_0x31e2df,_0x276161),'onFocusOutside':_0x3b2dee=>wp(_0x3b2dee,_0x276161),'onInteractOutside':_0x539ae9=>wp(_0x539ae9,_0x276161),'overlay':_0x5633cf(_0x389424(0x2a6),{'data-embed-id':_0x276161,'data-embed-floating-menu-popup':'true','className':_0x389424(0x20a),'onPointerDown':Sp,'onMouseDown':Sp,'children':_0x5633cf(_0x244207,{'value':_0x349178,'onChange':_0x275b56=>_0x4683ad(_0x31d9ec,_0x4f1706,_0x275b56)})}),'children':_0x1acda8(Mp,{'title':_0x389424(0x164),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x5633cf(_0x4aa228,{'extend':{'colorChannel1':_0x349178}}),_0x5633cf(_0x27061c,{})]})}),_0x5633cf(_0x185a93,{'align':_0x389424(0x553),'sideOffset':0x6,'onPointerDownOutside':_0x41bed0=>wp(_0x41bed0,_0x276161),'onFocusOutside':_0x147d77=>wp(_0x147d77,_0x276161),'onInteractOutside':_0x59314b=>wp(_0x59314b,_0x276161),'overlay':_0x5633cf('div',{'data-embed-id':_0x276161,'data-embed-floating-menu-popup':_0x389424(0x3a6),'className':'univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':Sp,'onMouseDown':Sp,'children':_0x5163ae['map'](_0x272670=>_0x5633cf(_0x389424(0x559),{'type':_0x389424(0x559),'className':_0x55629c(_0x389424(0x38f),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x4f1706===_0x272670[_0x389424(0x348)]}),'onClick':()=>_0x4683ad(_0x31d9ec,_0x272670[_0x389424(0x348)]),'children':_0x5633cf(_0x59c1bb,{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x272670[_0x389424(0x348)]})},_0x272670['value']))}),'children':_0x1acda8(Mp,{'title':'embed-ui.sheetsFloating.borderLine.borderSize','active':!0x1,'onClick':()=>void 0x0,'children':[_0x5633cf(_0x59c1bb,{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x4f1706}),_0x5633cf(_0x27061c,{})]})})]})]}),'children':_0x5633cf(mp,{'title':_0x419b61['t'](_0x389424(0x153)),'disabled':_0x32eee6,'open':_0x278eb4,'primary':_0x758079(_0x5c798d(_0x31d9ec),_0x389424(0x30c)),'onPrimaryClick':()=>{_0x4683ad(),_0x47e87e(!0x1);}})});}function Wp(_0x125d1b){const _0x99315=_0x69bfe2;let {embedId:_0x2f7c75,menuItems:_0x5ced34,open:_0x492b1d,onOpenChange:_0x1dc4d2,execute:_0x149d49}=_0x125d1b,_0x3ead73=_0x1c4e2b(_0xcc601d),{hidden:_0x1e7a88,disabled:_0x55ac6e}=_p(_0x5ced34==null?void 0x0:_0x5ced34['root']),_0x32437f=[];return[{'item':_0x5ced34==null?void 0x0:_0x5ced34[_0x99315(0x23f)],'icon':_0x5633cf(_0x45d271,{})},{'item':_0x5ced34==null?void 0x0:_0x5ced34[_0x99315(0x51c)],'icon':_0x5633cf(_0x73148a,{})},{'item':_0x5ced34==null?void 0x0:_0x5ced34[_0x99315(0x2d3)],'icon':_0x5633cf(_0x31cc5f,{})},{'item':_0x5ced34==null?void 0x0:_0x5ced34['unmerge'],'icon':_0x5633cf(_0x5cb611,{})}]['forEach'](({item:_0x3343dc,icon:_0x1f5116})=>{const _0x564ce5=_0x99315;_0x3343dc&&_0x32437f[_0x564ce5(0x5a8)]({'item':_0x3343dc,'icon':_0x1f5116});}),!(_0x5ced34!=null&&_0x5ced34['root'])||_0x1e7a88||!_0x32437f[_0x99315(0x37f)]?null:_0x5633cf(Dp,{'embedId':_0x2f7c75,'disabled':_0x55ac6e,'title':_0x99315(0x4a4),'triggerClassName':_0x99315(0x3fb),'open':_0x492b1d,'onOpenChange':_0x1dc4d2,'trigger':_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x45d271,{}),_0x5633cf(_0x27061c,{})]}),'overlay':_0x5633cf(kp,{'children':_0x32437f[_0x99315(0x15f)](({item:_0x4d5c12,icon:_0x1a525b})=>_0x5633cf(Ap,{'icon':_0x1a525b,'onClick':()=>{_0x149d49(_0x4d5c12),_0x1dc4d2(!0x1);},'children':_0x3ead73['t'](vp(_0x4d5c12))},_0x4d5c12['id']))})});}function Gp(_0x4519fa){const _0x24e86f=_0x69bfe2;let {embedId:_0x1f6413,menuItem:_0x27a131,open:_0x44dcb4,onOpenChange:_0x5bb429,execute:_0x36d724}=_0x4519fa,_0x5c8135=_0x1c4e2b(_0xcc601d),{hidden:_0x40a56d,disabled:_0x3dba39}=_p(_0x27a131);if(!_0x27a131||_0x40a56d)return null;let _0x1240b0=Fp(_0x27a131),_0x40b013=_0x1240b0[_0x24e86f(0x37f)]?_0x1240b0[_0x24e86f(0x15f)](_0x485629=>({'label':_0x5c8135['t'](yp(_0x485629)),'icon':bp(_0x485629['value']),'commandId':_0x485629[_0x24e86f(0x472)]??(_0x27a131==null?void 0x0:_0x27a131['commandId'])??(_0x27a131==null?void 0x0:_0x27a131['id'])??_0x4b4d9c['id'],'params':_0x485629[_0x24e86f(0x68d)]??{'value':_0x485629[_0x24e86f(0x348)]}})):[{'label':_0x5c8135['t'](_0x24e86f(0x538)),'icon':_0x5633cf(_0x200c57,{}),'commandId':_0x4b4d9c['id'],'params':{'value':_0x5e20b6['CLIP']}},{'label':_0x5c8135['t'](_0x24e86f(0x61c)),'icon':_0x5633cf(_0x41911c,{}),'commandId':_0x4b4d9c['id'],'params':{'value':_0x5e20b6[_0x24e86f(0x6ad)]}},{'label':_0x5c8135['t'](_0x24e86f(0x263)),'icon':_0x5633cf(_0x59e103,{}),'commandId':_0x4b4d9c['id'],'params':{'value':_0x5e20b6[_0x24e86f(0x44c)]}}];return _0x5633cf(Dp,{'embedId':_0x1f6413,'disabled':_0x3dba39,'title':_0x24e86f(0x30d),'triggerClassName':_0x24e86f(0x3fb),'open':_0x44dcb4,'onOpenChange':_0x5bb429,'trigger':_0x1acda8(_0x44250b,{'children':[_0x5633cf(_0x59e103,{}),_0x5633cf(_0x27061c,{})]}),'overlay':_0x5633cf(Op,{'children':_0x40b013[_0x24e86f(0x15f)](_0x186393=>{const _0x597a85=_0x24e86f;var _0x19d72f;return _0x5633cf(jp,{'icon':_0x186393[_0x597a85(0x5aa)],'onClick':()=>{const _0xb62160=_0x597a85;_0x36d724(_0x186393[_0xb62160(0x472)],_0x186393['params']),_0x5bb429(!0x1);},'children':_0x186393[_0x597a85(0x428)]},_0x186393[_0x597a85(0x472)]+'-'+String(((_0x19d72f=_0x186393['params'])==null?void 0x0:_0x19d72f[_0x597a85(0x348)])??_0x186393[_0x597a85(0x428)]));})})});}const Kp={'formatPainter':_0x525c74['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':_0x6a568e['id'],'fontSize':_0x7d69c5['id'],'bold':_0x37e382['id'],'textColor':_0x5d7465['id'],'backgroundColor':_0x331070['id'],'borderComposite':_0x5d0669['id'],'horizontalAlign':_0x4e246b['id'],'verticalAlign':_0xa15ba5['id'],'wrap':_0x4b4d9c['id'],'filter':_0x69bfe2(0x430)},qp={'root':_0x5e84df['id'],'all':_0x2b18a3['id'],'vertical':_0x329977['id'],'horizontal':_0x3b0dae['id'],'unmerge':_0x2b2dd2['id']};function Jp(_0x5e42fa){const _0x3ea43f=_0x69bfe2;let _0x2d67c9={},_0x1b68ef=_0x385423=>{const _0x1db353=_0x448a;let _0xb8f5=_0x5e42fa[_0x1db353(0x1d3)](_0x58cd0c=>{const _0x534b02=_0x1db353;let _0x28b19c=_0x58cd0c[_0x534b02(0x2d8)];return _0x58cd0c[_0x534b02(0x3c1)]===_0x385423||(_0x28b19c==null?void 0x0:_0x28b19c['id'])===_0x385423||(_0x28b19c==null?void 0x0:_0x28b19c['commandId'])===_0x385423;});return _0xb8f5==null?void 0x0:_0xb8f5[_0x1db353(0x2d8)];};Object[_0x3ea43f(0x574)](Kp)[_0x3ea43f(0x5dd)](_0x1ba599=>{_0x2d67c9[_0x1ba599]=_0x1b68ef(Kp[_0x1ba599]);});let _0x3f4a2f=Object[_0x3ea43f(0x22a)](qp)[_0x3ea43f(0x3a9)]((_0x98b98f,[_0x3bcfac,_0x4cddeb])=>{let _0x34118d=_0x1b68ef(_0x4cddeb);return _0x34118d&&(_0x98b98f[_0x3bcfac]=_0x34118d),_0x98b98f;},{});return Qp(_0x3f4a2f)&&(_0x2d67c9['merge']=_0x3f4a2f),_0x2d67c9['deleteBlock']=!0x0,_0x2d67c9;}const Yp=[{'items':[_0x69bfe2(0x491)]},{'dividerBefore':_0x69bfe2(0x1e1),'items':[_0x69bfe2(0x58e)]},{'dividerBefore':_0x69bfe2(0x4b9),'items':['fontFamily','fontSize',_0x69bfe2(0x4e9)]},{'dividerBefore':_0x69bfe2(0x35d),'items':[_0x69bfe2(0x2f8),_0x69bfe2(0x641),_0x69bfe2(0x5e4)]},{'dividerBefore':_0x69bfe2(0x6b9),'items':[_0x69bfe2(0x462),_0x69bfe2(0x237),_0x69bfe2(0x2d2),'wrap']},{'dividerBefore':_0x69bfe2(0x6ae),'items':[_0x69bfe2(0x534)]},{'dividerBefore':_0x69bfe2(0x6bd),'items':[_0x69bfe2(0x59e)]}];function Xp(_0x34c1ef){const _0x1ee44d=_0x69bfe2;let _0x2dd4b2=[];return Yp[_0x1ee44d(0x5dd)](_0x5698a1=>{const _0x2f3cbd=_0x1ee44d;let _0x11d527=_0x5698a1['items'][_0x2f3cbd(0x534)](_0x1ebd33=>Zp(_0x34c1ef,_0x1ebd33))[_0x2f3cbd(0x15f)](_0x544533=>({'id':_0x544533,'type':_0x544533===_0x2f3cbd(0x491)||_0x544533===_0x2f3cbd(0x4e9)||_0x544533==='filter'||_0x544533==='deleteBlock'?_0x2f3cbd(0x559):_0x2f3cbd(0x402)}));_0x11d527[_0x2f3cbd(0x37f)]&&(_0x2dd4b2[_0x2f3cbd(0x37f)]&&_0x5698a1[_0x2f3cbd(0x3a8)]&&_0x2dd4b2[_0x2f3cbd(0x5a8)]({'id':_0x5698a1[_0x2f3cbd(0x3a8)],'type':_0x2f3cbd(0x2cb)}),_0x2dd4b2[_0x2f3cbd(0x5a8)](..._0x11d527));}),_0x2dd4b2;}function Zp(_0x19f921,_0x15947f){return!!_0x19f921[_0x15947f];}function Qp(_0x3ccbdb){const _0x242b51=_0x69bfe2;return Object[_0x242b51(0x2f1)](_0x3ccbdb)[_0x242b51(0x3d4)](Boolean);}function $p(_0x3f900e,_0x272262){const _0x392a17=_0x69bfe2;if(_0x3f900e)return{'commandId':_0x3f900e['commandId']??_0x3f900e['id'],'params':_0x272262??(typeof _0x3f900e[_0x392a17(0x68d)]==_0x392a17(0x421)?_0x3f900e[_0x392a17(0x68d)]():_0x3f900e['params'])};}function em(){const _0x2d0f1f=_0x69bfe2;return Ad({'childType':_0x420dc4[_0x2d0f1f(0x6a5)],'mount':tm});}function tm(_0x2d4124){const _0x494bb9=_0x69bfe2;let {root:_0x31a82f,menu:_0x32ed0e}=kd(_0x2d4124),_0x5288fb=ss(_0x32ed0e);return _0x5288fb[_0x494bb9(0x2e6)](_0x470189(Qo,{'injector':_0x2d4124[_0x494bb9(0x1a6)][_0x494bb9(0x2c0)],'mountContainer':_0x31a82f,'embedId':_0x2d4124[_0x494bb9(0x2c9)]},_0x470189(rm,{'hostUnitId':_0x2d4124[_0x494bb9(0x278)],'embedId':_0x2d4124[_0x494bb9(0x2c9)],'childUnitId':_0x2d4124[_0x494bb9(0x3cb)],'entry':_0x2d4124[_0x494bb9(0x4e2)][_0x494bb9(0x610)],'fullscreen':!!_0x2d4124[_0x494bb9(0x3bb)]['fullscreen'],'usesDomFloatingStage':nm(_0x2d4124['descriptor'][_0x494bb9(0x610)]),'renderScopeActive$':_0x2d4124[_0x494bb9(0x3bb)]['active$']}))),_0x52e91f(()=>{const _0x244a54=_0x494bb9;cs(_0x5288fb),globalThis[_0x244a54(0x568)](()=>_0x32ed0e[_0x244a54(0x4b0)](),0x0);});}function nm(_0x33f01c){return!0x0;}function rm(_0x5e0f55){const _0x1c6a48=_0x69bfe2;let {hostUnitId:_0x5e9e9b,embedId:_0x5b9001,childUnitId:_0x34b30f,entry:_0x182f93,fullscreen:_0x34b2f9,usesDomFloatingStage:_0x610543,renderScopeActive$:_0x53fb0b}=_0x5e0f55,_0x54b13f=_0x1c4e2b(_0xcc601d),_0x1df8c9=_0x1c4e2b(_0x92b278),_0x2cab2b=_0x1c4e2b(_0x1e60e6),_0x3693b6=_0x1c4e2b(_0x2709d9),_0x3bd5aa=_0x1c4e2b(_0xa40250),_0x1ccbe6=_0x1c4e2b(Ua),_0x4096c2=ac({'embedId':_0x5b9001,'active':_0x464678(()=>_0x1ccbe6[_0x1c6a48(0x270)],_0x1ccbe6[_0x1c6a48(0x57c)](),!0x1,[_0x1ccbe6]),'fullscreen':_0x34b2f9,'usesDomFloatingStage':_0x610543,'renderScopeActive':_0x464678(()=>_0x53fb0b,!0x1,!0x1,[_0x53fb0b])})===_0x1c6a48(0x45e),[_0x53f49a,_0x142571]=_0x17a404(null),_0x26f17e=_0x86ef5e=>({'open':_0x53f49a===_0x86ef5e,'onOpenChange':_0x5a9cd6=>_0x142571(_0x5a9cd6?_0x86ef5e:null)});_0x2eab14(()=>{const _0x35e323=_0x1c6a48;if(!_0x53f49a)return;let _0x3284e1=_0x3947a3=>{const _0x4cd1fe=_0x448a;Cp(_0x3947a3[_0x4cd1fe(0x5e5)],_0x5b9001)||_0x142571(null);};return document[_0x35e323(0x4ca)](_0x35e323(0x6bc),_0x3284e1,!0x0),()=>{const _0x179b85=_0x35e323;document[_0x179b85(0x47f)](_0x179b85(0x6bc),_0x3284e1,!0x0);};},[_0x5b9001,_0x53f49a]);let _0x439660=_0x464678(()=>_0x3693b6[_0x1c6a48(0x1c9)][_0x1c6a48(0x632)](_0x204edc(()=>Jp(_0x3693b6['getFlatMenuByPositionKey'](_0x68b63d[_0x1c6a48(0x1bf)])))),Jp(_0x3693b6[_0x1c6a48(0x4c2)](_0x68b63d[_0x1c6a48(0x1bf)])),!0x1,[_0x3693b6]),_0x53db47=_0x135873(()=>new Set(Xp(_0x439660)[_0x1c6a48(0x15f)](_0x2586ee=>_0x2586ee['id'])),[_0x439660]),_0x4c6c46=()=>{const _0x80eb17=_0x1c6a48;_0x1ccbe6[_0x80eb17(0x406)]({'hostUnitId':_0x5e9e9b,'embedId':_0x5b9001,'childUnitId':_0x34b30f},'stage2'),_0x2cab2b[_0x80eb17(0x1d4)](_0x34b30f);},_0x37c5a0=async(_0x3d203f,_0x480a83)=>{const _0x3d0f91=_0x1c6a48;_0x4c6c46(),await _0x1df8c9[_0x3d0f91(0x531)](_0x3d203f,_0x480a83);},_0x3a3a75=async(_0x32e2dc,_0xe96af7)=>{const _0x4abc12=_0x1c6a48;let _0x16cbd2=$p(_0x32e2dc,_0xe96af7);_0x16cbd2&&await _0x37c5a0(_0x16cbd2[_0x4abc12(0x472)],_0x16cbd2[_0x4abc12(0x68d)]);},_0x15b61e=()=>{const _0x5a8f13=_0x1c6a48;let _0x4349e3=_0x2cab2b['getUnit'](_0x34b30f,_0x420dc4[_0x5a8f13(0x6a5)]),_0x20a3a4=_0x4349e3==null?void 0x0:_0x4349e3['getActiveSheet']();return!_0x4349e3||!_0x20a3a4?null:{'workbook':_0x4349e3,'worksheet':_0x20a3a4,'unitId':_0x4349e3[_0x5a8f13(0x481)](),'subUnitId':_0x20a3a4[_0x5a8f13(0x328)]()};},_0x6e2816=()=>{const _0x32769f=_0x1c6a48;var _0x3d1427;return((_0x3d1427=_0x3bd5aa[_0x32769f(0x370)]())==null?void 0x0:_0x3d1427[_0x32769f(0x15f)](_0x7d6cc=>_0x7d6cc[_0x32769f(0x3d9)]))??[];},_0xa5a07f=async(_0x2b67a0,_0x32ecc9,_0x32b827=_0x3c8109[_0x1c6a48(0x294)],_0x2f9332=_0x1c6a48(0x532))=>{const _0x1555c6=_0x1c6a48;let _0x4638b2=_0x15b61e(),_0x36e0c1=_0x6e2816();!_0x4638b2||!_0x36e0c1['length']||await _0x3a3a75(_0x2b67a0,{'unitId':_0x4638b2[_0x1555c6(0x2b0)],'subUnitId':_0x4638b2[_0x1555c6(0x519)],'ranges':_0x36e0c1,'value':{'type':_0x32ecc9,'color':_0x2f9332,'style':_0x32b827,'activeBorderType':!0x0}});},_0xa44d9c=async()=>{const _0x523016=_0x1c6a48;await _0x1df8c9[_0x523016(0x531)](_0x389aa2['id'],{'hostUnitId':_0x5e9e9b,'embedId':_0x5b9001});};return _0x1acda8(_0x1c6a48(0x2a6),{'className':_0x55629c(_0x1c6a48(0x5d9),{'univer-hidden':!_0x4096c2,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x34b2f9,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20univer-max-w-[min(calc(100vw-72px),880px)]\x20-univer-translate-x-1/2\x20univer-overflow-x-auto\x20univer-overflow-y-visible\x20[scrollbar-width:none]\x20[&::-webkit-scrollbar]:univer-hidden':!_0x34b2f9,'-univer-top-9':!_0x34b2f9&&_0x182f93!==_0x1c6a48(0x37a),'-univer-top-[52px]':!_0x34b2f9&&_0x182f93===_0x1c6a48(0x37a)}),'data-u-comp':_0x1c6a48(0x648),'data-embed-floating-menu':_0x1c6a48(0x3a6),'data-embed-id':_0x5b9001,'data-embed-float-stage':_0x4096c2?_0x1c6a48(0x45e):_0x1c6a48(0x258),'onPointerDown':_0x21fa65=>_0x21fa65[_0x1c6a48(0x3f3)](),'onMouseDown':Sp,'children':[_0x53db47[_0x1c6a48(0x6b7)]('formatPainter')&&_0x5633cf(gp,{'item':_0x439660['formatPainter'],'title':_0x1c6a48(0x5e3),'onClick':async()=>_0x3a3a75(_0x439660['formatPainter']),'children':_0x5633cf(_0x512a76,{})}),_0x53db47[_0x1c6a48(0x6b7)]('divider-format-tools')&&_0x5633cf(_0x4e5698,{'orientation':'vertical'}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x58e))&&_0x5633cf(Ip,{'menuItem':_0x439660[_0x1c6a48(0x58e)],'onClick':async()=>_0x3a3a75(_0x439660[_0x1c6a48(0x58e)])}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x4b9))&&_0x5633cf(_0x4e5698,{'orientation':_0x1c6a48(0x51c)}),_0x53db47[_0x1c6a48(0x6b7)]('fontFamily')&&_0x5633cf(Lp,{'embedId':_0x5b9001,'menuItem':_0x439660[_0x1c6a48(0x53f)],'title':_0x1c6a48(0x426),..._0x26f17e(_0x1c6a48(0x53f)),'onSelect':async _0x327da2=>_0x3a3a75(_0x439660[_0x1c6a48(0x53f)],{'value':_0x327da2})}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x473))&&_0x5633cf(Rp,{'embedId':_0x5b9001,'menuItem':_0x439660['fontSize'],'title':'embed-ui.sheetsFloating.toolbar.fontSize',..._0x26f17e(_0x1c6a48(0x473)),'onSelect':async _0x30e018=>_0x3a3a75(_0x439660['fontSize'],{'value':Number(_0x30e018)})}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x4e9))&&_0x5633cf(gp,{'item':_0x439660[_0x1c6a48(0x4e9)],'title':_0x1c6a48(0x44d),'onClick':async()=>_0x3a3a75(_0x439660[_0x1c6a48(0x4e9)]),'children':_0x5633cf(_0x14d76f,{})}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x35d))&&_0x5633cf(_0x4e5698,{'orientation':_0x1c6a48(0x51c)}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x2f8))&&_0x5633cf(Hp,{'embedId':_0x5b9001,'menuItem':_0x439660['textColor'],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':_0x5633cf(_0xb65934,{'className':'univer-fill-primary-600'}),'defaultColor':'#111827',..._0x26f17e(_0x1c6a48(0x2f8)),'onChange':async _0x3b5bd0=>_0x3a3a75(_0x439660[_0x1c6a48(0x2f8)],{'value':_0x3b5bd0}),'onReset':async()=>_0x37c5a0(_0x3f399a['id'])}),_0x53db47[_0x1c6a48(0x6b7)]('backgroundColor')&&_0x5633cf(Hp,{'embedId':_0x5b9001,'menuItem':_0x439660[_0x1c6a48(0x641)],'title':_0x1c6a48(0x46a),'icon':_0x5633cf(_0x4aa228,{'className':_0x1c6a48(0x2e1)}),'defaultColor':_0x1c6a48(0x422),..._0x26f17e(_0x1c6a48(0x641)),'onChange':async _0x1063f8=>_0x3a3a75(_0x439660['backgroundColor'],{'value':_0x1063f8}),'onReset':async()=>_0x37c5a0(_0x150b3a['id'])}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x5e4))&&_0x5633cf(Up,{'embedId':_0x5b9001,'menuItem':_0x439660[_0x1c6a48(0x5e4)],..._0x26f17e('borderComposite'),'onSelect':async(_0x47ad01,_0x5cdd6b,_0x2a75a4)=>_0xa5a07f(_0x439660[_0x1c6a48(0x5e4)],_0x47ad01,_0x5cdd6b,_0x2a75a4)}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x6b9))&&_0x5633cf(_0x4e5698,{'orientation':_0x1c6a48(0x51c)}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x462))&&_0x5633cf(Wp,{'embedId':_0x5b9001,'menuItems':_0x439660[_0x1c6a48(0x462)],..._0x26f17e('merge'),'execute':_0x3a3a75}),_0x53db47[_0x1c6a48(0x6b7)](_0x1c6a48(0x237))&&_0x5633cf(zp,{'embedId':_0x5b9001,'menuItem':_0x439660[_0x1c6a48(0x237)],..._0x26f17e(_0x1c6a48(0x237)),'execute':_0x3a3a75}),_0x53db47['has'](_0x1c6a48(0x2d2))&&_0x5633cf(Bp,{'embedId':_0x5b9001,'menuItem':_0x439660[_0x1c6a48(0x2d2)],..._0x26f17e(_0x1c6a48(0x2d2)),'execute':_0x3a3a75}),_0x53db47['has'](_0x1c6a48(0x298))&&_0x5633cf(Gp,{'embedId':_0x5b9001,'menuItem':_0x439660[_0x1c6a48(0x298)],..._0x26f17e('wrap'),'execute':_0x37c5a0}),_0x53db47['has'](_0x1c6a48(0x6ae))&&_0x5633cf(_0x4e5698,{'orientation':'vertical'}),_0x53db47['has']('filter')&&_0x5633cf(gp,{'item':_0x439660[_0x1c6a48(0x534)],'title':'embed-ui.sheetsFloating.toolbar.filter','onClick':async()=>_0x3a3a75(_0x439660[_0x1c6a48(0x534)]),'children':_0x5633cf(_0x245972,{})}),_0x53db47[_0x1c6a48(0x6b7)]('divider-block')&&_0x5633cf(_0x4e5698,{'orientation':_0x1c6a48(0x51c)}),_0x53db47['has'](_0x1c6a48(0x59e))&&_0x5633cf(hp,{'title':_0x54b13f['t'](_0x1c6a48(0x309)),'className':_0x1c6a48(0x629),'onClick':_0xa44d9c,'children':_0x5633cf(_0x3858b7,{})})]});}const im=new WeakMap(),am=new WeakSet();function om(_0x53face){const _0x424638=_0x69bfe2;Au(_0x53face,_0x424638(0x3be),sm);}function sm(_0x4dc114){const _0x5b6d01=_0x69bfe2;let _0x4f9278=_0x4dc114['get'](Vo),_0x3714fc=_0x4dc114[_0x5b6d01(0x3fa)](zo),_0x2feab5=_0x4dc114['get'](Ha),_0x11a8d5=_0x4dc114[_0x5b6d01(0x3fa)](Bo),_0x3c8c93=_0x4dc114[_0x5b6d01(0x3fa)](Ic),_0x523fb2=_0x4dc114[_0x5b6d01(0x3fa)](pu),_0x3464b9=_0x4dc114[_0x5b6d01(0x3fa)](Gc);rp(_0x4dc114),_0x4dc114['has'](_0x3b913a)||_0x4dc114[_0x5b6d01(0x615)]([_0x3b913a,{'useFactory':()=>_0x4dc114[_0x5b6d01(0x3fa)](Wa)}]),_0x4dc114['has'](_0x3e2dbc)||_0x4dc114[_0x5b6d01(0x615)]([_0x3e2dbc,{'useFactory':()=>cm({'embedModelService':_0x4dc114['get'](_0x375128),'mountService':_0x4dc114[_0x5b6d01(0x3fa)](Jo),'activationService':_0x4dc114[_0x5b6d01(0x3fa)](Zo),'restoreService':_0x4dc114[_0x5b6d01(0x3fa)](Rc)})}]),[Qf(),$f()]['forEach'](_0x2c7414=>{const _0x56bf2d=_0x5b6d01;_0x4f9278[_0x56bf2d(0x3fa)](_0x2c7414[_0x56bf2d(0x404)],_0x2c7414[_0x56bf2d(0x610)])||_0x4f9278[_0x56bf2d(0x47c)](_0x2c7414);});let _0x312913=ap(_0x4dc114[_0x5b6d01(0x3fa)](_0x92b278));_0x3714fc[_0x5b6d01(0x3fa)](_0x312913[_0x5b6d01(0x246)])||_0x3714fc[_0x5b6d01(0x47c)](_0x312913);let _0x4c4fe8=ip();_0x2feab5[_0x5b6d01(0x3fa)](_0x4c4fe8[_0x5b6d01(0x246)])||_0x2feab5[_0x5b6d01(0x47c)](_0x4c4fe8),em()[_0x5b6d01(0x5dd)](_0x21cf0f=>{const _0x3a31d1=_0x5b6d01;_0x11a8d5[_0x3a31d1(0x3fa)](_0x21cf0f['hostType'],_0x21cf0f[_0x3a31d1(0x610)],_0x21cf0f[_0x3a31d1(0x246)])||_0x11a8d5['register'](_0x21cf0f);}),_0x3c8c93[_0x5b6d01(0x184)](Cu(_0x4dc114,{'childType':_0x420dc4[_0x5b6d01(0x6a5)],'renderManagerService':_0x5ab5f7})),_0x523fb2['get'](_0x420dc4[_0x5b6d01(0x6a5)])||_0x523fb2[_0x5b6d01(0x47c)](Uf()),_0x3464b9['get'](_0x420dc4['UNIVER_SHEET'])||_0x3464b9['register'](np(_0x4dc114)),pm({'injector':_0x4dc114,'previewService':_0x3c8c93});}function cm(_0x3c1f00){return{'mountSheetTab':({hostUnitId:_0x22e0a8,hostAnchorId:_0xf7f548,embedId:_0x5e148f})=>{const _0x245423=_0x448a;let _0x4cf904=_0x3c1f00['embedModelService'][_0x245423(0x464)](_0x22e0a8,_0x5e148f);if(!_0x4cf904||_0x4cf904[_0x245423(0x35f)]!==_0xf7f548)return;let _0x4d1ade=!0x1,_0x93bfae=!0x1,_0x353ada;return _0x3c1f00[_0x245423(0x202)][_0x245423(0x339)]({'descriptor':_0x4cf904})[_0x245423(0x239)](_0x28bad5=>{const _0x148833=_0x245423;_0x4d1ade||(_0x353ada==null||_0x353ada[_0x148833(0x4b0)](),_0x353ada=void 0x0,_0x3c1f00[_0x148833(0x1da)][_0x148833(0x5b5)](_0x28bad5),_0x3c1f00['activationService']['activateTab'](_0x28bad5),_0x93bfae=!0x0);})[_0x245423(0x1d2)](_0x2acbd1=>{_0x4d1ade||(_0x353ada=lm(_0xf7f548,_0x2acbd1));}),_0x52e91f(()=>{const _0x230927=_0x245423;_0x4d1ade=!0x0,_0x353ada==null||_0x353ada[_0x230927(0x4b0)](),_0x93bfae&&_0x3c1f00[_0x230927(0x1da)][_0x230927(0x321)](_0x5e148f),_0x3c1f00['activationService'][_0x230927(0x398)](_0x5e148f);});},'clearTab':_0x18aee6=>{const _0x4ef4fd=_0x448a;_0x3c1f00[_0x4ef4fd(0x4f6)][_0x4ef4fd(0x398)](_0x18aee6);}};}function lm(_0x199b15,_0x32d7b2){const _0x3cd3df=_0x69bfe2;let _0x23b3d4=um(_0x199b15);if(!_0x23b3d4)return;let _0x212f6d=document[_0x3cd3df(0x564)](_0x3cd3df(0x2a6));return _0x212f6d[_0x3cd3df(0x319)][_0x3cd3df(0x658)]=_0x3cd3df(0x3a6),_0x212f6d[_0x3cd3df(0x26d)][_0x3cd3df(0x337)]=_0x3cd3df(0x201),_0x212f6d[_0x3cd3df(0x26d)][_0x3cd3df(0x4ec)]=_0x3cd3df(0x1cc),_0x212f6d[_0x3cd3df(0x26d)][_0x3cd3df(0x473)]=_0x3cd3df(0x195),_0x212f6d[_0x3cd3df(0x690)]=_0x32d7b2 instanceof Error&&_0x32d7b2[_0x3cd3df(0x570)]?_0x32d7b2['message']:_0x3cd3df(0x58c),_0x23b3d4[_0x3cd3df(0x5f3)](_0x212f6d),_0x212f6d;}function um(_0x497db6){const _0x4da9aa=_0x69bfe2;return document[_0x4da9aa(0x349)](_0x4da9aa(0x3e9)+dm(_0x497db6)+'\x22]');}function dm(_0xb934f8){const _0x3af6c=_0x69bfe2;return _0xb934f8['replace'](/\\/g,'\x5c\x5c')[_0x3af6c(0x257)](/"/g,'\x5c\x22');}function fm(_0x32c353){const _0x2af26f=_0x69bfe2;let _0x5520b6=new _0x55026e(),_0x2f8673=0x0,_0x1be743;if(_0x5520b6[_0x2af26f(0x615)](_0x32c353[_0x2af26f(0x61f)][_0x2af26f(0x18e)]['subscribe'](_0x4d619a=>{const _0x495937=_0x2af26f;if(typeof _0x4d619a[_0x495937(0x56d)]!=_0x495937(0x284))return;let _0x44a7b7=_0x32c353[_0x495937(0x69a)][_0x495937(0x66e)](_0x4d619a[_0x495937(0x3cb)])[_0x495937(0x1d3)](_0x2c103e=>_0x2c103e[_0x495937(0x2c9)]===_0x4d619a[_0x495937(0x2c9)]&&_0x2c103e[_0x495937(0x610)]==='sheets-floating-object');_0x44a7b7!=null&&_0x44a7b7['hostAnchorId']&&_0x32c353[_0x495937(0x666)][_0x495937(0x1f0)]({'id':_0x44a7b7[_0x495937(0x35f)],'image':_0x4d619a[_0x495937(0x56d)],'updatedAt':_0x4d619a[_0x495937(0x386)]});})),!_0x32c353['canvasFloatDomPreviewService']['previewRequested$'])return _0x5520b6;let _0x33cd91=()=>{const _0x2ba7b5=_0x2af26f;_0x1be743||_0x2f8673>=0xf0||(_0x1be743=globalThis[_0x2ba7b5(0x568)](()=>{_0x1be743=void 0x0,_0x2f8673+=0x1,_0x2caf55();},0xfa));},_0x3a4e34=_0x2ab623=>{const _0xcddfb6=_0x2af26f;let _0x1d05e8=_0x2ab623['data'];if(!_0x1d05e8||typeof _0x1d05e8!=_0xcddfb6(0x34f))return!0x0;let _0x3815a8=gm(_0x1d05e8,'embedId'),_0x294f31=gm(_0x1d05e8,_0xcddfb6(0x278));if(!_0x3815a8||!_0x294f31)return!0x0;let _0x101885=_0x32c353[_0xcddfb6(0x69a)][_0xcddfb6(0x464)](_0x294f31,_0x3815a8);return!_0x101885||_0x101885[_0xcddfb6(0x610)]!==_0xcddfb6(0x155)||!_0x101885[_0xcddfb6(0x3cb)]||_0x101885[_0xcddfb6(0x246)]==null?!0x1:(_0x32c353[_0xcddfb6(0x61f)][_0xcddfb6(0x332)]({'descriptor':_0x101885,'childUnitId':_0x101885[_0xcddfb6(0x3cb)],'childType':_0x101885[_0xcddfb6(0x246)],'width':_0x2ab623[_0xcddfb6(0x459)],'height':_0x2ab623[_0xcddfb6(0x602)],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0xcddfb6(0x39d)}),!0x0);},_0x2caf55=()=>{const _0x5eadd3=_0x2af26f;var _0x1a2e2d,_0x1cceb3;let _0x17a62c=!0x1;(_0x1a2e2d=(_0x1cceb3=_0x32c353[_0x5eadd3(0x666)])['getPendingRequests'])==null||_0x1a2e2d[_0x5eadd3(0x194)](_0x1cceb3)[_0x5eadd3(0x5dd)](_0x2ba6f1=>{_0x3a4e34(_0x2ba6f1)||(_0x17a62c=!0x0);}),_0x17a62c&&_0x33cd91();};return _0x2caf55(),_0x5520b6[_0x2af26f(0x615)](_0x32c353[_0x2af26f(0x666)][_0x2af26f(0x38a)][_0x2af26f(0x483)](_0x47aec1=>{_0x3a4e34(_0x47aec1)||_0x33cd91();})),_0x5520b6[_0x2af26f(0x615)](()=>{const _0x277ef5=_0x2af26f;_0x1be743&&globalThis[_0x277ef5(0x15e)](_0x1be743);}),_0x5520b6;}function pm(_0x5552e5){const _0x16594b=_0x69bfe2;let _0x1ff70a=_0x5552e5['injector'],_0x64d72d=im['get'](_0x1ff70a);if(_0x64d72d)return _0x64d72d;let _0x2233fa=hm(_0x5552e5[_0x16594b(0x2c0)]);if(_0x2233fa!==null){if(_0x2233fa){let _0x774447=fm({'previewService':_0x5552e5[_0x16594b(0x61f)],'embedModelService':_0x2233fa[_0x16594b(0x69a)],'canvasFloatDomPreviewService':_0x2233fa[_0x16594b(0x666)]});return im['set'](_0x1ff70a,_0x774447),_0x774447;}_0x5552e5[_0x16594b(0x183)]===!0x1||am[_0x16594b(0x6b7)](_0x1ff70a)||(am['add'](_0x1ff70a),mm(_0x5552e5,0x0));}}function mm(_0x524f1b,_0xc6af96){const _0xdb2580=_0x69bfe2;let _0x58e236=_0x524f1b[_0xdb2580(0x582)]??0xf0,_0x48c2f4=_0x524f1b[_0xdb2580(0x24c)]??0xfa,_0x26bfe6=_0x524f1b[_0xdb2580(0x2c0)];globalThis['setTimeout'](()=>{const _0x53a8c4=_0xdb2580;if(pm({..._0x524f1b,'retry':!0x1})||_0xc6af96+0x1>=_0x58e236){am[_0x53a8c4(0x288)](_0x26bfe6);return;}mm(_0x524f1b,_0xc6af96+0x1);},_0x48c2f4);}function hm(_0x5d3238){const _0x337736=_0x69bfe2;try{return!_0x5d3238[_0x337736(0x6b7)](_0x1353cb)||!_0x5d3238[_0x337736(0x6b7)](_0x375128)?void 0x0:{'embedModelService':_0x5d3238[_0x337736(0x3fa)](_0x375128),'canvasFloatDomPreviewService':_0x5d3238[_0x337736(0x3fa)](_0x1353cb)};}catch{return null;}}function gm(_0x52f0d8,_0x339029){const _0x3bdd77=_0x69bfe2;let _0x4d62cc=_0x52f0d8[_0x339029];return typeof _0x4d62cc==_0x3bdd77(0x284)?_0x4d62cc:void 0x0;}let _m=class{constructor(_0x1046b2){this['_mountService']=_0x1046b2,Y(this,'_leases',new Map());}['acquire'](_0x514607,_0x1f253b){const _0x1e89fc=_0x69bfe2;if(this['_leases'][_0x1e89fc(0x6b7)](_0x514607['embedId']))throw Error(_0x1e89fc(0x5d6)+_0x514607['embedId']);let _0x458efd=this[_0x1e89fc(0x413)]['getSession'](_0x514607['embedId']),_0x4b7ddb=_0x458efd!=null&&_0x458efd[_0x1e89fc(0x4b3)]?this[_0x1e89fc(0x3d7)](_0x458efd,_0x1f253b):this['_mountOwnedSession'](_0x514607,_0x1f253b);return this['_leases'][_0x1e89fc(0x52c)](_0x514607[_0x1e89fc(0x2c9)],_0x4b7ddb),{'session':_0x4b7ddb[_0x1e89fc(0x342)],'ownsSession':_0x4b7ddb['ownsSession'],'dispose':()=>{const _0x4bfa4c=_0x1e89fc;this[_0x4bfa4c(0x50b)][_0x4bfa4c(0x3fa)](_0x514607[_0x4bfa4c(0x2c9)])===_0x4b7ddb&&(this[_0x4bfa4c(0x50b)][_0x4bfa4c(0x288)](_0x514607[_0x4bfa4c(0x2c9)]),_0x4b7ddb[_0x4bfa4c(0x5dc)]());}};}[_0x69bfe2(0x3d7)](_0x5e714b,_0x12e465){const _0x4b0dda=_0x69bfe2;let _0x396300=_0x5e714b['context'][_0x4b0dda(0x3bb)][_0x4b0dda(0x661)],_0x1e7dd9=_0x396300[_0x4b0dda(0x16d)],_0xce7a8c=_0x396300[_0x4b0dda(0x34c)];if(!_0x1e7dd9)throw Error(_0x4b0dda(0x60f)+_0x5e714b[_0x4b0dda(0x2c9)]);return _0x12e465[_0x4b0dda(0x5f3)](_0x396300),{'session':_0x5e714b,'ownsSession':!0x1,'dispose':()=>{const _0x5f3e29=_0x4b0dda;if(this[_0x5f3e29(0x413)]['getSession'](_0x5e714b[_0x5f3e29(0x2c9)])!==_0x5e714b){_0x396300['remove']();return;}(_0xce7a8c==null?void 0x0:_0xce7a8c[_0x5f3e29(0x16d)])===_0x1e7dd9?_0x1e7dd9[_0x5f3e29(0x1fa)](_0x396300,_0xce7a8c):_0x1e7dd9[_0x5f3e29(0x58d)](_0x396300);}};}[_0x69bfe2(0x5c9)](_0x262a57,_0x274fd7){const _0x17deb9=_0x69bfe2;let _0x26cf4f=this['_mountService'][_0x17deb9(0x4ee)](_0x262a57,_0x274fd7);return{'session':_0x26cf4f,'ownsSession':!0x0,'dispose':()=>{const _0x1c991f=_0x17deb9;this[_0x1c991f(0x413)][_0x1c991f(0x2db)](_0x262a57[_0x1c991f(0x2c9)])===_0x26cf4f&&this[_0x1c991f(0x413)][_0x1c991f(0x321)](_0x262a57[_0x1c991f(0x2c9)]);}};}};_m=Go([$(0x0,_0x1ac387(Jo))],_m);function vm(){const _0xed797=_0x69bfe2;return Pu({'childType':_0x420dc4[_0xed797(0x598)],'productName':_0xed797(0x45a)});}function ym(_0x3965bf){const _0x359b4a=_0x69bfe2;return ac({'embedId':_0x3965bf[_0x359b4a(0x2c9)],'active':_0x3965bf[_0x359b4a(0x3de)],'fullscreen':_0x3965bf['fullscreen'],'usesDomFloatingStage':_0x3965bf['usesDomFloatingStage']??!0x0,'renderScopeActive':_0x3965bf[_0x359b4a(0x697)]??!0x1});}function bm(_0x1fe7fc){const _0x33d922=_0x69bfe2;var _0x529a5a;let _0x5b6532=_0x1c4e2b(_0xcc601d),{hostUnitId:_0x560e4a,embedId:_0x1efdd8,childUnitId:_0x2c6792,slideModel:_0x4494d8,floatingActiveService:_0x4028bd,commandService:_0x48071e,instanceService:_0x3190f7,fullscreen:_0xa026fa,usesDomFloatingStage:_0x3ef2e4,renderScopeActive$:_0x3f2275}=_0x1fe7fc,_0x5836ae=_0x464678(()=>_0x4028bd['active$'],_0x4028bd[_0x33d922(0x57c)](),!0x1,[_0x4028bd]),_0x55e3e2=_0x464678(_0x3f2275,!0x1),_0x1a01fc=_0x464678(_0x4494d8===null?null:()=>_0x4494d8['pageManager'][_0x33d922(0x192)],[],!0x1,[_0x4494d8]),_0xb6150d=_0x464678(_0x4494d8===null?null:()=>_0x4494d8[_0x33d922(0x4c8)][_0x33d922(0x193)],_0x4494d8==null||(_0x529a5a=_0x4494d8[_0x33d922(0x4c8)][_0x33d922(0x1ad)]())==null?void 0x0:_0x529a5a[_0x33d922(0x314)](),!0x1,[_0x4494d8]),_0x5f72dd=_0x135873(()=>(_0x4494d8==null?void 0x0:_0x4494d8['pageManager'][_0x33d922(0x189)]())??[],[_0x4494d8,_0x1a01fc]),_0x4e2739=Math[_0x33d922(0x269)](0x0,_0x5f72dd[_0x33d922(0x685)](_0x21fe25=>_0x21fe25['getId']()===_0xb6150d)),_0x5392e2=_0x5f72dd[_0x33d922(0x37f)],_0x45eb78=ym({'active':_0x5836ae,'embedId':_0x1efdd8,'fullscreen':_0xa026fa,'renderScopeActive':_0x55e3e2,'usesDomFloatingStage':_0x3ef2e4})===_0x33d922(0x45e),_0x123a0a=()=>{const _0x54d71b=_0x33d922;_0x4028bd[_0x54d71b(0x406)]({'hostUnitId':_0x560e4a,'embedId':_0x1efdd8,'childUnitId':_0x2c6792},'stage2'),_0x3190f7[_0x54d71b(0x1d4)](_0x2c6792);},_0x5b5a87=_0x305ab1=>{const _0x33273d=_0x33d922;let _0x28a5b8=_0x5f72dd[_0x305ab1];!_0x28a5b8||!_0x4494d8||(_0x123a0a(),_0x4494d8[_0x33273d(0x4c8)][_0x33273d(0x36e)](_0x28a5b8[_0x33273d(0x314)]()));};return _0x1acda8('div',{'className':_0x55629c(_0x33d922(0x4d3),{'univer-hidden':!_0x45eb78,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0xa026fa,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0xa026fa,'-univer-top-9':!_0xa026fa}),'data-embed-floating-menu':_0x33d922(0x3a6),'data-embed-id':_0x1efdd8,'data-embed-float-stage':_0x45eb78?'stage2':_0x33d922(0x258),'onPointerDown':_0x1100c4=>_0x1100c4[_0x33d922(0x3f3)](),'children':[_0x5633cf(xm,{'title':_0x33d922(0x657),'disabled':_0x4e2739<=0x0,'onClick':()=>_0x5b5a87(_0x4e2739-0x1),'children':_0x5633cf(_0x5ba4cb,{})}),_0x5633cf(xm,{'title':_0x33d922(0x647),'disabled':_0x5392e2===0x0||_0x4e2739>=_0x5392e2-0x1,'onClick':()=>_0x5b5a87(_0x4e2739+0x1),'children':_0x5633cf(_0x1624da,{})}),_0x5633cf(_0x1bd903,{'align':_0x33d922(0x553),'sideOffset':0x6,'data-embed-id':_0x1efdd8,'data-embed-floating-menu-popup':'true','items':[{'type':'radio','value':String(_0x4e2739),'hideIndicator':!0x0,'options':_0x5f72dd['map']((_0x5c0f58,_0x5b003b)=>({'label':'Slide\x20'+(_0x5b003b+0x1),'value':String(_0x5b003b)})),'onSelect':_0x1c6176=>_0x5b5a87(Number(_0x1c6176))}],'children':_0x1acda8(_0xb778ea,{'type':'button','size':_0x33d922(0x6a8),'variant':_0x33d922(0x521),'className':_0x33d922(0x54f),'title':_0x33d922(0x186),'children':[_0x5633cf(_0x33d922(0x19d),{'children':_0x5392e2===0x0?_0x33d922(0x48f):_0x4e2739+0x1+'\x20/\x20'+_0x5392e2}),_0x5633cf(_0x27061c,{'className':'univer-size-3'})]})}),_0x5633cf(_0x4e5698,{'orientation':'vertical'}),_0x5633cf(xm,{'title':_0x5b6532['t']('embed-ui.deleteBlock'),'className':_0x33d922(0x629),'onClick':()=>{const _0x3da993=_0x33d922;_0x48071e[_0x3da993(0x531)](_0x389aa2['id'],{'hostUnitId':_0x560e4a,'embedId':_0x1efdd8});},'children':_0x5633cf(_0x3858b7,{})})]});}function xm(_0x2fd415){const _0x489e66=_0x69bfe2;let {children:_0x120e14,title:_0x5ad3ad,disabled:_0x5c7aab,className:_0xb9b499,onClick:_0x423885}=_0x2fd415;return _0x5633cf(_0xb778ea,{'type':_0x489e66(0x559),'size':_0x489e66(0x6a8),'variant':'ghost','className':_0x55629c(_0x489e66(0x3c6),_0xb9b499),'title':_0x5ad3ad,'aria-label':_0x5ad3ad,'disabled':_0x5c7aab,'onClick':_0x423885,'children':_0x120e14});}function Sm(){const _0x5ef989=_0x69bfe2;return Ad({'childType':_0x420dc4[_0x5ef989(0x598)],'mount':Cm});}function Cm(_0xf9d5bb){const _0x3dd89c=_0x69bfe2;let {root:_0x3b5ad3,menu:_0x27ce1d}=kd(_0xf9d5bb),_0x5eb4e1=ss(_0x27ce1d),_0x3a5043=_0xf9d5bb['injector'][_0x3dd89c(0x3fa)](Ua),_0x1cb594=_0xf9d5bb[_0x3dd89c(0x2c0)][_0x3dd89c(0x3fa)](_0x92b278),_0x4ce768=_0xf9d5bb[_0x3dd89c(0x2c0)]['get'](_0x1e60e6),_0x1b9d93=_0x4ce768['getUnit'](_0xf9d5bb[_0x3dd89c(0x3cb)],_0x420dc4[_0x3dd89c(0x598)]);return _0x5eb4e1[_0x3dd89c(0x2e6)](_0x470189(Qo,{'injector':_0xf9d5bb['runtimeScope'][_0x3dd89c(0x2c0)],'mountContainer':_0x3b5ad3,'embedId':_0xf9d5bb['embedId']},_0x470189(bm,{'hostUnitId':_0xf9d5bb[_0x3dd89c(0x278)],'embedId':_0xf9d5bb[_0x3dd89c(0x2c9)],'childUnitId':_0xf9d5bb['childUnitId'],'slideModel':_0x1b9d93??null,'floatingActiveService':_0x3a5043,'commandService':_0x1cb594,'instanceService':_0x4ce768,'fullscreen':!!_0xf9d5bb[_0x3dd89c(0x3bb)][_0x3dd89c(0x528)],'usesDomFloatingStage':_0xf9d5bb[_0x3dd89c(0x4e2)][_0x3dd89c(0x610)]!=='slides-floating-object','renderScopeActive$':_0xf9d5bb[_0x3dd89c(0x3bb)]['active$']}))),_0x52e91f(()=>{const _0x4b875a=_0x3dd89c;cs(_0x5eb4e1),globalThis['setTimeout'](()=>_0x27ce1d[_0x4b875a(0x4b0)](),0x0);});}function wm(_0x3de78e,_0x35ac01,_0x10f649){return{..._0x3cb15a(_0x3de78e,_0x35ac01),'activateAnchor':_0x53d91a=>{const _0x818f85=_0x448a;_0x10f649==null||_0x10f649[_0x818f85(0x694)](_0x53d91a[_0x818f85(0x278)]),_0x53d91a[_0x818f85(0x4e2)]['childUnitId']&&(_0x35ac01==null||_0x35ac01[_0x818f85(0x1d4)](_0x53d91a[_0x818f85(0x4e2)][_0x818f85(0x3cb)]));let _0x55ecc6=_0x35ac01==null?void 0x0:_0x35ac01[_0x818f85(0x5b3)](_0x53d91a[_0x818f85(0x278)],_0x420dc4['UNIVER_SLIDE']),_0x42e17f=()=>{const _0x1fa072=_0x818f85;var _0x1f5f1d,_0xea1db4;return _0x55ecc6==null||(_0x1f5f1d=_0x55ecc6[_0x1fa072(0x4c8)])==null||(_0xea1db4=_0x1f5f1d[_0x1fa072(0x36e)])==null?void 0x0:_0xea1db4['call'](_0x1f5f1d,_0x53d91a['hostAnchorId']);};if(typeof window>'u'){_0x42e17f();return;}window['requestAnimationFrame'](_0x42e17f);}};}function Tm(){const _0xceb67e=_0x69bfe2;return{'hostType':_0x420dc4[_0xceb67e(0x598)],'entry':_0xceb67e(0x1de),'layout':'scroll-contained','supportedLayouts':[_0xceb67e(0x36b),_0xceb67e(0x1ac),_0xceb67e(0x2e9),_0xceb67e(0x204)],'menuBehavior':'floating','mount':_0x2fbe90=>{const _0x40daf4=_0xceb67e;let _0x2e2efd=Dm(_0x40daf4(0x502),_0x2fbe90['descriptor'][_0x40daf4(0x35f)]);return _0x2e2efd?{'hostElement':_0x2e2efd}:{};}};}function Em(){const _0x338366=_0x69bfe2;return{'hostType':_0x420dc4[_0x338366(0x598)],'entry':_0x338366(0x159),'layout':'tab-peer','supportedLayouts':['tab-peer'],'menuBehavior':_0x338366(0x331),'mount':_0x388b37=>{let _0x2e16aa=Dm('data-embed-slides-page-list-host',_0x388b37['descriptor']['hostAnchorId']);return _0x2e16aa?{'hostElement':_0x2e16aa}:{};}};}function Dm(_0x26a86a,_0x1fe67d){const _0x2e7d88=_0x69bfe2;return document[_0x2e7d88(0x349)]('['+_0x26a86a+'=\x22'+Om(_0x1fe67d)+'\x22]');}function Om(_0x42d0b7){return _0x42d0b7['replace'](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function km(){const _0x1de767=_0x69bfe2;return{'childType':_0x420dc4[_0x1de767(0x598)],'handleWheel':()=>!0x1};}function Am(_0x4875cb){const _0x337383=_0x69bfe2;return{'childType':_0x420dc4['UNIVER_SLIDE'],'supportedLayouts':[_0x337383(0x5e2),_0x337383(0x2e9),_0x337383(0x36b)],'beforeDeactivate':jm,'mount':_0xe83482=>Mm(_0xe83482,_0x4875cb)};}function jm(_0x4019e0){const _0x4117e3=_0x69bfe2;let _0x16957e=_0x4019e0[_0x4117e3(0x1a6)][_0x4117e3(0x2c0)];if(!(_0x16957e!=null&&_0x16957e[_0x4117e3(0x6b7)](_0x418df8)))return;let _0x18e046=_0x16957e['get'](_0x418df8);_0x18e046[_0x4117e3(0x693)](),_0x18e046[_0x4117e3(0x4f8)]();}function Mm(_0x3c41df,_0x255351){const _0x2752b6=_0x69bfe2;let _0x4731ec=_0x3c41df[_0x2752b6(0x2c0)][_0x2752b6(0x3fa)](_0x1e60e6)[_0x2752b6(0x5b3)](_0x3c41df[_0x2752b6(0x3cb)],_0x420dc4['UNIVER_SLIDE']);if(!_0x4731ec)return;let _0x40623a=_0x3c41df['runtimeScope'][_0x2752b6(0x2c0)];if(!_0x40623a)return;let _0x6cddcc=ad(_0x3c41df,_0x255351,_0x409818=>Nm(_0x4731ec,_0x409818)),_0x94a26=_0x3c41df[_0x2752b6(0x1a6)][_0x2752b6(0x2eb)][_0x2752b6(0x680)],_0x2fd498=_0x3c41df['runtimeScope'][_0x2752b6(0x2eb)][_0x2752b6(0x6b8)],_0x26ed5e=_0x3c41df[_0x2752b6(0x2c0)]['get'](_0x5ab5f7),_0x198a48=Pm(_0x3c41df),_0x4c7b52=_0x2fd498?bu(_0x26ed5e,_0x3c41df['childUnitId'],_0x40623a):void 0x0;if(_0x4c7b52&&_0x2fd498&&!_0x198a48){try{var _0x4b12fa,_0x529c2a;(_0x4b12fa=(_0x529c2a=_0x4c7b52[_0x2752b6(0x498)])[_0x2752b6(0x321)])==null||_0x4b12fa[_0x2752b6(0x194)](_0x529c2a);}catch{}_0x4c7b52[_0x2752b6(0x498)]['mount'](_0x2fd498),Su(_0x4c7b52,{'activate':!0x0}),_0x2fd498['dataset'][_0x2752b6(0x234)]=_0x3c41df[_0x2752b6(0x3cb)],_0x2fd498['dataset']['embedChildRenderMode']=_0x2752b6(0x338);}let _0x2ffade=ss(_0x94a26);return _0x94a26[_0x2752b6(0x319)]['embedChildRenderUnitId']=_0x3c41df[_0x2752b6(0x3cb)],_0x94a26[_0x2752b6(0x319)]['embedChildRenderMode']=_0x2752b6(0x281),_0x2ffade[_0x2752b6(0x2e6)](_0x5633cf(Qo,{'injector':_0x40623a,'mountContainer':_0x3c41df[_0x2752b6(0x1a6)]['roots'][_0x2752b6(0x286)],'embedId':_0x3c41df[_0x2752b6(0x2c9)],'children':_0x198a48?_0x5633cf(_0x39f2e8,{'unitId':_0x3c41df[_0x2752b6(0x3cb)],'active$':_0x3c41df[_0x2752b6(0x3bb)][_0x2752b6(0x270)]}):_0x5633cf(_0xf2f1b2,{})})),_0x52e91f(()=>{const _0x2a9990=_0x2752b6;_0x6cddcc[_0x2a9990(0x5dc)]();try{var _0x47322e,_0x5de7f1;_0x4c7b52==null||(_0x5de7f1=(_0x47322e=_0x4c7b52[_0x2a9990(0x498)])[_0x2a9990(0x321)])==null||_0x5de7f1['call'](_0x47322e);}catch{}_0x26ed5e[_0x2a9990(0x616)](_0x3c41df[_0x2a9990(0x3cb)]),cs(_0x2ffade),_0x94a26[_0x2a9990(0x508)]&&(_0x94a26[_0x2a9990(0x4c6)](_0x2a9990(0x25b)),_0x94a26[_0x2a9990(0x4c6)](_0x2a9990(0x485))),_0x2fd498!=null&&_0x2fd498[_0x2a9990(0x508)]&&(_0x2fd498['removeAttribute'](_0x2a9990(0x25b)),_0x2fd498['removeAttribute']('data-embed-child-render-mode')),_0x40623a['dispose']();});}function Nm(_0x40b097,_0x544b19){const _0x2c17f1=_0x69bfe2;var _0x46ddad,_0xb1cbe;let _0x5b7699=_0x544b19==null?void 0x0:_0x544b19[_0x2c17f1(0x53e)],_0x11024d=_0x5b7699&&_0x40b097[_0x2c17f1(0x4c8)][_0x2c17f1(0x4bf)](_0x5b7699)?_0x5b7699:(_0x46ddad=_0x40b097[_0x2c17f1(0x4c8)][_0x2c17f1(0x189)]()[0x0])==null?void 0x0:_0x46ddad[_0x2c17f1(0x314)]();_0x11024d&&((_0xb1cbe=_0x40b097[_0x2c17f1(0x4c8)][_0x2c17f1(0x1ad)]())==null?void 0x0:_0xb1cbe[_0x2c17f1(0x314)]())!==_0x11024d&&_0x40b097[_0x2c17f1(0x4c8)][_0x2c17f1(0x36e)](_0x11024d);}function Pm(_0x10d265){const _0x25a758=_0x69bfe2;return _0x10d265['renderScope'][_0x25a758(0x2aa)]===_0x25a758(0x3b2)&&!_0x10d265['renderScope']['fullscreen']&&_0x10d265[_0x25a758(0x4ef)]===_0x25a758(0x2e9);}let Fm=class{constructor(_0x13460f,_0x33bf9d){const _0xd034c7=_0x69bfe2;this[_0xd034c7(0x515)]=_0x13460f,this[_0xd034c7(0x308)]=_0x33bf9d,Y(this,_0xd034c7(0x246),_0x420dc4[_0xd034c7(0x598)]);}['collectViewState'](_0x2d2328){const _0x414461=_0x69bfe2;var _0x34f6ac,_0x350a70;let _0x448b06=this[_0x414461(0x3d6)](_0x2d2328[_0x414461(0x3cb)]),_0x3b61cc=(_0x448b06==null||(_0x34f6ac=_0x448b06[_0x414461(0x4c8)][_0x414461(0x1ad)]())==null?void 0x0:_0x34f6ac[_0x414461(0x314)]())??'';return{'unitId':_0x2d2328[_0x414461(0x3cb)],'pageId':_0x3b61cc,'scaleMode':'fit','zoomRatio':_0x448b06==null||(_0x350a70=_0x448b06['getZoomRatio'])==null?void 0x0:_0x350a70[_0x414461(0x194)](_0x448b06)};}[_0x69bfe2(0x486)](_0x16d190,_0x130855){const _0x52e9fd=_0x69bfe2;let _0x3c5a81=this[_0x52e9fd(0x3d6)](_0x16d190[_0x52e9fd(0x3cb)]);!_0x3c5a81||!_0x130855[_0x52e9fd(0x53e)]||!_0x3c5a81[_0x52e9fd(0x4c8)]['getSlide'](_0x130855[_0x52e9fd(0x53e)])||_0x3c5a81['pageManager']['setActiveSlide'](_0x130855['pageId']);}[_0x69bfe2(0x668)](_0x349725){const _0x1edbe0=_0x69bfe2;var _0x58457a,_0x36c4f3,_0x12cbd9;let _0x3db18a=this[_0x1edbe0(0x3d6)](_0x349725[_0x1edbe0(0x3cb)]),_0x188a0d=(_0x58457a=_0x349725[_0x1edbe0(0x5c5)])==null?void 0x0:_0x58457a[_0x1edbe0(0x53e)];_0x3db18a&&_0x188a0d&&_0x3db18a['pageManager'][_0x1edbe0(0x4bf)](_0x188a0d)&&_0x3db18a[_0x1edbe0(0x4c8)][_0x1edbe0(0x36e)](_0x188a0d);let _0x2e8a0e=this[_0x1edbe0(0x264)](_0x349725[_0x1edbe0(0x3cb)]),_0x1bd86f=_0x2e8a0e==null||(_0x36c4f3=_0x2e8a0e[_0x1edbe0(0x498)])==null||(_0x12cbd9=_0x36c4f3['getCanvasElement'])==null?void 0x0:_0x12cbd9[_0x1edbe0(0x194)](_0x36c4f3);if(_0x2e8a0e&&(!_0x1bd86f||_0x1bd86f[_0x1edbe0(0x459)]<=0x1||_0x1bd86f['height']<=0x1)&&(_0x1bd86f=Im(_0x2e8a0e,_0x349725[_0x1edbe0(0x459)],_0x349725[_0x1edbe0(0x602)])),!(!_0x1bd86f||_0x1bd86f[_0x1edbe0(0x459)]<=0x1||_0x1bd86f[_0x1edbe0(0x602)]<=0x1||typeof _0x1bd86f[_0x1edbe0(0x59b)]!=_0x1edbe0(0x421)))try{let _0x1f49fe=_0x3db18a?_0x3efd93(_0x3db18a[_0x1edbe0(0x580)]()['defaultPageSize']):void 0x0,_0x40f49f=_0x1f49fe?_0x1f49fe[_0x1edbe0(0x459)]/_0x1f49fe[_0x1edbe0(0x602)]:void 0x0,_0x1beac8=zm(_0x2e8a0e,_0x1bd86f['width'],_0x1bd86f['height'])??(_0x40f49f?Lm(_0x1bd86f[_0x1edbe0(0x459)],_0x1bd86f['height'],_0x40f49f):void 0x0);return Bm(_0x1bd86f,_0x349725['width'],_0x349725['height'],_0x349725['dpr'],_0x1beac8)??_0x1bd86f[_0x1edbe0(0x59b)](_0x1edbe0(0x5ea));}catch{return;}}[_0x69bfe2(0x3d6)](_0x6569c5){const _0x277bfd=_0x69bfe2;return this[_0x277bfd(0x515)][_0x277bfd(0x5b3)](_0x6569c5,_0x420dc4[_0x277bfd(0x598)])??void 0x0;}[_0x69bfe2(0x264)](_0xd6099c){const _0xd5fd5b=_0x69bfe2;let _0x281119=this['_renderManagerService'][_0xd5fd5b(0x667)](_0xd6099c);if(_0x281119)return _0x281119;try{return this[_0xd5fd5b(0x308)][_0xd5fd5b(0x168)](_0xd6099c);}catch{return;}}};Fm=Go([$(0x0,_0x1e60e6),$(0x1,_0x5ab5f7)],Fm);function Im(_0x987b2d,_0x575995,_0x1d488b){const _0x17ab4c=_0x69bfe2;if(typeof document>'u')return;let _0x5d75b0=_0x987b2d['engine'],_0x552fbb=_0x987b2d[_0x17ab4c(0x1b4)];if(!(_0x5d75b0!=null&&_0x5d75b0[_0x17ab4c(0x5b5)])||!_0x5d75b0[_0x17ab4c(0x469)])return;let _0x1f9255=document['createElement'](_0x17ab4c(0x2a6));_0x1f9255['style'][_0x17ab4c(0x179)]=_0x17ab4c(0x333),_0x1f9255['style'][_0x17ab4c(0x4ac)]='-100000px',_0x1f9255[_0x17ab4c(0x26d)][_0x17ab4c(0x566)]=_0x17ab4c(0x3bd),_0x1f9255[_0x17ab4c(0x26d)][_0x17ab4c(0x459)]=Math[_0x17ab4c(0x269)](0x1,Math[_0x17ab4c(0x1ee)](_0x575995))+'px',_0x1f9255[_0x17ab4c(0x26d)][_0x17ab4c(0x602)]=Math['max'](0x1,Math[_0x17ab4c(0x1ee)](_0x1d488b))+'px',_0x1f9255[_0x17ab4c(0x26d)][_0x17ab4c(0x475)]=_0x17ab4c(0x5fa),_0x1f9255[_0x17ab4c(0x319)][_0x17ab4c(0x467)]=_0x17ab4c(0x3a6),document[_0x17ab4c(0x1e6)][_0x17ab4c(0x58d)](_0x1f9255);try{var _0x3f2ce1,_0x25c18c,_0xf0ca1b;return _0x5d75b0[_0x17ab4c(0x5b5)](_0x1f9255),_0x5d75b0['resize'](),_0x552fbb==null||(_0x3f2ce1=_0x552fbb[_0x17ab4c(0x66c)])==null||_0x3f2ce1[_0x17ab4c(0x194)](_0x552fbb,!0x0),_0x552fbb==null||(_0x25c18c=_0x552fbb['render'])==null||_0x25c18c[_0x17ab4c(0x194)](_0x552fbb),(_0xf0ca1b=_0x5d75b0[_0x17ab4c(0x252)])==null?void 0x0:_0xf0ca1b[_0x17ab4c(0x194)](_0x5d75b0);}finally{_0x1f9255['remove']();}}function Lm(_0x382078,_0x5ccf89,_0x1fc68c){const _0x5a3c6d=_0x69bfe2;let _0x2e57e9=Math[_0x5a3c6d(0x269)](0x1,Math['round'](_0x382078)),_0x17e211=Math['max'](0x1,Math[_0x5a3c6d(0x1ee)](_0x5ccf89));if(!Number[_0x5a3c6d(0x40e)](_0x1fc68c)||_0x1fc68c<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x2e57e9,'sHeight':_0x17e211};if(_0x2e57e9/_0x17e211>_0x1fc68c){let _0x21f74c=Math['round'](_0x17e211*_0x1fc68c);return{'sx':Math[_0x5a3c6d(0x269)](0x0,Math[_0x5a3c6d(0x1ee)]((_0x2e57e9-_0x21f74c)/0x2)),'sy':0x0,'sWidth':_0x21f74c,'sHeight':_0x17e211};}let _0x1530a0=Math['round'](_0x2e57e9/_0x1fc68c);return{'sx':0x0,'sy':Math[_0x5a3c6d(0x269)](0x0,Math[_0x5a3c6d(0x1ee)]((_0x17e211-_0x1530a0)/0x2)),'sWidth':_0x2e57e9,'sHeight':_0x1530a0};}function Rm(_0x4f6521,_0x1459dd,_0x464626,_0xeebfaf,_0x4c90f9){const _0x1845ff=_0x69bfe2;if(typeof _0x464626[_0x1845ff(0x4ac)]!=_0x1845ff(0x181)||typeof _0x464626['top']!=_0x1845ff(0x181)||typeof _0x464626['width']!=_0x1845ff(0x181)||typeof _0x464626[_0x1845ff(0x602)]!=_0x1845ff(0x181)||_0x464626['width']<=0x0||_0x464626[_0x1845ff(0x602)]<=0x0)return;let _0x50e376=Math['max'](0x0,Math[_0x1845ff(0x1ee)](_0x464626[_0x1845ff(0x4ac)]*_0xeebfaf)),_0x5012ac=Math[_0x1845ff(0x269)](0x0,Math[_0x1845ff(0x1ee)](_0x464626[_0x1845ff(0x566)]*_0x4c90f9));return{'sx':_0x50e376,'sy':_0x5012ac,'sWidth':Math[_0x1845ff(0x489)](Math[_0x1845ff(0x269)](0x1,Math[_0x1845ff(0x1ee)](_0x464626['width']*_0xeebfaf)),Math[_0x1845ff(0x269)](0x1,Math[_0x1845ff(0x1ee)](_0x4f6521-_0x50e376))),'sHeight':Math['min'](Math[_0x1845ff(0x269)](0x1,Math[_0x1845ff(0x1ee)](_0x464626[_0x1845ff(0x602)]*_0x4c90f9)),Math[_0x1845ff(0x269)](0x1,Math[_0x1845ff(0x1ee)](_0x1459dd-_0x5012ac)))};}function zm(_0x48625e,_0x7c1d04,_0x6786aa){const _0x14e5c5=_0x69bfe2;var _0x1d49ce,_0x5156c2;let _0x2b78a3=_0x48625e==null?void 0x0:_0x48625e[_0x14e5c5(0x1b4)],_0x22a095=_0x2b78a3==null||(_0x1d49ce=_0x2b78a3[_0x14e5c5(0x517)])==null?void 0x0:_0x1d49ce[_0x14e5c5(0x194)](_0x2b78a3,_0x52ce7d),_0x57fbff=_0x2b78a3==null||(_0x5156c2=_0x2b78a3['getAncestorScale'])==null?void 0x0:_0x5156c2[_0x14e5c5(0x194)](_0x2b78a3),_0x52952b=(_0x57fbff==null?void 0x0:_0x57fbff['scaleX'])??(_0x2b78a3==null?void 0x0:_0x2b78a3['scaleX'])??0x1,_0x19edfa=(_0x57fbff==null?void 0x0:_0x57fbff[_0x14e5c5(0x6aa)])??(_0x2b78a3==null?void 0x0:_0x2b78a3[_0x14e5c5(0x6aa)])??_0x52952b;return _0x22a095?Rm(_0x7c1d04,_0x6786aa,_0x22a095,_0x52952b,_0x19edfa):void 0x0;}function Bm(_0x4427fb,_0x1f236a,_0x2bdc87,_0xc39e81,_0x203c5c){const _0x167cc6=_0x69bfe2;if(typeof document>'u'||!_0x203c5c)return;let _0x56d088=document[_0x167cc6(0x564)]('canvas');_0x56d088[_0x167cc6(0x459)]=Math['max'](0x1,Math['round'](_0x1f236a*Math['max'](0x1,_0xc39e81||0x1))),_0x56d088[_0x167cc6(0x602)]=Math[_0x167cc6(0x269)](0x1,Math[_0x167cc6(0x1ee)](_0x2bdc87*Math['max'](0x1,_0xc39e81||0x1)));let _0x34cbf0=null;try{_0x34cbf0=_0x56d088[_0x167cc6(0x679)]('2d');}catch{return;}if(_0x34cbf0)return _0x34cbf0[_0x167cc6(0x347)](_0x4427fb,_0x203c5c['sx'],_0x203c5c['sy'],_0x203c5c[_0x167cc6(0x4d8)],_0x203c5c[_0x167cc6(0x2ab)],0x0,0x0,_0x56d088['width'],_0x56d088['height']),_0x56d088[_0x167cc6(0x59b)](_0x167cc6(0x5ea));}function Vm(_0x47c8f9,_0x1e42ce){const _0x2b3f1f=_0x69bfe2;let _0x490eb9=!0x1,_0x102d44,_0x23c972,_0x5acf9a,_0x152fec=_0x12e6df=>{const _0x43cb4f=_0x448a;if(_0x490eb9||_0x23c972||!_0x12e6df[_0x43cb4f(0x56d)])return;let _0x5baa6b=Jm(_0x12e6df[_0x43cb4f(0x56d)]);_0x5baa6b&&(_0x102d44=Ym(_0x1e42ce[_0x43cb4f(0x31d)],_0x102d44,_0x5baa6b));},_0x2d1272=_0x47c8f9[_0x2b3f1f(0x61f)][_0x2b3f1f(0x18e)][_0x2b3f1f(0x483)](_0x7f4deb=>{const _0x51f361=_0x2b3f1f;_0x7f4deb['embedId']===_0x1e42ce[_0x51f361(0x2c9)]&&(!_0x1e42ce[_0x51f361(0x3cb)]||_0x7f4deb[_0x51f361(0x3cb)]===_0x1e42ce[_0x51f361(0x3cb)])&&_0x152fec(_0x7f4deb);});return Hm(_0x47c8f9,_0x1e42ce)[_0x2b3f1f(0x239)](_0xc0ce44=>{const _0x187a94=_0x2b3f1f;if(_0x490eb9||!_0xc0ce44)return;let _0x1d63e6=Wm();try{let _0x9cf38c=_0x47c8f9['runtimeHostLeaseService'][_0x187a94(0x33c)]({..._0xc0ce44,'mode':_0x187a94(0x380)},_0x1d63e6[_0x187a94(0x177)]);if(!_0x9cf38c[_0x187a94(0x342)]['context'])throw _0x9cf38c[_0x187a94(0x5dc)](),Error(_0x187a94(0x6a1));if(_0x490eb9){_0x9cf38c[_0x187a94(0x5dc)]();return;}Gm(_0x1d63e6['runtimeHost']),_0x23c972=_0x9cf38c,_0x5acf9a=_0x1d63e6,_0x102d44=void 0x0,_0x1e42ce[_0x187a94(0x31d)][_0x187a94(0x5f3)](_0x1d63e6[_0x187a94(0x6a2)]),_0x1d63e6[_0x187a94(0x1d1)](Km(_0x47c8f9,_0x9cf38c,_0x1d63e6['interactionGate']));return;}catch{}Um(_0x47c8f9,_0x1e42ce,_0xc0ce44,_0x152fec,()=>_0x490eb9)[_0x187a94(0x239)](_0x59adc7=>{const _0x3ee7cc=_0x187a94;!_0x490eb9&&_0x59adc7&&(_0x102d44=Ym(_0x1e42ce[_0x3ee7cc(0x31d)],_0x102d44,_0x59adc7));});},()=>{}),_0x52e91f(()=>{const _0xbbd676=_0x2b3f1f;_0x490eb9=!0x0,_0x2d1272[_0xbbd676(0x2b3)](),_0x23c972==null||_0x23c972[_0xbbd676(0x5dc)](),_0x23c972=void 0x0,_0x5acf9a==null||_0x5acf9a['dispose'](),_0x5acf9a=void 0x0,_0x102d44==null||_0x102d44['remove'](),_0x102d44=void 0x0;});}async function Hm(_0x286f2e,_0x17d82d){const _0x28151e=_0x69bfe2;let _0x4dddcf=_0x286f2e[_0x28151e(0x69a)]['getDescriptor'](_0x17d82d[_0x28151e(0x278)],_0x17d82d[_0x28151e(0x2c9)])??qm(_0x17d82d);if(_0x4dddcf){try{_0x4dddcf=await _0x286f2e[_0x28151e(0x202)][_0x28151e(0x339)]({'descriptor':_0x4dddcf});}catch{}return _0x4dddcf[_0x28151e(0x3cb)]&&_0x4dddcf[_0x28151e(0x246)]!=null?_0x4dddcf:void 0x0;}}async function Um(_0x4aebe8,_0x2339f8,_0x24039b,_0x1d1dca,_0x30a9e7){const _0x9474f4=_0x69bfe2;var _0x4570a9,_0x456122;let _0x2cfb5f=await((_0x4570a9=_0x4aebe8['sceneCanvasCaptureService'])==null?void 0x0:_0x4570a9[_0x9474f4(0x26e)](_0x2339f8[_0x9474f4(0x35f)]));if(_0x30a9e7())return;if(_0x2cfb5f)return Jm(_0x2cfb5f);let _0x247630=_0x24039b['childUnitId'],_0x369339=_0x24039b['childType'];if(!_0x247630||_0x369339==null)return;let _0x392c66=(_0x456122=_0x4aebe8['sceneCanvasCaptureService'])==null?void 0x0:_0x456122[_0x9474f4(0x4a5)](_0x2339f8[_0x9474f4(0x35f)]);_0x1d1dca(_0x4aebe8[_0x9474f4(0x61f)][_0x9474f4(0x332)]({'descriptor':{..._0x24039b,'mode':_0x9474f4(0x380)},'childUnitId':_0x247630,'childType':_0x369339,'width':Math[_0x9474f4(0x269)](0x1,_0x2339f8[_0x9474f4(0x459)]),'height':Math['max'](0x1,_0x2339f8[_0x9474f4(0x602)]),'dpr':Math[_0x9474f4(0x269)](0x1,Math[_0x9474f4(0x489)](0x2,_0x2339f8[_0x9474f4(0x652)])),'reason':_0x9474f4(0x39d),'context':_0x392c66}));}function Wm(){const _0x293959=_0x69bfe2;let _0x2b538d=document[_0x293959(0x564)]('div');_0x2b538d[_0x293959(0x319)]['embedSlidesPresentationSurface']='true',_0x2b538d['style'][_0x293959(0x179)]=_0x293959(0x222),_0x2b538d[_0x293959(0x26d)]['inset']='0',_0x2b538d[_0x293959(0x26d)][_0x293959(0x69f)]='isolate',_0x2b538d['style'][_0x293959(0x170)]=_0x293959(0x3c3);let _0x528576=document[_0x293959(0x564)](_0x293959(0x2a6));_0x528576[_0x293959(0x319)][_0x293959(0x63c)]=_0x293959(0x3a6),_0x528576[_0x293959(0x26d)]['position']=_0x293959(0x222),_0x528576['style']['inset']='0',_0x528576[_0x293959(0x26d)][_0x293959(0x3ab)]='0',_0x528576['style']['overflow']=_0x293959(0x3c3),_0x528576['style']['pointerEvents']=_0x293959(0x5fa);let _0x13853c=document['createElement'](_0x293959(0x2a6));_0x13853c[_0x293959(0x319)]['embedSlidesPresentationInteractionGate']=_0x293959(0x3a6),_0x13853c[_0x293959(0x26d)][_0x293959(0x179)]='absolute',_0x13853c['style'][_0x293959(0x63d)]='0',_0x13853c[_0x293959(0x26d)][_0x293959(0x3ab)]='1',_0x13853c['style'][_0x293959(0x475)]='auto',_0x13853c[_0x293959(0x26d)][_0x293959(0x626)]='none',_0x2b538d[_0x293959(0x65b)](_0x528576,_0x13853c);let _0x4f0f75=[];return{'surface':_0x2b538d,'runtimeHost':_0x528576,'interactionGate':_0x13853c,'addDisposer':_0x4d7ded=>_0x4f0f75[_0x293959(0x5a8)](_0x4d7ded),'dispose':()=>{const _0x19c585=_0x293959;_0x4f0f75[_0x19c585(0x1cb)](0x0)[_0x19c585(0x330)]()[_0x19c585(0x5dd)](_0xe4b100=>_0xe4b100()),_0x2b538d[_0x19c585(0x4b0)]();}};}function Gm(_0x5ccd6e){const _0x561c3d=_0x69bfe2;_0x5ccd6e['style'][_0x561c3d(0x475)]=_0x561c3d(0x5fa);}function Km(_0x275230,_0x43782b,_0x349d5f){const _0x42e597=_0x69bfe2;let _0x2e1cab=_0x1ef296=>{const _0x2c3caf=_0x448a;_0x1ef296['preventDefault'](),_0x1ef296[_0x2c3caf(0x3f3)]();},_0x26e84d=_0x3eb728=>{const _0x52a1be=_0x448a;var _0x37dbd0;if(_0x3eb728[_0x52a1be(0x419)]||_0x3eb728[_0x52a1be(0x36f)])return;let _0x207cf0=_0x43782b[_0x52a1be(0x342)][_0x52a1be(0x4b3)];if(!_0x207cf0)return;let _0x31254f={..._0x207cf0,'event':_0x3eb728,'stage':_0x52a1be(0x258),'source':_0x52a1be(0x468)},_0x4abbe1=_0x275230['passiveWheelHandlerRegistry'][_0x52a1be(0x4b1)](_0x31254f),_0x147f66=!_0x4abbe1&&((_0x37dbd0=_0x275230[_0x52a1be(0x620)][_0x52a1be(0x3fa)](_0x207cf0[_0x52a1be(0x246)],_0x207cf0[_0x52a1be(0x4ef)]))==null?void 0x0:_0x37dbd0[_0x52a1be(0x4b1)](_0x31254f))===!0x0;(_0x4abbe1||_0x147f66)&&(_0x3eb728[_0x52a1be(0x32a)](),_0x3eb728[_0x52a1be(0x3f3)](),_0x3eb728[_0x52a1be(0x311)]());},_0x20108f=[_0x42e597(0x6bc),_0x42e597(0x3ad),_0x42e597(0x322),_0x42e597(0x6b4),_0x42e597(0x4d4)];return _0x20108f['forEach'](_0x5ca9b7=>_0x349d5f[_0x42e597(0x4ca)](_0x5ca9b7,_0x2e1cab)),_0x349d5f['addEventListener'](_0x42e597(0x468),_0x26e84d,{'passive':!0x1}),()=>{const _0x1e2a99=_0x42e597;_0x20108f[_0x1e2a99(0x5dd)](_0x5049ca=>_0x349d5f[_0x1e2a99(0x47f)](_0x5049ca,_0x2e1cab)),_0x349d5f[_0x1e2a99(0x47f)](_0x1e2a99(0x468),_0x26e84d);};}function qm(_0x4011ea){const _0x5f339c=_0x69bfe2;if(!(!_0x4011ea['childUnitId']||_0x4011ea[_0x5f339c(0x246)]==null))return{'embedId':_0x4011ea[_0x5f339c(0x2c9)],'hostUnitId':_0x4011ea[_0x5f339c(0x278)],'hostType':_0x420dc4[_0x5f339c(0x598)],'entry':_0x4011ea[_0x5f339c(0x610)],'hostAnchorId':_0x4011ea[_0x5f339c(0x35f)],'childUnitId':_0x4011ea[_0x5f339c(0x3cb)],'childType':_0x4011ea['childType'],'mode':_0x5f339c(0x380),'source':{'unitType':_0x4011ea[_0x5f339c(0x246)],'ref':{'file':{'kind':_0x5f339c(0x5c1)},'unit':{'selector':_0x4011ea['childUnitId'],'type':_0x399392(_0x4011ea['childType'])}}},'sourceMeta':{'floating':_0x4011ea['entry']===_0x5f339c(0x1de)&&{'enabled':!0x0,'layout':_0x5f339c(0x36b),'fullscreen':!0x1},'tab':_0x4011ea[_0x5f339c(0x610)]===_0x5f339c(0x159)&&{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function Jm(_0x2c881c){const _0x17c386=_0x69bfe2;if(typeof _0x2c881c==_0x17c386(0x284))return _0x2c881c;if(typeof HTMLCanvasElement<'u'&&_0x2c881c instanceof HTMLCanvasElement)try{return _0x2c881c[_0x17c386(0x59b)](_0x17c386(0x5ea));}catch{return;}if(typeof ImageBitmap<'u'&&_0x2c881c instanceof ImageBitmap&&typeof document<'u'){let _0x2422f5=document[_0x17c386(0x564)]('canvas');_0x2422f5[_0x17c386(0x459)]=_0x2c881c[_0x17c386(0x459)],_0x2422f5[_0x17c386(0x602)]=_0x2c881c[_0x17c386(0x602)];let _0x4f726a=_0x2422f5[_0x17c386(0x679)]('2d');return _0x4f726a?(_0x4f726a[_0x17c386(0x347)](_0x2c881c,0x0,0x0),_0x2422f5[_0x17c386(0x59b)](_0x17c386(0x5ea))):void 0x0;}}function Ym(_0x53e3e0,_0x4b4488,_0x47d3fa){const _0x52a3ef=_0x69bfe2;let _0x5e4492=_0x4b4488??document[_0x52a3ef(0x564)](_0x52a3ef(0x185));return _0x5e4492[_0x52a3ef(0x408)]='',_0x5e4492[_0x52a3ef(0x319)]['embedSlidesPresentationPreviewImage']=_0x52a3ef(0x3a6),_0x5e4492[_0x52a3ef(0x26d)][_0x52a3ef(0x20c)]='block',_0x5e4492[_0x52a3ef(0x26d)]['width']=_0x52a3ef(0x3e7),_0x5e4492[_0x52a3ef(0x26d)]['height']=_0x52a3ef(0x3e7),_0x5e4492['style'][_0x52a3ef(0x198)]=_0x52a3ef(0x4de),_0x5e4492[_0x52a3ef(0x26d)][_0x52a3ef(0x475)]=_0x52a3ef(0x5fa),_0x5e4492[_0x52a3ef(0x2f0)]=_0x47d3fa,_0x5e4492[_0x52a3ef(0x572)]!==_0x53e3e0&&_0x53e3e0[_0x52a3ef(0x5f3)](_0x5e4492),_0x5e4492;}let Xm=class{constructor(_0x582981,_0x290700){const _0x24c1c1=_0x69bfe2;this[_0x24c1c1(0x515)]=_0x582981,this[_0x24c1c1(0x308)]=_0x290700,Y(this,_0x24c1c1(0x246),_0x420dc4['UNIVER_SLIDE']),Y(this,_0x24c1c1(0x4a3),[_0x24c1c1(0x2e9)]);}[_0x69bfe2(0x5b5)](_0x3a2315){const _0x1be335=_0x69bfe2;var _0x452358;let _0x2b4a7e=this[_0x1be335(0x3d6)](_0x3a2315[_0x1be335(0x3cb)]);if(!_0x2b4a7e)return;(_0x452358=_0x3a2315[_0x1be335(0x5c5)])!=null&&_0x452358[_0x1be335(0x53e)]&&_0x2b4a7e['pageManager'][_0x1be335(0x4bf)](_0x3a2315[_0x1be335(0x5c5)]['pageId'])&&_0x2b4a7e[_0x1be335(0x4c8)][_0x1be335(0x36e)](_0x3a2315[_0x1be335(0x5c5)][_0x1be335(0x53e)]);let _0xedc78=Xa(Zm(_0x3a2315));if(!_0xedc78)return;let _0x3d24e1=_0x3a2315[_0x1be335(0x2eb)]['canvas']?bu(this[_0x1be335(0x308)],_0x3a2315[_0x1be335(0x3cb)],_0xedc78):void 0x0;if(!_0x3d24e1){_0xedc78[_0x1be335(0x5dc)]();return;}_0x3a2315[_0x1be335(0x2eb)][_0x1be335(0x6b8)]&&(_0x3a2315[_0x1be335(0x2eb)][_0x1be335(0x6b8)][_0x1be335(0x319)][_0x1be335(0x234)]=_0x3a2315[_0x1be335(0x3cb)],_0x3a2315[_0x1be335(0x2eb)]['canvas'][_0x1be335(0x319)][_0x1be335(0x4fe)]='slide-readonly-preview-shell');let _0x38954f=ss(_0x3a2315[_0x1be335(0x2eb)]['content']);return _0x3a2315['roots'][_0x1be335(0x680)][_0x1be335(0x319)][_0x1be335(0x234)]=_0x3a2315[_0x1be335(0x3cb)],_0x3a2315[_0x1be335(0x2eb)][_0x1be335(0x680)]['dataset'][_0x1be335(0x4fe)]='slide-readonly-preview',_0x38954f[_0x1be335(0x2e6)](_0x5633cf(Qo,{'injector':_0xedc78,'mountContainer':_0x3a2315[_0x1be335(0x2eb)][_0x1be335(0x2d7)],'embedId':_0x3a2315[_0x1be335(0x2c9)],'children':_0x5633cf(_0x169208,{'unitId':_0x3a2315[_0x1be335(0x3cb)],'render':_0x3d24e1})})),_0x52e91f(()=>{const _0x5b75bb=_0x1be335;var _0x11e8b6,_0x2d4ee8,_0x22dabe,_0x2f3ddd;try{var _0x4a661a,_0xa713b4;_0x3d24e1==null||(_0xa713b4=(_0x4a661a=_0x3d24e1[_0x5b75bb(0x498)])[_0x5b75bb(0x321)])==null||_0xa713b4[_0x5b75bb(0x194)](_0x4a661a);}catch{}(_0x11e8b6=(_0x2d4ee8=this[_0x5b75bb(0x308)])[_0x5b75bb(0x616)])==null||_0x11e8b6[_0x5b75bb(0x194)](_0x2d4ee8,_0x3a2315['childUnitId']),cs(_0x38954f),_0x3a2315['roots'][_0x5b75bb(0x680)]['removeAttribute'](_0x5b75bb(0x25b)),_0x3a2315[_0x5b75bb(0x2eb)]['content']['removeAttribute'](_0x5b75bb(0x485)),(_0x22dabe=_0x3a2315['roots'][_0x5b75bb(0x6b8)])==null||_0x22dabe[_0x5b75bb(0x4c6)]('data-embed-child-render-unit-id'),(_0x2f3ddd=_0x3a2315[_0x5b75bb(0x2eb)][_0x5b75bb(0x6b8)])==null||_0x2f3ddd['removeAttribute']('data-embed-child-render-mode'),_0xedc78[_0x5b75bb(0x5dc)]();});}[_0x69bfe2(0x4b1)](_0x3392a7){const _0x37e273=_0x69bfe2;var _0x72735f,_0x74e7a8;let _0x42d821=this[_0x37e273(0x3d6)](_0x3392a7[_0x37e273(0x3cb)]);if(!_0x42d821)return!0x1;let _0x1513d6=Math[_0x37e273(0x397)](_0x3392a7[_0x37e273(0x33b)][_0x37e273(0x3c0)])>=Math[_0x37e273(0x397)](_0x3392a7[_0x37e273(0x33b)][_0x37e273(0x3b4)])?_0x3392a7[_0x37e273(0x33b)][_0x37e273(0x3c0)]:_0x3392a7['event'][_0x37e273(0x3b4)];if(_0x1513d6===0x0)return!0x1;let _0x3842e4=Qm(_0x42d821);if(_0x3842e4['length']<0x2)return!0x0;let _0x4d096e=((_0x72735f=_0x42d821[_0x37e273(0x4c8)][_0x37e273(0x1ad)]())==null?void 0x0:_0x72735f['getId']())??_0x3842e4[0x0],_0x932a6a=Math[_0x37e273(0x269)](0x0,_0x3842e4['indexOf'](_0x4d096e)),_0x3a1043=_0x3842e4[Math[_0x37e273(0x269)](0x0,Math[_0x37e273(0x489)](_0x3842e4[_0x37e273(0x37f)]-0x1,_0x932a6a+(_0x1513d6>0x0?0x1:-0x1)))];return!_0x3a1043||_0x3a1043===_0x4d096e?!0x0:(_0x42d821[_0x37e273(0x4c8)][_0x37e273(0x36e)](_0x3a1043),_0x3392a7[_0x37e273(0x32e)]({'unitId':_0x3392a7[_0x37e273(0x3cb)],'pageId':_0x3a1043,'scaleMode':_0x37e273(0x643),'zoomRatio':(_0x74e7a8=_0x42d821[_0x37e273(0x297)])==null?void 0x0:_0x74e7a8['call'](_0x42d821)}),!0x0);}[_0x69bfe2(0x3d6)](_0x5c674a){const _0x443c5d=_0x69bfe2;return this['_instanceService'][_0x443c5d(0x5b3)](_0x5c674a,_0x420dc4['UNIVER_SLIDE'])??void 0x0;}};Xm=Go([$(0x0,_0x1e60e6),$(0x1,_0x5ab5f7)],Xm);function Zm(_0x4f36e3){const _0x8d995d=_0x69bfe2;let _0x376c1b=()=>{};return{'descriptor':_0x4f36e3[_0x8d995d(0x4e2)],'layout':_0x4f36e3[_0x8d995d(0x4ef)],'injector':_0x4f36e3['injector'],'hostElement':_0x4f36e3[_0x8d995d(0x2eb)]['root'],'container':_0x4f36e3[_0x8d995d(0x2eb)][_0x8d995d(0x2d7)],'hostUnitId':_0x4f36e3['hostUnitId'],'embedId':_0x4f36e3[_0x8d995d(0x2c9)],'childUnitId':_0x4f36e3[_0x8d995d(0x3cb)],'childType':_0x4f36e3[_0x8d995d(0x246)],'renderScope':{'hostUnitId':_0x4f36e3[_0x8d995d(0x278)],'hostAnchorId':_0x4f36e3[_0x8d995d(0x4e2)][_0x8d995d(0x35f)],'embedId':_0x4f36e3['embedId'],'childUnitId':_0x4f36e3[_0x8d995d(0x3cb)],'childType':_0x4f36e3[_0x8d995d(0x246)],'layout':_0x4f36e3['layout'],'mode':_0x8d995d(0x3b2),'rootElement':_0x4f36e3['roots'][_0x8d995d(0x2d7)],'contentRoot':_0x4f36e3[_0x8d995d(0x2eb)][_0x8d995d(0x680)],'canvasRoot':_0x4f36e3['roots'][_0x8d995d(0x6b8)],'active$':_0x3b3d7b(!0x1)},'runtimeScope':{'descriptor':_0x4f36e3[_0x8d995d(0x4e2)],'host':{'unitId':_0x4f36e3[_0x8d995d(0x278)],'type':_0x4f36e3['descriptor'][_0x8d995d(0x404)],'anchorId':_0x4f36e3[_0x8d995d(0x4e2)]['hostAnchorId'],'entry':_0x4f36e3[_0x8d995d(0x4e2)][_0x8d995d(0x610)],'layout':_0x8d995d(0x3b2)},'child':{'unitId':_0x4f36e3[_0x8d995d(0x3cb)],'type':_0x4f36e3[_0x8d995d(0x246)]},'injector':_0x4f36e3[_0x8d995d(0x2c0)],'roots':{'root':_0x4f36e3[_0x8d995d(0x2eb)][_0x8d995d(0x2d7)],'content':_0x4f36e3['roots'][_0x8d995d(0x680)],'canvas':_0x4f36e3[_0x8d995d(0x2eb)][_0x8d995d(0x6b8)],'overlay':_0x4f36e3[_0x8d995d(0x2eb)]['root'],'popup':_0x4f36e3[_0x8d995d(0x2eb)][_0x8d995d(0x2d7)]},'activate':_0x376c1b,'deactivate':_0x376c1b,'dispose':_0x376c1b}};}function Qm(_0xec81a7){const _0x2ecc1b=_0x69bfe2;var _0x55228d,_0x53033a,_0x5477fb;let _0x287311=(_0x55228d=_0xec81a7[_0x2ecc1b(0x580)])==null?void 0x0:_0x55228d[_0x2ecc1b(0x194)](_0xec81a7)['slideOrder'];return Array[_0x2ecc1b(0x40b)](_0x287311)&&_0x287311[_0x2ecc1b(0x37f)]>0x0?_0x287311:((_0x53033a=(_0x5477fb=_0xec81a7[_0x2ecc1b(0x4c8)])[_0x2ecc1b(0x189)])==null?void 0x0:_0x53033a[_0x2ecc1b(0x194)](_0x5477fb)[_0x2ecc1b(0x15f)](_0xe1464c=>_0xe1464c[_0x2ecc1b(0x314)]())[_0x2ecc1b(0x534)](Boolean))??[];}function $m(_0x1e2056){const _0x2374a5=_0x69bfe2;Au(_0x1e2056,_0x2374a5(0x271),eh);}function eh(_0x5aa3eb){const _0x4503f9=_0x69bfe2;let _0x1e1463=_0x5aa3eb[_0x4503f9(0x3fa)](_0x33f49c),_0x298b26=_0x5aa3eb[_0x4503f9(0x3fa)](Vo),_0x5c0c84=_0x5aa3eb[_0x4503f9(0x3fa)](zo),_0x5bc5a3=_0x5aa3eb['get'](Ha),_0x13b0d2=_0x5aa3eb[_0x4503f9(0x3fa)](Bo),_0x5d1b5=_0x5aa3eb['get'](Ic),_0x4deaa8=_0x5aa3eb['get'](Gc),_0x10f822=_0x5aa3eb[_0x4503f9(0x3fa)](Du),_0x2baa25=_0x5aa3eb[_0x4503f9(0x6b7)](_0x8947bc)?_0x5aa3eb['get'](_0x8947bc):void 0x0,_0x263d33=_0x5aa3eb[_0x4503f9(0x6b7)](_0x1e60e6)?_0x5aa3eb[_0x4503f9(0x3fa)](_0x1e60e6):void 0x0;_0x5aa3eb[_0x4503f9(0x6b7)](_0x401f05)||_0x5aa3eb['add']([_0x401f05,{'useFactory':()=>th({'embedModelService':_0x5aa3eb[_0x4503f9(0x3fa)](_0x375128),'mountService':_0x5aa3eb[_0x4503f9(0x3fa)](Jo),'activationService':_0x5aa3eb[_0x4503f9(0x3fa)](Zo),'restoreService':_0x5aa3eb[_0x4503f9(0x3fa)](Rc),'previewService':_0x5aa3eb[_0x4503f9(0x3fa)](Ic),'runtimeHostLeaseService':_0x5aa3eb[_0x4503f9(0x3fa)](_m),'passiveViewportRegistry':_0x5aa3eb['get'](Gc),'passiveWheelHandlerRegistry':_0x5aa3eb[_0x4503f9(0x3fa)](Kc),'sceneCanvasCaptureService':_0x5aa3eb[_0x4503f9(0x6b7)](Uo)?_0x5aa3eb[_0x4503f9(0x3fa)](Uo):void 0x0})}]),_0x5aa3eb[_0x4503f9(0x6b7)](_0x13bf2d)||_0x5aa3eb[_0x4503f9(0x615)]([_0x13bf2d,{'useFactory':()=>_0x5aa3eb[_0x4503f9(0x3fa)](Ua)}]),_0x5aa3eb['has'](_0x328f6e)||_0x5aa3eb[_0x4503f9(0x615)]([_0x328f6e,{'useFactory':()=>_0x5aa3eb['get'](Jo)}]),_0x5aa3eb[_0x4503f9(0x6b7)](_0xe093ca)||_0x5aa3eb[_0x4503f9(0x615)]([_0xe093ca,{'useFactory':()=>_0x5aa3eb[_0x4503f9(0x3fa)](Zo)}]),_0x5aa3eb[_0x4503f9(0x6b7)](_0x5d24fd)||_0x5aa3eb[_0x4503f9(0x615)]([_0x5d24fd,{'useFactory':()=>_0x5aa3eb[_0x4503f9(0x3fa)](_0x1bfd08)}]),_0x5aa3eb[_0x4503f9(0x6b7)](_0x5d1361)||_0x5aa3eb[_0x4503f9(0x615)]([_0x5d1361,{'useFactory':()=>_0x5aa3eb[_0x4503f9(0x3fa)](Z)}]),_0x5aa3eb['has'](_0x41442d)||_0x5aa3eb[_0x4503f9(0x615)]([_0x41442d,{'useFactory':()=>({'render':_0x5e2de1=>{let {data:_0x3803ba}=_0x5e2de1;return _0x470189(Ul,{..._0x5e2de1,'data':_0x3803ba});}})}]),[_0x1a0dd6(_0x2baa25,_0x263d33,()=>_0x5aa3eb[_0x4503f9(0x6b7)](_0x3124d4)?_0x5aa3eb[_0x4503f9(0x3fa)](_0x3124d4):void 0x0),wm(_0x2baa25,_0x263d33,_0x5aa3eb[_0x4503f9(0x3fa)](_0x401f05))][_0x4503f9(0x5dd)](_0xbedce6=>{const _0x22bb66=_0x4503f9;_0x1e1463[_0x22bb66(0x3fa)](_0xbedce6[_0x22bb66(0x404)],_0xbedce6['entry'])||_0x1e1463[_0x22bb66(0x47c)](_0xbedce6);}),[Tm(),Em()][_0x4503f9(0x5dd)](_0x4feba0=>{const _0x48d90e=_0x4503f9;_0x298b26[_0x48d90e(0x3fa)](_0x4feba0[_0x48d90e(0x404)],_0x4feba0[_0x48d90e(0x610)])||_0x298b26[_0x48d90e(0x47c)](_0x4feba0);});let _0x25ce31=Am(_0x5aa3eb[_0x4503f9(0x3fa)](_0x92b278));_0x5c0c84[_0x4503f9(0x3fa)](_0x25ce31[_0x4503f9(0x246)])||_0x5c0c84[_0x4503f9(0x47c)](_0x25ce31);let _0x18f5d2=vm();_0x5bc5a3[_0x4503f9(0x3fa)](_0x18f5d2['childType'])||_0x5bc5a3[_0x4503f9(0x47c)](_0x18f5d2),Sm()[_0x4503f9(0x5dd)](_0x1e611e=>{const _0x3c1f03=_0x4503f9;_0x13b0d2[_0x3c1f03(0x435)](_0x1e611e[_0x3c1f03(0x404)],_0x1e611e[_0x3c1f03(0x610)],_0x1e611e['childType'])||_0x13b0d2['register'](_0x1e611e);}),_0x5d1b5['registerProvider'](_0x5aa3eb['createInstance'](Fm)),_0x4deaa8['get'](_0x420dc4[_0x4503f9(0x598)])||_0x4deaa8[_0x4503f9(0x47c)](km()),_0x10f822[_0x4503f9(0x3fa)](_0x420dc4[_0x4503f9(0x598)])||_0x10f822[_0x4503f9(0x47c)](_0x5aa3eb[_0x4503f9(0x4f4)](Xm));}function th(_0x519c19){const _0x269c03=_0x69bfe2;return{'mountPageList':_0x598727=>{const _0x33e7c3=_0x448a;var _0x54262c,_0x43dd3a;let _0x8cb15b={'embedId':_0x598727[_0x33e7c3(0x2c9)],'hostUnitId':_0x598727[_0x33e7c3(0x278)],'hostType':_0x420dc4['UNIVER_SLIDE'],'entry':_0x33e7c3(0x159),'hostAnchorId':_0x598727['hostAnchorId'],'childUnitId':_0x598727[_0x33e7c3(0x3cb)],'childType':_0x598727[_0x33e7c3(0x246)],'source':{'unitType':_0x598727[_0x33e7c3(0x246)],'ref':{'file':{'kind':_0x33e7c3(0x5c1)},'unit':{'selector':_0x598727[_0x33e7c3(0x3cb)],'type':_0x399392(_0x598727[_0x33e7c3(0x246)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x33e7c3(0x62d),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x2793c6=(_0x54262c=(_0x43dd3a=_0x519c19['mountService'])[_0x33e7c3(0x2db)])==null?void 0x0:_0x54262c[_0x33e7c3(0x194)](_0x43dd3a,_0x598727[_0x33e7c3(0x2c9)]);return(_0x2793c6==null?void 0x0:_0x2793c6['hostUnitId'])===_0x598727[_0x33e7c3(0x278)]&&_0x2793c6[_0x33e7c3(0x610)]==='slides-page-list-block'&&_0x2793c6['childUnitId']===_0x598727['childUnitId']?(_0x519c19[_0x33e7c3(0x4f6)][_0x33e7c3(0x563)](_0x8cb15b),_0x52e91f(()=>{})):(_0x519c19[_0x33e7c3(0x1da)][_0x33e7c3(0x5b5)](_0x8cb15b),_0x519c19[_0x33e7c3(0x4f6)][_0x33e7c3(0x563)](_0x8cb15b),_0x52e91f(()=>{const _0x415946=_0x33e7c3;_0x519c19[_0x415946(0x4f6)][_0x415946(0x398)](_0x598727[_0x415946(0x2c9)]),_0x519c19[_0x415946(0x1da)]['unmount'](_0x598727[_0x415946(0x2c9)]);}));},'mountFloatingObject':_0x56a239=>{const _0x4a4865=_0x448a;let _0x27a39d=_0x519c19[_0x4a4865(0x69a)][_0x4a4865(0x464)](_0x56a239[_0x4a4865(0x278)],_0x56a239[_0x4a4865(0x2c9)])??{'embedId':_0x56a239[_0x4a4865(0x2c9)],'hostUnitId':_0x56a239[_0x4a4865(0x278)],'hostType':_0x420dc4[_0x4a4865(0x598)],'entry':_0x4a4865(0x1de),'hostAnchorId':_0x56a239[_0x4a4865(0x35f)],'childUnitId':_0x56a239[_0x4a4865(0x3cb)],'childType':_0x56a239[_0x4a4865(0x246)],'source':{'unitType':_0x56a239[_0x4a4865(0x246)],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x56a239[_0x4a4865(0x3cb)],'type':_0x399392(_0x56a239[_0x4a4865(0x246)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x0},'tab':!0x1}};return _0x519c19['mountService']['mountIntoHostElement'](_0x27a39d,_0x56a239[_0x4a4865(0x31d)]),_0x52e91f(()=>{const _0x315a6a=_0x4a4865;_0x519c19[_0x315a6a(0x1da)][_0x315a6a(0x321)](_0x56a239[_0x315a6a(0x2c9)]);});},'clearAndUnmount':_0x445df8=>{const _0x7a512d=_0x448a;_0x519c19[_0x7a512d(0x4f6)][_0x7a512d(0x398)](_0x445df8),_0x519c19[_0x7a512d(0x1da)][_0x7a512d(0x321)](_0x445df8);},'unmountFloatingSessions':_0x2d5bcd=>{const _0x58f494=_0x448a;_0x519c19[_0x58f494(0x1da)][_0x58f494(0x16a)]()['filter'](_0x3b0b95=>_0x3b0b95[_0x58f494(0x278)]===_0x2d5bcd&&_0x3b0b95[_0x58f494(0x610)]==='slides-floating-object')[_0x58f494(0x5dd)](_0x52cff9=>_0x519c19['mountService'][_0x58f494(0x321)](_0x52cff9['embedId']));},'listSessions':()=>_0x519c19[_0x269c03(0x1da)][_0x269c03(0x16a)]()[_0x269c03(0x15f)](_0x4dd2f2=>({'embedId':_0x4dd2f2[_0x269c03(0x2c9)],'hostUnitId':_0x4dd2f2[_0x269c03(0x278)],'entry':_0x4dd2f2['entry'],'childType':_0x4dd2f2[_0x269c03(0x246)],'childUnitId':_0x4dd2f2[_0x269c03(0x3cb)]})),'capturePreviewByHostAnchorId':async _0x5bcadc=>{var _0x3065d8;let _0x2b0394=await((_0x3065d8=_0x519c19['sceneCanvasCaptureService'])==null?void 0x0:_0x3065d8['captureByHostAnchorId'](_0x5bcadc));return _0x2b0394?Jm(_0x2b0394):void 0x0;},'mountPresentationEmbed':_0x2d7223=>Vm(_0x519c19,_0x2d7223)};}function nh(_0x3b4925){Vf(_0x3b4925),om(_0x3b4925),$m(_0x3b4925),sf(_0x3b4925),Sf(_0x3b4925);}function rh(_0x1192de){lf(_0x1192de);}const ih=[0x0,0x10,0x64,0x12c,0x3e8];async function ah(_0x48d308,_0x14df6b){const _0x1ec079=_0x69bfe2;var _0x3a573e;let {instanceService:_0x5d4799,childUnitId:_0x9603e,childType:_0x4031de,restoreUnitId:_0x420773,shouldRestore:_0x2d7d98,settleDelayMs:_0x485963=0x10,deferredRestoreDelaysMs:_0xc2352=_0x420773?ih:[]}=_0x48d308,_0x28eb78=_0x5d4799['getCurrentUnitOfType'](_0x4031de),_0xd63414=((_0x3a573e=_0x5d4799[_0x1ec079(0x365)]())==null?void 0x0:_0x3a573e[_0x1ec079(0x481)]())??null??_0x420773??null;_0x5d4799['setCurrentUnitForType'](_0x9603e),_0x5d4799[_0x1ec079(0x3c5)](_0x9603e);let _0x587f01=()=>{const _0x15c485=_0x1ec079;_0x2d7d98&&!_0x2d7d98()||(_0x28eb78&&_0x28eb78[_0x15c485(0x481)]()!==_0x9603e&&_0x5d4799['setCurrentUnitForType'](_0x28eb78['getUnitId']()),_0x420773&&_0x5d4799[_0x15c485(0x1d4)](_0x420773),_0x5d4799['focusUnit'](_0xd63414));};try{let _0x5f1db0=await _0x14df6b();return _0x485963>0x0&&await oh(_0x485963),_0x5f1db0;}finally{_0x587f01(),sh(_0x587f01,_0xc2352);}}function oh(_0x46972f){return new Promise(_0x1944cf=>setTimeout(_0x1944cf,_0x46972f));}function sh(_0x58c08f,_0x920e0){_0x920e0['forEach'](_0x364cb1=>{const _0x5044a1=_0x448a;globalThis[_0x5044a1(0x568)](_0x58c08f,_0x364cb1);});}const ch=new WeakMap();let lh=0x0;function uh(_0x572238,_0x2e7fdf){const _0xd76917=_0x69bfe2;return _0x572238['has'](mh)?_0x572238[_0xd76917(0x3fa)](mh)[_0xd76917(0x47c)](_0x2e7fdf):fh(_0x572238,_0x2e7fdf);}function dh(_0x5dfc37){const _0x57a234=_0x69bfe2;if(!_0x5dfc37['has'](mh))return;let _0x35f073=ch[_0x57a234(0x3fa)](_0x5dfc37);_0x35f073!=null&&_0x35f073[_0x57a234(0x2c5)]&&([..._0x35f073['values']()][_0x57a234(0x2ca)]((_0x3388f6,_0x46d444)=>_0x3388f6[_0x57a234(0x40f)]-_0x46d444[_0x57a234(0x40f)])[_0x57a234(0x5dd)](({contribution:_0x293421})=>uh(_0x5dfc37,_0x293421)),ch['delete'](_0x5dfc37));}function fh(_0x856d78,_0x2ab99d){const _0x521087=_0x69bfe2;let _0x1d1a85={'contribution':_0x2ab99d,'index':lh++},_0x468326=ph(_0x2ab99d,_0x1d1a85[_0x521087(0x40f)]),_0x566759=_0x856d78,_0x3b0f4e=ch[_0x521087(0x3fa)](_0x566759)??new Map();return _0x3b0f4e[_0x521087(0x52c)](_0x468326,_0x1d1a85),ch[_0x521087(0x52c)](_0x566759,_0x3b0f4e),_0x52e91f(()=>{const _0x4742bf=_0x521087;let _0x141ced=ch[_0x4742bf(0x3fa)](_0x566759);(_0x141ced==null?void 0x0:_0x141ced['get'](_0x468326))===_0x1d1a85&&_0x141ced[_0x4742bf(0x288)](_0x468326);});}function ph(_0x37dbb4,_0x1a529c){const _0x54b9d7=_0x69bfe2;return _0x37dbb4['id']?_0x37dbb4['childType']+':'+_0x37dbb4['id']:_0x37dbb4['childType']+_0x54b9d7(0x5a2)+_0x1a529c;}let mh=class{constructor(_0x46de7f,_0x515b1c){const _0x238e36=_0x69bfe2;this['_injector']=_0x46de7f,this['_focusCoordinator']=_0x515b1c,Y(this,_0x238e36(0x1fc),new Map()),Y(this,'_nextIndex',0x0);}[_0x69bfe2(0x47c)](_0xcedd68){const _0x5d0f1f=_0x69bfe2;if(_0xcedd68['id']&&this[_0x5d0f1f(0x5bf)](_0xcedd68[_0x5d0f1f(0x246)],_0xcedd68['id']))return _0x52e91f(()=>{});let _0x2296b1={'contribution':_0xcedd68,'index':this['_nextIndex']++},_0x399c28=this[_0x5d0f1f(0x1fc)][_0x5d0f1f(0x3fa)](_0xcedd68[_0x5d0f1f(0x246)])??[];return _0x399c28['push'](_0x2296b1),_0x399c28[_0x5d0f1f(0x2ca)](hh),this[_0x5d0f1f(0x1fc)][_0x5d0f1f(0x52c)](_0xcedd68[_0x5d0f1f(0x246)],_0x399c28),_0x52e91f(()=>{const _0x5370db=_0x5d0f1f;let _0x5c3bdc=this[_0x5370db(0x1fc)][_0x5370db(0x3fa)](_0xcedd68[_0x5370db(0x246)]);if(!_0x5c3bdc)return;let _0x6b7d9=_0x5c3bdc[_0x5370db(0x534)](_0x154008=>_0x154008!==_0x2296b1);_0x6b7d9[_0x5370db(0x37f)]?this[_0x5370db(0x1fc)][_0x5370db(0x52c)](_0xcedd68[_0x5370db(0x246)],_0x6b7d9):this['_contributions'][_0x5370db(0x288)](_0xcedd68[_0x5370db(0x246)]);});}[_0x69bfe2(0x5ce)](_0x2d3eff){const _0x5013b3=_0x69bfe2;return(this[_0x5013b3(0x1fc)][_0x5013b3(0x3fa)](_0x2d3eff)??[])['map'](_0x5cedd0=>_0x5cedd0[_0x5013b3(0x1e0)]);}async[_0x69bfe2(0x25a)](_0x413892){const _0x547a16=_0x69bfe2;let _0x29c372=this['getAll'](_0x413892['childType']);_0x29c372[_0x547a16(0x37f)]&&await ah({'instanceService':this[_0x547a16(0x373)]['get'](_0x1e60e6),'childUnitId':_0x413892['childUnitId'],'childType':_0x413892[_0x547a16(0x246)],'restoreUnitId':_0x413892['restoreUnitId'],'settleDelayMs':_0x413892['settleDelayMs'],'shouldRestore':()=>!this['_focusCoordinator'][_0x547a16(0x3da)](_0x413892[_0x547a16(0x3cb)])},async()=>{const _0x39ac9e=_0x547a16;for(let _0x44d893 of _0x29c372)_0x44d893[_0x39ac9e(0x25a)]&&await _0x44d893[_0x39ac9e(0x25a)]({'injector':this[_0x39ac9e(0x373)],'childUnitId':_0x413892[_0x39ac9e(0x3cb)],'childType':_0x413892[_0x39ac9e(0x246)],'descriptor':_0x413892[_0x39ac9e(0x4e2)]});});}[_0x69bfe2(0x5bf)](_0x103e9e,_0x1e08aa){const _0x1b3233=_0x69bfe2;return(this['_contributions'][_0x1b3233(0x3fa)](_0x103e9e)??[])[_0x1b3233(0x3d4)](_0x37acce=>_0x37acce['contribution']['id']===_0x1e08aa);}};mh=Go([$(0x0,_0x1ac387(_0x19e684)),$(0x1,_0x1ac387(Z))],mh);function hh(_0x387c73,_0x5c9fa3){const _0x419399=_0x69bfe2;return(_0x387c73[_0x419399(0x1e0)][_0x419399(0x53d)]??_0x387c73[_0x419399(0x40f)])-(_0x5c9fa3[_0x419399(0x1e0)]['order']??_0x5c9fa3['index'])||_0x387c73[_0x419399(0x40f)]-_0x5c9fa3[_0x419399(0x40f)];}function gh(){return[];}let _h=class{constructor(_0x3ab308,_0x18732c){const _0x3b458c=_0x69bfe2;this[_0x3b458c(0x5af)]=_0x3ab308,this[_0x3b458c(0x4d5)]=_0x18732c;}[_0x69bfe2(0x608)](_0x263b8d){const _0x4daae0=_0x69bfe2;let _0x554d32=this[_0x4daae0(0x19b)](_0x263b8d['unitID']);return this[_0x4daae0(0x4d5)]['pushUndoRedo']({..._0x263b8d,'unitID':_0x554d32}),{'stackUnitId':_0x554d32,'routedToHost':_0x554d32!==_0x263b8d[_0x4daae0(0x50a)]};}[_0x69bfe2(0x19b)](_0x1e0612){const _0x541129=_0x69bfe2;let _0x10325e=this[_0x541129(0x5af)][_0x541129(0x630)]();return!_0x10325e||_0x10325e[_0x541129(0x3cb)]!==_0x1e0612?_0x1e0612:_0x10325e[_0x541129(0x278)];}};_h=Go([$(0x0,_0x1ac387(_0x1bfd08)),$(0x1,_0x2d20bb)],_h);let vh=class extends _0x5e9317{constructor(_0x132264=tc,_0x295113,_0x5b31c7,_0x262616){const _0x459a7d=_0x69bfe2;super(),this[_0x459a7d(0x675)]=_0x132264,this[_0x459a7d(0x373)]=_0x295113,this[_0x459a7d(0x4ab)]=_0x5b31c7,this['_univerInstanceService']=_0x262616;let {..._0x458dc8}=_0x11398d({},tc,this[_0x459a7d(0x675)]);this[_0x459a7d(0x4ab)][_0x459a7d(0x62c)]('embed-ui.config',_0x458dc8);}['onStarting'](){const _0x44c964=_0x69bfe2;this[_0x44c964(0x301)](),this['_registerServices'](),this[_0x44c964(0x32c)](),this['_registerLateProductUIContributions'](),this[_0x44c964(0x1e2)](),this[_0x44c964(0x59d)](),this[_0x44c964(0x6a6)](),this[_0x44c964(0x649)](),this['_registerDefaultHostToolbar']();}[_0x69bfe2(0x25d)](){const _0x372a26=_0x69bfe2;this[_0x372a26(0x59d)]();}['_registerServices'](){const _0x1aaef8=_0x69bfe2;[[Vo],[Rc],[mh],[ou],[Zo],[zo],[Ha],[Ua],[Lc],[Bo],[Ic],[pu],[Ys],[Wa],[Uc],[Ka],[lu],[uu],[su],[Jo],[Ho],[Kc],[Gc],[Ms],[Du],[qa],[Z],[_m],[Uo],[_h]][_0x1aaef8(0x5dd)](_0x599f6a=>this[_0x1aaef8(0x373)][_0x1aaef8(0x615)](_0x599f6a)),this[_0x1aaef8(0x373)][_0x1aaef8(0x6b7)](_0x5c8b6c)||this[_0x1aaef8(0x373)][_0x1aaef8(0x615)]([_0x5c8b6c,{'useFactory':()=>this[_0x1aaef8(0x373)][_0x1aaef8(0x3fa)](Ka)}]),this[_0x1aaef8(0x373)][_0x1aaef8(0x6b7)](_0x45f739)||this[_0x1aaef8(0x373)][_0x1aaef8(0x615)]([_0x45f739,{'useFactory':()=>this[_0x1aaef8(0x373)][_0x1aaef8(0x3fa)](Z)}]),this[_0x1aaef8(0x373)]['has'](_0x23a9db)||this[_0x1aaef8(0x373)][_0x1aaef8(0x615)]([_0x23a9db,{'useFactory':()=>this[_0x1aaef8(0x373)][_0x1aaef8(0x3fa)](Ka)}]),this[_0x1aaef8(0x373)]['has'](_0x20d904)||this[_0x1aaef8(0x373)][_0x1aaef8(0x615)]([_0x20d904,{'useFactory':()=>this['_injector'][_0x1aaef8(0x3fa)](Z)}]),this[_0x1aaef8(0x373)][_0x1aaef8(0x6b7)](_0x4b7ff8)||this[_0x1aaef8(0x373)]['add']([_0x4b7ff8,{'useFactory':()=>this['_injector'][_0x1aaef8(0x3fa)](Lc)}]);}[_0x69bfe2(0x1e2)](){const _0x306467=_0x69bfe2;fu(this['_injector'])[_0x306467(0x5dd)](_0x4f3aeb=>this[_0x306467(0x1f2)](_0x4f3aeb));}[_0x69bfe2(0x32c)](){nh(this['_injector']);}[_0x69bfe2(0x3c8)](){const _0x444adf=_0x69bfe2;let _0x580b58=this[_0x444adf(0x22f)][_0x444adf(0x639)](_0x420dc4['UNIVER_BASE'])['subscribe'](()=>rh(this[_0x444adf(0x373)]));this[_0x444adf(0x1f2)](_0x52e91f(()=>_0x580b58['unsubscribe']()));}['_flushPendingContributions'](){const _0x40a3f2=_0x69bfe2;ju(this[_0x40a3f2(0x373)]),ks(this[_0x40a3f2(0x373)]),dh(this[_0x40a3f2(0x373)]);}[_0x69bfe2(0x6a6)](){const _0x539363=_0x69bfe2;var _0x51e4cb;let _0xf83df4=this[_0x539363(0x373)][_0x539363(0x3fa)](Bo);((_0x51e4cb=this[_0x539363(0x675)][_0x539363(0x45f)])==null?void 0x0:_0x51e4cb[_0x539363(0x571)])!==!0x1&&gh()[_0x539363(0x5dd)](_0x40a247=>{const _0xd06288=_0x539363;_0xf83df4[_0xd06288(0x435)](_0x40a247[_0xd06288(0x404)],_0x40a247[_0xd06288(0x610)],_0x40a247[_0xd06288(0x246)])||_0xf83df4['register'](_0x40a247);});}[_0x69bfe2(0x649)](){const _0x28c3ee=_0x69bfe2;_0x5bd1a2(this[_0x28c3ee(0x373)],[[Vo],[Rc],[mh],[ou],[Zo],[zo],[Ha],[Ua],[Bo],[Ic],[pu],[Ys],[Wa],[Uc],[lu],[uu],[su],[Jo],[Ho],[Kc],[Gc],[Ms],[Du],[qa],[Z],[_m],[Uo],[_h]]);}[_0x69bfe2(0x61b)](){const _0x185722=_0x69bfe2;var _0x44d8b9;((_0x44d8b9=this[_0x185722(0x675)][_0x185722(0x45f)])==null?void 0x0:_0x44d8b9[_0x185722(0x196)])!==!0x1&&this[_0x185722(0x1f2)](this[_0x185722(0x373)][_0x185722(0x3fa)](_0x5eaa8d)[_0x185722(0x24f)](_0x5c1c13[_0x185722(0x30f)],()=>Xs));}[_0x69bfe2(0x301)](){const _0x5f5d00=_0x69bfe2;this['_injector'][_0x5f5d00(0x3fa)](_0x4f1ba5)[_0x5f5d00(0x60c)]();}};Y(vh,'pluginName',_0x69bfe2(0x2e7)),Y(vh,_0x69bfe2(0x35c),Pa),Y(vh,_0x69bfe2(0x17c),Fa),Y(vh,_0x69bfe2(0x29c),_0x420dc4[_0x69bfe2(0x567)]),vh=Go([_0x518658(_0x499917,_0x25fdd8),$(0x1,_0x1ac387(_0x19e684)),$(0x2,_0x4290f3),$(0x3,_0x1e60e6)],vh);export{Zo as EmbedActivationService,zo as EmbedChildViewRegistryService,Ys as EmbedFullscreenService,Vo as EmbedHostContainerRegistryService,Wa as EmbedHostMenuOverrideService,Rc as EmbedHostRestoreService,Jo as EmbedMountService,vh as UniverEmbedUIPlugin,Os as registerEmbedProductMenuContribution};
1
+ const _0x5878b6=_0x4fd0;(function(_0x48757d,_0x133f33){const _0x3fc833=_0x4fd0,_0x24ca5e=_0x48757d();while(!![]){try{const _0x5b4e6f=parseInt(_0x3fc833(0x63c))/0x1+-parseInt(_0x3fc833(0x39b))/0x2+parseInt(_0x3fc833(0x52a))/0x3+parseInt(_0x3fc833(0x229))/0x4+parseInt(_0x3fc833(0x13a))/0x5+parseInt(_0x3fc833(0x2cd))/0x6*(-parseInt(_0x3fc833(0x12e))/0x7)+parseInt(_0x3fc833(0x347))/0x8*(-parseInt(_0x3fc833(0x2f2))/0x9);if(_0x5b4e6f===_0x133f33)break;else _0x24ca5e['push'](_0x24ca5e['shift']());}catch(_0x5d1e3d){_0x24ca5e['push'](_0x24ca5e['shift']());}}}(_0x54f7,0xa2dea));import{BoardPrintCompositionService as _0x4cbdc7}from'@univerjs-pro/boards-print';import{CreateEmbedCommand as _0x1d21b5,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x5c5757,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x120c8d,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x5bccdc,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x8af5,EmbedFocusOwnerService as _0x4260b5,EmbedHostAdapterRegistryService as _0x2269a3,EmbedHostAnchorModelService as _0x385558,EmbedHostEntryEnum as _0x16334e,EmbedModelService as _0x39c782,EmbedReferencedUnitMaterializeService as _0x227dff,EmbedUnitLeasePolicyService as _0x129948,RESOURCE_REF_FILE_KIND as _0x661a7,RemoveEmbedCommand as _0x3bb127,SetEmbedBoundsCommand as _0x285a4b,SetEmbedDescriptorMutation as _0x32e73c,SoftDeleteEmbedDescriptorMutation as _0x36ba06,UniverEmbedPlugin as _0x356023,createBasesTableListBlockHostAdapterContribution as _0x309559,createDocsCustomBlockHostAdapterContribution as _0x26c66f,createSlidesFloatingObjectHostAdapterContribution as _0x2843ea,createSlidesPageListBlockHostAdapterContribution as _0x35d7c5,fromResourceRefUnitType as _0x3dc69f,getEmbedSheetsTabCustomData as _0x18811d,getResourceRefInputUnitSelector as _0x48253b,parseResourceRef as _0x2763cc,toResourceRefUnitType as _0x2ff37f}from'@univerjs-pro/embed';import{UniverLicensePlugin as _0x2760a7}from'@univerjs-pro/license';import{IPrintPreparationService as _0x458f3f,PrintPreparationService as _0x1caa07}from'@univerjs-pro/print';import{SlidePrintDrawingTransformService as _0x4e46a8}from'@univerjs-pro/slides-print';import{BaseDataModel as _0x2b22c8,BaseViewType as _0x499977,BorderStyleTypes as _0x477aca,BorderType as _0xe20296,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x225eac,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x517d87,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x3044a3,DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY as _0x35721a,DOCS_NORMAL_EDITOR_UNIT_ID_KEY as _0x55cb18,DataStreamTreeTokenType as _0x517c7b,DependentOn as _0x532ee2,Disposable as _0x4c5370,DocumentFlavor as _0x503fd0,EDITOR_ACTIVATED as _0x44d019,FOCUSING_BOARD as _0x7fae36,FOCUSING_COMMON_DRAWINGS as _0x499ddc,FOCUSING_DOC as _0x20f156,FOCUSING_SHEET as _0x197f18,FOCUSING_SLIDE as _0x148636,FOCUSING_UNIT as _0x3fa463,FOCUSING_UNIVER_EDITOR as _0x594c0e,FORMULA_EDITOR_ACTIVATED as _0xf5c515,HorizontalAlign as _0xefb1f1,ICommandService as _0x20e3ee,IConfigService as _0x17bf93,IContextService as _0x391fa9,IImageIoService as _0x228cd1,IUndoRedoService as _0x354aee,IUniverInstanceService as _0x384701,ImageSourceType as _0x49d90b,Inject as _0x431841,Injector as _0x4670db,LocaleService as _0x301c59,LookUp as _0x476ea9,Plugin as _0x1bbe46,RedoCommand as _0x2ff8a6,SHEET_EDITOR_UNITS as _0x2eed09,ThemeService as _0x24d8f5,UndoCommand as _0x1b8f5f,UniverInstanceType as _0x152567,VerticalAlign as _0x1e7fa1,Workbook as _0x1f54d9,WrapStrategy as _0x25906b,createDefaultBaseTableSnapshot as _0x5b118a,deepCompare as _0x3d8a55,generateRandomId as _0x274f15,isInternalEditorID as _0x5b117d,merge as _0x8b53ae,toDisposable as _0x139183,touchDependencies as _0x1047d8}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x469c6d,DocCanvasPopManagerService as _0x4dbbc1,DocFloatMenuService as _0x5816ad,DocPageLayoutService as _0x2fab04,DocParagraphMenuService as _0x2d87cc,DocPrintInterceptorService as _0x40f0a1,DocSelectAllCommand as _0x2e46af,DocSelectionRenderService as _0xcfa2c5,DocViewScaleService as _0x4d64bf,IDocEmbedInteractionBoundaryService as _0x58d98b,IDocEmbedRuntimeFocusCoordinator as _0x4c711f,SetDocZoomRatioCommand as _0x1014cc,SetDocZoomRatioOperation as _0x1772a2,VIEWPORT_KEY as _0x4bb7ff,collectDocsTableLikeEmbedChildUnitIds as _0xce9d00,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x3de4b6,createDocsCustomBlockSizeRefreshScheduler as _0x541420,resolveDocsCustomBlockRenderViewport as _0x1895e9,resolveDocsTableLikeCustomBlockBleedViewport as _0xb13b60,resolveDocsTableLikeCustomBlockContentHeight as _0x15c27f,resolveDocsTableLikeCustomBlockContentWidth as _0x29184d,shouldRefreshDocsCustomBlockSizeForCommand as _0x54915e}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0x406bef,BORDER_LINE_CHILDREN as _0x1cafea,BORDER_SIZE_CHILDREN as _0x1b5d25,BorderLine as _0x4b14fe,CellPopupManagerService as _0x2c302c,EditorContainer as _0xaf3308,FormulaBar as _0x45d1ed,ISheetBarService as _0x4de9fc,ISheetEmbedFloatingGeometryService as _0x53f8e4,ISheetEmbedInteractionBoundaryService as _0x54607a,ISheetEmbedRuntimeFocusCoordinator as _0x5e67b0,ISheetEmbedRuntimeService as _0xfcfe8f,ISheetHostChromeOverrideService as _0x1284bb,ResetRangeTextColorCommand as _0x578ae2,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x296c5b,SHEET_FOOTER_BAR_HEIGHT as _0x3118c0,SelectAllCommand as _0x24b335,SetCellEditVisibleOperation as _0x43e0ba,SetOnceFormatPainterCommand as _0x4ae8dc,SetRangeBoldCommand as _0x32ffa8,SetRangeFontFamilyCommand as _0x190aa9,SetRangeFontSizeCommand as _0x155139,SetRangeTextColorCommand as _0x9c40d8,SetZoomRatioCommand as _0x3798be,SheetBar as _0x24ac04,SheetBarService as _0x427c4d,SheetCanvasPopManagerService as _0xa2c53b,SheetPrintInterceptorService as _0x423c56,SheetsUIMenuSchema as _0x153cde}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0x1724ae,CanvasFloatDomPreviewService as _0x37ff86,CanvasPopup as _0x186018,CanvasPopupService as _0x57e241,ComponentManager as _0x2d57a6,ContextMenu as _0x514bde,ContextMenuService as _0x2f8aeb,CopyCommand as _0x27946a,CutCommand as _0x2f443f,DesktopRibbonService as _0x2c58c3,DesktopSidebarService as _0xeaff0f,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x298f2f,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x3d4a8e,FONT_SIZE_LIST as _0x146fd7,FloatDom as _0x1d6e53,FontFamilyItem as _0x288ace,HOVER_TRACK_HOST_CLASS_NAME as _0xee5e7e,HoverTrack as _0x53a733,ICanvasPopupService as _0x2d32b8,IContextMenuService as _0x24d73b,IDialogService as _0x52ba82,ILayoutService as _0x59228c,IMenuManagerService as _0xf7436,IRibbonOverrideService as _0x1d680f,IRibbonService as _0x472c84,IShortcutService as _0x1acefe,ISidebarService as _0x339987,IUIPartsService as _0xa41f0d,IUIRuntimeScopeService as _0x21373a,IconManager as _0x8cc772,KeyCode as _0x3eebd9,MenuManagerPosition as _0x53be37,MenuManagerService as _0x1be0b1,MetaKeys as _0x4ecae2,NativeTextEditorShortcutBehavior as _0x18816b,PasteCommand as _0x5ca63b,Ribbon as _0x1f1b2d,RibbonDataGroup as _0x323a76,RibbonFormulasGroup as _0x97b4e0,RibbonInsertGroup as _0x4944c8,RibbonOthersGroup as _0x594a50,RibbonPosition as _0x744821,RibbonStartGroup as _0x5abfd1,RibbonViewGroup as _0x1128b9,Sidebar as _0x19b9fd,ToolbarButton as _0x563288,UI_PLUGIN_CONFIG_KEY as _0x154a6e,connectInjector as _0x4d8c28,preventBrowserZoomInContainers as _0x2bc898,useConfigValue as _0xcac54,useDependency as _0x598ded,useInjector as _0x3be58c,useObservable as _0xec05b8}from'@univerjs/ui';import{Button as _0x4a289d,ColorPicker as _0x4f6461,ConfigContext as _0x1786af,ConfigProvider as _0x477e2e,Dropdown as _0x225a3b,DropdownMenu as _0x851711,Separator as _0x5e17ab,Tooltip as _0x5ca3ee,clsx as _0x54132b,render as _0x1f15a8,unmount as _0x562167}from'@univerjs/design';import{AlignBottomIcon as _0x4ac001,AlignTopIcon as _0x174b35,ArrowLeftIcon as _0xbd7812,ArrowRightIcon as _0x26c2da,AutowrapIcon as _0x102832,BoldIcon as _0x333048,BrushIcon as _0x129538,CancelMergeIcon as _0x5a2336,CheckMarkIcon as _0x2c0f6b,DeleteIcon as _0x52d672,ExpandIcon as _0x3ca1e9,FilterIcon as _0x203ede,FontColorDoubleIcon as _0x34f745,HorizontalMergeIcon as _0x1bc6e0,HorizontallyIcon as _0x1fd925,IncreaseIcon as _0x47e78f,LeftJustifyingIcon as _0x5c4aed,MergeAllIcon as _0x17b1e1,MoreDownIcon as _0x4fb849,NoBorderIcon as _0x179d74,NoColorDoubleIcon as _0x3c5e63,NumberIcon as _0x494fc0,OneToOneIcon as _0x41bca5,OverflowIcon as _0x5bbf78,PaintBucketDoubleIcon as _0x37107f,PenIcon as _0x44b5c0,RightJustifyingIcon as _0x312a31,ShrinkIcon as _0x2fcea7,TruncationIcon as _0x1e191a,VerticalCenterIcon as _0x541d7a,VerticalIntegrationIcon as _0x171cee,ZoomInIcon as _0x3bc706,ZoomOutIcon as _0x1cb419}from'@univerjs/icons';import{createElement as _0x481dd4,forwardRef as _0x54ab9f,useCallback as _0x5311f6,useContext as _0x2c70cc,useEffect as _0x404518,useLayoutEffect as _0x37b4bb,useMemo as _0x33f8ca,useRef as _0x2e0b5b,useState as _0x1b7202,useSyncExternalStore as _0x44c62c}from'react';import{BehaviorSubject as _0x131380,EMPTY as _0x2ddf77,Observable as _0xd1f913,Subject as _0x2d3fef,Subscription as _0x439cc1,combineLatest as _0x522357,distinctUntilChanged as _0x500453,filter as _0xcde14b,map as _0x31675b,merge as _0x58f94d,of as _0x5694b8,startWith as _0x3d7dcc}from'rxjs';import{DeviceInputEventType as _0x3d904d,Documents as _0x26c160,ICanvasColorService as _0x4662e9,IRenderManagerService as _0x4fb5e9,SHEET_VIEWPORT_KEY as _0x215deb,ScrollBar as _0xc12d00,UniverPrintingContext as _0x34c5bf,getNextWheelZoomRatio as _0x16badf,setDocsCustomBlockRenderViewportProvider as _0xb7a616}from'@univerjs/engine-render';import{Fragment as _0x3b9f05,jsx as _0x5bc716,jsxs as _0x2e142b}from'react/jsx-runtime';import{DocSkeletonManagerService as _0x248993,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x30e15d,docDrawingPositionToTransform as _0x4ad5ec,isSheetLikeDocsCustomBlockChildType as _0x48203c,resolveDocsCustomBlockSize as _0x5752a7}from'@univerjs/docs';import{ISlideDrawingService as _0x5d4928,PageElementTypeEnum as _0x18d9f3,PageTypeEnum as _0x5eefcc,SetSlideZoomRatioOperation as _0x4a143f,getEmbedSlidesFloatingCustomData as _0x57dc21,getEmbedSlidesPageCustomData as _0x25d4da,slideElementToDrawing as _0x4b1015}from'@univerjs-pro/slides';import{ActivateBaseTableOperation as _0x580306,ActivateBaseViewOperation as _0x23a49d,AddViewMenu as _0x1e2eaf,BASES_UI_PLUGIN_CONFIG_KEY as _0x42146a,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x2a0974,BASE_TOOLBAR_EXTRA_ACTIONS as _0x13a819,BASE_VIEW_MENU_ITEMS as _0x297f53,BaseClipboardService as _0x56cecf,BaseDeleteConfirmDialog as _0x4cd92e,BaseDuplicateTableDialog as _0x2704c0,BaseEditorService as _0x480255,BaseEmbedRuntimeRegistryService as _0x216ed2,BaseKeyboardOperation as _0x5b3b25,BaseTableSidebarFrame as _0x3d9032,BaseToolbar as _0x3eec3a,BaseUIPopupService as _0x844eb8,BaseUIStateService as _0x5c6ce3,BaseViewIcon as _0x57e1fa,BaseViewWheelScrollService as _0x2739ce,CloseBaseActiveEditorOperation as _0x3712d8,CloseBaseContextMenuOperation as _0x4a7d7e,CloseBasePanelOperation as _0x50047e,CloseBaseRecordDetailPanelOperation as _0xa9ace0,GRID_ADD_FIELD_COLUMN_WIDTH as _0x3ebe96,GRID_ADD_RECORD_ROW_HEIGHT as _0x28802b,GRID_DEFAULT_COLUMN_WIDTH as _0x52cdf4,GRID_HEADER_HEIGHT as _0x368775,GRID_ROW_HEADER_WIDTH as _0x468deb,GRID_SUMMARY_HEIGHT as _0x1e01b7,IBaseCanvasRootResolverService as _0x425cd4,IBaseClipboardService as _0x31310f,IBaseEditorService as _0x3c5a8c,IBaseEmbedFloatingActiveService as _0x21639b,IBaseEmbedFloatingGeometryService as _0x2fd953,IBaseEmbedRuntimeFocusCoordinator as _0x478ed6,IBaseEmbedRuntimeService as _0x14a220,IBaseGlobalPortalService as _0x23a8f4,IBaseHostChromeOverrideService as _0x54b0a1,IBaseUIPopupService as _0x3e37f5,IBaseUIStateService as _0x1bdb2b,IBaseViewWheelScrollService as _0x2664fe,OpenBaseActiveEditorOperation as _0x23a8c8,OpenBaseContextMenuOperation as _0x44593f,OpenBasePanelOperation as _0x2d987c,OpenBaseRecordDetailPanelOperation as _0x343a4e,RenderBaseWorkbench as _0x3a86e3,SetBaseScrollOperation as _0x1749b2,SetBaseZoomOperation as _0x5ecd61,StartBaseEditingCellOperation as _0x2d5005,StopBaseEditingCellOperation as _0x46d593,ViewTabs as _0x4d985d,buildBaseProjectedRowLayout as _0x5b816c,createDefaultViewName as _0x1a1657,createScopedBaseCanvasRootResolverService as _0x21abd8,createScopedBaseGlobalPortalService as _0x1a4cfe,defaultPluginConfig as _0x1ea4d6,duplicateView as _0x4f197a,executeBaseKeyboardOperation as _0x4086b7,getBaseCanvasRoot as _0x538ff4,getBaseFloatingPosition as _0x38b1c3,getBaseTableNameErrorMessage as _0x58db6e,resolveGridRowHeight as _0xdce05c,waitForBaseCanvasImages as _0x46060d}from'@univerjs-pro/bases-ui';import{AddWorksheetMergeAllCommand as _0x44e73b,AddWorksheetMergeCommand as _0x12f405,AddWorksheetMergeHorizontalCommand as _0x3e3d47,AddWorksheetMergeVerticalCommand as _0x502b03,RemoveWorksheetMergeCommand as _0xdaf38e,ResetBackgroundColorCommand as _0x144f33,SetBackgroundColorCommand as _0x53d384,SetBorderBasicCommand as _0x27095e,SetHorizontalTextAlignCommand as _0x333359,SetTextWrapCommand as _0x4c9440,SetVerticalTextAlignCommand as _0x3f8ac8,SetWorksheetActiveOperation as _0x286f92,SheetsSelectionsService as _0x298b8e}from'@univerjs/sheets';import{DocsTablePassiveWheelService as _0x5153c7}from'@univerjs-pro/docs-table-ui';import{SheetsNoteAttachmentController as _0x2f8aa8,SheetsNotePopupService as _0x375842,SheetsNoteUIMenuSchema as _0x21aa6f}from'@univerjs/sheets-note-ui';import{BoardElementType as _0x561298,IBoardElementService as _0x3d4b04,UpdateBoardElementMutation as _0x284e97,getEmbedBoardsFloatingCustomData as _0x4ee9a0,isEmbedBoardsFloatingElement as _0x1a30a4}from'@univerjs-pro/boards';import{EditorUIFloatingContainer as _0x4a07d3,IEditorUIService as _0x2f3fd0,ISlideDrawingStateService as _0x2ea528,ISlideEmbedActivationService as _0x658db9,ISlideEmbedFloatDomRenderer as _0x4aae78,ISlideEmbedFloatingActiveService as _0x57c019,ISlideEmbedFocusOwnerService as _0x776810,ISlideEmbedMountService as _0x54d7b6,ISlideEmbedRuntimeFocusCoordinator as _0x5c663f,ISlideEmbedRuntimeService as _0x3765,ObjectProvider as _0x13f702,SLIDE_PAGE_RECT_KEY as _0x4b4ff2,SlideEmbedChildWorkbench as _0x1babd9,SlideEmbedFloatingPreview as _0x2ca1f8,SlideEmbedReadonlyFloatingPreview as _0x1e99f5,SlideInsertService as _0x1c8ae4,SlideThumbnailItem as _0x2f9a35,resolveSlideLogicalPageSize as _0x34fa02}from'@univerjs-pro/slides-ui';import{CreateBaseTableCommand as _0x53719e,CreateBaseViewCommand as _0xe6c26c,DeleteBaseTableCommand as _0x260fcb,DeleteBaseViewCommand as _0x1c0ebe,IBaseProjectionService as _0xd1f1ba,IBaseViewRegistryService as _0x1dc884,MoveBaseViewCommand as _0x5aaf3c,RenameBaseTableCommand as _0x2b25fa,RenameBaseViewCommand as _0x55f8d0,copyBaseTableSnapshot as _0x5cd7b7,createUniqueBaseTableName as _0x1733bb,validateBaseTableName as _0x2e4e75}from'@univerjs-pro/bases';import{createPortal as _0x1a081f}from'react-dom';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x2d9f04,BoardDomLayerService as _0x235894,BoardShapeTextEditorContainer as _0x196a66,BoardTextEditingService as _0x4e7620,BoardViewportService as _0x406bb5,BoardWorkbench as _0x141f0c,IBoardElementStateService as _0x12c047,IBoardEmbedRuntimeFocusCoordinator as _0x3b6c6a,IBoardUIStateService as _0x93f5a8,UniverBoardsUIPlugin as _0x3d8f4d,getBoardPointFromClient as _0x143910,resolveBoardInteractionConfig as _0x4cd71e,resolveBoardWheelViewportAction as _0x2b0f24}from'@univerjs-pro/boards-ui';import{SheetsChartUIMenuSchema as _0x28204d}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x554eea}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x10cd6d}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x1a9ac0}from'@univerjs-pro/sheets-print';import{SheetsShapeUIContextualRibbonSchema as _0x6c6739,SheetsShapeUIMenuSchema as _0x35dcbd}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0x40567b}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x519bb6}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x5ea6a1}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x43c1e1}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x514fe6}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0xaa1fa1}from'@univerjs/sheets-hyper-link-ui';import{SheetsNumfmtUIMenuSchema as _0x5c9ce6}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x34009f}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x19ff83}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x31b247}from'@univerjs/sheets-thread-comment-ui';var Yo=_0x5878b6(0x25b),Xo=_0x5878b6(0x68c);function Zo(_0xc3d54d,_0x2eb6e1){const _0x2e6518=_0x5878b6;return _0xc3d54d[_0x2e6518(0x4e3)]('['+_0x2eb6e1+']')?_0xc3d54d:_0xc3d54d['querySelector']('['+_0x2eb6e1+']')??void 0x0;}function Qo(_0x2cc048){const _0x271b61=_0x5878b6;let _0x1247e8=[];return $o(_0x2cc048,'data-embed-content-root',_0x271b61(0x640),_0x1247e8),$o(_0x2cc048,_0x271b61(0x3ca),'univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto',_0x1247e8),$o(_0x2cc048,_0x271b61(0x139),_0x271b61(0x6a3),_0x1247e8),$o(_0x2cc048,_0x271b61(0x15c),_0x271b61(0x6a3),_0x1247e8),_0x139183(()=>{const _0x428b1c=_0x271b61;_0x1247e8[_0x428b1c(0x684)](_0x3210fa=>_0x3210fa[_0x428b1c(0x2a8)]());});}function $o(_0x4aeed6,_0x5e6393,_0x44dcf2,_0x3c1854){const _0x21feb2=_0x5878b6;let _0x4adc1b=Zo(_0x4aeed6,_0x5e6393);if(_0x4adc1b)return _0x4adc1b;let _0x15a05d=document[_0x21feb2(0x3ba)](_0x21feb2(0xfb));return _0x15a05d[_0x21feb2(0x153)](_0x5e6393,_0x21feb2(0x13e)),_0x15a05d[_0x21feb2(0x153)]('data-embed-runtime-slot-owner',_0x21feb2(0x233)),_0x15a05d['className']=_0x21feb2(0x349)+_0x44dcf2,_0x4aeed6['appendChild'](_0x15a05d),_0x3c1854['push'](_0x15a05d),_0x15a05d;}function es(_0x2805fd){'@babel/helpers - typeof';const _0x265359=_0x5878b6;return es=typeof Symbol==_0x265359(0x59d)&&typeof Symbol[_0x265359(0x57a)]==_0x265359(0x336)?function(_0x5e5aeb){return typeof _0x5e5aeb;}:function(_0x1d656c){const _0x28a4ba=_0x265359;return _0x1d656c&&typeof Symbol==_0x28a4ba(0x59d)&&_0x1d656c[_0x28a4ba(0x4ba)]===Symbol&&_0x1d656c!==Symbol[_0x28a4ba(0x4b7)]?_0x28a4ba(0x336):typeof _0x1d656c;},es(_0x2805fd);}function ts(_0x4c02d4,_0x39eb60){const _0x420d34=_0x5878b6;if(es(_0x4c02d4)!=_0x420d34(0x414)||!_0x4c02d4)return _0x4c02d4;var _0xc39a73=_0x4c02d4[Symbol[_0x420d34(0xcc)]];if(_0xc39a73!==void 0x0){var _0x80acd1=_0xc39a73[_0x420d34(0x610)](_0x4c02d4,_0x39eb60||_0x420d34(0x2be));if(es(_0x80acd1)!='object')return _0x80acd1;throw TypeError(_0x420d34(0x33b));}return(_0x39eb60===_0x420d34(0x41b)?String:Number)(_0x4c02d4);}function ns(_0x40b9d6){const _0x1f555f=_0x5878b6;var _0x3ede86=ts(_0x40b9d6,_0x1f555f(0x41b));return es(_0x3ede86)==_0x1f555f(0x336)?_0x3ede86:_0x3ede86+'';}function X(_0xee6ed0,_0x252b0c,_0x176300){return(_0x252b0c=ns(_0x252b0c))in _0xee6ed0?Object['defineProperty'](_0xee6ed0,_0x252b0c,{'value':_0x176300,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xee6ed0[_0x252b0c]=_0x176300,_0xee6ed0;}var rs=class{constructor(){const _0x5a0084=_0x5878b6;X(this,_0x5a0084(0x36c),new Map());}[_0x5878b6(0x334)](_0x18fdbe){const _0x481952=_0x5878b6;return this['_contributions'][_0x481952(0x5ad)](_0x18fdbe['childType'],_0x18fdbe),_0x139183(()=>{const _0x574738=_0x481952;this[_0x574738(0x36c)][_0x574738(0x96)](_0x18fdbe[_0x574738(0x1ec)])===_0x18fdbe&&this[_0x574738(0x36c)][_0x574738(0x66b)](_0x18fdbe[_0x574738(0x1ec)]);});}[_0x5878b6(0x96)](_0x3a8f57){const _0x56f4a1=_0x5878b6;return this[_0x56f4a1(0x36c)][_0x56f4a1(0x96)](_0x3a8f57);}[_0x5878b6(0x4d2)](){const _0xffb885=_0x5878b6;return[...this[_0xffb885(0x36c)][_0xffb885(0x672)]()];}},is=class{constructor(){const _0xf64efe=_0x5878b6;X(this,_0xf64efe(0x5f1),new _0x131380(null)),X(this,_0xf64efe(0x62f),this[_0xf64efe(0x5f1)][_0xf64efe(0x1b2)]());}[_0x5878b6(0x325)](){return this['_active$']['getValue']();}[_0x5878b6(0x46d)](_0x3cd702){const _0x400d90=_0x5878b6;let _0x440fa0=this[_0x400d90(0x325)]();return(_0x440fa0==null?void 0x0:_0x440fa0['embedId'])===_0x3cd702?_0x440fa0['stage']??_0x400d90(0x219):'inactive';}[_0x5878b6(0x5f8)](_0xb5534a,_0x7bc256){const _0xcdd48b=_0x5878b6;let _0x1a12e3=this[_0xcdd48b(0x325)](),_0x47162d=(_0x1a12e3==null?void 0x0:_0x1a12e3[_0xcdd48b(0x178)])===_0xb5534a[_0xcdd48b(0x178)]&&_0x1a12e3[_0xcdd48b(0x1a0)]===_0xb5534a[_0xcdd48b(0x1a0)]&&_0x1a12e3['childUnitId']===_0xb5534a['childUnitId'],_0xb3600b={..._0xb5534a,'stage':_0x7bc256??_0xb5534a['stage']??(_0x47162d?_0x1a12e3[_0xcdd48b(0x49f)]??_0xcdd48b(0x219):_0xcdd48b(0x219))};((_0x1a12e3==null?void 0x0:_0x1a12e3[_0xcdd48b(0x178)])!==_0xb3600b[_0xcdd48b(0x178)]||_0x1a12e3[_0xcdd48b(0x1a0)]!==_0xb3600b[_0xcdd48b(0x1a0)]||_0x1a12e3[_0xcdd48b(0x4d3)]!==_0xb3600b[_0xcdd48b(0x4d3)]||(_0x1a12e3[_0xcdd48b(0x49f)]??_0xcdd48b(0x219))!==_0xb3600b['stage'])&&this[_0xcdd48b(0x5f1)][_0xcdd48b(0x642)](_0xb3600b);}[_0x5878b6(0x302)](_0xbc2e16,_0x42353a){const _0x15949c=_0x5878b6;let _0xae3f82=this[_0x15949c(0x325)]();!_0xae3f82||_0xae3f82[_0x15949c(0x1a0)]!==_0xbc2e16||(_0xae3f82[_0x15949c(0x49f)]??'stage1')!==_0x42353a&&this[_0x15949c(0x5f1)][_0x15949c(0x642)]({..._0xae3f82,'stage':_0x42353a});}[_0x5878b6(0x4ff)](_0x493543){const _0x403a2a=_0x5878b6;this[_0x403a2a(0x46d)](_0x493543)==='stage1'&&this[_0x403a2a(0x302)](_0x493543,_0x403a2a(0x562));}[_0x5878b6(0x120)](_0x4712b5){const _0x3807d9=_0x5878b6;let _0x349fb3=this[_0x3807d9(0x325)]();_0x349fb3&&(!_0x4712b5||_0x349fb3['embedId']===_0x4712b5)&&this['_active$'][_0x3807d9(0x642)](null);}},as=class{constructor(){const _0x32480a=_0x5878b6;X(this,_0x32480a(0x163),new _0x131380(null)),X(this,'override$',this['_override$'][_0x32480a(0x1b2)]());}[_0x5878b6(0x6d5)](){const _0x172eb2=_0x5878b6;return this[_0x172eb2(0x163)][_0x172eb2(0x636)]();}[_0x5878b6(0x5f8)](_0x76a1b7,_0x18ce19,_0x3e2209={}){const _0x4e8f71=_0x5878b6;var _0x44bcfc,_0x38a997;if(!_0x76a1b7[_0x4e8f71(0x4d3)]||_0x76a1b7['childType']==null)throw Error('EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED');let _0x20ca01=((_0x44bcfc=_0x76a1b7[_0x4e8f71(0x213)])==null?void 0x0:_0x44bcfc['tab'])||void 0x0;if(_0x18ce19==='tab-active'&&(!_0x20ca01||_0x20ca01[_0x4e8f71(0x485)]!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x18ce19!=='tab-active')throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if((((_0x38a997=_0x3e2209['layoutPolicy'])==null?void 0x0:_0x38a997[_0x4e8f71(0xe5)])??_0x5bccdc[_0x4e8f71(0xe5)])!==_0x4e8f71(0x4fe)&&_0x3e2209[_0x4e8f71(0x5ae)]!==!0x0&&_0x3e2209[_0x4e8f71(0x1bd)]!==!0x0)return this[_0x4e8f71(0x120)](_0x76a1b7['embedId']),null;let _0x39c44b={'hostUnitId':_0x76a1b7[_0x4e8f71(0x178)],'embedId':_0x76a1b7[_0x4e8f71(0x1a0)],'childUnitId':_0x76a1b7[_0x4e8f71(0x4d3)],'childType':_0x76a1b7[_0x4e8f71(0x1ec)],'entry':_0x76a1b7['entry'],'reason':_0x18ce19,'portalContainer':_0x3e2209[_0x4e8f71(0x2e4)],'hideHostFxBar':_0x20ca01==null?void 0x0:_0x20ca01[_0x4e8f71(0x18b)],'lockHostRibbon':_0x20ca01==null?void 0x0:_0x20ca01[_0x4e8f71(0x18d)]},_0x3b8982=this[_0x4e8f71(0x6d5)]();return os(_0x3b8982,_0x39c44b)?_0x3b8982:(this[_0x4e8f71(0x163)][_0x4e8f71(0x642)](_0x39c44b),_0x39c44b);}[_0x5878b6(0x120)](_0x2e9c79){const _0x31ba4d=_0x5878b6;let _0x1a35c7=this['getOverride']();_0x1a35c7&&(!_0x2e9c79||_0x1a35c7[_0x31ba4d(0x1a0)]===_0x2e9c79)&&this[_0x31ba4d(0x163)][_0x31ba4d(0x642)](null);}};function os(_0x27df18,_0xc0809b){const _0x3578a3=_0x5878b6;return _0x27df18!=null&&_0x27df18[_0x3578a3(0x178)]===_0xc0809b[_0x3578a3(0x178)]&&_0x27df18[_0x3578a3(0x1a0)]===_0xc0809b['embedId']&&_0x27df18[_0x3578a3(0x4d3)]===_0xc0809b['childUnitId']&&_0x27df18['childType']===_0xc0809b[_0x3578a3(0x1ec)]&&_0x27df18[_0x3578a3(0x289)]===_0xc0809b['entry']&&_0x27df18['reason']===_0xc0809b['reason']&&_0x27df18[_0x3578a3(0x2e4)]===_0xc0809b[_0x3578a3(0x2e4)]&&_0x27df18['hideHostFxBar']===_0xc0809b[_0x3578a3(0x18b)]&&_0x27df18[_0x3578a3(0x18d)]===_0xc0809b[_0x3578a3(0x18d)];}const ss=_0x5878b6(0x542);var Z=class{constructor(){const _0x4f6ddc=_0x5878b6;X(this,'_leases',new Map()),X(this,_0x4f6ddc(0x4c8),new Map()),X(this,_0x4f6ddc(0x77),new Map()),X(this,_0x4f6ddc(0x567),0x0),X(this,_0x4f6ddc(0x282),new _0x2d3fef()),X(this,_0x4f6ddc(0xe7),new _0x2d3fef());}[_0x5878b6(0x1e2)](_0x553391){const _0x2bd780=_0x5878b6;let _0x22d122={'role':_0x553391[_0x2bd780(0x285)],'owner':_0x553391[_0x2bd780(0x21d)],'sessionMode':_0x553391[_0x2bd780(0x144)],'hostUnitId':_0x553391[_0x2bd780(0x178)],'childUnitId':_0x553391[_0x2bd780(0x4d3)],'childType':_0x553391[_0x2bd780(0x1ec)],'associatedChildUnitIds':_0x553391[_0x2bd780(0x17c)],'sequence':++this[_0x2bd780(0x567)]},_0x184926=this[_0x2bd780(0x34d)][_0x2bd780(0x96)](_0x553391[_0x2bd780(0x1a0)]);return _0x184926||(_0x184926=new Set(),this[_0x2bd780(0x34d)][_0x2bd780(0x5ad)](_0x553391[_0x2bd780(0x1a0)],_0x184926)),_0x184926['add'](_0x22d122),_0x22d122[_0x2bd780(0x285)]!=='runtime'&&this['_notifyRuntimeFocusChanged'](),_0x22d122[_0x2bd780(0x285)]===_0x2bd780(0x63a)&&this[_0x2bd780(0x92)](),_0x139183(()=>{const _0x29d56f=_0x2bd780;_0x184926==null||_0x184926['delete'](_0x22d122),(_0x184926==null?void 0x0:_0x184926[_0x29d56f(0x37b)])===0x0&&this[_0x29d56f(0x34d)][_0x29d56f(0x66b)](_0x553391[_0x29d56f(0x1a0)]),_0x22d122[_0x29d56f(0x285)]!=='runtime'&&this[_0x29d56f(0x286)](),_0x22d122['role']===_0x29d56f(0x63a)&&this[_0x29d56f(0x92)]();});}[_0x5878b6(0x3f8)](_0x485f5f){const _0x155591=_0x5878b6;if(!_0x485f5f)return!0x1;let _0x525572=this['_leases'][_0x155591(0x96)](_0x485f5f);return _0x525572&&[..._0x525572][_0x155591(0x3f3)](_0x2d7571=>_0x2d7571['role']!==_0x155591(0x241))?!0x0:this[_0x155591(0x5a7)](_0x485f5f,this['_getActiveElement'](_0x485f5f));}[_0x5878b6(0x570)](_0x39eadd,_0x539ae6){const _0x5cf5da=_0x5878b6;if(!_0x39eadd)return!0x1;let _0x15eb45=this[_0x5cf5da(0x34d)][_0x5cf5da(0x96)](_0x39eadd);return _0x15eb45&&[..._0x15eb45][_0x5cf5da(0x3f3)](_0x5b767d=>this[_0x5cf5da(0x470)](_0x5b767d,_0x539ae6))?!0x0:this[_0x5cf5da(0x5a7)](_0x39eadd,this[_0x5cf5da(0x197)](_0x39eadd));}[_0x5878b6(0x522)](){const _0x44c2eb=_0x5878b6;return[...this[_0x44c2eb(0x34d)][_0x44c2eb(0x672)]()][_0x44c2eb(0x3f3)](_0x3c9a5b=>[..._0x3c9a5b]['some'](_0x16935c=>_0x16935c['role']!=='runtime'))||this[_0x44c2eb(0x50f)]()!=null;}['hasAnyBlockingChildFocusLease'](_0x2c8bb9){const _0x38a18b=_0x5878b6;if([...this[_0x38a18b(0x34d)][_0x38a18b(0x672)]()]['some'](_0x497754=>[..._0x497754]['some'](_0x23528b=>this[_0x38a18b(0x470)](_0x23528b,_0x2c8bb9))))return!0x0;let _0x4e6213=this[_0x38a18b(0x50f)]();return _0x4e6213!=null&&this['_isBlockingRole'](_0x4e6213[_0x38a18b(0x285)]);}[_0x5878b6(0x48a)](_0x7059bb,_0x22cdc7){const _0x57797e=_0x5878b6;if(!_0x7059bb)return!0x1;let _0x20f76b=this[_0x57797e(0x34d)]['get'](_0x7059bb);return _0x20f76b&&[..._0x20f76b][_0x57797e(0x3f3)](_0x6dd18d=>this[_0x57797e(0x674)](_0x6dd18d,_0x22cdc7))?!0x0:this[_0x57797e(0x5a7)](_0x7059bb,this[_0x57797e(0x197)](_0x7059bb));}[_0x5878b6(0x5ce)](_0xf36ffa){const _0x3dcfb7=_0x5878b6;return[...this[_0x3dcfb7(0x34d)][_0x3dcfb7(0x672)]()][_0x3dcfb7(0x3f3)](_0x4c4b2a=>[..._0x4c4b2a][_0x3dcfb7(0x3f3)](_0x46b74c=>this[_0x3dcfb7(0x674)](_0x46b74c,_0xf36ffa)))?!0x0:this[_0x3dcfb7(0x50f)]()!=null;}[_0x5878b6(0x49a)](_0x24a2d1,_0x4776fe){const _0x2caf53=_0x5878b6;if(!_0x24a2d1)return this[_0x2caf53(0x5ce)](_0x4776fe);if([...this[_0x2caf53(0x34d)]['values']()][_0x2caf53(0x3f3)](_0x5b1b95=>[..._0x5b1b95]['some'](_0x300d1c=>this[_0x2caf53(0x674)](_0x300d1c,_0x4776fe)&&this[_0x2caf53(0x43e)](_0x300d1c,_0x24a2d1))))return!0x0;let _0x43d53d=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0x43d53d)return!0x1;let _0x42c8b3=this[_0x2caf53(0x34d)]['get'](_0x43d53d[_0x2caf53(0x1a0)]);return _0x42c8b3&&[..._0x42c8b3]['some'](_0x59aeae=>this[_0x2caf53(0x674)](_0x59aeae,_0x4776fe)&&this[_0x2caf53(0x43e)](_0x59aeae,_0x24a2d1))?!0x0:this[_0x2caf53(0x32c)](_0x43d53d[_0x2caf53(0x1a0)],_0x24a2d1);}[_0x5878b6(0x6d7)](_0xf3cdec){const _0x154707=_0x5878b6;return _0xf3cdec?[...this[_0x154707(0x34d)][_0x154707(0x672)]()][_0x154707(0x3f3)](_0x24c73f=>[..._0x24c73f]['some'](_0xe974f7=>this[_0x154707(0x405)](_0xe974f7,_0xf3cdec)&&_0xe974f7[_0x154707(0x285)]!==_0x154707(0x241))):!0x1;}[_0x5878b6(0x30c)](_0x106117){const _0x50f9b7=_0x5878b6;let _0x5e231c={'hostUnitId':_0x106117[_0x50f9b7(0x178)],'childUnitId':_0x106117[_0x50f9b7(0x4d3)],'childType':_0x106117[_0x50f9b7(0x1ec)],'sessionMode':_0x106117[_0x50f9b7(0x144)],'sequence':++this['_leaseSequence']},_0x4c6751=this[_0x50f9b7(0x77)][_0x50f9b7(0x96)](_0x106117[_0x50f9b7(0x1a0)]);return _0x4c6751||(_0x4c6751=new Set(),this['_runtimeScopes']['set'](_0x106117[_0x50f9b7(0x1a0)],_0x4c6751)),_0x4c6751[_0x50f9b7(0x36d)](_0x5e231c),this[_0x50f9b7(0x286)](),this[_0x50f9b7(0x92)](),_0x139183(()=>{const _0x14c578=_0x50f9b7;_0x4c6751==null||_0x4c6751[_0x14c578(0x66b)](_0x5e231c),(_0x4c6751==null?void 0x0:_0x4c6751[_0x14c578(0x37b)])===0x0&&this[_0x14c578(0x77)]['delete'](_0x106117[_0x14c578(0x1a0)]),this['_notifyRuntimeFocusChanged'](),this[_0x14c578(0x92)]();});}[_0x5878b6(0x548)](_0x519f3a){const _0x5b9cfc=_0x5878b6;if(!_0x519f3a)return;let _0x4c7211;for(let [_0x2e35f8,_0x9a0eed]of this[_0x5b9cfc(0x77)])for(let _0x36f9a5 of _0x9a0eed)_0x36f9a5[_0x5b9cfc(0x4d3)]===_0x519f3a&&(!_0x4c7211||_0x36f9a5[_0x5b9cfc(0x65c)]>_0x4c7211['scope'][_0x5b9cfc(0x65c)])&&(_0x4c7211={'embedId':_0x2e35f8,'scope':_0x36f9a5});if(_0x4c7211){let {embedId:_0x5f2d8c,scope:_0x3d4458}=_0x4c7211;return{'embedId':_0x5f2d8c,'hostUnitId':_0x3d4458[_0x5b9cfc(0x178)],'childUnitId':_0x3d4458[_0x5b9cfc(0x4d3)],'childType':_0x3d4458[_0x5b9cfc(0x1ec)],'sessionMode':_0x3d4458['sessionMode']};}}[_0x5878b6(0x45a)](){const _0x39aca2=_0x5878b6;let _0x174296;for(let [_0x4e9a35,_0x227915]of this[_0x39aca2(0x34d)])for(let _0x225a34 of _0x227915){if(_0x225a34[_0x39aca2(0x285)]!==_0x39aca2(0x63a)||!_0x225a34[_0x39aca2(0x4d3)])continue;let _0x4cac5a=this[_0x39aca2(0x390)](_0x225a34);(!_0x174296||_0x4cac5a>_0x174296[_0x39aca2(0x2bb)]||_0x4cac5a===_0x174296[_0x39aca2(0x2bb)]&&_0x225a34['sequence']>_0x174296['lease'][_0x39aca2(0x65c)])&&(_0x174296={'embedId':_0x4e9a35,'lease':_0x225a34,'priority':_0x4cac5a});}return _0x174296?{'embedId':_0x174296[_0x39aca2(0x1a0)],'hostUnitId':_0x174296[_0x39aca2(0x596)]['hostUnitId'],'childUnitId':_0x174296[_0x39aca2(0x596)]['childUnitId'],'childType':_0x174296[_0x39aca2(0x596)][_0x39aca2(0x1ec)],'sessionMode':this[_0x39aca2(0x481)](_0x174296[_0x39aca2(0x596)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0x57ebb4,_0x2e2c96,_0xb75d1){const _0x1adeaf=_0x5878b6;if(!_0x57ebb4)return!0x1;let _0x1ac44a=this['_getOwnedEmbedIdFromTarget'](_0x2e2c96,_0xb75d1);return _0x1ac44a?this[_0x1adeaf(0x338)](_0x1ac44a,_0x57ebb4):!0x1;}['shouldSuppressHostInteraction'](_0x30382f,_0x468e4b,_0x58f8fe,_0x4d1027){const _0x1872cf=_0x5878b6;return this['isChildUnitRuntimeEvent'](_0x30382f,_0x468e4b,_0x58f8fe)||this[_0x1872cf(0x6d7)](_0x30382f)?!0x1:this[_0x1872cf(0x49a)](_0x30382f,_0x4d1027);}[_0x5878b6(0x5f3)](_0x576d66){const _0x17b381=_0x5878b6;let _0x5d0924=this[_0x17b381(0x4c8)]['get'](_0x576d66[_0x17b381(0x1a0)]);_0x5d0924||(_0x5d0924=new Set(),this[_0x17b381(0x4c8)][_0x17b381(0x5ad)](_0x576d66[_0x17b381(0x1a0)],_0x5d0924)),_0x5d0924[_0x17b381(0x36d)](_0x576d66[_0x17b381(0x13d)]);let _0x4fabc2=_0x576d66['element'][_0x17b381(0x23d)](ss);return _0x576d66[_0x17b381(0x13d)][_0x17b381(0x153)](ss,_0x576d66['role']),this['_notifyRuntimeFocusChanged'](),_0x139183(()=>{const _0x2733e0=_0x17b381;_0x5d0924==null||_0x5d0924[_0x2733e0(0x66b)](_0x576d66[_0x2733e0(0x13d)]),(_0x5d0924==null?void 0x0:_0x5d0924[_0x2733e0(0x37b)])===0x0&&this['_elements'][_0x2733e0(0x66b)](_0x576d66[_0x2733e0(0x1a0)]),_0x4fabc2==null?_0x576d66[_0x2733e0(0x13d)][_0x2733e0(0x5d0)](ss):_0x576d66[_0x2733e0(0x13d)][_0x2733e0(0x153)](ss,_0x4fabc2),this['_notifyRuntimeFocusChanged']();});}[_0x5878b6(0x3bc)](_0x435761){const _0x4056af=_0x5878b6;return _0x435761?[...this[_0x4056af(0x4c8)][_0x4056af(0x96)](_0x435761)??[]]:[];}[_0x5878b6(0x5a7)](_0x2c4e85,_0x4f47f4,_0xef9c29){const _0x582a40=_0x5878b6;if(!_0x2c4e85)return!0x1;let _0x5cf4a1=this[_0x582a40(0x4c8)][_0x582a40(0x96)](_0x2c4e85),_0x2d97ee=typeof(_0xef9c29==null?void 0x0:_0xef9c29[_0x582a40(0x41e)])==_0x582a40(0x59d)?_0xef9c29[_0x582a40(0x41e)]():void 0x0;return _0x5cf4a1!=null&&_0x5cf4a1['size']&&_0x2d97ee!=null&&_0x2d97ee[_0x582a40(0x3f3)](_0x12c163=>_0x12c163 instanceof HTMLElement&&this[_0x582a40(0xeb)](_0x5cf4a1,_0x12c163))||_0x2d97ee!=null&&_0x2d97ee[_0x582a40(0x3f3)](_0x1287f7=>_0x1287f7 instanceof HTMLElement&&this['_isOwnedBoundaryElement'](_0x2c4e85,_0x1287f7))?!0x0:_0x4f47f4 instanceof HTMLElement&&(!!(_0x5cf4a1!=null&&_0x5cf4a1[_0x582a40(0x37b)])&&this[_0x582a40(0xeb)](_0x5cf4a1,_0x4f47f4)||this[_0x582a40(0x1c5)](_0x2c4e85,_0x4f47f4));}['_containsRegisteredElement'](_0x5ddc63,_0x4d64b3){const _0x112ff6=_0x5878b6;return[..._0x5ddc63][_0x112ff6(0x3f3)](_0x49dd9f=>_0x49dd9f===_0x4d64b3||_0x49dd9f[_0x112ff6(0x434)](_0x4d64b3));}[_0x5878b6(0x470)](_0x3aa0b1,_0x20ff3d){const _0x3c10db=_0x5878b6;var _0x154135;return _0x3aa0b1[_0x3c10db(0x21d)]&&_0x20ff3d!=null&&(_0x154135=_0x20ff3d[_0x3c10db(0x5c9)])!=null&&_0x154135[_0x3c10db(0xa5)](_0x3aa0b1['owner'])?!0x1:this[_0x3c10db(0xb5)](_0x3aa0b1[_0x3c10db(0x285)]);}['_isHostPreservingLease'](_0x5cbaae,_0x183e78){const _0x51acc3=_0x5878b6;var _0x54065d;return _0x5cbaae['owner']&&_0x183e78!=null&&(_0x54065d=_0x183e78[_0x51acc3(0x5c9)])!=null&&_0x54065d[_0x51acc3(0xa5)](_0x5cbaae[_0x51acc3(0x21d)])?!0x1:_0x5cbaae[_0x51acc3(0x285)]!==_0x51acc3(0x241);}[_0x5878b6(0x43e)](_0x5d015e,_0x460fa8){const _0x92c788=_0x5878b6;return _0x5d015e['hostUnitId']==null||_0x5d015e[_0x92c788(0x178)]===_0x460fa8;}[_0x5878b6(0x32c)](_0x2d114c,_0x4241b7){const _0x90b89d=_0x5878b6;let _0x4c59b7=this['_runtimeScopes'][_0x90b89d(0x96)](_0x2d114c);return!!_0x4c59b7&&[..._0x4c59b7]['some'](_0x177629=>_0x177629[_0x90b89d(0x178)]==null||_0x177629['hostUnitId']===_0x4241b7);}[_0x5878b6(0x405)](_0x128d11,_0xe13c42){const _0x30d074=_0x5878b6;var _0x2de6b7;return _0x128d11[_0x30d074(0x4d3)]===_0xe13c42||((_0x2de6b7=_0x128d11[_0x30d074(0x17c)])==null?void 0x0:_0x2de6b7[_0x30d074(0xa5)](_0xe13c42))===!0x0;}[_0x5878b6(0x338)](_0x11b971,_0x3f2eac){const _0x43abfa=_0x5878b6;if([...this[_0x43abfa(0x77)][_0x43abfa(0x96)](_0x11b971)??[]][_0x43abfa(0x3f3)](_0x5884ac=>_0x5884ac[_0x43abfa(0x4d3)]===_0x3f2eac))return!0x0;let _0x335826=this[_0x43abfa(0x34d)][_0x43abfa(0x96)](_0x11b971);return!!_0x335826&&[..._0x335826][_0x43abfa(0x3f3)](_0x1ee838=>this[_0x43abfa(0x405)](_0x1ee838,_0x3f2eac));}[_0x5878b6(0xb5)](_0x22bbc7){const _0x3761db=_0x5878b6;return _0x22bbc7!==_0x3761db(0x241);}[_0x5878b6(0x390)](_0x1ee5a3){const _0x46603a=_0x5878b6;let _0xfd3720=this[_0x46603a(0x481)](_0x1ee5a3);return _0xfd3720===_0x46603a(0x1bf)?0x1e:_0xfd3720===_0x46603a(0x558)?0x14:_0xfd3720===_0x46603a(0x9c)?0xa:0x0;}[_0x5878b6(0x481)](_0x326185){const _0x9afa82=_0x5878b6;return _0x326185[_0x9afa82(0x144)]?_0x326185[_0x9afa82(0x144)]:_0x326185[_0x9afa82(0x21d)]==='fullscreen-runtime'?_0x9afa82(0x1bf):_0x326185[_0x9afa82(0x21d)]===_0x9afa82(0x431)||_0x326185[_0x9afa82(0x21d)]===_0x9afa82(0x520)?_0x9afa82(0x558):_0x326185[_0x9afa82(0x21d)]==='tab-peer-runtime'?_0x9afa82(0x9c):_0x326185[_0x9afa82(0x285)]===_0x9afa82(0x63a)?_0x9afa82(0x558):_0x9afa82(0x113);}[_0x5878b6(0x1c5)](_0x1aa146,_0x2fdc3f){const _0x4a36ec=_0x5878b6;return _0x2fdc3f[_0x4a36ec(0x279)]('['+Q+'=\x22'+_0x1aa146+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x10936f,_0x42c9ac){const _0x5e9b93=_0x5878b6;let _0x5f449b=typeof(_0x42c9ac==null?void 0x0:_0x42c9ac['composedPath'])==_0x5e9b93(0x59d)?_0x42c9ac['composedPath']():void 0x0,_0x50e0db=(_0x5f449b==null?void 0x0:_0x5f449b['find'](_0x108bac=>this['_isHTMLElement'](_0x108bac)&&_0x108bac[_0x5e9b93(0x5e3)]('data-embed-interaction-boundary-owner')))??(this[_0x5e9b93(0x29f)](_0x10936f)?_0x10936f[_0x5e9b93(0x279)]('[data-embed-interaction-boundary-owner]')??void 0x0:void 0x0);return(_0x50e0db==null?void 0x0:_0x50e0db['getAttribute'](_0x5e9b93(0x4c3)))??this['_getOwnedEmbedIdFromEventPoint'](_0x42c9ac);}[_0x5878b6(0x275)](_0x3fdf0d){const _0x44cf70=_0x5878b6;let _0x1ef6a3=this[_0x44cf70(0x430)](_0x3fdf0d);if(!_0x1ef6a3)return;let _0x30ae04;for(let [_0x2c6a91,_0x2e2f24]of this[_0x44cf70(0x4c8)])for(let _0x34614b of _0x2e2f24){let _0x699e81=_0x34614b[_0x44cf70(0x503)]();if(!this[_0x44cf70(0x648)](_0x699e81,_0x1ef6a3[_0x44cf70(0x1eb)],_0x1ef6a3['clientY']))continue;let _0x4bf06d=_0x699e81[_0x44cf70(0x6c9)]*_0x699e81[_0x44cf70(0x2e8)];(!_0x30ae04||_0x4bf06d<_0x30ae04[_0x44cf70(0x295)])&&(_0x30ae04={'embedId':_0x2c6a91,'area':_0x4bf06d});}return _0x30ae04==null?void 0x0:_0x30ae04[_0x44cf70(0x1a0)];}[_0x5878b6(0x430)](_0x13bce9){const _0x2855a7=_0x5878b6;let _0x27f67b=_0x13bce9;if(_0x27f67b){if(Number['isFinite'](_0x27f67b['clientX'])&&Number['isFinite'](_0x27f67b[_0x2855a7(0x449)]))return{'clientX':_0x27f67b[_0x2855a7(0x1eb)],'clientY':_0x27f67b['clientY']};if(Number[_0x2855a7(0x573)](_0x27f67b['x'])&&Number[_0x2855a7(0x573)](_0x27f67b['y']))return{'clientX':_0x27f67b['x'],'clientY':_0x27f67b['y']};}}['_rectContainsPoint'](_0x35c3ae,_0x23cff0,_0x2de915){const _0x5327fb=_0x5878b6;return _0x35c3ae['width']>0x0&&_0x35c3ae[_0x5327fb(0x2e8)]>0x0&&_0x23cff0>=_0x35c3ae[_0x5327fb(0x8a)]&&_0x23cff0<=_0x35c3ae[_0x5327fb(0x40a)]&&_0x2de915>=_0x35c3ae[_0x5327fb(0x5c3)]&&_0x2de915<=_0x35c3ae['bottom'];}['_getActiveOwnedRuntimeFocusInfo'](){const _0x31eec0=_0x5878b6;var _0x1aa17e;let _0x157d42=this[_0x31eec0(0xbd)]();if(!this[_0x31eec0(0x29f)](_0x157d42))return;let _0x13e730=_0x157d42['closest']('['+Q+']');if(!_0x13e730)return;let _0x310f02=_0x13e730[_0x31eec0(0x23d)](Q),_0x145380=(_0x1aa17e=_0x157d42['closest'](_0x31eec0(0x1d7)))==null?void 0x0:_0x1aa17e[_0x31eec0(0x23d)](ss);return _0x310f02&&this[_0x31eec0(0x2b6)](_0x145380)?{'embedId':_0x310f02,'role':_0x145380}:void 0x0;}['_isHTMLElement'](_0x3ab8a7){const _0x5ab73a=_0x5878b6;var _0xc5a3a;if(!_0x3ab8a7)return!0x1;let _0x274941=(_0xc5a3a=_0x3ab8a7['ownerDocument'])==null?void 0x0:_0xc5a3a[_0x5ab73a(0x525)];return _0x274941?_0x3ab8a7 instanceof _0x274941[_0x5ab73a(0x488)]:typeof HTMLElement<'u'&&_0x3ab8a7 instanceof HTMLElement;}[_0x5878b6(0x2b6)](_0x3e7d7d){const _0x3eed12=_0x5878b6;return _0x3e7d7d===_0x3eed12(0x241)||_0x3e7d7d===_0x3eed12(0x63a)||_0x3e7d7d===_0x3eed12(0x1e3)||_0x3e7d7d===_0x3eed12(0x238)||_0x3e7d7d===_0x3eed12(0x60f);}[_0x5878b6(0xbd)](){const _0x519c48=_0x5878b6;for(let _0x1b0913 of this[_0x519c48(0x4c8)]['values']()){var _0x4bbbef;let _0x3730ac=(_0x4bbbef=_0x1b0913[_0x519c48(0x672)]()['next']()[_0x519c48(0x660)])==null?void 0x0:_0x4bbbef[_0x519c48(0xfa)];if(_0x3730ac!=null&&_0x3730ac[_0x519c48(0x526)])return _0x3730ac[_0x519c48(0x526)];}return typeof document>'u'?null:document[_0x519c48(0x526)];}[_0x5878b6(0x197)](_0x546fdf){const _0x2e22cf=_0x5878b6;var _0x2f33a2;let _0x2a7d74=this[_0x2e22cf(0x4c8)][_0x2e22cf(0x96)](_0x546fdf),_0x2710f2=_0x2a7d74==null||(_0x2f33a2=_0x2a7d74['values']()['next']()[_0x2e22cf(0x660)])==null?void 0x0:_0x2f33a2[_0x2e22cf(0xfa)];return(_0x2710f2==null?void 0x0:_0x2710f2['activeElement'])??(typeof document>'u'?null:document[_0x2e22cf(0x526)]);}[_0x5878b6(0x286)](){const _0x572b27=_0x5878b6;this[_0x572b27(0x282)][_0x572b27(0x642)]();}[_0x5878b6(0x92)](){const _0xfdbfce=_0x5878b6;this['runtimeSessionChanged$'][_0xfdbfce(0x642)]();}};const Q=_0x5878b6(0x4c3),cs='univer-pointer-events-none';var ls=class{constructor(){const _0x5b7b7d=_0x5878b6;X(this,_0x5b7b7d(0x25e),new Map()),X(this,_0x5b7b7d(0x59c),new Map()),X(this,'_portalObservers',new WeakMap()),X(this,_0x5b7b7d(0x559),new WeakSet()),X(this,_0x5b7b7d(0x4df),new WeakMap()),X(this,_0x5b7b7d(0x54a),void 0x0);}[_0x5878b6(0x61a)](_0x29f395,_0x56d1b7,_0x29b199){const _0x44b2f9=_0x5878b6;let _0x31d281=this[_0x44b2f9(0x25e)][_0x44b2f9(0x96)](_0x29f395);_0x31d281||(_0x31d281=new Set(),this['_roots'][_0x44b2f9(0x5ad)](_0x29f395,_0x31d281)),_0x29b199&&this[_0x44b2f9(0x59c)]['set'](_0x29f395,_0x29b199),_0x31d281[_0x44b2f9(0x36d)](_0x56d1b7);let _0x95c319=_0x56d1b7[_0x44b2f9(0x23d)](Q),_0x443205=_0x56d1b7[_0x44b2f9(0x23d)](_0x298f2f);_0x56d1b7['setAttribute'](Q,_0x29f395),_0x29b199&&_0x56d1b7[_0x44b2f9(0x153)](_0x298f2f,_0x29b199);let _0x4ed02c=this['_registerRootPopupDescendantFocusRoles'](_0x29f395,_0x56d1b7),_0x21caaa=()=>this[_0x44b2f9(0x239)](_0x29f395,_0x56d1b7[_0x44b2f9(0xfa)]);return _0x56d1b7['addEventListener'](_0x44b2f9(0x2cf),_0x21caaa,!0x0),_0x56d1b7[_0x44b2f9(0x4be)](_0x44b2f9(0x625),_0x21caaa,!0x0),_0x56d1b7[_0x44b2f9(0x4be)](_0x44b2f9(0x17f),_0x21caaa,!0x0),_0x139183(()=>{const _0x5ef057=_0x44b2f9;var _0x2b070e;_0x4ed02c[_0x5ef057(0x3ef)](),_0x56d1b7[_0x5ef057(0x6fd)](_0x5ef057(0x2cf),_0x21caaa,!0x0),_0x56d1b7[_0x5ef057(0x6fd)](_0x5ef057(0x625),_0x21caaa,!0x0),_0x56d1b7[_0x5ef057(0x6fd)](_0x5ef057(0x17f),_0x21caaa,!0x0),((_0x2b070e=this[_0x5ef057(0x54a)])==null?void 0x0:_0x2b070e[_0x5ef057(0x1a0)])===_0x29f395&&this[_0x5ef057(0x54a)][_0x5ef057(0x385)]===_0x56d1b7[_0x5ef057(0xfa)]&&(this[_0x5ef057(0x54a)]=void 0x0),_0x31d281==null||_0x31d281['delete'](_0x56d1b7),_0x31d281&&_0x31d281[_0x5ef057(0x37b)]===0x0&&(this[_0x5ef057(0x25e)][_0x5ef057(0x66b)](_0x29f395),this[_0x5ef057(0x59c)][_0x5ef057(0x66b)](_0x29f395)),_0x95c319==null?_0x56d1b7[_0x5ef057(0x5d0)](Q):_0x56d1b7['setAttribute'](Q,_0x95c319),_0x443205==null?_0x56d1b7[_0x5ef057(0x5d0)](_0x298f2f):_0x56d1b7[_0x5ef057(0x153)](_0x298f2f,_0x443205);});}['_registerRootPopupDescendantFocusRoles'](_0xddfd81,_0x28230b){const _0x2d5d3f=_0x5878b6;let _0x47ba9e=_0x28230b['ownerDocument']['defaultView'],_0x8e7e50=new Map(),_0x5aff47=new Map(),_0x3ca9d1,_0x10480c=!0x1,_0x2d2169=_0x93d10e=>{const _0x26d05e=_0x4fd0;_0x8e7e50[_0x26d05e(0x6d0)](_0x93d10e)||_0x8e7e50['set'](_0x93d10e,_0x93d10e[_0x26d05e(0x23d)](Q)),_0x5aff47[_0x26d05e(0x6d0)](_0x93d10e)||_0x5aff47['set'](_0x93d10e,_0x93d10e[_0x26d05e(0x23d)](ss));},_0x16e589=_0x16d99d=>{const _0x226596=_0x4fd0;_0x2d2169(_0x16d99d),_0x16d99d[_0x226596(0x153)](Q,_0xddfd81),_0x16d99d[_0x226596(0x153)](ss,_0x226596(0x238));},_0x4d1f7a=_0x1c3439=>{const _0x3e852a=_0x4fd0;this[_0x3e852a(0x4ca)](_0x1c3439)&&(_0x16e589(_0x1c3439),_0x1c3439[_0x3e852a(0x382)]('*')['forEach'](_0x16e589));},_0x1ba002=_0xe15145=>{const _0xe0d37a=_0x4fd0;_0x10480c||(_0x4d1f7a(_0xe15145),_0xe15145[_0xe0d37a(0x382)]('*')['forEach'](_0x63cd5b=>_0x4d1f7a(_0x63cd5b)));};return _0x1ba002(_0x28230b),_0x47ba9e!=null&&_0x47ba9e[_0x2d5d3f(0x207)]&&(_0x3ca9d1=new _0x47ba9e['MutationObserver'](_0x387a6c=>{_0x387a6c['forEach'](_0x5db442=>{const _0x21b2e5=_0x4fd0;_0x5db442[_0x21b2e5(0x482)][_0x21b2e5(0x684)](_0x811867=>{const _0x1b3108=_0x21b2e5;_0x811867 instanceof _0x47ba9e[_0x1b3108(0x488)]&&_0x1ba002(_0x811867);});});}),_0x3ca9d1[_0x2d5d3f(0x694)](_0x28230b,{'childList':!0x0,'subtree':!0x0})),_0x139183(()=>{const _0x285be9=_0x2d5d3f;_0x10480c=!0x0,_0x3ca9d1==null||_0x3ca9d1[_0x285be9(0x158)](),_0x8e7e50[_0x285be9(0x684)]((_0x278bbe,_0x260746)=>{if(_0x278bbe==null){_0x260746['removeAttribute'](Q);return;}_0x260746['setAttribute'](Q,_0x278bbe);}),_0x5aff47[_0x285be9(0x684)]((_0x104acf,_0x41d118)=>{const _0x2ee3b5=_0x285be9;if(_0x104acf==null){_0x41d118[_0x2ee3b5(0x5d0)](ss);return;}_0x41d118[_0x2ee3b5(0x153)](ss,_0x104acf);});});}[_0x5878b6(0x536)](_0x394f52,_0x3147ab){const _0x2d679e=_0x5878b6;let _0x830e64=this[_0x2d679e(0x25e)][_0x2d679e(0x96)](_0x394f52);_0x830e64||(_0x830e64=new Set(),this['_roots']['set'](_0x394f52,_0x830e64)),_0x830e64['add'](_0x3147ab);let _0x531a58=this[_0x2d679e(0x33c)](_0x394f52,_0x3147ab);return _0x139183(()=>{const _0x57b40b=_0x2d679e;_0x830e64==null||_0x830e64[_0x57b40b(0x66b)](_0x3147ab),_0x830e64&&_0x830e64[_0x57b40b(0x37b)]===0x0&&this['_roots'][_0x57b40b(0x66b)](_0x394f52),_0x531a58[_0x57b40b(0x3ef)]();});}[_0x5878b6(0x434)](_0x2a316d,_0x5bf832,_0x105f5e){const _0x2bb03a=_0x5878b6;let _0x3e8724=typeof(_0x105f5e==null?void 0x0:_0x105f5e['composedPath'])==_0x2bb03a(0x59d)?_0x105f5e[_0x2bb03a(0x41e)]():void 0x0;if(_0x3e8724!=null&&_0x3e8724[_0x2bb03a(0x3f3)](_0x231d4a=>_0x231d4a instanceof HTMLElement&&this[_0x2bb03a(0x644)](_0x2a316d,_0x231d4a)))return!0x0;if(!(_0x5bf832 instanceof HTMLElement))return!0x1;if(this[_0x2bb03a(0x644)](_0x2a316d,_0x5bf832))return!0x0;if(!_0x2a316d)return Array['from'](this[_0x2bb03a(0x25e)]['values']())[_0x2bb03a(0x3f3)](_0x7e47cd=>[..._0x7e47cd][_0x2bb03a(0x3f3)](_0x2698a1=>_0x2698a1[_0x2bb03a(0x1a5)]&&_0x2698a1['contains'](_0x5bf832)));let _0x431945=this[_0x2bb03a(0x25e)][_0x2bb03a(0x96)](_0x2a316d);return!!_0x431945&&[..._0x431945][_0x2bb03a(0x3f3)](_0x22b880=>_0x22b880[_0x2bb03a(0x1a5)]&&_0x22b880[_0x2bb03a(0x434)](_0x5bf832));}[_0x5878b6(0x91)](_0x419a28){const _0x59a1be=_0x5878b6;let _0x2f35f0=_0x419a28?this[_0x59a1be(0x4df)][_0x59a1be(0x96)](_0x419a28):typeof document<'u'?this[_0x59a1be(0x4df)][_0x59a1be(0x96)](document):void 0x0;if(_0x2f35f0!=null&&_0x2f35f0[_0x59a1be(0x102)])return!0x0;let _0x30fead=this[_0x59a1be(0x54a)];return!_0x30fead||Date[_0x59a1be(0x392)]()>_0x30fead[_0x59a1be(0x6f6)]?!0x1:!_0x419a28||_0x30fead[_0x59a1be(0x385)]===_0x419a28;}[_0x5878b6(0x650)](_0x4c9341,_0x2c3ff8){const _0x31a162=_0x5878b6;if(!_0x4c9341)return!0x1;let _0x245540=_0x2c3ff8?this['_activePortalOwners'][_0x31a162(0x96)](_0x2c3ff8):typeof document<'u'?this[_0x31a162(0x4df)][_0x31a162(0x96)](document):void 0x0;if(_0x245540!=null&&_0x245540[_0x31a162(0x3f3)](_0x1e1956=>_0x1e1956['embedId']===_0x4c9341))return!0x0;let _0x536a9c=this['_pendingPortalOwner'];return!_0x536a9c||_0x536a9c[_0x31a162(0x1a0)]!==_0x4c9341||Date[_0x31a162(0x392)]()>_0x536a9c[_0x31a162(0x6f6)]?!0x1:!_0x2c3ff8||_0x536a9c['document']===_0x2c3ff8;}[_0x5878b6(0x2d2)](_0x504cd4,_0x82987f){const _0x2c3343=_0x5878b6;!_0x504cd4||!(_0x82987f!=null&&_0x82987f['body'])||this[_0x2c3343(0x68b)](_0x504cd4,_0x82987f)['forEach'](_0x1c2cc1=>this['_dispatchEscapeToFloatingSurface'](_0x1c2cc1,_0x82987f));}[_0x5878b6(0x2d8)](_0xdcfa59,_0x5ab22b,_0x323ac7={}){const _0x20ce6f=_0x5878b6;var _0x3184d4;if(!(_0x5ab22b!=null&&_0x5ab22b[_0x20ce6f(0x43a)]))return _0x139183(()=>{});let _0x27a502=Symbol(_0xdcfa59),_0x21d82d=this[_0x20ce6f(0x4df)][_0x20ce6f(0x96)](_0x5ab22b)??[],_0x245b97=_0x323ac7[_0x20ce6f(0x3d8)]??!0x0;return _0x21d82d[_0x20ce6f(0x498)]({'embedId':_0xdcfa59,'includeAppShellEditorPortal':_0x245b97,'token':_0x27a502}),this[_0x20ce6f(0x4df)]['set'](_0x5ab22b,_0x21d82d),this[_0x20ce6f(0x22b)](_0x5ab22b),this['_markExistingBodyPortals'](_0xdcfa59,_0x5ab22b,{'includeAppShellEditorPortal':_0x245b97,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x20ce6f(0x34e)](_0xdcfa59,_0x5ab22b),(_0x3184d4=_0x5ab22b[_0x20ce6f(0x525)])==null||_0x3184d4['setTimeout'](()=>{const _0x16658f=_0x20ce6f;let _0x166e81=this['_getLatestActivePortalOwner'](_0x5ab22b);(_0x166e81==null?void 0x0:_0x166e81['embedId'])===_0xdcfa59&&_0x166e81[_0x16658f(0x162)]===_0x27a502&&(this['_markExistingBodyPortals'](_0xdcfa59,_0x5ab22b,{'includeAppShellEditorPortal':_0x245b97,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x16658f(0x34e)](_0xdcfa59,_0x5ab22b));},0x0),_0x139183(()=>{const _0x1ab644=_0x20ce6f;let _0x1d0391=this[_0x1ab644(0x4df)][_0x1ab644(0x96)](_0x5ab22b),_0x23db47=!0x1;if(_0x1d0391){let _0x3b6b66=_0x1d0391['findIndex'](_0x8a8456=>_0x8a8456[_0x1ab644(0x1a0)]===_0xdcfa59&&_0x8a8456[_0x1ab644(0x162)]===_0x27a502);_0x3b6b66>=0x0&&_0x1d0391[_0x1ab644(0x620)](_0x3b6b66,0x1),_0x23db47=_0x1d0391[_0x1ab644(0x3f3)](_0x136658=>_0x136658['embedId']===_0xdcfa59),_0x1d0391[_0x1ab644(0x102)]===0x0&&this['_activePortalOwners'][_0x1ab644(0x66b)](_0x5ab22b);}_0x23db47||this[_0x1ab644(0x37a)](_0xdcfa59,_0x5ab22b);let _0x5344f3=this['_getLatestActivePortalOwner'](_0x5ab22b);_0x5344f3&&(this[_0x1ab644(0x1df)](_0x5344f3[_0x1ab644(0x1a0)],_0x5ab22b,{'includeAppShellEditorPortal':_0x5344f3[_0x1ab644(0x3d8)],'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x1ab644(0x34e)](_0x5344f3['embedId'],_0x5ab22b));});}[_0x5878b6(0x68b)](_0xb9d96f,_0x2e02a7){const _0x3fa756=_0x5878b6;var _0x29705d;let _0x50138f=new Set(),_0x2c2908=_0x1e02a7=>{const _0x5f7130=_0x4fd0;let _0x3a90af=this[_0x5f7130(0x1d4)](_0x1e02a7);!_0x3a90af||!this['_isOwnedElement'](_0xb9d96f,_0x3a90af)||_0x50138f['add'](_0x3a90af);};return _0x2e02a7[_0x3fa756(0x43a)][_0x3fa756(0x382)]('['+Q+'=\x22'+_0xb9d96f+'\x22]')[_0x3fa756(0x684)](_0x2c2908),(_0x29705d=this['_roots'][_0x3fa756(0x96)](_0xb9d96f))==null||_0x29705d[_0x3fa756(0x684)](_0x375690=>{const _0xbb2bdb=_0x3fa756;_0x375690[_0xbb2bdb(0x1a5)]&&(_0x2c2908(_0x375690),_0x375690[_0xbb2bdb(0x382)]('*')['forEach'](_0x2c2908));}),[..._0x50138f][_0x3fa756(0x577)]((_0x247a29,_0xe6cd04)=>_0x247a29[_0x3fa756(0x434)](_0xe6cd04)?0x1:_0xe6cd04[_0x3fa756(0x434)](_0x247a29)?-0x1:0x0);}[_0x5878b6(0x1d4)](_0x109f4f){const _0x18e72f=_0x5878b6;if(!_0x109f4f[_0x18e72f(0x279)](_0x18e72f(0x8e))&&this[_0x18e72f(0x4ca)](_0x109f4f))return _0x109f4f[_0x18e72f(0x279)](_0x18e72f(0x47a))??_0x109f4f;}[_0x5878b6(0x1a7)](_0xcfeff5,_0x9b8969){const _0x5bf030=_0x5878b6;let _0x5c79fe=_0x9b8969[_0x5bf030(0x525)],_0x31102d=_0x9b8969['activeElement']instanceof HTMLElement&&_0xcfeff5[_0x5bf030(0x434)](_0x9b8969['activeElement'])?_0x9b8969[_0x5bf030(0x526)]:_0xcfeff5,_0x3c7018=_0x5c79fe!=null&&_0x5c79fe[_0x5bf030(0x351)]?new _0x5c79fe[(_0x5bf030(0x351))](_0x5bf030(0x357),{'key':_0x5bf030(0x45c),'code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x5bf030(0x357),{'bubbles':!0x0,'cancelable':!0x0});_0x31102d['dispatchEvent'](_0x3c7018);}['_isOwnedElement'](_0x50a761,_0x13ee7d){const _0x56b61e=_0x5878b6;let _0x34b039=_0x13ee7d[_0x56b61e(0x279)]('['+Q+']'),_0x3fdc61=_0x34b039==null?void 0x0:_0x34b039[_0x56b61e(0x23d)](Q);if(_0x3fdc61&&(!_0x50a761||_0x3fdc61===_0x50a761))return!0x0;if(!_0x50a761)return Array['from'](this[_0x56b61e(0x25e)][_0x56b61e(0x672)]())[_0x56b61e(0x3f3)](_0x315f49=>[..._0x315f49][_0x56b61e(0x3f3)](_0x20171a=>_0x20171a===_0x13ee7d||_0x20171a['contains'](_0x13ee7d)));let _0xf2fa8b=this[_0x56b61e(0x25e)][_0x56b61e(0x96)](_0x50a761);return!!_0xf2fa8b&&[..._0xf2fa8b]['some'](_0x599a73=>_0x599a73===_0x13ee7d||_0x599a73[_0x56b61e(0x434)](_0x13ee7d));}[_0x5878b6(0x239)](_0x2b2c2b,_0x5f2dc4){const _0x4636b3=_0x5878b6;var _0x501b4d;_0x5f2dc4!=null&&_0x5f2dc4['body']&&(this[_0x4636b3(0x54a)]={'embedId':_0x2b2c2b,'document':_0x5f2dc4,'expiresAt':Date[_0x4636b3(0x392)]()+0x3e8},this[_0x4636b3(0x22b)](_0x5f2dc4),this[_0x4636b3(0x1df)](_0x2b2c2b,_0x5f2dc4,{'includeAppShellEditorPortal':!0x1}),(_0x501b4d=_0x5f2dc4[_0x4636b3(0x525)])==null||_0x501b4d[_0x4636b3(0x119)](()=>{const _0x5878f7=_0x4636b3;let _0x5df1e7=this[_0x5878f7(0x54a)];(_0x5df1e7==null?void 0x0:_0x5df1e7[_0x5878f7(0x1a0)])===_0x2b2c2b&&_0x5df1e7[_0x5878f7(0x385)]===_0x5f2dc4&&Date[_0x5878f7(0x392)]()<=_0x5df1e7['expiresAt']&&this['_markExistingBodyPortals'](_0x2b2c2b,_0x5f2dc4,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x5878b6(0x22b)](_0x25513e){const _0xb6dcfe=_0x5878b6;if(this[_0xb6dcfe(0x143)][_0xb6dcfe(0x6d0)](_0x25513e)||!_0x25513e['body'])return;let _0x2c773e=_0x25513e[_0xb6dcfe(0x525)];if(!(_0x2c773e!=null&&_0x2c773e[_0xb6dcfe(0x207)]))return;let _0x23b7d8=new _0x2c773e['MutationObserver'](_0xf5ad07=>{const _0x5c6672=_0xb6dcfe;let _0x4d0a21=this[_0x5c6672(0x41a)](_0x25513e);if(!_0x4d0a21)return;let _0x34c684={'includeAppShellEditorPortal':_0x4d0a21[_0x5c6672(0x3d8)],'allowOwnedPortalReassignment':_0x4d0a21[_0x5c6672(0x3fa)],'allowDirectBodyPortal':!_0x4d0a21['stable']};_0xf5ad07[_0x5c6672(0x684)](_0x52cd3c=>{const _0x520d25=_0x5c6672;_0x52cd3c['type']===_0x520d25(0x18a)&&_0x52cd3c[_0x520d25(0x6dd)]instanceof _0x2c773e[_0x520d25(0x488)]&&(this['_markBodyPortalOwner'](_0x52cd3c[_0x520d25(0x6dd)],_0x4d0a21['embedId'],_0x25513e,_0x34c684),_0x52cd3c[_0x520d25(0x24b)]===_0x520d25(0x3e5)&&this[_0x520d25(0x409)](_0x52cd3c[_0x520d25(0x6dd)],_0x4d0a21[_0x520d25(0x1a0)])),_0x52cd3c['addedNodes'][_0x520d25(0x684)](_0x5aac0a=>{const _0x6e4517=_0x520d25;_0x5aac0a instanceof _0x2c773e[_0x6e4517(0x488)]&&(this[_0x6e4517(0x496)](_0x5aac0a,_0x4d0a21[_0x6e4517(0x1a0)],_0x25513e,_0x34c684),_0x5aac0a[_0x6e4517(0x382)]('*')[_0x6e4517(0x684)](_0xa9e34f=>{const _0x59e643=_0x6e4517;this[_0x59e643(0x496)](_0xa9e34f,_0x4d0a21[_0x59e643(0x1a0)],_0x25513e,_0x34c684);}),_0x5aac0a[_0x6e4517(0x5e3)](_0x6e4517(0x3e5))&&this[_0x6e4517(0x409)](_0x5aac0a,_0x4d0a21['embedId']),_0x5aac0a['querySelectorAll'](_0x6e4517(0xa3))[_0x6e4517(0x684)](_0x62be5b=>{const _0x33ba8d=_0x6e4517;this[_0x33ba8d(0x409)](_0x62be5b,_0x4d0a21[_0x33ba8d(0x1a0)]);}));});}),_0x4d0a21[_0x5c6672(0x3fa)]&&this['_cleanupOrdinaryBodyChromeClaims'](_0x4d0a21['embedId'],_0x25513e);});_0x23b7d8[_0xb6dcfe(0x694)](_0x25513e[_0xb6dcfe(0x43a)],{'attributeFilter':[_0xb6dcfe(0x1d1),_0xb6dcfe(0x3e5),_0xb6dcfe(0x586),'id','role',_0xb6dcfe(0x50c)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x23b7d8[_0xb6dcfe(0x697)](),this[_0xb6dcfe(0x143)][_0xb6dcfe(0x5ad)](_0x25513e,_0x23b7d8);}[_0x5878b6(0x496)](_0x3344f0,_0x348158,_0x2163cc,_0x1e552b={}){const _0xc7ab92=_0x5878b6;_0x1e552b[_0xc7ab92(0x141)]===!0x1&&_0x3344f0[_0xc7ab92(0x116)]===_0x2163cc[_0xc7ab92(0x43a)]&&!this[_0xc7ab92(0x47e)](_0x3344f0)&&!this['_isAppShellEditorPortalCandidate'](_0x3344f0)||this[_0xc7ab92(0x15f)](_0x3344f0,_0x2163cc,_0x1e552b)&&(!this[_0xc7ab92(0x5f2)](_0x3344f0)&&this[_0xc7ab92(0xc2)](_0x3344f0,_0x2163cc)||(this[_0xc7ab92(0x329)](_0x3344f0,_0x348158,_0x2163cc),this[_0xc7ab92(0x33c)](_0x348158,_0x3344f0,{'transient':!0x0}),this[_0xc7ab92(0x67e)](_0x3344f0,_0x1e552b)));}[_0x5878b6(0x1df)](_0x35d42b,_0x1122ae,_0x1bc4ea={}){const _0x2991d1=_0x5878b6;_0x1122ae['body']['querySelectorAll']('*')[_0x2991d1(0x684)](_0x40e621=>{const _0x1e44dc=_0x2991d1;this[_0x1e44dc(0x496)](_0x40e621,_0x35d42b,_0x1122ae,{'includeAppShellEditorPortal':_0x1bc4ea[_0x1e44dc(0x3d8)],'allowOwnedPortalReassignment':_0x1bc4ea[_0x1e44dc(0x539)],'allowDirectBodyPortal':_0x1bc4ea[_0x1e44dc(0x141)]});});}[_0x5878b6(0x15f)](_0x53c992,_0x3655a4,_0x7b2ccc={}){const _0x33132f=_0x5878b6;if(!_0x3655a4['body']['contains'](_0x53c992))return!0x1;let _0x28b641=!!_0x7b2ccc[_0x33132f(0x3d8)]&&this[_0x33132f(0x5f2)](_0x53c992),_0x505454=this[_0x33132f(0x47e)](_0x53c992);if(!_0x7b2ccc[_0x33132f(0x539)]&&!_0x28b641&&_0x53c992['closest'](_0x33132f(0x87))||_0x53c992['id']===_0x33132f(0x1c6))return!0x1;let _0x580061=_0x53c992['parentElement'];return!!_0x7b2ccc[_0x33132f(0x141)]&&_0x580061===_0x3655a4[_0x33132f(0x43a)]||(_0x580061==null?void 0x0:_0x580061[_0x33132f(0x279)](_0x33132f(0xce)))!=null||_0x505454||_0x28b641;}[_0x5878b6(0x5f2)](_0x8be6fa){const _0xd1440b=_0x5878b6;var _0x135239,_0x3d1577;return((_0x135239=_0x8be6fa[_0xd1440b(0x116)])==null?void 0x0:_0x135239['id'])!=='app'&&((_0x3d1577=_0x8be6fa[_0xd1440b(0x279)](_0xd1440b(0x4bd)))==null?void 0x0:_0x3d1577[_0xd1440b(0x116)])!==_0x8be6fa['ownerDocument'][_0xd1440b(0x43a)]?!0x1:_0x8be6fa['id'][_0xd1440b(0x65e)]('univer-doc-selection-container-__INTERNAL_EDITOR__')||_0x8be6fa['id'][_0xd1440b(0x65e)]('__editor___INTERNAL_EDITOR__')||_0x8be6fa[_0xd1440b(0x279)]('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x8be6fa[_0xd1440b(0x279)](_0xd1440b(0x517))!=null;}['_isHostDocEditorPortal'](_0x594790){const _0x37f8dc=_0x5878b6;return _0x594790['id'][_0x37f8dc(0x65e)]('__editor_docs-')||_0x594790['id'][_0x37f8dc(0x65e)]('univer-doc-selection-container-docs-')||_0x594790[_0x37f8dc(0x279)](_0x37f8dc(0x6bf))!=null||_0x594790[_0x37f8dc(0x279)](_0x37f8dc(0x584))!=null;}['_isUniverPortalCandidate'](_0x28f216){const _0x51467c=_0x5878b6;let _0x1f2232=typeof _0x28f216[_0x51467c(0x5a0)]==_0x51467c(0x41b)?_0x28f216[_0x51467c(0x5a0)]:'';if(_0x28f216[_0x51467c(0x23d)]('data-u-comp')===_0x51467c(0x31e)||_0x28f216[_0x51467c(0x226)][_0x51467c(0x434)](_0x51467c(0x28e))||_0x28f216[_0x51467c(0x226)][_0x51467c(0x434)](_0x51467c(0x4db))||_0x28f216[_0x51467c(0x226)][_0x51467c(0x434)](_0x51467c(0x51c))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x51467c(0xf9)](_0x1f2232))return!0x0;let _0x3c2cc3=_0x28f216[_0x51467c(0x23d)](_0x51467c(0x285));return _0x3c2cc3===_0x51467c(0x246)||_0x3c2cc3===_0x51467c(0x5e1)||_0x3c2cc3===_0x51467c(0x36f)||_0x3c2cc3===_0x51467c(0x2b5)||_0x28f216['hasAttribute'](_0x51467c(0x33d));}[_0x5878b6(0xc2)](_0x39e2be,_0x105066){const _0x4f1ebe=_0x5878b6;if(!this[_0x4f1ebe(0x4ca)](_0x39e2be))return!0x1;let _0x4e1dfc=_0x39e2be[_0x4f1ebe(0x279)]('.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]')??_0x39e2be,_0x2e7cbe=_0x4e1dfc[_0x4f1ebe(0x279)]('#app')??_0x4e1dfc[_0x4f1ebe(0x116)];if(_0x4e1dfc['parentElement']!==_0x105066[_0x4f1ebe(0x43a)]&&(_0x2e7cbe==null?void 0x0:_0x2e7cbe[_0x4f1ebe(0x116)])!==_0x105066['body'])return!0x1;let _0x14f515=_0x105066[_0x4f1ebe(0x525)];if(!_0x14f515)return!0x1;let _0x215d5f=_0x4e1dfc[_0x4f1ebe(0x503)]();return _0x215d5f[_0x4f1ebe(0x40a)]<0x0||_0x215d5f[_0x4f1ebe(0x121)]<0x0||_0x215d5f[_0x4f1ebe(0x8a)]>_0x14f515[_0x4f1ebe(0x30e)]||_0x215d5f[_0x4f1ebe(0x5c3)]>_0x14f515[_0x4f1ebe(0x242)]?!0x0:_0x215d5f[_0x4f1ebe(0x6c9)]<=0x0||_0x215d5f[_0x4f1ebe(0x2e8)]<=0x0?_0x215d5f[_0x4f1ebe(0x8a)]<0x0||_0x215d5f[_0x4f1ebe(0x5c3)]<0x0||_0x215d5f[_0x4f1ebe(0x8a)]>_0x14f515[_0x4f1ebe(0x30e)]||_0x215d5f[_0x4f1ebe(0x5c3)]>_0x14f515['innerHeight']:!0x1;}[_0x5878b6(0x67e)](_0x3f3c70,_0x20fce7={}){const _0x128392=_0x5878b6;let _0x50a7fc=_0x20fce7[_0x128392(0x3d8)]&&this[_0x128392(0x5f2)](_0x3f3c70)?_0x128392(0x1e3):this[_0x128392(0x4ca)](_0x3f3c70)?_0x128392(0x238):void 0x0;_0x50a7fc&&(_0x3f3c70[_0x128392(0x153)](ss,_0x50a7fc),_0x3f3c70[_0x128392(0x382)]('*')[_0x128392(0x684)](_0x49b757=>{_0x49b757['setAttribute'](ss,_0x50a7fc);}));}[_0x5878b6(0x409)](_0x27c7e9,_0x323d1f){const _0x33f9b1=_0x5878b6;let _0x3e7f35=_0x27c7e9[_0x33f9b1(0x23d)](_0x33f9b1(0x4c3))===_0x323d1f&&_0x27c7e9[_0x33f9b1(0x23d)]('data-state')===_0x33f9b1(0x54b)&&this[_0x33f9b1(0x4ca)](_0x27c7e9),_0x42549a=_0x27c7e9['closest'](_0x33f9b1(0xce))??_0x27c7e9;if(_0x3e7f35){_0x42549a[_0x33f9b1(0x226)]['contains'](cs)||(_0x42549a[_0x33f9b1(0x226)][_0x33f9b1(0x36d)](cs),this[_0x33f9b1(0x559)][_0x33f9b1(0x36d)](_0x42549a));return;}this[_0x33f9b1(0x42a)](_0x42549a);}[_0x5878b6(0x42a)](_0xa763fe){const _0x9134c9=_0x5878b6;this[_0x9134c9(0x559)]['has'](_0xa763fe)&&(_0xa763fe[_0x9134c9(0x226)]['remove'](cs),this[_0x9134c9(0x559)][_0x9134c9(0x66b)](_0xa763fe));}[_0x5878b6(0x33c)](_0x1f2322,_0x11569e,_0x488391={}){const _0x2901d3=_0x5878b6;let _0x2cef9a=new Map(),_0x4b6a2d=new Map(),_0x515545=this[_0x2901d3(0x59c)][_0x2901d3(0x96)](_0x1f2322),_0x3361b3=_0x8e88fb=>{const _0x9a73b5=_0x2901d3;_0x488391[_0x9a73b5(0x5a9)]||(_0x2cef9a[_0x9a73b5(0x5ad)](_0x8e88fb,_0x8e88fb[_0x9a73b5(0x23d)](Q)),_0x4b6a2d[_0x9a73b5(0x5ad)](_0x8e88fb,_0x8e88fb[_0x9a73b5(0x23d)](_0x298f2f))),_0x8e88fb[_0x9a73b5(0x153)](Q,_0x1f2322),_0x515545&&_0x8e88fb['setAttribute'](_0x298f2f,_0x515545);};return _0x3361b3(_0x11569e),_0x11569e[_0x2901d3(0x382)]('*')[_0x2901d3(0x684)](_0x3361b3),_0x139183(()=>{const _0x2fbfb1=_0x2901d3;_0x2cef9a[_0x2fbfb1(0x684)]((_0x3ff5f4,_0x339f8b)=>{const _0x9e1634=_0x2fbfb1;if(_0x3ff5f4==null){_0x339f8b[_0x9e1634(0x5d0)](Q);return;}_0x339f8b['setAttribute'](Q,_0x3ff5f4);}),_0x4b6a2d[_0x2fbfb1(0x684)]((_0x36fb48,_0x2a394c)=>{const _0x20424f=_0x2fbfb1;if(_0x36fb48==null){_0x2a394c[_0x20424f(0x5d0)](_0x298f2f);return;}_0x2a394c[_0x20424f(0x153)](_0x298f2f,_0x36fb48);});});}[_0x5878b6(0x4ca)](_0x529b02){const _0x4e10d8=_0x5878b6;return this[_0x4e10d8(0x47e)](_0x529b02)||_0x529b02[_0x4e10d8(0x279)](_0x4e10d8(0x47a))!=null;}['_getBodyPortalOwner'](_0x4620a1){const _0x22c0a4=_0x5878b6;let _0x4ed567=this['_getLatestActivePortalOwner'](_0x4620a1);if(_0x4ed567)return{'embedId':_0x4ed567[_0x22c0a4(0x1a0)],'includeAppShellEditorPortal':_0x4ed567[_0x22c0a4(0x3d8)],'stable':!0x0};let _0x1091d8=this[_0x22c0a4(0x54a)];if(_0x1091d8&&_0x1091d8[_0x22c0a4(0x385)]===_0x4620a1&&Date[_0x22c0a4(0x392)]()<=_0x1091d8['expiresAt'])return{'embedId':_0x1091d8[_0x22c0a4(0x1a0)],'includeAppShellEditorPortal':!0x1,'stable':!0x1};}[_0x5878b6(0x28b)](_0x4328a5){const _0x2df2fa=_0x5878b6;let _0x18d430=this[_0x2df2fa(0x4df)]['get'](_0x4328a5);return _0x18d430==null?void 0x0:_0x18d430[_0x18d430[_0x2df2fa(0x102)]-0x1];}['_cleanupOrdinaryBodyChromeClaims'](_0x54b7d0,_0x366a56){const _0x2f1c93=_0x5878b6;let _0x406f7a=this[_0x2f1c93(0x25e)][_0x2f1c93(0x96)](_0x54b7d0);_0x366a56[_0x2f1c93(0x43a)][_0x2f1c93(0x382)]('['+Q+'=\x22'+_0x54b7d0+'\x22]')['forEach'](_0x48482d=>{const _0x42c3c3=_0x2f1c93;_0x48482d['parentElement']===_0x366a56[_0x42c3c3(0x43a)]&&(_0x406f7a&&[..._0x406f7a][_0x42c3c3(0x3f3)](_0x379924=>_0x379924===_0x48482d||_0x379924[_0x42c3c3(0x434)](_0x48482d))||this['_isUniverPortalCandidate'](_0x48482d)||this['_isAppShellEditorPortalCandidate'](_0x48482d)||(_0x48482d[_0x42c3c3(0x5d0)](Q),_0x48482d[_0x42c3c3(0x5d0)](_0x298f2f)));});}[_0x5878b6(0x329)](_0x5e82e4,_0x423bf7,_0x4753e5){const _0x1659e6=_0x5878b6;let _0xf6e989=_0x5e82e4['getAttribute'](Q);if(!_0xf6e989||_0xf6e989===_0x423bf7)return;let _0x3d0863=_0x4753e5[_0x1659e6(0x526)];!(_0x3d0863 instanceof HTMLElement)||_0x3d0863!==_0x5e82e4&&!_0x5e82e4[_0x1659e6(0x434)](_0x3d0863)||(_0x3d0863[_0x1659e6(0x12f)](),_0x4753e5[_0x1659e6(0x526)]===_0x3d0863&&this[_0x1659e6(0x408)](_0x4753e5));}[_0x5878b6(0x37a)](_0x5b9435,_0x4fdd65){const _0x4b7ded=_0x5878b6;let _0x11dbe7=this['_roots'][_0x4b7ded(0x96)](_0x5b9435),_0x1a4a82=_0x4fdd65[_0x4b7ded(0x43a)][_0x4b7ded(0x382)]('['+Q+'=\x22'+_0x5b9435+'\x22]'),_0x3dea32=_0x11b4b4=>_0x11dbe7!=null&&[..._0x11dbe7][_0x4b7ded(0x3f3)](_0x564a19=>_0x564a19===_0x11b4b4||_0x564a19['contains'](_0x11b4b4)),_0x72e42f=[];_0x1a4a82[_0x4b7ded(0x684)](_0x2edde2=>{const _0x29733f=_0x4b7ded;_0x3dea32(_0x2edde2)||(_0x72e42f['push'](_0x2edde2),this[_0x29733f(0x42a)](_0x2edde2),_0x2edde2[_0x29733f(0x5d0)](Q),_0x2edde2['removeAttribute'](_0x298f2f),this[_0x29733f(0x218)](_0x2edde2));});let _0x9ee4cf=_0x4fdd65[_0x4b7ded(0x526)];_0x9ee4cf instanceof HTMLElement&&_0x72e42f['some'](_0x58be70=>_0x58be70===_0x9ee4cf||_0x58be70['contains'](_0x9ee4cf))&&(_0x9ee4cf[_0x4b7ded(0x12f)](),_0x4fdd65['activeElement']===_0x9ee4cf&&this[_0x4b7ded(0x408)](_0x4fdd65));}[_0x5878b6(0x408)](_0x2ead44){const _0x49a6b4=_0x5878b6;let _0x13fce8=_0x2ead44[_0x49a6b4(0x43a)];if(!_0x13fce8)return;let _0x2da083=_0x13fce8['getAttribute']('tabindex');_0x2da083??(_0x13fce8['tabIndex']=-0x1),_0x13fce8['focus']({'preventScroll':!0x0}),_0x2da083==null?_0x13fce8[_0x49a6b4(0x5d0)](_0x49a6b4(0x265)):_0x13fce8[_0x49a6b4(0x153)](_0x49a6b4(0x265),_0x2da083),_0x2ead44['activeElement']!==_0x13fce8&&this[_0x49a6b4(0x164)](_0x2ead44);}['_focusTemporarySink'](_0x1bc22c){const _0x7590e9=_0x5878b6;var _0x28e1e3;let _0x25b3b6=_0x1bc22c['body'];if(!_0x25b3b6)return;let _0x3451ba=_0x1bc22c[_0x7590e9(0x3ba)]('span');_0x3451ba[_0x7590e9(0x547)]=-0x1,_0x3451ba[_0x7590e9(0x153)](_0x7590e9(0x404),_0x7590e9(0x13e)),_0x3451ba[_0x7590e9(0x50c)][_0x7590e9(0x67f)]=_0x7590e9(0x23e),_0x25b3b6[_0x7590e9(0x191)](_0x3451ba),_0x3451ba[_0x7590e9(0x3d1)]({'preventScroll':!0x0}),(_0x28e1e3=_0x1bc22c[_0x7590e9(0x525)])==null||_0x28e1e3[_0x7590e9(0x119)](()=>_0x3451ba[_0x7590e9(0x2a8)](),0x0);}[_0x5878b6(0x218)](_0x34b7ea){const _0x1268d7=_0x5878b6;(_0x34b7ea[_0x1268d7(0x23d)]('data-embed-runtime-focus-role')===_0x1268d7(0x1e3)||_0x34b7ea[_0x1268d7(0x23d)]('data-embed-runtime-focus-role')===_0x1268d7(0x238))&&_0x34b7ea[_0x1268d7(0x5d0)](ss),_0x34b7ea[_0x1268d7(0x382)]('['+ss+']')[_0x1268d7(0x684)](_0x5391c0=>{const _0x26f6ce=_0x1268d7;let _0x41d95a=_0x5391c0['getAttribute'](ss);(_0x41d95a==='child-editor'||_0x41d95a===_0x26f6ce(0x238))&&_0x5391c0[_0x26f6ce(0x5d0)](ss);});}},us=class{constructor(_0x2705e9={}){const _0x957064=_0x5878b6;X(this,'_childUnitAncestry',new Map()),X(this,'_maxDepth',void 0x0),this['_maxDepth']=ds(_0x2705e9[_0x957064(0x284)]);}[_0x5878b6(0x3a0)](_0x38c523){const _0x5ef7b9=_0x5878b6;let _0x4997cd=this[_0x5ef7b9(0x9e)](_0x38c523['hostUnitId']);return _0x4997cd['some'](_0x1754e3=>_0x1754e3[_0x5ef7b9(0x178)]===_0x38c523[_0x5ef7b9(0x4d3)]||_0x1754e3[_0x5ef7b9(0x4d3)]===_0x38c523[_0x5ef7b9(0x4d3)])?{'allowed':!0x1,'reason':_0x5ef7b9(0x6ca),'ancestry':_0x4997cd}:_0x4997cd[_0x5ef7b9(0x102)]>=this[_0x5ef7b9(0x5d2)]?{'allowed':!0x1,'reason':_0x5ef7b9(0x1cf),'ancestry':_0x4997cd}:{'allowed':!0x0,'ancestry':_0x4997cd};}[_0x5878b6(0x188)](_0x4ea893){const _0x1a790b=_0x5878b6;let _0x5b9821=[...this[_0x1a790b(0x9e)](_0x4ea893[_0x1a790b(0x178)]),{'hostUnitId':_0x4ea893['hostUnitId'],'embedId':_0x4ea893[_0x1a790b(0x1a0)],'childUnitId':_0x4ea893[_0x1a790b(0x4d3)]}];return this[_0x1a790b(0x11f)][_0x1a790b(0x5ad)](_0x4ea893['childUnitId'],_0x5b9821),_0x139183(()=>{const _0xf02c3b=_0x1a790b;this[_0xf02c3b(0x11f)][_0xf02c3b(0x96)](_0x4ea893[_0xf02c3b(0x4d3)])===_0x5b9821&&this[_0xf02c3b(0x11f)][_0xf02c3b(0x66b)](_0x4ea893['childUnitId']);});}['getAncestryForHostUnit'](_0x369f7c){const _0x16d340=_0x5878b6;return this[_0x16d340(0x11f)][_0x16d340(0x96)](_0x369f7c)??[];}['getParentEmbedId'](_0x25200b){const _0x36ba16=_0x5878b6;var _0x5a78a0;return(_0x5a78a0=this[_0x36ba16(0x9e)](_0x25200b)[_0x36ba16(0x560)](-0x1)[0x0])==null?void 0x0:_0x5a78a0['embedId'];}};function ds(_0x37dcab){const _0x589565=_0x5878b6;return typeof _0x37dcab==_0x589565(0x168)&&Number[_0x589565(0x573)](_0x37dcab)&&_0x37dcab>=0x0?Math[_0x589565(0x1fb)](_0x37dcab):0x1;}function $(_0x1c0e42,_0x346353){return function(_0x74afe9,_0x1017d5){_0x346353(_0x74afe9,_0x1017d5,_0x1c0e42);};}function fs(_0xc2e617,_0x96cd77,_0x4d11d6,_0x4423af){const _0x552ef7=_0x5878b6;var _0x13f7d7=arguments['length'],_0x5933f6=_0x13f7d7<0x3?_0x96cd77:_0x4423af===null?_0x4423af=Object[_0x552ef7(0x1d6)](_0x96cd77,_0x4d11d6):_0x4423af,_0x3db3bc;if(typeof Reflect==_0x552ef7(0x414)&&typeof Reflect['decorate']==_0x552ef7(0x59d))_0x5933f6=Reflect[_0x552ef7(0x23c)](_0xc2e617,_0x96cd77,_0x4d11d6,_0x4423af);else{for(var _0x346c00=_0xc2e617[_0x552ef7(0x102)]-0x1;_0x346c00>=0x0;_0x346c00--)(_0x3db3bc=_0xc2e617[_0x346c00])&&(_0x5933f6=(_0x13f7d7<0x3?_0x3db3bc(_0x5933f6):_0x13f7d7>0x3?_0x3db3bc(_0x96cd77,_0x4d11d6,_0x5933f6):_0x3db3bc(_0x96cd77,_0x4d11d6))||_0x5933f6);}return _0x13f7d7>0x3&&_0x5933f6&&Object[_0x552ef7(0xd5)](_0x96cd77,_0x4d11d6,_0x5933f6),_0x5933f6;}let ps=class extends _0x4c5370{constructor(_0x46e2d0){const _0x1aaa85=_0x5878b6;super(),this[_0x1aaa85(0xa1)]=_0x46e2d0,X(this,_0x1aaa85(0x53a),new Map());}['acquire'](_0x4d4ef2){const _0x31cd26=_0x5878b6;let _0x27effa=this[_0x31cd26(0x53a)][_0x31cd26(0x96)](_0x4d4ef2[_0x31cd26(0x1bc)]);if(!_0x27effa){let _0x3e1746=[],_0x481053={'unitId':_0x4d4ef2[_0x31cd26(0x1bc)],'has':_0x2633c2=>{const _0x33dcd1=_0x31cd26;var _0x23b6b7;return((_0x23b6b7=_0x3e1746[_0x3e1746[_0x33dcd1(0x102)]-0x1])==null?void 0x0:_0x23b6b7[_0x33dcd1(0x6d0)](_0x2633c2))??!0x1;},'get':_0x485668=>{const _0x33c188=_0x31cd26;let _0x2ddc42=_0x3e1746[_0x3e1746[_0x33c188(0x102)]-0x1];if(!_0x2ddc42)throw Error(_0x33c188(0x13c)+_0x4d4ef2[_0x33c188(0x1bc)]);return _0x2ddc42[_0x33c188(0x96)](_0x485668);}};_0x27effa={'registration':this[_0x31cd26(0xa1)][_0x31cd26(0x334)](_0x481053),'scopes':_0x3e1746},this['_entries'][_0x31cd26(0x5ad)](_0x4d4ef2[_0x31cd26(0x1bc)],_0x27effa);}let _0x48bf85=_0x27effa;return _0x48bf85[_0x31cd26(0x303)][_0x31cd26(0x498)](_0x4d4ef2),_0x139183(()=>{const _0x5ec54d=_0x31cd26;let _0xe77db=_0x48bf85[_0x5ec54d(0x303)]['lastIndexOf'](_0x4d4ef2);_0xe77db<0x0||(_0x48bf85['scopes'][_0x5ec54d(0x620)](_0xe77db,0x1),!(_0x48bf85['scopes']['length']>0x0||this[_0x5ec54d(0x53a)][_0x5ec54d(0x96)](_0x4d4ef2[_0x5ec54d(0x1bc)])!==_0x48bf85)&&(_0x48bf85[_0x5ec54d(0x55f)]['dispose'](),this['_entries']['delete'](_0x4d4ef2[_0x5ec54d(0x1bc)])));});}[_0x5878b6(0x3ef)](){const _0x2119ff=_0x5878b6;this[_0x2119ff(0x53a)][_0x2119ff(0x684)](({registration:_0x19f6b5})=>_0x19f6b5[_0x2119ff(0x3ef)]()),this[_0x2119ff(0x53a)]['clear'](),super[_0x2119ff(0x3ef)]();}};ps=fs([$(0x0,_0x21373a)],ps);const ms=new Set([_0x5878b6(0x4e4),_0x5878b6(0x159),_0x5878b6(0x10b),_0x5878b6(0x3d9),_0x5878b6(0x3b0),_0x5878b6(0x64e),_0x5878b6(0x433)]),hs='FOCUSING_BASE',gs=[_0x3fa463,_0x594c0e,_0x197f18,_0x20f156,_0x148636,_0x7fae36,hs,_0x44d019,_0xf5c515],_s=new Set([_0x27946a['id'],_0x2f443f['id'],_0x5ca63b['id']]),vs=new Set([_0x5878b6(0x1e1),_0x5878b6(0x1e7),_0x5878b6(0x4dd),_0x5878b6(0x582),'boards-exchange-client.operation.insert-mermaid']);function ys(_0x213593,_0x1989a7=[]){const _0x2d032f=_0x5878b6;let _0x29077f=_0x213593['injector'][_0x2d032f(0x96)](_0x384701),_0x570de0=_0x29077f['getUnit'](_0x213593[_0x2d032f(0x4d3)],_0x213593[_0x2d032f(0x1ec)]);if(!_0x570de0)return;let _0x5829a1=xs(_0x29077f,_0x213593,_0x570de0,new _0x131380(_0x570de0),new _0x131380(_0x213593[_0x2d032f(0x6b3)][_0x2d032f(0x67a)]===_0x2d032f(0x45f)&&!_0x213593[_0x2d032f(0x6b3)][_0x2d032f(0x5e7)]?null:_0x570de0[_0x2d032f(0x156)]())),_0x5d26ab=Fs(_0x213593[_0x2d032f(0x391)],_0x213593['childType']),_0x45d3c7=Ns(_0x213593),_0x50f589=Cs(_0x213593[_0x2d032f(0x391)][_0x2d032f(0x96)](_0x20e3ee),_0x213593,_0x29077f,_0x45d3c7,_0x5d26ab),_0x212e81=new Map([[_0x384701,_0x5829a1],[_0x20e3ee,_0x50f589]]);_0x213593['injector'][_0x2d032f(0x6d0)](_0x17bf93)&&_0x212e81[_0x2d032f(0x5ad)](_0x17bf93,Bs(_0x213593['injector'][_0x2d032f(0x96)](_0x17bf93)));let _0x56b3a1=[];_0x213593[_0x2d032f(0x391)][_0x2d032f(0x6d0)](us)&&_0x212e81[_0x2d032f(0x5ad)](us,_0x213593['injector'][_0x2d032f(0x96)](us)),_0x5d26ab&&_0x212e81[_0x2d032f(0x5ad)](_0x391fa9,_0x5d26ab);let _0x591302=Hs(_0x213593[_0x2d032f(0x391)],_0x212e81);_0x1989a7[_0x2d032f(0x684)](_0x111a7c=>_0x591302[_0x2d032f(0x36d)](_0x111a7c));let _0xc5b07=sc(_0x213593[_0x2d032f(0x391)],_0x591302);if(_0xc5b07){_0x591302[_0x2d032f(0x36d)]([_0xf7436,{'useValue':_0xc5b07}]);let _0x139a3a=new _0x2c58c3(_0xc5b07,_0x5829a1);_0x591302[_0x2d032f(0x36d)]([_0x472c84,{'useValue':_0x139a3a}]),_0x56b3a1[_0x2d032f(0x498)](_0x139a3a);}if(_0x213593[_0x2d032f(0x6b3)]['fullscreen']){let _0x31d490=dc(_0x591302,_0x213593[_0x2d032f(0x4d3)]),_0x223cd3=new _0x57e241(),_0x125c03=new _0xeaff0f();_0x591302[_0x2d032f(0x36d)]([_0x24d73b,{'useValue':_0x31d490}]),_0x591302[_0x2d032f(0x36d)]([_0x2d32b8,{'useValue':_0x223cd3}]),_0x591302[_0x2d032f(0x36d)]([_0x339987,{'useValue':_0x125c03}]),_0x56b3a1['push'](_0x31d490,_0x223cd3,_0x125c03);}else{let _0x50641e=uc(_0x213593[_0x2d032f(0x391)],_0x591302,_0x213593['childUnitId']);_0x50641e&&_0x591302['add']([_0x24d73b,{'useValue':_0x50641e}]);}let _0x3b766c=fc(_0x213593[_0x2d032f(0x391)],_0x213593);_0x591302[_0x2d032f(0x36d)]([_0x59228c,{'useValue':_0x3b766c}]);let _0x25f28c={'unitId':_0x213593[_0x2d032f(0x4d3)],'has':_0x20eac4=>_0x591302[_0x2d032f(0x6d0)](_0x20eac4),'get':_0x3e68ee=>_0x591302[_0x2d032f(0x96)](_0x3e68ee)};if(_0x213593[_0x2d032f(0x391)]['has'](ps)?_0x56b3a1['push'](_0x213593[_0x2d032f(0x391)]['get'](ps)['acquire'](_0x25f28c)):_0x213593[_0x2d032f(0x391)][_0x2d032f(0x6d0)](_0x21373a)&&_0x56b3a1[_0x2d032f(0x498)](_0x213593['injector'][_0x2d032f(0x96)](_0x21373a)['register'](_0x25f28c)),_0x56b3a1['length']){let _0x4241ef=_0x591302[_0x2d032f(0x3ef)][_0x2d032f(0x3f1)](_0x591302),_0x8ed6c9=!0x1;_0x591302[_0x2d032f(0x3ef)]=()=>{const _0x4b22ab=_0x2d032f;_0x8ed6c9||(_0x8ed6c9=!0x0,_0x56b3a1['forEach'](_0xeaed49=>_0xeaed49[_0x4b22ab(0x3ef)]()),_0x4241ef());};}return _0x591302;}function bs(_0xad6506,_0xdba4cb){const _0x52929d=_0x5878b6;if(!_0xad6506['has'](_0x17bf93))return;let _0x4c69a1=_0xad6506[_0x52929d(0x96)](_0x17bf93);return Hs(_0xad6506,new Map([[_0x17bf93,zs(_0x4c69a1,_0xdba4cb)]]));}function xs(_0x4fe7a0,_0xdd701,_0x5d6f87,_0x42455c,_0x1fce67){const _0x974307=_0x5878b6;return{'unitAdded$':_0x4fe7a0[_0x974307(0x544)],'getTypeOfUnitAdded$':(..._0x4726f1)=>_0x4fe7a0['getTypeOfUnitAdded$'](..._0x4726f1),'__addUnit':(..._0x1b51da)=>_0x4fe7a0[_0x974307(0x2b9)](..._0x1b51da),'unitDisposed$':_0x4fe7a0['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0x13ab96)=>_0x4fe7a0[_0x974307(0x447)](..._0x13ab96),'focused$':_0x1fce67[_0x974307(0x1b2)](),'focusUnit':_0x73f0fd=>{const _0x403e29=_0x974307;if(_0x73f0fd===null||Ss(_0xdd701,_0x73f0fd)){_0x1fce67[_0x403e29(0x636)]()!==_0x73f0fd&&_0x1fce67['next'](_0x73f0fd);return;}_0x4fe7a0[_0x403e29(0x495)](_0x73f0fd);},'getFocusedUnit':()=>{const _0xb42fb9=_0x974307;let _0x16e966=_0x1fce67[_0xb42fb9(0x636)]();return _0x16e966===null?null:_0x16e966===_0xdd701[_0xb42fb9(0x4d3)]?_0x5d6f87:_0x5b117d(_0x16e966)?_0x4fe7a0[_0xb42fb9(0x4cb)](_0x16e966)??_0x5d6f87:_0x4fe7a0[_0xb42fb9(0x530)]();},'getCurrentUnitOfType':_0x5b45b9=>_0x5b45b9===_0xdd701[_0x974307(0x1ec)]?_0x42455c['getValue']():_0x4fe7a0[_0x974307(0x638)](_0x5b45b9),'setCurrentUnitForType':_0x43fc89=>{const _0x26125b=_0x974307;if(Ss(_0xdd701,_0x43fc89)){_0x42455c[_0x26125b(0x636)]()!==_0x5d6f87&&_0x42455c[_0x26125b(0x642)](_0x5d6f87);return;}_0x4fe7a0['setCurrentUnitForType'](_0x43fc89);},'getCurrentTypeOfUnit$':_0x4f0d91=>_0x4f0d91===_0xdd701[_0x974307(0x1ec)]?_0x42455c['asObservable']():_0x4fe7a0[_0x974307(0x424)](_0x4f0d91),'createUnit':(..._0x33fc9b)=>_0x4fe7a0['createUnit'](..._0x33fc9b),'getUnitCreateOptions':(..._0x4b0e4e)=>_0x4fe7a0[_0x974307(0x617)](..._0x4b0e4e),'disposeUnit':(..._0x4f1f48)=>_0x4fe7a0[_0x974307(0x2fb)](..._0x4f1f48),'registerCtorForType':(..._0x2e119a)=>_0x4fe7a0['registerCtorForType'](..._0x2e119a),'getUnit':(..._0x2d2f65)=>_0x4fe7a0[_0x974307(0x4cb)](..._0x2d2f65),'getAllUnitsForType':(..._0x36fed1)=>_0x4fe7a0[_0x974307(0x59a)](..._0x36fed1),'getUnitType':(..._0x5ed348)=>_0x4fe7a0[_0x974307(0x593)](..._0x5ed348),'dispose':()=>{}};}function Ss(_0x1a8948,_0x432df1){return _0x432df1===_0x1a8948['childUnitId']||_0x5b117d(_0x432df1);}function Cs(_0x5ab1ee,_0x34f760,_0x5d69db,_0x38cb14,_0x315792){const _0x247666=_0x5878b6;let _0x34d749=_0x34f760[_0x247666(0x391)][_0x247666(0x6d0)](_0x391fa9)?_0x34f760[_0x247666(0x391)][_0x247666(0x96)](_0x391fa9):void 0x0;return{'disposed':()=>_0x5ab1ee[_0x247666(0xb7)](),'hasCommand':_0xad0a9f=>_0x5ab1ee[_0x247666(0x215)](_0xad0a9f),'registerCommand':_0x338d98=>_0x5ab1ee[_0x247666(0xd3)](_0x338d98),'unregisterCommand':_0x3114e6=>_0x5ab1ee[_0x247666(0x396)](_0x3114e6),'registerMultipleCommand':_0x130e83=>_0x5ab1ee[_0x247666(0x1f4)](_0x130e83),'executeCommand':async(_0x3af67a,_0x2913c7,_0x167502)=>{const _0x2894bd=_0x247666;var _0x30be1d;let _0x2323d2=()=>ws(_0x3af67a,_0x34d749,_0x315792,()=>_0x5ab1ee['executeCommand'](_0x3af67a,Vs(_0x34f760,_0x3af67a,_0x2913c7),Es(_0x34f760[_0x2894bd(0x1ec)],_0x34f760[_0x2894bd(0x4d3)],_0x167502))),_0x211147=js(_0x34f760)&&!Ds(_0x3af67a)&&!Ms(_0x3af67a),_0x52e0cd=_0x38cb14||Ds(_0x3af67a)||Ms(_0x3af67a)||_0x211147,_0x21eb8e=_0x52e0cd?Os():null;if(!_0x52e0cd)return await _0x2323d2();let _0x4c2435=_0x5d69db[_0x2894bd(0x638)](_0x34f760[_0x2894bd(0x1ec)]),_0x469160=((_0x30be1d=_0x5d69db[_0x2894bd(0x530)]())==null?void 0x0:_0x30be1d['getUnitId']())??null;try{return _0x5d69db[_0x2894bd(0x98)](_0x34f760[_0x2894bd(0x4d3)]),_0x211147||_0x5d69db[_0x2894bd(0x495)](_0x34f760['childUnitId']),await _0x2323d2();}finally{Ts(_0x5d69db,_0x4c2435),_0x211147||(Us(_0x34f760,_0x5d69db,_0x469160,_0x38cb14),ks(_0x34f760,_0x21eb8e)&&As(_0x34f760,_0x21eb8e));}},'syncExecuteCommand':(_0x36dad9,_0x2aef10,_0x2bde2e)=>{const _0x431542=_0x247666;var _0xe5262a;let _0x5f33e7=()=>ws(_0x36dad9,_0x34d749,_0x315792,()=>_0x5ab1ee[_0x431542(0x426)](_0x36dad9,Vs(_0x34f760,_0x36dad9,_0x2aef10),Es(_0x34f760[_0x431542(0x1ec)],_0x34f760[_0x431542(0x4d3)],_0x2bde2e))),_0xca8fa3=js(_0x34f760)&&!Ds(_0x36dad9)&&!Ms(_0x36dad9),_0x5aea13=_0x38cb14||Ds(_0x36dad9)||Ms(_0x36dad9)||_0xca8fa3,_0x1e0695=_0x5aea13?Os():null;if(!_0x5aea13)return _0x5f33e7();let _0x39d7fc=_0x5d69db['getCurrentUnitOfType'](_0x34f760[_0x431542(0x1ec)]),_0x84e38a=((_0xe5262a=_0x5d69db[_0x431542(0x530)]())==null?void 0x0:_0xe5262a['getUnitId']())??null;try{return _0x5d69db['setCurrentUnitForType'](_0x34f760[_0x431542(0x4d3)]),_0xca8fa3||_0x5d69db['focusUnit'](_0x34f760[_0x431542(0x4d3)]),_0x5f33e7();}finally{Ts(_0x5d69db,_0x39d7fc),_0xca8fa3||(Us(_0x34f760,_0x5d69db,_0x84e38a,_0x38cb14),ks(_0x34f760,_0x1e0695)&&As(_0x34f760,_0x1e0695));}},'onCommandExecuted':_0x9168d6=>_0x5ab1ee[_0x247666(0x7c)](_0x9168d6),'beforeCommandExecuted':_0x15909a=>_0x5ab1ee[_0x247666(0x589)](_0x15909a),'onMutationExecutedForCollab':_0x58a7a7=>_0x5ab1ee[_0x247666(0x654)](_0x58a7a7)};}function ws(_0x157a5a,_0x1bf130,_0x3cb8d7,_0x3d0703){const _0x533e6e=_0x5878b6;if(!_s[_0x533e6e(0x6d0)](_0x157a5a)||!_0x1bf130||!_0x3cb8d7||typeof _0x1bf130[_0x533e6e(0x180)]!='function'||_0x1bf130===_0x3cb8d7)return _0x3d0703();let _0x5d3384=[];for(let _0x17cd80 of gs){let _0x76234d=_0x1bf130[_0x533e6e(0x328)](_0x17cd80),_0x497b83=_0x3cb8d7[_0x533e6e(0x328)](_0x17cd80);_0x76234d!==_0x497b83&&(_0x5d3384[_0x533e6e(0x498)]({'key':_0x17cd80,'value':_0x76234d}),_0x1bf130[_0x533e6e(0x180)](_0x17cd80,_0x497b83));}try{return _0x3d0703();}finally{for(let _0x3b93ba=_0x5d3384[_0x533e6e(0x102)]-0x1;_0x3b93ba>=0x0;_0x3b93ba--){let {key:_0x250271,value:_0x148af9}=_0x5d3384[_0x3b93ba];_0x1bf130[_0x533e6e(0x180)](_0x250271,_0x148af9);}}}function Ts(_0x265d1f,_0x280cb6){const _0xd070c6=_0x5878b6;if(!_0x280cb6)return;let _0x4bb344=_0x280cb6[_0xd070c6(0x156)]();_0x265d1f[_0xd070c6(0x4cb)](_0x4bb344)&&_0x265d1f['setCurrentUnitForType'](_0x4bb344);}function Es(_0x22c048,_0x353cee,_0xe8cd1a){const _0x1dbf79=_0x5878b6;return _0x22c048===_0x152567[_0x1dbf79(0x43f)]?{..._0xe8cd1a,'unitId':_0x353cee}:_0xe8cd1a;}function Ds(_0x519a47){return _0x519a47===_0x1b8f5f['id']||_0x519a47===_0x2ff8a6['id'];}function Os(){const _0x559d86=_0x5878b6;return typeof document<'u'&&document[_0x559d86(0x526)]instanceof HTMLElement?document[_0x559d86(0x526)]:null;}function ks(_0x131b99,_0x27330d){const _0xb9aed2=_0x5878b6;if(!_0x27330d||_0x131b99[_0xb9aed2(0x1ec)]===_0x152567['UNIVER_SHEET'])return _0x27330d!=null;let _0x1c5802=_0x27330d;for(;_0x1c5802;){if(_0x2eed09[_0xb9aed2(0x3f3)](_0x585cda=>(_0x1c5802==null?void 0x0:_0x1c5802['id'])===_0xb9aed2(0x6bb)+_0x585cda||(_0x1c5802==null?void 0x0:_0x1c5802['id'])===_0xb9aed2(0x2da)+_0x585cda))return!0x1;_0x1c5802=_0x1c5802[_0xb9aed2(0x116)];}return!0x0;}function As(_0x8f1876,_0x18b4f6){const _0x3c0dd8=_0x5878b6;var _0x53b05c;let _0x587c1f=()=>{const _0x197a88=_0x4fd0;let _0x144fcf=_0x8f1876['renderScope'][_0x197a88(0x627)]??_0x8f1876[_0x197a88(0x6b3)][_0x197a88(0x61e)],_0x3752bb=_0x18b4f6!=null&&_0x18b4f6[_0x197a88(0x1a5)]?_0x18b4f6:_0x144fcf[_0x197a88(0x511)](_0x197a88(0x61f))??_0x144fcf;!_0x3752bb[_0x197a88(0x1a5)]||_0x3752bb[_0x197a88(0xfa)][_0x197a88(0x526)]===_0x3752bb||(_0x3752bb[_0x197a88(0x5e3)]('tabindex')||(_0x3752bb[_0x197a88(0x547)]=-0x1),_0x3752bb[_0x197a88(0x3d1)]({'preventScroll':!0x0}));};_0x587c1f(),(_0x53b05c=_0x8f1876[_0x3c0dd8(0x6b3)][_0x3c0dd8(0x61e)][_0x3c0dd8(0xfa)][_0x3c0dd8(0x525)])==null||_0x53b05c['requestAnimationFrame'](_0x587c1f);}function js(_0x1662e6){const _0x5f4b23=_0x5878b6;if(_0x1662e6[_0x5f4b23(0x1ec)]===_0x152567[_0x5f4b23(0x43f)]||_0x1662e6[_0x5f4b23(0x6b3)][_0x5f4b23(0x67a)]!==_0x5f4b23(0x45f)||!_0x1662e6[_0x5f4b23(0x391)]['has'](Z))return!0x1;let _0x4d6989=_0x1662e6['injector'][_0x5f4b23(0x96)](Z)[_0x5f4b23(0x45a)]();return((_0x4d6989==null?void 0x0:_0x4d6989[_0x5f4b23(0x144)])===_0x5f4b23(0x558)||(_0x4d6989==null?void 0x0:_0x4d6989[_0x5f4b23(0x144)])===_0x5f4b23(0x1bf))&&_0x4d6989[_0x5f4b23(0x1a0)]===_0x1662e6[_0x5f4b23(0x1a0)]&&_0x4d6989[_0x5f4b23(0x178)]===_0x1662e6[_0x5f4b23(0x178)]&&_0x4d6989[_0x5f4b23(0x4d3)]===_0x1662e6[_0x5f4b23(0x4d3)]&&_0x4d6989['childType']===_0x1662e6[_0x5f4b23(0x1ec)];}function Ms(_0x1100f2){return _0x1100f2===_0x43e0ba['id'];}function Ns(_0x559807){const _0x45cda4=_0x5878b6;return _0x559807[_0x45cda4(0x6b3)][_0x45cda4(0x5e7)]||_0x559807['descriptor'][_0x45cda4(0x289)]===_0x45cda4(0x212)?!0x0:Ps(_0x559807);}function Ps(_0x3c2a88){const _0x25061b=_0x5878b6;var _0xe3b964;return _0x3c2a88[_0x25061b(0xda)][_0x25061b(0x289)]==='sheets-sheet-tab'||_0x3c2a88[_0x25061b(0xda)]['entry']==='bases-table-list-block'||_0x3c2a88[_0x25061b(0xda)][_0x25061b(0x289)]==='slides-page-list-block'||_0x3c2a88['layout']===_0x25061b(0x3cc)||!!((_0xe3b964=_0x3c2a88['descriptor'][_0x25061b(0x213)])!=null&&_0xe3b964[_0x25061b(0x3e8)]);}function Fs(_0x39b72a,_0x3b0c45){const _0x5361b0=_0x5878b6;if(!_0x39b72a[_0x5361b0(0x6d0)](_0x391fa9))return;let _0x5e3fb0=_0x39b72a[_0x5361b0(0x96)](_0x391fa9),_0x579250=Is(_0x3b0c45),_0x40411f=new _0x2d3fef();return{'contextChanged$':_0x58f94d((_0x5e3fb0[_0x5361b0(0x2eb)]??_0x2ddf77)['pipe'](_0x31675b(_0x4ba59f=>Object[_0x5361b0(0x8c)](Object[_0x5361b0(0x346)](_0x4ba59f)[_0x5361b0(0x273)](([_0x281ee6])=>!Rs(_0x281ee6)))),_0xcde14b(_0x4b398c=>Object['keys'](_0x4b398c)[_0x5361b0(0x102)]>0x0)),_0x40411f),'getContextValue':_0x3a90f0=>Rs(_0x3a90f0)?Ls(_0x579250,_0x3a90f0):_0x5e3fb0[_0x5361b0(0x328)](_0x3a90f0),'setContextValue':(_0x14a819,_0x252418)=>{const _0x130ebc=_0x5361b0;if(!Rs(_0x14a819)){_0x5e3fb0[_0x130ebc(0x180)](_0x14a819,_0x252418);return;}_0x579250['set'](_0x14a819,_0x252418),_0x40411f[_0x130ebc(0x642)]({[_0x14a819]:_0x252418});},'subscribeContextValue$':_0x4f69dc=>Rs(_0x4f69dc)?new _0xd1f913(_0x5e1b3b=>{const _0x3de29c=_0x5361b0;let _0xc4aa69=_0x40411f[_0x3de29c(0x5c8)](_0xcde14b(_0x2673c4=>_0x2673c4[_0x4f69dc]!==void 0x0))['subscribe'](_0x46e4ec=>_0x5e1b3b[_0x3de29c(0x642)](_0x46e4ec[_0x4f69dc]));return _0x5e1b3b[_0x3de29c(0x642)](Ls(_0x579250,_0x4f69dc)),()=>_0xc4aa69['unsubscribe']();}):_0x5e3fb0[_0x5361b0(0x3af)](_0x4f69dc)};}function Is(_0xbfa6c1){const _0x3b93e4=_0x5878b6;return new Map([[_0x3fa463,!0x0],[_0x594c0e,_0xbfa6c1===_0x152567[_0x3b93e4(0x66c)]||_0xbfa6c1===_0x152567[_0x3b93e4(0x592)]||_0xbfa6c1===_0x152567[_0x3b93e4(0x3e4)]],[_0x197f18,_0xbfa6c1===_0x152567[_0x3b93e4(0x66c)]],[_0x20f156,_0xbfa6c1===_0x152567[_0x3b93e4(0x592)]],[_0x148636,_0xbfa6c1===_0x152567[_0x3b93e4(0x3e4)]],[_0x7fae36,_0xbfa6c1===_0x152567['UNIVER_BOARD']],[hs,_0xbfa6c1===_0x152567['UNIVER_BASE']]]);}function Ls(_0x4b9423,_0x50133f){return _0x4b9423['get'](_0x50133f)??!0x1;}function Rs(_0x58215c){const _0x1db59f=_0x5878b6;return _0x58215c[_0x1db59f(0x65e)](_0x1db59f(0x38a))||_0x58215c===_0x44d019||_0x58215c===_0xf5c515;}function zs(_0x246a6e,_0x16c883){const _0x66979d=_0x5878b6;return{'getConfig':_0x5f24ae=>{let _0x3a5cdf=_0x246a6e['getConfig'](_0x5f24ae),_0x3306a3=_0x16c883['get'](_0x5f24ae);return _0x3306a3?_0x3306a3(_0x3a5cdf):_0x3a5cdf;},'setConfig':_0x246a6e[_0x66979d(0x9b)][_0x66979d(0x3f1)](_0x246a6e),'deleteConfig':_0x246a6e['deleteConfig'][_0x66979d(0x3f1)](_0x246a6e),'subscribeConfigValue$':_0x246a6e['subscribeConfigValue$']['bind'](_0x246a6e),'configChanged$':_0x246a6e[_0x66979d(0x129)],'dispose':()=>{}};}function Bs(_0x1f32e9){const _0x8a7d58=_0x5878b6;return zs(_0x1f32e9,new Map([[_0x8a7d58(0x36f),_0x3369c9=>{const _0x585d36=_0x8a7d58;let _0x247021={..._0x3369c9??{}};return vs[_0x585d36(0x684)](_0x5abce9=>{_0x247021[_0x5abce9]={..._0x247021[_0x5abce9],'hidden':!0x0};}),_0x247021;}]]));}function Vs(_0x16eb45,_0x47de71,_0x4c08aa){const _0x16b088=_0x5878b6;if(_0x47de71!==_0x1d21b5['id']||!_0x4c08aa||typeof _0x4c08aa!=_0x16b088(0x414))return _0x4c08aa;let _0x48852b=_0x4c08aa;return _0x48852b['parentEmbedId']?_0x48852b:{..._0x48852b,'parentEmbedId':_0x16eb45[_0x16b088(0x1a0)]};}function Hs(_0x1ec87d,_0x2d6d80,_0x8f624=_0x1ec87d){const _0x26406c=_0x5878b6;let _0x384836=ec(_0x1ec87d)??_0x8f624,_0x373c50=new Map(_0x2d6d80),_0x59864f=new Map(),_0x447af5=new Set(),_0x4ba8fc=new Map(),_0x59a7ed;_0x373c50[_0x26406c(0x684)]((_0x3d8eb3,_0x2103a0)=>{_0x508d33(_0x2103a0);});function _0x508d33(_0x5acefb){const _0x1b491d=_0x26406c;let _0x5b0be8=Gs(_0x5acefb);return _0x447af5['add'](_0x5b0be8),_0x4ba8fc['has'](_0x5b0be8)||_0x4ba8fc[_0x1b491d(0x5ad)](_0x5b0be8,_0x5acefb),_0x5b0be8;}let _0x596e66=_0x7269fd=>_0x373c50[_0x26406c(0x6d0)](_0x7269fd)||_0x59864f[_0x26406c(0x6d0)](_0x7269fd)?_0x7269fd:_0x4ba8fc[_0x26406c(0x96)](Gs(_0x7269fd))??_0x7269fd,_0xe06094=_0x216acf=>{const _0x59bab5=_0x26406c;let _0x43c912=_0x596e66(_0x216acf);if(_0x373c50[_0x59bab5(0x6d0)](_0x43c912))return _0x373c50[_0x59bab5(0x96)](_0x43c912);let _0x165c35=_0x59864f['get'](_0x43c912);if(!_0x165c35)return;let _0x19ec2f=_0x165c35();return _0x59864f['delete'](_0x43c912),_0x373c50[_0x59bab5(0x5ad)](_0x43c912,_0x19ec2f),Zs(_0x59a7ed,_0x43c912,_0x19ec2f),_0x43c912!==_0x216acf&&Zs(_0x59a7ed,_0x216acf,_0x19ec2f),_0x19ec2f;},_0x51ae61=_0x39e3ab=>{const _0x895635=_0x26406c;let _0x26ce04=_0x596e66(_0x39e3ab);return _0x373c50[_0x895635(0x6d0)](_0x26ce04)||_0x59864f[_0x895635(0x6d0)](_0x26ce04);},_0x16b7e6=_0x4fd040=>_0x447af5[_0x26406c(0x6d0)](Gs(_0x4fd040)),_0x26b298=_0xe181ef=>ms[_0x26406c(0x6d0)](Gs(_0xe181ef)),_0x2f8b15=_0x946c78=>!_0x16b7e6(_0x946c78)&&_0x1ec87d['has'](_0x946c78),_0x259a66=()=>{const _0x308875=_0x26406c;if(_0x59a7ed)return _0x59a7ed;let _0x40b5c1=_0x1ec87d[_0x308875(0x16d)];if(typeof _0x40b5c1==_0x308875(0x59d))return _0x59a7ed=_0x40b5c1[_0x308875(0x610)](_0x1ec87d,[...ac(_0x373c50),[_0x4670db,{'useFactory':()=>_0x59a7ed}]]),_0x59a7ed;},_0x4d87cc={'has':_0x492662=>{const _0x51cd0d=_0x26406c;if(_0x492662===_0x4670db||_0x51ae61(_0x492662)||_0x2f8b15(_0x492662))return!0x0;let _0x5b724e=_0x259a66();return(_0x5b724e==null?void 0x0:_0x5b724e[_0x51cd0d(0x6d0)](_0x492662))??_0x1ec87d[_0x51cd0d(0x6d0)](_0x492662);},'get':(_0x1809a2,..._0x1d1a78)=>{const _0x3dfaf9=_0x26406c;if(_0x1809a2===_0x4670db)return _0x4d87cc;if(Ks(_0x1d1a78,_0x476ea9[_0x3dfaf9(0x497)])){let _0x4ecdfe=_0x259a66();_0x39c176(_0x4ecdfe,_0x1809a2);let _0x2f2fda=Ys(_0x4ecdfe,_0x1809a2);return _0x2f2fda[_0x3dfaf9(0x6ab)]?_0x2f2fda[_0x3dfaf9(0x660)]:Js(_0x4ecdfe||_0x1ec87d,_0x1809a2,_0x1d1a78);}return _0x51ae61(_0x1809a2)?_0xe06094(_0x1809a2):Ks(_0x1d1a78,_0x476ea9['SKIP_SELF'])?Js(_0x1ec87d,_0x1809a2,qs(_0x1d1a78,_0x476ea9[_0x3dfaf9(0xe9)])):_0x2f8b15(_0x1809a2)?Js(_0x1ec87d,_0x1809a2,_0x1d1a78):Js(_0x259a66()||_0x1ec87d,_0x1809a2,_0x1d1a78);},'invoke':(_0x1555e4,..._0x39699c)=>_0x1555e4({'has':_0xb1b6f4=>{const _0x3c433d=_0x26406c;if(_0xb1b6f4===_0x4670db||_0x51ae61(_0xb1b6f4)||_0x2f8b15(_0xb1b6f4))return!0x0;let _0x6b3824=_0x259a66();return(_0x6b3824==null?void 0x0:_0x6b3824[_0x3c433d(0x6d0)](_0xb1b6f4))??_0x1ec87d[_0x3c433d(0x6d0)](_0xb1b6f4);},'get':(_0x5e7f07,..._0x2f80b2)=>{const _0x4e0cd6=_0x26406c;if(_0x5e7f07===_0x4670db)return _0x4d87cc;if(Ks(_0x2f80b2,_0x476ea9[_0x4e0cd6(0x497)])){let _0x14a736=_0x259a66();_0x39c176(_0x14a736,_0x5e7f07);let _0x397808=Ys(_0x14a736,_0x5e7f07);return _0x397808[_0x4e0cd6(0x6ab)]?_0x397808['value']:Js(_0x14a736||_0x1ec87d,_0x5e7f07,_0x2f80b2);}return _0x51ae61(_0x5e7f07)?_0xe06094(_0x5e7f07):Ks(_0x2f80b2,_0x476ea9[_0x4e0cd6(0xe9)])?Js(_0x1ec87d,_0x5e7f07,qs(_0x2f80b2,_0x476ea9[_0x4e0cd6(0xe9)])):_0x2f8b15(_0x5e7f07)?Js(_0x1ec87d,_0x5e7f07,_0x2f80b2):Js(_0x259a66()||_0x1ec87d,_0x5e7f07,_0x2f80b2);}},..._0x39699c),'add':_0x3e4bf6=>{const _0x3a1c45=_0x26406c;let _0x431cd6=oc(_0x3e4bf6);if(_0x431cd6){if(_0x431cd6[_0x3a1c45(0x54e)]!==_0x3a1c45(0x1aa)&&_0x2f8b15(_0x431cd6[_0x3a1c45(0x240)])&&!_0x26b298(_0x431cd6[_0x3a1c45(0x240)]))return;let _0x34e3c5=Gs(_0x431cd6[_0x3a1c45(0x240)]);if(_0x447af5[_0x3a1c45(0x6d0)](_0x34e3c5))return;if(_0x508d33(_0x431cd6['identifier']),_0x431cd6[_0x3a1c45(0x54e)]===_0x3a1c45(0x660))_0x59864f[_0x3a1c45(0x66b)](_0x431cd6[_0x3a1c45(0x240)]),_0x373c50[_0x3a1c45(0x5ad)](_0x431cd6[_0x3a1c45(0x240)],_0x431cd6[_0x3a1c45(0x660)]);else{let _0x7196d5=_0x259a66();_0x7196d5?$s(_0x7196d5,_0x431cd6[_0x3a1c45(0x240)])||_0x7196d5[_0x3a1c45(0x36d)](_0x3e4bf6):(_0x373c50[_0x3a1c45(0x66b)](_0x431cd6[_0x3a1c45(0x240)]),_0x59864f[_0x3a1c45(0x5ad)](_0x431cd6['identifier'],_0x431cd6[_0x3a1c45(0x1aa)]));}return;}let _0x1f5071=Gs(Ws(_0x3e4bf6));if(_0x1f5071!=null){if(_0x447af5[_0x3a1c45(0x6d0)](_0x1f5071))return;_0x508d33(Ws(_0x3e4bf6));}let _0x318148=_0x259a66();if(_0x318148){_0x318148[_0x3a1c45(0x36d)](_0x3e4bf6);return;}_0x1ec87d[_0x3a1c45(0x36d)](_0x3e4bf6);},'createChild':(_0x1c02b0=[])=>{const _0x3292c0=_0x26406c;let _0x5cd3b8=new Map(_0x373c50);_0x4ba8fc[_0x3292c0(0x684)](_0x1e4995=>{const _0x23a37f=_0x3292c0;if(_0x5cd3b8[_0x23a37f(0x6d0)](_0x1e4995))return;if(_0x51ae61(_0x1e4995)){_0x5cd3b8[_0x23a37f(0x5ad)](_0x1e4995,_0xe06094(_0x1e4995));return;}let _0x21fa1d=_0x259a66();_0x21fa1d&&$s(_0x21fa1d,_0x1e4995)&&_0x5cd3b8[_0x23a37f(0x5ad)](_0x1e4995,Js(_0x21fa1d,_0x1e4995,[_0x476ea9['SELF']]));});let _0x4b4b52=[];_0x1c02b0[_0x3292c0(0x684)](_0x37397e=>{const _0x2e8d93=_0x3292c0;let _0x8168b5=oc(_0x37397e);if((_0x8168b5==null?void 0x0:_0x8168b5[_0x2e8d93(0x54e)])===_0x2e8d93(0x660)){_0x5cd3b8[_0x2e8d93(0x5ad)](_0x8168b5[_0x2e8d93(0x240)],_0x8168b5[_0x2e8d93(0x660)]);return;}_0x4b4b52[_0x2e8d93(0x498)](_0x37397e);});let _0x2b8205=Hs(_0x1ec87d,_0x5cd3b8,_0x384836);return _0x4b4b52['forEach'](_0x1b112d=>{const _0x5ac38e=_0x3292c0;_0x2b8205[_0x5ac38e(0x36d)](_0x1b112d);}),_0x2b8205;},'createInstance':(..._0x4b678a)=>{const _0xcb2e21=_0x26406c;let _0x34c5f=_0x259a66(),_0x5815b3=_0x34c5f==null?void 0x0:_0x34c5f['createInstance'];if(_0x34c5f&&typeof _0x5815b3==_0xcb2e21(0x59d))return _0x1b0358(_0x34c5f,_0x4b678a[0x0]),_0x5815b3[_0xcb2e21(0x46f)](_0x34c5f,_0x4b678a);let _0x4a68cd=_0x1ec87d[_0xcb2e21(0x398)];if(typeof _0x4a68cd==_0xcb2e21(0x59d))return _0x4a68cd['apply'](_0x1ec87d,_0x4b678a);let [_0x48c919,..._0x20b7af]=_0x4b678a;return new _0x48c919(..._0x20b7af);},'dispose':()=>{const _0x270291=_0x26406c;_0x59a7ed&&tc(_0x59a7ed,_0x384836,_0x373c50[_0x270291(0x672)]()),_0x59a7ed=void 0x0,_0x447af5[_0x270291(0x120)](),_0x4ba8fc[_0x270291(0x120)](),_0x59864f[_0x270291(0x120)]();}};function _0x39c176(_0x252678,_0x5ecd34){!_0x252678||!_0x51ae61(_0x5ecd34)||Zs(_0x252678,_0x5ecd34,_0xe06094(_0x5ecd34));}function _0x1b0358(_0x531197,_0xac904d){const _0x2bd81d=_0x26406c;Qs(_0xac904d)[_0x2bd81d(0x684)](_0x11bd67=>_0x39c176(_0x531197,_0x11bd67));}return _0x4d87cc[_0x26406c(0x6ce)]=_0x384836,_0x4d87cc;}function Us(_0x11908a,_0x1a7ed4,_0x55f399,_0x3af9eb=!0x0){const _0x4a6e4b=_0x5878b6;let _0x558542=_0x3af9eb&&_0x11908a[_0x4a6e4b(0x391)][_0x4a6e4b(0x6d0)](Z)?_0x11908a[_0x4a6e4b(0x391)]['get'](Z):void 0x0;_0x1a7ed4[_0x4a6e4b(0x495)](_0x558542!=null&&_0x558542[_0x4a6e4b(0x3f8)](_0x11908a[_0x4a6e4b(0x1a0)])?_0x11908a[_0x4a6e4b(0x4d3)]:_0x55f399);}function Ws(_0x52c47b){const _0x443537=_0x5878b6;return Array[_0x443537(0x27d)](_0x52c47b)?_0x52c47b[0x0]:_0x52c47b;}function Gs(_0x503140){const _0x3ee8fb=_0x5878b6;let _0x2bcfb2=_0x503140==null?void 0x0:_0x503140[_0x3ee8fb(0x4af)];return typeof _0x2bcfb2==_0x3ee8fb(0x41b)&&_0x2bcfb2?_0x3ee8fb(0x450)+_0x2bcfb2:_0x503140;}function Ks(_0x3137fe,_0x5e5ee4){const _0xa52961=_0x5878b6;return _0x3137fe[_0xa52961(0xa5)](_0x5e5ee4);}function qs(_0x1c4074,_0x18a5d8){return _0x1c4074['filter'](_0x3c3b3f=>_0x3c3b3f!==_0x18a5d8);}function Js(_0x2b9b55,_0x4d7058,_0x1a389e){const _0x475f6d=_0x5878b6;return _0x2b9b55[_0x475f6d(0x96)](_0x4d7058,..._0x1a389e);}function Ys(_0x2e7ff6,_0x4b1ded){const _0x290b7a=_0x5878b6;var _0x33499f;let _0x52c3bf=_0x2e7ff6==null||(_0x33499f=_0x2e7ff6[_0x290b7a(0x118)])==null?void 0x0:_0x33499f['resolvedDependencies'];if(!_0x52c3bf)return{'resolved':!0x1};let _0x1958b3=Xs(_0x52c3bf[_0x290b7a(0x96)](_0x4b1ded));if(_0x1958b3[_0x290b7a(0x6ab)])return _0x1958b3;let _0x3be7ae=Gs(_0x4b1ded);for(let [_0x110e40,_0x4a9500]of _0x52c3bf){if(_0x110e40===_0x4b1ded||Gs(_0x110e40)!==_0x3be7ae)continue;let _0xdc467=Xs(_0x4a9500);if(_0xdc467['resolved'])return _0xdc467;}return{'resolved':!0x1};}function Xs(_0x44a791){const _0x25b334=_0x5878b6;return!_0x44a791||_0x44a791[_0x25b334(0x102)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x44a791[0x0]};}function Zs(_0x3b5ed1,_0x42bf27,_0x42af6a){const _0x3264e8=_0x5878b6;!_0x3b5ed1||$s(_0x3b5ed1,_0x42bf27)||_0x3b5ed1[_0x3264e8(0x36d)]([_0x42bf27,{'useValue':_0x42af6a}]);}function Qs(_0x2e18ae){const _0x438db0=_0x5878b6;if(!_0x2e18ae||typeof _0x2e18ae!=_0x438db0(0x59d)&&typeof _0x2e18ae!=_0x438db0(0x414))return[];for(let _0x3446a8 of Object[_0x438db0(0x3a5)](_0x2e18ae)){let _0x3016fc=_0x2e18ae[_0x3446a8];if(!Array[_0x438db0(0x27d)](_0x3016fc))continue;let _0x46d04a=_0x3016fc[_0x438db0(0x28d)](_0x4c4a7c=>_0x4c4a7c==null?void 0x0:_0x4c4a7c[_0x438db0(0x240)])[_0x438db0(0x273)](_0x4abd0f=>_0x4abd0f!==void 0x0);if(_0x46d04a['length'])return _0x46d04a;}return[];}function $s(_0x1bf267,_0x46eec7){const _0x78a8e3=_0x5878b6;var _0x4cc91f,_0x3749ce,_0x4fc7f4,_0x310686;let _0xf35631=_0x1bf267;return!!((_0x4cc91f=_0xf35631['dependencyCollection'])!=null&&(_0x3749ce=_0x4cc91f[_0x78a8e3(0x6d0)])!=null&&_0x3749ce['call'](_0x4cc91f,_0x46eec7)||(_0x4fc7f4=_0xf35631['resolvedDependencyCollection'])!=null&&(_0x310686=_0x4fc7f4[_0x78a8e3(0x6d0)])!=null&&_0x310686[_0x78a8e3(0x610)](_0x4fc7f4,_0x46eec7));}function ec(_0x308657){const _0x37e704=_0x5878b6;return _0x308657[_0x37e704(0x6ce)];}function tc(_0x17542e,_0x284553,_0x37a16f=[]){const _0x42fe0f=_0x5878b6;let _0x4ebfea=nc(_0x284553);for(let _0x57c9df of _0x37a16f)_0x4ebfea[_0x42fe0f(0x36d)](_0x57c9df);rc(_0x17542e,_0x4ebfea),_0x17542e[_0x42fe0f(0x3ef)]();}function nc(_0x3f2d0c){const _0x2a73b5=_0x5878b6;let _0x332a47=new Set(),_0x2fd0a4=ic(_0x3f2d0c);return _0x2fd0a4&&_0x2fd0a4[_0x2a73b5(0x684)](_0x16f130=>{const _0x55f21b=_0x2a73b5;Array[_0x55f21b(0x27d)](_0x16f130)&&_0x16f130['forEach'](_0x36c883=>_0x332a47[_0x55f21b(0x36d)](_0x36c883));}),_0x332a47;}function rc(_0x421417,_0x8e06f0,_0x349b27=new Set()){const _0x24f723=_0x5878b6;if(_0x349b27[_0x24f723(0x6d0)](_0x421417))return;_0x349b27[_0x24f723(0x36d)](_0x421417);let _0x2c2df7=_0x421417['children'];_0x2c2df7==null||_0x2c2df7[_0x24f723(0x684)](_0x1ff3ef=>rc(_0x1ff3ef,_0x8e06f0,_0x349b27));let _0x319d52=ic(_0x421417);_0x319d52&&_0x319d52[_0x24f723(0x684)]((_0x39734a,_0x28e323)=>{const _0x59b261=_0x24f723;if(!Array['isArray'](_0x39734a))return;let _0x17cbb2=_0x39734a[_0x59b261(0x273)](_0x43ced2=>!_0x8e06f0[_0x59b261(0x6d0)](_0x43ced2));if(_0x17cbb2['length']!==_0x39734a[_0x59b261(0x102)]){if(_0x17cbb2[_0x59b261(0x102)]===0x0){_0x319d52[_0x59b261(0x66b)](_0x28e323);return;}_0x319d52[_0x59b261(0x5ad)](_0x28e323,_0x17cbb2);}});}function ic(_0x530036){const _0x174f0d=_0x5878b6;var _0x33c7b0;return(_0x33c7b0=_0x530036[_0x174f0d(0x118)])==null?void 0x0:_0x33c7b0[_0x174f0d(0x6cb)];}function ac(_0x32e759){return Array['from'](_0x32e759,([_0x419ce6,_0x172492])=>[_0x419ce6,{'useValue':_0x172492}]);}function oc(_0x528a9c){const _0x23d550=_0x5878b6;if(!Array[_0x23d550(0x27d)](_0x528a9c)||_0x528a9c[_0x23d550(0x102)]<0x2)return;let [_0x5db14b,_0x3868cf]=_0x528a9c;if(!(!_0x3868cf||typeof _0x3868cf!=_0x23d550(0x414))){if('useValue'in _0x3868cf)return{'kind':'value','identifier':_0x5db14b,'value':_0x3868cf[_0x23d550(0x6df)]};if(typeof _0x3868cf[_0x23d550(0x5c1)]=='function')return{'kind':_0x23d550(0x1aa),'identifier':_0x5db14b,'factory':_0x3868cf['useFactory']};}}function sc(_0x1ef4cc,_0x3ce13e){const _0x1593ae=_0x5878b6;if(!_0x1ef4cc[_0x1593ae(0x6d0)](_0xf7436))return;let _0x54a432=_0x1ef4cc['get'](_0xf7436),_0x1b00c3=_0x54a432['createScoped'];return cc(typeof _0x1b00c3=='function'?_0x1b00c3['call'](_0x54a432,_0x3ce13e):_0x54a432);}function cc(_0x5ee9e3){const _0x4feb50=_0x5878b6;return{'menuChanged$':_0x5ee9e3['menuChanged$'],'mergeMenu':(_0x3444ea,_0x40696e)=>_0x5ee9e3[_0x4feb50(0x1ae)](_0x3444ea,_0x40696e),'appendRootMenu':_0x5a5ed4=>_0x5ee9e3[_0x4feb50(0x630)](_0x5a5ed4),'getMenuByPositionKey':_0x43e127=>lc(_0x5ee9e3['getMenuByPositionKey'](_0x43e127)),'getFlatMenuByPositionKey':_0x135c2a=>lc(_0x5ee9e3['getFlatMenuByPositionKey'](_0x135c2a))};}function lc(_0x5a459e){const _0x702bd=_0x5878b6;return _0x5a459e[_0x702bd(0x2a2)](_0x33dcb7=>{const _0x2fac16=_0x702bd;var _0x454ea1;if(vs['has'](((_0x454ea1=_0x33dcb7['item'])==null?void 0x0:_0x454ea1['id'])??_0x33dcb7['key']))return[];if(!_0x33dcb7['children'])return[_0x33dcb7];let _0x4b5e6a=lc(_0x33dcb7[_0x2fac16(0x340)]);return _0x33dcb7['children']['length']>0x0&&_0x4b5e6a[_0x2fac16(0x102)]===0x0&&!_0x33dcb7['item']&&!_0x33dcb7[_0x2fac16(0x367)]?[]:[{..._0x33dcb7,'children':_0x4b5e6a}];});}function uc(_0x7532b7,_0x9395bc,_0x3e15f7){const _0x1ecb79=_0x5878b6;if(!_0x7532b7[_0x1ecb79(0x6d0)](_0x24d73b))return;let _0x196f25=_0x7532b7[_0x1ecb79(0x96)](_0x24d73b);return{get 'disabled'(){return _0x196f25['disabled'];},set 'disabled'(_0x504625){const _0x2344ce=_0x1ecb79;_0x196f25[_0x2344ce(0x1b1)]=_0x504625;},get 'visible'(){const _0x5d1fe8=_0x1ecb79;return _0x196f25[_0x5d1fe8(0x1f5)];},'enable':()=>_0x196f25[_0x1ecb79(0x3c5)](),'disable':()=>_0x196f25[_0x1ecb79(0x3e7)](),'triggerContextMenu':(_0x6f60ee,_0x592155,_0x4f1d63)=>{const _0xfa1320=_0x1ecb79;_0x196f25['triggerContextMenu'](_0x6f60ee,_0x592155,{..._0x4f1d63,'unitId':(_0x4f1d63==null?void 0x0:_0x4f1d63[_0xfa1320(0x1bc)])??_0x3e15f7});},'hideContextMenu':()=>_0x196f25['hideContextMenu'](),'registerContextMenuHandler':_0x4ba607=>_0x196f25['registerContextMenuHandler'](_0x4ba607)};}function dc(_0x58bc9f,_0x57ee2b){const _0x74f7e2=_0x5878b6;let _0x2fcec0=new _0x2f8aeb();return{get 'disabled'(){const _0x277c70=_0x4fd0;return _0x2fcec0[_0x277c70(0x1b1)];},set 'disabled'(_0x2af85e){const _0x6725f4=_0x4fd0;_0x2fcec0[_0x6725f4(0x1b1)]=_0x2af85e;},get 'visible'(){const _0x189688=_0x4fd0;return _0x2fcec0[_0x189688(0x1f5)];},'enable':()=>_0x2fcec0['enable'](),'disable':()=>_0x2fcec0[_0x74f7e2(0x3e7)](),'triggerContextMenu':(_0x8e2e2d,_0x129e1e,_0xb169c3)=>{const _0x125572=_0x74f7e2;_0x2fcec0[_0x125572(0x5a4)](_0x8e2e2d,_0x129e1e,{..._0xb169c3,'unitId':(_0xb169c3==null?void 0x0:_0xb169c3[_0x125572(0x1bc)])??_0x57ee2b});},'hideContextMenu':()=>_0x2fcec0[_0x74f7e2(0x231)](),'registerContextMenuHandler':_0xf49a73=>_0x2fcec0['registerContextMenuHandler'](_0xf49a73),'dispose':()=>_0x2fcec0[_0x74f7e2(0x3ef)]()};}function fc(_0x4b7712,_0x2d6ab4){const _0x58ab1d=_0x5878b6;let _0xf1d499=_0x4b7712[_0x58ab1d(0x96)](_0x59228c),_0x4c52d9=_0x4b7712[_0x58ab1d(0x6d0)](ls)?_0x4b7712[_0x58ab1d(0x96)](ls):void 0x0,_0x3f7716=_0x4b7712[_0x58ab1d(0x6d0)](Z)?_0x4b7712[_0x58ab1d(0x96)](Z):void 0x0,_0x34f94e=_0x2d6ab4[_0x58ab1d(0x6b3)][_0x58ab1d(0x61e)],_0xc84dc7=_0x2d6ab4[_0x58ab1d(0x6b3)]['contentRoot']??_0x34f94e,_0x36ef2c=new Set([_0x34f94e,_0xc84dc7]),_0x4bedfc=_0x2d6ab4[_0x58ab1d(0x6b3)]['mode']!=='float'||_0x2d6ab4[_0x58ab1d(0x6b3)][_0x58ab1d(0x5e7)],_0x11f608=(_0x40858b,_0x394c46)=>{const _0xbf90d4=_0x58ab1d;_0x36ef2c['add'](_0x40858b);let _0x138b29=(_0x394c46==null?void 0x0:_0x394c46[_0xbf90d4(0x6f0)])&&_0x4bedfc,_0x42316=_0x138b29?pc(_0x40858b):void 0x0,_0x483ff2=_0x138b29?_0x4c52d9==null?void 0x0:_0x4c52d9['registerOwnedElement'](_0x2d6ab4[_0xbf90d4(0x1a0)],_0x40858b):void 0x0,_0xa7c088=_0x138b29?_0x3f7716==null?void 0x0:_0x3f7716[_0xbf90d4(0x5f3)]({'embedId':_0x2d6ab4[_0xbf90d4(0x1a0)],'role':_0xbf90d4(0x1e3),'element':_0x40858b}):void 0x0;return _0x139183(()=>{const _0x3e300c=_0xbf90d4;_0xa7c088==null||_0xa7c088['dispose'](),_0x483ff2==null||_0x483ff2[_0x3e300c(0x3ef)](),_0x42316==null||_0x42316[_0x3e300c(0x3ef)](),_0x36ef2c['delete'](_0x40858b);});},_0x3f04d8=_0x474f04=>_0x474f04?[..._0x36ef2c]['some'](_0x44a87c=>_0x44a87c===_0x474f04||_0x44a87c[_0x58ab1d(0x434)](_0x474f04)):!0x1;return{get 'isFocused'(){const _0x3d9808=_0x58ab1d;return _0xf1d499[_0x3d9808(0x6c5)];},get 'rootContainerElement'(){return _0x34f94e;},'focus':()=>_0xf1d499[_0x58ab1d(0x3d1)](),'registerFocusHandler':(_0x18a937,_0x144eb1)=>_0xf1d499[_0x58ab1d(0x557)](_0x18a937,_0x144eb1),'registerRootContainerElement':_0x11f608,'registerContentElement':_0x11f608,'registerContainerElement':_0x3b587a=>_0x11f608(_0x3b587a,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0xc84dc7,'checkElementInCurrentContainers':_0x1c4a2e=>_0x3f04d8(_0x1c4a2e)||(_0x4c52d9==null?void 0x0:_0x4c52d9[_0x58ab1d(0x434)](_0x2d6ab4[_0x58ab1d(0x1a0)],_0x1c4a2e))||_0xf1d499[_0x58ab1d(0x1a1)](_0x1c4a2e),'checkContentIsFocused':()=>_0x3f04d8(_0xc84dc7[_0x58ab1d(0xfa)][_0x58ab1d(0x526)])||(_0x3f7716==null?void 0x0:_0x3f7716['hasChildInteractionLease'](_0x2d6ab4[_0x58ab1d(0x1a0)]))||_0xf1d499[_0x58ab1d(0x172)]()};}function pc(_0xc0850c){const _0x22b749=_0x5878b6;let _0x517569=new Map(),_0x38df6a=_0x27d277=>{const _0x536af0=_0x4fd0;_0x517569[_0x536af0(0x5ad)](_0x27d277,_0x27d277['getAttribute'](ss)),_0x27d277[_0x536af0(0x153)](ss,'child-editor');};return _0x38df6a(_0xc0850c),_0xc0850c[_0x22b749(0x382)]('*')['forEach'](_0x38df6a),_0x139183(()=>{_0x517569['forEach']((_0x4ecdeb,_0x819405)=>{const _0x16353e=_0x4fd0;if(_0x4ecdeb==null){_0x819405[_0x16353e(0x5d0)](ss);return;}_0x819405[_0x16353e(0x153)](ss,_0x4ecdeb);});});}function mc(_0x264211,_0x533514,_0x54cbff=[]){const _0xe13180=_0x5878b6;let _0x1c93d0=gc(_0x264211,_0x54cbff)??_0x264211['injector'],_0x5da96f=_0x1c93d0!==_0x264211[_0xe13180(0x391)],_0x5c95df=hc(_0x264211),_0x1d47b8={'descriptor':_0x264211[_0xe13180(0xda)],'host':{'unitId':_0x264211['hostUnitId'],'type':_0x264211['descriptor'][_0xe13180(0x5eb)],'anchorId':_0x264211[_0xe13180(0xda)][_0xe13180(0x6f7)],'entry':_0x264211[_0xe13180(0xda)][_0xe13180(0x289)],'layout':vc(_0x264211)},'child':{'unitId':_0x264211[_0xe13180(0x4d3)],'type':_0x264211[_0xe13180(0x1ec)]},'injector':_0x1c93d0,'instanceService':_c(_0x1c93d0,_0x384701),'commandService':_c(_0x1c93d0,_0x20e3ee),'menuManagerService':_c(_0x1c93d0,_0xf7436),'roots':_0x5c95df,'activate':()=>_0x533514(!0x0),'deactivate':()=>_0x533514(!0x1),'dispose':()=>{const _0x2043d1=_0xe13180;_0x5da96f&&_0x1c93d0[_0x2043d1(0x3ef)]();}};return{'runtimeScope':_0x1d47b8,'disposable':_0x139183(()=>_0x1d47b8[_0xe13180(0x3ef)]())};}function hc(_0x29bc9d){const _0x40be1c=_0x5878b6;var _0x12d391;let _0x571244=_0x29bc9d[_0x40be1c(0x6b3)]['rootElement'],_0x4ba9c4=_0x29bc9d[_0x40be1c(0x6b3)]['contentRoot']??Zo(_0x571244,'data-embed-content-root')??_0x571244,_0x1100ca=_0x29bc9d[_0x40be1c(0x6b3)]['overlayRoot']??Zo(_0x571244,_0x40be1c(0x139))??_0x571244;return{'root':_0x571244,'content':_0x4ba9c4,'canvas':_0x29bc9d['renderScope'][_0x40be1c(0x6d8)]??Zo(_0x571244,'data-embed-canvas-root')??void 0x0,'overlay':_0x1100ca,'popup':_0x29bc9d['renderScope'][_0x40be1c(0x310)]??Zo(_0x571244,_0x40be1c(0x15c))??_0x1100ca,'menuSlot':((_0x12d391=_0x29bc9d[_0x40be1c(0x6b3)][_0x40be1c(0x78)])==null?void 0x0:_0x12d391['container'])??Zo(_0x571244,_0x40be1c(0x4d5))??void 0x0,'footerSlot':Zo(_0x571244,'data-embed-footer-slot')??void 0x0};}function gc(_0x19756f,_0x2c24e1){const _0x28f67f=_0x5878b6;if(!(!_0x19756f[_0x28f67f(0x391)]['has'](_0x384701)||!_0x19756f[_0x28f67f(0x391)][_0x28f67f(0x6d0)](_0x20e3ee)))return ys(_0x19756f,_0x2c24e1);}function _c(_0x531b4e,_0x1449e7){const _0xb37bc4=_0x5878b6;if(_0x531b4e['has'](_0x1449e7))return _0x531b4e[_0xb37bc4(0x96)](_0x1449e7);}function vc(_0x5b0926){const _0xca9a6c=_0x5878b6;var _0x543cfa,_0x385b53;switch(_0x5b0926[_0xca9a6c(0xda)][_0xca9a6c(0x289)]){case'docs-custom-block':return _0xca9a6c(0x57f);case'sheets-floating-object':case _0xca9a6c(0x85):case _0xca9a6c(0x6c8):return'float';case _0xca9a6c(0x52f):case _0xca9a6c(0x1b0):case _0xca9a6c(0x4f4):return _0xca9a6c(0x3cc);default:break;}return _0x5b0926[_0xca9a6c(0x3b8)]===_0xca9a6c(0x3cc)||(_0x543cfa=_0x5b0926[_0xca9a6c(0xda)][_0xca9a6c(0x213)])!=null&&_0x543cfa[_0xca9a6c(0x3e8)]?'tab-peer':(_0x385b53=_0x5b0926[_0xca9a6c(0xda)][_0xca9a6c(0x213)])!=null&&_0x385b53['floating']?_0xca9a6c(0x45f):_0x5b0926[_0xca9a6c(0x3b8)][_0xca9a6c(0x65e)]('docs-')||_0x5b0926[_0xca9a6c(0x3b8)]===_0xca9a6c(0x68d)?_0xca9a6c(0x57f):_0xca9a6c(0x45f);}var yc=class{constructor(){X(this,'_contributions',new Map());}['register'](_0x17d5e6){const _0x59e077=_0x5878b6;if(this[_0x59e077(0x36c)]['has'](_0x17d5e6[_0x59e077(0x1ec)]))throw Error(_0x59e077(0x4ac)+_0x17d5e6[_0x59e077(0x1ec)]);this['_contributions']['set'](_0x17d5e6[_0x59e077(0x1ec)],_0x17d5e6);}[_0x5878b6(0x96)](_0x56df9b){const _0x3d0b16=_0x5878b6;return this[_0x3d0b16(0x36c)][_0x3d0b16(0x96)](_0x56df9b);}[_0x5878b6(0x4d2)](){const _0x1cf6ec=_0x5878b6;return[...this[_0x1cf6ec(0x36c)][_0x1cf6ec(0x672)]()];}},bc=class{constructor(){const _0x1eb955=_0x5878b6;X(this,_0x1eb955(0x36c),new Map());}[_0x5878b6(0x334)](_0xbb8bb6){const _0x40df29=_0x5878b6;let _0x5c4df7=this[_0x40df29(0x4f8)](_0xbb8bb6[_0x40df29(0x5eb)],_0xbb8bb6['entry'],_0xbb8bb6[_0x40df29(0x1ec)]);if(this[_0x40df29(0x36c)][_0x40df29(0x6d0)](_0x5c4df7))throw Error(_0x40df29(0x10e)+_0x5c4df7);return this['_contributions']['set'](_0x5c4df7,_0xbb8bb6),_0x139183(()=>{const _0x51b12e=_0x40df29;this['_contributions'][_0x51b12e(0x96)](_0x5c4df7)===_0xbb8bb6&&this[_0x51b12e(0x36c)]['delete'](_0x5c4df7);});}[_0x5878b6(0x96)](_0x4f9951,_0x188941,_0x8175db){const _0x21add9=_0x5878b6;if(_0x8175db!=null){let _0x5e4be4=this[_0x21add9(0x36c)][_0x21add9(0x96)](this[_0x21add9(0x4f8)](_0x4f9951,_0x188941,_0x8175db));if(_0x5e4be4)return _0x5e4be4;}return this[_0x21add9(0x36c)][_0x21add9(0x96)](this['_key'](_0x4f9951,_0x188941));}[_0x5878b6(0x5fa)](_0xb6e80,_0x2c90e0,_0x589085){const _0x571061=_0x5878b6;return this[_0x571061(0x36c)]['has'](this[_0x571061(0x4f8)](_0xb6e80,_0x2c90e0,_0x589085));}['list'](){const _0x561dfa=_0x5878b6;return[...this[_0x561dfa(0x36c)][_0x561dfa(0x672)]()];}[_0x5878b6(0x4f8)](_0x302aaf,_0x20a19d,_0x3ed795){return _0x3ed795==null?_0x302aaf+':'+_0x20a19d+':*':_0x302aaf+':'+_0x20a19d+':'+_0x3ed795;}},xc=class{constructor(){const _0xd25ba4=_0x5878b6;X(this,_0xd25ba4(0x36c),new Map());}[_0x5878b6(0x334)](_0x5e6696){const _0x42812c=_0x5878b6;let _0x224297=this['_key'](_0x5e6696[_0x42812c(0x5eb)],_0x5e6696['entry']);if(this[_0x42812c(0x36c)]['has'](_0x224297))throw Error(_0x42812c(0x428)+_0x224297);this[_0x42812c(0x36c)]['set'](_0x224297,_0x5e6696);}[_0x5878b6(0x96)](_0xf9009,_0x57aed2){const _0x1b8779=_0x5878b6;return this['_contributions']['get'](this[_0x1b8779(0x4f8)](_0xf9009,_0x57aed2));}[_0x5878b6(0x4d2)](){const _0xb7b4ba=_0x5878b6;return[...this[_0xb7b4ba(0x36c)]['values']()];}[_0x5878b6(0x26d)](_0x33d2bd,_0x1f949c,_0x3b2287){const _0x48f29b=_0x5878b6;let _0xc008c=this['get'](_0x33d2bd,_0x1f949c);return _0xc008c?(_0xc008c[_0x48f29b(0x510)]??[_0xc008c['layout']])[_0x48f29b(0xa5)](_0x3b2287):!0x1;}[_0x5878b6(0x4f8)](_0x5da4a7,_0x3d72a1){return _0x5da4a7+':'+_0x3d72a1;}},Sc=class{constructor(){const _0x2de277=_0x5878b6;X(this,_0x2de277(0x354),new Map()),X(this,_0x2de277(0x1b6),new Map()),X(this,_0x2de277(0x58f),new Map());}['register'](_0x3720ff,_0x1c299b){const _0x2e881f=_0x5878b6;let _0x5e9f22=typeof _0x3720ff==_0x2e881f(0x41b)?{'childUnitId':_0x3720ff,'root':_0x1c299b}:_0x3720ff;return this[_0x2e881f(0x354)][_0x2e881f(0x5ad)](_0x5e9f22['childUnitId'],_0x5e9f22),_0x5e9f22[_0x2e881f(0x1a0)]&&this[_0x2e881f(0x1b6)][_0x2e881f(0x5ad)](_0x5e9f22[_0x2e881f(0x1a0)],_0x5e9f22),_0x5e9f22[_0x2e881f(0x6f7)]&&this[_0x2e881f(0x58f)]['set'](_0x5e9f22[_0x2e881f(0x6f7)],_0x5e9f22),_0x139183(()=>{const _0x3dea41=_0x2e881f;this[_0x3dea41(0x354)]['get'](_0x5e9f22[_0x3dea41(0x4d3)])===_0x5e9f22&&this[_0x3dea41(0x354)][_0x3dea41(0x66b)](_0x5e9f22['childUnitId']),_0x5e9f22[_0x3dea41(0x1a0)]&&this[_0x3dea41(0x1b6)][_0x3dea41(0x96)](_0x5e9f22[_0x3dea41(0x1a0)])===_0x5e9f22&&this['_rootsByEmbedId'][_0x3dea41(0x66b)](_0x5e9f22[_0x3dea41(0x1a0)]),_0x5e9f22[_0x3dea41(0x6f7)]&&this['_rootsByHostAnchorId'][_0x3dea41(0x96)](_0x5e9f22[_0x3dea41(0x6f7)])===_0x5e9f22&&this[_0x3dea41(0x58f)][_0x3dea41(0x66b)](_0x5e9f22[_0x3dea41(0x6f7)]);});}[_0x5878b6(0x96)](_0x246e28){const _0x26cd1d=_0x5878b6;var _0x43ee3f;return((_0x43ee3f=this[_0x26cd1d(0x354)][_0x26cd1d(0x96)](_0x246e28))==null?void 0x0:_0x43ee3f[_0x26cd1d(0x1ce)])??null;}['getByEmbedId'](_0x4e0b38){const _0x3db4bd=_0x5878b6;var _0x11ec9f;return((_0x11ec9f=this[_0x3db4bd(0x1b6)][_0x3db4bd(0x96)](_0x4e0b38))==null?void 0x0:_0x11ec9f['root'])??null;}[_0x5878b6(0x323)](_0x54810e){const _0x3df96a=_0x5878b6;var _0x3444e3;return((_0x3444e3=this[_0x3df96a(0x58f)]['get'](_0x54810e))==null?void 0x0:_0x3444e3[_0x3df96a(0x1ce)])??null;}[_0x5878b6(0x434)](_0x178acd,_0x49366b){const _0x3a6b38=_0x5878b6;if(!(_0x178acd instanceof Node))return!0x1;let _0x437cf0=_0x49366b['embedId']?this[_0x3a6b38(0x126)](_0x49366b[_0x3a6b38(0x1a0)]):_0x49366b[_0x3a6b38(0x6f7)]?this[_0x3a6b38(0x323)](_0x49366b[_0x3a6b38(0x6f7)]):_0x49366b[_0x3a6b38(0x4d3)]?this[_0x3a6b38(0x96)](_0x49366b['childUnitId']):null;return!!(_0x437cf0!=null&&_0x437cf0[_0x3a6b38(0x434)](_0x178acd));}};function Cc(_0x513df3,_0x187b71,_0x2475aa=Ec(_0x513df3),_0x171525={}){const _0x3cc465=_0x5878b6;var _0x54c813,_0x3760d5;let _0xe29cec=_0x513df3[_0x3cc465(0x391)][_0x3cc465(0x96)](_0x187b71),_0x547370=_0x171525['scopedInjector']??(_0x171525[_0x3cc465(0x401)]===!0x1?void 0x0:((_0x54c813=_0x513df3[_0x3cc465(0x44c)])==null?void 0x0:_0x54c813[_0x3cc465(0x391)])??wc(_0x513df3)),_0x2ab943=!_0x171525['scopedInjector']&&_0x547370!==((_0x3760d5=_0x513df3[_0x3cc465(0x44c)])==null?void 0x0:_0x3760d5[_0x3cc465(0x391)]),_0x5c256f=kc(_0xe29cec,_0x513df3['childUnitId'],_0x547370);if(!_0x5c256f){_0x2ab943&&(_0x547370==null||_0x547370['dispose']());return;}_0x2475aa[_0x3cc465(0x65b)]['embedChildRenderUnitId']=_0x513df3[_0x3cc465(0x4d3)],_0x2475aa['dataset']['embedChildRenderMode']=_0x513df3[_0x3cc465(0x6b3)]['mode'];try{var _0x2b626a,_0x460de9;(_0x2b626a=(_0x460de9=_0x5c256f[_0x3cc465(0x14c)])['unmount'])==null||_0x2b626a['call'](_0x460de9);}catch{}_0x5c256f[_0x3cc465(0x14c)][_0x3cc465(0x205)](_0x2475aa),Dc(_0x5c256f,_0x2475aa),jc(_0x5c256f,{'activate':_0x171525[_0x3cc465(0x5f8)]??!0x0});let _0x25ca6a=Tc(_0x5c256f,_0x2475aa,{'activate':!0x1,'idleMs':_0x513df3['descriptor'][_0x3cc465(0x5eb)]===_0x152567[_0x3cc465(0x66c)]&&_0x513df3[_0x3cc465(0x6b3)][_0x3cc465(0x67a)]==='float'?0x64:0x0});return _0x139183(()=>{const _0x1b730c=_0x3cc465;var _0x3d991e;_0x25ca6a[_0x1b730c(0x3ef)]();try{var _0x1fec53,_0x36e702;(_0x1fec53=(_0x36e702=_0x5c256f[_0x1b730c(0x14c)])[_0x1b730c(0x69b)])==null||_0x1fec53['call'](_0x36e702);}catch{}(_0x3d991e=_0xe29cec['removeRender'])==null||_0x3d991e[_0x1b730c(0x610)](_0xe29cec,_0x513df3[_0x1b730c(0x4d3)]),_0x2475aa[_0x1b730c(0x5d0)](_0x1b730c(0x150)),_0x2475aa[_0x1b730c(0x5d0)](_0x1b730c(0x397)),_0x2ab943&&(_0x547370==null||_0x547370[_0x1b730c(0x3ef)]());});}function wc(_0x2d616b){const _0x299b25=_0x5878b6;if(typeof _0x2d616b['injector'][_0x299b25(0x6d0)]=='function'&&!(!_0x2d616b[_0x299b25(0x391)][_0x299b25(0x6d0)](_0x384701)||!_0x2d616b[_0x299b25(0x391)][_0x299b25(0x6d0)](_0x20e3ee)))return ys(_0x2d616b);}function Tc(_0x780721,_0x3bf336,_0x7f61d={}){const _0x59559f=_0x5878b6;if(typeof ResizeObserver>'u')return _0x139183(()=>{});let _0x2d6e5a=-0x1,_0x348894=-0x1,_0x2a49d3=0x0,_0x52be62,_0xaa2aee=()=>{const _0x174abc=_0x4fd0;_0x2a49d3&&=(window[_0x174abc(0x3a3)](_0x2a49d3),0x0),_0x2a49d3=window[_0x174abc(0x403)](()=>{_0x2a49d3=0x0,jc(_0x780721,{'activate':_0x7f61d['activate']??!0x1});});},_0x52abb7=new ResizeObserver(_0x4f46a8=>{const _0x10962a=_0x4fd0;var _0x13884d;let _0x8cabc8=(_0x13884d=_0x4f46a8[0x0])==null?void 0x0:_0x13884d[_0x10962a(0x51f)],_0x4be8cf=(_0x8cabc8==null?void 0x0:_0x8cabc8['width'])??_0x3bf336[_0x10962a(0x10f)],_0x242f0e=(_0x8cabc8==null?void 0x0:_0x8cabc8[_0x10962a(0x2e8)])??_0x3bf336['clientHeight'];(_0x4be8cf!==_0x2d6e5a||_0x242f0e!==_0x348894)&&(_0x2d6e5a=_0x4be8cf,_0x348894=_0x242f0e,_0x2a49d3&&=(window['cancelAnimationFrame'](_0x2a49d3),0x0),_0x52be62!=null&&globalThis[_0x10962a(0x14f)](_0x52be62),(_0x7f61d[_0x10962a(0x30b)]??0x0)>0x0?_0x52be62=globalThis[_0x10962a(0x119)](()=>{_0x52be62=void 0x0,_0xaa2aee();},_0x7f61d[_0x10962a(0x30b)]):_0xaa2aee());});return _0x52abb7[_0x59559f(0x694)](_0x3bf336),_0x139183(()=>{const _0x59fc19=_0x59559f;_0x2a49d3&&window['cancelAnimationFrame'](_0x2a49d3),_0x52be62!=null&&globalThis[_0x59fc19(0x14f)](_0x52be62),_0x52abb7[_0x59fc19(0x158)]();});}function Ec(_0x468f67){const _0x265a0a=_0x5878b6;return _0x468f67[_0x265a0a(0x44c)][_0x265a0a(0x6d9)][_0x265a0a(0x61f)]??_0x468f67[_0x265a0a(0x6b3)][_0x265a0a(0x6d8)]??_0x468f67['renderScope'][_0x265a0a(0x627)]??_0x468f67[_0x265a0a(0x6b3)][_0x265a0a(0x61e)];}function Dc(_0x18929a,_0x42fecd){const _0x3c3161=_0x5878b6;var _0x3a9485,_0x5c6958,_0x9abcef,_0x4e6144,_0x4910c1;let _0x49d6ed=((_0x3a9485=(_0x5c6958=_0x18929a[_0x3c3161(0x14c)])[_0x3c3161(0x534)])==null?void 0x0:_0x3a9485[_0x3c3161(0x610)](_0x5c6958))??((_0x9abcef=(_0x4e6144=_0x18929a['engine'])[_0x3c3161(0x6c1)])==null||(_0x9abcef=_0x9abcef[_0x3c3161(0x610)](_0x4e6144))==null||(_0x4910c1=_0x9abcef[_0x3c3161(0x2b8)])==null?void 0x0:_0x4910c1['call'](_0x9abcef));!_0x49d6ed||_0x49d6ed['parentElement']===_0x42fecd||_0x42fecd[_0x3c3161(0x191)](_0x49d6ed);}function Oc(_0x40931e,_0x2150fb,_0xa4fb9c){const _0xb71d54=_0x5878b6;try{let _0x11ca64=_0x40931e[_0xb71d54(0x427)](_0x2150fb);if(_0x11ca64){var _0x449b26;if(!_0xa4fb9c||Ac(_0x11ca64)===_0xa4fb9c)return _0x11ca64;(_0x449b26=_0x40931e[_0xb71d54(0x626)])==null||_0x449b26[_0xb71d54(0x610)](_0x40931e,_0x2150fb);}return _0x40931e[_0xb71d54(0x3fc)](_0x2150fb,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0xa4fb9c,'skipAutoRender':!0x0});}catch{return;}}function kc(_0x63d17,_0x43cbed,_0x50121f){const _0x2dfa04=_0x5878b6;try{let _0x15e45a=_0x63d17['getRenderUnitById'](_0x43cbed);if(_0x15e45a){var _0x163bb3;if(!_0x50121f||Ac(_0x15e45a)===_0x50121f)return _0x15e45a;(_0x163bb3=_0x63d17[_0x2dfa04(0x626)])==null||_0x163bb3['call'](_0x63d17,_0x43cbed);}return _0x63d17[_0x2dfa04(0x3fc)](_0x43cbed,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x50121f,'skipAutoRender':!0x0});}catch(_0x3d75d7){var _0x36b2fb;(_0x36b2fb=_0x63d17[_0x2dfa04(0x626)])==null||_0x36b2fb[_0x2dfa04(0x610)](_0x63d17,_0x43cbed),console[_0x2dfa04(0x1a4)](_0x2dfa04(0x5cf),_0x3d75d7);return;}}function Ac(_0x55ac15){const _0x179414=_0x5878b6;try{var _0x1c4182;return(_0x1c4182=_0x55ac15[_0x179414(0x12a)])==null?void 0x0:_0x1c4182[_0x179414(0x610)](_0x55ac15,_0x4670db);}catch{return;}}function jc(_0x23c2cd,_0x366946={}){const _0x362175=_0x5878b6;var _0x295d69,_0x2bc732,_0x38ab60,_0x47e675;if(_0x366946['activate']){var _0x241cf3;(_0x241cf3=_0x23c2cd[_0x362175(0x5f8)])==null||_0x241cf3['call'](_0x23c2cd);}_0x23c2cd[_0x362175(0x14c)]['resize'](),_0x23c2cd['components'][_0x362175(0x684)](_0x2097e8=>{var _0x5e83c3,_0x2017dd;(_0x5e83c3=_0x2097e8['makeForceDirty'])==null||_0x5e83c3['call'](_0x2097e8,!0x0),(_0x2017dd=_0x2097e8['makeDirty'])==null||_0x2017dd['call'](_0x2097e8,!0x0);}),(_0x295d69=_0x23c2cd[_0x362175(0x268)])==null||(_0x2bc732=_0x295d69['makeDirty'])==null||_0x2bc732[_0x362175(0x610)](_0x295d69,!0x0),_0x23c2cd[_0x362175(0x4dc)][_0x362175(0x494)](),(_0x38ab60=(_0x47e675=_0x23c2cd[_0x362175(0x4dc)])[_0x362175(0x66d)])==null||_0x38ab60['call'](_0x47e675);}var Mc=class{constructor(){const _0x5bb5b1=_0x5878b6;X(this,_0x5bb5b1(0x653),new Map()),X(this,_0x5bb5b1(0xa6),new Map()),X(this,_0x5bb5b1(0x86),new Map()),X(this,'_contextsByChildUnitId',new Map());}[_0x5878b6(0x334)](_0x13defe){const _0x3e5111=_0x5878b6;return this[_0x3e5111(0x653)]['set'](_0x13defe[_0x3e5111(0x1ec)],_0x13defe),_0x139183(()=>{const _0x34e058=_0x3e5111;this[_0x34e058(0x653)][_0x34e058(0x96)](_0x13defe[_0x34e058(0x1ec)])===_0x13defe&&this['_providers'][_0x34e058(0x66b)](_0x13defe[_0x34e058(0x1ec)]);});}[_0x5878b6(0x96)](_0xe213c){const _0x2b3402=_0x5878b6;return this[_0x2b3402(0x653)][_0x2b3402(0x96)](_0xe213c);}[_0x5878b6(0x5c5)](_0x3dd54d){const _0x456af5=_0x5878b6;return this[_0x456af5(0xa6)][_0x456af5(0x5ad)](_0x3dd54d[_0x456af5(0x1a0)],_0x3dd54d),this['_contextsByHostAnchorId'][_0x456af5(0x5ad)](_0x3dd54d[_0x456af5(0xda)][_0x456af5(0x6f7)],_0x3dd54d),this['_contextsByChildUnitId']['set'](_0x3dd54d[_0x456af5(0x4d3)],_0x3dd54d),_0x139183(()=>{const _0x7b7c4=_0x456af5;this[_0x7b7c4(0xa6)]['get'](_0x3dd54d[_0x7b7c4(0x1a0)])===_0x3dd54d&&this[_0x7b7c4(0xa6)][_0x7b7c4(0x66b)](_0x3dd54d[_0x7b7c4(0x1a0)]),this['_contextsByHostAnchorId'][_0x7b7c4(0x96)](_0x3dd54d['descriptor'][_0x7b7c4(0x6f7)])===_0x3dd54d&&this['_contextsByHostAnchorId'][_0x7b7c4(0x66b)](_0x3dd54d[_0x7b7c4(0xda)][_0x7b7c4(0x6f7)]),this[_0x7b7c4(0x509)][_0x7b7c4(0x96)](_0x3dd54d[_0x7b7c4(0x4d3)])===_0x3dd54d&&this['_contextsByChildUnitId'][_0x7b7c4(0x66b)](_0x3dd54d[_0x7b7c4(0x4d3)]);});}[_0x5878b6(0x635)](_0x27f2b3){const _0x4174e2=_0x5878b6;return this['_contextsByEmbedId'][_0x4174e2(0x96)](_0x27f2b3);}[_0x5878b6(0x505)](_0x2c9347){const _0x18a5d0=_0x5878b6;return this[_0x18a5d0(0x86)][_0x18a5d0(0x96)](_0x2c9347);}[_0x5878b6(0x34c)](_0x3db664){const _0x2a9b22=_0x5878b6;return this[_0x2a9b22(0x509)][_0x2a9b22(0x96)](_0x3db664);}['capture'](_0x38259f){const _0x45e91e=_0x5878b6;let _0xb4a4cc=this[_0x45e91e(0x96)](_0x38259f['childType']);return _0xb4a4cc?Promise[_0x45e91e(0x663)](_0xb4a4cc[_0x45e91e(0x248)](_0x38259f)):Promise['resolve'](Nc(_0x38259f));}['captureByEmbedId'](_0x50e36c){const _0x7c1ab1=_0x5878b6;let _0x14c712=this[_0x7c1ab1(0x635)](_0x50e36c);return _0x14c712?this['capture'](_0x14c712):Promise[_0x7c1ab1(0x663)](void 0x0);}[_0x5878b6(0x202)](_0xefe543){const _0x59bfa5=_0x5878b6;let _0x157943=this[_0x59bfa5(0x505)](_0xefe543);return _0x157943?this[_0x59bfa5(0x248)](_0x157943):Promise[_0x59bfa5(0x663)](void 0x0);}[_0x5878b6(0x400)](_0x145927){const _0x4449bd=_0x5878b6;let _0x392cef=this[_0x4449bd(0x34c)](_0x145927);return _0x392cef?this['capture'](_0x392cef):Promise[_0x4449bd(0x663)](void 0x0);}};function Nc(_0x4ffff6){const _0xd5de23=_0x5878b6;let _0x535a81=Fc(_0x4ffff6);if(_0x535a81)try{return _0x535a81[_0xd5de23(0x604)]('image/png');}catch{return;}}const Pc='univer-embed-print-hide-scrollbars';function Fc(_0x26634a,_0x90f42f=!0x1){const _0x379a67=_0x5878b6;if(!_0x26634a[_0x379a67(0x6b3)])return;let _0x1b1b06=[_0x26634a[_0x379a67(0x6b3)][_0x379a67(0x6d8)],_0x26634a[_0x379a67(0x6b3)][_0x379a67(0x627)],_0x26634a[_0x379a67(0x6b3)]['rootElement']]['filter'](_0x2425c6=>!!_0x2425c6),_0x40e767=Array[_0x379a67(0x4fc)](new Set(_0x1b1b06[_0x379a67(0x2a2)](_0x7357d3=>Array[_0x379a67(0x4fc)](_0x7357d3[_0x379a67(0x382)](_0x379a67(0x61f))))))['filter'](_0x40dbb6=>_0x40dbb6[_0x379a67(0x6c9)]>0x1&&_0x40dbb6[_0x379a67(0x2e8)]>0x1)[_0x379a67(0x577)]((_0x32bfb1,_0x2bf04d)=>_0x2bf04d['width']*_0x2bf04d[_0x379a67(0x2e8)]-_0x32bfb1[_0x379a67(0x6c9)]*_0x32bfb1[_0x379a67(0x2e8)]);for(let _0xd30e1b of _0x40e767){if(_0x90f42f)return _0xd30e1b;try{return _0xd30e1b['toDataURL'](_0x379a67(0x4e0)),_0xd30e1b;}catch{}}}function Ic(_0xfabc08){const _0x177a80=_0x5878b6;try{var _0x3cab28;return Lc((((_0x3cab28=_0xfabc08['runtimeScope'])==null?void 0x0:_0x3cab28[_0x177a80(0x391)])??_0xfabc08[_0x177a80(0x391)])[_0x177a80(0x96)](_0x4fb5e9)['getRenderUnitById'](_0xfabc08[_0x177a80(0x4d3)])??void 0x0,Bc(_0xfabc08));}catch{return Lc(void 0x0,Bc(_0xfabc08));}}function Lc(_0x391f50,_0x107a97=[]){const _0x80e097=_0x5878b6;let _0x552301=zc(_0x391f50==null?void 0x0:_0x391f50['scene']),_0x595b5d=_0x552301[_0x80e097(0x2a2)](_0x9994ce=>{const _0x1ffa91=_0x80e097;var _0x44bb1e;return((_0x44bb1e=_0x9994ce[_0x1ffa91(0x24c)])==null?void 0x0:_0x44bb1e['call'](_0x9994ce))??[];})[_0x80e097(0x28d)](_0x1ba975=>{const _0x4bf701=_0x80e097;var _0x3ff86a;return(_0x3ff86a=_0x1ba975[_0x4bf701(0xa4)])==null?void 0x0:_0x3ff86a[_0x4bf701(0x610)](_0x1ba975);})[_0x80e097(0x273)](_0x3beaa3=>!!_0x3beaa3)[_0x80e097(0x28d)](_0x269244=>({'scrollBar':_0x269244,'enableHorizontal':_0x269244[_0x80e097(0x647)],'enableVertical':_0x269244['enableVertical']})),_0x54b307=_0x552301['flatMap'](_0x5e4c3d=>{const _0x942207=_0x80e097;var _0x142a6e;return((_0x142a6e=_0x5e4c3d['getAllObjects'])==null?void 0x0:_0x142a6e[_0x942207(0x610)](_0x5e4c3d))??[];})[_0x80e097(0x273)](_0x3099f2=>_0x3099f2['oKey']===_0x80e097(0xed))[_0x80e097(0x28d)](_0x613fc5=>({'object':_0x613fc5,'visible':_0x613fc5[_0x80e097(0x1f5)]})),_0x12f587=Array[_0x80e097(0x4fc)](new Set(_0x107a97)),_0x6cdd61=_0x12f587[_0x80e097(0x28d)](_0x23f7d4=>({'element':_0x23f7d4,'overflow':_0x23f7d4[_0x80e097(0x50c)][_0x80e097(0x3be)],'hadHideClass':_0x23f7d4['classList'][_0x80e097(0x434)](Pc)}));_0x595b5d['forEach'](({scrollBar:_0x2c2853})=>{const _0x1aecf0=_0x80e097;_0x2c2853[_0x1aecf0(0x647)]=!0x1,_0x2c2853[_0x1aecf0(0x62d)]=!0x1;}),_0x54b307['forEach'](({object:_0x5af9c7})=>{const _0x409ba3=_0x80e097;var _0x300a6d;return(_0x300a6d=_0x5af9c7[_0x409ba3(0x22f)])==null?void 0x0:_0x300a6d[_0x409ba3(0x610)](_0x5af9c7);}),_0x12f587['forEach'](_0x10c8e0=>{const _0x1739f7=_0x80e097;_0x10c8e0['style'][_0x1739f7(0x3be)]=_0x1739f7(0x39d),_0x10c8e0['classList']['add'](Pc);}),Vc(_0x12f587)[_0x80e097(0x684)](_0x4c5d1d=>_0x4c5d1d[_0x80e097(0x198)](new MouseEvent('mouseleave'))),_0x552301[_0x80e097(0x684)](Hc);let _0x57d664=!0x1;return()=>{const _0x55f592=_0x80e097;_0x57d664||(_0x57d664=!0x0,_0x595b5d[_0x55f592(0x684)](({scrollBar:_0x278716,enableHorizontal:_0x182296,enableVertical:_0x120d8e})=>{const _0x1c77b6=_0x55f592;_0x278716['enableHorizontal']=_0x182296,_0x278716[_0x1c77b6(0x62d)]=_0x120d8e;}),_0x54b307['forEach'](({object:_0x595f6b,visible:_0x3514a6})=>{const _0x4fca53=_0x55f592;if(_0x3514a6){var _0x5059d0;(_0x5059d0=_0x595f6b['show'])==null||_0x5059d0[_0x4fca53(0x610)](_0x595f6b);}else{var _0x3d3b38;(_0x3d3b38=_0x595f6b[_0x4fca53(0x22f)])==null||_0x3d3b38[_0x4fca53(0x610)](_0x595f6b);}}),_0x6cdd61[_0x55f592(0x684)](({element:_0x274c66,overflow:_0x1b0483,hadHideClass:_0x3434a5})=>{const _0x2c7dd6=_0x55f592;_0x274c66[_0x2c7dd6(0x50c)]['overflow']=_0x1b0483,_0x3434a5||_0x274c66[_0x2c7dd6(0x226)]['remove'](Pc);}),_0x552301[_0x55f592(0x684)](Hc));};}function Rc(_0x49354d){const _0x30cd5b=_0x5878b6;return _0x49354d===_0x152567[_0x30cd5b(0x39f)]?new Promise(_0x2afc1f=>globalThis[_0x30cd5b(0x119)](_0x2afc1f,0x398)):Promise[_0x30cd5b(0x663)]();}function zc(_0x23e4d6){if(!_0x23e4d6)return[];let _0x4eef11=[],_0x2be85d=new Set(),_0x296113=_0x2c826d=>{const _0x10cf3d=_0x4fd0;var _0x1541a0;_0x2be85d[_0x10cf3d(0x6d0)](_0x2c826d)||(_0x2be85d[_0x10cf3d(0x36d)](_0x2c826d),_0x4eef11['push'](_0x2c826d),(_0x1541a0=_0x2c826d[_0x10cf3d(0x440)])==null||_0x1541a0['call'](_0x2c826d)['forEach'](_0x3679b9=>{const _0x308f3c=_0x10cf3d;var _0x43d091;(_0x43d091=_0x3679b9['getSubScenes'])==null||_0x43d091[_0x308f3c(0x610)](_0x3679b9)['forEach'](_0x296113);}));};return _0x296113(_0x23e4d6),_0x4eef11;}function Bc(_0x34f22b){const _0x4d580e=_0x5878b6;return[_0x34f22b[_0x4d580e(0x261)],_0x34f22b[_0x4d580e(0x6b3)][_0x4d580e(0x61e)],_0x34f22b[_0x4d580e(0x6b3)][_0x4d580e(0x627)],_0x34f22b[_0x4d580e(0x6b3)]['canvasRoot']][_0x4d580e(0x273)](_0x1d087d=>!!_0x1d087d);}function Vc(_0x5072bc){const _0x3206c0=_0x5878b6;return Array[_0x3206c0(0x4fc)](new Set(_0x5072bc[_0x3206c0(0x2a2)](_0x5abff3=>[..._0x5abff3 instanceof HTMLCanvasElement?[_0x5abff3]:[],...Array[_0x3206c0(0x4fc)](_0x5abff3[_0x3206c0(0x382)]('canvas'))])));}function Hc(_0x582c3a){const _0x12f1f7=_0x5878b6;var _0x475b3d,_0x22151f;_0x582c3a==null||(_0x475b3d=_0x582c3a['makeDirty'])==null||_0x475b3d[_0x12f1f7(0x610)](_0x582c3a,!0x0),_0x582c3a==null||(_0x22151f=_0x582c3a[_0x12f1f7(0x66d)])==null||_0x22151f[_0x12f1f7(0x610)](_0x582c3a);}const Uc='EMBED_DUPLICATE_CHILD_UNIT';var Wc=class extends Error{constructor(_0x53409d,_0x2aeb37){const _0x4c633e=_0x5878b6;super(Uc+':\x20'+_0x53409d),this[_0x4c633e(0x4d3)]=_0x53409d,this['existingEmbedId']=_0x2aeb37,X(this,_0x4c633e(0x506),Uc),this[_0x4c633e(0x25f)]=_0x4c633e(0x124);}};let Gc=class{constructor(_0x168a23,_0x30790a,_0x285da9,_0xf081b1,_0x5ee009,_0xddb3b6,_0xee1f72,_0x2f3bc8){const _0x22a1e0=_0x5878b6;this[_0x22a1e0(0x38b)]=_0x168a23,this[_0x22a1e0(0x134)]=_0x30790a,this[_0x22a1e0(0x69c)]=_0x285da9,this[_0x22a1e0(0x532)]=_0xf081b1,this['_univerInstanceService']=_0x5ee009,this[_0x22a1e0(0x668)]=_0xddb3b6,this['_runtimePolicyService']=_0xee1f72,this[_0x22a1e0(0x6f5)]=_0x2f3bc8,X(this,'_sessions',new Map()),X(this,_0x22a1e0(0x51d),new Map()),X(this,_0x22a1e0(0x3c9),new Map());}['mount'](_0x36f6b1){const _0xd72ce5=_0x5878b6;return this[_0xd72ce5(0xff)](_0x36f6b1);}['mountIntoHostElement'](_0x39dff0,_0x19e932,_0x46269f){const _0x44c80d=_0x5878b6;return this[_0x44c80d(0xff)](_0x39dff0,{'hostElement':_0x19e932,'runtimeRoots':_0x46269f});}['_mountResolvedHost'](_0x5e3694,_0x5d20cb){const _0x3261ea=_0x5878b6;var _0x17b5c0,_0xc6d2dc;if(!_0x5e3694[_0x3261ea(0x4d3)]||_0x5e3694[_0x3261ea(0x1ec)]==null)throw Error(_0x3261ea(0x40b));this[_0x3261ea(0x4f9)](_0x5e3694),this[_0x3261ea(0x69b)](_0x5e3694[_0x3261ea(0x1a0)]);let _0x3db38b={'hostUnitId':_0x5e3694[_0x3261ea(0x178)],'embedId':_0x5e3694[_0x3261ea(0x1a0)],'childUnitId':_0x5e3694[_0x3261ea(0x4d3)]},_0xf18615=this['_resolveLayout'](_0x5e3694),_0x259232=this[_0x3261ea(0x38b)][_0x3261ea(0x96)](_0x5e3694[_0x3261ea(0x5eb)],_0x5e3694[_0x3261ea(0x289)]);if(!_0x259232||!this[_0x3261ea(0x38b)][_0x3261ea(0x26d)](_0x5e3694[_0x3261ea(0x5eb)],_0x5e3694[_0x3261ea(0x289)],_0xf18615))throw Error(_0x3261ea(0x474));let _0x29691a=this[_0x3261ea(0x31c)][_0x3261ea(0x3a0)](_0x3db38b),_0x32926f=this[_0x3261ea(0x134)][_0x3261ea(0x96)](_0x5e3694[_0x3261ea(0x1ec)]);if(_0x29691a[_0x3261ea(0x3c7)]&&!(_0x32926f!=null&&_0x32926f[_0x3261ea(0x510)][_0x3261ea(0xa5)](_0xf18615)))throw Error(_0x3261ea(0x5d5));let _0x994b6={'descriptor':_0x5e3694,'layout':_0xf18615,'injector':this['_injector'],'hostUnitId':_0x5e3694['hostUnitId'],'embedId':_0x5e3694[_0x3261ea(0x1a0)],'childUnitId':_0x5e3694[_0x3261ea(0x4d3)],'childType':_0x5e3694[_0x3261ea(0x1ec)]},_0x54bc4f=[],_0x2214b3=_0x5d20cb??((_0x17b5c0=_0x259232[_0x3261ea(0x205)])==null?void 0x0:_0x17b5c0[_0x3261ea(0x610)](_0x259232,_0x994b6)),_0x2ae796=this['_normalizeHostMountResult'](_0x2214b3);if(_0x2ae796['disposable']&&_0x54bc4f[_0x3261ea(0x498)](_0x2ae796[_0x3261ea(0x51e)]),_0x994b6[_0x3261ea(0x643)]=_0x2ae796[_0x3261ea(0x643)]??_0x994b6[_0x3261ea(0x643)],_0x994b6[_0x3261ea(0x261)]=_0x994b6['hostElement'],!_0x994b6['hostElement']||!_0x994b6[_0x3261ea(0x261)])throw[..._0x54bc4f][_0x3261ea(0x4f3)]()[_0x3261ea(0x684)](_0x4f2b77=>_0x4f2b77[_0x3261ea(0x3ef)]()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x2ae796[_0x3261ea(0x26a)]||_0x54bc4f[_0x3261ea(0x498)](Qo(_0x994b6[_0x3261ea(0x643)])),!_0x29691a['allowed'])return this[_0x3261ea(0x21e)](_0x5e3694,_0xf18615,_0x994b6[_0x3261ea(0x643)],_0x2ae796['runtimeRoots'],_0x54bc4f,_0x29691a[_0x3261ea(0x478)]);if(!_0x32926f)throw[..._0x54bc4f][_0x3261ea(0x4f3)]()[_0x3261ea(0x684)](_0x3c53b9=>_0x3c53b9[_0x3261ea(0x3ef)]()),Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let {renderScope:_0x2edd66,disposable:_0x4203d4,setActive:_0x4f09c2}=this[_0x3261ea(0x2f1)](_0x5e3694,_0xf18615,_0x994b6[_0x3261ea(0x643)],_0x2ae796['runtimeRoots']);_0x54bc4f[_0x3261ea(0x498)](_0x4203d4);let _0x93d809={..._0x994b6,'hostElement':_0x994b6[_0x3261ea(0x643)],'container':_0x994b6['container'],'renderScope':_0x2edd66},{runtimeScope:_0xb23e83,disposable:_0x42a5d4}=mc(_0x93d809,_0x4f09c2,_0x32926f['scopedDependencies']),_0x323843={..._0x93d809,'runtimeScope':_0xb23e83};_0x54bc4f[_0x3261ea(0x498)](_0x42a5d4);let _0x4e7cb2=this[_0x3261ea(0x5b3)](_0x5e3694,_0x994b6[_0x3261ea(0x643)],_0x2edd66,_0xb23e83[_0x3261ea(0x6d9)]);_0x4e7cb2&&_0x54bc4f[_0x3261ea(0x498)](_0x4e7cb2),this[_0x3261ea(0x6f5)]['has'](Z)&&_0x54bc4f[_0x3261ea(0x498)](this[_0x3261ea(0x6f5)]['get'](Z)[_0x3261ea(0x30c)]({'embedId':_0x5e3694[_0x3261ea(0x1a0)],'hostUnitId':_0x5e3694['hostUnitId'],'childUnitId':_0x5e3694[_0x3261ea(0x4d3)],'childType':_0x5e3694[_0x3261ea(0x1ec)]}));let _0x2885b2=_0xb23e83['injector']===_0x994b6[_0x3261ea(0x391)]?void 0x0:_0xb23e83[_0x3261ea(0x6be)];_0x54bc4f[_0x3261ea(0x498)](this[_0x3261ea(0x629)](_0x5e3694,_0x994b6[_0x3261ea(0x643)],_0x2edd66['mode'],_0x2885b2)),_0x54bc4f['push'](this['_sceneCanvasCaptureService'][_0x3261ea(0x5c5)](_0x323843));let _0x239242=this[_0x3261ea(0x79)](_0x5e3694),_0x194b7e=(_0xc6d2dc=_0x32926f[_0x3261ea(0x205)])==null?void 0x0:_0xc6d2dc['call'](_0x32926f,_0x323843);if(_0x194b7e&&_0x54bc4f[_0x3261ea(0x498)](_0x194b7e),_0x54bc4f[_0x3261ea(0x498)](_0x239242),_0x54bc4f['push'](this['_runtimePolicyService']['registerMountedRuntime'](_0x3db38b)),_0x2edd66[_0x3261ea(0x67a)]===_0x3261ea(0x45f)){let _0x327450=this['_mountFloatingMenu'](_0x323843);_0x327450&&_0x54bc4f['push'](_0x327450);}let _0x2a6b30={'hostUnitId':_0x5e3694[_0x3261ea(0x178)],'embedId':_0x5e3694[_0x3261ea(0x1a0)],'childUnitId':_0x5e3694[_0x3261ea(0x4d3)],'childType':_0x5e3694[_0x3261ea(0x1ec)],'entry':_0x5e3694[_0x3261ea(0x289)],'layout':_0xf18615,'hostElement':_0x994b6[_0x3261ea(0x643)],'context':_0x323843};return this['_sessions'][_0x3261ea(0x5ad)](_0x5e3694[_0x3261ea(0x1a0)],{'session':_0x2a6b30,'disposables':_0x54bc4f,'setActive':_0x4f09c2}),_0xf18615!=='tab-peer'&&this[_0x3261ea(0x1bb)](_0x5e3694,_0xf18615,_0x4f09c2),_0x2a6b30;}[_0x5878b6(0x21e)](_0x48a86a,_0x3687bd,_0x5213f1,_0x4b7c41,_0x684366,_0x4f18ea){const _0x4b6b8c=_0x5878b6;let _0x433e51=(_0x4b7c41==null?void 0x0:_0x4b7c41[_0x4b6b8c(0x41d)])??Zo(_0x5213f1,_0x4b6b8c(0x221))??_0x5213f1,_0x4fc713=qc(_0x4f18ea);_0x433e51[_0x4b6b8c(0x661)](_0x4fc713),_0x684366[_0x4b6b8c(0x498)](_0x139183(()=>{const _0x4dfe78=_0x4b6b8c;_0x4fc713[_0x4dfe78(0x116)]===_0x433e51&&_0x4fc713[_0x4dfe78(0x2a8)]();}));let _0x554457={'hostUnitId':_0x48a86a[_0x4b6b8c(0x178)],'embedId':_0x48a86a['embedId'],'childUnitId':_0x48a86a[_0x4b6b8c(0x4d3)],'childType':_0x48a86a['childType'],'entry':_0x48a86a['entry'],'layout':_0x3687bd,'hostElement':_0x5213f1};return this[_0x4b6b8c(0x187)][_0x4b6b8c(0x5ad)](_0x48a86a[_0x4b6b8c(0x1a0)],{'session':_0x554457,'disposables':_0x684366,'setActive':()=>{}}),_0x554457;}[_0x5878b6(0x1bb)](_0x1773a4,_0x180a79,_0x5ca8c3){const _0x26e507=_0x5878b6;if(_0x180a79!==_0x26e507(0x3cc)){if(this[_0x26e507(0x6f5)]['has'](_0x4260b5)){let _0x36f4ff=this[_0x26e507(0x6f5)][_0x26e507(0x96)](_0x4260b5)[_0x26e507(0x1d5)]();if((_0x36f4ff==null?void 0x0:_0x36f4ff[_0x26e507(0x178)])===_0x1773a4['hostUnitId']){_0x5ca8c3(_0x36f4ff['embedId']===_0x1773a4['embedId']);return;}}_0x5ca8c3(!0x1);}}['unmount'](_0x4a28ac){const _0x13b6ff=_0x5878b6;let _0x18656e=this[_0x13b6ff(0x187)]['get'](_0x4a28ac);_0x18656e&&(this[_0x13b6ff(0xd0)](_0x4a28ac),this['_releaseTabPeerHostRenderLease'](_0x4a28ac),[..._0x18656e['disposables']]['reverse']()['forEach'](_0x329257=>_0x329257['dispose']()),this[_0x13b6ff(0x187)][_0x13b6ff(0x66b)](_0x4a28ac));}[_0x5878b6(0x192)](_0x33271e){const _0x465fe4=_0x5878b6;var _0x427531;return(_0x427531=this[_0x465fe4(0x187)][_0x465fe4(0x96)](_0x33271e))==null?void 0x0:_0x427531[_0x465fe4(0x551)];}['listSessions'](){const _0x1f60b0=_0x5878b6;return[...this[_0x1f60b0(0x187)][_0x1f60b0(0x672)]()]['map'](({session:_0xd79851})=>_0xd79851);}[_0x5878b6(0x3b3)](_0xe62539){const _0x5e4ded=_0x5878b6;let _0x16ba77=this[_0x5e4ded(0x187)][_0x5e4ded(0x96)](_0xe62539);if(_0x16ba77){if(_0x16ba77[_0x5e4ded(0x551)][_0x5e4ded(0x3b8)]!==_0x5e4ded(0x3cc)){var _0x30babb;let _0x2ab879=(_0x30babb=this['_floatingActiveService'][_0x5e4ded(0x325)]())==null?void 0x0:_0x30babb[_0x5e4ded(0x1a0)];this[_0x5e4ded(0x187)][_0x5e4ded(0x684)](_0xda1d3a=>{const _0x4f83ca=_0x5e4ded;var _0x407bbc;if(_0xda1d3a['session'][_0x4f83ca(0x3b8)]===_0x4f83ca(0x3cc)||_0xda1d3a[_0x4f83ca(0x551)][_0x4f83ca(0x178)]!==_0x16ba77['session'][_0x4f83ca(0x178)])return;let _0x47bb1a=_0xda1d3a[_0x4f83ca(0x551)][_0x4f83ca(0x1a0)]===_0xe62539;!_0x47bb1a&&(_0xda1d3a[_0x4f83ca(0x551)][_0x4f83ca(0x1a0)]===_0x2ab879||((_0x407bbc=_0xda1d3a[_0x4f83ca(0x551)][_0x4f83ca(0x276)])==null?void 0x0:_0x407bbc['renderScope'][_0x4f83ca(0x61e)][_0x4f83ca(0x65b)][_0x4f83ca(0x372)])===_0x4f83ca(0x13e))&&this['_runChildBeforeDeactivate'](_0xda1d3a[_0x4f83ca(0x551)]),_0xda1d3a[_0x4f83ca(0x228)](_0x47bb1a);});return;}this['_suspendTabPeerHostRender'](_0x16ba77['session']),this[_0x5e4ded(0x187)]['forEach'](_0x41923c=>{const _0x2843d2=_0x5e4ded;var _0x1a5eff;if(_0x41923c['session'][_0x2843d2(0x3b8)]!=='tab-peer'||_0x41923c[_0x2843d2(0x551)]['hostUnitId']!==_0x16ba77[_0x2843d2(0x551)][_0x2843d2(0x178)])return;let _0x20670e=_0x41923c[_0x2843d2(0x551)][_0x2843d2(0x1a0)]===_0xe62539;!_0x20670e&&((_0x1a5eff=_0x41923c[_0x2843d2(0x551)][_0x2843d2(0x276)])==null?void 0x0:_0x1a5eff['renderScope'][_0x2843d2(0x61e)][_0x2843d2(0x65b)][_0x2843d2(0x372)])===_0x2843d2(0x13e)&&this[_0x2843d2(0x57e)](_0x41923c[_0x2843d2(0x551)]),_0x41923c[_0x2843d2(0x228)](_0x20670e);}),this[_0x5e4ded(0x270)](_0x16ba77[_0x5e4ded(0x551)]),this['_refreshTabPeerRender'](_0x16ba77[_0x5e4ded(0x551)]);}}[_0x5878b6(0x80)](_0x3a199c){const _0x4f260a=_0x5878b6;let _0x1778cd=this['_tabFocusLeases'][_0x4f260a(0x6d0)](_0x3a199c);return this[_0x4f260a(0xd0)](_0x3a199c),_0x1778cd;}[_0x5878b6(0x3c2)](_0x42697a){const _0x155ab0=_0x5878b6;let _0xfca713=[];return this[_0x155ab0(0x187)][_0x155ab0(0x684)](_0x51c900=>{const _0x48cf7e=_0x155ab0;_0x51c900[_0x48cf7e(0x551)][_0x48cf7e(0x3b8)]===_0x48cf7e(0x3cc)&&(_0x42697a&&_0x51c900[_0x48cf7e(0x551)][_0x48cf7e(0x1a0)]!==_0x42697a||(this[_0x48cf7e(0x57e)](_0x51c900[_0x48cf7e(0x551)]),this[_0x48cf7e(0xd0)](_0x51c900[_0x48cf7e(0x551)]['embedId']),_0x51c900[_0x48cf7e(0x228)](!0x1),this[_0x48cf7e(0x393)](_0x51c900[_0x48cf7e(0x551)][_0x48cf7e(0x1a0)]),_0xfca713[_0x48cf7e(0x498)](_0x51c900[_0x48cf7e(0x551)])));}),_0xfca713;}[_0x5878b6(0xe6)](_0x1da1c9){const _0x319c66=_0x5878b6;let _0x5e24bc=this[_0x319c66(0x187)][_0x319c66(0x96)](_0x1da1c9);if(!(!_0x5e24bc||_0x5e24bc[_0x319c66(0x551)][_0x319c66(0x3b8)]===_0x319c66(0x3cc)))return this[_0x319c66(0x57e)](_0x5e24bc[_0x319c66(0x551)]),_0x5e24bc[_0x319c66(0x228)](!0x1),_0x5e24bc[_0x319c66(0x551)];}['setActive'](_0x274997,_0x26b4df){const _0x181451=_0x5878b6;var _0x4bc14c;(_0x4bc14c=this[_0x181451(0x187)][_0x181451(0x96)](_0x274997))==null||_0x4bc14c[_0x181451(0x228)](_0x26b4df);}[_0x5878b6(0x57e)](_0x2348db){const _0x2247e8=_0x5878b6;let _0x24c025=_0x2348db[_0x2247e8(0x276)];if(!_0x24c025)return;let _0x181544=this[_0x2247e8(0x134)][_0x2247e8(0x96)](_0x2348db[_0x2247e8(0x1ec)]);if(_0x181544!=null&&_0x181544[_0x2247e8(0x5ec)])try{_0x181544[_0x2247e8(0x5ec)](_0x24c025);}catch(_0x32dd11){console[_0x2247e8(0x1a4)](_0x2247e8(0x513),_0x32dd11);}}[_0x5878b6(0x651)](_0x38606d){const _0x534e07=_0x5878b6;var _0x4d1a37;let _0x3b8dce=(_0x4d1a37=_0x38606d[_0x534e07(0x276)])==null?void 0x0:_0x4d1a37['injector'];if(!(_0x3b8dce!=null&&_0x3b8dce[_0x534e07(0x6d0)](_0x4fb5e9)))return;let _0x14307a=this['_tabHostRenderLeases'][_0x534e07(0x96)](_0x38606d['hostUnitId']);if(_0x14307a){this[_0x534e07(0x3c9)]['set'](_0x38606d[_0x534e07(0x178)],{..._0x14307a,'embedId':_0x38606d[_0x534e07(0x1a0)]});return;}let _0x6297fb=_0x3b8dce[_0x534e07(0x96)](_0x4fb5e9)['getRenderUnitById'](_0x38606d[_0x534e07(0x178)]);if(!_0x6297fb||_0x6297fb[_0x534e07(0x683)]===!0x1||_0x6297fb[_0x534e07(0x49d)]())return;let _0x4674bc=_0x6297fb[_0x534e07(0x14c)][_0x534e07(0x534)]()[_0x534e07(0x116)];_0x4674bc&&(_0x6297fb['deactivate'](),_0x6297fb[_0x534e07(0x14c)][_0x534e07(0x69b)](),this[_0x534e07(0x3c9)][_0x534e07(0x5ad)](_0x38606d[_0x534e07(0x178)],{'embedId':_0x38606d[_0x534e07(0x1a0)],'render':_0x6297fb,'parentElement':_0x4674bc}));}[_0x5878b6(0x393)](_0x398b1b){const _0x375f0d=_0x5878b6;this[_0x375f0d(0x3c9)]['forEach']((_0x209a2a,_0x53de43)=>{const _0x57082d=_0x375f0d;_0x209a2a[_0x57082d(0x1a0)]===_0x398b1b&&(this['_tabHostRenderLeases'][_0x57082d(0x66b)](_0x53de43),!(_0x209a2a[_0x57082d(0x66d)]['isDisposed']()||!_0x209a2a[_0x57082d(0x116)][_0x57082d(0x1a5)])&&(_0x209a2a[_0x57082d(0x66d)][_0x57082d(0x14c)][_0x57082d(0x534)]()['parentElement']!==_0x209a2a[_0x57082d(0x116)]&&_0x209a2a['render'][_0x57082d(0x14c)][_0x57082d(0x205)](_0x209a2a[_0x57082d(0x116)]),jc(_0x209a2a[_0x57082d(0x66d)],{'activate':!0x0})));});}[_0x5878b6(0x575)](_0x4f30b6){const _0x59329a=_0x5878b6;var _0x244140,_0x7c5028;let _0x47e188=((_0x244140=_0x4f30b6[_0x59329a(0x213)])==null?void 0x0:_0x244140['floating'])||void 0x0;if(_0x47e188!=null&&_0x47e188[_0x59329a(0x3b8)])return _0x47e188[_0x59329a(0x3b8)];let _0x561f1b=((_0x7c5028=_0x4f30b6[_0x59329a(0x213)])==null?void 0x0:_0x7c5028[_0x59329a(0x3e8)])||void 0x0;if(_0x561f1b!=null&&_0x561f1b[_0x59329a(0x485)])return'tab-peer';throw Error(_0x59329a(0x313));}[_0x5878b6(0x2f1)](_0xc9eebc,_0x899158,_0x3e2a50,_0x14f099){const _0x2ca49c=_0x5878b6;var _0x48ebe5,_0x38d0d5;let _0x31e443=new _0x131380(!0x0),_0x423223=_0xc9eebc[_0x2ca49c(0x6f7)],_0x54afb1=(_0x48ebe5=_0xc9eebc[_0x2ca49c(0x213)])==null?void 0x0:_0x48ebe5[_0x2ca49c(0x3e8)],_0x3c55de=_0x54afb1&&_0x54afb1['enabled']?_0x2ca49c(0x3e8):(_0x38d0d5=_0xc9eebc[_0x2ca49c(0x213)])!=null&&_0x38d0d5['floating']?_0x2ca49c(0x45f):_0x2ca49c(0x322),_0x16560e=(_0x14f099==null?void 0x0:_0x14f099['content'])??Zo(_0x3e2a50,'data-embed-content-root')??_0x3e2a50,_0x5df5e9=(_0x14f099==null?void 0x0:_0x14f099[_0x2ca49c(0x61f)])??Zo(_0x3e2a50,_0x2ca49c(0x3ca))??_0x3e2a50,_0x10a128=(_0x14f099==null?void 0x0:_0x14f099[_0x2ca49c(0x4ad)])??Zo(_0x3e2a50,_0x2ca49c(0x139))??_0x3e2a50,_0x44cd69=(_0x14f099==null?void 0x0:_0x14f099[_0x2ca49c(0x555)])??Zo(_0x3e2a50,_0x2ca49c(0x15c))??_0x10a128,_0x3f50a0=this['_overlayRootService'][_0x2ca49c(0x334)]({'childUnitId':_0xc9eebc['childUnitId'],'embedId':_0xc9eebc['embedId'],'hostAnchorId':_0x423223,'root':_0x10a128}),_0x306674=_0x651b32=>{const _0x2e6919=_0x2ca49c;_0x31e443[_0x2e6919(0x636)]()!==_0x651b32&&(Kc(_0x3e2a50,_0x651b32,_0x3c55de),_0x31e443[_0x2e6919(0x642)](_0x651b32));};return Kc(_0x3e2a50,!0x0,_0x3c55de),{'renderScope':{'hostUnitId':_0xc9eebc[_0x2ca49c(0x178)],'hostAnchorId':_0x423223,'embedId':_0xc9eebc[_0x2ca49c(0x1a0)],'childUnitId':_0xc9eebc[_0x2ca49c(0x4d3)],'childType':_0xc9eebc[_0x2ca49c(0x1ec)],'layout':_0x899158,'mode':_0x3c55de,'rootElement':_0x3e2a50,'contentRoot':_0x16560e,'canvasRoot':_0x5df5e9,'overlayRoot':_0x10a128,'popupRoot':_0x44cd69,'menuOutlet':_0x14f099!=null&&_0x14f099[_0x2ca49c(0x50e)]?{'container':_0x14f099['menuSlot']}:void 0x0,'active$':_0x31e443[_0x2ca49c(0x1b2)]()},'disposable':_0x139183(()=>{const _0x329955=_0x2ca49c;_0x3f50a0[_0x329955(0x3ef)](),_0x306674(!0x1),_0x31e443['complete']();}),'setActive':_0x306674};}[_0x5878b6(0x5b3)](_0x4ccdab,_0x1a4d12,_0x3deae1,_0x51f117){const _0x1dd382=_0x5878b6;let _0x4d8602=this[_0x1dd382(0x6f5)][_0x1dd382(0x6d0)](ls),_0x3f1afe=this[_0x1dd382(0x6f5)][_0x1dd382(0x6d0)](Z);if(!_0x4d8602&&!_0x3f1afe)return;let _0xeaaa8d=_0x4d8602?this['_injector'][_0x1dd382(0x96)](ls):void 0x0,_0x49c863=_0x3f1afe?this[_0x1dd382(0x6f5)][_0x1dd382(0x96)](Z):void 0x0,_0xa33028=new Map(),_0x5956a0=(_0x24860b,_0x4aa12e)=>{const _0x11dcc3=_0x1dd382;if(!_0x24860b)return;let _0x25db30=_0xa33028[_0x11dcc3(0x96)](_0x24860b);(!_0x25db30||_0x25db30===_0x11dcc3(0x241))&&_0xa33028['set'](_0x24860b,_0x4aa12e);};_0x5956a0(_0x1a4d12,'runtime'),_0x5956a0(_0x3deae1[_0x1dd382(0x61e)],'runtime'),_0x5956a0(_0x3deae1[_0x1dd382(0x627)],_0x1dd382(0x241)),_0x5956a0(_0x3deae1[_0x1dd382(0x6d8)],'runtime'),_0x5956a0(_0x3deae1['overlayRoot'],'runtime'),_0x5956a0(_0x51f117[_0x1dd382(0x1ce)],_0x1dd382(0x241)),_0x5956a0(_0x51f117[_0x1dd382(0x41d)],_0x1dd382(0x241)),_0x5956a0(_0x51f117['canvas'],_0x1dd382(0x241)),_0x5956a0(_0x51f117['overlay'],_0x1dd382(0x241)),_0x5956a0(_0x3deae1[_0x1dd382(0x310)],'child-popup'),_0x5956a0(_0x51f117[_0x1dd382(0x555)],'child-popup');let _0x2ffc43=[..._0xa33028][_0x1dd382(0x2a2)](([_0x4ef6c9,_0x589fa9])=>[_0xeaaa8d==null?void 0x0:_0xeaaa8d[_0x1dd382(0x61a)](_0x4ccdab[_0x1dd382(0x1a0)],_0x4ef6c9,_0x4ccdab[_0x1dd382(0x4d3)]),_0x49c863==null?void 0x0:_0x49c863[_0x1dd382(0x5f3)]({'embedId':_0x4ccdab[_0x1dd382(0x1a0)],'role':_0x589fa9,'element':_0x4ef6c9})][_0x1dd382(0x273)](_0x44b8ac=>!!_0x44b8ac));return _0x139183(()=>{const _0x302c0a=_0x1dd382;[..._0x2ffc43][_0x302c0a(0x4f3)]()['forEach'](_0xb962fb=>_0xb962fb['dispose']());});}[_0x5878b6(0x5e5)](_0x5c41b3){const _0x14cd73=_0x5878b6;return _0x5c41b3?_0x14cd73(0x3ef)in _0x5c41b3?{'disposable':_0x5c41b3}:{'hostElement':_0x5c41b3[_0x14cd73(0x643)],'runtimeRoots':_0x5c41b3[_0x14cd73(0x26a)],'disposable':_0x5c41b3['disposable']?_0x139183(()=>{const _0x49bf46=_0x14cd73;var _0x3073dd;return(_0x3073dd=_0x5c41b3[_0x49bf46(0x51e)])==null?void 0x0:_0x3073dd[_0x49bf46(0x3ef)]();}):void 0x0}:{};}[_0x5878b6(0x4b0)](_0x2d6640){const _0x1e5f7e=_0x5878b6;if(!this['_injector'][_0x1e5f7e(0x6d0)](bc))return;let _0x28ae54=this[_0x1e5f7e(0x6f5)]['get'](bc)[_0x1e5f7e(0x96)](_0x2d6640[_0x1e5f7e(0xda)]['hostType'],_0x2d6640[_0x1e5f7e(0xda)][_0x1e5f7e(0x289)],_0x2d6640[_0x1e5f7e(0x1ec)]);if(!_0x28ae54)return;let _0x2cb0b2=this['_floatingActiveService']['getActive'](),_0x2e26cb=_0x28ae54[_0x1e5f7e(0x205)]({..._0x2d6640,'active':_0x2cb0b2});return _0x2e26cb?_0x139183(()=>_0x2e26cb['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x58460a,_0x4ead9b,_0x23425c,_0x2efbff){const _0x5d5245=_0x5878b6;let _0x4f9ad3=this['_injector'][_0x5d5245(0x6d0)](ls)?this[_0x5d5245(0x6f5)][_0x5d5245(0x96)](ls):void 0x0,_0x339ab1=this[_0x5d5245(0x6f5)][_0x5d5245(0x6d0)](Z)?this[_0x5d5245(0x6f5)][_0x5d5245(0x96)](Z):void 0x0,_0x3fa576=_0x4ead9b[_0x5d5245(0xfa)],_0x3b3a06=[],_0xc5a72a=_0x23425c===_0x5d5245(0x45f)&&_0x2efbff?this['_floatingActiveService'][_0x5d5245(0x62f)][_0x5d5245(0x19d)](()=>{const _0x4fc337=_0x5d5245;this['_floatingActiveService'][_0x4fc337(0x46d)](_0x58460a[_0x4fc337(0x1a0)])!=='stage2'&&_0x2efbff[_0x4fc337(0x495)](null);}):void 0x0,_0x518330=()=>_0x23425c!=='float'||this[_0x5d5245(0x668)][_0x5d5245(0x46d)](_0x58460a[_0x5d5245(0x1a0)])===_0x5d5245(0x562),_0x31b7d0=(_0x1a07c9,_0x2e26d1={})=>{const _0x3cd9ac=_0x5d5245;let _0x32cee0=_0x2e26d1[_0x3cd9ac(0x495)]!==!0x1,_0x3c7f00=_0x2e26d1[_0x3cd9ac(0x3b3)]!==!0x1,_0x529b3c=(_0x1a07c9==null?void 0x0:_0x1a07c9[_0x3cd9ac(0x6dd)])instanceof Element?_0x1a07c9['target']:null;if(_0x529b3c!=null&&_0x529b3c[_0x3cd9ac(0x279)](_0x3cd9ac(0x62b))||!_0x58460a['childUnitId']||_0x58460a['childType']==null||_0x23425c==='tab'&&(_0x1a07c9==null?void 0x0:_0x1a07c9[_0x3cd9ac(0x27b)])===_0x3cd9ac(0x17f)&&!this[_0x3cd9ac(0x51d)]['has'](_0x58460a[_0x3cd9ac(0x1a0)])||!_0x518330())return;let _0x5b11bd=_0x23425c===_0x3cd9ac(0x3e8)&&this['_injector'][_0x3cd9ac(0x6d0)](_0x4260b5)?this['_injector'][_0x3cd9ac(0x96)](_0x4260b5)['getFocusOwner']():null,_0x12fa7d=(_0x5b11bd==null?void 0x0:_0x5b11bd[_0x3cd9ac(0x178)])===_0x58460a[_0x3cd9ac(0x178)]&&_0x5b11bd['embedId']===_0x58460a[_0x3cd9ac(0x1a0)]&&_0x5b11bd['childUnitId']===_0x58460a[_0x3cd9ac(0x4d3)]&&_0x5b11bd[_0x3cd9ac(0x1ec)]===_0x58460a[_0x3cd9ac(0x1ec)];if(_0x23425c===_0x3cd9ac(0x45f)&&_0x2efbff&&(_0x2efbff[_0x3cd9ac(0x98)](_0x58460a[_0x3cd9ac(0x4d3)]),_0x32cee0&&_0x2efbff[_0x3cd9ac(0x495)](_0x58460a['childUnitId'])),_0x23425c===_0x3cd9ac(0x3e8)&&this[_0x3cd9ac(0x6f5)][_0x3cd9ac(0x6d0)](_0x384701)){var _0x934a75,_0x14c36e;let _0xb4ba9b=this[_0x3cd9ac(0x6f5)][_0x3cd9ac(0x96)](_0x384701),_0x3e8b4d=_0xb4ba9b[_0x3cd9ac(0x638)],_0x2b6f42=_0xb4ba9b[_0x3cd9ac(0x530)];(typeof _0x3e8b4d!=_0x3cd9ac(0x59d)||((_0x934a75=_0x3e8b4d[_0x3cd9ac(0x610)](_0xb4ba9b,_0x58460a[_0x3cd9ac(0x1ec)]))==null?void 0x0:_0x934a75[_0x3cd9ac(0x156)]())!==_0x58460a['childUnitId'])&&_0xb4ba9b['setCurrentUnitForType'](_0x58460a[_0x3cd9ac(0x4d3)]),_0x32cee0&&(typeof _0x2b6f42!='function'||((_0x14c36e=_0x2b6f42[_0x3cd9ac(0x610)](_0xb4ba9b))==null?void 0x0:_0x14c36e[_0x3cd9ac(0x156)]())!==_0x58460a[_0x3cd9ac(0x4d3)])&&_0xb4ba9b[_0x3cd9ac(0x495)](_0x58460a[_0x3cd9ac(0x4d3)]);}if(_0x23425c===_0x3cd9ac(0x3e8)&&this[_0x3cd9ac(0x6f5)][_0x3cd9ac(0x6d0)](_0x391fa9)){let _0x10181f=this[_0x3cd9ac(0x6f5)]['get'](_0x391fa9);_0x10181f[_0x3cd9ac(0x180)](_0x3fa463,!0x0),_0x10181f[_0x3cd9ac(0x180)](_0x20f156,_0x58460a[_0x3cd9ac(0x1ec)]===_0x152567['UNIVER_DOC']),_0x10181f[_0x3cd9ac(0x180)](_0x197f18,_0x58460a['childType']===_0x152567['UNIVER_SHEET']),_0x10181f[_0x3cd9ac(0x180)](_0x148636,_0x58460a[_0x3cd9ac(0x1ec)]===_0x152567[_0x3cd9ac(0x3e4)]),_0x10181f[_0x3cd9ac(0x180)](_0x7fae36,_0x58460a[_0x3cd9ac(0x1ec)]===_0x152567[_0x3cd9ac(0x43f)]);}if(this[_0x3cd9ac(0x6f5)][_0x3cd9ac(0x6d0)](_0x4260b5)){let _0x4ba0df=this[_0x3cd9ac(0x6f5)][_0x3cd9ac(0x96)](_0x4260b5),_0x43021b={'hostUnitId':_0x58460a[_0x3cd9ac(0x178)],'embedId':_0x58460a[_0x3cd9ac(0x1a0)],'childUnitId':_0x58460a[_0x3cd9ac(0x4d3)],'childType':_0x58460a[_0x3cd9ac(0x1ec)],'reason':_0x3cd9ac(0x4a1)},_0xfdd738=_0x4ba0df['getFocusOwner']();((_0xfdd738==null?void 0x0:_0xfdd738[_0x3cd9ac(0x178)])!==_0x43021b[_0x3cd9ac(0x178)]||_0xfdd738[_0x3cd9ac(0x1a0)]!==_0x43021b['embedId']||_0xfdd738[_0x3cd9ac(0x4d3)]!==_0x43021b['childUnitId']||_0xfdd738[_0x3cd9ac(0x1ec)]!==_0x43021b[_0x3cd9ac(0x1ec)]||_0xfdd738[_0x3cd9ac(0x478)]!==_0x43021b[_0x3cd9ac(0x478)])&&_0x4ba0df[_0x3cd9ac(0x1fa)](_0x43021b);}_0x3c7f00&&(_0x23425c===_0x3cd9ac(0x3e8)&&_0x4ead9b[_0x3cd9ac(0x65b)][_0x3cd9ac(0x372)]==='true'&&this['_tabFocusLeases']['has'](_0x58460a[_0x3cd9ac(0x1a0)])&&((_0x1a07c9==null?void 0x0:_0x1a07c9[_0x3cd9ac(0x27b)])===_0x3cd9ac(0x2cf)||_0x12fa7d)||this['activateSession'](_0x58460a[_0x3cd9ac(0x1a0)]));},_0x175d3d=_0x546e5a=>{const _0x12b9c6=_0x5d5245;let _0x4cbd6f=_0x546e5a[_0x12b9c6(0x6dd)]instanceof Element?_0x546e5a[_0x12b9c6(0x6dd)]:null;if(!_0x4cbd6f||_0x4ead9b['contains'](_0x4cbd6f)||!(_0x4f9ad3!=null&&_0x4f9ad3['contains'](_0x58460a[_0x12b9c6(0x1a0)],_0x4cbd6f,_0x546e5a)||_0x339ab1!=null&&_0x339ab1['containsElement'](_0x58460a['embedId'],_0x4cbd6f,_0x546e5a)))return;_0x31b7d0(_0x546e5a,{'focusUnit':!0x1,'activateSession':!0x1});let _0x3a5f50=_0x3fa576[_0x12b9c6(0x525)];_0x3a5f50&&_0x3b3a06[_0x12b9c6(0x498)](_0x3a5f50[_0x12b9c6(0x119)](()=>_0x31b7d0(_0x546e5a,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x4ead9b[_0x5d5245(0x4be)](_0x5d5245(0x2cf),_0x31b7d0,{'capture':!0x0}),_0x4ead9b[_0x5d5245(0x4be)](_0x5d5245(0x17f),_0x31b7d0),_0x3fa576[_0x5d5245(0x4be)]('pointerdown',_0x175d3d,{'capture':!0x0}),_0x3fa576[_0x5d5245(0x4be)](_0x5d5245(0x17f),_0x175d3d,{'capture':!0x0}),_0x139183(()=>{const _0x4a1686=_0x5d5245;_0x4ead9b[_0x4a1686(0x6fd)]('pointerdown',_0x31b7d0,{'capture':!0x0}),_0x4ead9b[_0x4a1686(0x6fd)](_0x4a1686(0x17f),_0x31b7d0),_0x3fa576['removeEventListener'](_0x4a1686(0x2cf),_0x175d3d,{'capture':!0x0}),_0x3fa576[_0x4a1686(0x6fd)](_0x4a1686(0x17f),_0x175d3d,{'capture':!0x0}),_0x3b3a06[_0x4a1686(0x684)](_0x56337e=>{const _0xdf619b=_0x4a1686;var _0x4353da;return(_0x4353da=_0x3fa576['defaultView'])==null?void 0x0:_0x4353da[_0xdf619b(0x14f)](_0x56337e);}),_0xc5a72a==null||_0xc5a72a[_0x4a1686(0x632)]();});}[_0x5878b6(0x270)](_0x19dd57){const _0x4d8764=_0x5878b6;if(this[_0x4d8764(0x6cc)](_0x19dd57),this['_injector']['has'](_0x384701)){let _0x403618=this['_injector']['get'](_0x384701);_0x403618[_0x4d8764(0x98)](_0x19dd57[_0x4d8764(0x4d3)]),_0x403618['focusUnit'](_0x19dd57[_0x4d8764(0x4d3)]);}if(this[_0x4d8764(0x6f5)][_0x4d8764(0x6d0)](_0x391fa9)){let _0x1e55cd=this[_0x4d8764(0x6f5)][_0x4d8764(0x96)](_0x391fa9);_0x1e55cd[_0x4d8764(0x180)](_0x3fa463,!0x0),_0x1e55cd['setContextValue'](_0x20f156,_0x19dd57[_0x4d8764(0x1ec)]===_0x152567[_0x4d8764(0x592)]),_0x1e55cd[_0x4d8764(0x180)](_0x197f18,_0x19dd57[_0x4d8764(0x1ec)]===_0x152567[_0x4d8764(0x66c)]),_0x1e55cd[_0x4d8764(0x180)](_0x148636,_0x19dd57['childType']===_0x152567[_0x4d8764(0x3e4)]),_0x1e55cd['setContextValue'](_0x7fae36,_0x19dd57[_0x4d8764(0x1ec)]===_0x152567[_0x4d8764(0x43f)]);}this['_injector'][_0x4d8764(0x6d0)](_0x4260b5)&&this[_0x4d8764(0x6f5)][_0x4d8764(0x96)](_0x4260b5)[_0x4d8764(0x1fa)]({'hostUnitId':_0x19dd57[_0x4d8764(0x178)],'embedId':_0x19dd57[_0x4d8764(0x1a0)],'childUnitId':_0x19dd57[_0x4d8764(0x4d3)],'childType':_0x19dd57['childType'],'reason':_0x4d8764(0x2c5)});}[_0x5878b6(0x19c)](_0x4c8a9b){const _0x598add=_0x5878b6;var _0x5d7a50;let _0x2b2b1f=(_0x5d7a50=_0x4c8a9b[_0x598add(0x276)])==null?void 0x0:_0x5d7a50[_0x598add(0x391)];if(!(_0x2b2b1f!=null&&_0x2b2b1f['has'](_0x4fb5e9)))return;let _0x3c5422=_0x2b2b1f[_0x598add(0x96)](_0x4fb5e9)['getRenderUnitById'](_0x4c8a9b[_0x598add(0x4d3)]);(_0x3c5422==null?void 0x0:_0x3c5422['isMainScene'])===!0x1&&jc(_0x3c5422,{'activate':!0x0});}[_0x5878b6(0x6cc)](_0x1e5b5d){const _0x18b5b5=_0x5878b6;this[_0x18b5b5(0x682)](_0x1e5b5d[_0x18b5b5(0x178)],_0x1e5b5d[_0x18b5b5(0x1a0)]),this['_releaseTabPeerFocusLease'](_0x1e5b5d[_0x18b5b5(0x1a0)]);let _0x4b2bdf=[];if(this[_0x18b5b5(0x6f5)][_0x18b5b5(0x6d0)](Z)&&_0x4b2bdf[_0x18b5b5(0x498)](this[_0x18b5b5(0x6f5)][_0x18b5b5(0x96)](Z)[_0x18b5b5(0x1e2)]({'embedId':_0x1e5b5d[_0x18b5b5(0x1a0)],'role':_0x18b5b5(0x63a),'owner':'tab-peer-runtime','sessionMode':'child-tab','hostUnitId':_0x1e5b5d[_0x18b5b5(0x178)],'childUnitId':_0x1e5b5d[_0x18b5b5(0x4d3)],'childType':_0x1e5b5d['childType']})),this[_0x18b5b5(0x6f5)][_0x18b5b5(0x6d0)](ls)){var _0x3dbb7d,_0x3301cc;_0x4b2bdf[_0x18b5b5(0x498)](this[_0x18b5b5(0x6f5)][_0x18b5b5(0x96)](ls)[_0x18b5b5(0x2d8)](_0x1e5b5d[_0x18b5b5(0x1a0)],((_0x3dbb7d=_0x1e5b5d[_0x18b5b5(0x643)])==null?void 0x0:_0x3dbb7d[_0x18b5b5(0xfa)])??((_0x3301cc=_0x1e5b5d[_0x18b5b5(0x276)])==null?void 0x0:_0x3301cc[_0x18b5b5(0x6b3)][_0x18b5b5(0x61e)][_0x18b5b5(0xfa)]),{'includeAppShellEditorPortal':_0x1e5b5d[_0x18b5b5(0x1ec)]===_0x152567[_0x18b5b5(0x66c)]}));}_0x4b2bdf[_0x18b5b5(0x102)]&&this['_tabFocusLeases'][_0x18b5b5(0x5ad)](_0x1e5b5d['embedId'],{'hostUnitId':_0x1e5b5d['hostUnitId'],'disposable':_0x139183(()=>{const _0x46b975=_0x18b5b5;[..._0x4b2bdf][_0x46b975(0x4f3)]()[_0x46b975(0x684)](_0x353aa2=>_0x353aa2['dispose']());})});}['_releaseTabPeerFocusLeasesForHost'](_0x12097e,_0x5b33e0){[...this['_tabFocusLeases']['entries']()]['forEach'](([_0x487de4,_0x71f0c])=>{const _0x16bd9d=_0x4fd0;_0x487de4!==_0x5b33e0&&_0x71f0c['hostUnitId']===_0x12097e&&(_0x71f0c['disposable']['dispose'](),this[_0x16bd9d(0x51d)][_0x16bd9d(0x66b)](_0x487de4));});}[_0x5878b6(0xd0)](_0x5e6896){const _0x42101a=_0x5878b6;let _0x69b330=this[_0x42101a(0x51d)]['get'](_0x5e6896);_0x69b330&&(_0x69b330[_0x42101a(0x51e)][_0x42101a(0x3ef)](),this[_0x42101a(0x51d)][_0x42101a(0x66b)](_0x5e6896));}[_0x5878b6(0x79)](_0x4a69c0){const _0x113759=_0x5878b6;var _0x488348,_0x55e341;if((_0x488348=_0x4a69c0[_0x113759(0x213)])!=null&&_0x488348[_0x113759(0x3e8)]&&_0x4a69c0['sourceMeta']['tab']['enabled']||!this[_0x113759(0x6f5)][_0x113759(0x6d0)](_0x384701)||!_0x4a69c0[_0x113759(0x4d3)])return _0x139183(()=>{});let _0xbaa6d9=this[_0x113759(0x6f5)][_0x113759(0x96)](_0x384701),_0x5c92c0=_0xbaa6d9[_0x113759(0x530)],_0x3b339e=_0xbaa6d9[_0x113759(0x495)];if(typeof _0x5c92c0!=_0x113759(0x59d)||typeof _0x3b339e!='function')return _0x139183(()=>{});let _0xc640ae=(_0x55e341=_0x5c92c0['call'](_0xbaa6d9))==null?void 0x0:_0x55e341[_0x113759(0x156)]();if(!_0xc640ae||_0xc640ae===_0x4a69c0[_0x113759(0x4d3)])return _0x139183(()=>{});let _0x37a9a1=()=>{const _0x20aa6f=_0x113759;var _0x285040;((_0x285040=_0x5c92c0[_0x20aa6f(0x610)](_0xbaa6d9))==null?void 0x0:_0x285040['getUnitId']())===_0x4a69c0[_0x20aa6f(0x4d3)]&&_0x3b339e[_0x20aa6f(0x610)](_0xbaa6d9,_0xc640ae);},_0x4a0e25=[],_0xcc8be2=[];return _0x37a9a1(),typeof window<'u'&&(_0xcc8be2['push'](window[_0x113759(0x403)](_0x37a9a1)),_0x4a0e25[_0x113759(0x498)](window[_0x113759(0x119)](_0x37a9a1,0x0)),_0x4a0e25[_0x113759(0x498)](window[_0x113759(0x119)](_0x37a9a1,0x78))),_0x139183(()=>{const _0x12a8a0=_0x113759;typeof window>'u'||(_0xcc8be2[_0x12a8a0(0x684)](_0x415415=>window['cancelAnimationFrame'](_0x415415)),_0x4a0e25[_0x12a8a0(0x684)](_0x696986=>window['clearTimeout'](_0x696986)));});}[_0x5878b6(0x4f9)](_0x4aa0fa){const _0xd24f2b=_0x5878b6;let _0x20d33d=[...this[_0xd24f2b(0x187)][_0xd24f2b(0x672)]()][_0xd24f2b(0x64a)](({session:_0x3f05bc})=>_0x3f05bc[_0xd24f2b(0x1a0)]!==_0x4aa0fa[_0xd24f2b(0x1a0)]&&_0x3f05bc[_0xd24f2b(0x4d3)]===_0x4aa0fa['childUnitId']);if(_0x20d33d)throw new Wc(_0x4aa0fa[_0xd24f2b(0x4d3)],_0x20d33d[_0xd24f2b(0x551)][_0xd24f2b(0x1a0)]);if(this[_0xd24f2b(0x6d2)][_0xd24f2b(0x4cb)](_0x4aa0fa['childUnitId'],_0x4aa0fa[_0xd24f2b(0x1ec)]))return;let _0x2884db=this[_0xd24f2b(0x6d2)]['getUnitType'](_0x4aa0fa[_0xd24f2b(0x4d3)]);throw _0x2884db!==_0x152567['UNRECOGNIZED']&&_0x2884db!==_0x4aa0fa[_0xd24f2b(0x1ec)]?Error(_0xd24f2b(0x35b)):Error(_0xd24f2b(0x19f));}};Gc=fs([$(0x0,_0x431841(xc)),$(0x1,_0x431841(yc)),$(0x2,_0x431841(Sc)),$(0x3,_0x431841(Mc)),$(0x4,_0x384701),$(0x5,_0x431841(is)),$(0x6,_0x431841(us)),$(0x7,_0x431841(_0x4670db))],Gc);function Kc(_0x18a57b,_0xa51d3f,_0x1073d6){const _0x44250d=_0x5878b6;if(_0x18a57b[_0x44250d(0x65b)]['embedRenderScopeActive']=_0xa51d3f?_0x44250d(0x13e):_0x44250d(0x170),_0x1073d6!==_0x44250d(0x3e8)){_0x18a57b[_0x44250d(0x5d0)](_0x44250d(0x3ed)),_0x18a57b[_0x44250d(0x5d0)](_0x44250d(0x404)),_0x18a57b[_0x44250d(0x50c)][_0x44250d(0x527)](_0x44250d(0x1ee)),_0x18a57b[_0x44250d(0x50c)][_0x44250d(0x527)](_0x44250d(0x3c6));return;}if(_0x18a57b[_0x44250d(0x39c)]('inert',!_0xa51d3f),_0xa51d3f){_0x18a57b[_0x44250d(0x5d0)](_0x44250d(0x404)),_0x18a57b[_0x44250d(0x50c)][_0x44250d(0x527)](_0x44250d(0x1ee)),_0x18a57b['style'][_0x44250d(0x527)](_0x44250d(0x3c6));return;}_0x18a57b['setAttribute'](_0x44250d(0x404),_0x44250d(0x13e)),_0x18a57b['style'][_0x44250d(0x1ee)]=_0x44250d(0x34b),_0x18a57b[_0x44250d(0x50c)]['pointerEvents']=_0x44250d(0x34b);}function qc(_0x25f750){const _0xb06622=_0x5878b6;let _0x5a7149=document['createElement'](_0xb06622(0xfb));return _0x5a7149['dataset'][_0xb06622(0x432)]=_0x25f750??_0xb06622(0xd9),_0x5a7149['style'][_0xb06622(0x67f)]=[_0xb06622(0x5ba),_0xb06622(0x4c9),'height:100%','min-height:96px',_0xb06622(0x501),_0xb06622(0x5b4),_0xb06622(0x1ea),_0xb06622(0x700),_0xb06622(0x455),_0xb06622(0x6a4),_0xb06622(0x2e2),_0xb06622(0x3cb),'font:13px/1.5\x20sans-serif',_0xb06622(0xf4)][_0xb06622(0xf0)](';'),_0x5a7149[_0xb06622(0x6c4)]=_0x25f750===_0xb06622(0x6ca)?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0xb06622(0x4c6),_0x5a7149;}let Jc=class extends _0x4c5370{constructor(_0xae0543,_0xbc57b5,_0x55f323,_0x39935b,_0x53419f,_0x292fda,_0x350567,_0x39f5e7,_0x517c69){const _0x3e38a8=_0x5878b6;var _0xc71e73;super(),this['_univerInstanceService']=_0xae0543,this['_focusOwnerService']=_0xbc57b5,this[_0x3e38a8(0x14a)]=_0x55f323,this['_menuOverrideService']=_0x39935b,this[_0x3e38a8(0x469)]=_0x53419f,this[_0x3e38a8(0x5cc)]=_0x292fda,this[_0x3e38a8(0x668)]=_0x350567,this[_0x3e38a8(0x122)]=_0x39f5e7,this[_0x3e38a8(0x337)]=_0x517c69,X(this,_0x3e38a8(0x4a6),new Map());let _0x1b5900=(_0xc71e73=this['_univerInstanceService'][_0x3e38a8(0x26c)])==null?void 0x0:_0xc71e73[_0x3e38a8(0x19d)](_0x5a7679=>{const _0x36be6f=_0x3e38a8;this[_0x36be6f(0x6a0)](_0x5a7679??null);});_0x1b5900&&this[_0x3e38a8(0x45b)](_0x1b5900);}[_0x5878b6(0x533)](_0xbd2784){const _0x499500=_0x5878b6;var _0x2e6cbb;this['_assertResolvedChild'](_0xbd2784),this['_rememberPreviousChildCurrentUnit'](_0xbd2784),this[_0x499500(0x14a)][_0x499500(0x44e)]({'embedId':_0xbd2784[_0x499500(0x1a0)],'hostUnitId':_0xbd2784[_0x499500(0x178)],'hostType':_0xbd2784[_0x499500(0x5eb)],'entry':_0xbd2784[_0x499500(0x289)],'hostAnchorId':_0xbd2784['hostAnchorId'],'descriptor':_0xbd2784}),this[_0x499500(0x469)][_0x499500(0x3b3)](_0xbd2784[_0x499500(0x1a0)]);let _0x1677e0=this[_0x499500(0x5cc)][_0x499500(0x96)](_0xbd2784[_0x499500(0x1ec)]);return this[_0x499500(0x1e9)][_0x499500(0x5f8)](_0xbd2784,_0x499500(0x25a),{'layoutPolicy':_0x1677e0==null||(_0x2e6cbb=_0x1677e0['layoutPolicy'])==null?void 0x0:_0x2e6cbb[_0x499500(0x3e8)],'allowPlaceholder':(_0x1677e0==null?void 0x0:_0x1677e0[_0x499500(0x5b1)])===_0x499500(0x483)||(_0x1677e0==null?void 0x0:_0x1677e0[_0x499500(0x7f)])===_0x499500(0x369),'allowHiddenRibbon':(_0x1677e0==null?void 0x0:_0x1677e0[_0x499500(0x5b1)])===_0x499500(0x34b)});}['activateFloating'](_0xfb5670,_0x30eed1,_0x599e25={}){const _0x46aee6=_0x5878b6;this[_0x46aee6(0x100)](_0xfb5670);let _0x30f5ba=this[_0x46aee6(0x668)][_0x46aee6(0x325)](),_0x3c038b=_0x30eed1===_0x46aee6(0x562)&&(_0x30f5ba==null?void 0x0:_0x30f5ba['embedId'])===_0xfb5670['embedId']&&_0x30f5ba[_0x46aee6(0x4d3)]===_0xfb5670[_0x46aee6(0x4d3)]&&_0x30f5ba[_0x46aee6(0x49f)]===_0x46aee6(0x562);(_0x30f5ba==null?void 0x0:_0x30f5ba[_0x46aee6(0x49f)])===_0x46aee6(0x562)&&!_0x3c038b&&this[_0x46aee6(0x2dc)](_0x30f5ba['embedId']),_0x30eed1===_0x46aee6(0x562)&&!_0x3c038b&&this[_0x46aee6(0x472)](_0xfb5670),this[_0x46aee6(0x169)][_0x46aee6(0x1fa)]({'hostUnitId':_0xfb5670[_0x46aee6(0x178)],'embedId':_0xfb5670[_0x46aee6(0x1a0)],'childUnitId':_0xfb5670['childUnitId'],'childType':_0xfb5670[_0x46aee6(0x1ec)],'reason':_0x46aee6(0x4a1)}),this[_0x46aee6(0x469)][_0x46aee6(0x3b3)](_0xfb5670[_0x46aee6(0x1a0)]);let _0x3c8228={'hostUnitId':_0xfb5670[_0x46aee6(0x178)],'embedId':_0xfb5670[_0x46aee6(0x1a0)],'childUnitId':_0xfb5670['childUnitId']};_0x30eed1?this[_0x46aee6(0x668)]['activate'](_0x3c8228,_0x30eed1):this[_0x46aee6(0x668)][_0x46aee6(0x5f8)](_0x3c8228),this[_0x46aee6(0x1e9)]['clear'](),_0x30eed1===_0x46aee6(0x562)?(this['_focusUnit'](_0xfb5670[_0x46aee6(0x4d3)],_0xfb5670['childType'],!0x1,_0xfb5670[_0x46aee6(0x1a0)]),this['_scheduleFloatingChildFocus'](_0xfb5670)):(this[_0x46aee6(0x6d2)][_0x46aee6(0x98)](_0xfb5670[_0x46aee6(0x178)]),this[_0x46aee6(0x6d2)][_0x46aee6(0x495)](_0xfb5670[_0x46aee6(0x178)]));}[_0x5878b6(0x15a)](_0x188828,_0x369c0e={}){const _0x38ad91=_0x5878b6;this[_0x38ad91(0x132)](_0x188828,_0x38ad91(0x562),_0x369c0e);}[_0x5878b6(0x42e)](_0x169a58,_0x3aaeaf={}){const _0x47bdf2=_0x5878b6;this['_assertResolvedChild'](_0x169a58),this[_0x47bdf2(0x169)][_0x47bdf2(0x1fa)]({'hostUnitId':_0x169a58[_0x47bdf2(0x178)],'embedId':_0x169a58['embedId'],'childUnitId':_0x169a58[_0x47bdf2(0x4d3)],'childType':_0x169a58[_0x47bdf2(0x1ec)],'reason':_0x47bdf2(0x4a1)}),this[_0x47bdf2(0xfe)](_0x169a58[_0x47bdf2(0x4d3)],_0x169a58[_0x47bdf2(0x1ec)],_0x3aaeaf[_0x47bdf2(0x1de)]??!0x0,_0x169a58[_0x47bdf2(0x1a0)]);}['focusHostForPassiveRuntime'](_0x52acb7){const _0x38f86c=_0x5878b6;let _0x4aae71=this['_mountService'][_0x38f86c(0x80)](_0x52acb7['embedId']);this[_0x38f86c(0x1e9)]['clear'](_0x52acb7[_0x38f86c(0x1a0)]),this[_0x38f86c(0x169)][_0x38f86c(0x332)](_0x52acb7['embedId']),_0x4aae71&&this[_0x38f86c(0x4a6)][_0x38f86c(0x6d0)](_0x52acb7[_0x38f86c(0x1a0)])&&this[_0x38f86c(0x2dc)](_0x52acb7[_0x38f86c(0x1a0)],_0x52acb7['childType'],_0x52acb7[_0x38f86c(0x4d3)]),this['_focusUnit'](_0x52acb7[_0x38f86c(0x178)],_0x52acb7[_0x38f86c(0x5eb)],!0x1);}[_0x5878b6(0x208)](_0x1432d7){const _0x13754a=_0x5878b6;let _0x43fcef=this[_0x13754a(0x169)][_0x13754a(0x1d5)]();_0x43fcef!=null&&_0x43fcef[_0x13754a(0x1a0)]&&_0x43fcef['embedId']!==_0x1432d7[_0x13754a(0x1a0)]||(this[_0x13754a(0x169)]['clearFocusOwner'](_0x1432d7[_0x13754a(0x1a0)]),this[_0x13754a(0x6d2)][_0x13754a(0x98)](_0x1432d7[_0x13754a(0x178)]),this['_univerInstanceService'][_0x13754a(0x495)](_0x1432d7[_0x13754a(0x178)]),requestAnimationFrame(()=>{const _0x2032ee=_0x13754a;this[_0x2032ee(0x169)][_0x2032ee(0x1d5)]()||(this[_0x2032ee(0x6d2)]['focusUnit'](null),this['_univerInstanceService']['focusUnit'](_0x1432d7['hostUnitId']));}));}[_0x5878b6(0x3d2)](_0x47ecc7,_0xa0f35e){const _0x159cbf=_0x5878b6;let _0x270351=this[_0x159cbf(0x169)][_0x159cbf(0x1d5)]();if(_0x47ecc7&&_0x270351!=null&&_0x270351['embedId']&&_0x270351[_0x159cbf(0x1a0)]!==_0x47ecc7)return;let _0x37bd47=this[_0x159cbf(0x668)][_0x159cbf(0x325)]();if(_0x47ecc7&&!_0x270351&&(_0x37bd47==null?void 0x0:_0x37bd47[_0x159cbf(0x1a0)])!==_0x47ecc7&&!_0xa0f35e)return;let _0x49bc61=_0xa0f35e??(_0x270351==null?void 0x0:_0x270351[_0x159cbf(0x178)])??(_0x37bd47==null?void 0x0:_0x37bd47['hostUnitId']);this[_0x159cbf(0x668)][_0x159cbf(0x120)](_0x47ecc7),this[_0x159cbf(0x169)]['clearFocusOwner'](_0x47ecc7),this['_menuOverrideService'][_0x159cbf(0x120)](_0x47ecc7),_0x47ecc7&&this[_0x159cbf(0x2dc)](_0x47ecc7),_0x47ecc7&&this[_0x159cbf(0x469)]['deactivateFloatingSession'](_0x47ecc7),_0x49bc61&&(this[_0x159cbf(0x6d2)][_0x159cbf(0x98)](_0x49bc61),this[_0x159cbf(0x6d2)][_0x159cbf(0x495)](_0x49bc61),requestAnimationFrame(()=>{const _0x1166f1=_0x159cbf;this[_0x1166f1(0x169)][_0x1166f1(0x1d5)]()||(this[_0x1166f1(0x6d2)][_0x1166f1(0x495)](null),this[_0x1166f1(0x6d2)][_0x1166f1(0x495)](_0x49bc61));}));}[_0x5878b6(0x3b9)](_0x4b92e2){const _0x26bac6=_0x5878b6;this[_0x26bac6(0x1e9)][_0x26bac6(0x120)](_0x4b92e2),this[_0x26bac6(0x169)][_0x26bac6(0x332)](_0x4b92e2);let _0x3e3e9f=this['_mountService'][_0x26bac6(0x3c2)](_0x4b92e2);_0x3e3e9f[_0x26bac6(0x684)](_0x19dc53=>this[_0x26bac6(0x2dc)](_0x19dc53[_0x26bac6(0x1a0)],_0x19dc53[_0x26bac6(0x1ec)],_0x19dc53[_0x26bac6(0x4d3)])),new Set(_0x3e3e9f[_0x26bac6(0x28d)](_0x43ec78=>_0x43ec78[_0x26bac6(0x178)]))['forEach'](_0x36d1ae=>{const _0x4647d3=_0x26bac6;this[_0x4647d3(0x6d2)][_0x4647d3(0x98)](_0x36d1ae),this[_0x4647d3(0x6d2)][_0x4647d3(0x495)](_0x36d1ae);});}['_rememberPreviousChildCurrentUnit'](_0x421a0e){const _0x576013=_0x5878b6;if(this[_0x576013(0x4a6)]['has'](_0x421a0e[_0x576013(0x1a0)]))return;let _0x24eb26=_0x421a0e['childType'],_0x338418=this['_getCurrentUnitId'](_0x24eb26);this[_0x576013(0x4a6)]['set'](_0x421a0e[_0x576013(0x1a0)],{'childType':_0x24eb26,'childUnitId':_0x421a0e[_0x576013(0x4d3)],'unitId':_0x338418&&_0x338418!==_0x421a0e[_0x576013(0x4d3)]?_0x338418:void 0x0});}[_0x5878b6(0x2dc)](_0x5de542,_0x5a7870,_0x443244){const _0x12df71=_0x5878b6;let _0x51b9b3=this['_previousChildCurrentUnits']['get'](_0x5de542);this['_previousChildCurrentUnits'][_0x12df71(0x66b)](_0x5de542);let _0x4a1c55=_0x5a7870??(_0x51b9b3==null?void 0x0:_0x51b9b3['childType']),_0x16255e=_0x443244??(_0x51b9b3==null?void 0x0:_0x51b9b3['childUnitId']);if(_0x4a1c55==null||!_0x16255e)return;let _0x5434fc=(_0x51b9b3==null?void 0x0:_0x51b9b3[_0x12df71(0x1ec)])===_0x4a1c55&&_0x51b9b3[_0x12df71(0x1bc)]&&this['_hasUnit'](_0x51b9b3['unitId'],_0x4a1c55)?_0x51b9b3[_0x12df71(0x1bc)]:this[_0x12df71(0x57b)](_0x4a1c55,_0x16255e);_0x5434fc&&this[_0x12df71(0x6d2)]['setCurrentUnitForType'](_0x5434fc);}['_getCurrentUnitId'](_0x562597){const _0x27f1fe=_0x5878b6;var _0xc3c76;let _0x2f87de=this[_0x27f1fe(0x6d2)]['getCurrentUnitOfType'];return _0x2f87de==null||(_0xc3c76=_0x2f87de[_0x27f1fe(0x610)](this[_0x27f1fe(0x6d2)],_0x562597))==null?void 0x0:_0xc3c76['getUnitId']();}[_0x5878b6(0xe8)](_0x5a44ec,_0x2f9b31){const _0x107269=_0x5878b6;let _0x2eb028=this[_0x107269(0x6d2)]['getUnit'];return!!(_0x2eb028!=null&&_0x2eb028[_0x107269(0x610)](this['_univerInstanceService'],_0x5a44ec,_0x2f9b31));}[_0x5878b6(0x57b)](_0x4d316f,_0x3caf2d){const _0x1dfe80=_0x5878b6;var _0x505ab9;let _0x4c66e9=this['_univerInstanceService']['getAllUnitsForType'];return _0x4c66e9==null||(_0x505ab9=_0x4c66e9[_0x1dfe80(0x610)](this[_0x1dfe80(0x6d2)],_0x4d316f))==null||(_0x505ab9=_0x505ab9['find'](_0x2fd0ab=>_0x2fd0ab['getUnitId']()!==_0x3caf2d))==null?void 0x0:_0x505ab9[_0x1dfe80(0x156)]();}[_0x5878b6(0xfe)](_0x117a23,_0x33159f,_0x20156e=!0x0,_0x365d3){const _0x623f98=_0x5878b6;let _0x54fa78=this[_0x623f98(0x6d2)][_0x623f98(0x530)];if(!_0x365d3){var _0x5eb128;(typeof _0x54fa78!='function'||((_0x5eb128=_0x54fa78['call'](this[_0x623f98(0x6d2)]))==null?void 0x0:_0x5eb128[_0x623f98(0x156)]())!==_0x117a23)&&this[_0x623f98(0x6d2)][_0x623f98(0x495)](_0x117a23),this[_0x623f98(0x54f)](_0x117a23,_0x33159f),this['_contextService']['setContextValue'](_0x3fa463,!0x0),this[_0x623f98(0x122)][_0x623f98(0x180)](_0x20f156,_0x33159f===_0x152567['UNIVER_DOC']),this['_contextService']['setContextValue'](_0x197f18,_0x33159f===_0x152567['UNIVER_SHEET']),this[_0x623f98(0x122)][_0x623f98(0x180)](_0x148636,_0x33159f===_0x152567[_0x623f98(0x3e4)]),this['_contextService'][_0x623f98(0x180)](_0x7fae36,_0x33159f===_0x152567[_0x623f98(0x43f)]);}_0x20156e&&this[_0x623f98(0x487)]();}[_0x5878b6(0x6a0)](_0x88c012){const _0x1384a0=_0x5878b6;let _0x44ec1a=this[_0x1384a0(0x668)]['getActive']();if((_0x44ec1a==null?void 0x0:_0x44ec1a[_0x1384a0(0x49f)])!==_0x1384a0(0x562)||_0x88c012!==_0x44ec1a[_0x1384a0(0x178)])return;let _0x3d3442=this[_0x1384a0(0x169)][_0x1384a0(0x1d5)]();(_0x3d3442==null?void 0x0:_0x3d3442['embedId'])===_0x44ec1a[_0x1384a0(0x1a0)]&&_0x3d3442[_0x1384a0(0x4d3)]===_0x44ec1a[_0x1384a0(0x4d3)]&&_0x3d3442[_0x1384a0(0x1ec)]!=null&&this[_0x1384a0(0xfe)](_0x3d3442['childUnitId'],_0x3d3442[_0x1384a0(0x1ec)],!0x1,_0x3d3442[_0x1384a0(0x1a0)]);}[_0x5878b6(0x15b)](_0x50c92c){const _0x591596=_0x5878b6;let _0x209270=()=>{const _0x2c5a4e=_0x4fd0;let _0x274665=this['_floatingActiveService'][_0x2c5a4e(0x325)]();(_0x274665==null?void 0x0:_0x274665[_0x2c5a4e(0x1a0)])===_0x50c92c['embedId']&&_0x274665[_0x2c5a4e(0x4d3)]===_0x50c92c[_0x2c5a4e(0x4d3)]&&_0x274665[_0x2c5a4e(0x49f)]===_0x2c5a4e(0x562)&&this[_0x2c5a4e(0xfe)](_0x50c92c['childUnitId'],_0x50c92c[_0x2c5a4e(0x1ec)],!0x1,_0x50c92c[_0x2c5a4e(0x1a0)]);};typeof queueMicrotask==_0x591596(0x59d)&&queueMicrotask(_0x209270),requestAnimationFrame(_0x209270);}['_setCurrentUnitForType'](_0x9e4006,_0x171849){const _0x3c5904=_0x5878b6;var _0x206d63;let _0x87381b=this[_0x3c5904(0x6d2)]['getCurrentUnitOfType'];(typeof _0x87381b!=_0x3c5904(0x59d)||((_0x206d63=_0x87381b[_0x3c5904(0x610)](this['_univerInstanceService'],_0x171849))==null?void 0x0:_0x206d63[_0x3c5904(0x156)]())!==_0x9e4006)&&this[_0x3c5904(0x6d2)][_0x3c5904(0x98)](_0x9e4006);}[_0x5878b6(0x487)](){const _0x5455ce=_0x5878b6;let _0x3877d5=()=>this['_layoutService'][_0x5455ce(0x3d1)]();_0x3877d5(),typeof queueMicrotask==_0x5455ce(0x59d)&&queueMicrotask(_0x3877d5),requestAnimationFrame(_0x3877d5);}['_assertResolvedChild'](_0x675394){const _0x2ca965=_0x5878b6;if(!_0x675394[_0x2ca965(0x4d3)]||_0x675394[_0x2ca965(0x1ec)]==null)throw Error(_0x2ca965(0x6ed));}};Jc=fs([$(0x0,_0x384701),$(0x1,_0x431841(_0x4260b5)),$(0x2,_0x431841(_0x2269a3)),$(0x3,_0x431841(as)),$(0x4,_0x431841(Gc)),$(0x5,_0x431841(rs)),$(0x6,_0x431841(is)),$(0x7,_0x391fa9),$(0x8,_0x59228c)],Jc);function Yc(_0x315ff4){let {injector:_0x396ef7,children:_0x7f3ee5,mountContainer:_0x11d74f,embedId:_0x286555}=_0x315ff4;return _0x5bc716(_0x33f8ca(()=>_0x4d8c28(Xc,_0x396ef7),[_0x396ef7]),{'mountContainer':_0x11d74f,'embedId':_0x286555,'children':_0x7f3ee5});}function Xc(_0xc2ce4c){const _0x4ab2ae=_0x5878b6;let {children:_0x3bf942,mountContainer:_0x30b12e,embedId:_0x4e2a49,passThroughWheelGestures:_0x1de7c7}=_0xc2ce4c,_0x15aa43=_0x3be58c(),_0x989ed0=_0x598ded(_0x301c59),_0x417035=_0x33f8ca(()=>_0x15aa43[_0x4ab2ae(0x6d0)](_0x24d8f5)?_0x15aa43['get'](_0x24d8f5):void 0x0,[_0x15aa43]),_0x502557=_0xec05b8(()=>_0x989ed0[_0x4ab2ae(0x4d1)][_0x4ab2ae(0x5c8)](_0x31675b(()=>_0x989ed0[_0x4ab2ae(0x13b)]())),_0x989ed0['getLocales'](),!0x1,[_0x989ed0]),_0x1e106f=_0xec05b8(()=>_0x989ed0['direction$'],_0x989ed0['getDirection'](),!0x1,[_0x989ed0]),_0x2a5ae8=tl(_0x417035),_0x12bdb1=_0x2e0b5b(null),_0x575e27=_0x33f8ca(()=>_0x30b12e!==void 0x0||typeof document>'u'?null:document[_0x4ab2ae(0x3ba)]('div'),[_0x30b12e]),_0x51cbff=_0x30b12e===void 0x0?_0x575e27:_0x30b12e;return _0x404518(()=>{const _0x2ea656=_0x4ab2ae;if(_0x575e27)return document['body'][_0x2ea656(0x191)](_0x575e27),()=>{const _0x2f7f99=_0x2ea656;document[_0x2f7f99(0x43a)][_0x2f7f99(0xf5)](_0x575e27);};},[_0x575e27]),_0x404518(()=>{const _0x2eb8b1=_0x4ab2ae;let _0x11fb41=_0x51cbff;_0x11fb41&&_0x11fb41[_0x2eb8b1(0x153)]('dir',_0x1e106f);},[_0x1e106f,_0x51cbff]),_0x404518(()=>{if(!(!_0x51cbff||_0x1de7c7))return _0x2bc898([_0x51cbff]);},[_0x1de7c7,_0x51cbff]),_0x404518(()=>{const _0x40ab2d=_0x4ab2ae;let _0x97a22e=_0x51cbff;if(!_0x97a22e||!_0x4e2a49)return;let _0xb87c8f=_0x97a22e['getAttribute'](Q);return _0x97a22e[_0x40ab2d(0x153)](Q,_0x4e2a49),()=>{if(_0xb87c8f==null){_0x97a22e['removeAttribute'](Q);return;}_0x97a22e['setAttribute'](Q,_0xb87c8f);};},[_0x4e2a49,_0x51cbff]),_0x5bc716(_0x477e2e,{'locale':_0x502557==null?void 0x0:_0x502557[_0x4ab2ae(0x554)],'direction':_0x1e106f,'mountContainer':_0x51cbff,'children':_0x5bc716(_0x4ab2ae(0xfb),{'ref':_0x12bdb1,'className':_0x54132b(_0x4ab2ae(0x67d),{'univer-dark':_0x2a5ae8}),'data-embed-runtime-provider':'true','onPointerUpCapture':_0x4a2baf=>{const _0x3d4c4f=_0x4ab2ae;let _0x372faa=_0x12bdb1['current'],_0x40cff0=_0x4a2baf[_0x3d4c4f(0x6dd)];if(!_0x4e2a49||!_0x372faa)return;let _0x6b9f7c=()=>Zc(_0x4e2a49,_0x372faa,_0x40cff0);typeof queueMicrotask==_0x3d4c4f(0x59d)?queueMicrotask(_0x6b9f7c):Promise[_0x3d4c4f(0x663)]()[_0x3d4c4f(0x65f)](_0x6b9f7c);},'children':_0x3bf942})});}function Zc(_0x55589e,_0x23c63e,_0x213acf){const _0x1cb0a6=_0x5878b6;let _0x28919b=_0x23c63e['ownerDocument'][_0x1cb0a6(0x526)];if($c(_0x28919b,_0x55589e))return;let _0x44f5a4=_0x213acf instanceof HTMLElement&&_0x23c63e['contains'](_0x213acf)?_0x213acf:null,_0x32ec7d=el(_0x44f5a4)?_0x44f5a4:_0x23c63e[_0x1cb0a6(0x511)](_0x1cb0a6(0x68a));_0x32ec7d==null||_0x32ec7d[_0x1cb0a6(0x3d1)]({'preventScroll':!0x0});}function Qc(_0x6e6f85,_0x2ff4b6){const _0x18e4c9=_0x5878b6;$c(_0x2ff4b6[_0x18e4c9(0xfa)][_0x18e4c9(0x526)],_0x6e6f85)||(_0x2ff4b6[_0x18e4c9(0x5e3)](_0x18e4c9(0x265))||(_0x2ff4b6['tabIndex']=-0x1),_0x2ff4b6[_0x18e4c9(0x3d1)]({'preventScroll':!0x0}));}function $c(_0x4e55b4,_0x605fea){const _0x4ae1d4=_0x5878b6;let _0x4370f2=_0x4e55b4==null?void 0x0:_0x4e55b4[_0x4ae1d4(0x279)]('['+Q+']');return(_0x4370f2==null?void 0x0:_0x4370f2[_0x4ae1d4(0x23d)](Q))===_0x605fea;}function el(_0x249749){const _0x5209db=_0x5878b6;return!!_0x249749&&!_0x249749[_0x5209db(0x5e3)](_0x5209db(0x1b1))&&_0x249749['tabIndex']>=0x0;}function tl(_0x4f4214){const _0x394687=_0x5878b6;return _0x44c62c(_0x10279a=>{const _0x44eed2=_0x4fd0;if(!_0x4f4214)return()=>{};let _0x5835df=_0x4f4214[_0x44eed2(0xf3)][_0x44eed2(0x19d)](()=>_0x10279a());return()=>_0x5835df[_0x44eed2(0x632)]();},()=>(_0x4f4214==null?void 0x0:_0x4f4214[_0x394687(0xbe)])??!0x1,()=>!0x1);}const nl=new WeakMap(),rl=new WeakMap(),il=new WeakMap();function al(_0x44cd9f){const _0x3fb4bc=_0x5878b6;let _0x1f328c=nl[_0x3fb4bc(0x96)](_0x44cd9f);if(_0x1f328c)return il['set'](_0x1f328c,(il['get'](_0x1f328c)??0x0)+0x1),_0x1f328c;let _0x2eb955={'render':_0x5b1a60=>_0x1f15a8(_0x5b1a60,_0x44cd9f)};return nl['set'](_0x44cd9f,_0x2eb955),rl[_0x3fb4bc(0x5ad)](_0x2eb955,_0x44cd9f),il['set'](_0x2eb955,0x0),_0x2eb955;}function ol(_0x5ba2e0){const _0x2751d7=_0x5878b6;let _0x7d826e=rl[_0x2751d7(0x96)](_0x5ba2e0),_0x2d03bf=il[_0x2751d7(0x96)](_0x5ba2e0)??0x0;globalThis[_0x2751d7(0x119)](()=>{const _0x3f6c18=_0x2751d7;_0x7d826e&&nl['get'](_0x7d826e)!==_0x5ba2e0||(il[_0x3f6c18(0x96)](_0x5ba2e0)??0x0)===_0x2d03bf&&(_0x7d826e&&(nl[_0x3f6c18(0x66b)](_0x7d826e),rl[_0x3f6c18(0x66b)](_0x5ba2e0)),il[_0x3f6c18(0x66b)](_0x5ba2e0),_0x7d826e&&_0x562167(_0x7d826e));},0x0);}function sl(_0x5c70c8){const _0x1513ca=_0x5878b6;let {container:_0x4057fb,portalContainer:_0x4f85c1,injector:_0xe22f56,childType:_0x494cdc,childUnitId:_0x40f4a2,embedId:_0x265e41,menuSchema:_0xdb9d38,menuTitlePrefix:_0x27f625,activeRibbonTab:_0x3f2e32,headerMenu:_0x571c39=!0x1,toolbarOnly:_0xae0854,ribbonType:_0x2055de=_0x1513ca(0x49c),ribbonHeaderClassName:_0x50f05c,scopedActionServiceTokens:_0x59cea5}=_0x5c70c8;if(_0xdb9d38!=null&&typeof _0xdb9d38!=_0x1513ca(0x414))return;let _0x17e168=cl(_0xe22f56,{'childType':_0x494cdc,'childUnitId':_0x40f4a2,'embedId':_0x265e41,'menuSchema':_0xdb9d38,'menuTitlePrefix':_0x27f625,'activeRibbonTab':_0x3f2e32,'scopedActionServiceTokens':_0x59cea5}),_0x556ff2=al(_0x4057fb);return _0x556ff2[_0x1513ca(0x66d)](_0x481dd4(Yc,{'injector':_0x17e168['injector'],'mountContainer':_0x4f85c1??_0x4057fb,'embedId':_0x265e41},_0x481dd4(_0x1f1b2d,{'ribbonType':_0x2055de,'headerMenu':_0x571c39,'toolbarOnly':_0xae0854,'headerClassName':_0x50f05c}))),_0x139183(()=>{const _0xcad311=_0x1513ca;ol(_0x556ff2),_0x17e168[_0xcad311(0x51e)][_0xcad311(0x3ef)]();});}function cl(_0x31d24b,_0x39c732){const _0x8b9905=_0x5878b6;let {childType:_0x3f7e87,childUnitId:_0xeb99eb,embedId:_0x1401d8,menuSchema:_0x154da4,menuTitlePrefix:_0x386de4,activeRibbonTab:_0x4c0066,scopedActionServiceTokens:_0x4c31e4}=_0x39c732,_0xa2b956=_0x31d24b['get'](_0x384701),_0xc53b60=dl(_0x31d24b)[_0x8b9905(0x96)](_0x384701),_0x330a6f=gl(_0xa2b956,_0x3f7e87,_0xeb99eb),_0x271f7d=new WeakMap(),_0x381b52,_0x135835=bl(_0x31d24b[_0x8b9905(0x96)](_0x20e3ee),_0xa2b956,_0x3f7e87,_0xeb99eb,_0x1401d8,()=>_0x381b52),_0x33f571=_0xeb99eb&&_0x31d24b[_0x8b9905(0x6d0)](_0x391fa9)?_l(_0x31d24b[_0x8b9905(0x96)](_0x391fa9),_0x3f7e87):void 0x0,_0x45e94c=new Map([[_0x384701,_0x330a6f],[_0x20e3ee,_0x135835],..._0x33f571?[[_0x391fa9,_0x33f571]]:[]]);_0x31d24b['has'](_0x17bf93)&&_0x45e94c[_0x8b9905(0x5ad)](_0x17bf93,Bs(_0x31d24b[_0x8b9905(0x96)](_0x17bf93))),new Set(_0x4c31e4??[])[_0x8b9905(0x684)](_0x33d222=>{_0xeb99eb&&_0x31d24b['has'](_0x33d222)&&_0x45e94c['set'](_0x33d222,Sl(_0x31d24b['get'](_0x33d222),_0xc53b60,_0x3f7e87,_0xeb99eb,_0x1401d8,()=>_0x381b52,_0x271f7d));}),_0x381b52=Hs(_0x31d24b,_0x45e94c);let {menuManager:_0x51edd0,disposable:_0x32f10c}=ll(_0x31d24b,_0x381b52,_0x154da4,_0x386de4),_0x4604ef=new _0x2c58c3(_0x51edd0,_0x330a6f);_0x4c0066&&_0x4604ef['setActivatedTab'](_0x4c0066);let _0x279cc8=_0x386de4?fl(_0x4604ef,_0x386de4,_0x31d24b):_0x4604ef;_0x381b52[_0x8b9905(0x36d)]([_0xf7436,{'useValue':_0x51edd0}]),_0x381b52[_0x8b9905(0x36d)]([_0x472c84,{'useValue':_0x279cc8}]);let _0xbd5282=ul(_0x31d24b,_0x4604ef,_0x51edd0,{'embedId':_0x1401d8,'childUnitId':_0xeb99eb});return{'injector':_0x381b52,'ribbonService':_0x279cc8,'disposable':_0x139183(()=>{const _0x2b4feb=_0x8b9905;_0xbd5282==null||_0xbd5282['dispose'](),_0x4604ef['dispose'](),_0x32f10c==null||_0x32f10c[_0x2b4feb(0x3ef)](),_0x381b52[_0x2b4feb(0x3ef)]();})};}function ll(_0x368a1b,_0x500320,_0x31de01,_0x3d5b9a){const _0x3b5b0c=_0x5878b6;if(_0x31de01&&typeof _0x31de01==_0x3b5b0c(0x414)){let _0x574c5d=new _0x1be0b1(_0x500320,_0x500320['get'](_0x17bf93));return _0x574c5d[_0x3b5b0c(0x1ae)](ml(_0x31de01,_0x3d5b9a,_0x368a1b)),{'menuManager':cc(_0x574c5d),'disposable':_0x574c5d};}let _0x28c640=_0x368a1b['get'](_0xf7436),_0x548128=_0x28c640[_0x3b5b0c(0x58b)];return{'menuManager':cc(typeof _0x548128==_0x3b5b0c(0x59d)?_0x548128[_0x3b5b0c(0x610)](_0x28c640,_0x500320):_0x28c640)};}function ul(_0x4c0b30,_0x3c9590,_0x36d821,_0x292129){const _0x5b8766=_0x5878b6;let {embedId:_0x210169,childUnitId:_0x398799}=_0x292129;if(!_0x210169||!_0x398799)return;let _0x4fe024=dl(_0x4c0b30);if(!_0x4fe024[_0x5b8766(0x6d0)](_0x472c84)||!_0x4fe024[_0x5b8766(0x6d0)](Z))return;let _0x462d5c=_0x4fe024['get'](_0x472c84),_0x3dc7cb=_0x4fe024[_0x5b8766(0x96)](Z),_0x8c152d=new Set(),_0x2045f5=_0x522357([_0x462d5c[_0x5b8766(0x686)],_0x462d5c[_0x5b8766(0x38f)],_0x36d821[_0x5b8766(0x60c)][_0x5b8766(0x5c8)](_0x3d7dcc(void 0x0)),_0x58f94d(_0x3dc7cb[_0x5b8766(0x282)],_0x3dc7cb[_0x5b8766(0xe7)])['pipe'](_0x3d7dcc(void 0x0))])[_0x5b8766(0x19d)](([_0x179de5,_0x138e0a])=>{const _0x3b7d8f=_0x5b8766;let _0x1f9efc=_0x3dc7cb['resolveActiveChildSessionRuntimeScope'](),_0x6622dd=(_0x1f9efc==null?void 0x0:_0x1f9efc[_0x3b7d8f(0x1a0)])===_0x210169&&_0x1f9efc[_0x3b7d8f(0x4d3)]===_0x398799&&(_0x1f9efc[_0x3b7d8f(0x144)]===_0x3b7d8f(0x9c)||_0x1f9efc['sessionMode']===_0x3b7d8f(0x1bf)),_0x1c2cf2=new Set(_0x36d821[_0x3b7d8f(0x5a5)](_0x53be37[_0x3b7d8f(0x422)])[_0x3b7d8f(0x273)](({contextual:_0x55172d})=>_0x55172d)[_0x3b7d8f(0x28d)](({key:_0x136f7c})=>_0x136f7c)),_0x3deb84=_0x6622dd?new Set(_0x179de5[_0x3b7d8f(0x273)](({contextual:_0x2e68e5,key:_0x22dd0e})=>_0x2e68e5&&_0x1c2cf2[_0x3b7d8f(0x6d0)](_0x22dd0e))[_0x3b7d8f(0x28d)](({key:_0x605b2a})=>_0x605b2a)):new Set();_0x8c152d[_0x3b7d8f(0x684)](_0xa62ed9=>{const _0x279482=_0x3b7d8f;_0x3deb84[_0x279482(0x6d0)](_0xa62ed9)||_0x3c9590[_0x279482(0x355)](_0xa62ed9);}),_0x3deb84['forEach'](_0x13bb4a=>{const _0x1693f7=_0x3b7d8f;_0x8c152d[_0x1693f7(0x6d0)](_0x13bb4a)||_0x3c9590['showContextualTab'](_0x13bb4a);}),_0x3deb84[_0x3b7d8f(0x6d0)](_0x138e0a)&&_0x3c9590[_0x3b7d8f(0x125)](_0x138e0a),_0x8c152d=_0x3deb84;});return _0x139183(()=>{_0x2045f5['unsubscribe'](),_0x8c152d['forEach'](_0x44e89a=>_0x3c9590['hideContextualTab'](_0x44e89a)),_0x8c152d['clear']();});}function dl(_0x1fe66f){const _0x3a06fc=_0x5878b6;return _0x1fe66f[_0x3a06fc(0x6ce)]??_0x1fe66f;}function fl(_0x50cf68,_0x46cd57,_0x325257){const _0x410506=_0x5878b6;let _0x5320ed;try{_0x5320ed=_0x325257[_0x410506(0x96)](_0x301c59);}catch{_0x5320ed=void 0x0;}return{'ribbon$':_0x50cf68['ribbon$'][_0x410506(0x5c8)](_0x31675b(_0x2a3bd3=>_0x2a3bd3[_0x410506(0x28d)](_0x3a31c6=>pl(_0x3a31c6,_0x46cd57,_0x5320ed)))),'activatedTab$':_0x50cf68[_0x410506(0x38f)],'collapsedIds$':_0x50cf68[_0x410506(0x4d0)],'fakeToolbarVisible$':_0x50cf68[_0x410506(0x4e6)],'setActivatedTab':_0x50bb89=>_0x50cf68[_0x410506(0x125)](_0x50bb89),'showContextualTab':(_0x4f0c08,_0x20ae93)=>_0x50cf68[_0x410506(0x60b)](_0x4f0c08,_0x20ae93),'hideContextualTab':_0x11fd68=>_0x50cf68[_0x410506(0x355)](_0x11fd68),'hideAllContextualTabs':()=>_0x50cf68[_0x410506(0x499)](),'setCollapsedIds':_0x1be077=>_0x50cf68[_0x410506(0x8b)](_0x1be077),'setFakeToolbarVisible':_0x4523a1=>_0x50cf68['setFakeToolbarVisible'](_0x4523a1)};}function pl(_0x57e1ad,_0x8a69b6,_0x30de11){const _0x5d4855=_0x5878b6;let _0x33b54c=_0x57e1ad[_0x5d4855(0x4da)]||_0x57e1ad[_0x5d4855(0x2b1)],_0x4f81c1=_0x30de11?_0x30de11['t'](_0x33b54c):_0x33b54c;return{..._0x57e1ad,'title':_0x8a69b6+_0x5d4855(0x344)+_0x4f81c1};}function ml(_0x8e321f,_0x57f0c7,_0x4211b4){const _0x456641=_0x5878b6;if(!_0x57f0c7||!_0x8e321f||typeof _0x8e321f!=_0x456641(0x414))return _0x8e321f;let _0x2a00c9=hl(_0x8e321f),_0x12b2c2=_0x2a00c9[_0x53be37[_0x456641(0x422)]];if(!_0x12b2c2||typeof _0x12b2c2!=_0x456641(0x414))return _0x2a00c9;let _0x4e8c98;try{_0x4e8c98=_0x4211b4['get'](_0x301c59);}catch{_0x4e8c98=void 0x0;}return Object[_0x456641(0x672)](_0x12b2c2)['forEach'](_0xff94f=>{const _0xf6932=_0x456641;if(!_0xff94f||typeof _0xff94f!=_0xf6932(0x414))return;let _0x4debcf=_0xff94f,_0xcfffd1=_0x4debcf['title'];_0xcfffd1&&(_0x4debcf[_0xf6932(0x4da)]=_0x57f0c7+_0xf6932(0x344)+(_0x4e8c98?_0x4e8c98['t'](_0xcfffd1):_0xcfffd1));}),_0x2a00c9;}function hl(_0x2166c1){const _0x158339=_0x5878b6;return!_0x2166c1||typeof _0x2166c1!=_0x158339(0x414)?_0x2166c1:Array[_0x158339(0x27d)](_0x2166c1)?_0x2166c1['map'](_0x8c599b=>hl(_0x8c599b)):Object[_0x158339(0x8c)](Object['entries'](_0x2166c1)[_0x158339(0x28d)](([_0x56f0d0,_0x138cea])=>[_0x56f0d0,hl(_0x138cea)]));}function gl(_0x1ae4fa,_0x465582,_0x16f435){const _0x3c51a4=_0x5878b6;let _0x1f44e1=()=>_0x16f435?_0x1ae4fa[_0x3c51a4(0x4cb)](_0x16f435,_0x465582):null,_0x30af90=_0x16f435?_0x58f94d(_0x5694b8(_0x16f435),_0x1ae4fa['getTypeOfUnitAdded$'](_0x465582)['pipe'](_0x31675b(()=>_0x16f435)),_0x1ae4fa[_0x3c51a4(0x447)](_0x465582)[_0x3c51a4(0x5c8)](_0x31675b(()=>_0x16f435))):_0x1ae4fa['focused$'];return{'unitAdded$':_0x1ae4fa['unitAdded$'],'getTypeOfUnitAdded$':(..._0x124d28)=>_0x1ae4fa[_0x3c51a4(0x465)](..._0x124d28),'__addUnit':(..._0x511364)=>_0x1ae4fa[_0x3c51a4(0x2b9)](..._0x511364),'unitDisposed$':_0x1ae4fa[_0x3c51a4(0x31a)],'getTypeOfUnitDisposed$':(..._0x5206a5)=>_0x1ae4fa['getTypeOfUnitDisposed$'](..._0x5206a5),'focused$':_0x30af90,get 'focused'(){return _0x1f44e1()??_0x1ae4fa['getFocusedUnit']();},'focusUnit':(..._0x1d6ee3)=>_0x1ae4fa[_0x3c51a4(0x495)](..._0x1d6ee3),'getFocusedUnit':()=>_0x1f44e1()??_0x1ae4fa[_0x3c51a4(0x530)](),'getCurrentUnitOfType':_0x431245=>_0x431245===_0x465582&&_0x16f435?_0x1f44e1():_0x1ae4fa[_0x3c51a4(0x638)](_0x431245),'setCurrentUnitForType':(..._0x497b91)=>_0x1ae4fa[_0x3c51a4(0x98)](..._0x497b91),'getCurrentTypeOfUnit$':_0x418663=>_0x418663!==_0x465582||!_0x16f435?_0x1ae4fa[_0x3c51a4(0x424)](_0x418663):_0x58f94d(_0x5694b8(void 0x0),_0x1ae4fa['getTypeOfUnitAdded$'](_0x465582),_0x1ae4fa[_0x3c51a4(0x447)](_0x465582))[_0x3c51a4(0x5c8)](_0x31675b(()=>_0x1f44e1())),'createUnit':(..._0x1b9e76)=>_0x1ae4fa[_0x3c51a4(0x425)](..._0x1b9e76),'getUnitCreateOptions':(..._0x4930d3)=>_0x1ae4fa['getUnitCreateOptions'](..._0x4930d3),'disposeUnit':(..._0x176245)=>_0x1ae4fa[_0x3c51a4(0x2fb)](..._0x176245),'registerCtorForType':(..._0x24bb9a)=>_0x1ae4fa['registerCtorForType'](..._0x24bb9a),'getUnit':(..._0x539dd5)=>_0x1ae4fa[_0x3c51a4(0x4cb)](..._0x539dd5),'getAllUnitsForType':(..._0x4fea2a)=>_0x1ae4fa[_0x3c51a4(0x59a)](..._0x4fea2a),'getUnitType':(..._0x512c38)=>_0x1ae4fa[_0x3c51a4(0x593)](..._0x512c38)};}function _l(_0x540b04,_0x2c67ef){const _0x1b060f=_0x5878b6;return{'contextChanged$':_0x540b04[_0x1b060f(0x2eb)],'getContextValue':_0x1af72c=>vl(_0x1af72c,_0x2c67ef)??_0x540b04[_0x1b060f(0x328)](_0x1af72c),'setContextValue':(_0x2a6778,_0x59013c)=>_0x540b04['setContextValue'](_0x2a6778,_0x59013c),'subscribeContextValue$':_0x2c8c9f=>{let _0x27c44d=vl(_0x2c8c9f,_0x2c67ef);return _0x27c44d==null?_0x540b04['subscribeContextValue$'](_0x2c8c9f):_0x5694b8(_0x27c44d);}};}function vl(_0x4e655e,_0xfb0cfa){if(_0x4e655e===_0x3fa463)return!0x0;if(_0x4e655e===_0x197f18||_0x4e655e===_0x20f156||_0x4e655e===_0x148636)return _0x4e655e===yl(_0xfb0cfa);}function yl(_0x2a1fb){const _0x2c4c59=_0x5878b6;if(_0x2a1fb===_0x152567['UNIVER_SHEET'])return _0x197f18;if(_0x2a1fb===_0x152567[_0x2c4c59(0x592)])return _0x20f156;if(_0x2a1fb===_0x152567[_0x2c4c59(0x3e4)])return _0x148636;}function bl(_0x117b2c,_0x1ed046,_0x2c0e22,_0xc49270,_0x423b7d,_0x181316){const _0x296a1a=_0x5878b6;return _0xc49270?{'disposed':()=>_0x117b2c['disposed'](),'hasCommand':_0x2fe82b=>_0x117b2c[_0x296a1a(0x215)](_0x2fe82b),'registerCommand':(..._0x2f1d9d)=>_0x117b2c[_0x296a1a(0xd3)](..._0x2f1d9d),'unregisterCommand':_0x2f235a=>_0x117b2c['unregisterCommand'](_0x2f235a),'registerMultipleCommand':(..._0x2232c8)=>_0x117b2c[_0x296a1a(0x1f4)](..._0x2232c8),'executeCommand':async(..._0x48c1b0)=>{const _0x1bdb59=_0x296a1a;let _0x40de01=_0x1ed046[_0x1bdb59(0x638)](_0x2c0e22);try{return _0x1ed046[_0x1bdb59(0x98)](_0xc49270),await _0x117b2c[_0x1bdb59(0x631)](_0x48c1b0[0x0],_0x48c1b0[0x1],xl(_0x2c0e22,_0xc49270,_0x48c1b0[0x2]));}finally{El(_0x1ed046,_0xc49270,_0x40de01,_0x423b7d,_0x181316);}},'syncExecuteCommand':(..._0x1dc2ce)=>{const _0x6e341f=_0x296a1a;let _0x438363=_0x1ed046['getCurrentUnitOfType'](_0x2c0e22);try{return _0x1ed046[_0x6e341f(0x98)](_0xc49270),_0x117b2c[_0x6e341f(0x426)](_0x1dc2ce[0x0],_0x1dc2ce[0x1],xl(_0x2c0e22,_0xc49270,_0x1dc2ce[0x2]));}finally{El(_0x1ed046,_0xc49270,_0x438363,_0x423b7d,_0x181316);}},'onCommandExecuted':(..._0x1b9589)=>_0x117b2c[_0x296a1a(0x7c)](..._0x1b9589),'beforeCommandExecuted':(..._0x690ca9)=>_0x117b2c[_0x296a1a(0x589)](..._0x690ca9),'onMutationExecutedForCollab':(..._0x554906)=>_0x117b2c[_0x296a1a(0x654)](..._0x554906)}:_0x117b2c;}function xl(_0x17ae9f,_0xbd6b21,_0x17748b){const _0x339516=_0x5878b6;return _0x17ae9f===_0x152567[_0x339516(0x43f)]?{..._0x17748b,'unitId':_0xbd6b21}:_0x17748b;}function Sl(_0x4262d4,_0x23b92a,_0x5b5476,_0x5c0dc5,_0x405345,_0x60aee8,_0x3332b8){const _0x52f010=_0x5878b6;if(typeof _0x4262d4!=_0x52f010(0x414)&&typeof _0x4262d4!=_0x52f010(0x59d)||_0x4262d4==null)return _0x4262d4;let _0x43b8fd=_0x4262d4,_0x549f92=_0x3332b8==null?void 0x0:_0x3332b8[_0x52f010(0x96)](_0x43b8fd);if(_0x549f92)return _0x549f92;let _0x3c932b={..._0x43b8fd};return Cl(_0x43b8fd,_0x3c932b,_0x23b92a,_0x5b5476,_0x5c0dc5,_0x405345,_0x60aee8),_0x3332b8==null||_0x3332b8[_0x52f010(0x5ad)](_0x43b8fd,_0x3c932b),_0x3c932b;}function Cl(_0x4c959c,_0x4fdf54,_0x20b125,_0x310228,_0x5ef0f9,_0x3702c1,_0xb8af52){const _0x8f951d=_0x5878b6;let _0x54fa8d=_0x252bb7=>{const _0xd1af54=_0x4fd0;if(_0x252bb7===_0xd1af54(0x4ba))return;let _0x15ccdf=_0x4c959c[_0x252bb7];if(typeof _0x15ccdf!='function')return;let _0x3420eb=_0x4fdf54;_0x3420eb[_0x252bb7]=(..._0x494e8e)=>wl(_0x20b125,_0x310228,_0x5ef0f9,_0x3702c1,_0xb8af52,()=>_0x15ccdf[_0xd1af54(0x46f)](_0x4c959c,_0x494e8e));};Object[_0x8f951d(0x267)](_0x4c959c)[_0x8f951d(0x684)](_0x54fa8d);let _0x5b95f7=Object[_0x8f951d(0x29b)](_0x4c959c);_0x5b95f7&&_0x5b95f7!==Object[_0x8f951d(0x4b7)]&&Object[_0x8f951d(0x4b3)](_0x5b95f7)[_0x8f951d(0x684)](_0x54fa8d);}function wl(_0x471d81,_0x44f25d,_0xd580b5,_0x571f63,_0x2fec29,_0x177d01){const _0x4d5cd2=_0x5878b6;let _0x25bcf4=_0x471d81[_0x4d5cd2(0x638)](_0x44f25d),_0x4a9dab;try{_0x471d81[_0x4d5cd2(0x98)](_0xd580b5),_0x4a9dab=_0x177d01();}catch(_0x402d93){throw El(_0x471d81,_0xd580b5,_0x25bcf4,_0x571f63,_0x2fec29),_0x402d93;}return Tl(_0x4a9dab)?_0x4a9dab['finally'](()=>{El(_0x471d81,_0xd580b5,_0x25bcf4,_0x571f63,_0x2fec29);}):(El(_0x471d81,_0xd580b5,_0x25bcf4,_0x571f63,_0x2fec29),_0x4a9dab);}function Tl(_0x576f0c){const _0x3527ae=_0x5878b6;return!!(_0x576f0c&&typeof _0x576f0c[_0x3527ae(0x16f)]==_0x3527ae(0x59d));}function El(_0x153e9d,_0x55b522,_0x361495,_0x13b2ef,_0x2861bb){const _0x3c655a=_0x5878b6;if(Dl(_0x13b2ef,_0x2861bb)){var _0x8d8da7;_0x153e9d[_0x3c655a(0x98)](_0x55b522),(_0x8d8da7=_0x153e9d[_0x3c655a(0x495)])==null||_0x8d8da7[_0x3c655a(0x610)](_0x153e9d,_0x55b522);return;}_0x361495&&_0x153e9d[_0x3c655a(0x98)](_0x361495[_0x3c655a(0x156)]());}function Dl(_0x3aaaa4,_0x2a1238){const _0x54b79b=_0x5878b6;let _0x367cae=_0x2a1238==null?void 0x0:_0x2a1238();return!_0x3aaaa4||!(_0x367cae!=null&&_0x367cae[_0x54b79b(0x6d0)](Z))?!0x1:_0x367cae['get'](Z)[_0x54b79b(0x3f8)](_0x3aaaa4);}const Ol=new WeakMap();let kl=0x0;function Al(_0x464d95,_0x2210a0){const _0x1c160d=_0x5878b6;if(!_0x464d95[_0x1c160d(0x6d0)](Pl))return Ml(_0x464d95,_0x2210a0);let _0x2ddc4f=_0x464d95[_0x1c160d(0x96)](Pl);if(!(_0x2210a0['id']&&_0x2ddc4f[_0x1c160d(0x14b)](_0x2210a0['childType'],_0x2210a0[_0x1c160d(0x535)])[_0x1c160d(0x3f3)](_0x46bffc=>_0x46bffc['id']===_0x2210a0['id'])))return _0x2ddc4f[_0x1c160d(0x334)](_0x2210a0);}function jl(_0x31c6ca){const _0x4a4f40=_0x5878b6;if(!_0x31c6ca[_0x4a4f40(0x6d0)](Pl))return;let _0x30a946=Ol['get'](_0x31c6ca);_0x30a946!=null&&_0x30a946[_0x4a4f40(0x37b)]&&([..._0x30a946[_0x4a4f40(0x672)]()][_0x4a4f40(0x577)]((_0x302c1a,_0x2b8392)=>_0x302c1a[_0x4a4f40(0x4cf)]-_0x2b8392[_0x4a4f40(0x4cf)])['forEach'](({contribution:_0x130ef4})=>Al(_0x31c6ca,_0x130ef4)),Ol['delete'](_0x31c6ca));}function Ml(_0x35f369,_0x2d0b16){const _0x22908d=_0x5878b6;let _0x51cad7={'contribution':_0x2d0b16,'index':kl++},_0x38f7b1=Nl(_0x2d0b16,_0x51cad7[_0x22908d(0x4cf)]),_0x1e2808=_0x35f369,_0x4528c9=Ol[_0x22908d(0x96)](_0x1e2808)??new Map();return _0x4528c9[_0x22908d(0x5ad)](_0x38f7b1,_0x51cad7),Ol[_0x22908d(0x5ad)](_0x1e2808,_0x4528c9),_0x139183(()=>{const _0x41799b=_0x22908d;let _0x401b18=Ol[_0x41799b(0x96)](_0x1e2808);(_0x401b18==null?void 0x0:_0x401b18[_0x41799b(0x96)](_0x38f7b1))===_0x51cad7&&_0x401b18[_0x41799b(0x66b)](_0x38f7b1);});}function Nl(_0x51f448,_0x21b26c){const _0x1c788b=_0x5878b6;let _0x3b2276=Il(_0x51f448);return _0x51f448['id']?_0x51f448['childType']+':'+_0x3b2276+':'+_0x51f448['id']:_0x51f448[_0x1c788b(0x1ec)]+':'+_0x3b2276+_0x1c788b(0x16e)+_0x21b26c;}var Pl=class{constructor(){const _0x51c566=_0x5878b6;X(this,_0x51c566(0x36c),new Map()),X(this,_0x51c566(0x549),0x0);}[_0x5878b6(0x334)](_0x1a95be){const _0x54431b=_0x5878b6;let _0x522639={'contribution':_0x1a95be,'index':this['_nextIndex']++},_0x108b0c=this[_0x54431b(0x36c)][_0x54431b(0x96)](_0x1a95be['childType'])??[];return _0x108b0c[_0x54431b(0x498)](_0x522639),_0x108b0c['sort'](Ll),this[_0x54431b(0x36c)][_0x54431b(0x5ad)](_0x1a95be[_0x54431b(0x1ec)],_0x108b0c),_0x139183(()=>{const _0x5936b0=_0x54431b;let _0x4998e4=this[_0x5936b0(0x36c)][_0x5936b0(0x96)](_0x1a95be['childType']);if(!_0x4998e4)return;let _0x58543e=_0x4998e4[_0x5936b0(0x273)](_0x55a94d=>_0x55a94d!==_0x522639);_0x58543e[_0x5936b0(0x102)]?this[_0x5936b0(0x36c)]['set'](_0x1a95be[_0x5936b0(0x1ec)],_0x58543e):this['_contributions'][_0x5936b0(0x66b)](_0x1a95be[_0x5936b0(0x1ec)]);});}[_0x5878b6(0x96)](_0x1be4d1){return this['getAll'](_0x1be4d1)[0x0];}[_0x5878b6(0x14b)](_0x56528b,_0x2fa6de){const _0x3d79eb=_0x5878b6;return(this[_0x3d79eb(0x36c)][_0x3d79eb(0x96)](_0x56528b)??[])[_0x3d79eb(0x28d)](_0x5b64f4=>_0x5b64f4[_0x3d79eb(0x395)])[_0x3d79eb(0x273)](_0xd180ae=>!_0x2fa6de||Il(_0xd180ae)===_0x2fa6de);}[_0x5878b6(0x193)](_0x2d2129,_0x152b22=_0x5878b6(0xe5)){const _0x390469=_0x5878b6;let _0x4b9e92=this[_0x390469(0x14b)](_0x2d2129,_0x152b22)['map'](_0x5d4214=>_0x5d4214['menuSchema'])[_0x390469(0x273)](_0x4c4f1d=>_0x4c4f1d&&typeof _0x4c4f1d==_0x390469(0x414));if(_0x4b9e92[_0x390469(0x102)])return Rl(_0x4b9e92);}[_0x5878b6(0xdc)](_0x2eb59a){const _0x1c86bd=_0x5878b6;let _0x4d699b=_0x2eb59a[_0x1c86bd(0x535)]??_0x1c86bd(0xe5),_0x2ee4aa=this[_0x1c86bd(0x14b)](_0x2eb59a[_0x1c86bd(0x1ec)],_0x4d699b);if(!_0x2ee4aa['length'])return;let _0x11922d=_0x2ee4aa[_0x1c86bd(0x273)](_0x53a3ef=>_0x53a3ef[_0x1c86bd(0xdc)]);if(_0x11922d[_0x1c86bd(0x102)]){let _0x5d02a5=_0x11922d[_0x1c86bd(0x28d)](_0x2e88a6=>{const _0x50e6ea=_0x1c86bd;var _0x4dfef9;return(_0x4dfef9=_0x2e88a6[_0x50e6ea(0xdc)])==null?void 0x0:_0x4dfef9[_0x50e6ea(0x610)](_0x2e88a6,{..._0x2eb59a,'surface':_0x4d699b,'menuSchema':_0x2e88a6['menuSchema'],'scopedActionServiceTokens':_0x2e88a6[_0x50e6ea(0x389)]});})['filter'](_0x474b0e=>!!_0x474b0e);return _0x139183(()=>{const _0x179271=_0x1c86bd;_0x5d02a5[_0x179271(0x684)](_0x228387=>_0x228387['dispose']());});}let _0x51ec3b=this[_0x1c86bd(0x193)](_0x2eb59a[_0x1c86bd(0x1ec)],_0x4d699b);if(_0x4d699b==='ribbon')return sl({..._0x2eb59a,'surface':_0x4d699b,'menuSchema':_0x51ec3b,'scopedActionServiceTokens':Fl(_0x2ee4aa)})??void 0x0;}};function Fl(_0x561bf8){const _0x33b97c=_0x5878b6;let _0x2edd1c=_0x561bf8[_0x33b97c(0x2a2)](_0x5d6f69=>_0x5d6f69['scopedActionServiceTokens']??[]);return _0x2edd1c[_0x33b97c(0x102)]?Array[_0x33b97c(0x4fc)](new Set(_0x2edd1c)):void 0x0;}function Il(_0x6afcde){const _0x506d9e=_0x5878b6;return _0x6afcde[_0x506d9e(0x535)]??_0x506d9e(0xe5);}function Ll(_0x11047c,_0xd5831b){const _0x776a0c=_0x5878b6;return(_0x11047c[_0x776a0c(0x395)]['order']??_0x11047c['index'])-(_0xd5831b[_0x776a0c(0x395)][_0x776a0c(0x4bf)]??_0xd5831b['index'])||_0x11047c['index']-_0xd5831b['index'];}function Rl(_0x42fd83){const _0x443a2e=_0x5878b6;return _0x42fd83[_0x443a2e(0x362)]((_0x1e9492,_0x5539b5)=>Hl(_0x1e9492,zl(_0x5539b5)),{});}function zl(_0x3d5d3b){const _0xc90cf1=_0x5878b6;if(!Wl(_0x3d5d3b))return _0x3d5d3b;let _0x1ed4fa=new Set(Object[_0xc90cf1(0x672)](_0x744821)),_0x1093f0=Object[_0xc90cf1(0x346)](_0x3d5d3b)[_0xc90cf1(0x273)](([_0x422927])=>_0x1ed4fa[_0xc90cf1(0x6d0)](_0x422927)),_0x10f07c=Object[_0xc90cf1(0x346)](_0x3d5d3b)[_0xc90cf1(0x273)](([_0x578a4e])=>Vl(_0x578a4e));if(!_0x1093f0[_0xc90cf1(0x102)]&&!_0x10f07c[_0xc90cf1(0x102)])return _0x3d5d3b;let _0x2414ab={};Object[_0xc90cf1(0x346)](_0x3d5d3b)['forEach'](([_0x5c4ae4,_0x3c5221])=>{!_0x1ed4fa['has'](_0x5c4ae4)&&!Vl(_0x5c4ae4)&&(_0x2414ab[_0x5c4ae4]=Ul(_0x3c5221));});let _0x774327=Wl(_0x2414ab[_0x53be37[_0xc90cf1(0x422)]])?_0x2414ab[_0x53be37[_0xc90cf1(0x422)]]:{};return _0x1093f0[_0xc90cf1(0x684)](([_0x415a9b,_0x4fff91])=>{_0x774327[_0x415a9b]=_0x415a9b in _0x774327?Hl(_0x774327[_0x415a9b],_0x4fff91):Ul(_0x4fff91);}),_0x10f07c[_0xc90cf1(0x684)](([_0x3ebdbd,_0x3d495d])=>{let _0x4bc006=Vl(_0x3ebdbd);if(!_0x4bc006)return;let _0x2cb425=Wl(_0x774327[_0x4bc006])?_0x774327[_0x4bc006]:{};_0x2cb425[_0x3ebdbd]=_0x3ebdbd in _0x2cb425?Hl(_0x2cb425[_0x3ebdbd],_0x3d495d):Ul(_0x3d495d),_0x774327[_0x4bc006]=_0x2cb425;}),_0x2414ab[_0x53be37[_0xc90cf1(0x422)]]=_0x774327,_0x2414ab;}const Bl=[[Object[_0x5878b6(0x672)](_0x5abfd1),_0x744821[_0x5878b6(0x1d0)]],[Object[_0x5878b6(0x672)](_0x4944c8),_0x744821[_0x5878b6(0xde)]],[Object[_0x5878b6(0x672)](_0x97b4e0),_0x744821['FORMULAS']],[Object[_0x5878b6(0x672)](_0x323a76),_0x744821[_0x5878b6(0x3aa)]],[Object[_0x5878b6(0x672)](_0x1128b9),_0x744821[_0x5878b6(0x5a2)]],[Object[_0x5878b6(0x672)](_0x594a50),_0x744821['OTHERS']]];function Vl(_0x3c52b5){const _0x4121af=_0x5878b6;var _0x103e5f;return(_0x103e5f=Bl[_0x4121af(0x64a)](([_0x1d627c])=>_0x1d627c['includes'](_0x3c52b5)))==null?void 0x0:_0x103e5f[0x1];}function Hl(_0x1ad82f,_0x47d77b){const _0x204077=_0x5878b6;if(!Wl(_0x1ad82f)||!Wl(_0x47d77b))return Ul(_0x47d77b);let _0x299cfb={..._0x1ad82f};return Object[_0x204077(0x346)](_0x47d77b)[_0x204077(0x684)](([_0x64839e,_0x4bf544])=>{_0x299cfb[_0x64839e]=_0x64839e in _0x299cfb?Hl(_0x299cfb[_0x64839e],_0x4bf544):Ul(_0x4bf544);}),_0x299cfb;}function Ul(_0x18c399){const _0x138150=_0x5878b6;return Array[_0x138150(0x27d)](_0x18c399)?_0x18c399[_0x138150(0x28d)](_0x46d1c1=>Ul(_0x46d1c1)):Wl(_0x18c399)?Object[_0x138150(0x8c)](Object['entries'](_0x18c399)[_0x138150(0x28d)](([_0x885bba,_0xbe748])=>[_0x885bba,Ul(_0xbe748)])):_0x18c399;}function Wl(_0x23b765){const _0x2117e9=_0x5878b6;return!!_0x23b765&&typeof _0x23b765==_0x2117e9(0x414)&&!Array[_0x2117e9(0x27d)](_0x23b765);}function Gl(_0x36f8de,_0x44296d,_0x23e350){const _0x3f64ee=_0x5878b6;let {viewport:_0x1d0dd3,menuSlot:_0x409200,popupSlot:_0x24b392}=_0x23e350;return{'hostUnitId':_0x36f8de['hostUnitId'],'hostAnchorId':_0x36f8de['hostAnchorId'],'embedId':_0x36f8de[_0x3f64ee(0x1a0)],'childUnitId':_0x36f8de['childUnitId'],'childType':_0x36f8de[_0x3f64ee(0x1ec)],'layout':_0x44296d,'mode':_0x3f64ee(0x45f),'rootElement':_0x1d0dd3,'contentRoot':Zo(_0x1d0dd3,_0x3f64ee(0x221))??_0x1d0dd3,'canvasRoot':Zo(_0x1d0dd3,_0x3f64ee(0x3ca))??_0x1d0dd3,'overlayRoot':Zo(_0x1d0dd3,_0x3f64ee(0x139))??_0x1d0dd3,'popupRoot':_0x24b392??Zo(_0x1d0dd3,_0x3f64ee(0x15c))??_0x1d0dd3,'menuOutlet':{'container':_0x409200},'active$':_0x5694b8(!0x0),'fullscreen':!0x0};}function Kl(_0x34fb71){const _0x59f4e5=_0x5878b6;let {injector:_0x47a1a6,descriptor:_0x201704,renderScope:_0x581dfa}=_0x34fb71,_0x420ef0=[],_0xc09586=_0x201704['embedId'],_0x38f783=_0x47a1a6['has'](Z)?_0x47a1a6[_0x59f4e5(0x96)](Z):void 0x0,_0x4e47d6=_0x47a1a6[_0x59f4e5(0x6d0)](ls)?_0x47a1a6['get'](ls):void 0x0;return _0x38f783&&(_0x420ef0[_0x59f4e5(0x498)](_0x38f783['registerRuntimeScope']({'embedId':_0xc09586,'hostUnitId':_0x201704[_0x59f4e5(0x178)],'childUnitId':_0x201704[_0x59f4e5(0x4d3)],'childType':_0x201704[_0x59f4e5(0x1ec)],'sessionMode':_0x59f4e5(0x1bf)})),_0x201704[_0x59f4e5(0x4d3)]&&_0x420ef0[_0x59f4e5(0x498)](_0x38f783[_0x59f4e5(0x1e2)]({'embedId':_0xc09586,'role':_0x59f4e5(0x63a),'owner':_0x59f4e5(0x479),'sessionMode':_0x59f4e5(0x1bf),'hostUnitId':_0x201704[_0x59f4e5(0x178)],'childUnitId':_0x201704[_0x59f4e5(0x4d3)],'childType':_0x201704[_0x59f4e5(0x1ec)]})),Jl(_0x34fb71)[_0x59f4e5(0x684)](({element:_0x578f36,role:_0x2a5b3a})=>{const _0x38e540=_0x59f4e5;_0x420ef0[_0x38e540(0x498)](_0x38f783[_0x38e540(0x5f3)]({'embedId':_0xc09586,'element':_0x578f36,'role':_0x2a5b3a}));})),_0x4e47d6&&(Jl(_0x34fb71)[_0x59f4e5(0x684)](({element:_0x5bece0})=>{const _0x27eda2=_0x59f4e5;_0x420ef0[_0x27eda2(0x498)](_0x4e47d6[_0x27eda2(0x61a)](_0xc09586,_0x5bece0,_0x201704['childUnitId']));}),_0x420ef0[_0x59f4e5(0x498)](_0x4e47d6[_0x59f4e5(0x2d8)](_0xc09586,_0x581dfa[_0x59f4e5(0x61e)][_0x59f4e5(0xfa)],{'includeAppShellEditorPortal':_0x201704[_0x59f4e5(0x1ec)]===_0x152567['UNIVER_SHEET']}))),_0x38f783&&_0x4e47d6&&_0x420ef0['push'](ql({'embedId':_0xc09586,'focusCoordinator':_0x38f783,'interactionBoundaryService':_0x4e47d6,'runtimeRoot':_0x581dfa[_0x59f4e5(0x61e)]})),_0x139183(()=>{const _0x4f31f0=_0x59f4e5;[..._0x420ef0][_0x4f31f0(0x4f3)]()[_0x4f31f0(0x684)](_0x3ba0d8=>_0x3ba0d8[_0x4f31f0(0x3ef)]());});}function ql(_0x5251ed){const _0x497a03=_0x5878b6;let {embedId:_0x1c7d65,focusCoordinator:_0x49d329,interactionBoundaryService:_0x4a1b74,runtimeRoot:_0x1919dd}=_0x5251ed,_0x158901=_0x1919dd[_0x497a03(0xfa)],_0x3240bb=_0x158901['defaultView'],_0x5db93a,_0x1866b2=_0x40e814=>{const _0x5ce741=_0x497a03;var _0x552721;let _0x16b356=_0x40e814['type']===_0x5ce741(0x357)&&_0x40e814[_0x5ce741(0x2b1)]==='Escape';if(_0x40e814['type']==='keydown'&&!_0x16b356)return;let _0xac799e=_0x49d329[_0x5ce741(0x45a)]();if((_0xac799e==null?void 0x0:_0xac799e[_0x5ce741(0x1a0)])!==_0x1c7d65||_0xac799e[_0x5ce741(0x144)]!==_0x5ce741(0x1bf))return;let _0x34cdd0=_0x40e814[_0x5ce741(0x6dd)]instanceof HTMLElement?_0x40e814[_0x5ce741(0x6dd)]:null,_0x5309ed=!!_0x34cdd0&&(_0x4a1b74[_0x5ce741(0x434)](_0x1c7d65,_0x34cdd0,_0x40e814)||_0x49d329[_0x5ce741(0x5a7)](_0x1c7d65,_0x34cdd0,_0x40e814)),_0x12d761=_0x34cdd0==null||(_0x552721=_0x34cdd0['closest'](_0x5ce741(0x1d7)))==null?void 0x0:_0x552721[_0x5ce741(0x23d)](ss);!_0x16b356&&(!_0x5309ed||_0x12d761!==_0x5ce741(0x238)&&_0x12d761!=='floating-menu')||_0x3240bb&&(_0x5db93a!=null&&_0x3240bb[_0x5ce741(0x3a3)](_0x5db93a),_0x5db93a=_0x3240bb[_0x5ce741(0x403)](()=>{const _0x5b700b=_0x5ce741;_0x5db93a=_0x3240bb[_0x5b700b(0x403)](()=>{const _0x3c3128=_0x5b700b;if(_0x5db93a=void 0x0,!_0x16b356&&_0x34cdd0!=null&&_0x34cdd0[_0x3c3128(0x1a5)])return;let _0x370b88=_0x158901['activeElement'],_0x143ff6=_0x4a1b74[_0x3c3128(0x434)](_0x1c7d65,_0x370b88)||_0x49d329[_0x3c3128(0x5a7)](_0x1c7d65,_0x370b88),_0x1f7b1d=_0x49d329[_0x3c3128(0x45a)]();_0x143ff6||!_0x1919dd[_0x3c3128(0x1a5)]||(_0x1f7b1d==null?void 0x0:_0x1f7b1d[_0x3c3128(0x1a0)])!==_0x1c7d65||_0x1f7b1d['sessionMode']!==_0x3c3128(0x1bf)||(_0x1919dd['hasAttribute'](_0x3c3128(0x265))||(_0x1919dd[_0x3c3128(0x547)]=-0x1),_0x1919dd[_0x3c3128(0x3d1)]({'preventScroll':!0x0}));});}));};return _0x158901[_0x497a03(0x4be)](_0x497a03(0x47b),_0x1866b2,!0x0),_0x158901[_0x497a03(0x4be)](_0x497a03(0x357),_0x1866b2,!0x0),_0x139183(()=>{const _0x40f903=_0x497a03;_0x158901[_0x40f903(0x6fd)](_0x40f903(0x47b),_0x1866b2,!0x0),_0x158901[_0x40f903(0x6fd)]('keydown',_0x1866b2,!0x0),_0x5db93a!=null&&(_0x3240bb==null||_0x3240bb['cancelAnimationFrame'](_0x5db93a));});}function Jl(_0x1c1e0b){const _0x559386=_0x5878b6;let {renderScope:_0xa85b65,menuRoot:_0x3195df,menuSlot:_0xfd7714,popupSlot:_0x321b9b,sidebarSlot:_0x32946d,rightSidebarSlot:_0x2e1cbc,footerSlot:_0x1548c2}=_0x1c1e0b,_0x51597d=[{'element':_0xa85b65[_0x559386(0x61e)],'role':_0x559386(0x241)},{'element':_0xa85b65[_0x559386(0x627)],'role':'runtime'},{'element':_0xa85b65[_0x559386(0x6d8)],'role':'runtime'},{'element':_0xa85b65[_0x559386(0x421)],'role':_0x559386(0x241)},{'element':_0x3195df,'role':'floating-menu'},{'element':_0xfd7714,'role':_0x559386(0x60f)},{'element':_0x1548c2,'role':'floating-menu'},{'element':_0x32946d,'role':'child-popup'},{'element':_0x2e1cbc,'role':'child-popup'},{'element':_0x321b9b,'role':'child-popup'}],_0x355d43=new Set();return _0x51597d[_0x559386(0x2a2)](({element:_0x39aa62,role:_0x29c4c1})=>!_0x39aa62||_0x355d43[_0x559386(0x6d0)](_0x39aa62)?[]:(_0x355d43[_0x559386(0x36d)](_0x39aa62),[{'element':_0x39aa62,'role':_0x29c4c1}]));}function Yl(_0x540baa){return Xl(_0x540baa)||Ql(_0x540baa);}function Xl(_0x404683){const _0x423ffc=_0x5878b6;if(!_0x404683['injector'][_0x423ffc(0x6d0)](rs)||_0x404683[_0x423ffc(0xda)][_0x423ffc(0x1ec)]==null)return;let _0x38e754=_0x404683[_0x423ffc(0x391)]['get'](rs)['get'](_0x404683['descriptor'][_0x423ffc(0x1ec)]);if((_0x38e754==null?void 0x0:_0x38e754[_0x423ffc(0x5b1)])!==_0x423ffc(0xe5))return;let _0x43d788=Zl(_0x404683[_0x423ffc(0x391)]);if(_0x404683[_0x423ffc(0x391)][_0x423ffc(0x6d0)](Pl)){let _0x263b43=_0x404683[_0x423ffc(0x391)][_0x423ffc(0x96)](Pl)[_0x423ffc(0xdc)]({'container':_0x404683['menuContainer'],'portalContainer':_0x404683[_0x423ffc(0x2a7)][_0x423ffc(0x44c)][_0x423ffc(0x6d9)][_0x423ffc(0x555)],'injector':_0x404683[_0x423ffc(0x2a7)][_0x423ffc(0x44c)][_0x423ffc(0x391)],'childType':_0x404683['descriptor'][_0x423ffc(0x1ec)],'childUnitId':_0x404683['descriptor'][_0x423ffc(0x4d3)],'embedId':_0x404683[_0x423ffc(0xda)]['embedId'],'surface':'ribbon','headerMenu':!0x0,'ribbonType':_0x43d788,'ribbonHeaderClassName':'univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900'});if(_0x263b43)return _0x263b43;}return sl({'container':_0x404683[_0x423ffc(0x4a8)],'portalContainer':_0x404683[_0x423ffc(0x2a7)][_0x423ffc(0x44c)][_0x423ffc(0x6d9)][_0x423ffc(0x555)],'injector':_0x404683[_0x423ffc(0x2a7)][_0x423ffc(0x44c)][_0x423ffc(0x391)],'childType':_0x404683[_0x423ffc(0xda)]['childType'],'childUnitId':_0x404683[_0x423ffc(0xda)][_0x423ffc(0x4d3)],'embedId':_0x404683[_0x423ffc(0xda)][_0x423ffc(0x1a0)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x43d788,'ribbonHeaderClassName':_0x423ffc(0x3f5)});}function Zl(_0x3685df){const _0x1b8550=_0x5878b6;var _0x50a2c9;return _0x3685df['has'](_0x17bf93)?((_0x50a2c9=_0x3685df[_0x1b8550(0x96)](_0x17bf93)[_0x1b8550(0x24e)](_0x154a6e))==null?void 0x0:_0x50a2c9[_0x1b8550(0x117)])??_0x1b8550(0x49c):_0x1b8550(0x49c);}function Ql(_0x2f934a){const _0x58ba80=_0x5878b6;if(!_0x2f934a[_0x58ba80(0x391)][_0x58ba80(0x6d0)](bc)||_0x2f934a[_0x58ba80(0xda)]['childType']==null||!_0x2f934a[_0x58ba80(0xda)]['childUnitId'])return;let _0x38ac02=_0x2f934a[_0x58ba80(0x391)][_0x58ba80(0x96)](bc)[_0x58ba80(0x96)](_0x2f934a['descriptor'][_0x58ba80(0x5eb)],_0x2f934a[_0x58ba80(0xda)][_0x58ba80(0x289)],_0x2f934a[_0x58ba80(0xda)][_0x58ba80(0x1ec)]),_0x4842cd=_0x38ac02==null?void 0x0:_0x38ac02[_0x58ba80(0x205)]({..._0x2f934a[_0x58ba80(0x2a7)],'active':{'hostUnitId':_0x2f934a[_0x58ba80(0xda)]['hostUnitId'],'embedId':_0x2f934a[_0x58ba80(0xda)][_0x58ba80(0x1a0)],'childUnitId':_0x2f934a['descriptor'][_0x58ba80(0x4d3)],'stage':_0x58ba80(0x562)}});return _0x4842cd?_0x139183(()=>_0x4842cd[_0x58ba80(0x3ef)]()):void 0x0;}let $l=class extends _0x4c5370{constructor(_0x7bd0da,_0x3731aa){const _0xe06cd3=_0x5878b6;super(),X(this,'_session$',new _0x131380(null)),X(this,_0xe06cd3(0x316),new _0x2d3fef()),X(this,_0xe06cd3(0x571),this['_session$']['asObservable']()),X(this,'exited$',this[_0xe06cd3(0x316)][_0xe06cd3(0x1b2)]()),this[_0xe06cd3(0x45b)](_0x7bd0da[_0xe06cd3(0x7c)](_0x2d43a1=>{const _0x2f1f4f=_0xe06cd3;if(!eu(_0x2d43a1))return;let _0x5393a5=this[_0x2f1f4f(0x192)]();(_0x5393a5==null?void 0x0:_0x5393a5[_0x2f1f4f(0x178)])===_0x2d43a1[_0x2f1f4f(0x3d0)][_0x2f1f4f(0x1bc)]&&_0x5393a5['embedId']===_0x2d43a1[_0x2f1f4f(0x3d0)][_0x2f1f4f(0x1a0)]&&this[_0x2f1f4f(0x5e0)](_0x5393a5[_0x2f1f4f(0x1a0)]);})),this[_0xe06cd3(0x45b)](_0x3731aa[_0xe06cd3(0x31a)][_0xe06cd3(0x19d)](_0x163f1b=>{const _0x54110f=_0xe06cd3;let _0x27e9d6=this['getSession'](),_0x32f033=_0x163f1b[_0x54110f(0x156)]();_0x27e9d6&&(_0x27e9d6[_0x54110f(0x178)]===_0x32f033||_0x27e9d6[_0x54110f(0x4d3)]===_0x32f033)&&this[_0x54110f(0x5e0)](_0x27e9d6[_0x54110f(0x1a0)]);}));}[_0x5878b6(0x3ef)](){const _0x77f1b4=_0x5878b6;super[_0x77f1b4(0x3ef)](),this[_0x77f1b4(0xdd)]['complete'](),this[_0x77f1b4(0x316)][_0x77f1b4(0x500)]();}[_0x5878b6(0x192)](){const _0x45638e=_0x5878b6;return this['_session$'][_0x45638e(0x636)]();}[_0x5878b6(0x4c7)](_0x709154){const _0x301f9d=_0x5878b6;var _0x2a0fab,_0x163674;if(!_0x709154['childUnitId']||_0x709154['childType']==null)throw Error(_0x301f9d(0x5b2));let _0x13f05d=((_0x2a0fab=_0x709154['sourceMeta'])==null?void 0x0:_0x2a0fab[_0x301f9d(0x680)])||void 0x0,_0x426639=((_0x163674=_0x709154[_0x301f9d(0x213)])==null?void 0x0:_0x163674[_0x301f9d(0x3e8)])||void 0x0;if(_0x426639&&_0x426639['enabled']&&!_0x13f05d)throw Error(_0x301f9d(0x4e1));let _0x1e5d76=_0x13f05d?_0x13f05d[_0x301f9d(0x3b8)]:void 0x0;if(!_0x1e5d76)throw Error('EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED');let _0x726672={'hostUnitId':_0x709154[_0x301f9d(0x178)],'embedId':_0x709154[_0x301f9d(0x1a0)],'childUnitId':_0x709154[_0x301f9d(0x4d3)],'childType':_0x709154['childType'],'entry':_0x709154[_0x301f9d(0x289)],'layout':_0x1e5d76};return this[_0x301f9d(0xdd)][_0x301f9d(0x642)](_0x726672),_0x726672;}[_0x5878b6(0x5e0)](_0x293c0e){const _0x27bb94=_0x5878b6;let _0x1e7ed2=this['getSession']();_0x1e7ed2&&(!_0x293c0e||_0x1e7ed2[_0x27bb94(0x1a0)]===_0x293c0e)&&this['_session$'][_0x27bb94(0x642)](null);}[_0x5878b6(0x6bd)](_0x4741fa){const _0x512278=_0x5878b6;this[_0x512278(0x316)][_0x512278(0x642)](_0x4741fa);}};$l=fs([$(0x0,_0x20e3ee),$(0x1,_0x384701)],$l);function eu(_0x128f05){const _0x4242d8=_0x5878b6;return _0x128f05['id']===_0x36ba06['id']&&typeof _0x128f05[_0x4242d8(0x3d0)]=='object'&&_0x128f05[_0x4242d8(0x3d0)]!==null&&_0x4242d8(0x1bc)in _0x128f05['params']&&typeof _0x128f05[_0x4242d8(0x3d0)][_0x4242d8(0x1bc)]==_0x4242d8(0x41b)&&_0x4242d8(0x1a0)in _0x128f05['params']&&typeof _0x128f05[_0x4242d8(0x3d0)][_0x4242d8(0x1a0)]==_0x4242d8(0x41b);}function tu(){const _0x3826f5=_0x5878b6;let _0x21a907=_0x598ded(_0x4670db),_0x2f12bd=_0x598ded(_0x301c59),_0x5dc6c5=_0x598ded(Jc),_0x1ffa09=_0x598ded($l),_0x2a8c04=_0x2e0b5b(null),_0xa3ce9d=_0x2e0b5b(null),_0x35db74=_0x2e0b5b(null),_0x535b73=_0x2e0b5b(null),_0xf5c0=_0x2e0b5b(null),_0xc8a5f5=_0x2e0b5b(null),_0x9c0270=_0x2e0b5b(null),_0x2d8597=_0xec05b8(()=>_0x1ffa09[_0x3826f5(0x571)],_0x1ffa09['getSession'](),!0x1,[_0x1ffa09]),[_0x248187,_0x5703b8]=_0x1b7202(null);if(_0x404518(()=>{const _0x3eea63=_0x3826f5;var _0x4162b6;let _0x3c76f8=_0x35db74['current'],_0xbeb78d=_0xa3ce9d[_0x3eea63(0x634)],_0x1c2417=_0x535b73['current'],_0x37493d=_0xf5c0[_0x3eea63(0x634)],_0x388d06=_0xc8a5f5[_0x3eea63(0x634)],_0x211a36=_0x9c0270[_0x3eea63(0x634)];if(!_0x2d8597||!_0x3c76f8||!_0xbeb78d||!_0x1c2417||!_0x37493d||!_0x388d06||!_0x211a36)return;let _0x4efb90=iu(_0x21a907,_0x2d8597[_0x3eea63(0x178)],_0x2d8597['embedId']);if(!(_0x4efb90!=null&&_0x4efb90[_0x3eea63(0x4d3)])||_0x4efb90[_0x3eea63(0x1ec)]==null){_0x3c76f8[_0x3eea63(0x65b)][_0x3eea63(0xe2)]=_0x3eea63(0x36b);return;}let _0x183e0b=_0x21a907[_0x3eea63(0x96)](yc)[_0x3eea63(0x96)](_0x4efb90[_0x3eea63(0x1ec)]);if(!(_0x183e0b!=null&&_0x183e0b[_0x3eea63(0x510)][_0x3eea63(0xa5)](_0x2d8597[_0x3eea63(0x3b8)]))){_0x3c76f8[_0x3eea63(0x65b)][_0x3eea63(0xe2)]='unsupported-layout';return;}_0x3c76f8['dataset']['embedFullscreenStatus']=_0x3eea63(0x44d),_0x3c76f8['dataset']['embedId']=_0x4efb90[_0x3eea63(0x1a0)],_0x3c76f8[_0x3eea63(0x65b)][_0x3eea63(0x4d7)]=_0x4efb90['entry'],_0x3c76f8[_0x3eea63(0x65b)][_0x3eea63(0x4f7)]=_0x4efb90['hostAnchorId'],_0x3c76f8[_0x3eea63(0x65b)]['embedLayout']=_0x2d8597[_0x3eea63(0x3b8)],_0x3c76f8[_0x3eea63(0x65b)]['embedChildType']=String(_0x4efb90[_0x3eea63(0x1ec)]),_0x3c76f8[_0x3eea63(0x65b)]['embedChildUnitId']=_0x4efb90[_0x3eea63(0x4d3)];let _0x2e29ca=Qo(_0x3c76f8),_0x41a394=Gl(_0x4efb90,_0x2d8597['layout'],{'viewport':_0x3c76f8,'menuSlot':_0xbeb78d,'popupSlot':_0x1c2417,'footerSlot':_0x211a36}),_0x373a14={'descriptor':_0x4efb90,'layout':_0x2d8597[_0x3eea63(0x3b8)],'injector':_0x21a907,'hostElement':_0x3c76f8,'container':_0x3c76f8,'renderScope':_0x41a394,'hostUnitId':_0x4efb90[_0x3eea63(0x178)],'embedId':_0x4efb90[_0x3eea63(0x1a0)],'childUnitId':_0x4efb90[_0x3eea63(0x4d3)],'childType':_0x4efb90[_0x3eea63(0x1ec)]},{runtimeScope:_0x12d6e5,disposable:_0x428b88}=mc(_0x373a14,()=>{},_0x183e0b[_0x3eea63(0x133)]);_0x5703b8({'embedId':_0x4efb90['embedId'],'injector':_0x12d6e5[_0x3eea63(0x391)],'sourceInjector':_0x21a907,'popupContainer':_0x12d6e5[_0x3eea63(0x6d9)][_0x3eea63(0x555)]});let _0x182835={..._0x373a14,'runtimeScope':_0x12d6e5},_0x4a517a=Kl({'injector':_0x21a907,'descriptor':_0x4efb90,'renderScope':_0x41a394,'menuRoot':_0x2a8c04[_0x3eea63(0x634)],'menuSlot':_0xbeb78d,'popupSlot':_0x1c2417,'sidebarSlot':_0x37493d,'rightSidebarSlot':_0x388d06,'footerSlot':_0x211a36}),_0x5cf6a2=(_0xcba016,_0x340b75=!0x1)=>{const _0x59a869=_0x3eea63;var _0x11348f,_0x330e60;let _0x3db222=(_0xcba016==null?void 0x0:_0xcba016['target'])instanceof Element?_0xcba016[_0x59a869(0x6dd)]:null;_0x3db222!=null&&_0x3db222[_0x59a869(0x279)]('[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]')||((_0x11348f=_0x12d6e5[_0x59a869(0x6be)])==null||_0x11348f[_0x59a869(0x98)](_0x4efb90[_0x59a869(0x4d3)]),(_0x330e60=_0x12d6e5[_0x59a869(0x6be)])==null||_0x330e60[_0x59a869(0x495)](_0x4efb90[_0x59a869(0x4d3)]),_0x5dc6c5[_0x59a869(0x42e)](_0x4efb90,{'focusLayout':_0x340b75}));};_0x5cf6a2(void 0x0,!0x0),_0x3c76f8[_0x3eea63(0x4be)](_0x3eea63(0x2cf),_0x5cf6a2,{'capture':!0x0}),_0x3c76f8[_0x3eea63(0x4be)](_0x3eea63(0x17f),_0x5cf6a2);let _0x12ac5b=(_0x4162b6=_0x183e0b[_0x3eea63(0x205)])==null?void 0x0:_0x4162b6['call'](_0x183e0b,_0x182835);_0x4efb90[_0x3eea63(0x1ec)]===_0x152567[_0x3eea63(0x39f)]&&Qc(_0x4efb90[_0x3eea63(0x1a0)],_0x41a394[_0x3eea63(0x61e)]);let _0x4f4def=Yl({'injector':_0x21a907,'descriptor':_0x4efb90,'childContext':_0x182835,'menuContainer':_0xbeb78d});return _0x3c76f8[_0x3eea63(0x65b)]['embedFullscreenStatus']='mounted',()=>{_0x5703b8(null),globalThis['requestAnimationFrame'](()=>{const _0x4ca7da=_0x4fd0;_0x3c76f8[_0x4ca7da(0x6fd)](_0x4ca7da(0x2cf),_0x5cf6a2,{'capture':!0x0}),_0x3c76f8['removeEventListener']('focusin',_0x5cf6a2),_0x4f4def==null||_0x4f4def['dispose'](),_0x12ac5b==null||_0x12ac5b['dispose'](),_0x4a517a['dispose'](),_0x428b88[_0x4ca7da(0x3ef)](),_0x2e29ca[_0x4ca7da(0x3ef)](),_0x5dc6c5[_0x4ca7da(0x208)](_0x4efb90),delete _0x3c76f8['dataset'][_0x4ca7da(0xe2)],delete _0x3c76f8[_0x4ca7da(0x65b)][_0x4ca7da(0x1a0)],delete _0x3c76f8[_0x4ca7da(0x65b)][_0x4ca7da(0x4d7)],delete _0x3c76f8[_0x4ca7da(0x65b)][_0x4ca7da(0x4f7)],delete _0x3c76f8[_0x4ca7da(0x65b)][_0x4ca7da(0x1c7)],delete _0x3c76f8['dataset'][_0x4ca7da(0x44b)],delete _0x3c76f8[_0x4ca7da(0x65b)]['embedChildUnitId'],_0x1ffa09[_0x4ca7da(0x6bd)](_0x2d8597);});};},[_0x5dc6c5,_0x1ffa09,_0x21a907,_0x2d8597]),!_0x2d8597)return null;let _0x3d6050=()=>{const _0xf01b09=_0x3826f5;_0x1ffa09[_0xf01b09(0x5e0)](_0x2d8597[_0xf01b09(0x1a0)]);};return _0x2e142b(_0x3826f5(0xfb),{'className':_0x3826f5(0x3dc),'data-embed-fullscreen-shell':'true','style':{'zIndex':0x32a},'children':[_0x2d8597[_0x3826f5(0x1ec)]===_0x152567[_0x3826f5(0x43f)]&&_0x5bc716(_0x3826f5(0xfb),{'className':_0x3826f5(0x59b),'data-embed-boards-fullscreen-exit':_0x3826f5(0x13e),'title':_0x2f12bd['t']('embed-ui.fullscreen.exit'),'children':_0x2e142b(_0x563288,{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0x3d6050,'children':[_0x5bc716(_0xbd7812,{}),_0x5bc716('span',{'children':_0x2f12bd['t'](_0x3826f5(0x2f6))})]})}),_0x2e142b(_0x3826f5(0xfb),{'ref':_0x2a8c04,'className':_0x3826f5(0x14e),'data-embed-fullscreen-menu':_0x3826f5(0x13e),'children':[_0x2d8597['childType']!==_0x152567[_0x3826f5(0x43f)]&&_0x5bc716(_0x3826f5(0xfb),{'className':_0x3826f5(0x6af),'data-embed-fullscreen-header':_0x3826f5(0x13e),'children':_0x2e142b(_0x4a289d,{'type':_0x3826f5(0x348),'size':_0x3826f5(0x2f8),'variant':'ghost','className':'univer-pointer-events-auto\x20univer-gap-1.5\x20hover:!univer-bg-primary-100\x20hover:!univer-text-primary-700\x20dark:hover:!univer-bg-primary-800\x20dark:hover:!univer-text-primary-100\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':'true','onClick':_0x3d6050,'children':[_0x5bc716(_0x2fcea7,{}),_0x5bc716('span',{'children':_0x2f12bd['t'](_0x3826f5(0x2f6))})]})}),_0x5bc716(_0x3826f5(0xfb),{'ref':_0xa3ce9d,'className':_0x3826f5(0xb3),'data-embed-fullscreen-menu-slot':_0x3826f5(0x13e),'data-embed-menu-slot':'true'})]}),_0x2e142b('div',{'className':_0x3826f5(0x1b7),'data-embed-fullscreen-body':_0x3826f5(0x13e),'children':[_0x5bc716(_0x3826f5(0xfb),{'ref':_0xf5c0,'className':_0x3826f5(0x2a3),'data-embed-fullscreen-sidebar-slot':_0x3826f5(0x13e),'data-embed-id':_0x2d8597[_0x3826f5(0x1a0)]}),_0x5bc716('div',{'ref':_0x35db74,'className':_0x3826f5(0x6e2),'data-embed-fullscreen-viewport':'true','onContextMenuCapture':_0x2a9d2c=>{const _0x7b0c0f=_0x3826f5;_0x2a9d2c[_0x7b0c0f(0x543)]();}}),_0x5bc716(_0x3826f5(0xfb),{'ref':_0xc8a5f5,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x2d8597['embedId'],'children':_0x248187&&_0x5bc716(ru,{..._0x248187})})]}),_0x5bc716('div',{'ref':_0x9c0270,'className':_0x3826f5(0x5d6),'data-embed-fullscreen-footer-slot':_0x3826f5(0x13e),'data-embed-footer-slot':_0x3826f5(0x13e)}),_0x5bc716('div',{'ref':_0x535b73,'className':_0x3826f5(0x308),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x3826f5(0x13e),'children':_0x248187&&_0x5bc716(nu,{..._0x248187})})]});}function nu(_0x1d8c88){let {embedId:_0x5a38da,injector:_0x5df05b,sourceInjector:_0x1ad81d,popupContainer:_0x148744}=_0x1d8c88;return _0x2e142b(_0x3b9f05,{'children':[_0x2e142b(Yc,{'injector':_0x5df05b,'mountContainer':_0x148744,'embedId':_0x5a38da,'children':[_0x5bc716(_0x514bde,{}),_0x5bc716(_0x186018,{})]}),_0x5bc716(Yc,{'injector':_0x1ad81d,'mountContainer':_0x148744,'embedId':_0x5a38da,'children':_0x5bc716(_0x186018,{})})]});}function ru(_0xd79d5b){const _0x209f4c=_0x5878b6;let {embedId:_0x10f5ae,injector:_0x212c17,sourceInjector:_0x26a6a4,popupContainer:_0x962b5d}=_0xd79d5b;return _0x2e142b(_0x209f4c(0x541),{'className':_0x209f4c(0xe3),'children':[_0x5bc716(Yc,{'injector':_0x212c17,'mountContainer':_0x962b5d,'embedId':_0x10f5ae,'children':_0x5bc716(_0x19b9fd,{})}),_0x5bc716(Yc,{'injector':_0x26a6a4,'mountContainer':_0x962b5d,'embedId':_0x10f5ae,'children':_0x5bc716(_0x19b9fd,{})})]});}function iu(_0x46e3f1,_0x28a239,_0x5ec6d2){const _0x130efd=_0x5878b6;try{return _0x46e3f1['get'](_0x39c782)[_0x130efd(0x6b2)](_0x28a239,_0x5ec6d2);}catch{return;}}const au={};function ou(_0xc913b0){const _0x4c62e2=_0x5878b6;let {stage:_0x458e13,interactionFlow:_0x50fe94}=_0xc913b0,_0x437bc4=_0x50fe94===_0x4c62e2(0x103),_0xe16dff=_0x458e13===_0x4c62e2(0x219)&&!_0x437bc4,_0x2f3c44=_0x458e13===_0x4c62e2(0x562)||_0x437bc4;return{'allowHostBodyDrag':_0xe16dff,'disableLiveHostPointerEvents':!_0x437bc4&&(_0x458e13==='inactive'||_0x458e13===_0x4c62e2(0x219)),'passThroughInteractionGate':_0x2f3c44,'runtimeOwnsInteraction':_0x2f3c44};}function su(_0x360b3b,_0xc9ccfe){const _0x1d78f9=_0x5878b6;var _0x3cf55a;return(_0x360b3b==null?void 0x0:_0x360b3b['hostType'])===_0x152567[_0x1d78f9(0x66c)]&&_0x360b3b['childType']===_0x152567['UNIVER_SHEET']&&!!((_0x3cf55a=_0x360b3b[_0x1d78f9(0x213)])!=null&&_0x3cf55a[_0x1d78f9(0x680)])&&_0xc9ccfe!==_0x1d78f9(0x562);}function cu(_0x24b8dc,_0x39676b){const _0x4bc91e=_0x5878b6;return su(_0x24b8dc,_0x39676b)?'deferred':_0x4bc91e(0x515);}function lu(_0xd3c603){const _0x463a89=_0x5878b6;var _0x3bad13;return _0xd3c603[_0x463a89(0x5e7)]||((_0x3bad13=_0xd3c603[_0x463a89(0xcd)])==null?void 0x0:_0x3bad13[_0x463a89(0x1a0)])===_0xd3c603[_0x463a89(0x1a0)]&&_0xd3c603[_0x463a89(0xcd)][_0x463a89(0x49f)]==='stage2'||!_0xd3c603[_0x463a89(0x294)]&&_0xd3c603[_0x463a89(0x287)]?'stage2':_0x463a89(0x112);}function uu(_0x3ef384,_0x226c39){const _0x1fb293=_0x5878b6;return _0x3ef384!==_0x1fb293(0x4c1)&&_0x3ef384!==_0x1fb293(0x521)||_0x226c39[_0x1fb293(0x2a4)]||_0x226c39[_0x1fb293(0x6c0)]||_0x226c39[_0x1fb293(0x60a)]?!0x1:Math[_0x1fb293(0x4a0)](_0x226c39['deltaY'])>Math[_0x1fb293(0x4a0)](_0x226c39[_0x1fb293(0x3a8)]);}const du=Symbol(_0x5878b6(0x6ea)),fu=Symbol(_0x5878b6(0x435));function pu(_0x215a02,_0x3db356){const _0x423bfb=_0x5878b6;var _0x28704d;if(!_0x215a02['ctrlKey']&&!_0x215a02[_0x423bfb(0x60a)])return!0x1;let _0x1ece80=_0x3db356[_0x423bfb(0x3ab)]();return!_0x1ece80||((_0x28704d=_0x3db356['onHostWheel'])==null?void 0x0:_0x28704d['call'](_0x3db356,_0x215a02,_0x1ece80))!==!0x0?!0x1:(_0x3db356[_0x423bfb(0x4a7)](_0x423bfb(0x4eb)),Uu(_0x215a02,!0x0),!0x0);}function mu(_0x294a53){const _0x40e90c=_0x5878b6;let _0x4fcbef={'activeUntil':0x0},_0x5a6a1a=_0x21e3ca=>{const _0x388878=_0x4fd0;var _0xfab8f;if(yu(_0x21e3ca)||((_0x21e3ca[_0x388878(0x6c0)]||_0x21e3ca[_0x388878(0x60a)])&&(_0x4fcbef[_0x388878(0x31b)]=0x0),pu(_0x21e3ca,_0x294a53)))return;if(_0x294a53['routeHostGestures']&&_0x294a53[_0x388878(0x679)]['isHostGesture'](_0x21e3ca)){var _0x38e2a4;let _0x250e20=_0x294a53[_0x388878(0x3ab)]();if(_0x250e20&&((_0x38e2a4=_0x294a53[_0x388878(0x146)])==null?void 0x0:_0x38e2a4[_0x388878(0x610)](_0x294a53,_0x21e3ca,_0x250e20))===!0x0||Tu(_0x294a53[_0x388878(0x261)],_0x21e3ca)){_0x294a53[_0x388878(0x4a7)](_0x388878(0x4eb)),Uu(_0x21e3ca,!0x0);return;}}if(_0x21e3ca[_0x388878(0x6c0)]||_0x21e3ca[_0x388878(0x60a)])return;let _0x174d72=_0x294a53[_0x388878(0x46d)]();if(_0x174d72===_0x388878(0x562))return;let _0x119f13=_0x294a53[_0x388878(0x3ab)](),_0xe4aee9=_0x119f13?_0x294a53[_0x388878(0x47f)][_0x388878(0x96)](_0x119f13['childType'],_0x119f13['layout']):void 0x0,_0xbdf6bb=_u(_0x21e3ca,_0x294a53[_0x388878(0xb1)]),_0x5093ca=_0x119f13?{..._0x119f13,'event':_0xbdf6bb,'stage':_0x174d72,'viewportScrollY':_0x294a53[_0x388878(0x5e9)]?_0x294a53[_0x388878(0x3da)]['current']:void 0x0}:void 0x0;if(_0x119f13&&Ou(_0x119f13,_0x21e3ca,_0x294a53[_0x388878(0x5e9)])){var _0x168f56;if(((_0x168f56=_0x294a53[_0x388878(0x146)])==null?void 0x0:_0x168f56[_0x388878(0x610)](_0x294a53,_0x21e3ca,_0x119f13))===!0x0||Tu(_0x294a53[_0x388878(0x261)],_0x21e3ca)){_0x294a53[_0x388878(0x4a7)](_0x388878(0x4eb)),Uu(_0x21e3ca,!0x0);return;}}let _0x34d51d=_0x5093ca?_0x294a53[_0x388878(0x25c)]['handleWheel'](_0x5093ca):!0x1,_0x5cc521=!_0x34d51d&&ku(_0x294a53[_0x388878(0x261)],_0x21e3ca),_0x44548e=!0x1,_0x50cd1f=!0x1;!_0x34d51d&&_0x5cc521?ju(Au(_0x21e3ca),()=>{const _0x33466f=_0x388878;var _0x2e9bf1;return _0x50cd1f=((_0x2e9bf1=_0x294a53[_0x33466f(0x55e)])==null?void 0x0:_0x2e9bf1['call'](_0x294a53,_0x21e3ca))===!0x0;},()=>_0x44548e=(_0xe4aee9==null?void 0x0:_0xe4aee9[_0x388878(0x249)](_0x5093ca))===!0x0):_0x34d51d||(_0x44548e=(_0xe4aee9==null?void 0x0:_0xe4aee9['handleWheel'](_0x5093ca))===!0x0);let _0x400809=_0x174d72==='inactive'&&!_0x34d51d&&!_0x44548e&&!_0x50cd1f&&!_0x5cc521&&!!_0xe4aee9&&!!_0x119f13&&Mu(_0x21e3ca);if(_0x400809&&gu(_0x21e3ca,_0x4fcbef))return;if(_0x400809&&_0x119f13&&((_0xfab8f=_0x294a53[_0x388878(0x146)])==null?void 0x0:_0xfab8f[_0x388878(0x610)](_0x294a53,_0x21e3ca,_0x119f13))===!0x0){_0x294a53['invalidate'](_0x388878(0x4eb)),Uu(_0x21e3ca,!0x0);return;}let _0x29b59f=_0x44548e||_0x50cd1f?!0x1:Su(_0x21e3ca,_0x294a53[_0x388878(0x2c3)]),_0x444a84=_0x44548e||_0x50cd1f||(_0x5cc521||_0x29b59f?!0x1:Cu(_0x21e3ca,_0x294a53['liveRoot']));if(_0x34d51d||_0x44548e||_0x50cd1f||_0x29b59f||_0x444a84){_0x174d72===_0x388878(0x112)&&hu(_0x4fcbef),Uu(_0x21e3ca,!0x1);return;}_0x174d72==='stage1'&&_0x119f13&&Mu(_0x21e3ca)&&Uu(_0x21e3ca,!0x0);},_0x28bec9=_0x48bc11=>{const _0x3709cb=_0x4fd0;var _0xdd1e29;if(_0x294a53['getStage']()!=='stage2'||_0x48bc11[_0x3709cb(0x6c0)]||_0x48bc11[_0x3709cb(0x60a)])return;let _0x2bbe39=_0x294a53[_0x3709cb(0x3ab)]();if(_0x2bbe39){if(ku(_0x294a53['container'],_0x48bc11)){let _0x5935e1=_0x294a53[_0x3709cb(0x47f)][_0x3709cb(0x96)](_0x2bbe39[_0x3709cb(0x1ec)],_0x2bbe39[_0x3709cb(0x3b8)]),_0x5e14f4=_u(_0x48bc11,_0x294a53[_0x3709cb(0xb1)]),_0x2a30dd={..._0x2bbe39,'event':_0x5e14f4,'stage':'stage2','viewportScrollY':_0x294a53[_0x3709cb(0x5e9)]?_0x294a53[_0x3709cb(0x3da)][_0x3709cb(0x634)]:void 0x0};(ju(Au(_0x48bc11),()=>{const _0x1f34ae=_0x3709cb;var _0x136917;return((_0x136917=_0x294a53['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0x136917[_0x1f34ae(0x610)](_0x294a53,_0x48bc11))===!0x0;},()=>_0x294a53[_0x3709cb(0x25c)]['handleWheel'](_0x2a30dd)||(_0x5935e1==null?void 0x0:_0x5935e1[_0x3709cb(0x249)](_0x2a30dd))===!0x0)||Mu(_0x48bc11))&&Uu(_0x48bc11,!0x0);return;}Ou(_0x2bbe39,_0x48bc11,_0x294a53[_0x3709cb(0x5e9)])&&(xu(_0x48bc11)||(bu(_0x48bc11),(((_0xdd1e29=_0x294a53[_0x3709cb(0x146)])==null?void 0x0:_0xdd1e29[_0x3709cb(0x610)](_0x294a53,_0x48bc11,_0x2bbe39))===!0x0||Tu(_0x294a53[_0x3709cb(0x261)],_0x48bc11))&&(_0x294a53[_0x3709cb(0x4a7)](_0x3709cb(0x4eb)),Uu(_0x48bc11,!0x0))));}},_0x2363c5=_0x5ae600=>{const _0x474829=_0x4fd0;_0x294a53[_0x474829(0x46d)]()!==_0x474829(0x562)||_0x5ae600[_0x474829(0x6c0)]||_0x5ae600[_0x474829(0x60a)]||_0x5ae600[_0x474829(0x6ec)]||Bu(_0x294a53[_0x474829(0x2c3)],_0x5ae600)||!_0x294a53[_0x474829(0x3ab)]()||!Mu(_0x5ae600)||Uu(_0x5ae600,!0x0);},_0x164680=()=>_0x294a53['invalidate']('child-scroll');return _0x294a53['gate']['addEventListener'](_0x40e90c(0x443),_0x5a6a1a,{'passive':!0x1}),_0x294a53['liveRoot']['addEventListener'](_0x40e90c(0x443),_0x5a6a1a,{'capture':!0x0,'passive':!0x1}),_0x294a53[_0x40e90c(0x261)]['addEventListener']('wheel',_0x28bec9,{'capture':!0x0,'passive':!0x1}),_0x294a53[_0x40e90c(0x2c3)]['addEventListener']('wheel',_0x28bec9,{'capture':!0x0,'passive':!0x1}),_0x294a53[_0x40e90c(0x261)]['addEventListener'](_0x40e90c(0x443),_0x2363c5,{'passive':!0x1}),_0x294a53[_0x40e90c(0x2c3)][_0x40e90c(0x4be)](_0x40e90c(0x108),_0x164680,!0x0),_0x139183(()=>{const _0x30c6f4=_0x40e90c;_0x294a53[_0x30c6f4(0x1c8)]['removeEventListener']('wheel',_0x5a6a1a),_0x294a53[_0x30c6f4(0x2c3)][_0x30c6f4(0x6fd)]('wheel',_0x5a6a1a,{'capture':!0x0}),_0x294a53['container'][_0x30c6f4(0x6fd)](_0x30c6f4(0x443),_0x28bec9,{'capture':!0x0}),_0x294a53['liveRoot'][_0x30c6f4(0x6fd)](_0x30c6f4(0x443),_0x28bec9,{'capture':!0x0}),_0x294a53[_0x30c6f4(0x261)][_0x30c6f4(0x6fd)]('wheel',_0x2363c5),_0x294a53[_0x30c6f4(0x2c3)]['removeEventListener'](_0x30c6f4(0x108),_0x164680,!0x0);});}function hu(_0x301fb4){const _0x3c2ca5=_0x5878b6;_0x301fb4[_0x3c2ca5(0x31b)]=Date[_0x3c2ca5(0x392)]()+0xb4;}function gu(_0x4a0836,_0x54b6c1){const _0x4fadaa=_0x5878b6;return Date[_0x4fadaa(0x392)]()>=_0x54b6c1[_0x4fadaa(0x31b)]?!0x1:(hu(_0x54b6c1),Uu(_0x4a0836,!0x0),!0x0);}function _u(_0x45d734,_0x42c0be){const _0xae1d5e=_0x5878b6;return typeof _0x42c0be!='number'||!Number[_0xae1d5e(0x573)](_0x42c0be)||_0x42c0be<=0x0||_0x42c0be===0x1?_0x45d734:new WheelEvent(_0x45d734[_0xae1d5e(0x27b)],{'altKey':_0x45d734['altKey'],'bubbles':_0x45d734['bubbles'],'cancelable':_0x45d734[_0xae1d5e(0x583)],'clientX':_0x45d734[_0xae1d5e(0x1eb)],'clientY':_0x45d734[_0xae1d5e(0x449)],'ctrlKey':_0x45d734[_0xae1d5e(0x6c0)],'deltaMode':_0x45d734[_0xae1d5e(0x5ca)],'deltaX':_0x45d734[_0xae1d5e(0x3a8)]/_0x42c0be,'deltaY':_0x45d734['deltaY']/_0x42c0be,'deltaZ':_0x45d734['deltaZ']/_0x42c0be,'metaKey':_0x45d734['metaKey'],'shiftKey':_0x45d734[_0xae1d5e(0x2a4)]});}function vu(_0x424d4d,_0x4d65c5){const _0x28b98f=_0x5878b6;let _0x11c16c=new WheelEvent(_0x28b98f(0x443),{'clientX':_0x424d4d[_0x28b98f(0x1eb)],'clientY':_0x424d4d[_0x28b98f(0x449)],'ctrlKey':_0x424d4d[_0x28b98f(0x6c0)],'deltaMode':_0x424d4d[_0x28b98f(0x5ca)],'deltaX':_0x424d4d['deltaX'],'deltaY':_0x424d4d[_0x28b98f(0x502)],'deltaZ':_0x424d4d[_0x28b98f(0x20e)],'metaKey':_0x424d4d['metaKey'],'shiftKey':_0x424d4d[_0x28b98f(0x2a4)],..._0x4d65c5});return Object[_0x28b98f(0xd5)](_0x11c16c,du,{'configurable':!0x0,'value':_0x424d4d}),_0x11c16c;}function yu(_0x3d58c9){return!!_0x3d58c9&&_0x3d58c9[du]instanceof WheelEvent;}function bu(_0x428f41){const _0x400c94=_0x5878b6;Object[_0x400c94(0xd5)](_0x428f41,fu,{'configurable':!0x0,'value':!0x0});}function xu(_0xe6a466){return!!_0xe6a466[fu];}function Su(_0x4d2b48,_0x5df67c){const _0x128e91=_0x5878b6;let _0x2219a9=Ru(_0x5df67c,_0x4d2b48[_0x128e91(0x1eb)],_0x4d2b48[_0x128e91(0x449)])??_0x5df67c,_0x54f5c4=vu(_0x4d2b48,{'bubbles':!0x0,'cancelable':!0x0});return _0x2219a9[_0x128e91(0x198)](_0x54f5c4),_0x54f5c4[_0x128e91(0x6ec)];}function Cu(_0x4f1a14,_0x8718a4){const _0xdca779=_0x5878b6;let _0x124f68=zu(Ru(_0x8718a4,_0x4f1a14['clientX'],_0x4f1a14[_0xdca779(0x449)])??_0x8718a4,_0x8718a4,_0x4f1a14);return _0x124f68?wu(_0x4f1a14,_0x124f68):!0x1;}function wu(_0xf4feb5,_0x2bba86){const _0x17a09b=_0x5878b6;let _0x4d1820=Au(_0xf4feb5),_0xb22a52=_0xf4feb5[_0x17a09b(0x2a4)]?0x0:_0xf4feb5[_0x17a09b(0x502)],_0x52ef91=_0x2bba86[_0x17a09b(0x312)],_0x583f0c=_0x2bba86['scrollTop'];return _0x4d1820&&(_0x2bba86[_0x17a09b(0x312)]+=_0x4d1820),_0xb22a52&&(_0x2bba86[_0x17a09b(0x2fd)]+=_0xb22a52),_0x2bba86['scrollLeft']!==_0x52ef91||_0x2bba86[_0x17a09b(0x2fd)]!==_0x583f0c;}function Tu(_0x255d15,_0x35994a){const _0x412e57=_0x5878b6;let _0x3be5d1=Eu(_0x255d15);if(!_0x3be5d1)return Fu(_0x255d15['ownerDocument'][_0x412e57(0x43a)],_0x255d15,_0x35994a);if(!Lu(_0x3be5d1))return Fu(_0x3be5d1,_0x255d15,_0x35994a);let _0x587b06=_0x3be5d1['scrollTop'];return _0x3be5d1[_0x412e57(0x2fd)]+=_0x35994a[_0x412e57(0x502)],_0x3be5d1['scrollTop']!==_0x587b06;}function Eu(_0x4e98d2){const _0x1571b2=_0x5878b6;let _0x590302=_0x4e98d2[_0x1571b2(0x116)];for(;_0x590302&&_0x590302!==document[_0x1571b2(0x43a)]&&_0x590302!==document[_0x1571b2(0x305)];){if(_0x590302[_0x1571b2(0x2fa)]>_0x590302['clientHeight']&&Du(_0x590302))return _0x590302;_0x590302=_0x590302['parentElement'];}return null;}function Du(_0x465f90){const _0x404f6a=_0x5878b6;let _0x30ccde=window[_0x404f6a(0x6ae)](_0x465f90);return _0x30ccde[_0x404f6a(0x3be)]===_0x404f6a(0x623)||_0x30ccde['overflow']===_0x404f6a(0x108)||_0x30ccde['overflow']===_0x404f6a(0x39d)||_0x30ccde[_0x404f6a(0x37e)]==='auto'||_0x30ccde[_0x404f6a(0x37e)]===_0x404f6a(0x108)||_0x30ccde[_0x404f6a(0x37e)]===_0x404f6a(0x39d);}function Ou(_0x28293d,_0x223e8d,_0x37d1d2){const _0x1dc62c=_0x5878b6;var _0x450adc;return _0x37d1d2||((_0x450adc=_0x28293d[_0x1dc62c(0xda)][_0x1dc62c(0x213)])==null?void 0x0:_0x450adc[_0x1dc62c(0x30d)])===_0x1dc62c(0x4fe)?Pu(_0x223e8d):uu(_0x28293d['layout'],_0x223e8d);}function ku(_0x9aee36,_0x55cffe){const _0x2e157a=_0x5878b6;return!!_0x9aee36[_0x2e157a(0x279)](_0x2e157a(0xf7))&&Nu(_0x55cffe);}function Au(_0x222125){const _0x4730d1=_0x5878b6;return _0x222125['deltaX']||(_0x222125[_0x4730d1(0x2a4)]?_0x222125['deltaY']:0x0);}function ju(_0x5644fc,_0x370223,_0x265a03){return _0x5644fc>0x0?_0x370223()||_0x265a03():_0x265a03()||_0x370223();}function Mu(_0x4f1d1e){return Nu(_0x4f1d1e)||Pu(_0x4f1d1e);}function Nu(_0x4c8478){const _0x5eb93c=_0x5878b6;if(_0x4c8478[_0x5eb93c(0x6c0)]||_0x4c8478['metaKey'])return!0x1;let _0x10a496=Au(_0x4c8478),_0x479633=_0x4c8478[_0x5eb93c(0x2a4)]?0x0:_0x4c8478[_0x5eb93c(0x502)];return Math['abs'](_0x10a496)>Math[_0x5eb93c(0x4a0)](_0x479633);}function Pu(_0x519d05){const _0x13d5fd=_0x5878b6;return _0x519d05[_0x13d5fd(0x2a4)]||_0x519d05[_0x13d5fd(0x6c0)]||_0x519d05[_0x13d5fd(0x60a)]?!0x1:Math[_0x13d5fd(0x4a0)](_0x519d05[_0x13d5fd(0x502)])>Math[_0x13d5fd(0x4a0)](_0x519d05[_0x13d5fd(0x3a8)]);}function Fu(_0x1aaf43,_0x5809db,_0x256fb7){const _0x3ceb0e=_0x5878b6;let _0x1cc342=Array[_0x3ceb0e(0x4fc)](_0x1aaf43[_0x3ceb0e(0x382)]('canvas'))[_0x3ceb0e(0x64a)](_0x56163e=>!_0x5809db[_0x3ceb0e(0x434)](_0x56163e));return _0x1cc342?(_0x1cc342['dispatchEvent'](vu(_0x256fb7,{'bubbles':!0x0,'cancelable':!0x0,...Iu(_0x1cc342,_0x5809db,_0x256fb7)})),!0x0):!0x1;}function Iu(_0x53e286,_0x490090,_0x937c4a){const _0x5ed91f=_0x5878b6;if(!Vu(_0x490090,_0x937c4a['clientX'],_0x937c4a[_0x5ed91f(0x449)]))return{'clientX':_0x937c4a[_0x5ed91f(0x1eb)],'clientY':_0x937c4a[_0x5ed91f(0x449)]};let _0x59c002=_0x53e286['getBoundingClientRect'](),_0x435d7b=Math[_0x5ed91f(0x57d)](0x18,Math[_0x5ed91f(0x33a)](0x4,Math[_0x5ed91f(0x57d)](_0x59c002[_0x5ed91f(0x6c9)],_0x59c002['height'])/0x8)),_0x5d604b=[{'clientX':_0x59c002['left']+_0x435d7b,'clientY':_0x59c002['top']+_0x435d7b},{'clientX':_0x59c002[_0x5ed91f(0x40a)]-_0x435d7b,'clientY':_0x59c002[_0x5ed91f(0x5c3)]+_0x435d7b},{'clientX':_0x59c002[_0x5ed91f(0x8a)]+_0x435d7b,'clientY':_0x59c002[_0x5ed91f(0x121)]-_0x435d7b},{'clientX':_0x59c002['right']-_0x435d7b,'clientY':_0x59c002[_0x5ed91f(0x121)]-_0x435d7b},{'clientX':_0x59c002[_0x5ed91f(0x8a)]+_0x59c002[_0x5ed91f(0x6c9)]/0x2,'clientY':_0x59c002[_0x5ed91f(0x5c3)]+_0x59c002[_0x5ed91f(0x2e8)]/0x2}];return _0x5d604b['find'](_0x21f109=>!Vu(_0x490090,_0x21f109[_0x5ed91f(0x1eb)],_0x21f109[_0x5ed91f(0x449)]))??_0x5d604b[0x0];}function Lu(_0xd8d308){const _0x1e72b1=_0x5878b6;let _0x56b9e1=window[_0x1e72b1(0x6ae)](_0xd8d308);return _0x56b9e1['overflow']===_0x1e72b1(0x623)||_0x56b9e1['overflow']===_0x1e72b1(0x108)||_0x56b9e1[_0x1e72b1(0x37e)]===_0x1e72b1(0x623)||_0x56b9e1['overflowY']===_0x1e72b1(0x108);}function Ru(_0xf4fd2e,_0x1a5f93,_0x5eda25){const _0xb22933=_0x5878b6;if(!Vu(_0xf4fd2e,_0x1a5f93,_0x5eda25))return null;let _0x573a84=_0xf4fd2e[_0xb22933(0xfa)]['elementsFromPoint'];if(typeof _0x573a84==_0xb22933(0x59d)){let _0x519efd=_0x573a84[_0xb22933(0x610)](_0xf4fd2e[_0xb22933(0xfa)],_0x1a5f93,_0x5eda25)['find'](_0x4e1efb=>_0x4e1efb instanceof HTMLElement&&_0xf4fd2e[_0xb22933(0x434)](_0x4e1efb));if(_0x519efd)return _0x519efd;}let _0x23f1f1=_0xf4fd2e,_0x3480eb=_0x52df47=>{const _0x191862=_0xb22933;let _0xdd8fed=Array[_0x191862(0x4fc)](_0x52df47['children']);for(let _0x34326e=_0xdd8fed[_0x191862(0x102)]-0x1;_0x34326e>=0x0;_0x34326e--){let _0x4a1d6d=_0xdd8fed[_0x34326e];if(!(!(_0x4a1d6d instanceof HTMLElement)||!Vu(_0x4a1d6d,_0x1a5f93,_0x5eda25))){_0x23f1f1=_0x4a1d6d,_0x3480eb(_0x4a1d6d);return;}}};return _0x3480eb(_0xf4fd2e),_0x23f1f1;}function zu(_0x2800ff,_0x41e0b6,_0x1a8224){const _0x2b188d=_0x5878b6;let _0x525d4b=Au(_0x1a8224),_0x5e1c78=_0x1a8224[_0x2b188d(0x2a4)]?0x0:_0x1a8224['deltaY'],_0x23174c=_0x2800ff;for(;_0x23174c&&_0x41e0b6['contains'](_0x23174c);){if(Hu(_0x23174c,_0x525d4b,_0x5e1c78))return _0x23174c;_0x23174c=_0x23174c[_0x2b188d(0x116)];}return Hu(_0x41e0b6,_0x525d4b,_0x5e1c78)?_0x41e0b6:null;}function Bu(_0x344683,_0x262889){const _0x96e01f=_0x5878b6;return zu(Ru(_0x344683,_0x262889['clientX'],_0x262889[_0x96e01f(0x449)])??_0x344683,_0x344683,_0x262889);}function Vu(_0xe891da,_0x28bc42,_0x2e2a67){const _0x5ec5eb=_0x5878b6;let _0x2b7a82=_0xe891da[_0x5ec5eb(0x503)]();return _0x28bc42>=_0x2b7a82['left']&&_0x28bc42<=_0x2b7a82[_0x5ec5eb(0x40a)]&&_0x2e2a67>=_0x2b7a82[_0x5ec5eb(0x5c3)]&&_0x2e2a67<=_0x2b7a82[_0x5ec5eb(0x121)];}function Hu(_0x5e26ae,_0x3303d4,_0x548f72){const _0x2d8a26=_0x5878b6;let _0x20a3a1=_0x3303d4!==0x0&&_0x5e26ae[_0x2d8a26(0x2c8)]>_0x5e26ae['clientWidth']&&(_0x3303d4<0x0?_0x5e26ae[_0x2d8a26(0x312)]>0x0:_0x5e26ae[_0x2d8a26(0x312)]+_0x5e26ae[_0x2d8a26(0x10f)]<_0x5e26ae[_0x2d8a26(0x2c8)]),_0xdc5daa=_0x548f72!==0x0&&_0x5e26ae['scrollHeight']>_0x5e26ae[_0x2d8a26(0x123)]&&(_0x548f72<0x0?_0x5e26ae[_0x2d8a26(0x2fd)]>0x0:_0x5e26ae[_0x2d8a26(0x2fd)]+_0x5e26ae[_0x2d8a26(0x123)]<_0x5e26ae[_0x2d8a26(0x2fa)]);return _0x20a3a1||_0xdc5daa;}function Uu(_0x3ef4aa,_0x2d6b3f){const _0x2229b6=_0x5878b6;_0x3ef4aa['preventDefault'](),_0x3ef4aa[_0x2229b6(0x39a)](),_0x2d6b3f&&_0x3ef4aa['stopImmediatePropagation']();}var Wu=class{constructor(){const _0x4e5f56=_0x5878b6;X(this,'previewUpdated$',new _0x2d3fef()),X(this,_0x4e5f56(0x653),new Map()),X(this,_0x4e5f56(0x508),new Map()),X(this,_0x4e5f56(0x569),new Map()),X(this,_0x4e5f56(0x97),[]),X(this,'_rendering',!0x1),X(this,_0x4e5f56(0x5b0),null);}[_0x5878b6(0x5be)](_0x3ea06f){const _0x221080=_0x5878b6;return this['_providers'][_0x221080(0x5ad)](_0x3ea06f[_0x221080(0x1ec)],_0x3ea06f),_0x139183(()=>{const _0x4b0977=_0x221080;this['_providers'][_0x4b0977(0x96)](_0x3ea06f['childType'])===_0x3ea06f&&this['_providers'][_0x4b0977(0x66b)](_0x3ea06f[_0x4b0977(0x1ec)]);});}['getProvider'](_0x433855){const _0x2b4263=_0x5878b6;return this[_0x2b4263(0x653)][_0x2b4263(0x96)](_0x433855);}[_0x5878b6(0x2d4)](_0x2332ee){const _0x51b806=_0x5878b6;return this[_0x51b806(0x508)][_0x51b806(0x96)](_0x2332ee);}[_0x5878b6(0x62c)](_0x49d2b6){const _0xe89c17=_0x5878b6;let _0x564874=this['getCacheKey'](_0x49d2b6),_0x5ac1c5=this['_entriesByKey']['get'](_0x564874);if(_0x5ac1c5&&(_0x5ac1c5[_0xe89c17(0x48c)]==='pending'||_0x5ac1c5[_0xe89c17(0x48c)]===_0xe89c17(0x515)))return _0x5ac1c5;let _0x53d956=this[_0xe89c17(0x508)][_0xe89c17(0x96)](_0x49d2b6[_0xe89c17(0xda)]['embedId']),_0x62249f={'embedId':_0x49d2b6['descriptor'][_0xe89c17(0x1a0)],'childUnitId':_0x49d2b6[_0xe89c17(0x4d3)],'childType':_0x49d2b6[_0xe89c17(0x1ec)],'status':_0xe89c17(0x3ad),'width':Math['max'](0x1,Math[_0xe89c17(0x24a)](_0x49d2b6[_0xe89c17(0x6c9)])),'height':Math['max'](0x1,Math[_0xe89c17(0x24a)](_0x49d2b6[_0xe89c17(0x2e8)])),'dpr':_0x49d2b6[_0xe89c17(0x236)],'viewState':_0x49d2b6[_0xe89c17(0x4aa)]??(_0x53d956==null?void 0x0:_0x53d956[_0xe89c17(0x4aa)]),'revision':((_0x53d956==null?void 0x0:_0x53d956[_0xe89c17(0x673)])??0x0)+0x1,'updatedAt':Date[_0xe89c17(0x392)]()};return this[_0xe89c17(0x569)]['set'](_0x564874,_0x62249f),this['_entriesByEmbedId']['set'](_0x62249f[_0xe89c17(0x1a0)],_0x62249f),this[_0xe89c17(0x97)][_0xe89c17(0x498)](_0x49d2b6),this['_drainQueue'](),this[_0xe89c17(0x293)][_0xe89c17(0x642)](_0x62249f),_0x62249f;}async[_0x5878b6(0x6e4)](_0x37a591){const _0x324fe8=_0x5878b6;let _0x37cf8d=this[_0x324fe8(0x653)]['get'](_0x37a591[_0x324fe8(0x1ec)]);if(!_0x37cf8d)return;let _0x5e8a22=await _0x37cf8d[_0x324fe8(0x6e4)](_0x37a591);return this['updateViewState'](_0x37a591[_0x324fe8(0x1a0)],_0x5e8a22),_0x5e8a22;}async['restoreViewState'](_0x4022ba,_0x142e0f){const _0xbb3be1=_0x5878b6;if(_0x142e0f==null)return;let _0x347428=this[_0xbb3be1(0x653)][_0xbb3be1(0x96)](_0x4022ba[_0xbb3be1(0x1ec)]);await(_0x347428==null?void 0x0:_0x347428[_0xbb3be1(0x2c0)](_0x4022ba,_0x142e0f));}[_0x5878b6(0x19e)](_0x355a0f,_0xbc81d4){const _0x346fa4=_0x5878b6;let _0x41c9a3=this[_0x346fa4(0x508)]['get'](_0x355a0f);if(!_0x41c9a3){let _0x582895={'embedId':_0x355a0f,'childUnitId':'','childType':void 0x0,'status':_0x346fa4(0x65d),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0xbc81d4,'revision':0x0,'updatedAt':Date['now']()};this[_0x346fa4(0x508)]['set'](_0x355a0f,_0x582895),this['previewUpdated$']['next'](_0x582895);return;}_0x41c9a3['viewState']=_0xbc81d4,_0x41c9a3[_0x346fa4(0x608)]=Date[_0x346fa4(0x392)](),this['previewUpdated$'][_0x346fa4(0x642)](_0x41c9a3);}[_0x5878b6(0x363)](_0x51a4b0,_0x1fd8e0){const _0x37b756=_0x5878b6;let _0x2708cb=this[_0x37b756(0x508)][_0x37b756(0x96)](_0x51a4b0);_0x2708cb&&(_0x2708cb['status']=_0x37b756(0x65d),_0x2708cb['error']=_0x1fd8e0,_0x2708cb['updatedAt']=Date['now'](),this[_0x37b756(0x293)][_0x37b756(0x642)](_0x2708cb));}['invalidate'](_0x596589){const _0x504068=_0x5878b6;let _0x33211d=this['_entriesByEmbedId'][_0x504068(0x96)](_0x596589);this[_0x504068(0x508)][_0x504068(0x66b)](_0x596589),_0x33211d&&Array[_0x504068(0x4fc)](this[_0x504068(0x569)][_0x504068(0x346)]())[_0x504068(0x684)](([_0xa13ecc,_0x397ae8])=>{const _0x5f4423=_0x504068;_0x397ae8[_0x5f4423(0x1a0)]===_0x596589&&this['_entriesByKey'][_0x5f4423(0x66b)](_0xa13ecc);});}['getCacheKey'](_0x9ab96a){const _0x4dd710=_0x5878b6;return[_0x9ab96a[_0x4dd710(0xda)][_0x4dd710(0x1a0)],_0x9ab96a[_0x4dd710(0x4d3)],_0x9ab96a[_0x4dd710(0x1ec)],Math[_0x4dd710(0x33a)](0x1,Math[_0x4dd710(0x24a)](_0x9ab96a[_0x4dd710(0x6c9)])),Math[_0x4dd710(0x33a)](0x1,Math[_0x4dd710(0x24a)](_0x9ab96a[_0x4dd710(0x2e8)])),_0x9ab96a[_0x4dd710(0x236)]][_0x4dd710(0xf0)]('::');}async['flushForTests'](){const _0x45829e=_0x5878b6;for(;this['_queue'][_0x45829e(0x102)]>0x0||this[_0x45829e(0x5d7)]||this[_0x45829e(0x5b0)];)await(this[_0x45829e(0x5b0)]??Promise[_0x45829e(0x663)]()),await Promise[_0x45829e(0x663)]();}[_0x5878b6(0x3ef)](){const _0x416e4a=_0x5878b6;this[_0x416e4a(0x653)][_0x416e4a(0x120)](),this[_0x416e4a(0x508)]['clear'](),this[_0x416e4a(0x569)][_0x416e4a(0x120)](),this[_0x416e4a(0x97)][_0x416e4a(0x102)]=0x0,this[_0x416e4a(0x293)]['complete']();}[_0x5878b6(0x669)](){const _0x4ae7ec=_0x5878b6;this['_rendering']||this[_0x4ae7ec(0x5b0)]||(this['_activeDrain']=this['_runQueue']()[_0x4ae7ec(0x16f)](()=>{const _0x4aaf95=_0x4ae7ec;this[_0x4aaf95(0x5b0)]=null;}));}async['_runQueue'](){const _0x1dce8c=_0x5878b6;if(!this[_0x1dce8c(0x5d7)]){this[_0x1dce8c(0x5d7)]=!0x0;try{for(;this['_queue'][_0x1dce8c(0x102)]>0x0;)await this[_0x1dce8c(0x75)](this[_0x1dce8c(0x97)][_0x1dce8c(0xb8)]());}finally{this[_0x1dce8c(0x5d7)]=!0x1;}}}async[_0x5878b6(0x75)](_0x4cc838){const _0x2cfb90=_0x5878b6;let _0x3d472b=this[_0x2cfb90(0x4f2)](_0x4cc838),_0x1e2d96=this[_0x2cfb90(0x569)][_0x2cfb90(0x96)](_0x3d472b);if(!_0x1e2d96||_0x1e2d96['status']!==_0x2cfb90(0x3ad))return;let _0x5a118f=this[_0x2cfb90(0x653)][_0x2cfb90(0x96)](_0x4cc838[_0x2cfb90(0x1ec)]),_0x44d4f9=this[_0x2cfb90(0x4b6)](_0x1e2d96['embedId'],_0x1e2d96);if(!_0x5a118f){let _0x30fbd3=_0x4cc838[_0x2cfb90(0x276)]?Nc(_0x4cc838['context']):void 0x0;if(_0x30fbd3){_0x1e2d96[_0x2cfb90(0x184)]=_0x30fbd3,_0x1e2d96[_0x2cfb90(0x48c)]=_0x2cfb90(0x515),_0x1e2d96[_0x2cfb90(0x608)]=Date[_0x2cfb90(0x392)](),this[_0x2cfb90(0x508)][_0x2cfb90(0x5ad)](_0x1e2d96[_0x2cfb90(0x1a0)],_0x1e2d96),this['previewUpdated$'][_0x2cfb90(0x642)](_0x1e2d96);return;}this[_0x2cfb90(0x220)](_0x1e2d96,_0x44d4f9,Error(_0x2cfb90(0x4b4)+_0x4cc838[_0x2cfb90(0x1ec)]));return;}try{let _0x428939=await _0x5a118f['renderPreview']({..._0x4cc838,'width':_0x1e2d96[_0x2cfb90(0x6c9)],'height':_0x1e2d96[_0x2cfb90(0x2e8)],'viewState':_0x1e2d96[_0x2cfb90(0x4aa)]});if(this[_0x2cfb90(0x569)][_0x2cfb90(0x96)](_0x3d472b)!==_0x1e2d96||_0x1e2d96[_0x2cfb90(0x48c)]!==_0x2cfb90(0x3ad))return;if(!_0x428939){this[_0x2cfb90(0x220)](_0x1e2d96,_0x44d4f9,Error(_0x2cfb90(0x6f2)));return;}_0x1e2d96[_0x2cfb90(0x184)]=_0x428939,_0x1e2d96[_0x2cfb90(0x48c)]=_0x2cfb90(0x515),_0x1e2d96[_0x2cfb90(0x608)]=Date[_0x2cfb90(0x392)](),this[_0x2cfb90(0x508)][_0x2cfb90(0x5ad)](_0x1e2d96[_0x2cfb90(0x1a0)],_0x1e2d96),this[_0x2cfb90(0x293)][_0x2cfb90(0x642)](_0x1e2d96);}catch(_0x454715){this['_setRenderFailure'](_0x1e2d96,_0x44d4f9,_0x454715);}}[_0x5878b6(0x4b6)](_0x381c9a,_0x220049){const _0x57e076=_0x5878b6;let _0x5b610a=this[_0x57e076(0x508)][_0x57e076(0x96)](_0x381c9a);return _0x5b610a&&_0x5b610a!==_0x220049&&_0x5b610a[_0x57e076(0x184)]?_0x5b610a:Array[_0x57e076(0x4fc)](this[_0x57e076(0x569)][_0x57e076(0x672)]())[_0x57e076(0x4f3)]()[_0x57e076(0x64a)](_0x1b129f=>_0x1b129f[_0x57e076(0x1a0)]===_0x381c9a&&_0x1b129f!==_0x220049&&_0x1b129f[_0x57e076(0x184)]);}['_setRenderFailure'](_0x184219,_0x1aa1c9,_0x5eefa1){const _0x440114=_0x5878b6;_0x184219[_0x440114(0x48c)]=_0x1aa1c9!=null&&_0x1aa1c9[_0x440114(0x184)]?_0x440114(0x65d):_0x440114(0x47d),_0x184219[_0x440114(0x184)]=_0x1aa1c9==null?void 0x0:_0x1aa1c9[_0x440114(0x184)],_0x184219[_0x440114(0x4aa)]=_0x184219[_0x440114(0x4aa)]??(_0x1aa1c9==null?void 0x0:_0x1aa1c9[_0x440114(0x4aa)]),_0x184219[_0x440114(0x47d)]=_0x5eefa1,_0x184219[_0x440114(0x608)]=Date[_0x440114(0x392)](),this[_0x440114(0x508)][_0x440114(0x5ad)](_0x184219[_0x440114(0x1a0)],_0x184219),this[_0x440114(0x293)][_0x440114(0x642)](_0x184219);}},Gu=class{constructor(){const _0x33228d=_0x5878b6;X(this,_0x33228d(0x4de),new Map()),X(this,_0x33228d(0x5e4),new _0x2d3fef()),X(this,_0x33228d(0x590),this[_0x33228d(0x5e4)][_0x33228d(0x1b2)]());}[_0x5878b6(0x334)](_0x6c94ee){const _0x557ccc=_0x5878b6;return this[_0x557ccc(0x4de)]['set'](_0x6c94ee[_0x557ccc(0x1a0)],_0x6c94ee),this[_0x557ccc(0x4a7)]({'embedId':_0x6c94ee[_0x557ccc(0x1a0)],'reason':'manual'}),_0x139183(()=>{const _0x31fb63=_0x557ccc;this[_0x31fb63(0x4de)][_0x31fb63(0x96)](_0x6c94ee['embedId'])===_0x6c94ee&&(this[_0x31fb63(0x4de)]['delete'](_0x6c94ee[_0x31fb63(0x1a0)]),this[_0x31fb63(0x4a7)]({'embedId':_0x6c94ee['embedId'],'reason':_0x31fb63(0x21c)}));});}['getRegistration'](_0x1bd553){const _0x110a30=_0x5878b6;return this[_0x110a30(0x4de)]['get'](_0x1bd553);}[_0x5878b6(0x23f)](_0x2bb357){const _0x2b400b=_0x5878b6;return Array['from'](this[_0x2b400b(0x4de)][_0x2b400b(0x672)]())[_0x2b400b(0x64a)](_0x369b9c=>_0x369b9c[_0x2b400b(0x4d3)]===_0x2bb357);}[_0x5878b6(0x4a7)](_0x203fa5){const _0x553bc2=_0x5878b6;this['_geometryInvalidated$'][_0x553bc2(0x642)](_0x203fa5);}};let Ku=class{constructor(_0x2ebdae,_0x1edae6,_0x432141,_0x459ab8){const _0x26835a=_0x5878b6;this[_0x26835a(0x173)]=_0x2ebdae,this[_0x26835a(0x5dd)]=_0x1edae6,this[_0x26835a(0x14a)]=_0x432141,this[_0x26835a(0x24d)]=_0x459ab8;}async['materializeDescriptor'](_0x168447){const _0x340fee=_0x5878b6;return this[_0x340fee(0x5dd)]['materializeDescriptor'](_0x168447);}async[_0x5878b6(0xb4)](_0x23c6bb){const _0x4eeff1=_0x5878b6;let _0x4ab14d=_0x23c6bb[_0x4eeff1(0xda)],_0x165480=_0x23c6bb[_0x4eeff1(0xa9)]??this[_0x4eeff1(0x14a)][_0x4eeff1(0x1b5)]({'embedId':_0x4ab14d[_0x4eeff1(0x1a0)],'hostUnitId':_0x4ab14d['hostUnitId'],'hostType':_0x4ab14d['hostType'],'entry':_0x4ab14d[_0x4eeff1(0x289)],'hostAnchorId':_0x4ab14d[_0x4eeff1(0x6f7)],'hostContext':_0x23c6bb[_0x4eeff1(0x691)],'descriptor':_0x4ab14d});return this[_0x4eeff1(0x173)]['addDescriptor'](_0x4ab14d[_0x4eeff1(0x178)],_0x4ab14d),this[_0x4eeff1(0x24d)][_0x4eeff1(0x4cc)](_0x165480),this[_0x4eeff1(0x173)]['getDescriptor'](_0x4ab14d[_0x4eeff1(0x178)],_0x4ab14d['embedId']);}};Ku=fs([$(0x0,_0x431841(_0x39c782)),$(0x1,_0x431841(_0x227dff)),$(0x2,_0x431841(_0x2269a3)),$(0x3,_0x431841(_0x385558))],Ku);function qu(_0x275326){const _0x123b44=_0x5878b6;var _0x40c1cc;if(!_0x275326)return;let _0x68c573=((_0x40c1cc=_0x275326['closest'](_0x123b44(0x87)))==null?void 0x0:_0x40c1cc[_0x123b44(0x23d)]('data-embed-interaction-boundary-owner'))??void 0x0,_0x430311=Ju(_0x275326,_0x68c573),_0x41fc6e=(_0x430311==null?void 0x0:_0x430311['getAttribute'](_0x123b44(0x1f9)))??_0x68c573;if(_0x41fc6e)return{'embedId':_0x41fc6e,'hostUnitId':(_0x430311==null?void 0x0:_0x430311[_0x123b44(0x23d)](_0x123b44(0x6fb)))??void 0x0,'childUnitId':(_0x430311==null?void 0x0:_0x430311[_0x123b44(0x23d)](_0x3d4a8e))??void 0x0,'childType':Xu(_0x430311)};}function Ju(_0x10abcf,_0x26695d){const _0x2d73f2=_0x5878b6;let _0x35d2cf=_0x10abcf==null?void 0x0:_0x10abcf[_0x2d73f2(0x279)](_0x2d73f2(0x10c));if(_0x35d2cf&&(!_0x26695d||_0x35d2cf['getAttribute'](_0x2d73f2(0x1f9))===_0x26695d))return _0x35d2cf;let _0x59cd11=(_0x10abcf==null?void 0x0:_0x10abcf[_0x2d73f2(0xfa)])??(typeof document>'u'?void 0x0:document);return!_0x59cd11||!_0x26695d?_0x35d2cf??void 0x0:_0x59cd11[_0x2d73f2(0x511)](_0x2d73f2(0xb0)+Yu(_0x26695d)+'\x22]')??void 0x0;}function Yu(_0x572a33){const _0x35078e=_0x5878b6;return _0x572a33[_0x35078e(0x7b)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Xu(_0x1eed07){const _0x15252d=_0x5878b6;let _0x57f609=_0x1eed07==null?void 0x0:_0x1eed07[_0x15252d(0x23d)]('data-embed-child-type');if(_0x57f609!=null&&_0x57f609!=='')return Number(_0x57f609);}var Zu=class{constructor(){const _0x52b3aa=_0x5878b6;X(this,_0x52b3aa(0x187),new WeakMap()),X(this,_0x52b3aa(0x4a2),new WeakSet());}[_0x5878b6(0x334)](_0x16feae,_0x50d786){const _0x19daf2=_0x5878b6;let _0x50f0be=this[_0x19daf2(0x187)][_0x19daf2(0x96)](_0x16feae);if(!_0x50f0be){let _0xa37c5d=_0x16feae[_0x19daf2(0xfa)][_0x19daf2(0x525)];if(!_0xa37c5d)return _0x139183(()=>{});let _0xd312f0=_0x4c787b=>this[_0x19daf2(0x2db)](_0x16feae,_0x4c787b);_0xa37c5d[_0x19daf2(0x4be)](_0x19daf2(0x443),_0xd312f0,{'capture':!0x0,'passive':!0x1}),_0x50f0be={'activeUntil':0x0,'containers':new Map(),'dispose':()=>_0xa37c5d[_0x19daf2(0x6fd)](_0x19daf2(0x443),_0xd312f0,{'capture':!0x0}),'refCount':0x0},this[_0x19daf2(0x187)]['set'](_0x16feae,_0x50f0be);}let _0x4bd692=_0x50f0be;return _0x4bd692[_0x19daf2(0x383)]+=0x1,_0x4bd692[_0x19daf2(0x232)]['set'](_0x50d786,(_0x4bd692[_0x19daf2(0x232)][_0x19daf2(0x96)](_0x50d786)??0x0)+0x1),_0x139183(()=>{const _0x1ec788=_0x19daf2;let _0x3fa0a1=_0x4bd692['containers']['get'](_0x50d786)??0x0;_0x3fa0a1<=0x1?_0x4bd692['containers']['delete'](_0x50d786):_0x4bd692[_0x1ec788(0x232)][_0x1ec788(0x5ad)](_0x50d786,_0x3fa0a1-0x1),--_0x4bd692[_0x1ec788(0x383)],!(_0x4bd692[_0x1ec788(0x383)]>0x0||this[_0x1ec788(0x187)][_0x1ec788(0x96)](_0x16feae)!==_0x4bd692)&&(_0x4bd692[_0x1ec788(0x3ef)](),this['_sessions']['delete'](_0x16feae));});}['isHostGesture'](_0x4a29fd){const _0x491552=_0x5878b6;return this[_0x491552(0x4a2)]['has'](_0x4a29fd);}[_0x5878b6(0x2db)](_0x1da073,_0x1918b8){const _0x2ceae7=_0x5878b6;var _0x424626;let _0x5f4d29=_0x1da073[_0x2ceae7(0xfa)][_0x2ceae7(0x525)];if(!_0x5f4d29)return;let _0xd3cc49=$u(_0x1918b8,_0x5f4d29);if(!_0xd3cc49||!_0x1da073[_0x2ceae7(0x434)](_0xd3cc49))return;let _0x3b3397=this[_0x2ceae7(0x187)][_0x2ceae7(0x96)](_0x1da073);if(!_0x3b3397)return;let _0x9c8209=Date['now'](),_0x6d1011=Ju(_0xd3cc49),_0x4fd38b=_0x6d1011??Qu(_0x3b3397['containers'][_0x2ceae7(0x267)](),_0x1918b8[_0x2ceae7(0x1eb)],_0x1918b8['clientY']);if(!_0x4fd38b||!_0x1da073[_0x2ceae7(0x434)](_0x4fd38b)){_0x3b3397['activeUntil']=_0x9c8209+0x1f4;return;}let _0x2b2d90=_0x4fd38b[_0x2ceae7(0x23d)](_0x2ceae7(0x36a));if(_0x2b2d90===_0x2ceae7(0x112)&&!_0x6d1011){_0x3b3397[_0x2ceae7(0x31b)]=_0x9c8209+0x1f4;return;}if(_0x2b2d90===_0x2ceae7(0x112)&&((_0x424626=qu(_0x4fd38b))==null?void 0x0:_0x424626[_0x2ceae7(0x1ec)])===_0x152567['UNIVER_SLIDE']){_0x3b3397['activeUntil']=_0x9c8209+0x1f4,this[_0x2ceae7(0x4a2)][_0x2ceae7(0x36d)](_0x1918b8);return;}if(_0x9c8209>=_0x3b3397[_0x2ceae7(0x31b)]){_0x6d1011||(_0x1918b8[_0x2ceae7(0x543)](),_0x1918b8['stopImmediatePropagation']());return;}_0x3b3397[_0x2ceae7(0x31b)]=_0x9c8209+0x1f4,this[_0x2ceae7(0x4a2)][_0x2ceae7(0x36d)](_0x1918b8);}};function Qu(_0x4ca766,_0x5961a2,_0x58b814){const _0x44f748=_0x5878b6;for(let _0x4100e2 of _0x4ca766){let _0x46e793=_0x4100e2['getBoundingClientRect']();if(_0x46e793['width']>0x0&&_0x46e793[_0x44f748(0x2e8)]>0x0&&_0x5961a2>=_0x46e793[_0x44f748(0x8a)]&&_0x5961a2<=_0x46e793[_0x44f748(0x40a)]&&_0x58b814>=_0x46e793[_0x44f748(0x5c3)]&&_0x58b814<=_0x46e793[_0x44f748(0x121)])return _0x4100e2;}}function $u(_0x511d9b,_0x1a7eca){const _0x1a8143=_0x5878b6;let _0x3c58d8=_0x511d9b[_0x1a8143(0x6dd)];return _0x3c58d8 instanceof _0x1a7eca[_0x1a8143(0x488)]?_0x3c58d8:_0x3c58d8 instanceof _0x1a7eca[_0x1a8143(0x5b7)]||_0x3c58d8 instanceof _0x1a7eca[_0x1a8143(0x2cb)]?_0x3c58d8[_0x1a8143(0x116)]:null;}function ed(_0x14fd81,_0x2ad7f8,_0xf4166){const _0x5cdc63=_0x5878b6;if(!_0x14fd81['ctrlKey']&&!_0x14fd81[_0x5cdc63(0x60a)])return!0x1;switch(_0x2ad7f8[_0x5cdc63(0xda)]['hostType']){case _0x152567[_0x5cdc63(0x66c)]:return td(_0x14fd81,_0x2ad7f8,_0xf4166);case _0x152567[_0x5cdc63(0x592)]:return nd(_0x14fd81,_0x2ad7f8,_0xf4166);case _0x152567[_0x5cdc63(0x3e4)]:return rd(_0x14fd81,_0x2ad7f8,_0xf4166);default:return!0x1;}}function td(_0xb4105b,_0x1688c2,_0xcf2817){const _0x361d63=_0x5878b6;let _0x1b7e07=_0xcf2817[_0x361d63(0x4ce)][_0x361d63(0x4cb)](_0x1688c2['hostUnitId'],_0x152567[_0x361d63(0x66c)]),_0x599836=_0x1b7e07==null?void 0x0:_0x1b7e07[_0x361d63(0x3e0)]();return!_0x1b7e07||!_0x599836?!0x1:(_0xcf2817['commandService']['executeCommand'](_0x3798be['id'],{'unitId':_0x1688c2[_0x361d63(0x178)],'subUnitId':_0x599836[_0x361d63(0x3c3)](),'zoomRatio':id(_0x599836['getZoomRatio'](),_0xb4105b)}),!0x0);}function nd(_0x5960b2,_0x2f06a8,_0x197dbd){const _0x1dc780=_0x5878b6;var _0x3d97d2;let _0x386167=_0x197dbd[_0x1dc780(0x4ce)][_0x1dc780(0x4cb)](_0x2f06a8[_0x1dc780(0x178)],_0x152567[_0x1dc780(0x592)]);return _0x386167?(_0x197dbd[_0x1dc780(0x176)][_0x1dc780(0x631)](_0x1014cc['id'],{'documentId':_0x2f06a8[_0x1dc780(0x178)],'zoomRatio':id(((_0x3d97d2=_0x386167[_0x1dc780(0x4ab)]())==null?void 0x0:_0x3d97d2[_0x1dc780(0x538)])??0x1,_0x5960b2)}),!0x0):!0x1;}function rd(_0x51d352,_0x5d2b3d,_0x119a24){const _0x4898fb=_0x5878b6;let _0x38c62f=_0x119a24[_0x4898fb(0x4ce)][_0x4898fb(0x4cb)](_0x5d2b3d[_0x4898fb(0x178)],_0x152567[_0x4898fb(0x3e4)]);return _0x38c62f?(_0x119a24['commandService'][_0x4898fb(0x631)](_0x4a143f['id'],{'unitId':_0x5d2b3d[_0x4898fb(0x178)],'zoomRatio':id(_0x38c62f[_0x4898fb(0x55c)](),_0x51d352)}),!0x0):!0x1;}function id(_0x26f3b4,_0x57b331){const _0x4037ab=_0x5878b6;return _0x16badf(_0x26f3b4,{'deltaMode':_0x57b331[_0x4037ab(0x5ca)],'deltaX':_0x57b331['deltaX'],'deltaY':_0x57b331[_0x4037ab(0x502)],'wheelDelta':_0x57b331[_0x4037ab(0x2cc)]});}var ad=class{constructor(){const _0x1bd6ac=_0x5878b6;X(this,_0x1bd6ac(0x653),new Map());}[_0x5878b6(0x334)](_0xad6035){const _0x461c1d=_0x5878b6;return this[_0x461c1d(0x653)][_0x461c1d(0x5ad)](_0xad6035[_0x461c1d(0x1ec)],_0xad6035),_0x139183(()=>{const _0xa664cf=_0x461c1d;this[_0xa664cf(0x653)]['get'](_0xad6035[_0xa664cf(0x1ec)])===_0xad6035&&this['_providers']['delete'](_0xad6035[_0xa664cf(0x1ec)]);});}[_0x5878b6(0x96)](_0x465136,_0x2723f4){const _0x5e8afd=_0x5878b6;var _0x465d80;let _0xe7b036=this[_0x5e8afd(0x653)]['get'](_0x465136);if(_0xe7b036&&!(_0x2723f4&&(_0x465d80=_0xe7b036[_0x5e8afd(0x510)])!=null&&_0x465d80[_0x5e8afd(0x102)]&&!_0xe7b036[_0x5e8afd(0x510)][_0x5e8afd(0xa5)](_0x2723f4)))return _0xe7b036;}[_0x5878b6(0x4d2)](){const _0x494984=_0x5878b6;return[...this[_0x494984(0x653)][_0x494984(0x672)]()];}},od=class{constructor(){const _0xed6358=_0x5878b6;X(this,_0xed6358(0x2bf),[]);}[_0x5878b6(0x334)](_0x5a8eb8){const _0xdcfa0=_0x5878b6;return this[_0xdcfa0(0x2bf)]['push'](_0x5a8eb8),this[_0xdcfa0(0x306)](),_0x139183(()=>{const _0x4235ab=_0xdcfa0;let _0x1c38f5=this[_0x4235ab(0x2bf)][_0x4235ab(0x3b2)](_0x5a8eb8);_0x1c38f5>=0x0&&this[_0x4235ab(0x2bf)]['splice'](_0x1c38f5,0x1);});}[_0x5878b6(0x249)](_0x73da5e){const _0x5a5751=_0x5878b6;for(let _0x11f45f of this[_0x5a5751(0x2bf)]){var _0x1820c2;if(_0x11f45f[_0x5a5751(0x1ec)]===_0x73da5e[_0x5a5751(0x1ec)]&&!(_0x73da5e['layout']&&(_0x1820c2=_0x11f45f[_0x5a5751(0x510)])!=null&&_0x1820c2[_0x5a5751(0x102)]&&!_0x11f45f['supportedLayouts'][_0x5a5751(0xa5)](_0x73da5e[_0x5a5751(0x3b8)]))&&_0x11f45f['handleWheel'](_0x73da5e)===!0x0)return!0x0;}return!0x1;}[_0x5878b6(0x4d2)](){const _0x66dd6c=_0x5878b6;return[...this[_0x66dd6c(0x2bf)]];}[_0x5878b6(0x306)](){const _0x308199=_0x5878b6;this[_0x308199(0x2bf)][_0x308199(0x577)]((_0x14c1b1,_0x207f86)=>(_0x207f86[_0x308199(0x4bf)]??0x0)-(_0x14c1b1[_0x308199(0x4bf)]??0x0));}};function sd(_0x11fe2f){const _0x5bc1bc=_0x5878b6;if(!_0x11fe2f||typeof _0x11fe2f!=_0x5bc1bc(0x414))return;let _0x3c718b=_0x11fe2f;return _0x3c718b[_0x5bc1bc(0x260)]===0x1&&_0x3c718b['embedId']&&_0x3c718b[_0x5bc1bc(0x6f7)]?_0x3c718b:void 0x0;}const cd=new Map();function ld(_0x45f23c){const _0x32f41e=_0x5878b6;var _0x4c4b86,_0x1a3c5e;let {container:_0x1dd309,content:_0x3cffb2,offset:_0x12c417}=_0x45f23c;if(!_0x45f23c['enabled'])return _0x12c417[_0x32f41e(0x634)]=0x0,_0x3cffb2[_0x32f41e(0x50c)]['removeProperty'](_0x32f41e(0x4bb)),_0x3cffb2[_0x32f41e(0x50c)][_0x32f41e(0x527)](_0x32f41e(0x31f)),_0x139183(()=>{});let _0xcfa123=_0x1dd309[_0x32f41e(0xfa)][_0x32f41e(0x525)]??window,_0x1aa4cf=zd(_0x45f23c['viewScale']),_0x1a9cf3=!0x1,_0x62c429,_0x78a597=()=>{const _0x34a163=_0x32f41e;var _0x1841f8,_0x2ff60f;if(_0x1a9cf3)return;let _0x9e39ef=_0x45f23c[_0x34a163(0x3ab)]();if(!_0x9e39ef){_0x12c417[_0x34a163(0x634)]=0x0,_0x3cffb2[_0x34a163(0x50c)][_0x34a163(0x527)](_0x34a163(0x4bb)),_0x3cffb2[_0x34a163(0x50c)][_0x34a163(0x527)]('clip-path');return;}let _0x31aa54=_0x45f23c[_0x34a163(0x4ee)](_0x9e39ef);if(!_0x31aa54)return;let _0x34ca1e=Eu(_0x1dd309),_0x107a91=(_0x34ca1e==null?void 0x0:_0x34ca1e['getBoundingClientRect']())??{'height':_0xcfa123['innerHeight'],'top':0x0,'width':_0xcfa123['innerWidth']},_0x334ba8=_0x1dd309[_0x34a163(0x503)](),_0x3b8022=(_0x1841f8=ud(_0x1dd309))==null?void 0x0:_0x1841f8[_0x34a163(0x503)]()[_0x34a163(0x2e8)],_0x578a08=Rd(_0x45f23c[_0x34a163(0x406)],_0x3b8022==null?void 0x0:_0x3b8022/_0x1aa4cf,_0x107a91[_0x34a163(0x2e8)]/_0x1aa4cf),_0x19ecf3=_0x45f23c[_0x34a163(0x2a9)]&&Math[_0x34a163(0x24a)](_0x334ba8[_0x34a163(0x2e8)]/_0x1aa4cf)>=Math[_0x34a163(0x24a)](_0x578a08),_0x1fd145=Rd(_0x45f23c['contentHeight'],_0x334ba8[_0x34a163(0x2e8)]/_0x1aa4cf),_0x51123e=Math[_0x34a163(0x57d)](_0x1fd145,Rd(_0x45f23c[_0x34a163(0x18e)],_0x3cffb2[_0x34a163(0x503)]()['height']/_0x1aa4cf,_0x107a91[_0x34a163(0x2e8)]/_0x1aa4cf)),_0x3aeb78=pd({'collapseWithoutChildScroll':_0x19ecf3,'contentHeight':_0x1fd145,'hostOffset':Math[_0x34a163(0x33a)](0x0,(_0x107a91[_0x34a163(0x5c3)]-_0x334ba8['top'])/_0x1aa4cf),'stickyHeaderHeight':Math[_0x34a163(0x33a)](0x18,((_0x2ff60f=_0x31aa54[_0x34a163(0x1ad)])==null?void 0x0:_0x2ff60f[_0x34a163(0x610)](_0x31aa54,_0x9e39ef))??0x0),'viewportHeight':_0x51123e});if(_0x3cffb2[_0x34a163(0x50c)][_0x34a163(0x4bb)]=_0x3aeb78[_0x34a163(0x3ce)]===0x0?'':_0x34a163(0x2ed)+_0x3aeb78[_0x34a163(0x3ce)]*_0x1aa4cf+_0x34a163(0x579),_0x3cffb2[_0x34a163(0x50c)]['clipPath']=_0x3aeb78[_0x34a163(0xbb)]===0x0?'':'inset(0\x200\x20'+_0x3aeb78[_0x34a163(0xbb)]*_0x1aa4cf+'px\x200)',!dd(_0x45f23c['owner'][_0x34a163(0x634)],_0x34a163(0x4fe))||_0x45f23c[_0x34a163(0x3f2)][_0x34a163(0x634)])return;let _0x116479=_0x3aeb78['childOffset']-_0x12c417[_0x34a163(0x634)];if(Math[_0x34a163(0x4a0)](_0x116479)<0.5)return;_0x12c417['current']=_0x3aeb78[_0x34a163(0x6ad)],_0x45f23c[_0x34a163(0x4a7)]();let _0x25a2ba=new WheelEvent(_0x34a163(0x443),{'cancelable':!0x1,'clientX':_0x334ba8[_0x34a163(0x8a)]+Math['min'](_0x334ba8[_0x34a163(0x6c9)],_0x107a91[_0x34a163(0x6c9)])/0x2,'clientY':_0x107a91[_0x34a163(0x5c3)]+_0x51123e*_0x1aa4cf/0x2,'deltaY':_0x116479});_0x45f23c[_0x34a163(0x16c)][_0x34a163(0x634)]=!0x0;try{_0x31aa54[_0x34a163(0x249)]({..._0x9e39ef,'event':_0x25a2ba,'source':'host-scroll-sync','stage':_0x45f23c[_0x34a163(0x46d)](),'viewportScrollY':_0x3aeb78[_0x34a163(0x6ad)]});}finally{_0x45f23c['syncingChildFromHost']['current']=!0x1;}},_0x576de9=()=>{const _0x23d805=_0x32f41e;_0x78a597(),_0x1a9cf3||(_0x62c429=_0xcfa123[_0x23d805(0x403)](_0x576de9));},_0x404b70=()=>{const _0x52bdb5=_0x32f41e;globalThis[_0x52bdb5(0x3bf)](()=>{_0x1a9cf3||_0x78a597();});},_0x1b2c9e=_0x45f23c[_0x32f41e(0x3ab)](),_0x1d78e6=_0x1b2c9e?_0x45f23c[_0x32f41e(0x4ee)](_0x1b2c9e):void 0x0,_0x2a8701=_0x1b2c9e&&(_0x1d78e6==null||(_0x4c4b86=_0x1d78e6['subscribeVerticalScroll'])==null?void 0x0:_0x4c4b86['call'](_0x1d78e6,_0x1b2c9e,_0x29bc1a=>{const _0x41caef=_0x32f41e;var _0x270375;if(_0x45f23c[_0x41caef(0x16c)][_0x41caef(0x634)]||!dd(_0x45f23c[_0x41caef(0x21d)][_0x41caef(0x634)],_0x41caef(0x53e)))return;let _0x20f91f=Math[_0x41caef(0x33a)](0x0,Rd(_0x45f23c[_0x41caef(0x493)])-Rd(_0x45f23c[_0x41caef(0x18e)])),_0x56d8ea=hd(_0x29bc1a,0x0,_0x20f91f),_0x15a71f=_0x1dd309[_0x41caef(0x503)](),_0x298afd=((_0x270375=Eu(_0x1dd309))==null?void 0x0:_0x270375[_0x41caef(0x503)]()[_0x41caef(0x5c3)])??0x0,_0x1a8819=fd(_0x56d8ea,hd((_0x298afd-_0x15a71f['top'])/_0x1aa4cf,0x0,_0x20f91f),Math[_0x41caef(0x33a)](0x0,(_0x15a71f[_0x41caef(0x5c3)]-_0x298afd)/_0x1aa4cf));if(Math[_0x41caef(0x4a0)](_0x1a8819)<0.5)return;let _0x2a1883=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x15a71f[_0x41caef(0x8a)]+_0x15a71f[_0x41caef(0x6c9)]/0x2,'clientY':_0x15a71f[_0x41caef(0x5c3)]+Math[_0x41caef(0x57d)](_0x15a71f[_0x41caef(0x2e8)],(_0x45f23c[_0x41caef(0x18e)]??_0x15a71f[_0x41caef(0x2e8)]/_0x1aa4cf)*_0x1aa4cf)/0x2,'deltaY':_0x1a8819*_0x1aa4cf}),_0x3d9626=_0x12c417[_0x41caef(0x634)],_0x3e304b=_0x3cffb2[_0x41caef(0x50c)]['transform'],_0x5dfb68=_0x3cffb2[_0x41caef(0x50c)][_0x41caef(0x1c0)];_0x12c417['current']=_0x56d8ea,_0x3cffb2[_0x41caef(0x50c)][_0x41caef(0x4bb)]=_0x56d8ea===0x0?'':'translateY('+_0x56d8ea*_0x1aa4cf+_0x41caef(0x579),_0x45f23c[_0x41caef(0x3f2)]['current']=!0x0;let _0x2431cd=!0x1;try{var _0x1467d3;_0x2431cd=((_0x1467d3=_0x45f23c['onHostWheel'])==null?void 0x0:_0x1467d3[_0x41caef(0x610)](_0x45f23c,_0x2a1883,_0x1b2c9e))===!0x0||Tu(_0x1dd309,_0x2a1883);}finally{_0x45f23c[_0x41caef(0x3f2)][_0x41caef(0x634)]=!0x1;}if(!_0x2431cd){_0x12c417['current']=_0x3d9626,_0x3cffb2[_0x41caef(0x50c)][_0x41caef(0x4bb)]=_0x3e304b,_0x3cffb2[_0x41caef(0x50c)][_0x41caef(0x1c0)]=_0x5dfb68;return;}_0x45f23c['invalidate']();}));_0x62c429=_0xcfa123['requestAnimationFrame'](_0x576de9);let _0x42cca4=(_0x1a3c5e=_0x45f23c[_0x32f41e(0x6eb)])==null?void 0x0:_0x1a3c5e[_0x32f41e(0x19d)](_0x404b70);_0xcfa123[_0x32f41e(0x4be)](_0x32f41e(0x108),_0x78a597,!0x0),_0xcfa123['addEventListener'](_0x32f41e(0x20c),_0x78a597);let _0x7628e3=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x78a597);return _0x7628e3==null||_0x7628e3['observe'](_0x1dd309),_0x139183(()=>{const _0x318035=_0x32f41e;_0x1a9cf3=!0x0,_0x62c429!=null&&_0xcfa123['cancelAnimationFrame'](_0x62c429),_0x2a8701==null||_0x2a8701['dispose'](),_0x42cca4==null||_0x42cca4['unsubscribe'](),_0x7628e3==null||_0x7628e3[_0x318035(0x158)](),_0xcfa123[_0x318035(0x6fd)](_0x318035(0x108),_0x78a597,!0x0),_0xcfa123['removeEventListener'](_0x318035(0x20c),_0x78a597),_0x3cffb2[_0x318035(0x50c)][_0x318035(0x527)](_0x318035(0x4bb)),_0x3cffb2[_0x318035(0x50c)]['removeProperty'](_0x318035(0x31f));});}function ud(_0x16e094){const _0x14306f=_0x5878b6;let _0x140352=_0x16e094[_0x14306f(0x116)];for(;_0x140352&&_0x140352!==document[_0x14306f(0x43a)]&&_0x140352!==document['documentElement'];){if(Du(_0x140352))return _0x140352;_0x140352=_0x140352[_0x14306f(0x116)];}return null;}function dd(_0x17c8cd,_0x33b8fa){return _0x17c8cd==null||_0x17c8cd===_0x33b8fa;}function fd(_0x4a3653,_0x4c7c58,_0x1694aa){const _0x3fdd84=_0x5878b6;let _0x36e22c=_0x4a3653-_0x4c7c58;return _0x36e22c+(_0x36e22c>0x0?Math[_0x3fdd84(0x33a)](0x0,_0x1694aa):0x0);}function pd(_0x517527){const _0x372f0f=_0x5878b6;let _0x7f531=Rd(_0x517527[_0x372f0f(0x493)]),_0xbf6534=Math['min'](_0x7f531,Rd(_0x517527[_0x372f0f(0x18e)])),_0x253e30=Math[_0x372f0f(0x33a)](0x0,_0x7f531-_0xbf6534);if(_0x253e30===0x0&&!_0x517527['collapseWithoutChildScroll'])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x3d3fdd=Math[_0x372f0f(0x33a)](0x0,_0x517527[_0x372f0f(0x504)]),_0x253784=hd(Rd(_0x517527['stickyHeaderHeight']),0x1,_0xbf6534),_0x449a04=Math[_0x372f0f(0x33a)](_0x253e30,_0x7f531-_0x253784),_0x3547f7=Math[_0x372f0f(0x57d)](_0x3d3fdd,_0x449a04),_0x3ce1cb=hd(_0x7f531-_0x3d3fdd,_0x253784,_0xbf6534);return{'childOffset':Math['min'](_0x3d3fdd,_0x253e30),'clipBottom':_0xbf6534-_0x3ce1cb,'visualOffset':_0x3547f7};}function md(_0x2e32ef){const _0x39aa7f=_0x5878b6;let _0x503615=Math[_0x39aa7f(0x33a)](0x1,_0x2e32ef[_0x39aa7f(0x1be)]-_0x2e32ef[_0x39aa7f(0x26e)]),_0x38a5c9=Math[_0x39aa7f(0x57d)](_0x2e32ef[_0x39aa7f(0x384)],_0x503615);return{'initialWidth':_0x38a5c9,'maxExpansion':Math[_0x39aa7f(0x57d)](_0x2e32ef[_0x39aa7f(0x26e)],Math[_0x39aa7f(0x33a)](0x0,_0x2e32ef['contentWidth']-_0x38a5c9))};}function hd(_0x2a63cd,_0x4f21e1,_0x43fae2){const _0x3351f4=_0x5878b6;return Math[_0x3351f4(0x33a)](_0x4f21e1,Math['min'](_0x43fae2,_0x2a63cd));}function gd(_0x4becbb){const _0x18a737=_0x5878b6;_0x4becbb['style'][_0x18a737(0x527)](_0x18a737(0x8a)),_0x4becbb[_0x18a737(0x50c)]['removeProperty'](_0x18a737(0x5c3)),_0x4becbb[_0x18a737(0x50c)][_0x18a737(0x527)](_0x18a737(0x6c9)),_0x4becbb[_0x18a737(0x50c)][_0x18a737(0x527)](_0x18a737(0x2e8)),_0x4becbb[_0x18a737(0x50c)][_0x18a737(0x527)](_0x18a737(0x5c0)),_0x4becbb['style'][_0x18a737(0x527)](_0x18a737(0x3c6));}function _d(_0x4f0ae3,_0xc5acc9){const _0x1b0d52=_0x5878b6;_0xc5acc9?cd['set'](_0x4f0ae3,_0xc5acc9):cd[_0x1b0d52(0x66b)](_0x4f0ae3);}function vd(_0x121503){const _0x20ed0=_0x5878b6;var _0x15f27e;let {chrome:_0x5d0aa3,container:_0xd049bf,geometryService:_0x7bee18,stage:_0x2bd861}=_0x121503;if(_0x121503[_0x20ed0(0x31d)]&&_0x2bd861===_0x20ed0(0x112))return _0x5d0aa3[_0x20ed0(0x50c)]['visibility']=_0x20ed0(0x39d),_0x5d0aa3['style'][_0x20ed0(0x6a9)]=_0x20ed0(0x34b),_0x139183(()=>{const _0x3901f8=_0x20ed0;_0x5d0aa3[_0x3901f8(0x50c)][_0x3901f8(0x527)](_0x3901f8(0x5c0)),_0x5d0aa3[_0x3901f8(0x50c)]['removeProperty'](_0x3901f8(0x3c6));});let _0xebaa55=_0x5d0aa3[_0x20ed0(0x116)],_0x2d420f=_0x5d0aa3[_0x20ed0(0x2d6)],_0x92bdc9,_0x143824,_0x114c28=0x0,_0x25f17f,_0xae4bbf,_0x306d17,_0x9b2172,_0x39e827,_0x46f571,_0x120b19,_0x374b4d=()=>{const _0x2963b1=_0x20ed0;let _0x328aa7=Dd(_0xd049bf),_0x41110f=Ed(_0xd049bf),_0x4f400f=!Od(_0xd049bf)&&_0x120b19!=null&&_0x25f17f===_0x41110f[_0x2963b1(0x8a)]&&_0x306d17===_0x41110f[_0x2963b1(0x6c9)]&&_0x9b2172===_0x41110f[_0x2963b1(0x2e8)];!Od(_0xd049bf)&&_0x120b19!=null&&!_0x4f400f&&(_0x120b19=void 0x0);let _0x45771a=_0x4f400f?new DOMRect(_0x41110f['left'],_0x120b19,_0x41110f['width'],_0x41110f[_0x2963b1(0x2e8)]):_0x41110f,_0x3edb96=!_0x328aa7||_0x45771a[_0x2963b1(0x2e8)]>=0x18,_0x3250f5=Sd(_0x328aa7,_0x3edb96,_0x45771a['height']);if(bd(_0xd049bf,_0x5d0aa3,_0x3edb96,_0x2bd861),xd(_0x5d0aa3,_0x3250f5,_0x2bd861),_0x328aa7){let _0x2c0e5f=_0xd049bf[_0x2963b1(0x503)]();Cd(_0x5d0aa3,_0x45771a,wd(_0x2c0e5f,_0x121503[_0x2963b1(0x326)]));}else Td(_0x5d0aa3);_0x5d0aa3[_0x2963b1(0x50c)][_0x2963b1(0x5c0)]=_0x3edb96?'':_0x2963b1(0x39d),_0x5d0aa3[_0x2963b1(0x50c)][_0x2963b1(0x6a9)]=_0x3edb96&&_0x2bd861!==_0x2963b1(0x112)?'':_0x2963b1(0x34b),(_0x45771a[_0x2963b1(0x8a)]!==_0x25f17f||_0x45771a[_0x2963b1(0x5c3)]!==_0xae4bbf||_0x45771a[_0x2963b1(0x6c9)]!==_0x306d17||_0x45771a['height']!==_0x9b2172||_0x3edb96!==_0x39e827||_0x3250f5!==_0x46f571)&&(_0x25f17f=_0x45771a[_0x2963b1(0x8a)],_0xae4bbf=_0x45771a['top'],_0x306d17=_0x45771a[_0x2963b1(0x6c9)],_0x9b2172=_0x45771a[_0x2963b1(0x2e8)],_0x39e827=_0x3edb96,_0x46f571=_0x3250f5,_d(_0xd049bf,{'height':_0x45771a[_0x2963b1(0x2e8)],'left':_0x45771a[_0x2963b1(0x8a)],'top':_0x45771a[_0x2963b1(0x5c3)],'width':_0x45771a[_0x2963b1(0x6c9)]}),_0x5d0aa3[_0x2963b1(0x50c)][_0x2963b1(0x8a)]=_0x45771a[_0x2963b1(0x8a)]+'px',_0x5d0aa3[_0x2963b1(0x50c)]['top']=_0x45771a[_0x2963b1(0x5c3)]+'px',_0x5d0aa3[_0x2963b1(0x50c)][_0x2963b1(0x6c9)]=_0x45771a[_0x2963b1(0x6c9)]+'px',_0x5d0aa3['style'][_0x2963b1(0x2e8)]=_0x45771a[_0x2963b1(0x2e8)]+'px');},_0x1fb814=()=>{_0x374b4d(),_0x92bdc9=window['requestAnimationFrame'](_0x1fb814);},_0x37b2f9=()=>{const _0x440148=_0x20ed0;_0x143824=void 0x0,_0x374b4d(),!(_0x114c28<=0x0)&&(--_0x114c28,_0x143824=window[_0x440148(0x403)](_0x37b2f9));},_0x11a825=_0x261915=>{const _0x3b97c7=_0x20ed0;!Od(_0xd049bf)&&jd(_0x261915)&&_0xae4bbf!=null&&(_0x120b19=_0xae4bbf),Ad(_0xd049bf,_0x261915,{'height':_0x9b2172,'left':_0x25f17f,'top':_0xae4bbf,'width':_0x306d17})&&(_0x7bee18[_0x3b97c7(0x4a7)]({'embedId':_0x121503[_0x3b97c7(0x1a0)],'reason':'wheel'}),_0x114c28=Math[_0x3b97c7(0x33a)](_0x114c28,0x3),_0x143824??=window[_0x3b97c7(0x403)](_0x37b2f9));},_0x4d4a62=()=>{const _0x318232=_0x20ed0;_0x120b19=void 0x0,_0x7bee18[_0x318232(0x4a7)]({'embedId':_0x121503['embedId'],'reason':_0x318232(0x4eb)}),_0x114c28=Math[_0x318232(0x33a)](_0x114c28,0x2),_0x143824??=window[_0x318232(0x403)](_0x37b2f9);},_0x1ba68c=()=>{_0x120b19=void 0x0;};_0x374b4d(),document[_0x20ed0(0x43a)]['appendChild'](_0x5d0aa3);let _0x237b6c=new ResizeObserver(_0x374b4d);_0x237b6c[_0x20ed0(0x694)](_0xd049bf);let _0xee5b1f=(_0x15f27e=_0x121503[_0x20ed0(0x6eb)])==null?void 0x0:_0x15f27e['subscribe'](_0x4d4a62);return window['addEventListener'](_0x20ed0(0x2cf),_0x1ba68c,!0x0),window[_0x20ed0(0x4be)]('scroll',_0x11a825,!0x0),window[_0x20ed0(0x4be)](_0x20ed0(0x443),_0x11a825,!0x0),window[_0x20ed0(0x4be)](_0x20ed0(0x20c),_0x11a825),(_0x2bd861!==_0x20ed0(0x112)||Od(_0xd049bf))&&(_0x92bdc9=window[_0x20ed0(0x403)](_0x1fb814)),_0x139183(()=>{const _0x36f21b=_0x20ed0;_0x92bdc9!=null&&window[_0x36f21b(0x3a3)](_0x92bdc9),_0x143824!=null&&window[_0x36f21b(0x3a3)](_0x143824),_0xee5b1f==null||_0xee5b1f[_0x36f21b(0x632)](),_0x237b6c[_0x36f21b(0x158)](),window[_0x36f21b(0x6fd)](_0x36f21b(0x2cf),_0x1ba68c,!0x0),window[_0x36f21b(0x6fd)]('scroll',_0x11a825,!0x0),window[_0x36f21b(0x6fd)]('wheel',_0x11a825,!0x0),window[_0x36f21b(0x6fd)](_0x36f21b(0x20c),_0x11a825),_d(_0xd049bf),gd(_0x5d0aa3),bd(_0xd049bf,_0x5d0aa3,!0x0,_0x36f21b(0x562)),xd(_0x5d0aa3,!0x0,'stage2'),_0xebaa55!=null&&_0xebaa55['isConnected']?_0xebaa55['insertBefore'](_0x5d0aa3,_0x2d420f):_0x5d0aa3['remove']();});}function yd(_0x224672,_0x5b8e3b){const _0x29b13f=_0x5878b6;var _0x18c355,_0x37d00b,_0x3c1615;let _0x49bbcc=_0x224672[_0x29b13f(0x65b)][_0x29b13f(0x1a0)],_0x36dce3=_0x224672[_0x29b13f(0xfa)],_0x8ab717=Dd(_0x224672)?[Ed(_0x224672)]:[_0x224672[_0x29b13f(0x503)](),(_0x18c355=_0x224672['querySelector'](_0x29b13f(0x356)))==null?void 0x0:_0x18c355[_0x29b13f(0x503)]()],_0x11ae2c=_0x36dce3[_0x29b13f(0x511)](_0x29b13f(0x3d5)+_0x49bbcc+'\x22]'),_0x5b5fd=[_0x11ae2c==null||(_0x37d00b=_0x11ae2c['querySelector']('[data-embed-floating-menu=\x22true\x22]'))==null?void 0x0:_0x37d00b[_0x29b13f(0x503)](),_0x11ae2c==null||(_0x3c1615=_0x11ae2c[_0x29b13f(0x511)]('[data-embed-float-fullscreen-button]'))==null?void 0x0:_0x3c1615[_0x29b13f(0x503)]()],_0x39eda0=Array[_0x29b13f(0x4fc)](_0x36dce3['querySelectorAll'](_0x29b13f(0x5fd)))[_0x29b13f(0x273)](_0x175014=>_0x175014[_0x29b13f(0x65b)][_0x29b13f(0x1a0)]===_0x49bbcc)['map'](_0x29893f=>_0x29893f[_0x29b13f(0x503)]());return[..._0x8ab717,..._0x5b5fd,..._0x39eda0][_0x29b13f(0x273)](_0x5ea508=>!!_0x5ea508&&_0x5ea508[_0x29b13f(0x6c9)]>0x0&&_0x5ea508[_0x29b13f(0x2e8)]>0x0)[_0x29b13f(0x3f3)](_0x39f123=>Id(_0x39f123,_0x5b8e3b[_0x29b13f(0x1eb)],_0x5b8e3b[_0x29b13f(0x449)]));}function bd(_0x4f1b53,_0x278af8,_0x2b3cde,_0x59d3ef){const _0x5f32d6=_0x5878b6;let _0x30200a=_0x2b3cde?'':_0x5f32d6(0x34b),_0x284a37=_0x4f1b53[_0x5f32d6(0x511)](_0x5f32d6(0x356)),_0x177134=_0x4f1b53['querySelector'](_0x5f32d6(0x8d)),_0x138e9d=_0x4f1b53[_0x5f32d6(0x511)](_0x5f32d6(0x3d4)),_0x9f0471=_0x4f1b53['querySelector']('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x3cde8f=_0x4f1b53[_0x5f32d6(0x511)](_0x5f32d6(0x386)),_0x20e86f=_0x278af8==null?void 0x0:_0x278af8['querySelector'](_0x5f32d6(0x619)),_0x151494=_0x278af8==null?void 0x0:_0x278af8[_0x5f32d6(0x511)](_0x5f32d6(0x439));if(_0x20e86f==null||_0x20e86f[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)]('pointer-events',_0x5f32d6(0x34b)),_0x151494==null||_0x151494[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)](_0x5f32d6(0x3c6),_0x5f32d6(0x34b)),Dd(_0x4f1b53)){_0x4f1b53['style'][_0x5f32d6(0xc5)](_0x5f32d6(0x3c6),_0x5f32d6(0x34b)),_0x284a37==null||_0x284a37[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)](_0x5f32d6(0x3c6),_0x5f32d6(0x34b)),_0x177134==null||_0x177134[_0x5f32d6(0x50c)]['setProperty'](_0x5f32d6(0x3c6),'none'),_0x138e9d==null||_0x138e9d[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)](_0x5f32d6(0x3c6),_0x2b3cde?_0x5f32d6(0x623):'none'),_0x9f0471==null||_0x9f0471[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)](_0x5f32d6(0x3c6),_0x5f32d6(0x34b)),_0x3cde8f==null||_0x3cde8f[_0x5f32d6(0x50c)]['setProperty'](_0x5f32d6(0x3c6),'none');return;}_0x4f1b53[_0x5f32d6(0x50c)][_0x5f32d6(0x527)]('pointer-events'),_0x284a37==null||_0x284a37[_0x5f32d6(0x50c)][_0x5f32d6(0x527)]('pointer-events'),_0x177134==null||_0x177134[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)](_0x5f32d6(0x3c6),_0x30200a),_0x138e9d==null||_0x138e9d['style'][_0x5f32d6(0x527)](_0x5f32d6(0x3c6)),_0x9f0471==null||_0x9f0471[_0x5f32d6(0x50c)][_0x5f32d6(0x527)](_0x5f32d6(0x3c6)),_0x3cde8f==null||_0x3cde8f[_0x5f32d6(0x50c)][_0x5f32d6(0xc5)]('pointer-events',_0x30200a);}function xd(_0x3d397f,_0x3da032,_0x3ca7a7){const _0x2936a6=_0x5878b6;let _0x44f023=_0x3da032&&_0x3ca7a7!==_0x2936a6(0x562),_0x253d93=_0x3d397f==null?void 0x0:_0x3d397f[_0x2936a6(0x511)]('[data-embed-float-fullscreen-button]'),_0x2a9828=[_0x3d397f==null?void 0x0:_0x3d397f[_0x2936a6(0x511)](_0x2936a6(0x619)),_0x3d397f==null?void 0x0:_0x3d397f[_0x2936a6(0x511)](_0x2936a6(0x439))];_0x253d93==null||_0x253d93[_0x2936a6(0x50c)]['setProperty'](_0x2936a6(0x5c0),_0x44f023?'':_0x2936a6(0x39d)),_0x253d93==null||_0x253d93[_0x2936a6(0x50c)][_0x2936a6(0xc5)](_0x2936a6(0x3c6),_0x44f023?'':_0x2936a6(0x34b)),_0x2a9828[_0x2936a6(0x684)](_0x40bf10=>{const _0x1df4e1=_0x2936a6;_0x40bf10==null||_0x40bf10['style'][_0x1df4e1(0xc5)]('visibility',_0x3da032&&_0x3ca7a7===_0x1df4e1(0x562)?'':_0x1df4e1(0x39d)),_0x40bf10==null||_0x40bf10[_0x1df4e1(0x50c)][_0x1df4e1(0xc5)](_0x1df4e1(0x3c6),_0x1df4e1(0x34b)),_0x3ca7a7!=='stage2'&&(_0x40bf10==null||_0x40bf10[_0x1df4e1(0x5d0)](_0x1df4e1(0x542)),_0x40bf10==null||_0x40bf10['querySelectorAll']('[data-embed-runtime-focus-role]')[_0x1df4e1(0x684)](_0x24a765=>{const _0x89b5cf=_0x1df4e1;_0x24a765['removeAttribute'](_0x89b5cf(0x542));}));});}function Sd(_0x2b50b3,_0x54810d,_0x14d59d){return _0x2b50b3?_0x54810d:_0x14d59d>=0x28;}function Cd(_0x22b1cf,_0x5000f7,_0x54aed9){const _0x20b70e=_0x5878b6;let _0x400c43=_0x54aed9[_0x20b70e(0x8a)]-_0x5000f7[_0x20b70e(0x8a)],_0xa9f33d=_0x54aed9[_0x20b70e(0x6c9)];_0x22b1cf[_0x20b70e(0x382)]('[data-embed-floating-menu=\x22true\x22]')['forEach'](_0x14dcd9=>{const _0x1f4613=_0x20b70e;var _0xb9c997;let _0x6bb7d7=(_0xb9c997=_0x14dcd9[_0x1f4613(0x279)](_0x1f4613(0x6b9)))==null?void 0x0:_0xb9c997['dataset'][_0x1f4613(0x418)],_0x2e5f09=_0x14dcd9[_0x1f4613(0x65b)][_0x1f4613(0x370)]==='base-embed-floating-menu',_0x46f8ba=_0x14dcd9[_0x1f4613(0x65b)][_0x1f4613(0x370)]===_0x1f4613(0x283);_0x6bb7d7===_0x1f4613(0x212)?(_0x14dcd9['style'][_0x1f4613(0x5c3)]=_0x2e5f09?_0x1f4613(0x467):_0x1f4613(0x181),_0x2e5f09?(_0x14dcd9['style'][_0x1f4613(0xc5)](_0x1f4613(0x8a),_0x400c43+'px',_0x1f4613(0x3bb)),_0x14dcd9['style'][_0x1f4613(0xc5)]('right',_0x1f4613(0x623),_0x1f4613(0x3bb)),_0x14dcd9[_0x1f4613(0x50c)][_0x1f4613(0xc5)](_0x1f4613(0x6c9),_0xa9f33d+'px',_0x1f4613(0x3bb))):_0x46f8ba&&(_0x14dcd9[_0x1f4613(0x50c)][_0x1f4613(0xc5)]('left',_0x400c43+_0xa9f33d/0x2+'px',_0x1f4613(0x3bb)),_0x14dcd9[_0x1f4613(0x50c)][_0x1f4613(0xc5)](_0x1f4613(0x5ee),_0xa9f33d+'px'))):(_0x2e5f09||_0x46f8ba)&&(_0x14dcd9[_0x1f4613(0x50c)][_0x1f4613(0x5c3)]=_0x1f4613(0x2c4));});}function wd(_0x5bfff1,_0x581e4c){const _0x19b5f4=_0x5878b6;if(!_0x581e4c)return _0x5bfff1;let _0x5c699c=Math[_0x19b5f4(0x57d)](_0x581e4c['contentWidth'],_0x581e4c[_0x19b5f4(0xe1)]);if(_0x5c699c<=0x0||_0x5bfff1[_0x19b5f4(0x6c9)]<=0x0)return _0x5bfff1;let _0x5f265b=_0x5bfff1[_0x19b5f4(0x6c9)]/_0x5c699c;return new DOMRect(_0x5bfff1[_0x19b5f4(0x8a)],_0x5bfff1[_0x19b5f4(0x5c3)],_0x581e4c[_0x19b5f4(0xe1)]*_0x5f265b,_0x5bfff1[_0x19b5f4(0x2e8)]);}function Td(_0x4ccb32){const _0x217574=_0x5878b6;_0x4ccb32['querySelectorAll'](_0x217574(0x21a))[_0x217574(0x684)](_0x3c4482=>{const _0x7cf8d1=_0x217574;var _0x261a65;_0x3c4482[_0x7cf8d1(0x50c)][_0x7cf8d1(0x527)](_0x7cf8d1(0x8a)),_0x3c4482['style'][_0x7cf8d1(0x527)](_0x7cf8d1(0x5c3)),_0x3c4482[_0x7cf8d1(0x50c)]['removeProperty'](_0x7cf8d1(0x6c9)),_0x3c4482[_0x7cf8d1(0x50c)][_0x7cf8d1(0x527)]('right'),_0x3c4482[_0x7cf8d1(0x50c)][_0x7cf8d1(0x527)](_0x7cf8d1(0x5ee)),(_0x261a65=_0x3c4482['querySelector'](_0x7cf8d1(0xf6)))==null||_0x261a65['style'][_0x7cf8d1(0x527)](_0x7cf8d1(0x490));});}function Ed(_0x586b48){const _0x2545c9=_0x5878b6;let _0x3df75c=Od(_0x586b48)?_0x586b48[_0x2545c9(0x511)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x28a356=_0x3df75c==null?void 0x0:_0x3df75c['getBoundingClientRect'](),_0x4000f0=_0x586b48[_0x2545c9(0x503)]();return Md(_0x28a356&&_0x28a356[_0x2545c9(0x6c9)]>0x0&&_0x28a356[_0x2545c9(0x2e8)]>0x0?Dd(_0x586b48)?Nd(_0x28a356,_0x4000f0[_0x2545c9(0x121)]):_0x28a356:_0x4000f0,_0x586b48);}function Dd(_0x249ff5){const _0x36898c=_0x5878b6;return!!_0x249ff5[_0x36898c(0x279)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]');}function Od(_0x31caba){const _0x30ab5a=_0x5878b6;return Dd(_0x31caba)||!!_0x31caba[_0x30ab5a(0x279)]('[data-u-comp=\x22embed-docs-custom-block\x22]');}function kd(_0x5e0610,_0x369c23,_0x4bbbbe,_0x604bb5){const _0x130110=_0x5878b6;_0x604bb5['current'][_0x130110(0x684)](_0x10e2f8=>window[_0x130110(0x3a3)](_0x10e2f8)),_0x604bb5[_0x130110(0x634)]=[],_0x5e0610[_0x130110(0x4a7)]({'embedId':_0x369c23,'reason':_0x4bbbbe});let _0xeba29e=_0x48a0ec=>{const _0x28a268=_0x130110;let _0x377fad=window[_0x28a268(0x403)](()=>{const _0x4952ff=_0x28a268;_0x604bb5[_0x4952ff(0x634)]=_0x604bb5[_0x4952ff(0x634)][_0x4952ff(0x273)](_0x3f9b00=>_0x3f9b00!==_0x377fad),_0x5e0610[_0x4952ff(0x4a7)]({'embedId':_0x369c23,'reason':_0x4bbbbe}),_0x48a0ec>0x1&&_0xeba29e(_0x48a0ec-0x1);});_0x604bb5[_0x28a268(0x634)]['push'](_0x377fad);};_0xeba29e(0x2);}function Ad(_0xea6c5c,_0x4b65a1,_0x564d22){const _0x13ddca=_0x5878b6;if(yu(_0x4b65a1))return!0x1;let _0x630384=_0x4b65a1==null?void 0x0:_0x4b65a1['target'];return!(_0x630384 instanceof Node&&_0xea6c5c[_0x13ddca(0x434)](_0x630384)||_0x630384 instanceof HTMLElement&&_0x630384[_0x13ddca(0x279)](_0x13ddca(0x10c))||_0x4b65a1 instanceof WheelEvent&&([...cd[_0x13ddca(0x672)]()][_0x13ddca(0x3f3)](_0x994074=>Ld(_0x994074,_0x4b65a1))||Ld(_0x564d22,_0x4b65a1)));}function jd(_0x23619c){const _0x431df3=_0x5878b6;return _0x23619c instanceof WheelEvent?Math[_0x431df3(0x4a0)](_0x23619c[_0x431df3(0x502)])>=Math[_0x431df3(0x4a0)](_0x23619c[_0x431df3(0x3a8)]):(_0x23619c==null?void 0x0:_0x23619c[_0x431df3(0x27b)])===_0x431df3(0x108);}function Md(_0x256818,_0x5109b9){const _0x4bc98f=_0x5878b6;let _0x264a98=Pd(_0x5109b9,_0x256818);if(!_0x264a98&&_0x256818[_0x4bc98f(0x5c3)]>=0x0&&_0x256818['left']>=0x0)return _0x256818;let _0x12f06a=(_0x264a98==null?void 0x0:_0x264a98['getBoundingClientRect']())??new DOMRect(0x0,0x0,window[_0x4bc98f(0x30e)],window[_0x4bc98f(0x242)]),_0x4d07cb=Math['max'](_0x256818['left'],_0x12f06a[_0x4bc98f(0x8a)]),_0x3dfb9b=Math[_0x4bc98f(0x33a)](_0x256818[_0x4bc98f(0x5c3)],_0x12f06a[_0x4bc98f(0x5c3)]),_0x4893e0=Math[_0x4bc98f(0x57d)](_0x256818['right'],_0x12f06a['right']),_0x483c58=Math[_0x4bc98f(0x57d)](_0x256818['bottom'],_0x12f06a['bottom']);return _0x4893e0<=_0x4d07cb||_0x483c58<=_0x3dfb9b?new DOMRect(_0x4d07cb,_0x3dfb9b,0x0,0x0):new DOMRect(_0x4d07cb,_0x3dfb9b,_0x4893e0-_0x4d07cb,_0x483c58-_0x3dfb9b);}function Nd(_0x3adb65,_0x1665d6){const _0x5eae41=_0x5878b6;let _0xa2f800=Math[_0x5eae41(0x57d)](_0x3adb65[_0x5eae41(0x121)],_0x1665d6);return _0xa2f800<=_0x3adb65[_0x5eae41(0x5c3)]?new DOMRect(_0x3adb65[_0x5eae41(0x8a)],_0x3adb65[_0x5eae41(0x5c3)],0x0,0x0):new DOMRect(_0x3adb65[_0x5eae41(0x8a)],_0x3adb65[_0x5eae41(0x5c3)],_0x3adb65[_0x5eae41(0x6c9)],_0xa2f800-_0x3adb65[_0x5eae41(0x5c3)]);}function Pd(_0x23107e,_0x5e13d5){const _0x4c18c6=_0x5878b6;let _0x2b754e=_0x23107e[_0x4c18c6(0x116)];for(;_0x2b754e&&_0x2b754e!==document[_0x4c18c6(0x43a)]&&_0x2b754e!==document[_0x4c18c6(0x305)];){if(Du(_0x2b754e)&&!Fd(_0x2b754e,_0x5e13d5))return _0x2b754e;_0x2b754e=_0x2b754e['parentElement'];}return null;}function Fd(_0x25a200,_0x279bf9){const _0x48cb6e=_0x5878b6;let _0x18f4e0=_0x25a200['getBoundingClientRect']();return _0x18f4e0['width']<=0x0||_0x18f4e0[_0x48cb6e(0x2e8)]<=0x0||Math[_0x48cb6e(0x4a0)](_0x18f4e0['left']-_0x279bf9[_0x48cb6e(0x8a)])<0x1&&Math[_0x48cb6e(0x4a0)](_0x18f4e0['top']-_0x279bf9[_0x48cb6e(0x5c3)])<0x1&&Math[_0x48cb6e(0x4a0)](_0x18f4e0[_0x48cb6e(0x6c9)]-_0x279bf9['width'])<0x1&&Math[_0x48cb6e(0x4a0)](_0x18f4e0[_0x48cb6e(0x2e8)]-_0x279bf9[_0x48cb6e(0x2e8)])<0x1;}function Id(_0x4d53fa,_0x2ac6bd,_0x25f994){const _0x4704d9=_0x5878b6;return _0x2ac6bd>=_0x4d53fa[_0x4704d9(0x8a)]&&_0x2ac6bd<=_0x4d53fa[_0x4704d9(0x40a)]&&_0x25f994>=_0x4d53fa[_0x4704d9(0x5c3)]&&_0x25f994<=_0x4d53fa[_0x4704d9(0x121)];}function Ld(_0x558c9a,_0x1b4fd9){const _0x45a8cd=_0x5878b6;let {height:_0x1a549e,left:_0x1270c9,top:_0x3493c0,width:_0x4f2f13}=_0x558c9a;return Number['isFinite'](_0x1270c9)&&Number[_0x45a8cd(0x573)](_0x3493c0)&&Number[_0x45a8cd(0x573)](_0x4f2f13)&&Number[_0x45a8cd(0x573)](_0x1a549e)&&(_0x4f2f13??0x0)>0x0&&(_0x1a549e??0x0)>0x0&&_0x1b4fd9[_0x45a8cd(0x1eb)]>=_0x1270c9&&_0x1b4fd9['clientX']<=_0x1270c9+_0x4f2f13&&_0x1b4fd9[_0x45a8cd(0x449)]>=_0x3493c0&&_0x1b4fd9['clientY']<=_0x3493c0+_0x1a549e;}function Rd(..._0x59a812){const _0x589f2f=_0x5878b6;return Math['max'](0x1,_0x59a812['find'](_0x1be1a9=>typeof _0x1be1a9==_0x589f2f(0x168)&&Number['isFinite'](_0x1be1a9)&&_0x1be1a9>0x0)??0x1);}function zd(_0x431d82){const _0x2aeea3=_0x5878b6;return typeof _0x431d82=='number'&&Number[_0x2aeea3(0x573)](_0x431d82)&&_0x431d82>0x0?_0x431d82:0x1;}const Bd=_0x5878b6(0x3f6);function Vd(..._0x2d4de7){const _0x4e29bc=_0x5878b6;return _0x2d4de7[_0x4e29bc(0x273)](_0x30a3c1=>!!_0x30a3c1&&_0x30a3c1[_0x4e29bc(0x1a5)]);}function Hd(_0x4ba538,_0x41f178,_0x215486,_0x1a5595,_0x4a25cc){const _0x1c5b79=_0x5878b6;let _0x1b024a=_0x4a25cc===_0x152567['UNIVER_SLIDE'],_0x53af9c=_0x1b024a?()=>{}:_0x2bc898(_0x41f178?[_0x4ba538,_0x41f178]:[_0x4ba538]),_0x21e2ba=_0x3a1114=>{const _0x320cc2=_0x4fd0;let _0x5f10ac=_0x3a1114[_0x320cc2(0x6dd)]instanceof HTMLElement?_0x3a1114[_0x320cc2(0x6dd)]:null,_0x54aa5d=_0x5f10ac?_0x5f10ac[_0x320cc2(0x279)](_0x320cc2(0x199)):null,_0xa6c519=_0x4ba538[_0x320cc2(0x65b)][_0x320cc2(0x1a0)],_0x5e6bc6=!!_0x54aa5d&&(_0x4ba538['contains'](_0x54aa5d)||(_0x41f178==null?void 0x0:_0x41f178[_0x320cc2(0x434)](_0x54aa5d))||_0xa6c519&&_0x54aa5d['dataset'][_0x320cc2(0x1a0)]===_0xa6c519),_0x176b1b=!!_0x5f10ac&&!!(_0x1a5595!=null&&_0x1a5595[_0x320cc2(0x434)](_0x5f10ac))&&!_0x4ba538['contains'](_0x5f10ac);if(!(!_0x5e6bc6&&!_0x176b1b&&!Ud(_0x1b024a,_0x4ba538,_0x41f178,_0x5f10ac))){if(_0x1b024a){_0x215486==null||_0x215486(_0x3a1114),_0x3a1114[_0x320cc2(0x543)](),_0x3a1114[_0x320cc2(0x39a)]();return;}!_0x3a1114[_0x320cc2(0x6c0)]&&!_0x3a1114[_0x320cc2(0x60a)]&&(_0x215486==null?void 0x0:_0x215486(_0x3a1114))!==!0x0||(_0x3a1114[_0x320cc2(0x543)](),_0x3a1114[_0x320cc2(0x39a)]());}};return _0x4ba538[_0x1c5b79(0xfa)]['addEventListener']('wheel',_0x21e2ba,{'capture':!0x0,'passive':!0x1}),()=>{const _0x2fac29=_0x1c5b79;_0x4ba538[_0x2fac29(0xfa)][_0x2fac29(0x6fd)](_0x2fac29(0x443),_0x21e2ba,!0x0),_0x53af9c();};}function Ud(_0x5136f0,_0x4ad3a1,_0x54730c,_0x31e359){const _0x704915=_0x5878b6;return _0x5136f0&&(_0x4ad3a1[_0x704915(0x434)](_0x31e359)||(_0x54730c==null?void 0x0:_0x54730c[_0x704915(0x434)](_0x31e359))===!0x0);}function Wd(_0x7948c5,_0x430720){const _0x2eb2dd=_0x5878b6;let _0x39da0d=_0x7948c5[_0x2eb2dd(0x511)](_0x2eb2dd(0xe4)),_0x190c31=(_0x39da0d==null?void 0x0:_0x39da0d[_0x2eb2dd(0x10a)])instanceof HTMLElement?_0x39da0d[_0x2eb2dd(0x10a)]:null,_0x46a8a4=_0x5b7600=>_0x5b7600 instanceof Node&&(_0x7948c5[_0x2eb2dd(0x434)](_0x5b7600)||_0x430720[_0x2eb2dd(0x434)](_0x5b7600)),_0x18af9c=()=>{const _0x18b4ca=_0x2eb2dd;var _0x9cdd10,_0xaf8fe2;_0x39da0d==null||_0x39da0d[_0x18b4ca(0x50c)][_0x18b4ca(0xc5)]('opacity','1'),((_0x9cdd10=_0x7948c5[_0x18b4ca(0xfa)]['defaultView'])==null||(_0xaf8fe2=_0x9cdd10[_0x18b4ca(0xf8)])==null?void 0x0:_0xaf8fe2[_0x18b4ca(0x610)](_0x9cdd10,_0x18b4ca(0x318))[_0x18b4ca(0x4e3)])!==!0x0&&(_0x190c31==null||_0x190c31[_0x18b4ca(0x50c)][_0x18b4ca(0xc5)](_0x18b4ca(0x5dc),_0x18b4ca(0x1e5)));},_0x3d3142=()=>{const _0x443d6d=_0x2eb2dd;_0x39da0d==null||_0x39da0d['style'][_0x443d6d(0x527)]('opacity'),_0x190c31==null||_0x190c31[_0x443d6d(0x50c)][_0x443d6d(0x527)](_0x443d6d(0x5dc));},_0x3009ac=()=>{const _0x57c2a1=_0x2eb2dd;_0x430720['style']['setProperty'](_0x57c2a1(0x3c0),'1'),_0x18af9c();},_0x1488b3=_0x4a1b45=>{const _0xb8db7=_0x2eb2dd;_0x46a8a4(_0x4a1b45[_0xb8db7(0x1ca)])||(_0x430720['style']['removeProperty'](_0xb8db7(0x3c0)),_0x3d3142());};return _0x7948c5[_0x2eb2dd(0x4be)]('pointerenter',_0x3009ac),_0x7948c5[_0x2eb2dd(0x4be)](_0x2eb2dd(0x4b1),_0x1488b3),_0x430720['addEventListener']('pointerenter',_0x3009ac),_0x430720['addEventListener'](_0x2eb2dd(0x4b1),_0x1488b3),(_0x7948c5[_0x2eb2dd(0x4e3)](_0x2eb2dd(0x33e))||_0x430720['matches'](_0x2eb2dd(0x33e)))&&_0x3009ac(),()=>{const _0x327b9=_0x2eb2dd;_0x7948c5['removeEventListener'](_0x327b9(0x3ac),_0x3009ac),_0x7948c5[_0x327b9(0x6fd)](_0x327b9(0x4b1),_0x1488b3),_0x430720[_0x327b9(0x6fd)](_0x327b9(0x3ac),_0x3009ac),_0x430720[_0x327b9(0x6fd)](_0x327b9(0x4b1),_0x1488b3),_0x430720[_0x327b9(0x50c)][_0x327b9(0x527)](_0x327b9(0x3c0)),_0x3d3142();};}function Gd(_0x24778e,_0x12849c){const _0x1d1760=_0x5878b6;if(_0x12849c instanceof HTMLCanvasElement&&_0x24778e['some'](_0x1d1481=>_0x1d1481[_0x1d1760(0x434)](_0x12849c)))return _0x12849c;for(let _0x257f8b of _0x24778e){let _0x307967=_0x257f8b['querySelector'](_0x1d1760(0x61f));if(_0x307967)return _0x307967;}return null;}function Kd(_0x26f7de,_0x4c682c=!0x1){const _0x367408=_0x5878b6;return _0x26f7de!==_0x152567['UNIVER_SHEET']&&_0x26f7de!==_0x152567[_0x367408(0x592)]&&(_0x4c682c||_0x26f7de!==_0x152567['UNIVER_BASE']);}function qd(_0x58417){const _0x530296=_0x5878b6;let _0x5e8803=Jd(_0x58417);return _0x5e8803===_0x530296(0x1e3)||_0x5e8803===_0x530296(0x238)||_0x5e8803==='floating-menu';}function Jd(_0x5b2697){const _0x1bf197=_0x5878b6;var _0x2a84df;if(!(_0x5b2697 instanceof HTMLElement))return;let _0x56b997=(_0x2a84df=_0x5b2697['closest'](_0x1bf197(0x1d7)))==null?void 0x0:_0x2a84df[_0x1bf197(0x23d)](ss);return rf(_0x56b997)?_0x56b997:void 0x0;}function Yd(_0x52b90b,_0x818b8e,_0x3003c2,_0x417e81,_0x186d49){const _0xc915ad=_0x5878b6;if(_0x186d49!==_0xc915ad(0x562)||!_0x3003c2||!_0x417e81)return;let _0x412dc8=new Map(),_0x2c237b=()=>{const _0x58ba91=_0xc915ad;let _0x25861e=new Set([_0x417e81,..._0x818b8e['listElements'](_0x3003c2)]);_0x412dc8['forEach']((_0xb50206,_0x37df08)=>{const _0x32e773=_0x4fd0;_0x25861e['has'](_0x37df08)||(_0xb50206[_0x32e773(0x3ef)](),_0x412dc8[_0x32e773(0x66b)](_0x37df08));}),_0x25861e[_0x58ba91(0x684)](_0x543a6a=>{const _0x4b291f=_0x58ba91;_0x412dc8[_0x4b291f(0x6d0)](_0x543a6a)||_0x52b90b[_0x4b291f(0x1a1)](_0x543a6a)||_0x412dc8['set'](_0x543a6a,_0x52b90b['registerContainerElement'](_0x543a6a));});};_0x2c237b();let _0x2399c1=_0x818b8e['runtimeFocusChanged$'][_0xc915ad(0x19d)](_0x2c237b);return _0x139183(()=>{const _0x136709=_0xc915ad;_0x2399c1[_0x136709(0x632)](),_0x412dc8[_0x136709(0x684)](_0x2852f1=>_0x2852f1[_0x136709(0x3ef)]()),_0x412dc8[_0x136709(0x120)]();});}function Xd(_0x3af9d0){const _0x29aedd=_0x5878b6;let _0x4b4053=_0x24f327=>{const _0x44c57f=_0x4fd0;var _0x45a32b,_0x4d77ec;let _0x3d2139=_0x24f327[_0x44c57f(0x6dd)],_0x116c64=((_0x45a32b=_0x3af9d0[_0x44c57f(0x12b)])==null?void 0x0:_0x45a32b['call'](_0x3af9d0,_0x24f327))??!0x1;if(_0x3af9d0['floatingActiveService'][_0x44c57f(0x46d)](_0x3af9d0[_0x44c57f(0x1a0)])===_0x44c57f(0x112))return;_0x116c64&&(_0x3af9d0[_0x44c57f(0x105)][_0x44c57f(0x634)]=Date['now']()+_0x3af9d0[_0x44c57f(0x3c8)]);let _0x2934d3=_0x3af9d0[_0x44c57f(0x4c4)][_0x44c57f(0x5a7)](_0x3af9d0[_0x44c57f(0x1a0)],_0x3d2139,_0x24f327)||_0x3af9d0[_0x44c57f(0x415)][_0x44c57f(0x434)](_0x3af9d0[_0x44c57f(0x1a0)],_0x3d2139,_0x24f327);_0x2934d3&&(_0x3af9d0[_0x44c57f(0x476)][_0x44c57f(0x634)]=Date[_0x44c57f(0x392)]()+_0x3af9d0[_0x44c57f(0x3c8)]),!(!_0x3d2139||_0x3af9d0[_0x44c57f(0x261)][_0x44c57f(0x434)](_0x3d2139)||(_0x4d77ec=_0x3af9d0[_0x44c57f(0x6a5)])!=null&&_0x4d77ec[_0x44c57f(0x434)](_0x3d2139)||_0x3d2139[_0x44c57f(0x279)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]')||_0x2934d3||_0x116c64||yd(_0x3af9d0[_0x44c57f(0x261)],_0x24f327))&&_0x3af9d0[_0x44c57f(0x2ac)]['clearFloating'](_0x3af9d0[_0x44c57f(0x1a0)],_0x3af9d0[_0x44c57f(0x178)]);},_0x5b271e=_0x14ddce=>{const _0x54febe=_0x4fd0;var _0x174445;let _0x26e7da=_0x14ddce[_0x54febe(0x6dd)],_0x2d53b2=_0x3af9d0['container'][_0x54febe(0xfa)]??(_0x26e7da==null?void 0x0:_0x26e7da[_0x54febe(0xfa)]),_0x2e49bf=_0x3af9d0[_0x54febe(0x4c4)][_0x54febe(0x570)](_0x3af9d0['embedId'],{'ignoreOwners':_0x3af9d0[_0x54febe(0x1c4)]});_0x3af9d0[_0x54febe(0x624)]['getStage'](_0x3af9d0[_0x54febe(0x1a0)])!==_0x54febe(0x112)&&(!_0x26e7da||_0x2e49bf||Date[_0x54febe(0x392)]()<_0x3af9d0[_0x54febe(0x476)][_0x54febe(0x634)]||Date[_0x54febe(0x392)]()<_0x3af9d0[_0x54febe(0x105)][_0x54febe(0x634)]||_0x3af9d0['interactionBoundaryService'][_0x54febe(0x650)](_0x3af9d0['embedId'],_0x2d53b2)||!tf(_0x26e7da)||_0x3af9d0[_0x54febe(0x261)][_0x54febe(0x434)](_0x26e7da)||(_0x174445=_0x3af9d0[_0x54febe(0x6a5)])!=null&&_0x174445[_0x54febe(0x434)](_0x26e7da)||_0x26e7da[_0x54febe(0x279)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]')||_0x3af9d0[_0x54febe(0x4c4)][_0x54febe(0x5a7)](_0x3af9d0[_0x54febe(0x1a0)],_0x26e7da,_0x14ddce)||_0x3af9d0['interactionBoundaryService'][_0x54febe(0x434)](_0x3af9d0[_0x54febe(0x1a0)],_0x26e7da,_0x14ddce)||_0x3af9d0[_0x54febe(0x2ac)][_0x54febe(0x3d2)](_0x3af9d0[_0x54febe(0x1a0)],_0x3af9d0[_0x54febe(0x178)]));};return document['addEventListener']('pointerdown',_0x4b4053,!0x0),document[_0x29aedd(0x4be)](_0x29aedd(0x17f),_0x5b271e,!0x0),_0x139183(()=>{const _0x559fe4=_0x29aedd;document['removeEventListener'](_0x559fe4(0x2cf),_0x4b4053,!0x0),document[_0x559fe4(0x6fd)](_0x559fe4(0x17f),_0x5b271e,!0x0);});}function Zd(_0x9152ee){const _0x39562c=_0x5878b6;let _0x465be2,_0x18f281=()=>{_0x465be2=void 0x0;},_0x15a6ea=_0x2784a3=>{const _0x547910=_0x4fd0;let _0x58ab33=Qd(_0x9152ee[_0x547910(0x247)][_0x547910(0x6b2)](_0x9152ee[_0x547910(0x280)]['hostUnitId'],_0x9152ee[_0x547910(0x280)][_0x547910(0x1a0)]),_0x9152ee[_0x547910(0x280)]);if(!(_0x58ab33!=null&&_0x58ab33[_0x547910(0x4d3)]))return;let _0x2fe7c7=_0x2784a3[_0x547910(0x6dd)];_0x2fe7c7!=null&&_0x2fe7c7[_0x547910(0x279)](_0x547910(0x199))||_0x9152ee[_0x547910(0x624)]['getStage'](_0x9152ee[_0x547910(0x280)]['embedId'])!==_0x547910(0x562)&&(_0x465be2={'button':_0x2784a3['button']??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x2784a3[_0x547910(0x243)],'startedAt':Date[_0x547910(0x392)](),'startX':_0x2784a3[_0x547910(0x1eb)],'startY':_0x2784a3[_0x547910(0x449)]});},_0x1e11d2=_0x570865=>{const _0x3e69d4=_0x4fd0;if(!_0x465be2||_0x465be2['pointerId']!==_0x570865['pointerId']||Math[_0x3e69d4(0x377)](_0x570865[_0x3e69d4(0x1eb)]-_0x465be2['startX'],_0x570865[_0x3e69d4(0x449)]-_0x465be2['startY'])<=0x4)return;_0x465be2[_0x3e69d4(0x2d5)]=!0x0;let _0x29a5e3=ou({'interactionFlow':_0x9152ee[_0x3e69d4(0x55d)],'stage':_0x9152ee[_0x3e69d4(0x624)][_0x3e69d4(0x46d)](_0x9152ee[_0x3e69d4(0x280)]['embedId'])});!_0x9152ee[_0x3e69d4(0x3de)]||_0x465be2[_0x3e69d4(0x166)]||!_0x29a5e3[_0x3e69d4(0x4fb)]||(_0x465be2[_0x3e69d4(0x166)]=!0x0,document['dispatchEvent'](new CustomEvent(Bd,{'detail':{'button':_0x465be2[_0x3e69d4(0x348)],'clientX':_0x465be2[_0x3e69d4(0x52c)],'clientY':_0x465be2[_0x3e69d4(0x5f7)],'embedId':_0x9152ee[_0x3e69d4(0x280)][_0x3e69d4(0x1a0)],'hostAnchorId':_0x9152ee[_0x3e69d4(0x280)][_0x3e69d4(0x6f7)],'hostUnitId':_0x9152ee['data'][_0x3e69d4(0x178)],'pointerId':_0x465be2[_0x3e69d4(0x243)]}})));},_0x8ad266=_0x18b9aa=>{const _0x4fb98d=_0x4fd0;let _0xcddf60=_0x465be2;if(_0x465be2=void 0x0,!_0xcddf60||_0xcddf60[_0x4fb98d(0x243)]!==_0x18b9aa[_0x4fb98d(0x243)]||_0xcddf60[_0x4fb98d(0x2d5)]||Date[_0x4fb98d(0x392)]()-_0xcddf60['startedAt']>0x1f4)return;let _0x362d71=Qd(_0x9152ee['embedModelService']['getDescriptor'](_0x9152ee[_0x4fb98d(0x280)]['hostUnitId'],_0x9152ee[_0x4fb98d(0x280)][_0x4fb98d(0x1a0)]),_0x9152ee[_0x4fb98d(0x280)]);if(!(_0x362d71!=null&&_0x362d71[_0x4fb98d(0x4d3)]))return;let _0x23dd8c=_0x9152ee[_0x4fb98d(0x624)]['getStage'](_0x9152ee[_0x4fb98d(0x280)][_0x4fb98d(0x1a0)]);if(_0x23dd8c!==_0x4fb98d(0x562)){if(_0x23dd8c===_0x4fb98d(0x219)){_0x9152ee[_0x4fb98d(0x2ac)][_0x4fb98d(0x132)](_0x362d71,_0x4fb98d(0x562),{'portalContainer':_0x9152ee['popupRoot']});return;}if(_0x9152ee[_0x4fb98d(0x55d)]===_0x4fb98d(0x103)){_0x9152ee['acquireStage2SessionLease'](),_0x9152ee['activationService']['activateFloating'](_0x362d71,_0x4fb98d(0x562),{'portalContainer':_0x9152ee[_0x4fb98d(0x310)]}),_0x9152ee[_0x4fb98d(0x468)]();return;}_0x9152ee[_0x4fb98d(0x2ac)][_0x4fb98d(0x132)](_0x362d71,_0x4fb98d(0x219));}};return _0x9152ee[_0x39562c(0x1c8)][_0x39562c(0x4be)](_0x39562c(0x2cf),_0x15a6ea,!0x0),_0x9152ee[_0x39562c(0x1c8)][_0x39562c(0x4be)](_0x39562c(0x6ff),_0x1e11d2,!0x0),_0x9152ee['gate'][_0x39562c(0x4be)]('pointerup',_0x8ad266,!0x0),_0x9152ee[_0x39562c(0x1c8)]['addEventListener'](_0x39562c(0x2ee),_0x18f281,!0x0),_0x139183(()=>{const _0x646d75=_0x39562c;_0x9152ee[_0x646d75(0x1c8)]['removeEventListener']('pointerdown',_0x15a6ea,!0x0),_0x9152ee['gate'][_0x646d75(0x6fd)](_0x646d75(0x6ff),_0x1e11d2,!0x0),_0x9152ee[_0x646d75(0x1c8)]['removeEventListener']('pointerup',_0x8ad266,!0x0),_0x9152ee[_0x646d75(0x1c8)][_0x646d75(0x6fd)](_0x646d75(0x2ee),_0x18f281,!0x0);});}function Qd(_0x339989,_0x271e23){const _0x5e1282=_0x5878b6;return!_0x339989||_0x339989[_0x5e1282(0x4d3)]||!_0x271e23[_0x5e1282(0x4d3)]||_0x271e23['childType']==null?_0x339989:{..._0x339989,'childType':_0x271e23[_0x5e1282(0x1ec)],'childUnitId':_0x271e23[_0x5e1282(0x4d3)]};}function $d(_0x58b7ba){const _0x21ca24=_0x5878b6;let _0x3e8873=()=>{const _0x28fc4b=_0x4fd0;let _0x2d0850=_0x58b7ba[_0x28fc4b(0x2c3)]['ownerDocument'][_0x28fc4b(0x526)];return!!_0x2d0850&&_0x58b7ba[_0x28fc4b(0x14d)]()[_0x28fc4b(0x3f3)](_0x2447b8=>_0x2447b8[_0x28fc4b(0x434)](_0x2d0850));},_0x7b52d0=(_0x48b1bc,_0x3632f3=!0x1,_0x14a83b=!0x1)=>{const _0x4102e4=_0x4fd0;_0x58b7ba['data'][_0x4102e4(0x1a0)]&&_0x58b7ba[_0x4102e4(0x624)]['getStage'](_0x58b7ba[_0x4102e4(0x280)][_0x4102e4(0x1a0)])!==_0x4102e4(0x562)||Kd(_0x58b7ba[_0x4102e4(0x280)][_0x4102e4(0x1ec)],_0x14a83b)&&(_0x58b7ba['focusCoordinator'][_0x4102e4(0x570)](_0x58b7ba[_0x4102e4(0x280)][_0x4102e4(0x1a0)],{'ignoreOwners':_0x58b7ba[_0x4102e4(0x1c4)]})||!_0x3632f3&&_0x3e8873()||(_0x48b1bc[_0x4102e4(0x5e3)](_0x4102e4(0x265))||(_0x48b1bc['tabIndex']=-0x1),_0x48b1bc['focus']({'preventScroll':!0x0})));},_0x33e46b=_0x513726=>{const _0x595d66=_0x4fd0;let _0x487516=_0x58b7ba[_0x595d66(0x280)][_0x595d66(0x1a0)]?_0x58b7ba['floatingActiveService'][_0x595d66(0x46d)](_0x58b7ba[_0x595d66(0x280)][_0x595d66(0x1a0)]):_0x595d66(0x112);if(_0x58b7ba[_0x595d66(0x280)]['embedId']&&_0x487516!=='stage2'){if(_0x58b7ba[_0x595d66(0x55d)]!==_0x595d66(0x103)||!_0x58b7ba[_0x595d66(0x280)][_0x595d66(0x178)])return;let _0x1cb6e1=Qd(_0x58b7ba[_0x595d66(0x247)][_0x595d66(0x6b2)](_0x58b7ba[_0x595d66(0x280)]['hostUnitId'],_0x58b7ba['data'][_0x595d66(0x1a0)]),_0x58b7ba[_0x595d66(0x280)]);if(!(_0x1cb6e1!=null&&_0x1cb6e1[_0x595d66(0x4d3)]))return;_0x58b7ba[_0x595d66(0x107)](),_0x58b7ba[_0x595d66(0x2ac)][_0x595d66(0x132)](_0x1cb6e1,_0x595d66(0x562),{'portalContainer':_0x58b7ba[_0x595d66(0x310)]}),_0x58b7ba['releaseStage2SessionLeaseIfActivationDoesNotStick']();}if(qd(_0x513726[_0x595d66(0x6dd)])||_0x58b7ba[_0x595d66(0x4c4)][_0x595d66(0x570)](_0x58b7ba[_0x595d66(0x280)]['embedId'],{'ignoreOwners':_0x58b7ba[_0x595d66(0x1c4)]}))return;if(_0x58b7ba['data']['hostUnitId']&&_0x58b7ba[_0x595d66(0x280)][_0x595d66(0x1a0)]){let _0x512d49=Qd(_0x58b7ba[_0x595d66(0x247)][_0x595d66(0x6b2)](_0x58b7ba['data']['hostUnitId'],_0x58b7ba[_0x595d66(0x280)][_0x595d66(0x1a0)]),_0x58b7ba['data']);(_0x512d49==null?void 0x0:_0x512d49['childUnitId'])!=null&&_0x512d49[_0x595d66(0x1ec)]!=null&&_0x58b7ba[_0x595d66(0x2ac)][_0x595d66(0x15a)](_0x512d49);}let _0x15c84b=Gd(_0x58b7ba[_0x595d66(0x14d)](),_0x513726[_0x595d66(0x6dd)]);_0x15c84b&&_0x7b52d0(_0x15c84b,!0x0,_0x513726[_0x595d66(0x6dd)]===_0x15c84b);};return _0x58b7ba[_0x21ca24(0x2c3)][_0x21ca24(0x4be)](_0x21ca24(0x2cf),_0x33e46b,!0x0),_0x139183(()=>_0x58b7ba[_0x21ca24(0x2c3)][_0x21ca24(0x6fd)](_0x21ca24(0x2cf),_0x33e46b,!0x0));}function ef(_0x2c25b2){const _0x1f5060=_0x5878b6;let _0x5e8dfb=_0x2c25b2[_0x1f5060(0x2c3)][_0x1f5060(0xfa)],_0x568fa3,_0x27d67f=()=>{const _0x2bc468=_0x1f5060;_0x568fa3!=null&&(globalThis[_0x2bc468(0x14f)](_0x568fa3),_0x568fa3=void 0x0);},_0x2e9ead=()=>{const _0x59f0bb=_0x1f5060;var _0x171375;_0x27d67f(),(_0x171375=_0x2c25b2[_0x59f0bb(0x6b6)][_0x59f0bb(0x634)])==null||_0x171375[_0x59f0bb(0x3ef)](),_0x2c25b2[_0x59f0bb(0x6b6)][_0x59f0bb(0x634)]=void 0x0;},_0x3b845b=()=>{const _0x378cb2=_0x1f5060;globalThis[_0x378cb2(0x3bf)](()=>{const _0x2d9a30=_0x378cb2;_0x2c25b2[_0x2d9a30(0x6a8)][_0x2d9a30(0x634)]=void 0x0;}),_0x27d67f(),_0x568fa3=globalThis['setTimeout'](()=>{const _0x13c5cf=_0x378cb2;var _0x30b6a4;_0x568fa3=void 0x0,(_0x30b6a4=_0x2c25b2['pointerLease'][_0x13c5cf(0x634)])==null||_0x30b6a4[_0x13c5cf(0x3ef)](),_0x2c25b2[_0x13c5cf(0x6b6)][_0x13c5cf(0x634)]=void 0x0;},_0x2c25b2[_0x378cb2(0x3c8)]);},_0x5364f3=_0x470054=>{const _0x49f1b7=_0x1f5060;_0x2e9ead(),_0x2c25b2[_0x49f1b7(0x6b6)][_0x49f1b7(0x634)]=_0x2c25b2[_0x49f1b7(0x4c4)]['acquireLease']({'childType':_0x2c25b2[_0x49f1b7(0x280)][_0x49f1b7(0x1ec)],'childUnitId':_0x2c25b2[_0x49f1b7(0x280)][_0x49f1b7(0x4d3)],'embedId':_0x2c25b2[_0x49f1b7(0x280)]['embedId'],'hostUnitId':_0x2c25b2[_0x49f1b7(0x280)][_0x49f1b7(0x178)],'owner':_0x49f1b7(0x51b),'role':_0x470054});},_0x48d880=()=>{const _0x1387c3=_0x1f5060;_0x2c25b2[_0x1387c3(0x624)][_0x1387c3(0x46d)](_0x2c25b2[_0x1387c3(0x280)][_0x1387c3(0x1a0)])===_0x1387c3(0x562)&&_0x5364f3(_0x1387c3(0x1e3));},_0x2cb61e=_0x345c76=>{const _0x5c0d43=_0x1f5060;let _0x269bb1=_0x345c76['target'],_0x3232e7=_0x269bb1 instanceof Node&&_0x2c25b2[_0x5c0d43(0x2c3)][_0x5c0d43(0x434)](_0x269bb1)||_0x2c25b2[_0x5c0d43(0x4c4)][_0x5c0d43(0x5a7)](_0x2c25b2['data'][_0x5c0d43(0x1a0)],_0x269bb1,_0x345c76)||_0x2c25b2[_0x5c0d43(0x415)][_0x5c0d43(0x434)](_0x2c25b2[_0x5c0d43(0x280)][_0x5c0d43(0x1a0)],_0x269bb1,_0x345c76);_0x2c25b2['verticalScrollOwner'][_0x5c0d43(0x634)]=_0x3232e7?_0x5c0d43(0x53e):_0x5c0d43(0x4fe);},_0x3090ff=_0x398ed5=>{const _0x1426b5=_0x1f5060;if(_0x2c25b2[_0x1426b5(0x624)][_0x1426b5(0x46d)](_0x2c25b2[_0x1426b5(0x280)][_0x1426b5(0x1a0)])!==_0x1426b5(0x562)||!(_0x2c25b2[_0x1426b5(0x4c4)][_0x1426b5(0x5a7)](_0x2c25b2[_0x1426b5(0x280)][_0x1426b5(0x1a0)],_0x398ed5[_0x1426b5(0x6dd)],_0x398ed5)||_0x2c25b2[_0x1426b5(0x415)][_0x1426b5(0x434)](_0x2c25b2[_0x1426b5(0x280)][_0x1426b5(0x1a0)],_0x398ed5[_0x1426b5(0x6dd)],_0x398ed5)))return;_0x2c25b2[_0x1426b5(0x476)][_0x1426b5(0x634)]=Date[_0x1426b5(0x392)]()+_0x2c25b2['graceMs'];let _0x509bcd=Jd(_0x398ed5[_0x1426b5(0x6dd)])??_0x1426b5(0x1e3);_0x5364f3(_0x509bcd===_0x1426b5(0x241)||_0x509bcd===_0x1426b5(0x63a)||_0x509bcd===_0x1426b5(0x60f)?_0x1426b5(0x1e3):_0x509bcd);};return _0x2c25b2[_0x1f5060(0x2c3)][_0x1f5060(0x4be)]('pointerdown',_0x48d880,!0x0),_0x5e8dfb[_0x1f5060(0x4be)](_0x1f5060(0x2cf),_0x2cb61e,!0x0),_0x5e8dfb['addEventListener'](_0x1f5060(0x2cf),_0x3090ff,!0x0),_0x5e8dfb[_0x1f5060(0x4be)](_0x1f5060(0x333),_0x3b845b,!0x0),_0x5e8dfb[_0x1f5060(0x4be)](_0x1f5060(0x2ee),_0x3b845b,!0x0),_0x139183(()=>{const _0x5298f8=_0x1f5060;_0x2c25b2[_0x5298f8(0x2c3)][_0x5298f8(0x6fd)](_0x5298f8(0x2cf),_0x48d880,!0x0),_0x5e8dfb[_0x5298f8(0x6fd)](_0x5298f8(0x2cf),_0x2cb61e,!0x0),_0x5e8dfb[_0x5298f8(0x6fd)](_0x5298f8(0x2cf),_0x3090ff,!0x0),_0x5e8dfb[_0x5298f8(0x6fd)](_0x5298f8(0x333),_0x3b845b,!0x0),_0x5e8dfb[_0x5298f8(0x6fd)](_0x5298f8(0x2ee),_0x3b845b,!0x0),_0x2c25b2['verticalScrollOwner'][_0x5298f8(0x634)]=void 0x0,_0x2e9ead();});}function tf(_0x4b3038){const _0x44201f=_0x5878b6;return _0x4b3038['id']===_0x44201f(0x576)||_0x4b3038['id']['startsWith'](_0x44201f(0x6dc))||_0x4b3038['id']['startsWith'](_0x44201f(0x452))||_0x4b3038['closest'](_0x44201f(0x4a4))!=null;}function nf(_0xc6193c,_0x570049){const _0x30fcae=_0x5878b6;if(!_0xc6193c||_0x570049[_0x30fcae(0x102)]===0x0)return;let _0xef7a98=_0x570049[0x0][_0x30fcae(0xfa)][_0x30fcae(0x526)];_0xef7a98 instanceof HTMLElement&&(_0x570049[_0x30fcae(0x3f3)](_0x16de35=>_0x16de35[_0x30fcae(0x434)](_0xef7a98))||_0xef7a98['closest']('[data-embed-interaction-boundary-owner=\x22'+_0xc6193c+'\x22]')!=null)&&_0xef7a98[_0x30fcae(0x12f)]();}function rf(_0x59933f){const _0x10cf6d=_0x5878b6;return _0x59933f===_0x10cf6d(0x241)||_0x59933f===_0x10cf6d(0x63a)||_0x59933f===_0x10cf6d(0x1e3)||_0x59933f==='child-popup'||_0x59933f==='floating-menu';}function af(_0x5b62a2){const _0x43a15f=_0x5878b6;let {children:_0xd9b0f2,placement:_0x283af6=_0x43a15f(0x5c3),title:_0x1a23d9}=_0x5b62a2,[_0x3d6fb4,_0x555911]=_0x1b7202(!0x1),_0x57c822=_0x2e0b5b(null),_0x58d167=_0x5311f6(()=>{const _0x3e0e62=_0x43a15f;_0x57c822[_0x3e0e62(0x634)]!==null&&(clearTimeout(_0x57c822['current']),_0x57c822['current']=null);},[]),_0xdbe135=_0xf85ccb=>{const _0x38266c=_0x43a15f;_0x58d167(),_0xf85ccb?_0x57c822[_0x38266c(0x634)]=setTimeout(()=>_0x555911(!0x0),0x64):_0x555911(!0x1);};return _0x404518(()=>_0x58d167,[_0x58d167]),_0x5bc716(_0x5ca3ee,{'title':_0x1a23d9,'placement':_0x283af6,'visible':_0x3d6fb4,'onVisibleChange':_0xdbe135,'children':_0x5bc716(_0x43a15f(0x30a),{'className':_0x43a15f(0x662),'onFocus':_0x17b2e8=>_0x17b2e8['stopPropagation'](),'onPointerDown':()=>_0xdbe135(!0x1),'children':_0xd9b0f2})});}function of(_0x3ece0c){const _0x18033e=_0x5878b6;let {hostUnitId:_0x207a70,embedId:_0x50d350,className:_0x6c3da8,variant:_0x4ca6e2=_0x18033e(0x45f)}=_0x3ece0c,_0x4ff56c=_0x2e0b5b(null),_0x53a358=_0x598ded(_0x39c782),_0x166c5f=_0x598ded(Jc),_0x2f0015=_0x598ded($l),_0x23ad2e=_0x598ded(_0x301c59)['t'](_0x18033e(0x3dd)),_0x342669=_0x5311f6(_0x10a2bb=>{const _0x2483d3=_0x18033e;_0x10a2bb[_0x2483d3(0x543)](),_0x10a2bb[_0x2483d3(0x39a)](),!(!_0x207a70||!_0x50d350)&&sf({'hostUnitId':_0x207a70,'embedId':_0x50d350,'activationService':_0x166c5f,'embedModelService':_0x53a358,'fullscreenService':_0x2f0015});},[_0x166c5f,_0x50d350,_0x53a358,_0x2f0015,_0x207a70]);return _0x404518(()=>{const _0x4c379a=_0x18033e;let _0x1b36c5=_0x4ff56c[_0x4c379a(0x634)];if(!_0x1b36c5)return;let _0x277d1a=_0x1286b8=>{const _0x232985=_0x4c379a;_0x1286b8[_0x232985(0x39a)]();};return _0x1b36c5[_0x4c379a(0x4be)](_0x4c379a(0x2cf),_0x277d1a),_0x1b36c5[_0x4c379a(0x4be)](_0x4c379a(0x47b),_0x342669),()=>{const _0x578358=_0x4c379a;_0x1b36c5[_0x578358(0x6fd)]('pointerdown',_0x277d1a),_0x1b36c5[_0x578358(0x6fd)](_0x578358(0x47b),_0x342669);};},[_0x342669,_0x4ca6e2]),_0x4ca6e2===_0x18033e(0x36f)?_0x5bc716(af,{'title':_0x23ad2e,'children':_0x5bc716(_0x4a289d,{'ref':_0x4ff56c,'type':_0x18033e(0x348),'size':'small','variant':'ghost','className':_0x54132b(_0x18033e(0x38d),_0x6c3da8),'aria-label':_0x23ad2e,'children':_0x5bc716(_0x3ca1e9,{})})}):_0x5bc716(_0x18033e(0x348),{'ref':_0x4ff56c,'type':_0x18033e(0x348),'className':_0x54132b(_0x18033e(0xab),_0x6c3da8),'data-embed-float-fullscreen-button':'true','title':_0x23ad2e,'aria-label':_0x23ad2e,'children':_0x5bc716(_0x3ca1e9,{'className':_0x18033e(0x2e1),'aria-hidden':_0x18033e(0x13e)})});}function sf(_0x35038a){const _0x486678=_0x5878b6;var _0x219f19;let _0x3cd4e0=_0x35038a[_0x486678(0x247)][_0x486678(0x6b2)](_0x35038a[_0x486678(0x178)],_0x35038a[_0x486678(0x1a0)]);return!(_0x3cd4e0!=null&&_0x3cd4e0[_0x486678(0x4d3)])||_0x3cd4e0['childType']==null?!0x1:((_0x219f19=_0x35038a['activationService'])==null||_0x219f19[_0x486678(0x3d2)](_0x35038a[_0x486678(0x1a0)],_0x35038a[_0x486678(0x178)]),_0x35038a['fullscreenService']['enter'](_0x3cd4e0),!0x0);}const cf='stage2-runtime',lf='doc-block-stage2-runtime',uf=[cf,lf];function df(_0x1fa54c){const _0x2a5897=_0x5878b6;var _0x1dd6ea,_0x2dda5c,_0x42fb36;let {data:_0x1b5faf,deferInactiveFloatingChrome:_0x402420,docsCustomBlockLayout:_0x242b0b,enableStage1BodyDrag:_0x4f12ec,floatingChromeZIndex:_0x45b1f9,hostFloatDomLayout$:_0xcf4ffe,initialStage:_0x54d0c6,interactionFlow:_0xbf9e90=_0x2a5897(0x9a),isExternalHostInteraction:_0x1e2481,onHostWheel:_0x5eb3c8,onRuntimeStageEnter:_0x188de9,onRuntimeStageExit:_0x1402ab,resolveHostWheelGestureRoot:_0x54fa10,syncHostVerticalScroll:_0x3793fb}=_0x1fa54c,_0x11e6d3=_0x2e0b5b(null),_0x4ee10c=_0x2e0b5b(null),_0x2eba07=_0x2e0b5b(null),_0x57dc90=_0x2e0b5b(null),_0xa09302=_0x2e0b5b(null),_0x50c27e=_0x2e0b5b(null),_0x3d64d2=_0x2e0b5b(null),_0x3342e2=_0x2e0b5b(null),_0x5a47a3=_0x2e0b5b(null),_0x576adc=_0x598ded(_0x39c782),_0x4eb24c=_0x598ded(yc),_0x1b2615=_0x598ded(is),_0x490e9e=_0x598ded(Jc),_0x53bd3d=_0x598ded(Wu),_0x5035e9=_0x598ded(Gu),_0x9d7fe9=_0x598ded($l),_0x3d0478=_0x598ded(ls),_0x2362ee=_0x598ded(Gc),_0x246a6a=_0x598ded(Ku),_0x1ae97b=_0x598ded(od),_0x331448=_0x598ded(ad),_0x20d18e=_0x598ded(Z),_0x52c440=_0x598ded(Zu),_0x16b666=_0x598ded(_0x20e3ee),_0x2b35c1=_0x598ded(_0x384701),_0x4b8eb4=_0x598ded(_0x59228c),_0x54a8f0=sd(_0x1b5faf),_0x480679=_0x242b0b!=null&&_0x242b0b[_0x2a5897(0xa7)]?_0x242b0b:void 0x0,_0x8d85e0=_0x480679==null?void 0x0:_0x480679[_0x2a5897(0x384)],_0x4841ab=_0x480679==null?void 0x0:_0x480679['pageContentWidth'],_0x4f378c=(_0x480679==null?void 0x0:_0x480679[_0x2a5897(0xb1)])??0x1,[_0x96fc74,_0x146a70]=_0x1b7202(0x0),[_0xf2c6e4,_0x354253]=_0x1b7202(0x0),_0xdc79c7=_0x480679?md(_0x480679):void 0x0,_0xad728b=Math['min'](_0xf2c6e4,(_0xdc79c7==null?void 0x0:_0xdc79c7[_0x2a5897(0x3fe)])??0x0),_0x416efc=_0xec05b8(()=>_0x1b2615['active$'][_0x2a5897(0x5c8)](_0x31675b(()=>_0x54a8f0!=null&&_0x54a8f0[_0x2a5897(0x1a0)]?_0x1b2615[_0x2a5897(0x46d)](_0x54a8f0[_0x2a5897(0x1a0)]):_0x2a5897(0x112))),_0x54d0c6??(_0x54a8f0!=null&&_0x54a8f0[_0x2a5897(0x1a0)]?_0x1b2615[_0x2a5897(0x46d)](_0x54a8f0['embedId']):'inactive'),!0x1,[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x1b2615]),_0x58ec74=_0x2e0b5b(_0x416efc),_0x27749b=_0x2e0b5b(!0x1),_0x26af90=_0x2e0b5b(void 0x0),_0x38aedd=_0x2e0b5b(void 0x0),_0x207c57=_0x2e0b5b(void 0x0),_0x2af0e4=_0x2e0b5b(void 0x0),_0x39b43a=_0x2e0b5b(void 0x0),_0x37ae36=_0x2e0b5b(0x0),_0xfe837c=_0x2e0b5b(void 0x0),_0x2b7830=_0x2e0b5b(!0x1),_0x3f4ee2=_0x2e0b5b(!0x1),_0x5534de=_0x2e0b5b(_0xad728b),_0x4f21f5=_0x2e0b5b(_0xdc79c7),_0x59c64b=_0x2e0b5b(_0x4f378c),_0x6a1e0b=_0x2e0b5b(0x0),_0x1a63b1=_0x2e0b5b(0x0),_0x2dbce5=_0x2e0b5b([]),_0x356a65=_0x2e0b5b(_0x416efc);_0x356a65['current']=_0x416efc,_0x5534de[_0x2a5897(0x634)]=_0xad728b,_0x4f21f5[_0x2a5897(0x634)]=_0xdc79c7,_0x59c64b[_0x2a5897(0x634)]=_0x4f378c;let _0x3ce762=_0x5311f6(_0x413c2d=>{const _0x16890b=_0x2a5897;let _0x40c86a=_0x4f21f5[_0x16890b(0x634)];if(!_0x40c86a)return!0x1;let _0x59890d=_0x5534de[_0x16890b(0x634)],_0x15e1c6=hd(_0x59890d+Au(_0x413c2d)/_0x59c64b[_0x16890b(0x634)],0x0,_0x40c86a[_0x16890b(0x3fe)]);return _0x15e1c6===_0x59890d?!0x1:(_0x5534de[_0x16890b(0x634)]=_0x15e1c6,_0x354253(_0x15e1c6),!0x0);},[]),_0x3d4b1d=_0x5311f6((_0x43e3b7,_0x57a885)=>ed(_0x43e3b7,_0x57a885,{'commandService':_0x16b666,'univerInstanceService':_0x2b35c1})?!0x0:(_0x5eb3c8==null?void 0x0:_0x5eb3c8(_0x43e3b7,_0x57a885))===!0x0,[_0x16b666,_0x5eb3c8,_0x2b35c1]),_0x5a7a31=_0x5311f6(()=>{const _0x3f11b7=_0x2a5897;var _0x5782cc;(_0x5782cc=_0x38aedd[_0x3f11b7(0x634)])==null||_0x5782cc[_0x3f11b7(0x3ef)](),_0x38aedd[_0x3f11b7(0x634)]=void 0x0;},[]),_0x53cce7=_0x5311f6(()=>{const _0x55b9d1=_0x2a5897;var _0x4d57f2,_0x2172e5;if(!(_0x54a8f0!=null&&_0x54a8f0['embedId'])||_0x38aedd[_0x55b9d1(0x634)])return;let _0x197e02=_0x54a8f0[_0x55b9d1(0x178)]?_0x576adc[_0x55b9d1(0x6b2)](_0x54a8f0['hostUnitId'],_0x54a8f0[_0x55b9d1(0x1a0)]):void 0x0,_0x17ca13=ff(_0x197e02),_0x44f4fb=_0x54a8f0['childUnitId']??(_0x197e02==null?void 0x0:_0x197e02[_0x55b9d1(0x4d3)])??((_0x4d57f2=_0x26af90[_0x55b9d1(0x634)])==null?void 0x0:_0x4d57f2[_0x55b9d1(0x4d3)])??(_0x17ca13==null?void 0x0:_0x17ca13[_0x55b9d1(0x4d3)]),_0x1ac3bc=_0x54a8f0['childType']??(_0x197e02==null?void 0x0:_0x197e02[_0x55b9d1(0x1ec)])??((_0x2172e5=_0x26af90[_0x55b9d1(0x634)])==null?void 0x0:_0x2172e5[_0x55b9d1(0x1ec)])??(_0x17ca13==null?void 0x0:_0x17ca13['childType']);_0x38aedd['current']=_0x20d18e['acquireLease']({'embedId':_0x54a8f0['embedId'],'role':_0x55b9d1(0x63a),'owner':_0xbf9e90===_0x55b9d1(0x103)?lf:cf,'sessionMode':_0x55b9d1(0x558),'hostUnitId':_0x54a8f0[_0x55b9d1(0x178)],'childUnitId':_0x44f4fb,'childType':_0x1ac3bc});},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1ec)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x4d3)],_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x576adc,_0x20d18e,_0xbf9e90]),_0x397760=_0x5311f6(()=>{const _0x55cfa6=_0x2a5897;if(!(_0x54a8f0!=null&&_0x54a8f0[_0x55cfa6(0x1a0)]))return;let _0x1d8055=_0x54a8f0[_0x55cfa6(0x1a0)];window['requestAnimationFrame'](()=>{const _0x1b2511=_0x55cfa6;_0x1b2615[_0x1b2511(0x46d)](_0x1d8055)!==_0x1b2511(0x562)&&_0x5a7a31();});},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x1b2615,_0x5a7a31]),_0x12ecbb=_0x54a8f0!=null&&_0x54a8f0[_0x2a5897(0x178)]?_0x576adc[_0x2a5897(0x6b2)](_0x54a8f0['hostUnitId'],_0x54a8f0['embedId']):void 0x0,_0x181610=ff(_0x12ecbb),_0x11acf1=(_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x4d3)])??(_0x12ecbb==null?void 0x0:_0x12ecbb[_0x2a5897(0x4d3)])??((_0x1dd6ea=_0x26af90[_0x2a5897(0x634)])==null?void 0x0:_0x1dd6ea['childUnitId'])??(_0x181610==null?void 0x0:_0x181610[_0x2a5897(0x4d3)]),_0x20eb7c=(_0x54a8f0==null?void 0x0:_0x54a8f0['childType'])??(_0x12ecbb==null?void 0x0:_0x12ecbb[_0x2a5897(0x1ec)])??((_0x2dda5c=_0x26af90['current'])==null?void 0x0:_0x2dda5c['childType'])??(_0x181610==null?void 0x0:_0x181610[_0x2a5897(0x1ec)]),_0x5cb770=_0x20eb7c==null||(_0x42fb36=_0x4eb24c['get'](_0x20eb7c))==null?void 0x0:_0x42fb36[_0x2a5897(0x633)],_0x163135=cu(_0x12ecbb,_0x416efc);_0x404518(()=>{const _0x162398=_0x2a5897;let _0x3ebe20=_0x11e6d3[_0x162398(0x634)];return()=>{const _0x48ac43=_0x162398;let _0x471116=_0x9d7fe9[_0x48ac43(0x192)](),_0x3e0cb5=(_0x54a8f0==null?void 0x0:_0x54a8f0[_0x48ac43(0x1a0)])&&(_0x471116==null?void 0x0:_0x471116[_0x48ac43(0x1a0)])===_0x54a8f0[_0x48ac43(0x1a0)];_0x54a8f0!=null&&_0x54a8f0[_0x48ac43(0x1a0)]&&!(_0x3ebe20!=null&&_0x3ebe20[_0x48ac43(0x1a5)])&&!_0x3e0cb5&&_0x1b2615['getStage'](_0x54a8f0['embedId'])!==_0x48ac43(0x112)&&_0x490e9e[_0x48ac43(0x3d2)](_0x54a8f0[_0x48ac43(0x1a0)],_0x54a8f0[_0x48ac43(0x178)]);};},[_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x1b2615,_0x9d7fe9]),_0x404518(()=>{if(!(!(_0x54a8f0!=null&&_0x54a8f0['embedId'])||_0x416efc!=='stage2'))return _0x53cce7(),_0x5a7a31;},[_0x53cce7,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x5a7a31,_0x416efc]),_0x404518(()=>{const _0x2ab3e1=_0x2a5897;let _0x92d67c=_0x11e6d3[_0x2ab3e1(0x634)],_0x3836c9=Yd(_0x4b8eb4,_0x20d18e,_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x92d67c,_0x416efc);if(_0x3836c9)return()=>_0x3836c9[_0x2ab3e1(0x3ef)]();},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x20d18e,_0x4b8eb4,_0x416efc]),_0x404518(()=>{const _0x46f196=_0x2a5897;let _0x124f8e=_0x57dc90[_0x46f196(0x634)];if(_0x416efc!=='stage2'||_0x20eb7c!==_0x152567[_0x46f196(0x39f)]||!(_0x54a8f0!=null&&_0x54a8f0[_0x46f196(0x1a0)])||!_0x124f8e)return;let _0x272656=()=>Qc(_0x54a8f0[_0x46f196(0x1a0)],_0x124f8e);_0x272656();let _0x1a7903=window[_0x46f196(0x403)](_0x272656);return()=>window[_0x46f196(0x3a3)](_0x1a7903);},[_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x20eb7c,_0x416efc]),_0x404518(()=>{const _0x55729d=_0x2a5897;let _0x10cb34=_0x58ec74[_0x55729d(0x634)];_0x58ec74[_0x55729d(0x634)]=_0x416efc;let _0x4f4d86=_0x10cb34!==_0x416efc||!_0x27749b['current']&&_0x416efc!==_0x55729d(0x112);_0x27749b[_0x55729d(0x634)]=!0x0,_0x4f4d86&&(_0x188de9==null||_0x188de9(_0x416efc),_0x5035e9[_0x55729d(0x4a7)]({'embedId':_0x54a8f0==null?void 0x0:_0x54a8f0[_0x55729d(0x1a0)],'reason':_0x55729d(0x3b5)})),_0x10cb34===_0x55729d(0x562)&&_0x416efc!=='stage2'&&(nf(_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],Vd(_0x57dc90[_0x55729d(0x634)],_0xa09302[_0x55729d(0x634)],_0x50c27e[_0x55729d(0x634)],_0x3342e2[_0x55729d(0x634)],_0x5a47a3[_0x55729d(0x634)])),_0x490e9e[_0x55729d(0x3d2)](_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x54a8f0==null?void 0x0:_0x54a8f0['hostUnitId']),_0x1402ab==null||_0x1402ab());},[_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x5035e9,_0x188de9,_0x1402ab,_0x416efc]),_0x404518(()=>{const _0xbd7df6=_0x2a5897;if(_0x54d0c6!==_0xbd7df6(0x562)||!(_0x54a8f0!=null&&_0x54a8f0[_0xbd7df6(0x1a0)])||!_0x54a8f0['hostUnitId'])return;let _0x4b8d85=_0x576adc['getDescriptor'](_0x54a8f0[_0xbd7df6(0x178)],_0x54a8f0[_0xbd7df6(0x1a0)]);_0x4b8d85!=null&&_0x4b8d85['childUnitId']&&_0x1b2615[_0xbd7df6(0x5f8)]({'hostUnitId':_0x54a8f0[_0xbd7df6(0x178)],'embedId':_0x54a8f0[_0xbd7df6(0x1a0)],'childUnitId':_0x4b8d85[_0xbd7df6(0x4d3)]},_0xbd7df6(0x562));},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x576adc,_0x1b2615,_0x54d0c6]),_0x404518(()=>{const _0x36b93f=_0x2a5897;let _0x566b8e=_0x57dc90[_0x36b93f(0x634)],_0x1fe536=_0xa09302[_0x36b93f(0x634)],_0x478582=_0x50c27e[_0x36b93f(0x634)],_0x32f627=_0x3342e2[_0x36b93f(0x634)],_0x1833a4=_0x5a47a3[_0x36b93f(0x634)];if(!_0x566b8e||!_0x1fe536||!_0x478582||!_0x32f627||!_0x1833a4)return;let _0x31b423=_0x54a8f0!=null&&_0x54a8f0[_0x36b93f(0x178)]?_0x576adc[_0x36b93f(0x6b2)](_0x54a8f0[_0x36b93f(0x178)],_0x54a8f0[_0x36b93f(0x1a0)]):void 0x0,_0x543fcc=_0x31b423?pf(_0x31b423):void 0x0;if(!_0x31b423||!_0x543fcc||_0x163135===_0x36b93f(0x297))return;let _0x50bd6a=!0x1,_0x26cf72;return _0x246a6a[_0x36b93f(0x446)]({'descriptor':_0x31b423})[_0x36b93f(0x65f)](async _0x478642=>{const _0x361a41=_0x36b93f;var _0x289f7d;if(_0x50bd6a)return;let _0x50c572=_0x2362ee[_0x361a41(0x5ea)](_0x478642,_0x566b8e,{'content':_0x1fe536,'canvas':_0x478582,'overlay':_0x32f627,'popup':_0x1833a4});_0x26cf72=_0x478642[_0x361a41(0x1a0)];let _0x5acd4e=_0x50c572==null?void 0x0:_0x50c572['context'];_0x26af90[_0x361a41(0x634)]=_0x5acd4e;let _0x1133bf=_0x54a8f0!=null&&_0x54a8f0['embedId']?(_0x289f7d=_0x53bd3d['getPreview'](_0x54a8f0['embedId']))==null?void 0x0:_0x289f7d[_0x361a41(0x4aa)]:void 0x0;_0x5acd4e&&_0x1133bf!=null&&await _0x53bd3d['restoreViewState'](_0x5acd4e,_0x1133bf);})[_0x36b93f(0x3fb)](_0x26351f=>{queueMicrotask(()=>{throw _0x26351f;});}),()=>{const _0x14ccf3=_0x36b93f;var _0xd0e8fc;_0x50bd6a=!0x0,_0x26cf72&&((_0xd0e8fc=_0x26af90['current'])==null?void 0x0:_0xd0e8fc[_0x14ccf3(0x1a0)])===_0x26cf72&&(_0x26af90[_0x14ccf3(0x634)]=void 0x0),_0x2362ee['unmount'](_0x31b423[_0x14ccf3(0x1a0)]);};},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0['hostUnitId'],_0x576adc,_0x2362ee,_0x96fc74,_0x53bd3d,_0x246a6a,_0x163135]),_0x404518(()=>{const _0x50a368=_0x2a5897;if(!(_0x54a8f0!=null&&_0x54a8f0[_0x50a368(0x1a0)]))return;let _0xdaffbd=_0x54a8f0['embedId'],_0xe116c=[];[{'element':_0x57dc90['current'],'role':_0x50a368(0x241)},{'element':_0xa09302[_0x50a368(0x634)],'role':'runtime'},{'element':_0x50c27e[_0x50a368(0x634)],'role':'runtime'}][_0x50a368(0x684)](_0x40810d=>{const _0x4d6fa5=_0x50a368;let _0x325e89=_0x40810d['element'];_0x325e89&&_0xe116c['push']({'element':_0x325e89,'role':_0x40810d[_0x4d6fa5(0x285)]});});let _0x49d86c=_0xe116c['flatMap'](({element:_0x474577,role:_0x2dc3eb})=>[_0x3d0478[_0x50a368(0x61a)](_0xdaffbd,_0x474577,_0x11acf1),_0x20d18e[_0x50a368(0x5f3)]({'embedId':_0xdaffbd,'role':_0x2dc3eb,'element':_0x474577})]),_0x2be3fd=_0x3d64d2[_0x50a368(0x634)];return _0x2be3fd&&_0x49d86c[_0x50a368(0x498)](_0x3d0478[_0x50a368(0x61a)](_0xdaffbd,_0x2be3fd,_0x11acf1)),_0x416efc===_0x50a368(0x562)&&[{'element':_0x2be3fd,'role':'floating-menu'},{'element':_0x3342e2[_0x50a368(0x634)],'role':_0x50a368(0x60f)},{'element':_0x5a47a3[_0x50a368(0x634)],'role':_0x50a368(0x238)}][_0x50a368(0x684)](_0x400835=>{const _0x27a5b0=_0x50a368;_0x400835[_0x27a5b0(0x13d)]&&_0x49d86c[_0x27a5b0(0x498)](_0x20d18e['registerElement']({'embedId':_0xdaffbd,'role':_0x400835[_0x27a5b0(0x285)],'element':_0x400835[_0x27a5b0(0x13d)]}));}),()=>_0x49d86c[_0x50a368(0x684)](_0x175252=>_0x175252['dispose']());},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x20d18e,_0x3d0478,_0x11acf1,_0x416efc]),_0x404518(()=>{const _0x2d14de=_0x2a5897;var _0x16f4da,_0x5c1262;if(!(_0x54a8f0!=null&&_0x54a8f0[_0x2d14de(0x1a0)])||_0x416efc!==_0x2d14de(0x562))return;let _0x135822=((_0x16f4da=_0x11e6d3[_0x2d14de(0x634)])==null?void 0x0:_0x16f4da[_0x2d14de(0xfa)])??((_0x5c1262=_0x57dc90[_0x2d14de(0x634)])==null?void 0x0:_0x5c1262[_0x2d14de(0xfa)])??(typeof document>'u'?void 0x0:document),_0x3d2cfe=_0x3d0478[_0x2d14de(0x2d8)](_0x54a8f0[_0x2d14de(0x1a0)],_0x135822,{'includeAppShellEditorPortal':_0x20eb7c===_0x152567[_0x2d14de(0x66c)]});return()=>{const _0x34e690=_0x2d14de;_0x356a65['current']!==_0x34e690(0x562)&&_0x3d0478[_0x34e690(0x2d2)](_0x54a8f0[_0x34e690(0x1a0)],_0x135822),_0x3d2cfe[_0x34e690(0x3ef)]();};},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x3d0478,_0x20eb7c,_0x416efc]),_0x404518(()=>{const _0x2f4ac5=_0x2a5897;var _0x3b5f2e,_0x5c4414;if(!(_0x54a8f0!=null&&_0x54a8f0[_0x2f4ac5(0x1a0)])||_0x416efc!==_0x2f4ac5(0x562))return;let _0x300380=((_0x3b5f2e=_0x11e6d3[_0x2f4ac5(0x634)])==null?void 0x0:_0x3b5f2e['ownerDocument'])??((_0x5c4414=_0x57dc90['current'])==null?void 0x0:_0x5c4414[_0x2f4ac5(0xfa)])??(typeof document>'u'?void 0x0:document),_0x58d382=_0x300380==null?void 0x0:_0x300380[_0x2f4ac5(0x511)](_0x2f4ac5(0x4c0));if(!_0x58d382)return;let _0x4e0656=[_0x3d0478[_0x2f4ac5(0x61a)](_0x54a8f0['embedId'],_0x58d382,_0x11acf1),_0x20d18e['registerElement']({'embedId':_0x54a8f0[_0x2f4ac5(0x1a0)],'role':_0x2f4ac5(0x60f),'element':_0x58d382})];return()=>_0x4e0656[_0x2f4ac5(0x684)](_0x3bb394=>_0x3bb394['dispose']());},[_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x20d18e,_0x3d0478,_0x11acf1,_0x416efc]),_0x404518(()=>{const _0x3a3b6f=_0x2a5897;let _0x2fa3f7=_0x11e6d3[_0x3a3b6f(0x634)],_0x2c9fe6=_0x2fa3f7==null?void 0x0:_0x2fa3f7[_0x3a3b6f(0x511)](_0x3a3b6f(0x356));if(!(_0x54a8f0!=null&&_0x54a8f0[_0x3a3b6f(0x1a0)])||!_0x2fa3f7)return;let _0x11abac=_0x54a8f0[_0x3a3b6f(0x178)]?_0x576adc['getDescriptor'](_0x54a8f0[_0x3a3b6f(0x178)],_0x54a8f0['embedId']):void 0x0,_0x3c0601=_0x5035e9[_0x3a3b6f(0x334)]({'embedId':_0x54a8f0['embedId'],'childUnitId':_0x11abac==null?void 0x0:_0x11abac['childUnitId'],'root':_0x2fa3f7,'viewport':_0x2c9fe6,'contentRoot':_0xa09302[_0x3a3b6f(0x634)]});return()=>_0x3c0601[_0x3a3b6f(0x3ef)]();},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x576adc,_0x5035e9]),_0x404518(()=>{const _0x38d370=_0x2a5897;var _0x45a0ae,_0x304a05;if(!(_0x54a8f0!=null&&_0x54a8f0[_0x38d370(0x1a0)])||!_0x54a8f0[_0x38d370(0x178)])return;let _0x1a7bee=((_0x45a0ae=_0x11e6d3['current'])==null?void 0x0:_0x45a0ae[_0x38d370(0xfa)])??((_0x304a05=_0x57dc90[_0x38d370(0x634)])==null?void 0x0:_0x304a05[_0x38d370(0xfa)])??(typeof document>'u'?void 0x0:document);if(!_0x1a7bee)return;let _0x549b45=0x0,_0x4b53ef,_0x495472,_0x5eb5a9=()=>{const _0x2f3e1e=_0x38d370;if(_0x549b45++,_0x4b53ef!=null){var _0x35f769;(_0x35f769=_0x1a7bee['defaultView'])==null||_0x35f769[_0x2f3e1e(0x3a3)](_0x4b53ef),_0x4b53ef=void 0x0;}_0x495472!=null&&(globalThis['clearTimeout'](_0x495472),_0x495472=void 0x0);},_0x319d16=_0x16b666[_0x38d370(0x7c)](_0x476c8b=>{const _0x24d7e0=_0x38d370;var _0x2b85f8;let _0x3f521e=_0x476c8b[_0x24d7e0(0x3d0)];if(_0x476c8b['id']!==_0x285a4b['id']||(_0x3f521e==null?void 0x0:_0x3f521e[_0x24d7e0(0x1a0)])!==_0x54a8f0[_0x24d7e0(0x1a0)]||_0x3f521e[_0x24d7e0(0x178)]!==_0x54a8f0['hostUnitId']||_0x1b2615[_0x24d7e0(0x46d)](_0x54a8f0[_0x24d7e0(0x1a0)])!==_0x24d7e0(0x562))return;let _0x2d72df=_0x1a7bee[_0x24d7e0(0x526)];if(!(_0x2d72df instanceof HTMLElement)||!_0x2d72df['id'][_0x24d7e0(0x1f2)](_0x24d7e0(0x342))||!_0x20d18e[_0x24d7e0(0x5a7)](_0x54a8f0[_0x24d7e0(0x1a0)],_0x2d72df))return;_0x5eb5a9();let _0x2bd37b=_0x549b45,_0x316ae9=()=>{const _0x165f97=_0x24d7e0;_0x2bd37b!==_0x549b45||!_0x2d72df[_0x165f97(0x1a5)]||_0x1b2615['getStage'](_0x54a8f0[_0x165f97(0x1a0)])!==_0x165f97(0x562)||_0x2d72df[_0x165f97(0x3d1)]({'preventScroll':!0x0});};_0x4b53ef=(_0x2b85f8=_0x1a7bee['defaultView'])==null?void 0x0:_0x2b85f8[_0x24d7e0(0x403)](()=>{_0x4b53ef=void 0x0,_0x316ae9();}),_0x495472=globalThis[_0x24d7e0(0x119)](()=>{_0x495472=void 0x0,_0x316ae9();},0x32);});return _0x1a7bee[_0x38d370(0x4be)]('pointerdown',_0x5eb5a9,!0x0),()=>{const _0x1f604c=_0x38d370;_0x1a7bee[_0x1f604c(0x6fd)](_0x1f604c(0x2cf),_0x5eb5a9,!0x0),_0x5eb5a9(),_0x319d16[_0x1f604c(0x3ef)]();};},[_0x16b666,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x1b2615,_0x20d18e]),_0x404518(()=>{const _0x3a633e=_0x2a5897;if(!(_0x54a8f0!=null&&_0x54a8f0[_0x3a633e(0x1a0)]))return;let _0x2067f0=_0x9d7fe9[_0x3a633e(0x6c6)][_0x3a633e(0x19d)](_0x17282d=>{const _0x4f4fff=_0x3a633e;_0x17282d[_0x4f4fff(0x1a0)]===_0x54a8f0[_0x4f4fff(0x1a0)]&&(_0x2362ee['unmount'](_0x54a8f0['embedId']),_0x490e9e[_0x4f4fff(0x3d2)](_0x54a8f0['embedId'],_0x54a8f0[_0x4f4fff(0x178)]),_0x2af0e4[_0x4f4fff(0x634)]!=null&&(window[_0x4f4fff(0x3a3)](_0x2af0e4[_0x4f4fff(0x634)]),_0x2af0e4['current']=void 0x0),_0x39b43a[_0x4f4fff(0x634)]!=null&&globalThis[_0x4f4fff(0x14f)](_0x39b43a['current']),_0x39b43a[_0x4f4fff(0x634)]=globalThis['setTimeout'](()=>{const _0x236766=_0x4f4fff;_0x39b43a[_0x236766(0x634)]=void 0x0,_0x2af0e4['current']=window[_0x236766(0x403)](()=>{const _0x580470=_0x236766;_0x2af0e4[_0x580470(0x634)]=void 0x0,_0x490e9e[_0x580470(0x3d2)](_0x54a8f0[_0x580470(0x1a0)],_0x54a8f0[_0x580470(0x178)]),_0x146a70(_0x2d4316=>_0x2d4316+0x1);});},0x0));});return()=>{const _0x4cce6e=_0x3a633e;_0x2067f0[_0x4cce6e(0x632)](),_0x39b43a['current']!=null&&(globalThis[_0x4cce6e(0x14f)](_0x39b43a[_0x4cce6e(0x634)]),_0x39b43a[_0x4cce6e(0x634)]=void 0x0),_0x2af0e4[_0x4cce6e(0x634)]!=null&&(window['cancelAnimationFrame'](_0x2af0e4[_0x4cce6e(0x634)]),_0x2af0e4[_0x4cce6e(0x634)]=void 0x0);};},[_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x9d7fe9,_0x2362ee]),_0x404518(()=>{const _0x582cf8=_0x2a5897;let _0x121b61=_0x11e6d3['current'],_0x4252c0=_0x3d64d2[_0x582cf8(0x634)];if(!_0x121b61||!_0x4252c0||typeof document>'u')return;let _0x25a5c6=vd({'chrome':_0x4252c0,'container':_0x121b61,'deferInactive':_0x402420,'embedId':_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],'geometryService':_0x5035e9,'hostLayout$':_0xcf4ffe,'stage':_0x416efc,'docsSheetLikeLayout':_0x8d85e0!=null&&_0x4841ab!=null?{'contentWidth':_0x8d85e0,'pageContentWidth':_0x4841ab}:void 0x0});return()=>_0x25a5c6[_0x582cf8(0x3ef)]();},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x402420,_0x8d85e0,_0x4841ab,_0x5035e9,_0xcf4ffe,_0x416efc]),_0x404518(()=>{const _0x2aa6f1=_0x2a5897;let _0x275673=_0x11e6d3[_0x2aa6f1(0x634)],_0x3dd3fb=_0x3d64d2[_0x2aa6f1(0x634)];if(!_0x275673)return;let _0xec6b=_0x275673['closest'](_0x2aa6f1(0x5c2)),_0xedce52=_0xec6b==null?void 0x0:_0xec6b['parentElement'];return Hd(_0x275673,_0x3dd3fb,_0x62f75e=>{const _0x55716f=_0x2aa6f1;let _0x5b1627=_0x26af90[_0x55716f(0x634)];return(_0x5b1627?(_0x5eb3c8==null?void 0x0:_0x5eb3c8(_0x62f75e,_0x5b1627))===!0x0:!0x1)||Tu(_0x275673,_0x62f75e);},(_0xedce52==null?void 0x0:_0xedce52['id'])===(_0x54a8f0==null?void 0x0:_0x54a8f0['hostAnchorId'])?_0xedce52:null,_0x20eb7c);},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x6f7)],_0x5eb3c8,_0x20eb7c]),_0x404518(()=>{const _0x23695c=_0x2a5897;var _0xc6d855;let _0x20b483=_0x11e6d3[_0x23695c(0x634)],_0x43c5e8=(_0x20b483==null?void 0x0:_0x20b483['querySelector'](_0x23695c(0x3df)))??((_0xc6d855=_0x3d64d2[_0x23695c(0x634)])==null?void 0x0:_0xc6d855[_0x23695c(0x511)](_0x23695c(0x3df)));if(!(!_0x20b483||!_0x43c5e8))return Wd(_0x20b483,_0x43c5e8);},[]),_0x404518(()=>{const _0x379b79=_0x2a5897;let _0x8b572f=_0x11e6d3['current'];if(!(_0x54a8f0!=null&&_0x54a8f0[_0x379b79(0x1a0)])||!_0x8b572f||typeof document>'u')return;let _0x413694=Xd({'activationService':_0x490e9e,'chrome':_0x3d64d2[_0x379b79(0x634)],'container':_0x8b572f,'embedId':_0x54a8f0[_0x379b79(0x1a0)],'externalHostInteractionUntil':_0x6a1e0b,'floatingActiveService':_0x1b2615,'focusCoordinator':_0x20d18e,'graceMs':0x28a,'hostUnitId':_0x54a8f0[_0x379b79(0x178)],'interactionBoundaryService':_0x3d0478,'isExternalHostInteraction':_0x1e2481,'ownedPointerInteractionUntil':_0x1a63b1,'runtimeFocusOwners':uf});return()=>_0x413694[_0x379b79(0x3ef)]();},[_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x1b2615,_0x20d18e,_0x3d0478,_0x1e2481]),_0x404518(()=>{const _0x3487b6=_0x2a5897;var _0x9cf8be;_0x416efc!==_0x3487b6(0x562)&&((_0x9cf8be=_0x207c57[_0x3487b6(0x634)])==null||_0x9cf8be[_0x3487b6(0x3ef)](),_0x207c57[_0x3487b6(0x634)]=void 0x0,nf(_0x54a8f0==null?void 0x0:_0x54a8f0[_0x3487b6(0x1a0)],Vd(_0x57dc90[_0x3487b6(0x634)],_0xa09302['current'],_0x50c27e[_0x3487b6(0x634)],_0x3342e2['current'],_0x5a47a3[_0x3487b6(0x634)])));},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x416efc]),_0x404518(()=>{const _0x2406c1=_0x2a5897;let _0x4a8061=_0x2eba07[_0x2406c1(0x634)];if(!_0x4a8061||!(_0x54a8f0!=null&&_0x54a8f0[_0x2406c1(0x1a0)])||!_0x54a8f0[_0x2406c1(0x178)])return;let _0x39a632=Zd({'acquireStage2SessionLease':_0x53cce7,'activationService':_0x490e9e,'data':{'childType':_0x20eb7c,'childUnitId':_0x11acf1,'embedId':_0x54a8f0[_0x2406c1(0x1a0)],'hostAnchorId':_0x54a8f0[_0x2406c1(0x6f7)],'hostUnitId':_0x54a8f0[_0x2406c1(0x178)]},'embedModelService':_0x576adc,'enableStage1BodyDrag':_0x4f12ec,'floatingActiveService':_0x1b2615,'gate':_0x4a8061,'interactionFlow':_0xbf9e90,'popupRoot':_0x5a47a3[_0x2406c1(0x634)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x397760});return()=>_0x39a632[_0x2406c1(0x3ef)]();},[_0x53cce7,_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x6f7)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x576adc,_0x4f12ec,_0x1b2615,_0xbf9e90,_0x397760,_0x20eb7c,_0x11acf1]),_0x404518(()=>{const _0x4b4924=_0x2a5897;let _0xeb11d3=_0x11e6d3[_0x4b4924(0x634)];if(!_0xeb11d3||!_0x54fa10)return;let _0x257226=_0x54fa10(_0xeb11d3);if(!_0x257226)return;let _0x71ec94=_0x52c440[_0x4b4924(0x334)](_0x257226,_0xeb11d3);return()=>_0x71ec94['dispose']();},[_0x52c440,_0x54fa10]),_0x404518(()=>{const _0x5a3871=_0x2a5897;let _0x4ccd60=_0x11e6d3[_0x5a3871(0x634)],_0x554797=_0x2eba07[_0x5a3871(0x634)],_0x448519=_0x57dc90[_0x5a3871(0x634)];if(!_0x4ccd60||!_0x554797||!_0x448519)return;let _0x56396b=mu({'container':_0x4ccd60,'gate':_0x554797,'getChildContext':()=>_0x26af90[_0x5a3871(0x634)],'getStage':()=>_0x54a8f0!=null&&_0x54a8f0[_0x5a3871(0x1a0)]?_0x1b2615[_0x5a3871(0x46d)](_0x54a8f0[_0x5a3871(0x1a0)]):'inactive','hostScrollOffset':_0x37ae36,'hostWheelGestureService':_0x52c440,'invalidate':_0x4e5c1f=>kd(_0x5035e9,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x5a3871(0x1a0)],_0x4e5c1f,_0x2dbce5),'liveRoot':_0x448519,'onHostWheel':_0x3d4b1d,'passiveViewportRegistry':_0x331448,'passiveWheelHandlerRegistry':_0x1ae97b,'resizeDocsSheetLikeRendererByWheel':_0x3ce762,'routeHostGestures':!!_0x54fa10,'syncHostVerticalScroll':_0x3793fb,'viewScale':_0x4f378c});return()=>_0x56396b[_0x5a3871(0x3ef)]();},[_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x4f378c,_0x1b2615,_0x5035e9,_0x52c440,_0x331448,_0x1ae97b,_0x3ce762,_0x54fa10,_0x3d4b1d,_0x3793fb]),_0x404518(()=>()=>{const _0x146f5d=_0x2a5897;_0x2dbce5[_0x146f5d(0x634)][_0x146f5d(0x684)](_0x53d8fb=>window[_0x146f5d(0x3a3)](_0x53d8fb)),_0x2dbce5[_0x146f5d(0x634)]=[];},[]),_0x404518(()=>{const _0x5e0e9c=_0x2a5897;let _0x375e94=_0x57dc90[_0x5e0e9c(0x634)];if(!_0x375e94)return;let _0x3bbecd=$d({'acquireStage2SessionLease':_0x53cce7,'activationService':_0x490e9e,'data':{'childType':_0x20eb7c,'childUnitId':_0x11acf1,'embedId':_0x54a8f0==null?void 0x0:_0x54a8f0[_0x5e0e9c(0x1a0)],'hostUnitId':_0x54a8f0==null?void 0x0:_0x54a8f0[_0x5e0e9c(0x178)]},'embedModelService':_0x576adc,'floatingActiveService':_0x1b2615,'focusCoordinator':_0x20d18e,'getRuntimeRoots':()=>Vd(_0x50c27e[_0x5e0e9c(0x634)],_0xa09302[_0x5e0e9c(0x634)],_0x3342e2['current'],_0x5a47a3[_0x5e0e9c(0x634)],_0x57dc90[_0x5e0e9c(0x634)]),'interactionFlow':_0xbf9e90,'liveRoot':_0x375e94,'popupRoot':_0x5a47a3[_0x5e0e9c(0x634)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x397760,'runtimeFocusOwners':uf});return()=>_0x3bbecd[_0x5e0e9c(0x3ef)]();},[_0x53cce7,_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x576adc,_0x1b2615,_0x20d18e,_0xbf9e90,_0x397760,_0x20eb7c,_0x11acf1]),_0x404518(()=>{const _0xcdb8f1=_0x2a5897;let _0x6fd68a=_0x57dc90[_0xcdb8f1(0x634)];if(!_0x6fd68a||!(_0x54a8f0!=null&&_0x54a8f0['embedId']))return;let _0x270842=ef({'data':{'childType':_0x54a8f0[_0xcdb8f1(0x1ec)],'childUnitId':_0x54a8f0[_0xcdb8f1(0x4d3)],'embedId':_0x54a8f0[_0xcdb8f1(0x1a0)],'hostUnitId':_0x54a8f0[_0xcdb8f1(0x178)]},'floatingActiveService':_0x1b2615,'focusCoordinator':_0x20d18e,'graceMs':0x28a,'interactionBoundaryService':_0x3d0478,'liveRoot':_0x6fd68a,'ownedPointerInteractionUntil':_0x1a63b1,'pointerLease':_0x207c57,'verticalScrollOwner':_0xfe837c});return()=>_0x270842['dispose']();},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1ec)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x4d3)],_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x1b2615,_0x20d18e,_0x3d0478]),_0x404518(()=>{const _0x89d9aa=_0x2a5897;if(_0x416efc!==_0x89d9aa(0x562)||_0xbf9e90!==_0x89d9aa(0x103))return;let _0x101510=_0x57dc90[_0x89d9aa(0x634)];if(!_0x101510)return;let _0x492f51,_0x3c8886=()=>Gd(Vd(_0x50c27e[_0x89d9aa(0x634)],_0xa09302[_0x89d9aa(0x634)],_0x3342e2[_0x89d9aa(0x634)],_0x5a47a3[_0x89d9aa(0x634)],_0x57dc90[_0x89d9aa(0x634)])),_0x432069=()=>{const _0x3e7970=_0x89d9aa;let _0x13a97a=_0x101510[_0x3e7970(0xfa)][_0x3e7970(0x526)];return!_0x13a97a||_0x13a97a===_0x3c8886()?!0x1:Vd(_0x57dc90['current'],_0xa09302[_0x3e7970(0x634)],_0x50c27e[_0x3e7970(0x634)],_0x3342e2[_0x3e7970(0x634)],_0x5a47a3['current'])['some'](_0x463990=>_0x463990[_0x3e7970(0x434)](_0x13a97a));},_0x5f1589=()=>{const _0x295d98=_0x89d9aa;if(!Kd(_0x54a8f0==null?void 0x0:_0x54a8f0[_0x295d98(0x1ec)],!0x0))return;let _0x27b0e7=_0x3c8886();if(_0x27b0e7&&!_0x20d18e[_0x295d98(0x570)](_0x54a8f0==null?void 0x0:_0x54a8f0[_0x295d98(0x1a0)],{'ignoreOwners':uf})&&!_0x432069()){if(_0x54a8f0!=null&&_0x54a8f0[_0x295d98(0x178)]&&_0x54a8f0['embedId']){let _0x38bbcc=_0x576adc[_0x295d98(0x6b2)](_0x54a8f0[_0x295d98(0x178)],_0x54a8f0['embedId']);(_0x38bbcc==null?void 0x0:_0x38bbcc[_0x295d98(0x4d3)])!=null&&_0x38bbcc[_0x295d98(0x1ec)]!=null&&_0x490e9e['focusFloatingRuntime'](_0x38bbcc);}_0x27b0e7[_0x295d98(0x5e3)]('tabindex')||(_0x27b0e7[_0x295d98(0x547)]=-0x1),_0x27b0e7[_0x295d98(0x3d1)]({'preventScroll':!0x0});}};return _0x5f1589(),_0x492f51=window[_0x89d9aa(0x403)](()=>{_0x492f51=void 0x0,_0x5f1589();}),()=>{const _0x507b50=_0x89d9aa;_0x492f51!=null&&(window[_0x507b50(0x3a3)](_0x492f51),_0x492f51=void 0x0);};},[_0x490e9e,_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1ec)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],_0x576adc,_0x20d18e,_0xbf9e90,_0x416efc]),_0x404518(()=>{const _0x27afa6=_0x2a5897;let _0x39cf8f=_0x11e6d3[_0x27afa6(0x634)],_0x5623bb=_0x4ee10c[_0x27afa6(0x634)];if(!_0x39cf8f||!_0x5623bb||typeof window>'u')return;let _0x4b14f9=ld({'collapseViewportHeight':_0x480679==null?void 0x0:_0x480679['visibleCanvasHeight'],'collapseWithoutChildScroll':(_0x54a8f0==null?void 0x0:_0x54a8f0[_0x27afa6(0x1ec)])===_0x152567[_0x27afa6(0x39f)],'container':_0x39cf8f,'content':_0x5623bb,'contentHeight':_0x480679==null?void 0x0:_0x480679[_0x27afa6(0x493)],'enabled':_0x3793fb,'getChildContext':()=>_0x26af90[_0x27afa6(0x634)],'getProvider':_0x4c70b8=>_0x331448[_0x27afa6(0x96)](_0x4c70b8['childType'],_0x4c70b8[_0x27afa6(0x3b8)]),'getStage':()=>_0x54a8f0!=null&&_0x54a8f0[_0x27afa6(0x1a0)]?_0x1b2615['getStage'](_0x54a8f0[_0x27afa6(0x1a0)]):_0x27afa6(0x112),'hostLayout$':_0xcf4ffe,'invalidate':()=>_0x5035e9[_0x27afa6(0x4a7)]({'embedId':_0x54a8f0==null?void 0x0:_0x54a8f0[_0x27afa6(0x1a0)],'reason':_0x27afa6(0x4eb)}),'offset':_0x37ae36,'onHostWheel':_0x3d4b1d,'owner':_0xfe837c,'syncingChildFromHost':_0x2b7830,'syncingHostFromChild':_0x3f4ee2,'viewScale':_0x4f378c,'viewportHeight':_0x480679==null?void 0x0:_0x480679[_0x27afa6(0x18e)]});return()=>_0x4b14f9[_0x27afa6(0x3ef)]();},[_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1ec)],_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],_0x480679==null?void 0x0:_0x480679[_0x2a5897(0x493)],_0x4f378c,_0x480679==null?void 0x0:_0x480679['visibleCanvasHeight'],_0x480679==null?void 0x0:_0x480679['viewportHeight'],_0x1b2615,_0x5035e9,_0xcf4ffe,_0x96fc74,_0x331448,_0x3d4b1d,_0x3793fb]);let _0xd80f2b=ou({'stage':_0x416efc,'interactionFlow':_0xbf9e90}),_0x1bab08=_0xd80f2b[_0x2a5897(0x288)],_0x3c2e40=_0xd80f2b[_0x2a5897(0x484)],_0x4773d9=_0x480679?{'top':_0x480679['floatingMenuInsetTop']*_0x4f378c,'left':-_0xad728b*_0x4f378c,'width':(((_0xdc79c7==null?void 0x0:_0xdc79c7[_0x2a5897(0x529)])??0x1)+_0xad728b)*_0x4f378c,'height':_0x480679['viewportHeight']*_0x4f378c}:_0x242b0b?{'top':_0x242b0b[_0x2a5897(0x4b9)],'height':_0x2a5897(0x82)+_0x242b0b['floatingMenuInsetTop']+'px)'}:void 0x0,_0x84415=_0x480679?{'width':((_0xdc79c7==null?void 0x0:_0xdc79c7[_0x2a5897(0x529)])??0x1)+_0xad728b,'height':_0x480679[_0x2a5897(0x18e)],'transform':_0x4f378c===0x1?void 0x0:_0x2a5897(0x45e)+_0x4f378c+')','transformOrigin':_0x2a5897(0x54d)}:void 0x0,_0x3bd4b8=_0x480679?{'left':0x0,'width':_0x2a5897(0x196),'height':_0x480679[_0x2a5897(0x18e)],'minHeight':_0x480679[_0x2a5897(0x18e)]}:void 0x0;return _0x2e142b('div',{'ref':_0x11e6d3,'className':_0x54132b(_0x2a5897(0x304),_0x416efc==='inactive'&&_0xee5e7e,_0x480679&&_0x2a5897(0x2ad)),'data-u-comp':_0x2a5897(0x365),'data-embed-float-dom':_0x2a5897(0x13e),'data-embed-float-stage':_0x416efc,'data-embed-id':_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x1a0)],'data-embed-host-unit-id':_0x54a8f0==null?void 0x0:_0x54a8f0[_0x2a5897(0x178)],'data-embed-host-anchor-id':_0x54a8f0==null?void 0x0:_0x54a8f0['hostAnchorId'],'data-embed-child-unit-id':_0x11acf1,'data-embed-child-type':_0x20eb7c,'data-embed-interaction-flow':_0xbf9e90,'children':[_0x2e142b(_0x2a5897(0xfb),{'ref':_0x4ee10c,'className':_0x54132b(_0x2a5897(0x271),_0x480679&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':_0x2a5897(0x4ec),'data-embed-float-content':_0x2a5897(0x13e),'style':_0x4773d9,'children':[_0x2e142b(_0x2a5897(0xfb),{'ref':_0x57dc90,'className':_0x54132b(_0x2a5897(0x692),_0x480679&&_0x2a5897(0xca)),'data-u-comp':'embed-float-dom-live','data-embed-float-live':_0x2a5897(0x13e),'style':_0x84415,'children':[_0x5bc716('div',{'ref':_0x50c27e,'className':_0x54132b(_0x2a5897(0x15e),_0x5cb770,_0x480679&&_0x2a5897(0x441),_0x1bab08&&_0x2a5897(0x2ad)),'data-u-comp':_0x2a5897(0x253),'style':_0x3bd4b8,'data-embed-canvas-root':_0x2a5897(0x13e)}),_0x5bc716(_0x2a5897(0xfb),{'ref':_0xa09302,'className':_0x54132b(_0x2a5897(0x613),_0x1bab08&&'univer-pointer-events-none'),'data-u-comp':'embed-float-dom-live-content','style':_0x3bd4b8,'data-embed-content-root':_0x2a5897(0x13e)})]}),_0x5bc716('div',{'ref':_0x2eba07,'className':_0x54132b(_0x2a5897(0x43b),_0x3c2e40&&'univer-pointer-events-none'),'data-u-comp':_0x2a5897(0x556),'data-embed-float-interaction-gate':_0x2a5897(0x13e)}),_0x416efc===_0x2a5897(0x112)&&_0x5bc716(_0x53a733,{'className':_0x2a5897(0x10d)})]}),_0x2e142b(_0x2a5897(0xfb),{'ref':_0x3d64d2,'className':'univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x416efc,'data-embed-id':_0x54a8f0==null?void 0x0:_0x54a8f0['embedId'],'style':{'zIndex':_0x45b1f9??0x320},'children':[_0x5bc716(_0x2a5897(0xfb),{'ref':_0x3342e2,'className':_0x2a5897(0x4cd),'data-u-comp':_0x2a5897(0x264),'data-embed-overlay-root':_0x2a5897(0x13e)}),_0x5bc716(_0x2a5897(0xfb),{'ref':_0x5a47a3,'className':_0x2a5897(0x4cd),'data-u-comp':_0x2a5897(0x339),'data-embed-popup-root':_0x2a5897(0x13e)}),_0x5bc716(of,{'hostUnitId':_0x54a8f0==null?void 0x0:_0x54a8f0['hostUnitId'],'embedId':_0x54a8f0==null?void 0x0:_0x54a8f0['embedId']})]})]});}function ff(_0x5cefd2){const _0x39215e=_0x5878b6;let _0x504175=_0x5cefd2==null?void 0x0:_0x5cefd2[_0x39215e(0x298)][_0x39215e(0x140)];if(_0x504175)try{let _0x32a431=typeof _0x504175==_0x39215e(0x41b)?_0x2763cc(_0x504175):_0x504175;return{'childUnitId':_0x32a431[_0x39215e(0x296)]['selector'],'childType':_0x3dc69f(_0x32a431[_0x39215e(0x296)]['type'])};}catch{return;}}function pf(_0x2e6684){const _0x2cff7b=_0x5878b6;var _0x310766,_0xe65730;let _0x580db2=((_0x310766=_0x2e6684[_0x2cff7b(0x213)])==null?void 0x0:_0x310766[_0x2cff7b(0x680)])||void 0x0;if(_0x580db2&&typeof _0x580db2==_0x2cff7b(0x414)&&_0x580db2['layout'])return _0x580db2[_0x2cff7b(0x3b8)];let _0x1fc3bb=((_0xe65730=_0x2e6684[_0x2cff7b(0x213)])==null?void 0x0:_0xe65730[_0x2cff7b(0x3e8)])||void 0x0;return _0x1fc3bb&&typeof _0x1fc3bb==_0x2cff7b(0x414)&&_0x1fc3bb[_0x2cff7b(0x485)]?'tab-peer':void 0x0;}var mf=class extends _0x4c5370{constructor(..._0x2857f3){const _0x4a6c2a=_0x5878b6;super(..._0x2857f3),X(this,_0x4a6c2a(0x653),new Map()),X(this,_0x4a6c2a(0x6f4),new _0x2d3fef()),X(this,_0x4a6c2a(0x2c1),this[_0x4a6c2a(0x6f4)]['asObservable']());}[_0x5878b6(0x334)](_0x423099){const _0x518f8f=_0x5878b6;return this[_0x518f8f(0x653)]['set'](_0x423099[_0x518f8f(0x1ec)],_0x423099),_0x139183(()=>{const _0x30827c=_0x518f8f;this[_0x30827c(0x653)][_0x30827c(0x96)](_0x423099[_0x30827c(0x1ec)])===_0x423099&&this[_0x30827c(0x653)][_0x30827c(0x66b)](_0x423099['childType']);});}[_0x5878b6(0x96)](_0x41f1ca){const _0x180490=_0x5878b6;return this[_0x180490(0x653)][_0x180490(0x96)](_0x41f1ca);}[_0x5878b6(0x4d2)](){const _0x134095=_0x5878b6;return[...this[_0x134095(0x653)]['values']()];}[_0x5878b6(0x1a3)](_0x288bbd){const _0x2dcdf2=_0x5878b6;var _0x2ef166;return(_0x2ef166=this[_0x2dcdf2(0x96)](_0x288bbd[_0x2dcdf2(0x1ec)]))==null?void 0x0:_0x2ef166[_0x2dcdf2(0x1a3)](_0x288bbd);}[_0x5878b6(0x35f)](_0x4f9aef,_0x51d358){const _0xbf8322=_0x5878b6;this['_contentSizeChanged$'][_0xbf8322(0x642)]({'embedId':_0x51d358,'hostUnitId':_0x4f9aef});}[_0x5878b6(0x3ef)](){const _0x17c990=_0x5878b6;this['_providers'][_0x17c990(0x120)](),this[_0x17c990(0x6f4)][_0x17c990(0x500)](),super[_0x17c990(0x3ef)]();}};let hf=class{constructor(_0x325c36){const _0x3e4214=_0x5878b6;this[_0x3e4214(0x469)]=_0x325c36,X(this,_0x3e4214(0x34d),new Map());}['acquire'](_0x3a5cbe,_0x44934c){const _0xd62a57=_0x5878b6;if(this['_leases'][_0xd62a57(0x6d0)](_0x3a5cbe['embedId']))throw Error(_0xd62a57(0x6f1)+_0x3a5cbe[_0xd62a57(0x1a0)]);let _0x82fe1d=this['_mountService'][_0xd62a57(0x192)](_0x3a5cbe[_0xd62a57(0x1a0)]),_0x21118e=_0x82fe1d!=null&&_0x82fe1d[_0xd62a57(0x276)]?this['_relocateExistingSession'](_0x82fe1d,_0x44934c):this[_0xd62a57(0x2ea)](_0x3a5cbe,_0x44934c);return this['_leases'][_0xd62a57(0x5ad)](_0x3a5cbe[_0xd62a57(0x1a0)],_0x21118e),{'session':_0x21118e['session'],'ownsSession':_0x21118e[_0xd62a57(0x5aa)],'dispose':()=>{const _0x458f76=_0xd62a57;this[_0x458f76(0x34d)][_0x458f76(0x96)](_0x3a5cbe[_0x458f76(0x1a0)])===_0x21118e&&(this[_0x458f76(0x34d)][_0x458f76(0x66b)](_0x3a5cbe[_0x458f76(0x1a0)]),_0x21118e[_0x458f76(0x3ef)]());}};}['_relocateExistingSession'](_0x115846,_0x149e6f){const _0xd14865=_0x5878b6;let _0xbff5c=gf(_0x115846);if(_0xbff5c[_0xd14865(0x102)]===0x0)throw Error(_0xd14865(0x1d3)+_0x115846[_0xd14865(0x1a0)]);let _0x48a9f8=_0xbff5c[_0xd14865(0x28d)](_0x1d8990=>{const _0x508a87=_0xd14865;let _0x567be3=_0x1d8990[_0x508a87(0x1fe)];if(!_0x567be3)throw Error(_0x508a87(0x101)+_0x115846[_0x508a87(0x1a0)]);return{'node':_0x1d8990,'originalParent':_0x567be3,'placeholder':document['createComment'](_0x508a87(0x183))};});return _0x48a9f8[_0xd14865(0x684)](({node:_0x393951,originalParent:_0x44e3b1,placeholder:_0xeaf570})=>{const _0x9729eb=_0xd14865;_0x44e3b1[_0x9729eb(0x3b4)](_0xeaf570,_0x393951);}),_0x149e6f[_0xd14865(0x661)](..._0xbff5c),{'session':_0x115846,'ownsSession':!0x1,'dispose':()=>{const _0x1247e3=_0xd14865;if(this[_0x1247e3(0x469)][_0x1247e3(0x192)](_0x115846[_0x1247e3(0x1a0)])!==_0x115846){_0x48a9f8['forEach'](({node:_0x5079b1,placeholder:_0xea944e})=>{const _0x203021=_0x1247e3;_0x5079b1[_0x203021(0x2a8)](),_0xea944e[_0x203021(0x2a8)]();});return;}_0x48a9f8[_0x1247e3(0x684)](({node:_0xd3a8d5,originalParent:_0x4ded28,placeholder:_0x4a45a8})=>{const _0x4b52ad=_0x1247e3;if(_0x4a45a8[_0x4b52ad(0x1fe)]){_0x4a45a8[_0x4b52ad(0x2d0)](_0xd3a8d5);return;}_0x4ded28['appendChild'](_0xd3a8d5);});}};}[_0x5878b6(0x2ea)](_0x38ecdc,_0x2fc4fe){const _0x54b284=_0x5878b6;let _0x52deb5=this[_0x54b284(0x469)][_0x54b284(0x5ea)](_0x38ecdc,_0x2fc4fe);return{'session':_0x52deb5,'ownsSession':!0x0,'dispose':()=>{const _0x14530f=_0x54b284;this['_mountService']['getSession'](_0x38ecdc[_0x14530f(0x1a0)])===_0x52deb5&&this[_0x14530f(0x469)]['unmount'](_0x38ecdc['embedId']);}};}};hf=fs([$(0x0,_0x431841(Gc))],hf);function gf(_0x2a3975){const _0x53d76f=_0x5878b6;let _0x13736d=_0x2a3975[_0x53d76f(0x276)];if(!_0x13736d)return[];let _0xc74b72=_0x13736d[_0x53d76f(0x6b3)][_0x53d76f(0x61e)],_0x1e8055=new Set([_0x13736d[_0x53d76f(0x44c)][_0x53d76f(0x6d9)][_0x53d76f(0x41d)],_0x13736d[_0x53d76f(0x44c)]['roots'][_0x53d76f(0x4ad)],_0x13736d[_0x53d76f(0x44c)]['roots'][_0x53d76f(0x555)]]);return _0x13736d[_0x53d76f(0x44c)][_0x53d76f(0x6d9)][_0x53d76f(0x61f)]&&_0x1e8055[_0x53d76f(0x36d)](_0x13736d[_0x53d76f(0x44c)][_0x53d76f(0x6d9)]['canvas']),_0x13736d['runtimeScope'][_0x53d76f(0x6d9)][_0x53d76f(0x50e)]&&_0x1e8055[_0x53d76f(0x36d)](_0x13736d[_0x53d76f(0x44c)][_0x53d76f(0x6d9)][_0x53d76f(0x50e)]),_0x13736d[_0x53d76f(0x44c)][_0x53d76f(0x6d9)]['footerSlot']&&_0x1e8055['add'](_0x13736d[_0x53d76f(0x44c)][_0x53d76f(0x6d9)]['footerSlot']),_0x1e8055['delete'](_0xc74b72),Array['from'](_0xc74b72[_0x53d76f(0x340)])[_0x53d76f(0x273)](_0x5412dd=>_0x5412dd instanceof HTMLElement&&[..._0x1e8055][_0x53d76f(0x3f3)](_0x4742e0=>_0x5412dd===_0x4742e0||_0x5412dd[_0x53d76f(0x434)](_0x4742e0)));}const _f=0x3e8;function vf(_0x1ab307,_0x42d74b){const _0x2fd06d=_0x5878b6;return{'childType':_0x42d74b[_0x2fd06d(0x1ec)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x2574a7=>yf(_0x1ab307,_0x42d74b[_0x2fd06d(0xd1)],_0x2574a7)};}async function yf(_0x1f137f,_0x386b6d,_0x5a6c3e){const _0x10357d=_0x5878b6;let _0x3e0a6f=_0x1f137f['get'](_0x386b6d),_0x5c190f=await bf(_0x3e0a6f,_0x5a6c3e);if(_0x5c190f)return _0x5c190f;if(!_0x5a6c3e['context']){let _0x352b82=_0x3e0a6f[_0x10357d(0x427)](_0x5a6c3e[_0x10357d(0x4d3)]);if(_0x352b82){let _0x1016d9=await wf(_0x352b82,_0x5a6c3e);if(_0x1016d9)return _0x1016d9;}}let _0x2407b6=await xf(_0x1f137f,_0x5a6c3e);return _0x2407b6===null?Sf(_0x1f137f,_0x3e0a6f,_0x5a6c3e):_0x2407b6;}async function bf(_0x3a7d96,_0x480bbe){const _0x375272=_0x5878b6;if(!_0x480bbe[_0x375272(0x276)])return;let _0x1acca4=_0x480bbe['reason']===_0x375272(0x21b)?Ic(_0x480bbe['context']):void 0x0;try{_0x480bbe[_0x375272(0x478)]===_0x375272(0x21b)&&await Rc(_0x480bbe[_0x375272(0x1ec)]);let _0x32f4f5=_0x3a7d96['getRenderUnitById'](_0x480bbe[_0x375272(0x4d3)]);return _0x32f4f5&&await Of(_0x32f4f5,!0x1,Af(_0x480bbe['context'])),Nc(_0x480bbe[_0x375272(0x276)]);}finally{_0x1acca4==null||_0x1acca4();}}async function xf(_0x419b61,_0x47b0f7){const _0x2136e=_0x5878b6;if(Nf(_0x47b0f7)!==_0x2136e(0x3cc)||!_0x419b61[_0x2136e(0x6d0)](hf))return null;if(typeof document>'u')return;let _0x27efe4=kf(_0x47b0f7),_0x188c06;try{_0x188c06=_0x419b61[_0x2136e(0x96)](hf)['acquire']({..._0x47b0f7[_0x2136e(0xda)],'mode':_0x2136e(0x1b8)},_0x27efe4);let _0x265274=_0x188c06[_0x2136e(0x551)][_0x2136e(0x276)];if(!_0x265274)return;let _0x32658e=_0x47b0f7[_0x2136e(0x478)]==='print'?Ic(_0x265274):void 0x0;try{return _0x47b0f7[_0x2136e(0x478)]===_0x2136e(0x21b)&&await Rc(_0x47b0f7[_0x2136e(0x1ec)]),await Ef(_0x265274),Nc(_0x265274);}finally{_0x32658e==null||_0x32658e();}}catch{return;}finally{_0x188c06==null||_0x188c06[_0x2136e(0x3ef)](),_0x27efe4[_0x2136e(0x2a8)]();}}async function Sf(_0x415340,_0x583015,_0x462e49){const _0x143bb1=_0x5878b6;var _0x4d3a28,_0x5dbe48;if(typeof document>'u')return;let _0x1d9397=kf(_0x462e49),_0x4611a3=(_0x4d3a28=_0x462e49[_0x143bb1(0x276)])!=null&&(_0x4d3a28=_0x4d3a28[_0x143bb1(0x44c)])!=null&&_0x4d3a28[_0x143bb1(0x391)]?void 0x0:ys(Mf(_0x415340,_0x462e49,_0x1d9397)),_0x48842a=((_0x5dbe48=_0x462e49[_0x143bb1(0x276)])==null||(_0x5dbe48=_0x5dbe48[_0x143bb1(0x44c)])==null?void 0x0:_0x5dbe48['injector'])??_0x4611a3,_0x234995=Oc(_0x583015,_0x462e49[_0x143bb1(0x4d3)],_0x48842a);if(!_0x234995){_0x4611a3==null||_0x4611a3[_0x143bb1(0x3ef)](),_0x1d9397[_0x143bb1(0x2a8)]();return;}return Cf(_0x583015,_0x462e49[_0x143bb1(0x4d3)],_0x234995,_0x4611a3,_0x1d9397,_0x462e49);}async function Cf(_0xe35980,_0x1c747e,_0x789e1a,_0x3cd0c4,_0x3e10ee,_0x4060c7){const _0x439ed4=_0x5878b6;let _0x76fb69;try{return _0x789e1a[_0x439ed4(0x14c)]['mount'](_0x3e10ee),_0x4060c7[_0x439ed4(0x478)]==='print'&&(_0x76fb69=Lc(_0x789e1a,[_0x3e10ee]),await Rc(_0x4060c7['childType'])),await Of(_0x789e1a,!0x0),Tf(_0x789e1a);}catch{return;}finally{_0x76fb69==null||_0x76fb69();try{var _0x4642b8,_0x3f7ac6;(_0x4642b8=(_0x3f7ac6=_0x789e1a['engine'])['unmount'])==null||_0x4642b8['call'](_0x3f7ac6);}catch{}if(_0x3cd0c4){var _0x11c8f1;(_0x11c8f1=_0xe35980[_0x439ed4(0x626)])==null||_0x11c8f1[_0x439ed4(0x610)](_0xe35980,_0x1c747e),_0x3cd0c4[_0x439ed4(0x3ef)]();}_0x3e10ee[_0x439ed4(0x2a8)]();}}async function wf(_0x6a3edb,_0x4f59dd){const _0x164713=_0x5878b6;let _0xbb08ac=_0x4f59dd[_0x164713(0x478)]===_0x164713(0x21b)?Lc(_0x6a3edb):void 0x0;try{return _0x4f59dd[_0x164713(0x478)]===_0x164713(0x21b)&&await Rc(_0x4f59dd[_0x164713(0x1ec)]),Tf(_0x6a3edb);}finally{_0xbb08ac==null||_0xbb08ac();}}function Tf(_0x3e318e){const _0x574436=_0x5878b6;var _0x137832,_0x191dc4,_0x598771,_0x853084,_0x5f1cf2;let _0x1910b1=((_0x137832=(_0x191dc4=_0x3e318e[_0x574436(0x14c)])['getCanvasElement'])==null?void 0x0:_0x137832[_0x574436(0x610)](_0x191dc4))??((_0x598771=(_0x853084=_0x3e318e[_0x574436(0x14c)])[_0x574436(0x6c1)])==null||(_0x598771=_0x598771[_0x574436(0x610)](_0x853084))==null||(_0x5f1cf2=_0x598771['getCanvasEle'])==null?void 0x0:_0x5f1cf2[_0x574436(0x610)](_0x598771));if(!(!_0x1910b1||_0x1910b1[_0x574436(0x6c9)]<=0x1||_0x1910b1[_0x574436(0x2e8)]<=0x1||typeof _0x1910b1[_0x574436(0x604)]!=_0x574436(0x59d)))return _0x1910b1[_0x574436(0x604)](_0x574436(0x4e0));}async function Ef(_0x264598,_0x1987cb=!0x1){const _0x40dff6=_0x5878b6;try{var _0x8b91be;let _0x35a081=(((_0x8b91be=_0x264598[_0x40dff6(0x44c)])==null?void 0x0:_0x8b91be[_0x40dff6(0x391)])??_0x264598[_0x40dff6(0x391)])[_0x40dff6(0x96)](_0x4fb5e9),_0x3d1403=Date[_0x40dff6(0x392)]()+_f,_0x139d64=await Df(_0x35a081,_0x264598[_0x40dff6(0x4d3)],_0x3d1403);_0x139d64&&(_0x1987cb&&(_0x139d64[_0x40dff6(0x4dc)][_0x40dff6(0x494)](!0x0),await Promise[_0x40dff6(0x436)]([_0x139d64[_0x40dff6(0x4dc)][_0x40dff6(0x361)](),new Promise(_0x2a1b92=>globalThis['setTimeout'](_0x2a1b92,Math['max'](0x0,_0x3d1403-Date['now']())))])),await Of(_0x139d64,!0x1,Af(_0x264598),_0x3d1403));}catch{}}async function Df(_0x4de889,_0x5ee743,_0x1de3e6){const _0x5f432e=_0x5878b6;let _0x2bad11=_0x4de889['getRenderUnitById'](_0x5ee743);if(_0x2bad11)return _0x2bad11;let _0x23841e=_0x4de889[_0x5f432e(0x2af)];if(!(!_0x23841e||typeof _0x23841e[_0x5f432e(0x19d)]!='function'))return new Promise(_0x1080b2=>{const _0xde7383=_0x5f432e;let _0x199e24=!0x1,_0x1acf6b,_0x1c04b5,_0x5a6a5c=_0x35b305=>{const _0x4a1736=_0x4fd0;_0x199e24||(_0x199e24=!0x0,_0x1acf6b!==void 0x0&&globalThis[_0x4a1736(0x14f)](_0x1acf6b),_0x1c04b5==null||_0x1c04b5[_0x4a1736(0x632)](),_0x1080b2(_0x35b305));},_0x1a6b56=_0x23841e[_0xde7383(0x19d)](_0x5a1afb=>{const _0x18e3d7=_0xde7383;_0x5a1afb[_0x18e3d7(0x1bc)]===_0x5ee743&&_0x5a6a5c(_0x5a1afb);});if(_0x1c04b5=_0x1a6b56,_0x199e24){_0x1a6b56['unsubscribe']();return;}let _0x1bd778=_0x4de889['getRenderUnitById'](_0x5ee743);if(_0x1bd778){_0x5a6a5c(_0x1bd778);return;}_0x1acf6b=globalThis[_0xde7383(0x119)](()=>_0x5a6a5c(_0x4de889[_0xde7383(0x427)](_0x5ee743)??void 0x0),Math[_0xde7383(0x33a)](0x0,_0x1de3e6-Date[_0xde7383(0x392)]()));});}async function Of(_0x4ae2b9,_0x209bfb,_0x1ebb8e=!0x0,_0x4ffbcb=Date[_0x5878b6(0x392)]()+_f){const _0xe15e91=_0x5878b6;await jf(_0x4ffbcb);let _0x40ccaf=_0x4ae2b9[_0xe15e91(0x4dc)][_0xe15e91(0x411)];if(!_0x40ccaf){_0x209bfb&&jc(_0x4ae2b9,{'activate':!0x1});return;}await new Promise(_0x219823=>{const _0x3de1ae=_0xe15e91;let _0x469a2e=!0x1,_0x4868af,_0x1448e9,_0x3ee64e,_0x4e6286=()=>{const _0x20e70e=_0x4fd0;_0x469a2e||(_0x469a2e=!0x0,_0x4868af!==void 0x0&&globalThis[_0x20e70e(0x14f)](_0x4868af),_0x1448e9!==void 0x0&&globalThis[_0x20e70e(0x14f)](_0x1448e9),_0x3ee64e==null||_0x3ee64e[_0x20e70e(0x632)](),_0x219823());},_0x194381=()=>{const _0x1fe8b0=_0x4fd0;_0x4868af!==void 0x0&&globalThis[_0x1fe8b0(0x14f)](_0x4868af),_0x4868af=globalThis[_0x1fe8b0(0x119)](_0x4e6286,0xa0);};_0x3ee64e=_0x40ccaf[_0x3de1ae(0x19d)](_0xb112b=>{_0xb112b&&_0x194381();}),_0x1448e9=globalThis[_0x3de1ae(0x119)](_0x4e6286,Math[_0x3de1ae(0x33a)](0x0,_0x4ffbcb-Date[_0x3de1ae(0x392)]()));try{_0x209bfb&&jc(_0x4ae2b9,{'activate':!0x1}),(_0x209bfb||_0x1ebb8e)&&_0x194381();}catch{_0x4e6286();}});}function kf(_0x321a9d){const _0xd148ca=_0x5878b6;let _0x903a02=document['createElement'](_0xd148ca(0xfb));return _0x903a02[_0xd148ca(0x50c)][_0xd148ca(0x6e0)]=_0xd148ca(0x59f),_0x903a02['style'][_0xd148ca(0x8a)]=_0xd148ca(0x317),_0x903a02[_0xd148ca(0x50c)][_0xd148ca(0x5c3)]=_0xd148ca(0x317),_0x903a02[_0xd148ca(0x50c)]['width']=Math[_0xd148ca(0x33a)](0x1,Math['round'](_0x321a9d[_0xd148ca(0x6c9)]))+'px',_0x903a02['style'][_0xd148ca(0x2e8)]=Math[_0xd148ca(0x33a)](0x1,Math[_0xd148ca(0x24a)](_0x321a9d['height']))+'px',_0x903a02[_0xd148ca(0x50c)][_0xd148ca(0x6a9)]=_0xd148ca(0x34b),document[_0xd148ca(0x43a)][_0xd148ca(0x191)](_0x903a02),_0x903a02;}function Af(_0x3d219b){const _0x54f7b5=_0x5878b6;var _0x2345b3,_0x241012,_0x95f83d;return[(_0x2345b3=_0x3d219b[_0x54f7b5(0x6b3)])==null?void 0x0:_0x2345b3[_0x54f7b5(0x6d8)],(_0x241012=_0x3d219b[_0x54f7b5(0x6b3)])==null?void 0x0:_0x241012['contentRoot'],(_0x95f83d=_0x3d219b[_0x54f7b5(0x6b3)])==null?void 0x0:_0x95f83d[_0x54f7b5(0x61e)]][_0x54f7b5(0x273)](_0x4cd20d=>!!_0x4cd20d)['some'](_0x1d5081=>Array[_0x54f7b5(0x4fc)](_0x1d5081['querySelectorAll'](_0x54f7b5(0x61f)))[_0x54f7b5(0x3f3)](_0x197ff5=>_0x197ff5[_0x54f7b5(0x6c9)]>0x1&&_0x197ff5[_0x54f7b5(0x2e8)]>0x1));}async function jf(_0x13db82){const _0x4cee24=_0x5878b6;if(typeof document>'u'||!document[_0x4cee24(0x645)]||document[_0x4cee24(0x645)][_0x4cee24(0x48c)]!==_0x4cee24(0x598))return;let _0x1ee2d1;try{await Promise[_0x4cee24(0x436)]([document[_0x4cee24(0x645)]['ready'][_0x4cee24(0x65f)](()=>void 0x0,()=>void 0x0),new Promise(_0x155366=>{const _0x39c507=_0x4cee24;_0x1ee2d1=globalThis[_0x39c507(0x119)](_0x155366,Math[_0x39c507(0x33a)](0x0,_0x13db82-Date[_0x39c507(0x392)]()));})]);}finally{_0x1ee2d1!==void 0x0&&globalThis[_0x4cee24(0x14f)](_0x1ee2d1);}}function Mf(_0x1eb475,_0x1c534e,_0x218afa){const _0x19b0f=_0x5878b6;let _0x2d12f8=Nf(_0x1c534e),_0x507b57=_0x2d12f8===_0x19b0f(0x3cc),_0x4db7c6=()=>{};return{'descriptor':_0x1c534e[_0x19b0f(0xda)],'layout':_0x2d12f8,'injector':_0x1eb475,'hostElement':_0x218afa,'container':_0x218afa,'hostUnitId':_0x1c534e['descriptor']['hostUnitId'],'embedId':_0x1c534e[_0x19b0f(0xda)][_0x19b0f(0x1a0)],'childUnitId':_0x1c534e['childUnitId'],'childType':_0x1c534e['childType'],'renderScope':{'hostUnitId':_0x1c534e['descriptor'][_0x19b0f(0x178)],'hostAnchorId':_0x1c534e['descriptor']['hostAnchorId'],'embedId':_0x1c534e['descriptor'][_0x19b0f(0x1a0)],'childUnitId':_0x1c534e['childUnitId'],'childType':_0x1c534e[_0x19b0f(0x1ec)],'layout':_0x2d12f8,'mode':_0x507b57?_0x19b0f(0x3e8):_0x19b0f(0x45f),'rootElement':_0x218afa,'contentRoot':_0x218afa,'canvasRoot':_0x218afa,'active$':_0x5694b8(!0x1)},'runtimeScope':{'descriptor':_0x1c534e[_0x19b0f(0xda)],'host':{'unitId':_0x1c534e[_0x19b0f(0xda)]['hostUnitId'],'type':_0x1c534e['descriptor']['hostType'],'anchorId':_0x1c534e[_0x19b0f(0xda)]['hostAnchorId'],'entry':_0x1c534e[_0x19b0f(0xda)][_0x19b0f(0x289)],'layout':_0x507b57?_0x19b0f(0x3cc):'float'},'child':{'unitId':_0x1c534e[_0x19b0f(0x4d3)],'type':_0x1c534e[_0x19b0f(0x1ec)]},'injector':_0x1eb475,'roots':{'root':_0x218afa,'content':_0x218afa,'canvas':_0x218afa,'overlay':_0x218afa,'popup':_0x218afa},'activate':_0x4db7c6,'deactivate':_0x4db7c6,'dispose':_0x4db7c6}};}function Nf(_0x5a4f02){const _0x51f9c1=_0x5878b6;var _0x17fce7,_0x373c6a,_0x4b5c14;let _0x290a04=(_0x17fce7=_0x5a4f02[_0x51f9c1(0xda)][_0x51f9c1(0x213)])==null?void 0x0:_0x17fce7[_0x51f9c1(0x680)];if(_0x290a04&&typeof _0x290a04==_0x51f9c1(0x414)&&typeof _0x290a04[_0x51f9c1(0x3b8)]==_0x51f9c1(0x41b))return _0x290a04[_0x51f9c1(0x3b8)];let _0x537c7d=(_0x373c6a=_0x5a4f02[_0x51f9c1(0xda)][_0x51f9c1(0x213)])==null?void 0x0:_0x373c6a[_0x51f9c1(0x3e8)];return _0x5a4f02['descriptor'][_0x51f9c1(0x289)]===_0x16334e[_0x51f9c1(0x600)]||_0x5a4f02['descriptor'][_0x51f9c1(0x289)]===_0x16334e['BasesTableListBlock']||_0x5a4f02[_0x51f9c1(0xda)]['entry']===_0x16334e[_0x51f9c1(0x1dd)]||_0x537c7d&&typeof _0x537c7d==_0x51f9c1(0x414)&&_0x537c7d['enabled']?_0x51f9c1(0x3cc):((_0x4b5c14=_0x5a4f02['context'])==null?void 0x0:_0x4b5c14[_0x51f9c1(0x3b8)])??_0x51f9c1(0x68d);}const Pf=0x640,Ff=0x4b0,If=0x7fff;let Lf=class extends _0x4c5370{constructor(_0x3455a9,_0x118fbb,_0x105773,_0x29b35c,_0x4f760a,_0x2199a9,_0x9523eb,_0x231dbf,_0x35a8b3,_0x3f8ea4,_0x54663d,_0x2764cd){const _0x350c06=_0x5878b6;super(),this['_embedModelService']=_0x3455a9,this[_0x350c06(0x24d)]=_0x118fbb,this[_0x350c06(0x14a)]=_0x105773,this[_0x350c06(0x2df)]=_0x29b35c,this['_previewService']=_0x4f760a,this[_0x350c06(0x469)]=_0x2199a9,this[_0x350c06(0x3fd)]=_0x9523eb,this['_passiveViewportRegistry']=_0x231dbf,this[_0x350c06(0x58e)]=_0x35a8b3,this[_0x350c06(0x6d2)]=_0x3f8ea4,this[_0x350c06(0x580)]=_0x54663d,this[_0x350c06(0x681)]=_0x2764cd,X(this,_0x350c06(0x491),new Map());}async[_0x5878b6(0x2d7)](_0x48bfb2){const _0x3e5021=_0x5878b6;var _0x16cb04,_0x16e15c;let _0x31c7c9=_0x48bfb2[_0x3e5021(0x6b4)]===_0x152567['UNIVER_SLIDE']?this[_0x3e5021(0x6d2)]['getUnit'](_0x48bfb2[_0x3e5021(0x1bc)],_0x152567[_0x3e5021(0x3e4)]):void 0x0,_0x1cf438=_0x31c7c9==null||(_0x16cb04=_0x31c7c9[_0x3e5021(0x58d)][_0x3e5021(0x5c6)]())==null?void 0x0:_0x16cb04[_0x3e5021(0x61d)](),_0x3cedce=_0x48bfb2[_0x3e5021(0x6b4)]===_0x152567[_0x3e5021(0x66c)]?(_0x16e15c=this[_0x3e5021(0x6d2)][_0x3e5021(0x4cb)](_0x48bfb2[_0x3e5021(0x1bc)],_0x152567['UNIVER_SHEET']))==null||(_0x16e15c=_0x16e15c[_0x3e5021(0x3e0)](!0x0))==null?void 0x0:_0x16e15c[_0x3e5021(0x3c3)]():void 0x0;try{this[_0x3e5021(0x1f6)](_0x48bfb2[_0x3e5021(0x1bc)]);let _0xea7a63=this[_0x3e5021(0x4a5)]['getActiveDescriptors'](_0x48bfb2['unitId'])[_0x3e5021(0x273)](_0x33409d=>_0x33409d['hostType']===_0x48bfb2[_0x3e5021(0x6b4)]);for(let _0x219aac of _0xea7a63)await this[_0x3e5021(0x3c4)](_0x219aac,_0x48bfb2),await this[_0x3e5021(0x609)](_0x219aac,_0x48bfb2),await this[_0x3e5021(0x5df)](_0x219aac,_0x48bfb2);}finally{_0x3cedce&&this['_commandService']['syncExecuteCommand'](_0x286f92['id'],{'unitId':_0x48bfb2[_0x3e5021(0x1bc)],'subUnitId':_0x3cedce}),_0x1cf438&&(_0x31c7c9==null||_0x31c7c9[_0x3e5021(0x58d)][_0x3e5021(0x27e)](_0x1cf438)),this[_0x3e5021(0x6d2)][_0x3e5021(0x98)](_0x48bfb2['unitId']),this[_0x3e5021(0x6d2)][_0x3e5021(0x495)](_0x48bfb2[_0x3e5021(0x1bc)]);}}[_0x5878b6(0x5b9)](_0x182f38,_0xf1fb4f){const _0x338ce4=_0x5878b6;var _0x36ca69;return(_0x36ca69=this[_0x338ce4(0x1ab)](_0x182f38,_0xf1fb4f))==null?void 0x0:_0x36ca69[_0x338ce4(0x298)];}[_0x5878b6(0x1ab)](_0x3603ff,_0x5c1046){const _0x27ca57=_0x5878b6;return this[_0x27ca57(0x491)][_0x27ca57(0x96)](this[_0x27ca57(0x256)](_0x3603ff,_0x5c1046));}async['_activateSheetTabForPrint'](_0x5963d2,_0xab741f){const _0x2a645c=_0x5878b6;var _0x30ff57;if(_0xab741f[_0x2a645c(0x6b4)]!==_0x152567[_0x2a645c(0x66c)]||_0x5963d2[_0x2a645c(0x289)]!==_0x16334e[_0x2a645c(0x600)]||this['_commandService'][_0x2a645c(0x426)](_0x286f92['id'],{'unitId':_0x5963d2[_0x2a645c(0x178)],'subUnitId':_0x5963d2[_0x2a645c(0x6f7)]})===!0x1)return;let _0x3b35d6=Date[_0x2a645c(0x392)]()+0x1388;for(;!((_0x30ff57=this[_0x2a645c(0x469)][_0x2a645c(0x192)](_0x5963d2['embedId']))!=null&&_0x30ff57[_0x2a645c(0x276)])&&Date[_0x2a645c(0x392)]()<_0x3b35d6;)await new Promise(_0x252f63=>window[_0x2a645c(0x119)](_0x252f63,0x10));}async[_0x5878b6(0x609)](_0x28f9b3,_0x15a233){const _0x4586a6=_0x5878b6;var _0x25c95b;if(_0x15a233['unitType']!==_0x152567[_0x4586a6(0x3e4)]||_0x28f9b3[_0x4586a6(0x289)]!==_0x16334e['SlidesPageListBlock'])return;this['_hostAdapterRegistry']['activateAnchor']({'descriptor':_0x28f9b3,'embedId':_0x28f9b3[_0x4586a6(0x1a0)],'entry':_0x28f9b3[_0x4586a6(0x289)],'hostAnchorId':_0x28f9b3['hostAnchorId'],'hostType':_0x28f9b3['hostType'],'hostUnitId':_0x28f9b3[_0x4586a6(0x178)]});let _0x2c9602=Date[_0x4586a6(0x392)]()+0x1388;for(;!((_0x25c95b=this['_mountService'][_0x4586a6(0x192)](_0x28f9b3['embedId']))!=null&&_0x25c95b[_0x4586a6(0x276)])&&Date[_0x4586a6(0x392)]()<_0x2c9602;)await new Promise(_0x512e75=>window['setTimeout'](_0x512e75,0x10));}async['_prepareDescriptor'](_0x929183,_0x373936){const _0x2dc196=_0x5878b6;let _0x1ace3b=Uf(this[_0x2dc196(0x6bc)][_0x2dc196(0x4ee)](_0x929183['childType']),_0x929183);if(_0x1ace3b)try{var _0x4f3a7f,_0x18e21e;let _0x4adcdb=await this['_restoreService'][_0x2dc196(0x446)]({'descriptor':_0x929183});if(!_0x4adcdb[_0x2dc196(0x4d3)]){Gf(_0x4adcdb,'Embedded\x20unit\x20is\x20not\x20available\x20for\x20print\x20'+_0x4adcdb[_0x2dc196(0x1a0)]);return;}let _0x397f56=(_0x4f3a7f=this['_mountService']['getSession'](_0x4adcdb[_0x2dc196(0x1a0)]))==null?void 0x0:_0x4f3a7f[_0x2dc196(0x276)],_0x5f28a5=await this[_0x2dc196(0x300)](_0x4adcdb[_0x2dc196(0x1a0)],_0x1ace3b,_0x397f56),_0x3afe10=this[_0x2dc196(0x67c)](_0x4adcdb,_0x397f56),_0x2ad675=await this[_0x2dc196(0xb6)](_0x4adcdb,_0x397f56,_0x3afe10,_0x373936[_0x2dc196(0x236)]),_0x1655eb=_0x2ad675?void 0x0:await this['_renderMountedScene'](_0x4adcdb,_0x397f56,_0x3afe10,_0x373936[_0x2dc196(0x236)]),_0x52e922=_0x2ad675??(_0x1655eb==null?void 0x0:_0x1655eb[_0x2dc196(0x61f)])??await _0x1ace3b['renderPreview']({'descriptor':_0x4adcdb,'childUnitId':_0x4adcdb['childUnitId'],'childType':_0x4adcdb['childType'],'width':_0x3afe10['width'],'height':_0x3afe10[_0x2dc196(0x2e8)],'dpr':_0x373936[_0x2dc196(0x236)],'viewState':_0x5f28a5,'reason':'print','context':_0x397f56}),_0x54ebaa=_0x52e922 instanceof HTMLCanvasElement?_0x52e922:void 0x0,_0x25fe03=this[_0x2dc196(0x6e5)](_0x52e922)??this[_0x2dc196(0x6e5)]((_0x18e21e=this['_previewService'][_0x2dc196(0x2d4)](_0x4adcdb[_0x2dc196(0x1a0)]))==null?void 0x0:_0x18e21e[_0x2dc196(0x184)]);if(!_0x25fe03&&!_0x54ebaa){Gf(_0x4adcdb,_0x2dc196(0x28c)+_0x4adcdb['embedId']);return;}_0x25fe03&&await this[_0x2dc196(0x4e2)](_0x25fe03);let _0xcc0e67=ip(_0x52e922,_0x3afe10);this[_0x2dc196(0x491)][_0x2dc196(0x5ad)](this['_getKey'](_0x4adcdb['hostUnitId'],_0x4adcdb[_0x2dc196(0x1a0)]),{'canvas':_0x54ebaa,'height':_0xcc0e67['height'],'source':_0x25fe03,'verticalBreaks':_0x1655eb==null?void 0x0:_0x1655eb[_0x2dc196(0x19a)],'width':_0xcc0e67[_0x2dc196(0x6c9)]});}catch(_0x3e832d){var _0x1ebace;Wf(_0x929183,_0x3e832d);let _0x2e4c22=this[_0x2dc196(0x6e5)]((_0x1ebace=this[_0x2dc196(0x6bc)]['getPreview'](_0x929183[_0x2dc196(0x1a0)]))==null?void 0x0:_0x1ebace[_0x2dc196(0x184)]);_0x2e4c22&&(await this[_0x2dc196(0x4e2)](_0x2e4c22),this[_0x2dc196(0x491)][_0x2dc196(0x5ad)](this[_0x2dc196(0x256)](_0x929183[_0x2dc196(0x178)],_0x929183['embedId']),{'height':0x1,'source':_0x2e4c22,'width':0x1}));}}async[_0x5878b6(0xb6)](_0x21fb60,_0x1f52e6,_0x51956a,_0x322367){const _0x509b22=_0x5878b6;let _0x488166=_0x1f52e6&&this[_0x509b22(0x3cd)](_0x21fb60,_0x1f52e6,_0x322367);if(_0x21fb60[_0x509b22(0x1ec)]!==_0x152567[_0x509b22(0x43f)]&&(_0x21fb60['childType']!==_0x152567[_0x509b22(0x39f)]||_0x488166)||!_0x1f52e6)return;let _0x21eb11=Ic(_0x1f52e6);try{await Rc(_0x21fb60[_0x509b22(0x1ec)]),await Ef(_0x1f52e6,!0x0),_0x21fb60[_0x509b22(0x1ec)]===_0x152567['UNIVER_BASE']&&await _0x46060d();let _0x4062e2=Fc(_0x1f52e6,!0x0),_0x47f4c4=tp(_0x51956a[_0x509b22(0x6c9)],_0x51956a[_0x509b22(0x2e8)],np(_0x1f52e6),_0x322367);return!_0x4062e2||!_0x47f4c4?void 0x0:(_0x47f4c4['context'][_0x509b22(0x324)](_0x4062e2,0x0,0x0,_0x51956a['width'],_0x51956a[_0x509b22(0x2e8)]),_0x47f4c4[_0x509b22(0x61f)]);}finally{_0x21eb11();}}async[_0x5878b6(0x628)](_0x341339,_0x450b07,_0x2c8c81,_0xdab73b){const _0x2aecfd=_0x5878b6;if(!_0x450b07||!op(_0x341339['childType']))return;let _0x2c9e33=this[_0x2aecfd(0x3cd)](_0x341339,_0x450b07,_0xdab73b);if(_0x2c9e33){var _0x15efad;let _0x4d41b5=await this['_renderCompleteScene'](_0x341339,_0x450b07,_0x2c9e33);return _0x4d41b5?{'canvas':_0x4d41b5,'verticalBreaks':(_0x15efad=_0x2c9e33[_0x2aecfd(0x19a)])==null?void 0x0:_0x15efad[_0x2aecfd(0x28d)](_0x953dc6=>_0x953dc6*_0x2c9e33[_0x2aecfd(0x1dc)]*_0x2c9e33[_0x2aecfd(0x687)])}:void 0x0;}let _0x4427b5=Ic(_0x450b07);try{await Rc(_0x341339['childType']);let _0x4d337b=await rp(_0x450b07);if(!_0x4d337b)return;let _0x50eb97=tp(_0x2c8c81[_0x2aecfd(0x6c9)],_0x2c8c81[_0x2aecfd(0x2e8)],np(_0x450b07),_0xdab73b);return _0x50eb97?(Qf(_0x4d337b,_0x50eb97[_0x2aecfd(0x276)],{'height':_0x2c8c81[_0x2aecfd(0x2e8)],'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x2c8c81[_0x2aecfd(0x6c9)]},0x1),{'canvas':_0x50eb97[_0x2aecfd(0x61f)]}):void 0x0;}finally{_0x4427b5();}}async[_0x5878b6(0x37d)](_0xff5db5,_0x44c1b0,_0xfdff5f){const _0x59a1ab=_0x5878b6;let {bodyViewportWidth:_0x169b37,bodyViewportHeight:_0x3d6853,contentBodyWidth:_0x358709,contentBodyHeight:_0x14fc8f,fullWidth:_0x46706d,fullHeight:_0x386639,originalScrollX:_0x5d5975,originalScroll:_0x30f6f6,scale:_0x2114a9,viewportProvider:_0x49bef8}=_0xfdff5f,_0x2caad0=tp(_0x46706d*_0x2114a9,_0x386639*_0x2114a9,np(_0x44c1b0),_0xfdff5f['pixelRatio']),_0x835ae9=tp(_0xfdff5f[_0x59a1ab(0x230)]['width'],_0xfdff5f['viewport']['height'],np(_0x44c1b0),_0xfdff5f[_0x59a1ab(0x687)]);if(!_0x2caad0||!_0x835ae9)return;let _0x13326d=Ic(_0x44c1b0);try{let _0x524d0d=await rp(_0x44c1b0);if(!_0x524d0d)return;let _0xf88c57=qf(_0x358709,_0x169b37),_0x4b1e55=qf(_0x14fc8f,_0x3d6853);for(let _0xbf1134 of _0xf88c57)for(let _0x221ac7 of _0x4b1e55)Jf(_0x44c1b0,_0x49bef8,_0xbf1134,_0x221ac7),await Rc(_0xff5db5[_0x59a1ab(0x1ec)]),await Ef(_0x44c1b0,!0x0),_0xff5db5['childType']===_0x152567[_0x59a1ab(0x39f)]&&await _0x46060d(),_0x835ae9[_0x59a1ab(0x368)]['clearRect'](0x0,0x0,_0xfdff5f['viewport']['width'],_0xfdff5f['viewport'][_0x59a1ab(0x2e8)]),_0x524d0d[_0x59a1ab(0x494)](!0x0),_0x524d0d['render'](_0x835ae9[_0x59a1ab(0x276)]),Yf(_0x835ae9[_0x59a1ab(0x61f)],_0x2caad0[_0x59a1ab(0x276)],_0xfdff5f,_0xbf1134,_0x221ac7);return _0x2caad0[_0x59a1ab(0x61f)];}finally{try{Jf(_0x44c1b0,_0x49bef8,_0x5d5975,_0x30f6f6),await Ef(_0x44c1b0,!0x0);}finally{_0x13326d();}}}['_resolveCompleteCaptureOptions'](_0x45eda6,_0x23be6b,_0x485b3a){const _0xd1f7ab=_0x5878b6;var _0x2192c5,_0x1052b1,_0x1f3fb8,_0x2f0ad2,_0x47e0a8;let _0x4e5344=_0x45eda6[_0xd1f7ab(0x4d3)],_0x3f526c=_0x45eda6[_0xd1f7ab(0x1ec)]===_0x152567[_0xd1f7ab(0x66c)]||_0x45eda6[_0xd1f7ab(0x1ec)]===_0x152567[_0xd1f7ab(0x39f)],_0x48796c=_0x45eda6[_0xd1f7ab(0x5eb)]===_0x152567['UNIVER_DOC']&&_0x45eda6[_0xd1f7ab(0x289)]===_0x16334e['DocsCustomBlock']&&_0x3f526c,_0x58701d=_0x3f526c&&ap(_0x45eda6[_0xd1f7ab(0x289)]);if(!_0x4e5344||!_0x48796c&&!_0x58701d)return;let _0x23e50b=_0x23be6b[_0xd1f7ab(0x261)][_0xd1f7ab(0x503)]();if(!Vf(_0x23e50b[_0xd1f7ab(0x6c9)])||!Vf(_0x23e50b[_0xd1f7ab(0x2e8)]))return;let _0x2ffc33=this[_0xd1f7ab(0x41f)](_0x45eda6,_0x23be6b),_0x2e8590=_0x58701d?this[_0xd1f7ab(0x2fc)](_0x45eda6,_0x23e50b):_0x23e50b,_0x4b9317=_0x58701d&&Vf(_0x2ffc33==null?void 0x0:_0x2ffc33[_0xd1f7ab(0x6c9)])?Math['max'](_0x2e8590[_0xd1f7ab(0x6c9)],_0x2ffc33[_0xd1f7ab(0x6c9)]):_0x48796c?Kf(_0x23be6b,_0x23e50b['width']):_0x23e50b[_0xd1f7ab(0x6c9)],_0x455d43=_0x2ffc33==null?void 0x0:_0x2ffc33[_0xd1f7ab(0x2e8)];if(!Vf(_0x455d43)||_0x48796c&&_0x455d43<=_0x23e50b['height'])return;let _0x4df899=_0x58701d?sp(_0x4b9317,_0x455d43,_0x2e8590[_0xd1f7ab(0x6c9)]>=_0x2e8590[_0xd1f7ab(0x2e8)]):void 0x0,_0x5d243f=(_0x4df899==null?void 0x0:_0x4df899[_0xd1f7ab(0x2e8)])??_0x455d43,_0x5a07c6=this[_0xd1f7ab(0x20a)][_0xd1f7ab(0x96)](_0x45eda6[_0xd1f7ab(0x1ec)],_0x23be6b[_0xd1f7ab(0x3b8)]);if(!(_0x5a07c6!=null&&_0x5a07c6['getVerticalScroll']))return;let _0x260d09=_0x58701d?Math[_0xd1f7ab(0x33a)](0x0,((_0x2192c5=_0x5a07c6[_0xd1f7ab(0x3e9)])==null?void 0x0:_0x2192c5['call'](_0x5a07c6,_0x23be6b))??0x0):0x0,_0x26e1f3=Math[_0xd1f7ab(0x33a)](0x0,((_0x1052b1=_0x5a07c6['getStickyHeaderHeight'])==null?void 0x0:_0x1052b1[_0xd1f7ab(0x610)](_0x5a07c6,_0x23be6b))??0x0),_0x3ecf40=Math[_0xd1f7ab(0x33a)](0x0,((_0x1f3fb8=_0x5a07c6[_0xd1f7ab(0x194)])==null?void 0x0:_0x1f3fb8[_0xd1f7ab(0x610)](_0x5a07c6,_0x23be6b))??0x0),_0x3dfb87=_0x23e50b[_0xd1f7ab(0x6c9)]-_0x260d09,_0xdd00d3=_0x23e50b[_0xd1f7ab(0x2e8)]-_0x26e1f3-_0x3ecf40,_0x323c06=_0x4b9317-_0x260d09,_0x4de00b=_0x5d243f-_0x26e1f3-_0x3ecf40;if(_0x3dfb87<=0x0||_0xdd00d3<=0x0||_0x323c06<=0x0||_0x4de00b<=0x0)return;let _0x264837=_0x4df899?_0x4df899[_0xd1f7ab(0x1dc)]:Math[_0xd1f7ab(0x57d)](0x1,If/_0x4b9317,If/_0x5d243f);if(!Vf(_0x264837)||_0x4b9317*_0x264837>If||_0x5d243f*_0x264837>If)return;let _0x53b289=_0x48796c&&_0x45eda6[_0xd1f7ab(0x1ec)]===_0x152567['UNIVER_SHEET']?Math[_0xd1f7ab(0x57d)](0x1,_0x4b9317/_0x23e50b[_0xd1f7ab(0x6c9)]):0x1,_0x490399=Math[_0xd1f7ab(0x57d)](Math['max'](0x1,_0x485b3a),If/(_0x4b9317*_0x264837),If/(_0x5d243f*_0x264837));return{'bodyViewportWidth':_0x3dfb87,'bodyViewportHeight':_0xdd00d3,'contentBodyWidth':_0x323c06,'contentBodyHeight':_0x4de00b,'fullWidth':_0x4b9317,'fullHeight':_0x5d243f,'originalScrollX':((_0x2f0ad2=_0x5a07c6[_0xd1f7ab(0x594)])==null?void 0x0:_0x2f0ad2[_0xd1f7ab(0x610)](_0x5a07c6,_0x23be6b))??0x0,'originalScroll':_0x5a07c6[_0xd1f7ab(0x57c)](_0x23be6b)??0x0,'pixelRatio':_0x490399,'scale':_0x264837,'sceneSourceScale':_0x53b289,'stickyLeftWidth':_0x260d09,'stickyFooterHeight':_0x3ecf40,'stickyHeaderHeight':_0x26e1f3,'verticalBreaks':_0x2ffc33==null||(_0x47e0a8=_0x2ffc33[_0xd1f7ab(0x19a)])==null?void 0x0:_0x47e0a8[_0xd1f7ab(0x273)](_0x2de8b8=>_0x2de8b8<=_0x5d243f),'viewport':_0x23e50b,'viewportProvider':_0x5a07c6};}[_0x5878b6(0x41f)](_0x52a2bb,_0x2741fe){const _0x45e4eb=_0x5878b6;let _0x1d5aba=_0x52a2bb[_0x45e4eb(0x4d3)];if(!_0x1d5aba)return;let _0x5fa869=_0x2741fe['container'][_0x45e4eb(0x503)](),_0xde2284=this[_0x45e4eb(0x6d2)][_0x45e4eb(0x4cb)](_0x1d5aba,_0x52a2bb[_0x45e4eb(0x1ec)]),_0xca5142=_0x52a2bb['hostType']===_0x152567[_0x45e4eb(0x592)]&&_0x52a2bb[_0x45e4eb(0x1ec)]===_0x152567[_0x45e4eb(0x66c)];return this[_0x45e4eb(0x3fd)][_0x45e4eb(0x1a3)]({'childType':_0x52a2bb['childType'],'childUnit':_0xde2284,'childUnitId':_0x1d5aba,'injector':_0x2741fe['runtimeScope'][_0x45e4eb(0x391)]??_0x2741fe[_0x45e4eb(0x391)],'viewportHeight':_0x5fa869['height'],'viewportWidth':_0xca5142?Kf(_0x2741fe,_0x5fa869[_0x45e4eb(0x6c9)]):_0x5fa869[_0x45e4eb(0x6c9)]});}async[_0x5878b6(0x300)](_0x42ae1c,_0x49b417,_0x474498){const _0x12fd48=_0x5878b6;var _0x477984;return _0x474498?_0x49b417[_0x12fd48(0x6e4)](_0x474498):(_0x477984=this[_0x12fd48(0x6bc)]['getPreview'](_0x42ae1c))==null?void 0x0:_0x477984[_0x12fd48(0x4aa)];}[_0x5878b6(0x67c)](_0x4d820,_0x4b0da4){const _0x3c7d1a=_0x5878b6;var _0x2075fe;if(_0x4b0da4&&ap(_0x4d820[_0x3c7d1a(0x289)])&&(_0x4d820[_0x3c7d1a(0x1ec)]===_0x152567[_0x3c7d1a(0x66c)]||_0x4d820['childType']===_0x152567['UNIVER_BASE'])){let _0x4dcf05=this[_0x3c7d1a(0x41f)](_0x4d820,_0x4b0da4);if(Vf(_0x4dcf05==null?void 0x0:_0x4dcf05[_0x3c7d1a(0x6c9)])&&Vf(_0x4dcf05==null?void 0x0:_0x4dcf05[_0x3c7d1a(0x2e8)])){let _0x6be3cc=this['_resolveTabViewportSize'](_0x4d820,_0x4b0da4[_0x3c7d1a(0x261)][_0x3c7d1a(0x503)]()),_0x17c93d=Math['max'](_0x6be3cc[_0x3c7d1a(0x6c9)],_0x4dcf05[_0x3c7d1a(0x6c9)]),_0x84d602=sp(_0x17c93d,_0x4dcf05['height'],_0x6be3cc['width']>=_0x6be3cc[_0x3c7d1a(0x2e8)]);return{'width':Math[_0x3c7d1a(0x33a)](0x1,Math[_0x3c7d1a(0x24a)](_0x17c93d*_0x84d602['scale'])),'height':Math[_0x3c7d1a(0x33a)](0x1,Math['round'](_0x84d602[_0x3c7d1a(0x2e8)]*_0x84d602['scale']))};}}if(_0x4d820[_0x3c7d1a(0x289)]===_0x16334e['SlidesPageListBlock']){let _0x5d0a30=this[_0x3c7d1a(0x6d2)][_0x3c7d1a(0x4cb)](_0x4d820[_0x3c7d1a(0x178)],_0x152567[_0x3c7d1a(0x3e4)]),_0x3225df=_0x5d0a30==null?void 0x0:_0x5d0a30['getSnapshot']()['defaultPageSize'];if(Vf(_0x3225df==null?void 0x0:_0x3225df[_0x3c7d1a(0x6c9)])&&Vf(_0x3225df==null?void 0x0:_0x3225df[_0x3c7d1a(0x2e8)]))return _0x3225df;}let _0x55b1a5=_0x4b0da4==null?void 0x0:_0x4b0da4[_0x3c7d1a(0x261)][_0x3c7d1a(0x503)]()[_0x3c7d1a(0x6c9)],_0x3eb7fe=_0x4b0da4==null?void 0x0:_0x4b0da4[_0x3c7d1a(0x261)][_0x3c7d1a(0x503)]()[_0x3c7d1a(0x2e8)];if(Vf(_0x55b1a5)&&Vf(_0x3eb7fe))return{'width':_0x55b1a5,'height':_0x3eb7fe};let _0x50b609=(_0x2075fe=this['_anchorModelService'][_0x3c7d1a(0x612)](_0x4d820[_0x3c7d1a(0x178)],_0x4d820[_0x3c7d1a(0x6f7)]))==null?void 0x0:_0x2075fe[_0x3c7d1a(0x691)],_0x152cd4=Rf(_0x50b609==null?void 0x0:_0x50b609[_0x3c7d1a(0x6c9)]),_0x18586a=Rf(_0x50b609==null?void 0x0:_0x50b609[_0x3c7d1a(0x2e8)]);return _0x152cd4&&_0x18586a?{'width':_0x152cd4,'height':_0x18586a}:_0x4d820[_0x3c7d1a(0x289)]===_0x16334e['DocsCustomBlock']?_0x5752a7(_0x4d820[_0x3c7d1a(0x1ec)]):_0x4d820['entry']===_0x16334e[_0x3c7d1a(0x114)]?{'width':0x230,'height':0x13b}:{'width':Pf,'height':Ff};}[_0x5878b6(0x2fc)](_0xa1f03a,_0x21f795){const _0x4d0fc1=_0x5878b6;var _0x4a1a2f;if(_0xa1f03a[_0x4d0fc1(0x289)]!==_0x16334e['SlidesPageListBlock'])return _0x21f795;let _0x2052ee=this[_0x4d0fc1(0x6d2)][_0x4d0fc1(0x4cb)](_0xa1f03a[_0x4d0fc1(0x178)],_0x152567['UNIVER_SLIDE']),_0x1f859e=(_0x2052ee==null||(_0x4a1a2f=_0x2052ee[_0x4d0fc1(0x58d)][_0x4d0fc1(0x343)](_0xa1f03a[_0x4d0fc1(0x6f7)]))==null?void 0x0:_0x4a1a2f[_0x4d0fc1(0x3ae)]()['pageSize'])??(_0x2052ee==null?void 0x0:_0x2052ee[_0x4d0fc1(0x616)]()['defaultPageSize']);return Vf(_0x1f859e==null?void 0x0:_0x1f859e[_0x4d0fc1(0x6c9)])&&Vf(_0x1f859e[_0x4d0fc1(0x2e8)])?_0x1f859e:_0x21f795;}[_0x5878b6(0x6e5)](_0x1ddec1){const _0x2cc8ee=_0x5878b6;if(typeof _0x1ddec1==_0x2cc8ee(0x41b))return _0x1ddec1;if(!_0x1ddec1||typeof document>'u')return;let _0x476bf9=zf(this[_0x2cc8ee(0x580)]);if(_0x1ddec1 instanceof HTMLCanvasElement){let _0xb567e1=_0x1ddec1[_0x2cc8ee(0x145)]('2d');return _0xb567e1&&(_0xb567e1[_0x2cc8ee(0x410)](),_0xb567e1['globalCompositeOperation']=_0x2cc8ee(0x1f7),_0xb567e1[_0x2cc8ee(0x1d2)]=_0x476bf9,_0xb567e1[_0x2cc8ee(0x2a0)](0x0,0x0,_0x1ddec1[_0x2cc8ee(0x6c9)],_0x1ddec1[_0x2cc8ee(0x2e8)]),_0xb567e1[_0x2cc8ee(0xc6)]()),$f(_0x1ddec1);}let _0x19e113=document[_0x2cc8ee(0x3ba)]('canvas');_0x19e113[_0x2cc8ee(0x6c9)]=_0x1ddec1['width'],_0x19e113[_0x2cc8ee(0x2e8)]=_0x1ddec1[_0x2cc8ee(0x2e8)];let _0x3a0b36=_0x19e113[_0x2cc8ee(0x145)]('2d');if(_0x3a0b36)return _0x3a0b36[_0x2cc8ee(0x1d2)]=_0x476bf9,_0x3a0b36[_0x2cc8ee(0x2a0)](0x0,0x0,_0x19e113[_0x2cc8ee(0x6c9)],_0x19e113[_0x2cc8ee(0x2e8)]),_0x3a0b36[_0x2cc8ee(0x324)](_0x1ddec1,0x0,0x0),$f(_0x19e113);}[_0x5878b6(0x4e2)](_0x4d8510){const _0x27cb28=_0x5878b6;return this[_0x27cb28(0x681)][_0x27cb28(0x44a)](_0x4d8510,_0x49d90b[_0x27cb28(0x602)])?Promise['resolve']():new Promise(_0x2568b3=>{const _0x381c5b=_0x27cb28;let _0x8b189f=new Image();_0x8b189f[_0x381c5b(0x677)]=()=>{const _0x24d6c8=_0x381c5b;this['_imageIoService'][_0x24d6c8(0x5ff)](_0x4d8510,_0x49d90b['URL'],_0x8b189f),_0x2568b3();},_0x8b189f[_0x381c5b(0x149)]=()=>_0x2568b3(),_0x8b189f['src']=_0x4d8510;});}[_0x5878b6(0x1f6)](_0x4e18c9){const _0x505366=_0x5878b6;let _0x232b26=_0x4e18c9+'::';Array[_0x505366(0x4fc)](this['_resources']['keys']())[_0x505366(0x684)](_0x5eb9b3=>{const _0x2625aa=_0x505366;_0x5eb9b3[_0x2625aa(0x65e)](_0x232b26)&&this[_0x2625aa(0x491)][_0x2625aa(0x66b)](_0x5eb9b3);});}[_0x5878b6(0x256)](_0x46799f,_0x178f3f){return _0x46799f+'::'+_0x178f3f;}[_0x5878b6(0x3ef)](){const _0x2293fb=_0x5878b6;this[_0x2293fb(0x491)][_0x2293fb(0x120)](),super['dispose']();}};Lf=fs([$(0x0,_0x431841(_0x39c782)),$(0x1,_0x431841(_0x385558)),$(0x2,_0x431841(_0x2269a3)),$(0x3,_0x431841(Ku)),$(0x4,_0x431841(Wu)),$(0x5,_0x431841(Gc)),$(0x6,_0x431841(mf)),$(0x7,_0x431841(ad)),$(0x8,_0x20e3ee),$(0x9,_0x384701),$(0xa,_0x431841(_0x24d8f5)),$(0xb,_0x228cd1)],Lf);function Rf(_0x5edc68){return Vf(_0x5edc68)?_0x5edc68:void 0x0;}function zf(_0xaf4a29){const _0x52dfa5=_0x5878b6;let _0x5b6f56=_0xaf4a29['getColorFromTheme'](_0x52dfa5(0x35a)),_0x2af956=_0xaf4a29[_0x52dfa5(0x127)](_0x52dfa5(0x257));return Bf(_0x2af956)>Bf(_0x5b6f56)?_0x2af956:_0x5b6f56;}function Bf(_0x4bb8a0){const _0x5e86ed=_0x5878b6;let _0x504f90=/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$/i['exec'](_0x4bb8a0);return _0x504f90?Number[_0x5e86ed(0x3d6)](_0x504f90[0x1],0x10)+Number['parseInt'](_0x504f90[0x2],0x10)+Number[_0x5e86ed(0x3d6)](_0x504f90[0x3],0x10):0x0;}function Vf(_0x323f48){const _0x7f8f07=_0x5878b6;return typeof _0x323f48==_0x7f8f07(0x168)&&Number[_0x7f8f07(0x573)](_0x323f48)&&_0x323f48>0x0;}function Hf(_0x1f0d64){const _0x46052b=_0x5878b6;return _0x1f0d64['hostType']===_0x152567[_0x46052b(0x592)]&&_0x1f0d64[_0x46052b(0x289)]===_0x16334e['DocsCustomBlock']&&(_0x1f0d64['childType']===_0x152567[_0x46052b(0x66c)]||_0x1f0d64[_0x46052b(0x1ec)]===_0x152567[_0x46052b(0x39f)]);}function Uf(_0x29b57e,_0x304bf9){const _0x1fcc6d=_0x5878b6;if(!_0x29b57e&&Hf(_0x304bf9))throw Error(_0x1fcc6d(0x6de)+_0x304bf9[_0x1fcc6d(0x1a0)]);return _0x29b57e;}function Wf(_0x583d4b,_0xed99b3){if(Hf(_0x583d4b))throw _0xed99b3;}function Gf(_0x15ee84,_0x1dd7aa){if(Hf(_0x15ee84))throw Error(_0x1dd7aa);}function Kf(_0x46281b,_0x2cf15c){const _0x1d20eb=_0x5878b6;let _0x350305=_0x46281b['container'][_0x1d20eb(0x279)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]'),_0x132b01=_0x350305==null?void 0x0:_0x350305[_0x1d20eb(0x503)]()[_0x1d20eb(0x6c9)];return Vf(_0x132b01)?Math[_0x1d20eb(0x57d)](_0x2cf15c,_0x132b01):_0x2cf15c;}function qf(_0x2597aa,_0x2522a3){const _0x50aef4=_0x5878b6;let _0x93f3ba=Math[_0x50aef4(0x33a)](0x0,_0x2597aa-_0x2522a3),_0xb70159=[0x0];for(let _0x5a6c19=_0x2522a3;_0x5a6c19<_0x93f3ba;_0x5a6c19+=_0x2522a3)_0xb70159[_0x50aef4(0x498)](_0x5a6c19);return _0x93f3ba>_0xb70159[_0xb70159[_0x50aef4(0x102)]-0x1]&&_0xb70159[_0x50aef4(0x498)](_0x93f3ba),_0xb70159;}function Jf(_0x369691,_0x3210f0,_0x3709b3,_0x50179f){const _0x4ddbbb=_0x5878b6;_0x3210f0['handleWheel']({..._0x369691,'event':new WheelEvent(_0x4ddbbb(0x443)),'stage':_0x4ddbbb(0x562),'source':'print-capture','viewportScrollX':_0x3709b3,'viewportScrollY':_0x50179f});}function Yf(_0x4d4b8e,_0x1b5ddc,_0x3ab3dd,_0x966cd6,_0x312050){const _0xf7d823=_0x5878b6;let {fullHeight:_0xf9cc73,scale:_0x1371fb,stickyFooterHeight:_0x7bd5c1,stickyHeaderHeight:_0x5ac136,stickyLeftWidth:_0xd23de2,viewport:_0x1d45a6}=_0x3ab3dd,_0x27ed7c=Xf(_0x3ab3dd,_0x966cd6,_0x312050);ep(_0x4d4b8e,_0x1b5ddc,{'height':_0x27ed7c[_0xf7d823(0x2e8)],'sourceLeft':_0x27ed7c[_0xf7d823(0x364)],'sourceTop':_0x27ed7c[_0xf7d823(0x88)],'targetLeft':_0x27ed7c[_0xf7d823(0x2f0)],'targetTop':_0x27ed7c['targetTop'],'width':_0x27ed7c[_0xf7d823(0x6c9)]},_0x1371fb,_0x3ab3dd['sceneSourceScale'],_0x3ab3dd[_0xf7d823(0x687)]),_0x312050===0x0&&_0x5ac136>0x0&&ep(_0x4d4b8e,_0x1b5ddc,{'height':_0x5ac136,'sourceLeft':_0x27ed7c[_0xf7d823(0x364)],'sourceTop':0x0,'targetLeft':_0x27ed7c[_0xf7d823(0x2f0)],'targetTop':0x0,'width':_0x27ed7c[_0xf7d823(0x6c9)]},_0x1371fb,_0x3ab3dd[_0xf7d823(0x252)],_0x3ab3dd[_0xf7d823(0x687)]),_0x966cd6===0x0&&_0xd23de2>0x0&&ep(_0x4d4b8e,_0x1b5ddc,{'height':_0x27ed7c[_0xf7d823(0x2e8)],'sourceLeft':0x0,'sourceTop':_0x27ed7c[_0xf7d823(0x88)],'targetLeft':0x0,'targetTop':_0x27ed7c[_0xf7d823(0x1ff)],'width':_0xd23de2},_0x1371fb,_0x3ab3dd[_0xf7d823(0x252)],_0x3ab3dd[_0xf7d823(0x687)]),_0x966cd6===0x0&&_0x312050===0x0&&_0xd23de2>0x0&&_0x5ac136>0x0&&ep(_0x4d4b8e,_0x1b5ddc,{'height':_0x5ac136,'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0xd23de2},_0x1371fb,_0x3ab3dd[_0xf7d823(0x252)],_0x3ab3dd[_0xf7d823(0x687)]),_0x312050===0x0&&_0x7bd5c1>0x0&&(ep(_0x4d4b8e,_0x1b5ddc,{'height':_0x7bd5c1,'sourceLeft':_0x27ed7c[_0xf7d823(0x364)],'sourceTop':_0x1d45a6[_0xf7d823(0x2e8)]-_0x7bd5c1,'targetLeft':_0x27ed7c[_0xf7d823(0x2f0)],'targetTop':_0xf9cc73-_0x7bd5c1,'width':_0x27ed7c[_0xf7d823(0x6c9)]},_0x1371fb,_0x3ab3dd[_0xf7d823(0x252)],_0x3ab3dd[_0xf7d823(0x687)]),_0x966cd6===0x0&&_0xd23de2>0x0&&ep(_0x4d4b8e,_0x1b5ddc,{'height':_0x7bd5c1,'sourceLeft':0x0,'sourceTop':_0x1d45a6['height']-_0x7bd5c1,'targetLeft':0x0,'targetTop':_0xf9cc73-_0x7bd5c1,'width':_0xd23de2},_0x1371fb,_0x3ab3dd[_0xf7d823(0x252)],_0x3ab3dd[_0xf7d823(0x687)]));}function Xf(_0x2b85ac,_0x3c2b26,_0x506dd6){const _0x2059fd=_0x5878b6;let _0x4c374c=Zf(_0x3c2b26,_0x2b85ac['bodyViewportWidth'],_0x2b85ac[_0x2059fd(0x1e8)]),_0x56f2bc=Zf(_0x506dd6,_0x2b85ac['bodyViewportHeight'],_0x2b85ac[_0x2059fd(0x451)]);return{'height':_0x56f2bc[_0x2059fd(0x37b)],'sourceLeft':_0x2b85ac[_0x2059fd(0x38e)]+_0x4c374c[_0x2059fd(0x639)],'sourceTop':_0x2b85ac[_0x2059fd(0x5a3)]+_0x56f2bc[_0x2059fd(0x639)],'targetLeft':_0x2b85ac[_0x2059fd(0x38e)]+_0x4c374c['target'],'targetTop':_0x2b85ac[_0x2059fd(0x5a3)]+_0x56f2bc[_0x2059fd(0x6dd)],'width':_0x4c374c[_0x2059fd(0x37b)]};}function Zf(_0x4664b5,_0x1b10e8,_0x2c0bba){const _0x560d19=_0x5878b6;let _0x40cdd4=_0x4664b5%_0x1b10e8,_0x54769c=_0x4664b5>0x0&&_0x40cdd4>0x0?_0x1b10e8-_0x40cdd4:0x0,_0x5e8b6a=_0x4664b5+_0x54769c;return{'size':Math[_0x560d19(0x33a)](0x0,Math[_0x560d19(0x57d)](_0x1b10e8-_0x54769c,_0x2c0bba-_0x5e8b6a)),'sourceOffset':_0x54769c,'target':_0x5e8b6a};}function Qf(_0x537c97,_0x8820c3,_0xb23a1c,_0x17bdc7){const _0x2a7489=_0x5878b6;_0xb23a1c[_0x2a7489(0x6c9)]<=0x0||_0xb23a1c[_0x2a7489(0x2e8)]<=0x0||(_0x8820c3[_0x2a7489(0x410)](),_0x8820c3[_0x2a7489(0x1dc)](_0x17bdc7,_0x17bdc7),_0x8820c3['beginPath'](),_0x8820c3[_0x2a7489(0x157)](_0xb23a1c[_0x2a7489(0x2f0)],_0xb23a1c['targetTop'],_0xb23a1c[_0x2a7489(0x6c9)],_0xb23a1c[_0x2a7489(0x2e8)]),_0x8820c3[_0x2a7489(0x109)](),_0x8820c3[_0x2a7489(0x161)](_0xb23a1c[_0x2a7489(0x2f0)]-_0xb23a1c[_0x2a7489(0x364)],_0xb23a1c[_0x2a7489(0x1ff)]-_0xb23a1c[_0x2a7489(0x88)]),_0x537c97[_0x2a7489(0x494)](!0x0),_0x537c97[_0x2a7489(0x66d)](_0x8820c3),_0x8820c3[_0x2a7489(0xc6)]());}function $f(_0x3464cd){const _0x18a97f=_0x5878b6;try{return _0x3464cd[_0x18a97f(0x604)]('image/png');}catch{return;}}function ep(_0x452b49,_0x12b160,_0x16cab0,_0x4fc2c3,_0x258f52=0x1,_0x2d009b=0x1){const _0x1b1b7f=_0x5878b6;_0x16cab0[_0x1b1b7f(0x6c9)]<=0x0||_0x16cab0[_0x1b1b7f(0x2e8)]<=0x0||(_0x12b160['save'](),_0x12b160[_0x1b1b7f(0x1dc)](_0x4fc2c3,_0x4fc2c3),_0x12b160[_0x1b1b7f(0x324)](_0x452b49,_0x16cab0[_0x1b1b7f(0x364)]*_0x258f52*_0x2d009b,_0x16cab0[_0x1b1b7f(0x88)]*_0x258f52*_0x2d009b,_0x16cab0[_0x1b1b7f(0x6c9)]*_0x258f52*_0x2d009b,_0x16cab0[_0x1b1b7f(0x2e8)]*_0x258f52*_0x2d009b,_0x16cab0[_0x1b1b7f(0x2f0)],_0x16cab0[_0x1b1b7f(0x1ff)],_0x16cab0[_0x1b1b7f(0x6c9)],_0x16cab0[_0x1b1b7f(0x2e8)]),_0x12b160[_0x1b1b7f(0xc6)]());}function tp(_0x64affc,_0x294dbd,_0x424d74,_0xd1b098=0x1){const _0x21eb03=_0x5878b6;if(!Vf(_0x64affc)||!Vf(_0x294dbd))return;let _0xe084c3=document[_0x21eb03(0x3ba)]('canvas');_0xe084c3[_0x21eb03(0x6c9)]=Math[_0x21eb03(0x33a)](0x1,Math[_0x21eb03(0x1b3)](_0x64affc*_0xd1b098)),_0xe084c3['height']=Math[_0x21eb03(0x33a)](0x1,Math[_0x21eb03(0x1b3)](_0x294dbd*_0xd1b098));let _0x2965c2=_0xe084c3['getContext']('2d');if(!_0x2965c2)return;let _0x1a9371=new _0x34c5bf(_0x2965c2,{'canvasColorService':_0x424d74});return _0xd1b098!==0x1&&_0x1a9371[_0x21eb03(0x1dc)](_0xd1b098,_0xd1b098),{'canvas':_0xe084c3,'context':_0x1a9371,'nativeContext':_0x2965c2};}function np(_0x44f431){const _0x31ec0f=_0x5878b6;try{return(_0x44f431[_0x31ec0f(0x44c)]['injector']??_0x44f431[_0x31ec0f(0x391)])[_0x31ec0f(0x96)](_0x4662e9);}catch{return;}}async function rp(_0x119e41){const _0x3d5705=_0x5878b6;await Ef(_0x119e41,!0x0);try{var _0x14fd44;return((_0x14fd44=(_0x119e41[_0x3d5705(0x44c)]['injector']??_0x119e41['injector'])['get'](_0x4fb5e9)['getRenderUnitById'](_0x119e41[_0x3d5705(0x4d3)]))==null?void 0x0:_0x14fd44[_0x3d5705(0x4dc)])??void 0x0;}catch{return;}}function ip(_0xd71fd0,_0x347151){const _0x5baa75=_0x5878b6;return _0xd71fd0==null||typeof _0xd71fd0==_0x5baa75(0x41b)?_0x347151:{'width':_0xd71fd0[_0x5baa75(0x6c9)],'height':_0xd71fd0[_0x5baa75(0x2e8)]};}function ap(_0x37741c){const _0x377dab=_0x5878b6;return _0x37741c===_0x16334e[_0x377dab(0x600)]||_0x37741c===_0x16334e[_0x377dab(0x63d)]||_0x37741c===_0x16334e[_0x377dab(0x1dd)];}function op(_0x373482){const _0x426d9d=_0x5878b6;return _0x373482===_0x152567[_0x426d9d(0x66c)]||_0x373482===_0x152567[_0x426d9d(0x39f)]||_0x373482===_0x152567[_0x426d9d(0x43f)]||_0x373482===_0x152567[_0x426d9d(0x3e4)];}function sp(_0x2f6574,_0x6cb299,_0x555170){const _0x561702=_0x5878b6;let _0x5cdef1=_0x555170?Pf:0x4b0,_0x537eee=_0x555170?Ff:0x640,_0x2f1367=Math[_0x561702(0x57d)](0x1,_0x5cdef1/_0x2f6574);return{'height':Math[_0x561702(0x57d)](_0x6cb299,_0x537eee/_0x2f1367),'scale':_0x2f1367};}const cp=_0x5878b6(0x272),lp=_0x5878b6(0x42d);function up(_0x4bea05){const _0x4b137e=_0x5878b6;let _0x243d66=_0x598ded(Lf),_0x4330b1=sd(_0x4bea05[_0x4b137e(0x280)]),_0x446f77=_0x4330b1?_0x243d66[_0x4b137e(0x5b9)](_0x4330b1[_0x4b137e(0x178)]??_0x4bea05[_0x4b137e(0x1bc)],_0x4330b1[_0x4b137e(0x1a0)]):void 0x0;return _0x446f77?_0x5bc716(_0x4b137e(0x6f8),{'alt':'','src':_0x446f77,'style':{'display':'block','width':_0x4b137e(0x196),'height':_0x4b137e(0x623)}}):null;}function dp(){return null;}function fp(_0x20febc,_0x482452=0x1,_0x3579c9=0x1){const _0x246907=_0x5878b6;let _0x22d0e7=_0x20febc[_0x246907(0x3a8)]/(Math['abs'](_0x482452)||0x1),_0x44743c=_0x20febc[_0x246907(0x502)]/(Math['abs'](_0x3579c9)||0x1);if(_0x20febc['shiftKey'])_0x22d0e7=(_0x20febc[_0x246907(0x502)]||_0x20febc[_0x246907(0x3a8)])*0x3/(Math[_0x246907(0x4a0)](_0x482452)||0x1),_0x44743c=0x0;else{let _0x2771cd=Math[_0x246907(0x4a0)](_0x22d0e7),_0x7a95cf=Math[_0x246907(0x4a0)](_0x44743c);_0x7a95cf>=_0x2771cd*0x2?_0x22d0e7=0x0:_0x2771cd>=_0x7a95cf*0x2&&(_0x44743c=0x0);}return{'offsetX':_0x22d0e7,'offsetY':_0x44743c};}function pp(_0x5b4e0c,_0x2699e8,_0x5c27ce){const _0x53973f=_0x5878b6;if(!_0x2699e8)return!0x1;let {offsetX:_0x102e6e,offsetY:_0x2a3304}=mp(_0x5b4e0c,_0x2699e8,_0x5c27ce);if(!_0x102e6e&&!_0x2a3304)return!0x1;let _0x4a1729=_0x2699e8[_0x53973f(0x6da)]??0x0,_0x55c0df=_0x2699e8[_0x53973f(0x2ef)]??0x0;if(_0x5b4e0c[_0x53973f(0x298)]!=='wheel'&&_0x2699e8[_0x53973f(0xc3)]&&(_0x5b4e0c[_0x53973f(0x6da)]!=null||_0x5b4e0c['viewportScrollY']!=null))_0x2699e8['scrollToViewportPos']({'viewportScrollX':_0x5b4e0c[_0x53973f(0x6da)]??_0x4a1729,'viewportScrollY':_0x5b4e0c[_0x53973f(0x2ef)]??_0x55c0df});else{if(_0x2699e8[_0x53973f(0x528)])_0x2699e8[_0x53973f(0x528)]({'viewportScrollX':_0x102e6e,'viewportScrollY':_0x2a3304});else return!0x1;}let _0x509ec0=(_0x2699e8[_0x53973f(0x6da)]??0x0)!==_0x4a1729||(_0x2699e8[_0x53973f(0x2ef)]??0x0)!==_0x55c0df;if(_0x509ec0){var _0x4d8938;_0x5c27ce==null||(_0x4d8938=_0x5c27ce['makeDirty'])==null||_0x4d8938[_0x53973f(0x610)](_0x5c27ce,!0x0);}return _0x509ec0;}function mp(_0x2ec53e,_0x165173,_0x3a69fd){const _0xd96453=_0x5878b6;return _0x2ec53e['source']!==_0xd96453(0x443)&&(_0x2ec53e[_0xd96453(0x6da)]!=null||_0x2ec53e['viewportScrollY']!=null)?{'offsetX':(_0x2ec53e[_0xd96453(0x6da)]??_0x165173[_0xd96453(0x6da)]??0x0)-(_0x165173[_0xd96453(0x6da)]??0x0),'offsetY':(_0x2ec53e[_0xd96453(0x2ef)]??_0x165173[_0xd96453(0x2ef)]??0x0)-(_0x165173['viewportScrollY']??0x0)}:fp(_0x2ec53e[_0xd96453(0x7e)],_0x3a69fd==null?void 0x0:_0x3a69fd['scaleX'],_0x3a69fd==null?void 0x0:_0x3a69fd[_0xd96453(0x6f9)]);}function hp(_0x4e9225){const _0x3bdea4=_0x5878b6;return _0x4e9225+_0xc12d00[_0x3bdea4(0x2c2)];}function gp(_0x474542){const _0x12cd51=_0x5878b6;return _0x474542[_0x12cd51(0x493)]+_0x474542[_0x12cd51(0x4b9)];}function _p(_0x1e3d45){const _0x24ae01=_0x5878b6;var _0x5d413e;let {data:_0x93616a,customBlockRenderViewport:_0x493c70}=_0x1e3d45,_0x5bce52=_0x598ded(_0x20e3ee),_0x235a87=_0x598ded(_0x384701),_0x410db7=_0x598ded(_0x4fb5e9),_0x1e502c=sd(_0x93616a),_0xfdbcf3=_0x1e502c==null?void 0x0:_0x1e502c[_0x24ae01(0x178)],_0x2f8966=_0xfdbcf3??((_0x5d413e=_0x235a87[_0x24ae01(0x638)](_0x152567['UNIVER_DOC']))==null?void 0x0:_0x5d413e[_0x24ae01(0x156)]()),_0x5b09a9=_0x2e0b5b(null),[_0xd7368f,_0x3d9c49]=_0x1b7202(()=>_0x3de4b6()),_0x568e20=_0x48203c(_0x1e502c==null?void 0x0:_0x1e502c['childType']),_0x1cebe7=_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0x26e)],_0x379363=_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0x1be)],_0x261c0c=_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0x384)],_0x4df730=yp(_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0xb1)]),_0x5acf67=_0x2e0b5b(_0x4df730),_0x22ea0a=_0x2e0b5b(void 0x0),_0x2a7e5a=_0x2e0b5b(void 0x0);_0x404518(()=>{if(!_0xfdbcf3)return;let _0x2260b0=[],_0x1ad75d=()=>{const _0x5107db=_0x4fd0;let _0x11cc74=_0x235a87[_0x5107db(0x4cb)](_0xfdbcf3,_0x152567[_0x5107db(0x592)]),_0x2d033f=_0x11cc74==null?void 0x0:_0x11cc74[_0x5107db(0x538)];typeof _0x2d033f==_0x5107db(0x168)&&_0x5bce52['syncExecuteCommand'](_0x1772a2['id'],{'unitId':_0xfdbcf3,'zoomRatio':_0x2d033f});},_0x22ad14=_0x40535c=>{const _0x3d890c=_0x4fd0;let _0x3a9f3d=requestAnimationFrame(_0x40535c);_0x2260b0[_0x3d890c(0x498)](()=>cancelAnimationFrame(_0x3a9f3d));},_0x11f9f8=_0x28634d=>{const _0x43364a=_0x4fd0;let _0x21d870=setTimeout(_0x1ad75d,_0x28634d);_0x2260b0[_0x43364a(0x498)](()=>clearTimeout(_0x21d870));};return _0x1ad75d(),_0x22ad14(_0x1ad75d),_0x22ad14(()=>_0x22ad14(_0x1ad75d)),_0x11f9f8(0x78),_0x11f9f8(0x1f4),()=>{_0x2260b0['forEach'](_0x480926=>_0x480926());};},[_0x5bce52,_0xfdbcf3,_0x235a87]),_0x37b4bb(()=>{const _0x2091ae=_0x24ae01;let _0xc94f2d=_0x5b09a9[_0x2091ae(0x634)];if(!_0xc94f2d||!_0x568e20||typeof window>'u')return;let _0x5f29f4,_0x390bf6=()=>{const _0x3f5801=_0x2091ae;_0x5f29f4=void 0x0;let _0x511e14=_0xc94f2d[_0x3f5801(0x503)](),_0x1d2ce6=Cp(_0x261c0c,()=>Tp(_0xc94f2d,_0x511e14['width']/_0x4df730)),_0x54f865=_0xb13b60(_0xc94f2d,_0x1d2ce6,{'authoritativeContentWidth':Number[_0x3f5801(0x573)](_0x261c0c)&&(_0x261c0c??0x0)>0x0,'bleedLeft':_0x1cebe7,'bleedWidth':_0x379363,'viewScale':_0x4df730});_0x3d9c49(_0x74a033=>Math[_0x3f5801(0x4a0)](_0x74a033[_0x3f5801(0x26e)]-_0x54f865['bleedLeft'])<0.5&&Math[_0x3f5801(0x4a0)](_0x74a033['bleedRight']-_0x54f865['bleedRight'])<0.5&&Math[_0x3f5801(0x4a0)](_0x74a033['bleedWidth']-_0x54f865[_0x3f5801(0x1be)])<0.5&&Math[_0x3f5801(0x4a0)](_0x74a033['contentWidth']-_0x54f865[_0x3f5801(0x384)])<0.5&&Math[_0x3f5801(0x4a0)](_0x74a033[_0x3f5801(0xc8)]-_0x54f865[_0x3f5801(0xc8)])<0.5?_0x74a033:_0x54f865);},_0x4beb91=()=>{const _0x3c650d=_0x2091ae;_0x5f29f4==null&&_0xc94f2d[_0x3c650d(0x65b)]['embedDocsCustomBlockZooming']!==_0x3c650d(0x13e)&&(_0x5f29f4=window['requestAnimationFrame'](_0x390bf6));},_0x1a6c34=_0x220a8b=>{const _0x485a43=_0x2091ae;wp(_0xc94f2d,_0x220a8b[_0x485a43(0x6dd)])&&_0x4beb91();};_0x390bf6();let _0x403ff6=new ResizeObserver(_0x4beb91);return _0x403ff6[_0x2091ae(0x694)](_0xc94f2d),window[_0x2091ae(0x4be)](_0x2091ae(0x20c),_0x4beb91),window[_0x2091ae(0x4be)](_0x2091ae(0x108),_0x1a6c34,!0x0),()=>{const _0x5993f9=_0x2091ae;_0x5f29f4!=null&&window[_0x5993f9(0x3a3)](_0x5f29f4),_0x403ff6[_0x5993f9(0x158)](),window[_0x5993f9(0x6fd)]('resize',_0x4beb91),window[_0x5993f9(0x6fd)]('scroll',_0x1a6c34,!0x0);};},[_0x1cebe7,_0x379363,_0x261c0c,_0x568e20,_0x4df730]);let _0x3eeaaf=_0x568e20?xp(_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0x493)]):_0x15c27f(_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0x493)],0x1),_0x2b1c09=_0x568e20?0x34:0x0,_0x4fe8bb=Sp({'contentHeight':_0x3eeaaf,'viewportHeight':_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0x18e)]}),_0x3edbc3=gp({'contentHeight':_0x3eeaaf,'floatingMenuInsetTop':_0x2b1c09}),_0x3fcce4=_0x568e20?{'height':_0x3edbc3*_0x4df730,'minHeight':_0x3edbc3*_0x4df730}:void 0x0;_0x37b4bb(()=>{const _0x3b8d80=_0x24ae01;var _0x3254df,_0x1e028f;_0x5acf67[_0x3b8d80(0x634)]=_0x4df730,(_0x3254df=_0x5b09a9[_0x3b8d80(0x634)])==null||_0x3254df[_0x3b8d80(0x50c)][_0x3b8d80(0x527)]('overflow'),(_0x1e028f=_0x5b09a9[_0x3b8d80(0x634)])==null||delete _0x1e028f['dataset'][_0x3b8d80(0x581)];},[_0x4df730]),_0x404518(()=>{const _0x30e119=_0x24ae01;if(!_0x568e20||!_0x2f8966)return;let _0x58c640=_0x5b09a9['current'],_0x3ab2a2=()=>{const _0x5e9625=_0x4fd0;_0x2a7e5a[_0x5e9625(0x634)]!=null&&(window['clearTimeout'](_0x2a7e5a[_0x5e9625(0x634)]),_0x2a7e5a['current']=void 0x0),_0x22ea0a[_0x5e9625(0x634)]!=null&&(window[_0x5e9625(0x3a3)](_0x22ea0a[_0x5e9625(0x634)]),_0x22ea0a[_0x5e9625(0x634)]=void 0x0);},_0x2b9c96=_0x5bce52[_0x30e119(0x7c)](_0x2b4674=>{const _0x29a512=_0x30e119;if(_0x2b4674['id']!==_0x1772a2['id'])return;let _0x5eef06=_0x2b4674['params'];if((_0x5eef06==null?void 0x0:_0x5eef06['unitId'])!==_0x2f8966)return;let _0x256b84=_0x5b09a9[_0x29a512(0x634)],_0x2be336=yp(_0x5eef06[_0x29a512(0x538)]);!_0x256b84||_0x2be336===_0x5acf67['current']||(vp(_0x256b84,{'fromScale':_0x5acf67[_0x29a512(0x634)],'outerHeight':_0x3edbc3,'toScale':_0x2be336}),_0x5acf67['current']=_0x2be336,_0x3ab2a2(),_0x2a7e5a[_0x29a512(0x634)]=window[_0x29a512(0x119)](()=>{const _0x15879b=_0x29a512;_0x2a7e5a[_0x15879b(0x634)]=void 0x0,_0x22ea0a['current']=window[_0x15879b(0x403)](()=>{const _0x38202e=_0x15879b;_0x22ea0a[_0x38202e(0x634)]=void 0x0,_0x256b84[_0x38202e(0x50c)][_0x38202e(0x527)](_0x38202e(0x3be)),delete _0x256b84[_0x38202e(0x65b)][_0x38202e(0x581)];});},0x78));});return()=>{const _0x1c354f=_0x30e119;_0x2b9c96['dispose'](),_0x3ab2a2(),_0x58c640==null||_0x58c640[_0x1c354f(0x50c)][_0x1c354f(0x527)](_0x1c354f(0x3be)),_0x58c640&&delete _0x58c640[_0x1c354f(0x65b)]['embedDocsCustomBlockZooming'];};},[_0x5bce52,_0x3edbc3,_0x2f8966,_0x568e20]);let _0x2fedbe=_0x5311f6((_0x41d37f,_0x2e82d7)=>{const _0x3afe35=_0x24ae01;var _0x2c7372;let _0x4a1e71=(_0x2c7372=_0x410db7['getRenderUnitById'](_0x2e82d7['hostUnitId']))==null?void 0x0:_0x2c7372[_0x3afe35(0x4dc)];return pp({..._0x2e82d7,'event':_0x41d37f,'source':_0x3afe35(0x443),'stage':'stage2'},_0x4a1e71==null?void 0x0:_0x4a1e71[_0x3afe35(0x3cf)](_0x4bb7ff[_0x3afe35(0x2f4)]),_0x4a1e71);},[_0x410db7]),_0x4d18f4=_0x5311f6(_0x37178e=>{bp(_0x410db7,_0x2f8966,_0x37178e);},[_0x410db7,_0x2f8966]);return _0x5bc716(_0x24ae01(0xfb),{'ref':_0x5b09a9,'className':_0x24ae01(0x1c9),'data-u-comp':_0x24ae01(0x45d),'data-embed-docs-custom-block':_0x24ae01(0x13e),'data-embed-docs-custom-block-child-type':(_0x1e502c==null?void 0x0:_0x1e502c[_0x24ae01(0x1ec)])==null?void 0x0:String(_0x1e502c[_0x24ae01(0x1ec)]),'data-embed-docs-custom-block-sheet-like':_0x568e20?_0x24ae01(0x13e):void 0x0,'style':_0x3fcce4,'children':_0x5bc716(df,{..._0x1e3d45,'docsCustomBlockLayout':_0x568e20?{'bleedLeft':_0xd7368f[_0x24ae01(0x26e)],'bleedWidth':_0xd7368f[_0x24ae01(0x1be)],'contentHeight':_0x3eeaaf,'contentWidth':_0xd7368f[_0x24ae01(0x384)],'floatingMenuInsetTop':_0x2b1c09,'pageContentWidth':(_0x493c70==null?void 0x0:_0x493c70[_0x24ae01(0xe1)])??_0xd7368f[_0x24ae01(0x384)],'sheetLike':!0x0,'viewScale':_0x4df730,'visibleCanvasHeight':_0x493c70==null?void 0x0:_0x493c70['visibleCanvasHeight'],'viewportHeight':_0x4fe8bb}:{'floatingMenuInsetTop':_0x2b1c09,'sheetLike':!0x1},'interactionFlow':_0x24ae01(0x103),'onHostWheel':_0x568e20?_0x2fedbe:void 0x0,'onRuntimeStageEnter':_0x4d18f4,'syncHostVerticalScroll':_0x568e20})});}function vp(_0x30a6fe,_0x465a85){const _0x3d8f64=_0x5878b6;let _0x3d68b0=yp(_0x465a85[_0x3d8f64(0x42b)]),_0x42e3fe=yp(_0x465a85[_0x3d8f64(0x90)]),_0x3a142a=_0x42e3fe/_0x3d68b0,_0x45e938=_0x465a85[_0x3d8f64(0xbc)]*_0x42e3fe;_0x30a6fe[_0x3d8f64(0x50c)]['height']=_0x45e938+'px',_0x30a6fe[_0x3d8f64(0x50c)]['minHeight']=_0x45e938+'px',_0x30a6fe[_0x3d8f64(0x50c)][_0x3d8f64(0x3be)]=_0x3d8f64(0x39d),_0x30a6fe[_0x3d8f64(0x65b)][_0x3d8f64(0x581)]=_0x3d8f64(0x13e);let _0x435a0e=_0x30a6fe[_0x3d8f64(0x511)]('[data-embed-float-content=\x22true\x22]');_0x435a0e&&[_0x3d8f64(0x5c3),_0x3d8f64(0x8a)][_0x3d8f64(0x684)](_0x67d7bb=>{const _0x1d6e93=_0x3d8f64;let _0x45e4a5=Number[_0x1d6e93(0x130)](_0x435a0e[_0x1d6e93(0x50c)][_0x67d7bb]);Number[_0x1d6e93(0x573)](_0x45e4a5)&&(_0x435a0e[_0x1d6e93(0x50c)][_0x67d7bb]=_0x45e4a5*_0x3a142a+'px');});let _0xb94b5f=_0x30a6fe[_0x3d8f64(0x511)]('[data-embed-float-live=\x22true\x22]');_0xb94b5f&&(_0xb94b5f[_0x3d8f64(0x50c)][_0x3d8f64(0x4bb)]=_0x42e3fe===0x1?'':_0x3d8f64(0x45e)+_0x42e3fe+')');}function yp(_0x51e245){const _0x7fcd44=_0x5878b6;return typeof _0x51e245=='number'&&Number[_0x7fcd44(0x573)](_0x51e245)&&_0x51e245>0x0?_0x51e245:0x1;}function bp(_0x1aab92,_0x4b1c5e,_0x314d7a){const _0x313ab0=_0x5878b6;var _0x44bd5b;_0x314d7a!==_0x313ab0(0x562)||!_0x4b1c5e||(_0x44bd5b=_0x1aab92[_0x313ab0(0x427)](_0x4b1c5e))==null||(_0x44bd5b=_0x44bd5b[_0x313ab0(0x12a)](_0xcfa2c5))==null||_0x44bd5b[_0x313ab0(0x12f)]();}function xp(_0x25d5ac){return _0x15c27f(_0x25d5ac,0x1e0);}function Sp(_0x5597a3){const _0x584276=_0x5878b6;return _0x15c27f(_0x5597a3['viewportHeight'],_0x5597a3[_0x584276(0x493)]);}function Cp(_0x45e07b,_0x3f9b50){const _0x332ce2=_0x5878b6;return Number[_0x332ce2(0x573)](_0x45e07b)&&(_0x45e07b??0x0)>0x0?_0x45e07b:_0x29184d(void 0x0,_0x3f9b50());}function wp(_0x39cefd,_0x54a379){return!(_0x54a379 instanceof Node&&_0x39cefd['contains'](_0x54a379));}function Tp(_0x16c3a0,_0x5b8a83){const _0x11d6ba=_0x5878b6;let _0x2cfe83=_0x16c3a0['querySelector'](_0x11d6ba(0x6e7)),_0xb19543=_0x16c3a0[_0x11d6ba(0x511)](_0x11d6ba(0x3d4)),_0x20388d=[Math[_0x11d6ba(0x33a)](0x1,_0x5b8a83)];return Ep(_0x2cfe83,_0x20388d),Ep(_0xb19543,_0x20388d),Math[_0x11d6ba(0x33a)](..._0x20388d['filter'](_0x1132fe=>Number[_0x11d6ba(0x573)](_0x1132fe)&&_0x1132fe>0x0));}function Ep(_0x297865,_0x22314c){const _0x4782ef=_0x5878b6;if(_0x297865){_0x22314c[_0x4782ef(0x498)](_0x297865[_0x4782ef(0x2c8)],_0x297865[_0x4782ef(0x2f5)],_0x297865[_0x4782ef(0x503)]()[_0x4782ef(0x6c9)]);for(let _0x527343 of Array[_0x4782ef(0x4fc)](_0x297865[_0x4782ef(0x340)])){if(!(_0x527343 instanceof HTMLElement))continue;let _0x4c746d=_0x527343[_0x4782ef(0x503)](),_0x32caf5=_0x297865['getBoundingClientRect']();_0x22314c[_0x4782ef(0x498)](_0x527343['scrollWidth'],_0x527343[_0x4782ef(0x2f5)],_0x4c746d[_0x4782ef(0x40a)]-_0x32caf5[_0x4782ef(0x8a)]);}}}let Dp=class extends _0x4c5370{constructor(_0x466657){super(),this['_componentManager']=_0x466657,this['_registerComponents']();}['_registerComponents'](){const _0x487a14=_0x5878b6;this[_0x487a14(0x45b)](this['_componentManager'][_0x487a14(0x334)](_0x30e15d,_p)),this['disposeWithMe'](this[_0x487a14(0x36e)][_0x487a14(0x334)](_0x8af5,df)),this[_0x487a14(0x45b)](this['_componentManager']['register'](cp,up)),this[_0x487a14(0x45b)](this['_componentManager'][_0x487a14(0x334)](lp,dp));}};Dp=fs([$(0x0,_0x431841(_0x2d57a6))],Dp);let Op=class{constructor(_0x232f55,_0x5638bf){const _0x4451d7=_0x5878b6;this[_0x4451d7(0x6f5)]=_0x232f55,this[_0x4451d7(0x185)]=_0x5638bf,this[_0x4451d7(0x185)][_0x4451d7(0x334)]({'childType':_0x152567[_0x4451d7(0x592)],'handleWheel':_0x2b5a82=>this[_0x4451d7(0x6f5)][_0x4451d7(0x6d0)](_0x5153c7)?this['_injector'][_0x4451d7(0x96)](_0x5153c7)[_0x4451d7(0x249)]({'childUnitId':_0x2b5a82[_0x4451d7(0x4d3)],'event':_0x2b5a82['event'],'source':_0x2b5a82[_0x4451d7(0x298)]}):!0x1,'order':0x64});}};Op=fs([$(0x0,_0x431841(_0x4670db)),$(0x1,_0x431841(od))],Op);const kp=[_0x152567[_0x5878b6(0x592)],_0x152567[_0x5878b6(0x66c)],_0x152567[_0x5878b6(0x39f)],_0x152567['UNIVER_SLIDE']];let Ap=class extends _0x4c5370{constructor(_0x44ee0f,_0x834322){const _0x6dc9f0=_0x5878b6;super(),this[_0x6dc9f0(0x6d2)]=_0x44ee0f,this[_0x6dc9f0(0x24d)]=_0x834322,kp[_0x6dc9f0(0x684)](_0x4ad465=>{const _0x110640=_0x6dc9f0;this[_0x110640(0x45b)](this[_0x110640(0x6d2)]['getTypeOfUnitDisposed$'](_0x4ad465)[_0x110640(0x19d)](_0x23502a=>{const _0x4ec814=_0x110640;this['_anchorModelService'][_0x4ec814(0x214)](_0x23502a[_0x4ec814(0x156)]());}));});}};Ap=fs([$(0x0,_0x384701),$(0x1,_0x431841(_0x385558))],Ap);let jp=class extends _0x4c5370{constructor(_0xc73e0b,_0x59397d){const _0x287e15=_0x5878b6;super(),this[_0x287e15(0x6f5)]=_0xc73e0b,this[_0x287e15(0x11d)]=_0x59397d,X(this,_0x287e15(0x56c),null),X(this,_0x287e15(0x413),null),this[_0x287e15(0x45b)](this[_0x287e15(0x11d)][_0x287e15(0xe7)][_0x287e15(0x19d)](()=>{const _0x1471c4=_0x287e15;this[_0x1471c4(0x3b6)]();}));}[_0x5878b6(0x3b6)](){const _0x2c34c5=_0x5878b6;let _0x36bac6=this['_runtimeFocusCoordinator'][_0x2c34c5(0x45a)]();this[_0x2c34c5(0x6b1)]((_0x36bac6==null?void 0x0:_0x36bac6[_0x2c34c5(0x178)])??null);let _0x22ef17=(_0x36bac6==null?void 0x0:_0x36bac6['sessionMode'])==='child-fullscreen'?_0x36bac6['hostUnitId']??null:null;this[_0x2c34c5(0x4fd)](_0x22ef17),this[_0x2c34c5(0x5fb)](_0x22ef17);}[_0x5878b6(0x6b1)](_0x44de47){const _0x59be21=_0x5878b6;if(!_0x44de47||!this[_0x59be21(0x6f5)]['has'](_0x4fb5e9))return;let _0x30bdf2=this[_0x59be21(0x6f5)][_0x59be21(0x96)](_0x4fb5e9)[_0x59be21(0x427)](_0x44de47);(_0x30bdf2==null?void 0x0:_0x30bdf2[_0x59be21(0x27b)])===_0x152567[_0x59be21(0x592)]&&_0x30bdf2[_0x59be21(0x12a)](_0x2d87cc)[_0x59be21(0x160)](!0x0);}[_0x5878b6(0x4fd)](_0xd0e4ce){const _0xd83e3b=_0x5878b6;if(_0xd0e4ce!==this[_0xd83e3b(0x413)]){let _0x4316e9=this[_0xd83e3b(0x6f5)][_0xd83e3b(0x6d0)](_0x2f8aa8)?this[_0xd83e3b(0x6f5)]['get'](_0x2f8aa8):null;this[_0xd83e3b(0x413)]&&(_0x4316e9==null||_0x4316e9['setPopupSuppressed'](this[_0xd83e3b(0x413)],!0x1)),_0xd0e4ce&&(_0x4316e9==null||_0x4316e9[_0xd83e3b(0xfd)](_0xd0e4ce,!0x0)),this['_suppressedSheetNoteHostUnitId']=_0xd0e4ce;}}[_0x5878b6(0x5fb)](_0x7eb7e4){const _0x33f7b0=_0x5878b6;var _0x5ddeb7;if(!this[_0x33f7b0(0x6f5)][_0x33f7b0(0x6d0)](_0x375842))return;let _0x4b284e=this['_injector'][_0x33f7b0(0x96)](_0x375842),_0x4561e3=_0x4b284e[_0x33f7b0(0x6e6)];if(_0x7eb7e4!=null&&_0x7eb7e4===((_0x4561e3==null?void 0x0:_0x4561e3['unitId'])??((_0x5ddeb7=this[_0x33f7b0(0x56c)])==null?void 0x0:_0x5ddeb7['unitId']))){_0x4561e3&&!_0x4561e3[_0x33f7b0(0x48b)]&&(this['_suspendedSheetNote']=_0x4561e3),_0x4b284e[_0x33f7b0(0x665)](!0x0);return;}if(!this[_0x33f7b0(0x56c)])return;let _0x17cbb5=this['_suspendedSheetNote'];this[_0x33f7b0(0x56c)]=null,_0x4561e3||_0x4b284e['showPopup'](_0x17cbb5);}};jp=fs([$(0x0,_0x431841(_0x4670db)),$(0x1,_0x431841(Z))],jp);let Mp=class extends _0x4c5370{constructor(_0x481363,_0x1b743a,_0x48a360,_0x1d0c61,_0x466ea6){const _0x33a23b=_0x5878b6;super(),this[_0x33a23b(0x1e9)]=_0x481363,this[_0x33a23b(0x5cc)]=_0x1b743a,this['_ribbonOverrideService']=_0x48a360,this[_0x33a23b(0x6f5)]=_0x466ea6,X(this,_0x33a23b(0x1db),null),X(this,'_currentOverride',null),this[_0x33a23b(0x45b)](_0x1d0c61['registerDisabledUIParts']([_0x1724ae['TOOLBAR']],this[_0x33a23b(0x1e9)][_0x33a23b(0x11b)][_0x33a23b(0x5c8)](_0x31675b(_0x36b1ea=>{const _0x4d0cb3=_0x33a23b;var _0x431219;return _0x36b1ea!=null&&((_0x431219=this[_0x4d0cb3(0x5cc)][_0x4d0cb3(0x96)](_0x36b1ea[_0x4d0cb3(0x1ec)]))==null?void 0x0:_0x431219[_0x4d0cb3(0x5b1)])===_0x4d0cb3(0x34b);}),_0x500453()))),this[_0x33a23b(0x45b)](_0x139183(this['_menuOverrideService']['override$'][_0x33a23b(0x19d)](_0x4b6d14=>{const _0x11d62d=_0x33a23b;var _0x34cc43,_0x5b4430;if(!_0x4b6d14){this[_0x11d62d(0x1db)]?(this[_0x11d62d(0x1db)][_0x11d62d(0x3ef)](),this[_0x11d62d(0x1db)]=null):this[_0x11d62d(0x5de)][_0x11d62d(0x120)](),this[_0x11d62d(0x62a)]=null;return;}if(Np(this[_0x11d62d(0x62a)],_0x4b6d14))return;let _0x56f494=this[_0x11d62d(0x5cc)][_0x11d62d(0x96)](_0x4b6d14[_0x11d62d(0x1ec)]),_0x2af36d=_0x56f494==null||(_0x34cc43=_0x56f494[_0x11d62d(0x6e8)])==null?void 0x0:_0x34cc43[_0x11d62d(0x610)](_0x56f494,{'childType':_0x4b6d14[_0x11d62d(0x1ec)],'childUnitId':_0x4b6d14[_0x11d62d(0x4d3)],'injector':this['_injector'],'embedId':_0x4b6d14[_0x11d62d(0x1a0)],'hostUnitId':_0x4b6d14[_0x11d62d(0x178)],'entry':_0x4b6d14[_0x11d62d(0x289)]});if(!_0x2af36d){var _0xba5dcc;(_0xba5dcc=this[_0x11d62d(0x1db)])==null||_0xba5dcc[_0x11d62d(0x3ef)](),this['_current']=null,this[_0x11d62d(0x62a)]=null,this['_ribbonOverrideService']['clear']();return;}this[_0x11d62d(0x5de)][_0x11d62d(0x5f8)]({'id':_0x4b6d14[_0x11d62d(0x1a0)],'ribbonService':_0x2af36d[_0x11d62d(0x1c1)],'injector':_0x2af36d[_0x11d62d(0x391)],'portalContainer':_0x2af36d['portalContainer']??_0x4b6d14[_0x11d62d(0x2e4)],'placeholderTitle':_0x2af36d[_0x11d62d(0x545)],'hideToolbar':_0x2af36d[_0x11d62d(0x444)]}),(_0x5b4430=this[_0x11d62d(0x1db)])==null||_0x5b4430[_0x11d62d(0x3ef)](),this[_0x11d62d(0x1db)]=null,this[_0x11d62d(0x62a)]=null;let _0x48585c=this[_0x11d62d(0x52d)](_0x4b6d14);this['_currentOverride']=_0x4b6d14,this[_0x11d62d(0x1db)]=_0x139183(()=>{const _0x961bc2=_0x11d62d;var _0x5e760c;_0x48585c==null||_0x48585c[_0x961bc2(0x3ef)](),this[_0x961bc2(0x5de)]['clear'](_0x4b6d14[_0x961bc2(0x1a0)]),(_0x5e760c=_0x2af36d['disposable'])==null||_0x5e760c[_0x961bc2(0x3ef)](),this[_0x961bc2(0x62a)]=null;});})));}[_0x5878b6(0x52d)](_0x24b593){const _0x1739cb=_0x5878b6;var _0x32ecc4;let _0x3f070c=((_0x32ecc4=_0x24b593[_0x1739cb(0x2e4)])==null?void 0x0:_0x32ecc4[_0x1739cb(0xfa)])??(typeof document>'u'?void 0x0:document),_0x4990e6=_0x3f070c==null?void 0x0:_0x3f070c[_0x1739cb(0x511)](_0x1739cb(0x4c0));if(!_0x4990e6)return;let _0x5d7935=[];return this[_0x1739cb(0x6f5)][_0x1739cb(0x6d0)](ls)&&_0x5d7935[_0x1739cb(0x498)](this['_injector'][_0x1739cb(0x96)](ls)[_0x1739cb(0x61a)](_0x24b593[_0x1739cb(0x1a0)],_0x4990e6,_0x24b593[_0x1739cb(0x4d3)])),this[_0x1739cb(0x6f5)][_0x1739cb(0x6d0)](Z)&&_0x5d7935[_0x1739cb(0x498)](this[_0x1739cb(0x6f5)]['get'](Z)['registerElement']({'embedId':_0x24b593['embedId'],'role':_0x1739cb(0x60f),'element':_0x4990e6})),_0x5d7935['length']?_0x139183(()=>[..._0x5d7935][_0x1739cb(0x4f3)]()[_0x1739cb(0x684)](_0x5caa3b=>_0x5caa3b['dispose']())):void 0x0;}['dispose'](){const _0x6d397e=_0x5878b6;var _0x4f9b2a;(_0x4f9b2a=this[_0x6d397e(0x1db)])==null||_0x4f9b2a[_0x6d397e(0x3ef)](),this[_0x6d397e(0x1db)]=null,this['_currentOverride']=null,super['dispose']();}};Mp=fs([$(0x0,_0x431841(as)),$(0x1,_0x431841(rs)),$(0x2,_0x431841(_0x1d680f)),$(0x3,_0x431841(_0xa41f0d)),$(0x4,_0x431841(_0x4670db))],Mp);function Np(_0x549436,_0x12270f){const _0x1ff516=_0x5878b6;return _0x549436!=null&&_0x549436['hostUnitId']===_0x12270f['hostUnitId']&&_0x549436['embedId']===_0x12270f[_0x1ff516(0x1a0)]&&_0x549436['childUnitId']===_0x12270f[_0x1ff516(0x4d3)]&&_0x549436[_0x1ff516(0x1ec)]===_0x12270f[_0x1ff516(0x1ec)]&&_0x549436[_0x1ff516(0x289)]===_0x12270f['entry']&&_0x549436[_0x1ff516(0x478)]===_0x12270f[_0x1ff516(0x478)]&&_0x549436['portalContainer']===_0x12270f[_0x1ff516(0x2e4)]&&_0x549436['hideHostFxBar']===_0x12270f[_0x1ff516(0x18b)]&&_0x549436['lockHostRibbon']===_0x12270f[_0x1ff516(0x18d)];}let Pp=class extends _0x4c5370{constructor(_0x593c7d,_0x5d037b,_0x4136eb){const _0x46668d=_0x5878b6;super(),this['_commandService']=_0x593c7d,this[_0x46668d(0x4a5)]=_0x5d037b,this[_0x46668d(0x27c)]=_0x4136eb,X(this,_0x46668d(0x61b),[]);let _0x444da7=this[_0x46668d(0x27c)][_0x46668d(0x5f6)]()[_0x46668d(0x19d)](_0x5c5e1b=>{const _0x1855ab=_0x46668d;this[_0x1855ab(0x61b)]=_0x5c5e1b;});this[_0x46668d(0x45b)](_0x139183(()=>_0x444da7[_0x46668d(0x632)]())),this[_0x46668d(0x45b)](this[_0x46668d(0x58e)]['onCommandExecuted'](_0x3a8b47=>{const _0xa13e10=_0x46668d;var _0x594d9a;if(_0x3a8b47['id']!==_0x36ba06['id'])return;let _0x4601c1=_0x3a8b47['params'];if(typeof(_0x4601c1==null?void 0x0:_0x4601c1[_0xa13e10(0x1a0)])!=_0xa13e10(0x41b)||typeof _0x4601c1[_0xa13e10(0x1bc)]!='string')return;let _0x9cbb3d=(_0x594d9a=this[_0xa13e10(0x4a5)]['getDescriptor'](_0x4601c1[_0xa13e10(0x1bc)],_0x4601c1[_0xa13e10(0x1a0)]))==null?void 0x0:_0x594d9a[_0xa13e10(0x4d3)];_0x9cbb3d&&this[_0xa13e10(0x61b)][_0xa13e10(0x684)](_0x552614=>{const _0x5a977a=_0xa13e10;Fp(_0x552614)===_0x9cbb3d&&this[_0x5a977a(0x27c)][_0x5a977a(0x49b)](_0x552614['id']);});}));}['dispose'](){const _0x546872=_0x5878b6;super['dispose'](),this[_0x546872(0x61b)]=[];}};Pp=fs([$(0x0,_0x20e3ee),$(0x1,_0x431841(_0x39c782)),$(0x2,_0x431841(_0x52ba82))],Pp);function Fp(_0x8e6c35){const _0x4d54e5=_0x5878b6;var _0x13943a,_0x62b12a;let _0x424a45=(_0x13943a=_0x8e6c35[_0x4d54e5(0x340)])==null?void 0x0:_0x13943a[_0x4d54e5(0x378)];if(!_0x424a45||typeof _0x424a45==_0x4d54e5(0x41b))return;let _0x39c4a6=(_0x62b12a=_0x424a45['props'])==null?void 0x0:_0x62b12a[_0x4d54e5(0x1bc)];return typeof _0x39c4a6==_0x4d54e5(0x41b)?_0x39c4a6:void 0x0;}let Ip=class extends _0x4c5370{constructor(_0x305675,_0x3e5271,_0x36db52,_0x2d7f6a,_0x14f6c1,_0x40042d){const _0x109455=_0x5878b6;super(),this[_0x109455(0x254)]=_0x305675,this['_printPreparationService']=_0x3e5271,this[_0x109455(0x6f5)]=_0x36db52,this[_0x109455(0x6d2)]=_0x2d7f6a,this[_0x109455(0x17a)]=_0x14f6c1,this[_0x109455(0x1f3)]=_0x40042d,X(this,_0x109455(0x588),!0x1),X(this,_0x109455(0x699),!0x1),X(this,_0x109455(0x55a),new Map()),this[_0x109455(0x5c7)](),this[_0x109455(0x1ac)](),this[_0x109455(0x587)]();}async[_0x5878b6(0x2d7)](_0x2eb7d4){const _0x5767b7=_0x5878b6;if(_0x2eb7d4[_0x5767b7(0x6b4)]===_0x152567[_0x5767b7(0x592)]?(this[_0x5767b7(0x23b)](),this['_docPrintLayouts'][_0x5767b7(0x66b)](_0x2eb7d4[_0x5767b7(0x1bc)])):_0x2eb7d4[_0x5767b7(0x6b4)]===_0x152567['UNIVER_SHEET']&&this[_0x5767b7(0x46c)](),await this[_0x5767b7(0x254)]['prepare'](_0x2eb7d4),_0x2eb7d4[_0x5767b7(0x6b4)]===_0x152567[_0x5767b7(0x592)]){let _0x48c2ae=this['_univerInstanceService'][_0x5767b7(0x4cb)](_0x2eb7d4['unitId'],_0x152567[_0x5767b7(0x592)]),_0x551ac2=_0x48c2ae==null?void 0x0:_0x48c2ae['getSnapshot']();if(_0x48c2ae&&_0x551ac2){let _0x6000b8=_0x48c2ae[_0x5767b7(0x56d)]()[_0x5767b7(0x353)]===_0x503fd0[_0x5767b7(0x5d4)],_0x2a446c=_0x6000b8?void 0x0:this[_0x5767b7(0x40f)](_0x2eb7d4[_0x5767b7(0x1bc)]),_0x51b94c=Up(_0x551ac2,_0x2eb7d4[_0x5767b7(0x1bc)],this['_embedPrintService'],_0x2a446c,_0x6000b8||!!_0x2a446c,_0x6000b8);this[_0x5767b7(0x55a)][_0x5767b7(0x5ad)](_0x2eb7d4[_0x5767b7(0x1bc)],_0x51b94c),_0x2eb7d4[_0x5767b7(0x493)]=Math[_0x5767b7(0x33a)](_0x2eb7d4[_0x5767b7(0x493)]??0x0,_0x51b94c[_0x5767b7(0x493)]),_0x6000b8&&(_0x2eb7d4[_0x5767b7(0xf1)]=(_0x2eb7d4[_0x5767b7(0xf1)]??0x0)+_0x51b94c[_0x5767b7(0xf1)]),_0x6000b8&&_0x51b94c[_0x5767b7(0x2f7)][_0x5767b7(0x102)]&&(_0x2eb7d4[_0x5767b7(0x2f7)]??=[])['push'](..._0x51b94c[_0x5767b7(0x2f7)]);}}}[_0x5878b6(0x5c7)](){const _0x276ab8=_0x5878b6;this[_0x276ab8(0x45b)](this['_printPreparationService'][_0x276ab8(0x466)](this));}[_0x5878b6(0x40f)](_0x1a1508){const _0x5dc9d8=_0x5878b6;var _0x2cec4d,_0x4f96a2;let _0x34616a=this[_0x5dc9d8(0x6f5)][_0x5dc9d8(0x96)](_0x4fb5e9)[_0x5dc9d8(0x427)](_0x1a1508),_0x4bae9e=_0x34616a==null||(_0x2cec4d=_0x34616a[_0x5dc9d8(0x12a)](_0x248993)['getSkeleton']()[_0x5dc9d8(0x3a7)]())==null?void 0x0:_0x2cec4d[_0x5dc9d8(0x4d9)][0x0],_0x1ef1b3=(_0x4f96a2=this[_0x5dc9d8(0x6d2)][_0x5dc9d8(0x4cb)](_0x1a1508,_0x152567['UNIVER_DOC']))==null||(_0x4f96a2=_0x4f96a2[_0x5dc9d8(0x56d)]()[_0x5dc9d8(0x387)])==null?void 0x0:_0x4f96a2[_0x5dc9d8(0x2e8)],_0x80d08e=_0x34616a==null?void 0x0:_0x34616a[_0x5dc9d8(0x268)];if(!(_0x80d08e instanceof _0x26c160))return;let _0x34d1ed=_0x80d08e[_0x5dc9d8(0xfc)]()['docsTop']??0x0,_0x3f57ec=_0x4bae9e&&Qp(_0x4bae9e['pageHeight'])?_0x4bae9e[_0x5dc9d8(0x5b5)]:_0x1ef1b3;return Qp(_0x3f57ec)?{'firstTop':_0x34d1ed,'pageStride':_0x3f57ec+_0x34d1ed}:void 0x0;}[_0x5878b6(0x23b)](){const _0x6065db=_0x5878b6;if(this['_docPrintRegistered'])return;let _0x5636f2=this['_injector'][_0x6065db(0x96)](_0x40f0a1);_0x5636f2[_0x6065db(0x655)](_0x30e15d,lp),this[_0x6065db(0x45b)](_0x5636f2[_0x6065db(0x614)][_0x6065db(0x210)](_0x5636f2[_0x6065db(0x614)]['getInterceptPoints']()[_0x6065db(0x2e0)],{'handler':(_0x4a66ed,_0x225f60,_0x4ff8f3)=>{const _0x42886d=_0x6065db;var _0x583d25;if(!_0x4a66ed)return _0x4ff8f3(_0x4a66ed);let _0x50d8df=_0x4ff8f3(_0x4a66ed),_0x1f9f35=(_0x583d25=this[_0x42886d(0x6d2)][_0x42886d(0x4cb)](_0x225f60['unitId'],_0x152567['UNIVER_DOC']))==null?void 0x0:_0x583d25[_0x42886d(0x616)]();return _0x1f9f35&&zp(_0x225f60[_0x42886d(0x1ce)][_0x42886d(0x116)]??_0x225f60[_0x42886d(0x1ce)],_0x1f9f35,_0x225f60['unitId'],_0x225f60['offset'],_0x225f60[_0x42886d(0x419)],this[_0x42886d(0x254)],_0x4a66ed,this[_0x42886d(0x55a)]['get'](_0x225f60[_0x42886d(0x1bc)])),_0x50d8df;}})),this[_0x6065db(0x588)]=!0x0;}['_registerSheetPrinting'](){const _0x3d6953=_0x5878b6;if(this['_sheetPrintRegistered'])return;let _0x2b7f33=this[_0x3d6953(0x6f5)][_0x3d6953(0x96)](_0x423c56);_0x2b7f33[_0x3d6953(0x655)](_0x8af5,cp),this[_0x3d6953(0x45b)](_0x2b7f33['interceptor'][_0x3d6953(0x210)](_0x2b7f33[_0x3d6953(0x614)][_0x3d6953(0x2ce)]()[_0x3d6953(0x94)],{'handler':(_0x2d1632,_0xd3fb3e,_0x4d05a5)=>_0x4d05a5(this[_0x3d6953(0x203)](_0xd3fb3e[_0x3d6953(0x1bc)],_0xd3fb3e[_0x3d6953(0x259)])?{'startRow':0x0,'endRow':0x0,'startColumn':0x0,'endColumn':0x0}:_0x2d1632)})),this[_0x3d6953(0x45b)](_0x2b7f33['interceptor'][_0x3d6953(0x210)](_0x2b7f33[_0x3d6953(0x614)]['getInterceptPoints']()['PRINTING_DOM_COLLECT'],{'handler':(_0x1081e4,_0x3008f7,_0x17931f)=>{const _0x4b051e=_0x3d6953;if(!_0x1081e4)return _0x17931f(_0x1081e4);let _0x957eb1=this['_getOriginalSheetTabData'](_0x3008f7[_0x4b051e(0x1bc)],_0x3008f7['subUnitId'])??_0x18811d(_0x3008f7['worksheet'][_0x4b051e(0x616)]()),_0x4929b2=_0x957eb1&&this[_0x4b051e(0x254)][_0x4b051e(0x1ab)](_0x3008f7['unitId'],_0x957eb1[_0x4b051e(0x1a0)]);if(!(_0x4929b2!=null&&_0x4929b2[_0x4b051e(0x298)]))return _0x17931f(_0x1081e4);let _0xc9351e=$p(_0x3008f7[_0x4b051e(0x1ce)],_0x4929b2['source'],_0x1081e4,{'height':_0x3008f7[_0x4b051e(0x14c)][_0x4b051e(0x6c1)]()[_0x4b051e(0x195)](),'offsetX':_0x3008f7[_0x4b051e(0x1ef)][_0x4b051e(0x618)],'offsetY':_0x3008f7['offset'][_0x4b051e(0x1a9)],'width':_0x3008f7[_0x4b051e(0x14c)][_0x4b051e(0x6c1)]()[_0x4b051e(0x5af)]()});return _0xc9351e['complete']||_0x3008f7[_0x4b051e(0x69e)][_0x4b051e(0x36d)](em(_0xc9351e)),_0x17931f(_0x1081e4);}})),this[_0x3d6953(0x699)]=!0x0;}['_getOriginalSheetTabData'](_0x57cba7,_0xe5b093){const _0x500c9e=_0x5878b6;var _0xf37eef;let _0x49f10e=(_0xf37eef=this[_0x500c9e(0x6d2)][_0x500c9e(0x4cb)](_0x57cba7,_0x152567[_0x500c9e(0x66c)]))==null?void 0x0:_0xf37eef['getSheetBySheetId'](_0xe5b093);return _0x49f10e&&_0x18811d(_0x49f10e[_0x500c9e(0x616)]());}[_0x5878b6(0x1ac)](){const _0x15172f=_0x5878b6;this[_0x15172f(0x45b)](this[_0x15172f(0x17a)][_0x15172f(0x334)]((_0x537283,_0x4f0d06)=>tm(_0x537283,_0x4f0d06,this['_embedPrintService'])));}[_0x5878b6(0x587)](){const _0x47b601=_0x5878b6;this[_0x47b601(0x45b)](this[_0x47b601(0x1f3)][_0x47b601(0x334)]((_0x1bf3c9,_0x4ef0de)=>Lp(_0x1bf3c9,_0x4ef0de,this[_0x47b601(0x254)])));}[_0x5878b6(0x3ef)](){const _0x57c795=_0x5878b6;this[_0x57c795(0x55a)][_0x57c795(0x120)](),super[_0x57c795(0x3ef)]();}};Ip=fs([$(0x0,_0x431841(Lf)),$(0x1,_0x458f3f),$(0x2,_0x431841(_0x4670db)),$(0x3,_0x384701),$(0x4,_0x431841(_0x4e46a8)),$(0x5,_0x431841(_0x4cbdc7))],Ip);function Lp(_0x225c97,_0x4494d0,_0x4b93c8){const _0x32c95e=_0x5878b6;let _0x38c895={..._0x225c97[_0x32c95e(0x280)]};return _0x225c97[_0x32c95e(0x4bf)][_0x32c95e(0x684)](_0x158499=>{const _0x5020ee=_0x32c95e;let _0x2b828a=_0x38c895[_0x158499],_0xcc3b2f=_0x2b828a==null?void 0x0:_0x2b828a[_0x5020ee(0x13d)];if(!_0x2b828a||!_0x1a30a4(_0xcc3b2f)||_0xcc3b2f[_0x5020ee(0x1f5)]===!0x1)return;let _0x10297e=_0x4ee9a0(_0xcc3b2f),_0x59be59=_0x10297e&&_0x4b93c8[_0x5020ee(0x1ab)](_0x4494d0['boardModel'][_0x5020ee(0x156)](),_0x10297e[_0x5020ee(0x1a0)]);_0x59be59!=null&&_0x59be59[_0x5020ee(0x298)]&&(_0x38c895[_0x158499]={..._0x2b828a,'element':Rp(_0xcc3b2f,_0x59be59[_0x5020ee(0x298)])});}),{'data':_0x38c895,'order':_0x225c97['order']};}function Rp(_0x5114c5,_0x7b64bc){const _0x1d7d94=_0x5878b6;return{'id':_0x5114c5['id'],'type':_0x561298[_0x1d7d94(0x399)],'transform':_0x5114c5['transform'],'source':_0x7b64bc,'imageSourceType':_0x49d90b['URL'],'parentId':_0x5114c5['parentId'],'laneId':_0x5114c5[_0x1d7d94(0x685)],'role':_0x5114c5[_0x1d7d94(0x285)],'managedBy':_0x5114c5['managedBy'],'name':_0x5114c5['name'],'description':_0x5114c5[_0x1d7d94(0x142)],'visible':_0x5114c5['visible'],'selectable':_0x5114c5[_0x1d7d94(0x3a6)],'locked':_0x5114c5['locked'],'custom':_0x5114c5[_0x1d7d94(0x402)]};}function zp(_0x5e7708,_0x3dfc18,_0x57f336,_0x4f9fe2,_0xa98767,_0x24f770,_0x1b58eb,_0x2fd66e){const _0x3fed66=_0x5878b6;var _0x41b819;(_0x41b819=_0x3dfc18[_0x3fed66(0x688)])==null||_0x41b819[_0x3fed66(0x684)](_0x2f9a73=>{const _0x454da5=_0x3fed66;var _0xdcee6;let _0x2e08be=(_0xdcee6=_0x3dfc18['drawings'])==null?void 0x0:_0xdcee6[_0x2f9a73];if(!_0x2e08be)return;let _0x1318f9=sd(_0x454da5(0x280)in _0x2e08be?_0x2e08be[_0x454da5(0x280)]:void 0x0),_0x1ba5f1=_0x1318f9&&_0x24f770[_0x454da5(0x1ab)](_0x1318f9[_0x454da5(0x178)]??_0x57f336,_0x1318f9[_0x454da5(0x1a0)]),_0x96514a=_0x2fd66e==null?void 0x0:_0x2fd66e['drawings'][_0x454da5(0x96)](_0x2f9a73);if(_0x1ba5f1!=null&&_0x1ba5f1['canvas']){var _0x3e73eb;let _0x4b41d4=Gp(_0x2e08be),_0x3c753d=_0x96514a!=null&&(_0x3e73eb=_0x96514a[_0x454da5(0x66a)])!=null&&_0x3e73eb['length']?_0x96514a[_0x454da5(0x66a)]:Bp(_0x1ba5f1,_0x96514a,_0x4b41d4);if(Vp(_0x5e7708,_0x4b41d4[_0x454da5(0x8a)],_0x4b41d4[_0x454da5(0x6c9)],_0x1ba5f1,_0x3c753d,_0x4f9fe2,_0xa98767,_0x1b58eb),_0x3c753d[_0x454da5(0x102)])return;}let _0x4a5bb4=Hp(_0x2e08be,_0x2f9a73,_0x57f336,_0x24f770,_0x2fd66e);if(!_0x4a5bb4)return;let {height:_0x562dd5,left:_0x3741a6,source:_0x30e44f,top:_0x2611e6,width:_0x5af228}=_0x4a5bb4;if(_0x3741a6+_0x5af228<_0xa98767[_0x454da5(0x8a)]||_0x3741a6>_0xa98767[_0x454da5(0x40a)]||_0x2611e6+_0x562dd5<_0xa98767[_0x454da5(0x5c3)]||_0x2611e6>_0xa98767[_0x454da5(0x121)])return;let _0x57a276=document['createElement']('img');_0x57a276['alt']='',_0x57a276[_0x454da5(0x4e9)]=_0x30e44f,_0x57a276[_0x454da5(0x50c)][_0x454da5(0x6e0)]=_0x454da5(0x2e9),_0x57a276[_0x454da5(0x50c)][_0x454da5(0x8a)]=_0x3741a6-_0x4f9fe2['x']+'px',_0x57a276['style'][_0x454da5(0x5c3)]=_0x2611e6-_0x4f9fe2['y']+'px',_0x57a276[_0x454da5(0x50c)]['width']=_0x5af228+'px',_0x57a276[_0x454da5(0x50c)][_0x454da5(0x2e8)]=_0x562dd5+'px',_0x57a276[_0x454da5(0x50c)][_0x454da5(0x64f)]='contain',_0x57a276[_0x454da5(0x50c)][_0x454da5(0x641)]=_0x454da5(0x175),_0x57a276[_0x454da5(0x50c)]['display']=_0x454da5(0x190),_0x57a276[_0x454da5(0x50c)][_0x454da5(0x4c2)]='11',_0x5e7708[_0x454da5(0x191)](_0x57a276),_0x1b58eb[_0x454da5(0x36d)](_0x139183(()=>_0x57a276['remove']()));});}function Bp(_0x29a8a0,_0x4e4e3b,_0x33a191){const _0x1ab471=_0x5878b6;if(!_0x29a8a0[_0x1ab471(0x61f)]||!Zp(_0x33a191[_0x1ab471(0x5c3)])||!Qp(_0x33a191['width']))return[];let _0x56930f=(_0x4e4e3b==null?void 0x0:_0x4e4e3b[_0x1ab471(0x5c3)])??_0x33a191['top'],_0x2b559a=(_0x4e4e3b==null?void 0x0:_0x4e4e3b[_0x1ab471(0x2e8)])??(Qp(_0x29a8a0[_0x1ab471(0x6c9)])?_0x33a191[_0x1ab471(0x6c9)]*_0x29a8a0['height']/_0x29a8a0[_0x1ab471(0x6c9)]:_0x33a191[_0x1ab471(0x2e8)]);return Zp(_0x56930f)&&Qp(_0x2b559a)?[{'height':_0x2b559a,'sourceHeight':_0x29a8a0[_0x1ab471(0x61f)][_0x1ab471(0x2e8)],'sourceTop':0x0,'top':_0x56930f}]:[];}function Vp(_0x37de85,_0x2a1717,_0x2cc8fd,_0xfd8f9,_0x11bc43,_0x2f2aa7,_0xfaeca9,_0x495220){const _0x267e98=_0x5878b6;let _0x4bce83=_0xfd8f9[_0x267e98(0x61f)];!_0x4bce83||!Zp(_0x2a1717)||!Qp(_0x2cc8fd)||!Qp(_0xfd8f9[_0x267e98(0x6c9)])||_0x11bc43['forEach'](_0x479c12=>{const _0x3bd334=_0x267e98;var _0x139b86;if(_0x2a1717+_0x2cc8fd<_0xfaeca9['left']||_0x2a1717>_0xfaeca9[_0x3bd334(0x40a)]||_0x479c12[_0x3bd334(0x5c3)]+_0x479c12['height']<=_0xfaeca9[_0x3bd334(0x5c3)]||_0x479c12[_0x3bd334(0x5c3)]>=_0xfaeca9[_0x3bd334(0x121)])return;let _0x163cb8=document[_0x3bd334(0x3ba)](_0x3bd334(0x61f));_0x163cb8['width']=_0x4bce83['width'],_0x163cb8['height']=Math[_0x3bd334(0x33a)](0x1,Math['ceil'](_0x479c12['sourceHeight'])),(_0x139b86=_0x163cb8[_0x3bd334(0x145)]('2d'))==null||_0x139b86[_0x3bd334(0x324)](_0x4bce83,0x0,_0x479c12['sourceTop'],_0x4bce83[_0x3bd334(0x6c9)],_0x479c12[_0x3bd334(0x174)],0x0,0x0,_0x163cb8[_0x3bd334(0x6c9)],_0x163cb8[_0x3bd334(0x2e8)]),_0x163cb8[_0x3bd334(0x50c)]['position']='absolute',_0x163cb8[_0x3bd334(0x50c)]['left']=_0x2a1717-_0x2f2aa7['x']+'px',_0x163cb8[_0x3bd334(0x50c)][_0x3bd334(0x5c3)]=_0x479c12[_0x3bd334(0x5c3)]-_0x2f2aa7['y']+'px',_0x163cb8['style']['width']=_0x2cc8fd+'px',_0x163cb8[_0x3bd334(0x50c)]['height']=_0x479c12[_0x3bd334(0x2e8)]+'px',_0x163cb8[_0x3bd334(0x50c)][_0x3bd334(0x1ee)]='block',_0x163cb8[_0x3bd334(0x50c)][_0x3bd334(0x4c2)]='11',_0x37de85[_0x3bd334(0x191)](_0x163cb8),_0x495220[_0x3bd334(0x36d)](_0x139183(()=>_0x163cb8['remove']()));});}function Hp(_0x14a762,_0x5a30aa,_0x50f037,_0x5c223b,_0x3e74d4){const _0x31d26f=_0x5878b6;var _0x39cd8f,_0x29c6b6;let _0x15bb7f=sd(_0x31d26f(0x280)in _0x14a762?_0x14a762[_0x31d26f(0x280)]:void 0x0),_0x6d58c5=Gp(_0x14a762),_0x4f6bb3=_0x15bb7f&&_0x5c223b[_0x31d26f(0x5b9)](_0x15bb7f[_0x31d26f(0x178)]??_0x50f037,_0x15bb7f[_0x31d26f(0x1a0)]),_0x4661dd=_0x6d58c5==null?void 0x0:_0x6d58c5[_0x31d26f(0x8a)],_0x392996=(_0x3e74d4==null||(_0x39cd8f=_0x3e74d4[_0x31d26f(0x379)][_0x31d26f(0x96)](_0x5a30aa))==null?void 0x0:_0x39cd8f[_0x31d26f(0x5c3)])??(_0x6d58c5==null?void 0x0:_0x6d58c5[_0x31d26f(0x5c3)]),_0x50ca83=_0x6d58c5==null?void 0x0:_0x6d58c5['width'];if(!_0x4f6bb3||!Zp(_0x4661dd)||!Zp(_0x392996)||!Qp(_0x50ca83))return;let _0xe8f87f=_0x14a762['docTransform'][_0x31d26f(0x37b)][_0x31d26f(0x6c9)],_0x55af8d=_0x14a762[_0x31d26f(0xd4)][_0x31d26f(0x37b)][_0x31d26f(0x2e8)];return{'height':(_0x3e74d4==null||(_0x29c6b6=_0x3e74d4['drawings'][_0x31d26f(0x96)](_0x5a30aa))==null?void 0x0:_0x29c6b6[_0x31d26f(0x2e8)])??Jp(_0x15bb7f[_0x31d26f(0x1ec)],_0x6d58c5==null?void 0x0:_0x6d58c5[_0x31d26f(0x2e8)],_0xe8f87f,_0x55af8d,_0x50ca83),'left':_0x4661dd,'source':_0x4f6bb3,'top':_0x392996,'width':_0x50ca83};}function Up(_0x15a38b,_0x2e8a33,_0x4967e7,_0x53eb78,_0x4b65bc=!!_0x53eb78,_0x55d798=!0x1){const _0x487b2e=_0x5878b6;let _0x35c971=(_0x15a38b[_0x487b2e(0x688)]??[])[_0x487b2e(0x28d)](_0x23d42a=>{const _0x1ae4f6=_0x487b2e;var _0x98a41d;return{'drawingId':_0x23d42a,'drawing':(_0x98a41d=_0x15a38b[_0x1ae4f6(0x379)])==null?void 0x0:_0x98a41d[_0x23d42a]};})[_0x487b2e(0x273)](({drawing:_0x40e523})=>{const _0x27e175=_0x487b2e;let _0x20ec68=_0x40e523&&sd('data'in _0x40e523?_0x40e523[_0x27e175(0x280)]:void 0x0);return!!_0x40e523&&!!_0x20ec68&&(!!_0x4967e7['getResource'](_0x20ec68[_0x27e175(0x178)]??_0x2e8a33,_0x20ec68[_0x27e175(0x1a0)])||!!_0x4967e7[_0x27e175(0x5b9)](_0x20ec68['hostUnitId']??_0x2e8a33,_0x20ec68[_0x27e175(0x1a0)]));})[_0x487b2e(0x577)]((_0x13b11e,_0x38adce)=>{const _0x2a7cde=_0x487b2e;var _0xfa8c5a,_0x30a312;return(_0x13b11e[_0x2a7cde(0xc9)]?((_0xfa8c5a=Gp(_0x13b11e[_0x2a7cde(0xc9)]))==null?void 0x0:_0xfa8c5a[_0x2a7cde(0x5c3)])??0x0:0x0)-(_0x38adce[_0x2a7cde(0xc9)]?((_0x30a312=Gp(_0x38adce[_0x2a7cde(0xc9)]))==null?void 0x0:_0x30a312['top'])??0x0:0x0);}),_0x35ec1d=new Map(),_0x352021=[],_0x52075d=new Set(_0x35c971['map'](({drawingId:_0x5e4e7e})=>_0x5e4e7e)),_0x104066=_0x35c971[_0x487b2e(0x64a)](({drawing:_0x1a68ae})=>{const _0x17a20d=_0x487b2e;let _0x701dff=_0x1a68ae&&sd('data'in _0x1a68ae?_0x1a68ae[_0x17a20d(0x280)]:void 0x0);return _0x701dff&&Xp(_0x701dff['childType']);}),_0x32659e=_0x104066==null?void 0x0:_0x104066['drawing'],_0x1f224d=_0x32659e&&Gp(_0x32659e)[_0x487b2e(0x5c3)],_0x110f75=(_0x15a38b[_0x487b2e(0x688)]??[])[_0x487b2e(0x3f3)](_0xdd961d=>{const _0x371209=_0x487b2e;var _0x374201;let _0x42c4ed=(_0x374201=_0x15a38b[_0x371209(0x379)])==null?void 0x0:_0x374201[_0xdd961d];if(!_0x42c4ed||_0x52075d['has'](_0xdd961d))return!0x1;let _0x109bd6=Gp(_0x42c4ed)[_0x371209(0x5c3)];return!Zp(_0x1f224d)||!Zp(_0x109bd6)||_0x109bd6>=_0x1f224d;}),_0x3e9846=!_0x104066||Wp(_0x15a38b,_0x104066['drawingId']),_0x2d9909=_0x55d798&&!_0x110f75&&!_0x3e9846,_0xfb7069=0x0,_0x3b1f85=0x0;return _0x35c971[_0x487b2e(0x684)](({drawingId:_0x1ecda1,drawing:_0x550c69},_0x45de44)=>{const _0x31d559=_0x487b2e;var _0x449b4e;if(!_0x550c69)return;let _0x4c32ac=sd(_0x31d559(0x280)in _0x550c69?_0x550c69[_0x31d559(0x280)]:void 0x0),_0x215dbf=Gp(_0x550c69),_0x3e3042=_0x215dbf==null?void 0x0:_0x215dbf[_0x31d559(0x5c3)],_0x498f30=_0x215dbf==null?void 0x0:_0x215dbf['width'],_0x423225=_0x550c69['docTransform'][_0x31d559(0x37b)][_0x31d559(0x6c9)],_0x4f6751=_0x550c69[_0x31d559(0xd4)][_0x31d559(0x37b)][_0x31d559(0x2e8)];if(!_0x4c32ac||!Zp(_0x3e3042)||!Qp(_0x498f30))return;let _0x483978=Qp(_0x215dbf==null?void 0x0:_0x215dbf[_0x31d559(0x2e8)])?_0x215dbf[_0x31d559(0x2e8)]:Yp(_0x423225,_0x4f6751,_0x498f30),_0x1cd8f2=_0x4967e7[_0x31d559(0x1ab)](_0x4c32ac[_0x31d559(0x178)]??_0x2e8a33,_0x4c32ac[_0x31d559(0x1a0)]),_0x35187b=_0x1cd8f2&&Qp(_0x1cd8f2[_0x31d559(0x6c9)])?_0x498f30*_0x1cd8f2[_0x31d559(0x2e8)]/_0x1cd8f2[_0x31d559(0x6c9)]:Jp(_0x4c32ac['childType'],_0x215dbf==null?void 0x0:_0x215dbf['height'],_0x423225,_0x4f6751,_0x498f30),_0x347a0f=_0x3e3042+_0xfb7069,_0x597a5d=_0x1cd8f2&&Qp(_0x1cd8f2[_0x31d559(0x6c9)])?_0x498f30/_0x1cd8f2[_0x31d559(0x6c9)]:0x1,_0x31b834=_0x4b65bc&&_0x1cd8f2!=null&&_0x1cd8f2[_0x31d559(0x61f)]&&(_0x449b4e=_0x1cd8f2[_0x31d559(0x19a)])!=null&&_0x449b4e[_0x31d559(0x102)]?Kp(_0x1cd8f2,_0x347a0f,_0x597a5d,_0x53eb78):void 0x0,_0x526dd9=_0x31b834!=null&&_0x31b834[_0x31d559(0x102)]?_0x31b834[_0x31b834[_0x31d559(0x102)]-0x1][_0x31d559(0x5c3)]+_0x31b834[_0x31b834[_0x31d559(0x102)]-0x1][_0x31d559(0x2e8)]-_0x347a0f:_0x35187b;if(_0x35ec1d[_0x31d559(0x5ad)](_0x1ecda1,{'height':_0x526dd9,'segments':_0x31b834,'top':_0x347a0f}),_0x31b834!=null&&_0x31b834[_0x31d559(0x102)]?_0x352021[_0x31d559(0x498)](..._0x31b834[_0x31d559(0x28d)](_0x2cd6d7=>({'bottom':_0x2cd6d7[_0x31d559(0x5c3)]+_0x2cd6d7[_0x31d559(0x2e8)],'sourceId':_0x1ecda1,'top':_0x2cd6d7[_0x31d559(0x5c3)]}))):_0x4b65bc&&_0x526dd9>0x0&&_0x352021[_0x31d559(0x498)]({'bottom':_0x347a0f+_0x526dd9,'sourceId':_0x1ecda1,'top':_0x347a0f}),_0x3b1f85=Math[_0x31d559(0x33a)](_0x3b1f85,_0x347a0f+_0x526dd9),Xp(_0x4c32ac[_0x31d559(0x1ec)])){var _0x522d87;let _0x773ae6=(_0x522d87=_0x35c971[_0x45de44+0x1])==null?void 0x0:_0x522d87[_0x31d559(0xc9)],_0x5a924b=_0x773ae6?Gp(_0x773ae6)[_0x31d559(0x5c3)]:void 0x0,_0x57559b=_0x526dd9-(Zp(_0x5a924b)?Math[_0x31d559(0x33a)](0x0,Math[_0x31d559(0x57d)](_0x483978,_0x5a924b-_0x3e3042)):_0x483978);_0xfb7069+=_0x2d9909?_0x57559b:Math['max'](0x0,_0x57559b);}}),{'contentHeight':_0x3b1f85,'contentHeightAdjustment':_0xfb7069,'drawings':_0x35ec1d,'pageBreakRanges':_0x352021};}function Wp(_0x4fc3e1,_0x3c6273){const _0x13645c=_0x5878b6;var _0x283e14;let _0x46ff1d=_0x4fc3e1['body'],_0x1eaf70=_0x46ff1d==null||(_0x283e14=_0x46ff1d['customBlocks'])==null||(_0x283e14=_0x283e14['find'](({blockId:_0x1272b1})=>_0x1272b1===_0x3c6273))==null?void 0x0:_0x283e14['startIndex'];return!(_0x46ff1d!=null&&_0x46ff1d[_0x13645c(0x8f)])||!Zp(_0x1eaf70)||Array['from'](_0x46ff1d[_0x13645c(0x8f)][_0x13645c(0x560)](_0x1eaf70+0x1))[_0x13645c(0x3f3)](_0x125064=>_0x125064!==_0x517c7b['PARAGRAPH']&&_0x125064!==_0x517c7b[_0x13645c(0x50a)]&&_0x125064!==_0x517c7b[_0x13645c(0x595)]&&_0x125064!==_0x517c7b[_0x13645c(0x6aa)]&&_0x125064[_0x13645c(0x2bc)]()!=='');}function Gp(_0x280060){const _0x3bbe14=_0x5878b6;return _0x280060[_0x3bbe14(0x4bb)]??_0x4ad5ec(_0x280060[_0x3bbe14(0xd4)]);}function Kp(_0x5b2c20,_0x14adda,_0x2b5310,_0x6fb7b){const _0x1f1b0f=_0x5878b6;let _0x110e82=[...(_0x5b2c20[_0x1f1b0f(0x19a)]??[])['filter'](_0x40c658=>_0x40c658>0x0&&_0x40c658<_0x5b2c20[_0x1f1b0f(0x2e8)]),_0x5b2c20[_0x1f1b0f(0x2e8)]],_0x49df1f=[],_0x32b7f0=0x0,_0x10b5cc=_0x14adda;return _0x110e82[_0x1f1b0f(0x684)](_0x3a81b6=>{const _0x583705=_0x1f1b0f;let _0x23fb45=_0x3a81b6-_0x32b7f0,_0x11ae26=_0x23fb45*_0x2b5310;if(_0x6fb7b){let _0x1b4ec3=qp(_0x10b5cc,_0x6fb7b);_0x10b5cc<_0x1b4ec3&&_0x10b5cc+_0x11ae26>_0x1b4ec3&&_0x11ae26<=_0x6fb7b[_0x583705(0x460)]&&(_0x10b5cc=_0x1b4ec3);}_0x49df1f[_0x583705(0x498)]({'height':_0x11ae26,'sourceHeight':_0x23fb45,'sourceTop':_0x32b7f0,'top':_0x10b5cc}),_0x10b5cc+=_0x11ae26,_0x32b7f0=_0x3a81b6;}),_0x49df1f;}function qp(_0x258d4c,_0x469463){const _0x312bdb=_0x5878b6;let _0x29cb28=Math[_0x312bdb(0x33a)](0x0,Math[_0x312bdb(0x1fb)]((_0x258d4c-_0x469463[_0x312bdb(0x1da)])/_0x469463[_0x312bdb(0x460)]));return _0x469463['firstTop']+(_0x29cb28+0x1)*_0x469463['pageStride'];}function Jp(_0xd76eaf,_0x2642a4,_0x3328ec,_0x2fea58,_0x3562aa){return Xp(_0xd76eaf)&&Qp(_0x2642a4)?_0x2642a4:Yp(_0x3328ec,_0x2fea58,_0x3562aa);}function Yp(_0x8219a8,_0x2cd88b,_0x3cfe13){return Qp(_0x8219a8)&&Qp(_0x2cd88b)?_0x3cfe13*_0x2cd88b/_0x8219a8:0x0;}function Xp(_0x179be0){return _0x179be0===_0x152567['UNIVER_SHEET']||_0x179be0===_0x152567['UNIVER_BASE'];}function Zp(_0x1c3b8b){const _0x344374=_0x5878b6;return typeof _0x1c3b8b==_0x344374(0x168)&&Number[_0x344374(0x573)](_0x1c3b8b);}function Qp(_0x22c1b8){return Zp(_0x22c1b8)&&_0x22c1b8>0x0;}function $p(_0x48f9ba,_0x521088,_0x4e9f07,_0x48aaa8){const _0x546aab=_0x5878b6;let _0x2bf4c4=_0x48f9ba[_0x546aab(0x50c)][_0x546aab(0x3be)],_0x108f17=_0x48f9ba[_0x546aab(0x50c)][_0x546aab(0x4c2)],_0x4a27df=document['createElement'](_0x546aab(0x6f8));return _0x4a27df[_0x546aab(0xee)]='',_0x4a27df[_0x546aab(0x4e9)]=_0x521088,_0x4a27df[_0x546aab(0x50c)][_0x546aab(0x6e0)]='absolute',_0x4a27df[_0x546aab(0x50c)][_0x546aab(0x8a)]=-_0x48aaa8[_0x546aab(0x618)]+'px',_0x4a27df[_0x546aab(0x50c)][_0x546aab(0x5c3)]=-_0x48aaa8[_0x546aab(0x1a9)]+'px',_0x4a27df[_0x546aab(0x50c)][_0x546aab(0x6c9)]=_0x48aaa8['width']+'px',_0x4a27df[_0x546aab(0x50c)]['height']=_0x48aaa8['height']+'px',_0x4a27df[_0x546aab(0x50c)][_0x546aab(0x64f)]='contain',_0x4a27df[_0x546aab(0x50c)][_0x546aab(0x641)]=_0x546aab(0x486),_0x4a27df[_0x546aab(0x50c)]['display']=_0x546aab(0x190),_0x48f9ba[_0x546aab(0x50c)][_0x546aab(0x3be)]=_0x546aab(0x1f5),_0x48f9ba[_0x546aab(0x50c)][_0x546aab(0x4c2)]='9',_0x48f9ba['appendChild'](_0x4a27df),_0x4e9f07[_0x546aab(0x36d)](_0x139183(()=>{const _0xc6002e=_0x546aab;_0x4a27df[_0xc6002e(0x2a8)](),_0x48f9ba[_0xc6002e(0x50c)][_0xc6002e(0x3be)]=_0x2bf4c4,_0x48f9ba[_0xc6002e(0x50c)][_0xc6002e(0x4c2)]=_0x108f17;})),_0x4a27df;}function em(_0x1b818e){return new Promise(_0x38f51c=>{const _0x4a2012=_0x4fd0;_0x1b818e[_0x4a2012(0x4be)](_0x4a2012(0x480),()=>_0x38f51c(),{'once':!0x0}),_0x1b818e[_0x4a2012(0x4be)]('error',()=>_0x38f51c(),{'once':!0x0});});}function tm(_0x137216,_0x4ef8bf,_0x5ed097){const _0x1507c8=_0x5878b6;let _0x33c4c6=_0x4ef8bf['slideModel'][_0x1507c8(0x156)](),_0x2e3ea8=_0x4ef8bf['slidePage'][_0x1507c8(0x61d)](),_0x4ac5e6=_0x4ef8bf['slidePage'][_0x1507c8(0x3ae)](),_0x289387=_0x25d4da(_0x4ac5e6),_0x4e0f28=_0x289387&&_0x5ed097[_0x1507c8(0x1ab)](_0x33c4c6,_0x289387[_0x1507c8(0x1a0)]);if(_0x289387&&_0x4e0f28!=null&&_0x4e0f28[_0x1507c8(0x298)]){let _0x1315e7=_0x34fa02(_0x4ac5e6[_0x1507c8(0x387)]??_0x4ef8bf['slideModel']['getSnapshot']()[_0x1507c8(0x48f)]),_0x45799a=rm(_0x33c4c6,_0x2e3ea8,_0x1507c8(0x373)+_0x289387['embedId'],_0x4e0f28['source'],{'left':0x0,'top':0x0,'width':_0x1315e7[_0x1507c8(0x6c9)],'height':_0x1315e7[_0x1507c8(0x2e8)]});return{'data':{[_0x45799a['drawingId']]:_0x45799a},'order':[_0x45799a[_0x1507c8(0x46b)]]};}return nm(_0x137216,_0x33c4c6,_0x2e3ea8,_0x5ed097);}function nm(_0x493946,_0x1b4ee8,_0x1de888,_0x39ee3d){const _0x4c6229=_0x5878b6;let _0x466083={..._0x493946['data']};return _0x493946[_0x4c6229(0x4bf)][_0x4c6229(0x684)](_0x11cea5=>{const _0x2efcc9=_0x4c6229;let _0x58a826=_0x466083[_0x11cea5],_0x43071b=_0x58a826&&_0x57dc21(_0x58a826['element']),_0x5ddb21=_0x43071b&&_0x39ee3d[_0x2efcc9(0x5b9)](_0x1b4ee8,_0x43071b['embedId']);!_0x58a826||!_0x5ddb21||(_0x466083[_0x11cea5]=rm(_0x1b4ee8,_0x1de888,_0x11cea5,_0x5ddb21,_0x58a826[_0x2efcc9(0x13d)][_0x2efcc9(0x4bb)],_0x58a826['sourcePageType']));}),{'data':_0x466083,'order':_0x493946[_0x4c6229(0x4bf)]};}function rm(_0x54ab50,_0x28ad1b,_0x5434da,_0x36780f,_0x5ef177,_0x41ab76=_0x5eefcc[_0x5878b6(0xdb)]){return _0x4b1015(_0x54ab50,_0x28ad1b,{'id':_0x5434da,'type':_0x18d9f3['Image'],'name':_0x5434da,'source':_0x36780f,'imageSourceType':_0x49d90b['URL'],'transform':_0x5ef177},_0x41ab76);}const im=new Set([_0x5878b6(0x6bb)+_0x35721a,_0x5878b6(0x6bb)+_0x55cb18]);let am=class extends _0x4c5370{constructor(_0x4e8e76){const _0x1e0497=_0x5878b6;super(),[{'id':_0x2e46af['id'],'binding':_0x3eebd9['A']|_0x4ecae2[_0x1e0497(0x689)],'eventPreconditions':om,'preconditions':sm,'nativeTextEditorBehavior':_0x18816b[_0x1e0497(0x420)],'priority':0x386},{'id':_0x24b335['id'],'binding':_0x3eebd9['A']|_0x4ecae2[_0x1e0497(0x689)],'eventPreconditions':om,'preconditions':_0x4347a1=>!sm(_0x4347a1),'nativeTextEditorBehavior':_0x18816b['OVERRIDE_NATIVE'],'priority':0x386,'staticParameters':{'expandToGapFirst':!0x0,'loop':!0x0}},{'id':_0x1b8f5f['id'],'binding':_0x3eebd9['Z']|_0x4ecae2['CTRL_COMMAND'],'eventPreconditions':om,'preconditions':_0x3a7c1a=>!sm(_0x3a7c1a),'priority':0x386},{'id':_0x2ff8a6['id'],'binding':_0x3eebd9['Y']|_0x4ecae2['CTRL_COMMAND'],'eventPreconditions':om,'preconditions':_0x3bf23b=>!sm(_0x3bf23b),'priority':0x386},{'id':_0x2ff8a6['id'],'binding':_0x3eebd9['Z']|_0x4ecae2[_0x1e0497(0x689)]|_0x4ecae2['SHIFT'],'eventPreconditions':om,'preconditions':_0x1a2f94=>!sm(_0x1a2f94),'priority':0x386}][_0x1e0497(0x684)](_0x112362=>this['disposeWithMe'](_0x4e8e76[_0x1e0497(0x564)](_0x112362)));}};am=fs([$(0x0,_0x1acefe)],am);function om(_0x3fcccc){const _0x348211=_0x5878b6;let _0x23d508=_0x3fcccc[_0x348211(0x6dd)];return _0x23d508 instanceof HTMLElement&&im[_0x348211(0x6d0)](_0x23d508['id'])&&_0x23d508['closest'](_0x348211(0x87))!=null;}function sm(_0x1b015c){const _0x87e9b2=_0x5878b6;return!!(_0x1b015c[_0x87e9b2(0x328)](_0x44d019)||_0x1b015c[_0x87e9b2(0x328)](_0xf5c515));}function cm(_0x26c93e){const _0x5159a3=_0x5878b6;let _0x17d713=[];return[[_0x152567[_0x5159a3(0x592)],_0x5159a3(0x63b)],[_0x152567[_0x5159a3(0x66c)],'sheets-ui.ribbon'],[_0x152567[_0x5159a3(0x3e4)],_0x5159a3(0x585)],[_0x152567[_0x5159a3(0x39f)],_0x5159a3(0x2e6)]][_0x5159a3(0x684)](([_0x26385a,_0x285103])=>{const _0x2ae6d3=_0x5159a3;let _0xa45790=Al(_0x26c93e,{'childType':_0x26385a,'id':_0x285103,'scopedActionServiceTokens':_0x26385a===_0x152567[_0x2ae6d3(0x3e4)]?[_0x1c8ae4]:void 0x0});_0xa45790&&_0x17d713['push'](_0xa45790);}),_0x17d713;}var lm=class{constructor(){const _0x3aa311=_0x5878b6;X(this,_0x3aa311(0x653),new Map());}[_0x5878b6(0x334)](_0xb42e36){const _0x139c7f=_0x5878b6;if(this['_providers'][_0x139c7f(0x6d0)](_0xb42e36['childType']))throw Error(_0x139c7f(0x5bd)+_0xb42e36['childType']);this[_0x139c7f(0x653)]['set'](_0xb42e36[_0x139c7f(0x1ec)],_0xb42e36);}[_0x5878b6(0x96)](_0x5891dc){const _0x5f0de5=_0x5878b6;return this[_0x5f0de5(0x653)]['get'](_0x5891dc);}[_0x5878b6(0x4d2)](){const _0xeb17b5=_0x5878b6;return[...this[_0xeb17b5(0x653)][_0xeb17b5(0x672)]()];}};const um=new WeakMap(),dm=new WeakMap();function fm(_0x3cf3e9,_0x1b6c4e,_0x17ec68){const _0xa7ac71=_0x5878b6;var _0x2033ee;if(hm(_0x3cf3e9)){mm(_0x3cf3e9,_0x1b6c4e,_0x17ec68);return;}let _0x1ca38f=_0x3cf3e9;if((_0x2033ee=dm[_0xa7ac71(0x96)](_0x1ca38f))!=null&&_0x2033ee[_0xa7ac71(0x6d0)](_0x1b6c4e))return;let _0x32f1c9=um[_0xa7ac71(0x96)](_0x1ca38f)??new Map();_0x32f1c9[_0xa7ac71(0x5ad)](_0x1b6c4e,_0x17ec68),um['set'](_0x1ca38f,_0x32f1c9);}function pm(_0x4d5cbc){const _0x4062c2=_0x5878b6;if(!hm(_0x4d5cbc))return;let _0x451304=_0x4d5cbc,_0x48a6ff=um[_0x4062c2(0x96)](_0x451304);_0x48a6ff!=null&&_0x48a6ff[_0x4062c2(0x37b)]&&(_0x48a6ff['forEach']((_0x3f6973,_0x60ff44)=>mm(_0x4d5cbc,_0x60ff44,_0x3f6973)),um[_0x4062c2(0x66b)](_0x451304));}function mm(_0x11c9e7,_0x223306,_0x188fd1){const _0x1a879e=_0x5878b6;let _0x5ceeca=_0x11c9e7,_0x5649ca=dm[_0x1a879e(0x96)](_0x5ceeca)??new Set();_0x5649ca['has'](_0x223306)||(_0x188fd1(_0x11c9e7),_0x5649ca[_0x1a879e(0x36d)](_0x223306),dm[_0x1a879e(0x5ad)](_0x5ceeca,_0x5649ca));}function hm(_0x1c489c){const _0x58fa92=_0x5878b6;return _0x1c489c[_0x58fa92(0x6d0)](_0x2269a3)&&_0x1c489c[_0x58fa92(0x6d0)](xc)&&_0x1c489c['has'](yc)&&_0x1c489c[_0x58fa92(0x6d0)](rs)&&_0x1c489c[_0x58fa92(0x6d0)](Pl)&&_0x1c489c[_0x58fa92(0x6d0)](bc)&&_0x1c489c[_0x58fa92(0x6d0)](Wu)&&_0x1c489c[_0x58fa92(0x6d0)](mf)&&_0x1c489c[_0x58fa92(0x6d0)](ad)&&_0x1c489c[_0x58fa92(0x6d0)](lm);}function gm(_0x454581){const _0x24cd1d=_0x5878b6;let {childType:_0x236edc,productName:_0xd156d8}=_0x454581;return{'childType':_0x236edc,'productName':_0xd156d8,'hostChromeMode':_0x24cd1d(0xe5),'layoutPolicy':{'tab':_0x5bccdc,'float':_0x120c8d,'docFlow':_0x5c5757},'createRibbonOverride':({childUnitId:_0x52c6ce,embedId:_0x457aa1,injector:_0x1656d1})=>{const _0x2b80c3=_0x24cd1d;let _0x3b6a96=cl(_0x1656d1,{'childType':_0x236edc,'childUnitId':_0x52c6ce,'embedId':_0x457aa1,'menuSchema':_m(_0x1656d1,_0x236edc,_0x454581[_0x2b80c3(0x22e)])});return{'mode':_0x2b80c3(0xe5),'ribbonService':_0x3b6a96[_0x2b80c3(0x1c1)],'injector':_0x3b6a96[_0x2b80c3(0x391)],'placeholderTitle':_0xd156d8,'disposable':_0x3b6a96[_0x2b80c3(0x51e)]};}};}function _m(_0x119e17,_0x54fb52,_0x4280dd){const _0x4048d6=_0x5878b6;let _0xdc0743=_0x119e17;if(typeof _0xdc0743['has']==_0x4048d6(0x59d)&&typeof _0xdc0743['get']=='function'&&_0xdc0743[_0x4048d6(0x6d0)](Pl)){let _0x2549d7=_0xdc0743['get'](Pl)[_0x4048d6(0x193)](_0x54fb52,'ribbon');if(_0x2549d7)return _0x2549d7;}return _0x4280dd;}function vm(_0x1d08de){const _0x28622d=_0x5878b6;let _0x1470ef=ym(_0x1d08de);return{'childType':_0x1d08de[_0x28622d(0x1ec)],'productName':_0x1d08de[_0x28622d(0x61c)],'hostChromeMode':_0x1470ef,'hostHeaderMode':_0x1d08de[_0x28622d(0x7f)]??_0x28622d(0x34b),'layoutPolicy':{'tab':{..._0x5bccdc,'ribbon':_0x1470ef===_0x28622d(0x34b)?'hidden':_0x28622d(0x4fe)},'float':_0x120c8d,'docFlow':_0x5c5757},'createRibbonOverride':_0x1470ef===_0x28622d(0x483)?()=>({'mode':_0x28622d(0x483),'ribbonService':bm(),'placeholderTitle':_0x1d08de[_0x28622d(0x61c)],'hideToolbar':!0x0}):void 0x0};}function ym(_0x2f0de5){const _0x20d8af=_0x5878b6;return _0x2f0de5[_0x20d8af(0x5b1)]?_0x2f0de5[_0x20d8af(0x5b1)]:_0x2f0de5['hostHeaderMode']===_0x20d8af(0x369)?_0x20d8af(0x483):_0x20d8af(0x34b);}function bm(){return{'ribbon$':_0x5694b8([]),'activatedTab$':_0x5694b8(''),'collapsedIds$':_0x5694b8([]),'fakeToolbarVisible$':_0x5694b8(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function xm(_0x2fb8ce,_0x48b7fa,_0x2b5dfe,_0x26bd3c){const _0x1efab7=_0x5878b6;return[..._0x2fb8ce[_0x1efab7(0x382)](_0x48b7fa)]['reverse']()[_0x1efab7(0x64a)](_0x42db40=>{const _0xd7a03c=_0x1efab7;let _0x5e25b8=_0x42db40[_0xd7a03c(0x503)]();return _0x2b5dfe>=_0x5e25b8[_0xd7a03c(0x8a)]&&_0x2b5dfe<=_0x5e25b8['right']&&_0x26bd3c>=_0x5e25b8[_0xd7a03c(0x5c3)]&&_0x26bd3c<=_0x5e25b8[_0xd7a03c(0x121)];});}function Sm(){const _0x593e18=_0x5878b6;return{...vm({'childType':_0x152567['UNIVER_BASE'],'productName':_0x593e18(0x374),'hostChromeMode':_0x593e18(0x34b)}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-workbench-layout\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20grid-template-columns:\x20minmax(0,\x201fr)\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel-floating-expand-trigger\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-header-menu\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-add-view-button\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-view-tab-more\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-global-layer\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-right-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-footer\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x324098,clientX:_0xa3cb6,clientY:_0x3789d8,runtimeHost:_0x3db8a4})=>{const _0x14c28e=_0x593e18;if(xm(_0x3db8a4,_0x14c28e(0x200),_0xa3cb6,_0x3789d8))return!0x1;let _0x4493aa=xm(_0x3db8a4,_0x14c28e(0x1b9),_0xa3cb6,_0x3789d8),_0x2e7294=_0x4493aa==null?void 0x0:_0x4493aa[_0x14c28e(0x65b)][_0x14c28e(0xa0)],_0x3adbbe=_0x324098[_0x14c28e(0x44c)][_0x14c28e(0x391)];return!_0x2e7294||!_0x3adbbe[_0x14c28e(0x6d0)](_0x1bdb2b)?!0x1:(_0x3adbbe[_0x14c28e(0x96)](_0x1bdb2b)[_0x14c28e(0x1c3)](_0x2e7294),!0x0);}}};}let Cm=class{constructor(_0x4e9bf0,_0x2466e3,_0x86ecbf){const _0x460829=_0x5878b6;this[_0x460829(0x258)]=_0x4e9bf0,this['_projectionService']=_0x2466e3,this[_0x460829(0x314)]=_0x86ecbf,X(this,'childType',_0x152567['UNIVER_BASE']);}[_0x5878b6(0x1a3)](_0x36cf5f){const _0x49d030=_0x5878b6;var _0x33c754,_0x4a092d,_0x1bc61b;let _0x303899=_0x36cf5f[_0x49d030(0x3e2)]instanceof _0x2b22c8?_0x36cf5f[_0x49d030(0x3e2)][_0x49d030(0x616)]():void 0x0;if(!_0x303899)return;let _0x4a8151=(_0x33c754=_0x36cf5f[_0x49d030(0x391)])!=null&&_0x33c754[_0x49d030(0x6d0)](_0x1bdb2b)?_0x36cf5f[_0x49d030(0x391)][_0x49d030(0x96)](_0x1bdb2b):this[_0x49d030(0x258)],_0x17bbe5=(_0x4a092d=_0x36cf5f[_0x49d030(0x391)])!=null&&_0x4a092d[_0x49d030(0x6d0)](_0xd1f1ba)?_0x36cf5f[_0x49d030(0x391)][_0x49d030(0x96)](_0xd1f1ba):this[_0x49d030(0xc1)],_0x471160=(_0x1bc61b=_0x36cf5f[_0x49d030(0x391)])!=null&&_0x1bc61b['has'](_0x2664fe)?_0x36cf5f[_0x49d030(0x391)][_0x49d030(0x96)](_0x2664fe):this[_0x49d030(0x314)],_0x390f33=_0x4a8151['getState'](),_0x316030=Em(_0x303899,_0x390f33,_0x36cf5f[_0x49d030(0x531)]),_0x70f216=wm(_0x303899,_0x390f33,_0x17bbe5,_0x471160,_0x36cf5f[_0x49d030(0x18e)],_0x316030??_0x36cf5f['viewportWidth']);return _0x70f216==null&&_0x316030==null?void 0x0:{'height':_0x70f216==null?void 0x0:_0x70f216[_0x49d030(0x2e8)],'verticalBreaks':_0x70f216==null?void 0x0:_0x70f216[_0x49d030(0x131)],'width':_0x316030};}};Cm=fs([$(0x0,_0x1bdb2b),$(0x1,_0xd1f1ba),$(0x2,_0x2664fe)],Cm);function wm(_0x33b458,_0x2db710,_0x5b0b14,_0x53cd9a,_0x47c3f8,_0x32ec5d){const _0x11ec27=_0x5878b6;var _0xf4b6f6;let _0x43f24e=Am(_0x33b458,_0x2db710==null?void 0x0:_0x2db710[_0x11ec27(0x358)]),_0x331ba4=_0x43f24e?_0x33b458[_0x11ec27(0x5d8)][_0x43f24e]:void 0x0;if(!_0x331ba4||!_0x43f24e)return;let _0x516eeb=jm(_0x331ba4,_0x2db710==null?void 0x0:_0x2db710['activeViewId']),_0xb3d3de=_0x516eeb?(_0xf4b6f6=_0x331ba4[_0x11ec27(0x671)])==null?void 0x0:_0xf4b6f6[_0x516eeb]:void 0x0,_0x415595=Mm(_0x331ba4),_0x218e09=_0xdce05c(_0xb3d3de!=null&&_0xb3d3de[_0x11ec27(0x6a1)]&&'rowHeight'in _0xb3d3de[_0x11ec27(0x6a1)]?_0xb3d3de[_0x11ec27(0x6a1)][_0x11ec27(0xec)]:void 0x0);return Tm(_0x33b458,_0x43f24e,_0x516eeb,_0x218e09,_0x2db710,_0x5b0b14,_0x53cd9a,_0x47c3f8,_0x32ec5d)??{'breaks':Array(_0x415595)[_0x11ec27(0x255)](null)['map']((_0x37fe89,_0x585af5)=>_0x368775+(_0x585af5+0x1)*_0x218e09),'height':_0x368775+_0x415595*_0x218e09+_0x28802b+_0x1e01b7};}function Tm(_0x5eee75,_0x18d06e,_0x437007,_0x142d5e,_0x26a358,_0x4582b3,_0x842c3e,_0x169bf5,_0x17dcea){const _0x23cb81=_0x5878b6;if(!_0x437007||!_0x4582b3||!_0x842c3e)return;let _0x4cb891=_0x4582b3[_0x23cb81(0x3bd)](_0x5eee75,_0x18d06e,_0x437007);if(_0x4cb891[_0x23cb81(0x27b)]===_0x499977['Calendar']&&_0x4cb891['config'][_0x23cb81(0x67a)]===_0x23cb81(0x262)&&_0x169bf5!=null)return{'height':_0x169bf5};if(_0x4cb891['type']===_0x499977['Gallery'])return{'height':_0x842c3e[_0x23cb81(0x5fc)](_0x4cb891,_0x17dcea??0x1)};if(_0x4cb891[_0x23cb81(0x27b)]===_0x499977[_0x23cb81(0x5a8)])return{'height':_0x842c3e[_0x23cb81(0x6ac)](_0x4cb891)};if(_0x4cb891[_0x23cb81(0x27b)]===_0x499977[_0x23cb81(0x566)]||_0x4cb891[_0x23cb81(0x27b)]===_0x499977[_0x23cb81(0xc7)]){let _0x2c864b=_0x26a358==null?void 0x0:_0x26a358[_0x23cb81(0x2b3)][_0x437007];return{'breaks':_0x5b816c(_0x4cb891,_0x2c864b,_0x142d5e)[_0x23cb81(0x28d)](_0x15165a=>_0x368775+_0x15165a['y']+_0x15165a['height']),'height':_0x368775+_0x842c3e[_0x23cb81(0x311)](_0x4cb891,_0x2c864b,_0x142d5e)+_0x1e01b7};}}function Em(_0x55d74f,_0x294a10,_0x4b053f){const _0x3e9b1a=_0x5878b6;var _0x2fe64f,_0x48c71a;let _0x5c90b3=Om(_0x55d74f,_0x294a10==null?void 0x0:_0x294a10['activeTableId']);if(!_0x5c90b3)return;let _0x2ea732=km(_0x5c90b3,_0x294a10==null?void 0x0:_0x294a10[_0x3e9b1a(0x667)]),_0x22ba03=_0x5c90b3[_0x3e9b1a(0x43d)]??{},_0x394e63=_0x468deb+(_0x2ea732!=null&&(_0x2fe64f=_0x2ea732['fieldOrder'])!=null&&_0x2fe64f[_0x3e9b1a(0x102)]?_0x2ea732[_0x3e9b1a(0x2a5)]:(_0x48c71a=_0x5c90b3[_0x3e9b1a(0x2a5)])!=null&&_0x48c71a[_0x3e9b1a(0x102)]?_0x5c90b3[_0x3e9b1a(0x2a5)]:Object[_0x3e9b1a(0x267)](_0x22ba03))[_0x3e9b1a(0x362)]((_0x5226e4,_0x53c5fc)=>{const _0x1f25e9=_0x3e9b1a;var _0x58ea37;let _0x2aee74=_0x22ba03[_0x53c5fc],_0x38a4bf=_0x2ea732==null||(_0x58ea37=_0x2ea732[_0x1f25e9(0x6b5)])==null?void 0x0:_0x58ea37[_0x53c5fc];return _0x2aee74&&!(_0x38a4bf!=null&&_0x38a4bf[_0x1f25e9(0x39d)])?_0x5226e4+Dm(_0x38a4bf==null?void 0x0:_0x38a4bf[_0x1f25e9(0x6c9)]):_0x5226e4;},0x0)+_0x3ebe96;return(_0x2ea732==null?void 0x0:_0x2ea732[_0x3e9b1a(0x27b)])===_0x499977[_0x3e9b1a(0x540)]||(_0x2ea732==null?void 0x0:_0x2ea732[_0x3e9b1a(0x27b)])===_0x499977['Kanban']?Math['max'](_0x394e63,_0x4b053f??0x0):_0x394e63;}function Dm(_0x44faaf){const _0x38e249=_0x5878b6;return typeof _0x44faaf==_0x38e249(0x168)&&Number[_0x38e249(0x573)](_0x44faaf)&&_0x44faaf>0x0?_0x44faaf:_0x52cdf4;}function Om(_0x30fffc,_0x27225b){const _0x418fde=_0x5878b6;var _0x3a2987;let _0x570b93=Am(_0x30fffc,_0x27225b);return _0x570b93?(_0x3a2987=_0x30fffc[_0x418fde(0x5d8)])==null?void 0x0:_0x3a2987[_0x570b93]:void 0x0;}function km(_0x2826b3,_0x2d06d9){const _0x40a478=_0x5878b6;var _0x523531;let _0x51cc52=jm(_0x2826b3,_0x2d06d9);return _0x51cc52?(_0x523531=_0x2826b3[_0x40a478(0x671)])==null?void 0x0:_0x523531[_0x51cc52]:void 0x0;}function Am(_0x380b05,_0x4dc36e){const _0x3fd2bf=_0x5878b6;let _0x539e63=_0x380b05[_0x3fd2bf(0x5d8)]??{};if(_0x4dc36e&&_0x539e63[_0x4dc36e])return _0x4dc36e;let _0x4a1612=_0x380b05[_0x3fd2bf(0x30f)]??[];return[..._0x4a1612,...Object[_0x3fd2bf(0x267)](_0x539e63)[_0x3fd2bf(0x273)](_0x40048a=>!_0x4a1612[_0x3fd2bf(0xa5)](_0x40048a))][_0x3fd2bf(0x64a)](_0x171fe8=>_0x539e63[_0x171fe8]);}function jm(_0xbee1af,_0x2f3978){const _0x409003=_0x5878b6;let _0xf1b8b0=_0xbee1af[_0x409003(0x671)]??{};if(_0x2f3978&&_0xf1b8b0[_0x2f3978])return _0x2f3978;let _0x2bbab4=_0xbee1af[_0x409003(0x7d)]??[];return[..._0x2bbab4,...Object['keys'](_0xf1b8b0)[_0x409003(0x273)](_0x4578d0=>!_0x2bbab4['includes'](_0x4578d0))]['find'](_0x182827=>_0xf1b8b0[_0x182827]);}function Mm(_0x14fa67){const _0x54407b=_0x5878b6;var _0x150bf4;let _0x74aaaf=_0x14fa67['records']??{};return((_0x150bf4=_0x14fa67[_0x54407b(0x16a)])!=null&&_0x150bf4[_0x54407b(0x102)]?_0x14fa67['recordOrder']:Object[_0x54407b(0x267)](_0x74aaaf))[_0x54407b(0x273)](_0x4a3543=>_0x74aaaf[_0x4a3543])[_0x54407b(0x102)];}function Nm(_0x55fa1c,_0x3e0e4d,_0x5e6b21){return{..._0x309559(_0x55fa1c,_0x3e0e4d),'activateAnchor':_0x42481d=>{const _0x42e1e3=_0x4fd0;Fm(_0x42481d[_0x42e1e3(0x178)],_0x42481d[_0x42e1e3(0x6f7)],_0x3e0e4d,Lm(_0x5e6b21));}};}function Pm(){const _0x374213=_0x5878b6;return{'hostType':_0x152567[_0x374213(0x39f)],'entry':_0x374213(0x1b0),'layout':_0x374213(0x3cc),'supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x57cd35=>{const _0x187152=_0x374213;let _0x223351=Rm('data-embed-bases-table-list-host',_0x57cd35[_0x187152(0xda)][_0x187152(0x6f7)]);return _0x223351?{'hostElement':_0x223351}:{};}};}function Fm(_0x50f562,_0x4c9573,_0x43a6a0,_0x4cb344){const _0x5d4a19=_0x5878b6;var _0x2b1636;if(!_0x4cb344)return;_0x4cb344[_0x5d4a19(0x135)](_0x4c9573);let _0x501f05=(_0x2b1636=Im(_0x43a6a0,_0x50f562))==null?void 0x0:_0x2b1636[_0x5d4a19(0x5d8)][_0x4c9573],_0x21abcf=_0x501f05==null?void 0x0:_0x501f05[_0x5d4a19(0x7d)][_0x5d4a19(0x64a)](_0x514fd7=>_0x501f05[_0x5d4a19(0x671)][_0x514fd7]);_0x21abcf&&_0x4cb344['activateView'](_0x21abcf),_0x4cb344[_0x5d4a19(0x22d)](null),_0x4cb344['closeRecordDetail']();}function Im(_0x3274a6,_0x2a499a){const _0x266111=_0x5878b6;var _0x48a6ea;return _0x3274a6==null||(_0x48a6ea=_0x3274a6[_0x266111(0x4cb)](_0x2a499a,_0x152567[_0x266111(0x39f)]))==null?void 0x0:_0x48a6ea[_0x266111(0x616)]();}function Lm(_0x5ac230){const _0x5c7291=_0x5878b6;return typeof _0x5ac230==_0x5c7291(0x59d)?_0x5ac230():_0x5ac230;}function Rm(_0x4b17c8,_0x580117){const _0x1e3e51=_0x5878b6;return document[_0x1e3e51(0x511)]('['+_0x4b17c8+'=\x22'+zm(_0x580117)+'\x22]');}function zm(_0x41c49f){const _0xc664dc=_0x5878b6;return _0x41c49f['replace'](/\\/g,'\x5c\x5c')[_0xc664dc(0x7b)](/"/g,'\x5c\x22');}function Bm(_0x1dbe38){const _0x2d8079=_0x5878b6;let _0x19fc9b=_0x1dbe38['has'](_0x1bdb2b)?_0x1dbe38[_0x2d8079(0x96)](_0x1bdb2b):void 0x0,_0x54f4d8=_0x1dbe38['has'](_0x2664fe)?_0x1dbe38[_0x2d8079(0x96)](_0x2664fe):void 0x0,_0xafa853=new Set();return{'childType':_0x152567[_0x2d8079(0x39f)],'getHorizontalScroll'(_0x390a16){const _0x43f433=_0x2d8079;var _0x2086cb;let _0x43ba93=_0x3b994f(_0x390a16),_0x17fd66=_0x43ba93==null?void 0x0:_0x43ba93['getState']();return _0x17fd66!=null&&_0x17fd66['activeViewId']?((_0x2086cb=_0x17fd66[_0x43f433(0xb2)][_0x17fd66['activeViewId']])==null?void 0x0:_0x2086cb['x'])??0x0:0x0;},'getVerticalScroll'(_0x2be0c8){const _0x9e7b54=_0x2d8079;var _0x4fc42d;let _0x112af5=_0x3b994f(_0x2be0c8),_0x118f83=_0x112af5==null?void 0x0:_0x112af5[_0x9e7b54(0x263)]();return _0x118f83!=null&&_0x118f83[_0x9e7b54(0x667)]?((_0x4fc42d=_0x118f83[_0x9e7b54(0xb2)][_0x118f83['activeViewId']])==null?void 0x0:_0x4fc42d['y'])??0x0:0x0;},'getStickyLeftWidth':()=>_0x468deb,'getStickyHeaderHeight':()=>_0x368775,'getStickyFooterHeight':()=>_0x1e01b7,'subscribeVerticalScroll'(_0x59a5e7,_0x1f3009){const _0x905ae7=_0x2d8079;var _0x2c9dbe;let _0x1d0b07=_0x3b994f(_0x59a5e7);if(!_0x1d0b07)return;let _0x52ca06=_0x1d0b07['getState'](),_0x29d9a7=_0x52ca06[_0x905ae7(0x667)],_0x1970b3=_0x29d9a7?((_0x2c9dbe=_0x52ca06['scrollState'][_0x29d9a7])==null?void 0x0:_0x2c9dbe['y'])??0x0:0x0,_0x54de34=_0x1d0b07[_0x905ae7(0x5f5)]['subscribe'](_0x4b3930=>{const _0x424822=_0x905ae7;var _0x560ff7;let _0x5ea8f1=_0x4b3930['activeViewId'],_0x1da882=_0x5ea8f1?((_0x560ff7=_0x4b3930[_0x424822(0xb2)][_0x5ea8f1])==null?void 0x0:_0x560ff7['y'])??0x0:0x0;if(_0x5ea8f1!==_0x29d9a7){_0x29d9a7=_0x5ea8f1,_0x1970b3=_0x1da882;return;}_0x1da882!==_0x1970b3&&(_0x1970b3=_0x1da882,!_0xafa853['has'](_0x59a5e7['childUnitId'])&&_0x1f3009(_0x1da882));});return _0x139183(()=>_0x54de34['unsubscribe']());},'handleWheel'(_0x4de015){const _0x5580d2=_0x2d8079;if(_0x4de015[_0x5580d2(0x298)]!==_0x5580d2(0x458)&&_0x4de015[_0x5580d2(0x298)]!==_0x5580d2(0x148)&&uu(_0x4de015['layout'],_0x4de015[_0x5580d2(0x7e)]))return!0x1;let _0x254a0a=_0x4de015['runtimeScope']['injector']??_0x1dbe38,_0x10e94f=_0x254a0a!==_0x1dbe38&&_0x254a0a['has'](_0x2664fe)?_0x254a0a[_0x5580d2(0x96)](_0x2664fe):_0x54f4d8,_0x42d9ea=_0x4de015['source']===_0x5580d2(0x148);_0x42d9ea&&_0xafa853['add'](_0x4de015['childUnitId']);try{if(_0x4de015[_0x5580d2(0x6da)]!=null){let _0x46b5f2=_0x3b994f(_0x4de015),_0xf0ffb5=_0x46b5f2==null?void 0x0:_0x46b5f2[_0x5580d2(0x263)](),_0x51ccb7=_0xf0ffb5==null?void 0x0:_0xf0ffb5[_0x5580d2(0x667)];if(_0x46b5f2&&_0xf0ffb5&&_0x51ccb7){let _0x58e5b1=_0xf0ffb5[_0x5580d2(0xb2)][_0x51ccb7]??{'x':0x0,'y':0x0};return _0x46b5f2[_0x5580d2(0x68e)](_0x51ccb7,{'x':_0x4de015[_0x5580d2(0x6da)],'y':_0x4de015[_0x5580d2(0x2ef)]??_0x58e5b1['y']}),!0x0;}}return(_0x10e94f==null?void 0x0:_0x10e94f['handleRegisteredWheel'](_0x4de015[_0x5580d2(0x4d3)],Vm(_0x4de015[_0x5580d2(0x7e)],_0x4de015[_0x5580d2(0x2ef)])))??!0x1;}finally{_0x42d9ea&&_0xafa853[_0x5580d2(0x66b)](_0x4de015[_0x5580d2(0x4d3)]);}}};function _0x3b994f(_0x304547){const _0x4bbc12=_0x2d8079;var _0x1e159e;let _0x555d11=((_0x1e159e=_0x304547[_0x4bbc12(0x44c)])==null?void 0x0:_0x1e159e['injector'])??_0x1dbe38;return _0x555d11!==_0x1dbe38&&_0x555d11[_0x4bbc12(0x6d0)](_0x1bdb2b)?_0x555d11[_0x4bbc12(0x96)](_0x1bdb2b):_0x19fc9b;}}function Vm(_0x23b27d,_0x2329f6){const _0x393ee5=_0x5878b6;return{'deltaX':_0x23b27d[_0x393ee5(0x3a8)],'deltaY':_0x23b27d[_0x393ee5(0x502)],'deltaMode':_0x23b27d['deltaMode'],'clientX':_0x23b27d['clientX'],'clientY':_0x23b27d['clientY'],'shiftKey':_0x23b27d[_0x393ee5(0x2a4)],'viewportScrollY':_0x2329f6};}function Hm(_0x431bdc,_0x42824c,_0xaacb04){const _0x91123b=_0x5878b6;let _0x345fd8=_0x431bdc[_0x91123b(0xda)]['displayTarget'];return _0xaacb04(_0x345fd8),_0x42824c[_0x91123b(0x7c)](_0x2c77d9=>{const _0x3d08e5=_0x91123b;if(!Um(_0x2c77d9))return;let {params:_0x425231}=_0x2c77d9;if(_0x425231['unitId']!==_0x431bdc[_0x3d08e5(0x178)]||_0x425231[_0x3d08e5(0xda)][_0x3d08e5(0x1a0)]!==_0x431bdc[_0x3d08e5(0x1a0)])return;let _0x1a5ed6=_0x425231[_0x3d08e5(0xda)][_0x3d08e5(0x5cd)];_0x3d8a55(_0x345fd8??{},_0x1a5ed6??{})||(_0x345fd8=_0x1a5ed6,_0xaacb04(_0x1a5ed6));});}function Um(_0x4bf0ab){const _0x1c23dd=_0x5878b6;return _0x4bf0ab['id']===_0x32e73c['id']&&_0x4bf0ab['params']!==void 0x0&&_0x1c23dd(0x1bc)in _0x4bf0ab[_0x1c23dd(0x3d0)]&&typeof _0x4bf0ab['params'][_0x1c23dd(0x1bc)]=='string'&&_0x1c23dd(0xda)in _0x4bf0ab['params']&&typeof _0x4bf0ab[_0x1c23dd(0x3d0)][_0x1c23dd(0xda)]==_0x1c23dd(0x414)&&_0x4bf0ab[_0x1c23dd(0x3d0)]['descriptor']!==null&&_0x1c23dd(0x1a0)in _0x4bf0ab[_0x1c23dd(0x3d0)][_0x1c23dd(0xda)]&&typeof _0x4bf0ab[_0x1c23dd(0x3d0)][_0x1c23dd(0xda)]['embedId']==_0x1c23dd(0x41b);}function Wm(_0x260a45,_0x179c63){const _0x1ce138=_0x5878b6;return{'childType':_0x152567[_0x1ce138(0x39f)],'supportedLayouts':['tab-peer',_0x1ce138(0x521),'scroll-contained'],'beforeDeactivate':Gm,'mount':_0xd722f6=>Km(_0xd722f6,_0x260a45,_0x179c63)};}function Gm(_0x2d7794){const _0x28cc0b=_0x5878b6;var _0x325a54;(_0x325a54=_0x2d7794[_0x28cc0b(0x44c)]['commandService'])==null||_0x325a54[_0x28cc0b(0x426)](_0x46d593['id'],{'commit':!0x1});}function Km(_0x238402,_0x5b156a,_0x4d102c){const _0x52638c=_0x5878b6;let _0x2e989d=_0x238402[_0x52638c(0x391)]['get'](_0x384701)['getUnit'](_0x238402[_0x52638c(0x4d3)],_0x152567['UNIVER_BASE']);if(!_0x2e989d)return;let _0x441879=new _0x5c6ce3(),_0x452577=new _0x844eb8(),_0xff4de6=new _0x480255(_0x441879),_0x29baad=new _0x2739ce(),_0x15044a=eh(_0x238402,_0x441879,_0x452577,_0xff4de6);if(!_0x15044a){_0x29baad[_0x52638c(0x3ef)](),_0xff4de6[_0x52638c(0x3ef)](),_0x452577['dispose'](),_0x441879[_0x52638c(0x3ef)]();return;}let _0x574623=ah(_0x238402);nh(_0x441879,_0x2e989d,_0x574623,_0x238402[_0x52638c(0xda)]['displayTarget']);let _0xef810c=Hm(_0x238402,_0x5b156a,_0x25c55d=>ih(_0x441879,_0x2e989d,_0x25c55d)),_0x46fb9c=oh(_0x15044a,_0x441879,_0x452577,_0xff4de6,_0x574623,_0x29baad,_0x238402['descriptor'][_0x52638c(0x67a)]===_0x52638c(0x1b8),_0x238402[_0x52638c(0x44c)][_0x52638c(0x6d9)][_0x52638c(0x555)]);Jm(_0x238402,_0x46fb9c);let _0x64c457=_0x4d102c[_0x52638c(0x334)]({'roots':qm(_0x238402),'clipboardService':_0x46fb9c[_0x52638c(0x96)](_0x31310f),'commandService':_0x46fb9c[_0x52638c(0x96)](_0x20e3ee),'editorService':_0xff4de6,'stateService':_0x441879}),_0x49958a=_0x238402[_0x52638c(0x391)][_0x52638c(0x96)](mf),_0x4cb9ec='',_0x499bb3=_0x441879[_0x52638c(0x5f5)][_0x52638c(0x19d)](_0x1a1fbf=>{const _0x523c94=_0x52638c;let _0x30b753=_0x1a1fbf[_0x523c94(0x667)]?[..._0x1a1fbf['collapsedGroupPaths'][_0x1a1fbf[_0x523c94(0x667)]]??[]][_0x523c94(0x577)]()['join']('\x00'):'',_0x525a3f=(_0x1a1fbf[_0x523c94(0x358)]??'')+'\x00'+(_0x1a1fbf[_0x523c94(0x667)]??'')+'\x00'+_0x30b753;_0x525a3f!==_0x4cb9ec&&(_0x4cb9ec=_0x525a3f,_0x49958a[_0x523c94(0x35f)](_0x238402['hostUnitId'],_0x238402[_0x523c94(0x1a0)]));}),_0x2faed1=Ym(_0x238402),_0x4a4fa9=al(_0x2faed1),_0x1b3c82=Xm(_0x238402,_0x46fb9c),_0x11b309=_0x238402[_0x52638c(0x391)]['get'](_0x384701),_0x124ef6=_0x11b309[_0x52638c(0x638)](_0x152567[_0x52638c(0x39f)]);return _0x11b309['setCurrentUnitForType'](_0x238402['childUnitId']),_0x2faed1[_0x52638c(0x65b)][_0x52638c(0x352)]=_0x238402[_0x52638c(0x4d3)],_0x2faed1[_0x52638c(0x65b)][_0x52638c(0x6d3)]=_0x52638c(0xc0),_0x4a4fa9[_0x52638c(0x66d)](_0x5bc716(Yc,{'injector':_0x46fb9c,'mountContainer':_0x238402[_0x52638c(0x44c)][_0x52638c(0x6d9)][_0x52638c(0x555)],'embedId':_0x238402['embedId'],'children':_0x5bc716(_0x3a86e3,{})})),_0x139183(()=>{const _0x4eda58=_0x52638c;_0x64c457[_0x4eda58(0x3ef)](),_0xef810c['dispose'](),_0x499bb3[_0x4eda58(0x632)](),_0x1b3c82[_0x4eda58(0x3ef)](),ol(_0x4a4fa9),_0x124ef6&&_0x11b309[_0x4eda58(0x98)](_0x124ef6['getUnitId']()),_0x29baad['dispose'](),_0xff4de6[_0x4eda58(0x3ef)](),_0x452577[_0x4eda58(0x3ef)](),_0x441879['dispose'](),_0x46fb9c[_0x4eda58(0x3ef)](),_0x2faed1[_0x4eda58(0x1a5)]&&(_0x2faed1[_0x4eda58(0x5d0)]('data-embed-child-render-unit-id'),_0x2faed1[_0x4eda58(0x5d0)](_0x4eda58(0x397)));});}function qm(_0x9ed716){const _0x4d822c=_0x5878b6;let _0x34b8af=new Set();return _0x34b8af[_0x4d822c(0x36d)](_0x9ed716['runtimeScope'][_0x4d822c(0x6d9)][_0x4d822c(0x1ce)]),_0x34b8af['add'](_0x9ed716[_0x4d822c(0x44c)][_0x4d822c(0x6d9)][_0x4d822c(0x41d)]),_0x34b8af[_0x4d822c(0x36d)](_0x9ed716[_0x4d822c(0x44c)]['roots'][_0x4d822c(0x4ad)]),_0x34b8af[_0x4d822c(0x36d)](_0x9ed716['runtimeScope'][_0x4d822c(0x6d9)][_0x4d822c(0x555)]),_0x9ed716[_0x4d822c(0x44c)]['roots'][_0x4d822c(0x61f)]&&_0x34b8af[_0x4d822c(0x36d)](_0x9ed716[_0x4d822c(0x44c)]['roots']['canvas']),_0x9ed716['runtimeScope'][_0x4d822c(0x6d9)][_0x4d822c(0x50e)]&&_0x34b8af[_0x4d822c(0x36d)](_0x9ed716[_0x4d822c(0x44c)][_0x4d822c(0x6d9)][_0x4d822c(0x50e)]),[..._0x34b8af];}function Jm(_0x225da4,_0x4b3a58){const _0x3ab890=_0x5878b6;_0x225da4['runtimeScope'][_0x3ab890(0x391)]=_0x4b3a58,_0x225da4[_0x3ab890(0x44c)]['instanceService']=_0x4b3a58[_0x3ab890(0x96)](_0x384701),_0x225da4[_0x3ab890(0x44c)][_0x3ab890(0x176)]=_0x4b3a58[_0x3ab890(0x96)](_0x20e3ee);}function Ym(_0x146f23){const _0x3ff243=_0x5878b6;var _0xcfe599,_0x2d372a,_0x582c66;return((_0xcfe599=_0x146f23[_0x3ff243(0x44c)])==null||(_0xcfe599=_0xcfe599[_0x3ff243(0x6d9)])==null?void 0x0:_0xcfe599['content'])??((_0x2d372a=_0x146f23['renderScope'])==null?void 0x0:_0x2d372a[_0x3ff243(0x627)])??((_0x582c66=_0x146f23[_0x3ff243(0x6b3)])==null?void 0x0:_0x582c66[_0x3ff243(0x61e)])??document;}function Xm(_0x62217e,_0x292265){const _0x405be1=_0x5878b6;let _0x4dab43=!0x1,_0x38b056=0x0,_0x46319d=_0x139183(()=>{}),_0x5854ec,_0x102f3e=()=>{const _0x746c90=_0x4fd0;if(_0x4dab43)return;let _0x592e69=()=>{const _0x298e47=_0x4fd0;_0x38b056=window[_0x298e47(0x403)](_0x102f3e);},_0x2b8036=Zm(_0x62217e);if(!Qm(_0x2b8036)){_0x62217e[_0x746c90(0x261)]['dataset']['embedChildRenderStatus']=_0x746c90(0x225),_0x592e69();return;}if(_0x5854ec===_0x2b8036&&_0x2b8036[_0x746c90(0x511)]('canvas'))return;_0x46319d[_0x746c90(0x3ef)]();let _0x4be608=_0x62217e[_0x746c90(0x391)][_0x746c90(0x96)](_0x4fb5e9),_0x3311b6;try{_0x3311b6=kc(_0x4be608,_0x62217e[_0x746c90(0x4d3)],_0x292265);}catch(_0x51fc7f){_0x62217e['container'][_0x746c90(0x65b)][_0x746c90(0x507)]=_0x51fc7f instanceof Error?_0x51fc7f[_0x746c90(0x11a)]:String(_0x51fc7f),_0x3311b6=void 0x0;}if(!_0x3311b6){_0x62217e[_0x746c90(0x261)][_0x746c90(0x65b)][_0x746c90(0x607)]=_0x746c90(0xd2),_0x5854ec=void 0x0,_0x592e69();return;}delete _0x62217e[_0x746c90(0x261)][_0x746c90(0x65b)][_0x746c90(0x507)],_0x2b8036[_0x746c90(0x65b)][_0x746c90(0x352)]=_0x62217e[_0x746c90(0x4d3)],_0x3311b6[_0x746c90(0x14c)][_0x746c90(0x205)](_0x2b8036),jc(_0x3311b6,{'activate':$m(_0x62217e)});let _0x50b71e=Tc(_0x3311b6,_0x2b8036,{'activate':!0x1});_0x46319d=_0x139183(()=>{const _0x39182f=_0x746c90;_0x50b71e[_0x39182f(0x3ef)]();try{var _0x77f00b,_0x4aecea;(_0x77f00b=(_0x4aecea=_0x3311b6[_0x39182f(0x14c)])['unmount'])==null||_0x77f00b[_0x39182f(0x610)](_0x4aecea);}catch{}_0x4be608[_0x39182f(0x626)](_0x62217e[_0x39182f(0x4d3)]),_0x2b8036['removeAttribute'](_0x39182f(0x150));}),_0x5854ec=_0x2b8036,_0x62217e[_0x746c90(0x261)][_0x746c90(0x65b)][_0x746c90(0x607)]=_0x746c90(0x32b),_0x592e69();};return _0x38b056=window[_0x405be1(0x403)](_0x102f3e),_0x139183(()=>{const _0x15cb22=_0x405be1;_0x4dab43=!0x0,window['cancelAnimationFrame'](_0x38b056),_0x46319d[_0x15cb22(0x3ef)]();});}function Zm(_0x46a79b){return _0x538ff4({'unitId':_0x46a79b['childUnitId'],'scope':Ym(_0x46a79b)});}function Qm(_0x95cc81){const _0xf4af21=_0x5878b6;return!!_0x95cc81&&_0x95cc81[_0xf4af21(0x1a5)]&&_0x95cc81[_0xf4af21(0x10f)]>0x0&&_0x95cc81[_0xf4af21(0x123)]>0x0;}function $m(_0x1dacc7){return!0x0;}function eh(_0x1c748c,_0x1ff701,_0x16e553,_0x171f0){const _0x4f09b0=_0x5878b6;let _0x3922b5=_0x1c748c['injector']['get'](_0x384701),_0x42827a=_0x3922b5['getUnit'](_0x1c748c[_0x4f09b0(0x4d3)],_0x1c748c[_0x4f09b0(0x1ec)]);if(!_0x42827a)return;let _0x5033c5=th(_0x3922b5,_0x1c748c,_0x42827a),_0x1cc6b0=sh(_0x1c748c['injector'][_0x4f09b0(0x96)](_0x20e3ee),_0x1ff701,_0x16e553,_0x171f0,_0x1c748c['injector']['get'](_0xd1f1ba),_0x3922b5,_0x1c748c[_0x4f09b0(0x4d3)]),_0xd2912e=new Map([[_0x384701,_0x5033c5],[_0x20e3ee,_0x1cc6b0],[_0x425cd4,_0x21abd8(Ym(_0x1c748c))]]);return _0x1c748c[_0x4f09b0(0x391)][_0x4f09b0(0x6d0)](_0x17bf93)&&_0xd2912e['set'](_0x17bf93,Bs(_0x1c748c[_0x4f09b0(0x391)][_0x4f09b0(0x96)](_0x17bf93))),Hs(_0x1c748c[_0x4f09b0(0x391)],_0xd2912e);}function th(_0x24191b,_0x402ede,_0x30455d){const _0x228e8a=_0x5878b6;return{'unitAdded$':_0x24191b[_0x228e8a(0x544)],'unitDisposed$':_0x24191b[_0x228e8a(0x31a)],'focused$':_0x5694b8(_0x30455d[_0x228e8a(0x156)]()),'getTypeOfUnitAdded$':_0x24191b['getTypeOfUnitAdded$']['bind'](_0x24191b),'__addUnit':_0x24191b[_0x228e8a(0x2b9)][_0x228e8a(0x3f1)](_0x24191b),'getTypeOfUnitDisposed$':_0x24191b[_0x228e8a(0x447)][_0x228e8a(0x3f1)](_0x24191b),'focusUnit':_0xf247d2=>{const _0x66a546=_0x228e8a;_0xf247d2!==null&&_0xf247d2!==_0x402ede[_0x66a546(0x4d3)]&&_0x24191b[_0x66a546(0x495)](_0xf247d2);},'getFocusedUnit':()=>_0x30455d,'getCurrentUnitOfType':_0x2c7ebb=>_0x2c7ebb===_0x402ede['childType']?_0x30455d:_0x24191b[_0x228e8a(0x638)](_0x2c7ebb),'setCurrentUnitForType':_0x47139c=>{const _0x107a74=_0x228e8a;_0x47139c!==_0x402ede[_0x107a74(0x4d3)]&&_0x24191b[_0x107a74(0x98)](_0x47139c);},'getCurrentTypeOfUnit$':_0x405675=>_0x405675===_0x402ede[_0x228e8a(0x1ec)]?_0x5694b8(_0x30455d):_0x24191b[_0x228e8a(0x424)](_0x405675),'createUnit':_0x24191b[_0x228e8a(0x425)][_0x228e8a(0x3f1)](_0x24191b),'getUnitCreateOptions':_0x24191b[_0x228e8a(0x617)]['bind'](_0x24191b),'disposeUnit':_0x24191b[_0x228e8a(0x2fb)][_0x228e8a(0x3f1)](_0x24191b),'registerCtorForType':_0x24191b[_0x228e8a(0x3f0)][_0x228e8a(0x3f1)](_0x24191b),'getUnit':_0x24191b[_0x228e8a(0x4cb)][_0x228e8a(0x3f1)](_0x24191b),'getAllUnitsForType':_0x3c7303=>_0x3c7303===_0x402ede[_0x228e8a(0x1ec)]?[_0x30455d]:_0x24191b[_0x228e8a(0x59a)](_0x3c7303),'getUnitType':_0x24191b['getUnitType'][_0x228e8a(0x3f1)](_0x24191b)};}function nh(_0x6f0b8,_0x410b6f,_0xa84103=_0x5878b6(0x5ed),_0x2fedac){const _0x46a499=_0x5878b6;let {tableId:_0x4094a3,viewId:_0x2052b1}=rh(_0x410b6f,_0x2fedac);_0x4094a3&&_0x6f0b8[_0x46a499(0x135)](_0x4094a3),_0x2052b1&&_0x6f0b8[_0x46a499(0x1c3)](_0x2052b1),_0x6f0b8[_0x46a499(0x546)](_0xa84103==='workbench');}function rh(_0x3fcecc,_0x1f0928){const _0xbd572a=_0x5878b6;var _0xe8292b,_0x371fc6,_0x433667,_0x2862df,_0xe6d910;let _0x7a174a=_0x3fcecc[_0xbd572a(0x616)](),_0x126df7=_0x1f0928==null?void 0x0:_0x1f0928['tableId'],_0x39cb47=_0x126df7&&(_0xe8292b=_0x7a174a[_0xbd572a(0x5d8)])!=null&&_0xe8292b[_0x126df7]?_0x126df7:((_0x371fc6=_0x7a174a[_0xbd572a(0x30f)])==null?void 0x0:_0x371fc6[_0xbd572a(0x64a)](_0x17593e=>{const _0x4e9af7=_0xbd572a;var _0x5c9b10;return!!((_0x5c9b10=_0x7a174a[_0x4e9af7(0x5d8)])!=null&&_0x5c9b10[_0x17593e]);}))??Object[_0xbd572a(0x267)](_0x7a174a[_0xbd572a(0x5d8)]??{})[0x0]??'',_0x1ab7ae=(_0x433667=_0x7a174a[_0xbd572a(0x5d8)])==null?void 0x0:_0x433667[_0x39cb47],_0x56e41f=_0x1f0928==null?void 0x0:_0x1f0928['viewId'],_0x36cd8a=_0x56e41f&&_0x1ab7ae!=null&&(_0x2862df=_0x1ab7ae[_0xbd572a(0x671)])!=null&&_0x2862df[_0x56e41f]?_0x56e41f:_0x1ab7ae==null||(_0xe6d910=_0x1ab7ae[_0xbd572a(0x7d)])==null?void 0x0:_0xe6d910['find'](_0xb64a7a=>{var _0x59e02f;return!!((_0x59e02f=_0x1ab7ae['views'])!=null&&_0x59e02f[_0xb64a7a]);});return{'tableId':_0x39cb47,..._0x36cd8a?{'viewId':_0x36cd8a}:{}};}function ih(_0x2a2b07,_0x598a78,_0x3e2acd){const _0x37df1f=_0x5878b6;let _0x3082fe=rh(_0x598a78,_0x3e2acd),_0x5aa216=_0x2a2b07[_0x37df1f(0x263)]();_0x3082fe['tableId']&&_0x5aa216['activeTableId']!==_0x3082fe[_0x37df1f(0x4bc)]&&_0x2a2b07[_0x37df1f(0x135)](_0x3082fe[_0x37df1f(0x4bc)]),_0x3082fe[_0x37df1f(0xa0)]&&_0x2a2b07['getState']()['activeViewId']!==_0x3082fe[_0x37df1f(0xa0)]&&_0x2a2b07[_0x37df1f(0x1c3)](_0x3082fe[_0x37df1f(0xa0)]);}function ah(_0x31a59c){const _0x52fc0d=_0x5878b6;return _0x31a59c['renderScope'][_0x52fc0d(0x5e7)]?_0x52fc0d(0x5e7):_0x31a59c['renderScope']['mode']===_0x52fc0d(0x45f)?'content-only':_0x52fc0d(0x5ed);}function oh(_0x4734fe,_0x24af42,_0x2536e4=new _0x844eb8(),_0x117e24=new _0x480255(_0x24af42),_0x37c8b8=_0x5878b6(0x5ed),_0x33d70a,_0x4a10ba=!0x1,_0xac2d8b){const _0x5391d2=_0x5878b6;let _0x266b1c=uh(_0x4734fe[_0x5391d2(0x96)](_0x17bf93),_0x37c8b8),_0x2f4474=sh(_0x4734fe[_0x5391d2(0x96)](_0x20e3ee),_0x24af42,_0x2536e4,_0x117e24,_0x4734fe[_0x5391d2(0x96)](_0xd1f1ba),_0x4734fe[_0x5391d2(0x96)](_0x384701),void 0x0,_0x4a10ba),_0x5786da=new Map([[_0x1bdb2b,_0x24af42],[_0x3e37f5,_0x2536e4],[_0x3c5a8c,_0x117e24],[_0x20e3ee,_0x2f4474],[_0x17bf93,_0x266b1c],[_0x425cd4,_0x4734fe[_0x5391d2(0x96)](_0x425cd4)],[_0x23a8f4,_0x1a4cfe(_0xac2d8b)]]);_0x33d70a&&_0x5786da['set'](_0x2664fe,_0x33d70a);let _0x481ff2=Hs(_0x4734fe,_0x5786da);return _0x481ff2[_0x5391d2(0x36d)]([_0x31310f,{'useClass':_0x56cecf}]),_0x481ff2;}function sh(_0x16d6fd,_0x1130c5,_0x14b89c,_0x369a73,_0x202f48,_0x31ccf0,_0x5be544,_0x198795=!0x1){const _0x383e5f=_0x5878b6;let _0x364fb4={'disposed':_0x16d6fd[_0x383e5f(0xb7)][_0x383e5f(0x3f1)](_0x16d6fd),'hasCommand':_0x16d6fd[_0x383e5f(0x215)][_0x383e5f(0x3f1)](_0x16d6fd),'registerCommand':_0x16d6fd['registerCommand'][_0x383e5f(0x3f1)](_0x16d6fd),'unregisterCommand':_0x16d6fd[_0x383e5f(0x396)][_0x383e5f(0x3f1)](_0x16d6fd),'registerMultipleCommand':_0x16d6fd[_0x383e5f(0x1f4)][_0x383e5f(0x3f1)](_0x16d6fd),'executeCommand':async(..._0x2c3ce0)=>{const _0x48dcf0=_0x383e5f;if(_0x2c3ce0[0x0]===_0x5b3b25['id']&&_0x31ccf0)return _0x4086b7({'commandService':_0x364fb4,'instanceService':_0x31ccf0,'projectionService':_0x202f48,'stateService':_0x1130c5},_0x2c3ce0[0x1]);let _0x560a61=ch(_0x2c3ce0[0x0],_0x2c3ce0[0x1],_0x1130c5,_0x14b89c,_0x31ccf0,_0x5be544);if(_0x560a61!==void 0x0)return _0x560a61;if(lh(_0x2c3ce0[0x0],_0x2c3ce0[0x1],_0x369a73,_0x198795))return!0x0;let _0x185628=_0x5be544?_0x31ccf0==null?void 0x0:_0x31ccf0[_0x48dcf0(0x638)](_0x152567[_0x48dcf0(0x39f)]):void 0x0;try{return _0x5be544&&(_0x31ccf0==null||_0x31ccf0['setCurrentUnitForType'](_0x5be544)),await _0x16d6fd[_0x48dcf0(0x631)](_0x2c3ce0[0x0],_0x2c3ce0[0x1],_0x2c3ce0[0x2]);}finally{_0x185628&&(_0x31ccf0==null||_0x31ccf0[_0x48dcf0(0x98)](_0x185628[_0x48dcf0(0x156)]()));}},'syncExecuteCommand':(..._0x3b9a72)=>{const _0x40bc20=_0x383e5f;if(_0x3b9a72[0x0]===_0x5b3b25['id']&&_0x31ccf0)return _0x4086b7({'commandService':_0x364fb4,'instanceService':_0x31ccf0,'projectionService':_0x202f48,'stateService':_0x1130c5},_0x3b9a72[0x1]);let _0x39fe11=ch(_0x3b9a72[0x0],_0x3b9a72[0x1],_0x1130c5,_0x14b89c,_0x31ccf0,_0x5be544);if(_0x39fe11!==void 0x0)return _0x39fe11;if(lh(_0x3b9a72[0x0],_0x3b9a72[0x1],_0x369a73,_0x198795))return!0x0;let _0x48f6bc=_0x5be544?_0x31ccf0==null?void 0x0:_0x31ccf0[_0x40bc20(0x638)](_0x152567[_0x40bc20(0x39f)]):void 0x0;try{return _0x5be544&&(_0x31ccf0==null||_0x31ccf0[_0x40bc20(0x98)](_0x5be544)),_0x16d6fd[_0x40bc20(0x426)](_0x3b9a72[0x0],_0x3b9a72[0x1],_0x3b9a72[0x2]);}finally{_0x48f6bc&&(_0x31ccf0==null||_0x31ccf0['setCurrentUnitForType'](_0x48f6bc[_0x40bc20(0x156)]()));}},'onCommandExecuted':_0x16d6fd[_0x383e5f(0x7c)]['bind'](_0x16d6fd),'beforeCommandExecuted':_0x16d6fd['beforeCommandExecuted'][_0x383e5f(0x3f1)](_0x16d6fd),'onMutationExecutedForCollab':_0x16d6fd[_0x383e5f(0x654)]['bind'](_0x16d6fd)};return _0x364fb4;}function ch(_0x40f98a,_0x4b898a,_0x3c1014,_0x33a9dc,_0x2231a1,_0x560a35){const _0x348e96=_0x5878b6;if(_0x40f98a===_0x23a49d['id']){let _0x124150=_0x4b898a;return _0x124150!=null&&_0x124150[_0x348e96(0xa0)]?(_0x124150[_0x348e96(0x4bc)]&&_0x3c1014[_0x348e96(0x135)](_0x124150[_0x348e96(0x4bc)]),_0x3c1014[_0x348e96(0x1c3)](_0x124150[_0x348e96(0xa0)]),!0x0):!0x1;}if(_0x40f98a===_0x580306['id']){let _0x27677c=_0x4b898a;if(!(_0x27677c!=null&&_0x27677c[_0x348e96(0x4bc)]))return!0x1;_0x3c1014[_0x348e96(0x135)](_0x27677c[_0x348e96(0x4bc)]);let _0xcab723=_0x27677c[_0x348e96(0x1bc)]?_0x2231a1==null?void 0x0:_0x2231a1[_0x348e96(0x4cb)](_0x27677c[_0x348e96(0x1bc)],_0x152567[_0x348e96(0x39f)]):_0x2231a1==null?void 0x0:_0x2231a1['getCurrentUnitOfType'](_0x152567[_0x348e96(0x39f)]),_0x432745=(_0xcab723==null?void 0x0:_0xcab723[_0x348e96(0x156)]())??_0x560a35;_0x432745&&(_0x2231a1==null||_0x2231a1[_0x348e96(0x98)](_0x432745),_0x2231a1==null||_0x2231a1['focusUnit'](_0x432745));let _0x59e01d=_0xcab723==null?void 0x0:_0xcab723[_0x348e96(0x616)]()[_0x348e96(0x5d8)][_0x27677c[_0x348e96(0x4bc)]],_0x289128=_0x59e01d==null?void 0x0:_0x59e01d[_0x348e96(0x7d)][_0x348e96(0x64a)](_0x46d950=>_0x59e01d[_0x348e96(0x671)][_0x46d950]);return _0x289128&&_0x3c1014[_0x348e96(0x1c3)](_0x289128),!0x0;}if(_0x40f98a===_0x1749b2['id']){let _0x363775=_0x4b898a;return _0x363775!=null&&_0x363775[_0x348e96(0xa0)]?(_0x3c1014[_0x348e96(0x68e)](_0x363775[_0x348e96(0xa0)],{'x':_0x363775['x']??0x0,'y':_0x363775['y']??0x0}),!0x0):!0x1;}if(_0x40f98a===_0x5ecd61['id']){let _0x624134=_0x4b898a;return!(_0x624134!=null&&_0x624134[_0x348e96(0xa0)])||typeof _0x624134[_0x348e96(0x17b)]!=_0x348e96(0x168)?!0x1:(_0x3c1014['setZoom'](_0x624134['viewId'],_0x624134[_0x348e96(0x17b)]),!0x0);}if(_0x40f98a===_0x2d987c['id'])return _0x4b898a?(_0x3c1014['clearVirtualRecords'](),_0x33a9dc[_0x348e96(0x64c)](_0x4b898a),!0x0):!0x1;if(_0x40f98a===_0x50047e['id'])return _0x33a9dc[_0x348e96(0x561)](),!0x0;if(_0x40f98a===_0x44593f['id'])return _0x4b898a?(_0x3c1014[_0x348e96(0x7a)](),_0x33a9dc[_0x348e96(0x4f5)](_0x4b898a),!0x0):!0x1;if(_0x40f98a===_0x4a7d7e['id'])return _0x33a9dc[_0x348e96(0x182)](),!0x0;if(_0x40f98a===_0x23a8c8['id'])return _0x4b898a?(_0x33a9dc[_0x348e96(0x1cc)](_0x4b898a),!0x0):!0x1;if(_0x40f98a===_0x3712d8['id'])return _0x33a9dc[_0x348e96(0x5c4)](),!0x0;if(_0x40f98a===_0x343a4e['id']){let _0x43c5d5=_0x4b898a;return _0x43c5d5!=null&&_0x43c5d5[_0x348e96(0x2ca)]?(_0x3c1014[_0x348e96(0x69a)](_0x43c5d5[_0x348e96(0x2ca)]),!0x0):!0x1;}if(_0x40f98a===_0xa9ace0['id'])return _0x3c1014[_0x348e96(0x34a)](),!0x0;}function lh(_0x560667,_0x42008e,_0x4d69e1,_0x1c77e2=!0x1){const _0x2b8593=_0x5878b6;return _0x560667===_0x2d5005['id']?(_0x1c77e2||_0x4d69e1['startEditingCell'](_0x42008e),!0x0):_0x560667===_0x46d593['id']?(_0x4d69e1[_0x2b8593(0x5bf)](),!0x0):!0x1;}function uh(_0x5d3c54,_0x4e0f5){const _0x28bdbe=_0x5878b6;return{'getConfig':_0x31a4a1=>{let _0x192f06=_0x5d3c54['getConfig'](_0x31a4a1);return _0x31a4a1===_0x42146a?dh(_0x192f06??{},_0x4e0f5):_0x192f06;},'setConfig':_0x5d3c54['setConfig'][_0x28bdbe(0x3f1)](_0x5d3c54),'deleteConfig':_0x5d3c54[_0x28bdbe(0x9d)]['bind'](_0x5d3c54),'subscribeConfigValue$':_0x5d3c54[_0x28bdbe(0x307)]['bind'](_0x5d3c54)};}function _0x54f7(){const _0x45cc4b=['listbox','addRecord','hasAttribute','_geometryInvalidated$','_normalizeHostMountResult','_setAnchorTransformerVisible','fullscreen','univer-w-28\x20univer-truncate\x20univer-text-left','syncHostVerticalScroll','mountIntoHostElement','hostType','beforeDeactivate','workbench','max-width','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','disabled$','_active$','_isAppShellEditorPortalCandidate','registerElement','slide-readonly-preview','state$','getDialogs$','startY','activate','prepend','hasExact','_syncActiveSheetNote','getGalleryProjectionBodyHeight','[data-embed-floating-menu-popup=\x22true\x22]','embed-ui.sheetsFloating.align.right','addImageSourceCache','SheetsSheetTab','recalculate','URL','embed-ui.sheetsFloating.toolbar.numberFormat','toDataURL','onStarting','_itemId','embedChildRenderStatus','updatedAt','_activateSlidePageForPrint','metaKey','showContextualTab','menuChanged$','canvasFloatDomPreviewService','TOP','floating-menu','call','_sync','getAnchor','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','interceptor','footer','getSnapshot','getUnitCreateOptions','offsetX','[data-embed-overlay-root]','registerRoot','_dialogs','productName','getId','rootElement','canvas','splice','pan','conditional-formatting','auto','floatingActiveService','mousedown','removeRender','contentRoot','_renderMountedScene','_registerChildFocusBridge','_currentOverride','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','requestPreview','enableVertical','range','active$','appendRootMenu','executeCommand','unsubscribe','canvasRootClassName','current','getContextByEmbedId','getValue','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','getCurrentUnitOfType','sourceOffset','child-session','docs-ui.ribbon','757865nQpwzx','BasesTableListBlock','#000000','calendarViewSettings','univer-overflow-hidden','objectPosition','next','hostElement','_isOwnedElement','fonts','verticalAlign','enableHorizontal','_rectContainsPoint','_context','find','doc-width-scale','openToolbarPanel','deleteBlock','identifier:ui.layout-service','objectFit','hasRecentInteractionFor','_suspendTabPeerHostRender','univer-min-w-0\x20univer-truncate\x20univer-text-left','_providers','onMutationExecutedForCollab','registerPrintComponent','embedSlidesPresentationPreviewImage','pageWidth','mountService','query','embed-ui.basesFloating.confirmDelete.viewTitle','dataset','sequence','stale','startsWith','then','value','replaceChildren','univer-inline-flex\x20univer-max-w-full\x20univer-items-center','resolve','embed-ui.slidesFloating.selectSlide','hidePopup','univer-fixed\x20univer-z-[900]','activeViewId','_floatingActiveService','_drainQueue','segments','delete','UNIVER_SHEET','render','BoardsFloatingObject','_renderManagerService','data-embed-slides-page-list-host','views','values','revision','_isHostPreservingLease','setPreview','CENTER','onload','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','hostWheelGestureService','mode','_registerDefaultHostToolbar','_resolveSize','univer-contents','_markRuntimeFocusRole','cssText','floating','_imageIoService','_releaseTabPeerFocusLeasesForHost','isMainScene','forEach','laneId','ribbon$','pixelRatio','drawingsOrder','CTRL_COMMAND','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','_collectOwnedFloatingSurfaceRoots','1.0.0-beta.2','scroll-contained','setScrollState','removeAllRanges','docsLeft','hostContext','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','univer-fill-primary-600','observe','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','inset','takeRecords','sHeight','_sheetPrintRegistered','openRecordDetail','unmount','_overlayRootService','_undoRedoService','resourceCollector','getSlides','_restoreStage2ChildFocusWhenHostRefocuses','config','slideOrder$','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','border-radius:8px','chrome','getFlatMenuByPositionKey','updateItem','verticalScrollOwner','pointerEvents','DOCS_END','resolved','getKanbanProjectionBodyHeight','childOffset','getComputedStyle','univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','stopImmediatePropagation','_hideDocParagraphMenu','getDescriptor','renderScope','unitType','fieldSettings','pointerLease','sheet.operation.open.numfmt.panel','embed-ui.deleteBlock','[data-embed-floating-menu-entry]','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','__editor_','_previewService','notifyExited','instanceService','[id^=\x22univer-doc-selection-container-docs-\x22]','ctrlKey','getCanvas','univer-min-w-6\x20univer-text-left','scaleX','textContent','isFocused','exited$','openSearch','boards-floating-object','width','cycle','resolvedDependencies','_activateTabPeerFocusLease','isolate','__embedSharedRootInjector','fallbackWidth','has','value$','_univerInstanceService','embedChildRenderMode','_disposed','getOverride','univer-text-primary-600','isChildUnitInActiveSession','canvasRoot','roots','viewportScrollX','getRowHeight','__editor_docs-','target','Print\x20preview\x20provider\x20is\x20not\x20available\x20for\x20embed\x20','useValue','position','merge','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','UNIVER_UNKNOWN','collectViewState','_toDataUrl','activePopup','[data-u-comp=\x22embed-float-dom-live-content\x22]','createRibbonOverride','divider-border','univer.embed.forwarded-wheel-event','hostLayout$','defaultPrevented','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','_flushPendingContributions','univer-truncate','registerChildInteraction','EMBED_RUNTIME_HOST_ALREADY_LEASED:','Empty\x20embed\x20float\x20preview\x20result.','preview','_contentSizeChanged$','_injector','expiresAt','hostAnchorId','img','scaleY','LEFT','data-embed-host-unit-id','outline','removeEventListener','#111827','pointermove','padding:16px','_renderOne','items','_runtimeScopes','menuOutlet','_createMountFocusRestorer','clearVirtualRecords','replace','onCommandExecuted','viewOrder','event','hostHeaderMode','releaseSessionFocus','_enableEmbedUnitLeasePolicy','calc(100%\x20-\x20','retry','components','slides-floating-object','_contextsByHostAnchorId','[data-embed-interaction-boundary-owner]','sourceTop','_activeDragCleanup','left','setCollapsedIds','fromEntries','[data-u-comp=\x22embed-float-dom-live\x22]','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','dataStream','toScale','hasRecentInteraction','_notifyRuntimeSessionChanged','univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','PRINTING_RANGE','onReady','get','_queue','setCurrentUnitForType','aspect-fit','floating-stage','setConfig','child-tab','deleteConfig','getAncestryForHostUnit','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','viewId','_runtimeScopeService','icon','[data-state]','getScrollBar','includes','_contextsByEmbedId','sheetLike','configurations','hostAnchorRecord','sheet-embed-float-dom-root','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-8\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-white\x20univer-opacity-0\x20univer-transition-opacity\x20univer-duration-150\x20before:univer-absolute\x20before:univer-inset-0\x20before:univer-rounded-md\x20before:univer-bg-primary-600\x20before:univer-opacity-[0.45]\x20before:univer-transition-opacity\x20before:univer-duration-150\x20before:univer-content-[\x27\x27]\x20hover:before:univer-opacity-60\x20focus-visible:univer-opacity-100\x20focus-visible:univer-outline-none\x20focus-visible:univer-ring-2\x20focus-visible:univer-ring-primary-600\x20dark:!univer-text-gray-900','backgroundColor','chart','DocsCustomBlock','getRuntimeScopedDependencies','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','viewScale','scrollState','univer-min-w-0','restoreEmbed','_isBlockingRole','_captureMountedCanvas','disposed','shift','elementAdd$','runtimeHost','clipBottom','outerHeight','_getAnyActiveElement','darkMode','rowHeader','base-workbench','_projectionService','_isDetachedOffscreenPortalCandidate','scrollToViewportPos','getPendingRequests','setProperty','restore','Gantt','virtualWidth','drawing','before:univer-hidden','slide-page-list','toPrimitive','active','[data-radix-popper-content-wrapper]','ghost','_releaseTabPeerFocusLease','renderManagerService','retrying-base-child-render','registerCommand','docTransform','defineProperty','bases-ui.embed','univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','OVERFLOW','nested','descriptor','Slide','mountMenu','_session$','INSERT','base-embed-floating-menu','embed-ui.sheetsFloating.toolbar.textColor.main','pageContentWidth','embedFullscreenStatus','univer-z-[2]\x20univer-flex\x20univer-h-full','[data-u-comp=\x22hover-track\x22]','ribbon','deactivateFloatingSession','runtimeSessionChanged$','_hasUnit','SKIP_SELF','embed-ui.boardsFloating.delete','_containsRegisteredElement','rowHeight','board-viewport-bar-object','alt','_getSlideModel','join','contentHeightAdjustment','PointerDown','darkMode$','text-align:center','removeChild','[data-u-comp=\x22base-embed-view-slot\x22]','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','matchMedia','test','ownerDocument','div','getOffsetConfig','setPopupSuppressed','_focusUnit','_mountResolvedHost','_assertResolvedChild','EMBED_RUNTIME_HOST_NOT_ATTACHED:','length','doc-block','embed-ui.config','externalHostInteractionUntil','univer-min-w-0\x20univer-truncate','acquireStage2SessionLease','scroll','clip','firstElementChild','identifier:ui.contextmenu.service','[data-embed-float-dom=\x22true\x22]','univer-z-[21]','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','clientWidth','touchAction','wrap','inactive','host-passive','SlidesFloatingObject','embed-ui.basesFloating.viewSettings.addView','parentElement','ribbonType','resolvedDependencyCollection','setTimeout','message','override$','zoomStep','_runtimeFocusCoordinator','floatingMenus','_childUnitAncestry','clear','bottom','_contextService','clientHeight','EmbedDuplicateChildUnitError','setActivatedTab','getByEmbedId','getColorFromTheme','viewportPanOffset','configChanged$','with','isExternalHostInteraction','_getHostSnapshot','hasFocus','4270616vOIaFt','blur','parseFloat','breaks','activateFloating','scopedDependencies','_childViewRegistry','activateTable','_getHostUnit','UNIVER_EMBED_UI_PLUGIN','embed-ui.sheetsFloating.toolbar.fillColor.main','data-embed-overlay-root','6435555blykkC','getLocales','EMBED_UI_RUNTIME_SCOPE_NOT_ACTIVE:','element','true','dividerBefore','ref','allowDirectBodyPortal','description','_portalObservers','sessionMode','getContext','onHostWheel','limitRowsToViewportWidth','print-capture','onerror','_hostAdapterRegistry','getAll','engine','getRuntimeRoots','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','clearTimeout','data-embed-child-render-unit-id','cellHasValue','embedSlidesPresentationRuntime','setAttribute','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','all','getUnitId','rect','disconnect','identifier:univer.ribbon-service','focusFloatingRuntime','_scheduleFloatingChildFocus','data-embed-popup-root','shiftViewportPanOffset','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_isBodyPortalCandidate','hideParagraphMenu','translate','token','_override$','_focusTemporarySink','pushUndoRedo','dragStarted','numberFormat','number','_focusOwnerService','recordOrder','base-embed-actions-surface','syncingChildFromHost','createChild',':anonymous:','finally','false','iterateByRow','checkContentIsFocused','_modelService','sourceHeight','left\x20top','commandService','displayName','hostUnitId','blockRegistry','_slidePrintDrawingTransformService','zoom','associatedChildUnitIds','sheet-overlay','field-','focusin','setContextValue','-52px','closeContextMenu','embed-runtime-host-lease','image','_passiveWheelHandlerRegistry','initial','_sessions','registerMountedRuntime','endRow','attributes','hideHostFxBar','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','lockHostRibbon','viewportHeight','getObject','block','appendChild','getSession','getMergedMenuSchema','getStickyFooterHeight','getHeight','100%','_getActiveElement','dispatchEvent','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]','verticalBreaks','univer-size-3','_refreshTabPeerRender','subscribe','updateViewState','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','embedId','checkElementInCurrentContainers','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','measureContentSize','warn','isConnected','undos','_dispatchEscapeToFloatingSurface','retryDelay','offsetY','factory','getResource','_registerSlidePrinting','getStickyHeaderHeight','mergeMenu','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','bases-table-list-block','disabled','asObservable','ceil','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','restoreAnchor','_rootsByEmbedId','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','readonly','[data-u-comp=\x22base-view-tab\x22]','embed-float-dom-chrome','_initializeFloatingSessionActiveState','unitId','allowHiddenRibbon','bleedWidth','child-fullscreen','clipPath','ribbonService','RIGHT','activateView','runtimeFocusOwners','_isOwnedBoundaryElement','app','embedLayout','gate','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:univer-pointer-events-none\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','relatedTarget','padding','openActiveEditor','_boardUIStateService','root','max-depth','START','class','fillStyle','EMBED_RUNTIME_HOST_SLOTS_NOT_AVAILABLE:','_resolveFloatingSurfaceRoot','getFocusOwner','getOwnPropertyDescriptor','[data-embed-runtime-focus-role]','table-list','conditionalColoring','firstTop','_current','scale','SlidesPageListBlock','focusLayout','_markExistingBodyPortals','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','docs-exchange-client.operation.import-doc','acquireLease','child-editor','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','univer-spin\x205s\x20linear\x20infinite','MIDDLE','sheets-exchange-client.operation.import-sheet','contentBodyWidth','_menuOverrideService','justify-content:center','clientX','childType','getElementDataForUnit','display','offset','table-','getSheetBySheetId','endsWith','_boardPrintCompositionService','registerMultipleCommand','visible','_clearHost','destination-over','univer-text-gray-900\x20dark:!univer-text-gray-0','data-embed-id','setFocusOwner','floor','slide-canvas','setActiveSheet','parentNode','targetTop','[data-u-comp=\x22base-view-tab-more\x22]','runtimeHostLeaseService','captureByHostAnchorId','_getOriginalSheetTabData','unmountFloatingSessions','mount','_docViewScaleService','MutationObserver','clearFullscreen','_embedMountService','_passiveViewportRegistry','hideTrackWhenUnscrollable','resize','rules','deltaZ','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','intercept','embed-ui.sheetsFloating.align.middle','docs-custom-block','sourceMeta','clearUnit','hasCommand','_hasContributionId','embed-ui.sheetsFloating.toolbar.mergeCell.main','_removeRuntimeFocusRoleTree','stage1','[data-embed-floating-menu=\x22true\x22]','print','manual','owner','_mountBlockedRuntime','pageMarginRight','_setRenderFailure','data-embed-content-root','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','_handleDragStart','waiting-base-canvas-root','classList','thread-comment','setActive','4130376gCgyAd','General','_ensurePortalObserver','_boardElementStateService','setSelection','menuSchema','hide','viewport','hideContextMenu','containers','embed-ui','\x20/\x20','registerComponent','dpr','embed-ui.sheetsFloating.toolbar.border.main','child-popup','_claimBodyPortals','search','_registerDocPrinting','decorate','getAttribute','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','getRegistrationByChildUnitId','identifier','runtime','innerHeight','pointerId','startRow','clearSelection','dialog','embedModelService','capture','handleWheel','round','attributeName','getViewports','_anchorModelService','getConfig','zoomFactor','_resolvedChildUnits','listSessions','sceneSourceScale','embed-float-dom-live-canvas','_embedPrintService','fill','_getKey','gray.1000','_baseUIStateService','subUnitId','tab-active','@univerjs-pro/embed-ui','passiveWheelHandlerRegistry','THIN','_roots','name','version','container','month','getState','embed-float-dom-overlay','tabindex','registerItem','keys','mainComponent','getDataRealRange','runtimeRoots','divider-format','focused$','supports','bleedLeft','base-embed-view-panel','_focusTabPeerSession','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','UniverEmbedPrintImage','filter','formatPainter','_getOwnedEmbedIdFromEventPoint','context','restoreService','embed-ui.basesFloating.viewSettings.deleteView','closest','activeEmbedId','type','_dialogService','isArray','setActiveSlide','baseUnitId','data','packageName','runtimeFocusChanged$','sheet-embed-floating-menu','maxDepth','role','_notifyRuntimeFocusChanged','renderScopeActive','disableLiveHostPointerEvents','entry','append','_getLatestActivePortalOwner','Complete\x20print\x20resource\x20could\x20not\x20be\x20created\x20for\x20embed\x20','map','univer-popup','slides-ui.embed','setZoomRatioAtViewportPoint','onScrollByBar$','_registerLateProductUIContributions','previewUpdated$','usesDomFloatingStage','area','unit','deferred','source','pivot-table','!univer-p-1','getPrototypeOf','maxHeight','defaultColumnWidth','bold','_isHTMLElement','fillRect','#b91c1c','flatMap','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','shiftKey','fieldOrder','embedPresentationRuntime','childContext','remove','collapseWithoutChildScroll','embedSlidesPresentationChrome','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','activationService','univer-pointer-events-none','columnHeader','created$','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','key','univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','collapsedGroupPaths','fontFamily','tooltip','_isRuntimeFocusRole','elementUpdate$','getCanvasEle','__addUnit','activeIndex','priority','trim','FloatingToolbarSplitTrigger','default','_handlers','restoreViewState','contentSizeChanged$','DEFAULT_TOTAL_SIZE','liveRoot','8px','keyboard','Arial','isolation','scrollWidth','embed-ui.basesFloating.tableSidebar.defaultTableName','recordId','Node','wheelDelta','6yLbVhb','getInterceptPoints','pointerdown','replaceWith','univer-mx-1\x20!univer-h-4','closeOwnedFloatingSurfaces','unitID','getPreview','moved','nextSibling','prepare','activatePortalScope','embed-ui.sheetsFloating.toolbar.filter','univer-doc-selection-container-','_observeWheel','_restorePreviousChildCurrentUnit','vertical','embed-ui.sheetsFloating.toolbar.fontSize','_restoreService','PRINTING_DOM_COLLECT','univer-relative\x20univer-z-10\x20univer-size-[18px]\x20univer-drop-shadow-sm','background:rgba(99,102,106,.06)','getChromeCss','portalContainer','selectedIds','bases-ui.ribbon','host-override','height','absolute','_mountOwnedSession','contextChanged$','[data-u-comp=\x22embed-float-dom-chrome\x22]','translateY(','pointercancel','viewportScrollY','targetLeft','_createRenderScope','2592NnpccA','[data-u-comp=\x22slide-tab-item\x22]','VIEW_MAIN','offsetWidth','embed-ui.fullscreen.exit','pageBreakRanges','small','shape-contextual-ribbon','scrollHeight','disposeUnit','_resolveTabViewportSize','scrollTop','ShapeTextEditorContainer','fitContent','_resolveViewState','clearSelectedObjects','setStage','scopes','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','documentElement','_sortHandlers','subscribeConfigValue$','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','embedSlidesPresentationSurface','span','idleMs','registerRuntimeScope','verticalWheelMode','innerWidth','tableOrder','popupRoot','getGridProjectionBodyHeight','scrollLeft','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','_wheelScrollService','group','_exited$','-100000px','(prefers-reduced-motion:\x20reduce)','hidden$','unitDisposed$','activeUntil','_runtimePolicyService','deferInactive','rect-popup','clip-path','detail','hideFloatMenu','inline','getByHostAnchorId','drawImage','getActive','docsSheetLikeLayout','getActiveDescriptorsByChildUnit','getContextValue','_blurActiveElementBeforePortalReassignment','selections','mounted','_ownedRuntimeFocusAppliesToHost','disableEdit','commandId','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','activeSlideId$','elements','clearFocusOwner','pointerup','register','_resolveChildUnitId','symbol','_layoutService','_ownedEmbedAppliesToChildUnit','embed-float-dom-popup','max','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_markInteractionBoundaryOwnerTree','data-radix-popper-content-wrapper',':hover','WRAP','children','[data-embed-sheets-sheet-tab-host=\x22','SHAPE_TEXT','getSlide','\x20-\x20','borderComposite','entries','50640IjmQVk','button','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','closeRecordDetail','none','getContextByChildUnitId','_leases','_cleanupOrdinaryBodyChromeClaims','defaultRowHeight','table','KeyboardEvent','embedChildRenderUnitId','documentFlavor','_rootsByChildUnitId','hideContextualTab','[data-u-comp=\x22embed-float-dom-content\x22]','keydown','activeTableId','embed-ui.sheetsFloating.align.bottom','gray.0','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_resolveHostWheelGestureRoot','endColumn','sheetBar','notifyContentSizeChanged','univer-w-44\x20!univer-bg-gray-0\x20!univer-text-gray-900\x20dark:!univer-bg-gray-0\x20dark:!univer-text-gray-900','requestRender','reduce','markStale','sourceLeft','embed-float-dom','fontSize','headerActionItem','nativeContext','placeholder','data-embed-float-stage','missing-descriptor','_contributions','add','_componentManager','menu','uComp','base','embedRenderScopeActive','embed-print-','Bases','customizeKanban','Slides','hypot','label','drawings','_releaseBodyPortalClaims','size','embed-ui.boardsFloating.zoomIn','_renderCompleteScene','overflowY','currentTarget','univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','elementRemove$','querySelectorAll','refCount','contentWidth','document','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','pageSize','_configService','scopedActionServiceTokens','FOCUSING_','_hostContainerRegistry','getColumnWidth','univer-size-6\x20univer-p-0','stickyLeftWidth','activatedTab$','_getChildSessionPriority','injector','now','_releaseTabPeerHostRenderLease','_getChildUnitForMeasurement','contribution','unregisterCommand','data-embed-child-render-mode','createInstance','Image','stopPropagation','2092028zVQdHY','toggleAttribute','hidden','focusHostForPassiveRuntime','UNIVER_BASE','canMount','_pendingChildUnits','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','cancelAnimationFrame','divider-font','getOwnPropertySymbols','selectable','getSkeletonData','deltaX','getSheets','DATA','getChildContext','pointerenter','pending','getData','subscribeContextValue$','identifier:ui.sidebar.service','embed-ui.slidesFloating.previousSlide','indexOf','activateSession','insertBefore','stage-change','_syncHostPopupVisibility','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','layout','clearTab','createElement','important','listElements','getProjection','overflow','queueMicrotask','opacity','_instanceService','deactivateTabSessions','getSheetId','_activateSheetTabForPrint','enable','pointer-events','allowed','graceMs','_tabHostRenderLeases','data-embed-canvas-root','color:rgba(30,34,43,.64)','tab-peer','_resolveCompleteCaptureOptions','visualOffset','getViewport','params','focus','clearFloating','base-embed-fullscreen-add-view-menu','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','parseInt','toolbarPanel$','includeAppShellEditorPortal','identifier:ui.popup.service','hostScrollOffset','AllBorderIcon','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-gray-0\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-0','embed-ui.fullscreen.enter','enableStage1BodyDrag','[data-embed-float-fullscreen-button]','getActiveSheet','_getOrCreateRender','childUnit','sceneCanvasCaptureService','UNIVER_SLIDE','data-state','univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1','disable','tab','getStickyLeftWidth','boards-ui.embed','fit','closeSearch','inert','univer-text-sm','dispose','registerCtorForType','bind','syncingHostFromChild','some','_clearItems','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','univer:embed-float-drag-handle:pointerdown','divider','hasChildInteractionLease','embedSlidesPresentationInteractionGate','stable','catch','createRender','_contentSizeRegistry','maxExpansion','_registerFloatingMenus','captureByChildUnitId','scopedRenderInjector','custom','requestAnimationFrame','aria-hidden','_leaseAppliesToChildUnit','collapseViewportHeight','pluginName','_focusDocumentBody','_syncClosedPortalInputGuard','right','EMBED_MOUNT_CHILD_NOT_RESOLVED','_domLayerService','dblclick','data-embed-sheets-sheet-tab-host','_resolveDocPageMetrics','save','afterRender$','undoRedoStatus$','_suppressedSheetNoteHostUnitId','object','interactionBoundaryService','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','embedFloatingMenuEntry','bound','_getBodyPortalOwner','string','univer-flex\x20univer-items-center\x20univer-gap-1','content','composedPath','_measureContentSize','OVERRIDE_NATIVE','overlayRoot','RIBBON','_items','getCurrentTypeOfUnit$','createUnit','syncExecuteCommand','getRenderUnitById','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','univer-text-red-500\x20hover:univer-text-red-600','_clearClosedPortalInputGuard','fromScale','formulaBar','UniverEmbedPrintPlaceholder','activateFullscreen','activated$','_getEventClientPoint','stage2-runtime','embedRuntimeBlocked','identifier:univer.sheet.selection-render-service','contains','univer.embed.host-vertical-wheel-attempted-event','race','_registerProductMenus','customizeField','[data-embed-popup-root]','body','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','open','fields','_leaseAppliesToHostUnit','UNIVER_BOARD','getAllObjects','univer-pointer-events-auto','getRowCount','wheel','hideToolbar','getActiveDescriptors','materializeDescriptor','getTypeOfUnitDisposed$','divider-layout','clientY','getImageSourceCache','embedChildType','runtimeScope','mounting','activateAnchor','previewRequested$','identifier:','contentBodyHeight','univer-doc-selection-container-docs-','univer-grid\x20univer-gap-0.5','sheet-workbench','border:1px\x20dashed\x20rgba(99,102,106,.35)','presentationPolicy','Boards','host-scroll-sync','settleDelayMs','resolveActiveChildSessionRuntimeScope','disposeWithMe','Escape','embed-docs-custom-block','scale(','float','pageStride','defaults','shape','hidePopupsForUnit','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','getTypeOfUnitAdded$','registerContribution','-48px','releaseStage2SessionLeaseIfActivationDoesNotStick','_mountService','delta','drawingId','_registerSheetPrinting','getStage','unmerge','apply','_isBlockingLease','_rerenderHostDoc','_rememberPreviousChildCurrentUnit','base-embed-fullscreen-view-tabs','EMBED_MOUNT_HOST_NOT_REGISTERED','divider-block','ownedPointerInteractionUntil','univer-gap-0.5\x20univer-px-1','reason','fullscreen-runtime','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','click','findIndex','error','_isUniverPortalCandidate','passiveViewportRegistry','load','_resolveChildSessionMode','addedNodes','title-only','passThroughInteractionGate','enabled','center','_focusLayout','HTMLElement','activateNavigationAtPoint','hasHostPreservingChildFocusLease','temp','status','univer-block\x20univer-w-full','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','defaultPageSize','margin-left','_resources','maxRetries','contentHeight','makeDirty','focusUnit','_markBodyPortalOwner','SELF','push','hideAllContextualTabs','hasHostPreservingChildFocusLeaseForHost','close','classic','isDisposed','previewService','stage','abs','pointer','_hostGestureEvents','embed-ui.basesFloating.delete','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','_embedModelService','_previousChildCurrentUnits','invalidate','menuContainer','pageMarginLeft','viewState','getSettings','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','overlay','_refreshHostDocZoom','decoratorName','_mountFloatingMenu','pointerleave','[data-board-viewport-host=\x22true\x22]','getOwnPropertyNames','Missing\x20embed\x20float\x20preview\x20provider:\x20','schedule','_findPreviousReadyEntry','prototype','setSearchActiveIndex','floatingMenuInsetTop','constructor','transform','tableId','#app','addEventListener','order','[data-u-comp=\x22headerbar\x22]','docs-sticky-sheet','zIndex','data-embed-interaction-boundary-owner','focusCoordinator','_registerProductUIContributions','Nested\x20embed\x20is\x20not\x20supported.','enter','_elements','width:100%','_isUniverPortalTreeElement','getUnit','setAnchor','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','univerInstanceService','index','collapsedIds$','localeChanged$','list','childUnitId','sparkline','data-embed-menu-slot','divider-format-tools','embedHostEntry','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','pages','title','univer-popover','scene','slides-exchange-client.operation.import-slide','_registrations','_activePortalOwners','image/png','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','_preloadImage','matches','identifier:univer.menu-manager-service','getColVisible','fakeToolbarVisible$','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','_boardElementService','src','_focusCoordinator','host-scroll','embed-float-dom-content','embed-page-menu-','getProvider','embed-ui.sheetsFloating.toolbar.textWrapMode.main','embed.sheets.','_routeWheelToHost','getCacheKey','reverse','slides-page-list-block','openContextMenu','univer-fill-gray-900\x20dark:!univer-fill-gray-0','embedHostAnchorId','_key','_assertChildUnitAvailable','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','allowHostBodyDrag','from','_syncPersistentSheetNotes','host','promote','complete','display:flex','deltaY','getBoundingClientRect','hostOffset','getContextByHostAnchorId','code','embedChildRenderError','_entriesByEmbedId','_contextsByChildUnitId','SECTION_BREAK','content-bounds-fit','style','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','menuSlot','_getActiveOwnedRuntimeFocusInfo','supportedLayouts','querySelector','embed-ui.sheetsFloating.toolbar.resetColor','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','univer-pointer-events-auto\x20univer-box-border\x20univer-min-w-0\x20univer-self-stretch\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','ready','registerRenderModule','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','embed-ui.boardsFloating.zoomOut','embed-ui.boardsFloating.fitContent','GLOBAL','runtime-pointer','univer-dropdown','_tabFocusLeases','disposable','contentRect','doc-block-stage2-runtime','docs-sticky-base','hasAnyChildInteractionLease','sheet.command.smart-toggle-filter','univer-text-red-500','defaultView','activeElement','removeProperty','scrollByViewportDeltaVal','initialWidth','3206058jwYrRz','#ffffff','startX','_registerRibbonOwnership','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','sheets-sheet-tab','getFocusedUnit','viewportWidth','_sceneCanvasCaptureService','activateTab','getCanvasElement','surface','registerOwnedElement','getTransformer','zoomRatio','allowOwnedPortalReassignment','_entries','\x0a\x20\x20univer-pointer-events-auto\x20univer-relative\x20univer-isolate\x20univer-flex\x20univer-shrink-0\x0a\x20\x20univer-items-center\x20univer-self-stretch\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x0a\x20\x20univer-border-gray-200\x20univer-bg-transparent\x20univer-p-1\x20univer-shadow-lg\x0a\x20\x20before:univer-pointer-events-none\x20before:univer-absolute\x20before:univer-inset-0\x0a\x20\x20before:univer-z-[-1]\x20before:univer-rounded-lg\x20before:univer-bg-gray-0\x20before:univer-opacity-90\x0a\x20\x20before:univer-content-[\x27\x27]\x20dark:!univer-border-gray-600\x20dark:before:!univer-bg-gray-900\x0a','embed-ui.sheetsFloating.textWrap.wrap','slide-workbench','child','_config','Gallery','aside','data-embed-runtime-focus-role','preventDefault','unitAdded$','placeholderTitle','setLeftSidebarVisible','tabIndex','resolveRuntimeScopeByChildUnitId','_nextIndex','_pendingPortalOwner','closed','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','top\x20left','kind','_setCurrentUnitForType','numfmt','session','start','restoreUnitId','design','popup','embed-float-dom-interaction-gate','registerFocusHandler','child-keyboard','_closedPortalInputGuards','_docPrintLayouts','embed-ui.slidesFloating.nextSlide','getZoomRatio','interactionFlow','resizeDocsSheetLikeRendererByWheel','registration','slice','closeToolbarPanel','stage2','sheets-floating-object','registerShortcut','addDisposer','Grid','_leaseSequence','customizeGallery','_entriesByKey','textColor','embed-ui.boardsFloating.resetZoom','_suspendedSheetNote','getDocumentStyle','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','univer-h-8\x20univer-w-full\x20univer-px-2','hasBlockingChildFocusLease','session$','CLIP','isFinite','section','_resolveLayout','univer-doc-main-canvas','sort','leftPanelWidth','px)','iterator','_findFallbackUnitId','getVerticalScroll','min','_runChildBeforeDeactivate','doc-flow','_themeService','embedDocsCustomBlockZooming','bases-exchange-client.operation.import-base','cancelable','[id^=\x22__editor_docs-\x22]','slides-ui.ribbon','data-u-comp','_registerBoardPrinting','_docPrintRegistered','beforeCommandExecuted','getCurrentSelections','createScoped','_touchServices','pageManager','_commandService','_rootsByHostAnchorId','geometryInvalidated$','_getVisibleCanvasDocumentRect','UNIVER_DOC','getUnitType','getHorizontalScroll','CUSTOM_BLOCK','lease','univer-flex\x20univer-items-center\x20univer-justify-center','loading','dropdown','getAllUnitsForType','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','_childUnitIds','function','hyper-link','fixed','className','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','VIEW','stickyHeaderHeight','triggerContextMenu','getMenuByPositionKey','embed-ui.sheetsFloating.textWrap.clip','containsElement','Kanban','transient','ownsSession','sWidth','row','set','allowPlaceholder','getWidth','_activeDrain','hostChromeMode','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','_registerRuntimeBoundary','align-items:center','pageHeight','viewSettings','Element','pageId','getImage','box-sizing:border-box','content-only','redos','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','registerProvider','stopEditingCell','visibility','useFactory','[data-embed-docs-custom-block=\x22true\x22]','top','closeActiveEditor','registerContext','getActiveSlide','_registerPrintPreparation','pipe','ignoreOwners','deltaMode','horizontalAlign','_blockRegistry','displayTarget','hasAnyHostPreservingChildFocusLease','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','removeAttribute','28px','_maxDepth','getToolbarPanel','MODERN','EMBED_MOUNT_CHILD_NOT_REGISTERED','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','_rendering','tables','resolveStackUnitId','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-left-toolbar=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-top-right-menu=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-zoom-controls=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-help-control=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-object-list-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-shape-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-floating-panel-layer=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-text-editor-position-wrapper\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-floating-toolbar\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22editor-ui-floating-container\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','startColumn','animation','_materializeService','_ribbonOverrideService','_prepareDescriptor','exit'];_0x54f7=function(){return _0x45cc4b;};return _0x54f7();}function dh(_0x219ca9,_0x14c12a=_0x5878b6(0x5ed)){const _0x18cb72=_0x5878b6;let _0xcd8407;return _0xcd8407=_0x14c12a===_0x18cb72(0x5bb)||_0x14c12a==='fullscreen'?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x219ca9,'workbench':{..._0x219ca9[_0x18cb72(0x5ed)]??{},..._0xcd8407,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function fh(_0x508ff6){const _0x9afd92=_0x5878b6;var _0x2c1350;if(_0x508ff6['renderScope'][_0x9afd92(0x5e7)]&&_0x508ff6[_0x9afd92(0x44c)][_0x9afd92(0x6d9)][_0x9afd92(0x50e)])return _0x508ff6['runtimeScope'][_0x9afd92(0x6d9)]['menuSlot'];let _0x171181=_0x508ff6['runtimeScope'][_0x9afd92(0x6d9)][_0x9afd92(0x4ad)]??_0x508ff6[_0x9afd92(0x6b3)]['overlayRoot']??_0x508ff6[_0x9afd92(0x6b3)][_0x9afd92(0x61e)],_0x3e86d1=((_0x2c1350=_0x171181[_0x9afd92(0x116)])==null?void 0x0:_0x2c1350[_0x9afd92(0x65b)][_0x9afd92(0x370)])===_0x9afd92(0x1ba)?_0x171181[_0x9afd92(0x116)]:void 0x0;if(!_0x3e86d1||!_0x508ff6[_0x9afd92(0x1a0)]||!_0x3e86d1[_0x9afd92(0x65b)][_0x9afd92(0x1a0)]||_0x3e86d1[_0x9afd92(0x65b)][_0x9afd92(0x1a0)]===_0x508ff6['embedId'])return _0x3e86d1??_0x171181;let _0xe4a49e=_0x508ff6[_0x9afd92(0x6b3)][_0x9afd92(0x61e)][_0x9afd92(0xfa)];return Array[_0x9afd92(0x4fc)](_0xe4a49e[_0x9afd92(0x382)](_0x9afd92(0x2ec)))[_0x9afd92(0x64a)](_0x5337e0=>_0x5337e0[_0x9afd92(0x65b)]['embedId']===_0x508ff6[_0x9afd92(0x1a0)])??_0x171181;}function ph(_0x574508){const _0x348f2a=_0x5878b6;let _0x143a67=fh(_0x574508),_0x4136f5=_0x574508[_0x348f2a(0x6b3)]['rootElement'][_0x348f2a(0xfa)][_0x348f2a(0x3ba)](_0x348f2a(0xfb));return _0x4136f5[_0x348f2a(0x65b)][_0x348f2a(0x418)]=_0x574508[_0x348f2a(0xda)]['entry'],_0x4136f5[_0x348f2a(0x5a0)]=_0x348f2a(0x2ad),_0x143a67[_0x348f2a(0x191)](_0x4136f5),{'menu':_0x4136f5,'menuRoot':_0x143a67,'portalContainer':_0x574508['runtimeScope']['roots'][_0x348f2a(0x555)]};}function mh(_0x548146){const _0xa20986=_0x5878b6;return[{'hostType':_0x152567[_0xa20986(0x592)],'entry':_0x16334e[_0xa20986(0xae)],'childType':_0x548146[_0xa20986(0x1ec)],'mount':_0x548146[_0xa20986(0x205)]},{'hostType':_0x152567[_0xa20986(0x66c)],'entry':_0x16334e['SheetsFloatingObject'],'childType':_0x548146[_0xa20986(0x1ec)],'mount':_0x548146[_0xa20986(0x205)]},{'hostType':_0x152567[_0xa20986(0x3e4)],'entry':_0x16334e[_0xa20986(0x114)],'childType':_0x548146['childType'],'mount':_0x548146[_0xa20986(0x205)]},{'hostType':_0x152567[_0xa20986(0x43f)],'entry':_0x16334e[_0xa20986(0x66e)],'childType':_0x548146[_0xa20986(0x1ec)],'mount':_0x548146[_0xa20986(0x205)]}];}function hh(_0x55dc57){let {embedId:_0x1f8ade,childUnitId:_0x986e65,base:_0x139511,activeTable:_0x246003}=_0x55dc57,_0x5a0fdd=gh(_0x1f8ade);return _0x5a0fdd?_0x1a081f(_0x5bc716(vh,{'childUnitId':_0x986e65,'base':_0x139511,'activeTable':_0x246003}),_0x5a0fdd):null;}function gh(_0x1f45f5){let [_0x3d60c5,_0x100e34]=_0x1b7202(()=>_h(_0x1f45f5));return _0x404518(()=>{const _0x4fd8d5=_0x4fd0;let _0x8803f5=window[_0x4fd8d5(0x403)](()=>_0x100e34(_h(_0x1f45f5)));return()=>{const _0x1a0756=_0x4fd8d5;window[_0x1a0756(0x3a3)](_0x8803f5);};},[_0x1f45f5]),_0x3d60c5;}function _h(_0x2e2eb2){const _0x4fc542=_0x5878b6;return Array[_0x4fc542(0x4fc)](document['querySelectorAll'](_0x4fc542(0x223)))[_0x4fc542(0x64a)](_0x2e1a55=>_0x2e1a55[_0x4fc542(0x65b)][_0x4fc542(0x1a0)]===_0x2e2eb2)??null;}function vh(_0x2a6d81){const _0x5f2eed=_0x5878b6;var _0x2055d4,_0x10dd0f;let {childUnitId:_0x16803e,base:_0x53c26a,activeTable:_0x22dc78}=_0x2a6d81,_0x12f189=_0x598ded(_0x20e3ee),_0x34e68d=_0x598ded(_0x17bf93),_0x55793d=_0x598ded(_0x301c59),_0x4e751e=_0x598ded(_0x1bdb2b),_0x2a7b5d=_0xec05b8(()=>_0x4e751e['state$'],_0x4e751e['getState'](),!0x1,[_0x4e751e]),[_0x44d2b3,_0x14e51a]=_0x1b7202(null),[_0x41a888,_0x221fb9]=_0x1b7202(null),[_0x4bbda1,_0x27d8c4]=_0x1b7202(''),[_0x3619e1,_0x2c4d61]=_0x1b7202(_0x5f2eed(0xa8)),[_0x2a8723,_0x43b4d2]=_0x1b7202(null),_0x244283=(_0x34e68d==null||(_0x2055d4=_0x34e68d[_0x5f2eed(0x24e)](_0x42146a))==null?void 0x0:_0x2055d4[_0x5f2eed(0x5ed)])??{},_0x4beb77=_0x2a7b5d[_0x5f2eed(0x3b8)][_0x5f2eed(0x578)]??_0x244283[_0x5f2eed(0x578)]??((_0x10dd0f=_0x1ea4d6['workbench'])==null?void 0x0:_0x10dd0f[_0x5f2eed(0x578)])??_0x2a0974,_0x40d035=_0x53c26a[_0x5f2eed(0x616)](),_0x57f812=xh(_0x40d035,_0x22dc78['id']),_0x38572d=async _0x512903=>{const _0x53f29f=_0x5f2eed;let _0x202f16=_0x40d035[_0x53f29f(0x5d8)][_0x512903];if(!_0x202f16)return;let _0x4afb2e=_0x202f16[_0x53f29f(0x7d)][_0x53f29f(0x64a)](_0x450c48=>_0x202f16[_0x53f29f(0x671)][_0x450c48]);_0x4e751e[_0x53f29f(0x135)](_0x202f16['id']),_0x4afb2e&&_0x4e751e[_0x53f29f(0x1c3)](_0x4afb2e),_0x4e751e[_0x53f29f(0x22d)](null),_0x4e751e[_0x53f29f(0x34a)](),await _0x12f189[_0x53f29f(0x631)](_0x580306['id'],{'unitId':_0x16803e,'tableId':_0x512903});},_0x410fae=async()=>{const _0x3a43f4=_0x5f2eed;let _0x20037a=_0x5b118a({'id':_0x3a43f4(0x1f0)+_0x274f15(0x8),'name':Sh(_0x53c26a['getSnapshot'](),_0x1a59ac=>_0x55793d['t'](_0x3a43f4(0x2c9),String(_0x1a59ac))),'primaryFieldId':_0x3a43f4(0x17e)+_0x274f15(0x8),'gridViewId':'view-'+_0x274f15(0x8)});await _0x12f189['executeCommand'](_0x53719e['id'],{'unitId':_0x16803e,'table':_0x20037a})&&(_0x4e751e[_0x3a43f4(0x135)](_0x20037a['id']),_0x4e751e[_0x3a43f4(0x1c3)](_0x20037a[_0x3a43f4(0x7d)][0x0]),_0x4e751e[_0x3a43f4(0x22d)](null),_0x4e751e['closeRecordDetail'](),_0x43b4d2(_0x20037a['id']));},_0x1453a8=async(_0x4035d4,_0x4ca696,_0x4fadbb)=>{const _0x34ae4f=_0x5f2eed;let _0x1743f6=_0x53c26a[_0x34ae4f(0x616)](),_0x48401c=_0x1743f6[_0x34ae4f(0x5d8)][_0x4035d4];if(!_0x48401c)return;let _0x3f0dba=_0x5cd7b7(_0x48401c,{'id':_0x34ae4f(0x1f0)+_0x274f15(0x8),'name':_0x4ca696,'includeRecords':_0x4fadbb==='records','regenerateViewIds':!0x0,'createViewId':()=>'view-'+_0x274f15(0x8)});await _0x12f189[_0x34ae4f(0x631)](_0x53719e['id'],{'unitId':_0x16803e,'table':_0x3f0dba,'index':_0x1743f6[_0x34ae4f(0x30f)][_0x34ae4f(0x3b2)](_0x4035d4)+0x1})&&(_0x4e751e['activateTable'](_0x3f0dba['id']),_0x4e751e[_0x34ae4f(0x1c3)](_0x3f0dba[_0x34ae4f(0x7d)][0x0]),_0x4e751e[_0x34ae4f(0x22d)](null),_0x4e751e[_0x34ae4f(0x34a)]());},_0x5225c6=async _0x3d2dcb=>{const _0x3ffaec=_0x5f2eed;let _0x237723=_0x53c26a[_0x3ffaec(0x616)](),_0x350744=xh(_0x237723,_0x22dc78['id'])['map'](_0x9ca2e5=>_0x9ca2e5['id']);if(_0x350744[_0x3ffaec(0x102)]<=0x1)return;let _0x1c72bc=_0x3d2dcb===_0x22dc78['id']?_0x350744[_0x3ffaec(0x64a)](_0x39fc2a=>_0x39fc2a!==_0x3d2dcb):null;if(await _0x12f189['executeCommand'](_0x260fcb['id'],{'unitId':_0x16803e,'tableId':_0x3d2dcb})&&_0x1c72bc){let _0x4d59ad=_0x237723['tables'][_0x1c72bc],_0x3d0d20=_0x4d59ad==null?void 0x0:_0x4d59ad[_0x3ffaec(0x7d)][_0x3ffaec(0x64a)](_0x3006e9=>_0x4d59ad[_0x3ffaec(0x671)][_0x3006e9]);_0x4e751e['activateTable'](_0x1c72bc),_0x3d0d20&&_0x4e751e[_0x3ffaec(0x1c3)](_0x3d0d20),_0x4e751e[_0x3ffaec(0x22d)](null),_0x4e751e[_0x3ffaec(0x34a)]();}};return _0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x3d9032,{'title':_0x40d035[_0x5f2eed(0x25f)]||'Base','items':_0x57f812,'width':_0x4beb77,'pendingRenameItemId':_0x2a8723,'onActivateItem':_0x38572d,'onAddTable':async()=>{await _0x410fae();},'onRenameTable':async(_0x4d5bb9,_0x58954d)=>{const _0x3d195e=_0x5f2eed;await _0x12f189[_0x3d195e(0x631)](_0x2b25fa['id'],{'unitId':_0x16803e,'tableId':_0x4d5bb9,'name':_0x58954d});},'getTableNameError':(_0x7d1e18,_0x53892d)=>_0x58db6e(_0x55793d,_0x2e4e75(_0x40d035,_0x53892d,_0x7d1e18)),'onPendingRenameItemConsumed':_0x31dbda=>{_0x2a8723===_0x31dbda&&_0x43b4d2(null);},'onDuplicateTable':_0xbecb73=>{const _0x1ed7a8=_0x5f2eed;let _0x52ca49=_0x53c26a['getSnapshot'](),_0x222643=_0x52ca49[_0x1ed7a8(0x5d8)][_0xbecb73];_0x222643&&(_0x221fb9(_0xbecb73),_0x27d8c4(_0x1733bb(_0x52ca49,_0x55793d['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x222643[_0x1ed7a8(0x25f)]))),_0x2c4d61('configurations'));},'onDeleteTable':_0x14e51a,'onResizeWidth':_0x509660=>_0x4e751e['setLeftPanelWidth'](_0x509660)}),_0x5bc716(_0x2704c0,{'open':!!_0x41a888,'name':_0x4bbda1,'nameError':_0x58db6e(_0x55793d,_0x2e4e75(_0x40d035,_0x4bbda1[_0x5f2eed(0x2bc)]())),'mode':_0x3619e1,'onNameChange':_0x27d8c4,'onModeChange':_0x2c4d61,'onCancel':()=>_0x221fb9(null),'onConfirm':async()=>{const _0x6a1eb9=_0x5f2eed;let _0x503fba=_0x41a888,_0x2147d7=_0x4bbda1[_0x6a1eb9(0x2bc)](),_0x228fcd=_0x3619e1;!_0x503fba||!_0x2147d7||(_0x221fb9(null),await _0x1453a8(_0x503fba,_0x2147d7,_0x228fcd));}}),_0x5bc716(_0x4cd92e,{'open':!!_0x44d2b3,'title':_0x55793d['t']('embed-ui.basesFloating.confirmDelete.tableTitle'),'description':_0x55793d['t']('embed-ui.basesFloating.confirmDelete.tableDescription'),'onCancel':()=>_0x14e51a(null),'onConfirm':async()=>{let _0x502f7b=_0x44d2b3;_0x14e51a(null),_0x502f7b&&await _0x5225c6(_0x502f7b);}})]});}function yh(_0x5865e2){const _0x2d14d0=_0x5878b6;let {embedId:_0x2c94ef,activeView:_0x21dc39,views:_0x4d866c,addViewOpen:_0x3bd8a7,onAddViewOpenChange:_0x2f1425,onActivateView:_0x4032f0,onAddView:_0x476c07,onSetViewAsFirst:_0x490fa0,onMoveView:_0x13bdfe,onRenameView:_0x18df7f,onDuplicateView:_0x3aa48d,onConfigureView:_0x155d51,onDeleteView:_0x2f2c52}=_0x5865e2,_0x4687c8=_0x598ded(_0x301c59);return _0x5bc716(_0x2d14d0(0xfb),{'data-u-comp':_0x2d14d0(0x473),'className':_0x2d14d0(0x514),'children':_0x5bc716(_0x4d985d,{'className':_0x2d14d0(0x50d),'views':_0x4d866c['map'](_0x51decf=>({'id':_0x51decf['id'],'name':_0x51decf['name'],'type':_0x51decf[_0x2d14d0(0x27b)]})),'activeViewId':_0x21dc39['id'],'onActivateView':_0x4032f0,'onSetViewAsFirst':_0x490fa0,'onMoveView':_0x13bdfe,'onRenameView':_0x18df7f,'onDuplicateView':_0x3aa48d,'onConfigureView':_0x155d51,'onDeleteView':_0x2f2c52,'onAddView':()=>_0x2f1425(!_0x3bd8a7),'addViewDropdown':{'open':_0x3bd8a7,'onOpenChange':_0x2f1425,'overlay':_0x5bc716(_0x2d14d0(0xfb),{'data-u-comp':_0x2d14d0(0x3d3),'data-embed-id':_0x2c94ef,'data-embed-floating-menu-popup':_0x2d14d0(0x13e),'children':_0x5bc716(_0x1e2eaf,{'views':_0x297f53['map'](_0x5bf108=>({..._0x5bf108,'label':_0x4687c8['t'](_0x5bf108[_0x2d14d0(0x378)]),'description':_0x4687c8['t'](_0x5bf108['description'])})),'onCreate':_0x476c07})})}})});}function bh(_0x5dcae8){const _0x39f4a2=_0x5878b6;var _0x3f7a2f;return(_0x5dcae8==null||(_0x3f7a2f=_0x5dcae8['tableOrder'])==null?void 0x0:_0x3f7a2f[_0x39f4a2(0x28d)](_0x5aa5a2=>_0x5dcae8[_0x39f4a2(0x5d8)][_0x5aa5a2])['filter'](_0x579f68=>!!_0x579f68))??[];}function xh(_0x3e328a,_0x199d0f){const _0x29fa77=_0x5878b6;return bh(_0x3e328a)[_0x29fa77(0x28d)](_0x175e67=>({'id':_0x175e67['id'],'name':_0x175e67['name'],'active':_0x175e67['id']===_0x199d0f}));}function Sh(_0x55ebf2,_0x51882e){const _0x31d3e4=_0x5878b6;let _0x1f5402=new Set(bh(_0x55ebf2)[_0x31d3e4(0x28d)](_0xef6e0c=>_0xef6e0c[_0x31d3e4(0x25f)])),_0x2b6089=_0x1f5402[_0x31d3e4(0x37b)]+0x1,_0x14813a=_0x51882e(_0x2b6089);for(;_0x1f5402[_0x31d3e4(0x6d0)](_0x14813a);)_0x2b6089+=0x1,_0x14813a=_0x51882e(_0x2b6089);return _0x14813a;}const Ch=_0x5878b6(0x53b);function wh(){const _0x49b69c=_0x5878b6;return mh({'childType':_0x152567[_0x49b69c(0x39f)],'mount':Th});}function Th(_0x5b85d7){const _0x15c79a=_0x5878b6;let {menu:_0x3b2311,portalContainer:_0x11a752}=ph(_0x5b85d7),_0x23bdf0=al(_0x3b2311),_0x24a903=_0x5b85d7[_0x15c79a(0x44c)]['injector'];return _0x23bdf0[_0x15c79a(0x66d)](_0x481dd4(Yc,{'injector':_0x24a903,'mountContainer':_0x11a752,'embedId':_0x5b85d7[_0x15c79a(0x1a0)]},_0x481dd4(Mh,{'hostUnitId':_0x5b85d7[_0x15c79a(0x178)],'embedId':_0x5b85d7['embedId'],'childUnitId':_0x5b85d7[_0x15c79a(0x4d3)],'entry':_0x5b85d7['descriptor'][_0x15c79a(0x289)],'fullscreen':!!_0x5b85d7['renderScope'][_0x15c79a(0x5e7)],'runtimeFocusRoot':_0x5b85d7[_0x15c79a(0x6b3)][_0x15c79a(0x61e)],'usesDomFloatingStage':_0x5b85d7[_0x15c79a(0xda)]['entry']===_0x15c79a(0x563),'renderScopeActive$':_0x5b85d7[_0x15c79a(0x6b3)][_0x15c79a(0x62f)]}))),_0x139183(()=>{const _0x4fbac0=_0x15c79a;ol(_0x23bdf0),globalThis[_0x4fbac0(0x119)](()=>_0x3b2311[_0x4fbac0(0x2a8)](),0x0);});}function Eh(_0x5e2392){const _0x4660e9=_0x5878b6;return lu({'embedId':_0x5e2392[_0x4660e9(0x1a0)],'active':Dh(_0x5e2392[_0x4660e9(0x27a)],_0x5e2392['stage']),'fullscreen':_0x5e2392[_0x4660e9(0x5e7)],'usesDomFloatingStage':_0x5e2392[_0x4660e9(0x294)],'renderScopeActive':_0x5e2392[_0x4660e9(0x287)]});}function Dh(_0x4f4c16,_0x34a2b4){const _0x4fe882=_0x5878b6;return _0x4f4c16?{'hostUnitId':'','childUnitId':'','embedId':_0x4f4c16,'stage':_0x34a2b4===_0x4fe882(0x562)||_0x34a2b4==='stage1'?'stage2':_0x4fe882(0x112)}:null;}function Oh(_0x34c8ba){return _0x34c8ba;}function kh(_0x2538ea){return _0x2538ea;}function Ah(_0x14f53a){return!_0x14f53a;}function jh(_0x3d9299){return{[Q]:_0x3d9299,[ss]:'floating-menu'};}function Mh(_0x4c6644){const _0x3a13d2=_0x5878b6;let {hostUnitId:_0x9176a2,embedId:_0x4693f7,childUnitId:_0x42ba2a,entry:_0x59c9bc,fullscreen:_0x5898c8,runtimeFocusRoot:_0x20d5e1,usesDomFloatingStage:_0x15a30a,renderScopeActive$:_0x232087}=_0x4c6644,_0xb2eb05=_0x598ded(_0x20e3ee),_0xc9dee8=_0x598ded(_0x2d57a6),_0x44f818=_0x598ded(_0x384701),_0x2ea5bc=_0x598ded(_0x301c59),_0x549a53=_0x598ded(_0x1dc884),_0x570321=_0x598ded(_0x354aee),_0x4c304c=_0x598ded(_0x1bdb2b),_0x196c0e=_0x598ded(_0x3e37f5),_0x34d453=_0x598ded(is),{mountContainer:_0x16ba34}=_0x2c70cc(_0x1786af),_0x2d840c=_0xec05b8(()=>_0x4c304c[_0x3a13d2(0x5f5)],_0x4c304c[_0x3a13d2(0x263)](),!0x1,[_0x4c304c]),_0x53983f=_0xec05b8(()=>_0x570321[_0x3a13d2(0x412)],{'undos':0x0,'redos':0x0},!0x1,[_0x570321]),_0x225a69=_0xec05b8(()=>_0x232087,!0x1,!0x1,[_0x232087]),_0x2ada35=_0xec05b8(()=>_0x34d453[_0x3a13d2(0x62f)],_0x34d453[_0x3a13d2(0x325)](),!0x1,[_0x34d453]),_0x5313af=_0xec05b8(()=>_0x196c0e[_0x3a13d2(0x3d7)],_0x196c0e[_0x3a13d2(0x5d3)](),!0x1,[_0x196c0e]),_0xa3b2ce=_0x34d453['getStage'](_0x4693f7),[_0x478b81,_0x3edfd2]=_0x1b7202(0x0),[_0xcdf341,_0x270f1a]=_0x1b7202(null),[_0x32c14b,_0x56a9ad]=_0x1b7202(!0x1),[_0x3c22d1,_0x5c606b]=_0x1b7202(null),_0x26f280=_0x2e0b5b(_0x5313af),_0x4dc7e6=_0x2e0b5b(null),_0x1273b5=_0x44f818['getUnit'](_0x42ba2a,_0x152567[_0x3a13d2(0x39f)]),_0x4dae=_0x1273b5==null?void 0x0:_0x1273b5[_0x3a13d2(0x616)](),_0x97a7ad=Lh(_0x4dae,_0x2d840c[_0x3a13d2(0x358)]),_0x268b7b=Rh(_0x97a7ad),_0x46ee67=zh(_0x97a7ad,_0x2d840c[_0x3a13d2(0x667)]),_0x4cf4e7=Eh({'embedId':_0x4693f7,'activeEmbedId':_0x2ada35==null?void 0x0:_0x2ada35[_0x3a13d2(0x1a0)],'stage':_0xa3b2ce,'fullscreen':_0x5898c8,'usesDomFloatingStage':_0x15a30a,'renderScopeActive':_0x225a69})===_0x3a13d2(0x562),[_0x1b0c82,_0x61e921]=_0x1b7202(_0x4cf4e7),_0x31ddd9=Oh(_0x5898c8),_0x3f62fa=kh(_0x5898c8),_0x5ebaa0=Ah(_0x5898c8),_0x16e6ac=_0x31ddd9?_0x3a13d2(0x4e7):_0x3a13d2(0x52e),_0x595755=_0xc9dee8[_0x3a13d2(0x96)](_0x13a819);if(_0x1b0c82!==_0x4cf4e7&&(_0x61e921(_0x4cf4e7),_0x4cf4e7||(_0x270f1a(null),_0x56a9ad(!0x1),_0x5c606b(null))),_0x404518(()=>{const _0x3ca75e=_0x3a13d2;_0x4cf4e7||(_0x196c0e[_0x3ca75e(0x561)](),_0x196c0e[_0x3ca75e(0x182)](),_0x196c0e[_0x3ca75e(0x5c4)]());},[_0x4cf4e7,_0x196c0e]),_0x404518(()=>{const _0x1fafe9=_0x3a13d2;let _0x55d269=_0x26f280[_0x1fafe9(0x634)];if(_0x26f280['current']=_0x5313af,!_0x55d269||_0x5313af||!_0x4cf4e7)return;let _0x5de944=window[_0x1fafe9(0x403)](()=>Qc(_0x4693f7,_0x20d5e1));return()=>window['cancelAnimationFrame'](_0x5de944);},[_0x4693f7,_0x4cf4e7,_0x20d5e1,_0x5313af]),_0x404518(()=>{const _0x15eda8=_0x3a13d2;if(!_0xcdf341)return;let _0x5ced4e=_0x4a6fe9=>{const _0x30a808=_0x4fd0;var _0x19b419;let _0x140a52=_0x4a6fe9[_0x30a808(0x6dd)]instanceof Node?_0x4a6fe9[_0x30a808(0x6dd)]:null;_0x140a52&&(_0x19b419=_0x4dc7e6['current'])!=null&&_0x19b419[_0x30a808(0x434)](_0x140a52)||_0x270f1a(null);},_0x2897a5=_0x432428=>{const _0x5a8161=_0x4fd0;_0x432428[_0x5a8161(0x2b1)]===_0x5a8161(0x45c)&&_0x270f1a(null);};return document[_0x15eda8(0x4be)](_0x15eda8(0x2cf),_0x5ced4e,!0x0),document[_0x15eda8(0x4be)](_0x15eda8(0x357),_0x2897a5,!0x0),()=>{const _0x3df73f=_0x15eda8;document[_0x3df73f(0x6fd)](_0x3df73f(0x2cf),_0x5ced4e,!0x0),document[_0x3df73f(0x6fd)]('keydown',_0x2897a5,!0x0);};},[_0xcdf341]),!_0x4dae||!_0x1273b5||!_0x97a7ad||!_0x46ee67)return null;let _0x1265ea=()=>{const _0x216c43=_0x3a13d2;_0x34d453['activate']({'hostUnitId':_0x9176a2,'embedId':_0x4693f7,'childUnitId':_0x42ba2a},_0x216c43(0x562));},_0x1ad0f7=async(_0x430256,_0x196a5b)=>{const _0x3f59ed=_0x3a13d2;_0x1265ea(),await _0xb2eb05[_0x3f59ed(0x631)](_0x2d987c['id'],{'type':_0x430256,'anchor':Vh(_0x196a5b[_0x3f59ed(0x503)]())});},_0x38f6ad=async _0x46e8c7=>{_0x1265ea(),await _0xb2eb05['executeCommand'](_0x23a49d['id'],{'tableId':_0x97a7ad['id'],'unitId':_0x42ba2a,'viewId':_0x46e8c7}),_0x3edfd2(_0x3b6b5e=>_0x3b6b5e+0x1);},_0x56b43d=async _0x1f8652=>{const _0x5dbec7=_0x3a13d2;_0x1265ea();let _0xac1951='view-'+_0x274f15(0x6),_0xb29be1=_0x549a53['get'](_0x1f8652)['createDefaultConfig'](_0x97a7ad),_0x5109ec=await _0xb2eb05[_0x5dbec7(0x631)](_0xe6c26c['id'],{'unitId':_0x42ba2a,'tableId':_0x97a7ad['id'],'view':{'id':_0xac1951,'tableId':_0x97a7ad['id'],'name':_0x1a1657(_0x2ea5bc,_0x1f8652),'type':_0x1f8652,'config':_0xb29be1,'fieldOrder':[..._0x97a7ad['fieldOrder']],'fieldSettings':{}}});_0x270f1a(null),_0x56a9ad(!0x1),_0x3edfd2(_0x44b522=>_0x44b522+0x1),_0x5109ec&&await _0x38f6ad(_0xac1951);},_0x1e9811=async _0x47916c=>{const _0x1d5db3=_0x3a13d2;var _0x548903;let _0x4f241b=(_0x548903=_0x268b7b[0x0])==null?void 0x0:_0x548903['id'];!_0x4f241b||_0x4f241b===_0x47916c||(_0x1265ea(),await _0xb2eb05[_0x1d5db3(0x631)](_0x5aaf3c['id'],{'unitId':_0x42ba2a,'tableId':_0x97a7ad['id'],'viewId':_0x47916c,'target':{'beforeViewId':_0x4f241b}}),_0x3edfd2(_0x513354=>_0x513354+0x1));},_0x9694c8=async(_0x338aee,_0x3c37a8)=>{const _0x526c58=_0x3a13d2;_0x1265ea(),await _0xb2eb05[_0x526c58(0x631)](_0x5aaf3c['id'],{'unitId':_0x42ba2a,'tableId':_0x97a7ad['id'],'viewId':_0x338aee,'target':_0x3c37a8}),_0x3edfd2(_0x14ccb9=>_0x14ccb9+0x1);},_0x20d0e8=async(_0x4128c9,_0x50d987)=>{const _0x47f28e=_0x3a13d2;_0x1265ea(),await _0xb2eb05[_0x47f28e(0x631)](_0x55f8d0['id'],{'unitId':_0x42ba2a,'tableId':_0x97a7ad['id'],'viewId':_0x4128c9,'name':_0x50d987}),_0x3edfd2(_0x4ed9e4=>_0x4ed9e4+0x1);},_0x1e7628=async _0x5f39f3=>{const _0x4b515c=_0x3a13d2;let _0x19c6bb=_0x97a7ad[_0x4b515c(0x671)][_0x5f39f3];if(!_0x19c6bb)return;_0x1265ea();let _0x41db46=_0x4f197a(_0x19c6bb,_0x97a7ad['id'],_0x2ea5bc['t']('embed-ui.basesFloating.copySuffix')),_0x311d47=await _0xb2eb05[_0x4b515c(0x631)](_0xe6c26c['id'],{'unitId':_0x42ba2a,'tableId':_0x97a7ad['id'],'view':_0x41db46});_0x3edfd2(_0xdd3d96=>_0xdd3d96+0x1),_0x311d47&&await _0x38f6ad(_0x41db46['id']);},_0x1c5345=async()=>{const _0x21538f=_0x3a13d2;var _0x3e7634;let _0x2609e4=_0x3c22d1??_0x46ee67['id'];if(_0x268b7b['length']<=0x1){_0x5c606b(null);return;}let _0x2c4a77=(_0x3e7634=_0x268b7b[_0x21538f(0x64a)](_0x16b829=>_0x16b829['id']!==_0x2609e4))==null?void 0x0:_0x3e7634['id'],_0x44056d=await _0xb2eb05[_0x21538f(0x631)](_0x1c0ebe['id'],{'unitId':_0x42ba2a,'tableId':_0x97a7ad['id'],'viewId':_0x2609e4});_0x5c606b(null),_0x3edfd2(_0x2f5662=>_0x2f5662+0x1),_0x44056d&&_0x2c4a77&&await _0x38f6ad(_0x2c4a77);},_0x4916aa=async()=>{const _0x4e1f2c=_0x3a13d2;await _0xb2eb05[_0x4e1f2c(0x631)](_0x3bb127['id'],{'hostUnitId':_0x9176a2,'embedId':_0x4693f7});},_0x34d42d=_0x23c2ff=>{const _0x5454c8=_0x3a13d2;_0x23c2ff[_0x5454c8(0x39a)]();},_0x487065=_0x9629bf=>{const _0x4e6776=_0x3a13d2;_0x9629bf[_0x4e6776(0x543)](),_0x9629bf['stopPropagation']();};return _0x2e142b(_0x3b9f05,{'children':[_0x2e142b('div',{'className':_0x54132b('univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':!_0x4cf4e7,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-0\x20univer-shadow-none':_0x5898c8,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none':!_0x5898c8,'-univer-top-12':!_0x5898c8&&_0x59c9bc!==_0x3a13d2(0x212),'univer-w-full':!_0x5898c8,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x5898c8&&_0x59c9bc==='docs-custom-block'}),'data-u-comp':_0x3a13d2(0xdf),'data-embed-floating-menu':_0x3a13d2(0x13e),'data-embed-id':_0x4693f7,'data-embed-float-stage':_0x4cf4e7?_0x3a13d2(0x562):_0x3a13d2(0x112),'data-base-render-version':_0x478b81,...jh(_0x4693f7),'onClick':_0x34d42d,'onDoubleClick':_0x34d42d,'onMouseDown':_0x487065,'onMouseUp':_0x34d42d,'onPointerDown':_0x487065,'onPointerUp':_0x34d42d,'children':[_0x3f62fa?_0x5bc716(yh,{'embedId':_0x4693f7,'activeView':_0x46ee67,'views':_0x268b7b,'addViewOpen':_0x32c14b,'onAddViewOpenChange':_0x56a9ad,'onActivateView':_0x38f6ad,'onAddView':_0x56b43d,'onSetViewAsFirst':_0x1e9811,'onMoveView':_0x9694c8,'onRenameView':_0x20d0e8,'onDuplicateView':_0x1e7628,'onConfigureView':_0x14512d=>_0x1ad0f7(_0x3a13d2(0x5b6),_0x14512d),'onDeleteView':_0x5c606b}):_0x5bc716(_0x3a13d2(0xfb),{'data-u-comp':'base-embed-view-slot','className':Ch,'children':_0x5bc716(Nh,{'activeView':_0x46ee67,'views':_0x268b7b,'onActivateView':_0x38f6ad,'embedId':_0x4693f7,'onAddView':_0x3990ca=>{const _0x5a12ba=_0x3a13d2;_0x1265ea(),_0x270f1a(_0x3990ca[_0x5a12ba(0x503)]());},'onConfigureView':_0x36ae27=>_0x1ad0f7(_0x3a13d2(0x5b6),_0x36ae27),'onDeleteView':()=>_0x5c606b(_0x46ee67['id'])})}),_0x5bc716(_0x3a13d2(0xfb),{'className':_0x54132b(_0x3a13d2(0x1a2),{'univer-min-w-0':_0x5898c8,'univer-min-w-max':!_0x5898c8}),'children':_0x2e142b(_0x3a13d2(0xfb),{'data-u-comp':_0x3a13d2(0x16b),'className':_0x54132b(_0x3a13d2(0x3e6),{'univer-w-full\x20univer-flex-1':_0x5898c8,[Ch]:!_0x5898c8}),'children':[_0x5bc716(_0x3eec3a,{'iconOnly':!_0x31ddd9,'className':_0x16e6ac,'renderTooltip':(_0xe4a619,_0x205278)=>_0x5bc716(af,{'title':_0xe4a619,'children':_0x205278}),'state':{...Ih(_0x46ee67,_0x53983f),'searchOpen':_0x2d840c[_0x3a13d2(0x23a)][_0x3a13d2(0x43c)],'searchQuery':_0x2d840c[_0x3a13d2(0x23a)][_0x3a13d2(0x659)],'searchActiveIndex':_0x2d840c[_0x3a13d2(0x23a)][_0x3a13d2(0x2ba)]},'onAddRecord':_0x1c2af=>_0x1c2af&&_0x1ad0f7(_0x3a13d2(0x5e2),_0x1c2af),'onCustomizeField':_0x2ddd31=>_0x1ad0f7(_0x3a13d2(0x438),_0x2ddd31),'onCustomizeKanban':_0x519ed8=>_0x1ad0f7(_0x3a13d2(0x375),_0x519ed8),'onCustomizeGallery':_0x48ab26=>_0x1ad0f7(_0x3a13d2(0x568),_0x48ab26),'onCalendarEventSettings':_0x3bfcb2=>_0x1ad0f7('calendarEventSettings',_0x3bfcb2),'onCalendarViewSettings':_0x513c76=>_0x1ad0f7(_0x3a13d2(0x63f),_0x513c76),'onViewSettings':_0x91126e=>_0x1ad0f7(_0x3a13d2(0x5b6),_0x91126e),'onFilter':_0x11cab0=>_0x1ad0f7('filter',_0x11cab0),'onGroup':_0x2bf735=>_0x1ad0f7(_0x3a13d2(0x315),_0x2bf735),'onSort':_0x320906=>_0x1ad0f7(_0x3a13d2(0x577),_0x320906),'onRowHeight':_0xc95ff=>_0x1ad0f7(_0x3a13d2(0xec),_0xc95ff),'onConditionalColoring':_0x4034db=>_0x1ad0f7(_0x3a13d2(0x1d9),_0x4034db),'onUndo':async()=>_0xb2eb05[_0x3a13d2(0x631)](_0x1b8f5f['id']),'onRedo':async()=>_0xb2eb05[_0x3a13d2(0x631)](_0x2ff8a6['id']),'onOpenSearch':()=>_0x4c304c[_0x3a13d2(0x6c7)](),'onSearchQueryChange':_0x151570=>_0x4c304c['setSearchQuery'](_0x151570),'onSearchPrevious':()=>_0x4c304c[_0x3a13d2(0x4b8)](Math[_0x3a13d2(0x33a)](0x0,(_0x2d840c[_0x3a13d2(0x23a)]['activeIndex']??0x0)-0x1)),'onSearchNext':()=>_0x4c304c['setSearchActiveIndex']((_0x2d840c[_0x3a13d2(0x23a)][_0x3a13d2(0x2ba)]??-0x1)+0x1),'onCloseSearch':()=>_0x4c304c[_0x3a13d2(0x3ec)](),'extraActions':_0x595755?_0x5bc716(_0x595755,{}):null}),_0x5ebaa0?_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x5e17ab,{'orientation':'vertical'}),_0x5bc716(of,{'hostUnitId':_0x9176a2,'embedId':_0x4693f7,'variant':'menu'}),_0x5bc716(Bh,{'title':_0x2ea5bc['t'](_0x3a13d2(0x4a3)),'className':_0x3a13d2(0x1e4),'onClick':_0x4916aa,'children':_0x5bc716(_0x52d672,{})})]}):null]})})]}),_0xcdf341?_0x1a081f(_0x5bc716(_0x3a13d2(0xfb),{'ref':_0x4dc7e6,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x4693f7,'data-embed-floating-menu-popup':'true','className':_0x3a13d2(0x666),'style':Hh(_0xcdf341),'onPointerDown':_0x1fda61=>_0x1fda61[_0x3a13d2(0x39a)](),'children':_0x5bc716(_0x1e2eaf,{'views':_0x297f53['map'](_0x384c56=>({..._0x384c56,'label':_0x2ea5bc['t'](_0x384c56[_0x3a13d2(0x378)]),'description':_0x2ea5bc['t'](_0x384c56[_0x3a13d2(0x142)])})),'onCreate':_0x56b43d})}),_0x16ba34??document['body']):null,_0x5bc716(_0x4cd92e,{'open':!!_0x3c22d1,'title':_0x2ea5bc['t'](_0x3a13d2(0x65a)),'description':_0x2ea5bc['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0x5c606b(null),'onConfirm':_0x1c5345}),_0x5898c8?_0x5bc716(hh,{'embedId':_0x4693f7,'childUnitId':_0x42ba2a,'base':_0x1273b5,'activeTable':_0x97a7ad}):null]});}function Nh(_0x136577){const _0x266325=_0x5878b6;var _0x38c83c;let {embedId:_0x2af60f,activeView:_0x1a16a8,views:_0x512987,onActivateView:_0x21f5a8,onAddView:_0x3026b6,onConfigureView:_0x5c8103,onDeleteView:_0x5c2a2d}=_0x136577,_0x1f2b13=_0x598ded(_0x301c59),{mountContainer:_0x54d982}=_0x2c70cc(_0x1786af),_0x268729=_0x2e0b5b(null),_0x137a84=_0x2e0b5b(null),[_0x43ed7b,_0x3f90f5]=_0x1b7202(!0x1),_0x15060e=_0x301afa=>{const _0x5b776b=_0x4fd0;_0x301afa['preventDefault'](),_0x301afa[_0x5b776b(0x39a)]();},_0x4bcfef=((_0x38c83c=_0x268729[_0x266325(0x634)])==null?void 0x0:_0x38c83c[_0x266325(0x503)]())??null;_0x404518(()=>{const _0xefaa1a=_0x266325;if(!_0x43ed7b)return;let _0x3bd12f=_0x33aecf=>{const _0xf3719b=_0x4fd0;var _0x429031,_0x4df063;let _0x24952b=_0x33aecf[_0xf3719b(0x6dd)]instanceof Node?_0x33aecf[_0xf3719b(0x6dd)]:null;!_0x24952b||(_0x429031=_0x268729['current'])!=null&&_0x429031[_0xf3719b(0x434)](_0x24952b)||(_0x4df063=_0x137a84[_0xf3719b(0x634)])!=null&&_0x4df063['contains'](_0x24952b)||_0x3f90f5(!0x1);},_0x148855=_0x5a0cf9=>{const _0x1e98e9=_0x4fd0;_0x5a0cf9[_0x1e98e9(0x2b1)]==='Escape'&&_0x3f90f5(!0x1);};return document['addEventListener']('pointerdown',_0x3bd12f,!0x0),document[_0xefaa1a(0x4be)](_0xefaa1a(0x357),_0x148855,!0x0),()=>{const _0x4029a6=_0xefaa1a;document[_0x4029a6(0x6fd)](_0x4029a6(0x2cf),_0x3bd12f,!0x0),document['removeEventListener']('keydown',_0x148855,!0x0);};},[_0x43ed7b]);let _0x2cb799=_0x2e142b(_0x4a289d,{'ref':_0x268729,'type':_0x266325(0x348),'size':_0x266325(0x2f8),'variant':_0x266325(0xcf),'className':_0x266325(0x417),'aria-label':_0x1f2b13['t']('embed-ui.basesFloating.viewSettings.title'),'onClick':_0x146186=>{const _0x51a1b2=_0x266325;_0x146186[_0x51a1b2(0x39a)](),_0x3f90f5(_0x2aecf5=>!_0x2aecf5);},'onMouseDown':_0x15060e,'onPointerDown':_0x15060e,'children':[_0x5bc716(_0x266325(0x30a),{'className':_0x266325(0x18c),'aria-hidden':_0x266325(0x13e),'children':_0x5bc716(_0x57e1fa,{'type':_0x1a16a8['type']})}),_0x5bc716(_0x266325(0x30a),{'className':_0x266325(0x106),'children':_0x1a16a8['name']}),_0x5bc716(_0x4fb849,{'className':'univer-size-3\x20univer-shrink-0'})]});return _0x2e142b(_0x3b9f05,{'children':[_0x5bc716(af,{'title':_0x1a16a8[_0x266325(0x25f)],'children':_0x2cb799}),_0x43ed7b&&_0x4bcfef?_0x1a081f(_0x2e142b('div',{'ref':_0x137a84,'data-u-comp':_0x266325(0x26f),'data-embed-id':_0x2af60f,'data-embed-floating-menu-popup':_0x266325(0x13e),'className':_0x266325(0x4fa),'style':Uh(_0x4bcfef),'onClick':_0x574af5=>_0x574af5[_0x266325(0x39a)](),'onMouseDown':_0x15060e,'onPointerDown':_0x15060e,'children':[_0x5bc716(_0x266325(0xfb),{'className':_0x266325(0x453),'children':_0x512987[_0x266325(0x28d)](_0x38db4e=>_0x5bc716(_0x4a289d,{'type':_0x266325(0x348),'variant':_0x266325(0xcf),'size':_0x266325(0x2f8),'className':_0x266325(0x56f),'onClick':_0x442bee=>{const _0x6ebded=_0x266325;_0x442bee[_0x6ebded(0x39a)](),_0x21f5a8(_0x38db4e['id']),_0x3f90f5(!0x1);},'children':_0x5bc716(Ph,{'icon':_0x5bc716(_0x57e1fa,{'type':_0x38db4e[_0x266325(0x27b)]}),'label':_0x38db4e[_0x266325(0x25f)],'trailing':_0x38db4e['id']===_0x1a16a8['id']?_0x5bc716('span',{'className':_0x266325(0x1b4)}):null})},_0x38db4e['id']))}),_0x5bc716(_0x5e17ab,{}),_0x5bc716(Fh,{'icon':_0x5bc716(_0x47e78f,{}),'label':_0x1f2b13['t'](_0x266325(0x115)),'onClick':()=>{const _0x53cdbf=_0x266325;let _0x58e1fe=_0x268729[_0x53cdbf(0x634)];_0x58e1fe&&_0x3026b6(_0x58e1fe),_0x3f90f5(!0x1);}}),_0x5bc716(Fh,{'icon':_0x5bc716(_0x44b5c0,{}),'label':_0x1f2b13['t']('embed-ui.basesFloating.viewSettings.configureView'),'onClick':()=>{const _0x55a2ef=_0x266325;let _0x2266c7=_0x268729[_0x55a2ef(0x634)];_0x2266c7&&_0x5c8103(_0x2266c7),_0x3f90f5(!0x1);}}),_0x5bc716(Fh,{'danger':!0x0,'disabled':_0x512987['length']<=0x1,'icon':_0x5bc716(_0x52d672,{}),'label':_0x1f2b13['t'](_0x266325(0x278)),'onClick':()=>{_0x5c2a2d(),_0x3f90f5(!0x1);}})]}),_0x54d982??document[_0x266325(0x43a)]):null]});}function Ph(_0x368cdd){const _0x2fc15f=_0x5878b6;let {icon:_0x30a3f4,label:_0x48fbbe,trailing:_0x382e63}=_0x368cdd;return _0x2e142b(_0x2fc15f(0x30a),{'className':_0x2fc15f(0x2ab),'children':[_0x5bc716(_0x2fc15f(0x30a),{'className':'univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','aria-hidden':_0x2fc15f(0x13e),'children':_0x30a3f4}),_0x5bc716(_0x2fc15f(0x30a),{'className':_0x2fc15f(0x652),'children':_0x48fbbe}),_0x5bc716(_0x2fc15f(0x30a),{'className':'univer-grid\x20univer-size-[18px]\x20univer-place-items-center','children':_0x382e63})]});}function Fh(_0x482deb){const _0x2ee8d3=_0x5878b6;let {danger:_0xe92579,disabled:_0x439ccf,icon:_0x2d2142,label:_0x1b463a,onClick:_0x5f09cd}=_0x482deb;return _0x5bc716(_0x4a289d,{'type':_0x2ee8d3(0x348),'variant':_0x2ee8d3(0xcf),'size':_0x2ee8d3(0x2f8),'disabled':_0x439ccf,'className':_0x54132b(_0x2ee8d3(0x56f),_0xe92579&&_0x2ee8d3(0x48e)),'onClick':_0xd59893=>{const _0x401652=_0x2ee8d3;_0xd59893[_0x401652(0x39a)](),_0x5f09cd();},'children':_0x5bc716(Ph,{'icon':_0x2d2142,'label':_0x1b463a})});}function Ih(_0x2ee0bf,_0x2baa86={}){const _0x3fa1d9=_0x5878b6;var _0x556de2,_0x2fc849,_0x85b39e;let _0x14570c=_0x2ee0bf[_0x3fa1d9(0x6a1)]??{},_0x9bcfad=_0x14570c[_0x3fa1d9(0x1d9)],_0xf716f5=Array[_0x3fa1d9(0x27d)](_0x9bcfad==null?void 0x0:_0x9bcfad[_0x3fa1d9(0x20d)])?_0x9bcfad[_0x3fa1d9(0x20d)][_0x3fa1d9(0x102)]:0x0;return{'viewType':_0x2ee0bf[_0x3fa1d9(0x27b)],'filterCount':((_0x556de2=_0x2ee0bf['filter'])==null||(_0x556de2=_0x556de2['conditions'])==null?void 0x0:_0x556de2[_0x3fa1d9(0x102)])??0x0,'groupCount':((_0x2fc849=_0x2ee0bf['group'])==null?void 0x0:_0x2fc849[_0x3fa1d9(0x102)])??0x0,'sortCount':((_0x85b39e=_0x2ee0bf[_0x3fa1d9(0x577)])==null?void 0x0:_0x85b39e[_0x3fa1d9(0x102)])??0x0,'rowHeightActive':!!(_0x14570c[_0x3fa1d9(0xec)]&&_0x14570c[_0x3fa1d9(0xec)]!=='medium'),'conditionalColoringActive':_0xf716f5>0x0,'conditionalColoringCount':_0xf716f5,'canUndo':(_0x2baa86[_0x3fa1d9(0x1a6)]??0x0)>0x0,'canRedo':(_0x2baa86[_0x3fa1d9(0x5bc)]??0x0)>0x0};}function Lh(_0x52cb65,_0x2f26c2){const _0x2ddbf0=_0x5878b6;if(_0x52cb65)return(_0x2f26c2?_0x52cb65[_0x2ddbf0(0x5d8)][_0x2f26c2]:void 0x0)??bh(_0x52cb65)[0x0];}function Rh(_0x44dfc4){const _0x55a2d5=_0x5878b6;var _0x4b3d08;return(_0x44dfc4==null||(_0x4b3d08=_0x44dfc4[_0x55a2d5(0x7d)])==null?void 0x0:_0x4b3d08[_0x55a2d5(0x28d)](_0x5c0911=>_0x44dfc4['views'][_0x5c0911])[_0x55a2d5(0x273)](_0x1a2464=>!!_0x1a2464))??[];}function zh(_0x25c652,_0x5dcb0e){const _0x42b44e=_0x5878b6;if(_0x25c652)return(_0x5dcb0e?_0x25c652[_0x42b44e(0x671)][_0x5dcb0e]:void 0x0)??Rh(_0x25c652)[0x0];}function Bh(_0x30502a){const _0x1bc7b9=_0x5878b6;let {children:_0x5ee02c,title:_0x6b414f,className:_0x38ac95,onClick:_0x251b8d}=_0x30502a;return _0x5bc716(af,{'title':_0x6b414f,'children':_0x5bc716(_0x4a289d,{'type':_0x1bc7b9(0x348),'size':_0x1bc7b9(0x2f8),'variant':'ghost','className':_0x54132b('univer-size-6\x20univer-p-0',_0x38ac95),'aria-label':_0x6b414f,'onClick':_0x85c0e9=>_0x251b8d(_0x85c0e9[_0x1bc7b9(0x37f)]),'children':_0x5ee02c})});}function Vh(_0x37f676){const _0x42c6f3=_0x5878b6;return{'x':_0x37f676['x'],'y':_0x37f676['y'],'width':_0x37f676['width'],'height':_0x37f676[_0x42c6f3(0x2e8)]};}function Hh(_0xdaa51e){const _0x414a1=_0x5878b6;let _0x46638f=_0x38b1c3(_0xdaa51e,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x46638f['top'],'left':_0x46638f['left'],'maxHeight':_0x46638f[_0x414a1(0x29c)]};}function Uh(_0x25c5a4){const _0x4f62ac=_0x5878b6;let _0x108e4a=_0x38b1c3({'left':_0x25c5a4['right']-0xd0,'right':_0x25c5a4['right'],'top':_0x25c5a4[_0x4f62ac(0x5c3)],'bottom':_0x25c5a4['bottom'],'width':0xd0,'height':_0x25c5a4[_0x4f62ac(0x2e8)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x108e4a[_0x4f62ac(0x5c3)],'left':_0x108e4a[_0x4f62ac(0x8a)],'maxHeight':_0x108e4a[_0x4f62ac(0x29c)]};}function Wh(_0x52c4b8){const _0x4fac13=_0x5878b6;fm(_0x52c4b8,_0x4fac13(0xd6),Gh);}function Gh(_0x56d9a5){const _0x3dfcea=_0x5878b6;_0x56d9a5[_0x3dfcea(0x6d0)](_0x216ed2)||_0x56d9a5['add']([_0x216ed2]),_0x56d9a5['has'](_0x54b0a1)||_0x56d9a5[_0x3dfcea(0x36d)]([_0x54b0a1,{'useFactory':()=>_0x56d9a5[_0x3dfcea(0x96)](as)}]),_0x56d9a5[_0x3dfcea(0x6d0)](_0x21639b)||_0x56d9a5[_0x3dfcea(0x36d)]([_0x21639b,{'useFactory':()=>_0x56d9a5[_0x3dfcea(0x96)](is)}]),_0x56d9a5[_0x3dfcea(0x6d0)](_0x2fd953)||_0x56d9a5[_0x3dfcea(0x36d)]([_0x2fd953,{'useFactory':()=>_0x56d9a5[_0x3dfcea(0x96)](Gu)}]),_0x56d9a5[_0x3dfcea(0x6d0)](_0x478ed6)||_0x56d9a5[_0x3dfcea(0x36d)]([_0x478ed6,{'useFactory':()=>_0x56d9a5['get'](Z)}]),_0x56d9a5[_0x3dfcea(0x6d0)](_0x14a220)||_0x56d9a5[_0x3dfcea(0x36d)]([_0x14a220,{'useFactory':()=>qh({'embedModelService':_0x56d9a5[_0x3dfcea(0x96)](_0x39c782),'restoreService':_0x56d9a5['get'](Ku),'mountService':_0x56d9a5[_0x3dfcea(0x96)](Gc),'activationService':_0x56d9a5['get'](Jc)})}]);let _0x1cdde8=_0x56d9a5[_0x3dfcea(0x96)](_0x2269a3),_0x56b33a=_0x56d9a5[_0x3dfcea(0x96)](xc),_0x4ce17a=_0x56d9a5[_0x3dfcea(0x96)](yc),_0x5e5eee=_0x56d9a5['get'](rs),_0x562e65=_0x56d9a5[_0x3dfcea(0x96)](bc),_0x5686f8=_0x56d9a5['get'](Wu),_0x58c26a=_0x56d9a5[_0x3dfcea(0x96)](ad),_0x3173b5=Nm(_0x56d9a5[_0x3dfcea(0x6d0)](_0x385558)?_0x56d9a5[_0x3dfcea(0x96)](_0x385558):void 0x0,_0x56d9a5['has'](_0x384701)?_0x56d9a5[_0x3dfcea(0x96)](_0x384701):void 0x0,()=>_0x56d9a5[_0x3dfcea(0x6d0)](_0x1bdb2b)?_0x56d9a5[_0x3dfcea(0x96)](_0x1bdb2b):void 0x0);_0x1cdde8[_0x3dfcea(0x96)](_0x3173b5[_0x3dfcea(0x5eb)],_0x3173b5[_0x3dfcea(0x289)])||_0x1cdde8[_0x3dfcea(0x334)](_0x3173b5);let _0x4b4962=Pm();_0x56b33a['get'](_0x4b4962['hostType'],_0x4b4962[_0x3dfcea(0x289)])||_0x56b33a[_0x3dfcea(0x334)](_0x4b4962);let _0x20dfc5=Wm(_0x56d9a5[_0x3dfcea(0x96)](_0x20e3ee),_0x56d9a5[_0x3dfcea(0x96)](_0x216ed2));_0x4ce17a[_0x3dfcea(0x96)](_0x20dfc5[_0x3dfcea(0x1ec)])||_0x4ce17a[_0x3dfcea(0x334)](_0x20dfc5);let _0x2307fb=Sm();_0x5e5eee[_0x3dfcea(0x96)](_0x2307fb['childType'])||_0x5e5eee[_0x3dfcea(0x334)](_0x2307fb),wh()[_0x3dfcea(0x684)](_0x595ae7=>{const _0x336ce2=_0x3dfcea;_0x562e65[_0x336ce2(0x5fa)](_0x595ae7[_0x336ce2(0x5eb)],_0x595ae7[_0x336ce2(0x289)],_0x595ae7[_0x336ce2(0x1ec)])||_0x562e65[_0x336ce2(0x334)](_0x595ae7);}),_0x5686f8[_0x3dfcea(0x5be)](vf(_0x56d9a5,{'childType':_0x152567[_0x3dfcea(0x39f)],'renderManagerService':_0x4fb5e9})),Kh(_0x56d9a5),_0x58c26a[_0x3dfcea(0x96)](_0x152567[_0x3dfcea(0x39f)])||_0x58c26a[_0x3dfcea(0x334)](Bm(_0x56d9a5));}function Kh(_0x231102){const _0x511e1d=_0x5878b6;let _0x1f1a29=_0x231102['get'](mf);_0x1f1a29[_0x511e1d(0x96)](_0x152567[_0x511e1d(0x39f)])||!_0x231102[_0x511e1d(0x6d0)](_0x1bdb2b)||!_0x231102[_0x511e1d(0x6d0)](_0xd1f1ba)||!_0x231102[_0x511e1d(0x6d0)](_0x2664fe)||_0x1f1a29[_0x511e1d(0x334)](_0x231102[_0x511e1d(0x398)](Cm));}function qh(_0x2179a6){return{'mountTableList':async _0x24a120=>{const _0x3eae2b=_0x4fd0;let _0x1de744=_0x2179a6[_0x3eae2b(0x247)][_0x3eae2b(0x6b2)](_0x24a120[_0x3eae2b(0x27f)],_0x24a120['embedId']);if(!_0x1de744&&_0x24a120[_0x3eae2b(0x4d3)]&&(_0x1de744={'embedId':_0x24a120['embedId'],'hostUnitId':_0x24a120[_0x3eae2b(0x27f)],'hostType':_0x152567[_0x3eae2b(0x39f)],'entry':_0x3eae2b(0x1b0),'hostAnchorId':_0x24a120[_0x3eae2b(0x6f7)],'childUnitId':_0x24a120['childUnitId'],'childType':_0x24a120[_0x3eae2b(0x1ec)],'source':{'unitType':_0x24a120[_0x3eae2b(0x1ec)],'ref':{'file':{'kind':_0x661a7[_0x3eae2b(0x497)]},'unit':{'selector':_0x24a120[_0x3eae2b(0x4d3)],'type':_0x2ff37f(_0x24a120[_0x3eae2b(0x1ec)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x3eae2b(0x1d8),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x1de744||_0x1de744['hostAnchorId']!==_0x24a120[_0x3eae2b(0x6f7)])&&((!_0x1de744[_0x3eae2b(0x4d3)]||_0x1de744[_0x3eae2b(0x1ec)]==null)&&(_0x1de744=await _0x2179a6[_0x3eae2b(0x277)][_0x3eae2b(0x446)]({'descriptor':_0x1de744})),!(!_0x1de744['childUnitId']||_0x1de744[_0x3eae2b(0x1ec)]==null)))return _0x2179a6[_0x3eae2b(0x658)]['mount'](_0x1de744),_0x2179a6[_0x3eae2b(0x2ac)]['activateTab'](_0x1de744),_0x139183(()=>{const _0x3aa553=_0x3eae2b;_0x2179a6[_0x3aa553(0x2ac)][_0x3aa553(0x3b9)](_0x24a120['embedId']),_0x2179a6[_0x3aa553(0x658)]['unmount'](_0x24a120[_0x3aa553(0x1a0)]);});}};}let Jh=class extends _0x4c5370{constructor(_0x36386d,_0x504b73,_0x393c3f,_0x15bf47,_0x19ade0,_0x24adb1,_0x468c73,_0x4dcd05){const _0x213971=_0x5878b6;if(super(),this['_context']=_0x36386d,this['_embedModelService']=_0x504b73,this[_0x213971(0x40c)]=_0x393c3f,this['_boardElementService']=_0x15bf47,this[_0x213971(0x22c)]=_0x19ade0,this[_0x213971(0x1cd)]=_0x24adb1,this['_configService']=_0x468c73,this[_0x213971(0x58e)]=_0x4dcd05,X(this,_0x213971(0x423),new Map()),X(this,_0x213971(0x89),void 0x0),X(this,_0x213971(0x4f1),_0x3beacd=>{const _0x13296=_0x213971;var _0x3ee99c,_0x27ffb0;let _0x19cb79=(_0x3ee99c=(_0x27ffb0=this['_context'][_0x13296(0x14c)])[_0x13296(0x534)])==null?void 0x0:_0x3ee99c[_0x13296(0x610)](_0x27ffb0);return _0x19cb79?(_0x19cb79[_0x13296(0x198)](new WheelEvent(_0x13296(0x443),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x3beacd[_0x13296(0x1eb)],'clientY':_0x3beacd['clientY'],'ctrlKey':_0x3beacd[_0x13296(0x6c0)],'deltaMode':_0x3beacd[_0x13296(0x5ca)],'deltaX':_0x3beacd[_0x13296(0x3a8)],'deltaY':_0x3beacd['deltaY'],'deltaZ':_0x3beacd[_0x13296(0x20e)],'metaKey':_0x3beacd['metaKey'],'shiftKey':_0x3beacd[_0x13296(0x2a4)]})),!0x0):!0x1;}),X(this,_0x213971(0x35c),_0x265bf3=>{const _0x365f43=_0x213971;var _0x4b26ca,_0x19c0da;let _0xaf9992=(_0x4b26ca=(_0x19c0da=this[_0x365f43(0x649)][_0x365f43(0x14c)])['getCanvasElement'])==null?void 0x0:_0x4b26ca[_0x365f43(0x610)](_0x19c0da);if(!_0xaf9992)return null;let _0x432c30=_0x265bf3;for(;_0x432c30&&!_0x432c30['contains'](_0xaf9992);)_0x432c30=_0x432c30['parentElement'];return _0x432c30;}),Promise['resolve']()['then'](()=>this[_0x213971(0x611)]()),typeof document<'u'){let _0x542aa2=_0x4dd990=>this['_handleDragStart'](_0x4dd990);document[_0x213971(0x4be)](Bd,_0x542aa2),this[_0x213971(0x45b)](_0x139183(()=>document[_0x213971(0x6fd)](Bd,_0x542aa2)));}this[_0x213971(0x45b)](this[_0x213971(0x58e)][_0x213971(0x7c)](_0x415356=>{const _0x301a4b=_0x213971;(_0x415356['id']===_0x1d21b5['id']||_0x415356['id']===_0x3bb127['id']||_0x415356['id']===_0x32e73c['id']||_0x415356['id']===_0x36ba06['id'])&&this[_0x301a4b(0x611)]();})),[this[_0x213971(0x4e8)][_0x213971(0xb9)],this[_0x213971(0x4e8)][_0x213971(0x2b7)],this[_0x213971(0x4e8)][_0x213971(0x381)]][_0x213971(0x684)](_0x2c0a1a=>{const _0x53f85a=_0x213971;let _0x5c7799=_0x2c0a1a[_0x53f85a(0x19d)](_0xee93aa=>{const _0x24b03e=_0x53f85a;_0xee93aa[_0x24b03e(0x3f3)](_0x36fa46=>_0x36fa46[_0x24b03e(0x1bc)]===this['_context'][_0x24b03e(0x1bc)])&&this['_sync']();});this[_0x53f85a(0x45b)](_0x139183(()=>_0x5c7799[_0x53f85a(0x632)]()));});}[_0x5878b6(0x3ef)](){const _0x4c9686=_0x5878b6;var _0x41be59;(_0x41be59=this[_0x4c9686(0x89)])==null||_0x41be59[_0x4c9686(0x610)](this),this['_activeDragCleanup']=void 0x0,this[_0x4c9686(0x423)][_0x4c9686(0x684)](_0x422d15=>_0x422d15[_0x4c9686(0x3ef)]()),this[_0x4c9686(0x423)][_0x4c9686(0x120)](),super['dispose']();}[_0x5878b6(0x611)](){const _0x12b50e=_0x5878b6;let _0x32c22f=this[_0x12b50e(0x649)][_0x12b50e(0x1bc)];if(this[_0x12b50e(0x4a5)][_0x12b50e(0x327)](_0x32c22f)[_0x12b50e(0x102)]>0x0){this['_clearItems']();return;}let _0x5245f6=this['_boardElementService'][_0x12b50e(0x1ed)](_0x32c22f),_0x5ed48e=new Set();this['_embedModelService'][_0x12b50e(0x445)](_0x32c22f)[_0x12b50e(0x273)](_0x1ff9f2=>_0x1ff9f2[_0x12b50e(0x289)]===_0x16334e['BoardsFloatingObject'])[_0x12b50e(0x684)](_0x5eaaf1=>{const _0x38c208=_0x12b50e;let _0x524ae2=Object[_0x38c208(0x672)](_0x5245f6)['find'](_0x50e0a3=>{const _0x2d1681=_0x38c208;var _0x53a94c;return _0x1a30a4((_0x53a94c=_0x50e0a3['data'][_0x5eaaf1[_0x2d1681(0x6f7)]])==null?void 0x0:_0x53a94c[_0x2d1681(0x13d)]);}),_0x1a5848=_0x524ae2==null?void 0x0:_0x524ae2[_0x38c208(0x280)][_0x5eaaf1['hostAnchorId']],_0x538fdb=_0x1a5848==null?void 0x0:_0x1a5848[_0x38c208(0x13d)];if(!_0x524ae2||!_0x1a5848||!_0x1a30a4(_0x538fdb))return;let _0x10d825=_0x4ee9a0(_0x538fdb),_0x2d6f31=this['_itemId'](_0x5eaaf1[_0x38c208(0x6f7)]);_0x5ed48e[_0x38c208(0x36d)](_0x2d6f31);let _0x5dd05d={'left':_0x538fdb['transform'][_0x38c208(0x8a)]??0x0,'top':_0x538fdb[_0x38c208(0x4bb)][_0x38c208(0x5c3)]??0x0,'width':_0x538fdb['transform'][_0x38c208(0x6c9)]??0x230,'height':_0x538fdb[_0x38c208(0x4bb)][_0x38c208(0x2e8)]??0x168},_0x3ea799=()=>_0x481dd4(df,{'data':{'version':0x1,'embedId':_0x5eaaf1['embedId'],'hostUnitId':_0x32c22f,'hostAnchorId':_0x5eaaf1['hostAnchorId'],'childUnitId':_0x5eaaf1[_0x38c208(0x4d3)]??(_0x10d825==null?void 0x0:_0x10d825[_0x38c208(0x4d3)]),'childType':_0x5eaaf1[_0x38c208(0x1ec)]??(_0x10d825==null?void 0x0:_0x10d825['childType'])},'enableStage1BodyDrag':!0x0,'hostFloatDomLayout$':this[_0x38c208(0x1cd)]['state$'],'onHostWheel':this[_0x38c208(0x4f1)],'resolveHostWheelGestureRoot':this[_0x38c208(0x35c)],'onRuntimeStageEnter':_0x1b68d9=>this[_0x38c208(0x5e6)](_0x1b68d9!=='stage2',_0x1a5848['subUnitId'],_0x5eaaf1[_0x38c208(0x6f7)])});this[_0x38c208(0x423)][_0x38c208(0x6d0)](_0x2d6f31)?this[_0x38c208(0x40c)][_0x38c208(0x6a7)](_0x2d6f31,{'rect':_0x5dd05d,'content':_0x3ea799}):this[_0x38c208(0x423)][_0x38c208(0x5ad)](_0x2d6f31,this['_domLayerService'][_0x38c208(0x266)]({'id':_0x2d6f31,'unitId':_0x32c22f,'subUnitId':_0x1a5848[_0x38c208(0x259)],'elementId':_0x5eaaf1[_0x38c208(0x6f7)],'rect':_0x5dd05d,'content':_0x3ea799,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x12b50e(0x423)]['forEach']((_0x20751b,_0x12ad96)=>{const _0x4ac755=_0x12b50e;_0x5ed48e[_0x4ac755(0x6d0)](_0x12ad96)||(_0x20751b['dispose'](),this[_0x4ac755(0x423)][_0x4ac755(0x66b)](_0x12ad96));});}[_0x5878b6(0x606)](_0x348e93){const _0x52ee92=_0x5878b6;return'board-embed:'+this['_context'][_0x52ee92(0x1bc)]+':'+_0x348e93;}['_selectAnchor'](_0x10a433,_0x56ce4d){const _0x42c040=_0x5878b6;this[_0x42c040(0x22c)]['selectElements']({'unitId':this['_context']['unitId'],'subUnitId':_0x10a433},[_0x56ce4d],_0x56ce4d);}[_0x5878b6(0x5e6)](_0x43f2b5,_0x2a4ace,_0x3facce){const _0x18997c=_0x5878b6;if(_0x43f2b5){this['_selectAnchor'](_0x2a4ace,_0x3facce);return;}this[_0x18997c(0x22c)]['clearSelection']();}[_0x5878b6(0x224)](_0x2ee8ad){const _0x51c69b=_0x5878b6;var _0x3c7d83,_0x5b8f4d,_0xaf8460,_0x13748a;let _0x190ea5=_0x2ee8ad[_0x51c69b(0x320)];if(!_0x190ea5||_0x190ea5[_0x51c69b(0x178)]!==this[_0x51c69b(0x649)][_0x51c69b(0x1bc)])return;let _0x17d5b7=this[_0x51c69b(0x4e8)][_0x51c69b(0x1ed)](this['_context'][_0x51c69b(0x1bc)]),_0x4d45e9=Object[_0x51c69b(0x672)](_0x17d5b7)[_0x51c69b(0x64a)](_0x345fde=>_0x345fde[_0x51c69b(0x280)][_0x190ea5[_0x51c69b(0x6f7)]]),_0x25aef0=_0x4d45e9==null?void 0x0:_0x4d45e9[_0x51c69b(0x280)][_0x190ea5[_0x51c69b(0x6f7)]];if(!_0x4d45e9||!_0x25aef0||!_0x1a30a4(_0x25aef0['element'])||((_0x3c7d83=_0x4ee9a0(_0x25aef0['element']))==null?void 0x0:_0x3c7d83[_0x51c69b(0x1a0)])!==_0x190ea5[_0x51c69b(0x1a0)])return;let _0x3897e9=(_0x5b8f4d=(_0xaf8460=this[_0x51c69b(0x649)][_0x51c69b(0x14c)])[_0x51c69b(0x534)])==null?void 0x0:_0x5b8f4d[_0x51c69b(0x610)](_0xaf8460);if(!_0x3897e9)return;(_0x13748a=this[_0x51c69b(0x89)])==null||_0x13748a[_0x51c69b(0x610)](this),this['_selectAnchor'](_0x25aef0[_0x51c69b(0x259)],_0x190ea5[_0x51c69b(0x6f7)]),this['_setAnchorTransformerVisible'](!0x1,_0x25aef0[_0x51c69b(0x259)],_0x190ea5[_0x51c69b(0x6f7)]);let _0x4517dd=_0x25aef0[_0x51c69b(0x13d)],_0x3e0d70=_0x4517dd['transform']['left']??0x0,_0x3d50e4=_0x4517dd[_0x51c69b(0x4bb)][_0x51c69b(0x5c3)]??0x0,_0x3b01a7=this[_0x51c69b(0x1cd)][_0x51c69b(0x263)](),_0xfa3f57=_0x4cd71e(this['_configService'][_0x51c69b(0x24e)](_0x2d9f04)??void 0x0),_0x1b618e=_0x143910(_0x3897e9,_0x190ea5[_0x51c69b(0x1eb)],_0x190ea5['clientY'],{'zoomRatio':_0x3b01a7['zoomRatio'],'panOffset':_0x3b01a7[_0x51c69b(0x128)]},_0xfa3f57),_0x1d551e=document[_0x51c69b(0x525)]??window,_0x18bb64=(_0x2aafcf,_0x123786)=>{const _0x1e4026=_0x51c69b;let _0x45e878=this[_0x1e4026(0x1cd)][_0x1e4026(0x263)](),_0x1d3c23=_0x143910(_0x3897e9,_0x2aafcf,_0x123786,{'zoomRatio':_0x45e878[_0x1e4026(0x538)],'panOffset':_0x45e878[_0x1e4026(0x128)]},_0xfa3f57);return{'left':_0x3e0d70+_0x1d3c23['x']-_0x1b618e['x'],'top':_0x3d50e4+_0x1d3c23['y']-_0x1b618e['y']};},_0x758f32=(_0x59c71c,_0x3b6b52)=>{const _0x365c8f=_0x51c69b;let _0x29c4c4=_0x18bb64(_0x59c71c,_0x3b6b52);return this[_0x365c8f(0x40c)][_0x365c8f(0x6a7)](this['_itemId'](_0x190ea5[_0x365c8f(0x6f7)]),{'rect':{..._0x29c4c4,'width':_0x4517dd[_0x365c8f(0x4bb)][_0x365c8f(0x6c9)]??0x230,'height':_0x4517dd[_0x365c8f(0x4bb)]['height']??0x168}}),_0x29c4c4;},_0x31cfb0=_0x57bada=>_0x190ea5[_0x51c69b(0x243)]==null||_0x57bada[_0x51c69b(0x243)]===_0x190ea5[_0x51c69b(0x243)],_0xddc09e=()=>{},_0x3717f1=_0x2628e8=>{const _0x3bb174=_0x51c69b;_0x31cfb0(_0x2628e8)&&(_0x2628e8['preventDefault'](),_0x758f32(_0x2628e8['clientX'],_0x2628e8[_0x3bb174(0x449)]));},_0x17d003=async _0x4f246c=>{const _0x5d56a4=_0x51c69b;if(!_0x31cfb0(_0x4f246c))return;_0xddc09e(),_0x4f246c[_0x5d56a4(0x543)]();let _0x575acb=_0x758f32(_0x4f246c['clientX'],_0x4f246c[_0x5d56a4(0x449)]);await this[_0x5d56a4(0x58e)][_0x5d56a4(0x631)](_0x284e97['id'],{'unitId':this[_0x5d56a4(0x649)][_0x5d56a4(0x1bc)],'subUnitId':_0x25aef0[_0x5d56a4(0x259)],'elementId':_0x190ea5[_0x5d56a4(0x6f7)],'element':_0x4517dd,'transform':{..._0x25aef0[_0x5d56a4(0x4bb)],..._0x575acb}})[_0x5d56a4(0x16f)](()=>{const _0x38d6ce=_0x5d56a4;this[_0x38d6ce(0x611)](),this[_0x38d6ce(0x5e6)](!0x0,_0x25aef0[_0x38d6ce(0x259)],_0x190ea5[_0x38d6ce(0x6f7)]);});},_0x32be83=_0xa0ae0a=>{const _0x34fd9d=_0x51c69b;_0x31cfb0(_0xa0ae0a)&&(_0xddc09e(),this['_sync'](),this[_0x34fd9d(0x5e6)](!0x0,_0x25aef0[_0x34fd9d(0x259)],_0x190ea5[_0x34fd9d(0x6f7)]));};_0xddc09e=()=>{const _0x381d51=_0x51c69b;_0x1d551e[_0x381d51(0x6fd)]('pointermove',_0x3717f1),_0x1d551e[_0x381d51(0x6fd)]('pointerup',_0x17d003),_0x1d551e[_0x381d51(0x6fd)](_0x381d51(0x2ee),_0x32be83),this[_0x381d51(0x89)]===_0xddc09e&&(this[_0x381d51(0x89)]=void 0x0);},_0x1d551e[_0x51c69b(0x4be)](_0x51c69b(0x6ff),_0x3717f1),_0x1d551e[_0x51c69b(0x4be)](_0x51c69b(0x333),_0x17d003),_0x1d551e[_0x51c69b(0x4be)](_0x51c69b(0x2ee),_0x32be83),this[_0x51c69b(0x89)]=_0xddc09e;}[_0x5878b6(0x3f4)](){const _0x89241f=_0x5878b6;this[_0x89241f(0x423)]['forEach'](_0x3a6c85=>_0x3a6c85[_0x89241f(0x3ef)]()),this[_0x89241f(0x423)][_0x89241f(0x120)]();}};Jh=fs([$(0x1,_0x431841(_0x39c782)),$(0x2,_0x431841(_0x235894)),$(0x3,_0x431841(_0x3d4b04)),$(0x4,_0x431841(_0x12c047)),$(0x5,_0x431841(_0x93f5a8)),$(0x6,_0x17bf93),$(0x7,_0x20e3ee)],Jh);function Yh(){const _0x567c14=_0x5878b6;return{...vm({'childType':_0x152567[_0x567c14(0x43f)],'productName':_0x567c14(0x457),'hostChromeMode':_0x567c14(0x34b)}),'presentationPolicy':{'getChromeCss':()=>_0x567c14(0x5da)}};}function Xh(){const _0x942363=_0x5878b6;return{'hostType':_0x152567['UNIVER_BOARD'],'entry':_0x16334e[_0x942363(0x66e)],'layout':'scroll-contained','supportedLayouts':['scroll-contained',_0x942363(0x64b),_0x942363(0x99)],'menuBehavior':_0x942363(0x680)};}function Zh(){const _0x4a968e=_0x5878b6;return{'childType':_0x152567[_0x4a968e(0x43f)],'handleWheel':_0x2fb92f=>{const _0x1e8283=_0x4a968e;let _0x1b916a=_0x2fb92f['runtimeScope'][_0x1e8283(0x391)];if(!(_0x1b916a!=null&&_0x1b916a['has'](_0x93f5a8)))return!0x1;let _0x13dc9a=(_0x2fb92f['runtimeScope'][_0x1e8283(0x6d9)][_0x1e8283(0x41d)]['querySelector'](_0x1e8283(0x4b2))??_0x2fb92f[_0x1e8283(0x44c)][_0x1e8283(0x6d9)][_0x1e8283(0x41d)])[_0x1e8283(0x503)](),_0x49171f=_0x4cd71e(_0x1b916a[_0x1e8283(0x6d0)](_0x17bf93)?_0x1b916a[_0x1e8283(0x96)](_0x17bf93)['getConfig'](_0x2d9f04):void 0x0),_0x22ca2b=_0x2b0f24({'event':_0x2fb92f['event'],'interactionConfig':_0x49171f,'viewportRect':_0x13dc9a});if(_0x22ca2b[_0x1e8283(0x27b)]===_0x1e8283(0x34b))return!0x1;let _0x3c76f6=_0x1b916a['get'](_0x93f5a8);return _0x22ca2b[_0x1e8283(0x27b)]===_0x1e8283(0x621)?_0x3c76f6[_0x1e8283(0x15d)](_0x22ca2b[_0x1e8283(0x46a)]):_0x3c76f6['setZoomRatioAtViewportPoint'](_0x3c76f6['getState']()[_0x1e8283(0x538)]*_0x22ca2b[_0x1e8283(0x24f)],_0x22ca2b['viewportPoint']),!0x0;}};}function Qh(_0x3fbf6c){const _0x2d1dfb=_0x5878b6;return{'childType':_0x152567[_0x2d1dfb(0x43f)],'supportedLayouts':[_0x2d1dfb(0x50b),_0x2d1dfb(0x3cc),_0x2d1dfb(0x68d)],'scopedDependencies':_0x3d8f4d[_0x2d1dfb(0xaf)](_0x3fbf6c),'beforeDeactivate':$h,'mount':eg};}function $h(_0x358bc3){const _0x11708d=_0x5878b6;let _0x2ce88b=_0x358bc3['runtimeScope'][_0x11708d(0x391)];if(_0x2ce88b[_0x11708d(0x6d0)](_0x2f3fd0)&&_0x2ce88b['get'](_0x2f3fd0)[_0x11708d(0x49b)](),_0x2ce88b[_0x11708d(0x6d0)](_0x4e7620)&&_0x2ce88b[_0x11708d(0x96)](_0x4e7620)['cancelEditing'](),_0x2ce88b['has'](_0x12c047)){let _0x1cfe4b=_0x2ce88b['get'](_0x12c047);_0x1cfe4b['clearActiveEditing'](),_0x1cfe4b['clearSelection']();}}function eg(_0x1d9f5c){const _0x25a7cd=_0x5878b6;var _0x32dbe0,_0x1194d8;let _0x3d391d=_0x1d9f5c[_0x25a7cd(0x391)][_0x25a7cd(0x96)](_0x384701)[_0x25a7cd(0x4cb)](_0x1d9f5c[_0x25a7cd(0x4d3)],_0x152567[_0x25a7cd(0x43f)]),_0x455d8b=_0x1d9f5c[_0x25a7cd(0x44c)][_0x25a7cd(0x391)];if(!_0x3d391d||!_0x455d8b)return;let _0x477442=_0x1d9f5c[_0x25a7cd(0x391)][_0x25a7cd(0x96)](_0x4fb5e9),_0x4a45a9=kc(_0x477442,_0x1d9f5c[_0x25a7cd(0x4d3)],_0x455d8b);if(!_0x4a45a9)return;let _0x48488d=al(_0x1d9f5c[_0x25a7cd(0x44c)][_0x25a7cd(0x6d9)][_0x25a7cd(0x41d)]);_0x48488d[_0x25a7cd(0x66d)](_0x2e142b(Yc,{'injector':_0x455d8b,'mountContainer':_0x1d9f5c[_0x25a7cd(0x44c)][_0x25a7cd(0x6d9)][_0x25a7cd(0x555)],'embedId':_0x1d9f5c[_0x25a7cd(0x1a0)],'children':[_0x5bc716(_0x141f0c,{'embedded':_0x1d9f5c[_0x25a7cd(0x6b3)][_0x25a7cd(0x67a)]===_0x25a7cd(0x45f)&&!_0x1d9f5c[_0x25a7cd(0x6b3)][_0x25a7cd(0x5e7)],'fitOnMount':!0x1,'showZoomControls':_0x1d9f5c[_0x25a7cd(0x6b3)]['mode']==='tab'||_0x1d9f5c[_0x25a7cd(0x6b3)][_0x25a7cd(0x5e7)]===!0x0}),_0x5bc716(_0x196a66,{'positionRoot':_0x1d9f5c[_0x25a7cd(0x44c)][_0x25a7cd(0x6d9)][_0x25a7cd(0x41d)]}),_0x5bc716(_0x4a07d3,{})]}));let _0x5c7602=_0x1d9f5c[_0x25a7cd(0x6b3)][_0x25a7cd(0x67a)]!==_0x25a7cd(0x45f)||_0x1d9f5c[_0x25a7cd(0x6b3)]['fullscreen']?_0x1d9f5c[_0x25a7cd(0x391)][_0x25a7cd(0x96)](ls)[_0x25a7cd(0x2d8)](_0x1d9f5c[_0x25a7cd(0x1a0)],_0x1d9f5c['runtimeScope'][_0x25a7cd(0x6d9)]['content']['ownerDocument'],{'includeAppShellEditorPortal':!0x1}):void 0x0;jc(_0x4a45a9,{'activate':!0x0});let _0x4a6727=(_0x32dbe0=(_0x1194d8=globalThis)[_0x25a7cd(0x403)])==null?void 0x0:_0x32dbe0[_0x25a7cd(0x610)](_0x1194d8,()=>{const _0x230392=_0x25a7cd;let _0x265ed9=_0x1d9f5c['runtimeScope'][_0x230392(0x6d9)][_0x230392(0x41d)]['querySelector'](_0x230392(0x4b2)),_0x5e30b4=(_0x265ed9==null?void 0x0:_0x265ed9[_0x230392(0x503)]())??_0x1d9f5c[_0x230392(0x44c)][_0x230392(0x6d9)][_0x230392(0x41d)][_0x230392(0x503)](),_0x2929f7=_0x4cd71e(_0x455d8b[_0x230392(0x96)](_0x17bf93)[_0x230392(0x24e)](_0x2d9f04)??void 0x0);_0x455d8b[_0x230392(0x96)](_0x406bb5)[_0x230392(0x2ff)](_0x3d391d,{'viewportSize':{'width':_0x5e30b4[_0x230392(0x6c9)],'height':_0x5e30b4[_0x230392(0x2e8)]},'padding':Math[_0x230392(0x33a)](0x10,Math[_0x230392(0x57d)](0x40,Math['min'](_0x5e30b4['width'],_0x5e30b4[_0x230392(0x2e8)])*0.08)),'zoom':_0x2929f7});});return _0x139183(()=>{const _0x127a88=_0x25a7cd;if(_0x4a6727!=null){var _0x13c6c6,_0x37225b;(_0x13c6c6=(_0x37225b=globalThis)[_0x127a88(0x3a3)])==null||_0x13c6c6['call'](_0x37225b,_0x4a6727);}try{var _0x3b3503,_0x23f0cc;(_0x3b3503=(_0x23f0cc=_0x4a45a9[_0x127a88(0x14c)])[_0x127a88(0x69b)])==null||_0x3b3503[_0x127a88(0x610)](_0x23f0cc);}catch{}_0x477442[_0x127a88(0x626)](_0x1d9f5c[_0x127a88(0x4d3)]),ol(_0x48488d),_0x5c7602==null||_0x5c7602['dispose'](),_0x455d8b[_0x127a88(0x3ef)]();});}function tg(){const _0x4762bd=_0x5878b6;return mh({'childType':_0x152567[_0x4762bd(0x43f)],'mount':ng});}function ng(_0x3c3d69){const _0x279716=_0x5878b6;if(_0x3c3d69[_0x279716(0x6b3)]['fullscreen'])return;let {menu:_0x1fd49f,portalContainer:_0x3aa77f}=ph(_0x3c3d69),_0x5e5aff=al(_0x1fd49f);return _0x5e5aff[_0x279716(0x66d)](_0x481dd4(Yc,{'injector':_0x3c3d69['runtimeScope'][_0x279716(0x391)],'mountContainer':_0x3aa77f,'embedId':_0x3c3d69[_0x279716(0x1a0)]},_0x481dd4(rg,{'hostUnitId':_0x3c3d69[_0x279716(0x178)],'embedId':_0x3c3d69['embedId'],'childUnitId':_0x3c3d69[_0x279716(0x4d3)],'viewportRoot':_0x3c3d69[_0x279716(0x44c)][_0x279716(0x6d9)][_0x279716(0x41d)],'fullscreen':!!_0x3c3d69[_0x279716(0x6b3)][_0x279716(0x5e7)]}))),_0x139183(()=>{const _0xdbeeaf=_0x279716;ol(_0x5e5aff),globalThis[_0xdbeeaf(0x119)](()=>_0x1fd49f['remove'](),0x0);});}function rg(_0xbfe4dd){const _0x5d51dd=_0x5878b6;let {hostUnitId:_0x33b435,embedId:_0xd01a56,childUnitId:_0x156ec2,viewportRoot:_0x1bb5e7,fullscreen:_0xa23dc4}=_0xbfe4dd,_0x25fe5d=_0x598ded(_0x20e3ee),_0x22a37d=_0x598ded(_0x17bf93),_0x5198df=_0x598ded(_0x384701),_0x1c7715=_0x598ded(_0x301c59),_0x5a4ab4=_0x598ded(is),_0x21f9e6=_0x598ded(_0x93f5a8),_0xaff6f8=_0x598ded(_0x406bb5),_0x18bc53=_0xec05b8(()=>_0x21f9e6[_0x5d51dd(0x5f5)],_0x21f9e6[_0x5d51dd(0x263)](),!0x1,[_0x21f9e6]),_0x3bce18=ag({'embedId':_0xd01a56,'active':_0xec05b8(()=>_0x5a4ab4[_0x5d51dd(0x62f)],_0x5a4ab4[_0x5d51dd(0x325)](),!0x1,[_0x5a4ab4]),'fullscreen':_0xa23dc4}),_0x417891=_0x5198df['getUnit'](_0x156ec2,_0x152567[_0x5d51dd(0x43f)]),_0xe7a071=_0x4cd71e(_0x22a37d[_0x5d51dd(0x24e)](_0x2d9f04)??void 0x0),_0x6efe30=()=>_0x1bb5e7[_0x5d51dd(0x503)](),_0x2bfb4a=()=>({'x':_0x6efe30()[_0x5d51dd(0x6c9)]/0x2,'y':_0x6efe30()[_0x5d51dd(0x2e8)]/0x2}),_0x59c583=_0x17b7fd=>_0x21f9e6[_0x5d51dd(0x290)](_0x17b7fd,_0x2bfb4a());return _0x2e142b(_0x5d51dd(0xfb),{'className':_0x54132b('univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x3bce18===_0x5d51dd(0x112),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0xa23dc4,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0xa23dc4,'-univer-top-[44px]':!_0xa23dc4}),'data-embed-floating-menu':_0x5d51dd(0x13e),'data-embed-id':_0xd01a56,'data-embed-float-stage':_0x3bce18,'onPointerDown':_0x4ba1f0=>_0x4ba1f0[_0x5d51dd(0x39a)](),'children':[_0x5bc716(ig,{'title':_0x1c7715['t'](_0x5d51dd(0x519)),'onClick':()=>{const _0xf319a=_0x5d51dd;let _0x1df073=_0x6efe30();_0xaff6f8[_0xf319a(0x2ff)](_0x417891??null,{'viewportSize':{'width':_0x1df073[_0xf319a(0x6c9)],'height':_0x1df073[_0xf319a(0x2e8)]},'padding':Math[_0xf319a(0x33a)](0x10,Math[_0xf319a(0x57d)](0x40,Math['min'](_0x1df073[_0xf319a(0x6c9)],_0x1df073[_0xf319a(0x2e8)])*0.08)),'zoom':_0xe7a071});},'children':_0x5bc716(_0x41bca5,{})}),_0x5bc716(ig,{'title':_0x1c7715['t'](_0x5d51dd(0x518)),'onClick':()=>_0x59c583(_0x18bc53[_0x5d51dd(0x538)]-_0xe7a071[_0x5d51dd(0x11c)]),'children':_0x5bc716(_0x1cb419,{})}),_0x2e142b(ig,{'title':_0x1c7715['t'](_0x5d51dd(0x56b)),'noIcon':!0x0,'onClick':()=>_0x59c583(0x1),'children':[Math[_0x5d51dd(0x24a)](_0x18bc53['zoomRatio']*0x64),'%']}),_0x5bc716(ig,{'title':_0x1c7715['t'](_0x5d51dd(0x37c)),'onClick':()=>_0x59c583(_0x18bc53[_0x5d51dd(0x538)]+_0xe7a071[_0x5d51dd(0x11c)]),'children':_0x5bc716(_0x3bc706,{})}),_0x5bc716(of,{'hostUnitId':_0x33b435,'embedId':_0xd01a56,'variant':_0x5d51dd(0x36f)}),_0x5bc716(ig,{'title':_0x1c7715['t'](_0x5d51dd(0xea)),'className':_0x5d51dd(0x524),'onClick':async()=>_0x25fe5d[_0x5d51dd(0x631)](_0x3bb127['id'],{'hostUnitId':_0x33b435,'embedId':_0xd01a56}),'children':_0x5bc716(_0x52d672,{})})]});}function ig(_0x4d1f95){let {children:_0x5a005e,className:_0x185e90,noIcon:_0x2b8ff1,onClick:_0x2912b3,title:_0x1285e4}=_0x4d1f95;return _0x5bc716(af,{'title':_0x1285e4,'children':_0x5bc716(_0x563288,{'aria-label':_0x1285e4,'className':_0x185e90,'noIcon':_0x2b8ff1,'onClick':_0x2912b3,'children':_0x5a005e})});}function ag(_0x47d1bb){const _0x3009c3=_0x5878b6;var _0x579154;return _0x47d1bb[_0x3009c3(0x5e7)]?_0x3009c3(0x562):((_0x579154=_0x47d1bb['active'])==null?void 0x0:_0x579154[_0x3009c3(0x1a0)])===_0x47d1bb['embedId']?_0x47d1bb[_0x3009c3(0xcd)][_0x3009c3(0x49f)]??'stage1':_0x3009c3(0x112);}function og(_0x2268c8){const _0x1333fa=_0x5878b6;fm(_0x2268c8,_0x1333fa(0x3ea),sg);}function sg(_0x46a7b4){const _0x5a1a7a=_0x5878b6;_0x46a7b4[_0x5a1a7a(0x6d0)](_0x3b6c6a)||_0x46a7b4[_0x5a1a7a(0x36d)]([_0x3b6c6a,{'useFactory':()=>_0x46a7b4[_0x5a1a7a(0x96)](Z)}]);let _0x5b54de=_0x46a7b4[_0x5a1a7a(0x96)](xc),_0x261258=_0x46a7b4['get'](yc),_0x2b45db=_0x46a7b4[_0x5a1a7a(0x96)](rs),_0x415689=_0x46a7b4[_0x5a1a7a(0x96)](bc),_0x2ba9a5=_0x46a7b4['get'](Wu),_0x4c2b01=_0x46a7b4[_0x5a1a7a(0x96)](ad),_0x28873f=Xh();_0x5b54de[_0x5a1a7a(0x96)](_0x28873f[_0x5a1a7a(0x5eb)],_0x28873f[_0x5a1a7a(0x289)])||_0x5b54de[_0x5a1a7a(0x334)](_0x28873f);let _0x5713e9=Qh(_0x46a7b4);_0x261258[_0x5a1a7a(0x96)](_0x5713e9[_0x5a1a7a(0x1ec)])||_0x261258[_0x5a1a7a(0x334)](_0x5713e9);let _0x5d95ff=Yh();_0x2b45db[_0x5a1a7a(0x96)](_0x5d95ff[_0x5a1a7a(0x1ec)])||_0x2b45db[_0x5a1a7a(0x334)](_0x5d95ff),tg()[_0x5a1a7a(0x684)](_0x4672e8=>{const _0x31589f=_0x5a1a7a;_0x415689[_0x31589f(0x5fa)](_0x4672e8[_0x31589f(0x5eb)],_0x4672e8['entry'],_0x4672e8[_0x31589f(0x1ec)])||_0x415689[_0x31589f(0x334)](_0x4672e8);}),_0x2ba9a5[_0x5a1a7a(0x5be)](vf(_0x46a7b4,{'childType':_0x152567['UNIVER_BOARD'],'renderManagerService':_0x4fb5e9})),_0x4c2b01[_0x5a1a7a(0x96)](_0x152567[_0x5a1a7a(0x43f)])||_0x4c2b01['register'](Zh()),_0x46a7b4[_0x5a1a7a(0x96)](_0x4fb5e9)[_0x5a1a7a(0x516)](_0x152567['UNIVER_BOARD'],Jh);}const cg={'mode':'fit-width','target':_0x5878b6(0x261),'paddingX':0x0,'minScale':0x0,'align':_0x5878b6(0x552)};function lg(){const _0x3d97a4=_0x5878b6;return gm({'childType':_0x152567[_0x3d97a4(0x592)],'productName':'Docs'});}function ug(){const _0x57788a=_0x5878b6;return{'childType':_0x152567[_0x57788a(0x592)],'supportedLayouts':[_0x57788a(0x3cc),_0x57788a(0x64b),_0x57788a(0x68d)],'scopedDependencies':[[_0x4dbbc1]],'beforeDeactivate':_0x4515c3=>{fg(_0x4515c3);},'mount':_0x2effd0=>{const _0x17259b=_0x57788a;let _0x51f161=_0x2effd0[_0x17259b(0x6b3)]['mode']===_0x17259b(0x45f)&&!_0x2effd0[_0x17259b(0x6b3)][_0x17259b(0x5e7)]?Cc(_0x2effd0,_0x4fb5e9,void 0x0,{'scopedInjector':pg(_0x2effd0['runtimeScope'][_0x17259b(0x391)])}):Cc(_0x2effd0,_0x4fb5e9),_0x32b48c=dg(_0x2effd0);return _0x139183(()=>{const _0x5d93fa=_0x17259b;_0x32b48c[_0x5d93fa(0x3ef)](),_0x51f161==null||_0x51f161['dispose']();});}};}function dg(_0x17ba10){const _0x1cb520=_0x5878b6;let _0x3b979e=_0x17ba10[_0x1cb520(0x44c)][_0x1cb520(0x6d9)][_0x1cb520(0x61f)]??_0x17ba10['renderScope'][_0x1cb520(0x6d8)];if(!_0x3b979e)return _0x139183(()=>{});let _0x28d242=_0x17ba10[_0x1cb520(0x391)][_0x1cb520(0x96)](_0x4fb5e9),_0x42d4a0=_0x52ffd4=>{const _0x3a12d3=_0x1cb520;var _0x52fff9;if(!(_0x52ffd4[_0x3a12d3(0x6dd)]instanceof HTMLCanvasElement)||!_0x3b979e['contains'](_0x52ffd4[_0x3a12d3(0x6dd)]))return;let _0x93abcf=(_0x52fff9=_0x28d242[_0x3a12d3(0x427)](_0x17ba10[_0x3a12d3(0x4d3)]))==null?void 0x0:_0x52fff9[_0x3a12d3(0x12a)](_0xcfa2c5);_0x93abcf&&!_0x93abcf[_0x3a12d3(0x12d)]()&&_0x93abcf[_0x3a12d3(0x3d1)]();};return _0x3b979e[_0x1cb520(0x4be)](_0x1cb520(0x2cf),_0x42d4a0,!0x0),_0x139183(()=>_0x3b979e[_0x1cb520(0x6fd)](_0x1cb520(0x2cf),_0x42d4a0,!0x0));}function fg(_0x5f3336){const _0xb1b117=_0x5878b6;var _0x18be3e;let _0x3e7ff3=_0x5f3336[_0xb1b117(0x391)][_0xb1b117(0x96)](_0x4fb5e9)[_0xb1b117(0x427)](_0x5f3336['childUnitId']),_0x2611b1=_0x3e7ff3==null?void 0x0:_0x3e7ff3[_0xb1b117(0x12a)](_0xcfa2c5);_0x3e7ff3==null||(_0x18be3e=_0x3e7ff3[_0xb1b117(0x12a)](_0x5816ad))==null||_0x18be3e[_0xb1b117(0x321)](),_0x2611b1==null||_0x2611b1[_0xb1b117(0x68f)](),_0x2611b1==null||_0x2611b1[_0xb1b117(0x12f)]();}function pg(_0x311e32){return bs(_0x311e32,new Map([[_0x469c6d,_0x38c98b=>mg(_0x38c98b)]]));}function mg(_0x1766b6){return{..._0x1766b6,'fitToWidth':{..._0x1766b6==null?void 0x0:_0x1766b6['fitToWidth'],...cg}};}function hg(_0xfe0d4e,_0x141c0c=0x78){let _0x4b36c2,_0x1435f2,_0x6faab4=()=>{const _0x26b8be=_0x4fd0;_0x1435f2!=null&&(window[_0x26b8be(0x14f)](_0x1435f2),_0x1435f2=void 0x0),_0x4b36c2!=null&&(window[_0x26b8be(0x3a3)](_0x4b36c2),_0x4b36c2=void 0x0);};return{'dispose':_0x6faab4,'schedule':()=>{_0x6faab4(),_0x1435f2=window['setTimeout'](()=>{const _0x5d6fb3=_0x4fd0;_0x1435f2=void 0x0,_0x4b36c2=window[_0x5d6fb3(0x403)](()=>{_0x4b36c2=void 0x0,_0xfe0d4e();});},_0x141c0c);}};}let gg=class extends _0x4c5370{constructor(_0x4aa17e,_0xa61abe,_0x40bbfa,_0x2cbc34,_0x180dd0,_0x2e86a1,_0x2044b9,_0x2c0f7e){const _0x4b6a73=_0x5878b6;var _0x337660,_0x331aec,_0x3b9d02;super(),this[_0x4b6a73(0x649)]=_0x4aa17e,this[_0x4b6a73(0x6d2)]=_0xa61abe,this[_0x4b6a73(0x58e)]=_0x40bbfa,this['_contentSizeRegistry']=_0x2cbc34,this[_0x4b6a73(0x209)]=_0x180dd0,this[_0x4b6a73(0x4a5)]=_0x2e86a1,this['_renderManagerService']=_0x2044b9,this[_0x4b6a73(0x206)]=_0x2c0f7e,X(this,_0x4b6a73(0x250),new Map()),X(this,_0x4b6a73(0x3a1),new Map());let _0x29b249=_0x541420(()=>{const _0x4417e6=_0x4b6a73;this['_rerenderHostDoc']()||this[_0x4417e6(0x4ae)]();}),_0x4b07be=hg(()=>{const _0x3cc503=_0x4b6a73;this[_0x3cc503(0x471)]();}),_0x11216d=_0x541420(()=>{const _0x4abb0f=_0x4b6a73;this[_0x4abb0f(0x471)]();}),_0x3ebc09=(_0x337660=this[_0x4b6a73(0x136)]())==null?void 0x0:_0x337660[_0x4b6a73(0x538)];this['disposeWithMe'](_0x29b249),this[_0x4b6a73(0x45b)](_0x4b07be),this[_0x4b6a73(0x45b)](_0x11216d);let _0x295678=_g((_0x331aec=this[_0x4b6a73(0x649)][_0x4b6a73(0x14c)])==null||(_0x3b9d02=_0x331aec[_0x4b6a73(0x534)])==null?void 0x0:_0x3b9d02[_0x4b6a73(0x610)](_0x331aec),_0x29b249[_0x4b6a73(0x4b5)]);_0x295678&&this[_0x4b6a73(0x45b)](_0x295678);let _0x3111b4=this[_0x4b6a73(0x3fd)]['contentSizeChanged$'][_0x4b6a73(0x19d)](({hostUnitId:_0x33c124})=>{const _0xadcbd8=_0x4b6a73;_0x33c124===this[_0xadcbd8(0x649)][_0xadcbd8(0x1bc)]&&_0x29b249[_0xadcbd8(0x4b5)]();});this[_0x4b6a73(0x45b)](_0x139183(()=>_0x3111b4['unsubscribe']())),this['disposeWithMe']({'dispose':()=>{const _0x6cf1b6=_0x4b6a73;this[_0x6cf1b6(0x250)][_0x6cf1b6(0x120)](),this[_0x6cf1b6(0x3a1)][_0x6cf1b6(0x120)]();}});let _0x597c20=this[_0x4b6a73(0x6d2)][_0x4b6a73(0x465)](_0x152567[_0x4b6a73(0x66c)])[_0x4b6a73(0x19d)](()=>{const _0x2b549d=_0x4b6a73;_0x29b249[_0x2b549d(0x4b5)]();}),_0x5731f2=this['_univerInstanceService'][_0x4b6a73(0x465)](_0x152567[_0x4b6a73(0x39f)])[_0x4b6a73(0x19d)](()=>{_0x29b249['schedule']();});this[_0x4b6a73(0x45b)](_0x139183(()=>_0x597c20[_0x4b6a73(0x632)]())),this['disposeWithMe'](_0x139183(()=>_0x5731f2['unsubscribe']()));let _0x421203=_0xb7a616((_0x35a366,_0x299aa2,_0x542d4c)=>{const _0x17affc=_0x4b6a73;var _0x2533fb,_0x5f4a0d,_0x240d40;if(_0x35a366!==this[_0x17affc(0x649)][_0x17affc(0x1bc)])return null;let _0x2f2089=this[_0x17affc(0x12c)]();if(!_0x2f2089)return null;let _0xbeee52=(_0x2533fb=_0x2f2089[_0x17affc(0x379)])==null?void 0x0:_0x2533fb[_0x299aa2],_0x5e0838=_0xbeee52==null?void 0x0:_0xbeee52['data'],_0x5435f0=_0x5e0838==null?void 0x0:_0x5e0838[_0x17affc(0x1ec)];if(_0x5435f0!==_0x152567[_0x17affc(0x66c)]&&_0x5435f0!==_0x152567['UNIVER_BASE'])return null;let _0x28a793=this[_0x17affc(0x206)]['getViewScale'](),_0x1984af=this[_0x17affc(0x591)](_0x28a793),_0x2ceaac=this[_0x17affc(0x335)](_0x5e0838,_0x5435f0),_0x38c4ef=_0x2ceaac?this[_0x17affc(0x394)](_0x2ceaac,_0x5435f0,_0x29b249[_0x17affc(0x4b5)]):void 0x0,_0x3ffe99=_0x5e0838==null?void 0x0:_0x5e0838[_0x17affc(0x1a0)],_0x5ebf8d=typeof _0x3ffe99=='string'?(_0x5f4a0d=this[_0x17affc(0x209)][_0x17affc(0x192)](_0x3ffe99))==null||(_0x5f4a0d=_0x5f4a0d['context'])==null?void 0x0:_0x5f4a0d[_0x17affc(0x44c)][_0x17affc(0x391)]:void 0x0,_0x54e117=_0x2ceaac&&_0x38c4ef!=null?this['_contentSizeRegistry'][_0x17affc(0x1a3)]({'childType':_0x5435f0,'childUnit':_0x38c4ef,'childUnitId':_0x2ceaac,'injector':_0x5ebf8d,'viewportHeight':(_0x1984af==null?void 0x0:_0x1984af['height'])==null?void 0x0:Math[_0x17affc(0x33a)](0x1,_0x1984af['height']-0x34),'viewportWidth':_0x542d4c[_0x17affc(0x6cf)]}):void 0x0,_0x3b72b5=_0x5752a7(_0x5435f0),_0x286388=yg(_0x542d4c['fallbackHeight'],_0x3b72b5['height']),_0x57f25e=yg(_0x542d4c[_0x17affc(0x6cf)],_0x3b72b5[_0x17affc(0x6c9)]),_0x3e9271=(_0x54e117==null?void 0x0:_0x54e117[_0x17affc(0x2e8)])??_0x286388,_0x4452eb=_0x1895e9({'childType':_0x5435f0,'contentHeight':_0x5435f0===_0x152567['UNIVER_SHEET']?hp(_0x3e9271):_0x3e9271,'contentWidth':_0x54e117==null?void 0x0:_0x54e117[_0x17affc(0x6c9)],'docsLeft':this['_getDocsLeft'](),'documentFlavor':(_0x240d40=_0x2f2089['documentStyle'])==null?void 0x0:_0x240d40['documentFlavor'],'fallbackHeight':_0x286388,'fallbackWidth':_0x57f25e,'pageMarginLeft':_0x542d4c[_0x17affc(0x4a9)],'pageMarginRight':_0x542d4c[_0x17affc(0x21f)],'pageWidth':_0x542d4c[_0x17affc(0x657)],'scale':_0x28a793,'visibleCanvasHeight':_0x1984af==null?void 0x0:_0x1984af[_0x17affc(0x2e8)],'visibleCanvasLeft':_0x1984af==null?void 0x0:_0x1984af[_0x17affc(0x8a)],'visibleCanvasWidth':_0x1984af==null?void 0x0:_0x1984af[_0x17affc(0x6c9)]}),_0x37fdf3=_0x4452eb[_0x17affc(0x493)]??_0x4452eb[_0x17affc(0x2e8)],_0x1236db=_0x5435f0===_0x152567[_0x17affc(0x39f)]?0x34:0x0,_0x403cad=(_0x1984af==null?void 0x0:_0x1984af['height'])==null?_0x4452eb[_0x17affc(0x18e)]??_0x37fdf3:Math[_0x17affc(0x57d)](_0x37fdf3,Math['max'](0x1,_0x1984af[_0x17affc(0x2e8)]-_0x1236db));return{..._0x4452eb,'viewportHeight':_0x403cad,'height':gp({'contentHeight':_0x37fdf3,'floatingMenuInsetTop':0x34})};});this['disposeWithMe']({'dispose':_0x421203}),this['disposeWithMe'](this[_0x4b6a73(0x58e)]['onCommandExecuted'](_0x448876=>{const _0x269653=_0x4b6a73;if(_0x448876['id']===_0x1772a2['id']){let _0x43d54c=_0x448876[_0x269653(0x3d0)];if(typeof _0x43d54c==_0x269653(0x414)&&_0x43d54c&&_0x269653(0x1bc)in _0x43d54c&&_0x43d54c['unitId']===this['_context'][_0x269653(0x1bc)]){let _0x59196f=_0x269653(0x538)in _0x43d54c&&typeof _0x43d54c[_0x269653(0x538)]==_0x269653(0x168)?_0x43d54c['zoomRatio']:void 0x0;if(_0x59196f!=null&&_0x59196f===_0x3ebc09){_0x11216d[_0x269653(0x4b5)]();return;}_0x3ebc09=_0x59196f,_0x4b07be[_0x269653(0x4b5)]();}return;}let _0x53de6e=this[_0x269653(0x12c)]();_0x53de6e&&_0x54915e({'childUnitIds':_0xce9d00(_0x53de6e[_0x269653(0x379)],_0x42b455=>this[_0x269653(0x335)](_0x42b455)),'commandId':_0x448876['id'],'commandParams':_0x448876[_0x269653(0x3d0)],'hostUnitId':this[_0x269653(0x649)]['unitId']})&&_0x29b249[_0x269653(0x4b5)]();}));}[_0x5878b6(0x136)](){const _0x3e9f93=_0x5878b6;if(!this[_0x3e9f93(0x6d4)])return this[_0x3e9f93(0x649)]['unit']??void 0x0;}[_0x5878b6(0x12c)](){const _0x40c862=_0x5878b6;var _0x5c37aa;return(_0x5c37aa=this[_0x40c862(0x136)]())==null?void 0x0:_0x5c37aa['getSnapshot']();}['_rerenderHostDoc'](){const _0x3c6f7c=_0x5878b6;let _0x32d4be=this[_0x3c6f7c(0x66f)]['getRenderUnitById'](this[_0x3c6f7c(0x649)][_0x3c6f7c(0x1bc)]);try{var _0x7b8905;let _0x2b6adf=_0x32d4be==null||(_0x7b8905=_0x32d4be[_0x3c6f7c(0x12a)])==null?void 0x0:_0x7b8905[_0x3c6f7c(0x610)](_0x32d4be,_0x248993);return _0x2b6adf?(_0x2b6adf[_0x3c6f7c(0x601)](),!0x0):!0x1;}catch{return!0x1;}}[_0x5878b6(0x4ae)](){const _0x830b49=_0x5878b6;let _0xdc5603=this['_getHostUnit'](),_0x4de016=_0xdc5603==null?void 0x0:_0xdc5603['zoomRatio'];typeof _0x4de016==_0x830b49(0x168)&&this['_commandService'][_0x830b49(0x426)](_0x1772a2['id'],{'unitId':this[_0x830b49(0x649)][_0x830b49(0x1bc)],'zoomRatio':_0x4de016});}[_0x5878b6(0x335)](_0x2d8bf2,_0x3106f0){const _0x371f50=_0x5878b6;if(!_0x2d8bf2||typeof _0x2d8bf2!=_0x371f50(0x414))return;let _0x513629=_0x2d8bf2,_0x5dec7e=typeof _0x513629[_0x371f50(0x1ec)]==_0x371f50(0x168)?_0x513629[_0x371f50(0x1ec)]:_0x3106f0;if(_0x5dec7e!==_0x152567['UNIVER_SHEET']&&_0x5dec7e!==_0x152567[_0x371f50(0x39f)])return;if(typeof _0x513629[_0x371f50(0x4d3)]==_0x371f50(0x41b))return _0x513629[_0x371f50(0x4d3)];if(typeof _0x513629[_0x371f50(0x1a0)]!=_0x371f50(0x41b))return;let _0x15f3fd=typeof _0x513629['hostUnitId']==_0x371f50(0x41b)?_0x513629[_0x371f50(0x178)]:this[_0x371f50(0x649)]['unitId'],_0x33d1c8=this[_0x371f50(0x4a5)][_0x371f50(0x6b2)](_0x15f3fd,_0x513629[_0x371f50(0x1a0)]);if((_0x33d1c8==null?void 0x0:_0x33d1c8[_0x371f50(0x1ec)])===_0x5dec7e){if(typeof _0x33d1c8[_0x371f50(0x4d3)]==_0x371f50(0x41b))return _0x33d1c8[_0x371f50(0x4d3)];try{return _0x48253b(_0x33d1c8['source'][_0x371f50(0x140)]);}catch{return;}}}[_0x5878b6(0x394)](_0x4a46f8,_0x4de91b,_0x230c07){const _0x36e7d0=_0x5878b6;let _0x1516f9=_0x4de91b+':'+_0x4a46f8;if(this[_0x36e7d0(0x250)][_0x36e7d0(0x6d0)](_0x1516f9))return this[_0x36e7d0(0x250)][_0x36e7d0(0x96)](_0x1516f9);let _0x2ed85f=this['_univerInstanceService'][_0x36e7d0(0x4cb)](_0x4a46f8,_0x4de91b);if(_0x2ed85f!=null){if(!vg(_0x2ed85f))return this['_resolvedChildUnits'][_0x36e7d0(0x5ad)](_0x1516f9,_0x2ed85f),_0x2ed85f;if(!this[_0x36e7d0(0x3a1)][_0x36e7d0(0x6d0)](_0x1516f9)){let _0x484132=Promise['resolve'](_0x2ed85f)[_0x36e7d0(0x65f)](_0x1f44c2=>(this[_0x36e7d0(0x3a1)][_0x36e7d0(0x66b)](_0x1516f9),this[_0x36e7d0(0x250)][_0x36e7d0(0x5ad)](_0x1516f9,_0x1f44c2),this[_0x36e7d0(0x6d4)]||_0x230c07(),_0x1f44c2),()=>{this['_pendingChildUnits']['delete'](_0x1516f9);});this[_0x36e7d0(0x3a1)][_0x36e7d0(0x5ad)](_0x1516f9,_0x484132);}}}['_getDocsLeft'](){const _0x338b67=_0x5878b6;var _0x26b9f4,_0x30635e;return((_0x26b9f4=this['_context'][_0x338b67(0x268)])==null||(_0x30635e=_0x26b9f4[_0x338b67(0xfc)])==null||(_0x30635e=_0x30635e['call'](_0x26b9f4))==null?void 0x0:_0x30635e[_0x338b67(0x690)])??0x0;}[_0x5878b6(0x591)](_0x1587a4){const _0x4683f9=_0x5878b6;var _0x1aa24d,_0xa9dfd,_0x3a9d9f,_0x4c626c,_0x940b4d,_0xdc6713;let _0xb0110f=Number[_0x4683f9(0x573)](_0x1587a4)&&_0x1587a4>0x0?_0x1587a4:0x1,_0x4fdb77=((_0x1aa24d=this[_0x4683f9(0x649)]['scene'][_0x4683f9(0x3cf)](_0x4bb7ff[_0x4683f9(0x2f4)]))==null?void 0x0:_0x1aa24d[_0x4683f9(0x6da)])??0x0,_0x213e20=(_0xa9dfd=(_0x3a9d9f=this[_0x4683f9(0x649)][_0x4683f9(0x14c)])[_0x4683f9(0x534)])==null||(_0xa9dfd=_0xa9dfd[_0x4683f9(0x610)](_0x3a9d9f))==null||(_0x4c626c=_0xa9dfd[_0x4683f9(0x503)])==null?void 0x0:_0x4c626c[_0x4683f9(0x610)](_0xa9dfd),_0x282826=_0x213e20==null?void 0x0:_0x213e20[_0x4683f9(0x6c9)],_0x3be4f2=_0x213e20==null?void 0x0:_0x213e20['height'],_0x3ad770=((_0x940b4d=this[_0x4683f9(0x649)][_0x4683f9(0x268)])==null?void 0x0:_0x940b4d[_0x4683f9(0x6c9)])??this[_0x4683f9(0x649)]['scene'][_0x4683f9(0x6c9)],_0x2afdec=(_0x282826??_0x3ad770??0x0)/_0xb0110f,_0x253f15=((_0xdc6713=this[_0x4683f9(0x649)]['mainComponent'])==null?void 0x0:_0xdc6713[_0x4683f9(0x2e8)])??this[_0x4683f9(0x649)][_0x4683f9(0x4dc)][_0x4683f9(0x2e8)],_0x47c47f=(_0x3be4f2??_0x253f15??0x0)/_0xb0110f;return!_0x2afdec||!Number[_0x4683f9(0x573)](_0x2afdec)||_0x2afdec<=0x0||!_0x47c47f||!Number[_0x4683f9(0x573)](_0x47c47f)||_0x47c47f<=0x0?null:{'height':_0x47c47f,'left':_0x4fdb77,'width':_0x2afdec};}};gg=fs([$(0x1,_0x431841(_0x384701)),$(0x2,_0x431841(_0x20e3ee)),$(0x3,_0x431841(mf)),$(0x4,_0x431841(Gc)),$(0x5,_0x431841(_0x39c782)),$(0x6,_0x4fb5e9),$(0x7,_0x431841(_0x4d64bf))],gg);function _g(_0x149f66,_0x354493){const _0x365f54=_0x5878b6;if(!_0x149f66||typeof ResizeObserver>'u')return;let _0x462862=new ResizeObserver(()=>_0x354493());return _0x462862[_0x365f54(0x694)](_0x149f66),{'dispose':()=>_0x462862[_0x365f54(0x158)]()};}function vg(_0x3aff0f){const _0x2c3147=_0x5878b6;return!!_0x3aff0f&&typeof _0x3aff0f['then']==_0x2c3147(0x59d);}function yg(_0x8eca9,_0x2c34f0){const _0x52511b=_0x5878b6;return typeof _0x8eca9==_0x52511b(0x168)&&Number['isFinite'](_0x8eca9)&&_0x8eca9>0x1?_0x8eca9:_0x2c34f0;}function bg(_0x37b8b8,_0x271725,_0x55bd71){return{..._0x26c66f(_0x37b8b8,_0x271725),'afterCreateAnchor':_0x64b56d=>Sg(_0x55bd71,_0x64b56d['hostUnitId']),'afterRemoveAnchor':_0x88e70=>Sg(_0x55bd71,_0x88e70['hostUnitId'])};}function xg(){const _0x4d3725=_0x5878b6;return{'hostType':_0x152567['UNIVER_DOC'],'entry':'docs-custom-block','layout':'docs-sticky-sheet','supportedLayouts':[_0x4d3725(0x4c1),_0x4d3725(0x521),_0x4d3725(0x99),'scroll-contained','content-bounds-fit'],'menuBehavior':_0x4d3725(0x680)};}function Sg(_0x1d322f,_0x120811){const _0xe31e7f=_0x5878b6;var _0x2cff6f,_0x4336db,_0x3ad018,_0x3d03ff;if(!_0x1d322f)return;let _0x499e9f=_0x1d322f[_0xe31e7f(0x427)](_0x120811);if(_0x499e9f){for(let _0x50feb4 of _0x499e9f[_0xe31e7f(0x84)][_0xe31e7f(0x672)]()){var _0x5941b4;(_0x5941b4=_0x50feb4[_0xe31e7f(0x494)])==null||_0x5941b4[_0xe31e7f(0x610)](_0x50feb4);}(_0x2cff6f=_0x499e9f[_0xe31e7f(0x14c)])==null||_0x2cff6f[_0xe31e7f(0x20c)](),(_0x4336db=_0x499e9f[_0xe31e7f(0x4dc)])==null||_0x4336db[_0xe31e7f(0x494)](),(_0x3ad018=_0x499e9f[_0xe31e7f(0x12a)])==null||(_0x3ad018=_0x3ad018[_0xe31e7f(0x610)](_0x499e9f,_0x2fab04))==null||(_0x3d03ff=_0x3ad018['calculatePagePosition'])==null||_0x3d03ff[_0xe31e7f(0x610)](_0x3ad018);}}function Cg(_0x5274d8){const _0x39187c=_0x5878b6;return{'childType':_0x152567[_0x39187c(0x592)],'handleWheel':_0x22452d=>{const _0x44a8ef=_0x39187c;let _0x339841=_0x5274d8[_0x44a8ef(0x6d0)](od)?_0x5274d8[_0x44a8ef(0x96)](od):void 0x0;if((_0x339841==null?void 0x0:_0x339841[_0x44a8ef(0x249)](_0x22452d))===!0x0)return!0x0;if(!_0x5274d8[_0x44a8ef(0x6d0)](_0x4fb5e9))return!0x1;let _0x7d222d=_0x5274d8[_0x44a8ef(0x96)](_0x4fb5e9)[_0x44a8ef(0x427)](_0x22452d['childUnitId']),_0x666144=_0x7d222d==null?void 0x0:_0x7d222d[_0x44a8ef(0x4dc)];return pp(_0x22452d,_0x666144==null?void 0x0:_0x666144[_0x44a8ef(0x3cf)](_0x4bb7ff['VIEW_MAIN']),_0x666144);}};}function wg(){const _0x17bd25=_0x5878b6;return mh({'childType':_0x152567[_0x17bd25(0x592)],'mount':Tg});}function Tg(_0x535786){const _0x8b57ed=_0x5878b6;let {menu:_0x15abf6,portalContainer:_0x58c17b}=ph(_0x535786),_0x14abc3=al(_0x15abf6);return _0x14abc3[_0x8b57ed(0x66d)](_0x481dd4(Yc,{'injector':_0x535786['runtimeScope']['injector'],'mountContainer':_0x58c17b,'embedId':_0x535786[_0x8b57ed(0x1a0)]},_0x481dd4(Eg,{'hostUnitId':_0x535786[_0x8b57ed(0x178)],'embedId':_0x535786['embedId'],'entry':_0x535786[_0x8b57ed(0xda)][_0x8b57ed(0x289)],'fullscreen':!!_0x535786[_0x8b57ed(0x6b3)][_0x8b57ed(0x5e7)],'usesDomFloatingStage':_0x535786[_0x8b57ed(0xda)][_0x8b57ed(0x289)]!==_0x8b57ed(0x85),'renderScopeActive$':_0x535786[_0x8b57ed(0x6b3)]['active$']}))),_0x139183(()=>{const _0x188003=_0x8b57ed;ol(_0x14abc3),globalThis[_0x188003(0x119)](()=>_0x15abf6[_0x188003(0x2a8)](),0x0);});}function Eg(_0x31cae6){const _0x32670b=_0x5878b6;let {hostUnitId:_0x982391,embedId:_0x179d68,entry:_0x4c1767,fullscreen:_0x522a3b,usesDomFloatingStage:_0x6c6c9d,renderScopeActive$:_0x551ff7}=_0x31cae6,_0x3ab165=_0xec05b8(()=>_0x551ff7,!0x1,!0x1,[_0x551ff7]),_0x12963f=_0x598ded(_0x20e3ee),_0x2bf499=_0x598ded(_0x301c59),_0x56f4f9=_0x598ded(is),_0x3a19ac=lu({'embedId':_0x179d68,'active':_0xec05b8(()=>_0x56f4f9[_0x32670b(0x62f)],_0x56f4f9[_0x32670b(0x325)](),!0x1,[_0x56f4f9]),'fullscreen':_0x522a3b,'usesDomFloatingStage':_0x6c6c9d,'renderScopeActive':_0x3ab165});return _0x2e142b(_0x32670b(0xfb),{'className':_0x54132b(_0x32670b(0x2b2),{'univer-hidden':_0x3a19ac!==_0x32670b(0x562),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x522a3b,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x522a3b,'-univer-top-9':!_0x522a3b&&_0x4c1767!==_0x32670b(0x212),'-univer-top-[52px]':!_0x522a3b&&_0x4c1767==='docs-custom-block'}),'data-embed-floating-menu':_0x32670b(0x13e),'data-embed-id':_0x179d68,'data-embed-float-stage':_0x3a19ac,'onPointerDown':_0x3b2beb=>_0x3b2beb[_0x32670b(0x39a)](),'children':[!_0x522a3b&&_0x5bc716(of,{'hostUnitId':_0x982391,'embedId':_0x179d68,'variant':'menu'}),_0x5bc716(af,{'title':_0x2bf499['t'](_0x32670b(0x6b8)),'children':_0x5bc716(_0x4a289d,{'type':_0x32670b(0x348),'size':_0x32670b(0x2f8),'variant':_0x32670b(0xcf),'className':_0x32670b(0x20f),'aria-label':_0x2bf499['t'](_0x32670b(0x6b8)),'onClick':async()=>{const _0xbc6732=_0x32670b;await _0x12963f[_0xbc6732(0x631)](_0x3bb127['id'],{'hostUnitId':_0x982391,'embedId':_0x179d68});},'children':_0x5bc716(_0x52d672,{})})})]});}function Dg(_0x12aef6){fm(_0x12aef6,'docs-ui.embed',Og);}function Og(_0x15735b){const _0x18798f=_0x5878b6;let _0xfaa3e4=_0x15735b['get'](_0x2269a3),_0x49ed72=_0x15735b[_0x18798f(0x96)](xc),_0x2c4d9b=_0x15735b[_0x18798f(0x96)](yc),_0x3ea6f9=_0x15735b['get'](rs),_0x161b7f=_0x15735b[_0x18798f(0x96)](bc),_0x43a69f=_0x15735b[_0x18798f(0x96)](Wu),_0x3d7e0d=_0x15735b[_0x18798f(0x96)](ad),_0x18381f=_0x15735b[_0x18798f(0x6d0)](_0x385558)?_0x15735b[_0x18798f(0x96)](_0x385558):void 0x0,_0x332a40=_0x15735b['has'](_0x384701)?_0x15735b[_0x18798f(0x96)](_0x384701):void 0x0,_0xe383c8=_0x15735b['has'](_0x4fb5e9)?_0x15735b[_0x18798f(0x96)](_0x4fb5e9):void 0x0;_0xe383c8==null||_0xe383c8[_0x18798f(0x516)](_0x152567[_0x18798f(0x592)],[gg]);let _0x94466b=bg(_0x18381f,_0x332a40,_0xe383c8);_0xfaa3e4['get'](_0x94466b[_0x18798f(0x5eb)],_0x94466b[_0x18798f(0x289)])||_0xfaa3e4['register'](_0x94466b);let _0x32cb50=xg();_0x49ed72[_0x18798f(0x96)](_0x32cb50[_0x18798f(0x5eb)],_0x32cb50['entry'])||_0x49ed72[_0x18798f(0x334)](_0x32cb50);let _0x5b49de=ug();_0x2c4d9b[_0x18798f(0x96)](_0x5b49de[_0x18798f(0x1ec)])||_0x2c4d9b['register'](_0x5b49de);let _0x58d210=lg();_0x3ea6f9[_0x18798f(0x96)](_0x58d210['childType'])||_0x3ea6f9['register'](_0x58d210),wg()[_0x18798f(0x684)](_0x305a28=>{const _0x112971=_0x18798f;_0x161b7f[_0x112971(0x5fa)](_0x305a28[_0x112971(0x5eb)],_0x305a28[_0x112971(0x289)],_0x305a28['childType'])||_0x161b7f['register'](_0x305a28);}),_0x43a69f['registerProvider'](vf(_0x15735b,{'childType':_0x152567['UNIVER_DOC'],'renderManagerService':_0x4fb5e9})),_0x3d7e0d['get'](_0x152567[_0x18798f(0x592)])||_0x3d7e0d[_0x18798f(0x334)](Cg(_0x15735b));}function kg(){const _0x5608f5=_0x5878b6;return{'childType':_0x152567[_0x5608f5(0x66c)],'measureContentSize':_0x34d98e=>{const _0x4676aa=_0x5608f5;let _0x31c3bd=Ag(_0x34d98e[_0x4676aa(0x3e2)],_0x34d98e[_0x4676aa(0x147)]?_0x34d98e[_0x4676aa(0x531)]:void 0x0),_0x46a1ea=Mg(_0x34d98e['childUnit']);return _0x31c3bd==null&&_0x46a1ea==null?void 0x0:{'height':_0x31c3bd==null?void 0x0:_0x31c3bd[_0x4676aa(0x2e8)],'verticalBreaks':_0x31c3bd==null?void 0x0:_0x31c3bd[_0x4676aa(0x131)],'width':_0x46a1ea};}};}function Ag(_0x2d31ba,_0x31d6ab){const _0x109567=_0x5878b6;var _0x3b9259;let _0xbeab8e=_0x2d31ba instanceof _0x1f54d9?_0x2d31ba[_0x109567(0x3e0)](!0x0):void 0x0;if(!_0xbeab8e)return;let _0x398b77=Ng(_0xbeab8e,_0x31d6ab);if(!Number['isFinite'](_0x398b77)||_0x398b77==null||_0x398b77<0x0)return;let _0xe15499=Lg((_0x3b9259=_0xbeab8e[_0x109567(0x24e)])==null||(_0x3b9259=_0x3b9259[_0x109567(0x610)](_0xbeab8e))==null?void 0x0:_0x3b9259[_0x109567(0x34f)],_0x517d87),_0x446de9=jg(_0x2d31ba),_0x56a9ce=0x0,_0x5ac432=[];for(let _0x41212d=0x0;_0x41212d<_0x398b77;_0x41212d++){var _0x1ca7c3,_0x48d448;((_0x1ca7c3=_0xbeab8e['getRowVisible'])==null?void 0x0:_0x1ca7c3[_0x109567(0x610)](_0xbeab8e,_0x41212d))!==!0x1&&(_0x56a9ce+=Rg((_0x48d448=_0xbeab8e[_0x109567(0x6db)])==null?void 0x0:_0x48d448[_0x109567(0x610)](_0xbeab8e,_0x41212d),_0xe15499),_0x5ac432[_0x109567(0x498)](_0x446de9+_0x56a9ce));}return{'breaks':_0x5ac432,'height':_0x446de9+_0x56a9ce};}function jg(_0x155b86){const _0x1d662a=_0x5878b6;var _0x283a70;let _0x487016=_0x155b86 instanceof _0x1f54d9?_0x155b86[_0x1d662a(0x3e0)](!0x0):void 0x0,_0x43064f=_0x487016==null||(_0x283a70=_0x487016[_0x1d662a(0x24e)])==null||(_0x283a70=_0x283a70[_0x1d662a(0x610)](_0x487016))==null?void 0x0:_0x283a70[_0x1d662a(0x2ae)];return _0x43064f!=null&&_0x43064f[_0x1d662a(0x39d)]?0x0:Lg(_0x43064f==null?void 0x0:_0x43064f['height'],0x18);}function Mg(_0x1f417b){const _0x275f79=_0x5878b6;var _0x433560,_0x3be4bf;let _0x5acdf8=_0x1f417b instanceof _0x1f54d9?_0x1f417b['getActiveSheet'](!0x0):void 0x0;if(!_0x5acdf8)return;let _0x1afa3f=Fg(_0x5acdf8);if(!Number['isFinite'](_0x1afa3f)||_0x1afa3f==null||_0x1afa3f<0x0)return;let _0x8354c5=(_0x433560=_0x5acdf8[_0x275f79(0x24e)])==null||(_0x433560=_0x433560[_0x275f79(0x610)](_0x5acdf8))==null?void 0x0:_0x433560['rowHeader'],_0x438aba=Lg((_0x3be4bf=_0x5acdf8[_0x275f79(0x24e)])==null||(_0x3be4bf=_0x3be4bf['call'](_0x5acdf8))==null?void 0x0:_0x3be4bf[_0x275f79(0x29d)],_0x225eac),_0x140390=_0x8354c5!=null&&_0x8354c5[_0x275f79(0x39d)]?0x0:Lg(_0x8354c5==null?void 0x0:_0x8354c5[_0x275f79(0x6c9)],_0x3044a3),_0x384169=0x0;for(let _0x18ad74=0x0;_0x18ad74<_0x1afa3f;_0x18ad74++){var _0x4d7ced,_0x50aa2f;((_0x4d7ced=_0x5acdf8[_0x275f79(0x4e5)])==null?void 0x0:_0x4d7ced['call'](_0x5acdf8,_0x18ad74))!==!0x1&&(_0x384169+=Lg((_0x50aa2f=_0x5acdf8[_0x275f79(0x38c)])==null?void 0x0:_0x50aa2f['call'](_0x5acdf8,_0x18ad74),_0x438aba));}return _0x140390+_0x384169+_0xc12d00[_0x275f79(0x2c2)];}function Ng(_0x2df085,_0x3069d9){const _0x34edb7=_0x5878b6;let _0x44890c=Ig(_0x2df085[_0x34edb7(0x442)]());if(_0x44890c==null||_0x3069d9==null)return _0x44890c;let _0x50d64a=Pg(_0x2df085,_0x3069d9),_0x4b7343=_0x2df085[_0x34edb7(0x269)]();if(_0x50d64a<0x0||_0x4b7343[_0x34edb7(0x189)]<0x0||_0x4b7343[_0x34edb7(0x35d)]<0x0||_0x4b7343[_0x34edb7(0x5db)]>_0x50d64a)return 0x0;let _0x54d975=-0x1;for(let _0x3f5cf0 of _0x2df085[_0x34edb7(0x171)]({'startRow':Math[_0x34edb7(0x33a)](0x0,_0x4b7343[_0x34edb7(0x244)]),'startColumn':Math[_0x34edb7(0x33a)](0x0,_0x4b7343[_0x34edb7(0x5db)]),'endRow':_0x4b7343[_0x34edb7(0x189)],'endColumn':Math[_0x34edb7(0x57d)](_0x50d64a,_0x4b7343[_0x34edb7(0x35d)])}))_0x3f5cf0[_0x34edb7(0x660)]&&_0x2df085[_0x34edb7(0x151)](_0x3f5cf0[_0x34edb7(0x660)])&&(_0x54d975=_0x3f5cf0[_0x34edb7(0x5ac)]);return Math[_0x34edb7(0x57d)](_0x44890c,_0x54d975+0x1);}function Pg(_0x2be647,_0x1ad150){const _0x5d8bfe=_0x5878b6;var _0x1cb7f4,_0x466a22;let _0xc31446=(_0x1cb7f4=_0x2be647[_0x5d8bfe(0x24e)])==null||(_0x1cb7f4=_0x1cb7f4['call'](_0x2be647))==null?void 0x0:_0x1cb7f4[_0x5d8bfe(0xbf)],_0x1af6e3=_0xc31446!=null&&_0xc31446['hidden']?0x0:Lg(_0xc31446==null?void 0x0:_0xc31446[_0x5d8bfe(0x6c9)],_0x3044a3),_0x3b7dcf=Math['max'](0x0,_0x1ad150-_0x1af6e3-_0xc12d00[_0x5d8bfe(0x2c2)]),_0x60af7=Lg((_0x466a22=_0x2be647[_0x5d8bfe(0x24e)])==null||(_0x466a22=_0x466a22[_0x5d8bfe(0x610)](_0x2be647))==null?void 0x0:_0x466a22[_0x5d8bfe(0x29d)],_0x225eac),_0x54bc88=0x0,_0x4354ad=-0x1,_0x1e17a3=Fg(_0x2be647)??0x0;for(let _0x2b624d=0x0;_0x2b624d<_0x1e17a3&&_0x54bc88<_0x3b7dcf;_0x2b624d++){var _0xc54291,_0x24cde7;((_0xc54291=_0x2be647['getColVisible'])==null?void 0x0:_0xc54291[_0x5d8bfe(0x610)](_0x2be647,_0x2b624d))!==!0x1&&(_0x4354ad=_0x2b624d,_0x54bc88+=Lg((_0x24cde7=_0x2be647['getColumnWidth'])==null?void 0x0:_0x24cde7['call'](_0x2be647,_0x2b624d),_0x60af7));}return _0x4354ad;}function Fg(_0x598e00){return Ig(_0x598e00['getColumnCount']());}function Ig(_0x3e15ec){const _0x651e13=_0x5878b6;return typeof _0x3e15ec==_0x651e13(0x168)&&Number[_0x651e13(0x573)](_0x3e15ec)&&_0x3e15ec>=0x0?Math['floor'](_0x3e15ec):void 0x0;}function Lg(_0x4a2d8d,_0x18f4c4){const _0x393c2f=_0x5878b6;return typeof _0x4a2d8d==_0x393c2f(0x168)&&Number['isFinite'](_0x4a2d8d)&&_0x4a2d8d>0x0?_0x4a2d8d:_0x18f4c4;}function Rg(_0x3c8537,_0x5d6b1f){const _0x430adc=_0x5878b6;return typeof _0x3c8537==_0x430adc(0x168)&&Number[_0x430adc(0x573)](_0x3c8537)&&_0x3c8537>=0x0?_0x3c8537:_0x5d6b1f;}function zg(){const _0x54a6bd=_0x5878b6;return{'hostType':_0x152567[_0x54a6bd(0x66c)],'entry':_0x54a6bd(0x563),'layout':_0x54a6bd(0x64b),'supportedLayouts':[_0x54a6bd(0x64b),_0x54a6bd(0x99),'scroll-contained',_0x54a6bd(0x50b)],'menuBehavior':'floating'};}function Bg(){const _0x44d6b5=_0x5878b6;return{'hostType':_0x152567[_0x44d6b5(0x66c)],'entry':_0x44d6b5(0x52f),'layout':_0x44d6b5(0x3cc),'supportedLayouts':[_0x44d6b5(0x3cc)],'menuBehavior':_0x44d6b5(0x2e7),'mount':_0x98044e=>{const _0x352f87=_0x44d6b5;let _0x4cb685=Vg(_0x352f87(0x40e),_0x98044e[_0x352f87(0xda)][_0x352f87(0x6f7)]);return _0x4cb685?{'hostElement':_0x4cb685}:{};}};}function Vg(_0xadbc3a,_0x4b9633){const _0x5a05a9=_0x5878b6;return document[_0x5a05a9(0x511)]('['+_0xadbc3a+'=\x22'+Hg(_0x4b9633)+'\x22]');}function Hg(_0x137765){const _0xbc1f2d=_0x5878b6;return _0x137765[_0xbc1f2d(0x7b)](/\\/g,'\x5c\x5c')[_0xbc1f2d(0x7b)](/"/g,'\x5c\x22');}function Ug(_0x38d134){const _0x574b8f=_0x5878b6;let _0x43e562=_0x38d134[_0x574b8f(0x6d0)](_0x384701)?_0x38d134[_0x574b8f(0x96)](_0x384701):void 0x0,_0x4559aa=_0x38d134[_0x574b8f(0x6d0)](_0x4fb5e9)?_0x38d134[_0x574b8f(0x96)](_0x4fb5e9):void 0x0;return{'childType':_0x152567[_0x574b8f(0x66c)],'getHorizontalScroll':_0x115553=>{const _0x4d9cc5=_0x574b8f;var _0x479e04;return(_0x479e04=_0x221be5(_0x115553))==null?void 0x0:_0x479e04[_0x4d9cc5(0x6da)];},'getVerticalScroll':_0x3ae964=>{var _0x1a6fa7;return(_0x1a6fa7=_0x221be5(_0x3ae964))==null?void 0x0:_0x1a6fa7['viewportScrollY'];},'getStickyLeftWidth':_0x41b3a5=>{const _0x30f3c0=_0x574b8f;var _0x451b5f,_0x478a40;let _0x47376b=_0x41b3a5['runtimeScope']['instanceService']??_0x43e562,_0xc34a7d=_0x47376b==null?void 0x0:_0x47376b['getUnit'](_0x41b3a5[_0x30f3c0(0x4d3)],_0x152567[_0x30f3c0(0x66c)]),_0x258e3d=_0xc34a7d==null||(_0x451b5f=_0xc34a7d[_0x30f3c0(0x3e0)](!0x0))==null||(_0x478a40=_0x451b5f[_0x30f3c0(0x24e)])==null||(_0x478a40=_0x478a40[_0x30f3c0(0x610)](_0x451b5f))==null?void 0x0:_0x478a40['rowHeader'];return _0x258e3d!=null&&_0x258e3d[_0x30f3c0(0x39d)]?0x0:(_0x258e3d==null?void 0x0:_0x258e3d['width'])??_0x3044a3;},'getStickyHeaderHeight':_0x17dc78=>{const _0x41eaf1=_0x574b8f;let _0x111e47=_0x17dc78[_0x41eaf1(0x44c)]['instanceService']??_0x43e562;return jg(_0x111e47==null?void 0x0:_0x111e47[_0x41eaf1(0x4cb)](_0x17dc78[_0x41eaf1(0x4d3)],_0x152567['UNIVER_SHEET']));},'subscribeVerticalScroll':(_0x382c31,_0x236bbe)=>{const _0x3c3d23=_0x574b8f;let _0x36488d=_0x221be5(_0x382c31);if(!_0x36488d)return;let _0x47ded0=_0x36488d[_0x3c3d23(0x291)]['subscribeEvent'](_0x139606=>{const _0x16004e=_0x3c3d23;_0x236bbe(_0x139606[_0x16004e(0x2ef)]??_0x36488d[_0x16004e(0x2ef)]??0x0);});return _0x139183(()=>_0x47ded0[_0x3c3d23(0x632)]());},'handleWheel':_0x52fd68=>{const _0x53f42a=_0x574b8f;var _0x1cb56f;if(_0x52fd68[_0x53f42a(0x298)]!==_0x53f42a(0x458)&&_0x52fd68[_0x53f42a(0x298)]!==_0x53f42a(0x148)&&uu(_0x52fd68[_0x53f42a(0x3b8)],_0x52fd68['event']))return!0x1;let _0x50c155=((_0x1cb56f=_0x52fd68[_0x53f42a(0x44c)])==null?void 0x0:_0x1cb56f[_0x53f42a(0x391)])??_0x38d134,_0x225465=_0x50c155!==_0x38d134&&_0x50c155[_0x53f42a(0x6d0)](_0x4fb5e9)?_0x50c155['get'](_0x4fb5e9):_0x4559aa;if(!_0x225465)return!0x1;let _0x245c7a=_0x225465['getRenderUnitById'](_0x52fd68['childUnitId']),_0x4f2192=_0x245c7a==null?void 0x0:_0x245c7a[_0x53f42a(0x4dc)];return pp(_0x52fd68,_0x4f2192==null?void 0x0:_0x4f2192['getViewport'](_0x215deb[_0x53f42a(0x2f4)]),_0x4f2192);}};function _0x221be5(_0x5388f6){const _0x5de95e=_0x574b8f;var _0x548378,_0x42c487;let _0x818b6b=((_0x548378=_0x5388f6[_0x5de95e(0x44c)])==null?void 0x0:_0x548378[_0x5de95e(0x391)])??_0x38d134,_0x213622=_0x818b6b!==_0x38d134&&_0x818b6b[_0x5de95e(0x6d0)](_0x4fb5e9)?_0x818b6b[_0x5de95e(0x96)](_0x4fb5e9):_0x4559aa;return _0x213622==null||(_0x42c487=_0x213622['getRenderUnitById'](_0x5388f6['childUnitId']))==null||(_0x42c487=_0x42c487[_0x5de95e(0x4dc)])==null?void 0x0:_0x42c487[_0x5de95e(0x3cf)](_0x215deb[_0x5de95e(0x2f4)]);}}function Wg(_0xf44e22){const _0x49f92d=_0x5878b6;let _0x358bda=[];return[[_0x49f92d(0x371),_0x153cde,0x0],[_0x49f92d(0x6fc),_0x554eea,0x64],[_0x49f92d(0x550),_0x5c9ce6,0x64],[_0x49f92d(0x622),_0x519bb6,0x64],['data-validation',_0x5ea6a1,0x64],[_0x49f92d(0x273),_0x514fe6,0x64],[_0x49f92d(0xc9),_0x43c1e1,0x64],[_0x49f92d(0x577),_0x34009f,0x64],[_0x49f92d(0x59e),_0xaa1fa1,0x64],[_0x49f92d(0x227),_0x31b247,0x64],[_0x49f92d(0x350),_0x19ff83,0x64],['note',_0x21aa6f,0x64],[_0x49f92d(0x21b),_0x1a9ac0,0x64],[_0x49f92d(0x299),_0x10cd6d,0x64],[_0x49f92d(0xad),_0x28204d,0x64],[_0x49f92d(0x4d4),_0x40567b,0x64],[_0x49f92d(0x462),_0x35dcbd,0x64],[_0x49f92d(0x2f9),_0x6c6739,0x64]][_0x49f92d(0x684)](([_0x4273a6,_0x264226,_0x381b7b])=>{const _0x464dc4=_0x49f92d;let _0x5bac59=Al(_0xf44e22,{'id':_0x464dc4(0x4f0)+_0x4273a6,'childType':_0x152567['UNIVER_SHEET'],'surface':_0x464dc4(0xe5),'order':_0x381b7b,'menuSchema':_0x264226});_0x5bac59&&_0x358bda['push'](_0x5bac59);}),_0x139183(()=>_0x358bda[_0x49f92d(0x684)](_0xa82bb3=>_0xa82bb3[_0x49f92d(0x3ef)]()));}function Gg(){const _0x2b7f89=_0x5878b6;return{...gm({'childType':_0x152567[_0x2b7f89(0x66c)],'productName':'Sheets'}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22formula-bar\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-embed-canvas-root]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20top:\x200\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x1fff9c,clientX:_0x695cab,clientY:_0x530533,runtimeHost:_0x5b4ccf})=>{const _0x4aff6f=_0x2b7f89;let _0x44052c=xm(_0x5b4ccf,_0x4aff6f(0x2f3),_0x695cab,_0x530533),_0x27c54e=_0x44052c==null?void 0x0:_0x44052c[_0x4aff6f(0x65b)]['id'],_0xca78f6=_0x1fff9c[_0x4aff6f(0x44c)]['commandService'];return!_0x27c54e||!_0xca78f6?!0x1:_0xca78f6[_0x4aff6f(0x426)](_0x286f92['id'],{'unitId':_0x1fff9c[_0x4aff6f(0x4d3)],'subUnitId':_0x27c54e})!==!0x1;}}};}function Kg(_0x488fb3){const _0x3a3346=_0x5878b6;return{'childType':_0x152567[_0x3a3346(0x66c)],'supportedLayouts':[_0x3a3346(0x3cc),'docs-sticky-sheet',_0x3a3346(0x68d)],'canvasRootClassName':'univer-bg-gray-0\x20dark:!univer-bg-gray-900','scopedDependencies':[[_0x4de9fc,{'useClass':_0x427c4d}],[_0xa2c53b]],'beforeDeactivate':Yg,'mount':_0x3308c3=>{const _0x3e2c8a=_0x3a3346;var _0x1236c5;let _0x38c35e=_0x3308c3['runtimeScope'][_0x3e2c8a(0x391)],_0x4d13dc=_0x3308c3[_0x3e2c8a(0x44c)][_0x3e2c8a(0x6d9)][_0x3e2c8a(0x61f)]??_0x3308c3[_0x3e2c8a(0x6b3)]['canvasRoot']??_0x3308c3[_0x3e2c8a(0x6b3)][_0x3e2c8a(0x627)]??_0x3308c3[_0x3e2c8a(0x6b3)][_0x3e2c8a(0x61e)],_0x46e417=_0x3308c3['runtimeScope']['roots']['content']??_0x3308c3['renderScope']['contentRoot']??_0x4d13dc;_0x4d13dc[_0x3e2c8a(0x65b)]['embedChildRenderUnitId']=_0x3308c3[_0x3e2c8a(0x4d3)],_0x4d13dc[_0x3e2c8a(0x65b)][_0x3e2c8a(0x6d3)]=_0x3e2c8a(0x454),_0x46e417[_0x3e2c8a(0x65b)]['embedChildRenderUnitId']=_0x3308c3[_0x3e2c8a(0x4d3)],_0x46e417['dataset'][_0x3e2c8a(0x6d3)]=_0x3e2c8a(0x17d);let _0x5e5e4b=_0x3308c3[_0x3e2c8a(0x391)][_0x3e2c8a(0x96)](_0x384701)['getUnit'](_0x3308c3['childUnitId'],_0x152567['UNIVER_SHEET']),_0x399551=_0x5e5e4b?Hm(_0x3308c3,_0x488fb3,_0x56aaa1=>Jg(_0x5e5e4b,_0x56aaa1)):_0x139183(()=>{}),_0x3a58ad=Cc(_0x3308c3,_0x4fb5e9,_0x4d13dc,{'scopedRenderInjector':!0x0})??_0x139183(()=>{}),_0xa85a4a=qg(_0x3308c3),_0x726177=Qg(_0x3308c3,_0x46e417),_0x147998=al(_0x46e417);return _0x147998[_0x3e2c8a(0x66d)](_0x5bc716(Yc,{'injector':_0x38c35e,'mountContainer':_0x3308c3[_0x3e2c8a(0x44c)][_0x3e2c8a(0x6d9)]['popup'],'embedId':_0x3308c3['embedId'],'children':_0x5bc716($g,{'canvasRoot':_0x4d13dc,'embedId':_0x3308c3[_0x3e2c8a(0x1a0)],'fullscreen':!!_0x3308c3[_0x3e2c8a(0x6b3)][_0x3e2c8a(0x5e7)],'showChrome':Xg(_0x3308c3),'readonly':((_0x1236c5=_0x3308c3[_0x3e2c8a(0xda)])==null?void 0x0:_0x1236c5['mode'])===_0x3e2c8a(0x1b8),'unitId':_0x3308c3[_0x3e2c8a(0x4d3)]})})),_0x139183(()=>{const _0x3704f8=_0x3e2c8a;_0x399551['dispose'](),_0x726177[_0x3704f8(0x3ef)](),_0xa85a4a['dispose'](),_0x3a58ad[_0x3704f8(0x3ef)](),ol(_0x147998),_0x4d13dc[_0x3704f8(0x1a5)]&&(_0x4d13dc[_0x3704f8(0x5d0)](_0x3704f8(0x150)),_0x4d13dc[_0x3704f8(0x5d0)](_0x3704f8(0x397))),_0x46e417['isConnected']&&(_0x46e417[_0x3704f8(0x5d0)](_0x3704f8(0x150)),_0x46e417[_0x3704f8(0x5d0)](_0x3704f8(0x397)));});}};}function qg(_0x317e5d){const _0x494066=_0x5878b6;var _0x2bcb7b;if(_0x317e5d['layout']!==_0x494066(0x4c1))return _0x139183(()=>{});let _0x4c6c09=(_0x2bcb7b=_0x317e5d['injector'][_0x494066(0x96)](_0x4fb5e9)['getRenderUnitById'](_0x317e5d[_0x494066(0x4d3)]))==null||(_0x2bcb7b=_0x2bcb7b[_0x494066(0x4dc)][_0x494066(0x3cf)](_0x215deb[_0x494066(0x2f4)]))==null?void 0x0:_0x2bcb7b['getScrollBar']();if(!_0x4c6c09)return _0x139183(()=>{});let _0x482707=_0x4c6c09[_0x494066(0x20b)];return _0x4c6c09[_0x494066(0x20b)]=!0x0,_0x139183(()=>{const _0x41e13c=_0x494066;_0x4c6c09[_0x41e13c(0x20b)]=_0x482707;});}function Jg(_0x1a1ac6,_0x46f25a){const _0x5860e0=_0x5878b6;var _0x100946;let _0x5c63b9=_0x46f25a==null?void 0x0:_0x46f25a[_0x5860e0(0x259)],_0x15db6e=(_0x5c63b9?_0x1a1ac6[_0x5860e0(0x1f1)](_0x5c63b9):void 0x0)??_0x1a1ac6[_0x5860e0(0x3a9)]()[0x0];_0x15db6e&&((_0x100946=_0x1a1ac6[_0x5860e0(0x3e0)](!0x0))==null?void 0x0:_0x100946[_0x5860e0(0x3c3)]())!==_0x15db6e['getSheetId']()&&_0x1a1ac6[_0x5860e0(0x1fd)](_0x15db6e);}function Yg(_0x4eda79){const _0x3f0292=_0x5878b6;var _0x197c33,_0x5d3648;(_0x197c33=_0x4eda79[_0x3f0292(0x44c)]['commandService'])==null||_0x197c33[_0x3f0292(0x426)](_0x43e0ba['id'],{'visible':!0x1,'eventType':_0x3d904d[_0x3f0292(0xf2)],'unitId':_0x4eda79[_0x3f0292(0x4d3)]}),_0x4eda79[_0x3f0292(0x44c)]['injector']['has'](_0x2c302c)&&_0x4eda79['runtimeScope'][_0x3f0292(0x391)][_0x3f0292(0x96)](_0x2c302c)[_0x3f0292(0x463)](_0x4eda79['childUnitId']),(_0x5d3648=_0x4eda79['injector']['get'](_0x4fb5e9)[_0x3f0292(0x427)](_0x4eda79[_0x3f0292(0x4d3)]))==null||(_0x5d3648=_0x5d3648[_0x3f0292(0x4dc)][_0x3f0292(0x537)]())==null||_0x5d3648[_0x3f0292(0x301)]();}function Xg(_0x144d37){const _0x39d066=_0x5878b6;return _0x144d37[_0x39d066(0x6b3)][_0x39d066(0x67a)]===_0x39d066(0x3e8)||!!_0x144d37[_0x39d066(0x6b3)]['fullscreen'];}function Zg(_0x332691,_0x241ac8){const _0x2db84f=_0x5878b6;let _0x172662=_0x332691[_0x2db84f(0x50c)]['top'],_0x126a98=_0x332691[_0x2db84f(0x50c)]['bottom'];return _0x332691['style'][_0x2db84f(0x5c3)]=_0x241ac8['formulaBar']?_0x2db84f(0x5d1):'',_0x332691[_0x2db84f(0x50c)]['bottom']=_0x241ac8['sheetBar']?_0x3118c0+'px':'',_0x139183(()=>{const _0x144a65=_0x2db84f;_0x332691[_0x144a65(0x50c)][_0x144a65(0x5c3)]=_0x172662,_0x332691[_0x144a65(0x50c)]['bottom']=_0x126a98;});}function Qg(_0xda9a87,_0x5185bd){const _0x2c308a=_0x5878b6;var _0x50af06,_0x4e2ff5;return(_0x50af06=_0xda9a87[_0x2c308a(0x391)])!=null&&(_0x4e2ff5=_0x50af06[_0x2c308a(0x6d0)])!=null&&_0x4e2ff5[_0x2c308a(0x610)](_0x50af06,Gu)?_0xda9a87[_0x2c308a(0x391)][_0x2c308a(0x96)](Gu)[_0x2c308a(0x334)]({'embedId':_0xda9a87[_0x2c308a(0x1a0)],'childUnitId':_0xda9a87[_0x2c308a(0x4d3)],'root':_0xda9a87['renderScope'][_0x2c308a(0x61e)],'contentRoot':_0x5185bd}):_0x139183(()=>{});}function $g(_0x2575ea){const _0x5b31ab=_0x5878b6;let {canvasRoot:_0x1b6588,embedId:_0x2f315c,fullscreen:_0xe9c564,readonly:_0xc8036c,showChrome:_0x4aea41,unitId:_0x23c3b1}=_0x2575ea,_0x1b8fe7=_0xcac54(_0x296c5b),_0x3a7dec=_0x598ded(_0x2d57a6),_0x3a5900=_0x598ded($l),_0x3f3dc2=_0xec05b8(()=>_0x3a5900[_0x5b31ab(0x571)],_0x3a5900[_0x5b31ab(0x192)](),!0x1,[_0x3a5900]),_0x39f673=!_0xe9c564&&(_0x3f3dc2==null?void 0x0:_0x3f3dc2[_0x5b31ab(0x1a0)])===_0x2f315c&&_0x3f3dc2[_0x5b31ab(0x4d3)]===_0x23c3b1,_0xa0da52=_0x3a7dec[_0x5b31ab(0x96)]('SheetShapeTextEditorContainer')??_0x3a7dec[_0x5b31ab(0x96)](_0x5b31ab(0x2fe)),_0x24c363=_0x1b8fe7==null?void 0x0:_0x1b8fe7[_0x5b31ab(0x615)],_0x1a38d1=(_0x1b8fe7==null?void 0x0:_0x1b8fe7[_0x5b31ab(0x42c)])??!0x0,_0x433701=_0x24c363===!0x1?!0x1:(_0x24c363==null?void 0x0:_0x24c363[_0x5b31ab(0x35e)])??!0x0,_0xe46b01=!_0x39f673&&_0x4aea41&&_0x1a38d1,_0x4c228b=!_0x39f673&&_0x4aea41&&_0x433701;return _0x404518(()=>{const _0x31de23=_0x5b31ab;let _0x534153=Zg(_0x1b6588,{'formulaBar':_0xe46b01,'sheetBar':_0x4c228b});return()=>_0x534153[_0x31de23(0x3ef)]();},[_0x1b6588,_0xe46b01,_0x4c228b]),_0x39f673?null:_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x5b31ab(0xfb),{'className':_0x5b31ab(0x416),'data-u-comp':_0x5b31ab(0xaa),'children':_0x5bc716(_0x1d6e53,{'unitId':_0x23c3b1})}),_0xe46b01&&_0x5bc716(_0x5b31ab(0xfb),{'className':_0x5b31ab(0x1e0),'style':{'height':0x1c},'children':_0x5bc716(_0x45d1ed,{})}),!_0xc8036c&&_0xa0da52&&_0x5bc716(_0xa0da52,{}),!_0xc8036c&&!(_0x1b8fe7!=null&&_0x1b8fe7[_0x5b31ab(0x32d)])&&_0x5bc716(_0xaf3308,{}),!_0xc8036c&&_0x5bc716(_0x406bef,{}),_0x4c228b&&_0x5bc716(_0x5b31ab(0xfb),{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':_0x3118c0},'children':_0x5bc716(_0x24ac04,{})})]});}const e_=_0x54ab9f(({children:_0x2d2218,className:_0x58c01f,title:_0x42529f,onClick:_0x1e3933,onMouseDown:_0x3464d1,onPointerDown:_0x42b475,..._0x2b4bc2},_0x1aa9f6)=>_0x5bc716(_0x4a289d,{'ref':_0x1aa9f6,'type':_0x5878b6(0x348),'size':_0x5878b6(0x2f8),'variant':_0x5878b6(0xcf),'aria-label':_0x598ded(_0x301c59)['t'](_0x42529f),'className':_0x54132b(_0x5878b6(0x9f),_0x58c01f),'onPointerDown':_0x2bf609=>{const _0x2a4e70=_0x5878b6;_0x2bf609[_0x2a4e70(0x39a)](),_0x42b475==null||_0x42b475(_0x2bf609);},'onMouseDown':_0x4179fa=>{const _0x36c1f0=_0x5878b6;_0x4179fa[_0x36c1f0(0x39a)](),_0x3464d1==null||_0x3464d1(_0x4179fa);},'onClick':_0x3729cf=>{const _0x6bc3a7=_0x5878b6;_0x1e3933==null||_0x1e3933(_0x3729cf),_0x3729cf[_0x6bc3a7(0x39a)]();},..._0x2b4bc2,'children':_0x2d2218})),t_=_0x54ab9f(({title:_0x221cc3,primary:_0x6de2e3,disabled:_0x5da45c,open:_0x1450dd,onPrimaryClick:_0x229ffb,onMouseDown:_0x5e7a92,onPointerDown:_0x5686cc,onClick:_0x33d48a,..._0x4ef89},_0x3a7087)=>_0x2e142b(_0x5878b6(0xfb),{'ref':_0x3a7087,'className':_0x54132b(_0x5878b6(0x93),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x1450dd,'univer-cursor-not-allowed\x20univer-opacity-60':_0x5da45c}),'onPointerDown':_0x5193aa=>{_0x5193aa['stopPropagation'](),_0x5686cc==null||_0x5686cc(_0x5193aa);},'onMouseDown':_0x5d7b82=>{const _0x35de4e=_0x5878b6;_0x5d7b82[_0x35de4e(0x39a)](),_0x5e7a92==null||_0x5e7a92(_0x5d7b82);},'onClick':_0xce1f63=>{const _0x6f5496=_0x5878b6;_0x33d48a==null||_0x33d48a(_0xce1f63),_0xce1f63[_0x6f5496(0x39a)]();},..._0x4ef89,'children':[_0x5bc716('button',{'type':_0x5878b6(0x348),'aria-label':_0x221cc3,'className':_0x5878b6(0x2b0),'disabled':_0x5da45c,'onClick':_0x34da54=>{_0x34da54['stopPropagation'](),_0x229ffb();},'children':_0x6de2e3}),_0x5bc716(_0x5e17ab,{'orientation':'vertical'}),_0x5bc716(_0x5878b6(0x348),{'type':'button','aria-label':_0x221cc3,'className':_0x5878b6(0x154),'disabled':_0x5da45c,'children':_0x5bc716(_0x4fb849,{})})]}));t_[_0x5878b6(0x177)]=_0x5878b6(0x2bd);function n_(_0x3853b2){const _0x36b26c=_0x5878b6;let {children:_0x1ec32d,title:_0x4a27a1,className:_0x3ebfa4,disabled:_0xfea60c,active:_0x4b2761,onClick:_0x4ccceb}=_0x3853b2;return _0x5bc716(af,{'title':_0x4a27a1,'placement':'bottom','children':_0x5bc716(_0x563288,{'className':_0x54132b(_0x36b26c(0x3ee),_0x3ebfa4),'disabled':_0xfea60c,'active':_0x4b2761,'onClick':_0x4ccceb,'children':_0x1ec32d})});}function r_(_0x40d4c8){let {item:_0x520506,children:_0x1192fb,title:_0xb14fb6,onClick:_0xfcbcc2}=_0x40d4c8,{hidden:_0x5a1b1a,disabled:_0x52d26f,activated:_0x237f75}=i_(_0x520506),_0x27fc25=_0x598ded(_0x301c59);return!_0x520506||_0x5a1b1a?null:_0x5bc716(n_,{'title':_0x27fc25['t'](_0xb14fb6),'disabled':_0x52d26f,'active':_0x237f75,'onClick':_0xfcbcc2,'children':_0x1192fb});}function i_(_0x11179d){return{'hidden':_0xec05b8(()=>{const _0x1731b5=_0x4fd0;var _0x356c70;return(_0x11179d==null||(_0x356c70=_0x11179d[_0x1731b5(0x319)])==null?void 0x0:_0x356c70[_0x1731b5(0x5c8)](_0x3d7dcc(!0x1)))??_0x5694b8(!0x1);},!0x1,!0x1,[_0x11179d]),'disabled':_0xec05b8(()=>{const _0x10529c=_0x4fd0;var _0xc1b737;return(_0x11179d==null||(_0xc1b737=_0x11179d[_0x10529c(0x5f0)])==null?void 0x0:_0xc1b737[_0x10529c(0x5c8)](_0x3d7dcc(!0x1)))??_0x5694b8(!0x1);},!0x1,!0x1,[_0x11179d]),'activated':_0xec05b8(()=>{const _0x1e4b88=_0x4fd0;var _0x245746;return(_0x11179d==null||(_0x245746=_0x11179d[_0x1e4b88(0x42f)])==null?void 0x0:_0x245746[_0x1e4b88(0x5c8)](_0x3d7dcc(!0x1)))??_0x5694b8(!0x1);},!0x1,!0x1,[_0x11179d]),'value':_0xec05b8(()=>{const _0x4fc4c9=_0x4fd0;var _0x25417b;return(_0x11179d==null||(_0x25417b=_0x11179d[_0x4fc4c9(0x6d1)])==null?void 0x0:_0x25417b[_0x4fc4c9(0x5c8)](_0x3d7dcc(void 0x0)))??_0x5694b8(void 0x0);},void 0x0,!0x1,[_0x11179d])};}function a_(_0x25770b){const _0x5db6ff=_0x5878b6;return _0x25770b[_0x5db6ff(0x2b5)]??_0x25770b[_0x5db6ff(0x4da)]??_0x25770b['id'];}function o_(_0x2307f5){const _0x2d7e2e=_0x5878b6;return typeof _0x2307f5[_0x2d7e2e(0x378)]=='string'?_0x2307f5['label']:typeof _0x2307f5[_0x2d7e2e(0x660)]=='string'||typeof _0x2307f5[_0x2d7e2e(0x660)]=='number'?String(_0x2307f5[_0x2d7e2e(0x660)]):_0x2307f5['id']??'';}function s_(_0x1da5c0){const _0x1c4846=_0x5878b6;return _0x1da5c0===_0x25906b['CLIP']?_0x5bc716(_0x1e191a,{}):_0x1da5c0===_0x25906b[_0x1c4846(0x33f)]?_0x5bc716(_0x102832,{}):_0x5bc716(_0x5bbf78,{});}function c_(_0x16d15d){const _0x6df2ae=_0x5878b6;return _0x16d15d instanceof HTMLElement&&!!_0x16d15d[_0x6df2ae(0x279)](_0x6df2ae(0x1af));}function l_(_0x1bf408){const _0x386204=_0x5878b6;_0x1bf408[_0x386204(0x39a)](),c_(_0x1bf408[_0x386204(0x6dd)])||_0x1bf408[_0x386204(0x543)]();}function u_(_0x5af960,_0x2fe22a){const _0x1aadd7=_0x5878b6;if(!(_0x5af960 instanceof HTMLElement))return!0x1;let _0x177070=_0x5af960['closest'](_0x1aadd7(0x8e));return(_0x177070==null?void 0x0:_0x177070['getAttribute'](_0x1aadd7(0x1f9)))===_0x2fe22a;}function d_(_0x33eb90,_0x36fbd4){const _0x43f208=_0x5878b6;let _0x2c236a=_0x33eb90[_0x43f208(0x6dd)];u_(_0x2c236a,_0x36fbd4)&&_0x33eb90['preventDefault']();}function f_(_0x28632c){const _0x12cdc5=_0x5878b6;let {embedId:_0x18140b,children:_0xf8e1e3,onPointerDown:_0x12e5b1}=_0x28632c;return _0x5bc716(_0x12cdc5(0x574),{'data-embed-id':_0x18140b,'data-embed-floating-menu-popup':_0x12cdc5(0x13e),'className':_0x12cdc5(0xd7),'onPointerDown':_0x12e5b1,'onMouseDown':l_,'children':_0xf8e1e3});}function p_(_0x100503){const _0x3ec923=_0x5878b6;let {children:_0x129d9e}=_0x100503;return _0x5bc716(_0x3ec923(0xfb),{'className':_0x3ec923(0x41c),'children':_0x129d9e});}function m_(_0x2229f2){const _0xd0e1d3=_0x5878b6;let {embedId:_0x5e521f,title:_0x533560,trigger:_0x5b99a1,overlay:_0x158e7e,disabled:_0x43b73c,triggerClassName:_0x403fa2,open:_0x9f7a74,onOpenChange:_0x48dc5}=_0x2229f2,_0xe7c23e=_0x598ded(_0x301c59),_0x9f220a=_0x5bc716(_0x225a3b,{'disabled':_0x43b73c,'align':_0xd0e1d3(0x552),'sideOffset':0x6,'open':_0x9f7a74,'onOpenChange':_0x48dc5,'onPointerDownOutside':_0x551eb5=>d_(_0x551eb5,_0x5e521f),'onFocusOutside':_0x38da4c=>d_(_0x38da4c,_0x5e521f),'onInteractOutside':_0x5a0fdc=>d_(_0x5a0fdc,_0x5e521f),'overlay':_0x5bc716(_0xd0e1d3(0xfb),{'data-embed-id':_0x5e521f,'data-embed-floating-menu-popup':_0xd0e1d3(0x13e),'onPointerDown':l_,'onMouseDown':l_,'children':_0x158e7e}),'children':_0x5bc716(e_,{'title':_0x533560,'data-state':_0x9f7a74?'open':_0xd0e1d3(0x54b),'disabled':_0x43b73c,'className':_0x403fa2,'children':_0x5b99a1})});return _0x5bc716(af,{'title':_0xe7c23e['t'](_0x533560),'placement':_0xd0e1d3(0x121),'children':_0x9f220a});}function h_(_0x20124d){const _0x560185=_0x5878b6;let {children:_0x405bf7}=_0x20124d;return _0x5bc716(_0x560185(0x574),{'className':_0x560185(0x54c),'onPointerDown':l_,'onMouseDown':l_,'children':_0x405bf7});}function g_(_0x2e2784){const _0x41261c=_0x5878b6;let {children:_0x406bf4}=_0x2e2784;return _0x5bc716(_0x41261c(0x574),{'className':_0x41261c(0x637),'onPointerDown':l_,'onMouseDown':l_,'children':_0x406bf4});}function __(_0x1d774e){const _0x554475=_0x5878b6;let {children:_0x3da120,icon:_0x259236,onClick:_0x322db0}=_0x1d774e;return _0x2e142b(_0x554475(0x348),{'type':'button','className':_0x554475(0x3b7),'onClick':_0x322db0,'children':[_0x5bc716(_0x554475(0x30a),{'className':_0x554475(0x597),'children':_0x259236}),_0x5bc716('span',{'className':_0x554475(0x6ef),'children':_0x3da120})]});}function v_(_0x7aae4c){const _0x36de64=_0x5878b6;let {children:_0x10e667,icon:_0x3b1efe,active:_0x5c8dce,onClick:_0xfdf805}=_0x7aae4c;return _0x2e142b(_0x36de64(0x348),{'type':_0x36de64(0x348),'className':_0x54132b(_0x36de64(0x380),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x5c8dce}),'onClick':_0xfdf805,'children':[_0x3b1efe,_0x10e667]});}function y_(_0x25267d){const _0x414ae1=_0x5878b6;let {title:_0x36983e,active:_0x592335,disabled:_0x4b736f,children:_0x3e0725,onClick:_0x4efb66}=_0x25267d;return _0x5bc716(af,{'title':_0x598ded(_0x301c59)['t'](_0x36983e),'placement':_0x414ae1(0x121),'children':_0x5bc716(_0x563288,{'className':'univer-size-7','disabled':_0x4b736f,'active':_0x592335,'onClick':_0x4efb66,'children':_0x3e0725})});}function b_(){return[..._0x1cafea];}function x_(){return[..._0x146fd7];}function S_(_0x44db98){const _0x56c843=_0x5878b6;return!_0x44db98||!(_0x56c843(0x32a)in _0x44db98)||!Array[_0x56c843(0x27d)](_0x44db98[_0x56c843(0x32a)])?[]:_0x44db98[_0x56c843(0x32a)];}function C_(_0x6f76fc){const _0x4c7b1b=_0x5878b6;let {menuItem:_0x2d34bf,onClick:_0x4cba42}=_0x6f76fc,{hidden:_0x38b913,disabled:_0x149e6c,value:_0x1cd1eb}=i_(_0x2d34bf),_0x116945=_0x598ded(_0x301c59);if(!_0x2d34bf||_0x38b913)return null;let _0x43fbc9=_0x116945['t'](_0x4c7b1b(0x603));return _0x5bc716(af,{'title':_0x43fbc9,'placement':_0x4c7b1b(0x121),'children':_0x2e142b(e_,{'title':_0x43fbc9,'disabled':_0x149e6c,'onClick':_0x4cba42,'children':[_0x5bc716(_0x494fc0,{}),_0x5bc716(_0x4c7b1b(0x30a),{'children':typeof _0x1cd1eb==_0x4c7b1b(0x41b)&&_0x1cd1eb?_0x1cd1eb:_0x4c7b1b(0x22a)}),_0x5bc716(_0x4fb849,{})]})});}function w_(_0x5993ed){const _0xecf94c=_0x5878b6;let {embedId:_0x5df9fc,menuItem:_0x9583b1,title:_0x1cc321,open:_0x37aa07,onOpenChange:_0x37c833,onSelect:_0x4b577e}=_0x5993ed,{hidden:_0xcdfa66,disabled:_0x28a5f5,value:_0x577735}=i_(_0x9583b1);if(!_0x9583b1||_0xcdfa66)return null;let _0x5534fd=typeof _0x577735=='string'&&_0x577735?_0x577735:_0xecf94c(0x2c6);return _0x5bc716(m_,{'embedId':_0x5df9fc,'disabled':_0x28a5f5,'title':_0x1cc321,'open':_0x37aa07,'onOpenChange':_0x37c833,'trigger':_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0xecf94c(0x30a),{'className':_0xecf94c(0x5e8),'children':_0x5534fd}),_0x5bc716(_0x4fb849,{})]}),'overlay':_0x5bc716(_0xecf94c(0xfb),{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','onPointerDown':l_,'onMouseDown':l_,'children':_0x5bc716(_0x288ace,{'value':_0x5534fd,'onChange':_0x419b94=>{_0x4b577e(_0x419b94),_0x37c833(!0x1);}})})});}function T_(_0x5c5483){const _0xff6627=_0x5878b6;let {embedId:_0x4a05d2,menuItem:_0x52be82,title:_0x50112c,open:_0x400e1e,onOpenChange:_0x27205c,onSelect:_0x4f2b9d}=_0x5c5483,{hidden:_0xab2ba2,disabled:_0x52c838,value:_0x1c7ac5}=i_(_0x52be82);if(!_0x52be82||_0xab2ba2)return null;let _0x2193e1=typeof _0x1c7ac5=='number'||typeof _0x1c7ac5==_0xff6627(0x41b)?Number(_0x1c7ac5):0xb;return _0x5bc716(m_,{'embedId':_0x4a05d2,'disabled':_0x52c838,'title':_0x50112c,'open':_0x400e1e,'onOpenChange':_0x27205c,'trigger':_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0xff6627(0x30a),{'className':_0xff6627(0x6c2),'children':_0x2193e1}),_0x5bc716(_0x4fb849,{})]}),'overlay':_0x5bc716('div',{'className':_0xff6627(0x32f),'onPointerDown':l_,'onMouseDown':l_,'children':x_()[_0xff6627(0x28d)](_0x5b0352=>{const _0x4c2082=_0xff6627;let _0x8c1596=Number(_0x5b0352[_0x4c2082(0x660)])===_0x2193e1;return _0x2e142b(_0x4c2082(0x348),{'type':_0x4c2082(0x348),'className':_0x54132b(_0x4c2082(0x4d8),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x8c1596}),'onClick':()=>{const _0x5c7e8e=_0x4c2082;_0x4f2b9d(String(_0x5b0352[_0x5c7e8e(0x660)])),_0x27205c(!0x1);},'children':[_0x5bc716(_0x4c2082(0x30a),{'children':_0x5b0352[_0x4c2082(0x378)]}),_0x8c1596&&_0x5bc716(_0x2c0f6b,{'className':_0x4c2082(0x6d6)})]},_0x5b0352[_0x4c2082(0x660)]);})})});}function E_(_0x21ac1d){const _0x44a79b=_0x5878b6;let {embedId:_0x34ad24,menuItem:_0x47cb2f,open:_0x51295f,onOpenChange:_0x25e9f5,execute:_0x59440f}=_0x21ac1d,{hidden:_0x425d0e,disabled:_0xfb586}=i_(_0x47cb2f);return!_0x47cb2f||_0x425d0e?null:_0x5bc716(m_,{'embedId':_0x34ad24,'disabled':_0xfb586,'title':_0x44a79b(0x6ba),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x51295f,'onOpenChange':_0x25e9f5,'trigger':_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x5c4aed,{}),_0x5bc716(_0x4fb849,{})]}),'overlay':_0x5bc716(f_,{'embedId':_0x34ad24,'onPointerDown':_0x5bc904=>_0x5bc904['stopPropagation'](),'children':_0x2e142b(p_,{'children':[_0x5bc716(O_,{'item':_0x47cb2f,'title':'embed-ui.sheetsFloating.align.left','onClick':()=>_0x59440f(_0x47cb2f,{'value':_0xefb1f1[_0x44a79b(0x6fa)]}),'children':_0x5bc716(_0x5c4aed,{})}),_0x5bc716(O_,{'item':_0x47cb2f,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0x59440f(_0x47cb2f,{'value':_0xefb1f1[_0x44a79b(0x676)]}),'children':_0x5bc716(_0x1fd925,{})}),_0x5bc716(O_,{'item':_0x47cb2f,'title':_0x44a79b(0x5fe),'onClick':()=>_0x59440f(_0x47cb2f,{'value':_0xefb1f1[_0x44a79b(0x1c2)]}),'children':_0x5bc716(_0x312a31,{})})]})})});}function D_(_0x37b23d){const _0x5ecaae=_0x5878b6;let {embedId:_0x2876ea,menuItem:_0x4a7381,open:_0x2102c8,onOpenChange:_0x59d09c,execute:_0x53363f}=_0x37b23d,{hidden:_0x405385,disabled:_0x1668c1}=i_(_0x4a7381);return!_0x4a7381||_0x405385?null:_0x5bc716(m_,{'embedId':_0x2876ea,'disabled':_0x1668c1,'title':_0x5ecaae(0x678),'triggerClassName':_0x5ecaae(0x477),'open':_0x2102c8,'onOpenChange':_0x59d09c,'trigger':_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x541d7a,{}),_0x5bc716(_0x4fb849,{})]}),'overlay':_0x5bc716(f_,{'embedId':_0x2876ea,'onPointerDown':_0xdf1032=>_0xdf1032['stopPropagation'](),'children':_0x2e142b(p_,{'children':[_0x5bc716(O_,{'item':_0x4a7381,'title':'embed-ui.sheetsFloating.align.top','onClick':()=>_0x53363f(_0x4a7381,{'value':_0x1e7fa1[_0x5ecaae(0x60e)]}),'children':_0x5bc716(_0x174b35,{})}),_0x5bc716(O_,{'item':_0x4a7381,'title':_0x5ecaae(0x211),'onClick':()=>_0x53363f(_0x4a7381,{'value':_0x1e7fa1[_0x5ecaae(0x1e6)]}),'children':_0x5bc716(_0x541d7a,{})}),_0x5bc716(O_,{'item':_0x4a7381,'title':_0x5ecaae(0x359),'onClick':()=>_0x53363f(_0x4a7381,{'value':_0x1e7fa1['BOTTOM']}),'children':_0x5bc716(_0x4ac001,{})})]})})});}function O_(_0x3b8c2e){let {item:_0x5d2282,title:_0x5c611e,children:_0xec0d6b,onClick:_0xf9fd70}=_0x3b8c2e,{hidden:_0x3cfa62,disabled:_0xfc7aa8,activated:_0x23f14a}=i_(_0x5d2282);return!_0x5d2282||_0x3cfa62?null:_0x5bc716(y_,{'title':_0x5c611e,'disabled':_0xfc7aa8,'active':_0x23f14a,'onClick':_0xf9fd70,'children':_0xec0d6b});}function k_(_0x3a5ba1){const _0x4c033f=_0x5878b6;let {embedId:_0x3517bd,menuItem:_0x420b1e,title:_0x38b459,icon:_0x3ef9d8,defaultColor:_0x52563d,open:_0x45a084,onOpenChange:_0x46e115,onChange:_0x5ba047,onReset:_0x118cd9}=_0x3a5ba1,_0x519746=_0x598ded(_0x301c59),{hidden:_0x24973f,disabled:_0x145d5c,value:_0x6ef6a0}=i_(_0x420b1e),[_0x14bf21,_0x13ab5b]=_0x1b7202(_0x52563d);if(!_0x420b1e||_0x24973f)return null;let _0x539570=_0x5bc716(_0x225a3b,{'disabled':_0x145d5c,'align':_0x4c033f(0x552),'sideOffset':0x6,'open':_0x45a084,'onOpenChange':_0x46e115,'onPointerDownOutside':_0x31083e=>d_(_0x31083e,_0x3517bd),'onFocusOutside':_0x12d7e1=>d_(_0x12d7e1,_0x3517bd),'onInteractOutside':_0x349f77=>d_(_0x349f77,_0x3517bd),'overlay':_0x2e142b(_0x4c033f(0xfb),{'data-embed-id':_0x3517bd,'data-embed-floating-menu-popup':'true','className':_0x4c033f(0x464),'onPointerDown':l_,'onMouseDown':l_,'children':[_0x5bc716(_0x4f6461,{'value':typeof _0x6ef6a0==_0x4c033f(0x41b)&&_0x6ef6a0?_0x6ef6a0:_0x14bf21,'onChange':_0x28cbac=>{_0x13ab5b(_0x28cbac),_0x5ba047(_0x28cbac);}}),_0x5bc716(_0x5e17ab,{}),_0x2e142b('button',{'type':_0x4c033f(0x348),'className':'univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','onClick':()=>{_0x13ab5b(_0x52563d),_0x118cd9(),_0x46e115(!0x1);},'children':[_0x5bc716(_0x3c5e63,{}),_0x5bc716(_0x4c033f(0x30a),{'children':_0x519746['t'](_0x4c033f(0x512))})]})]}),'children':_0x5bc716(e_,{'title':_0x38b459,'disabled':_0x145d5c,'children':_0x3ef9d8})});return _0x5bc716(af,{'title':_0x519746['t'](_0x38b459),'placement':_0x4c033f(0x121),'children':_0x539570});}function A_(_0x18aca8){const _0x94c610=_0x5878b6;let {embedId:_0x160d58,menuItem:_0x5756f7,open:_0x265012,onOpenChange:_0x20714b,onSelect:_0x1df319}=_0x18aca8,_0x570938=_0x598ded(_0x301c59),_0x1c894e=_0x598ded(_0x8cc772),{hidden:_0x211e4c,disabled:_0x291429}=i_(_0x5756f7),[_0x516bc2,_0x555fd1]=_0x1b7202(_0xe20296['ALL']),[_0x511a55,_0x135a2a]=_0x1b7202(_0x477aca[_0x94c610(0x25d)]),[_0x315d85,_0x1c5c36]=_0x1b7202(_0x94c610(0x63e));if(!_0x5756f7||_0x211e4c)return null;let _0x5cf0bd=(_0xda6992=_0x516bc2,_0xee910b=_0x511a55,_0x46804e=_0x315d85)=>{_0x555fd1(_0xda6992),_0x135a2a(_0xee910b),_0x1c5c36(_0x46804e),_0x1df319(_0xda6992,_0xee910b,_0x46804e);},_0x4da2dd=_0x3dedd7=>{const _0x1374e6=_0x94c610;var _0x3c1f45;return((_0x3c1f45=b_()[_0x1374e6(0x64a)](_0x4ab4f1=>_0x4ab4f1['value']===_0x3dedd7))==null?void 0x0:_0x3c1f45[_0x1374e6(0xa2)])??_0x1374e6(0x3db);},_0x5d7905=(_0xc72eae,_0x21927e=_0x94c610(0x693))=>{const _0x58d1bf=_0x94c610;let _0x4b63aa=_0x1c894e[_0x58d1bf(0x96)](_0xc72eae);return _0x4b63aa?_0x5bc716(_0x4b63aa,{'className':_0x21927e}):_0x5bc716(_0x179d74,{});},_0x5bbace=_0x5bc716(_0x225a3b,{'disabled':_0x291429,'align':'start','sideOffset':0x6,'open':_0x265012,'onOpenChange':_0x20714b,'onPointerDownOutside':_0x214db2=>d_(_0x214db2,_0x160d58),'onFocusOutside':_0x51e536=>d_(_0x51e536,_0x160d58),'onInteractOutside':_0x504751=>d_(_0x504751,_0x160d58),'overlay':_0x2e142b(f_,{'embedId':_0x160d58,'onPointerDown':_0x16ff7b=>_0x16ff7b['stopPropagation'](),'children':[_0x5bc716('div',{'className':_0x94c610(0x56e),'children':b_()[_0x94c610(0x28d)](_0x574aee=>_0x5bc716(y_,{'title':_0x574aee[_0x94c610(0x378)],'active':_0x516bc2===_0x574aee[_0x94c610(0x660)],'onClick':()=>_0x5cf0bd(_0x574aee['value']),'children':_0x5d7905(_0x574aee['icon'])},_0x574aee[_0x94c610(0x660)]))}),_0x5bc716(_0x5e17ab,{}),_0x2e142b(p_,{'children':[_0x5bc716(_0x225a3b,{'align':_0x94c610(0x552),'sideOffset':0x6,'onPointerDownOutside':_0x19932b=>d_(_0x19932b,_0x160d58),'onFocusOutside':_0x2edce8=>d_(_0x2edce8,_0x160d58),'onInteractOutside':_0x43a0d7=>d_(_0x43a0d7,_0x160d58),'overlay':_0x5bc716('div',{'data-embed-id':_0x160d58,'data-embed-floating-menu-popup':_0x94c610(0x13e),'className':_0x94c610(0x222),'onPointerDown':l_,'onMouseDown':l_,'children':_0x5bc716(_0x4f6461,{'value':_0x315d85,'onChange':_0x112b48=>_0x5cf0bd(_0x516bc2,_0x511a55,_0x112b48)})}),'children':_0x2e142b(y_,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[_0x5bc716(_0x37107f,{'extend':{'colorChannel1':_0x315d85}}),_0x5bc716(_0x4fb849,{})]})}),_0x5bc716(_0x225a3b,{'align':_0x94c610(0x552),'sideOffset':0x6,'onPointerDownOutside':_0x26bd4d=>d_(_0x26bd4d,_0x160d58),'onFocusOutside':_0x25e65a=>d_(_0x25e65a,_0x160d58),'onInteractOutside':_0x436ab6=>d_(_0x436ab6,_0x160d58),'overlay':_0x5bc716(_0x94c610(0xfb),{'data-embed-id':_0x160d58,'data-embed-floating-menu-popup':'true','className':_0x94c610(0x3a2),'onPointerDown':l_,'onMouseDown':l_,'children':_0x1b5d25[_0x94c610(0x28d)](_0x59c35a=>_0x5bc716(_0x94c610(0x348),{'type':_0x94c610(0x348),'className':_0x54132b('univer-relative\x20univer-flex\x20univer-h-8\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x511a55===_0x59c35a[_0x94c610(0x660)]}),'onClick':()=>_0x5cf0bd(_0x516bc2,_0x59c35a[_0x94c610(0x660)]),'children':_0x5bc716(_0x4b14fe,{'className':_0x94c610(0x4f6),'type':_0x59c35a[_0x94c610(0x660)]})},_0x59c35a[_0x94c610(0x660)]))}),'children':_0x2e142b(y_,{'title':'embed-ui.sheetsFloating.borderLine.borderSize','active':!0x1,'onClick':()=>void 0x0,'children':[_0x5bc716(_0x4b14fe,{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0x511a55}),_0x5bc716(_0x4fb849,{})]})})]})]}),'children':_0x5bc716(t_,{'title':_0x570938['t']('embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0x291429,'open':_0x265012,'primary':_0x5d7905(_0x4da2dd(_0x516bc2),_0x94c610(0x1f8)),'onPrimaryClick':()=>{_0x5cf0bd(),_0x20714b(!0x1);}})});return _0x5bc716(af,{'title':_0x570938['t'](_0x94c610(0x237)),'placement':_0x94c610(0x121),'children':_0x5bbace});}function j_(_0x14f0bc){const _0x274fa3=_0x5878b6;let {embedId:_0x1501f4,menuItems:_0x3d6dea,open:_0x2fa1df,onOpenChange:_0x3c1770,execute:_0x3c0679}=_0x14f0bc,_0x4c7db4=_0x598ded(_0x301c59),{hidden:_0x1073bf,disabled:_0x2f19bc}=i_(_0x3d6dea==null?void 0x0:_0x3d6dea['root']),_0x3169c1=[];return[{'item':_0x3d6dea==null?void 0x0:_0x3d6dea[_0x274fa3(0x155)],'icon':_0x5bc716(_0x17b1e1,{})},{'item':_0x3d6dea==null?void 0x0:_0x3d6dea[_0x274fa3(0x2dd)],'icon':_0x5bc716(_0x171cee,{})},{'item':_0x3d6dea==null?void 0x0:_0x3d6dea['horizontal'],'icon':_0x5bc716(_0x1bc6e0,{})},{'item':_0x3d6dea==null?void 0x0:_0x3d6dea[_0x274fa3(0x46e)],'icon':_0x5bc716(_0x5a2336,{})}][_0x274fa3(0x684)](({item:_0x5264fd,icon:_0x3b8d6a})=>{const _0x452286=_0x274fa3;_0x5264fd&&_0x3169c1[_0x452286(0x498)]({'item':_0x5264fd,'icon':_0x3b8d6a});}),!(_0x3d6dea!=null&&_0x3d6dea[_0x274fa3(0x1ce)])||_0x1073bf||!_0x3169c1[_0x274fa3(0x102)]?null:_0x5bc716(m_,{'embedId':_0x1501f4,'disabled':_0x2f19bc,'title':_0x274fa3(0x217),'triggerClassName':_0x274fa3(0x477),'open':_0x2fa1df,'onOpenChange':_0x3c1770,'trigger':_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x17b1e1,{}),_0x5bc716(_0x4fb849,{})]}),'overlay':_0x5bc716(g_,{'children':_0x3169c1[_0x274fa3(0x28d)](({item:_0x1a4267,icon:_0x3df802})=>_0x5bc716(__,{'icon':_0x3df802,'onClick':()=>{_0x3c0679(_0x1a4267),_0x3c1770(!0x1);},'children':_0x4c7db4['t'](a_(_0x1a4267))},_0x1a4267['id']))})});}function M_(_0x2c5ddf){const _0x4aef89=_0x5878b6;let {embedId:_0x54f88a,menuItem:_0x210453,open:_0x155a92,onOpenChange:_0x342f5f,execute:_0x54e49f}=_0x2c5ddf,_0x1d9a41=_0x598ded(_0x301c59),{hidden:_0x2d79b6,disabled:_0x83c8c6}=i_(_0x210453);if(!_0x210453||_0x2d79b6)return null;let _0x300f70=S_(_0x210453),_0x5a16e1=_0x300f70[_0x4aef89(0x102)]?_0x300f70[_0x4aef89(0x28d)](_0x4d6ab6=>({'label':_0x1d9a41['t'](o_(_0x4d6ab6)),'icon':s_(_0x4d6ab6[_0x4aef89(0x660)]),'commandId':_0x4d6ab6[_0x4aef89(0x32e)]??(_0x210453==null?void 0x0:_0x210453[_0x4aef89(0x32e)])??(_0x210453==null?void 0x0:_0x210453['id'])??_0x4c9440['id'],'params':_0x4d6ab6[_0x4aef89(0x3d0)]??{'value':_0x4d6ab6[_0x4aef89(0x660)]}})):[{'label':_0x1d9a41['t'](_0x4aef89(0x5a6)),'icon':_0x5bc716(_0x1e191a,{}),'commandId':_0x4c9440['id'],'params':{'value':_0x25906b[_0x4aef89(0x572)]}},{'label':_0x1d9a41['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':_0x5bc716(_0x5bbf78,{}),'commandId':_0x4c9440['id'],'params':{'value':_0x25906b[_0x4aef89(0xd8)]}},{'label':_0x1d9a41['t'](_0x4aef89(0x53c)),'icon':_0x5bc716(_0x102832,{}),'commandId':_0x4c9440['id'],'params':{'value':_0x25906b[_0x4aef89(0x33f)]}}];return _0x5bc716(m_,{'embedId':_0x54f88a,'disabled':_0x83c8c6,'title':_0x4aef89(0x4ef),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x155a92,'onOpenChange':_0x342f5f,'trigger':_0x2e142b(_0x3b9f05,{'children':[_0x5bc716(_0x102832,{}),_0x5bc716(_0x4fb849,{})]}),'overlay':_0x5bc716(h_,{'children':_0x5a16e1[_0x4aef89(0x28d)](_0x4ba624=>{const _0x337ba4=_0x4aef89;var _0x46ad23;return _0x5bc716(v_,{'icon':_0x4ba624[_0x337ba4(0xa2)],'onClick':()=>{const _0x300460=_0x337ba4;_0x54e49f(_0x4ba624[_0x300460(0x32e)],_0x4ba624[_0x300460(0x3d0)]),_0x342f5f(!0x1);},'children':_0x4ba624[_0x337ba4(0x378)]},_0x4ba624['commandId']+'-'+String(((_0x46ad23=_0x4ba624[_0x337ba4(0x3d0)])==null?void 0x0:_0x46ad23['value'])??_0x4ba624['label']));})})});}const N_={'formatPainter':_0x4ae8dc['id'],'numberFormat':_0x5878b6(0x6b7),'fontFamily':_0x190aa9['id'],'fontSize':_0x155139['id'],'bold':_0x32ffa8['id'],'textColor':_0x9c40d8['id'],'backgroundColor':_0x53d384['id'],'borderComposite':_0x27095e['id'],'horizontalAlign':_0x333359['id'],'verticalAlign':_0x3f8ac8['id'],'wrap':_0x4c9440['id'],'filter':_0x5878b6(0x523)},P_={'root':_0x12f405['id'],'all':_0x44e73b['id'],'vertical':_0x502b03['id'],'horizontal':_0x3e3d47['id'],'unmerge':_0xdaf38e['id']};function F_(_0x5e4bc1){const _0x106aca=_0x5878b6;let _0x5097bc={},_0x55c0c2=_0x281937=>{const _0x5caedd=_0x4fd0;let _0x2e5f2a=_0x5e4bc1[_0x5caedd(0x64a)](_0x5297c2=>{const _0x5cc2f6=_0x5caedd;let _0x44c35c=_0x5297c2['item'];return _0x5297c2[_0x5cc2f6(0x2b1)]===_0x281937||(_0x44c35c==null?void 0x0:_0x44c35c['id'])===_0x281937||(_0x44c35c==null?void 0x0:_0x44c35c[_0x5cc2f6(0x32e)])===_0x281937;});return _0x2e5f2a==null?void 0x0:_0x2e5f2a['item'];};Object[_0x106aca(0x267)](N_)[_0x106aca(0x684)](_0x391f4c=>{_0x5097bc[_0x391f4c]=_0x55c0c2(N_[_0x391f4c]);});let _0x3860c3=Object[_0x106aca(0x346)](P_)[_0x106aca(0x362)]((_0x3f08e1,[_0x40754a,_0x453e26])=>{let _0xc243fa=_0x55c0c2(_0x453e26);return _0xc243fa&&(_0x3f08e1[_0x40754a]=_0xc243fa),_0x3f08e1;},{});return z_(_0x3860c3)&&(_0x5097bc[_0x106aca(0x6e1)]=_0x3860c3),_0x5097bc[_0x106aca(0x64d)]=!0x0,_0x5097bc;}const I_=[{'items':['formatPainter']},{'dividerBefore':_0x5878b6(0x4d6),'items':[_0x5878b6(0x167)]},{'dividerBefore':_0x5878b6(0x26b),'items':[_0x5878b6(0x2b4),_0x5878b6(0x366),'bold']},{'dividerBefore':_0x5878b6(0x3a4),'items':[_0x5878b6(0x56a),_0x5878b6(0xac),'borderComposite']},{'dividerBefore':_0x5878b6(0x6e9),'items':[_0x5878b6(0x6e1),_0x5878b6(0x5cb),_0x5878b6(0x646),_0x5878b6(0x111)]},{'dividerBefore':'divider-layout','items':[_0x5878b6(0x273)]},{'dividerBefore':_0x5878b6(0x475),'items':['deleteBlock']}];function L_(_0x5e6b39){let _0x18bdb1=[];return I_['forEach'](_0x47a854=>{const _0x2b527f=_0x4fd0;let _0x4d3cc0=_0x47a854[_0x2b527f(0x76)][_0x2b527f(0x273)](_0x4a5639=>R_(_0x5e6b39,_0x4a5639))[_0x2b527f(0x28d)](_0x1d367f=>({'id':_0x1d367f,'type':_0x1d367f===_0x2b527f(0x274)||_0x1d367f===_0x2b527f(0x29e)||_0x1d367f===_0x2b527f(0x273)||_0x1d367f===_0x2b527f(0x64d)?_0x2b527f(0x348):_0x2b527f(0x599)}));_0x4d3cc0[_0x2b527f(0x102)]&&(_0x18bdb1[_0x2b527f(0x102)]&&_0x47a854[_0x2b527f(0x13f)]&&_0x18bdb1[_0x2b527f(0x498)]({'id':_0x47a854[_0x2b527f(0x13f)],'type':_0x2b527f(0x3f7)}),_0x18bdb1[_0x2b527f(0x498)](..._0x4d3cc0));}),_0x18bdb1;}function R_(_0x35fd86,_0x241b2d){return!!_0x35fd86[_0x241b2d];}function z_(_0x5235b0){const _0x1b35af=_0x5878b6;return Object[_0x1b35af(0x672)](_0x5235b0)['some'](Boolean);}function B_(_0x34268f,_0x34321a){const _0x2e83e5=_0x5878b6;if(_0x34268f)return{'commandId':_0x34268f[_0x2e83e5(0x32e)]??_0x34268f['id'],'params':_0x34321a??(typeof _0x34268f[_0x2e83e5(0x3d0)]==_0x2e83e5(0x59d)?_0x34268f[_0x2e83e5(0x3d0)]():_0x34268f['params'])};}function V_(){const _0x306352=_0x5878b6;return mh({'childType':_0x152567[_0x306352(0x66c)],'mount':H_});}function H_(_0x59d6aa){const _0x14b474=_0x5878b6;let {menu:_0x548646,portalContainer:_0x11b8b2}=ph(_0x59d6aa),_0x825681=al(_0x548646);return _0x825681['render'](_0x481dd4(Yc,{'injector':_0x59d6aa[_0x14b474(0x44c)][_0x14b474(0x391)],'mountContainer':_0x11b8b2,'embedId':_0x59d6aa[_0x14b474(0x1a0)]},_0x481dd4(W_,{'hostUnitId':_0x59d6aa[_0x14b474(0x178)],'embedId':_0x59d6aa['embedId'],'childUnitId':_0x59d6aa[_0x14b474(0x4d3)],'entry':_0x59d6aa[_0x14b474(0xda)][_0x14b474(0x289)],'fullscreen':!!_0x59d6aa[_0x14b474(0x6b3)]['fullscreen'],'usesDomFloatingStage':U_(_0x59d6aa[_0x14b474(0xda)][_0x14b474(0x289)]),'renderScopeActive$':_0x59d6aa[_0x14b474(0x6b3)]['active$']}))),_0x139183(()=>{const _0xf49bb=_0x14b474;ol(_0x825681),globalThis[_0xf49bb(0x119)](()=>_0x548646[_0xf49bb(0x2a8)](),0x0);});}function U_(_0x2833ad){return!0x0;}function W_(_0x147584){const _0x11d6ab=_0x5878b6;let {hostUnitId:_0x4fe78d,embedId:_0x1a877c,childUnitId:_0x585355,entry:_0x780ce5,fullscreen:_0x5288ef,usesDomFloatingStage:_0x1983b7,renderScopeActive$:_0x4521d2}=_0x147584,_0x93d5a6=_0x598ded(_0x301c59),_0x40c411=_0x598ded(_0x20e3ee),_0x4daa94=_0x598ded(_0x384701),_0x50dd99=_0x598ded(_0xf7436),_0x30fee5=_0x598ded(_0x298b8e),_0x2e5298=_0x598ded(is),_0x31bbd3=lu({'embedId':_0x1a877c,'active':_0xec05b8(()=>_0x2e5298[_0x11d6ab(0x62f)],_0x2e5298['getActive'](),!0x1,[_0x2e5298]),'fullscreen':_0x5288ef,'usesDomFloatingStage':_0x1983b7,'renderScopeActive':_0xec05b8(()=>_0x4521d2,!0x1,!0x1,[_0x4521d2])})==='stage2',[_0x468bda,_0x139632]=_0x1b7202(null),_0x51a767=_0x439296=>({'open':_0x468bda===_0x439296,'onOpenChange':_0x5766cc=>_0x139632(_0x5766cc?_0x439296:null)});_0x404518(()=>{const _0x58c06c=_0x11d6ab;if(!_0x468bda)return;let _0x27e7aa=_0x3cc556=>{const _0xecea0a=_0x4fd0;u_(_0x3cc556[_0xecea0a(0x6dd)],_0x1a877c)||_0x139632(null);};return document[_0x58c06c(0x4be)](_0x58c06c(0x2cf),_0x27e7aa,!0x0),()=>{const _0x4cdb80=_0x58c06c;document[_0x4cdb80(0x6fd)](_0x4cdb80(0x2cf),_0x27e7aa,!0x0);};},[_0x1a877c,_0x468bda]);let _0x34dfbd=_0xec05b8(()=>_0x50dd99['menuChanged$'][_0x11d6ab(0x5c8)](_0x31675b(()=>F_(_0x50dd99[_0x11d6ab(0x6a6)](_0x53be37[_0x11d6ab(0x422)])))),F_(_0x50dd99['getFlatMenuByPositionKey'](_0x53be37['RIBBON'])),!0x1,[_0x50dd99]),_0x592a7c=_0x33f8ca(()=>new Set(L_(_0x34dfbd)['map'](_0x245e1e=>_0x245e1e['id'])),[_0x34dfbd]),_0xffc9dc=()=>{const _0x3384c1=_0x11d6ab;_0x2e5298[_0x3384c1(0x5f8)]({'hostUnitId':_0x4fe78d,'embedId':_0x1a877c,'childUnitId':_0x585355},_0x3384c1(0x562)),_0x4daa94['setCurrentUnitForType'](_0x585355);},_0x5d953c=async(_0x18d7b8,_0x6331c9)=>{_0xffc9dc(),await _0x40c411['executeCommand'](_0x18d7b8,_0x6331c9);},_0x150c51=async(_0x8ba8c7,_0x12e22d)=>{const _0x11ca6e=_0x11d6ab;let _0x34bf2a=B_(_0x8ba8c7,_0x12e22d);_0x34bf2a&&await _0x5d953c(_0x34bf2a[_0x11ca6e(0x32e)],_0x34bf2a[_0x11ca6e(0x3d0)]);},_0x17dbc9=()=>{const _0x2f1571=_0x11d6ab;let _0x1f9261=_0x4daa94[_0x2f1571(0x4cb)](_0x585355,_0x152567[_0x2f1571(0x66c)]),_0x1e3ec3=_0x1f9261==null?void 0x0:_0x1f9261['getActiveSheet']();return!_0x1f9261||!_0x1e3ec3?null:{'workbook':_0x1f9261,'worksheet':_0x1e3ec3,'unitId':_0x1f9261[_0x2f1571(0x156)](),'subUnitId':_0x1e3ec3[_0x2f1571(0x3c3)]()};},_0x54b847=()=>{const _0x2517a2=_0x11d6ab;var _0x2f8595;return((_0x2f8595=_0x30fee5[_0x2517a2(0x58a)]())==null?void 0x0:_0x2f8595[_0x2517a2(0x28d)](_0x422386=>_0x422386[_0x2517a2(0x62e)]))??[];},_0x14b326=async(_0x5464e8,_0x3df15f,_0x25b62e=_0x477aca[_0x11d6ab(0x25d)],_0xf175b1=_0x11d6ab(0x63e))=>{const _0x40b66b=_0x11d6ab;let _0x1ec1df=_0x17dbc9(),_0x10bf82=_0x54b847();!_0x1ec1df||!_0x10bf82['length']||await _0x150c51(_0x5464e8,{'unitId':_0x1ec1df[_0x40b66b(0x1bc)],'subUnitId':_0x1ec1df[_0x40b66b(0x259)],'ranges':_0x10bf82,'value':{'type':_0x3df15f,'color':_0xf175b1,'style':_0x25b62e,'activeBorderType':!0x0}});},_0x13eaec=async()=>{await _0x40c411['executeCommand'](_0x3bb127['id'],{'hostUnitId':_0x4fe78d,'embedId':_0x1a877c});};return _0x2e142b(_0x11d6ab(0xfb),{'className':_0x54132b('univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0',{'univer-hidden':!_0x31bbd3,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5288ef,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20univer-max-w-[min(calc(100vw-72px),880px)]\x20-univer-translate-x-1/2\x20univer-overflow-x-auto\x20univer-overflow-y-visible\x20[scrollbar-width:none]\x20[&::-webkit-scrollbar]:univer-hidden':!_0x5288ef,'-univer-top-9':!_0x5288ef&&_0x780ce5!=='docs-custom-block','-univer-top-[52px]':!_0x5288ef&&_0x780ce5===_0x11d6ab(0x212)}),'data-u-comp':_0x11d6ab(0x283),'data-embed-floating-menu':_0x11d6ab(0x13e),'data-embed-id':_0x1a877c,'data-embed-float-stage':_0x31bbd3?_0x11d6ab(0x562):'inactive','onPointerDown':_0x564624=>_0x564624[_0x11d6ab(0x39a)](),'onMouseDown':l_,'children':[_0x592a7c['has']('formatPainter')&&_0x5bc716(r_,{'item':_0x34dfbd[_0x11d6ab(0x274)],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':async()=>_0x150c51(_0x34dfbd[_0x11d6ab(0x274)]),'children':_0x5bc716(_0x129538,{})}),_0x592a7c['has']('divider-format-tools')&&_0x5bc716(_0x5e17ab,{'className':'univer-mx-1\x20!univer-h-4','orientation':'vertical'}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x167))&&_0x5bc716(C_,{'menuItem':_0x34dfbd['numberFormat'],'onClick':async()=>_0x150c51(_0x34dfbd[_0x11d6ab(0x167)])}),_0x592a7c['has'](_0x11d6ab(0x26b))&&_0x5bc716(_0x5e17ab,{'className':_0x11d6ab(0x2d1),'orientation':_0x11d6ab(0x2dd)}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x2b4))&&_0x5bc716(w_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd[_0x11d6ab(0x2b4)],'title':'embed-ui.sheetsFloating.toolbar.font',..._0x51a767('fontFamily'),'onSelect':async _0x4ba87e=>_0x150c51(_0x34dfbd['fontFamily'],{'value':_0x4ba87e})}),_0x592a7c['has'](_0x11d6ab(0x366))&&_0x5bc716(T_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd[_0x11d6ab(0x366)],'title':_0x11d6ab(0x2de),..._0x51a767(_0x11d6ab(0x366)),'onSelect':async _0x591fff=>_0x150c51(_0x34dfbd[_0x11d6ab(0x366)],{'value':Number(_0x591fff)})}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x29e))&&_0x5bc716(r_,{'item':_0x34dfbd[_0x11d6ab(0x29e)],'title':'embed-ui.sheetsFloating.toolbar.bold','onClick':async()=>_0x150c51(_0x34dfbd[_0x11d6ab(0x29e)]),'children':_0x5bc716(_0x333048,{})}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x3a4))&&_0x5bc716(_0x5e17ab,{'className':_0x11d6ab(0x2d1),'orientation':_0x11d6ab(0x2dd)}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x56a))&&_0x5bc716(k_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd[_0x11d6ab(0x56a)],'title':_0x11d6ab(0xe0),'icon':_0x5bc716(_0x34f745,{'className':_0x11d6ab(0x693)}),'defaultColor':_0x11d6ab(0x6fe),..._0x51a767(_0x11d6ab(0x56a)),'onChange':async _0x1a1d54=>_0x150c51(_0x34dfbd[_0x11d6ab(0x56a)],{'value':_0x1a1d54}),'onReset':async()=>_0x5d953c(_0x578ae2['id'])}),_0x592a7c[_0x11d6ab(0x6d0)]('backgroundColor')&&_0x5bc716(k_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd[_0x11d6ab(0xac)],'title':_0x11d6ab(0x138),'icon':_0x5bc716(_0x37107f,{'className':'univer-fill-primary-600'}),'defaultColor':_0x11d6ab(0x52b),..._0x51a767(_0x11d6ab(0xac)),'onChange':async _0x2cba9f=>_0x150c51(_0x34dfbd['backgroundColor'],{'value':_0x2cba9f}),'onReset':async()=>_0x5d953c(_0x144f33['id'])}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x345))&&_0x5bc716(A_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd['borderComposite'],..._0x51a767(_0x11d6ab(0x345)),'onSelect':async(_0x34ad3b,_0x3c6e42,_0x4bdb05)=>_0x14b326(_0x34dfbd[_0x11d6ab(0x345)],_0x34ad3b,_0x3c6e42,_0x4bdb05)}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x6e9))&&_0x5bc716(_0x5e17ab,{'className':_0x11d6ab(0x2d1),'orientation':_0x11d6ab(0x2dd)}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x6e1))&&_0x5bc716(j_,{'embedId':_0x1a877c,'menuItems':_0x34dfbd['merge'],..._0x51a767('merge'),'execute':_0x150c51}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x5cb))&&_0x5bc716(E_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd[_0x11d6ab(0x5cb)],..._0x51a767(_0x11d6ab(0x5cb)),'execute':_0x150c51}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x646))&&_0x5bc716(D_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd['verticalAlign'],..._0x51a767(_0x11d6ab(0x646)),'execute':_0x150c51}),_0x592a7c['has'](_0x11d6ab(0x111))&&_0x5bc716(M_,{'embedId':_0x1a877c,'menuItem':_0x34dfbd[_0x11d6ab(0x111)],..._0x51a767('wrap'),'execute':_0x5d953c}),_0x592a7c['has'](_0x11d6ab(0x448))&&_0x5bc716(_0x5e17ab,{'className':_0x11d6ab(0x2d1),'orientation':_0x11d6ab(0x2dd)}),_0x592a7c['has'](_0x11d6ab(0x273))&&_0x5bc716(r_,{'item':_0x34dfbd[_0x11d6ab(0x273)],'title':_0x11d6ab(0x2d9),'onClick':async()=>_0x150c51(_0x34dfbd[_0x11d6ab(0x273)]),'children':_0x5bc716(_0x203ede,{})}),_0x592a7c[_0x11d6ab(0x6d0)](_0x11d6ab(0x475))&&_0x5bc716(_0x5e17ab,{'className':_0x11d6ab(0x2d1),'orientation':'vertical'}),!_0x5288ef&&_0x5bc716(of,{'hostUnitId':_0x4fe78d,'embedId':_0x1a877c,'variant':_0x11d6ab(0x36f)}),_0x592a7c[_0x11d6ab(0x6d0)]('deleteBlock')&&_0x5bc716(n_,{'title':_0x93d5a6['t'](_0x11d6ab(0x6b8)),'className':_0x11d6ab(0x429),'onClick':_0x13eaec,'children':_0x5bc716(_0x52d672,{})})]});}const G_=new WeakMap(),K_=new WeakSet();function q_(_0x11008c){fm(_0x11008c,'sheets-ui.embed',J_);}function J_(_0x501300){const _0x27fb96=_0x5878b6;let _0x38a2e2=_0x501300['get'](xc),_0x1c7d43=_0x501300[_0x27fb96(0x96)](yc),_0x1627c0=_0x501300['get'](rs),_0x300b55=_0x501300[_0x27fb96(0x96)](bc),_0x2756ff=_0x501300[_0x27fb96(0x96)](Wu),_0x339095=_0x501300[_0x27fb96(0x96)](mf),_0x33fa6d=_0x501300[_0x27fb96(0x96)](ad);Wg(_0x501300),_0x501300[_0x27fb96(0x6d0)](_0x1284bb)||_0x501300[_0x27fb96(0x36d)]([_0x1284bb,{'useFactory':()=>_0x501300[_0x27fb96(0x96)](as)}]),_0x501300[_0x27fb96(0x6d0)](_0xfcfe8f)||_0x501300[_0x27fb96(0x36d)]([_0xfcfe8f,{'useFactory':()=>Y_({'embedModelService':_0x501300[_0x27fb96(0x96)](_0x39c782),'mountService':_0x501300[_0x27fb96(0x96)](Gc),'activationService':_0x501300[_0x27fb96(0x96)](Jc),'restoreService':_0x501300[_0x27fb96(0x96)](Ku)})}]),[zg(),Bg()][_0x27fb96(0x684)](_0x93368=>{const _0x191cc0=_0x27fb96;_0x38a2e2['get'](_0x93368['hostType'],_0x93368['entry'])||_0x38a2e2[_0x191cc0(0x334)](_0x93368);});let _0x216dbd=Kg(_0x501300[_0x27fb96(0x96)](_0x20e3ee));_0x1c7d43['get'](_0x216dbd[_0x27fb96(0x1ec)])||_0x1c7d43['register'](_0x216dbd);let _0x35c02b=Gg();_0x1627c0['get'](_0x35c02b['childType'])||_0x1627c0['register'](_0x35c02b),V_()['forEach'](_0x2010b1=>{const _0x520949=_0x27fb96;_0x300b55['get'](_0x2010b1['hostType'],_0x2010b1['entry'],_0x2010b1['childType'])||_0x300b55[_0x520949(0x334)](_0x2010b1);}),_0x2756ff[_0x27fb96(0x5be)](vf(_0x501300,{'childType':_0x152567[_0x27fb96(0x66c)],'renderManagerService':_0x4fb5e9})),_0x339095[_0x27fb96(0x96)](_0x152567[_0x27fb96(0x66c)])||_0x339095[_0x27fb96(0x334)](kg()),_0x33fa6d[_0x27fb96(0x96)](_0x152567[_0x27fb96(0x66c)])||_0x33fa6d[_0x27fb96(0x334)](Ug(_0x501300)),ev({'injector':_0x501300,'previewService':_0x2756ff});}function Y_(_0x306e0c){return{'getSheetTabChildType':({hostUnitId:_0x2eba82,hostAnchorId:_0x21d111,embedId:_0x4e19a7})=>{const _0x57c912=_0x4fd0;let _0x15c6e4=_0x306e0c[_0x57c912(0x247)][_0x57c912(0x6b2)](_0x2eba82,_0x4e19a7);return(_0x15c6e4==null?void 0x0:_0x15c6e4[_0x57c912(0x6f7)])===_0x21d111?_0x15c6e4['childType']:void 0x0;},'mountSheetTab':({hostUnitId:_0x490e16,hostAnchorId:_0x1a4233,embedId:_0x3d81b4})=>{const _0x4d3129=_0x4fd0;let _0x2c2798=_0x306e0c['embedModelService']['getDescriptor'](_0x490e16,_0x3d81b4);if(!_0x2c2798||_0x2c2798[_0x4d3129(0x6f7)]!==_0x1a4233)return;let _0x2e1917=!0x1,_0x13b3f4=!0x1,_0x2e2e12;return _0x306e0c[_0x4d3129(0x277)][_0x4d3129(0x446)]({'descriptor':_0x2c2798})[_0x4d3129(0x65f)](_0xe68a24=>{const _0x58f574=_0x4d3129;_0x2e1917||(_0x2e2e12==null||_0x2e2e12['remove'](),_0x2e2e12=void 0x0,_0x306e0c[_0x58f574(0x658)][_0x58f574(0x205)](_0xe68a24),_0x306e0c[_0x58f574(0x2ac)][_0x58f574(0x533)](_0xe68a24),_0x13b3f4=!0x0);})[_0x4d3129(0x3fb)](_0x135644=>{_0x2e1917||(_0x2e2e12=X_(_0x1a4233,_0x135644));}),_0x139183(()=>{const _0x1825de=_0x4d3129;_0x2e1917=!0x0,_0x2e2e12==null||_0x2e2e12[_0x1825de(0x2a8)](),_0x306e0c[_0x1825de(0x2ac)][_0x1825de(0x3b9)](_0x3d81b4),_0x13b3f4&&_0x306e0c[_0x1825de(0x658)][_0x1825de(0x69b)](_0x3d81b4);});},'clearTab':_0x2f444d=>{const _0x231fe5=_0x4fd0;_0x306e0c[_0x231fe5(0x2ac)][_0x231fe5(0x3b9)](_0x2f444d);}};}function X_(_0x4d52dc,_0x13790a){const _0x542ad4=_0x5878b6;let _0x34af45=Z_(_0x4d52dc);if(!_0x34af45)return;let _0x52d6f9=document[_0x542ad4(0x3ba)](_0x542ad4(0xfb));return _0x52d6f9[_0x542ad4(0x65b)]['embedSheetsSheetTabError']=_0x542ad4(0x13e),_0x52d6f9[_0x542ad4(0x50c)][_0x542ad4(0x1cb)]='12px',_0x52d6f9[_0x542ad4(0x50c)]['color']=_0x542ad4(0x2a1),_0x52d6f9[_0x542ad4(0x50c)]['fontSize']='13px',_0x52d6f9[_0x542ad4(0x6c4)]=_0x13790a instanceof Error&&_0x13790a[_0x542ad4(0x11a)]?_0x13790a['message']:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x34af45['replaceChildren'](_0x52d6f9),_0x52d6f9;}function Z_(_0x1af4ae){const _0x18569a=_0x5878b6;return document[_0x18569a(0x511)](_0x18569a(0x341)+Q_(_0x1af4ae)+'\x22]');}function Q_(_0x570670){const _0x361106=_0x5878b6;return _0x570670[_0x361106(0x7b)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function $_(_0x73620d){const _0x58399a=_0x5878b6;let _0x957a8e=new _0x439cc1(),_0x3bf82d=0x0,_0x58e432;if(_0x957a8e[_0x58399a(0x36d)](_0x73620d[_0x58399a(0x49e)][_0x58399a(0x293)]['subscribe'](_0x27d497=>{const _0x462ba1=_0x58399a;if(typeof _0x27d497[_0x462ba1(0x184)]!=_0x462ba1(0x41b))return;let _0x4b4118=_0x73620d[_0x462ba1(0x247)]['getActiveDescriptorsByChildUnit'](_0x27d497[_0x462ba1(0x4d3)])[_0x462ba1(0x64a)](_0x105644=>_0x105644[_0x462ba1(0x1a0)]===_0x27d497[_0x462ba1(0x1a0)]&&_0x105644[_0x462ba1(0x289)]===_0x462ba1(0x563));_0x4b4118!=null&&_0x4b4118[_0x462ba1(0x6f7)]&&_0x73620d[_0x462ba1(0x60d)][_0x462ba1(0x675)]({'id':_0x4b4118['hostAnchorId'],'image':_0x27d497[_0x462ba1(0x184)],'updatedAt':_0x27d497[_0x462ba1(0x608)]});})),!_0x73620d['canvasFloatDomPreviewService']['previewRequested$'])return _0x957a8e;let _0x595a95=()=>{const _0x53a81b=_0x58399a;_0x58e432||_0x3bf82d>=0xf0||(_0x58e432=globalThis[_0x53a81b(0x119)](()=>{_0x58e432=void 0x0,_0x3bf82d+=0x1,_0x42dc2b();},0xfa));},_0x417880=_0x3adf18=>{const _0x532f75=_0x58399a;let _0x37881c=_0x3adf18['data'];if(!_0x37881c||typeof _0x37881c!=_0x532f75(0x414))return!0x0;let _0x1df1af=rv(_0x37881c,_0x532f75(0x1a0)),_0x301a17=rv(_0x37881c,_0x532f75(0x178));if(!_0x1df1af||!_0x301a17)return!0x0;let _0x247596=_0x73620d[_0x532f75(0x247)]['getDescriptor'](_0x301a17,_0x1df1af);return!_0x247596||_0x247596[_0x532f75(0x289)]!==_0x532f75(0x563)||!_0x247596[_0x532f75(0x4d3)]||_0x247596[_0x532f75(0x1ec)]==null?!0x1:(_0x73620d['previewService'][_0x532f75(0x62c)]({'descriptor':_0x247596,'childUnitId':_0x247596[_0x532f75(0x4d3)],'childType':_0x247596[_0x532f75(0x1ec)],'width':_0x3adf18[_0x532f75(0x6c9)],'height':_0x3adf18[_0x532f75(0x2e8)],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':'initial'}),!0x0);},_0x42dc2b=()=>{const _0x23cc33=_0x58399a;var _0x3449a8,_0x2d6dd5;let _0x524153=!0x1;(_0x3449a8=(_0x2d6dd5=_0x73620d[_0x23cc33(0x60d)])[_0x23cc33(0xc4)])==null||_0x3449a8[_0x23cc33(0x610)](_0x2d6dd5)[_0x23cc33(0x684)](_0x385bab=>{_0x417880(_0x385bab)||(_0x524153=!0x0);}),_0x524153&&_0x595a95();};return _0x42dc2b(),_0x957a8e[_0x58399a(0x36d)](_0x73620d[_0x58399a(0x60d)][_0x58399a(0x44f)][_0x58399a(0x19d)](_0x4ec276=>{_0x417880(_0x4ec276)||_0x595a95();})),_0x957a8e[_0x58399a(0x36d)](()=>{const _0x350d0d=_0x58399a;_0x58e432&&globalThis[_0x350d0d(0x14f)](_0x58e432);}),_0x957a8e;}function ev(_0x3bca5f){const _0x16cf7f=_0x5878b6;let _0xfb4852=_0x3bca5f[_0x16cf7f(0x391)],_0x59b1d0=G_[_0x16cf7f(0x96)](_0xfb4852);if(_0x59b1d0)return _0x59b1d0;let _0x341ad1=nv(_0x3bca5f['injector']);if(_0x341ad1!==null){if(_0x341ad1){let _0x498106=$_({'previewService':_0x3bca5f[_0x16cf7f(0x49e)],'embedModelService':_0x341ad1['embedModelService'],'canvasFloatDomPreviewService':_0x341ad1[_0x16cf7f(0x60d)]});return G_[_0x16cf7f(0x5ad)](_0xfb4852,_0x498106),_0x498106;}_0x3bca5f[_0x16cf7f(0x83)]===!0x1||K_[_0x16cf7f(0x6d0)](_0xfb4852)||(K_[_0x16cf7f(0x36d)](_0xfb4852),tv(_0x3bca5f,0x0));}}function tv(_0x2a6e42,_0x3c0a03){const _0x985414=_0x5878b6;let _0x36a030=_0x2a6e42[_0x985414(0x492)]??0xf0,_0x4e6391=_0x2a6e42[_0x985414(0x1a8)]??0xfa,_0x60b29e=_0x2a6e42[_0x985414(0x391)];globalThis[_0x985414(0x119)](()=>{if(ev({..._0x2a6e42,'retry':!0x1})||_0x3c0a03+0x1>=_0x36a030){K_['delete'](_0x60b29e);return;}tv(_0x2a6e42,_0x3c0a03+0x1);},_0x4e6391);}function nv(_0x1e738f){const _0x2d2193=_0x5878b6;try{return!_0x1e738f['has'](_0x37ff86)||!_0x1e738f[_0x2d2193(0x6d0)](_0x39c782)?void 0x0:{'embedModelService':_0x1e738f[_0x2d2193(0x96)](_0x39c782),'canvasFloatDomPreviewService':_0x1e738f[_0x2d2193(0x96)](_0x37ff86)};}catch{return null;}}function rv(_0x21434b,_0x425326){const _0xcfa2a9=_0x5878b6;let _0x39bdca=_0x21434b[_0x425326];return typeof _0x39bdca==_0xcfa2a9(0x41b)?_0x39bdca:void 0x0;}function _0x4fd0(_0x219e0d,_0x189fd0){_0x219e0d=_0x219e0d-0x75;const _0x54f795=_0x54f7();let _0x4fd029=_0x54f795[_0x219e0d];return _0x4fd029;}function iv(){const _0x2adc97=_0x5878b6;return gm({'childType':_0x152567[_0x2adc97(0x3e4)],'productName':_0x2adc97(0x376)});}function av(_0x1beb73){const _0x588005=_0x5878b6;var _0x4bcb1c;return((_0x4bcb1c=_0x1beb73[_0x588005(0xcd)])==null?void 0x0:_0x4bcb1c[_0x588005(0x1a0)])===_0x1beb73[_0x588005(0x1a0)]&&_0x1beb73[_0x588005(0xcd)][_0x588005(0x49f)]!==_0x588005(0x112)?_0x1beb73[_0x588005(0xcd)]['stage']??_0x588005(0x219):lu({'embedId':_0x1beb73[_0x588005(0x1a0)],'active':_0x1beb73[_0x588005(0xcd)],'fullscreen':_0x1beb73[_0x588005(0x5e7)],'usesDomFloatingStage':_0x1beb73['usesDomFloatingStage']??!0x0,'renderScopeActive':_0x1beb73[_0x588005(0x287)]??!0x1});}function ov(_0x3a3691){const _0x2339f4=_0x5878b6;var _0x474af1;let _0x1368e5=_0x598ded(_0x301c59),_0x41e42e=_0x598ded(_0x4670db),_0x604ff1=_0x598ded(_0x24d8f5),_0x4b234b=_0x33f8ca(()=>_0x41e42e[_0x2339f4(0x398)](_0x13f702),[_0x41e42e]),_0x3dc4ec=_0xec05b8(_0x604ff1[_0x2339f4(0xf3)])??_0x604ff1['darkMode'],{hostUnitId:_0x459b8e,embedId:_0x3c0247,childUnitId:_0x147786,slideModel:_0x501c16,floatingActiveService:_0x552d0a,commandService:_0x2d5377,instanceService:_0x453fa1,fullscreen:_0x5c684c,usesDomFloatingStage:_0x41286b,renderScopeActive$:_0x34823f}=_0x3a3691,_0x4a74e5=_0xec05b8(()=>_0x552d0a[_0x2339f4(0x62f)],_0x552d0a[_0x2339f4(0x325)](),!0x1,[_0x552d0a]),_0x5b110c=_0xec05b8(_0x34823f,!0x1);_0xec05b8(_0x501c16===null?null:()=>_0x501c16[_0x2339f4(0x58d)][_0x2339f4(0x6a2)],[],!0x1,[_0x501c16]);let _0x304059=_0xec05b8(_0x501c16===null?null:()=>_0x501c16['pageManager'][_0x2339f4(0x330)],_0x501c16==null||(_0x474af1=_0x501c16['pageManager'][_0x2339f4(0x5c6)]())==null?void 0x0:_0x474af1['getId'](),!0x1,[_0x501c16]),_0x452941=(_0x501c16==null?void 0x0:_0x501c16[_0x2339f4(0x58d)][_0x2339f4(0x69f)]())??[],_0x499718=Math[_0x2339f4(0x33a)](0x0,_0x452941[_0x2339f4(0x47c)](_0x1b7416=>_0x1b7416[_0x2339f4(0x61d)]()===_0x304059)),_0x590c35=_0x452941[_0x2339f4(0x102)],_0x5b9313=_0x1368e5['t'](_0x2339f4(0x664)),_0x567c4f=av({'active':_0x4a74e5,'embedId':_0x3c0247,'fullscreen':_0x5c684c,'renderScopeActive':_0x5b110c,'usesDomFloatingStage':_0x41286b}),_0x4a030c=()=>{const _0x44fc74=_0x2339f4;_0x552d0a['activate']({'hostUnitId':_0x459b8e,'embedId':_0x3c0247,'childUnitId':_0x147786},_0x44fc74(0x562)),_0x453fa1[_0x44fc74(0x98)](_0x147786);},_0x1d08f1=_0x3f12e9=>{const _0x7dda9f=_0x2339f4;let _0x34ac2a=_0x452941[_0x3f12e9];!_0x34ac2a||!_0x501c16||(_0x4a030c(),_0x501c16[_0x7dda9f(0x58d)][_0x7dda9f(0x27e)](_0x34ac2a['getId']()));},_0x6a3c05=_0x3b9017=>{const _0x444752=_0x2339f4;_0x1d08f1(_0x452941[_0x444752(0x47c)](_0x46be00=>_0x46be00['getId']()===_0x3b9017));};return _0x2e142b(_0x2339f4(0xfb),{'className':_0x54132b(_0x2339f4(0x5a1),{'univer-hidden':_0x567c4f===_0x2339f4(0x112),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5c684c,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x5c684c,'-univer-top-9':!_0x5c684c}),'data-embed-floating-menu':_0x2339f4(0x13e),'data-embed-id':_0x3c0247,'data-embed-float-stage':_0x567c4f,'onPointerDown':_0x2888c2=>_0x2888c2[_0x2339f4(0x39a)](),'children':[_0x5bc716(sv,{'title':_0x1368e5['t'](_0x2339f4(0x3b1)),'disabled':_0x499718<=0x0,'onClick':()=>_0x1d08f1(_0x499718-0x1),'children':_0x5bc716(_0xbd7812,{})}),_0x5bc716(sv,{'title':_0x1368e5['t'](_0x2339f4(0x55b)),'disabled':_0x590c35===0x0||_0x499718>=_0x590c35-0x1,'onClick':()=>_0x1d08f1(_0x499718+0x1),'children':_0x5bc716(_0x26c2da,{})}),_0x5bc716(af,{'title':_0x5b9313,'children':_0x5bc716(_0x851711,{'align':_0x2339f4(0x486),'side':'bottom','sideOffset':0x6,'className':_0x2339f4(0x360),'data-embed-id':_0x3c0247,'data-embed-floating-menu-popup':'true','items':_0x452941[_0x2339f4(0x28d)]((_0x46e006,_0x13046b)=>({'type':'item','className':_0x2339f4(0x29a),'children':_0x2e142b('span',{'className':_0x2339f4(0x48d),'children':[_0x5bc716(_0x2f9a35,{'pageId':_0x46e006[_0x2339f4(0x61d)](),'index':_0x13046b,'isActive':_0x46e006['getId']()===_0x304059,'slideModel':_0x501c16,'objectProvider':_0x4b234b,'setActivePage':_0x6a3c05,'variant':_0x2339f4(0x6f3),'renderIdSuffix':_0x2339f4(0x4ed)+_0x3c0247,'darkMode':_0x3dc4ec}),_0x5bc716(_0x2339f4(0x30a),{'className':'univer-sr-only','children':_0x5b9313+'\x20'+(_0x13046b+0x1)+_0x2339f4(0x234)+_0x590c35})]}),'onSelect':()=>_0x1d08f1(_0x13046b)})),'children':_0x2e142b(_0x4a289d,{'type':_0x2339f4(0x348),'size':_0x2339f4(0x2f8),'variant':_0x2339f4(0xcf),'className':_0x2339f4(0x5ef),'aria-label':_0x5b9313,'children':[_0x5bc716(_0x2339f4(0x30a),{'children':_0x590c35===0x0?'0\x20/\x200':_0x499718+0x1+_0x2339f4(0x234)+_0x590c35}),_0x5bc716(_0x4fb849,{'className':_0x2339f4(0x19b)})]})})}),!_0x5c684c&&_0x5bc716(of,{'hostUnitId':_0x459b8e,'embedId':_0x3c0247,'variant':'menu'}),_0x5bc716(_0x5e17ab,{'orientation':'vertical'}),_0x5bc716(sv,{'title':_0x1368e5['t'](_0x2339f4(0x6b8)),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':async()=>{const _0x433fe5=_0x2339f4;await _0x2d5377[_0x433fe5(0x631)](_0x3bb127['id'],{'hostUnitId':_0x459b8e,'embedId':_0x3c0247});},'children':_0x5bc716(_0x52d672,{})})]});}function sv(_0x4ca204){const _0x33e117=_0x5878b6;let {children:_0x3a6e87,title:_0x401dae,disabled:_0x53d9d0,className:_0x5aaa04,onClick:_0x48726d}=_0x4ca204;return _0x5bc716(af,{'title':_0x401dae,'children':_0x5bc716(_0x4a289d,{'type':'button','size':'small','variant':_0x33e117(0xcf),'className':_0x54132b('univer-size-6\x20univer-p-0',_0x5aaa04),'aria-label':_0x401dae,'disabled':_0x53d9d0,'onClick':_0x48726d,'children':_0x3a6e87})});}function cv(){const _0x2ad78d=_0x5878b6;return mh({'childType':_0x152567[_0x2ad78d(0x3e4)],'mount':lv});}function lv(_0x546afc){const _0x53901d=_0x5878b6;let {menu:_0x3931c7,portalContainer:_0x1bb187}=ph(_0x546afc),_0x51ed4a=al(_0x3931c7),_0x93924a=_0x546afc['injector'][_0x53901d(0x96)](is),_0xbbe3f8=_0x546afc[_0x53901d(0x391)][_0x53901d(0x96)](_0x20e3ee),_0x42caa6=_0x546afc[_0x53901d(0x391)][_0x53901d(0x96)](_0x384701),_0x540bc0=_0x42caa6[_0x53901d(0x4cb)](_0x546afc[_0x53901d(0x4d3)],_0x152567[_0x53901d(0x3e4)]);return _0x51ed4a['render'](_0x481dd4(Yc,{'injector':_0x546afc['runtimeScope']['injector'],'mountContainer':_0x1bb187,'embedId':_0x546afc[_0x53901d(0x1a0)],'passThroughWheelGestures':_0x546afc['renderScope'][_0x53901d(0x67a)]===_0x53901d(0x45f)&&!_0x546afc[_0x53901d(0x6b3)]['fullscreen']},_0x481dd4(ov,{'hostUnitId':_0x546afc['hostUnitId'],'embedId':_0x546afc['embedId'],'childUnitId':_0x546afc[_0x53901d(0x4d3)],'slideModel':_0x540bc0??null,'floatingActiveService':_0x93924a,'commandService':_0xbbe3f8,'instanceService':_0x42caa6,'fullscreen':!!_0x546afc[_0x53901d(0x6b3)][_0x53901d(0x5e7)],'usesDomFloatingStage':_0x546afc[_0x53901d(0xda)]['entry']!=='slides-floating-object','renderScopeActive$':_0x546afc[_0x53901d(0x6b3)][_0x53901d(0x62f)]}))),_0x139183(()=>{const _0x57353c=_0x53901d;ol(_0x51ed4a),globalThis['setTimeout'](()=>_0x3931c7[_0x57353c(0x2a8)](),0x0);});}function uv(_0x2d996f,_0x31bded,_0x2928ba){return{..._0x35d7c5(_0x2d996f,_0x31bded),'activateAnchor':_0x559020=>{const _0x1c0c41=_0x4fd0;_0x2928ba==null||_0x2928ba[_0x1c0c41(0x204)](_0x559020[_0x1c0c41(0x178)]);let _0x2955ca=_0x31bded==null?void 0x0:_0x31bded[_0x1c0c41(0x4cb)](_0x559020['hostUnitId'],_0x152567[_0x1c0c41(0x3e4)]),_0x47399a=()=>{const _0x156db8=_0x1c0c41;var _0x4b3e2a,_0x33517e;return _0x2955ca==null||(_0x4b3e2a=_0x2955ca['pageManager'])==null||(_0x33517e=_0x4b3e2a[_0x156db8(0x27e)])==null?void 0x0:_0x33517e[_0x156db8(0x610)](_0x4b3e2a,_0x559020[_0x156db8(0x6f7)]);};if(typeof window>'u'){_0x47399a();return;}window['requestAnimationFrame'](_0x47399a);}};}function dv(){const _0x293558=_0x5878b6;return{'hostType':_0x152567[_0x293558(0x3e4)],'entry':_0x293558(0x85),'layout':_0x293558(0x68d),'supportedLayouts':[_0x293558(0x68d),_0x293558(0x64b),_0x293558(0x99),'content-bounds-fit'],'menuBehavior':_0x293558(0x680),'mount':_0x590a36=>{const _0x44cb6c=_0x293558;let _0x4c3b2b=pv('data-embed-slides-floating-object-host',_0x590a36[_0x44cb6c(0xda)]['hostAnchorId']);return _0x4c3b2b?{'hostElement':_0x4c3b2b}:{};}};}function fv(){const _0x1c798f=_0x5878b6;return{'hostType':_0x152567[_0x1c798f(0x3e4)],'entry':_0x1c798f(0x4f4),'layout':_0x1c798f(0x3cc),'supportedLayouts':[_0x1c798f(0x3cc)],'menuBehavior':_0x1c798f(0x2e7),'mount':_0x9d9429=>{const _0x5d0831=_0x1c798f;let _0x2d085d=pv(_0x5d0831(0x670),_0x9d9429[_0x5d0831(0xda)][_0x5d0831(0x6f7)]);return _0x2d085d?{'hostElement':_0x2d085d}:{};}};}function pv(_0x1dfd86,_0x23b6a4){const _0x2d2425=_0x5878b6;return document[_0x2d2425(0x511)]('['+_0x1dfd86+'=\x22'+mv(_0x23b6a4)+'\x22]');}function mv(_0xee093d){const _0x3447e8=_0x5878b6;return _0xee093d[_0x3447e8(0x7b)](/\\/g,'\x5c\x5c')[_0x3447e8(0x7b)](/"/g,'\x5c\x22');}function hv(){const _0x53e50e=_0x5878b6;return{'childType':_0x152567[_0x53e50e(0x3e4)],'handleWheel':()=>!0x1};}function gv(_0x1215dd){const _0x32a798=_0x5878b6;return{'childType':_0x152567[_0x32a798(0x3e4)],'supportedLayouts':[_0x32a798(0x3cc),'aspect-fit',_0x32a798(0x68d)],'beforeDeactivate':_v,'mount':_0x675f1=>vv(_0x675f1,_0x1215dd)};}function _v(_0x1a8295){const _0x1164ab=_0x5878b6;let _0x291041=_0x1a8295[_0x1164ab(0x44c)][_0x1164ab(0x391)];if(!(_0x291041!=null&&_0x291041[_0x1164ab(0x6d0)](_0x2ea528)))return;let _0x1562b8=_0x291041['get'](_0x2ea528);_0x1562b8['clearActiveEditing'](),_0x1562b8[_0x1164ab(0x245)]();}function vv(_0x226ca7,_0x4fe8fb){const _0xc3f7a7=_0x5878b6;let _0x1fe575=_0x226ca7[_0xc3f7a7(0x391)][_0xc3f7a7(0x96)](_0x384701)[_0xc3f7a7(0x4cb)](_0x226ca7[_0xc3f7a7(0x4d3)],_0x152567[_0xc3f7a7(0x3e4)]);if(!_0x1fe575)return;let _0x53b391=_0x226ca7[_0xc3f7a7(0x44c)][_0xc3f7a7(0x391)];if(!_0x53b391)return;let _0x767a4a=yv(_0x226ca7[_0xc3f7a7(0x4d3)],_0x53b391[_0xc3f7a7(0x96)](_0x2ea528),_0x53b391[_0xc3f7a7(0x96)](_0x391fa9)),_0x3e2b01=Hm(_0x226ca7,_0x4fe8fb,_0x18df2b=>bv(_0x1fe575,_0x18df2b)),_0xaeed54=_0x226ca7[_0xc3f7a7(0x44c)][_0xc3f7a7(0x6d9)][_0xc3f7a7(0x41d)],_0x40d78d=_0x226ca7[_0xc3f7a7(0x44c)][_0xc3f7a7(0x6d9)][_0xc3f7a7(0x61f)],_0x3b4e60=_0x226ca7[_0xc3f7a7(0x391)][_0xc3f7a7(0x96)](_0x4fb5e9),_0xcc5860=xv(_0x226ca7),_0x10198e=_0x40d78d?kc(_0x3b4e60,_0x226ca7['childUnitId'],_0x53b391):void 0x0;if(_0x10198e&&_0x40d78d&&!_0xcc5860){try{var _0x2a8dc3,_0x37606c;(_0x2a8dc3=(_0x37606c=_0x10198e[_0xc3f7a7(0x14c)])[_0xc3f7a7(0x69b)])==null||_0x2a8dc3[_0xc3f7a7(0x610)](_0x37606c);}catch{}_0x10198e[_0xc3f7a7(0x14c)][_0xc3f7a7(0x205)](_0x40d78d),jc(_0x10198e,{'activate':!0x0}),_0x40d78d[_0xc3f7a7(0x65b)][_0xc3f7a7(0x352)]=_0x226ca7['childUnitId'],_0x40d78d['dataset'][_0xc3f7a7(0x6d3)]=_0xc3f7a7(0x1fc);}let _0x288f84=al(_0xaeed54);return _0xaeed54[_0xc3f7a7(0x65b)][_0xc3f7a7(0x352)]=_0x226ca7[_0xc3f7a7(0x4d3)],_0xaeed54[_0xc3f7a7(0x65b)][_0xc3f7a7(0x6d3)]=_0xc3f7a7(0x53d),_0x288f84[_0xc3f7a7(0x66d)](_0x5bc716(Yc,{'injector':_0x53b391,'mountContainer':_0x226ca7[_0xc3f7a7(0x44c)][_0xc3f7a7(0x6d9)]['popup'],'embedId':_0x226ca7[_0xc3f7a7(0x1a0)],'passThroughWheelGestures':_0x226ca7['renderScope'][_0xc3f7a7(0x67a)]===_0xc3f7a7(0x45f)&&!_0x226ca7[_0xc3f7a7(0x6b3)][_0xc3f7a7(0x5e7)],'children':_0xcc5860?_0x5bc716(_0x2ca1f8,{'unitId':_0x226ca7['childUnitId'],'active$':_0x226ca7[_0xc3f7a7(0x6b3)][_0xc3f7a7(0x62f)]}):_0x5bc716(_0x1babd9,{})})),_0x139183(()=>{const _0x4d3d5a=_0xc3f7a7;_0x767a4a[_0x4d3d5a(0x3ef)](),_0x3e2b01['dispose']();try{var _0x2b5fa1,_0x37deeb;_0x10198e==null||(_0x37deeb=(_0x2b5fa1=_0x10198e['engine'])[_0x4d3d5a(0x69b)])==null||_0x37deeb['call'](_0x2b5fa1);}catch{}_0x3b4e60['removeRender'](_0x226ca7[_0x4d3d5a(0x4d3)]),ol(_0x288f84),_0xaeed54['isConnected']&&(_0xaeed54['removeAttribute'](_0x4d3d5a(0x150)),_0xaeed54[_0x4d3d5a(0x5d0)](_0x4d3d5a(0x397))),_0x40d78d!=null&&_0x40d78d[_0x4d3d5a(0x1a5)]&&(_0x40d78d[_0x4d3d5a(0x5d0)](_0x4d3d5a(0x150)),_0x40d78d[_0x4d3d5a(0x5d0)](_0x4d3d5a(0x397))),_0x53b391[_0x4d3d5a(0x3ef)]();});}function yv(_0x3c9b0f,_0x48f958,_0x506b1e){let _0x5796d9=_0x48f958['state$']['subscribe'](_0x2b6172=>{const _0x5b99a2=_0x4fd0;var _0x1e0708;_0x506b1e[_0x5b99a2(0x180)](_0x499ddc,((_0x1e0708=_0x2b6172[_0x5b99a2(0x276)])==null?void 0x0:_0x1e0708[_0x5b99a2(0x1bc)])===_0x3c9b0f&&_0x2b6172[_0x5b99a2(0x2e5)][_0x5b99a2(0x102)]>0x0);});return _0x139183(()=>{const _0x260bce=_0x4fd0;_0x5796d9[_0x260bce(0x632)](),_0x506b1e[_0x260bce(0x180)](_0x499ddc,!0x1);});}function bv(_0xfec8f7,_0x59578c){const _0x1898a3=_0x5878b6;var _0x80bfa9,_0x3e98cf;let _0x7037ea=_0x59578c==null?void 0x0:_0x59578c['pageId'],_0x15d972=_0x7037ea&&_0xfec8f7[_0x1898a3(0x58d)]['getSlide'](_0x7037ea)?_0x7037ea:(_0x80bfa9=_0xfec8f7[_0x1898a3(0x58d)][_0x1898a3(0x69f)]()[0x0])==null?void 0x0:_0x80bfa9['getId']();_0x15d972&&((_0x3e98cf=_0xfec8f7[_0x1898a3(0x58d)][_0x1898a3(0x5c6)]())==null?void 0x0:_0x3e98cf[_0x1898a3(0x61d)]())!==_0x15d972&&_0xfec8f7[_0x1898a3(0x58d)][_0x1898a3(0x27e)](_0x15d972);}function xv(_0x5f38db){const _0x1dadbe=_0x5878b6;return _0x5f38db['renderScope']['mode']==='float'&&!_0x5f38db[_0x1dadbe(0x6b3)][_0x1dadbe(0x5e7)]&&_0x5f38db[_0x1dadbe(0x3b8)]==='aspect-fit';}let Sv=class{constructor(_0x3d0193,_0x2db1e5){const _0x36fe88=_0x5878b6;this[_0x36fe88(0x3c1)]=_0x3d0193,this[_0x36fe88(0x66f)]=_0x2db1e5,X(this,'childType',_0x152567[_0x36fe88(0x3e4)]);}['collectViewState'](_0x1f7c92){const _0x4a12d4=_0x5878b6;var _0xc6b8e8,_0xbbb37d;let _0x13197b=this[_0x4a12d4(0xef)](_0x1f7c92['childUnitId']),_0x8696f2=(_0x13197b==null||(_0xc6b8e8=_0x13197b[_0x4a12d4(0x58d)]['getActiveSlide']())==null?void 0x0:_0xc6b8e8[_0x4a12d4(0x61d)]())??'';return{'unitId':_0x1f7c92['childUnitId'],'pageId':_0x8696f2,'scaleMode':_0x4a12d4(0x3eb),'zoomRatio':_0x13197b==null||(_0xbbb37d=_0x13197b[_0x4a12d4(0x55c)])==null?void 0x0:_0xbbb37d['call'](_0x13197b)};}[_0x5878b6(0x2c0)](_0x44a5bb,_0x5534e7){const _0x53e684=_0x5878b6;let _0x22bd0e=this[_0x53e684(0xef)](_0x44a5bb[_0x53e684(0x4d3)]);!_0x22bd0e||!_0x5534e7[_0x53e684(0x5b8)]||!_0x22bd0e[_0x53e684(0x58d)][_0x53e684(0x343)](_0x5534e7[_0x53e684(0x5b8)])||_0x22bd0e[_0x53e684(0x58d)]['setActiveSlide'](_0x5534e7[_0x53e684(0x5b8)]);}['renderPreview'](_0x4d4696){const _0x2057a0=_0x5878b6;var _0x6da91c,_0x24151d,_0x235581;let _0x3657b8=this[_0x2057a0(0xef)](_0x4d4696[_0x2057a0(0x4d3)]),_0x15f4ba=(_0x6da91c=_0x4d4696[_0x2057a0(0x4aa)])==null?void 0x0:_0x6da91c[_0x2057a0(0x5b8)];_0x3657b8&&_0x15f4ba&&_0x3657b8['pageManager'][_0x2057a0(0x343)](_0x15f4ba)&&_0x3657b8[_0x2057a0(0x58d)][_0x2057a0(0x27e)](_0x15f4ba);let _0x443647=this[_0x2057a0(0x3e1)](_0x4d4696[_0x2057a0(0x4d3)]),_0x5d7607=_0x443647==null||(_0x24151d=_0x443647[_0x2057a0(0x14c)])==null||(_0x235581=_0x24151d['getCanvasElement'])==null?void 0x0:_0x235581[_0x2057a0(0x610)](_0x24151d);if(_0x443647&&(!_0x5d7607||_0x5d7607['width']<=0x1||_0x5d7607[_0x2057a0(0x2e8)]<=0x1)&&(_0x5d7607=Cv(_0x443647,_0x4d4696[_0x2057a0(0x6c9)],_0x4d4696['height'])),!(!_0x5d7607||_0x5d7607[_0x2057a0(0x6c9)]<=0x1||_0x5d7607['height']<=0x1||typeof _0x5d7607[_0x2057a0(0x604)]!='function'))try{let _0x4f330b=_0x3657b8?_0x34fa02(_0x3657b8[_0x2057a0(0x616)]()['defaultPageSize']):void 0x0,_0x2286d2=_0x4f330b?_0x4f330b[_0x2057a0(0x6c9)]/_0x4f330b[_0x2057a0(0x2e8)]:void 0x0,_0x1a059c=Ev(_0x443647,_0x5d7607[_0x2057a0(0x6c9)],_0x5d7607[_0x2057a0(0x2e8)])??(_0x2286d2?wv(_0x5d7607['width'],_0x5d7607[_0x2057a0(0x2e8)],_0x2286d2):void 0x0);return Dv(_0x5d7607,_0x4d4696[_0x2057a0(0x6c9)],_0x4d4696['height'],_0x4d4696[_0x2057a0(0x236)],_0x1a059c)??_0x5d7607['toDataURL'](_0x2057a0(0x4e0));}catch{return;}}['_getSlideModel'](_0x573a6c){const _0x14c6e4=_0x5878b6;return this[_0x14c6e4(0x3c1)][_0x14c6e4(0x4cb)](_0x573a6c,_0x152567[_0x14c6e4(0x3e4)])??void 0x0;}[_0x5878b6(0x3e1)](_0x4a3ae2){const _0x37fb0d=_0x5878b6;let _0x3561e4=this[_0x37fb0d(0x66f)]['getRenderUnitById'](_0x4a3ae2);if(_0x3561e4)return _0x3561e4;try{return this['_renderManagerService'][_0x37fb0d(0x3fc)](_0x4a3ae2);}catch{return;}}};Sv=fs([$(0x0,_0x384701),$(0x1,_0x4fb5e9)],Sv);function Cv(_0x16708a,_0x3fa045,_0x2115a8){const _0x1f6bed=_0x5878b6;if(typeof document>'u')return;let _0x5d645c=_0x16708a[_0x1f6bed(0x14c)],_0x11b8e7=_0x16708a['scene'];if(!(_0x5d645c!=null&&_0x5d645c['mount'])||!_0x5d645c['resize'])return;let _0x2557c7=document[_0x1f6bed(0x3ba)](_0x1f6bed(0xfb));_0x2557c7['style']['position']='fixed',_0x2557c7[_0x1f6bed(0x50c)][_0x1f6bed(0x8a)]=_0x1f6bed(0x317),_0x2557c7[_0x1f6bed(0x50c)]['top']=_0x1f6bed(0x317),_0x2557c7[_0x1f6bed(0x50c)][_0x1f6bed(0x6c9)]=Math[_0x1f6bed(0x33a)](0x1,Math[_0x1f6bed(0x24a)](_0x3fa045))+'px',_0x2557c7[_0x1f6bed(0x50c)][_0x1f6bed(0x2e8)]=Math[_0x1f6bed(0x33a)](0x1,Math['round'](_0x2115a8))+'px',_0x2557c7[_0x1f6bed(0x50c)][_0x1f6bed(0x6a9)]=_0x1f6bed(0x34b),_0x2557c7[_0x1f6bed(0x65b)]['embedSlidePreviewCanvasHost']=_0x1f6bed(0x13e),document['body'][_0x1f6bed(0x191)](_0x2557c7);try{var _0x254601,_0x4381f1,_0x4641fc;return _0x5d645c[_0x1f6bed(0x205)](_0x2557c7),_0x5d645c[_0x1f6bed(0x20c)](),_0x11b8e7==null||(_0x254601=_0x11b8e7[_0x1f6bed(0x494)])==null||_0x254601['call'](_0x11b8e7,!0x0),_0x11b8e7==null||(_0x4381f1=_0x11b8e7[_0x1f6bed(0x66d)])==null||_0x4381f1[_0x1f6bed(0x610)](_0x11b8e7),(_0x4641fc=_0x5d645c[_0x1f6bed(0x534)])==null?void 0x0:_0x4641fc['call'](_0x5d645c);}finally{_0x2557c7[_0x1f6bed(0x2a8)]();}}function wv(_0x51dfc4,_0x38c56d,_0x526f85){const _0x185fe7=_0x5878b6;let _0x36c154=Math[_0x185fe7(0x33a)](0x1,Math[_0x185fe7(0x24a)](_0x51dfc4)),_0x5ed5c8=Math[_0x185fe7(0x33a)](0x1,Math[_0x185fe7(0x24a)](_0x38c56d));if(!Number['isFinite'](_0x526f85)||_0x526f85<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x36c154,'sHeight':_0x5ed5c8};if(_0x36c154/_0x5ed5c8>_0x526f85){let _0x3f728b=Math[_0x185fe7(0x24a)](_0x5ed5c8*_0x526f85);return{'sx':Math[_0x185fe7(0x33a)](0x0,Math[_0x185fe7(0x24a)]((_0x36c154-_0x3f728b)/0x2)),'sy':0x0,'sWidth':_0x3f728b,'sHeight':_0x5ed5c8};}let _0x3851d4=Math[_0x185fe7(0x24a)](_0x36c154/_0x526f85);return{'sx':0x0,'sy':Math[_0x185fe7(0x33a)](0x0,Math[_0x185fe7(0x24a)]((_0x5ed5c8-_0x3851d4)/0x2)),'sWidth':_0x36c154,'sHeight':_0x3851d4};}function Tv(_0x4c32d6,_0x225588,_0x452403,_0x1e94ef,_0x53e8d6){const _0x386145=_0x5878b6;if(typeof _0x452403[_0x386145(0x8a)]!='number'||typeof _0x452403[_0x386145(0x5c3)]!='number'||typeof _0x452403[_0x386145(0x6c9)]!=_0x386145(0x168)||typeof _0x452403['height']!=_0x386145(0x168)||_0x452403['width']<=0x0||_0x452403[_0x386145(0x2e8)]<=0x0)return;let _0x1a6254=Math[_0x386145(0x33a)](0x0,Math[_0x386145(0x24a)](_0x452403['left']*_0x1e94ef)),_0x3add94=Math['max'](0x0,Math['round'](_0x452403[_0x386145(0x5c3)]*_0x53e8d6));return{'sx':_0x1a6254,'sy':_0x3add94,'sWidth':Math[_0x386145(0x57d)](Math['max'](0x1,Math[_0x386145(0x24a)](_0x452403[_0x386145(0x6c9)]*_0x1e94ef)),Math[_0x386145(0x33a)](0x1,Math[_0x386145(0x24a)](_0x4c32d6-_0x1a6254))),'sHeight':Math[_0x386145(0x57d)](Math[_0x386145(0x33a)](0x1,Math[_0x386145(0x24a)](_0x452403[_0x386145(0x2e8)]*_0x53e8d6)),Math[_0x386145(0x33a)](0x1,Math[_0x386145(0x24a)](_0x225588-_0x3add94)))};}function Ev(_0x5139a0,_0x519f1c,_0x50171b){const _0x423ccb=_0x5878b6;var _0x4b8fd1,_0x2e8e8d;let _0x59177d=_0x5139a0==null?void 0x0:_0x5139a0['scene'],_0x6feacd=_0x59177d==null||(_0x4b8fd1=_0x59177d[_0x423ccb(0x18f)])==null?void 0x0:_0x4b8fd1[_0x423ccb(0x610)](_0x59177d,_0x4b4ff2),_0x3937fc=_0x59177d==null||(_0x2e8e8d=_0x59177d['getAncestorScale'])==null?void 0x0:_0x2e8e8d[_0x423ccb(0x610)](_0x59177d),_0x4f8ff6=(_0x3937fc==null?void 0x0:_0x3937fc['scaleX'])??(_0x59177d==null?void 0x0:_0x59177d[_0x423ccb(0x6c3)])??0x1,_0x3b6fd8=(_0x3937fc==null?void 0x0:_0x3937fc[_0x423ccb(0x6f9)])??(_0x59177d==null?void 0x0:_0x59177d[_0x423ccb(0x6f9)])??_0x4f8ff6;return _0x6feacd?Tv(_0x519f1c,_0x50171b,_0x6feacd,_0x4f8ff6,_0x3b6fd8):void 0x0;}function Dv(_0x512080,_0x55e194,_0x458b8b,_0x27191c,_0x537916){const _0x3333c9=_0x5878b6;if(typeof document>'u'||!_0x537916)return;let _0xf9257a=document['createElement']('canvas');_0xf9257a[_0x3333c9(0x6c9)]=Math[_0x3333c9(0x33a)](0x1,Math[_0x3333c9(0x24a)](_0x55e194*Math[_0x3333c9(0x33a)](0x1,_0x27191c||0x1))),_0xf9257a[_0x3333c9(0x2e8)]=Math[_0x3333c9(0x33a)](0x1,Math[_0x3333c9(0x24a)](_0x458b8b*Math[_0x3333c9(0x33a)](0x1,_0x27191c||0x1)));let _0x136783=null;try{_0x136783=_0xf9257a[_0x3333c9(0x145)]('2d');}catch{return;}if(_0x136783)return _0x136783[_0x3333c9(0x324)](_0x512080,_0x537916['sx'],_0x537916['sy'],_0x537916[_0x3333c9(0x5ab)],_0x537916[_0x3333c9(0x698)],0x0,0x0,_0xf9257a[_0x3333c9(0x6c9)],_0xf9257a[_0x3333c9(0x2e8)]),_0xf9257a[_0x3333c9(0x604)](_0x3333c9(0x4e0));}const Ov=_0x5878b6(0x4f4);function kv(_0x5444ea,_0x471763){const _0x1b0958=_0x5878b6;let _0x5d2816=!0x1,_0x157bd1,_0xc23132,_0x45e224,_0x1691eb=_0x43c94b=>{const _0x2bcfca=_0x4fd0;if(_0x5d2816||_0xc23132||!_0x43c94b['image'])return;let _0x244430=zv(_0x43c94b[_0x2bcfca(0x184)]);_0x244430&&(_0x157bd1=Bv(_0x471763['hostElement'],_0x157bd1,_0x244430));},_0x53d991=_0x5444ea[_0x1b0958(0x49e)][_0x1b0958(0x293)][_0x1b0958(0x19d)](_0x301890=>{const _0x174075=_0x1b0958;_0x301890[_0x174075(0x1a0)]===_0x471763['embedId']&&(!_0x471763['childUnitId']||_0x301890[_0x174075(0x4d3)]===_0x471763[_0x174075(0x4d3)])&&_0x1691eb(_0x301890);});return jv(_0x5444ea,_0x471763)['then'](_0x468cbe=>{const _0x1a4fed=_0x1b0958;if(_0x5d2816||!_0x468cbe)return;let _0xd7052d=Av(_0x5444ea,_0x471763,_0x468cbe,()=>_0x5d2816);if(_0xd7052d){_0xc23132=_0xd7052d[_0x1a4fed(0x596)],_0x45e224=_0xd7052d[_0x1a4fed(0x331)],_0x157bd1=void 0x0;return;}Mv(_0x5444ea,_0x471763,_0x468cbe,_0x1691eb,()=>_0x5d2816)[_0x1a4fed(0x65f)](_0x1ea33c=>{const _0x52ed0d=_0x1a4fed;!_0x5d2816&&_0x1ea33c&&(_0x157bd1=Bv(_0x471763[_0x52ed0d(0x643)],_0x157bd1,_0x1ea33c));});},()=>{}),_0x139183(()=>{const _0x30e823=_0x1b0958;_0x5d2816=!0x0,_0x53d991[_0x30e823(0x632)](),_0xc23132==null||_0xc23132[_0x30e823(0x3ef)](),_0xc23132=void 0x0,_0x45e224==null||_0x45e224[_0x30e823(0x3ef)](),_0x45e224=void 0x0,_0x157bd1==null||_0x157bd1[_0x30e823(0x2a8)](),_0x157bd1=void 0x0;});}function Av(_0xbc9202,_0x298aa1,_0x2b9237,_0x227724){const _0x793f93=_0x5878b6;let _0x5e4222=Nv(),_0xaf2f1;try{var _0x58d0cd;if(_0xaf2f1=_0xbc9202[_0x793f93(0x201)]['acquire']({..._0x2b9237,'mode':_0x793f93(0x1b8)},_0x5e4222['runtimeHost']),!_0xaf2f1['session'][_0x793f93(0x276)])throw Error(_0x793f93(0x695));if(_0x227724()){_0xaf2f1['dispose'](),_0x5e4222[_0x793f93(0x3ef)]();return;}_0xbc9202[_0x793f93(0x2ac)][_0x793f93(0x39e)](_0x2b9237),Pv(_0x5e4222[_0x793f93(0xba)]);let _0x1da2ed=_0xaf2f1[_0x793f93(0x551)][_0x793f93(0x276)],_0x3e7930=(_0x58d0cd=_0xbc9202[_0x793f93(0x179)][_0x793f93(0x96)](_0xaf2f1['session']['childType']))==null?void 0x0:_0x58d0cd[_0x793f93(0x456)];return _0x5e4222[_0x793f93(0x565)](Fv(_0x5e4222[_0x793f93(0xba)],_0x1da2ed,_0x298aa1[_0x793f93(0x289)],_0x3e7930)),_0x298aa1['hostElement'][_0x793f93(0x661)](_0x5e4222[_0x793f93(0x535)]),_0x5e4222[_0x793f93(0x565)](Iv(_0xbc9202,_0xaf2f1,_0x5e4222[_0x793f93(0xba)],_0x5e4222['interactionGate'],_0x298aa1[_0x793f93(0x289)],_0x3e7930)),{'lease':_0xaf2f1,'elements':_0x5e4222};}catch{_0xaf2f1==null||_0xaf2f1[_0x793f93(0x3ef)](),_0x5e4222[_0x793f93(0x3ef)]();return;}}async function jv(_0x10a0c0,_0x1b86f6){const _0x1700a1=_0x5878b6;let _0x3c9fc8=_0x10a0c0[_0x1700a1(0x247)][_0x1700a1(0x6b2)](_0x1b86f6[_0x1700a1(0x178)],_0x1b86f6[_0x1700a1(0x1a0)])??Rv(_0x1b86f6);if(_0x3c9fc8){try{_0x3c9fc8=await _0x10a0c0[_0x1700a1(0x277)]['materializeDescriptor']({'descriptor':_0x3c9fc8});}catch{}return _0x3c9fc8[_0x1700a1(0x4d3)]&&_0x3c9fc8['childType']!=null?_0x3c9fc8:void 0x0;}}async function Mv(_0x2ed750,_0x253bb1,_0x5abd08,_0x270a78,_0x27c694){const _0x4f7841=_0x5878b6;var _0x30e70b,_0x59a06f;let _0x2e54fa=await((_0x30e70b=_0x2ed750[_0x4f7841(0x3e3)])==null?void 0x0:_0x30e70b[_0x4f7841(0x202)](_0x253bb1[_0x4f7841(0x6f7)]));if(_0x27c694())return;if(_0x2e54fa)return zv(_0x2e54fa);let _0xe8630a=_0x5abd08[_0x4f7841(0x4d3)],_0x5c4750=_0x5abd08[_0x4f7841(0x1ec)];if(!_0xe8630a||_0x5c4750==null)return;let _0x2e2db6=(_0x59a06f=_0x2ed750[_0x4f7841(0x3e3)])==null?void 0x0:_0x59a06f[_0x4f7841(0x505)](_0x253bb1[_0x4f7841(0x6f7)]);_0x270a78(_0x2ed750[_0x4f7841(0x49e)][_0x4f7841(0x62c)]({'descriptor':{..._0x5abd08,'mode':_0x4f7841(0x1b8)},'childUnitId':_0xe8630a,'childType':_0x5c4750,'width':Math[_0x4f7841(0x33a)](0x1,_0x253bb1[_0x4f7841(0x6c9)]),'height':Math[_0x4f7841(0x33a)](0x1,_0x253bb1['height']),'dpr':Math['max'](0x1,Math[_0x4f7841(0x57d)](0x2,_0x253bb1[_0x4f7841(0x236)])),'reason':_0x4f7841(0x186),'context':_0x2e2db6}));}function Nv(){const _0xc1ef82=_0x5878b6;let _0x574e47=document[_0xc1ef82(0x3ba)](_0xc1ef82(0xfb));_0x574e47[_0xc1ef82(0x65b)][_0xc1ef82(0x309)]=_0xc1ef82(0x13e),_0x574e47[_0xc1ef82(0x50c)][_0xc1ef82(0x6e0)]='absolute',_0x574e47[_0xc1ef82(0x50c)][_0xc1ef82(0x696)]='0',_0x574e47[_0xc1ef82(0x50c)][_0xc1ef82(0x2c7)]=_0xc1ef82(0x6cd),_0x574e47[_0xc1ef82(0x50c)][_0xc1ef82(0x3be)]=_0xc1ef82(0x39d);let _0x161eaa=document[_0xc1ef82(0x3ba)](_0xc1ef82(0xfb));_0x161eaa['dataset'][_0xc1ef82(0x2a6)]=_0xc1ef82(0x13e),_0x161eaa[_0xc1ef82(0x65b)][_0xc1ef82(0x152)]='true',_0x161eaa[_0xc1ef82(0x50c)][_0xc1ef82(0x6e0)]=_0xc1ef82(0x2e9),_0x161eaa[_0xc1ef82(0x50c)][_0xc1ef82(0x696)]='0',_0x161eaa['style'][_0xc1ef82(0x4c2)]='0',_0x161eaa['style'][_0xc1ef82(0x3be)]=_0xc1ef82(0x39d),_0x161eaa['style']['pointerEvents']=_0xc1ef82(0x34b);let _0x2251ea=document[_0xc1ef82(0x3ba)]('div');_0x2251ea[_0xc1ef82(0x65b)][_0xc1ef82(0x3f9)]=_0xc1ef82(0x13e),_0x2251ea[_0xc1ef82(0x50c)][_0xc1ef82(0x6e0)]=_0xc1ef82(0x2e9),_0x2251ea[_0xc1ef82(0x50c)][_0xc1ef82(0x696)]='0',_0x2251ea[_0xc1ef82(0x50c)][_0xc1ef82(0x4c2)]='1',_0x2251ea[_0xc1ef82(0x50c)][_0xc1ef82(0x6a9)]=_0xc1ef82(0x623),_0x2251ea[_0xc1ef82(0x50c)][_0xc1ef82(0x110)]=_0xc1ef82(0x34b),_0x574e47[_0xc1ef82(0x28a)](_0x161eaa,_0x2251ea);let _0x3545d2=[];return{'surface':_0x574e47,'runtimeHost':_0x161eaa,'interactionGate':_0x2251ea,'addDisposer':_0x58a75d=>_0x3545d2[_0xc1ef82(0x498)](_0x58a75d),'dispose':()=>{const _0x1d94ce=_0xc1ef82;_0x3545d2[_0x1d94ce(0x620)](0x0)[_0x1d94ce(0x4f3)]()['forEach'](_0x25148f=>_0x25148f()),_0x574e47[_0x1d94ce(0x2a8)]();}};}function Pv(_0x311855){const _0x1548d5=_0x5878b6;_0x311855[_0x1548d5(0x50c)][_0x1548d5(0x6a9)]=_0x1548d5(0x34b);}function Fv(_0x5d5bd7,_0x2e25f4,_0x233f7d,_0x13fff9){const _0x459625=_0x5878b6;if(_0x233f7d!==Ov||!(_0x13fff9!=null&&_0x13fff9[_0x459625(0x2e3)]))return()=>{};let _0x8e2aa0=_0x13fff9['getChromeCss']({'childContext':_0x2e25f4,'entry':_0x233f7d,'runtimeHost':_0x5d5bd7});if(!_0x8e2aa0)return()=>{};let _0x475069=_0x5d5bd7[_0x459625(0xfa)]['createElement'](_0x459625(0x50c));return _0x475069[_0x459625(0x65b)][_0x459625(0x2aa)]='true',_0x475069['textContent']=_0x8e2aa0,_0x5d5bd7[_0x459625(0x5f9)](_0x475069),()=>_0x475069[_0x459625(0x2a8)]();}function Iv(_0x494b63,_0x33aa6d,_0x40b0ca,_0x4a2771,_0x386eab,_0x122884){const _0x2002bf=_0x5878b6;let _0x4c7fcd=_0x113e90=>{const _0x15d9dc=_0x4fd0;_0x113e90[_0x15d9dc(0x543)](),_0x113e90[_0x15d9dc(0x39a)]();},_0x58b3ac=_0x36c620=>{const _0x2e7943=_0x4fd0;if(_0x386eab===Ov&&Lv(_0x40b0ca,_0x33aa6d,_0x122884,_0x36c620['clientX'],_0x36c620[_0x2e7943(0x449)])){_0x36c620[_0x2e7943(0x543)](),_0x36c620[_0x2e7943(0x39a)]();return;}_0x4c7fcd(_0x36c620);},_0x3d17df=_0x2aef03=>{const _0x166eb3=_0x4fd0;var _0x2dac54;let _0x547291=_0x33aa6d['session'][_0x166eb3(0x276)];if(!_0x547291)return;let _0x53435d={..._0x547291,'event':_0x2aef03,'stage':_0x166eb3(0x112),'source':_0x166eb3(0x443)},_0x56e618=_0x494b63[_0x166eb3(0x25c)][_0x166eb3(0x249)](_0x53435d),_0x2764e5=!_0x56e618&&((_0x2dac54=_0x494b63[_0x166eb3(0x47f)][_0x166eb3(0x96)](_0x547291[_0x166eb3(0x1ec)],_0x547291[_0x166eb3(0x3b8)]))==null?void 0x0:_0x2dac54[_0x166eb3(0x249)](_0x53435d))===!0x0;(_0x56e618||_0x2764e5)&&(_0x2aef03['preventDefault'](),_0x2aef03['stopPropagation'](),_0x2aef03[_0x166eb3(0x6b0)]());},_0x5be23a=[_0x2002bf(0x2cf),_0x2002bf(0x333),_0x2002bf(0x40d),'contextmenu'];return _0x5be23a[_0x2002bf(0x684)](_0x2c1c81=>_0x4a2771['addEventListener'](_0x2c1c81,_0x4c7fcd)),_0x4a2771['addEventListener'](_0x2002bf(0x47b),_0x58b3ac),_0x4a2771[_0x2002bf(0x4be)](_0x2002bf(0x443),_0x3d17df,{'passive':!0x1}),()=>{const _0x4a0f30=_0x2002bf;_0x5be23a[_0x4a0f30(0x684)](_0x5237a9=>_0x4a2771[_0x4a0f30(0x6fd)](_0x5237a9,_0x4c7fcd)),_0x4a2771[_0x4a0f30(0x6fd)]('click',_0x58b3ac),_0x4a2771[_0x4a0f30(0x6fd)](_0x4a0f30(0x443),_0x3d17df);};}function Lv(_0x44f388,_0x54debc,_0x27f26d,_0x4d0b8c,_0xc20c14){const _0x3b5267=_0x5878b6;let _0x270b61=_0x54debc[_0x3b5267(0x551)]['context'];return!_0x270b61||!(_0x27f26d!=null&&_0x27f26d[_0x3b5267(0x489)])?!0x1:_0x27f26d[_0x3b5267(0x489)]({'childContext':_0x270b61,'clientX':_0x4d0b8c,'clientY':_0xc20c14,'entry':Ov,'runtimeHost':_0x44f388});}function Rv(_0x42e672){const _0x498d7d=_0x5878b6;if(!(!_0x42e672['childUnitId']||_0x42e672[_0x498d7d(0x1ec)]==null))return{'embedId':_0x42e672[_0x498d7d(0x1a0)],'hostUnitId':_0x42e672[_0x498d7d(0x178)],'hostType':_0x152567[_0x498d7d(0x3e4)],'entry':_0x42e672[_0x498d7d(0x289)],'hostAnchorId':_0x42e672['hostAnchorId'],'childUnitId':_0x42e672['childUnitId'],'childType':_0x42e672[_0x498d7d(0x1ec)],'mode':'readonly','source':{'unitType':_0x42e672[_0x498d7d(0x1ec)],'ref':{'file':{'kind':_0x661a7[_0x498d7d(0x497)]},'unit':{'selector':_0x42e672[_0x498d7d(0x4d3)],'type':_0x2ff37f(_0x42e672[_0x498d7d(0x1ec)])}}},'sourceMeta':{'floating':_0x42e672['entry']===_0x498d7d(0x85)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x42e672[_0x498d7d(0x289)]===_0x498d7d(0x4f4)&&{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function zv(_0x2b467d){const _0x5c27f9=_0x5878b6;if(typeof _0x2b467d=='string')return _0x2b467d;if(typeof HTMLCanvasElement<'u'&&_0x2b467d instanceof HTMLCanvasElement)try{return _0x2b467d['toDataURL']('image/png');}catch{return;}if(typeof ImageBitmap<'u'&&_0x2b467d instanceof ImageBitmap&&typeof document<'u'){let _0x1dc39d=document['createElement']('canvas');_0x1dc39d[_0x5c27f9(0x6c9)]=_0x2b467d[_0x5c27f9(0x6c9)],_0x1dc39d[_0x5c27f9(0x2e8)]=_0x2b467d['height'];let _0x4acfde=_0x1dc39d[_0x5c27f9(0x145)]('2d');return _0x4acfde?(_0x4acfde[_0x5c27f9(0x324)](_0x2b467d,0x0,0x0),_0x1dc39d['toDataURL'](_0x5c27f9(0x4e0))):void 0x0;}}function Bv(_0x44da59,_0xc9436c,_0x279461){const _0x15f71f=_0x5878b6;let _0x13acdc=_0xc9436c??document[_0x15f71f(0x3ba)](_0x15f71f(0x6f8));return _0x13acdc[_0x15f71f(0xee)]='',_0x13acdc['dataset'][_0x15f71f(0x656)]=_0x15f71f(0x13e),_0x13acdc[_0x15f71f(0x50c)][_0x15f71f(0x1ee)]=_0x15f71f(0x190),_0x13acdc[_0x15f71f(0x50c)][_0x15f71f(0x6c9)]='100%',_0x13acdc[_0x15f71f(0x50c)][_0x15f71f(0x2e8)]=_0x15f71f(0x196),_0x13acdc[_0x15f71f(0x50c)][_0x15f71f(0x64f)]=_0x15f71f(0x255),_0x13acdc[_0x15f71f(0x50c)][_0x15f71f(0x6a9)]='none',_0x13acdc[_0x15f71f(0x4e9)]=_0x279461,_0x13acdc[_0x15f71f(0x116)]!==_0x44da59&&_0x44da59[_0x15f71f(0x661)](_0x13acdc),_0x13acdc;}let Vv=class{constructor(_0x32e3c4,_0xbf4872){const _0x34570c=_0x5878b6;this[_0x34570c(0x3c1)]=_0x32e3c4,this['_renderManagerService']=_0xbf4872,X(this,_0x34570c(0x1ec),_0x152567[_0x34570c(0x3e4)]),X(this,_0x34570c(0x510),[_0x34570c(0x99)]);}[_0x5878b6(0x205)](_0x2b366e){const _0x425623=_0x5878b6;var _0x172e32;let _0x5675cd=this[_0x425623(0xef)](_0x2b366e[_0x425623(0x4d3)]);if(!_0x5675cd)return;(_0x172e32=_0x2b366e[_0x425623(0x4aa)])!=null&&_0x172e32['pageId']&&_0x5675cd[_0x425623(0x58d)][_0x425623(0x343)](_0x2b366e[_0x425623(0x4aa)][_0x425623(0x5b8)])&&_0x5675cd[_0x425623(0x58d)]['setActiveSlide'](_0x2b366e[_0x425623(0x4aa)][_0x425623(0x5b8)]);let _0x1d4e9b=ys(Hv(_0x2b366e));if(!_0x1d4e9b)return;let _0xa1ed22=_0x2b366e[_0x425623(0x6d9)][_0x425623(0x61f)]?kc(this[_0x425623(0x66f)],_0x2b366e[_0x425623(0x4d3)],_0x1d4e9b):void 0x0;if(!_0xa1ed22){_0x1d4e9b[_0x425623(0x3ef)]();return;}_0x2b366e['roots'][_0x425623(0x61f)]&&(_0x2b366e[_0x425623(0x6d9)]['canvas'][_0x425623(0x65b)][_0x425623(0x352)]=_0x2b366e[_0x425623(0x4d3)],_0x2b366e[_0x425623(0x6d9)][_0x425623(0x61f)][_0x425623(0x65b)][_0x425623(0x6d3)]='slide-readonly-preview-shell');let _0xec84ed=al(_0x2b366e[_0x425623(0x6d9)]['content']);return _0x2b366e[_0x425623(0x6d9)][_0x425623(0x41d)][_0x425623(0x65b)][_0x425623(0x352)]=_0x2b366e[_0x425623(0x4d3)],_0x2b366e[_0x425623(0x6d9)][_0x425623(0x41d)][_0x425623(0x65b)][_0x425623(0x6d3)]=_0x425623(0x5f4),_0xec84ed[_0x425623(0x66d)](_0x5bc716(Yc,{'injector':_0x1d4e9b,'mountContainer':_0x2b366e[_0x425623(0x6d9)][_0x425623(0x1ce)],'embedId':_0x2b366e['embedId'],'passThroughWheelGestures':!0x0,'children':_0x5bc716(_0x1e99f5,{'unitId':_0x2b366e[_0x425623(0x4d3)],'render':_0xa1ed22})})),_0x139183(()=>{const _0x5c9821=_0x425623;var _0x525b6f,_0x36ddc8,_0x1d4c69,_0x26b6d1;try{var _0x4d4cf3,_0x1050e4;_0xa1ed22==null||(_0x1050e4=(_0x4d4cf3=_0xa1ed22['engine'])[_0x5c9821(0x69b)])==null||_0x1050e4['call'](_0x4d4cf3);}catch{}(_0x525b6f=(_0x36ddc8=this[_0x5c9821(0x66f)])[_0x5c9821(0x626)])==null||_0x525b6f['call'](_0x36ddc8,_0x2b366e['childUnitId']),ol(_0xec84ed),_0x2b366e[_0x5c9821(0x6d9)]['content'][_0x5c9821(0x5d0)](_0x5c9821(0x150)),_0x2b366e['roots'][_0x5c9821(0x41d)][_0x5c9821(0x5d0)](_0x5c9821(0x397)),(_0x1d4c69=_0x2b366e[_0x5c9821(0x6d9)][_0x5c9821(0x61f)])==null||_0x1d4c69[_0x5c9821(0x5d0)]('data-embed-child-render-unit-id'),(_0x26b6d1=_0x2b366e['roots']['canvas'])==null||_0x26b6d1[_0x5c9821(0x5d0)](_0x5c9821(0x397)),_0x1d4e9b[_0x5c9821(0x3ef)]();});}[_0x5878b6(0x249)](_0xbb4985){const _0x206112=_0x5878b6;var _0x7ca751,_0x11f753;let _0x44ba7e=this[_0x206112(0xef)](_0xbb4985['childUnitId']);if(!_0x44ba7e)return!0x1;let _0x2e458f=Math[_0x206112(0x4a0)](_0xbb4985['event']['deltaY'])>=Math[_0x206112(0x4a0)](_0xbb4985[_0x206112(0x7e)][_0x206112(0x3a8)])?_0xbb4985['event']['deltaY']:_0xbb4985[_0x206112(0x7e)][_0x206112(0x3a8)];if(_0x2e458f===0x0)return!0x1;let _0x86989=Uv(_0x44ba7e);if(_0x86989[_0x206112(0x102)]<0x2)return!0x0;let _0x2d46ff=((_0x7ca751=_0x44ba7e[_0x206112(0x58d)][_0x206112(0x5c6)]())==null?void 0x0:_0x7ca751[_0x206112(0x61d)]())??_0x86989[0x0],_0x3c8f62=Math['max'](0x0,_0x86989[_0x206112(0x3b2)](_0x2d46ff)),_0x42ebe9=_0x86989[Math[_0x206112(0x33a)](0x0,Math[_0x206112(0x57d)](_0x86989['length']-0x1,_0x3c8f62+(_0x2e458f>0x0?0x1:-0x1)))];return!_0x42ebe9||_0x42ebe9===_0x2d46ff?!0x0:(_0x44ba7e['pageManager'][_0x206112(0x27e)](_0x42ebe9),_0xbb4985['updateViewState']({'unitId':_0xbb4985['childUnitId'],'pageId':_0x42ebe9,'scaleMode':_0x206112(0x3eb),'zoomRatio':(_0x11f753=_0x44ba7e[_0x206112(0x55c)])==null?void 0x0:_0x11f753[_0x206112(0x610)](_0x44ba7e)}),!0x0);}[_0x5878b6(0xef)](_0x419a1e){const _0x47bebf=_0x5878b6;return this[_0x47bebf(0x3c1)][_0x47bebf(0x4cb)](_0x419a1e,_0x152567[_0x47bebf(0x3e4)])??void 0x0;}};Vv=fs([$(0x0,_0x384701),$(0x1,_0x4fb5e9)],Vv);function Hv(_0x57f8e9){const _0x472c08=_0x5878b6;let _0x1e4d98=()=>{};return{'descriptor':_0x57f8e9[_0x472c08(0xda)],'layout':_0x57f8e9[_0x472c08(0x3b8)],'injector':_0x57f8e9[_0x472c08(0x391)],'hostElement':_0x57f8e9[_0x472c08(0x6d9)][_0x472c08(0x1ce)],'container':_0x57f8e9[_0x472c08(0x6d9)][_0x472c08(0x1ce)],'hostUnitId':_0x57f8e9['hostUnitId'],'embedId':_0x57f8e9[_0x472c08(0x1a0)],'childUnitId':_0x57f8e9[_0x472c08(0x4d3)],'childType':_0x57f8e9[_0x472c08(0x1ec)],'renderScope':{'hostUnitId':_0x57f8e9[_0x472c08(0x178)],'hostAnchorId':_0x57f8e9[_0x472c08(0xda)][_0x472c08(0x6f7)],'embedId':_0x57f8e9['embedId'],'childUnitId':_0x57f8e9['childUnitId'],'childType':_0x57f8e9['childType'],'layout':_0x57f8e9[_0x472c08(0x3b8)],'mode':'float','rootElement':_0x57f8e9[_0x472c08(0x6d9)][_0x472c08(0x1ce)],'contentRoot':_0x57f8e9[_0x472c08(0x6d9)][_0x472c08(0x41d)],'canvasRoot':_0x57f8e9[_0x472c08(0x6d9)]['canvas'],'active$':_0x5694b8(!0x1)},'runtimeScope':{'descriptor':_0x57f8e9[_0x472c08(0xda)],'host':{'unitId':_0x57f8e9[_0x472c08(0x178)],'type':_0x57f8e9['descriptor'][_0x472c08(0x5eb)],'anchorId':_0x57f8e9[_0x472c08(0xda)][_0x472c08(0x6f7)],'entry':_0x57f8e9[_0x472c08(0xda)][_0x472c08(0x289)],'layout':_0x472c08(0x45f)},'child':{'unitId':_0x57f8e9[_0x472c08(0x4d3)],'type':_0x57f8e9['childType']},'injector':_0x57f8e9[_0x472c08(0x391)],'roots':{'root':_0x57f8e9[_0x472c08(0x6d9)]['root'],'content':_0x57f8e9[_0x472c08(0x6d9)]['content'],'canvas':_0x57f8e9[_0x472c08(0x6d9)][_0x472c08(0x61f)],'overlay':_0x57f8e9[_0x472c08(0x6d9)][_0x472c08(0x1ce)],'popup':_0x57f8e9['roots'][_0x472c08(0x1ce)]},'activate':_0x1e4d98,'deactivate':_0x1e4d98,'dispose':_0x1e4d98}};}function Uv(_0x27b160){const _0x8958fe=_0x5878b6;var _0x3e3558,_0x115823,_0xfeb352;let _0xc4ce6=(_0x3e3558=_0x27b160[_0x8958fe(0x616)])==null?void 0x0:_0x3e3558[_0x8958fe(0x610)](_0x27b160)['slideOrder'];return Array[_0x8958fe(0x27d)](_0xc4ce6)&&_0xc4ce6[_0x8958fe(0x102)]>0x0?_0xc4ce6:((_0x115823=(_0xfeb352=_0x27b160[_0x8958fe(0x58d)])[_0x8958fe(0x69f)])==null?void 0x0:_0x115823[_0x8958fe(0x610)](_0xfeb352)[_0x8958fe(0x28d)](_0x5d2ce3=>_0x5d2ce3[_0x8958fe(0x61d)]())[_0x8958fe(0x273)](Boolean))??[];}function Wv(_0x12e232){const _0x5aab3b=_0x5878b6;fm(_0x12e232,_0x5aab3b(0x28f),Gv);}function Gv(_0x1ad854){const _0x352bab=_0x5878b6;let _0x44afe6=_0x1ad854[_0x352bab(0x96)](_0x2269a3),_0x22bbcf=_0x1ad854[_0x352bab(0x96)](xc),_0x29425f=_0x1ad854[_0x352bab(0x96)](yc),_0x25f48b=_0x1ad854[_0x352bab(0x96)](rs),_0x2cf841=_0x1ad854['get'](bc),_0x48cc37=_0x1ad854['get'](Wu),_0x953ee8=_0x1ad854[_0x352bab(0x96)](ad),_0x1018b9=_0x1ad854[_0x352bab(0x96)](lm),_0x320cf8=_0x1ad854['has'](_0x385558)?_0x1ad854[_0x352bab(0x96)](_0x385558):void 0x0,_0x5252a1=_0x1ad854['has'](_0x384701)?_0x1ad854['get'](_0x384701):void 0x0;_0x1ad854[_0x352bab(0x6d0)](_0x3765)||_0x1ad854[_0x352bab(0x36d)]([_0x3765,{'useFactory':()=>Kv({'embedModelService':_0x1ad854[_0x352bab(0x96)](_0x39c782),'mountService':_0x1ad854[_0x352bab(0x96)](Gc),'activationService':_0x1ad854[_0x352bab(0x96)](Jc),'blockRegistry':_0x1ad854[_0x352bab(0x96)](rs),'restoreService':_0x1ad854[_0x352bab(0x96)](Ku),'previewService':_0x1ad854[_0x352bab(0x96)](Wu),'runtimeHostLeaseService':_0x1ad854['get'](hf),'passiveViewportRegistry':_0x1ad854['get'](ad),'passiveWheelHandlerRegistry':_0x1ad854[_0x352bab(0x96)](od),'univerInstanceService':_0x5252a1,'sceneCanvasCaptureService':_0x1ad854[_0x352bab(0x6d0)](Mc)?_0x1ad854['get'](Mc):void 0x0})}]),_0x1ad854[_0x352bab(0x6d0)](_0x57c019)||_0x1ad854[_0x352bab(0x36d)]([_0x57c019,{'useFactory':()=>_0x1ad854[_0x352bab(0x96)](is)}]),_0x1ad854[_0x352bab(0x6d0)](_0x54d7b6)||_0x1ad854[_0x352bab(0x36d)]([_0x54d7b6,{'useFactory':()=>_0x1ad854[_0x352bab(0x96)](Gc)}]),_0x1ad854['has'](_0x658db9)||_0x1ad854[_0x352bab(0x36d)]([_0x658db9,{'useFactory':()=>_0x1ad854[_0x352bab(0x96)](Jc)}]),_0x1ad854[_0x352bab(0x6d0)](_0x776810)||_0x1ad854['add']([_0x776810,{'useFactory':()=>_0x1ad854['get'](_0x4260b5)}]),_0x1ad854[_0x352bab(0x6d0)](_0x5c663f)||_0x1ad854[_0x352bab(0x36d)]([_0x5c663f,{'useFactory':()=>_0x1ad854[_0x352bab(0x96)](Z)}]),_0x1ad854[_0x352bab(0x6d0)](_0x4aae78)||_0x1ad854[_0x352bab(0x36d)]([_0x4aae78,{'useFactory':()=>({'render':_0x247566=>{let {data:_0x2c5f8b}=_0x247566;return _0x481dd4(df,{..._0x247566,'data':_0x2c5f8b});}})}]),[_0x2843ea(_0x320cf8,_0x5252a1,()=>_0x1ad854['has'](_0x5d4928)?_0x1ad854[_0x352bab(0x96)](_0x5d4928):void 0x0),uv(_0x320cf8,_0x5252a1,_0x1ad854[_0x352bab(0x96)](_0x3765))]['forEach'](_0x47cc71=>{const _0x5a8815=_0x352bab;_0x44afe6[_0x5a8815(0x96)](_0x47cc71[_0x5a8815(0x5eb)],_0x47cc71[_0x5a8815(0x289)])||_0x44afe6[_0x5a8815(0x334)](_0x47cc71);}),[dv(),fv()][_0x352bab(0x684)](_0x6e367b=>{const _0x1949ed=_0x352bab;_0x22bbcf[_0x1949ed(0x96)](_0x6e367b['hostType'],_0x6e367b['entry'])||_0x22bbcf[_0x1949ed(0x334)](_0x6e367b);});let _0x113d20=gv(_0x1ad854[_0x352bab(0x96)](_0x20e3ee));_0x29425f[_0x352bab(0x96)](_0x113d20[_0x352bab(0x1ec)])||_0x29425f[_0x352bab(0x334)](_0x113d20);let _0x36d0e4=iv();_0x25f48b[_0x352bab(0x96)](_0x36d0e4['childType'])||_0x25f48b['register'](_0x36d0e4),cv()[_0x352bab(0x684)](_0xfbcd98=>{const _0x1ad0bf=_0x352bab;_0x2cf841[_0x1ad0bf(0x5fa)](_0xfbcd98[_0x1ad0bf(0x5eb)],_0xfbcd98[_0x1ad0bf(0x289)],_0xfbcd98['childType'])||_0x2cf841[_0x1ad0bf(0x334)](_0xfbcd98);}),_0x48cc37['registerProvider'](_0x1ad854['createInstance'](Sv)),_0x953ee8[_0x352bab(0x96)](_0x152567['UNIVER_SLIDE'])||_0x953ee8[_0x352bab(0x334)](hv()),_0x1018b9[_0x352bab(0x96)](_0x152567[_0x352bab(0x3e4)])||_0x1018b9[_0x352bab(0x334)](_0x1ad854['createInstance'](Vv));}function Kv(_0x418499){const _0x1152d9=_0x5878b6;return{'mountPageList':_0x4b4f4c=>{const _0x4a0189=_0x4fd0;var _0x2b94a1,_0xcea788;let _0xb33178={'embedId':_0x4b4f4c['embedId'],'hostUnitId':_0x4b4f4c[_0x4a0189(0x178)],'hostType':_0x152567[_0x4a0189(0x3e4)],'entry':_0x4a0189(0x4f4),'hostAnchorId':_0x4b4f4c[_0x4a0189(0x6f7)],'childUnitId':_0x4b4f4c[_0x4a0189(0x4d3)],'childType':_0x4b4f4c['childType'],'source':{'unitType':_0x4b4f4c['childType'],'ref':{'file':{'kind':_0x661a7[_0x4a0189(0x497)]},'unit':{'selector':_0x4b4f4c['childUnitId'],'type':_0x2ff37f(_0x4b4f4c[_0x4a0189(0x1ec)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x4a0189(0xcb),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x53ce0d=(_0x2b94a1=(_0xcea788=_0x418499['mountService'])[_0x4a0189(0x192)])==null?void 0x0:_0x2b94a1[_0x4a0189(0x610)](_0xcea788,_0x4b4f4c[_0x4a0189(0x1a0)]),_0x5f1b49=()=>{const _0x38c05e=_0x4a0189;var _0x5cd45d,_0x3e93ee;((_0x5cd45d=(_0x3e93ee=_0x418499[_0x38c05e(0x658)])[_0x38c05e(0x192)])==null||(_0x5cd45d=_0x5cd45d['call'](_0x3e93ee,_0x4b4f4c['embedId']))==null?void 0x0:_0x5cd45d[_0x38c05e(0x643)])===_0x4b4f4c['hostElement']&&(_0x418499[_0x38c05e(0x2ac)][_0x38c05e(0x3b9)](_0x4b4f4c['embedId']),_0x418499['mountService'][_0x38c05e(0x69b)](_0x4b4f4c[_0x38c05e(0x1a0)]));};return(_0x53ce0d==null?void 0x0:_0x53ce0d[_0x4a0189(0x178)])===_0x4b4f4c[_0x4a0189(0x178)]&&_0x53ce0d[_0x4a0189(0x289)]===_0x4a0189(0x4f4)&&_0x53ce0d['childUnitId']===_0x4b4f4c[_0x4a0189(0x4d3)]&&_0x53ce0d[_0x4a0189(0x643)]===_0x4b4f4c[_0x4a0189(0x643)]?(_0x418499['activationService'][_0x4a0189(0x533)](_0xb33178),_0x139183(_0x5f1b49)):(_0x418499[_0x4a0189(0x658)][_0x4a0189(0x5ea)](_0xb33178,_0x4b4f4c[_0x4a0189(0x643)]),_0x418499['activationService']['activateTab'](_0xb33178),_0x139183(_0x5f1b49));},'mountFloatingObject':_0x3fae26=>{const _0x1a52eb=_0x4fd0;let _0xf99c10=_0x418499[_0x1a52eb(0x247)][_0x1a52eb(0x6b2)](_0x3fae26[_0x1a52eb(0x178)],_0x3fae26['embedId'])??{'embedId':_0x3fae26[_0x1a52eb(0x1a0)],'hostUnitId':_0x3fae26[_0x1a52eb(0x178)],'hostType':_0x152567[_0x1a52eb(0x3e4)],'entry':_0x1a52eb(0x85),'hostAnchorId':_0x3fae26[_0x1a52eb(0x6f7)],'childUnitId':_0x3fae26['childUnitId'],'childType':_0x3fae26[_0x1a52eb(0x1ec)],'source':{'unitType':_0x3fae26['childType'],'ref':{'file':{'kind':_0x661a7[_0x1a52eb(0x497)]},'unit':{'selector':_0x3fae26['childUnitId'],'type':_0x2ff37f(_0x3fae26[_0x1a52eb(0x1ec)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x1a52eb(0x68d),'fullscreen':!0x0},'tab':!0x1}};return _0x418499[_0x1a52eb(0x658)][_0x1a52eb(0x5ea)](_0xf99c10,_0x3fae26[_0x1a52eb(0x643)]),_0x139183(()=>{const _0x11044f=_0x1a52eb;_0x418499[_0x11044f(0x658)][_0x11044f(0x69b)](_0x3fae26[_0x11044f(0x1a0)]);});},'clearAndUnmount':_0x5477f9=>{const _0x4b806=_0x4fd0;_0x418499['activationService'][_0x4b806(0x3b9)](_0x5477f9),_0x418499['mountService'][_0x4b806(0x69b)](_0x5477f9);},'unmountFloatingSessions':_0x526fb6=>{const _0xb9db90=_0x4fd0;_0x418499[_0xb9db90(0x658)][_0xb9db90(0x251)]()[_0xb9db90(0x273)](_0x1110d6=>_0x1110d6[_0xb9db90(0x178)]===_0x526fb6&&_0x1110d6[_0xb9db90(0x289)]==='slides-floating-object')[_0xb9db90(0x684)](_0x50e868=>_0x418499['mountService'][_0xb9db90(0x69b)](_0x50e868[_0xb9db90(0x1a0)]));},'listSessions':()=>_0x418499['mountService']['listSessions']()[_0x1152d9(0x28d)](_0x429a32=>({'embedId':_0x429a32[_0x1152d9(0x1a0)],'hostUnitId':_0x429a32['hostUnitId'],'entry':_0x429a32[_0x1152d9(0x289)],'childType':_0x429a32[_0x1152d9(0x1ec)],'childUnitId':_0x429a32['childUnitId']})),'capturePreviewByHostAnchorId':(_0xac3be2,_0x427df9)=>qv(_0x418499,_0xac3be2,_0x427df9),'mountPresentationEmbed':_0x2f6fbd=>kv(_0x418499,_0x2f6fbd)};}async function qv(_0x32e110,_0x1a2644,_0x4ed105){const _0x358602=_0x5878b6;var _0x525110,_0x48234d,_0x33230e;let _0x54e4f0=(_0x525110=_0x32e110[_0x358602(0x3e3)])==null?void 0x0:_0x525110[_0x358602(0x505)](_0x1a2644);_0x54e4f0&&await Ef(_0x54e4f0);let _0x50c8d1=await((_0x48234d=_0x32e110[_0x358602(0x3e3)])==null?void 0x0:_0x48234d[_0x358602(0x202)](_0x1a2644));if(_0x50c8d1)return zv(_0x50c8d1);if(!_0x4ed105)return;let _0x4604f9=await Yv(_0x32e110,_0x1a2644,_0x4ed105);if(!_0x4604f9)return;let _0x494936=_0x4604f9[_0x358602(0x4d3)]??_0x4ed105[_0x358602(0x4d3)],_0x220e20=_0x4604f9['childType']??_0x4ed105[_0x358602(0x1ec)];if(!_0x494936||_0x220e20==null)return;let _0x30a4e5=Jv(_0x32e110,_0x4604f9,_0x1a2644,_0x4ed105),_0x90993c=_0x32e110[_0x358602(0x49e)][_0x358602(0x62c)]({'descriptor':{..._0x4604f9,'mode':_0x358602(0x1b8)},'childUnitId':_0x494936,'childType':_0x220e20,'width':_0x30a4e5[_0x358602(0x6c9)],'height':_0x30a4e5['height'],'dpr':Math[_0x358602(0x33a)](0x1,Math['min'](0x3,_0x4ed105[_0x358602(0x236)])),'reason':_0x358602(0x186),'context':(_0x33230e=_0x32e110[_0x358602(0x3e3)])==null?void 0x0:_0x33230e[_0x358602(0x505)](_0x1a2644)}),_0x21bb1d=_0x90993c['image']?zv(_0x90993c[_0x358602(0x184)]):void 0x0;return _0x90993c['status']==='pending'?Xv(_0x32e110[_0x358602(0x49e)],_0x90993c,_0x494936):_0x21bb1d;}function Jv(_0x1fa7ca,_0x1a5a21,_0x5f2b03,_0x403a8b){const _0xb8df44=_0x5878b6;var _0x15c46a,_0x490037;let _0x3819cf={'width':Math[_0xb8df44(0x33a)](0x1,_0x403a8b[_0xb8df44(0x6c9)]),'height':Math[_0xb8df44(0x33a)](0x1,_0x403a8b[_0xb8df44(0x2e8)])};if(_0x1a5a21[_0xb8df44(0x289)]!==_0x16334e['SlidesPageListBlock'])return _0x3819cf;let _0x15f053=(_0x15c46a=_0x1fa7ca[_0xb8df44(0x4ce)])==null?void 0x0:_0x15c46a[_0xb8df44(0x4cb)](_0x403a8b[_0xb8df44(0x178)],_0x152567[_0xb8df44(0x3e4)]);if(!_0x15f053)return _0x3819cf;let _0x20fd8e=(_0x490037=_0x15f053[_0xb8df44(0x58d)][_0xb8df44(0x343)](_0x5f2b03))==null?void 0x0:_0x490037[_0xb8df44(0x3ae)](),_0x551bec=_0x34fa02((_0x20fd8e==null?void 0x0:_0x20fd8e[_0xb8df44(0x387)])??_0x15f053['getSnapshot']()[_0xb8df44(0x48f)]);return{'width':Math[_0xb8df44(0x33a)](0x1,_0x551bec[_0xb8df44(0x6c9)]),'height':Math[_0xb8df44(0x33a)](0x1,_0x551bec['height'])};}async function Yv(_0x139301,_0xbe2df7,_0x243298){const _0x7ed7c9=_0x5878b6;let _0x4b9194=_0x139301[_0x7ed7c9(0x247)]['getDescriptor'](_0x243298['hostUnitId'],_0x243298[_0x7ed7c9(0x1a0)])??Rv({'hostUnitId':_0x243298[_0x7ed7c9(0x178)],'embedId':_0x243298['embedId'],'hostAnchorId':_0xbe2df7,'childUnitId':_0x243298['childUnitId'],'childType':_0x243298[_0x7ed7c9(0x1ec)],'entry':_0x16334e[_0x7ed7c9(0x1dd)]});if(_0x4b9194){try{_0x4b9194=await _0x139301[_0x7ed7c9(0x277)][_0x7ed7c9(0x446)]({'descriptor':_0x4b9194});}catch{}return _0x4b9194;}}function Xv(_0x18813b,_0x4dc367,_0x4f517e){return new Promise(_0x5dd6f7=>{const _0x4ac6ab=_0x4fd0;let _0x1aac4f=!0x1,_0x1e6f96,_0x5e6b18,_0x552ef0=_0x1ecdc1=>{const _0x350730=_0x4fd0;_0x1aac4f||(_0x1aac4f=!0x0,globalThis[_0x350730(0x14f)](_0x5e6b18),_0x1e6f96==null||_0x1e6f96['unsubscribe'](),_0x5dd6f7(_0x1ecdc1));};_0x5e6b18=globalThis[_0x4ac6ab(0x119)](()=>_0x552ef0(void 0x0),0x1388),_0x1e6f96=_0x18813b[_0x4ac6ab(0x293)]['subscribe']({'next':_0x29054e=>{const _0x47d81d=_0x4ac6ab;_0x29054e[_0x47d81d(0x1a0)]!==_0x4dc367[_0x47d81d(0x1a0)]||_0x29054e['childUnitId']!==_0x4f517e||_0x29054e[_0x47d81d(0x673)]<_0x4dc367['revision']||_0x29054e[_0x47d81d(0x48c)]===_0x47d81d(0x3ad)||_0x552ef0(_0x29054e[_0x47d81d(0x184)]?zv(_0x29054e[_0x47d81d(0x184)]):void 0x0);},'complete':()=>_0x552ef0(void 0x0)});});}function Zv(_0x3e1d58){Dg(_0x3e1d58),q_(_0x3e1d58),Wv(_0x3e1d58),Wh(_0x3e1d58),og(_0x3e1d58);}function Qv(_0x22b4b1){Kh(_0x22b4b1);}const $v=[0x0,0x10,0x64,0x12c,0x3e8];async function ey(_0x2753bd,_0x434962){const _0x2fd449=_0x5878b6;var _0x22dd3e;let {instanceService:_0x544860,childUnitId:_0x1de991,childType:_0x3f75c0,restoreUnitId:_0x22e5d8,shouldRestore:_0x1b049c,settleDelayMs:_0x27af98=0x10,deferredRestoreDelaysMs:_0x1467cb=_0x22e5d8?$v:[]}=_0x2753bd,_0x190dc4=_0x544860[_0x2fd449(0x638)](_0x3f75c0),_0x134467=((_0x22dd3e=_0x544860[_0x2fd449(0x530)]())==null?void 0x0:_0x22dd3e[_0x2fd449(0x156)]())??null??_0x22e5d8??null;_0x544860[_0x2fd449(0x98)](_0x1de991),_0x544860[_0x2fd449(0x495)](_0x1de991);let _0x16d0ad=()=>{const _0x4dda40=_0x2fd449;_0x1b049c&&!_0x1b049c()||(_0x190dc4&&_0x190dc4[_0x4dda40(0x156)]()!==_0x1de991&&_0x544860[_0x4dda40(0x98)](_0x190dc4['getUnitId']()),_0x22e5d8&&_0x544860[_0x4dda40(0x98)](_0x22e5d8),_0x544860[_0x4dda40(0x495)](_0x134467));};try{let _0x15ff88=await _0x434962();return _0x27af98>0x0&&await ty(_0x27af98),_0x15ff88;}finally{_0x16d0ad(),ny(_0x16d0ad,_0x1467cb);}}function ty(_0x2127e8){return new Promise(_0xee765=>setTimeout(_0xee765,_0x2127e8));}function ny(_0x5dfb3e,_0x465632){const _0xc80572=_0x5878b6;_0x465632[_0xc80572(0x684)](_0x5f1322=>{const _0x240be7=_0xc80572;globalThis[_0x240be7(0x119)](_0x5dfb3e,_0x5f1322);});}const ry=new WeakMap();let iy=0x0;function ay(_0x5558b2,_0x30b006){const _0x1bea66=_0x5878b6;return _0x5558b2[_0x1bea66(0x6d0)](ly)?_0x5558b2[_0x1bea66(0x96)](ly)[_0x1bea66(0x334)](_0x30b006):sy(_0x5558b2,_0x30b006);}function oy(_0x39ce35){const _0x584d1f=_0x5878b6;if(!_0x39ce35['has'](ly))return;let _0x1a69aa=ry[_0x584d1f(0x96)](_0x39ce35);_0x1a69aa!=null&&_0x1a69aa[_0x584d1f(0x37b)]&&([..._0x1a69aa[_0x584d1f(0x672)]()]['sort']((_0x4b1335,_0xd653bc)=>_0x4b1335[_0x584d1f(0x4cf)]-_0xd653bc['index'])[_0x584d1f(0x684)](({contribution:_0x6a1938})=>ay(_0x39ce35,_0x6a1938)),ry[_0x584d1f(0x66b)](_0x39ce35));}function sy(_0x840c9b,_0x5ae6c8){const _0x46f586=_0x5878b6;let _0x1122d4={'contribution':_0x5ae6c8,'index':iy++},_0x382814=cy(_0x5ae6c8,_0x1122d4[_0x46f586(0x4cf)]),_0x45b816=_0x840c9b,_0x2c1b77=ry[_0x46f586(0x96)](_0x45b816)??new Map();return _0x2c1b77['set'](_0x382814,_0x1122d4),ry['set'](_0x45b816,_0x2c1b77),_0x139183(()=>{const _0x4c2b1a=_0x46f586;let _0x4b703d=ry[_0x4c2b1a(0x96)](_0x45b816);(_0x4b703d==null?void 0x0:_0x4b703d[_0x4c2b1a(0x96)](_0x382814))===_0x1122d4&&_0x4b703d['delete'](_0x382814);});}function cy(_0x4a6090,_0x51d48f){const _0x2ce52d=_0x5878b6;return _0x4a6090['id']?_0x4a6090[_0x2ce52d(0x1ec)]+':'+_0x4a6090['id']:_0x4a6090['childType']+_0x2ce52d(0x16e)+_0x51d48f;}let ly=class{constructor(_0x4be6a9,_0x2ee834){const _0x52a817=_0x5878b6;this['_injector']=_0x4be6a9,this[_0x52a817(0x4ea)]=_0x2ee834,X(this,_0x52a817(0x36c),new Map()),X(this,_0x52a817(0x549),0x0);}[_0x5878b6(0x334)](_0x4dad04){const _0x56f712=_0x5878b6;if(_0x4dad04['id']&&this[_0x56f712(0x216)](_0x4dad04['childType'],_0x4dad04['id']))return _0x139183(()=>{});let _0x769324={'contribution':_0x4dad04,'index':this[_0x56f712(0x549)]++},_0x936da6=this['_contributions']['get'](_0x4dad04[_0x56f712(0x1ec)])??[];return _0x936da6[_0x56f712(0x498)](_0x769324),_0x936da6[_0x56f712(0x577)](uy),this[_0x56f712(0x36c)]['set'](_0x4dad04[_0x56f712(0x1ec)],_0x936da6),_0x139183(()=>{const _0x323762=_0x56f712;let _0x396a5f=this[_0x323762(0x36c)][_0x323762(0x96)](_0x4dad04['childType']);if(!_0x396a5f)return;let _0x4dd306=_0x396a5f[_0x323762(0x273)](_0x3cb875=>_0x3cb875!==_0x769324);_0x4dd306[_0x323762(0x102)]?this[_0x323762(0x36c)][_0x323762(0x5ad)](_0x4dad04[_0x323762(0x1ec)],_0x4dd306):this[_0x323762(0x36c)][_0x323762(0x66b)](_0x4dad04[_0x323762(0x1ec)]);});}[_0x5878b6(0x14b)](_0x38b46d){const _0x43645d=_0x5878b6;return(this['_contributions'][_0x43645d(0x96)](_0x38b46d)??[])[_0x43645d(0x28d)](_0x577c62=>_0x577c62['contribution']);}async['prepare'](_0x57954e){const _0x1d9c25=_0x5878b6;let _0x32f77a=this['getAll'](_0x57954e[_0x1d9c25(0x1ec)]);_0x32f77a[_0x1d9c25(0x102)]&&await ey({'instanceService':this[_0x1d9c25(0x6f5)][_0x1d9c25(0x96)](_0x384701),'childUnitId':_0x57954e[_0x1d9c25(0x4d3)],'childType':_0x57954e[_0x1d9c25(0x1ec)],'restoreUnitId':_0x57954e[_0x1d9c25(0x553)],'settleDelayMs':_0x57954e[_0x1d9c25(0x459)],'shouldRestore':()=>!this[_0x1d9c25(0x4ea)]['isChildUnitInActiveSession'](_0x57954e[_0x1d9c25(0x4d3)])},async()=>{const _0x1e11bd=_0x1d9c25;for(let _0x5d032c of _0x32f77a)_0x5d032c[_0x1e11bd(0x2d7)]&&await _0x5d032c[_0x1e11bd(0x2d7)]({'injector':this[_0x1e11bd(0x6f5)],'childUnitId':_0x57954e[_0x1e11bd(0x4d3)],'childType':_0x57954e[_0x1e11bd(0x1ec)],'descriptor':_0x57954e[_0x1e11bd(0xda)]});});}[_0x5878b6(0x216)](_0xa1b095,_0x5e85e8){const _0x3b4cba=_0x5878b6;return(this[_0x3b4cba(0x36c)][_0x3b4cba(0x96)](_0xa1b095)??[])[_0x3b4cba(0x3f3)](_0x3dbba5=>_0x3dbba5['contribution']['id']===_0x5e85e8);}};ly=fs([$(0x0,_0x431841(_0x4670db)),$(0x1,_0x431841(Z))],ly);function uy(_0x33a2bf,_0x5b4976){const _0x10574d=_0x5878b6;return(_0x33a2bf[_0x10574d(0x395)][_0x10574d(0x4bf)]??_0x33a2bf[_0x10574d(0x4cf)])-(_0x5b4976[_0x10574d(0x395)][_0x10574d(0x4bf)]??_0x5b4976[_0x10574d(0x4cf)])||_0x33a2bf[_0x10574d(0x4cf)]-_0x5b4976[_0x10574d(0x4cf)];}function dy(){return[];}let fy=class{constructor(_0x1a03a6,_0x1d7f9b){const _0x264a83=_0x5878b6;this[_0x264a83(0x169)]=_0x1a03a6,this[_0x264a83(0x69d)]=_0x1d7f9b;}['pushUndoRedoForChild'](_0x6efb4b){const _0x28f093=_0x5878b6;let _0x529e58=this[_0x28f093(0x5d9)](_0x6efb4b[_0x28f093(0x2d3)]);return this[_0x28f093(0x69d)][_0x28f093(0x165)]({..._0x6efb4b,'unitID':_0x529e58}),{'stackUnitId':_0x529e58,'routedToHost':_0x529e58!==_0x6efb4b[_0x28f093(0x2d3)]};}[_0x5878b6(0x5d9)](_0x40cae4){const _0x2c8868=_0x5878b6;let _0x5d4c10=this['_focusOwnerService'][_0x2c8868(0x1d5)]();return!_0x5d4c10||_0x5d4c10[_0x2c8868(0x4d3)]!==_0x40cae4?_0x40cae4:_0x5d4c10[_0x2c8868(0x178)];}};fy=fs([$(0x0,_0x431841(_0x4260b5)),$(0x1,_0x354aee)],fy);let py=class extends _0x1bbe46{constructor(_0x1238a3=au,_0x20fb8f,_0x1ab8fd,_0x38d4f5){const _0x2e17e3=_0x5878b6;super(),this[_0x2e17e3(0x53f)]=_0x1238a3,this['_injector']=_0x20fb8f,this[_0x2e17e3(0x388)]=_0x1ab8fd,this[_0x2e17e3(0x6d2)]=_0x38d4f5;let {..._0x2f6a51}=_0x8b53ae({},au,this['_config']);this['_configService']['setConfig'](_0x2e17e3(0x104),_0x2f6a51);}[_0x5878b6(0x605)](){const _0x5fadd9=_0x5878b6;this['_enableEmbedUnitLeasePolicy'](),this['_registerServices'](),this[_0x5fadd9(0x4c5)](),this[_0x5fadd9(0x292)](),this[_0x5fadd9(0x437)](),this['_flushPendingContributions'](),this[_0x5fadd9(0x3ff)](),this[_0x5fadd9(0x58c)](),this[_0x5fadd9(0x67b)]();}[_0x5878b6(0x95)](){const _0x5c9fed=_0x5878b6;this['_flushPendingContributions'](),this['_injector'][_0x5c9fed(0x96)](Ip);}['_registerServices'](){const _0x1c444e=_0x5878b6;this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x458f3f)||this[_0x1c444e(0x6f5)]['add']([_0x458f3f,{'useClass':_0x1caa07}]),this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x4e46a8)||this[_0x1c444e(0x6f5)][_0x1c444e(0x36d)]([_0x4e46a8]),this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x4cbdc7)||this[_0x1c444e(0x6f5)][_0x1c444e(0x36d)]([_0x4cbdc7]),[[xc],[Ku],[ly],[Dp],[Jc],[yc],[rs],[is],[Gu],[bc],[Wu],[mf],[$l],[as],[Zu],[ls],[Ap],[jp],[Mp],[Pp],[Ip],[am],[Op],[Gc],[Sc],[od],[ad],[Lf],[Pl],[lm],[us],[Z],[hf],[Mc],[ps],[fy]][_0x1c444e(0x684)](_0x34cc5c=>this[_0x1c444e(0x6f5)][_0x1c444e(0x36d)](_0x34cc5c)),this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x58d98b)||this[_0x1c444e(0x6f5)]['add']([_0x58d98b,{'useFactory':()=>this[_0x1c444e(0x6f5)][_0x1c444e(0x96)](ls)}]),this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x4c711f)||this[_0x1c444e(0x6f5)][_0x1c444e(0x36d)]([_0x4c711f,{'useFactory':()=>this['_injector']['get'](Z)}]),this['_injector']['has'](_0x54607a)||this[_0x1c444e(0x6f5)][_0x1c444e(0x36d)]([_0x54607a,{'useFactory':()=>this['_injector'][_0x1c444e(0x96)](ls)}]),this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x5e67b0)||this[_0x1c444e(0x6f5)]['add']([_0x5e67b0,{'useFactory':()=>this[_0x1c444e(0x6f5)][_0x1c444e(0x96)](Z)}]),this[_0x1c444e(0x6f5)][_0x1c444e(0x6d0)](_0x53f8e4)||this['_injector'][_0x1c444e(0x36d)]([_0x53f8e4,{'useFactory':()=>this[_0x1c444e(0x6f5)]['get'](Gu)}]);}[_0x5878b6(0x437)](){const _0x41b71d=_0x5878b6;cm(this['_injector'])['forEach'](_0x9861c9=>this[_0x41b71d(0x45b)](_0x9861c9));}[_0x5878b6(0x4c5)](){const _0x2dadf0=_0x5878b6;Zv(this[_0x2dadf0(0x6f5)]);}[_0x5878b6(0x292)](){const _0x1d678b=_0x5878b6;let _0x4c309a=this[_0x1d678b(0x6d2)]['getTypeOfUnitAdded$'](_0x152567[_0x1d678b(0x39f)])[_0x1d678b(0x19d)](()=>Qv(this[_0x1d678b(0x6f5)]));this[_0x1d678b(0x45b)](_0x139183(()=>_0x4c309a[_0x1d678b(0x632)]()));}[_0x5878b6(0x6ee)](){const _0x44fa31=_0x5878b6;pm(this[_0x44fa31(0x6f5)]),jl(this['_injector']),oy(this[_0x44fa31(0x6f5)]);}[_0x5878b6(0x3ff)](){const _0xa6e09e=_0x5878b6;var _0x543b01;let _0x389044=this[_0xa6e09e(0x6f5)][_0xa6e09e(0x96)](bc);((_0x543b01=this[_0xa6e09e(0x53f)]['defaults'])==null?void 0x0:_0x543b01[_0xa6e09e(0x11e)])!==!0x1&&dy()[_0xa6e09e(0x684)](_0x1aadae=>{const _0x2ad5bb=_0xa6e09e;_0x389044[_0x2ad5bb(0x5fa)](_0x1aadae['hostType'],_0x1aadae[_0x2ad5bb(0x289)],_0x1aadae[_0x2ad5bb(0x1ec)])||_0x389044[_0x2ad5bb(0x334)](_0x1aadae);});}['_touchServices'](){const _0x5cf2d8=_0x5878b6;_0x1047d8(this[_0x5cf2d8(0x6f5)],[[xc],[Ku],[ly],[Dp],[Jc],[yc],[rs],[is],[bc],[Wu],[mf],[$l],[as],[Zu],[Ap],[jp],[Mp],[Pp],[am],[Op],[Gc],[Sc],[od],[ad],[Lf],[Pl],[lm],[us],[Z],[hf],[Mc],[ps],[fy]]);}[_0x5878b6(0x67b)](){const _0x3bf324=_0x5878b6;var _0x3db59e;((_0x3db59e=this[_0x3bf324(0x53f)][_0x3bf324(0x461)])==null?void 0x0:_0x3db59e['hostToolbar'])!==!0x1&&this[_0x3bf324(0x45b)](this[_0x3bf324(0x6f5)][_0x3bf324(0x96)](_0xa41f0d)[_0x3bf324(0x235)](_0x1724ae[_0x3bf324(0x51a)],()=>tu));}[_0x5878b6(0x81)](){const _0x5d1568=_0x5878b6;this[_0x5d1568(0x6f5)][_0x5d1568(0x96)](_0x129948)['enableExclusivePolicy']();}};X(py,_0x5878b6(0x407),_0x5878b6(0x137)),X(py,_0x5878b6(0x281),Yo),X(py,_0x5878b6(0x260),Xo),X(py,'type',_0x152567[_0x5878b6(0x6e3)]),py=fs([_0x532ee2(_0x2760a7,_0x356023),$(0x1,_0x431841(_0x4670db)),$(0x2,_0x17bf93),$(0x3,_0x384701)],py);export{Jc as EmbedActivationService,yc as EmbedChildViewRegistryService,$l as EmbedFullscreenService,xc as EmbedHostContainerRegistryService,as as EmbedHostMenuOverrideService,Ku as EmbedHostRestoreService,Gc as EmbedMountService,py as UniverEmbedUIPlugin,Al as registerEmbedProductMenuContribution};