@univerjs-pro/embed-ui 1.0.0-alpha.7 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +15 -62
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/common/embed-float-interaction-policy.d.ts +0 -2
- package/lib/types/common/embed-overlay-layers.d.ts +4 -0
- package/lib/types/components/EmbedFloatDomRenderer.d.ts +4 -37
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +0 -26
- package/lib/types/components/embed-float-dom-data.d.ts +10 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +95 -0
- package/lib/types/components/embed-float-dom-interaction.d.ts +114 -0
- package/lib/types/plugin.d.ts +4 -2
- package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +31 -0
- package/lib/types/products/bases/EmbedChildView.d.ts +5 -2
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +1 -6
- package/lib/types/products/bases/embed-content-size.d.ts +13 -7
- package/lib/types/products/bases/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/bases/register.d.ts +1 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +3 -10
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +2 -1
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +6 -1
- package/lib/types/products/product-ui-contributions.d.ts +1 -0
- package/lib/types/products/sheets/EmbedBlock.d.ts +4 -1
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +2 -33
- package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +92 -0
- package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +85 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/slides/EmbedChildView.d.ts +5 -1
- package/lib/types/services/embed-display-target-sync.d.ts +4 -0
- package/lib/types/services/embed-dom-wheel.d.ts +40 -0
- package/lib/types/services/embed-floating-menu-root.d.ts +4 -0
- package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
- package/lib/types/types/embed-ui.d.ts +3 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +36 -34
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x5a2f85=_0x4aa9;(function(_0x706b0c,_0x80847){const _0x18a57d=_0x4aa9,_0x45ed8d=_0x706b0c();while(!![]){try{const _0x2db146=-parseInt(_0x18a57d(0x70d))/0x1*(-parseInt(_0x18a57d(0x6c4))/0x2)+-parseInt(_0x18a57d(0x52d))/0x3*(-parseInt(_0x18a57d(0x4b7))/0x4)+-parseInt(_0x18a57d(0x550))/0x5+-parseInt(_0x18a57d(0x4cf))/0x6+-parseInt(_0x18a57d(0x3be))/0x7+parseInt(_0x18a57d(0x30e))/0x8*(-parseInt(_0x18a57d(0x667))/0x9)+parseInt(_0x18a57d(0x1fc))/0xa;if(_0x2db146===_0x80847)break;else _0x45ed8d['push'](_0x45ed8d['shift']());}catch(_0x3c6093){_0x45ed8d['push'](_0x45ed8d['shift']());}}}(_0x2794,0x4bd69));import{CreateEmbedCommand as _0x29e19e,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x2e44ed,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x43fd39,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x42085a,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x17a7a3,EmbedFocusOwnerService as _0x44650d,EmbedHostAdapterRegistryService as _0x444250,EmbedHostAnchorModelService as _0x159f7c,EmbedHostEntryEnum as _0x447f64,EmbedModelService as _0x3f8958,EmbedReferencedUnitMaterializeService as _0x40eff3,EmbedUnitLeasePolicyService as _0x24c386,RemoveEmbedCommand as _0x4c50df,SetEmbedDescriptorMutation as _0x31a16b,SoftDeleteEmbedDescriptorMutation as _0x5e9492,UniverEmbedPlugin as _0x34c5a3,createBasesTableListBlockHostAdapterContribution as _0x11c3a7,createDocsCustomBlockHostAdapterContribution as _0xde3f38,createSlidesFloatingObjectHostAdapterContribution as _0x38a557,createSlidesPageListBlockHostAdapterContribution as _0x3a8a5b,fromResourceRefUnitType as _0x15a181,getResourceRefInputUnitSelector as _0x286f44,parseResourceRef as _0x3dbe70,toResourceRefUnitType as _0x3350e3}from'@univerjs-pro/embed';import{BorderStyleTypes as _0x1e3410,BorderType as _0x5206bf,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x49ed8f,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x20974e,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x49af58,DependentOn as _0x4d76f9,Disposable as _0x22b40f,EDITOR_ACTIVATED as _0xe1f4d2,FOCUSING_BOARD as _0x246416,FOCUSING_DOC as _0x2e76e8,FOCUSING_SHEET as _0x519c70,FOCUSING_SLIDE as _0x2cd535,FOCUSING_UNIT as _0x26b288,FORMULA_EDITOR_ACTIVATED as _0xe8b5e9,HorizontalAlign as _0x2687f1,ICommandService as _0x2942d2,IConfigService as _0x4a1626,IContextService as _0x5497a7,IImageIoService as _0x1e5832,IUndoRedoService as _0x8b064c,IUniverInstanceService as _0x327678,Inject as _0x40a9b9,Injector as _0x10f0f1,LocaleService as _0x13857c,LookUp as _0xa5f58e,Plugin as _0x37e943,RedoCommand as _0x40f77b,ThemeService as _0xbcd608,UndoCommand as _0x2adaa3,UniverInstanceType as _0x43e669,VerticalAlign as _0x1bdc10,WrapStrategy as _0x5295cf,createDefaultBaseTableSnapshot as _0x1456fe,generateRandomId as _0x2a6ebd,isInternalEditorID as _0x3ec01d,merge as _0x49b17e,toDisposable as _0x5a3ed7,touchDependencies as _0x48248c}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0xf2099c,DocFloatMenuService as _0x2757b8,DocPageLayoutService as _0x4a6a0b,DocRenderController as _0x403e5a,DocSelectionRenderService as _0x7f1bf3,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x3735c4,IDocEmbedInteractionBoundaryService as _0x44c73f,IDocEmbedRuntimeFocusCoordinator as _0x500e2a,SetDocZoomRatioOperation as _0x27df5e,VIEWPORT_KEY as _0x69e376,collectDocsTableLikeEmbedChildUnitIds as _0x236614,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x524f1a,createDocsCustomBlockSizeRefreshScheduler as _0x1119d6,isSheetLikeDocsCustomBlockChildType as _0x46e207,resolveDocsCustomBlockRenderViewport as _0x42143f,resolveDocsCustomBlockSize as _0x2391c1,resolveDocsTableLikeCustomBlockBleedViewport as _0x1d4beb,resolveDocsTableLikeCustomBlockContentHeight as _0x2906fb,resolveDocsTableLikeCustomBlockContentWidth as _0x1dea6e,scrollDocsTableLikeCustomBlockLive as _0x4810d2,shouldRefreshDocsCustomBlockSizeForCommand as _0xf6918f}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0x1bfab3,BORDER_LINE_CHILDREN as _0x3f22d8,BORDER_SIZE_CHILDREN as _0x36f1a9,BorderLine as _0x469ff1,CellPopupManagerService as _0x5e95ec,EditorContainer as _0xcdb5ae,FormulaBar as _0x3622b5,ISheetEmbedFloatingGeometryService as _0x2ce003,ISheetEmbedInteractionBoundaryService as _0xf22083,ISheetEmbedRuntimeFocusCoordinator as _0x2753d8,ISheetEmbedRuntimeService as _0x3c9cec,ISheetHostChromeOverrideService as _0x7819c2,ResetRangeTextColorCommand as _0x107edd,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x16c8f3,SHEET_FOOTER_BAR_HEIGHT as _0x313482,SetCellEditVisibleOperation as _0x1ad0f2,SetOnceFormatPainterCommand as _0x5eca7b,SetRangeBoldCommand as _0x5ee453,SetRangeFontFamilyCommand as _0x49719b,SetRangeFontSizeCommand as _0x1f79d5,SetRangeTextColorCommand as _0x457a17,SheetBar as _0x3509fd,SheetsUIMenuSchema as _0x3fb7c9}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0x1fadf8,CanvasFloatDomPreviewService as _0x8e0706,CanvasPopup as _0x4b50e0,CanvasPopupService as _0x2289e5,ComponentManager as _0xabdd4d,ContextMenu as _0x50446a,ContextMenuService as _0x127715,DesktopRibbonService as _0x48f5ff,DesktopSidebarService as _0x1b8f18,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x5929bc,FONT_SIZE_LIST as _0x5eb08b,FontFamilyItem as _0x5de95e,ICanvasPopupService as _0x472af0,IContextMenuService as _0x37a15d,ILayoutService as _0x380452,IMenuManagerService as _0x345bd0,IRibbonOverrideService as _0x18443d,IRibbonService as _0x37f686,ISidebarService as _0x33840b,IUIPartsService as _0xb1861c,IUIRuntimeScopeService as _0x3013ff,IconManager as _0x46ec0b,MenuManagerPosition as _0x2aafc5,MenuManagerService as _0x532ad,Ribbon as _0x196af7,RibbonDataGroup as _0x3d6c3b,RibbonFormulasGroup as _0x5b6567,RibbonInsertGroup as _0x52275e,RibbonOthersGroup as _0x5e4807,RibbonPosition as _0x3e809b,RibbonStartGroup as _0x4e94b1,RibbonViewGroup as _0x58c6d6,Sidebar as _0x582f5b,ToolbarButton as _0x6d1876,UniverUIPlugin as _0x110f4e,connectInjector as _0x457420,useConfigValue as _0x1221b5,useDependency as _0x537911,useInjector as _0x12a0b0,useObservable as _0x471436}from'@univerjs/ui';import{Button as _0x4178fc,ColorPicker as _0x3ac96e,ConfigProvider as _0x3cc7ab,Dropdown as _0x2c9dc5,DropdownMenu as _0x5b1310,Separator as _0x1f60c7,Tooltip as _0x5d0a64,clsx as _0x181de8,render as _0x3e030e,unmount as _0x266b29}from'@univerjs/design';import{AlignBottomIcon as _0x2a7981,AlignTopIcon as _0x4d9829,ArrowLeftIcon as _0x2efa50,ArrowRightIcon as _0x54594a,AutowrapIcon as _0x2ffc00,BoldIcon as _0x5c7c41,BrushIcon as _0x53fbec,CancelMergeIcon as _0x56a436,CheckMarkIcon as _0x361f73,DeleteIcon as _0x54bf4e,ExpandIcon as _0x23388b,FilterIcon as _0x46cfbc,FontColorDoubleIcon as _0x5576d5,GripHorizontalIcon as _0x4fe210,HorizontalMergeIcon as _0x28a44b,HorizontallyIcon as _0x547e02,IncreaseIcon as _0x407ab2,LeftJustifyingIcon as _0x2b5ff0,MergeAllIcon as _0x47af82,MoreDownIcon as _0x2701e3,NoBorderIcon as _0x4c4056,NoColorDoubleIcon as _0x1b4b97,NumberIcon as _0x1aaeda,OneToOneIcon as _0x2026e1,OverflowIcon as _0x2e6eb7,PaintBucketDoubleIcon as _0x5749bb,PenIcon as _0x1d3fec,RightJustifyingIcon as _0x3c3899,TruncationIcon as _0x32213e,VerticalCenterIcon as _0x49aac5,VerticalIntegrationIcon as _0x51c3d2,ZoomInIcon as _0x59eada,ZoomOutIcon as _0x264eb2}from'@univerjs/icons';import{createElement as _0x459959,forwardRef as _0x5155fd,useCallback as _0x89b672,useEffect as _0x4ea00e,useLayoutEffect as _0x5cff27,useMemo as _0x31dcbc,useRef as _0x100a3f,useState as _0x120269,useSyncExternalStore as _0x85ad9d}from'react';import{BehaviorSubject as _0x153d78,EMPTY as _0x2131c6,Observable as _0x497809,Subject as _0x2ce3d0,Subscription as _0x35b365,filter as _0x400fb8,map as _0x2b2503,merge as _0x5e325f,of as _0x1f8333,startWith as _0x2a0290}from'rxjs';import{IBoardElementService as _0x1f182b,UpdateBoardElementMutation as _0x5dbdcc,getEmbedBoardsFloatingCustomData as _0xebcda,isEmbedBoardsFloatingElement as _0x11ad0c}from'@univerjs-pro/boards';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x572002,BoardDomLayerService as _0x562bbb,BoardElementEditService as _0x27cd67,BoardElementInsertService as _0x45a57f,BoardElementStateService as _0x25ce49,BoardImageInsertService as _0x4e7152,BoardSelectionService as _0x42e447,BoardShapeIntrinsicSizeService as _0x19c108,BoardShapeTextEditorContainer as _0x22175b,BoardTextEditingService as _0x1f03f0,BoardToolService as _0x43a878,BoardUIStateService as _0x7ac10a,BoardViewportService as _0x33ff74,BoardWorkbench as _0x512277,IBoardElementStateService as _0x5b9a48,IBoardEmbedRuntimeFocusCoordinator as _0x472be8,IBoardUIStateService as _0x648274,getBoardPointFromClient as _0x3a8f36,resolveBoardInteractionConfig as _0x5e308c}from'@univerjs-pro/boards-ui';import{Fragment as _0x4fe6d1,jsx as _0x308f69,jsxs as _0x5edd8e}from'react/jsx-runtime';import{DeviceInputEventType as _0x450af3,IRenderManagerService as _0x521bc8,SHEET_VIEWPORT_KEY as _0x3b04c5,setDocsCustomBlockRenderViewportProvider as _0xbd11e5}from'@univerjs/engine-render';import{DocsTablePassiveWheelService as _0x410d29}from'@univerjs-pro/docs-table-ui';import{ActivateBaseTableOperation as _0x1fa8c0,ActivateBaseViewOperation as _0x6827c4,AddViewMenu as _0x438118,BASES_UI_PLUGIN_CONFIG_KEY as _0x7cf65c,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x2e3ec3,BASE_VIEW_MENU_ITEMS as _0x53814e,BaseDeleteConfirmDialog as _0xf486aa,BaseDuplicateTableDialog as _0x578da7,BaseEditorService as _0x55ab84,BaseTableSidebarFrame as _0x3abc3f,BaseToolbar as _0x30f940,BaseUIPopupService as _0x35946a,BaseUIStateService as _0xf9087c,BaseViewIcon as _0x528e63,BaseViewWheelScrollService as _0x266bff,CloseBaseActiveEditorOperation as _0x216e62,CloseBaseContextMenuOperation as _0x285768,CloseBasePanelOperation as _0x17a32f,CloseBaseRecordDetailPanelOperation as _0x48bc8d,GRID_ADD_FIELD_COLUMN_WIDTH as _0x5561de,GRID_ADD_RECORD_ROW_HEIGHT as _0x2a0d53,GRID_DEFAULT_COLUMN_WIDTH as _0x3d2cdc,GRID_HEADER_HEIGHT as _0x1011dd,GRID_ROW_HEADER_WIDTH as _0x439f7f,GRID_SUMMARY_HEIGHT as _0x46ef54,IBaseCanvasRootResolverService as _0x19a79d,IBaseEditorService as _0x9a0e05,IBaseEmbedFloatingActiveService as _0x40d42d,IBaseEmbedFloatingGeometryService as _0x2d28a3,IBaseEmbedRuntimeFocusCoordinator as _0x3bc3a4,IBaseEmbedRuntimeService as _0xed4a45,IBaseGlobalPortalService as _0x5db295,IBaseHostChromeOverrideService as _0x315949,IBaseUIPopupService as _0x599334,IBaseUIStateService as _0x3118cf,IBaseViewWheelScrollService as _0x6d89d7,OpenBaseActiveEditorOperation as _0x279ebc,OpenBaseContextMenuOperation as _0x3b4250,OpenBasePanelOperation as _0x581745,OpenBaseRecordDetailPanelOperation as _0x1ff95a,RenderBaseWorkbench as _0x2236b1,SetBaseScrollOperation as _0x1f0b35,SetBaseZoomOperation as _0x984bba,StartBaseEditingCellOperation as _0xa3aaf4,StopBaseEditingCellOperation as _0x4e8c90,ViewTabs as _0x1bd87f,createDefaultViewName as _0x598bea,createScopedBaseCanvasRootResolverService as _0x310c51,createScopedBaseGlobalPortalService as _0xc8298d,defaultPluginConfig as _0x4cefc0,getBaseCanvasRoot as _0x59e2ed,getBaseFloatingPanelPortalContainer as _0x107aa2,getBaseFloatingPosition as _0x1476c8,resolveGridRowHeight as _0x5952ed}from'@univerjs-pro/bases-ui';import{CreateBaseTableCommand as _0x459f20,CreateBaseViewCommand as _0x31d6cc,DeleteBaseTableCommand as _0x2aa64d,DeleteBaseViewCommand as _0x251861,IBaseViewRegistryService as _0x5ae6e6,MoveBaseViewCommand as _0x2611dd,RenameBaseTableCommand as _0x206d96,RenameBaseViewCommand as _0x2916a4,copyBaseTableSnapshot as _0x22c026}from'@univerjs-pro/bases';import{createPortal as _0x3fedbc}from'react-dom';import{SheetsChartUIMenuSchema as _0x9c5d4c}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x45cf03}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x45e12d}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x4bb19d}from'@univerjs-pro/sheets-print';import{SheetsShapeUIMenuSchema as _0x26c056}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0xd8fd96}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x21e7a1}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x57fe46}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x4b6f69}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x13b743}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0x1b1319}from'@univerjs/sheets-hyper-link-ui';import{SheetsNoteUIMenuSchema as _0xa58953}from'@univerjs/sheets-note-ui';import{SheetsNumfmtUIMenuSchema as _0x5ed61c}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x501d32}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x1f652c}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x37f2c9}from'@univerjs/sheets-thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x48d4f0,AddWorksheetMergeCommand as _0xd50676,AddWorksheetMergeHorizontalCommand as _0x3d426e,AddWorksheetMergeVerticalCommand as _0x4c74df,RemoveWorksheetMergeCommand as _0x479fe8,ResetBackgroundColorCommand as _0x50fac2,SetBackgroundColorCommand as _0x1b266d,SetBorderBasicCommand as _0x4517b4,SetHorizontalTextAlignCommand as _0x15e6f1,SetTextWrapCommand as _0x35a5e4,SetVerticalTextAlignCommand as _0x4e8124,SheetsSelectionsService as _0x23c809}from'@univerjs/sheets';import{ISlideDrawingService as _0x21c666}from'@univerjs-pro/slides';import{EditorUIFloatingContainer as _0x433417,ISlideDrawingStateService as _0x29c689,ISlideEmbedActivationService as _0x5e0ec4,ISlideEmbedFloatDomRenderer as _0x2cb752,ISlideEmbedFloatingActiveService as _0x4fdde4,ISlideEmbedFocusOwnerService as _0x5b221f,ISlideEmbedMountService as _0x3dd66d,ISlideEmbedRuntimeFocusCoordinator as _0x4ed7a2,ISlideEmbedRuntimeService as _0x540c55,SLIDE_PAGE_RECT_KEY as _0x4fcc64,ShapeTextEditorContainer as _0x13151c,SlideCanvasView as _0x4648fa,SlideEmbedChildWorkbench as _0x568eec,attachSlideRenderToCanvasHost as _0x4c566e,resolveSlideLogicalPageSize as _0x33bf72}from'@univerjs-pro/slides-ui';var ka='@univerjs-pro/embed-ui',Aa=_0x5a2f85(0x378);function ja(_0x3d22e7,_0x4cef62){const _0x249cf4=_0x5a2f85;var _0x1a3e9d;return _0x3d22e7[_0x249cf4(0x287)]('['+_0x4cef62+']')?_0x3d22e7:(_0x1a3e9d=_0x3d22e7[_0x249cf4(0x615)]('['+_0x4cef62+']'))==null?void 0x0:_0x1a3e9d;}function Ma(_0x4415e1){const _0x43d55a=_0x5a2f85;let _0x5b21a1=[];return Na(_0x4415e1,_0x43d55a(0x50c),_0x43d55a(0x45a),_0x5b21a1),Na(_0x4415e1,_0x43d55a(0x559),_0x43d55a(0x290),_0x5b21a1),Na(_0x4415e1,_0x43d55a(0x51e),_0x43d55a(0x23d),_0x5b21a1),Na(_0x4415e1,_0x43d55a(0x29b),_0x43d55a(0x23d),_0x5b21a1),_0x5a3ed7(()=>{const _0x1dbcd=_0x43d55a;_0x5b21a1[_0x1dbcd(0x2b8)](_0x264dfd=>_0x264dfd[_0x1dbcd(0x6e6)]());});}function Na(_0x2d0513,_0x284a6a,_0x1bc590,_0xc2ed2e){const _0xa06c0d=_0x5a2f85;let _0x2b5f7c=ja(_0x2d0513,_0x284a6a);if(_0x2b5f7c)return _0x2b5f7c;let _0x1a26ed=document[_0xa06c0d(0x53a)]('div');return _0x1a26ed[_0xa06c0d(0x27c)](_0x284a6a,_0xa06c0d(0x28f)),_0x1a26ed['setAttribute'](_0xa06c0d(0x1f9),_0xa06c0d(0x6a7)),_0x1a26ed['className']='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x1bc590,_0x2d0513['appendChild'](_0x1a26ed),_0xc2ed2e[_0xa06c0d(0x328)](_0x1a26ed),_0x1a26ed;}function Pa(_0x3d70b0){'@babel/helpers - typeof';const _0x28c923=_0x5a2f85;return Pa=typeof Symbol==_0x28c923(0x733)&&typeof Symbol[_0x28c923(0x57a)]==_0x28c923(0x4ad)?function(_0xfb5ac2){return typeof _0xfb5ac2;}:function(_0x5425fe){const _0xbd4477=_0x28c923;return _0x5425fe&&typeof Symbol==_0xbd4477(0x733)&&_0x5425fe[_0xbd4477(0x3fe)]===Symbol&&_0x5425fe!==Symbol[_0xbd4477(0x325)]?'symbol':typeof _0x5425fe;},Pa(_0x3d70b0);}function Fa(_0xa1ff97,_0x1b505f){const _0x1189a8=_0x5a2f85;if(Pa(_0xa1ff97)!='object'||!_0xa1ff97)return _0xa1ff97;var _0x4e103a=_0xa1ff97[Symbol[_0x1189a8(0x292)]];if(_0x4e103a!==void 0x0){var _0x482315=_0x4e103a[_0x1189a8(0x697)](_0xa1ff97,_0x1b505f||_0x1189a8(0x416));if(Pa(_0x482315)!=_0x1189a8(0x4d6))return _0x482315;throw TypeError(_0x1189a8(0x718));}return(_0x1b505f===_0x1189a8(0x682)?String:Number)(_0xa1ff97);}function Ia(_0x207c0b){const _0x543342=_0x5a2f85;var _0x3598ba=Fa(_0x207c0b,_0x543342(0x682));return Pa(_0x3598ba)=='symbol'?_0x3598ba:_0x3598ba+'';}function Y(_0x507294,_0x2453e4,_0x2d3e97){const _0x2e07f0=_0x5a2f85;return(_0x2453e4=Ia(_0x2453e4))in _0x507294?Object[_0x2e07f0(0x41b)](_0x507294,_0x2453e4,{'value':_0x2d3e97,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x507294[_0x2453e4]=_0x2d3e97,_0x507294;}var La=class{constructor(){const _0x4b9448=_0x5a2f85;Y(this,_0x4b9448(0x42f),new Map());}[_0x5a2f85(0x5f2)](_0x13995a){const _0x2bddbf=_0x5a2f85;return this[_0x2bddbf(0x42f)][_0x2bddbf(0x5a2)](_0x13995a[_0x2bddbf(0x734)],_0x13995a),_0x5a3ed7(()=>{const _0x33b7f5=_0x2bddbf;this['_contributions'][_0x33b7f5(0x43a)](_0x13995a['childType'])===_0x13995a&&this[_0x33b7f5(0x42f)]['delete'](_0x13995a[_0x33b7f5(0x734)]);});}['get'](_0x40e204){const _0xaad348=_0x5a2f85;return this[_0xaad348(0x42f)][_0xaad348(0x43a)](_0x40e204);}['list'](){const _0x1981e4=_0x5a2f85;return[...this[_0x1981e4(0x42f)][_0x1981e4(0x6c8)]()];}},Ra=class{constructor(){const _0x296fd8=_0x5a2f85;Y(this,_0x296fd8(0x668),new _0x153d78(null)),Y(this,'active$',this['_active$'][_0x296fd8(0x20b)]());}[_0x5a2f85(0x33a)](){return this['_active$']['getValue']();}['getStage'](_0x1ea7c2){const _0x5c0f26=_0x5a2f85;var _0x5a8f17;let _0x5cef9a=this['getActive']();return(_0x5cef9a==null?void 0x0:_0x5cef9a[_0x5c0f26(0x41e)])===_0x1ea7c2?(_0x5a8f17=_0x5cef9a['stage'])==null?_0x5c0f26(0x610):_0x5a8f17:_0x5c0f26(0x3b7);}[_0x5a2f85(0x485)](_0x446057,_0x48b287){const _0x4a155f=_0x5a2f85;var _0xf8fd4e,_0x4d321d,_0x2a3b2f;let _0x4438f6=this[_0x4a155f(0x33a)](),_0x2f11e3=(_0x4438f6==null?void 0x0:_0x4438f6[_0x4a155f(0x218)])===_0x446057[_0x4a155f(0x218)]&&_0x4438f6[_0x4a155f(0x41e)]===_0x446057[_0x4a155f(0x41e)]&&_0x4438f6['childUnitId']===_0x446057[_0x4a155f(0x6be)],_0xe1c712={..._0x446057,'stage':(_0xf8fd4e=_0x48b287==null?_0x446057[_0x4a155f(0x239)]:_0x48b287)==null?_0x2f11e3?(_0x4d321d=_0x4438f6['stage'])==null?_0x4a155f(0x610):_0x4d321d:_0x4a155f(0x610):_0xf8fd4e};(_0x4438f6==null?void 0x0:_0x4438f6[_0x4a155f(0x218)])===_0xe1c712[_0x4a155f(0x218)]&&_0x4438f6[_0x4a155f(0x41e)]===_0xe1c712[_0x4a155f(0x41e)]&&_0x4438f6[_0x4a155f(0x6be)]===_0xe1c712[_0x4a155f(0x6be)]&&((_0x2a3b2f=_0x4438f6[_0x4a155f(0x239)])==null?_0x4a155f(0x610):_0x2a3b2f)===_0xe1c712[_0x4a155f(0x239)]||this['_active$'][_0x4a155f(0x5b5)](_0xe1c712);}[_0x5a2f85(0x731)](_0x326cf4,_0x52186f){const _0x11358e=_0x5a2f85;var _0xb2a70d;let _0x23ca4c=this[_0x11358e(0x33a)]();!_0x23ca4c||_0x23ca4c[_0x11358e(0x41e)]!==_0x326cf4||((_0xb2a70d=_0x23ca4c[_0x11358e(0x239)])==null?_0x11358e(0x610):_0xb2a70d)!==_0x52186f&&this[_0x11358e(0x668)]['next']({..._0x23ca4c,'stage':_0x52186f});}[_0x5a2f85(0x4f0)](_0x59b8c0){const _0x185df3=_0x5a2f85;this[_0x185df3(0x67c)](_0x59b8c0)===_0x185df3(0x610)&&this[_0x185df3(0x731)](_0x59b8c0,'stage2');}[_0x5a2f85(0x5a9)](_0x1698fb){const _0x21efe3=_0x5a2f85;let _0x3a1f45=this['getActive']();_0x3a1f45&&(!_0x1698fb||_0x3a1f45[_0x21efe3(0x41e)]===_0x1698fb)&&this[_0x21efe3(0x668)][_0x21efe3(0x5b5)](null);}},za=class{constructor(){const _0x1d0e0e=_0x5a2f85;Y(this,_0x1d0e0e(0x57f),new _0x153d78(null)),Y(this,_0x1d0e0e(0x56a),this[_0x1d0e0e(0x57f)][_0x1d0e0e(0x20b)]());}[_0x5a2f85(0x5dc)](){const _0x4bf2e4=_0x5a2f85;return this[_0x4bf2e4(0x57f)]['getValue']();}['activate'](_0x72341d,_0x1b8ee6,_0xddbd1c={}){const _0x4a1ced=_0x5a2f85;var _0x35650e,_0xe7938a,_0x21a211;if(!_0x72341d['childUnitId']||_0x72341d[_0x4a1ced(0x734)]==null)throw Error(_0x4a1ced(0x4c1));let _0x1f6c59=((_0x35650e=_0x72341d[_0x4a1ced(0x4f6)])==null?void 0x0:_0x35650e[_0x4a1ced(0x400)])||void 0x0;if(_0x1b8ee6===_0x4a1ced(0x489)&&(!_0x1f6c59||_0x1f6c59[_0x4a1ced(0x2db)]!==!0x0))throw Error(_0x4a1ced(0x3f9));if(_0x1b8ee6!==_0x4a1ced(0x489))throw Error(_0x4a1ced(0x3f6));if(((_0xe7938a=(_0x21a211=_0xddbd1c['layoutPolicy'])==null?void 0x0:_0x21a211[_0x4a1ced(0x275)])==null?_0x42085a['ribbon']:_0xe7938a)!==_0x4a1ced(0x5e2)&&_0xddbd1c[_0x4a1ced(0x4c6)]!==!0x0)return this[_0x4a1ced(0x5a9)](_0x72341d[_0x4a1ced(0x41e)]),null;let _0x3fb52f={'hostUnitId':_0x72341d[_0x4a1ced(0x218)],'embedId':_0x72341d[_0x4a1ced(0x41e)],'childUnitId':_0x72341d['childUnitId'],'childType':_0x72341d[_0x4a1ced(0x734)],'entry':_0x72341d[_0x4a1ced(0x379)],'reason':_0x1b8ee6,'portalContainer':_0xddbd1c['portalContainer'],'hideHostFxBar':_0x1f6c59==null?void 0x0:_0x1f6c59[_0x4a1ced(0x3ab)],'lockHostRibbon':_0x1f6c59==null?void 0x0:_0x1f6c59[_0x4a1ced(0x5c9)]},_0xed281e=this['getOverride']();return Ba(_0xed281e,_0x3fb52f)?_0xed281e:(this[_0x4a1ced(0x57f)][_0x4a1ced(0x5b5)](_0x3fb52f),_0x3fb52f);}[_0x5a2f85(0x5a9)](_0x40055c){const _0x2cc7a1=_0x5a2f85;let _0x1960c5=this[_0x2cc7a1(0x5dc)]();_0x1960c5&&(!_0x40055c||_0x1960c5['embedId']===_0x40055c)&&this[_0x2cc7a1(0x57f)][_0x2cc7a1(0x5b5)](null);}};function Ba(_0x38e6e1,_0x20bde5){const _0x394db9=_0x5a2f85;return _0x38e6e1!=null&&_0x38e6e1[_0x394db9(0x218)]===_0x20bde5['hostUnitId']&&_0x38e6e1[_0x394db9(0x41e)]===_0x20bde5['embedId']&&_0x38e6e1[_0x394db9(0x6be)]===_0x20bde5['childUnitId']&&_0x38e6e1['childType']===_0x20bde5[_0x394db9(0x734)]&&_0x38e6e1[_0x394db9(0x379)]===_0x20bde5[_0x394db9(0x379)]&&_0x38e6e1[_0x394db9(0x3de)]===_0x20bde5[_0x394db9(0x3de)]&&_0x38e6e1[_0x394db9(0x5e8)]===_0x20bde5['portalContainer']&&_0x38e6e1[_0x394db9(0x3ab)]===_0x20bde5[_0x394db9(0x3ab)]&&_0x38e6e1['lockHostRibbon']===_0x20bde5['lockHostRibbon'];}const X='data-embed-runtime-focus-role';var Z=class{constructor(){const _0x3e2ed9=_0x5a2f85;Y(this,_0x3e2ed9(0x43c),new Map()),Y(this,_0x3e2ed9(0x5c2),new Map()),Y(this,_0x3e2ed9(0x44e),new Map()),Y(this,'_leaseSequence',0x0),Y(this,'runtimeFocusChanged$',new _0x2ce3d0()),Y(this,'runtimeSessionChanged$',new _0x2ce3d0());}[_0x5a2f85(0x53f)](_0x42cae7){const _0x35a5fe=_0x5a2f85;let _0x14dd84={'role':_0x42cae7[_0x35a5fe(0x2de)],'owner':_0x42cae7[_0x35a5fe(0x524)],'sessionMode':_0x42cae7['sessionMode'],'hostUnitId':_0x42cae7[_0x35a5fe(0x218)],'childUnitId':_0x42cae7['childUnitId'],'childType':_0x42cae7[_0x35a5fe(0x734)],'associatedChildUnitIds':_0x42cae7[_0x35a5fe(0x66d)],'sequence':++this[_0x35a5fe(0x55d)]},_0x9baf8b=this[_0x35a5fe(0x43c)][_0x35a5fe(0x43a)](_0x42cae7[_0x35a5fe(0x41e)]);return _0x9baf8b||(_0x9baf8b=new Set(),this['_leases'][_0x35a5fe(0x5a2)](_0x42cae7[_0x35a5fe(0x41e)],_0x9baf8b)),_0x9baf8b[_0x35a5fe(0x5a7)](_0x14dd84),_0x14dd84[_0x35a5fe(0x2de)]!==_0x35a5fe(0x606)&&this['_notifyRuntimeFocusChanged'](),_0x14dd84['role']==='child-session'&&this[_0x35a5fe(0x51d)](),_0x5a3ed7(()=>{const _0x7c8d0d=_0x35a5fe;_0x9baf8b==null||_0x9baf8b['delete'](_0x14dd84),(_0x9baf8b==null?void 0x0:_0x9baf8b[_0x7c8d0d(0x441)])===0x0&&this[_0x7c8d0d(0x43c)][_0x7c8d0d(0x3b3)](_0x42cae7[_0x7c8d0d(0x41e)]),_0x14dd84['role']!==_0x7c8d0d(0x606)&&this[_0x7c8d0d(0x391)](),_0x14dd84[_0x7c8d0d(0x2de)]==='child-session'&&this[_0x7c8d0d(0x51d)]();});}[_0x5a2f85(0x36a)](_0x158bf2){const _0xa3d764=_0x5a2f85;if(!_0x158bf2)return!0x1;let _0x13b91e=this['_leases'][_0xa3d764(0x43a)](_0x158bf2);return _0x13b91e&&[..._0x13b91e]['some'](_0x4dae7c=>_0x4dae7c[_0xa3d764(0x2de)]!=='runtime')?!0x0:this[_0xa3d764(0x35b)](_0x158bf2,this['_getActiveElement'](_0x158bf2));}['hasBlockingChildFocusLease'](_0x244c92,_0x4e4931){const _0x1d4c92=_0x5a2f85;if(!_0x244c92)return!0x1;let _0x2e3c9c=this[_0x1d4c92(0x43c)][_0x1d4c92(0x43a)](_0x244c92);return _0x2e3c9c&&[..._0x2e3c9c][_0x1d4c92(0x73b)](_0xa77233=>this[_0x1d4c92(0x5c6)](_0xa77233,_0x4e4931))?!0x0:this[_0x1d4c92(0x35b)](_0x244c92,this['_getActiveElement'](_0x244c92));}[_0x5a2f85(0x21d)](){const _0x1b52f9=_0x5a2f85;return[...this[_0x1b52f9(0x43c)][_0x1b52f9(0x6c8)]()][_0x1b52f9(0x73b)](_0x2529df=>[..._0x2529df][_0x1b52f9(0x73b)](_0x50788f=>_0x50788f[_0x1b52f9(0x2de)]!=='runtime'))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}['hasAnyBlockingChildFocusLease'](_0x2bf1a3){const _0x1fd12e=_0x5a2f85;if([...this[_0x1fd12e(0x43c)][_0x1fd12e(0x6c8)]()][_0x1fd12e(0x73b)](_0x3b4e16=>[..._0x3b4e16]['some'](_0x1b6489=>this[_0x1fd12e(0x5c6)](_0x1b6489,_0x2bf1a3))))return!0x0;let _0x3ba6cf=this[_0x1fd12e(0x2c7)]();return _0x3ba6cf!=null&&this[_0x1fd12e(0x332)](_0x3ba6cf[_0x1fd12e(0x2de)]);}[_0x5a2f85(0x513)](_0x6732b2,_0x3aaaf3){const _0xcf36b6=_0x5a2f85;if(!_0x6732b2)return!0x1;let _0x38392d=this[_0xcf36b6(0x43c)][_0xcf36b6(0x43a)](_0x6732b2);return _0x38392d&&[..._0x38392d][_0xcf36b6(0x73b)](_0x3cb748=>this[_0xcf36b6(0x211)](_0x3cb748,_0x3aaaf3))?!0x0:this[_0xcf36b6(0x35b)](_0x6732b2,this[_0xcf36b6(0x633)](_0x6732b2));}[_0x5a2f85(0x304)](_0x2e1cf6){const _0xb4d74b=_0x5a2f85;return[...this[_0xb4d74b(0x43c)][_0xb4d74b(0x6c8)]()][_0xb4d74b(0x73b)](_0x57fcae=>[..._0x57fcae][_0xb4d74b(0x73b)](_0x20ebf5=>this['_isHostPreservingLease'](_0x20ebf5,_0x2e1cf6)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}['hasHostPreservingChildFocusLeaseForHost'](_0x4f0de9,_0x315d9f){const _0x3f0f0f=_0x5a2f85;if(!_0x4f0de9)return this[_0x3f0f0f(0x304)](_0x315d9f);if([...this[_0x3f0f0f(0x43c)]['values']()][_0x3f0f0f(0x73b)](_0xe19f30=>[..._0xe19f30]['some'](_0x2544c5=>this[_0x3f0f0f(0x211)](_0x2544c5,_0x315d9f)&&this[_0x3f0f0f(0x3cc)](_0x2544c5,_0x4f0de9))))return!0x0;let _0x2697c8=this[_0x3f0f0f(0x2c7)]();if(!_0x2697c8)return!0x1;let _0x5ceb27=this[_0x3f0f0f(0x43c)][_0x3f0f0f(0x43a)](_0x2697c8[_0x3f0f0f(0x41e)]);return _0x5ceb27&&[..._0x5ceb27][_0x3f0f0f(0x73b)](_0x4eeaad=>this[_0x3f0f0f(0x211)](_0x4eeaad,_0x315d9f)&&this[_0x3f0f0f(0x3cc)](_0x4eeaad,_0x4f0de9))?!0x0:this[_0x3f0f0f(0x237)](_0x2697c8[_0x3f0f0f(0x41e)],_0x4f0de9);}[_0x5a2f85(0x502)](_0x5b3daa){const _0x9f569=_0x5a2f85;return _0x5b3daa?[...this[_0x9f569(0x43c)][_0x9f569(0x6c8)]()][_0x9f569(0x73b)](_0x1b36c7=>[..._0x1b36c7][_0x9f569(0x73b)](_0x5cfc94=>this[_0x9f569(0x3c9)](_0x5cfc94,_0x5b3daa)&&_0x5cfc94[_0x9f569(0x2de)]!==_0x9f569(0x606))):!0x1;}['registerRuntimeScope'](_0x5b1562){const _0x33f699=_0x5a2f85;let _0x425bcf={'hostUnitId':_0x5b1562[_0x33f699(0x218)],'childUnitId':_0x5b1562[_0x33f699(0x6be)],'childType':_0x5b1562['childType'],'sessionMode':_0x5b1562[_0x33f699(0x279)]};return this[_0x33f699(0x44e)]['set'](_0x5b1562[_0x33f699(0x41e)],_0x425bcf),this['_notifyRuntimeFocusChanged'](),this[_0x33f699(0x51d)](),_0x5a3ed7(()=>{const _0x550a69=_0x33f699;this[_0x550a69(0x44e)][_0x550a69(0x43a)](_0x5b1562['embedId'])===_0x425bcf&&(this[_0x550a69(0x44e)][_0x550a69(0x3b3)](_0x5b1562[_0x550a69(0x41e)]),this[_0x550a69(0x391)](),this[_0x550a69(0x51d)]());});}['resolveRuntimeScopeByChildUnitId'](_0x441700){const _0x33ecd7=_0x5a2f85;if(_0x441700){for(let [_0x578927,_0x3fe278]of this[_0x33ecd7(0x44e)])if(_0x3fe278[_0x33ecd7(0x6be)]===_0x441700)return{'embedId':_0x578927,'hostUnitId':_0x3fe278[_0x33ecd7(0x218)],'childUnitId':_0x3fe278['childUnitId'],'childType':_0x3fe278[_0x33ecd7(0x734)],'sessionMode':_0x3fe278[_0x33ecd7(0x279)]};}}[_0x5a2f85(0x6b9)](){const _0x41137b=_0x5a2f85;let _0xdb4b8e;for(let [_0x1a5632,_0x179166]of this[_0x41137b(0x43c)])for(let _0x2223ba of _0x179166){if(_0x2223ba[_0x41137b(0x2de)]!==_0x41137b(0x1fd)||!_0x2223ba[_0x41137b(0x6be)])continue;let _0xcfaf75=this[_0x41137b(0x2ed)](_0x2223ba);(!_0xdb4b8e||_0xcfaf75>_0xdb4b8e[_0x41137b(0x503)]||_0xcfaf75===_0xdb4b8e['priority']&&_0x2223ba[_0x41137b(0x49a)]>_0xdb4b8e[_0x41137b(0x3a9)]['sequence'])&&(_0xdb4b8e={'embedId':_0x1a5632,'lease':_0x2223ba,'priority':_0xcfaf75});}return _0xdb4b8e?{'embedId':_0xdb4b8e[_0x41137b(0x41e)],'hostUnitId':_0xdb4b8e[_0x41137b(0x3a9)]['hostUnitId'],'childUnitId':_0xdb4b8e[_0x41137b(0x3a9)]['childUnitId'],'childType':_0xdb4b8e['lease']['childType'],'sessionMode':this['_resolveChildSessionMode'](_0xdb4b8e[_0x41137b(0x3a9)])}:void 0x0;}[_0x5a2f85(0x599)](_0x4ee5b0,_0x2cf14a,_0x1fa8e0){if(!_0x4ee5b0)return!0x1;let _0x42f197=this['_getOwnedEmbedIdFromTarget'](_0x2cf14a,_0x1fa8e0);return _0x42f197?this['_ownedEmbedAppliesToChildUnit'](_0x42f197,_0x4ee5b0):!0x1;}[_0x5a2f85(0x4cc)](_0x54cfa9,_0xf6b4cd,_0x9875df,_0x390893){const _0x2b3d95=_0x5a2f85;return this[_0x2b3d95(0x599)](_0x54cfa9,_0xf6b4cd,_0x9875df)||this[_0x2b3d95(0x502)](_0x54cfa9)?!0x1:this[_0x2b3d95(0x220)](_0x54cfa9,_0x390893);}[_0x5a2f85(0x537)](_0x9fb025){const _0x4871c3=_0x5a2f85;let _0x47c328=this[_0x4871c3(0x5c2)][_0x4871c3(0x43a)](_0x9fb025['embedId']);_0x47c328||(_0x47c328=new Set(),this[_0x4871c3(0x5c2)][_0x4871c3(0x5a2)](_0x9fb025['embedId'],_0x47c328)),_0x47c328['add'](_0x9fb025['element']);let _0x4570ac=_0x9fb025[_0x4871c3(0x484)]['getAttribute'](X);return _0x9fb025[_0x4871c3(0x484)][_0x4871c3(0x27c)](X,_0x9fb025[_0x4871c3(0x2de)]),this['_notifyRuntimeFocusChanged'](),_0x5a3ed7(()=>{const _0x472b9e=_0x4871c3;_0x47c328==null||_0x47c328['delete'](_0x9fb025['element']),(_0x47c328==null?void 0x0:_0x47c328[_0x472b9e(0x441)])===0x0&&this['_elements'][_0x472b9e(0x3b3)](_0x9fb025[_0x472b9e(0x41e)]),_0x4570ac==null?_0x9fb025['element'][_0x472b9e(0x68c)](X):_0x9fb025[_0x472b9e(0x484)][_0x472b9e(0x27c)](X,_0x4570ac),this[_0x472b9e(0x391)]();});}['listElements'](_0x419a8a){const _0x1afe7a=_0x5a2f85;var _0xd7076a;return _0x419a8a?[...(_0xd7076a=this[_0x1afe7a(0x5c2)]['get'](_0x419a8a))==null?[]:_0xd7076a]:[];}[_0x5a2f85(0x35b)](_0x19b672,_0x85299a,_0x1de5a4){const _0x458245=_0x5a2f85;if(!_0x19b672)return!0x1;let _0x25826e=this['_elements'][_0x458245(0x43a)](_0x19b672),_0x2af20b=typeof(_0x1de5a4==null?void 0x0:_0x1de5a4['composedPath'])=='function'?_0x1de5a4[_0x458245(0x5dd)]():void 0x0;return _0x25826e!=null&&_0x25826e[_0x458245(0x441)]&&_0x2af20b!=null&&_0x2af20b['some'](_0x571eb4=>_0x571eb4 instanceof HTMLElement&&this[_0x458245(0x221)](_0x25826e,_0x571eb4))||_0x2af20b!=null&&_0x2af20b[_0x458245(0x73b)](_0x470455=>_0x470455 instanceof HTMLElement&&this['_isOwnedBoundaryElement'](_0x19b672,_0x470455))?!0x0:_0x85299a instanceof HTMLElement&&(!!(_0x25826e!=null&&_0x25826e['size'])&&this[_0x458245(0x221)](_0x25826e,_0x85299a)||this[_0x458245(0x4aa)](_0x19b672,_0x85299a));}[_0x5a2f85(0x221)](_0x19aaa4,_0x24ae49){const _0x55dcdc=_0x5a2f85;return[..._0x19aaa4][_0x55dcdc(0x73b)](_0x118522=>_0x118522===_0x24ae49||_0x118522['contains'](_0x24ae49));}['_isBlockingLease'](_0x4d452f,_0x573ef7){const _0x5b23d6=_0x5a2f85;var _0x5129ec;return _0x4d452f[_0x5b23d6(0x524)]&&!(_0x573ef7==null||(_0x5129ec=_0x573ef7[_0x5b23d6(0x236)])==null)&&_0x5129ec[_0x5b23d6(0x6d1)](_0x4d452f['owner'])?!0x1:this[_0x5b23d6(0x332)](_0x4d452f[_0x5b23d6(0x2de)]);}[_0x5a2f85(0x211)](_0x4aa2d2,_0x15bf7d){const _0x3f1dc9=_0x5a2f85;var _0x274e92;return _0x4aa2d2[_0x3f1dc9(0x524)]&&!(_0x15bf7d==null||(_0x274e92=_0x15bf7d[_0x3f1dc9(0x236)])==null)&&_0x274e92['includes'](_0x4aa2d2[_0x3f1dc9(0x524)])?!0x1:_0x4aa2d2[_0x3f1dc9(0x2de)]!==_0x3f1dc9(0x606);}[_0x5a2f85(0x3cc)](_0x302ee7,_0xc483f2){const _0x3819e2=_0x5a2f85;return _0x302ee7[_0x3819e2(0x218)]==null||_0x302ee7['hostUnitId']===_0xc483f2;}[_0x5a2f85(0x237)](_0x407454,_0x105d95){let _0x1a6e5e=this['_runtimeScopes']['get'](_0x407454);return!!_0x1a6e5e&&(_0x1a6e5e['hostUnitId']==null||_0x1a6e5e['hostUnitId']===_0x105d95);}[_0x5a2f85(0x3c9)](_0x32247b,_0x52b56c){const _0x10a5cd=_0x5a2f85;var _0x576160;return _0x32247b[_0x10a5cd(0x6be)]===_0x52b56c||((_0x576160=_0x32247b[_0x10a5cd(0x66d)])==null?void 0x0:_0x576160[_0x10a5cd(0x6d1)](_0x52b56c))===!0x0;}[_0x5a2f85(0x593)](_0x17aa46,_0x3d9179){const _0x3cc7f0=_0x5a2f85;var _0x30a007;if(((_0x30a007=this[_0x3cc7f0(0x44e)][_0x3cc7f0(0x43a)](_0x17aa46))==null?void 0x0:_0x30a007['childUnitId'])===_0x3d9179)return!0x0;let _0x1ad549=this[_0x3cc7f0(0x43c)][_0x3cc7f0(0x43a)](_0x17aa46);return!!_0x1ad549&&[..._0x1ad549][_0x3cc7f0(0x73b)](_0x4ada8c=>this[_0x3cc7f0(0x3c9)](_0x4ada8c,_0x3d9179));}[_0x5a2f85(0x332)](_0x38a24d){const _0x3b3aee=_0x5a2f85;return _0x38a24d!==_0x3b3aee(0x606);}[_0x5a2f85(0x2ed)](_0x2ee34b){const _0x359feb=_0x5a2f85;let _0x1a56af=this[_0x359feb(0x44f)](_0x2ee34b);return _0x1a56af===_0x359feb(0x5f9)?0x1e:_0x1a56af==='child-keyboard'?0x14:_0x1a56af==='child-tab'?0xa:0x0;}[_0x5a2f85(0x44f)](_0x44c52d){const _0x29814d=_0x5a2f85;return _0x44c52d[_0x29814d(0x279)]?_0x44c52d[_0x29814d(0x279)]:_0x44c52d[_0x29814d(0x524)]===_0x29814d(0x478)?_0x29814d(0x5f9):_0x44c52d[_0x29814d(0x524)]===_0x29814d(0x2fa)||_0x44c52d[_0x29814d(0x524)]===_0x29814d(0x228)?'child-keyboard':_0x44c52d[_0x29814d(0x524)]==='tab-peer-runtime'?'child-tab':_0x44c52d[_0x29814d(0x2de)]===_0x29814d(0x1fd)?_0x29814d(0x64c):'host-passive';}[_0x5a2f85(0x4aa)](_0x2773b0,_0x168407){const _0x5abf60=_0x5a2f85;return _0x168407[_0x5abf60(0x21b)]('['+Q+'=\x22'+_0x2773b0+'\x22]')!=null;}[_0x5a2f85(0x4c2)](_0x4c69a4,_0x242afe){const _0x5a7623=_0x5a2f85;var _0x4af321,_0x45b30c;let _0x2c1d6d=typeof(_0x242afe==null?void 0x0:_0x242afe[_0x5a7623(0x5dd)])==_0x5a7623(0x733)?_0x242afe[_0x5a7623(0x5dd)]():void 0x0,_0x4deb08=_0x2c1d6d==null?void 0x0:_0x2c1d6d[_0x5a7623(0x4f7)](_0x15c4b8=>this[_0x5a7623(0x3d1)](_0x15c4b8)&&_0x15c4b8[_0x5a7623(0x26a)](_0x5a7623(0x4a0))),_0x4eca65=_0x4deb08==null?this[_0x5a7623(0x3d1)](_0x4c69a4)?(_0x4af321=_0x4c69a4[_0x5a7623(0x21b)](_0x5a7623(0x451)))==null?void 0x0:_0x4af321:void 0x0:_0x4deb08;return(_0x45b30c=_0x4eca65==null?void 0x0:_0x4eca65['getAttribute'](_0x5a7623(0x4a0)))==null?this[_0x5a7623(0x480)](_0x242afe):_0x45b30c;}[_0x5a2f85(0x480)](_0x5705e1){const _0x308969=_0x5a2f85;let _0x1e8472=this['_getEventClientPoint'](_0x5705e1);if(!_0x1e8472)return;let _0x412fd2;for(let [_0x41f136,_0x1ac5b4]of this[_0x308969(0x5c2)])for(let _0x6355be of _0x1ac5b4){let _0x3415eb=_0x6355be[_0x308969(0x414)]();if(!this[_0x308969(0x3d4)](_0x3415eb,_0x1e8472[_0x308969(0x446)],_0x1e8472[_0x308969(0x4d3)]))continue;let _0x2610ff=_0x3415eb[_0x308969(0x433)]*_0x3415eb[_0x308969(0x354)];(!_0x412fd2||_0x2610ff<_0x412fd2[_0x308969(0x45f)])&&(_0x412fd2={'embedId':_0x41f136,'area':_0x2610ff});}return _0x412fd2==null?void 0x0:_0x412fd2[_0x308969(0x41e)];}[_0x5a2f85(0x56d)](_0x25c2b2){const _0xd0c4c=_0x5a2f85;let _0x5ec353=_0x25c2b2;if(_0x5ec353){if(Number[_0xd0c4c(0x3e5)](_0x5ec353[_0xd0c4c(0x446)])&&Number[_0xd0c4c(0x3e5)](_0x5ec353['clientY']))return{'clientX':_0x5ec353[_0xd0c4c(0x446)],'clientY':_0x5ec353[_0xd0c4c(0x4d3)]};if(Number['isFinite'](_0x5ec353['x'])&&Number['isFinite'](_0x5ec353['y']))return{'clientX':_0x5ec353['x'],'clientY':_0x5ec353['y']};}}[_0x5a2f85(0x3d4)](_0x5acfe4,_0x1bbbca,_0x1fc515){const _0x1551d7=_0x5a2f85;return _0x5acfe4['width']>0x0&&_0x5acfe4[_0x1551d7(0x354)]>0x0&&_0x1bbbca>=_0x5acfe4[_0x1551d7(0x53e)]&&_0x1bbbca<=_0x5acfe4[_0x1551d7(0x570)]&&_0x1fc515>=_0x5acfe4['top']&&_0x1fc515<=_0x5acfe4[_0x1551d7(0x70e)];}['_getActiveOwnedRuntimeFocusInfo'](){const _0x48cfd2=_0x5a2f85;var _0x5bbc6a;let _0x3b952=this[_0x48cfd2(0x654)]();if(!this[_0x48cfd2(0x3d1)](_0x3b952))return;let _0xdab1ef=_0x3b952[_0x48cfd2(0x21b)]('['+Q+']');if(!_0xdab1ef)return;let _0x25c7b8=_0xdab1ef[_0x48cfd2(0x533)](Q),_0x509996=(_0x5bbc6a=_0x3b952[_0x48cfd2(0x21b)](_0x48cfd2(0x370)))==null?void 0x0:_0x5bbc6a[_0x48cfd2(0x533)](X);return _0x25c7b8&&this[_0x48cfd2(0x63d)](_0x509996)?{'embedId':_0x25c7b8,'role':_0x509996}:void 0x0;}[_0x5a2f85(0x3d1)](_0x4558db){const _0x5dfb19=_0x5a2f85;var _0x321c5a;if(!_0x4558db)return!0x1;let _0x226bd9=(_0x321c5a=_0x4558db['ownerDocument'])==null?void 0x0:_0x321c5a[_0x5dfb19(0x6bc)];return _0x226bd9?_0x4558db instanceof _0x226bd9[_0x5dfb19(0x60b)]:typeof HTMLElement<'u'&&_0x4558db instanceof HTMLElement;}[_0x5a2f85(0x63d)](_0x1247bb){const _0x2354dd=_0x5a2f85;return _0x1247bb===_0x2354dd(0x606)||_0x1247bb===_0x2354dd(0x1fd)||_0x1247bb===_0x2354dd(0x2ce)||_0x1247bb===_0x2354dd(0x25c)||_0x1247bb==='floating-menu';}[_0x5a2f85(0x654)](){const _0x39ef5f=_0x5a2f85;for(let _0xe97c08 of this[_0x39ef5f(0x5c2)][_0x39ef5f(0x6c8)]()){var _0x16bb2f;let _0x271cd1=(_0x16bb2f=_0xe97c08[_0x39ef5f(0x6c8)]()[_0x39ef5f(0x5b5)]()['value'])==null?void 0x0:_0x16bb2f[_0x39ef5f(0x251)];if(_0x271cd1!=null&&_0x271cd1[_0x39ef5f(0x55b)])return _0x271cd1[_0x39ef5f(0x55b)];}return typeof document>'u'?null:document[_0x39ef5f(0x55b)];}[_0x5a2f85(0x633)](_0x29dddc){const _0x24c7f2=_0x5a2f85;var _0x59c23e,_0x266b27;let _0x5b5770=this[_0x24c7f2(0x5c2)][_0x24c7f2(0x43a)](_0x29dddc),_0x2dda48=_0x5b5770==null||(_0x59c23e=_0x5b5770[_0x24c7f2(0x6c8)]()[_0x24c7f2(0x5b5)]()[_0x24c7f2(0x43e)])==null?void 0x0:_0x59c23e['ownerDocument'];return(_0x266b27=_0x2dda48==null?void 0x0:_0x2dda48[_0x24c7f2(0x55b)])==null?typeof document>'u'?null:document['activeElement']:_0x266b27;}[_0x5a2f85(0x391)](){const _0x9d8756=_0x5a2f85;this['runtimeFocusChanged$'][_0x9d8756(0x5b5)]();}[_0x5a2f85(0x51d)](){const _0x1885c2=_0x5a2f85;this[_0x1885c2(0x5f1)][_0x1885c2(0x5b5)]();}};const Q=_0x5a2f85(0x4a0);var Va=class{constructor(){const _0x29de57=_0x5a2f85;Y(this,_0x29de57(0x69f),new Map()),Y(this,_0x29de57(0x22b),new WeakMap()),Y(this,_0x29de57(0x710),new WeakMap()),Y(this,_0x29de57(0x719),void 0x0);}[_0x5a2f85(0x2bb)](_0x270e37,_0x382994){const _0x212037=_0x5a2f85;let _0x57b76e=this[_0x212037(0x69f)][_0x212037(0x43a)](_0x270e37);_0x57b76e||(_0x57b76e=new Set(),this['_roots'][_0x212037(0x5a2)](_0x270e37,_0x57b76e)),_0x57b76e[_0x212037(0x5a7)](_0x382994);let _0x90254b=_0x382994[_0x212037(0x533)](Q);_0x382994[_0x212037(0x27c)](Q,_0x270e37);let _0x1821bb=this['_registerRootPopupDescendantFocusRoles'](_0x270e37,_0x382994),_0x2ea77d=()=>this['_claimBodyPortals'](_0x270e37,_0x382994[_0x212037(0x251)]);return _0x382994[_0x212037(0x266)](_0x212037(0x40c),_0x2ea77d,!0x0),_0x382994[_0x212037(0x266)](_0x212037(0x717),_0x2ea77d,!0x0),_0x382994[_0x212037(0x266)](_0x212037(0x67e),_0x2ea77d,!0x0),_0x5a3ed7(()=>{const _0x135d8d=_0x212037;var _0x5b59c1;_0x1821bb[_0x135d8d(0x50e)](),_0x382994[_0x135d8d(0x2ad)](_0x135d8d(0x40c),_0x2ea77d,!0x0),_0x382994[_0x135d8d(0x2ad)]('mousedown',_0x2ea77d,!0x0),_0x382994['removeEventListener'](_0x135d8d(0x67e),_0x2ea77d,!0x0),((_0x5b59c1=this[_0x135d8d(0x719)])==null?void 0x0:_0x5b59c1[_0x135d8d(0x41e)])===_0x270e37&&this[_0x135d8d(0x719)][_0x135d8d(0x46d)]===_0x382994[_0x135d8d(0x251)]&&(this['_pendingPortalOwner']=void 0x0),_0x57b76e==null||_0x57b76e[_0x135d8d(0x3b3)](_0x382994),_0x57b76e&&_0x57b76e[_0x135d8d(0x441)]===0x0&&this['_roots'][_0x135d8d(0x3b3)](_0x270e37),_0x90254b==null?_0x382994['removeAttribute'](Q):_0x382994['setAttribute'](Q,_0x90254b);});}[_0x5a2f85(0x338)](_0x272aa2,_0x12819e){const _0x18c743=_0x5a2f85;let _0x5cdeb5=_0x12819e[_0x18c743(0x251)][_0x18c743(0x6bc)],_0x425293=new Map(),_0x1390ba=new Map(),_0x2c7e9e,_0xf2df0a=!0x1,_0x1cc405=_0x37be91=>{const _0x1c7d6b=_0x18c743;_0x425293[_0x1c7d6b(0x2cc)](_0x37be91)||_0x425293['set'](_0x37be91,_0x37be91[_0x1c7d6b(0x533)](Q)),_0x1390ba[_0x1c7d6b(0x2cc)](_0x37be91)||_0x1390ba[_0x1c7d6b(0x5a2)](_0x37be91,_0x37be91[_0x1c7d6b(0x533)](X));},_0x176e01=_0x1707eb=>{const _0x2efcc1=_0x18c743;_0x1cc405(_0x1707eb),_0x1707eb[_0x2efcc1(0x27c)](Q,_0x272aa2),_0x1707eb[_0x2efcc1(0x27c)](X,_0x2efcc1(0x25c));},_0x130722=_0x19efdc=>{const _0x28c3f6=_0x18c743;this[_0x28c3f6(0x202)](_0x19efdc)&&(_0x176e01(_0x19efdc),_0x19efdc[_0x28c3f6(0x3f5)]('*')[_0x28c3f6(0x2b8)](_0x176e01));},_0x550a74=_0x14b34a=>{const _0x5ba018=_0x18c743;_0xf2df0a||(_0x130722(_0x14b34a),_0x14b34a[_0x5ba018(0x3f5)]('*')[_0x5ba018(0x2b8)](_0x2e223e=>_0x130722(_0x2e223e)));};return _0x550a74(_0x12819e),_0x5cdeb5!=null&&_0x5cdeb5[_0x18c743(0x32b)]&&(_0x2c7e9e=new _0x5cdeb5[(_0x18c743(0x32b))](_0x216a6f=>{_0x216a6f['forEach'](_0x3678f1=>{_0x3678f1['addedNodes']['forEach'](_0x43e128=>{const _0x259aa6=_0x4aa9;_0x43e128 instanceof _0x5cdeb5[_0x259aa6(0x60b)]&&_0x550a74(_0x43e128);});});}),_0x2c7e9e[_0x18c743(0x4ec)](_0x12819e,{'childList':!0x0,'subtree':!0x0})),_0x5a3ed7(()=>{const _0x231917=_0x18c743;_0xf2df0a=!0x0,_0x2c7e9e==null||_0x2c7e9e[_0x231917(0x34e)](),_0x425293[_0x231917(0x2b8)]((_0x48eb7b,_0x41f018)=>{const _0x4d879e=_0x231917;if(_0x48eb7b==null){_0x41f018[_0x4d879e(0x68c)](Q);return;}_0x41f018[_0x4d879e(0x27c)](Q,_0x48eb7b);}),_0x1390ba[_0x231917(0x2b8)]((_0x4ce7a5,_0x473bed)=>{const _0x2c0351=_0x231917;if(_0x4ce7a5==null){_0x473bed[_0x2c0351(0x68c)](X);return;}_0x473bed[_0x2c0351(0x27c)](X,_0x4ce7a5);});});}[_0x5a2f85(0x4f3)](_0x4d8d85,_0x343007){const _0x22302a=_0x5a2f85;let _0x5f3b92=this[_0x22302a(0x69f)][_0x22302a(0x43a)](_0x4d8d85);_0x5f3b92||(_0x5f3b92=new Set(),this[_0x22302a(0x69f)][_0x22302a(0x5a2)](_0x4d8d85,_0x5f3b92)),_0x5f3b92['add'](_0x343007);let _0x192d53=this['_markInteractionBoundaryOwnerTree'](_0x4d8d85,_0x343007);return _0x5a3ed7(()=>{const _0x783956=_0x22302a;_0x5f3b92==null||_0x5f3b92[_0x783956(0x3b3)](_0x343007),_0x5f3b92&&_0x5f3b92['size']===0x0&&this[_0x783956(0x69f)][_0x783956(0x3b3)](_0x4d8d85),_0x192d53['dispose']();});}[_0x5a2f85(0x444)](_0x579720,_0x2ea3b5,_0x3fb0d8){const _0x7a9cd1=_0x5a2f85;let _0x3cb928=typeof(_0x3fb0d8==null?void 0x0:_0x3fb0d8[_0x7a9cd1(0x5dd)])==_0x7a9cd1(0x733)?_0x3fb0d8['composedPath']():void 0x0;if(_0x3cb928!=null&&_0x3cb928[_0x7a9cd1(0x73b)](_0x5db701=>_0x5db701 instanceof HTMLElement&&this[_0x7a9cd1(0x655)](_0x579720,_0x5db701)))return!0x0;if(!(_0x2ea3b5 instanceof HTMLElement))return!0x1;if(this[_0x7a9cd1(0x655)](_0x579720,_0x2ea3b5))return!0x0;if(!_0x579720)return Array['from'](this[_0x7a9cd1(0x69f)][_0x7a9cd1(0x6c8)]())[_0x7a9cd1(0x73b)](_0x340bbc=>[..._0x340bbc][_0x7a9cd1(0x73b)](_0x16757d=>_0x16757d[_0x7a9cd1(0x39c)]&&_0x16757d['contains'](_0x2ea3b5)));let _0x377c51=this[_0x7a9cd1(0x69f)]['get'](_0x579720);return!!_0x377c51&&[..._0x377c51][_0x7a9cd1(0x73b)](_0x48e534=>_0x48e534[_0x7a9cd1(0x39c)]&&_0x48e534[_0x7a9cd1(0x444)](_0x2ea3b5));}[_0x5a2f85(0x5b6)](_0x397aa9){const _0x548f97=_0x5a2f85;let _0x52c0b4=_0x397aa9?this['_activePortalOwners']['get'](_0x397aa9):typeof document<'u'?this[_0x548f97(0x710)][_0x548f97(0x43a)](document):void 0x0;if(_0x52c0b4!=null&&_0x52c0b4[_0x548f97(0x647)])return!0x0;let _0x437a09=this[_0x548f97(0x719)];return!_0x437a09||Date[_0x548f97(0x53d)]()>_0x437a09['expiresAt']?!0x1:!_0x397aa9||_0x437a09[_0x548f97(0x46d)]===_0x397aa9;}[_0x5a2f85(0x65c)](_0xf1f010,_0x2d5b5f){const _0x22835d=_0x5a2f85;if(!_0xf1f010)return!0x1;let _0x2108a3=_0x2d5b5f?this[_0x22835d(0x710)][_0x22835d(0x43a)](_0x2d5b5f):typeof document<'u'?this['_activePortalOwners'][_0x22835d(0x43a)](document):void 0x0;if(_0x2108a3!=null&&_0x2108a3[_0x22835d(0x73b)](_0x13b516=>_0x13b516[_0x22835d(0x41e)]===_0xf1f010))return!0x0;let _0x225b6d=this[_0x22835d(0x719)];return!_0x225b6d||_0x225b6d[_0x22835d(0x41e)]!==_0xf1f010||Date[_0x22835d(0x53d)]()>_0x225b6d[_0x22835d(0x206)]?!0x1:!_0x2d5b5f||_0x225b6d[_0x22835d(0x46d)]===_0x2d5b5f;}[_0x5a2f85(0x2b3)](_0x44097d,_0x5e5a09){const _0x166e61=_0x5a2f85;!_0x44097d||!(_0x5e5a09!=null&&_0x5e5a09[_0x166e61(0x6da)])||this['_collectOwnedFloatingSurfaceRoots'](_0x44097d,_0x5e5a09)[_0x166e61(0x2b8)](_0x2f69ed=>this[_0x166e61(0x4c4)](_0x2f69ed,_0x5e5a09));}[_0x5a2f85(0x70a)](_0x25be01,_0x456b62){const _0x1fd842=_0x5a2f85;var _0x26fc8d,_0xfc6873;if(!(_0x456b62!=null&&_0x456b62[_0x1fd842(0x6da)]))return _0x5a3ed7(()=>{});let _0x210353=Symbol(_0x25be01),_0x274e30=(_0x26fc8d=this[_0x1fd842(0x710)][_0x1fd842(0x43a)](_0x456b62))==null?[]:_0x26fc8d;return _0x274e30[_0x1fd842(0x328)]({'embedId':_0x25be01,'token':_0x210353}),this[_0x1fd842(0x710)][_0x1fd842(0x5a2)](_0x456b62,_0x274e30),this['_ensurePortalObserver'](_0x456b62),this[_0x1fd842(0x588)](_0x25be01,_0x456b62,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x1fd842(0x440)](_0x25be01,_0x456b62),(_0xfc6873=_0x456b62[_0x1fd842(0x6bc)])==null||_0xfc6873['setTimeout'](()=>{const _0x4a77ad=_0x1fd842;let _0x7c85f3=this[_0x4a77ad(0x6d7)](_0x456b62);(_0x7c85f3==null?void 0x0:_0x7c85f3[_0x4a77ad(0x41e)])===_0x25be01&&_0x7c85f3[_0x4a77ad(0x439)]===_0x210353&&(this[_0x4a77ad(0x588)](_0x25be01,_0x456b62,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x25be01,_0x456b62));},0x0),_0x5a3ed7(()=>{const _0x1ad218=_0x1fd842;let _0x2585a4=this[_0x1ad218(0x710)][_0x1ad218(0x43a)](_0x456b62),_0x7b8efe=!0x1;if(_0x2585a4){let _0xc5b2d2=_0x2585a4[_0x1ad218(0x204)](_0x566979=>_0x566979[_0x1ad218(0x41e)]===_0x25be01&&_0x566979[_0x1ad218(0x439)]===_0x210353);_0xc5b2d2>=0x0&&_0x2585a4['splice'](_0xc5b2d2,0x1),_0x7b8efe=_0x2585a4['some'](_0x588c65=>_0x588c65[_0x1ad218(0x41e)]===_0x25be01),_0x2585a4[_0x1ad218(0x647)]===0x0&&this[_0x1ad218(0x710)]['delete'](_0x456b62);}_0x7b8efe||this[_0x1ad218(0x5a5)](_0x25be01,_0x456b62);let _0x10f64f=this[_0x1ad218(0x6d7)](_0x456b62);_0x10f64f&&(this[_0x1ad218(0x588)](_0x10f64f[_0x1ad218(0x41e)],_0x456b62,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x1ad218(0x440)](_0x10f64f[_0x1ad218(0x41e)],_0x456b62));});}['_collectOwnedFloatingSurfaceRoots'](_0x4fd406,_0x1c5b5c){const _0x1f45f7=_0x5a2f85;var _0x3af638;let _0x1f4c95=new Set(),_0x609e41=_0x4b7b65=>{const _0x3f5d55=_0x4aa9;let _0x5f1bb5=this[_0x3f5d55(0x6e1)](_0x4b7b65);!_0x5f1bb5||!this[_0x3f5d55(0x655)](_0x4fd406,_0x5f1bb5)||_0x1f4c95['add'](_0x5f1bb5);};return _0x1c5b5c['body']['querySelectorAll']('['+Q+'=\x22'+_0x4fd406+'\x22]')['forEach'](_0x609e41),(_0x3af638=this['_roots'][_0x1f45f7(0x43a)](_0x4fd406))==null||_0x3af638[_0x1f45f7(0x2b8)](_0x21a9c6=>{const _0x8edefa=_0x1f45f7;_0x21a9c6['isConnected']&&(_0x609e41(_0x21a9c6),_0x21a9c6[_0x8edefa(0x3f5)]('*')[_0x8edefa(0x2b8)](_0x609e41));}),[..._0x1f4c95][_0x1f45f7(0x65b)]((_0x2b0ff7,_0x3ff36c)=>_0x2b0ff7[_0x1f45f7(0x444)](_0x3ff36c)?0x1:_0x3ff36c['contains'](_0x2b0ff7)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x33833f){const _0x5b5e9a=_0x5a2f85;var _0x2a2719;if(!_0x33833f[_0x5b5e9a(0x21b)](_0x5b5e9a(0x48e))&&this['_isUniverPortalTreeElement'](_0x33833f))return(_0x2a2719=_0x33833f['closest'](_0x5b5e9a(0x464)))==null?_0x33833f:_0x2a2719;}[_0x5a2f85(0x4c4)](_0x42150c,_0x100802){const _0x121f24=_0x5a2f85;let _0x1d1a78=_0x100802[_0x121f24(0x6bc)],_0x5536b6=_0x100802[_0x121f24(0x55b)]instanceof HTMLElement&&_0x42150c['contains'](_0x100802[_0x121f24(0x55b)])?_0x100802['activeElement']:_0x42150c,_0xfbfdc6=_0x1d1a78!=null&&_0x1d1a78[_0x121f24(0x2f3)]?new _0x1d1a78[(_0x121f24(0x2f3))](_0x121f24(0x349),{'key':_0x121f24(0x33d),'code':_0x121f24(0x33d),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x121f24(0x349),{'bubbles':!0x0,'cancelable':!0x0});_0x5536b6['dispatchEvent'](_0xfbfdc6);}[_0x5a2f85(0x655)](_0x4fa288,_0x51f248){const _0x5b6489=_0x5a2f85;let _0x3c8e9a=_0x51f248[_0x5b6489(0x21b)]('['+Q+']'),_0x528414=_0x3c8e9a==null?void 0x0:_0x3c8e9a[_0x5b6489(0x533)](Q);if(_0x528414&&(!_0x4fa288||_0x528414===_0x4fa288))return!0x0;if(!_0x4fa288)return Array[_0x5b6489(0x3ba)](this[_0x5b6489(0x69f)][_0x5b6489(0x6c8)]())[_0x5b6489(0x73b)](_0x8275bc=>[..._0x8275bc][_0x5b6489(0x73b)](_0x546eb7=>_0x546eb7===_0x51f248||_0x546eb7[_0x5b6489(0x444)](_0x51f248)));let _0x2d291e=this['_roots'][_0x5b6489(0x43a)](_0x4fa288);return!!_0x2d291e&&[..._0x2d291e][_0x5b6489(0x73b)](_0x230821=>_0x230821===_0x51f248||_0x230821[_0x5b6489(0x444)](_0x51f248));}['_claimBodyPortals'](_0x4640b8,_0x959880){const _0x2d22f6=_0x5a2f85;var _0x26d6e4;_0x959880!=null&&_0x959880[_0x2d22f6(0x6da)]&&(this[_0x2d22f6(0x719)]={'embedId':_0x4640b8,'document':_0x959880,'expiresAt':Date[_0x2d22f6(0x53d)]()+0x3e8},this['_ensurePortalObserver'](_0x959880),this[_0x2d22f6(0x588)](_0x4640b8,_0x959880,{'includeAppShellEditorPortal':!0x1}),(_0x26d6e4=_0x959880['defaultView'])==null||_0x26d6e4[_0x2d22f6(0x42b)](()=>{const _0x47190f=_0x2d22f6;let _0x17a3ab=this[_0x47190f(0x719)];(_0x17a3ab==null?void 0x0:_0x17a3ab[_0x47190f(0x41e)])===_0x4640b8&&_0x17a3ab['document']===_0x959880&&Date[_0x47190f(0x53d)]()<=_0x17a3ab[_0x47190f(0x206)]&&this[_0x47190f(0x588)](_0x4640b8,_0x959880,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0x238ea8){const _0x5aba47=_0x5a2f85;if(this[_0x5aba47(0x22b)][_0x5aba47(0x2cc)](_0x238ea8)||!_0x238ea8['body'])return;let _0xd105c5=_0x238ea8['defaultView'];if(!(_0xd105c5!=null&&_0xd105c5[_0x5aba47(0x32b)]))return;let _0x386717=new _0xd105c5[(_0x5aba47(0x32b))](_0x1b6cac=>{const _0x263f8d=_0x5aba47;let _0x47aa4d=this[_0x263f8d(0x5be)](_0x238ea8);if(!_0x47aa4d)return;let _0x416f6a={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x47aa4d[_0x263f8d(0x27b)],'allowDirectBodyPortal':!_0x47aa4d[_0x263f8d(0x27b)]};_0x1b6cac[_0x263f8d(0x2b8)](_0x23c2d2=>{const _0x27b768=_0x263f8d;_0x23c2d2[_0x27b768(0x6e7)]==='attributes'&&_0x23c2d2[_0x27b768(0x394)]instanceof _0xd105c5[_0x27b768(0x60b)]&&this['_markBodyPortalOwner'](_0x23c2d2[_0x27b768(0x394)],_0x47aa4d[_0x27b768(0x41e)],_0x238ea8,_0x416f6a),_0x23c2d2['addedNodes'][_0x27b768(0x2b8)](_0x3745fb=>{const _0x11abd6=_0x27b768;_0x3745fb instanceof _0xd105c5[_0x11abd6(0x60b)]&&(this[_0x11abd6(0x383)](_0x3745fb,_0x47aa4d[_0x11abd6(0x41e)],_0x238ea8,_0x416f6a),_0x3745fb['querySelectorAll']('*')[_0x11abd6(0x2b8)](_0x1d0580=>{const _0x211409=_0x11abd6;this[_0x211409(0x383)](_0x1d0580,_0x47aa4d['embedId'],_0x238ea8,_0x416f6a);}));});}),_0x47aa4d['stable']&&this['_cleanupOrdinaryBodyChromeClaims'](_0x47aa4d[_0x263f8d(0x41e)],_0x238ea8);});_0x386717[_0x5aba47(0x4ec)](_0x238ea8[_0x5aba47(0x6da)],{'attributeFilter':[_0x5aba47(0x6fb),_0x5aba47(0x223),'id','role',_0x5aba47(0x520)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x386717[_0x5aba47(0x258)](),this['_portalObservers'][_0x5aba47(0x5a2)](_0x238ea8,_0x386717);}[_0x5a2f85(0x383)](_0xd47e4f,_0x5ec81e,_0x105c1a,_0x3a4935={}){const _0x405412=_0x5a2f85;_0x3a4935[_0x405412(0x443)]===!0x1&&_0xd47e4f['parentElement']===_0x105c1a[_0x405412(0x6da)]&&!this[_0x405412(0x397)](_0xd47e4f)&&!this[_0x405412(0x70b)](_0xd47e4f)||this[_0x405412(0x6a4)](_0xd47e4f,_0x105c1a,_0x3a4935)&&(!this[_0x405412(0x70b)](_0xd47e4f)&&this[_0x405412(0x644)](_0xd47e4f,_0x105c1a)||(this['_blurActiveElementBeforePortalReassignment'](_0xd47e4f,_0x5ec81e,_0x105c1a),this[_0x405412(0x2a2)](_0x5ec81e,_0xd47e4f,{'transient':!0x0}),this[_0x405412(0x4f2)](_0xd47e4f,_0x3a4935)));}[_0x5a2f85(0x588)](_0x480aa8,_0x252240,_0x39d960={}){const _0x5574e2=_0x5a2f85;_0x252240[_0x5574e2(0x6da)][_0x5574e2(0x3f5)]('*')[_0x5574e2(0x2b8)](_0x83c443=>{const _0x17d41b=_0x5574e2;this[_0x17d41b(0x383)](_0x83c443,_0x480aa8,_0x252240,{'includeAppShellEditorPortal':_0x39d960['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x39d960[_0x17d41b(0x413)],'allowDirectBodyPortal':_0x39d960['allowDirectBodyPortal']});});}[_0x5a2f85(0x6a4)](_0x1c90c3,_0x351986,_0x20c781={}){const _0x2f173a=_0x5a2f85;if(!_0x351986['body'][_0x2f173a(0x444)](_0x1c90c3))return!0x1;let _0x25842e=!!_0x20c781[_0x2f173a(0x42a)]&&this[_0x2f173a(0x70b)](_0x1c90c3),_0x49b74f=this[_0x2f173a(0x397)](_0x1c90c3);if(!_0x20c781['allowOwnedPortalReassignment']&&!_0x25842e&&_0x1c90c3[_0x2f173a(0x21b)](_0x2f173a(0x451))||_0x1c90c3['id']===_0x2f173a(0x3e7))return!0x1;let _0x46b9cb=_0x1c90c3['parentElement'];return!!_0x20c781['allowDirectBodyPortal']&&_0x46b9cb===_0x351986['body']||(_0x46b9cb==null?void 0x0:_0x46b9cb['closest']('[data-radix-popper-content-wrapper]'))!=null||_0x49b74f||_0x25842e;}[_0x5a2f85(0x70b)](_0x17ae17){const _0x49d389=_0x5a2f85;var _0xe95e5c,_0x55dd1c;return((_0xe95e5c=_0x17ae17[_0x49d389(0x5ce)])==null?void 0x0:_0xe95e5c['id'])!==_0x49d389(0x3e7)&&((_0x55dd1c=_0x17ae17[_0x49d389(0x21b)](_0x49d389(0x21c)))==null?void 0x0:_0x55dd1c[_0x49d389(0x5ce)])!==_0x17ae17['ownerDocument']['body']?!0x1:_0x17ae17['id'][_0x49d389(0x24c)](_0x49d389(0x674))||_0x17ae17['id'][_0x49d389(0x24c)](_0x49d389(0x4f9))||_0x17ae17['closest'](_0x49d389(0x22e))!=null||_0x17ae17[_0x49d389(0x21b)](_0x49d389(0x597))!=null;}[_0x5a2f85(0x313)](_0x41d0e4){const _0x57aa4b=_0x5a2f85;return _0x41d0e4['id']['startsWith'](_0x57aa4b(0x576))||_0x41d0e4['id'][_0x57aa4b(0x24c)](_0x57aa4b(0x4f1))||_0x41d0e4[_0x57aa4b(0x21b)](_0x57aa4b(0x350))!=null||_0x41d0e4[_0x57aa4b(0x21b)]('[id^=\x22__editor_docs-\x22]')!=null;}[_0x5a2f85(0x397)](_0x4bd8c1){const _0x1d099f=_0x5a2f85;let _0x57c447=typeof _0x4bd8c1[_0x1d099f(0x3a1)]==_0x1d099f(0x682)?_0x4bd8c1[_0x1d099f(0x3a1)]:'';if(_0x4bd8c1['getAttribute']('data-u-comp')===_0x1d099f(0x732)||_0x4bd8c1[_0x1d099f(0x20e)]['contains']('univer-popup')||_0x4bd8c1[_0x1d099f(0x20e)]['contains'](_0x1d099f(0x359))||_0x4bd8c1[_0x1d099f(0x20e)][_0x1d099f(0x444)]('univer-dropdown')||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x1d099f(0x2fd)](_0x57c447))return!0x0;let _0x4de57b=_0x4bd8c1[_0x1d099f(0x533)](_0x1d099f(0x2de));return _0x4de57b===_0x1d099f(0x377)||_0x4de57b===_0x1d099f(0x31b)||_0x4de57b===_0x1d099f(0x66e)||_0x4de57b==='tooltip'||_0x4bd8c1['hasAttribute'](_0x1d099f(0x3c6));}[_0x5a2f85(0x644)](_0x45022e,_0x78da9a){const _0x3120c0=_0x5a2f85;var _0x39064b,_0x4ca9e5;if(!this[_0x3120c0(0x202)](_0x45022e))return!0x1;let _0x2606c1=(_0x39064b=_0x45022e[_0x3120c0(0x21b)](_0x3120c0(0x464)))==null?_0x45022e:_0x39064b,_0x7e50c=(_0x4ca9e5=_0x2606c1[_0x3120c0(0x21b)]('#app'))==null?_0x2606c1['parentElement']:_0x4ca9e5;if(_0x2606c1[_0x3120c0(0x5ce)]!==_0x78da9a['body']&&(_0x7e50c==null?void 0x0:_0x7e50c[_0x3120c0(0x5ce)])!==_0x78da9a[_0x3120c0(0x6da)])return!0x1;let _0x4922b5=_0x78da9a[_0x3120c0(0x6bc)];if(!_0x4922b5)return!0x1;let _0x197321=_0x2606c1[_0x3120c0(0x414)]();return _0x197321[_0x3120c0(0x570)]<0x0||_0x197321['bottom']<0x0||_0x197321[_0x3120c0(0x53e)]>_0x4922b5['innerWidth']||_0x197321[_0x3120c0(0x311)]>_0x4922b5[_0x3120c0(0x3e2)]?!0x0:_0x197321[_0x3120c0(0x433)]<=0x0||_0x197321['height']<=0x0?_0x197321[_0x3120c0(0x53e)]<0x0||_0x197321[_0x3120c0(0x311)]<0x0||_0x197321[_0x3120c0(0x53e)]>_0x4922b5[_0x3120c0(0x5ca)]||_0x197321['top']>_0x4922b5['innerHeight']:!0x1;}['_markRuntimeFocusRole'](_0x1793c9,_0x4757a1={}){const _0x315573=_0x5a2f85;let _0x21b2c3=_0x4757a1['includeAppShellEditorPortal']&&this['_isAppShellEditorPortalCandidate'](_0x1793c9)?_0x315573(0x2ce):this['_isUniverPortalTreeElement'](_0x1793c9)?'child-popup':void 0x0;_0x21b2c3&&(_0x1793c9[_0x315573(0x27c)](X,_0x21b2c3),_0x1793c9[_0x315573(0x3f5)]('*')[_0x315573(0x2b8)](_0x27323c=>{const _0x777188=_0x315573;_0x27323c[_0x777188(0x27c)](X,_0x21b2c3);}));}[_0x5a2f85(0x2a2)](_0x1fd7a6,_0x11ca54,_0x52c05d={}){const _0x5f2aa6=_0x5a2f85;let _0x4f4d82=new Map(),_0x2b1169=_0x472381=>{const _0x378c15=_0x4aa9;_0x52c05d[_0x378c15(0x36c)]||_0x4f4d82[_0x378c15(0x5a2)](_0x472381,_0x472381['getAttribute'](Q)),_0x472381['setAttribute'](Q,_0x1fd7a6);};return _0x2b1169(_0x11ca54),_0x11ca54['querySelectorAll']('*')[_0x5f2aa6(0x2b8)](_0x2b1169),_0x5a3ed7(()=>{const _0xb52068=_0x5f2aa6;_0x4f4d82[_0xb52068(0x2b8)]((_0xb9edbf,_0x2a8ae4)=>{const _0x209ab1=_0xb52068;if(_0xb9edbf==null){_0x2a8ae4[_0x209ab1(0x68c)](Q);return;}_0x2a8ae4['setAttribute'](Q,_0xb9edbf);});});}[_0x5a2f85(0x202)](_0x500a18){const _0x12fc98=_0x5a2f85;return this[_0x12fc98(0x397)](_0x500a18)||_0x500a18['closest'](_0x12fc98(0x464))!=null;}[_0x5a2f85(0x5be)](_0x5757f4){const _0x5c4ae2=_0x5a2f85;let _0x2f88bc=this[_0x5c4ae2(0x6d7)](_0x5757f4);if(_0x2f88bc)return{'embedId':_0x2f88bc[_0x5c4ae2(0x41e)],'stable':!0x0};let _0xc81ce7=this[_0x5c4ae2(0x719)];if(_0xc81ce7&&_0xc81ce7[_0x5c4ae2(0x46d)]===_0x5757f4&&Date[_0x5c4ae2(0x53d)]()<=_0xc81ce7[_0x5c4ae2(0x206)])return{'embedId':_0xc81ce7[_0x5c4ae2(0x41e)],'stable':!0x1};}[_0x5a2f85(0x6d7)](_0x40b3e3){const _0x2b8984=_0x5a2f85;let _0x5954c9=this[_0x2b8984(0x710)][_0x2b8984(0x43a)](_0x40b3e3);return _0x5954c9==null?void 0x0:_0x5954c9[_0x5954c9[_0x2b8984(0x647)]-0x1];}[_0x5a2f85(0x440)](_0x5084bc,_0x5edac5){const _0x42aeaf=_0x5a2f85;let _0x245381=this['_roots'][_0x42aeaf(0x43a)](_0x5084bc);_0x5edac5[_0x42aeaf(0x6da)][_0x42aeaf(0x3f5)]('['+Q+'=\x22'+_0x5084bc+'\x22]')['forEach'](_0x4c475c=>{const _0x115b34=_0x42aeaf;_0x4c475c['parentElement']===_0x5edac5[_0x115b34(0x6da)]&&(_0x245381&&[..._0x245381]['some'](_0x1bad95=>_0x1bad95===_0x4c475c||_0x1bad95[_0x115b34(0x444)](_0x4c475c))||this[_0x115b34(0x397)](_0x4c475c)||this[_0x115b34(0x70b)](_0x4c475c)||_0x4c475c[_0x115b34(0x68c)](Q));});}[_0x5a2f85(0x4ed)](_0x1ab8cb,_0x28d829,_0x49429d){const _0x5e8360=_0x5a2f85;let _0x2834ef=_0x1ab8cb[_0x5e8360(0x533)](Q);if(!_0x2834ef||_0x2834ef===_0x28d829)return;let _0x12bcfb=_0x49429d[_0x5e8360(0x55b)];!(_0x12bcfb instanceof HTMLElement)||_0x12bcfb!==_0x1ab8cb&&!_0x1ab8cb[_0x5e8360(0x444)](_0x12bcfb)||(_0x12bcfb[_0x5e8360(0x6ba)](),_0x49429d['activeElement']===_0x12bcfb&&this[_0x5e8360(0x426)](_0x49429d));}['_releaseBodyPortalClaims'](_0x443631,_0x1617ff){const _0x5c15f0=_0x5a2f85;let _0x3aabe3=this[_0x5c15f0(0x69f)][_0x5c15f0(0x43a)](_0x443631),_0x9120b4=_0x1617ff[_0x5c15f0(0x6da)][_0x5c15f0(0x3f5)]('['+Q+'=\x22'+_0x443631+'\x22]'),_0x143f11=_0x3e655c=>_0x3aabe3!=null&&[..._0x3aabe3]['some'](_0x33deb4=>_0x33deb4===_0x3e655c||_0x33deb4[_0x5c15f0(0x444)](_0x3e655c)),_0x11f36a=[];_0x9120b4[_0x5c15f0(0x2b8)](_0x1b2fc8=>{const _0x11b721=_0x5c15f0;_0x143f11(_0x1b2fc8)||(_0x11f36a[_0x11b721(0x328)](_0x1b2fc8),_0x1b2fc8[_0x11b721(0x68c)](Q),this[_0x11b721(0x5b9)](_0x1b2fc8));});let _0x5027ce=_0x1617ff[_0x5c15f0(0x55b)];_0x5027ce instanceof HTMLElement&&_0x11f36a[_0x5c15f0(0x73b)](_0x5075ca=>_0x5075ca===_0x5027ce||_0x5075ca[_0x5c15f0(0x444)](_0x5027ce))&&(_0x5027ce[_0x5c15f0(0x6ba)](),_0x1617ff[_0x5c15f0(0x55b)]===_0x5027ce&&this[_0x5c15f0(0x426)](_0x1617ff));}[_0x5a2f85(0x426)](_0x3765ef){const _0x78cddf=_0x5a2f85;let _0x3a192d=_0x3765ef[_0x78cddf(0x6da)];if(!_0x3a192d)return;let _0x5f4a3b=_0x3a192d[_0x78cddf(0x533)](_0x78cddf(0x255));_0x5f4a3b==null&&(_0x3a192d[_0x78cddf(0x3b0)]=-0x1),_0x3a192d[_0x78cddf(0x2e9)]({'preventScroll':!0x0}),_0x5f4a3b==null?_0x3a192d[_0x78cddf(0x68c)](_0x78cddf(0x255)):_0x3a192d[_0x78cddf(0x27c)]('tabindex',_0x5f4a3b),_0x3765ef[_0x78cddf(0x55b)]!==_0x3a192d&&this['_focusTemporarySink'](_0x3765ef);}[_0x5a2f85(0x2e4)](_0x5b462f){const _0x43df45=_0x5a2f85;var _0x48b8aa;let _0x200b09=_0x5b462f[_0x43df45(0x6da)];if(!_0x200b09)return;let _0x5cd6d3=_0x5b462f[_0x43df45(0x53a)](_0x43df45(0x248));_0x5cd6d3['tabIndex']=-0x1,_0x5cd6d3[_0x43df45(0x27c)](_0x43df45(0x4fa),_0x43df45(0x28f)),_0x5cd6d3['style']['cssText']='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x200b09[_0x43df45(0x714)](_0x5cd6d3),_0x5cd6d3[_0x43df45(0x2e9)]({'preventScroll':!0x0}),(_0x48b8aa=_0x5b462f['defaultView'])==null||_0x48b8aa[_0x43df45(0x42b)](()=>_0x5cd6d3[_0x43df45(0x6e6)](),0x0);}['_removeRuntimeFocusRoleTree'](_0x19b1d4){const _0x437dbf=_0x5a2f85;(_0x19b1d4[_0x437dbf(0x533)]('data-embed-runtime-focus-role')===_0x437dbf(0x2ce)||_0x19b1d4[_0x437dbf(0x533)]('data-embed-runtime-focus-role')===_0x437dbf(0x25c))&&_0x19b1d4[_0x437dbf(0x68c)](X),_0x19b1d4[_0x437dbf(0x3f5)]('['+X+']')[_0x437dbf(0x2b8)](_0x6b86dc=>{const _0x198b18=_0x437dbf;let _0x1fb7ce=_0x6b86dc['getAttribute'](X);(_0x1fb7ce===_0x198b18(0x2ce)||_0x1fb7ce===_0x198b18(0x25c))&&_0x6b86dc['removeAttribute'](X);});}},Ha=class{constructor(_0x318994={}){const _0x2b1215=_0x5a2f85;Y(this,'_childUnitAncestry',new Map()),Y(this,_0x2b1215(0x1f6),void 0x0),this[_0x2b1215(0x1f6)]=Ua(_0x318994[_0x2b1215(0x704)]);}[_0x5a2f85(0x253)](_0x4d9d3a){const _0x4bda26=_0x5a2f85;let _0x1dcc4d=this['getAncestryForHostUnit'](_0x4d9d3a[_0x4bda26(0x218)]);return _0x1dcc4d[_0x4bda26(0x73b)](_0x23a595=>_0x23a595['hostUnitId']===_0x4d9d3a[_0x4bda26(0x6be)]||_0x23a595[_0x4bda26(0x6be)]===_0x4d9d3a[_0x4bda26(0x6be)])?{'allowed':!0x1,'reason':_0x4bda26(0x6ec),'ancestry':_0x1dcc4d}:_0x1dcc4d[_0x4bda26(0x647)]>=this[_0x4bda26(0x1f6)]?{'allowed':!0x1,'reason':'max-depth','ancestry':_0x1dcc4d}:{'allowed':!0x0,'ancestry':_0x1dcc4d};}['registerMountedRuntime'](_0xcb451){const _0x181d5d=_0x5a2f85;let _0x24463a=[...this[_0x181d5d(0x387)](_0xcb451[_0x181d5d(0x218)]),{'hostUnitId':_0xcb451['hostUnitId'],'embedId':_0xcb451[_0x181d5d(0x41e)],'childUnitId':_0xcb451[_0x181d5d(0x6be)]}];return this['_childUnitAncestry'][_0x181d5d(0x5a2)](_0xcb451[_0x181d5d(0x6be)],_0x24463a),_0x5a3ed7(()=>{const _0xce9a47=_0x181d5d;this[_0xce9a47(0x436)][_0xce9a47(0x43a)](_0xcb451[_0xce9a47(0x6be)])===_0x24463a&&this[_0xce9a47(0x436)][_0xce9a47(0x3b3)](_0xcb451[_0xce9a47(0x6be)]);});}['getAncestryForHostUnit'](_0x16464c){const _0x249937=_0x5a2f85;var _0x6b1ce3;return(_0x6b1ce3=this[_0x249937(0x436)][_0x249937(0x43a)](_0x16464c))==null?[]:_0x6b1ce3;}[_0x5a2f85(0x690)](_0x24bffa){const _0x38424c=_0x5a2f85;var _0x290c35;return(_0x290c35=this[_0x38424c(0x387)](_0x24bffa)['at'](-0x1))==null?void 0x0:_0x290c35['embedId'];}};function Ua(_0xf79be5){const _0x149a47=_0x5a2f85;return typeof _0xf79be5==_0x149a47(0x402)&&Number['isFinite'](_0xf79be5)&&_0xf79be5>=0x0?Math[_0x149a47(0x658)](_0xf79be5):0x1;}const Wa=new Set([_0x5a2f85(0x2f5),_0x5a2f85(0x474),_0x5a2f85(0x4dc),'identifier:ui.popup.service',_0x5a2f85(0x3f7),_0x5a2f85(0x2f2),'identifier:univer.sheet.selection-render-service']);function Ga(_0xc2ea9d){const _0x18502f=_0x5a2f85;let _0x5e8553=_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x43a)](_0x327678),_0x20bb8=_0x5e8553[_0x18502f(0x6f0)](_0xc2ea9d[_0x18502f(0x6be)],_0xc2ea9d['childType']);if(!_0x20bb8)return;let _0x50cd8d=qa(_0x5e8553,_0xc2ea9d,_0x20bb8,new _0x153d78(_0x20bb8),new _0x153d78(_0x20bb8[_0x18502f(0x594)]())),_0x49c8f5=Xa(_0xc2ea9d),_0x1f613a=Ya(_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x43a)](_0x2942d2),_0xc2ea9d,_0x5e8553,_0x49c8f5),_0x3a7a7a=new Map([[_0x327678,_0x50cd8d],[_0x2942d2,_0x1f613a]]),_0xe3c7fa=[];if(_0xc2ea9d[_0x18502f(0x734)]===_0x43e669[_0x18502f(0x4b1)]&&_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x2cc)](_0x1f182b)){let _0x555ba0=_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x43a)](_0x1f182b),_0x21dfed=_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x43a)](_0x4a1626),_0xe9043a=new _0x7ac10a(_0x21dfed),_0x2cb46a=new _0x25ce49(_0x555ba0),_0x443f5c=new _0x562bbb(),_0x3890a7=new _0x33ff74(_0x555ba0,_0xe9043a),_0x1aefa7=new _0x27cd67(_0x1f613a,_0x555ba0,_0x2cb46a),_0x30e920=new _0x42e447(_0x555ba0,_0x2cb46a),_0x20b0f3=new _0x1f03f0(_0x555ba0,_0x1aefa7,_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x43a)](_0x19c108)),_0xe2bb2=new _0x45a57f(_0x1f613a,_0x2cb46a,_0xe9043a,_0x555ba0,_0x20b0f3),_0x537ebc=new _0x4e7152(_0x50cd8d,_0xe2bb2,_0x21dfed,_0xc2ea9d['injector']['has'](_0x1e5832)?_0xc2ea9d['injector']['get'](_0x1e5832):void 0x0),_0x53161c=new _0x43a878(_0xe9043a,_0x1f613a,_0x50cd8d,_0x21dfed);_0x3a7a7a[_0x18502f(0x5a2)](_0x648274,_0xe9043a),_0x3a7a7a['set'](_0x5b9a48,_0x2cb46a),_0x3a7a7a[_0x18502f(0x5a2)](_0x562bbb,_0x443f5c),_0x3a7a7a['set'](_0x27cd67,_0x1aefa7),_0x3a7a7a[_0x18502f(0x5a2)](_0x45a57f,_0xe2bb2),_0x3a7a7a[_0x18502f(0x5a2)](_0x4e7152,_0x537ebc),_0x3a7a7a[_0x18502f(0x5a2)](_0x42e447,_0x30e920),_0x3a7a7a['set'](_0x33ff74,_0x3890a7),_0x3a7a7a['set'](_0x1f03f0,_0x20b0f3),_0x3a7a7a[_0x18502f(0x5a2)](_0x43a878,_0x53161c),_0xe3c7fa[_0x18502f(0x328)](_0xe9043a,_0x2cb46a,_0x443f5c,_0x20b0f3);}_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x2cc)](Ha)&&_0x3a7a7a[_0x18502f(0x5a2)](Ha,_0xc2ea9d['injector'][_0x18502f(0x43a)](Ha));let _0x336e50=Qa(_0xc2ea9d[_0x18502f(0x514)],_0xc2ea9d['childType']);_0x336e50&&_0x3a7a7a[_0x18502f(0x5a2)](_0x5497a7,_0x336e50);let _0x34eaf9=io(_0xc2ea9d['injector'],_0x3a7a7a);if(_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x2cc)](_0x3013ff)){let _0x42e4ac=_0xc2ea9d[_0x18502f(0x514)][_0x18502f(0x43a)](_0x3013ff);_0xe3c7fa[_0x18502f(0x328)](_0x42e4ac[_0x18502f(0x5f2)]({'unitId':_0xc2ea9d[_0x18502f(0x6be)],'has':_0x39491e=>_0x34eaf9[_0x18502f(0x2cc)](_0x39491e),'get':_0x2b8ef6=>_0x34eaf9[_0x18502f(0x43a)](_0x2b8ef6)}));}let _0x311fdc=wo(_0xc2ea9d[_0x18502f(0x514)],_0x34eaf9);if(_0x311fdc){_0x34eaf9['add']([_0x345bd0,{'useValue':_0x311fdc}]);let _0x5a19a6=new _0x48f5ff(_0x311fdc,_0x50cd8d);_0x34eaf9['add']([_0x37f686,{'useValue':_0x5a19a6}]),_0xe3c7fa[_0x18502f(0x328)](_0x5a19a6);}if(_0xc2ea9d['renderScope'][_0x18502f(0x3e1)]){let _0x5df0bb=Eo(_0x34eaf9,_0xc2ea9d['childUnitId']),_0x1194bf=new _0x2289e5(),_0x23eb2e=new _0x1b8f18();_0x34eaf9[_0x18502f(0x5a7)]([_0x37a15d,{'useValue':_0x5df0bb}]),_0x34eaf9[_0x18502f(0x5a7)]([_0x472af0,{'useValue':_0x1194bf}]),_0x34eaf9[_0x18502f(0x5a7)]([_0x33840b,{'useValue':_0x23eb2e}]),_0xe3c7fa[_0x18502f(0x328)](_0x5df0bb,_0x1194bf,_0x23eb2e);}else{let _0x2da52b=To(_0xc2ea9d['injector'],_0x34eaf9,_0xc2ea9d[_0x18502f(0x6be)]);_0x2da52b&&_0x34eaf9[_0x18502f(0x5a7)]([_0x37a15d,{'useValue':_0x2da52b}]);}let _0x7d9d84=Do(_0xc2ea9d[_0x18502f(0x514)],_0xc2ea9d);if(_0x34eaf9['add']([_0x380452,{'useValue':_0x7d9d84}]),_0xe3c7fa['length']){let _0x152236=_0x34eaf9['dispose'][_0x18502f(0x219)](_0x34eaf9),_0xc070ca=!0x1;_0x34eaf9[_0x18502f(0x50e)]=()=>{const _0x19c267=_0x18502f;_0xc070ca||(_0xc070ca=!0x0,_0xe3c7fa[_0x19c267(0x2b8)](_0x356cb9=>_0x356cb9['dispose']()),_0x152236());};}return _0x34eaf9;}function Ka(_0x4cead7,_0x136127){const _0x44b95c=_0x5a2f85;if(!_0x4cead7[_0x44b95c(0x2cc)](_0x4a1626))return;let _0x11880a=_0x4cead7['get'](_0x4a1626);return io(_0x4cead7,new Map([[_0x4a1626,no(_0x11880a,_0x136127)]]));}function qa(_0x571ad4,_0x1f240e,_0x13f901,_0x3b71c4,_0x372217){const _0x40e85c=_0x5a2f85;return{'unitAdded$':_0x571ad4[_0x40e85c(0x308)],'getTypeOfUnitAdded$':(..._0x16134d)=>_0x571ad4[_0x40e85c(0x43b)](..._0x16134d),'__addUnit':(..._0x473226)=>_0x571ad4['__addUnit'](..._0x473226),'unitDisposed$':_0x571ad4[_0x40e85c(0x556)],'getTypeOfUnitDisposed$':(..._0x54ff17)=>_0x571ad4['getTypeOfUnitDisposed$'](..._0x54ff17),'focused$':_0x372217[_0x40e85c(0x20b)](),'focusUnit':_0x54fbca=>{const _0x249414=_0x40e85c;if(_0x54fbca===null||Ja(_0x1f240e,_0x54fbca)){_0x372217[_0x249414(0x6af)]()!==_0x54fbca&&_0x372217[_0x249414(0x5b5)](_0x54fbca);return;}_0x571ad4['focusUnit'](_0x54fbca);},'getFocusedUnit':()=>{const _0x191e3b=_0x40e85c;let _0x14a2a2=_0x372217[_0x191e3b(0x6af)]();if(_0x14a2a2===null)return null;if(_0x14a2a2===_0x1f240e[_0x191e3b(0x6be)])return _0x13f901;if(_0x3ec01d(_0x14a2a2)){var _0x2a5eb2;return(_0x2a5eb2=_0x571ad4['getUnit'](_0x14a2a2))==null?_0x13f901:_0x2a5eb2;}return _0x571ad4[_0x191e3b(0x3bb)]();},'getCurrentUnitOfType':_0x250bd1=>_0x250bd1===_0x1f240e[_0x40e85c(0x734)]?_0x3b71c4[_0x40e85c(0x6af)]():_0x571ad4[_0x40e85c(0x4ae)](_0x250bd1),'setCurrentUnitForType':_0x17fc53=>{const _0x6b94aa=_0x40e85c;if(Ja(_0x1f240e,_0x17fc53)){_0x3b71c4['getValue']()!==_0x13f901&&_0x3b71c4['next'](_0x13f901);return;}_0x571ad4[_0x6b94aa(0x4e7)](_0x17fc53);},'getCurrentTypeOfUnit$':_0x1e507d=>_0x1e507d===_0x1f240e[_0x40e85c(0x734)]?_0x3b71c4[_0x40e85c(0x20b)]():_0x571ad4[_0x40e85c(0x2c6)](_0x1e507d),'createUnit':(..._0xf22afe)=>_0x571ad4[_0x40e85c(0x5e7)](..._0xf22afe),'getUnitCreateOptions':(..._0x424ab1)=>_0x571ad4['getUnitCreateOptions'](..._0x424ab1),'disposeUnit':(..._0x198ebf)=>_0x571ad4[_0x40e85c(0x696)](..._0x198ebf),'registerCtorForType':(..._0x38821a)=>_0x571ad4[_0x40e85c(0x21a)](..._0x38821a),'changeDoc':(..._0x452fab)=>_0x571ad4[_0x40e85c(0x6a3)](..._0x452fab),'getUnit':(..._0x3820f0)=>_0x571ad4[_0x40e85c(0x6f0)](..._0x3820f0),'getAllUnitsForType':(..._0xd92190)=>_0x571ad4[_0x40e85c(0x677)](..._0xd92190),'getUnitType':(..._0x577140)=>_0x571ad4[_0x40e85c(0x2c2)](..._0x577140),'getUniverSheetInstance':(..._0x1d9ba8)=>_0x571ad4['getUniverSheetInstance'](..._0x1d9ba8),'dispose':()=>{}};}function Ja(_0x210fd3,_0x4943cf){const _0x1b96ff=_0x5a2f85;return _0x4943cf===_0x210fd3[_0x1b96ff(0x6be)]||_0x3ec01d(_0x4943cf);}function Ya(_0x4183b0,_0x5412b6,_0x42e031,_0x2b9661){const _0x414425=_0x5a2f85;return{'disposed':()=>_0x4183b0[_0x414425(0x360)](),'hasCommand':_0x10f100=>_0x4183b0[_0x414425(0x2ff)](_0x10f100),'registerCommand':(..._0xd761dc)=>_0x4183b0[_0x414425(0x59a)](..._0xd761dc),'unregisterCommand':_0x71d0ba=>_0x4183b0['unregisterCommand'](_0x71d0ba),'registerMultipleCommand':(..._0x29a2c7)=>_0x4183b0[_0x414425(0x6cb)](..._0x29a2c7),'executeCommand':async(..._0xf2a1bb)=>{const _0x4bee80=_0x414425;var _0x25cb07,_0x295e6a;let _0x3a2f26=()=>_0x4183b0[_0x4bee80(0x282)](_0xf2a1bb[0x0],ro(_0x5412b6,_0xf2a1bb[0x0],_0xf2a1bb[0x1]),_0xf2a1bb[0x2]);if(!_0x2b9661)return await _0x3a2f26();let _0x5af48a=_0x42e031[_0x4bee80(0x4ae)](_0x5412b6[_0x4bee80(0x734)]),_0x5da2aa=(_0x25cb07=(_0x295e6a=_0x42e031[_0x4bee80(0x3bb)]())==null?void 0x0:_0x295e6a[_0x4bee80(0x594)]())==null?null:_0x25cb07;try{return _0x42e031[_0x4bee80(0x4e7)](_0x5412b6[_0x4bee80(0x6be)]),_0x42e031[_0x4bee80(0x41d)](_0x5412b6[_0x4bee80(0x6be)]),await _0x3a2f26();}finally{_0x5af48a&&_0x42e031['setCurrentUnitForType'](_0x5af48a[_0x4bee80(0x594)]()),ao(_0x5412b6,_0x42e031,_0x5da2aa);}},'syncExecuteCommand':(..._0x55ada8)=>{const _0x17e193=_0x414425;var _0x13c931,_0x43d57a;let _0x5cef62=()=>_0x4183b0[_0x17e193(0x59b)](_0x55ada8[0x0],ro(_0x5412b6,_0x55ada8[0x0],_0x55ada8[0x1]),_0x55ada8[0x2]);if(!_0x2b9661)return _0x5cef62();let _0x49d5d3=_0x42e031['getCurrentUnitOfType'](_0x5412b6['childType']),_0x3b22a2=(_0x13c931=(_0x43d57a=_0x42e031[_0x17e193(0x3bb)]())==null?void 0x0:_0x43d57a[_0x17e193(0x594)]())==null?null:_0x13c931;try{return _0x42e031[_0x17e193(0x4e7)](_0x5412b6['childUnitId']),_0x42e031['focusUnit'](_0x5412b6[_0x17e193(0x6be)]),_0x5cef62();}finally{_0x49d5d3&&_0x42e031[_0x17e193(0x4e7)](_0x49d5d3[_0x17e193(0x594)]()),ao(_0x5412b6,_0x42e031,_0x3b22a2);}},'onCommandExecuted':(..._0xbeb8e8)=>_0x4183b0[_0x414425(0x3d6)](..._0xbeb8e8),'beforeCommandExecuted':(..._0x39b991)=>_0x4183b0['beforeCommandExecuted'](..._0x39b991),'onMutationExecutedForCollab':(..._0x3c0068)=>_0x4183b0[_0x414425(0x631)](..._0x3c0068),'dispose':()=>{}};}function Xa(_0x239c8b){const _0x52a5f7=_0x5a2f85;return _0x239c8b[_0x52a5f7(0x5af)][_0x52a5f7(0x3e1)]||_0x239c8b[_0x52a5f7(0x72d)][_0x52a5f7(0x379)]==='docs-custom-block'?!0x0:Za(_0x239c8b);}function Za(_0x505cae){const _0x33da1c=_0x5a2f85;var _0x51da6a;return _0x505cae[_0x33da1c(0x72d)]['entry']==='sheets-sheet-tab'||_0x505cae[_0x33da1c(0x72d)][_0x33da1c(0x379)]==='bases-table-list-block'||_0x505cae[_0x33da1c(0x72d)]['entry']==='slides-page-list-block'||_0x505cae[_0x33da1c(0x22a)]===_0x33da1c(0x557)||!!((_0x51da6a=_0x505cae[_0x33da1c(0x72d)]['sourceMeta'])!=null&&_0x51da6a[_0x33da1c(0x400)]);}function Qa(_0x480791,_0x3ded76){const _0x187352=_0x5a2f85;var _0xeab998;if(!_0x480791[_0x187352(0x2cc)](_0x5497a7))return;let _0x195735=_0x480791[_0x187352(0x43a)](_0x5497a7),_0x370c60=$a(_0x3ded76),_0x5346ea=new _0x2ce3d0();return{'contextChanged$':_0x5e325f(((_0xeab998=_0x195735[_0x187352(0x706)])==null?_0x2131c6:_0xeab998)[_0x187352(0x54c)](_0x2b2503(_0x51afb4=>Object[_0x187352(0x6b2)](Object[_0x187352(0x31a)](_0x51afb4)[_0x187352(0x628)](([_0x1b28aa])=>!to(_0x1b28aa)))),_0x400fb8(_0x5e3e7c=>Object[_0x187352(0x48f)](_0x5e3e7c)[_0x187352(0x647)]>0x0)),_0x5346ea),'getContextValue':_0x5c7153=>to(_0x5c7153)?eo(_0x370c60,_0x5c7153):_0x195735[_0x187352(0x406)](_0x5c7153),'setContextValue':(_0x532fc2,_0x235cb9)=>{const _0x286fa9=_0x187352;if(!to(_0x532fc2)){_0x195735[_0x286fa9(0x331)](_0x532fc2,_0x235cb9);return;}_0x370c60[_0x286fa9(0x5a2)](_0x532fc2,_0x235cb9),_0x5346ea[_0x286fa9(0x5b5)]({[_0x532fc2]:_0x235cb9});},'subscribeContextValue$':_0x36b86d=>to(_0x36b86d)?new _0x497809(_0x4aa340=>{const _0xb0f9d1=_0x187352;let _0x1826f9=_0x5346ea['pipe'](_0x400fb8(_0xaebd6e=>_0xaebd6e[_0x36b86d]!==void 0x0))['subscribe'](_0x48f5b8=>_0x4aa340['next'](_0x48f5b8[_0x36b86d]));return _0x4aa340['next'](eo(_0x370c60,_0x36b86d)),()=>_0x1826f9[_0xb0f9d1(0x4f5)]();}):_0x195735[_0x187352(0x380)](_0x36b86d)};}function $a(_0x448cc7){const _0x455c85=_0x5a2f85;return new Map([[_0x26b288,!0x0],[_0x519c70,_0x448cc7===_0x43e669[_0x455c85(0x49e)]],[_0x2e76e8,_0x448cc7===_0x43e669[_0x455c85(0x35a)]],[_0x2cd535,_0x448cc7===_0x43e669[_0x455c85(0x6e5)]],[_0x246416,_0x448cc7===_0x43e669[_0x455c85(0x4b1)]]]);}function eo(_0x247ce4,_0x5bd006){const _0x2c280b=_0x5a2f85;var _0x3791a8;return(_0x3791a8=_0x247ce4[_0x2c280b(0x43a)](_0x5bd006))==null?!0x1:_0x3791a8;}function to(_0x59bfb6){const _0x1f5647=_0x5a2f85;return _0x59bfb6[_0x1f5647(0x24c)](_0x1f5647(0x247))||_0x59bfb6===_0xe1f4d2||_0x59bfb6===_0xe8b5e9;}function no(_0x322f36,_0x274a25){const _0x104532=_0x5a2f85;return{'getConfig':_0x47cb2a=>{const _0x537994=_0x4aa9;let _0x2181dc=_0x322f36[_0x537994(0x4d5)](_0x47cb2a),_0x328976=_0x274a25['get'](_0x47cb2a);return _0x328976?_0x328976(_0x2181dc):_0x2181dc;},'setConfig':_0x322f36['setConfig'][_0x104532(0x219)](_0x322f36),'deleteConfig':_0x322f36[_0x104532(0x4fb)][_0x104532(0x219)](_0x322f36),'subscribeConfigValue$':_0x322f36[_0x104532(0x330)]['bind'](_0x322f36),'configChanged$':_0x322f36[_0x104532(0x2e7)],'dispose':()=>{}};}function ro(_0x369392,_0x5ccbe7,_0x13fb9c){const _0x5c0424=_0x5a2f85;if(_0x5ccbe7!==_0x29e19e['id']||!_0x13fb9c||typeof _0x13fb9c!=_0x5c0424(0x4d6))return _0x13fb9c;let _0x423ed5=_0x13fb9c;return _0x423ed5[_0x5c0424(0x569)]?_0x423ed5:{..._0x423ed5,'parentEmbedId':_0x369392[_0x5c0424(0x41e)]};}function io(_0x32f20f,_0x12a9bd,_0x1b26c6=_0x32f20f){const _0x586be6=_0x5a2f85;var _0x6d18b2;let _0x55fb3e=(_0x6d18b2=_o(_0x32f20f))==null?_0x1b26c6:_0x6d18b2,_0x5d8e20=new Map(_0x12a9bd),_0x3d34fe=new Map(),_0x3690e2=new Set(),_0x38bdc2=new Map(),_0x412754;_0x5d8e20['forEach']((_0x332400,_0x3ba5e4)=>{_0x1eb37a(_0x3ba5e4);});function _0x1eb37a(_0x3fa362){const _0x101fd5=_0x4aa9;let _0x405142=so(_0x3fa362);return _0x3690e2['add'](_0x405142),_0x38bdc2[_0x101fd5(0x2cc)](_0x405142)||_0x38bdc2[_0x101fd5(0x5a2)](_0x405142,_0x3fa362),_0x405142;}let _0x158aaa=_0x3320bf=>{const _0x3fdec0=_0x4aa9;var _0x5719e0;return _0x5d8e20[_0x3fdec0(0x2cc)](_0x3320bf)||_0x3d34fe[_0x3fdec0(0x2cc)](_0x3320bf)||(_0x5719e0=_0x38bdc2[_0x3fdec0(0x43a)](so(_0x3320bf)))==null?_0x3320bf:_0x5719e0;},_0x58b0d3=_0x3fdb65=>{const _0xbc7ca4=_0x4aa9;let _0x2b89dd=_0x158aaa(_0x3fdb65);if(_0x5d8e20[_0xbc7ca4(0x2cc)](_0x2b89dd))return _0x5d8e20['get'](_0x2b89dd);let _0x289ba7=_0x3d34fe[_0xbc7ca4(0x43a)](_0x2b89dd);if(!_0x289ba7)return;let _0x192811=_0x289ba7();return _0x3d34fe['delete'](_0x2b89dd),_0x5d8e20[_0xbc7ca4(0x5a2)](_0x2b89dd,_0x192811),mo(_0x412754,_0x2b89dd,_0x192811),_0x2b89dd!==_0x3fdb65&&mo(_0x412754,_0x3fdb65,_0x192811),_0x192811;},_0x30be84=_0x2aa59f=>{const _0x146af1=_0x4aa9;let _0xb7bdbd=_0x158aaa(_0x2aa59f);return _0x5d8e20[_0x146af1(0x2cc)](_0xb7bdbd)||_0x3d34fe[_0x146af1(0x2cc)](_0xb7bdbd);},_0x3d8aeb=_0x10df25=>_0x3690e2[_0x586be6(0x2cc)](so(_0x10df25)),_0x1d7b58=_0x231c6e=>Wa[_0x586be6(0x2cc)](so(_0x231c6e)),_0x44c176=_0xbef6e4=>!_0x3d8aeb(_0xbef6e4)&&_0x32f20f[_0x586be6(0x2cc)](_0xbef6e4),_0x54f79b=()=>{const _0x41f24a=_0x586be6;if(_0x412754)return _0x412754;let _0x4cb2c0=_0x32f20f[_0x41f24a(0x531)];if(typeof _0x4cb2c0=='function')return _0x412754=_0x4cb2c0[_0x41f24a(0x697)](_0x32f20f,[...So(_0x5d8e20),[_0x10f0f1,{'useFactory':()=>_0x412754}]]),_0x412754;},_0x5e1375={'has':_0x2ee188=>{const _0x3c0971=_0x586be6;var _0x5f313d;if(_0x2ee188===_0x10f0f1||_0x30be84(_0x2ee188)||_0x44c176(_0x2ee188))return!0x0;let _0xfb14df=_0x54f79b();return(_0x5f313d=_0xfb14df==null?void 0x0:_0xfb14df['has'](_0x2ee188))==null?_0x32f20f[_0x3c0971(0x2cc)](_0x2ee188):_0x5f313d;},'get':(_0x996d94,..._0x336057)=>{const _0x102876=_0x586be6;if(_0x996d94===_0x10f0f1)return _0x5e1375;if(co(_0x336057,_0xa5f58e[_0x102876(0x629)])){let _0x2b5744=_0x54f79b();_0x233ffb(_0x2b5744,_0x996d94);let _0x4aaeef=fo(_0x2b5744,_0x996d94);return _0x4aaeef['resolved']?_0x4aaeef['value']:uo(_0x2b5744||_0x32f20f,_0x996d94,_0x336057);}return _0x30be84(_0x996d94)?_0x58b0d3(_0x996d94):co(_0x336057,_0xa5f58e[_0x102876(0x727)])?uo(_0x32f20f,_0x996d94,lo(_0x336057,_0xa5f58e[_0x102876(0x727)])):_0x44c176(_0x996d94)?uo(_0x32f20f,_0x996d94,_0x336057):uo(_0x54f79b()||_0x32f20f,_0x996d94,_0x336057);},'invoke':(_0x303c3a,..._0x10e93d)=>_0x303c3a({'has':_0x931b3f=>{var _0x2bd9c5;if(_0x931b3f===_0x10f0f1||_0x30be84(_0x931b3f)||_0x44c176(_0x931b3f))return!0x0;let _0x162918=_0x54f79b();return(_0x2bd9c5=_0x162918==null?void 0x0:_0x162918['has'](_0x931b3f))==null?_0x32f20f['has'](_0x931b3f):_0x2bd9c5;},'get':(_0x3b2d95,..._0x28d6da)=>{const _0x45598e=_0x586be6;if(_0x3b2d95===_0x10f0f1)return _0x5e1375;if(co(_0x28d6da,_0xa5f58e[_0x45598e(0x629)])){let _0x367b13=_0x54f79b();_0x233ffb(_0x367b13,_0x3b2d95);let _0xb359cb=fo(_0x367b13,_0x3b2d95);return _0xb359cb[_0x45598e(0x4c3)]?_0xb359cb[_0x45598e(0x43e)]:uo(_0x367b13||_0x32f20f,_0x3b2d95,_0x28d6da);}return _0x30be84(_0x3b2d95)?_0x58b0d3(_0x3b2d95):co(_0x28d6da,_0xa5f58e['SKIP_SELF'])?uo(_0x32f20f,_0x3b2d95,lo(_0x28d6da,_0xa5f58e[_0x45598e(0x727)])):_0x44c176(_0x3b2d95)?uo(_0x32f20f,_0x3b2d95,_0x28d6da):uo(_0x54f79b()||_0x32f20f,_0x3b2d95,_0x28d6da);}},..._0x10e93d),'add':_0x329b48=>{const _0x57c024=_0x586be6;let _0xc5fad0=Co(_0x329b48);if(_0xc5fad0){if(_0xc5fad0[_0x57c024(0x3d8)]!==_0x57c024(0x314)&&_0x44c176(_0xc5fad0[_0x57c024(0x584)])&&!_0x1d7b58(_0xc5fad0[_0x57c024(0x584)]))return;let _0x40140e=so(_0xc5fad0[_0x57c024(0x584)]);if(_0x3690e2['has'](_0x40140e))return;if(_0x1eb37a(_0xc5fad0[_0x57c024(0x584)]),_0xc5fad0['kind']===_0x57c024(0x43e))_0x3d34fe[_0x57c024(0x3b3)](_0xc5fad0[_0x57c024(0x584)]),_0x5d8e20[_0x57c024(0x5a2)](_0xc5fad0[_0x57c024(0x584)],_0xc5fad0['value']);else{let _0x3641c9=_0x54f79b();_0x3641c9?go(_0x3641c9,_0xc5fad0[_0x57c024(0x584)])||_0x3641c9[_0x57c024(0x5a7)](_0x329b48):(_0x5d8e20[_0x57c024(0x3b3)](_0xc5fad0[_0x57c024(0x584)]),_0x3d34fe[_0x57c024(0x5a2)](_0xc5fad0['identifier'],_0xc5fad0['factory']));}return;}let _0x5a6216=so(oo(_0x329b48));if(_0x5a6216!=null){if(_0x3690e2['has'](_0x5a6216))return;_0x1eb37a(oo(_0x329b48));}let _0x6a8fb4=_0x54f79b();if(_0x6a8fb4){_0x6a8fb4[_0x57c024(0x5a7)](_0x329b48);return;}_0x32f20f[_0x57c024(0x5a7)](_0x329b48);},'createChild':(_0x282670=[])=>{const _0x5be802=_0x586be6;let _0x2f28d8=new Map(_0x5d8e20),_0x4b6bf9=[];_0x282670['forEach'](_0x5e3a39=>{const _0x2d6344=_0x4aa9;let _0x5aa4e6=Co(_0x5e3a39);if((_0x5aa4e6==null?void 0x0:_0x5aa4e6[_0x2d6344(0x3d8)])===_0x2d6344(0x43e)){_0x2f28d8['set'](_0x5aa4e6['identifier'],_0x5aa4e6[_0x2d6344(0x43e)]);return;}_0x4b6bf9['push'](_0x5e3a39);});let _0x22377a=io(_0x32f20f,_0x2f28d8,_0x55fb3e);return _0x4b6bf9[_0x5be802(0x2b8)](_0x21fc01=>{const _0x4bf9b9=_0x5be802;_0x22377a[_0x4bf9b9(0x5a7)](_0x21fc01);}),_0x22377a;},'createInstance':(..._0x560557)=>{const _0x5283b0=_0x586be6;let _0x37c466=_0x54f79b(),_0xb8f833=_0x37c466==null?void 0x0:_0x37c466[_0x5283b0(0x3d5)];if(_0x37c466&&typeof _0xb8f833==_0x5283b0(0x733))return _0x37e21f(_0x37c466,_0x560557[0x0]),_0xb8f833['apply'](_0x37c466,_0x560557);let _0x4ad57d=_0x32f20f[_0x5283b0(0x3d5)];if(typeof _0x4ad57d==_0x5283b0(0x733))return _0x4ad57d['apply'](_0x32f20f,_0x560557);let [_0x171bd2,..._0x55064f]=_0x560557;return new _0x171bd2(..._0x55064f);},'dispose':()=>{const _0x4bba69=_0x586be6;_0x412754&&vo(_0x412754,_0x55fb3e,_0x5d8e20[_0x4bba69(0x6c8)]()),_0x412754=void 0x0,_0x3690e2[_0x4bba69(0x5a9)](),_0x38bdc2['clear'](),_0x3d34fe[_0x4bba69(0x5a9)]();}};function _0x233ffb(_0x3d1595,_0xfa0916){!_0x3d1595||!_0x30be84(_0xfa0916)||mo(_0x3d1595,_0xfa0916,_0x58b0d3(_0xfa0916));}function _0x37e21f(_0x27ea30,_0x246e2a){const _0x322e15=_0x586be6;ho(_0x246e2a)[_0x322e15(0x2b8)](_0x38557d=>_0x233ffb(_0x27ea30,_0x38557d));}return _0x5e1375[_0x586be6(0x300)]=_0x55fb3e,_0x5e1375;}function ao(_0x1c37aa,_0x2ff040,_0x3c2ef5){const _0xc2e69d=_0x5a2f85;let _0x30abe6=_0x1c37aa[_0xc2e69d(0x514)][_0xc2e69d(0x2cc)](Z)?_0x1c37aa[_0xc2e69d(0x514)][_0xc2e69d(0x43a)](Z):void 0x0;_0x2ff040[_0xc2e69d(0x41d)](_0x30abe6!=null&&_0x30abe6[_0xc2e69d(0x36a)](_0x1c37aa['embedId'])?_0x1c37aa[_0xc2e69d(0x6be)]:_0x3c2ef5);}function oo(_0x3a4199){return Array['isArray'](_0x3a4199)?_0x3a4199[0x0]:_0x3a4199;}function so(_0x5634bd){const _0x565ce3=_0x5a2f85;let _0x43a5ff=_0x5634bd==null?void 0x0:_0x5634bd[_0x565ce3(0x2d0)];return typeof _0x43a5ff==_0x565ce3(0x682)&&_0x43a5ff?_0x565ce3(0x3d9)+_0x43a5ff:_0x5634bd;}function co(_0x5ed7ad,_0x1ec372){const _0x263723=_0x5a2f85;return _0x5ed7ad[_0x263723(0x6d1)](_0x1ec372);}function lo(_0x52913b,_0x2daf9e){const _0x4d90b9=_0x5a2f85;return _0x52913b[_0x4d90b9(0x628)](_0x5ce02b=>_0x5ce02b!==_0x2daf9e);}function uo(_0x1ef11a,_0x479d74,_0x401639){return _0x1ef11a['get'](_0x479d74,..._0x401639);}function fo(_0x3e70bc,_0x5a48ad){const _0x216ab5=_0x5a2f85;var _0x4f2b67;let _0x4b726b=_0x3e70bc==null||(_0x4f2b67=_0x3e70bc['resolvedDependencyCollection'])==null?void 0x0:_0x4f2b67[_0x216ab5(0x5cf)];if(!_0x4b726b)return{'resolved':!0x1};let _0x134db5=po(_0x4b726b[_0x216ab5(0x43a)](_0x5a48ad));if(_0x134db5[_0x216ab5(0x4c3)])return _0x134db5;let _0x3af782=so(_0x5a48ad);for(let [_0x28f829,_0x19eb54]of _0x4b726b){if(_0x28f829===_0x5a48ad||so(_0x28f829)!==_0x3af782)continue;let _0x50d316=po(_0x19eb54);if(_0x50d316[_0x216ab5(0x4c3)])return _0x50d316;}return{'resolved':!0x1};}function po(_0x5c3bbb){return!_0x5c3bbb||_0x5c3bbb['length']!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x5c3bbb[0x0]};}function mo(_0x43ff1e,_0x15b17b,_0x31339b){const _0x46edf0=_0x5a2f85;!_0x43ff1e||go(_0x43ff1e,_0x15b17b)||_0x43ff1e[_0x46edf0(0x5a7)]([_0x15b17b,{'useValue':_0x31339b}]);}function ho(_0x5884d4){const _0x60e055=_0x5a2f85;if(!_0x5884d4||typeof _0x5884d4!='function'&&typeof _0x5884d4!=_0x60e055(0x4d6))return[];for(let _0x11f96e of Object[_0x60e055(0x6fd)](_0x5884d4)){let _0x16df60=_0x5884d4[_0x11f96e];if(!Array[_0x60e055(0x6cd)](_0x16df60))continue;let _0xf5e059=_0x16df60['map'](_0x1ff526=>_0x1ff526==null?void 0x0:_0x1ff526[_0x60e055(0x584)])['filter'](_0x21dcdc=>_0x21dcdc!==void 0x0);if(_0xf5e059[_0x60e055(0x647)])return _0xf5e059;}return[];}function go(_0x15a607,_0x3495c6){const _0x4d5fd0=_0x5a2f85;var _0x2a5a5c,_0x286b4a,_0x1ed64f,_0x1cb4f6;let _0x51e2db=_0x15a607;return!!(!((_0x2a5a5c=_0x51e2db['dependencyCollection'])==null||(_0x286b4a=_0x2a5a5c[_0x4d5fd0(0x2cc)])==null)&&_0x286b4a['call'](_0x2a5a5c,_0x3495c6)||!((_0x1ed64f=_0x51e2db[_0x4d5fd0(0x286)])==null||(_0x1cb4f6=_0x1ed64f[_0x4d5fd0(0x2cc)])==null)&&_0x1cb4f6[_0x4d5fd0(0x697)](_0x1ed64f,_0x3495c6));}function _o(_0x4ebc55){return _0x4ebc55['__embedSharedRootInjector'];}function vo(_0x2de2c4,_0x4bdfc4,_0x1f2ecb=[]){const _0x171735=_0x5a2f85;let _0x2df511=yo(_0x4bdfc4);for(let _0x40da17 of _0x1f2ecb)_0x2df511[_0x171735(0x5a7)](_0x40da17);bo(_0x2de2c4,_0x2df511),_0x2de2c4['dispose']();}function yo(_0x15747f){const _0x53be22=_0x5a2f85;let _0x106c8e=new Set(),_0x13f709=xo(_0x15747f);return _0x13f709&&_0x13f709[_0x53be22(0x2b8)](_0x53a134=>{const _0x49fd43=_0x53be22;Array[_0x49fd43(0x6cd)](_0x53a134)&&_0x53a134[_0x49fd43(0x2b8)](_0x4b99d1=>_0x106c8e[_0x49fd43(0x5a7)](_0x4b99d1));}),_0x106c8e;}function bo(_0x2798e2,_0x5881e9,_0x2ad68e=new Set()){const _0x41d863=_0x5a2f85;if(_0x2ad68e[_0x41d863(0x2cc)](_0x2798e2))return;_0x2ad68e[_0x41d863(0x5a7)](_0x2798e2);let _0x52957b=_0x2798e2[_0x41d863(0x5ac)];_0x52957b==null||_0x52957b[_0x41d863(0x2b8)](_0x5f0335=>bo(_0x5f0335,_0x5881e9,_0x2ad68e));let _0x41b3b0=xo(_0x2798e2);_0x41b3b0&&_0x41b3b0[_0x41d863(0x2b8)]((_0x38d604,_0x5a6cdc)=>{const _0x3b4233=_0x41d863;if(!Array[_0x3b4233(0x6cd)](_0x38d604))return;let _0x14f424=_0x38d604[_0x3b4233(0x628)](_0x150d5d=>!_0x5881e9[_0x3b4233(0x2cc)](_0x150d5d));if(_0x14f424[_0x3b4233(0x647)]!==_0x38d604[_0x3b4233(0x647)]){if(_0x14f424[_0x3b4233(0x647)]===0x0){_0x41b3b0['delete'](_0x5a6cdc);return;}_0x41b3b0['set'](_0x5a6cdc,_0x14f424);}});}function xo(_0x1560e2){const _0x3c1f9d=_0x5a2f85;var _0x2d1f9f;return(_0x2d1f9f=_0x1560e2[_0x3c1f9d(0x286)])==null?void 0x0:_0x2d1f9f[_0x3c1f9d(0x5cf)];}function So(_0x2055af){const _0x494670=_0x5a2f85;return Array[_0x494670(0x3ba)](_0x2055af,([_0x3a2665,_0x41efc3])=>[_0x3a2665,{'useValue':_0x41efc3}]);}function Co(_0x58ff34){const _0x586e18=_0x5a2f85;if(!Array['isArray'](_0x58ff34)||_0x58ff34[_0x586e18(0x647)]<0x2)return;let [_0x20e781,_0x30462e]=_0x58ff34;if(!(!_0x30462e||typeof _0x30462e!=_0x586e18(0x4d6))){if(_0x586e18(0x409)in _0x30462e)return{'kind':_0x586e18(0x43e),'identifier':_0x20e781,'value':_0x30462e[_0x586e18(0x409)]};if(typeof _0x30462e[_0x586e18(0x4b6)]==_0x586e18(0x733))return{'kind':'factory','identifier':_0x20e781,'factory':_0x30462e['useFactory']};}}function wo(_0x40908f,_0x1e6a5d){const _0x49eda0=_0x5a2f85;if(!_0x40908f[_0x49eda0(0x2cc)](_0x345bd0))return;let _0x44a06f=_0x40908f[_0x49eda0(0x43a)](_0x345bd0),_0xe808f8=_0x44a06f['createScoped'];return typeof _0xe808f8==_0x49eda0(0x733)?_0xe808f8['call'](_0x44a06f,_0x1e6a5d):_0x44a06f;}function To(_0x44863e,_0x47ca78,_0x10f867){const _0x464b3f=_0x5a2f85;if(!_0x44863e[_0x464b3f(0x2cc)](_0x37a15d))return;let _0x5dce0a=_0x44863e['get'](_0x37a15d);return{get 'disabled'(){return _0x5dce0a['disabled'];},set 'disabled'(_0x320dbd){const _0x500005=_0x464b3f;_0x5dce0a[_0x500005(0x3a6)]=_0x320dbd;},get 'visible'(){const _0x27ec24=_0x464b3f;return _0x5dce0a[_0x27ec24(0x63b)];},'enable':()=>_0x5dce0a[_0x464b3f(0x351)](),'disable':()=>_0x5dce0a[_0x464b3f(0x600)](),'triggerContextMenu':(_0x24e109,_0x1346ce,_0x3b5cba)=>{const _0x527578=_0x464b3f;var _0x385ffa;_0x5dce0a[_0x527578(0x238)](_0x24e109,_0x1346ce,{..._0x3b5cba,'unitId':(_0x385ffa=_0x3b5cba==null?void 0x0:_0x3b5cba[_0x527578(0x65d)])==null?_0x10f867:_0x385ffa});},'hideContextMenu':()=>_0x5dce0a[_0x464b3f(0x73a)](),'registerContextMenuHandler':_0x47e497=>_0x5dce0a[_0x464b3f(0x694)](_0x47e497)};}function Eo(_0x2f8eed,_0x5bee76){const _0x198e07=_0x5a2f85;let _0x124a4b=new _0x127715();return{get 'disabled'(){const _0x57a778=_0x4aa9;return _0x124a4b[_0x57a778(0x3a6)];},set 'disabled'(_0x2158fb){_0x124a4b['disabled']=_0x2158fb;},get 'visible'(){const _0x13d786=_0x4aa9;return _0x124a4b[_0x13d786(0x63b)];},'enable':()=>_0x124a4b['enable'](),'disable':()=>_0x124a4b[_0x198e07(0x600)](),'triggerContextMenu':(_0x26d50c,_0x93c564,_0x4ef81f)=>{const _0x458559=_0x198e07;var _0x2f3e1c;_0x124a4b['triggerContextMenu'](_0x26d50c,_0x93c564,{..._0x4ef81f,'unitId':(_0x2f3e1c=_0x4ef81f==null?void 0x0:_0x4ef81f[_0x458559(0x65d)])==null?_0x5bee76:_0x2f3e1c});},'hideContextMenu':()=>_0x124a4b[_0x198e07(0x73a)](),'registerContextMenuHandler':_0x3a2272=>_0x124a4b[_0x198e07(0x694)](_0x3a2272),'dispose':()=>_0x124a4b[_0x198e07(0x50e)]()};}function Do(_0x498d8f,_0x19d0b4){const _0x2aefee=_0x5a2f85;var _0x414ee2,_0x50a7c8,_0x8bf32c,_0x38e186,_0x11c114;let _0x29f2a2=_0x498d8f[_0x2aefee(0x43a)](_0x380452),_0x53917e=_0x498d8f[_0x2aefee(0x2cc)](Va)?_0x498d8f[_0x2aefee(0x43a)](Va):void 0x0,_0x497d2f=_0x498d8f[_0x2aefee(0x2cc)](Z)?_0x498d8f[_0x2aefee(0x43a)](Z):void 0x0,_0x5c6bb1=(_0x414ee2=(_0x50a7c8=_0x19d0b4[_0x2aefee(0x2d9)])==null||(_0x50a7c8=_0x50a7c8[_0x2aefee(0x333)])==null?void 0x0:_0x50a7c8['root'])==null?_0x19d0b4[_0x2aefee(0x5af)][_0x2aefee(0x56f)]:_0x414ee2,_0x171ed0=(_0x8bf32c=(_0x38e186=(_0x11c114=_0x19d0b4[_0x2aefee(0x2d9)])==null||(_0x11c114=_0x11c114[_0x2aefee(0x333)])==null?void 0x0:_0x11c114['content'])==null?_0x19d0b4['renderScope'][_0x2aefee(0x5b4)]:_0x38e186)==null?_0x5c6bb1:_0x8bf32c,_0x225a24=new Set([_0x5c6bb1,_0x171ed0]),_0x562293=(_0x5153e3,_0x1d078e)=>{const _0x14fa06=_0x2aefee;_0x225a24[_0x14fa06(0x5a7)](_0x5153e3);let _0x418605=_0x1d078e!=null&&_0x1d078e[_0x14fa06(0x35e)]?Oo(_0x5153e3):void 0x0,_0x312e9c=_0x1d078e!=null&&_0x1d078e['registerChildInteraction']?_0x53917e==null?void 0x0:_0x53917e[_0x14fa06(0x4f3)](_0x19d0b4[_0x14fa06(0x41e)],_0x5153e3):void 0x0,_0x5d2c4a=_0x1d078e!=null&&_0x1d078e[_0x14fa06(0x35e)]?_0x497d2f==null?void 0x0:_0x497d2f['registerElement']({'embedId':_0x19d0b4[_0x14fa06(0x41e)],'role':_0x14fa06(0x2ce),'element':_0x5153e3}):void 0x0;return _0x5a3ed7(()=>{const _0x5be956=_0x14fa06;_0x5d2c4a==null||_0x5d2c4a[_0x5be956(0x50e)](),_0x312e9c==null||_0x312e9c[_0x5be956(0x50e)](),_0x418605==null||_0x418605['dispose'](),_0x225a24[_0x5be956(0x3b3)](_0x5153e3);});},_0x25e31d=_0x2dca7e=>_0x2dca7e?[..._0x225a24][_0x2aefee(0x73b)](_0x5e4d36=>_0x5e4d36===_0x2dca7e||_0x5e4d36[_0x2aefee(0x444)](_0x2dca7e)):!0x1;return{get 'isFocused'(){const _0x5c7b82=_0x2aefee;return _0x29f2a2[_0x5c7b82(0x356)];},get 'rootContainerElement'(){return _0x5c6bb1;},'focus':()=>_0x29f2a2[_0x2aefee(0x2e9)](),'registerFocusHandler':(_0x3a0e9c,_0x323d9d)=>_0x29f2a2[_0x2aefee(0x381)](_0x3a0e9c,_0x323d9d),'registerRootContainerElement':_0x562293,'registerContentElement':_0x562293,'registerContainerElement':_0x37ef3d=>_0x562293(_0x37ef3d,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x171ed0,'checkElementInCurrentContainers':_0x3a8f52=>_0x25e31d(_0x3a8f52)||(_0x53917e==null?void 0x0:_0x53917e['contains'](_0x19d0b4[_0x2aefee(0x41e)],_0x3a8f52))||_0x29f2a2[_0x2aefee(0x59c)](_0x3a8f52),'checkContentIsFocused':()=>_0x25e31d(_0x171ed0[_0x2aefee(0x251)][_0x2aefee(0x55b)])||(_0x497d2f==null?void 0x0:_0x497d2f[_0x2aefee(0x36a)](_0x19d0b4[_0x2aefee(0x41e)]))||_0x29f2a2[_0x2aefee(0x3fd)]()};}function Oo(_0x23159f){const _0xffd20c=_0x5a2f85;let _0x405f28=new Map(),_0x4ebe1c=_0x5cb60f=>{const _0x511be6=_0x4aa9;_0x405f28[_0x511be6(0x5a2)](_0x5cb60f,_0x5cb60f['getAttribute'](X)),_0x5cb60f[_0x511be6(0x27c)](X,_0x511be6(0x2ce));};return _0x4ebe1c(_0x23159f),_0x23159f[_0xffd20c(0x3f5)]('*')['forEach'](_0x4ebe1c),_0x5a3ed7(()=>{const _0x3ea498=_0xffd20c;_0x405f28[_0x3ea498(0x2b8)]((_0x257841,_0x58d67c)=>{const _0x4db42d=_0x3ea498;if(_0x257841==null){_0x58d67c[_0x4db42d(0x68c)](X);return;}_0x58d67c['setAttribute'](X,_0x257841);});});}function ko(_0x553b44,_0x2af395){const _0x1b91a2=_0x5a2f85;var _0x427a46;let _0x4590e3=(_0x427a46=jo(_0x553b44))==null?_0x553b44[_0x1b91a2(0x514)]:_0x427a46,_0x54a436=_0x4590e3!==_0x553b44[_0x1b91a2(0x514)],_0x29d52e=Ao(_0x553b44),_0x3812a6={'descriptor':_0x553b44[_0x1b91a2(0x72d)],'host':{'unitId':_0x553b44[_0x1b91a2(0x218)],'type':_0x553b44['descriptor'][_0x1b91a2(0x323)],'anchorId':_0x553b44[_0x1b91a2(0x72d)][_0x1b91a2(0x52e)],'entry':_0x553b44[_0x1b91a2(0x72d)][_0x1b91a2(0x379)],'layout':No(_0x553b44)},'child':{'unitId':_0x553b44['childUnitId'],'type':_0x553b44[_0x1b91a2(0x734)]},'injector':_0x4590e3,'instanceService':Mo(_0x4590e3,_0x327678),'commandService':Mo(_0x4590e3,_0x2942d2),'menuManagerService':Mo(_0x4590e3,_0x345bd0),'roots':_0x29d52e,'activate':()=>_0x2af395(!0x0),'deactivate':()=>_0x2af395(!0x1),'dispose':()=>{const _0x9e307c=_0x1b91a2;_0x54a436&&_0x4590e3[_0x9e307c(0x50e)]();}};return{'runtimeScope':_0x3812a6,'disposable':_0x5a3ed7(()=>_0x3812a6[_0x1b91a2(0x50e)]())};}function Ao(_0x5551ae){const _0x4aeb05=_0x5a2f85;var _0x21895c,_0x275641,_0x5850c3,_0x10962c,_0x1eee38,_0x573103,_0x354212,_0x2df77a,_0x180277,_0x31a547,_0x1a44f2,_0x14237b;let _0x813397=_0x5551ae[_0x4aeb05(0x5af)][_0x4aeb05(0x56f)],_0xdc073d=(_0x21895c=(_0x275641=_0x5551ae[_0x4aeb05(0x5af)][_0x4aeb05(0x5b4)])==null?ja(_0x813397,'data-embed-content-root'):_0x275641)==null?_0x813397:_0x21895c,_0x52ef6a=(_0x5850c3=(_0x10962c=_0x5551ae[_0x4aeb05(0x5af)][_0x4aeb05(0x536)])==null?ja(_0x813397,'data-embed-overlay-root'):_0x10962c)==null?_0x813397:_0x5850c3;return{'root':_0x813397,'content':_0xdc073d,'canvas':(_0x1eee38=(_0x573103=_0x5551ae[_0x4aeb05(0x5af)]['canvasRoot'])==null?ja(_0x813397,_0x4aeb05(0x559)):_0x573103)==null?void 0x0:_0x1eee38,'overlay':_0x52ef6a,'popup':(_0x354212=(_0x2df77a=_0x5551ae['renderScope']['popupRoot'])==null?ja(_0x813397,_0x4aeb05(0x29b)):_0x2df77a)==null?_0x52ef6a:_0x354212,'menuSlot':(_0x180277=(_0x31a547=(_0x1a44f2=_0x5551ae[_0x4aeb05(0x5af)][_0x4aeb05(0x6e4)])==null?void 0x0:_0x1a44f2[_0x4aeb05(0x405)])==null?ja(_0x813397,_0x4aeb05(0x4c5)):_0x31a547)==null?void 0x0:_0x180277,'footerSlot':(_0x14237b=ja(_0x813397,'data-embed-footer-slot'))==null?void 0x0:_0x14237b};}function jo(_0x23fca1){const _0x20902c=_0x5a2f85;if(!(!_0x23fca1[_0x20902c(0x514)][_0x20902c(0x2cc)](_0x327678)||!_0x23fca1[_0x20902c(0x514)][_0x20902c(0x2cc)](_0x2942d2)))return Ga(_0x23fca1);}function Mo(_0x36a8ce,_0x56c821){const _0x2cee72=_0x5a2f85;if(_0x36a8ce[_0x2cee72(0x2cc)](_0x56c821))return _0x36a8ce[_0x2cee72(0x43a)](_0x56c821);}function No(_0x1c16fe){const _0x127dd9=_0x5a2f85;var _0x305942,_0x128b06;switch(_0x1c16fe[_0x127dd9(0x72d)]['entry']){case _0x127dd9(0x210):return _0x127dd9(0x6c3);case _0x127dd9(0x2e6):case _0x127dd9(0x5c3):case _0x127dd9(0x371):return _0x127dd9(0x700);case _0x127dd9(0x66a):case _0x127dd9(0x41a):case _0x127dd9(0x630):return _0x127dd9(0x557);default:break;}return _0x1c16fe[_0x127dd9(0x22a)]===_0x127dd9(0x557)||(_0x305942=_0x1c16fe[_0x127dd9(0x72d)][_0x127dd9(0x4f6)])!=null&&_0x305942['tab']?_0x127dd9(0x557):(_0x128b06=_0x1c16fe[_0x127dd9(0x72d)][_0x127dd9(0x4f6)])!=null&&_0x128b06[_0x127dd9(0x2d1)]?_0x127dd9(0x700):_0x1c16fe['layout'][_0x127dd9(0x24c)](_0x127dd9(0x289))||_0x1c16fe[_0x127dd9(0x22a)]===_0x127dd9(0x264)?_0x127dd9(0x6c3):_0x127dd9(0x700);}var Po=class{constructor(){const _0x542fd2=_0x5a2f85;Y(this,_0x542fd2(0x42f),new Map());}['register'](_0x2a49fc){const _0x2ae567=_0x5a2f85;if(this[_0x2ae567(0x42f)][_0x2ae567(0x2cc)](_0x2a49fc[_0x2ae567(0x734)]))throw Error(_0x2ae567(0x5ad)+_0x2a49fc['childType']);this[_0x2ae567(0x42f)][_0x2ae567(0x5a2)](_0x2a49fc['childType'],_0x2a49fc);}['get'](_0x2dd481){const _0x277c81=_0x5a2f85;return this['_contributions'][_0x277c81(0x43a)](_0x2dd481);}['list'](){const _0x18d9cb=_0x5a2f85;return[...this['_contributions'][_0x18d9cb(0x6c8)]()];}},Fo=class{constructor(){const _0x4ff713=_0x5a2f85;Y(this,_0x4ff713(0x42f),new Map());}['register'](_0x4d5302){const _0x3c1cc9=_0x5a2f85;let _0x36177b=this['_key'](_0x4d5302['hostType'],_0x4d5302[_0x3c1cc9(0x379)],_0x4d5302[_0x3c1cc9(0x734)]);if(this['_contributions'][_0x3c1cc9(0x2cc)](_0x36177b))throw Error(_0x3c1cc9(0x27e)+_0x36177b);return this[_0x3c1cc9(0x42f)][_0x3c1cc9(0x5a2)](_0x36177b,_0x4d5302),_0x5a3ed7(()=>{const _0x1be12c=_0x3c1cc9;this[_0x1be12c(0x42f)]['get'](_0x36177b)===_0x4d5302&&this[_0x1be12c(0x42f)][_0x1be12c(0x3b3)](_0x36177b);});}[_0x5a2f85(0x43a)](_0x25e4d3,_0xf75fe4,_0x1fb448){const _0x37ad0e=_0x5a2f85;if(_0x1fb448!=null){let _0x3ad45e=this['_contributions'][_0x37ad0e(0x43a)](this[_0x37ad0e(0x481)](_0x25e4d3,_0xf75fe4,_0x1fb448));if(_0x3ad45e)return _0x3ad45e;}return this[_0x37ad0e(0x42f)][_0x37ad0e(0x43a)](this[_0x37ad0e(0x481)](_0x25e4d3,_0xf75fe4));}[_0x5a2f85(0x35d)](_0x2041f0,_0x490b96,_0x623f5e){const _0x4c702b=_0x5a2f85;return this[_0x4c702b(0x42f)][_0x4c702b(0x2cc)](this[_0x4c702b(0x481)](_0x2041f0,_0x490b96,_0x623f5e));}['list'](){const _0x405ac3=_0x5a2f85;return[...this['_contributions'][_0x405ac3(0x6c8)]()];}[_0x5a2f85(0x481)](_0x58fbc4,_0x18d8f4,_0xb22ec0){return _0xb22ec0==null?_0x58fbc4+':'+_0x18d8f4+':*':_0x58fbc4+':'+_0x18d8f4+':'+_0xb22ec0;}},Io=class{constructor(){const _0x368ba4=_0x5a2f85;Y(this,_0x368ba4(0x42f),new Map());}['register'](_0x5372e8){const _0x23953b=_0x5a2f85;let _0x13e0c8=this['_key'](_0x5372e8[_0x23953b(0x323)],_0x5372e8[_0x23953b(0x379)]);if(this[_0x23953b(0x42f)][_0x23953b(0x2cc)](_0x13e0c8))throw Error(_0x23953b(0x35c)+_0x13e0c8);this[_0x23953b(0x42f)][_0x23953b(0x5a2)](_0x13e0c8,_0x5372e8);}[_0x5a2f85(0x43a)](_0x2d4469,_0x3e5be7){const _0x472b3d=_0x5a2f85;return this[_0x472b3d(0x42f)]['get'](this[_0x472b3d(0x481)](_0x2d4469,_0x3e5be7));}[_0x5a2f85(0x33f)](){const _0x3aab8b=_0x5a2f85;return[...this['_contributions'][_0x3aab8b(0x6c8)]()];}['supports'](_0x4f446d,_0x41a1e1,_0x4e4c11){const _0x8320c6=_0x5a2f85;var _0x7628de;let _0x27ff27=this[_0x8320c6(0x43a)](_0x4f446d,_0x41a1e1);return _0x27ff27?((_0x7628de=_0x27ff27['supportedLayouts'])==null?[_0x27ff27['layout']]:_0x7628de)[_0x8320c6(0x6d1)](_0x4e4c11):!0x1;}['_key'](_0x348bc7,_0x341012){return _0x348bc7+':'+_0x341012;}},Lo=class{constructor(){const _0x2a4e5e=_0x5a2f85;Y(this,'_rootsByChildUnitId',new Map()),Y(this,_0x2a4e5e(0x4ff),new Map()),Y(this,_0x2a4e5e(0x4b8),new Map());}['register'](_0x2aa9ce,_0x698da6){const _0x43e4e3=_0x5a2f85;let _0xae15e1=typeof _0x2aa9ce==_0x43e4e3(0x682)?{'childUnitId':_0x2aa9ce,'root':_0x698da6}:_0x2aa9ce;return this[_0x43e4e3(0x2e3)][_0x43e4e3(0x5a2)](_0xae15e1[_0x43e4e3(0x6be)],_0xae15e1),_0xae15e1[_0x43e4e3(0x41e)]&&this[_0x43e4e3(0x4ff)][_0x43e4e3(0x5a2)](_0xae15e1['embedId'],_0xae15e1),_0xae15e1[_0x43e4e3(0x52e)]&&this[_0x43e4e3(0x4b8)][_0x43e4e3(0x5a2)](_0xae15e1[_0x43e4e3(0x52e)],_0xae15e1),_0x5a3ed7(()=>{const _0x565253=_0x43e4e3;this[_0x565253(0x2e3)]['get'](_0xae15e1['childUnitId'])===_0xae15e1&&this[_0x565253(0x2e3)]['delete'](_0xae15e1['childUnitId']),_0xae15e1[_0x565253(0x41e)]&&this[_0x565253(0x4ff)][_0x565253(0x43a)](_0xae15e1[_0x565253(0x41e)])===_0xae15e1&&this[_0x565253(0x4ff)][_0x565253(0x3b3)](_0xae15e1[_0x565253(0x41e)]),_0xae15e1[_0x565253(0x52e)]&&this[_0x565253(0x4b8)][_0x565253(0x43a)](_0xae15e1[_0x565253(0x52e)])===_0xae15e1&&this[_0x565253(0x4b8)][_0x565253(0x3b3)](_0xae15e1[_0x565253(0x52e)]);});}[_0x5a2f85(0x43a)](_0x1a7ee4){const _0x3cd8cc=_0x5a2f85;var _0x4aba5a,_0x406377;return(_0x4aba5a=(_0x406377=this[_0x3cd8cc(0x2e3)][_0x3cd8cc(0x43a)](_0x1a7ee4))==null?void 0x0:_0x406377[_0x3cd8cc(0x61d)])==null?null:_0x4aba5a;}[_0x5a2f85(0x60d)](_0x2f5f29){const _0x95eeed=_0x5a2f85;var _0x48f839,_0x505458;return(_0x48f839=(_0x505458=this['_rootsByEmbedId'][_0x95eeed(0x43a)](_0x2f5f29))==null?void 0x0:_0x505458[_0x95eeed(0x61d)])==null?null:_0x48f839;}[_0x5a2f85(0x452)](_0x129901){const _0xc620d5=_0x5a2f85;var _0x4957b3,_0x120ead;return(_0x4957b3=(_0x120ead=this[_0xc620d5(0x4b8)][_0xc620d5(0x43a)](_0x129901))==null?void 0x0:_0x120ead[_0xc620d5(0x61d)])==null?null:_0x4957b3;}[_0x5a2f85(0x444)](_0x4d17e5,_0x834e67){const _0xc03c60=_0x5a2f85;if(!(_0x4d17e5 instanceof Node))return!0x1;let _0x16a441=_0x834e67[_0xc03c60(0x41e)]?this[_0xc03c60(0x60d)](_0x834e67[_0xc03c60(0x41e)]):_0x834e67[_0xc03c60(0x52e)]?this['getByHostAnchorId'](_0x834e67[_0xc03c60(0x52e)]):_0x834e67[_0xc03c60(0x6be)]?this[_0xc03c60(0x43a)](_0x834e67[_0xc03c60(0x6be)]):null;return!!(_0x16a441!=null&&_0x16a441[_0xc03c60(0x444)](_0x4d17e5));}},Ro=class{constructor(){const _0x4f18fc=_0x5a2f85;Y(this,_0x4f18fc(0x4e8),new Map()),Y(this,_0x4f18fc(0x2f6),new Map()),Y(this,'_contextsByHostAnchorId',new Map()),Y(this,_0x4f18fc(0x334),new Map());}[_0x5a2f85(0x5f2)](_0x31ad51){const _0x5a31ce=_0x5a2f85;return this[_0x5a31ce(0x4e8)]['set'](_0x31ad51['childType'],_0x31ad51),_0x5a3ed7(()=>{const _0x221a00=_0x5a31ce;this[_0x221a00(0x4e8)][_0x221a00(0x43a)](_0x31ad51[_0x221a00(0x734)])===_0x31ad51&&this[_0x221a00(0x4e8)][_0x221a00(0x3b3)](_0x31ad51[_0x221a00(0x734)]);});}['get'](_0x45713b){const _0x55deee=_0x5a2f85;return this[_0x55deee(0x4e8)][_0x55deee(0x43a)](_0x45713b);}[_0x5a2f85(0x680)](_0x15b100){const _0x2e5de9=_0x5a2f85;return this[_0x2e5de9(0x2f6)]['set'](_0x15b100[_0x2e5de9(0x41e)],_0x15b100),this[_0x2e5de9(0x5d9)][_0x2e5de9(0x5a2)](_0x15b100['descriptor'][_0x2e5de9(0x52e)],_0x15b100),this[_0x2e5de9(0x334)][_0x2e5de9(0x5a2)](_0x15b100[_0x2e5de9(0x6be)],_0x15b100),_0x5a3ed7(()=>{const _0x3754f9=_0x2e5de9;this[_0x3754f9(0x2f6)]['get'](_0x15b100['embedId'])===_0x15b100&&this[_0x3754f9(0x2f6)][_0x3754f9(0x3b3)](_0x15b100[_0x3754f9(0x41e)]),this[_0x3754f9(0x5d9)][_0x3754f9(0x43a)](_0x15b100[_0x3754f9(0x72d)][_0x3754f9(0x52e)])===_0x15b100&&this['_contextsByHostAnchorId'][_0x3754f9(0x3b3)](_0x15b100[_0x3754f9(0x72d)][_0x3754f9(0x52e)]),this[_0x3754f9(0x334)][_0x3754f9(0x43a)](_0x15b100[_0x3754f9(0x6be)])===_0x15b100&&this['_contextsByChildUnitId']['delete'](_0x15b100[_0x3754f9(0x6be)]);});}[_0x5a2f85(0x6f1)](_0x48e2e1){const _0x2736e3=_0x5a2f85;return this['_contextsByEmbedId'][_0x2736e3(0x43a)](_0x48e2e1);}['getContextByHostAnchorId'](_0xff56d6){const _0x104b0b=_0x5a2f85;return this[_0x104b0b(0x5d9)][_0x104b0b(0x43a)](_0xff56d6);}[_0x5a2f85(0x23c)](_0x2d8f54){const _0x82ce76=_0x5a2f85;return this[_0x82ce76(0x334)][_0x82ce76(0x43a)](_0x2d8f54);}['capture'](_0xd8d112){const _0x3e05c5=_0x5a2f85;let _0xe4dc5b=this['get'](_0xd8d112['childType']);return _0xe4dc5b?Promise[_0x3e05c5(0x5ed)](_0xe4dc5b[_0x3e05c5(0x2a4)](_0xd8d112)):Promise['resolve'](zo(_0xd8d112));}[_0x5a2f85(0x535)](_0x151329){const _0x24d5c7=_0x5a2f85;let _0x4f1c94=this[_0x24d5c7(0x6f1)](_0x151329);return _0x4f1c94?this['capture'](_0x4f1c94):Promise[_0x24d5c7(0x5ed)](void 0x0);}[_0x5a2f85(0x479)](_0x17b18f){const _0x55a39f=_0x5a2f85;let _0x5ec6c5=this[_0x55a39f(0x661)](_0x17b18f);return _0x5ec6c5?this[_0x55a39f(0x2a4)](_0x5ec6c5):Promise[_0x55a39f(0x5ed)](void 0x0);}[_0x5a2f85(0x475)](_0x2ef0fa){const _0x167dde=_0x5a2f85;let _0x3da17b=this[_0x167dde(0x23c)](_0x2ef0fa);return _0x3da17b?this['capture'](_0x3da17b):Promise[_0x167dde(0x5ed)](void 0x0);}};function zo(_0x3ba738){const _0x39a19e=_0x5a2f85;if(!_0x3ba738[_0x39a19e(0x5af)])return;let _0x3bb375=[_0x3ba738[_0x39a19e(0x5af)][_0x39a19e(0x366)],_0x3ba738[_0x39a19e(0x5af)][_0x39a19e(0x5b4)],_0x3ba738['renderScope'][_0x39a19e(0x56f)]][_0x39a19e(0x628)](_0x34cbe3=>!!_0x34cbe3),_0x19abf1=Array['from'](new Set(_0x3bb375['flatMap'](_0x31c25f=>Array[_0x39a19e(0x3ba)](_0x31c25f[_0x39a19e(0x3f5)](_0x39a19e(0x2b9))))))[_0x39a19e(0x628)](_0x57cdea=>_0x57cdea[_0x39a19e(0x433)]>0x1&&_0x57cdea[_0x39a19e(0x354)]>0x1)[_0x39a19e(0x65b)]((_0x1ff5de,_0x4b7324)=>_0x4b7324['width']*_0x4b7324[_0x39a19e(0x354)]-_0x1ff5de[_0x39a19e(0x433)]*_0x1ff5de[_0x39a19e(0x354)]);for(let _0x3deafe of _0x19abf1)try{return _0x3deafe['toDataURL'](_0x39a19e(0x339));}catch{}}function $(_0x5b0c7a,_0x54e1ec){return function(_0x123656,_0x18407e){_0x54e1ec(_0x123656,_0x18407e,_0x5b0c7a);};}function Bo(_0x1efadb,_0x183d43,_0x48a732,_0x105186){const _0xfb58d=_0x5a2f85;var _0x4e2634=arguments['length'],_0x433f8e=_0x4e2634<0x3?_0x183d43:_0x105186===null?_0x105186=Object[_0xfb58d(0x712)](_0x183d43,_0x48a732):_0x105186,_0x3661c3;if(typeof Reflect==_0xfb58d(0x4d6)&&typeof Reflect[_0xfb58d(0x653)]==_0xfb58d(0x733))_0x433f8e=Reflect['decorate'](_0x1efadb,_0x183d43,_0x48a732,_0x105186);else{for(var _0x59efe8=_0x1efadb[_0xfb58d(0x647)]-0x1;_0x59efe8>=0x0;_0x59efe8--)(_0x3661c3=_0x1efadb[_0x59efe8])&&(_0x433f8e=(_0x4e2634<0x3?_0x3661c3(_0x433f8e):_0x4e2634>0x3?_0x3661c3(_0x183d43,_0x48a732,_0x433f8e):_0x3661c3(_0x183d43,_0x48a732))||_0x433f8e);}return _0x4e2634>0x3&&_0x433f8e&&Object['defineProperty'](_0x183d43,_0x48a732,_0x433f8e),_0x433f8e;}const Vo=_0x5a2f85(0x45c);var Ho=class extends Error{constructor(_0x23f53e,_0x38cfe9){const _0x2037ab=_0x5a2f85;super(Vo+':\x20'+_0x23f53e),this[_0x2037ab(0x6be)]=_0x23f53e,this['existingEmbedId']=_0x38cfe9,Y(this,'code',Vo),this[_0x2037ab(0x47a)]=_0x2037ab(0x4d2);}};let Uo=class{constructor(_0x48b45c,_0x269931,_0x449381,_0x2ccd1f,_0x16eba4,_0x4045a3,_0x4b405b){const _0x37bade=_0x5a2f85;this[_0x37bade(0x327)]=_0x48b45c,this[_0x37bade(0x2cb)]=_0x269931,this[_0x37bade(0x2bd)]=_0x449381,this['_sceneCanvasCaptureService']=_0x2ccd1f,this[_0x37bade(0x2bf)]=_0x16eba4,this['_runtimePolicyService']=_0x4045a3,this[_0x37bade(0x6b5)]=_0x4b405b,Y(this,'_sessions',new Map()),Y(this,_0x37bade(0x488),new Map());}['mount'](_0x1e8cd9){const _0x32e69d=_0x5a2f85;return this[_0x32e69d(0x5c1)](_0x1e8cd9);}[_0x5a2f85(0x240)](_0x45876f,_0x547cc5,_0x91c62e){const _0x3fbcf8=_0x5a2f85;return this[_0x3fbcf8(0x5c1)](_0x45876f,{'hostElement':_0x547cc5,'runtimeRoots':_0x91c62e});}[_0x5a2f85(0x5c1)](_0x1ddbe6,_0x96e748){const _0x55abec=_0x5a2f85;var _0xde84c8,_0x431a81,_0x288073;if(!_0x1ddbe6[_0x55abec(0x6be)]||_0x1ddbe6[_0x55abec(0x734)]==null)throw Error('EMBED_MOUNT_CHILD_NOT_RESOLVED');this[_0x55abec(0x62a)](_0x1ddbe6);let _0x210ff6={'hostUnitId':_0x1ddbe6['hostUnitId'],'embedId':_0x1ddbe6[_0x55abec(0x41e)],'childUnitId':_0x1ddbe6['childUnitId']},_0x361891=this['_resolveLayout'](_0x1ddbe6),_0x1e928d=this[_0x55abec(0x327)][_0x55abec(0x43a)](_0x1ddbe6[_0x55abec(0x323)],_0x1ddbe6[_0x55abec(0x379)]);if(!_0x1e928d||!this[_0x55abec(0x327)]['supports'](_0x1ddbe6[_0x55abec(0x323)],_0x1ddbe6[_0x55abec(0x379)],_0x361891))throw Error('EMBED_MOUNT_HOST_NOT_REGISTERED');let _0x499305=this[_0x55abec(0x4e1)][_0x55abec(0x253)](_0x210ff6),_0x1ecd67=this[_0x55abec(0x2cb)]['get'](_0x1ddbe6[_0x55abec(0x734)]);if(_0x499305[_0x55abec(0x31e)]&&!(_0x1ecd67!=null&&_0x1ecd67['supportedLayouts'][_0x55abec(0x6d1)](_0x361891)))throw Error(_0x55abec(0x482));this[_0x55abec(0x56b)](_0x1ddbe6[_0x55abec(0x41e)]);let _0xbf6398={'descriptor':_0x1ddbe6,'layout':_0x361891,'injector':this[_0x55abec(0x6b5)],'hostUnitId':_0x1ddbe6[_0x55abec(0x218)],'embedId':_0x1ddbe6['embedId'],'childUnitId':_0x1ddbe6[_0x55abec(0x6be)],'childType':_0x1ddbe6[_0x55abec(0x734)]},_0x331644=[],_0x2749f9=_0x96e748==null?(_0xde84c8=_0x1e928d[_0x55abec(0x2f7)])==null?void 0x0:_0xde84c8[_0x55abec(0x697)](_0x1e928d,_0xbf6398):_0x96e748,_0x1fca5b=this[_0x55abec(0x60f)](_0x2749f9);if(_0x1fca5b[_0x55abec(0x512)]&&_0x331644[_0x55abec(0x328)](_0x1fca5b['disposable']),_0xbf6398[_0x55abec(0x2d4)]=(_0x431a81=_0x1fca5b[_0x55abec(0x2d4)])==null?_0xbf6398[_0x55abec(0x2d4)]:_0x431a81,_0xbf6398[_0x55abec(0x405)]=_0xbf6398[_0x55abec(0x2d4)],!_0xbf6398[_0x55abec(0x2d4)]||!_0xbf6398['container'])throw[..._0x331644][_0x55abec(0x4d7)]()[_0x55abec(0x2b8)](_0x1faf1d=>_0x1faf1d[_0x55abec(0x50e)]()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x1fca5b[_0x55abec(0x468)]||_0x331644[_0x55abec(0x328)](Ma(_0xbf6398['hostElement'])),!_0x499305[_0x55abec(0x31e)])return this[_0x55abec(0x33e)](_0x1ddbe6,_0x361891,_0xbf6398[_0x55abec(0x2d4)],_0x1fca5b[_0x55abec(0x468)],_0x331644,_0x499305[_0x55abec(0x3de)]);if(!_0x1ecd67)throw[..._0x331644][_0x55abec(0x4d7)]()['forEach'](_0x3b9fd2=>_0x3b9fd2[_0x55abec(0x50e)]()),Error(_0x55abec(0x482));let {renderScope:_0x44b1ed,disposable:_0x3548d9,setActive:_0x213424}=this[_0x55abec(0x6f2)](_0x1ddbe6,_0x361891,_0xbf6398[_0x55abec(0x2d4)],_0x1fca5b[_0x55abec(0x468)]);_0x331644[_0x55abec(0x328)](_0x3548d9);let _0x40584e={..._0xbf6398,'hostElement':_0xbf6398[_0x55abec(0x2d4)],'container':_0xbf6398[_0x55abec(0x405)],'renderScope':_0x44b1ed},{runtimeScope:_0x592db3,disposable:_0x39e473}=ko(_0x40584e,_0x213424),_0x1ff7ab={..._0x40584e,'runtimeScope':_0x592db3};_0x331644[_0x55abec(0x328)](_0x39e473);let _0x1d93d0=this['_registerRuntimeBoundary'](_0x1ddbe6,_0xbf6398[_0x55abec(0x2d4)],_0x44b1ed,_0x592db3[_0x55abec(0x333)]);_0x1d93d0&&_0x331644[_0x55abec(0x328)](_0x1d93d0),this[_0x55abec(0x6b5)][_0x55abec(0x2cc)](Z)&&_0x331644[_0x55abec(0x328)](this[_0x55abec(0x6b5)][_0x55abec(0x43a)](Z)['registerRuntimeScope']({'embedId':_0x1ddbe6[_0x55abec(0x41e)],'hostUnitId':_0x1ddbe6[_0x55abec(0x218)],'childUnitId':_0x1ddbe6[_0x55abec(0x6be)],'childType':_0x1ddbe6['childType']})),_0x331644[_0x55abec(0x328)](this[_0x55abec(0x3ca)](_0x1ddbe6,_0xbf6398[_0x55abec(0x2d4)],_0x44b1ed[_0x55abec(0x5e5)],_0x592db3[_0x55abec(0x516)])),_0x331644[_0x55abec(0x328)](this[_0x55abec(0x22c)][_0x55abec(0x680)](_0x1ff7ab));let _0x12659c=this[_0x55abec(0x511)](_0x1ddbe6),_0x3a59fd=(_0x288073=_0x1ecd67[_0x55abec(0x2f7)])==null?void 0x0:_0x288073[_0x55abec(0x697)](_0x1ecd67,_0x1ff7ab);if(_0x3a59fd&&_0x331644['push'](_0x3a59fd),_0x331644[_0x55abec(0x328)](_0x12659c),_0x331644['push'](this[_0x55abec(0x4e1)][_0x55abec(0x367)](_0x210ff6)),_0x44b1ed['mode']==='float'){let _0x500c2a=this['_mountFloatingMenu'](_0x1ff7ab);_0x500c2a&&_0x331644['push'](_0x500c2a);}let _0x1d62a2={'hostUnitId':_0x1ddbe6['hostUnitId'],'embedId':_0x1ddbe6[_0x55abec(0x41e)],'childUnitId':_0x1ddbe6['childUnitId'],'childType':_0x1ddbe6[_0x55abec(0x734)],'entry':_0x1ddbe6[_0x55abec(0x379)],'layout':_0x361891,'hostElement':_0xbf6398[_0x55abec(0x2d4)],'context':_0x1ff7ab};return this[_0x55abec(0x29c)][_0x55abec(0x5a2)](_0x1ddbe6[_0x55abec(0x41e)],{'session':_0x1d62a2,'disposables':_0x331644,'setActive':_0x213424}),_0x361891!=='tab-peer'&&this['_initializeFloatingSessionActiveState'](_0x1ddbe6,_0x361891,_0x213424),_0x1d62a2;}[_0x5a2f85(0x33e)](_0x39e99e,_0x11dddb,_0x3fc4ab,_0x2356d9,_0x4f18f3,_0x1c3f06){const _0x441e99=_0x5a2f85;var _0xf11323,_0x5600d8;let _0x29b948=(_0xf11323=(_0x5600d8=_0x2356d9==null?void 0x0:_0x2356d9[_0x441e99(0x476)])==null?ja(_0x3fc4ab,_0x441e99(0x50c)):_0x5600d8)==null?_0x3fc4ab:_0xf11323,_0x13e561=Go(_0x1c3f06);_0x29b948[_0x441e99(0x215)](_0x13e561),_0x4f18f3[_0x441e99(0x328)](_0x5a3ed7(()=>{const _0x22a46e=_0x441e99;_0x13e561[_0x22a46e(0x5ce)]===_0x29b948&&_0x13e561['remove']();}));let _0x84cf4b={'hostUnitId':_0x39e99e[_0x441e99(0x218)],'embedId':_0x39e99e[_0x441e99(0x41e)],'childUnitId':_0x39e99e[_0x441e99(0x6be)],'childType':_0x39e99e[_0x441e99(0x734)],'entry':_0x39e99e['entry'],'layout':_0x11dddb,'hostElement':_0x3fc4ab};return this['_sessions'][_0x441e99(0x5a2)](_0x39e99e[_0x441e99(0x41e)],{'session':_0x84cf4b,'disposables':_0x4f18f3,'setActive':()=>{}}),_0x84cf4b;}['_initializeFloatingSessionActiveState'](_0x256820,_0x17fd31,_0x2fefae){const _0x2d09b6=_0x5a2f85;if(_0x17fd31!=='tab-peer'){if(this[_0x2d09b6(0x6b5)][_0x2d09b6(0x2cc)](_0x44650d)){let _0x231e67=this[_0x2d09b6(0x6b5)][_0x2d09b6(0x43a)](_0x44650d)[_0x2d09b6(0x336)]();if((_0x231e67==null?void 0x0:_0x231e67[_0x2d09b6(0x218)])===_0x256820[_0x2d09b6(0x218)]){_0x2fefae(_0x231e67[_0x2d09b6(0x41e)]===_0x256820[_0x2d09b6(0x41e)]);return;}}_0x2fefae(!0x1);}}[_0x5a2f85(0x56b)](_0x3838ed){const _0x10e2ad=_0x5a2f85;let _0x123397=this[_0x10e2ad(0x29c)][_0x10e2ad(0x43a)](_0x3838ed);_0x123397&&(this[_0x10e2ad(0x6d6)](_0x3838ed),[..._0x123397[_0x10e2ad(0x2ee)]][_0x10e2ad(0x4d7)]()[_0x10e2ad(0x2b8)](_0x594dfe=>_0x594dfe[_0x10e2ad(0x50e)]()),this[_0x10e2ad(0x29c)][_0x10e2ad(0x3b3)](_0x3838ed));}['getSession'](_0x5523e5){const _0x567113=_0x5a2f85;var _0xbc6b71;return(_0xbc6b71=this[_0x567113(0x29c)][_0x567113(0x43a)](_0x5523e5))==null?void 0x0:_0xbc6b71[_0x567113(0x222)];}[_0x5a2f85(0x3dc)](){const _0x1530d0=_0x5a2f85;return[...this['_sessions'][_0x1530d0(0x6c8)]()][_0x1530d0(0x438)](({session:_0x36b58a})=>_0x36b58a);}[_0x5a2f85(0x1f4)](_0x54d32f){const _0x467672=_0x5a2f85;let _0x45f642=this[_0x467672(0x29c)][_0x467672(0x43a)](_0x54d32f);if(_0x45f642){if(_0x45f642[_0x467672(0x222)][_0x467672(0x22a)]!==_0x467672(0x557)){this[_0x467672(0x29c)]['forEach'](_0x326a1d=>{const _0x2ca80f=_0x467672;_0x326a1d[_0x2ca80f(0x222)][_0x2ca80f(0x22a)]===_0x2ca80f(0x557)||_0x326a1d[_0x2ca80f(0x222)][_0x2ca80f(0x218)]!==_0x45f642['session'][_0x2ca80f(0x218)]||_0x326a1d[_0x2ca80f(0x2a6)](_0x326a1d['session'][_0x2ca80f(0x41e)]===_0x54d32f);});return;}this[_0x467672(0x455)](_0x45f642[_0x467672(0x222)]),this[_0x467672(0x29c)][_0x467672(0x2b8)](_0x431e2c=>{const _0x1e1560=_0x467672;_0x431e2c[_0x1e1560(0x222)][_0x1e1560(0x22a)]!==_0x1e1560(0x557)||_0x431e2c['session'][_0x1e1560(0x218)]!==_0x45f642[_0x1e1560(0x222)]['hostUnitId']||_0x431e2c['setActive'](_0x431e2c[_0x1e1560(0x222)][_0x1e1560(0x41e)]===_0x54d32f);});}}['deactivateTabSessions'](_0x35a4b5){const _0xbc0468=_0x5a2f85;let _0x46ee92=[];return this[_0xbc0468(0x29c)][_0xbc0468(0x2b8)](_0x21e1ac=>{const _0x4083ab=_0xbc0468;_0x21e1ac[_0x4083ab(0x222)][_0x4083ab(0x22a)]===_0x4083ab(0x557)&&(_0x35a4b5&&_0x21e1ac[_0x4083ab(0x222)][_0x4083ab(0x41e)]!==_0x35a4b5||(this[_0x4083ab(0x725)](_0x21e1ac[_0x4083ab(0x222)]),this[_0x4083ab(0x6d6)](_0x21e1ac[_0x4083ab(0x222)][_0x4083ab(0x41e)]),_0x21e1ac[_0x4083ab(0x2a6)](!0x1),_0x46ee92['push'](_0x21e1ac['session'])));}),_0x46ee92;}[_0x5a2f85(0x4da)](_0x25e596){const _0x10dd51=_0x5a2f85;let _0x23460b=this[_0x10dd51(0x29c)][_0x10dd51(0x43a)](_0x25e596);if(!(!_0x23460b||_0x23460b['session']['layout']===_0x10dd51(0x557)))return this['_runChildBeforeDeactivate'](_0x23460b[_0x10dd51(0x222)]),_0x23460b['setActive'](!0x1),_0x23460b[_0x10dd51(0x222)];}[_0x5a2f85(0x2a6)](_0x87922c,_0x310097){const _0x290937=_0x5a2f85;var _0x11c7e3;(_0x11c7e3=this[_0x290937(0x29c)][_0x290937(0x43a)](_0x87922c))==null||_0x11c7e3[_0x290937(0x2a6)](_0x310097);}['_runChildBeforeDeactivate'](_0x5af17d){const _0x2d6756=_0x5a2f85;let _0x284c1e=_0x5af17d[_0x2d6756(0x4af)];if(!_0x284c1e)return;let _0x29da50=this[_0x2d6756(0x2cb)]['get'](_0x5af17d[_0x2d6756(0x734)]);if(_0x29da50!=null&&_0x29da50[_0x2d6756(0x3cb)])try{_0x29da50[_0x2d6756(0x3cb)](_0x284c1e);}catch(_0x433877){console[_0x2d6756(0x492)](_0x2d6756(0x47c),_0x433877);}}[_0x5a2f85(0x563)](_0x2cfe0e){const _0x3fcfab=_0x5a2f85;var _0x3088b7,_0x1b0c36;let _0x1b3534=((_0x3088b7=_0x2cfe0e['sourceMeta'])==null?void 0x0:_0x3088b7['floating'])||void 0x0;if(_0x1b3534!=null&&_0x1b3534[_0x3fcfab(0x22a)])return _0x1b3534['layout'];let _0x44ffd0=((_0x1b0c36=_0x2cfe0e[_0x3fcfab(0x4f6)])==null?void 0x0:_0x1b0c36[_0x3fcfab(0x400)])||void 0x0;if(_0x44ffd0!=null&&_0x44ffd0[_0x3fcfab(0x2db)])return _0x3fcfab(0x557);throw Error(_0x3fcfab(0x716));}[_0x5a2f85(0x6f2)](_0x57009e,_0x26cabe,_0x5555db,_0x2d32e4){const _0x513d70=_0x5a2f85;var _0x39560a,_0xec7d55,_0x2ee815,_0x115be8,_0x463486,_0x101e50,_0x4198fa,_0x31d973,_0xa2da1d,_0x4cf66a;let _0x2d9491=new _0x153d78(!0x0),_0x46cfb5=_0x57009e['hostAnchorId'],_0x2cd384=(_0x39560a=_0x57009e[_0x513d70(0x4f6)])==null?void 0x0:_0x39560a['tab'],_0x5508f=_0x2cd384&&_0x2cd384[_0x513d70(0x2db)]?_0x513d70(0x400):(_0xec7d55=_0x57009e[_0x513d70(0x4f6)])!=null&&_0xec7d55['floating']?'float':'inline',_0x5471f8=(_0x2ee815=(_0x115be8=_0x2d32e4==null?void 0x0:_0x2d32e4[_0x513d70(0x476)])==null?ja(_0x5555db,_0x513d70(0x50c)):_0x115be8)==null?_0x5555db:_0x2ee815,_0x5ba743=(_0x463486=(_0x101e50=_0x2d32e4==null?void 0x0:_0x2d32e4[_0x513d70(0x2b9)])==null?ja(_0x5555db,_0x513d70(0x559)):_0x101e50)==null?_0x5555db:_0x463486,_0x5330ef=(_0x4198fa=(_0x31d973=_0x2d32e4==null?void 0x0:_0x2d32e4['overlay'])==null?ja(_0x5555db,'data-embed-overlay-root'):_0x31d973)==null?_0x5555db:_0x4198fa,_0x2c9f99=(_0xa2da1d=(_0x4cf66a=_0x2d32e4==null?void 0x0:_0x2d32e4['popup'])==null?ja(_0x5555db,_0x513d70(0x29b)):_0x4cf66a)==null?_0x5330ef:_0xa2da1d,_0xa1de15=this[_0x513d70(0x2bd)][_0x513d70(0x5f2)]({'childUnitId':_0x57009e['childUnitId'],'embedId':_0x57009e['embedId'],'hostAnchorId':_0x46cfb5,'root':_0x5330ef}),_0x52b6fe=_0x10e26c=>{const _0x12849c=_0x513d70;_0x2d9491[_0x12849c(0x6af)]()!==_0x10e26c&&(Wo(_0x5555db,_0x10e26c,_0x5508f),_0x2d9491[_0x12849c(0x5b5)](_0x10e26c));};return Wo(_0x5555db,!0x0,_0x5508f),{'renderScope':{'hostUnitId':_0x57009e[_0x513d70(0x218)],'hostAnchorId':_0x46cfb5,'embedId':_0x57009e[_0x513d70(0x41e)],'childUnitId':_0x57009e[_0x513d70(0x6be)],'childType':_0x57009e['childType'],'layout':_0x26cabe,'mode':_0x5508f,'rootElement':_0x5555db,'contentRoot':_0x5471f8,'canvasRoot':_0x5ba743,'overlayRoot':_0x5330ef,'popupRoot':_0x2c9f99,'menuOutlet':_0x2d32e4!=null&&_0x2d32e4[_0x513d70(0x5d1)]?{'container':_0x2d32e4[_0x513d70(0x5d1)]}:void 0x0,'active$':_0x2d9491['asObservable']()},'disposable':_0x5a3ed7(()=>{const _0x2cd65a=_0x513d70;_0xa1de15[_0x2cd65a(0x50e)](),_0x52b6fe(!0x1),_0x2d9491[_0x2cd65a(0x5ab)]();}),'setActive':_0x52b6fe};}[_0x5a2f85(0x453)](_0x283aaf,_0x1df782,_0x5e1e51,_0x44f2d4){const _0x593eda=_0x5a2f85;let _0x42469f=this[_0x593eda(0x6b5)][_0x593eda(0x2cc)](Va),_0xe3f007=this['_injector'][_0x593eda(0x2cc)](Z);if(!_0x42469f&&!_0xe3f007)return;let _0x485acd=_0x42469f?this[_0x593eda(0x6b5)][_0x593eda(0x43a)](Va):void 0x0,_0x54b5eb=_0xe3f007?this[_0x593eda(0x6b5)][_0x593eda(0x43a)](Z):void 0x0,_0x5bf993=new Map(),_0x4043e2=(_0x578026,_0x43ba26)=>{const _0x1b7641=_0x593eda;if(!_0x578026)return;let _0x3a41b3=_0x5bf993[_0x1b7641(0x43a)](_0x578026);(!_0x3a41b3||_0x3a41b3===_0x1b7641(0x606))&&_0x5bf993[_0x1b7641(0x5a2)](_0x578026,_0x43ba26);};_0x4043e2(_0x1df782,'runtime'),_0x4043e2(_0x5e1e51[_0x593eda(0x56f)],_0x593eda(0x606)),_0x4043e2(_0x5e1e51[_0x593eda(0x5b4)],'runtime'),_0x4043e2(_0x5e1e51['canvasRoot'],_0x593eda(0x606)),_0x4043e2(_0x5e1e51['overlayRoot'],_0x593eda(0x606)),_0x4043e2(_0x44f2d4[_0x593eda(0x61d)],'runtime'),_0x4043e2(_0x44f2d4[_0x593eda(0x476)],_0x593eda(0x606)),_0x4043e2(_0x44f2d4['canvas'],'runtime'),_0x4043e2(_0x44f2d4[_0x593eda(0x307)],_0x593eda(0x606)),_0x4043e2(_0x5e1e51[_0x593eda(0x487)],_0x593eda(0x25c)),_0x4043e2(_0x44f2d4[_0x593eda(0x38d)],'child-popup');let _0x399ed3=[..._0x5bf993]['flatMap'](([_0x562cee,_0x30b4ea])=>[_0x485acd==null?void 0x0:_0x485acd[_0x593eda(0x2bb)](_0x283aaf['embedId'],_0x562cee),_0x54b5eb==null?void 0x0:_0x54b5eb[_0x593eda(0x537)]({'embedId':_0x283aaf[_0x593eda(0x41e)],'role':_0x30b4ea,'element':_0x562cee})]['filter'](_0x499924=>!!_0x499924));return _0x5a3ed7(()=>{const _0x688f8d=_0x593eda;[..._0x399ed3]['reverse']()[_0x688f8d(0x2b8)](_0x53e52d=>_0x53e52d['dispose']());});}[_0x5a2f85(0x60f)](_0x5200a6){const _0xb1a771=_0x5a2f85;return _0x5200a6?'dispose'in _0x5200a6?{'disposable':_0x5200a6}:{'hostElement':_0x5200a6[_0xb1a771(0x2d4)],'runtimeRoots':_0x5200a6[_0xb1a771(0x468)],'disposable':_0x5200a6[_0xb1a771(0x512)]?_0x5a3ed7(()=>{const _0x10ef55=_0xb1a771;var _0x3bd6f8;return(_0x3bd6f8=_0x5200a6[_0x10ef55(0x512)])==null?void 0x0:_0x3bd6f8['dispose']();}):void 0x0}:{};}['_mountFloatingMenu'](_0x2ca29c){const _0x71dad9=_0x5a2f85;if(!this[_0x71dad9(0x6b5)][_0x71dad9(0x2cc)](Fo))return;let _0x287e82=this['_injector']['get'](Fo)[_0x71dad9(0x43a)](_0x2ca29c[_0x71dad9(0x72d)][_0x71dad9(0x323)],_0x2ca29c[_0x71dad9(0x72d)]['entry'],_0x2ca29c[_0x71dad9(0x734)]);if(!_0x287e82)return;let _0x21c538=this[_0x71dad9(0x6b5)][_0x71dad9(0x2cc)](Ra)?this['_injector'][_0x71dad9(0x43a)](Ra)[_0x71dad9(0x33a)]():null,_0x1cd542=_0x287e82[_0x71dad9(0x2f7)]({..._0x2ca29c,'active':_0x21c538});return _0x1cd542?_0x5a3ed7(()=>_0x1cd542['dispose']()):void 0x0;}[_0x5a2f85(0x3ca)](_0x192cb8,_0x59893a,_0x2a79d8,_0x22a1ae){const _0x488aa1=_0x5a2f85;let _0x40d7d0=this[_0x488aa1(0x6b5)][_0x488aa1(0x2cc)](Va)?this[_0x488aa1(0x6b5)][_0x488aa1(0x43a)](Va):void 0x0,_0x2b2c4e=this['_injector'][_0x488aa1(0x2cc)](Z)?this['_injector']['get'](Z):void 0x0,_0x570de3=_0x59893a[_0x488aa1(0x251)],_0x58c8ef=[],_0x12d588=()=>_0x2a79d8===_0x488aa1(0x700)?this[_0x488aa1(0x6b5)][_0x488aa1(0x2cc)](Ra)?this[_0x488aa1(0x6b5)][_0x488aa1(0x43a)](Ra)['getStage'](_0x192cb8[_0x488aa1(0x41e)])===_0x488aa1(0x229):!0x1:!0x0,_0x4707fd=(_0x2c44c4,_0x14ce07={})=>{const _0x43d0c7=_0x488aa1;let _0x34d046=_0x14ce07[_0x43d0c7(0x41d)]!==!0x1,_0x100ce5=_0x14ce07[_0x43d0c7(0x1f4)]!==!0x1,_0x1aa3ab=(_0x2c44c4==null?void 0x0:_0x2c44c4['target'])instanceof Element?_0x2c44c4['target']:null;if(!(_0x1aa3ab!=null&&_0x1aa3ab[_0x43d0c7(0x21b)](_0x43d0c7(0x68b)))&&!(!_0x192cb8['childUnitId']||_0x192cb8[_0x43d0c7(0x734)]==null)&&_0x12d588()){if(_0x2a79d8===_0x43d0c7(0x700)&&_0x22a1ae&&(_0x22a1ae[_0x43d0c7(0x4e7)](_0x192cb8[_0x43d0c7(0x6be)]),_0x34d046&&_0x22a1ae[_0x43d0c7(0x41d)](_0x192cb8['childUnitId'])),_0x2a79d8===_0x43d0c7(0x400)&&this[_0x43d0c7(0x6b5)][_0x43d0c7(0x2cc)](_0x327678)){var _0x379f12,_0x3205fc;let _0x53c441=this[_0x43d0c7(0x6b5)][_0x43d0c7(0x43a)](_0x327678),_0x127927=_0x53c441[_0x43d0c7(0x4ae)],_0x1c4f94=_0x53c441['getFocusedUnit'];(typeof _0x127927!=_0x43d0c7(0x733)||((_0x379f12=_0x127927['call'](_0x53c441,_0x192cb8[_0x43d0c7(0x734)]))==null?void 0x0:_0x379f12['getUnitId']())!==_0x192cb8[_0x43d0c7(0x6be)])&&_0x53c441[_0x43d0c7(0x4e7)](_0x192cb8[_0x43d0c7(0x6be)]),_0x34d046&&(typeof _0x1c4f94!=_0x43d0c7(0x733)||((_0x3205fc=_0x1c4f94[_0x43d0c7(0x697)](_0x53c441))==null?void 0x0:_0x3205fc[_0x43d0c7(0x594)]())!==_0x192cb8[_0x43d0c7(0x6be)])&&_0x53c441[_0x43d0c7(0x41d)](_0x192cb8[_0x43d0c7(0x6be)]);}if(_0x2a79d8==='tab'&&this[_0x43d0c7(0x6b5)][_0x43d0c7(0x2cc)](_0x5497a7)){let _0x281558=this[_0x43d0c7(0x6b5)][_0x43d0c7(0x43a)](_0x5497a7);_0x281558[_0x43d0c7(0x331)](_0x26b288,!0x0),_0x281558['setContextValue'](_0x2e76e8,_0x192cb8['childType']===_0x43e669[_0x43d0c7(0x35a)]),_0x281558[_0x43d0c7(0x331)](_0x519c70,_0x192cb8[_0x43d0c7(0x734)]===_0x43e669['UNIVER_SHEET']),_0x281558[_0x43d0c7(0x331)](_0x2cd535,_0x192cb8[_0x43d0c7(0x734)]===_0x43e669[_0x43d0c7(0x6e5)]);}if(this['_injector']['has'](_0x44650d)){let _0x3607d4=this[_0x43d0c7(0x6b5)][_0x43d0c7(0x43a)](_0x44650d),_0x792597={'hostUnitId':_0x192cb8[_0x43d0c7(0x218)],'embedId':_0x192cb8['embedId'],'childUnitId':_0x192cb8['childUnitId'],'childType':_0x192cb8[_0x43d0c7(0x734)],'reason':_0x43d0c7(0x375)},_0xdfea7c=_0x3607d4['getFocusOwner']();((_0xdfea7c==null?void 0x0:_0xdfea7c['hostUnitId'])!==_0x792597[_0x43d0c7(0x218)]||_0xdfea7c[_0x43d0c7(0x41e)]!==_0x792597[_0x43d0c7(0x41e)]||_0xdfea7c[_0x43d0c7(0x6be)]!==_0x792597[_0x43d0c7(0x6be)]||_0xdfea7c[_0x43d0c7(0x734)]!==_0x792597['childType']||_0xdfea7c[_0x43d0c7(0x3de)]!==_0x792597[_0x43d0c7(0x3de)])&&_0x3607d4[_0x43d0c7(0x57b)](_0x792597);}_0x100ce5&&this['activateSession'](_0x192cb8['embedId']);}},_0x3c296c=_0x3d18e5=>{const _0x222766=_0x488aa1;let _0x4ebbe6=_0x3d18e5['target']instanceof Element?_0x3d18e5['target']:null;if(!_0x4ebbe6||_0x59893a['contains'](_0x4ebbe6)||!(_0x40d7d0!=null&&_0x40d7d0[_0x222766(0x444)](_0x192cb8[_0x222766(0x41e)],_0x4ebbe6,_0x3d18e5)||_0x2b2c4e!=null&&_0x2b2c4e[_0x222766(0x35b)](_0x192cb8[_0x222766(0x41e)],_0x4ebbe6,_0x3d18e5)))return;_0x4707fd(_0x3d18e5,{'focusUnit':!0x1,'activateSession':!0x1});let _0x53684f=_0x570de3['defaultView'];_0x53684f&&_0x58c8ef['push'](_0x53684f[_0x222766(0x42b)](()=>_0x4707fd(_0x3d18e5,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x59893a[_0x488aa1(0x266)]('pointerdown',_0x4707fd,{'capture':!0x0}),_0x59893a[_0x488aa1(0x266)]('focusin',_0x4707fd),_0x570de3['addEventListener'](_0x488aa1(0x40c),_0x3c296c,{'capture':!0x0}),_0x570de3['addEventListener'](_0x488aa1(0x67e),_0x3c296c,{'capture':!0x0}),_0x5a3ed7(()=>{const _0x1bbfaa=_0x488aa1;_0x59893a[_0x1bbfaa(0x2ad)](_0x1bbfaa(0x40c),_0x4707fd,{'capture':!0x0}),_0x59893a[_0x1bbfaa(0x2ad)](_0x1bbfaa(0x67e),_0x4707fd),_0x570de3[_0x1bbfaa(0x2ad)](_0x1bbfaa(0x40c),_0x3c296c,{'capture':!0x0}),_0x570de3[_0x1bbfaa(0x2ad)](_0x1bbfaa(0x67e),_0x3c296c,{'capture':!0x0}),_0x58c8ef[_0x1bbfaa(0x2b8)](_0x561ce4=>{const _0x275a38=_0x1bbfaa;var _0x2866fe;return(_0x2866fe=_0x570de3[_0x275a38(0x6bc)])==null?void 0x0:_0x2866fe[_0x275a38(0x423)](_0x561ce4);});});}[_0x5a2f85(0x455)](_0x10234c){const _0x3a89b0=_0x5a2f85;if(this['_activateTabPeerFocusLease'](_0x10234c),this[_0x3a89b0(0x6b5)][_0x3a89b0(0x2cc)](_0x327678)){let _0x2a48fb=this[_0x3a89b0(0x6b5)][_0x3a89b0(0x43a)](_0x327678);_0x2a48fb['setCurrentUnitForType'](_0x10234c['childUnitId']),_0x2a48fb[_0x3a89b0(0x41d)](_0x10234c[_0x3a89b0(0x6be)]);}if(this[_0x3a89b0(0x6b5)][_0x3a89b0(0x2cc)](_0x5497a7)){let _0x378107=this[_0x3a89b0(0x6b5)][_0x3a89b0(0x43a)](_0x5497a7);_0x378107[_0x3a89b0(0x331)](_0x26b288,!0x0),_0x378107['setContextValue'](_0x2e76e8,_0x10234c['childType']===_0x43e669[_0x3a89b0(0x35a)]),_0x378107[_0x3a89b0(0x331)](_0x519c70,_0x10234c[_0x3a89b0(0x734)]===_0x43e669[_0x3a89b0(0x49e)]),_0x378107[_0x3a89b0(0x331)](_0x2cd535,_0x10234c[_0x3a89b0(0x734)]===_0x43e669[_0x3a89b0(0x6e5)]);}this['_injector'][_0x3a89b0(0x2cc)](_0x44650d)&&this[_0x3a89b0(0x6b5)][_0x3a89b0(0x43a)](_0x44650d)[_0x3a89b0(0x57b)]({'hostUnitId':_0x10234c[_0x3a89b0(0x218)],'embedId':_0x10234c[_0x3a89b0(0x41e)],'childUnitId':_0x10234c[_0x3a89b0(0x6be)],'childType':_0x10234c['childType'],'reason':_0x3a89b0(0x6f7)});}[_0x5a2f85(0x728)](_0x453368){const _0x247665=_0x5a2f85;if(!this[_0x247665(0x6b5)][_0x247665(0x2cc)](Z))return;this[_0x247665(0x6c1)](_0x453368[_0x247665(0x218)],_0x453368[_0x247665(0x41e)]),this[_0x247665(0x6d6)](_0x453368[_0x247665(0x41e)]);let _0x430c4f=this['_injector'][_0x247665(0x43a)](Z)[_0x247665(0x53f)]({'embedId':_0x453368[_0x247665(0x41e)],'role':_0x247665(0x1fd),'owner':_0x247665(0x554),'sessionMode':'child-tab','hostUnitId':_0x453368[_0x247665(0x218)],'childUnitId':_0x453368[_0x247665(0x6be)],'childType':_0x453368['childType']});this[_0x247665(0x488)][_0x247665(0x5a2)](_0x453368[_0x247665(0x41e)],{'hostUnitId':_0x453368[_0x247665(0x218)],'disposable':_0x430c4f});}['_releaseTabPeerFocusLeasesForHost'](_0x53d6f4,_0x17512e){const _0x303d06=_0x5a2f85;[...this[_0x303d06(0x488)][_0x303d06(0x31a)]()][_0x303d06(0x2b8)](([_0xe2b103,_0x25f38f])=>{const _0x132464=_0x303d06;_0xe2b103===_0x17512e||_0x25f38f[_0x132464(0x218)]!==_0x53d6f4||(_0x25f38f[_0x132464(0x512)]['dispose'](),this[_0x132464(0x488)][_0x132464(0x3b3)](_0xe2b103));});}['_releaseTabPeerFocusLease'](_0x422128){const _0x59d819=_0x5a2f85;let _0xf58663=this[_0x59d819(0x488)]['get'](_0x422128);_0xf58663&&(_0xf58663[_0x59d819(0x512)]['dispose'](),this[_0x59d819(0x488)][_0x59d819(0x3b3)](_0x422128));}[_0x5a2f85(0x511)](_0x204eee){const _0x2e4c30=_0x5a2f85;var _0x1b2974,_0x15164c;if((_0x1b2974=_0x204eee[_0x2e4c30(0x4f6)])!=null&&_0x1b2974[_0x2e4c30(0x400)]&&_0x204eee[_0x2e4c30(0x4f6)][_0x2e4c30(0x400)][_0x2e4c30(0x2db)]||!this['_injector'][_0x2e4c30(0x2cc)](_0x327678)||!_0x204eee[_0x2e4c30(0x6be)])return _0x5a3ed7(()=>{});let _0x46a5cd=this[_0x2e4c30(0x6b5)][_0x2e4c30(0x43a)](_0x327678),_0x1463b9=_0x46a5cd[_0x2e4c30(0x3bb)],_0x4d7779=_0x46a5cd['focusUnit'];if(typeof _0x1463b9!=_0x2e4c30(0x733)||typeof _0x4d7779!=_0x2e4c30(0x733))return _0x5a3ed7(()=>{});let _0x218f6e=(_0x15164c=_0x1463b9[_0x2e4c30(0x697)](_0x46a5cd))==null?void 0x0:_0x15164c[_0x2e4c30(0x594)]();if(!_0x218f6e||_0x218f6e===_0x204eee[_0x2e4c30(0x6be)])return _0x5a3ed7(()=>{});let _0x296d33=()=>{var _0x4e3a0e;((_0x4e3a0e=_0x1463b9['call'](_0x46a5cd))==null?void 0x0:_0x4e3a0e['getUnitId']())===_0x204eee['childUnitId']&&_0x4d7779['call'](_0x46a5cd,_0x218f6e);},_0x44dba7=[],_0x4b546c=[];return _0x296d33(),typeof window<'u'&&(_0x4b546c['push'](window[_0x2e4c30(0x54e)](_0x296d33)),_0x44dba7[_0x2e4c30(0x328)](window[_0x2e4c30(0x42b)](_0x296d33,0x0)),_0x44dba7[_0x2e4c30(0x328)](window[_0x2e4c30(0x42b)](_0x296d33,0x78))),_0x5a3ed7(()=>{const _0x59a0dd=_0x2e4c30;typeof window>'u'||(_0x4b546c[_0x59a0dd(0x2b8)](_0x3f23d0=>window[_0x59a0dd(0x543)](_0x3f23d0)),_0x44dba7[_0x59a0dd(0x2b8)](_0x484107=>window[_0x59a0dd(0x423)](_0x484107)));});}[_0x5a2f85(0x62a)](_0x41e89e){const _0x3e2399=_0x5a2f85;let _0x2237fa=[...this[_0x3e2399(0x29c)][_0x3e2399(0x6c8)]()]['find'](({session:_0x501add})=>_0x501add[_0x3e2399(0x41e)]!==_0x41e89e[_0x3e2399(0x41e)]&&_0x501add[_0x3e2399(0x6be)]===_0x41e89e[_0x3e2399(0x6be)]);if(_0x2237fa)throw new Ho(_0x41e89e[_0x3e2399(0x6be)],_0x2237fa[_0x3e2399(0x222)]['embedId']);if(this[_0x3e2399(0x2bf)][_0x3e2399(0x6f0)](_0x41e89e[_0x3e2399(0x6be)],_0x41e89e[_0x3e2399(0x734)]))return;let _0x2ebb75=this[_0x3e2399(0x2bf)][_0x3e2399(0x2c2)](_0x41e89e[_0x3e2399(0x6be)]);throw _0x2ebb75!==_0x43e669[_0x3e2399(0x73c)]&&_0x2ebb75!==_0x41e89e[_0x3e2399(0x734)]?Error(_0x3e2399(0x562)):Error(_0x3e2399(0x37b));}};Uo=Bo([$(0x0,_0x40a9b9(Io)),$(0x1,_0x40a9b9(Po)),$(0x2,_0x40a9b9(Lo)),$(0x3,_0x40a9b9(Ro)),$(0x4,_0x327678),$(0x5,_0x40a9b9(Ha)),$(0x6,_0x40a9b9(_0x10f0f1))],Uo);function Wo(_0x5f11ca,_0x209cc5,_0x23570a){const _0x4e8282=_0x5a2f85;if(_0x5f11ca[_0x4e8282(0x572)]['embedRenderScopeActive']=_0x209cc5?_0x4e8282(0x28f):_0x4e8282(0x456),_0x23570a!==_0x4e8282(0x400)){_0x5f11ca[_0x4e8282(0x68c)](_0x4e8282(0x5f8)),_0x5f11ca[_0x4e8282(0x68c)](_0x4e8282(0x4fa)),_0x5f11ca[_0x4e8282(0x520)][_0x4e8282(0x256)](_0x4e8282(0x6d2)),_0x5f11ca['style'][_0x4e8282(0x256)](_0x4e8282(0x469));return;}if(_0x5f11ca[_0x4e8282(0x3c4)](_0x4e8282(0x5f8),!_0x209cc5),_0x209cc5){_0x5f11ca['removeAttribute'](_0x4e8282(0x4fa)),_0x5f11ca[_0x4e8282(0x520)][_0x4e8282(0x256)](_0x4e8282(0x6d2)),_0x5f11ca[_0x4e8282(0x520)][_0x4e8282(0x256)](_0x4e8282(0x469));return;}_0x5f11ca['setAttribute'](_0x4e8282(0x4fa),'true'),_0x5f11ca[_0x4e8282(0x520)][_0x4e8282(0x6d2)]=_0x4e8282(0x2e2),_0x5f11ca[_0x4e8282(0x520)]['pointerEvents']=_0x4e8282(0x2e2);}function Go(_0x155643){const _0x3f797b=_0x5a2f85;let _0x4ba5d1=document[_0x3f797b(0x53a)](_0x3f797b(0x27f));return _0x4ba5d1[_0x3f797b(0x572)][_0x3f797b(0x326)]=_0x155643==null?_0x3f797b(0x5b7):_0x155643,_0x4ba5d1[_0x3f797b(0x520)][_0x3f797b(0x3cf)]=[_0x3f797b(0x448),_0x3f797b(0x203),'height:100%','min-height:96px',_0x3f797b(0x3ee),_0x3f797b(0x2df),_0x3f797b(0x579),_0x3f797b(0x517),'border:1px\x20dashed\x20rgba(99,102,106,.35)','border-radius:8px',_0x3f797b(0x212),_0x3f797b(0x312),'font:13px/1.5\x20sans-serif','text-align:center'][_0x3f797b(0x6a0)](';'),_0x4ba5d1['textContent']=_0x155643===_0x3f797b(0x6ec)?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x3f797b(0x72b),_0x4ba5d1;}let Ko=class extends _0x22b40f{constructor(_0x27c620,_0x49784e,_0x176dd9,_0x3383dd,_0x251dad,_0x14836c,_0xf84a47,_0x51074e,_0x246925){const _0xd762a9=_0x5a2f85;var _0x46c923;super(),this[_0xd762a9(0x2bf)]=_0x27c620,this['_focusOwnerService']=_0x49784e,this[_0xd762a9(0x3b5)]=_0x176dd9,this[_0xd762a9(0x660)]=_0x3383dd,this[_0xd762a9(0x5d7)]=_0x251dad,this[_0xd762a9(0x263)]=_0x14836c,this[_0xd762a9(0x5f5)]=_0xf84a47,this[_0xd762a9(0x3a8)]=_0x51074e,this[_0xd762a9(0x595)]=_0x246925,Y(this,_0xd762a9(0x3c0),new Map());let _0x5eb1f8=(_0x46c923=this[_0xd762a9(0x2bf)]['focused$'])==null?void 0x0:_0x46c923[_0xd762a9(0x59e)](_0xe21ac5=>{this['_restoreStage2ChildFocusWhenHostRefocuses'](_0xe21ac5==null?null:_0xe21ac5);});_0x5eb1f8&&this[_0xd762a9(0x6d0)](_0x5eb1f8);}[_0x5a2f85(0x636)](_0x54245d){const _0x59d022=_0x5a2f85;var _0x17eb42;this[_0x59d022(0x2e0)](_0x54245d),this[_0x59d022(0x274)](_0x54245d),this[_0x59d022(0x3b5)]['activateAnchor']({'embedId':_0x54245d['embedId'],'hostUnitId':_0x54245d[_0x59d022(0x218)],'hostType':_0x54245d[_0x59d022(0x323)],'entry':_0x54245d['entry'],'hostAnchorId':_0x54245d[_0x59d022(0x52e)],'descriptor':_0x54245d}),this[_0x59d022(0x5d7)][_0x59d022(0x1f4)](_0x54245d[_0x59d022(0x41e)]);let _0x46a83d=this[_0x59d022(0x263)][_0x59d022(0x43a)](_0x54245d[_0x59d022(0x734)]);return this['_menuOverrideService'][_0x59d022(0x485)](_0x54245d,_0x59d022(0x489),{'layoutPolicy':_0x46a83d==null||(_0x17eb42=_0x46a83d['layoutPolicy'])==null?void 0x0:_0x17eb42['tab'],'allowPlaceholder':(_0x46a83d==null?void 0x0:_0x46a83d['hostChromeMode'])===_0x59d022(0x72f)||(_0x46a83d==null?void 0x0:_0x46a83d['hostHeaderMode'])==='placeholder'});}[_0x5a2f85(0x207)](_0xbcb8dc,_0x23b2b2,_0x991552={}){const _0x2c29fb=_0x5a2f85;this[_0x2c29fb(0x2e0)](_0xbcb8dc);let _0x52a5e6=this[_0x2c29fb(0x5f5)]['getActive'](),_0x56df4b=_0x23b2b2==='stage2'&&(_0x52a5e6==null?void 0x0:_0x52a5e6['embedId'])===_0xbcb8dc[_0x2c29fb(0x41e)]&&_0x52a5e6[_0x2c29fb(0x6be)]===_0xbcb8dc['childUnitId']&&_0x52a5e6['stage']==='stage2';(_0x52a5e6==null?void 0x0:_0x52a5e6[_0x2c29fb(0x239)])===_0x2c29fb(0x229)&&!_0x56df4b&&this[_0x2c29fb(0x494)](_0x52a5e6[_0x2c29fb(0x41e)]),_0x23b2b2===_0x2c29fb(0x229)&&!_0x56df4b&&this[_0x2c29fb(0x274)](_0xbcb8dc),this[_0x2c29fb(0x687)][_0x2c29fb(0x57b)]({'hostUnitId':_0xbcb8dc[_0x2c29fb(0x218)],'embedId':_0xbcb8dc[_0x2c29fb(0x41e)],'childUnitId':_0xbcb8dc[_0x2c29fb(0x6be)],'childType':_0xbcb8dc[_0x2c29fb(0x734)],'reason':_0x2c29fb(0x375)}),this[_0x2c29fb(0x5d7)][_0x2c29fb(0x1f4)](_0xbcb8dc[_0x2c29fb(0x41e)]);let _0x5e369f={'hostUnitId':_0xbcb8dc['hostUnitId'],'embedId':_0xbcb8dc[_0x2c29fb(0x41e)],'childUnitId':_0xbcb8dc['childUnitId']};_0x23b2b2?this[_0x2c29fb(0x5f5)]['activate'](_0x5e369f,_0x23b2b2):this[_0x2c29fb(0x5f5)][_0x2c29fb(0x485)](_0x5e369f),this[_0x2c29fb(0x660)][_0x2c29fb(0x5a9)](),_0x23b2b2===_0x2c29fb(0x229)?(this[_0x2c29fb(0x6b4)](_0xbcb8dc[_0x2c29fb(0x6be)],_0xbcb8dc[_0x2c29fb(0x734)],!0x1),this['_scheduleFloatingChildFocus'](_0xbcb8dc)):(this['_univerInstanceService'][_0x2c29fb(0x4e7)](_0xbcb8dc[_0x2c29fb(0x218)]),this[_0x2c29fb(0x2bf)][_0x2c29fb(0x41d)](_0xbcb8dc[_0x2c29fb(0x218)]));}['focusFloatingRuntime'](_0x2c5248,_0x466ce3={}){const _0x3b2eb1=_0x5a2f85;this['activateFloating'](_0x2c5248,_0x3b2eb1(0x229),_0x466ce3);}['activateFullscreen'](_0x1b0613){const _0x2fae69=_0x5a2f85;this['_assertResolvedChild'](_0x1b0613),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x1b0613['hostUnitId'],'embedId':_0x1b0613[_0x2fae69(0x41e)],'childUnitId':_0x1b0613[_0x2fae69(0x6be)],'childType':_0x1b0613[_0x2fae69(0x734)],'reason':_0x2fae69(0x375)}),this['_focusUnit'](_0x1b0613[_0x2fae69(0x6be)],_0x1b0613[_0x2fae69(0x734)]);}['clearFullscreen'](_0x59f622){const _0x30e81a=_0x5a2f85;let _0x294f0a=this['_focusOwnerService'][_0x30e81a(0x336)]();_0x294f0a!=null&&_0x294f0a[_0x30e81a(0x41e)]&&_0x294f0a[_0x30e81a(0x41e)]!==_0x59f622[_0x30e81a(0x41e)]||(this[_0x30e81a(0x687)][_0x30e81a(0x58c)](_0x59f622['embedId']),this[_0x30e81a(0x2bf)][_0x30e81a(0x4e7)](_0x59f622[_0x30e81a(0x218)]),this[_0x30e81a(0x2bf)][_0x30e81a(0x41d)](_0x59f622[_0x30e81a(0x218)]));}['clearFloating'](_0x503e6a,_0x5291b0){const _0x2bead3=_0x5a2f85;var _0x2a47a0;let _0x1f5cbb=this[_0x2bead3(0x687)][_0x2bead3(0x336)]();if(_0x503e6a&&_0x1f5cbb!=null&&_0x1f5cbb[_0x2bead3(0x41e)]&&_0x1f5cbb[_0x2bead3(0x41e)]!==_0x503e6a)return;let _0x3954de=this[_0x2bead3(0x5f5)][_0x2bead3(0x33a)]();if(_0x503e6a&&!_0x1f5cbb&&(_0x3954de==null?void 0x0:_0x3954de[_0x2bead3(0x41e)])!==_0x503e6a&&!_0x5291b0)return;let _0x1fa203=(_0x2a47a0=_0x5291b0==null?_0x1f5cbb==null?void 0x0:_0x1f5cbb[_0x2bead3(0x218)]:_0x5291b0)==null?_0x3954de==null?void 0x0:_0x3954de[_0x2bead3(0x218)]:_0x2a47a0;this[_0x2bead3(0x5f5)][_0x2bead3(0x5a9)](_0x503e6a),this[_0x2bead3(0x687)][_0x2bead3(0x58c)](_0x503e6a),this[_0x2bead3(0x660)][_0x2bead3(0x5a9)](_0x503e6a),_0x503e6a&&this[_0x2bead3(0x494)](_0x503e6a),_0x503e6a&&this[_0x2bead3(0x5d7)][_0x2bead3(0x4da)](_0x503e6a),_0x1fa203&&(this[_0x2bead3(0x2bf)][_0x2bead3(0x4e7)](_0x1fa203),this[_0x2bead3(0x2bf)][_0x2bead3(0x41d)](_0x1fa203));}[_0x5a2f85(0x573)](_0x32f847){const _0x5ad4f1=_0x5a2f85;this[_0x5ad4f1(0x660)][_0x5ad4f1(0x5a9)](_0x32f847),this[_0x5ad4f1(0x687)]['clearFocusOwner'](_0x32f847);let _0x2b3653=this[_0x5ad4f1(0x5d7)][_0x5ad4f1(0x4ca)](_0x32f847);_0x2b3653[_0x5ad4f1(0x2b8)](_0x26c78f=>this[_0x5ad4f1(0x494)](_0x26c78f['embedId'],_0x26c78f[_0x5ad4f1(0x734)],_0x26c78f[_0x5ad4f1(0x6be)])),new Set(_0x2b3653[_0x5ad4f1(0x438)](_0x272217=>_0x272217['hostUnitId']))[_0x5ad4f1(0x2b8)](_0x11837f=>{const _0x37215c=_0x5ad4f1;this[_0x37215c(0x2bf)][_0x37215c(0x4e7)](_0x11837f),this[_0x37215c(0x2bf)]['focusUnit'](_0x11837f);});}[_0x5a2f85(0x274)](_0x16627d){const _0x37112e=_0x5a2f85;if(this[_0x37112e(0x3c0)]['has'](_0x16627d[_0x37112e(0x41e)]))return;let _0x5b78dc=_0x16627d['childType'],_0x3a598d=this[_0x37112e(0x46e)](_0x5b78dc);this[_0x37112e(0x3c0)][_0x37112e(0x5a2)](_0x16627d[_0x37112e(0x41e)],{'childType':_0x5b78dc,'childUnitId':_0x16627d[_0x37112e(0x6be)],'unitId':_0x3a598d&&_0x3a598d!==_0x16627d[_0x37112e(0x6be)]?_0x3a598d:void 0x0});}[_0x5a2f85(0x494)](_0x107242,_0x52e229,_0x10915c){const _0x284a28=_0x5a2f85;let _0x8e0eb9=this[_0x284a28(0x3c0)][_0x284a28(0x43a)](_0x107242);this['_previousChildCurrentUnits']['delete'](_0x107242);let _0x4521d5=_0x52e229==null?_0x8e0eb9==null?void 0x0:_0x8e0eb9[_0x284a28(0x734)]:_0x52e229,_0x48ac16=_0x10915c==null?_0x8e0eb9==null?void 0x0:_0x8e0eb9['childUnitId']:_0x10915c;if(_0x4521d5==null||!_0x48ac16)return;let _0x45000c=(_0x8e0eb9==null?void 0x0:_0x8e0eb9[_0x284a28(0x734)])===_0x4521d5&&_0x8e0eb9['unitId']&&this[_0x284a28(0x345)](_0x8e0eb9['unitId'],_0x4521d5)?_0x8e0eb9[_0x284a28(0x65d)]:this[_0x284a28(0x577)](_0x4521d5,_0x48ac16);_0x45000c&&this['_univerInstanceService']['setCurrentUnitForType'](_0x45000c);}[_0x5a2f85(0x46e)](_0x21d388){const _0x2980e2=_0x5a2f85;var _0x51cc05;let _0x3c5e7c=this[_0x2980e2(0x2bf)]['getCurrentUnitOfType'];return _0x3c5e7c==null||(_0x51cc05=_0x3c5e7c[_0x2980e2(0x697)](this['_univerInstanceService'],_0x21d388))==null?void 0x0:_0x51cc05['getUnitId']();}[_0x5a2f85(0x345)](_0x40ee82,_0x1e9abb){const _0x47f5c0=_0x5a2f85;let _0x85248e=this[_0x47f5c0(0x2bf)][_0x47f5c0(0x6f0)];return!!(_0x85248e!=null&&_0x85248e[_0x47f5c0(0x697)](this[_0x47f5c0(0x2bf)],_0x40ee82,_0x1e9abb));}[_0x5a2f85(0x577)](_0x26c836,_0x233e8e){const _0x3563a7=_0x5a2f85;var _0x1e87ab;let _0x3547e2=this[_0x3563a7(0x2bf)][_0x3563a7(0x677)];return _0x3547e2==null||(_0x1e87ab=_0x3547e2['call'](this[_0x3563a7(0x2bf)],_0x26c836))==null||(_0x1e87ab=_0x1e87ab['find'](_0x1b094f=>_0x1b094f['getUnitId']()!==_0x233e8e))==null?void 0x0:_0x1e87ab[_0x3563a7(0x594)]();}[_0x5a2f85(0x6b4)](_0x485324,_0x2f94f7,_0x1724e8=!0x0){const _0x439d4c=_0x5a2f85;var _0x5a456a;let _0x2a7130=this[_0x439d4c(0x2bf)]['getFocusedUnit'];(typeof _0x2a7130!=_0x439d4c(0x733)||((_0x5a456a=_0x2a7130[_0x439d4c(0x697)](this[_0x439d4c(0x2bf)]))==null?void 0x0:_0x5a456a['getUnitId']())!==_0x485324)&&this[_0x439d4c(0x2bf)][_0x439d4c(0x41d)](_0x485324),this[_0x439d4c(0x538)](_0x485324,_0x2f94f7),this[_0x439d4c(0x3a8)][_0x439d4c(0x331)](_0x26b288,!0x0),this['_contextService'][_0x439d4c(0x331)](_0x2e76e8,_0x2f94f7===_0x43e669[_0x439d4c(0x35a)]),this[_0x439d4c(0x3a8)]['setContextValue'](_0x519c70,_0x2f94f7===_0x43e669[_0x439d4c(0x49e)]),this[_0x439d4c(0x3a8)][_0x439d4c(0x331)](_0x2cd535,_0x2f94f7===_0x43e669[_0x439d4c(0x6e5)]),_0x1724e8&&this['_focusLayout']();}[_0x5a2f85(0x390)](_0x549e11){const _0x222e3a=_0x5a2f85;let _0x3e1f99=this[_0x222e3a(0x5f5)][_0x222e3a(0x33a)]();if((_0x3e1f99==null?void 0x0:_0x3e1f99[_0x222e3a(0x239)])!==_0x222e3a(0x229)||_0x549e11!==_0x3e1f99[_0x222e3a(0x218)])return;let _0x46049d=this['_focusOwnerService'][_0x222e3a(0x336)]();(_0x46049d==null?void 0x0:_0x46049d['embedId'])!==_0x3e1f99[_0x222e3a(0x41e)]||_0x46049d[_0x222e3a(0x6be)]!==_0x3e1f99[_0x222e3a(0x6be)]||_0x46049d[_0x222e3a(0x734)]==null||this[_0x222e3a(0x6b4)](_0x46049d['childUnitId'],_0x46049d['childType'],!0x1);}[_0x5a2f85(0x2cd)](_0x48db5f){const _0x3be7f5=_0x5a2f85;let _0x4193ea=()=>{const _0x3cb625=_0x4aa9;let _0x657699=this[_0x3cb625(0x5f5)][_0x3cb625(0x33a)]();(_0x657699==null?void 0x0:_0x657699[_0x3cb625(0x41e)])!==_0x48db5f[_0x3cb625(0x41e)]||_0x657699[_0x3cb625(0x6be)]!==_0x48db5f['childUnitId']||_0x657699[_0x3cb625(0x239)]!==_0x3cb625(0x229)||this['_focusUnit'](_0x48db5f[_0x3cb625(0x6be)],_0x48db5f[_0x3cb625(0x734)],!0x1);};typeof queueMicrotask==_0x3be7f5(0x733)&&queueMicrotask(_0x4193ea),requestAnimationFrame(_0x4193ea);}[_0x5a2f85(0x538)](_0x233539,_0x2e6077){const _0x96e09c=_0x5a2f85;var _0x210dba;let _0x501e66=this[_0x96e09c(0x2bf)][_0x96e09c(0x4ae)];(typeof _0x501e66!=_0x96e09c(0x733)||((_0x210dba=_0x501e66[_0x96e09c(0x697)](this['_univerInstanceService'],_0x2e6077))==null?void 0x0:_0x210dba[_0x96e09c(0x594)]())!==_0x233539)&&this['_univerInstanceService'][_0x96e09c(0x4e7)](_0x233539);}[_0x5a2f85(0x6bd)](){const _0x22eb40=_0x5a2f85;let _0x19da85=()=>this[_0x22eb40(0x595)][_0x22eb40(0x2e9)]();_0x19da85(),typeof queueMicrotask==_0x22eb40(0x733)&&queueMicrotask(_0x19da85),requestAnimationFrame(_0x19da85);}[_0x5a2f85(0x2e0)](_0x206a44){const _0x300be9=_0x5a2f85;if(!_0x206a44['childUnitId']||_0x206a44[_0x300be9(0x734)]==null)throw Error(_0x300be9(0x352));}};Ko=Bo([$(0x0,_0x327678),$(0x1,_0x40a9b9(_0x44650d)),$(0x2,_0x40a9b9(_0x444250)),$(0x3,_0x40a9b9(za)),$(0x4,_0x40a9b9(Uo)),$(0x5,_0x40a9b9(La)),$(0x6,_0x40a9b9(Ra)),$(0x7,_0x5497a7),$(0x8,_0x380452)],Ko);var qo=class{constructor(){const _0x2c543b=_0x5a2f85;Y(this,_0x2c543b(0x31c),new _0x153d78(null)),Y(this,_0x2c543b(0x6aa),new _0x2ce3d0()),Y(this,'session$',this['_session$'][_0x2c543b(0x20b)]()),Y(this,_0x2c543b(0x22f),this[_0x2c543b(0x6aa)]['asObservable']());}[_0x5a2f85(0x288)](){const _0x53ad8d=_0x5a2f85;return this[_0x53ad8d(0x31c)][_0x53ad8d(0x6af)]();}['enter'](_0x4998dc){const _0x8c28b4=_0x5a2f85;var _0x507de2,_0x1ebdfd;if(!_0x4998dc[_0x8c28b4(0x6be)]||_0x4998dc[_0x8c28b4(0x734)]==null)throw Error(_0x8c28b4(0x46a));let _0x5a4ab8=((_0x507de2=_0x4998dc[_0x8c28b4(0x4f6)])==null?void 0x0:_0x507de2['floating'])||void 0x0,_0x383aca=((_0x1ebdfd=_0x4998dc[_0x8c28b4(0x4f6)])==null?void 0x0:_0x1ebdfd[_0x8c28b4(0x400)])||void 0x0;if(_0x383aca&&_0x383aca[_0x8c28b4(0x2db)]&&!_0x5a4ab8)throw Error(_0x8c28b4(0x619));let _0xf1222e=_0x5a4ab8?_0x5a4ab8[_0x8c28b4(0x22a)]:void 0x0;if(!_0xf1222e)throw Error(_0x8c28b4(0x226));let _0x8d2bf3={'hostUnitId':_0x4998dc['hostUnitId'],'embedId':_0x4998dc[_0x8c28b4(0x41e)],'childUnitId':_0x4998dc[_0x8c28b4(0x6be)],'childType':_0x4998dc[_0x8c28b4(0x734)],'entry':_0x4998dc[_0x8c28b4(0x379)],'layout':_0xf1222e};return this[_0x8c28b4(0x31c)][_0x8c28b4(0x5b5)](_0x8d2bf3),_0x8d2bf3;}[_0x5a2f85(0x57d)](_0x267e3a){const _0x31bbf5=_0x5a2f85;let _0xe2f2e0=this[_0x31bbf5(0x288)]();_0xe2f2e0&&(!_0x267e3a||_0xe2f2e0[_0x31bbf5(0x41e)]===_0x267e3a)&&this[_0x31bbf5(0x31c)][_0x31bbf5(0x5b5)](null);}[_0x5a2f85(0x319)](_0x61b42){const _0x39ebe5=_0x5a2f85;this[_0x39ebe5(0x6aa)][_0x39ebe5(0x5b5)](_0x61b42);}};function Jo(_0x2125ee){let {injector:_0x2670d7,children:_0x274e62,mountContainer:_0x171c97,embedId:_0x4de4a6}=_0x2125ee;return _0x308f69(_0x31dcbc(()=>_0x457420(Yo,_0x2670d7),[_0x2670d7]),{'mountContainer':_0x171c97,'embedId':_0x4de4a6,'children':_0x274e62});}function Yo(_0xa921a4){const _0x54da77=_0x5a2f85;let {children:_0x32f3b4,mountContainer:_0x40f11d,embedId:_0x3a1fe2}=_0xa921a4,_0x2aeac4=_0x12a0b0(),_0x37f0c9=_0x537911(_0x13857c),_0x173d3e=_0x31dcbc(()=>_0x2aeac4[_0x54da77(0x2cc)](_0xbcd608)?_0x2aeac4['get'](_0xbcd608):void 0x0,[_0x2aeac4]),_0x41e23b=_0x471436(()=>_0x37f0c9[_0x54da77(0x6f9)]['pipe'](_0x2b2503(()=>_0x37f0c9[_0x54da77(0x3f0)]())),_0x37f0c9['getLocales'](),!0x1,[_0x37f0c9]),_0x11c356=_0x471436(()=>_0x37f0c9[_0x54da77(0x45d)],_0x37f0c9[_0x54da77(0x51c)](),!0x1,[_0x37f0c9]),_0x39d138=$o(_0x173d3e),_0x2d5f3e=_0x100a3f(null),_0x26fdde=_0x31dcbc(()=>_0x40f11d!==void 0x0||typeof document>'u'?null:document[_0x54da77(0x53a)]('div'),[_0x40f11d]),_0x506792=_0x40f11d===void 0x0?_0x26fdde:_0x40f11d;return _0x4ea00e(()=>{const _0x521ad8=_0x54da77;if(_0x26fdde)return document['body'][_0x521ad8(0x714)](_0x26fdde),()=>{const _0x52b24a=_0x521ad8;document[_0x52b24a(0x6da)][_0x52b24a(0x560)](_0x26fdde);};},[_0x26fdde]),_0x4ea00e(()=>{const _0x2903de=_0x54da77;let _0x427294=_0x506792;_0x427294&&_0x427294[_0x2903de(0x27c)](_0x2903de(0x504),_0x11c356);},[_0x11c356,_0x506792]),_0x4ea00e(()=>{const _0x23d5af=_0x54da77;let _0x2c4f10=_0x506792;if(!_0x2c4f10||!_0x3a1fe2)return;let _0x404d54=_0x2c4f10[_0x23d5af(0x533)](Q);return _0x2c4f10[_0x23d5af(0x27c)](Q,_0x3a1fe2),()=>{const _0x29eb47=_0x23d5af;if(_0x404d54==null){_0x2c4f10[_0x29eb47(0x68c)](Q);return;}_0x2c4f10['setAttribute'](Q,_0x404d54);};},[_0x3a1fe2,_0x506792]),_0x308f69(_0x3cc7ab,{'locale':_0x41e23b==null?void 0x0:_0x41e23b[_0x54da77(0x305)],'direction':_0x11c356,'mountContainer':_0x506792,'children':_0x308f69(_0x54da77(0x27f),{'ref':_0x2d5f3e,'className':_0x181de8(_0x54da77(0x4a9),{'univer-dark':_0x39d138}),'data-embed-runtime-provider':_0x54da77(0x28f),'onPointerUpCapture':_0xc4121d=>{const _0x37d608=_0x54da77;let _0x5d7147=_0x2d5f3e[_0x37d608(0x208)],_0x297506=_0xc4121d['target'];if(!_0x3a1fe2||!_0x5d7147)return;let _0x4230a9=()=>Xo(_0x3a1fe2,_0x5d7147,_0x297506);typeof queueMicrotask=='function'?queueMicrotask(_0x4230a9):Promise[_0x37d608(0x5ed)]()[_0x37d608(0x518)](_0x4230a9);},'children':_0x32f3b4})});}function Xo(_0x37ff24,_0x1dfe00,_0x2658bf){const _0x353ad5=_0x5a2f85;let _0x5e1c0c=_0x1dfe00[_0x353ad5(0x251)][_0x353ad5(0x55b)];if(Zo(_0x5e1c0c,_0x37ff24))return;let _0xb80287=_0x2658bf instanceof HTMLElement&&_0x1dfe00[_0x353ad5(0x444)](_0x2658bf)?_0x2658bf:null,_0x5860fe=Qo(_0xb80287)?_0xb80287:_0x1dfe00[_0x353ad5(0x615)](_0x353ad5(0x272));_0x5860fe==null||_0x5860fe['focus']({'preventScroll':!0x0});}function Zo(_0x582197,_0x17a0c1){const _0x1df446=_0x5a2f85;let _0x4d118b=_0x582197==null?void 0x0:_0x582197['closest']('['+Q+']');return(_0x4d118b==null?void 0x0:_0x4d118b[_0x1df446(0x533)](Q))===_0x17a0c1;}function Qo(_0x5b8c0d){const _0x36a226=_0x5a2f85;return!!_0x5b8c0d&&!_0x5b8c0d['hasAttribute'](_0x36a226(0x3a6))&&_0x5b8c0d['tabIndex']>=0x0;}function $o(_0x39a44f){return _0x85ad9d(_0x5c6fa4=>{const _0x404250=_0x4aa9;if(!_0x39a44f)return()=>{};let _0x1d106d=_0x39a44f[_0x404250(0x5d8)][_0x404250(0x59e)](()=>_0x5c6fa4());return()=>_0x1d106d['unsubscribe']();},()=>{var _0x244c3d;return(_0x244c3d=_0x39a44f==null?void 0x0:_0x39a44f['darkMode'])==null?!0x1:_0x244c3d;},()=>!0x1);}const es=new WeakMap(),ts=new WeakMap(),ns=new WeakMap();function rs(_0x2b7102){const _0x336ef2=_0x5a2f85;let _0x5031cf=es[_0x336ef2(0x43a)](_0x2b7102);if(_0x5031cf){var _0x2778dd;return ns[_0x336ef2(0x5a2)](_0x5031cf,((_0x2778dd=ns[_0x336ef2(0x43a)](_0x5031cf))==null?0x0:_0x2778dd)+0x1),_0x5031cf;}let _0x2769a6={'render':_0x468808=>_0x3e030e(_0x468808,_0x2b7102)};return es[_0x336ef2(0x5a2)](_0x2b7102,_0x2769a6),ts[_0x336ef2(0x5a2)](_0x2769a6,_0x2b7102),ns[_0x336ef2(0x5a2)](_0x2769a6,0x0),_0x2769a6;}function is(_0xe553ff){const _0x438fa7=_0x5a2f85;var _0x457fb9;let _0x58df67=ts[_0x438fa7(0x43a)](_0xe553ff),_0x9eefff=(_0x457fb9=ns[_0x438fa7(0x43a)](_0xe553ff))==null?0x0:_0x457fb9;globalThis[_0x438fa7(0x42b)](()=>{const _0x2cfd48=_0x438fa7;var _0xa55338;_0x58df67&&es['get'](_0x58df67)!==_0xe553ff||((_0xa55338=ns['get'](_0xe553ff))==null?0x0:_0xa55338)===_0x9eefff&&(_0x58df67&&(es[_0x2cfd48(0x3b3)](_0x58df67),ts[_0x2cfd48(0x3b3)](_0xe553ff)),ns[_0x2cfd48(0x3b3)](_0xe553ff),_0x58df67&&_0x266b29(_0x58df67));},0x0);}function as(_0x1bced1){const _0x1f8082=_0x5a2f85;let {container:_0x21a23b,portalContainer:_0x4ad1ad,injector:_0x5e78c7,childType:_0x2e6364,childUnitId:_0x3874ea,embedId:_0x5b0f9a,menuSchema:_0x49c818,menuTitlePrefix:_0x58118f,activeRibbonTab:_0x103535,headerMenu:_0x2ee49b=!0x1,toolbarOnly:_0x3882d2,ribbonHeaderClassName:_0x58355a,scopedActionServiceTokens:_0x3b46f3}=_0x1bced1;if(_0x49c818!=null&&typeof _0x49c818!='object')return;let _0x2998b2=os(_0x5e78c7,{'childType':_0x2e6364,'childUnitId':_0x3874ea,'embedId':_0x5b0f9a,'menuSchema':_0x49c818,'menuTitlePrefix':_0x58118f,'activeRibbonTab':_0x103535,'scopedActionServiceTokens':_0x3b46f3}),_0x2b2e55=rs(_0x21a23b);return _0x2b2e55[_0x1f8082(0x705)](_0x459959(Jo,{'injector':_0x2998b2[_0x1f8082(0x514)],'mountContainer':_0x4ad1ad==null?_0x21a23b:_0x4ad1ad,'embedId':_0x5b0f9a},_0x459959(_0x196af7,{'ribbonType':_0x1f8082(0x437),'headerMenu':_0x2ee49b,'toolbarOnly':_0x3882d2,'headerClassName':_0x58355a}))),_0x5a3ed7(()=>{const _0x4ef1d6=_0x1f8082;is(_0x2b2e55),_0x2998b2['disposable'][_0x4ef1d6(0x50e)]();});}function os(_0x47be91,_0x5deb8a){const _0x34b6d6=_0x5a2f85;let {childType:_0x153888,childUnitId:_0x4e10fe,embedId:_0x56cf31,menuSchema:_0x70b1ef,menuTitlePrefix:_0x2556d2,activeRibbonTab:_0x47df8e,scopedActionServiceTokens:_0x3514ed}=_0x5deb8a,_0x5e7618=_0x47be91[_0x34b6d6(0x43a)](_0x327678),_0x2e7ff5=ds(_0x5e7618,_0x153888,_0x4e10fe),_0x4dd429=new Set(_0x3514ed==null?[]:_0x3514ed),_0x35114c=new WeakMap(),_0x5ef6bb,_0x129562=hs(_0x47be91[_0x34b6d6(0x43a)](_0x2942d2),_0x5e7618,_0x153888,_0x4e10fe,_0x56cf31,()=>_0x5ef6bb),_0x2a8e92=_0x4e10fe&&_0x47be91['has'](_0x5497a7)?fs(_0x47be91[_0x34b6d6(0x43a)](_0x5497a7),_0x153888):void 0x0,_0x9ce84b=new Map([[_0x327678,_0x2e7ff5],[_0x2942d2,_0x129562]]);_0x2a8e92&&_0x9ce84b['set'](_0x5497a7,_0x2a8e92),_0x4dd429['forEach'](_0x1b3f25=>{const _0x1756fc=_0x34b6d6;_0x4e10fe&&_0x47be91[_0x1756fc(0x2cc)](_0x1b3f25)&&_0x9ce84b[_0x1756fc(0x5a2)](_0x1b3f25,gs(_0x47be91[_0x1756fc(0x43a)](_0x1b3f25),_0x5e7618,_0x153888,_0x4e10fe,_0x56cf31,()=>_0x5ef6bb,_0x35114c));}),_0x5ef6bb=io(_0x47be91,_0x9ce84b);let _0x1b1243,_0x4a6b1c,_0x596da7={};if(_0x70b1ef&&typeof _0x70b1ef==_0x34b6d6(0x4d6)){let _0x5081fd=new _0x532ad(_0x5ef6bb,_0x47be91[_0x34b6d6(0x43a)](_0x4a1626));_0x5081fd[_0x34b6d6(0x605)](ls(_0x70b1ef,_0x2556d2,_0x47be91)),_0x1b1243=_0x5081fd,_0x4a6b1c=_0x5081fd;}else{let _0x2b443c=_0x47be91[_0x34b6d6(0x43a)](_0x345bd0),_0x24611f=_0x2b443c['createScoped'];_0x1b1243=typeof _0x24611f==_0x34b6d6(0x733)?_0x24611f[_0x34b6d6(0x697)](_0x2b443c,_0x5ef6bb):_0x2b443c;}let _0x307c36=new _0x48f5ff(_0x1b1243,_0x2e7ff5);_0x596da7[_0x34b6d6(0x208)]=_0x307c36,_0x47df8e&&_0x307c36['setActivatedTab'](_0x47df8e);let _0x6215de=_0x2556d2?ss(_0x307c36,_0x2556d2,_0x47be91):_0x307c36;return _0x5ef6bb[_0x34b6d6(0x5a7)]([_0x345bd0,{'useValue':_0x1b1243}]),_0x5ef6bb[_0x34b6d6(0x5a7)]([_0x37f686,{'useValue':_0x6215de}]),{'injector':_0x5ef6bb,'ribbonService':_0x6215de,'disposable':_0x5a3ed7(()=>{const _0x14aad8=_0x34b6d6;var _0x11e6bc;(_0x11e6bc=_0x596da7[_0x14aad8(0x208)])==null||_0x11e6bc['dispose'](),_0x4a6b1c==null||_0x4a6b1c[_0x14aad8(0x50e)](),_0x5ef6bb['dispose']();})};}function ss(_0x4d7b37,_0x30821f,_0x3a52d1){const _0x1ff336=_0x5a2f85;let _0x1caf4c;try{_0x1caf4c=_0x3a52d1['get'](_0x13857c);}catch{_0x1caf4c=void 0x0;}return{'ribbon$':_0x4d7b37[_0x1ff336(0x612)][_0x1ff336(0x54c)](_0x2b2503(_0x4a3ff0=>_0x4a3ff0['map'](_0x47b9dc=>cs(_0x47b9dc,_0x30821f,_0x1caf4c)))),'activatedTab$':_0x4d7b37['activatedTab$'],'collapsedIds$':_0x4d7b37[_0x1ff336(0x245)],'fakeToolbarVisible$':_0x4d7b37[_0x1ff336(0x30f)],'setActivatedTab':_0x1c2aff=>_0x4d7b37['setActivatedTab'](_0x1c2aff),'showContextualTab':(_0x5bbb94,_0xebbcef)=>_0x4d7b37[_0x1ff336(0x6dc)](_0x5bbb94,_0xebbcef),'hideContextualTab':_0x26d0c5=>_0x4d7b37['hideContextualTab'](_0x26d0c5),'hideAllContextualTabs':()=>_0x4d7b37['hideAllContextualTabs'](),'setCollapsedIds':_0x4edba2=>_0x4d7b37[_0x1ff336(0x4c7)](_0x4edba2),'setFakeToolbarVisible':_0x135576=>_0x4d7b37['setFakeToolbarVisible'](_0x135576)};}function cs(_0x33090f,_0x49c769,_0x23b0b9){const _0x505d4e=_0x5a2f85;let _0x53c379=_0x33090f[_0x505d4e(0x486)]||_0x33090f[_0x505d4e(0x281)],_0x2185e5=_0x23b0b9?_0x23b0b9['t'](_0x53c379):_0x53c379;return{..._0x33090f,'title':_0x49c769+'\x20-\x20'+_0x2185e5};}function ls(_0x54136f,_0x83f2b6,_0xd50aca){const _0x277ead=_0x5a2f85;if(!_0x83f2b6||!_0x54136f||typeof _0x54136f!='object')return _0x54136f;let _0x38d99a=us(_0x54136f),_0x57011e=_0x38d99a[_0x2aafc5['RIBBON']];if(!_0x57011e||typeof _0x57011e!=_0x277ead(0x4d6))return _0x38d99a;let _0x585698;try{_0x585698=_0xd50aca['get'](_0x13857c);}catch{_0x585698=void 0x0;}return Object[_0x277ead(0x6c8)](_0x57011e)[_0x277ead(0x2b8)](_0x42968f=>{const _0x21e7e5=_0x277ead;if(!_0x42968f||typeof _0x42968f!=_0x21e7e5(0x4d6))return;let _0x12173c=_0x42968f,_0x2c362f=_0x12173c[_0x21e7e5(0x486)];_0x2c362f&&(_0x12173c[_0x21e7e5(0x486)]=_0x83f2b6+'\x20-\x20'+(_0x585698?_0x585698['t'](_0x2c362f):_0x2c362f));}),_0x38d99a;}function us(_0x534f5e){const _0x3ac846=_0x5a2f85;return!_0x534f5e||typeof _0x534f5e!=_0x3ac846(0x4d6)?_0x534f5e:Array['isArray'](_0x534f5e)?_0x534f5e[_0x3ac846(0x438)](_0x2d1b84=>us(_0x2d1b84)):Object[_0x3ac846(0x6b2)](Object[_0x3ac846(0x31a)](_0x534f5e)[_0x3ac846(0x438)](([_0xf408fd,_0x59022b])=>[_0xf408fd,us(_0x59022b)]));}function ds(_0x52a1f3,_0x161802,_0x575875){const _0x13fada=_0x5a2f85;let _0x14a8fc=()=>_0x575875?_0x52a1f3[_0x13fada(0x6f0)](_0x575875,_0x161802):null,_0x50a85f=_0x575875?_0x5e325f(_0x1f8333(_0x575875),_0x52a1f3['getTypeOfUnitAdded$'](_0x161802)[_0x13fada(0x54c)](_0x2b2503(()=>_0x575875)),_0x52a1f3['getTypeOfUnitDisposed$'](_0x161802)[_0x13fada(0x54c)](_0x2b2503(()=>_0x575875))):_0x52a1f3[_0x13fada(0x4a1)];return{'unitAdded$':_0x52a1f3[_0x13fada(0x308)],'getTypeOfUnitAdded$':(..._0x4133bc)=>_0x52a1f3[_0x13fada(0x43b)](..._0x4133bc),'__addUnit':(..._0x35184f)=>_0x52a1f3['__addUnit'](..._0x35184f),'unitDisposed$':_0x52a1f3[_0x13fada(0x556)],'getTypeOfUnitDisposed$':(..._0x22eb62)=>_0x52a1f3[_0x13fada(0x467)](..._0x22eb62),'focused$':_0x50a85f,get 'focused'(){var _0x154a69;return(_0x154a69=_0x14a8fc())==null?_0x52a1f3['getFocusedUnit']():_0x154a69;},'focusUnit':(..._0x1e055d)=>_0x52a1f3[_0x13fada(0x41d)](..._0x1e055d),'getFocusedUnit':()=>{const _0x267284=_0x13fada;var _0x638ed0;return(_0x638ed0=_0x14a8fc())==null?_0x52a1f3[_0x267284(0x3bb)]():_0x638ed0;},'getCurrentUnitOfType':_0x3579a3=>_0x3579a3===_0x161802&&_0x575875?_0x14a8fc():_0x52a1f3['getCurrentUnitOfType'](_0x3579a3),'setCurrentUnitForType':(..._0xc1eb09)=>_0x52a1f3[_0x13fada(0x4e7)](..._0xc1eb09),'getCurrentTypeOfUnit$':_0x32d765=>_0x32d765!==_0x161802||!_0x575875?_0x52a1f3['getCurrentTypeOfUnit$'](_0x32d765):_0x5e325f(_0x1f8333(void 0x0),_0x52a1f3[_0x13fada(0x43b)](_0x161802),_0x52a1f3['getTypeOfUnitDisposed$'](_0x161802))['pipe'](_0x2b2503(()=>_0x14a8fc())),'createUnit':(..._0x4fd3ba)=>_0x52a1f3[_0x13fada(0x5e7)](..._0x4fd3ba),'getUnitCreateOptions':(..._0x5bf16d)=>_0x52a1f3['getUnitCreateOptions'](..._0x5bf16d),'disposeUnit':(..._0x13314b)=>_0x52a1f3[_0x13fada(0x696)](..._0x13314b),'registerCtorForType':(..._0x731442)=>_0x52a1f3[_0x13fada(0x21a)](..._0x731442),'changeDoc':(..._0x9a08b0)=>_0x52a1f3[_0x13fada(0x6a3)](..._0x9a08b0),'getUnit':(..._0x34b2fd)=>_0x52a1f3[_0x13fada(0x6f0)](..._0x34b2fd),'getAllUnitsForType':(..._0x3d412a)=>_0x52a1f3['getAllUnitsForType'](..._0x3d412a),'getUnitType':(..._0x1a0f7b)=>_0x52a1f3[_0x13fada(0x2c2)](..._0x1a0f7b),'getUniverSheetInstance':(..._0x4737db)=>_0x52a1f3[_0x13fada(0x673)](..._0x4737db)};}function fs(_0x2a7ceb,_0x2e17cc){const _0x51c857=_0x5a2f85;return{'contextChanged$':_0x2a7ceb[_0x51c857(0x706)],'getContextValue':_0x13d3b9=>{let _0x3e8a34=ps(_0x13d3b9,_0x2e17cc);return _0x3e8a34==null?_0x2a7ceb['getContextValue'](_0x13d3b9):_0x3e8a34;},'setContextValue':(_0x428f85,_0x3cd783)=>_0x2a7ceb[_0x51c857(0x331)](_0x428f85,_0x3cd783),'subscribeContextValue$':_0x2acc58=>{let _0x308018=ps(_0x2acc58,_0x2e17cc);return _0x308018==null?_0x2a7ceb['subscribeContextValue$'](_0x2acc58):_0x1f8333(_0x308018);}};}function ps(_0x3330f5,_0x13a660){if(_0x3330f5===_0x26b288)return!0x0;if(_0x3330f5===_0x519c70||_0x3330f5===_0x2e76e8||_0x3330f5===_0x2cd535)return _0x3330f5===ms(_0x13a660);}function ms(_0x53e5cd){const _0x497615=_0x5a2f85;if(_0x53e5cd===_0x43e669['UNIVER_SHEET'])return _0x519c70;if(_0x53e5cd===_0x43e669[_0x497615(0x35a)])return _0x2e76e8;if(_0x53e5cd===_0x43e669[_0x497615(0x6e5)])return _0x2cd535;}function hs(_0x11554e,_0x419b28,_0x757504,_0x44c2a3,_0x4849d2,_0x1812bf){const _0x3968ed=_0x5a2f85;return _0x44c2a3?{'disposed':()=>_0x11554e[_0x3968ed(0x360)](),'hasCommand':_0x1df660=>_0x11554e[_0x3968ed(0x2ff)](_0x1df660),'registerCommand':(..._0x41f24f)=>_0x11554e[_0x3968ed(0x59a)](..._0x41f24f),'unregisterCommand':_0x3ff6b3=>_0x11554e[_0x3968ed(0x3e6)](_0x3ff6b3),'registerMultipleCommand':(..._0x36af77)=>_0x11554e[_0x3968ed(0x6cb)](..._0x36af77),'executeCommand':async(..._0x9fa0ff)=>{const _0x3e73ed=_0x3968ed;let _0x24c514=_0x419b28[_0x3e73ed(0x4ae)](_0x757504);try{return _0x419b28[_0x3e73ed(0x4e7)](_0x44c2a3),await _0x11554e['executeCommand'](_0x9fa0ff[0x0],_0x9fa0ff[0x1],_0x9fa0ff[0x2]);}finally{bs(_0x419b28,_0x44c2a3,_0x24c514,_0x4849d2,_0x1812bf);}},'syncExecuteCommand':(..._0xfbc418)=>{const _0x3a8cca=_0x3968ed;let _0x41770d=_0x419b28[_0x3a8cca(0x4ae)](_0x757504);try{return _0x419b28[_0x3a8cca(0x4e7)](_0x44c2a3),_0x11554e[_0x3a8cca(0x59b)](_0xfbc418[0x0],_0xfbc418[0x1],_0xfbc418[0x2]);}finally{bs(_0x419b28,_0x44c2a3,_0x41770d,_0x4849d2,_0x1812bf);}},'onCommandExecuted':(..._0x37ae46)=>_0x11554e['onCommandExecuted'](..._0x37ae46),'beforeCommandExecuted':(..._0x346ff9)=>_0x11554e['beforeCommandExecuted'](..._0x346ff9),'onMutationExecutedForCollab':(..._0x3c3e10)=>_0x11554e['onMutationExecutedForCollab'](..._0x3c3e10)}:_0x11554e;}function gs(_0x9ff266,_0x1c02b8,_0x3c00fc,_0x4c134e,_0x421e4f,_0x36693c,_0x347a03){const _0x1e2ceb=_0x5a2f85;if(typeof _0x9ff266!=_0x1e2ceb(0x4d6)&&typeof _0x9ff266!=_0x1e2ceb(0x733)||_0x9ff266==null)return _0x9ff266;let _0x396c1c=_0x9ff266,_0x4880ec=_0x347a03==null?void 0x0:_0x347a03[_0x1e2ceb(0x43a)](_0x396c1c);if(_0x4880ec)return _0x4880ec;let _0x52b588={..._0x396c1c};return _s(_0x396c1c,_0x52b588,_0x1c02b8,_0x3c00fc,_0x4c134e,_0x421e4f,_0x36693c),_0x347a03==null||_0x347a03['set'](_0x396c1c,_0x52b588),_0x52b588;}function _s(_0x34d66b,_0x377a3a,_0x5dbd17,_0x2fd28c,_0x361bce,_0x3b82b0,_0x24be7e){const _0x2d4b5b=_0x5a2f85;let _0x390446=_0x4bd64f=>{const _0x156f1b=_0x4aa9;if(_0x4bd64f===_0x156f1b(0x3fe))return;let _0x5f2c63=_0x34d66b[_0x4bd64f];if(typeof _0x5f2c63!=_0x156f1b(0x733))return;let _0x3a44b7=_0x377a3a;_0x3a44b7[_0x4bd64f]=(..._0x3c0087)=>vs(_0x5dbd17,_0x2fd28c,_0x361bce,_0x3b82b0,_0x24be7e,()=>_0x5f2c63[_0x156f1b(0x726)](_0x34d66b,_0x3c0087));};Object[_0x2d4b5b(0x48f)](_0x34d66b)['forEach'](_0x390446);let _0x1bc741=Object[_0x2d4b5b(0x66c)](_0x34d66b);_0x1bc741&&_0x1bc741!==Object[_0x2d4b5b(0x325)]&&Object[_0x2d4b5b(0x4f4)](_0x1bc741)['forEach'](_0x390446);}function vs(_0xf3140c,_0x249ef,_0x46a30b,_0x3b2d22,_0x4085a4,_0x36fbaf){const _0x574b6a=_0x5a2f85;let _0x521836=_0xf3140c[_0x574b6a(0x4ae)](_0x249ef),_0x37d753;try{_0xf3140c[_0x574b6a(0x4e7)](_0x46a30b),_0x37d753=_0x36fbaf();}catch(_0x53566a){throw bs(_0xf3140c,_0x46a30b,_0x521836,_0x3b2d22,_0x4085a4),_0x53566a;}return ys(_0x37d753)?_0x37d753[_0x574b6a(0x29f)](()=>{bs(_0xf3140c,_0x46a30b,_0x521836,_0x3b2d22,_0x4085a4);}):(bs(_0xf3140c,_0x46a30b,_0x521836,_0x3b2d22,_0x4085a4),_0x37d753);}function ys(_0x17b5f1){const _0x14616a=_0x5a2f85;return!!(_0x17b5f1&&typeof _0x17b5f1[_0x14616a(0x29f)]==_0x14616a(0x733));}function bs(_0x41fe33,_0x422188,_0x15c76d,_0x508512,_0x2262a0){const _0x5a5d48=_0x5a2f85;if(xs(_0x508512,_0x2262a0)){var _0x1991fa;_0x41fe33[_0x5a5d48(0x4e7)](_0x422188),(_0x1991fa=_0x41fe33[_0x5a5d48(0x41d)])==null||_0x1991fa[_0x5a5d48(0x697)](_0x41fe33,_0x422188);return;}_0x15c76d&&_0x41fe33[_0x5a5d48(0x4e7)](_0x15c76d[_0x5a5d48(0x594)]());}function xs(_0x29c33e,_0x325418){const _0x482bd5=_0x5a2f85;let _0x2cfe8e=_0x325418==null?void 0x0:_0x325418();return!_0x29c33e||!(_0x2cfe8e!=null&&_0x2cfe8e['has'](Z))?!0x1:_0x2cfe8e[_0x482bd5(0x43a)](Z)['hasChildInteractionLease'](_0x29c33e);}const Ss=new WeakMap();let Cs=0x0;function ws(_0x894d0d,_0x210fda){const _0x34bd87=_0x5a2f85;if(!_0x894d0d[_0x34bd87(0x2cc)](Os))return Es(_0x894d0d,_0x210fda);let _0x40dde5=_0x894d0d[_0x34bd87(0x43a)](Os);if(!(_0x210fda['id']&&_0x40dde5[_0x34bd87(0x477)](_0x210fda[_0x34bd87(0x734)],_0x210fda[_0x34bd87(0x5b3)])[_0x34bd87(0x73b)](_0x2a8065=>_0x2a8065['id']===_0x210fda['id'])))return _0x40dde5[_0x34bd87(0x5f2)](_0x210fda);}function Ts(_0x3f8c79){const _0xdd83f3=_0x5a2f85;if(!_0x3f8c79[_0xdd83f3(0x2cc)](Os))return;let _0x58b4ca=Ss[_0xdd83f3(0x43a)](_0x3f8c79);_0x58b4ca!=null&&_0x58b4ca['size']&&([..._0x58b4ca[_0xdd83f3(0x6c8)]()][_0xdd83f3(0x65b)]((_0x21f816,_0xe4915e)=>_0x21f816[_0xdd83f3(0x5b0)]-_0xe4915e[_0xdd83f3(0x5b0)])['forEach'](({contribution:_0x217cf2})=>ws(_0x3f8c79,_0x217cf2)),Ss[_0xdd83f3(0x3b3)](_0x3f8c79));}function Es(_0x5c5c7b,_0x166801){const _0x204349=_0x5a2f85;var _0x2a29a9;let _0x569fff={'contribution':_0x166801,'index':Cs++},_0x873548=Ds(_0x166801,_0x569fff['index']),_0x51c3ba=_0x5c5c7b,_0x5db3bd=(_0x2a29a9=Ss[_0x204349(0x43a)](_0x51c3ba))==null?new Map():_0x2a29a9;return _0x5db3bd['set'](_0x873548,_0x569fff),Ss[_0x204349(0x5a2)](_0x51c3ba,_0x5db3bd),_0x5a3ed7(()=>{const _0x419f92=_0x204349;let _0x3b4d58=Ss[_0x419f92(0x43a)](_0x51c3ba);(_0x3b4d58==null?void 0x0:_0x3b4d58[_0x419f92(0x43a)](_0x873548))===_0x569fff&&_0x3b4d58[_0x419f92(0x3b3)](_0x873548);});}function Ds(_0x4281b3,_0x1b39d5){const _0xb13ef3=_0x5a2f85;let _0x814266=As(_0x4281b3);return _0x4281b3['id']?_0x4281b3[_0xb13ef3(0x734)]+':'+_0x814266+':'+_0x4281b3['id']:_0x4281b3[_0xb13ef3(0x734)]+':'+_0x814266+_0xb13ef3(0x3ef)+_0x1b39d5;}var Os=class{constructor(){Y(this,'_contributions',new Map()),Y(this,'_nextIndex',0x0);}[_0x5a2f85(0x5f2)](_0x3617ac){const _0x4e31fe=_0x5a2f85;var _0x194423;let _0xaad82={'contribution':_0x3617ac,'index':this['_nextIndex']++},_0x4b0daf=(_0x194423=this[_0x4e31fe(0x42f)][_0x4e31fe(0x43a)](_0x3617ac['childType']))==null?[]:_0x194423;return _0x4b0daf['push'](_0xaad82),_0x4b0daf[_0x4e31fe(0x65b)](js),this[_0x4e31fe(0x42f)][_0x4e31fe(0x5a2)](_0x3617ac['childType'],_0x4b0daf),_0x5a3ed7(()=>{const _0x28d05b=_0x4e31fe;let _0x2fe527=this['_contributions']['get'](_0x3617ac[_0x28d05b(0x734)]);if(!_0x2fe527)return;let _0x3a77ff=_0x2fe527[_0x28d05b(0x628)](_0x54e3eb=>_0x54e3eb!==_0xaad82);_0x3a77ff[_0x28d05b(0x647)]?this[_0x28d05b(0x42f)][_0x28d05b(0x5a2)](_0x3617ac[_0x28d05b(0x734)],_0x3a77ff):this[_0x28d05b(0x42f)][_0x28d05b(0x3b3)](_0x3617ac[_0x28d05b(0x734)]);});}[_0x5a2f85(0x43a)](_0xf50a10){const _0x37424d=_0x5a2f85;return this[_0x37424d(0x477)](_0xf50a10)[0x0];}[_0x5a2f85(0x477)](_0x3d4175,_0x23d1f1){const _0x30a996=_0x5a2f85;var _0x9a56a1;return((_0x9a56a1=this['_contributions'][_0x30a996(0x43a)](_0x3d4175))==null?[]:_0x9a56a1)[_0x30a996(0x438)](_0x1815ce=>_0x1815ce['contribution'])[_0x30a996(0x628)](_0x282a42=>!_0x23d1f1||As(_0x282a42)===_0x23d1f1);}['getMergedMenuSchema'](_0x175024,_0x10dd57=_0x5a2f85(0x275)){const _0x34d69a=_0x5a2f85;let _0x6376af=this[_0x34d69a(0x477)](_0x175024,_0x10dd57)['map'](_0x26cf80=>_0x26cf80[_0x34d69a(0x3d0)])[_0x34d69a(0x628)](_0x32aed3=>_0x32aed3&&typeof _0x32aed3==_0x34d69a(0x4d6));if(_0x6376af[_0x34d69a(0x647)])return Ms(_0x6376af);}[_0x5a2f85(0x5fd)](_0x147e79){const _0x8a612e=_0x5a2f85;var _0x297fe4,_0x556c64;let _0x186b26=(_0x297fe4=_0x147e79[_0x8a612e(0x5b3)])==null?'ribbon':_0x297fe4,_0x89829b=this[_0x8a612e(0x477)](_0x147e79[_0x8a612e(0x734)],_0x186b26);if(!_0x89829b[_0x8a612e(0x647)])return;let _0x5e6cbd=_0x89829b[_0x8a612e(0x628)](_0x17774e=>_0x17774e[_0x8a612e(0x5fd)]);if(_0x5e6cbd[_0x8a612e(0x647)]){let _0x3b2d7d=_0x5e6cbd[_0x8a612e(0x438)](_0x44dbc3=>{const _0x81016f=_0x8a612e;var _0x4d0daf;return(_0x4d0daf=_0x44dbc3[_0x81016f(0x5fd)])==null?void 0x0:_0x4d0daf['call'](_0x44dbc3,{..._0x147e79,'surface':_0x186b26,'menuSchema':_0x44dbc3['menuSchema'],'scopedActionServiceTokens':_0x44dbc3[_0x81016f(0x420)]});})[_0x8a612e(0x628)](_0x39b470=>!!_0x39b470);return _0x5a3ed7(()=>{const _0x59fb13=_0x8a612e;_0x3b2d7d[_0x59fb13(0x2b8)](_0x398e19=>_0x398e19[_0x59fb13(0x50e)]());});}let _0x36130d=this[_0x8a612e(0x3db)](_0x147e79[_0x8a612e(0x734)],_0x186b26);if(_0x186b26===_0x8a612e(0x275))return(_0x556c64=as({..._0x147e79,'surface':_0x186b26,'menuSchema':_0x36130d,'scopedActionServiceTokens':ks(_0x89829b)}))==null?void 0x0:_0x556c64;}};function ks(_0x44df21){const _0x1f17c2=_0x5a2f85;let _0x4bf5ae=_0x44df21['flatMap'](_0x436418=>{var _0x548f54;return(_0x548f54=_0x436418['scopedActionServiceTokens'])==null?[]:_0x548f54;});return _0x4bf5ae[_0x1f17c2(0x647)]?Array['from'](new Set(_0x4bf5ae)):void 0x0;}function As(_0x1856dc){const _0x7b1921=_0x5a2f85;var _0x1d5dcc;return(_0x1d5dcc=_0x1856dc[_0x7b1921(0x5b3)])==null?_0x7b1921(0x275):_0x1d5dcc;}function js(_0x50f25b,_0x51ab7d){const _0x360187=_0x5a2f85;var _0x361b41,_0x12e02f;return((_0x361b41=_0x50f25b[_0x360187(0x639)][_0x360187(0x4b2)])==null?_0x50f25b[_0x360187(0x5b0)]:_0x361b41)-((_0x12e02f=_0x51ab7d['contribution'][_0x360187(0x4b2)])==null?_0x51ab7d['index']:_0x12e02f)||_0x50f25b['index']-_0x51ab7d[_0x360187(0x5b0)];}function Ms(_0x1e2e27){return _0x1e2e27['reduce']((_0x3d3180,_0x48ace4)=>Is(_0x3d3180,Ns(_0x48ace4)),{});}function Ns(_0xe8160b){const _0x368f3b=_0x5a2f85;if(!Rs(_0xe8160b))return _0xe8160b;let _0x14899b=new Set(Object['values'](_0x3e809b)),_0x127539=Object[_0x368f3b(0x31a)](_0xe8160b)['filter'](([_0x6ab6ab])=>_0x14899b[_0x368f3b(0x2cc)](_0x6ab6ab)),_0x1133e6=Object['entries'](_0xe8160b)['filter'](([_0x25b06b])=>Fs(_0x25b06b));if(!_0x127539[_0x368f3b(0x647)]&&!_0x1133e6[_0x368f3b(0x647)])return _0xe8160b;let _0x5070b9={};Object[_0x368f3b(0x31a)](_0xe8160b)[_0x368f3b(0x2b8)](([_0x4d7955,_0x4caf91])=>{!_0x14899b['has'](_0x4d7955)&&!Fs(_0x4d7955)&&(_0x5070b9[_0x4d7955]=Ls(_0x4caf91));});let _0x3e4c2=Rs(_0x5070b9[_0x2aafc5[_0x368f3b(0x5e0)]])?_0x5070b9[_0x2aafc5[_0x368f3b(0x5e0)]]:{};return _0x127539[_0x368f3b(0x2b8)](([_0x85d817,_0x13ca6e])=>{_0x3e4c2[_0x85d817]=_0x85d817 in _0x3e4c2?Is(_0x3e4c2[_0x85d817],_0x13ca6e):Ls(_0x13ca6e);}),_0x1133e6['forEach'](([_0x4c89b9,_0x607f22])=>{let _0xa5c2c=Fs(_0x4c89b9);if(!_0xa5c2c)return;let _0x2d26ea=Rs(_0x3e4c2[_0xa5c2c])?_0x3e4c2[_0xa5c2c]:{};_0x2d26ea[_0x4c89b9]=_0x4c89b9 in _0x2d26ea?Is(_0x2d26ea[_0x4c89b9],_0x607f22):Ls(_0x607f22),_0x3e4c2[_0xa5c2c]=_0x2d26ea;}),_0x5070b9[_0x2aafc5[_0x368f3b(0x5e0)]]=_0x3e4c2,_0x5070b9;}const Ps=[[Object[_0x5a2f85(0x6c8)](_0x4e94b1),_0x3e809b['START']],[Object[_0x5a2f85(0x6c8)](_0x52275e),_0x3e809b[_0x5a2f85(0x3ac)]],[Object[_0x5a2f85(0x6c8)](_0x5b6567),_0x3e809b['FORMULAS']],[Object[_0x5a2f85(0x6c8)](_0x3d6c3b),_0x3e809b[_0x5a2f85(0x1fb)]],[Object[_0x5a2f85(0x6c8)](_0x58c6d6),_0x3e809b['VIEW']],[Object[_0x5a2f85(0x6c8)](_0x5e4807),_0x3e809b[_0x5a2f85(0x5cc)]]];function Fs(_0x2fed69){const _0x8c41e5=_0x5a2f85;var _0x2f88c0;return(_0x2f88c0=Ps[_0x8c41e5(0x4f7)](([_0x413c08])=>_0x413c08['includes'](_0x2fed69)))==null?void 0x0:_0x2f88c0[0x1];}function Is(_0xc294dc,_0x1c337e){const _0x168ad8=_0x5a2f85;if(!Rs(_0xc294dc)||!Rs(_0x1c337e))return Ls(_0x1c337e);let _0x30345e={..._0xc294dc};return Object[_0x168ad8(0x31a)](_0x1c337e)[_0x168ad8(0x2b8)](([_0x48944d,_0x423039])=>{_0x30345e[_0x48944d]=_0x48944d in _0x30345e?Is(_0x30345e[_0x48944d],_0x423039):Ls(_0x423039);}),_0x30345e;}function Ls(_0x2fb67a){const _0x5d1c90=_0x5a2f85;return Array[_0x5d1c90(0x6cd)](_0x2fb67a)?_0x2fb67a[_0x5d1c90(0x438)](_0xe90a9f=>Ls(_0xe90a9f)):Rs(_0x2fb67a)?Object['fromEntries'](Object[_0x5d1c90(0x31a)](_0x2fb67a)[_0x5d1c90(0x438)](([_0x300ce5,_0x5bacda])=>[_0x300ce5,Ls(_0x5bacda)])):_0x2fb67a;}function Rs(_0x51863c){const _0x37b7dd=_0x5a2f85;return!!_0x51863c&&typeof _0x51863c==_0x37b7dd(0x4d6)&&!Array[_0x37b7dd(0x6cd)](_0x51863c);}function zs(){const _0x4c9fd3=_0x5a2f85;let _0x112d23=_0x537911(_0x10f0f1),_0x21a42d=_0x537911(_0x13857c),_0x5af9e4=_0x537911(Ko),_0x46a94e=_0x537911(qo),_0x25b810=_0x100a3f(null),_0x44266f=_0x100a3f(null),_0x456d19=_0x100a3f(null),_0xaf2e6b=_0x100a3f(null),_0x547b28=_0x100a3f(null),_0x6620ce=_0x100a3f(null),_0x373cbd=_0x100a3f(null),_0x3457ae=_0x471436(()=>_0x46a94e[_0x4c9fd3(0x62b)],_0x46a94e[_0x4c9fd3(0x288)](),!0x1,[_0x46a94e]),[_0x41ab98,_0x17374e]=_0x120269(null);if(_0x4ea00e(()=>{const _0x15bde4=_0x4c9fd3;var _0x2c748c;let _0xbf1982=_0x456d19[_0x15bde4(0x208)],_0xc86762=_0x44266f[_0x15bde4(0x208)],_0x5cf3a5=_0xaf2e6b[_0x15bde4(0x208)],_0x58b149=_0x547b28['current'],_0x384f1c=_0x6620ce[_0x15bde4(0x208)],_0x5579e1=_0x373cbd[_0x15bde4(0x208)];if(!_0x3457ae||!_0xbf1982||!_0xc86762||!_0x5cf3a5||!_0x58b149||!_0x384f1c||!_0x5579e1)return;let _0x5cb163=Hs(_0x112d23,_0x3457ae[_0x15bde4(0x218)],_0x3457ae[_0x15bde4(0x41e)]);if(!(_0x5cb163!=null&&_0x5cb163[_0x15bde4(0x6be)])||_0x5cb163['childType']==null){_0xbf1982[_0x15bde4(0x572)]['embedFullscreenStatus']='missing-descriptor';return;}let _0x352190=_0x112d23[_0x15bde4(0x43a)](Po)[_0x15bde4(0x43a)](_0x5cb163['childType']);if(!(_0x352190!=null&&_0x352190['supportedLayouts'][_0x15bde4(0x6d1)](_0x3457ae['layout']))){_0xbf1982[_0x15bde4(0x572)][_0x15bde4(0x5f7)]=_0x15bde4(0x4bd);return;}_0xbf1982[_0x15bde4(0x572)][_0x15bde4(0x5f7)]=_0x15bde4(0x52a),_0xbf1982[_0x15bde4(0x572)][_0x15bde4(0x41e)]=_0x5cb163['embedId'],_0xbf1982[_0x15bde4(0x572)]['embedHostEntry']=_0x5cb163['entry'],_0xbf1982[_0x15bde4(0x572)][_0x15bde4(0x603)]=_0x5cb163[_0x15bde4(0x52e)],_0xbf1982['dataset'][_0x15bde4(0x592)]=_0x3457ae[_0x15bde4(0x22a)],_0xbf1982[_0x15bde4(0x572)][_0x15bde4(0x214)]=String(_0x5cb163[_0x15bde4(0x734)]),_0xbf1982[_0x15bde4(0x572)]['embedChildUnitId']=_0x5cb163['childUnitId'];let _0x2d7b35=Ma(_0xbf1982),_0x3a2f7f=Ws(_0x5cb163,_0x3457ae[_0x15bde4(0x22a)],{'viewport':_0xbf1982,'menuSlot':_0xc86762,'popupSlot':_0x5cf3a5,'footerSlot':_0x5579e1}),_0xd06f4d={'descriptor':_0x5cb163,'layout':_0x3457ae['layout'],'injector':_0x112d23,'hostElement':_0xbf1982,'container':_0xbf1982,'renderScope':_0x3a2f7f,'hostUnitId':_0x5cb163['hostUnitId'],'embedId':_0x5cb163[_0x15bde4(0x41e)],'childUnitId':_0x5cb163[_0x15bde4(0x6be)],'childType':_0x5cb163[_0x15bde4(0x734)]},{runtimeScope:_0x431c9c,disposable:_0x49ef96}=ko(_0xd06f4d,()=>{});_0x17374e({'embedId':_0x5cb163[_0x15bde4(0x41e)],'injector':_0x431c9c[_0x15bde4(0x514)],'sourceInjector':_0x112d23,'popupContainer':_0x431c9c['roots'][_0x15bde4(0x38d)]});let _0x1a469a={..._0xd06f4d,'runtimeScope':_0x431c9c},_0x5ca568=Gs({'injector':_0x112d23,'descriptor':_0x5cb163,'renderScope':_0x3a2f7f,'menuRoot':_0x25b810[_0x15bde4(0x208)],'menuSlot':_0xc86762,'popupSlot':_0x5cf3a5,'sidebarSlot':_0x58b149,'rightSidebarSlot':_0x384f1c,'footerSlot':_0x5579e1}),_0x1a4a8d=_0x44e009=>{const _0x45559e=_0x15bde4;var _0x926203,_0x3622da;let _0x377a8b=(_0x44e009==null?void 0x0:_0x44e009[_0x45559e(0x394)])instanceof Element?_0x44e009[_0x45559e(0x394)]:null;_0x377a8b!=null&&_0x377a8b[_0x45559e(0x21b)](_0x45559e(0x260))||((_0x926203=_0x431c9c[_0x45559e(0x516)])==null||_0x926203[_0x45559e(0x4e7)](_0x5cb163[_0x45559e(0x6be)]),(_0x3622da=_0x431c9c[_0x45559e(0x516)])==null||_0x3622da[_0x45559e(0x41d)](_0x5cb163[_0x45559e(0x6be)]),_0x5af9e4['activateFullscreen'](_0x5cb163));};_0x1a4a8d(),_0xbf1982[_0x15bde4(0x266)](_0x15bde4(0x40c),_0x1a4a8d,{'capture':!0x0}),_0xbf1982[_0x15bde4(0x266)](_0x15bde4(0x67e),_0x1a4a8d);let _0x14b2ba=(_0x2c748c=_0x352190[_0x15bde4(0x2f7)])==null?void 0x0:_0x2c748c['call'](_0x352190,_0x1a469a),_0x318e11=qs({'injector':_0x112d23,'descriptor':_0x5cb163,'childContext':_0x1a469a,'menuContainer':_0xc86762});return _0xbf1982['dataset'][_0x15bde4(0x5f7)]=_0x15bde4(0x523),()=>{_0x17374e(null),globalThis['requestAnimationFrame'](()=>{const _0x28e0b4=_0x4aa9;_0xbf1982[_0x28e0b4(0x2ad)](_0x28e0b4(0x40c),_0x1a4a8d,{'capture':!0x0}),_0xbf1982['removeEventListener'](_0x28e0b4(0x67e),_0x1a4a8d),_0x318e11==null||_0x318e11[_0x28e0b4(0x50e)](),_0x14b2ba==null||_0x14b2ba[_0x28e0b4(0x50e)](),_0x5ca568[_0x28e0b4(0x50e)](),_0x49ef96[_0x28e0b4(0x50e)](),_0x2d7b35['dispose'](),_0x5af9e4['clearFullscreen'](_0x5cb163),delete _0xbf1982[_0x28e0b4(0x572)][_0x28e0b4(0x5f7)],delete _0xbf1982[_0x28e0b4(0x572)][_0x28e0b4(0x41e)],delete _0xbf1982[_0x28e0b4(0x572)][_0x28e0b4(0x5eb)],delete _0xbf1982['dataset'][_0x28e0b4(0x603)],delete _0xbf1982[_0x28e0b4(0x572)][_0x28e0b4(0x592)],delete _0xbf1982[_0x28e0b4(0x572)][_0x28e0b4(0x214)],delete _0xbf1982[_0x28e0b4(0x572)][_0x28e0b4(0x30c)],_0x46a94e[_0x28e0b4(0x319)](_0x3457ae);});};},[_0x5af9e4,_0x46a94e,_0x112d23,_0x3457ae]),!_0x3457ae)return null;let _0xecaeb5=()=>{const _0x4cb027=_0x4c9fd3;_0x46a94e[_0x4cb027(0x57d)](_0x3457ae['embedId']);};return _0x5edd8e(_0x4c9fd3(0x27f),{'className':_0x4c9fd3(0x699),'data-embed-fullscreen-shell':_0x4c9fd3(0x28f),'children':[_0x3457ae[_0x4c9fd3(0x734)]===_0x43e669[_0x4c9fd3(0x4b1)]&&_0x308f69(_0x4c9fd3(0x27f),{'className':_0x4c9fd3(0x632),'data-embed-boards-fullscreen-exit':_0x4c9fd3(0x28f),'title':_0x21a42d['t'](_0x4c9fd3(0x6c7)),'children':_0x5edd8e(_0x6d1876,{'noIcon':!0x0,'className':_0x4c9fd3(0x48c),'onClick':_0xecaeb5,'children':[_0x308f69(_0x2efa50,{}),_0x308f69('span',{'children':_0x21a42d['t'](_0x4c9fd3(0x6c7))})]})}),_0x5edd8e(_0x4c9fd3(0x27f),{'ref':_0x25b810,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x4c9fd3(0x28f),'children':[_0x3457ae['childType']!==_0x43e669[_0x4c9fd3(0x4b1)]&&_0x5edd8e(_0x4c9fd3(0x27f),{'className':'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','data-embed-fullscreen-header':_0x4c9fd3(0x28f),'children':[_0x308f69(_0x4c9fd3(0x248),{'className':_0x4c9fd3(0x6ae),'children':Us(_0x112d23,_0x3457ae[_0x4c9fd3(0x734)])}),_0x5edd8e(_0x4178fc,{'type':_0x4c9fd3(0x6cf),'size':_0x4c9fd3(0x526),'variant':_0x4c9fd3(0x578),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':_0x4c9fd3(0x28f),'onClick':_0xecaeb5,'children':[_0x308f69(_0x23388b,{}),_0x308f69(_0x4c9fd3(0x248),{'children':_0x21a42d['t']('embed-ui.fullscreen.exit')})]})]}),_0x308f69('div',{'ref':_0x44266f,'className':_0x4c9fd3(0x2ca),'data-embed-fullscreen-menu-slot':'true','data-embed-menu-slot':'true'})]}),_0x5edd8e(_0x4c9fd3(0x27f),{'className':_0x4c9fd3(0x63f),'data-embed-fullscreen-body':_0x4c9fd3(0x28f),'children':[_0x308f69('div',{'ref':_0x547b28,'className':'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','data-embed-fullscreen-sidebar-slot':_0x4c9fd3(0x28f),'data-embed-id':_0x3457ae[_0x4c9fd3(0x41e)]}),_0x308f69('div',{'ref':_0x456d19,'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':_0x4c9fd3(0x28f),'onContextMenuCapture':_0x398c9c=>{const _0x2bb97e=_0x4c9fd3;_0x398c9c[_0x2bb97e(0x70f)]();}}),_0x308f69(_0x4c9fd3(0x27f),{'ref':_0x6620ce,'className':_0x4c9fd3(0x5fe),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x3457ae['embedId'],'children':_0x41ab98&&_0x308f69(Vs,{..._0x41ab98})})]}),_0x308f69('div',{'ref':_0x373cbd,'className':_0x4c9fd3(0x39b),'data-embed-fullscreen-footer-slot':_0x4c9fd3(0x28f),'data-embed-footer-slot':'true'}),_0x308f69(_0x4c9fd3(0x27f),{'ref':_0xaf2e6b,'className':_0x4c9fd3(0x388),'data-embed-fullscreen-popup-root':_0x4c9fd3(0x28f),'data-embed-popup-root':_0x4c9fd3(0x28f),'children':_0x41ab98&&_0x308f69(Bs,{..._0x41ab98})})]});}function Bs(_0x567603){let {embedId:_0x5b2740,injector:_0x592c26,sourceInjector:_0x4562e4,popupContainer:_0x287349}=_0x567603;return _0x5edd8e(_0x4fe6d1,{'children':[_0x5edd8e(Jo,{'injector':_0x592c26,'mountContainer':_0x287349,'embedId':_0x5b2740,'children':[_0x308f69(_0x50446a,{}),_0x308f69(_0x4b50e0,{})]}),_0x308f69(Jo,{'injector':_0x4562e4,'mountContainer':_0x287349,'embedId':_0x5b2740,'children':_0x308f69(_0x4b50e0,{})})]});}function Vs(_0x2ab0f3){const _0xc5fc08=_0x5a2f85;let {embedId:_0x37bcf9,injector:_0x37655a,sourceInjector:_0x28da92,popupContainer:_0x487e01}=_0x2ab0f3;return _0x5edd8e(_0xc5fc08(0x24e),{'className':_0xc5fc08(0x471),'children':[_0x308f69(Jo,{'injector':_0x37655a,'mountContainer':_0x487e01,'embedId':_0x37bcf9,'children':_0x308f69(_0x582f5b,{})}),_0x308f69(Jo,{'injector':_0x28da92,'mountContainer':_0x487e01,'embedId':_0x37bcf9,'children':_0x308f69(_0x582f5b,{})})]});}function Hs(_0x22e87c,_0x426611,_0x255e96){const _0x520e80=_0x5a2f85;try{return _0x22e87c[_0x520e80(0x43a)](_0x3f8958)['getDescriptor'](_0x426611,_0x255e96);}catch{return;}}function Us(_0x5e5774,_0x5bf36e){const _0x5d33ee=_0x5a2f85;try{var _0x506378,_0x2e730c;return(_0x506378=(_0x2e730c=_0x5e5774[_0x5d33ee(0x43a)](La)[_0x5d33ee(0x43a)](_0x5bf36e))==null?void 0x0:_0x2e730c[_0x5d33ee(0x67d)])==null?_0x5d33ee(0x6ac):_0x506378;}catch{return _0x5d33ee(0x6ac);}}function Ws(_0x44a4a4,_0x360d40,_0x175637){const _0x50498b=_0x5a2f85;var _0x2086bd,_0x959fd3,_0x53b953,_0x5a813e;let {viewport:_0x58b90a,menuSlot:_0x427f48,popupSlot:_0x1e1b72}=_0x175637;return{'hostUnitId':_0x44a4a4[_0x50498b(0x218)],'hostAnchorId':_0x44a4a4['hostAnchorId'],'embedId':_0x44a4a4[_0x50498b(0x41e)],'childUnitId':_0x44a4a4['childUnitId'],'childType':_0x44a4a4[_0x50498b(0x734)],'layout':_0x360d40,'mode':_0x50498b(0x700),'rootElement':_0x58b90a,'contentRoot':(_0x2086bd=ja(_0x58b90a,_0x50498b(0x50c)))==null?_0x58b90a:_0x2086bd,'canvasRoot':(_0x959fd3=ja(_0x58b90a,'data-embed-canvas-root'))==null?_0x58b90a:_0x959fd3,'overlayRoot':(_0x53b953=ja(_0x58b90a,_0x50498b(0x51e)))==null?_0x58b90a:_0x53b953,'popupRoot':(_0x5a813e=_0x1e1b72==null?ja(_0x58b90a,_0x50498b(0x29b)):_0x1e1b72)==null?_0x58b90a:_0x5a813e,'menuOutlet':{'container':_0x427f48},'active$':_0x1f8333(!0x0),'fullscreen':!0x0};}function Gs(_0x45c01e){const _0x57445f=_0x5a2f85;let {injector:_0x3ddc0a,descriptor:_0xd51e5c,renderScope:_0xba78e1,menuRoot:_0x4cb98b,menuSlot:_0x500178,popupSlot:_0x529136,sidebarSlot:_0x493a36,rightSidebarSlot:_0x1d46a3,footerSlot:_0x30dba6}=_0x45c01e,_0x2c8c66=[],_0x155471=_0xd51e5c[_0x57445f(0x41e)];if(_0x3ddc0a[_0x57445f(0x2cc)](Z)){let _0x3c87f3=_0x3ddc0a[_0x57445f(0x43a)](Z);_0x2c8c66['push'](_0x3c87f3[_0x57445f(0x2c3)]({'embedId':_0x155471,'hostUnitId':_0xd51e5c[_0x57445f(0x218)],'childUnitId':_0xd51e5c['childUnitId'],'childType':_0xd51e5c[_0x57445f(0x734)],'sessionMode':_0x57445f(0x5f9)})),_0xd51e5c[_0x57445f(0x6be)]&&_0x2c8c66[_0x57445f(0x328)](_0x3c87f3[_0x57445f(0x53f)]({'embedId':_0x155471,'role':_0x57445f(0x1fd),'owner':_0x57445f(0x478),'sessionMode':'child-fullscreen','hostUnitId':_0xd51e5c[_0x57445f(0x218)],'childUnitId':_0xd51e5c[_0x57445f(0x6be)],'childType':_0xd51e5c[_0x57445f(0x734)]})),Ks({'renderScope':_0xba78e1,'menuRoot':_0x4cb98b,'menuSlot':_0x500178,'popupSlot':_0x529136,'sidebarSlot':_0x493a36,'rightSidebarSlot':_0x1d46a3,'footerSlot':_0x30dba6})['forEach'](({element:_0x22fac8,role:_0x4ef0cb})=>{const _0x3a2942=_0x57445f;_0x2c8c66['push'](_0x3c87f3[_0x3a2942(0x537)]({'embedId':_0x155471,'element':_0x22fac8,'role':_0x4ef0cb}));});}if(_0x3ddc0a[_0x57445f(0x2cc)](Va)){let _0x572fff=_0x3ddc0a[_0x57445f(0x43a)](Va);Ks({'renderScope':_0xba78e1,'menuRoot':_0x4cb98b,'menuSlot':_0x500178,'popupSlot':_0x529136,'sidebarSlot':_0x493a36,'rightSidebarSlot':_0x1d46a3,'footerSlot':_0x30dba6})[_0x57445f(0x2b8)](({element:_0x2ba243})=>{const _0x4b142f=_0x57445f;_0x2c8c66[_0x4b142f(0x328)](_0x572fff['registerRoot'](_0x155471,_0x2ba243));}),_0x2c8c66['push'](_0x572fff['activatePortalScope'](_0x155471,_0xba78e1[_0x57445f(0x56f)][_0x57445f(0x251)]));}return _0x5a3ed7(()=>{const _0x4cd5c7=_0x57445f;[..._0x2c8c66][_0x4cd5c7(0x4d7)]()[_0x4cd5c7(0x2b8)](_0x2aea61=>_0x2aea61['dispose']());});}function Ks(_0x3e0007){const _0x200d0a=_0x5a2f85;let {renderScope:_0x44fb6e,menuRoot:_0x612032,menuSlot:_0x3a0650,popupSlot:_0x4ea771,sidebarSlot:_0x102abf,rightSidebarSlot:_0x8f588d,footerSlot:_0x188f8c}=_0x3e0007,_0x5d9c0c=[{'element':_0x44fb6e['rootElement'],'role':_0x200d0a(0x606)},{'element':_0x44fb6e[_0x200d0a(0x5b4)],'role':_0x200d0a(0x606)},{'element':_0x44fb6e[_0x200d0a(0x366)],'role':_0x200d0a(0x606)},{'element':_0x44fb6e[_0x200d0a(0x536)],'role':_0x200d0a(0x606)},{'element':_0x612032,'role':_0x200d0a(0x671)},{'element':_0x3a0650,'role':_0x200d0a(0x671)},{'element':_0x188f8c,'role':'floating-menu'},{'element':_0x102abf,'role':_0x200d0a(0x25c)},{'element':_0x8f588d,'role':_0x200d0a(0x25c)},{'element':_0x4ea771,'role':'child-popup'}],_0x49c5ad=new Set();return _0x5d9c0c[_0x200d0a(0x61e)](({element:_0x39ad29,role:_0x41048a})=>!_0x39ad29||_0x49c5ad[_0x200d0a(0x2cc)](_0x39ad29)?[]:(_0x49c5ad['add'](_0x39ad29),[{'element':_0x39ad29,'role':_0x41048a}]));}function qs(_0x36dabe){return Js(_0x36dabe)||Ys(_0x36dabe);}function Js(_0x24aed6){const _0x4ad214=_0x5a2f85;if(!_0x24aed6[_0x4ad214(0x514)][_0x4ad214(0x2cc)](La)||_0x24aed6['descriptor']['childType']==null)return;let _0x481768=_0x24aed6[_0x4ad214(0x514)][_0x4ad214(0x43a)](La)[_0x4ad214(0x43a)](_0x24aed6[_0x4ad214(0x72d)]['childType']);if((_0x481768==null?void 0x0:_0x481768[_0x4ad214(0x419)])===_0x4ad214(0x275)){if(_0x24aed6[_0x4ad214(0x514)][_0x4ad214(0x2cc)](Os)){let _0xe0e298=_0x24aed6[_0x4ad214(0x514)][_0x4ad214(0x43a)](Os)['mountMenu']({'container':_0x24aed6['menuContainer'],'portalContainer':_0x24aed6['childContext']['runtimeScope'][_0x4ad214(0x333)][_0x4ad214(0x38d)],'injector':_0x24aed6['childContext'][_0x4ad214(0x2d9)][_0x4ad214(0x514)],'childType':_0x24aed6['descriptor'][_0x4ad214(0x734)],'childUnitId':_0x24aed6[_0x4ad214(0x72d)][_0x4ad214(0x6be)],'embedId':_0x24aed6['descriptor'][_0x4ad214(0x41e)],'surface':_0x4ad214(0x275),'headerMenu':!0x0,'ribbonHeaderClassName':_0x4ad214(0x621)});if(_0xe0e298)return _0xe0e298;}return as({'container':_0x24aed6['menuContainer'],'portalContainer':_0x24aed6['childContext'][_0x4ad214(0x2d9)][_0x4ad214(0x333)][_0x4ad214(0x38d)],'injector':_0x24aed6[_0x4ad214(0x547)][_0x4ad214(0x2d9)][_0x4ad214(0x514)],'childType':_0x24aed6[_0x4ad214(0x72d)][_0x4ad214(0x734)],'childUnitId':_0x24aed6[_0x4ad214(0x72d)]['childUnitId'],'embedId':_0x24aed6['descriptor'][_0x4ad214(0x41e)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});}}function Ys(_0x1a5663){const _0x1c7fb1=_0x5a2f85;if(!_0x1a5663['injector'][_0x1c7fb1(0x2cc)](Fo)||_0x1a5663[_0x1c7fb1(0x72d)][_0x1c7fb1(0x734)]==null||!_0x1a5663[_0x1c7fb1(0x72d)][_0x1c7fb1(0x6be)])return;let _0x3844b5=_0x1a5663[_0x1c7fb1(0x514)]['get'](Fo)[_0x1c7fb1(0x43a)](_0x1a5663[_0x1c7fb1(0x72d)][_0x1c7fb1(0x323)],_0x1a5663['descriptor']['entry'],_0x1a5663[_0x1c7fb1(0x72d)][_0x1c7fb1(0x734)]),_0x3587fc=_0x3844b5==null?void 0x0:_0x3844b5['mount']({..._0x1a5663[_0x1c7fb1(0x547)],'active':{'hostUnitId':_0x1a5663['descriptor'][_0x1c7fb1(0x218)],'embedId':_0x1a5663[_0x1c7fb1(0x72d)][_0x1c7fb1(0x41e)],'childUnitId':_0x1a5663[_0x1c7fb1(0x72d)]['childUnitId'],'stage':'stage2'}});return _0x3587fc?_0x5a3ed7(()=>_0x3587fc['dispose']()):void 0x0;}const Xs={};function Zs(_0x104861){const _0x3c1ee9=_0x5a2f85;let {stage:_0x71c53c,interactionFlow:_0x1a3295}=_0x104861,_0x2a8c01=_0x1a3295===_0x3c1ee9(0x3ff),_0x5b3f28=_0x71c53c===_0x3c1ee9(0x610)&&!_0x2a8c01,_0x295b5b=_0x71c53c===_0x3c1ee9(0x229)||_0x2a8c01;return{'allowHostBodyDrag':_0x5b3f28,'allowHostDragHandle':_0x5b3f28,'disableLiveHostPointerEvents':!_0x2a8c01&&(_0x71c53c==='inactive'||_0x71c53c===_0x3c1ee9(0x610)),'passThroughInteractionGate':_0x295b5b,'runtimeOwnsInteraction':_0x295b5b,'showHostDragHandle':_0x5b3f28};}function Qs(_0x5106ab,_0xfbcfd0){const _0x484c32=_0x5a2f85;var _0x413a6f;return(_0x5106ab==null?void 0x0:_0x5106ab['hostType'])===_0x43e669[_0x484c32(0x49e)]&&_0x5106ab[_0x484c32(0x734)]===_0x43e669[_0x484c32(0x49e)]&&!!((_0x413a6f=_0x5106ab['sourceMeta'])!=null&&_0x413a6f[_0x484c32(0x2d1)])&&_0xfbcfd0!==_0x484c32(0x229);}function $s(_0x3d4a18,_0x1452a8){const _0x4a84db=_0x5a2f85;return Qs(_0x3d4a18,_0x1452a8)?_0x4a84db(0x691):_0x4a84db(0x315);}function ec(_0x21f6a6){const _0x5424f9=_0x5a2f85;var _0x385f25;return _0x21f6a6[_0x5424f9(0x3e1)]||((_0x385f25=_0x21f6a6[_0x5424f9(0x242)])==null?void 0x0:_0x385f25[_0x5424f9(0x41e)])===_0x21f6a6['embedId']&&_0x21f6a6[_0x5424f9(0x242)][_0x5424f9(0x239)]==='stage2'||!_0x21f6a6[_0x5424f9(0x72a)]&&_0x21f6a6['renderScopeActive']?_0x5424f9(0x229):_0x5424f9(0x3b7);}function tc(_0x22705b,_0x513614){const _0x59eedf=_0x5a2f85;return _0x22705b!=='docs-sticky-sheet'&&_0x22705b!==_0x59eedf(0x541)||_0x513614['shiftKey']||_0x513614[_0x59eedf(0x67b)]||_0x513614[_0x59eedf(0x355)]?!0x1:Math['abs'](_0x513614[_0x59eedf(0x52c)])>Math['abs'](_0x513614[_0x59eedf(0x1ff)]);}var nc=class{constructor(){const _0x234350=_0x5a2f85;Y(this,_0x234350(0x505),new _0x2ce3d0()),Y(this,_0x234350(0x4e8),new Map()),Y(this,'_entriesByEmbedId',new Map()),Y(this,_0x234350(0x530),new Map()),Y(this,_0x234350(0x213),[]),Y(this,'_rendering',!0x1),Y(this,_0x234350(0x60c),null);}[_0x5a2f85(0x200)](_0x5d09fb){const _0x8e692b=_0x5a2f85;return this[_0x8e692b(0x4e8)][_0x8e692b(0x5a2)](_0x5d09fb[_0x8e692b(0x734)],_0x5d09fb),_0x5a3ed7(()=>{const _0x24f688=_0x8e692b;this['_providers']['get'](_0x5d09fb[_0x24f688(0x734)])===_0x5d09fb&&this[_0x24f688(0x4e8)][_0x24f688(0x3b3)](_0x5d09fb[_0x24f688(0x734)]);});}[_0x5a2f85(0x3b8)](_0x3f3a2d){return this['_providers']['get'](_0x3f3a2d);}[_0x5a2f85(0x422)](_0x3277eb){const _0x38f828=_0x5a2f85;return this[_0x38f828(0x4dd)][_0x38f828(0x43a)](_0x3277eb);}['requestPreview'](_0x487151){const _0x591592=_0x5a2f85;var _0x5a9adf,_0x3dc10f;let _0x10b1b8=this[_0x591592(0x20d)](_0x487151),_0xf47c2=this[_0x591592(0x530)]['get'](_0x10b1b8);if(_0xf47c2&&(_0xf47c2[_0x591592(0x342)]===_0x591592(0x623)||_0xf47c2[_0x591592(0x342)]===_0x591592(0x315)))return _0xf47c2;let _0xf1978e=this[_0x591592(0x4dd)][_0x591592(0x43a)](_0x487151[_0x591592(0x72d)][_0x591592(0x41e)]),_0xb2652e={'embedId':_0x487151[_0x591592(0x72d)][_0x591592(0x41e)],'childUnitId':_0x487151[_0x591592(0x6be)],'childType':_0x487151['childType'],'status':'pending','width':Math[_0x591592(0x5bd)](0x1,Math[_0x591592(0x4cd)](_0x487151[_0x591592(0x433)])),'height':Math[_0x591592(0x5bd)](0x1,Math['round'](_0x487151[_0x591592(0x354)])),'dpr':_0x487151['dpr'],'viewState':(_0x5a9adf=_0x487151['viewState'])==null?_0xf1978e==null?void 0x0:_0xf1978e[_0x591592(0x2a9)]:_0x5a9adf,'revision':((_0x3dc10f=_0xf1978e==null?void 0x0:_0xf1978e[_0x591592(0x62d)])==null?0x0:_0x3dc10f)+0x1,'updatedAt':Date[_0x591592(0x53d)]()};return this[_0x591592(0x530)][_0x591592(0x5a2)](_0x10b1b8,_0xb2652e),this[_0x591592(0x4dd)][_0x591592(0x5a2)](_0xb2652e[_0x591592(0x41e)],_0xb2652e),this[_0x591592(0x213)]['push'](_0x487151),this[_0x591592(0x460)](),this[_0x591592(0x505)][_0x591592(0x5b5)](_0xb2652e),_0xb2652e;}async[_0x5a2f85(0x544)](_0x291507){const _0x1bd862=_0x5a2f85;let _0x1ea31b=this[_0x1bd862(0x4e8)][_0x1bd862(0x43a)](_0x291507['childType']);if(!_0x1ea31b)return;let _0x46c060=await _0x1ea31b[_0x1bd862(0x544)](_0x291507);return this[_0x1bd862(0x5e4)](_0x291507[_0x1bd862(0x41e)],_0x46c060),_0x46c060;}async['restoreViewState'](_0x58b242,_0x33331c){const _0x1a6a75=_0x5a2f85;if(_0x33331c==null)return;let _0x278a12=this['_providers']['get'](_0x58b242['childType']);await(_0x278a12==null?void 0x0:_0x278a12[_0x1a6a75(0x695)](_0x58b242,_0x33331c));}['updateViewState'](_0x2f8a8e,_0x306e5e){const _0x38a4e6=_0x5a2f85;let _0x5aebb6=this[_0x38a4e6(0x4dd)]['get'](_0x2f8a8e);if(!_0x5aebb6){let _0x5c8ef6={'embedId':_0x2f8a8e,'childUnitId':'','childType':void 0x0,'status':_0x38a4e6(0x2c1),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x306e5e,'revision':0x0,'updatedAt':Date[_0x38a4e6(0x53d)]()};this['_entriesByEmbedId'][_0x38a4e6(0x5a2)](_0x2f8a8e,_0x5c8ef6),this[_0x38a4e6(0x505)][_0x38a4e6(0x5b5)](_0x5c8ef6);return;}_0x5aebb6[_0x38a4e6(0x2a9)]=_0x306e5e,_0x5aebb6[_0x38a4e6(0x4f8)]=Date[_0x38a4e6(0x53d)](),this[_0x38a4e6(0x505)][_0x38a4e6(0x5b5)](_0x5aebb6);}[_0x5a2f85(0x568)](_0x3041f9,_0x15975c){const _0x4ed90a=_0x5a2f85;let _0x28ec7a=this[_0x4ed90a(0x4dd)]['get'](_0x3041f9);_0x28ec7a&&(_0x28ec7a[_0x4ed90a(0x342)]='stale',_0x28ec7a[_0x4ed90a(0x41c)]=_0x15975c,_0x28ec7a[_0x4ed90a(0x4f8)]=Date['now'](),this[_0x4ed90a(0x505)][_0x4ed90a(0x5b5)](_0x28ec7a));}[_0x5a2f85(0x259)](_0x408489){const _0x3864d6=_0x5a2f85;let _0x4f8a65=this[_0x3864d6(0x4dd)][_0x3864d6(0x43a)](_0x408489);this[_0x3864d6(0x4dd)][_0x3864d6(0x3b3)](_0x408489),_0x4f8a65&&Array[_0x3864d6(0x3ba)](this[_0x3864d6(0x530)][_0x3864d6(0x31a)]())[_0x3864d6(0x2b8)](([_0x384ee8,_0xfd453b])=>{const _0x5bbe3f=_0x3864d6;_0xfd453b[_0x5bbe3f(0x41e)]===_0x408489&&this[_0x5bbe3f(0x530)][_0x5bbe3f(0x3b3)](_0x384ee8);});}[_0x5a2f85(0x20d)](_0x5794db){const _0x3fa97f=_0x5a2f85;return[_0x5794db['descriptor']['embedId'],_0x5794db[_0x3fa97f(0x6be)],_0x5794db['childType'],Math[_0x3fa97f(0x5bd)](0x1,Math[_0x3fa97f(0x4cd)](_0x5794db['width'])),Math['max'](0x1,Math['round'](_0x5794db['height'])),_0x5794db[_0x3fa97f(0x399)]]['join']('::');}async[_0x5a2f85(0x5e3)](){const _0xb5ce72=_0x5a2f85;for(;this[_0xb5ce72(0x213)][_0xb5ce72(0x647)]>0x0||this[_0xb5ce72(0x6ef)]||this[_0xb5ce72(0x60c)];){var _0x4d991a;await((_0x4d991a=this[_0xb5ce72(0x60c)])==null?Promise[_0xb5ce72(0x5ed)]():_0x4d991a),await Promise[_0xb5ce72(0x5ed)]();}}[_0x5a2f85(0x50e)](){const _0x1eb335=_0x5a2f85;this[_0x1eb335(0x4e8)][_0x1eb335(0x5a9)](),this['_entriesByEmbedId'][_0x1eb335(0x5a9)](),this[_0x1eb335(0x530)]['clear'](),this['_queue'][_0x1eb335(0x647)]=0x0,this[_0x1eb335(0x505)][_0x1eb335(0x5ab)]();}[_0x5a2f85(0x460)](){const _0x4f72d1=_0x5a2f85;this['_rendering']||this[_0x4f72d1(0x60c)]||(this['_activeDrain']=this[_0x4f72d1(0x6a9)]()['finally'](()=>{const _0x1cc22c=_0x4f72d1;this[_0x1cc22c(0x60c)]=null;}));}async[_0x5a2f85(0x6a9)](){const _0x3a58d8=_0x5a2f85;if(!this[_0x3a58d8(0x6ef)]){this[_0x3a58d8(0x6ef)]=!0x0;try{for(;this['_queue'][_0x3a58d8(0x647)]>0x0;)await this[_0x3a58d8(0x344)](this['_queue'][_0x3a58d8(0x2b0)]());}finally{this['_rendering']=!0x1;}}}async[_0x5a2f85(0x344)](_0x2e75ab){const _0x6ffd8b=_0x5a2f85;let _0x1703de=this['getCacheKey'](_0x2e75ab),_0xb56f5c=this['_entriesByKey']['get'](_0x1703de);if(!_0xb56f5c||_0xb56f5c[_0x6ffd8b(0x342)]!==_0x6ffd8b(0x623))return;let _0x51f94c=this[_0x6ffd8b(0x4e8)]['get'](_0x2e75ab['childType']),_0x433f14=this[_0x6ffd8b(0x57c)](_0xb56f5c[_0x6ffd8b(0x41e)],_0xb56f5c);if(!_0x51f94c){let _0x47efb3=_0x2e75ab[_0x6ffd8b(0x4af)]?zo(_0x2e75ab[_0x6ffd8b(0x4af)]):void 0x0;if(_0x47efb3){_0xb56f5c[_0x6ffd8b(0x410)]=_0x47efb3,_0xb56f5c['status']=_0x6ffd8b(0x315),_0xb56f5c[_0x6ffd8b(0x4f8)]=Date[_0x6ffd8b(0x53d)](),this[_0x6ffd8b(0x4dd)]['set'](_0xb56f5c['embedId'],_0xb56f5c),this[_0x6ffd8b(0x505)][_0x6ffd8b(0x5b5)](_0xb56f5c);return;}this[_0x6ffd8b(0x4d9)](_0xb56f5c,_0x433f14,Error(_0x6ffd8b(0x3ad)+_0x2e75ab[_0x6ffd8b(0x734)]));return;}try{let _0x576716=await _0x51f94c['renderPreview']({..._0x2e75ab,'width':_0xb56f5c[_0x6ffd8b(0x433)],'height':_0xb56f5c[_0x6ffd8b(0x354)],'viewState':_0xb56f5c[_0x6ffd8b(0x2a9)]});if(this[_0x6ffd8b(0x530)][_0x6ffd8b(0x43a)](_0x1703de)!==_0xb56f5c||_0xb56f5c['status']!=='pending')return;if(!_0x576716){this[_0x6ffd8b(0x4d9)](_0xb56f5c,_0x433f14,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0xb56f5c[_0x6ffd8b(0x410)]=_0x576716,_0xb56f5c['status']=_0x6ffd8b(0x315),_0xb56f5c[_0x6ffd8b(0x4f8)]=Date[_0x6ffd8b(0x53d)](),this['_entriesByEmbedId'][_0x6ffd8b(0x5a2)](_0xb56f5c['embedId'],_0xb56f5c),this[_0x6ffd8b(0x505)]['next'](_0xb56f5c);}catch(_0x3dc670){this[_0x6ffd8b(0x4d9)](_0xb56f5c,_0x433f14,_0x3dc670);}}[_0x5a2f85(0x57c)](_0x3de11b,_0x161d07){const _0x30865a=_0x5a2f85;let _0x4b73f3=this[_0x30865a(0x4dd)][_0x30865a(0x43a)](_0x3de11b);return _0x4b73f3&&_0x4b73f3!==_0x161d07&&_0x4b73f3[_0x30865a(0x410)]?_0x4b73f3:Array['from'](this[_0x30865a(0x530)]['values']())['reverse']()[_0x30865a(0x4f7)](_0x362fc7=>_0x362fc7[_0x30865a(0x41e)]===_0x3de11b&&_0x362fc7!==_0x161d07&&_0x362fc7['image']);}['_setRenderFailure'](_0x23d595,_0x5babbc,_0x47d59f){const _0x478302=_0x5a2f85;var _0x189890;_0x23d595[_0x478302(0x342)]=_0x5babbc!=null&&_0x5babbc[_0x478302(0x410)]?_0x478302(0x2c1):'error',_0x23d595[_0x478302(0x410)]=_0x5babbc==null?void 0x0:_0x5babbc[_0x478302(0x410)],_0x23d595['viewState']=(_0x189890=_0x23d595['viewState'])==null?_0x5babbc==null?void 0x0:_0x5babbc[_0x478302(0x2a9)]:_0x189890,_0x23d595['error']=_0x47d59f,_0x23d595['updatedAt']=Date['now'](),this['_entriesByEmbedId'][_0x478302(0x5a2)](_0x23d595['embedId'],_0x23d595),this[_0x478302(0x505)][_0x478302(0x5b5)](_0x23d595);}},rc=class{constructor(){const _0x3c4216=_0x5a2f85;Y(this,_0x3c4216(0x656),new Map()),Y(this,_0x3c4216(0x5a6),new _0x2ce3d0()),Y(this,_0x3c4216(0x72c),this[_0x3c4216(0x5a6)]['asObservable']());}[_0x5a2f85(0x5f2)](_0x3ed69d){const _0x2057b6=_0x5a2f85;return this[_0x2057b6(0x656)][_0x2057b6(0x5a2)](_0x3ed69d[_0x2057b6(0x41e)],_0x3ed69d),this[_0x2057b6(0x259)]({'embedId':_0x3ed69d['embedId'],'reason':_0x2057b6(0x3aa)}),_0x5a3ed7(()=>{const _0x4eeb18=_0x2057b6;this[_0x4eeb18(0x656)][_0x4eeb18(0x43a)](_0x3ed69d['embedId'])===_0x3ed69d&&(this['_registrations'][_0x4eeb18(0x3b3)](_0x3ed69d[_0x4eeb18(0x41e)]),this[_0x4eeb18(0x259)]({'embedId':_0x3ed69d[_0x4eeb18(0x41e)],'reason':_0x4eeb18(0x3aa)}));});}[_0x5a2f85(0x6e2)](_0x4dbb0e){const _0x2ac270=_0x5a2f85;return this[_0x2ac270(0x656)][_0x2ac270(0x43a)](_0x4dbb0e);}[_0x5a2f85(0x3a7)](_0x544e09){const _0x29daf0=_0x5a2f85;return Array[_0x29daf0(0x3ba)](this[_0x29daf0(0x656)]['values']())[_0x29daf0(0x4f7)](_0x4475ff=>_0x4475ff['childUnitId']===_0x544e09);}[_0x5a2f85(0x259)](_0x58c58a){const _0x34964d=_0x5a2f85;this[_0x34964d(0x5a6)]['next'](_0x58c58a);}};let ic=class{constructor(_0x3b86d,_0x10b232,_0x37e657,_0x3671c9){const _0x4cb5be=_0x5a2f85;this[_0x4cb5be(0x2a0)]=_0x3b86d,this[_0x4cb5be(0x42d)]=_0x10b232,this['_hostAdapterRegistry']=_0x37e657,this[_0x4cb5be(0x552)]=_0x3671c9;}async['materializeDescriptor'](_0x17a797){const _0x21da47=_0x5a2f85;return this[_0x21da47(0x42d)][_0x21da47(0x6f4)](_0x17a797);}async[_0x5a2f85(0x24d)](_0x3d2bb3){const _0x52733e=_0x5a2f85;var _0x2ff9a4;let _0x1ba30c=_0x3d2bb3[_0x52733e(0x72d)],_0x98c9ad=(_0x2ff9a4=_0x3d2bb3[_0x52733e(0x284)])==null?this[_0x52733e(0x3b5)][_0x52733e(0x5ba)]({'embedId':_0x1ba30c[_0x52733e(0x41e)],'hostUnitId':_0x1ba30c[_0x52733e(0x218)],'hostType':_0x1ba30c[_0x52733e(0x323)],'entry':_0x1ba30c[_0x52733e(0x379)],'hostAnchorId':_0x1ba30c[_0x52733e(0x52e)],'hostContext':_0x3d2bb3['hostContext'],'descriptor':_0x1ba30c}):_0x2ff9a4;return this[_0x52733e(0x2a0)][_0x52733e(0x376)](_0x1ba30c['hostUnitId'],_0x1ba30c),this[_0x52733e(0x552)][_0x52733e(0x625)](_0x98c9ad),this[_0x52733e(0x2a0)]['getDescriptor'](_0x1ba30c[_0x52733e(0x218)],_0x1ba30c[_0x52733e(0x41e)]);}};ic=Bo([$(0x0,_0x40a9b9(_0x3f8958)),$(0x1,_0x40a9b9(_0x40eff3)),$(0x2,_0x40a9b9(_0x444250)),$(0x3,_0x40a9b9(_0x159f7c))],ic);function _0x2794(){const _0x33ae70=['message','recordId','HTMLElement','_activeDrain','getByEmbedId','docs-sticky-sheet','_normalizeHostMountResult','stage1','divider-layout','ribbon$','embed-ui.boardsFloating.resetZoom','_refreshHostDocZoom','querySelector','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','packageName','Base','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','_selectAnchor','closeSearch','ownsSession','root','flatMap','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','SlidesFloatingObject','univer-box-border\x20univer-px-24','embed-ui.sheetsFloating.toolbar.bold','pending','removeAllRanges','setAnchor','cancelEditing','embedChildRenderError','filter','SELF','_assertChildUnitAvailable','session$','leftPanelWidth','revision','MIDDLE','univer-inline-flex\x20univer-cursor-move','slides-page-list-block','onMutationExecutedForCollab','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','_getActiveElement','elementRemove$','_getDocsLeft','activateTab','replace','onReady','contribution','formatPainter','visible','addRecord','_isRuntimeFocusRole','isHostGesture','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','uComp','sceneCanvasCaptureService','unit','moved','_isDetachedOffscreenPortalCandidate','search','dividerBefore','length','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','_relocateExistingSession','trigger','vertical','child-keyboard','clearVirtualRecords','thread-comment','univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','columnHeader','fullscreenService','abs','decorate','_getAnyActiveElement','_isOwnedElement','_registrations','refCount','floor','restoreUnitId','_context','sort','hasRecentInteractionFor','unitId','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','source','_menuOverrideService','getContextByHostAnchorId','getSlides','previewService','currentTarget','embed-ui.sheetsFloating.toolbar.textWrapMode.main','runtime-pointer','785907vDiJsj','_active$','_getHostSnapshot','sheets-sheet-tab','hasBlockingChildFocusLease','getPrototypeOf','associatedChildUnitIds','menu','contentHeight','CLIP','floating-menu','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','getUniverSheetInstance','univer-doc-selection-container-__INTERNAL_EDITOR__','Arial','color','getAllUnitsForType','retryDelay','indexOf','listElements','ctrlKey','getStage','productName','focusin','zIndex','registerContext','getCanvas','string','elementAdd$','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','catch','embed-ui.sheetsFloating.toolbar.fillColor.main','_focusOwnerService','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','_instanceService','setLeftSidebarVisible','[data-embed-float-drag-handle=\x22true\x22],\x20[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','removeAttribute','fontSize','createRibbonOverride','chart','getParentEmbedId','deferred','runtimeHost','scaleY','registerContextMenuHandler','restoreViewState','disposeUnit','call','horizontal','univer-fixed\x20univer-inset-0\x20univer-z-[1070]\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','slides-ui.embed','divider-border','ShapeTextEditorContainer','univer-fill-primary-600','_current','_roots','join','contentWidth','host-scroll-sync','changeDoc','_isBodyPortalCandidate','engine','deferInactiveFloatingChrome','embed-ui','univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','_runQueue','_exited$','handleWheel','Embed','embed-ui.sheetsFloating.toolbar.font','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','getValue','scaleX','setSearchQuery','fromEntries','before:univer-hidden','_focusUnit','_injector','_items','getPendingRequests','EMBED_RUNTIME_HOST_ALREADY_LEASED:','resolveActiveChildSessionRuntimeScope','blur','getRenderById','defaultView','_focusLayout','childUnitId','unmountFloatingSessions','_handlers','_releaseTabPeerFocusLeasesForHost','activeEmbedId','doc-flow','194zgPklP','embedModelService','Previous\x20page','embed-ui.fullscreen.exit','values','previewRequested$','viewportPanOffset','registerMultipleCommand','pointerEvents','isArray','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','button','disposeWithMe','includes','display','active$','univer-text-sm','pageManager','_releaseTabPeerFocusLease','_getLatestActivePortalOwner','append','getLive','body','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','showContextualTab','univer-h-8\x20univer-w-full\x20univer-px-2','data-embed-child-render-unit-id','getDataRange','acquire','_resolveFloatingSurfaceRoot','getRegistration','schedule','menuOutlet','UNIVER_SLIDE','remove','type','hideFloatMenu','28px','settleDelayMs','overflow','cycle','getSlide','activeViewId','_rendering','getUnit','getContextByEmbedId','_createRenderScope','deltaMode','materializeDescriptor','shiftViewportPanOffset','_flushPendingContributions','keyboard','rowHeader','localeChanged$','startedAt','class','execute','getOwnPropertySymbols','setSelection','getElementDataForUnit','float','[data-embed-float-dom=\x22true\x22]','_domLayerService','embed-ui.basesFloating.confirmDelete.tableDescription','maxDepth','render','contextChanged$','getContext','univer-size-3\x20univer-shrink-0','-44px','activatePortalScope','_isAppShellEditorPortalCandidate','fitToWidth','2627GTfkpI','bottom','preventDefault','_activePortalOwners','placeholderTitle','getOwnPropertyDescriptor','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','appendChild','univer-shrink-0','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','mousedown','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_pendingPortalOwner','-100000px','scrollLeft','activeSlideId$','data-embed-runtime-focus-role','defaults','AllBorderIcon','_getOrCreateRender','ownedPointerInteractionUntil','embed-float-dom-live-canvas','embed-ui.basesFloating.viewSettings.configureView','mainComponent','_runChildBeforeDeactivate','apply','SKIP_SELF','_activateTabPeerFocusLease','slide-workbench','usesDomFloatingStage','Nested\x20embed\x20is\x20not\x20supported.','geometryInvalidated$','descriptor','embedChildRenderUnitId','title-only','slide-canvas','setStage','rect-popup','function','childType','zoomRatio','clearUnit','sheetBar','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)]','calendarEventSettings','hideContextMenu','some','UNRECOGNIZED','setContainer','activateSession','fit-width','_maxDepth','renderScopeActive','univer-slide-embed-floating-menu\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','data-embed-runtime-slot-owner','scrollWidth','DATA','12844800FhfFza','child-session','viewportHeight','deltaX','registerProvider','FloatingToolbarSplitTrigger','_isUniverPortalTreeElement','width:100%','findIndex','trim','expiresAt','activateFloating','current','_registerDefaultHostToolbar','_resolvedChildUnits','asObservable','hyper-link','getCacheKey','classList','visibility','docs-custom-block','_isHostPreservingLease','background:rgba(99,102,106,.06)','_queue','embedChildType','replaceChildren','fontFamily','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','hostUnitId','bind','registerCtorForType','closest','#app','hasAnyChildInteractionLease','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','setScrollState','hasHostPreservingChildFocusLeaseForHost','_containsRegisteredElement','session','data-u-comp','_undoRedoService','unmerge','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','documentFlavor','doc-block-stage2-runtime','stage2','layout','_portalObservers','_sceneCanvasCaptureService','_mountOwnedSession','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','exited$','univer-size-6\x20univer-p-0','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','BOTTOM','click','customBlockRenderViewport','dispatchEvent','ignoreOwners','_ownedRuntimeFocusAppliesToHost','triggerContextMenu','stage','viewportScrollX','data-embed-child-type','getContextByChildUnitId','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','bleedWidth','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','mountIntoHostElement','DocsCustomBlock','active','WRAP','viewOrder','collapsedIds$','embed-ui.sheetsFloating.toolbar.fontSize','FOCUSING_','span','General','univer-min-w-0\x20univer-truncate\x20univer-text-left','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','startsWith','restoreEmbed','aside','embed-ui.basesFloating.duplicateTable.copyName','item','ownerDocument','calendarViewSettings','canMount','embed-ui.basesFloating.confirmDelete.viewTitle','tabindex','removeProperty','borderComposite','takeRecords','invalidate','onOpenChange','deleteBlock','child-popup','onSelect','_pendingChildUnits','registerRenderModule','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','embed-float-dom-chrome','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_blockRegistry','scroll-contained','conditions','addEventListener','getFlatMenuByPositionKey','[data-embed-sheets-sheet-tab-host=\x22','readonly','hasAttribute','pointerId','params','prepare','#000000','zoomStep','getSnapshot','print','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','embed-float-dom-live-content','_rememberPreviousChildCurrentUnit','ribbon','numfmt','self','getColumnWidth','sessionMode','clientHeight','stable','setAttribute','contentRect','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','div','univer-absolute\x20-univer-top-6\x20univer-left-0\x20univer-z-[2]\x20univer-h-4\x20univer-w-6\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-shadow-none\x20dark:!univer-text-gray-300','key','executeCommand','canvasFloatDomPreviewService','hostAnchorRecord','sHeight','resolvedDependencyCollection','matches','getSession','docs-','menuItem','_boardElementStateService','scopedInjector','sheets-ui.ribbon','start','true','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','view-','toPrimitive','tables','merge','-52px','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','fieldSettings','mountService','px)','overflowY','data-embed-popup-root','_sessions','closeRecordDetail','dropdown','finally','_modelService','makeDirty','_markInteractionBoundaryOwnerTree','sparkline','capture','_handleDragStart','setActive','sheet-workbench','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','viewState','embed-ui.sheetsFloating.toolbar.formatPainter','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','divider-font','removeEventListener','getActiveSheet','_setAnchorTransformerVisible','shift','field-','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','closeOwnedFloatingSurfaces','slideOrder','startX','onClick','Docs','forEach','canvas','margin-left','registerRoot','data-embed-host-unit-id','_overlayRootService','disabled$','_univerInstanceService','conditionalColoring','stale','getUnitType','registerRuntimeScope','[data-embed-overlay-root]','selector','getCurrentTypeOfUnit$','_getActiveOwnedRuntimeFocusInfo','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','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','univer-min-w-0','_childViewRegistry','has','_scheduleFloatingChildFocus','child-editor','documentElement','decoratorName','floating','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','activateView','hostElement','[data-u-comp=\x22embed-float-dom-content\x22]','getId','scroll','getAncestorScale','runtimeScope','[data-embed-float-dom]','enabled','allowHostDragHandle','description','role','align-items:center','_assertResolvedChild','menuChanged$','none','_rootsByChildUnitId','_focusTemporarySink','virtualWidth','sheets-floating-object','configChanged$','setPreview','focus','bleedRight','divider-format-tools','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','_getChildSessionPriority','disposables','[data-u-comp=\x22embed-docs-custom-block\x22]','univer-z-30','univer-pointer-events-none','identifier:ui.layout-service','KeyboardEvent','getViewport','identifier:univer.menu-manager-service','_contextsByEmbedId','mount','startY','placeholder','stage2-runtime','query','openContextMenu','test','[data-u-comp=\x22base-embed-view-slot\x22]','hasCommand','__embedSharedRootInjector','divider-block','univer-text-red-500','embed-ui.boardsFloating.fitContent','hasAnyHostPreservingChildFocusLease','design','_enableEmbedUnitLeasePolicy','overlay','unitAdded$','formulaBar','openSearch','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','embedChildUnitId','Select\x20page','56FBkKtp','fakeToolbarVisible$','fixed','top','color:rgba(30,34,43,.64)','_isHostDocEditorPortal','factory','ready','univer-relative\x20univer-overflow-hidden','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','100%','notifyExited','entries','listbox','_session$','ribbonService','allowed','openActiveEditor','registerItem','with','embed-ui.sheetsFloating.textWrap.clip','hostType','content-only','prototype','embedRuntimeBlocked','_hostContainerRegistry','push','bold','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','MutationObserver','defaultColumnWidth','fallbackWidth','base-embed-view-panel','sheet.command.smart-toggle-filter','subscribeConfigValue$','setContextValue','_isBlockingRole','roots','_contextsByChildUnitId','floatingMenuInsetTop','getFocusOwner','sheetLike','_registerRootPopupDescendantFocusRoles','image/png','getActive','restoreService','univer-size-7','Escape','_mountBlockedRuntime','list','divider-format','univer-size-3.5','status','initial','_renderOne','_hasUnit','syncHostVerticalScroll','[data-u-comp=\x22embed-float-dom-live-content\x22]','sheet-overlay','keydown','radio','#b91c1c','endRow','drawings','disconnect','univer-ml-9\x20univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','[id^=\x22univer-doc-selection-container-docs-\x22]','enable','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','requestPreview','height','metaKey','isFocused','disableLiveHostPointerEvents','_clearItems','univer-popover','UNIVER_DOC','containsElement','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','hasExact','registerChildInteraction','setProperty','disposed','closeContextMenu','stopImmediatePropagation','verticalAlign','_registerComponents','VIEW_MAIN','canvasRoot','registerMountedRuntime','verticalWheelMode','univer-fill-gray-900\x20dark:!univer-fill-white','hasChildInteractionLease','outline','transient','[data-embed-floating-menu-popup=\x22true\x22]','data-embed-floating-menu-entry','_resolveHostWheelGestureRoot','[data-embed-runtime-focus-role]','boards-floating-object','_embedModelService','embedFloatingMenuEntry','[data-embed-popup-root]','pointer','addDescriptor','dialog','1.0.0-alpha.7','entry','inset','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','hypot','sheet-embed-floating-menu','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','hidden','subscribeContextValue$','registerFocusHandler','activated$','_markBodyPortalOwner','viewportScrollY','wrap','resolveStackUnitId','getAncestryForHostUnit','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','embed-ui.sheetsFloating.textWrap.overflow','_rerenderHostDoc','getCellMatrix','getActiveDescriptorsByChildUnit','popup','commandService','closeToolbarPanel','_restoreStage2ChildFocusWhenHostRefocuses','_notifyRuntimeFocusChanged','reRender','focusFloatingRuntime','target','scrollByViewportDeltaVal','getActiveSlide','_isUniverPortalCandidate','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','dpr','measureContentSize','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','isConnected','auto','data-embed-sheets-sheet-tab-host','univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','_getVisibleCanvasDocumentRect','className','[data-embed-float-drag-handle=\x22true\x22]','_registerFloatingMenus','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','contextmenu','disabled','getRegistrationByChildUnitId','_contextService','lease','manual','hideHostFxBar','INSERT','Missing\x20embed\x20float\x20preview\x20provider:\x20','embed-ui.sheetsFloating.toolbar.mergeCell.main','embed-ui.boardsFloating.delete','tabIndex','pushUndoRedo','after:!univer-border-0','delete','reduce','_hostAdapterRegistry','startEditingCell','inactive','getProvider','enableStage1BodyDrag','from','getFocusedUnit','absolute','icon','2309909kvyvJK','offsetWidth','_previousChildCurrentUnits','embed-ui.sheetsFloating.align.top','makeForceDirty','12px','toggleAttribute','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','data-radix-popper-content-wrapper','records','_boardElementService','_leaseAppliesToChildUnit','_registerChildFocusBridge','beforeDeactivate','_leaseAppliesToHostUnit','embed-ui.basesFloating.copySuffix','waiting-base-canvas-root','cssText','menuSchema','_isHTMLElement','isolate','state$','_rectContainsPoint','createInstance','onCommandExecuted','views','kind','identifier:','customizeField','getMergedMenuSchema','listSessions','univer-text-red-500\x20hover:univer-text-red-600','reason','embedFloatStage','calc(100%\x20-\x20','fullscreen','innerHeight','elementUpdate$','handleRegisteredWheel','isFinite','unregisterCommand','app','openRecordDetail','docs-ui.ribbon','open','_configService','getUnitCreateOptions','docsCustomBlockLayout','display:flex',':anonymous:','getLocales','endColumn','univer-doc-main-canvas','getActiveDescriptors','embedSlidesPresentationPreviewImage','querySelectorAll','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','identifier:ui.sidebar.service','PointerDown','EMBED_MENU_OVERRIDE_TAB_REQUIRED','_registerProductUIContributions','embed-float-dom-interaction-gate','_renderManagerService','checkContentIsFocused','constructor','doc-block','tab','splice','number','_getSlideModel','activateTable','container','getContextValue','content-bounds-fit','univer-size-3','useValue','THIN','commandId','pointerdown','embedSlidesPresentationInteractionGate','data','embed-ui.sheetsFloating.borderLine.borderSize','image','nextSibling','univer-truncate','allowOwnedPortalReassignment','getBoundingClientRect','fields','default','data-embed-child-render-mode','\x20/\x20','hostChromeMode','bases-table-list-block','defineProperty','error','focusUnit','embedId','[data-embed-floating-menu=\x22true\x22]','scopedActionServiceTokens','__addUnit','getPreview','clearTimeout','textColor','fitContent','_focusDocumentBody','univer-text-primary-600','getRowCount','nativeEvent','includeAppShellEditorPortal','setTimeout','event','_materializeService','createDefaultConfig','_contributions','beforeCommandExecuted','hostHeaderMode','base-embed-fullscreen-add-view-menu','width','baseUnitId','embed-ui.config','_childUnitAncestry','classic','map','token','get','getTypeOfUnitAdded$','_leases','embed-ui.sheetsFloating.toolbar.textColor.main','value','RIGHT','_cleanupOrdinaryBodyChromeClaims','size','bases-ui.embed','allowDirectBodyPortal','contains','_passiveWheelHandlerRegistry','clientX','slide-readonly-preview-shell','box-sizing:border-box','registerComponent','embed-float-dom','LEFT','bleedLeft','board-embed:','_runtimeScopes','_resolveChildSessionMode','supportedLayouts','[data-embed-interaction-boundary-owner]','getByHostAnchorId','_registerRuntimeBoundary','data-embed-slides-page-list-host','_focusTabPeerSession','false','embed-float-dom-drag-handle','clearActiveEditing','embed-float-dom-overlay','univer-overflow-hidden','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','EMBED_DUPLICATE_CHILD_UNIT','direction$','_config','area','_drainQueue','items','getObject','floatingMenus','.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]','_disposed','hidePopupsForUnit','getTypeOfUnitDisposed$','runtimeRoots','pointer-events','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','_itemId','getDescriptor','document','_getCurrentUnitId','textContent','_registerServices','univer-z-[2]\x20univer-flex\x20univer-h-full','docs-ui.embed','shape','identifier:univer.ribbon-service','captureByChildUnitId','content','getAll','fullscreen-runtime','captureByHostAnchorId','name','[data-embed-float-fullscreen-button]','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','_contentSizeRegistry','fieldOrder','embed-ui.basesFloating.viewSettings.title','_getOwnedEmbedIdFromEventPoint','_key','EMBED_MOUNT_CHILD_NOT_REGISTERED','showChrome','element','activate','title','popupRoot','_tabFocusLeases','tab-active','resize','_resolveChildUnitId','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','childUnit','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','keys','pageMarginRight','unitID','warn','_registerProductMenus','_restorePreviousChildCurrentUnit','closeActiveEditor','_boardUIStateService','13px','shiftKey','GLOBAL','sequence','_focusCoordinator','transform','getRowHeight','UNIVER_SHEET','viewId','data-embed-interaction-boundary-owner','focused$','8px','clientWidth','setZoom','data-embed-id','version','updateItem','clearFloating','univer-contents','_isOwnedBoundaryElement','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','OVERFLOW','symbol','getCurrentUnitOfType','context','pageWidth','UNIVER_BOARD','order','drawImage','scene','[data-u-comp=\x22embed-float-dom-live\x22]','useFactory','80hbcMUB','_rootsByHostAnchorId','dragStarted','_sync','detail','pageId','unsupported-layout','_sortHandlers','embed-ui.sheetsFloating.toolbar.resetColor','_routeWheelToHost','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','_getOwnedEmbedIdFromTarget','resolved','_dispatchEscapeToFloatingSurface','data-embed-menu-slot','allowPlaceholder','setCollapsedIds','pageMarginLeft','parentNode','deactivateTabSessions','embed-ui.basesFloating.viewSettings.deleteView','shouldSuppressHostInteraction','round','calculatePagePosition','609204vBWjjm','dblclick','doc-width-scale','EmbedDuplicateChildUnitError','clientY','embed-ui.basesFloating.delete','getConfig','object','reverse','passiveViewportRegistry','_setRenderFailure','deactivateFloatingSession','_getHostUnit','identifier:ui.contextmenu.service','_entriesByEmbedId','tableOrder','alt','base-workbench','_runtimePolicyService','subUnitId','section','getState','recordOrder','label','setCurrentUnitForType','_providers','retry','getOffsetConfig','embed-float-dom-popup','observe','_blurActiveElementBeforePortalReassignment','toDataURL','addDisposer','promote','univer-doc-selection-container-docs-','_markRuntimeFocusRole','registerOwnedElement','getOwnPropertyNames','unsubscribe','sourceMeta','find','updatedAt','__editor___INTERNAL_EDITOR__','aria-hidden','deleteConfig','_componentManager','note','univer.embed.host-vertical-wheel-attempted-event','_rootsByEmbedId','univer-fixed\x20univer-z-[900]','passThroughInteractionGate','isChildUnitInActiveSession','priority','dir','previewUpdated$','pointerup','hideToolbar','insertBefore','activeIndex','embedChildRenderStatus','embed-ui.sheetsFloating.align.right','data-embed-content-root','TOP','dispose','config','min','_createMountFocusRestorer','disposable','hasHostPreservingChildFocusLease','injector','host-scroll','instanceService','padding:16px','then','scrollToViewportPos','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','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','getDirection','_notifyRuntimeSessionChanged','data-embed-overlay-root','UNIVER_UNKNOWN','style','documentStyle','_hostGestureEvents','mounted','owner','maxRetries','small','slide-page-list','univer.embed.forwarded-wheel-event','removeRender','mounting','activeTableId','deltaY','62286oVNOxr','hostAnchorId','hostFloatDomLayout$','_entriesByKey','createChild','embed-float-dom-live','getAttribute','stopPropagation','captureByEmbedId','overlayRoot','registerElement','_setCurrentUnitForType','embed-ui.basesFloating.tableSidebar.defaultTableName','createElement','clearSelection','univer-min-w-0\x20univer-truncate','now','left','acquireLease','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','docs-sticky-base','setActiveSlide','cancelAnimationFrame','collectViewState','closed','pointercancel','childContext','Failed\x20to\x20load\x20embedded\x20sheet.','Bases','activationService','viewportRoot','pipe','embedSheetsSheetTabError','requestAnimationFrame','retrying-base-child-render','3005620erkChC','viewSettings','_anchorModelService','maxHeight','tab-peer-runtime','hidden$','unitDisposed$','tab-peer','fit','data-embed-canvas-root','pointermove','activeElement','SheetsFloatingObject','_leaseSequence','embed-ui.sheetsFloating.toolbar.numberFormat','_commandService','removeChild','wheel','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_resolveLayout','isolation','workbench','host-override','selections','markStale','parentEmbedId','override$','unmount','zoom','_getEventClientPoint','getCanvasElement','rootElement','right','embedChildRenderMode','dataset','clearTab','objectFit','floatingChromeZIndex','__editor_docs-','_findFallbackUnitId','ghost','justify-content:center','iterator','setFocusOwner','_findPreviousReadyEntry','exit','embed-ui.basesFloating.viewSettings.addView','_override$','passiveWheelHandlerRegistry','elementsFromPoint','CENTER','getColVisible','identifier','registerContainerElement','_activeDragCleanup','Slides','_markExistingBodyPortals','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','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','deltaZ','clearFocusOwner','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','embed-docs-custom-block','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','touchAction','group','embedLayout','_ownedEmbedAppliesToChildUnit','getUnitId','_layoutService','embed-ui.basesFloating.confirmDelete.viewDescription','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','createRender','isChildUnitRuntimeEvent','registerCommand','syncExecuteCommand','checkElementInCurrentContainers','slides-ui.ribbon','subscribe','_currentOverride','getCanvasEle','univer-hidden','set','configurations','embed-ui.boardsFloating.zoomIn','_releaseBodyPortalClaims','_geometryInvalidated$','add','univer-gap-0.5\x20univer-px-1','clear','_observeWheel','complete','children','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','setSearchActiveIndex','renderScope','index','setConfig','customizeGallery','surface','contentRoot','next','hasRecentInteraction','nested','ALL','_removeRuntimeFocusRoleTree','restoreAnchor','trailing','_ribbonOverrideService','max','_getBodyPortalOwner','devicePixelRatio','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','_mountResolvedHost','_elements','slides-floating-object','ref','backgroundColor','_isBlockingLease','tableLike','defaultPrevented','lockHostRibbon','innerWidth','base-embed-fullscreen-view-tabs','OTHERS','embed-ui.sheetsFloating.align.center','parentElement','resolvedDependencies','redos','menuSlot','_touchServices','univer-flex\x20univer-items-center\x20univer-gap-1','univer-w-28\x20univer-truncate\x20univer-text-left','rowHeight','openToolbarPanel','_mountService','darkMode$','_contextsByHostAnchorId','sWidth','base','getOverride','composedPath','embedSlidePreviewCanvasHost','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','RIBBON','embed-ui.boardsFloating.zoomOut','host','flushForTests','updateViewState','mode','table-','createUnit','portalContainer','tableId','_getChildUnitForMeasurement','embedHostEntry','scrollHeight','resolve','univer-min-w-0\x20univer-self-stretch','fullscreenButtonInBlock','_nextIndex','runtimeSessionChanged$','register','activeUntil','UNIVER_EMBED_UI_PLUGIN','_floatingActiveService','aspect-fit','embedFullscreenStatus','inert','child-fullscreen','position','padding','scrollTop','mountMenu','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','UNIVER_BASE','disable','undos','getColumnCount','embedHostAnchorId','numberFormat','mergeMenu','runtime','horizontalAlign','Slide\x20'];_0x2794=function(){return _0x33ae70;};return _0x2794();}function ac(_0x1d9d71){const _0x2d7beb=_0x5a2f85;var _0x498665,_0x31ccd6,_0x1a82e7,_0x312fff,_0x37ed9b;if(!_0x1d9d71)return;let _0x163e47=(_0x498665=(_0x31ccd6=_0x1d9d71[_0x2d7beb(0x21b)](_0x2d7beb(0x451)))==null?void 0x0:_0x31ccd6[_0x2d7beb(0x533)]('data-embed-interaction-boundary-owner'))==null?void 0x0:_0x498665,_0x4a10b6=oc(_0x1d9d71,_0x163e47),_0x131020=(_0x1a82e7=_0x4a10b6==null?void 0x0:_0x4a10b6[_0x2d7beb(0x533)]('data-embed-id'))==null?_0x163e47:_0x1a82e7;if(_0x131020)return{'embedId':_0x131020,'hostUnitId':(_0x312fff=_0x4a10b6==null?void 0x0:_0x4a10b6[_0x2d7beb(0x533)](_0x2d7beb(0x2bc)))==null?void 0x0:_0x312fff,'childUnitId':(_0x37ed9b=_0x4a10b6==null?void 0x0:_0x4a10b6['getAttribute'](_0x5929bc))==null?void 0x0:_0x37ed9b,'childType':cc(_0x4a10b6)};}function oc(_0x92f494,_0x588c0c){const _0x41012d=_0x5a2f85;var _0x2c13f3,_0x43c948;let _0x531518=_0x92f494==null?void 0x0:_0x92f494[_0x41012d(0x21b)](_0x41012d(0x701));if(_0x531518&&(!_0x588c0c||_0x531518[_0x41012d(0x533)]('data-embed-id')===_0x588c0c))return _0x531518;let _0x5d1c50=(_0x2c13f3=_0x92f494==null?void 0x0:_0x92f494['ownerDocument'])==null?typeof document>'u'?void 0x0:document:_0x2c13f3;return!_0x5d1c50||!_0x588c0c?_0x531518==null?void 0x0:_0x531518:(_0x43c948=_0x5d1c50[_0x41012d(0x615)]('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+sc(_0x588c0c)+'\x22]'))==null?void 0x0:_0x43c948;}function sc(_0x29156e){const _0x144959=_0x5a2f85;return _0x29156e[_0x144959(0x637)](/\\/g,'\x5c\x5c')[_0x144959(0x637)](/"/g,'\x5c\x22');}function cc(_0x86fca8){const _0xc530e1=_0x5a2f85;let _0x55bd60=_0x86fca8==null?void 0x0:_0x86fca8['getAttribute'](_0xc530e1(0x23b));if(!(_0x55bd60==null||_0x55bd60===''))return Number(_0x55bd60);}var lc=class{constructor(){const _0x34061e=_0x5a2f85;Y(this,_0x34061e(0x29c),new WeakMap()),Y(this,'_hostGestureEvents',new WeakSet());}[_0x5a2f85(0x5f2)](_0xa07543){const _0x4ddb27=_0x5a2f85;let _0x40b7c0=this[_0x4ddb27(0x29c)][_0x4ddb27(0x43a)](_0xa07543);if(!_0x40b7c0){let _0x15ea59=_0xa07543['ownerDocument'][_0x4ddb27(0x6bc)];if(!_0x15ea59)return _0x5a3ed7(()=>{});let _0x3ce336=_0x234468=>this[_0x4ddb27(0x5aa)](_0xa07543,_0x234468);_0x15ea59[_0x4ddb27(0x266)](_0x4ddb27(0x561),_0x3ce336,{'capture':!0x0,'passive':!0x0}),_0x40b7c0={'activeUntil':0x0,'dispose':()=>_0x15ea59['removeEventListener']('wheel',_0x3ce336,{'capture':!0x0}),'refCount':0x0},this['_sessions']['set'](_0xa07543,_0x40b7c0);}let _0x1b4754=_0x40b7c0;return _0x1b4754[_0x4ddb27(0x657)]+=0x1,_0x5a3ed7(()=>{const _0x2be982=_0x4ddb27;--_0x1b4754[_0x2be982(0x657)],!(_0x1b4754[_0x2be982(0x657)]>0x0||this[_0x2be982(0x29c)]['get'](_0xa07543)!==_0x1b4754)&&(_0x1b4754[_0x2be982(0x50e)](),this[_0x2be982(0x29c)]['delete'](_0xa07543));});}[_0x5a2f85(0x63e)](_0x4bf18b){const _0x39e46d=_0x5a2f85;return this[_0x39e46d(0x522)][_0x39e46d(0x2cc)](_0x4bf18b);}[_0x5a2f85(0x5aa)](_0x6e9577,_0x45b043){const _0x1a4213=_0x5a2f85;var _0x34800d;let _0x45a0f3=_0x6e9577[_0x1a4213(0x251)][_0x1a4213(0x6bc)];if(!_0x45a0f3)return;let _0x1bc383=uc(_0x45b043,_0x45a0f3);if(!_0x1bc383||!_0x6e9577[_0x1a4213(0x444)](_0x1bc383))return;let _0x4183d4=this[_0x1a4213(0x29c)][_0x1a4213(0x43a)](_0x6e9577);if(!_0x4183d4)return;let _0x375f0c=Date['now'](),_0x1a8aac=oc(_0x1bc383);if(!_0x1a8aac||!_0x6e9577['contains'](_0x1a8aac)){_0x4183d4['activeUntil']=_0x375f0c+0x1f4;return;}if(((_0x34800d=ac(_0x1a8aac))==null?void 0x0:_0x34800d['childType'])===_0x43e669[_0x1a4213(0x6e5)]){_0x4183d4[_0x1a4213(0x5f3)]=_0x375f0c+0x1f4,this[_0x1a4213(0x522)][_0x1a4213(0x5a7)](_0x45b043);return;}_0x375f0c>=_0x4183d4[_0x1a4213(0x5f3)]||(_0x4183d4[_0x1a4213(0x5f3)]=_0x375f0c+0x1f4,this['_hostGestureEvents']['add'](_0x45b043));}};function uc(_0x441765,_0x5e41ab){const _0x109db8=_0x5a2f85;let _0x2fae9f=_0x441765[_0x109db8(0x394)];return _0x2fae9f instanceof _0x5e41ab[_0x109db8(0x60b)]?_0x2fae9f:_0x2fae9f instanceof _0x5e41ab['Element']||_0x2fae9f instanceof _0x5e41ab['Node']?_0x2fae9f[_0x109db8(0x5ce)]:null;}var dc=class{constructor(){Y(this,'_providers',new Map());}[_0x5a2f85(0x5f2)](_0x25e45a){const _0x41117b=_0x5a2f85;return this[_0x41117b(0x4e8)][_0x41117b(0x5a2)](_0x25e45a[_0x41117b(0x734)],_0x25e45a),_0x5a3ed7(()=>{const _0x44b3b9=_0x41117b;this[_0x44b3b9(0x4e8)][_0x44b3b9(0x43a)](_0x25e45a['childType'])===_0x25e45a&&this['_providers']['delete'](_0x25e45a[_0x44b3b9(0x734)]);});}[_0x5a2f85(0x43a)](_0xf588b2,_0x2535a0){const _0x1cf719=_0x5a2f85;var _0x429139;let _0x254fef=this[_0x1cf719(0x4e8)][_0x1cf719(0x43a)](_0xf588b2);if(_0x254fef&&!(_0x2535a0&&(_0x429139=_0x254fef[_0x1cf719(0x450)])!=null&&_0x429139[_0x1cf719(0x647)]&&!_0x254fef[_0x1cf719(0x450)]['includes'](_0x2535a0)))return _0x254fef;}[_0x5a2f85(0x33f)](){const _0x4b64a2=_0x5a2f85;return[...this[_0x4b64a2(0x4e8)][_0x4b64a2(0x6c8)]()];}},fc=class{constructor(){Y(this,'_handlers',[]);}['register'](_0x2aadc2){const _0x2df363=_0x5a2f85;return this[_0x2df363(0x6c0)][_0x2df363(0x328)](_0x2aadc2),this[_0x2df363(0x4be)](),_0x5a3ed7(()=>{const _0x2fc848=_0x2df363;let _0x22df36=this[_0x2fc848(0x6c0)]['indexOf'](_0x2aadc2);_0x22df36>=0x0&&this[_0x2fc848(0x6c0)][_0x2fc848(0x401)](_0x22df36,0x1);});}['handleWheel'](_0x4c11a5){const _0x3563c0=_0x5a2f85;for(let _0x2ef7c8 of this[_0x3563c0(0x6c0)]){var _0x3c891e;if(_0x2ef7c8[_0x3563c0(0x734)]===_0x4c11a5['childType']&&!(_0x4c11a5['layout']&&(_0x3c891e=_0x2ef7c8[_0x3563c0(0x450)])!=null&&_0x3c891e[_0x3563c0(0x647)]&&!_0x2ef7c8[_0x3563c0(0x450)]['includes'](_0x4c11a5[_0x3563c0(0x22a)]))&&_0x2ef7c8[_0x3563c0(0x6ab)](_0x4c11a5)===!0x0)return!0x0;}return!0x1;}[_0x5a2f85(0x33f)](){return[...this['_handlers']];}[_0x5a2f85(0x4be)](){const _0x36c9d3=_0x5a2f85;this[_0x36c9d3(0x6c0)][_0x36c9d3(0x65b)]((_0x105452,_0x1e1495)=>{const _0x37f2c2=_0x36c9d3;var _0x17a2c1,_0x3681a4;return((_0x17a2c1=_0x1e1495[_0x37f2c2(0x4b2)])==null?0x0:_0x17a2c1)-((_0x3681a4=_0x105452[_0x37f2c2(0x4b2)])==null?0x0:_0x3681a4);});}};function pc(_0x2d3874){const _0x1dc089=_0x5a2f85;let {hostUnitId:_0x14b841,embedId:_0x5efbe3,className:_0x526f07}=_0x2d3874,_0x19bda8=_0x100a3f(null),_0x515bd9=_0x537911(_0x3f8958),_0x511a0b=_0x537911(Ko),_0x1e0add=_0x537911(qo),_0x5a407e=_0x89b672(_0x972372=>{const _0x4d186c=_0x4aa9;_0x972372[_0x4d186c(0x70f)](),_0x972372[_0x4d186c(0x534)](),!(!_0x14b841||!_0x5efbe3)&&mc({'hostUnitId':_0x14b841,'embedId':_0x5efbe3,'activationService':_0x511a0b,'embedModelService':_0x515bd9,'fullscreenService':_0x1e0add});},[_0x511a0b,_0x5efbe3,_0x515bd9,_0x1e0add,_0x14b841]);return _0x4ea00e(()=>{const _0x247733=_0x4aa9;let _0x2b760b=_0x19bda8['current'];if(!_0x2b760b)return;let _0x5e3ef2=_0x1af5f9=>{const _0x4a7077=_0x4aa9;_0x1af5f9[_0x4a7077(0x534)]();};return _0x2b760b[_0x247733(0x266)](_0x247733(0x40c),_0x5e3ef2),_0x2b760b[_0x247733(0x266)](_0x247733(0x233),_0x5a407e),()=>{const _0x5d044c=_0x247733;_0x2b760b[_0x5d044c(0x2ad)](_0x5d044c(0x40c),_0x5e3ef2),_0x2b760b[_0x5d044c(0x2ad)]('click',_0x5a407e);};},[_0x5a407e]),_0x308f69(_0x1dc089(0x6cf),{'ref':_0x19bda8,'type':'button','className':_0x181de8(_0x1dc089(0x738),_0x526f07),'data-embed-float-fullscreen-button':_0x1dc089(0x28f),'children':_0x308f69(_0x23388b,{'className':_0x1dc089(0x341)})});}function mc(_0x207dbe){const _0x284d6f=_0x5a2f85;var _0x7d62b8;let _0x3dae28=_0x207dbe[_0x284d6f(0x6c5)]['getDescriptor'](_0x207dbe[_0x284d6f(0x218)],_0x207dbe['embedId']);return!(_0x3dae28!=null&&_0x3dae28['childUnitId'])||_0x3dae28[_0x284d6f(0x734)]==null?!0x1:((_0x7d62b8=_0x207dbe['activationService'])==null||_0x7d62b8[_0x284d6f(0x4a8)](_0x207dbe[_0x284d6f(0x41e)],_0x207dbe['hostUnitId']),_0x207dbe[_0x284d6f(0x651)]['enter'](_0x3dae28),!0x0);}const hc='univer:embed-float-drag-handle:pointerdown',gc=Symbol(_0x5a2f85(0x528)),_c=Symbol(_0x5a2f85(0x4fe)),vc=new Map(),yc=_0x5a2f85(0x2fa),bc=_0x5a2f85(0x228),xc=[yc,bc],Sc=_0x5a2f85(0x68b);function Cc(_0x533da3){const _0x54b3f1=_0x5a2f85;var _0x56063a,_0x45fad8,_0x819af6,_0x57dbd4,_0x4ae46a,_0x58243b,_0x22bfee,_0x40b4fc;let {initialStage:_0x5aed54,interactionFlow:_0x2a797b='floating-stage',isExternalHostInteraction:_0x5e95fc,onHostWheel:_0x5377cb,onRuntimeStageEnter:_0x47f518,onRuntimeStageExit:_0x64ade1,resolveHostWheelGestureRoot:_0x43a67d,syncHostVerticalScroll:_0x4d0188}=_0x533da3,_0x371b88=_0x100a3f(null),_0x379240=_0x100a3f(null),_0x2d6aee=_0x100a3f(null),_0x63f01c=_0x100a3f(null),_0x2e854c=_0x100a3f(null),_0x14c218=_0x100a3f(null),_0x37f557=_0x100a3f(null),_0x436d26=_0x100a3f(null),_0x33a069=_0x100a3f(null),_0x3db80b=_0x100a3f(null),_0x24f637=_0x537911(_0x3f8958),_0x5b9408=_0x537911(Ra),_0xbbc359=_0x537911(Ko),_0x5a3c6f=_0x537911(nc),_0x2f0c79=_0x537911(rc),_0x146d70=_0x537911(qo),_0x432009=_0x537911(Va),_0x2a3463=_0x537911(Uo),_0x348a9d=_0x537911(ic),_0x26589b=_0x537911(fc),_0xbcbc1c=_0x537911(dc),_0x1d095c=_0x537911(Z),_0x4e8798=_0x537911(lc),_0x1341ec=_0x537911(_0x380452),_0x43ad74=qc(_0x533da3[_0x54b3f1(0x40e)]),_0x43cb25=_0x533da3[_0x54b3f1(0x3ed)],_0x45f9b2=_0x43cb25!=null&&_0x43cb25[_0x54b3f1(0x337)]?_0x43cb25:void 0x0,[_0xdb3402,_0x342897]=_0x120269(0x0),_0x1a7593=_0x471436(()=>_0x5b9408[_0x54b3f1(0x6d3)][_0x54b3f1(0x54c)](_0x2b2503(()=>_0x43ad74!=null&&_0x43ad74[_0x54b3f1(0x41e)]?_0x5b9408['getStage'](_0x43ad74[_0x54b3f1(0x41e)]):'inactive')),_0x5aed54==null?_0x43ad74!=null&&_0x43ad74[_0x54b3f1(0x41e)]?_0x5b9408[_0x54b3f1(0x67c)](_0x43ad74[_0x54b3f1(0x41e)]):'inactive':_0x5aed54,!0x1,[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x5b9408]),_0x169765=_0x100a3f(_0x1a7593),_0xd72da4=_0x100a3f(!0x1),_0x148e39=_0x100a3f(void 0x0),_0x46e8c5=_0x100a3f(void 0x0),_0x59646e=_0x100a3f(void 0x0),_0x4c0114=_0x100a3f(void 0x0),_0x4ce4b5=_0x100a3f(void 0x0),_0x31285d=_0x100a3f(void 0x0),_0x5d0b60=_0x100a3f(0x0),_0x1baa57=_0x100a3f(0x0),_0x490a19=_0x100a3f(0x0),_0x294557=_0x100a3f([]),_0x4e6f33=_0x100a3f(_0x1a7593);_0x4e6f33[_0x54b3f1(0x208)]=_0x1a7593;let _0x19d343=_0x89b672(()=>{const _0x5ae7f5=_0x54b3f1;var _0x4f4210;(_0x4f4210=_0x59646e[_0x5ae7f5(0x208)])==null||_0x4f4210[_0x5ae7f5(0x50e)](),_0x59646e['current']=void 0x0;},[]),_0x339ce8=_0x89b672(()=>{const _0x5a3d8f=_0x54b3f1;var _0x584d97,_0x543cb5,_0x316264,_0x208b50,_0x5a444e,_0x25154a,_0x3febd7,_0x304add;if(!(_0x43ad74!=null&&_0x43ad74[_0x5a3d8f(0x41e)])||_0x59646e[_0x5a3d8f(0x208)])return;let _0x345dea=_0x43ad74[_0x5a3d8f(0x218)]?_0x24f637[_0x5a3d8f(0x46c)](_0x43ad74[_0x5a3d8f(0x218)],_0x43ad74[_0x5a3d8f(0x41e)]):void 0x0,_0x684d6a=wc(_0x345dea),_0x1e96a7=(_0x584d97=(_0x543cb5=(_0x316264=_0x43ad74['childUnitId'])==null?_0x345dea==null?void 0x0:_0x345dea[_0x5a3d8f(0x6be)]:_0x316264)==null?(_0x208b50=_0x46e8c5[_0x5a3d8f(0x208)])==null?void 0x0:_0x208b50[_0x5a3d8f(0x6be)]:_0x543cb5)==null?_0x684d6a==null?void 0x0:_0x684d6a[_0x5a3d8f(0x6be)]:_0x584d97,_0x2f9dac=(_0x5a444e=(_0x25154a=(_0x3febd7=_0x43ad74[_0x5a3d8f(0x734)])==null?_0x345dea==null?void 0x0:_0x345dea[_0x5a3d8f(0x734)]:_0x3febd7)==null?(_0x304add=_0x46e8c5['current'])==null?void 0x0:_0x304add[_0x5a3d8f(0x734)]:_0x25154a)==null?_0x684d6a==null?void 0x0:_0x684d6a[_0x5a3d8f(0x734)]:_0x5a444e;_0x59646e[_0x5a3d8f(0x208)]=_0x1d095c[_0x5a3d8f(0x53f)]({'embedId':_0x43ad74[_0x5a3d8f(0x41e)],'role':_0x5a3d8f(0x1fd),'owner':_0x2a797b===_0x5a3d8f(0x3ff)?bc:yc,'sessionMode':'child-keyboard','hostUnitId':_0x43ad74[_0x5a3d8f(0x218)],'childUnitId':_0x1e96a7,'childType':_0x2f9dac});},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x734)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x6be)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x24f637,_0x1d095c,_0x2a797b]),_0x4aa86e=_0x89b672(()=>{const _0x3d73ad=_0x54b3f1;if(!(_0x43ad74!=null&&_0x43ad74[_0x3d73ad(0x41e)]))return;let _0x360c80=_0x43ad74['embedId'];window[_0x3d73ad(0x54e)](()=>{const _0x2e3c69=_0x3d73ad;_0x5b9408[_0x2e3c69(0x67c)](_0x360c80)!=='stage2'&&_0x19d343();});},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x5b9408,_0x19d343]),_0x3d1305=_0x43ad74!=null&&_0x43ad74[_0x54b3f1(0x218)]?_0x24f637[_0x54b3f1(0x46c)](_0x43ad74[_0x54b3f1(0x218)],_0x43ad74[_0x54b3f1(0x41e)]):void 0x0,_0x5cb692=wc(_0x3d1305),_0x557bef=(_0x56063a=(_0x45fad8=(_0x819af6=_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x6be)])==null?_0x3d1305==null?void 0x0:_0x3d1305[_0x54b3f1(0x6be)]:_0x819af6)==null?(_0x57dbd4=_0x46e8c5[_0x54b3f1(0x208)])==null?void 0x0:_0x57dbd4['childUnitId']:_0x45fad8)==null?_0x5cb692==null?void 0x0:_0x5cb692[_0x54b3f1(0x6be)]:_0x56063a,_0x5dc8e6=(_0x4ae46a=(_0x58243b=(_0x22bfee=_0x43ad74==null?void 0x0:_0x43ad74['childType'])==null?_0x3d1305==null?void 0x0:_0x3d1305[_0x54b3f1(0x734)]:_0x22bfee)==null?(_0x40b4fc=_0x46e8c5['current'])==null?void 0x0:_0x40b4fc[_0x54b3f1(0x734)]:_0x58243b)==null?_0x5cb692==null?void 0x0:_0x5cb692[_0x54b3f1(0x734)]:_0x4ae46a,_0x195e8c=$s(_0x3d1305,_0x1a7593);_0x4ea00e(()=>{const _0x1ef078=_0x54b3f1;if(!(!(_0x43ad74!=null&&_0x43ad74[_0x1ef078(0x41e)])||_0x1a7593!==_0x1ef078(0x229)))return _0x339ce8(),_0x19d343;},[_0x339ce8,_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x19d343,_0x1a7593]),_0x4ea00e(()=>{const _0x3d142d=_0x54b3f1;let _0xd15f7e=_0x371b88[_0x3d142d(0x208)],_0x293a54=Cl(_0x1341ec,_0x1d095c,_0x43ad74==null?void 0x0:_0x43ad74['embedId'],_0xd15f7e,_0x1a7593);if(_0x293a54)return()=>_0x293a54[_0x3d142d(0x50e)]();},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x1d095c,_0x1341ec,_0x1a7593]),_0x4ea00e(()=>{const _0x138287=_0x54b3f1;let _0x521589=_0x169765[_0x138287(0x208)];_0x169765[_0x138287(0x208)]=_0x1a7593;let _0xd45a14=_0x521589!==_0x1a7593||!_0xd72da4[_0x138287(0x208)]&&_0x1a7593!==_0x138287(0x3b7);_0xd72da4[_0x138287(0x208)]=!0x0,_0xd45a14&&(_0x47f518==null||_0x47f518(_0x1a7593),_0x2f0c79[_0x138287(0x259)]({'embedId':_0x43ad74==null?void 0x0:_0x43ad74[_0x138287(0x41e)],'reason':'stage-change'})),_0x521589==='stage2'&&_0x1a7593!==_0x138287(0x229)&&(Ol(_0x43ad74==null?void 0x0:_0x43ad74[_0x138287(0x41e)],vl(_0x63f01c[_0x138287(0x208)],_0x2e854c[_0x138287(0x208)],_0x14c218[_0x138287(0x208)],_0x33a069[_0x138287(0x208)],_0x3db80b['current'])),_0xbbc359[_0x138287(0x4a8)](_0x43ad74==null?void 0x0:_0x43ad74[_0x138287(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74[_0x138287(0x218)]),_0x64ade1==null||_0x64ade1());},[_0xbbc359,_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x2f0c79,_0x47f518,_0x64ade1,_0x1a7593]),_0x4ea00e(()=>{const _0x10b9b2=_0x54b3f1;if(_0x5aed54!=='stage2'||!(_0x43ad74!=null&&_0x43ad74['embedId'])||!_0x43ad74[_0x10b9b2(0x218)])return;let _0x102e3c=_0x24f637[_0x10b9b2(0x46c)](_0x43ad74['hostUnitId'],_0x43ad74[_0x10b9b2(0x41e)]);_0x102e3c!=null&&_0x102e3c[_0x10b9b2(0x6be)]&&_0x5b9408[_0x10b9b2(0x485)]({'hostUnitId':_0x43ad74[_0x10b9b2(0x218)],'embedId':_0x43ad74[_0x10b9b2(0x41e)],'childUnitId':_0x102e3c['childUnitId']},_0x10b9b2(0x229));},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x24f637,_0x5b9408,_0x5aed54]),_0x4ea00e(()=>{const _0x48ef45=_0x54b3f1;let _0x29f18e=_0x63f01c[_0x48ef45(0x208)],_0x89a879=_0x2e854c['current'],_0x272e64=_0x14c218['current'],_0x35cb6f=_0x33a069[_0x48ef45(0x208)],_0x599184=_0x3db80b[_0x48ef45(0x208)];if(!_0x29f18e||!_0x89a879||!_0x272e64||!_0x35cb6f||!_0x599184)return;let _0xb450c1=_0x43ad74!=null&&_0x43ad74['hostUnitId']?_0x24f637[_0x48ef45(0x46c)](_0x43ad74[_0x48ef45(0x218)],_0x43ad74[_0x48ef45(0x41e)]):void 0x0,_0x3cd0ab=_0xb450c1?Jc(_0xb450c1):void 0x0;if(!_0xb450c1||!_0x3cd0ab||_0x195e8c===_0x48ef45(0x691))return;let _0x392d96=!0x1,_0x22c5b6;return _0x348a9d[_0x48ef45(0x6f4)]({'descriptor':_0xb450c1})[_0x48ef45(0x518)](_0x4c8d58=>{const _0x2188a0=_0x48ef45;var _0x3a2390;if(_0x392d96)return;let _0x46433c=_0x2a3463[_0x2188a0(0x240)](_0x4c8d58,_0x29f18e,{'content':_0x89a879,'canvas':_0x272e64,'overlay':_0x35cb6f,'popup':_0x599184});_0x22c5b6=_0x4c8d58['embedId'];let _0x31f5fe=_0x46433c==null?void 0x0:_0x46433c[_0x2188a0(0x4af)];_0x46e8c5[_0x2188a0(0x208)]=_0x31f5fe;let _0x37f8a3=_0x43ad74!=null&&_0x43ad74[_0x2188a0(0x41e)]?(_0x3a2390=_0x5a3c6f[_0x2188a0(0x422)](_0x43ad74[_0x2188a0(0x41e)]))==null?void 0x0:_0x3a2390['viewState']:void 0x0;_0x31f5fe&&_0x37f8a3!=null&&_0x5a3c6f[_0x2188a0(0x695)](_0x31f5fe,_0x37f8a3);})[_0x48ef45(0x685)](_0x5e241d=>{throw _0x5e241d;}),()=>{const _0x401deb=_0x48ef45;var _0x43eb1a;_0x392d96=!0x0,_0x22c5b6&&((_0x43eb1a=_0x46e8c5['current'])==null?void 0x0:_0x43eb1a[_0x401deb(0x41e)])===_0x22c5b6&&(_0x46e8c5[_0x401deb(0x208)]=void 0x0),_0x2a3463['unmount'](_0xb450c1[_0x401deb(0x41e)]);};},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x218)],_0x24f637,_0x2a3463,_0xdb3402,_0x5a3c6f,_0x348a9d,_0x195e8c]),_0x4ea00e(()=>{const _0x58a9a9=_0x54b3f1;if(!(_0x43ad74!=null&&_0x43ad74[_0x58a9a9(0x41e)]))return;let _0x15fd36=_0x43ad74['embedId'],_0x4dc4b1=[];[{'element':_0x63f01c[_0x58a9a9(0x208)],'role':_0x58a9a9(0x606)},{'element':_0x2e854c[_0x58a9a9(0x208)],'role':_0x58a9a9(0x606)},{'element':_0x14c218[_0x58a9a9(0x208)],'role':_0x58a9a9(0x606)}]['forEach'](_0x45bd08=>{const _0x3fb44b=_0x58a9a9;let _0x506047=_0x45bd08['element'];_0x506047&&_0x4dc4b1[_0x3fb44b(0x328)]({'element':_0x506047,'role':_0x45bd08['role']});}),_0x1a7593===_0x58a9a9(0x229)&&[{'element':_0x37f557[_0x58a9a9(0x208)],'role':_0x58a9a9(0x671)},{'element':_0x33a069[_0x58a9a9(0x208)],'role':_0x58a9a9(0x671)},{'element':_0x3db80b[_0x58a9a9(0x208)],'role':_0x58a9a9(0x25c)}]['forEach'](_0x591ff3=>{const _0x292f2=_0x58a9a9;_0x591ff3[_0x292f2(0x484)]&&_0x4dc4b1['push'](_0x591ff3);});let _0x23179c=_0x4dc4b1[_0x58a9a9(0x61e)](({element:_0x1e8830,role:_0x285a60})=>[_0x432009[_0x58a9a9(0x2bb)](_0x15fd36,_0x1e8830),_0x1d095c[_0x58a9a9(0x537)]({'embedId':_0x15fd36,'role':_0x285a60,'element':_0x1e8830})]);return()=>_0x23179c[_0x58a9a9(0x2b8)](_0x5a61ce=>_0x5a61ce[_0x58a9a9(0x50e)]());},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x1d095c,_0x432009,_0x1a7593]),_0x4ea00e(()=>{const _0x4327e4=_0x54b3f1;var _0x2926e2,_0x4744b0,_0x3e2b9b,_0x484617;if(!(_0x43ad74!=null&&_0x43ad74[_0x4327e4(0x41e)])||_0x1a7593!==_0x4327e4(0x229))return;let _0x2f6e0b=(_0x2926e2=(_0x4744b0=(_0x3e2b9b=_0x371b88[_0x4327e4(0x208)])==null?void 0x0:_0x3e2b9b['ownerDocument'])==null?(_0x484617=_0x63f01c['current'])==null?void 0x0:_0x484617[_0x4327e4(0x251)]:_0x4744b0)==null?typeof document>'u'?void 0x0:document:_0x2926e2,_0x42ff97=_0x432009[_0x4327e4(0x70a)](_0x43ad74[_0x4327e4(0x41e)],_0x2f6e0b);return()=>{const _0x442e66=_0x4327e4;_0x4e6f33[_0x442e66(0x208)]!==_0x442e66(0x229)&&_0x432009['closeOwnedFloatingSurfaces'](_0x43ad74[_0x442e66(0x41e)],_0x2f6e0b),_0x42ff97[_0x442e66(0x50e)]();};},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x432009,_0x1a7593]),_0x4ea00e(()=>{const _0x2e3e06=_0x54b3f1;var _0x1ff84a,_0x148cee,_0x31127a,_0x4d8753;if(!(_0x43ad74!=null&&_0x43ad74[_0x2e3e06(0x41e)])||_0x1a7593!==_0x2e3e06(0x229))return;let _0x40117c=(_0x1ff84a=(_0x148cee=(_0x31127a=_0x371b88[_0x2e3e06(0x208)])==null?void 0x0:_0x31127a[_0x2e3e06(0x251)])==null?(_0x4d8753=_0x63f01c[_0x2e3e06(0x208)])==null?void 0x0:_0x4d8753[_0x2e3e06(0x251)]:_0x148cee)==null?typeof document>'u'?void 0x0:document:_0x1ff84a,_0x81075f=_0x40117c==null?void 0x0:_0x40117c[_0x2e3e06(0x615)]('[data-u-comp=\x22headerbar\x22]');if(!_0x81075f)return;let _0xde8b7c=[_0x432009[_0x2e3e06(0x2bb)](_0x43ad74[_0x2e3e06(0x41e)],_0x81075f),_0x1d095c[_0x2e3e06(0x537)]({'embedId':_0x43ad74['embedId'],'role':'floating-menu','element':_0x81075f})];return()=>_0xde8b7c[_0x2e3e06(0x2b8)](_0x52b652=>_0x52b652[_0x2e3e06(0x50e)]());},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x1d095c,_0x432009,_0x1a7593]),_0x4ea00e(()=>{const _0x581772=_0x54b3f1;let _0x75fc0a=_0x371b88['current'],_0x53e7e1=_0x75fc0a==null?void 0x0:_0x75fc0a[_0x581772(0x615)]('[data-u-comp=\x22embed-float-dom-content\x22]');if(!(_0x43ad74!=null&&_0x43ad74['embedId'])||!_0x75fc0a)return;let _0x3dd3ec=_0x43ad74['hostUnitId']?_0x24f637['getDescriptor'](_0x43ad74[_0x581772(0x218)],_0x43ad74[_0x581772(0x41e)]):void 0x0,_0x3061b4=_0x2f0c79[_0x581772(0x5f2)]({'embedId':_0x43ad74[_0x581772(0x41e)],'childUnitId':_0x3dd3ec==null?void 0x0:_0x3dd3ec['childUnitId'],'root':_0x75fc0a,'viewport':_0x53e7e1,'contentRoot':_0x2e854c[_0x581772(0x208)]});return()=>_0x3061b4['dispose']();},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x218)],_0x24f637,_0x2f0c79]),_0x4ea00e(()=>{const _0x4b2b06=_0x54b3f1;if(!(_0x43ad74!=null&&_0x43ad74[_0x4b2b06(0x41e)]))return;let _0x33b2fd=_0x146d70[_0x4b2b06(0x22f)][_0x4b2b06(0x59e)](_0x12d4f8=>{const _0x24c389=_0x4b2b06;_0x12d4f8[_0x24c389(0x41e)]===_0x43ad74[_0x24c389(0x41e)]&&(_0xbbc359['clearFloating'](_0x43ad74[_0x24c389(0x41e)],_0x43ad74[_0x24c389(0x218)]),_0x2a3463[_0x24c389(0x56b)](_0x43ad74[_0x24c389(0x41e)]),_0x4ce4b5['current']!=null&&(window[_0x24c389(0x543)](_0x4ce4b5[_0x24c389(0x208)]),_0x4ce4b5[_0x24c389(0x208)]=void 0x0),_0x31285d[_0x24c389(0x208)]!=null&&globalThis[_0x24c389(0x423)](_0x31285d[_0x24c389(0x208)]),_0x31285d['current']=globalThis['setTimeout'](()=>{const _0x4a8322=_0x24c389;_0x31285d[_0x4a8322(0x208)]=void 0x0,_0x4ce4b5['current']=window[_0x4a8322(0x54e)](()=>{const _0x51b9d1=_0x4a8322;_0x4ce4b5[_0x51b9d1(0x208)]=void 0x0,_0x342897(_0x213196=>_0x213196+0x1);});},0x0));});return()=>{const _0x44d1dd=_0x4b2b06;_0x33b2fd[_0x44d1dd(0x4f5)](),_0x31285d[_0x44d1dd(0x208)]!=null&&(globalThis[_0x44d1dd(0x423)](_0x31285d['current']),_0x31285d[_0x44d1dd(0x208)]=void 0x0),_0x4ce4b5[_0x44d1dd(0x208)]!=null&&(window['cancelAnimationFrame'](_0x4ce4b5[_0x44d1dd(0x208)]),_0x4ce4b5[_0x44d1dd(0x208)]=void 0x0);};},[_0xbbc359,_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x218)],_0x146d70,_0x2a3463]),_0x4ea00e(()=>{const _0x41e907=_0x54b3f1;var _0x1cfe65;let _0xeac47=_0x371b88[_0x41e907(0x208)],_0x26997f=_0x37f557['current'];if(!_0xeac47||!_0x26997f||typeof document>'u')return;if(_0x533da3['deferInactiveFloatingChrome']===!0x0&&_0x1a7593===_0x41e907(0x3b7))return _0x26997f['style'][_0x41e907(0x20f)]=_0x41e907(0x37f),_0x26997f[_0x41e907(0x520)][_0x41e907(0x6cc)]=_0x41e907(0x2e2),()=>{const _0x193618=_0x41e907;_0x26997f['style'][_0x193618(0x256)](_0x193618(0x20f)),_0x26997f[_0x193618(0x520)][_0x193618(0x256)]('pointer-events');};let _0x27c040=_0x26997f['parentElement'],_0x1f7095=_0x26997f[_0x41e907(0x411)],_0x46c408,_0x5856ae,_0x15859c=0x0,_0x42c67c,_0x4a1871,_0x56c675,_0x2f8b27,_0x3e21fa,_0x53f801,_0x1b6e37,_0x52733,_0x40e9b3=()=>{const _0x89af88=_0x41e907;let _0x510ab4=Mc(_0xeac47),_0x4df844=jc(_0xeac47),_0x16f067=_0xeac47[_0x89af88(0x414)](),_0x20129a=!Nc(_0xeac47)&&_0x52733!=null&&_0x42c67c===_0x4df844[_0x89af88(0x53e)]&&_0x56c675===_0x4df844['width']&&_0x2f8b27===_0x4df844[_0x89af88(0x354)];!Nc(_0xeac47)&&_0x52733!=null&&!_0x20129a&&(_0x52733=void 0x0);let _0x381a10=_0x20129a?new DOMRect(_0x4df844[_0x89af88(0x53e)],_0x52733,_0x4df844[_0x89af88(0x433)],_0x4df844[_0x89af88(0x354)]):_0x4df844,_0x2a2f68=!_0x510ab4||_0x381a10[_0x89af88(0x354)]>=Pc,_0x5c6245=_0x381a10[_0x89af88(0x354)]>=Fc,_0x56eb20=_0x5c6245&&_0x16f067['top']>=_0x381a10['top'];Dc(_0xeac47,_0x26997f,_0x2a2f68,_0x1a7593),Oc(_0xeac47,_0x26997f,_0x5c6245,_0x56eb20,_0x1a7593),_0x510ab4?kc(_0x26997f,_0x381a10,_0x16f067):Ac(_0x26997f),_0x26997f[_0x89af88(0x520)]['visibility']=_0x2a2f68?'':_0x89af88(0x37f),_0x26997f[_0x89af88(0x520)]['pointerEvents']=_0x2a2f68&&_0x1a7593!==_0x89af88(0x3b7)?'':_0x89af88(0x2e2),!(_0x381a10[_0x89af88(0x53e)]===_0x42c67c&&_0x381a10[_0x89af88(0x311)]===_0x4a1871&&_0x381a10[_0x89af88(0x433)]===_0x56c675&&_0x381a10[_0x89af88(0x354)]===_0x2f8b27&&_0x2a2f68===_0x3e21fa&&_0x5c6245===_0x53f801&&_0x56eb20===_0x1b6e37)&&(_0x42c67c=_0x381a10[_0x89af88(0x53e)],_0x4a1871=_0x381a10[_0x89af88(0x311)],_0x56c675=_0x381a10[_0x89af88(0x433)],_0x2f8b27=_0x381a10[_0x89af88(0x354)],_0x3e21fa=_0x2a2f68,_0x53f801=_0x5c6245,_0x1b6e37=_0x56eb20,vc[_0x89af88(0x5a2)](_0xeac47,{'left':_0x381a10[_0x89af88(0x53e)],'top':_0x381a10[_0x89af88(0x311)],'width':_0x381a10[_0x89af88(0x433)],'height':_0x381a10['height']}),_0x26997f[_0x89af88(0x520)][_0x89af88(0x53e)]=_0x381a10[_0x89af88(0x53e)]+'px',_0x26997f['style']['top']=_0x381a10[_0x89af88(0x311)]+'px',_0x26997f['style'][_0x89af88(0x433)]=_0x381a10['width']+'px',_0x26997f[_0x89af88(0x520)][_0x89af88(0x354)]=_0x381a10[_0x89af88(0x354)]+'px');},_0x44ac28=()=>{const _0x4a03bd=_0x41e907;_0x40e9b3(),_0x46c408=window[_0x4a03bd(0x54e)](_0x44ac28);},_0x1b45ff=()=>{const _0x5822c9=_0x41e907;_0x5856ae=void 0x0,_0x40e9b3(),!(_0x15859c<=0x0)&&(--_0x15859c,_0x5856ae=window[_0x5822c9(0x54e)](_0x1b45ff));},_0x5753a3=_0x191d8a=>{const _0x113b17=_0x41e907;!Nc(_0xeac47)&&Vc(_0x191d8a)&&_0x4a1871!=null&&(_0x52733=_0x4a1871),Bc(_0xeac47,_0x191d8a,{'left':_0x42c67c,'top':_0x4a1871,'width':_0x56c675,'height':_0x2f8b27})&&(_0x2f0c79[_0x113b17(0x259)]({'embedId':_0x43ad74==null?void 0x0:_0x43ad74[_0x113b17(0x41e)],'reason':_0x113b17(0x561)}),_0x15859c=Math['max'](_0x15859c,0x3),_0x5856ae==null&&(_0x5856ae=window[_0x113b17(0x54e)](_0x1b45ff)));},_0x2e5f0e=()=>{const _0x543bd3=_0x41e907;_0x52733=void 0x0,_0x2f0c79[_0x543bd3(0x259)]({'embedId':_0x43ad74==null?void 0x0:_0x43ad74[_0x543bd3(0x41e)],'reason':_0x543bd3(0x515)}),_0x15859c=Math[_0x543bd3(0x5bd)](_0x15859c,0x2),_0x5856ae==null&&(_0x5856ae=window[_0x543bd3(0x54e)](_0x1b45ff));};_0x40e9b3(),document[_0x41e907(0x6da)][_0x41e907(0x714)](_0x26997f);let _0x48bdc9=()=>{_0x52733=void 0x0;},_0x495a65=new ResizeObserver(_0x40e9b3);_0x495a65[_0x41e907(0x4ec)](_0xeac47);let _0x436200=(_0x1cfe65=_0x533da3[_0x41e907(0x52f)])==null?void 0x0:_0x1cfe65[_0x41e907(0x59e)](_0x2e5f0e);return window[_0x41e907(0x266)](_0x41e907(0x40c),_0x48bdc9,!0x0),window[_0x41e907(0x266)](_0x41e907(0x2d7),_0x5753a3,!0x0),window[_0x41e907(0x266)](_0x41e907(0x561),_0x5753a3,!0x0),window[_0x41e907(0x266)](_0x41e907(0x48a),_0x5753a3),(_0x1a7593!==_0x41e907(0x3b7)||Nc(_0xeac47))&&(_0x46c408=window[_0x41e907(0x54e)](_0x44ac28)),()=>{const _0x187c51=_0x41e907;_0x46c408!=null&&window[_0x187c51(0x543)](_0x46c408),_0x5856ae!=null&&window[_0x187c51(0x543)](_0x5856ae),_0x436200==null||_0x436200[_0x187c51(0x4f5)](),_0x495a65['disconnect'](),window[_0x187c51(0x2ad)](_0x187c51(0x40c),_0x48bdc9,!0x0),window[_0x187c51(0x2ad)](_0x187c51(0x2d7),_0x5753a3,!0x0),window[_0x187c51(0x2ad)](_0x187c51(0x561),_0x5753a3,!0x0),window['removeEventListener'](_0x187c51(0x48a),_0x5753a3),vc[_0x187c51(0x3b3)](_0xeac47),_0x26997f[_0x187c51(0x68c)](_0x187c51(0x520)),Dc(_0xeac47,_0x26997f,!0x0,_0x187c51(0x229)),Oc(_0xeac47,_0x26997f,!0x0,!0x0,_0x187c51(0x229)),_0x27c040!=null&&_0x27c040[_0x187c51(0x39c)]?_0x27c040[_0x187c51(0x508)](_0x26997f,_0x1f7095):_0x26997f[_0x187c51(0x6e6)]();};},[_0x43ad74==null?void 0x0:_0x43ad74['embedId'],_0x2f0c79,_0x533da3[_0x54b3f1(0x6a6)],_0x533da3[_0x54b3f1(0x52f)],_0x1a7593]),_0x4ea00e(()=>{const _0x4eb335=_0x54b3f1;if(!(_0x43ad74!=null&&_0x43ad74[_0x4eb335(0x41e)])||typeof document>'u')return;let _0x45d61a=_0x22c5fb=>{const _0x9833d7=_0x4eb335;var _0xa6cadd;let _0x3c8118=_0x371b88[_0x9833d7(0x208)],_0x3ba97d=_0x37f557['current'],_0x441662=_0x22c5fb[_0x9833d7(0x394)],_0x2e5a32=(_0xa6cadd=_0x5e95fc==null?void 0x0:_0x5e95fc(_0x22c5fb))==null?!0x1:_0xa6cadd;if(_0x5b9408['getStage'](_0x43ad74[_0x9833d7(0x41e)])==='inactive')return;_0x2e5a32&&(_0x1baa57['current']=Date[_0x9833d7(0x53d)]()+0x28a);let _0x305072=_0x1d095c[_0x9833d7(0x35b)](_0x43ad74[_0x9833d7(0x41e)],_0x441662,_0x22c5fb)||_0x432009['contains'](_0x43ad74[_0x9833d7(0x41e)],_0x441662,_0x22c5fb);_0x305072&&(_0x490a19[_0x9833d7(0x208)]=Date[_0x9833d7(0x53d)]()+0x28a),!(!_0x3c8118||!_0x441662||_0x3c8118['contains'](_0x441662)||_0x3ba97d!=null&&_0x3ba97d['contains'](_0x441662)||_0x441662[_0x9833d7(0x21b)](Sc)||_0x305072||_0x2e5a32||Tc(_0x3c8118,_0x22c5fb))&&_0xbbc359[_0x9833d7(0x4a8)](_0x43ad74['embedId'],_0x43ad74[_0x9833d7(0x218)]);},_0x493e1e=_0x1c0fe4=>{const _0x283104=_0x4eb335;var _0x16d2f9;let _0xf2e21f=_0x371b88[_0x283104(0x208)],_0x47e12d=_0x37f557[_0x283104(0x208)],_0x45fed1=_0x1c0fe4['target'],_0x1004e4=(_0x16d2f9=_0xf2e21f==null?void 0x0:_0xf2e21f['ownerDocument'])==null?_0x45fed1==null?void 0x0:_0x45fed1[_0x283104(0x251)]:_0x16d2f9,_0x3201d2=_0x1d095c[_0x283104(0x66b)](_0x43ad74[_0x283104(0x41e)],{'ignoreOwners':xc}),_0x13c0bf=Tl({'now':Date[_0x283104(0x53d)](),'ownedPointerInteractionUntil':_0x490a19['current']});_0x5b9408[_0x283104(0x67c)](_0x43ad74[_0x283104(0x41e)])!=='inactive'&&(!_0xf2e21f||!_0x45fed1||_0x3201d2||_0x13c0bf||Date[_0x283104(0x53d)]()<_0x1baa57['current']||_0x432009[_0x283104(0x65c)](_0x43ad74[_0x283104(0x41e)],_0x1004e4)||!Dl(_0x45fed1)||_0xf2e21f[_0x283104(0x444)](_0x45fed1)||_0x47e12d!=null&&_0x47e12d[_0x283104(0x444)](_0x45fed1)||_0x45fed1[_0x283104(0x21b)](Sc)||_0x1d095c[_0x283104(0x35b)](_0x43ad74['embedId'],_0x45fed1,_0x1c0fe4)||_0x432009[_0x283104(0x444)](_0x43ad74[_0x283104(0x41e)],_0x45fed1,_0x1c0fe4)||_0xbbc359[_0x283104(0x4a8)](_0x43ad74[_0x283104(0x41e)],_0x43ad74[_0x283104(0x218)]));};return document['addEventListener'](_0x4eb335(0x40c),_0x45d61a,!0x0),document['addEventListener'](_0x4eb335(0x67e),_0x493e1e,!0x0),()=>{const _0x1b40bc=_0x4eb335;document['removeEventListener'](_0x1b40bc(0x40c),_0x45d61a,!0x0),document['removeEventListener'](_0x1b40bc(0x67e),_0x493e1e,!0x0);};},[_0xbbc359,_0x43ad74==null?void 0x0:_0x43ad74['embedId'],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x1d095c,_0x432009,_0x5e95fc]),_0x4ea00e(()=>{const _0x2262c5=_0x54b3f1;var _0x249fb3;_0x1a7593!==_0x2262c5(0x229)&&((_0x249fb3=_0x4c0114[_0x2262c5(0x208)])==null||_0x249fb3[_0x2262c5(0x50e)](),_0x4c0114[_0x2262c5(0x208)]=void 0x0,Ol(_0x43ad74==null?void 0x0:_0x43ad74[_0x2262c5(0x41e)],vl(_0x63f01c[_0x2262c5(0x208)],_0x2e854c[_0x2262c5(0x208)],_0x14c218[_0x2262c5(0x208)],_0x33a069['current'],_0x3db80b['current'])));},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x1a7593]),_0x4ea00e(()=>{const _0x56a8b5=_0x54b3f1;let _0x4dce9d=_0x2d6aee[_0x56a8b5(0x208)];if(!_0x4dce9d||!(_0x43ad74!=null&&_0x43ad74[_0x56a8b5(0x41e)])||!_0x43ad74['hostUnitId'])return;let _0x5ed2cb=()=>{_0x148e39['current']=void 0x0;},_0x1553b9=_0x47bb1b=>{const _0x2ae554=_0x56a8b5;var _0x83ac65;let _0x1b84f3=_0x24f637[_0x2ae554(0x46c)](_0x43ad74[_0x2ae554(0x218)],_0x43ad74[_0x2ae554(0x41e)]);if(!(_0x1b84f3!=null&&_0x1b84f3['childUnitId']))return;let _0x16f11b=_0x47bb1b[_0x2ae554(0x394)];_0x16f11b!=null&&_0x16f11b[_0x2ae554(0x21b)](Sc)||_0x5b9408[_0x2ae554(0x67c)](_0x43ad74['embedId'])!==_0x2ae554(0x229)&&(_0x148e39['current']={'pointerId':_0x47bb1b['pointerId'],'startX':_0x47bb1b[_0x2ae554(0x446)],'startY':_0x47bb1b[_0x2ae554(0x4d3)],'button':(_0x83ac65=_0x47bb1b[_0x2ae554(0x6cf)])==null?0x0:_0x83ac65,'startedAt':Date['now'](),'moved':!0x1,'dragStarted':!0x1});},_0x5a13ed=_0x14871f=>{const _0x5bd5ed=_0x56a8b5;let _0x2befda=_0x148e39[_0x5bd5ed(0x208)];if(!(!_0x2befda||_0x2befda[_0x5bd5ed(0x26b)]!==_0x14871f[_0x5bd5ed(0x26b)])&&Math[_0x5bd5ed(0x37c)](_0x14871f[_0x5bd5ed(0x446)]-_0x2befda['startX'],_0x14871f[_0x5bd5ed(0x4d3)]-_0x2befda[_0x5bd5ed(0x2f8)])>0x4){_0x2befda[_0x5bd5ed(0x643)]=!0x0;let _0x1bd52c=Zs({'stage':_0x5b9408[_0x5bd5ed(0x67c)](_0x43ad74[_0x5bd5ed(0x41e)]),'interactionFlow':_0x2a797b});_0x533da3[_0x5bd5ed(0x3b9)]&&!_0x2befda[_0x5bd5ed(0x4b9)]&&_0x1bd52c['allowHostBodyDrag']&&(_0x2befda[_0x5bd5ed(0x4b9)]=!0x0,document[_0x5bd5ed(0x235)](new CustomEvent(hc,{'detail':{'embedId':_0x43ad74[_0x5bd5ed(0x41e)],'hostUnitId':_0x43ad74[_0x5bd5ed(0x218)],'hostAnchorId':_0x43ad74[_0x5bd5ed(0x52e)],'pointerId':_0x2befda[_0x5bd5ed(0x26b)],'clientX':_0x2befda[_0x5bd5ed(0x2b5)],'clientY':_0x2befda[_0x5bd5ed(0x2f8)],'button':_0x2befda[_0x5bd5ed(0x6cf)]}})));}},_0x2f4128=_0x35cbd1=>{const _0xfd2ed5=_0x56a8b5;let _0x415653=_0x148e39[_0xfd2ed5(0x208)];if(_0x148e39['current']=void 0x0,!_0x415653||_0x415653['pointerId']!==_0x35cbd1[_0xfd2ed5(0x26b)]||_0x415653[_0xfd2ed5(0x643)]||Date[_0xfd2ed5(0x53d)]()-_0x415653[_0xfd2ed5(0x6fa)]>0x1f4)return;let _0x2d9d58=_0x24f637[_0xfd2ed5(0x46c)](_0x43ad74[_0xfd2ed5(0x218)],_0x43ad74[_0xfd2ed5(0x41e)]);if(!(_0x2d9d58!=null&&_0x2d9d58[_0xfd2ed5(0x6be)]))return;let _0x460f03=_0x5b9408[_0xfd2ed5(0x67c)](_0x43ad74[_0xfd2ed5(0x41e)]);if(_0x460f03!=='stage2'){if(_0x460f03==='stage1'){_0xbbc359[_0xfd2ed5(0x207)](_0x2d9d58,_0xfd2ed5(0x229),{'portalContainer':_0x3db80b[_0xfd2ed5(0x208)]});return;}if(_0x2a797b===_0xfd2ed5(0x3ff)){_0x339ce8(),_0xbbc359['activateFloating'](_0x2d9d58,_0xfd2ed5(0x229),{'portalContainer':_0x3db80b[_0xfd2ed5(0x208)]}),_0x4aa86e();return;}_0xbbc359['activateFloating'](_0x2d9d58,_0xfd2ed5(0x610));}};return _0x4dce9d['addEventListener'](_0x56a8b5(0x40c),_0x1553b9,!0x0),_0x4dce9d[_0x56a8b5(0x266)](_0x56a8b5(0x55a),_0x5a13ed,!0x0),_0x4dce9d[_0x56a8b5(0x266)](_0x56a8b5(0x506),_0x2f4128,!0x0),_0x4dce9d[_0x56a8b5(0x266)](_0x56a8b5(0x546),_0x5ed2cb,!0x0),()=>{const _0x16bb3c=_0x56a8b5;_0x4dce9d[_0x16bb3c(0x2ad)](_0x16bb3c(0x40c),_0x1553b9,!0x0),_0x4dce9d[_0x16bb3c(0x2ad)](_0x16bb3c(0x55a),_0x5a13ed,!0x0),_0x4dce9d[_0x16bb3c(0x2ad)](_0x16bb3c(0x506),_0x2f4128,!0x0),_0x4dce9d[_0x16bb3c(0x2ad)](_0x16bb3c(0x546),_0x5ed2cb,!0x0);};},[_0x339ce8,_0xbbc359,_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x52e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x24f637,_0x5b9408,_0x2a797b,_0x533da3['enableStage1BodyDrag'],_0x4aa86e]),_0x4ea00e(()=>{const _0x52ee17=_0x54b3f1;let _0x41b7f9=_0x371b88[_0x52ee17(0x208)];if(!_0x41b7f9||!_0x43a67d)return;let _0x442bc3=_0x43a67d(_0x41b7f9);if(!_0x442bc3)return;let _0x15baeb=_0x4e8798[_0x52ee17(0x5f2)](_0x442bc3);return()=>_0x15baeb[_0x52ee17(0x50e)]();},[_0x4e8798,_0x43a67d]),_0x4ea00e(()=>{const _0x56dcf5=_0x54b3f1;let _0x4b04ec=_0x371b88[_0x56dcf5(0x208)],_0x2451ab=_0x2d6aee['current'],_0x50d55b=_0x63f01c[_0x56dcf5(0x208)];if(!_0x4b04ec||!_0x2451ab||!_0x50d55b)return;let _0x3f94da=_0x543140=>{const _0x394597=_0x56dcf5;if(Hc(_0x543140))return;if(_0x43a67d&&_0x4e8798['isHostGesture'](_0x543140)){let _0x35923c=_0x46e8c5[_0x394597(0x208)];if(_0x35923c&&(_0x5377cb==null?void 0x0:_0x5377cb(_0x543140,_0x35923c))===!0x0||Zc(_0x4b04ec,_0x543140)){zc(_0x2f0c79,_0x43ad74==null?void 0x0:_0x43ad74[_0x394597(0x41e)],'host-scroll',_0x294557),_0x543140[_0x394597(0x70f)](),_0x543140[_0x394597(0x534)](),_0x543140[_0x394597(0x362)]();return;}}if(_0x543140[_0x394597(0x67b)]||_0x543140[_0x394597(0x355)])return;let _0x28993e=_0x43ad74!=null&&_0x43ad74['embedId']?_0x5b9408[_0x394597(0x67c)](_0x43ad74[_0x394597(0x41e)]):_0x394597(0x3b7);if(_0x28993e==='stage2')return;let _0x1ed03a=_0x46e8c5[_0x394597(0x208)],_0x1999df=_0x1ed03a?_0xbcbc1c['get'](_0x1ed03a['childType'],_0x1ed03a[_0x394597(0x22a)]):void 0x0,_0x10a0b2=_0x1ed03a?{..._0x1ed03a,'event':_0x543140,'stage':_0x28993e,'viewportScrollY':_0x4d0188?_0x5d0b60[_0x394597(0x208)]:void 0x0}:void 0x0;if(_0x1ed03a&&Qc(_0x1ed03a,_0x543140,_0x4d0188)&&((_0x5377cb==null?void 0x0:_0x5377cb(_0x543140,_0x1ed03a))===!0x0||Zc(_0x4b04ec,_0x543140))){zc(_0x2f0c79,_0x43ad74==null?void 0x0:_0x43ad74[_0x394597(0x41e)],_0x394597(0x515),_0x294557),_0x543140[_0x394597(0x70f)](),_0x543140['stopPropagation'](),_0x543140[_0x394597(0x362)]();return;}let _0x67c0d9=_0x10a0b2?_0x26589b['handleWheel'](_0x10a0b2):!0x1,_0x435769=!_0x67c0d9&&$c(_0x4b04ec,_0x543140),_0xad938=_0x435769&&el(_0x543140)>0x0?_l(_0x543140,_0x50d55b):!0x1,_0x2e6753=_0xad938||_0x435769?!0x1:(_0x1999df==null?void 0x0:_0x1999df[_0x394597(0x6ab)](_0x10a0b2))===!0x0;if(!_0x67c0d9&&!_0x2e6753&&!_0xad938&&!_0x435769&&_0x1999df&&_0x1ed03a&&nl(_0x543140)&&(_0x5377cb==null?void 0x0:_0x5377cb(_0x543140,_0x1ed03a))===!0x0){zc(_0x2f0c79,_0x43ad74==null?void 0x0:_0x43ad74['embedId'],_0x394597(0x515),_0x294557),_0x543140['preventDefault'](),_0x543140[_0x394597(0x534)](),_0x543140[_0x394597(0x362)]();return;}let _0x3f4e43=_0x2e6753||_0xad938||!_0x435769?!0x1:_l(_0x543140,_0x50d55b),_0x15ce7d=_0x2e6753||_0xad938||_0x435769&&_0x3f4e43?!0x1:Yc(_0x543140,_0x50d55b),_0x44bac0=_0xad938||_0x3f4e43||(_0x2e6753||_0x435769||_0x15ce7d?!0x1:Xc(_0x543140,_0x50d55b));(_0x67c0d9||_0x2e6753||_0xad938||_0x3f4e43||_0x15ce7d||_0x44bac0)&&(_0x543140[_0x394597(0x70f)](),_0x543140[_0x394597(0x534)]());};return _0x2451ab['addEventListener'](_0x56dcf5(0x561),_0x3f94da,{'passive':!0x1}),_0x50d55b[_0x56dcf5(0x266)](_0x56dcf5(0x561),_0x3f94da,{'capture':!0x0,'passive':!0x1}),()=>{const _0x32a545=_0x56dcf5;_0x2451ab[_0x32a545(0x2ad)](_0x32a545(0x561),_0x3f94da),_0x50d55b['removeEventListener'](_0x32a545(0x561),_0x3f94da,{'capture':!0x0});};},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x5b9408,_0x2f0c79,_0x4e8798,_0x5377cb,_0xbcbc1c,_0x26589b,_0x43a67d,_0x4d0188]),_0x4ea00e(()=>{const _0x6fee4e=_0x54b3f1;let _0x313def=_0x371b88[_0x6fee4e(0x208)],_0x2a9508=_0x63f01c['current'];if(!_0x313def||!_0x2a9508)return;let _0x456af=_0x350732=>{const _0x3d7066=_0x6fee4e;zc(_0x2f0c79,_0x43ad74==null?void 0x0:_0x43ad74[_0x3d7066(0x41e)],_0x350732,_0x294557);},_0x17dafe=_0x29161f=>{const _0x1dc38e=_0x6fee4e;if((_0x43ad74!=null&&_0x43ad74[_0x1dc38e(0x41e)]?_0x5b9408[_0x1dc38e(0x67c)](_0x43ad74[_0x1dc38e(0x41e)]):_0x1dc38e(0x3b7))!=='stage2')return;let _0x2e7ab1=_0x46e8c5[_0x1dc38e(0x208)];!_0x2e7ab1||!Qc(_0x2e7ab1,_0x29161f,_0x4d0188)||Wc(_0x29161f)||(Uc(_0x29161f),((_0x5377cb==null?void 0x0:_0x5377cb(_0x29161f,_0x2e7ab1))===!0x0||Zc(_0x313def,_0x29161f))&&(_0x456af(_0x1dc38e(0x515)),_0x29161f[_0x1dc38e(0x70f)](),_0x29161f[_0x1dc38e(0x534)](),_0x29161f['stopImmediatePropagation']()));},_0xcf1509=()=>{_0x456af('child-scroll');};return _0x313def[_0x6fee4e(0x266)]('wheel',_0x17dafe,{'capture':!0x0,'passive':!0x1}),_0x2a9508[_0x6fee4e(0x266)](_0x6fee4e(0x561),_0x17dafe,{'capture':!0x0,'passive':!0x1}),_0x2a9508['addEventListener'](_0x6fee4e(0x2d7),_0xcf1509,!0x0),()=>{const _0x5f4242=_0x6fee4e;_0x313def[_0x5f4242(0x2ad)](_0x5f4242(0x561),_0x17dafe,{'capture':!0x0}),_0x2a9508[_0x5f4242(0x2ad)](_0x5f4242(0x561),_0x17dafe,{'capture':!0x0}),_0x2a9508[_0x5f4242(0x2ad)](_0x5f4242(0x2d7),_0xcf1509,!0x0);};},[_0x43ad74==null?void 0x0:_0x43ad74['embedId'],_0x5b9408,_0x2f0c79,_0x5377cb,_0x4d0188]),_0x4ea00e(()=>()=>{const _0x3d36cb=_0x54b3f1;_0x294557[_0x3d36cb(0x208)][_0x3d36cb(0x2b8)](_0x39cf6a=>window[_0x3d36cb(0x543)](_0x39cf6a)),_0x294557['current']=[];},[]),_0x4ea00e(()=>{const _0xb83f4=_0x54b3f1;let _0x35a51b=_0x63f01c[_0xb83f4(0x208)];if(!_0x35a51b)return;let _0x31636a=()=>{const _0x3f35fd=_0xb83f4;let _0x16509f=_0x35a51b[_0x3f35fd(0x251)][_0x3f35fd(0x55b)];return _0x16509f?vl(_0x63f01c[_0x3f35fd(0x208)],_0x2e854c[_0x3f35fd(0x208)],_0x14c218[_0x3f35fd(0x208)],_0x33a069[_0x3f35fd(0x208)],_0x3db80b[_0x3f35fd(0x208)])['some'](_0xc4fc69=>_0xc4fc69[_0x3f35fd(0x444)](_0x16509f)):!0x1;},_0x4a2e1b=(_0x4d8706,_0x3e03fd=!0x1,_0x216d37=!0x1)=>{const _0x347d57=_0xb83f4;_0x43ad74!=null&&_0x43ad74[_0x347d57(0x41e)]&&_0x5b9408[_0x347d57(0x67c)](_0x43ad74[_0x347d57(0x41e)])!=='stage2'||bl(_0x43ad74==null?void 0x0:_0x43ad74[_0x347d57(0x734)],_0x216d37)&&(_0x1d095c[_0x347d57(0x66b)](_0x43ad74==null?void 0x0:_0x43ad74[_0x347d57(0x41e)],{'ignoreOwners':xc})||!_0x3e03fd&&_0x31636a()||(_0x4d8706[_0x347d57(0x26a)](_0x347d57(0x255))||(_0x4d8706[_0x347d57(0x3b0)]=-0x1),_0x4d8706[_0x347d57(0x2e9)]({'preventScroll':!0x0})));},_0x2881be=_0x474b0b=>{const _0x496aff=_0xb83f4;let _0x170e36=_0x43ad74!=null&&_0x43ad74[_0x496aff(0x41e)]?_0x5b9408[_0x496aff(0x67c)](_0x43ad74[_0x496aff(0x41e)]):_0x496aff(0x3b7);if(_0x43ad74!=null&&_0x43ad74[_0x496aff(0x41e)]&&_0x170e36!==_0x496aff(0x229)){if(_0x2a797b!==_0x496aff(0x3ff)||!_0x43ad74['hostUnitId'])return;let _0xa11fd2=_0x24f637[_0x496aff(0x46c)](_0x43ad74['hostUnitId'],_0x43ad74['embedId']);if(!(_0xa11fd2!=null&&_0xa11fd2[_0x496aff(0x6be)]))return;_0x339ce8(),_0xbbc359[_0x496aff(0x207)](_0xa11fd2,_0x496aff(0x229),{'portalContainer':_0x3db80b[_0x496aff(0x208)]}),_0x4aa86e();}if(xl(_0x474b0b['target'])||_0x1d095c['hasBlockingChildFocusLease'](_0x43ad74==null?void 0x0:_0x43ad74[_0x496aff(0x41e)],{'ignoreOwners':xc}))return;if(_0x43ad74!=null&&_0x43ad74[_0x496aff(0x218)]&&_0x43ad74[_0x496aff(0x41e)]){let _0x104615=_0x24f637[_0x496aff(0x46c)](_0x43ad74[_0x496aff(0x218)],_0x43ad74[_0x496aff(0x41e)]);(_0x104615==null?void 0x0:_0x104615[_0x496aff(0x6be)])!=null&&_0x104615[_0x496aff(0x734)]!=null&&_0xbbc359['focusFloatingRuntime'](_0x104615);}let _0x1953c7=yl(vl(_0x14c218['current'],_0x2e854c[_0x496aff(0x208)],_0x33a069[_0x496aff(0x208)],_0x3db80b[_0x496aff(0x208)],_0x63f01c[_0x496aff(0x208)]),_0x474b0b['target']);_0x1953c7&&_0x4a2e1b(_0x1953c7,!0x0,_0x474b0b['target']===_0x1953c7);};return _0x35a51b['addEventListener']('pointerdown',_0x2881be,!0x0),()=>_0x35a51b[_0xb83f4(0x2ad)](_0xb83f4(0x40c),_0x2881be,!0x0);},[_0x339ce8,_0xbbc359,_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x218)],_0x24f637,_0x5b9408,_0x1d095c,_0x2a797b,_0x4aa86e]),_0x4ea00e(()=>{const _0x33687c=_0x54b3f1;let _0xa233e7=_0x63f01c[_0x33687c(0x208)],_0x1f44e5=_0xa233e7==null?void 0x0:_0xa233e7['ownerDocument'];if(!_0xa233e7||!_0x1f44e5||!(_0x43ad74!=null&&_0x43ad74['embedId']))return;let _0x2cc5fc,_0x4a5f29=()=>{const _0x2e0a0d=_0x33687c;_0x2cc5fc!=null&&(globalThis[_0x2e0a0d(0x423)](_0x2cc5fc),_0x2cc5fc=void 0x0);},_0x263edd=()=>{const _0x3453ca=_0x33687c;var _0x11742b;_0x4a5f29(),(_0x11742b=_0x4c0114[_0x3453ca(0x208)])==null||_0x11742b[_0x3453ca(0x50e)](),_0x4c0114[_0x3453ca(0x208)]=void 0x0;},_0xcaafe0=()=>{const _0x3c4660=_0x33687c;_0x4a5f29(),_0x2cc5fc=globalThis[_0x3c4660(0x42b)](()=>{const _0x3d5cdd=_0x3c4660;var _0x34cc97;_0x2cc5fc=void 0x0,(_0x34cc97=_0x4c0114[_0x3d5cdd(0x208)])==null||_0x34cc97[_0x3d5cdd(0x50e)](),_0x4c0114['current']=void 0x0;},0x28a);},_0x22146d=()=>{const _0xfd581d=_0x33687c;_0x5b9408['getStage'](_0x43ad74['embedId'])===_0xfd581d(0x229)&&(_0x263edd(),_0x4c0114[_0xfd581d(0x208)]=_0x1d095c[_0xfd581d(0x53f)]({'embedId':_0x43ad74[_0xfd581d(0x41e)],'role':_0xfd581d(0x2ce),'owner':_0xfd581d(0x666),'hostUnitId':_0x43ad74[_0xfd581d(0x218)],'childUnitId':_0x43ad74[_0xfd581d(0x6be)],'childType':_0x43ad74[_0xfd581d(0x734)]}));},_0x41f892=_0x172262=>{const _0x5615c5=_0x33687c;var _0x11126a;if(_0x5b9408[_0x5615c5(0x67c)](_0x43ad74[_0x5615c5(0x41e)])!==_0x5615c5(0x229))return;let _0x3e3488=_0x172262[_0x5615c5(0x394)],_0x391cd5=_0x1d095c['containsElement'](_0x43ad74[_0x5615c5(0x41e)],_0x3e3488,_0x172262)||_0x432009[_0x5615c5(0x444)](_0x43ad74[_0x5615c5(0x41e)],_0x3e3488,_0x172262);if(!wl({'stage':_0x5b9408['getStage'](_0x43ad74['embedId']),'target':_0x3e3488,'liveRoot':_0xa233e7,'isOwnedChildInteraction':_0x391cd5}))return;_0x490a19[_0x5615c5(0x208)]=Date[_0x5615c5(0x53d)]()+0x28a,_0x263edd();let _0x6c2c68=(_0x11126a=Sl(_0x3e3488))==null?'child-editor':_0x11126a;_0x4c0114[_0x5615c5(0x208)]=_0x1d095c[_0x5615c5(0x53f)]({'embedId':_0x43ad74['embedId'],'role':_0x6c2c68===_0x5615c5(0x606)||_0x6c2c68===_0x5615c5(0x1fd)||_0x6c2c68===_0x5615c5(0x671)?_0x5615c5(0x2ce):_0x6c2c68,'owner':'runtime-pointer','hostUnitId':_0x43ad74[_0x5615c5(0x218)],'childUnitId':_0x43ad74[_0x5615c5(0x6be)],'childType':_0x43ad74[_0x5615c5(0x734)]});};return _0xa233e7[_0x33687c(0x266)](_0x33687c(0x40c),_0x22146d,!0x0),_0x1f44e5[_0x33687c(0x266)]('pointerdown',_0x41f892,!0x0),_0x1f44e5['addEventListener']('pointerup',_0xcaafe0,!0x0),_0x1f44e5['addEventListener'](_0x33687c(0x546),_0xcaafe0,!0x0),()=>{const _0x3cc49f=_0x33687c;_0xa233e7[_0x3cc49f(0x2ad)]('pointerdown',_0x22146d,!0x0),_0x1f44e5[_0x3cc49f(0x2ad)](_0x3cc49f(0x40c),_0x41f892,!0x0),_0x1f44e5[_0x3cc49f(0x2ad)](_0x3cc49f(0x506),_0xcaafe0,!0x0),_0x1f44e5[_0x3cc49f(0x2ad)](_0x3cc49f(0x546),_0xcaafe0,!0x0),_0x263edd();};},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x6be)],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x5b9408,_0x1d095c,_0x432009]),_0x4ea00e(()=>{const _0x2ca929=_0x54b3f1;if(_0x1a7593!==_0x2ca929(0x229)||_0x2a797b!==_0x2ca929(0x3ff))return;let _0x500aa6=_0x63f01c[_0x2ca929(0x208)];if(!_0x500aa6)return;let _0x55c03f,_0x472c8a=()=>yl(vl(_0x14c218['current'],_0x2e854c[_0x2ca929(0x208)],_0x33a069[_0x2ca929(0x208)],_0x3db80b['current'],_0x63f01c['current'])),_0x43a49d=()=>{const _0x3df930=_0x2ca929;let _0x432511=_0x500aa6['ownerDocument']['activeElement'];return!_0x432511||_0x432511===_0x472c8a()?!0x1:vl(_0x63f01c[_0x3df930(0x208)],_0x2e854c[_0x3df930(0x208)],_0x14c218[_0x3df930(0x208)],_0x33a069['current'],_0x3db80b[_0x3df930(0x208)])[_0x3df930(0x73b)](_0x3443b8=>_0x3443b8[_0x3df930(0x444)](_0x432511));},_0x5cd68f=()=>{const _0xf7ac79=_0x2ca929;if(!bl(_0x43ad74==null?void 0x0:_0x43ad74[_0xf7ac79(0x734)],!0x0))return;let _0xe7e826=_0x472c8a();if(_0xe7e826&&!_0x1d095c['hasBlockingChildFocusLease'](_0x43ad74==null?void 0x0:_0x43ad74['embedId'],{'ignoreOwners':xc})&&!_0x43a49d()){if(_0x43ad74!=null&&_0x43ad74['hostUnitId']&&_0x43ad74[_0xf7ac79(0x41e)]){let _0x495778=_0x24f637[_0xf7ac79(0x46c)](_0x43ad74[_0xf7ac79(0x218)],_0x43ad74[_0xf7ac79(0x41e)]);(_0x495778==null?void 0x0:_0x495778[_0xf7ac79(0x6be)])!=null&&_0x495778[_0xf7ac79(0x734)]!=null&&_0xbbc359[_0xf7ac79(0x393)](_0x495778);}_0xe7e826[_0xf7ac79(0x26a)](_0xf7ac79(0x255))||(_0xe7e826[_0xf7ac79(0x3b0)]=-0x1),_0xe7e826[_0xf7ac79(0x2e9)]({'preventScroll':!0x0});}};return _0x5cd68f(),_0x55c03f=window[_0x2ca929(0x54e)](()=>{_0x55c03f=void 0x0,_0x5cd68f();}),()=>{_0x55c03f!=null&&(window['cancelAnimationFrame'](_0x55c03f),_0x55c03f=void 0x0);};},[_0xbbc359,_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x24f637,_0x1d095c,_0x2a797b,_0x1a7593]),_0x4ea00e(()=>{const _0x48ed78=_0x54b3f1;let _0x32fba7=_0x371b88[_0x48ed78(0x208)],_0x433bcd=_0x379240[_0x48ed78(0x208)];if(!_0x32fba7||!_0x433bcd||typeof window>'u')return;let _0x270661,_0x589673=()=>{const _0x1ce5d3=_0x48ed78;var _0x877e0a;let _0x625f66=_0x46e8c5[_0x1ce5d3(0x208)];if(!_0x625f66||!_0x533da3[_0x1ce5d3(0x346)]){_0x5d0b60[_0x1ce5d3(0x208)]=0x0,_0x433bcd[_0x1ce5d3(0x520)][_0x1ce5d3(0x256)](_0x1ce5d3(0x49c));return;}let _0x3d95f1=_0xbcbc1c[_0x1ce5d3(0x43a)](_0x625f66['childType'],_0x625f66[_0x1ce5d3(0x22a)]);if(!_0x3d95f1)return;let _0x599213=rl(_0x32fba7),_0x10b56d=(_0x877e0a=_0x599213==null?void 0x0:_0x599213['getBoundingClientRect']())==null?{'bottom':window[_0x1ce5d3(0x3e2)],'height':window[_0x1ce5d3(0x3e2)],'left':0x0,'right':window['innerWidth'],'top':0x0,'width':window[_0x1ce5d3(0x5ca)]}:_0x877e0a,_0x1cc677=_0x32fba7[_0x1ce5d3(0x414)](),_0x3c0418=il(_0x45f9b2==null?void 0x0:_0x45f9b2[_0x1ce5d3(0x66f)],_0x1cc677[_0x1ce5d3(0x354)]),_0x3cf76a=Math['min'](_0x3c0418,al(_0x45f9b2==null?void 0x0:_0x45f9b2['viewportHeight'],_0x433bcd['getBoundingClientRect']()[_0x1ce5d3(0x354)],_0x10b56d[_0x1ce5d3(0x354)])),_0x3b96ee=Math[_0x1ce5d3(0x5bd)](0x0,_0x3c0418-_0x3cf76a),_0x54c509=fl(_0x10b56d[_0x1ce5d3(0x311)]-_0x1cc677[_0x1ce5d3(0x311)],0x0,_0x3b96ee);_0x433bcd[_0x1ce5d3(0x520)][_0x1ce5d3(0x49c)]=_0x54c509===0x0?'':'translateY('+_0x54c509+_0x1ce5d3(0x299);let _0x40b8f4=_0x54c509-_0x5d0b60[_0x1ce5d3(0x208)];if(Math[_0x1ce5d3(0x652)](_0x40b8f4)<0.5)return;_0x5d0b60[_0x1ce5d3(0x208)]=_0x54c509,_0x2f0c79['invalidate']({'embedId':_0x43ad74==null?void 0x0:_0x43ad74[_0x1ce5d3(0x41e)],'reason':_0x1ce5d3(0x515)});let _0x4569b4=new WheelEvent(_0x1ce5d3(0x561),{'cancelable':!0x1,'clientX':_0x1cc677[_0x1ce5d3(0x53e)]+Math[_0x1ce5d3(0x510)](_0x1cc677['width'],_0x10b56d[_0x1ce5d3(0x433)])/0x2,'clientY':_0x10b56d['top']+_0x3cf76a/0x2,'deltaY':_0x40b8f4});_0x3d95f1[_0x1ce5d3(0x6ab)]({..._0x625f66,'event':_0x4569b4,'source':_0x1ce5d3(0x6a2),'stage':_0x43ad74!=null&&_0x43ad74['embedId']?_0x5b9408[_0x1ce5d3(0x67c)](_0x43ad74[_0x1ce5d3(0x41e)]):_0x1ce5d3(0x3b7),'viewportScrollY':_0x54c509});},_0x588c99=()=>{const _0xb79172=_0x48ed78;_0x589673(),_0x270661=window[_0xb79172(0x54e)](_0x588c99);};_0x270661=window[_0x48ed78(0x54e)](_0x588c99),window[_0x48ed78(0x266)](_0x48ed78(0x2d7),_0x589673,!0x0),window[_0x48ed78(0x266)](_0x48ed78(0x48a),_0x589673);let _0x371ed3=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x589673);return _0x371ed3==null||_0x371ed3[_0x48ed78(0x4ec)](_0x32fba7),()=>{const _0xb91172=_0x48ed78;_0x270661!=null&&window[_0xb91172(0x543)](_0x270661),_0x371ed3==null||_0x371ed3['disconnect'](),window[_0xb91172(0x2ad)]('scroll',_0x589673,!0x0),window[_0xb91172(0x2ad)](_0xb91172(0x48a),_0x589673),_0x433bcd[_0xb91172(0x520)][_0xb91172(0x256)]('transform');};},[_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],_0x45f9b2==null?void 0x0:_0x45f9b2[_0x54b3f1(0x66f)],_0x45f9b2==null?void 0x0:_0x45f9b2[_0x54b3f1(0x1fe)],_0x5b9408,_0x2f0c79,_0xdb3402,_0xbcbc1c,_0x533da3[_0x54b3f1(0x346)]]);let _0x32fa05=_0x89b672(_0x48ce82=>{const _0x2259f8=_0x54b3f1;if(_0x48ce82[_0x2259f8(0x70f)](),_0x48ce82[_0x2259f8(0x534)](),!(_0x43ad74!=null&&_0x43ad74[_0x2259f8(0x41e)])||!_0x43ad74[_0x2259f8(0x218)])return;let _0x3f7af=_0x24f637['getDescriptor'](_0x43ad74[_0x2259f8(0x218)],_0x43ad74[_0x2259f8(0x41e)]);if(!(_0x3f7af!=null&&_0x3f7af[_0x2259f8(0x6be)])||!Zs({'stage':_0x5b9408[_0x2259f8(0x67c)](_0x43ad74[_0x2259f8(0x41e)]),'interactionFlow':_0x2a797b})[_0x2259f8(0x2dc)])return;_0x5b9408['activate']({'hostUnitId':_0x43ad74[_0x2259f8(0x218)],'embedId':_0x43ad74[_0x2259f8(0x41e)],'childUnitId':_0x3f7af[_0x2259f8(0x6be)]},_0x2259f8(0x610));let _0x1f29a8='nativeEvent'in _0x48ce82?_0x48ce82[_0x2259f8(0x429)]:_0x48ce82;document[_0x2259f8(0x235)](new CustomEvent(hc,{'detail':{'embedId':_0x43ad74['embedId'],'hostUnitId':_0x43ad74[_0x2259f8(0x218)],'hostAnchorId':_0x43ad74['hostAnchorId'],'pointerId':_0x1f29a8[_0x2259f8(0x26b)],'clientX':_0x1f29a8[_0x2259f8(0x446)],'clientY':_0x1f29a8[_0x2259f8(0x4d3)],'button':_0x1f29a8['button']}}));},[_0x43ad74==null?void 0x0:_0x43ad74['embedId'],_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x52e)],_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],_0x24f637,_0x5b9408,_0x2a797b]);_0x4ea00e(()=>{const _0x3d0830=_0x54b3f1;let _0x3bc4cc=_0x436d26[_0x3d0830(0x208)];if(_0x3bc4cc)return _0x3bc4cc[_0x3d0830(0x266)](_0x3d0830(0x40c),_0x32fa05),()=>_0x3bc4cc[_0x3d0830(0x2ad)](_0x3d0830(0x40c),_0x32fa05);},[_0x32fa05]);let _0x5c229c=Zs({'stage':_0x1a7593,'interactionFlow':_0x2a797b}),_0x12eff5=_0x5c229c[_0x54b3f1(0x357)],_0x440c61=_0x5c229c[_0x54b3f1(0x501)],_0x321268=_0x5c229c['showHostDragHandle'],_0x55ff66=_0x45f9b2?{'top':_0x45f9b2[_0x54b3f1(0x335)],'left':-_0x45f9b2[_0x54b3f1(0x44c)],'width':_0x45f9b2[_0x54b3f1(0x23e)],'height':_0x45f9b2['viewportHeight']}:_0x43cb25?{'top':_0x43cb25[_0x54b3f1(0x335)],'height':_0x54b3f1(0x3e0)+_0x43cb25['floatingMenuInsetTop']+'px)'}:void 0x0,_0xe039c=_0x45f9b2?{'left':_0x45f9b2['bleedLeft'],'width':_0x45f9b2[_0x54b3f1(0x23e)],'height':_0x45f9b2[_0x54b3f1(0x1fe)],'minHeight':_0x45f9b2[_0x54b3f1(0x1fe)]}:void 0x0;return _0x5edd8e(_0x54b3f1(0x27f),{'ref':_0x371b88,'className':_0x54b3f1(0x296),'data-u-comp':_0x54b3f1(0x44a),'data-embed-float-dom':_0x54b3f1(0x28f),'data-embed-float-stage':_0x1a7593,'data-embed-id':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],'data-embed-host-unit-id':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x218)],'data-embed-host-anchor-id':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x52e)],'data-embed-child-unit-id':_0x557bef,'data-embed-child-type':_0x5dc8e6,'data-embed-interaction-flow':_0x2a797b,'children':[_0x5edd8e('div',{'ref':_0x379240,'className':_0x181de8('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',_0x45f9b2&&_0x54b3f1(0x3b2)),'data-u-comp':'embed-float-dom-content','data-embed-float-content':'true','style':_0x55ff66,'children':[_0x5edd8e('div',{'ref':_0x63f01c,'className':_0x181de8(_0x54b3f1(0x5df),_0x45f9b2&&_0x54b3f1(0x6b3)),'data-u-comp':_0x54b3f1(0x532),'data-embed-float-live':'true','children':[_0x308f69('div',{'ref':_0x14c218,'className':_0x181de8(_0x54b3f1(0x6ce),_0x12eff5&&_0x54b3f1(0x2f1)),'data-u-comp':_0x54b3f1(0x722),'style':_0xe039c,'data-embed-canvas-root':_0x54b3f1(0x28f)}),_0x308f69('div',{'ref':_0x2e854c,'className':_0x181de8(_0x54b3f1(0x231),_0x12eff5&&_0x54b3f1(0x2f1)),'data-u-comp':_0x54b3f1(0x273),'style':_0xe039c,'data-embed-content-root':_0x54b3f1(0x28f)})]}),_0x308f69('div',{'ref':_0x2d6aee,'className':_0x181de8('univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent',_0x440c61&&_0x54b3f1(0x2f1)),'data-u-comp':_0x54b3f1(0x3fb),'data-embed-float-interaction-gate':_0x54b3f1(0x28f)})]}),_0x5edd8e(_0x54b3f1(0x27f),{'ref':_0x37f557,'className':'univer-pointer-events-none\x20univer-fixed\x20univer-z-[1000]\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x54b3f1(0x261),'data-embed-float-stage':_0x1a7593,'data-embed-id':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],'style':_0x533da3[_0x54b3f1(0x575)]==null?void 0x0:{'zIndex':_0x533da3[_0x54b3f1(0x575)]},'children':[_0x308f69(_0x54b3f1(0x27f),{'ref':_0x33a069,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x54b3f1(0x459),'data-embed-overlay-root':_0x54b3f1(0x28f)}),_0x308f69('div',{'ref':_0x3db80b,'className':_0x54b3f1(0x2a8),'data-u-comp':_0x54b3f1(0x4eb),'data-embed-popup-root':_0x54b3f1(0x28f)}),!_0x533da3[_0x54b3f1(0x5ef)]&&_0x308f69(pc,{'hostUnitId':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x218)],'embedId':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)]}),_0x308f69(_0x54b3f1(0x6cf),{'ref':_0x436d26,'type':_0x54b3f1(0x6cf),'className':_0x181de8(_0x54b3f1(0x280),_0x321268?_0x54b3f1(0x62f):_0x54b3f1(0x5a1)),'data-u-comp':_0x54b3f1(0x457),'data-embed-float-drag-handle':'true','children':_0x308f69(_0x4fe210,{'className':'univer-size-[23px]\x20univer-fill-current'})})]}),_0x533da3[_0x54b3f1(0x5ef)]&&_0x308f69(pc,{'hostUnitId':_0x43ad74==null?void 0x0:_0x43ad74['hostUnitId'],'embedId':_0x43ad74==null?void 0x0:_0x43ad74[_0x54b3f1(0x41e)],'className':_0x54b3f1(0x2f0)})]});}function wc(_0x3fca11){const _0x316367=_0x5a2f85;let _0x381473=_0x3fca11==null?void 0x0:_0x3fca11[_0x316367(0x65f)][_0x316367(0x5c4)];if(_0x381473)try{let _0x3b5555=typeof _0x381473=='string'?_0x3dbe70(_0x381473):_0x381473;return{'childUnitId':_0x3b5555[_0x316367(0x642)][_0x316367(0x2c5)],'childType':_0x15a181(_0x3b5555[_0x316367(0x642)][_0x316367(0x6e7)])};}catch{return;}}function Tc(_0x26bdbe,_0x77eefd){const _0x50db9c=_0x5a2f85;var _0x359fb3,_0x586846;if(Mc(_0x26bdbe))return Ec(_0x26bdbe,_0x77eefd);let _0x285d4a=Mc(_0x26bdbe)?0x0:0x28,_0x45b1db=[_0x26bdbe[_0x50db9c(0x414)](),(_0x359fb3=_0x26bdbe[_0x50db9c(0x615)](_0x50db9c(0x2d5)))==null?void 0x0:_0x359fb3[_0x50db9c(0x414)]()][_0x50db9c(0x628)](_0x196648=>!!_0x196648),_0x3da094=[(_0x586846=document[_0x50db9c(0x615)](_0x50db9c(0x61f)+_0x26bdbe[_0x50db9c(0x572)][_0x50db9c(0x41e)]+'\x22]'))==null?void 0x0:_0x586846[_0x50db9c(0x414)]()][_0x50db9c(0x628)](_0x16eafd=>!!_0x16eafd);return _0x45b1db[_0x50db9c(0x73b)](_0x3dd9b0=>_0x77eefd['clientX']>=_0x3dd9b0[_0x50db9c(0x53e)]&&_0x77eefd[_0x50db9c(0x446)]<=_0x3dd9b0['right']&&_0x77eefd[_0x50db9c(0x4d3)]>=_0x3dd9b0[_0x50db9c(0x311)]&&_0x77eefd[_0x50db9c(0x4d3)]<=_0x3dd9b0[_0x50db9c(0x70e)])||_0x3da094[_0x50db9c(0x73b)](_0xd08db7=>_0x77eefd[_0x50db9c(0x446)]>=_0xd08db7[_0x50db9c(0x53e)]&&_0x77eefd[_0x50db9c(0x446)]<=_0xd08db7[_0x50db9c(0x570)]&&_0x77eefd['clientY']>=_0xd08db7[_0x50db9c(0x311)]-_0x285d4a&&_0x77eefd['clientY']<=_0xd08db7[_0x50db9c(0x70e)]);}function Ec(_0x4e183a,_0x39ca83){const _0x3e7ab1=_0x5a2f85;var _0x5ed336,_0x440e01,_0x256ff9,_0x511c46,_0x1ff2c6;let _0x3324ae=_0x4e183a[_0x3e7ab1(0x572)][_0x3e7ab1(0x41e)],_0x32d487=[(_0x5ed336=_0x4e183a[_0x3e7ab1(0x615)](_0x3e7ab1(0x2c8)))==null?void 0x0:_0x5ed336['getBoundingClientRect'](),(_0x440e01=_0x4e183a[_0x3e7ab1(0x615)](_0x3e7ab1(0x347)))==null?void 0x0:_0x440e01['getBoundingClientRect']()]['filter'](_0x5d8375=>!!_0x5d8375&&_0x5d8375[_0x3e7ab1(0x433)]>0x0&&_0x5d8375['height']>0x0),_0x1f84bb=document[_0x3e7ab1(0x615)](_0x3e7ab1(0x61f)+_0x3324ae+'\x22]'),_0x11c3fd=[_0x1f84bb==null||(_0x256ff9=_0x1f84bb[_0x3e7ab1(0x615)](_0x3e7ab1(0x41f)))==null?void 0x0:_0x256ff9[_0x3e7ab1(0x414)](),_0x1f84bb==null||(_0x511c46=_0x1f84bb['querySelector'](_0x3e7ab1(0x47b)))==null?void 0x0:_0x511c46['getBoundingClientRect'](),_0x1f84bb==null||(_0x1ff2c6=_0x1f84bb[_0x3e7ab1(0x615)](_0x3e7ab1(0x3a2)))==null?void 0x0:_0x1ff2c6[_0x3e7ab1(0x414)]()][_0x3e7ab1(0x628)](_0x56123d=>!!_0x56123d&&_0x56123d['width']>0x0&&_0x56123d[_0x3e7ab1(0x354)]>0x0),_0x592e8d=Array[_0x3e7ab1(0x3ba)](document[_0x3e7ab1(0x3f5)](_0x3e7ab1(0x36d)))[_0x3e7ab1(0x628)](_0x47ca23=>_0x47ca23['dataset'][_0x3e7ab1(0x41e)]===_0x3324ae)[_0x3e7ab1(0x438)](_0x2cd0a4=>_0x2cd0a4['getBoundingClientRect']())['filter'](_0xa35232=>_0xa35232['width']>0x0&&_0xa35232[_0x3e7ab1(0x354)]>0x0);return[..._0x32d487,..._0x11c3fd,..._0x592e8d][_0x3e7ab1(0x73b)](_0x214248=>_0x39ca83[_0x3e7ab1(0x446)]>=_0x214248[_0x3e7ab1(0x53e)]&&_0x39ca83[_0x3e7ab1(0x446)]<=_0x214248['right']&&_0x39ca83['clientY']>=_0x214248[_0x3e7ab1(0x311)]&&_0x39ca83[_0x3e7ab1(0x4d3)]<=_0x214248[_0x3e7ab1(0x70e)]);}function Dc(_0x4c986b,_0x4ee6a5,_0x4bc73a,_0x469923){const _0x2b0bfa=_0x5a2f85;let _0x54ff8b=_0x4bc73a?'':_0x2b0bfa(0x2e2),_0x2a8df9=_0x4c986b[_0x2b0bfa(0x615)](_0x2b0bfa(0x2d5)),_0x537e6c=_0x4c986b[_0x2b0bfa(0x615)](_0x2b0bfa(0x4b5)),_0x17c3bd=_0x4c986b[_0x2b0bfa(0x615)](_0x2b0bfa(0x2c8)),_0x5a52ae=_0x4c986b[_0x2b0bfa(0x615)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x54cad6=_0x4c986b[_0x2b0bfa(0x615)](_0x2b0bfa(0x4ab)),_0x493202=_0x4ee6a5==null?void 0x0:_0x4ee6a5['querySelector'](_0x2b0bfa(0x2c4)),_0x2d9627=_0x4ee6a5==null?void 0x0:_0x4ee6a5[_0x2b0bfa(0x615)](_0x2b0bfa(0x374));if(_0x493202==null||_0x493202[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)]('pointer-events','none'),_0x2d9627==null||_0x2d9627[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)](_0x2b0bfa(0x469),_0x2b0bfa(0x2e2)),Mc(_0x4c986b)){_0x2a8df9==null||_0x2a8df9[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)](_0x2b0bfa(0x469),_0x2b0bfa(0x2e2)),_0x537e6c==null||_0x537e6c[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)]('pointer-events',_0x2b0bfa(0x2e2)),_0x17c3bd==null||_0x17c3bd[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)]('pointer-events',_0x4bc73a?_0x2b0bfa(0x39d):_0x2b0bfa(0x2e2)),_0x5a52ae==null||_0x5a52ae[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)](_0x2b0bfa(0x469),_0x2b0bfa(0x2e2)),_0x54cad6==null||_0x54cad6[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)](_0x2b0bfa(0x469),'none');return;}_0x2a8df9==null||_0x2a8df9[_0x2b0bfa(0x520)][_0x2b0bfa(0x256)](_0x2b0bfa(0x469)),_0x537e6c==null||_0x537e6c[_0x2b0bfa(0x520)][_0x2b0bfa(0x35f)](_0x2b0bfa(0x469),_0x54ff8b),_0x17c3bd==null||_0x17c3bd[_0x2b0bfa(0x520)]['removeProperty']('pointer-events'),_0x5a52ae==null||_0x5a52ae[_0x2b0bfa(0x520)][_0x2b0bfa(0x256)](_0x2b0bfa(0x469)),_0x54cad6==null||_0x54cad6['style'][_0x2b0bfa(0x35f)]('pointer-events',_0x54ff8b);}function Oc(_0x3adc11,_0x92a001,_0x1d1913,_0x539f69,_0xf555ad){const _0x3aca59=_0x5a2f85;var _0x23e60f;let _0x486a35=_0x1d1913&&_0xf555ad!==_0x3aca59(0x229),_0x2df144=_0x486a35?'':_0x3aca59(0x37f),_0x90a4c3=_0x486a35?'':_0x3aca59(0x2e2),_0x25bcf6=_0x539f69&&_0xf555ad===_0x3aca59(0x610),_0x36c4fd=_0x25bcf6?'':'hidden',_0x230c3b=_0x25bcf6?'':_0x3aca59(0x2e2),_0x565295=_0x1d1913&&_0xf555ad===_0x3aca59(0x229)?'':'hidden',_0x4dd2c2=(_0x23e60f=_0x3adc11[_0x3aca59(0x615)](_0x3aca59(0x47b)))==null?_0x92a001==null?void 0x0:_0x92a001[_0x3aca59(0x615)](_0x3aca59(0x47b)):_0x23e60f,_0x52866d=_0x92a001==null?void 0x0:_0x92a001[_0x3aca59(0x615)]('[data-embed-float-drag-handle=\x22true\x22]'),_0x2482fe=[_0x92a001==null?void 0x0:_0x92a001[_0x3aca59(0x615)](_0x3aca59(0x2c4)),_0x92a001==null?void 0x0:_0x92a001[_0x3aca59(0x615)](_0x3aca59(0x374))];_0x4dd2c2==null||_0x4dd2c2[_0x3aca59(0x520)][_0x3aca59(0x35f)](_0x3aca59(0x20f),_0x2df144),_0x4dd2c2==null||_0x4dd2c2['style']['setProperty'](_0x3aca59(0x469),_0x90a4c3),_0x52866d==null||_0x52866d[_0x3aca59(0x520)]['setProperty']('visibility',_0x36c4fd),_0x52866d==null||_0x52866d['style']['setProperty']('pointer-events',_0x230c3b),_0x2482fe['forEach'](_0x5f3f2e=>{const _0x5ee723=_0x3aca59;_0x5f3f2e==null||_0x5f3f2e[_0x5ee723(0x520)]['setProperty'](_0x5ee723(0x20f),_0x565295),_0x5f3f2e==null||_0x5f3f2e[_0x5ee723(0x520)][_0x5ee723(0x35f)]('pointer-events',_0x5ee723(0x2e2)),_0xf555ad!==_0x5ee723(0x229)&&(_0x5f3f2e==null||_0x5f3f2e['removeAttribute']('data-embed-runtime-focus-role'),_0x5f3f2e==null||_0x5f3f2e[_0x5ee723(0x3f5)](_0x5ee723(0x370))[_0x5ee723(0x2b8)](_0x23f2c0=>{const _0x453463=_0x5ee723;_0x23f2c0[_0x453463(0x68c)](_0x453463(0x71d));}));});}function kc(_0x14769c,_0x3fd4cc,_0x43528b){const _0x36a19a=_0x5a2f85;let _0x389e99=Math[_0x36a19a(0x5bd)](_0x3fd4cc[_0x36a19a(0x53e)],_0x43528b[_0x36a19a(0x53e)]),_0xee2ee=Math[_0x36a19a(0x5bd)](0x0,_0x389e99-_0x3fd4cc[_0x36a19a(0x53e)]);_0x14769c[_0x36a19a(0x3f5)]('[data-embed-floating-menu=\x22true\x22]')['forEach'](_0x49b67f=>{const _0x29d1d4=_0x36a19a;var _0x38faeb;let _0x40e3fa=(_0x38faeb=_0x49b67f[_0x29d1d4(0x21b)]('[data-embed-floating-menu-entry]'))==null?void 0x0:_0x38faeb['dataset'][_0x29d1d4(0x373)],_0x44ee75=_0x49b67f[_0x29d1d4(0x572)]['uComp']==='base-embed-floating-menu',_0x29878d=_0x49b67f[_0x29d1d4(0x572)][_0x29d1d4(0x640)]===_0x29d1d4(0x37d);if(_0x40e3fa===_0x29d1d4(0x210)){if(_0x49b67f[_0x29d1d4(0x520)]['top']=_0x44ee75?_0x29d1d4(0x709):_0x29d1d4(0x295),_0x44ee75){var _0x2db511;(_0x2db511=_0x49b67f['querySelector']('[data-u-comp=\x22base-embed-view-slot\x22]'))==null||_0x2db511[_0x29d1d4(0x520)]['setProperty'](_0x29d1d4(0x2ba),_0xee2ee+'px');}}else(_0x44ee75||_0x29878d)&&(_0x49b67f[_0x29d1d4(0x520)][_0x29d1d4(0x311)]=_0x29d1d4(0x4a2));});}function Ac(_0x45b425){const _0x48c720=_0x5a2f85;_0x45b425[_0x48c720(0x3f5)]('[data-embed-floating-menu=\x22true\x22]')[_0x48c720(0x2b8)](_0xa51bbb=>{const _0x2a43fa=_0x48c720;var _0x16e7bc;_0xa51bbb[_0x2a43fa(0x520)][_0x2a43fa(0x256)](_0x2a43fa(0x53e)),_0xa51bbb[_0x2a43fa(0x520)][_0x2a43fa(0x256)](_0x2a43fa(0x311)),_0xa51bbb['style'][_0x2a43fa(0x256)](_0x2a43fa(0x433)),(_0x16e7bc=_0xa51bbb['querySelector'](_0x2a43fa(0x2fe)))==null||_0x16e7bc[_0x2a43fa(0x520)][_0x2a43fa(0x256)](_0x2a43fa(0x2ba));});}function jc(_0x1d7179){const _0x559307=_0x5a2f85;let _0x5a08fd=Nc(_0x1d7179)?_0x1d7179[_0x559307(0x615)](_0x559307(0x2d5)):null,_0x1e31b6=_0x5a08fd==null?void 0x0:_0x5a08fd[_0x559307(0x414)]();return _0x1e31b6&&_0x1e31b6[_0x559307(0x433)]>0x0&&_0x1e31b6[_0x559307(0x354)]>0x0?Ic(_0x1e31b6,_0x1d7179):Ic(_0x1d7179[_0x559307(0x414)](),_0x1d7179);}function Mc(_0x434133){const _0x21cda0=_0x5a2f85;return!!_0x434133[_0x21cda0(0x21b)](_0x21cda0(0x6db));}function Nc(_0x3dd278){const _0xa18e3=_0x5a2f85;return Mc(_0x3dd278)||!!_0x3dd278[_0xa18e3(0x21b)](_0xa18e3(0x2ef));}const Pc=0x18,Fc=0x28;function Ic(_0x31781a,_0x2ed284){const _0x2eeb92=_0x5a2f85;var _0xe43311;let _0x45427c=Lc(_0x2ed284,_0x31781a);if(!_0x45427c&&_0x31781a[_0x2eeb92(0x311)]>=0x0&&_0x31781a['left']>=0x0)return _0x31781a;let _0x42cff5=(_0xe43311=_0x45427c==null?void 0x0:_0x45427c[_0x2eeb92(0x414)]())==null?new DOMRect(0x0,0x0,window['innerWidth'],window[_0x2eeb92(0x3e2)]):_0xe43311,_0x75ad08=Math[_0x2eeb92(0x5bd)](_0x31781a[_0x2eeb92(0x53e)],_0x42cff5[_0x2eeb92(0x53e)]),_0x561ead=Math['max'](_0x31781a['top'],_0x42cff5[_0x2eeb92(0x311)]),_0x370bcd=Math[_0x2eeb92(0x510)](_0x31781a[_0x2eeb92(0x570)],_0x42cff5[_0x2eeb92(0x570)]),_0x59f336=Math['min'](_0x31781a['bottom'],_0x42cff5[_0x2eeb92(0x70e)]);return _0x370bcd<=_0x75ad08||_0x59f336<=_0x561ead?new DOMRect(_0x75ad08,_0x561ead,0x0,0x0):new DOMRect(_0x75ad08,_0x561ead,_0x370bcd-_0x75ad08,_0x59f336-_0x561ead);}function Lc(_0x54925f,_0x19b03d){const _0x3bfde6=_0x5a2f85;let _0x478848=_0x54925f[_0x3bfde6(0x5ce)];for(;_0x478848&&_0x478848!==document[_0x3bfde6(0x6da)]&&_0x478848!==document['documentElement'];){if(sl(_0x478848)&&!Rc(_0x478848,_0x19b03d))return _0x478848;_0x478848=_0x478848[_0x3bfde6(0x5ce)];}return null;}function Rc(_0x1a5824,_0xb1c58c){const _0x53b517=_0x5a2f85;let _0x47e0bb=_0x1a5824[_0x53b517(0x414)]();return _0x47e0bb['width']<=0x0||_0x47e0bb['height']<=0x0?!0x0:Math[_0x53b517(0x652)](_0x47e0bb[_0x53b517(0x53e)]-_0xb1c58c[_0x53b517(0x53e)])<0x1&&Math[_0x53b517(0x652)](_0x47e0bb[_0x53b517(0x311)]-_0xb1c58c[_0x53b517(0x311)])<0x1&&Math['abs'](_0x47e0bb[_0x53b517(0x433)]-_0xb1c58c[_0x53b517(0x433)])<0x1&&Math[_0x53b517(0x652)](_0x47e0bb[_0x53b517(0x354)]-_0xb1c58c[_0x53b517(0x354)])<0x1;}function zc(_0x124cfa,_0x219d36,_0x4c6296,_0xcc8ce){const _0x3f256b=_0x5a2f85;_0xcc8ce[_0x3f256b(0x208)][_0x3f256b(0x2b8)](_0xfabade=>window[_0x3f256b(0x543)](_0xfabade)),_0xcc8ce[_0x3f256b(0x208)]=[],_0x124cfa['invalidate']({'embedId':_0x219d36,'reason':_0x4c6296});let _0x258ab2=_0x30b8bc=>{const _0x59e461=_0x3f256b;let _0x1d21f2=window[_0x59e461(0x54e)](()=>{const _0x1f58d7=_0x59e461;_0xcc8ce[_0x1f58d7(0x208)]=_0xcc8ce[_0x1f58d7(0x208)][_0x1f58d7(0x628)](_0xf05b73=>_0xf05b73!==_0x1d21f2),_0x124cfa['invalidate']({'embedId':_0x219d36,'reason':_0x4c6296}),_0x30b8bc>0x1&&_0x258ab2(_0x30b8bc-0x1);});_0xcc8ce['current'][_0x59e461(0x328)](_0x1d21f2);};_0x258ab2(0x2);}function Bc(_0x55ce67,_0x3bf775,_0x58b18b){const _0x5e0fa8=_0x5a2f85;if(Hc(_0x3bf775))return!0x1;let _0x230120=_0x3bf775==null?void 0x0:_0x3bf775['target'];return!(_0x230120 instanceof Node&&_0x55ce67[_0x5e0fa8(0x444)](_0x230120)||_0x230120 instanceof HTMLElement&&_0x230120[_0x5e0fa8(0x21b)](_0x5e0fa8(0x701))||_0x3bf775 instanceof WheelEvent&&(Gc(_0x3bf775)||Kc(_0x58b18b,_0x3bf775)));}function Vc(_0x34ea29){const _0x180737=_0x5a2f85;return _0x34ea29 instanceof WheelEvent?Math[_0x180737(0x652)](_0x34ea29[_0x180737(0x52c)])>=Math[_0x180737(0x652)](_0x34ea29[_0x180737(0x1ff)]):(_0x34ea29==null?void 0x0:_0x34ea29[_0x180737(0x6e7)])==='scroll';}function Hc(_0x520de3){return!!_0x520de3&&_0x520de3[gc]instanceof WheelEvent;}function Uc(_0x551548){const _0x321cee=_0x5a2f85;Object[_0x321cee(0x41b)](_0x551548,_c,{'configurable':!0x0,'value':!0x0});}function Wc(_0x16a005){return!!_0x16a005[_c];}function Gc(_0x177db6){for(let _0x555912 of vc['values']())if(Kc(_0x555912,_0x177db6))return!0x0;return!0x1;}function Kc(_0x58a1b5,_0x3c5910){const _0x49f075=_0x5a2f85;let {left:_0x50488c,top:_0x89ad95,width:_0x11e65b,height:_0x2d52e4}=_0x58a1b5;return!Number[_0x49f075(0x3e5)](_0x50488c)||!Number[_0x49f075(0x3e5)](_0x89ad95)||!Number[_0x49f075(0x3e5)](_0x11e65b)||!Number[_0x49f075(0x3e5)](_0x2d52e4)||(_0x11e65b==null?0x0:_0x11e65b)<=0x0||(_0x2d52e4==null?0x0:_0x2d52e4)<=0x0?!0x1:_0x3c5910[_0x49f075(0x446)]>=_0x50488c&&_0x3c5910[_0x49f075(0x446)]<=_0x50488c+_0x11e65b&&_0x3c5910[_0x49f075(0x4d3)]>=_0x89ad95&&_0x3c5910[_0x49f075(0x4d3)]<=_0x89ad95+_0x2d52e4;}function qc(_0x42f98d){const _0x35537d=_0x5a2f85;if(!_0x42f98d||typeof _0x42f98d!=_0x35537d(0x4d6))return;let _0x39cb6d=_0x42f98d;if(!(_0x39cb6d[_0x35537d(0x4a6)]!==0x1||!_0x39cb6d[_0x35537d(0x41e)]||!_0x39cb6d[_0x35537d(0x52e)]))return _0x39cb6d;}function Jc(_0x1b13b2){const _0x54fa5e=_0x5a2f85;var _0x1b53f4,_0x5daa03;let _0x2e50f6=((_0x1b53f4=_0x1b13b2[_0x54fa5e(0x4f6)])==null?void 0x0:_0x1b53f4[_0x54fa5e(0x2d1)])||void 0x0;if(_0x2e50f6&&typeof _0x2e50f6==_0x54fa5e(0x4d6)&&_0x2e50f6['layout'])return _0x2e50f6['layout'];let _0x415bfa=((_0x5daa03=_0x1b13b2['sourceMeta'])==null?void 0x0:_0x5daa03['tab'])||void 0x0;return _0x415bfa&&typeof _0x415bfa==_0x54fa5e(0x4d6)&&_0x415bfa['enabled']?_0x54fa5e(0x557):void 0x0;}function Yc(_0x3dae82,_0x50ce18){const _0x440073=_0x5a2f85;var _0x3b5191;let _0x3caf59=(_0x3b5191=pl(_0x50ce18,_0x3dae82[_0x440073(0x446)],_0x3dae82[_0x440073(0x4d3)]))==null?_0x50ce18:_0x3b5191;if(_0x3caf59===_0x50ce18&&!_0x50ce18[_0x440073(0x444)](_0x3caf59))return!0x1;let _0x563fbe=ul(_0x3dae82,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x3dae82[_0x440073(0x446)],'clientY':_0x3dae82[_0x440073(0x4d3)],'ctrlKey':_0x3dae82[_0x440073(0x67b)],'deltaMode':_0x3dae82[_0x440073(0x6f3)],'deltaX':_0x3dae82[_0x440073(0x1ff)],'deltaY':_0x3dae82[_0x440073(0x52c)],'deltaZ':_0x3dae82[_0x440073(0x58b)],'metaKey':_0x3dae82[_0x440073(0x355)],'shiftKey':_0x3dae82['shiftKey']});return _0x3caf59[_0x440073(0x235)](_0x563fbe),_0x563fbe[_0x440073(0x5c8)];}function Xc(_0x5a15ea,_0x3b713b){const _0x332bfe=_0x5a2f85;var _0xdc84fc;let _0x1363c3=gl((_0xdc84fc=pl(_0x3b713b,_0x5a15ea['clientX'],_0x5a15ea[_0x332bfe(0x4d3)]))==null?_0x3b713b:_0xdc84fc,_0x3b713b,_0x5a15ea);return _0x1363c3?_l(_0x5a15ea,_0x1363c3):!0x1;}function Zc(_0x46c2ab,_0x35935b){const _0x345529=_0x5a2f85;let _0x53fd37=rl(_0x46c2ab);if(!_0x53fd37)return ll(_0x46c2ab[_0x345529(0x251)][_0x345529(0x6da)],_0x46c2ab,_0x35935b);if(!cl(_0x53fd37))return ll(_0x53fd37,_0x46c2ab,_0x35935b);let _0x40604d=_0x53fd37[_0x345529(0x5fc)];return _0x53fd37[_0x345529(0x5fc)]+=_0x35935b[_0x345529(0x52c)],_0x53fd37[_0x345529(0x5fc)]!==_0x40604d;}function Qc(_0x4ef2c9,_0x38dd0c,_0x53d10b){const _0x3821a1=_0x5a2f85;var _0xe282ed;return _0x53d10b||((_0xe282ed=_0x4ef2c9[_0x3821a1(0x72d)]['sourceMeta'])==null?void 0x0:_0xe282ed[_0x3821a1(0x368)])===_0x3821a1(0x5e2)?nl(_0x38dd0c):tc(_0x4ef2c9['layout'],_0x38dd0c);}function $c(_0x48dcca,_0x47a394){return Mc(_0x48dcca)&&tl(_0x47a394);}function el(_0x11b441){const _0xf2082a=_0x5a2f85;return _0x11b441[_0xf2082a(0x1ff)]||(_0x11b441[_0xf2082a(0x498)]?_0x11b441['deltaY']:0x0);}function tl(_0x17bf16){const _0x3a54b4=_0x5a2f85;if(_0x17bf16[_0x3a54b4(0x67b)]||_0x17bf16[_0x3a54b4(0x355)])return!0x1;let _0x216957=el(_0x17bf16),_0x320a43=_0x17bf16[_0x3a54b4(0x498)]?0x0:_0x17bf16[_0x3a54b4(0x52c)];return Math[_0x3a54b4(0x652)](_0x216957)>Math['abs'](_0x320a43);}function nl(_0x2b779a){const _0xcaee3f=_0x5a2f85;return _0x2b779a[_0xcaee3f(0x498)]||_0x2b779a['ctrlKey']||_0x2b779a[_0xcaee3f(0x355)]?!0x1:Math[_0xcaee3f(0x652)](_0x2b779a[_0xcaee3f(0x52c)])>Math[_0xcaee3f(0x652)](_0x2b779a[_0xcaee3f(0x1ff)]);}function rl(_0x2e3dbb){const _0x1157e7=_0x5a2f85;let _0x488420=_0x2e3dbb[_0x1157e7(0x5ce)];for(;_0x488420&&_0x488420!==document['body']&&_0x488420!==document[_0x1157e7(0x2cf)];){if(_0x488420[_0x1157e7(0x5ec)]>_0x488420[_0x1157e7(0x27a)]&&sl(_0x488420))return _0x488420;_0x488420=_0x488420[_0x1157e7(0x5ce)];}return null;}function il(_0x26ce3b,_0x326c49){var _0x49db56;return Math['max'](0x1,(_0x49db56=ol(_0x26ce3b))==null?_0x326c49:_0x49db56);}function al(_0x41cb68,_0x1e5d12,_0x2bd4b9){const _0x314601=_0x5a2f85;var _0x28bec0,_0x17796d;return Math[_0x314601(0x5bd)](0x1,(_0x28bec0=(_0x17796d=ol(_0x41cb68))==null?ol(_0x1e5d12):_0x17796d)==null?_0x2bd4b9:_0x28bec0);}function ol(_0x909c5a){const _0x56a764=_0x5a2f85;return typeof _0x909c5a=='number'&&Number[_0x56a764(0x3e5)](_0x909c5a)&&_0x909c5a>0x0?_0x909c5a:void 0x0;}function sl(_0x174e81){const _0xb8269a=_0x5a2f85;let _0xaf254b=window['getComputedStyle'](_0x174e81);return _0xaf254b[_0xb8269a(0x6eb)]===_0xb8269a(0x39d)||_0xaf254b[_0xb8269a(0x6eb)]===_0xb8269a(0x2d7)||_0xaf254b[_0xb8269a(0x6eb)]===_0xb8269a(0x37f)||_0xaf254b[_0xb8269a(0x29a)]==='auto'||_0xaf254b['overflowY']===_0xb8269a(0x2d7)||_0xaf254b[_0xb8269a(0x29a)]===_0xb8269a(0x37f);}function cl(_0x457ff5){const _0x486ccc=_0x5a2f85;let _0x39b337=window['getComputedStyle'](_0x457ff5);return _0x39b337[_0x486ccc(0x6eb)]===_0x486ccc(0x39d)||_0x39b337[_0x486ccc(0x6eb)]===_0x486ccc(0x2d7)||_0x39b337[_0x486ccc(0x29a)]==='auto'||_0x39b337[_0x486ccc(0x29a)]==='scroll';}function ll(_0x3bfbb7,_0x47f7a0,_0x508d94){const _0x472477=_0x5a2f85;let _0x30c55b=Array[_0x472477(0x3ba)](_0x3bfbb7[_0x472477(0x3f5)](_0x472477(0x2b9)))[_0x472477(0x4f7)](_0x1e20a8=>!_0x47f7a0[_0x472477(0x444)](_0x1e20a8));if(!_0x30c55b)return!0x1;let _0xfab907=dl(_0x30c55b,_0x47f7a0,_0x508d94);return _0x30c55b[_0x472477(0x235)](ul(_0x508d94,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0xfab907[_0x472477(0x446)],'clientY':_0xfab907[_0x472477(0x4d3)],'ctrlKey':_0x508d94[_0x472477(0x67b)],'deltaMode':_0x508d94[_0x472477(0x6f3)],'deltaX':_0x508d94[_0x472477(0x1ff)],'deltaY':_0x508d94[_0x472477(0x52c)],'deltaZ':_0x508d94[_0x472477(0x58b)],'metaKey':_0x508d94[_0x472477(0x355)],'shiftKey':_0x508d94['shiftKey']})),!0x0;}function ul(_0x3d743a,_0x129739){const _0x2c8c63=_0x5a2f85;let _0x2f1fb3=new WheelEvent(_0x2c8c63(0x561),_0x129739);return Object[_0x2c8c63(0x41b)](_0x2f1fb3,gc,{'configurable':!0x0,'value':_0x3d743a}),_0x2f1fb3;}function dl(_0x16c9cd,_0x22df5e,_0x46c548){const _0x3a40b1=_0x5a2f85;var _0xe8ee61;if(!hl(_0x22df5e,_0x46c548['clientX'],_0x46c548[_0x3a40b1(0x4d3)]))return{'clientX':_0x46c548[_0x3a40b1(0x446)],'clientY':_0x46c548['clientY']};let _0x4de58b=_0x16c9cd[_0x3a40b1(0x414)](),_0x5bf0ec=Math[_0x3a40b1(0x510)](0x18,Math[_0x3a40b1(0x5bd)](0x4,Math[_0x3a40b1(0x510)](_0x4de58b['width'],_0x4de58b['height'])/0x8)),_0x34e529=[{'clientX':_0x4de58b[_0x3a40b1(0x53e)]+_0x5bf0ec,'clientY':_0x4de58b[_0x3a40b1(0x311)]+_0x5bf0ec},{'clientX':_0x4de58b[_0x3a40b1(0x570)]-_0x5bf0ec,'clientY':_0x4de58b[_0x3a40b1(0x311)]+_0x5bf0ec},{'clientX':_0x4de58b[_0x3a40b1(0x53e)]+_0x5bf0ec,'clientY':_0x4de58b[_0x3a40b1(0x70e)]-_0x5bf0ec},{'clientX':_0x4de58b[_0x3a40b1(0x570)]-_0x5bf0ec,'clientY':_0x4de58b[_0x3a40b1(0x70e)]-_0x5bf0ec},{'clientX':_0x4de58b[_0x3a40b1(0x53e)]+_0x4de58b[_0x3a40b1(0x433)]/0x2,'clientY':_0x4de58b[_0x3a40b1(0x311)]+_0x4de58b[_0x3a40b1(0x354)]/0x2}];return(_0xe8ee61=_0x34e529[_0x3a40b1(0x4f7)](_0x31481a=>!hl(_0x22df5e,_0x31481a[_0x3a40b1(0x446)],_0x31481a['clientY'])))==null?_0x34e529[0x0]:_0xe8ee61;}function fl(_0x519876,_0x52fea8,_0x54c300){const _0x1c92c7=_0x5a2f85;return Math[_0x1c92c7(0x5bd)](_0x52fea8,Math['min'](_0x54c300,_0x519876));}function pl(_0x11d703,_0x54dd56,_0x52dd90){if(!hl(_0x11d703,_0x54dd56,_0x52dd90))return null;let _0x376579=ml(_0x11d703,_0x54dd56,_0x52dd90);if(_0x376579)return _0x376579;let _0x429005=_0x11d703,_0x3e551d=_0x2d93bf=>{const _0x39d8ab=_0x4aa9;let _0x246904=Array[_0x39d8ab(0x3ba)](_0x2d93bf[_0x39d8ab(0x5ac)]);for(let _0x18e727=_0x246904['length']-0x1;_0x18e727>=0x0;_0x18e727--){let _0x4d5456=_0x246904[_0x18e727];if(!(!(_0x4d5456 instanceof HTMLElement)||!hl(_0x4d5456,_0x54dd56,_0x52dd90))){_0x429005=_0x4d5456,_0x3e551d(_0x4d5456);return;}}};return _0x3e551d(_0x11d703),_0x429005;}function ml(_0x57c01c,_0x4d7b40,_0x4f1763){const _0x25c15e=_0x5a2f85;let _0x577706=_0x57c01c[_0x25c15e(0x251)][_0x25c15e(0x581)];if(typeof _0x577706!='function')return null;let _0x1f7925=_0x577706[_0x25c15e(0x697)](_0x57c01c['ownerDocument'],_0x4d7b40,_0x4f1763)['find'](_0x30d6af=>_0x30d6af instanceof HTMLElement&&_0x57c01c[_0x25c15e(0x444)](_0x30d6af));return _0x1f7925==null?null:_0x1f7925;}function hl(_0x404a2f,_0x15a082,_0x138e0a){const _0x2cd5ee=_0x5a2f85;let _0x3848df=_0x404a2f['getBoundingClientRect']();return _0x15a082>=_0x3848df['left']&&_0x15a082<=_0x3848df[_0x2cd5ee(0x570)]&&_0x138e0a>=_0x3848df[_0x2cd5ee(0x311)]&&_0x138e0a<=_0x3848df['bottom'];}function gl(_0x7f8275,_0x360fa0,_0x2102d3){const _0x4d00e6=_0x5a2f85;let _0x58f313=_0x2102d3['deltaX']||(_0x2102d3[_0x4d00e6(0x498)]?_0x2102d3[_0x4d00e6(0x52c)]:0x0),_0x194ca6=_0x2102d3[_0x4d00e6(0x498)]?0x0:_0x2102d3[_0x4d00e6(0x52c)],_0x2fe664=_0x7f8275;for(;_0x2fe664&&_0x360fa0['contains'](_0x2fe664);){if(kl(_0x2fe664,_0x58f313,_0x194ca6))return _0x2fe664;_0x2fe664=_0x2fe664[_0x4d00e6(0x5ce)];}return kl(_0x360fa0,_0x58f313,_0x194ca6)?_0x360fa0:null;}function _l(_0x3548bc,_0x1a2d81){const _0x5e55f2=_0x5a2f85;let _0x5dc4b3=_0x3548bc[_0x5e55f2(0x1ff)]||(_0x3548bc[_0x5e55f2(0x498)]?_0x3548bc[_0x5e55f2(0x52c)]:0x0),_0x37100b=_0x3548bc[_0x5e55f2(0x498)]?0x0:_0x3548bc[_0x5e55f2(0x52c)],_0x5019e9=_0x1a2d81['scrollLeft'],_0x2a22c4=_0x1a2d81[_0x5e55f2(0x5fc)];return _0x5dc4b3&&(_0x1a2d81['scrollLeft']+=_0x5dc4b3),_0x37100b&&(_0x1a2d81['scrollTop']+=_0x37100b),_0x1a2d81[_0x5e55f2(0x71b)]!==_0x5019e9||_0x1a2d81[_0x5e55f2(0x5fc)]!==_0x2a22c4;}function vl(..._0x212aeb){const _0x5d7616=_0x5a2f85;return _0x212aeb[_0x5d7616(0x628)](_0x5bfa6a=>!!_0x5bfa6a&&_0x5bfa6a[_0x5d7616(0x39c)]);}function yl(_0x34dcee,_0x38c3ba){const _0x3864bd=_0x5a2f85;if(_0x38c3ba instanceof HTMLCanvasElement&&_0x34dcee[_0x3864bd(0x73b)](_0x16807c=>_0x16807c[_0x3864bd(0x444)](_0x38c3ba)))return _0x38c3ba;for(let _0x7d4938 of _0x34dcee){let _0x8030f3=_0x7d4938[_0x3864bd(0x615)](_0x3864bd(0x2b9));if(_0x8030f3)return _0x8030f3;}return null;}function bl(_0x3c7e4a,_0x16ab1b=!0x1){const _0x18fb73=_0x5a2f85;return _0x3c7e4a!==_0x43e669['UNIVER_SHEET']&&_0x3c7e4a!==_0x43e669[_0x18fb73(0x35a)]&&(_0x16ab1b||_0x3c7e4a!==_0x43e669[_0x18fb73(0x5ff)]);}function xl(_0x2a473d){const _0x1e46e7=_0x5a2f85;let _0x48dd8f=Sl(_0x2a473d);return _0x48dd8f==='child-editor'||_0x48dd8f===_0x1e46e7(0x25c)||_0x48dd8f===_0x1e46e7(0x671);}function Sl(_0x5a0989){const _0x2f67d7=_0x5a2f85;var _0x112ea1;if(!(_0x5a0989 instanceof HTMLElement))return;let _0x175f41=(_0x112ea1=_0x5a0989[_0x2f67d7(0x21b)](_0x2f67d7(0x370)))==null?void 0x0:_0x112ea1[_0x2f67d7(0x533)](X);return El(_0x175f41)?_0x175f41:void 0x0;}function Cl(_0x5d29d8,_0x58fc10,_0x52bb46,_0x22b5a3,_0x5dc252){const _0x2c3721=_0x5a2f85;if(_0x5dc252!=='stage2'||!_0x52bb46||!_0x22b5a3)return;let _0x73ba8=new Map(),_0x3c6ce1=()=>{const _0x342814=_0x4aa9;let _0x4de8af=new Set([_0x22b5a3,..._0x58fc10[_0x342814(0x67a)](_0x52bb46)]);_0x73ba8['forEach']((_0x38a412,_0x11234b)=>{const _0x22b082=_0x342814;_0x4de8af[_0x22b082(0x2cc)](_0x11234b)||(_0x38a412['dispose'](),_0x73ba8[_0x22b082(0x3b3)](_0x11234b));}),_0x4de8af[_0x342814(0x2b8)](_0x5926c9=>{const _0x29aa8a=_0x342814;_0x73ba8['has'](_0x5926c9)||_0x5d29d8[_0x29aa8a(0x59c)](_0x5926c9)||_0x73ba8[_0x29aa8a(0x5a2)](_0x5926c9,_0x5d29d8[_0x29aa8a(0x585)](_0x5926c9));});};_0x3c6ce1();let _0x31f9be=_0x58fc10['runtimeFocusChanged$'][_0x2c3721(0x59e)](_0x3c6ce1);return _0x5a3ed7(()=>{const _0x58c589=_0x2c3721;_0x31f9be['unsubscribe'](),_0x73ba8['forEach'](_0x4c496d=>_0x4c496d[_0x58c589(0x50e)]()),_0x73ba8[_0x58c589(0x5a9)]();});}function wl(_0x18b80f){let {stage:_0x54b51b,isOwnedChildInteraction:_0x3f58bb}=_0x18b80f;return _0x54b51b==='stage2'&&_0x3f58bb;}function Tl(_0x125158){const _0xe095bf=_0x5a2f85;return _0x125158[_0xe095bf(0x53d)]<_0x125158[_0xe095bf(0x721)];}function El(_0x3c1cd1){const _0x53af8a=_0x5a2f85;return _0x3c1cd1===_0x53af8a(0x606)||_0x3c1cd1===_0x53af8a(0x1fd)||_0x3c1cd1===_0x53af8a(0x2ce)||_0x3c1cd1===_0x53af8a(0x25c)||_0x3c1cd1===_0x53af8a(0x671);}function Dl(_0x4e2ad3){const _0x5322e5=_0x5a2f85;return _0x4e2ad3['id']===_0x5322e5(0x3f2)||_0x4e2ad3['id'][_0x5322e5(0x24c)](_0x5322e5(0x576))||_0x4e2ad3['id']['startsWith'](_0x5322e5(0x4f1))||_0x4e2ad3[_0x5322e5(0x21b)](_0x5322e5(0x58d))!=null;}function Ol(_0x567804,_0xb5eaf6){const _0x441281=_0x5a2f85;if(!_0x567804||_0xb5eaf6['length']===0x0)return;let _0xbc433=_0xb5eaf6[0x0][_0x441281(0x251)][_0x441281(0x55b)];_0xbc433 instanceof HTMLElement&&(_0xb5eaf6[_0x441281(0x73b)](_0x1d5b8c=>_0x1d5b8c['contains'](_0xbc433))||_0xbc433[_0x441281(0x21b)]('[data-embed-interaction-boundary-owner=\x22'+_0x567804+'\x22]')!=null)&&_0xbc433['blur']();}function kl(_0x2a5c61,_0x3af4b3,_0x310825){const _0x1af12d=_0x5a2f85;let _0x9a9ec9=_0x3af4b3!==0x0&&_0x2a5c61[_0x1af12d(0x1fa)]>_0x2a5c61['clientWidth']&&(_0x3af4b3<0x0?_0x2a5c61['scrollLeft']>0x0:_0x2a5c61['scrollLeft']+_0x2a5c61[_0x1af12d(0x4a3)]<_0x2a5c61[_0x1af12d(0x1fa)]),_0x45d082=_0x310825!==0x0&&_0x2a5c61[_0x1af12d(0x5ec)]>_0x2a5c61[_0x1af12d(0x27a)]&&(_0x310825<0x0?_0x2a5c61[_0x1af12d(0x5fc)]>0x0:_0x2a5c61[_0x1af12d(0x5fc)]+_0x2a5c61['clientHeight']<_0x2a5c61[_0x1af12d(0x5ec)]);return _0x9a9ec9||_0x45d082;}function Al(_0x55e757,_0x34cbe5=0x1,_0x4be135=0x1){const _0x2d2b78=_0x5a2f85;let _0x849865=_0x55e757[_0x2d2b78(0x1ff)]/(Math['abs'](_0x34cbe5)||0x1),_0x525b64=_0x55e757['deltaY']/(Math[_0x2d2b78(0x652)](_0x4be135)||0x1);if(_0x55e757[_0x2d2b78(0x498)])_0x849865=(_0x55e757['deltaY']||_0x55e757[_0x2d2b78(0x1ff)])*0x3/(Math[_0x2d2b78(0x652)](_0x34cbe5)||0x1),_0x525b64=0x0;else{let _0x228c75=Math[_0x2d2b78(0x652)](_0x849865),_0x3d64ce=Math['abs'](_0x525b64);_0x3d64ce>=_0x228c75*0x2?_0x849865=0x0:_0x228c75>=_0x3d64ce*0x2&&(_0x525b64=0x0);}return{'offsetX':_0x849865,'offsetY':_0x525b64};}function jl(_0x50070c,_0x46bca3,_0x44a9bc){const _0x5e7980=_0x5a2f85;var _0x7f95d4,_0x452824,_0x51590e,_0x19efa8;if(!_0x46bca3)return!0x1;let {offsetX:_0x364137,offsetY:_0x3e7fd5}=Ml(_0x50070c,_0x46bca3,_0x44a9bc);if(!_0x364137&&!_0x3e7fd5)return!0x1;let _0x2f11ce=(_0x7f95d4=_0x46bca3[_0x5e7980(0x23a)])==null?0x0:_0x7f95d4,_0x4c180d=(_0x452824=_0x46bca3[_0x5e7980(0x384)])==null?0x0:_0x452824;if(_0x50070c[_0x5e7980(0x65f)]===_0x5e7980(0x6a2)&&_0x46bca3['scrollToViewportPos']&&(_0x50070c[_0x5e7980(0x23a)]!=null||_0x50070c['viewportScrollY']!=null)){var _0x1b7468,_0x20212d;_0x46bca3[_0x5e7980(0x519)]({'viewportScrollX':(_0x1b7468=_0x50070c['viewportScrollX'])==null?_0x2f11ce:_0x1b7468,'viewportScrollY':(_0x20212d=_0x50070c[_0x5e7980(0x384)])==null?_0x4c180d:_0x20212d});}else{if(_0x46bca3[_0x5e7980(0x395)])_0x46bca3['scrollByViewportDeltaVal']({'viewportScrollX':_0x364137,'viewportScrollY':_0x3e7fd5});else return!0x1;}let _0x36aefb=((_0x51590e=_0x46bca3[_0x5e7980(0x23a)])==null?0x0:_0x51590e)!==_0x2f11ce||((_0x19efa8=_0x46bca3[_0x5e7980(0x384)])==null?0x0:_0x19efa8)!==_0x4c180d;if(_0x36aefb){var _0x14153d;_0x44a9bc==null||(_0x14153d=_0x44a9bc[_0x5e7980(0x2a1)])==null||_0x14153d['call'](_0x44a9bc,!0x0);}return _0x36aefb;}function Ml(_0xb97001,_0x16fb3c,_0x53bc9e){const _0x5b02ba=_0x5a2f85;if(_0xb97001[_0x5b02ba(0x65f)]===_0x5b02ba(0x6a2)&&(_0xb97001[_0x5b02ba(0x23a)]!=null||_0xb97001[_0x5b02ba(0x384)]!=null)){var _0x53ee4a,_0x11c217,_0x55d273,_0x164d89,_0x5968b5,_0x41b210;return{'offsetX':((_0x53ee4a=(_0x11c217=_0xb97001['viewportScrollX'])==null?_0x16fb3c[_0x5b02ba(0x23a)]:_0x11c217)==null?0x0:_0x53ee4a)-((_0x55d273=_0x16fb3c[_0x5b02ba(0x23a)])==null?0x0:_0x55d273),'offsetY':((_0x164d89=(_0x5968b5=_0xb97001[_0x5b02ba(0x384)])==null?_0x16fb3c[_0x5b02ba(0x384)]:_0x5968b5)==null?0x0:_0x164d89)-((_0x41b210=_0x16fb3c[_0x5b02ba(0x384)])==null?0x0:_0x41b210)};}return Al(_0xb97001[_0x5b02ba(0x42c)],_0x53bc9e==null?void 0x0:_0x53bc9e['scaleX'],_0x53bc9e==null?void 0x0:_0x53bc9e[_0x5b02ba(0x693)]);}function Nl(_0x49b3f8){const _0x54164f=_0x5a2f85;return _0x49b3f8[_0x54164f(0x5c7)]?_0x49b3f8[_0x54164f(0x66f)]+0x34:_0x49b3f8[_0x54164f(0x66f)];}function Pl(_0x1b5037){const _0x4db74b=_0x5a2f85;var _0x6f768e,_0x367278,_0x38031d,_0x287f57;let _0x22c2f2=_0x537911(_0x2942d2),_0x3c1b4d=_0x537911(_0x327678),_0x2e6937=_0x537911(_0x521bc8),_0x7be82f=Hl(_0x1b5037[_0x4db74b(0x40e)]),_0x54b4eb=_0x7be82f==null?void 0x0:_0x7be82f[_0x4db74b(0x218)],_0x5896f3=_0x54b4eb==null?(_0x6f768e=_0x3c1b4d[_0x4db74b(0x4ae)](_0x43e669[_0x4db74b(0x35a)]))==null?void 0x0:_0x6f768e[_0x4db74b(0x594)]():_0x54b4eb,_0x2d2ecd=_0x100a3f(null),_0x2de596=_0x100a3f(null),[_0x28e75a,_0x5eeb92]=_0x120269(()=>_0x524f1a()),_0x59396e=_0x100a3f(_0x28e75a),_0x43a0b2=_0x46e207(_0x7be82f==null?void 0x0:_0x7be82f[_0x4db74b(0x734)]),_0x161efb=_0x1b5037['customBlockRenderViewport'],_0x59fb4c=_0x161efb==null?void 0x0:_0x161efb[_0x4db74b(0x44c)],_0x59255f=_0x161efb==null?void 0x0:_0x161efb[_0x4db74b(0x23e)],_0x1425ec=_0x161efb==null?void 0x0:_0x161efb[_0x4db74b(0x6a1)];_0x59396e['current']=_0x28e75a,_0x4ea00e(()=>{if(!_0x54b4eb)return;let _0x493f0b=[],_0x43ce72=()=>{const _0x33e98c=_0x4aa9;let _0x33f438=_0x3c1b4d[_0x33e98c(0x6f0)](_0x54b4eb,_0x43e669['UNIVER_DOC']),_0x36d2ab=_0x33f438==null?void 0x0:_0x33f438[_0x33e98c(0x735)];typeof _0x36d2ab==_0x33e98c(0x402)&&_0x22c2f2[_0x33e98c(0x59b)](_0x27df5e['id'],{'unitId':_0x54b4eb,'zoomRatio':_0x36d2ab});},_0x527700=_0x281a49=>{const _0x4bd1f8=_0x4aa9;let _0x2afd64=requestAnimationFrame(_0x281a49);_0x493f0b[_0x4bd1f8(0x328)](()=>cancelAnimationFrame(_0x2afd64));},_0x1a6382=_0x4628ca=>{const _0x381a8a=_0x4aa9;let _0x3de59c=setTimeout(_0x43ce72,_0x4628ca);_0x493f0b[_0x381a8a(0x328)](()=>clearTimeout(_0x3de59c));};return _0x43ce72(),_0x527700(_0x43ce72),_0x527700(()=>_0x527700(_0x43ce72)),_0x1a6382(0x78),_0x1a6382(0x1f4),()=>{_0x493f0b['forEach'](_0x406dfc=>_0x406dfc());};},[_0x22c2f2,_0x54b4eb,_0x3c1b4d]),_0x5cff27(()=>{const _0x3d3cd6=_0x4db74b;let _0x5695c5=_0x2d2ecd[_0x3d3cd6(0x208)];if(!_0x5695c5||!_0x43a0b2||typeof window>'u')return;let _0x2d1a2c,_0x24f634=()=>{const _0x24c5ed=_0x3d3cd6;_0x2d1a2c=void 0x0;let _0x5a371a=_0x5695c5[_0x24c5ed(0x414)](),_0x400d0a=_0x1d4beb(_0x5695c5,Bl(_0x1425ec,()=>Gl(_0x5695c5,_0x5a371a[_0x24c5ed(0x433)])),{'bleedLeft':_0x59fb4c,'bleedWidth':_0x59255f});_0x5eeb92(_0x3886cd=>Math[_0x24c5ed(0x652)](_0x3886cd[_0x24c5ed(0x44c)]-_0x400d0a[_0x24c5ed(0x44c)])<0.5&&Math[_0x24c5ed(0x652)](_0x3886cd[_0x24c5ed(0x2ea)]-_0x400d0a['bleedRight'])<0.5&&Math[_0x24c5ed(0x652)](_0x3886cd[_0x24c5ed(0x23e)]-_0x400d0a['bleedWidth'])<0.5&&Math[_0x24c5ed(0x652)](_0x3886cd['contentWidth']-_0x400d0a[_0x24c5ed(0x6a1)])<0.5&&Math[_0x24c5ed(0x652)](_0x3886cd[_0x24c5ed(0x2e5)]-_0x400d0a[_0x24c5ed(0x2e5)])<0.5?_0x3886cd:_0x400d0a);},_0x11d71b=()=>{const _0xd213a5=_0x3d3cd6;_0x2d1a2c==null&&(_0x2d1a2c=window[_0xd213a5(0x54e)](_0x24f634));},_0x5a78bf=_0x2d1f13=>{const _0x48fa82=_0x3d3cd6;Vl(_0x5695c5,_0x2d1f13[_0x48fa82(0x394)])&&_0x11d71b();};_0x24f634();let _0x3f5b5b=new ResizeObserver(_0x11d71b);return _0x3f5b5b[_0x3d3cd6(0x4ec)](_0x5695c5),window[_0x3d3cd6(0x266)](_0x3d3cd6(0x48a),_0x11d71b),window[_0x3d3cd6(0x266)](_0x3d3cd6(0x2d7),_0x5a78bf,!0x0),()=>{const _0x312e9e=_0x3d3cd6;_0x2d1a2c!=null&&window['cancelAnimationFrame'](_0x2d1a2c),_0x3f5b5b[_0x312e9e(0x34e)](),window[_0x312e9e(0x2ad)](_0x312e9e(0x48a),_0x11d71b),window['removeEventListener']('scroll',_0x5a78bf,!0x0);};},[_0x59fb4c,_0x59255f,_0x1425ec,_0x43a0b2]),_0x5cff27(()=>{const _0x53f18f=_0x4db74b;let _0x1ff126=_0x2d2ecd[_0x53f18f(0x208)];if(!_0x1ff126||!_0x43a0b2){_0x2de596[_0x53f18f(0x208)]=null;return;}let _0x960bdd=()=>{const _0x249097=_0x53f18f;_0x2de596[_0x249097(0x208)]=_0x1ff126[_0x249097(0x615)]('[data-u-comp=\x22embed-float-dom-live\x22]');};_0x960bdd();let _0x55a71e=new MutationObserver(_0x960bdd);return _0x55a71e[_0x53f18f(0x4ec)](_0x1ff126,{'childList':!0x0,'subtree':!0x0}),()=>{_0x2de596['current']=null,_0x55a71e['disconnect']();};},[_0x43a0b2]);let _0x153318=_0x43a0b2?Rl((_0x367278=_0x1b5037[_0x4db74b(0x234)])==null?void 0x0:_0x367278[_0x4db74b(0x66f)]):_0x2906fb((_0x38031d=_0x1b5037[_0x4db74b(0x234)])==null?void 0x0:_0x38031d[_0x4db74b(0x66f)],0x1),_0x3c2c52=Nl({'contentHeight':_0x153318,'tableLike':_0x43a0b2}),_0x186f3a=zl({'contentHeight':_0x153318,'viewportHeight':(_0x287f57=_0x1b5037[_0x4db74b(0x234)])==null?void 0x0:_0x287f57['viewportHeight']}),_0x26d4ae=_0x43a0b2?{'height':_0x3c2c52,'minHeight':_0x3c2c52}:void 0x0,_0x581e07=_0x89b672((_0x12f7f3,_0x322462)=>{const _0x3efadf=_0x4db74b;var _0x3f92ec;let _0x4cb261=(_0x3f92ec=_0x2e6937[_0x3efadf(0x6bb)](_0x322462['hostUnitId']))==null?void 0x0:_0x3f92ec[_0x3efadf(0x4b4)];return jl({..._0x322462,'event':_0x12f7f3,'source':_0x3efadf(0x561),'stage':_0x3efadf(0x229)},_0x4cb261==null?void 0x0:_0x4cb261[_0x3efadf(0x2f4)](_0x69e376[_0x3efadf(0x365)]),_0x4cb261);},[_0x2e6937]),_0x44f79c=_0x89b672(_0x5b61db=>{const _0x3ae489=_0x4db74b;var _0x21c02a;if(!_0x5896f3)return!0x1;let _0x3ecaf9=(_0x21c02a=_0x2e6937[_0x3ae489(0x6bb)](_0x5896f3))==null?void 0x0:_0x21c02a[_0x3ae489(0x4b4)];return jl({'event':_0x5b61db,'source':_0x3ae489(0x561),'stage':_0x3ae489(0x229)},_0x3ecaf9==null?void 0x0:_0x3ecaf9[_0x3ae489(0x2f4)](_0x69e376[_0x3ae489(0x365)]),_0x3ecaf9);},[_0x2e6937,_0x5896f3]),_0xc0c21d=_0x89b672(_0x33a8e4=>{Fl(_0x2e6937,_0x5896f3,_0x33a8e4);},[_0x2e6937,_0x5896f3]);return _0x4ea00e(()=>{const _0x1c8fab=_0x4db74b;let _0xc76199=_0x2d2ecd[_0x1c8fab(0x208)];if(!_0xc76199||!_0x43a0b2)return;let _0x2c8ceb=_0xf84a9b=>{const _0x14a354=_0x1c8fab;var _0x5b713d;Ul(_0xf84a9b)&&((_0x5b713d=_0xc76199[_0x14a354(0x615)](_0x14a354(0x2da)))==null?void 0x0:_0x5b713d[_0x14a354(0x572)][_0x14a354(0x3df)])==='stage2'&&_0x44f79c(_0xf84a9b)&&(_0xf84a9b[_0x14a354(0x70f)](),_0xf84a9b[_0x14a354(0x534)](),_0xf84a9b['stopImmediatePropagation']());};return _0xc76199['addEventListener'](_0x1c8fab(0x561),_0x2c8ceb,{'capture':!0x0,'passive':!0x1}),()=>_0xc76199[_0x1c8fab(0x2ad)](_0x1c8fab(0x561),_0x2c8ceb,{'capture':!0x0});},[_0x44f79c,_0x43a0b2]),_0x4ea00e(()=>{const _0x4ddcf9=_0x4db74b;let _0x4ebfe5=_0x2d2ecd[_0x4ddcf9(0x208)];if(!_0x4ebfe5||!_0x43a0b2)return;let _0x38f1fa=Ll({'getLive':()=>_0x2de596[_0x4ddcf9(0x208)],'getStage':()=>{const _0x4bc20c=_0x4ddcf9;var _0x55bf6d;return(_0x55bf6d=_0x4ebfe5[_0x4bc20c(0x615)](_0x4bc20c(0x2da)))==null?void 0x0:_0x55bf6d['dataset'][_0x4bc20c(0x3df)];},'getMaxScrollLeft':()=>{const _0x1bfa46=_0x4ddcf9;let _0x22333f=_0x59396e[_0x1bfa46(0x208)][_0x1bfa46(0x2e5)]-_0x59396e[_0x1bfa46(0x208)][_0x1bfa46(0x23e)];return _0x22333f>0x0?_0x22333f:void 0x0;}});return _0x4ebfe5[_0x4ddcf9(0x266)](_0x4ddcf9(0x561),_0x38f1fa,{'capture':!0x0,'passive':!0x1}),()=>_0x4ebfe5[_0x4ddcf9(0x2ad)](_0x4ddcf9(0x561),_0x38f1fa,{'capture':!0x0});},[_0x43a0b2]),_0x308f69('div',{'ref':_0x2d2ecd,'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]]:[contain:layout_style]','data-u-comp':_0x4db74b(0x58e),'data-embed-docs-custom-block':_0x4db74b(0x28f),'data-embed-docs-custom-block-child-type':(_0x7be82f==null?void 0x0:_0x7be82f[_0x4db74b(0x734)])==null?void 0x0:String(_0x7be82f[_0x4db74b(0x734)]),'data-embed-docs-custom-block-sheet-like':_0x43a0b2?_0x4db74b(0x28f):void 0x0,'style':_0x26d4ae,'children':_0x308f69(Cc,{..._0x1b5037,'docsCustomBlockLayout':_0x43a0b2?{'bleedLeft':_0x28e75a[_0x4db74b(0x44c)],'bleedWidth':_0x28e75a[_0x4db74b(0x23e)],'contentHeight':_0x153318,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x186f3a}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x43a0b2?_0x581e07:void 0x0,'onRuntimeStageEnter':_0xc0c21d,'syncHostVerticalScroll':_0x43a0b2})});}function Fl(_0xd92ded,_0x4541c5,_0x1df414){const _0x552aad=_0x5a2f85;var _0x191ee4;_0x1df414!==_0x552aad(0x229)||!_0x4541c5||(_0x191ee4=_0xd92ded['getRenderById'](_0x4541c5))==null||(_0x191ee4=_0x191ee4[_0x552aad(0x321)](_0x7f1bf3))==null||_0x191ee4[_0x552aad(0x6ba)]();}function Il(_0x3417b7){return _0x571506=>{const _0x4a31b9=_0x4aa9;var _0x269f07;let _0x2eb31a=_0x3417b7[_0x4a31b9(0x6d9)]();!_0x2eb31a||_0x571506[_0x4a31b9(0x67b)]||_0x571506[_0x4a31b9(0x355)]||_0x4810d2(_0x571506,_0x2eb31a,{'maxScrollLeft':(_0x269f07=_0x3417b7['getMaxScrollLeft'])==null?void 0x0:_0x269f07[_0x4a31b9(0x697)](_0x3417b7)})&&(_0x571506[_0x4a31b9(0x70f)](),_0x571506[_0x4a31b9(0x534)]());};}function Ll(_0x25a809){let _0x554757=Il(_0x25a809);return _0x37426b=>{const _0x2bd7af=_0x4aa9;_0x25a809['getStage']()!==_0x2bd7af(0x229)||!Wl(_0x37426b)||_0x554757(_0x37426b);};}function Rl(_0x2ef3b6){return _0x2906fb(_0x2ef3b6,0x1e0);}function zl(_0xb40f6){const _0x5044d8=_0x5a2f85;return _0x2906fb(_0xb40f6[_0x5044d8(0x1fe)],_0xb40f6['contentHeight']);}function Bl(_0x2bcbb5,_0xc2b41c){const _0x4e8ce5=_0x5a2f85;return Number[_0x4e8ce5(0x3e5)](_0x2bcbb5)&&(_0x2bcbb5==null?0x0:_0x2bcbb5)>0x0?_0x2bcbb5:_0x1dea6e(void 0x0,_0xc2b41c());}function Vl(_0x3c9d84,_0x12b4dc){const _0x418214=_0x5a2f85;return!(_0x12b4dc instanceof Node&&_0x3c9d84[_0x418214(0x444)](_0x12b4dc));}function Hl(_0x2c22c0){const _0x56fc1e=_0x5a2f85;if(!_0x2c22c0||typeof _0x2c22c0!=_0x56fc1e(0x4d6))return;let _0x279a5d=_0x2c22c0;if(!(_0x279a5d[_0x56fc1e(0x4a6)]!==0x1||!_0x279a5d['embedId']||!_0x279a5d['hostAnchorId']))return _0x279a5d;}function Ul(_0x445738){const _0x42e9e4=_0x5a2f85;return _0x445738[_0x42e9e4(0x498)]||_0x445738[_0x42e9e4(0x67b)]||_0x445738[_0x42e9e4(0x355)]?!0x1:Math[_0x42e9e4(0x652)](_0x445738[_0x42e9e4(0x52c)])>Math[_0x42e9e4(0x652)](_0x445738[_0x42e9e4(0x1ff)]);}function Wl(_0x561cbc){const _0x23bef9=_0x5a2f85;if(_0x561cbc['ctrlKey']||_0x561cbc[_0x23bef9(0x355)])return!0x1;let _0x1e5da2=_0x561cbc[_0x23bef9(0x1ff)]||(_0x561cbc[_0x23bef9(0x498)]?_0x561cbc['deltaY']:0x0),_0x483150=_0x561cbc[_0x23bef9(0x498)]?0x0:_0x561cbc[_0x23bef9(0x52c)];return Math[_0x23bef9(0x652)](_0x1e5da2)>Math[_0x23bef9(0x652)](_0x483150);}function Gl(_0x2229ba,_0x3a9271){const _0xc8e886=_0x5a2f85;let _0x171940=_0x2229ba[_0xc8e886(0x615)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x57f09f=_0x2229ba['querySelector'](_0xc8e886(0x2c8)),_0x4f75a3=[Math['max'](0x1,_0x3a9271)];return Kl(_0x171940,_0x4f75a3),Kl(_0x57f09f,_0x4f75a3),Math[_0xc8e886(0x5bd)](..._0x4f75a3[_0xc8e886(0x628)](_0x44efc5=>Number[_0xc8e886(0x3e5)](_0x44efc5)&&_0x44efc5>0x0));}function Kl(_0x164b57,_0x20ccc9){const _0x5355ff=_0x5a2f85;if(_0x164b57){_0x20ccc9[_0x5355ff(0x328)](_0x164b57['scrollWidth'],_0x164b57[_0x5355ff(0x3bf)],_0x164b57[_0x5355ff(0x414)]()[_0x5355ff(0x433)]);for(let _0x5a0624 of Array[_0x5355ff(0x3ba)](_0x164b57['children'])){if(!(_0x5a0624 instanceof HTMLElement))continue;let _0x556770=_0x5a0624['getBoundingClientRect'](),_0x1c8e5d=_0x164b57['getBoundingClientRect']();_0x20ccc9[_0x5355ff(0x328)](_0x5a0624[_0x5355ff(0x1fa)],_0x5a0624[_0x5355ff(0x3bf)],_0x556770[_0x5355ff(0x570)]-_0x1c8e5d['left']);}}}let ql=class extends _0x22b40f{constructor(_0x132c5e){const _0x1e9477=_0x5a2f85;super(),this[_0x1e9477(0x4fc)]=_0x132c5e,this[_0x1e9477(0x364)]();}[_0x5a2f85(0x364)](){const _0x529b1b=_0x5a2f85;this['disposeWithMe'](this['_componentManager'][_0x529b1b(0x5f2)](_0x3735c4,Pl)),this['disposeWithMe'](this[_0x529b1b(0x4fc)][_0x529b1b(0x5f2)](_0x17a7a3,Cc));}};ql=Bo([$(0x0,_0x40a9b9(_0xabdd4d))],ql);let Jl=class{constructor(_0x5b0d9f,_0x36fd59){const _0x4f63c0=_0x5a2f85;this['_injector']=_0x5b0d9f,this['_passiveWheelHandlerRegistry']=_0x36fd59,this[_0x4f63c0(0x445)][_0x4f63c0(0x5f2)]({'childType':_0x43e669['UNIVER_DOC'],'handleWheel':_0x363b83=>this[_0x4f63c0(0x6b5)]['has'](_0x410d29)?this[_0x4f63c0(0x6b5)][_0x4f63c0(0x43a)](_0x410d29)[_0x4f63c0(0x6ab)]({'childUnitId':_0x363b83[_0x4f63c0(0x6be)],'event':_0x363b83['event'],'source':_0x363b83['source']}):!0x1,'order':0x64});}};Jl=Bo([$(0x0,_0x40a9b9(_0x10f0f1)),$(0x1,_0x40a9b9(fc))],Jl);const Yl=[_0x43e669[_0x5a2f85(0x35a)],_0x43e669[_0x5a2f85(0x49e)],_0x43e669[_0x5a2f85(0x5ff)],_0x43e669[_0x5a2f85(0x6e5)]];let Xl=class extends _0x22b40f{constructor(_0x547afd,_0x413bed){const _0xcc7f24=_0x5a2f85;super(),this[_0xcc7f24(0x2bf)]=_0x547afd,this[_0xcc7f24(0x552)]=_0x413bed,Yl[_0xcc7f24(0x2b8)](_0x40fcb0=>{const _0x430372=_0xcc7f24;this['disposeWithMe'](this[_0x430372(0x2bf)][_0x430372(0x467)](_0x40fcb0)['subscribe'](_0x1827fb=>{const _0x17afcf=_0x430372;this[_0x17afcf(0x552)][_0x17afcf(0x736)](_0x1827fb[_0x17afcf(0x594)]());}));});}};Xl=Bo([$(0x0,_0x327678),$(0x1,_0x40a9b9(_0x159f7c))],Xl);let Zl=class extends _0x22b40f{constructor(_0x554681,_0x395ea4,_0x3de246,_0x7aac4d){const _0x35a975=_0x5a2f85;super(),this[_0x35a975(0x660)]=_0x554681,this[_0x35a975(0x263)]=_0x395ea4,this[_0x35a975(0x5bc)]=_0x3de246,this[_0x35a975(0x6b5)]=_0x7aac4d,Y(this,'_current',null),Y(this,_0x35a975(0x59f),null),this[_0x35a975(0x6d0)](_0x5a3ed7(this[_0x35a975(0x660)][_0x35a975(0x56a)][_0x35a975(0x59e)](_0x3bdff7=>{const _0x35ef19=_0x35a975;var _0x496e73,_0x42bc9c,_0x7a83bd;if(!_0x3bdff7){this[_0x35ef19(0x69e)]?(this[_0x35ef19(0x69e)][_0x35ef19(0x50e)](),this[_0x35ef19(0x69e)]=null):this['_ribbonOverrideService'][_0x35ef19(0x5a9)](),this[_0x35ef19(0x59f)]=null;return;}if(Ql(this[_0x35ef19(0x59f)],_0x3bdff7))return;(_0x496e73=this[_0x35ef19(0x69e)])==null||_0x496e73[_0x35ef19(0x50e)](),this[_0x35ef19(0x69e)]=null,this[_0x35ef19(0x59f)]=null;let _0x2c15bb=this[_0x35ef19(0x263)][_0x35ef19(0x43a)](_0x3bdff7[_0x35ef19(0x734)]),_0x2d84eb=_0x2c15bb==null||(_0x42bc9c=_0x2c15bb[_0x35ef19(0x68e)])==null?void 0x0:_0x42bc9c['call'](_0x2c15bb,{'childType':_0x3bdff7[_0x35ef19(0x734)],'childUnitId':_0x3bdff7[_0x35ef19(0x6be)],'injector':this[_0x35ef19(0x6b5)],'embedId':_0x3bdff7['embedId'],'hostUnitId':_0x3bdff7[_0x35ef19(0x218)],'entry':_0x3bdff7['entry']});if(!_0x2d84eb){this[_0x35ef19(0x5bc)][_0x35ef19(0x5a9)]();return;}this[_0x35ef19(0x5bc)][_0x35ef19(0x485)]({'id':_0x3bdff7[_0x35ef19(0x41e)],'ribbonService':_0x2d84eb[_0x35ef19(0x31d)],'injector':_0x2d84eb[_0x35ef19(0x514)],'portalContainer':(_0x7a83bd=_0x2d84eb[_0x35ef19(0x5e8)])==null?_0x3bdff7[_0x35ef19(0x5e8)]:_0x7a83bd,'placeholderTitle':_0x2d84eb[_0x35ef19(0x711)],'hideToolbar':_0x2d84eb[_0x35ef19(0x507)]}),this['_currentOverride']=_0x3bdff7,this[_0x35ef19(0x69e)]=_0x5a3ed7(()=>{const _0x4158f9=_0x35ef19;var _0x2724e1;this[_0x4158f9(0x5bc)][_0x4158f9(0x5a9)](_0x3bdff7[_0x4158f9(0x41e)]),(_0x2724e1=_0x2d84eb[_0x4158f9(0x512)])==null||_0x2724e1[_0x4158f9(0x50e)](),this['_currentOverride']=null;});})));}[_0x5a2f85(0x50e)](){const _0x7d4f46=_0x5a2f85;var _0x462e8c;(_0x462e8c=this[_0x7d4f46(0x69e)])==null||_0x462e8c['dispose'](),this[_0x7d4f46(0x69e)]=null,this[_0x7d4f46(0x59f)]=null,super[_0x7d4f46(0x50e)]();}};Zl=Bo([$(0x0,_0x40a9b9(za)),$(0x1,_0x40a9b9(La)),$(0x2,_0x40a9b9(_0x18443d)),$(0x3,_0x40a9b9(_0x10f0f1))],Zl);function Ql(_0xbea91d,_0x3b2189){const _0x40e2d4=_0x5a2f85;return _0xbea91d!=null&&_0xbea91d[_0x40e2d4(0x218)]===_0x3b2189[_0x40e2d4(0x218)]&&_0xbea91d['embedId']===_0x3b2189['embedId']&&_0xbea91d[_0x40e2d4(0x6be)]===_0x3b2189[_0x40e2d4(0x6be)]&&_0xbea91d[_0x40e2d4(0x734)]===_0x3b2189[_0x40e2d4(0x734)]&&_0xbea91d[_0x40e2d4(0x379)]===_0x3b2189[_0x40e2d4(0x379)]&&_0xbea91d[_0x40e2d4(0x3de)]===_0x3b2189[_0x40e2d4(0x3de)]&&_0xbea91d[_0x40e2d4(0x5e8)]===_0x3b2189[_0x40e2d4(0x5e8)]&&_0xbea91d[_0x40e2d4(0x3ab)]===_0x3b2189[_0x40e2d4(0x3ab)]&&_0xbea91d[_0x40e2d4(0x5c9)]===_0x3b2189['lockHostRibbon'];}function $l(_0x35ae88){const _0x36e2e2=_0x5a2f85;let _0x1cbabb=[];return[[_0x43e669['UNIVER_DOC'],_0x36e2e2(0x3e9)],[_0x43e669[_0x36e2e2(0x49e)],_0x36e2e2(0x28d)],[_0x43e669[_0x36e2e2(0x6e5)],_0x36e2e2(0x59d)],[_0x43e669[_0x36e2e2(0x5ff)],'bases-ui.ribbon']]['forEach'](([_0x3e7fa9,_0x3ca1fa])=>{const _0x478c2d=_0x36e2e2;let _0x52b065=ws(_0x35ae88,{'childType':_0x3e7fa9,'id':_0x3ca1fa});_0x52b065&&_0x1cbabb[_0x478c2d(0x328)](_0x52b065);}),_0x1cbabb;}var eu=class{constructor(){const _0xb20736=_0x5a2f85;Y(this,_0xb20736(0x4e8),new Map());}[_0x5a2f85(0x5f2)](_0x50a227){const _0x15bfc3=_0x5a2f85;return this['_providers'][_0x15bfc3(0x5a2)](_0x50a227[_0x15bfc3(0x734)],_0x50a227),_0x5a3ed7(()=>{const _0x107e26=_0x15bfc3;this[_0x107e26(0x4e8)][_0x107e26(0x43a)](_0x50a227[_0x107e26(0x734)])===_0x50a227&&this[_0x107e26(0x4e8)][_0x107e26(0x3b3)](_0x50a227[_0x107e26(0x734)]);});}[_0x5a2f85(0x43a)](_0x8c7983){const _0x5a1be1=_0x5a2f85;return this[_0x5a1be1(0x4e8)][_0x5a1be1(0x43a)](_0x8c7983);}[_0x5a2f85(0x33f)](){const _0x4083d2=_0x5a2f85;return[...this[_0x4083d2(0x4e8)][_0x4083d2(0x6c8)]()];}[_0x5a2f85(0x39a)](_0x4b2351){const _0x32e879=_0x5a2f85;var _0x3604fa;return(_0x3604fa=this[_0x32e879(0x43a)](_0x4b2351[_0x32e879(0x734)]))==null?void 0x0:_0x3604fa[_0x32e879(0x39a)](_0x4b2351);}};function tu(_0x569ac8,_0x312d24,_0x424ab2=iu(_0x569ac8),_0x310ed4={}){const _0x20cf86=_0x5a2f85;var _0x39f70f,_0x54f38e,_0x5ce0d9,_0x1f061e,_0x2703b5;let _0x62dcad=_0x569ac8['injector'][_0x20cf86(0x43a)](_0x312d24),_0x43acb7=(_0x39f70f=_0x310ed4[_0x20cf86(0x28c)])==null?_0x310ed4['scopedRenderInjector']===!0x1?void 0x0:(_0x54f38e=(_0x5ce0d9=_0x569ac8['runtimeScope'])==null?void 0x0:_0x5ce0d9[_0x20cf86(0x514)])==null?nu(_0x569ac8):_0x54f38e:_0x39f70f,_0x383771=!_0x310ed4[_0x20cf86(0x28c)]&&_0x43acb7!==((_0x1f061e=_0x569ac8[_0x20cf86(0x2d9)])==null?void 0x0:_0x1f061e['injector']),_0x23c899=su(_0x62dcad,_0x569ac8[_0x20cf86(0x6be)],_0x43acb7);if(!_0x23c899){_0x383771&&(_0x43acb7==null||_0x43acb7[_0x20cf86(0x50e)]());return;}_0x424ab2[_0x20cf86(0x572)][_0x20cf86(0x72e)]=_0x569ac8['childUnitId'],_0x424ab2[_0x20cf86(0x572)]['embedChildRenderMode']=_0x569ac8[_0x20cf86(0x5af)]['mode'];try{var _0x264846,_0x3b4470;(_0x264846=(_0x3b4470=_0x23c899[_0x20cf86(0x6a5)])[_0x20cf86(0x56b)])==null||_0x264846[_0x20cf86(0x697)](_0x3b4470);}catch{}_0x23c899['engine'][_0x20cf86(0x2f7)](_0x424ab2),au(_0x23c899,_0x424ab2),lu(_0x23c899,{'activate':(_0x2703b5=_0x310ed4[_0x20cf86(0x485)])==null?!0x0:_0x2703b5});let _0x3a855f=ru(_0x23c899,_0x424ab2,{'activate':!0x1});return _0x5a3ed7(()=>{const _0x1336e2=_0x20cf86;var _0x44fd5f;_0x3a855f[_0x1336e2(0x50e)]();try{var _0xa29b4c,_0x1b5614;(_0xa29b4c=(_0x1b5614=_0x23c899['engine'])[_0x1336e2(0x56b)])==null||_0xa29b4c['call'](_0x1b5614);}catch{}(_0x44fd5f=_0x62dcad[_0x1336e2(0x529)])==null||_0x44fd5f[_0x1336e2(0x697)](_0x62dcad,_0x569ac8[_0x1336e2(0x6be)]),_0x424ab2[_0x1336e2(0x68c)]('data-embed-child-render-unit-id'),_0x424ab2[_0x1336e2(0x68c)](_0x1336e2(0x417)),_0x383771&&(_0x43acb7==null||_0x43acb7[_0x1336e2(0x50e)]());});}function nu(_0x20a772){const _0x3706a4=_0x5a2f85;if(typeof _0x20a772['injector'][_0x3706a4(0x2cc)]==_0x3706a4(0x733)&&!(!_0x20a772[_0x3706a4(0x514)][_0x3706a4(0x2cc)](_0x327678)||!_0x20a772[_0x3706a4(0x514)]['has'](_0x2942d2)))return Ga(_0x20a772);}function ru(_0x283b74,_0x1dcb8f,_0x32d631={}){const _0x108f4a=_0x5a2f85;if(typeof ResizeObserver>'u')return _0x5a3ed7(()=>{});let _0x282330=-0x1,_0x285d3d=-0x1,_0x4fd01b=0x0,_0x4f1b4c=new ResizeObserver(_0x2d73b5=>{const _0x34f675=_0x4aa9;var _0x1f8624,_0x209e19,_0x3b17ee;let _0x5c123a=(_0x1f8624=_0x2d73b5[0x0])==null?void 0x0:_0x1f8624[_0x34f675(0x27d)],_0x470f05=(_0x209e19=_0x5c123a==null?void 0x0:_0x5c123a['width'])==null?_0x1dcb8f[_0x34f675(0x4a3)]:_0x209e19,_0x198e92=(_0x3b17ee=_0x5c123a==null?void 0x0:_0x5c123a['height'])==null?_0x1dcb8f[_0x34f675(0x27a)]:_0x3b17ee;_0x470f05===_0x282330&&_0x198e92===_0x285d3d||(_0x282330=_0x470f05,_0x285d3d=_0x198e92,_0x4fd01b&&window[_0x34f675(0x543)](_0x4fd01b),_0x4fd01b=window[_0x34f675(0x54e)](()=>{const _0x4c72c1=_0x34f675;var _0x99127b;_0x4fd01b=0x0,lu(_0x283b74,{'activate':(_0x99127b=_0x32d631[_0x4c72c1(0x485)])==null?!0x1:_0x99127b});}));});return _0x4f1b4c[_0x108f4a(0x4ec)](_0x1dcb8f),_0x5a3ed7(()=>{const _0x43c604=_0x108f4a;_0x4fd01b&&window['cancelAnimationFrame'](_0x4fd01b),_0x4f1b4c[_0x43c604(0x34e)]();});}function iu(_0x278328){const _0x3c3226=_0x5a2f85;var _0xba122d,_0x22dbff,_0x5374e3;return(_0xba122d=(_0x22dbff=(_0x5374e3=_0x278328[_0x3c3226(0x2d9)][_0x3c3226(0x333)]['canvas'])==null?_0x278328[_0x3c3226(0x5af)][_0x3c3226(0x366)]:_0x5374e3)==null?_0x278328[_0x3c3226(0x5af)]['contentRoot']:_0x22dbff)==null?_0x278328[_0x3c3226(0x5af)][_0x3c3226(0x56f)]:_0xba122d;}function au(_0x2000b4,_0x399cc8){const _0x4396d0=_0x5a2f85;var _0x19c8db,_0x44d537,_0x111c13,_0x7bff00,_0x5dabd4,_0x5e1273;let _0x344e68=(_0x19c8db=(_0x44d537=(_0x111c13=_0x2000b4[_0x4396d0(0x6a5)])[_0x4396d0(0x56e)])==null?void 0x0:_0x44d537[_0x4396d0(0x697)](_0x111c13))==null?(_0x7bff00=(_0x5dabd4=_0x2000b4[_0x4396d0(0x6a5)])[_0x4396d0(0x681)])==null||(_0x7bff00=_0x7bff00['call'](_0x5dabd4))==null||(_0x5e1273=_0x7bff00[_0x4396d0(0x5a0)])==null?void 0x0:_0x5e1273[_0x4396d0(0x697)](_0x7bff00):_0x19c8db;!_0x344e68||_0x344e68[_0x4396d0(0x5ce)]===_0x399cc8||_0x399cc8['appendChild'](_0x344e68);}function ou(_0x3f14de,_0x3a1ed7,_0x22a777){const _0x16e7ec=_0x5a2f85;try{let _0x4e307b=_0x3f14de['getRenderById'](_0x3a1ed7);if(_0x4e307b){var _0x30c9d9;if(!_0x22a777||cu(_0x4e307b)===_0x22a777)return _0x4e307b;(_0x30c9d9=_0x3f14de['removeRender'])==null||_0x30c9d9['call'](_0x3f14de,_0x3a1ed7);}return _0x3f14de[_0x16e7ec(0x598)](_0x3a1ed7,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x22a777,'skipAutoRender':!0x0});}catch{return;}}function su(_0x4d26ce,_0x23d86b,_0x5bda13){const _0x4455bf=_0x5a2f85;try{let _0x2d8dbd=_0x4d26ce[_0x4455bf(0x6bb)](_0x23d86b);if(_0x2d8dbd){var _0x4fcb1b;if(!_0x5bda13||cu(_0x2d8dbd)===_0x5bda13)return _0x2d8dbd;(_0x4fcb1b=_0x4d26ce[_0x4455bf(0x529)])==null||_0x4fcb1b['call'](_0x4d26ce,_0x23d86b);}return _0x4d26ce[_0x4455bf(0x598)](_0x23d86b,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5bda13,'skipAutoRender':!0x0});}catch(_0xf90728){var _0x15e125;(_0x15e125=_0x4d26ce[_0x4455bf(0x529)])==null||_0x15e125[_0x4455bf(0x697)](_0x4d26ce,_0x23d86b),console[_0x4455bf(0x492)](_0x4455bf(0x3c5),_0xf90728);return;}}function cu(_0x30c768){const _0x4202c5=_0x5a2f85;try{var _0x41b8e4;return(_0x41b8e4=_0x30c768[_0x4202c5(0x321)])==null?void 0x0:_0x41b8e4[_0x4202c5(0x697)](_0x30c768,_0x10f0f1);}catch{return;}}function lu(_0x6e7e88,_0x2394b1={}){const _0x7888de=_0x5a2f85;var _0x4b4377,_0x3e7101,_0xc1b483,_0x3e2870;if(_0x2394b1[_0x7888de(0x485)]){var _0x3d5b27;(_0x3d5b27=_0x6e7e88[_0x7888de(0x485)])==null||_0x3d5b27['call'](_0x6e7e88);}_0x6e7e88[_0x7888de(0x6a5)]['resize'](),_0x6e7e88['components'][_0x7888de(0x2b8)](_0x3f404b=>{const _0x17c9ef=_0x7888de;var _0x3c82af,_0x1443c3;(_0x3c82af=_0x3f404b[_0x17c9ef(0x3c2)])==null||_0x3c82af[_0x17c9ef(0x697)](_0x3f404b,!0x0),(_0x1443c3=_0x3f404b[_0x17c9ef(0x2a1)])==null||_0x1443c3['call'](_0x3f404b,!0x0);}),(_0x4b4377=_0x6e7e88[_0x7888de(0x724)])==null||(_0x3e7101=_0x4b4377['makeDirty'])==null||_0x3e7101[_0x7888de(0x697)](_0x4b4377,!0x0),_0x6e7e88[_0x7888de(0x4b4)][_0x7888de(0x2a1)](),(_0xc1b483=(_0x3e2870=_0x6e7e88['scene'])['render'])==null||_0xc1b483[_0x7888de(0x697)](_0x3e2870);}function uu(_0x111546,_0x451186){const _0x58c834=_0x5a2f85;return{'childType':_0x451186[_0x58c834(0x734)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x3f1281=>du(_0x111546,_0x451186['renderManagerService'],_0x3f1281)};}function du(_0x948355,_0x355da3,_0x52644a){const _0x186c37=_0x5a2f85;var _0x13d16c,_0x36c68a,_0x17f058;if(_0x52644a[_0x186c37(0x4af)]){let _0x361cdb=zo(_0x52644a['context']);if(_0x361cdb)return _0x361cdb;}if(typeof document>'u')return;let _0x445f80=document[_0x186c37(0x53a)](_0x186c37(0x27f));_0x445f80[_0x186c37(0x520)]['position']=_0x186c37(0x310),_0x445f80[_0x186c37(0x520)][_0x186c37(0x53e)]=_0x186c37(0x71a),_0x445f80[_0x186c37(0x520)][_0x186c37(0x311)]=_0x186c37(0x71a),_0x445f80[_0x186c37(0x520)][_0x186c37(0x433)]=Math[_0x186c37(0x5bd)](0x1,Math[_0x186c37(0x4cd)](_0x52644a[_0x186c37(0x433)]))+'px',_0x445f80[_0x186c37(0x520)][_0x186c37(0x354)]=Math[_0x186c37(0x5bd)](0x1,Math[_0x186c37(0x4cd)](_0x52644a[_0x186c37(0x354)]))+'px',_0x445f80[_0x186c37(0x520)][_0x186c37(0x6cc)]=_0x186c37(0x2e2),document[_0x186c37(0x6da)][_0x186c37(0x714)](_0x445f80);let _0x38b197=_0x948355['get'](_0x355da3),_0x191750=!((_0x13d16c=_0x52644a['context'])==null||(_0x13d16c=_0x13d16c[_0x186c37(0x2d9)])==null)&&_0x13d16c[_0x186c37(0x514)]?void 0x0:Ga(fu(_0x948355,_0x52644a,_0x445f80)),_0x4ca6cf=(_0x36c68a=(_0x17f058=_0x52644a[_0x186c37(0x4af)])==null||(_0x17f058=_0x17f058[_0x186c37(0x2d9)])==null?void 0x0:_0x17f058[_0x186c37(0x514)])==null?_0x191750:_0x36c68a,_0x34ff0b=ou(_0x38b197,_0x52644a[_0x186c37(0x6be)],_0x4ca6cf);if(!_0x34ff0b){_0x191750==null||_0x191750[_0x186c37(0x50e)](),_0x445f80[_0x186c37(0x6e6)]();return;}try{var _0x3a3e01,_0x1b6034,_0x215652,_0x4816c7,_0x130f1b,_0x15edd2;_0x34ff0b[_0x186c37(0x6a5)][_0x186c37(0x2f7)](_0x445f80),lu(_0x34ff0b,{'activate':!0x1});let _0x111b09=(_0x3a3e01=(_0x1b6034=(_0x215652=_0x34ff0b[_0x186c37(0x6a5)])['getCanvasElement'])==null?void 0x0:_0x1b6034[_0x186c37(0x697)](_0x215652))==null?(_0x4816c7=(_0x130f1b=_0x34ff0b[_0x186c37(0x6a5)])[_0x186c37(0x681)])==null||(_0x4816c7=_0x4816c7[_0x186c37(0x697)](_0x130f1b))==null||(_0x15edd2=_0x4816c7[_0x186c37(0x5a0)])==null?void 0x0:_0x15edd2[_0x186c37(0x697)](_0x4816c7):_0x3a3e01;return!_0x111b09||_0x111b09[_0x186c37(0x433)]<=0x1||_0x111b09[_0x186c37(0x354)]<=0x1||typeof _0x111b09[_0x186c37(0x4ee)]!=_0x186c37(0x733)?void 0x0:_0x111b09[_0x186c37(0x4ee)](_0x186c37(0x339));}catch{return;}finally{try{var _0x1ee1a0,_0x14feda;(_0x1ee1a0=(_0x14feda=_0x34ff0b[_0x186c37(0x6a5)])[_0x186c37(0x56b)])==null||_0x1ee1a0[_0x186c37(0x697)](_0x14feda);}catch{}if(_0x191750){var _0x29bc02;(_0x29bc02=_0x38b197['removeRender'])==null||_0x29bc02[_0x186c37(0x697)](_0x38b197,_0x52644a[_0x186c37(0x6be)]),_0x191750['dispose']();}_0x445f80[_0x186c37(0x6e6)]();}}function fu(_0x428c35,_0x123734,_0x229777){const _0xeba590=_0x5a2f85;let _0x47aea6=pu(_0x123734),_0x547b7f=()=>{};return{'descriptor':_0x123734[_0xeba590(0x72d)],'layout':_0x47aea6,'injector':_0x428c35,'hostElement':_0x229777,'container':_0x229777,'hostUnitId':_0x123734[_0xeba590(0x72d)]['hostUnitId'],'embedId':_0x123734[_0xeba590(0x72d)][_0xeba590(0x41e)],'childUnitId':_0x123734[_0xeba590(0x6be)],'childType':_0x123734['childType'],'renderScope':{'hostUnitId':_0x123734[_0xeba590(0x72d)]['hostUnitId'],'hostAnchorId':_0x123734['descriptor']['hostAnchorId'],'embedId':_0x123734[_0xeba590(0x72d)][_0xeba590(0x41e)],'childUnitId':_0x123734['childUnitId'],'childType':_0x123734[_0xeba590(0x734)],'layout':_0x47aea6,'mode':'float','rootElement':_0x229777,'contentRoot':_0x229777,'canvasRoot':_0x229777,'active$':_0x1f8333(!0x1)},'runtimeScope':{'descriptor':_0x123734[_0xeba590(0x72d)],'host':{'unitId':_0x123734['descriptor']['hostUnitId'],'type':_0x123734[_0xeba590(0x72d)][_0xeba590(0x323)],'anchorId':_0x123734[_0xeba590(0x72d)][_0xeba590(0x52e)],'entry':_0x123734[_0xeba590(0x72d)]['entry'],'layout':_0xeba590(0x700)},'child':{'unitId':_0x123734[_0xeba590(0x6be)],'type':_0x123734[_0xeba590(0x734)]},'injector':_0x428c35,'roots':{'root':_0x229777,'content':_0x229777,'canvas':_0x229777,'overlay':_0x229777,'popup':_0x229777},'activate':_0x547b7f,'deactivate':_0x547b7f,'dispose':_0x547b7f}};}function pu(_0x364782){const _0x408a29=_0x5a2f85;var _0x54608a,_0x16ca5f,_0x87ff58;let _0xc5eca3=(_0x54608a=_0x364782[_0x408a29(0x72d)][_0x408a29(0x4f6)])==null?void 0x0:_0x54608a[_0x408a29(0x2d1)];return _0xc5eca3&&typeof _0xc5eca3==_0x408a29(0x4d6)&&typeof _0xc5eca3[_0x408a29(0x22a)]==_0x408a29(0x682)?_0xc5eca3[_0x408a29(0x22a)]:(_0x16ca5f=(_0x87ff58=_0x364782[_0x408a29(0x4af)])==null?void 0x0:_0x87ff58['layout'])==null?_0x408a29(0x264):_0x16ca5f;}var mu=class{constructor(){const _0x55fe36=_0x5a2f85;Y(this,_0x55fe36(0x4e8),new Map());}[_0x5a2f85(0x5f2)](_0x19cca9){const _0x8aa892=_0x5a2f85;if(this['_providers'][_0x8aa892(0x2cc)](_0x19cca9[_0x8aa892(0x734)]))throw Error('Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20'+_0x19cca9['childType']);this[_0x8aa892(0x4e8)][_0x8aa892(0x5a2)](_0x19cca9[_0x8aa892(0x734)],_0x19cca9);}[_0x5a2f85(0x43a)](_0x4731eb){const _0xe8d4be=_0x5a2f85;return this[_0xe8d4be(0x4e8)]['get'](_0x4731eb);}[_0x5a2f85(0x33f)](){const _0xce773b=_0x5a2f85;return[...this['_providers'][_0xce773b(0x6c8)]()];}};const hu=new WeakMap(),gu=new WeakMap();function _u(_0x91f926,_0x304c96,_0x3ff0fc){const _0x4bc200=_0x5a2f85;var _0x3ce765,_0x34c772;if(bu(_0x91f926)){yu(_0x91f926,_0x304c96,_0x3ff0fc);return;}let _0x4cdb3a=_0x91f926;if((_0x3ce765=gu[_0x4bc200(0x43a)](_0x4cdb3a))!=null&&_0x3ce765[_0x4bc200(0x2cc)](_0x304c96))return;let _0x207d50=(_0x34c772=hu[_0x4bc200(0x43a)](_0x4cdb3a))==null?new Map():_0x34c772;_0x207d50['set'](_0x304c96,_0x3ff0fc),hu[_0x4bc200(0x5a2)](_0x4cdb3a,_0x207d50);}function vu(_0x4ee7bf){const _0x2d2096=_0x5a2f85;if(!bu(_0x4ee7bf))return;let _0x1dd106=_0x4ee7bf,_0x208ce3=hu[_0x2d2096(0x43a)](_0x1dd106);_0x208ce3!=null&&_0x208ce3[_0x2d2096(0x441)]&&(_0x208ce3['forEach']((_0x2216fd,_0x382b14)=>yu(_0x4ee7bf,_0x382b14,_0x2216fd)),hu['delete'](_0x1dd106));}function yu(_0x4bf5db,_0x38726a,_0x3e52e1){const _0xa058f=_0x5a2f85;var _0x335b8d;let _0xfd6985=_0x4bf5db,_0x3301a3=(_0x335b8d=gu[_0xa058f(0x43a)](_0xfd6985))==null?new Set():_0x335b8d;_0x3301a3[_0xa058f(0x2cc)](_0x38726a)||(_0x3e52e1(_0x4bf5db),_0x3301a3[_0xa058f(0x5a7)](_0x38726a),gu[_0xa058f(0x5a2)](_0xfd6985,_0x3301a3));}function bu(_0x464237){const _0xf20586=_0x5a2f85;return _0x464237[_0xf20586(0x2cc)](_0x444250)&&_0x464237['has'](Io)&&_0x464237[_0xf20586(0x2cc)](Po)&&_0x464237['has'](La)&&_0x464237[_0xf20586(0x2cc)](Os)&&_0x464237['has'](Fo)&&_0x464237[_0xf20586(0x2cc)](nc)&&_0x464237[_0xf20586(0x2cc)](eu)&&_0x464237[_0xf20586(0x2cc)](dc)&&_0x464237[_0xf20586(0x2cc)](mu);}function xu(_0x5379dc){const _0x5c5579=_0x5a2f85;let {childType:_0x11bc7f,productName:_0x21f9b3}=_0x5379dc;return{'childType':_0x11bc7f,'productName':_0x21f9b3,'hostChromeMode':_0x5c5579(0x275),'layoutPolicy':{'tab':_0x42085a,'float':_0x43fd39,'docFlow':_0x2e44ed},'createRibbonOverride':({childUnitId:_0x1165c5,embedId:_0x30113f,injector:_0xfe45c0})=>{const _0xcfec59=_0x5c5579;let _0x16a63f=os(_0xfe45c0,{'childType':_0x11bc7f,'childUnitId':_0x1165c5,'embedId':_0x30113f,'menuSchema':Su(_0xfe45c0,_0x11bc7f,_0x5379dc['menuSchema'])});return{'mode':_0xcfec59(0x275),'ribbonService':_0x16a63f[_0xcfec59(0x31d)],'injector':_0x16a63f[_0xcfec59(0x514)],'placeholderTitle':_0x21f9b3,'disposable':_0x16a63f[_0xcfec59(0x512)]};}};}function Su(_0x13291b,_0x2ef744,_0x3734d5){const _0x153e0d=_0x5a2f85;let _0x2f5daf=_0x13291b;if(typeof _0x2f5daf[_0x153e0d(0x2cc)]==_0x153e0d(0x733)&&typeof _0x2f5daf['get']==_0x153e0d(0x733)&&_0x2f5daf[_0x153e0d(0x2cc)](Os)){let _0x2b9114=_0x2f5daf[_0x153e0d(0x43a)](Os)[_0x153e0d(0x3db)](_0x2ef744,_0x153e0d(0x275));if(_0x2b9114)return _0x2b9114;}return _0x3734d5;}function Cu(_0xe62f0c){const _0x4ffc86=_0x5a2f85;var _0x5d5ae9;let _0x2cc9da=wu(_0xe62f0c);return{'childType':_0xe62f0c['childType'],'productName':_0xe62f0c[_0x4ffc86(0x67d)],'hostChromeMode':_0x2cc9da,'hostHeaderMode':(_0x5d5ae9=_0xe62f0c[_0x4ffc86(0x431)])==null?_0x4ffc86(0x2e2):_0x5d5ae9,'layoutPolicy':{'tab':{..._0x42085a,'ribbon':_0x2cc9da===_0x4ffc86(0x2e2)?_0x4ffc86(0x37f):_0x4ffc86(0x5e2)},'float':_0x43fd39,'docFlow':_0x2e44ed},'createRibbonOverride':_0x2cc9da===_0x4ffc86(0x72f)?()=>({'mode':_0x4ffc86(0x72f),'ribbonService':Tu(),'placeholderTitle':_0xe62f0c[_0x4ffc86(0x67d)],'hideToolbar':!0x0}):void 0x0};}function wu(_0x451c29){const _0x4dd905=_0x5a2f85;return _0x451c29['hostChromeMode']?_0x451c29[_0x4dd905(0x419)]:_0x451c29[_0x4dd905(0x431)]===_0x4dd905(0x2f9)?'title-only':_0x4dd905(0x2e2);}function Tu(){return{'ribbon$':_0x1f8333([]),'activatedTab$':_0x1f8333(''),'collapsedIds$':_0x1f8333([]),'fakeToolbarVisible$':_0x1f8333(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function Eu(){const _0x5d7b75=_0x5a2f85;return Cu({'childType':_0x43e669[_0x5d7b75(0x5ff)],'productName':_0x5d7b75(0x549),'hostChromeMode':_0x5d7b75(0x72f)});}function Du(_0x48f4d2){return{'childType':_0x43e669['UNIVER_BASE'],'measureContentSize':_0xefcbdc=>{const _0x52814b=_0x4aa9;var _0x2a73e9;let _0x2bd306=_0x48f4d2==null||(_0x2a73e9=_0x48f4d2[_0x52814b(0x4e4)])==null?void 0x0:_0x2a73e9[_0x52814b(0x697)](_0x48f4d2),_0x28480a=Ou(_0xefcbdc[_0x52814b(0x48d)],_0x2bd306),_0x2c9572=ku(_0xefcbdc[_0x52814b(0x48d)],_0x2bd306);return _0x28480a==null&&_0x2c9572==null?void 0x0:{'height':_0x28480a,'width':_0x2c9572};}};}function Ou(_0x59bc70,_0x40cc37){const _0x9698ef=_0x5a2f85;var _0x538cec,_0x20383e;let _0x5729bc=_0x59bc70==null||(_0x538cec=_0x59bc70[_0x9698ef(0x270)])==null?void 0x0:_0x538cec['call'](_0x59bc70);if(!(_0x5729bc!=null&&_0x5729bc[_0x9698ef(0x293)]))return;let _0x24e5e2=ju(_0x5729bc,_0x40cc37==null?void 0x0:_0x40cc37[_0x9698ef(0x52b)]);if(!_0x24e5e2)return;let _0x9da2a2=Mu(_0x24e5e2,_0x40cc37==null?void 0x0:_0x40cc37[_0x9698ef(0x6ee)]);return _0x1011dd+Fu(_0x24e5e2)*_0x5952ed(_0x9da2a2==null||(_0x20383e=_0x9da2a2[_0x9698ef(0x50f)])==null?void 0x0:_0x20383e[_0x9698ef(0x5d5)])+_0x2a0d53+_0x46ef54;}function ku(_0x3f3669,_0x15a961){const _0x44419b=_0x5a2f85;var _0x351469,_0x2c4be5,_0x54f0a9,_0x376313;let _0x5a78cd=_0x3f3669==null||(_0x351469=_0x3f3669[_0x44419b(0x270)])==null?void 0x0:_0x351469[_0x44419b(0x697)](_0x3f3669);if(!(_0x5a78cd!=null&&_0x5a78cd[_0x44419b(0x293)]))return;let _0x3515b3=ju(_0x5a78cd,_0x15a961==null?void 0x0:_0x15a961[_0x44419b(0x52b)]);if(!_0x3515b3)return;let _0x54ae74=Mu(_0x3515b3,_0x15a961==null?void 0x0:_0x15a961[_0x44419b(0x6ee)]),_0x810098=(_0x2c4be5=_0x3515b3[_0x44419b(0x415)])==null?{}:_0x2c4be5;return _0x439f7f+(!(_0x54ae74==null||(_0x54f0a9=_0x54ae74[_0x44419b(0x47e)])==null)&&_0x54f0a9[_0x44419b(0x647)]?_0x54ae74[_0x44419b(0x47e)]:(_0x376313=_0x3515b3[_0x44419b(0x47e)])!=null&&_0x376313[_0x44419b(0x647)]?_0x3515b3[_0x44419b(0x47e)]:Object[_0x44419b(0x48f)](_0x810098))[_0x44419b(0x3b4)]((_0x2fc64,_0x31c1e6)=>{const _0x5f2ab9=_0x44419b;var _0x1cb1c5,_0x55e80c;let _0x159a99=_0x810098[_0x31c1e6],_0xda13eb=_0x54ae74==null||(_0x1cb1c5=_0x54ae74['fieldSettings'])==null?void 0x0:_0x1cb1c5[_0x31c1e6];return _0x159a99&&!(_0xda13eb!=null&&_0xda13eb[_0x5f2ab9(0x37f)])?_0x2fc64+Au((_0x55e80c=_0xda13eb==null?void 0x0:_0xda13eb[_0x5f2ab9(0x433)])==null?_0x159a99['width']:_0x55e80c):_0x2fc64;},0x0)+_0x5561de;}function Au(_0x4fd45d){return typeof _0x4fd45d=='number'&&Number['isFinite'](_0x4fd45d)&&_0x4fd45d>0x0?_0x4fd45d:_0x3d2cdc;}function ju(_0x16f5b5,_0x4f4b1b){const _0x3abca2=_0x5a2f85;var _0x16e81c;let _0x4f6444=_0x4f4b1b?(_0x16e81c=_0x16f5b5[_0x3abca2(0x293)])==null?void 0x0:_0x16e81c[_0x4f4b1b]:void 0x0;return _0x4f6444==null?Nu(_0x16f5b5):_0x4f6444;}function Mu(_0x3d876e,_0x5aca78){const _0x2923d8=_0x5a2f85;var _0x3b796f;let _0x198e3e=_0x5aca78?(_0x3b796f=_0x3d876e[_0x2923d8(0x3d7)])==null?void 0x0:_0x3b796f[_0x5aca78]:void 0x0;return _0x198e3e==null?Pu(_0x3d876e):_0x198e3e;}function Nu(_0x322ecd){const _0x5746fe=_0x5a2f85;var _0x1170e3,_0x4a765d;let _0x17f23c=(_0x1170e3=_0x322ecd[_0x5746fe(0x293)])==null?{}:_0x1170e3,_0x1c469c=(_0x4a765d=_0x322ecd[_0x5746fe(0x4de)])==null?[]:_0x4a765d;return[..._0x1c469c,...Object[_0x5746fe(0x48f)](_0x17f23c)['filter'](_0x245067=>!_0x1c469c[_0x5746fe(0x6d1)](_0x245067))][_0x5746fe(0x438)](_0x494dd5=>_0x17f23c[_0x494dd5])[_0x5746fe(0x4f7)](_0x57dced=>_0x57dced);}function Pu(_0x2c9f1b){const _0x256858=_0x5a2f85;var _0x49af11,_0x11f66a;let _0x2d3539=(_0x49af11=_0x2c9f1b['views'])==null?{}:_0x49af11,_0x247583=(_0x11f66a=_0x2c9f1b[_0x256858(0x244)])==null?[]:_0x11f66a;return[..._0x247583,...Object[_0x256858(0x48f)](_0x2d3539)[_0x256858(0x628)](_0x529282=>!_0x247583[_0x256858(0x6d1)](_0x529282))][_0x256858(0x438)](_0x275726=>_0x2d3539[_0x275726])[_0x256858(0x4f7)](_0x218b8a=>_0x218b8a);}function Fu(_0x460a30){const _0x37b425=_0x5a2f85;var _0x127344,_0x217768;let _0x1f86a9=(_0x127344=_0x460a30[_0x37b425(0x3c7)])==null?{}:_0x127344;return((_0x217768=_0x460a30[_0x37b425(0x4e5)])!=null&&_0x217768[_0x37b425(0x647)]?_0x460a30['recordOrder']:Object[_0x37b425(0x48f)](_0x1f86a9))[_0x37b425(0x628)](_0x1b46ba=>_0x1f86a9[_0x1b46ba])['length'];}function Iu(_0x31702e,_0x46d5ab,_0x25dbd2){return{..._0x11c3a7(_0x31702e,_0x46d5ab),'activateAnchor':_0x494ca2=>{const _0xfc3fbd=_0x4aa9;Ru(_0x494ca2[_0xfc3fbd(0x218)],_0x494ca2[_0xfc3fbd(0x52e)],_0x46d5ab,Bu(_0x25dbd2));}};}function Lu(){const _0xbf9c17=_0x5a2f85;return{'hostType':_0x43e669[_0xbf9c17(0x5ff)],'entry':_0xbf9c17(0x41a),'layout':_0xbf9c17(0x557),'supportedLayouts':[_0xbf9c17(0x557)],'menuBehavior':_0xbf9c17(0x566),'mount':_0x37fc6e=>{const _0x3d7d0c=_0xbf9c17;let _0x289502=Vu('data-embed-bases-table-list-host',_0x37fc6e[_0x3d7d0c(0x72d)]['hostAnchorId']);return _0x289502?{'hostElement':_0x289502}:{};}};}function Ru(_0x498b8e,_0x39e018,_0x2a580b,_0x36a693){const _0x3db0d5=_0x5a2f85;var _0xbd9495;if(!_0x36a693)return;_0x36a693[_0x3db0d5(0x404)](_0x39e018);let _0x4f0495=(_0xbd9495=zu(_0x2a580b,_0x498b8e))==null?void 0x0:_0xbd9495[_0x3db0d5(0x293)][_0x39e018],_0x189e0c=_0x4f0495==null?void 0x0:_0x4f0495[_0x3db0d5(0x244)][_0x3db0d5(0x4f7)](_0x589544=>_0x4f0495[_0x3db0d5(0x3d7)][_0x589544]);_0x189e0c&&_0x36a693[_0x3db0d5(0x2d3)](_0x189e0c),_0x36a693[_0x3db0d5(0x6fe)](null),_0x36a693[_0x3db0d5(0x29d)]();}function zu(_0x3fd602,_0x10426f){const _0x3f97dd=_0x5a2f85;var _0x1801fd;return _0x3fd602==null||(_0x1801fd=_0x3fd602[_0x3f97dd(0x6f0)](_0x10426f,_0x43e669[_0x3f97dd(0x5ff)]))==null?void 0x0:_0x1801fd['getSnapshot']();}function Bu(_0x528e68){return typeof _0x528e68=='function'?_0x528e68():_0x528e68;}function Vu(_0x16a7ba,_0x109d7a){return document['querySelector']('['+_0x16a7ba+'=\x22'+Hu(_0x109d7a)+'\x22]');}function Hu(_0x5142aa){const _0x438865=_0x5a2f85;return _0x5142aa['replace'](/\\/g,'\x5c\x5c')[_0x438865(0x637)](/"/g,'\x5c\x22');}function Uu(_0x2e9c03){return{'childType':_0x43e669['UNIVER_BASE'],'handleWheel'(_0x9030c){const _0x409edb=_0x4aa9;var _0x1c5529,_0x529480;if(_0x9030c['source']!==_0x409edb(0x6a2)&&tc(_0x9030c[_0x409edb(0x22a)],_0x9030c[_0x409edb(0x42c)]))return!0x1;let _0x2c658e=(_0x1c5529=_0x9030c['runtimeScope'][_0x409edb(0x514)])==null?_0x2e9c03:_0x1c5529,_0x2e7e30=_0x2c658e['has'](_0x6d89d7)?_0x2c658e[_0x409edb(0x43a)](_0x6d89d7):_0x2e9c03['has'](_0x6d89d7)?_0x2e9c03[_0x409edb(0x43a)](_0x6d89d7):void 0x0;return(_0x529480=_0x2e7e30==null?void 0x0:_0x2e7e30[_0x409edb(0x3e4)](_0x9030c[_0x409edb(0x6be)],Wu(_0x9030c['event'],_0x9030c[_0x409edb(0x384)])))==null?!0x1:_0x529480;}};}function Wu(_0x48c744,_0x1e7348){const _0x8f64d7=_0x5a2f85;return{'deltaX':_0x48c744[_0x8f64d7(0x1ff)],'deltaY':_0x48c744[_0x8f64d7(0x52c)],'deltaMode':_0x48c744[_0x8f64d7(0x6f3)],'clientX':_0x48c744['clientX'],'clientY':_0x48c744[_0x8f64d7(0x4d3)],'shiftKey':_0x48c744[_0x8f64d7(0x498)],'viewportScrollY':_0x1e7348};}function Gu(){const _0x4f8e8a=_0x5a2f85;return{'childType':_0x43e669['UNIVER_BASE'],'supportedLayouts':['tab-peer','docs-sticky-base',_0x4f8e8a(0x264)],'beforeDeactivate':Ku,'mount':qu};}function Ku(_0x1495fc){const _0x1032f4=_0x5a2f85;var _0x14207f;(_0x14207f=_0x1495fc[_0x1032f4(0x2d9)]['commandService'])==null||_0x14207f[_0x1032f4(0x59b)](_0x4e8c90['id'],{'commit':!0x1});}function qu(_0xd77036){const _0x5444f9=_0x5a2f85;let _0x5b856a=_0xd77036[_0x5444f9(0x514)][_0x5444f9(0x43a)](_0x327678)['getUnit'](_0xd77036['childUnitId'],_0x43e669[_0x5444f9(0x5ff)]);if(!_0x5b856a)return;let _0x32eb12=new _0xf9087c(),_0x29037d=new _0x35946a(),_0x14e0cf=new _0x55ab84(_0x32eb12),_0x1ec68a=new _0x266bff(),_0xeda42a=ed(_0xd77036,_0x32eb12,_0x29037d,_0x14e0cf);if(!_0xeda42a){_0x1ec68a[_0x5444f9(0x50e)](),_0x14e0cf[_0x5444f9(0x50e)](),_0x29037d['dispose'](),_0x32eb12['dispose']();return;}let _0x1fc6a5=rd(_0xd77036);nd(_0x32eb12,_0x5b856a,_0x1fc6a5);let _0x310459=_0xd77036[_0x5444f9(0x72d)]['mode']===_0x5444f9(0x269),_0x58a42c=id(_0xd77036[_0x5444f9(0x514)],_0xeda42a,_0x32eb12,_0x29037d,_0x14e0cf,_0x1fc6a5,_0x1ec68a,_0x310459,_0xd77036[_0x5444f9(0x2d9)][_0x5444f9(0x333)][_0x5444f9(0x38d)]);Ju(_0xd77036,_0x58a42c);let _0x663ad8=Yu(_0xd77036),_0x2c0427=rs(_0x663ad8),_0x25ced9=Xu(_0xd77036,_0x58a42c),_0x4aa8b1=_0xd77036[_0x5444f9(0x514)][_0x5444f9(0x43a)](_0x327678),_0x496d9c=_0x4aa8b1[_0x5444f9(0x4ae)](_0x43e669[_0x5444f9(0x5ff)]);return _0x4aa8b1['setCurrentUnitForType'](_0xd77036['childUnitId']),_0x663ad8[_0x5444f9(0x572)][_0x5444f9(0x72e)]=_0xd77036[_0x5444f9(0x6be)],_0x663ad8[_0x5444f9(0x572)][_0x5444f9(0x571)]=_0x5444f9(0x4e0),_0x2c0427[_0x5444f9(0x705)](_0x308f69(Jo,{'injector':_0x58a42c,'mountContainer':_0xd77036['runtimeScope']['roots'][_0x5444f9(0x38d)],'embedId':_0xd77036[_0x5444f9(0x41e)],'children':_0x308f69(_0x2236b1,{})})),_0x5a3ed7(()=>{const _0x171138=_0x5444f9;_0x25ced9['dispose'](),is(_0x2c0427),_0x496d9c&&_0x4aa8b1[_0x171138(0x4e7)](_0x496d9c[_0x171138(0x594)]()),_0x1ec68a[_0x171138(0x50e)](),_0x14e0cf[_0x171138(0x50e)](),_0x29037d[_0x171138(0x50e)](),_0x32eb12[_0x171138(0x50e)](),_0x58a42c[_0x171138(0x50e)](),_0x663ad8[_0x171138(0x39c)]&&(_0x663ad8[_0x171138(0x68c)](_0x171138(0x6de)),_0x663ad8['removeAttribute'](_0x171138(0x417)));});}function Ju(_0x365f4c,_0x481f4b){const _0x226014=_0x5a2f85;_0x365f4c[_0x226014(0x2d9)][_0x226014(0x514)]=_0x481f4b,_0x365f4c[_0x226014(0x2d9)]['instanceService']=_0x481f4b[_0x226014(0x43a)](_0x327678),_0x365f4c[_0x226014(0x2d9)][_0x226014(0x38e)]=_0x481f4b[_0x226014(0x43a)](_0x2942d2);}function Yu(_0x30e11d){const _0x4d97af=_0x5a2f85;var _0x110aff,_0x4ecd7b,_0x2d0c4a,_0x159f2a,_0x5e4d45,_0x293d15;return(_0x110aff=(_0x4ecd7b=(_0x2d0c4a=(_0x159f2a=_0x30e11d['runtimeScope'])==null||(_0x159f2a=_0x159f2a['roots'])==null?void 0x0:_0x159f2a['content'])==null?(_0x5e4d45=_0x30e11d[_0x4d97af(0x5af)])==null?void 0x0:_0x5e4d45[_0x4d97af(0x5b4)]:_0x2d0c4a)==null?(_0x293d15=_0x30e11d['renderScope'])==null?void 0x0:_0x293d15[_0x4d97af(0x56f)]:_0x4ecd7b)==null?document:_0x110aff;}function Xu(_0x291562,_0x2c9f43){const _0x2f6676=_0x5a2f85;let _0x53a27d=!0x1,_0x2fd694=0x0,_0x1a24b5=_0x5a3ed7(()=>{}),_0x40b03c,_0x20db44=()=>{const _0x29409b=_0x4aa9;if(_0x53a27d)return;let _0x2f7bee=()=>{_0x2fd694=window['requestAnimationFrame'](_0x20db44);},_0x3fb538=Zu(_0x291562);if(!Qu(_0x3fb538)){_0x291562['container'][_0x29409b(0x572)][_0x29409b(0x50a)]=_0x29409b(0x3ce),_0x2f7bee();return;}if(_0x40b03c===_0x3fb538&&_0x3fb538[_0x29409b(0x615)]('canvas'))return;_0x1a24b5[_0x29409b(0x50e)]();let _0x425d9b=_0x291562['injector'][_0x29409b(0x43a)](_0x521bc8),_0x514a0e;try{_0x514a0e=su(_0x425d9b,_0x291562[_0x29409b(0x6be)],_0x2c9f43);}catch(_0x3ddcfc){_0x291562[_0x29409b(0x405)][_0x29409b(0x572)][_0x29409b(0x627)]=_0x3ddcfc instanceof Error?_0x3ddcfc[_0x29409b(0x609)]:String(_0x3ddcfc),_0x514a0e=void 0x0;}if(!_0x514a0e){_0x291562[_0x29409b(0x405)]['dataset'][_0x29409b(0x50a)]=_0x29409b(0x54f),_0x40b03c=void 0x0,_0x2f7bee();return;}delete _0x291562[_0x29409b(0x405)][_0x29409b(0x572)]['embedChildRenderError'],_0x3fb538[_0x29409b(0x572)]['embedChildRenderUnitId']=_0x291562['childUnitId'],_0x514a0e[_0x29409b(0x6a5)][_0x29409b(0x2f7)](_0x3fb538),lu(_0x514a0e,{'activate':$u(_0x291562)});let _0x55075d=ru(_0x514a0e,_0x3fb538,{'activate':!0x1});_0x1a24b5=_0x5a3ed7(()=>{const _0x5f2e47=_0x29409b;_0x55075d['dispose']();try{var _0x906e5f,_0x8dc77e;(_0x906e5f=(_0x8dc77e=_0x514a0e[_0x5f2e47(0x6a5)])[_0x5f2e47(0x56b)])==null||_0x906e5f[_0x5f2e47(0x697)](_0x8dc77e);}catch{}_0x425d9b[_0x5f2e47(0x529)](_0x291562[_0x5f2e47(0x6be)]),_0x3fb538['removeAttribute'](_0x5f2e47(0x6de));}),_0x40b03c=_0x3fb538,_0x291562[_0x29409b(0x405)][_0x29409b(0x572)][_0x29409b(0x50a)]=_0x29409b(0x523),_0x2f7bee();};return _0x2fd694=window[_0x2f6676(0x54e)](_0x20db44),_0x5a3ed7(()=>{const _0x3d9f5c=_0x2f6676;_0x53a27d=!0x0,window[_0x3d9f5c(0x543)](_0x2fd694),_0x1a24b5[_0x3d9f5c(0x50e)]();});}function Zu(_0x30861d){const _0x425df7=_0x5a2f85;return _0x59e2ed({'unitId':_0x30861d[_0x425df7(0x6be)],'scope':Yu(_0x30861d)});}function Qu(_0x3f40ae){const _0x16b88c=_0x5a2f85;return!!_0x3f40ae&&_0x3f40ae[_0x16b88c(0x39c)]&&_0x3f40ae[_0x16b88c(0x4a3)]>0x0&&_0x3f40ae['clientHeight']>0x0;}function $u(_0x5176d1){return!0x0;}function ed(_0x5e23d7,_0x2f6c13,_0x56a25d,_0x38cc80){const _0x35e83e=_0x5a2f85;let _0x214932=_0x5e23d7['injector']['get'](_0x327678),_0x2c3cbb=_0x214932[_0x35e83e(0x6f0)](_0x5e23d7[_0x35e83e(0x6be)],_0x5e23d7[_0x35e83e(0x734)]);if(!_0x2c3cbb)return;let _0x9cb5a3=td(_0x214932,_0x5e23d7,_0x2c3cbb),_0x1a3d03=ad(_0x5e23d7[_0x35e83e(0x514)][_0x35e83e(0x43a)](_0x2942d2),_0x2f6c13,_0x56a25d,_0x38cc80,_0x214932,_0x5e23d7['childUnitId']);return io(_0x5e23d7['injector'],new Map([[_0x327678,_0x9cb5a3],[_0x2942d2,_0x1a3d03],[_0x19a79d,_0x310c51(Yu(_0x5e23d7))]]));}function td(_0x4ae59b,_0x270cf8,_0x54796d){const _0x4b6d85=_0x5a2f85;return{'unitAdded$':_0x4ae59b['unitAdded$'],'unitDisposed$':_0x4ae59b['unitDisposed$'],'focused$':_0x1f8333(_0x54796d[_0x4b6d85(0x594)]()),'getTypeOfUnitAdded$':_0x4ae59b['getTypeOfUnitAdded$'][_0x4b6d85(0x219)](_0x4ae59b),'__addUnit':_0x4ae59b[_0x4b6d85(0x421)]['bind'](_0x4ae59b),'getTypeOfUnitDisposed$':_0x4ae59b['getTypeOfUnitDisposed$']['bind'](_0x4ae59b),'focusUnit':_0x13c189=>{const _0x1d3140=_0x4b6d85;_0x13c189===null||_0x13c189===_0x270cf8[_0x1d3140(0x6be)]||_0x4ae59b['focusUnit'](_0x13c189);},'getFocusedUnit':()=>_0x54796d,'getCurrentUnitOfType':_0xc6d8=>_0xc6d8===_0x270cf8[_0x4b6d85(0x734)]?_0x54796d:_0x4ae59b[_0x4b6d85(0x4ae)](_0xc6d8),'setCurrentUnitForType':_0x4f000e=>{const _0xa541f2=_0x4b6d85;_0x4f000e!==_0x270cf8[_0xa541f2(0x6be)]&&_0x4ae59b[_0xa541f2(0x4e7)](_0x4f000e);},'getCurrentTypeOfUnit$':_0xc74d43=>_0xc74d43===_0x270cf8[_0x4b6d85(0x734)]?_0x1f8333(_0x54796d):_0x4ae59b['getCurrentTypeOfUnit$'](_0xc74d43),'createUnit':_0x4ae59b['createUnit']['bind'](_0x4ae59b),'getUnitCreateOptions':_0x4ae59b[_0x4b6d85(0x3ec)]['bind'](_0x4ae59b),'disposeUnit':_0x4ae59b[_0x4b6d85(0x696)][_0x4b6d85(0x219)](_0x4ae59b),'registerCtorForType':_0x4ae59b['registerCtorForType'][_0x4b6d85(0x219)](_0x4ae59b),'changeDoc':_0x4ae59b[_0x4b6d85(0x6a3)][_0x4b6d85(0x219)](_0x4ae59b),'getUnit':_0x4ae59b[_0x4b6d85(0x6f0)][_0x4b6d85(0x219)](_0x4ae59b),'getAllUnitsForType':_0xb5f95a=>_0xb5f95a===_0x270cf8[_0x4b6d85(0x734)]?[_0x54796d]:_0x4ae59b[_0x4b6d85(0x677)](_0xb5f95a),'getUnitType':_0x4ae59b[_0x4b6d85(0x2c2)][_0x4b6d85(0x219)](_0x4ae59b),'getUniverSheetInstance':_0x4ae59b[_0x4b6d85(0x673)][_0x4b6d85(0x219)](_0x4ae59b)};}function nd(_0x12b540,_0x1fdb7c,_0x52e086=_0x5a2f85(0x565)){const _0x4ff10b=_0x5a2f85;var _0xd8f159,_0x19e81c,_0x34ee6a,_0x19cafe;let _0x2037a8=_0x1fdb7c['getSnapshot'](),_0x34f068=(_0xd8f159=(_0x19e81c=_0x2037a8[_0x4ff10b(0x4de)])==null?void 0x0:_0x19e81c[0x0])==null?Object[_0x4ff10b(0x48f)]((_0x34ee6a=_0x2037a8[_0x4ff10b(0x293)])==null?{}:_0x34ee6a)[0x0]:_0xd8f159,_0x3b7719=_0x34f068?(_0x19cafe=_0x2037a8['tables'])==null||(_0x19cafe=_0x19cafe[_0x34f068])==null||(_0x19cafe=_0x19cafe[_0x4ff10b(0x244)])==null?void 0x0:_0x19cafe[0x0]:void 0x0;_0x34f068&&_0x12b540[_0x4ff10b(0x404)](_0x34f068),_0x3b7719&&_0x12b540[_0x4ff10b(0x2d3)](_0x3b7719),_0x12b540[_0x4ff10b(0x68a)](_0x52e086===_0x4ff10b(0x565));}function rd(_0x356a05){const _0x3cc91b=_0x5a2f85;return _0x356a05[_0x3cc91b(0x5af)]['fullscreen']?'fullscreen':_0x356a05['renderScope'][_0x3cc91b(0x5e5)]===_0x3cc91b(0x700)?_0x3cc91b(0x324):_0x3cc91b(0x565);}function id(_0x3549bf,_0x4da31a,_0x4acf41,_0x1682ee=new _0x35946a(),_0x23c28c=new _0x55ab84(_0x4acf41),_0x467da2=_0x5a2f85(0x565),_0x5c513f,_0x561f9a=!0x1,_0x14df3c){const _0x199b01=_0x5a2f85;let _0x4a6874=cd(_0x3549bf[_0x199b01(0x43a)](_0x4a1626),_0x467da2),_0x3efb0f=ad(_0x4da31a['get'](_0x2942d2),_0x4acf41,_0x1682ee,_0x23c28c,_0x4da31a['get'](_0x327678),void 0x0,_0x561f9a),_0x1172e2=new Map([[_0x3118cf,_0x4acf41],[_0x599334,_0x1682ee],[_0x9a0e05,_0x23c28c],[_0x2942d2,_0x3efb0f],[_0x4a1626,_0x4a6874],[_0x19a79d,_0x4da31a[_0x199b01(0x43a)](_0x19a79d)],[_0x5db295,_0xc8298d(_0x14df3c)]]);return _0x5c513f&&_0x1172e2['set'](_0x6d89d7,_0x5c513f),io(_0x4da31a,_0x1172e2);}function ad(_0x498cb0,_0x46f48d,_0x5d09ee,_0x276ecf,_0x1e4c86,_0x5c2205,_0x2dc4af=!0x1){const _0x15da41=_0x5a2f85;return{'disposed':_0x498cb0[_0x15da41(0x360)][_0x15da41(0x219)](_0x498cb0),'hasCommand':_0x498cb0[_0x15da41(0x2ff)][_0x15da41(0x219)](_0x498cb0),'registerCommand':_0x498cb0[_0x15da41(0x59a)][_0x15da41(0x219)](_0x498cb0),'unregisterCommand':_0x498cb0[_0x15da41(0x3e6)][_0x15da41(0x219)](_0x498cb0),'registerMultipleCommand':_0x498cb0[_0x15da41(0x6cb)]['bind'](_0x498cb0),'executeCommand':async(..._0x5c6579)=>{const _0x46f0f4=_0x15da41;let _0x57d7c4=od(_0x5c6579[0x0],_0x5c6579[0x1],_0x46f48d,_0x5d09ee,_0x1e4c86,_0x5c2205);if(_0x57d7c4!==void 0x0)return _0x57d7c4;if(sd(_0x5c6579[0x0],_0x5c6579[0x1],_0x276ecf,_0x2dc4af))return!0x0;let _0x510e2c=_0x5c2205?_0x1e4c86==null?void 0x0:_0x1e4c86[_0x46f0f4(0x4ae)](_0x43e669[_0x46f0f4(0x5ff)]):void 0x0;try{return _0x5c2205&&(_0x1e4c86==null||_0x1e4c86[_0x46f0f4(0x4e7)](_0x5c2205)),await _0x498cb0['executeCommand'](_0x5c6579[0x0],_0x5c6579[0x1],_0x5c6579[0x2]);}finally{_0x510e2c&&(_0x1e4c86==null||_0x1e4c86['setCurrentUnitForType'](_0x510e2c['getUnitId']()));}},'syncExecuteCommand':(..._0x59aedc)=>{const _0x5aaf27=_0x15da41;let _0x2ad49e=od(_0x59aedc[0x0],_0x59aedc[0x1],_0x46f48d,_0x5d09ee,_0x1e4c86,_0x5c2205);if(_0x2ad49e!==void 0x0)return _0x2ad49e;if(sd(_0x59aedc[0x0],_0x59aedc[0x1],_0x276ecf,_0x2dc4af))return!0x0;let _0x300b3c=_0x5c2205?_0x1e4c86==null?void 0x0:_0x1e4c86[_0x5aaf27(0x4ae)](_0x43e669[_0x5aaf27(0x5ff)]):void 0x0;try{return _0x5c2205&&(_0x1e4c86==null||_0x1e4c86[_0x5aaf27(0x4e7)](_0x5c2205)),_0x498cb0['syncExecuteCommand'](_0x59aedc[0x0],_0x59aedc[0x1],_0x59aedc[0x2]);}finally{_0x300b3c&&(_0x1e4c86==null||_0x1e4c86[_0x5aaf27(0x4e7)](_0x300b3c[_0x5aaf27(0x594)]()));}},'onCommandExecuted':_0x498cb0[_0x15da41(0x3d6)][_0x15da41(0x219)](_0x498cb0),'beforeCommandExecuted':_0x498cb0[_0x15da41(0x430)]['bind'](_0x498cb0),'onMutationExecutedForCollab':_0x498cb0[_0x15da41(0x631)][_0x15da41(0x219)](_0x498cb0)};}function od(_0xcfbbf1,_0x167ef7,_0x3ad78d,_0x4fd232,_0x4753c5,_0x5f0aa4){const _0x3ee47f=_0x5a2f85;if(_0xcfbbf1===_0x6827c4['id']){let _0x2009b3=_0x167ef7;return _0x2009b3!=null&&_0x2009b3[_0x3ee47f(0x49f)]?(_0x2009b3[_0x3ee47f(0x5e9)]&&_0x3ad78d['activateTable'](_0x2009b3['tableId']),_0x3ad78d[_0x3ee47f(0x2d3)](_0x2009b3['viewId']),!0x0):!0x1;}if(_0xcfbbf1===_0x1fa8c0['id']){var _0x253c0c;let _0x4d89ac=_0x167ef7;if(!(_0x4d89ac!=null&&_0x4d89ac[_0x3ee47f(0x5e9)]))return!0x1;_0x3ad78d[_0x3ee47f(0x404)](_0x4d89ac['tableId']);let _0x533b73=_0x4d89ac[_0x3ee47f(0x65d)]?_0x4753c5==null?void 0x0:_0x4753c5[_0x3ee47f(0x6f0)](_0x4d89ac[_0x3ee47f(0x65d)],_0x43e669['UNIVER_BASE']):_0x4753c5==null?void 0x0:_0x4753c5[_0x3ee47f(0x4ae)](_0x43e669[_0x3ee47f(0x5ff)]),_0x54789a=(_0x253c0c=_0x533b73==null?void 0x0:_0x533b73[_0x3ee47f(0x594)]())==null?_0x5f0aa4:_0x253c0c;_0x54789a&&(_0x4753c5==null||_0x4753c5[_0x3ee47f(0x4e7)](_0x54789a),_0x4753c5==null||_0x4753c5[_0x3ee47f(0x41d)](_0x54789a));let _0x49fb42=_0x533b73==null?void 0x0:_0x533b73[_0x3ee47f(0x270)]()['tables'][_0x4d89ac[_0x3ee47f(0x5e9)]],_0x25071b=_0x49fb42==null?void 0x0:_0x49fb42[_0x3ee47f(0x244)][_0x3ee47f(0x4f7)](_0x563cec=>_0x49fb42[_0x3ee47f(0x3d7)][_0x563cec]);return _0x25071b&&_0x3ad78d['activateView'](_0x25071b),!0x0;}if(_0xcfbbf1===_0x1f0b35['id']){var _0x2cd211,_0xa4bf36;let _0x349fad=_0x167ef7;return _0x349fad!=null&&_0x349fad[_0x3ee47f(0x49f)]?(_0x3ad78d[_0x3ee47f(0x21f)](_0x349fad[_0x3ee47f(0x49f)],{'x':(_0x2cd211=_0x349fad['x'])==null?0x0:_0x2cd211,'y':(_0xa4bf36=_0x349fad['y'])==null?0x0:_0xa4bf36}),!0x0):!0x1;}if(_0xcfbbf1===_0x984bba['id']){let _0x3371cd=_0x167ef7;return!(_0x3371cd!=null&&_0x3371cd[_0x3ee47f(0x49f)])||typeof _0x3371cd['zoom']!=_0x3ee47f(0x402)?!0x1:(_0x3ad78d[_0x3ee47f(0x4a4)](_0x3371cd['viewId'],_0x3371cd[_0x3ee47f(0x56c)]),!0x0);}if(_0xcfbbf1===_0x581745['id'])return _0x167ef7?(_0x3ad78d['clearVirtualRecords'](),_0x4fd232[_0x3ee47f(0x5d6)](_0x167ef7),!0x0):!0x1;if(_0xcfbbf1===_0x17a32f['id'])return _0x4fd232[_0x3ee47f(0x38f)](),!0x0;if(_0xcfbbf1===_0x3b4250['id'])return _0x167ef7?(_0x3ad78d[_0x3ee47f(0x64d)](),_0x4fd232[_0x3ee47f(0x2fc)](_0x167ef7),!0x0):!0x1;if(_0xcfbbf1===_0x285768['id'])return _0x4fd232[_0x3ee47f(0x361)](),!0x0;if(_0xcfbbf1===_0x279ebc['id'])return _0x167ef7?(_0x4fd232[_0x3ee47f(0x31f)](_0x167ef7),!0x0):!0x1;if(_0xcfbbf1===_0x216e62['id'])return _0x4fd232[_0x3ee47f(0x495)](),!0x0;if(_0xcfbbf1===_0x1ff95a['id']){let _0x1cc92e=_0x167ef7;return _0x1cc92e!=null&&_0x1cc92e[_0x3ee47f(0x60a)]?(_0x3ad78d[_0x3ee47f(0x3e8)](_0x1cc92e[_0x3ee47f(0x60a)]),!0x0):!0x1;}if(_0xcfbbf1===_0x48bc8d['id'])return _0x3ad78d[_0x3ee47f(0x29d)](),!0x0;}function sd(_0x489cf1,_0x138614,_0x5c90bc,_0x501b7c=!0x1){const _0x5da0a4=_0x5a2f85;return _0x489cf1===_0xa3aaf4['id']?(_0x501b7c||_0x5c90bc[_0x5da0a4(0x3b6)](_0x138614),!0x0):_0x489cf1===_0x4e8c90['id']?(_0x5c90bc['stopEditingCell'](),!0x0):!0x1;}function cd(_0x58b660,_0x4a6a16){const _0x22f789=_0x5a2f85;return{'getConfig':_0x10e159=>{const _0x44af06=_0x4aa9;let _0xdee99b=_0x58b660[_0x44af06(0x4d5)](_0x10e159);return _0x10e159===_0x7cf65c?ld(_0xdee99b==null?{}:_0xdee99b,_0x4a6a16):_0xdee99b;},'setConfig':_0x58b660[_0x22f789(0x5b1)][_0x22f789(0x219)](_0x58b660),'deleteConfig':_0x58b660[_0x22f789(0x4fb)][_0x22f789(0x219)](_0x58b660),'subscribeConfigValue$':_0x58b660[_0x22f789(0x330)]['bind'](_0x58b660)};}function ld(_0xd44d9a,_0xf2244c=_0x5a2f85(0x565)){const _0x205cf7=_0x5a2f85;var _0x2292af;let _0x1e4fbf;return _0x1e4fbf=_0xf2244c===_0x205cf7(0x324)||_0xf2244c===_0x205cf7(0x3e1)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0xd44d9a,'workbench':{...(_0x2292af=_0xd44d9a[_0x205cf7(0x565)])==null?{}:_0x2292af,..._0x1e4fbf,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function ud(_0xeec589){const _0x2ea541=_0x5a2f85;var _0x1072d1,_0x17b0b2,_0x510ed1;if(_0xeec589['renderScope'][_0x2ea541(0x3e1)]&&_0xeec589[_0x2ea541(0x2d9)]['roots'][_0x2ea541(0x5d1)])return _0xeec589['runtimeScope']['roots'][_0x2ea541(0x5d1)];let _0x23ccaf=(_0x1072d1=(_0x17b0b2=_0xeec589[_0x2ea541(0x2d9)][_0x2ea541(0x333)][_0x2ea541(0x307)])==null?_0xeec589[_0x2ea541(0x5af)][_0x2ea541(0x536)]:_0x17b0b2)==null?_0xeec589[_0x2ea541(0x5af)][_0x2ea541(0x56f)]:_0x1072d1,_0x373053=((_0x510ed1=_0x23ccaf[_0x2ea541(0x5ce)])==null?void 0x0:_0x510ed1['dataset'][_0x2ea541(0x640)])===_0x2ea541(0x261)?_0x23ccaf[_0x2ea541(0x5ce)]:void 0x0;if(!_0x373053||!_0xeec589[_0x2ea541(0x41e)]||!_0x373053[_0x2ea541(0x572)][_0x2ea541(0x41e)]||_0x373053[_0x2ea541(0x572)][_0x2ea541(0x41e)]===_0xeec589[_0x2ea541(0x41e)])return _0x373053==null?_0x23ccaf:_0x373053;let _0x430a01=_0xeec589[_0x2ea541(0x5af)][_0x2ea541(0x56f)]['ownerDocument'],_0x522f10=Array['from'](_0x430a01[_0x2ea541(0x3f5)]('[data-u-comp=\x22embed-float-dom-chrome\x22]'))[_0x2ea541(0x4f7)](_0x30f110=>_0x30f110[_0x2ea541(0x572)][_0x2ea541(0x41e)]===_0xeec589['embedId']);return _0x522f10==null?_0x23ccaf:_0x522f10;}function dd(_0x3a2a45){const _0x1a35d4=_0x5a2f85;return[{'hostType':_0x43e669[_0x1a35d4(0x35a)],'entry':_0x447f64[_0x1a35d4(0x241)],'childType':_0x3a2a45[_0x1a35d4(0x734)],'mount':_0x3a2a45['mount']},{'hostType':_0x43e669['UNIVER_SHEET'],'entry':_0x447f64[_0x1a35d4(0x55c)],'childType':_0x3a2a45[_0x1a35d4(0x734)],'mount':_0x3a2a45[_0x1a35d4(0x2f7)]},{'hostType':_0x43e669[_0x1a35d4(0x6e5)],'entry':_0x447f64[_0x1a35d4(0x620)],'childType':_0x3a2a45[_0x1a35d4(0x734)],'mount':_0x3a2a45['mount']},{'hostType':_0x43e669[_0x1a35d4(0x4b1)],'entry':_0x447f64['BoardsFloatingObject'],'childType':_0x3a2a45[_0x1a35d4(0x734)],'mount':_0x3a2a45[_0x1a35d4(0x2f7)]}];}function fd(){return dd({'childType':_0x43e669['UNIVER_BASE'],'mount':pd});}function pd(_0x5b2708){const _0x229fca=_0x5a2f85;let _0x23ae84=ud(_0x5b2708),_0x103530=document[_0x229fca(0x53a)]('div');_0x103530['setAttribute'](_0x229fca(0x36e),_0x5b2708[_0x229fca(0x72d)][_0x229fca(0x379)]),_0x23ae84['appendChild'](_0x103530);let _0x2face6=rs(_0x103530),_0xd5088c=_0x5b2708[_0x229fca(0x2d9)][_0x229fca(0x514)];return _0x2face6[_0x229fca(0x705)](_0x459959(Jo,{'injector':_0xd5088c,'mountContainer':_0x23ae84,'embedId':_0x5b2708['embedId']},_0x459959(bd,{'hostUnitId':_0x5b2708[_0x229fca(0x218)],'embedId':_0x5b2708['embedId'],'childUnitId':_0x5b2708[_0x229fca(0x6be)],'entry':_0x5b2708[_0x229fca(0x72d)][_0x229fca(0x379)],'fullscreen':!!_0x5b2708[_0x229fca(0x5af)][_0x229fca(0x3e1)],'usesDomFloatingStage':_0x5b2708[_0x229fca(0x72d)][_0x229fca(0x379)]==='sheets-floating-object','renderScopeActive$':_0x5b2708[_0x229fca(0x5af)]['active$']}))),_0x5a3ed7(()=>{const _0xb27eb5=_0x229fca;is(_0x2face6),globalThis[_0xb27eb5(0x42b)](()=>_0x103530[_0xb27eb5(0x6e6)](),0x0);});}function md(_0x227883){const _0x495b91=_0x5a2f85;return ec({'embedId':_0x227883['embedId'],'active':hd(_0x227883[_0x495b91(0x6c2)],_0x227883['stage']),'fullscreen':_0x227883[_0x495b91(0x3e1)],'usesDomFloatingStage':_0x227883['usesDomFloatingStage'],'renderScopeActive':_0x227883[_0x495b91(0x1f7)]});}function hd(_0x4cff2a,_0x31a51e){const _0x371691=_0x5a2f85;return _0x4cff2a?{'hostUnitId':'','childUnitId':'','embedId':_0x4cff2a,'stage':_0x31a51e===_0x371691(0x229)||_0x31a51e==='stage1'?_0x371691(0x229):_0x371691(0x3b7)}:null;}function gd(_0x368966){return _0x368966;}function _d(_0x96d6d8){return _0x96d6d8;}function vd(_0x151c54){return!_0x151c54;}function yd(_0x252c9a){return{[Q]:_0x252c9a,[X]:'floating-menu'};}function bd(_0x4a028e){const _0x484334=_0x5a2f85;var _0x18c3cd;let {hostUnitId:_0x5c00bd,embedId:_0x494f94,childUnitId:_0x59f030,entry:_0x175575,fullscreen:_0x2787a9,usesDomFloatingStage:_0x36e1cf,renderScopeActive$:_0x2ab185}=_0x4a028e,_0xb10ae7=_0x537911(_0x2942d2),_0x1ee76d=_0x537911(_0x327678),_0x5ef56d=_0x537911(_0x13857c),_0x262374=_0x537911(_0x5ae6e6),_0x5afd0d=_0x537911(_0x8b064c),_0x284648=_0x537911(_0x3118cf),_0x3d4b7d=_0x537911(_0x599334),_0x6230c9=_0x537911(Ra),_0x21006a=_0x471436(()=>_0x284648[_0x484334(0x3d3)],_0x284648[_0x484334(0x4e4)](),!0x1,[_0x284648]),_0x41a1f8=_0x471436(()=>_0x5afd0d['undoRedoStatus$'],{'undos':0x0,'redos':0x0},!0x1,[_0x5afd0d]),_0x410e00=_0x471436(()=>_0x2ab185,!0x1,!0x1,[_0x2ab185]),_0x129ed8=_0x471436(()=>_0x6230c9['active$'],_0x6230c9[_0x484334(0x33a)](),!0x1,[_0x6230c9]),_0x26904e=_0x6230c9[_0x484334(0x67c)](_0x494f94),[_0x33a651,_0x6657cc]=_0x120269(0x0),[_0x31e4a1,_0x453538]=_0x120269(null),[_0x480416,_0x423f68]=_0x120269(!0x1),[_0xcda729,_0x24d321]=_0x120269(null),_0x16bc79=_0x100a3f(null),_0x2da693=_0x1ee76d['getUnit'](_0x59f030,_0x43e669[_0x484334(0x5ff)]),_0x1b6bcb=_0x2da693==null?void 0x0:_0x2da693['getSnapshot'](),_0x24694b=Nd(_0x1b6bcb,_0x21006a[_0x484334(0x52b)]),_0x279df3=Pd(_0x24694b),_0x5ad6cd=Fd(_0x24694b,_0x21006a['activeViewId']),_0x11bc5b=md({'embedId':_0x494f94,'activeEmbedId':_0x129ed8==null?void 0x0:_0x129ed8[_0x484334(0x41e)],'stage':_0x26904e,'fullscreen':_0x2787a9,'usesDomFloatingStage':_0x36e1cf,'renderScopeActive':_0x410e00})===_0x484334(0x229),_0x4870f5=gd(_0x2787a9),_0x5620f6=_d(_0x2787a9),_0x42ad56=vd(_0x2787a9),_0x3db0f2=_0x4870f5?_0x484334(0x64f):_0x484334(0x39f);if(_0x4ea00e(()=>{const _0x55c8cc=_0x484334;_0x11bc5b||(_0x3d4b7d[_0x55c8cc(0x38f)](),_0x3d4b7d[_0x55c8cc(0x361)](),_0x3d4b7d[_0x55c8cc(0x495)](),_0x453538(null),_0x423f68(!0x1),_0x24d321(null));},[_0x11bc5b,_0x3d4b7d]),_0x4ea00e(()=>{const _0x4e0652=_0x484334;if(!_0x31e4a1)return;let _0x3a733c=_0x15bf72=>{const _0x3e0e31=_0x4aa9;var _0x495e58;let _0x349ce3=_0x15bf72[_0x3e0e31(0x394)]instanceof Node?_0x15bf72[_0x3e0e31(0x394)]:null;_0x349ce3&&(_0x495e58=_0x16bc79[_0x3e0e31(0x208)])!=null&&_0x495e58[_0x3e0e31(0x444)](_0x349ce3)||_0x453538(null);},_0x4dbfdf=_0x1a38b8=>{const _0x54afc3=_0x4aa9;_0x1a38b8[_0x54afc3(0x281)]===_0x54afc3(0x33d)&&_0x453538(null);};return document[_0x4e0652(0x266)](_0x4e0652(0x40c),_0x3a733c,!0x0),document['addEventListener'](_0x4e0652(0x349),_0x4dbfdf,!0x0),()=>{const _0xdcbaac=_0x4e0652;document[_0xdcbaac(0x2ad)](_0xdcbaac(0x40c),_0x3a733c,!0x0),document[_0xdcbaac(0x2ad)](_0xdcbaac(0x349),_0x4dbfdf,!0x0);};},[_0x31e4a1]),!_0x1b6bcb||!_0x2da693||!_0x24694b||!_0x5ad6cd)return null;let _0x1c685f=()=>{_0x6230c9['activate']({'hostUnitId':_0x5c00bd,'embedId':_0x494f94,'childUnitId':_0x59f030},'stage2');},_0x53545f=(_0xad85ce,_0x59422a)=>{const _0x114cd0=_0x484334;_0x1c685f(),_0xb10ae7['executeCommand'](_0x581745['id'],{'type':_0xad85ce,'anchor':Rd(_0x59422a[_0x114cd0(0x414)]())});},_0x16b629=_0x4e2a2a=>{const _0x199ea9=_0x484334;_0x1c685f(),_0xb10ae7[_0x199ea9(0x282)](_0x6827c4['id'],{'tableId':_0x24694b['id'],'unitId':_0x59f030,'viewId':_0x4e2a2a}),_0x6657cc(_0xe4dec5=>_0xe4dec5+0x1);},_0x446afe=_0x3eb268=>{const _0x4320a2=_0x484334;_0x1c685f();let _0x469dcd='view-'+_0x2a6ebd(0x6),_0x4ce56a=_0x262374[_0x4320a2(0x43a)](_0x3eb268)[_0x4320a2(0x42e)](_0x24694b);_0xb10ae7[_0x4320a2(0x282)](_0x31d6cc['id'],{'unitId':_0x59f030,'tableId':_0x24694b['id'],'view':{'id':_0x469dcd,'tableId':_0x24694b['id'],'name':_0x598bea(_0x5ef56d,_0x3eb268),'type':_0x3eb268,'config':_0x4ce56a,'fieldOrder':[..._0x24694b['fieldOrder']],'fieldSettings':{}}})['then'](_0x33cae1=>{_0x33cae1&&_0x16b629(_0x469dcd);}),_0x453538(null),_0x423f68(!0x1),_0x6657cc(_0x3ddefa=>_0x3ddefa+0x1);},_0x39ecf2=_0xea1ef=>{const _0x3b7420=_0x484334;var _0x1db37b;let _0x4d6f06=(_0x1db37b=_0x279df3[0x0])==null?void 0x0:_0x1db37b['id'];!_0x4d6f06||_0x4d6f06===_0xea1ef||(_0x1c685f(),_0xb10ae7[_0x3b7420(0x282)](_0x2611dd['id'],{'unitId':_0x59f030,'tableId':_0x24694b['id'],'viewId':_0xea1ef,'target':{'beforeViewId':_0x4d6f06}}),_0x6657cc(_0x2b9b94=>_0x2b9b94+0x1));},_0x37cc36=(_0x3d713d,_0xaa4966)=>{_0x1c685f(),_0xb10ae7['executeCommand'](_0x2611dd['id'],{'unitId':_0x59f030,'tableId':_0x24694b['id'],'viewId':_0x3d713d,'target':_0xaa4966}),_0x6657cc(_0x54ec23=>_0x54ec23+0x1);},_0x36b68a=(_0x4d1394,_0x104a77)=>{const _0x393a0e=_0x484334;_0x1c685f(),_0xb10ae7[_0x393a0e(0x282)](_0x2916a4['id'],{'unitId':_0x59f030,'tableId':_0x24694b['id'],'viewId':_0x4d1394,'name':_0x104a77}),_0x6657cc(_0x5b015e=>_0x5b015e+0x1);},_0x91b092=_0x4bd6d3=>{const _0x264cea=_0x484334;let _0x26eb9a=_0x24694b[_0x264cea(0x3d7)][_0x4bd6d3];if(!_0x26eb9a)return;_0x1c685f();let _0x283942=Id(_0x26eb9a,_0x24694b['id'],_0x5ef56d['t'](_0x264cea(0x3cd)));_0xb10ae7[_0x264cea(0x282)](_0x31d6cc['id'],{'unitId':_0x59f030,'tableId':_0x24694b['id'],'view':_0x283942})[_0x264cea(0x518)](_0x568c26=>{_0x568c26&&_0x16b629(_0x283942['id']);}),_0x6657cc(_0x3943c4=>_0x3943c4+0x1);},_0x41377d=()=>{const _0x1f9abd=_0x484334;var _0x53921b;let _0x3db61f=_0xcda729==null?_0x5ad6cd['id']:_0xcda729;if(_0x279df3[_0x1f9abd(0x647)]<=0x1){_0x24d321(null);return;}let _0x3cc83d=(_0x53921b=_0x279df3[_0x1f9abd(0x4f7)](_0x2bb921=>_0x2bb921['id']!==_0x3db61f))==null?void 0x0:_0x53921b['id'];_0xb10ae7[_0x1f9abd(0x282)](_0x251861['id'],{'unitId':_0x59f030,'tableId':_0x24694b['id'],'viewId':_0x3db61f})[_0x1f9abd(0x518)](_0x49b5eb=>{_0x49b5eb&&_0x3cc83d&&_0x16b629(_0x3cc83d);}),_0x24d321(null),_0x6657cc(_0xba80fc=>_0xba80fc+0x1);},_0x338a4c=()=>{const _0x25aa17=_0x484334;_0xb10ae7[_0x25aa17(0x282)](_0x4c50df['id'],{'hostUnitId':_0x5c00bd,'embedId':_0x494f94});},_0x4d1f9e=_0x4282f1=>{_0x4282f1['stopPropagation']();},_0x51bd52=_0x235d0e=>{const _0x4568c3=_0x484334;_0x235d0e[_0x4568c3(0x70f)](),_0x235d0e[_0x4568c3(0x534)]();};return _0x5edd8e(_0x4fe6d1,{'children':[_0x5edd8e(_0x484334(0x27f),{'className':_0x181de8(_0x484334(0x45b),{'univer-hidden':!_0x11bc5b,'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':_0x2787a9,'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':!_0x2787a9,'-univer-top-[44px]':!_0x2787a9&&_0x175575!=='docs-custom-block','univer-w-full':!_0x2787a9,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x2787a9&&_0x175575===_0x484334(0x210)}),'data-u-comp':'base-embed-floating-menu','data-embed-floating-menu':_0x484334(0x28f),'data-embed-id':_0x494f94,'data-embed-float-stage':_0x11bc5b?_0x484334(0x229):_0x484334(0x3b7),'data-base-render-version':_0x33a651,...yd(_0x494f94),'onClick':_0x4d1f9e,'onDoubleClick':_0x4d1f9e,'onMouseDown':_0x51bd52,'onMouseUp':_0x4d1f9e,'onPointerDown':_0x51bd52,'onPointerUp':_0x4d1f9e,'children':[_0x5620f6?_0x308f69(wd,{'embedId':_0x494f94,'activeView':_0x5ad6cd,'views':_0x279df3,'addViewOpen':_0x480416,'onAddViewOpenChange':_0x423f68,'onActivateView':_0x16b629,'onAddView':_0x446afe,'onSetViewAsFirst':_0x39ecf2,'onMoveView':_0x37cc36,'onRenameView':_0x36b68a,'onDuplicateView':_0x91b092,'onConfigureView':_0x46be2a=>_0x53545f('viewSettings',_0x46be2a),'onDeleteView':_0x24d321}):_0x308f69('div',{'data-u-comp':'base-embed-view-slot','className':_0x484334(0x715),'children':_0x308f69(Td,{'activeView':_0x5ad6cd,'views':_0x279df3,'onActivateView':_0x16b629,'embedId':_0x494f94,'onAddView':_0x665daa=>{const _0x48e6b4=_0x484334;_0x1c685f(),_0x453538(_0x665daa[_0x48e6b4(0x414)]());},'onConfigureView':_0x2c2bd6=>_0x53545f(_0x484334(0x551),_0x2c2bd6),'onDeleteView':()=>_0x24d321(_0x5ad6cd['id'])})}),_0x5edd8e(_0x484334(0x27f),{'className':_0x484334(0x672),'children':[_0x308f69(_0x30f940,{'iconOnly':!_0x4870f5,'className':_0x3db0f2,'state':{...Od(_0x5ad6cd,_0x41a1f8),'searchOpen':_0x21006a[_0x484334(0x645)][_0x484334(0x3ea)],'searchQuery':_0x21006a[_0x484334(0x645)][_0x484334(0x2fb)],'searchActiveIndex':_0x21006a[_0x484334(0x645)][_0x484334(0x509)]},'onAddRecord':_0x3e26cb=>_0x3e26cb&&_0x53545f(_0x484334(0x63c),_0x3e26cb),'onCustomizeField':_0x1ee255=>_0x53545f(_0x484334(0x3da),_0x1ee255),'onCustomizeKanban':_0x1ec951=>_0x53545f('customizeKanban',_0x1ec951),'onCustomizeGallery':_0x1f0816=>_0x53545f(_0x484334(0x5b2),_0x1f0816),'onCalendarEventSettings':_0x5f502c=>_0x53545f(_0x484334(0x739),_0x5f502c),'onCalendarViewSettings':_0x359880=>_0x53545f(_0x484334(0x252),_0x359880),'onViewSettings':_0x37c3e3=>_0x53545f(_0x484334(0x551),_0x37c3e3),'onFilter':_0x443f8b=>_0x53545f(_0x484334(0x628),_0x443f8b),'onGroup':_0x4d2922=>_0x53545f(_0x484334(0x591),_0x4d2922),'onSort':_0x111ebb=>_0x53545f(_0x484334(0x65b),_0x111ebb),'onRowHeight':_0x2b4830=>_0x53545f(_0x484334(0x5d5),_0x2b4830),'onConditionalColoring':_0x21b212=>_0x53545f(_0x484334(0x2c0),_0x21b212),'onUndo':()=>void _0xb10ae7[_0x484334(0x282)](_0x2adaa3['id']),'onRedo':()=>void _0xb10ae7[_0x484334(0x282)](_0x40f77b['id']),'onOpenSearch':()=>_0x284648[_0x484334(0x30a)](),'onSearchQueryChange':_0x25875e=>_0x284648[_0x484334(0x6b1)](_0x25875e),'onSearchPrevious':()=>{const _0x19b81a=_0x484334;var _0x527f47;return _0x284648[_0x19b81a(0x5ae)](Math['max'](0x0,((_0x527f47=_0x21006a[_0x19b81a(0x645)][_0x19b81a(0x509)])==null?0x0:_0x527f47)-0x1));},'onSearchNext':()=>{const _0x3b6486=_0x484334;var _0xf1254d;return _0x284648[_0x3b6486(0x5ae)](((_0xf1254d=_0x21006a[_0x3b6486(0x645)][_0x3b6486(0x509)])==null?-0x1:_0xf1254d)+0x1);},'onCloseSearch':()=>_0x284648[_0x484334(0x61b)]()}),_0x42ad56?_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x1f60c7,{'orientation':_0x484334(0x64b)}),_0x308f69(Ld,{'titleKey':_0x484334(0x4d4),'className':_0x484334(0x3dd),'onClick':_0x338a4c,'children':_0x308f69(_0x54bf4e,{})})]}):null]})]}),_0x31e4a1?_0x3fedbc(_0x308f69(_0x484334(0x27f),{'ref':_0x16bc79,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x494f94,'data-embed-floating-menu-popup':'true','className':_0x484334(0x500),'style':zd(_0x31e4a1),'onPointerDown':_0x4066a6=>_0x4066a6[_0x484334(0x534)](),'children':_0x308f69(_0x438118,{'views':_0x53814e[_0x484334(0x438)](_0x3e1727=>({..._0x3e1727,'label':_0x5ef56d['t'](_0x3e1727[_0x484334(0x4e6)]),'description':_0x5ef56d['t'](_0x3e1727[_0x484334(0x2dd)])})),'onCreate':_0x446afe})}),(_0x18c3cd=_0x107aa2(!0x0))==null?document[_0x484334(0x6da)]:_0x18c3cd):null,_0x308f69(_0xf486aa,{'open':!!_0xcda729,'title':_0x5ef56d['t'](_0x484334(0x254)),'description':_0x5ef56d['t'](_0x484334(0x596)),'onCancel':()=>_0x24d321(null),'onConfirm':_0x41377d}),_0x2787a9?_0x308f69(xd,{'embedId':_0x494f94,'childUnitId':_0x59f030,'base':_0x2da693,'activeTable':_0x24694b}):null]});}function xd(_0x3ed598){const _0x2244e9=_0x5a2f85;let _0x4295e7=Sd(_0x3ed598[_0x2244e9(0x41e)]);return _0x4295e7?_0x3fedbc(_0x308f69(Cd,{'childUnitId':_0x3ed598[_0x2244e9(0x6be)],'base':_0x3ed598[_0x2244e9(0x5db)],'activeTable':_0x3ed598['activeTable']}),_0x4295e7):null;}function Sd(_0x2a3558){let [_0x5e9008,_0x3dac5d]=_0x120269(null);return _0x4ea00e(()=>{const _0x5db145=_0x4aa9;let _0x12ed7a=0x0,_0x1ebc65=()=>{const _0x54e95f=_0x4aa9;var _0xdf6f84;_0x3dac5d((_0xdf6f84=Array[_0x54e95f(0x3ba)](document[_0x54e95f(0x3f5)](_0x54e95f(0x713)))['find'](_0x38ba3e=>_0x38ba3e[_0x54e95f(0x572)][_0x54e95f(0x41e)]===_0x2a3558))==null?null:_0xdf6f84);};return _0x1ebc65(),_0x12ed7a=window[_0x5db145(0x54e)](_0x1ebc65),()=>{const _0x24e4c1=_0x5db145;window[_0x24e4c1(0x543)](_0x12ed7a);};},[_0x2a3558]),_0x5e9008;}function Cd(_0x42cdb6){const _0x1bbf57=_0x5a2f85;var _0x2dbd31,_0x32be78,_0x1f661c,_0x12dd77,_0x99b1ff,_0xfa2f63;let {childUnitId:_0x3ac0d2,base:_0x55e9e3,activeTable:_0x507f52}=_0x42cdb6,_0x2a889a=_0x537911(_0x2942d2),_0x38a48e=_0x537911(_0x4a1626),_0x262129=_0x537911(_0x13857c),_0x4c5e8b=_0x537911(_0x3118cf),_0x15d570=_0x471436(()=>_0x4c5e8b[_0x1bbf57(0x3d3)],_0x4c5e8b['getState'](),!0x1,[_0x4c5e8b]),[_0x18e845,_0x21576a]=_0x120269(null),[_0x25bd33,_0x39759b]=_0x120269(null),[_0x309b02,_0x165cd7]=_0x120269(''),[_0x5a9028,_0x41e76f]=_0x120269(_0x1bbf57(0x5a3)),[_0x4d7307,_0x1de2be]=_0x120269(null),_0x532ef8=(_0x2dbd31=_0x38a48e==null||(_0x32be78=_0x38a48e['getConfig'](_0x7cf65c))==null?void 0x0:_0x32be78[_0x1bbf57(0x565)])==null?{}:_0x2dbd31,_0x35562d=(_0x1f661c=(_0x12dd77=(_0x99b1ff=_0x15d570[_0x1bbf57(0x22a)][_0x1bbf57(0x62c)])==null?_0x532ef8[_0x1bbf57(0x62c)]:_0x99b1ff)==null?(_0xfa2f63=_0x4cefc0['workbench'])==null?void 0x0:_0xfa2f63[_0x1bbf57(0x62c)]:_0x12dd77)==null?_0x2e3ec3:_0x1f661c,_0x137032=_0x55e9e3[_0x1bbf57(0x270)](),_0x269a49=Ad(_0x137032,_0x507f52['id']),_0x554ad1=_0x15f2b1=>{const _0x56c959=_0x1bbf57;let _0x39a8f0=_0x137032[_0x56c959(0x293)][_0x15f2b1];if(!_0x39a8f0)return;let _0x44852b=_0x39a8f0[_0x56c959(0x244)]['find'](_0x579ac2=>_0x39a8f0[_0x56c959(0x3d7)][_0x579ac2]);_0x4c5e8b[_0x56c959(0x404)](_0x39a8f0['id']),_0x44852b&&_0x4c5e8b['activateView'](_0x44852b),_0x4c5e8b[_0x56c959(0x6fe)](null),_0x4c5e8b[_0x56c959(0x29d)](),_0x2a889a[_0x56c959(0x282)](_0x1fa8c0['id'],{'unitId':_0x3ac0d2,'tableId':_0x15f2b1});},_0x3662b1=async()=>{const _0x488aa4=_0x1bbf57;let _0x3c4711=_0x1456fe({'id':_0x488aa4(0x5e6)+_0x2a6ebd(0x8),'name':jd(_0x55e9e3[_0x488aa4(0x270)](),_0x3b849e=>_0x262129['t'](_0x488aa4(0x539),String(_0x3b849e))),'primaryFieldId':_0x488aa4(0x2b1)+_0x2a6ebd(0x8),'gridViewId':_0x488aa4(0x291)+_0x2a6ebd(0x8)});await _0x2a889a[_0x488aa4(0x282)](_0x459f20['id'],{'unitId':_0x3ac0d2,'table':_0x3c4711})&&(_0x4c5e8b['activateTable'](_0x3c4711['id']),_0x4c5e8b['activateView'](_0x3c4711[_0x488aa4(0x244)][0x0]),_0x4c5e8b[_0x488aa4(0x6fe)](null),_0x4c5e8b[_0x488aa4(0x29d)](),_0x1de2be(_0x3c4711['id']));},_0xdf4aa2=async(_0x6b0b69,_0x485489,_0x562634)=>{const _0x9c6176=_0x1bbf57;let _0xdd1601=_0x55e9e3[_0x9c6176(0x270)](),_0x27cdbe=_0xdd1601['tables'][_0x6b0b69];if(!_0x27cdbe)return;let _0xb226e=_0x22c026(_0x27cdbe,{'id':_0x9c6176(0x5e6)+_0x2a6ebd(0x8),'name':_0x485489,'includeRecords':_0x562634==='records','regenerateViewIds':!0x0,'createViewId':()=>_0x9c6176(0x291)+_0x2a6ebd(0x8)});await _0x2a889a[_0x9c6176(0x282)](_0x459f20['id'],{'unitId':_0x3ac0d2,'table':_0xb226e,'index':_0xdd1601[_0x9c6176(0x4de)][_0x9c6176(0x679)](_0x6b0b69)+0x1})&&(_0x4c5e8b[_0x9c6176(0x404)](_0xb226e['id']),_0x4c5e8b[_0x9c6176(0x2d3)](_0xb226e[_0x9c6176(0x244)][0x0]),_0x4c5e8b[_0x9c6176(0x6fe)](null),_0x4c5e8b['closeRecordDetail']());},_0xd4573f=async _0x12ae3a=>{const _0x362e27=_0x1bbf57;let _0x3d2a3a=_0x55e9e3['getSnapshot'](),_0x308cc0=Ad(_0x3d2a3a,_0x507f52['id'])[_0x362e27(0x438)](_0x47a43e=>_0x47a43e['id']);if(_0x308cc0[_0x362e27(0x647)]<=0x1)return;let _0x43e129=_0x12ae3a===_0x507f52['id']?_0x308cc0['find'](_0x5df1af=>_0x5df1af!==_0x12ae3a):null;if(await _0x2a889a[_0x362e27(0x282)](_0x2aa64d['id'],{'unitId':_0x3ac0d2,'tableId':_0x12ae3a})&&_0x43e129){let _0x3b59c2=_0x3d2a3a[_0x362e27(0x293)][_0x43e129],_0x3bc422=_0x3b59c2==null?void 0x0:_0x3b59c2[_0x362e27(0x244)][_0x362e27(0x4f7)](_0x281dcc=>_0x3b59c2[_0x362e27(0x3d7)][_0x281dcc]);_0x4c5e8b['activateTable'](_0x43e129),_0x3bc422&&_0x4c5e8b[_0x362e27(0x2d3)](_0x3bc422),_0x4c5e8b[_0x362e27(0x6fe)](null),_0x4c5e8b[_0x362e27(0x29d)]();}};return _0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x3abc3f,{'title':_0x137032[_0x1bbf57(0x47a)]||_0x1bbf57(0x618),'items':_0x269a49,'width':_0x35562d,'pendingRenameItemId':_0x4d7307,'onActivateItem':_0x554ad1,'onAddTable':()=>{_0x3662b1();},'onRenameTable':(_0x4f190a,_0x122d3d)=>{const _0x5625b3=_0x1bbf57;_0x2a889a[_0x5625b3(0x282)](_0x206d96['id'],{'unitId':_0x3ac0d2,'tableId':_0x4f190a,'name':_0x122d3d});},'onPendingRenameItemConsumed':_0x667e07=>{_0x4d7307===_0x667e07&&_0x1de2be(null);},'onDuplicateTable':_0x3efa6a=>{const _0x4314c2=_0x1bbf57;let _0x2b7511=_0x55e9e3[_0x4314c2(0x270)](),_0x293877=_0x2b7511[_0x4314c2(0x293)][_0x3efa6a];_0x293877&&(_0x39759b(_0x3efa6a),_0x165cd7(Md(_0x2b7511,_0x262129['t'](_0x4314c2(0x24f),_0x293877[_0x4314c2(0x47a)]))),_0x41e76f(_0x4314c2(0x5a3)));},'onDeleteTable':_0x21576a,'onResizeWidth':_0x151df4=>_0x4c5e8b['setLeftPanelWidth'](_0x151df4)}),_0x308f69(_0x578da7,{'open':!!_0x25bd33,'name':_0x309b02,'mode':_0x5a9028,'onNameChange':_0x165cd7,'onModeChange':_0x41e76f,'onCancel':()=>_0x39759b(null),'onConfirm':()=>{const _0x2243d3=_0x1bbf57;let _0x1239b5=_0x25bd33,_0x787349=_0x309b02[_0x2243d3(0x205)](),_0x1646cc=_0x5a9028;!_0x1239b5||!_0x787349||(_0x39759b(null),_0xdf4aa2(_0x1239b5,_0x787349,_0x1646cc));}}),_0x308f69(_0xf486aa,{'open':!!_0x18e845,'title':_0x262129['t']('embed-ui.basesFloating.confirmDelete.tableTitle'),'description':_0x262129['t'](_0x1bbf57(0x703)),'onCancel':()=>_0x21576a(null),'onConfirm':()=>{let _0x570483=_0x18e845;_0x21576a(null),_0x570483&&_0xd4573f(_0x570483);}})]});}function wd(_0x31bd26){const _0x5a5dd5=_0x5a2f85;let {activeView:_0x273686,views:_0x165618,addViewOpen:_0x375c16,onAddViewOpenChange:_0x336fcd,onActivateView:_0x4758d5,onAddView:_0x30d0a4,onSetViewAsFirst:_0x390091,onMoveView:_0x2bad3b,onRenameView:_0x1fadae,onDuplicateView:_0x1c35ab,onConfigureView:_0x4bfc50,onDeleteView:_0x577bab}=_0x31bd26,_0x5dfcfe=_0x537911(_0x13857c);return _0x308f69(_0x5a5dd5(0x27f),{'data-u-comp':_0x5a5dd5(0x5cb),'className':_0x5a5dd5(0x5ee),'children':_0x308f69(_0x1bd87f,{'className':'univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','views':_0x165618['map'](_0x4da851=>({'id':_0x4da851['id'],'name':_0x4da851[_0x5a5dd5(0x47a)],'type':_0x4da851[_0x5a5dd5(0x6e7)]})),'activeViewId':_0x273686['id'],'onActivateView':_0x4758d5,'onSetViewAsFirst':_0x390091,'onMoveView':_0x2bad3b,'onRenameView':_0x1fadae,'onDuplicateView':_0x1c35ab,'onConfigureView':_0x4bfc50,'onDeleteView':_0x577bab,'onAddView':()=>_0x336fcd(!_0x375c16),'addViewDropdown':{'open':_0x375c16,'onOpenChange':_0x336fcd,'overlay':_0x308f69(_0x5a5dd5(0x27f),{'data-u-comp':_0x5a5dd5(0x432),'data-embed-id':_0x31bd26[_0x5a5dd5(0x41e)],'data-embed-floating-menu-popup':_0x5a5dd5(0x28f),'children':_0x308f69(_0x438118,{'views':_0x53814e[_0x5a5dd5(0x438)](_0x270fd4=>({..._0x270fd4,'label':_0x5dfcfe['t'](_0x270fd4['label']),'description':_0x5dfcfe['t'](_0x270fd4[_0x5a5dd5(0x2dd)])})),'onCreate':_0x30d0a4})})}})});}function Td(_0x49743b){const _0xec52c9=_0x5a2f85;var _0x1451fa,_0x31c569,_0x58640b;let {activeView:_0x7b4174,views:_0x43c365,onActivateView:_0x1cf3bf,onAddView:_0x46fea0,onConfigureView:_0x10cf92,onDeleteView:_0x511e67}=_0x49743b,_0x270abd=_0x537911(_0x13857c),_0x3705a3=_0x100a3f(null),_0x813c0a=_0x100a3f(null),[_0x551098,_0x44c460]=_0x120269(!0x1),_0xbf2a4d=_0x3310b5=>{const _0x173bd0=_0x4aa9;_0x3310b5[_0x173bd0(0x70f)](),_0x3310b5[_0x173bd0(0x534)]();},_0x238dc5=(_0x1451fa=(_0x31c569=_0x3705a3[_0xec52c9(0x208)])==null?void 0x0:_0x31c569[_0xec52c9(0x414)]())==null?null:_0x1451fa;return _0x4ea00e(()=>{const _0x1c24e3=_0xec52c9;if(!_0x551098)return;let _0x1a623f=_0x3ab533=>{const _0x52f87c=_0x4aa9;var _0xf092ea,_0x3f0c2b;let _0x4214ec=_0x3ab533[_0x52f87c(0x394)]instanceof Node?_0x3ab533[_0x52f87c(0x394)]:null;!_0x4214ec||(_0xf092ea=_0x3705a3[_0x52f87c(0x208)])!=null&&_0xf092ea[_0x52f87c(0x444)](_0x4214ec)||(_0x3f0c2b=_0x813c0a[_0x52f87c(0x208)])!=null&&_0x3f0c2b[_0x52f87c(0x444)](_0x4214ec)||_0x44c460(!0x1);},_0x49845d=_0x36b7ba=>{const _0x3df95d=_0x4aa9;_0x36b7ba[_0x3df95d(0x281)]===_0x3df95d(0x33d)&&_0x44c460(!0x1);};return document[_0x1c24e3(0x266)](_0x1c24e3(0x40c),_0x1a623f,!0x0),document[_0x1c24e3(0x266)](_0x1c24e3(0x349),_0x49845d,!0x0),()=>{const _0x258f03=_0x1c24e3;document['removeEventListener']('pointerdown',_0x1a623f,!0x0),document[_0x258f03(0x2ad)](_0x258f03(0x349),_0x49845d,!0x0);};},[_0x551098]),_0x5edd8e(_0x4fe6d1,{'children':[_0x5edd8e(_0x4178fc,{'ref':_0x3705a3,'type':'button','size':_0xec52c9(0x526),'variant':'ghost','className':_0xec52c9(0x34f),'title':_0x7b4174[_0xec52c9(0x47a)],'aria-label':_0x270abd['t'](_0xec52c9(0x47f)),'onClick':_0x4d750d=>{const _0x15084f=_0xec52c9;_0x4d750d[_0x15084f(0x534)](),_0x44c460(_0x397e8d=>!_0x397e8d);},'onMouseDown':_0xbf2a4d,'onPointerDown':_0xbf2a4d,'children':[_0x308f69(_0xec52c9(0x248),{'className':'univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','aria-hidden':_0xec52c9(0x28f),'children':_0x308f69(_0x528e63,{'type':_0x7b4174[_0xec52c9(0x6e7)]})}),_0x308f69(_0xec52c9(0x248),{'className':_0xec52c9(0x53c),'children':_0x7b4174[_0xec52c9(0x47a)]}),_0x308f69(_0x2701e3,{'className':_0xec52c9(0x708)})]}),_0x551098&&_0x238dc5?_0x3fedbc(_0x5edd8e(_0xec52c9(0x27f),{'ref':_0x813c0a,'data-u-comp':_0xec52c9(0x32e),'data-embed-id':_0x49743b['embedId'],'data-embed-floating-menu-popup':'true','className':_0xec52c9(0x616),'style':Bd(_0x238dc5),'onClick':_0x45e43d=>_0x45e43d[_0xec52c9(0x534)](),'onMouseDown':_0xbf2a4d,'onPointerDown':_0xbf2a4d,'children':[_0x308f69(_0xec52c9(0x27f),{'className':'univer-grid\x20univer-gap-0.5','children':_0x43c365[_0xec52c9(0x438)](_0x3d472c=>_0x308f69(_0x4178fc,{'type':_0xec52c9(0x6cf),'variant':_0xec52c9(0x578),'size':_0xec52c9(0x526),'className':_0xec52c9(0x6dd),'onClick':_0x351578=>{const _0x173039=_0xec52c9;_0x351578[_0x173039(0x534)](),_0x1cf3bf(_0x3d472c['id']),_0x44c460(!0x1);},'children':_0x308f69(Ed,{'icon':_0x308f69(_0x528e63,{'type':_0x3d472c[_0xec52c9(0x6e7)]}),'label':_0x3d472c[_0xec52c9(0x47a)],'trailing':_0x3d472c['id']===_0x7b4174['id']?_0x308f69(_0xec52c9(0x248),{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x3d472c['id']))}),_0x308f69(_0x1f60c7,{}),_0x308f69(Dd,{'icon':_0x308f69(_0x407ab2,{}),'label':_0x270abd['t'](_0xec52c9(0x57e)),'onClick':()=>{const _0x41e76c=_0xec52c9;let _0x174408=_0x3705a3[_0x41e76c(0x208)];_0x174408&&_0x46fea0(_0x174408),_0x44c460(!0x1);}}),_0x308f69(Dd,{'icon':_0x308f69(_0x1d3fec,{}),'label':_0x270abd['t'](_0xec52c9(0x723)),'onClick':()=>{const _0x2000ba=_0xec52c9;let _0x5841fa=_0x3705a3[_0x2000ba(0x208)];_0x5841fa&&_0x10cf92(_0x5841fa),_0x44c460(!0x1);}}),_0x308f69(Dd,{'danger':!0x0,'disabled':_0x43c365[_0xec52c9(0x647)]<=0x1,'icon':_0x308f69(_0x54bf4e,{}),'label':_0x270abd['t'](_0xec52c9(0x4cb)),'onClick':()=>{_0x511e67(),_0x44c460(!0x1);}})]}),(_0x58640b=_0x107aa2(!0x0))==null?document[_0xec52c9(0x6da)]:_0x58640b):null]});}function Ed(_0x3e0db6){const _0x489b89=_0x5a2f85;return _0x5edd8e(_0x489b89(0x248),{'className':_0x489b89(0x32a),'children':[_0x308f69('span',{'className':_0x489b89(0x684),'aria-hidden':_0x489b89(0x28f),'children':_0x3e0db6['icon']}),_0x308f69('span',{'className':_0x489b89(0x24a),'children':_0x3e0db6[_0x489b89(0x4e6)]}),_0x308f69('span',{'className':_0x489b89(0x217),'children':_0x3e0db6[_0x489b89(0x5bb)]})]});}function Dd(_0xe1257a){const _0x8ab8f0=_0x5a2f85;let {danger:_0xeab44f,disabled:_0x5d3778,icon:_0x34e068,label:_0x3117a9,onClick:_0x137be3}=_0xe1257a;return _0x308f69(_0x4178fc,{'type':'button','variant':_0x8ab8f0(0x578),'size':_0x8ab8f0(0x526),'disabled':_0x5d3778,'className':_0x181de8('univer-h-8\x20univer-w-full\x20univer-px-2',_0xeab44f&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0xa5b9d9=>{const _0x101391=_0x8ab8f0;_0xa5b9d9[_0x101391(0x534)](),_0x137be3();},'children':_0x308f69(Ed,{'icon':_0x34e068,'label':_0x3117a9})});}function Od(_0x51d306,_0x321754={}){const _0x5487c0=_0x5a2f85;var _0x2ffb10,_0x2bd5f3,_0x5255b9,_0x821c04,_0x41800e,_0xfeb173,_0x1a8f62,_0x1f2ec5,_0x36cdaf;let _0x32c72c=(_0x2ffb10=_0x51d306['config'])==null?{}:_0x2ffb10,_0x39ed1a=_0x32c72c[_0x5487c0(0x2c0)],_0x532298=Array[_0x5487c0(0x6cd)](_0x39ed1a==null?void 0x0:_0x39ed1a['rules'])?_0x39ed1a['rules'][_0x5487c0(0x647)]:0x0;return{'viewType':_0x51d306[_0x5487c0(0x6e7)],'filterCount':(_0x2bd5f3=(_0x5255b9=_0x51d306['filter'])==null||(_0x5255b9=_0x5255b9[_0x5487c0(0x265)])==null?void 0x0:_0x5255b9[_0x5487c0(0x647)])==null?0x0:_0x2bd5f3,'groupCount':(_0x821c04=(_0x41800e=_0x51d306[_0x5487c0(0x591)])==null?void 0x0:_0x41800e['length'])==null?0x0:_0x821c04,'sortCount':(_0xfeb173=(_0x1a8f62=_0x51d306[_0x5487c0(0x65b)])==null?void 0x0:_0x1a8f62['length'])==null?0x0:_0xfeb173,'rowHeightActive':!!(_0x32c72c[_0x5487c0(0x5d5)]&&_0x32c72c['rowHeight']!=='medium'),'conditionalColoringActive':_0x532298>0x0,'conditionalColoringCount':_0x532298,'canUndo':((_0x1f2ec5=_0x321754[_0x5487c0(0x601)])==null?0x0:_0x1f2ec5)>0x0,'canRedo':((_0x36cdaf=_0x321754[_0x5487c0(0x5d0)])==null?0x0:_0x36cdaf)>0x0};}function kd(_0x133809){const _0x3fdaf7=_0x5a2f85;var _0x487af7,_0xe07319;return(_0x487af7=_0x133809==null||(_0xe07319=_0x133809['tableOrder'])==null?void 0x0:_0xe07319[_0x3fdaf7(0x438)](_0x277fed=>_0x133809[_0x3fdaf7(0x293)][_0x277fed])['filter'](_0x17ef14=>!!_0x17ef14))==null?[]:_0x487af7;}function Ad(_0x54a9da,_0xc86f5d){const _0x2a8d67=_0x5a2f85;return kd(_0x54a9da)[_0x2a8d67(0x438)](_0x3e4be4=>({'id':_0x3e4be4['id'],'name':_0x3e4be4[_0x2a8d67(0x47a)],'active':_0x3e4be4['id']===_0xc86f5d}));}function jd(_0x19bd54,_0x4fa08f){const _0x3c44b9=_0x5a2f85;let _0x23be1b=new Set(kd(_0x19bd54)['map'](_0x4e168c=>_0x4e168c['name'])),_0x494bf6=_0x23be1b[_0x3c44b9(0x441)]+0x1,_0x43dfa0=_0x4fa08f(_0x494bf6);for(;_0x23be1b[_0x3c44b9(0x2cc)](_0x43dfa0);)_0x494bf6+=0x1,_0x43dfa0=_0x4fa08f(_0x494bf6);return _0x43dfa0;}function Md(_0x53377e,_0x3b590e){const _0xcc6e71=_0x5a2f85;let _0x5066de=new Set(kd(_0x53377e)[_0xcc6e71(0x438)](_0x29044b=>_0x29044b[_0xcc6e71(0x47a)]));if(!_0x5066de[_0xcc6e71(0x2cc)](_0x3b590e))return _0x3b590e;let _0x38a258=0x2,_0x2cf0c0=_0x3b590e+'\x20'+_0x38a258;for(;_0x5066de[_0xcc6e71(0x2cc)](_0x2cf0c0);)_0x38a258+=0x1,_0x2cf0c0=_0x3b590e+'\x20'+_0x38a258;return _0x2cf0c0;}function Nd(_0x55a2e5,_0x5ac1f4){const _0x3789a8=_0x5a2f85;if(!_0x55a2e5)return;let _0x213304=_0x5ac1f4?_0x55a2e5[_0x3789a8(0x293)][_0x5ac1f4]:void 0x0;return _0x213304==null?kd(_0x55a2e5)[0x0]:_0x213304;}function Pd(_0x2e542c){const _0x2e9dda=_0x5a2f85;var _0x1d72bd,_0x24a81c;return(_0x1d72bd=_0x2e542c==null||(_0x24a81c=_0x2e542c[_0x2e9dda(0x244)])==null?void 0x0:_0x24a81c[_0x2e9dda(0x438)](_0x870d4c=>_0x2e542c['views'][_0x870d4c])[_0x2e9dda(0x628)](_0x3bf3e5=>!!_0x3bf3e5))==null?[]:_0x1d72bd;}function Fd(_0x2808b0,_0x5b2570){const _0x3b1c1c=_0x5a2f85;if(!_0x2808b0)return;let _0x3719f8=_0x5b2570?_0x2808b0[_0x3b1c1c(0x3d7)][_0x5b2570]:void 0x0;return _0x3719f8==null?Pd(_0x2808b0)[0x0]:_0x3719f8;}function Id(_0x53ba4d,_0x187c52,_0x35ce14){const _0x453e3e=_0x5a2f85;var _0x537865,_0x427cd0;return{..._0x53ba4d,'id':_0x453e3e(0x291)+_0x2a6ebd(0x8),'tableId':_0x187c52,'name':_0x53ba4d[_0x453e3e(0x47a)]+'\x20'+_0x35ce14,'config':{..._0x53ba4d[_0x453e3e(0x50f)]},'fieldSettings':{...(_0x537865=_0x53ba4d[_0x453e3e(0x297)])==null?{}:_0x537865},'fieldOrder':[...(_0x427cd0=_0x53ba4d[_0x453e3e(0x47e)])==null?[]:_0x427cd0],'filter':_0x53ba4d['filter']?{..._0x53ba4d[_0x453e3e(0x628)],'conditions':[..._0x53ba4d[_0x453e3e(0x628)][_0x453e3e(0x265)]]}:void 0x0,'group':_0x53ba4d[_0x453e3e(0x591)]?[..._0x53ba4d[_0x453e3e(0x591)]]:void 0x0,'sort':_0x53ba4d[_0x453e3e(0x65b)]?[..._0x53ba4d[_0x453e3e(0x65b)]]:void 0x0};}function Ld(_0x292ba6){const _0x5d3b60=_0x5a2f85;let {children:_0x7a7d79,titleKey:_0x211ea0,className:_0x3a5781,onClick:_0x567263}=_0x292ba6,_0x24c002=_0x537911(_0x13857c);return _0x308f69(_0x4178fc,{'type':_0x5d3b60(0x6cf),'size':_0x5d3b60(0x526),'variant':_0x5d3b60(0x578),'className':_0x181de8(_0x5d3b60(0x230),_0x3a5781),'title':_0x24c002['t'](_0x211ea0),'aria-label':_0x24c002['t'](_0x211ea0),'onClick':_0x236fab=>_0x567263(_0x236fab[_0x5d3b60(0x664)]),'children':_0x7a7d79});}function Rd(_0x215bda){const _0x2eaaec=_0x5a2f85;return{'x':_0x215bda['x'],'y':_0x215bda['y'],'width':_0x215bda['width'],'height':_0x215bda[_0x2eaaec(0x354)]};}function zd(_0x3cc835){const _0x48535a=_0x5a2f85;let _0x507590=_0x1476c8(_0x3cc835,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x507590[_0x48535a(0x311)],'left':_0x507590[_0x48535a(0x53e)],'maxHeight':_0x507590[_0x48535a(0x553)]};}function Bd(_0x5c0796){const _0x196585=_0x5a2f85;let _0x4312f7=_0x1476c8({'left':_0x5c0796[_0x196585(0x570)]-0xd0,'right':_0x5c0796[_0x196585(0x570)],'top':_0x5c0796[_0x196585(0x311)],'bottom':_0x5c0796[_0x196585(0x70e)],'width':0xd0,'height':_0x5c0796['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x4312f7['top'],'left':_0x4312f7[_0x196585(0x53e)],'maxHeight':_0x4312f7['maxHeight']};}function Vd(_0xe98489){const _0x164969=_0x5a2f85;_u(_0xe98489,_0x164969(0x442),Hd);}function Hd(_0x5a4790){const _0x21313c=_0x5a2f85;_0x5a4790['has'](_0x315949)||_0x5a4790[_0x21313c(0x5a7)]([_0x315949,{'useFactory':()=>_0x5a4790[_0x21313c(0x43a)](za)}]),_0x5a4790[_0x21313c(0x2cc)](_0x40d42d)||_0x5a4790[_0x21313c(0x5a7)]([_0x40d42d,{'useFactory':()=>_0x5a4790[_0x21313c(0x43a)](Ra)}]),_0x5a4790[_0x21313c(0x2cc)](_0x2d28a3)||_0x5a4790['add']([_0x2d28a3,{'useFactory':()=>_0x5a4790[_0x21313c(0x43a)](rc)}]),_0x5a4790[_0x21313c(0x2cc)](_0x3bc3a4)||_0x5a4790[_0x21313c(0x5a7)]([_0x3bc3a4,{'useFactory':()=>_0x5a4790['get'](Z)}]),_0x5a4790[_0x21313c(0x2cc)](_0xed4a45)||_0x5a4790['add']([_0xed4a45,{'useFactory':()=>Ud({'embedModelService':_0x5a4790['get'](_0x3f8958),'restoreService':_0x5a4790['get'](ic),'mountService':_0x5a4790['get'](Uo),'activationService':_0x5a4790[_0x21313c(0x43a)](Ko)})}]);let _0x261634=_0x5a4790[_0x21313c(0x43a)](_0x444250),_0xb47bc8=_0x5a4790[_0x21313c(0x43a)](Io),_0x562455=_0x5a4790['get'](Po),_0x36673d=_0x5a4790[_0x21313c(0x43a)](La),_0x19633e=_0x5a4790[_0x21313c(0x43a)](Fo),_0x442d56=_0x5a4790[_0x21313c(0x43a)](nc),_0x1b9733=_0x5a4790[_0x21313c(0x43a)](eu),_0x362d3b=_0x5a4790['get'](dc),_0x1b073f=_0x5a4790[_0x21313c(0x2cc)](_0x159f7c)?_0x5a4790['get'](_0x159f7c):void 0x0,_0x45738f=_0x5a4790[_0x21313c(0x2cc)](_0x327678)?_0x5a4790[_0x21313c(0x43a)](_0x327678):void 0x0,_0x10a59a=()=>_0x5a4790[_0x21313c(0x2cc)](_0x3118cf)?_0x5a4790[_0x21313c(0x43a)](_0x3118cf):void 0x0,_0x31a152=Iu(_0x1b073f,_0x45738f,_0x10a59a);_0x261634[_0x21313c(0x43a)](_0x31a152[_0x21313c(0x323)],_0x31a152['entry'])||_0x261634[_0x21313c(0x5f2)](_0x31a152);let _0x231d5f=Lu();_0xb47bc8['get'](_0x231d5f['hostType'],_0x231d5f[_0x21313c(0x379)])||_0xb47bc8[_0x21313c(0x5f2)](_0x231d5f);let _0x219e35=Gu();_0x562455[_0x21313c(0x43a)](_0x219e35[_0x21313c(0x734)])||_0x562455['register'](_0x219e35);let _0x249a6a=Eu();_0x36673d[_0x21313c(0x43a)](_0x249a6a[_0x21313c(0x734)])||_0x36673d[_0x21313c(0x5f2)](_0x249a6a),fd()[_0x21313c(0x2b8)](_0x55c120=>{const _0x35c533=_0x21313c;_0x19633e[_0x35c533(0x35d)](_0x55c120[_0x35c533(0x323)],_0x55c120[_0x35c533(0x379)],_0x55c120[_0x35c533(0x734)])||_0x19633e[_0x35c533(0x5f2)](_0x55c120);}),_0x442d56['registerProvider'](uu(_0x5a4790,{'childType':_0x43e669['UNIVER_BASE'],'renderManagerService':_0x521bc8})),_0x1b9733[_0x21313c(0x43a)](_0x43e669[_0x21313c(0x5ff)])||_0x1b9733[_0x21313c(0x5f2)](Du(_0x10a59a())),_0x362d3b['get'](_0x43e669[_0x21313c(0x5ff)])||_0x362d3b[_0x21313c(0x5f2)](Uu(_0x5a4790));}function Ud(_0x142d93){return{'mountTableList':async _0x425dc4=>{const _0x118efc=_0x4aa9;let _0x9ddf34=_0x142d93[_0x118efc(0x6c5)]['getDescriptor'](_0x425dc4[_0x118efc(0x434)],_0x425dc4[_0x118efc(0x41e)]);if(!_0x9ddf34&&_0x425dc4[_0x118efc(0x6be)]&&(_0x9ddf34={'embedId':_0x425dc4[_0x118efc(0x41e)],'hostUnitId':_0x425dc4[_0x118efc(0x434)],'hostType':_0x43e669['UNIVER_BASE'],'entry':_0x118efc(0x41a),'hostAnchorId':_0x425dc4['hostAnchorId'],'childUnitId':_0x425dc4[_0x118efc(0x6be)],'childType':_0x425dc4['childType'],'source':{'unitType':_0x425dc4['childType'],'ref':{'file':{'kind':_0x118efc(0x277)},'unit':{'selector':_0x425dc4[_0x118efc(0x6be)],'type':_0x3350e3(_0x425dc4['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'table-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x9ddf34||_0x9ddf34[_0x118efc(0x52e)]!==_0x425dc4[_0x118efc(0x52e)])&&((!_0x9ddf34['childUnitId']||_0x9ddf34[_0x118efc(0x734)]==null)&&(_0x9ddf34=await _0x142d93[_0x118efc(0x33b)][_0x118efc(0x6f4)]({'descriptor':_0x9ddf34})),!(!_0x9ddf34['childUnitId']||_0x9ddf34[_0x118efc(0x734)]==null)))return _0x142d93[_0x118efc(0x298)][_0x118efc(0x2f7)](_0x9ddf34),_0x142d93['activationService'][_0x118efc(0x636)](_0x9ddf34),_0x5a3ed7(()=>{const _0x16ce15=_0x118efc;_0x142d93[_0x16ce15(0x298)][_0x16ce15(0x56b)](_0x425dc4[_0x16ce15(0x41e)]),_0x142d93[_0x16ce15(0x54a)][_0x16ce15(0x573)](_0x425dc4[_0x16ce15(0x41e)]);});}};}let Wd=class extends _0x22b40f{constructor(_0x3f85ac,_0x1a8cd9,_0x3f022b,_0x5906bb,_0x19b2ab,_0x46d4b9,_0x21e537,_0x3b2d56){const _0x1981de=_0x5a2f85;if(super(),this['_context']=_0x3f85ac,this[_0x1981de(0x372)]=_0x1a8cd9,this['_domLayerService']=_0x3f022b,this[_0x1981de(0x3c8)]=_0x5906bb,this[_0x1981de(0x28b)]=_0x19b2ab,this['_boardUIStateService']=_0x46d4b9,this['_configService']=_0x21e537,this[_0x1981de(0x55f)]=_0x3b2d56,Y(this,_0x1981de(0x6b6),new Map()),Y(this,'_activeDragCleanup',void 0x0),Y(this,_0x1981de(0x4c0),_0x1a0f33=>{const _0x3470b8=_0x1981de;var _0x3fb4b1,_0x412c61;let _0x6c0395=(_0x3fb4b1=(_0x412c61=this[_0x3470b8(0x65a)]['engine'])['getCanvasElement'])==null?void 0x0:_0x3fb4b1[_0x3470b8(0x697)](_0x412c61);return _0x6c0395?(_0x6c0395[_0x3470b8(0x235)](new WheelEvent('wheel',{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x1a0f33[_0x3470b8(0x446)],'clientY':_0x1a0f33[_0x3470b8(0x4d3)],'ctrlKey':_0x1a0f33['ctrlKey'],'deltaMode':_0x1a0f33[_0x3470b8(0x6f3)],'deltaX':_0x1a0f33['deltaX'],'deltaY':_0x1a0f33[_0x3470b8(0x52c)],'deltaZ':_0x1a0f33[_0x3470b8(0x58b)],'metaKey':_0x1a0f33[_0x3470b8(0x355)],'shiftKey':_0x1a0f33[_0x3470b8(0x498)]})),!0x0):!0x1;}),Y(this,_0x1981de(0x36f),_0xe23239=>{const _0x2bda85=_0x1981de;var _0x392c03,_0x2a9bd4;let _0x5caec4=(_0x392c03=(_0x2a9bd4=this['_context'][_0x2bda85(0x6a5)])[_0x2bda85(0x56e)])==null?void 0x0:_0x392c03[_0x2bda85(0x697)](_0x2a9bd4);if(!_0x5caec4)return null;let _0x1fc699=_0xe23239;for(;_0x1fc699&&!_0x1fc699[_0x2bda85(0x444)](_0x5caec4);)_0x1fc699=_0x1fc699[_0x2bda85(0x5ce)];return _0x1fc699;}),Promise[_0x1981de(0x5ed)]()[_0x1981de(0x518)](()=>this[_0x1981de(0x4ba)]()),typeof document<'u'){let _0x2f4caf=_0x2a9fa4=>this[_0x1981de(0x2a5)](_0x2a9fa4);document[_0x1981de(0x266)](hc,_0x2f4caf),this['disposeWithMe'](_0x5a3ed7(()=>document['removeEventListener'](hc,_0x2f4caf)));}this[_0x1981de(0x6d0)](this[_0x1981de(0x55f)][_0x1981de(0x3d6)](_0x38ae9f=>{const _0x4a647c=_0x1981de;(_0x38ae9f['id']===_0x29e19e['id']||_0x38ae9f['id']===_0x4c50df['id']||_0x38ae9f['id']===_0x31a16b['id']||_0x38ae9f['id']===_0x5e9492['id'])&&this[_0x4a647c(0x4ba)]();})),[this[_0x1981de(0x3c8)][_0x1981de(0x683)],this[_0x1981de(0x3c8)][_0x1981de(0x3e3)],this[_0x1981de(0x3c8)][_0x1981de(0x634)]][_0x1981de(0x2b8)](_0x45943e=>{const _0x1c0f37=_0x1981de;let _0x9f4a78=_0x45943e[_0x1c0f37(0x59e)](_0x48c5eb=>{const _0x5439b0=_0x1c0f37;_0x48c5eb[_0x5439b0(0x73b)](_0x2b0cf9=>_0x2b0cf9['unitId']===this[_0x5439b0(0x65a)][_0x5439b0(0x65d)])&&this[_0x5439b0(0x4ba)]();});this[_0x1c0f37(0x6d0)](_0x5a3ed7(()=>_0x9f4a78[_0x1c0f37(0x4f5)]()));});}['dispose'](){const _0x3319e8=_0x5a2f85;var _0x1a5f29;(_0x1a5f29=this[_0x3319e8(0x586)])==null||_0x1a5f29['call'](this),this[_0x3319e8(0x586)]=void 0x0,this[_0x3319e8(0x6b6)]['forEach'](_0x29a6b5=>_0x29a6b5[_0x3319e8(0x50e)]()),this[_0x3319e8(0x6b6)]['clear'](),super['dispose']();}[_0x5a2f85(0x4ba)](){const _0x4beba1=_0x5a2f85;let _0x12aecf=this['_context']['unitId'];if(this[_0x4beba1(0x372)][_0x4beba1(0x38c)](_0x12aecf)[_0x4beba1(0x647)]>0x0){this[_0x4beba1(0x358)]();return;}let _0x2ee11d=this['_boardElementService'][_0x4beba1(0x6ff)](_0x12aecf),_0x545e7e=new Set();this[_0x4beba1(0x372)][_0x4beba1(0x3f3)](_0x12aecf)['filter'](_0x51a169=>_0x51a169['entry']===_0x447f64['BoardsFloatingObject'])[_0x4beba1(0x2b8)](_0x51b874=>{const _0x31f798=_0x4beba1;var _0x3eb067,_0x39855e,_0x576589,_0x1dc091;let _0x59f93e=Object[_0x31f798(0x6c8)](_0x2ee11d)[_0x31f798(0x4f7)](_0x3c08e8=>{const _0x409049=_0x31f798;var _0x173193;return _0x11ad0c((_0x173193=_0x3c08e8[_0x409049(0x40e)][_0x51b874[_0x409049(0x52e)]])==null?void 0x0:_0x173193['element']);}),_0x1d6288=_0x59f93e==null?void 0x0:_0x59f93e['data'][_0x51b874[_0x31f798(0x52e)]],_0x35a532=_0x1d6288==null?void 0x0:_0x1d6288[_0x31f798(0x484)];if(!_0x59f93e||!_0x1d6288||!_0x11ad0c(_0x35a532))return;let _0x3c99ed=_0xebcda(_0x35a532),_0xade8bd=this[_0x31f798(0x46b)](_0x51b874[_0x31f798(0x52e)]);_0x545e7e[_0x31f798(0x5a7)](_0xade8bd);let _0x4b72c9={'left':(_0x3eb067=_0x35a532[_0x31f798(0x49c)][_0x31f798(0x53e)])==null?0x0:_0x3eb067,'top':(_0x39855e=_0x35a532[_0x31f798(0x49c)]['top'])==null?0x0:_0x39855e,'width':(_0x576589=_0x35a532['transform'][_0x31f798(0x433)])==null?0x230:_0x576589,'height':(_0x1dc091=_0x35a532['transform']['height'])==null?0x168:_0x1dc091},_0x1d248e=()=>{const _0x2c124f=_0x31f798;var _0x34915e,_0x52a6d7;return _0x459959(Cc,{'data':{'version':0x1,'embedId':_0x51b874['embedId'],'hostUnitId':_0x12aecf,'hostAnchorId':_0x51b874[_0x2c124f(0x52e)],'childUnitId':(_0x34915e=_0x51b874[_0x2c124f(0x6be)])==null?_0x3c99ed==null?void 0x0:_0x3c99ed[_0x2c124f(0x6be)]:_0x34915e,'childType':(_0x52a6d7=_0x51b874[_0x2c124f(0x734)])==null?_0x3c99ed==null?void 0x0:_0x3c99ed[_0x2c124f(0x734)]:_0x52a6d7},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x2c124f(0x4c0)],'resolveHostWheelGestureRoot':this[_0x2c124f(0x36f)],'onRuntimeStageEnter':_0xa0c3e2=>this[_0x2c124f(0x2af)](_0xa0c3e2!==_0x2c124f(0x229),_0x1d6288[_0x2c124f(0x4e2)],_0x51b874[_0x2c124f(0x52e)])});};this[_0x31f798(0x6b6)][_0x31f798(0x2cc)](_0xade8bd)?this[_0x31f798(0x702)][_0x31f798(0x4a7)](_0xade8bd,{'rect':_0x4b72c9,'content':_0x1d248e}):this[_0x31f798(0x6b6)]['set'](_0xade8bd,this['_domLayerService'][_0x31f798(0x320)]({'id':_0xade8bd,'unitId':_0x12aecf,'subUnitId':_0x1d6288[_0x31f798(0x4e2)],'elementId':_0x51b874[_0x31f798(0x52e)],'rect':_0x4b72c9,'content':_0x1d248e,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x4beba1(0x6b6)][_0x4beba1(0x2b8)]((_0x2cf86d,_0x5b9610)=>{const _0xe03e19=_0x4beba1;_0x545e7e['has'](_0x5b9610)||(_0x2cf86d[_0xe03e19(0x50e)](),this[_0xe03e19(0x6b6)][_0xe03e19(0x3b3)](_0x5b9610));});}[_0x5a2f85(0x46b)](_0xbfc215){const _0x11ab60=_0x5a2f85;return _0x11ab60(0x44d)+this['_context'][_0x11ab60(0x65d)]+':'+_0xbfc215;}[_0x5a2f85(0x61a)](_0x2b2a63,_0xd48ea3){const _0x43d7f2=_0x5a2f85;this[_0x43d7f2(0x28b)]['selectElements']({'unitId':this[_0x43d7f2(0x65a)][_0x43d7f2(0x65d)],'subUnitId':_0x2b2a63},[_0xd48ea3],_0xd48ea3);}[_0x5a2f85(0x2af)](_0x486a05,_0x40984c,_0x1ff96a){const _0x2e0347=_0x5a2f85;if(_0x486a05){this['_selectAnchor'](_0x40984c,_0x1ff96a);return;}this[_0x2e0347(0x28b)][_0x2e0347(0x53b)]();}[_0x5a2f85(0x2a5)](_0x13501e){const _0x429213=_0x5a2f85;var _0x456dca,_0x693a6e,_0x8073ae,_0x4ed0e9,_0x2dddf7,_0x1b0928,_0x29d835,_0x4f5f26;let _0x4dfc35=_0x13501e[_0x429213(0x4bb)];if(!_0x4dfc35||_0x4dfc35['hostUnitId']!==this[_0x429213(0x65a)]['unitId'])return;let _0x54a6b0=this[_0x429213(0x3c8)][_0x429213(0x6ff)](this[_0x429213(0x65a)][_0x429213(0x65d)]),_0x1dbf44=Object[_0x429213(0x6c8)](_0x54a6b0)['find'](_0x37a7ba=>_0x37a7ba[_0x429213(0x40e)][_0x4dfc35[_0x429213(0x52e)]]),_0x25e2a9=_0x1dbf44==null?void 0x0:_0x1dbf44['data'][_0x4dfc35['hostAnchorId']];if(!_0x1dbf44||!_0x25e2a9||!_0x11ad0c(_0x25e2a9[_0x429213(0x484)])||((_0x456dca=_0xebcda(_0x25e2a9[_0x429213(0x484)]))==null?void 0x0:_0x456dca[_0x429213(0x41e)])!==_0x4dfc35[_0x429213(0x41e)])return;let _0x3d7e34=(_0x693a6e=(_0x8073ae=this[_0x429213(0x65a)][_0x429213(0x6a5)])[_0x429213(0x56e)])==null?void 0x0:_0x693a6e[_0x429213(0x697)](_0x8073ae);if(!_0x3d7e34)return;(_0x4ed0e9=this[_0x429213(0x586)])==null||_0x4ed0e9[_0x429213(0x697)](this),this[_0x429213(0x61a)](_0x25e2a9[_0x429213(0x4e2)],_0x4dfc35[_0x429213(0x52e)]),this['_setAnchorTransformerVisible'](!0x1,_0x25e2a9['subUnitId'],_0x4dfc35['hostAnchorId']);let _0x218033=_0x25e2a9['element'],_0x30ded5=(_0x2dddf7=_0x218033[_0x429213(0x49c)][_0x429213(0x53e)])==null?0x0:_0x2dddf7,_0x5dac59=(_0x1b0928=_0x218033[_0x429213(0x49c)][_0x429213(0x311)])==null?0x0:_0x1b0928,_0x2a24bb=this[_0x429213(0x496)]['getState'](),_0x23e2ab=_0x5e308c((_0x29d835=this[_0x429213(0x3eb)][_0x429213(0x4d5)](_0x572002))==null?void 0x0:_0x29d835),_0x2053e0=_0x3a8f36(_0x3d7e34,_0x4dfc35[_0x429213(0x446)],_0x4dfc35[_0x429213(0x4d3)],{'zoomRatio':_0x2a24bb[_0x429213(0x735)],'panOffset':_0x2a24bb[_0x429213(0x6ca)]},_0x23e2ab),_0x49edbf=(_0x4f5f26=document['defaultView'])==null?window:_0x4f5f26,_0x12ee84=(_0x542c9e,_0x333d37)=>{const _0x5541b7=_0x429213;let _0x33bb8c=this[_0x5541b7(0x496)][_0x5541b7(0x4e4)](),_0x540178=_0x3a8f36(_0x3d7e34,_0x542c9e,_0x333d37,{'zoomRatio':_0x33bb8c[_0x5541b7(0x735)],'panOffset':_0x33bb8c[_0x5541b7(0x6ca)]},_0x23e2ab);return{'left':_0x30ded5+_0x540178['x']-_0x2053e0['x'],'top':_0x5dac59+_0x540178['y']-_0x2053e0['y']};},_0x537144=(_0x1c3418,_0x52d29c)=>{const _0x4549b8=_0x429213;var _0x29be0e,_0xeb5d06;let _0x560a0c=_0x12ee84(_0x1c3418,_0x52d29c);return this[_0x4549b8(0x702)]['updateItem'](this['_itemId'](_0x4dfc35[_0x4549b8(0x52e)]),{'rect':{..._0x560a0c,'width':(_0x29be0e=_0x218033[_0x4549b8(0x49c)][_0x4549b8(0x433)])==null?0x230:_0x29be0e,'height':(_0xeb5d06=_0x218033[_0x4549b8(0x49c)][_0x4549b8(0x354)])==null?0x168:_0xeb5d06}}),_0x560a0c;},_0x5683ea=_0x44393f=>_0x4dfc35[_0x429213(0x26b)]==null||_0x44393f[_0x429213(0x26b)]===_0x4dfc35[_0x429213(0x26b)],_0x1f7e59=()=>{const _0x1f624d=_0x429213;_0x49edbf[_0x1f624d(0x2ad)](_0x1f624d(0x55a),_0x2c31f3),_0x49edbf[_0x1f624d(0x2ad)](_0x1f624d(0x506),_0x33824b),_0x49edbf[_0x1f624d(0x2ad)](_0x1f624d(0x546),_0x140351),this[_0x1f624d(0x586)]===_0x1f7e59&&(this['_activeDragCleanup']=void 0x0);},_0x2c31f3=_0x4ea59e=>{const _0x7446c7=_0x429213;_0x5683ea(_0x4ea59e)&&(_0x4ea59e[_0x7446c7(0x70f)](),_0x537144(_0x4ea59e[_0x7446c7(0x446)],_0x4ea59e[_0x7446c7(0x4d3)]));},_0x33824b=_0x5ebf31=>{const _0x461085=_0x429213;if(!_0x5683ea(_0x5ebf31))return;_0x1f7e59(),_0x5ebf31[_0x461085(0x70f)]();let _0x117ae4=_0x537144(_0x5ebf31['clientX'],_0x5ebf31[_0x461085(0x4d3)]);this[_0x461085(0x55f)][_0x461085(0x282)](_0x5dbdcc['id'],{'unitId':this[_0x461085(0x65a)][_0x461085(0x65d)],'subUnitId':_0x25e2a9[_0x461085(0x4e2)],'elementId':_0x4dfc35[_0x461085(0x52e)],'element':_0x218033,'transform':{..._0x25e2a9['transform'],..._0x117ae4}})['finally'](()=>{const _0x55d7a8=_0x461085;this[_0x55d7a8(0x4ba)](),this[_0x55d7a8(0x2af)](!0x0,_0x25e2a9['subUnitId'],_0x4dfc35[_0x55d7a8(0x52e)]);});},_0x140351=_0xd1ed76=>{const _0x159354=_0x429213;_0x5683ea(_0xd1ed76)&&(_0x1f7e59(),this[_0x159354(0x4ba)](),this[_0x159354(0x2af)](!0x0,_0x25e2a9[_0x159354(0x4e2)],_0x4dfc35[_0x159354(0x52e)]));};_0x49edbf[_0x429213(0x266)]('pointermove',_0x2c31f3),_0x49edbf[_0x429213(0x266)](_0x429213(0x506),_0x33824b),_0x49edbf[_0x429213(0x266)](_0x429213(0x546),_0x140351),this[_0x429213(0x586)]=_0x1f7e59;}[_0x5a2f85(0x358)](){const _0x1af4e7=_0x5a2f85;this[_0x1af4e7(0x6b6)]['forEach'](_0xe15395=>_0xe15395[_0x1af4e7(0x50e)]()),this[_0x1af4e7(0x6b6)][_0x1af4e7(0x5a9)]();}};Wd=Bo([$(0x1,_0x40a9b9(_0x3f8958)),$(0x2,_0x40a9b9(_0x562bbb)),$(0x3,_0x40a9b9(_0x1f182b)),$(0x4,_0x40a9b9(_0x5b9a48)),$(0x5,_0x40a9b9(_0x648274)),$(0x6,_0x4a1626),$(0x7,_0x2942d2)],Wd);function Gd(){const _0x55c2c0=_0x5a2f85;return Cu({'childType':_0x43e669['UNIVER_BOARD'],'productName':'Boards','hostChromeMode':_0x55c2c0(0x72f)});}function Kd(){const _0x47625c=_0x5a2f85;return{'hostType':_0x43e669[_0x47625c(0x4b1)],'entry':_0x447f64['BoardsFloatingObject'],'layout':_0x47625c(0x264),'supportedLayouts':[_0x47625c(0x264),_0x47625c(0x4d1),_0x47625c(0x5f6)],'menuBehavior':'floating'};}function qd(){const _0x53bb69=_0x5a2f85;return{'childType':_0x43e669[_0x53bb69(0x4b1)],'handleWheel':_0x44548e=>{const _0x24046d=_0x53bb69;let _0x182830=_0x44548e[_0x24046d(0x2d9)][_0x24046d(0x514)];return _0x182830!=null&&_0x182830[_0x24046d(0x2cc)](_0x648274)?(_0x182830[_0x24046d(0x43a)](_0x648274)[_0x24046d(0x6f5)]({'x':-_0x44548e[_0x24046d(0x42c)]['deltaX'],'y':-_0x44548e[_0x24046d(0x42c)]['deltaY']}),!0x0):!0x1;}};}function Jd(){const _0x3bd937=_0x5a2f85;return{'childType':_0x43e669[_0x3bd937(0x4b1)],'supportedLayouts':['content-bounds-fit','tab-peer',_0x3bd937(0x264)],'beforeDeactivate':Yd,'mount':Xd};}function Yd(_0xd138d){const _0x4dee4f=_0x5a2f85;let _0x49613c=_0xd138d[_0x4dee4f(0x2d9)][_0x4dee4f(0x514)];if(_0x49613c[_0x4dee4f(0x2cc)](_0x1f03f0)&&_0x49613c[_0x4dee4f(0x43a)](_0x1f03f0)[_0x4dee4f(0x626)](),_0x49613c[_0x4dee4f(0x2cc)](_0x5b9a48)){let _0x45179c=_0x49613c[_0x4dee4f(0x43a)](_0x5b9a48);_0x45179c[_0x4dee4f(0x458)](),_0x45179c[_0x4dee4f(0x53b)]();}}function Xd(_0xbf6aa5){const _0xbd25b=_0x5a2f85;var _0x3fcabc,_0x4333f7;let _0x5d779f=_0xbf6aa5[_0xbd25b(0x514)]['get'](_0x327678)['getUnit'](_0xbf6aa5[_0xbd25b(0x6be)],_0x43e669[_0xbd25b(0x4b1)]),_0xf1f419=_0xbf6aa5[_0xbd25b(0x2d9)][_0xbd25b(0x514)];if(!_0x5d779f||!_0xf1f419)return;let _0x1a3e97=_0xbf6aa5['injector'][_0xbd25b(0x43a)](_0x521bc8),_0x26338c=su(_0x1a3e97,_0xbf6aa5[_0xbd25b(0x6be)],_0xf1f419);if(!_0x26338c)return;let _0x94e937=rs(_0xbf6aa5[_0xbd25b(0x2d9)]['roots'][_0xbd25b(0x476)]);_0x94e937[_0xbd25b(0x705)](_0x5edd8e(Jo,{'injector':_0xf1f419,'mountContainer':_0xbf6aa5[_0xbd25b(0x2d9)][_0xbd25b(0x333)][_0xbd25b(0x38d)],'embedId':_0xbf6aa5[_0xbd25b(0x41e)],'children':[_0x308f69(_0x512277,{'embedded':_0xbf6aa5[_0xbd25b(0x5af)][_0xbd25b(0x5e5)]==='float'&&!_0xbf6aa5[_0xbd25b(0x5af)][_0xbd25b(0x3e1)],'showZoomControls':_0xbf6aa5['renderScope'][_0xbd25b(0x5e5)]==='tab'||_0xbf6aa5['renderScope'][_0xbd25b(0x3e1)]===!0x0}),_0x308f69(_0x22175b,{'positionRoot':_0xbf6aa5[_0xbd25b(0x2d9)][_0xbd25b(0x333)]['content']})]})),lu(_0x26338c,{'activate':!0x0});let _0x3d1520=(_0x3fcabc=(_0x4333f7=globalThis)[_0xbd25b(0x54e)])==null?void 0x0:_0x3fcabc['call'](_0x4333f7,()=>{const _0x34c93d=_0xbd25b;var _0x25e282,_0x274cda;let _0x2a666d=_0xbf6aa5[_0x34c93d(0x2d9)][_0x34c93d(0x333)][_0x34c93d(0x476)][_0x34c93d(0x615)]('[data-board-viewport-host=\x22true\x22]'),_0x150358=(_0x25e282=_0x2a666d==null?void 0x0:_0x2a666d['getBoundingClientRect']())==null?_0xbf6aa5[_0x34c93d(0x2d9)][_0x34c93d(0x333)][_0x34c93d(0x476)][_0x34c93d(0x414)]():_0x25e282,_0x5bdd33=_0x5e308c((_0x274cda=_0xf1f419['get'](_0x4a1626)['getConfig'](_0x572002))==null?void 0x0:_0x274cda);_0xf1f419['get'](_0x33ff74)[_0x34c93d(0x425)](_0x5d779f,{'viewportSize':{'width':_0x150358[_0x34c93d(0x433)],'height':_0x150358[_0x34c93d(0x354)]},'padding':Math['max'](0x10,Math['min'](0x40,Math[_0x34c93d(0x510)](_0x150358['width'],_0x150358[_0x34c93d(0x354)])*0.08)),'zoom':_0x5bdd33});});return _0x5a3ed7(()=>{const _0x5e2622=_0xbd25b;if(_0x3d1520!=null){var _0x4534d9,_0x5cac3e;(_0x4534d9=(_0x5cac3e=globalThis)[_0x5e2622(0x543)])==null||_0x4534d9[_0x5e2622(0x697)](_0x5cac3e,_0x3d1520);}try{var _0xda17da,_0x4c1a02;(_0xda17da=(_0x4c1a02=_0x26338c[_0x5e2622(0x6a5)])[_0x5e2622(0x56b)])==null||_0xda17da['call'](_0x4c1a02);}catch{}_0x1a3e97[_0x5e2622(0x529)](_0xbf6aa5['childUnitId']),is(_0x94e937),_0xf1f419[_0x5e2622(0x50e)]();});}function Zd(){return dd({'childType':_0x43e669['UNIVER_BOARD'],'mount':Qd});}function Qd(_0x2834e8){const _0x14f23e=_0x5a2f85;if(_0x2834e8['renderScope'][_0x14f23e(0x3e1)])return;let _0xab4c88=ud(_0x2834e8),_0x581d6c=document[_0x14f23e(0x53a)](_0x14f23e(0x27f));_0x581d6c[_0x14f23e(0x572)][_0x14f23e(0x373)]=_0x2834e8['descriptor']['entry'],_0xab4c88[_0x14f23e(0x714)](_0x581d6c);let _0x56ecc5=rs(_0x581d6c);return _0x56ecc5[_0x14f23e(0x705)](_0x459959(Jo,{'injector':_0x2834e8['runtimeScope'][_0x14f23e(0x514)],'mountContainer':_0xab4c88,'embedId':_0x2834e8[_0x14f23e(0x41e)]},_0x459959($d,{'hostUnitId':_0x2834e8['hostUnitId'],'embedId':_0x2834e8['embedId'],'childUnitId':_0x2834e8[_0x14f23e(0x6be)],'viewportRoot':_0x2834e8['runtimeScope'][_0x14f23e(0x333)][_0x14f23e(0x476)],'fullscreen':!!_0x2834e8[_0x14f23e(0x5af)][_0x14f23e(0x3e1)]}))),_0x5a3ed7(()=>{const _0x3faedb=_0x14f23e;is(_0x56ecc5),globalThis[_0x3faedb(0x42b)](()=>_0x581d6c[_0x3faedb(0x6e6)](),0x0);});}function $d(_0x685215){const _0x63617a=_0x5a2f85;var _0x533585;let _0x43d157=_0x537911(_0x2942d2),_0x533187=_0x537911(_0x4a1626),_0x1e029b=_0x537911(_0x327678),_0x5d932f=_0x537911(_0x13857c),_0x46c7bd=_0x537911(Ra),_0x3bea8e=_0x537911(_0x648274),_0x4230ce=_0x537911(_0x33ff74),_0x3bad3b=_0x471436(()=>_0x3bea8e[_0x63617a(0x3d3)],_0x3bea8e['getState'](),!0x1,[_0x3bea8e]),_0x23bf60=_0x471436(()=>_0x46c7bd[_0x63617a(0x6d3)],_0x46c7bd['getActive'](),!0x1,[_0x46c7bd]),_0x4f0339=ef({'embedId':_0x685215[_0x63617a(0x41e)],'active':_0x23bf60,'fullscreen':_0x685215[_0x63617a(0x3e1)]}),_0x30fd01=_0x1e029b[_0x63617a(0x6f0)](_0x685215[_0x63617a(0x6be)],_0x43e669[_0x63617a(0x4b1)]),_0xd1db93=_0x5e308c((_0x533585=_0x533187[_0x63617a(0x4d5)](_0x572002))==null?void 0x0:_0x533585),_0x1b796e=()=>_0x685215[_0x63617a(0x54b)][_0x63617a(0x414)](),_0x3e00e9=()=>({'x':_0x1b796e()[_0x63617a(0x433)]/0x2,'y':_0x1b796e()['height']/0x2}),_0x58d4f4=_0x21da37=>_0x3bea8e['setZoomRatioAtViewportPoint'](_0x21da37,_0x3e00e9());return _0x5edd8e(_0x63617a(0x27f),{'className':_0x181de8('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',{'univer-hidden':_0x4f0339===_0x63617a(0x3b7),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x685215[_0x63617a(0x3e1)],'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x685215['fullscreen'],'-univer-top-[44px]':!_0x685215[_0x63617a(0x3e1)]}),'data-embed-floating-menu':_0x63617a(0x28f),'data-embed-id':_0x685215[_0x63617a(0x41e)],'data-embed-float-stage':_0x4f0339,'onPointerDown':_0xbf93e7=>_0xbf93e7[_0x63617a(0x534)](),'children':[_0x308f69(_0x63617a(0x248),{'title':_0x5d932f['t'](_0x63617a(0x303)),'children':_0x308f69(_0x6d1876,{'onClick':()=>{const _0x1c6046=_0x63617a;let _0x27d8f6=_0x1b796e();_0x4230ce['fitContent'](_0x30fd01==null?null:_0x30fd01,{'viewportSize':{'width':_0x27d8f6['width'],'height':_0x27d8f6[_0x1c6046(0x354)]},'padding':Math[_0x1c6046(0x5bd)](0x10,Math[_0x1c6046(0x510)](0x40,Math[_0x1c6046(0x510)](_0x27d8f6[_0x1c6046(0x433)],_0x27d8f6[_0x1c6046(0x354)])*0.08)),'zoom':_0xd1db93});},'children':_0x308f69(_0x2026e1,{})})}),_0x308f69(_0x63617a(0x248),{'title':_0x5d932f['t'](_0x63617a(0x5e1)),'children':_0x308f69(_0x6d1876,{'onClick':()=>_0x58d4f4(_0x3bad3b[_0x63617a(0x735)]-_0xd1db93[_0x63617a(0x26f)]),'children':_0x308f69(_0x264eb2,{})})}),_0x308f69(_0x63617a(0x248),{'title':_0x5d932f['t'](_0x63617a(0x613)),'children':_0x5edd8e(_0x6d1876,{'noIcon':!0x0,'onClick':()=>_0x58d4f4(0x1),'children':[Math[_0x63617a(0x4cd)](_0x3bad3b[_0x63617a(0x735)]*0x64),'%']})}),_0x308f69(_0x63617a(0x248),{'title':_0x5d932f['t'](_0x63617a(0x5a4)),'children':_0x308f69(_0x6d1876,{'onClick':()=>_0x58d4f4(_0x3bad3b['zoomRatio']+_0xd1db93[_0x63617a(0x26f)]),'children':_0x308f69(_0x59eada,{})})}),_0x308f69(_0x63617a(0x248),{'title':_0x5d932f['t'](_0x63617a(0x3af)),'children':_0x308f69(_0x6d1876,{'className':_0x63617a(0x302),'onClick':()=>void _0x43d157[_0x63617a(0x282)](_0x4c50df['id'],{'hostUnitId':_0x685215[_0x63617a(0x218)],'embedId':_0x685215[_0x63617a(0x41e)]}),'children':_0x308f69(_0x54bf4e,{})})})]});}function ef(_0x20ba99){const _0x438c59=_0x5a2f85;var _0x5e1b6a,_0x24a127;return _0x20ba99[_0x438c59(0x3e1)]?_0x438c59(0x229):((_0x5e1b6a=_0x20ba99[_0x438c59(0x242)])==null?void 0x0:_0x5e1b6a[_0x438c59(0x41e)])===_0x20ba99[_0x438c59(0x41e)]?(_0x24a127=_0x20ba99[_0x438c59(0x242)][_0x438c59(0x239)])==null?_0x438c59(0x610):_0x24a127:'inactive';}function tf(_0x33bcc3){_u(_0x33bcc3,'boards-ui.embed',nf);}function nf(_0xf8ea91){const _0x372155=_0x5a2f85;_0xf8ea91[_0x372155(0x2cc)](_0x472be8)||_0xf8ea91[_0x372155(0x5a7)]([_0x472be8,{'useFactory':()=>_0xf8ea91[_0x372155(0x43a)](Z)}]);let _0x44338c=_0xf8ea91[_0x372155(0x43a)](Io),_0x564353=_0xf8ea91[_0x372155(0x43a)](Po),_0x3ed7a6=_0xf8ea91[_0x372155(0x43a)](La),_0x22258c=_0xf8ea91['get'](Fo),_0x103ee2=_0xf8ea91[_0x372155(0x43a)](nc),_0x18f1c0=_0xf8ea91[_0x372155(0x43a)](dc),_0x102e5b=Kd();_0x44338c[_0x372155(0x43a)](_0x102e5b[_0x372155(0x323)],_0x102e5b[_0x372155(0x379)])||_0x44338c[_0x372155(0x5f2)](_0x102e5b);let _0xf44568=Jd();_0x564353[_0x372155(0x43a)](_0xf44568['childType'])||_0x564353[_0x372155(0x5f2)](_0xf44568);let _0x47bdfb=Gd();_0x3ed7a6[_0x372155(0x43a)](_0x47bdfb['childType'])||_0x3ed7a6['register'](_0x47bdfb),Zd()['forEach'](_0x138404=>{const _0x4ad074=_0x372155;_0x22258c[_0x4ad074(0x35d)](_0x138404[_0x4ad074(0x323)],_0x138404[_0x4ad074(0x379)],_0x138404['childType'])||_0x22258c[_0x4ad074(0x5f2)](_0x138404);}),_0x103ee2[_0x372155(0x200)](uu(_0xf8ea91,{'childType':_0x43e669['UNIVER_BOARD'],'renderManagerService':_0x521bc8})),_0x18f1c0[_0x372155(0x43a)](_0x43e669[_0x372155(0x4b1)])||_0x18f1c0['register'](qd()),_0xf8ea91['get'](_0x521bc8)[_0x372155(0x25f)](_0x43e669[_0x372155(0x4b1)],Wd);}const rf={'mode':_0x5a2f85(0x1f5),'target':_0x5a2f85(0x405),'paddingX':0x0,'minScale':0x0,'align':_0x5a2f85(0x28e)};function af(){const _0x2b6ba5=_0x5a2f85;return xu({'childType':_0x43e669[_0x2b6ba5(0x35a)],'productName':_0x2b6ba5(0x2b7)});}function of(){const _0x5bd14d=_0x5a2f85;return{'childType':_0x43e669[_0x5bd14d(0x35a)],'supportedLayouts':[_0x5bd14d(0x557),'doc-width-scale',_0x5bd14d(0x264)],'beforeDeactivate':sf,'mount':_0x2ef32a=>_0x2ef32a['renderScope'][_0x5bd14d(0x5e5)]===_0x5bd14d(0x700)?tu(_0x2ef32a,_0x521bc8,void 0x0,{'scopedInjector':cf(_0x2ef32a[_0x5bd14d(0x2d9)][_0x5bd14d(0x514)])}):tu(_0x2ef32a,_0x521bc8)};}function sf(_0x169f1f){const _0x469d8d=_0x5a2f85;var _0x43c3a8;let _0x4cfc9f=_0x169f1f['injector'][_0x469d8d(0x43a)](_0x521bc8)['getRenderById'](_0x169f1f[_0x469d8d(0x6be)]),_0x12d688=_0x4cfc9f==null?void 0x0:_0x4cfc9f[_0x469d8d(0x321)](_0x7f1bf3);_0x4cfc9f==null||(_0x43c3a8=_0x4cfc9f['with'](_0x2757b8))==null||_0x43c3a8[_0x469d8d(0x6e8)](),_0x12d688==null||_0x12d688[_0x469d8d(0x624)](),_0x12d688==null||_0x12d688[_0x469d8d(0x6ba)]();}function cf(_0x54a58a){return Ka(_0x54a58a,new Map([[_0xf2099c,_0x54bffb=>lf(_0x54bffb)]]));}function lf(_0x252bc7){const _0x2891e3=_0x5a2f85;return{..._0x252bc7,'fitToWidth':{..._0x252bc7==null?void 0x0:_0x252bc7[_0x2891e3(0x70c)],...rf}};}let uf=class extends _0x22b40f{constructor(_0x5c09ed,_0x497eac,_0x3bd58c,_0x549019,_0x5cc18e,_0x3078eb){const _0x1e921a=_0x5a2f85;super(),this[_0x1e921a(0x65a)]=_0x5c09ed,this[_0x1e921a(0x2bf)]=_0x497eac,this[_0x1e921a(0x55f)]=_0x3bd58c,this[_0x1e921a(0x47d)]=_0x549019,this['_embedModelService']=_0x5cc18e,this['_renderManagerService']=_0x3078eb,Y(this,_0x1e921a(0x20a),new Map()),Y(this,_0x1e921a(0x25e),new Map());let _0x4ef85c=_0x1119d6(()=>{const _0x4a0386=_0x1e921a;this[_0x4a0386(0x38a)]()||this[_0x4a0386(0x614)]();});this[_0x1e921a(0x6d0)](_0x4ef85c),this['disposeWithMe']({'dispose':()=>{const _0x31533d=_0x1e921a;this[_0x31533d(0x20a)][_0x31533d(0x5a9)](),this['_pendingChildUnits']['clear']();}});let _0xac6b53=this[_0x1e921a(0x2bf)]['getTypeOfUnitAdded$'](_0x43e669['UNIVER_SHEET'])[_0x1e921a(0x59e)](()=>{const _0x54f8b7=_0x1e921a;_0x4ef85c[_0x54f8b7(0x6e3)]();}),_0x566a4e=this[_0x1e921a(0x2bf)][_0x1e921a(0x43b)](_0x43e669[_0x1e921a(0x5ff)])[_0x1e921a(0x59e)](()=>{_0x4ef85c['schedule']();});this[_0x1e921a(0x6d0)](_0x5a3ed7(()=>_0xac6b53['unsubscribe']())),this[_0x1e921a(0x6d0)](_0x5a3ed7(()=>_0x566a4e['unsubscribe']()));let _0x556b28=_0xbd11e5((_0x269120,_0x387f88,_0x37666d)=>{const _0x4d9e36=_0x1e921a;var _0x2172f6,_0x5e73a3,_0xcaf337,_0x3ecb6c;if(_0x269120!==this[_0x4d9e36(0x65a)][_0x4d9e36(0x65d)])return null;let _0x346a59=this['_getHostSnapshot']();if(!_0x346a59)return null;let _0xbc07c=(_0x2172f6=_0x346a59[_0x4d9e36(0x34d)])==null?void 0x0:_0x2172f6[_0x387f88],_0x1af605=_0xbc07c==null?void 0x0:_0xbc07c[_0x4d9e36(0x40e)],_0x2fc82e=_0x1af605==null?void 0x0:_0x1af605[_0x4d9e36(0x734)];if(_0x2fc82e!==_0x43e669['UNIVER_SHEET']&&_0x2fc82e!==_0x43e669[_0x4d9e36(0x5ff)])return null;let _0x3ec884=this[_0x4d9e36(0x3a0)](),_0x3cd158=this[_0x4d9e36(0x48b)](_0x1af605,_0x2fc82e),_0x3ebe93=_0x3cd158?this[_0x4d9e36(0x5ea)](_0x3cd158,_0x2fc82e,_0x4ef85c[_0x4d9e36(0x6e3)]):void 0x0,_0x5368e8=_0x3cd158&&_0x3ebe93!=null?this[_0x4d9e36(0x47d)][_0x4d9e36(0x39a)]({'childType':_0x2fc82e,'childUnit':_0x3ebe93,'childUnitId':_0x3cd158,'viewportWidth':_0x37666d[_0x4d9e36(0x32d)]}):void 0x0,_0x191b86=_0x2391c1(_0x2fc82e),_0x5287bb=ff(_0x37666d['fallbackHeight'],_0x191b86[_0x4d9e36(0x354)]),_0x2a2c82=ff(_0x37666d[_0x4d9e36(0x32d)],_0x191b86[_0x4d9e36(0x433)]),_0x534b80=_0x42143f({'childType':_0x2fc82e,'contentHeight':(_0x5e73a3=_0x5368e8==null?void 0x0:_0x5368e8[_0x4d9e36(0x354)])==null?_0x5287bb:_0x5e73a3,'contentWidth':_0x5368e8==null?void 0x0:_0x5368e8[_0x4d9e36(0x433)],'docsLeft':this[_0x4d9e36(0x635)](),'documentFlavor':(_0xcaf337=_0x346a59[_0x4d9e36(0x521)])==null?void 0x0:_0xcaf337[_0x4d9e36(0x227)],'fallbackHeight':_0x5287bb,'fallbackWidth':_0x2a2c82,'pageMarginLeft':_0x37666d[_0x4d9e36(0x4c8)],'pageMarginRight':_0x37666d[_0x4d9e36(0x490)],'pageWidth':_0x37666d[_0x4d9e36(0x4b0)],'scale':this['_context'][_0x4d9e36(0x4b4)][_0x4d9e36(0x2d8)]()['scaleX']||0x1,'visibleCanvasHeight':_0x3ec884==null?void 0x0:_0x3ec884['height'],'visibleCanvasLeft':_0x3ec884==null?void 0x0:_0x3ec884['left'],'visibleCanvasWidth':_0x3ec884==null?void 0x0:_0x3ec884['width']});return{..._0x534b80,'height':Nl({'contentHeight':(_0x3ecb6c=_0x534b80[_0x4d9e36(0x66f)])==null?_0x534b80['height']:_0x3ecb6c,'tableLike':!0x0})};});this[_0x1e921a(0x6d0)]({'dispose':_0x556b28}),this['disposeWithMe'](this[_0x1e921a(0x55f)]['onCommandExecuted'](_0x4850d7=>{const _0x36a037=_0x1e921a;if(_0x4850d7['id']===_0x27df5e['id'])return;let _0x3d861b=this[_0x36a037(0x669)]();_0x3d861b&&_0xf6918f({'childUnitIds':_0x236614(_0x3d861b['drawings'],_0xc706bc=>this['_resolveChildUnitId'](_0xc706bc)),'commandId':_0x4850d7['id'],'commandParams':_0x4850d7[_0x36a037(0x26c)],'hostUnitId':this['_context'][_0x36a037(0x65d)]})&&_0x4ef85c[_0x36a037(0x6e3)]();}));}[_0x5a2f85(0x4db)](){const _0x1969bc=_0x5a2f85;var _0x26ee20;if(!this[_0x1969bc(0x465)])return(_0x26ee20=this[_0x1969bc(0x65a)][_0x1969bc(0x642)])==null?void 0x0:_0x26ee20;}[_0x5a2f85(0x669)](){const _0x3bebc8=_0x5a2f85;var _0x29b30e;return(_0x29b30e=this[_0x3bebc8(0x4db)]())==null?void 0x0:_0x29b30e[_0x3bebc8(0x270)]();}[_0x5a2f85(0x38a)](){const _0x3f9034=_0x5a2f85;let _0xfe764a=this[_0x3f9034(0x3fc)]['getRenderById'](this[_0x3f9034(0x65a)][_0x3f9034(0x65d)]);try{var _0x3c46c1;let _0x2d29d4=_0xfe764a==null||(_0x3c46c1=_0xfe764a['with'])==null?void 0x0:_0x3c46c1[_0x3f9034(0x697)](_0xfe764a,_0x403e5a);return _0x2d29d4?(_0x2d29d4[_0x3f9034(0x392)](this['_context']['unitId']),!0x0):!0x1;}catch{return!0x1;}}[_0x5a2f85(0x614)](){const _0x5a4cfa=_0x5a2f85;let _0x550d89=this[_0x5a4cfa(0x4db)](),_0x5ec3df=_0x550d89==null?void 0x0:_0x550d89[_0x5a4cfa(0x735)];typeof _0x5ec3df==_0x5a4cfa(0x402)&&this['_commandService'][_0x5a4cfa(0x59b)](_0x27df5e['id'],{'unitId':this[_0x5a4cfa(0x65a)][_0x5a4cfa(0x65d)],'zoomRatio':_0x5ec3df});}[_0x5a2f85(0x48b)](_0x39d5c2,_0x17c004){const _0x4395ed=_0x5a2f85;if(!_0x39d5c2||typeof _0x39d5c2!=_0x4395ed(0x4d6))return;let _0x2f9803=_0x39d5c2,_0x337a04=typeof _0x2f9803[_0x4395ed(0x734)]==_0x4395ed(0x402)?_0x2f9803['childType']:_0x17c004;if(_0x337a04!==_0x43e669['UNIVER_SHEET']&&_0x337a04!==_0x43e669[_0x4395ed(0x5ff)])return;if(typeof _0x2f9803[_0x4395ed(0x6be)]==_0x4395ed(0x682))return _0x2f9803['childUnitId'];if(typeof _0x2f9803[_0x4395ed(0x41e)]!=_0x4395ed(0x682))return;let _0x11d51c=typeof _0x2f9803[_0x4395ed(0x218)]=='string'?_0x2f9803[_0x4395ed(0x218)]:this[_0x4395ed(0x65a)][_0x4395ed(0x65d)],_0x17bb82=this['_embedModelService'][_0x4395ed(0x46c)](_0x11d51c,_0x2f9803[_0x4395ed(0x41e)]);if((_0x17bb82==null?void 0x0:_0x17bb82[_0x4395ed(0x734)])===_0x337a04){if(typeof _0x17bb82[_0x4395ed(0x6be)]==_0x4395ed(0x682))return _0x17bb82[_0x4395ed(0x6be)];try{return _0x286f44(_0x17bb82['source'][_0x4395ed(0x5c4)]);}catch{return;}}}[_0x5a2f85(0x5ea)](_0x15ee5f,_0x44834c,_0x21ee73){const _0xde13a8=_0x5a2f85;let _0x584b37=_0x44834c+':'+_0x15ee5f;if(this[_0xde13a8(0x20a)][_0xde13a8(0x2cc)](_0x584b37))return this[_0xde13a8(0x20a)][_0xde13a8(0x43a)](_0x584b37);let _0x12a961=this[_0xde13a8(0x2bf)][_0xde13a8(0x6f0)](_0x15ee5f,_0x44834c);if(_0x12a961!=null){if(!df(_0x12a961))return this[_0xde13a8(0x20a)][_0xde13a8(0x5a2)](_0x584b37,_0x12a961),_0x12a961;if(!this[_0xde13a8(0x25e)][_0xde13a8(0x2cc)](_0x584b37)){let _0x45c6dc=Promise['resolve'](_0x12a961)[_0xde13a8(0x518)](_0x59fead=>(this[_0xde13a8(0x25e)][_0xde13a8(0x3b3)](_0x584b37),this['_resolvedChildUnits'][_0xde13a8(0x5a2)](_0x584b37,_0x59fead),this['_disposed']||_0x21ee73(),_0x59fead),()=>{const _0x1ba67a=_0xde13a8;this[_0x1ba67a(0x25e)][_0x1ba67a(0x3b3)](_0x584b37);});this[_0xde13a8(0x25e)]['set'](_0x584b37,_0x45c6dc);}}}[_0x5a2f85(0x635)](){const _0x63cdf=_0x5a2f85;var _0x4c6430,_0xb0cf80,_0x2ca9ab;return(_0x4c6430=(_0xb0cf80=this[_0x63cdf(0x65a)][_0x63cdf(0x724)])==null||(_0x2ca9ab=_0xb0cf80[_0x63cdf(0x4ea)])==null||(_0x2ca9ab=_0x2ca9ab[_0x63cdf(0x697)](_0xb0cf80))==null?void 0x0:_0x2ca9ab['docsLeft'])==null?0x0:_0x4c6430;}[_0x5a2f85(0x3a0)](){const _0x164e99=_0x5a2f85;var _0x3d8c5b,_0x1be38c,_0x13c091,_0x53b921,_0x5c62b1,_0x508237,_0x5e36c4,_0x1cabb5,_0x52a241,_0x1c3e9a,_0x303dfb;let _0x406f38=this[_0x164e99(0x65a)][_0x164e99(0x4b4)]['getAncestorScale']()['scaleX']||0x1,_0xac317=this[_0x164e99(0x65a)]['scene'][_0x164e99(0x2d8)]()[_0x164e99(0x693)]||0x1,_0x4df9f4=(_0x3d8c5b=(_0x1be38c=this[_0x164e99(0x65a)][_0x164e99(0x4b4)][_0x164e99(0x2f4)](_0x69e376[_0x164e99(0x365)]))==null?void 0x0:_0x1be38c[_0x164e99(0x23a)])==null?0x0:_0x3d8c5b,_0x63ac28=(_0x13c091=(_0x53b921=this[_0x164e99(0x65a)][_0x164e99(0x6a5)])[_0x164e99(0x56e)])==null||(_0x13c091=_0x13c091[_0x164e99(0x697)](_0x53b921))==null||(_0x5c62b1=_0x13c091[_0x164e99(0x414)])==null?void 0x0:_0x5c62b1['call'](_0x13c091),_0x57f2ed=_0x63ac28==null?void 0x0:_0x63ac28[_0x164e99(0x433)],_0x5556e6=_0x63ac28==null?void 0x0:_0x63ac28[_0x164e99(0x354)],_0x57abb1=(_0x508237=(_0x5e36c4=this['_context']['mainComponent'])==null?void 0x0:_0x5e36c4[_0x164e99(0x433)])==null?this[_0x164e99(0x65a)][_0x164e99(0x4b4)]['width']:_0x508237,_0x28baf6=((_0x1cabb5=_0x57f2ed==null?_0x57abb1:_0x57f2ed)==null?0x0:_0x1cabb5)/_0x406f38,_0xe18df3=(_0x52a241=(_0x1c3e9a=this[_0x164e99(0x65a)][_0x164e99(0x724)])==null?void 0x0:_0x1c3e9a['height'])==null?this[_0x164e99(0x65a)][_0x164e99(0x4b4)][_0x164e99(0x354)]:_0x52a241,_0x5597c7=((_0x303dfb=_0x5556e6==null?_0xe18df3:_0x5556e6)==null?0x0:_0x303dfb)/_0xac317;return!_0x28baf6||!Number['isFinite'](_0x28baf6)||_0x28baf6<=0x0||!_0x5597c7||!Number[_0x164e99(0x3e5)](_0x5597c7)||_0x5597c7<=0x0?null:{'height':_0x5597c7,'left':_0x4df9f4,'width':_0x28baf6};}};uf=Bo([$(0x1,_0x40a9b9(_0x327678)),$(0x2,_0x40a9b9(_0x2942d2)),$(0x3,_0x40a9b9(eu)),$(0x4,_0x40a9b9(_0x3f8958)),$(0x5,_0x521bc8)],uf);function df(_0x5e0175){const _0x4daeea=_0x5a2f85;return!!_0x5e0175&&typeof _0x5e0175['then']==_0x4daeea(0x733);}function ff(_0x248b6f,_0x35855b){const _0x3fedae=_0x5a2f85;return typeof _0x248b6f==_0x3fedae(0x402)&&Number[_0x3fedae(0x3e5)](_0x248b6f)&&_0x248b6f>0x1?_0x248b6f:_0x35855b;}function pf(_0x21424c,_0x4573d4,_0x55babd){const _0x2df9a8=_0x5a2f85;return{..._0xde3f38(_0x21424c,_0x4573d4),'afterCreateAnchor':_0x3a6399=>hf(_0x55babd,_0x3a6399[_0x2df9a8(0x218)]),'afterRemoveAnchor':_0x3aba7a=>hf(_0x55babd,_0x3aba7a[_0x2df9a8(0x218)])};}function mf(){const _0x273588=_0x5a2f85;return{'hostType':_0x43e669[_0x273588(0x35a)],'entry':_0x273588(0x210),'layout':'docs-sticky-sheet','supportedLayouts':[_0x273588(0x60e),_0x273588(0x541),_0x273588(0x5f6),_0x273588(0x264),'content-bounds-fit'],'menuBehavior':_0x273588(0x2d1)};}function hf(_0x20ab3f,_0x41002a){const _0xe8c7ab=_0x5a2f85;var _0x17d569,_0x52fb33,_0x21485b,_0x61089d;if(!_0x20ab3f)return;let _0x1eb155=_0x20ab3f[_0xe8c7ab(0x6bb)](_0x41002a);if(_0x1eb155){for(let _0x6a689e of _0x1eb155['components'][_0xe8c7ab(0x6c8)]()){var _0x15afe1;(_0x15afe1=_0x6a689e[_0xe8c7ab(0x2a1)])==null||_0x15afe1[_0xe8c7ab(0x697)](_0x6a689e);}(_0x17d569=_0x1eb155[_0xe8c7ab(0x6a5)])==null||_0x17d569['resize'](),(_0x52fb33=_0x1eb155['scene'])==null||_0x52fb33[_0xe8c7ab(0x2a1)](),(_0x21485b=_0x1eb155[_0xe8c7ab(0x321)])==null||(_0x21485b=_0x21485b[_0xe8c7ab(0x697)](_0x1eb155,_0x4a6a0b))==null||(_0x61089d=_0x21485b[_0xe8c7ab(0x4ce)])==null||_0x61089d[_0xe8c7ab(0x697)](_0x21485b);}}function gf(_0x1ab5de){return{'childType':_0x43e669['UNIVER_DOC'],'handleWheel':_0x2e5b5f=>{const _0x28dd80=_0x4aa9;let _0x42a822=_0x1ab5de[_0x28dd80(0x2cc)](fc)?_0x1ab5de[_0x28dd80(0x43a)](fc):void 0x0;if((_0x42a822==null?void 0x0:_0x42a822[_0x28dd80(0x6ab)](_0x2e5b5f))===!0x0)return!0x0;if(!_0x1ab5de[_0x28dd80(0x2cc)](_0x521bc8))return!0x1;let _0x4eecc6=_0x1ab5de[_0x28dd80(0x43a)](_0x521bc8)[_0x28dd80(0x6bb)](_0x2e5b5f[_0x28dd80(0x6be)]),_0x4e4225=_0x4eecc6==null?void 0x0:_0x4eecc6[_0x28dd80(0x4b4)];return jl(_0x2e5b5f,_0x4e4225==null?void 0x0:_0x4e4225[_0x28dd80(0x2f4)](_0x69e376['VIEW_MAIN']),_0x4e4225);}};}function _f(){const _0x3e9f9c=_0x5a2f85;return dd({'childType':_0x43e669[_0x3e9f9c(0x35a)],'mount':vf});}function vf(_0x532413){const _0x3cfbd7=_0x5a2f85;let _0x2d1759=ud(_0x532413),_0xb4dfe9=document[_0x3cfbd7(0x53a)](_0x3cfbd7(0x27f));_0xb4dfe9['setAttribute'](_0x3cfbd7(0x36e),_0x532413[_0x3cfbd7(0x72d)][_0x3cfbd7(0x379)]),_0x2d1759['appendChild'](_0xb4dfe9);let _0xdd2f0f=rs(_0xb4dfe9);return _0xdd2f0f[_0x3cfbd7(0x705)](_0x459959(Jo,{'injector':_0x532413[_0x3cfbd7(0x2d9)][_0x3cfbd7(0x514)],'mountContainer':_0x2d1759,'embedId':_0x532413['embedId']},_0x459959(yf,{'hostUnitId':_0x532413[_0x3cfbd7(0x218)],'embedId':_0x532413['embedId'],'entry':_0x532413[_0x3cfbd7(0x72d)][_0x3cfbd7(0x379)],'fullscreen':!!_0x532413[_0x3cfbd7(0x5af)]['fullscreen'],'usesDomFloatingStage':_0x532413[_0x3cfbd7(0x72d)][_0x3cfbd7(0x379)]!=='slides-floating-object','renderScopeActive$':_0x532413['renderScope'][_0x3cfbd7(0x6d3)]}))),_0x5a3ed7(()=>{const _0x4e6f24=_0x3cfbd7;is(_0xdd2f0f),globalThis[_0x4e6f24(0x42b)](()=>_0xb4dfe9[_0x4e6f24(0x6e6)](),0x0);});}function yf(_0xfe573a){const _0x279232=_0x5a2f85;let {hostUnitId:_0x52f0bd,embedId:_0x4d3760,entry:_0x19aeeb,fullscreen:_0x3d3cf1,usesDomFloatingStage:_0x35fbda,renderScopeActive$:_0x2418cb}=_0xfe573a,_0x21333e=_0x471436(()=>_0x2418cb,!0x1,!0x1,[_0x2418cb]),_0x1fb4ac=_0x537911(_0x2942d2),_0x2b2e20=_0x537911(Ra),_0x2a3ab4=ec({'embedId':_0x4d3760,'active':_0x471436(()=>_0x2b2e20[_0x279232(0x6d3)],_0x2b2e20['getActive'](),!0x1,[_0x2b2e20]),'fullscreen':_0x3d3cf1,'usesDomFloatingStage':_0x35fbda,'renderScopeActive':_0x21333e});return _0x308f69(_0x279232(0x27f),{'className':_0x181de8('univer-docs-embed-floating-menu\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',{'univer-hidden':_0x2a3ab4!==_0x279232(0x229),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3d3cf1,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x3d3cf1,'-univer-top-9':!_0x3d3cf1&&_0x19aeeb!==_0x279232(0x210),'-univer-top-[52px]':!_0x3d3cf1&&_0x19aeeb===_0x279232(0x210)}),'data-embed-floating-menu':_0x279232(0x28f),'data-embed-id':_0x4d3760,'data-embed-float-stage':_0x2a3ab4,'onPointerDown':_0x20f865=>_0x20f865[_0x279232(0x534)](),'children':_0x308f69(_0x4178fc,{'type':_0x279232(0x6cf),'size':'small','variant':_0x279232(0x578),'className':_0x279232(0x24b),'onClick':()=>{const _0x47a274=_0x279232;_0x1fb4ac[_0x47a274(0x282)](_0x4c50df['id'],{'hostUnitId':_0x52f0bd,'embedId':_0x4d3760});},'children':_0x308f69(_0x54bf4e,{})})});}function bf(_0x26a278){const _0x5676c7=_0x5a2f85;_u(_0x26a278,_0x5676c7(0x472),xf);}function xf(_0x1ab9fe){const _0xc04d49=_0x5a2f85;let _0x1f820d=_0x1ab9fe[_0xc04d49(0x43a)](_0x444250),_0x19d6ba=_0x1ab9fe['get'](Io),_0x3eacad=_0x1ab9fe[_0xc04d49(0x43a)](Po),_0x20b5be=_0x1ab9fe['get'](La),_0xbf4c0b=_0x1ab9fe[_0xc04d49(0x43a)](Fo),_0x2a90b9=_0x1ab9fe[_0xc04d49(0x43a)](nc),_0x2c5466=_0x1ab9fe[_0xc04d49(0x43a)](dc),_0x2dfdb0=_0x1ab9fe[_0xc04d49(0x2cc)](_0x159f7c)?_0x1ab9fe[_0xc04d49(0x43a)](_0x159f7c):void 0x0,_0x159272=_0x1ab9fe['has'](_0x327678)?_0x1ab9fe[_0xc04d49(0x43a)](_0x327678):void 0x0,_0x5e564b=_0x1ab9fe[_0xc04d49(0x2cc)](_0x521bc8)?_0x1ab9fe[_0xc04d49(0x43a)](_0x521bc8):void 0x0;_0x5e564b==null||_0x5e564b[_0xc04d49(0x25f)](_0x43e669[_0xc04d49(0x35a)],[uf]);let _0x2668ba=pf(_0x2dfdb0,_0x159272,_0x5e564b);_0x1f820d[_0xc04d49(0x43a)](_0x2668ba[_0xc04d49(0x323)],_0x2668ba[_0xc04d49(0x379)])||_0x1f820d[_0xc04d49(0x5f2)](_0x2668ba);let _0x69ee3a=mf();_0x19d6ba[_0xc04d49(0x43a)](_0x69ee3a[_0xc04d49(0x323)],_0x69ee3a['entry'])||_0x19d6ba[_0xc04d49(0x5f2)](_0x69ee3a);let _0x2794ec=of();_0x3eacad['get'](_0x2794ec[_0xc04d49(0x734)])||_0x3eacad[_0xc04d49(0x5f2)](_0x2794ec);let _0x580772=af();_0x20b5be[_0xc04d49(0x43a)](_0x580772[_0xc04d49(0x734)])||_0x20b5be[_0xc04d49(0x5f2)](_0x580772),_f()[_0xc04d49(0x2b8)](_0x4e7a4f=>{const _0x3ff9fc=_0xc04d49;_0xbf4c0b[_0x3ff9fc(0x35d)](_0x4e7a4f[_0x3ff9fc(0x323)],_0x4e7a4f[_0x3ff9fc(0x379)],_0x4e7a4f['childType'])||_0xbf4c0b[_0x3ff9fc(0x5f2)](_0x4e7a4f);}),_0x2a90b9[_0xc04d49(0x200)](uu(_0x1ab9fe,{'childType':_0x43e669['UNIVER_DOC'],'renderManagerService':_0x521bc8})),_0x2c5466[_0xc04d49(0x43a)](_0x43e669[_0xc04d49(0x35a)])||_0x2c5466['register'](gf(_0x1ab9fe));}function Sf(){const _0x18ca89=_0x5a2f85;return{'childType':_0x43e669[_0x18ca89(0x49e)],'measureContentSize':_0x1fce59=>{const _0x2afe56=_0x18ca89;let _0x252e3e=Cf(_0x1fce59[_0x2afe56(0x48d)]),_0x24684c=wf(_0x1fce59[_0x2afe56(0x48d)]);return _0x252e3e==null&&_0x24684c==null?void 0x0:{'height':_0x252e3e,'width':_0x24684c};}};}function Cf(_0x2f71e6){const _0x5b72aa=_0x5a2f85;var _0x1d06ef,_0x197221,_0x27225c;let _0x3ed909=_0x2f71e6,_0x2fabe7=_0x3ed909==null||(_0x1d06ef=_0x3ed909[_0x5b72aa(0x2ae)])==null?void 0x0:_0x1d06ef[_0x5b72aa(0x697)](_0x3ed909,!0x0);if(!_0x2fabe7)return;let _0x1caf17=Tf(_0x2fabe7);if(!Number[_0x5b72aa(0x3e5)](_0x1caf17)||_0x1caf17==null||_0x1caf17<0x0)return;let _0x1c908d=(_0x197221=_0x2fabe7[_0x5b72aa(0x4d5)])==null||(_0x197221=_0x197221[_0x5b72aa(0x697)](_0x2fabe7))==null?void 0x0:_0x197221[_0x5b72aa(0x650)],_0x39d5e9=Af((_0x27225c=_0x2fabe7[_0x5b72aa(0x4d5)])==null||(_0x27225c=_0x27225c[_0x5b72aa(0x697)](_0x2fabe7))==null?void 0x0:_0x27225c['defaultRowHeight'],_0x20974e),_0x2f3a90=_0x1c908d!=null&&_0x1c908d[_0x5b72aa(0x37f)]?0x0:Af(_0x1c908d==null?void 0x0:_0x1c908d[_0x5b72aa(0x354)],0x18),_0x6d6880=0x0;for(let _0x43c75a=0x0;_0x43c75a<_0x1caf17;_0x43c75a++){var _0x521712,_0x34f5cc;((_0x521712=_0x2fabe7['getRowVisible'])==null?void 0x0:_0x521712[_0x5b72aa(0x697)](_0x2fabe7,_0x43c75a))!==!0x1&&(_0x6d6880+=jf((_0x34f5cc=_0x2fabe7[_0x5b72aa(0x49d)])==null?void 0x0:_0x34f5cc[_0x5b72aa(0x697)](_0x2fabe7,_0x43c75a),_0x39d5e9));}return _0x2f3a90+_0x6d6880;}function wf(_0x15b372){const _0x581d61=_0x5a2f85;var _0x4a96ac,_0x3fb8b6,_0x155531;let _0x38c147=_0x15b372,_0x1b66c9=_0x38c147==null||(_0x4a96ac=_0x38c147[_0x581d61(0x2ae)])==null?void 0x0:_0x4a96ac[_0x581d61(0x697)](_0x38c147,!0x0);if(!_0x1b66c9)return;let _0xfe7593=Ef(_0x1b66c9);if(!Number[_0x581d61(0x3e5)](_0xfe7593)||_0xfe7593==null||_0xfe7593<0x0)return;let _0x1147d4=(_0x3fb8b6=_0x1b66c9[_0x581d61(0x4d5)])==null||(_0x3fb8b6=_0x3fb8b6[_0x581d61(0x697)](_0x1b66c9))==null?void 0x0:_0x3fb8b6[_0x581d61(0x6f8)],_0x315320=Af((_0x155531=_0x1b66c9[_0x581d61(0x4d5)])==null||(_0x155531=_0x155531[_0x581d61(0x697)](_0x1b66c9))==null?void 0x0:_0x155531[_0x581d61(0x32c)],_0x49ed8f),_0x264ad2=_0x1147d4!=null&&_0x1147d4['hidden']?0x0:Af(_0x1147d4==null?void 0x0:_0x1147d4[_0x581d61(0x433)],_0x49af58),_0x5ca98c=0x0;for(let _0x39d963=0x0;_0x39d963<_0xfe7593;_0x39d963++){var _0x36a702,_0x3261f5;((_0x36a702=_0x1b66c9[_0x581d61(0x583)])==null?void 0x0:_0x36a702['call'](_0x1b66c9,_0x39d963))!==!0x1&&(_0x5ca98c+=Af((_0x3261f5=_0x1b66c9[_0x581d61(0x278)])==null?void 0x0:_0x3261f5[_0x581d61(0x697)](_0x1b66c9,_0x39d963),_0x315320));}return _0x264ad2+_0x5ca98c;}function Tf(_0x3710f0){const _0x1f7dc4=_0x5a2f85;var _0x12b1b3;return Of((_0x12b1b3=_0x3710f0[_0x1f7dc4(0x428)])==null?void 0x0:_0x12b1b3[_0x1f7dc4(0x697)](_0x3710f0));}function Ef(_0x1cdda4){const _0x17515f=_0x5a2f85;var _0x825083,_0x2f91c7,_0x58dfde;let _0x4109d8=(_0x825083=_0x1cdda4[_0x17515f(0x38b)])==null?void 0x0:_0x825083['call'](_0x1cdda4),_0x3cad89=_0x4109d8==null||(_0x2f91c7=_0x4109d8[_0x17515f(0x6df)])==null?void 0x0:_0x2f91c7[_0x17515f(0x697)](_0x4109d8);return Df(_0x4109d8,_0x3cad89,_0x3cad89==null?void 0x0:_0x3cad89[_0x17515f(0x3f1)],(_0x58dfde=_0x1cdda4[_0x17515f(0x602)])==null?void 0x0:_0x58dfde[_0x17515f(0x697)](_0x1cdda4));}function Df(_0x332a1a,_0x56d392,_0x950730,_0x3035b1){const _0x2b95f5=_0x5a2f85;if(_0x332a1a==null)return Of(_0x3035b1);if(!kf(_0x56d392)||typeof _0x950730!=_0x2b95f5(0x402)||!Number[_0x2b95f5(0x3e5)](_0x950730)||_0x950730<0x0)return;let _0x2a2eff=Math[_0x2b95f5(0x658)](_0x950730)+0x1,_0x52e582=Of(_0x3035b1);return _0x52e582==null?_0x2a2eff:Math[_0x2b95f5(0x510)](_0x2a2eff,_0x52e582);}function Of(_0x29a57b){const _0xf7c5a5=_0x5a2f85;return typeof _0x29a57b==_0xf7c5a5(0x402)&&Number[_0xf7c5a5(0x3e5)](_0x29a57b)&&_0x29a57b>=0x0?Math['floor'](_0x29a57b):void 0x0;}function kf(_0x46b245){const _0x4ed8b4=_0x5a2f85;return typeof(_0x46b245==null?void 0x0:_0x46b245[_0x4ed8b4(0x34c)])==_0x4ed8b4(0x402)&&Number[_0x4ed8b4(0x3e5)](_0x46b245[_0x4ed8b4(0x34c)])&&_0x46b245[_0x4ed8b4(0x34c)]>=0x0&&typeof _0x46b245[_0x4ed8b4(0x3f1)]==_0x4ed8b4(0x402)&&Number[_0x4ed8b4(0x3e5)](_0x46b245[_0x4ed8b4(0x3f1)])&&_0x46b245['endColumn']>=0x0;}function Af(_0x3d0531,_0x33a3f5){const _0xa01bb3=_0x5a2f85;return typeof _0x3d0531==_0xa01bb3(0x402)&&Number['isFinite'](_0x3d0531)&&_0x3d0531>0x0?_0x3d0531:_0x33a3f5;}function jf(_0x50f006,_0x4020e7){const _0x38a625=_0x5a2f85;return typeof _0x50f006==_0x38a625(0x402)&&Number['isFinite'](_0x50f006)&&_0x50f006>=0x0?_0x50f006:_0x4020e7;}function Mf(){const _0x51bf49=_0x5a2f85;return{'hostType':_0x43e669[_0x51bf49(0x49e)],'entry':'sheets-floating-object','layout':_0x51bf49(0x4d1),'supportedLayouts':[_0x51bf49(0x4d1),'aspect-fit','scroll-contained',_0x51bf49(0x407)],'menuBehavior':_0x51bf49(0x2d1)};}function Nf(){const _0x9ce1=_0x5a2f85;return{'hostType':_0x43e669['UNIVER_SHEET'],'entry':_0x9ce1(0x66a),'layout':_0x9ce1(0x557),'supportedLayouts':[_0x9ce1(0x557)],'menuBehavior':'host-override','mount':_0x10dba5=>{const _0x4c2105=_0x9ce1;let _0x387c02=Pf(_0x4c2105(0x39e),_0x10dba5['descriptor']['hostAnchorId']);return _0x387c02?{'hostElement':_0x387c02}:{};}};}function Pf(_0x5c49c0,_0xa4f982){return document['querySelector']('['+_0x5c49c0+'=\x22'+Ff(_0xa4f982)+'\x22]');}function Ff(_0x1a891c){const _0x3476c0=_0x5a2f85;return _0x1a891c[_0x3476c0(0x637)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function If(_0x1b5fd9){const _0x2ea929=_0x5a2f85;return{'childType':_0x43e669[_0x2ea929(0x49e)],'handleWheel':_0x34a5d3=>{const _0x4b1fec=_0x2ea929;var _0x534e5b,_0x5e54aa;if(_0x34a5d3[_0x4b1fec(0x65f)]!==_0x4b1fec(0x6a2)&&tc(_0x34a5d3[_0x4b1fec(0x22a)],_0x34a5d3['event']))return!0x1;let _0x2464ec=(_0x534e5b=(_0x5e54aa=_0x34a5d3[_0x4b1fec(0x2d9)])==null?void 0x0:_0x5e54aa[_0x4b1fec(0x514)])==null?_0x1b5fd9:_0x534e5b,_0x2108bd=_0x2464ec['has'](_0x521bc8)?_0x2464ec[_0x4b1fec(0x43a)](_0x521bc8):_0x1b5fd9[_0x4b1fec(0x2cc)](_0x521bc8)?_0x1b5fd9[_0x4b1fec(0x43a)](_0x521bc8):void 0x0;if(!_0x2108bd)return!0x1;let _0x4c5ca4=_0x2108bd['getRenderById'](_0x34a5d3[_0x4b1fec(0x6be)]),_0x412b7f=_0x4c5ca4==null?void 0x0:_0x4c5ca4[_0x4b1fec(0x4b4)];return jl(_0x34a5d3,_0x412b7f==null?void 0x0:_0x412b7f[_0x4b1fec(0x2f4)](_0x3b04c5[_0x4b1fec(0x365)]),_0x412b7f);}};}function Lf(_0x5b1dce){const _0x141e4d=_0x5a2f85;let _0x246f22=[];return[[_0x141e4d(0x5db),_0x3fb7c9,0x0],[_0x141e4d(0x36b),_0x45cf03,0x64],[_0x141e4d(0x276),_0x5ed61c,0x64],['conditional-formatting',_0x21e7a1,0x64],['data-validation',_0x57fe46,0x64],[_0x141e4d(0x628),_0x13b743,0x64],['drawing',_0x4b6f69,0x64],[_0x141e4d(0x65b),_0x501d32,0x64],[_0x141e4d(0x20c),_0x1b1319,0x64],[_0x141e4d(0x64e),_0x37f2c9,0x64],['table',_0x1f652c,0x64],[_0x141e4d(0x4fd),_0xa58953,0x64],[_0x141e4d(0x271),_0x4bb19d,0x64],['pivot-table',_0x45e12d,0x64],[_0x141e4d(0x68f),_0x9c5d4c,0x64],[_0x141e4d(0x2a3),_0xd8fd96,0x64],[_0x141e4d(0x473),_0x26c056,0x64]][_0x141e4d(0x2b8)](([_0x5efaa7,_0x4bd393,_0x9f3d37])=>{const _0x47f015=_0x141e4d;let _0x23f64c=ws(_0x5b1dce,{'id':'embed.sheets.'+_0x5efaa7,'childType':_0x43e669[_0x47f015(0x49e)],'surface':'ribbon','order':_0x9f3d37,'menuSchema':_0x4bd393});_0x23f64c&&_0x246f22['push'](_0x23f64c);}),_0x5a3ed7(()=>_0x246f22[_0x141e4d(0x2b8)](_0x5a5e4e=>_0x5a5e4e[_0x141e4d(0x50e)]()));}function Rf(){const _0x58f727=_0x5a2f85;return xu({'childType':_0x43e669[_0x58f727(0x49e)],'productName':'Sheets'});}function zf(){const _0x2064a5=_0x5a2f85;return{'childType':_0x43e669['UNIVER_SHEET'],'supportedLayouts':[_0x2064a5(0x557),_0x2064a5(0x60e),_0x2064a5(0x264)],'beforeDeactivate':Bf,'mount':_0x1395cb=>{const _0x642d9a=_0x2064a5;var _0x1f3455,_0x263265,_0x3ac434,_0xd93da6,_0x27c764,_0x37cdb5,_0x56c7e8;let _0xa622a8=_0x1395cb['runtimeScope'][_0x642d9a(0x514)],_0x5e5d63=(_0x1f3455=(_0x263265=(_0x3ac434=_0x1395cb[_0x642d9a(0x2d9)][_0x642d9a(0x333)][_0x642d9a(0x2b9)])==null?_0x1395cb[_0x642d9a(0x5af)]['canvasRoot']:_0x3ac434)==null?_0x1395cb['renderScope'][_0x642d9a(0x5b4)]:_0x263265)==null?_0x1395cb[_0x642d9a(0x5af)][_0x642d9a(0x56f)]:_0x1f3455,_0x9320da=(_0xd93da6=(_0x27c764=_0x1395cb['runtimeScope'][_0x642d9a(0x333)]['content'])==null?_0x1395cb[_0x642d9a(0x5af)]['contentRoot']:_0x27c764)==null?_0x5e5d63:_0xd93da6;_0x5e5d63['dataset'][_0x642d9a(0x72e)]=_0x1395cb[_0x642d9a(0x6be)],_0x5e5d63[_0x642d9a(0x572)][_0x642d9a(0x571)]=_0x642d9a(0x2a7),_0x9320da['dataset'][_0x642d9a(0x72e)]=_0x1395cb[_0x642d9a(0x6be)],_0x9320da[_0x642d9a(0x572)]['embedChildRenderMode']=_0x642d9a(0x348);let _0x5ef5e7=(_0x37cdb5=tu(_0x1395cb,_0x521bc8,_0x5e5d63,{'scopedRenderInjector':!0x0}))==null?_0x5a3ed7(()=>{}):_0x37cdb5,_0x5f9c82=Uf(_0x1395cb,_0x9320da),_0xf6a0b3=rs(_0x9320da);return _0xf6a0b3[_0x642d9a(0x705)](_0x308f69(Jo,{'injector':_0xa622a8,'mountContainer':_0x1395cb['runtimeScope'][_0x642d9a(0x333)][_0x642d9a(0x38d)],'embedId':_0x1395cb[_0x642d9a(0x41e)],'children':_0x308f69(Wf,{'canvasRoot':_0x5e5d63,'showChrome':Vf(_0x1395cb),'readonly':((_0x56c7e8=_0x1395cb[_0x642d9a(0x72d)])==null?void 0x0:_0x56c7e8[_0x642d9a(0x5e5)])===_0x642d9a(0x269)})})),_0x5a3ed7(()=>{const _0x209f4d=_0x642d9a;_0x5f9c82['dispose'](),_0x5ef5e7[_0x209f4d(0x50e)](),is(_0xf6a0b3),_0x5e5d63[_0x209f4d(0x39c)]&&(_0x5e5d63['removeAttribute']('data-embed-child-render-unit-id'),_0x5e5d63[_0x209f4d(0x68c)]('data-embed-child-render-mode')),_0x9320da[_0x209f4d(0x39c)]&&(_0x9320da[_0x209f4d(0x68c)](_0x209f4d(0x6de)),_0x9320da['removeAttribute'](_0x209f4d(0x417)));});}};}function Bf(_0xda4443){const _0x26ad3c=_0x5a2f85;var _0x30511f;(_0x30511f=_0xda4443[_0x26ad3c(0x2d9)][_0x26ad3c(0x38e)])==null||_0x30511f['syncExecuteCommand'](_0x1ad0f2['id'],{'visible':!0x1,'eventType':_0x450af3[_0x26ad3c(0x3f8)],'unitId':_0xda4443['childUnitId']}),_0xda4443[_0x26ad3c(0x2d9)]['injector'][_0x26ad3c(0x2cc)](_0x5e95ec)&&_0xda4443[_0x26ad3c(0x2d9)][_0x26ad3c(0x514)][_0x26ad3c(0x43a)](_0x5e95ec)[_0x26ad3c(0x466)](_0xda4443[_0x26ad3c(0x6be)]);}function Vf(_0x4b7648){const _0x55638b=_0x5a2f85;return _0x4b7648[_0x55638b(0x5af)][_0x55638b(0x5e5)]===_0x55638b(0x400)||!!_0x4b7648['renderScope'][_0x55638b(0x3e1)];}function Hf(_0x8eea3,_0x3e1d5f){const _0x4c9e7a=_0x5a2f85;let _0x3589ed=_0x8eea3[_0x4c9e7a(0x520)]['top'],_0x471e08=_0x8eea3[_0x4c9e7a(0x520)]['bottom'];return _0x8eea3[_0x4c9e7a(0x520)][_0x4c9e7a(0x311)]=_0x3e1d5f[_0x4c9e7a(0x309)]?_0x4c9e7a(0x6e9):'',_0x8eea3['style'][_0x4c9e7a(0x70e)]=_0x3e1d5f['sheetBar']?_0x313482+'px':'',_0x5a3ed7(()=>{const _0x447b17=_0x4c9e7a;_0x8eea3[_0x447b17(0x520)]['top']=_0x3589ed,_0x8eea3[_0x447b17(0x520)][_0x447b17(0x70e)]=_0x471e08;});}function Uf(_0x4f516e,_0x109808){const _0x22b533=_0x5a2f85;var _0x280ca2,_0x139811;return!((_0x280ca2=_0x4f516e['injector'])==null||(_0x139811=_0x280ca2[_0x22b533(0x2cc)])==null)&&_0x139811[_0x22b533(0x697)](_0x280ca2,rc)?_0x4f516e[_0x22b533(0x514)][_0x22b533(0x43a)](rc)['register']({'embedId':_0x4f516e[_0x22b533(0x41e)],'childUnitId':_0x4f516e['childUnitId'],'root':_0x4f516e[_0x22b533(0x5af)][_0x22b533(0x56f)],'contentRoot':_0x109808}):_0x5a3ed7(()=>{});}function Wf(_0x4e7ec0){const _0x35a15b=_0x5a2f85;var _0x9286f2;let _0x386267=_0x1221b5(_0x16c8f3),_0x403748=_0x537911(_0xabdd4d),_0x28b0f3=(_0x9286f2=_0x403748[_0x35a15b(0x43a)]('SheetShapeTextEditorContainer'))==null?_0x403748[_0x35a15b(0x43a)](_0x35a15b(0x69c)):_0x9286f2,_0x3874df=_0x4e7ec0[_0x35a15b(0x483)]&&(_0x386267==null?void 0x0:_0x386267[_0x35a15b(0x309)])!==!0x1,_0x13dab2=_0x386267==null?void 0x0:_0x386267['footer'],_0x138c75=_0x4e7ec0[_0x35a15b(0x483)]&&_0x13dab2!==!0x1&&(typeof _0x13dab2!=_0x35a15b(0x4d6)||_0x13dab2[_0x35a15b(0x737)]!==!0x1);return _0x4ea00e(()=>{let _0x3e6e0b=Hf(_0x4e7ec0['canvasRoot'],{'formulaBar':_0x3874df,'sheetBar':_0x138c75});return()=>_0x3e6e0b['dispose']();},[_0x4e7ec0[_0x35a15b(0x366)],_0x3874df,_0x138c75]),_0x5edd8e(_0x4fe6d1,{'children':[_0x3874df&&_0x308f69(_0x35a15b(0x27f),{'className':_0x35a15b(0x58f),'style':{'height':0x1c},'children':_0x308f69(_0x3622b5,{})}),!_0x4e7ec0[_0x35a15b(0x269)]&&_0x28b0f3&&_0x308f69(_0x28b0f3,{}),!_0x4e7ec0[_0x35a15b(0x269)]&&!(_0x386267!=null&&_0x386267['disableEdit'])&&_0x308f69(_0xcdb5ae,{}),!_0x4e7ec0[_0x35a15b(0x269)]&&_0x308f69(_0x1bfab3,{}),_0x138c75&&_0x308f69('div',{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':_0x313482},'children':_0x308f69(_0x3509fd,{})})]});}function Gf(){return[..._0x3f22d8];}function _0x4aa9(_0x249614,_0x22c483){_0x249614=_0x249614-0x1f4;const _0x2794af=_0x2794();let _0x4aa904=_0x2794af[_0x249614];return _0x4aa904;}function Kf(){return[..._0x5eb08b];}const qf={'formatPainter':_0x5eca7b['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':_0x49719b['id'],'fontSize':_0x1f79d5['id'],'bold':_0x5ee453['id'],'textColor':_0x457a17['id'],'backgroundColor':_0x1b266d['id'],'borderComposite':_0x4517b4['id'],'horizontalAlign':_0x15e6f1['id'],'verticalAlign':_0x4e8124['id'],'wrap':_0x35a5e4['id'],'filter':_0x5a2f85(0x32f)},Jf={'root':_0xd50676['id'],'all':_0x48d4f0['id'],'vertical':_0x4c74df['id'],'horizontal':_0x3d426e['id'],'unmerge':_0x479fe8['id']};function Yf(_0x12ac0b){const _0x2df940=_0x5a2f85;let _0x352bf3={},_0x2520f6=_0x4cf7f8=>{let _0x4f139f=_0x12ac0b['find'](_0x573f28=>{const _0xeb75d=_0x4aa9;let _0x4e753b=_0x573f28[_0xeb75d(0x250)];return _0x573f28['key']===_0x4cf7f8||(_0x4e753b==null?void 0x0:_0x4e753b['id'])===_0x4cf7f8||(_0x4e753b==null?void 0x0:_0x4e753b['commandId'])===_0x4cf7f8;});return _0x4f139f==null?void 0x0:_0x4f139f['item'];};Object[_0x2df940(0x48f)](qf)['forEach'](_0x30fe36=>{_0x352bf3[_0x30fe36]=_0x2520f6(qf[_0x30fe36]);});let _0xdaacf8=Object['entries'](Jf)[_0x2df940(0x3b4)]((_0x3c3d50,[_0x1c48ec,_0x3e517a])=>{let _0x5998d6=_0x2520f6(_0x3e517a);return _0x5998d6&&(_0x3c3d50[_0x1c48ec]=_0x5998d6),_0x3c3d50;},{});return $f(_0xdaacf8)&&(_0x352bf3[_0x2df940(0x294)]=_0xdaacf8),_0x352bf3[_0x2df940(0x25b)]=!0x0,_0x352bf3;}const Xf=[{'items':[_0x5a2f85(0x63a)]},{'dividerBefore':_0x5a2f85(0x2eb),'items':['numberFormat']},{'dividerBefore':'divider-format','items':[_0x5a2f85(0x216),_0x5a2f85(0x68d),_0x5a2f85(0x329)]},{'dividerBefore':_0x5a2f85(0x2ac),'items':[_0x5a2f85(0x424),'backgroundColor','borderComposite']},{'dividerBefore':_0x5a2f85(0x69b),'items':['merge',_0x5a2f85(0x607),'verticalAlign',_0x5a2f85(0x385)]},{'dividerBefore':_0x5a2f85(0x611),'items':[_0x5a2f85(0x628)]},{'dividerBefore':'divider-block','items':[_0x5a2f85(0x25b)]}];function Zf(_0x3f88fb){const _0x5016df=_0x5a2f85;let _0x4fc0f1=[];return Xf[_0x5016df(0x2b8)](_0x28fb65=>{const _0x2265c6=_0x5016df;let _0x47ea6f=_0x28fb65[_0x2265c6(0x461)][_0x2265c6(0x628)](_0x5e7d82=>Qf(_0x3f88fb,_0x5e7d82))[_0x2265c6(0x438)](_0x2d701d=>({'id':_0x2d701d,'type':_0x2d701d===_0x2265c6(0x63a)||_0x2d701d===_0x2265c6(0x329)||_0x2d701d===_0x2265c6(0x628)||_0x2d701d===_0x2265c6(0x25b)?_0x2265c6(0x6cf):_0x2265c6(0x29e)}));_0x47ea6f[_0x2265c6(0x647)]&&(_0x4fc0f1['length']&&_0x28fb65['dividerBefore']&&_0x4fc0f1[_0x2265c6(0x328)]({'id':_0x28fb65[_0x2265c6(0x646)],'type':'divider'}),_0x4fc0f1[_0x2265c6(0x328)](..._0x47ea6f));}),_0x4fc0f1;}function Qf(_0x317f78,_0xac9e4a){return!!_0x317f78[_0xac9e4a];}function $f(_0x110e04){const _0x33b2af=_0x5a2f85;return Object[_0x33b2af(0x6c8)](_0x110e04)['some'](Boolean);}function ep(_0x25f239){const _0x186937=_0x5a2f85;return!_0x25f239||!(_0x186937(0x567)in _0x25f239)||!Array[_0x186937(0x6cd)](_0x25f239['selections'])?[]:_0x25f239[_0x186937(0x567)];}function tp(_0x1a7750,_0x124c1e){const _0x45ef66=_0x5a2f85;var _0x17291d;if(_0x1a7750)return{'commandId':(_0x17291d=_0x1a7750[_0x45ef66(0x40b)])==null?_0x1a7750['id']:_0x17291d,'params':_0x124c1e==null?typeof _0x1a7750[_0x45ef66(0x26c)]==_0x45ef66(0x733)?_0x1a7750['params']():_0x1a7750[_0x45ef66(0x26c)]:_0x124c1e};}function np(){const _0x561cfe=_0x5a2f85;return dd({'childType':_0x43e669[_0x561cfe(0x49e)],'mount':rp});}function rp(_0x41c585){const _0x3a8f67=_0x5a2f85;let _0x239fa4=ud(_0x41c585),_0xcf328e=document[_0x3a8f67(0x53a)](_0x3a8f67(0x27f));_0xcf328e[_0x3a8f67(0x27c)](_0x3a8f67(0x36e),_0x41c585[_0x3a8f67(0x72d)][_0x3a8f67(0x379)]),_0x239fa4[_0x3a8f67(0x714)](_0xcf328e);let _0x16626b=rs(_0xcf328e);return _0x16626b[_0x3a8f67(0x705)](_0x459959(Jo,{'injector':_0x41c585['runtimeScope'][_0x3a8f67(0x514)],'mountContainer':_0x239fa4,'embedId':_0x41c585[_0x3a8f67(0x41e)]},_0x459959(ap,{'hostUnitId':_0x41c585[_0x3a8f67(0x218)],'embedId':_0x41c585[_0x3a8f67(0x41e)],'childUnitId':_0x41c585[_0x3a8f67(0x6be)],'entry':_0x41c585['descriptor'][_0x3a8f67(0x379)],'fullscreen':!!_0x41c585[_0x3a8f67(0x5af)][_0x3a8f67(0x3e1)],'usesDomFloatingStage':ip(_0x41c585['descriptor'][_0x3a8f67(0x379)]),'renderScopeActive$':_0x41c585[_0x3a8f67(0x5af)][_0x3a8f67(0x6d3)]}))),_0x5a3ed7(()=>{const _0x13b83d=_0x3a8f67;is(_0x16626b),globalThis[_0x13b83d(0x42b)](()=>_0xcf328e[_0x13b83d(0x6e6)](),0x0);});}function ip(_0x4a1c1a){return!0x0;}function ap(_0x3fa28b){const _0x58a2fe=_0x5a2f85;let {hostUnitId:_0x2af317,embedId:_0x54da83,childUnitId:_0x51be26,entry:_0x29c7f9,fullscreen:_0x5bf498,usesDomFloatingStage:_0x2b7bae,renderScopeActive$:_0x278ab2}=_0x3fa28b,_0x58e315=_0x537911(_0x13857c),_0x29ba2c=_0x537911(_0x2942d2),_0x2771fc=_0x537911(_0x327678),_0x41a93a=_0x537911(_0x345bd0),_0x53e4fa=_0x537911(_0x23c809),_0x30662c=_0x537911(Ra),_0xf8d2e5=ec({'embedId':_0x54da83,'active':_0x471436(()=>_0x30662c[_0x58a2fe(0x6d3)],_0x30662c['getActive'](),!0x1,[_0x30662c]),'fullscreen':_0x5bf498,'usesDomFloatingStage':_0x2b7bae,'renderScopeActive':_0x471436(()=>_0x278ab2,!0x1,!0x1,[_0x278ab2])})===_0x58a2fe(0x229),[_0xbc2e6b,_0x11b5c9]=_0x120269(null),_0x4e53e5=_0xcf12ea=>({'open':_0xbc2e6b===_0xcf12ea,'onOpenChange':_0x329dc4=>_0x11b5c9(_0x329dc4?_0xcf12ea:null)});_0x4ea00e(()=>{if(!_0xbc2e6b)return;let _0x4bdcdb=_0x1a8b6e=>{const _0x38a144=_0x4aa9;Ep(_0x1a8b6e[_0x38a144(0x394)],_0x54da83)||_0x11b5c9(null);};return document['addEventListener']('pointerdown',_0x4bdcdb,!0x0),()=>{const _0x86eba=_0x4aa9;document[_0x86eba(0x2ad)](_0x86eba(0x40c),_0x4bdcdb,!0x0);};},[_0x54da83,_0xbc2e6b]);let _0x4c69c8=_0x471436(()=>_0x41a93a[_0x58a2fe(0x2e1)][_0x58a2fe(0x54c)](_0x2b2503(()=>Yf(_0x41a93a[_0x58a2fe(0x267)](_0x2aafc5[_0x58a2fe(0x5e0)])))),Yf(_0x41a93a[_0x58a2fe(0x267)](_0x2aafc5['RIBBON'])),!0x1,[_0x41a93a]),_0x1221e8=_0x31dcbc(()=>new Set(Zf(_0x4c69c8)[_0x58a2fe(0x438)](_0x1687ac=>_0x1687ac['id'])),[_0x4c69c8]),_0x2cac30=()=>{const _0x4b5df3=_0x58a2fe;_0x30662c[_0x4b5df3(0x485)]({'hostUnitId':_0x2af317,'embedId':_0x54da83,'childUnitId':_0x51be26},_0x4b5df3(0x229)),_0x2771fc[_0x4b5df3(0x4e7)](_0x51be26);},_0x3396e5=(_0x5c052b,_0x58e467)=>{_0x2cac30(),_0x29ba2c['executeCommand'](_0x5c052b,_0x58e467);},_0x1e99a2=(_0xe1aaaa,_0x45c32d)=>{const _0xf418b1=_0x58a2fe;let _0xb1e2db=tp(_0xe1aaaa,_0x45c32d);_0xb1e2db&&_0x3396e5(_0xb1e2db['commandId'],_0xb1e2db[_0xf418b1(0x26c)]);},_0x439386=()=>{const _0x40217d=_0x58a2fe;let _0x1d1281=_0x2771fc[_0x40217d(0x6f0)](_0x51be26,_0x43e669[_0x40217d(0x49e)]),_0x397242=_0x1d1281==null?void 0x0:_0x1d1281[_0x40217d(0x2ae)]();return!_0x1d1281||!_0x397242?null:{'workbook':_0x1d1281,'worksheet':_0x397242,'unitId':_0x1d1281[_0x40217d(0x594)](),'subUnitId':_0x397242['getSheetId']()};},_0x344b8c=()=>{const _0x21fd6d=_0x58a2fe;var _0x5b6268,_0x118f3b;return(_0x5b6268=(_0x118f3b=_0x53e4fa['getCurrentSelections']())==null?void 0x0:_0x118f3b[_0x21fd6d(0x438)](_0x22f0af=>_0x22f0af['range']))==null?[]:_0x5b6268;},_0x15a189=(_0x5096b7,_0x3cd7fe,_0xcdff62=_0x1e3410[_0x58a2fe(0x40a)],_0x3887da=_0x58a2fe(0x26e))=>{const _0x154f63=_0x58a2fe;let _0xf7ed3b=_0x439386(),_0x58a9eb=_0x344b8c();!_0xf7ed3b||!_0x58a9eb[_0x154f63(0x647)]||_0x1e99a2(_0x5096b7,{'unitId':_0xf7ed3b[_0x154f63(0x65d)],'subUnitId':_0xf7ed3b['subUnitId'],'ranges':_0x58a9eb,'value':{'type':_0x3cd7fe,'color':_0x3887da,'style':_0xcdff62,'activeBorderType':!0x0}});},_0x3720fb=()=>{const _0x31454f=_0x58a2fe;_0x29ba2c[_0x31454f(0x282)](_0x4c50df['id'],{'hostUnitId':_0x2af317,'embedId':_0x54da83});};return _0x5edd8e('div',{'className':_0x181de8(_0x58a2fe(0x317),{'univer-hidden':!_0xf8d2e5,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5bf498,'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':!_0x5bf498,'-univer-top-9':!_0x5bf498&&_0x29c7f9!==_0x58a2fe(0x210),'-univer-top-[52px]':!_0x5bf498&&_0x29c7f9===_0x58a2fe(0x210)}),'data-u-comp':'sheet-embed-floating-menu','data-embed-floating-menu':_0x58a2fe(0x28f),'data-embed-id':_0x54da83,'data-embed-float-stage':_0xf8d2e5?'stage2':'inactive','onPointerDown':_0x5c9618=>_0x5c9618[_0x58a2fe(0x534)](),'onMouseDown':Tp,'children':[_0x1221e8[_0x58a2fe(0x2cc)]('formatPainter')&&_0x308f69(lp,{'item':_0x4c69c8['formatPainter'],'title':_0x58a2fe(0x2aa),'onClick':()=>_0x1e99a2(_0x4c69c8['formatPainter']),'children':_0x308f69(_0x53fbec,{})}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x2eb))&&_0x308f69(_0x1f60c7,{'orientation':_0x58a2fe(0x64b)}),_0x1221e8['has']('numberFormat')&&_0x308f69(dp,{'menuItem':_0x4c69c8[_0x58a2fe(0x604)],'onClick':()=>_0x1e99a2(_0x4c69c8[_0x58a2fe(0x604)])}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x340))&&_0x308f69(_0x1f60c7,{'orientation':'vertical'}),_0x1221e8[_0x58a2fe(0x2cc)]('fontFamily')&&_0x308f69(fp,{'embedId':_0x54da83,'menuItem':_0x4c69c8[_0x58a2fe(0x216)],'title':_0x58a2fe(0x6ad),..._0x4e53e5('fontFamily'),'onSelect':_0x24ac7d=>_0x1e99a2(_0x4c69c8['fontFamily'],{'value':_0x24ac7d})}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x68d))&&_0x308f69(pp,{'embedId':_0x54da83,'menuItem':_0x4c69c8[_0x58a2fe(0x68d)],'title':_0x58a2fe(0x246),..._0x4e53e5('fontSize'),'onSelect':_0x1f7c2a=>_0x1e99a2(_0x4c69c8['fontSize'],{'value':Number(_0x1f7c2a)})}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x329))&&_0x308f69(lp,{'item':_0x4c69c8[_0x58a2fe(0x329)],'title':_0x58a2fe(0x622),'onClick':()=>_0x1e99a2(_0x4c69c8[_0x58a2fe(0x329)]),'children':_0x308f69(_0x5c7c41,{})}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x2ac))&&_0x308f69(_0x1f60c7,{'orientation':'vertical'}),_0x1221e8['has'](_0x58a2fe(0x424))&&_0x308f69(_p,{'embedId':_0x54da83,'menuItem':_0x4c69c8[_0x58a2fe(0x424)],'title':_0x58a2fe(0x43d),'icon':_0x308f69(_0x5576d5,{'className':_0x58a2fe(0x69d)}),'defaultColor':'#111827',..._0x4e53e5(_0x58a2fe(0x424)),'onChange':_0x11d916=>_0x1e99a2(_0x4c69c8[_0x58a2fe(0x424)],{'value':_0x11d916}),'onReset':()=>_0x3396e5(_0x107edd['id'])}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x5c5))&&_0x308f69(_p,{'embedId':_0x54da83,'menuItem':_0x4c69c8[_0x58a2fe(0x5c5)],'title':_0x58a2fe(0x686),'icon':_0x308f69(_0x5749bb,{'className':_0x58a2fe(0x69d)}),'defaultColor':'#ffffff',..._0x4e53e5(_0x58a2fe(0x5c5)),'onChange':_0x3889ca=>_0x1e99a2(_0x4c69c8[_0x58a2fe(0x5c5)],{'value':_0x3889ca}),'onReset':()=>_0x3396e5(_0x50fac2['id'])}),_0x1221e8['has'](_0x58a2fe(0x257))&&_0x308f69(vp,{'embedId':_0x54da83,'menuItem':_0x4c69c8[_0x58a2fe(0x257)],..._0x4e53e5(_0x58a2fe(0x257)),'onSelect':(_0x2aa867,_0x3f915e,_0x27f6cc)=>_0x15a189(_0x4c69c8[_0x58a2fe(0x257)],_0x2aa867,_0x3f915e,_0x27f6cc)}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x69b))&&_0x308f69(_0x1f60c7,{'orientation':_0x58a2fe(0x64b)}),_0x1221e8[_0x58a2fe(0x2cc)]('merge')&&_0x308f69(yp,{'embedId':_0x54da83,'menuItems':_0x4c69c8[_0x58a2fe(0x294)],..._0x4e53e5(_0x58a2fe(0x294)),'execute':_0x1e99a2}),_0x1221e8[_0x58a2fe(0x2cc)]('horizontalAlign')&&_0x308f69(mp,{'embedId':_0x54da83,'menuItem':_0x4c69c8['horizontalAlign'],..._0x4e53e5('horizontalAlign'),'execute':_0x1e99a2}),_0x1221e8['has'](_0x58a2fe(0x363))&&_0x308f69(hp,{'embedId':_0x54da83,'menuItem':_0x4c69c8['verticalAlign'],..._0x4e53e5(_0x58a2fe(0x363)),'execute':_0x1e99a2}),_0x1221e8['has'](_0x58a2fe(0x385))&&_0x308f69(bp,{'embedId':_0x54da83,'menuItem':_0x4c69c8[_0x58a2fe(0x385)],..._0x4e53e5('wrap'),'execute':_0x3396e5}),_0x1221e8[_0x58a2fe(0x2cc)]('divider-layout')&&_0x308f69(_0x1f60c7,{'orientation':_0x58a2fe(0x64b)}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x628))&&_0x308f69(lp,{'item':_0x4c69c8[_0x58a2fe(0x628)],'title':'embed-ui.sheetsFloating.toolbar.filter','onClick':()=>_0x1e99a2(_0x4c69c8[_0x58a2fe(0x628)]),'children':_0x308f69(_0x46cfbc,{})}),_0x1221e8[_0x58a2fe(0x2cc)](_0x58a2fe(0x301))&&_0x308f69(_0x1f60c7,{'orientation':_0x58a2fe(0x64b)}),_0x1221e8[_0x58a2fe(0x2cc)]('deleteBlock')&&_0x308f69(cp,{'title':_0x58e315['t']('embed-ui.deleteBlock'),'className':_0x58a2fe(0x3dd),'onClick':_0x3720fb,'children':_0x308f69(_0x54bf4e,{})})]});}const op=_0x5155fd(({children:_0x55f85a,className:_0x247902,title:_0x1d2693,onClick:_0x1b983e,onMouseDown:_0x5b8b0e,onPointerDown:_0x3f0c03,..._0x1ca1c7},_0x3d6251)=>{const _0x1d691b=_0x5a2f85;let _0x82b90c=_0x537911(_0x13857c)['t'](_0x1d2693);return _0x308f69(_0x4178fc,{'ref':_0x3d6251,'type':_0x1d691b(0x6cf),'size':_0x1d691b(0x526),'variant':_0x1d691b(0x578),'aria-label':_0x82b90c,'title':_0x82b90c,'className':_0x181de8(_0x1d691b(0x648),_0x247902),'onPointerDown':_0x35d125=>{const _0x1922d5=_0x1d691b;_0x35d125[_0x1922d5(0x534)](),_0x3f0c03==null||_0x3f0c03(_0x35d125);},'onMouseDown':_0x58b264=>{const _0x538169=_0x1d691b;_0x58b264[_0x538169(0x534)](),_0x5b8b0e==null||_0x5b8b0e(_0x58b264);},'onClick':_0x437e26=>{const _0x49689f=_0x1d691b;_0x1b983e==null||_0x1b983e(_0x437e26),_0x437e26[_0x49689f(0x534)]();},..._0x1ca1c7,'children':_0x55f85a});}),sp=_0x5155fd(({title:_0x3783e1,primary:_0x367be5,disabled:_0x2ad1b5,open:_0x523858,onPrimaryClick:_0x3fa156,onMouseDown:_0x3b7d83,onPointerDown:_0x9fadb2,onClick:_0x526f9d,..._0x5855c3},_0x1ed1d0)=>_0x5edd8e(_0x5a2f85(0x27f),{'ref':_0x1ed1d0,'className':_0x181de8(_0x5a2f85(0x51b),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x523858,'univer-cursor-not-allowed\x20univer-opacity-60':_0x2ad1b5}),'onPointerDown':_0x40c79a=>{_0x40c79a['stopPropagation'](),_0x9fadb2==null||_0x9fadb2(_0x40c79a);},'onMouseDown':_0x23ee4a=>{const _0xe16523=_0x5a2f85;_0x23ee4a[_0xe16523(0x534)](),_0x3b7d83==null||_0x3b7d83(_0x23ee4a);},'onClick':_0xfabc76=>{const _0x12cf54=_0x5a2f85;_0x526f9d==null||_0x526f9d(_0xfabc76),_0xfabc76[_0x12cf54(0x534)]();},..._0x5855c3,'children':[_0x308f69(_0x5a2f85(0x6cf),{'type':_0x5a2f85(0x6cf),'className':_0x5a2f85(0x23f),'disabled':_0x2ad1b5,'onClick':_0x3d3275=>{_0x3d3275['stopPropagation'](),_0x3fa156();},'children':_0x367be5}),_0x308f69(_0x1f60c7,{'orientation':_0x5a2f85(0x64b)}),_0x308f69(_0x5a2f85(0x6cf),{'type':'button','className':_0x5a2f85(0x37e),'disabled':_0x2ad1b5,'children':_0x308f69(_0x2701e3,{})})]}));sp['displayName']=_0x5a2f85(0x201);function cp(_0x597c5b){const _0x184a48=_0x5a2f85;return _0x308f69(_0x5d0a64,{'title':_0x597c5b[_0x184a48(0x486)],'placement':'bottom','children':_0x308f69(_0x6d1876,{'className':_0x181de8(_0x184a48(0x6d4),_0x597c5b[_0x184a48(0x3a1)]),'disabled':_0x597c5b[_0x184a48(0x3a6)],'active':_0x597c5b[_0x184a48(0x242)],'onClick':_0x597c5b['onClick'],'children':_0x597c5b['children']})});}function lp(_0x57e166){const _0x39012b=_0x5a2f85;let {hidden:_0x31d034,disabled:_0x85ae35,activated:_0x39bbc7}=up(_0x57e166[_0x39012b(0x250)]),_0x3f1bba=_0x537911(_0x13857c);return!_0x57e166[_0x39012b(0x250)]||_0x31d034?null:_0x308f69(cp,{'title':_0x3f1bba['t'](_0x57e166['title']),'disabled':_0x85ae35,'active':_0x39bbc7,'onClick':_0x57e166[_0x39012b(0x2b6)],'children':_0x57e166[_0x39012b(0x5ac)]});}function up(_0x111c50){return{'hidden':_0x471436(()=>{const _0x418712=_0x4aa9;var _0x5550bc,_0x4a8a35;return(_0x5550bc=_0x111c50==null||(_0x4a8a35=_0x111c50[_0x418712(0x555)])==null?void 0x0:_0x4a8a35[_0x418712(0x54c)](_0x2a0290(!0x1)))==null?_0x1f8333(!0x1):_0x5550bc;},!0x1,!0x1,[_0x111c50]),'disabled':_0x471436(()=>{const _0x286046=_0x4aa9;var _0x24ac44,_0x57307b;return(_0x24ac44=_0x111c50==null||(_0x57307b=_0x111c50[_0x286046(0x2be)])==null?void 0x0:_0x57307b[_0x286046(0x54c)](_0x2a0290(!0x1)))==null?_0x1f8333(!0x1):_0x24ac44;},!0x1,!0x1,[_0x111c50]),'activated':_0x471436(()=>{const _0x3631b5=_0x4aa9;var _0x27cabe,_0x4a6a5c;return(_0x27cabe=_0x111c50==null||(_0x4a6a5c=_0x111c50[_0x3631b5(0x382)])==null?void 0x0:_0x4a6a5c[_0x3631b5(0x54c)](_0x2a0290(!0x1)))==null?_0x1f8333(!0x1):_0x27cabe;},!0x1,!0x1,[_0x111c50]),'value':_0x471436(()=>{const _0xdd5c2b=_0x4aa9;var _0x55f6ca,_0x2c0739;return(_0x55f6ca=_0x111c50==null||(_0x2c0739=_0x111c50['value$'])==null?void 0x0:_0x2c0739[_0xdd5c2b(0x54c)](_0x2a0290(void 0x0)))==null?_0x1f8333(void 0x0):_0x55f6ca;},void 0x0,!0x1,[_0x111c50])};}function dp(_0x4d5609){const _0x2ac436=_0x5a2f85;let {hidden:_0x1522ad,disabled:_0x58839c,value:_0x154aad}=up(_0x4d5609['menuItem']),_0x5b492b=_0x537911(_0x13857c);if(!_0x4d5609[_0x2ac436(0x28a)]||_0x1522ad)return null;let _0x113186=_0x5b492b['t'](_0x2ac436(0x55e)),_0x3f63df=typeof _0x154aad=='string'&&_0x154aad?_0x154aad:_0x2ac436(0x249);return _0x308f69(_0x5d0a64,{'title':_0x113186,'placement':_0x2ac436(0x70e),'children':_0x5edd8e(op,{'title':_0x113186,'disabled':_0x58839c,'onClick':_0x4d5609[_0x2ac436(0x2b6)],'children':[_0x308f69(_0x1aaeda,{}),_0x308f69(_0x2ac436(0x248),{'children':_0x3f63df}),_0x308f69(_0x2701e3,{})]})});}function fp(_0x530ea8){const _0x5a066b=_0x5a2f85;let {embedId:_0x32960d,menuItem:_0x20d184,title:_0x204eed,open:_0x15e927,onOpenChange:_0x481421,onSelect:_0x325847}=_0x530ea8,{hidden:_0x55f27e,disabled:_0x4315c6,value:_0x41c9b2}=up(_0x20d184);if(!_0x20d184||_0x55f27e)return null;let _0x28063b=typeof _0x41c9b2=='string'&&_0x41c9b2?_0x41c9b2:_0x5a066b(0x675);return _0x308f69(Ap,{'embedId':_0x32960d,'disabled':_0x4315c6,'title':_0x204eed,'open':_0x15e927,'onOpenChange':_0x481421,'trigger':_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x5a066b(0x248),{'className':_0x5a066b(0x5d4),'children':_0x28063b}),_0x308f69(_0x2701e3,{})]}),'overlay':_0x308f69(_0x5a066b(0x27f),{'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-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','onPointerDown':Tp,'onMouseDown':Tp,'children':_0x308f69(_0x5de95e,{'value':_0x28063b,'onChange':_0x4b49d7=>{_0x325847(_0x4b49d7),_0x481421(!0x1);}})})});}function pp(_0x3267a9){const _0x45ee60=_0x5a2f85;let {embedId:_0x11db62,menuItem:_0xf17c76,title:_0xc5cfe8,open:_0x415680,onOpenChange:_0x2dbfea,onSelect:_0xdebede}=_0x3267a9,{hidden:_0x198a50,disabled:_0x845b5c,value:_0x4be752}=up(_0xf17c76);if(!_0xf17c76||_0x198a50)return null;let _0x46ddc6=typeof _0x4be752==_0x45ee60(0x402)||typeof _0x4be752==_0x45ee60(0x682)?Number(_0x4be752):0xb;return _0x308f69(Ap,{'embedId':_0x11db62,'disabled':_0x845b5c,'title':_0xc5cfe8,'open':_0x415680,'onOpenChange':_0x2dbfea,'trigger':_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x45ee60(0x248),{'className':'univer-min-w-6\x20univer-text-left','children':_0x46ddc6}),_0x308f69(_0x2701e3,{})]}),'overlay':_0x308f69(_0x45ee60(0x27f),{'className':_0x45ee60(0x398),'onPointerDown':Tp,'onMouseDown':Tp,'children':Kf()[_0x45ee60(0x438)](_0xdd013e=>{const _0x2d275e=_0x45ee60;let _0x518fd8=Number(_0xdd013e['value'])===_0x46ddc6;return _0x5edd8e(_0x2d275e(0x6cf),{'type':_0x2d275e(0x6cf),'className':_0x181de8(_0x2d275e(0x589),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x518fd8}),'onClick':()=>{_0xdebede(String(_0xdd013e['value'])),_0x2dbfea(!0x1);},'children':[_0x308f69('span',{'children':_0xdd013e[_0x2d275e(0x4e6)]}),_0x518fd8&&_0x308f69(_0x361f73,{'className':_0x2d275e(0x427)})]},_0xdd013e['value']);})})});}function mp(_0x376999){const _0x383501=_0x5a2f85;let {hidden:_0x26147a,disabled:_0x2ba973}=up(_0x376999[_0x383501(0x28a)]);return!_0x376999['menuItem']||_0x26147a?null:_0x308f69(Ap,{'embedId':_0x376999[_0x383501(0x41e)],'disabled':_0x2ba973,'title':'embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','triggerClassName':_0x383501(0x5a8),'open':_0x376999[_0x383501(0x3ea)],'onOpenChange':_0x376999[_0x383501(0x25a)],'trigger':_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x2b5ff0,{}),_0x308f69(_0x2701e3,{})]}),'overlay':_0x308f69(Op,{'embedId':_0x376999['embedId'],'onPointerDown':_0x3ce874=>_0x3ce874[_0x383501(0x534)](),'children':_0x5edd8e(kp,{'children':[_0x308f69(gp,{'item':_0x376999[_0x383501(0x28a)],'title':'embed-ui.sheetsFloating.align.left','onClick':()=>_0x376999[_0x383501(0x6fc)](_0x376999[_0x383501(0x28a)],{'value':_0x2687f1[_0x383501(0x44b)]}),'children':_0x308f69(_0x2b5ff0,{})}),_0x308f69(gp,{'item':_0x376999[_0x383501(0x28a)],'title':_0x383501(0x5cd),'onClick':()=>_0x376999[_0x383501(0x6fc)](_0x376999['menuItem'],{'value':_0x2687f1[_0x383501(0x582)]}),'children':_0x308f69(_0x547e02,{})}),_0x308f69(gp,{'item':_0x376999[_0x383501(0x28a)],'title':_0x383501(0x50b),'onClick':()=>_0x376999['execute'](_0x376999[_0x383501(0x28a)],{'value':_0x2687f1[_0x383501(0x43f)]}),'children':_0x308f69(_0x3c3899,{})})]})})});}function hp(_0x906105){const _0x132293=_0x5a2f85;let {hidden:_0x1c245b,disabled:_0x484e53}=up(_0x906105[_0x132293(0x28a)]);return!_0x906105[_0x132293(0x28a)]||_0x1c245b?null:_0x308f69(Ap,{'embedId':_0x906105[_0x132293(0x41e)],'disabled':_0x484e53,'title':_0x132293(0x2ec),'triggerClassName':_0x132293(0x5a8),'open':_0x906105[_0x132293(0x3ea)],'onOpenChange':_0x906105[_0x132293(0x25a)],'trigger':_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x49aac5,{}),_0x308f69(_0x2701e3,{})]}),'overlay':_0x308f69(Op,{'embedId':_0x906105[_0x132293(0x41e)],'onPointerDown':_0x522d4f=>_0x522d4f[_0x132293(0x534)](),'children':_0x5edd8e(kp,{'children':[_0x308f69(gp,{'item':_0x906105[_0x132293(0x28a)],'title':_0x132293(0x3c1),'onClick':()=>_0x906105['execute'](_0x906105[_0x132293(0x28a)],{'value':_0x1bdc10[_0x132293(0x50d)]}),'children':_0x308f69(_0x4d9829,{})}),_0x308f69(gp,{'item':_0x906105[_0x132293(0x28a)],'title':'embed-ui.sheetsFloating.align.middle','onClick':()=>_0x906105[_0x132293(0x6fc)](_0x906105['menuItem'],{'value':_0x1bdc10[_0x132293(0x62e)]}),'children':_0x308f69(_0x49aac5,{})}),_0x308f69(gp,{'item':_0x906105[_0x132293(0x28a)],'title':'embed-ui.sheetsFloating.align.bottom','onClick':()=>_0x906105[_0x132293(0x6fc)](_0x906105['menuItem'],{'value':_0x1bdc10[_0x132293(0x232)]}),'children':_0x308f69(_0x2a7981,{})})]})})});}function gp(_0x31ce0e){let {item:_0x1fccc1,title:_0x268cea,children:_0x95d109,onClick:_0x5d7ee8}=_0x31ce0e,{hidden:_0x1e2d06,disabled:_0x35f95a,activated:_0xcfa771}=up(_0x1fccc1);return!_0x1fccc1||_0x1e2d06?null:_0x308f69(Fp,{'title':_0x268cea,'disabled':_0x35f95a,'active':_0xcfa771,'onClick':_0x5d7ee8,'children':_0x95d109});}function _p(_0x300626){const _0x56f75b=_0x5a2f85;let {embedId:_0x1fae59,menuItem:_0x20c9da,title:_0x465fbb,icon:_0x4a2573,defaultColor:_0x33971a,open:_0x4def66,onOpenChange:_0x3e5352,onChange:_0x33ab0f,onReset:_0x22205f}=_0x300626,_0x725c5=_0x537911(_0x13857c),{hidden:_0x3b1a40,disabled:_0x4b01d2,value:_0x191b41}=up(_0x20c9da),[_0x21f99c,_0x4f3021]=_0x120269(_0x33971a);return!_0x20c9da||_0x3b1a40?null:_0x308f69(_0x2c9dc5,{'disabled':_0x4b01d2,'align':_0x56f75b(0x28e),'sideOffset':0x6,'open':_0x4def66,'onOpenChange':_0x3e5352,'onPointerDownOutside':_0x182111=>Dp(_0x182111,_0x1fae59),'onFocusOutside':_0x5df71b=>Dp(_0x5df71b,_0x1fae59),'onInteractOutside':_0x259095=>Dp(_0x259095,_0x1fae59),'overlay':_0x5edd8e(_0x56f75b(0x27f),{'data-embed-id':_0x1fae59,'data-embed-floating-menu-popup':'true','className':_0x56f75b(0x2c9),'onPointerDown':Tp,'onMouseDown':Tp,'children':[_0x308f69(_0x3ac96e,{'value':typeof _0x191b41==_0x56f75b(0x682)&&_0x191b41?_0x191b41:_0x21f99c,'onChange':_0x1f75dc=>{_0x4f3021(_0x1f75dc),_0x33ab0f(_0x1f75dc);}}),_0x308f69(_0x1f60c7,{}),_0x5edd8e(_0x56f75b(0x6cf),{'type':_0x56f75b(0x6cf),'className':_0x56f75b(0x51a),'onClick':()=>{_0x4f3021(_0x33971a),_0x22205f(),_0x3e5352(!0x1);},'children':[_0x308f69(_0x1b4b97,{}),_0x308f69(_0x56f75b(0x248),{'children':_0x725c5['t'](_0x56f75b(0x4bf))})]})]}),'children':_0x308f69(op,{'title':_0x465fbb,'disabled':_0x4b01d2,'children':_0x4a2573})});}function vp(_0x3babef){const _0x5c8666=_0x5a2f85;let _0x17f758=_0x537911(_0x13857c),_0x747805=_0x537911(_0x46ec0b),{hidden:_0x1a8439,disabled:_0x520582}=up(_0x3babef[_0x5c8666(0x28a)]),[_0x2c46ed,_0x1d5540]=_0x120269(_0x5206bf[_0x5c8666(0x5b8)]),[_0x4f2c59,_0x438ef2]=_0x120269(_0x1e3410[_0x5c8666(0x40a)]),[_0x147fac,_0x1bd2ca]=_0x120269(_0x5c8666(0x26e));if(!_0x3babef['menuItem']||_0x1a8439)return null;let _0x4a737e=(_0x3faf04=_0x2c46ed,_0x4a3e2e=_0x4f2c59,_0x24d7cd=_0x147fac)=>{const _0x599594=_0x5c8666;_0x1d5540(_0x3faf04),_0x438ef2(_0x4a3e2e),_0x1bd2ca(_0x24d7cd),_0x3babef[_0x599594(0x25d)](_0x3faf04,_0x4a3e2e,_0x24d7cd);},_0x4bf252=_0x464a99=>{const _0x4849e8=_0x5c8666;var _0x1bff2a,_0x105dc6;return(_0x1bff2a=(_0x105dc6=Gf()[_0x4849e8(0x4f7)](_0x45377f=>_0x45377f[_0x4849e8(0x43e)]===_0x464a99))==null?void 0x0:_0x105dc6[_0x4849e8(0x3bd)])==null?_0x4849e8(0x71f):_0x1bff2a;},_0x531d3a=(_0x2dc08f,_0x2890da='univer-fill-primary-600')=>{const _0x3adc89=_0x5c8666;let _0x5dfd0e=_0x747805[_0x3adc89(0x43a)](_0x2dc08f);return _0x5dfd0e?_0x308f69(_0x5dfd0e,{'className':_0x2890da}):_0x308f69(_0x4c4056,{});};return _0x308f69(_0x2c9dc5,{'disabled':_0x520582,'align':'start','sideOffset':0x6,'open':_0x3babef[_0x5c8666(0x3ea)],'onOpenChange':_0x3babef[_0x5c8666(0x25a)],'onPointerDownOutside':_0x19e548=>Dp(_0x19e548,_0x3babef[_0x5c8666(0x41e)]),'onFocusOutside':_0x31a200=>Dp(_0x31a200,_0x3babef[_0x5c8666(0x41e)]),'onInteractOutside':_0x31faa7=>Dp(_0x31faa7,_0x3babef['embedId']),'overlay':_0x5edd8e(Op,{'embedId':_0x3babef[_0x5c8666(0x41e)],'onPointerDown':_0x2d5524=>_0x2d5524[_0x5c8666(0x534)](),'children':[_0x308f69(_0x5c8666(0x27f),{'className':_0x5c8666(0x262),'children':Gf()[_0x5c8666(0x438)](_0x105bcc=>_0x308f69(Fp,{'title':_0x105bcc[_0x5c8666(0x4e6)],'active':_0x2c46ed===_0x105bcc[_0x5c8666(0x43e)],'onClick':()=>_0x4a737e(_0x105bcc[_0x5c8666(0x43e)]),'children':_0x531d3a(_0x105bcc['icon'])},_0x105bcc[_0x5c8666(0x43e)]))}),_0x308f69(_0x1f60c7,{}),_0x5edd8e(kp,{'children':[_0x308f69(_0x2c9dc5,{'align':_0x5c8666(0x28e),'sideOffset':0x6,'onPointerDownOutside':_0x19cd7e=>Dp(_0x19cd7e,_0x3babef[_0x5c8666(0x41e)]),'onFocusOutside':_0x14018b=>Dp(_0x14018b,_0x3babef[_0x5c8666(0x41e)]),'onInteractOutside':_0x2d8401=>Dp(_0x2d8401,_0x3babef[_0x5c8666(0x41e)]),'overlay':_0x308f69(_0x5c8666(0x27f),{'data-embed-id':_0x3babef[_0x5c8666(0x41e)],'data-embed-floating-menu-popup':_0x5c8666(0x28f),'className':_0x5c8666(0x21e),'onPointerDown':Tp,'onMouseDown':Tp,'children':_0x308f69(_0x3ac96e,{'value':_0x147fac,'onChange':_0x4ae8b8=>_0x4a737e(_0x2c46ed,_0x4f2c59,_0x4ae8b8)})}),'children':_0x5edd8e(Fp,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[_0x308f69(_0x5749bb,{'extend':{'colorChannel1':_0x147fac}}),_0x308f69(_0x2701e3,{})]})}),_0x308f69(_0x2c9dc5,{'align':_0x5c8666(0x28e),'sideOffset':0x6,'onPointerDownOutside':_0x573147=>Dp(_0x573147,_0x3babef[_0x5c8666(0x41e)]),'onFocusOutside':_0x3d518b=>Dp(_0x3d518b,_0x3babef['embedId']),'onInteractOutside':_0x45abb9=>Dp(_0x45abb9,_0x3babef['embedId']),'overlay':_0x308f69('div',{'data-embed-id':_0x3babef[_0x5c8666(0x41e)],'data-embed-floating-menu-popup':_0x5c8666(0x28f),'className':_0x5c8666(0x688),'onPointerDown':Tp,'onMouseDown':Tp,'children':_0x36f1a9[_0x5c8666(0x438)](_0x1f222f=>_0x308f69(_0x5c8666(0x6cf),{'type':_0x5c8666(0x6cf),'className':_0x181de8(_0x5c8666(0x2ab),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x4f2c59===_0x1f222f[_0x5c8666(0x43e)]}),'onClick':()=>_0x4a737e(_0x2c46ed,_0x1f222f[_0x5c8666(0x43e)]),'children':_0x308f69(_0x469ff1,{'className':_0x5c8666(0x369),'type':_0x1f222f[_0x5c8666(0x43e)]})},_0x1f222f['value']))}),'children':_0x5edd8e(Fp,{'title':_0x5c8666(0x40f),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x308f69(_0x469ff1,{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x4f2c59}),_0x308f69(_0x2701e3,{})]})})]})]}),'children':_0x308f69(sp,{'title':_0x17f758['t']('embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0x520582,'open':_0x3babef['open'],'primary':_0x531d3a(_0x4bf252(_0x2c46ed),'univer-text-gray-900\x20dark:!univer-text-white'),'onPrimaryClick':()=>{const _0x2d565b=_0x5c8666;_0x4a737e(),_0x3babef[_0x2d565b(0x25a)](!0x1);}})});}function yp(_0x202ded){const _0x424643=_0x5a2f85;let {embedId:_0x3bfd4b,menuItems:_0x2f581c,open:_0x1b4bec,onOpenChange:_0x389439,execute:_0xf46651}=_0x202ded,_0x429bf0=_0x537911(_0x13857c),{hidden:_0x4972b6,disabled:_0x4a66e5}=up(_0x2f581c==null?void 0x0:_0x2f581c[_0x424643(0x61d)]),_0x2ce49e=[];return[{'item':_0x2f581c==null?void 0x0:_0x2f581c['all'],'icon':_0x308f69(_0x47af82,{})},{'item':_0x2f581c==null?void 0x0:_0x2f581c[_0x424643(0x64b)],'icon':_0x308f69(_0x51c3d2,{})},{'item':_0x2f581c==null?void 0x0:_0x2f581c[_0x424643(0x698)],'icon':_0x308f69(_0x28a44b,{})},{'item':_0x2f581c==null?void 0x0:_0x2f581c[_0x424643(0x225)],'icon':_0x308f69(_0x56a436,{})}][_0x424643(0x2b8)](({item:_0x54b875,icon:_0x2bfac9})=>{const _0x3a109f=_0x424643;_0x54b875&&_0x2ce49e[_0x3a109f(0x328)]({'item':_0x54b875,'icon':_0x2bfac9});}),!(_0x2f581c!=null&&_0x2f581c[_0x424643(0x61d)])||_0x4972b6||!_0x2ce49e['length']?null:_0x308f69(Ap,{'embedId':_0x3bfd4b,'disabled':_0x4a66e5,'title':_0x424643(0x3ae),'triggerClassName':_0x424643(0x5a8),'open':_0x1b4bec,'onOpenChange':_0x389439,'trigger':_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x47af82,{}),_0x308f69(_0x2701e3,{})]}),'overlay':_0x308f69(Mp,{'children':_0x2ce49e['map'](({item:_0x5454d3,icon:_0xa6afd2})=>_0x308f69(Np,{'icon':_0xa6afd2,'onClick':()=>{_0xf46651(_0x5454d3),_0x389439(!0x1);},'children':_0x429bf0['t'](xp(_0x5454d3))},_0x5454d3['id']))})});}function bp(_0x125ef5){const _0x304ab9=_0x5a2f85;let _0x1eb89d=_0x537911(_0x13857c),{hidden:_0x25ce6b,disabled:_0x1e8df0}=up(_0x125ef5[_0x304ab9(0x28a)]);if(!_0x125ef5[_0x304ab9(0x28a)]||_0x25ce6b)return null;let _0x375cae=ep(_0x125ef5[_0x304ab9(0x28a)]),_0x141c71=_0x375cae[_0x304ab9(0x647)]?_0x375cae['map'](_0x27e471=>{const _0x57c2d7=_0x304ab9;var _0xad8984,_0x3e81c3,_0x1db621,_0x42a7fa,_0x5a12b3,_0x4d5a3e;return{'label':_0x1eb89d['t'](Sp(_0x27e471)),'icon':Cp(_0x27e471[_0x57c2d7(0x43e)]),'commandId':(_0xad8984=(_0x3e81c3=(_0x1db621=_0x27e471['commandId'])==null?(_0x42a7fa=_0x125ef5[_0x57c2d7(0x28a)])==null?void 0x0:_0x42a7fa['commandId']:_0x1db621)==null?(_0x5a12b3=_0x125ef5[_0x57c2d7(0x28a)])==null?void 0x0:_0x5a12b3['id']:_0x3e81c3)==null?_0x35a5e4['id']:_0xad8984,'params':(_0x4d5a3e=_0x27e471[_0x57c2d7(0x26c)])==null?{'value':_0x27e471['value']}:_0x4d5a3e};}):[{'label':_0x1eb89d['t'](_0x304ab9(0x322)),'icon':_0x308f69(_0x32213e,{}),'commandId':_0x35a5e4['id'],'params':{'value':_0x5295cf[_0x304ab9(0x670)]}},{'label':_0x1eb89d['t'](_0x304ab9(0x389)),'icon':_0x308f69(_0x2e6eb7,{}),'commandId':_0x35a5e4['id'],'params':{'value':_0x5295cf[_0x304ab9(0x4ac)]}},{'label':_0x1eb89d['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':_0x308f69(_0x2ffc00,{}),'commandId':_0x35a5e4['id'],'params':{'value':_0x5295cf[_0x304ab9(0x243)]}}];return _0x308f69(Ap,{'embedId':_0x125ef5[_0x304ab9(0x41e)],'disabled':_0x1e8df0,'title':_0x304ab9(0x665),'triggerClassName':_0x304ab9(0x5a8),'open':_0x125ef5['open'],'onOpenChange':_0x125ef5[_0x304ab9(0x25a)],'trigger':_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x2ffc00,{}),_0x308f69(_0x2701e3,{})]}),'overlay':_0x308f69(jp,{'children':_0x141c71[_0x304ab9(0x438)](_0x26511c=>{const _0x568f55=_0x304ab9;var _0x12c566,_0x44b1f0;return _0x308f69(Pp,{'icon':_0x26511c[_0x568f55(0x3bd)],'onClick':()=>{const _0x20165b=_0x568f55;_0x125ef5[_0x20165b(0x6fc)](_0x26511c[_0x20165b(0x40b)],_0x26511c[_0x20165b(0x26c)]),_0x125ef5[_0x20165b(0x25a)](!0x1);},'children':_0x26511c[_0x568f55(0x4e6)]},_0x26511c[_0x568f55(0x40b)]+'-'+String((_0x12c566=(_0x44b1f0=_0x26511c['params'])==null?void 0x0:_0x44b1f0['value'])==null?_0x26511c['label']:_0x12c566));})})});}function xp(_0x448ab1){var _0x33d2f8,_0x18de6e;return(_0x33d2f8=(_0x18de6e=_0x448ab1['tooltip'])==null?_0x448ab1['title']:_0x18de6e)==null?_0x448ab1['id']:_0x33d2f8;}function Sp(_0x432212){const _0x4893f6=_0x5a2f85;var _0x332984;return typeof _0x432212[_0x4893f6(0x4e6)]==_0x4893f6(0x682)?_0x432212[_0x4893f6(0x4e6)]:typeof _0x432212[_0x4893f6(0x43e)]==_0x4893f6(0x682)||typeof _0x432212['value']=='number'?String(_0x432212['value']):(_0x332984=_0x432212['id'])==null?'':_0x332984;}function Cp(_0x444c1a){const _0x2fbef1=_0x5a2f85;return _0x444c1a===_0x5295cf['CLIP']?_0x308f69(_0x32213e,{}):_0x444c1a===_0x5295cf[_0x2fbef1(0x243)]?_0x308f69(_0x2ffc00,{}):_0x308f69(_0x2e6eb7,{});}function wp(_0x3efa1b){const _0x1c5a49=_0x5a2f85;return _0x3efa1b instanceof HTMLElement&&!!_0x3efa1b[_0x1c5a49(0x21b)](_0x1c5a49(0x65e));}function Tp(_0x4793a5){const _0xca0fd8=_0x5a2f85;_0x4793a5[_0xca0fd8(0x534)](),wp(_0x4793a5[_0xca0fd8(0x394)])||_0x4793a5[_0xca0fd8(0x70f)]();}function Ep(_0x3de909,_0xa2a900){const _0x469b0a=_0x5a2f85;if(!(_0x3de909 instanceof HTMLElement))return!0x1;let _0xe14f4=_0x3de909['closest'](_0x469b0a(0x48e));return(_0xe14f4==null?void 0x0:_0xe14f4[_0x469b0a(0x533)](_0x469b0a(0x4a5)))===_0xa2a900;}function Dp(_0x452b14,_0x545b24){const _0x5927ba=_0x5a2f85;let _0x1e01f3=_0x452b14['target'];Ep(_0x1e01f3,_0x545b24)&&_0x452b14[_0x5927ba(0x70f)]();}function Op(_0x5607ab){const _0x4ea0d3=_0x5a2f85;return _0x308f69(_0x4ea0d3(0x4e3),{'data-embed-id':_0x5607ab[_0x4ea0d3(0x41e)],'data-embed-floating-menu-popup':_0x4ea0d3(0x28f),'className':_0x4ea0d3(0x30b),'onPointerDown':_0x5607ab['onPointerDown'],'onMouseDown':Tp,'children':_0x5607ab['children']});}function kp(_0x1ed480){const _0x454910=_0x5a2f85;return _0x308f69(_0x454910(0x27f),{'className':_0x454910(0x5d3),'children':_0x1ed480['children']});}function Ap(_0x3ab4a7){const _0x58a2f6=_0x5a2f85;let {title:_0x5eb348,open:_0x5353a3,onOpenChange:_0xf38dc4}=_0x3ab4a7;return _0x308f69(_0x2c9dc5,{'disabled':_0x3ab4a7[_0x58a2f6(0x3a6)],'align':'start','sideOffset':0x6,'open':_0x5353a3,'onOpenChange':_0xf38dc4,'onPointerDownOutside':_0x17306f=>Dp(_0x17306f,_0x3ab4a7['embedId']),'onFocusOutside':_0x33b479=>Dp(_0x33b479,_0x3ab4a7[_0x58a2f6(0x41e)]),'onInteractOutside':_0x1896b7=>Dp(_0x1896b7,_0x3ab4a7[_0x58a2f6(0x41e)]),'overlay':_0x308f69(_0x58a2f6(0x27f),{'data-embed-id':_0x3ab4a7[_0x58a2f6(0x41e)],'data-embed-floating-menu-popup':'true','onPointerDown':Tp,'onMouseDown':Tp,'children':_0x3ab4a7[_0x58a2f6(0x307)]}),'children':_0x308f69(op,{'title':_0x5eb348,'data-state':_0x5353a3?_0x58a2f6(0x3ea):_0x58a2f6(0x545),'disabled':_0x3ab4a7[_0x58a2f6(0x3a6)],'className':_0x3ab4a7['triggerClassName'],'children':_0x3ab4a7[_0x58a2f6(0x64a)]})});}function jp(_0x4e3766){const _0x31fbb3=_0x5a2f85;return _0x308f69(_0x31fbb3(0x4e3),{'className':_0x31fbb3(0x2b2),'onPointerDown':Tp,'onMouseDown':Tp,'children':_0x4e3766[_0x31fbb3(0x5ac)]});}function Mp(_0x8bac54){const _0x4f3a05=_0x5a2f85;return _0x308f69(_0x4f3a05(0x4e3),{'className':'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','onPointerDown':Tp,'onMouseDown':Tp,'children':_0x8bac54[_0x4f3a05(0x5ac)]});}function Np(_0x23f1ff){const _0xbfdc6f=_0x5a2f85;return _0x5edd8e(_0xbfdc6f(0x6cf),{'type':_0xbfdc6f(0x6cf),'className':_0xbfdc6f(0x5c0),'onClick':_0x23f1ff[_0xbfdc6f(0x2b6)],'children':[_0x308f69(_0xbfdc6f(0x248),{'className':'univer-flex\x20univer-items-center\x20univer-justify-center','children':_0x23f1ff[_0xbfdc6f(0x3bd)]}),_0x308f69(_0xbfdc6f(0x248),{'className':_0xbfdc6f(0x412),'children':_0x23f1ff[_0xbfdc6f(0x5ac)]})]});}function Pp(_0x232c5b){const _0x58e686=_0x5a2f85;return _0x5edd8e(_0x58e686(0x6cf),{'type':'button','className':_0x181de8(_0x58e686(0x3a4),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x232c5b[_0x58e686(0x242)]}),'onClick':_0x232c5b[_0x58e686(0x2b6)],'children':[_0x232c5b[_0x58e686(0x3bd)],_0x232c5b['children']]});}function Fp(_0x583764){const _0x20913f=_0x5a2f85;let {title:_0x2fcee2,active:_0x2a526e,disabled:_0x8de83,children:_0x48ae5c,onClick:_0x3dc001}=_0x583764;return _0x308f69(_0x5d0a64,{'title':_0x537911(_0x13857c)['t'](_0x2fcee2),'placement':_0x20913f(0x70e),'children':_0x308f69(_0x6d1876,{'className':_0x20913f(0x33c),'disabled':_0x8de83,'active':_0x2a526e,'onClick':_0x3dc001,'children':_0x48ae5c})});}const Ip=new WeakMap(),Lp=new WeakSet();function Rp(_0x4d2b75){_u(_0x4d2b75,'sheets-ui.embed',zp);}function zp(_0x2830b2){const _0x1b5f5b=_0x5a2f85;let _0x1cf042=_0x2830b2[_0x1b5f5b(0x43a)](Io),_0x15f524=_0x2830b2['get'](Po),_0x197b93=_0x2830b2[_0x1b5f5b(0x43a)](La),_0x12d3e4=_0x2830b2[_0x1b5f5b(0x43a)](Fo),_0x167ab1=_0x2830b2[_0x1b5f5b(0x43a)](nc),_0x865f71=_0x2830b2['get'](eu),_0x404e72=_0x2830b2[_0x1b5f5b(0x43a)](dc);Lf(_0x2830b2),_0x2830b2[_0x1b5f5b(0x2cc)](_0x7819c2)||_0x2830b2[_0x1b5f5b(0x5a7)]([_0x7819c2,{'useFactory':()=>_0x2830b2['get'](za)}]),_0x2830b2['has'](_0x3c9cec)||_0x2830b2[_0x1b5f5b(0x5a7)]([_0x3c9cec,{'useFactory':()=>Bp({'embedModelService':_0x2830b2[_0x1b5f5b(0x43a)](_0x3f8958),'mountService':_0x2830b2[_0x1b5f5b(0x43a)](Uo),'activationService':_0x2830b2['get'](Ko),'restoreService':_0x2830b2[_0x1b5f5b(0x43a)](ic)})}]),[Mf(),Nf()]['forEach'](_0x5835fc=>{const _0x36b2b6=_0x1b5f5b;_0x1cf042[_0x36b2b6(0x43a)](_0x5835fc[_0x36b2b6(0x323)],_0x5835fc['entry'])||_0x1cf042[_0x36b2b6(0x5f2)](_0x5835fc);});let _0x536215=zf();_0x15f524['get'](_0x536215[_0x1b5f5b(0x734)])||_0x15f524[_0x1b5f5b(0x5f2)](_0x536215);let _0x5192d7=Rf();_0x197b93['get'](_0x5192d7[_0x1b5f5b(0x734)])||_0x197b93['register'](_0x5192d7),np()[_0x1b5f5b(0x2b8)](_0x185525=>{const _0x212ed8=_0x1b5f5b;_0x12d3e4[_0x212ed8(0x43a)](_0x185525['hostType'],_0x185525['entry'],_0x185525[_0x212ed8(0x734)])||_0x12d3e4['register'](_0x185525);}),_0x167ab1[_0x1b5f5b(0x200)](uu(_0x2830b2,{'childType':_0x43e669[_0x1b5f5b(0x49e)],'renderManagerService':_0x521bc8})),_0x865f71['get'](_0x43e669[_0x1b5f5b(0x49e)])||_0x865f71[_0x1b5f5b(0x5f2)](Sf()),_0x404e72[_0x1b5f5b(0x43a)](_0x43e669[_0x1b5f5b(0x49e)])||_0x404e72[_0x1b5f5b(0x5f2)](If(_0x2830b2)),Gp({'injector':_0x2830b2,'previewService':_0x167ab1});}function Bp(_0x2c70bf){return{'mountSheetTab':({hostUnitId:_0x4066e4,hostAnchorId:_0x1e3f87,embedId:_0x5d386a})=>{const _0x3f923f=_0x4aa9;let _0x67b98b=_0x2c70bf[_0x3f923f(0x6c5)][_0x3f923f(0x46c)](_0x4066e4,_0x5d386a);if(!_0x67b98b||_0x67b98b[_0x3f923f(0x52e)]!==_0x1e3f87)return;let _0x396b18=!0x1,_0x1d0e6c=!0x1,_0x16510c;return _0x2c70bf['restoreService']['materializeDescriptor']({'descriptor':_0x67b98b})['then'](_0x111f8f=>{const _0x4c6b1e=_0x3f923f;_0x396b18||(_0x16510c==null||_0x16510c[_0x4c6b1e(0x6e6)](),_0x16510c=void 0x0,_0x2c70bf[_0x4c6b1e(0x298)][_0x4c6b1e(0x2f7)](_0x111f8f),_0x2c70bf[_0x4c6b1e(0x54a)][_0x4c6b1e(0x636)](_0x111f8f),_0x1d0e6c=!0x0);})[_0x3f923f(0x685)](_0x1ca1b3=>{_0x396b18||(_0x16510c=Vp(_0x1e3f87,_0x1ca1b3));}),_0x5a3ed7(()=>{const _0x30753f=_0x3f923f;_0x396b18=!0x0,_0x16510c==null||_0x16510c[_0x30753f(0x6e6)](),_0x1d0e6c&&_0x2c70bf['mountService'][_0x30753f(0x56b)](_0x5d386a),_0x2c70bf[_0x30753f(0x54a)][_0x30753f(0x573)](_0x5d386a);});},'clearTab':_0x1df631=>{const _0x270221=_0x4aa9;_0x2c70bf[_0x270221(0x54a)][_0x270221(0x573)](_0x1df631);}};}function Vp(_0x44b2a3,_0x4dcc50){const _0xf61224=_0x5a2f85;let _0x2ec3f6=Hp(_0x44b2a3);if(!_0x2ec3f6)return;let _0x355ea4=document[_0xf61224(0x53a)](_0xf61224(0x27f));return _0x355ea4[_0xf61224(0x572)][_0xf61224(0x54d)]=_0xf61224(0x28f),_0x355ea4[_0xf61224(0x520)][_0xf61224(0x5fb)]=_0xf61224(0x3c3),_0x355ea4['style'][_0xf61224(0x676)]=_0xf61224(0x34b),_0x355ea4['style'][_0xf61224(0x68d)]=_0xf61224(0x497),_0x355ea4[_0xf61224(0x46f)]=_0x4dcc50 instanceof Error&&_0x4dcc50[_0xf61224(0x609)]?_0x4dcc50['message']:_0xf61224(0x548),_0x2ec3f6[_0xf61224(0x215)](_0x355ea4),_0x355ea4;}function Hp(_0x46e9e4){const _0x572bea=_0x5a2f85;return document[_0x572bea(0x615)](_0x572bea(0x268)+Up(_0x46e9e4)+'\x22]');}function Up(_0x5b7f0e){const _0x3e76a0=_0x5a2f85;return _0x5b7f0e['replace'](/\\/g,'\x5c\x5c')[_0x3e76a0(0x637)](/"/g,'\x5c\x22');}function Wp(_0x41e1be){const _0x5dfee7=_0x5a2f85;let _0xde3f07=new _0x35b365(),_0x3148f3=0x0,_0x20ccef;if(_0xde3f07['add'](_0x41e1be[_0x5dfee7(0x663)][_0x5dfee7(0x505)][_0x5dfee7(0x59e)](_0x3f6ed8=>{const _0x3b46ef=_0x5dfee7;if(typeof _0x3f6ed8['image']!='string')return;let _0x53da38=_0x41e1be[_0x3b46ef(0x6c5)][_0x3b46ef(0x38c)](_0x3f6ed8['childUnitId'])[_0x3b46ef(0x4f7)](_0x14921d=>_0x14921d[_0x3b46ef(0x41e)]===_0x3f6ed8[_0x3b46ef(0x41e)]&&_0x14921d[_0x3b46ef(0x379)]==='sheets-floating-object');_0x53da38!=null&&_0x53da38[_0x3b46ef(0x52e)]&&_0x41e1be[_0x3b46ef(0x283)][_0x3b46ef(0x2e8)]({'id':_0x53da38[_0x3b46ef(0x52e)],'image':_0x3f6ed8[_0x3b46ef(0x410)],'updatedAt':_0x3f6ed8['updatedAt']});})),!_0x41e1be['canvasFloatDomPreviewService'][_0x5dfee7(0x6c9)])return _0xde3f07;let _0x8df7be=()=>{const _0x4b3a86=_0x5dfee7;_0x20ccef||_0x3148f3>=0xf0||(_0x20ccef=globalThis[_0x4b3a86(0x42b)](()=>{_0x20ccef=void 0x0,_0x3148f3+=0x1,_0x205458();},0xfa));},_0xc99f37=_0x4f1359=>{const _0x5adbf9=_0x5dfee7;let _0x4d3bdc=_0x4f1359[_0x5adbf9(0x40e)];if(!_0x4d3bdc||typeof _0x4d3bdc!=_0x5adbf9(0x4d6))return!0x0;let _0x2c6a95=Jp(_0x4d3bdc,_0x5adbf9(0x41e)),_0x885b01=Jp(_0x4d3bdc,'hostUnitId');if(!_0x2c6a95||!_0x885b01)return!0x0;let _0x2c4fc8=_0x41e1be[_0x5adbf9(0x6c5)]['getDescriptor'](_0x885b01,_0x2c6a95);return!_0x2c4fc8||_0x2c4fc8[_0x5adbf9(0x379)]!==_0x5adbf9(0x2e6)||!_0x2c4fc8[_0x5adbf9(0x6be)]||_0x2c4fc8[_0x5adbf9(0x734)]==null?!0x1:(_0x41e1be['previewService'][_0x5adbf9(0x353)]({'descriptor':_0x2c4fc8,'childUnitId':_0x2c4fc8[_0x5adbf9(0x6be)],'childType':_0x2c4fc8[_0x5adbf9(0x734)],'width':_0x4f1359[_0x5adbf9(0x433)],'height':_0x4f1359[_0x5adbf9(0x354)],'dpr':typeof window>'u'?0x1:window[_0x5adbf9(0x5bf)]||0x1,'reason':_0x5adbf9(0x343)}),!0x0);},_0x205458=()=>{const _0x30136e=_0x5dfee7;var _0x11e0d3,_0x55db4d;let _0xfeecae=!0x1;(_0x11e0d3=(_0x55db4d=_0x41e1be['canvasFloatDomPreviewService'])[_0x30136e(0x6b7)])==null||_0x11e0d3[_0x30136e(0x697)](_0x55db4d)[_0x30136e(0x2b8)](_0x3b2b16=>{_0xc99f37(_0x3b2b16)||(_0xfeecae=!0x0);}),_0xfeecae&&_0x8df7be();};return _0x205458(),_0xde3f07[_0x5dfee7(0x5a7)](_0x41e1be[_0x5dfee7(0x283)][_0x5dfee7(0x6c9)][_0x5dfee7(0x59e)](_0x20205f=>{_0xc99f37(_0x20205f)||_0x8df7be();})),_0xde3f07['add'](()=>{_0x20ccef&&globalThis['clearTimeout'](_0x20ccef);}),_0xde3f07;}function Gp(_0x1d70d2){const _0x1c14ce=_0x5a2f85;let _0x1bb1be=_0x1d70d2['injector'],_0x56b31a=Ip['get'](_0x1bb1be);if(_0x56b31a)return _0x56b31a;let _0x1b5aa6=qp(_0x1d70d2[_0x1c14ce(0x514)]);if(_0x1b5aa6!==null){if(_0x1b5aa6){let _0x1a4a8b=Wp({'previewService':_0x1d70d2[_0x1c14ce(0x663)],'embedModelService':_0x1b5aa6[_0x1c14ce(0x6c5)],'canvasFloatDomPreviewService':_0x1b5aa6[_0x1c14ce(0x283)]});return Ip[_0x1c14ce(0x5a2)](_0x1bb1be,_0x1a4a8b),_0x1a4a8b;}_0x1d70d2[_0x1c14ce(0x4e9)]===!0x1||Lp['has'](_0x1bb1be)||(Lp[_0x1c14ce(0x5a7)](_0x1bb1be),Kp(_0x1d70d2,0x0));}}function Kp(_0xfcb50e,_0x5d2ec1){const _0x2a2d14=_0x5a2f85;var _0x213217,_0x146d7d;let _0x15c507=(_0x213217=_0xfcb50e[_0x2a2d14(0x525)])==null?0xf0:_0x213217,_0x1ee69f=(_0x146d7d=_0xfcb50e[_0x2a2d14(0x678)])==null?0xfa:_0x146d7d,_0x123b30=_0xfcb50e[_0x2a2d14(0x514)];globalThis[_0x2a2d14(0x42b)](()=>{if(Gp({..._0xfcb50e,'retry':!0x1})||_0x5d2ec1+0x1>=_0x15c507){Lp['delete'](_0x123b30);return;}Kp(_0xfcb50e,_0x5d2ec1+0x1);},_0x1ee69f);}function qp(_0x27c8a7){const _0x38c614=_0x5a2f85;try{return!_0x27c8a7[_0x38c614(0x2cc)](_0x8e0706)||!_0x27c8a7[_0x38c614(0x2cc)](_0x3f8958)?void 0x0:{'embedModelService':_0x27c8a7[_0x38c614(0x43a)](_0x3f8958),'canvasFloatDomPreviewService':_0x27c8a7['get'](_0x8e0706)};}catch{return null;}}function Jp(_0x5edba9,_0x2f09f8){const _0x25a62a=_0x5a2f85;let _0x2bd180=_0x5edba9[_0x2f09f8];return typeof _0x2bd180==_0x25a62a(0x682)?_0x2bd180:void 0x0;}let Yp=class{constructor(_0x20f0eb){const _0x29b23a=_0x5a2f85;this[_0x29b23a(0x5d7)]=_0x20f0eb,Y(this,'_leases',new Map());}[_0x5a2f85(0x6e0)](_0x4abb6a,_0x57b611){const _0x3bf46c=_0x5a2f85;if(this[_0x3bf46c(0x43c)][_0x3bf46c(0x2cc)](_0x4abb6a[_0x3bf46c(0x41e)]))throw Error(_0x3bf46c(0x6b8)+_0x4abb6a['embedId']);let _0x56a9d2=this[_0x3bf46c(0x5d7)][_0x3bf46c(0x288)](_0x4abb6a['embedId']),_0x12bc96=_0x56a9d2!=null&&_0x56a9d2['context']?this[_0x3bf46c(0x649)](_0x56a9d2,_0x57b611):this[_0x3bf46c(0x22d)](_0x4abb6a,_0x57b611);return this[_0x3bf46c(0x43c)]['set'](_0x4abb6a[_0x3bf46c(0x41e)],_0x12bc96),{'session':_0x12bc96[_0x3bf46c(0x222)],'ownsSession':_0x12bc96[_0x3bf46c(0x61c)],'dispose':()=>{const _0x1d30ab=_0x3bf46c;this[_0x1d30ab(0x43c)]['get'](_0x4abb6a[_0x1d30ab(0x41e)])===_0x12bc96&&(this['_leases'][_0x1d30ab(0x3b3)](_0x4abb6a['embedId']),_0x12bc96[_0x1d30ab(0x50e)]());}};}['_relocateExistingSession'](_0x20c175,_0x20f918){const _0xd8f521=_0x5a2f85;let _0x4f9008=_0x20c175[_0xd8f521(0x4af)]['renderScope'][_0xd8f521(0x56f)],_0x2e6645=_0x4f9008[_0xd8f521(0x4c9)],_0x3e5cee=_0x4f9008[_0xd8f521(0x411)];if(!_0x2e6645)throw Error('EMBED_RUNTIME_HOST_NOT_ATTACHED:'+_0x20c175['embedId']);return _0x20f918[_0xd8f521(0x215)](_0x4f9008),{'session':_0x20c175,'ownsSession':!0x1,'dispose':()=>{const _0x50fdfd=_0xd8f521;if(this[_0x50fdfd(0x5d7)][_0x50fdfd(0x288)](_0x20c175[_0x50fdfd(0x41e)])!==_0x20c175){_0x4f9008[_0x50fdfd(0x6e6)]();return;}(_0x3e5cee==null?void 0x0:_0x3e5cee['parentNode'])===_0x2e6645?_0x2e6645[_0x50fdfd(0x508)](_0x4f9008,_0x3e5cee):_0x2e6645[_0x50fdfd(0x714)](_0x4f9008);}};}[_0x5a2f85(0x22d)](_0x5bb6bb,_0x4afeee){const _0xb86a10=_0x5a2f85;let _0x3ddb65=this[_0xb86a10(0x5d7)][_0xb86a10(0x240)](_0x5bb6bb,_0x4afeee);return{'session':_0x3ddb65,'ownsSession':!0x0,'dispose':()=>{const _0x3f7e27=_0xb86a10;this[_0x3f7e27(0x5d7)][_0x3f7e27(0x288)](_0x5bb6bb[_0x3f7e27(0x41e)])===_0x3ddb65&&this['_mountService'][_0x3f7e27(0x56b)](_0x5bb6bb[_0x3f7e27(0x41e)]);}};}};Yp=Bo([$(0x0,_0x40a9b9(Uo))],Yp);function Xp(){const _0x453abe=_0x5a2f85;return xu({'childType':_0x43e669[_0x453abe(0x6e5)],'productName':_0x453abe(0x587)});}function Zp(_0x2f9279){const _0x5c1c21=_0x5a2f85;var _0x2dfc64,_0x57a967;return ec({'embedId':_0x2f9279[_0x5c1c21(0x41e)],'active':_0x2f9279[_0x5c1c21(0x242)],'fullscreen':_0x2f9279[_0x5c1c21(0x3e1)],'usesDomFloatingStage':(_0x2dfc64=_0x2f9279[_0x5c1c21(0x72a)])==null?!0x0:_0x2dfc64,'renderScopeActive':(_0x57a967=_0x2f9279['renderScopeActive'])==null?!0x1:_0x57a967});}function Qp(_0x5c733c){const _0xf08f8e=_0x5a2f85;var _0x4260a9;let _0x514c1c=_0x537911(_0x13857c),{hostUnitId:_0x30a68e,embedId:_0x344210,childUnitId:_0x2d1689,slideModel:_0x5e3975,floatingActiveService:_0x4ce7e9,commandService:_0x3ce925,instanceService:_0x5ab463,fullscreen:_0x129dff,usesDomFloatingStage:_0x5763c0,renderScopeActive$:_0x38ad7c}=_0x5c733c,_0x490220=_0x471436(()=>_0x4ce7e9[_0xf08f8e(0x6d3)],_0x4ce7e9[_0xf08f8e(0x33a)](),!0x1,[_0x4ce7e9]),_0x1c7eba=_0x471436(_0x38ad7c,!0x1),_0x4ea7df=_0x471436(_0x5e3975===null?null:()=>_0x5e3975[_0xf08f8e(0x6d5)]['slideOrder$'],[],!0x1,[_0x5e3975]),_0x5b1889=_0x471436(_0x5e3975===null?null:()=>_0x5e3975[_0xf08f8e(0x6d5)][_0xf08f8e(0x71c)],_0x5e3975==null||(_0x4260a9=_0x5e3975[_0xf08f8e(0x6d5)][_0xf08f8e(0x396)]())==null?void 0x0:_0x4260a9[_0xf08f8e(0x2d6)](),!0x1,[_0x5e3975]),_0xe4929f=_0x31dcbc(()=>{const _0x32872c=_0xf08f8e;var _0x3833a0;return(_0x3833a0=_0x5e3975==null?void 0x0:_0x5e3975[_0x32872c(0x6d5)][_0x32872c(0x662)]())==null?[]:_0x3833a0;},[_0x5e3975,_0x4ea7df]),_0x3dc7ae=Math[_0xf08f8e(0x5bd)](0x0,_0xe4929f[_0xf08f8e(0x204)](_0x50d691=>_0x50d691[_0xf08f8e(0x2d6)]()===_0x5b1889)),_0x39ccca=_0xe4929f[_0xf08f8e(0x647)],_0x462e72=Zp({'active':_0x490220,'embedId':_0x344210,'fullscreen':_0x129dff,'renderScopeActive':_0x1c7eba,'usesDomFloatingStage':_0x5763c0})===_0xf08f8e(0x229),_0x31a731=()=>{const _0x1d3096=_0xf08f8e;_0x4ce7e9['activate']({'hostUnitId':_0x30a68e,'embedId':_0x344210,'childUnitId':_0x2d1689},_0x1d3096(0x229)),_0x5ab463[_0x1d3096(0x4e7)](_0x2d1689);},_0x4155c2=_0x303712=>{const _0x571eb0=_0xf08f8e;let _0x474f2a=_0xe4929f[_0x303712];!_0x474f2a||!_0x5e3975||(_0x31a731(),_0x5e3975['pageManager']['setActiveSlide'](_0x474f2a[_0x571eb0(0x2d6)]()));};return _0x5edd8e(_0xf08f8e(0x27f),{'className':_0x181de8(_0xf08f8e(0x1f8),{'univer-hidden':!_0x462e72,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x129dff,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x129dff,'-univer-top-9':!_0x129dff}),'data-embed-floating-menu':'true','data-embed-id':_0x344210,'data-embed-float-stage':_0x462e72?_0xf08f8e(0x229):'inactive','onPointerDown':_0x5ba59c=>_0x5ba59c[_0xf08f8e(0x534)](),'children':[_0x308f69($p,{'title':_0xf08f8e(0x6c6),'disabled':_0x3dc7ae<=0x0,'onClick':()=>_0x4155c2(_0x3dc7ae-0x1),'children':_0x308f69(_0x2efa50,{})}),_0x308f69($p,{'title':'Next\x20page','disabled':_0x39ccca===0x0||_0x3dc7ae>=_0x39ccca-0x1,'onClick':()=>_0x4155c2(_0x3dc7ae+0x1),'children':_0x308f69(_0x54594a,{})}),_0x308f69(_0x5b1310,{'align':_0xf08f8e(0x28e),'sideOffset':0x6,'data-embed-id':_0x344210,'data-embed-floating-menu-popup':_0xf08f8e(0x28f),'items':[{'type':_0xf08f8e(0x34a),'value':String(_0x3dc7ae),'hideIndicator':!0x0,'options':_0xe4929f[_0xf08f8e(0x438)]((_0x9dae94,_0x47eb26)=>({'label':_0xf08f8e(0x608)+(_0x47eb26+0x1),'value':String(_0x47eb26)})),'onSelect':_0x476e0e=>_0x4155c2(Number(_0x476e0e))}],'children':_0x5edd8e(_0x4178fc,{'type':_0xf08f8e(0x6cf),'size':_0xf08f8e(0x526),'variant':_0xf08f8e(0x578),'className':_0xf08f8e(0x540),'title':_0xf08f8e(0x30d),'children':[_0x308f69(_0xf08f8e(0x248),{'children':_0x39ccca===0x0?'0\x20/\x200':_0x3dc7ae+0x1+_0xf08f8e(0x418)+_0x39ccca}),_0x308f69(_0x2701e3,{'className':_0xf08f8e(0x408)})]})}),_0x308f69(_0x1f60c7,{'orientation':_0xf08f8e(0x64b)}),_0x308f69($p,{'title':_0x514c1c['t']('embed-ui.deleteBlock'),'className':_0xf08f8e(0x3dd),'onClick':()=>{_0x3ce925['executeCommand'](_0x4c50df['id'],{'hostUnitId':_0x30a68e,'embedId':_0x344210});},'children':_0x308f69(_0x54bf4e,{})})]});}function $p(_0x18f9f4){const _0x1a1fe2=_0x5a2f85;let {children:_0x286bd9,title:_0x286c02,disabled:_0x5f20f9,className:_0x408a92,onClick:_0x15108a}=_0x18f9f4;return _0x308f69(_0x4178fc,{'type':'button','size':_0x1a1fe2(0x526),'variant':'ghost','className':_0x181de8(_0x1a1fe2(0x230),_0x408a92),'title':_0x286c02,'aria-label':_0x286c02,'disabled':_0x5f20f9,'onClick':_0x15108a,'children':_0x286bd9});}function em(){const _0x15d630=_0x5a2f85;return dd({'childType':_0x43e669[_0x15d630(0x6e5)],'mount':tm});}function tm(_0xbde62e){const _0xd4f276=_0x5a2f85;let _0x4b611e=ud(_0xbde62e),_0x5a0ac0=document[_0xd4f276(0x53a)]('div');_0x5a0ac0['setAttribute']('data-embed-floating-menu-entry',_0xbde62e[_0xd4f276(0x72d)][_0xd4f276(0x379)]),_0x4b611e[_0xd4f276(0x714)](_0x5a0ac0);let _0x1dcd4e=rs(_0x5a0ac0),_0x3fa24c=_0xbde62e[_0xd4f276(0x514)][_0xd4f276(0x43a)](Ra),_0x46141d=_0xbde62e[_0xd4f276(0x514)][_0xd4f276(0x43a)](_0x2942d2),_0x3d5639=_0xbde62e[_0xd4f276(0x514)][_0xd4f276(0x43a)](_0x327678),_0x4c2555=_0x3d5639[_0xd4f276(0x6f0)](_0xbde62e[_0xd4f276(0x6be)],_0x43e669[_0xd4f276(0x6e5)]);return _0x1dcd4e[_0xd4f276(0x705)](_0x459959(Jo,{'injector':_0xbde62e[_0xd4f276(0x2d9)]['injector'],'mountContainer':_0x4b611e,'embedId':_0xbde62e['embedId']},_0x459959(Qp,{'hostUnitId':_0xbde62e[_0xd4f276(0x218)],'embedId':_0xbde62e['embedId'],'childUnitId':_0xbde62e[_0xd4f276(0x6be)],'slideModel':_0x4c2555==null?null:_0x4c2555,'floatingActiveService':_0x3fa24c,'commandService':_0x46141d,'instanceService':_0x3d5639,'fullscreen':!!_0xbde62e[_0xd4f276(0x5af)]['fullscreen'],'usesDomFloatingStage':_0xbde62e[_0xd4f276(0x72d)][_0xd4f276(0x379)]!==_0xd4f276(0x5c3),'renderScopeActive$':_0xbde62e[_0xd4f276(0x5af)][_0xd4f276(0x6d3)]}))),_0x5a3ed7(()=>{const _0x14a8cd=_0xd4f276;is(_0x1dcd4e),globalThis[_0x14a8cd(0x42b)](()=>_0x5a0ac0['remove'](),0x0);});}function nm(_0x248b5c,_0x32a49d,_0x25a049){return{..._0x3a8a5b(_0x248b5c,_0x32a49d),'activateAnchor':_0xf54104=>{const _0x430f1=_0x4aa9;_0x25a049==null||_0x25a049[_0x430f1(0x6bf)](_0xf54104[_0x430f1(0x218)]),_0xf54104[_0x430f1(0x72d)][_0x430f1(0x6be)]&&(_0x32a49d==null||_0x32a49d['setCurrentUnitForType'](_0xf54104['descriptor'][_0x430f1(0x6be)]));let _0x379b68=_0x32a49d==null?void 0x0:_0x32a49d[_0x430f1(0x6f0)](_0xf54104['hostUnitId'],_0x43e669['UNIVER_SLIDE']),_0x5baed2=()=>{const _0x3d5f6c=_0x430f1;var _0x4f4aae,_0x42fe7d;return _0x379b68==null||(_0x4f4aae=_0x379b68[_0x3d5f6c(0x6d5)])==null||(_0x42fe7d=_0x4f4aae['setActiveSlide'])==null?void 0x0:_0x42fe7d[_0x3d5f6c(0x697)](_0x4f4aae,_0xf54104['hostAnchorId']);};if(typeof window>'u'){_0x5baed2();return;}window[_0x430f1(0x54e)](_0x5baed2);}};}function rm(){const _0x284b35=_0x5a2f85;return{'hostType':_0x43e669['UNIVER_SLIDE'],'entry':_0x284b35(0x5c3),'layout':_0x284b35(0x264),'supportedLayouts':[_0x284b35(0x264),_0x284b35(0x4d1),_0x284b35(0x5f6),_0x284b35(0x407)],'menuBehavior':_0x284b35(0x2d1),'mount':_0x53ed92=>{const _0x5507b7=_0x284b35;let _0xe20bff=am('data-embed-slides-floating-object-host',_0x53ed92[_0x5507b7(0x72d)][_0x5507b7(0x52e)]);return _0xe20bff?{'hostElement':_0xe20bff}:{};}};}function im(){const _0x5ac097=_0x5a2f85;return{'hostType':_0x43e669[_0x5ac097(0x6e5)],'entry':_0x5ac097(0x630),'layout':_0x5ac097(0x557),'supportedLayouts':[_0x5ac097(0x557)],'menuBehavior':_0x5ac097(0x566),'mount':_0x5e602b=>{const _0x311193=_0x5ac097;let _0x378b9f=am(_0x311193(0x454),_0x5e602b[_0x311193(0x72d)]['hostAnchorId']);return _0x378b9f?{'hostElement':_0x378b9f}:{};}};}function am(_0x1f007d,_0x3ed013){const _0x55ab27=_0x5a2f85;return document[_0x55ab27(0x615)]('['+_0x1f007d+'=\x22'+om(_0x3ed013)+'\x22]');}function om(_0x481c8d){const _0x28cff6=_0x5a2f85;return _0x481c8d[_0x28cff6(0x637)](/\\/g,'\x5c\x5c')[_0x28cff6(0x637)](/"/g,'\x5c\x22');}function sm(){const _0x541221=_0x5a2f85;return{'childType':_0x43e669[_0x541221(0x6e5)],'handleWheel':()=>!0x1};}const cm=0x10/0x9;function lm(_0x1185c5,_0xfbbc7a=cm){const _0x169228=_0x5a2f85;let _0x4c3bc1=Math[_0x169228(0x5bd)](0x1,_0x1185c5[_0x169228(0x433)]),_0xd0f0c0=Math['max'](0x1,_0x1185c5['height']),_0x20e05d=Number[_0x169228(0x3e5)](_0xfbbc7a)&&_0xfbbc7a>0x0?_0xfbbc7a:cm;return _0x4c3bc1/_0xd0f0c0>_0x20e05d?{'width':_0xd0f0c0*_0x20e05d,'height':_0xd0f0c0}:{'width':_0x4c3bc1,'height':_0x4c3bc1/_0x20e05d};}function um(_0x27463f={}){let {unitId:_0x232753,active$:_0x4eef49}=_0x27463f,_0x497f24=_0x471436(_0x4eef49==null?null:_0x4eef49,!0x0);return _0x5edd8e(pm,{'children':[_0x308f69(_0x4648fa,{'previewMode':!0x0,'unitId':_0x232753}),_0x497f24&&_0x5edd8e(_0x4fe6d1,{'children':[_0x308f69(_0x13151c,{}),_0x308f69(_0x433417,{})]})]});}function dm(_0x4f4de8={}){let {unitId:_0x2f985a,render:_0x3b3625}=_0x4f4de8;return _0x308f69(pm,{'readonly':!0x0,'children':_0x2f985a?_0x308f69(fm,{'unitId':_0x2f985a,'render':_0x3b3625}):_0x308f69(_0x4648fa,{'previewMode':!0x0})});}function fm(_0x24972c){const _0x457656=_0x5a2f85;let {unitId:_0x37e4e0,render:_0x2b3ff5}=_0x24972c,_0x5bd994=_0x100a3f(null),_0x3bad56=_0x537911(_0x521bc8);return _0x5cff27(()=>{const _0x1c78a4=_0x4aa9;let _0x40b659=_0x5bd994[_0x1c78a4(0x208)];if(!_0x40b659)return;let _0x2f2d7d=_0x2b3ff5==null?_0x3bad56[_0x1c78a4(0x6bb)](_0x37e4e0):_0x2b3ff5;_0x2f2d7d&&_0x4c566e(_0x2f2d7d,_0x40b659);},[_0x2b3ff5,_0x3bad56,_0x37e4e0]),_0x308f69(_0x457656(0x27f),{'ref':_0x5bd994,'className':_0x457656(0x58a),'data-embed-slide-readonly-canvas-host':'true','data-embed-child-render-unit-id':_0x37e4e0});}function pm(_0x3c12a2){const _0x5a7213=_0x5a2f85;let {children:_0x3801e0,readonly:_0x528919=!0x1}=_0x3c12a2,_0x3368a1=_0x100a3f(null),[_0x1ec090,_0x545e79]=_0x120269(null);return _0x5cff27(()=>{const _0x4a3a74=_0x4aa9;let _0x5ebce4=_0x3368a1[_0x4a3a74(0x208)];if(!_0x5ebce4)return;let _0x4cbca4=()=>{const _0x5b4346=_0x4a3a74;let _0x2c9f3f=_0x5ebce4[_0x5b4346(0x414)]();_0x545e79(lm({'width':_0x2c9f3f[_0x5b4346(0x433)]||_0x5ebce4[_0x5b4346(0x4a3)],'height':_0x2c9f3f['height']||_0x5ebce4[_0x5b4346(0x27a)]}));};if(_0x4cbca4(),typeof ResizeObserver>'u')return;let _0x52a97d=new ResizeObserver(_0x4cbca4);return _0x52a97d[_0x4a3a74(0x4ec)](_0x5ebce4),()=>_0x52a97d[_0x4a3a74(0x34e)]();},[]),_0x308f69('div',{'ref':_0x3368a1,'className':_0x5a7213(0x6a8),'data-embed-slide-floating-preview':_0x5a7213(0x28f),'data-embed-slide-readonly-floating-preview':_0x528919?_0x5a7213(0x28f):void 0x0,'children':_0x308f69('div',{'className':_0x5a7213(0x316),'data-embed-slide-floating-page-frame':_0x5a7213(0x28f),'style':{'width':_0x1ec090?_0x1ec090[_0x5a7213(0x433)]+'px':_0x5a7213(0x318),'height':_0x1ec090?_0x1ec090[_0x5a7213(0x354)]+'px':_0x5a7213(0x318)},'children':_0x3801e0})});}function mm(){const _0x2abd28=_0x5a2f85;return{'childType':_0x43e669[_0x2abd28(0x6e5)],'supportedLayouts':[_0x2abd28(0x557),_0x2abd28(0x5f6),_0x2abd28(0x264)],'beforeDeactivate':hm,'mount':gm};}function hm(_0x497b35){const _0x20327c=_0x5a2f85;let _0x30b768=_0x497b35[_0x20327c(0x2d9)][_0x20327c(0x514)];if(!(_0x30b768!=null&&_0x30b768['has'](_0x29c689)))return;let _0x31df96=_0x30b768[_0x20327c(0x43a)](_0x29c689);_0x31df96['clearActiveEditing'](),_0x31df96[_0x20327c(0x53b)]();}function gm(_0x4791ff){const _0x4d06ab=_0x5a2f85;if(!_0x4791ff[_0x4d06ab(0x514)][_0x4d06ab(0x43a)](_0x327678)['getUnit'](_0x4791ff[_0x4d06ab(0x6be)],_0x43e669[_0x4d06ab(0x6e5)]))return;let _0x69433a=_0x4791ff[_0x4d06ab(0x2d9)][_0x4d06ab(0x514)];if(!_0x69433a)return;let _0x119278=_0x4791ff[_0x4d06ab(0x2d9)][_0x4d06ab(0x333)][_0x4d06ab(0x476)],_0x482a79=_0x4791ff[_0x4d06ab(0x2d9)][_0x4d06ab(0x333)][_0x4d06ab(0x2b9)],_0x589658=_0x4791ff[_0x4d06ab(0x514)][_0x4d06ab(0x43a)](_0x521bc8),_0x5a4a8d=_m(_0x4791ff),_0x31a636=_0x482a79?su(_0x589658,_0x4791ff['childUnitId'],_0x69433a):void 0x0;if(_0x31a636&&_0x482a79&&!_0x5a4a8d){try{var _0x32e57c,_0x4baba0;(_0x32e57c=(_0x4baba0=_0x31a636[_0x4d06ab(0x6a5)])['unmount'])==null||_0x32e57c['call'](_0x4baba0);}catch{}_0x31a636['engine'][_0x4d06ab(0x2f7)](_0x482a79),lu(_0x31a636,{'activate':!0x0}),_0x482a79[_0x4d06ab(0x572)][_0x4d06ab(0x72e)]=_0x4791ff[_0x4d06ab(0x6be)],_0x482a79['dataset'][_0x4d06ab(0x571)]=_0x4d06ab(0x730);}let _0x5e55a9=rs(_0x119278);return _0x119278['dataset']['embedChildRenderUnitId']=_0x4791ff[_0x4d06ab(0x6be)],_0x119278['dataset'][_0x4d06ab(0x571)]=_0x4d06ab(0x729),_0x5e55a9['render'](_0x308f69(Jo,{'injector':_0x69433a,'mountContainer':_0x4791ff['runtimeScope'][_0x4d06ab(0x333)][_0x4d06ab(0x38d)],'embedId':_0x4791ff['embedId'],'children':_0x5a4a8d?_0x308f69(um,{'unitId':_0x4791ff[_0x4d06ab(0x6be)],'active$':_0x4791ff[_0x4d06ab(0x5af)][_0x4d06ab(0x6d3)]}):_0x308f69(_0x568eec,{})})),_0x5a3ed7(()=>{const _0x12cb32=_0x4d06ab;try{var _0x1d4ac3,_0x504bd2;_0x31a636==null||(_0x504bd2=(_0x1d4ac3=_0x31a636[_0x12cb32(0x6a5)])[_0x12cb32(0x56b)])==null||_0x504bd2[_0x12cb32(0x697)](_0x1d4ac3);}catch{}_0x589658[_0x12cb32(0x529)](_0x4791ff[_0x12cb32(0x6be)]),is(_0x5e55a9),_0x119278[_0x12cb32(0x39c)]&&(_0x119278[_0x12cb32(0x68c)](_0x12cb32(0x6de)),_0x119278['removeAttribute'](_0x12cb32(0x417))),_0x482a79!=null&&_0x482a79[_0x12cb32(0x39c)]&&(_0x482a79[_0x12cb32(0x68c)](_0x12cb32(0x6de)),_0x482a79[_0x12cb32(0x68c)](_0x12cb32(0x417))),_0x69433a['dispose']();});}function _m(_0x1ab685){const _0x393f1b=_0x5a2f85;return _0x1ab685[_0x393f1b(0x5af)]['mode']===_0x393f1b(0x700)&&!_0x1ab685[_0x393f1b(0x5af)]['fullscreen']&&_0x1ab685[_0x393f1b(0x22a)]===_0x393f1b(0x5f6);}let vm=class{constructor(_0x1f05bd,_0xf02c07){const _0x1b2a96=_0x5a2f85;this['_instanceService']=_0x1f05bd,this[_0x1b2a96(0x3fc)]=_0xf02c07,Y(this,_0x1b2a96(0x734),_0x43e669[_0x1b2a96(0x6e5)]);}[_0x5a2f85(0x544)](_0x1e4692){const _0x1bf8b9=_0x5a2f85;var _0x313c17,_0xc87504,_0xedb17a;let _0x23617d=this['_getSlideModel'](_0x1e4692['childUnitId']),_0x30bc47=(_0x313c17=_0x23617d==null||(_0xc87504=_0x23617d[_0x1bf8b9(0x6d5)][_0x1bf8b9(0x396)]())==null?void 0x0:_0xc87504[_0x1bf8b9(0x2d6)]())==null?'':_0x313c17;return{'unitId':_0x1e4692[_0x1bf8b9(0x6be)],'pageId':_0x30bc47,'scaleMode':'fit','zoomRatio':_0x23617d==null||(_0xedb17a=_0x23617d['getZoomRatio'])==null?void 0x0:_0xedb17a[_0x1bf8b9(0x697)](_0x23617d)};}[_0x5a2f85(0x695)](_0xe77660,_0x57dd62){const _0x128b83=_0x5a2f85;let _0x4d9562=this['_getSlideModel'](_0xe77660[_0x128b83(0x6be)]);!_0x4d9562||!_0x57dd62[_0x128b83(0x4bc)]||!_0x4d9562[_0x128b83(0x6d5)][_0x128b83(0x6ed)](_0x57dd62[_0x128b83(0x4bc)])||_0x4d9562[_0x128b83(0x6d5)]['setActiveSlide'](_0x57dd62[_0x128b83(0x4bc)]);}['renderPreview'](_0xcafe4f){const _0x29be08=_0x5a2f85;var _0x32d2ae,_0x365af5,_0x53ce90;let _0x2c2b70=this['_getSlideModel'](_0xcafe4f[_0x29be08(0x6be)]),_0x328467=(_0x32d2ae=_0xcafe4f[_0x29be08(0x2a9)])==null?void 0x0:_0x32d2ae[_0x29be08(0x4bc)];_0x2c2b70&&_0x328467&&_0x2c2b70[_0x29be08(0x6d5)][_0x29be08(0x6ed)](_0x328467)&&_0x2c2b70[_0x29be08(0x6d5)][_0x29be08(0x542)](_0x328467);let _0x2f9195=this[_0x29be08(0x720)](_0xcafe4f[_0x29be08(0x6be)]),_0x35cd59=_0x2f9195==null||(_0x365af5=_0x2f9195[_0x29be08(0x6a5)])==null||(_0x53ce90=_0x365af5[_0x29be08(0x56e)])==null?void 0x0:_0x53ce90['call'](_0x365af5);if(_0x2f9195&&(!_0x35cd59||_0x35cd59[_0x29be08(0x433)]<=0x1||_0x35cd59[_0x29be08(0x354)]<=0x1)&&(_0x35cd59=ym(_0x2f9195,_0xcafe4f[_0x29be08(0x433)],_0xcafe4f[_0x29be08(0x354)])),!(!_0x35cd59||_0x35cd59[_0x29be08(0x433)]<=0x1||_0x35cd59[_0x29be08(0x354)]<=0x1||typeof _0x35cd59[_0x29be08(0x4ee)]!=_0x29be08(0x733)))try{var _0x16c4bb,_0x458fe4;let _0xd0166c=_0x2c2b70?_0x33bf72(_0x2c2b70['getSnapshot']()['defaultPageSize']):void 0x0,_0x2c2da5=_0xd0166c?_0xd0166c[_0x29be08(0x433)]/_0xd0166c[_0x29be08(0x354)]:void 0x0,_0x2acf33=(_0x16c4bb=Sm(_0x2f9195,_0x35cd59[_0x29be08(0x433)],_0x35cd59['height']))==null?_0x2c2da5?bm(_0x35cd59[_0x29be08(0x433)],_0x35cd59['height'],_0x2c2da5):void 0x0:_0x16c4bb;return(_0x458fe4=Cm(_0x35cd59,_0xcafe4f[_0x29be08(0x433)],_0xcafe4f[_0x29be08(0x354)],_0xcafe4f[_0x29be08(0x399)],_0x2acf33))==null?_0x35cd59[_0x29be08(0x4ee)]('image/png'):_0x458fe4;}catch{return;}}[_0x5a2f85(0x403)](_0x2d31de){const _0x124f08=_0x5a2f85;var _0x4dd987;return(_0x4dd987=this[_0x124f08(0x689)][_0x124f08(0x6f0)](_0x2d31de,_0x43e669['UNIVER_SLIDE']))==null?void 0x0:_0x4dd987;}[_0x5a2f85(0x720)](_0x1e04d5){const _0x37f9ca=_0x5a2f85;let _0x290710=this[_0x37f9ca(0x3fc)][_0x37f9ca(0x6bb)](_0x1e04d5);if(_0x290710)return _0x290710;try{return this['_renderManagerService'][_0x37f9ca(0x598)](_0x1e04d5);}catch{return;}}};vm=Bo([$(0x0,_0x327678),$(0x1,_0x521bc8)],vm);function ym(_0x2c451f,_0x4704ff,_0x124976){const _0xae627=_0x5a2f85;if(typeof document>'u')return;let _0xc7ad88=_0x2c451f['engine'],_0x48b552=_0x2c451f[_0xae627(0x4b4)];if(!(_0xc7ad88!=null&&_0xc7ad88[_0xae627(0x73d)])||!_0xc7ad88['resize'])return;let _0x5dcdd1=document[_0xae627(0x53a)](_0xae627(0x27f));_0x5dcdd1['style']['position']=_0xae627(0x310),_0x5dcdd1[_0xae627(0x520)][_0xae627(0x53e)]='-100000px',_0x5dcdd1[_0xae627(0x520)][_0xae627(0x311)]='-100000px',_0x5dcdd1[_0xae627(0x520)][_0xae627(0x433)]=Math[_0xae627(0x5bd)](0x1,Math[_0xae627(0x4cd)](_0x4704ff))+'px',_0x5dcdd1[_0xae627(0x520)][_0xae627(0x354)]=Math[_0xae627(0x5bd)](0x1,Math[_0xae627(0x4cd)](_0x124976))+'px',_0x5dcdd1[_0xae627(0x520)][_0xae627(0x6cc)]=_0xae627(0x2e2),_0x5dcdd1[_0xae627(0x572)][_0xae627(0x5de)]='true',document['body'][_0xae627(0x714)](_0x5dcdd1);try{var _0x32cb25,_0x2523c5,_0xaaba44;return _0xc7ad88[_0xae627(0x73d)](_0x5dcdd1),_0xc7ad88[_0xae627(0x48a)](),_0x48b552==null||(_0x32cb25=_0x48b552[_0xae627(0x2a1)])==null||_0x32cb25[_0xae627(0x697)](_0x48b552,!0x0),_0x48b552==null||(_0x2523c5=_0x48b552[_0xae627(0x705)])==null||_0x2523c5[_0xae627(0x697)](_0x48b552),(_0xaaba44=_0xc7ad88[_0xae627(0x56e)])==null?void 0x0:_0xaaba44[_0xae627(0x697)](_0xc7ad88);}finally{_0x5dcdd1['remove']();}}function bm(_0xfacc74,_0x1cbf96,_0x58df92){const _0x41fed0=_0x5a2f85;let _0x203653=Math[_0x41fed0(0x5bd)](0x1,Math[_0x41fed0(0x4cd)](_0xfacc74)),_0xf9b2f5=Math[_0x41fed0(0x5bd)](0x1,Math[_0x41fed0(0x4cd)](_0x1cbf96));if(!Number[_0x41fed0(0x3e5)](_0x58df92)||_0x58df92<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x203653,'sHeight':_0xf9b2f5};if(_0x203653/_0xf9b2f5>_0x58df92){let _0x28d92c=Math['round'](_0xf9b2f5*_0x58df92);return{'sx':Math['max'](0x0,Math[_0x41fed0(0x4cd)]((_0x203653-_0x28d92c)/0x2)),'sy':0x0,'sWidth':_0x28d92c,'sHeight':_0xf9b2f5};}let _0x5a81f5=Math[_0x41fed0(0x4cd)](_0x203653/_0x58df92);return{'sx':0x0,'sy':Math[_0x41fed0(0x5bd)](0x0,Math['round']((_0xf9b2f5-_0x5a81f5)/0x2)),'sWidth':_0x203653,'sHeight':_0x5a81f5};}function xm(_0x9068f6,_0x27ecf9,_0x7e000b,_0x7d2cdb,_0x2c5581){const _0x809a53=_0x5a2f85;if(typeof _0x7e000b['left']!=_0x809a53(0x402)||typeof _0x7e000b['top']!=_0x809a53(0x402)||typeof _0x7e000b['width']!=_0x809a53(0x402)||typeof _0x7e000b[_0x809a53(0x354)]!='number'||_0x7e000b[_0x809a53(0x433)]<=0x0||_0x7e000b['height']<=0x0)return;let _0x315682=Math[_0x809a53(0x5bd)](0x0,Math[_0x809a53(0x4cd)](_0x7e000b[_0x809a53(0x53e)]*_0x7d2cdb)),_0x31bc52=Math['max'](0x0,Math[_0x809a53(0x4cd)](_0x7e000b[_0x809a53(0x311)]*_0x2c5581));return{'sx':_0x315682,'sy':_0x31bc52,'sWidth':Math['min'](Math[_0x809a53(0x5bd)](0x1,Math[_0x809a53(0x4cd)](_0x7e000b[_0x809a53(0x433)]*_0x7d2cdb)),Math['max'](0x1,Math[_0x809a53(0x4cd)](_0x9068f6-_0x315682))),'sHeight':Math[_0x809a53(0x510)](Math[_0x809a53(0x5bd)](0x1,Math[_0x809a53(0x4cd)](_0x7e000b[_0x809a53(0x354)]*_0x2c5581)),Math['max'](0x1,Math[_0x809a53(0x4cd)](_0x27ecf9-_0x31bc52)))};}function Sm(_0x358198,_0x15462d,_0x4eb6c0){const _0x484a1c=_0x5a2f85;var _0x3eeb14,_0x2656c8,_0x347104,_0xb5ef67,_0x3c5a10,_0x15f1e9;let _0x341801=_0x358198==null?void 0x0:_0x358198[_0x484a1c(0x4b4)],_0x5aa073=_0x341801==null||(_0x3eeb14=_0x341801[_0x484a1c(0x462)])==null?void 0x0:_0x3eeb14[_0x484a1c(0x697)](_0x341801,_0x4fcc64),_0x11239a=_0x341801==null||(_0x2656c8=_0x341801['getAncestorScale'])==null?void 0x0:_0x2656c8[_0x484a1c(0x697)](_0x341801),_0x25ef33=(_0x347104=(_0xb5ef67=_0x11239a==null?void 0x0:_0x11239a[_0x484a1c(0x6b0)])==null?_0x341801==null?void 0x0:_0x341801[_0x484a1c(0x6b0)]:_0xb5ef67)==null?0x1:_0x347104,_0x5027e7=(_0x3c5a10=(_0x15f1e9=_0x11239a==null?void 0x0:_0x11239a['scaleY'])==null?_0x341801==null?void 0x0:_0x341801['scaleY']:_0x15f1e9)==null?_0x25ef33:_0x3c5a10;return _0x5aa073?xm(_0x15462d,_0x4eb6c0,_0x5aa073,_0x25ef33,_0x5027e7):void 0x0;}function Cm(_0x4c0460,_0x4687a4,_0x4522ca,_0x2ba05d,_0x2a9d89){const _0x50750a=_0x5a2f85;if(typeof document>'u'||!_0x2a9d89)return;let _0x54bae6=document[_0x50750a(0x53a)](_0x50750a(0x2b9));_0x54bae6[_0x50750a(0x433)]=Math['max'](0x1,Math[_0x50750a(0x4cd)](_0x4687a4*Math[_0x50750a(0x5bd)](0x1,_0x2ba05d||0x1))),_0x54bae6[_0x50750a(0x354)]=Math[_0x50750a(0x5bd)](0x1,Math['round'](_0x4522ca*Math[_0x50750a(0x5bd)](0x1,_0x2ba05d||0x1)));let _0x1e7d42=null;try{_0x1e7d42=_0x54bae6[_0x50750a(0x707)]('2d');}catch{return;}if(_0x1e7d42)return _0x1e7d42[_0x50750a(0x4b3)](_0x4c0460,_0x2a9d89['sx'],_0x2a9d89['sy'],_0x2a9d89[_0x50750a(0x5da)],_0x2a9d89[_0x50750a(0x285)],0x0,0x0,_0x54bae6[_0x50750a(0x433)],_0x54bae6[_0x50750a(0x354)]),_0x54bae6[_0x50750a(0x4ee)](_0x50750a(0x339));}function wm(_0x454b7e,_0x4bb13f){const _0x18730d=_0x5a2f85;let _0x892abf=!0x1,_0x5c6fea,_0x578123,_0x2e6c32,_0x4c237f=_0x108e5b=>{const _0x10a3a8=_0x4aa9;if(_0x892abf||_0x578123||!_0x108e5b[_0x10a3a8(0x410)])return;let _0x3a1933=jm(_0x108e5b['image']);_0x3a1933&&(_0x5c6fea=Mm(_0x4bb13f[_0x10a3a8(0x2d4)],_0x5c6fea,_0x3a1933));},_0x5a7a64=_0x454b7e[_0x18730d(0x663)][_0x18730d(0x505)][_0x18730d(0x59e)](_0xaf7070=>{const _0x5058b1=_0x18730d;_0xaf7070[_0x5058b1(0x41e)]===_0x4bb13f[_0x5058b1(0x41e)]&&(!_0x4bb13f[_0x5058b1(0x6be)]||_0xaf7070[_0x5058b1(0x6be)]===_0x4bb13f['childUnitId'])&&_0x4c237f(_0xaf7070);});return Tm(_0x454b7e,_0x4bb13f)['then'](_0x69274b=>{const _0x1eab36=_0x18730d;if(_0x892abf||!_0x69274b)return;let _0x4e915e=Dm();try{let _0x22eeb3=_0x454b7e['runtimeHostLeaseService'][_0x1eab36(0x6e0)]({..._0x69274b,'mode':'readonly'},_0x4e915e[_0x1eab36(0x692)]);if(!_0x22eeb3['session'][_0x1eab36(0x4af)])throw _0x22eeb3[_0x1eab36(0x50e)](),Error(_0x1eab36(0x2d2));if(_0x892abf){_0x22eeb3[_0x1eab36(0x50e)]();return;}Om(_0x4e915e[_0x1eab36(0x692)]),_0x578123=_0x22eeb3,_0x2e6c32=_0x4e915e,_0x5c6fea=void 0x0,_0x4bb13f[_0x1eab36(0x2d4)][_0x1eab36(0x215)](_0x4e915e[_0x1eab36(0x5b3)]),_0x4e915e[_0x1eab36(0x4ef)](km(_0x454b7e,_0x22eeb3,_0x4e915e['interactionGate']));return;}catch{}Em(_0x454b7e,_0x4bb13f,_0x69274b,_0x4c237f,()=>_0x892abf)[_0x1eab36(0x518)](_0x474305=>{!_0x892abf&&_0x474305&&(_0x5c6fea=Mm(_0x4bb13f['hostElement'],_0x5c6fea,_0x474305));});},()=>{}),_0x5a3ed7(()=>{const _0x262cb8=_0x18730d;_0x892abf=!0x0,_0x5a7a64['unsubscribe'](),_0x578123==null||_0x578123[_0x262cb8(0x50e)](),_0x578123=void 0x0,_0x2e6c32==null||_0x2e6c32[_0x262cb8(0x50e)](),_0x2e6c32=void 0x0,_0x5c6fea==null||_0x5c6fea[_0x262cb8(0x6e6)](),_0x5c6fea=void 0x0;});}async function Tm(_0x244a70,_0x1bbdc9){const _0x2e2efb=_0x5a2f85;var _0x34ee61;let _0xba949a=(_0x34ee61=_0x244a70[_0x2e2efb(0x6c5)]['getDescriptor'](_0x1bbdc9[_0x2e2efb(0x218)],_0x1bbdc9['embedId']))==null?Am(_0x1bbdc9):_0x34ee61;if(_0xba949a){try{_0xba949a=await _0x244a70[_0x2e2efb(0x33b)][_0x2e2efb(0x6f4)]({'descriptor':_0xba949a});}catch{}return _0xba949a[_0x2e2efb(0x6be)]&&_0xba949a[_0x2e2efb(0x734)]!=null?_0xba949a:void 0x0;}}async function Em(_0x3b5d80,_0x346a25,_0x10712d,_0x139df8,_0x2c6e53){const _0x3654e2=_0x5a2f85;var _0x21c533,_0x2196fd;let _0x1c26e8=await((_0x21c533=_0x3b5d80['sceneCanvasCaptureService'])==null?void 0x0:_0x21c533[_0x3654e2(0x479)](_0x346a25['hostAnchorId']));if(_0x2c6e53())return;if(_0x1c26e8)return jm(_0x1c26e8);let _0x5513e4=_0x10712d[_0x3654e2(0x6be)],_0x3d94bb=_0x10712d[_0x3654e2(0x734)];if(!_0x5513e4||_0x3d94bb==null)return;let _0x2646ea=(_0x2196fd=_0x3b5d80[_0x3654e2(0x641)])==null?void 0x0:_0x2196fd['getContextByHostAnchorId'](_0x346a25[_0x3654e2(0x52e)]);_0x139df8(_0x3b5d80[_0x3654e2(0x663)]['requestPreview']({'descriptor':{..._0x10712d,'mode':'readonly'},'childUnitId':_0x5513e4,'childType':_0x3d94bb,'width':Math[_0x3654e2(0x5bd)](0x1,_0x346a25[_0x3654e2(0x433)]),'height':Math[_0x3654e2(0x5bd)](0x1,_0x346a25[_0x3654e2(0x354)]),'dpr':Math['max'](0x1,Math[_0x3654e2(0x510)](0x2,_0x346a25[_0x3654e2(0x399)])),'reason':_0x3654e2(0x343),'context':_0x2646ea}));}function Dm(){const _0x1c41c6=_0x5a2f85;let _0x2593c2=document[_0x1c41c6(0x53a)](_0x1c41c6(0x27f));_0x2593c2[_0x1c41c6(0x572)]['embedSlidesPresentationSurface']=_0x1c41c6(0x28f),_0x2593c2[_0x1c41c6(0x520)][_0x1c41c6(0x5fa)]=_0x1c41c6(0x3bc),_0x2593c2[_0x1c41c6(0x520)][_0x1c41c6(0x37a)]='0',_0x2593c2['style'][_0x1c41c6(0x564)]=_0x1c41c6(0x3d2),_0x2593c2[_0x1c41c6(0x520)]['overflow']=_0x1c41c6(0x37f);let _0x174660=document[_0x1c41c6(0x53a)](_0x1c41c6(0x27f));_0x174660[_0x1c41c6(0x572)]['embedSlidesPresentationRuntime']=_0x1c41c6(0x28f),_0x174660['style'][_0x1c41c6(0x5fa)]=_0x1c41c6(0x3bc),_0x174660['style'][_0x1c41c6(0x37a)]='0',_0x174660['style'][_0x1c41c6(0x67f)]='0',_0x174660[_0x1c41c6(0x520)][_0x1c41c6(0x6eb)]=_0x1c41c6(0x37f),_0x174660[_0x1c41c6(0x520)][_0x1c41c6(0x6cc)]=_0x1c41c6(0x2e2);let _0x52dcdc=document[_0x1c41c6(0x53a)]('div');_0x52dcdc[_0x1c41c6(0x572)][_0x1c41c6(0x40d)]='true',_0x52dcdc[_0x1c41c6(0x520)][_0x1c41c6(0x5fa)]='absolute',_0x52dcdc[_0x1c41c6(0x520)]['inset']='0',_0x52dcdc[_0x1c41c6(0x520)][_0x1c41c6(0x67f)]='1',_0x52dcdc[_0x1c41c6(0x520)][_0x1c41c6(0x6cc)]=_0x1c41c6(0x39d),_0x52dcdc['style'][_0x1c41c6(0x590)]='none',_0x2593c2[_0x1c41c6(0x6d8)](_0x174660,_0x52dcdc);let _0x332dbd=[];return{'surface':_0x2593c2,'runtimeHost':_0x174660,'interactionGate':_0x52dcdc,'addDisposer':_0x5b1fb2=>_0x332dbd['push'](_0x5b1fb2),'dispose':()=>{const _0x5bc36a=_0x1c41c6;_0x332dbd['splice'](0x0)['reverse']()['forEach'](_0x26eccc=>_0x26eccc()),_0x2593c2[_0x5bc36a(0x6e6)]();}};}function Om(_0x553ff8){const _0x27d1ac=_0x5a2f85;_0x553ff8[_0x27d1ac(0x520)][_0x27d1ac(0x6cc)]=_0x27d1ac(0x2e2);}function km(_0x25246f,_0x3a6e51,_0x2afed2){const _0x3e9bfc=_0x5a2f85;let _0x4e582d=_0x29cbce=>{const _0x5ba7fb=_0x4aa9;_0x29cbce[_0x5ba7fb(0x70f)](),_0x29cbce[_0x5ba7fb(0x534)]();},_0x1f7504=_0x293885=>{const _0x21a765=_0x4aa9;var _0x2997d6;if(_0x293885[_0x21a765(0x67b)]||_0x293885[_0x21a765(0x355)])return;let _0x89ab19=_0x3a6e51['session'][_0x21a765(0x4af)];if(!_0x89ab19)return;let _0x443ed7={..._0x89ab19,'event':_0x293885,'stage':_0x21a765(0x3b7),'source':_0x21a765(0x561)},_0x2c7888=_0x25246f[_0x21a765(0x580)]['handleWheel'](_0x443ed7),_0x59908b=_0x2c7888?!0x1:((_0x2997d6=_0x25246f[_0x21a765(0x4d8)][_0x21a765(0x43a)](_0x89ab19['childType'],_0x89ab19[_0x21a765(0x22a)]))==null?void 0x0:_0x2997d6[_0x21a765(0x6ab)](_0x443ed7))===!0x0;(_0x2c7888||_0x59908b)&&(_0x293885[_0x21a765(0x70f)](),_0x293885[_0x21a765(0x534)](),_0x293885[_0x21a765(0x362)]());},_0x37b4c3=[_0x3e9bfc(0x40c),_0x3e9bfc(0x506),'click',_0x3e9bfc(0x4d0),_0x3e9bfc(0x3a5)];return _0x37b4c3[_0x3e9bfc(0x2b8)](_0x493d90=>_0x2afed2['addEventListener'](_0x493d90,_0x4e582d)),_0x2afed2[_0x3e9bfc(0x266)](_0x3e9bfc(0x561),_0x1f7504,{'passive':!0x1}),()=>{const _0x128cc1=_0x3e9bfc;_0x37b4c3[_0x128cc1(0x2b8)](_0x3968eb=>_0x2afed2[_0x128cc1(0x2ad)](_0x3968eb,_0x4e582d)),_0x2afed2['removeEventListener'](_0x128cc1(0x561),_0x1f7504);};}function Am(_0x442711){const _0x2e3688=_0x5a2f85;if(!(!_0x442711['childUnitId']||_0x442711[_0x2e3688(0x734)]==null))return{'embedId':_0x442711[_0x2e3688(0x41e)],'hostUnitId':_0x442711[_0x2e3688(0x218)],'hostType':_0x43e669[_0x2e3688(0x6e5)],'entry':_0x442711[_0x2e3688(0x379)],'hostAnchorId':_0x442711['hostAnchorId'],'childUnitId':_0x442711[_0x2e3688(0x6be)],'childType':_0x442711[_0x2e3688(0x734)],'mode':'readonly','source':{'unitType':_0x442711[_0x2e3688(0x734)],'ref':{'file':{'kind':_0x2e3688(0x277)},'unit':{'selector':_0x442711['childUnitId'],'type':_0x3350e3(_0x442711[_0x2e3688(0x734)])}}},'sourceMeta':{'floating':_0x442711[_0x2e3688(0x379)]==='slides-floating-object'?{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1}:!0x1,'tab':_0x442711['entry']===_0x2e3688(0x630)?{'enabled':!0x0,'container':_0x2e3688(0x527),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}:!0x1}};}function jm(_0x220415){const _0x8432dc=_0x5a2f85;if(typeof _0x220415==_0x8432dc(0x682))return _0x220415;if(typeof HTMLCanvasElement<'u'&&_0x220415 instanceof HTMLCanvasElement)try{return _0x220415[_0x8432dc(0x4ee)]('image/png');}catch{return;}if(typeof ImageBitmap<'u'&&_0x220415 instanceof ImageBitmap&&typeof document<'u'){let _0x24cf04=document[_0x8432dc(0x53a)]('canvas');_0x24cf04['width']=_0x220415['width'],_0x24cf04['height']=_0x220415[_0x8432dc(0x354)];let _0x113017=_0x24cf04['getContext']('2d');return _0x113017?(_0x113017[_0x8432dc(0x4b3)](_0x220415,0x0,0x0),_0x24cf04['toDataURL']('image/png')):void 0x0;}}function Mm(_0xbbf9fd,_0x2273a4,_0x45f798){const _0x364b9f=_0x5a2f85;let _0x7132f8=_0x2273a4==null?document[_0x364b9f(0x53a)]('img'):_0x2273a4;return _0x7132f8[_0x364b9f(0x4df)]='',_0x7132f8['dataset'][_0x364b9f(0x3f4)]=_0x364b9f(0x28f),_0x7132f8[_0x364b9f(0x520)][_0x364b9f(0x6d2)]='block',_0x7132f8['style'][_0x364b9f(0x433)]=_0x364b9f(0x318),_0x7132f8[_0x364b9f(0x520)]['height']=_0x364b9f(0x318),_0x7132f8[_0x364b9f(0x520)][_0x364b9f(0x574)]='fill',_0x7132f8['style']['pointerEvents']=_0x364b9f(0x2e2),_0x7132f8['src']=_0x45f798,_0x7132f8['parentElement']!==_0xbbf9fd&&_0xbbf9fd[_0x364b9f(0x215)](_0x7132f8),_0x7132f8;}let Nm=class{constructor(_0x109035,_0x415c39){const _0x42f8d1=_0x5a2f85;this['_instanceService']=_0x109035,this[_0x42f8d1(0x3fc)]=_0x415c39,Y(this,_0x42f8d1(0x734),_0x43e669[_0x42f8d1(0x6e5)]),Y(this,_0x42f8d1(0x450),[_0x42f8d1(0x5f6)]);}['mount'](_0x2c5f1a){const _0x322e72=_0x5a2f85;var _0x3ad15a;let _0x534816=this['_getSlideModel'](_0x2c5f1a[_0x322e72(0x6be)]);if(!_0x534816)return;(_0x3ad15a=_0x2c5f1a[_0x322e72(0x2a9)])!=null&&_0x3ad15a[_0x322e72(0x4bc)]&&_0x534816[_0x322e72(0x6d5)]['getSlide'](_0x2c5f1a[_0x322e72(0x2a9)][_0x322e72(0x4bc)])&&_0x534816['pageManager'][_0x322e72(0x542)](_0x2c5f1a['viewState'][_0x322e72(0x4bc)]);let _0x362c09=Ga(Pm(_0x2c5f1a));if(!_0x362c09)return;let _0xe01b12=_0x2c5f1a['roots'][_0x322e72(0x2b9)]?su(this[_0x322e72(0x3fc)],_0x2c5f1a['childUnitId'],_0x362c09):void 0x0;if(!_0xe01b12){_0x362c09[_0x322e72(0x50e)]();return;}_0x2c5f1a[_0x322e72(0x333)]['canvas']&&(_0x2c5f1a['roots']['canvas'][_0x322e72(0x572)][_0x322e72(0x72e)]=_0x2c5f1a['childUnitId'],_0x2c5f1a['roots'][_0x322e72(0x2b9)]['dataset']['embedChildRenderMode']=_0x322e72(0x447));let _0x243205=rs(_0x2c5f1a['roots'][_0x322e72(0x476)]);return _0x2c5f1a[_0x322e72(0x333)][_0x322e72(0x476)]['dataset'][_0x322e72(0x72e)]=_0x2c5f1a[_0x322e72(0x6be)],_0x2c5f1a['roots'][_0x322e72(0x476)]['dataset']['embedChildRenderMode']='slide-readonly-preview',_0x243205['render'](_0x308f69(Jo,{'injector':_0x362c09,'mountContainer':_0x2c5f1a[_0x322e72(0x333)][_0x322e72(0x61d)],'embedId':_0x2c5f1a[_0x322e72(0x41e)],'children':_0x308f69(dm,{'unitId':_0x2c5f1a[_0x322e72(0x6be)],'render':_0xe01b12})})),_0x5a3ed7(()=>{const _0x2b7cce=_0x322e72;var _0x3ab8f7,_0x5e3861,_0x4f325a,_0x4cef00;try{var _0x1e81fb,_0x4bb4b8;_0xe01b12==null||(_0x4bb4b8=(_0x1e81fb=_0xe01b12[_0x2b7cce(0x6a5)])['unmount'])==null||_0x4bb4b8[_0x2b7cce(0x697)](_0x1e81fb);}catch{}(_0x3ab8f7=(_0x5e3861=this[_0x2b7cce(0x3fc)])[_0x2b7cce(0x529)])==null||_0x3ab8f7[_0x2b7cce(0x697)](_0x5e3861,_0x2c5f1a['childUnitId']),is(_0x243205),_0x2c5f1a[_0x2b7cce(0x333)]['content'][_0x2b7cce(0x68c)](_0x2b7cce(0x6de)),_0x2c5f1a[_0x2b7cce(0x333)][_0x2b7cce(0x476)][_0x2b7cce(0x68c)](_0x2b7cce(0x417)),(_0x4f325a=_0x2c5f1a[_0x2b7cce(0x333)]['canvas'])==null||_0x4f325a[_0x2b7cce(0x68c)](_0x2b7cce(0x6de)),(_0x4cef00=_0x2c5f1a[_0x2b7cce(0x333)][_0x2b7cce(0x2b9)])==null||_0x4cef00[_0x2b7cce(0x68c)]('data-embed-child-render-mode'),_0x362c09[_0x2b7cce(0x50e)]();});}[_0x5a2f85(0x6ab)](_0x9d0843){const _0x447a2c=_0x5a2f85;var _0x374634,_0x24a5e1,_0x559c77;let _0x5dabdd=this[_0x447a2c(0x403)](_0x9d0843[_0x447a2c(0x6be)]);if(!_0x5dabdd)return!0x1;let _0x663d30=Math['abs'](_0x9d0843[_0x447a2c(0x42c)]['deltaY'])>=Math['abs'](_0x9d0843['event']['deltaX'])?_0x9d0843[_0x447a2c(0x42c)][_0x447a2c(0x52c)]:_0x9d0843[_0x447a2c(0x42c)]['deltaX'];if(_0x663d30===0x0)return!0x1;let _0x59e514=Fm(_0x5dabdd);if(_0x59e514[_0x447a2c(0x647)]<0x2)return!0x0;let _0x4da826=(_0x374634=(_0x24a5e1=_0x5dabdd[_0x447a2c(0x6d5)]['getActiveSlide']())==null?void 0x0:_0x24a5e1[_0x447a2c(0x2d6)]())==null?_0x59e514[0x0]:_0x374634,_0x47bd57=Math[_0x447a2c(0x5bd)](0x0,_0x59e514[_0x447a2c(0x679)](_0x4da826)),_0x2dc2e1=_0x59e514[Math[_0x447a2c(0x5bd)](0x0,Math[_0x447a2c(0x510)](_0x59e514[_0x447a2c(0x647)]-0x1,_0x47bd57+(_0x663d30>0x0?0x1:-0x1)))];return!_0x2dc2e1||_0x2dc2e1===_0x4da826?!0x0:(_0x5dabdd[_0x447a2c(0x6d5)][_0x447a2c(0x542)](_0x2dc2e1),_0x9d0843['updateViewState']({'unitId':_0x9d0843[_0x447a2c(0x6be)],'pageId':_0x2dc2e1,'scaleMode':_0x447a2c(0x558),'zoomRatio':(_0x559c77=_0x5dabdd['getZoomRatio'])==null?void 0x0:_0x559c77['call'](_0x5dabdd)}),!0x0);}[_0x5a2f85(0x403)](_0x21fd03){const _0x22ce1c=_0x5a2f85;var _0x19c2ea;return(_0x19c2ea=this[_0x22ce1c(0x689)][_0x22ce1c(0x6f0)](_0x21fd03,_0x43e669[_0x22ce1c(0x6e5)]))==null?void 0x0:_0x19c2ea;}};Nm=Bo([$(0x0,_0x327678),$(0x1,_0x521bc8)],Nm);function Pm(_0x2e52b8){const _0x3a95e4=_0x5a2f85;let _0x2fb310=()=>{};return{'descriptor':_0x2e52b8[_0x3a95e4(0x72d)],'layout':_0x2e52b8['layout'],'injector':_0x2e52b8[_0x3a95e4(0x514)],'hostElement':_0x2e52b8[_0x3a95e4(0x333)][_0x3a95e4(0x61d)],'container':_0x2e52b8['roots']['root'],'hostUnitId':_0x2e52b8['hostUnitId'],'embedId':_0x2e52b8[_0x3a95e4(0x41e)],'childUnitId':_0x2e52b8[_0x3a95e4(0x6be)],'childType':_0x2e52b8[_0x3a95e4(0x734)],'renderScope':{'hostUnitId':_0x2e52b8[_0x3a95e4(0x218)],'hostAnchorId':_0x2e52b8['descriptor'][_0x3a95e4(0x52e)],'embedId':_0x2e52b8[_0x3a95e4(0x41e)],'childUnitId':_0x2e52b8[_0x3a95e4(0x6be)],'childType':_0x2e52b8['childType'],'layout':_0x2e52b8[_0x3a95e4(0x22a)],'mode':_0x3a95e4(0x700),'rootElement':_0x2e52b8[_0x3a95e4(0x333)][_0x3a95e4(0x61d)],'contentRoot':_0x2e52b8[_0x3a95e4(0x333)]['content'],'canvasRoot':_0x2e52b8[_0x3a95e4(0x333)][_0x3a95e4(0x2b9)],'active$':_0x1f8333(!0x1)},'runtimeScope':{'descriptor':_0x2e52b8['descriptor'],'host':{'unitId':_0x2e52b8[_0x3a95e4(0x218)],'type':_0x2e52b8[_0x3a95e4(0x72d)][_0x3a95e4(0x323)],'anchorId':_0x2e52b8[_0x3a95e4(0x72d)][_0x3a95e4(0x52e)],'entry':_0x2e52b8[_0x3a95e4(0x72d)][_0x3a95e4(0x379)],'layout':_0x3a95e4(0x700)},'child':{'unitId':_0x2e52b8['childUnitId'],'type':_0x2e52b8[_0x3a95e4(0x734)]},'injector':_0x2e52b8['injector'],'roots':{'root':_0x2e52b8[_0x3a95e4(0x333)]['root'],'content':_0x2e52b8[_0x3a95e4(0x333)]['content'],'canvas':_0x2e52b8[_0x3a95e4(0x333)][_0x3a95e4(0x2b9)],'overlay':_0x2e52b8[_0x3a95e4(0x333)]['root'],'popup':_0x2e52b8[_0x3a95e4(0x333)][_0x3a95e4(0x61d)]},'activate':_0x2fb310,'deactivate':_0x2fb310,'dispose':_0x2fb310}};}function Fm(_0x47e3ad){const _0x2daaf0=_0x5a2f85;var _0x22c28f,_0x3341d3,_0x2118bf,_0x2b0440;let _0x35bae1=(_0x22c28f=_0x47e3ad[_0x2daaf0(0x270)])==null?void 0x0:_0x22c28f[_0x2daaf0(0x697)](_0x47e3ad)[_0x2daaf0(0x2b4)];return Array['isArray'](_0x35bae1)&&_0x35bae1[_0x2daaf0(0x647)]>0x0?_0x35bae1:(_0x3341d3=(_0x2118bf=(_0x2b0440=_0x47e3ad['pageManager'])[_0x2daaf0(0x662)])==null?void 0x0:_0x2118bf[_0x2daaf0(0x697)](_0x2b0440)[_0x2daaf0(0x438)](_0x1e4f24=>_0x1e4f24[_0x2daaf0(0x2d6)]())[_0x2daaf0(0x628)](Boolean))==null?[]:_0x3341d3;}function Im(_0x8d3d17){const _0x314766=_0x5a2f85;_u(_0x8d3d17,_0x314766(0x69a),Lm);}function Lm(_0x1029c8){const _0x511e8b=_0x5a2f85;let _0x4cc64a=_0x1029c8[_0x511e8b(0x43a)](_0x444250),_0x3f67d8=_0x1029c8['get'](Io),_0x246153=_0x1029c8[_0x511e8b(0x43a)](Po),_0x56e634=_0x1029c8[_0x511e8b(0x43a)](La),_0x5f5989=_0x1029c8[_0x511e8b(0x43a)](Fo),_0x46332b=_0x1029c8[_0x511e8b(0x43a)](nc),_0x1bbcba=_0x1029c8['get'](dc),_0x14ed4d=_0x1029c8['get'](mu),_0x4243a9=_0x1029c8[_0x511e8b(0x2cc)](_0x159f7c)?_0x1029c8['get'](_0x159f7c):void 0x0,_0x3d9aed=_0x1029c8['has'](_0x327678)?_0x1029c8[_0x511e8b(0x43a)](_0x327678):void 0x0;_0x1029c8['has'](_0x540c55)||_0x1029c8[_0x511e8b(0x5a7)]([_0x540c55,{'useFactory':()=>Rm({'embedModelService':_0x1029c8[_0x511e8b(0x43a)](_0x3f8958),'mountService':_0x1029c8[_0x511e8b(0x43a)](Uo),'activationService':_0x1029c8[_0x511e8b(0x43a)](Ko),'restoreService':_0x1029c8[_0x511e8b(0x43a)](ic),'previewService':_0x1029c8['get'](nc),'runtimeHostLeaseService':_0x1029c8[_0x511e8b(0x43a)](Yp),'passiveViewportRegistry':_0x1029c8[_0x511e8b(0x43a)](dc),'passiveWheelHandlerRegistry':_0x1029c8['get'](fc),'sceneCanvasCaptureService':_0x1029c8[_0x511e8b(0x2cc)](Ro)?_0x1029c8[_0x511e8b(0x43a)](Ro):void 0x0})}]),_0x1029c8['has'](_0x4fdde4)||_0x1029c8[_0x511e8b(0x5a7)]([_0x4fdde4,{'useFactory':()=>_0x1029c8[_0x511e8b(0x43a)](Ra)}]),_0x1029c8['has'](_0x3dd66d)||_0x1029c8[_0x511e8b(0x5a7)]([_0x3dd66d,{'useFactory':()=>_0x1029c8['get'](Uo)}]),_0x1029c8[_0x511e8b(0x2cc)](_0x5e0ec4)||_0x1029c8[_0x511e8b(0x5a7)]([_0x5e0ec4,{'useFactory':()=>_0x1029c8[_0x511e8b(0x43a)](Ko)}]),_0x1029c8[_0x511e8b(0x2cc)](_0x5b221f)||_0x1029c8[_0x511e8b(0x5a7)]([_0x5b221f,{'useFactory':()=>_0x1029c8[_0x511e8b(0x43a)](_0x44650d)}]),_0x1029c8[_0x511e8b(0x2cc)](_0x4ed7a2)||_0x1029c8['add']([_0x4ed7a2,{'useFactory':()=>_0x1029c8[_0x511e8b(0x43a)](Z)}]),_0x1029c8['has'](_0x2cb752)||_0x1029c8[_0x511e8b(0x5a7)]([_0x2cb752,{'useFactory':()=>({'render':_0x3e3689=>_0x459959(Cc,{..._0x3e3689,'data':_0x3e3689[_0x511e8b(0x40e)]})})}]),[_0x38a557(_0x4243a9,_0x3d9aed,()=>_0x1029c8[_0x511e8b(0x2cc)](_0x21c666)?_0x1029c8[_0x511e8b(0x43a)](_0x21c666):void 0x0),nm(_0x4243a9,_0x3d9aed,_0x1029c8[_0x511e8b(0x43a)](_0x540c55))][_0x511e8b(0x2b8)](_0x484c9d=>{const _0x544c29=_0x511e8b;_0x4cc64a['get'](_0x484c9d[_0x544c29(0x323)],_0x484c9d[_0x544c29(0x379)])||_0x4cc64a[_0x544c29(0x5f2)](_0x484c9d);}),[rm(),im()]['forEach'](_0x3ed74e=>{const _0x45e1e9=_0x511e8b;_0x3f67d8[_0x45e1e9(0x43a)](_0x3ed74e[_0x45e1e9(0x323)],_0x3ed74e[_0x45e1e9(0x379)])||_0x3f67d8['register'](_0x3ed74e);});let _0xd4b553=mm();_0x246153[_0x511e8b(0x43a)](_0xd4b553[_0x511e8b(0x734)])||_0x246153[_0x511e8b(0x5f2)](_0xd4b553);let _0x12b290=Xp();_0x56e634[_0x511e8b(0x43a)](_0x12b290[_0x511e8b(0x734)])||_0x56e634[_0x511e8b(0x5f2)](_0x12b290),em()[_0x511e8b(0x2b8)](_0x500bd7=>{const _0x44855e=_0x511e8b;_0x5f5989[_0x44855e(0x35d)](_0x500bd7[_0x44855e(0x323)],_0x500bd7[_0x44855e(0x379)],_0x500bd7[_0x44855e(0x734)])||_0x5f5989[_0x44855e(0x5f2)](_0x500bd7);}),_0x46332b['registerProvider'](_0x1029c8[_0x511e8b(0x3d5)](vm)),_0x1bbcba[_0x511e8b(0x43a)](_0x43e669[_0x511e8b(0x6e5)])||_0x1bbcba[_0x511e8b(0x5f2)](sm()),_0x14ed4d[_0x511e8b(0x43a)](_0x43e669[_0x511e8b(0x6e5)])||_0x14ed4d[_0x511e8b(0x5f2)](_0x1029c8[_0x511e8b(0x3d5)](Nm));}function Rm(_0x2ab9ab){const _0x445ec=_0x5a2f85;return{'mountPageList':_0x2dc2c1=>{const _0x550279=_0x4aa9;var _0x13b8f9,_0x24d2e5;let _0x5dea44={'embedId':_0x2dc2c1[_0x550279(0x41e)],'hostUnitId':_0x2dc2c1['hostUnitId'],'hostType':_0x43e669[_0x550279(0x6e5)],'entry':'slides-page-list-block','hostAnchorId':_0x2dc2c1[_0x550279(0x52e)],'childUnitId':_0x2dc2c1[_0x550279(0x6be)],'childType':_0x2dc2c1['childType'],'source':{'unitType':_0x2dc2c1[_0x550279(0x734)],'ref':{'file':{'kind':_0x550279(0x277)},'unit':{'selector':_0x2dc2c1['childUnitId'],'type':_0x3350e3(_0x2dc2c1[_0x550279(0x734)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x550279(0x527),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x5a60b9=(_0x13b8f9=(_0x24d2e5=_0x2ab9ab[_0x550279(0x298)])[_0x550279(0x288)])==null?void 0x0:_0x13b8f9[_0x550279(0x697)](_0x24d2e5,_0x2dc2c1['embedId']);return(_0x5a60b9==null?void 0x0:_0x5a60b9[_0x550279(0x218)])===_0x2dc2c1[_0x550279(0x218)]&&_0x5a60b9['entry']===_0x550279(0x630)&&_0x5a60b9['childUnitId']===_0x2dc2c1['childUnitId']?(_0x2ab9ab[_0x550279(0x54a)][_0x550279(0x636)](_0x5dea44),_0x5a3ed7(()=>{})):(_0x2ab9ab[_0x550279(0x298)][_0x550279(0x2f7)](_0x5dea44),_0x2ab9ab[_0x550279(0x54a)][_0x550279(0x636)](_0x5dea44),_0x5a3ed7(()=>{const _0x3f5054=_0x550279;_0x2ab9ab[_0x3f5054(0x54a)][_0x3f5054(0x573)](_0x2dc2c1[_0x3f5054(0x41e)]),_0x2ab9ab['mountService'][_0x3f5054(0x56b)](_0x2dc2c1[_0x3f5054(0x41e)]);}));},'mountFloatingObject':_0x15f7a6=>{const _0x51298e=_0x4aa9;var _0x5c4894;let _0x433514=(_0x5c4894=_0x2ab9ab[_0x51298e(0x6c5)]['getDescriptor'](_0x15f7a6['hostUnitId'],_0x15f7a6['embedId']))==null?{'embedId':_0x15f7a6[_0x51298e(0x41e)],'hostUnitId':_0x15f7a6[_0x51298e(0x218)],'hostType':_0x43e669['UNIVER_SLIDE'],'entry':_0x51298e(0x5c3),'hostAnchorId':_0x15f7a6['hostAnchorId'],'childUnitId':_0x15f7a6[_0x51298e(0x6be)],'childType':_0x15f7a6['childType'],'source':{'unitType':_0x15f7a6['childType'],'ref':{'file':{'kind':_0x51298e(0x277)},'unit':{'selector':_0x15f7a6[_0x51298e(0x6be)],'type':_0x3350e3(_0x15f7a6[_0x51298e(0x734)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x0},'tab':!0x1}}:_0x5c4894;return _0x2ab9ab[_0x51298e(0x298)]['mountIntoHostElement'](_0x433514,_0x15f7a6[_0x51298e(0x2d4)]),_0x5a3ed7(()=>{const _0x12d868=_0x51298e;_0x2ab9ab[_0x12d868(0x298)][_0x12d868(0x56b)](_0x15f7a6[_0x12d868(0x41e)]);});},'clearAndUnmount':_0x2ef6e8=>{const _0x310277=_0x4aa9;_0x2ab9ab[_0x310277(0x54a)][_0x310277(0x573)](_0x2ef6e8),_0x2ab9ab[_0x310277(0x298)][_0x310277(0x56b)](_0x2ef6e8);},'unmountFloatingSessions':_0x1ca0be=>{const _0x453b90=_0x4aa9;_0x2ab9ab['mountService'][_0x453b90(0x3dc)]()[_0x453b90(0x628)](_0x5dd435=>_0x5dd435['hostUnitId']===_0x1ca0be&&_0x5dd435[_0x453b90(0x379)]===_0x453b90(0x5c3))[_0x453b90(0x2b8)](_0x5e076f=>_0x2ab9ab[_0x453b90(0x298)]['unmount'](_0x5e076f[_0x453b90(0x41e)]));},'listSessions':()=>_0x2ab9ab[_0x445ec(0x298)]['listSessions']()[_0x445ec(0x438)](_0x348b4e=>({'embedId':_0x348b4e[_0x445ec(0x41e)],'hostUnitId':_0x348b4e[_0x445ec(0x218)],'entry':_0x348b4e[_0x445ec(0x379)],'childType':_0x348b4e[_0x445ec(0x734)],'childUnitId':_0x348b4e['childUnitId']})),'capturePreviewByHostAnchorId':async _0x492fa6=>{const _0x191adc=_0x445ec;var _0x39ba8c;let _0x1fc9ef=await((_0x39ba8c=_0x2ab9ab['sceneCanvasCaptureService'])==null?void 0x0:_0x39ba8c[_0x191adc(0x479)](_0x492fa6));return _0x1fc9ef?jm(_0x1fc9ef):void 0x0;},'mountPresentationEmbed':_0x1c7d14=>wm(_0x2ab9ab,_0x1c7d14)};}function zm(_0x215789){bf(_0x215789),Rp(_0x215789),Im(_0x215789),Vd(_0x215789),tf(_0x215789);}const Bm=[0x0,0x10,0x64,0x12c,0x3e8];async function Vm(_0x1d92f4,_0x9eb29e){const _0xa257bf=_0x5a2f85;var _0x1b9da3,_0x3c37e8,_0x3d668b;let {instanceService:_0x3d161e,childUnitId:_0x471a34,childType:_0x32b313,restoreUnitId:_0x8c4907,shouldRestore:_0x39c578,settleDelayMs:_0x3b01e7=0x10,deferredRestoreDelaysMs:_0x48e7ff=_0x8c4907?Bm:[]}=_0x1d92f4,_0x738a77=_0x3d161e[_0xa257bf(0x4ae)](_0x32b313),_0x12fdb1=(_0x1b9da3=(_0x3c37e8=_0x3d161e[_0xa257bf(0x3bb)]())==null?void 0x0:_0x3c37e8[_0xa257bf(0x594)]())==null?null:_0x1b9da3,_0x555cb0=(_0x3d668b=_0x12fdb1==null?_0x8c4907:_0x12fdb1)==null?null:_0x3d668b;_0x3d161e[_0xa257bf(0x4e7)](_0x471a34),_0x3d161e[_0xa257bf(0x41d)](_0x471a34);let _0x4ca8c3=()=>{const _0x339e2d=_0xa257bf;_0x39c578&&!_0x39c578()||(_0x738a77&&_0x738a77[_0x339e2d(0x594)]()!==_0x471a34&&_0x3d161e[_0x339e2d(0x4e7)](_0x738a77[_0x339e2d(0x594)]()),_0x8c4907&&_0x3d161e['setCurrentUnitForType'](_0x8c4907),_0x3d161e[_0x339e2d(0x41d)](_0x555cb0));};try{let _0x4f1b7a=await _0x9eb29e();return _0x3b01e7>0x0&&await Hm(_0x3b01e7),_0x4f1b7a;}finally{_0x4ca8c3(),Um(_0x4ca8c3,_0x48e7ff);}}function Hm(_0x347f88){return new Promise(_0x380e7d=>setTimeout(_0x380e7d,_0x347f88));}function Um(_0x1f7acb,_0x427ad6){const _0x36fc30=_0x5a2f85;_0x427ad6[_0x36fc30(0x2b8)](_0x5bd842=>{globalThis['setTimeout'](_0x1f7acb,_0x5bd842);});}const Wm=new WeakMap();let Gm=0x0;function Km(_0x574adb,_0x2f22e2){const _0x4dcaa7=_0x5a2f85;return _0x574adb[_0x4dcaa7(0x2cc)](Xm)?_0x574adb[_0x4dcaa7(0x43a)](Xm)[_0x4dcaa7(0x5f2)](_0x2f22e2):Jm(_0x574adb,_0x2f22e2);}function qm(_0x36eeef){const _0x2cab2e=_0x5a2f85;if(!_0x36eeef[_0x2cab2e(0x2cc)](Xm))return;let _0x1c8768=Wm[_0x2cab2e(0x43a)](_0x36eeef);_0x1c8768!=null&&_0x1c8768[_0x2cab2e(0x441)]&&([..._0x1c8768[_0x2cab2e(0x6c8)]()]['sort']((_0x43edad,_0x2bfb7e)=>_0x43edad[_0x2cab2e(0x5b0)]-_0x2bfb7e[_0x2cab2e(0x5b0)])[_0x2cab2e(0x2b8)](({contribution:_0x2f4c07})=>Km(_0x36eeef,_0x2f4c07)),Wm['delete'](_0x36eeef));}function Jm(_0x5146b7,_0x16a35f){const _0x5f3b4c=_0x5a2f85;var _0x33f2c7;let _0x25a8a7={'contribution':_0x16a35f,'index':Gm++},_0x4b7d92=Ym(_0x16a35f,_0x25a8a7[_0x5f3b4c(0x5b0)]),_0x117452=_0x5146b7,_0x46499f=(_0x33f2c7=Wm[_0x5f3b4c(0x43a)](_0x117452))==null?new Map():_0x33f2c7;return _0x46499f[_0x5f3b4c(0x5a2)](_0x4b7d92,_0x25a8a7),Wm[_0x5f3b4c(0x5a2)](_0x117452,_0x46499f),_0x5a3ed7(()=>{const _0x5de8fb=_0x5f3b4c;let _0x1c1c58=Wm[_0x5de8fb(0x43a)](_0x117452);(_0x1c1c58==null?void 0x0:_0x1c1c58[_0x5de8fb(0x43a)](_0x4b7d92))===_0x25a8a7&&_0x1c1c58[_0x5de8fb(0x3b3)](_0x4b7d92);});}function Ym(_0x4a76d9,_0x11ccd6){const _0x5a42f3=_0x5a2f85;return _0x4a76d9['id']?_0x4a76d9[_0x5a42f3(0x734)]+':'+_0x4a76d9['id']:_0x4a76d9[_0x5a42f3(0x734)]+_0x5a42f3(0x3ef)+_0x11ccd6;}let Xm=class{constructor(_0x210cfa,_0x16f847){const _0x2b1de2=_0x5a2f85;this['_injector']=_0x210cfa,this[_0x2b1de2(0x49b)]=_0x16f847,Y(this,_0x2b1de2(0x42f),new Map()),Y(this,_0x2b1de2(0x5f0),0x0);}[_0x5a2f85(0x5f2)](_0xeae900){const _0x52e86c=_0x5a2f85;var _0x44a88c;if(_0xeae900['id']&&this['_hasContributionId'](_0xeae900[_0x52e86c(0x734)],_0xeae900['id']))return _0x5a3ed7(()=>{});let _0x106d6d={'contribution':_0xeae900,'index':this['_nextIndex']++},_0x3dbf58=(_0x44a88c=this[_0x52e86c(0x42f)]['get'](_0xeae900[_0x52e86c(0x734)]))==null?[]:_0x44a88c;return _0x3dbf58[_0x52e86c(0x328)](_0x106d6d),_0x3dbf58[_0x52e86c(0x65b)](Zm),this[_0x52e86c(0x42f)]['set'](_0xeae900[_0x52e86c(0x734)],_0x3dbf58),_0x5a3ed7(()=>{const _0x280799=_0x52e86c;let _0x4c5152=this['_contributions'][_0x280799(0x43a)](_0xeae900[_0x280799(0x734)]);if(!_0x4c5152)return;let _0x2de1b0=_0x4c5152[_0x280799(0x628)](_0x6e78cb=>_0x6e78cb!==_0x106d6d);_0x2de1b0['length']?this[_0x280799(0x42f)][_0x280799(0x5a2)](_0xeae900[_0x280799(0x734)],_0x2de1b0):this[_0x280799(0x42f)][_0x280799(0x3b3)](_0xeae900[_0x280799(0x734)]);});}[_0x5a2f85(0x477)](_0x256bfe){const _0x332710=_0x5a2f85;var _0x5281c5;return((_0x5281c5=this[_0x332710(0x42f)][_0x332710(0x43a)](_0x256bfe))==null?[]:_0x5281c5)[_0x332710(0x438)](_0x12bb51=>_0x12bb51['contribution']);}async['prepare'](_0x2f1994){const _0x204a8b=_0x5a2f85;let _0x1090cc=this[_0x204a8b(0x477)](_0x2f1994['childType']);_0x1090cc[_0x204a8b(0x647)]&&await Vm({'instanceService':this[_0x204a8b(0x6b5)]['get'](_0x327678),'childUnitId':_0x2f1994[_0x204a8b(0x6be)],'childType':_0x2f1994[_0x204a8b(0x734)],'restoreUnitId':_0x2f1994[_0x204a8b(0x659)],'settleDelayMs':_0x2f1994[_0x204a8b(0x6ea)],'shouldRestore':()=>!this['_focusCoordinator']['isChildUnitInActiveSession'](_0x2f1994[_0x204a8b(0x6be)])},async()=>{const _0x4205c2=_0x204a8b;for(let _0x4fc272 of _0x1090cc)_0x4fc272['prepare']&&await _0x4fc272[_0x4205c2(0x26d)]({'injector':this['_injector'],'childUnitId':_0x2f1994[_0x4205c2(0x6be)],'childType':_0x2f1994[_0x4205c2(0x734)],'descriptor':_0x2f1994[_0x4205c2(0x72d)]});});}['_hasContributionId'](_0x4be05d,_0x41b3e4){const _0x3df030=_0x5a2f85;var _0x37af8e;return((_0x37af8e=this[_0x3df030(0x42f)][_0x3df030(0x43a)](_0x4be05d))==null?[]:_0x37af8e)[_0x3df030(0x73b)](_0xc9442e=>_0xc9442e[_0x3df030(0x639)]['id']===_0x41b3e4);}};Xm=Bo([$(0x0,_0x40a9b9(_0x10f0f1)),$(0x1,_0x40a9b9(Z))],Xm);function Zm(_0x261d6e,_0xeb1b0d){const _0x5311ed=_0x5a2f85;var _0x1c0db7,_0x2d1c10;return((_0x1c0db7=_0x261d6e[_0x5311ed(0x639)][_0x5311ed(0x4b2)])==null?_0x261d6e[_0x5311ed(0x5b0)]:_0x1c0db7)-((_0x2d1c10=_0xeb1b0d[_0x5311ed(0x639)]['order'])==null?_0xeb1b0d[_0x5311ed(0x5b0)]:_0x2d1c10)||_0x261d6e['index']-_0xeb1b0d[_0x5311ed(0x5b0)];}function Qm(){return[];}let $m=class{constructor(_0x315221,_0x4d7829){this['_focusOwnerService']=_0x315221,this['_undoRedoService']=_0x4d7829;}['pushUndoRedoForChild'](_0x326ee7){const _0x5b775e=_0x5a2f85;let _0x39a4f8=this['resolveStackUnitId'](_0x326ee7[_0x5b775e(0x491)]);return this[_0x5b775e(0x224)][_0x5b775e(0x3b1)]({..._0x326ee7,'unitID':_0x39a4f8}),{'stackUnitId':_0x39a4f8,'routedToHost':_0x39a4f8!==_0x326ee7['unitID']};}[_0x5a2f85(0x386)](_0x370ccb){const _0x395a66=_0x5a2f85;let _0xd6f1cb=this[_0x395a66(0x687)][_0x395a66(0x336)]();return!_0xd6f1cb||_0xd6f1cb[_0x395a66(0x6be)]!==_0x370ccb?_0x370ccb:_0xd6f1cb[_0x395a66(0x218)];}};$m=Bo([$(0x0,_0x40a9b9(_0x44650d)),$(0x1,_0x8b064c)],$m);let eh=class extends _0x37e943{constructor(_0x521408=Xs,_0x2f7573,_0x8d06ee){const _0x483f32=_0x5a2f85;super(),this[_0x483f32(0x45e)]=_0x521408,this[_0x483f32(0x6b5)]=_0x2f7573,this[_0x483f32(0x3eb)]=_0x8d06ee;let {..._0x5018eb}=_0x49b17e({},Xs,this['_config']);this[_0x483f32(0x3eb)][_0x483f32(0x5b1)](_0x483f32(0x435),_0x5018eb);}['onStarting'](){const _0xaf1c0f=_0x5a2f85;this[_0xaf1c0f(0x306)](),this['_registerServices'](),this[_0xaf1c0f(0x3fa)](),this[_0xaf1c0f(0x493)](),this[_0xaf1c0f(0x6f6)](),this['_registerFloatingMenus'](),this[_0xaf1c0f(0x5d2)](),this[_0xaf1c0f(0x209)]();}[_0x5a2f85(0x638)](){const _0x4597e1=_0x5a2f85;this[_0x4597e1(0x6f6)]();}[_0x5a2f85(0x470)](){const _0x1f887e=_0x5a2f85;[[Io],[ic],[Xm],[ql],[Ko],[Po],[La],[Ra],[rc],[Fo],[nc],[eu],[qo],[za],[lc],[Va],[Xl],[Zl],[Jl],[Uo],[Lo],[fc],[dc],[Os],[mu],[Ha],[Z],[Yp],[Ro],[$m]][_0x1f887e(0x2b8)](_0x1ab51f=>this['_injector']['add'](_0x1ab51f)),this[_0x1f887e(0x6b5)]['has'](_0x44c73f)||this[_0x1f887e(0x6b5)][_0x1f887e(0x5a7)]([_0x44c73f,{'useFactory':()=>this[_0x1f887e(0x6b5)]['get'](Va)}]),this[_0x1f887e(0x6b5)][_0x1f887e(0x2cc)](_0x500e2a)||this[_0x1f887e(0x6b5)][_0x1f887e(0x5a7)]([_0x500e2a,{'useFactory':()=>this[_0x1f887e(0x6b5)]['get'](Z)}]),this[_0x1f887e(0x6b5)][_0x1f887e(0x2cc)](_0xf22083)||this['_injector'][_0x1f887e(0x5a7)]([_0xf22083,{'useFactory':()=>this[_0x1f887e(0x6b5)][_0x1f887e(0x43a)](Va)}]),this[_0x1f887e(0x6b5)][_0x1f887e(0x2cc)](_0x2753d8)||this[_0x1f887e(0x6b5)]['add']([_0x2753d8,{'useFactory':()=>this[_0x1f887e(0x6b5)][_0x1f887e(0x43a)](Z)}]),this[_0x1f887e(0x6b5)][_0x1f887e(0x2cc)](_0x2ce003)||this[_0x1f887e(0x6b5)][_0x1f887e(0x5a7)]([_0x2ce003,{'useFactory':()=>this[_0x1f887e(0x6b5)]['get'](rc)}]);}[_0x5a2f85(0x493)](){const _0x5e10c4=_0x5a2f85;$l(this[_0x5e10c4(0x6b5)])[_0x5e10c4(0x2b8)](_0x1471e5=>this[_0x5e10c4(0x6d0)](_0x1471e5));}['_registerProductUIContributions'](){const _0x1a6100=_0x5a2f85;zm(this[_0x1a6100(0x6b5)]);}[_0x5a2f85(0x6f6)](){const _0x4e122b=_0x5a2f85;vu(this[_0x4e122b(0x6b5)]),Ts(this[_0x4e122b(0x6b5)]),qm(this[_0x4e122b(0x6b5)]);}[_0x5a2f85(0x3a3)](){const _0x41bba3=_0x5a2f85;var _0xfbba3c;let _0x49349d=this[_0x41bba3(0x6b5)][_0x41bba3(0x43a)](Fo);((_0xfbba3c=this[_0x41bba3(0x45e)][_0x41bba3(0x71e)])==null?void 0x0:_0xfbba3c[_0x41bba3(0x463)])!==!0x1&&Qm()[_0x41bba3(0x2b8)](_0x3a4de6=>{const _0xdc3d08=_0x41bba3;_0x49349d['hasExact'](_0x3a4de6[_0xdc3d08(0x323)],_0x3a4de6[_0xdc3d08(0x379)],_0x3a4de6[_0xdc3d08(0x734)])||_0x49349d[_0xdc3d08(0x5f2)](_0x3a4de6);});}[_0x5a2f85(0x5d2)](){const _0x50158b=_0x5a2f85;_0x48248c(this[_0x50158b(0x6b5)],[[Io],[ic],[Xm],[ql],[Ko],[Po],[La],[Ra],[Fo],[nc],[eu],[qo],[za],[lc],[Xl],[Zl],[Jl],[Uo],[Lo],[fc],[dc],[Os],[mu],[Ha],[Z],[Yp],[Ro],[$m]]);}['_registerDefaultHostToolbar'](){const _0x24d83f=_0x5a2f85;var _0x50fdf6;((_0x50fdf6=this[_0x24d83f(0x45e)][_0x24d83f(0x71e)])==null?void 0x0:_0x50fdf6['hostToolbar'])!==!0x1&&this[_0x24d83f(0x6d0)](this[_0x24d83f(0x6b5)][_0x24d83f(0x43a)](_0xb1861c)[_0x24d83f(0x449)](_0x1fadf8[_0x24d83f(0x499)],()=>zs));}[_0x5a2f85(0x306)](){const _0x245130=_0x5a2f85;this[_0x245130(0x6b5)][_0x245130(0x43a)](_0x24c386)['enableExclusivePolicy']();}};Y(eh,'pluginName',_0x5a2f85(0x5f4)),Y(eh,_0x5a2f85(0x617),ka),Y(eh,'version',Aa),Y(eh,_0x5a2f85(0x6e7),_0x43e669[_0x5a2f85(0x51f)]),eh=Bo([_0x4d76f9(_0x34c5a3,_0x110f4e),$(0x1,_0x40a9b9(_0x10f0f1)),$(0x2,_0x4a1626)],eh);export{Ko as EmbedActivationService,Po as EmbedChildViewRegistryService,qo as EmbedFullscreenService,Io as EmbedHostContainerRegistryService,za as EmbedHostMenuOverrideService,ic as EmbedHostRestoreService,Uo as EmbedMountService,eh as UniverEmbedUIPlugin,ws as registerEmbedProductMenuContribution};
|
|
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};
|