@univerjs-pro/embed-ui 1.0.0-alpha.8 → 1.0.0-beta.1
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 +135 -98
- 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/components/EmbedFloatDomRenderer.d.ts +4 -40
- 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 +97 -0
- package/lib/types/components/embed-float-dom-interaction.d.ts +122 -0
- package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +2 -2
- 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 +2 -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/boards/EmbedChildView.d.ts +2 -1
- 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 +8 -1
- package/lib/types/products/product-ui-contributions.d.ts +1 -0
- 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/sheets/register.d.ts +1 -1
- package/lib/types/products/slides/EmbedChildView.d.ts +1 -1
- package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
- package/lib/types/products/slides/register.d.ts +4 -0
- package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
- package/lib/types/services/embed-activation.service.d.ts +1 -0
- package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
- package/lib/types/services/embed-child-unit-scoped-injector.d.ts +4 -1
- package/lib/types/services/embed-content-size-registry.service.d.ts +9 -1
- package/lib/types/services/embed-display-target-sync.d.ts +3 -5
- package/lib/types/services/embed-dom-wheel.d.ts +40 -0
- package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
- package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
- package/lib/types/services/embed-interaction-boundary.service.d.ts +2 -1
- package/lib/types/services/embed-mount.service.d.ts +8 -1
- package/lib/types/services/embed-presentation-policy.d.ts +1 -0
- package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
- package/lib/types/types/embed-ui.d.ts +23 -3
- 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 -36
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
package/lib/es/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x40f88b=_0x2546;(function(_0x4c7657,_0x2a6376){const _0x1b92d8=_0x2546,_0x196cae=_0x4c7657();while(!![]){try{const _0x4b8fa5=-parseInt(_0x1b92d8(0x4bb))/0x1+-parseInt(_0x1b92d8(0x61d))/0x2+parseInt(_0x1b92d8(0x563))/0x3+-parseInt(_0x1b92d8(0x1f0))/0x4*(-parseInt(_0x1b92d8(0x2ec))/0x5)+parseInt(_0x1b92d8(0x349))/0x6+-parseInt(_0x1b92d8(0x648))/0x7*(-parseInt(_0x1b92d8(0x367))/0x8)+-parseInt(_0x1b92d8(0x21d))/0x9;if(_0x4b8fa5===_0x2a6376)break;else _0x196cae['push'](_0x196cae['shift']());}catch(_0x5a5733){_0x196cae['push'](_0x196cae['shift']());}}}(_0x2ea1,0x6bc82));import{CreateEmbedCommand as _0x4fb315,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x28b86a,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x30c86d,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x137606,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x491c7f,EmbedFocusOwnerService as _0x24242a,EmbedHostAdapterRegistryService as _0xb5a6f1,EmbedHostAnchorModelService as _0x2b87af,EmbedHostEntryEnum as _0x289727,EmbedModelService as _0x38f582,EmbedReferencedUnitMaterializeService as _0x2ebb41,EmbedUnitLeasePolicyService as _0x5b85be,RemoveEmbedCommand as _0x20e854,SetEmbedDescriptorMutation as _0x4c39a8,SoftDeleteEmbedDescriptorMutation as _0x3c3e1d,UniverEmbedPlugin as _0x569295,createBasesTableListBlockHostAdapterContribution as _0x4709bc,createDocsCustomBlockHostAdapterContribution as _0x1aa7a0,createSlidesFloatingObjectHostAdapterContribution as _0x27d01b,createSlidesPageListBlockHostAdapterContribution as _0x542911,fromResourceRefUnitType as _0x8fdb26,getResourceRefInputUnitSelector as _0x3a04c6,parseResourceRef as _0x5137e4,toResourceRefUnitType as _0x3911cf}from'@univerjs-pro/embed';import{UniverLicensePlugin as _0x478f3f}from'@univerjs-pro/license';import{BorderStyleTypes as _0x2f927a,BorderType as _0x3e8260,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x1b1204,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x2a81eb,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0xb80abe,DependentOn as _0x213579,Disposable as _0x56a510,EDITOR_ACTIVATED as _0x4312e0,FOCUSING_BOARD as _0x555c54,FOCUSING_DOC as _0x5a3c14,FOCUSING_SHEET as _0x4acc24,FOCUSING_SLIDE as _0x27126a,FOCUSING_UNIT as _0x45e813,FORMULA_EDITOR_ACTIVATED as _0x26e18b,HorizontalAlign as _0x330c87,ICommandService as _0x2d49a9,IConfigService as _0x3819c1,IContextService as _0x262bf4,IImageIoService as _0x1edb27,IUndoRedoService as _0x8a9d7a,IUniverInstanceService as _0x476b57,Inject as _0x1602db,Injector as _0x2a52c6,LocaleService as _0x515367,LookUp as _0x2e5842,Plugin as _0x3aa056,RedoCommand as _0x4676cb,ThemeService as _0x621c62,UndoCommand as _0x46ff2d,UniverInstanceType as _0x3202aa,VerticalAlign as _0x323522,WrapStrategy as _0x50961d,createDefaultBaseTableSnapshot as _0x4fc41d,deepCompare as _0x38ddb2,generateRandomId as _0x2dd86a,isInternalEditorID as _0x170ac8,merge as _0x26d86d,toDisposable as _0x3706d8,touchDependencies as _0x36ca8}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x5ed5ff,DocFloatMenuService as _0x4cbd14,DocPageLayoutService as _0x24c079,DocRenderController as _0x54c50c,DocSelectionRenderService as _0x2e1f10,IDocEmbedInteractionBoundaryService as _0x337bfd,IDocEmbedRuntimeFocusCoordinator as _0x76595a,SetDocZoomRatioOperation as _0x104d56,VIEWPORT_KEY as _0x1b17d0,collectDocsTableLikeEmbedChildUnitIds as _0x2aa540,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x945a27,createDocsCustomBlockSizeRefreshScheduler as _0xc1e609,resolveDocsCustomBlockRenderViewport as _0x27c510,resolveDocsTableLikeCustomBlockBleedViewport as _0x5092ae,resolveDocsTableLikeCustomBlockContentHeight as _0x5e318b,resolveDocsTableLikeCustomBlockContentWidth as _0xe8f122,scrollDocsTableLikeCustomBlockLive as _0x8c3a2b,shouldRefreshDocsCustomBlockSizeForCommand as _0x4c7bc1}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0x30f25c,BORDER_LINE_CHILDREN as _0x3cfd31,BORDER_SIZE_CHILDREN as _0x429c1c,BorderLine as _0x549ba3,CellPopupManagerService as _0x209500,EditorContainer as _0x32a45c,FormulaBar as _0x14e7b3,ISheetEmbedFloatingGeometryService as _0x45dde5,ISheetEmbedInteractionBoundaryService as _0x24afb6,ISheetEmbedRuntimeFocusCoordinator as _0x3f421f,ISheetEmbedRuntimeService as _0x22a318,ISheetHostChromeOverrideService as _0x3ad6e7,ResetRangeTextColorCommand as _0x30071d,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x1841ff,SHEET_FOOTER_BAR_HEIGHT as _0x53f2b9,SetCellEditVisibleOperation as _0x394ba4,SetOnceFormatPainterCommand as _0x4e7762,SetRangeBoldCommand as _0x2c0a6d,SetRangeFontFamilyCommand as _0x35a3e8,SetRangeFontSizeCommand as _0x186160,SetRangeTextColorCommand as _0x35d476,SheetBar as _0x1c4d53,SheetsUIMenuSchema as _0xe11522}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0x59b7e0,CanvasFloatDomPreviewService as _0x468389,CanvasPopup as _0x1f81f8,CanvasPopupService as _0x14c2a2,ComponentManager as _0x296a70,ContextMenu as _0x1358f7,ContextMenuService as _0x396da0,DesktopRibbonService as _0x4a3299,DesktopSidebarService as _0x5dc5c8,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x55e27a,FONT_SIZE_LIST as _0x8f3864,FontFamilyItem as _0x4d88d3,ICanvasPopupService as _0x57769c,IContextMenuService as _0x6d312e,ILayoutService as _0x12f507,IMenuManagerService as _0xa7f2cc,IRibbonOverrideService as _0x58733f,IRibbonService as _0x331e08,ISidebarService as _0x4f6956,IUIPartsService as _0x3430c6,IUIRuntimeScopeService as _0x4a37fc,IconManager as _0x3d0648,MenuManagerPosition as _0x1cc302,MenuManagerService as _0x17769c,Ribbon as _0x51ed27,RibbonDataGroup as _0x326603,RibbonFormulasGroup as _0x1f4d59,RibbonInsertGroup as _0x15b32f,RibbonOthersGroup as _0xbc7a36,RibbonPosition as _0x58fa6f,RibbonStartGroup as _0x41395b,RibbonViewGroup as _0x560e9c,Sidebar as _0x196f09,ToolbarButton as _0x5c0f94,UniverUIPlugin as _0x9fbd69,connectInjector as _0xd27664,useConfigValue as _0xe89281,useDependency as _0x3d8863,useInjector as _0x2ee53d,useObservable as _0x3171dc}from'@univerjs/ui';import{Button as _0x44b255,ColorPicker as _0x1301de,ConfigProvider as _0x1840b8,Dropdown as _0x2d1f60,DropdownMenu as _0x3e5738,Separator as _0x16eb28,Tooltip as _0x3d6467,clsx as _0x187b73,render as _0x4e692f,unmount as _0x44bdea}from'@univerjs/design';import{AlignBottomIcon as _0x21029c,AlignTopIcon as _0x2e045b,ArrowLeftIcon as _0x2dd432,ArrowRightIcon as _0x4ff315,AutowrapIcon as _0x50ab66,BoldIcon as _0x5e1c55,BrushIcon as _0x2a97e5,CancelMergeIcon as _0x4a7593,CheckMarkIcon as _0x2156a4,DeleteIcon as _0x13bd33,ExpandIcon as _0x2a726f,FilterIcon as _0x1e1727,FontColorDoubleIcon as _0x25090a,HorizontalMergeIcon as _0x497926,HorizontallyIcon as _0x447917,IncreaseIcon as _0x54b916,LeftJustifyingIcon as _0x71e361,MergeAllIcon as _0x465ff3,MoreDownIcon as _0x2bbad6,NoBorderIcon as _0x428473,NoColorDoubleIcon as _0x328aa9,NumberIcon as _0x53c558,OneToOneIcon as _0x159302,OverflowIcon as _0x127466,PaintBucketDoubleIcon as _0x1656ed,PenIcon as _0x21dbbf,RightJustifyingIcon as _0x1bbf15,TruncationIcon as _0x21e6f3,VerticalCenterIcon as _0x3148fb,VerticalIntegrationIcon as _0x3c63c7,ZoomInIcon as _0x41f9bb,ZoomOutIcon as _0x576f34}from'@univerjs/icons';import{createElement as _0x23d8d,forwardRef as _0xc3dff5,useCallback as _0x7b9013,useEffect as _0x1bdf43,useLayoutEffect as _0x1cb664,useMemo as _0x4e470e,useRef as _0x261426,useState as _0x5c70c0,useSyncExternalStore as _0x26bce2}from'react';import{BehaviorSubject as _0x243579,EMPTY as _0x48b01c,Observable as _0x161709,Subject as _0x2a5057,Subscription as _0x54c73c,filter as _0xaae8e,map as _0x2ac3e5,merge as _0x4d5652,of as _0x2fe812,startWith as _0x274b19}from'rxjs';import{IBoardElementService as _0x33b562,UpdateBoardElementMutation as _0x96e469,getEmbedBoardsFloatingCustomData as _0x429c6e,isEmbedBoardsFloatingElement as _0x196b0b}from'@univerjs-pro/boards';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x2238d8,BoardDomLayerService as _0x3b39a9,BoardElementEditService as _0x4a1ac6,BoardElementInsertService as _0x228dc6,BoardElementStateService as _0x45d05d,BoardImageInsertService as _0x380d92,BoardSelectionService as _0x76b582,BoardShapeIntrinsicSizeService as _0x3dbad8,BoardShapeTextEditorContainer as _0x45dccc,BoardTextEditingService as _0x20df5f,BoardToolService as _0x3a32af,BoardUIStateService as _0x4ec4df,BoardViewportService as _0xa2f33,BoardWorkbench as _0x552bcb,IBoardElementStateService as _0x375f62,IBoardEmbedRuntimeFocusCoordinator as _0x5918a7,IBoardUIStateService as _0x5f7ede,getBoardPointFromClient as _0x349d19,resolveBoardInteractionConfig as _0x21883f}from'@univerjs-pro/boards-ui';import{Fragment as _0x5d4b2b,jsx as _0x5866b8,jsxs as _0x28864a}from'react/jsx-runtime';import{EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x7c6d60,isSheetLikeDocsCustomBlockChildType as _0x2ca42b,resolveDocsCustomBlockSize as _0x559fd6}from'@univerjs/docs';import{DeviceInputEventType as _0x5b16d3,IRenderManagerService as _0x1f805f,SHEET_VIEWPORT_KEY as _0x59d76b,setDocsCustomBlockRenderViewportProvider as _0x3a40a8}from'@univerjs/engine-render';import{DocsTablePassiveWheelService as _0x5903ec}from'@univerjs-pro/docs-table-ui';import{ActivateBaseTableOperation as _0x8b05fc,ActivateBaseViewOperation as _0x3284f9,AddViewMenu as _0x4274e8,BASES_UI_PLUGIN_CONFIG_KEY as _0x32b691,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x4d7326,BASE_VIEW_MENU_ITEMS as _0x2ac958,BaseDeleteConfirmDialog as _0x2f7a89,BaseDuplicateTableDialog as _0x581b90,BaseEditorService as _0x1ec8bf,BaseTableSidebarFrame as _0x161fd3,BaseToolbar as _0x843fae,BaseUIPopupService as _0x550eac,BaseUIStateService as _0x1e17ec,BaseViewIcon as _0x5a93a2,BaseViewWheelScrollService as _0x532308,CloseBaseActiveEditorOperation as _0x33eb05,CloseBaseContextMenuOperation as _0x7d74bc,CloseBasePanelOperation as _0x6d1afb,CloseBaseRecordDetailPanelOperation as _0xca1c81,GRID_ADD_FIELD_COLUMN_WIDTH as _0x4378d2,GRID_ADD_RECORD_ROW_HEIGHT as _0x15c4ba,GRID_DEFAULT_COLUMN_WIDTH as _0xea3f0e,GRID_HEADER_HEIGHT as _0x192d99,GRID_ROW_HEADER_WIDTH as _0xf3b06d,GRID_SUMMARY_HEIGHT as _0x4ff769,IBaseCanvasRootResolverService as _0x479274,IBaseEditorService as _0x3cfd2b,IBaseEmbedFloatingActiveService as _0x415026,IBaseEmbedFloatingGeometryService as _0x4a9b96,IBaseEmbedRuntimeFocusCoordinator as _0x94a1bb,IBaseEmbedRuntimeService as _0x1e1aae,IBaseGlobalPortalService as _0x3e5928,IBaseHostChromeOverrideService as _0x3bea7a,IBaseUIPopupService as _0x3ec2d8,IBaseUIStateService as _0x38192e,IBaseViewWheelScrollService as _0x5b0e8d,OpenBaseActiveEditorOperation as _0x7de00,OpenBaseContextMenuOperation as _0x4d57,OpenBasePanelOperation as _0x48bcac,OpenBaseRecordDetailPanelOperation as _0x49291f,RenderBaseWorkbench as _0x5ade4f,SetBaseScrollOperation as _0x1bee1b,SetBaseZoomOperation as _0x240f51,StartBaseEditingCellOperation as _0x5d5b6d,StopBaseEditingCellOperation as _0x40aed9,ViewTabs as _0x1ce5d7,createDefaultViewName as _0xf25aab,createScopedBaseCanvasRootResolverService as _0x6935ec,createScopedBaseGlobalPortalService as _0x5de398,defaultPluginConfig as _0x216baa,getBaseCanvasRoot as _0x3c8bfb,getBaseFloatingPanelPortalContainer as _0x3ee768,getBaseFloatingPosition as _0xdd4295,resolveGridRowHeight as _0x2936e0}from'@univerjs-pro/bases-ui';import{CreateBaseTableCommand as _0x39a934,CreateBaseViewCommand as _0x4583fc,DeleteBaseTableCommand as _0xcbd85a,DeleteBaseViewCommand as _0x358d67,IBaseViewRegistryService as _0x51f736,MoveBaseViewCommand as _0x371bbe,RenameBaseTableCommand as _0x209390,RenameBaseViewCommand as _0x3f91c9,copyBaseTableSnapshot as _0xdadaeb}from'@univerjs-pro/bases';import{createPortal as _0x2a424}from'react-dom';import{SheetsChartUIMenuSchema as _0x2297ec}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x5960eb}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x1a7c5c}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x168b36}from'@univerjs-pro/sheets-print';import{SheetsShapeUIMenuSchema as _0x229cc0}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0x126074}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x5e3db0}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x318227}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x1af4c5}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x435ef1}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0x54015d}from'@univerjs/sheets-hyper-link-ui';import{SheetsNoteUIMenuSchema as _0x26457d}from'@univerjs/sheets-note-ui';import{SheetsNumfmtUIMenuSchema as _0x346cea}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x2ac9f3}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x4436cf}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x1703fd}from'@univerjs/sheets-thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x593ef5,AddWorksheetMergeCommand as _0x345be8,AddWorksheetMergeHorizontalCommand as _0xbbc55,AddWorksheetMergeVerticalCommand as _0x535248,RemoveWorksheetMergeCommand as _0x5ace6d,ResetBackgroundColorCommand as _0xdbaed0,SetBackgroundColorCommand as _0x15625a,SetBorderBasicCommand as _0x144acf,SetHorizontalTextAlignCommand as _0x5cabaf,SetTextWrapCommand as _0x7f4c6f,SetVerticalTextAlignCommand as _0x4a7a30,SheetsSelectionsService as _0x1943fb}from'@univerjs/sheets';import{ISlideDrawingService as _0x52f08a}from'@univerjs-pro/slides';import{EditorUIFloatingContainer as _0x50671d,ISlideDrawingStateService as _0x58f605,ISlideEmbedActivationService as _0x3c6eb1,ISlideEmbedFloatDomRenderer as _0x40ccfb,ISlideEmbedFloatingActiveService as _0x2127e4,ISlideEmbedFocusOwnerService as _0x1bfbae,ISlideEmbedMountService as _0x2116d3,ISlideEmbedRuntimeFocusCoordinator as _0x2ef974,ISlideEmbedRuntimeService as _0x822585,SLIDE_PAGE_RECT_KEY as _0x40b8c0,ShapeTextEditorContainer as _0x257bef,SlideCanvasView as _0x57eaf0,SlideEmbedChildWorkbench as _0x5be162,attachSlideRenderToCanvasHost as _0x6d64d7,resolveSlideLogicalPageSize as _0x30b962}from'@univerjs-pro/slides-ui';var Aa=_0x40f88b(0x51e),ja='1.0.0-alpha.8';function Ma(_0x31e968,_0x1aa978){const _0x2b64ca=_0x40f88b;var _0x1bba01;return _0x31e968[_0x2b64ca(0x637)]('['+_0x1aa978+']')?_0x31e968:(_0x1bba01=_0x31e968[_0x2b64ca(0x406)]('['+_0x1aa978+']'))==null?void 0x0:_0x1bba01;}function Na(_0x71f334){const _0x852e58=_0x40f88b;let _0x474047=[];return Pa(_0x71f334,_0x852e58(0x69b),_0x852e58(0x449),_0x474047),Pa(_0x71f334,_0x852e58(0x672),_0x852e58(0x4fd),_0x474047),Pa(_0x71f334,'data-embed-overlay-root','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x474047),Pa(_0x71f334,_0x852e58(0x52b),_0x852e58(0x4b5),_0x474047),_0x3706d8(()=>{_0x474047['forEach'](_0x4bf555=>_0x4bf555['remove']());});}function Pa(_0x1ce9f6,_0x4a7a57,_0xc6c4d,_0x20c4de){const _0x2826d9=_0x40f88b;let _0x1f0c4c=Ma(_0x1ce9f6,_0x4a7a57);if(_0x1f0c4c)return _0x1f0c4c;let _0x4375ff=document[_0x2826d9(0x3a9)](_0x2826d9(0x401));return _0x4375ff[_0x2826d9(0x47a)](_0x4a7a57,'true'),_0x4375ff[_0x2826d9(0x47a)]('data-embed-runtime-slot-owner',_0x2826d9(0x499)),_0x4375ff['className']=_0x2826d9(0x463)+_0xc6c4d,_0x1ce9f6['appendChild'](_0x4375ff),_0x20c4de[_0x2826d9(0x486)](_0x4375ff),_0x4375ff;}function Fa(_0x562f42){'@babel/helpers - typeof';const _0x4a8f52=_0x40f88b;return Fa=typeof Symbol=='function'&&typeof Symbol[_0x4a8f52(0x510)]==_0x4a8f52(0x427)?function(_0x3d66bb){return typeof _0x3d66bb;}:function(_0x1b2cb0){const _0x58968d=_0x4a8f52;return _0x1b2cb0&&typeof Symbol==_0x58968d(0x64a)&&_0x1b2cb0[_0x58968d(0x613)]===Symbol&&_0x1b2cb0!==Symbol[_0x58968d(0x4e6)]?_0x58968d(0x427):typeof _0x1b2cb0;},Fa(_0x562f42);}function Ia(_0x278229,_0x395c30){const _0x3addd4=_0x40f88b;if(Fa(_0x278229)!=_0x3addd4(0x37e)||!_0x278229)return _0x278229;var _0x543a8f=_0x278229[Symbol['toPrimitive']];if(_0x543a8f!==void 0x0){var _0x12b3bf=_0x543a8f['call'](_0x278229,_0x395c30||'default');if(Fa(_0x12b3bf)!=_0x3addd4(0x37e))return _0x12b3bf;throw TypeError(_0x3addd4(0x2b9));}return(_0x395c30==='string'?String:Number)(_0x278229);}function La(_0x5c04ad){const _0x53e9f8=_0x40f88b;var _0x2da12f=Ia(_0x5c04ad,_0x53e9f8(0x4ab));return Fa(_0x2da12f)==_0x53e9f8(0x427)?_0x2da12f:_0x2da12f+'';}function Y(_0x1f645d,_0x2ab4ea,_0x43c1f4){return(_0x2ab4ea=La(_0x2ab4ea))in _0x1f645d?Object['defineProperty'](_0x1f645d,_0x2ab4ea,{'value':_0x43c1f4,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x1f645d[_0x2ab4ea]=_0x43c1f4,_0x1f645d;}var Ra=class{constructor(){const _0x27cc8d=_0x40f88b;Y(this,_0x27cc8d(0x183),new Map());}[_0x40f88b(0x549)](_0x5b0e68){const _0x3fb7bf=_0x40f88b;return this[_0x3fb7bf(0x183)][_0x3fb7bf(0x2e3)](_0x5b0e68[_0x3fb7bf(0x455)],_0x5b0e68),_0x3706d8(()=>{const _0x3255c5=_0x3fb7bf;this[_0x3255c5(0x183)][_0x3255c5(0x5c1)](_0x5b0e68[_0x3255c5(0x455)])===_0x5b0e68&&this[_0x3255c5(0x183)][_0x3255c5(0x5ab)](_0x5b0e68[_0x3255c5(0x455)]);});}[_0x40f88b(0x5c1)](_0x2029a1){const _0x4cfc24=_0x40f88b;return this[_0x4cfc24(0x183)][_0x4cfc24(0x5c1)](_0x2029a1);}[_0x40f88b(0x49c)](){const _0x1fd314=_0x40f88b;return[...this[_0x1fd314(0x183)][_0x1fd314(0x3be)]()];}},za=class{constructor(){const _0x41bc30=_0x40f88b;Y(this,'_active$',new _0x243579(null)),Y(this,_0x41bc30(0x1fb),this[_0x41bc30(0x162)][_0x41bc30(0x5e7)]());}[_0x40f88b(0x625)](){const _0x457440=_0x40f88b;return this[_0x457440(0x162)][_0x457440(0x603)]();}[_0x40f88b(0x61a)](_0x55226c){const _0x2a9248=_0x40f88b;var _0x2ac2bd;let _0x5bd3d9=this[_0x2a9248(0x625)]();return(_0x5bd3d9==null?void 0x0:_0x5bd3d9[_0x2a9248(0x18d)])===_0x55226c?(_0x2ac2bd=_0x5bd3d9[_0x2a9248(0x52a)])==null?_0x2a9248(0x1d7):_0x2ac2bd:_0x2a9248(0x2a9);}['activate'](_0x220d3a,_0x48b14e){const _0x7a8676=_0x40f88b;var _0xc2d172,_0x1ad408,_0x7d9dde;let _0x139c8f=this[_0x7a8676(0x625)](),_0x817508=(_0x139c8f==null?void 0x0:_0x139c8f[_0x7a8676(0x3d0)])===_0x220d3a[_0x7a8676(0x3d0)]&&_0x139c8f[_0x7a8676(0x18d)]===_0x220d3a[_0x7a8676(0x18d)]&&_0x139c8f['childUnitId']===_0x220d3a[_0x7a8676(0x252)],_0x2f16ed={..._0x220d3a,'stage':(_0xc2d172=_0x48b14e==null?_0x220d3a[_0x7a8676(0x52a)]:_0x48b14e)==null?_0x817508?(_0x1ad408=_0x139c8f['stage'])==null?_0x7a8676(0x1d7):_0x1ad408:_0x7a8676(0x1d7):_0xc2d172};((_0x139c8f==null?void 0x0:_0x139c8f[_0x7a8676(0x3d0)])!==_0x2f16ed[_0x7a8676(0x3d0)]||_0x139c8f[_0x7a8676(0x18d)]!==_0x2f16ed[_0x7a8676(0x18d)]||_0x139c8f[_0x7a8676(0x252)]!==_0x2f16ed[_0x7a8676(0x252)]||((_0x7d9dde=_0x139c8f[_0x7a8676(0x52a)])==null?_0x7a8676(0x1d7):_0x7d9dde)!==_0x2f16ed['stage'])&&this[_0x7a8676(0x162)][_0x7a8676(0x3e5)](_0x2f16ed);}[_0x40f88b(0x39f)](_0x20cd29,_0x336689){const _0x52a2e1=_0x40f88b;var _0x170ae7;let _0x1eff25=this[_0x52a2e1(0x625)]();!_0x1eff25||_0x1eff25[_0x52a2e1(0x18d)]!==_0x20cd29||((_0x170ae7=_0x1eff25['stage'])==null?_0x52a2e1(0x1d7):_0x170ae7)!==_0x336689&&this['_active$']['next']({..._0x1eff25,'stage':_0x336689});}['promote'](_0x71c540){const _0x41af3e=_0x40f88b;this[_0x41af3e(0x61a)](_0x71c540)===_0x41af3e(0x1d7)&&this[_0x41af3e(0x39f)](_0x71c540,_0x41af3e(0x1a9));}[_0x40f88b(0x410)](_0x506486){const _0x8c517a=_0x40f88b;let _0x34c042=this[_0x8c517a(0x625)]();_0x34c042&&(!_0x506486||_0x34c042[_0x8c517a(0x18d)]===_0x506486)&&this[_0x8c517a(0x162)][_0x8c517a(0x3e5)](null);}},Ba=class{constructor(){const _0x295ea5=_0x40f88b;Y(this,_0x295ea5(0x307),new _0x243579(null)),Y(this,_0x295ea5(0x28e),this['_override$'][_0x295ea5(0x5e7)]());}['getOverride'](){return this['_override$']['getValue']();}[_0x40f88b(0x30f)](_0x5cc014,_0x4e7547,_0x158e93={}){const _0xe2e37b=_0x40f88b;var _0x2e015e,_0x3722ea,_0x3f7688;if(!_0x5cc014[_0xe2e37b(0x252)]||_0x5cc014[_0xe2e37b(0x455)]==null)throw Error(_0xe2e37b(0x1cf));let _0x553cda=((_0x2e015e=_0x5cc014[_0xe2e37b(0x5bc)])==null?void 0x0:_0x2e015e[_0xe2e37b(0x241)])||void 0x0;if(_0x4e7547===_0xe2e37b(0x23e)&&(!_0x553cda||_0x553cda[_0xe2e37b(0x298)]!==!0x0))throw Error(_0xe2e37b(0x675));if(_0x4e7547!==_0xe2e37b(0x23e))throw Error(_0xe2e37b(0x4bd));if(((_0x3722ea=(_0x3f7688=_0x158e93[_0xe2e37b(0x5c7)])==null?void 0x0:_0x3f7688[_0xe2e37b(0x1bc)])==null?_0x137606[_0xe2e37b(0x1bc)]:_0x3722ea)!==_0xe2e37b(0x59c)&&_0x158e93[_0xe2e37b(0x404)]!==!0x0)return this[_0xe2e37b(0x410)](_0x5cc014[_0xe2e37b(0x18d)]),null;let _0x465d12={'hostUnitId':_0x5cc014[_0xe2e37b(0x3d0)],'embedId':_0x5cc014['embedId'],'childUnitId':_0x5cc014[_0xe2e37b(0x252)],'childType':_0x5cc014['childType'],'entry':_0x5cc014[_0xe2e37b(0x24c)],'reason':_0x4e7547,'portalContainer':_0x158e93[_0xe2e37b(0x65a)],'hideHostFxBar':_0x553cda==null?void 0x0:_0x553cda['hideHostFxBar'],'lockHostRibbon':_0x553cda==null?void 0x0:_0x553cda[_0xe2e37b(0x41c)]},_0x4f3fb2=this[_0xe2e37b(0x16c)]();return Va(_0x4f3fb2,_0x465d12)?_0x4f3fb2:(this[_0xe2e37b(0x307)]['next'](_0x465d12),_0x465d12);}[_0x40f88b(0x410)](_0x158c19){const _0x2f36dc=_0x40f88b;let _0x9a6fed=this[_0x2f36dc(0x16c)]();_0x9a6fed&&(!_0x158c19||_0x9a6fed[_0x2f36dc(0x18d)]===_0x158c19)&&this[_0x2f36dc(0x307)][_0x2f36dc(0x3e5)](null);}};function Va(_0x290955,_0x1449a8){const _0x16d743=_0x40f88b;return _0x290955!=null&&_0x290955['hostUnitId']===_0x1449a8[_0x16d743(0x3d0)]&&_0x290955[_0x16d743(0x18d)]===_0x1449a8['embedId']&&_0x290955['childUnitId']===_0x1449a8['childUnitId']&&_0x290955[_0x16d743(0x455)]===_0x1449a8['childType']&&_0x290955[_0x16d743(0x24c)]===_0x1449a8[_0x16d743(0x24c)]&&_0x290955['reason']===_0x1449a8[_0x16d743(0x616)]&&_0x290955['portalContainer']===_0x1449a8['portalContainer']&&_0x290955['hideHostFxBar']===_0x1449a8[_0x16d743(0x2d3)]&&_0x290955[_0x16d743(0x41c)]===_0x1449a8[_0x16d743(0x41c)];}const X=_0x40f88b(0x206);var Z=class{constructor(){const _0x1579d6=_0x40f88b;Y(this,_0x1579d6(0x531),new Map()),Y(this,_0x1579d6(0x3ea),new Map()),Y(this,_0x1579d6(0x57c),new Map()),Y(this,_0x1579d6(0x1ea),0x0),Y(this,_0x1579d6(0x5a0),new _0x2a5057()),Y(this,_0x1579d6(0x53d),new _0x2a5057());}['acquireLease'](_0x2ed30d){const _0x2e2c10=_0x40f88b;let _0x5673a7={'role':_0x2ed30d[_0x2e2c10(0x53c)],'owner':_0x2ed30d[_0x2e2c10(0x502)],'sessionMode':_0x2ed30d['sessionMode'],'hostUnitId':_0x2ed30d[_0x2e2c10(0x3d0)],'childUnitId':_0x2ed30d[_0x2e2c10(0x252)],'childType':_0x2ed30d[_0x2e2c10(0x455)],'associatedChildUnitIds':_0x2ed30d[_0x2e2c10(0x685)],'sequence':++this[_0x2e2c10(0x1ea)]},_0x597fc2=this[_0x2e2c10(0x531)]['get'](_0x2ed30d[_0x2e2c10(0x18d)]);return _0x597fc2||(_0x597fc2=new Set(),this[_0x2e2c10(0x531)][_0x2e2c10(0x2e3)](_0x2ed30d[_0x2e2c10(0x18d)],_0x597fc2)),_0x597fc2[_0x2e2c10(0x538)](_0x5673a7),_0x5673a7[_0x2e2c10(0x53c)]!==_0x2e2c10(0x23c)&&this[_0x2e2c10(0x34d)](),_0x5673a7[_0x2e2c10(0x53c)]==='child-session'&&this[_0x2e2c10(0x677)](),_0x3706d8(()=>{const _0x38debc=_0x2e2c10;_0x597fc2==null||_0x597fc2[_0x38debc(0x5ab)](_0x5673a7),(_0x597fc2==null?void 0x0:_0x597fc2[_0x38debc(0x211)])===0x0&&this[_0x38debc(0x531)][_0x38debc(0x5ab)](_0x2ed30d[_0x38debc(0x18d)]),_0x5673a7[_0x38debc(0x53c)]!==_0x38debc(0x23c)&&this[_0x38debc(0x34d)](),_0x5673a7['role']===_0x38debc(0x4a6)&&this[_0x38debc(0x677)]();});}[_0x40f88b(0x267)](_0x59f0c0){const _0xaffd7e=_0x40f88b;if(!_0x59f0c0)return!0x1;let _0x1d7dbf=this[_0xaffd7e(0x531)][_0xaffd7e(0x5c1)](_0x59f0c0);return _0x1d7dbf&&[..._0x1d7dbf][_0xaffd7e(0x38d)](_0x347b64=>_0x347b64['role']!==_0xaffd7e(0x23c))?!0x0:this['containsElement'](_0x59f0c0,this[_0xaffd7e(0x520)](_0x59f0c0));}[_0x40f88b(0x56b)](_0x4c03ed,_0x47bfaf){const _0xec223d=_0x40f88b;if(!_0x4c03ed)return!0x1;let _0x35deb6=this[_0xec223d(0x531)][_0xec223d(0x5c1)](_0x4c03ed);return _0x35deb6&&[..._0x35deb6]['some'](_0x2c9edd=>this[_0xec223d(0x518)](_0x2c9edd,_0x47bfaf))?!0x0:this[_0xec223d(0x55a)](_0x4c03ed,this[_0xec223d(0x520)](_0x4c03ed));}[_0x40f88b(0x383)](){const _0x249078=_0x40f88b;return[...this[_0x249078(0x531)][_0x249078(0x3be)]()]['some'](_0x420e16=>[..._0x420e16][_0x249078(0x38d)](_0x31df7a=>_0x31df7a[_0x249078(0x53c)]!==_0x249078(0x23c)))||this[_0x249078(0x368)]()!=null;}[_0x40f88b(0x4a1)](_0x2d0c3d){const _0x12bfe7=_0x40f88b;if([...this[_0x12bfe7(0x531)][_0x12bfe7(0x3be)]()][_0x12bfe7(0x38d)](_0x1d3d7f=>[..._0x1d3d7f][_0x12bfe7(0x38d)](_0x541b23=>this[_0x12bfe7(0x518)](_0x541b23,_0x2d0c3d))))return!0x0;let _0x44f69f=this[_0x12bfe7(0x368)]();return _0x44f69f!=null&&this[_0x12bfe7(0x514)](_0x44f69f[_0x12bfe7(0x53c)]);}[_0x40f88b(0x441)](_0x3337bc,_0x9d60fa){const _0x2f20c4=_0x40f88b;if(!_0x3337bc)return!0x1;let _0x3c1669=this[_0x2f20c4(0x531)][_0x2f20c4(0x5c1)](_0x3337bc);return _0x3c1669&&[..._0x3c1669][_0x2f20c4(0x38d)](_0x1f2246=>this['_isHostPreservingLease'](_0x1f2246,_0x9d60fa))?!0x0:this[_0x2f20c4(0x55a)](_0x3337bc,this[_0x2f20c4(0x520)](_0x3337bc));}[_0x40f88b(0x256)](_0x3c384a){const _0x51ba26=_0x40f88b;return[...this[_0x51ba26(0x531)][_0x51ba26(0x3be)]()][_0x51ba26(0x38d)](_0x95ab1d=>[..._0x95ab1d][_0x51ba26(0x38d)](_0x5c3c7c=>this[_0x51ba26(0x5f4)](_0x5c3c7c,_0x3c384a)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x40f88b(0x517)](_0x26e14c,_0x52e8a0){const _0xbbe5f0=_0x40f88b;if(!_0x26e14c)return this[_0xbbe5f0(0x256)](_0x52e8a0);if([...this['_leases'][_0xbbe5f0(0x3be)]()][_0xbbe5f0(0x38d)](_0x1e4b6e=>[..._0x1e4b6e][_0xbbe5f0(0x38d)](_0x153f18=>this[_0xbbe5f0(0x5f4)](_0x153f18,_0x52e8a0)&&this[_0xbbe5f0(0x214)](_0x153f18,_0x26e14c))))return!0x0;let _0x4eaa2b=this[_0xbbe5f0(0x368)]();if(!_0x4eaa2b)return!0x1;let _0xf6515c=this[_0xbbe5f0(0x531)][_0xbbe5f0(0x5c1)](_0x4eaa2b[_0xbbe5f0(0x18d)]);return _0xf6515c&&[..._0xf6515c]['some'](_0x1e08d8=>this[_0xbbe5f0(0x5f4)](_0x1e08d8,_0x52e8a0)&&this[_0xbbe5f0(0x214)](_0x1e08d8,_0x26e14c))?!0x0:this[_0xbbe5f0(0x1a3)](_0x4eaa2b[_0xbbe5f0(0x18d)],_0x26e14c);}[_0x40f88b(0x2f7)](_0x29ef30){const _0x155a53=_0x40f88b;return _0x29ef30?[...this['_leases'][_0x155a53(0x3be)]()]['some'](_0xb9da72=>[..._0xb9da72][_0x155a53(0x38d)](_0x121229=>this[_0x155a53(0x196)](_0x121229,_0x29ef30)&&_0x121229[_0x155a53(0x53c)]!==_0x155a53(0x23c))):!0x1;}['registerRuntimeScope'](_0x1c8b04){const _0x5a809f=_0x40f88b;let _0x26d267={'hostUnitId':_0x1c8b04['hostUnitId'],'childUnitId':_0x1c8b04[_0x5a809f(0x252)],'childType':_0x1c8b04[_0x5a809f(0x455)],'sessionMode':_0x1c8b04[_0x5a809f(0x41d)]};return this[_0x5a809f(0x57c)][_0x5a809f(0x2e3)](_0x1c8b04['embedId'],_0x26d267),this[_0x5a809f(0x34d)](),this[_0x5a809f(0x677)](),_0x3706d8(()=>{const _0x269252=_0x5a809f;this[_0x269252(0x57c)]['get'](_0x1c8b04[_0x269252(0x18d)])===_0x26d267&&(this[_0x269252(0x57c)]['delete'](_0x1c8b04[_0x269252(0x18d)]),this['_notifyRuntimeFocusChanged'](),this[_0x269252(0x677)]());});}[_0x40f88b(0x4c6)](_0x5c6b1f){const _0x2b3756=_0x40f88b;if(_0x5c6b1f){for(let [_0x484229,_0x5dcc05]of this[_0x2b3756(0x57c)])if(_0x5dcc05[_0x2b3756(0x252)]===_0x5c6b1f)return{'embedId':_0x484229,'hostUnitId':_0x5dcc05[_0x2b3756(0x3d0)],'childUnitId':_0x5dcc05['childUnitId'],'childType':_0x5dcc05[_0x2b3756(0x455)],'sessionMode':_0x5dcc05[_0x2b3756(0x41d)]};}}[_0x40f88b(0x3b3)](){const _0x5c62e9=_0x40f88b;let _0x4384e3;for(let [_0x11a5b0,_0x33c4e2]of this[_0x5c62e9(0x531)])for(let _0x549eae of _0x33c4e2){if(_0x549eae[_0x5c62e9(0x53c)]!=='child-session'||!_0x549eae['childUnitId'])continue;let _0x157b58=this['_getChildSessionPriority'](_0x549eae);(!_0x4384e3||_0x157b58>_0x4384e3[_0x5c62e9(0x5b4)]||_0x157b58===_0x4384e3[_0x5c62e9(0x5b4)]&&_0x549eae[_0x5c62e9(0x5e5)]>_0x4384e3[_0x5c62e9(0x4b6)][_0x5c62e9(0x5e5)])&&(_0x4384e3={'embedId':_0x11a5b0,'lease':_0x549eae,'priority':_0x157b58});}return _0x4384e3?{'embedId':_0x4384e3[_0x5c62e9(0x18d)],'hostUnitId':_0x4384e3[_0x5c62e9(0x4b6)][_0x5c62e9(0x3d0)],'childUnitId':_0x4384e3[_0x5c62e9(0x4b6)][_0x5c62e9(0x252)],'childType':_0x4384e3[_0x5c62e9(0x4b6)][_0x5c62e9(0x455)],'sessionMode':this[_0x5c62e9(0x40b)](_0x4384e3[_0x5c62e9(0x4b6)])}:void 0x0;}[_0x40f88b(0x69d)](_0x5739eb,_0x577241,_0xf559ad){const _0x54304e=_0x40f88b;if(!_0x5739eb)return!0x1;let _0x1e1e02=this[_0x54304e(0x1d1)](_0x577241,_0xf559ad);return _0x1e1e02?this[_0x54304e(0x508)](_0x1e1e02,_0x5739eb):!0x1;}['shouldSuppressHostInteraction'](_0xf92fc4,_0x3f9026,_0x27872b,_0x2a1384){const _0x3ef25f=_0x40f88b;return this[_0x3ef25f(0x69d)](_0xf92fc4,_0x3f9026,_0x27872b)||this[_0x3ef25f(0x2f7)](_0xf92fc4)?!0x1:this['hasHostPreservingChildFocusLeaseForHost'](_0xf92fc4,_0x2a1384);}[_0x40f88b(0x1ec)](_0x147603){const _0x31a26e=_0x40f88b;let _0x2fcf87=this[_0x31a26e(0x3ea)]['get'](_0x147603[_0x31a26e(0x18d)]);_0x2fcf87||(_0x2fcf87=new Set(),this[_0x31a26e(0x3ea)][_0x31a26e(0x2e3)](_0x147603[_0x31a26e(0x18d)],_0x2fcf87)),_0x2fcf87[_0x31a26e(0x538)](_0x147603[_0x31a26e(0x3eb)]);let _0x5ee54b=_0x147603[_0x31a26e(0x3eb)]['getAttribute'](X);return _0x147603[_0x31a26e(0x3eb)][_0x31a26e(0x47a)](X,_0x147603[_0x31a26e(0x53c)]),this['_notifyRuntimeFocusChanged'](),_0x3706d8(()=>{const _0x41cd00=_0x31a26e;_0x2fcf87==null||_0x2fcf87['delete'](_0x147603[_0x41cd00(0x3eb)]),(_0x2fcf87==null?void 0x0:_0x2fcf87[_0x41cd00(0x211)])===0x0&&this[_0x41cd00(0x3ea)][_0x41cd00(0x5ab)](_0x147603[_0x41cd00(0x18d)]),_0x5ee54b==null?_0x147603[_0x41cd00(0x3eb)][_0x41cd00(0x4f8)](X):_0x147603[_0x41cd00(0x3eb)][_0x41cd00(0x47a)](X,_0x5ee54b),this[_0x41cd00(0x34d)]();});}[_0x40f88b(0x66e)](_0x340b88){const _0x46dcc4=_0x40f88b;var _0x26c81c;return _0x340b88?[...(_0x26c81c=this[_0x46dcc4(0x3ea)][_0x46dcc4(0x5c1)](_0x340b88))==null?[]:_0x26c81c]:[];}[_0x40f88b(0x55a)](_0x21ec9d,_0x37d7a5,_0x3f3994){const _0x207f60=_0x40f88b;if(!_0x21ec9d)return!0x1;let _0x4bf271=this[_0x207f60(0x3ea)][_0x207f60(0x5c1)](_0x21ec9d),_0x383cc3=typeof(_0x3f3994==null?void 0x0:_0x3f3994[_0x207f60(0x60b)])==_0x207f60(0x64a)?_0x3f3994['composedPath']():void 0x0;return _0x4bf271!=null&&_0x4bf271[_0x207f60(0x211)]&&_0x383cc3!=null&&_0x383cc3[_0x207f60(0x38d)](_0x4b113f=>_0x4b113f instanceof HTMLElement&&this['_containsRegisteredElement'](_0x4bf271,_0x4b113f))||_0x383cc3!=null&&_0x383cc3[_0x207f60(0x38d)](_0x47ab35=>_0x47ab35 instanceof HTMLElement&&this[_0x207f60(0x2a2)](_0x21ec9d,_0x47ab35))?!0x0:_0x37d7a5 instanceof HTMLElement&&(!!(_0x4bf271!=null&&_0x4bf271[_0x207f60(0x211)])&&this[_0x207f60(0x493)](_0x4bf271,_0x37d7a5)||this[_0x207f60(0x2a2)](_0x21ec9d,_0x37d7a5));}[_0x40f88b(0x493)](_0x1bdab4,_0x781944){const _0x4d5a77=_0x40f88b;return[..._0x1bdab4]['some'](_0x5f5561=>_0x5f5561===_0x781944||_0x5f5561[_0x4d5a77(0x60e)](_0x781944));}[_0x40f88b(0x518)](_0x2c0b90,_0xcfcc41){const _0x3da7a1=_0x40f88b;var _0x480478;return _0x2c0b90[_0x3da7a1(0x502)]&&_0xcfcc41!=null&&(_0x480478=_0xcfcc41['ignoreOwners'])!=null&&_0x480478[_0x3da7a1(0x3cc)](_0x2c0b90[_0x3da7a1(0x502)])?!0x1:this[_0x3da7a1(0x514)](_0x2c0b90[_0x3da7a1(0x53c)]);}['_isHostPreservingLease'](_0xe5b749,_0x334c1c){const _0x289890=_0x40f88b;var _0x4f30c4;return _0xe5b749[_0x289890(0x502)]&&_0x334c1c!=null&&(_0x4f30c4=_0x334c1c[_0x289890(0x2d2)])!=null&&_0x4f30c4[_0x289890(0x3cc)](_0xe5b749[_0x289890(0x502)])?!0x1:_0xe5b749['role']!==_0x289890(0x23c);}[_0x40f88b(0x214)](_0x2652f4,_0x33f375){return _0x2652f4['hostUnitId']==null||_0x2652f4['hostUnitId']===_0x33f375;}['_ownedRuntimeFocusAppliesToHost'](_0x3cdd31,_0x782bf0){const _0x403187=_0x40f88b;let _0x5182be=this[_0x403187(0x57c)][_0x403187(0x5c1)](_0x3cdd31);return!!_0x5182be&&(_0x5182be[_0x403187(0x3d0)]==null||_0x5182be[_0x403187(0x3d0)]===_0x782bf0);}[_0x40f88b(0x196)](_0x57b585,_0x58634f){const _0xe06ccf=_0x40f88b;var _0x29adfc;return _0x57b585[_0xe06ccf(0x252)]===_0x58634f||((_0x29adfc=_0x57b585[_0xe06ccf(0x685)])==null?void 0x0:_0x29adfc[_0xe06ccf(0x3cc)](_0x58634f))===!0x0;}[_0x40f88b(0x508)](_0x40c0ff,_0xf6cfbb){const _0x16fff4=_0x40f88b;var _0x1c827f;if(((_0x1c827f=this['_runtimeScopes'][_0x16fff4(0x5c1)](_0x40c0ff))==null?void 0x0:_0x1c827f[_0x16fff4(0x252)])===_0xf6cfbb)return!0x0;let _0x4ad800=this['_leases']['get'](_0x40c0ff);return!!_0x4ad800&&[..._0x4ad800][_0x16fff4(0x38d)](_0x4e1a6c=>this[_0x16fff4(0x196)](_0x4e1a6c,_0xf6cfbb));}[_0x40f88b(0x514)](_0x3e4292){const _0x39f9c2=_0x40f88b;return _0x3e4292!==_0x39f9c2(0x23c);}[_0x40f88b(0x512)](_0x55a43b){const _0x22012e=_0x40f88b;let _0x5cc829=this['_resolveChildSessionMode'](_0x55a43b);return _0x5cc829==='child-fullscreen'?0x1e:_0x5cc829===_0x22012e(0x468)?0x14:_0x5cc829===_0x22012e(0x27b)?0xa:0x0;}[_0x40f88b(0x40b)](_0x5da05c){const _0x5a14d6=_0x40f88b;return _0x5da05c[_0x5a14d6(0x41d)]?_0x5da05c[_0x5a14d6(0x41d)]:_0x5da05c[_0x5a14d6(0x502)]==='fullscreen-runtime'?_0x5a14d6(0x5db):_0x5da05c[_0x5a14d6(0x502)]===_0x5a14d6(0x422)||_0x5da05c[_0x5a14d6(0x502)]===_0x5a14d6(0x372)?_0x5a14d6(0x468):_0x5da05c[_0x5a14d6(0x502)]===_0x5a14d6(0x320)?_0x5a14d6(0x27b):_0x5da05c[_0x5a14d6(0x53c)]===_0x5a14d6(0x4a6)?_0x5a14d6(0x468):_0x5a14d6(0x4c0);}[_0x40f88b(0x2a2)](_0x516e4f,_0x53beb5){return _0x53beb5['closest']('['+Q+'=\x22'+_0x516e4f+'\x22]')!=null;}[_0x40f88b(0x1d1)](_0x189293,_0x1e7ce8){const _0x5a516c=_0x40f88b;var _0x4b4e8f,_0x51e573;let _0x4c5073=typeof(_0x1e7ce8==null?void 0x0:_0x1e7ce8[_0x5a516c(0x60b)])==_0x5a516c(0x64a)?_0x1e7ce8[_0x5a516c(0x60b)]():void 0x0,_0x1d010b=_0x4c5073==null?void 0x0:_0x4c5073[_0x5a516c(0x44b)](_0x3e0ea2=>this[_0x5a516c(0x586)](_0x3e0ea2)&&_0x3e0ea2[_0x5a516c(0x35c)]('data-embed-interaction-boundary-owner')),_0x5cb225=_0x1d010b==null?this[_0x5a516c(0x586)](_0x189293)?(_0x4b4e8f=_0x189293['closest'](_0x5a516c(0x36f)))==null?void 0x0:_0x4b4e8f:void 0x0:_0x1d010b;return(_0x51e573=_0x5cb225==null?void 0x0:_0x5cb225['getAttribute'](_0x5a516c(0x295)))==null?this[_0x5a516c(0x440)](_0x1e7ce8):_0x51e573;}[_0x40f88b(0x440)](_0x4b1903){const _0x104a43=_0x40f88b;let _0x420819=this[_0x104a43(0x5eb)](_0x4b1903);if(!_0x420819)return;let _0xdd3ddf;for(let [_0x3418ad,_0x334850]of this[_0x104a43(0x3ea)])for(let _0x2af1b5 of _0x334850){let _0x1b7093=_0x2af1b5[_0x104a43(0x21f)]();if(!this[_0x104a43(0x62c)](_0x1b7093,_0x420819[_0x104a43(0x52d)],_0x420819[_0x104a43(0x391)]))continue;let _0x35fd58=_0x1b7093[_0x104a43(0x228)]*_0x1b7093['height'];(!_0xdd3ddf||_0x35fd58<_0xdd3ddf[_0x104a43(0x662)])&&(_0xdd3ddf={'embedId':_0x3418ad,'area':_0x35fd58});}return _0xdd3ddf==null?void 0x0:_0xdd3ddf['embedId'];}[_0x40f88b(0x5eb)](_0x592225){const _0x552869=_0x40f88b;let _0x40e041=_0x592225;if(_0x40e041){if(Number[_0x552869(0x37b)](_0x40e041[_0x552869(0x52d)])&&Number[_0x552869(0x37b)](_0x40e041[_0x552869(0x391)]))return{'clientX':_0x40e041[_0x552869(0x52d)],'clientY':_0x40e041['clientY']};if(Number['isFinite'](_0x40e041['x'])&&Number[_0x552869(0x37b)](_0x40e041['y']))return{'clientX':_0x40e041['x'],'clientY':_0x40e041['y']};}}[_0x40f88b(0x62c)](_0x584090,_0x231c68,_0x1f7491){const _0x362ead=_0x40f88b;return _0x584090[_0x362ead(0x228)]>0x0&&_0x584090['height']>0x0&&_0x231c68>=_0x584090[_0x362ead(0x337)]&&_0x231c68<=_0x584090['right']&&_0x1f7491>=_0x584090[_0x362ead(0x679)]&&_0x1f7491<=_0x584090[_0x362ead(0x2ef)];}[_0x40f88b(0x368)](){const _0xf345c6=_0x40f88b;var _0x4835f9;let _0x403a21=this[_0xf345c6(0x524)]();if(!this[_0xf345c6(0x586)](_0x403a21))return;let _0x2bc96e=_0x403a21['closest']('['+Q+']');if(!_0x2bc96e)return;let _0x156a7e=_0x2bc96e[_0xf345c6(0x283)](Q),_0x58090b=(_0x4835f9=_0x403a21[_0xf345c6(0x208)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x4835f9[_0xf345c6(0x283)](X);return _0x156a7e&&this[_0xf345c6(0x5b8)](_0x58090b)?{'embedId':_0x156a7e,'role':_0x58090b}:void 0x0;}[_0x40f88b(0x586)](_0x4ab68e){const _0x495eba=_0x40f88b;var _0x2b9244;if(!_0x4ab68e)return!0x1;let _0x49845f=(_0x2b9244=_0x4ab68e[_0x495eba(0x1e6)])==null?void 0x0:_0x2b9244['defaultView'];return _0x49845f?_0x4ab68e instanceof _0x49845f[_0x495eba(0x4b3)]:typeof HTMLElement<'u'&&_0x4ab68e instanceof HTMLElement;}[_0x40f88b(0x5b8)](_0x369bf6){const _0xf9f9b7=_0x40f88b;return _0x369bf6===_0xf9f9b7(0x23c)||_0x369bf6==='child-session'||_0x369bf6===_0xf9f9b7(0x577)||_0x369bf6===_0xf9f9b7(0x37c)||_0x369bf6===_0xf9f9b7(0x197);}['_getAnyActiveElement'](){const _0x51e36d=_0x40f88b;for(let _0x3070f1 of this[_0x51e36d(0x3ea)][_0x51e36d(0x3be)]()){var _0x2d26c1;let _0x571220=(_0x2d26c1=_0x3070f1['values']()[_0x51e36d(0x3e5)]()[_0x51e36d(0x2cb)])==null?void 0x0:_0x2d26c1['ownerDocument'];if(_0x571220!=null&&_0x571220['activeElement'])return _0x571220[_0x51e36d(0x5bb)];}return typeof document>'u'?null:document['activeElement'];}[_0x40f88b(0x520)](_0xa4f5a1){const _0x261257=_0x40f88b;var _0x3e925d,_0x75b943;let _0x27e8d7=this['_elements'][_0x261257(0x5c1)](_0xa4f5a1),_0x2bf5ca=_0x27e8d7==null||(_0x3e925d=_0x27e8d7['values']()['next']()[_0x261257(0x2cb)])==null?void 0x0:_0x3e925d[_0x261257(0x1e6)];return(_0x75b943=_0x2bf5ca==null?void 0x0:_0x2bf5ca[_0x261257(0x5bb)])==null?typeof document>'u'?null:document[_0x261257(0x5bb)]:_0x75b943;}[_0x40f88b(0x34d)](){const _0x593f2a=_0x40f88b;this[_0x593f2a(0x5a0)][_0x593f2a(0x3e5)]();}[_0x40f88b(0x677)](){const _0x1dd918=_0x40f88b;this[_0x1dd918(0x53d)][_0x1dd918(0x3e5)]();}};const Q=_0x40f88b(0x295);var Ha=class{constructor(){const _0x461d16=_0x40f88b;Y(this,_0x461d16(0x26c),new Map()),Y(this,_0x461d16(0x421),new WeakMap()),Y(this,_0x461d16(0x53f),new WeakMap()),Y(this,_0x461d16(0x33d),void 0x0);}[_0x40f88b(0x54a)](_0x463c22,_0x1b2f2c){const _0x2a0e8b=_0x40f88b;let _0x1b4861=this[_0x2a0e8b(0x26c)]['get'](_0x463c22);_0x1b4861||(_0x1b4861=new Set(),this[_0x2a0e8b(0x26c)][_0x2a0e8b(0x2e3)](_0x463c22,_0x1b4861)),_0x1b4861['add'](_0x1b2f2c);let _0x37da50=_0x1b2f2c['getAttribute'](Q);_0x1b2f2c[_0x2a0e8b(0x47a)](Q,_0x463c22);let _0x508f17=this['_registerRootPopupDescendantFocusRoles'](_0x463c22,_0x1b2f2c),_0x324d3e=()=>this['_claimBodyPortals'](_0x463c22,_0x1b2f2c['ownerDocument']);return _0x1b2f2c[_0x2a0e8b(0x2dd)]('pointerdown',_0x324d3e,!0x0),_0x1b2f2c[_0x2a0e8b(0x2dd)](_0x2a0e8b(0x47c),_0x324d3e,!0x0),_0x1b2f2c[_0x2a0e8b(0x2dd)](_0x2a0e8b(0x38c),_0x324d3e,!0x0),_0x3706d8(()=>{const _0x16b65e=_0x2a0e8b;var _0x13425e;_0x508f17['dispose'](),_0x1b2f2c['removeEventListener'](_0x16b65e(0x426),_0x324d3e,!0x0),_0x1b2f2c[_0x16b65e(0x536)](_0x16b65e(0x47c),_0x324d3e,!0x0),_0x1b2f2c['removeEventListener'](_0x16b65e(0x38c),_0x324d3e,!0x0),((_0x13425e=this['_pendingPortalOwner'])==null?void 0x0:_0x13425e[_0x16b65e(0x18d)])===_0x463c22&&this[_0x16b65e(0x33d)][_0x16b65e(0x5d0)]===_0x1b2f2c['ownerDocument']&&(this['_pendingPortalOwner']=void 0x0),_0x1b4861==null||_0x1b4861['delete'](_0x1b2f2c),_0x1b4861&&_0x1b4861['size']===0x0&&this['_roots'][_0x16b65e(0x5ab)](_0x463c22),_0x37da50==null?_0x1b2f2c['removeAttribute'](Q):_0x1b2f2c['setAttribute'](Q,_0x37da50);});}['_registerRootPopupDescendantFocusRoles'](_0x388745,_0x381dbf){const _0x15c548=_0x40f88b;let _0x578d05=_0x381dbf['ownerDocument'][_0x15c548(0x68c)],_0x5a3083=new Map(),_0x5eda16=new Map(),_0x410585,_0x3e2345=!0x1,_0x18af03=_0x422031=>{const _0x32e8eb=_0x15c548;_0x5a3083['has'](_0x422031)||_0x5a3083['set'](_0x422031,_0x422031[_0x32e8eb(0x283)](Q)),_0x5eda16[_0x32e8eb(0x17b)](_0x422031)||_0x5eda16[_0x32e8eb(0x2e3)](_0x422031,_0x422031[_0x32e8eb(0x283)](X));},_0x561730=_0x40dc71=>{const _0x4ceb33=_0x15c548;_0x18af03(_0x40dc71),_0x40dc71[_0x4ceb33(0x47a)](Q,_0x388745),_0x40dc71[_0x4ceb33(0x47a)](X,'child-popup');},_0x493688=_0x50b473=>{const _0x30bf9d=_0x15c548;this[_0x30bf9d(0x382)](_0x50b473)&&(_0x561730(_0x50b473),_0x50b473[_0x30bf9d(0x4a0)]('*')[_0x30bf9d(0x496)](_0x561730));},_0x5a077b=_0x1306a5=>{const _0x3dea77=_0x15c548;_0x3e2345||(_0x493688(_0x1306a5),_0x1306a5[_0x3dea77(0x4a0)]('*')[_0x3dea77(0x496)](_0x53eb48=>_0x493688(_0x53eb48)));};return _0x5a077b(_0x381dbf),_0x578d05!=null&&_0x578d05['MutationObserver']&&(_0x410585=new _0x578d05[(_0x15c548(0x55c))](_0x1a6649=>{_0x1a6649['forEach'](_0x10888e=>{const _0x5d2dbb=_0x2546;_0x10888e['addedNodes'][_0x5d2dbb(0x496)](_0x428754=>{const _0x53eb27=_0x5d2dbb;_0x428754 instanceof _0x578d05[_0x53eb27(0x4b3)]&&_0x5a077b(_0x428754);});});}),_0x410585['observe'](_0x381dbf,{'childList':!0x0,'subtree':!0x0})),_0x3706d8(()=>{const _0x78ab40=_0x15c548;_0x3e2345=!0x0,_0x410585==null||_0x410585[_0x78ab40(0x1ab)](),_0x5a3083[_0x78ab40(0x496)]((_0x95653d,_0x1e7a5b)=>{const _0x3294ea=_0x78ab40;if(_0x95653d==null){_0x1e7a5b[_0x3294ea(0x4f8)](Q);return;}_0x1e7a5b[_0x3294ea(0x47a)](Q,_0x95653d);}),_0x5eda16[_0x78ab40(0x496)]((_0x70508b,_0x5733a9)=>{const _0x3cc1f3=_0x78ab40;if(_0x70508b==null){_0x5733a9[_0x3cc1f3(0x4f8)](X);return;}_0x5733a9[_0x3cc1f3(0x47a)](X,_0x70508b);});});}[_0x40f88b(0x67e)](_0x140e5e,_0x545a82){const _0x3b7af4=_0x40f88b;let _0x29c34a=this[_0x3b7af4(0x26c)][_0x3b7af4(0x5c1)](_0x140e5e);_0x29c34a||(_0x29c34a=new Set(),this[_0x3b7af4(0x26c)][_0x3b7af4(0x2e3)](_0x140e5e,_0x29c34a)),_0x29c34a[_0x3b7af4(0x538)](_0x545a82);let _0x400928=this[_0x3b7af4(0x33a)](_0x140e5e,_0x545a82);return _0x3706d8(()=>{const _0x4bfe4b=_0x3b7af4;_0x29c34a==null||_0x29c34a[_0x4bfe4b(0x5ab)](_0x545a82),_0x29c34a&&_0x29c34a[_0x4bfe4b(0x211)]===0x0&&this[_0x4bfe4b(0x26c)]['delete'](_0x140e5e),_0x400928[_0x4bfe4b(0x602)]();});}[_0x40f88b(0x60e)](_0xe69ead,_0xa8cc94,_0x484288){const _0x507694=_0x40f88b;let _0x5854af=typeof(_0x484288==null?void 0x0:_0x484288['composedPath'])==_0x507694(0x64a)?_0x484288[_0x507694(0x60b)]():void 0x0;if(_0x5854af!=null&&_0x5854af[_0x507694(0x38d)](_0x5fdee2=>_0x5fdee2 instanceof HTMLElement&&this[_0x507694(0x1f3)](_0xe69ead,_0x5fdee2)))return!0x0;if(!(_0xa8cc94 instanceof HTMLElement))return!0x1;if(this[_0x507694(0x1f3)](_0xe69ead,_0xa8cc94))return!0x0;if(!_0xe69ead)return Array[_0x507694(0x3d1)](this[_0x507694(0x26c)][_0x507694(0x3be)]())[_0x507694(0x38d)](_0x1cd5e9=>[..._0x1cd5e9]['some'](_0x153e37=>_0x153e37[_0x507694(0x246)]&&_0x153e37['contains'](_0xa8cc94)));let _0x469606=this[_0x507694(0x26c)]['get'](_0xe69ead);return!!_0x469606&&[..._0x469606][_0x507694(0x38d)](_0x462913=>_0x462913[_0x507694(0x246)]&&_0x462913['contains'](_0xa8cc94));}['hasRecentInteraction'](_0x162734){const _0x1f6d12=_0x40f88b;let _0x3a903f=_0x162734?this[_0x1f6d12(0x53f)][_0x1f6d12(0x5c1)](_0x162734):typeof document<'u'?this[_0x1f6d12(0x53f)][_0x1f6d12(0x5c1)](document):void 0x0;if(_0x3a903f!=null&&_0x3a903f[_0x1f6d12(0x39b)])return!0x0;let _0x226507=this[_0x1f6d12(0x33d)];return!_0x226507||Date['now']()>_0x226507['expiresAt']?!0x1:!_0x162734||_0x226507[_0x1f6d12(0x5d0)]===_0x162734;}[_0x40f88b(0x287)](_0x194480,_0x43b8ea){const _0x3de7c4=_0x40f88b;if(!_0x194480)return!0x1;let _0x3a146d=_0x43b8ea?this['_activePortalOwners'][_0x3de7c4(0x5c1)](_0x43b8ea):typeof document<'u'?this[_0x3de7c4(0x53f)]['get'](document):void 0x0;if(_0x3a146d!=null&&_0x3a146d[_0x3de7c4(0x38d)](_0x1a514a=>_0x1a514a[_0x3de7c4(0x18d)]===_0x194480))return!0x0;let _0x6387a4=this[_0x3de7c4(0x33d)];return!_0x6387a4||_0x6387a4[_0x3de7c4(0x18d)]!==_0x194480||Date[_0x3de7c4(0x407)]()>_0x6387a4[_0x3de7c4(0x2f3)]?!0x1:!_0x43b8ea||_0x6387a4['document']===_0x43b8ea;}[_0x40f88b(0x2e2)](_0x5b1567,_0x45a6b5){const _0xd4c12b=_0x40f88b;!_0x5b1567||!(_0x45a6b5!=null&&_0x45a6b5[_0xd4c12b(0x2ba)])||this['_collectOwnedFloatingSurfaceRoots'](_0x5b1567,_0x45a6b5)[_0xd4c12b(0x496)](_0x47c478=>this[_0xd4c12b(0x3e1)](_0x47c478,_0x45a6b5));}[_0x40f88b(0x309)](_0x1a6707,_0x2a3fd9){const _0x1c68a9=_0x40f88b;var _0x19cc6f,_0x2878ab;if(!(_0x2a3fd9!=null&&_0x2a3fd9['body']))return _0x3706d8(()=>{});let _0x4bfe18=Symbol(_0x1a6707),_0x5ebfba=(_0x19cc6f=this[_0x1c68a9(0x53f)][_0x1c68a9(0x5c1)](_0x2a3fd9))==null?[]:_0x19cc6f;return _0x5ebfba['push']({'embedId':_0x1a6707,'token':_0x4bfe18}),this[_0x1c68a9(0x53f)]['set'](_0x2a3fd9,_0x5ebfba),this[_0x1c68a9(0x62b)](_0x2a3fd9),this[_0x1c68a9(0x431)](_0x1a6707,_0x2a3fd9,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x1a6707,_0x2a3fd9),(_0x2878ab=_0x2a3fd9[_0x1c68a9(0x68c)])==null||_0x2878ab['setTimeout'](()=>{const _0x847aba=_0x1c68a9;let _0x5d554f=this[_0x847aba(0x2a4)](_0x2a3fd9);(_0x5d554f==null?void 0x0:_0x5d554f[_0x847aba(0x18d)])===_0x1a6707&&_0x5d554f['token']===_0x4bfe18&&(this[_0x847aba(0x431)](_0x1a6707,_0x2a3fd9,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x847aba(0x234)](_0x1a6707,_0x2a3fd9));},0x0),_0x3706d8(()=>{const _0x5d2030=_0x1c68a9;let _0x1c48ba=this[_0x5d2030(0x53f)]['get'](_0x2a3fd9),_0x276d75=!0x1;if(_0x1c48ba){let _0x4e8fa5=_0x1c48ba[_0x5d2030(0x480)](_0x5e015a=>_0x5e015a[_0x5d2030(0x18d)]===_0x1a6707&&_0x5e015a[_0x5d2030(0x43a)]===_0x4bfe18);_0x4e8fa5>=0x0&&_0x1c48ba[_0x5d2030(0x5b0)](_0x4e8fa5,0x1),_0x276d75=_0x1c48ba[_0x5d2030(0x38d)](_0x503050=>_0x503050['embedId']===_0x1a6707),_0x1c48ba[_0x5d2030(0x39b)]===0x0&&this['_activePortalOwners'][_0x5d2030(0x5ab)](_0x2a3fd9);}_0x276d75||this[_0x5d2030(0x3c5)](_0x1a6707,_0x2a3fd9);let _0x1c4df0=this[_0x5d2030(0x2a4)](_0x2a3fd9);_0x1c4df0&&(this['_markExistingBodyPortals'](_0x1c4df0[_0x5d2030(0x18d)],_0x2a3fd9,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x1c4df0[_0x5d2030(0x18d)],_0x2a3fd9));});}[_0x40f88b(0x624)](_0x2f0e29,_0x3b220a){const _0x2f7e21=_0x40f88b;var _0xdaac23;let _0x37b672=new Set(),_0x125eeb=_0x53dc88=>{const _0x445120=_0x2546;let _0x4ddc2=this['_resolveFloatingSurfaceRoot'](_0x53dc88);!_0x4ddc2||!this['_isOwnedElement'](_0x2f0e29,_0x4ddc2)||_0x37b672[_0x445120(0x538)](_0x4ddc2);};return _0x3b220a[_0x2f7e21(0x2ba)][_0x2f7e21(0x4a0)]('['+Q+'=\x22'+_0x2f0e29+'\x22]')['forEach'](_0x125eeb),(_0xdaac23=this[_0x2f7e21(0x26c)][_0x2f7e21(0x5c1)](_0x2f0e29))==null||_0xdaac23[_0x2f7e21(0x496)](_0x410385=>{const _0x5d2d7a=_0x2f7e21;_0x410385[_0x5d2d7a(0x246)]&&(_0x125eeb(_0x410385),_0x410385['querySelectorAll']('*')['forEach'](_0x125eeb));}),[..._0x37b672][_0x2f7e21(0x562)]((_0x5bbb11,_0x3c2c49)=>_0x5bbb11[_0x2f7e21(0x60e)](_0x3c2c49)?0x1:_0x3c2c49['contains'](_0x5bbb11)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x1e10ba){const _0x58f2b0=_0x40f88b;var _0x53ff11;if(!_0x1e10ba['closest'](_0x58f2b0(0x1c0))&&this[_0x58f2b0(0x382)](_0x1e10ba))return(_0x53ff11=_0x1e10ba['closest'](_0x58f2b0(0x1ff)))==null?_0x1e10ba:_0x53ff11;}[_0x40f88b(0x3e1)](_0x557a36,_0x5e34b9){const _0x1275df=_0x40f88b;let _0x2f445c=_0x5e34b9[_0x1275df(0x68c)],_0xae5c07=_0x5e34b9[_0x1275df(0x5bb)]instanceof HTMLElement&&_0x557a36[_0x1275df(0x60e)](_0x5e34b9['activeElement'])?_0x5e34b9['activeElement']:_0x557a36,_0x202738=_0x2f445c!=null&&_0x2f445c['KeyboardEvent']?new _0x2f445c[(_0x1275df(0x25a))](_0x1275df(0x669),{'key':_0x1275df(0x5e9),'code':_0x1275df(0x5e9),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x1275df(0x669),{'bubbles':!0x0,'cancelable':!0x0});_0xae5c07[_0x1275df(0x17c)](_0x202738);}[_0x40f88b(0x1f3)](_0x184bde,_0x3cf34d){const _0x28bddb=_0x40f88b;let _0x10fd00=_0x3cf34d[_0x28bddb(0x208)]('['+Q+']'),_0x5e7879=_0x10fd00==null?void 0x0:_0x10fd00[_0x28bddb(0x283)](Q);if(_0x5e7879&&(!_0x184bde||_0x5e7879===_0x184bde))return!0x0;if(!_0x184bde)return Array[_0x28bddb(0x3d1)](this[_0x28bddb(0x26c)]['values']())[_0x28bddb(0x38d)](_0x152b46=>[..._0x152b46][_0x28bddb(0x38d)](_0x2a7644=>_0x2a7644===_0x3cf34d||_0x2a7644[_0x28bddb(0x60e)](_0x3cf34d)));let _0x3e1547=this['_roots'][_0x28bddb(0x5c1)](_0x184bde);return!!_0x3e1547&&[..._0x3e1547][_0x28bddb(0x38d)](_0x2ef894=>_0x2ef894===_0x3cf34d||_0x2ef894[_0x28bddb(0x60e)](_0x3cf34d));}['_claimBodyPortals'](_0x412f12,_0x30fde7){const _0x4bc20c=_0x40f88b;var _0x28936e;_0x30fde7!=null&&_0x30fde7[_0x4bc20c(0x2ba)]&&(this[_0x4bc20c(0x33d)]={'embedId':_0x412f12,'document':_0x30fde7,'expiresAt':Date[_0x4bc20c(0x407)]()+0x3e8},this['_ensurePortalObserver'](_0x30fde7),this[_0x4bc20c(0x431)](_0x412f12,_0x30fde7,{'includeAppShellEditorPortal':!0x1}),(_0x28936e=_0x30fde7['defaultView'])==null||_0x28936e[_0x4bc20c(0x32b)](()=>{const _0x3ed0e1=_0x4bc20c;let _0x477b69=this[_0x3ed0e1(0x33d)];(_0x477b69==null?void 0x0:_0x477b69[_0x3ed0e1(0x18d)])===_0x412f12&&_0x477b69[_0x3ed0e1(0x5d0)]===_0x30fde7&&Date['now']()<=_0x477b69['expiresAt']&&this[_0x3ed0e1(0x431)](_0x412f12,_0x30fde7,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0x56bbb8){const _0x3a6fc8=_0x40f88b;if(this[_0x3a6fc8(0x421)][_0x3a6fc8(0x17b)](_0x56bbb8)||!_0x56bbb8['body'])return;let _0x25ac14=_0x56bbb8['defaultView'];if(!(_0x25ac14!=null&&_0x25ac14[_0x3a6fc8(0x55c)]))return;let _0x2ef33e=new _0x25ac14[(_0x3a6fc8(0x55c))](_0x1029c8=>{const _0x306ef7=_0x3a6fc8;let _0x8eeb87=this[_0x306ef7(0x226)](_0x56bbb8);if(!_0x8eeb87)return;let _0x598713={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x8eeb87[_0x306ef7(0x415)],'allowDirectBodyPortal':!_0x8eeb87[_0x306ef7(0x415)]};_0x1029c8[_0x306ef7(0x496)](_0x23b66c=>{const _0x43d82f=_0x306ef7;_0x23b66c[_0x43d82f(0x224)]==='attributes'&&_0x23b66c[_0x43d82f(0x3c3)]instanceof _0x25ac14[_0x43d82f(0x4b3)]&&this['_markBodyPortalOwner'](_0x23b66c[_0x43d82f(0x3c3)],_0x8eeb87[_0x43d82f(0x18d)],_0x56bbb8,_0x598713),_0x23b66c[_0x43d82f(0x386)]['forEach'](_0x3277d6=>{const _0x2111b7=_0x43d82f;_0x3277d6 instanceof _0x25ac14[_0x2111b7(0x4b3)]&&(this[_0x2111b7(0x4d9)](_0x3277d6,_0x8eeb87['embedId'],_0x56bbb8,_0x598713),_0x3277d6['querySelectorAll']('*')['forEach'](_0x4dc265=>{const _0x4eb3af=_0x2111b7;this[_0x4eb3af(0x4d9)](_0x4dc265,_0x8eeb87[_0x4eb3af(0x18d)],_0x56bbb8,_0x598713);}));});}),_0x8eeb87[_0x306ef7(0x415)]&&this['_cleanupOrdinaryBodyChromeClaims'](_0x8eeb87[_0x306ef7(0x18d)],_0x56bbb8);});_0x2ef33e[_0x3a6fc8(0x3bf)](_0x56bbb8[_0x3a6fc8(0x2ba)],{'attributeFilter':[_0x3a6fc8(0x5ae),_0x3a6fc8(0x376),'id',_0x3a6fc8(0x53c),'style'],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x2ef33e[_0x3a6fc8(0x3a8)](),this[_0x3a6fc8(0x421)][_0x3a6fc8(0x2e3)](_0x56bbb8,_0x2ef33e);}[_0x40f88b(0x4d9)](_0x2f07e7,_0x1a96d5,_0x949b43,_0x1d41ab={}){const _0x50d75f=_0x40f88b;_0x1d41ab[_0x50d75f(0x1b7)]===!0x1&&_0x2f07e7[_0x50d75f(0x42a)]===_0x949b43[_0x50d75f(0x2ba)]&&!this[_0x50d75f(0x575)](_0x2f07e7)&&!this['_isAppShellEditorPortalCandidate'](_0x2f07e7)||this['_isBodyPortalCandidate'](_0x2f07e7,_0x949b43,_0x1d41ab)&&(!this[_0x50d75f(0x479)](_0x2f07e7)&&this[_0x50d75f(0x303)](_0x2f07e7,_0x949b43)||(this['_blurActiveElementBeforePortalReassignment'](_0x2f07e7,_0x1a96d5,_0x949b43),this[_0x50d75f(0x33a)](_0x1a96d5,_0x2f07e7,{'transient':!0x0}),this[_0x50d75f(0x3f2)](_0x2f07e7,_0x1d41ab)));}[_0x40f88b(0x431)](_0x5bb9b6,_0x5bb261,_0x221162={}){const _0x15ef5a=_0x40f88b;_0x5bb261[_0x15ef5a(0x2ba)][_0x15ef5a(0x4a0)]('*')[_0x15ef5a(0x496)](_0x5d727f=>{const _0x3628a5=_0x15ef5a;this[_0x3628a5(0x4d9)](_0x5d727f,_0x5bb9b6,_0x5bb261,{'includeAppShellEditorPortal':_0x221162[_0x3628a5(0x3fd)],'allowOwnedPortalReassignment':_0x221162[_0x3628a5(0x653)],'allowDirectBodyPortal':_0x221162['allowDirectBodyPortal']});});}[_0x40f88b(0x3ff)](_0x4ed24b,_0x1d9168,_0x26d859={}){const _0x1423ab=_0x40f88b;if(!_0x1d9168['body'][_0x1423ab(0x60e)](_0x4ed24b))return!0x1;let _0x34ca3d=!!_0x26d859[_0x1423ab(0x3fd)]&&this[_0x1423ab(0x479)](_0x4ed24b),_0x25f36f=this[_0x1423ab(0x575)](_0x4ed24b);if(!_0x26d859[_0x1423ab(0x653)]&&!_0x34ca3d&&_0x4ed24b[_0x1423ab(0x208)](_0x1423ab(0x36f))||_0x4ed24b['id']===_0x1423ab(0x193))return!0x1;let _0x56d2f9=_0x4ed24b[_0x1423ab(0x42a)];return!!_0x26d859[_0x1423ab(0x1b7)]&&_0x56d2f9===_0x1d9168[_0x1423ab(0x2ba)]||(_0x56d2f9==null?void 0x0:_0x56d2f9['closest']('[data-radix-popper-content-wrapper]'))!=null||_0x25f36f||_0x34ca3d;}[_0x40f88b(0x479)](_0x5d62cb){const _0x102fb2=_0x40f88b;var _0x2b1b40,_0x140dea;return((_0x2b1b40=_0x5d62cb[_0x102fb2(0x42a)])==null?void 0x0:_0x2b1b40['id'])!==_0x102fb2(0x193)&&((_0x140dea=_0x5d62cb[_0x102fb2(0x208)](_0x102fb2(0x2ab)))==null?void 0x0:_0x140dea['parentElement'])!==_0x5d62cb[_0x102fb2(0x1e6)]['body']?!0x1:_0x5d62cb['id'][_0x102fb2(0x659)](_0x102fb2(0x516))||_0x5d62cb['id'][_0x102fb2(0x659)](_0x102fb2(0x695))||_0x5d62cb[_0x102fb2(0x208)](_0x102fb2(0x4e7))!=null||_0x5d62cb[_0x102fb2(0x208)](_0x102fb2(0x608))!=null;}[_0x40f88b(0x3ef)](_0x45db21){const _0xedd530=_0x40f88b;return _0x45db21['id'][_0xedd530(0x659)](_0xedd530(0x665))||_0x45db21['id'][_0xedd530(0x659)](_0xedd530(0x3a4))||_0x45db21['closest'](_0xedd530(0x3f6))!=null||_0x45db21[_0xedd530(0x208)](_0xedd530(0x50c))!=null;}[_0x40f88b(0x575)](_0xa6016c){const _0x30c271=_0x40f88b;let _0xcfa72d=typeof _0xa6016c['className']==_0x30c271(0x4ab)?_0xa6016c['className']:'';if(_0xa6016c[_0x30c271(0x283)]('data-u-comp')===_0x30c271(0x380)||_0xa6016c[_0x30c271(0x604)][_0x30c271(0x60e)](_0x30c271(0x39d))||_0xa6016c[_0x30c271(0x604)][_0x30c271(0x60e)](_0x30c271(0x409))||_0xa6016c[_0x30c271(0x604)]['contains']('univer-dropdown')||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x30c271(0x63a)](_0xcfa72d))return!0x0;let _0x1115fb=_0xa6016c[_0x30c271(0x283)](_0x30c271(0x53c));return _0x1115fb===_0x30c271(0x3ad)||_0x1115fb===_0x30c271(0x485)||_0x1115fb===_0x30c271(0x296)||_0x1115fb==='tooltip'||_0xa6016c[_0x30c271(0x35c)]('data-radix-popper-content-wrapper');}[_0x40f88b(0x303)](_0x1bed03,_0x1ad446){const _0x1ae0f5=_0x40f88b;var _0x47ec66,_0x2bedc8;if(!this[_0x1ae0f5(0x382)](_0x1bed03))return!0x1;let _0x3f29fb=(_0x47ec66=_0x1bed03[_0x1ae0f5(0x208)](_0x1ae0f5(0x1ff)))==null?_0x1bed03:_0x47ec66,_0x80e6aa=(_0x2bedc8=_0x3f29fb['closest'](_0x1ae0f5(0x2ab)))==null?_0x3f29fb['parentElement']:_0x2bedc8;if(_0x3f29fb[_0x1ae0f5(0x42a)]!==_0x1ad446[_0x1ae0f5(0x2ba)]&&(_0x80e6aa==null?void 0x0:_0x80e6aa[_0x1ae0f5(0x42a)])!==_0x1ad446[_0x1ae0f5(0x2ba)])return!0x1;let _0x5704f8=_0x1ad446[_0x1ae0f5(0x68c)];if(!_0x5704f8)return!0x1;let _0x4c6396=_0x3f29fb[_0x1ae0f5(0x21f)]();return _0x4c6396[_0x1ae0f5(0x5f3)]<0x0||_0x4c6396['bottom']<0x0||_0x4c6396['left']>_0x5704f8[_0x1ae0f5(0x4f6)]||_0x4c6396[_0x1ae0f5(0x679)]>_0x5704f8[_0x1ae0f5(0x2f8)]?!0x0:_0x4c6396[_0x1ae0f5(0x228)]<=0x0||_0x4c6396[_0x1ae0f5(0x257)]<=0x0?_0x4c6396[_0x1ae0f5(0x337)]<0x0||_0x4c6396[_0x1ae0f5(0x679)]<0x0||_0x4c6396[_0x1ae0f5(0x337)]>_0x5704f8[_0x1ae0f5(0x4f6)]||_0x4c6396['top']>_0x5704f8[_0x1ae0f5(0x2f8)]:!0x1;}['_markRuntimeFocusRole'](_0x191f89,_0x3069d5={}){const _0x1f4ef9=_0x40f88b;let _0x46e729=_0x3069d5[_0x1f4ef9(0x3fd)]&&this[_0x1f4ef9(0x479)](_0x191f89)?'child-editor':this[_0x1f4ef9(0x382)](_0x191f89)?_0x1f4ef9(0x37c):void 0x0;_0x46e729&&(_0x191f89[_0x1f4ef9(0x47a)](X,_0x46e729),_0x191f89['querySelectorAll']('*')[_0x1f4ef9(0x496)](_0x2028c0=>{const _0x1caad9=_0x1f4ef9;_0x2028c0[_0x1caad9(0x47a)](X,_0x46e729);}));}[_0x40f88b(0x33a)](_0x36f8c0,_0x4e7039,_0xd40cf0={}){const _0x104929=_0x40f88b;let _0x576004=new Map(),_0x4a9df1=_0x2c7db1=>{const _0x32ae55=_0x2546;_0xd40cf0['transient']||_0x576004[_0x32ae55(0x2e3)](_0x2c7db1,_0x2c7db1[_0x32ae55(0x283)](Q)),_0x2c7db1['setAttribute'](Q,_0x36f8c0);};return _0x4a9df1(_0x4e7039),_0x4e7039[_0x104929(0x4a0)]('*')[_0x104929(0x496)](_0x4a9df1),_0x3706d8(()=>{const _0x2ba93d=_0x104929;_0x576004[_0x2ba93d(0x496)]((_0xcb05e,_0x33d374)=>{const _0x3db4f5=_0x2ba93d;if(_0xcb05e==null){_0x33d374['removeAttribute'](Q);return;}_0x33d374[_0x3db4f5(0x47a)](Q,_0xcb05e);});});}['_isUniverPortalTreeElement'](_0x11e945){const _0x4cc4ec=_0x40f88b;return this['_isUniverPortalCandidate'](_0x11e945)||_0x11e945[_0x4cc4ec(0x208)](_0x4cc4ec(0x1ff))!=null;}[_0x40f88b(0x226)](_0x56d23d){const _0x57b525=_0x40f88b;let _0x42c34e=this[_0x57b525(0x2a4)](_0x56d23d);if(_0x42c34e)return{'embedId':_0x42c34e['embedId'],'stable':!0x0};let _0x3b6b65=this['_pendingPortalOwner'];if(_0x3b6b65&&_0x3b6b65[_0x57b525(0x5d0)]===_0x56d23d&&Date[_0x57b525(0x407)]()<=_0x3b6b65['expiresAt'])return{'embedId':_0x3b6b65['embedId'],'stable':!0x1};}[_0x40f88b(0x2a4)](_0x236ed6){const _0x5cad93=_0x40f88b;let _0x297ad3=this[_0x5cad93(0x53f)][_0x5cad93(0x5c1)](_0x236ed6);return _0x297ad3==null?void 0x0:_0x297ad3[_0x297ad3[_0x5cad93(0x39b)]-0x1];}[_0x40f88b(0x234)](_0x437167,_0x5c46b6){const _0x5d399d=_0x40f88b;let _0x2da9bc=this[_0x5d399d(0x26c)]['get'](_0x437167);_0x5c46b6[_0x5d399d(0x2ba)][_0x5d399d(0x4a0)]('['+Q+'=\x22'+_0x437167+'\x22]')[_0x5d399d(0x496)](_0x308759=>{const _0x5b6a60=_0x5d399d;_0x308759[_0x5b6a60(0x42a)]===_0x5c46b6[_0x5b6a60(0x2ba)]&&(_0x2da9bc&&[..._0x2da9bc][_0x5b6a60(0x38d)](_0x4b898e=>_0x4b898e===_0x308759||_0x4b898e['contains'](_0x308759))||this['_isUniverPortalCandidate'](_0x308759)||this['_isAppShellEditorPortalCandidate'](_0x308759)||_0x308759['removeAttribute'](Q));});}[_0x40f88b(0x394)](_0x5a4e1a,_0x1c5a1a,_0x104d84){const _0x5ab887=_0x40f88b;let _0x3a0aab=_0x5a4e1a[_0x5ab887(0x283)](Q);if(!_0x3a0aab||_0x3a0aab===_0x1c5a1a)return;let _0x3f3bf9=_0x104d84[_0x5ab887(0x5bb)];!(_0x3f3bf9 instanceof HTMLElement)||_0x3f3bf9!==_0x5a4e1a&&!_0x5a4e1a[_0x5ab887(0x60e)](_0x3f3bf9)||(_0x3f3bf9['blur'](),_0x104d84[_0x5ab887(0x5bb)]===_0x3f3bf9&&this[_0x5ab887(0x3af)](_0x104d84));}[_0x40f88b(0x3c5)](_0x3cc537,_0x53301f){const _0x5a512a=_0x40f88b;let _0x191653=this[_0x5a512a(0x26c)][_0x5a512a(0x5c1)](_0x3cc537),_0x4d3633=_0x53301f['body']['querySelectorAll']('['+Q+'=\x22'+_0x3cc537+'\x22]'),_0x2a35fc=_0x3f0712=>_0x191653!=null&&[..._0x191653][_0x5a512a(0x38d)](_0x3e2af9=>_0x3e2af9===_0x3f0712||_0x3e2af9['contains'](_0x3f0712)),_0x178e5c=[];_0x4d3633[_0x5a512a(0x496)](_0x31054e=>{const _0x5e0817=_0x5a512a;_0x2a35fc(_0x31054e)||(_0x178e5c[_0x5e0817(0x486)](_0x31054e),_0x31054e[_0x5e0817(0x4f8)](Q),this[_0x5e0817(0x3c9)](_0x31054e));});let _0x273588=_0x53301f['activeElement'];_0x273588 instanceof HTMLElement&&_0x178e5c[_0x5a512a(0x38d)](_0x57f4e6=>_0x57f4e6===_0x273588||_0x57f4e6[_0x5a512a(0x60e)](_0x273588))&&(_0x273588[_0x5a512a(0x1d3)](),_0x53301f[_0x5a512a(0x5bb)]===_0x273588&&this[_0x5a512a(0x3af)](_0x53301f));}[_0x40f88b(0x3af)](_0x157188){const _0x59bbc7=_0x40f88b;let _0x583c05=_0x157188[_0x59bbc7(0x2ba)];if(!_0x583c05)return;let _0x13cf2f=_0x583c05['getAttribute'](_0x59bbc7(0x1d6));_0x13cf2f==null&&(_0x583c05[_0x59bbc7(0x294)]=-0x1),_0x583c05['focus']({'preventScroll':!0x0}),_0x13cf2f==null?_0x583c05[_0x59bbc7(0x4f8)]('tabindex'):_0x583c05[_0x59bbc7(0x47a)]('tabindex',_0x13cf2f),_0x157188[_0x59bbc7(0x5bb)]!==_0x583c05&&this[_0x59bbc7(0x561)](_0x157188);}[_0x40f88b(0x561)](_0x3adeea){const _0x32cc8f=_0x40f88b;var _0x328dd2;let _0x8fab71=_0x3adeea[_0x32cc8f(0x2ba)];if(!_0x8fab71)return;let _0x330757=_0x3adeea[_0x32cc8f(0x3a9)](_0x32cc8f(0x25d));_0x330757[_0x32cc8f(0x294)]=-0x1,_0x330757[_0x32cc8f(0x47a)](_0x32cc8f(0x60f),_0x32cc8f(0x325)),_0x330757['style'][_0x32cc8f(0x4cc)]='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x8fab71[_0x32cc8f(0x52f)](_0x330757),_0x330757[_0x32cc8f(0x271)]({'preventScroll':!0x0}),(_0x328dd2=_0x3adeea[_0x32cc8f(0x68c)])==null||_0x328dd2[_0x32cc8f(0x32b)](()=>_0x330757[_0x32cc8f(0x233)](),0x0);}['_removeRuntimeFocusRoleTree'](_0x2f1cc0){const _0xea8601=_0x40f88b;(_0x2f1cc0[_0xea8601(0x283)](_0xea8601(0x206))==='child-editor'||_0x2f1cc0[_0xea8601(0x283)](_0xea8601(0x206))===_0xea8601(0x37c))&&_0x2f1cc0['removeAttribute'](X),_0x2f1cc0[_0xea8601(0x4a0)]('['+X+']')[_0xea8601(0x496)](_0x566d47=>{const _0x3d7a38=_0xea8601;let _0x5e33dc=_0x566d47[_0x3d7a38(0x283)](X);(_0x5e33dc==='child-editor'||_0x5e33dc===_0x3d7a38(0x37c))&&_0x566d47[_0x3d7a38(0x4f8)](X);});}},Ua=class{constructor(_0x56ee68={}){const _0x46f8db=_0x40f88b;Y(this,'_childUnitAncestry',new Map()),Y(this,_0x46f8db(0x4e5),void 0x0),this['_maxDepth']=Wa(_0x56ee68[_0x46f8db(0x1c5)]);}[_0x40f88b(0x652)](_0xdba4dd){const _0x2374b1=_0x40f88b;let _0x2492cf=this[_0x2374b1(0x55d)](_0xdba4dd[_0x2374b1(0x3d0)]);return _0x2492cf['some'](_0x164c84=>_0x164c84[_0x2374b1(0x3d0)]===_0xdba4dd[_0x2374b1(0x252)]||_0x164c84[_0x2374b1(0x252)]===_0xdba4dd[_0x2374b1(0x252)])?{'allowed':!0x1,'reason':_0x2374b1(0x506),'ancestry':_0x2492cf}:_0x2492cf['length']>=this['_maxDepth']?{'allowed':!0x1,'reason':_0x2374b1(0x3a0),'ancestry':_0x2492cf}:{'allowed':!0x0,'ancestry':_0x2492cf};}['registerMountedRuntime'](_0x4c2477){const _0x5ed5f7=_0x40f88b;let _0x37d5c2=[...this[_0x5ed5f7(0x55d)](_0x4c2477[_0x5ed5f7(0x3d0)]),{'hostUnitId':_0x4c2477[_0x5ed5f7(0x3d0)],'embedId':_0x4c2477[_0x5ed5f7(0x18d)],'childUnitId':_0x4c2477[_0x5ed5f7(0x252)]}];return this['_childUnitAncestry'][_0x5ed5f7(0x2e3)](_0x4c2477[_0x5ed5f7(0x252)],_0x37d5c2),_0x3706d8(()=>{const _0x2b116b=_0x5ed5f7;this[_0x2b116b(0x25e)][_0x2b116b(0x5c1)](_0x4c2477[_0x2b116b(0x252)])===_0x37d5c2&&this[_0x2b116b(0x25e)]['delete'](_0x4c2477['childUnitId']);});}[_0x40f88b(0x55d)](_0xe13bc4){const _0x4fa655=_0x40f88b;var _0x552471;return(_0x552471=this[_0x4fa655(0x25e)][_0x4fa655(0x5c1)](_0xe13bc4))==null?[]:_0x552471;}[_0x40f88b(0x5df)](_0x323d02){const _0x2633dc=_0x40f88b;var _0x4ba948;return(_0x4ba948=this[_0x2633dc(0x55d)](_0x323d02)['at'](-0x1))==null?void 0x0:_0x4ba948[_0x2633dc(0x18d)];}};function Wa(_0x142e97){const _0x49ea6f=_0x40f88b;return typeof _0x142e97=='number'&&Number['isFinite'](_0x142e97)&&_0x142e97>=0x0?Math[_0x49ea6f(0x601)](_0x142e97):0x1;}const Ga=new Set([_0x40f88b(0x578),_0x40f88b(0x568),_0x40f88b(0x4ca),'identifier:ui.popup.service','identifier:ui.sidebar.service',_0x40f88b(0x67f),'identifier:univer.sheet.selection-render-service']);function Ka(_0x3333ba){const _0x3bb8e3=_0x40f88b;let _0x37c9f9=_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](_0x476b57),_0xfef723=_0x37c9f9['getUnit'](_0x3333ba['childUnitId'],_0x3333ba[_0x3bb8e3(0x455)]);if(!_0xfef723)return;let _0x3fddd4=Ja(_0x37c9f9,_0x3333ba,_0xfef723,new _0x243579(_0xfef723),new _0x243579(_0xfef723['getUnitId']())),_0x2282e5=Za(_0x3333ba),_0x3fb6b3=Xa(_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](_0x2d49a9),_0x3333ba,_0x37c9f9,_0x2282e5),_0x53fd59=new Map([[_0x476b57,_0x3fddd4],[_0x2d49a9,_0x3fb6b3]]),_0x290453=[];if(_0x3333ba[_0x3bb8e3(0x455)]===_0x3202aa['UNIVER_BOARD']&&_0x3333ba['injector'][_0x3bb8e3(0x17b)](_0x33b562)){let _0x49b1d9=_0x3333ba['injector'][_0x3bb8e3(0x5c1)](_0x33b562),_0x27dedb=_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](_0x3819c1),_0xd96b2b=new _0x4ec4df(_0x27dedb),_0x12588c=new _0x45d05d(_0x49b1d9),_0x36ebc9=new _0x3b39a9(),_0x2fff52=new _0xa2f33(_0x49b1d9,_0xd96b2b),_0x2b08a2=new _0x4a1ac6(_0x3fb6b3,_0x49b1d9,_0x12588c),_0x143feb=new _0x76b582(_0x49b1d9,_0x12588c),_0x3e7ec9=new _0x20df5f(_0x49b1d9,_0x2b08a2,_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](_0x3dbad8)),_0x28f720=new _0x228dc6(_0x3fb6b3,_0x12588c,_0xd96b2b,_0x49b1d9,_0x3e7ec9),_0x4d5024=new _0x380d92(_0x3fddd4,_0x28f720,_0x27dedb,_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x17b)](_0x1edb27)?_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](_0x1edb27):void 0x0),_0x4b3963=new _0x3a32af(_0xd96b2b,_0x3fb6b3,_0x3fddd4,_0x27dedb);_0x53fd59[_0x3bb8e3(0x2e3)](_0x5f7ede,_0xd96b2b),_0x53fd59[_0x3bb8e3(0x2e3)](_0x375f62,_0x12588c),_0x53fd59[_0x3bb8e3(0x2e3)](_0x3b39a9,_0x36ebc9),_0x53fd59['set'](_0x4a1ac6,_0x2b08a2),_0x53fd59[_0x3bb8e3(0x2e3)](_0x228dc6,_0x28f720),_0x53fd59[_0x3bb8e3(0x2e3)](_0x380d92,_0x4d5024),_0x53fd59[_0x3bb8e3(0x2e3)](_0x76b582,_0x143feb),_0x53fd59[_0x3bb8e3(0x2e3)](_0xa2f33,_0x2fff52),_0x53fd59['set'](_0x20df5f,_0x3e7ec9),_0x53fd59[_0x3bb8e3(0x2e3)](_0x3a32af,_0x4b3963),_0x290453['push'](_0xd96b2b,_0x12588c,_0x36ebc9,_0x3e7ec9);}_0x3333ba[_0x3bb8e3(0x521)]['has'](Ua)&&_0x53fd59[_0x3bb8e3(0x2e3)](Ua,_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](Ua));let _0x330252=$a(_0x3333ba[_0x3bb8e3(0x521)],_0x3333ba[_0x3bb8e3(0x455)]);_0x330252&&_0x53fd59['set'](_0x262bf4,_0x330252);let _0x3b4fa9=ao(_0x3333ba['injector'],_0x53fd59);if(_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x17b)](_0x4a37fc)){let _0x57d39c=_0x3333ba[_0x3bb8e3(0x521)][_0x3bb8e3(0x5c1)](_0x4a37fc);_0x290453[_0x3bb8e3(0x486)](_0x57d39c['register']({'unitId':_0x3333ba[_0x3bb8e3(0x252)],'has':_0x36ddca=>_0x3b4fa9[_0x3bb8e3(0x17b)](_0x36ddca),'get':_0x5a0250=>_0x3b4fa9[_0x3bb8e3(0x5c1)](_0x5a0250)}));}let _0x253d20=To(_0x3333ba['injector'],_0x3b4fa9);if(_0x253d20){_0x3b4fa9[_0x3bb8e3(0x538)]([_0xa7f2cc,{'useValue':_0x253d20}]);let _0x58a64c=new _0x4a3299(_0x253d20,_0x3fddd4);_0x3b4fa9['add']([_0x331e08,{'useValue':_0x58a64c}]),_0x290453['push'](_0x58a64c);}if(_0x3333ba[_0x3bb8e3(0x2a6)][_0x3bb8e3(0x32e)]){let _0x2a34ff=Do(_0x3b4fa9,_0x3333ba[_0x3bb8e3(0x252)]),_0x41672c=new _0x14c2a2(),_0x60135b=new _0x5dc5c8();_0x3b4fa9[_0x3bb8e3(0x538)]([_0x6d312e,{'useValue':_0x2a34ff}]),_0x3b4fa9[_0x3bb8e3(0x538)]([_0x57769c,{'useValue':_0x41672c}]),_0x3b4fa9['add']([_0x4f6956,{'useValue':_0x60135b}]),_0x290453['push'](_0x2a34ff,_0x41672c,_0x60135b);}else{let _0x4c73f7=Eo(_0x3333ba['injector'],_0x3b4fa9,_0x3333ba['childUnitId']);_0x4c73f7&&_0x3b4fa9[_0x3bb8e3(0x538)]([_0x6d312e,{'useValue':_0x4c73f7}]);}let _0x5948c6=Oo(_0x3333ba[_0x3bb8e3(0x521)],_0x3333ba);if(_0x3b4fa9['add']([_0x12f507,{'useValue':_0x5948c6}]),_0x290453[_0x3bb8e3(0x39b)]){let _0x30db33=_0x3b4fa9[_0x3bb8e3(0x602)][_0x3bb8e3(0x3db)](_0x3b4fa9),_0x4bbdeb=!0x1;_0x3b4fa9[_0x3bb8e3(0x602)]=()=>{const _0x517b97=_0x3bb8e3;_0x4bbdeb||(_0x4bbdeb=!0x0,_0x290453[_0x517b97(0x496)](_0x294453=>_0x294453[_0x517b97(0x602)]()),_0x30db33());};}return _0x3b4fa9;}function qa(_0x30c9ef,_0xa3b790){if(!_0x30c9ef['has'](_0x3819c1))return;let _0x5000ad=_0x30c9ef['get'](_0x3819c1);return ao(_0x30c9ef,new Map([[_0x3819c1,ro(_0x5000ad,_0xa3b790)]]));}function Ja(_0x5a63cf,_0x369f81,_0x5b4081,_0x4825bb,_0xda9ae9){const _0x21b0ef=_0x40f88b;return{'unitAdded$':_0x5a63cf[_0x21b0ef(0x185)],'getTypeOfUnitAdded$':(..._0x2541fc)=>_0x5a63cf['getTypeOfUnitAdded$'](..._0x2541fc),'__addUnit':(..._0x410f64)=>_0x5a63cf[_0x21b0ef(0x5e1)](..._0x410f64),'unitDisposed$':_0x5a63cf[_0x21b0ef(0x50e)],'getTypeOfUnitDisposed$':(..._0x1450d0)=>_0x5a63cf[_0x21b0ef(0x632)](..._0x1450d0),'focused$':_0xda9ae9[_0x21b0ef(0x5e7)](),'focusUnit':_0x541c02=>{const _0xbe04ad=_0x21b0ef;if(_0x541c02===null||Ya(_0x369f81,_0x541c02)){_0xda9ae9['getValue']()!==_0x541c02&&_0xda9ae9['next'](_0x541c02);return;}_0x5a63cf[_0xbe04ad(0x58a)](_0x541c02);},'getFocusedUnit':()=>{const _0x181730=_0x21b0ef;let _0x2413fe=_0xda9ae9[_0x181730(0x603)]();if(_0x2413fe===null)return null;if(_0x2413fe===_0x369f81[_0x181730(0x252)])return _0x5b4081;if(_0x170ac8(_0x2413fe)){var _0x5e6640;return(_0x5e6640=_0x5a63cf[_0x181730(0x39e)](_0x2413fe))==null?_0x5b4081:_0x5e6640;}return _0x5a63cf[_0x181730(0x1a8)]();},'getCurrentUnitOfType':_0x3a4802=>_0x3a4802===_0x369f81['childType']?_0x4825bb[_0x21b0ef(0x603)]():_0x5a63cf[_0x21b0ef(0x5fd)](_0x3a4802),'setCurrentUnitForType':_0x1053a5=>{const _0x4bf9e2=_0x21b0ef;if(Ya(_0x369f81,_0x1053a5)){_0x4825bb[_0x4bf9e2(0x603)]()!==_0x5b4081&&_0x4825bb[_0x4bf9e2(0x3e5)](_0x5b4081);return;}_0x5a63cf[_0x4bf9e2(0x2a8)](_0x1053a5);},'getCurrentTypeOfUnit$':_0x265cf7=>_0x265cf7===_0x369f81['childType']?_0x4825bb[_0x21b0ef(0x5e7)]():_0x5a63cf[_0x21b0ef(0x484)](_0x265cf7),'createUnit':(..._0x68694b)=>_0x5a63cf[_0x21b0ef(0x435)](..._0x68694b),'getUnitCreateOptions':(..._0x1eb685)=>_0x5a63cf[_0x21b0ef(0x215)](..._0x1eb685),'disposeUnit':(..._0x24f6ea)=>_0x5a63cf[_0x21b0ef(0x57d)](..._0x24f6ea),'registerCtorForType':(..._0x2b7468)=>_0x5a63cf[_0x21b0ef(0x375)](..._0x2b7468),'getUnit':(..._0xfeb622)=>_0x5a63cf[_0x21b0ef(0x39e)](..._0xfeb622),'getAllUnitsForType':(..._0x24b540)=>_0x5a63cf[_0x21b0ef(0x32d)](..._0x24b540),'getUnitType':(..._0x3267ad)=>_0x5a63cf[_0x21b0ef(0x4ee)](..._0x3267ad),'dispose':()=>{}};}function Ya(_0xfa8232,_0x1bffdb){return _0x1bffdb===_0xfa8232['childUnitId']||_0x170ac8(_0x1bffdb);}function Xa(_0x46bfe5,_0x1c5c59,_0xaea4c4,_0x568b46){const _0x41fb69=_0x40f88b;return{'disposed':()=>_0x46bfe5[_0x41fb69(0x49f)](),'hasCommand':_0x964a4d=>_0x46bfe5[_0x41fb69(0x30e)](_0x964a4d),'registerCommand':(..._0x42fff0)=>_0x46bfe5[_0x41fb69(0x4fc)](..._0x42fff0),'unregisterCommand':_0x46ab91=>_0x46bfe5['unregisterCommand'](_0x46ab91),'registerMultipleCommand':(..._0x5c3fd9)=>_0x46bfe5[_0x41fb69(0x1fe)](..._0x5c3fd9),'executeCommand':async(..._0x423bd2)=>{const _0x32715a=_0x41fb69;var _0x530fd7,_0x233b40;let _0xc6d31d=()=>_0x46bfe5[_0x32715a(0x55e)](_0x423bd2[0x0],io(_0x1c5c59,_0x423bd2[0x0],_0x423bd2[0x1]),_0x423bd2[0x2]);if(!_0x568b46)return await _0xc6d31d();let _0x410e65=_0xaea4c4[_0x32715a(0x5fd)](_0x1c5c59[_0x32715a(0x455)]),_0x3d41d8=(_0x530fd7=(_0x233b40=_0xaea4c4[_0x32715a(0x1a8)]())==null?void 0x0:_0x233b40[_0x32715a(0x18a)]())==null?null:_0x530fd7;try{return _0xaea4c4[_0x32715a(0x2a8)](_0x1c5c59['childUnitId']),_0xaea4c4[_0x32715a(0x58a)](_0x1c5c59[_0x32715a(0x252)]),await _0xc6d31d();}finally{_0x410e65&&_0xaea4c4[_0x32715a(0x2a8)](_0x410e65['getUnitId']()),oo(_0x1c5c59,_0xaea4c4,_0x3d41d8);}},'syncExecuteCommand':(..._0x664f13)=>{const _0x3267ca=_0x41fb69;var _0x3073ae,_0x1cf099;let _0xef0b3f=()=>_0x46bfe5['syncExecuteCommand'](_0x664f13[0x0],io(_0x1c5c59,_0x664f13[0x0],_0x664f13[0x1]),_0x664f13[0x2]);if(!_0x568b46)return _0xef0b3f();let _0x475d13=_0xaea4c4[_0x3267ca(0x5fd)](_0x1c5c59[_0x3267ca(0x455)]),_0x2102b8=(_0x3073ae=(_0x1cf099=_0xaea4c4[_0x3267ca(0x1a8)]())==null?void 0x0:_0x1cf099[_0x3267ca(0x18a)]())==null?null:_0x3073ae;try{return _0xaea4c4['setCurrentUnitForType'](_0x1c5c59['childUnitId']),_0xaea4c4[_0x3267ca(0x58a)](_0x1c5c59['childUnitId']),_0xef0b3f();}finally{_0x475d13&&_0xaea4c4[_0x3267ca(0x2a8)](_0x475d13[_0x3267ca(0x18a)]()),oo(_0x1c5c59,_0xaea4c4,_0x2102b8);}},'onCommandExecuted':(..._0x516368)=>_0x46bfe5[_0x41fb69(0x699)](..._0x516368),'beforeCommandExecuted':(..._0x3ac782)=>_0x46bfe5[_0x41fb69(0x20a)](..._0x3ac782),'onMutationExecutedForCollab':(..._0x2f3fb2)=>_0x46bfe5[_0x41fb69(0x570)](..._0x2f3fb2),'dispose':()=>{}};}function Za(_0x4151f3){const _0x2a6311=_0x40f88b;return _0x4151f3['renderScope'][_0x2a6311(0x32e)]||_0x4151f3[_0x2a6311(0x5d1)][_0x2a6311(0x24c)]===_0x2a6311(0x262)?!0x0:Qa(_0x4151f3);}function Qa(_0x4d950d){const _0x4bf94e=_0x40f88b;var _0x4b75ca;return _0x4d950d[_0x4bf94e(0x5d1)][_0x4bf94e(0x24c)]===_0x4bf94e(0x684)||_0x4d950d[_0x4bf94e(0x5d1)][_0x4bf94e(0x24c)]===_0x4bf94e(0x1bb)||_0x4d950d['descriptor']['entry']==='slides-page-list-block'||_0x4d950d[_0x4bf94e(0x649)]==='tab-peer'||!!((_0x4b75ca=_0x4d950d['descriptor']['sourceMeta'])!=null&&_0x4b75ca[_0x4bf94e(0x241)]);}function $a(_0x3a5c2a,_0x2b5ba1){const _0x2220fc=_0x40f88b;var _0xa4cc28;if(!_0x3a5c2a[_0x2220fc(0x17b)](_0x262bf4))return;let _0xc9952=_0x3a5c2a[_0x2220fc(0x5c1)](_0x262bf4),_0x2bc5d8=eo(_0x2b5ba1),_0x23cd9c=new _0x2a5057();return{'contextChanged$':_0x4d5652(((_0xa4cc28=_0xc9952[_0x2220fc(0x5e3)])==null?_0x48b01c:_0xa4cc28)[_0x2220fc(0x3cf)](_0x2ac3e5(_0x32d153=>Object[_0x2220fc(0x26e)](Object['entries'](_0x32d153)[_0x2220fc(0x688)](([_0x276dac])=>!no(_0x276dac)))),_0xaae8e(_0x24b11c=>Object[_0x2220fc(0x5f2)](_0x24b11c)['length']>0x0)),_0x23cd9c),'getContextValue':_0x20a17=>no(_0x20a17)?to(_0x2bc5d8,_0x20a17):_0xc9952[_0x2220fc(0x18f)](_0x20a17),'setContextValue':(_0x22c2ef,_0x323d2d)=>{const _0x2aa471=_0x2220fc;if(!no(_0x22c2ef)){_0xc9952['setContextValue'](_0x22c2ef,_0x323d2d);return;}_0x2bc5d8['set'](_0x22c2ef,_0x323d2d),_0x23cd9c[_0x2aa471(0x3e5)]({[_0x22c2ef]:_0x323d2d});},'subscribeContextValue$':_0x151b49=>no(_0x151b49)?new _0x161709(_0x593c75=>{const _0x4b7c5f=_0x2220fc;let _0x2f419a=_0x23cd9c[_0x4b7c5f(0x3cf)](_0xaae8e(_0xa49e19=>_0xa49e19[_0x151b49]!==void 0x0))[_0x4b7c5f(0x35d)](_0x54a0be=>_0x593c75[_0x4b7c5f(0x3e5)](_0x54a0be[_0x151b49]));return _0x593c75[_0x4b7c5f(0x3e5)](to(_0x2bc5d8,_0x151b49)),()=>_0x2f419a[_0x4b7c5f(0x1ef)]();}):_0xc9952[_0x2220fc(0x6a1)](_0x151b49)};}function eo(_0x1b7ca3){const _0x497386=_0x40f88b;return new Map([[_0x45e813,!0x0],[_0x4acc24,_0x1b7ca3===_0x3202aa['UNIVER_SHEET']],[_0x5a3c14,_0x1b7ca3===_0x3202aa['UNIVER_DOC']],[_0x27126a,_0x1b7ca3===_0x3202aa[_0x497386(0x2b6)]],[_0x555c54,_0x1b7ca3===_0x3202aa[_0x497386(0x2d7)]]]);}function to(_0x2bb174,_0x3abe27){const _0x3ce1c5=_0x40f88b;var _0xcb6613;return(_0xcb6613=_0x2bb174[_0x3ce1c5(0x5c1)](_0x3abe27))!=null&&_0xcb6613;}function no(_0x58a274){const _0x2eb249=_0x40f88b;return _0x58a274[_0x2eb249(0x659)](_0x2eb249(0x175))||_0x58a274===_0x4312e0||_0x58a274===_0x26e18b;}function ro(_0x1e1fff,_0x14564d){const _0x409ef5=_0x40f88b;return{'getConfig':_0x325f10=>{const _0x4ee058=_0x2546;let _0x3a3d0c=_0x1e1fff[_0x4ee058(0x2e5)](_0x325f10),_0x4abf64=_0x14564d[_0x4ee058(0x5c1)](_0x325f10);return _0x4abf64?_0x4abf64(_0x3a3d0c):_0x3a3d0c;},'setConfig':_0x1e1fff[_0x409ef5(0x64e)]['bind'](_0x1e1fff),'deleteConfig':_0x1e1fff['deleteConfig'][_0x409ef5(0x3db)](_0x1e1fff),'subscribeConfigValue$':_0x1e1fff['subscribeConfigValue$'][_0x409ef5(0x3db)](_0x1e1fff),'configChanged$':_0x1e1fff['configChanged$'],'dispose':()=>{}};}function io(_0xd59c5b,_0x2dd393,_0x4b6b73){const _0x5cb310=_0x40f88b;if(_0x2dd393!==_0x4fb315['id']||!_0x4b6b73||typeof _0x4b6b73!=_0x5cb310(0x37e))return _0x4b6b73;let _0x591e5c=_0x4b6b73;return _0x591e5c['parentEmbedId']?_0x591e5c:{..._0x591e5c,'parentEmbedId':_0xd59c5b[_0x5cb310(0x18d)]};}function ao(_0x8f2ce7,_0x30dfae,_0x4ad0e8=_0x8f2ce7){const _0x44757b=_0x40f88b;var _0x3b92cf;let _0x24f004=(_0x3b92cf=vo(_0x8f2ce7))==null?_0x4ad0e8:_0x3b92cf,_0x34c222=new Map(_0x30dfae),_0xf7c42=new Map(),_0x14211e=new Set(),_0x359bbe=new Map(),_0x2c176c;_0x34c222[_0x44757b(0x496)]((_0x550685,_0x5a25c8)=>{_0x55e4e9(_0x5a25c8);});function _0x55e4e9(_0x110997){const _0x245c7d=_0x44757b;let _0x28e869=co(_0x110997);return _0x14211e[_0x245c7d(0x538)](_0x28e869),_0x359bbe[_0x245c7d(0x17b)](_0x28e869)||_0x359bbe[_0x245c7d(0x2e3)](_0x28e869,_0x110997),_0x28e869;}let _0x36b04d=_0x324d38=>{const _0x3044b7=_0x44757b;var _0x3ba684;return _0x34c222[_0x3044b7(0x17b)](_0x324d38)||_0xf7c42[_0x3044b7(0x17b)](_0x324d38)||(_0x3ba684=_0x359bbe[_0x3044b7(0x5c1)](co(_0x324d38)))==null?_0x324d38:_0x3ba684;},_0x434d4e=_0x5e8530=>{const _0x4fec4c=_0x44757b;let _0xd0f852=_0x36b04d(_0x5e8530);if(_0x34c222[_0x4fec4c(0x17b)](_0xd0f852))return _0x34c222[_0x4fec4c(0x5c1)](_0xd0f852);let _0x5db1f2=_0xf7c42[_0x4fec4c(0x5c1)](_0xd0f852);if(!_0x5db1f2)return;let _0x5e1613=_0x5db1f2();return _0xf7c42[_0x4fec4c(0x5ab)](_0xd0f852),_0x34c222[_0x4fec4c(0x2e3)](_0xd0f852,_0x5e1613),ho(_0x2c176c,_0xd0f852,_0x5e1613),_0xd0f852!==_0x5e8530&&ho(_0x2c176c,_0x5e8530,_0x5e1613),_0x5e1613;},_0x1f9acd=_0x3c8d7e=>{let _0x26f664=_0x36b04d(_0x3c8d7e);return _0x34c222['has'](_0x26f664)||_0xf7c42['has'](_0x26f664);},_0x339910=_0x4e2eec=>_0x14211e[_0x44757b(0x17b)](co(_0x4e2eec)),_0x50e8ef=_0x3004d6=>Ga[_0x44757b(0x17b)](co(_0x3004d6)),_0x4ae2f5=_0x51be31=>!_0x339910(_0x51be31)&&_0x8f2ce7['has'](_0x51be31),_0x26f90e=()=>{const _0x3db12b=_0x44757b;if(_0x2c176c)return _0x2c176c;let _0x335adf=_0x8f2ce7['createChild'];if(typeof _0x335adf=='function')return _0x2c176c=_0x335adf[_0x3db12b(0x48f)](_0x8f2ce7,[...Co(_0x34c222),[_0x2a52c6,{'useFactory':()=>_0x2c176c}]]),_0x2c176c;},_0x4081ff={'has':_0x4e0c62=>{const _0x1dab1a=_0x44757b;var _0x4fa161;if(_0x4e0c62===_0x2a52c6||_0x1f9acd(_0x4e0c62)||_0x4ae2f5(_0x4e0c62))return!0x0;let _0x1b417a=_0x26f90e();return(_0x4fa161=_0x1b417a==null?void 0x0:_0x1b417a['has'](_0x4e0c62))==null?_0x8f2ce7[_0x1dab1a(0x17b)](_0x4e0c62):_0x4fa161;},'get':(_0x3cb461,..._0x4ea875)=>{const _0x28f829=_0x44757b;if(_0x3cb461===_0x2a52c6)return _0x4081ff;if(lo(_0x4ea875,_0x2e5842[_0x28f829(0x285)])){let _0x23cd4f=_0x26f90e();_0x406cb6(_0x23cd4f,_0x3cb461);let _0x449de4=po(_0x23cd4f,_0x3cb461);return _0x449de4[_0x28f829(0x42b)]?_0x449de4[_0x28f829(0x2cb)]:fo(_0x23cd4f||_0x8f2ce7,_0x3cb461,_0x4ea875);}return _0x1f9acd(_0x3cb461)?_0x434d4e(_0x3cb461):lo(_0x4ea875,_0x2e5842['SKIP_SELF'])?fo(_0x8f2ce7,_0x3cb461,uo(_0x4ea875,_0x2e5842[_0x28f829(0x4e0)])):_0x4ae2f5(_0x3cb461)?fo(_0x8f2ce7,_0x3cb461,_0x4ea875):fo(_0x26f90e()||_0x8f2ce7,_0x3cb461,_0x4ea875);},'invoke':(_0x350580,..._0x4ec4e8)=>_0x350580({'has':_0x16a47a=>{const _0x1bd76e=_0x44757b;var _0x4b5c38;if(_0x16a47a===_0x2a52c6||_0x1f9acd(_0x16a47a)||_0x4ae2f5(_0x16a47a))return!0x0;let _0x1ec0fe=_0x26f90e();return(_0x4b5c38=_0x1ec0fe==null?void 0x0:_0x1ec0fe[_0x1bd76e(0x17b)](_0x16a47a))==null?_0x8f2ce7[_0x1bd76e(0x17b)](_0x16a47a):_0x4b5c38;},'get':(_0xf2a1fb,..._0x537785)=>{const _0x51ba7f=_0x44757b;if(_0xf2a1fb===_0x2a52c6)return _0x4081ff;if(lo(_0x537785,_0x2e5842['SELF'])){let _0x2bcd29=_0x26f90e();_0x406cb6(_0x2bcd29,_0xf2a1fb);let _0x120510=po(_0x2bcd29,_0xf2a1fb);return _0x120510['resolved']?_0x120510[_0x51ba7f(0x2cb)]:fo(_0x2bcd29||_0x8f2ce7,_0xf2a1fb,_0x537785);}return _0x1f9acd(_0xf2a1fb)?_0x434d4e(_0xf2a1fb):lo(_0x537785,_0x2e5842[_0x51ba7f(0x4e0)])?fo(_0x8f2ce7,_0xf2a1fb,uo(_0x537785,_0x2e5842['SKIP_SELF'])):_0x4ae2f5(_0xf2a1fb)?fo(_0x8f2ce7,_0xf2a1fb,_0x537785):fo(_0x26f90e()||_0x8f2ce7,_0xf2a1fb,_0x537785);}},..._0x4ec4e8),'add':_0x83dc0b=>{const _0x11ba45=_0x44757b;let _0x17d9db=wo(_0x83dc0b);if(_0x17d9db){if(_0x17d9db['kind']!==_0x11ba45(0x1ba)&&_0x4ae2f5(_0x17d9db[_0x11ba45(0x178)])&&!_0x50e8ef(_0x17d9db['identifier']))return;let _0x40bb7c=co(_0x17d9db['identifier']);if(_0x14211e['has'](_0x40bb7c))return;if(_0x55e4e9(_0x17d9db[_0x11ba45(0x178)]),_0x17d9db['kind']===_0x11ba45(0x2cb))_0xf7c42[_0x11ba45(0x5ab)](_0x17d9db[_0x11ba45(0x178)]),_0x34c222[_0x11ba45(0x2e3)](_0x17d9db[_0x11ba45(0x178)],_0x17d9db[_0x11ba45(0x2cb)]);else{let _0x5a36e1=_0x26f90e();_0x5a36e1?_o(_0x5a36e1,_0x17d9db[_0x11ba45(0x178)])||_0x5a36e1['add'](_0x83dc0b):(_0x34c222['delete'](_0x17d9db[_0x11ba45(0x178)]),_0xf7c42['set'](_0x17d9db[_0x11ba45(0x178)],_0x17d9db[_0x11ba45(0x1ba)]));}return;}let _0x232515=co(so(_0x83dc0b));if(_0x232515!=null){if(_0x14211e[_0x11ba45(0x17b)](_0x232515))return;_0x55e4e9(so(_0x83dc0b));}let _0x4536df=_0x26f90e();if(_0x4536df){_0x4536df[_0x11ba45(0x538)](_0x83dc0b);return;}_0x8f2ce7[_0x11ba45(0x538)](_0x83dc0b);},'createChild':(_0x127f52=[])=>{const _0x5e8196=_0x44757b;let _0x21a929=new Map(_0x34c222),_0x10a078=[];_0x127f52[_0x5e8196(0x496)](_0x470c8a=>{const _0x8fa720=_0x5e8196;let _0x2a68fb=wo(_0x470c8a);if((_0x2a68fb==null?void 0x0:_0x2a68fb[_0x8fa720(0x1a4)])==='value'){_0x21a929[_0x8fa720(0x2e3)](_0x2a68fb[_0x8fa720(0x178)],_0x2a68fb[_0x8fa720(0x2cb)]);return;}_0x10a078['push'](_0x470c8a);});let _0x20ab92=ao(_0x8f2ce7,_0x21a929,_0x24f004);return _0x10a078['forEach'](_0x1e89f2=>{const _0x398fee=_0x5e8196;_0x20ab92[_0x398fee(0x538)](_0x1e89f2);}),_0x20ab92;},'createInstance':(..._0x1e4457)=>{const _0x2e46a8=_0x44757b;let _0x27004c=_0x26f90e(),_0x2da0a7=_0x27004c==null?void 0x0:_0x27004c[_0x2e46a8(0x51a)];if(_0x27004c&&typeof _0x2da0a7=='function')return _0x234f83(_0x27004c,_0x1e4457[0x0]),_0x2da0a7[_0x2e46a8(0x35b)](_0x27004c,_0x1e4457);let _0x3cddaa=_0x8f2ce7[_0x2e46a8(0x51a)];if(typeof _0x3cddaa==_0x2e46a8(0x64a))return _0x3cddaa[_0x2e46a8(0x35b)](_0x8f2ce7,_0x1e4457);let [_0x312167,..._0x5bb745]=_0x1e4457;return new _0x312167(..._0x5bb745);},'dispose':()=>{const _0x39c41d=_0x44757b;_0x2c176c&&yo(_0x2c176c,_0x24f004,_0x34c222[_0x39c41d(0x3be)]()),_0x2c176c=void 0x0,_0x14211e[_0x39c41d(0x410)](),_0x359bbe[_0x39c41d(0x410)](),_0xf7c42[_0x39c41d(0x410)]();}};function _0x406cb6(_0x2ff84f,_0x4d7614){!_0x2ff84f||!_0x1f9acd(_0x4d7614)||ho(_0x2ff84f,_0x4d7614,_0x434d4e(_0x4d7614));}function _0x234f83(_0x328ccb,_0x24f59f){const _0x2525b5=_0x44757b;go(_0x24f59f)[_0x2525b5(0x496)](_0x9bcb9e=>_0x406cb6(_0x328ccb,_0x9bcb9e));}return _0x4081ff[_0x44757b(0x460)]=_0x24f004,_0x4081ff;}function oo(_0x3c1d2d,_0x421a3b,_0x576f78){const _0x845885=_0x40f88b;let _0x54221b=_0x3c1d2d[_0x845885(0x521)]['has'](Z)?_0x3c1d2d['injector']['get'](Z):void 0x0;_0x421a3b['focusUnit'](_0x54221b!=null&&_0x54221b[_0x845885(0x267)](_0x3c1d2d[_0x845885(0x18d)])?_0x3c1d2d['childUnitId']:_0x576f78);}function so(_0x5cf2e2){const _0x2c3075=_0x40f88b;return Array[_0x2c3075(0x448)](_0x5cf2e2)?_0x5cf2e2[0x0]:_0x5cf2e2;}function co(_0x2d5d5b){const _0x5be031=_0x40f88b;let _0x5ab7ab=_0x2d5d5b==null?void 0x0:_0x2d5d5b[_0x5be031(0x1a7)];return typeof _0x5ab7ab=='string'&&_0x5ab7ab?_0x5be031(0x580)+_0x5ab7ab:_0x2d5d5b;}function lo(_0x48f794,_0x1ac29a){const _0x27f39a=_0x40f88b;return _0x48f794[_0x27f39a(0x3cc)](_0x1ac29a);}function uo(_0x13f7b5,_0x55c5a7){return _0x13f7b5['filter'](_0x34d875=>_0x34d875!==_0x55c5a7);}function fo(_0x20c09e,_0x5d0bdf,_0xd00754){const _0x2771dc=_0x40f88b;return _0x20c09e[_0x2771dc(0x5c1)](_0x5d0bdf,..._0xd00754);}function po(_0x428640,_0x1a4cb8){const _0x2171d5=_0x40f88b;var _0x1705ad;let _0x502570=_0x428640==null||(_0x1705ad=_0x428640[_0x2171d5(0x5af)])==null?void 0x0:_0x1705ad[_0x2171d5(0x445)];if(!_0x502570)return{'resolved':!0x1};let _0x39fcf5=mo(_0x502570[_0x2171d5(0x5c1)](_0x1a4cb8));if(_0x39fcf5[_0x2171d5(0x42b)])return _0x39fcf5;let _0x2c1d2f=co(_0x1a4cb8);for(let [_0x34a52e,_0x5ebb9c]of _0x502570){if(_0x34a52e===_0x1a4cb8||co(_0x34a52e)!==_0x2c1d2f)continue;let _0x4653c5=mo(_0x5ebb9c);if(_0x4653c5['resolved'])return _0x4653c5;}return{'resolved':!0x1};}function mo(_0x338dad){return!_0x338dad||_0x338dad['length']!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x338dad[0x0]};}function ho(_0x1134e0,_0x403891,_0x5b0b52){const _0x1294b9=_0x40f88b;!_0x1134e0||_o(_0x1134e0,_0x403891)||_0x1134e0[_0x1294b9(0x538)]([_0x403891,{'useValue':_0x5b0b52}]);}function go(_0x1088bb){const _0x2a7866=_0x40f88b;if(!_0x1088bb||typeof _0x1088bb!='function'&&typeof _0x1088bb!=_0x2a7866(0x37e))return[];for(let _0x2a932f of Object['getOwnPropertySymbols'](_0x1088bb)){let _0x3bbde1=_0x1088bb[_0x2a932f];if(!Array[_0x2a7866(0x448)](_0x3bbde1))continue;let _0x28f66b=_0x3bbde1[_0x2a7866(0x235)](_0x52e7a3=>_0x52e7a3==null?void 0x0:_0x52e7a3[_0x2a7866(0x178)])[_0x2a7866(0x688)](_0xea501f=>_0xea501f!==void 0x0);if(_0x28f66b['length'])return _0x28f66b;}return[];}function _o(_0x36ee28,_0x1209ad){const _0x118f3d=_0x40f88b;var _0x52962c,_0x5349b9,_0x139334,_0x5e8b70;let _0x47e2fd=_0x36ee28;return!!((_0x52962c=_0x47e2fd[_0x118f3d(0x612)])!=null&&(_0x5349b9=_0x52962c['has'])!=null&&_0x5349b9['call'](_0x52962c,_0x1209ad)||(_0x139334=_0x47e2fd[_0x118f3d(0x5af)])!=null&&(_0x5e8b70=_0x139334['has'])!=null&&_0x5e8b70[_0x118f3d(0x48f)](_0x139334,_0x1209ad));}function vo(_0x1a2973){const _0x192268=_0x40f88b;return _0x1a2973[_0x192268(0x460)];}function _0x2546(_0x41886c,_0x2df7db){_0x41886c=_0x41886c-0x15d;const _0x2ea1e3=_0x2ea1();let _0x254628=_0x2ea1e3[_0x41886c];return _0x254628;}function yo(_0x4bfebc,_0x4e127b,_0x1f2463=[]){const _0x232362=_0x40f88b;let _0x8f4861=bo(_0x4e127b);for(let _0xdc4509 of _0x1f2463)_0x8f4861[_0x232362(0x538)](_0xdc4509);xo(_0x4bfebc,_0x8f4861),_0x4bfebc['dispose']();}function bo(_0x39396d){const _0x274c03=_0x40f88b;let _0x3196ae=new Set(),_0x555ccd=So(_0x39396d);return _0x555ccd&&_0x555ccd[_0x274c03(0x496)](_0x31ede6=>{const _0x4d4f62=_0x274c03;Array['isArray'](_0x31ede6)&&_0x31ede6['forEach'](_0x451202=>_0x3196ae[_0x4d4f62(0x538)](_0x451202));}),_0x3196ae;}function xo(_0x3b66a2,_0x458ab0,_0x3c3a63=new Set()){const _0x31720e=_0x40f88b;if(_0x3c3a63[_0x31720e(0x17b)](_0x3b66a2))return;_0x3c3a63[_0x31720e(0x538)](_0x3b66a2);let _0x1e8816=_0x3b66a2[_0x31720e(0x174)];_0x1e8816==null||_0x1e8816[_0x31720e(0x496)](_0x3a3342=>xo(_0x3a3342,_0x458ab0,_0x3c3a63));let _0x1e1883=So(_0x3b66a2);_0x1e1883&&_0x1e1883[_0x31720e(0x496)]((_0x432af5,_0x12b6f8)=>{const _0x1542a5=_0x31720e;if(!Array[_0x1542a5(0x448)](_0x432af5))return;let _0x47d068=_0x432af5[_0x1542a5(0x688)](_0x9ac742=>!_0x458ab0[_0x1542a5(0x17b)](_0x9ac742));if(_0x47d068[_0x1542a5(0x39b)]!==_0x432af5[_0x1542a5(0x39b)]){if(_0x47d068[_0x1542a5(0x39b)]===0x0){_0x1e1883[_0x1542a5(0x5ab)](_0x12b6f8);return;}_0x1e1883[_0x1542a5(0x2e3)](_0x12b6f8,_0x47d068);}});}function So(_0x56aa33){const _0x3b0b33=_0x40f88b;var _0x51730b;return(_0x51730b=_0x56aa33[_0x3b0b33(0x5af)])==null?void 0x0:_0x51730b[_0x3b0b33(0x445)];}function Co(_0x303e15){const _0x561652=_0x40f88b;return Array[_0x561652(0x3d1)](_0x303e15,([_0x5c8010,_0xfc7789])=>[_0x5c8010,{'useValue':_0xfc7789}]);}function wo(_0x5e02b8){const _0x1d2730=_0x40f88b;if(!Array[_0x1d2730(0x448)](_0x5e02b8)||_0x5e02b8[_0x1d2730(0x39b)]<0x2)return;let [_0x4dd285,_0x1fde37]=_0x5e02b8;if(!(!_0x1fde37||typeof _0x1fde37!=_0x1d2730(0x37e))){if(_0x1d2730(0x2eb)in _0x1fde37)return{'kind':_0x1d2730(0x2cb),'identifier':_0x4dd285,'value':_0x1fde37[_0x1d2730(0x2eb)]};if(typeof _0x1fde37[_0x1d2730(0x59d)]==_0x1d2730(0x64a))return{'kind':'factory','identifier':_0x4dd285,'factory':_0x1fde37[_0x1d2730(0x59d)]};}}function To(_0x58175f,_0x5ed45c){const _0x1d36fb=_0x40f88b;if(!_0x58175f[_0x1d36fb(0x17b)](_0xa7f2cc))return;let _0x3eb9e2=_0x58175f[_0x1d36fb(0x5c1)](_0xa7f2cc),_0x8c7a2=_0x3eb9e2[_0x1d36fb(0x379)];return typeof _0x8c7a2==_0x1d36fb(0x64a)?_0x8c7a2[_0x1d36fb(0x48f)](_0x3eb9e2,_0x5ed45c):_0x3eb9e2;}function Eo(_0x4f7293,_0x437bb4,_0x2483f9){const _0xaa81e4=_0x40f88b;if(!_0x4f7293[_0xaa81e4(0x17b)](_0x6d312e))return;let _0x2bbf69=_0x4f7293[_0xaa81e4(0x5c1)](_0x6d312e);return{get 'disabled'(){return _0x2bbf69['disabled'];},set 'disabled'(_0x4cf816){const _0x306a1d=_0xaa81e4;_0x2bbf69[_0x306a1d(0x48e)]=_0x4cf816;},get 'visible'(){const _0x56ae72=_0xaa81e4;return _0x2bbf69[_0x56ae72(0x41b)];},'enable':()=>_0x2bbf69[_0xaa81e4(0x1b0)](),'disable':()=>_0x2bbf69[_0xaa81e4(0x324)](),'triggerContextMenu':(_0xf30647,_0x4aeeeb,_0x29f9ca)=>{const _0x959d1b=_0xaa81e4;var _0x5398e4;_0x2bbf69[_0x959d1b(0x620)](_0xf30647,_0x4aeeeb,{..._0x29f9ca,'unitId':(_0x5398e4=_0x29f9ca==null?void 0x0:_0x29f9ca[_0x959d1b(0x18e)])==null?_0x2483f9:_0x5398e4});},'hideContextMenu':()=>_0x2bbf69[_0xaa81e4(0x67c)](),'registerContextMenuHandler':_0x35cd03=>_0x2bbf69['registerContextMenuHandler'](_0x35cd03)};}function Do(_0x2a4485,_0x5d07bc){const _0x5b6350=_0x40f88b;let _0x45647f=new _0x396da0();return{get 'disabled'(){const _0x708c22=_0x2546;return _0x45647f[_0x708c22(0x48e)];},set 'disabled'(_0x3bdac1){const _0x19380e=_0x2546;_0x45647f[_0x19380e(0x48e)]=_0x3bdac1;},get 'visible'(){const _0x509fca=_0x2546;return _0x45647f[_0x509fca(0x41b)];},'enable':()=>_0x45647f[_0x5b6350(0x1b0)](),'disable':()=>_0x45647f[_0x5b6350(0x324)](),'triggerContextMenu':(_0xda1e98,_0x51b3d0,_0x588b0a)=>{const _0x32152b=_0x5b6350;var _0x5dd744;_0x45647f[_0x32152b(0x620)](_0xda1e98,_0x51b3d0,{..._0x588b0a,'unitId':(_0x5dd744=_0x588b0a==null?void 0x0:_0x588b0a[_0x32152b(0x18e)])==null?_0x5d07bc:_0x5dd744});},'hideContextMenu':()=>_0x45647f[_0x5b6350(0x67c)](),'registerContextMenuHandler':_0x42f4ef=>_0x45647f[_0x5b6350(0x474)](_0x42f4ef),'dispose':()=>_0x45647f[_0x5b6350(0x602)]()};}function Oo(_0xfab450,_0x2120e5){const _0x505de1=_0x40f88b;var _0x19742b,_0x59519a,_0xb18d97,_0x432635,_0x235e1f;let _0x41cf91=_0xfab450['get'](_0x12f507),_0x238087=_0xfab450[_0x505de1(0x17b)](Ha)?_0xfab450[_0x505de1(0x5c1)](Ha):void 0x0,_0xa1a679=_0xfab450[_0x505de1(0x17b)](Z)?_0xfab450[_0x505de1(0x5c1)](Z):void 0x0,_0x3c3a49=(_0x19742b=(_0x59519a=_0x2120e5[_0x505de1(0x471)])==null||(_0x59519a=_0x59519a[_0x505de1(0x29e)])==null?void 0x0:_0x59519a[_0x505de1(0x621)])==null?_0x2120e5[_0x505de1(0x2a6)][_0x505de1(0x4ef)]:_0x19742b,_0x9ea5ff=(_0xb18d97=(_0x432635=(_0x235e1f=_0x2120e5['runtimeScope'])==null||(_0x235e1f=_0x235e1f['roots'])==null?void 0x0:_0x235e1f[_0x505de1(0x45b)])==null?_0x2120e5[_0x505de1(0x2a6)][_0x505de1(0x467)]:_0x432635)==null?_0x3c3a49:_0xb18d97,_0x2b9d9d=new Set([_0x3c3a49,_0x9ea5ff]),_0x5eb7aa=(_0x3ad494,_0x208f19)=>{const _0x262eca=_0x505de1;_0x2b9d9d['add'](_0x3ad494);let _0x1f369c=_0x208f19!=null&&_0x208f19[_0x262eca(0x582)]?ko(_0x3ad494):void 0x0,_0x5751d5=_0x208f19!=null&&_0x208f19['registerChildInteraction']?_0x238087==null?void 0x0:_0x238087['registerOwnedElement'](_0x2120e5[_0x262eca(0x18d)],_0x3ad494):void 0x0,_0x22fed1=_0x208f19!=null&&_0x208f19[_0x262eca(0x582)]?_0xa1a679==null?void 0x0:_0xa1a679[_0x262eca(0x1ec)]({'embedId':_0x2120e5[_0x262eca(0x18d)],'role':_0x262eca(0x577),'element':_0x3ad494}):void 0x0;return _0x3706d8(()=>{const _0x31b310=_0x262eca;_0x22fed1==null||_0x22fed1[_0x31b310(0x602)](),_0x5751d5==null||_0x5751d5['dispose'](),_0x1f369c==null||_0x1f369c[_0x31b310(0x602)](),_0x2b9d9d[_0x31b310(0x5ab)](_0x3ad494);});},_0x12d87a=_0x1a408a=>_0x1a408a?[..._0x2b9d9d][_0x505de1(0x38d)](_0x49227c=>_0x49227c===_0x1a408a||_0x49227c[_0x505de1(0x60e)](_0x1a408a)):!0x1;return{get 'isFocused'(){const _0x2ff3a2=_0x505de1;return _0x41cf91[_0x2ff3a2(0x53e)];},get 'rootContainerElement'(){return _0x3c3a49;},'focus':()=>_0x41cf91[_0x505de1(0x271)](),'registerFocusHandler':(_0x82497d,_0x11e176)=>_0x41cf91[_0x505de1(0x268)](_0x82497d,_0x11e176),'registerRootContainerElement':_0x5eb7aa,'registerContentElement':_0x5eb7aa,'registerContainerElement':_0x4f8db7=>_0x5eb7aa(_0x4f8db7,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x9ea5ff,'checkElementInCurrentContainers':_0x2b08b7=>_0x12d87a(_0x2b08b7)||(_0x238087==null?void 0x0:_0x238087['contains'](_0x2120e5[_0x505de1(0x18d)],_0x2b08b7))||_0x41cf91[_0x505de1(0x559)](_0x2b08b7),'checkContentIsFocused':()=>_0x12d87a(_0x9ea5ff[_0x505de1(0x1e6)]['activeElement'])||(_0xa1a679==null?void 0x0:_0xa1a679['hasChildInteractionLease'](_0x2120e5[_0x505de1(0x18d)]))||_0x41cf91['checkContentIsFocused']()};}function ko(_0x7df324){const _0x56c335=_0x40f88b;let _0x2f459b=new Map(),_0x3c46b5=_0x51f32d=>{const _0x7c64d8=_0x2546;_0x2f459b[_0x7c64d8(0x2e3)](_0x51f32d,_0x51f32d['getAttribute'](X)),_0x51f32d[_0x7c64d8(0x47a)](X,_0x7c64d8(0x577));};return _0x3c46b5(_0x7df324),_0x7df324[_0x56c335(0x4a0)]('*')[_0x56c335(0x496)](_0x3c46b5),_0x3706d8(()=>{const _0xb5c589=_0x56c335;_0x2f459b[_0xb5c589(0x496)]((_0x3f6a18,_0x49f04f)=>{const _0x4eb68e=_0xb5c589;if(_0x3f6a18==null){_0x49f04f[_0x4eb68e(0x4f8)](X);return;}_0x49f04f[_0x4eb68e(0x47a)](X,_0x3f6a18);});});}function Ao(_0x54b1a5,_0x436018){const _0x3f7e7b=_0x40f88b;var _0x3bcd4d;let _0x2792ba=(_0x3bcd4d=Mo(_0x54b1a5))==null?_0x54b1a5['injector']:_0x3bcd4d,_0xc8a438=_0x2792ba!==_0x54b1a5[_0x3f7e7b(0x521)],_0x1ea2f7=jo(_0x54b1a5),_0x550368={'descriptor':_0x54b1a5[_0x3f7e7b(0x5d1)],'host':{'unitId':_0x54b1a5[_0x3f7e7b(0x3d0)],'type':_0x54b1a5[_0x3f7e7b(0x5d1)]['hostType'],'anchorId':_0x54b1a5[_0x3f7e7b(0x5d1)][_0x3f7e7b(0x4e9)],'entry':_0x54b1a5[_0x3f7e7b(0x5d1)][_0x3f7e7b(0x24c)],'layout':Po(_0x54b1a5)},'child':{'unitId':_0x54b1a5['childUnitId'],'type':_0x54b1a5[_0x3f7e7b(0x455)]},'injector':_0x2792ba,'instanceService':No(_0x2792ba,_0x476b57),'commandService':No(_0x2792ba,_0x2d49a9),'menuManagerService':No(_0x2792ba,_0xa7f2cc),'roots':_0x1ea2f7,'activate':()=>_0x436018(!0x0),'deactivate':()=>_0x436018(!0x1),'dispose':()=>{_0xc8a438&&_0x2792ba['dispose']();}};return{'runtimeScope':_0x550368,'disposable':_0x3706d8(()=>_0x550368[_0x3f7e7b(0x602)]())};}function jo(_0x1a737a){const _0x1596e2=_0x40f88b;var _0x300659,_0x53173a,_0x3b3374,_0x40ae77,_0x3e3996,_0x369e05,_0x5e4dba,_0x2d5e33,_0x13cdd0,_0x2435c6,_0x3daff3,_0x26e64a;let _0x11f62e=_0x1a737a[_0x1596e2(0x2a6)]['rootElement'],_0x54f929=(_0x300659=(_0x53173a=_0x1a737a[_0x1596e2(0x2a6)][_0x1596e2(0x467)])==null?Ma(_0x11f62e,'data-embed-content-root'):_0x53173a)==null?_0x11f62e:_0x300659,_0x24aedf=(_0x3b3374=(_0x40ae77=_0x1a737a[_0x1596e2(0x2a6)]['overlayRoot'])==null?Ma(_0x11f62e,_0x1596e2(0x5aa)):_0x40ae77)==null?_0x11f62e:_0x3b3374;return{'root':_0x11f62e,'content':_0x54f929,'canvas':(_0x3e3996=(_0x369e05=_0x1a737a['renderScope'][_0x1596e2(0x3d5)])==null?Ma(_0x11f62e,_0x1596e2(0x672)):_0x369e05)==null?void 0x0:_0x3e3996,'overlay':_0x24aedf,'popup':(_0x5e4dba=(_0x2d5e33=_0x1a737a['renderScope'][_0x1596e2(0x588)])==null?Ma(_0x11f62e,_0x1596e2(0x52b)):_0x2d5e33)==null?_0x24aedf:_0x5e4dba,'menuSlot':(_0x13cdd0=(_0x2435c6=(_0x3daff3=_0x1a737a['renderScope'][_0x1596e2(0x639)])==null?void 0x0:_0x3daff3[_0x1596e2(0x16d)])==null?Ma(_0x11f62e,'data-embed-menu-slot'):_0x2435c6)==null?void 0x0:_0x13cdd0,'footerSlot':(_0x26e64a=Ma(_0x11f62e,_0x1596e2(0x321)))==null?void 0x0:_0x26e64a};}function Mo(_0x34003e){const _0x1df634=_0x40f88b;if(!(!_0x34003e[_0x1df634(0x521)][_0x1df634(0x17b)](_0x476b57)||!_0x34003e[_0x1df634(0x521)]['has'](_0x2d49a9)))return Ka(_0x34003e);}function No(_0x1d9254,_0x261694){const _0x40801f=_0x40f88b;if(_0x1d9254['has'](_0x261694))return _0x1d9254[_0x40801f(0x5c1)](_0x261694);}function Po(_0x3f7483){const _0x5b0d92=_0x40f88b;var _0x3fc797,_0x385eeb;switch(_0x3f7483['descriptor']['entry']){case _0x5b0d92(0x262):return _0x5b0d92(0x650);case _0x5b0d92(0x24b):case _0x5b0d92(0x1e9):case _0x5b0d92(0x3a1):return'float';case _0x5b0d92(0x684):case _0x5b0d92(0x1bb):case _0x5b0d92(0x52c):return _0x5b0d92(0x15f);default:break;}return _0x3f7483[_0x5b0d92(0x649)]===_0x5b0d92(0x15f)||(_0x3fc797=_0x3f7483['descriptor'][_0x5b0d92(0x5bc)])!=null&&_0x3fc797[_0x5b0d92(0x241)]?_0x5b0d92(0x15f):(_0x385eeb=_0x3f7483[_0x5b0d92(0x5d1)][_0x5b0d92(0x5bc)])!=null&&_0x385eeb[_0x5b0d92(0x4be)]?'float':_0x3f7483[_0x5b0d92(0x649)][_0x5b0d92(0x659)](_0x5b0d92(0x686))||_0x3f7483[_0x5b0d92(0x649)]===_0x5b0d92(0x41e)?_0x5b0d92(0x650):_0x5b0d92(0x2b4);}var Fo=class{constructor(){Y(this,'_contributions',new Map());}[_0x40f88b(0x549)](_0x2f5dbd){const _0x29a9ab=_0x40f88b;if(this[_0x29a9ab(0x183)][_0x29a9ab(0x17b)](_0x2f5dbd[_0x29a9ab(0x455)]))throw Error(_0x29a9ab(0x436)+_0x2f5dbd[_0x29a9ab(0x455)]);this[_0x29a9ab(0x183)][_0x29a9ab(0x2e3)](_0x2f5dbd['childType'],_0x2f5dbd);}['get'](_0x31d847){const _0x285cbc=_0x40f88b;return this[_0x285cbc(0x183)][_0x285cbc(0x5c1)](_0x31d847);}[_0x40f88b(0x49c)](){const _0x18f998=_0x40f88b;return[...this[_0x18f998(0x183)][_0x18f998(0x3be)]()];}},Io=class{constructor(){const _0x2145e9=_0x40f88b;Y(this,_0x2145e9(0x183),new Map());}[_0x40f88b(0x549)](_0x381c32){const _0x3e2d7a=_0x40f88b;let _0x35f31a=this['_key'](_0x381c32[_0x3e2d7a(0x269)],_0x381c32[_0x3e2d7a(0x24c)],_0x381c32['childType']);if(this[_0x3e2d7a(0x183)][_0x3e2d7a(0x17b)](_0x35f31a))throw Error(_0x3e2d7a(0x678)+_0x35f31a);return this['_contributions']['set'](_0x35f31a,_0x381c32),_0x3706d8(()=>{const _0x20ebba=_0x3e2d7a;this['_contributions'][_0x20ebba(0x5c1)](_0x35f31a)===_0x381c32&&this['_contributions'][_0x20ebba(0x5ab)](_0x35f31a);});}['get'](_0x413948,_0x32d86d,_0x201e3c){const _0x2766d5=_0x40f88b;if(_0x201e3c!=null){let _0x42d4b5=this[_0x2766d5(0x183)][_0x2766d5(0x5c1)](this[_0x2766d5(0x2a1)](_0x413948,_0x32d86d,_0x201e3c));if(_0x42d4b5)return _0x42d4b5;}return this[_0x2766d5(0x183)][_0x2766d5(0x5c1)](this[_0x2766d5(0x2a1)](_0x413948,_0x32d86d));}[_0x40f88b(0x4db)](_0x395581,_0x517b7b,_0x3488db){const _0x5df4a5=_0x40f88b;return this['_contributions'][_0x5df4a5(0x17b)](this['_key'](_0x395581,_0x517b7b,_0x3488db));}[_0x40f88b(0x49c)](){const _0x1ee534=_0x40f88b;return[...this[_0x1ee534(0x183)]['values']()];}[_0x40f88b(0x2a1)](_0x44b826,_0x2e647b,_0x2ee923){return _0x2ee923==null?_0x44b826+':'+_0x2e647b+':*':_0x44b826+':'+_0x2e647b+':'+_0x2ee923;}},Lo=class{constructor(){const _0x2d26b5=_0x40f88b;Y(this,_0x2d26b5(0x183),new Map());}[_0x40f88b(0x549)](_0x31f38b){const _0x5e4457=_0x40f88b;let _0x39cf4d=this['_key'](_0x31f38b[_0x5e4457(0x269)],_0x31f38b[_0x5e4457(0x24c)]);if(this[_0x5e4457(0x183)][_0x5e4457(0x17b)](_0x39cf4d))throw Error(_0x5e4457(0x1b3)+_0x39cf4d);this[_0x5e4457(0x183)][_0x5e4457(0x2e3)](_0x39cf4d,_0x31f38b);}[_0x40f88b(0x5c1)](_0x41845b,_0x2bf9ba){const _0x976466=_0x40f88b;return this['_contributions']['get'](this[_0x976466(0x2a1)](_0x41845b,_0x2bf9ba));}[_0x40f88b(0x49c)](){const _0x51cab6=_0x40f88b;return[...this[_0x51cab6(0x183)][_0x51cab6(0x3be)]()];}[_0x40f88b(0x239)](_0xe9cd0f,_0x43a33f,_0x693774){const _0x19cb84=_0x40f88b;var _0x23a9e4;let _0xff8755=this[_0x19cb84(0x5c1)](_0xe9cd0f,_0x43a33f);return _0xff8755?((_0x23a9e4=_0xff8755['supportedLayouts'])==null?[_0xff8755[_0x19cb84(0x649)]]:_0x23a9e4)[_0x19cb84(0x3cc)](_0x693774):!0x1;}['_key'](_0x219990,_0x6ec29f){return _0x219990+':'+_0x6ec29f;}},Ro=class{constructor(){const _0x19431a=_0x40f88b;Y(this,_0x19431a(0x488),new Map()),Y(this,_0x19431a(0x424),new Map()),Y(this,_0x19431a(0x2e8),new Map());}['register'](_0x3c6b5e,_0x4e767c){const _0x35d165=_0x40f88b;let _0x21f08c=typeof _0x3c6b5e==_0x35d165(0x4ab)?{'childUnitId':_0x3c6b5e,'root':_0x4e767c}:_0x3c6b5e;return this['_rootsByChildUnitId'][_0x35d165(0x2e3)](_0x21f08c[_0x35d165(0x252)],_0x21f08c),_0x21f08c[_0x35d165(0x18d)]&&this[_0x35d165(0x424)][_0x35d165(0x2e3)](_0x21f08c[_0x35d165(0x18d)],_0x21f08c),_0x21f08c['hostAnchorId']&&this[_0x35d165(0x2e8)][_0x35d165(0x2e3)](_0x21f08c['hostAnchorId'],_0x21f08c),_0x3706d8(()=>{const _0x40cb89=_0x35d165;this[_0x40cb89(0x488)][_0x40cb89(0x5c1)](_0x21f08c[_0x40cb89(0x252)])===_0x21f08c&&this['_rootsByChildUnitId'][_0x40cb89(0x5ab)](_0x21f08c['childUnitId']),_0x21f08c[_0x40cb89(0x18d)]&&this['_rootsByEmbedId'][_0x40cb89(0x5c1)](_0x21f08c[_0x40cb89(0x18d)])===_0x21f08c&&this['_rootsByEmbedId'][_0x40cb89(0x5ab)](_0x21f08c['embedId']),_0x21f08c[_0x40cb89(0x4e9)]&&this['_rootsByHostAnchorId'][_0x40cb89(0x5c1)](_0x21f08c[_0x40cb89(0x4e9)])===_0x21f08c&&this['_rootsByHostAnchorId']['delete'](_0x21f08c[_0x40cb89(0x4e9)]);});}[_0x40f88b(0x5c1)](_0x49064e){const _0x22622c=_0x40f88b;var _0x500c80,_0x4e4fa4;return(_0x500c80=(_0x4e4fa4=this[_0x22622c(0x488)][_0x22622c(0x5c1)](_0x49064e))==null?void 0x0:_0x4e4fa4[_0x22622c(0x621)])==null?null:_0x500c80;}[_0x40f88b(0x39c)](_0x3dc6b8){const _0x3c820c=_0x40f88b;var _0x223201,_0x61b879;return(_0x223201=(_0x61b879=this[_0x3c820c(0x424)][_0x3c820c(0x5c1)](_0x3dc6b8))==null?void 0x0:_0x61b879[_0x3c820c(0x621)])==null?null:_0x223201;}['getByHostAnchorId'](_0x4cea55){const _0x493fd6=_0x40f88b;var _0x3ebe77,_0x57a43d;return(_0x3ebe77=(_0x57a43d=this[_0x493fd6(0x2e8)]['get'](_0x4cea55))==null?void 0x0:_0x57a43d[_0x493fd6(0x621)])==null?null:_0x3ebe77;}[_0x40f88b(0x60e)](_0x4bde5a,_0x3c6f06){const _0x47d1ec=_0x40f88b;if(!(_0x4bde5a instanceof Node))return!0x1;let _0x35af81=_0x3c6f06[_0x47d1ec(0x18d)]?this[_0x47d1ec(0x39c)](_0x3c6f06[_0x47d1ec(0x18d)]):_0x3c6f06[_0x47d1ec(0x4e9)]?this[_0x47d1ec(0x24d)](_0x3c6f06[_0x47d1ec(0x4e9)]):_0x3c6f06[_0x47d1ec(0x252)]?this['get'](_0x3c6f06[_0x47d1ec(0x252)]):null;return!!(_0x35af81!=null&&_0x35af81[_0x47d1ec(0x60e)](_0x4bde5a));}},zo=class{constructor(){const _0x5d1ece=_0x40f88b;Y(this,_0x5d1ece(0x564),new Map()),Y(this,_0x5d1ece(0x593),new Map()),Y(this,_0x5d1ece(0x3a7),new Map()),Y(this,_0x5d1ece(0x5c6),new Map());}['register'](_0xa280ab){const _0x1a5462=_0x40f88b;return this[_0x1a5462(0x564)][_0x1a5462(0x2e3)](_0xa280ab['childType'],_0xa280ab),_0x3706d8(()=>{const _0x150265=_0x1a5462;this[_0x150265(0x564)][_0x150265(0x5c1)](_0xa280ab[_0x150265(0x455)])===_0xa280ab&&this[_0x150265(0x564)][_0x150265(0x5ab)](_0xa280ab['childType']);});}[_0x40f88b(0x5c1)](_0x56b38c){const _0x25ddf4=_0x40f88b;return this[_0x25ddf4(0x564)][_0x25ddf4(0x5c1)](_0x56b38c);}[_0x40f88b(0x560)](_0xa9b661){const _0x5b889e=_0x40f88b;return this[_0x5b889e(0x593)][_0x5b889e(0x2e3)](_0xa9b661['embedId'],_0xa9b661),this[_0x5b889e(0x3a7)]['set'](_0xa9b661['descriptor'][_0x5b889e(0x4e9)],_0xa9b661),this[_0x5b889e(0x5c6)][_0x5b889e(0x2e3)](_0xa9b661['childUnitId'],_0xa9b661),_0x3706d8(()=>{const _0x51bcee=_0x5b889e;this[_0x51bcee(0x593)]['get'](_0xa9b661[_0x51bcee(0x18d)])===_0xa9b661&&this[_0x51bcee(0x593)][_0x51bcee(0x5ab)](_0xa9b661[_0x51bcee(0x18d)]),this[_0x51bcee(0x3a7)][_0x51bcee(0x5c1)](_0xa9b661[_0x51bcee(0x5d1)]['hostAnchorId'])===_0xa9b661&&this[_0x51bcee(0x3a7)]['delete'](_0xa9b661[_0x51bcee(0x5d1)][_0x51bcee(0x4e9)]),this[_0x51bcee(0x5c6)][_0x51bcee(0x5c1)](_0xa9b661[_0x51bcee(0x252)])===_0xa9b661&&this[_0x51bcee(0x5c6)][_0x51bcee(0x5ab)](_0xa9b661[_0x51bcee(0x252)]);});}[_0x40f88b(0x3f4)](_0x56958e){const _0x1c840c=_0x40f88b;return this['_contextsByEmbedId'][_0x1c840c(0x5c1)](_0x56958e);}[_0x40f88b(0x5dc)](_0x182c00){const _0x11ca7d=_0x40f88b;return this[_0x11ca7d(0x3a7)][_0x11ca7d(0x5c1)](_0x182c00);}[_0x40f88b(0x4ff)](_0x142023){const _0x4501bd=_0x40f88b;return this['_contextsByChildUnitId'][_0x4501bd(0x5c1)](_0x142023);}[_0x40f88b(0x56f)](_0x5aaa8d){const _0x3ca1c3=_0x40f88b;let _0x41a6b2=this['get'](_0x5aaa8d[_0x3ca1c3(0x455)]);return _0x41a6b2?Promise[_0x3ca1c3(0x42f)](_0x41a6b2[_0x3ca1c3(0x56f)](_0x5aaa8d)):Promise['resolve'](Bo(_0x5aaa8d));}[_0x40f88b(0x278)](_0x5a889d){const _0x377022=_0x40f88b;let _0xe5db5e=this[_0x377022(0x3f4)](_0x5a889d);return _0xe5db5e?this['capture'](_0xe5db5e):Promise['resolve'](void 0x0);}[_0x40f88b(0x5e8)](_0x1311d4){const _0x3edabb=_0x40f88b;let _0x4cd3ee=this[_0x3edabb(0x5dc)](_0x1311d4);return _0x4cd3ee?this['capture'](_0x4cd3ee):Promise['resolve'](void 0x0);}[_0x40f88b(0x218)](_0xa6f789){const _0x28b778=_0x40f88b;let _0xefbd6d=this[_0x28b778(0x4ff)](_0xa6f789);return _0xefbd6d?this[_0x28b778(0x56f)](_0xefbd6d):Promise['resolve'](void 0x0);}};function Bo(_0x42eb02){const _0x30a423=_0x40f88b;if(!_0x42eb02['renderScope'])return;let _0x1eab84=[_0x42eb02[_0x30a423(0x2a6)][_0x30a423(0x3d5)],_0x42eb02[_0x30a423(0x2a6)][_0x30a423(0x467)],_0x42eb02[_0x30a423(0x2a6)][_0x30a423(0x4ef)]]['filter'](_0x4c276d=>!!_0x4c276d),_0x39b3e0=Array[_0x30a423(0x3d1)](new Set(_0x1eab84[_0x30a423(0x47e)](_0x28c2d2=>Array[_0x30a423(0x3d1)](_0x28c2d2['querySelectorAll']('canvas')))))[_0x30a423(0x688)](_0x20cc3a=>_0x20cc3a['width']>0x1&&_0x20cc3a[_0x30a423(0x257)]>0x1)[_0x30a423(0x562)]((_0x43c7e8,_0x3792d0)=>_0x3792d0[_0x30a423(0x228)]*_0x3792d0[_0x30a423(0x257)]-_0x43c7e8[_0x30a423(0x228)]*_0x43c7e8[_0x30a423(0x257)]);for(let _0x5a1124 of _0x39b3e0)try{return _0x5a1124[_0x30a423(0x281)](_0x30a423(0x5be));}catch{}}function $(_0x1b8a98,_0x161534){return function(_0x3ca59f,_0x435d0f){_0x161534(_0x3ca59f,_0x435d0f,_0x1b8a98);};}function Vo(_0x2eb42c,_0x1ceb61,_0x47aef3,_0x419f79){const _0x2edcd8=_0x40f88b;var _0x1c2edc=arguments[_0x2edcd8(0x39b)],_0x86cf6a=_0x1c2edc<0x3?_0x1ceb61:_0x419f79===null?_0x419f79=Object[_0x2edcd8(0x31a)](_0x1ceb61,_0x47aef3):_0x419f79,_0x4c4ba4;if(typeof Reflect==_0x2edcd8(0x37e)&&typeof Reflect['decorate']==_0x2edcd8(0x64a))_0x86cf6a=Reflect['decorate'](_0x2eb42c,_0x1ceb61,_0x47aef3,_0x419f79);else{for(var _0x4c521c=_0x2eb42c[_0x2edcd8(0x39b)]-0x1;_0x4c521c>=0x0;_0x4c521c--)(_0x4c4ba4=_0x2eb42c[_0x4c521c])&&(_0x86cf6a=(_0x1c2edc<0x3?_0x4c4ba4(_0x86cf6a):_0x1c2edc>0x3?_0x4c4ba4(_0x1ceb61,_0x47aef3,_0x86cf6a):_0x4c4ba4(_0x1ceb61,_0x47aef3))||_0x86cf6a);}return _0x1c2edc>0x3&&_0x86cf6a&&Object[_0x2edcd8(0x398)](_0x1ceb61,_0x47aef3,_0x86cf6a),_0x86cf6a;}const Ho=_0x40f88b(0x29f);var Uo=class extends Error{constructor(_0x4aa447,_0x5d6a1f){const _0x1ddd73=_0x40f88b;super(Ho+':\x20'+_0x4aa447),this[_0x1ddd73(0x252)]=_0x4aa447,this[_0x1ddd73(0x541)]=_0x5d6a1f,Y(this,_0x1ddd73(0x319),Ho),this[_0x1ddd73(0x3ca)]=_0x1ddd73(0x34e);}};let Wo=class{constructor(_0x45c181,_0x27846f,_0x8526bb,_0x3055c8,_0xd68d3,_0x50feaa,_0x1faeaa){const _0x665ac5=_0x40f88b;this[_0x665ac5(0x44e)]=_0x45c181,this[_0x665ac5(0x477)]=_0x27846f,this['_overlayRootService']=_0x8526bb,this['_sceneCanvasCaptureService']=_0x3055c8,this['_univerInstanceService']=_0xd68d3,this[_0x665ac5(0x40d)]=_0x50feaa,this['_injector']=_0x1faeaa,Y(this,_0x665ac5(0x3e9),new Map()),Y(this,_0x665ac5(0x587),new Map());}[_0x40f88b(0x60c)](_0x322313){return this['_mountResolvedHost'](_0x322313);}['mountIntoHostElement'](_0x1484a3,_0x5e7c89,_0x1fcbb3){const _0x5be3ef=_0x40f88b;return this[_0x5be3ef(0x2da)](_0x1484a3,{'hostElement':_0x5e7c89,'runtimeRoots':_0x1fcbb3});}[_0x40f88b(0x2da)](_0x3aa2c0,_0x5df4c9){const _0x3b5a6b=_0x40f88b;var _0x3ba000,_0x3f7905,_0x56f47e;if(!_0x3aa2c0[_0x3b5a6b(0x252)]||_0x3aa2c0[_0x3b5a6b(0x455)]==null)throw Error(_0x3b5a6b(0x663));this['_assertChildUnitAvailable'](_0x3aa2c0);let _0x4f15be={'hostUnitId':_0x3aa2c0['hostUnitId'],'embedId':_0x3aa2c0['embedId'],'childUnitId':_0x3aa2c0[_0x3b5a6b(0x252)]},_0x434ac1=this[_0x3b5a6b(0x5b2)](_0x3aa2c0),_0x490307=this['_hostContainerRegistry'][_0x3b5a6b(0x5c1)](_0x3aa2c0['hostType'],_0x3aa2c0[_0x3b5a6b(0x24c)]);if(!_0x490307||!this[_0x3b5a6b(0x44e)][_0x3b5a6b(0x239)](_0x3aa2c0[_0x3b5a6b(0x269)],_0x3aa2c0[_0x3b5a6b(0x24c)],_0x434ac1))throw Error('EMBED_MOUNT_HOST_NOT_REGISTERED');let _0x3a8145=this['_runtimePolicyService'][_0x3b5a6b(0x652)](_0x4f15be),_0x7d2244=this[_0x3b5a6b(0x477)][_0x3b5a6b(0x5c1)](_0x3aa2c0[_0x3b5a6b(0x455)]);if(_0x3a8145[_0x3b5a6b(0x2b8)]&&!(_0x7d2244!=null&&_0x7d2244[_0x3b5a6b(0x353)][_0x3b5a6b(0x3cc)](_0x434ac1)))throw Error(_0x3b5a6b(0x5d5));this[_0x3b5a6b(0x36c)](_0x3aa2c0[_0x3b5a6b(0x18d)]);let _0x465ef5={'descriptor':_0x3aa2c0,'layout':_0x434ac1,'injector':this[_0x3b5a6b(0x3e6)],'hostUnitId':_0x3aa2c0[_0x3b5a6b(0x3d0)],'embedId':_0x3aa2c0[_0x3b5a6b(0x18d)],'childUnitId':_0x3aa2c0[_0x3b5a6b(0x252)],'childType':_0x3aa2c0[_0x3b5a6b(0x455)]},_0x3bc12d=[],_0x42a3f1=_0x5df4c9==null?(_0x3ba000=_0x490307['mount'])==null?void 0x0:_0x3ba000[_0x3b5a6b(0x48f)](_0x490307,_0x465ef5):_0x5df4c9,_0x5e5b64=this[_0x3b5a6b(0x476)](_0x42a3f1);if(_0x5e5b64[_0x3b5a6b(0x4cb)]&&_0x3bc12d['push'](_0x5e5b64[_0x3b5a6b(0x4cb)]),_0x465ef5['hostElement']=(_0x3f7905=_0x5e5b64[_0x3b5a6b(0x21c)])==null?_0x465ef5['hostElement']:_0x3f7905,_0x465ef5[_0x3b5a6b(0x16d)]=_0x465ef5[_0x3b5a6b(0x21c)],!_0x465ef5['hostElement']||!_0x465ef5[_0x3b5a6b(0x16d)])throw[..._0x3bc12d][_0x3b5a6b(0x326)]()[_0x3b5a6b(0x496)](_0x1b5b80=>_0x1b5b80[_0x3b5a6b(0x602)]()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x5e5b64['runtimeRoots']||_0x3bc12d[_0x3b5a6b(0x486)](Na(_0x465ef5['hostElement'])),!_0x3a8145[_0x3b5a6b(0x2b8)])return this[_0x3b5a6b(0x45f)](_0x3aa2c0,_0x434ac1,_0x465ef5[_0x3b5a6b(0x21c)],_0x5e5b64[_0x3b5a6b(0x2fd)],_0x3bc12d,_0x3a8145[_0x3b5a6b(0x616)]);if(!_0x7d2244)throw[..._0x3bc12d][_0x3b5a6b(0x326)]()[_0x3b5a6b(0x496)](_0x59d05c=>_0x59d05c[_0x3b5a6b(0x602)]()),Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let {renderScope:_0x5c8e1c,disposable:_0x3e363f,setActive:_0x209290}=this['_createRenderScope'](_0x3aa2c0,_0x434ac1,_0x465ef5[_0x3b5a6b(0x21c)],_0x5e5b64['runtimeRoots']);_0x3bc12d[_0x3b5a6b(0x486)](_0x3e363f);let _0x5d2853={..._0x465ef5,'hostElement':_0x465ef5[_0x3b5a6b(0x21c)],'container':_0x465ef5['container'],'renderScope':_0x5c8e1c},{runtimeScope:_0x2d1776,disposable:_0x300f54}=Ao(_0x5d2853,_0x209290),_0x1f8353={..._0x5d2853,'runtimeScope':_0x2d1776};_0x3bc12d[_0x3b5a6b(0x486)](_0x300f54);let _0x362f5d=this['_registerRuntimeBoundary'](_0x3aa2c0,_0x465ef5[_0x3b5a6b(0x21c)],_0x5c8e1c,_0x2d1776[_0x3b5a6b(0x29e)]);_0x362f5d&&_0x3bc12d[_0x3b5a6b(0x486)](_0x362f5d),this[_0x3b5a6b(0x3e6)][_0x3b5a6b(0x17b)](Z)&&_0x3bc12d[_0x3b5a6b(0x486)](this[_0x3b5a6b(0x3e6)][_0x3b5a6b(0x5c1)](Z)[_0x3b5a6b(0x438)]({'embedId':_0x3aa2c0[_0x3b5a6b(0x18d)],'hostUnitId':_0x3aa2c0[_0x3b5a6b(0x3d0)],'childUnitId':_0x3aa2c0['childUnitId'],'childType':_0x3aa2c0[_0x3b5a6b(0x455)]})),_0x3bc12d[_0x3b5a6b(0x486)](this[_0x3b5a6b(0x4f1)](_0x3aa2c0,_0x465ef5[_0x3b5a6b(0x21c)],_0x5c8e1c[_0x3b5a6b(0x5ee)],_0x2d1776[_0x3b5a6b(0x482)])),_0x3bc12d['push'](this['_sceneCanvasCaptureService'][_0x3b5a6b(0x560)](_0x1f8353));let _0x51d7c3=this[_0x3b5a6b(0x389)](_0x3aa2c0),_0x5f1ba4=(_0x56f47e=_0x7d2244[_0x3b5a6b(0x60c)])==null?void 0x0:_0x56f47e[_0x3b5a6b(0x48f)](_0x7d2244,_0x1f8353);if(_0x5f1ba4&&_0x3bc12d[_0x3b5a6b(0x486)](_0x5f1ba4),_0x3bc12d['push'](_0x51d7c3),_0x3bc12d['push'](this[_0x3b5a6b(0x40d)][_0x3b5a6b(0x566)](_0x4f15be)),_0x5c8e1c['mode']===_0x3b5a6b(0x2b4)){let _0x597f6e=this[_0x3b5a6b(0x3c1)](_0x1f8353);_0x597f6e&&_0x3bc12d[_0x3b5a6b(0x486)](_0x597f6e);}let _0x2f57ff={'hostUnitId':_0x3aa2c0['hostUnitId'],'embedId':_0x3aa2c0['embedId'],'childUnitId':_0x3aa2c0[_0x3b5a6b(0x252)],'childType':_0x3aa2c0[_0x3b5a6b(0x455)],'entry':_0x3aa2c0[_0x3b5a6b(0x24c)],'layout':_0x434ac1,'hostElement':_0x465ef5[_0x3b5a6b(0x21c)],'context':_0x1f8353};return this['_sessions']['set'](_0x3aa2c0[_0x3b5a6b(0x18d)],{'session':_0x2f57ff,'disposables':_0x3bc12d,'setActive':_0x209290}),_0x434ac1!==_0x3b5a6b(0x15f)&&this[_0x3b5a6b(0x63b)](_0x3aa2c0,_0x434ac1,_0x209290),_0x2f57ff;}[_0x40f88b(0x45f)](_0x50c13a,_0x4e7780,_0x14b9fe,_0x5df1e2,_0x1524fa,_0x1f63be){const _0x457d91=_0x40f88b;var _0x50c908,_0x47175e;let _0x47831f=(_0x50c908=(_0x47175e=_0x5df1e2==null?void 0x0:_0x5df1e2[_0x457d91(0x45b)])==null?Ma(_0x14b9fe,'data-embed-content-root'):_0x47175e)==null?_0x14b9fe:_0x50c908,_0x5c4c49=Ko(_0x1f63be);_0x47831f[_0x457d91(0x4f0)](_0x5c4c49),_0x1524fa['push'](_0x3706d8(()=>{const _0xa0a5ce=_0x457d91;_0x5c4c49[_0xa0a5ce(0x42a)]===_0x47831f&&_0x5c4c49[_0xa0a5ce(0x233)]();}));let _0x5caa42={'hostUnitId':_0x50c13a[_0x457d91(0x3d0)],'embedId':_0x50c13a[_0x457d91(0x18d)],'childUnitId':_0x50c13a['childUnitId'],'childType':_0x50c13a['childType'],'entry':_0x50c13a[_0x457d91(0x24c)],'layout':_0x4e7780,'hostElement':_0x14b9fe};return this['_sessions']['set'](_0x50c13a[_0x457d91(0x18d)],{'session':_0x5caa42,'disposables':_0x1524fa,'setActive':()=>{}}),_0x5caa42;}[_0x40f88b(0x63b)](_0x332081,_0x604b3f,_0x1df087){const _0x280af0=_0x40f88b;if(_0x604b3f!=='tab-peer'){if(this[_0x280af0(0x3e6)][_0x280af0(0x17b)](_0x24242a)){let _0x2029e2=this[_0x280af0(0x3e6)][_0x280af0(0x5c1)](_0x24242a)['getFocusOwner']();if((_0x2029e2==null?void 0x0:_0x2029e2['hostUnitId'])===_0x332081[_0x280af0(0x3d0)]){_0x1df087(_0x2029e2[_0x280af0(0x18d)]===_0x332081[_0x280af0(0x18d)]);return;}}_0x1df087(!0x1);}}[_0x40f88b(0x36c)](_0x2b797b){const _0x49ae9e=_0x40f88b;let _0x433e7d=this['_sessions'][_0x49ae9e(0x5c1)](_0x2b797b);_0x433e7d&&(this[_0x49ae9e(0x67d)](_0x2b797b),[..._0x433e7d[_0x49ae9e(0x3c8)]][_0x49ae9e(0x326)]()[_0x49ae9e(0x496)](_0x27233d=>_0x27233d[_0x49ae9e(0x602)]()),this[_0x49ae9e(0x3e9)][_0x49ae9e(0x5ab)](_0x2b797b));}[_0x40f88b(0x535)](_0x1ea352){const _0x1e5f8f=_0x40f88b;var _0x277c2e;return(_0x277c2e=this['_sessions'][_0x1e5f8f(0x5c1)](_0x1ea352))==null?void 0x0:_0x277c2e['session'];}[_0x40f88b(0x507)](){const _0x817ca8=_0x40f88b;return[...this[_0x817ca8(0x3e9)][_0x817ca8(0x3be)]()][_0x817ca8(0x235)](({session:_0x31df6c})=>_0x31df6c);}[_0x40f88b(0x248)](_0x679b5b){const _0x1f5cb3=_0x40f88b;let _0x57d31c=this['_sessions'][_0x1f5cb3(0x5c1)](_0x679b5b);if(_0x57d31c){if(_0x57d31c['session'][_0x1f5cb3(0x649)]!==_0x1f5cb3(0x15f)){this[_0x1f5cb3(0x3e9)]['forEach'](_0x3aa3aa=>{const _0xabc3af=_0x1f5cb3;_0x3aa3aa['session']['layout']!==_0xabc3af(0x15f)&&_0x3aa3aa[_0xabc3af(0x1c7)][_0xabc3af(0x3d0)]===_0x57d31c['session'][_0xabc3af(0x3d0)]&&_0x3aa3aa[_0xabc3af(0x4e3)](_0x3aa3aa[_0xabc3af(0x1c7)][_0xabc3af(0x18d)]===_0x679b5b);});return;}this['_focusTabPeerSession'](_0x57d31c['session']),this['_sessions'][_0x1f5cb3(0x496)](_0xc68d8e=>{const _0x3fcf08=_0x1f5cb3;_0xc68d8e[_0x3fcf08(0x1c7)]['layout']==='tab-peer'&&_0xc68d8e[_0x3fcf08(0x1c7)][_0x3fcf08(0x3d0)]===_0x57d31c[_0x3fcf08(0x1c7)]['hostUnitId']&&_0xc68d8e['setActive'](_0xc68d8e[_0x3fcf08(0x1c7)]['embedId']===_0x679b5b);});}}[_0x40f88b(0x5e0)](_0x1970b9){const _0x283455=_0x40f88b;let _0x360940=[];return this[_0x283455(0x3e9)][_0x283455(0x496)](_0x91ce7=>{const _0x5cc3da=_0x283455;_0x91ce7[_0x5cc3da(0x1c7)][_0x5cc3da(0x649)]===_0x5cc3da(0x15f)&&(_0x1970b9&&_0x91ce7[_0x5cc3da(0x1c7)][_0x5cc3da(0x18d)]!==_0x1970b9||(this[_0x5cc3da(0x2ce)](_0x91ce7[_0x5cc3da(0x1c7)]),this[_0x5cc3da(0x67d)](_0x91ce7[_0x5cc3da(0x1c7)][_0x5cc3da(0x18d)]),_0x91ce7[_0x5cc3da(0x4e3)](!0x1),_0x360940[_0x5cc3da(0x486)](_0x91ce7[_0x5cc3da(0x1c7)])));}),_0x360940;}[_0x40f88b(0x45e)](_0x35b4a2){const _0x21a4c3=_0x40f88b;let _0x5b74c9=this[_0x21a4c3(0x3e9)]['get'](_0x35b4a2);if(!(!_0x5b74c9||_0x5b74c9[_0x21a4c3(0x1c7)][_0x21a4c3(0x649)]===_0x21a4c3(0x15f)))return this[_0x21a4c3(0x2ce)](_0x5b74c9['session']),_0x5b74c9['setActive'](!0x1),_0x5b74c9['session'];}[_0x40f88b(0x4e3)](_0x451623,_0xb55211){const _0x585cb0=_0x40f88b;var _0x3c6aff;(_0x3c6aff=this['_sessions'][_0x585cb0(0x5c1)](_0x451623))==null||_0x3c6aff[_0x585cb0(0x4e3)](_0xb55211);}[_0x40f88b(0x2ce)](_0xc7d537){const _0x632ec1=_0x40f88b;let _0x5e9a3f=_0xc7d537[_0x632ec1(0x35e)];if(!_0x5e9a3f)return;let _0x20f966=this[_0x632ec1(0x477)][_0x632ec1(0x5c1)](_0xc7d537[_0x632ec1(0x455)]);if(_0x20f966!=null&&_0x20f966[_0x632ec1(0x28b)])try{_0x20f966[_0x632ec1(0x28b)](_0x5e9a3f);}catch(_0x23b514){console[_0x632ec1(0x469)](_0x632ec1(0x595),_0x23b514);}}['_resolveLayout'](_0x4bf2f4){const _0x5d751a=_0x40f88b;var _0xe9c8d4,_0x3236e5;let _0x365683=((_0xe9c8d4=_0x4bf2f4['sourceMeta'])==null?void 0x0:_0xe9c8d4[_0x5d751a(0x4be)])||void 0x0;if(_0x365683!=null&&_0x365683[_0x5d751a(0x649)])return _0x365683[_0x5d751a(0x649)];let _0x40ada7=((_0x3236e5=_0x4bf2f4[_0x5d751a(0x5bc)])==null?void 0x0:_0x3236e5['tab'])||void 0x0;if(_0x40ada7!=null&&_0x40ada7[_0x5d751a(0x298)])return _0x5d751a(0x15f);throw Error(_0x5d751a(0x328));}[_0x40f88b(0x513)](_0x57bd06,_0x504408,_0x4ab435,_0x427c15){const _0xdb9efe=_0x40f88b;var _0x136bb2,_0x420973,_0x382f08,_0x2224c8,_0x7e834e,_0xb360cd,_0x74b02,_0x446a1f,_0x2a3102,_0x3cd8b8;let _0x5f3cb8=new _0x243579(!0x0),_0x5d124b=_0x57bd06[_0xdb9efe(0x4e9)],_0x31580d=(_0x136bb2=_0x57bd06[_0xdb9efe(0x5bc)])==null?void 0x0:_0x136bb2[_0xdb9efe(0x241)],_0x13f05d=_0x31580d&&_0x31580d[_0xdb9efe(0x298)]?_0xdb9efe(0x241):(_0x420973=_0x57bd06[_0xdb9efe(0x5bc)])!=null&&_0x420973[_0xdb9efe(0x4be)]?_0xdb9efe(0x2b4):'inline',_0x4400bb=(_0x382f08=(_0x2224c8=_0x427c15==null?void 0x0:_0x427c15[_0xdb9efe(0x45b)])==null?Ma(_0x4ab435,'data-embed-content-root'):_0x2224c8)==null?_0x4ab435:_0x382f08,_0x3d7322=(_0x7e834e=(_0xb360cd=_0x427c15==null?void 0x0:_0x427c15['canvas'])==null?Ma(_0x4ab435,_0xdb9efe(0x672)):_0xb360cd)==null?_0x4ab435:_0x7e834e,_0x4b5161=(_0x74b02=(_0x446a1f=_0x427c15==null?void 0x0:_0x427c15['overlay'])==null?Ma(_0x4ab435,_0xdb9efe(0x5aa)):_0x446a1f)==null?_0x4ab435:_0x74b02,_0x438ea5=(_0x2a3102=(_0x3cd8b8=_0x427c15==null?void 0x0:_0x427c15[_0xdb9efe(0x574)])==null?Ma(_0x4ab435,'data-embed-popup-root'):_0x3cd8b8)==null?_0x4b5161:_0x2a3102,_0x195640=this[_0xdb9efe(0x664)][_0xdb9efe(0x549)]({'childUnitId':_0x57bd06['childUnitId'],'embedId':_0x57bd06['embedId'],'hostAnchorId':_0x5d124b,'root':_0x4b5161}),_0x38764e=_0x47cc63=>{const _0x1a6a6a=_0xdb9efe;_0x5f3cb8['getValue']()!==_0x47cc63&&(Go(_0x4ab435,_0x47cc63,_0x13f05d),_0x5f3cb8[_0x1a6a6a(0x3e5)](_0x47cc63));};return Go(_0x4ab435,!0x0,_0x13f05d),{'renderScope':{'hostUnitId':_0x57bd06[_0xdb9efe(0x3d0)],'hostAnchorId':_0x5d124b,'embedId':_0x57bd06[_0xdb9efe(0x18d)],'childUnitId':_0x57bd06['childUnitId'],'childType':_0x57bd06[_0xdb9efe(0x455)],'layout':_0x504408,'mode':_0x13f05d,'rootElement':_0x4ab435,'contentRoot':_0x4400bb,'canvasRoot':_0x3d7322,'overlayRoot':_0x4b5161,'popupRoot':_0x438ea5,'menuOutlet':_0x427c15!=null&&_0x427c15[_0xdb9efe(0x408)]?{'container':_0x427c15[_0xdb9efe(0x408)]}:void 0x0,'active$':_0x5f3cb8[_0xdb9efe(0x5e7)]()},'disposable':_0x3706d8(()=>{const _0x5305d4=_0xdb9efe;_0x195640[_0x5305d4(0x602)](),_0x38764e(!0x1),_0x5f3cb8[_0x5305d4(0x184)]();}),'setActive':_0x38764e};}[_0x40f88b(0x348)](_0xd95b5b,_0x3d1be4,_0x259c8a,_0xfd5a9a){const _0x281a37=_0x40f88b;let _0x43cfec=this[_0x281a37(0x3e6)][_0x281a37(0x17b)](Ha),_0x11b50c=this[_0x281a37(0x3e6)][_0x281a37(0x17b)](Z);if(!_0x43cfec&&!_0x11b50c)return;let _0x2f9515=_0x43cfec?this[_0x281a37(0x3e6)][_0x281a37(0x5c1)](Ha):void 0x0,_0x2aa95c=_0x11b50c?this[_0x281a37(0x3e6)][_0x281a37(0x5c1)](Z):void 0x0,_0x166800=new Map(),_0x28a878=(_0x1ad8e8,_0x4f09e8)=>{const _0x1a55c6=_0x281a37;if(!_0x1ad8e8)return;let _0x331a5c=_0x166800[_0x1a55c6(0x5c1)](_0x1ad8e8);(!_0x331a5c||_0x331a5c==='runtime')&&_0x166800[_0x1a55c6(0x2e3)](_0x1ad8e8,_0x4f09e8);};_0x28a878(_0x3d1be4,_0x281a37(0x23c)),_0x28a878(_0x259c8a[_0x281a37(0x4ef)],_0x281a37(0x23c)),_0x28a878(_0x259c8a[_0x281a37(0x467)],_0x281a37(0x23c)),_0x28a878(_0x259c8a['canvasRoot'],_0x281a37(0x23c)),_0x28a878(_0x259c8a[_0x281a37(0x48b)],_0x281a37(0x23c)),_0x28a878(_0xfd5a9a[_0x281a37(0x621)],_0x281a37(0x23c)),_0x28a878(_0xfd5a9a['content'],'runtime'),_0x28a878(_0xfd5a9a['canvas'],_0x281a37(0x23c)),_0x28a878(_0xfd5a9a[_0x281a37(0x4aa)],_0x281a37(0x23c)),_0x28a878(_0x259c8a[_0x281a37(0x588)],'child-popup'),_0x28a878(_0xfd5a9a[_0x281a37(0x574)],_0x281a37(0x37c));let _0x15c199=[..._0x166800]['flatMap'](([_0x37dbb8,_0x56f66b])=>[_0x2f9515==null?void 0x0:_0x2f9515['registerRoot'](_0xd95b5b[_0x281a37(0x18d)],_0x37dbb8),_0x2aa95c==null?void 0x0:_0x2aa95c[_0x281a37(0x1ec)]({'embedId':_0xd95b5b[_0x281a37(0x18d)],'role':_0x56f66b,'element':_0x37dbb8})][_0x281a37(0x688)](_0x59fa59=>!!_0x59fa59));return _0x3706d8(()=>{const _0x2ae2f9=_0x281a37;[..._0x15c199]['reverse']()[_0x2ae2f9(0x496)](_0x40355c=>_0x40355c[_0x2ae2f9(0x602)]());});}[_0x40f88b(0x476)](_0x294b6d){const _0x37bfe3=_0x40f88b;return _0x294b6d?_0x37bfe3(0x602)in _0x294b6d?{'disposable':_0x294b6d}:{'hostElement':_0x294b6d[_0x37bfe3(0x21c)],'runtimeRoots':_0x294b6d[_0x37bfe3(0x2fd)],'disposable':_0x294b6d['disposable']?_0x3706d8(()=>{const _0x4d7e5e=_0x37bfe3;var _0x3a9d13;return(_0x3a9d13=_0x294b6d[_0x4d7e5e(0x4cb)])==null?void 0x0:_0x3a9d13[_0x4d7e5e(0x602)]();}):void 0x0}:{};}['_mountFloatingMenu'](_0x4cea9f){const _0x1c5d97=_0x40f88b;if(!this[_0x1c5d97(0x3e6)]['has'](Io))return;let _0x57246d=this[_0x1c5d97(0x3e6)][_0x1c5d97(0x5c1)](Io)[_0x1c5d97(0x5c1)](_0x4cea9f[_0x1c5d97(0x5d1)][_0x1c5d97(0x269)],_0x4cea9f[_0x1c5d97(0x5d1)]['entry'],_0x4cea9f[_0x1c5d97(0x455)]);if(!_0x57246d)return;let _0x24934a=this['_injector']['has'](za)?this[_0x1c5d97(0x3e6)][_0x1c5d97(0x5c1)](za)[_0x1c5d97(0x625)]():null,_0xb40bb0=_0x57246d[_0x1c5d97(0x60c)]({..._0x4cea9f,'active':_0x24934a});return _0xb40bb0?_0x3706d8(()=>_0xb40bb0[_0x1c5d97(0x602)]()):void 0x0;}['_registerChildFocusBridge'](_0x41eefd,_0x430824,_0x4ff743,_0x1fd4d1){const _0x441434=_0x40f88b;let _0x55be74=this[_0x441434(0x3e6)]['has'](Ha)?this[_0x441434(0x3e6)][_0x441434(0x5c1)](Ha):void 0x0,_0x5600da=this[_0x441434(0x3e6)][_0x441434(0x17b)](Z)?this[_0x441434(0x3e6)][_0x441434(0x5c1)](Z):void 0x0,_0x268f3e=_0x430824[_0x441434(0x1e6)],_0x4fd20b=[],_0x40fc98=()=>_0x4ff743==='float'?this['_injector'][_0x441434(0x17b)](za)?this[_0x441434(0x3e6)]['get'](za)[_0x441434(0x61a)](_0x41eefd['embedId'])===_0x441434(0x1a9):!0x1:!0x0,_0x215812=(_0x34e5d9,_0x47291c={})=>{const _0x54c0c9=_0x441434;let _0x29d746=_0x47291c[_0x54c0c9(0x58a)]!==!0x1,_0x3269=_0x47291c[_0x54c0c9(0x248)]!==!0x1,_0x3d0bea=(_0x34e5d9==null?void 0x0:_0x34e5d9[_0x54c0c9(0x3c3)])instanceof Element?_0x34e5d9[_0x54c0c9(0x3c3)]:null;if(!(_0x3d0bea!=null&&_0x3d0bea[_0x54c0c9(0x208)](_0x54c0c9(0x3ce)))&&!(!_0x41eefd[_0x54c0c9(0x252)]||_0x41eefd['childType']==null)&&_0x40fc98()){if(_0x4ff743===_0x54c0c9(0x2b4)&&_0x1fd4d1&&(_0x1fd4d1['setCurrentUnitForType'](_0x41eefd[_0x54c0c9(0x252)]),_0x29d746&&_0x1fd4d1[_0x54c0c9(0x58a)](_0x41eefd[_0x54c0c9(0x252)])),_0x4ff743==='tab'&&this[_0x54c0c9(0x3e6)][_0x54c0c9(0x17b)](_0x476b57)){var _0x44a6e6,_0x28984f;let _0x419d66=this[_0x54c0c9(0x3e6)][_0x54c0c9(0x5c1)](_0x476b57),_0x1d7cca=_0x419d66['getCurrentUnitOfType'],_0x39e96f=_0x419d66[_0x54c0c9(0x1a8)];(typeof _0x1d7cca!='function'||((_0x44a6e6=_0x1d7cca[_0x54c0c9(0x48f)](_0x419d66,_0x41eefd['childType']))==null?void 0x0:_0x44a6e6[_0x54c0c9(0x18a)]())!==_0x41eefd['childUnitId'])&&_0x419d66[_0x54c0c9(0x2a8)](_0x41eefd['childUnitId']),_0x29d746&&(typeof _0x39e96f!=_0x54c0c9(0x64a)||((_0x28984f=_0x39e96f[_0x54c0c9(0x48f)](_0x419d66))==null?void 0x0:_0x28984f[_0x54c0c9(0x18a)]())!==_0x41eefd[_0x54c0c9(0x252)])&&_0x419d66[_0x54c0c9(0x58a)](_0x41eefd['childUnitId']);}if(_0x4ff743==='tab'&&this['_injector'][_0x54c0c9(0x17b)](_0x262bf4)){let _0x2cb74f=this[_0x54c0c9(0x3e6)][_0x54c0c9(0x5c1)](_0x262bf4);_0x2cb74f[_0x54c0c9(0x4e1)](_0x45e813,!0x0),_0x2cb74f['setContextValue'](_0x5a3c14,_0x41eefd['childType']===_0x3202aa['UNIVER_DOC']),_0x2cb74f[_0x54c0c9(0x4e1)](_0x4acc24,_0x41eefd[_0x54c0c9(0x455)]===_0x3202aa[_0x54c0c9(0x4b0)]),_0x2cb74f[_0x54c0c9(0x4e1)](_0x27126a,_0x41eefd[_0x54c0c9(0x455)]===_0x3202aa['UNIVER_SLIDE']);}if(this[_0x54c0c9(0x3e6)]['has'](_0x24242a)){let _0x1c0627=this[_0x54c0c9(0x3e6)][_0x54c0c9(0x5c1)](_0x24242a),_0x2c3a85={'hostUnitId':_0x41eefd[_0x54c0c9(0x3d0)],'embedId':_0x41eefd[_0x54c0c9(0x18d)],'childUnitId':_0x41eefd[_0x54c0c9(0x252)],'childType':_0x41eefd['childType'],'reason':_0x54c0c9(0x1bf)},_0x300a06=_0x1c0627[_0x54c0c9(0x66d)]();((_0x300a06==null?void 0x0:_0x300a06[_0x54c0c9(0x3d0)])!==_0x2c3a85[_0x54c0c9(0x3d0)]||_0x300a06['embedId']!==_0x2c3a85['embedId']||_0x300a06[_0x54c0c9(0x252)]!==_0x2c3a85['childUnitId']||_0x300a06['childType']!==_0x2c3a85[_0x54c0c9(0x455)]||_0x300a06['reason']!==_0x2c3a85['reason'])&&_0x1c0627[_0x54c0c9(0x465)](_0x2c3a85);}_0x3269&&this[_0x54c0c9(0x248)](_0x41eefd[_0x54c0c9(0x18d)]);}},_0x3a854c=_0x7687c2=>{const _0x423ceb=_0x441434;let _0x4ce102=_0x7687c2[_0x423ceb(0x3c3)]instanceof Element?_0x7687c2[_0x423ceb(0x3c3)]:null;if(!_0x4ce102||_0x430824[_0x423ceb(0x60e)](_0x4ce102)||!(_0x55be74!=null&&_0x55be74[_0x423ceb(0x60e)](_0x41eefd['embedId'],_0x4ce102,_0x7687c2)||_0x5600da!=null&&_0x5600da['containsElement'](_0x41eefd[_0x423ceb(0x18d)],_0x4ce102,_0x7687c2)))return;_0x215812(_0x7687c2,{'focusUnit':!0x1,'activateSession':!0x1});let _0xf07989=_0x268f3e[_0x423ceb(0x68c)];_0xf07989&&_0x4fd20b[_0x423ceb(0x486)](_0xf07989['setTimeout'](()=>_0x215812(_0x7687c2,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x430824[_0x441434(0x2dd)](_0x441434(0x426),_0x215812,{'capture':!0x0}),_0x430824[_0x441434(0x2dd)](_0x441434(0x38c),_0x215812),_0x268f3e[_0x441434(0x2dd)](_0x441434(0x426),_0x3a854c,{'capture':!0x0}),_0x268f3e['addEventListener']('focusin',_0x3a854c,{'capture':!0x0}),_0x3706d8(()=>{const _0x1a82a2=_0x441434;_0x430824[_0x1a82a2(0x536)]('pointerdown',_0x215812,{'capture':!0x0}),_0x430824['removeEventListener'](_0x1a82a2(0x38c),_0x215812),_0x268f3e['removeEventListener'](_0x1a82a2(0x426),_0x3a854c,{'capture':!0x0}),_0x268f3e[_0x1a82a2(0x536)](_0x1a82a2(0x38c),_0x3a854c,{'capture':!0x0}),_0x4fd20b[_0x1a82a2(0x496)](_0x44c11d=>{const _0x514511=_0x1a82a2;var _0x24cee6;return(_0x24cee6=_0x268f3e[_0x514511(0x68c)])==null?void 0x0:_0x24cee6['clearTimeout'](_0x44c11d);});});}[_0x40f88b(0x419)](_0x21a230){const _0xa45086=_0x40f88b;if(this[_0xa45086(0x200)](_0x21a230),this[_0xa45086(0x3e6)][_0xa45086(0x17b)](_0x476b57)){let _0x3cb947=this['_injector'][_0xa45086(0x5c1)](_0x476b57);_0x3cb947[_0xa45086(0x2a8)](_0x21a230['childUnitId']),_0x3cb947['focusUnit'](_0x21a230[_0xa45086(0x252)]);}if(this['_injector'][_0xa45086(0x17b)](_0x262bf4)){let _0x18d394=this['_injector'][_0xa45086(0x5c1)](_0x262bf4);_0x18d394[_0xa45086(0x4e1)](_0x45e813,!0x0),_0x18d394['setContextValue'](_0x5a3c14,_0x21a230['childType']===_0x3202aa[_0xa45086(0x437)]),_0x18d394[_0xa45086(0x4e1)](_0x4acc24,_0x21a230[_0xa45086(0x455)]===_0x3202aa[_0xa45086(0x4b0)]),_0x18d394['setContextValue'](_0x27126a,_0x21a230[_0xa45086(0x455)]===_0x3202aa[_0xa45086(0x2b6)]);}this[_0xa45086(0x3e6)][_0xa45086(0x17b)](_0x24242a)&&this[_0xa45086(0x3e6)]['get'](_0x24242a)[_0xa45086(0x465)]({'hostUnitId':_0x21a230[_0xa45086(0x3d0)],'embedId':_0x21a230[_0xa45086(0x18d)],'childUnitId':_0x21a230[_0xa45086(0x252)],'childType':_0x21a230[_0xa45086(0x455)],'reason':_0xa45086(0x345)});}['_activateTabPeerFocusLease'](_0x3cc55f){const _0x4019d3=_0x40f88b;this['_releaseTabPeerFocusLeasesForHost'](_0x3cc55f[_0x4019d3(0x3d0)],_0x3cc55f[_0x4019d3(0x18d)]),this['_releaseTabPeerFocusLease'](_0x3cc55f[_0x4019d3(0x18d)]);let _0x2f0366=[];if(this[_0x4019d3(0x3e6)][_0x4019d3(0x17b)](Z)&&_0x2f0366['push'](this['_injector'][_0x4019d3(0x5c1)](Z)[_0x4019d3(0x3da)]({'embedId':_0x3cc55f[_0x4019d3(0x18d)],'role':_0x4019d3(0x4a6),'owner':_0x4019d3(0x320),'sessionMode':'child-tab','hostUnitId':_0x3cc55f[_0x4019d3(0x3d0)],'childUnitId':_0x3cc55f[_0x4019d3(0x252)],'childType':_0x3cc55f[_0x4019d3(0x455)]})),this[_0x4019d3(0x3e6)][_0x4019d3(0x17b)](Ha)){var _0x418d83,_0x5ede40,_0x372f75;_0x2f0366[_0x4019d3(0x486)](this[_0x4019d3(0x3e6)][_0x4019d3(0x5c1)](Ha)['activatePortalScope'](_0x3cc55f[_0x4019d3(0x18d)],(_0x418d83=(_0x5ede40=_0x3cc55f[_0x4019d3(0x21c)])==null?void 0x0:_0x5ede40[_0x4019d3(0x1e6)])==null?(_0x372f75=_0x3cc55f['context'])==null?void 0x0:_0x372f75[_0x4019d3(0x2a6)][_0x4019d3(0x4ef)][_0x4019d3(0x1e6)]:_0x418d83));}_0x2f0366[_0x4019d3(0x39b)]&&this[_0x4019d3(0x587)][_0x4019d3(0x2e3)](_0x3cc55f[_0x4019d3(0x18d)],{'hostUnitId':_0x3cc55f[_0x4019d3(0x3d0)],'disposable':_0x3706d8(()=>{const _0x6ac6a9=_0x4019d3;[..._0x2f0366][_0x6ac6a9(0x326)]()['forEach'](_0xec3cf0=>_0xec3cf0[_0x6ac6a9(0x602)]());})});}['_releaseTabPeerFocusLeasesForHost'](_0x9e0dcc,_0x460df0){const _0x9d0e8=_0x40f88b;[...this[_0x9d0e8(0x587)][_0x9d0e8(0x355)]()][_0x9d0e8(0x496)](([_0x123668,_0x3500d6])=>{const _0x8c7a7b=_0x9d0e8;_0x123668!==_0x460df0&&_0x3500d6[_0x8c7a7b(0x3d0)]===_0x9e0dcc&&(_0x3500d6[_0x8c7a7b(0x4cb)][_0x8c7a7b(0x602)](),this[_0x8c7a7b(0x587)][_0x8c7a7b(0x5ab)](_0x123668));});}[_0x40f88b(0x67d)](_0x540679){const _0x2417a2=_0x40f88b;let _0x5e3a80=this[_0x2417a2(0x587)][_0x2417a2(0x5c1)](_0x540679);_0x5e3a80&&(_0x5e3a80[_0x2417a2(0x4cb)]['dispose'](),this['_tabFocusLeases'][_0x2417a2(0x5ab)](_0x540679));}['_createMountFocusRestorer'](_0x5be405){const _0x28cfe6=_0x40f88b;var _0x460546,_0x1b15bc;if((_0x460546=_0x5be405[_0x28cfe6(0x5bc)])!=null&&_0x460546[_0x28cfe6(0x241)]&&_0x5be405[_0x28cfe6(0x5bc)][_0x28cfe6(0x241)][_0x28cfe6(0x298)]||!this[_0x28cfe6(0x3e6)][_0x28cfe6(0x17b)](_0x476b57)||!_0x5be405['childUnitId'])return _0x3706d8(()=>{});let _0x44c40a=this[_0x28cfe6(0x3e6)]['get'](_0x476b57),_0x49d94e=_0x44c40a['getFocusedUnit'],_0x5e8c87=_0x44c40a[_0x28cfe6(0x58a)];if(typeof _0x49d94e!=_0x28cfe6(0x64a)||typeof _0x5e8c87!='function')return _0x3706d8(()=>{});let _0x2de669=(_0x1b15bc=_0x49d94e['call'](_0x44c40a))==null?void 0x0:_0x1b15bc[_0x28cfe6(0x18a)]();if(!_0x2de669||_0x2de669===_0x5be405[_0x28cfe6(0x252)])return _0x3706d8(()=>{});let _0x1f8274=()=>{const _0x5b4536=_0x28cfe6;var _0xdd1307;((_0xdd1307=_0x49d94e[_0x5b4536(0x48f)](_0x44c40a))==null?void 0x0:_0xdd1307[_0x5b4536(0x18a)]())===_0x5be405[_0x5b4536(0x252)]&&_0x5e8c87[_0x5b4536(0x48f)](_0x44c40a,_0x2de669);},_0x1185b8=[],_0xbfcddc=[];return _0x1f8274(),typeof window<'u'&&(_0xbfcddc[_0x28cfe6(0x486)](window[_0x28cfe6(0x503)](_0x1f8274)),_0x1185b8[_0x28cfe6(0x486)](window[_0x28cfe6(0x32b)](_0x1f8274,0x0)),_0x1185b8[_0x28cfe6(0x486)](window[_0x28cfe6(0x32b)](_0x1f8274,0x78))),_0x3706d8(()=>{const _0x32fec0=_0x28cfe6;typeof window>'u'||(_0xbfcddc['forEach'](_0x5811a6=>window[_0x32fec0(0x3a5)](_0x5811a6)),_0x1185b8[_0x32fec0(0x496)](_0x436e82=>window[_0x32fec0(0x4ed)](_0x436e82)));});}['_assertChildUnitAvailable'](_0x19fd78){const _0x491c83=_0x40f88b;let _0x2e0524=[...this[_0x491c83(0x3e9)][_0x491c83(0x3be)]()]['find'](({session:_0x2054ab})=>_0x2054ab[_0x491c83(0x18d)]!==_0x19fd78[_0x491c83(0x18d)]&&_0x2054ab[_0x491c83(0x252)]===_0x19fd78[_0x491c83(0x252)]);if(_0x2e0524)throw new Uo(_0x19fd78[_0x491c83(0x252)],_0x2e0524['session'][_0x491c83(0x18d)]);if(this['_univerInstanceService'][_0x491c83(0x39e)](_0x19fd78[_0x491c83(0x252)],_0x19fd78[_0x491c83(0x455)]))return;let _0x51e604=this['_univerInstanceService'][_0x491c83(0x4ee)](_0x19fd78[_0x491c83(0x252)]);throw _0x51e604!==_0x3202aa[_0x491c83(0x19d)]&&_0x51e604!==_0x19fd78[_0x491c83(0x455)]?Error(_0x491c83(0x2d8)):Error(_0x491c83(0x3b1));}};Wo=Vo([$(0x0,_0x1602db(Lo)),$(0x1,_0x1602db(Fo)),$(0x2,_0x1602db(Ro)),$(0x3,_0x1602db(zo)),$(0x4,_0x476b57),$(0x5,_0x1602db(Ua)),$(0x6,_0x1602db(_0x2a52c6))],Wo);function Go(_0x43739f,_0x2909db,_0x31cb9d){const _0x169c1a=_0x40f88b;if(_0x43739f[_0x169c1a(0x3e8)]['embedRenderScopeActive']=_0x2909db?_0x169c1a(0x325):_0x169c1a(0x4e2),_0x31cb9d!=='tab'){_0x43739f['removeAttribute']('inert'),_0x43739f['removeAttribute'](_0x169c1a(0x60f)),_0x43739f[_0x169c1a(0x46a)]['removeProperty'](_0x169c1a(0x302)),_0x43739f[_0x169c1a(0x46a)]['removeProperty'](_0x169c1a(0x263));return;}if(_0x43739f[_0x169c1a(0x1a2)]('inert',!_0x2909db),_0x2909db){_0x43739f[_0x169c1a(0x4f8)]('aria-hidden'),_0x43739f[_0x169c1a(0x46a)][_0x169c1a(0x1e1)](_0x169c1a(0x302)),_0x43739f[_0x169c1a(0x46a)][_0x169c1a(0x1e1)]('pointer-events');return;}_0x43739f[_0x169c1a(0x47a)]('aria-hidden',_0x169c1a(0x325)),_0x43739f[_0x169c1a(0x46a)][_0x169c1a(0x302)]=_0x169c1a(0x5fc),_0x43739f[_0x169c1a(0x46a)][_0x169c1a(0x1a0)]=_0x169c1a(0x5fc);}function Ko(_0x134590){const _0x5334c4=_0x40f88b;let _0x232bc4=document[_0x5334c4(0x3a9)]('div');return _0x232bc4[_0x5334c4(0x3e8)]['embedRuntimeBlocked']=_0x134590==null?_0x5334c4(0x623):_0x134590,_0x232bc4[_0x5334c4(0x46a)]['cssText']=[_0x5334c4(0x4d3),_0x5334c4(0x42c),'height:100%','min-height:96px',_0x5334c4(0x69e),_0x5334c4(0x38b),_0x5334c4(0x643),'padding:16px',_0x5334c4(0x219),_0x5334c4(0x3b2),_0x5334c4(0x27c),_0x5334c4(0x1e5),_0x5334c4(0x289),_0x5334c4(0x698)][_0x5334c4(0x316)](';'),_0x232bc4['textContent']=_0x134590===_0x5334c4(0x506)?_0x5334c4(0x58c):_0x5334c4(0x17d),_0x232bc4;}let qo=class extends _0x56a510{constructor(_0x665c2a,_0x49f57e,_0x1f6392,_0x1ab6c1,_0x291769,_0x49b9b6,_0x50b188,_0x3cb38f,_0x56504e){const _0x137c54=_0x40f88b;var _0x19a7dc;super(),this[_0x137c54(0x249)]=_0x665c2a,this[_0x137c54(0x58e)]=_0x49f57e,this['_hostAdapterRegistry']=_0x1f6392,this[_0x137c54(0x259)]=_0x1ab6c1,this['_mountService']=_0x291769,this['_blockRegistry']=_0x49b9b6,this[_0x137c54(0x53b)]=_0x50b188,this[_0x137c54(0x243)]=_0x3cb38f,this['_layoutService']=_0x56504e,Y(this,_0x137c54(0x58f),new Map());let _0x9bbdf5=(_0x19a7dc=this[_0x137c54(0x249)][_0x137c54(0x339)])==null?void 0x0:_0x19a7dc[_0x137c54(0x35d)](_0x29938f=>{const _0x51d512=_0x137c54;this[_0x51d512(0x600)](_0x29938f==null?null:_0x29938f);});_0x9bbdf5&&this[_0x137c54(0x5ce)](_0x9bbdf5);}[_0x40f88b(0x1ad)](_0x4eec86){const _0x506e97=_0x40f88b;var _0x51bd3b;this['_assertResolvedChild'](_0x4eec86),this[_0x506e97(0x392)](_0x4eec86),this['_hostAdapterRegistry']['activateAnchor']({'embedId':_0x4eec86['embedId'],'hostUnitId':_0x4eec86[_0x506e97(0x3d0)],'hostType':_0x4eec86[_0x506e97(0x269)],'entry':_0x4eec86[_0x506e97(0x24c)],'hostAnchorId':_0x4eec86[_0x506e97(0x4e9)],'descriptor':_0x4eec86}),this[_0x506e97(0x5dd)][_0x506e97(0x248)](_0x4eec86[_0x506e97(0x18d)]);let _0xd0e51e=this[_0x506e97(0x5a5)][_0x506e97(0x5c1)](_0x4eec86[_0x506e97(0x455)]);return this[_0x506e97(0x259)][_0x506e97(0x30f)](_0x4eec86,_0x506e97(0x23e),{'layoutPolicy':_0xd0e51e==null||(_0x51bd3b=_0xd0e51e[_0x506e97(0x5c7)])==null?void 0x0:_0x51bd3b['tab'],'allowPlaceholder':(_0xd0e51e==null?void 0x0:_0xd0e51e['hostChromeMode'])===_0x506e97(0x3ee)||(_0xd0e51e==null?void 0x0:_0xd0e51e[_0x506e97(0x54e)])===_0x506e97(0x403)});}[_0x40f88b(0x1b9)](_0x10a488,_0x519ef1,_0x4904b2={}){const _0x4a1057=_0x40f88b;this['_assertResolvedChild'](_0x10a488);let _0x3c8d34=this[_0x4a1057(0x53b)][_0x4a1057(0x625)](),_0x4fae4a=_0x519ef1===_0x4a1057(0x1a9)&&(_0x3c8d34==null?void 0x0:_0x3c8d34['embedId'])===_0x10a488[_0x4a1057(0x18d)]&&_0x3c8d34[_0x4a1057(0x252)]===_0x10a488['childUnitId']&&_0x3c8d34[_0x4a1057(0x52a)]==='stage2';(_0x3c8d34==null?void 0x0:_0x3c8d34[_0x4a1057(0x52a)])===_0x4a1057(0x1a9)&&!_0x4fae4a&&this[_0x4a1057(0x20f)](_0x3c8d34['embedId']),_0x519ef1==='stage2'&&!_0x4fae4a&&this[_0x4a1057(0x392)](_0x10a488),this['_focusOwnerService'][_0x4a1057(0x465)]({'hostUnitId':_0x10a488[_0x4a1057(0x3d0)],'embedId':_0x10a488[_0x4a1057(0x18d)],'childUnitId':_0x10a488[_0x4a1057(0x252)],'childType':_0x10a488['childType'],'reason':_0x4a1057(0x1bf)}),this['_mountService'][_0x4a1057(0x248)](_0x10a488['embedId']);let _0xebf6d3={'hostUnitId':_0x10a488[_0x4a1057(0x3d0)],'embedId':_0x10a488[_0x4a1057(0x18d)],'childUnitId':_0x10a488[_0x4a1057(0x252)]};_0x519ef1?this[_0x4a1057(0x53b)][_0x4a1057(0x30f)](_0xebf6d3,_0x519ef1):this[_0x4a1057(0x53b)][_0x4a1057(0x30f)](_0xebf6d3),this[_0x4a1057(0x259)][_0x4a1057(0x410)](),_0x519ef1===_0x4a1057(0x1a9)?(this[_0x4a1057(0x49d)](_0x10a488[_0x4a1057(0x252)],_0x10a488[_0x4a1057(0x455)],!0x1),this[_0x4a1057(0x527)](_0x10a488)):(this['_univerInstanceService']['setCurrentUnitForType'](_0x10a488['hostUnitId']),this[_0x4a1057(0x249)][_0x4a1057(0x58a)](_0x10a488[_0x4a1057(0x3d0)]));}[_0x40f88b(0x255)](_0x3cdd3e,_0x19249e={}){const _0x67fc49=_0x40f88b;this[_0x67fc49(0x1b9)](_0x3cdd3e,_0x67fc49(0x1a9),_0x19249e);}['activateFullscreen'](_0x5b374f){const _0xa821af=_0x40f88b;this[_0xa821af(0x36e)](_0x5b374f),this['_focusOwnerService']['setFocusOwner']({'hostUnitId':_0x5b374f[_0xa821af(0x3d0)],'embedId':_0x5b374f['embedId'],'childUnitId':_0x5b374f[_0xa821af(0x252)],'childType':_0x5b374f[_0xa821af(0x455)],'reason':'pointer'}),this['_focusUnit'](_0x5b374f[_0xa821af(0x252)],_0x5b374f['childType']);}[_0x40f88b(0x351)](_0x21a68a){const _0x1d462b=_0x40f88b;let _0x3a63f7=this['_focusOwnerService']['getFocusOwner']();_0x3a63f7!=null&&_0x3a63f7['embedId']&&_0x3a63f7[_0x1d462b(0x18d)]!==_0x21a68a[_0x1d462b(0x18d)]||(this[_0x1d462b(0x58e)][_0x1d462b(0x573)](_0x21a68a[_0x1d462b(0x18d)]),this['_univerInstanceService']['setCurrentUnitForType'](_0x21a68a['hostUnitId']),this[_0x1d462b(0x249)]['focusUnit'](_0x21a68a['hostUnitId']));}[_0x40f88b(0x315)](_0xbc3b72,_0x1cb3d9){const _0x5d4a03=_0x40f88b;var _0x46a2b5;let _0x4475ca=this[_0x5d4a03(0x58e)][_0x5d4a03(0x66d)]();if(_0xbc3b72&&_0x4475ca!=null&&_0x4475ca[_0x5d4a03(0x18d)]&&_0x4475ca[_0x5d4a03(0x18d)]!==_0xbc3b72)return;let _0x4f4e0b=this['_floatingActiveService']['getActive']();if(_0xbc3b72&&!_0x4475ca&&(_0x4f4e0b==null?void 0x0:_0x4f4e0b['embedId'])!==_0xbc3b72&&!_0x1cb3d9)return;let _0xeb0db5=(_0x46a2b5=_0x1cb3d9==null?_0x4475ca==null?void 0x0:_0x4475ca[_0x5d4a03(0x3d0)]:_0x1cb3d9)==null?_0x4f4e0b==null?void 0x0:_0x4f4e0b[_0x5d4a03(0x3d0)]:_0x46a2b5;this[_0x5d4a03(0x53b)][_0x5d4a03(0x410)](_0xbc3b72),this[_0x5d4a03(0x58e)][_0x5d4a03(0x573)](_0xbc3b72),this[_0x5d4a03(0x259)][_0x5d4a03(0x410)](_0xbc3b72),_0xbc3b72&&this['_restorePreviousChildCurrentUnit'](_0xbc3b72),_0xbc3b72&&this[_0x5d4a03(0x5dd)][_0x5d4a03(0x45e)](_0xbc3b72),_0xeb0db5&&(this[_0x5d4a03(0x249)]['setCurrentUnitForType'](_0xeb0db5),this[_0x5d4a03(0x249)][_0x5d4a03(0x58a)](_0xeb0db5));}[_0x40f88b(0x5ba)](_0x2b0001){const _0x5105eb=_0x40f88b;this[_0x5105eb(0x259)][_0x5105eb(0x410)](_0x2b0001),this[_0x5105eb(0x58e)][_0x5105eb(0x573)](_0x2b0001);let _0x2b8d18=this['_mountService'][_0x5105eb(0x5e0)](_0x2b0001);_0x2b8d18[_0x5105eb(0x496)](_0x2f3de8=>this[_0x5105eb(0x20f)](_0x2f3de8[_0x5105eb(0x18d)],_0x2f3de8['childType'],_0x2f3de8[_0x5105eb(0x252)])),new Set(_0x2b8d18['map'](_0x3d58d2=>_0x3d58d2[_0x5105eb(0x3d0)]))[_0x5105eb(0x496)](_0x228a83=>{const _0x203056=_0x5105eb;this[_0x203056(0x249)][_0x203056(0x2a8)](_0x228a83),this[_0x203056(0x249)][_0x203056(0x58a)](_0x228a83);});}[_0x40f88b(0x392)](_0x313419){const _0x397670=_0x40f88b;if(this[_0x397670(0x58f)][_0x397670(0x17b)](_0x313419[_0x397670(0x18d)]))return;let _0x25dcd0=_0x313419[_0x397670(0x455)],_0x3c8531=this['_getCurrentUnitId'](_0x25dcd0);this['_previousChildCurrentUnits'][_0x397670(0x2e3)](_0x313419[_0x397670(0x18d)],{'childType':_0x25dcd0,'childUnitId':_0x313419['childUnitId'],'unitId':_0x3c8531&&_0x3c8531!==_0x313419['childUnitId']?_0x3c8531:void 0x0});}[_0x40f88b(0x20f)](_0x704abb,_0x599b77,_0x5d03f4){const _0x47e31f=_0x40f88b;let _0xa266b8=this[_0x47e31f(0x58f)][_0x47e31f(0x5c1)](_0x704abb);this[_0x47e31f(0x58f)][_0x47e31f(0x5ab)](_0x704abb);let _0x3aae0a=_0x599b77==null?_0xa266b8==null?void 0x0:_0xa266b8[_0x47e31f(0x455)]:_0x599b77,_0x5bd828=_0x5d03f4==null?_0xa266b8==null?void 0x0:_0xa266b8[_0x47e31f(0x252)]:_0x5d03f4;if(_0x3aae0a==null||!_0x5bd828)return;let _0x4808fd=(_0xa266b8==null?void 0x0:_0xa266b8[_0x47e31f(0x455)])===_0x3aae0a&&_0xa266b8['unitId']&&this[_0x47e31f(0x2e4)](_0xa266b8['unitId'],_0x3aae0a)?_0xa266b8[_0x47e31f(0x18e)]:this['_findFallbackUnitId'](_0x3aae0a,_0x5bd828);_0x4808fd&&this[_0x47e31f(0x249)][_0x47e31f(0x2a8)](_0x4808fd);}[_0x40f88b(0x306)](_0x14a06b){const _0x4d7442=_0x40f88b;var _0xdc84d8;let _0x23892c=this['_univerInstanceService']['getCurrentUnitOfType'];return _0x23892c==null||(_0xdc84d8=_0x23892c['call'](this[_0x4d7442(0x249)],_0x14a06b))==null?void 0x0:_0xdc84d8['getUnitId']();}['_hasUnit'](_0x84bb94,_0x2ffce6){const _0x496ba8=_0x40f88b;let _0x4e5a0e=this[_0x496ba8(0x249)][_0x496ba8(0x39e)];return!!(_0x4e5a0e!=null&&_0x4e5a0e['call'](this[_0x496ba8(0x249)],_0x84bb94,_0x2ffce6));}[_0x40f88b(0x51f)](_0x3d7c77,_0x25ecd7){const _0x22ee57=_0x40f88b;var _0x468d82;let _0x2eb4b8=this['_univerInstanceService'][_0x22ee57(0x32d)];return _0x2eb4b8==null||(_0x468d82=_0x2eb4b8['call'](this[_0x22ee57(0x249)],_0x3d7c77))==null||(_0x468d82=_0x468d82['find'](_0x1723d7=>_0x1723d7[_0x22ee57(0x18a)]()!==_0x25ecd7))==null?void 0x0:_0x468d82[_0x22ee57(0x18a)]();}[_0x40f88b(0x49d)](_0x5013bc,_0x30b10a,_0x17ca46=!0x0){const _0x5029df=_0x40f88b;var _0x5d4e37;let _0x9045bb=this['_univerInstanceService'][_0x5029df(0x1a8)];(typeof _0x9045bb!='function'||((_0x5d4e37=_0x9045bb[_0x5029df(0x48f)](this[_0x5029df(0x249)]))==null?void 0x0:_0x5d4e37['getUnitId']())!==_0x5013bc)&&this[_0x5029df(0x249)][_0x5029df(0x58a)](_0x5013bc),this['_setCurrentUnitForType'](_0x5013bc,_0x30b10a),this[_0x5029df(0x243)][_0x5029df(0x4e1)](_0x45e813,!0x0),this[_0x5029df(0x243)][_0x5029df(0x4e1)](_0x5a3c14,_0x30b10a===_0x3202aa[_0x5029df(0x437)]),this[_0x5029df(0x243)][_0x5029df(0x4e1)](_0x4acc24,_0x30b10a===_0x3202aa[_0x5029df(0x4b0)]),this[_0x5029df(0x243)][_0x5029df(0x4e1)](_0x27126a,_0x30b10a===_0x3202aa[_0x5029df(0x2b6)]),_0x17ca46&&this[_0x5029df(0x420)]();}[_0x40f88b(0x600)](_0x11fd1c){const _0x4eef09=_0x40f88b;let _0x595e64=this[_0x4eef09(0x53b)][_0x4eef09(0x625)]();if((_0x595e64==null?void 0x0:_0x595e64['stage'])!==_0x4eef09(0x1a9)||_0x11fd1c!==_0x595e64[_0x4eef09(0x3d0)])return;let _0x1a7804=this['_focusOwnerService'][_0x4eef09(0x66d)]();(_0x1a7804==null?void 0x0:_0x1a7804[_0x4eef09(0x18d)])===_0x595e64[_0x4eef09(0x18d)]&&_0x1a7804[_0x4eef09(0x252)]===_0x595e64['childUnitId']&&_0x1a7804[_0x4eef09(0x455)]!=null&&this['_focusUnit'](_0x1a7804[_0x4eef09(0x252)],_0x1a7804[_0x4eef09(0x455)],!0x1);}[_0x40f88b(0x527)](_0x1ced71){const _0x5c7e30=_0x40f88b;let _0x416cdc=()=>{const _0xa612f=_0x2546;let _0x1aeea6=this[_0xa612f(0x53b)]['getActive']();(_0x1aeea6==null?void 0x0:_0x1aeea6[_0xa612f(0x18d)])===_0x1ced71[_0xa612f(0x18d)]&&_0x1aeea6[_0xa612f(0x252)]===_0x1ced71['childUnitId']&&_0x1aeea6['stage']===_0xa612f(0x1a9)&&this[_0xa612f(0x49d)](_0x1ced71[_0xa612f(0x252)],_0x1ced71[_0xa612f(0x455)],!0x1);};typeof queueMicrotask==_0x5c7e30(0x64a)&&queueMicrotask(_0x416cdc),requestAnimationFrame(_0x416cdc);}[_0x40f88b(0x22b)](_0x65ae06,_0x227b4d){const _0x53fefa=_0x40f88b;var _0x53ae71;let _0x322f12=this['_univerInstanceService']['getCurrentUnitOfType'];(typeof _0x322f12!=_0x53fefa(0x64a)||((_0x53ae71=_0x322f12[_0x53fefa(0x48f)](this[_0x53fefa(0x249)],_0x227b4d))==null?void 0x0:_0x53ae71[_0x53fefa(0x18a)]())!==_0x65ae06)&&this[_0x53fefa(0x249)][_0x53fefa(0x2a8)](_0x65ae06);}[_0x40f88b(0x420)](){const _0xd856a3=_0x40f88b;let _0x549ae8=()=>this[_0xd856a3(0x236)][_0xd856a3(0x271)]();_0x549ae8(),typeof queueMicrotask==_0xd856a3(0x64a)&&queueMicrotask(_0x549ae8),requestAnimationFrame(_0x549ae8);}[_0x40f88b(0x36e)](_0x31cb6d){const _0x519244=_0x40f88b;if(!_0x31cb6d['childUnitId']||_0x31cb6d[_0x519244(0x455)]==null)throw Error(_0x519244(0x505));}};qo=Vo([$(0x0,_0x476b57),$(0x1,_0x1602db(_0x24242a)),$(0x2,_0x1602db(_0xb5a6f1)),$(0x3,_0x1602db(Ba)),$(0x4,_0x1602db(Wo)),$(0x5,_0x1602db(Ra)),$(0x6,_0x1602db(za)),$(0x7,_0x262bf4),$(0x8,_0x12f507)],qo);var Jo=class{constructor(){const _0x3c6e0c=_0x40f88b;Y(this,_0x3c6e0c(0x304),new _0x243579(null)),Y(this,_0x3c6e0c(0x51c),new _0x2a5057()),Y(this,'session$',this[_0x3c6e0c(0x304)]['asObservable']()),Y(this,_0x3c6e0c(0x5f9),this[_0x3c6e0c(0x51c)][_0x3c6e0c(0x5e7)]());}[_0x40f88b(0x535)](){const _0x2ed729=_0x40f88b;return this[_0x2ed729(0x304)][_0x2ed729(0x603)]();}[_0x40f88b(0x373)](_0x24c62c){const _0x2e8d66=_0x40f88b;var _0x2ad8fb,_0x248a0d;if(!_0x24c62c['childUnitId']||_0x24c62c['childType']==null)throw Error(_0x2e8d66(0x205));let _0x67fd00=((_0x2ad8fb=_0x24c62c[_0x2e8d66(0x5bc)])==null?void 0x0:_0x2ad8fb[_0x2e8d66(0x4be)])||void 0x0,_0x49bd05=((_0x248a0d=_0x24c62c[_0x2e8d66(0x5bc)])==null?void 0x0:_0x248a0d[_0x2e8d66(0x241)])||void 0x0;if(_0x49bd05&&_0x49bd05['enabled']&&!_0x67fd00)throw Error('EMBED_FULLSCREEN_TAB_NOT_SUPPORTED');let _0x3f70e0=_0x67fd00?_0x67fd00['layout']:void 0x0;if(!_0x3f70e0)throw Error(_0x2e8d66(0x2f6));let _0x1c41a8={'hostUnitId':_0x24c62c[_0x2e8d66(0x3d0)],'embedId':_0x24c62c[_0x2e8d66(0x18d)],'childUnitId':_0x24c62c['childUnitId'],'childType':_0x24c62c[_0x2e8d66(0x455)],'entry':_0x24c62c['entry'],'layout':_0x3f70e0};return this[_0x2e8d66(0x304)][_0x2e8d66(0x3e5)](_0x1c41a8),_0x1c41a8;}['exit'](_0x97f016){const _0x1c8fd9=_0x40f88b;let _0x1d2bea=this[_0x1c8fd9(0x535)]();_0x1d2bea&&(!_0x97f016||_0x1d2bea[_0x1c8fd9(0x18d)]===_0x97f016)&&this[_0x1c8fd9(0x304)][_0x1c8fd9(0x3e5)](null);}[_0x40f88b(0x4b2)](_0x4ec28c){const _0x44d75c=_0x40f88b;this[_0x44d75c(0x51c)][_0x44d75c(0x3e5)](_0x4ec28c);}};function Yo(_0x7aba0b){let {injector:_0x79d12c,children:_0x4c38be,mountContainer:_0x1937a0,embedId:_0x17f310}=_0x7aba0b;return _0x5866b8(_0x4e470e(()=>_0xd27664(Xo,_0x79d12c),[_0x79d12c]),{'mountContainer':_0x1937a0,'embedId':_0x17f310,'children':_0x4c38be});}function Xo(_0x149beb){const _0x1a2e1d=_0x40f88b;let {children:_0x3fec6a,mountContainer:_0x54dcfd,embedId:_0x23ad67}=_0x149beb,_0x348157=_0x2ee53d(),_0x5c2326=_0x3d8863(_0x515367),_0x1e4b0f=_0x4e470e(()=>_0x348157[_0x1a2e1d(0x17b)](_0x621c62)?_0x348157[_0x1a2e1d(0x5c1)](_0x621c62):void 0x0,[_0x348157]),_0x35aaba=_0x3171dc(()=>_0x5c2326[_0x1a2e1d(0x5cd)][_0x1a2e1d(0x3cf)](_0x2ac3e5(()=>_0x5c2326[_0x1a2e1d(0x50d)]())),_0x5c2326[_0x1a2e1d(0x50d)](),!0x1,[_0x5c2326]),_0x386883=_0x3171dc(()=>_0x5c2326['direction$'],_0x5c2326[_0x1a2e1d(0x2a5)](),!0x1,[_0x5c2326]),_0x3932c6=es(_0x1e4b0f),_0x204d34=_0x261426(null),_0x1b630e=_0x4e470e(()=>_0x54dcfd!==void 0x0||typeof document>'u'?null:document[_0x1a2e1d(0x3a9)](_0x1a2e1d(0x401)),[_0x54dcfd]),_0xc74c85=_0x54dcfd===void 0x0?_0x1b630e:_0x54dcfd;return _0x1bdf43(()=>{const _0x124568=_0x1a2e1d;if(_0x1b630e)return document[_0x124568(0x2ba)][_0x124568(0x52f)](_0x1b630e),()=>{const _0x1d34a2=_0x124568;document['body'][_0x1d34a2(0x5ad)](_0x1b630e);};},[_0x1b630e]),_0x1bdf43(()=>{const _0xd5f88c=_0x1a2e1d;let _0x166cb4=_0xc74c85;_0x166cb4&&_0x166cb4[_0xd5f88c(0x47a)](_0xd5f88c(0x362),_0x386883);},[_0x386883,_0xc74c85]),_0x1bdf43(()=>{const _0x27c520=_0x1a2e1d;let _0x2268b6=_0xc74c85;if(!_0x2268b6||!_0x23ad67)return;let _0x3493e1=_0x2268b6[_0x27c520(0x283)](Q);return _0x2268b6['setAttribute'](Q,_0x23ad67),()=>{const _0x331859=_0x27c520;if(_0x3493e1==null){_0x2268b6['removeAttribute'](Q);return;}_0x2268b6[_0x331859(0x47a)](Q,_0x3493e1);};},[_0x23ad67,_0xc74c85]),_0x5866b8(_0x1840b8,{'locale':_0x35aaba==null?void 0x0:_0x35aaba[_0x1a2e1d(0x3e2)],'direction':_0x386883,'mountContainer':_0xc74c85,'children':_0x5866b8(_0x1a2e1d(0x401),{'ref':_0x204d34,'className':_0x187b73('univer-contents',{'univer-dark':_0x3932c6}),'data-embed-runtime-provider':_0x1a2e1d(0x325),'onPointerUpCapture':_0x36b2b0=>{const _0x542111=_0x1a2e1d;let _0x16b639=_0x204d34['current'],_0x49500a=_0x36b2b0['target'];if(!_0x23ad67||!_0x16b639)return;let _0x1e520f=()=>Zo(_0x23ad67,_0x16b639,_0x49500a);typeof queueMicrotask==_0x542111(0x64a)?queueMicrotask(_0x1e520f):Promise[_0x542111(0x42f)]()[_0x542111(0x180)](_0x1e520f);},'children':_0x3fec6a})});}function Zo(_0x32c7c6,_0x14d298,_0x1990de){const _0x40f1ae=_0x40f88b;let _0x5e413b=_0x14d298[_0x40f1ae(0x1e6)][_0x40f1ae(0x5bb)];if(Qo(_0x5e413b,_0x32c7c6))return;let _0x1513ff=_0x1990de instanceof HTMLElement&&_0x14d298['contains'](_0x1990de)?_0x1990de:null,_0x374af1=$o(_0x1513ff)?_0x1513ff:_0x14d298[_0x40f1ae(0x406)](_0x40f1ae(0x617));_0x374af1==null||_0x374af1['focus']({'preventScroll':!0x0});}function Qo(_0x43781e,_0x3c6e23){const _0xd90806=_0x40f88b;let _0x40926a=_0x43781e==null?void 0x0:_0x43781e[_0xd90806(0x208)]('['+Q+']');return(_0x40926a==null?void 0x0:_0x40926a[_0xd90806(0x283)](Q))===_0x3c6e23;}function $o(_0x585660){const _0x3a07b5=_0x40f88b;return!!_0x585660&&!_0x585660[_0x3a07b5(0x35c)]('disabled')&&_0x585660[_0x3a07b5(0x294)]>=0x0;}function es(_0x45d3bd){return _0x26bce2(_0x49a13e=>{const _0x10ade0=_0x2546;if(!_0x45d3bd)return()=>{};let _0x46e46b=_0x45d3bd[_0x10ade0(0x4c5)][_0x10ade0(0x35d)](()=>_0x49a13e());return()=>_0x46e46b[_0x10ade0(0x1ef)]();},()=>{const _0x53a784=_0x2546;var _0x34c818;return(_0x34c818=_0x45d3bd==null?void 0x0:_0x45d3bd[_0x53a784(0x258)])!=null&&_0x34c818;},()=>!0x1);}const ts=new WeakMap(),ns=new WeakMap(),rs=new WeakMap();function is(_0x8a0fb0){const _0x54d8f9=_0x40f88b;let _0x528e0f=ts[_0x54d8f9(0x5c1)](_0x8a0fb0);if(_0x528e0f){var _0x45f8e4;return rs[_0x54d8f9(0x2e3)](_0x528e0f,((_0x45f8e4=rs['get'](_0x528e0f))==null?0x0:_0x45f8e4)+0x1),_0x528e0f;}let _0x186729={'render':_0x455bbb=>_0x4e692f(_0x455bbb,_0x8a0fb0)};return ts['set'](_0x8a0fb0,_0x186729),ns[_0x54d8f9(0x2e3)](_0x186729,_0x8a0fb0),rs[_0x54d8f9(0x2e3)](_0x186729,0x0),_0x186729;}function as(_0x501498){const _0x5886a3=_0x40f88b;var _0x2cb3e5;let _0x2b6f52=ns[_0x5886a3(0x5c1)](_0x501498),_0x43c6b7=(_0x2cb3e5=rs[_0x5886a3(0x5c1)](_0x501498))==null?0x0:_0x2cb3e5;globalThis['setTimeout'](()=>{const _0x4457fe=_0x5886a3;var _0x3a66f6;_0x2b6f52&&ts[_0x4457fe(0x5c1)](_0x2b6f52)!==_0x501498||((_0x3a66f6=rs[_0x4457fe(0x5c1)](_0x501498))==null?0x0:_0x3a66f6)===_0x43c6b7&&(_0x2b6f52&&(ts[_0x4457fe(0x5ab)](_0x2b6f52),ns['delete'](_0x501498)),rs['delete'](_0x501498),_0x2b6f52&&_0x44bdea(_0x2b6f52));},0x0);}function os(_0xbafe87){const _0x25b89d=_0x40f88b;let {container:_0x2c7e35,portalContainer:_0x51341b,injector:_0x3bfe02,childType:_0x20fb6c,childUnitId:_0xc1d007,embedId:_0x24418c,menuSchema:_0x23a7b8,menuTitlePrefix:_0x55376c,activeRibbonTab:_0x13d14b,headerMenu:_0x47b422=!0x1,toolbarOnly:_0x38612b,ribbonHeaderClassName:_0x393f2d,scopedActionServiceTokens:_0x191276}=_0xbafe87;if(_0x23a7b8!=null&&typeof _0x23a7b8!='object')return;let _0x19811c=ss(_0x3bfe02,{'childType':_0x20fb6c,'childUnitId':_0xc1d007,'embedId':_0x24418c,'menuSchema':_0x23a7b8,'menuTitlePrefix':_0x55376c,'activeRibbonTab':_0x13d14b,'scopedActionServiceTokens':_0x191276}),_0x782ab5=is(_0x2c7e35);return _0x782ab5[_0x25b89d(0x539)](_0x23d8d(Yo,{'injector':_0x19811c[_0x25b89d(0x521)],'mountContainer':_0x51341b==null?_0x2c7e35:_0x51341b,'embedId':_0x24418c},_0x23d8d(_0x51ed27,{'ribbonType':_0x25b89d(0x691),'headerMenu':_0x47b422,'toolbarOnly':_0x38612b,'headerClassName':_0x393f2d}))),_0x3706d8(()=>{const _0x46291f=_0x25b89d;as(_0x782ab5),_0x19811c[_0x46291f(0x4cb)][_0x46291f(0x602)]();});}function ss(_0x557ef6,_0xeac44d){const _0x8153d6=_0x40f88b;let {childType:_0x4c91b8,childUnitId:_0xbd7732,embedId:_0x472d4f,menuSchema:_0x3d446b,menuTitlePrefix:_0x53baf2,activeRibbonTab:_0x2babbd,scopedActionServiceTokens:_0x294d74}=_0xeac44d,_0x4eff7c=_0x557ef6[_0x8153d6(0x5c1)](_0x476b57),_0x41c0ce=fs(_0x4eff7c,_0x4c91b8,_0xbd7732),_0x4b84ba=new Set(_0x294d74==null?[]:_0x294d74),_0x52f00d=new WeakMap(),_0x33d2a5,_0x408115=gs(_0x557ef6[_0x8153d6(0x5c1)](_0x2d49a9),_0x4eff7c,_0x4c91b8,_0xbd7732,_0x472d4f,()=>_0x33d2a5),_0x36d0fb=_0xbd7732&&_0x557ef6['has'](_0x262bf4)?ps(_0x557ef6[_0x8153d6(0x5c1)](_0x262bf4),_0x4c91b8):void 0x0,_0x219b73=new Map([[_0x476b57,_0x41c0ce],[_0x2d49a9,_0x408115]]);_0x36d0fb&&_0x219b73[_0x8153d6(0x2e3)](_0x262bf4,_0x36d0fb),_0x4b84ba[_0x8153d6(0x496)](_0x1e7780=>{const _0x3aa294=_0x8153d6;_0xbd7732&&_0x557ef6[_0x3aa294(0x17b)](_0x1e7780)&&_0x219b73[_0x3aa294(0x2e3)](_0x1e7780,_s(_0x557ef6[_0x3aa294(0x5c1)](_0x1e7780),_0x4eff7c,_0x4c91b8,_0xbd7732,_0x472d4f,()=>_0x33d2a5,_0x52f00d));}),_0x33d2a5=ao(_0x557ef6,_0x219b73);let _0x3b0e58,_0x5a7665,_0x1dd639={};if(_0x3d446b&&typeof _0x3d446b=='object'){let _0x20d937=new _0x17769c(_0x33d2a5,_0x557ef6[_0x8153d6(0x5c1)](_0x3819c1));_0x20d937['mergeMenu'](us(_0x3d446b,_0x53baf2,_0x557ef6)),_0x3b0e58=_0x20d937,_0x5a7665=_0x20d937;}else{let _0x5cf97e=_0x557ef6[_0x8153d6(0x5c1)](_0xa7f2cc),_0xc7c1be=_0x5cf97e[_0x8153d6(0x379)];_0x3b0e58=typeof _0xc7c1be==_0x8153d6(0x64a)?_0xc7c1be[_0x8153d6(0x48f)](_0x5cf97e,_0x33d2a5):_0x5cf97e;}let _0x102928=new _0x4a3299(_0x3b0e58,_0x41c0ce);_0x1dd639[_0x8153d6(0x1be)]=_0x102928,_0x2babbd&&_0x102928[_0x8153d6(0x5d7)](_0x2babbd);let _0x232030=_0x53baf2?cs(_0x102928,_0x53baf2,_0x557ef6):_0x102928;return _0x33d2a5[_0x8153d6(0x538)]([_0xa7f2cc,{'useValue':_0x3b0e58}]),_0x33d2a5[_0x8153d6(0x538)]([_0x331e08,{'useValue':_0x232030}]),{'injector':_0x33d2a5,'ribbonService':_0x232030,'disposable':_0x3706d8(()=>{const _0x1d38cf=_0x8153d6;var _0x33aac8;(_0x33aac8=_0x1dd639[_0x1d38cf(0x1be)])==null||_0x33aac8[_0x1d38cf(0x602)](),_0x5a7665==null||_0x5a7665['dispose'](),_0x33d2a5[_0x1d38cf(0x602)]();})};}function cs(_0xe0d441,_0xadec7c,_0x5e591e){const _0x1b3a12=_0x40f88b;let _0x33321f;try{_0x33321f=_0x5e591e['get'](_0x515367);}catch{_0x33321f=void 0x0;}return{'ribbon$':_0xe0d441[_0x1b3a12(0x250)][_0x1b3a12(0x3cf)](_0x2ac3e5(_0x5643db=>_0x5643db[_0x1b3a12(0x235)](_0x3df64f=>ls(_0x3df64f,_0xadec7c,_0x33321f)))),'activatedTab$':_0xe0d441[_0x1b3a12(0x1ee)],'collapsedIds$':_0xe0d441[_0x1b3a12(0x221)],'fakeToolbarVisible$':_0xe0d441[_0x1b3a12(0x4d8)],'setActivatedTab':_0x4d9e07=>_0xe0d441[_0x1b3a12(0x5d7)](_0x4d9e07),'showContextualTab':(_0x5c9272,_0x1317e0)=>_0xe0d441[_0x1b3a12(0x3fb)](_0x5c9272,_0x1317e0),'hideContextualTab':_0x470fbc=>_0xe0d441[_0x1b3a12(0x15d)](_0x470fbc),'hideAllContextualTabs':()=>_0xe0d441[_0x1b3a12(0x359)](),'setCollapsedIds':_0x1d5dae=>_0xe0d441[_0x1b3a12(0x300)](_0x1d5dae),'setFakeToolbarVisible':_0x2f4d61=>_0xe0d441['setFakeToolbarVisible'](_0x2f4d61)};}function ls(_0x5cb2ce,_0xd87bd8,_0x3ef83e){const _0x2ff7d5=_0x40f88b;let _0x6c8cbf=_0x5cb2ce['title']||_0x5cb2ce['key'],_0x4ac1ea=_0x3ef83e?_0x3ef83e['t'](_0x6c8cbf):_0x6c8cbf;return{..._0x5cb2ce,'title':_0xd87bd8+_0x2ff7d5(0x68a)+_0x4ac1ea};}function us(_0x47653f,_0x2baea0,_0x16d427){const _0x38c254=_0x40f88b;if(!_0x2baea0||!_0x47653f||typeof _0x47653f!=_0x38c254(0x37e))return _0x47653f;let _0x556aa9=ds(_0x47653f),_0x825e19=_0x556aa9[_0x1cc302[_0x38c254(0x3b6)]];if(!_0x825e19||typeof _0x825e19!=_0x38c254(0x37e))return _0x556aa9;let _0x1daaee;try{_0x1daaee=_0x16d427['get'](_0x515367);}catch{_0x1daaee=void 0x0;}return Object[_0x38c254(0x3be)](_0x825e19)[_0x38c254(0x496)](_0xa950bd=>{const _0x14f410=_0x38c254;if(!_0xa950bd||typeof _0xa950bd!=_0x14f410(0x37e))return;let _0x114314=_0xa950bd,_0x18ac1a=_0x114314['title'];_0x18ac1a&&(_0x114314[_0x14f410(0x5a6)]=_0x2baea0+_0x14f410(0x68a)+(_0x1daaee?_0x1daaee['t'](_0x18ac1a):_0x18ac1a));}),_0x556aa9;}function ds(_0x4d05b2){const _0x2d2fad=_0x40f88b;return!_0x4d05b2||typeof _0x4d05b2!='object'?_0x4d05b2:Array[_0x2d2fad(0x448)](_0x4d05b2)?_0x4d05b2[_0x2d2fad(0x235)](_0x4404b0=>ds(_0x4404b0)):Object[_0x2d2fad(0x26e)](Object['entries'](_0x4d05b2)[_0x2d2fad(0x235)](([_0x359190,_0x3047d8])=>[_0x359190,ds(_0x3047d8)]));}function fs(_0x4e63f0,_0x5961ae,_0x1f870d){const _0x1ccfaf=_0x40f88b;let _0x55693c=()=>_0x1f870d?_0x4e63f0[_0x1ccfaf(0x39e)](_0x1f870d,_0x5961ae):null,_0x583340=_0x1f870d?_0x4d5652(_0x2fe812(_0x1f870d),_0x4e63f0[_0x1ccfaf(0x46d)](_0x5961ae)[_0x1ccfaf(0x3cf)](_0x2ac3e5(()=>_0x1f870d)),_0x4e63f0[_0x1ccfaf(0x632)](_0x5961ae)['pipe'](_0x2ac3e5(()=>_0x1f870d))):_0x4e63f0[_0x1ccfaf(0x339)];return{'unitAdded$':_0x4e63f0['unitAdded$'],'getTypeOfUnitAdded$':(..._0x47abe9)=>_0x4e63f0[_0x1ccfaf(0x46d)](..._0x47abe9),'__addUnit':(..._0x5aaeba)=>_0x4e63f0[_0x1ccfaf(0x5e1)](..._0x5aaeba),'unitDisposed$':_0x4e63f0[_0x1ccfaf(0x50e)],'getTypeOfUnitDisposed$':(..._0x2e1dec)=>_0x4e63f0['getTypeOfUnitDisposed$'](..._0x2e1dec),'focused$':_0x583340,get 'focused'(){const _0x33068e=_0x1ccfaf;var _0x23ac20;return(_0x23ac20=_0x55693c())==null?_0x4e63f0[_0x33068e(0x1a8)]():_0x23ac20;},'focusUnit':(..._0x117b46)=>_0x4e63f0['focusUnit'](..._0x117b46),'getFocusedUnit':()=>{const _0x559f25=_0x1ccfaf;var _0xc037ce;return(_0xc037ce=_0x55693c())==null?_0x4e63f0[_0x559f25(0x1a8)]():_0xc037ce;},'getCurrentUnitOfType':_0x3cc330=>_0x3cc330===_0x5961ae&&_0x1f870d?_0x55693c():_0x4e63f0[_0x1ccfaf(0x5fd)](_0x3cc330),'setCurrentUnitForType':(..._0x502d74)=>_0x4e63f0['setCurrentUnitForType'](..._0x502d74),'getCurrentTypeOfUnit$':_0x2859ea=>_0x2859ea!==_0x5961ae||!_0x1f870d?_0x4e63f0['getCurrentTypeOfUnit$'](_0x2859ea):_0x4d5652(_0x2fe812(void 0x0),_0x4e63f0[_0x1ccfaf(0x46d)](_0x5961ae),_0x4e63f0[_0x1ccfaf(0x632)](_0x5961ae))[_0x1ccfaf(0x3cf)](_0x2ac3e5(()=>_0x55693c())),'createUnit':(..._0x4d36ec)=>_0x4e63f0[_0x1ccfaf(0x435)](..._0x4d36ec),'getUnitCreateOptions':(..._0x450475)=>_0x4e63f0[_0x1ccfaf(0x215)](..._0x450475),'disposeUnit':(..._0x4b6ed3)=>_0x4e63f0[_0x1ccfaf(0x57d)](..._0x4b6ed3),'registerCtorForType':(..._0x580767)=>_0x4e63f0['registerCtorForType'](..._0x580767),'getUnit':(..._0x122508)=>_0x4e63f0['getUnit'](..._0x122508),'getAllUnitsForType':(..._0x1cddb5)=>_0x4e63f0[_0x1ccfaf(0x32d)](..._0x1cddb5),'getUnitType':(..._0x284a0f)=>_0x4e63f0[_0x1ccfaf(0x4ee)](..._0x284a0f)};}function ps(_0x363068,_0x339a63){const _0x1a423a=_0x40f88b;return{'contextChanged$':_0x363068[_0x1a423a(0x5e3)],'getContextValue':_0x36dbda=>{const _0x4bc51b=_0x1a423a;let _0x2bfff9=ms(_0x36dbda,_0x339a63);return _0x2bfff9==null?_0x363068[_0x4bc51b(0x18f)](_0x36dbda):_0x2bfff9;},'setContextValue':(_0x211913,_0x204486)=>_0x363068['setContextValue'](_0x211913,_0x204486),'subscribeContextValue$':_0x6c7da=>{const _0x14e7f9=_0x1a423a;let _0x212d4f=ms(_0x6c7da,_0x339a63);return _0x212d4f==null?_0x363068[_0x14e7f9(0x6a1)](_0x6c7da):_0x2fe812(_0x212d4f);}};}function ms(_0x5dc124,_0x17bc87){if(_0x5dc124===_0x45e813)return!0x0;if(_0x5dc124===_0x4acc24||_0x5dc124===_0x5a3c14||_0x5dc124===_0x27126a)return _0x5dc124===hs(_0x17bc87);}function hs(_0x54da89){const _0x89fb83=_0x40f88b;if(_0x54da89===_0x3202aa[_0x89fb83(0x4b0)])return _0x4acc24;if(_0x54da89===_0x3202aa[_0x89fb83(0x437)])return _0x5a3c14;if(_0x54da89===_0x3202aa[_0x89fb83(0x2b6)])return _0x27126a;}function gs(_0x407257,_0x385174,_0x1ab1ba,_0x53726f,_0x338f3a,_0x405ca6){const _0x58604a=_0x40f88b;return _0x53726f?{'disposed':()=>_0x407257[_0x58604a(0x49f)](),'hasCommand':_0x24cdc7=>_0x407257[_0x58604a(0x30e)](_0x24cdc7),'registerCommand':(..._0x690a06)=>_0x407257[_0x58604a(0x4fc)](..._0x690a06),'unregisterCommand':_0x476500=>_0x407257[_0x58604a(0x1b5)](_0x476500),'registerMultipleCommand':(..._0x3f2ee5)=>_0x407257[_0x58604a(0x1fe)](..._0x3f2ee5),'executeCommand':async(..._0x47758b)=>{const _0x555765=_0x58604a;let _0x3a0cd9=_0x385174['getCurrentUnitOfType'](_0x1ab1ba);try{return _0x385174[_0x555765(0x2a8)](_0x53726f),await _0x407257[_0x555765(0x55e)](_0x47758b[0x0],_0x47758b[0x1],_0x47758b[0x2]);}finally{xs(_0x385174,_0x53726f,_0x3a0cd9,_0x338f3a,_0x405ca6);}},'syncExecuteCommand':(..._0x37c51e)=>{const _0x1e1038=_0x58604a;let _0x4ff2d6=_0x385174['getCurrentUnitOfType'](_0x1ab1ba);try{return _0x385174[_0x1e1038(0x2a8)](_0x53726f),_0x407257[_0x1e1038(0x5a7)](_0x37c51e[0x0],_0x37c51e[0x1],_0x37c51e[0x2]);}finally{xs(_0x385174,_0x53726f,_0x4ff2d6,_0x338f3a,_0x405ca6);}},'onCommandExecuted':(..._0x154198)=>_0x407257['onCommandExecuted'](..._0x154198),'beforeCommandExecuted':(..._0x481d4a)=>_0x407257['beforeCommandExecuted'](..._0x481d4a),'onMutationExecutedForCollab':(..._0x4bd4e8)=>_0x407257[_0x58604a(0x570)](..._0x4bd4e8)}:_0x407257;}function _s(_0x487687,_0x21262a,_0x3026c7,_0x497ac4,_0x4d085b,_0x1092a6,_0x250b98){const _0x3744ea=_0x40f88b;if(typeof _0x487687!=_0x3744ea(0x37e)&&typeof _0x487687!=_0x3744ea(0x64a)||_0x487687==null)return _0x487687;let _0x1ef5d3=_0x487687,_0x2cdddc=_0x250b98==null?void 0x0:_0x250b98[_0x3744ea(0x5c1)](_0x1ef5d3);if(_0x2cdddc)return _0x2cdddc;let _0x475409={..._0x1ef5d3};return vs(_0x1ef5d3,_0x475409,_0x21262a,_0x3026c7,_0x497ac4,_0x4d085b,_0x1092a6),_0x250b98==null||_0x250b98[_0x3744ea(0x2e3)](_0x1ef5d3,_0x475409),_0x475409;}function vs(_0x20ddc7,_0xb66beb,_0x1c61a7,_0x3c895b,_0x12d19f,_0x32df5b,_0x3795b2){const _0x56aa54=_0x40f88b;let _0x5bbbfc=_0x5cced7=>{const _0x193ce3=_0x2546;if(_0x5cced7===_0x193ce3(0x613))return;let _0x750b66=_0x20ddc7[_0x5cced7];if(typeof _0x750b66!='function')return;let _0x15cbc7=_0xb66beb;_0x15cbc7[_0x5cced7]=(..._0x1d390c)=>ys(_0x1c61a7,_0x3c895b,_0x12d19f,_0x32df5b,_0x3795b2,()=>_0x750b66[_0x193ce3(0x35b)](_0x20ddc7,_0x1d390c));};Object[_0x56aa54(0x5f2)](_0x20ddc7)[_0x56aa54(0x496)](_0x5bbbfc);let _0xfb4a09=Object[_0x56aa54(0x68d)](_0x20ddc7);_0xfb4a09&&_0xfb4a09!==Object[_0x56aa54(0x4e6)]&&Object[_0x56aa54(0x5cb)](_0xfb4a09)[_0x56aa54(0x496)](_0x5bbbfc);}function ys(_0x2f1840,_0x2c4a89,_0xbac54c,_0x496c28,_0x22b594,_0x2b14c5){const _0x2c58c3=_0x40f88b;let _0x5ac550=_0x2f1840[_0x2c58c3(0x5fd)](_0x2c4a89),_0x57bc0e;try{_0x2f1840[_0x2c58c3(0x2a8)](_0xbac54c),_0x57bc0e=_0x2b14c5();}catch(_0x3cb172){throw xs(_0x2f1840,_0xbac54c,_0x5ac550,_0x496c28,_0x22b594),_0x3cb172;}return bs(_0x57bc0e)?_0x57bc0e[_0x2c58c3(0x26d)](()=>{xs(_0x2f1840,_0xbac54c,_0x5ac550,_0x496c28,_0x22b594);}):(xs(_0x2f1840,_0xbac54c,_0x5ac550,_0x496c28,_0x22b594),_0x57bc0e);}function bs(_0x10e13f){const _0x528c38=_0x40f88b;return!!(_0x10e13f&&typeof _0x10e13f[_0x528c38(0x26d)]==_0x528c38(0x64a));}function xs(_0x230ce3,_0x32e77a,_0xb6cb99,_0x4d473d,_0x2ed655){const _0x331d85=_0x40f88b;if(Ss(_0x4d473d,_0x2ed655)){var _0x1166a8;_0x230ce3[_0x331d85(0x2a8)](_0x32e77a),(_0x1166a8=_0x230ce3[_0x331d85(0x58a)])==null||_0x1166a8['call'](_0x230ce3,_0x32e77a);return;}_0xb6cb99&&_0x230ce3[_0x331d85(0x2a8)](_0xb6cb99[_0x331d85(0x18a)]());}function Ss(_0x2c84b9,_0x2411cb){const _0x367434=_0x40f88b;let _0xb2978f=_0x2411cb==null?void 0x0:_0x2411cb();return!_0x2c84b9||!(_0xb2978f!=null&&_0xb2978f['has'](Z))?!0x1:_0xb2978f[_0x367434(0x5c1)](Z)[_0x367434(0x267)](_0x2c84b9);}const Cs=new WeakMap();let ws=0x0;function Ts(_0x533479,_0x26df02){const _0x33a74c=_0x40f88b;if(!_0x533479[_0x33a74c(0x17b)](ks))return Ds(_0x533479,_0x26df02);let _0x3a08af=_0x533479[_0x33a74c(0x5c1)](ks);if(!(_0x26df02['id']&&_0x3a08af[_0x33a74c(0x640)](_0x26df02['childType'],_0x26df02['surface'])[_0x33a74c(0x38d)](_0x5ab90c=>_0x5ab90c['id']===_0x26df02['id'])))return _0x3a08af[_0x33a74c(0x549)](_0x26df02);}function Es(_0x1427f2){const _0x211ce4=_0x40f88b;if(!_0x1427f2[_0x211ce4(0x17b)](ks))return;let _0x1bba21=Cs['get'](_0x1427f2);_0x1bba21!=null&&_0x1bba21[_0x211ce4(0x211)]&&([..._0x1bba21[_0x211ce4(0x3be)]()]['sort']((_0x1993f4,_0x50317e)=>_0x1993f4[_0x211ce4(0x176)]-_0x50317e[_0x211ce4(0x176)])[_0x211ce4(0x496)](({contribution:_0x2f64e8})=>Ts(_0x1427f2,_0x2f64e8)),Cs['delete'](_0x1427f2));}function Ds(_0x537760,_0x2ea64c){const _0x4cef9f=_0x40f88b;var _0x459004;let _0x1aeb89={'contribution':_0x2ea64c,'index':ws++},_0x432413=Os(_0x2ea64c,_0x1aeb89['index']),_0x2f59a3=_0x537760,_0x53d4ef=(_0x459004=Cs[_0x4cef9f(0x5c1)](_0x2f59a3))==null?new Map():_0x459004;return _0x53d4ef[_0x4cef9f(0x2e3)](_0x432413,_0x1aeb89),Cs[_0x4cef9f(0x2e3)](_0x2f59a3,_0x53d4ef),_0x3706d8(()=>{const _0x4aff41=_0x4cef9f;let _0x37b1b2=Cs[_0x4aff41(0x5c1)](_0x2f59a3);(_0x37b1b2==null?void 0x0:_0x37b1b2[_0x4aff41(0x5c1)](_0x432413))===_0x1aeb89&&_0x37b1b2['delete'](_0x432413);});}function Os(_0x2b10c9,_0x352f2c){const _0x32ca8d=_0x40f88b;let _0x4d1716=js(_0x2b10c9);return _0x2b10c9['id']?_0x2b10c9[_0x32ca8d(0x455)]+':'+_0x4d1716+':'+_0x2b10c9['id']:_0x2b10c9[_0x32ca8d(0x455)]+':'+_0x4d1716+_0x32ca8d(0x3c6)+_0x352f2c;}var ks=class{constructor(){Y(this,'_contributions',new Map()),Y(this,'_nextIndex',0x0);}[_0x40f88b(0x549)](_0x50106b){const _0x6d8328=_0x40f88b;var _0x2c77b1;let _0x292cd4={'contribution':_0x50106b,'index':this[_0x6d8328(0x346)]++},_0x19a174=(_0x2c77b1=this[_0x6d8328(0x183)]['get'](_0x50106b[_0x6d8328(0x455)]))==null?[]:_0x2c77b1;return _0x19a174['push'](_0x292cd4),_0x19a174['sort'](Ms),this[_0x6d8328(0x183)][_0x6d8328(0x2e3)](_0x50106b[_0x6d8328(0x455)],_0x19a174),_0x3706d8(()=>{const _0x3e9ab7=_0x6d8328;let _0x184aac=this[_0x3e9ab7(0x183)][_0x3e9ab7(0x5c1)](_0x50106b[_0x3e9ab7(0x455)]);if(!_0x184aac)return;let _0x476f89=_0x184aac[_0x3e9ab7(0x688)](_0x2c078d=>_0x2c078d!==_0x292cd4);_0x476f89[_0x3e9ab7(0x39b)]?this[_0x3e9ab7(0x183)][_0x3e9ab7(0x2e3)](_0x50106b[_0x3e9ab7(0x455)],_0x476f89):this['_contributions'][_0x3e9ab7(0x5ab)](_0x50106b[_0x3e9ab7(0x455)]);});}['get'](_0x2fbbbc){return this['getAll'](_0x2fbbbc)[0x0];}['getAll'](_0x336abc,_0x3f55e5){const _0x217cd9=_0x40f88b;var _0x11f7ce;return((_0x11f7ce=this[_0x217cd9(0x183)][_0x217cd9(0x5c1)](_0x336abc))==null?[]:_0x11f7ce)[_0x217cd9(0x235)](_0x4ac624=>_0x4ac624[_0x217cd9(0x1ca)])[_0x217cd9(0x688)](_0x2d807c=>!_0x3f55e5||js(_0x2d807c)===_0x3f55e5);}[_0x40f88b(0x3df)](_0x2e3e34,_0x32f56f=_0x40f88b(0x1bc)){const _0x25681d=_0x40f88b;let _0x4862fe=this[_0x25681d(0x640)](_0x2e3e34,_0x32f56f)[_0x25681d(0x235)](_0x5d3624=>_0x5d3624[_0x25681d(0x3f0)])[_0x25681d(0x688)](_0x4491e3=>_0x4491e3&&typeof _0x4491e3=='object');if(_0x4862fe[_0x25681d(0x39b)])return Ns(_0x4862fe);}[_0x40f88b(0x1ac)](_0x59dbe3){const _0x5d7dc2=_0x40f88b;var _0x5cf2f1,_0xbfe6a6;let _0x408704=(_0x5cf2f1=_0x59dbe3[_0x5d7dc2(0x21a)])==null?_0x5d7dc2(0x1bc):_0x5cf2f1,_0x6aa51b=this[_0x5d7dc2(0x640)](_0x59dbe3[_0x5d7dc2(0x455)],_0x408704);if(!_0x6aa51b[_0x5d7dc2(0x39b)])return;let _0xa82638=_0x6aa51b['filter'](_0x4c9ba9=>_0x4c9ba9['mountMenu']);if(_0xa82638[_0x5d7dc2(0x39b)]){let _0x41a84=_0xa82638[_0x5d7dc2(0x235)](_0x2daeab=>{const _0x3daa2a=_0x5d7dc2;var _0x206742;return(_0x206742=_0x2daeab[_0x3daa2a(0x1ac)])==null?void 0x0:_0x206742[_0x3daa2a(0x48f)](_0x2daeab,{..._0x59dbe3,'surface':_0x408704,'menuSchema':_0x2daeab['menuSchema'],'scopedActionServiceTokens':_0x2daeab['scopedActionServiceTokens']});})['filter'](_0x2dd8c5=>!!_0x2dd8c5);return _0x3706d8(()=>{const _0x561937=_0x5d7dc2;_0x41a84[_0x561937(0x496)](_0x1024f5=>_0x1024f5[_0x561937(0x602)]());});}let _0x370d64=this['getMergedMenuSchema'](_0x59dbe3[_0x5d7dc2(0x455)],_0x408704);if(_0x408704===_0x5d7dc2(0x1bc))return(_0xbfe6a6=os({..._0x59dbe3,'surface':_0x408704,'menuSchema':_0x370d64,'scopedActionServiceTokens':As(_0x6aa51b)}))==null?void 0x0:_0xbfe6a6;}};function As(_0x3818a2){const _0x20305d=_0x40f88b;let _0xa6d92a=_0x3818a2[_0x20305d(0x47e)](_0x1c899e=>{const _0x3b90fd=_0x20305d;var _0x41d77f;return(_0x41d77f=_0x1c899e[_0x3b90fd(0x1db)])==null?[]:_0x41d77f;});return _0xa6d92a[_0x20305d(0x39b)]?Array['from'](new Set(_0xa6d92a)):void 0x0;}function js(_0x233b01){const _0x183b37=_0x40f88b;var _0x2c6cca;return(_0x2c6cca=_0x233b01[_0x183b37(0x21a)])==null?_0x183b37(0x1bc):_0x2c6cca;}function Ms(_0x954319,_0x56d7f0){const _0x4edec8=_0x40f88b;var _0x19023e,_0x6f5240;return((_0x19023e=_0x954319[_0x4edec8(0x1ca)][_0x4edec8(0x2df)])==null?_0x954319[_0x4edec8(0x176)]:_0x19023e)-((_0x6f5240=_0x56d7f0[_0x4edec8(0x1ca)][_0x4edec8(0x2df)])==null?_0x56d7f0[_0x4edec8(0x176)]:_0x6f5240)||_0x954319[_0x4edec8(0x176)]-_0x56d7f0[_0x4edec8(0x176)];}function Ns(_0x529337){const _0x296de4=_0x40f88b;return _0x529337[_0x296de4(0x4a7)]((_0x1bb014,_0x10d771)=>Ls(_0x1bb014,Ps(_0x10d771)),{});}function Ps(_0x1c8e2e){const _0x5818d8=_0x40f88b;if(!zs(_0x1c8e2e))return _0x1c8e2e;let _0x76517a=new Set(Object['values'](_0x58fa6f)),_0x457941=Object[_0x5818d8(0x355)](_0x1c8e2e)[_0x5818d8(0x688)](([_0x4bc57a])=>_0x76517a['has'](_0x4bc57a)),_0x152e4e=Object[_0x5818d8(0x355)](_0x1c8e2e)['filter'](([_0x94aa50])=>Is(_0x94aa50));if(!_0x457941[_0x5818d8(0x39b)]&&!_0x152e4e[_0x5818d8(0x39b)])return _0x1c8e2e;let _0x215014={};Object['entries'](_0x1c8e2e)[_0x5818d8(0x496)](([_0x13e9ba,_0x5b28c1])=>{!_0x76517a['has'](_0x13e9ba)&&!Is(_0x13e9ba)&&(_0x215014[_0x13e9ba]=Rs(_0x5b28c1));});let _0xee9467=zs(_0x215014[_0x1cc302[_0x5818d8(0x3b6)]])?_0x215014[_0x1cc302[_0x5818d8(0x3b6)]]:{};return _0x457941[_0x5818d8(0x496)](([_0x34311b,_0x5ab0d4])=>{_0xee9467[_0x34311b]=_0x34311b in _0xee9467?Ls(_0xee9467[_0x34311b],_0x5ab0d4):Rs(_0x5ab0d4);}),_0x152e4e[_0x5818d8(0x496)](([_0x3d5735,_0x34287b])=>{let _0x21710b=Is(_0x3d5735);if(!_0x21710b)return;let _0x352783=zs(_0xee9467[_0x21710b])?_0xee9467[_0x21710b]:{};_0x352783[_0x3d5735]=_0x3d5735 in _0x352783?Ls(_0x352783[_0x3d5735],_0x34287b):Rs(_0x34287b),_0xee9467[_0x21710b]=_0x352783;}),_0x215014[_0x1cc302[_0x5818d8(0x3b6)]]=_0xee9467,_0x215014;}const Fs=[[Object[_0x40f88b(0x3be)](_0x41395b),_0x58fa6f[_0x40f88b(0x596)]],[Object[_0x40f88b(0x3be)](_0x15b32f),_0x58fa6f[_0x40f88b(0x434)]],[Object[_0x40f88b(0x3be)](_0x1f4d59),_0x58fa6f[_0x40f88b(0x2c9)]],[Object['values'](_0x326603),_0x58fa6f[_0x40f88b(0x36a)]],[Object[_0x40f88b(0x3be)](_0x560e9c),_0x58fa6f['VIEW']],[Object[_0x40f88b(0x3be)](_0xbc7a36),_0x58fa6f['OTHERS']]];function Is(_0x106592){const _0x4cc7aa=_0x40f88b;var _0xe7922f;return(_0xe7922f=Fs[_0x4cc7aa(0x44b)](([_0x26f18b])=>_0x26f18b[_0x4cc7aa(0x3cc)](_0x106592)))==null?void 0x0:_0xe7922f[0x1];}function Ls(_0x262209,_0x27f272){const _0x436e14=_0x40f88b;if(!zs(_0x262209)||!zs(_0x27f272))return Rs(_0x27f272);let _0x38995d={..._0x262209};return Object[_0x436e14(0x355)](_0x27f272)['forEach'](([_0x5b1c49,_0x2abeb3])=>{_0x38995d[_0x5b1c49]=_0x5b1c49 in _0x38995d?Ls(_0x38995d[_0x5b1c49],_0x2abeb3):Rs(_0x2abeb3);}),_0x38995d;}function Rs(_0x3fed8e){const _0x9bb6e3=_0x40f88b;return Array[_0x9bb6e3(0x448)](_0x3fed8e)?_0x3fed8e[_0x9bb6e3(0x235)](_0x3bcddf=>Rs(_0x3bcddf)):zs(_0x3fed8e)?Object[_0x9bb6e3(0x26e)](Object[_0x9bb6e3(0x355)](_0x3fed8e)[_0x9bb6e3(0x235)](([_0x5d5250,_0x1b6dfc])=>[_0x5d5250,Rs(_0x1b6dfc)])):_0x3fed8e;}function zs(_0x8b4879){const _0x558b18=_0x40f88b;return!!_0x8b4879&&typeof _0x8b4879=='object'&&!Array[_0x558b18(0x448)](_0x8b4879);}function Bs(){const _0x5bafe2=_0x40f88b;let _0x5684eb=_0x3d8863(_0x2a52c6),_0x3fb365=_0x3d8863(_0x515367),_0x2b732f=_0x3d8863(qo),_0x34b755=_0x3d8863(Jo),_0x30053b=_0x261426(null),_0x271a5c=_0x261426(null),_0x1c9141=_0x261426(null),_0x31f554=_0x261426(null),_0x2edc12=_0x261426(null),_0x3656b3=_0x261426(null),_0x474d69=_0x261426(null),_0x1d1f21=_0x3171dc(()=>_0x34b755[_0x5bafe2(0x439)],_0x34b755['getSession'](),!0x1,[_0x34b755]),[_0x3332c1,_0x2073b2]=_0x5c70c0(null);if(_0x1bdf43(()=>{const _0x392d4c=_0x5bafe2;var _0x2091ef;let _0x704c8d=_0x1c9141['current'],_0xc57605=_0x271a5c[_0x392d4c(0x1be)],_0x51c5d0=_0x31f554['current'],_0x296bf8=_0x2edc12[_0x392d4c(0x1be)],_0x45de9b=_0x3656b3[_0x392d4c(0x1be)],_0x3136f8=_0x474d69[_0x392d4c(0x1be)];if(!_0x1d1f21||!_0x704c8d||!_0xc57605||!_0x51c5d0||!_0x296bf8||!_0x45de9b||!_0x3136f8)return;let _0x2e66bd=Us(_0x5684eb,_0x1d1f21[_0x392d4c(0x3d0)],_0x1d1f21[_0x392d4c(0x18d)]);if(!(_0x2e66bd!=null&&_0x2e66bd['childUnitId'])||_0x2e66bd[_0x392d4c(0x455)]==null){_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x470)]=_0x392d4c(0x190);return;}let _0x6a9a67=_0x5684eb[_0x392d4c(0x5c1)](Fo)[_0x392d4c(0x5c1)](_0x2e66bd[_0x392d4c(0x455)]);if(!(_0x6a9a67!=null&&_0x6a9a67[_0x392d4c(0x353)][_0x392d4c(0x3cc)](_0x1d1f21[_0x392d4c(0x649)]))){_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x470)]='unsupported-layout';return;}_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x470)]='mounting',_0x704c8d[_0x392d4c(0x3e8)]['embedId']=_0x2e66bd[_0x392d4c(0x18d)],_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x57e)]=_0x2e66bd['entry'],_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x39a)]=_0x2e66bd[_0x392d4c(0x4e9)],_0x704c8d['dataset']['embedLayout']=_0x1d1f21[_0x392d4c(0x649)],_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x24a)]=String(_0x2e66bd[_0x392d4c(0x455)]),_0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x48a)]=_0x2e66bd[_0x392d4c(0x252)];let _0x3a120e=Na(_0x704c8d),_0x1649d7=Gs(_0x2e66bd,_0x1d1f21[_0x392d4c(0x649)],{'viewport':_0x704c8d,'menuSlot':_0xc57605,'popupSlot':_0x51c5d0,'footerSlot':_0x3136f8}),_0x4e4ffa={'descriptor':_0x2e66bd,'layout':_0x1d1f21[_0x392d4c(0x649)],'injector':_0x5684eb,'hostElement':_0x704c8d,'container':_0x704c8d,'renderScope':_0x1649d7,'hostUnitId':_0x2e66bd[_0x392d4c(0x3d0)],'embedId':_0x2e66bd[_0x392d4c(0x18d)],'childUnitId':_0x2e66bd[_0x392d4c(0x252)],'childType':_0x2e66bd[_0x392d4c(0x455)]},{runtimeScope:_0x50ba95,disposable:_0x226785}=Ao(_0x4e4ffa,()=>{});_0x2073b2({'embedId':_0x2e66bd['embedId'],'injector':_0x50ba95[_0x392d4c(0x521)],'sourceInjector':_0x5684eb,'popupContainer':_0x50ba95['roots']['popup']});let _0x5c8b59={..._0x4e4ffa,'runtimeScope':_0x50ba95},_0x5c080a=Ks({'injector':_0x5684eb,'descriptor':_0x2e66bd,'renderScope':_0x1649d7,'menuRoot':_0x30053b[_0x392d4c(0x1be)],'menuSlot':_0xc57605,'popupSlot':_0x51c5d0,'sidebarSlot':_0x296bf8,'rightSidebarSlot':_0x45de9b,'footerSlot':_0x3136f8}),_0x5d8899=_0x415f86=>{const _0x71335b=_0x392d4c;var _0x43598e,_0x8ddb74;let _0x5e7827=(_0x415f86==null?void 0x0:_0x415f86['target'])instanceof Element?_0x415f86[_0x71335b(0x3c3)]:null;_0x5e7827!=null&&_0x5e7827['closest'](_0x71335b(0x374))||((_0x43598e=_0x50ba95['instanceService'])==null||_0x43598e[_0x71335b(0x2a8)](_0x2e66bd[_0x71335b(0x252)]),(_0x8ddb74=_0x50ba95[_0x71335b(0x482)])==null||_0x8ddb74[_0x71335b(0x58a)](_0x2e66bd[_0x71335b(0x252)]),_0x2b732f[_0x71335b(0x1df)](_0x2e66bd));};_0x5d8899(),_0x704c8d[_0x392d4c(0x2dd)](_0x392d4c(0x426),_0x5d8899,{'capture':!0x0}),_0x704c8d[_0x392d4c(0x2dd)](_0x392d4c(0x38c),_0x5d8899);let _0x5eaf59=(_0x2091ef=_0x6a9a67['mount'])==null?void 0x0:_0x2091ef[_0x392d4c(0x48f)](_0x6a9a67,_0x5c8b59),_0x11bae2=Js({'injector':_0x5684eb,'descriptor':_0x2e66bd,'childContext':_0x5c8b59,'menuContainer':_0xc57605});return _0x704c8d[_0x392d4c(0x3e8)][_0x392d4c(0x470)]=_0x392d4c(0x1b2),()=>{const _0x3eff3f=_0x392d4c;_0x2073b2(null),globalThis[_0x3eff3f(0x503)](()=>{const _0x204547=_0x3eff3f;_0x704c8d['removeEventListener'](_0x204547(0x426),_0x5d8899,{'capture':!0x0}),_0x704c8d['removeEventListener'](_0x204547(0x38c),_0x5d8899),_0x11bae2==null||_0x11bae2[_0x204547(0x602)](),_0x5eaf59==null||_0x5eaf59[_0x204547(0x602)](),_0x5c080a[_0x204547(0x602)](),_0x226785['dispose'](),_0x3a120e['dispose'](),_0x2b732f[_0x204547(0x351)](_0x2e66bd),delete _0x704c8d[_0x204547(0x3e8)][_0x204547(0x470)],delete _0x704c8d[_0x204547(0x3e8)][_0x204547(0x18d)],delete _0x704c8d[_0x204547(0x3e8)][_0x204547(0x57e)],delete _0x704c8d['dataset'][_0x204547(0x39a)],delete _0x704c8d[_0x204547(0x3e8)]['embedLayout'],delete _0x704c8d[_0x204547(0x3e8)][_0x204547(0x24a)],delete _0x704c8d[_0x204547(0x3e8)][_0x204547(0x48a)],_0x34b755[_0x204547(0x4b2)](_0x1d1f21);});};},[_0x2b732f,_0x34b755,_0x5684eb,_0x1d1f21]),!_0x1d1f21)return null;let _0xe8a1d4=()=>{const _0x2cad87=_0x5bafe2;_0x34b755[_0x2cad87(0x25c)](_0x1d1f21[_0x2cad87(0x18d)]);};return _0x28864a(_0x5bafe2(0x401),{'className':_0x5bafe2(0x525),'data-embed-fullscreen-shell':_0x5bafe2(0x325),'style':{'zIndex':0x32a},'children':[_0x1d1f21[_0x5bafe2(0x455)]===_0x3202aa[_0x5bafe2(0x2d7)]&&_0x5866b8('div',{'className':_0x5bafe2(0x543),'data-embed-boards-fullscreen-exit':'true','title':_0x3fb365['t'](_0x5bafe2(0x2c8)),'children':_0x28864a(_0x5c0f94,{'noIcon':!0x0,'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','onClick':_0xe8a1d4,'children':[_0x5866b8(_0x2dd432,{}),_0x5866b8(_0x5bafe2(0x25d),{'children':_0x3fb365['t'](_0x5bafe2(0x2c8))})]})}),_0x28864a(_0x5bafe2(0x401),{'ref':_0x30053b,'className':_0x5bafe2(0x638),'data-embed-fullscreen-menu':_0x5bafe2(0x325),'children':[_0x1d1f21['childType']!==_0x3202aa[_0x5bafe2(0x2d7)]&&_0x28864a('div',{'className':_0x5bafe2(0x45a),'data-embed-fullscreen-header':_0x5bafe2(0x325),'children':[_0x5866b8('span',{'className':_0x5bafe2(0x253),'children':Ws(_0x5684eb,_0x1d1f21['childType'])}),_0x28864a(_0x44b255,{'type':_0x5bafe2(0x171),'size':_0x5bafe2(0x61c),'variant':_0x5bafe2(0x32a),'className':_0x5bafe2(0x67b),'data-embed-fullscreen-close':_0x5bafe2(0x325),'onClick':_0xe8a1d4,'children':[_0x5866b8(_0x2a726f,{}),_0x5866b8('span',{'children':_0x3fb365['t'](_0x5bafe2(0x2c8))})]})]}),_0x5866b8(_0x5bafe2(0x401),{'ref':_0x271a5c,'className':_0x5bafe2(0x464),'data-embed-fullscreen-menu-slot':_0x5bafe2(0x325),'data-embed-menu-slot':_0x5bafe2(0x325)})]}),_0x28864a(_0x5bafe2(0x401),{'className':'univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','data-embed-fullscreen-body':_0x5bafe2(0x325),'children':[_0x5866b8('div',{'ref':_0x2edc12,'className':_0x5bafe2(0x245),'data-embed-fullscreen-sidebar-slot':_0x5bafe2(0x325),'data-embed-id':_0x1d1f21[_0x5bafe2(0x18d)]}),_0x5866b8(_0x5bafe2(0x401),{'ref':_0x1c9141,'className':_0x5bafe2(0x555),'data-embed-fullscreen-viewport':_0x5bafe2(0x325),'onContextMenuCapture':_0x57aa44=>{const _0x548860=_0x5bafe2;_0x57aa44[_0x548860(0x6a0)]();}}),_0x5866b8(_0x5bafe2(0x401),{'ref':_0x3656b3,'className':_0x5bafe2(0x25f),'data-embed-fullscreen-right-sidebar-slot':_0x5bafe2(0x325),'data-embed-id':_0x1d1f21['embedId'],'children':_0x3332c1&&_0x5866b8(Hs,{..._0x3332c1})})]}),_0x5866b8(_0x5bafe2(0x401),{'ref':_0x474d69,'className':_0x5bafe2(0x311),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x5bafe2(0x325)}),_0x5866b8(_0x5bafe2(0x401),{'ref':_0x31f554,'className':_0x5bafe2(0x51b),'data-embed-fullscreen-popup-root':_0x5bafe2(0x325),'data-embed-popup-root':'true','children':_0x3332c1&&_0x5866b8(Vs,{..._0x3332c1})})]});}function Vs(_0x34a5ca){let {embedId:_0xf4e1c3,injector:_0x255d34,sourceInjector:_0x4aa4ee,popupContainer:_0x250ef5}=_0x34a5ca;return _0x28864a(_0x5d4b2b,{'children':[_0x28864a(Yo,{'injector':_0x255d34,'mountContainer':_0x250ef5,'embedId':_0xf4e1c3,'children':[_0x5866b8(_0x1358f7,{}),_0x5866b8(_0x1f81f8,{})]}),_0x5866b8(Yo,{'injector':_0x4aa4ee,'mountContainer':_0x250ef5,'embedId':_0xf4e1c3,'children':_0x5866b8(_0x1f81f8,{})})]});}function Hs(_0x2560a7){const _0x5c15d2=_0x40f88b;let {embedId:_0x158929,injector:_0x3bec41,sourceInjector:_0x579d95,popupContainer:_0x375404}=_0x2560a7;return _0x28864a(_0x5c15d2(0x676),{'className':_0x5c15d2(0x682),'children':[_0x5866b8(Yo,{'injector':_0x3bec41,'mountContainer':_0x375404,'embedId':_0x158929,'children':_0x5866b8(_0x196f09,{})}),_0x5866b8(Yo,{'injector':_0x579d95,'mountContainer':_0x375404,'embedId':_0x158929,'children':_0x5866b8(_0x196f09,{})})]});}function Us(_0xef2943,_0x49ab67,_0x4db182){const _0x16efda=_0x40f88b;try{return _0xef2943[_0x16efda(0x5c1)](_0x38f582)[_0x16efda(0x478)](_0x49ab67,_0x4db182);}catch{return;}}function Ws(_0x456644,_0x391b65){const _0x14c4fa=_0x40f88b;try{var _0x470624,_0x1ee4f9;return(_0x470624=(_0x1ee4f9=_0x456644[_0x14c4fa(0x5c1)](Ra)[_0x14c4fa(0x5c1)](_0x391b65))==null?void 0x0:_0x1ee4f9[_0x14c4fa(0x364)])==null?_0x14c4fa(0x188):_0x470624;}catch{return _0x14c4fa(0x188);}}function Gs(_0x5dbfb1,_0x5b4e76,_0x4715a7){const _0x39c8f1=_0x40f88b;var _0x284601,_0x32498f,_0x376704,_0x580e83;let {viewport:_0x1fda93,menuSlot:_0x307362,popupSlot:_0x8865bf}=_0x4715a7;return{'hostUnitId':_0x5dbfb1[_0x39c8f1(0x3d0)],'hostAnchorId':_0x5dbfb1[_0x39c8f1(0x4e9)],'embedId':_0x5dbfb1[_0x39c8f1(0x18d)],'childUnitId':_0x5dbfb1[_0x39c8f1(0x252)],'childType':_0x5dbfb1['childType'],'layout':_0x5b4e76,'mode':_0x39c8f1(0x2b4),'rootElement':_0x1fda93,'contentRoot':(_0x284601=Ma(_0x1fda93,_0x39c8f1(0x69b)))==null?_0x1fda93:_0x284601,'canvasRoot':(_0x32498f=Ma(_0x1fda93,_0x39c8f1(0x672)))==null?_0x1fda93:_0x32498f,'overlayRoot':(_0x376704=Ma(_0x1fda93,_0x39c8f1(0x5aa)))==null?_0x1fda93:_0x376704,'popupRoot':(_0x580e83=_0x8865bf==null?Ma(_0x1fda93,_0x39c8f1(0x52b)):_0x8865bf)==null?_0x1fda93:_0x580e83,'menuOutlet':{'container':_0x307362},'active$':_0x2fe812(!0x0),'fullscreen':!0x0};}function Ks(_0x397bbd){const _0x421470=_0x40f88b;let {injector:_0x85a6e1,descriptor:_0x44e521,renderScope:_0x14ac9e,menuRoot:_0xfb8a6d,menuSlot:_0x42cca7,popupSlot:_0x3210a4,sidebarSlot:_0x38cbfd,rightSidebarSlot:_0x24d798,footerSlot:_0x4343dc}=_0x397bbd,_0xc7e0e2=[],_0x5238d7=_0x44e521[_0x421470(0x18d)];if(_0x85a6e1['has'](Z)){let _0x40faa9=_0x85a6e1[_0x421470(0x5c1)](Z);_0xc7e0e2['push'](_0x40faa9[_0x421470(0x438)]({'embedId':_0x5238d7,'hostUnitId':_0x44e521[_0x421470(0x3d0)],'childUnitId':_0x44e521[_0x421470(0x252)],'childType':_0x44e521[_0x421470(0x455)],'sessionMode':'child-fullscreen'})),_0x44e521[_0x421470(0x252)]&&_0xc7e0e2[_0x421470(0x486)](_0x40faa9['acquireLease']({'embedId':_0x5238d7,'role':_0x421470(0x4a6),'owner':'fullscreen-runtime','sessionMode':_0x421470(0x5db),'hostUnitId':_0x44e521[_0x421470(0x3d0)],'childUnitId':_0x44e521[_0x421470(0x252)],'childType':_0x44e521[_0x421470(0x455)]})),qs({'renderScope':_0x14ac9e,'menuRoot':_0xfb8a6d,'menuSlot':_0x42cca7,'popupSlot':_0x3210a4,'sidebarSlot':_0x38cbfd,'rightSidebarSlot':_0x24d798,'footerSlot':_0x4343dc})[_0x421470(0x496)](({element:_0x107745,role:_0xa39c7a})=>{const _0x440eea=_0x421470;_0xc7e0e2['push'](_0x40faa9[_0x440eea(0x1ec)]({'embedId':_0x5238d7,'element':_0x107745,'role':_0xa39c7a}));});}if(_0x85a6e1[_0x421470(0x17b)](Ha)){let _0x4e2384=_0x85a6e1[_0x421470(0x5c1)](Ha);qs({'renderScope':_0x14ac9e,'menuRoot':_0xfb8a6d,'menuSlot':_0x42cca7,'popupSlot':_0x3210a4,'sidebarSlot':_0x38cbfd,'rightSidebarSlot':_0x24d798,'footerSlot':_0x4343dc})[_0x421470(0x496)](({element:_0x580b86})=>{const _0x21f913=_0x421470;_0xc7e0e2['push'](_0x4e2384[_0x21f913(0x54a)](_0x5238d7,_0x580b86));}),_0xc7e0e2[_0x421470(0x486)](_0x4e2384[_0x421470(0x309)](_0x5238d7,_0x14ac9e[_0x421470(0x4ef)]['ownerDocument']));}return _0x3706d8(()=>{const _0x4900fe=_0x421470;[..._0xc7e0e2][_0x4900fe(0x326)]()['forEach'](_0xa66380=>_0xa66380[_0x4900fe(0x602)]());});}function qs(_0x212308){const _0x59af49=_0x40f88b;let {renderScope:_0x42d909,menuRoot:_0x2fa48a,menuSlot:_0x24f4e5,popupSlot:_0x2d2a5c,sidebarSlot:_0x3bcb9c,rightSidebarSlot:_0x47f799,footerSlot:_0x377a96}=_0x212308,_0x5e623f=[{'element':_0x42d909[_0x59af49(0x4ef)],'role':_0x59af49(0x23c)},{'element':_0x42d909['contentRoot'],'role':_0x59af49(0x23c)},{'element':_0x42d909[_0x59af49(0x3d5)],'role':'runtime'},{'element':_0x42d909[_0x59af49(0x48b)],'role':_0x59af49(0x23c)},{'element':_0x2fa48a,'role':'floating-menu'},{'element':_0x24f4e5,'role':_0x59af49(0x197)},{'element':_0x377a96,'role':_0x59af49(0x197)},{'element':_0x3bcb9c,'role':_0x59af49(0x37c)},{'element':_0x47f799,'role':_0x59af49(0x37c)},{'element':_0x2d2a5c,'role':_0x59af49(0x37c)}],_0x433ba5=new Set();return _0x5e623f[_0x59af49(0x47e)](({element:_0x1d6f8d,role:_0x597375})=>!_0x1d6f8d||_0x433ba5[_0x59af49(0x17b)](_0x1d6f8d)?[]:(_0x433ba5[_0x59af49(0x538)](_0x1d6f8d),[{'element':_0x1d6f8d,'role':_0x597375}]));}function Js(_0x45a688){return Ys(_0x45a688)||Xs(_0x45a688);}function Ys(_0x3102b0){const _0xb795b2=_0x40f88b;if(!_0x3102b0['injector'][_0xb795b2(0x17b)](Ra)||_0x3102b0['descriptor'][_0xb795b2(0x455)]==null)return;let _0x5d0c3b=_0x3102b0[_0xb795b2(0x521)][_0xb795b2(0x5c1)](Ra)[_0xb795b2(0x5c1)](_0x3102b0['descriptor'][_0xb795b2(0x455)]);if((_0x5d0c3b==null?void 0x0:_0x5d0c3b[_0xb795b2(0x370)])===_0xb795b2(0x1bc)){if(_0x3102b0[_0xb795b2(0x521)][_0xb795b2(0x17b)](ks)){let _0x392dfa=_0x3102b0[_0xb795b2(0x521)][_0xb795b2(0x5c1)](ks)[_0xb795b2(0x1ac)]({'container':_0x3102b0[_0xb795b2(0x1d8)],'portalContainer':_0x3102b0['childContext']['runtimeScope'][_0xb795b2(0x29e)][_0xb795b2(0x574)],'injector':_0x3102b0['childContext']['runtimeScope'][_0xb795b2(0x521)],'childType':_0x3102b0['descriptor'][_0xb795b2(0x455)],'childUnitId':_0x3102b0[_0xb795b2(0x5d1)][_0xb795b2(0x252)],'embedId':_0x3102b0['descriptor'][_0xb795b2(0x18d)],'surface':_0xb795b2(0x1bc),'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});if(_0x392dfa)return _0x392dfa;}return os({'container':_0x3102b0[_0xb795b2(0x1d8)],'portalContainer':_0x3102b0[_0xb795b2(0x3d9)][_0xb795b2(0x471)][_0xb795b2(0x29e)][_0xb795b2(0x574)],'injector':_0x3102b0[_0xb795b2(0x3d9)][_0xb795b2(0x471)][_0xb795b2(0x521)],'childType':_0x3102b0[_0xb795b2(0x5d1)][_0xb795b2(0x455)],'childUnitId':_0x3102b0[_0xb795b2(0x5d1)]['childUnitId'],'embedId':_0x3102b0['descriptor'][_0xb795b2(0x18d)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0xb795b2(0x3b8)});}}function Xs(_0x1fac20){const _0x1ab3e5=_0x40f88b;if(!_0x1fac20[_0x1ab3e5(0x521)][_0x1ab3e5(0x17b)](Io)||_0x1fac20[_0x1ab3e5(0x5d1)]['childType']==null||!_0x1fac20[_0x1ab3e5(0x5d1)][_0x1ab3e5(0x252)])return;let _0x50b8e9=_0x1fac20[_0x1ab3e5(0x521)][_0x1ab3e5(0x5c1)](Io)[_0x1ab3e5(0x5c1)](_0x1fac20[_0x1ab3e5(0x5d1)][_0x1ab3e5(0x269)],_0x1fac20[_0x1ab3e5(0x5d1)][_0x1ab3e5(0x24c)],_0x1fac20[_0x1ab3e5(0x5d1)][_0x1ab3e5(0x455)]),_0x1dc4f7=_0x50b8e9==null?void 0x0:_0x50b8e9[_0x1ab3e5(0x60c)]({..._0x1fac20[_0x1ab3e5(0x3d9)],'active':{'hostUnitId':_0x1fac20[_0x1ab3e5(0x5d1)][_0x1ab3e5(0x3d0)],'embedId':_0x1fac20[_0x1ab3e5(0x5d1)]['embedId'],'childUnitId':_0x1fac20[_0x1ab3e5(0x5d1)][_0x1ab3e5(0x252)],'stage':_0x1ab3e5(0x1a9)}});return _0x1dc4f7?_0x3706d8(()=>_0x1dc4f7['dispose']()):void 0x0;}const Zs={};function Qs(_0xb99ca4){const _0x45f3f6=_0x40f88b;let {stage:_0x4d3b9b,interactionFlow:_0x24cc40}=_0xb99ca4,_0x11c7bd=_0x24cc40==='doc-block',_0xdd9e0c=_0x4d3b9b==='stage1'&&!_0x11c7bd,_0x4f0a2e=_0x4d3b9b==='stage2'||_0x11c7bd;return{'allowHostBodyDrag':_0xdd9e0c,'disableLiveHostPointerEvents':!_0x11c7bd&&(_0x4d3b9b===_0x45f3f6(0x2a9)||_0x4d3b9b===_0x45f3f6(0x1d7)),'passThroughInteractionGate':_0x4f0a2e,'runtimeOwnsInteraction':_0x4f0a2e};}function $s(_0x594aa4,_0x46b7f6){const _0xbb2ef6=_0x40f88b;var _0x526f58;return(_0x594aa4==null?void 0x0:_0x594aa4[_0xbb2ef6(0x269)])===_0x3202aa[_0xbb2ef6(0x4b0)]&&_0x594aa4[_0xbb2ef6(0x455)]===_0x3202aa[_0xbb2ef6(0x4b0)]&&!!((_0x526f58=_0x594aa4['sourceMeta'])!=null&&_0x526f58[_0xbb2ef6(0x4be)])&&_0x46b7f6!==_0xbb2ef6(0x1a9);}function ec(_0x17fb92,_0x502648){const _0x20328d=_0x40f88b;return $s(_0x17fb92,_0x502648)?'deferred':_0x20328d(0x433);}function tc(_0x374eb6){const _0x34963f=_0x40f88b;var _0x5de81b;return _0x374eb6['fullscreen']||((_0x5de81b=_0x374eb6[_0x34963f(0x168)])==null?void 0x0:_0x5de81b['embedId'])===_0x374eb6[_0x34963f(0x18d)]&&_0x374eb6[_0x34963f(0x168)]['stage']===_0x34963f(0x1a9)||!_0x374eb6['usesDomFloatingStage']&&_0x374eb6[_0x34963f(0x589)]?_0x34963f(0x1a9):_0x34963f(0x2a9);}function nc(_0x570082,_0x7c8610){const _0x57ee33=_0x40f88b;return _0x570082!==_0x57ee33(0x5d4)&&_0x570082!==_0x57ee33(0x23d)||_0x7c8610[_0x57ee33(0x33b)]||_0x7c8610['ctrlKey']||_0x7c8610['metaKey']?!0x1:Math[_0x57ee33(0x387)](_0x7c8610[_0x57ee33(0x3a2)])>Math['abs'](_0x7c8610['deltaX']);}var rc=class{constructor(){const _0x5a24f5=_0x40f88b;Y(this,_0x5a24f5(0x16f),new _0x2a5057()),Y(this,_0x5a24f5(0x564),new Map()),Y(this,_0x5a24f5(0x1cd),new Map()),Y(this,_0x5a24f5(0x19b),new Map()),Y(this,'_queue',[]),Y(this,'_rendering',!0x1),Y(this,_0x5a24f5(0x481),null);}['registerProvider'](_0x4a626b){const _0x46b52a=_0x40f88b;return this[_0x46b52a(0x564)][_0x46b52a(0x2e3)](_0x4a626b[_0x46b52a(0x455)],_0x4a626b),_0x3706d8(()=>{const _0x56c89d=_0x46b52a;this[_0x56c89d(0x564)][_0x56c89d(0x5c1)](_0x4a626b[_0x56c89d(0x455)])===_0x4a626b&&this[_0x56c89d(0x564)]['delete'](_0x4a626b[_0x56c89d(0x455)]);});}[_0x40f88b(0x3bc)](_0x4048cf){return this['_providers']['get'](_0x4048cf);}[_0x40f88b(0x622)](_0x56f8ed){const _0x3c6ed9=_0x40f88b;return this[_0x3c6ed9(0x1cd)]['get'](_0x56f8ed);}[_0x40f88b(0x1fa)](_0x4733d8){const _0x3dac1=_0x40f88b;var _0x167841,_0x3f6f54;let _0x586e9b=this['getCacheKey'](_0x4733d8),_0x3c2d61=this[_0x3dac1(0x19b)][_0x3dac1(0x5c1)](_0x586e9b);if(_0x3c2d61&&(_0x3c2d61[_0x3dac1(0x592)]===_0x3dac1(0x56a)||_0x3c2d61['status']===_0x3dac1(0x433)))return _0x3c2d61;let _0x309ae9=this[_0x3dac1(0x1cd)]['get'](_0x4733d8[_0x3dac1(0x5d1)]['embedId']),_0x586832={'embedId':_0x4733d8[_0x3dac1(0x5d1)][_0x3dac1(0x18d)],'childUnitId':_0x4733d8[_0x3dac1(0x252)],'childType':_0x4733d8[_0x3dac1(0x455)],'status':_0x3dac1(0x56a),'width':Math[_0x3dac1(0x1ce)](0x1,Math[_0x3dac1(0x3dc)](_0x4733d8[_0x3dac1(0x228)])),'height':Math['max'](0x1,Math[_0x3dac1(0x3dc)](_0x4733d8[_0x3dac1(0x257)])),'dpr':_0x4733d8[_0x3dac1(0x181)],'viewState':(_0x167841=_0x4733d8[_0x3dac1(0x242)])==null?_0x309ae9==null?void 0x0:_0x309ae9[_0x3dac1(0x242)]:_0x167841,'revision':((_0x3f6f54=_0x309ae9==null?void 0x0:_0x309ae9[_0x3dac1(0x4f5)])==null?0x0:_0x3f6f54)+0x1,'updatedAt':Date[_0x3dac1(0x407)]()};return this[_0x3dac1(0x19b)][_0x3dac1(0x2e3)](_0x586e9b,_0x586832),this['_entriesByEmbedId'][_0x3dac1(0x2e3)](_0x586832[_0x3dac1(0x18d)],_0x586832),this[_0x3dac1(0x2af)]['push'](_0x4733d8),this['_drainQueue'](),this[_0x3dac1(0x16f)][_0x3dac1(0x3e5)](_0x586832),_0x586832;}async[_0x40f88b(0x361)](_0x516002){const _0x25d614=_0x40f88b;let _0x5dcee1=this[_0x25d614(0x564)]['get'](_0x516002[_0x25d614(0x455)]);if(!_0x5dcee1)return;let _0x78c54e=await _0x5dcee1[_0x25d614(0x361)](_0x516002);return this[_0x25d614(0x4c3)](_0x516002[_0x25d614(0x18d)],_0x78c54e),_0x78c54e;}async[_0x40f88b(0x2c4)](_0x53e5c2,_0x138dae){const _0x48ebd8=_0x40f88b;if(_0x138dae==null)return;let _0x4b0452=this['_providers'][_0x48ebd8(0x5c1)](_0x53e5c2['childType']);await(_0x4b0452==null?void 0x0:_0x4b0452[_0x48ebd8(0x2c4)](_0x53e5c2,_0x138dae));}[_0x40f88b(0x4c3)](_0x550482,_0x5d3897){const _0x42e590=_0x40f88b;let _0x5c059d=this['_entriesByEmbedId'][_0x42e590(0x5c1)](_0x550482);if(!_0x5c059d){let _0x22cc8d={'embedId':_0x550482,'childUnitId':'','childType':void 0x0,'status':_0x42e590(0x670),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x5d3897,'revision':0x0,'updatedAt':Date[_0x42e590(0x407)]()};this['_entriesByEmbedId'][_0x42e590(0x2e3)](_0x550482,_0x22cc8d),this[_0x42e590(0x16f)][_0x42e590(0x3e5)](_0x22cc8d);return;}_0x5c059d[_0x42e590(0x242)]=_0x5d3897,_0x5c059d['updatedAt']=Date[_0x42e590(0x407)](),this[_0x42e590(0x16f)][_0x42e590(0x3e5)](_0x5c059d);}[_0x40f88b(0x247)](_0x38b3b7,_0x166d30){const _0x3be944=_0x40f88b;let _0x5bb9e2=this[_0x3be944(0x1cd)][_0x3be944(0x5c1)](_0x38b3b7);_0x5bb9e2&&(_0x5bb9e2[_0x3be944(0x592)]='stale',_0x5bb9e2[_0x3be944(0x2a7)]=_0x166d30,_0x5bb9e2[_0x3be944(0x18c)]=Date[_0x3be944(0x407)](),this[_0x3be944(0x16f)][_0x3be944(0x3e5)](_0x5bb9e2));}['invalidate'](_0x475f68){const _0x1460a3=_0x40f88b;let _0x4ea000=this[_0x1460a3(0x1cd)][_0x1460a3(0x5c1)](_0x475f68);this[_0x1460a3(0x1cd)]['delete'](_0x475f68),_0x4ea000&&Array[_0x1460a3(0x3d1)](this[_0x1460a3(0x19b)][_0x1460a3(0x355)]())[_0x1460a3(0x496)](([_0x4444cc,_0x1686a9])=>{const _0x447f6d=_0x1460a3;_0x1686a9['embedId']===_0x475f68&&this[_0x447f6d(0x19b)][_0x447f6d(0x5ab)](_0x4444cc);});}[_0x40f88b(0x545)](_0xd6493e){const _0x2913b3=_0x40f88b;return[_0xd6493e[_0x2913b3(0x5d1)][_0x2913b3(0x18d)],_0xd6493e[_0x2913b3(0x252)],_0xd6493e[_0x2913b3(0x455)],Math[_0x2913b3(0x1ce)](0x1,Math[_0x2913b3(0x3dc)](_0xd6493e[_0x2913b3(0x228)])),Math[_0x2913b3(0x1ce)](0x1,Math[_0x2913b3(0x3dc)](_0xd6493e[_0x2913b3(0x257)])),_0xd6493e[_0x2913b3(0x181)]][_0x2913b3(0x316)]('::');}async[_0x40f88b(0x2db)](){const _0x14ebfd=_0x40f88b;for(;this[_0x14ebfd(0x2af)][_0x14ebfd(0x39b)]>0x0||this[_0x14ebfd(0x194)]||this[_0x14ebfd(0x481)];){var _0x3ed52f;await((_0x3ed52f=this[_0x14ebfd(0x481)])==null?Promise['resolve']():_0x3ed52f),await Promise[_0x14ebfd(0x42f)]();}}[_0x40f88b(0x602)](){const _0x1192cc=_0x40f88b;this['_providers'][_0x1192cc(0x410)](),this['_entriesByEmbedId']['clear'](),this[_0x1192cc(0x19b)][_0x1192cc(0x410)](),this[_0x1192cc(0x2af)][_0x1192cc(0x39b)]=0x0,this[_0x1192cc(0x16f)][_0x1192cc(0x184)]();}[_0x40f88b(0x4ec)](){const _0x5ae4cf=_0x40f88b;this['_rendering']||this['_activeDrain']||(this[_0x5ae4cf(0x481)]=this[_0x5ae4cf(0x2d0)]()[_0x5ae4cf(0x26d)](()=>{this['_activeDrain']=null;}));}async[_0x40f88b(0x2d0)](){const _0x42f805=_0x40f88b;if(!this['_rendering']){this[_0x42f805(0x194)]=!0x0;try{for(;this[_0x42f805(0x2af)][_0x42f805(0x39b)]>0x0;)await this[_0x42f805(0x554)](this[_0x42f805(0x2af)][_0x42f805(0x26a)]());}finally{this[_0x42f805(0x194)]=!0x1;}}}async['_renderOne'](_0xd73700){const _0x5b90af=_0x40f88b;let _0x40b859=this[_0x5b90af(0x545)](_0xd73700),_0x4bfbc2=this[_0x5b90af(0x19b)][_0x5b90af(0x5c1)](_0x40b859);if(!_0x4bfbc2||_0x4bfbc2[_0x5b90af(0x592)]!==_0x5b90af(0x56a))return;let _0x1b58e5=this['_providers'][_0x5b90af(0x5c1)](_0xd73700[_0x5b90af(0x455)]),_0xe47bce=this['_findPreviousReadyEntry'](_0x4bfbc2[_0x5b90af(0x18d)],_0x4bfbc2);if(!_0x1b58e5){let _0x2e216e=_0xd73700[_0x5b90af(0x35e)]?Bo(_0xd73700['context']):void 0x0;if(_0x2e216e){_0x4bfbc2[_0x5b90af(0x483)]=_0x2e216e,_0x4bfbc2[_0x5b90af(0x592)]=_0x5b90af(0x433),_0x4bfbc2[_0x5b90af(0x18c)]=Date['now'](),this['_entriesByEmbedId'][_0x5b90af(0x2e3)](_0x4bfbc2['embedId'],_0x4bfbc2),this[_0x5b90af(0x16f)]['next'](_0x4bfbc2);return;}this[_0x5b90af(0x46b)](_0x4bfbc2,_0xe47bce,Error(_0x5b90af(0x31d)+_0xd73700[_0x5b90af(0x455)]));return;}try{let _0x26a25d=await _0x1b58e5[_0x5b90af(0x19f)]({..._0xd73700,'width':_0x4bfbc2['width'],'height':_0x4bfbc2[_0x5b90af(0x257)],'viewState':_0x4bfbc2[_0x5b90af(0x242)]});if(this[_0x5b90af(0x19b)][_0x5b90af(0x5c1)](_0x40b859)!==_0x4bfbc2||_0x4bfbc2[_0x5b90af(0x592)]!==_0x5b90af(0x56a))return;if(!_0x26a25d){this[_0x5b90af(0x46b)](_0x4bfbc2,_0xe47bce,Error(_0x5b90af(0x202)));return;}_0x4bfbc2[_0x5b90af(0x483)]=_0x26a25d,_0x4bfbc2[_0x5b90af(0x592)]=_0x5b90af(0x433),_0x4bfbc2[_0x5b90af(0x18c)]=Date[_0x5b90af(0x407)](),this[_0x5b90af(0x1cd)][_0x5b90af(0x2e3)](_0x4bfbc2[_0x5b90af(0x18d)],_0x4bfbc2),this[_0x5b90af(0x16f)]['next'](_0x4bfbc2);}catch(_0x29641c){this[_0x5b90af(0x46b)](_0x4bfbc2,_0xe47bce,_0x29641c);}}[_0x40f88b(0x40c)](_0x2b7cb4,_0x12e7aa){const _0x212103=_0x40f88b;let _0x22810d=this[_0x212103(0x1cd)][_0x212103(0x5c1)](_0x2b7cb4);return _0x22810d&&_0x22810d!==_0x12e7aa&&_0x22810d[_0x212103(0x483)]?_0x22810d:Array[_0x212103(0x3d1)](this['_entriesByKey']['values']())[_0x212103(0x326)]()[_0x212103(0x44b)](_0x2f289c=>_0x2f289c[_0x212103(0x18d)]===_0x2b7cb4&&_0x2f289c!==_0x12e7aa&&_0x2f289c[_0x212103(0x483)]);}['_setRenderFailure'](_0x48a1b0,_0x301b6e,_0x441539){const _0x56ea5a=_0x40f88b;var _0x813f0f;_0x48a1b0['status']=_0x301b6e!=null&&_0x301b6e['image']?_0x56ea5a(0x670):_0x56ea5a(0x2a7),_0x48a1b0[_0x56ea5a(0x483)]=_0x301b6e==null?void 0x0:_0x301b6e['image'],_0x48a1b0['viewState']=(_0x813f0f=_0x48a1b0[_0x56ea5a(0x242)])==null?_0x301b6e==null?void 0x0:_0x301b6e[_0x56ea5a(0x242)]:_0x813f0f,_0x48a1b0[_0x56ea5a(0x2a7)]=_0x441539,_0x48a1b0[_0x56ea5a(0x18c)]=Date[_0x56ea5a(0x407)](),this['_entriesByEmbedId'][_0x56ea5a(0x2e3)](_0x48a1b0[_0x56ea5a(0x18d)],_0x48a1b0),this[_0x56ea5a(0x16f)][_0x56ea5a(0x3e5)](_0x48a1b0);}},ic=class{constructor(){const _0x374936=_0x40f88b;Y(this,_0x374936(0x3de),new Map()),Y(this,_0x374936(0x317),new _0x2a5057()),Y(this,_0x374936(0x64d),this[_0x374936(0x317)][_0x374936(0x5e7)]());}['register'](_0x37ff40){const _0x2cdcf8=_0x40f88b;return this[_0x2cdcf8(0x3de)][_0x2cdcf8(0x2e3)](_0x37ff40[_0x2cdcf8(0x18d)],_0x37ff40),this[_0x2cdcf8(0x385)]({'embedId':_0x37ff40[_0x2cdcf8(0x18d)],'reason':_0x2cdcf8(0x260)}),_0x3706d8(()=>{const _0x26bb7e=_0x2cdcf8;this['_registrations'][_0x26bb7e(0x5c1)](_0x37ff40[_0x26bb7e(0x18d)])===_0x37ff40&&(this[_0x26bb7e(0x3de)][_0x26bb7e(0x5ab)](_0x37ff40[_0x26bb7e(0x18d)]),this['invalidate']({'embedId':_0x37ff40[_0x26bb7e(0x18d)],'reason':_0x26bb7e(0x260)}));});}[_0x40f88b(0x34a)](_0x57dcff){const _0x11acb6=_0x40f88b;return this['_registrations'][_0x11acb6(0x5c1)](_0x57dcff);}[_0x40f88b(0x28a)](_0x45d383){const _0x5f182e=_0x40f88b;return Array[_0x5f182e(0x3d1)](this['_registrations'][_0x5f182e(0x3be)]())['find'](_0x4b41db=>_0x4b41db[_0x5f182e(0x252)]===_0x45d383);}[_0x40f88b(0x385)](_0x4067f7){const _0x3a2638=_0x40f88b;this[_0x3a2638(0x317)][_0x3a2638(0x3e5)](_0x4067f7);}};let ac=class{constructor(_0x50457f,_0x3eb3dd,_0x26c3c4,_0x289a27){const _0x3ab0ce=_0x40f88b;this[_0x3ab0ce(0x5c2)]=_0x50457f,this[_0x3ab0ce(0x4b9)]=_0x3eb3dd,this[_0x3ab0ce(0x67a)]=_0x26c3c4,this['_anchorModelService']=_0x289a27;}async[_0x40f88b(0x452)](_0x2b7a2c){const _0x28ea4d=_0x40f88b;return this[_0x28ea4d(0x4b9)][_0x28ea4d(0x452)](_0x2b7a2c);}async['restoreEmbed'](_0x238d0f){const _0x438c18=_0x40f88b;var _0xa7080e;let _0x567f6a=_0x238d0f[_0x438c18(0x5d1)],_0x3ccea4=(_0xa7080e=_0x238d0f[_0x438c18(0x4da)])==null?this['_hostAdapterRegistry']['restoreAnchor']({'embedId':_0x567f6a[_0x438c18(0x18d)],'hostUnitId':_0x567f6a[_0x438c18(0x3d0)],'hostType':_0x567f6a[_0x438c18(0x269)],'entry':_0x567f6a[_0x438c18(0x24c)],'hostAnchorId':_0x567f6a['hostAnchorId'],'hostContext':_0x238d0f[_0x438c18(0x660)],'descriptor':_0x567f6a}):_0xa7080e;return this[_0x438c18(0x5c2)]['addDescriptor'](_0x567f6a[_0x438c18(0x3d0)],_0x567f6a),this['_anchorModelService'][_0x438c18(0x165)](_0x3ccea4),this['_modelService'][_0x438c18(0x478)](_0x567f6a[_0x438c18(0x3d0)],_0x567f6a[_0x438c18(0x18d)]);}};ac=Vo([$(0x0,_0x1602db(_0x38f582)),$(0x1,_0x1602db(_0x2ebb41)),$(0x2,_0x1602db(_0xb5a6f1)),$(0x3,_0x1602db(_0x2b87af))],ac);function oc(_0x1b8a82){const _0x4ff4f2=_0x40f88b;var _0x135f5b,_0x3a302a,_0xf55c27,_0x71538a,_0x17c915;if(!_0x1b8a82)return;let _0x5c9877=(_0x135f5b=(_0x3a302a=_0x1b8a82[_0x4ff4f2(0x208)](_0x4ff4f2(0x36f)))==null?void 0x0:_0x3a302a[_0x4ff4f2(0x283)]('data-embed-interaction-boundary-owner'))==null?void 0x0:_0x135f5b,_0x2bcf11=sc(_0x1b8a82,_0x5c9877),_0x150655=(_0xf55c27=_0x2bcf11==null?void 0x0:_0x2bcf11[_0x4ff4f2(0x283)]('data-embed-id'))==null?_0x5c9877:_0xf55c27;if(_0x150655)return{'embedId':_0x150655,'hostUnitId':(_0x71538a=_0x2bcf11==null?void 0x0:_0x2bcf11[_0x4ff4f2(0x283)](_0x4ff4f2(0x1da)))==null?void 0x0:_0x71538a,'childUnitId':(_0x17c915=_0x2bcf11==null?void 0x0:_0x2bcf11[_0x4ff4f2(0x283)](_0x55e27a))==null?void 0x0:_0x17c915,'childType':lc(_0x2bcf11)};}function sc(_0x2897e0,_0x567ea8){const _0x46c822=_0x40f88b;var _0x41447e,_0x4018fd;let _0x49ec84=_0x2897e0==null?void 0x0:_0x2897e0[_0x46c822(0x208)](_0x46c822(0x5cf));if(_0x49ec84&&(!_0x567ea8||_0x49ec84[_0x46c822(0x283)](_0x46c822(0x41a))===_0x567ea8))return _0x49ec84;let _0x122dfe=(_0x41447e=_0x2897e0==null?void 0x0:_0x2897e0[_0x46c822(0x1e6)])==null?typeof document>'u'?void 0x0:document:_0x41447e;return!_0x122dfe||!_0x567ea8?_0x49ec84==null?void 0x0:_0x49ec84:(_0x4018fd=_0x122dfe[_0x46c822(0x406)](_0x46c822(0x2b0)+cc(_0x567ea8)+'\x22]'))==null?void 0x0:_0x4018fd;}function cc(_0x4e0e6b){const _0x31f144=_0x40f88b;return _0x4e0e6b[_0x31f144(0x429)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function lc(_0x102bfb){let _0x327774=_0x102bfb==null?void 0x0:_0x102bfb['getAttribute']('data-embed-child-type');if(_0x327774!=null&&_0x327774!=='')return Number(_0x327774);}var uc=class{constructor(){const _0x317d32=_0x40f88b;Y(this,_0x317d32(0x3e9),new WeakMap()),Y(this,_0x317d32(0x655),new WeakSet());}[_0x40f88b(0x549)](_0xa35e7a){const _0x535526=_0x40f88b;let _0x476383=this[_0x535526(0x3e9)][_0x535526(0x5c1)](_0xa35e7a);if(!_0x476383){let _0x5f1fd0=_0xa35e7a[_0x535526(0x1e6)][_0x535526(0x68c)];if(!_0x5f1fd0)return _0x3706d8(()=>{});let _0xf86f94=_0x3f1e28=>this[_0x535526(0x411)](_0xa35e7a,_0x3f1e28);_0x5f1fd0['addEventListener'](_0x535526(0x626),_0xf86f94,{'capture':!0x0,'passive':!0x0}),_0x476383={'activeUntil':0x0,'dispose':()=>_0x5f1fd0[_0x535526(0x536)]('wheel',_0xf86f94,{'capture':!0x0}),'refCount':0x0},this['_sessions'][_0x535526(0x2e3)](_0xa35e7a,_0x476383);}let _0xca3305=_0x476383;return _0xca3305[_0x535526(0x581)]+=0x1,_0x3706d8(()=>{const _0x3c2768=_0x535526;--_0xca3305[_0x3c2768(0x581)],!(_0xca3305[_0x3c2768(0x581)]>0x0||this[_0x3c2768(0x3e9)]['get'](_0xa35e7a)!==_0xca3305)&&(_0xca3305['dispose'](),this['_sessions'][_0x3c2768(0x5ab)](_0xa35e7a));});}[_0x40f88b(0x33e)](_0x47440b){const _0x3985b7=_0x40f88b;return this[_0x3985b7(0x655)][_0x3985b7(0x17b)](_0x47440b);}[_0x40f88b(0x411)](_0x404529,_0x5d387d){const _0x1ae759=_0x40f88b;var _0x4568a7;let _0x510fc2=_0x404529[_0x1ae759(0x1e6)][_0x1ae759(0x68c)];if(!_0x510fc2)return;let _0x13a704=dc(_0x5d387d,_0x510fc2);if(!_0x13a704||!_0x404529['contains'](_0x13a704))return;let _0x279f89=this[_0x1ae759(0x3e9)]['get'](_0x404529);if(!_0x279f89)return;let _0x4227cb=Date['now'](),_0x11f64c=sc(_0x13a704);if(!_0x11f64c||!_0x404529[_0x1ae759(0x60e)](_0x11f64c)){_0x279f89['activeUntil']=_0x4227cb+0x1f4;return;}if(((_0x4568a7=oc(_0x11f64c))==null?void 0x0:_0x4568a7[_0x1ae759(0x455)])===_0x3202aa[_0x1ae759(0x2b6)]){_0x279f89[_0x1ae759(0x21e)]=_0x4227cb+0x1f4,this[_0x1ae759(0x655)][_0x1ae759(0x538)](_0x5d387d);return;}_0x4227cb>=_0x279f89[_0x1ae759(0x21e)]||(_0x279f89['activeUntil']=_0x4227cb+0x1f4,this[_0x1ae759(0x655)][_0x1ae759(0x538)](_0x5d387d));}};function dc(_0x107439,_0x5d94e9){const _0x5c6df7=_0x40f88b;let _0x143f37=_0x107439[_0x5c6df7(0x3c3)];return _0x143f37 instanceof _0x5d94e9['HTMLElement']?_0x143f37:_0x143f37 instanceof _0x5d94e9[_0x5c6df7(0x4d4)]||_0x143f37 instanceof _0x5d94e9[_0x5c6df7(0x50b)]?_0x143f37[_0x5c6df7(0x42a)]:null;}var fc=class{constructor(){Y(this,'_providers',new Map());}[_0x40f88b(0x549)](_0x1df5e0){const _0x1e8278=_0x40f88b;return this[_0x1e8278(0x564)]['set'](_0x1df5e0[_0x1e8278(0x455)],_0x1df5e0),_0x3706d8(()=>{const _0x32bf27=_0x1e8278;this[_0x32bf27(0x564)]['get'](_0x1df5e0[_0x32bf27(0x455)])===_0x1df5e0&&this['_providers'][_0x32bf27(0x5ab)](_0x1df5e0[_0x32bf27(0x455)]);});}['get'](_0x435314,_0x48ea47){const _0x4d5dd8=_0x40f88b;var _0x22343b;let _0x38d629=this[_0x4d5dd8(0x564)][_0x4d5dd8(0x5c1)](_0x435314);if(_0x38d629&&!(_0x48ea47&&(_0x22343b=_0x38d629[_0x4d5dd8(0x353)])!=null&&_0x22343b[_0x4d5dd8(0x39b)]&&!_0x38d629[_0x4d5dd8(0x353)][_0x4d5dd8(0x3cc)](_0x48ea47)))return _0x38d629;}[_0x40f88b(0x49c)](){const _0x48b675=_0x40f88b;return[...this[_0x48b675(0x564)][_0x48b675(0x3be)]()];}},pc=class{constructor(){const _0x3c5c6e=_0x40f88b;Y(this,_0x3c5c6e(0x179),[]);}[_0x40f88b(0x549)](_0x369682){const _0x432b5b=_0x40f88b;return this[_0x432b5b(0x179)][_0x432b5b(0x486)](_0x369682),this[_0x432b5b(0x59e)](),_0x3706d8(()=>{const _0xc0dae4=_0x432b5b;let _0x4ba458=this[_0xc0dae4(0x179)]['indexOf'](_0x369682);_0x4ba458>=0x0&&this[_0xc0dae4(0x179)]['splice'](_0x4ba458,0x1);});}['handleWheel'](_0x357d74){const _0xb48e79=_0x40f88b;for(let _0x3e285d of this[_0xb48e79(0x179)]){var _0x458a21;if(_0x3e285d[_0xb48e79(0x455)]===_0x357d74[_0xb48e79(0x455)]&&!(_0x357d74[_0xb48e79(0x649)]&&(_0x458a21=_0x3e285d[_0xb48e79(0x353)])!=null&&_0x458a21[_0xb48e79(0x39b)]&&!_0x3e285d[_0xb48e79(0x353)][_0xb48e79(0x3cc)](_0x357d74['layout']))&&_0x3e285d[_0xb48e79(0x49e)](_0x357d74)===!0x0)return!0x0;}return!0x1;}[_0x40f88b(0x49c)](){const _0x2863bc=_0x40f88b;return[...this[_0x2863bc(0x179)]];}[_0x40f88b(0x59e)](){const _0x18f7aa=_0x40f88b;this[_0x18f7aa(0x179)]['sort']((_0x559a13,_0x5ae00f)=>{const _0x351595=_0x18f7aa;var _0x417242,_0x213471;return((_0x417242=_0x5ae00f[_0x351595(0x2df)])==null?0x0:_0x417242)-((_0x213471=_0x559a13[_0x351595(0x2df)])==null?0x0:_0x213471);});}};function mc(_0x28744d){const _0x409cef=_0x40f88b;let {hostUnitId:_0x12b139,embedId:_0x23c4f3,className:_0x62ed7b}=_0x28744d,_0x2e80e6=_0x261426(null),_0x5d2ee8=_0x3d8863(_0x38f582),_0x2ebce3=_0x3d8863(qo),_0x36d5b4=_0x3d8863(Jo),_0x4a944b=_0x7b9013(_0x901463=>{const _0x42bcb6=_0x2546;_0x901463[_0x42bcb6(0x6a0)](),_0x901463[_0x42bcb6(0x661)](),!(!_0x12b139||!_0x23c4f3)&&hc({'hostUnitId':_0x12b139,'embedId':_0x23c4f3,'activationService':_0x2ebce3,'embedModelService':_0x5d2ee8,'fullscreenService':_0x36d5b4});},[_0x2ebce3,_0x23c4f3,_0x5d2ee8,_0x36d5b4,_0x12b139]);return _0x1bdf43(()=>{const _0x7fa92f=_0x2546;let _0x22625a=_0x2e80e6[_0x7fa92f(0x1be)];if(!_0x22625a)return;let _0x5c135d=_0x5e7b36=>{_0x5e7b36['stopPropagation']();};return _0x22625a[_0x7fa92f(0x2dd)](_0x7fa92f(0x426),_0x5c135d),_0x22625a[_0x7fa92f(0x2dd)]('click',_0x4a944b),()=>{const _0x4a385a=_0x7fa92f;_0x22625a[_0x4a385a(0x536)](_0x4a385a(0x426),_0x5c135d),_0x22625a[_0x4a385a(0x536)](_0x4a385a(0x189),_0x4a944b);};},[_0x4a944b]),_0x5866b8(_0x409cef(0x171),{'ref':_0x2e80e6,'type':_0x409cef(0x171),'className':_0x187b73(_0x409cef(0x61b),_0x62ed7b),'data-embed-float-fullscreen-button':'true','children':_0x5866b8(_0x2a726f,{'className':_0x409cef(0x3f9)})});}function hc(_0x361752){const _0x15c6a1=_0x40f88b;var _0x4c2fbd;let _0x12786f=_0x361752[_0x15c6a1(0x627)][_0x15c6a1(0x478)](_0x361752[_0x15c6a1(0x3d0)],_0x361752['embedId']);return!(_0x12786f!=null&&_0x12786f[_0x15c6a1(0x252)])||_0x12786f[_0x15c6a1(0x455)]==null?!0x1:((_0x4c2fbd=_0x361752['activationService'])==null||_0x4c2fbd[_0x15c6a1(0x315)](_0x361752['embedId'],_0x361752[_0x15c6a1(0x3d0)]),_0x361752[_0x15c6a1(0x466)]['enter'](_0x12786f),!0x0);}const gc=_0x40f88b(0x2f2),_c=Symbol(_0x40f88b(0x583)),vc=Symbol('univer.embed.host-vertical-wheel-attempted-event'),yc=new Map(),bc=_0x40f88b(0x422),xc=_0x40f88b(0x372),Sc=[bc,xc],Cc='[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]';function wc(_0x5a1211){const _0x1bd161=_0x40f88b;var _0x4d7503,_0x12f606,_0x2493eb,_0x40a37c,_0x367b75,_0xcbb57f,_0x3b3025,_0x1707d7,_0x433406;let {data:_0x224123,deferInactiveFloatingChrome:_0x5ca3c0,docsCustomBlockLayout:_0x426633,enableStage1BodyDrag:_0x379e6e,floatingChromeZIndex:_0x2ec57f,fullscreenButtonInBlock:_0x240d8a,hostFloatDomLayout$:_0x400301,initialStage:_0x15b656,interactionFlow:_0x28b1a3=_0x1bd161(0x2fb),isExternalHostInteraction:_0x4b2638,onHostWheel:_0x4864dc,onRuntimeStageEnter:_0x598e71,onRuntimeStageExit:_0x2407cb,resolveHostWheelGestureRoot:_0x114ed1,syncHostVerticalScroll:_0xd76cb6}=_0x5a1211,_0x165519=_0x261426(null),_0x4710ad=_0x261426(null),_0x58adec=_0x261426(null),_0x29e7c2=_0x261426(null),_0x4e6293=_0x261426(null),_0x3f90df=_0x261426(null),_0x299625=_0x261426(null),_0xb0fa6a=_0x261426(null),_0x477c8e=_0x261426(null),_0x4c8514=_0x3d8863(_0x38f582),_0x39700f=_0x3d8863(Fo),_0x3feb0b=_0x3d8863(za),_0x191e71=_0x3d8863(qo),_0x15829a=_0x3d8863(rc),_0x2b9507=_0x3d8863(ic),_0x3dacc6=_0x3d8863(Jo),_0x373739=_0x3d8863(Ha),_0x2dc0ea=_0x3d8863(Wo),_0x3c87b0=_0x3d8863(ac),_0x41711b=_0x3d8863(pc),_0x52c1c3=_0x3d8863(fc),_0x15d770=_0x3d8863(Z),_0x262469=_0x3d8863(uc),_0xf1d83c=_0x3d8863(_0x12f507),_0xb792e1=Yc(_0x224123),_0x4b7b19=_0x426633!=null&&_0x426633['sheetLike']?_0x426633:void 0x0,[_0x38778e,_0x4065ac]=_0x5c70c0(0x0),_0x40014e=_0x3171dc(()=>_0x3feb0b['active$']['pipe'](_0x2ac3e5(()=>_0xb792e1!=null&&_0xb792e1[_0x1bd161(0x18d)]?_0x3feb0b[_0x1bd161(0x61a)](_0xb792e1[_0x1bd161(0x18d)]):_0x1bd161(0x2a9))),_0x15b656==null?_0xb792e1!=null&&_0xb792e1['embedId']?_0x3feb0b[_0x1bd161(0x61a)](_0xb792e1[_0x1bd161(0x18d)]):_0x1bd161(0x2a9):_0x15b656,!0x1,[_0xb792e1==null?void 0x0:_0xb792e1['embedId'],_0x3feb0b]),_0x236ae6=_0x261426(_0x40014e),_0x37b31b=_0x261426(!0x1),_0x36804e=_0x261426(void 0x0),_0xfb3792=_0x261426(void 0x0),_0x2205b5=_0x261426(void 0x0),_0xd49d3a=_0x261426(void 0x0),_0x23d20b=_0x261426(void 0x0),_0x232ddd=_0x261426(void 0x0),_0x45feae=_0x261426(0x0),_0x4c05d5=_0x261426(0x0),_0x223052=_0x261426(0x0),_0x13d8ef=_0x261426([]),_0x54533a=_0x261426(_0x40014e);_0x54533a[_0x1bd161(0x1be)]=_0x40014e;let _0x1bed08=_0x7b9013(()=>{const _0x53cdcd=_0x1bd161;var _0x91054a;(_0x91054a=_0x2205b5[_0x53cdcd(0x1be)])==null||_0x91054a[_0x53cdcd(0x602)](),_0x2205b5[_0x53cdcd(0x1be)]=void 0x0;},[]),_0x216592=_0x7b9013(()=>{const _0x1e3032=_0x1bd161;var _0x40aa50,_0x46db65,_0x1c7ee4,_0x26e34e,_0x1d57bf,_0x53eb8c,_0x2a639a,_0x3732dd;if(!(_0xb792e1!=null&&_0xb792e1[_0x1e3032(0x18d)])||_0x2205b5[_0x1e3032(0x1be)])return;let _0x2754f6=_0xb792e1[_0x1e3032(0x3d0)]?_0x4c8514['getDescriptor'](_0xb792e1['hostUnitId'],_0xb792e1[_0x1e3032(0x18d)]):void 0x0,_0x57c989=Ec(_0x2754f6),_0x3881c4=(_0x40aa50=(_0x46db65=(_0x1c7ee4=_0xb792e1[_0x1e3032(0x252)])==null?_0x2754f6==null?void 0x0:_0x2754f6[_0x1e3032(0x252)]:_0x1c7ee4)==null?(_0x26e34e=_0xfb3792[_0x1e3032(0x1be)])==null?void 0x0:_0x26e34e[_0x1e3032(0x252)]:_0x46db65)==null?_0x57c989==null?void 0x0:_0x57c989[_0x1e3032(0x252)]:_0x40aa50,_0x493601=(_0x1d57bf=(_0x53eb8c=(_0x2a639a=_0xb792e1['childType'])==null?_0x2754f6==null?void 0x0:_0x2754f6[_0x1e3032(0x455)]:_0x2a639a)==null?(_0x3732dd=_0xfb3792[_0x1e3032(0x1be)])==null?void 0x0:_0x3732dd['childType']:_0x53eb8c)==null?_0x57c989==null?void 0x0:_0x57c989[_0x1e3032(0x455)]:_0x1d57bf;_0x2205b5[_0x1e3032(0x1be)]=_0x15d770[_0x1e3032(0x3da)]({'embedId':_0xb792e1[_0x1e3032(0x18d)],'role':'child-session','owner':_0x28b1a3===_0x1e3032(0x529)?xc:bc,'sessionMode':'child-keyboard','hostUnitId':_0xb792e1[_0x1e3032(0x3d0)],'childUnitId':_0x3881c4,'childType':_0x493601});},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x455)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x252)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1['hostUnitId'],_0x4c8514,_0x15d770,_0x28b1a3]),_0x2c0539=_0x7b9013(()=>{const _0x2ba915=_0x1bd161;if(!(_0xb792e1!=null&&_0xb792e1['embedId']))return;let _0x23f96a=_0xb792e1['embedId'];window[_0x2ba915(0x503)](()=>{const _0x335cec=_0x2ba915;_0x3feb0b[_0x335cec(0x61a)](_0x23f96a)!==_0x335cec(0x1a9)&&_0x1bed08();});},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x3feb0b,_0x1bed08]),_0xbbd86b=_0xb792e1!=null&&_0xb792e1['hostUnitId']?_0x4c8514[_0x1bd161(0x478)](_0xb792e1[_0x1bd161(0x3d0)],_0xb792e1[_0x1bd161(0x18d)]):void 0x0,_0x57d677=Ec(_0xbbd86b),_0x36eb16=(_0x4d7503=(_0x12f606=(_0x2493eb=_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x252)])==null?_0xbbd86b==null?void 0x0:_0xbbd86b[_0x1bd161(0x252)]:_0x2493eb)==null?(_0x40a37c=_0xfb3792[_0x1bd161(0x1be)])==null?void 0x0:_0x40a37c[_0x1bd161(0x252)]:_0x12f606)==null?_0x57d677==null?void 0x0:_0x57d677[_0x1bd161(0x252)]:_0x4d7503,_0x12568b=(_0x367b75=(_0xcbb57f=(_0x3b3025=_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x455)])==null?_0xbbd86b==null?void 0x0:_0xbbd86b[_0x1bd161(0x455)]:_0x3b3025)==null?(_0x1707d7=_0xfb3792[_0x1bd161(0x1be)])==null?void 0x0:_0x1707d7[_0x1bd161(0x455)]:_0xcbb57f)==null?_0x57d677==null?void 0x0:_0x57d677[_0x1bd161(0x455)]:_0x367b75,_0x4f02a8=_0x12568b==null||(_0x433406=_0x39700f[_0x1bd161(0x5c1)](_0x12568b))==null?void 0x0:_0x433406['canvasRootClassName'],_0x573ac0=ec(_0xbbd86b,_0x40014e);_0x1bdf43(()=>{const _0x300e15=_0x1bd161;if(!(!(_0xb792e1!=null&&_0xb792e1[_0x300e15(0x18d)])||_0x40014e!=='stage2'))return _0x216592(),_0x1bed08;},[_0x216592,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x1bed08,_0x40014e]),_0x1bdf43(()=>{const _0x7e0860=_0x1bd161;let _0x21956e=_0x165519[_0x7e0860(0x1be)],_0x14fe9b=El(_0xf1d83c,_0x15d770,_0xb792e1==null?void 0x0:_0xb792e1[_0x7e0860(0x18d)],_0x21956e,_0x40014e);if(_0x14fe9b)return()=>_0x14fe9b[_0x7e0860(0x602)]();},[_0xb792e1==null?void 0x0:_0xb792e1['embedId'],_0x15d770,_0xf1d83c,_0x40014e]),_0x1bdf43(()=>{const _0x31e81f=_0x1bd161;let _0x5a3bbc=_0x236ae6[_0x31e81f(0x1be)];_0x236ae6[_0x31e81f(0x1be)]=_0x40014e;let _0x405d06=_0x5a3bbc!==_0x40014e||!_0x37b31b['current']&&_0x40014e!=='inactive';_0x37b31b[_0x31e81f(0x1be)]=!0x0,_0x405d06&&(_0x598e71==null||_0x598e71(_0x40014e),_0x2b9507['invalidate']({'embedId':_0xb792e1==null?void 0x0:_0xb792e1[_0x31e81f(0x18d)],'reason':_0x31e81f(0x186)})),_0x5a3bbc===_0x31e81f(0x1a9)&&_0x40014e!=='stage2'&&(jl(_0xb792e1==null?void 0x0:_0xb792e1[_0x31e81f(0x18d)],xl(_0x29e7c2[_0x31e81f(0x1be)],_0x4e6293[_0x31e81f(0x1be)],_0x3f90df[_0x31e81f(0x1be)],_0xb0fa6a['current'],_0x477c8e[_0x31e81f(0x1be)])),_0x191e71[_0x31e81f(0x315)](_0xb792e1==null?void 0x0:_0xb792e1[_0x31e81f(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x31e81f(0x3d0)]),_0x2407cb==null||_0x2407cb());},[_0x191e71,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x2b9507,_0x598e71,_0x2407cb,_0x40014e]),_0x1bdf43(()=>{const _0x46d1dd=_0x1bd161;if(_0x15b656!==_0x46d1dd(0x1a9)||!(_0xb792e1!=null&&_0xb792e1[_0x46d1dd(0x18d)])||!_0xb792e1['hostUnitId'])return;let _0x59380a=_0x4c8514[_0x46d1dd(0x478)](_0xb792e1[_0x46d1dd(0x3d0)],_0xb792e1[_0x46d1dd(0x18d)]);_0x59380a!=null&&_0x59380a[_0x46d1dd(0x252)]&&_0x3feb0b[_0x46d1dd(0x30f)]({'hostUnitId':_0xb792e1['hostUnitId'],'embedId':_0xb792e1[_0x46d1dd(0x18d)],'childUnitId':_0x59380a['childUnitId']},_0x46d1dd(0x1a9));},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x4c8514,_0x3feb0b,_0x15b656]),_0x1bdf43(()=>{const _0x55701b=_0x1bd161;let _0x46d206=_0x29e7c2[_0x55701b(0x1be)],_0xe911c3=_0x4e6293[_0x55701b(0x1be)],_0x4c77e1=_0x3f90df[_0x55701b(0x1be)],_0x388dcf=_0xb0fa6a[_0x55701b(0x1be)],_0x4f24a9=_0x477c8e[_0x55701b(0x1be)];if(!_0x46d206||!_0xe911c3||!_0x4c77e1||!_0x388dcf||!_0x4f24a9)return;let _0x17b2db=_0xb792e1!=null&&_0xb792e1[_0x55701b(0x3d0)]?_0x4c8514['getDescriptor'](_0xb792e1[_0x55701b(0x3d0)],_0xb792e1[_0x55701b(0x18d)]):void 0x0,_0x17a5b3=_0x17b2db?Xc(_0x17b2db):void 0x0;if(!_0x17b2db||!_0x17a5b3||_0x573ac0===_0x55701b(0x487))return;let _0x44c2a4=!0x1,_0x515d54;return _0x3c87b0[_0x55701b(0x452)]({'descriptor':_0x17b2db})['then'](_0x164c8a=>{const _0x17c1bb=_0x55701b;var _0x5f1873;if(_0x44c2a4)return;let _0x3616d8=_0x2dc0ea[_0x17c1bb(0x4fa)](_0x164c8a,_0x46d206,{'content':_0xe911c3,'canvas':_0x4c77e1,'overlay':_0x388dcf,'popup':_0x4f24a9});_0x515d54=_0x164c8a[_0x17c1bb(0x18d)];let _0x5d67c3=_0x3616d8==null?void 0x0:_0x3616d8[_0x17c1bb(0x35e)];_0xfb3792['current']=_0x5d67c3;let _0x5f4140=_0xb792e1!=null&&_0xb792e1[_0x17c1bb(0x18d)]?(_0x5f1873=_0x15829a[_0x17c1bb(0x622)](_0xb792e1[_0x17c1bb(0x18d)]))==null?void 0x0:_0x5f1873[_0x17c1bb(0x242)]:void 0x0;_0x5d67c3&&_0x5f4140!=null&&_0x15829a[_0x17c1bb(0x2c4)](_0x5d67c3,_0x5f4140);})[_0x55701b(0x5e4)](_0x4e806f=>{throw _0x4e806f;}),()=>{const _0x344fb3=_0x55701b;var _0x5ac196;_0x44c2a4=!0x0,_0x515d54&&((_0x5ac196=_0xfb3792[_0x344fb3(0x1be)])==null?void 0x0:_0x5ac196[_0x344fb3(0x18d)])===_0x515d54&&(_0xfb3792[_0x344fb3(0x1be)]=void 0x0),_0x2dc0ea[_0x344fb3(0x36c)](_0x17b2db['embedId']);};},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x4c8514,_0x2dc0ea,_0x38778e,_0x15829a,_0x3c87b0,_0x573ac0]),_0x1bdf43(()=>{const _0x645b25=_0x1bd161;if(!(_0xb792e1!=null&&_0xb792e1[_0x645b25(0x18d)]))return;let _0x38d189=_0xb792e1[_0x645b25(0x18d)],_0x2df082=[];[{'element':_0x29e7c2[_0x645b25(0x1be)],'role':_0x645b25(0x23c)},{'element':_0x4e6293[_0x645b25(0x1be)],'role':_0x645b25(0x23c)},{'element':_0x3f90df[_0x645b25(0x1be)],'role':_0x645b25(0x23c)}][_0x645b25(0x496)](_0x96a3ab=>{const _0x27c61f=_0x645b25;let _0x1fa9b3=_0x96a3ab[_0x27c61f(0x3eb)];_0x1fa9b3&&_0x2df082[_0x27c61f(0x486)]({'element':_0x1fa9b3,'role':_0x96a3ab[_0x27c61f(0x53c)]});}),_0x40014e==='stage2'&&[{'element':_0x299625[_0x645b25(0x1be)],'role':_0x645b25(0x197)},{'element':_0xb0fa6a[_0x645b25(0x1be)],'role':_0x645b25(0x197)},{'element':_0x477c8e['current'],'role':_0x645b25(0x37c)}]['forEach'](_0x2a72c7=>{const _0xe727c2=_0x645b25;_0x2a72c7[_0xe727c2(0x3eb)]&&_0x2df082[_0xe727c2(0x486)](_0x2a72c7);});let _0x482efc=_0x2df082[_0x645b25(0x47e)](({element:_0x2ef3b1,role:_0x44668c})=>[_0x373739['registerRoot'](_0x38d189,_0x2ef3b1),_0x15d770[_0x645b25(0x1ec)]({'embedId':_0x38d189,'role':_0x44668c,'element':_0x2ef3b1})]);return()=>_0x482efc[_0x645b25(0x496)](_0x1ce1e3=>_0x1ce1e3[_0x645b25(0x602)]());},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x15d770,_0x373739,_0x40014e]),_0x1bdf43(()=>{const _0x1edf33=_0x1bd161;var _0x5c9664,_0x14d156,_0x29bc16,_0x5072b8;if(!(_0xb792e1!=null&&_0xb792e1[_0x1edf33(0x18d)])||_0x40014e!==_0x1edf33(0x1a9))return;let _0x2cb13a=(_0x5c9664=(_0x14d156=(_0x29bc16=_0x165519[_0x1edf33(0x1be)])==null?void 0x0:_0x29bc16['ownerDocument'])==null?(_0x5072b8=_0x29e7c2[_0x1edf33(0x1be)])==null?void 0x0:_0x5072b8[_0x1edf33(0x1e6)]:_0x14d156)==null?typeof document>'u'?void 0x0:document:_0x5c9664,_0x1e7315=_0x373739['activatePortalScope'](_0xb792e1[_0x1edf33(0x18d)],_0x2cb13a);return()=>{const _0x3dc809=_0x1edf33;_0x54533a['current']!==_0x3dc809(0x1a9)&&_0x373739[_0x3dc809(0x2e2)](_0xb792e1[_0x3dc809(0x18d)],_0x2cb13a),_0x1e7315[_0x3dc809(0x602)]();};},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x373739,_0x40014e]),_0x1bdf43(()=>{const _0xc4807b=_0x1bd161;var _0x2afad2,_0x30341b,_0x454f71,_0x2272a2;if(!(_0xb792e1!=null&&_0xb792e1[_0xc4807b(0x18d)])||_0x40014e!==_0xc4807b(0x1a9))return;let _0x4ad3b0=(_0x2afad2=(_0x30341b=(_0x454f71=_0x165519[_0xc4807b(0x1be)])==null?void 0x0:_0x454f71[_0xc4807b(0x1e6)])==null?(_0x2272a2=_0x29e7c2[_0xc4807b(0x1be)])==null?void 0x0:_0x2272a2[_0xc4807b(0x1e6)]:_0x30341b)==null?typeof document>'u'?void 0x0:document:_0x2afad2,_0x3efea2=_0x4ad3b0==null?void 0x0:_0x4ad3b0[_0xc4807b(0x406)]('[data-u-comp=\x22headerbar\x22]');if(!_0x3efea2)return;let _0xb50be9=[_0x373739[_0xc4807b(0x54a)](_0xb792e1[_0xc4807b(0x18d)],_0x3efea2),_0x15d770[_0xc4807b(0x1ec)]({'embedId':_0xb792e1[_0xc4807b(0x18d)],'role':_0xc4807b(0x197),'element':_0x3efea2})];return()=>_0xb50be9['forEach'](_0x2967eb=>_0x2967eb[_0xc4807b(0x602)]());},[_0xb792e1==null?void 0x0:_0xb792e1['embedId'],_0x15d770,_0x373739,_0x40014e]),_0x1bdf43(()=>{const _0x4ed417=_0x1bd161;let _0x132059=_0x165519[_0x4ed417(0x1be)],_0x214ed1=_0x132059==null?void 0x0:_0x132059[_0x4ed417(0x406)](_0x4ed417(0x28d));if(!(_0xb792e1!=null&&_0xb792e1[_0x4ed417(0x18d)])||!_0x132059)return;let _0x1fbcf6=_0xb792e1[_0x4ed417(0x3d0)]?_0x4c8514[_0x4ed417(0x478)](_0xb792e1[_0x4ed417(0x3d0)],_0xb792e1['embedId']):void 0x0,_0x335cfa=_0x2b9507['register']({'embedId':_0xb792e1['embedId'],'childUnitId':_0x1fbcf6==null?void 0x0:_0x1fbcf6[_0x4ed417(0x252)],'root':_0x132059,'viewport':_0x214ed1,'contentRoot':_0x4e6293[_0x4ed417(0x1be)]});return()=>_0x335cfa[_0x4ed417(0x602)]();},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x4c8514,_0x2b9507]),_0x1bdf43(()=>{const _0x4b86fa=_0x1bd161;if(!(_0xb792e1!=null&&_0xb792e1[_0x4b86fa(0x18d)]))return;let _0x3a9854=_0x3dacc6[_0x4b86fa(0x5f9)][_0x4b86fa(0x35d)](_0x362a06=>{const _0x1dddd6=_0x4b86fa;_0x362a06['embedId']===_0xb792e1[_0x1dddd6(0x18d)]&&(_0x191e71[_0x1dddd6(0x315)](_0xb792e1['embedId'],_0xb792e1['hostUnitId']),_0x2dc0ea['unmount'](_0xb792e1['embedId']),_0x23d20b[_0x1dddd6(0x1be)]!=null&&(window['cancelAnimationFrame'](_0x23d20b['current']),_0x23d20b[_0x1dddd6(0x1be)]=void 0x0),_0x232ddd[_0x1dddd6(0x1be)]!=null&&globalThis['clearTimeout'](_0x232ddd['current']),_0x232ddd[_0x1dddd6(0x1be)]=globalThis['setTimeout'](()=>{const _0x23da57=_0x1dddd6;_0x232ddd[_0x23da57(0x1be)]=void 0x0,_0x23d20b[_0x23da57(0x1be)]=window[_0x23da57(0x503)](()=>{const _0x3f09b4=_0x23da57;_0x23d20b[_0x3f09b4(0x1be)]=void 0x0,_0x4065ac(_0x1bcf38=>_0x1bcf38+0x1);});},0x0));});return()=>{const _0x560a31=_0x4b86fa;_0x3a9854[_0x560a31(0x1ef)](),_0x232ddd[_0x560a31(0x1be)]!=null&&(globalThis['clearTimeout'](_0x232ddd[_0x560a31(0x1be)]),_0x232ddd[_0x560a31(0x1be)]=void 0x0),_0x23d20b[_0x560a31(0x1be)]!=null&&(window[_0x560a31(0x3a5)](_0x23d20b[_0x560a31(0x1be)]),_0x23d20b[_0x560a31(0x1be)]=void 0x0);};},[_0x191e71,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1['hostUnitId'],_0x3dacc6,_0x2dc0ea]),_0x1bdf43(()=>{const _0x55b91a=_0x1bd161;let _0x14b9b5=_0x165519['current'],_0x3fa82a=_0x299625[_0x55b91a(0x1be)];if(!_0x14b9b5||!_0x3fa82a||typeof document>'u')return;if(_0x5ca3c0===!0x0&&_0x40014e===_0x55b91a(0x2a9))return _0x3fa82a[_0x55b91a(0x46a)][_0x55b91a(0x5a3)]=_0x55b91a(0x3a3),_0x3fa82a[_0x55b91a(0x46a)][_0x55b91a(0x1a0)]='none',()=>{const _0x10bb6e=_0x55b91a;_0x3fa82a[_0x10bb6e(0x46a)][_0x10bb6e(0x1e1)](_0x10bb6e(0x5a3)),_0x3fa82a['style'][_0x10bb6e(0x1e1)](_0x10bb6e(0x263));};let _0x270744=_0x3fa82a[_0x55b91a(0x42a)],_0x418d97=_0x3fa82a[_0x55b91a(0x192)],_0x2bbd4e,_0x44d016,_0x45c09e=0x0,_0x294ffc,_0x3f307e,_0x56c567,_0x4190f5,_0x3aa3d8,_0x515c96,_0x63d2c5,_0x359fb5=()=>{const _0x1aa90f=_0x55b91a;let _0x57a828=Pc(_0x14b9b5),_0x565362=Nc(_0x14b9b5),_0xe030f8=_0x14b9b5[_0x1aa90f(0x21f)](),_0x51ba7a=!Fc(_0x14b9b5)&&_0x63d2c5!=null&&_0x294ffc===_0x565362[_0x1aa90f(0x337)]&&_0x56c567===_0x565362[_0x1aa90f(0x228)]&&_0x4190f5===_0x565362[_0x1aa90f(0x257)];!Fc(_0x14b9b5)&&_0x63d2c5!=null&&!_0x51ba7a&&(_0x63d2c5=void 0x0);let _0x9aae0d=_0x51ba7a?new DOMRect(_0x565362[_0x1aa90f(0x337)],_0x63d2c5,_0x565362['width'],_0x565362['height']):_0x565362,_0x2f215d=!_0x57a828||_0x9aae0d['height']>=Ic,_0x2d72db=_0x9aae0d['height']>=Lc;kc(_0x14b9b5,_0x3fa82a,_0x2f215d,_0x40014e),Ac(_0x14b9b5,_0x3fa82a,_0x2d72db,_0x40014e),_0x57a828?jc(_0x3fa82a,_0x9aae0d,_0xe030f8):Mc(_0x3fa82a),_0x3fa82a['style'][_0x1aa90f(0x5a3)]=_0x2f215d?'':_0x1aa90f(0x3a3),_0x3fa82a[_0x1aa90f(0x46a)]['pointerEvents']=_0x2f215d&&_0x40014e!==_0x1aa90f(0x2a9)?'':'none',(_0x9aae0d[_0x1aa90f(0x337)]!==_0x294ffc||_0x9aae0d[_0x1aa90f(0x679)]!==_0x3f307e||_0x9aae0d['width']!==_0x56c567||_0x9aae0d['height']!==_0x4190f5||_0x2f215d!==_0x3aa3d8||_0x2d72db!==_0x515c96)&&(_0x294ffc=_0x9aae0d[_0x1aa90f(0x337)],_0x3f307e=_0x9aae0d[_0x1aa90f(0x679)],_0x56c567=_0x9aae0d[_0x1aa90f(0x228)],_0x4190f5=_0x9aae0d[_0x1aa90f(0x257)],_0x3aa3d8=_0x2f215d,_0x515c96=_0x2d72db,yc[_0x1aa90f(0x2e3)](_0x14b9b5,{'left':_0x9aae0d[_0x1aa90f(0x337)],'top':_0x9aae0d[_0x1aa90f(0x679)],'width':_0x9aae0d[_0x1aa90f(0x228)],'height':_0x9aae0d['height']}),_0x3fa82a[_0x1aa90f(0x46a)][_0x1aa90f(0x337)]=_0x9aae0d['left']+'px',_0x3fa82a[_0x1aa90f(0x46a)][_0x1aa90f(0x679)]=_0x9aae0d[_0x1aa90f(0x679)]+'px',_0x3fa82a[_0x1aa90f(0x46a)][_0x1aa90f(0x228)]=_0x9aae0d[_0x1aa90f(0x228)]+'px',_0x3fa82a['style'][_0x1aa90f(0x257)]=_0x9aae0d[_0x1aa90f(0x257)]+'px');},_0x10e8d2=()=>{const _0x9ec1cc=_0x55b91a;_0x359fb5(),_0x2bbd4e=window[_0x9ec1cc(0x503)](_0x10e8d2);},_0x19da63=()=>{const _0x39fcbd=_0x55b91a;_0x44d016=void 0x0,_0x359fb5(),!(_0x45c09e<=0x0)&&(--_0x45c09e,_0x44d016=window[_0x39fcbd(0x503)](_0x19da63));},_0x538e11=_0x1196ef=>{const _0x134bc6=_0x55b91a;!Fc(_0x14b9b5)&&Uc(_0x1196ef)&&_0x3f307e!=null&&(_0x63d2c5=_0x3f307e),Hc(_0x14b9b5,_0x1196ef,{'left':_0x294ffc,'top':_0x3f307e,'width':_0x56c567,'height':_0x4190f5})&&(_0x2b9507[_0x134bc6(0x385)]({'embedId':_0xb792e1==null?void 0x0:_0xb792e1[_0x134bc6(0x18d)],'reason':_0x134bc6(0x626)}),_0x45c09e=Math[_0x134bc6(0x1ce)](_0x45c09e,0x3),_0x44d016==null&&(_0x44d016=window[_0x134bc6(0x503)](_0x19da63)));},_0xfd5f5c=()=>{const _0x58b1ef=_0x55b91a;_0x63d2c5=void 0x0,_0x2b9507['invalidate']({'embedId':_0xb792e1==null?void 0x0:_0xb792e1[_0x58b1ef(0x18d)],'reason':_0x58b1ef(0x2bc)}),_0x45c09e=Math['max'](_0x45c09e,0x2),_0x44d016==null&&(_0x44d016=window[_0x58b1ef(0x503)](_0x19da63));};_0x359fb5(),document[_0x55b91a(0x2ba)][_0x55b91a(0x52f)](_0x3fa82a);let _0x4bed1d=()=>{_0x63d2c5=void 0x0;},_0x4a63fb=new ResizeObserver(_0x359fb5);_0x4a63fb['observe'](_0x14b9b5);let _0x39fd32=_0x400301==null?void 0x0:_0x400301[_0x55b91a(0x35d)](_0xfd5f5c);return window[_0x55b91a(0x2dd)](_0x55b91a(0x426),_0x4bed1d,!0x0),window['addEventListener']('scroll',_0x538e11,!0x0),window['addEventListener']('wheel',_0x538e11,!0x0),window[_0x55b91a(0x2dd)](_0x55b91a(0x44c),_0x538e11),(_0x40014e!==_0x55b91a(0x2a9)||Fc(_0x14b9b5))&&(_0x2bbd4e=window[_0x55b91a(0x503)](_0x10e8d2)),()=>{const _0x2dc2b9=_0x55b91a;_0x2bbd4e!=null&&window['cancelAnimationFrame'](_0x2bbd4e),_0x44d016!=null&&window['cancelAnimationFrame'](_0x44d016),_0x39fd32==null||_0x39fd32['unsubscribe'](),_0x4a63fb['disconnect'](),window[_0x2dc2b9(0x536)]('pointerdown',_0x4bed1d,!0x0),window['removeEventListener'](_0x2dc2b9(0x334),_0x538e11,!0x0),window[_0x2dc2b9(0x536)]('wheel',_0x538e11,!0x0),window[_0x2dc2b9(0x536)](_0x2dc2b9(0x44c),_0x538e11),yc[_0x2dc2b9(0x5ab)](_0x14b9b5),Tc(_0x3fa82a),kc(_0x14b9b5,_0x3fa82a,!0x0,_0x2dc2b9(0x1a9)),Ac(_0x14b9b5,_0x3fa82a,!0x0,'stage2'),_0x270744!=null&&_0x270744[_0x2dc2b9(0x246)]?_0x270744[_0x2dc2b9(0x4eb)](_0x3fa82a,_0x418d97):_0x3fa82a['remove']();};},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x5ca3c0,_0x2b9507,_0x400301,_0x40014e]),_0x1bdf43(()=>{const _0x558d31=_0x1bd161;if(!(_0xb792e1!=null&&_0xb792e1[_0x558d31(0x18d)])||typeof document>'u')return;let _0x4b7d03=_0x23b96c=>{const _0x26b947=_0x558d31;var _0x22dbc9;let _0x56a9ed=_0x165519['current'],_0x50b166=_0x299625[_0x26b947(0x1be)],_0x10313c=_0x23b96c[_0x26b947(0x3c3)],_0x3e1d25=(_0x22dbc9=_0x4b2638==null?void 0x0:_0x4b2638(_0x23b96c))!=null&&_0x22dbc9;if(_0x3feb0b['getStage'](_0xb792e1[_0x26b947(0x18d)])===_0x26b947(0x2a9))return;_0x3e1d25&&(_0x4c05d5[_0x26b947(0x1be)]=Date[_0x26b947(0x407)]()+0x28a);let _0xdfbb90=_0x15d770[_0x26b947(0x55a)](_0xb792e1[_0x26b947(0x18d)],_0x10313c,_0x23b96c)||_0x373739['contains'](_0xb792e1[_0x26b947(0x18d)],_0x10313c,_0x23b96c);_0xdfbb90&&(_0x223052[_0x26b947(0x1be)]=Date[_0x26b947(0x407)]()+0x28a),!(!_0x56a9ed||!_0x10313c||_0x56a9ed['contains'](_0x10313c)||_0x50b166!=null&&_0x50b166['contains'](_0x10313c)||_0x10313c[_0x26b947(0x208)](Cc)||_0xdfbb90||_0x3e1d25||Dc(_0x56a9ed,_0x23b96c))&&_0x191e71[_0x26b947(0x315)](_0xb792e1[_0x26b947(0x18d)],_0xb792e1[_0x26b947(0x3d0)]);},_0x3d15a3=_0x334ab1=>{const _0x2985ae=_0x558d31;var _0xa1cd51;let _0xb05a2b=_0x165519[_0x2985ae(0x1be)],_0x19e7ce=_0x299625['current'],_0x462c2a=_0x334ab1[_0x2985ae(0x3c3)],_0x144f10=(_0xa1cd51=_0xb05a2b==null?void 0x0:_0xb05a2b['ownerDocument'])==null?_0x462c2a==null?void 0x0:_0x462c2a[_0x2985ae(0x1e6)]:_0xa1cd51,_0x162d6f=_0x15d770[_0x2985ae(0x56b)](_0xb792e1['embedId'],{'ignoreOwners':Sc}),_0x4a1c8d=Ol({'now':Date[_0x2985ae(0x407)](),'ownedPointerInteractionUntil':_0x223052[_0x2985ae(0x1be)]});_0x3feb0b[_0x2985ae(0x61a)](_0xb792e1[_0x2985ae(0x18d)])!==_0x2985ae(0x2a9)&&(!_0xb05a2b||!_0x462c2a||_0x162d6f||_0x4a1c8d||Date[_0x2985ae(0x407)]()<_0x4c05d5['current']||_0x373739[_0x2985ae(0x287)](_0xb792e1[_0x2985ae(0x18d)],_0x144f10)||!Al(_0x462c2a)||_0xb05a2b[_0x2985ae(0x60e)](_0x462c2a)||_0x19e7ce!=null&&_0x19e7ce[_0x2985ae(0x60e)](_0x462c2a)||_0x462c2a['closest'](Cc)||_0x15d770[_0x2985ae(0x55a)](_0xb792e1[_0x2985ae(0x18d)],_0x462c2a,_0x334ab1)||_0x373739[_0x2985ae(0x60e)](_0xb792e1['embedId'],_0x462c2a,_0x334ab1)||_0x191e71['clearFloating'](_0xb792e1[_0x2985ae(0x18d)],_0xb792e1[_0x2985ae(0x3d0)]));};return document['addEventListener'](_0x558d31(0x426),_0x4b7d03,!0x0),document[_0x558d31(0x2dd)](_0x558d31(0x38c),_0x3d15a3,!0x0),()=>{const _0x2cdc76=_0x558d31;document['removeEventListener'](_0x2cdc76(0x426),_0x4b7d03,!0x0),document['removeEventListener'](_0x2cdc76(0x38c),_0x3d15a3,!0x0);};},[_0x191e71,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1['hostUnitId'],_0x15d770,_0x373739,_0x4b2638]),_0x1bdf43(()=>{const _0x504cc4=_0x1bd161;var _0x57366b;_0x40014e!==_0x504cc4(0x1a9)&&((_0x57366b=_0xd49d3a[_0x504cc4(0x1be)])==null||_0x57366b[_0x504cc4(0x602)](),_0xd49d3a[_0x504cc4(0x1be)]=void 0x0,jl(_0xb792e1==null?void 0x0:_0xb792e1['embedId'],xl(_0x29e7c2['current'],_0x4e6293['current'],_0x3f90df[_0x504cc4(0x1be)],_0xb0fa6a[_0x504cc4(0x1be)],_0x477c8e[_0x504cc4(0x1be)])));},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x40014e]),_0x1bdf43(()=>{const _0x231660=_0x1bd161;let _0x12efd7=_0x58adec['current'];if(!_0x12efd7||!(_0xb792e1!=null&&_0xb792e1[_0x231660(0x18d)])||!_0xb792e1['hostUnitId'])return;let _0x8a5109=()=>{const _0x11c629=_0x231660;_0x36804e[_0x11c629(0x1be)]=void 0x0;},_0x25600c=_0x56be14=>{const _0x254e0a=_0x231660;var _0x2a7414;let _0x16f3dc=_0x4c8514[_0x254e0a(0x478)](_0xb792e1[_0x254e0a(0x3d0)],_0xb792e1[_0x254e0a(0x18d)]);if(!(_0x16f3dc!=null&&_0x16f3dc[_0x254e0a(0x252)]))return;let _0x4a5fee=_0x56be14[_0x254e0a(0x3c3)];_0x4a5fee!=null&&_0x4a5fee[_0x254e0a(0x208)](Cc)||_0x3feb0b[_0x254e0a(0x61a)](_0xb792e1[_0x254e0a(0x18d)])!==_0x254e0a(0x1a9)&&(_0x36804e[_0x254e0a(0x1be)]={'pointerId':_0x56be14[_0x254e0a(0x57b)],'startX':_0x56be14[_0x254e0a(0x52d)],'startY':_0x56be14['clientY'],'button':(_0x2a7414=_0x56be14[_0x254e0a(0x171)])==null?0x0:_0x2a7414,'startedAt':Date[_0x254e0a(0x407)](),'moved':!0x1,'dragStarted':!0x1});},_0x290e22=_0x9d1008=>{const _0x1acc45=_0x231660;let _0x2f03c5=_0x36804e[_0x1acc45(0x1be)];if(!(!_0x2f03c5||_0x2f03c5[_0x1acc45(0x57b)]!==_0x9d1008[_0x1acc45(0x57b)])&&Math['hypot'](_0x9d1008['clientX']-_0x2f03c5[_0x1acc45(0x65f)],_0x9d1008[_0x1acc45(0x391)]-_0x2f03c5[_0x1acc45(0x45c)])>0x4){_0x2f03c5[_0x1acc45(0x1af)]=!0x0;let _0x25278d=Qs({'stage':_0x3feb0b['getStage'](_0xb792e1[_0x1acc45(0x18d)]),'interactionFlow':_0x28b1a3});_0x379e6e&&!_0x2f03c5[_0x1acc45(0x55f)]&&_0x25278d[_0x1acc45(0x399)]&&(_0x2f03c5[_0x1acc45(0x55f)]=!0x0,document[_0x1acc45(0x17c)](new CustomEvent(gc,{'detail':{'embedId':_0xb792e1[_0x1acc45(0x18d)],'hostUnitId':_0xb792e1[_0x1acc45(0x3d0)],'hostAnchorId':_0xb792e1[_0x1acc45(0x4e9)],'pointerId':_0x2f03c5[_0x1acc45(0x57b)],'clientX':_0x2f03c5[_0x1acc45(0x65f)],'clientY':_0x2f03c5[_0x1acc45(0x45c)],'button':_0x2f03c5[_0x1acc45(0x171)]}})));}},_0x2922ad=_0x8239f=>{const _0x3554b5=_0x231660;let _0x926248=_0x36804e[_0x3554b5(0x1be)];if(_0x36804e[_0x3554b5(0x1be)]=void 0x0,!_0x926248||_0x926248[_0x3554b5(0x57b)]!==_0x8239f[_0x3554b5(0x57b)]||_0x926248['moved']||Date[_0x3554b5(0x407)]()-_0x926248[_0x3554b5(0x530)]>0x1f4)return;let _0x5ba074=_0x4c8514['getDescriptor'](_0xb792e1[_0x3554b5(0x3d0)],_0xb792e1[_0x3554b5(0x18d)]);if(!(_0x5ba074!=null&&_0x5ba074['childUnitId']))return;let _0x1fc383=_0x3feb0b[_0x3554b5(0x61a)](_0xb792e1['embedId']);if(_0x1fc383!=='stage2'){if(_0x1fc383===_0x3554b5(0x1d7)){_0x191e71['activateFloating'](_0x5ba074,'stage2',{'portalContainer':_0x477c8e[_0x3554b5(0x1be)]});return;}if(_0x28b1a3===_0x3554b5(0x529)){_0x216592(),_0x191e71[_0x3554b5(0x1b9)](_0x5ba074,_0x3554b5(0x1a9),{'portalContainer':_0x477c8e[_0x3554b5(0x1be)]}),_0x2c0539();return;}_0x191e71[_0x3554b5(0x1b9)](_0x5ba074,_0x3554b5(0x1d7));}};return _0x12efd7[_0x231660(0x2dd)](_0x231660(0x426),_0x25600c,!0x0),_0x12efd7[_0x231660(0x2dd)]('pointermove',_0x290e22,!0x0),_0x12efd7[_0x231660(0x2dd)](_0x231660(0x4b4),_0x2922ad,!0x0),_0x12efd7['addEventListener'](_0x231660(0x5f7),_0x8a5109,!0x0),()=>{const _0xff753a=_0x231660;_0x12efd7['removeEventListener']('pointerdown',_0x25600c,!0x0),_0x12efd7[_0xff753a(0x536)](_0xff753a(0x358),_0x290e22,!0x0),_0x12efd7[_0xff753a(0x536)]('pointerup',_0x2922ad,!0x0),_0x12efd7[_0xff753a(0x536)](_0xff753a(0x5f7),_0x8a5109,!0x0);};},[_0x216592,_0x191e71,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1['hostAnchorId'],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x4c8514,_0x3feb0b,_0x28b1a3,_0x379e6e,_0x2c0539]),_0x1bdf43(()=>{const _0xd3fe2e=_0x1bd161;let _0xcacc47=_0x165519[_0xd3fe2e(0x1be)];if(!_0xcacc47||!_0x114ed1)return;let _0x4aee3b=_0x114ed1(_0xcacc47);if(!_0x4aee3b)return;let _0x118e99=_0x262469[_0xd3fe2e(0x549)](_0x4aee3b);return()=>_0x118e99[_0xd3fe2e(0x602)]();},[_0x262469,_0x114ed1]),_0x1bdf43(()=>{const _0x33e48e=_0x1bd161;let _0x4e62b9=_0x165519[_0x33e48e(0x1be)],_0x58cf0a=_0x58adec[_0x33e48e(0x1be)],_0x29dba2=_0x29e7c2[_0x33e48e(0x1be)];if(!_0x4e62b9||!_0x58cf0a||!_0x29dba2)return;let _0xd285f5=_0x4145b6=>{const _0x9ce25e=_0x33e48e;if(Wc(_0x4145b6))return;if(_0x114ed1&&_0x262469[_0x9ce25e(0x33e)](_0x4145b6)){let _0xedcd54=_0xfb3792[_0x9ce25e(0x1be)];if(_0xedcd54&&(_0x4864dc==null?void 0x0:_0x4864dc(_0x4145b6,_0xedcd54))===!0x0||$c(_0x4e62b9,_0x4145b6)){Vc(_0x2b9507,_0xb792e1==null?void 0x0:_0xb792e1[_0x9ce25e(0x18d)],_0x9ce25e(0x2bc),_0x13d8ef),_0x4145b6[_0x9ce25e(0x6a0)](),_0x4145b6[_0x9ce25e(0x661)](),_0x4145b6['stopImmediatePropagation']();return;}}if(_0x4145b6[_0x9ce25e(0x542)]||_0x4145b6[_0x9ce25e(0x687)])return;let _0x3f319c=_0xb792e1!=null&&_0xb792e1['embedId']?_0x3feb0b[_0x9ce25e(0x61a)](_0xb792e1[_0x9ce25e(0x18d)]):_0x9ce25e(0x2a9);if(_0x3f319c===_0x9ce25e(0x1a9))return;let _0x27b774=_0xfb3792[_0x9ce25e(0x1be)],_0x4b716c=_0x27b774?_0x52c1c3['get'](_0x27b774[_0x9ce25e(0x455)],_0x27b774[_0x9ce25e(0x649)]):void 0x0,_0x2616da=_0x27b774?{..._0x27b774,'event':_0x4145b6,'stage':_0x3f319c,'viewportScrollY':_0xd76cb6?_0x45feae[_0x9ce25e(0x1be)]:void 0x0}:void 0x0;if(_0x27b774&&el(_0x27b774,_0x4145b6,_0xd76cb6)&&((_0x4864dc==null?void 0x0:_0x4864dc(_0x4145b6,_0x27b774))===!0x0||$c(_0x4e62b9,_0x4145b6))){Vc(_0x2b9507,_0xb792e1==null?void 0x0:_0xb792e1[_0x9ce25e(0x18d)],'host-scroll',_0x13d8ef),_0x4145b6[_0x9ce25e(0x6a0)](),_0x4145b6[_0x9ce25e(0x661)](),_0x4145b6[_0x9ce25e(0x475)]();return;}let _0x2691ac=_0x2616da?_0x41711b['handleWheel'](_0x2616da):!0x1,_0x170e66=!_0x2691ac&&tl(_0x4e62b9,_0x4145b6),_0x2bcaa5=_0x170e66&&nl(_0x4145b6)>0x0?bl(_0x4145b6,_0x29dba2):!0x1,_0x5e4aa1=_0x2bcaa5||_0x170e66?!0x1:(_0x4b716c==null?void 0x0:_0x4b716c[_0x9ce25e(0x49e)](_0x2616da))===!0x0;if(!_0x2691ac&&!_0x5e4aa1&&!_0x2bcaa5&&!_0x170e66&&_0x4b716c&&_0x27b774&&al(_0x4145b6)&&(_0x4864dc==null?void 0x0:_0x4864dc(_0x4145b6,_0x27b774))===!0x0){Vc(_0x2b9507,_0xb792e1==null?void 0x0:_0xb792e1[_0x9ce25e(0x18d)],_0x9ce25e(0x2bc),_0x13d8ef),_0x4145b6['preventDefault'](),_0x4145b6[_0x9ce25e(0x661)](),_0x4145b6[_0x9ce25e(0x475)]();return;}let _0x21168e=_0x5e4aa1||_0x2bcaa5||!_0x170e66?!0x1:bl(_0x4145b6,_0x29dba2),_0x4d15f8=_0x5e4aa1||_0x2bcaa5||_0x170e66&&_0x21168e?!0x1:Zc(_0x4145b6,_0x29dba2),_0x15aad9=_0x2bcaa5||_0x21168e||(_0x5e4aa1||_0x170e66||_0x4d15f8?!0x1:Qc(_0x4145b6,_0x29dba2));(_0x2691ac||_0x5e4aa1||_0x2bcaa5||_0x21168e||_0x4d15f8||_0x15aad9)&&(_0x4145b6[_0x9ce25e(0x6a0)](),_0x4145b6[_0x9ce25e(0x661)]());};return _0x58cf0a['addEventListener'](_0x33e48e(0x626),_0xd285f5,{'passive':!0x1}),_0x29dba2[_0x33e48e(0x2dd)](_0x33e48e(0x626),_0xd285f5,{'capture':!0x0,'passive':!0x1}),()=>{const _0x4cf1e6=_0x33e48e;_0x58cf0a[_0x4cf1e6(0x536)](_0x4cf1e6(0x626),_0xd285f5),_0x29dba2[_0x4cf1e6(0x536)](_0x4cf1e6(0x626),_0xd285f5,{'capture':!0x0});};},[_0xb792e1==null?void 0x0:_0xb792e1['embedId'],_0x3feb0b,_0x2b9507,_0x262469,_0x4864dc,_0x52c1c3,_0x41711b,_0x114ed1,_0xd76cb6]),_0x1bdf43(()=>{const _0xc7f92d=_0x1bd161;let _0x1cab1f=_0x165519[_0xc7f92d(0x1be)],_0x248236=_0x29e7c2[_0xc7f92d(0x1be)];if(!_0x1cab1f||!_0x248236)return;let _0x15dd8d=_0x2e0363=>{const _0x6db5c3=_0xc7f92d;Vc(_0x2b9507,_0xb792e1==null?void 0x0:_0xb792e1[_0x6db5c3(0x18d)],_0x2e0363,_0x13d8ef);},_0x4af80f=_0x2e2914=>{const _0xf8fb52=_0xc7f92d;if((_0xb792e1!=null&&_0xb792e1[_0xf8fb52(0x18d)]?_0x3feb0b[_0xf8fb52(0x61a)](_0xb792e1[_0xf8fb52(0x18d)]):_0xf8fb52(0x2a9))!=='stage2')return;let _0x147628=_0xfb3792[_0xf8fb52(0x1be)];!_0x147628||!el(_0x147628,_0x2e2914,_0xd76cb6)||Kc(_0x2e2914)||(Gc(_0x2e2914),((_0x4864dc==null?void 0x0:_0x4864dc(_0x2e2914,_0x147628))===!0x0||$c(_0x1cab1f,_0x2e2914))&&(_0x15dd8d(_0xf8fb52(0x2bc)),_0x2e2914[_0xf8fb52(0x6a0)](),_0x2e2914[_0xf8fb52(0x661)](),_0x2e2914[_0xf8fb52(0x475)]()));},_0x4d4eb7=()=>{const _0x386b06=_0xc7f92d;_0x15dd8d(_0x386b06(0x44f));};return _0x1cab1f['addEventListener'](_0xc7f92d(0x626),_0x4af80f,{'capture':!0x0,'passive':!0x1}),_0x248236[_0xc7f92d(0x2dd)](_0xc7f92d(0x626),_0x4af80f,{'capture':!0x0,'passive':!0x1}),_0x248236[_0xc7f92d(0x2dd)](_0xc7f92d(0x334),_0x4d4eb7,!0x0),()=>{const _0x445bc4=_0xc7f92d;_0x1cab1f['removeEventListener'](_0x445bc4(0x626),_0x4af80f,{'capture':!0x0}),_0x248236[_0x445bc4(0x536)](_0x445bc4(0x626),_0x4af80f,{'capture':!0x0}),_0x248236[_0x445bc4(0x536)](_0x445bc4(0x334),_0x4d4eb7,!0x0);};},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x3feb0b,_0x2b9507,_0x4864dc,_0xd76cb6]),_0x1bdf43(()=>()=>{const _0x59e564=_0x1bd161;_0x13d8ef[_0x59e564(0x1be)][_0x59e564(0x496)](_0x4eb057=>window['cancelAnimationFrame'](_0x4eb057)),_0x13d8ef[_0x59e564(0x1be)]=[];},[]),_0x1bdf43(()=>{let _0x2ba115=_0x29e7c2['current'];if(!_0x2ba115)return;let _0x1ed41d=()=>{const _0x3285fa=_0x2546;let _0x21aec4=_0x2ba115[_0x3285fa(0x1e6)]['activeElement'];return _0x21aec4?xl(_0x29e7c2[_0x3285fa(0x1be)],_0x4e6293[_0x3285fa(0x1be)],_0x3f90df[_0x3285fa(0x1be)],_0xb0fa6a[_0x3285fa(0x1be)],_0x477c8e[_0x3285fa(0x1be)])[_0x3285fa(0x38d)](_0x203082=>_0x203082['contains'](_0x21aec4)):!0x1;},_0x531bef=(_0x252b74,_0x3b4bc0=!0x1,_0x546fd6=!0x1)=>{const _0x4c4a0c=_0x2546;_0xb792e1!=null&&_0xb792e1[_0x4c4a0c(0x18d)]&&_0x3feb0b[_0x4c4a0c(0x61a)](_0xb792e1['embedId'])!=='stage2'||Cl(_0xb792e1==null?void 0x0:_0xb792e1['childType'],_0x546fd6)&&(_0x15d770[_0x4c4a0c(0x56b)](_0xb792e1==null?void 0x0:_0xb792e1[_0x4c4a0c(0x18d)],{'ignoreOwners':Sc})||!_0x3b4bc0&&_0x1ed41d()||(_0x252b74['hasAttribute']('tabindex')||(_0x252b74[_0x4c4a0c(0x294)]=-0x1),_0x252b74[_0x4c4a0c(0x271)]({'preventScroll':!0x0})));},_0x2609d5=_0x3e8cc9=>{const _0x56f90c=_0x2546;let _0xe40099=_0xb792e1!=null&&_0xb792e1[_0x56f90c(0x18d)]?_0x3feb0b[_0x56f90c(0x61a)](_0xb792e1[_0x56f90c(0x18d)]):'inactive';if(_0xb792e1!=null&&_0xb792e1[_0x56f90c(0x18d)]&&_0xe40099!==_0x56f90c(0x1a9)){if(_0x28b1a3!==_0x56f90c(0x529)||!_0xb792e1['hostUnitId'])return;let _0x18eaee=_0x4c8514['getDescriptor'](_0xb792e1[_0x56f90c(0x3d0)],_0xb792e1[_0x56f90c(0x18d)]);if(!(_0x18eaee!=null&&_0x18eaee[_0x56f90c(0x252)]))return;_0x216592(),_0x191e71[_0x56f90c(0x1b9)](_0x18eaee,_0x56f90c(0x1a9),{'portalContainer':_0x477c8e[_0x56f90c(0x1be)]}),_0x2c0539();}if(wl(_0x3e8cc9[_0x56f90c(0x3c3)])||_0x15d770[_0x56f90c(0x56b)](_0xb792e1==null?void 0x0:_0xb792e1[_0x56f90c(0x18d)],{'ignoreOwners':Sc}))return;if(_0xb792e1!=null&&_0xb792e1[_0x56f90c(0x3d0)]&&_0xb792e1[_0x56f90c(0x18d)]){let _0x6050e2=_0x4c8514[_0x56f90c(0x478)](_0xb792e1[_0x56f90c(0x3d0)],_0xb792e1['embedId']);(_0x6050e2==null?void 0x0:_0x6050e2[_0x56f90c(0x252)])!=null&&_0x6050e2['childType']!=null&&_0x191e71[_0x56f90c(0x255)](_0x6050e2);}let _0x238b6f=Sl(xl(_0x3f90df['current'],_0x4e6293[_0x56f90c(0x1be)],_0xb0fa6a[_0x56f90c(0x1be)],_0x477c8e[_0x56f90c(0x1be)],_0x29e7c2[_0x56f90c(0x1be)]),_0x3e8cc9['target']);_0x238b6f&&_0x531bef(_0x238b6f,!0x0,_0x3e8cc9['target']===_0x238b6f);};return _0x2ba115['addEventListener']('pointerdown',_0x2609d5,!0x0),()=>_0x2ba115['removeEventListener']('pointerdown',_0x2609d5,!0x0);},[_0x216592,_0x191e71,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x4c8514,_0x3feb0b,_0x15d770,_0x28b1a3,_0x2c0539]),_0x1bdf43(()=>{const _0x3fb7ab=_0x1bd161;let _0x15eaff=_0x29e7c2[_0x3fb7ab(0x1be)],_0xcbe10a=_0x15eaff==null?void 0x0:_0x15eaff[_0x3fb7ab(0x1e6)];if(!_0x15eaff||!_0xcbe10a||!(_0xb792e1!=null&&_0xb792e1[_0x3fb7ab(0x18d)]))return;let _0xbd21ed,_0x452441=()=>{_0xbd21ed!=null&&(globalThis['clearTimeout'](_0xbd21ed),_0xbd21ed=void 0x0);},_0x56c4bc=()=>{const _0x2fcb2d=_0x3fb7ab;var _0x22c753;_0x452441(),(_0x22c753=_0xd49d3a[_0x2fcb2d(0x1be)])==null||_0x22c753[_0x2fcb2d(0x602)](),_0xd49d3a['current']=void 0x0;},_0x55e1b6=()=>{const _0x4faa4d=_0x3fb7ab;_0x452441(),_0xbd21ed=globalThis[_0x4faa4d(0x32b)](()=>{const _0x20450a=_0x4faa4d;var _0x339450;_0xbd21ed=void 0x0,(_0x339450=_0xd49d3a[_0x20450a(0x1be)])==null||_0x339450[_0x20450a(0x602)](),_0xd49d3a[_0x20450a(0x1be)]=void 0x0;},0x28a);},_0x3a5b99=()=>{const _0x2a2a5a=_0x3fb7ab;_0x3feb0b[_0x2a2a5a(0x61a)](_0xb792e1[_0x2a2a5a(0x18d)])===_0x2a2a5a(0x1a9)&&(_0x56c4bc(),_0xd49d3a['current']=_0x15d770[_0x2a2a5a(0x3da)]({'embedId':_0xb792e1[_0x2a2a5a(0x18d)],'role':'child-editor','owner':'runtime-pointer','hostUnitId':_0xb792e1[_0x2a2a5a(0x3d0)],'childUnitId':_0xb792e1[_0x2a2a5a(0x252)],'childType':_0xb792e1['childType']}));},_0x3c498d=_0x12f896=>{const _0x85b42=_0x3fb7ab;var _0x536879;if(_0x3feb0b[_0x85b42(0x61a)](_0xb792e1[_0x85b42(0x18d)])!==_0x85b42(0x1a9))return;let _0x57adf3=_0x12f896['target'],_0x3a5cf8=_0x15d770[_0x85b42(0x55a)](_0xb792e1[_0x85b42(0x18d)],_0x57adf3,_0x12f896)||_0x373739[_0x85b42(0x60e)](_0xb792e1[_0x85b42(0x18d)],_0x57adf3,_0x12f896);if(!Dl({'stage':_0x3feb0b['getStage'](_0xb792e1[_0x85b42(0x18d)]),'target':_0x57adf3,'liveRoot':_0x15eaff,'isOwnedChildInteraction':_0x3a5cf8}))return;_0x223052['current']=Date['now']()+0x28a,_0x56c4bc();let _0x17edf0=(_0x536879=Tl(_0x57adf3))==null?_0x85b42(0x577):_0x536879;_0xd49d3a[_0x85b42(0x1be)]=_0x15d770[_0x85b42(0x3da)]({'embedId':_0xb792e1[_0x85b42(0x18d)],'role':_0x17edf0===_0x85b42(0x23c)||_0x17edf0===_0x85b42(0x4a6)||_0x17edf0==='floating-menu'?_0x85b42(0x577):_0x17edf0,'owner':'runtime-pointer','hostUnitId':_0xb792e1[_0x85b42(0x3d0)],'childUnitId':_0xb792e1['childUnitId'],'childType':_0xb792e1[_0x85b42(0x455)]});};return _0x15eaff[_0x3fb7ab(0x2dd)](_0x3fb7ab(0x426),_0x3a5b99,!0x0),_0xcbe10a[_0x3fb7ab(0x2dd)](_0x3fb7ab(0x426),_0x3c498d,!0x0),_0xcbe10a['addEventListener'](_0x3fb7ab(0x4b4),_0x55e1b6,!0x0),_0xcbe10a[_0x3fb7ab(0x2dd)]('pointercancel',_0x55e1b6,!0x0),()=>{const _0xcb91e8=_0x3fb7ab;_0x15eaff[_0xcb91e8(0x536)](_0xcb91e8(0x426),_0x3a5b99,!0x0),_0xcbe10a[_0xcb91e8(0x536)](_0xcb91e8(0x426),_0x3c498d,!0x0),_0xcbe10a[_0xcb91e8(0x536)](_0xcb91e8(0x4b4),_0x55e1b6,!0x0),_0xcbe10a['removeEventListener'](_0xcb91e8(0x5f7),_0x55e1b6,!0x0),_0x56c4bc();};},[_0xb792e1==null?void 0x0:_0xb792e1['childUnitId'],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1['hostUnitId'],_0x3feb0b,_0x15d770,_0x373739]),_0x1bdf43(()=>{const _0x226512=_0x1bd161;if(_0x40014e!==_0x226512(0x1a9)||_0x28b1a3!=='doc-block')return;let _0x158ea9=_0x29e7c2[_0x226512(0x1be)];if(!_0x158ea9)return;let _0x504f47,_0x5e9479=()=>Sl(xl(_0x3f90df['current'],_0x4e6293[_0x226512(0x1be)],_0xb0fa6a[_0x226512(0x1be)],_0x477c8e['current'],_0x29e7c2[_0x226512(0x1be)])),_0x5c9c4c=()=>{const _0x3ae823=_0x226512;let _0x24aa89=_0x158ea9[_0x3ae823(0x1e6)][_0x3ae823(0x5bb)];return!_0x24aa89||_0x24aa89===_0x5e9479()?!0x1:xl(_0x29e7c2[_0x3ae823(0x1be)],_0x4e6293[_0x3ae823(0x1be)],_0x3f90df[_0x3ae823(0x1be)],_0xb0fa6a['current'],_0x477c8e[_0x3ae823(0x1be)])[_0x3ae823(0x38d)](_0x14a43a=>_0x14a43a[_0x3ae823(0x60e)](_0x24aa89));},_0x47e8fb=()=>{const _0xeaed6a=_0x226512;if(!Cl(_0xb792e1==null?void 0x0:_0xb792e1[_0xeaed6a(0x455)],!0x0))return;let _0x3a2e57=_0x5e9479();if(_0x3a2e57&&!_0x15d770[_0xeaed6a(0x56b)](_0xb792e1==null?void 0x0:_0xb792e1[_0xeaed6a(0x18d)],{'ignoreOwners':Sc})&&!_0x5c9c4c()){if(_0xb792e1!=null&&_0xb792e1['hostUnitId']&&_0xb792e1[_0xeaed6a(0x18d)]){let _0x231964=_0x4c8514[_0xeaed6a(0x478)](_0xb792e1[_0xeaed6a(0x3d0)],_0xb792e1[_0xeaed6a(0x18d)]);(_0x231964==null?void 0x0:_0x231964[_0xeaed6a(0x252)])!=null&&_0x231964[_0xeaed6a(0x455)]!=null&&_0x191e71[_0xeaed6a(0x255)](_0x231964);}_0x3a2e57[_0xeaed6a(0x35c)](_0xeaed6a(0x1d6))||(_0x3a2e57['tabIndex']=-0x1),_0x3a2e57[_0xeaed6a(0x271)]({'preventScroll':!0x0});}};return _0x47e8fb(),_0x504f47=window[_0x226512(0x503)](()=>{_0x504f47=void 0x0,_0x47e8fb();}),()=>{const _0x2c554b=_0x226512;_0x504f47!=null&&(window[_0x2c554b(0x3a5)](_0x504f47),_0x504f47=void 0x0);};},[_0x191e71,_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],_0x4c8514,_0x15d770,_0x28b1a3,_0x40014e]),_0x1bdf43(()=>{const _0x3e02ff=_0x1bd161;let _0x10b6f8=_0x165519[_0x3e02ff(0x1be)],_0x146a1c=_0x4710ad['current'];if(!_0x10b6f8||!_0x146a1c||typeof window>'u')return;let _0x1956a7,_0x1b4109=()=>{const _0x5df0c4=_0x3e02ff;var _0x48b148;let _0x4d93a8=_0xfb3792[_0x5df0c4(0x1be)];if(!_0x4d93a8||!_0xd76cb6){_0x45feae['current']=0x0,_0x146a1c[_0x5df0c4(0x46a)][_0x5df0c4(0x1e1)](_0x5df0c4(0x2f5));return;}let _0x1efd8d=_0x52c1c3[_0x5df0c4(0x5c1)](_0x4d93a8[_0x5df0c4(0x455)],_0x4d93a8['layout']);if(!_0x1efd8d)return;let _0x4245ba=ol(_0x10b6f8),_0x24c657=(_0x48b148=_0x4245ba==null?void 0x0:_0x4245ba[_0x5df0c4(0x21f)]())==null?{'bottom':window[_0x5df0c4(0x2f8)],'height':window[_0x5df0c4(0x2f8)],'left':0x0,'right':window[_0x5df0c4(0x4f6)],'top':0x0,'width':window[_0x5df0c4(0x4f6)]}:_0x48b148,_0x23d3a1=_0x10b6f8['getBoundingClientRect'](),_0x500eb8=sl(_0x4b7b19==null?void 0x0:_0x4b7b19[_0x5df0c4(0x293)],_0x23d3a1[_0x5df0c4(0x257)]),_0x178336=Math[_0x5df0c4(0x343)](_0x500eb8,cl(_0x4b7b19==null?void 0x0:_0x4b7b19[_0x5df0c4(0x329)],_0x146a1c[_0x5df0c4(0x21f)]()['height'],_0x24c657[_0x5df0c4(0x257)])),_0x1944dc=Math['max'](0x0,_0x500eb8-_0x178336),_0x6a61b4=hl(_0x24c657[_0x5df0c4(0x679)]-_0x23d3a1[_0x5df0c4(0x679)],0x0,_0x1944dc);_0x146a1c[_0x5df0c4(0x46a)]['transform']=_0x6a61b4===0x0?'':_0x5df0c4(0x1dd)+_0x6a61b4+'px)';let _0x39ad3a=_0x6a61b4-_0x45feae[_0x5df0c4(0x1be)];if(Math['abs'](_0x39ad3a)<0.5)return;_0x45feae['current']=_0x6a61b4,_0x2b9507[_0x5df0c4(0x385)]({'embedId':_0xb792e1==null?void 0x0:_0xb792e1[_0x5df0c4(0x18d)],'reason':_0x5df0c4(0x2bc)});let _0x1b20a3=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x23d3a1['left']+Math[_0x5df0c4(0x343)](_0x23d3a1[_0x5df0c4(0x228)],_0x24c657[_0x5df0c4(0x228)])/0x2,'clientY':_0x24c657['top']+_0x178336/0x2,'deltaY':_0x39ad3a});_0x1efd8d[_0x5df0c4(0x49e)]({..._0x4d93a8,'event':_0x1b20a3,'source':_0x5df0c4(0x5c3),'stage':_0xb792e1!=null&&_0xb792e1[_0x5df0c4(0x18d)]?_0x3feb0b[_0x5df0c4(0x61a)](_0xb792e1[_0x5df0c4(0x18d)]):_0x5df0c4(0x2a9),'viewportScrollY':_0x6a61b4});},_0x15a10d=()=>{const _0x2d320f=_0x3e02ff;_0x1b4109(),_0x1956a7=window[_0x2d320f(0x503)](_0x15a10d);};_0x1956a7=window[_0x3e02ff(0x503)](_0x15a10d),window[_0x3e02ff(0x2dd)]('scroll',_0x1b4109,!0x0),window[_0x3e02ff(0x2dd)]('resize',_0x1b4109);let _0x471fdb=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x1b4109);return _0x471fdb==null||_0x471fdb[_0x3e02ff(0x3bf)](_0x10b6f8),()=>{const _0x30a0f4=_0x3e02ff;_0x1956a7!=null&&window['cancelAnimationFrame'](_0x1956a7),_0x471fdb==null||_0x471fdb[_0x30a0f4(0x1ab)](),window[_0x30a0f4(0x536)](_0x30a0f4(0x334),_0x1b4109,!0x0),window[_0x30a0f4(0x536)](_0x30a0f4(0x44c),_0x1b4109),_0x146a1c[_0x30a0f4(0x46a)]['removeProperty'](_0x30a0f4(0x2f5));};},[_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],_0x4b7b19==null?void 0x0:_0x4b7b19[_0x1bd161(0x293)],_0x4b7b19==null?void 0x0:_0x4b7b19['viewportHeight'],_0x3feb0b,_0x2b9507,_0x38778e,_0x52c1c3,_0xd76cb6]);let _0x3942b4=Qs({'stage':_0x40014e,'interactionFlow':_0x28b1a3}),_0x4d37d0=_0x3942b4[_0x1bd161(0x390)],_0x5c551a=_0x3942b4[_0x1bd161(0x34b)],_0x3ba67d=_0x4b7b19?{'top':_0x4b7b19[_0x1bd161(0x4c7)],'left':-_0x4b7b19[_0x1bd161(0x4b1)],'width':_0x4b7b19['bleedWidth'],'height':_0x4b7b19['viewportHeight']}:_0x426633?{'top':_0x426633[_0x1bd161(0x4c7)],'height':_0x1bd161(0x418)+_0x426633[_0x1bd161(0x4c7)]+_0x1bd161(0x2e1)}:void 0x0,_0x2778bf=_0x4b7b19?{'left':_0x4b7b19[_0x1bd161(0x4b1)],'width':_0x4b7b19[_0x1bd161(0x1cb)],'height':_0x4b7b19[_0x1bd161(0x329)],'minHeight':_0x4b7b19[_0x1bd161(0x329)]}:void 0x0;return _0x28864a('div',{'ref':_0x165519,'className':_0x1bd161(0x217),'data-u-comp':_0x1bd161(0x254),'data-embed-float-dom':'true','data-embed-float-stage':_0x40014e,'data-embed-id':_0xb792e1==null?void 0x0:_0xb792e1['embedId'],'data-embed-host-unit-id':_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],'data-embed-host-anchor-id':_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x4e9)],'data-embed-child-unit-id':_0x36eb16,'data-embed-child-type':_0x12568b,'data-embed-interaction-flow':_0x28b1a3,'children':[_0x28864a('div',{'ref':_0x4710ad,'className':_0x187b73(_0x1bd161(0x673),_0x4b7b19&&'after:!univer-border-0'),'data-u-comp':_0x1bd161(0x1b8),'data-embed-float-content':_0x1bd161(0x325),'style':_0x3ba67d,'children':[_0x28864a('div',{'ref':_0x29e7c2,'className':_0x187b73(_0x1bd161(0x327),_0x4b7b19&&_0x1bd161(0x191)),'data-u-comp':_0x1bd161(0x34c),'data-embed-float-live':_0x1bd161(0x325),'children':[_0x5866b8(_0x1bd161(0x401),{'ref':_0x3f90df,'className':_0x187b73('univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden',_0x4f02a8,_0x4d37d0&&_0x1bd161(0x55b)),'data-u-comp':'embed-float-dom-live-canvas','style':_0x2778bf,'data-embed-canvas-root':_0x1bd161(0x325)}),_0x5866b8(_0x1bd161(0x401),{'ref':_0x4e6293,'className':_0x187b73(_0x1bd161(0x30a),_0x4d37d0&&_0x1bd161(0x55b)),'data-u-comp':_0x1bd161(0x44a),'style':_0x2778bf,'data-embed-content-root':'true'})]}),_0x5866b8(_0x1bd161(0x401),{'ref':_0x58adec,'className':_0x187b73(_0x1bd161(0x23b),_0x5c551a&&_0x1bd161(0x55b)),'data-u-comp':_0x1bd161(0x59b),'data-embed-float-interaction-gate':'true'})]}),_0x28864a(_0x1bd161(0x401),{'ref':_0x299625,'className':_0x1bd161(0x356),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x40014e,'data-embed-id':_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],'style':{'zIndex':_0x2ec57f==null?0x320:_0x2ec57f},'children':[_0x5866b8(_0x1bd161(0x401),{'ref':_0xb0fa6a,'className':_0x1bd161(0x1c9),'data-u-comp':_0x1bd161(0x4f9),'data-embed-overlay-root':_0x1bd161(0x325)}),_0x5866b8(_0x1bd161(0x401),{'ref':_0x477c8e,'className':_0x1bd161(0x1c9),'data-u-comp':_0x1bd161(0x472),'data-embed-popup-root':_0x1bd161(0x325)}),!_0x240d8a&&_0x5866b8(mc,{'hostUnitId':_0xb792e1==null?void 0x0:_0xb792e1['hostUnitId'],'embedId':_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)]})]}),_0x240d8a&&_0x5866b8(mc,{'hostUnitId':_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x3d0)],'embedId':_0xb792e1==null?void 0x0:_0xb792e1[_0x1bd161(0x18d)],'className':'univer-z-30'})]});}function Tc(_0x3fd1b4){const _0x45a801=_0x40f88b;_0x3fd1b4['style'][_0x45a801(0x1e1)](_0x45a801(0x337)),_0x3fd1b4[_0x45a801(0x46a)][_0x45a801(0x1e1)](_0x45a801(0x679)),_0x3fd1b4[_0x45a801(0x46a)][_0x45a801(0x1e1)](_0x45a801(0x228)),_0x3fd1b4[_0x45a801(0x46a)][_0x45a801(0x1e1)](_0x45a801(0x257)),_0x3fd1b4[_0x45a801(0x46a)][_0x45a801(0x1e1)](_0x45a801(0x5a3)),_0x3fd1b4[_0x45a801(0x46a)][_0x45a801(0x1e1)](_0x45a801(0x263));}function Ec(_0x4cd203){const _0x3b61b1=_0x40f88b;let _0x3601d3=_0x4cd203==null?void 0x0:_0x4cd203[_0x3b61b1(0x166)][_0x3b61b1(0x647)];if(_0x3601d3)try{let _0xc63ade=typeof _0x3601d3=='string'?_0x5137e4(_0x3601d3):_0x3601d3;return{'childUnitId':_0xc63ade[_0x3b61b1(0x57a)]['selector'],'childType':_0x8fdb26(_0xc63ade['unit']['type'])};}catch{return;}}function Dc(_0x282226,_0x1ab6b0){const _0xee11dd=_0x40f88b;var _0x36bd66,_0x541623,_0x5207f2;if(Pc(_0x282226))return Oc(_0x282226,_0x1ab6b0);let _0x25dcfb=[_0x282226[_0xee11dd(0x21f)](),(_0x36bd66=_0x282226[_0xee11dd(0x406)](_0xee11dd(0x28d)))==null?void 0x0:_0x36bd66[_0xee11dd(0x21f)]()][_0xee11dd(0x688)](_0x3f3fbd=>!!_0x3f3fbd),_0x488abe=_0x282226[_0xee11dd(0x3e8)][_0xee11dd(0x18d)],_0x59dcb2=_0x282226[_0xee11dd(0x1e6)],_0x50e45c=_0x59dcb2[_0xee11dd(0x406)]('[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22'+_0x488abe+'\x22]'),_0x8735d1=[_0x50e45c==null||(_0x541623=_0x50e45c[_0xee11dd(0x406)](_0xee11dd(0x1f6)))==null?void 0x0:_0x541623[_0xee11dd(0x21f)](),_0x50e45c==null||(_0x5207f2=_0x50e45c[_0xee11dd(0x406)](_0xee11dd(0x42d)))==null?void 0x0:_0x5207f2[_0xee11dd(0x21f)]()][_0xee11dd(0x688)](_0x2676d0=>!!_0x2676d0&&_0x2676d0[_0xee11dd(0x228)]>0x0&&_0x2676d0[_0xee11dd(0x257)]>0x0),_0x26c9cb=Array[_0xee11dd(0x3d1)](_0x59dcb2[_0xee11dd(0x4a0)](_0xee11dd(0x299)))[_0xee11dd(0x688)](_0x52982f=>_0x52982f[_0xee11dd(0x3e8)][_0xee11dd(0x18d)]===_0x488abe)[_0xee11dd(0x235)](_0x388cdb=>_0x388cdb[_0xee11dd(0x21f)]())[_0xee11dd(0x688)](_0xf5b974=>_0xf5b974[_0xee11dd(0x228)]>0x0&&_0xf5b974[_0xee11dd(0x257)]>0x0);return[..._0x25dcfb,..._0x8735d1,..._0x26c9cb][_0xee11dd(0x38d)](_0x16efe8=>_0x1ab6b0['clientX']>=_0x16efe8[_0xee11dd(0x337)]&&_0x1ab6b0['clientX']<=_0x16efe8['right']&&_0x1ab6b0[_0xee11dd(0x391)]>=_0x16efe8[_0xee11dd(0x679)]&&_0x1ab6b0['clientY']<=_0x16efe8[_0xee11dd(0x2ef)]);}function Oc(_0xe51d1e,_0xa2f897){const _0x5291a0=_0x40f88b;var _0x2fd583,_0x2d4ee9,_0x46d579,_0x42d024;let _0x955a22=_0xe51d1e['dataset'][_0x5291a0(0x18d)],_0x36d866=_0xe51d1e[_0x5291a0(0x1e6)],_0x3a2ae1=[(_0x2fd583=_0xe51d1e['querySelector'](_0x5291a0(0x1cc)))==null?void 0x0:_0x2fd583['getBoundingClientRect'](),(_0x2d4ee9=_0xe51d1e[_0x5291a0(0x406)](_0x5291a0(0x57f)))==null?void 0x0:_0x2d4ee9[_0x5291a0(0x21f)]()][_0x5291a0(0x688)](_0x1c34d1=>!!_0x1c34d1&&_0x1c34d1[_0x5291a0(0x228)]>0x0&&_0x1c34d1['height']>0x0),_0xd64599=_0x36d866['querySelector']('[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22'+_0x955a22+'\x22]'),_0x376824=[_0xd64599==null||(_0x46d579=_0xd64599[_0x5291a0(0x406)](_0x5291a0(0x1f6)))==null?void 0x0:_0x46d579[_0x5291a0(0x21f)](),_0xd64599==null||(_0x42d024=_0xd64599[_0x5291a0(0x406)](_0x5291a0(0x42d)))==null?void 0x0:_0x42d024[_0x5291a0(0x21f)]()][_0x5291a0(0x688)](_0x3f7c69=>!!_0x3f7c69&&_0x3f7c69[_0x5291a0(0x228)]>0x0&&_0x3f7c69[_0x5291a0(0x257)]>0x0),_0x415d23=Array['from'](_0x36d866['querySelectorAll'](_0x5291a0(0x299)))[_0x5291a0(0x688)](_0x43a12f=>_0x43a12f[_0x5291a0(0x3e8)][_0x5291a0(0x18d)]===_0x955a22)[_0x5291a0(0x235)](_0x2590aa=>_0x2590aa[_0x5291a0(0x21f)]())[_0x5291a0(0x688)](_0x28e6be=>_0x28e6be['width']>0x0&&_0x28e6be[_0x5291a0(0x257)]>0x0);return[..._0x3a2ae1,..._0x376824,..._0x415d23][_0x5291a0(0x38d)](_0x5e5b55=>_0xa2f897[_0x5291a0(0x52d)]>=_0x5e5b55[_0x5291a0(0x337)]&&_0xa2f897[_0x5291a0(0x52d)]<=_0x5e5b55['right']&&_0xa2f897[_0x5291a0(0x391)]>=_0x5e5b55[_0x5291a0(0x679)]&&_0xa2f897[_0x5291a0(0x391)]<=_0x5e5b55[_0x5291a0(0x2ef)]);}function kc(_0x2fae07,_0xefd622,_0x3cc4c2,_0x5b890f){const _0x3956bc=_0x40f88b;let _0x15ce88=_0x3cc4c2?'':_0x3956bc(0x5fc),_0x190eb4=_0x2fae07[_0x3956bc(0x406)](_0x3956bc(0x28d)),_0x3e0bc8=_0x2fae07[_0x3956bc(0x406)](_0x3956bc(0x1e0)),_0x40176f=_0x2fae07[_0x3956bc(0x406)](_0x3956bc(0x1cc)),_0x159cd7=_0x2fae07['querySelector']('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x311568=_0x2fae07['querySelector'](_0x3956bc(0x4cd)),_0x265625=_0xefd622==null?void 0x0:_0xefd622[_0x3956bc(0x406)](_0x3956bc(0x5a8)),_0x486a62=_0xefd622==null?void 0x0:_0xefd622[_0x3956bc(0x406)](_0x3956bc(0x384));if(_0x265625==null||_0x265625['style']['setProperty'](_0x3956bc(0x263),'none'),_0x486a62==null||_0x486a62['style'][_0x3956bc(0x537)](_0x3956bc(0x263),'none'),Pc(_0x2fae07)){_0x190eb4==null||_0x190eb4[_0x3956bc(0x46a)][_0x3956bc(0x537)]('pointer-events',_0x3956bc(0x5fc)),_0x3e0bc8==null||_0x3e0bc8[_0x3956bc(0x46a)][_0x3956bc(0x537)](_0x3956bc(0x263),_0x3956bc(0x5fc)),_0x40176f==null||_0x40176f['style'][_0x3956bc(0x537)](_0x3956bc(0x263),_0x3cc4c2?'auto':_0x3956bc(0x5fc)),_0x159cd7==null||_0x159cd7[_0x3956bc(0x46a)][_0x3956bc(0x537)]('pointer-events',_0x3956bc(0x5fc)),_0x311568==null||_0x311568[_0x3956bc(0x46a)][_0x3956bc(0x537)](_0x3956bc(0x263),'none');return;}_0x190eb4==null||_0x190eb4[_0x3956bc(0x46a)][_0x3956bc(0x1e1)]('pointer-events'),_0x3e0bc8==null||_0x3e0bc8[_0x3956bc(0x46a)][_0x3956bc(0x537)](_0x3956bc(0x263),_0x15ce88),_0x40176f==null||_0x40176f[_0x3956bc(0x46a)][_0x3956bc(0x1e1)](_0x3956bc(0x263)),_0x159cd7==null||_0x159cd7[_0x3956bc(0x46a)][_0x3956bc(0x1e1)](_0x3956bc(0x263)),_0x311568==null||_0x311568['style'][_0x3956bc(0x537)](_0x3956bc(0x263),_0x15ce88);}function Ac(_0x57af04,_0x23dff7,_0x2e3559,_0x155623){const _0x5b0430=_0x40f88b;var _0x54274b;let _0x41d6b5=_0x2e3559&&_0x155623!==_0x5b0430(0x1a9),_0xd792e0=_0x41d6b5?'':_0x5b0430(0x3a3),_0x17e980=_0x41d6b5?'':_0x5b0430(0x5fc),_0x271f9e=_0x2e3559&&_0x155623==='stage2'?'':_0x5b0430(0x3a3),_0x13f42f=(_0x54274b=_0x57af04[_0x5b0430(0x406)]('[data-embed-float-fullscreen-button]'))==null?_0x23dff7==null?void 0x0:_0x23dff7[_0x5b0430(0x406)](_0x5b0430(0x42d)):_0x54274b,_0x14c5a3=[_0x23dff7==null?void 0x0:_0x23dff7[_0x5b0430(0x406)]('[data-embed-overlay-root]'),_0x23dff7==null?void 0x0:_0x23dff7[_0x5b0430(0x406)]('[data-embed-popup-root]')];_0x13f42f==null||_0x13f42f[_0x5b0430(0x46a)][_0x5b0430(0x537)](_0x5b0430(0x5a3),_0xd792e0),_0x13f42f==null||_0x13f42f[_0x5b0430(0x46a)][_0x5b0430(0x537)](_0x5b0430(0x263),_0x17e980),_0x14c5a3[_0x5b0430(0x496)](_0x519bcd=>{const _0x7037c3=_0x5b0430;_0x519bcd==null||_0x519bcd[_0x7037c3(0x46a)][_0x7037c3(0x537)](_0x7037c3(0x5a3),_0x271f9e),_0x519bcd==null||_0x519bcd['style'][_0x7037c3(0x537)](_0x7037c3(0x263),_0x7037c3(0x5fc)),_0x155623!==_0x7037c3(0x1a9)&&(_0x519bcd==null||_0x519bcd['removeAttribute']('data-embed-runtime-focus-role'),_0x519bcd==null||_0x519bcd['querySelectorAll'](_0x7037c3(0x3cb))['forEach'](_0x8e3d9b=>{const _0x4ed2c5=_0x7037c3;_0x8e3d9b[_0x4ed2c5(0x4f8)]('data-embed-runtime-focus-role');}));});}function jc(_0x5d5c81,_0x1426cf,_0x35e804){const _0x83212a=_0x40f88b;let _0x52b226=Math[_0x83212a(0x1ce)](_0x1426cf[_0x83212a(0x337)],_0x35e804[_0x83212a(0x337)]),_0x4a7577=Math['max'](0x0,_0x52b226-_0x1426cf[_0x83212a(0x337)]);_0x5d5c81[_0x83212a(0x4a0)](_0x83212a(0x1f6))[_0x83212a(0x496)](_0x296a43=>{const _0x439410=_0x83212a;var _0x119b3f;let _0x36f0af=(_0x119b3f=_0x296a43[_0x439410(0x208)](_0x439410(0x210)))==null?void 0x0:_0x119b3f[_0x439410(0x3e8)][_0x439410(0x2d1)],_0x17a284=_0x296a43[_0x439410(0x3e8)][_0x439410(0x557)]===_0x439410(0x3fa),_0x28e3ae=_0x296a43[_0x439410(0x3e8)]['uComp']==='sheet-embed-floating-menu';if(_0x36f0af===_0x439410(0x262)){if(_0x296a43[_0x439410(0x46a)][_0x439410(0x679)]=_0x17a284?_0x439410(0x314):_0x439410(0x64c),_0x17a284){var _0x40eb00;(_0x40eb00=_0x296a43[_0x439410(0x406)](_0x439410(0x4a9)))==null||_0x40eb00[_0x439410(0x46a)][_0x439410(0x537)]('margin-left',_0x4a7577+'px');}}else(_0x17a284||_0x28e3ae)&&(_0x296a43[_0x439410(0x46a)][_0x439410(0x679)]=_0x439410(0x3dd));});}function Mc(_0x3853f2){const _0x21a2c7=_0x40f88b;_0x3853f2[_0x21a2c7(0x4a0)](_0x21a2c7(0x1f6))['forEach'](_0x4c9eec=>{const _0x17512a=_0x21a2c7;var _0x324dde;_0x4c9eec[_0x17512a(0x46a)]['removeProperty']('left'),_0x4c9eec['style'][_0x17512a(0x1e1)](_0x17512a(0x679)),_0x4c9eec['style']['removeProperty']('width'),(_0x324dde=_0x4c9eec[_0x17512a(0x406)](_0x17512a(0x4a9)))==null||_0x324dde[_0x17512a(0x46a)][_0x17512a(0x1e1)](_0x17512a(0x201));});}function Nc(_0x392388){const _0x358a18=_0x40f88b;let _0x1dfd1e=Fc(_0x392388)?_0x392388[_0x358a18(0x406)](_0x358a18(0x28d)):null,_0x912b4c=_0x1dfd1e==null?void 0x0:_0x1dfd1e[_0x358a18(0x21f)]();return _0x912b4c&&_0x912b4c[_0x358a18(0x228)]>0x0&&_0x912b4c[_0x358a18(0x257)]>0x0?Rc(_0x912b4c,_0x392388):Rc(_0x392388[_0x358a18(0x21f)](),_0x392388);}function Pc(_0x5038b3){const _0x58fd35=_0x40f88b;return!!_0x5038b3[_0x58fd35(0x208)](_0x58fd35(0x696));}function Fc(_0x147d40){const _0x238d8e=_0x40f88b;return Pc(_0x147d40)||!!_0x147d40[_0x238d8e(0x208)](_0x238d8e(0x274));}const Ic=0x18,Lc=0x28;function Rc(_0x34415a,_0x4b57ae){const _0x48daa7=_0x40f88b;var _0x253d7e;let _0x3d36ab=zc(_0x4b57ae,_0x34415a);if(!_0x3d36ab&&_0x34415a[_0x48daa7(0x679)]>=0x0&&_0x34415a['left']>=0x0)return _0x34415a;let _0x4015ce=(_0x253d7e=_0x3d36ab==null?void 0x0:_0x3d36ab[_0x48daa7(0x21f)]())==null?new DOMRect(0x0,0x0,window['innerWidth'],window[_0x48daa7(0x2f8)]):_0x253d7e,_0x327565=Math['max'](_0x34415a[_0x48daa7(0x337)],_0x4015ce[_0x48daa7(0x337)]),_0x533345=Math[_0x48daa7(0x1ce)](_0x34415a[_0x48daa7(0x679)],_0x4015ce[_0x48daa7(0x679)]),_0x5d8942=Math[_0x48daa7(0x343)](_0x34415a[_0x48daa7(0x5f3)],_0x4015ce[_0x48daa7(0x5f3)]),_0x23b0a4=Math[_0x48daa7(0x343)](_0x34415a[_0x48daa7(0x2ef)],_0x4015ce[_0x48daa7(0x2ef)]);return _0x5d8942<=_0x327565||_0x23b0a4<=_0x533345?new DOMRect(_0x327565,_0x533345,0x0,0x0):new DOMRect(_0x327565,_0x533345,_0x5d8942-_0x327565,_0x23b0a4-_0x533345);}function zc(_0x5c1fa4,_0x42f64){const _0x306d75=_0x40f88b;let _0x53dd27=_0x5c1fa4[_0x306d75(0x42a)];for(;_0x53dd27&&_0x53dd27!==document[_0x306d75(0x2ba)]&&_0x53dd27!==document[_0x306d75(0x195)];){if(ul(_0x53dd27)&&!Bc(_0x53dd27,_0x42f64))return _0x53dd27;_0x53dd27=_0x53dd27[_0x306d75(0x42a)];}return null;}function Bc(_0x172fa1,_0x222e7f){const _0x2ac962=_0x40f88b;let _0x25de06=_0x172fa1[_0x2ac962(0x21f)]();return _0x25de06[_0x2ac962(0x228)]<=0x0||_0x25de06[_0x2ac962(0x257)]<=0x0||Math[_0x2ac962(0x387)](_0x25de06['left']-_0x222e7f[_0x2ac962(0x337)])<0x1&&Math['abs'](_0x25de06['top']-_0x222e7f['top'])<0x1&&Math[_0x2ac962(0x387)](_0x25de06[_0x2ac962(0x228)]-_0x222e7f[_0x2ac962(0x228)])<0x1&&Math[_0x2ac962(0x387)](_0x25de06[_0x2ac962(0x257)]-_0x222e7f[_0x2ac962(0x257)])<0x1;}function Vc(_0x16a7d3,_0x3ca7f7,_0x3c569f,_0x4b439a){const _0x395c12=_0x40f88b;_0x4b439a[_0x395c12(0x1be)][_0x395c12(0x496)](_0xd37672=>window[_0x395c12(0x3a5)](_0xd37672)),_0x4b439a[_0x395c12(0x1be)]=[],_0x16a7d3[_0x395c12(0x385)]({'embedId':_0x3ca7f7,'reason':_0x3c569f});let _0x4b4b94=_0x314df3=>{const _0x4ad613=_0x395c12;let _0x1a6c7d=window[_0x4ad613(0x503)](()=>{const _0x1c5d70=_0x4ad613;_0x4b439a[_0x1c5d70(0x1be)]=_0x4b439a[_0x1c5d70(0x1be)]['filter'](_0x2fabbf=>_0x2fabbf!==_0x1a6c7d),_0x16a7d3[_0x1c5d70(0x385)]({'embedId':_0x3ca7f7,'reason':_0x3c569f}),_0x314df3>0x1&&_0x4b4b94(_0x314df3-0x1);});_0x4b439a[_0x4ad613(0x1be)][_0x4ad613(0x486)](_0x1a6c7d);};_0x4b4b94(0x2);}function Hc(_0x5052b8,_0x705a07,_0x4f2a29){const _0x3e92c1=_0x40f88b;if(Wc(_0x705a07))return!0x1;let _0x2bd44a=_0x705a07==null?void 0x0:_0x705a07[_0x3e92c1(0x3c3)];return!(_0x2bd44a instanceof Node&&_0x5052b8['contains'](_0x2bd44a)||_0x2bd44a instanceof HTMLElement&&_0x2bd44a[_0x3e92c1(0x208)]('[data-embed-float-dom=\x22true\x22]')||_0x705a07 instanceof WheelEvent&&(qc(_0x705a07)||Jc(_0x4f2a29,_0x705a07)));}function Uc(_0x53d7f3){const _0x16b6b7=_0x40f88b;return _0x53d7f3 instanceof WheelEvent?Math[_0x16b6b7(0x387)](_0x53d7f3[_0x16b6b7(0x3a2)])>=Math['abs'](_0x53d7f3[_0x16b6b7(0x2b1)]):(_0x53d7f3==null?void 0x0:_0x53d7f3[_0x16b6b7(0x224)])===_0x16b6b7(0x334);}function Wc(_0x542c2c){return!!_0x542c2c&&_0x542c2c[_c]instanceof WheelEvent;}function Gc(_0x552a3b){const _0x2e026d=_0x40f88b;Object[_0x2e026d(0x398)](_0x552a3b,vc,{'configurable':!0x0,'value':!0x0});}function Kc(_0x50f8bc){return!!_0x50f8bc[vc];}function qc(_0x262295){const _0x5d6277=_0x40f88b;for(let _0x337616 of yc[_0x5d6277(0x3be)]())if(Jc(_0x337616,_0x262295))return!0x0;return!0x1;}function Jc(_0x5688d7,_0x4d6a74){const _0x29a86b=_0x40f88b;let {left:_0x4ce719,top:_0x1a2501,width:_0x879351,height:_0x3b3134}=_0x5688d7;return!Number[_0x29a86b(0x37b)](_0x4ce719)||!Number[_0x29a86b(0x37b)](_0x1a2501)||!Number[_0x29a86b(0x37b)](_0x879351)||!Number[_0x29a86b(0x37b)](_0x3b3134)||(_0x879351==null?0x0:_0x879351)<=0x0||(_0x3b3134==null?0x0:_0x3b3134)<=0x0?!0x1:_0x4d6a74[_0x29a86b(0x52d)]>=_0x4ce719&&_0x4d6a74[_0x29a86b(0x52d)]<=_0x4ce719+_0x879351&&_0x4d6a74[_0x29a86b(0x391)]>=_0x1a2501&&_0x4d6a74['clientY']<=_0x1a2501+_0x3b3134;}function Yc(_0x37b392){const _0x5a5a82=_0x40f88b;if(!_0x37b392||typeof _0x37b392!=_0x5a5a82(0x37e))return;let _0x2109a3=_0x37b392;if(!(_0x2109a3[_0x5a5a82(0x5da)]!==0x1||!_0x2109a3[_0x5a5a82(0x18d)]||!_0x2109a3[_0x5a5a82(0x4e9)]))return _0x2109a3;}function Xc(_0x128392){const _0x32547b=_0x40f88b;var _0x43a762,_0x1dec2f;let _0x3672ec=((_0x43a762=_0x128392[_0x32547b(0x5bc)])==null?void 0x0:_0x43a762[_0x32547b(0x4be)])||void 0x0;if(_0x3672ec&&typeof _0x3672ec==_0x32547b(0x37e)&&_0x3672ec['layout'])return _0x3672ec['layout'];let _0xfccea3=((_0x1dec2f=_0x128392[_0x32547b(0x5bc)])==null?void 0x0:_0x1dec2f['tab'])||void 0x0;return _0xfccea3&&typeof _0xfccea3==_0x32547b(0x37e)&&_0xfccea3[_0x32547b(0x298)]?_0x32547b(0x15f):void 0x0;}function Zc(_0x2840e9,_0x4ae734){const _0x47182c=_0x40f88b;var _0xb8d9d3;let _0x51aae1=(_0xb8d9d3=gl(_0x4ae734,_0x2840e9[_0x47182c(0x52d)],_0x2840e9['clientY']))==null?_0x4ae734:_0xb8d9d3;if(_0x51aae1===_0x4ae734&&!_0x4ae734[_0x47182c(0x60e)](_0x51aae1))return!0x1;let _0x491873=pl(_0x2840e9,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x2840e9[_0x47182c(0x52d)],'clientY':_0x2840e9['clientY'],'ctrlKey':_0x2840e9[_0x47182c(0x542)],'deltaMode':_0x2840e9[_0x47182c(0x2ea)],'deltaX':_0x2840e9[_0x47182c(0x2b1)],'deltaY':_0x2840e9[_0x47182c(0x3a2)],'deltaZ':_0x2840e9['deltaZ'],'metaKey':_0x2840e9['metaKey'],'shiftKey':_0x2840e9[_0x47182c(0x33b)]});return _0x51aae1[_0x47182c(0x17c)](_0x491873),_0x491873[_0x47182c(0x2ad)];}function Qc(_0x3a3f96,_0x49944f){const _0x660746=_0x40f88b;var _0x1305ee;let _0x3fea33=yl((_0x1305ee=gl(_0x49944f,_0x3a3f96[_0x660746(0x52d)],_0x3a3f96['clientY']))==null?_0x49944f:_0x1305ee,_0x49944f,_0x3a3f96);return _0x3fea33?bl(_0x3a3f96,_0x3fea33):!0x1;}function $c(_0x2c083c,_0x2a6b61){const _0x569040=_0x40f88b;let _0x112f26=ol(_0x2c083c);if(!_0x112f26)return fl(_0x2c083c[_0x569040(0x1e6)][_0x569040(0x2ba)],_0x2c083c,_0x2a6b61);if(!dl(_0x112f26))return fl(_0x112f26,_0x2c083c,_0x2a6b61);let _0x85786b=_0x112f26[_0x569040(0x697)];return _0x112f26[_0x569040(0x697)]+=_0x2a6b61[_0x569040(0x3a2)],_0x112f26[_0x569040(0x697)]!==_0x85786b;}function el(_0x15677c,_0x5867af,_0x3647ad){const _0x41448d=_0x40f88b;var _0x15b2bc;return _0x3647ad||((_0x15b2bc=_0x15677c[_0x41448d(0x5d1)]['sourceMeta'])==null?void 0x0:_0x15b2bc['verticalWheelMode'])===_0x41448d(0x59c)?il(_0x5867af):nc(_0x15677c[_0x41448d(0x649)],_0x5867af);}function tl(_0x3c52c7,_0x326486){return Pc(_0x3c52c7)&&rl(_0x326486);}function nl(_0x1f0126){const _0x32ee7b=_0x40f88b;return _0x1f0126[_0x32ee7b(0x2b1)]||(_0x1f0126[_0x32ee7b(0x33b)]?_0x1f0126[_0x32ee7b(0x3a2)]:0x0);}function rl(_0x3641dc){const _0x1475b8=_0x40f88b;if(_0x3641dc['ctrlKey']||_0x3641dc['metaKey'])return!0x1;let _0x3e0d36=nl(_0x3641dc),_0x3624e0=_0x3641dc[_0x1475b8(0x33b)]?0x0:_0x3641dc[_0x1475b8(0x3a2)];return Math[_0x1475b8(0x387)](_0x3e0d36)>Math['abs'](_0x3624e0);}function il(_0x2d3ddf){const _0x18e9af=_0x40f88b;return _0x2d3ddf[_0x18e9af(0x33b)]||_0x2d3ddf[_0x18e9af(0x542)]||_0x2d3ddf['metaKey']?!0x1:Math['abs'](_0x2d3ddf[_0x18e9af(0x3a2)])>Math[_0x18e9af(0x387)](_0x2d3ddf[_0x18e9af(0x2b1)]);}function al(_0x496a6a){return rl(_0x496a6a)||il(_0x496a6a);}function ol(_0x347e8c){const _0x4cf45e=_0x40f88b;let _0x5123c1=_0x347e8c['parentElement'];for(;_0x5123c1&&_0x5123c1!==document['body']&&_0x5123c1!==document['documentElement'];){if(_0x5123c1[_0x4cf45e(0x2c1)]>_0x5123c1[_0x4cf45e(0x29b)]&&ul(_0x5123c1))return _0x5123c1;_0x5123c1=_0x5123c1[_0x4cf45e(0x42a)];}return null;}function sl(_0x44b850,_0xcd9be6){const _0x253c03=_0x40f88b;var _0x621b80;return Math[_0x253c03(0x1ce)](0x1,(_0x621b80=ll(_0x44b850))==null?_0xcd9be6:_0x621b80);}function cl(_0x35554f,_0x3984a2,_0xad2d56){const _0x46dcb2=_0x40f88b;var _0x5b1458,_0x412745;return Math[_0x46dcb2(0x1ce)](0x1,(_0x5b1458=(_0x412745=ll(_0x35554f))==null?ll(_0x3984a2):_0x412745)==null?_0xad2d56:_0x5b1458);}function ll(_0x573568){const _0x3d4477=_0x40f88b;return typeof _0x573568==_0x3d4477(0x2fe)&&Number[_0x3d4477(0x37b)](_0x573568)&&_0x573568>0x0?_0x573568:void 0x0;}function ul(_0x743ca7){const _0x27804c=_0x40f88b;let _0x5b8518=window['getComputedStyle'](_0x743ca7);return _0x5b8518['overflow']===_0x27804c(0x160)||_0x5b8518[_0x27804c(0x4e4)]===_0x27804c(0x334)||_0x5b8518[_0x27804c(0x4e4)]===_0x27804c(0x3a3)||_0x5b8518[_0x27804c(0x4de)]==='auto'||_0x5b8518[_0x27804c(0x4de)]==='scroll'||_0x5b8518[_0x27804c(0x4de)]===_0x27804c(0x3a3);}function dl(_0x954282){const _0x40d2ed=_0x40f88b;let _0x36f6a5=window[_0x40d2ed(0x5fb)](_0x954282);return _0x36f6a5[_0x40d2ed(0x4e4)]==='auto'||_0x36f6a5[_0x40d2ed(0x4e4)]===_0x40d2ed(0x334)||_0x36f6a5['overflowY']===_0x40d2ed(0x160)||_0x36f6a5[_0x40d2ed(0x4de)]==='scroll';}function fl(_0x457ee7,_0x2717a8,_0x4f220d){const _0x2ea676=_0x40f88b;let _0x55cd18=Array[_0x2ea676(0x3d1)](_0x457ee7[_0x2ea676(0x4a0)]('canvas'))[_0x2ea676(0x44b)](_0x124dda=>!_0x2717a8['contains'](_0x124dda));if(!_0x55cd18)return!0x1;let _0x183766=ml(_0x55cd18,_0x2717a8,_0x4f220d);return _0x55cd18['dispatchEvent'](pl(_0x4f220d,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x183766[_0x2ea676(0x52d)],'clientY':_0x183766[_0x2ea676(0x391)],'ctrlKey':_0x4f220d[_0x2ea676(0x542)],'deltaMode':_0x4f220d[_0x2ea676(0x2ea)],'deltaX':_0x4f220d['deltaX'],'deltaY':_0x4f220d[_0x2ea676(0x3a2)],'deltaZ':_0x4f220d[_0x2ea676(0x3f1)],'metaKey':_0x4f220d[_0x2ea676(0x687)],'shiftKey':_0x4f220d['shiftKey']})),!0x0;}function pl(_0x5c8150,_0x12ec98){const _0x28f390=_0x40f88b;let _0x3fe9ba=new WheelEvent(_0x28f390(0x626),_0x12ec98);return Object[_0x28f390(0x398)](_0x3fe9ba,_c,{'configurable':!0x0,'value':_0x5c8150}),_0x3fe9ba;}function ml(_0x3d8bca,_0xf5a38f,_0x20245f){const _0x222869=_0x40f88b;var _0x79ac8;if(!vl(_0xf5a38f,_0x20245f[_0x222869(0x52d)],_0x20245f['clientY']))return{'clientX':_0x20245f['clientX'],'clientY':_0x20245f[_0x222869(0x391)]};let _0x4181d5=_0x3d8bca[_0x222869(0x21f)](),_0x1fc048=Math['min'](0x18,Math['max'](0x4,Math[_0x222869(0x343)](_0x4181d5[_0x222869(0x228)],_0x4181d5[_0x222869(0x257)])/0x8)),_0x54759b=[{'clientX':_0x4181d5['left']+_0x1fc048,'clientY':_0x4181d5[_0x222869(0x679)]+_0x1fc048},{'clientX':_0x4181d5[_0x222869(0x5f3)]-_0x1fc048,'clientY':_0x4181d5['top']+_0x1fc048},{'clientX':_0x4181d5['left']+_0x1fc048,'clientY':_0x4181d5[_0x222869(0x2ef)]-_0x1fc048},{'clientX':_0x4181d5[_0x222869(0x5f3)]-_0x1fc048,'clientY':_0x4181d5[_0x222869(0x2ef)]-_0x1fc048},{'clientX':_0x4181d5['left']+_0x4181d5[_0x222869(0x228)]/0x2,'clientY':_0x4181d5['top']+_0x4181d5['height']/0x2}];return(_0x79ac8=_0x54759b['find'](_0x1083bc=>!vl(_0xf5a38f,_0x1083bc[_0x222869(0x52d)],_0x1083bc[_0x222869(0x391)])))==null?_0x54759b[0x0]:_0x79ac8;}function hl(_0x35dca7,_0x433973,_0x294697){const _0x44bb38=_0x40f88b;return Math[_0x44bb38(0x1ce)](_0x433973,Math[_0x44bb38(0x343)](_0x294697,_0x35dca7));}function gl(_0x40ccf3,_0x18bf3d,_0x5141d9){if(!vl(_0x40ccf3,_0x18bf3d,_0x5141d9))return null;let _0x378e67=_l(_0x40ccf3,_0x18bf3d,_0x5141d9);if(_0x378e67)return _0x378e67;let _0x18b632=_0x40ccf3,_0x5b90c7=_0x341ba7=>{const _0x16a569=_0x2546;let _0x529949=Array[_0x16a569(0x3d1)](_0x341ba7[_0x16a569(0x174)]);for(let _0x971e95=_0x529949['length']-0x1;_0x971e95>=0x0;_0x971e95--){let _0x182f7e=_0x529949[_0x971e95];if(!(!(_0x182f7e instanceof HTMLElement)||!vl(_0x182f7e,_0x18bf3d,_0x5141d9))){_0x18b632=_0x182f7e,_0x5b90c7(_0x182f7e);return;}}};return _0x5b90c7(_0x40ccf3),_0x18b632;}function _l(_0x2a7d67,_0xb4dc33,_0x2f78b5){const _0xeeb3ed=_0x40f88b;let _0x427cdc=_0x2a7d67[_0xeeb3ed(0x1e6)][_0xeeb3ed(0x273)];if(typeof _0x427cdc!=_0xeeb3ed(0x64a))return null;let _0xb752f0=_0x427cdc[_0xeeb3ed(0x48f)](_0x2a7d67[_0xeeb3ed(0x1e6)],_0xb4dc33,_0x2f78b5)[_0xeeb3ed(0x44b)](_0x391a32=>_0x391a32 instanceof HTMLElement&&_0x2a7d67[_0xeeb3ed(0x60e)](_0x391a32));return _0xb752f0==null?null:_0xb752f0;}function vl(_0x1722eb,_0x511347,_0x81a842){const _0x1e7384=_0x40f88b;let _0x310d77=_0x1722eb['getBoundingClientRect']();return _0x511347>=_0x310d77[_0x1e7384(0x337)]&&_0x511347<=_0x310d77[_0x1e7384(0x5f3)]&&_0x81a842>=_0x310d77[_0x1e7384(0x679)]&&_0x81a842<=_0x310d77[_0x1e7384(0x2ef)];}function yl(_0x563874,_0x3acc62,_0x5a14a1){const _0x4b10eb=_0x40f88b;let _0x5633ae=_0x5a14a1[_0x4b10eb(0x2b1)]||(_0x5a14a1[_0x4b10eb(0x33b)]?_0x5a14a1['deltaY']:0x0),_0x1ca582=_0x5a14a1[_0x4b10eb(0x33b)]?0x0:_0x5a14a1[_0x4b10eb(0x3a2)],_0x12fda1=_0x563874;for(;_0x12fda1&&_0x3acc62['contains'](_0x12fda1);){if(Ml(_0x12fda1,_0x5633ae,_0x1ca582))return _0x12fda1;_0x12fda1=_0x12fda1[_0x4b10eb(0x42a)];}return Ml(_0x3acc62,_0x5633ae,_0x1ca582)?_0x3acc62:null;}function bl(_0x3309a3,_0x4a07d4){const _0x3e61ad=_0x40f88b;let _0x357afc=_0x3309a3[_0x3e61ad(0x2b1)]||(_0x3309a3[_0x3e61ad(0x33b)]?_0x3309a3[_0x3e61ad(0x3a2)]:0x0),_0x5f4697=_0x3309a3[_0x3e61ad(0x33b)]?0x0:_0x3309a3[_0x3e61ad(0x3a2)],_0x11dfad=_0x4a07d4[_0x3e61ad(0x48d)],_0x2f489c=_0x4a07d4[_0x3e61ad(0x697)];return _0x357afc&&(_0x4a07d4[_0x3e61ad(0x48d)]+=_0x357afc),_0x5f4697&&(_0x4a07d4[_0x3e61ad(0x697)]+=_0x5f4697),_0x4a07d4[_0x3e61ad(0x48d)]!==_0x11dfad||_0x4a07d4[_0x3e61ad(0x697)]!==_0x2f489c;}function xl(..._0x47e7b8){const _0x21eb74=_0x40f88b;return _0x47e7b8[_0x21eb74(0x688)](_0xf6f8d4=>!!_0xf6f8d4&&_0xf6f8d4['isConnected']);}function Sl(_0x3c7f20,_0x26c453){const _0x487083=_0x40f88b;if(_0x26c453 instanceof HTMLCanvasElement&&_0x3c7f20[_0x487083(0x38d)](_0x2a8f84=>_0x2a8f84[_0x487083(0x60e)](_0x26c453)))return _0x26c453;for(let _0x3a59da of _0x3c7f20){let _0x253c3d=_0x3a59da[_0x487083(0x406)](_0x487083(0x3c0));if(_0x253c3d)return _0x253c3d;}return null;}function Cl(_0x25dc85,_0x276eac=!0x1){const _0x523103=_0x40f88b;return _0x25dc85!==_0x3202aa[_0x523103(0x4b0)]&&_0x25dc85!==_0x3202aa['UNIVER_DOC']&&(_0x276eac||_0x25dc85!==_0x3202aa[_0x523103(0x4dd)]);}function wl(_0x355316){const _0x25614b=_0x40f88b;let _0x18e90e=Tl(_0x355316);return _0x18e90e===_0x25614b(0x577)||_0x18e90e===_0x25614b(0x37c)||_0x18e90e===_0x25614b(0x197);}function Tl(_0x101a25){const _0xce3ee3=_0x40f88b;var _0x1ccfce;if(!(_0x101a25 instanceof HTMLElement))return;let _0x3223e7=(_0x1ccfce=_0x101a25[_0xce3ee3(0x208)](_0xce3ee3(0x3cb)))==null?void 0x0:_0x1ccfce['getAttribute'](X);return kl(_0x3223e7)?_0x3223e7:void 0x0;}function El(_0x148b40,_0x14f79c,_0x14da4a,_0x516f71,_0x12e747){const _0x48e75d=_0x40f88b;if(_0x12e747!==_0x48e75d(0x1a9)||!_0x14da4a||!_0x516f71)return;let _0x1c536a=new Map(),_0x39a823=()=>{const _0x17ea4e=_0x48e75d;let _0x41b15a=new Set([_0x516f71,..._0x14f79c['listElements'](_0x14da4a)]);_0x1c536a['forEach']((_0x3a9e6a,_0x6ad075)=>{const _0x4af738=_0x2546;_0x41b15a['has'](_0x6ad075)||(_0x3a9e6a[_0x4af738(0x602)](),_0x1c536a[_0x4af738(0x5ab)](_0x6ad075));}),_0x41b15a[_0x17ea4e(0x496)](_0x12fffb=>{const _0x55b7f9=_0x17ea4e;_0x1c536a['has'](_0x12fffb)||_0x148b40['checkElementInCurrentContainers'](_0x12fffb)||_0x1c536a[_0x55b7f9(0x2e3)](_0x12fffb,_0x148b40[_0x55b7f9(0x405)](_0x12fffb));});};_0x39a823();let _0x99132a=_0x14f79c[_0x48e75d(0x5a0)][_0x48e75d(0x35d)](_0x39a823);return _0x3706d8(()=>{const _0x28fc5e=_0x48e75d;_0x99132a[_0x28fc5e(0x1ef)](),_0x1c536a[_0x28fc5e(0x496)](_0x23d5df=>_0x23d5df[_0x28fc5e(0x602)]()),_0x1c536a['clear']();});}function Dl(_0xcba4e7){let {stage:_0x19f655,isOwnedChildInteraction:_0xc410e3}=_0xcba4e7;return _0x19f655==='stage2'&&_0xc410e3;}function Ol(_0x50a2a3){const _0x80bd1c=_0x40f88b;return _0x50a2a3[_0x80bd1c(0x407)]<_0x50a2a3[_0x80bd1c(0x628)];}function kl(_0x1e7784){const _0x4a274c=_0x40f88b;return _0x1e7784==='runtime'||_0x1e7784===_0x4a274c(0x4a6)||_0x1e7784===_0x4a274c(0x577)||_0x1e7784===_0x4a274c(0x37c)||_0x1e7784===_0x4a274c(0x197);}function Al(_0x4e4ce5){const _0x218538=_0x40f88b;return _0x4e4ce5['id']===_0x218538(0x3d2)||_0x4e4ce5['id'][_0x218538(0x659)](_0x218538(0x665))||_0x4e4ce5['id']['startsWith'](_0x218538(0x3a4))||_0x4e4ce5['closest'](_0x218538(0x533))!=null;}function jl(_0x354b01,_0x1883f1){const _0x293549=_0x40f88b;if(!_0x354b01||_0x1883f1[_0x293549(0x39b)]===0x0)return;let _0x1e98a5=_0x1883f1[0x0][_0x293549(0x1e6)][_0x293549(0x5bb)];_0x1e98a5 instanceof HTMLElement&&(_0x1883f1[_0x293549(0x38d)](_0x47bf28=>_0x47bf28[_0x293549(0x60e)](_0x1e98a5))||_0x1e98a5['closest'](_0x293549(0x29d)+_0x354b01+'\x22]')!=null)&&_0x1e98a5['blur']();}function Ml(_0x5b3bd1,_0x57d70e,_0x52b5b3){const _0x5647cf=_0x40f88b;let _0x5b152c=_0x57d70e!==0x0&&_0x5b3bd1[_0x5647cf(0x1e3)]>_0x5b3bd1[_0x5647cf(0x33c)]&&(_0x57d70e<0x0?_0x5b3bd1[_0x5647cf(0x48d)]>0x0:_0x5b3bd1[_0x5647cf(0x48d)]+_0x5b3bd1[_0x5647cf(0x33c)]<_0x5b3bd1[_0x5647cf(0x1e3)]),_0x172485=_0x52b5b3!==0x0&&_0x5b3bd1[_0x5647cf(0x2c1)]>_0x5b3bd1[_0x5647cf(0x29b)]&&(_0x52b5b3<0x0?_0x5b3bd1[_0x5647cf(0x697)]>0x0:_0x5b3bd1[_0x5647cf(0x697)]+_0x5b3bd1['clientHeight']<_0x5b3bd1[_0x5647cf(0x2c1)]);return _0x5b152c||_0x172485;}function Nl(_0x1f4399,_0x34e06a=0x1,_0x174a84=0x1){const _0x283db5=_0x40f88b;let _0x3a1c7d=_0x1f4399['deltaX']/(Math[_0x283db5(0x387)](_0x34e06a)||0x1),_0x5d0fc4=_0x1f4399['deltaY']/(Math[_0x283db5(0x387)](_0x174a84)||0x1);if(_0x1f4399[_0x283db5(0x33b)])_0x3a1c7d=(_0x1f4399[_0x283db5(0x3a2)]||_0x1f4399[_0x283db5(0x2b1)])*0x3/(Math[_0x283db5(0x387)](_0x34e06a)||0x1),_0x5d0fc4=0x0;else{let _0x389135=Math[_0x283db5(0x387)](_0x3a1c7d),_0x3a1f15=Math[_0x283db5(0x387)](_0x5d0fc4);_0x3a1f15>=_0x389135*0x2?_0x3a1c7d=0x0:_0x389135>=_0x3a1f15*0x2&&(_0x5d0fc4=0x0);}return{'offsetX':_0x3a1c7d,'offsetY':_0x5d0fc4};}function Pl(_0x592bf9,_0xfa6c2a,_0x328add){const _0x557e0f=_0x40f88b;var _0x31b73f,_0x75024d,_0x48b964,_0x5afbe6;if(!_0xfa6c2a)return!0x1;let {offsetX:_0x392fb5,offsetY:_0x28f184}=Fl(_0x592bf9,_0xfa6c2a,_0x328add);if(!_0x392fb5&&!_0x28f184)return!0x1;let _0x3c4841=(_0x31b73f=_0xfa6c2a['viewportScrollX'])==null?0x0:_0x31b73f,_0x52ea66=(_0x75024d=_0xfa6c2a[_0x557e0f(0x615)])==null?0x0:_0x75024d;if(_0x592bf9['source']===_0x557e0f(0x5c3)&&_0xfa6c2a[_0x557e0f(0x4ae)]&&(_0x592bf9[_0x557e0f(0x2fc)]!=null||_0x592bf9[_0x557e0f(0x615)]!=null)){var _0x48eb4b,_0x35c09e;_0xfa6c2a[_0x557e0f(0x4ae)]({'viewportScrollX':(_0x48eb4b=_0x592bf9[_0x557e0f(0x2fc)])==null?_0x3c4841:_0x48eb4b,'viewportScrollY':(_0x35c09e=_0x592bf9[_0x557e0f(0x615)])==null?_0x52ea66:_0x35c09e});}else{if(_0xfa6c2a['scrollByViewportDeltaVal'])_0xfa6c2a['scrollByViewportDeltaVal']({'viewportScrollX':_0x392fb5,'viewportScrollY':_0x28f184});else return!0x1;}let _0x44e986=((_0x48b964=_0xfa6c2a['viewportScrollX'])==null?0x0:_0x48b964)!==_0x3c4841||((_0x5afbe6=_0xfa6c2a[_0x557e0f(0x615)])==null?0x0:_0x5afbe6)!==_0x52ea66;if(_0x44e986){var _0x21924b;_0x328add==null||(_0x21924b=_0x328add[_0x557e0f(0x2c7)])==null||_0x21924b[_0x557e0f(0x48f)](_0x328add,!0x0);}return _0x44e986;}function Fl(_0x54dee5,_0x18730c,_0x143c11){const _0x408329=_0x40f88b;if(_0x54dee5[_0x408329(0x166)]===_0x408329(0x5c3)&&(_0x54dee5[_0x408329(0x2fc)]!=null||_0x54dee5[_0x408329(0x615)]!=null)){var _0xccfa12,_0x4971e4,_0x39f33a,_0x1a7df6,_0x43f0c3,_0x128701;return{'offsetX':((_0xccfa12=(_0x4971e4=_0x54dee5['viewportScrollX'])==null?_0x18730c[_0x408329(0x2fc)]:_0x4971e4)==null?0x0:_0xccfa12)-((_0x39f33a=_0x18730c[_0x408329(0x2fc)])==null?0x0:_0x39f33a),'offsetY':((_0x1a7df6=(_0x43f0c3=_0x54dee5[_0x408329(0x615)])==null?_0x18730c[_0x408329(0x615)]:_0x43f0c3)==null?0x0:_0x1a7df6)-((_0x128701=_0x18730c[_0x408329(0x615)])==null?0x0:_0x128701)};}return Nl(_0x54dee5[_0x408329(0x443)],_0x143c11==null?void 0x0:_0x143c11[_0x408329(0x5fe)],_0x143c11==null?void 0x0:_0x143c11[_0x408329(0x61e)]);}function Il(_0x1b7e53){const _0x5541a6=_0x40f88b;return _0x1b7e53[_0x5541a6(0x5c5)]?_0x1b7e53[_0x5541a6(0x293)]+0x34:_0x1b7e53[_0x5541a6(0x293)];}function Ll(_0x5bf4d2){const _0x49ecbd=_0x40f88b;var _0x5a0e25;let {data:_0x26ff18,customBlockRenderViewport:_0x281b58}=_0x5bf4d2,_0x38ae72=_0x3d8863(_0x2d49a9),_0x37a701=_0x3d8863(_0x476b57),_0x2b1b15=_0x3d8863(_0x1f805f),_0x5a4a7a=Gl(_0x26ff18),_0x19c34f=_0x5a4a7a==null?void 0x0:_0x5a4a7a[_0x49ecbd(0x3d0)],_0x546349=_0x19c34f==null?(_0x5a0e25=_0x37a701['getCurrentUnitOfType'](_0x3202aa[_0x49ecbd(0x437)]))==null?void 0x0:_0x5a0e25[_0x49ecbd(0x18a)]():_0x19c34f,_0x4e2ec6=_0x261426(null),_0x4ae9a6=_0x261426(null),[_0x5ba236,_0x37130a]=_0x5c70c0(()=>_0x945a27()),_0x3f8285=_0x261426(_0x5ba236),_0x31af30=_0x2ca42b(_0x5a4a7a==null?void 0x0:_0x5a4a7a[_0x49ecbd(0x455)]),_0x4c6cf4=_0x281b58==null?void 0x0:_0x281b58[_0x49ecbd(0x4b1)],_0x5d9153=_0x281b58==null?void 0x0:_0x281b58['bleedWidth'],_0x2b6775=_0x281b58==null?void 0x0:_0x281b58['contentWidth'];_0x3f8285[_0x49ecbd(0x1be)]=_0x5ba236,_0x1bdf43(()=>{if(!_0x19c34f)return;let _0x3559aa=[],_0x3183cb=()=>{const _0x3f0d44=_0x2546;let _0x1e4493=_0x37a701[_0x3f0d44(0x39e)](_0x19c34f,_0x3202aa['UNIVER_DOC']),_0x35dbef=_0x1e4493==null?void 0x0:_0x1e4493[_0x3f0d44(0x58d)];typeof _0x35dbef==_0x3f0d44(0x2fe)&&_0x38ae72[_0x3f0d44(0x5a7)](_0x104d56['id'],{'unitId':_0x19c34f,'zoomRatio':_0x35dbef});},_0x3f84c8=_0x1041c7=>{const _0x17a4c6=_0x2546;let _0x3e1d10=requestAnimationFrame(_0x1041c7);_0x3559aa[_0x17a4c6(0x486)](()=>cancelAnimationFrame(_0x3e1d10));},_0xccc328=_0x4e41c9=>{let _0x37a6fc=setTimeout(_0x3183cb,_0x4e41c9);_0x3559aa['push'](()=>clearTimeout(_0x37a6fc));};return _0x3183cb(),_0x3f84c8(_0x3183cb),_0x3f84c8(()=>_0x3f84c8(_0x3183cb)),_0xccc328(0x78),_0xccc328(0x1f4),()=>{const _0x623bd7=_0x2546;_0x3559aa[_0x623bd7(0x496)](_0x1bb485=>_0x1bb485());};},[_0x38ae72,_0x19c34f,_0x37a701]),_0x1cb664(()=>{const _0x57e297=_0x49ecbd;let _0x474643=_0x4e2ec6[_0x57e297(0x1be)];if(!_0x474643||!_0x31af30||typeof window>'u')return;let _0x207057,_0x4095d0=()=>{const _0x118b44=_0x57e297;_0x207057=void 0x0;let _0x13b3b5=_0x474643[_0x118b44(0x21f)](),_0x1fef02=Ul(_0x2b6775,()=>Jl(_0x474643,_0x13b3b5[_0x118b44(0x228)])),_0x4d2638=_0x5092ae(_0x474643,_0x1fef02,{'bleedLeft':_0x4c6cf4,'bleedWidth':_0x5d9153});_0x37130a(_0x2a9085=>Math[_0x118b44(0x387)](_0x2a9085[_0x118b44(0x4b1)]-_0x4d2638['bleedLeft'])<0.5&&Math[_0x118b44(0x387)](_0x2a9085[_0x118b44(0x286)]-_0x4d2638['bleedRight'])<0.5&&Math[_0x118b44(0x387)](_0x2a9085[_0x118b44(0x1cb)]-_0x4d2638[_0x118b44(0x1cb)])<0.5&&Math['abs'](_0x2a9085['contentWidth']-_0x4d2638[_0x118b44(0x3e3)])<0.5&&Math[_0x118b44(0x387)](_0x2a9085['virtualWidth']-_0x4d2638[_0x118b44(0x354)])<0.5?_0x2a9085:_0x4d2638);},_0x320237=()=>{const _0x46f0a1=_0x57e297;_0x207057==null&&(_0x207057=window[_0x46f0a1(0x503)](_0x4095d0));},_0x370219=_0x1a0b70=>{const _0x594a85=_0x57e297;Wl(_0x474643,_0x1a0b70[_0x594a85(0x3c3)])&&_0x320237();};_0x4095d0();let _0x5cb8af=new ResizeObserver(_0x320237);return _0x5cb8af[_0x57e297(0x3bf)](_0x474643),window['addEventListener'](_0x57e297(0x44c),_0x320237),window[_0x57e297(0x2dd)](_0x57e297(0x334),_0x370219,!0x0),()=>{const _0x1a8e50=_0x57e297;_0x207057!=null&&window[_0x1a8e50(0x3a5)](_0x207057),_0x5cb8af[_0x1a8e50(0x1ab)](),window[_0x1a8e50(0x536)](_0x1a8e50(0x44c),_0x320237),window[_0x1a8e50(0x536)](_0x1a8e50(0x334),_0x370219,!0x0);};},[_0x4c6cf4,_0x5d9153,_0x2b6775,_0x31af30]),_0x1cb664(()=>{const _0x2c72e1=_0x49ecbd;let _0x550382=_0x4e2ec6['current'];if(!_0x550382||!_0x31af30){_0x4ae9a6[_0x2c72e1(0x1be)]=null;return;}let _0x1db05f=()=>{const _0x302e2e=_0x2c72e1;_0x4ae9a6[_0x302e2e(0x1be)]=_0x550382[_0x302e2e(0x406)](_0x302e2e(0x1e0));};_0x1db05f();let _0xe7b730=new MutationObserver(_0x1db05f);return _0xe7b730[_0x2c72e1(0x3bf)](_0x550382,{'childList':!0x0,'subtree':!0x0}),()=>{const _0x1658ce=_0x2c72e1;_0x4ae9a6[_0x1658ce(0x1be)]=null,_0xe7b730[_0x1658ce(0x1ab)]();};},[_0x31af30]);let _0x3d34de=_0x31af30?Vl(_0x281b58==null?void 0x0:_0x281b58['contentHeight']):_0x5e318b(_0x281b58==null?void 0x0:_0x281b58[_0x49ecbd(0x293)],0x1),_0x5ac7dc=Il({'contentHeight':_0x3d34de,'tableLike':_0x31af30}),_0x3f7e30=Hl({'contentHeight':_0x3d34de,'viewportHeight':_0x281b58==null?void 0x0:_0x281b58[_0x49ecbd(0x329)]}),_0x584b6c=_0x31af30?{'height':_0x5ac7dc,'minHeight':_0x5ac7dc}:void 0x0,_0x16df1f=_0x7b9013((_0x4f0b73,_0x5722d2)=>{const _0x4aff4e=_0x49ecbd;var _0x340bd2;let _0x55cc8d=(_0x340bd2=_0x2b1b15['getRenderUnitById'](_0x5722d2['hostUnitId']))==null?void 0x0:_0x340bd2[_0x4aff4e(0x37d)];return Pl({..._0x5722d2,'event':_0x4f0b73,'source':_0x4aff4e(0x626),'stage':_0x4aff4e(0x1a9)},_0x55cc8d==null?void 0x0:_0x55cc8d[_0x4aff4e(0x1c4)](_0x1b17d0['VIEW_MAIN']),_0x55cc8d);},[_0x2b1b15]),_0x3dcecf=_0x7b9013(_0x1ab0e1=>{const _0x481555=_0x49ecbd;var _0x51a23c;if(!_0x546349)return!0x1;let _0x9b20f4=(_0x51a23c=_0x2b1b15[_0x481555(0x5d8)](_0x546349))==null?void 0x0:_0x51a23c[_0x481555(0x37d)];return Pl({'event':_0x1ab0e1,'source':_0x481555(0x626),'stage':'stage2'},_0x9b20f4==null?void 0x0:_0x9b20f4[_0x481555(0x1c4)](_0x1b17d0[_0x481555(0x46c)]),_0x9b20f4);},[_0x2b1b15,_0x546349]),_0x1a65b3=_0x7b9013(_0x2a272f=>{Rl(_0x2b1b15,_0x546349,_0x2a272f);},[_0x2b1b15,_0x546349]);return _0x1bdf43(()=>{const _0x29b70e=_0x49ecbd;let _0x2b306f=_0x4e2ec6['current'];if(!_0x2b306f||!_0x31af30)return;let _0x479c7a=_0x49fadf=>{const _0x31416=_0x2546;var _0x5afa28;Kl(_0x49fadf)&&((_0x5afa28=_0x2b306f[_0x31416(0x406)](_0x31416(0x261)))==null?void 0x0:_0x5afa28[_0x31416(0x3e8)][_0x31416(0x393)])===_0x31416(0x1a9)&&_0x3dcecf(_0x49fadf)&&(_0x49fadf['preventDefault'](),_0x49fadf[_0x31416(0x661)](),_0x49fadf[_0x31416(0x475)]());};return _0x2b306f['addEventListener']('wheel',_0x479c7a,{'capture':!0x0,'passive':!0x1}),()=>_0x2b306f[_0x29b70e(0x536)](_0x29b70e(0x626),_0x479c7a,{'capture':!0x0});},[_0x3dcecf,_0x31af30]),_0x1bdf43(()=>{const _0x236083=_0x49ecbd;let _0x17153a=_0x4e2ec6['current'];if(!_0x17153a||!_0x31af30)return;let _0x3ba9fd=Bl({'getLive':()=>_0x4ae9a6['current'],'getStage':()=>{const _0xbbf906=_0x2546;var _0x9f7180;return(_0x9f7180=_0x17153a['querySelector']('[data-embed-float-dom]'))==null?void 0x0:_0x9f7180[_0xbbf906(0x3e8)]['embedFloatStage'];},'getMaxScrollLeft':()=>{const _0x308f0b=_0x2546;let _0x5615a1=_0x3f8285['current'][_0x308f0b(0x354)]-_0x3f8285['current'][_0x308f0b(0x1cb)];return _0x5615a1>0x0?_0x5615a1:void 0x0;}});return _0x17153a[_0x236083(0x2dd)](_0x236083(0x626),_0x3ba9fd,{'capture':!0x0,'passive':!0x1}),()=>_0x17153a['removeEventListener'](_0x236083(0x626),_0x3ba9fd,{'capture':!0x0});},[_0x31af30]),_0x5866b8(_0x49ecbd(0x401),{'ref':_0x4e2ec6,'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':_0x49ecbd(0x2b3),'data-embed-docs-custom-block':'true','data-embed-docs-custom-block-child-type':(_0x5a4a7a==null?void 0x0:_0x5a4a7a[_0x49ecbd(0x455)])==null?void 0x0:String(_0x5a4a7a[_0x49ecbd(0x455)]),'data-embed-docs-custom-block-sheet-like':_0x31af30?_0x49ecbd(0x325):void 0x0,'style':_0x584b6c,'children':_0x5866b8(wc,{..._0x5bf4d2,'docsCustomBlockLayout':_0x31af30?{'bleedLeft':_0x5ba236[_0x49ecbd(0x4b1)],'bleedWidth':_0x5ba236[_0x49ecbd(0x1cb)],'contentHeight':_0x3d34de,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x3f7e30}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':_0x49ecbd(0x529),'onHostWheel':_0x31af30?_0x16df1f:void 0x0,'onRuntimeStageEnter':_0x1a65b3,'syncHostVerticalScroll':_0x31af30})});}function Rl(_0x585409,_0x1db5df,_0x27e825){const _0x5a212b=_0x40f88b;var _0x560cdc;_0x27e825!==_0x5a212b(0x1a9)||!_0x1db5df||(_0x560cdc=_0x585409['getRenderUnitById'](_0x1db5df))==null||(_0x560cdc=_0x560cdc['with'](_0x2e1f10))==null||_0x560cdc['blur']();}function zl(_0x526378){return _0x4ce5d2=>{const _0x5c720b=_0x2546;var _0x8ad6a7;let _0x4a5fbc=_0x526378[_0x5c720b(0x4d5)]();!_0x4a5fbc||_0x4ce5d2[_0x5c720b(0x542)]||_0x4ce5d2[_0x5c720b(0x687)]||_0x8c3a2b(_0x4ce5d2,_0x4a5fbc,{'maxScrollLeft':(_0x8ad6a7=_0x526378[_0x5c720b(0x37a)])==null?void 0x0:_0x8ad6a7[_0x5c720b(0x48f)](_0x526378)})&&(_0x4ce5d2[_0x5c720b(0x6a0)](),_0x4ce5d2[_0x5c720b(0x661)]());};}function Bl(_0x53936f){let _0x23b8eb=zl(_0x53936f);return _0x37f89a=>{const _0x524cd6=_0x2546;_0x53936f[_0x524cd6(0x61a)]()!==_0x524cd6(0x1a9)||!ql(_0x37f89a)||_0x23b8eb(_0x37f89a);};}function Vl(_0x33712f){return _0x5e318b(_0x33712f,0x1e0);}function Hl(_0x255d92){const _0x1f8f65=_0x40f88b;return _0x5e318b(_0x255d92[_0x1f8f65(0x329)],_0x255d92[_0x1f8f65(0x293)]);}function Ul(_0x23f12d,_0x383a38){return Number['isFinite'](_0x23f12d)&&(_0x23f12d==null?0x0:_0x23f12d)>0x0?_0x23f12d:_0xe8f122(void 0x0,_0x383a38());}function Wl(_0x542e26,_0x16a92c){const _0xb9620f=_0x40f88b;return!(_0x16a92c instanceof Node&&_0x542e26[_0xb9620f(0x60e)](_0x16a92c));}function Gl(_0x5d211f){const _0x15d53e=_0x40f88b;if(!_0x5d211f||typeof _0x5d211f!=_0x15d53e(0x37e))return;let _0x594960=_0x5d211f;if(!(_0x594960[_0x15d53e(0x5da)]!==0x1||!_0x594960[_0x15d53e(0x18d)]||!_0x594960[_0x15d53e(0x4e9)]))return _0x594960;}function Kl(_0x1dab45){const _0x41ea13=_0x40f88b;return _0x1dab45[_0x41ea13(0x33b)]||_0x1dab45['ctrlKey']||_0x1dab45[_0x41ea13(0x687)]?!0x1:Math['abs'](_0x1dab45['deltaY'])>Math[_0x41ea13(0x387)](_0x1dab45[_0x41ea13(0x2b1)]);}function ql(_0x424d1a){const _0x1ff0cc=_0x40f88b;if(_0x424d1a[_0x1ff0cc(0x542)]||_0x424d1a[_0x1ff0cc(0x687)])return!0x1;let _0x15fea2=_0x424d1a['deltaX']||(_0x424d1a['shiftKey']?_0x424d1a[_0x1ff0cc(0x3a2)]:0x0),_0x484cbf=_0x424d1a[_0x1ff0cc(0x33b)]?0x0:_0x424d1a['deltaY'];return Math[_0x1ff0cc(0x387)](_0x15fea2)>Math[_0x1ff0cc(0x387)](_0x484cbf);}function Jl(_0x26f18e,_0x28fcfa){const _0x287861=_0x40f88b;let _0xe16cc1=_0x26f18e[_0x287861(0x406)](_0x287861(0x57f)),_0x189a20=_0x26f18e[_0x287861(0x406)](_0x287861(0x1cc)),_0x259b1c=[Math[_0x287861(0x1ce)](0x1,_0x28fcfa)];return Yl(_0xe16cc1,_0x259b1c),Yl(_0x189a20,_0x259b1c),Math['max'](..._0x259b1c[_0x287861(0x688)](_0x32c65d=>Number['isFinite'](_0x32c65d)&&_0x32c65d>0x0));}function Yl(_0x423931,_0xb5c4c2){const _0x5b97bd=_0x40f88b;if(_0x423931){_0xb5c4c2['push'](_0x423931[_0x5b97bd(0x1e3)],_0x423931[_0x5b97bd(0x2e0)],_0x423931[_0x5b97bd(0x21f)]()[_0x5b97bd(0x228)]);for(let _0x835cf0 of Array[_0x5b97bd(0x3d1)](_0x423931['children'])){if(!(_0x835cf0 instanceof HTMLElement))continue;let _0x140674=_0x835cf0['getBoundingClientRect'](),_0x54c214=_0x423931[_0x5b97bd(0x21f)]();_0xb5c4c2['push'](_0x835cf0[_0x5b97bd(0x1e3)],_0x835cf0[_0x5b97bd(0x2e0)],_0x140674[_0x5b97bd(0x5f3)]-_0x54c214[_0x5b97bd(0x337)]);}}}let Xl=class extends _0x56a510{constructor(_0x4261e9){const _0x147624=_0x40f88b;super(),this[_0x147624(0x270)]=_0x4261e9,this[_0x147624(0x635)]();}[_0x40f88b(0x635)](){const _0x959a4a=_0x40f88b;this[_0x959a4a(0x5ce)](this[_0x959a4a(0x270)][_0x959a4a(0x549)](_0x7c6d60,Ll)),this[_0x959a4a(0x5ce)](this['_componentManager']['register'](_0x491c7f,wc));}};Xl=Vo([$(0x0,_0x1602db(_0x296a70))],Xl);let Zl=class{constructor(_0x58c326,_0x26c22d){const _0x3b69a4=_0x40f88b;this[_0x3b69a4(0x3e6)]=_0x58c326,this[_0x3b69a4(0x522)]=_0x26c22d,this[_0x3b69a4(0x522)]['register']({'childType':_0x3202aa[_0x3b69a4(0x437)],'handleWheel':_0x1c07d4=>this['_injector'][_0x3b69a4(0x17b)](_0x5903ec)?this[_0x3b69a4(0x3e6)][_0x3b69a4(0x5c1)](_0x5903ec)['handleWheel']({'childUnitId':_0x1c07d4[_0x3b69a4(0x252)],'event':_0x1c07d4[_0x3b69a4(0x443)],'source':_0x1c07d4[_0x3b69a4(0x166)]}):!0x1,'order':0x64});}};Zl=Vo([$(0x0,_0x1602db(_0x2a52c6)),$(0x1,_0x1602db(pc))],Zl);const Ql=[_0x3202aa['UNIVER_DOC'],_0x3202aa['UNIVER_SHEET'],_0x3202aa['UNIVER_BASE'],_0x3202aa[_0x40f88b(0x2b6)]];let $l=class extends _0x56a510{constructor(_0x3226a6,_0x47674d){const _0x5b7e8d=_0x40f88b;super(),this[_0x5b7e8d(0x249)]=_0x3226a6,this['_anchorModelService']=_0x47674d,Ql[_0x5b7e8d(0x496)](_0x2a5ac0=>{const _0x3ea905=_0x5b7e8d;this[_0x3ea905(0x5ce)](this[_0x3ea905(0x249)][_0x3ea905(0x632)](_0x2a5ac0)[_0x3ea905(0x35d)](_0x54c53d=>{const _0x1624de=_0x3ea905;this[_0x1624de(0x5bd)]['clearUnit'](_0x54c53d[_0x1624de(0x18a)]());}));});}};$l=Vo([$(0x0,_0x476b57),$(0x1,_0x1602db(_0x2b87af))],$l);let eu=class extends _0x56a510{constructor(_0x191a95,_0x305acc,_0x3d981c,_0x37015f){const _0x55e5d5=_0x40f88b;super(),this[_0x55e5d5(0x259)]=_0x191a95,this['_blockRegistry']=_0x305acc,this[_0x55e5d5(0x395)]=_0x3d981c,this[_0x55e5d5(0x3e6)]=_0x37015f,Y(this,_0x55e5d5(0x584),null),Y(this,_0x55e5d5(0x509),null),this[_0x55e5d5(0x5ce)](_0x3706d8(this[_0x55e5d5(0x259)][_0x55e5d5(0x28e)][_0x55e5d5(0x35d)](_0x47c766=>{const _0x31712a=_0x55e5d5;var _0x479d86,_0x668c0c,_0x14d8c1;if(!_0x47c766){this['_current']?(this[_0x31712a(0x584)]['dispose'](),this[_0x31712a(0x584)]=null):this[_0x31712a(0x395)][_0x31712a(0x410)](),this[_0x31712a(0x509)]=null;return;}if(tu(this[_0x31712a(0x509)],_0x47c766))return;(_0x479d86=this['_current'])==null||_0x479d86[_0x31712a(0x602)](),this[_0x31712a(0x584)]=null,this[_0x31712a(0x509)]=null;let _0x5e8238=this[_0x31712a(0x5a5)]['get'](_0x47c766['childType']),_0x38cd5a=_0x5e8238==null||(_0x668c0c=_0x5e8238[_0x31712a(0x330)])==null?void 0x0:_0x668c0c['call'](_0x5e8238,{'childType':_0x47c766[_0x31712a(0x455)],'childUnitId':_0x47c766['childUnitId'],'injector':this[_0x31712a(0x3e6)],'embedId':_0x47c766['embedId'],'hostUnitId':_0x47c766[_0x31712a(0x3d0)],'entry':_0x47c766[_0x31712a(0x24c)]});if(!_0x38cd5a){this[_0x31712a(0x395)][_0x31712a(0x410)]();return;}this[_0x31712a(0x395)][_0x31712a(0x30f)]({'id':_0x47c766['embedId'],'ribbonService':_0x38cd5a[_0x31712a(0x594)],'injector':_0x38cd5a[_0x31712a(0x521)],'portalContainer':(_0x14d8c1=_0x38cd5a['portalContainer'])==null?_0x47c766['portalContainer']:_0x14d8c1,'placeholderTitle':_0x38cd5a[_0x31712a(0x674)],'hideToolbar':_0x38cd5a[_0x31712a(0x43f)]}),this[_0x31712a(0x509)]=_0x47c766,this['_current']=_0x3706d8(()=>{const _0x41d4b5=_0x31712a;var _0x3c233a;this[_0x41d4b5(0x395)][_0x41d4b5(0x410)](_0x47c766[_0x41d4b5(0x18d)]),(_0x3c233a=_0x38cd5a[_0x41d4b5(0x4cb)])==null||_0x3c233a[_0x41d4b5(0x602)](),this[_0x41d4b5(0x509)]=null;});})));}['dispose'](){const _0x3d0baf=_0x40f88b;var _0x391a57;(_0x391a57=this['_current'])==null||_0x391a57[_0x3d0baf(0x602)](),this['_current']=null,this[_0x3d0baf(0x509)]=null,super[_0x3d0baf(0x602)]();}};eu=Vo([$(0x0,_0x1602db(Ba)),$(0x1,_0x1602db(Ra)),$(0x2,_0x1602db(_0x58733f)),$(0x3,_0x1602db(_0x2a52c6))],eu);function tu(_0x211c6c,_0x278af9){const _0xde5845=_0x40f88b;return _0x211c6c!=null&&_0x211c6c[_0xde5845(0x3d0)]===_0x278af9[_0xde5845(0x3d0)]&&_0x211c6c[_0xde5845(0x18d)]===_0x278af9[_0xde5845(0x18d)]&&_0x211c6c[_0xde5845(0x252)]===_0x278af9[_0xde5845(0x252)]&&_0x211c6c['childType']===_0x278af9['childType']&&_0x211c6c[_0xde5845(0x24c)]===_0x278af9[_0xde5845(0x24c)]&&_0x211c6c['reason']===_0x278af9[_0xde5845(0x616)]&&_0x211c6c[_0xde5845(0x65a)]===_0x278af9[_0xde5845(0x65a)]&&_0x211c6c[_0xde5845(0x2d3)]===_0x278af9[_0xde5845(0x2d3)]&&_0x211c6c[_0xde5845(0x41c)]===_0x278af9[_0xde5845(0x41c)];}function nu(_0x3909d8){const _0x1b11b8=_0x40f88b;let _0x5cb6b1=[];return[[_0x3202aa[_0x1b11b8(0x437)],'docs-ui.ribbon'],[_0x3202aa[_0x1b11b8(0x4b0)],_0x1b11b8(0x1e2)],[_0x3202aa[_0x1b11b8(0x2b6)],_0x1b11b8(0x501)],[_0x3202aa['UNIVER_BASE'],_0x1b11b8(0x26b)]][_0x1b11b8(0x496)](([_0x7f195a,_0x2f08a7])=>{const _0x3bd0a1=_0x1b11b8;let _0x15dc82=Ts(_0x3909d8,{'childType':_0x7f195a,'id':_0x2f08a7});_0x15dc82&&_0x5cb6b1[_0x3bd0a1(0x486)](_0x15dc82);}),_0x5cb6b1;}var ru=class{constructor(){Y(this,'_providers',new Map());}['register'](_0x4c8e7f){return this['_providers']['set'](_0x4c8e7f['childType'],_0x4c8e7f),_0x3706d8(()=>{const _0x4c3bf1=_0x2546;this['_providers'][_0x4c3bf1(0x5c1)](_0x4c8e7f[_0x4c3bf1(0x455)])===_0x4c8e7f&&this[_0x4c3bf1(0x564)][_0x4c3bf1(0x5ab)](_0x4c8e7f['childType']);});}[_0x40f88b(0x5c1)](_0x336a76){const _0x2b28c5=_0x40f88b;return this[_0x2b28c5(0x564)]['get'](_0x336a76);}[_0x40f88b(0x49c)](){const _0x125223=_0x40f88b;return[...this[_0x125223(0x564)][_0x125223(0x3be)]()];}[_0x40f88b(0x216)](_0x8b55ab){const _0x4bb9ab=_0x40f88b;var _0x58fa12;return(_0x58fa12=this[_0x4bb9ab(0x5c1)](_0x8b55ab[_0x4bb9ab(0x455)]))==null?void 0x0:_0x58fa12[_0x4bb9ab(0x216)](_0x8b55ab);}};function iu(_0x29de1c,_0x2b92b0,_0x1c3e54=su(_0x29de1c),_0x15081e={}){const _0x20f176=_0x40f88b;var _0x3ab876,_0x2e3acd,_0x2274e2,_0x1a35d8,_0x1794e0;let _0x1592e6=_0x29de1c[_0x20f176(0x521)][_0x20f176(0x5c1)](_0x2b92b0),_0x38d2d6=(_0x3ab876=_0x15081e[_0x20f176(0x60a)])==null?_0x15081e[_0x20f176(0x3d6)]===!0x1?void 0x0:(_0x2e3acd=(_0x2274e2=_0x29de1c[_0x20f176(0x471)])==null?void 0x0:_0x2274e2[_0x20f176(0x521)])==null?au(_0x29de1c):_0x2e3acd:_0x3ab876,_0x140d7d=!_0x15081e[_0x20f176(0x60a)]&&_0x38d2d6!==((_0x1a35d8=_0x29de1c[_0x20f176(0x471)])==null?void 0x0:_0x1a35d8['injector']),_0x26e84e=uu(_0x1592e6,_0x29de1c['childUnitId'],_0x38d2d6);if(!_0x26e84e){_0x140d7d&&(_0x38d2d6==null||_0x38d2d6['dispose']());return;}_0x1c3e54['dataset']['embedChildRenderUnitId']=_0x29de1c[_0x20f176(0x252)],_0x1c3e54['dataset'][_0x20f176(0x238)]=_0x29de1c['renderScope'][_0x20f176(0x5ee)];try{var _0x354733,_0x24b36b;(_0x354733=(_0x24b36b=_0x26e84e[_0x20f176(0x43c)])[_0x20f176(0x36c)])==null||_0x354733[_0x20f176(0x48f)](_0x24b36b);}catch{}_0x26e84e[_0x20f176(0x43c)]['mount'](_0x1c3e54),cu(_0x26e84e,_0x1c3e54),fu(_0x26e84e,{'activate':(_0x1794e0=_0x15081e['activate'])==null||_0x1794e0});let _0x42502b=ou(_0x26e84e,_0x1c3e54,{'activate':!0x1});return _0x3706d8(()=>{const _0x3fa367=_0x20f176;var _0x59d6e3;_0x42502b[_0x3fa367(0x602)]();try{var _0x1074dc,_0x4709f6;(_0x1074dc=(_0x4709f6=_0x26e84e[_0x3fa367(0x43c)])['unmount'])==null||_0x1074dc[_0x3fa367(0x48f)](_0x4709f6);}catch{}(_0x59d6e3=_0x1592e6[_0x3fa367(0x585)])==null||_0x59d6e3[_0x3fa367(0x48f)](_0x1592e6,_0x29de1c['childUnitId']),_0x1c3e54[_0x3fa367(0x4f8)]('data-embed-child-render-unit-id'),_0x1c3e54[_0x3fa367(0x4f8)](_0x3fa367(0x49a)),_0x140d7d&&(_0x38d2d6==null||_0x38d2d6[_0x3fa367(0x602)]());});}function au(_0x3b929c){const _0x1816df=_0x40f88b;if(typeof _0x3b929c['injector']['has']==_0x1816df(0x64a)&&!(!_0x3b929c[_0x1816df(0x521)][_0x1816df(0x17b)](_0x476b57)||!_0x3b929c[_0x1816df(0x521)]['has'](_0x2d49a9)))return Ka(_0x3b929c);}function ou(_0x2e7b1d,_0x29b663,_0x50e9c4={}){const _0x876362=_0x40f88b;if(typeof ResizeObserver>'u')return _0x3706d8(()=>{});let _0x175b30=-0x1,_0xe70b8c=-0x1,_0x58e873=0x0,_0xbaf225=new ResizeObserver(_0x31cdea=>{const _0x2d9305=_0x2546;var _0x4154e9,_0x33a3a6,_0x466761;let _0x58b0ca=(_0x4154e9=_0x31cdea[0x0])==null?void 0x0:_0x4154e9['contentRect'],_0x1378b9=(_0x33a3a6=_0x58b0ca==null?void 0x0:_0x58b0ca[_0x2d9305(0x228)])==null?_0x29b663[_0x2d9305(0x33c)]:_0x33a3a6,_0x745d5c=(_0x466761=_0x58b0ca==null?void 0x0:_0x58b0ca[_0x2d9305(0x257)])==null?_0x29b663['clientHeight']:_0x466761;(_0x1378b9!==_0x175b30||_0x745d5c!==_0xe70b8c)&&(_0x175b30=_0x1378b9,_0xe70b8c=_0x745d5c,_0x58e873&&window[_0x2d9305(0x3a5)](_0x58e873),_0x58e873=window[_0x2d9305(0x503)](()=>{const _0x3ee1c0=_0x2d9305;var _0x5b626c;_0x58e873=0x0,fu(_0x2e7b1d,{'activate':(_0x5b626c=_0x50e9c4[_0x3ee1c0(0x30f)])!=null&&_0x5b626c});}));});return _0xbaf225[_0x876362(0x3bf)](_0x29b663),_0x3706d8(()=>{const _0x2c5c24=_0x876362;_0x58e873&&window[_0x2c5c24(0x3a5)](_0x58e873),_0xbaf225['disconnect']();});}function su(_0x2ebb7f){const _0x137c1b=_0x40f88b;var _0x2d9061,_0x320cba,_0x5ea096;return(_0x2d9061=(_0x320cba=(_0x5ea096=_0x2ebb7f[_0x137c1b(0x471)][_0x137c1b(0x29e)][_0x137c1b(0x3c0)])==null?_0x2ebb7f[_0x137c1b(0x2a6)][_0x137c1b(0x3d5)]:_0x5ea096)==null?_0x2ebb7f[_0x137c1b(0x2a6)][_0x137c1b(0x467)]:_0x320cba)==null?_0x2ebb7f['renderScope'][_0x137c1b(0x4ef)]:_0x2d9061;}function cu(_0x4743a6,_0x2a678d){const _0x45196a=_0x40f88b;var _0x795ce8,_0x173ca1,_0x8a710a,_0x4cffc5,_0x329a0b,_0xf6b798;let _0x5b446f=(_0x795ce8=(_0x173ca1=(_0x8a710a=_0x4743a6['engine'])[_0x45196a(0x275)])==null?void 0x0:_0x173ca1[_0x45196a(0x48f)](_0x8a710a))==null?(_0x4cffc5=(_0x329a0b=_0x4743a6[_0x45196a(0x43c)])[_0x45196a(0x1c8)])==null||(_0x4cffc5=_0x4cffc5['call'](_0x329a0b))==null||(_0xf6b798=_0x4cffc5[_0x45196a(0x446)])==null?void 0x0:_0xf6b798[_0x45196a(0x48f)](_0x4cffc5):_0x795ce8;!_0x5b446f||_0x5b446f['parentElement']===_0x2a678d||_0x2a678d[_0x45196a(0x52f)](_0x5b446f);}function lu(_0x2d64d8,_0x35ecc0,_0x49d3f0){const _0xf8528a=_0x40f88b;try{let _0x729336=_0x2d64d8[_0xf8528a(0x5d8)](_0x35ecc0);if(_0x729336){var _0x597058;if(!_0x49d3f0||du(_0x729336)===_0x49d3f0)return _0x729336;(_0x597058=_0x2d64d8[_0xf8528a(0x585)])==null||_0x597058[_0xf8528a(0x48f)](_0x2d64d8,_0x35ecc0);}return _0x2d64d8[_0xf8528a(0x5b5)](_0x35ecc0,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x49d3f0,'skipAutoRender':!0x0});}catch{return;}}function uu(_0x44f2ff,_0x4d7591,_0x58670d){const _0x19c61d=_0x40f88b;try{let _0x7c9455=_0x44f2ff[_0x19c61d(0x5d8)](_0x4d7591);if(_0x7c9455){var _0x511eda;if(!_0x58670d||du(_0x7c9455)===_0x58670d)return _0x7c9455;(_0x511eda=_0x44f2ff[_0x19c61d(0x585)])==null||_0x511eda[_0x19c61d(0x48f)](_0x44f2ff,_0x4d7591);}return _0x44f2ff['createRender'](_0x4d7591,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x58670d,'skipAutoRender':!0x0});}catch(_0x106964){var _0x20d3c7;(_0x20d3c7=_0x44f2ff['removeRender'])==null||_0x20d3c7[_0x19c61d(0x48f)](_0x44f2ff,_0x4d7591),console[_0x19c61d(0x469)](_0x19c61d(0x46f),_0x106964);return;}}function du(_0xcc36c9){const _0x349494=_0x40f88b;try{var _0xbb925e;return(_0xbb925e=_0xcc36c9[_0x349494(0x161)])==null?void 0x0:_0xbb925e[_0x349494(0x48f)](_0xcc36c9,_0x2a52c6);}catch{return;}}function fu(_0x2d6910,_0x42cbe8={}){const _0x24d156=_0x40f88b;var _0x107996,_0x4f2fea,_0x1c0aa6,_0x44413b;if(_0x42cbe8[_0x24d156(0x30f)]){var _0x2941c3;(_0x2941c3=_0x2d6910[_0x24d156(0x30f)])==null||_0x2941c3[_0x24d156(0x48f)](_0x2d6910);}_0x2d6910[_0x24d156(0x43c)][_0x24d156(0x44c)](),_0x2d6910['components'][_0x24d156(0x496)](_0x21f533=>{const _0x23e8d8=_0x24d156;var _0x49bafa,_0x5b294a;(_0x49bafa=_0x21f533['makeForceDirty'])==null||_0x49bafa[_0x23e8d8(0x48f)](_0x21f533,!0x0),(_0x5b294a=_0x21f533[_0x23e8d8(0x2c7)])==null||_0x5b294a[_0x23e8d8(0x48f)](_0x21f533,!0x0);}),(_0x107996=_0x2d6910[_0x24d156(0x4d2)])==null||(_0x4f2fea=_0x107996[_0x24d156(0x2c7)])==null||_0x4f2fea[_0x24d156(0x48f)](_0x107996,!0x0),_0x2d6910['scene'][_0x24d156(0x2c7)](),(_0x1c0aa6=(_0x44413b=_0x2d6910[_0x24d156(0x37d)])['render'])==null||_0x1c0aa6[_0x24d156(0x48f)](_0x44413b);}function pu(_0x581e3f,_0x5a91b5){const _0x2df2ab=_0x40f88b;return{'childType':_0x5a91b5[_0x2df2ab(0x455)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x13b50d=>mu(_0x581e3f,_0x5a91b5[_0x2df2ab(0x3ec)],_0x13b50d)};}function mu(_0x207c83,_0x233d9d,_0x4e1317){const _0x1af580=_0x40f88b;var _0x2bc616,_0x36870c,_0x3f30b5;if(_0x4e1317[_0x1af580(0x35e)]){let _0x3fde1d=Bo(_0x4e1317['context']);if(_0x3fde1d)return _0x3fde1d;}if(typeof document>'u')return;let _0x2ffd35=document[_0x1af580(0x3a9)](_0x1af580(0x401));_0x2ffd35[_0x1af580(0x46a)]['position']=_0x1af580(0x666),_0x2ffd35[_0x1af580(0x46a)][_0x1af580(0x337)]=_0x1af580(0x4ac),_0x2ffd35[_0x1af580(0x46a)][_0x1af580(0x679)]=_0x1af580(0x4ac),_0x2ffd35[_0x1af580(0x46a)][_0x1af580(0x228)]=Math[_0x1af580(0x1ce)](0x1,Math[_0x1af580(0x3dc)](_0x4e1317['width']))+'px',_0x2ffd35[_0x1af580(0x46a)]['height']=Math[_0x1af580(0x1ce)](0x1,Math[_0x1af580(0x3dc)](_0x4e1317['height']))+'px',_0x2ffd35['style'][_0x1af580(0x1a0)]=_0x1af580(0x5fc),document[_0x1af580(0x2ba)][_0x1af580(0x52f)](_0x2ffd35);let _0x391af3=_0x207c83[_0x1af580(0x5c1)](_0x233d9d),_0x5c21cb=(_0x2bc616=_0x4e1317['context'])!=null&&(_0x2bc616=_0x2bc616[_0x1af580(0x471)])!=null&&_0x2bc616[_0x1af580(0x521)]?void 0x0:Ka(hu(_0x207c83,_0x4e1317,_0x2ffd35)),_0x1c26ac=(_0x36870c=(_0x3f30b5=_0x4e1317[_0x1af580(0x35e)])==null||(_0x3f30b5=_0x3f30b5[_0x1af580(0x471)])==null?void 0x0:_0x3f30b5['injector'])==null?_0x5c21cb:_0x36870c,_0x4f058e=lu(_0x391af3,_0x4e1317[_0x1af580(0x252)],_0x1c26ac);if(!_0x4f058e){_0x5c21cb==null||_0x5c21cb[_0x1af580(0x602)](),_0x2ffd35[_0x1af580(0x233)]();return;}try{var _0x4427b3,_0x1097b6,_0x3b7047,_0x186291,_0x11e27f,_0x2cb6b9;_0x4f058e['engine'][_0x1af580(0x60c)](_0x2ffd35),fu(_0x4f058e,{'activate':!0x1});let _0x1e6004=(_0x4427b3=(_0x1097b6=(_0x3b7047=_0x4f058e[_0x1af580(0x43c)])['getCanvasElement'])==null?void 0x0:_0x1097b6[_0x1af580(0x48f)](_0x3b7047))==null?(_0x186291=(_0x11e27f=_0x4f058e[_0x1af580(0x43c)])[_0x1af580(0x1c8)])==null||(_0x186291=_0x186291[_0x1af580(0x48f)](_0x11e27f))==null||(_0x2cb6b9=_0x186291['getCanvasEle'])==null?void 0x0:_0x2cb6b9['call'](_0x186291):_0x4427b3;return!_0x1e6004||_0x1e6004[_0x1af580(0x228)]<=0x1||_0x1e6004[_0x1af580(0x257)]<=0x1||typeof _0x1e6004['toDataURL']!=_0x1af580(0x64a)?void 0x0:_0x1e6004[_0x1af580(0x281)](_0x1af580(0x5be));}catch{return;}finally{try{var _0x5d26e5,_0x30b4df;(_0x5d26e5=(_0x30b4df=_0x4f058e['engine'])[_0x1af580(0x36c)])==null||_0x5d26e5['call'](_0x30b4df);}catch{}if(_0x5c21cb){var _0x50c214;(_0x50c214=_0x391af3[_0x1af580(0x585)])==null||_0x50c214[_0x1af580(0x48f)](_0x391af3,_0x4e1317[_0x1af580(0x252)]),_0x5c21cb[_0x1af580(0x602)]();}_0x2ffd35['remove']();}}function hu(_0xed4856,_0xcb7fbd,_0x12d80f){const _0xb48cb5=_0x40f88b;let _0x29d690=gu(_0xcb7fbd),_0x11c366=()=>{};return{'descriptor':_0xcb7fbd['descriptor'],'layout':_0x29d690,'injector':_0xed4856,'hostElement':_0x12d80f,'container':_0x12d80f,'hostUnitId':_0xcb7fbd[_0xb48cb5(0x5d1)]['hostUnitId'],'embedId':_0xcb7fbd[_0xb48cb5(0x5d1)][_0xb48cb5(0x18d)],'childUnitId':_0xcb7fbd[_0xb48cb5(0x252)],'childType':_0xcb7fbd[_0xb48cb5(0x455)],'renderScope':{'hostUnitId':_0xcb7fbd[_0xb48cb5(0x5d1)][_0xb48cb5(0x3d0)],'hostAnchorId':_0xcb7fbd['descriptor'][_0xb48cb5(0x4e9)],'embedId':_0xcb7fbd[_0xb48cb5(0x5d1)][_0xb48cb5(0x18d)],'childUnitId':_0xcb7fbd[_0xb48cb5(0x252)],'childType':_0xcb7fbd[_0xb48cb5(0x455)],'layout':_0x29d690,'mode':_0xb48cb5(0x2b4),'rootElement':_0x12d80f,'contentRoot':_0x12d80f,'canvasRoot':_0x12d80f,'active$':_0x2fe812(!0x1)},'runtimeScope':{'descriptor':_0xcb7fbd[_0xb48cb5(0x5d1)],'host':{'unitId':_0xcb7fbd[_0xb48cb5(0x5d1)]['hostUnitId'],'type':_0xcb7fbd[_0xb48cb5(0x5d1)][_0xb48cb5(0x269)],'anchorId':_0xcb7fbd[_0xb48cb5(0x5d1)]['hostAnchorId'],'entry':_0xcb7fbd['descriptor'][_0xb48cb5(0x24c)],'layout':_0xb48cb5(0x2b4)},'child':{'unitId':_0xcb7fbd[_0xb48cb5(0x252)],'type':_0xcb7fbd[_0xb48cb5(0x455)]},'injector':_0xed4856,'roots':{'root':_0x12d80f,'content':_0x12d80f,'canvas':_0x12d80f,'overlay':_0x12d80f,'popup':_0x12d80f},'activate':_0x11c366,'deactivate':_0x11c366,'dispose':_0x11c366}};}function gu(_0xce02b9){const _0x42ed29=_0x40f88b;var _0x18972f,_0xd12e83,_0x10b5fc;let _0x1f8234=(_0x18972f=_0xce02b9[_0x42ed29(0x5d1)][_0x42ed29(0x5bc)])==null?void 0x0:_0x18972f[_0x42ed29(0x4be)];return _0x1f8234&&typeof _0x1f8234==_0x42ed29(0x37e)&&typeof _0x1f8234[_0x42ed29(0x649)]==_0x42ed29(0x4ab)?_0x1f8234['layout']:(_0xd12e83=(_0x10b5fc=_0xce02b9[_0x42ed29(0x35e)])==null?void 0x0:_0x10b5fc[_0x42ed29(0x649)])==null?_0x42ed29(0x41e):_0xd12e83;}var _u=class{constructor(){const _0x4cdab8=_0x40f88b;Y(this,_0x4cdab8(0x564),new Map());}[_0x40f88b(0x549)](_0x229a91){const _0x487a72=_0x40f88b;if(this[_0x487a72(0x564)]['has'](_0x229a91[_0x487a72(0x455)]))throw Error('Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20'+_0x229a91['childType']);this[_0x487a72(0x564)][_0x487a72(0x2e3)](_0x229a91[_0x487a72(0x455)],_0x229a91);}[_0x40f88b(0x5c1)](_0x15891a){const _0x1fe982=_0x40f88b;return this[_0x1fe982(0x564)]['get'](_0x15891a);}[_0x40f88b(0x49c)](){const _0x3b6894=_0x40f88b;return[...this[_0x3b6894(0x564)][_0x3b6894(0x3be)]()];}};const vu=new WeakMap(),yu=new WeakMap();function bu(_0x3e1912,_0x3671eb,_0x464379){const _0x1bb287=_0x40f88b;var _0x53bf7c,_0x232bb6;if(Cu(_0x3e1912)){Su(_0x3e1912,_0x3671eb,_0x464379);return;}let _0x1644a3=_0x3e1912;if((_0x53bf7c=yu[_0x1bb287(0x5c1)](_0x1644a3))!=null&&_0x53bf7c[_0x1bb287(0x17b)](_0x3671eb))return;let _0x17a7d1=(_0x232bb6=vu[_0x1bb287(0x5c1)](_0x1644a3))==null?new Map():_0x232bb6;_0x17a7d1[_0x1bb287(0x2e3)](_0x3671eb,_0x464379),vu[_0x1bb287(0x2e3)](_0x1644a3,_0x17a7d1);}function xu(_0x2a3188){const _0x29ca05=_0x40f88b;if(!Cu(_0x2a3188))return;let _0x2b7a07=_0x2a3188,_0x3c4861=vu[_0x29ca05(0x5c1)](_0x2b7a07);_0x3c4861!=null&&_0x3c4861[_0x29ca05(0x211)]&&(_0x3c4861['forEach']((_0x14d54a,_0x40e56b)=>Su(_0x2a3188,_0x40e56b,_0x14d54a)),vu[_0x29ca05(0x5ab)](_0x2b7a07));}function Su(_0x28144a,_0x48da5b,_0x41a064){const _0xf53e13=_0x40f88b;var _0x69b5ec;let _0x10e052=_0x28144a,_0x337d61=(_0x69b5ec=yu['get'](_0x10e052))==null?new Set():_0x69b5ec;_0x337d61['has'](_0x48da5b)||(_0x41a064(_0x28144a),_0x337d61[_0xf53e13(0x538)](_0x48da5b),yu['set'](_0x10e052,_0x337d61));}function Cu(_0x59288b){const _0x2fa8e2=_0x40f88b;return _0x59288b[_0x2fa8e2(0x17b)](_0xb5a6f1)&&_0x59288b[_0x2fa8e2(0x17b)](Lo)&&_0x59288b[_0x2fa8e2(0x17b)](Fo)&&_0x59288b[_0x2fa8e2(0x17b)](Ra)&&_0x59288b[_0x2fa8e2(0x17b)](ks)&&_0x59288b[_0x2fa8e2(0x17b)](Io)&&_0x59288b[_0x2fa8e2(0x17b)](rc)&&_0x59288b[_0x2fa8e2(0x17b)](ru)&&_0x59288b[_0x2fa8e2(0x17b)](fc)&&_0x59288b[_0x2fa8e2(0x17b)](_u);}function wu(_0x72c5eb){const _0xf86b07=_0x40f88b;let {childType:_0x380e2f,productName:_0x3a4941}=_0x72c5eb;return{'childType':_0x380e2f,'productName':_0x3a4941,'hostChromeMode':_0xf86b07(0x1bc),'layoutPolicy':{'tab':_0x137606,'float':_0x30c86d,'docFlow':_0x28b86a},'createRibbonOverride':({childUnitId:_0x1942b7,embedId:_0x54955e,injector:_0x4276b4})=>{const _0x2a534e=_0xf86b07;let _0x15e2d2=ss(_0x4276b4,{'childType':_0x380e2f,'childUnitId':_0x1942b7,'embedId':_0x54955e,'menuSchema':Tu(_0x4276b4,_0x380e2f,_0x72c5eb['menuSchema'])});return{'mode':_0x2a534e(0x1bc),'ribbonService':_0x15e2d2[_0x2a534e(0x594)],'injector':_0x15e2d2[_0x2a534e(0x521)],'placeholderTitle':_0x3a4941,'disposable':_0x15e2d2[_0x2a534e(0x4cb)]};}};}function Tu(_0x32b424,_0x5b630f,_0xb4fe60){const _0x20909a=_0x40f88b;let _0x361519=_0x32b424;if(typeof _0x361519[_0x20909a(0x17b)]==_0x20909a(0x64a)&&typeof _0x361519['get']==_0x20909a(0x64a)&&_0x361519[_0x20909a(0x17b)](ks)){let _0x5bdd46=_0x361519[_0x20909a(0x5c1)](ks)[_0x20909a(0x3df)](_0x5b630f,_0x20909a(0x1bc));if(_0x5bdd46)return _0x5bdd46;}return _0xb4fe60;}function Eu(_0x36d547){const _0x5a1d63=_0x40f88b;var _0x220027;let _0x5785c2=Du(_0x36d547);return{'childType':_0x36d547[_0x5a1d63(0x455)],'productName':_0x36d547[_0x5a1d63(0x364)],'hostChromeMode':_0x5785c2,'hostHeaderMode':(_0x220027=_0x36d547['hostHeaderMode'])==null?_0x5a1d63(0x5fc):_0x220027,'layoutPolicy':{'tab':{..._0x137606,'ribbon':_0x5785c2===_0x5a1d63(0x5fc)?'hidden':_0x5a1d63(0x59c)},'float':_0x30c86d,'docFlow':_0x28b86a},'createRibbonOverride':_0x5785c2===_0x5a1d63(0x3ee)?()=>({'mode':_0x5a1d63(0x3ee),'ribbonService':Ou(),'placeholderTitle':_0x36d547['productName'],'hideToolbar':!0x0}):void 0x0};}function Du(_0x4b6651){const _0xf539e2=_0x40f88b;return _0x4b6651[_0xf539e2(0x370)]?_0x4b6651[_0xf539e2(0x370)]:_0x4b6651['hostHeaderMode']===_0xf539e2(0x403)?_0xf539e2(0x3ee):'none';}function Ou(){return{'ribbon$':_0x2fe812([]),'activatedTab$':_0x2fe812(''),'collapsedIds$':_0x2fe812([]),'fakeToolbarVisible$':_0x2fe812(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function ku(){const _0x432a20=_0x40f88b;return Eu({'childType':_0x3202aa[_0x432a20(0x4dd)],'productName':'Bases','hostChromeMode':_0x432a20(0x3ee)});}function Au(_0x37123b){return{'childType':_0x3202aa['UNIVER_BASE'],'measureContentSize':_0x599274=>{const _0x1fb9d0=_0x2546;var _0x3dc74f;let _0x24a3b2=_0x37123b==null||(_0x3dc74f=_0x37123b[_0x1fb9d0(0x381)])==null?void 0x0:_0x3dc74f[_0x1fb9d0(0x48f)](_0x37123b),_0x545b24=ju(_0x599274[_0x1fb9d0(0x2f0)],_0x24a3b2),_0x508bae=Mu(_0x599274[_0x1fb9d0(0x2f0)],_0x24a3b2);return _0x545b24==null&&_0x508bae==null?void 0x0:{'height':_0x545b24,'width':_0x508bae};}};}function ju(_0x2955fa,_0x2f1cbe){const _0x535fe1=_0x40f88b;var _0x48b7fb,_0x3940b1;let _0x278f66=_0x2955fa==null||(_0x48b7fb=_0x2955fa[_0x535fe1(0x31e)])==null?void 0x0:_0x48b7fb[_0x535fe1(0x48f)](_0x2955fa);if(!(_0x278f66!=null&&_0x278f66['tables']))return;let _0x4dfd71=Pu(_0x278f66,_0x2f1cbe==null?void 0x0:_0x2f1cbe[_0x535fe1(0x26f)]);if(!_0x4dfd71)return;let _0x4127b8=Fu(_0x4dfd71,_0x2f1cbe==null?void 0x0:_0x2f1cbe[_0x535fe1(0x68b)]);return _0x192d99+Ru(_0x4dfd71)*_0x2936e0(_0x4127b8==null||(_0x3940b1=_0x4127b8[_0x535fe1(0x47f)])==null?void 0x0:_0x3940b1['rowHeight'])+_0x15c4ba+_0x4ff769;}function Mu(_0x436d66,_0x45746a){const _0x3f2b45=_0x40f88b;var _0xd69495,_0x31dd9e,_0x2c1161,_0x500f9b;let _0x548370=_0x436d66==null||(_0xd69495=_0x436d66[_0x3f2b45(0x31e)])==null?void 0x0:_0xd69495[_0x3f2b45(0x48f)](_0x436d66);if(!(_0x548370!=null&&_0x548370['tables']))return;let _0x21291d=Pu(_0x548370,_0x45746a==null?void 0x0:_0x45746a[_0x3f2b45(0x26f)]);if(!_0x21291d)return;let _0x408acb=Fu(_0x21291d,_0x45746a==null?void 0x0:_0x45746a[_0x3f2b45(0x68b)]),_0x313b87=(_0x31dd9e=_0x21291d['fields'])==null?{}:_0x31dd9e;return _0xf3b06d+(_0x408acb!=null&&(_0x2c1161=_0x408acb[_0x3f2b45(0x4b7)])!=null&&_0x2c1161['length']?_0x408acb[_0x3f2b45(0x4b7)]:(_0x500f9b=_0x21291d[_0x3f2b45(0x4b7)])!=null&&_0x500f9b[_0x3f2b45(0x39b)]?_0x21291d[_0x3f2b45(0x4b7)]:Object[_0x3f2b45(0x5f2)](_0x313b87))[_0x3f2b45(0x4a7)]((_0x21e7dd,_0x49d523)=>{const _0x195460=_0x3f2b45;var _0x384f99,_0x54bd0c;let _0x317e6d=_0x313b87[_0x49d523],_0x4469e0=_0x408acb==null||(_0x384f99=_0x408acb[_0x195460(0x534)])==null?void 0x0:_0x384f99[_0x49d523];return _0x317e6d&&!(_0x4469e0!=null&&_0x4469e0[_0x195460(0x3a3)])?_0x21e7dd+Nu((_0x54bd0c=_0x4469e0==null?void 0x0:_0x4469e0['width'])==null?_0x317e6d[_0x195460(0x228)]:_0x54bd0c):_0x21e7dd;},0x0)+_0x4378d2;}function Nu(_0x2a816e){const _0x4d1926=_0x40f88b;return typeof _0x2a816e==_0x4d1926(0x2fe)&&Number[_0x4d1926(0x37b)](_0x2a816e)&&_0x2a816e>0x0?_0x2a816e:_0xea3f0e;}function Pu(_0x45dfad,_0x21abd7){const _0x301dfe=_0x40f88b;var _0x111b91;let _0x3275c4=_0x21abd7?(_0x111b91=_0x45dfad[_0x301dfe(0x658)])==null?void 0x0:_0x111b91[_0x21abd7]:void 0x0;return _0x3275c4==null?Iu(_0x45dfad):_0x3275c4;}function Fu(_0x2826c1,_0x2e5b05){const _0x39e3ad=_0x40f88b;var _0x548ce7;let _0xe9418f=_0x2e5b05?(_0x548ce7=_0x2826c1[_0x39e3ad(0x611)])==null?void 0x0:_0x548ce7[_0x2e5b05]:void 0x0;return _0xe9418f==null?Lu(_0x2826c1):_0xe9418f;}function Iu(_0x2332b4){const _0x510e2f=_0x40f88b;var _0x126568,_0x134b9d;let _0x334870=(_0x126568=_0x2332b4['tables'])==null?{}:_0x126568,_0xdf6e13=(_0x134b9d=_0x2332b4['tableOrder'])==null?[]:_0x134b9d;return[..._0xdf6e13,...Object[_0x510e2f(0x5f2)](_0x334870)[_0x510e2f(0x688)](_0x47caaf=>!_0xdf6e13[_0x510e2f(0x3cc)](_0x47caaf))][_0x510e2f(0x235)](_0xb81851=>_0x334870[_0xb81851])[_0x510e2f(0x44b)](_0x5c48d9=>_0x5c48d9);}function Lu(_0x1d5a87){const _0x5f19dd=_0x40f88b;var _0x91afa5,_0x4db51e;let _0xa05180=(_0x91afa5=_0x1d5a87[_0x5f19dd(0x611)])==null?{}:_0x91afa5,_0x124d2d=(_0x4db51e=_0x1d5a87[_0x5f19dd(0x694)])==null?[]:_0x4db51e;return[..._0x124d2d,...Object['keys'](_0xa05180)[_0x5f19dd(0x688)](_0x433b4=>!_0x124d2d[_0x5f19dd(0x3cc)](_0x433b4))][_0x5f19dd(0x235)](_0x1785a6=>_0xa05180[_0x1785a6])[_0x5f19dd(0x44b)](_0x52059c=>_0x52059c);}function Ru(_0x1bd173){const _0xa2d4a2=_0x40f88b;var _0x58db63,_0x5a45a3;let _0x2fcb7d=(_0x58db63=_0x1bd173[_0xa2d4a2(0x2c3)])==null?{}:_0x58db63;return((_0x5a45a3=_0x1bd173[_0xa2d4a2(0x17e)])!=null&&_0x5a45a3['length']?_0x1bd173[_0xa2d4a2(0x17e)]:Object[_0xa2d4a2(0x5f2)](_0x2fcb7d))[_0xa2d4a2(0x688)](_0xaa58e6=>_0x2fcb7d[_0xaa58e6])[_0xa2d4a2(0x39b)];}function zu(_0x145cd9,_0x28e29d,_0x17cf1c){return{..._0x4709bc(_0x145cd9,_0x28e29d),'activateAnchor':_0x196752=>{const _0x1abe2c=_0x2546;Vu(_0x196752[_0x1abe2c(0x3d0)],_0x196752['hostAnchorId'],_0x28e29d,Uu(_0x17cf1c));}};}function Bu(){const _0x809717=_0x40f88b;return{'hostType':_0x3202aa[_0x809717(0x4dd)],'entry':_0x809717(0x1bb),'layout':_0x809717(0x15f),'supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x576f55=>{const _0x509eb2=_0x809717;let _0x322489=Wu(_0x509eb2(0x50f),_0x576f55[_0x509eb2(0x5d1)][_0x509eb2(0x4e9)]);return _0x322489?{'hostElement':_0x322489}:{};}};}function Vu(_0x5695b9,_0x320037,_0x36563c,_0x1b6eae){const _0x556250=_0x40f88b;var _0x1fc6d6;if(!_0x1b6eae)return;_0x1b6eae[_0x556250(0x41f)](_0x320037);let _0x1d04a8=(_0x1fc6d6=Hu(_0x36563c,_0x5695b9))==null?void 0x0:_0x1fc6d6[_0x556250(0x658)][_0x320037],_0x261ffd=_0x1d04a8==null?void 0x0:_0x1d04a8[_0x556250(0x694)][_0x556250(0x44b)](_0x1bea52=>_0x1d04a8[_0x556250(0x611)][_0x1bea52]);_0x261ffd&&_0x1b6eae[_0x556250(0x25b)](_0x261ffd),_0x1b6eae[_0x556250(0x64f)](null),_0x1b6eae[_0x556250(0x5b1)]();}function Hu(_0x49fa8e,_0x543f5b){const _0x2b1194=_0x40f88b;var _0x216dac;return _0x49fa8e==null||(_0x216dac=_0x49fa8e[_0x2b1194(0x39e)](_0x543f5b,_0x3202aa[_0x2b1194(0x4dd)]))==null?void 0x0:_0x216dac[_0x2b1194(0x31e)]();}function Uu(_0x125d88){const _0x5cef71=_0x40f88b;return typeof _0x125d88==_0x5cef71(0x64a)?_0x125d88():_0x125d88;}function Wu(_0x7bbe3,_0x42a761){const _0x1d79ea=_0x40f88b;return document[_0x1d79ea(0x406)]('['+_0x7bbe3+'=\x22'+Gu(_0x42a761)+'\x22]');}function Gu(_0x391080){const _0x1ee8b4=_0x40f88b;return _0x391080[_0x1ee8b4(0x429)](/\\/g,'\x5c\x5c')[_0x1ee8b4(0x429)](/"/g,'\x5c\x22');}function Ku(_0x377a05){const _0x235ad6=_0x40f88b;return{'childType':_0x3202aa[_0x235ad6(0x4dd)],'handleWheel'(_0x3e1dbf){const _0x2c2531=_0x235ad6;var _0x3a0ae3,_0x4838b7;if(_0x3e1dbf['source']!==_0x2c2531(0x5c3)&&nc(_0x3e1dbf[_0x2c2531(0x649)],_0x3e1dbf['event']))return!0x1;let _0x4e2c76=(_0x3a0ae3=_0x3e1dbf[_0x2c2531(0x471)]['injector'])==null?_0x377a05:_0x3a0ae3,_0x16cb77=_0x4e2c76[_0x2c2531(0x17b)](_0x5b0e8d)?_0x4e2c76[_0x2c2531(0x5c1)](_0x5b0e8d):_0x377a05['has'](_0x5b0e8d)?_0x377a05['get'](_0x5b0e8d):void 0x0;return(_0x4838b7=_0x16cb77==null?void 0x0:_0x16cb77[_0x2c2531(0x360)](_0x3e1dbf[_0x2c2531(0x252)],qu(_0x3e1dbf[_0x2c2531(0x443)],_0x3e1dbf[_0x2c2531(0x615)])))!=null&&_0x4838b7;}};}function qu(_0x11389f,_0x5c25ff){const _0x3fae61=_0x40f88b;return{'deltaX':_0x11389f['deltaX'],'deltaY':_0x11389f[_0x3fae61(0x3a2)],'deltaMode':_0x11389f[_0x3fae61(0x2ea)],'clientX':_0x11389f[_0x3fae61(0x52d)],'clientY':_0x11389f['clientY'],'shiftKey':_0x11389f['shiftKey'],'viewportScrollY':_0x5c25ff};}function Ju(_0x142f1c,_0x24d6de,_0x52d482){const _0x4b2dfa=_0x40f88b;let _0x2bbb80=_0x142f1c[_0x4b2dfa(0x5d1)][_0x4b2dfa(0x4a5)];return _0x52d482(_0x2bbb80),_0x24d6de[_0x4b2dfa(0x699)](_0x524612=>{const _0x472034=_0x4b2dfa;var _0xded38f;if(!Yu(_0x524612))return;let {params:_0xa60399}=_0x524612;if(_0xa60399[_0x472034(0x18e)]!==_0x142f1c['hostUnitId']||_0xa60399[_0x472034(0x5d1)]['embedId']!==_0x142f1c[_0x472034(0x18d)])return;let _0x3a0d0c=_0xa60399[_0x472034(0x5d1)][_0x472034(0x4a5)];_0x38ddb2((_0xded38f=_0x2bbb80)==null?{}:_0xded38f,_0x3a0d0c==null?{}:_0x3a0d0c)||(_0x2bbb80=_0x3a0d0c,_0x52d482(_0x3a0d0c));});}function Yu(_0xddf8af){const _0x8f1a41=_0x40f88b;return _0xddf8af['id']===_0x4c39a8['id']&&_0xddf8af[_0x8f1a41(0x1bd)]!==void 0x0&&_0x8f1a41(0x18e)in _0xddf8af[_0x8f1a41(0x1bd)]&&typeof _0xddf8af[_0x8f1a41(0x1bd)][_0x8f1a41(0x18e)]=='string'&&'descriptor'in _0xddf8af['params']&&typeof _0xddf8af[_0x8f1a41(0x1bd)][_0x8f1a41(0x5d1)]==_0x8f1a41(0x37e)&&_0xddf8af['params'][_0x8f1a41(0x5d1)]!==null&&_0x8f1a41(0x18d)in _0xddf8af[_0x8f1a41(0x1bd)]['descriptor']&&typeof _0xddf8af[_0x8f1a41(0x1bd)][_0x8f1a41(0x5d1)][_0x8f1a41(0x18d)]==_0x8f1a41(0x4ab);}function Xu(_0x31cb38){const _0x1787cf=_0x40f88b;return{'childType':_0x3202aa[_0x1787cf(0x4dd)],'supportedLayouts':[_0x1787cf(0x15f),_0x1787cf(0x23d),_0x1787cf(0x41e)],'beforeDeactivate':Zu,'mount':_0x3c97e7=>Qu(_0x3c97e7,_0x31cb38)};}function Zu(_0x439479){const _0x4d2e58=_0x40f88b;var _0x3a7f8c;(_0x3a7f8c=_0x439479[_0x4d2e58(0x471)][_0x4d2e58(0x579)])==null||_0x3a7f8c[_0x4d2e58(0x5a7)](_0x40aed9['id'],{'commit':!0x1});}function Qu(_0x54341f,_0x1cd1c1){const _0xff2c7e=_0x40f88b;let _0x1c9ede=_0x54341f['injector'][_0xff2c7e(0x5c1)](_0x476b57)[_0xff2c7e(0x39e)](_0x54341f[_0xff2c7e(0x252)],_0x3202aa['UNIVER_BASE']);if(!_0x1c9ede)return;let _0x56866d=new _0x1e17ec(),_0xa5e11f=new _0x550eac(),_0x88f037=new _0x1ec8bf(_0x56866d),_0x4e22bd=new _0x532308(),_0x5dd636=ad(_0x54341f,_0x56866d,_0xa5e11f,_0x88f037);if(!_0x5dd636){_0x4e22bd[_0xff2c7e(0x602)](),_0x88f037['dispose'](),_0xa5e11f[_0xff2c7e(0x602)](),_0x56866d[_0xff2c7e(0x602)]();return;}let _0xac87a2=ud(_0x54341f);sd(_0x56866d,_0x1c9ede,_0xac87a2,_0x54341f[_0xff2c7e(0x5d1)][_0xff2c7e(0x4a5)]);let _0x2a3328=Ju(_0x54341f,_0x1cd1c1,_0x563b8f=>ld(_0x56866d,_0x1c9ede,_0x563b8f)),_0x293094=_0x54341f['descriptor'][_0xff2c7e(0x5ee)]===_0xff2c7e(0x170),_0x466d72=dd(_0x54341f[_0xff2c7e(0x521)],_0x5dd636,_0x56866d,_0xa5e11f,_0x88f037,_0xac87a2,_0x4e22bd,_0x293094,_0x54341f[_0xff2c7e(0x471)][_0xff2c7e(0x29e)][_0xff2c7e(0x574)]);$u(_0x54341f,_0x466d72);let _0x19d4cc=ed(_0x54341f),_0x242022=is(_0x19d4cc),_0x1c6e07=td(_0x54341f,_0x466d72),_0x2d8086=_0x54341f[_0xff2c7e(0x521)][_0xff2c7e(0x5c1)](_0x476b57),_0x19792b=_0x2d8086['getCurrentUnitOfType'](_0x3202aa[_0xff2c7e(0x4dd)]);return _0x2d8086['setCurrentUnitForType'](_0x54341f[_0xff2c7e(0x252)]),_0x19d4cc[_0xff2c7e(0x3e8)][_0xff2c7e(0x3ae)]=_0x54341f[_0xff2c7e(0x252)],_0x19d4cc['dataset'][_0xff2c7e(0x238)]=_0xff2c7e(0x22e),_0x242022['render'](_0x5866b8(Yo,{'injector':_0x466d72,'mountContainer':_0x54341f['runtimeScope'][_0xff2c7e(0x29e)][_0xff2c7e(0x574)],'embedId':_0x54341f['embedId'],'children':_0x5866b8(_0x5ade4f,{})})),_0x3706d8(()=>{const _0x5b0724=_0xff2c7e;_0x2a3328[_0x5b0724(0x602)](),_0x1c6e07['dispose'](),as(_0x242022),_0x19792b&&_0x2d8086['setCurrentUnitForType'](_0x19792b[_0x5b0724(0x18a)]()),_0x4e22bd[_0x5b0724(0x602)](),_0x88f037['dispose'](),_0xa5e11f['dispose'](),_0x56866d[_0x5b0724(0x602)](),_0x466d72[_0x5b0724(0x602)](),_0x19d4cc[_0x5b0724(0x246)]&&(_0x19d4cc[_0x5b0724(0x4f8)](_0x5b0724(0x447)),_0x19d4cc[_0x5b0724(0x4f8)](_0x5b0724(0x49a)));});}function $u(_0x4e2fa9,_0x30a7ee){const _0x48d9c0=_0x40f88b;_0x4e2fa9[_0x48d9c0(0x471)][_0x48d9c0(0x521)]=_0x30a7ee,_0x4e2fa9['runtimeScope'][_0x48d9c0(0x482)]=_0x30a7ee[_0x48d9c0(0x5c1)](_0x476b57),_0x4e2fa9['runtimeScope']['commandService']=_0x30a7ee['get'](_0x2d49a9);}function ed(_0x3bfff2){const _0x326b0b=_0x40f88b;var _0x3d6c12,_0x19d24a,_0xc6574d,_0x219b85,_0x421a2a,_0x77bb13;return(_0x3d6c12=(_0x19d24a=(_0xc6574d=(_0x219b85=_0x3bfff2[_0x326b0b(0x471)])==null||(_0x219b85=_0x219b85[_0x326b0b(0x29e)])==null?void 0x0:_0x219b85[_0x326b0b(0x45b)])==null?(_0x421a2a=_0x3bfff2[_0x326b0b(0x2a6)])==null?void 0x0:_0x421a2a['contentRoot']:_0xc6574d)==null?(_0x77bb13=_0x3bfff2[_0x326b0b(0x2a6)])==null?void 0x0:_0x77bb13[_0x326b0b(0x4ef)]:_0x19d24a)==null?document:_0x3d6c12;}function td(_0x23d33a,_0x28bb11){const _0x5b84bf=_0x40f88b;let _0xd414b8=!0x1,_0x5bb6bf=0x0,_0x54ee47=_0x3706d8(()=>{}),_0x372cd7,_0x4c52bb=()=>{const _0x16a1ba=_0x2546;if(_0xd414b8)return;let _0x51077a=()=>{const _0x5f1265=_0x2546;_0x5bb6bf=window[_0x5f1265(0x503)](_0x4c52bb);},_0x50a6b3=nd(_0x23d33a);if(!rd(_0x50a6b3)){_0x23d33a[_0x16a1ba(0x16d)][_0x16a1ba(0x3e8)][_0x16a1ba(0x209)]=_0x16a1ba(0x3b7),_0x51077a();return;}if(_0x372cd7===_0x50a6b3&&_0x50a6b3[_0x16a1ba(0x406)](_0x16a1ba(0x3c0)))return;_0x54ee47[_0x16a1ba(0x602)]();let _0x3f0a32=_0x23d33a[_0x16a1ba(0x521)][_0x16a1ba(0x5c1)](_0x1f805f),_0x39779c;try{_0x39779c=uu(_0x3f0a32,_0x23d33a[_0x16a1ba(0x252)],_0x28bb11);}catch(_0x25fd17){_0x23d33a[_0x16a1ba(0x16d)]['dataset'][_0x16a1ba(0x1a6)]=_0x25fd17 instanceof Error?_0x25fd17[_0x16a1ba(0x21b)]:String(_0x25fd17),_0x39779c=void 0x0;}if(!_0x39779c){_0x23d33a[_0x16a1ba(0x16d)]['dataset']['embedChildRenderStatus']='retrying-base-child-render',_0x372cd7=void 0x0,_0x51077a();return;}delete _0x23d33a['container']['dataset']['embedChildRenderError'],_0x50a6b3[_0x16a1ba(0x3e8)][_0x16a1ba(0x3ae)]=_0x23d33a[_0x16a1ba(0x252)],_0x39779c[_0x16a1ba(0x43c)][_0x16a1ba(0x60c)](_0x50a6b3),fu(_0x39779c,{'activate':id(_0x23d33a)});let _0x2a84c2=ou(_0x39779c,_0x50a6b3,{'activate':!0x1});_0x54ee47=_0x3706d8(()=>{const _0x258563=_0x16a1ba;_0x2a84c2[_0x258563(0x602)]();try{var _0x15a92b,_0xaed362;(_0x15a92b=(_0xaed362=_0x39779c['engine'])[_0x258563(0x36c)])==null||_0x15a92b[_0x258563(0x48f)](_0xaed362);}catch{}_0x3f0a32[_0x258563(0x585)](_0x23d33a[_0x258563(0x252)]),_0x50a6b3[_0x258563(0x4f8)]('data-embed-child-render-unit-id');}),_0x372cd7=_0x50a6b3,_0x23d33a[_0x16a1ba(0x16d)][_0x16a1ba(0x3e8)]['embedChildRenderStatus']=_0x16a1ba(0x1b2),_0x51077a();};return _0x5bb6bf=window[_0x5b84bf(0x503)](_0x4c52bb),_0x3706d8(()=>{const _0x5e876a=_0x5b84bf;_0xd414b8=!0x0,window['cancelAnimationFrame'](_0x5bb6bf),_0x54ee47[_0x5e876a(0x602)]();});}function nd(_0x323eb1){return _0x3c8bfb({'unitId':_0x323eb1['childUnitId'],'scope':ed(_0x323eb1)});}function rd(_0x2bafda){const _0x5bbe05=_0x40f88b;return!!_0x2bafda&&_0x2bafda['isConnected']&&_0x2bafda[_0x5bbe05(0x33c)]>0x0&&_0x2bafda[_0x5bbe05(0x29b)]>0x0;}function id(_0x27866e){return!0x0;}function ad(_0x24ae7e,_0x24a296,_0x7d4d06,_0x2b4639){const _0x2792fc=_0x40f88b;let _0x541b4e=_0x24ae7e[_0x2792fc(0x521)][_0x2792fc(0x5c1)](_0x476b57),_0xaba939=_0x541b4e['getUnit'](_0x24ae7e[_0x2792fc(0x252)],_0x24ae7e[_0x2792fc(0x455)]);if(!_0xaba939)return;let _0x12d53a=od(_0x541b4e,_0x24ae7e,_0xaba939),_0x31369e=fd(_0x24ae7e[_0x2792fc(0x521)][_0x2792fc(0x5c1)](_0x2d49a9),_0x24a296,_0x7d4d06,_0x2b4639,_0x541b4e,_0x24ae7e[_0x2792fc(0x252)]);return ao(_0x24ae7e[_0x2792fc(0x521)],new Map([[_0x476b57,_0x12d53a],[_0x2d49a9,_0x31369e],[_0x479274,_0x6935ec(ed(_0x24ae7e))]]));}function od(_0x151639,_0x930ba5,_0x2a9dba){const _0x96ea3d=_0x40f88b;return{'unitAdded$':_0x151639[_0x96ea3d(0x185)],'unitDisposed$':_0x151639['unitDisposed$'],'focused$':_0x2fe812(_0x2a9dba[_0x96ea3d(0x18a)]()),'getTypeOfUnitAdded$':_0x151639[_0x96ea3d(0x46d)]['bind'](_0x151639),'__addUnit':_0x151639[_0x96ea3d(0x5e1)][_0x96ea3d(0x3db)](_0x151639),'getTypeOfUnitDisposed$':_0x151639['getTypeOfUnitDisposed$'][_0x96ea3d(0x3db)](_0x151639),'focusUnit':_0x4e8ab7=>{const _0x1d7afe=_0x96ea3d;_0x4e8ab7!==null&&_0x4e8ab7!==_0x930ba5['childUnitId']&&_0x151639[_0x1d7afe(0x58a)](_0x4e8ab7);},'getFocusedUnit':()=>_0x2a9dba,'getCurrentUnitOfType':_0x240203=>_0x240203===_0x930ba5[_0x96ea3d(0x455)]?_0x2a9dba:_0x151639['getCurrentUnitOfType'](_0x240203),'setCurrentUnitForType':_0x3c1c90=>{const _0x4730d9=_0x96ea3d;_0x3c1c90!==_0x930ba5[_0x4730d9(0x252)]&&_0x151639[_0x4730d9(0x2a8)](_0x3c1c90);},'getCurrentTypeOfUnit$':_0x1e2f13=>_0x1e2f13===_0x930ba5['childType']?_0x2fe812(_0x2a9dba):_0x151639['getCurrentTypeOfUnit$'](_0x1e2f13),'createUnit':_0x151639['createUnit'][_0x96ea3d(0x3db)](_0x151639),'getUnitCreateOptions':_0x151639[_0x96ea3d(0x215)][_0x96ea3d(0x3db)](_0x151639),'disposeUnit':_0x151639[_0x96ea3d(0x57d)][_0x96ea3d(0x3db)](_0x151639),'registerCtorForType':_0x151639[_0x96ea3d(0x375)][_0x96ea3d(0x3db)](_0x151639),'getUnit':_0x151639['getUnit'][_0x96ea3d(0x3db)](_0x151639),'getAllUnitsForType':_0x15144f=>_0x15144f===_0x930ba5[_0x96ea3d(0x455)]?[_0x2a9dba]:_0x151639[_0x96ea3d(0x32d)](_0x15144f),'getUnitType':_0x151639[_0x96ea3d(0x4ee)][_0x96ea3d(0x3db)](_0x151639)};}function sd(_0x1e1750,_0x2d8b45,_0x21d3e1=_0x40f88b(0x53a),_0x40917c){const _0x396f21=_0x40f88b;let {tableId:_0x6cbb8b,viewId:_0x464772}=cd(_0x2d8b45,_0x40917c);_0x6cbb8b&&_0x1e1750[_0x396f21(0x41f)](_0x6cbb8b),_0x464772&&_0x1e1750['activateView'](_0x464772),_0x1e1750['setLeftSidebarVisible'](_0x21d3e1===_0x396f21(0x53a));}function cd(_0x2c18a9,_0x4dea13){const _0x4f7c25=_0x40f88b;var _0x3e8886,_0x3c1f7a,_0x2e3267,_0x536f4b,_0x559724,_0x31f818,_0x3a57c2,_0x47f2d3;let _0x99ca7f=_0x2c18a9['getSnapshot'](),_0x4663da=_0x4dea13==null?void 0x0:_0x4dea13[_0x4f7c25(0x2ca)],_0x47269d=_0x4663da&&(_0x3e8886=_0x99ca7f[_0x4f7c25(0x658)])!=null&&_0x3e8886[_0x4663da]?_0x4663da:(_0x3c1f7a=(_0x2e3267=(_0x536f4b=_0x99ca7f[_0x4f7c25(0x5a9)])==null?void 0x0:_0x536f4b[_0x4f7c25(0x44b)](_0x3b62a6=>{const _0x22d377=_0x4f7c25;var _0x49682a;return!!((_0x49682a=_0x99ca7f[_0x22d377(0x658)])!=null&&_0x49682a[_0x3b62a6]);}))==null?Object['keys']((_0x559724=_0x99ca7f[_0x4f7c25(0x658)])==null?{}:_0x559724)[0x0]:_0x2e3267)==null?'':_0x3c1f7a,_0x509829=(_0x31f818=_0x99ca7f[_0x4f7c25(0x658)])==null?void 0x0:_0x31f818[_0x47269d],_0x16b6ac=_0x4dea13==null?void 0x0:_0x4dea13[_0x4f7c25(0x423)],_0x1eb4e4=_0x16b6ac&&_0x509829!=null&&(_0x3a57c2=_0x509829[_0x4f7c25(0x611)])!=null&&_0x3a57c2[_0x16b6ac]?_0x16b6ac:_0x509829==null||(_0x47f2d3=_0x509829[_0x4f7c25(0x694)])==null?void 0x0:_0x47f2d3[_0x4f7c25(0x44b)](_0x438956=>{const _0x128db0=_0x4f7c25;var _0x19fee7;return!!((_0x19fee7=_0x509829[_0x128db0(0x611)])!=null&&_0x19fee7[_0x438956]);});return{'tableId':_0x47269d,..._0x1eb4e4?{'viewId':_0x1eb4e4}:{}};}function ld(_0x24915a,_0x24109a,_0x3c567a){const _0x5e82bd=_0x40f88b;let _0x39c0b7=cd(_0x24109a,_0x3c567a),_0x2bdd22=_0x24915a[_0x5e82bd(0x381)]();_0x39c0b7[_0x5e82bd(0x2ca)]&&_0x2bdd22['activeTableId']!==_0x39c0b7[_0x5e82bd(0x2ca)]&&_0x24915a['activateTable'](_0x39c0b7[_0x5e82bd(0x2ca)]),_0x39c0b7[_0x5e82bd(0x423)]&&_0x24915a['getState']()['activeViewId']!==_0x39c0b7[_0x5e82bd(0x423)]&&_0x24915a['activateView'](_0x39c0b7[_0x5e82bd(0x423)]);}function ud(_0x369f28){const _0x381ef2=_0x40f88b;return _0x369f28[_0x381ef2(0x2a6)]['fullscreen']?_0x381ef2(0x32e):_0x369f28[_0x381ef2(0x2a6)][_0x381ef2(0x5ee)]===_0x381ef2(0x2b4)?'content-only':_0x381ef2(0x53a);}function dd(_0x37fb26,_0x3dcdfa,_0x151171,_0x109e8d=new _0x550eac(),_0x418881=new _0x1ec8bf(_0x151171),_0x3f2826=_0x40f88b(0x53a),_0xff21ae,_0x23bea3=!0x1,_0x1ff4ee){const _0x1e0323=_0x40f88b;let _0xe7a432=hd(_0x37fb26[_0x1e0323(0x5c1)](_0x3819c1),_0x3f2826),_0x5f02ab=fd(_0x3dcdfa[_0x1e0323(0x5c1)](_0x2d49a9),_0x151171,_0x109e8d,_0x418881,_0x3dcdfa[_0x1e0323(0x5c1)](_0x476b57),void 0x0,_0x23bea3),_0x341231=new Map([[_0x38192e,_0x151171],[_0x3ec2d8,_0x109e8d],[_0x3cfd2b,_0x418881],[_0x2d49a9,_0x5f02ab],[_0x3819c1,_0xe7a432],[_0x479274,_0x3dcdfa[_0x1e0323(0x5c1)](_0x479274)],[_0x3e5928,_0x5de398(_0x1ff4ee)]]);return _0xff21ae&&_0x341231[_0x1e0323(0x2e3)](_0x5b0e8d,_0xff21ae),ao(_0x3dcdfa,_0x341231);}function fd(_0x1ef6b7,_0xb8061e,_0x448fac,_0x5bde4e,_0x52d89b,_0x39bbb3,_0x3e8df3=!0x1){const _0x15a5cb=_0x40f88b;return{'disposed':_0x1ef6b7[_0x15a5cb(0x49f)]['bind'](_0x1ef6b7),'hasCommand':_0x1ef6b7['hasCommand'][_0x15a5cb(0x3db)](_0x1ef6b7),'registerCommand':_0x1ef6b7[_0x15a5cb(0x4fc)][_0x15a5cb(0x3db)](_0x1ef6b7),'unregisterCommand':_0x1ef6b7[_0x15a5cb(0x1b5)][_0x15a5cb(0x3db)](_0x1ef6b7),'registerMultipleCommand':_0x1ef6b7['registerMultipleCommand'][_0x15a5cb(0x3db)](_0x1ef6b7),'executeCommand':async(..._0x9cfe57)=>{const _0x464126=_0x15a5cb;let _0x15aecc=pd(_0x9cfe57[0x0],_0x9cfe57[0x1],_0xb8061e,_0x448fac,_0x52d89b,_0x39bbb3);if(_0x15aecc!==void 0x0)return _0x15aecc;if(md(_0x9cfe57[0x0],_0x9cfe57[0x1],_0x5bde4e,_0x3e8df3))return!0x0;let _0x12b8e3=_0x39bbb3?_0x52d89b==null?void 0x0:_0x52d89b[_0x464126(0x5fd)](_0x3202aa[_0x464126(0x4dd)]):void 0x0;try{return _0x39bbb3&&(_0x52d89b==null||_0x52d89b['setCurrentUnitForType'](_0x39bbb3)),await _0x1ef6b7[_0x464126(0x55e)](_0x9cfe57[0x0],_0x9cfe57[0x1],_0x9cfe57[0x2]);}finally{_0x12b8e3&&(_0x52d89b==null||_0x52d89b['setCurrentUnitForType'](_0x12b8e3[_0x464126(0x18a)]()));}},'syncExecuteCommand':(..._0x3cd46b)=>{const _0x8ec8be=_0x15a5cb;let _0xae582d=pd(_0x3cd46b[0x0],_0x3cd46b[0x1],_0xb8061e,_0x448fac,_0x52d89b,_0x39bbb3);if(_0xae582d!==void 0x0)return _0xae582d;if(md(_0x3cd46b[0x0],_0x3cd46b[0x1],_0x5bde4e,_0x3e8df3))return!0x0;let _0x4e003b=_0x39bbb3?_0x52d89b==null?void 0x0:_0x52d89b[_0x8ec8be(0x5fd)](_0x3202aa[_0x8ec8be(0x4dd)]):void 0x0;try{return _0x39bbb3&&(_0x52d89b==null||_0x52d89b[_0x8ec8be(0x2a8)](_0x39bbb3)),_0x1ef6b7[_0x8ec8be(0x5a7)](_0x3cd46b[0x0],_0x3cd46b[0x1],_0x3cd46b[0x2]);}finally{_0x4e003b&&(_0x52d89b==null||_0x52d89b['setCurrentUnitForType'](_0x4e003b['getUnitId']()));}},'onCommandExecuted':_0x1ef6b7[_0x15a5cb(0x699)][_0x15a5cb(0x3db)](_0x1ef6b7),'beforeCommandExecuted':_0x1ef6b7[_0x15a5cb(0x20a)][_0x15a5cb(0x3db)](_0x1ef6b7),'onMutationExecutedForCollab':_0x1ef6b7[_0x15a5cb(0x570)][_0x15a5cb(0x3db)](_0x1ef6b7)};}function pd(_0x549d8a,_0x3ad506,_0x897e12,_0x17d5b6,_0x53cefd,_0x1d3cc3){const _0x3fe881=_0x40f88b;if(_0x549d8a===_0x3284f9['id']){let _0x1b83a2=_0x3ad506;return _0x1b83a2!=null&&_0x1b83a2[_0x3fe881(0x423)]?(_0x1b83a2[_0x3fe881(0x2ca)]&&_0x897e12[_0x3fe881(0x41f)](_0x1b83a2['tableId']),_0x897e12[_0x3fe881(0x25b)](_0x1b83a2[_0x3fe881(0x423)]),!0x0):!0x1;}if(_0x549d8a===_0x8b05fc['id']){var _0x505be8;let _0x586458=_0x3ad506;if(!(_0x586458!=null&&_0x586458[_0x3fe881(0x2ca)]))return!0x1;_0x897e12[_0x3fe881(0x41f)](_0x586458[_0x3fe881(0x2ca)]);let _0x3aa37e=_0x586458[_0x3fe881(0x18e)]?_0x53cefd==null?void 0x0:_0x53cefd[_0x3fe881(0x39e)](_0x586458[_0x3fe881(0x18e)],_0x3202aa[_0x3fe881(0x4dd)]):_0x53cefd==null?void 0x0:_0x53cefd[_0x3fe881(0x5fd)](_0x3202aa[_0x3fe881(0x4dd)]),_0x5720ae=(_0x505be8=_0x3aa37e==null?void 0x0:_0x3aa37e[_0x3fe881(0x18a)]())==null?_0x1d3cc3:_0x505be8;_0x5720ae&&(_0x53cefd==null||_0x53cefd[_0x3fe881(0x2a8)](_0x5720ae),_0x53cefd==null||_0x53cefd[_0x3fe881(0x58a)](_0x5720ae));let _0x3b0628=_0x3aa37e==null?void 0x0:_0x3aa37e[_0x3fe881(0x31e)]()[_0x3fe881(0x658)][_0x586458[_0x3fe881(0x2ca)]],_0x59880d=_0x3b0628==null?void 0x0:_0x3b0628[_0x3fe881(0x694)][_0x3fe881(0x44b)](_0x3ada6e=>_0x3b0628['views'][_0x3ada6e]);return _0x59880d&&_0x897e12[_0x3fe881(0x25b)](_0x59880d),!0x0;}if(_0x549d8a===_0x1bee1b['id']){var _0x2b9fb2,_0x4294f4;let _0x1674ad=_0x3ad506;return _0x1674ad!=null&&_0x1674ad[_0x3fe881(0x423)]?(_0x897e12[_0x3fe881(0x51d)](_0x1674ad[_0x3fe881(0x423)],{'x':(_0x2b9fb2=_0x1674ad['x'])==null?0x0:_0x2b9fb2,'y':(_0x4294f4=_0x1674ad['y'])==null?0x0:_0x4294f4}),!0x0):!0x1;}if(_0x549d8a===_0x240f51['id']){let _0x1272b0=_0x3ad506;return!(_0x1272b0!=null&&_0x1272b0[_0x3fe881(0x423)])||typeof _0x1272b0[_0x3fe881(0x288)]!=_0x3fe881(0x2fe)?!0x1:(_0x897e12['setZoom'](_0x1272b0[_0x3fe881(0x423)],_0x1272b0[_0x3fe881(0x288)]),!0x0);}if(_0x549d8a===_0x48bcac['id'])return _0x3ad506?(_0x897e12[_0x3fe881(0x371)](),_0x17d5b6[_0x3fe881(0x5ac)](_0x3ad506),!0x0):!0x1;if(_0x549d8a===_0x6d1afb['id'])return _0x17d5b6[_0x3fe881(0x1d9)](),!0x0;if(_0x549d8a===_0x4d57['id'])return _0x3ad506?(_0x897e12[_0x3fe881(0x371)](),_0x17d5b6['openContextMenu'](_0x3ad506),!0x0):!0x1;if(_0x549d8a===_0x7d74bc['id'])return _0x17d5b6[_0x3fe881(0x3bb)](),!0x0;if(_0x549d8a===_0x7de00['id'])return _0x3ad506?(_0x17d5b6[_0x3fe881(0x66c)](_0x3ad506),!0x0):!0x1;if(_0x549d8a===_0x33eb05['id'])return _0x17d5b6['closeActiveEditor'](),!0x0;if(_0x549d8a===_0x49291f['id']){let _0xb457f6=_0x3ad506;return _0xb457f6!=null&&_0xb457f6['recordId']?(_0x897e12[_0x3fe881(0x5b7)](_0xb457f6[_0x3fe881(0x453)]),!0x0):!0x1;}if(_0x549d8a===_0xca1c81['id'])return _0x897e12[_0x3fe881(0x5b1)](),!0x0;}function md(_0x5bbb0e,_0x29831a,_0x4bbcc7,_0x2eecf0=!0x1){const _0xa28df3=_0x40f88b;return _0x5bbb0e===_0x5d5b6d['id']?(_0x2eecf0||_0x4bbcc7['startEditingCell'](_0x29831a),!0x0):_0x5bbb0e===_0x40aed9['id']?(_0x4bbcc7[_0xa28df3(0x5d9)](),!0x0):!0x1;}function hd(_0x449b22,_0x559e9f){const _0x3c5d56=_0x40f88b;return{'getConfig':_0x364a2f=>{const _0x5a8f56=_0x2546;let _0x405e8f=_0x449b22[_0x5a8f56(0x2e5)](_0x364a2f);return _0x364a2f===_0x32b691?gd(_0x405e8f==null?{}:_0x405e8f,_0x559e9f):_0x405e8f;},'setConfig':_0x449b22[_0x3c5d56(0x64e)][_0x3c5d56(0x3db)](_0x449b22),'deleteConfig':_0x449b22[_0x3c5d56(0x4a8)][_0x3c5d56(0x3db)](_0x449b22),'subscribeConfigValue$':_0x449b22[_0x3c5d56(0x4f4)][_0x3c5d56(0x3db)](_0x449b22)};}function gd(_0x54383d,_0x5c69ae=_0x40f88b(0x53a)){const _0x5f1ab1=_0x40f88b;var _0x46e542;let _0x4fb3eb;return _0x4fb3eb=_0x5c69ae==='content-only'||_0x5c69ae===_0x5f1ab1(0x32e)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x54383d,'workbench':{...(_0x46e542=_0x54383d[_0x5f1ab1(0x53a)])==null?{}:_0x46e542,..._0x4fb3eb,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _d(_0x1c3272){const _0x201c83=_0x40f88b;var _0x2909e5,_0x26d023,_0x2aa5f4;if(_0x1c3272[_0x201c83(0x2a6)]['fullscreen']&&_0x1c3272[_0x201c83(0x471)][_0x201c83(0x29e)][_0x201c83(0x408)])return _0x1c3272[_0x201c83(0x471)][_0x201c83(0x29e)][_0x201c83(0x408)];let _0x447f27=(_0x2909e5=(_0x26d023=_0x1c3272[_0x201c83(0x471)][_0x201c83(0x29e)][_0x201c83(0x4aa)])==null?_0x1c3272[_0x201c83(0x2a6)]['overlayRoot']:_0x26d023)==null?_0x1c3272[_0x201c83(0x2a6)]['rootElement']:_0x2909e5,_0x4ebfeb=((_0x2aa5f4=_0x447f27[_0x201c83(0x42a)])==null?void 0x0:_0x2aa5f4[_0x201c83(0x3e8)][_0x201c83(0x557)])===_0x201c83(0x229)?_0x447f27[_0x201c83(0x42a)]:void 0x0;if(!_0x4ebfeb||!_0x1c3272['embedId']||!_0x4ebfeb[_0x201c83(0x3e8)][_0x201c83(0x18d)]||_0x4ebfeb[_0x201c83(0x3e8)][_0x201c83(0x18d)]===_0x1c3272[_0x201c83(0x18d)])return _0x4ebfeb==null?_0x447f27:_0x4ebfeb;let _0x475789=_0x1c3272[_0x201c83(0x2a6)][_0x201c83(0x4ef)]['ownerDocument'],_0x26d7f4=Array['from'](_0x475789[_0x201c83(0x4a0)](_0x201c83(0x335)))[_0x201c83(0x44b)](_0x30a7eb=>_0x30a7eb['dataset'][_0x201c83(0x18d)]===_0x1c3272['embedId']);return _0x26d7f4==null?_0x447f27:_0x26d7f4;}function vd(_0x292bae){const _0x2d4ba1=_0x40f88b;let _0xdb3008=_d(_0x292bae),_0x30ce9d=_0x292bae[_0x2d4ba1(0x2a6)][_0x2d4ba1(0x4ef)][_0x2d4ba1(0x1e6)][_0x2d4ba1(0x3a9)]('div');return _0x30ce9d[_0x2d4ba1(0x3e8)][_0x2d4ba1(0x2d1)]=_0x292bae[_0x2d4ba1(0x5d1)][_0x2d4ba1(0x24c)],_0x30ce9d['className']='univer-pointer-events-none',_0xdb3008[_0x2d4ba1(0x52f)](_0x30ce9d),{'root':_0xdb3008,'menu':_0x30ce9d};}function yd(_0x353a27){const _0x5c8d9b=_0x40f88b;return[{'hostType':_0x3202aa[_0x5c8d9b(0x437)],'entry':_0x289727[_0x5c8d9b(0x553)],'childType':_0x353a27[_0x5c8d9b(0x455)],'mount':_0x353a27[_0x5c8d9b(0x60c)]},{'hostType':_0x3202aa[_0x5c8d9b(0x4b0)],'entry':_0x289727[_0x5c8d9b(0x45d)],'childType':_0x353a27[_0x5c8d9b(0x455)],'mount':_0x353a27[_0x5c8d9b(0x60c)]},{'hostType':_0x3202aa['UNIVER_SLIDE'],'entry':_0x289727[_0x5c8d9b(0x2f1)],'childType':_0x353a27['childType'],'mount':_0x353a27['mount']},{'hostType':_0x3202aa[_0x5c8d9b(0x2d7)],'entry':_0x289727[_0x5c8d9b(0x30d)],'childType':_0x353a27[_0x5c8d9b(0x455)],'mount':_0x353a27[_0x5c8d9b(0x60c)]}];}function bd(){const _0x1cbbae=_0x40f88b;return yd({'childType':_0x3202aa[_0x1cbbae(0x4dd)],'mount':xd});}function xd(_0x5488d1){const _0x3eac26=_0x40f88b;let {root:_0x55ed65,menu:_0x5ad1f4}=vd(_0x5488d1),_0x93d298=is(_0x5ad1f4),_0x10863c=_0x5488d1[_0x3eac26(0x471)][_0x3eac26(0x521)];return _0x93d298[_0x3eac26(0x539)](_0x23d8d(Yo,{'injector':_0x10863c,'mountContainer':_0x55ed65,'embedId':_0x5488d1['embedId']},_0x23d8d(Od,{'hostUnitId':_0x5488d1['hostUnitId'],'embedId':_0x5488d1[_0x3eac26(0x18d)],'childUnitId':_0x5488d1['childUnitId'],'entry':_0x5488d1[_0x3eac26(0x5d1)]['entry'],'fullscreen':!!_0x5488d1[_0x3eac26(0x2a6)][_0x3eac26(0x32e)],'usesDomFloatingStage':_0x5488d1[_0x3eac26(0x5d1)][_0x3eac26(0x24c)]==='sheets-floating-object','renderScopeActive$':_0x5488d1[_0x3eac26(0x2a6)][_0x3eac26(0x1fb)]}))),_0x3706d8(()=>{const _0x3a16f6=_0x3eac26;as(_0x93d298),globalThis[_0x3a16f6(0x32b)](()=>_0x5ad1f4[_0x3a16f6(0x233)](),0x0);});}function Sd(_0x244b7c){const _0x48b06e=_0x40f88b;return tc({'embedId':_0x244b7c[_0x48b06e(0x18d)],'active':Cd(_0x244b7c[_0x48b06e(0x591)],_0x244b7c[_0x48b06e(0x52a)]),'fullscreen':_0x244b7c[_0x48b06e(0x32e)],'usesDomFloatingStage':_0x244b7c[_0x48b06e(0x336)],'renderScopeActive':_0x244b7c['renderScopeActive']});}function Cd(_0x5a4625,_0x11f76d){const _0x3c521a=_0x40f88b;return _0x5a4625?{'hostUnitId':'','childUnitId':'','embedId':_0x5a4625,'stage':_0x11f76d===_0x3c521a(0x1a9)||_0x11f76d==='stage1'?_0x3c521a(0x1a9):_0x3c521a(0x2a9)}:null;}function wd(_0x5e7c17){return _0x5e7c17;}function Td(_0x29e5ea){return _0x29e5ea;}function Ed(_0x31c3c4){return!_0x31c3c4;}function Dd(_0x412eee){const _0x1d9b82=_0x40f88b;return{[Q]:_0x412eee,[X]:_0x1d9b82(0x197)};}function Od(_0x5a47c5){const _0x70dfe0=_0x40f88b;var _0x154e3c;let {hostUnitId:_0x5e8ba2,embedId:_0x3d026e,childUnitId:_0x573d06,entry:_0x56f700,fullscreen:_0x17b150,usesDomFloatingStage:_0x4f9b93,renderScopeActive$:_0x392cbe}=_0x5a47c5,_0x2bf73f=_0x3d8863(_0x2d49a9),_0x345f21=_0x3d8863(_0x476b57),_0x872fab=_0x3d8863(_0x515367),_0x4797bb=_0x3d8863(_0x51f736),_0x25c32f=_0x3d8863(_0x8a9d7a),_0x541176=_0x3d8863(_0x38192e),_0x348939=_0x3d8863(_0x3ec2d8),_0x32abcc=_0x3d8863(za),_0x472209=_0x3171dc(()=>_0x541176['state$'],_0x541176['getState'](),!0x1,[_0x541176]),_0x3dd9f7=_0x3171dc(()=>_0x25c32f[_0x70dfe0(0x569)],{'undos':0x0,'redos':0x0},!0x1,[_0x25c32f]),_0x980006=_0x3171dc(()=>_0x392cbe,!0x1,!0x1,[_0x392cbe]),_0x3f30d2=_0x3171dc(()=>_0x32abcc[_0x70dfe0(0x1fb)],_0x32abcc[_0x70dfe0(0x625)](),!0x1,[_0x32abcc]),_0x28a3c7=_0x32abcc[_0x70dfe0(0x61a)](_0x3d026e),[_0x4889fb,_0x29c2d3]=_0x5c70c0(0x0),[_0x3365d4,_0x12d288]=_0x5c70c0(null),[_0x1d9a41,_0x5771ec]=_0x5c70c0(!0x1),[_0x455b72,_0x109ea3]=_0x5c70c0(null),_0x12239e=_0x261426(null),_0x51e85f=_0x345f21[_0x70dfe0(0x39e)](_0x573d06,_0x3202aa[_0x70dfe0(0x4dd)]),_0xefc2ec=_0x51e85f==null?void 0x0:_0x51e85f[_0x70dfe0(0x31e)](),_0x5e3146=Vd(_0xefc2ec,_0x472209['activeTableId']),_0x38b2f3=Hd(_0x5e3146),_0x225f50=Ud(_0x5e3146,_0x472209[_0x70dfe0(0x68b)]),_0x5eca9c=Sd({'embedId':_0x3d026e,'activeEmbedId':_0x3f30d2==null?void 0x0:_0x3f30d2[_0x70dfe0(0x18d)],'stage':_0x28a3c7,'fullscreen':_0x17b150,'usesDomFloatingStage':_0x4f9b93,'renderScopeActive':_0x980006})===_0x70dfe0(0x1a9),_0x1f1214=wd(_0x17b150),_0x11f836=Td(_0x17b150),_0x2acb1e=Ed(_0x17b150),_0x39db14=_0x1f1214?_0x70dfe0(0x671):_0x70dfe0(0x491);if(_0x1bdf43(()=>{const _0x269467=_0x70dfe0;_0x5eca9c||(_0x348939[_0x269467(0x1d9)](),_0x348939[_0x269467(0x3bb)](),_0x348939['closeActiveEditor'](),_0x12d288(null),_0x5771ec(!0x1),_0x109ea3(null));},[_0x5eca9c,_0x348939]),_0x1bdf43(()=>{const _0x3619fd=_0x70dfe0;if(!_0x3365d4)return;let _0x298f0a=_0x1ea426=>{const _0x5052c0=_0x2546;var _0x5f5dad;let _0x5bb8cd=_0x1ea426['target']instanceof Node?_0x1ea426[_0x5052c0(0x3c3)]:null;_0x5bb8cd&&(_0x5f5dad=_0x12239e['current'])!=null&&_0x5f5dad[_0x5052c0(0x60e)](_0x5bb8cd)||_0x12d288(null);},_0x423135=_0x3730dd=>{const _0x5864a8=_0x2546;_0x3730dd['key']===_0x5864a8(0x5e9)&&_0x12d288(null);};return document['addEventListener'](_0x3619fd(0x426),_0x298f0a,!0x0),document[_0x3619fd(0x2dd)](_0x3619fd(0x669),_0x423135,!0x0),()=>{const _0x1a5aaf=_0x3619fd;document[_0x1a5aaf(0x536)](_0x1a5aaf(0x426),_0x298f0a,!0x0),document[_0x1a5aaf(0x536)]('keydown',_0x423135,!0x0);};},[_0x3365d4]),!_0xefc2ec||!_0x51e85f||!_0x5e3146||!_0x225f50)return null;let _0x2861a2=()=>{const _0x5a727d=_0x70dfe0;_0x32abcc[_0x5a727d(0x30f)]({'hostUnitId':_0x5e8ba2,'embedId':_0x3d026e,'childUnitId':_0x573d06},_0x5a727d(0x1a9));},_0x25323f=(_0x4fb082,_0x106c37)=>{const _0x265ef5=_0x70dfe0;_0x2861a2(),_0x2bf73f['executeCommand'](_0x48bcac['id'],{'type':_0x4fb082,'anchor':Kd(_0x106c37[_0x265ef5(0x21f)]())});},_0x32e970=_0x4fc4bf=>{const _0x273dde=_0x70dfe0;_0x2861a2(),_0x2bf73f[_0x273dde(0x55e)](_0x3284f9['id'],{'tableId':_0x5e3146['id'],'unitId':_0x573d06,'viewId':_0x4fc4bf}),_0x29c2d3(_0x468318=>_0x468318+0x1);},_0x318644=_0x211e53=>{const _0x2e734d=_0x70dfe0;_0x2861a2();let _0x2e34ab='view-'+_0x2dd86a(0x6),_0x1dfc80=_0x4797bb[_0x2e734d(0x5c1)](_0x211e53)['createDefaultConfig'](_0x5e3146);_0x2bf73f[_0x2e734d(0x55e)](_0x4583fc['id'],{'unitId':_0x573d06,'tableId':_0x5e3146['id'],'view':{'id':_0x2e34ab,'tableId':_0x5e3146['id'],'name':_0xf25aab(_0x872fab,_0x211e53),'type':_0x211e53,'config':_0x1dfc80,'fieldOrder':[..._0x5e3146[_0x2e734d(0x4b7)]],'fieldSettings':{}}})['then'](_0x4c8095=>{_0x4c8095&&_0x32e970(_0x2e34ab);}),_0x12d288(null),_0x5771ec(!0x1),_0x29c2d3(_0x2ac2c9=>_0x2ac2c9+0x1);},_0x1cd0a1=_0x1d3113=>{var _0xa08b08;let _0x4b39e3=(_0xa08b08=_0x38b2f3[0x0])==null?void 0x0:_0xa08b08['id'];!_0x4b39e3||_0x4b39e3===_0x1d3113||(_0x2861a2(),_0x2bf73f['executeCommand'](_0x371bbe['id'],{'unitId':_0x573d06,'tableId':_0x5e3146['id'],'viewId':_0x1d3113,'target':{'beforeViewId':_0x4b39e3}}),_0x29c2d3(_0x5bcb4c=>_0x5bcb4c+0x1));},_0x5c8092=(_0x3dcf8c,_0x25a2de)=>{const _0x5c0a4b=_0x70dfe0;_0x2861a2(),_0x2bf73f[_0x5c0a4b(0x55e)](_0x371bbe['id'],{'unitId':_0x573d06,'tableId':_0x5e3146['id'],'viewId':_0x3dcf8c,'target':_0x25a2de}),_0x29c2d3(_0x19c1f4=>_0x19c1f4+0x1);},_0x482620=(_0x57629f,_0x2afa63)=>{const _0x151617=_0x70dfe0;_0x2861a2(),_0x2bf73f[_0x151617(0x55e)](_0x3f91c9['id'],{'unitId':_0x573d06,'tableId':_0x5e3146['id'],'viewId':_0x57629f,'name':_0x2afa63}),_0x29c2d3(_0x34c6cb=>_0x34c6cb+0x1);},_0x3b24ef=_0x279a6a=>{const _0x5709d8=_0x70dfe0;let _0x4f13b7=_0x5e3146[_0x5709d8(0x611)][_0x279a6a];if(!_0x4f13b7)return;_0x2861a2();let _0x387b18=Wd(_0x4f13b7,_0x5e3146['id'],_0x872fab['t'](_0x5709d8(0x451)));_0x2bf73f['executeCommand'](_0x4583fc['id'],{'unitId':_0x573d06,'tableId':_0x5e3146['id'],'view':_0x387b18})[_0x5709d8(0x180)](_0x14473e=>{_0x14473e&&_0x32e970(_0x387b18['id']);}),_0x29c2d3(_0x378975=>_0x378975+0x1);},_0x1a2ba5=()=>{const _0x127472=_0x70dfe0;var _0xd4e393;let _0x328c9b=_0x455b72==null?_0x225f50['id']:_0x455b72;if(_0x38b2f3[_0x127472(0x39b)]<=0x1){_0x109ea3(null);return;}let _0x2b2b5c=(_0xd4e393=_0x38b2f3[_0x127472(0x44b)](_0x3a252e=>_0x3a252e['id']!==_0x328c9b))==null?void 0x0:_0xd4e393['id'];_0x2bf73f[_0x127472(0x55e)](_0x358d67['id'],{'unitId':_0x573d06,'tableId':_0x5e3146['id'],'viewId':_0x328c9b})[_0x127472(0x180)](_0x2c8489=>{_0x2c8489&&_0x2b2b5c&&_0x32e970(_0x2b2b5c);}),_0x109ea3(null),_0x29c2d3(_0x541917=>_0x541917+0x1);},_0x129d2e=()=>{const _0x3b0525=_0x70dfe0;_0x2bf73f[_0x3b0525(0x55e)](_0x20e854['id'],{'hostUnitId':_0x5e8ba2,'embedId':_0x3d026e});},_0x40d2d3=_0x5e32e9=>{const _0x2f37d4=_0x70dfe0;_0x5e32e9[_0x2f37d4(0x661)]();},_0x5c6e77=_0x15d4dc=>{const _0x3a57ea=_0x70dfe0;_0x15d4dc[_0x3a57ea(0x6a0)](),_0x15d4dc[_0x3a57ea(0x661)]();};return _0x28864a(_0x5d4b2b,{'children':[_0x28864a(_0x70dfe0(0x401),{'className':_0x187b73(_0x70dfe0(0x56c),{'univer-hidden':!_0x5eca9c,'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':_0x17b150,'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':!_0x17b150,'-univer-top-[44px]':!_0x17b150&&_0x56f700!=='docs-custom-block','univer-w-full':!_0x17b150,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x17b150&&_0x56f700===_0x70dfe0(0x262)}),'data-u-comp':_0x70dfe0(0x3fa),'data-embed-floating-menu':'true','data-embed-id':_0x3d026e,'data-embed-float-stage':_0x5eca9c?_0x70dfe0(0x1a9):_0x70dfe0(0x2a9),'data-base-render-version':_0x4889fb,...Dd(_0x3d026e),'onClick':_0x40d2d3,'onDoubleClick':_0x40d2d3,'onMouseDown':_0x5c6e77,'onMouseUp':_0x40d2d3,'onPointerDown':_0x5c6e77,'onPointerUp':_0x40d2d3,'children':[_0x11f836?_0x5866b8(Md,{'embedId':_0x3d026e,'activeView':_0x225f50,'views':_0x38b2f3,'addViewOpen':_0x1d9a41,'onAddViewOpenChange':_0x5771ec,'onActivateView':_0x32e970,'onAddView':_0x318644,'onSetViewAsFirst':_0x1cd0a1,'onMoveView':_0x5c8092,'onRenameView':_0x482620,'onDuplicateView':_0x3b24ef,'onConfigureView':_0x2a0550=>_0x25323f(_0x70dfe0(0x3d8),_0x2a0550),'onDeleteView':_0x109ea3}):_0x5866b8(_0x70dfe0(0x401),{'data-u-comp':_0x70dfe0(0x220),'className':_0x70dfe0(0x5c8),'children':_0x5866b8(Nd,{'activeView':_0x225f50,'views':_0x38b2f3,'onActivateView':_0x32e970,'embedId':_0x3d026e,'onAddView':_0x363b7e=>{const _0x3f6ebd=_0x70dfe0;_0x2861a2(),_0x12d288(_0x363b7e[_0x3f6ebd(0x21f)]());},'onConfigureView':_0x2f0a0e=>_0x25323f(_0x70dfe0(0x3d8),_0x2f0a0e),'onDeleteView':()=>_0x109ea3(_0x225f50['id'])})}),_0x28864a(_0x70dfe0(0x401),{'className':_0x70dfe0(0x1e8),'children':[_0x5866b8(_0x843fae,{'iconOnly':!_0x1f1214,'className':_0x39db14,'state':{...Id(_0x225f50,_0x3dd9f7),'searchOpen':_0x472209[_0x70dfe0(0x2ae)][_0x70dfe0(0x1f8)],'searchQuery':_0x472209[_0x70dfe0(0x2ae)]['query'],'searchActiveIndex':_0x472209[_0x70dfe0(0x2ae)]['activeIndex']},'onAddRecord':_0x3e5465=>_0x3e5465&&_0x25323f(_0x70dfe0(0x266),_0x3e5465),'onCustomizeField':_0x7f6777=>_0x25323f('customizeField',_0x7f6777),'onCustomizeKanban':_0x5b9166=>_0x25323f(_0x70dfe0(0x5a1),_0x5b9166),'onCustomizeGallery':_0x2bd0c7=>_0x25323f(_0x70dfe0(0x4c8),_0x2bd0c7),'onCalendarEventSettings':_0x4f744f=>_0x25323f(_0x70dfe0(0x388),_0x4f744f),'onCalendarViewSettings':_0x32d3b9=>_0x25323f('calendarViewSettings',_0x32d3b9),'onViewSettings':_0x39eee3=>_0x25323f(_0x70dfe0(0x3d8),_0x39eee3),'onFilter':_0x583541=>_0x25323f(_0x70dfe0(0x688),_0x583541),'onGroup':_0x33bdc5=>_0x25323f(_0x70dfe0(0x18b),_0x33bdc5),'onSort':_0x38d11f=>_0x25323f(_0x70dfe0(0x562),_0x38d11f),'onRowHeight':_0x52e855=>_0x25323f(_0x70dfe0(0x692),_0x52e855),'onConditionalColoring':_0x272a1b=>_0x25323f(_0x70dfe0(0x651),_0x272a1b),'onUndo':()=>void _0x2bf73f[_0x70dfe0(0x55e)](_0x46ff2d['id']),'onRedo':()=>void _0x2bf73f[_0x70dfe0(0x55e)](_0x4676cb['id']),'onOpenSearch':()=>_0x541176['openSearch'](),'onSearchQueryChange':_0x5c41f2=>_0x541176[_0x70dfe0(0x16a)](_0x5c41f2),'onSearchPrevious':()=>{const _0x25eea7=_0x70dfe0;var _0x15affc;return _0x541176[_0x25eea7(0x27e)](Math[_0x25eea7(0x1ce)](0x0,((_0x15affc=_0x472209[_0x25eea7(0x2ae)]['activeIndex'])==null?0x0:_0x15affc)-0x1));},'onSearchNext':()=>{const _0x3ba662=_0x70dfe0;var _0x52be0f;return _0x541176[_0x3ba662(0x27e)](((_0x52be0f=_0x472209[_0x3ba662(0x2ae)]['activeIndex'])==null?-0x1:_0x52be0f)+0x1);},'onCloseSearch':()=>_0x541176[_0x70dfe0(0x683)]()}),_0x2acb1e?_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x16eb28,{'orientation':_0x70dfe0(0x5b9)}),_0x5866b8(Gd,{'title':_0x872fab['t'](_0x70dfe0(0x310)),'className':_0x70dfe0(0x500),'onClick':_0x129d2e,'children':_0x5866b8(_0x13bd33,{})})]}):null]})]}),_0x3365d4?_0x2a424(_0x5866b8('div',{'ref':_0x12239e,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x3d026e,'data-embed-floating-menu-popup':_0x70dfe0(0x325),'className':_0x70dfe0(0x4d1),'style':qd(_0x3365d4),'onPointerDown':_0x5bbac6=>_0x5bbac6[_0x70dfe0(0x661)](),'children':_0x5866b8(_0x4274e8,{'views':_0x2ac958[_0x70dfe0(0x235)](_0x54d8d2=>({..._0x54d8d2,'label':_0x872fab['t'](_0x54d8d2[_0x70dfe0(0x3f8)]),'description':_0x872fab['t'](_0x54d8d2['description'])})),'onCreate':_0x318644})}),(_0x154e3c=_0x3ee768(!0x0))==null?document[_0x70dfe0(0x2ba)]:_0x154e3c):null,_0x5866b8(_0x2f7a89,{'open':!!_0x455b72,'title':_0x872fab['t']('embed-ui.basesFloating.confirmDelete.viewTitle'),'description':_0x872fab['t'](_0x70dfe0(0x5bf)),'onCancel':()=>_0x109ea3(null),'onConfirm':_0x1a2ba5}),_0x17b150?_0x5866b8(kd,{'embedId':_0x3d026e,'childUnitId':_0x573d06,'base':_0x51e85f,'activeTable':_0x5e3146}):null]});}function kd(_0x478352){let {embedId:_0x5333cc,childUnitId:_0x1eb373,base:_0x2ea7ba,activeTable:_0xbe50ba}=_0x478352,_0x5d0a2f=Ad(_0x5333cc);return _0x5d0a2f?_0x2a424(_0x5866b8(jd,{'childUnitId':_0x1eb373,'base':_0x2ea7ba,'activeTable':_0xbe50ba}),_0x5d0a2f):null;}function Ad(_0x167963){let [_0x4a9686,_0x5bc97f]=_0x5c70c0(null);return _0x1bdf43(()=>{const _0x5345bc=_0x2546;let _0x55150d=0x0,_0x233fac=()=>{const _0x15ad9d=_0x2546;var _0x318ded;let _0x401375=(_0x318ded=Array[_0x15ad9d(0x3d1)](document['querySelectorAll'](_0x15ad9d(0x547)))[_0x15ad9d(0x44b)](_0x2d0038=>_0x2d0038[_0x15ad9d(0x3e8)][_0x15ad9d(0x18d)]===_0x167963))==null?null:_0x318ded;_0x5bc97f(_0x401375);};return _0x233fac(),_0x55150d=window[_0x5345bc(0x503)](_0x233fac),()=>{window['cancelAnimationFrame'](_0x55150d);};},[_0x167963]),_0x4a9686;}function jd(_0x2f146f){const _0x2ae7fa=_0x40f88b;var _0x2a1b12,_0x2ddc21,_0x5338a1,_0x298548,_0x2bca8f,_0x56c115;let {childUnitId:_0xd1f938,base:_0x3947ef,activeTable:_0x31e2df}=_0x2f146f,_0x48b8da=_0x3d8863(_0x2d49a9),_0x32f47e=_0x3d8863(_0x3819c1),_0x410453=_0x3d8863(_0x515367),_0x16398c=_0x3d8863(_0x38192e),_0x46efdc=_0x3171dc(()=>_0x16398c[_0x2ae7fa(0x5a4)],_0x16398c[_0x2ae7fa(0x381)](),!0x1,[_0x16398c]),[_0x3a8672,_0x5841c4]=_0x5c70c0(null),[_0x1f9767,_0x221d21]=_0x5c70c0(null),[_0x107642,_0x4d6c68]=_0x5c70c0(''),[_0x567dc6,_0x3ebc65]=_0x5c70c0(_0x2ae7fa(0x4dc)),[_0x3f6ca3,_0x3346e2]=_0x5c70c0(null),_0x1f7a86=(_0x2a1b12=_0x32f47e==null||(_0x2ddc21=_0x32f47e[_0x2ae7fa(0x2e5)](_0x32b691))==null?void 0x0:_0x2ddc21[_0x2ae7fa(0x53a)])==null?{}:_0x2a1b12,_0x2df243=(_0x5338a1=(_0x298548=(_0x2bca8f=_0x46efdc[_0x2ae7fa(0x649)][_0x2ae7fa(0x590)])==null?_0x1f7a86[_0x2ae7fa(0x590)]:_0x2bca8f)==null?(_0x56c115=_0x216baa[_0x2ae7fa(0x53a)])==null?void 0x0:_0x56c115['leftPanelWidth']:_0x298548)==null?_0x4d7326:_0x5338a1,_0x53b2ab=_0x3947ef[_0x2ae7fa(0x31e)](),_0x11f27d=Rd(_0x53b2ab,_0x31e2df['id']),_0x10c50b=_0x24b686=>{const _0x277813=_0x2ae7fa;let _0x35c5c8=_0x53b2ab['tables'][_0x24b686];if(!_0x35c5c8)return;let _0x39f52a=_0x35c5c8[_0x277813(0x694)][_0x277813(0x44b)](_0x38ea7a=>_0x35c5c8['views'][_0x38ea7a]);_0x16398c['activateTable'](_0x35c5c8['id']),_0x39f52a&&_0x16398c[_0x277813(0x25b)](_0x39f52a),_0x16398c['setSelection'](null),_0x16398c[_0x277813(0x5b1)](),_0x48b8da[_0x277813(0x55e)](_0x8b05fc['id'],{'unitId':_0xd1f938,'tableId':_0x24b686});},_0x272544=async()=>{const _0x53aa18=_0x2ae7fa;let _0xcfbb6=_0x4fc41d({'id':_0x53aa18(0x417)+_0x2dd86a(0x8),'name':zd(_0x3947ef[_0x53aa18(0x31e)](),_0x2062d8=>_0x410453['t'](_0x53aa18(0x172),String(_0x2062d8))),'primaryFieldId':_0x53aa18(0x3f3)+_0x2dd86a(0x8),'gridViewId':_0x53aa18(0x558)+_0x2dd86a(0x8)});await _0x48b8da[_0x53aa18(0x55e)](_0x39a934['id'],{'unitId':_0xd1f938,'table':_0xcfbb6})&&(_0x16398c[_0x53aa18(0x41f)](_0xcfbb6['id']),_0x16398c[_0x53aa18(0x25b)](_0xcfbb6[_0x53aa18(0x694)][0x0]),_0x16398c[_0x53aa18(0x64f)](null),_0x16398c[_0x53aa18(0x5b1)](),_0x3346e2(_0xcfbb6['id']));},_0x4b2a22=async(_0x531cd6,_0x1f2266,_0x1cda4e)=>{const _0x5b689f=_0x2ae7fa;let _0x352afe=_0x3947ef[_0x5b689f(0x31e)](),_0x403524=_0x352afe['tables'][_0x531cd6];if(!_0x403524)return;let _0x55584d=_0xdadaeb(_0x403524,{'id':_0x5b689f(0x417)+_0x2dd86a(0x8),'name':_0x1f2266,'includeRecords':_0x1cda4e==='records','regenerateViewIds':!0x0,'createViewId':()=>'view-'+_0x2dd86a(0x8)});await _0x48b8da[_0x5b689f(0x55e)](_0x39a934['id'],{'unitId':_0xd1f938,'table':_0x55584d,'index':_0x352afe[_0x5b689f(0x5a9)][_0x5b689f(0x2d6)](_0x531cd6)+0x1})&&(_0x16398c['activateTable'](_0x55584d['id']),_0x16398c[_0x5b689f(0x25b)](_0x55584d['viewOrder'][0x0]),_0x16398c[_0x5b689f(0x64f)](null),_0x16398c[_0x5b689f(0x5b1)]());},_0x54a68f=async _0x456fe0=>{const _0xa444c4=_0x2ae7fa;let _0x2a3d4e=_0x3947ef['getSnapshot'](),_0x4358bd=Rd(_0x2a3d4e,_0x31e2df['id'])[_0xa444c4(0x235)](_0x4d0754=>_0x4d0754['id']);if(_0x4358bd[_0xa444c4(0x39b)]<=0x1)return;let _0x3587a0=_0x456fe0===_0x31e2df['id']?_0x4358bd['find'](_0x25cc1a=>_0x25cc1a!==_0x456fe0):null;if(await _0x48b8da['executeCommand'](_0xcbd85a['id'],{'unitId':_0xd1f938,'tableId':_0x456fe0})&&_0x3587a0){let _0x3524eb=_0x2a3d4e[_0xa444c4(0x658)][_0x3587a0],_0x42e478=_0x3524eb==null?void 0x0:_0x3524eb['viewOrder'][_0xa444c4(0x44b)](_0x53accd=>_0x3524eb[_0xa444c4(0x611)][_0x53accd]);_0x16398c['activateTable'](_0x3587a0),_0x42e478&&_0x16398c[_0xa444c4(0x25b)](_0x42e478),_0x16398c['setSelection'](null),_0x16398c['closeRecordDetail']();}};return _0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x161fd3,{'title':_0x53b2ab[_0x2ae7fa(0x3ca)]||_0x2ae7fa(0x630),'items':_0x11f27d,'width':_0x2df243,'pendingRenameItemId':_0x3f6ca3,'onActivateItem':_0x10c50b,'onAddTable':()=>{_0x272544();},'onRenameTable':(_0x574f59,_0x27888e)=>{const _0x5c3de6=_0x2ae7fa;_0x48b8da[_0x5c3de6(0x55e)](_0x209390['id'],{'unitId':_0xd1f938,'tableId':_0x574f59,'name':_0x27888e});},'onPendingRenameItemConsumed':_0x7d561c=>{_0x3f6ca3===_0x7d561c&&_0x3346e2(null);},'onDuplicateTable':_0x3f312b=>{const _0x5199fe=_0x2ae7fa;let _0x1688b6=_0x3947ef[_0x5199fe(0x31e)](),_0x4be021=_0x1688b6['tables'][_0x3f312b];_0x4be021&&(_0x221d21(_0x3f312b),_0x4d6c68(Bd(_0x1688b6,_0x410453['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x4be021['name']))),_0x3ebc65('configurations'));},'onDeleteTable':_0x5841c4,'onResizeWidth':_0x227247=>_0x16398c[_0x2ae7fa(0x377)](_0x227247)}),_0x5866b8(_0x581b90,{'open':!!_0x1f9767,'name':_0x107642,'mode':_0x567dc6,'onNameChange':_0x4d6c68,'onModeChange':_0x3ebc65,'onCancel':()=>_0x221d21(null),'onConfirm':()=>{const _0x495cf2=_0x2ae7fa;let _0x5a8f3a=_0x1f9767,_0x13409f=_0x107642[_0x495cf2(0x489)](),_0x38f9c3=_0x567dc6;!_0x5a8f3a||!_0x13409f||(_0x221d21(null),_0x4b2a22(_0x5a8f3a,_0x13409f,_0x38f9c3));}}),_0x5866b8(_0x2f7a89,{'open':!!_0x3a8672,'title':_0x410453['t'](_0x2ae7fa(0x1d4)),'description':_0x410453['t'](_0x2ae7fa(0x22a)),'onCancel':()=>_0x5841c4(null),'onConfirm':()=>{let _0x344922=_0x3a8672;_0x5841c4(null),_0x344922&&_0x54a68f(_0x344922);}})]});}function Md(_0x432332){const _0x304f70=_0x40f88b;let {embedId:_0x122c6f,activeView:_0x1876bf,views:_0x5bf35b,addViewOpen:_0x44f1bf,onAddViewOpenChange:_0x197204,onActivateView:_0xea6305,onAddView:_0x52e279,onSetViewAsFirst:_0x46ba9f,onMoveView:_0x5c2a11,onRenameView:_0x2d237a,onDuplicateView:_0x17aee6,onConfigureView:_0x5f1714,onDeleteView:_0x51ae41}=_0x432332,_0x43fa4a=_0x3d8863(_0x515367);return _0x5866b8(_0x304f70(0x401),{'data-u-comp':'base-embed-fullscreen-view-tabs','className':'univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','children':_0x5866b8(_0x1ce5d7,{'className':_0x304f70(0x1f1),'views':_0x5bf35b['map'](_0x436524=>({'id':_0x436524['id'],'name':_0x436524['name'],'type':_0x436524[_0x304f70(0x224)]})),'activeViewId':_0x1876bf['id'],'onActivateView':_0xea6305,'onSetViewAsFirst':_0x46ba9f,'onMoveView':_0x5c2a11,'onRenameView':_0x2d237a,'onDuplicateView':_0x17aee6,'onConfigureView':_0x5f1714,'onDeleteView':_0x51ae41,'onAddView':()=>_0x197204(!_0x44f1bf),'addViewDropdown':{'open':_0x44f1bf,'onOpenChange':_0x197204,'overlay':_0x5866b8(_0x304f70(0x401),{'data-u-comp':_0x304f70(0x633),'data-embed-id':_0x122c6f,'data-embed-floating-menu-popup':_0x304f70(0x325),'children':_0x5866b8(_0x4274e8,{'views':_0x2ac958['map'](_0x337b28=>({..._0x337b28,'label':_0x43fa4a['t'](_0x337b28[_0x304f70(0x3f8)]),'description':_0x43fa4a['t'](_0x337b28[_0x304f70(0x2c2)])})),'onCreate':_0x52e279})})}})});}function Nd(_0x35cd42){const _0x57c629=_0x40f88b;var _0x3cf466,_0x2101f0,_0x14a934;let {embedId:_0x2957d2,activeView:_0x2c3b2a,views:_0x2f4eee,onActivateView:_0x18eb92,onAddView:_0x2e217d,onConfigureView:_0xf571dc,onDeleteView:_0x328e57}=_0x35cd42,_0x533ba5=_0x3d8863(_0x515367),_0x1926dc=_0x261426(null),_0x1c7941=_0x261426(null),[_0x41da69,_0x51a46d]=_0x5c70c0(!0x1),_0x1a557f=_0x43d4d8=>{const _0x3eee56=_0x2546;_0x43d4d8[_0x3eee56(0x6a0)](),_0x43d4d8[_0x3eee56(0x661)]();},_0x32a961=(_0x3cf466=(_0x2101f0=_0x1926dc[_0x57c629(0x1be)])==null?void 0x0:_0x2101f0['getBoundingClientRect']())==null?null:_0x3cf466;return _0x1bdf43(()=>{const _0x4df786=_0x57c629;if(!_0x41da69)return;let _0x45e1d3=_0x1d9a05=>{const _0x544b87=_0x2546;var _0x551448,_0x1526c8;let _0x2cf4f0=_0x1d9a05[_0x544b87(0x3c3)]instanceof Node?_0x1d9a05['target']:null;!_0x2cf4f0||(_0x551448=_0x1926dc[_0x544b87(0x1be)])!=null&&_0x551448[_0x544b87(0x60e)](_0x2cf4f0)||(_0x1526c8=_0x1c7941[_0x544b87(0x1be)])!=null&&_0x1526c8['contains'](_0x2cf4f0)||_0x51a46d(!0x1);},_0x216dba=_0x2527b3=>{_0x2527b3['key']==='Escape'&&_0x51a46d(!0x1);};return document['addEventListener'](_0x4df786(0x426),_0x45e1d3,!0x0),document[_0x4df786(0x2dd)]('keydown',_0x216dba,!0x0),()=>{const _0x43d13c=_0x4df786;document[_0x43d13c(0x536)]('pointerdown',_0x45e1d3,!0x0),document[_0x43d13c(0x536)](_0x43d13c(0x669),_0x216dba,!0x0);};},[_0x41da69]),_0x28864a(_0x5d4b2b,{'children':[_0x28864a(_0x44b255,{'ref':_0x1926dc,'type':_0x57c629(0x171),'size':'small','variant':_0x57c629(0x32a),'className':'univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','title':_0x2c3b2a['name'],'aria-label':_0x533ba5['t'](_0x57c629(0x2b5)),'onClick':_0xf38b8b=>{const _0x43cb9b=_0x57c629;_0xf38b8b[_0x43cb9b(0x661)](),_0x51a46d(_0x34dc64=>!_0x34dc64);},'onMouseDown':_0x1a557f,'onPointerDown':_0x1a557f,'children':[_0x5866b8(_0x57c629(0x25d),{'className':_0x57c629(0x369),'aria-hidden':_0x57c629(0x325),'children':_0x5866b8(_0x5a93a2,{'type':_0x2c3b2a[_0x57c629(0x224)]})}),_0x5866b8(_0x57c629(0x25d),{'className':_0x57c629(0x5e6),'children':_0x2c3b2a[_0x57c629(0x3ca)]}),_0x5866b8(_0x2bbad6,{'className':_0x57c629(0x169)})]}),_0x41da69&&_0x32a961?_0x2a424(_0x28864a(_0x57c629(0x401),{'ref':_0x1c7941,'data-u-comp':_0x57c629(0x1c6),'data-embed-id':_0x2957d2,'data-embed-floating-menu-popup':_0x57c629(0x325),'className':_0x57c629(0x4a3),'style':Jd(_0x32a961),'onClick':_0x39d187=>_0x39d187['stopPropagation'](),'onMouseDown':_0x1a557f,'onPointerDown':_0x1a557f,'children':[_0x5866b8('div',{'className':_0x57c629(0x5b3),'children':_0x2f4eee['map'](_0x28e236=>_0x5866b8(_0x44b255,{'type':'button','variant':_0x57c629(0x32a),'size':_0x57c629(0x61c),'className':_0x57c629(0x3a6),'onClick':_0x147344=>{const _0x1b5ba4=_0x57c629;_0x147344[_0x1b5ba4(0x661)](),_0x18eb92(_0x28e236['id']),_0x51a46d(!0x1);},'children':_0x5866b8(Pd,{'icon':_0x5866b8(_0x5a93a2,{'type':_0x28e236[_0x57c629(0x224)]}),'label':_0x28e236[_0x57c629(0x3ca)],'trailing':_0x28e236['id']===_0x2c3b2a['id']?_0x5866b8(_0x57c629(0x25d),{'className':_0x57c629(0x36b)}):null})},_0x28e236['id']))}),_0x5866b8(_0x16eb28,{}),_0x5866b8(Fd,{'icon':_0x5866b8(_0x54b916,{}),'label':_0x533ba5['t']('embed-ui.basesFloating.viewSettings.addView'),'onClick':()=>{const _0x34773b=_0x57c629;let _0x5875c5=_0x1926dc[_0x34773b(0x1be)];_0x5875c5&&_0x2e217d(_0x5875c5),_0x51a46d(!0x1);}}),_0x5866b8(Fd,{'icon':_0x5866b8(_0x21dbbf,{}),'label':_0x533ba5['t'](_0x57c629(0x1f7)),'onClick':()=>{let _0x4e2c1a=_0x1926dc['current'];_0x4e2c1a&&_0xf571dc(_0x4e2c1a),_0x51a46d(!0x1);}}),_0x5866b8(Fd,{'danger':!0x0,'disabled':_0x2f4eee[_0x57c629(0x39b)]<=0x1,'icon':_0x5866b8(_0x13bd33,{}),'label':_0x533ba5['t'](_0x57c629(0x2ac)),'onClick':()=>{_0x328e57(),_0x51a46d(!0x1);}})]}),(_0x14a934=_0x3ee768(!0x0))==null?document[_0x57c629(0x2ba)]:_0x14a934):null]});}function Pd(_0x407cb9){const _0x484c48=_0x40f88b;let {icon:_0x20d543,label:_0x22271d,trailing:_0x20c465}=_0x407cb9;return _0x28864a(_0x484c48(0x25d),{'className':_0x484c48(0x1c2),'children':[_0x5866b8(_0x484c48(0x25d),{'className':_0x484c48(0x552),'aria-hidden':_0x484c48(0x325),'children':_0x20d543}),_0x5866b8('span',{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x22271d}),_0x5866b8(_0x484c48(0x25d),{'className':'univer-grid\x20univer-size-[18px]\x20univer-place-items-center','children':_0x20c465})]});}function Fd(_0xece535){const _0x3cc137=_0x40f88b;let {danger:_0x3b650f,disabled:_0x329ca8,icon:_0x5734d7,label:_0x2ecc0e,onClick:_0x59a2a8}=_0xece535;return _0x5866b8(_0x44b255,{'type':_0x3cc137(0x171),'variant':_0x3cc137(0x32a),'size':'small','disabled':_0x329ca8,'className':_0x187b73(_0x3cc137(0x3a6),_0x3b650f&&_0x3cc137(0x3b4)),'onClick':_0x4d3b7f=>{const _0x53700c=_0x3cc137;_0x4d3b7f[_0x53700c(0x661)](),_0x59a2a8();},'children':_0x5866b8(Pd,{'icon':_0x5734d7,'label':_0x2ecc0e})});}function Id(_0x126b5a,_0x39824d={}){const _0x4a4f51=_0x40f88b;var _0x2772f9,_0xfd77b1,_0x1ebad6,_0x525f63,_0x6fa7a8,_0x571287,_0x277b04,_0x1ea9b0,_0x35b983;let _0x2279e2=(_0x2772f9=_0x126b5a[_0x4a4f51(0x47f)])==null?{}:_0x2772f9,_0x29023d=_0x2279e2[_0x4a4f51(0x651)],_0x42b8c2=Array[_0x4a4f51(0x448)](_0x29023d==null?void 0x0:_0x29023d[_0x4a4f51(0x24e)])?_0x29023d[_0x4a4f51(0x24e)][_0x4a4f51(0x39b)]:0x0;return{'viewType':_0x126b5a['type'],'filterCount':(_0xfd77b1=(_0x1ebad6=_0x126b5a[_0x4a4f51(0x688)])==null||(_0x1ebad6=_0x1ebad6['conditions'])==null?void 0x0:_0x1ebad6[_0x4a4f51(0x39b)])==null?0x0:_0xfd77b1,'groupCount':(_0x525f63=(_0x6fa7a8=_0x126b5a[_0x4a4f51(0x18b)])==null?void 0x0:_0x6fa7a8[_0x4a4f51(0x39b)])==null?0x0:_0x525f63,'sortCount':(_0x571287=(_0x277b04=_0x126b5a['sort'])==null?void 0x0:_0x277b04[_0x4a4f51(0x39b)])==null?0x0:_0x571287,'rowHeightActive':!!(_0x2279e2[_0x4a4f51(0x692)]&&_0x2279e2[_0x4a4f51(0x692)]!=='medium'),'conditionalColoringActive':_0x42b8c2>0x0,'conditionalColoringCount':_0x42b8c2,'canUndo':((_0x1ea9b0=_0x39824d[_0x4a4f51(0x69a)])==null?0x0:_0x1ea9b0)>0x0,'canRedo':((_0x35b983=_0x39824d['redos'])==null?0x0:_0x35b983)>0x0};}function Ld(_0x4bd052){const _0x3588a1=_0x40f88b;var _0x5ed17e,_0x59a26b;return(_0x5ed17e=_0x4bd052==null||(_0x59a26b=_0x4bd052[_0x3588a1(0x5a9)])==null?void 0x0:_0x59a26b['map'](_0x2c65bb=>_0x4bd052[_0x3588a1(0x658)][_0x2c65bb])[_0x3588a1(0x688)](_0x554800=>!!_0x554800))==null?[]:_0x5ed17e;}function Rd(_0x216318,_0x2058a3){const _0x3b4396=_0x40f88b;return Ld(_0x216318)[_0x3b4396(0x235)](_0x4775bc=>({'id':_0x4775bc['id'],'name':_0x4775bc[_0x3b4396(0x3ca)],'active':_0x4775bc['id']===_0x2058a3}));}function zd(_0x3cfdce,_0xf83f35){const _0x5af611=_0x40f88b;let _0x3e3fca=new Set(Ld(_0x3cfdce)[_0x5af611(0x235)](_0x165f3a=>_0x165f3a[_0x5af611(0x3ca)])),_0x407ce1=_0x3e3fca[_0x5af611(0x211)]+0x1,_0x5390ba=_0xf83f35(_0x407ce1);for(;_0x3e3fca[_0x5af611(0x17b)](_0x5390ba);)_0x407ce1+=0x1,_0x5390ba=_0xf83f35(_0x407ce1);return _0x5390ba;}function Bd(_0x1ff5a8,_0x499751){const _0x357114=_0x40f88b;let _0x37f578=new Set(Ld(_0x1ff5a8)['map'](_0x428e4=>_0x428e4[_0x357114(0x3ca)]));if(!_0x37f578[_0x357114(0x17b)](_0x499751))return _0x499751;let _0x5dd984=0x2,_0x514499=_0x499751+'\x20'+_0x5dd984;for(;_0x37f578['has'](_0x514499);)_0x5dd984+=0x1,_0x514499=_0x499751+'\x20'+_0x5dd984;return _0x514499;}function Vd(_0x46924c,_0x379dc5){const _0x6d4c17=_0x40f88b;if(!_0x46924c)return;let _0x3aa3ad=_0x379dc5?_0x46924c[_0x6d4c17(0x658)][_0x379dc5]:void 0x0;return _0x3aa3ad==null?Ld(_0x46924c)[0x0]:_0x3aa3ad;}function Hd(_0x26eed6){const _0x25050a=_0x40f88b;var _0x5374ed,_0x99d077;return(_0x5374ed=_0x26eed6==null||(_0x99d077=_0x26eed6['viewOrder'])==null?void 0x0:_0x99d077['map'](_0xf8656c=>_0x26eed6[_0x25050a(0x611)][_0xf8656c])['filter'](_0x42b74b=>!!_0x42b74b))==null?[]:_0x5374ed;}function Ud(_0x1efabc,_0x2130d7){const _0x6c9c8a=_0x40f88b;if(!_0x1efabc)return;let _0x2b3dc2=_0x2130d7?_0x1efabc[_0x6c9c8a(0x611)][_0x2130d7]:void 0x0;return _0x2b3dc2==null?Hd(_0x1efabc)[0x0]:_0x2b3dc2;}function Wd(_0x49d714,_0x28157b,_0x56c5a4){const _0x5784d3=_0x40f88b;var _0x2e7a69,_0x32ece3;return{..._0x49d714,'id':'view-'+_0x2dd86a(0x8),'tableId':_0x28157b,'name':_0x49d714[_0x5784d3(0x3ca)]+'\x20'+_0x56c5a4,'config':{..._0x49d714[_0x5784d3(0x47f)]},'fieldSettings':{...(_0x2e7a69=_0x49d714[_0x5784d3(0x534)])==null?{}:_0x2e7a69},'fieldOrder':[...(_0x32ece3=_0x49d714[_0x5784d3(0x4b7)])==null?[]:_0x32ece3],'filter':_0x49d714[_0x5784d3(0x688)]?{..._0x49d714[_0x5784d3(0x688)],'conditions':[..._0x49d714[_0x5784d3(0x688)][_0x5784d3(0x4ba)]]}:void 0x0,'group':_0x49d714[_0x5784d3(0x18b)]?[..._0x49d714[_0x5784d3(0x18b)]]:void 0x0,'sort':_0x49d714[_0x5784d3(0x562)]?[..._0x49d714[_0x5784d3(0x562)]]:void 0x0};}function Gd(_0x5403f8){const _0x4d6642=_0x40f88b;let {children:_0x14911a,title:_0x5b749e,className:_0x5334dc,onClick:_0x27a2e7}=_0x5403f8;return _0x5866b8(_0x44b255,{'type':_0x4d6642(0x171),'size':_0x4d6642(0x61c),'variant':_0x4d6642(0x32a),'className':_0x187b73('univer-size-6\x20univer-p-0',_0x5334dc),'title':_0x5b749e,'aria-label':_0x5b749e,'onClick':_0x490eec=>_0x27a2e7(_0x490eec[_0x4d6642(0x5d6)]),'children':_0x14911a});}function Kd(_0x5cfb22){const _0x2dc8a0=_0x40f88b;return{'x':_0x5cfb22['x'],'y':_0x5cfb22['y'],'width':_0x5cfb22[_0x2dc8a0(0x228)],'height':_0x5cfb22[_0x2dc8a0(0x257)]};}function qd(_0x7457e8){const _0x18df9f=_0x40f88b;let _0xab0219=_0xdd4295(_0x7457e8,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0xab0219['top'],'left':_0xab0219[_0x18df9f(0x337)],'maxHeight':_0xab0219[_0x18df9f(0x5f6)]};}function Jd(_0x2f9c61){const _0x39aef9=_0x40f88b;let _0x23aa4a=_0xdd4295({'left':_0x2f9c61[_0x39aef9(0x5f3)]-0xd0,'right':_0x2f9c61[_0x39aef9(0x5f3)],'top':_0x2f9c61[_0x39aef9(0x679)],'bottom':_0x2f9c61['bottom'],'width':0xd0,'height':_0x2f9c61['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x23aa4a['top'],'left':_0x23aa4a[_0x39aef9(0x337)],'maxHeight':_0x23aa4a[_0x39aef9(0x5f6)]};}function Yd(_0x409c2d){const _0x1f19da=_0x40f88b;bu(_0x409c2d,_0x1f19da(0x3f5),Xd);}function Xd(_0x39c989){const _0x583969=_0x40f88b;_0x39c989[_0x583969(0x17b)](_0x3bea7a)||_0x39c989[_0x583969(0x538)]([_0x3bea7a,{'useFactory':()=>_0x39c989[_0x583969(0x5c1)](Ba)}]),_0x39c989['has'](_0x415026)||_0x39c989[_0x583969(0x538)]([_0x415026,{'useFactory':()=>_0x39c989['get'](za)}]),_0x39c989[_0x583969(0x17b)](_0x4a9b96)||_0x39c989[_0x583969(0x538)]([_0x4a9b96,{'useFactory':()=>_0x39c989[_0x583969(0x5c1)](ic)}]),_0x39c989[_0x583969(0x17b)](_0x94a1bb)||_0x39c989['add']([_0x94a1bb,{'useFactory':()=>_0x39c989[_0x583969(0x5c1)](Z)}]),_0x39c989['has'](_0x1e1aae)||_0x39c989['add']([_0x1e1aae,{'useFactory':()=>Zd({'embedModelService':_0x39c989[_0x583969(0x5c1)](_0x38f582),'restoreService':_0x39c989[_0x583969(0x5c1)](ac),'mountService':_0x39c989[_0x583969(0x5c1)](Wo),'activationService':_0x39c989['get'](qo)})}]);let _0x4c6336=_0x39c989[_0x583969(0x5c1)](_0xb5a6f1),_0x197851=_0x39c989[_0x583969(0x5c1)](Lo),_0x3e4351=_0x39c989[_0x583969(0x5c1)](Fo),_0x681659=_0x39c989['get'](Ra),_0x20bfdf=_0x39c989[_0x583969(0x5c1)](Io),_0x52769b=_0x39c989[_0x583969(0x5c1)](rc),_0x1a9e5d=_0x39c989['get'](ru),_0x3b16e6=_0x39c989[_0x583969(0x5c1)](fc),_0x37b374=_0x39c989[_0x583969(0x17b)](_0x2b87af)?_0x39c989['get'](_0x2b87af):void 0x0,_0x52d897=_0x39c989[_0x583969(0x17b)](_0x476b57)?_0x39c989[_0x583969(0x5c1)](_0x476b57):void 0x0,_0x1567b6=()=>_0x39c989[_0x583969(0x17b)](_0x38192e)?_0x39c989[_0x583969(0x5c1)](_0x38192e):void 0x0,_0x4ffa60=zu(_0x37b374,_0x52d897,_0x1567b6);_0x4c6336['get'](_0x4ffa60[_0x583969(0x269)],_0x4ffa60[_0x583969(0x24c)])||_0x4c6336[_0x583969(0x549)](_0x4ffa60);let _0x23a090=Bu();_0x197851['get'](_0x23a090[_0x583969(0x269)],_0x23a090[_0x583969(0x24c)])||_0x197851[_0x583969(0x549)](_0x23a090);let _0x33357a=Xu(_0x39c989['get'](_0x2d49a9));_0x3e4351['get'](_0x33357a['childType'])||_0x3e4351['register'](_0x33357a);let _0x2df264=ku();_0x681659[_0x583969(0x5c1)](_0x2df264['childType'])||_0x681659[_0x583969(0x549)](_0x2df264),bd()[_0x583969(0x496)](_0x30cddd=>{const _0x3cac0f=_0x583969;_0x20bfdf['hasExact'](_0x30cddd[_0x3cac0f(0x269)],_0x30cddd[_0x3cac0f(0x24c)],_0x30cddd[_0x3cac0f(0x455)])||_0x20bfdf[_0x3cac0f(0x549)](_0x30cddd);}),_0x52769b[_0x583969(0x1de)](pu(_0x39c989,{'childType':_0x3202aa['UNIVER_BASE'],'renderManagerService':_0x1f805f})),_0x1a9e5d[_0x583969(0x5c1)](_0x3202aa[_0x583969(0x4dd)])||_0x1a9e5d[_0x583969(0x549)](Au(_0x1567b6())),_0x3b16e6['get'](_0x3202aa['UNIVER_BASE'])||_0x3b16e6[_0x583969(0x549)](Ku(_0x39c989));}function Zd(_0x47b1b5){return{'mountTableList':async _0x312188=>{const _0xf17fbe=_0x2546;let _0x4bcc22=_0x47b1b5[_0xf17fbe(0x627)][_0xf17fbe(0x478)](_0x312188[_0xf17fbe(0x340)],_0x312188[_0xf17fbe(0x18d)]);if(!_0x4bcc22&&_0x312188[_0xf17fbe(0x252)]&&(_0x4bcc22={'embedId':_0x312188['embedId'],'hostUnitId':_0x312188['baseUnitId'],'hostType':_0x3202aa[_0xf17fbe(0x4dd)],'entry':_0xf17fbe(0x1bb),'hostAnchorId':_0x312188['hostAnchorId'],'childUnitId':_0x312188[_0xf17fbe(0x252)],'childType':_0x312188[_0xf17fbe(0x455)],'source':{'unitType':_0x312188[_0xf17fbe(0x455)],'ref':{'file':{'kind':_0xf17fbe(0x634)},'unit':{'selector':_0x312188[_0xf17fbe(0x252)],'type':_0x3911cf(_0x312188[_0xf17fbe(0x455)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0xf17fbe(0x2f9),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x4bcc22||_0x4bcc22[_0xf17fbe(0x4e9)]!==_0x312188[_0xf17fbe(0x4e9)])&&((!_0x4bcc22['childUnitId']||_0x4bcc22[_0xf17fbe(0x455)]==null)&&(_0x4bcc22=await _0x47b1b5[_0xf17fbe(0x292)][_0xf17fbe(0x452)]({'descriptor':_0x4bcc22})),!(!_0x4bcc22[_0xf17fbe(0x252)]||_0x4bcc22[_0xf17fbe(0x455)]==null)))return _0x47b1b5['mountService']['mount'](_0x4bcc22),_0x47b1b5['activationService'][_0xf17fbe(0x1ad)](_0x4bcc22),_0x3706d8(()=>{const _0x2428d7=_0xf17fbe;_0x47b1b5[_0x2428d7(0x598)][_0x2428d7(0x36c)](_0x312188[_0x2428d7(0x18d)]),_0x47b1b5[_0x2428d7(0x227)][_0x2428d7(0x5ba)](_0x312188[_0x2428d7(0x18d)]);});}};}let Qd=class extends _0x56a510{constructor(_0x5268d0,_0x519ab5,_0x5a8de5,_0x434f9a,_0x5f6926,_0xe012f1,_0x4be911,_0x170456){const _0x25adb1=_0x40f88b;if(super(),this[_0x25adb1(0x69f)]=_0x5268d0,this[_0x25adb1(0x5f5)]=_0x519ab5,this[_0x25adb1(0x3d3)]=_0x5a8de5,this[_0x25adb1(0x36d)]=_0x434f9a,this[_0x25adb1(0x31c)]=_0x5f6926,this[_0x25adb1(0x556)]=_0xe012f1,this[_0x25adb1(0x4c1)]=_0x4be911,this[_0x25adb1(0x29c)]=_0x170456,Y(this,_0x25adb1(0x251),new Map()),Y(this,_0x25adb1(0x323),void 0x0),Y(this,'_routeWheelToHost',_0x448bf9=>{const _0x397e9f=_0x25adb1;var _0x313024,_0x3876e2;let _0x37589a=(_0x313024=(_0x3876e2=this[_0x397e9f(0x69f)][_0x397e9f(0x43c)])[_0x397e9f(0x275)])==null?void 0x0:_0x313024[_0x397e9f(0x48f)](_0x3876e2);return _0x37589a?(_0x37589a[_0x397e9f(0x17c)](new WheelEvent(_0x397e9f(0x626),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x448bf9[_0x397e9f(0x52d)],'clientY':_0x448bf9[_0x397e9f(0x391)],'ctrlKey':_0x448bf9[_0x397e9f(0x542)],'deltaMode':_0x448bf9[_0x397e9f(0x2ea)],'deltaX':_0x448bf9[_0x397e9f(0x2b1)],'deltaY':_0x448bf9['deltaY'],'deltaZ':_0x448bf9[_0x397e9f(0x3f1)],'metaKey':_0x448bf9[_0x397e9f(0x687)],'shiftKey':_0x448bf9['shiftKey']})),!0x0):!0x1;}),Y(this,_0x25adb1(0x282),_0x2b87d2=>{const _0x38756c=_0x25adb1;var _0x35f064,_0x374612;let _0x154494=(_0x35f064=(_0x374612=this[_0x38756c(0x69f)][_0x38756c(0x43c)])[_0x38756c(0x275)])==null?void 0x0:_0x35f064[_0x38756c(0x48f)](_0x374612);if(!_0x154494)return null;let _0x238671=_0x2b87d2;for(;_0x238671&&!_0x238671[_0x38756c(0x60e)](_0x154494);)_0x238671=_0x238671[_0x38756c(0x42a)];return _0x238671;}),Promise[_0x25adb1(0x42f)]()[_0x25adb1(0x180)](()=>this[_0x25adb1(0x22d)]()),typeof document<'u'){let _0x483090=_0x7374d5=>this[_0x25adb1(0x1d2)](_0x7374d5);document[_0x25adb1(0x2dd)](gc,_0x483090),this[_0x25adb1(0x5ce)](_0x3706d8(()=>document[_0x25adb1(0x536)](gc,_0x483090)));}this[_0x25adb1(0x5ce)](this[_0x25adb1(0x29c)][_0x25adb1(0x699)](_0x11ed9c=>{const _0x58ac05=_0x25adb1;(_0x11ed9c['id']===_0x4fb315['id']||_0x11ed9c['id']===_0x20e854['id']||_0x11ed9c['id']===_0x4c39a8['id']||_0x11ed9c['id']===_0x3c3e1d['id'])&&this[_0x58ac05(0x22d)]();})),[this[_0x25adb1(0x36d)][_0x25adb1(0x571)],this['_boardElementService'][_0x25adb1(0x1a1)],this[_0x25adb1(0x36d)][_0x25adb1(0x572)]][_0x25adb1(0x496)](_0x4a4539=>{const _0x2e99ba=_0x25adb1;let _0x36e2a6=_0x4a4539[_0x2e99ba(0x35d)](_0x4f6a47=>{const _0x272f5e=_0x2e99ba;_0x4f6a47[_0x272f5e(0x38d)](_0x47ac02=>_0x47ac02[_0x272f5e(0x18e)]===this[_0x272f5e(0x69f)][_0x272f5e(0x18e)])&&this['_sync']();});this['disposeWithMe'](_0x3706d8(()=>_0x36e2a6['unsubscribe']()));});}[_0x40f88b(0x602)](){const _0x3418dd=_0x40f88b;var _0x5099d3;(_0x5099d3=this[_0x3418dd(0x323)])==null||_0x5099d3['call'](this),this[_0x3418dd(0x323)]=void 0x0,this[_0x3418dd(0x251)]['forEach'](_0x4ad610=>_0x4ad610[_0x3418dd(0x602)]()),this[_0x3418dd(0x251)][_0x3418dd(0x410)](),super[_0x3418dd(0x602)]();}[_0x40f88b(0x22d)](){const _0x42f83f=_0x40f88b;let _0x8a27a3=this['_context'][_0x42f83f(0x18e)];if(this[_0x42f83f(0x5f5)]['getActiveDescriptorsByChildUnit'](_0x8a27a3)[_0x42f83f(0x39b)]>0x0){this[_0x42f83f(0x654)]();return;}let _0xeb8cd1=this[_0x42f83f(0x36d)]['getElementDataForUnit'](_0x8a27a3),_0xe9c93d=new Set();this['_embedModelService']['getActiveDescriptors'](_0x8a27a3)[_0x42f83f(0x688)](_0x268f2c=>_0x268f2c[_0x42f83f(0x24c)]===_0x289727[_0x42f83f(0x30d)])[_0x42f83f(0x496)](_0x49b3ef=>{const _0x400f5a=_0x42f83f;var _0x43f3d9,_0x4419d7,_0x3e5ef8,_0x4cf27d;let _0x37f26c=Object['values'](_0xeb8cd1)[_0x400f5a(0x44b)](_0x3f0dbf=>{const _0x2a0c08=_0x400f5a;var _0x413810;return _0x196b0b((_0x413810=_0x3f0dbf[_0x2a0c08(0x3fe)][_0x49b3ef['hostAnchorId']])==null?void 0x0:_0x413810[_0x2a0c08(0x3eb)]);}),_0x1e8f98=_0x37f26c==null?void 0x0:_0x37f26c[_0x400f5a(0x3fe)][_0x49b3ef[_0x400f5a(0x4e9)]],_0x2718dc=_0x1e8f98==null?void 0x0:_0x1e8f98[_0x400f5a(0x3eb)];if(!_0x37f26c||!_0x1e8f98||!_0x196b0b(_0x2718dc))return;let _0x147a88=_0x429c6e(_0x2718dc),_0x5b6d04=this[_0x400f5a(0x59f)](_0x49b3ef['hostAnchorId']);_0xe9c93d['add'](_0x5b6d04);let _0x546e7a={'left':(_0x43f3d9=_0x2718dc[_0x400f5a(0x2f5)][_0x400f5a(0x337)])==null?0x0:_0x43f3d9,'top':(_0x4419d7=_0x2718dc['transform'][_0x400f5a(0x679)])==null?0x0:_0x4419d7,'width':(_0x3e5ef8=_0x2718dc[_0x400f5a(0x2f5)][_0x400f5a(0x228)])==null?0x230:_0x3e5ef8,'height':(_0x4cf27d=_0x2718dc[_0x400f5a(0x2f5)]['height'])==null?0x168:_0x4cf27d},_0x341e53=()=>{const _0x2fbeb4=_0x400f5a;var _0x82dce3,_0x1124bb;return _0x23d8d(wc,{'data':{'version':0x1,'embedId':_0x49b3ef['embedId'],'hostUnitId':_0x8a27a3,'hostAnchorId':_0x49b3ef[_0x2fbeb4(0x4e9)],'childUnitId':(_0x82dce3=_0x49b3ef[_0x2fbeb4(0x252)])==null?_0x147a88==null?void 0x0:_0x147a88['childUnitId']:_0x82dce3,'childType':(_0x1124bb=_0x49b3ef[_0x2fbeb4(0x455)])==null?_0x147a88==null?void 0x0:_0x147a88[_0x2fbeb4(0x455)]:_0x1124bb},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x2fbeb4(0x212)],'resolveHostWheelGestureRoot':this['_resolveHostWheelGestureRoot'],'onRuntimeStageEnter':_0x26a4d9=>this['_setAnchorTransformerVisible'](_0x26a4d9!==_0x2fbeb4(0x1a9),_0x1e8f98[_0x2fbeb4(0x350)],_0x49b3ef[_0x2fbeb4(0x4e9)])});};this[_0x400f5a(0x251)]['has'](_0x5b6d04)?this['_domLayerService'][_0x400f5a(0x23f)](_0x5b6d04,{'rect':_0x546e7a,'content':_0x341e53}):this[_0x400f5a(0x251)][_0x400f5a(0x2e3)](_0x5b6d04,this[_0x400f5a(0x3d3)][_0x400f5a(0x519)]({'id':_0x5b6d04,'unitId':_0x8a27a3,'subUnitId':_0x1e8f98[_0x400f5a(0x350)],'elementId':_0x49b3ef['hostAnchorId'],'rect':_0x546e7a,'content':_0x341e53,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x42f83f(0x251)][_0x42f83f(0x496)]((_0xe7b3eb,_0x29c5a0)=>{const _0x3dabf1=_0x42f83f;_0xe9c93d[_0x3dabf1(0x17b)](_0x29c5a0)||(_0xe7b3eb[_0x3dabf1(0x602)](),this['_items'][_0x3dabf1(0x5ab)](_0x29c5a0));});}[_0x40f88b(0x59f)](_0x446206){const _0x4a3cf8=_0x40f88b;return _0x4a3cf8(0x357)+this[_0x4a3cf8(0x69f)]['unitId']+':'+_0x446206;}[_0x40f88b(0x68e)](_0x3da681,_0x178a69){const _0x5bd723=_0x40f88b;this[_0x5bd723(0x31c)][_0x5bd723(0x2cf)]({'unitId':this[_0x5bd723(0x69f)][_0x5bd723(0x18e)],'subUnitId':_0x3da681},[_0x178a69],_0x178a69);}[_0x40f88b(0x322)](_0x1eb5ff,_0x5bf407,_0x6fa003){const _0x5a621d=_0x40f88b;if(_0x1eb5ff){this[_0x5a621d(0x68e)](_0x5bf407,_0x6fa003);return;}this['_boardElementStateService'][_0x5a621d(0x297)]();}[_0x40f88b(0x1d2)](_0x432501){const _0x4b3700=_0x40f88b;var _0x2c8288,_0x5cc233,_0x1c3374,_0x4cd7db,_0x3d7308,_0x45e3a8,_0x55f895,_0x1f4ec7;let _0x130610=_0x432501[_0x4b3700(0x19c)];if(!_0x130610||_0x130610[_0x4b3700(0x3d0)]!==this[_0x4b3700(0x69f)]['unitId'])return;let _0x4b3315=this[_0x4b3700(0x36d)][_0x4b3700(0x47b)](this[_0x4b3700(0x69f)][_0x4b3700(0x18e)]),_0x1142b6=Object[_0x4b3700(0x3be)](_0x4b3315)[_0x4b3700(0x44b)](_0x45911c=>_0x45911c['data'][_0x130610['hostAnchorId']]),_0x458134=_0x1142b6==null?void 0x0:_0x1142b6['data'][_0x130610[_0x4b3700(0x4e9)]];if(!_0x1142b6||!_0x458134||!_0x196b0b(_0x458134[_0x4b3700(0x3eb)])||((_0x2c8288=_0x429c6e(_0x458134[_0x4b3700(0x3eb)]))==null?void 0x0:_0x2c8288['embedId'])!==_0x130610[_0x4b3700(0x18d)])return;let _0x54b9ff=(_0x5cc233=(_0x1c3374=this['_context'][_0x4b3700(0x43c)])[_0x4b3700(0x275)])==null?void 0x0:_0x5cc233[_0x4b3700(0x48f)](_0x1c3374);if(!_0x54b9ff)return;(_0x4cd7db=this['_activeDragCleanup'])==null||_0x4cd7db[_0x4b3700(0x48f)](this),this[_0x4b3700(0x68e)](_0x458134[_0x4b3700(0x350)],_0x130610['hostAnchorId']),this[_0x4b3700(0x322)](!0x1,_0x458134[_0x4b3700(0x350)],_0x130610[_0x4b3700(0x4e9)]);let _0x1f38b7=_0x458134[_0x4b3700(0x3eb)],_0x3a8ea0=(_0x3d7308=_0x1f38b7['transform']['left'])==null?0x0:_0x3d7308,_0x5ad61a=(_0x45e3a8=_0x1f38b7[_0x4b3700(0x2f5)][_0x4b3700(0x679)])==null?0x0:_0x45e3a8,_0x4a16bc=this[_0x4b3700(0x556)]['getState'](),_0x374967=_0x21883f((_0x55f895=this['_configService']['getConfig'](_0x2238d8))==null?void 0x0:_0x55f895),_0x1034b8=_0x349d19(_0x54b9ff,_0x130610[_0x4b3700(0x52d)],_0x130610['clientY'],{'zoomRatio':_0x4a16bc[_0x4b3700(0x58d)],'panOffset':_0x4a16bc['viewportPanOffset']},_0x374967),_0x183c0b=(_0x1f4ec7=document[_0x4b3700(0x68c)])==null?window:_0x1f4ec7,_0x3fb703=(_0x1bf494,_0x56eabf)=>{const _0xdd5acb=_0x4b3700;let _0x13b81b=this[_0xdd5acb(0x556)][_0xdd5acb(0x381)](),_0x1f8017=_0x349d19(_0x54b9ff,_0x1bf494,_0x56eabf,{'zoomRatio':_0x13b81b['zoomRatio'],'panOffset':_0x13b81b['viewportPanOffset']},_0x374967);return{'left':_0x3a8ea0+_0x1f8017['x']-_0x1034b8['x'],'top':_0x5ad61a+_0x1f8017['y']-_0x1034b8['y']};},_0x63959c=(_0x3a8eee,_0xe880b3)=>{const _0x36f720=_0x4b3700;var _0x2757d3,_0x3b53a3;let _0x3698d3=_0x3fb703(_0x3a8eee,_0xe880b3);return this[_0x36f720(0x3d3)][_0x36f720(0x23f)](this[_0x36f720(0x59f)](_0x130610[_0x36f720(0x4e9)]),{'rect':{..._0x3698d3,'width':(_0x2757d3=_0x1f38b7[_0x36f720(0x2f5)][_0x36f720(0x228)])==null?0x230:_0x2757d3,'height':(_0x3b53a3=_0x1f38b7['transform']['height'])==null?0x168:_0x3b53a3}}),_0x3698d3;},_0x1e0a87=_0x1cb83a=>_0x130610['pointerId']==null||_0x1cb83a['pointerId']===_0x130610[_0x4b3700(0x57b)],_0x27e258=()=>{const _0x1fde91=_0x4b3700;_0x183c0b[_0x1fde91(0x536)]('pointermove',_0x338484),_0x183c0b[_0x1fde91(0x536)](_0x1fde91(0x4b4),_0x5253d3),_0x183c0b[_0x1fde91(0x536)]('pointercancel',_0x2c8eee),this['_activeDragCleanup']===_0x27e258&&(this['_activeDragCleanup']=void 0x0);},_0x338484=_0x152b22=>{const _0x34af15=_0x4b3700;_0x1e0a87(_0x152b22)&&(_0x152b22[_0x34af15(0x6a0)](),_0x63959c(_0x152b22['clientX'],_0x152b22[_0x34af15(0x391)]));},_0x5253d3=_0x7acc5a=>{const _0x4c11ac=_0x4b3700;if(!_0x1e0a87(_0x7acc5a))return;_0x27e258(),_0x7acc5a[_0x4c11ac(0x6a0)]();let _0x25a617=_0x63959c(_0x7acc5a[_0x4c11ac(0x52d)],_0x7acc5a[_0x4c11ac(0x391)]);this[_0x4c11ac(0x29c)][_0x4c11ac(0x55e)](_0x96e469['id'],{'unitId':this[_0x4c11ac(0x69f)][_0x4c11ac(0x18e)],'subUnitId':_0x458134[_0x4c11ac(0x350)],'elementId':_0x130610[_0x4c11ac(0x4e9)],'element':_0x1f38b7,'transform':{..._0x458134['transform'],..._0x25a617}})[_0x4c11ac(0x26d)](()=>{const _0x5040d8=_0x4c11ac;this[_0x5040d8(0x22d)](),this[_0x5040d8(0x322)](!0x0,_0x458134[_0x5040d8(0x350)],_0x130610['hostAnchorId']);});},_0x2c8eee=_0x42c4fc=>{const _0x21b9ae=_0x4b3700;_0x1e0a87(_0x42c4fc)&&(_0x27e258(),this[_0x21b9ae(0x22d)](),this[_0x21b9ae(0x322)](!0x0,_0x458134[_0x21b9ae(0x350)],_0x130610[_0x21b9ae(0x4e9)]));};_0x183c0b[_0x4b3700(0x2dd)](_0x4b3700(0x358),_0x338484),_0x183c0b[_0x4b3700(0x2dd)](_0x4b3700(0x4b4),_0x5253d3),_0x183c0b[_0x4b3700(0x2dd)]('pointercancel',_0x2c8eee),this[_0x4b3700(0x323)]=_0x27e258;}[_0x40f88b(0x654)](){const _0x4b046a=_0x40f88b;this[_0x4b046a(0x251)][_0x4b046a(0x496)](_0x3a9279=>_0x3a9279['dispose']()),this[_0x4b046a(0x251)][_0x4b046a(0x410)]();}};Qd=Vo([$(0x1,_0x1602db(_0x38f582)),$(0x2,_0x1602db(_0x3b39a9)),$(0x3,_0x1602db(_0x33b562)),$(0x4,_0x1602db(_0x375f62)),$(0x5,_0x1602db(_0x5f7ede)),$(0x6,_0x3819c1),$(0x7,_0x2d49a9)],Qd);function $d(){const _0x5949c8=_0x40f88b;return Eu({'childType':_0x3202aa[_0x5949c8(0x2d7)],'productName':_0x5949c8(0x5de),'hostChromeMode':'title-only'});}function ef(){const _0x48f78e=_0x40f88b;return{'hostType':_0x3202aa[_0x48f78e(0x2d7)],'entry':_0x289727[_0x48f78e(0x30d)],'layout':'scroll-contained','supportedLayouts':[_0x48f78e(0x41e),_0x48f78e(0x2d9),_0x48f78e(0x2d4)],'menuBehavior':_0x48f78e(0x4be)};}function tf(){const _0x1c0db3=_0x40f88b;return{'childType':_0x3202aa[_0x1c0db3(0x2d7)],'handleWheel':_0x387c12=>{const _0x1d28b1=_0x1c0db3;let _0x13c5bb=_0x387c12[_0x1d28b1(0x471)][_0x1d28b1(0x521)];return _0x13c5bb!=null&&_0x13c5bb[_0x1d28b1(0x17b)](_0x5f7ede)?(_0x13c5bb['get'](_0x5f7ede)[_0x1d28b1(0x48c)]({'x':-_0x387c12[_0x1d28b1(0x443)][_0x1d28b1(0x2b1)],'y':-_0x387c12['event'][_0x1d28b1(0x3a2)]}),!0x0):!0x1;}};}function nf(){const _0x4f4672=_0x40f88b;return{'childType':_0x3202aa['UNIVER_BOARD'],'supportedLayouts':[_0x4f4672(0x344),_0x4f4672(0x15f),_0x4f4672(0x41e)],'beforeDeactivate':rf,'mount':af};}function rf(_0x2b2f51){const _0x34a675=_0x40f88b;let _0x10d90f=_0x2b2f51[_0x34a675(0x471)][_0x34a675(0x521)];if(_0x10d90f['has'](_0x20df5f)&&_0x10d90f['get'](_0x20df5f)[_0x34a675(0x428)](),_0x10d90f[_0x34a675(0x17b)](_0x375f62)){let _0xf7e02e=_0x10d90f['get'](_0x375f62);_0xf7e02e[_0x34a675(0x4ea)](),_0xf7e02e['clearSelection']();}}function af(_0x156da2){const _0x245230=_0x40f88b;var _0x203c20,_0x3f6437;let _0x219c63=_0x156da2[_0x245230(0x521)][_0x245230(0x5c1)](_0x476b57)[_0x245230(0x39e)](_0x156da2['childUnitId'],_0x3202aa[_0x245230(0x2d7)]),_0x2bdc1f=_0x156da2[_0x245230(0x471)][_0x245230(0x521)];if(!_0x219c63||!_0x2bdc1f)return;let _0x49522a=_0x156da2[_0x245230(0x521)][_0x245230(0x5c1)](_0x1f805f),_0x41b94a=uu(_0x49522a,_0x156da2[_0x245230(0x252)],_0x2bdc1f);if(!_0x41b94a)return;let _0xe5656e=is(_0x156da2[_0x245230(0x471)]['roots'][_0x245230(0x45b)]);_0xe5656e[_0x245230(0x539)](_0x28864a(Yo,{'injector':_0x2bdc1f,'mountContainer':_0x156da2[_0x245230(0x471)]['roots'][_0x245230(0x574)],'embedId':_0x156da2[_0x245230(0x18d)],'children':[_0x5866b8(_0x552bcb,{'embedded':_0x156da2[_0x245230(0x2a6)][_0x245230(0x5ee)]===_0x245230(0x2b4)&&!_0x156da2[_0x245230(0x2a6)][_0x245230(0x32e)],'fitOnMount':!0x1,'showZoomControls':_0x156da2[_0x245230(0x2a6)][_0x245230(0x5ee)]===_0x245230(0x241)||_0x156da2[_0x245230(0x2a6)][_0x245230(0x32e)]===!0x0}),_0x5866b8(_0x45dccc,{'positionRoot':_0x156da2[_0x245230(0x471)][_0x245230(0x29e)]['content']})]})),fu(_0x41b94a,{'activate':!0x0});let _0x213e31=(_0x203c20=(_0x3f6437=globalThis)[_0x245230(0x503)])==null?void 0x0:_0x203c20[_0x245230(0x48f)](_0x3f6437,()=>{const _0x3eb021=_0x245230;var _0x2ac83c,_0x3fef11;let _0x129a7f=_0x156da2[_0x3eb021(0x471)][_0x3eb021(0x29e)][_0x3eb021(0x45b)][_0x3eb021(0x406)](_0x3eb021(0x265)),_0x18d20b=(_0x2ac83c=_0x129a7f==null?void 0x0:_0x129a7f['getBoundingClientRect']())==null?_0x156da2[_0x3eb021(0x471)][_0x3eb021(0x29e)][_0x3eb021(0x45b)][_0x3eb021(0x21f)]():_0x2ac83c,_0x5846eb=_0x21883f((_0x3fef11=_0x2bdc1f[_0x3eb021(0x5c1)](_0x3819c1)[_0x3eb021(0x2e5)](_0x2238d8))==null?void 0x0:_0x3fef11);_0x2bdc1f[_0x3eb021(0x5c1)](_0xa2f33)[_0x3eb021(0x544)](_0x219c63,{'viewportSize':{'width':_0x18d20b[_0x3eb021(0x228)],'height':_0x18d20b[_0x3eb021(0x257)]},'padding':Math[_0x3eb021(0x1ce)](0x10,Math[_0x3eb021(0x343)](0x40,Math['min'](_0x18d20b['width'],_0x18d20b[_0x3eb021(0x257)])*0.08)),'zoom':_0x5846eb});});return _0x3706d8(()=>{const _0x3791a7=_0x245230;if(_0x213e31!=null){var _0x352e78,_0x163f7e;(_0x352e78=(_0x163f7e=globalThis)['cancelAnimationFrame'])==null||_0x352e78[_0x3791a7(0x48f)](_0x163f7e,_0x213e31);}try{var _0x2adf64,_0x299659;(_0x2adf64=(_0x299659=_0x41b94a['engine'])[_0x3791a7(0x36c)])==null||_0x2adf64['call'](_0x299659);}catch{}_0x49522a[_0x3791a7(0x585)](_0x156da2[_0x3791a7(0x252)]),as(_0xe5656e),_0x2bdc1f[_0x3791a7(0x602)]();});}function of(){const _0x5caf07=_0x40f88b;return yd({'childType':_0x3202aa[_0x5caf07(0x2d7)],'mount':sf});}function sf(_0x57676a){const _0x1aed65=_0x40f88b;if(_0x57676a[_0x1aed65(0x2a6)][_0x1aed65(0x32e)])return;let {root:_0x2ee95a,menu:_0x192050}=vd(_0x57676a),_0xc52552=is(_0x192050);return _0xc52552[_0x1aed65(0x539)](_0x23d8d(Yo,{'injector':_0x57676a[_0x1aed65(0x471)][_0x1aed65(0x521)],'mountContainer':_0x2ee95a,'embedId':_0x57676a[_0x1aed65(0x18d)]},_0x23d8d(cf,{'hostUnitId':_0x57676a['hostUnitId'],'embedId':_0x57676a[_0x1aed65(0x18d)],'childUnitId':_0x57676a['childUnitId'],'viewportRoot':_0x57676a['runtimeScope'][_0x1aed65(0x29e)]['content'],'fullscreen':!!_0x57676a[_0x1aed65(0x2a6)]['fullscreen']}))),_0x3706d8(()=>{const _0x5a7d8b=_0x1aed65;as(_0xc52552),globalThis[_0x5a7d8b(0x32b)](()=>_0x192050[_0x5a7d8b(0x233)](),0x0);});}function cf(_0x5593b8){const _0x5c6995=_0x40f88b;var _0x1fc4b6;let {hostUnitId:_0x4080f2,embedId:_0x754ae8,childUnitId:_0x408f8f,viewportRoot:_0x3b1ab3,fullscreen:_0x34f2be}=_0x5593b8,_0x2a31d4=_0x3d8863(_0x2d49a9),_0x24ca72=_0x3d8863(_0x3819c1),_0x5a4559=_0x3d8863(_0x476b57),_0x5bfb5a=_0x3d8863(_0x515367),_0x26bc23=_0x3d8863(za),_0x4622c4=_0x3d8863(_0x5f7ede),_0x10242c=_0x3d8863(_0xa2f33),_0x13cbbf=_0x3171dc(()=>_0x4622c4[_0x5c6995(0x5a4)],_0x4622c4[_0x5c6995(0x381)](),!0x1,[_0x4622c4]),_0x839d17=lf({'embedId':_0x754ae8,'active':_0x3171dc(()=>_0x26bc23[_0x5c6995(0x1fb)],_0x26bc23['getActive'](),!0x1,[_0x26bc23]),'fullscreen':_0x34f2be}),_0x276e29=_0x5a4559[_0x5c6995(0x39e)](_0x408f8f,_0x3202aa['UNIVER_BOARD']),_0x465f19=_0x21883f((_0x1fc4b6=_0x24ca72['getConfig'](_0x2238d8))==null?void 0x0:_0x1fc4b6),_0xdb98a8=()=>_0x3b1ab3[_0x5c6995(0x21f)](),_0x41d1a4=()=>({'x':_0xdb98a8()[_0x5c6995(0x228)]/0x2,'y':_0xdb98a8()[_0x5c6995(0x257)]/0x2}),_0x13d125=_0x49bcf5=>_0x4622c4['setZoomRatioAtViewportPoint'](_0x49bcf5,_0x41d1a4());return _0x28864a(_0x5c6995(0x401),{'className':_0x187b73(_0x5c6995(0x3b5),{'univer-hidden':_0x839d17===_0x5c6995(0x2a9),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x34f2be,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x34f2be,'-univer-top-[44px]':!_0x34f2be}),'data-embed-floating-menu':'true','data-embed-id':_0x754ae8,'data-embed-float-stage':_0x839d17,'onPointerDown':_0x30ea7d=>_0x30ea7d['stopPropagation'](),'children':[_0x5866b8(_0x5c6995(0x25d),{'title':_0x5bfb5a['t'](_0x5c6995(0x610)),'children':_0x5866b8(_0x5c0f94,{'onClick':()=>{const _0x7faa2a=_0x5c6995;let _0x3548cb=_0xdb98a8();_0x10242c[_0x7faa2a(0x544)](_0x276e29==null?null:_0x276e29,{'viewportSize':{'width':_0x3548cb[_0x7faa2a(0x228)],'height':_0x3548cb[_0x7faa2a(0x257)]},'padding':Math[_0x7faa2a(0x1ce)](0x10,Math[_0x7faa2a(0x343)](0x40,Math['min'](_0x3548cb['width'],_0x3548cb[_0x7faa2a(0x257)])*0.08)),'zoom':_0x465f19});},'children':_0x5866b8(_0x159302,{})})}),_0x5866b8(_0x5c6995(0x25d),{'title':_0x5bfb5a['t']('embed-ui.boardsFloating.zoomOut'),'children':_0x5866b8(_0x5c0f94,{'onClick':()=>_0x13d125(_0x13cbbf['zoomRatio']-_0x465f19[_0x5c6995(0x3d4)]),'children':_0x5866b8(_0x576f34,{})})}),_0x5866b8(_0x5c6995(0x25d),{'title':_0x5bfb5a['t'](_0x5c6995(0x458)),'children':_0x28864a(_0x5c0f94,{'noIcon':!0x0,'onClick':()=>_0x13d125(0x1),'children':[Math['round'](_0x13cbbf[_0x5c6995(0x58d)]*0x64),'%']})}),_0x5866b8('span',{'title':_0x5bfb5a['t']('embed-ui.boardsFloating.zoomIn'),'children':_0x5866b8(_0x5c0f94,{'onClick':()=>_0x13d125(_0x13cbbf[_0x5c6995(0x58d)]+_0x465f19[_0x5c6995(0x3d4)]),'children':_0x5866b8(_0x41f9bb,{})})}),_0x5866b8('span',{'title':_0x5bfb5a['t'](_0x5c6995(0x173)),'children':_0x5866b8(_0x5c0f94,{'className':_0x5c6995(0x203),'onClick':()=>void _0x2a31d4[_0x5c6995(0x55e)](_0x20e854['id'],{'hostUnitId':_0x4080f2,'embedId':_0x754ae8}),'children':_0x5866b8(_0x13bd33,{})})})]});}function lf(_0x4b02a1){const _0x14ee05=_0x40f88b;var _0x1d39ee,_0x27ead7;return _0x4b02a1[_0x14ee05(0x32e)]?_0x14ee05(0x1a9):((_0x1d39ee=_0x4b02a1[_0x14ee05(0x168)])==null?void 0x0:_0x1d39ee['embedId'])===_0x4b02a1[_0x14ee05(0x18d)]?(_0x27ead7=_0x4b02a1[_0x14ee05(0x168)][_0x14ee05(0x52a)])==null?_0x14ee05(0x1d7):_0x27ead7:_0x14ee05(0x2a9);}function uf(_0x1a3aec){const _0x38485e=_0x40f88b;bu(_0x1a3aec,_0x38485e(0x35f),df);}function df(_0x15becf){const _0x58e0de=_0x40f88b;_0x15becf['has'](_0x5918a7)||_0x15becf[_0x58e0de(0x538)]([_0x5918a7,{'useFactory':()=>_0x15becf[_0x58e0de(0x5c1)](Z)}]);let _0x55e207=_0x15becf['get'](Lo),_0x53814f=_0x15becf[_0x58e0de(0x5c1)](Fo),_0x340c88=_0x15becf[_0x58e0de(0x5c1)](Ra),_0x280510=_0x15becf[_0x58e0de(0x5c1)](Io),_0x5536fa=_0x15becf[_0x58e0de(0x5c1)](rc),_0x1d8414=_0x15becf[_0x58e0de(0x5c1)](fc),_0x17257f=ef();_0x55e207[_0x58e0de(0x5c1)](_0x17257f[_0x58e0de(0x269)],_0x17257f[_0x58e0de(0x24c)])||_0x55e207[_0x58e0de(0x549)](_0x17257f);let _0x1c1bc2=nf();_0x53814f[_0x58e0de(0x5c1)](_0x1c1bc2[_0x58e0de(0x455)])||_0x53814f[_0x58e0de(0x549)](_0x1c1bc2);let _0x57f2b1=$d();_0x340c88[_0x58e0de(0x5c1)](_0x57f2b1['childType'])||_0x340c88[_0x58e0de(0x549)](_0x57f2b1),of()[_0x58e0de(0x496)](_0x391fa4=>{const _0x2c88cd=_0x58e0de;_0x280510[_0x2c88cd(0x4db)](_0x391fa4[_0x2c88cd(0x269)],_0x391fa4[_0x2c88cd(0x24c)],_0x391fa4[_0x2c88cd(0x455)])||_0x280510[_0x2c88cd(0x549)](_0x391fa4);}),_0x5536fa['registerProvider'](pu(_0x15becf,{'childType':_0x3202aa[_0x58e0de(0x2d7)],'renderManagerService':_0x1f805f})),_0x1d8414['get'](_0x3202aa[_0x58e0de(0x2d7)])||_0x1d8414['register'](tf()),_0x15becf[_0x58e0de(0x5c1)](_0x1f805f)[_0x58e0de(0x43b)](_0x3202aa[_0x58e0de(0x2d7)],Qd);}const ff={'mode':_0x40f88b(0x27d),'target':_0x40f88b(0x16d),'paddingX':0x0,'minScale':0x0,'align':'start'};function pf(){const _0x226f56=_0x40f88b;return wu({'childType':_0x3202aa[_0x226f56(0x437)],'productName':_0x226f56(0x548)});}function mf(){const _0x2b97c2=_0x40f88b;return{'childType':_0x3202aa['UNIVER_DOC'],'supportedLayouts':['tab-peer',_0x2b97c2(0x2d9),_0x2b97c2(0x41e)],'beforeDeactivate':hf,'mount':_0x18b757=>_0x18b757[_0x2b97c2(0x2a6)]['mode']===_0x2b97c2(0x2b4)?iu(_0x18b757,_0x1f805f,void 0x0,{'scopedInjector':gf(_0x18b757[_0x2b97c2(0x471)]['injector'])}):iu(_0x18b757,_0x1f805f)};}function hf(_0x55d9bd){const _0xa4778b=_0x40f88b;var _0x52c0a2;let _0xd1c885=_0x55d9bd[_0xa4778b(0x521)][_0xa4778b(0x5c1)](_0x1f805f)['getRenderUnitById'](_0x55d9bd['childUnitId']),_0x4dae70=_0xd1c885==null?void 0x0:_0xd1c885['with'](_0x2e1f10);_0xd1c885==null||(_0x52c0a2=_0xd1c885['with'](_0x4cbd14))==null||_0x52c0a2[_0xa4778b(0x58b)](),_0x4dae70==null||_0x4dae70[_0xa4778b(0x341)](),_0x4dae70==null||_0x4dae70[_0xa4778b(0x1d3)]();}function gf(_0x3f6509){return qa(_0x3f6509,new Map([[_0x5ed5ff,_0x3e0576=>_f(_0x3e0576)]]));}function _f(_0x1080e9){const _0x5612f2=_0x40f88b;return{..._0x1080e9,'fitToWidth':{..._0x1080e9==null?void 0x0:_0x1080e9[_0x5612f2(0x607)],...ff}};}let vf=class extends _0x56a510{constructor(_0xafebe5,_0x284dfc,_0x785ebf,_0x1d4a12,_0x572c3c,_0x13717d){const _0x32c78e=_0x40f88b;super(),this[_0x32c78e(0x69f)]=_0xafebe5,this[_0x32c78e(0x249)]=_0x284dfc,this['_commandService']=_0x785ebf,this[_0x32c78e(0x1d0)]=_0x1d4a12,this[_0x32c78e(0x5f5)]=_0x572c3c,this[_0x32c78e(0x291)]=_0x13717d,Y(this,_0x32c78e(0x182),new Map()),Y(this,_0x32c78e(0x34f),new Map());let _0x47228c=_0xc1e609(()=>{const _0x994307=_0x32c78e;this[_0x994307(0x504)]()||this[_0x994307(0x3ed)]();});this[_0x32c78e(0x5ce)](_0x47228c),this['disposeWithMe']({'dispose':()=>{const _0xb2348=_0x32c78e;this['_resolvedChildUnits']['clear'](),this[_0xb2348(0x34f)][_0xb2348(0x410)]();}});let _0x51f477=this[_0x32c78e(0x249)]['getTypeOfUnitAdded$'](_0x3202aa[_0x32c78e(0x4b0)])['subscribe'](()=>{const _0x3aba73=_0x32c78e;_0x47228c[_0x3aba73(0x2bd)]();}),_0x6a52df=this[_0x32c78e(0x249)][_0x32c78e(0x46d)](_0x3202aa[_0x32c78e(0x4dd)])[_0x32c78e(0x35d)](()=>{const _0x53ac39=_0x32c78e;_0x47228c[_0x53ac39(0x2bd)]();});this[_0x32c78e(0x5ce)](_0x3706d8(()=>_0x51f477[_0x32c78e(0x1ef)]())),this['disposeWithMe'](_0x3706d8(()=>_0x6a52df[_0x32c78e(0x1ef)]()));let _0x1e2d8d=_0x3a40a8((_0x593d7e,_0x2071ec,_0x22d926)=>{const _0x1176c0=_0x32c78e;var _0x1e958d,_0xcf99b5,_0x13b6e5,_0x1c1389;if(_0x593d7e!==this[_0x1176c0(0x69f)][_0x1176c0(0x18e)])return null;let _0x274767=this['_getHostSnapshot']();if(!_0x274767)return null;let _0x1dd137=(_0x1e958d=_0x274767['drawings'])==null?void 0x0:_0x1e958d[_0x2071ec],_0x2e0f5e=_0x1dd137==null?void 0x0:_0x1dd137[_0x1176c0(0x3fe)],_0x545827=_0x2e0f5e==null?void 0x0:_0x2e0f5e[_0x1176c0(0x455)];if(_0x545827!==_0x3202aa[_0x1176c0(0x4b0)]&&_0x545827!==_0x3202aa[_0x1176c0(0x4dd)])return null;let _0x37f315=this[_0x1176c0(0x646)](),_0x3d35ce=this[_0x1176c0(0x4ce)](_0x2e0f5e,_0x545827),_0x231f89=_0x3d35ce?this[_0x1176c0(0x2e6)](_0x3d35ce,_0x545827,_0x47228c[_0x1176c0(0x2bd)]):void 0x0,_0x4565d1=_0x3d35ce&&_0x231f89!=null?this['_contentSizeRegistry'][_0x1176c0(0x216)]({'childType':_0x545827,'childUnit':_0x231f89,'childUnitId':_0x3d35ce,'viewportWidth':_0x22d926[_0x1176c0(0x644)]}):void 0x0,_0x329bb5=_0x559fd6(_0x545827),_0x111219=bf(_0x22d926[_0x1176c0(0x4af)],_0x329bb5[_0x1176c0(0x257)]),_0x1341f7=bf(_0x22d926['fallbackWidth'],_0x329bb5[_0x1176c0(0x228)]),_0x23e508=_0x27c510({'childType':_0x545827,'contentHeight':(_0xcf99b5=_0x4565d1==null?void 0x0:_0x4565d1[_0x1176c0(0x257)])==null?_0x111219:_0xcf99b5,'contentWidth':_0x4565d1==null?void 0x0:_0x4565d1[_0x1176c0(0x228)],'docsLeft':this[_0x1176c0(0x222)](),'documentFlavor':(_0x13b6e5=_0x274767[_0x1176c0(0x20e)])==null?void 0x0:_0x13b6e5[_0x1176c0(0x540)],'fallbackHeight':_0x111219,'fallbackWidth':_0x1341f7,'pageMarginLeft':_0x22d926[_0x1176c0(0x444)],'pageMarginRight':_0x22d926[_0x1176c0(0x597)],'pageWidth':_0x22d926[_0x1176c0(0x4fe)],'scale':this[_0x1176c0(0x69f)][_0x1176c0(0x37d)][_0x1176c0(0x29a)]()[_0x1176c0(0x5fe)]||0x1,'visibleCanvasHeight':_0x37f315==null?void 0x0:_0x37f315[_0x1176c0(0x257)],'visibleCanvasLeft':_0x37f315==null?void 0x0:_0x37f315[_0x1176c0(0x337)],'visibleCanvasWidth':_0x37f315==null?void 0x0:_0x37f315[_0x1176c0(0x228)]});return{..._0x23e508,'height':Il({'contentHeight':(_0x1c1389=_0x23e508[_0x1176c0(0x293)])==null?_0x23e508[_0x1176c0(0x257)]:_0x1c1389,'tableLike':!0x0})};});this[_0x32c78e(0x5ce)]({'dispose':_0x1e2d8d}),this[_0x32c78e(0x5ce)](this[_0x32c78e(0x29c)][_0x32c78e(0x699)](_0x2a6fd8=>{const _0x6d9364=_0x32c78e;if(_0x2a6fd8['id']===_0x104d56['id'])return;let _0x47c3f0=this[_0x6d9364(0x52e)]();_0x47c3f0&&_0x4c7bc1({'childUnitIds':_0x2aa540(_0x47c3f0[_0x6d9364(0x498)],_0x5fcca5=>this[_0x6d9364(0x4ce)](_0x5fcca5)),'commandId':_0x2a6fd8['id'],'commandParams':_0x2a6fd8[_0x6d9364(0x1bd)],'hostUnitId':this['_context']['unitId']})&&_0x47228c['schedule']();}));}[_0x40f88b(0x2aa)](){const _0x3bb392=_0x40f88b;var _0x50d9a4;if(!this['_disposed'])return(_0x50d9a4=this[_0x3bb392(0x69f)]['unit'])==null?void 0x0:_0x50d9a4;}[_0x40f88b(0x52e)](){const _0x40865d=_0x40f88b;var _0x4d6018;return(_0x4d6018=this[_0x40865d(0x2aa)]())==null?void 0x0:_0x4d6018[_0x40865d(0x31e)]();}[_0x40f88b(0x504)](){const _0x41c967=_0x40f88b;let _0x3e4c22=this['_renderManagerService'][_0x41c967(0x5d8)](this[_0x41c967(0x69f)][_0x41c967(0x18e)]);try{var _0x49474b;let _0x3ec12a=_0x3e4c22==null||(_0x49474b=_0x3e4c22['with'])==null?void 0x0:_0x49474b[_0x41c967(0x48f)](_0x3e4c22,_0x54c50c);return _0x3ec12a?(_0x3ec12a[_0x41c967(0x5ff)](this['_context']['unitId']),!0x0):!0x1;}catch{return!0x1;}}[_0x40f88b(0x3ed)](){const _0x526794=_0x40f88b;let _0x548d5d=this[_0x526794(0x2aa)](),_0x245965=_0x548d5d==null?void 0x0:_0x548d5d['zoomRatio'];typeof _0x245965==_0x526794(0x2fe)&&this[_0x526794(0x29c)][_0x526794(0x5a7)](_0x104d56['id'],{'unitId':this[_0x526794(0x69f)][_0x526794(0x18e)],'zoomRatio':_0x245965});}[_0x40f88b(0x4ce)](_0x5ec678,_0x5c6de2){const _0x21fac4=_0x40f88b;if(!_0x5ec678||typeof _0x5ec678!=_0x21fac4(0x37e))return;let _0xb1a897=_0x5ec678,_0x5364f7=typeof _0xb1a897[_0x21fac4(0x455)]=='number'?_0xb1a897[_0x21fac4(0x455)]:_0x5c6de2;if(_0x5364f7!==_0x3202aa[_0x21fac4(0x4b0)]&&_0x5364f7!==_0x3202aa[_0x21fac4(0x4dd)])return;if(typeof _0xb1a897[_0x21fac4(0x252)]==_0x21fac4(0x4ab))return _0xb1a897[_0x21fac4(0x252)];if(typeof _0xb1a897['embedId']!='string')return;let _0x251210=typeof _0xb1a897[_0x21fac4(0x3d0)]=='string'?_0xb1a897[_0x21fac4(0x3d0)]:this[_0x21fac4(0x69f)]['unitId'],_0x45e746=this['_embedModelService'][_0x21fac4(0x478)](_0x251210,_0xb1a897[_0x21fac4(0x18d)]);if((_0x45e746==null?void 0x0:_0x45e746['childType'])===_0x5364f7){if(typeof _0x45e746[_0x21fac4(0x252)]==_0x21fac4(0x4ab))return _0x45e746[_0x21fac4(0x252)];try{return _0x3a04c6(_0x45e746[_0x21fac4(0x166)][_0x21fac4(0x647)]);}catch{return;}}}['_getChildUnitForMeasurement'](_0x1a4d9c,_0x122897,_0x15c1f2){const _0x32e851=_0x40f88b;let _0x5481a8=_0x122897+':'+_0x1a4d9c;if(this[_0x32e851(0x182)][_0x32e851(0x17b)](_0x5481a8))return this['_resolvedChildUnits']['get'](_0x5481a8);let _0x15ae29=this['_univerInstanceService']['getUnit'](_0x1a4d9c,_0x122897);if(_0x15ae29!=null){if(!yf(_0x15ae29))return this['_resolvedChildUnits'][_0x32e851(0x2e3)](_0x5481a8,_0x15ae29),_0x15ae29;if(!this['_pendingChildUnits']['has'](_0x5481a8)){let _0x42b0d7=Promise[_0x32e851(0x42f)](_0x15ae29)[_0x32e851(0x180)](_0x5ec088=>(this[_0x32e851(0x34f)][_0x32e851(0x5ab)](_0x5481a8),this[_0x32e851(0x182)][_0x32e851(0x2e3)](_0x5481a8,_0x5ec088),this[_0x32e851(0x450)]||_0x15c1f2(),_0x5ec088),()=>{const _0x3c4ae7=_0x32e851;this[_0x3c4ae7(0x34f)]['delete'](_0x5481a8);});this[_0x32e851(0x34f)][_0x32e851(0x2e3)](_0x5481a8,_0x42b0d7);}}}[_0x40f88b(0x222)](){const _0x3756a5=_0x40f88b;var _0x1157c0,_0x4131cd,_0x44d05f;return(_0x1157c0=(_0x4131cd=this['_context'][_0x3756a5(0x4d2)])==null||(_0x44d05f=_0x4131cd[_0x3756a5(0x523)])==null||(_0x44d05f=_0x44d05f[_0x3756a5(0x48f)](_0x4131cd))==null?void 0x0:_0x44d05f[_0x3756a5(0x576)])==null?0x0:_0x1157c0;}['_getVisibleCanvasDocumentRect'](){const _0x108a58=_0x40f88b;var _0x494319,_0x2cb79c,_0x368783,_0x47e5e5,_0x38aac9,_0x272c54,_0x32a07d,_0x4ac459,_0x1a235b,_0x4f7411,_0x4210f7;let _0x2b9225=this[_0x108a58(0x69f)][_0x108a58(0x37d)][_0x108a58(0x29a)]()['scaleX']||0x1,_0x41c6a3=this[_0x108a58(0x69f)][_0x108a58(0x37d)]['getAncestorScale']()[_0x108a58(0x61e)]||0x1,_0x4529c8=(_0x494319=(_0x2cb79c=this[_0x108a58(0x69f)][_0x108a58(0x37d)]['getViewport'](_0x1b17d0[_0x108a58(0x46c)]))==null?void 0x0:_0x2cb79c[_0x108a58(0x2fc)])==null?0x0:_0x494319,_0x10ae0c=(_0x368783=(_0x47e5e5=this[_0x108a58(0x69f)]['engine'])[_0x108a58(0x275)])==null||(_0x368783=_0x368783[_0x108a58(0x48f)](_0x47e5e5))==null||(_0x38aac9=_0x368783[_0x108a58(0x21f)])==null?void 0x0:_0x38aac9[_0x108a58(0x48f)](_0x368783),_0x23ef90=_0x10ae0c==null?void 0x0:_0x10ae0c[_0x108a58(0x228)],_0x2e59ad=_0x10ae0c==null?void 0x0:_0x10ae0c['height'],_0xd45807=(_0x272c54=(_0x32a07d=this[_0x108a58(0x69f)]['mainComponent'])==null?void 0x0:_0x32a07d[_0x108a58(0x228)])==null?this['_context'][_0x108a58(0x37d)][_0x108a58(0x228)]:_0x272c54,_0x4d9b65=((_0x4ac459=_0x23ef90==null?_0xd45807:_0x23ef90)==null?0x0:_0x4ac459)/_0x2b9225,_0x4658b1=(_0x1a235b=(_0x4f7411=this['_context'][_0x108a58(0x4d2)])==null?void 0x0:_0x4f7411[_0x108a58(0x257)])==null?this[_0x108a58(0x69f)]['scene'][_0x108a58(0x257)]:_0x1a235b,_0x4fec4f=((_0x4210f7=_0x2e59ad==null?_0x4658b1:_0x2e59ad)==null?0x0:_0x4210f7)/_0x41c6a3;return!_0x4d9b65||!Number[_0x108a58(0x37b)](_0x4d9b65)||_0x4d9b65<=0x0||!_0x4fec4f||!Number['isFinite'](_0x4fec4f)||_0x4fec4f<=0x0?null:{'height':_0x4fec4f,'left':_0x4529c8,'width':_0x4d9b65};}};vf=Vo([$(0x1,_0x1602db(_0x476b57)),$(0x2,_0x1602db(_0x2d49a9)),$(0x3,_0x1602db(ru)),$(0x4,_0x1602db(_0x38f582)),$(0x5,_0x1f805f)],vf);function yf(_0x1b9fde){const _0x2b1165=_0x40f88b;return!!_0x1b9fde&&typeof _0x1b9fde[_0x2b1165(0x180)]==_0x2b1165(0x64a);}function bf(_0x73a2cb,_0x2e4b98){const _0x384233=_0x40f88b;return typeof _0x73a2cb==_0x384233(0x2fe)&&Number['isFinite'](_0x73a2cb)&&_0x73a2cb>0x1?_0x73a2cb:_0x2e4b98;}function xf(_0x2d7153,_0x3d77e5,_0x14aff9){const _0x5b4967=_0x40f88b;return{..._0x1aa7a0(_0x2d7153,_0x3d77e5),'afterCreateAnchor':_0x355fad=>Cf(_0x14aff9,_0x355fad['hostUnitId']),'afterRemoveAnchor':_0x55a2f7=>Cf(_0x14aff9,_0x55a2f7[_0x5b4967(0x3d0)])};}function Sf(){const _0x4953f0=_0x40f88b;return{'hostType':_0x3202aa['UNIVER_DOC'],'entry':'docs-custom-block','layout':'docs-sticky-sheet','supportedLayouts':[_0x4953f0(0x5d4),'docs-sticky-base',_0x4953f0(0x2d4),_0x4953f0(0x41e),_0x4953f0(0x344)],'menuBehavior':_0x4953f0(0x4be)};}function Cf(_0x224d17,_0x106a29){const _0x24fc0a=_0x40f88b;var _0x58b8cd,_0x11c8a3,_0x27fddb,_0x52e672;if(!_0x224d17)return;let _0x1c81f1=_0x224d17[_0x24fc0a(0x5d8)](_0x106a29);if(_0x1c81f1){for(let _0x12cf2e of _0x1c81f1[_0x24fc0a(0x430)][_0x24fc0a(0x3be)]()){var _0x2637c8;(_0x2637c8=_0x12cf2e['makeDirty'])==null||_0x2637c8['call'](_0x12cf2e);}(_0x58b8cd=_0x1c81f1[_0x24fc0a(0x43c)])==null||_0x58b8cd[_0x24fc0a(0x44c)](),(_0x11c8a3=_0x1c81f1['scene'])==null||_0x11c8a3[_0x24fc0a(0x2c7)](),(_0x27fddb=_0x1c81f1[_0x24fc0a(0x161)])==null||(_0x27fddb=_0x27fddb['call'](_0x1c81f1,_0x24c079))==null||(_0x52e672=_0x27fddb['calculatePagePosition'])==null||_0x52e672['call'](_0x27fddb);}}function wf(_0x262c0d){return{'childType':_0x3202aa['UNIVER_DOC'],'handleWheel':_0x444cec=>{const _0x298611=_0x2546;let _0x482e67=_0x262c0d['has'](pc)?_0x262c0d[_0x298611(0x5c1)](pc):void 0x0;if((_0x482e67==null?void 0x0:_0x482e67[_0x298611(0x49e)](_0x444cec))===!0x0)return!0x0;if(!_0x262c0d[_0x298611(0x17b)](_0x1f805f))return!0x1;let _0x58aad4=_0x262c0d[_0x298611(0x5c1)](_0x1f805f)[_0x298611(0x5d8)](_0x444cec['childUnitId']),_0x1d7531=_0x58aad4==null?void 0x0:_0x58aad4[_0x298611(0x37d)];return Pl(_0x444cec,_0x1d7531==null?void 0x0:_0x1d7531[_0x298611(0x1c4)](_0x1b17d0[_0x298611(0x46c)]),_0x1d7531);}};}function Tf(){const _0x2f01c=_0x40f88b;return yd({'childType':_0x3202aa[_0x2f01c(0x437)],'mount':Ef});}function Ef(_0x1e4fd3){const _0x392396=_0x40f88b;let {root:_0x2af8f6,menu:_0x140996}=vd(_0x1e4fd3),_0x42cccc=is(_0x140996);return _0x42cccc['render'](_0x23d8d(Yo,{'injector':_0x1e4fd3['runtimeScope'][_0x392396(0x521)],'mountContainer':_0x2af8f6,'embedId':_0x1e4fd3[_0x392396(0x18d)]},_0x23d8d(Df,{'hostUnitId':_0x1e4fd3[_0x392396(0x3d0)],'embedId':_0x1e4fd3['embedId'],'entry':_0x1e4fd3[_0x392396(0x5d1)]['entry'],'fullscreen':!!_0x1e4fd3[_0x392396(0x2a6)][_0x392396(0x32e)],'usesDomFloatingStage':_0x1e4fd3[_0x392396(0x5d1)][_0x392396(0x24c)]!==_0x392396(0x1e9),'renderScopeActive$':_0x1e4fd3[_0x392396(0x2a6)]['active$']}))),_0x3706d8(()=>{const _0x11bf5d=_0x392396;as(_0x42cccc),globalThis['setTimeout'](()=>_0x140996[_0x11bf5d(0x233)](),0x0);});}function _0x2ea1(){const _0x32d64d=['maxHeight','pointercancel','_touchServices','exited$','univer-min-w-6\x20univer-text-left','getComputedStyle','none','getCurrentUnitOfType','scaleX','reRender','_restoreStage2ChildFocusWhenHostRefocuses','floor','dispose','getValue','classList','pageManager','pluginName','fitToWidth','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','interactionGate','scopedInjector','composedPath','mount','bold','contains','aria-hidden','embed-ui.boardsFloating.fitContent','views','dependencyCollection','constructor','formatPainter','viewportScrollY','reason','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','conditional-formatting','PointerDown','getStage','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)]','small','1425580skkRtH','scaleY','Slide\x20','triggerContextMenu','root','getPreview','nested','_collectOwnedFloatingSurfaceRoots','getActive','wheel','embedModelService','ownedPointerInteractionUntil','embed-ui.deleteBlock','_undoRedoService','_ensurePortalObserver','_rectContainsPoint','settleDelayMs','embed-ui.sheetsFloating.toolbar.fontSize','_registerServices','Base','wrap','getTypeOfUnitDisposed$','base-embed-fullscreen-add-view-menu','self','_registerComponents','embed-ui.sheetsFloating.align.bottom','matches','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','menuOutlet','test','_initializeFloatingSessionActiveState','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','runtimeHostLeaseService','retry','defaultColumnWidth','getAll','BOTTOM','columnHeader','justify-content:center','fallbackWidth','embed-ui.sheetsFloating.align.center','_getVisibleCanvasDocumentRect','ref','5726539tPaCId','layout','function','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','-52px','geometryInvalidated$','setConfig','setSelection','doc-flow','conditionalColoring','canMount','allowOwnedPortalReassignment','_clearItems','_hostGestureEvents','pushUndoRedoForChild','sheetBar','tables','startsWith','portalContainer','getSheetBySheetId','deleteBlock','setActiveSheet','docs-ui.embed','startX','hostContext','stopPropagation','area','EMBED_MOUNT_CHILD_NOT_RESOLVED','_overlayRootService','__editor_docs-','fixed','getZoomRatio','embed-ui.sheetsFloating.toolbar.mergeCell.main','keydown','slides-ui.embed','host-override','openActiveEditor','getFocusOwner','listElements','#ffffff','stale','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','data-embed-canvas-root','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','placeholderTitle','EMBED_MENU_OVERRIDE_TAB_REQUIRED','aside','_notifyRuntimeSessionChanged','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','top','_hostAdapterRegistry','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','hideContextMenu','_releaseTabPeerFocusLease','registerOwnedElement','identifier:ui.layout-service','divider-layout','28px','univer-z-[2]\x20univer-flex\x20univer-h-full','closeSearch','sheets-sheet-tab','associatedChildUnitIds','docs-','metaKey','filter','textContent','\x20-\x20','activeViewId','defaultView','getPrototypeOf','_selectAnchor','alt','passiveViewportRegistry','classic','rowHeight','_instanceService','viewOrder','__editor___INTERNAL_EDITOR__','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','scrollTop','text-align:center','onCommandExecuted','undos','data-embed-content-root','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','isChildUnitRuntimeEvent','display:flex','_context','preventDefault','subscribeContextValue$','hideContextualTab','embed-ui.sheetsFloating.textWrap.clip','tab-peer','auto','with','_active$','data-validation','Select\x20page','setAnchor','source','runtimeHost','active','univer-size-3\x20univer-shrink-0','setSearchQuery','embed-ui.sheetsFloating.toolbar.filter','getOverride','container','univer-text-gray-900\x20dark:!univer-text-white','previewUpdated$','readonly','button','embed-ui.basesFloating.tableSidebar.defaultTableName','embed-ui.boardsFloating.delete','children','FOCUSING_','index','getActiveSheet','identifier','_handlers','univer-flex\x20univer-items-center\x20univer-justify-center','has','dispatchEvent','Nested\x20embed\x20is\x20not\x20supported.','recordOrder','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','then','dpr','_resolvedChildUnits','_contributions','complete','unitAdded$','stage-change','chart','Embed','click','getUnitId','group','updatedAt','embedId','unitId','getContextValue','missing-descriptor','before:univer-hidden','nextSibling','app','_rendering','documentElement','_leaseAppliesToChildUnit','floating-menu','divider-font','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','univer-size-7','_entriesByKey','detail','UNRECOGNIZED','getRowHeight','renderPreview','pointerEvents','elementUpdate$','toggleAttribute','_ownedRuntimeFocusAppliesToHost','kind','dblclick','embedChildRenderError','decoratorName','getFocusedUnit','stage2','_registerFloatingMenus','disconnect','mountMenu','activateTab','slide-workbench','moved','enable','slide-readonly-preview','mounted','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','borderComposite','unregisterCommand','embed-ui.sheetsFloating.toolbar.border.main','allowDirectBodyPortal','embed-float-dom-content','activateFloating','factory','bases-table-list-block','ribbon','params','current','pointer','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','append','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','Previous\x20page','getViewport','maxDepth','base-embed-view-panel','session','getCanvas','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','contribution','bleedWidth','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','_entriesByEmbedId','max','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','_contentSizeRegistry','_getOwnedEmbedIdFromTarget','_handleDragStart','blur','embed-ui.basesFloating.confirmDelete.tableTitle','ALL','tabindex','stage1','menuContainer','closeToolbarPanel','data-embed-host-unit-id','scopedActionServiceTokens','univer-text-sm','translateY(','registerProvider','activateFullscreen','[data-u-comp=\x22embed-float-dom-live\x22]','removeProperty','sheets-ui.ribbon','scrollWidth','100%','color:rgba(30,34,43,.64)','ownerDocument','initial','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','slides-floating-object','_leaseSequence','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','registerElement','range','activatedTab$','unsubscribe','997532tbzlFK','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','setPreview','_isOwnedElement','sheet.operation.open.numfmt.panel','GLOBAL','[data-embed-floating-menu=\x22true\x22]','embed-ui.basesFloating.viewSettings.configureView','open','SheetShapeTextEditorContainer','requestPreview','active$','hidePopupsForUnit','passiveWheelHandlerRegistry','registerMultipleCommand','.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]','_activateTabPeerFocusLease','margin-left','Empty\x20embed\x20float\x20preview\x20result.','univer-text-red-500','sheet-workbench','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','data-embed-runtime-focus-role','src','closest','embedChildRenderStatus','beforeCommandExecuted','block','embed-ui.sheetsFloating.toolbar.numberFormat','_flushPendingContributions','documentStyle','_restorePreviousChildCurrentUnit','[data-embed-floating-menu-entry]','size','_routeWheelToHost','packageName','_leaseAppliesToHostUnit','getUnitCreateOptions','measureContentSize','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','captureByChildUnitId','border:1px\x20dashed\x20rgba(99,102,106,.35)','surface','message','hostElement','6281856xcVuXY','activeUntil','getBoundingClientRect','base-embed-view-slot','collapsedIds$','_getDocsLeft','embedSlidePreviewCanvasHost','type','dividerBefore','_getBodyPortalOwner','activationService','width','embed-float-dom-chrome','embed-ui.basesFloating.confirmDelete.tableDescription','_setCurrentUnitForType','defaultRowHeight','_sync','base-workbench','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','getActiveSlide','horizontal','divider','remove','_cleanupOrdinaryBodyChromeClaims','map','_layoutService','univer-gap-0.5\x20univer-px-1','embedChildRenderMode','supports','menuChanged$','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','runtime','docs-sticky-base','tab-active','updateItem','textColor','tab','viewState','_contextService','isolate','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','isConnected','markStale','activateSession','_univerInstanceService','embedChildType','sheets-floating-object','entry','getByHostAnchorId','rules','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','ribbon$','_items','childUnitId','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','embed-float-dom','focusFloatingRuntime','hasAnyHostPreservingChildFocusLease','height','darkMode','_menuOverrideService','KeyboardEvent','activateView','exit','span','_childUnitAncestry','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','manual','[data-embed-float-dom]','docs-custom-block','pointer-events','endColumn','[data-board-viewport-host=\x22true\x22]','addRecord','hasChildInteractionLease','registerFocusHandler','hostType','shift','bases-ui.ribbon','_roots','finally','fromEntries','activeTableId','_componentManager','focus','footer','elementsFromPoint','[data-u-comp=\x22embed-docs-custom-block\x22]','getCanvasElement','univer-flex\x20univer-items-center\x20univer-gap-1','univer-truncate','captureByEmbedId','radio','endRow','child-tab','background:rgba(99,102,106,.06)','fit-width','setSearchActiveIndex','_focusCoordinator','slideOrder$','toDataURL','_resolveHostWheelGestureRoot','getAttribute','horizontalAlign','SELF','bleedRight','hasRecentInteractionFor','zoom','font:13px/1.5\x20sans-serif','getRegistrationByChildUnitId','beforeDeactivate','embedSlidesPresentationInteractionGate','[data-u-comp=\x22embed-float-dom-content\x22]','override$','drawImage','verticalAlign','_renderManagerService','restoreService','contentHeight','tabIndex','data-embed-interaction-boundary-owner','menu','clearSelection','enabled','[data-embed-floating-menu-popup=\x22true\x22]','getAncestorScale','clientHeight','_commandService','[data-embed-interaction-boundary-owner=\x22','roots','EMBED_DUPLICATE_CHILD_UNIT','embed-ui.sheetsFloating.align.middle','_key','_isOwnedBoundaryElement','sparkline','_getLatestActivePortalOwner','getDirection','renderScope','error','setCurrentUnitForType','inactive','_getHostUnit','#app','embed-ui.basesFloating.viewSettings.deleteView','defaultPrevented','search','_queue','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','deltaX','Next\x20page','embed-docs-custom-block','float','embed-ui.basesFloating.viewSettings.title','UNIVER_SLIDE','items','allowed','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','body','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','host-scroll','schedule','FloatingToolbarSplitTrigger','sWidth','inset','scrollHeight','description','records','restoreViewState','_enableEmbedUnitLeasePolicy','addDisposer','makeDirty','embed-ui.fullscreen.exit','FORMULAS','tableId','value','getSlide','getDataRange','_runChildBeforeDeactivate','selectElements','_runQueue','embedFloatingMenuEntry','ignoreOwners','hideHostFxBar','aspect-fit','outline','indexOf','UNIVER_BOARD','EMBED_MOUNT_CHILD_TYPE_MISMATCH','doc-width-scale','_mountResolvedHost','flushForTests','embed-ui.sheetsFloating.align.left','addEventListener','OVERFLOW','order','offsetWidth','px)','closeOwnedFloatingSurfaces','set','_hasUnit','getConfig','_getChildUnitForMeasurement','unmountFloatingSessions','_rootsByHostAnchorId','Arial','deltaMode','useValue','5DtdaFq','numfmt','numberFormat','bottom','childUnit','SlidesFloatingObject','univer:embed-float-drag-handle:pointerdown','expiresAt','getRowCount','transform','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','isChildUnitInActiveSession','innerHeight','table-list','_hasContributionId','floating-stage','viewportScrollX','runtimeRoots','number','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','setCollapsedIds','defaults','display','_isDetachedOffscreenPortalCandidate','_session$','dropdown','_getCurrentUnitId','_override$','pivot-table','activatePortalScope','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','position','touchAction','BoardsFloatingObject','hasCommand','activate','embed-ui.basesFloating.delete','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','UNIVER_UNKNOWN','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','-44px','clearFloating','join','_geometryInvalidated$','embed-ui.sheetsFloating.toolbar.bold','code','getOwnPropertyDescriptor','sceneCanvasCaptureService','_boardElementStateService','Missing\x20embed\x20float\x20preview\x20provider:\x20','getSnapshot','univer-size-3','tab-peer-runtime','data-embed-footer-slot','_setAnchorTransformerVisible','_activeDragCleanup','disable','true','reverse','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','viewportHeight','ghost','setTimeout','getActiveDescriptorsByChildUnit','getAllUnitsForType','fullscreen','contextmenu','createRibbonOverride','General','embed-ui.sheetsFloating.borderLine.borderColor','formulaBar','scroll','[data-u-comp=\x22embed-float-dom-chrome\x22]','usesDomFloatingStage','left','_registerProductMenus','focused$','_markInteractionBoundaryOwnerTree','shiftKey','clientWidth','_pendingPortalOwner','isHostGesture','previewRequested$','baseUnitId','removeAllRanges','icon','min','content-bounds-fit','keyboard','_nextIndex','devicePixelRatio','_registerRuntimeBoundary','3492918fEXMbV','getRegistration','passThroughInteractionGate','embed-float-dom-live','_notifyRuntimeFocusChanged','EmbedDuplicateChildUnitError','_pendingChildUnits','subUnitId','clearFullscreen','CENTER','supportedLayouts','virtualWidth','entries','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','board-embed:','pointermove','hideAllContextualTabs','closed','apply','hasAttribute','subscribe','context','boards-ui.embed','handleRegisteredWheel','collectViewState','dir','[data-embed-sheets-sheet-tab-host=\x22','productName','data-embed-slides-page-list-host','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','8iYACCb','_getActiveOwnedRuntimeFocusInfo','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','DATA','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','unmount','_boardElementService','_assertResolvedChild','[data-embed-interaction-boundary-owner]','hostChromeMode','clearVirtualRecords','doc-block-stage2-runtime','enter','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','registerCtorForType','data-u-comp','setLeftPanelWidth','displayName','createScoped','getMaxScrollLeft','isFinite','child-popup','scene','object','data-embed-slides-floating-object-host','rect-popup','getState','_isUniverPortalTreeElement','hasAnyChildInteractionLease','[data-embed-popup-root]','invalidate','addedNodes','abs','calendarEventSettings','_createMountFocusRestorer','_config','align-items:center','focusin','some','univer-text-red-500\x20hover:univer-text-red-600','defaultPageSize','disableLiveHostPointerEvents','clientY','_rememberPreviousChildCurrentUnit','embedFloatStage','_blurActiveElementBeforePortalReassignment','_ribbonOverrideService','Sheets','maxRetries','defineProperty','allowHostBodyDrag','embedHostAnchorId','length','getByEmbedId','univer-popup','getUnit','setStage','max-depth','boards-floating-object','deltaY','hidden','univer-doc-selection-container-docs-','cancelAnimationFrame','univer-h-8\x20univer-w-full\x20univer-px-2','_contextsByHostAnchorId','takeRecords','createElement','univer-relative\x20univer-overflow-hidden','table','floatingMenus','dialog','embedChildRenderUnitId','_focusDocumentBody','divider-block','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','border-radius:8px','resolveActiveChildSessionRuntimeScope','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','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','RIBBON','waiting-base-canvas-root','univer-box-border\x20univer-px-24','retryDelay','ownsSession','closeContextMenu','getProvider','absolute','values','observe','canvas','_mountFloatingMenu','embed-ui.sheetsFloating.align.top','target','hidden$','_releaseBodyPortalClaims',':anonymous:','unitID','disposables','_removeRuntimeFocusRoleTree','name','[data-embed-runtime-focus-role]','includes','CLIP','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','pipe','hostUnitId','from','univer-doc-main-canvas','_domLayerService','zoomStep','canvasRoot','scopedRenderInjector','sHeight','viewSettings','childContext','acquireLease','bind','round','8px','_registrations','getMergedMenuSchema','LEFT','_dispatchEscapeToFloatingSurface','design','contentWidth','embed-ui.sheetsFloating.borderLine.borderSize','next','_injector','RIGHT','dataset','_sessions','_elements','element','renderManagerService','_refreshHostDocZoom','title-only','_isHostDocEditorPortal','menuSchema','deltaZ','_markRuntimeFocusRole','field-','getContextByEmbedId','bases-ui.embed','[id^=\x22univer-doc-selection-container-docs-\x22]','_getOrCreateRender','label','univer-size-3.5','base-embed-floating-menu','showContextualTab','activated$','includeAppShellEditorPortal','data','_isBodyPortalCandidate','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','div','fit','placeholder','allowPlaceholder','registerContainerElement','querySelector','now','menuSlot','univer-popover','fontFamily','_resolveChildSessionMode','_findPreviousReadyEntry','_runtimePolicyService','sheet-overlay','pageId','clear','_observeWheel','data-embed-sheets-sheet-tab-host','canvasFloatDomPreviewService','0\x20/\x200','stable','EMBED_RUNTIME_HOST_NOT_ATTACHED:','table-','calc(100%\x20-\x20','_focusTabPeerSession','data-embed-id','visible','lockHostRibbon','sessionMode','scroll-contained','activateTable','_focusLayout','_portalObservers','stage2-runtime','viewId','_rootsByEmbedId','WRAP','pointerdown','symbol','cancelEditing','replace','parentElement','resolved','width:100%','[data-embed-float-fullscreen-button]','divider-format','resolve','components','_markExistingBodyPortals','previewService','ready','INSERT','createUnit','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','UNIVER_DOC','registerRuntimeScope','session$','token','registerRenderModule','engine','enableExclusivePolicy','getSlides','hideToolbar','_getOwnedEmbedIdFromEventPoint','hasHostPreservingChildFocusLease','getId','event','pageMarginLeft','resolvedDependencies','getCanvasEle','data-embed-child-render-unit-id','isArray','univer-overflow-hidden','embed-float-dom-live-content','find','resize','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','_hostContainerRegistry','child-scroll','_disposed','embed-ui.basesFloating.copySuffix','materializeDescriptor','recordId','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','childType','divider-format-tools','univer-fill-primary-600','embed-ui.boardsFloating.resetZoom','setActiveSlide','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','content','startY','SheetsFloatingObject','deactivateFloatingSession','_mountBlockedRuntime','__embedSharedRootInjector','onReady','slide-page-list','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','univer-min-w-0','setFocusOwner','fullscreenService','contentRoot','child-keyboard','warn','style','_setRenderFailure','VIEW_MAIN','getTypeOfUnitAdded$','#b91c1c','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','embedFullscreenStatus','runtimeScope','embed-float-dom-popup','parentNode','registerContextMenuHandler','stopImmediatePropagation','_normalizeHostMountResult','_childViewRegistry','getDescriptor','_isAppShellEditorPortalCandidate','setAttribute','getElementDataForUnit','mousedown','univer-size-6\x20univer-p-0','flatMap','config','findIndex','_activeDrain','instanceService','image','getCurrentTypeOfUnit$','listbox','push','deferred','_rootsByChildUnitId','trim','embedChildUnitId','overlayRoot','shiftViewportPanOffset','scrollLeft','disabled','call','fill','univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','_getSlideModel','_containsRegisteredElement','selections','embed-ui.sheetsFloating.toolbar.textColor.main','forEach','thread-comment','drawings','embed-ui','data-embed-child-render-mode','getSheetId','list','_focusUnit','handleWheel','disposed','querySelectorAll','hasAnyBlockingChildFocusLease','getRowVisible','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','resolveStackUnitId','displayTarget','child-session','reduce','deleteConfig','[data-u-comp=\x22base-embed-view-slot\x22]','overlay','string','-100000px','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','scrollToViewportPos','fallbackHeight','UNIVER_SHEET','bleedLeft','notifyExited','HTMLElement','pointerup','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','lease','fieldOrder','sheets-ui.embed','_materializeService','conditions','381516eUJpJM','backgroundColor','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','floating','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','host-passive','_configService','univer-w-28\x20univer-truncate\x20univer-text-left','updateViewState','restoreUnitId','darkMode$','resolveRuntimeScopeByChildUnitId','floatingMenuInsetTop','customizeGallery','THIN','identifier:ui.contextmenu.service','disposable','cssText','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','_resolveChildUnitId','key','merge','univer-fixed\x20univer-z-[900]','mainComponent','box-sizing:border-box','Element','getLive','section','getContext','fakeToolbarVisible$','_markBodyPortalOwner','hostAnchorRecord','hasExact','configurations','UNIVER_BASE','overflowY','12px','SKIP_SELF','setContextValue','false','setActive','overflow','_maxDepth','prototype','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','embed-ui.sheetsFloating.textWrap.overflow','hostAnchorId','clearActiveEditing','insertBefore','_drainQueue','clearTimeout','getUnitType','rootElement','replaceChildren','_registerChildFocusBridge','_mountOwnedSession','divider-border','subscribeConfigValue$','revision','innerWidth','acquire','removeAttribute','embed-float-dom-overlay','mountIntoHostElement','getColVisible','registerCommand','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','pageWidth','getContextByChildUnitId','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','slides-ui.ribbon','owner','requestAnimationFrame','_rerenderHostDoc','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','cycle','listSessions','_ownedEmbedAppliesToChildUnit','_currentOverride','onStarting','Node','[id^=\x22__editor_docs-\x22]','getLocales','unitDisposed$','data-embed-bases-table-list-host','iterator','univer-fill-gray-900\x20dark:!univer-fill-white','_getChildSessionPriority','_createRenderScope','_isBlockingRole','prepare','univer-doc-selection-container-__INTERNAL_EDITOR__','hasHostPreservingChildFocusLeaseForHost','_isBlockingLease','registerItem','createInstance','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','_exited$','setScrollState','@univerjs-pro/embed-ui','_findFallbackUnitId','_getActiveElement','injector','_passiveWheelHandlerRegistry','getOffsetConfig','_getAnyActiveElement','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','getObject','_scheduleFloatingChildFocus','pushUndoRedo','doc-block','stage','data-embed-popup-root','slides-page-list-block','clientX','_getHostSnapshot','appendChild','startedAt','_leases','_relocateExistingSession','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','fieldSettings','getSession','removeEventListener','setProperty','add','render','workbench','_floatingActiveService','role','runtimeSessionChanged$','isFocused','_activePortalOwners','documentFlavor','existingEmbedId','ctrlKey','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','fitContent','getCacheKey','rowHeader','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','Docs','register','registerRoot','fontSize','all','slide-readonly-preview-shell','hostHeaderMode','_registerProductUIContributions','commandId','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','DocsCustomBlock','_renderOne','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','_boardUIStateService','uComp','view-','checkElementInCurrentContainers','containsElement','univer-pointer-events-none','MutationObserver','getAncestryForHostUnit','executeCommand','dragStarted','registerContext','_focusTemporarySink','sort','1752453GsIplP','_providers','padding','registerMountedRuntime','objectFit','identifier:univer.ribbon-service','undoRedoStatus$','pending','hasBlockingChildFocusLease','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','13px','color','capture','onMutationExecutedForCollab','elementAdd$','elementRemove$','clearFocusOwner','popup','_isUniverPortalCandidate','docsLeft','child-editor','identifier:univer.menu-manager-service','commandService','unit','pointerId','_runtimeScopes','disposeUnit','embedHostEntry','[data-u-comp=\x22embed-float-dom-live-content\x22]','identifier:','refCount','registerChildInteraction','univer.embed.forwarded-wheel-event','_current','removeRender','_isHTMLElement','_tabFocusLeases','popupRoot','renderScopeActive','focusUnit','hideFloatMenu','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','zoomRatio','_focusOwnerService','_previousChildCurrentUnits','leftPanelWidth','activeEmbedId','status','_contextsByEmbedId','ribbonService','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','START','pageMarginRight','mountService','getCellMatrix','embed-ui.sheetsFloating.toolbar.font','embed-float-dom-interaction-gate','host','useFactory','_sortHandlers','_itemId','runtimeFocusChanged$','customizeKanban','embedSlidesPresentationRuntime','visibility','state$','_blockRegistry','title','syncExecuteCommand','[data-embed-overlay-root]','tableOrder','data-embed-overlay-root','delete','openToolbarPanel','removeChild','class','resolvedDependencyCollection','splice','closeRecordDetail','_resolveLayout','univer-grid\x20univer-gap-0.5','priority','createRender','getColumnWidth','openRecordDetail','_isRuntimeFocusRole','vertical','clearTab','activeElement','sourceMeta','_anchorModelService','image/png','embed-ui.basesFloating.confirmDelete.viewDescription','tooltip','get','_modelService','host-scroll-sync','drawing','tableLike','_contextsByChildUnitId','layoutPolicy','univer-pointer-events-auto\x20univer-shrink-0','_registerDefaultHostToolbar','slideOrder','getOwnPropertyNames','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','localeChanged$','disposeWithMe','[data-embed-float-dom=\x22true\x22]','document','descriptor','item','#000000','docs-sticky-sheet','EMBED_MOUNT_CHILD_NOT_REGISTERED','currentTarget','setActivatedTab','getRenderUnitById','stopEditingCell','version','child-fullscreen','getContextByHostAnchorId','_mountService','Boards','getParentEmbedId','deactivateTabSessions','__addUnit','registerComponent','contextChanged$','catch','sequence','univer-min-w-0\x20univer-truncate','asObservable','captureByHostAnchorId','Escape','EMBED_RUNTIME_HOST_ALREADY_LEASED:','_getEventClientPoint','Failed\x20to\x20load\x20embedded\x20sheet.','\x20/\x20','mode','start','getFlatMenuByPositionKey','embed-ui.sheetsFloating.align.right','keys','right','_isHostPreservingLease','_embedModelService'];_0x2ea1=function(){return _0x32d64d;};return _0x2ea1();}function Df(_0x958894){const _0x51ec38=_0x40f88b;let {hostUnitId:_0x43cab1,embedId:_0x37de9b,entry:_0x4a60a0,fullscreen:_0x5ea6b6,usesDomFloatingStage:_0x339c78,renderScopeActive$:_0x2f7792}=_0x958894,_0xbd799a=_0x3171dc(()=>_0x2f7792,!0x1,!0x1,[_0x2f7792]),_0x5457e0=_0x3d8863(_0x2d49a9),_0x5365a9=_0x3d8863(za),_0x5a80da=tc({'embedId':_0x37de9b,'active':_0x3171dc(()=>_0x5365a9[_0x51ec38(0x1fb)],_0x5365a9[_0x51ec38(0x625)](),!0x1,[_0x5365a9]),'fullscreen':_0x5ea6b6,'usesDomFloatingStage':_0x339c78,'renderScopeActive':_0xbd799a});return _0x5866b8(_0x51ec38(0x401),{'className':_0x187b73(_0x51ec38(0x4ad),{'univer-hidden':_0x5a80da!==_0x51ec38(0x1a9),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5ea6b6,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x5ea6b6,'-univer-top-9':!_0x5ea6b6&&_0x4a60a0!==_0x51ec38(0x262),'-univer-top-[52px]':!_0x5ea6b6&&_0x4a60a0==='docs-custom-block'}),'data-embed-floating-menu':_0x51ec38(0x325),'data-embed-id':_0x37de9b,'data-embed-float-stage':_0x5a80da,'onPointerDown':_0x159173=>_0x159173[_0x51ec38(0x661)](),'children':_0x5866b8(_0x44b255,{'type':_0x51ec38(0x171),'size':'small','variant':'ghost','className':_0x51ec38(0x1eb),'onClick':()=>{const _0x2f1662=_0x51ec38;_0x5457e0[_0x2f1662(0x55e)](_0x20e854['id'],{'hostUnitId':_0x43cab1,'embedId':_0x37de9b});},'children':_0x5866b8(_0x13bd33,{})})});}function Of(_0x7356){const _0x4be78c=_0x40f88b;bu(_0x7356,_0x4be78c(0x65e),kf);}function kf(_0x358b32){const _0x475224=_0x40f88b;let _0x12d010=_0x358b32[_0x475224(0x5c1)](_0xb5a6f1),_0x2fb03f=_0x358b32['get'](Lo),_0x243026=_0x358b32[_0x475224(0x5c1)](Fo),_0x40b920=_0x358b32[_0x475224(0x5c1)](Ra),_0x5c6ba6=_0x358b32[_0x475224(0x5c1)](Io),_0x190a88=_0x358b32['get'](rc),_0x23c072=_0x358b32[_0x475224(0x5c1)](fc),_0x409e30=_0x358b32[_0x475224(0x17b)](_0x2b87af)?_0x358b32[_0x475224(0x5c1)](_0x2b87af):void 0x0,_0x2fc3a2=_0x358b32[_0x475224(0x17b)](_0x476b57)?_0x358b32[_0x475224(0x5c1)](_0x476b57):void 0x0,_0x155d55=_0x358b32['has'](_0x1f805f)?_0x358b32[_0x475224(0x5c1)](_0x1f805f):void 0x0;_0x155d55==null||_0x155d55[_0x475224(0x43b)](_0x3202aa[_0x475224(0x437)],[vf]);let _0xb4ecda=xf(_0x409e30,_0x2fc3a2,_0x155d55);_0x12d010[_0x475224(0x5c1)](_0xb4ecda[_0x475224(0x269)],_0xb4ecda[_0x475224(0x24c)])||_0x12d010[_0x475224(0x549)](_0xb4ecda);let _0x3ede03=Sf();_0x2fb03f[_0x475224(0x5c1)](_0x3ede03[_0x475224(0x269)],_0x3ede03[_0x475224(0x24c)])||_0x2fb03f['register'](_0x3ede03);let _0x48135d=mf();_0x243026['get'](_0x48135d[_0x475224(0x455)])||_0x243026[_0x475224(0x549)](_0x48135d);let _0x1242b6=pf();_0x40b920[_0x475224(0x5c1)](_0x1242b6[_0x475224(0x455)])||_0x40b920[_0x475224(0x549)](_0x1242b6),Tf()[_0x475224(0x496)](_0x3ccf78=>{const _0x37d048=_0x475224;_0x5c6ba6['hasExact'](_0x3ccf78[_0x37d048(0x269)],_0x3ccf78['entry'],_0x3ccf78['childType'])||_0x5c6ba6['register'](_0x3ccf78);}),_0x190a88[_0x475224(0x1de)](pu(_0x358b32,{'childType':_0x3202aa[_0x475224(0x437)],'renderManagerService':_0x1f805f})),_0x23c072[_0x475224(0x5c1)](_0x3202aa[_0x475224(0x437)])||_0x23c072[_0x475224(0x549)](wf(_0x358b32));}function Af(){const _0x490557=_0x40f88b;return{'childType':_0x3202aa[_0x490557(0x4b0)],'measureContentSize':_0x29fccc=>{const _0x54796d=_0x490557;let _0x35913c=jf(_0x29fccc[_0x54796d(0x2f0)]),_0x1e58db=Mf(_0x29fccc[_0x54796d(0x2f0)]);return _0x35913c==null&&_0x1e58db==null?void 0x0:{'height':_0x35913c,'width':_0x1e58db};}};}function jf(_0x21364c){const _0x3cca73=_0x40f88b;var _0x1019d6,_0x45c60e,_0x29d126;let _0xfa8939=_0x21364c,_0x1481ac=_0xfa8939==null||(_0x1019d6=_0xfa8939[_0x3cca73(0x177)])==null?void 0x0:_0x1019d6['call'](_0xfa8939,!0x0);if(!_0x1481ac)return;let _0x36306c=Nf(_0x1481ac);if(!Number[_0x3cca73(0x37b)](_0x36306c)||_0x36306c==null||_0x36306c<0x0)return;let _0x7404ae=(_0x45c60e=_0x1481ac[_0x3cca73(0x2e5)])==null||(_0x45c60e=_0x45c60e[_0x3cca73(0x48f)](_0x1481ac))==null?void 0x0:_0x45c60e[_0x3cca73(0x642)],_0x1681be=Rf((_0x29d126=_0x1481ac[_0x3cca73(0x2e5)])==null||(_0x29d126=_0x29d126[_0x3cca73(0x48f)](_0x1481ac))==null?void 0x0:_0x29d126[_0x3cca73(0x22c)],_0x2a81eb),_0x1c4d5a=_0x7404ae!=null&&_0x7404ae[_0x3cca73(0x3a3)]?0x0:Rf(_0x7404ae==null?void 0x0:_0x7404ae['height'],0x18),_0x8839a0=0x0;for(let _0x2282cf=0x0;_0x2282cf<_0x36306c;_0x2282cf++){var _0x44d274,_0x32593e;((_0x44d274=_0x1481ac[_0x3cca73(0x4a2)])==null?void 0x0:_0x44d274[_0x3cca73(0x48f)](_0x1481ac,_0x2282cf))!==!0x1&&(_0x8839a0+=zf((_0x32593e=_0x1481ac[_0x3cca73(0x19e)])==null?void 0x0:_0x32593e['call'](_0x1481ac,_0x2282cf),_0x1681be));}return _0x1c4d5a+_0x8839a0;}function Mf(_0x4596f2){const _0x2ac319=_0x40f88b;var _0x54a69d,_0x34ec2a,_0x2219d0;let _0x4d9669=_0x4596f2,_0x1db7b2=_0x4d9669==null||(_0x54a69d=_0x4d9669[_0x2ac319(0x177)])==null?void 0x0:_0x54a69d['call'](_0x4d9669,!0x0);if(!_0x1db7b2)return;let _0x53537f=Pf(_0x1db7b2);if(!Number[_0x2ac319(0x37b)](_0x53537f)||_0x53537f==null||_0x53537f<0x0)return;let _0x572f27=(_0x34ec2a=_0x1db7b2[_0x2ac319(0x2e5)])==null||(_0x34ec2a=_0x34ec2a['call'](_0x1db7b2))==null?void 0x0:_0x34ec2a[_0x2ac319(0x546)],_0x4b1bb2=Rf((_0x2219d0=_0x1db7b2[_0x2ac319(0x2e5)])==null||(_0x2219d0=_0x2219d0['call'](_0x1db7b2))==null?void 0x0:_0x2219d0[_0x2ac319(0x63f)],_0x1b1204),_0x39ebda=_0x572f27!=null&&_0x572f27[_0x2ac319(0x3a3)]?0x0:Rf(_0x572f27==null?void 0x0:_0x572f27[_0x2ac319(0x228)],_0xb80abe),_0x4b95a5=0x0;for(let _0x3ec733=0x0;_0x3ec733<_0x53537f;_0x3ec733++){var _0x572066,_0x20e24a;((_0x572066=_0x1db7b2[_0x2ac319(0x4fb)])==null?void 0x0:_0x572066[_0x2ac319(0x48f)](_0x1db7b2,_0x3ec733))!==!0x1&&(_0x4b95a5+=Rf((_0x20e24a=_0x1db7b2[_0x2ac319(0x5b6)])==null?void 0x0:_0x20e24a[_0x2ac319(0x48f)](_0x1db7b2,_0x3ec733),_0x4b1bb2));}return _0x39ebda+_0x4b95a5;}function Nf(_0x187599){const _0x3dc4b8=_0x40f88b;var _0x9fce8a;return If((_0x9fce8a=_0x187599[_0x3dc4b8(0x2f4)])==null?void 0x0:_0x9fce8a[_0x3dc4b8(0x48f)](_0x187599));}function Pf(_0x541244){const _0x2b028b=_0x40f88b;var _0x5adb9e,_0x58eab4,_0x32799e;let _0x4acee9=(_0x5adb9e=_0x541244[_0x2b028b(0x599)])==null?void 0x0:_0x5adb9e[_0x2b028b(0x48f)](_0x541244),_0x32352e=_0x4acee9==null||(_0x58eab4=_0x4acee9[_0x2b028b(0x2cd)])==null?void 0x0:_0x58eab4[_0x2b028b(0x48f)](_0x4acee9);return Ff(_0x4acee9,_0x32352e,_0x32352e==null?void 0x0:_0x32352e[_0x2b028b(0x264)],(_0x32799e=_0x541244['getColumnCount'])==null?void 0x0:_0x32799e[_0x2b028b(0x48f)](_0x541244));}function Ff(_0x3f6b82,_0x384fa9,_0x120bb7,_0x1467ef){const _0x11088d=_0x40f88b;if(_0x3f6b82==null)return If(_0x1467ef);if(!Lf(_0x384fa9)||typeof _0x120bb7!='number'||!Number[_0x11088d(0x37b)](_0x120bb7)||_0x120bb7<0x0)return;let _0x4fca7e=Math[_0x11088d(0x601)](_0x120bb7)+0x1,_0x5af368=If(_0x1467ef);return _0x5af368==null?_0x4fca7e:Math[_0x11088d(0x343)](_0x4fca7e,_0x5af368);}function If(_0x261a9d){const _0x408ea8=_0x40f88b;return typeof _0x261a9d==_0x408ea8(0x2fe)&&Number[_0x408ea8(0x37b)](_0x261a9d)&&_0x261a9d>=0x0?Math[_0x408ea8(0x601)](_0x261a9d):void 0x0;}function Lf(_0x1d2a66){const _0x3f9c46=_0x40f88b;return typeof(_0x1d2a66==null?void 0x0:_0x1d2a66[_0x3f9c46(0x27a)])==_0x3f9c46(0x2fe)&&Number[_0x3f9c46(0x37b)](_0x1d2a66[_0x3f9c46(0x27a)])&&_0x1d2a66[_0x3f9c46(0x27a)]>=0x0&&typeof _0x1d2a66['endColumn']=='number'&&Number[_0x3f9c46(0x37b)](_0x1d2a66[_0x3f9c46(0x264)])&&_0x1d2a66['endColumn']>=0x0;}function Rf(_0x328402,_0x3566dc){const _0x16ef32=_0x40f88b;return typeof _0x328402==_0x16ef32(0x2fe)&&Number[_0x16ef32(0x37b)](_0x328402)&&_0x328402>0x0?_0x328402:_0x3566dc;}function zf(_0x5eec10,_0x34c864){const _0x333cae=_0x40f88b;return typeof _0x5eec10==_0x333cae(0x2fe)&&Number['isFinite'](_0x5eec10)&&_0x5eec10>=0x0?_0x5eec10:_0x34c864;}function Bf(){const _0x520caa=_0x40f88b;return{'hostType':_0x3202aa[_0x520caa(0x4b0)],'entry':_0x520caa(0x24b),'layout':_0x520caa(0x2d9),'supportedLayouts':[_0x520caa(0x2d9),_0x520caa(0x2d4),_0x520caa(0x41e),_0x520caa(0x344)],'menuBehavior':'floating'};}function Vf(){const _0x5c4035=_0x40f88b;return{'hostType':_0x3202aa[_0x5c4035(0x4b0)],'entry':_0x5c4035(0x684),'layout':'tab-peer','supportedLayouts':[_0x5c4035(0x15f)],'menuBehavior':_0x5c4035(0x66b),'mount':_0x15e47d=>{const _0x216daa=_0x5c4035;let _0x3e3997=Hf(_0x216daa(0x412),_0x15e47d[_0x216daa(0x5d1)][_0x216daa(0x4e9)]);return _0x3e3997?{'hostElement':_0x3e3997}:{};}};}function Hf(_0x400bec,_0x564bde){return document['querySelector']('['+_0x400bec+'=\x22'+Uf(_0x564bde)+'\x22]');}function Uf(_0x41d6f0){const _0x349bf2=_0x40f88b;return _0x41d6f0[_0x349bf2(0x429)](/\\/g,'\x5c\x5c')[_0x349bf2(0x429)](/"/g,'\x5c\x22');}function Wf(_0x5d0f84){return{'childType':_0x3202aa['UNIVER_SHEET'],'handleWheel':_0x5a0353=>{const _0x252d0a=_0x2546;var _0x34a167,_0x673e34;if(_0x5a0353[_0x252d0a(0x166)]!=='host-scroll-sync'&&nc(_0x5a0353['layout'],_0x5a0353[_0x252d0a(0x443)]))return!0x1;let _0x321d52=(_0x34a167=(_0x673e34=_0x5a0353[_0x252d0a(0x471)])==null?void 0x0:_0x673e34[_0x252d0a(0x521)])==null?_0x5d0f84:_0x34a167,_0x1b4843=_0x321d52[_0x252d0a(0x17b)](_0x1f805f)?_0x321d52[_0x252d0a(0x5c1)](_0x1f805f):_0x5d0f84[_0x252d0a(0x17b)](_0x1f805f)?_0x5d0f84[_0x252d0a(0x5c1)](_0x1f805f):void 0x0;if(!_0x1b4843)return!0x1;let _0x51b9d2=_0x1b4843[_0x252d0a(0x5d8)](_0x5a0353[_0x252d0a(0x252)]),_0x5bbb07=_0x51b9d2==null?void 0x0:_0x51b9d2[_0x252d0a(0x37d)];return Pl(_0x5a0353,_0x5bbb07==null?void 0x0:_0x5bbb07[_0x252d0a(0x1c4)](_0x59d76b[_0x252d0a(0x46c)]),_0x5bbb07);}};}function Gf(_0x191631){const _0x371973=_0x40f88b;let _0x390380=[];return[['base',_0xe11522,0x0],[_0x371973(0x2d5),_0x5960eb,0x64],[_0x371973(0x2ed),_0x346cea,0x64],[_0x371973(0x618),_0x5e3db0,0x64],[_0x371973(0x163),_0x318227,0x64],['filter',_0x435ef1,0x64],[_0x371973(0x5c4),_0x1af4c5,0x64],[_0x371973(0x562),_0x2ac9f3,0x64],['hyper-link',_0x54015d,0x64],[_0x371973(0x497),_0x1703fd,0x64],[_0x371973(0x3ab),_0x4436cf,0x64],['note',_0x26457d,0x64],['print',_0x168b36,0x64],[_0x371973(0x308),_0x1a7c5c,0x64],[_0x371973(0x187),_0x2297ec,0x64],[_0x371973(0x2a3),_0x126074,0x64],['shape',_0x229cc0,0x64]][_0x371973(0x496)](([_0x548eee,_0x27e383,_0x4d5fff])=>{const _0x15d931=_0x371973;let _0x2b47db=Ts(_0x191631,{'id':'embed.sheets.'+_0x548eee,'childType':_0x3202aa[_0x15d931(0x4b0)],'surface':_0x15d931(0x1bc),'order':_0x4d5fff,'menuSchema':_0x27e383});_0x2b47db&&_0x390380[_0x15d931(0x486)](_0x2b47db);}),_0x3706d8(()=>_0x390380[_0x371973(0x496)](_0x4adb58=>_0x4adb58[_0x371973(0x602)]()));}function Kf(){const _0x565ec8=_0x40f88b;return wu({'childType':_0x3202aa[_0x565ec8(0x4b0)],'productName':_0x565ec8(0x396)});}function qf(_0xe047a9){const _0x120ddd=_0x40f88b;return{'childType':_0x3202aa['UNIVER_SHEET'],'supportedLayouts':[_0x120ddd(0x15f),_0x120ddd(0x5d4),_0x120ddd(0x41e)],'canvasRootClassName':'univer-bg-white\x20dark:!univer-bg-gray-900','beforeDeactivate':Yf,'mount':_0x3f5cd3=>{const _0x59e83c=_0x120ddd;var _0x375457,_0x3d2031,_0x2c310a,_0x1ddae9,_0x22339b,_0x40411d,_0x2ec11b;let _0x59f1d9=_0x3f5cd3[_0x59e83c(0x471)][_0x59e83c(0x521)],_0x324e32=(_0x375457=(_0x3d2031=(_0x2c310a=_0x3f5cd3[_0x59e83c(0x471)][_0x59e83c(0x29e)][_0x59e83c(0x3c0)])==null?_0x3f5cd3[_0x59e83c(0x2a6)][_0x59e83c(0x3d5)]:_0x2c310a)==null?_0x3f5cd3[_0x59e83c(0x2a6)]['contentRoot']:_0x3d2031)==null?_0x3f5cd3[_0x59e83c(0x2a6)][_0x59e83c(0x4ef)]:_0x375457,_0x1f5c99=(_0x1ddae9=(_0x22339b=_0x3f5cd3[_0x59e83c(0x471)][_0x59e83c(0x29e)][_0x59e83c(0x45b)])==null?_0x3f5cd3[_0x59e83c(0x2a6)][_0x59e83c(0x467)]:_0x22339b)==null?_0x324e32:_0x1ddae9;_0x324e32['dataset']['embedChildRenderUnitId']=_0x3f5cd3[_0x59e83c(0x252)],_0x324e32[_0x59e83c(0x3e8)][_0x59e83c(0x238)]=_0x59e83c(0x204),_0x1f5c99[_0x59e83c(0x3e8)][_0x59e83c(0x3ae)]=_0x3f5cd3[_0x59e83c(0x252)],_0x1f5c99[_0x59e83c(0x3e8)][_0x59e83c(0x238)]=_0x59e83c(0x40e);let _0x4adac3=_0x3f5cd3[_0x59e83c(0x521)][_0x59e83c(0x5c1)](_0x476b57)[_0x59e83c(0x39e)](_0x3f5cd3[_0x59e83c(0x252)],_0x3202aa[_0x59e83c(0x4b0)]),_0x56882a=_0x4adac3?Ju(_0x3f5cd3,_0xe047a9,_0x1b0281=>Jf(_0x4adac3,_0x1b0281)):_0x3706d8(()=>{}),_0x1037b=(_0x40411d=iu(_0x3f5cd3,_0x1f805f,_0x324e32,{'scopedRenderInjector':!0x0}))==null?_0x3706d8(()=>{}):_0x40411d,_0x425a99=Qf(_0x3f5cd3,_0x1f5c99),_0x3323f2=is(_0x1f5c99);return _0x3323f2[_0x59e83c(0x539)](_0x5866b8(Yo,{'injector':_0x59f1d9,'mountContainer':_0x3f5cd3[_0x59e83c(0x471)][_0x59e83c(0x29e)][_0x59e83c(0x574)],'embedId':_0x3f5cd3['embedId'],'children':_0x5866b8($f,{'canvasRoot':_0x324e32,'showChrome':Xf(_0x3f5cd3),'readonly':((_0x2ec11b=_0x3f5cd3[_0x59e83c(0x5d1)])==null?void 0x0:_0x2ec11b[_0x59e83c(0x5ee)])===_0x59e83c(0x170)})})),_0x3706d8(()=>{const _0x29373c=_0x59e83c;_0x56882a[_0x29373c(0x602)](),_0x425a99[_0x29373c(0x602)](),_0x1037b[_0x29373c(0x602)](),as(_0x3323f2),_0x324e32[_0x29373c(0x246)]&&(_0x324e32[_0x29373c(0x4f8)](_0x29373c(0x447)),_0x324e32['removeAttribute'](_0x29373c(0x49a))),_0x1f5c99[_0x29373c(0x246)]&&(_0x1f5c99[_0x29373c(0x4f8)]('data-embed-child-render-unit-id'),_0x1f5c99[_0x29373c(0x4f8)](_0x29373c(0x49a)));});}};}function Jf(_0x47a12e,_0x3423fa){const _0x49a449=_0x40f88b;var _0x479754,_0x3632a9;let _0x2d4ae6=_0x3423fa==null?void 0x0:_0x3423fa[_0x49a449(0x350)],_0x36e312=(_0x479754=_0x2d4ae6?_0x47a12e[_0x49a449(0x65b)](_0x2d4ae6):void 0x0)==null?_0x47a12e['getSheets']()[0x0]:_0x479754;_0x36e312&&((_0x3632a9=_0x47a12e[_0x49a449(0x177)](!0x0))==null?void 0x0:_0x3632a9[_0x49a449(0x49b)]())!==_0x36e312[_0x49a449(0x49b)]()&&_0x47a12e[_0x49a449(0x65d)](_0x36e312);}function Yf(_0x5c11fc){const _0x3078e4=_0x40f88b;var _0x488f6d;(_0x488f6d=_0x5c11fc[_0x3078e4(0x471)][_0x3078e4(0x579)])==null||_0x488f6d[_0x3078e4(0x5a7)](_0x394ba4['id'],{'visible':!0x1,'eventType':_0x5b16d3[_0x3078e4(0x619)],'unitId':_0x5c11fc['childUnitId']}),_0x5c11fc['runtimeScope'][_0x3078e4(0x521)]['has'](_0x209500)&&_0x5c11fc[_0x3078e4(0x471)][_0x3078e4(0x521)][_0x3078e4(0x5c1)](_0x209500)[_0x3078e4(0x1fc)](_0x5c11fc[_0x3078e4(0x252)]);}function Xf(_0x261c07){const _0x502f4f=_0x40f88b;return _0x261c07['renderScope'][_0x502f4f(0x5ee)]===_0x502f4f(0x241)||!!_0x261c07['renderScope']['fullscreen'];}function Zf(_0x9925a9,_0x482d64){const _0xbf5248=_0x40f88b;let _0x2c04d5=_0x9925a9[_0xbf5248(0x46a)][_0xbf5248(0x679)],_0x4a5aa6=_0x9925a9[_0xbf5248(0x46a)][_0xbf5248(0x2ef)];return _0x9925a9['style'][_0xbf5248(0x679)]=_0x482d64[_0xbf5248(0x333)]?_0xbf5248(0x681):'',_0x9925a9['style'][_0xbf5248(0x2ef)]=_0x482d64[_0xbf5248(0x657)]?_0x53f2b9+'px':'',_0x3706d8(()=>{const _0x4017b8=_0xbf5248;_0x9925a9[_0x4017b8(0x46a)]['top']=_0x2c04d5,_0x9925a9[_0x4017b8(0x46a)][_0x4017b8(0x2ef)]=_0x4a5aa6;});}function Qf(_0x586319,_0x57d98e){const _0xb164e4=_0x40f88b;var _0x13011d,_0x5434b5;return(_0x13011d=_0x586319[_0xb164e4(0x521)])!=null&&(_0x5434b5=_0x13011d['has'])!=null&&_0x5434b5[_0xb164e4(0x48f)](_0x13011d,ic)?_0x586319['injector']['get'](ic)[_0xb164e4(0x549)]({'embedId':_0x586319[_0xb164e4(0x18d)],'childUnitId':_0x586319[_0xb164e4(0x252)],'root':_0x586319[_0xb164e4(0x2a6)][_0xb164e4(0x4ef)],'contentRoot':_0x57d98e}):_0x3706d8(()=>{});}function $f(_0x991a39){const _0x56189=_0x40f88b;var _0x518a28;let {canvasRoot:_0x3a0150,showChrome:_0x2ad5be,readonly:_0xd092f9}=_0x991a39,_0x2eaed1=_0xe89281(_0x1841ff),_0x3af7a2=_0x3d8863(_0x296a70),_0x216a99=(_0x518a28=_0x3af7a2['get'](_0x56189(0x1f9)))==null?_0x3af7a2[_0x56189(0x5c1)]('ShapeTextEditorContainer'):_0x518a28,_0x43b5f8=_0x2ad5be&&(_0x2eaed1==null?void 0x0:_0x2eaed1['formulaBar'])!==!0x1,_0x225f64=_0x2eaed1==null?void 0x0:_0x2eaed1[_0x56189(0x272)],_0x2ea712=_0x2ad5be&&_0x225f64!==!0x1&&(typeof _0x225f64!='object'||_0x225f64[_0x56189(0x657)]!==!0x1);return _0x1bdf43(()=>{let _0x42c0e2=Zf(_0x3a0150,{'formulaBar':_0x43b5f8,'sheetBar':_0x2ea712});return()=>_0x42c0e2['dispose']();},[_0x3a0150,_0x43b5f8,_0x2ea712]),_0x28864a(_0x5d4b2b,{'children':[_0x43b5f8&&_0x5866b8(_0x56189(0x401),{'className':_0x56189(0x24f),'style':{'height':0x1c},'children':_0x5866b8(_0x14e7b3,{})}),!_0xd092f9&&_0x216a99&&_0x5866b8(_0x216a99,{}),!_0xd092f9&&!(_0x2eaed1!=null&&_0x2eaed1['disableEdit'])&&_0x5866b8(_0x32a45c,{}),!_0xd092f9&&_0x5866b8(_0x30f25c,{}),_0x2ea712&&_0x5866b8(_0x56189(0x401),{'className':_0x56189(0x551),'style':{'height':_0x53f2b9},'children':_0x5866b8(_0x1c4d53,{})})]});}function ep(){return[..._0x3cfd31];}function tp(){return[..._0x8f3864];}const np={'formatPainter':_0x4e7762['id'],'numberFormat':_0x40f88b(0x1f4),'fontFamily':_0x35a3e8['id'],'fontSize':_0x186160['id'],'bold':_0x2c0a6d['id'],'textColor':_0x35d476['id'],'backgroundColor':_0x15625a['id'],'borderComposite':_0x144acf['id'],'horizontalAlign':_0x5cabaf['id'],'verticalAlign':_0x4a7a30['id'],'wrap':_0x7f4c6f['id'],'filter':'sheet.command.smart-toggle-filter'},rp={'root':_0x345be8['id'],'all':_0x593ef5['id'],'vertical':_0x535248['id'],'horizontal':_0xbbc55['id'],'unmerge':_0x5ace6d['id']};function ip(_0x4e3f7a){const _0x45ab1f=_0x40f88b;let _0x438d7a={},_0x15dfc7=_0x5b3bac=>{const _0x28a905=_0x2546;let _0x15cdab=_0x4e3f7a[_0x28a905(0x44b)](_0x455956=>{const _0x250043=_0x28a905;let _0x131189=_0x455956[_0x250043(0x5d2)];return _0x455956[_0x250043(0x4cf)]===_0x5b3bac||(_0x131189==null?void 0x0:_0x131189['id'])===_0x5b3bac||(_0x131189==null?void 0x0:_0x131189[_0x250043(0x550)])===_0x5b3bac;});return _0x15cdab==null?void 0x0:_0x15cdab[_0x28a905(0x5d2)];};Object['keys'](np)[_0x45ab1f(0x496)](_0x182b46=>{_0x438d7a[_0x182b46]=_0x15dfc7(np[_0x182b46]);});let _0x1e38c0=Object['entries'](rp)[_0x45ab1f(0x4a7)]((_0x210111,[_0x46ebf7,_0x4164ae])=>{let _0x9950d7=_0x15dfc7(_0x4164ae);return _0x9950d7&&(_0x210111[_0x46ebf7]=_0x9950d7),_0x210111;},{});return cp(_0x1e38c0)&&(_0x438d7a[_0x45ab1f(0x4d0)]=_0x1e38c0),_0x438d7a[_0x45ab1f(0x65c)]=!0x0,_0x438d7a;}const ap=[{'items':[_0x40f88b(0x614)]},{'dividerBefore':_0x40f88b(0x456),'items':[_0x40f88b(0x2ee)]},{'dividerBefore':'divider-format','items':[_0x40f88b(0x40a),_0x40f88b(0x54b),_0x40f88b(0x60d)]},{'dividerBefore':_0x40f88b(0x198),'items':[_0x40f88b(0x240),_0x40f88b(0x4bc),_0x40f88b(0x1b4)]},{'dividerBefore':'divider-border','items':['merge',_0x40f88b(0x284),_0x40f88b(0x290),_0x40f88b(0x631)]},{'dividerBefore':_0x40f88b(0x680),'items':[_0x40f88b(0x688)]},{'dividerBefore':_0x40f88b(0x3b0),'items':[_0x40f88b(0x65c)]}];function op(_0x565591){const _0x4ccd14=_0x40f88b;let _0x593bec=[];return ap[_0x4ccd14(0x496)](_0x189f36=>{const _0x261da7=_0x4ccd14;let _0x281b46=_0x189f36[_0x261da7(0x2b7)][_0x261da7(0x688)](_0x1ec2ab=>sp(_0x565591,_0x1ec2ab))[_0x261da7(0x235)](_0x4371c4=>({'id':_0x4371c4,'type':_0x4371c4==='formatPainter'||_0x4371c4==='bold'||_0x4371c4===_0x261da7(0x688)||_0x4371c4===_0x261da7(0x65c)?_0x261da7(0x171):_0x261da7(0x305)}));_0x281b46[_0x261da7(0x39b)]&&(_0x593bec['length']&&_0x189f36['dividerBefore']&&_0x593bec[_0x261da7(0x486)]({'id':_0x189f36[_0x261da7(0x225)],'type':_0x261da7(0x232)}),_0x593bec['push'](..._0x281b46));}),_0x593bec;}function sp(_0x1dce16,_0x58a596){return!!_0x1dce16[_0x58a596];}function cp(_0x16c72a){const _0x1f4e00=_0x40f88b;return Object[_0x1f4e00(0x3be)](_0x16c72a)[_0x1f4e00(0x38d)](Boolean);}function lp(_0x14f350){const _0x380ada=_0x40f88b;return!_0x14f350||!('selections'in _0x14f350)||!Array[_0x380ada(0x448)](_0x14f350['selections'])?[]:_0x14f350[_0x380ada(0x494)];}function up(_0x249798,_0x162b2a){const _0x5e5265=_0x40f88b;var _0x3dba7f;if(_0x249798)return{'commandId':(_0x3dba7f=_0x249798[_0x5e5265(0x550)])==null?_0x249798['id']:_0x3dba7f,'params':_0x162b2a==null?typeof _0x249798['params']==_0x5e5265(0x64a)?_0x249798[_0x5e5265(0x1bd)]():_0x249798[_0x5e5265(0x1bd)]:_0x162b2a};}function dp(){const _0x535faa=_0x40f88b;return yd({'childType':_0x3202aa[_0x535faa(0x4b0)],'mount':fp});}function fp(_0x1628f2){const _0x4a70d7=_0x40f88b;let {root:_0x2884db,menu:_0x479356}=vd(_0x1628f2),_0x16e078=is(_0x479356);return _0x16e078[_0x4a70d7(0x539)](_0x23d8d(Yo,{'injector':_0x1628f2[_0x4a70d7(0x471)][_0x4a70d7(0x521)],'mountContainer':_0x2884db,'embedId':_0x1628f2[_0x4a70d7(0x18d)]},_0x23d8d(mp,{'hostUnitId':_0x1628f2[_0x4a70d7(0x3d0)],'embedId':_0x1628f2[_0x4a70d7(0x18d)],'childUnitId':_0x1628f2['childUnitId'],'entry':_0x1628f2[_0x4a70d7(0x5d1)][_0x4a70d7(0x24c)],'fullscreen':!!_0x1628f2[_0x4a70d7(0x2a6)][_0x4a70d7(0x32e)],'usesDomFloatingStage':pp(_0x1628f2[_0x4a70d7(0x5d1)][_0x4a70d7(0x24c)]),'renderScopeActive$':_0x1628f2['renderScope'][_0x4a70d7(0x1fb)]}))),_0x3706d8(()=>{const _0x2a9028=_0x4a70d7;as(_0x16e078),globalThis[_0x2a9028(0x32b)](()=>_0x479356['remove'](),0x0);});}function pp(_0x4fabea){return!0x0;}function mp(_0x4c0d29){const _0x139640=_0x40f88b;let {hostUnitId:_0x50304f,embedId:_0x2197ab,childUnitId:_0x4f75fd,entry:_0x4c8b5d,fullscreen:_0x532212,usesDomFloatingStage:_0x261fa0,renderScopeActive$:_0x3bc710}=_0x4c0d29,_0x21e722=_0x3d8863(_0x515367),_0x32bf2=_0x3d8863(_0x2d49a9),_0x24dd20=_0x3d8863(_0x476b57),_0x260af4=_0x3d8863(_0xa7f2cc),_0x5205b6=_0x3d8863(_0x1943fb),_0x585003=_0x3d8863(za),_0x5d297a=tc({'embedId':_0x2197ab,'active':_0x3171dc(()=>_0x585003[_0x139640(0x1fb)],_0x585003['getActive'](),!0x1,[_0x585003]),'fullscreen':_0x532212,'usesDomFloatingStage':_0x261fa0,'renderScopeActive':_0x3171dc(()=>_0x3bc710,!0x1,!0x1,[_0x3bc710])})===_0x139640(0x1a9),[_0x257ff0,_0x3cd957]=_0x5c70c0(null),_0x20c6b1=_0x2e9dd1=>({'open':_0x257ff0===_0x2e9dd1,'onOpenChange':_0x11e919=>_0x3cd957(_0x11e919?_0x2e9dd1:null)});_0x1bdf43(()=>{if(!_0x257ff0)return;let _0x46a7d9=_0xeb16a=>{const _0x47d5ae=_0x2546;Fp(_0xeb16a[_0x47d5ae(0x3c3)],_0x2197ab)||_0x3cd957(null);};return document['addEventListener']('pointerdown',_0x46a7d9,!0x0),()=>{const _0x246b80=_0x2546;document[_0x246b80(0x536)](_0x246b80(0x426),_0x46a7d9,!0x0);};},[_0x2197ab,_0x257ff0]);let _0x1f0aa6=_0x3171dc(()=>_0x260af4[_0x139640(0x23a)][_0x139640(0x3cf)](_0x2ac3e5(()=>ip(_0x260af4[_0x139640(0x5f0)](_0x1cc302[_0x139640(0x3b6)])))),ip(_0x260af4['getFlatMenuByPositionKey'](_0x1cc302[_0x139640(0x3b6)])),!0x1,[_0x260af4]),_0x28365a=_0x4e470e(()=>new Set(op(_0x1f0aa6)[_0x139640(0x235)](_0x3b167b=>_0x3b167b['id'])),[_0x1f0aa6]),_0x3a8921=()=>{const _0x37f3c2=_0x139640;_0x585003['activate']({'hostUnitId':_0x50304f,'embedId':_0x2197ab,'childUnitId':_0x4f75fd},_0x37f3c2(0x1a9)),_0x24dd20['setCurrentUnitForType'](_0x4f75fd);},_0x4127d3=(_0x4a7ca0,_0x1787b6)=>{const _0x129630=_0x139640;_0x3a8921(),_0x32bf2[_0x129630(0x55e)](_0x4a7ca0,_0x1787b6);},_0x531539=(_0x3204fc,_0x248f92)=>{const _0x1378dd=_0x139640;let _0x11b817=up(_0x3204fc,_0x248f92);_0x11b817&&_0x4127d3(_0x11b817['commandId'],_0x11b817[_0x1378dd(0x1bd)]);},_0x3d8486=()=>{const _0x133400=_0x139640;let _0x52742c=_0x24dd20['getUnit'](_0x4f75fd,_0x3202aa[_0x133400(0x4b0)]),_0x5686c4=_0x52742c==null?void 0x0:_0x52742c['getActiveSheet']();return!_0x52742c||!_0x5686c4?null:{'workbook':_0x52742c,'worksheet':_0x5686c4,'unitId':_0x52742c[_0x133400(0x18a)](),'subUnitId':_0x5686c4[_0x133400(0x49b)]()};},_0xae3675=()=>{const _0x1c95d5=_0x139640;var _0x16eb79,_0x268cd2;return(_0x16eb79=(_0x268cd2=_0x5205b6['getCurrentSelections']())==null?void 0x0:_0x268cd2[_0x1c95d5(0x235)](_0x3be174=>_0x3be174[_0x1c95d5(0x1ed)]))==null?[]:_0x16eb79;},_0x425937=(_0xf4faad,_0x50c9c5,_0x4fffb2=_0x2f927a[_0x139640(0x4c9)],_0x3483d3=_0x139640(0x5d3))=>{const _0x4e934c=_0x139640;let _0x173bd2=_0x3d8486(),_0x160c9e=_0xae3675();!_0x173bd2||!_0x160c9e[_0x4e934c(0x39b)]||_0x531539(_0xf4faad,{'unitId':_0x173bd2['unitId'],'subUnitId':_0x173bd2[_0x4e934c(0x350)],'ranges':_0x160c9e,'value':{'type':_0x50c9c5,'color':_0x3483d3,'style':_0x4fffb2,'activeBorderType':!0x0}});},_0x345ee8=()=>{const _0x11a103=_0x139640;_0x32bf2[_0x11a103(0x55e)](_0x20e854['id'],{'hostUnitId':_0x50304f,'embedId':_0x2197ab});};return _0x28864a(_0x139640(0x401),{'className':_0x187b73('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',{'univer-hidden':!_0x5d297a,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x532212,'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':!_0x532212,'-univer-top-9':!_0x532212&&_0x4c8b5d!==_0x139640(0x262),'-univer-top-[52px]':!_0x532212&&_0x4c8b5d===_0x139640(0x262)}),'data-u-comp':'sheet-embed-floating-menu','data-embed-floating-menu':_0x139640(0x325),'data-embed-id':_0x2197ab,'data-embed-float-stage':_0x5d297a?_0x139640(0x1a9):_0x139640(0x2a9),'onPointerDown':_0x255773=>_0x255773[_0x139640(0x661)](),'onMouseDown':Pp,'children':[_0x28365a['has'](_0x139640(0x614))&&_0x5866b8(vp,{'item':_0x1f0aa6[_0x139640(0x614)],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':()=>_0x531539(_0x1f0aa6[_0x139640(0x614)]),'children':_0x5866b8(_0x2a97e5,{})}),_0x28365a[_0x139640(0x17b)]('divider-format-tools')&&_0x5866b8(_0x16eb28,{'orientation':_0x139640(0x5b9)}),_0x28365a[_0x139640(0x17b)](_0x139640(0x2ee))&&_0x5866b8(bp,{'menuItem':_0x1f0aa6[_0x139640(0x2ee)],'onClick':()=>_0x531539(_0x1f0aa6[_0x139640(0x2ee)])}),_0x28365a[_0x139640(0x17b)](_0x139640(0x42e))&&_0x5866b8(_0x16eb28,{'orientation':_0x139640(0x5b9)}),_0x28365a[_0x139640(0x17b)]('fontFamily')&&_0x5866b8(xp,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6[_0x139640(0x40a)],'title':_0x139640(0x59a),..._0x20c6b1(_0x139640(0x40a)),'onSelect':_0x563e57=>_0x531539(_0x1f0aa6[_0x139640(0x40a)],{'value':_0x563e57})}),_0x28365a[_0x139640(0x17b)](_0x139640(0x54b))&&_0x5866b8(Sp,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6[_0x139640(0x54b)],'title':_0x139640(0x62e),..._0x20c6b1('fontSize'),'onSelect':_0x2beab6=>_0x531539(_0x1f0aa6[_0x139640(0x54b)],{'value':Number(_0x2beab6)})}),_0x28365a[_0x139640(0x17b)]('bold')&&_0x5866b8(vp,{'item':_0x1f0aa6[_0x139640(0x60d)],'title':_0x139640(0x318),'onClick':()=>_0x531539(_0x1f0aa6['bold']),'children':_0x5866b8(_0x5e1c55,{})}),_0x28365a['has'](_0x139640(0x198))&&_0x5866b8(_0x16eb28,{'orientation':'vertical'}),_0x28365a[_0x139640(0x17b)]('textColor')&&_0x5866b8(Ep,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6['textColor'],'title':_0x139640(0x495),'icon':_0x5866b8(_0x25090a,{'className':_0x139640(0x457)}),'defaultColor':'#111827',..._0x20c6b1(_0x139640(0x240)),'onChange':_0x5b06f5=>_0x531539(_0x1f0aa6[_0x139640(0x240)],{'value':_0x5b06f5}),'onReset':()=>_0x4127d3(_0x30071d['id'])}),_0x28365a['has'](_0x139640(0x4bc))&&_0x5866b8(Ep,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6[_0x139640(0x4bc)],'title':'embed-ui.sheetsFloating.toolbar.fillColor.main','icon':_0x5866b8(_0x1656ed,{'className':'univer-fill-primary-600'}),'defaultColor':_0x139640(0x66f),..._0x20c6b1(_0x139640(0x4bc)),'onChange':_0x350073=>_0x531539(_0x1f0aa6['backgroundColor'],{'value':_0x350073}),'onReset':()=>_0x4127d3(_0xdbaed0['id'])}),_0x28365a['has']('borderComposite')&&_0x5866b8(Dp,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6['borderComposite'],..._0x20c6b1(_0x139640(0x1b4)),'onSelect':(_0x1b891e,_0x5198d9,_0x764648)=>_0x425937(_0x1f0aa6[_0x139640(0x1b4)],_0x1b891e,_0x5198d9,_0x764648)}),_0x28365a[_0x139640(0x17b)](_0x139640(0x4f3))&&_0x5866b8(_0x16eb28,{'orientation':_0x139640(0x5b9)}),_0x28365a[_0x139640(0x17b)](_0x139640(0x4d0))&&_0x5866b8(Op,{'embedId':_0x2197ab,'menuItems':_0x1f0aa6[_0x139640(0x4d0)],..._0x20c6b1('merge'),'execute':_0x531539}),_0x28365a['has'](_0x139640(0x284))&&_0x5866b8(Cp,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6[_0x139640(0x284)],..._0x20c6b1('horizontalAlign'),'execute':_0x531539}),_0x28365a[_0x139640(0x17b)](_0x139640(0x290))&&_0x5866b8(wp,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6[_0x139640(0x290)],..._0x20c6b1(_0x139640(0x290)),'execute':_0x531539}),_0x28365a[_0x139640(0x17b)](_0x139640(0x631))&&_0x5866b8(kp,{'embedId':_0x2197ab,'menuItem':_0x1f0aa6['wrap'],..._0x20c6b1(_0x139640(0x631)),'execute':_0x4127d3}),_0x28365a[_0x139640(0x17b)](_0x139640(0x680))&&_0x5866b8(_0x16eb28,{'orientation':_0x139640(0x5b9)}),_0x28365a['has'](_0x139640(0x688))&&_0x5866b8(vp,{'item':_0x1f0aa6[_0x139640(0x688)],'title':_0x139640(0x16b),'onClick':()=>_0x531539(_0x1f0aa6[_0x139640(0x688)]),'children':_0x5866b8(_0x1e1727,{})}),_0x28365a[_0x139640(0x17b)](_0x139640(0x3b0))&&_0x5866b8(_0x16eb28,{'orientation':_0x139640(0x5b9)}),_0x28365a[_0x139640(0x17b)](_0x139640(0x65c))&&_0x5866b8(_p,{'title':_0x21e722['t'](_0x139640(0x629)),'className':_0x139640(0x38e),'onClick':_0x345ee8,'children':_0x5866b8(_0x13bd33,{})})]});}const hp=_0xc3dff5(({children:_0x4aa41,className:_0x321495,title:_0x430293,onClick:_0x42afac,onMouseDown:_0x4d5a43,onPointerDown:_0x778596,..._0x2ef756},_0x354693)=>{const _0x3a4fba=_0x40f88b;let _0x488d18=_0x3d8863(_0x515367)['t'](_0x430293);return _0x5866b8(_0x44b255,{'ref':_0x354693,'type':'button','size':_0x3a4fba(0x61c),'variant':'ghost','aria-label':_0x488d18,'title':_0x488d18,'className':_0x187b73(_0x3a4fba(0x69c),_0x321495),'onPointerDown':_0x21e136=>{const _0x32bd2=_0x3a4fba;_0x21e136[_0x32bd2(0x661)](),_0x778596==null||_0x778596(_0x21e136);},'onMouseDown':_0x225545=>{const _0x3d8034=_0x3a4fba;_0x225545[_0x3d8034(0x661)](),_0x4d5a43==null||_0x4d5a43(_0x225545);},'onClick':_0x3bcfae=>{const _0x12a246=_0x3a4fba;_0x42afac==null||_0x42afac(_0x3bcfae),_0x3bcfae[_0x12a246(0x661)]();},..._0x2ef756,'children':_0x4aa41});}),gp=_0xc3dff5(({title:_0x540ebd,primary:_0x110ecc,disabled:_0x5a7224,open:_0x5b84b5,onPrimaryClick:_0x2a66c1,onMouseDown:_0x16b95f,onPointerDown:_0x4c758d,onClick:_0x4709af,..._0x2376f3},_0x270e15)=>_0x28864a(_0x40f88b(0x401),{'ref':_0x270e15,'className':_0x187b73('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':_0x5b84b5,'univer-cursor-not-allowed\x20univer-opacity-60':_0x5a7224}),'onPointerDown':_0x404ad9=>{const _0x2c4cf3=_0x40f88b;_0x404ad9[_0x2c4cf3(0x661)](),_0x4c758d==null||_0x4c758d(_0x404ad9);},'onMouseDown':_0x110024=>{const _0x287bd1=_0x40f88b;_0x110024[_0x287bd1(0x661)](),_0x16b95f==null||_0x16b95f(_0x110024);},'onClick':_0x3b5e16=>{const _0x5e012d=_0x40f88b;_0x4709af==null||_0x4709af(_0x3b5e16),_0x3b5e16[_0x5e012d(0x661)]();},..._0x2376f3,'children':[_0x5866b8(_0x40f88b(0x171),{'type':_0x40f88b(0x171),'className':'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','disabled':_0x5a7224,'onClick':_0x15319f=>{_0x15319f['stopPropagation'](),_0x2a66c1();},'children':_0x110ecc}),_0x5866b8(_0x16eb28,{'orientation':_0x40f88b(0x5b9)}),_0x5866b8(_0x40f88b(0x171),{'type':_0x40f88b(0x171),'className':'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','disabled':_0x5a7224,'children':_0x5866b8(_0x2bbad6,{})})]}));gp[_0x40f88b(0x378)]=_0x40f88b(0x2be);function _p(_0x28ecc9){const _0xfb49a=_0x40f88b;let {children:_0x174b0d,title:_0x391553,className:_0x4cc2c4,disabled:_0x5c6d2a,active:_0x121d31,onClick:_0x551ae1}=_0x28ecc9;return _0x5866b8(_0x3d6467,{'title':_0x391553,'placement':_0xfb49a(0x2ef),'children':_0x5866b8(_0x5c0f94,{'className':_0x187b73(_0xfb49a(0x1dc),_0x4cc2c4),'disabled':_0x5c6d2a,'active':_0x121d31,'onClick':_0x551ae1,'children':_0x174b0d})});}function vp(_0x2fd842){let {item:_0xc632ba,children:_0x34d93f,title:_0x460f49,onClick:_0x4fdd47}=_0x2fd842,{hidden:_0x1eb108,disabled:_0x2b07c5,activated:_0x2fcb53}=yp(_0xc632ba),_0xe523d4=_0x3d8863(_0x515367);return!_0xc632ba||_0x1eb108?null:_0x5866b8(_p,{'title':_0xe523d4['t'](_0x460f49),'disabled':_0x2b07c5,'active':_0x2fcb53,'onClick':_0x4fdd47,'children':_0x34d93f});}function yp(_0x160135){return{'hidden':_0x3171dc(()=>{const _0x1e8fa8=_0x2546;var _0x238498,_0x2c1001;return(_0x238498=_0x160135==null||(_0x2c1001=_0x160135[_0x1e8fa8(0x3c4)])==null?void 0x0:_0x2c1001[_0x1e8fa8(0x3cf)](_0x274b19(!0x1)))==null?_0x2fe812(!0x1):_0x238498;},!0x1,!0x1,[_0x160135]),'disabled':_0x3171dc(()=>{const _0x518cac=_0x2546;var _0x18e85e,_0xe06af6;return(_0x18e85e=_0x160135==null||(_0xe06af6=_0x160135['disabled$'])==null?void 0x0:_0xe06af6[_0x518cac(0x3cf)](_0x274b19(!0x1)))==null?_0x2fe812(!0x1):_0x18e85e;},!0x1,!0x1,[_0x160135]),'activated':_0x3171dc(()=>{const _0x14949e=_0x2546;var _0x10a608,_0x294fc7;return(_0x10a608=_0x160135==null||(_0x294fc7=_0x160135[_0x14949e(0x3fc)])==null?void 0x0:_0x294fc7[_0x14949e(0x3cf)](_0x274b19(!0x1)))==null?_0x2fe812(!0x1):_0x10a608;},!0x1,!0x1,[_0x160135]),'value':_0x3171dc(()=>{const _0x35aa31=_0x2546;var _0x1d4b66,_0x52502f;return(_0x1d4b66=_0x160135==null||(_0x52502f=_0x160135['value$'])==null?void 0x0:_0x52502f[_0x35aa31(0x3cf)](_0x274b19(void 0x0)))==null?_0x2fe812(void 0x0):_0x1d4b66;},void 0x0,!0x1,[_0x160135])};}function bp(_0x1e89c2){const _0x2f863e=_0x40f88b;let {menuItem:_0x1a3079,onClick:_0x5162c5}=_0x1e89c2,{hidden:_0x26c500,disabled:_0xcbceda,value:_0x3e2e08}=yp(_0x1a3079),_0x132d7d=_0x3d8863(_0x515367);if(!_0x1a3079||_0x26c500)return null;let _0x56d52e=_0x132d7d['t'](_0x2f863e(0x20c));return _0x5866b8(_0x3d6467,{'title':_0x56d52e,'placement':'bottom','children':_0x28864a(hp,{'title':_0x56d52e,'disabled':_0xcbceda,'onClick':_0x5162c5,'children':[_0x5866b8(_0x53c558,{}),_0x5866b8('span',{'children':typeof _0x3e2e08==_0x2f863e(0x4ab)&&_0x3e2e08?_0x3e2e08:_0x2f863e(0x331)}),_0x5866b8(_0x2bbad6,{})]})});}function xp(_0x29513b){const _0x52f122=_0x40f88b;let {embedId:_0x2611ae,menuItem:_0x266a39,title:_0x478347,open:_0x1c6ca3,onOpenChange:_0x24c044,onSelect:_0x117b4f}=_0x29513b,{hidden:_0x24b8a1,disabled:_0x287fae,value:_0x24a9b7}=yp(_0x266a39);if(!_0x266a39||_0x24b8a1)return null;let _0x19d5df=typeof _0x24a9b7==_0x52f122(0x4ab)&&_0x24a9b7?_0x24a9b7:_0x52f122(0x2e9);return _0x5866b8(zp,{'embedId':_0x2611ae,'disabled':_0x287fae,'title':_0x478347,'open':_0x1c6ca3,'onOpenChange':_0x24c044,'trigger':_0x28864a(_0x5d4b2b,{'children':[_0x5866b8('span',{'className':_0x52f122(0x4c2),'children':_0x19d5df}),_0x5866b8(_0x2bbad6,{})]}),'overlay':_0x5866b8(_0x52f122(0x401),{'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':Pp,'onMouseDown':Pp,'children':_0x5866b8(_0x4d88d3,{'value':_0x19d5df,'onChange':_0x4502ce=>{_0x117b4f(_0x4502ce),_0x24c044(!0x1);}})})});}function Sp(_0x432050){const _0x1e6906=_0x40f88b;let {embedId:_0x1f90dd,menuItem:_0x151cf7,title:_0x344b18,open:_0x20da4d,onOpenChange:_0x1c8cbb,onSelect:_0x5698fc}=_0x432050,{hidden:_0x6de51,disabled:_0x2ae160,value:_0x37d9c5}=yp(_0x151cf7);if(!_0x151cf7||_0x6de51)return null;let _0x1b62f7=typeof _0x37d9c5=='number'||typeof _0x37d9c5=='string'?Number(_0x37d9c5):0xb;return _0x5866b8(zp,{'embedId':_0x1f90dd,'disabled':_0x2ae160,'title':_0x344b18,'open':_0x20da4d,'onOpenChange':_0x1c8cbb,'trigger':_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x1e6906(0x25d),{'className':_0x1e6906(0x5fa),'children':_0x1b62f7}),_0x5866b8(_0x2bbad6,{})]}),'overlay':_0x5866b8(_0x1e6906(0x401),{'className':_0x1e6906(0x17f),'onPointerDown':Pp,'onMouseDown':Pp,'children':tp()[_0x1e6906(0x235)](_0x75fb60=>{const _0x189509=_0x1e6906;let _0xea28a5=Number(_0x75fb60[_0x189509(0x2cb)])===_0x1b62f7;return _0x28864a('button',{'type':_0x189509(0x171),'className':_0x187b73('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-bg-gray-100\x20dark:!univer-bg-gray-700':_0xea28a5}),'onClick':()=>{_0x5698fc(String(_0x75fb60['value'])),_0x1c8cbb(!0x1);},'children':[_0x5866b8(_0x189509(0x25d),{'children':_0x75fb60[_0x189509(0x3f8)]}),_0xea28a5&&_0x5866b8(_0x2156a4,{'className':'univer-text-primary-600'})]},_0x75fb60['value']);})})});}function Cp(_0x5c789c){const _0x18301a=_0x40f88b;let {embedId:_0x290633,menuItem:_0x428717,open:_0x184f6c,onOpenChange:_0x44297f,execute:_0xee1ccf}=_0x5c789c,{hidden:_0x39db4c,disabled:_0x120c7c}=yp(_0x428717);return!_0x428717||_0x39db4c?null:_0x5866b8(zp,{'embedId':_0x290633,'disabled':_0x120c7c,'title':'embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','triggerClassName':_0x18301a(0x237),'open':_0x184f6c,'onOpenChange':_0x44297f,'trigger':_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x71e361,{}),_0x5866b8(_0x2bbad6,{})]}),'overlay':_0x5866b8(Lp,{'embedId':_0x290633,'onPointerDown':_0x3bff37=>_0x3bff37['stopPropagation'](),'children':_0x28864a(Rp,{'children':[_0x5866b8(Tp,{'item':_0x428717,'title':_0x18301a(0x2dc),'onClick':()=>_0xee1ccf(_0x428717,{'value':_0x330c87[_0x18301a(0x3e0)]}),'children':_0x5866b8(_0x71e361,{})}),_0x5866b8(Tp,{'item':_0x428717,'title':_0x18301a(0x645),'onClick':()=>_0xee1ccf(_0x428717,{'value':_0x330c87[_0x18301a(0x352)]}),'children':_0x5866b8(_0x447917,{})}),_0x5866b8(Tp,{'item':_0x428717,'title':_0x18301a(0x5f1),'onClick':()=>_0xee1ccf(_0x428717,{'value':_0x330c87[_0x18301a(0x3e7)]}),'children':_0x5866b8(_0x1bbf15,{})})]})})});}function wp(_0x5ec485){const _0x1bd208=_0x40f88b;let {embedId:_0x44c493,menuItem:_0x5e1aa3,open:_0x34187d,onOpenChange:_0x51d765,execute:_0x32e5e9}=_0x5ec485,{hidden:_0x3553a6,disabled:_0x1742c7}=yp(_0x5e1aa3);return!_0x5e1aa3||_0x3553a6?null:_0x5866b8(zp,{'embedId':_0x44c493,'disabled':_0x1742c7,'title':_0x1bd208(0x366),'triggerClassName':_0x1bd208(0x237),'open':_0x34187d,'onOpenChange':_0x51d765,'trigger':_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x3148fb,{}),_0x5866b8(_0x2bbad6,{})]}),'overlay':_0x5866b8(Lp,{'embedId':_0x44c493,'onPointerDown':_0x56b5a2=>_0x56b5a2[_0x1bd208(0x661)](),'children':_0x28864a(Rp,{'children':[_0x5866b8(Tp,{'item':_0x5e1aa3,'title':_0x1bd208(0x3c2),'onClick':()=>_0x32e5e9(_0x5e1aa3,{'value':_0x323522['TOP']}),'children':_0x5866b8(_0x2e045b,{})}),_0x5866b8(Tp,{'item':_0x5e1aa3,'title':_0x1bd208(0x2a0),'onClick':()=>_0x32e5e9(_0x5e1aa3,{'value':_0x323522['MIDDLE']}),'children':_0x5866b8(_0x3148fb,{})}),_0x5866b8(Tp,{'item':_0x5e1aa3,'title':_0x1bd208(0x636),'onClick':()=>_0x32e5e9(_0x5e1aa3,{'value':_0x323522[_0x1bd208(0x641)]}),'children':_0x5866b8(_0x21029c,{})})]})})});}function Tp(_0x11dccd){let {item:_0xf56e1b,title:_0x4dc596,children:_0x18662d,onClick:_0x2563ba}=_0x11dccd,{hidden:_0x3d7527,disabled:_0x22ef80,activated:_0x52f7c0}=yp(_0xf56e1b);return!_0xf56e1b||_0x3d7527?null:_0x5866b8(Wp,{'title':_0x4dc596,'disabled':_0x22ef80,'active':_0x52f7c0,'onClick':_0x2563ba,'children':_0x18662d});}function Ep(_0x14edc0){const _0x4063da=_0x40f88b;let {embedId:_0x313f9e,menuItem:_0x16c44e,title:_0x5bbc82,icon:_0x45d7be,defaultColor:_0x1f46cb,open:_0x5564e6,onOpenChange:_0x304007,onChange:_0x2df98f,onReset:_0x1145c5}=_0x14edc0,_0x470c07=_0x3d8863(_0x515367),{hidden:_0x26216e,disabled:_0x2c38ac,value:_0x2acd61}=yp(_0x16c44e),[_0x3b9c2c,_0xa01cb2]=_0x5c70c0(_0x1f46cb);return!_0x16c44e||_0x26216e?null:_0x5866b8(_0x2d1f60,{'disabled':_0x2c38ac,'align':_0x4063da(0x5ef),'sideOffset':0x6,'open':_0x5564e6,'onOpenChange':_0x304007,'onPointerDownOutside':_0x1cce29=>Ip(_0x1cce29,_0x313f9e),'onFocusOutside':_0x4830d7=>Ip(_0x4830d7,_0x313f9e),'onInteractOutside':_0x44806e=>Ip(_0x44806e,_0x313f9e),'overlay':_0x28864a(_0x4063da(0x401),{'data-embed-id':_0x313f9e,'data-embed-floating-menu-popup':_0x4063da(0x325),'className':_0x4063da(0x454),'onPointerDown':Pp,'onMouseDown':Pp,'children':[_0x5866b8(_0x1301de,{'value':typeof _0x2acd61==_0x4063da(0x4ab)&&_0x2acd61?_0x2acd61:_0x3b9c2c,'onChange':_0x4b3571=>{_0xa01cb2(_0x4b3571),_0x2df98f(_0x4b3571);}}),_0x5866b8(_0x16eb28,{}),_0x28864a('button',{'type':_0x4063da(0x171),'className':_0x4063da(0x2bb),'onClick':()=>{_0xa01cb2(_0x1f46cb),_0x1145c5(),_0x304007(!0x1);},'children':[_0x5866b8(_0x328aa9,{}),_0x5866b8(_0x4063da(0x25d),{'children':_0x470c07['t']('embed-ui.sheetsFloating.toolbar.resetColor')})]})]}),'children':_0x5866b8(hp,{'title':_0x5bbc82,'disabled':_0x2c38ac,'children':_0x45d7be})});}function Dp(_0x3f2f90){const _0x45e2d9=_0x40f88b;let {embedId:_0x5d22fc,menuItem:_0x3e2695,open:_0x21ebb6,onOpenChange:_0x5df41e,onSelect:_0x8f93de}=_0x3f2f90,_0x186ebf=_0x3d8863(_0x515367),_0x2099cd=_0x3d8863(_0x3d0648),{hidden:_0x554ff4,disabled:_0x2a3934}=yp(_0x3e2695),[_0x48fc18,_0x4ab7e9]=_0x5c70c0(_0x3e8260[_0x45e2d9(0x1d5)]),[_0x2520b0,_0x109cb1]=_0x5c70c0(_0x2f927a[_0x45e2d9(0x4c9)]),[_0x25df9f,_0x5df6a9]=_0x5c70c0(_0x45e2d9(0x5d3));if(!_0x3e2695||_0x554ff4)return null;let _0x32b18b=(_0x1b6e8c=_0x48fc18,_0x449806=_0x2520b0,_0x2a9e26=_0x25df9f)=>{_0x4ab7e9(_0x1b6e8c),_0x109cb1(_0x449806),_0x5df6a9(_0x2a9e26),_0x8f93de(_0x1b6e8c,_0x449806,_0x2a9e26);},_0x1875d6=_0x2b6f6d=>{var _0x47c22b,_0x3f77a3;return(_0x47c22b=(_0x3f77a3=ep()['find'](_0x2ac66d=>_0x2ac66d['value']===_0x2b6f6d))==null?void 0x0:_0x3f77a3['icon'])==null?'AllBorderIcon':_0x47c22b;},_0x400873=(_0x4bcc82,_0x33118b='univer-fill-primary-600')=>{const _0x52abaf=_0x45e2d9;let _0x5f46b7=_0x2099cd[_0x52abaf(0x5c1)](_0x4bcc82);return _0x5f46b7?_0x5866b8(_0x5f46b7,{'className':_0x33118b}):_0x5866b8(_0x428473,{});};return _0x5866b8(_0x2d1f60,{'disabled':_0x2a3934,'align':'start','sideOffset':0x6,'open':_0x21ebb6,'onOpenChange':_0x5df41e,'onPointerDownOutside':_0x45f8a7=>Ip(_0x45f8a7,_0x5d22fc),'onFocusOutside':_0x576f94=>Ip(_0x576f94,_0x5d22fc),'onInteractOutside':_0x5ce61d=>Ip(_0x5ce61d,_0x5d22fc),'overlay':_0x28864a(Lp,{'embedId':_0x5d22fc,'onPointerDown':_0x3ea428=>_0x3ea428[_0x45e2d9(0x661)](),'children':[_0x5866b8(_0x45e2d9(0x401),{'className':_0x45e2d9(0x400),'children':ep()[_0x45e2d9(0x235)](_0xd5447f=>_0x5866b8(Wp,{'title':_0xd5447f[_0x45e2d9(0x3f8)],'active':_0x48fc18===_0xd5447f['value'],'onClick':()=>_0x32b18b(_0xd5447f[_0x45e2d9(0x2cb)]),'children':_0x400873(_0xd5447f[_0x45e2d9(0x342)])},_0xd5447f['value']))}),_0x5866b8(_0x16eb28,{}),_0x28864a(Rp,{'children':[_0x5866b8(_0x2d1f60,{'align':_0x45e2d9(0x5ef),'sideOffset':0x6,'onPointerDownOutside':_0x254273=>Ip(_0x254273,_0x5d22fc),'onFocusOutside':_0xb2334b=>Ip(_0xb2334b,_0x5d22fc),'onInteractOutside':_0x2ace0f=>Ip(_0x2ace0f,_0x5d22fc),'overlay':_0x5866b8(_0x45e2d9(0x401),{'data-embed-id':_0x5d22fc,'data-embed-floating-menu-popup':_0x45e2d9(0x325),'className':'univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','onPointerDown':Pp,'onMouseDown':Pp,'children':_0x5866b8(_0x1301de,{'value':_0x25df9f,'onChange':_0x443320=>_0x32b18b(_0x48fc18,_0x2520b0,_0x443320)})}),'children':_0x28864a(Wp,{'title':_0x45e2d9(0x332),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x5866b8(_0x1656ed,{'extend':{'colorChannel1':_0x25df9f}}),_0x5866b8(_0x2bbad6,{})]})}),_0x5866b8(_0x2d1f60,{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x177a51=>Ip(_0x177a51,_0x5d22fc),'onFocusOutside':_0x1fb2d1=>Ip(_0x1fb2d1,_0x5d22fc),'onInteractOutside':_0x285a13=>Ip(_0x285a13,_0x5d22fc),'overlay':_0x5866b8(_0x45e2d9(0x401),{'data-embed-id':_0x5d22fc,'data-embed-floating-menu-popup':_0x45e2d9(0x325),'className':_0x45e2d9(0x4bf),'onPointerDown':Pp,'onMouseDown':Pp,'children':_0x429c1c[_0x45e2d9(0x235)](_0xf19ab3=>_0x5866b8('button',{'type':_0x45e2d9(0x171),'className':_0x187b73('univer-relative\x20univer-flex\x20univer-h-8\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x2520b0===_0xf19ab3[_0x45e2d9(0x2cb)]}),'onClick':()=>_0x32b18b(_0x48fc18,_0xf19ab3[_0x45e2d9(0x2cb)]),'children':_0x5866b8(_0x549ba3,{'className':_0x45e2d9(0x511),'type':_0xf19ab3[_0x45e2d9(0x2cb)]})},_0xf19ab3[_0x45e2d9(0x2cb)]))}),'children':_0x28864a(Wp,{'title':_0x45e2d9(0x3e4),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x5866b8(_0x549ba3,{'className':_0x45e2d9(0x511),'type':_0x2520b0}),_0x5866b8(_0x2bbad6,{})]})})]})]}),'children':_0x5866b8(gp,{'title':_0x186ebf['t'](_0x45e2d9(0x1b6)),'disabled':_0x2a3934,'open':_0x21ebb6,'primary':_0x400873(_0x1875d6(_0x48fc18),_0x45e2d9(0x16e)),'onPrimaryClick':()=>{_0x32b18b(),_0x5df41e(!0x1);}})});}function Op(_0x208818){const _0x1307f7=_0x40f88b;let {embedId:_0x1c04e0,menuItems:_0x3ec391,open:_0x427ca6,onOpenChange:_0x299cb1,execute:_0x42a45c}=_0x208818,_0x3e0530=_0x3d8863(_0x515367),{hidden:_0x4b2259,disabled:_0x11f006}=yp(_0x3ec391==null?void 0x0:_0x3ec391[_0x1307f7(0x621)]),_0x3f3601=[];return[{'item':_0x3ec391==null?void 0x0:_0x3ec391[_0x1307f7(0x54c)],'icon':_0x5866b8(_0x465ff3,{})},{'item':_0x3ec391==null?void 0x0:_0x3ec391[_0x1307f7(0x5b9)],'icon':_0x5866b8(_0x3c63c7,{})},{'item':_0x3ec391==null?void 0x0:_0x3ec391[_0x1307f7(0x231)],'icon':_0x5866b8(_0x497926,{})},{'item':_0x3ec391==null?void 0x0:_0x3ec391['unmerge'],'icon':_0x5866b8(_0x4a7593,{})}]['forEach'](({item:_0xad7a4,icon:_0x3948c1})=>{const _0x10e3d2=_0x1307f7;_0xad7a4&&_0x3f3601[_0x10e3d2(0x486)]({'item':_0xad7a4,'icon':_0x3948c1});}),!(_0x3ec391!=null&&_0x3ec391[_0x1307f7(0x621)])||_0x4b2259||!_0x3f3601[_0x1307f7(0x39b)]?null:_0x5866b8(zp,{'embedId':_0x1c04e0,'disabled':_0x11f006,'title':_0x1307f7(0x668),'triggerClassName':_0x1307f7(0x237),'open':_0x427ca6,'onOpenChange':_0x299cb1,'trigger':_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x465ff3,{}),_0x5866b8(_0x2bbad6,{})]}),'overlay':_0x5866b8(Vp,{'children':_0x3f3601[_0x1307f7(0x235)](({item:_0x46b6d4,icon:_0x350bc7})=>_0x5866b8(Hp,{'icon':_0x350bc7,'onClick':()=>{_0x42a45c(_0x46b6d4),_0x299cb1(!0x1);},'children':_0x3e0530['t'](Ap(_0x46b6d4))},_0x46b6d4['id']))})});}function kp(_0x5016d1){const _0x56cdb7=_0x40f88b;let {embedId:_0x375a0a,menuItem:_0x48bfca,open:_0x79aa98,onOpenChange:_0x3bdd3f,execute:_0x436978}=_0x5016d1,_0x42fde5=_0x3d8863(_0x515367),{hidden:_0x3acdca,disabled:_0x296e99}=yp(_0x48bfca);if(!_0x48bfca||_0x3acdca)return null;let _0x5f5deb=lp(_0x48bfca),_0x485980=_0x5f5deb[_0x56cdb7(0x39b)]?_0x5f5deb['map'](_0x3b2b23=>{const _0x20fb9b=_0x56cdb7;var _0x1075ee,_0x92a5c9,_0xa53dd1,_0x27b4f3;return{'label':_0x42fde5['t'](jp(_0x3b2b23)),'icon':Mp(_0x3b2b23[_0x20fb9b(0x2cb)]),'commandId':(_0x1075ee=(_0x92a5c9=(_0xa53dd1=_0x3b2b23[_0x20fb9b(0x550)])==null?_0x48bfca==null?void 0x0:_0x48bfca[_0x20fb9b(0x550)]:_0xa53dd1)==null?_0x48bfca==null?void 0x0:_0x48bfca['id']:_0x92a5c9)==null?_0x7f4c6f['id']:_0x1075ee,'params':(_0x27b4f3=_0x3b2b23[_0x20fb9b(0x1bd)])==null?{'value':_0x3b2b23[_0x20fb9b(0x2cb)]}:_0x27b4f3};}):[{'label':_0x42fde5['t'](_0x56cdb7(0x15e)),'icon':_0x5866b8(_0x21e6f3,{}),'commandId':_0x7f4c6f['id'],'params':{'value':_0x50961d[_0x56cdb7(0x3cd)]}},{'label':_0x42fde5['t'](_0x56cdb7(0x4e8)),'icon':_0x5866b8(_0x127466,{}),'commandId':_0x7f4c6f['id'],'params':{'value':_0x50961d[_0x56cdb7(0x2de)]}},{'label':_0x42fde5['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':_0x5866b8(_0x50ab66,{}),'commandId':_0x7f4c6f['id'],'params':{'value':_0x50961d[_0x56cdb7(0x425)]}}];return _0x5866b8(zp,{'embedId':_0x375a0a,'disabled':_0x296e99,'title':'embed-ui.sheetsFloating.toolbar.textWrapMode.main','triggerClassName':_0x56cdb7(0x237),'open':_0x79aa98,'onOpenChange':_0x3bdd3f,'trigger':_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x50ab66,{}),_0x5866b8(_0x2bbad6,{})]}),'overlay':_0x5866b8(Bp,{'children':_0x485980[_0x56cdb7(0x235)](_0x875ff7=>{const _0x32bac4=_0x56cdb7;var _0x1fd120,_0x2074c3;return _0x5866b8(Up,{'icon':_0x875ff7[_0x32bac4(0x342)],'onClick':()=>{const _0x36e0dc=_0x32bac4;_0x436978(_0x875ff7[_0x36e0dc(0x550)],_0x875ff7[_0x36e0dc(0x1bd)]),_0x3bdd3f(!0x1);},'children':_0x875ff7[_0x32bac4(0x3f8)]},_0x875ff7[_0x32bac4(0x550)]+'-'+String((_0x1fd120=(_0x2074c3=_0x875ff7[_0x32bac4(0x1bd)])==null?void 0x0:_0x2074c3[_0x32bac4(0x2cb)])==null?_0x875ff7[_0x32bac4(0x3f8)]:_0x1fd120));})})});}function Ap(_0x2b53e9){const _0x441504=_0x40f88b;var _0x1b541a,_0x4d0c29;return(_0x1b541a=(_0x4d0c29=_0x2b53e9[_0x441504(0x5c0)])==null?_0x2b53e9[_0x441504(0x5a6)]:_0x4d0c29)==null?_0x2b53e9['id']:_0x1b541a;}function jp(_0xae273f){const _0x4a0b37=_0x40f88b;var _0x18bb51;return typeof _0xae273f['label']==_0x4a0b37(0x4ab)?_0xae273f[_0x4a0b37(0x3f8)]:typeof _0xae273f[_0x4a0b37(0x2cb)]==_0x4a0b37(0x4ab)||typeof _0xae273f[_0x4a0b37(0x2cb)]==_0x4a0b37(0x2fe)?String(_0xae273f[_0x4a0b37(0x2cb)]):(_0x18bb51=_0xae273f['id'])==null?'':_0x18bb51;}function Mp(_0xdd9e67){const _0x26f128=_0x40f88b;return _0xdd9e67===_0x50961d[_0x26f128(0x3cd)]?_0x5866b8(_0x21e6f3,{}):_0xdd9e67===_0x50961d['WRAP']?_0x5866b8(_0x50ab66,{}):_0x5866b8(_0x127466,{});}function Np(_0x3d3081){const _0x2bb160=_0x40f88b;return _0x3d3081 instanceof HTMLElement&&!!_0x3d3081[_0x2bb160(0x208)](_0x2bb160(0x5cc));}function Pp(_0x17a3ac){const _0x47266a=_0x40f88b;_0x17a3ac[_0x47266a(0x661)](),Np(_0x17a3ac[_0x47266a(0x3c3)])||_0x17a3ac[_0x47266a(0x6a0)]();}function Fp(_0x3a5789,_0x3c75f2){const _0xff1cae=_0x40f88b;if(!(_0x3a5789 instanceof HTMLElement))return!0x1;let _0x551424=_0x3a5789['closest'](_0xff1cae(0x1c0));return(_0x551424==null?void 0x0:_0x551424[_0xff1cae(0x283)](_0xff1cae(0x41a)))===_0x3c75f2;}function Ip(_0x227ba1,_0x2a04d4){const _0x506c4b=_0x40f88b;let _0x47b137=_0x227ba1[_0x506c4b(0x3c3)];Fp(_0x47b137,_0x2a04d4)&&_0x227ba1['preventDefault']();}function Lp(_0x52b228){const _0x4bd178=_0x40f88b;let {embedId:_0x4ba235,children:_0x2cf4b2,onPointerDown:_0x30d0ee}=_0x52b228;return _0x5866b8(_0x4bd178(0x4d6),{'data-embed-id':_0x4ba235,'data-embed-floating-menu-popup':_0x4bd178(0x325),'className':'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','onPointerDown':_0x30d0ee,'onMouseDown':Pp,'children':_0x2cf4b2});}function Rp(_0x45cb30){const _0x54ea5a=_0x40f88b;let {children:_0x50af85}=_0x45cb30;return _0x5866b8(_0x54ea5a(0x401),{'className':_0x54ea5a(0x276),'children':_0x50af85});}function zp(_0x20e86f){const _0x1b0653=_0x40f88b;let {embedId:_0x36cb5b,title:_0x37926c,trigger:_0x5525fe,overlay:_0xa0b260,disabled:_0x3fe35d,triggerClassName:_0x37ba0a,open:_0xd4cfc4,onOpenChange:_0x416458}=_0x20e86f;return _0x5866b8(_0x2d1f60,{'disabled':_0x3fe35d,'align':_0x1b0653(0x5ef),'sideOffset':0x6,'open':_0xd4cfc4,'onOpenChange':_0x416458,'onPointerDownOutside':_0x1e98ab=>Ip(_0x1e98ab,_0x36cb5b),'onFocusOutside':_0x3ae625=>Ip(_0x3ae625,_0x36cb5b),'onInteractOutside':_0x35723b=>Ip(_0x35723b,_0x36cb5b),'overlay':_0x5866b8(_0x1b0653(0x401),{'data-embed-id':_0x36cb5b,'data-embed-floating-menu-popup':_0x1b0653(0x325),'onPointerDown':Pp,'onMouseDown':Pp,'children':_0xa0b260}),'children':_0x5866b8(hp,{'title':_0x37926c,'data-state':_0xd4cfc4?_0x1b0653(0x1f8):_0x1b0653(0x35a),'disabled':_0x3fe35d,'className':_0x37ba0a,'children':_0x5525fe})});}function Bp(_0x36a29c){const _0x58f216=_0x40f88b;let {children:_0x3268f5}=_0x36a29c;return _0x5866b8(_0x58f216(0x4d6),{'className':_0x58f216(0x64b),'onPointerDown':Pp,'onMouseDown':Pp,'children':_0x3268f5});}function Vp(_0x4b586c){const _0x4ce7a7=_0x40f88b;let {children:_0x224aff}=_0x4b586c;return _0x5866b8(_0x4ce7a7(0x4d6),{'className':_0x4ce7a7(0x63c),'onPointerDown':Pp,'onMouseDown':Pp,'children':_0x224aff});}function Hp(_0x55030a){const _0x19398a=_0x40f88b;let {children:_0x91a1f3,icon:_0x5a8111,onClick:_0x39bd84}=_0x55030a;return _0x28864a(_0x19398a(0x171),{'type':_0x19398a(0x171),'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':_0x39bd84,'children':[_0x5866b8(_0x19398a(0x25d),{'className':_0x19398a(0x17a),'children':_0x5a8111}),_0x5866b8('span',{'className':_0x19398a(0x277),'children':_0x91a1f3})]});}function Up(_0x4300be){const _0xec0c2b=_0x40f88b;let {children:_0x3dd5fa,icon:_0x4246e7,active:_0x7aef71,onClick:_0x4ce738}=_0x4300be;return _0x28864a(_0xec0c2b(0x171),{'type':_0xec0c2b(0x171),'className':_0x187b73(_0xec0c2b(0x313),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x7aef71}),'onClick':_0x4ce738,'children':[_0x4246e7,_0x3dd5fa]});}function Wp(_0xcb124f){const _0x40cf05=_0x40f88b;let {title:_0x32c21d,active:_0x16e472,disabled:_0x1cb46a,children:_0x26c384,onClick:_0x5c40c0}=_0xcb124f;return _0x5866b8(_0x3d6467,{'title':_0x3d8863(_0x515367)['t'](_0x32c21d),'placement':_0x40cf05(0x2ef),'children':_0x5866b8(_0x5c0f94,{'className':_0x40cf05(0x19a),'disabled':_0x1cb46a,'active':_0x16e472,'onClick':_0x5c40c0,'children':_0x26c384})});}const Gp=new WeakMap(),Kp=new WeakSet();function qp(_0x368553){const _0x231424=_0x40f88b;bu(_0x368553,_0x231424(0x4b8),Jp);}function Jp(_0x51bdb8){const _0x2d86e3=_0x40f88b;let _0x38fe6c=_0x51bdb8['get'](Lo),_0x313eeb=_0x51bdb8[_0x2d86e3(0x5c1)](Fo),_0x2b99d6=_0x51bdb8[_0x2d86e3(0x5c1)](Ra),_0x5dda0f=_0x51bdb8[_0x2d86e3(0x5c1)](Io),_0x5ad869=_0x51bdb8[_0x2d86e3(0x5c1)](rc),_0x33295a=_0x51bdb8['get'](ru),_0x3067b7=_0x51bdb8[_0x2d86e3(0x5c1)](fc);Gf(_0x51bdb8),_0x51bdb8[_0x2d86e3(0x17b)](_0x3ad6e7)||_0x51bdb8['add']([_0x3ad6e7,{'useFactory':()=>_0x51bdb8[_0x2d86e3(0x5c1)](Ba)}]),_0x51bdb8[_0x2d86e3(0x17b)](_0x22a318)||_0x51bdb8[_0x2d86e3(0x538)]([_0x22a318,{'useFactory':()=>Yp({'embedModelService':_0x51bdb8[_0x2d86e3(0x5c1)](_0x38f582),'mountService':_0x51bdb8[_0x2d86e3(0x5c1)](Wo),'activationService':_0x51bdb8[_0x2d86e3(0x5c1)](qo),'restoreService':_0x51bdb8[_0x2d86e3(0x5c1)](ac)})}]),[Bf(),Vf()]['forEach'](_0x4669a5=>{const _0x3be402=_0x2d86e3;_0x38fe6c[_0x3be402(0x5c1)](_0x4669a5['hostType'],_0x4669a5[_0x3be402(0x24c)])||_0x38fe6c[_0x3be402(0x549)](_0x4669a5);});let _0x44456e=qf(_0x51bdb8[_0x2d86e3(0x5c1)](_0x2d49a9));_0x313eeb[_0x2d86e3(0x5c1)](_0x44456e[_0x2d86e3(0x455)])||_0x313eeb['register'](_0x44456e);let _0x26837d=Kf();_0x2b99d6[_0x2d86e3(0x5c1)](_0x26837d[_0x2d86e3(0x455)])||_0x2b99d6['register'](_0x26837d),dp()[_0x2d86e3(0x496)](_0x2d1b3e=>{const _0x4887a8=_0x2d86e3;_0x5dda0f[_0x4887a8(0x5c1)](_0x2d1b3e[_0x4887a8(0x269)],_0x2d1b3e[_0x4887a8(0x24c)],_0x2d1b3e[_0x4887a8(0x455)])||_0x5dda0f[_0x4887a8(0x549)](_0x2d1b3e);}),_0x5ad869[_0x2d86e3(0x1de)](pu(_0x51bdb8,{'childType':_0x3202aa[_0x2d86e3(0x4b0)],'renderManagerService':_0x1f805f})),_0x33295a[_0x2d86e3(0x5c1)](_0x3202aa[_0x2d86e3(0x4b0)])||_0x33295a['register'](Af()),_0x3067b7[_0x2d86e3(0x5c1)](_0x3202aa[_0x2d86e3(0x4b0)])||_0x3067b7[_0x2d86e3(0x549)](Wf(_0x51bdb8)),em({'injector':_0x51bdb8,'previewService':_0x5ad869});}function Yp(_0x17827e){return{'mountSheetTab':({hostUnitId:_0x348036,hostAnchorId:_0x324a59,embedId:_0x21722c})=>{const _0x5e15ab=_0x2546;let _0xb8f591=_0x17827e[_0x5e15ab(0x627)][_0x5e15ab(0x478)](_0x348036,_0x21722c);if(!_0xb8f591||_0xb8f591[_0x5e15ab(0x4e9)]!==_0x324a59)return;let _0x499056=!0x1,_0x1bb6b8=!0x1,_0x33481e;return _0x17827e[_0x5e15ab(0x292)][_0x5e15ab(0x452)]({'descriptor':_0xb8f591})[_0x5e15ab(0x180)](_0x341f02=>{const _0x29f614=_0x5e15ab;_0x499056||(_0x33481e==null||_0x33481e['remove'](),_0x33481e=void 0x0,_0x17827e[_0x29f614(0x598)][_0x29f614(0x60c)](_0x341f02),_0x17827e[_0x29f614(0x227)][_0x29f614(0x1ad)](_0x341f02),_0x1bb6b8=!0x0);})['catch'](_0x37634d=>{_0x499056||(_0x33481e=Xp(_0x324a59,_0x37634d));}),_0x3706d8(()=>{const _0x19ac11=_0x5e15ab;_0x499056=!0x0,_0x33481e==null||_0x33481e[_0x19ac11(0x233)](),_0x1bb6b8&&_0x17827e[_0x19ac11(0x598)][_0x19ac11(0x36c)](_0x21722c),_0x17827e['activationService'][_0x19ac11(0x5ba)](_0x21722c);});},'clearTab':_0x335a87=>{const _0x249cc1=_0x2546;_0x17827e[_0x249cc1(0x227)]['clearTab'](_0x335a87);}};}function Xp(_0x1664c7,_0x15bfba){const _0x1b094c=_0x40f88b;let _0x47e934=Zp(_0x1664c7);if(!_0x47e934)return;let _0x5ad4e4=document[_0x1b094c(0x3a9)](_0x1b094c(0x401));return _0x5ad4e4[_0x1b094c(0x3e8)]['embedSheetsSheetTabError']='true',_0x5ad4e4[_0x1b094c(0x46a)][_0x1b094c(0x565)]=_0x1b094c(0x4df),_0x5ad4e4[_0x1b094c(0x46a)][_0x1b094c(0x56e)]=_0x1b094c(0x46e),_0x5ad4e4[_0x1b094c(0x46a)][_0x1b094c(0x54b)]=_0x1b094c(0x56d),_0x5ad4e4[_0x1b094c(0x689)]=_0x15bfba instanceof Error&&_0x15bfba['message']?_0x15bfba[_0x1b094c(0x21b)]:_0x1b094c(0x5ec),_0x47e934[_0x1b094c(0x4f0)](_0x5ad4e4),_0x5ad4e4;}function Zp(_0x144f0d){const _0x42a0da=_0x40f88b;return document[_0x42a0da(0x406)](_0x42a0da(0x363)+Qp(_0x144f0d)+'\x22]');}function Qp(_0xbe8062){const _0x3cbefa=_0x40f88b;return _0xbe8062[_0x3cbefa(0x429)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function $p(_0x1872eb){const _0x347fbb=_0x40f88b;let _0x92632b=new _0x54c73c(),_0x19b2a5=0x0,_0x17a5ac;if(_0x92632b[_0x347fbb(0x538)](_0x1872eb['previewService'][_0x347fbb(0x16f)][_0x347fbb(0x35d)](_0x3db978=>{const _0x2f1d1f=_0x347fbb;if(typeof _0x3db978[_0x2f1d1f(0x483)]!='string')return;let _0x254dcc=_0x1872eb[_0x2f1d1f(0x627)][_0x2f1d1f(0x32c)](_0x3db978[_0x2f1d1f(0x252)])[_0x2f1d1f(0x44b)](_0x256f7e=>_0x256f7e[_0x2f1d1f(0x18d)]===_0x3db978[_0x2f1d1f(0x18d)]&&_0x256f7e[_0x2f1d1f(0x24c)]===_0x2f1d1f(0x24b));_0x254dcc!=null&&_0x254dcc[_0x2f1d1f(0x4e9)]&&_0x1872eb['canvasFloatDomPreviewService'][_0x2f1d1f(0x1f2)]({'id':_0x254dcc[_0x2f1d1f(0x4e9)],'image':_0x3db978[_0x2f1d1f(0x483)],'updatedAt':_0x3db978[_0x2f1d1f(0x18c)]});})),!_0x1872eb[_0x347fbb(0x413)][_0x347fbb(0x33f)])return _0x92632b;let _0x14d8ec=()=>{const _0x5b6b02=_0x347fbb;_0x17a5ac||_0x19b2a5>=0xf0||(_0x17a5ac=globalThis[_0x5b6b02(0x32b)](()=>{_0x17a5ac=void 0x0,_0x19b2a5+=0x1,_0x2969e4();},0xfa));},_0x1544da=_0x3d3ebd=>{const _0x16a734=_0x347fbb;let _0x5c8b5f=_0x3d3ebd[_0x16a734(0x3fe)];if(!_0x5c8b5f||typeof _0x5c8b5f!=_0x16a734(0x37e))return!0x0;let _0x83431d=rm(_0x5c8b5f,_0x16a734(0x18d)),_0x4011d6=rm(_0x5c8b5f,'hostUnitId');if(!_0x83431d||!_0x4011d6)return!0x0;let _0x2a141c=_0x1872eb[_0x16a734(0x627)]['getDescriptor'](_0x4011d6,_0x83431d);return!_0x2a141c||_0x2a141c[_0x16a734(0x24c)]!==_0x16a734(0x24b)||!_0x2a141c[_0x16a734(0x252)]||_0x2a141c[_0x16a734(0x455)]==null?!0x1:(_0x1872eb['previewService']['requestPreview']({'descriptor':_0x2a141c,'childUnitId':_0x2a141c[_0x16a734(0x252)],'childType':_0x2a141c[_0x16a734(0x455)],'width':_0x3d3ebd[_0x16a734(0x228)],'height':_0x3d3ebd[_0x16a734(0x257)],'dpr':typeof window>'u'?0x1:window[_0x16a734(0x347)]||0x1,'reason':_0x16a734(0x1e7)}),!0x0);},_0x2969e4=()=>{const _0x2f91fe=_0x347fbb;var _0x436890,_0x2caf42;let _0x329ceb=!0x1;(_0x436890=(_0x2caf42=_0x1872eb[_0x2f91fe(0x413)])['getPendingRequests'])==null||_0x436890[_0x2f91fe(0x48f)](_0x2caf42)[_0x2f91fe(0x496)](_0x144c2a=>{_0x1544da(_0x144c2a)||(_0x329ceb=!0x0);}),_0x329ceb&&_0x14d8ec();};return _0x2969e4(),_0x92632b[_0x347fbb(0x538)](_0x1872eb[_0x347fbb(0x413)][_0x347fbb(0x33f)][_0x347fbb(0x35d)](_0x48f456=>{_0x1544da(_0x48f456)||_0x14d8ec();})),_0x92632b[_0x347fbb(0x538)](()=>{const _0x313dcc=_0x347fbb;_0x17a5ac&&globalThis[_0x313dcc(0x4ed)](_0x17a5ac);}),_0x92632b;}function em(_0x2569c4){const _0x439dc9=_0x40f88b;let _0x16ee22=_0x2569c4[_0x439dc9(0x521)],_0x3e9bbe=Gp[_0x439dc9(0x5c1)](_0x16ee22);if(_0x3e9bbe)return _0x3e9bbe;let _0x1ed0f1=nm(_0x2569c4[_0x439dc9(0x521)]);if(_0x1ed0f1!==null){if(_0x1ed0f1){let _0x31634a=$p({'previewService':_0x2569c4[_0x439dc9(0x432)],'embedModelService':_0x1ed0f1[_0x439dc9(0x627)],'canvasFloatDomPreviewService':_0x1ed0f1[_0x439dc9(0x413)]});return Gp['set'](_0x16ee22,_0x31634a),_0x31634a;}_0x2569c4[_0x439dc9(0x63e)]===!0x1||Kp[_0x439dc9(0x17b)](_0x16ee22)||(Kp[_0x439dc9(0x538)](_0x16ee22),tm(_0x2569c4,0x0));}}function tm(_0x32419c,_0x15a1e3){const _0x43e330=_0x40f88b;var _0x281a99,_0x58e6a5;let _0x4fde8e=(_0x281a99=_0x32419c[_0x43e330(0x397)])==null?0xf0:_0x281a99,_0x515244=(_0x58e6a5=_0x32419c[_0x43e330(0x3b9)])==null?0xfa:_0x58e6a5,_0x15631f=_0x32419c['injector'];globalThis['setTimeout'](()=>{if(em({..._0x32419c,'retry':!0x1})||_0x15a1e3+0x1>=_0x4fde8e){Kp['delete'](_0x15631f);return;}tm(_0x32419c,_0x15a1e3+0x1);},_0x515244);}function nm(_0x15dc8b){const _0x50522a=_0x40f88b;try{return!_0x15dc8b[_0x50522a(0x17b)](_0x468389)||!_0x15dc8b[_0x50522a(0x17b)](_0x38f582)?void 0x0:{'embedModelService':_0x15dc8b[_0x50522a(0x5c1)](_0x38f582),'canvasFloatDomPreviewService':_0x15dc8b['get'](_0x468389)};}catch{return null;}}function rm(_0x19aa8f,_0x58b8da){let _0x3f1187=_0x19aa8f[_0x58b8da];return typeof _0x3f1187=='string'?_0x3f1187:void 0x0;}let im=class{constructor(_0x3cc6a0){const _0x2bdc97=_0x40f88b;this[_0x2bdc97(0x5dd)]=_0x3cc6a0,Y(this,_0x2bdc97(0x531),new Map());}[_0x40f88b(0x4f7)](_0x1cb448,_0x37282c){const _0x5de436=_0x40f88b;if(this[_0x5de436(0x531)]['has'](_0x1cb448[_0x5de436(0x18d)]))throw Error(_0x5de436(0x5ea)+_0x1cb448[_0x5de436(0x18d)]);let _0x5f44=this['_mountService'][_0x5de436(0x535)](_0x1cb448['embedId']),_0x3a0b2d=_0x5f44!=null&&_0x5f44[_0x5de436(0x35e)]?this[_0x5de436(0x532)](_0x5f44,_0x37282c):this[_0x5de436(0x4f2)](_0x1cb448,_0x37282c);return this[_0x5de436(0x531)][_0x5de436(0x2e3)](_0x1cb448['embedId'],_0x3a0b2d),{'session':_0x3a0b2d['session'],'ownsSession':_0x3a0b2d[_0x5de436(0x3ba)],'dispose':()=>{const _0x2c759d=_0x5de436;this[_0x2c759d(0x531)]['get'](_0x1cb448['embedId'])===_0x3a0b2d&&(this[_0x2c759d(0x531)][_0x2c759d(0x5ab)](_0x1cb448['embedId']),_0x3a0b2d[_0x2c759d(0x602)]());}};}['_relocateExistingSession'](_0x1f17de,_0x264f4e){const _0x49b18a=_0x40f88b;let _0x4d98b0=_0x1f17de['context'][_0x49b18a(0x2a6)]['rootElement'],_0xa93d09=_0x4d98b0[_0x49b18a(0x473)],_0x1e5e78=_0x4d98b0[_0x49b18a(0x192)];if(!_0xa93d09)throw Error(_0x49b18a(0x416)+_0x1f17de['embedId']);return _0x264f4e['replaceChildren'](_0x4d98b0),{'session':_0x1f17de,'ownsSession':!0x1,'dispose':()=>{const _0x467585=_0x49b18a;if(this[_0x467585(0x5dd)][_0x467585(0x535)](_0x1f17de['embedId'])!==_0x1f17de){_0x4d98b0[_0x467585(0x233)]();return;}(_0x1e5e78==null?void 0x0:_0x1e5e78[_0x467585(0x473)])===_0xa93d09?_0xa93d09['insertBefore'](_0x4d98b0,_0x1e5e78):_0xa93d09[_0x467585(0x52f)](_0x4d98b0);}};}[_0x40f88b(0x4f2)](_0x137c87,_0x41f146){const _0x54cd2f=_0x40f88b;let _0x2eb259=this[_0x54cd2f(0x5dd)][_0x54cd2f(0x4fa)](_0x137c87,_0x41f146);return{'session':_0x2eb259,'ownsSession':!0x0,'dispose':()=>{const _0x4e35a8=_0x54cd2f;this[_0x4e35a8(0x5dd)]['getSession'](_0x137c87[_0x4e35a8(0x18d)])===_0x2eb259&&this[_0x4e35a8(0x5dd)][_0x4e35a8(0x36c)](_0x137c87[_0x4e35a8(0x18d)]);}};}};im=Vo([$(0x0,_0x1602db(Wo))],im);function am(){const _0x306e64=_0x40f88b;return wu({'childType':_0x3202aa[_0x306e64(0x2b6)],'productName':'Slides'});}function om(_0x1fa83b){const _0x39c62c=_0x40f88b;var _0x518bc2,_0x60ccab;return tc({'embedId':_0x1fa83b['embedId'],'active':_0x1fa83b['active'],'fullscreen':_0x1fa83b[_0x39c62c(0x32e)],'usesDomFloatingStage':(_0x518bc2=_0x1fa83b[_0x39c62c(0x336)])==null||_0x518bc2,'renderScopeActive':(_0x60ccab=_0x1fa83b[_0x39c62c(0x589)])!=null&&_0x60ccab});}function sm(_0x4e74af){const _0x54f042=_0x40f88b;var _0x2b14f0;let _0x2a49f0=_0x3d8863(_0x515367),{hostUnitId:_0x26b754,embedId:_0x15ee71,childUnitId:_0x440c2c,slideModel:_0x2ab072,floatingActiveService:_0x1f1cd1,commandService:_0xe6bc79,instanceService:_0x512e25,fullscreen:_0x343b28,usesDomFloatingStage:_0x502753,renderScopeActive$:_0x33d804}=_0x4e74af,_0x97c7ba=_0x3171dc(()=>_0x1f1cd1['active$'],_0x1f1cd1[_0x54f042(0x625)](),!0x1,[_0x1f1cd1]),_0x1d6651=_0x3171dc(_0x33d804,!0x1),_0x138f3a=_0x3171dc(_0x2ab072===null?null:()=>_0x2ab072['pageManager'][_0x54f042(0x280)],[],!0x1,[_0x2ab072]),_0x4f5f94=_0x3171dc(_0x2ab072===null?null:()=>_0x2ab072[_0x54f042(0x605)]['activeSlideId$'],_0x2ab072==null||(_0x2b14f0=_0x2ab072[_0x54f042(0x605)][_0x54f042(0x230)]())==null?void 0x0:_0x2b14f0[_0x54f042(0x442)](),!0x1,[_0x2ab072]),_0x30ad34=_0x4e470e(()=>{const _0x140fd3=_0x54f042;var _0x66c1c2;return(_0x66c1c2=_0x2ab072==null?void 0x0:_0x2ab072[_0x140fd3(0x605)][_0x140fd3(0x43e)]())==null?[]:_0x66c1c2;},[_0x2ab072,_0x138f3a]),_0x2c6eaf=Math[_0x54f042(0x1ce)](0x0,_0x30ad34[_0x54f042(0x480)](_0x29e39e=>_0x29e39e[_0x54f042(0x442)]()===_0x4f5f94)),_0x7f24ef=_0x30ad34[_0x54f042(0x39b)],_0x1f8bee=om({'active':_0x97c7ba,'embedId':_0x15ee71,'fullscreen':_0x343b28,'renderScopeActive':_0x1d6651,'usesDomFloatingStage':_0x502753})===_0x54f042(0x1a9),_0x38866b=()=>{const _0x34e952=_0x54f042;_0x1f1cd1['activate']({'hostUnitId':_0x26b754,'embedId':_0x15ee71,'childUnitId':_0x440c2c},_0x34e952(0x1a9)),_0x512e25['setCurrentUnitForType'](_0x440c2c);},_0xed89b7=_0x337288=>{const _0x5df2bb=_0x54f042;let _0x30eabf=_0x30ad34[_0x337288];!_0x30eabf||!_0x2ab072||(_0x38866b(),_0x2ab072[_0x5df2bb(0x605)]['setActiveSlide'](_0x30eabf['getId']()));};return _0x28864a(_0x54f042(0x401),{'className':_0x187b73(_0x54f042(0x22f),{'univer-hidden':!_0x1f8bee,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x343b28,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x343b28,'-univer-top-9':!_0x343b28}),'data-embed-floating-menu':_0x54f042(0x325),'data-embed-id':_0x15ee71,'data-embed-float-stage':_0x1f8bee?_0x54f042(0x1a9):_0x54f042(0x2a9),'onPointerDown':_0x39fcd0=>_0x39fcd0['stopPropagation'](),'children':[_0x5866b8(cm,{'title':_0x54f042(0x1c3),'disabled':_0x2c6eaf<=0x0,'onClick':()=>_0xed89b7(_0x2c6eaf-0x1),'children':_0x5866b8(_0x2dd432,{})}),_0x5866b8(cm,{'title':_0x54f042(0x2b2),'disabled':_0x7f24ef===0x0||_0x2c6eaf>=_0x7f24ef-0x1,'onClick':()=>_0xed89b7(_0x2c6eaf+0x1),'children':_0x5866b8(_0x4ff315,{})}),_0x5866b8(_0x3e5738,{'align':_0x54f042(0x5ef),'sideOffset':0x6,'data-embed-id':_0x15ee71,'data-embed-floating-menu-popup':_0x54f042(0x325),'items':[{'type':_0x54f042(0x279),'value':String(_0x2c6eaf),'hideIndicator':!0x0,'options':_0x30ad34[_0x54f042(0x235)]((_0x11e292,_0x4565f4)=>({'label':_0x54f042(0x61f)+(_0x4565f4+0x1),'value':String(_0x4565f4)})),'onSelect':_0x26031b=>_0xed89b7(Number(_0x26031b))}],'children':_0x28864a(_0x44b255,{'type':_0x54f042(0x171),'size':'small','variant':_0x54f042(0x32a),'className':_0x54f042(0x44d),'title':_0x54f042(0x164),'children':[_0x5866b8(_0x54f042(0x25d),{'children':_0x7f24ef===0x0?_0x54f042(0x414):_0x2c6eaf+0x1+_0x54f042(0x5ed)+_0x7f24ef}),_0x5866b8(_0x2bbad6,{'className':_0x54f042(0x31f)})]})}),_0x5866b8(_0x16eb28,{'orientation':'vertical'}),_0x5866b8(cm,{'title':_0x2a49f0['t'](_0x54f042(0x629)),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x149724=_0x54f042;_0xe6bc79[_0x149724(0x55e)](_0x20e854['id'],{'hostUnitId':_0x26b754,'embedId':_0x15ee71});},'children':_0x5866b8(_0x13bd33,{})})]});}function cm(_0x8518e8){const _0x168d39=_0x40f88b;let {children:_0x38d134,title:_0x20fcd4,disabled:_0x4d47d2,className:_0x5dfabe,onClick:_0x383fdf}=_0x8518e8;return _0x5866b8(_0x44b255,{'type':_0x168d39(0x171),'size':_0x168d39(0x61c),'variant':_0x168d39(0x32a),'className':_0x187b73(_0x168d39(0x47d),_0x5dfabe),'title':_0x20fcd4,'aria-label':_0x20fcd4,'disabled':_0x4d47d2,'onClick':_0x383fdf,'children':_0x38d134});}function lm(){return yd({'childType':_0x3202aa['UNIVER_SLIDE'],'mount':um});}function um(_0x226546){const _0x211130=_0x40f88b;let {root:_0x587a5d,menu:_0xc61ee5}=vd(_0x226546),_0x5b23ad=is(_0xc61ee5),_0x465b48=_0x226546[_0x211130(0x521)][_0x211130(0x5c1)](za),_0x2941df=_0x226546[_0x211130(0x521)][_0x211130(0x5c1)](_0x2d49a9),_0x91ccfe=_0x226546[_0x211130(0x521)][_0x211130(0x5c1)](_0x476b57),_0x52f6dc=_0x91ccfe[_0x211130(0x39e)](_0x226546[_0x211130(0x252)],_0x3202aa[_0x211130(0x2b6)]);return _0x5b23ad[_0x211130(0x539)](_0x23d8d(Yo,{'injector':_0x226546[_0x211130(0x471)][_0x211130(0x521)],'mountContainer':_0x587a5d,'embedId':_0x226546[_0x211130(0x18d)]},_0x23d8d(sm,{'hostUnitId':_0x226546[_0x211130(0x3d0)],'embedId':_0x226546[_0x211130(0x18d)],'childUnitId':_0x226546[_0x211130(0x252)],'slideModel':_0x52f6dc==null?null:_0x52f6dc,'floatingActiveService':_0x465b48,'commandService':_0x2941df,'instanceService':_0x91ccfe,'fullscreen':!!_0x226546['renderScope'][_0x211130(0x32e)],'usesDomFloatingStage':_0x226546[_0x211130(0x5d1)][_0x211130(0x24c)]!==_0x211130(0x1e9),'renderScopeActive$':_0x226546['renderScope']['active$']}))),_0x3706d8(()=>{const _0x210393=_0x211130;as(_0x5b23ad),globalThis['setTimeout'](()=>_0xc61ee5[_0x210393(0x233)](),0x0);});}function dm(_0x33ba40,_0x2eefbb,_0x252852){return{..._0x542911(_0x33ba40,_0x2eefbb),'activateAnchor':_0x4e7b0d=>{const _0x3709a6=_0x2546;_0x252852==null||_0x252852[_0x3709a6(0x2e7)](_0x4e7b0d[_0x3709a6(0x3d0)]),_0x4e7b0d[_0x3709a6(0x5d1)][_0x3709a6(0x252)]&&(_0x2eefbb==null||_0x2eefbb['setCurrentUnitForType'](_0x4e7b0d[_0x3709a6(0x5d1)]['childUnitId']));let _0x2bb458=_0x2eefbb==null?void 0x0:_0x2eefbb['getUnit'](_0x4e7b0d[_0x3709a6(0x3d0)],_0x3202aa['UNIVER_SLIDE']),_0x1e3a1d=()=>{const _0x130ebd=_0x3709a6;var _0x4ce7d6,_0x450f77;return _0x2bb458==null||(_0x4ce7d6=_0x2bb458['pageManager'])==null||(_0x450f77=_0x4ce7d6[_0x130ebd(0x459)])==null?void 0x0:_0x450f77[_0x130ebd(0x48f)](_0x4ce7d6,_0x4e7b0d[_0x130ebd(0x4e9)]);};if(typeof window>'u'){_0x1e3a1d();return;}window[_0x3709a6(0x503)](_0x1e3a1d);}};}function fm(){const _0x34fb13=_0x40f88b;return{'hostType':_0x3202aa[_0x34fb13(0x2b6)],'entry':_0x34fb13(0x1e9),'layout':_0x34fb13(0x41e),'supportedLayouts':[_0x34fb13(0x41e),'doc-width-scale',_0x34fb13(0x2d4),'content-bounds-fit'],'menuBehavior':_0x34fb13(0x4be),'mount':_0x4931e5=>{const _0x29483a=_0x34fb13;let _0x778a3d=mm(_0x29483a(0x37f),_0x4931e5[_0x29483a(0x5d1)][_0x29483a(0x4e9)]);return _0x778a3d?{'hostElement':_0x778a3d}:{};}};}function pm(){const _0x117467=_0x40f88b;return{'hostType':_0x3202aa[_0x117467(0x2b6)],'entry':'slides-page-list-block','layout':_0x117467(0x15f),'supportedLayouts':[_0x117467(0x15f)],'menuBehavior':_0x117467(0x66b),'mount':_0x161770=>{const _0x395392=_0x117467;let _0x15e648=mm(_0x395392(0x365),_0x161770['descriptor'][_0x395392(0x4e9)]);return _0x15e648?{'hostElement':_0x15e648}:{};}};}function mm(_0xe425d0,_0x133387){const _0x118575=_0x40f88b;return document[_0x118575(0x406)]('['+_0xe425d0+'=\x22'+hm(_0x133387)+'\x22]');}function hm(_0x3f2e4a){const _0x3d9782=_0x40f88b;return _0x3f2e4a[_0x3d9782(0x429)](/\\/g,'\x5c\x5c')[_0x3d9782(0x429)](/"/g,'\x5c\x22');}function gm(){const _0x13bf89=_0x40f88b;return{'childType':_0x3202aa[_0x13bf89(0x2b6)],'handleWheel':()=>!0x1};}const _m=0x10/0x9;function vm(_0x1e0364,_0x86c515=_m){const _0x40b069=_0x40f88b;let _0x263625=Math[_0x40b069(0x1ce)](0x1,_0x1e0364[_0x40b069(0x228)]),_0x43d5a1=Math[_0x40b069(0x1ce)](0x1,_0x1e0364['height']),_0x3a400d=Number[_0x40b069(0x37b)](_0x86c515)&&_0x86c515>0x0?_0x86c515:_m;return _0x263625/_0x43d5a1>_0x3a400d?{'width':_0x43d5a1*_0x3a400d,'height':_0x43d5a1}:{'width':_0x263625,'height':_0x263625/_0x3a400d};}function ym(_0x2ae932={}){let {unitId:_0x4bca9d,active$:_0x3895ce}=_0x2ae932,_0x4dea30=_0x3171dc(_0x3895ce==null?null:_0x3895ce,!0x0);return _0x28864a(Sm,{'children':[_0x5866b8(_0x57eaf0,{'previewMode':!0x0,'unitId':_0x4bca9d}),_0x4dea30&&_0x28864a(_0x5d4b2b,{'children':[_0x5866b8(_0x257bef,{}),_0x5866b8(_0x50671d,{})]})]});}function bm(_0x299573={}){let {unitId:_0x31d530,render:_0x45a9de}=_0x299573;return _0x5866b8(Sm,{'readonly':!0x0,'children':_0x31d530?_0x5866b8(xm,{'unitId':_0x31d530,'render':_0x45a9de}):_0x5866b8(_0x57eaf0,{'previewMode':!0x0})});}function xm(_0x3b9b27){const _0x4c7876=_0x40f88b;let {unitId:_0x12d898,render:_0xf2a5ae}=_0x3b9b27,_0x19e3fe=_0x261426(null),_0x3d3a4a=_0x3d8863(_0x1f805f);return _0x1cb664(()=>{const _0x180a6d=_0x2546;let _0x4b21e5=_0x19e3fe[_0x180a6d(0x1be)];if(!_0x4b21e5)return;let _0x45b1bb=_0xf2a5ae==null?_0x3d3a4a[_0x180a6d(0x5d8)](_0x12d898):_0xf2a5ae;_0x45b1bb&&_0x6d64d7(_0x45b1bb,_0x4b21e5);},[_0xf2a5ae,_0x3d3a4a,_0x12d898]),_0x5866b8(_0x4c7876(0x401),{'ref':_0x19e3fe,'className':_0x4c7876(0x199),'data-embed-slide-readonly-canvas-host':_0x4c7876(0x325),'data-embed-child-render-unit-id':_0x12d898});}function Sm(_0x1ba68f){const _0x26010b=_0x40f88b;let {children:_0x3fc13e,readonly:_0x59b677=!0x1}=_0x1ba68f,_0x44a715=_0x261426(null),[_0x4cab2a,_0x132c6c]=_0x5c70c0(null);return _0x1cb664(()=>{const _0x48606c=_0x2546;let _0x96e308=_0x44a715[_0x48606c(0x1be)];if(!_0x96e308)return;let _0x39e7b0=()=>{const _0x5b7ea5=_0x48606c;let _0x416976=_0x96e308[_0x5b7ea5(0x21f)]();_0x132c6c(vm({'width':_0x416976[_0x5b7ea5(0x228)]||_0x96e308['clientWidth'],'height':_0x416976[_0x5b7ea5(0x257)]||_0x96e308[_0x5b7ea5(0x29b)]}));};if(_0x39e7b0(),typeof ResizeObserver>'u')return;let _0x170eb6=new ResizeObserver(_0x39e7b0);return _0x170eb6['observe'](_0x96e308),()=>_0x170eb6[_0x48606c(0x1ab)]();},[]),_0x5866b8(_0x26010b(0x401),{'ref':_0x44a715,'className':'univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','data-embed-slide-floating-preview':_0x26010b(0x325),'data-embed-slide-readonly-floating-preview':_0x59b677?_0x26010b(0x325):void 0x0,'children':_0x5866b8(_0x26010b(0x401),{'className':_0x26010b(0x3aa),'data-embed-slide-floating-page-frame':_0x26010b(0x325),'style':{'width':_0x4cab2a?_0x4cab2a[_0x26010b(0x228)]+'px':_0x26010b(0x1e4),'height':_0x4cab2a?_0x4cab2a['height']+'px':_0x26010b(0x1e4)},'children':_0x3fc13e})});}function Cm(_0x1ab12a){const _0x14307d=_0x40f88b;return{'childType':_0x3202aa['UNIVER_SLIDE'],'supportedLayouts':['tab-peer',_0x14307d(0x2d4),_0x14307d(0x41e)],'beforeDeactivate':wm,'mount':_0x172aef=>Tm(_0x172aef,_0x1ab12a)};}function wm(_0x206a17){const _0x9cb4d=_0x40f88b;let _0x4baf59=_0x206a17[_0x9cb4d(0x471)][_0x9cb4d(0x521)];if(!(_0x4baf59!=null&&_0x4baf59[_0x9cb4d(0x17b)](_0x58f605)))return;let _0x2dd7ba=_0x4baf59[_0x9cb4d(0x5c1)](_0x58f605);_0x2dd7ba[_0x9cb4d(0x4ea)](),_0x2dd7ba[_0x9cb4d(0x297)]();}function Tm(_0x3f1e8d,_0x1d3a0f){const _0x37333c=_0x40f88b;let _0x2d1356=_0x3f1e8d[_0x37333c(0x521)][_0x37333c(0x5c1)](_0x476b57)['getUnit'](_0x3f1e8d[_0x37333c(0x252)],_0x3202aa[_0x37333c(0x2b6)]);if(!_0x2d1356)return;let _0x160ee1=_0x3f1e8d[_0x37333c(0x471)][_0x37333c(0x521)];if(!_0x160ee1)return;let _0x5c582b=Ju(_0x3f1e8d,_0x1d3a0f,_0x24db6e=>Em(_0x2d1356,_0x24db6e)),_0x33de0c=_0x3f1e8d[_0x37333c(0x471)][_0x37333c(0x29e)][_0x37333c(0x45b)],_0x268f80=_0x3f1e8d['runtimeScope'][_0x37333c(0x29e)][_0x37333c(0x3c0)],_0x1fcc74=_0x3f1e8d['injector']['get'](_0x1f805f),_0x31a4a8=Dm(_0x3f1e8d),_0x352987=_0x268f80?uu(_0x1fcc74,_0x3f1e8d[_0x37333c(0x252)],_0x160ee1):void 0x0;if(_0x352987&&_0x268f80&&!_0x31a4a8){try{var _0x50cfbf,_0x5c61db;(_0x50cfbf=(_0x5c61db=_0x352987[_0x37333c(0x43c)])[_0x37333c(0x36c)])==null||_0x50cfbf[_0x37333c(0x48f)](_0x5c61db);}catch{}_0x352987['engine']['mount'](_0x268f80),fu(_0x352987,{'activate':!0x0}),_0x268f80['dataset']['embedChildRenderUnitId']=_0x3f1e8d[_0x37333c(0x252)],_0x268f80['dataset']['embedChildRenderMode']='slide-canvas';}let _0x2b0b81=is(_0x33de0c);return _0x33de0c[_0x37333c(0x3e8)]['embedChildRenderUnitId']=_0x3f1e8d[_0x37333c(0x252)],_0x33de0c[_0x37333c(0x3e8)][_0x37333c(0x238)]=_0x37333c(0x1ae),_0x2b0b81[_0x37333c(0x539)](_0x5866b8(Yo,{'injector':_0x160ee1,'mountContainer':_0x3f1e8d[_0x37333c(0x471)]['roots'][_0x37333c(0x574)],'embedId':_0x3f1e8d[_0x37333c(0x18d)],'children':_0x31a4a8?_0x5866b8(ym,{'unitId':_0x3f1e8d[_0x37333c(0x252)],'active$':_0x3f1e8d[_0x37333c(0x2a6)][_0x37333c(0x1fb)]}):_0x5866b8(_0x5be162,{})})),_0x3706d8(()=>{const _0x1075fa=_0x37333c;_0x5c582b[_0x1075fa(0x602)]();try{var _0x5a35ae,_0x144c39;_0x352987==null||(_0x144c39=(_0x5a35ae=_0x352987[_0x1075fa(0x43c)])['unmount'])==null||_0x144c39['call'](_0x5a35ae);}catch{}_0x1fcc74[_0x1075fa(0x585)](_0x3f1e8d[_0x1075fa(0x252)]),as(_0x2b0b81),_0x33de0c[_0x1075fa(0x246)]&&(_0x33de0c[_0x1075fa(0x4f8)](_0x1075fa(0x447)),_0x33de0c[_0x1075fa(0x4f8)](_0x1075fa(0x49a))),_0x268f80!=null&&_0x268f80[_0x1075fa(0x246)]&&(_0x268f80['removeAttribute'](_0x1075fa(0x447)),_0x268f80[_0x1075fa(0x4f8)]('data-embed-child-render-mode')),_0x160ee1[_0x1075fa(0x602)]();});}function Em(_0x12b889,_0x208bbc){const _0x1db2f9=_0x40f88b;var _0x55bebd,_0x57b363;let _0x49f948=_0x208bbc==null?void 0x0:_0x208bbc['pageId'],_0x3b018b=_0x49f948&&_0x12b889[_0x1db2f9(0x605)]['getSlide'](_0x49f948)?_0x49f948:(_0x55bebd=_0x12b889[_0x1db2f9(0x605)][_0x1db2f9(0x43e)]()[0x0])==null?void 0x0:_0x55bebd[_0x1db2f9(0x442)]();_0x3b018b&&((_0x57b363=_0x12b889[_0x1db2f9(0x605)][_0x1db2f9(0x230)]())==null?void 0x0:_0x57b363['getId']())!==_0x3b018b&&_0x12b889[_0x1db2f9(0x605)][_0x1db2f9(0x459)](_0x3b018b);}function Dm(_0x4a18a5){const _0x453178=_0x40f88b;return _0x4a18a5[_0x453178(0x2a6)][_0x453178(0x5ee)]===_0x453178(0x2b4)&&!_0x4a18a5[_0x453178(0x2a6)][_0x453178(0x32e)]&&_0x4a18a5[_0x453178(0x649)]===_0x453178(0x2d4);}let Om=class{constructor(_0x48335e,_0x336b92){const _0x9b733b=_0x40f88b;this[_0x9b733b(0x693)]=_0x48335e,this[_0x9b733b(0x291)]=_0x336b92,Y(this,_0x9b733b(0x455),_0x3202aa['UNIVER_SLIDE']);}[_0x40f88b(0x361)](_0xa5dc15){const _0x403aa1=_0x40f88b;var _0xc2c217,_0x1c8cc5,_0x1b2716;let _0x433a63=this[_0x403aa1(0x492)](_0xa5dc15[_0x403aa1(0x252)]),_0x354b29=(_0xc2c217=_0x433a63==null||(_0x1c8cc5=_0x433a63['pageManager'][_0x403aa1(0x230)]())==null?void 0x0:_0x1c8cc5['getId']())==null?'':_0xc2c217;return{'unitId':_0xa5dc15['childUnitId'],'pageId':_0x354b29,'scaleMode':'fit','zoomRatio':_0x433a63==null||(_0x1b2716=_0x433a63[_0x403aa1(0x667)])==null?void 0x0:_0x1b2716[_0x403aa1(0x48f)](_0x433a63)};}[_0x40f88b(0x2c4)](_0x41e239,_0x14fe78){const _0x4cdb46=_0x40f88b;let _0x7a8079=this[_0x4cdb46(0x492)](_0x41e239[_0x4cdb46(0x252)]);!_0x7a8079||!_0x14fe78[_0x4cdb46(0x40f)]||!_0x7a8079[_0x4cdb46(0x605)]['getSlide'](_0x14fe78['pageId'])||_0x7a8079[_0x4cdb46(0x605)][_0x4cdb46(0x459)](_0x14fe78[_0x4cdb46(0x40f)]);}[_0x40f88b(0x19f)](_0x12b539){const _0x1deb4c=_0x40f88b;var _0x329016,_0x2e4101,_0x5192f8;let _0xa2fce6=this[_0x1deb4c(0x492)](_0x12b539[_0x1deb4c(0x252)]),_0x32e896=(_0x329016=_0x12b539[_0x1deb4c(0x242)])==null?void 0x0:_0x329016[_0x1deb4c(0x40f)];_0xa2fce6&&_0x32e896&&_0xa2fce6[_0x1deb4c(0x605)][_0x1deb4c(0x2cc)](_0x32e896)&&_0xa2fce6['pageManager']['setActiveSlide'](_0x32e896);let _0x58b1b7=this[_0x1deb4c(0x3f7)](_0x12b539[_0x1deb4c(0x252)]),_0x171e96=_0x58b1b7==null||(_0x2e4101=_0x58b1b7[_0x1deb4c(0x43c)])==null||(_0x5192f8=_0x2e4101[_0x1deb4c(0x275)])==null?void 0x0:_0x5192f8[_0x1deb4c(0x48f)](_0x2e4101);if(_0x58b1b7&&(!_0x171e96||_0x171e96['width']<=0x1||_0x171e96[_0x1deb4c(0x257)]<=0x1)&&(_0x171e96=km(_0x58b1b7,_0x12b539[_0x1deb4c(0x228)],_0x12b539[_0x1deb4c(0x257)])),!(!_0x171e96||_0x171e96[_0x1deb4c(0x228)]<=0x1||_0x171e96[_0x1deb4c(0x257)]<=0x1||typeof _0x171e96[_0x1deb4c(0x281)]!=_0x1deb4c(0x64a)))try{var _0x3e0efe,_0xca79dc;let _0x585a95=_0xa2fce6?_0x30b962(_0xa2fce6['getSnapshot']()[_0x1deb4c(0x38f)]):void 0x0,_0x2b1c69=_0x585a95?_0x585a95[_0x1deb4c(0x228)]/_0x585a95[_0x1deb4c(0x257)]:void 0x0,_0x24a9d2=(_0x3e0efe=Mm(_0x58b1b7,_0x171e96[_0x1deb4c(0x228)],_0x171e96[_0x1deb4c(0x257)]))==null?_0x2b1c69?Am(_0x171e96['width'],_0x171e96[_0x1deb4c(0x257)],_0x2b1c69):void 0x0:_0x3e0efe;return(_0xca79dc=Nm(_0x171e96,_0x12b539[_0x1deb4c(0x228)],_0x12b539[_0x1deb4c(0x257)],_0x12b539[_0x1deb4c(0x181)],_0x24a9d2))==null?_0x171e96[_0x1deb4c(0x281)]('image/png'):_0xca79dc;}catch{return;}}[_0x40f88b(0x492)](_0x33338a){const _0x24e693=_0x40f88b;var _0x5e732f;return(_0x5e732f=this[_0x24e693(0x693)][_0x24e693(0x39e)](_0x33338a,_0x3202aa[_0x24e693(0x2b6)]))==null?void 0x0:_0x5e732f;}[_0x40f88b(0x3f7)](_0x355cd3){const _0x5f4ad1=_0x40f88b;let _0x154a85=this[_0x5f4ad1(0x291)]['getRenderUnitById'](_0x355cd3);if(_0x154a85)return _0x154a85;try{return this['_renderManagerService'][_0x5f4ad1(0x5b5)](_0x355cd3);}catch{return;}}};Om=Vo([$(0x0,_0x476b57),$(0x1,_0x1f805f)],Om);function km(_0x29f1ec,_0x58758b,_0x128186){const _0x43d604=_0x40f88b;if(typeof document>'u')return;let _0x46da20=_0x29f1ec[_0x43d604(0x43c)],_0xf88eaf=_0x29f1ec[_0x43d604(0x37d)];if(!(_0x46da20!=null&&_0x46da20[_0x43d604(0x60c)])||!_0x46da20[_0x43d604(0x44c)])return;let _0x4d2360=document[_0x43d604(0x3a9)](_0x43d604(0x401));_0x4d2360[_0x43d604(0x46a)][_0x43d604(0x30b)]=_0x43d604(0x666),_0x4d2360['style'][_0x43d604(0x337)]=_0x43d604(0x4ac),_0x4d2360['style'][_0x43d604(0x679)]=_0x43d604(0x4ac),_0x4d2360[_0x43d604(0x46a)]['width']=Math[_0x43d604(0x1ce)](0x1,Math[_0x43d604(0x3dc)](_0x58758b))+'px',_0x4d2360[_0x43d604(0x46a)][_0x43d604(0x257)]=Math['max'](0x1,Math[_0x43d604(0x3dc)](_0x128186))+'px',_0x4d2360[_0x43d604(0x46a)][_0x43d604(0x1a0)]='none',_0x4d2360['dataset'][_0x43d604(0x223)]=_0x43d604(0x325),document[_0x43d604(0x2ba)][_0x43d604(0x52f)](_0x4d2360);try{var _0x759f70,_0xca6bba,_0x5167e5;return _0x46da20[_0x43d604(0x60c)](_0x4d2360),_0x46da20[_0x43d604(0x44c)](),_0xf88eaf==null||(_0x759f70=_0xf88eaf['makeDirty'])==null||_0x759f70[_0x43d604(0x48f)](_0xf88eaf,!0x0),_0xf88eaf==null||(_0xca6bba=_0xf88eaf['render'])==null||_0xca6bba[_0x43d604(0x48f)](_0xf88eaf),(_0x5167e5=_0x46da20['getCanvasElement'])==null?void 0x0:_0x5167e5[_0x43d604(0x48f)](_0x46da20);}finally{_0x4d2360[_0x43d604(0x233)]();}}function Am(_0x500f64,_0x1d513f,_0x4345ac){const _0x2c9e3b=_0x40f88b;let _0xd5f530=Math[_0x2c9e3b(0x1ce)](0x1,Math[_0x2c9e3b(0x3dc)](_0x500f64)),_0x480515=Math[_0x2c9e3b(0x1ce)](0x1,Math['round'](_0x1d513f));if(!Number[_0x2c9e3b(0x37b)](_0x4345ac)||_0x4345ac<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0xd5f530,'sHeight':_0x480515};if(_0xd5f530/_0x480515>_0x4345ac){let _0x1a10c9=Math['round'](_0x480515*_0x4345ac);return{'sx':Math[_0x2c9e3b(0x1ce)](0x0,Math[_0x2c9e3b(0x3dc)]((_0xd5f530-_0x1a10c9)/0x2)),'sy':0x0,'sWidth':_0x1a10c9,'sHeight':_0x480515};}let _0x884275=Math['round'](_0xd5f530/_0x4345ac);return{'sx':0x0,'sy':Math[_0x2c9e3b(0x1ce)](0x0,Math['round']((_0x480515-_0x884275)/0x2)),'sWidth':_0xd5f530,'sHeight':_0x884275};}function jm(_0x4f7c12,_0x35e17e,_0x1e9d68,_0x502ab5,_0x3f515a){const _0xef2fb2=_0x40f88b;if(typeof _0x1e9d68[_0xef2fb2(0x337)]!=_0xef2fb2(0x2fe)||typeof _0x1e9d68[_0xef2fb2(0x679)]!=_0xef2fb2(0x2fe)||typeof _0x1e9d68['width']!=_0xef2fb2(0x2fe)||typeof _0x1e9d68[_0xef2fb2(0x257)]!=_0xef2fb2(0x2fe)||_0x1e9d68[_0xef2fb2(0x228)]<=0x0||_0x1e9d68[_0xef2fb2(0x257)]<=0x0)return;let _0x14e50b=Math[_0xef2fb2(0x1ce)](0x0,Math[_0xef2fb2(0x3dc)](_0x1e9d68['left']*_0x502ab5)),_0x3ca5cd=Math[_0xef2fb2(0x1ce)](0x0,Math[_0xef2fb2(0x3dc)](_0x1e9d68[_0xef2fb2(0x679)]*_0x3f515a));return{'sx':_0x14e50b,'sy':_0x3ca5cd,'sWidth':Math['min'](Math[_0xef2fb2(0x1ce)](0x1,Math[_0xef2fb2(0x3dc)](_0x1e9d68[_0xef2fb2(0x228)]*_0x502ab5)),Math[_0xef2fb2(0x1ce)](0x1,Math['round'](_0x4f7c12-_0x14e50b))),'sHeight':Math[_0xef2fb2(0x343)](Math[_0xef2fb2(0x1ce)](0x1,Math[_0xef2fb2(0x3dc)](_0x1e9d68['height']*_0x3f515a)),Math[_0xef2fb2(0x1ce)](0x1,Math[_0xef2fb2(0x3dc)](_0x35e17e-_0x3ca5cd)))};}function Mm(_0x2ecc48,_0x444780,_0x4c1b09){const _0x14cc0f=_0x40f88b;var _0x102574,_0x5eab6e,_0x5d1bf5,_0x5f2ad5,_0x4f062c,_0x33b25a;let _0x3ffd24=_0x2ecc48==null?void 0x0:_0x2ecc48[_0x14cc0f(0x37d)],_0x291328=_0x3ffd24==null||(_0x102574=_0x3ffd24[_0x14cc0f(0x526)])==null?void 0x0:_0x102574['call'](_0x3ffd24,_0x40b8c0),_0x2782d6=_0x3ffd24==null||(_0x5eab6e=_0x3ffd24[_0x14cc0f(0x29a)])==null?void 0x0:_0x5eab6e[_0x14cc0f(0x48f)](_0x3ffd24),_0x200834=(_0x5d1bf5=(_0x5f2ad5=_0x2782d6==null?void 0x0:_0x2782d6['scaleX'])==null?_0x3ffd24==null?void 0x0:_0x3ffd24['scaleX']:_0x5f2ad5)==null?0x1:_0x5d1bf5,_0x6c8960=(_0x4f062c=(_0x33b25a=_0x2782d6==null?void 0x0:_0x2782d6['scaleY'])==null?_0x3ffd24==null?void 0x0:_0x3ffd24[_0x14cc0f(0x61e)]:_0x33b25a)==null?_0x200834:_0x4f062c;return _0x291328?jm(_0x444780,_0x4c1b09,_0x291328,_0x200834,_0x6c8960):void 0x0;}function Nm(_0x483979,_0x43cbb2,_0x590fbf,_0x5995ca,_0x256ced){const _0x5134dc=_0x40f88b;if(typeof document>'u'||!_0x256ced)return;let _0x1bef24=document[_0x5134dc(0x3a9)]('canvas');_0x1bef24[_0x5134dc(0x228)]=Math['max'](0x1,Math['round'](_0x43cbb2*Math['max'](0x1,_0x5995ca||0x1))),_0x1bef24[_0x5134dc(0x257)]=Math[_0x5134dc(0x1ce)](0x1,Math['round'](_0x590fbf*Math[_0x5134dc(0x1ce)](0x1,_0x5995ca||0x1)));let _0x485993=null;try{_0x485993=_0x1bef24['getContext']('2d');}catch{return;}if(_0x485993)return _0x485993['drawImage'](_0x483979,_0x256ced['sx'],_0x256ced['sy'],_0x256ced[_0x5134dc(0x2bf)],_0x256ced[_0x5134dc(0x3d7)],0x0,0x0,_0x1bef24['width'],_0x1bef24[_0x5134dc(0x257)]),_0x1bef24[_0x5134dc(0x281)]('image/png');}function Pm(_0x4b6d7d,_0x24d2ad){const _0x4acdc2=_0x40f88b;let _0x599df2=!0x1,_0x49b736,_0xab2d95,_0xc8a556,_0xa9eb0d=_0x266bb3=>{const _0x3cf74b=_0x2546;if(_0x599df2||_0xab2d95||!_0x266bb3[_0x3cf74b(0x483)])return;let _0x3d30be=Vm(_0x266bb3[_0x3cf74b(0x483)]);_0x3d30be&&(_0x49b736=Hm(_0x24d2ad['hostElement'],_0x49b736,_0x3d30be));},_0xc56da0=_0x4b6d7d[_0x4acdc2(0x432)][_0x4acdc2(0x16f)][_0x4acdc2(0x35d)](_0x5befe1=>{const _0x20c4fd=_0x4acdc2;_0x5befe1['embedId']===_0x24d2ad[_0x20c4fd(0x18d)]&&(!_0x24d2ad[_0x20c4fd(0x252)]||_0x5befe1[_0x20c4fd(0x252)]===_0x24d2ad[_0x20c4fd(0x252)])&&_0xa9eb0d(_0x5befe1);});return Fm(_0x4b6d7d,_0x24d2ad)['then'](_0x5ddde3=>{const _0x27697b=_0x4acdc2;if(_0x599df2||!_0x5ddde3)return;let _0x2a28ca=Lm();try{let _0x2fe688=_0x4b6d7d[_0x27697b(0x63d)]['acquire']({..._0x5ddde3,'mode':_0x27697b(0x170)},_0x2a28ca['runtimeHost']);if(!_0x2fe688[_0x27697b(0x1c7)][_0x27697b(0x35e)])throw _0x2fe688[_0x27697b(0x602)](),Error(_0x27697b(0x2ff));if(_0x599df2){_0x2fe688[_0x27697b(0x602)]();return;}Rm(_0x2a28ca[_0x27697b(0x167)]),_0xab2d95=_0x2fe688,_0xc8a556=_0x2a28ca,_0x49b736=void 0x0,_0x24d2ad[_0x27697b(0x21c)][_0x27697b(0x4f0)](_0x2a28ca[_0x27697b(0x21a)]),_0x2a28ca[_0x27697b(0x2c6)](zm(_0x4b6d7d,_0x2fe688,_0x2a28ca[_0x27697b(0x609)]));return;}catch{}Im(_0x4b6d7d,_0x24d2ad,_0x5ddde3,_0xa9eb0d,()=>_0x599df2)[_0x27697b(0x180)](_0x4eaad3=>{!_0x599df2&&_0x4eaad3&&(_0x49b736=Hm(_0x24d2ad['hostElement'],_0x49b736,_0x4eaad3));});},()=>{}),_0x3706d8(()=>{const _0x4be984=_0x4acdc2;_0x599df2=!0x0,_0xc56da0[_0x4be984(0x1ef)](),_0xab2d95==null||_0xab2d95[_0x4be984(0x602)](),_0xab2d95=void 0x0,_0xc8a556==null||_0xc8a556[_0x4be984(0x602)](),_0xc8a556=void 0x0,_0x49b736==null||_0x49b736[_0x4be984(0x233)](),_0x49b736=void 0x0;});}async function Fm(_0x3a64e9,_0x1cde79){const _0xc8e0ba=_0x40f88b;var _0x278c99;let _0x456562=(_0x278c99=_0x3a64e9[_0xc8e0ba(0x627)][_0xc8e0ba(0x478)](_0x1cde79[_0xc8e0ba(0x3d0)],_0x1cde79['embedId']))==null?Bm(_0x1cde79):_0x278c99;if(_0x456562){try{_0x456562=await _0x3a64e9[_0xc8e0ba(0x292)]['materializeDescriptor']({'descriptor':_0x456562});}catch{}return _0x456562[_0xc8e0ba(0x252)]&&_0x456562[_0xc8e0ba(0x455)]!=null?_0x456562:void 0x0;}}async function Im(_0x5f1cee,_0x205960,_0x5c97a8,_0xb7fb22,_0x279ac3){const _0x5946a3=_0x40f88b;var _0x15ad27,_0x5dcd97;let _0x353ac7=await((_0x15ad27=_0x5f1cee[_0x5946a3(0x31b)])==null?void 0x0:_0x15ad27[_0x5946a3(0x5e8)](_0x205960[_0x5946a3(0x4e9)]));if(_0x279ac3())return;if(_0x353ac7)return Vm(_0x353ac7);let _0x1c024c=_0x5c97a8['childUnitId'],_0x419819=_0x5c97a8[_0x5946a3(0x455)];if(!_0x1c024c||_0x419819==null)return;let _0x2c2c10=(_0x5dcd97=_0x5f1cee[_0x5946a3(0x31b)])==null?void 0x0:_0x5dcd97['getContextByHostAnchorId'](_0x205960['hostAnchorId']);_0xb7fb22(_0x5f1cee[_0x5946a3(0x432)][_0x5946a3(0x1fa)]({'descriptor':{..._0x5c97a8,'mode':_0x5946a3(0x170)},'childUnitId':_0x1c024c,'childType':_0x419819,'width':Math['max'](0x1,_0x205960['width']),'height':Math[_0x5946a3(0x1ce)](0x1,_0x205960[_0x5946a3(0x257)]),'dpr':Math[_0x5946a3(0x1ce)](0x1,Math[_0x5946a3(0x343)](0x2,_0x205960[_0x5946a3(0x181)])),'reason':_0x5946a3(0x1e7),'context':_0x2c2c10}));}function Lm(){const _0x193cbf=_0x40f88b;let _0xde2a08=document[_0x193cbf(0x3a9)](_0x193cbf(0x401));_0xde2a08[_0x193cbf(0x3e8)]['embedSlidesPresentationSurface']=_0x193cbf(0x325),_0xde2a08[_0x193cbf(0x46a)][_0x193cbf(0x30b)]='absolute',_0xde2a08[_0x193cbf(0x46a)][_0x193cbf(0x2c0)]='0',_0xde2a08[_0x193cbf(0x46a)]['isolation']=_0x193cbf(0x244),_0xde2a08['style'][_0x193cbf(0x4e4)]=_0x193cbf(0x3a3);let _0x4d718e=document[_0x193cbf(0x3a9)](_0x193cbf(0x401));_0x4d718e[_0x193cbf(0x3e8)][_0x193cbf(0x5a2)]=_0x193cbf(0x325),_0x4d718e[_0x193cbf(0x46a)][_0x193cbf(0x30b)]=_0x193cbf(0x3bd),_0x4d718e[_0x193cbf(0x46a)]['inset']='0',_0x4d718e[_0x193cbf(0x46a)]['zIndex']='0',_0x4d718e['style']['overflow']=_0x193cbf(0x3a3),_0x4d718e[_0x193cbf(0x46a)][_0x193cbf(0x1a0)]=_0x193cbf(0x5fc);let _0x33694e=document['createElement'](_0x193cbf(0x401));_0x33694e[_0x193cbf(0x3e8)][_0x193cbf(0x28c)]=_0x193cbf(0x325),_0x33694e[_0x193cbf(0x46a)][_0x193cbf(0x30b)]=_0x193cbf(0x3bd),_0x33694e['style']['inset']='0',_0x33694e['style']['zIndex']='1',_0x33694e[_0x193cbf(0x46a)]['pointerEvents']=_0x193cbf(0x160),_0x33694e[_0x193cbf(0x46a)][_0x193cbf(0x30c)]=_0x193cbf(0x5fc),_0xde2a08[_0x193cbf(0x1c1)](_0x4d718e,_0x33694e);let _0x460e99=[];return{'surface':_0xde2a08,'runtimeHost':_0x4d718e,'interactionGate':_0x33694e,'addDisposer':_0x3923a5=>_0x460e99['push'](_0x3923a5),'dispose':()=>{const _0x1b5c37=_0x193cbf;_0x460e99[_0x1b5c37(0x5b0)](0x0)[_0x1b5c37(0x326)]()['forEach'](_0x21db50=>_0x21db50()),_0xde2a08[_0x1b5c37(0x233)]();}};}function Rm(_0x39e213){const _0x1b5059=_0x40f88b;_0x39e213[_0x1b5059(0x46a)][_0x1b5059(0x1a0)]=_0x1b5059(0x5fc);}function zm(_0x8f5c05,_0x151d6c,_0x44c329){const _0x213e23=_0x40f88b;let _0x106d24=_0x8856a9=>{const _0x268d45=_0x2546;_0x8856a9[_0x268d45(0x6a0)](),_0x8856a9[_0x268d45(0x661)]();},_0x3ae810=_0x1b33c6=>{const _0x24ccb1=_0x2546;var _0x411308;if(_0x1b33c6[_0x24ccb1(0x542)]||_0x1b33c6[_0x24ccb1(0x687)])return;let _0x5acdcd=_0x151d6c['session']['context'];if(!_0x5acdcd)return;let _0x5d1ac4={..._0x5acdcd,'event':_0x1b33c6,'stage':'inactive','source':_0x24ccb1(0x626)},_0x401f2f=_0x8f5c05[_0x24ccb1(0x1fd)]['handleWheel'](_0x5d1ac4),_0x571c2d=!_0x401f2f&&((_0x411308=_0x8f5c05[_0x24ccb1(0x690)]['get'](_0x5acdcd[_0x24ccb1(0x455)],_0x5acdcd[_0x24ccb1(0x649)]))==null?void 0x0:_0x411308[_0x24ccb1(0x49e)](_0x5d1ac4))===!0x0;(_0x401f2f||_0x571c2d)&&(_0x1b33c6[_0x24ccb1(0x6a0)](),_0x1b33c6['stopPropagation'](),_0x1b33c6[_0x24ccb1(0x475)]());},_0x3ccf60=[_0x213e23(0x426),_0x213e23(0x4b4),_0x213e23(0x189),_0x213e23(0x1a5),_0x213e23(0x32f)];return _0x3ccf60[_0x213e23(0x496)](_0x2d6f4a=>_0x44c329[_0x213e23(0x2dd)](_0x2d6f4a,_0x106d24)),_0x44c329[_0x213e23(0x2dd)]('wheel',_0x3ae810,{'passive':!0x1}),()=>{const _0x5e2571=_0x213e23;_0x3ccf60[_0x5e2571(0x496)](_0x264188=>_0x44c329[_0x5e2571(0x536)](_0x264188,_0x106d24)),_0x44c329['removeEventListener'](_0x5e2571(0x626),_0x3ae810);};}function Bm(_0x10f8e9){const _0x4d2318=_0x40f88b;if(!(!_0x10f8e9[_0x4d2318(0x252)]||_0x10f8e9[_0x4d2318(0x455)]==null))return{'embedId':_0x10f8e9[_0x4d2318(0x18d)],'hostUnitId':_0x10f8e9[_0x4d2318(0x3d0)],'hostType':_0x3202aa['UNIVER_SLIDE'],'entry':_0x10f8e9[_0x4d2318(0x24c)],'hostAnchorId':_0x10f8e9[_0x4d2318(0x4e9)],'childUnitId':_0x10f8e9[_0x4d2318(0x252)],'childType':_0x10f8e9['childType'],'mode':'readonly','source':{'unitType':_0x10f8e9[_0x4d2318(0x455)],'ref':{'file':{'kind':_0x4d2318(0x634)},'unit':{'selector':_0x10f8e9[_0x4d2318(0x252)],'type':_0x3911cf(_0x10f8e9['childType'])}}},'sourceMeta':{'floating':_0x10f8e9[_0x4d2318(0x24c)]===_0x4d2318(0x1e9)&&{'enabled':!0x0,'layout':_0x4d2318(0x41e),'fullscreen':!0x1},'tab':_0x10f8e9[_0x4d2318(0x24c)]===_0x4d2318(0x52c)&&{'enabled':!0x0,'container':_0x4d2318(0x462),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function Vm(_0x496c41){const _0x65bfc8=_0x40f88b;if(typeof _0x496c41==_0x65bfc8(0x4ab))return _0x496c41;if(typeof HTMLCanvasElement<'u'&&_0x496c41 instanceof HTMLCanvasElement)try{return _0x496c41[_0x65bfc8(0x281)](_0x65bfc8(0x5be));}catch{return;}if(typeof ImageBitmap<'u'&&_0x496c41 instanceof ImageBitmap&&typeof document<'u'){let _0x5beb5e=document[_0x65bfc8(0x3a9)]('canvas');_0x5beb5e[_0x65bfc8(0x228)]=_0x496c41['width'],_0x5beb5e[_0x65bfc8(0x257)]=_0x496c41[_0x65bfc8(0x257)];let _0x202254=_0x5beb5e[_0x65bfc8(0x4d7)]('2d');return _0x202254?(_0x202254[_0x65bfc8(0x28f)](_0x496c41,0x0,0x0),_0x5beb5e[_0x65bfc8(0x281)](_0x65bfc8(0x5be))):void 0x0;}}function Hm(_0xbdc0cf,_0x2aa0e3,_0x42587b){const _0x4382cf=_0x40f88b;let _0x1554ce=_0x2aa0e3==null?document[_0x4382cf(0x3a9)]('img'):_0x2aa0e3;return _0x1554ce[_0x4382cf(0x68f)]='',_0x1554ce[_0x4382cf(0x3e8)]['embedSlidesPresentationPreviewImage']='true',_0x1554ce[_0x4382cf(0x46a)][_0x4382cf(0x302)]=_0x4382cf(0x20b),_0x1554ce[_0x4382cf(0x46a)]['width']=_0x4382cf(0x1e4),_0x1554ce[_0x4382cf(0x46a)][_0x4382cf(0x257)]=_0x4382cf(0x1e4),_0x1554ce[_0x4382cf(0x46a)][_0x4382cf(0x567)]=_0x4382cf(0x490),_0x1554ce[_0x4382cf(0x46a)][_0x4382cf(0x1a0)]=_0x4382cf(0x5fc),_0x1554ce[_0x4382cf(0x207)]=_0x42587b,_0x1554ce[_0x4382cf(0x42a)]!==_0xbdc0cf&&_0xbdc0cf[_0x4382cf(0x4f0)](_0x1554ce),_0x1554ce;}let Um=class{constructor(_0x56bba4,_0x537728){const _0x5b0729=_0x40f88b;this[_0x5b0729(0x693)]=_0x56bba4,this[_0x5b0729(0x291)]=_0x537728,Y(this,_0x5b0729(0x455),_0x3202aa[_0x5b0729(0x2b6)]),Y(this,_0x5b0729(0x353),['aspect-fit']);}[_0x40f88b(0x60c)](_0x55b1c1){const _0x30ad3b=_0x40f88b;var _0x2e8ed4;let _0x4523fe=this['_getSlideModel'](_0x55b1c1[_0x30ad3b(0x252)]);if(!_0x4523fe)return;(_0x2e8ed4=_0x55b1c1[_0x30ad3b(0x242)])!=null&&_0x2e8ed4[_0x30ad3b(0x40f)]&&_0x4523fe[_0x30ad3b(0x605)]['getSlide'](_0x55b1c1[_0x30ad3b(0x242)][_0x30ad3b(0x40f)])&&_0x4523fe[_0x30ad3b(0x605)][_0x30ad3b(0x459)](_0x55b1c1['viewState'][_0x30ad3b(0x40f)]);let _0x3b20d3=Ka(Wm(_0x55b1c1));if(!_0x3b20d3)return;let _0x4c3cce=_0x55b1c1['roots']['canvas']?uu(this[_0x30ad3b(0x291)],_0x55b1c1[_0x30ad3b(0x252)],_0x3b20d3):void 0x0;if(!_0x4c3cce){_0x3b20d3[_0x30ad3b(0x602)]();return;}_0x55b1c1['roots'][_0x30ad3b(0x3c0)]&&(_0x55b1c1['roots'][_0x30ad3b(0x3c0)][_0x30ad3b(0x3e8)][_0x30ad3b(0x3ae)]=_0x55b1c1[_0x30ad3b(0x252)],_0x55b1c1[_0x30ad3b(0x29e)]['canvas'][_0x30ad3b(0x3e8)][_0x30ad3b(0x238)]=_0x30ad3b(0x54d));let _0x520523=is(_0x55b1c1['roots'][_0x30ad3b(0x45b)]);return _0x55b1c1['roots'][_0x30ad3b(0x45b)][_0x30ad3b(0x3e8)][_0x30ad3b(0x3ae)]=_0x55b1c1[_0x30ad3b(0x252)],_0x55b1c1[_0x30ad3b(0x29e)][_0x30ad3b(0x45b)][_0x30ad3b(0x3e8)]['embedChildRenderMode']=_0x30ad3b(0x1b1),_0x520523['render'](_0x5866b8(Yo,{'injector':_0x3b20d3,'mountContainer':_0x55b1c1[_0x30ad3b(0x29e)][_0x30ad3b(0x621)],'embedId':_0x55b1c1[_0x30ad3b(0x18d)],'children':_0x5866b8(bm,{'unitId':_0x55b1c1['childUnitId'],'render':_0x4c3cce})})),_0x3706d8(()=>{const _0x4a7e4d=_0x30ad3b;var _0x1261ea,_0x30d237,_0x5316ff,_0x10a1e3;try{var _0x1d6252,_0x200a90;_0x4c3cce==null||(_0x200a90=(_0x1d6252=_0x4c3cce['engine'])['unmount'])==null||_0x200a90[_0x4a7e4d(0x48f)](_0x1d6252);}catch{}(_0x1261ea=(_0x30d237=this['_renderManagerService'])[_0x4a7e4d(0x585)])==null||_0x1261ea[_0x4a7e4d(0x48f)](_0x30d237,_0x55b1c1[_0x4a7e4d(0x252)]),as(_0x520523),_0x55b1c1['roots'][_0x4a7e4d(0x45b)][_0x4a7e4d(0x4f8)](_0x4a7e4d(0x447)),_0x55b1c1[_0x4a7e4d(0x29e)]['content'][_0x4a7e4d(0x4f8)](_0x4a7e4d(0x49a)),(_0x5316ff=_0x55b1c1[_0x4a7e4d(0x29e)][_0x4a7e4d(0x3c0)])==null||_0x5316ff[_0x4a7e4d(0x4f8)](_0x4a7e4d(0x447)),(_0x10a1e3=_0x55b1c1[_0x4a7e4d(0x29e)][_0x4a7e4d(0x3c0)])==null||_0x10a1e3[_0x4a7e4d(0x4f8)](_0x4a7e4d(0x49a)),_0x3b20d3[_0x4a7e4d(0x602)]();});}['handleWheel'](_0x1167a4){const _0x466500=_0x40f88b;var _0xa7af84,_0x43b06f,_0x2f8370;let _0xeef42d=this[_0x466500(0x492)](_0x1167a4[_0x466500(0x252)]);if(!_0xeef42d)return!0x1;let _0x453246=Math[_0x466500(0x387)](_0x1167a4[_0x466500(0x443)][_0x466500(0x3a2)])>=Math[_0x466500(0x387)](_0x1167a4[_0x466500(0x443)][_0x466500(0x2b1)])?_0x1167a4[_0x466500(0x443)][_0x466500(0x3a2)]:_0x1167a4['event']['deltaX'];if(_0x453246===0x0)return!0x1;let _0x27f9c1=Gm(_0xeef42d);if(_0x27f9c1[_0x466500(0x39b)]<0x2)return!0x0;let _0x5e5cdb=(_0xa7af84=(_0x43b06f=_0xeef42d[_0x466500(0x605)][_0x466500(0x230)]())==null?void 0x0:_0x43b06f[_0x466500(0x442)]())==null?_0x27f9c1[0x0]:_0xa7af84,_0xd0ada9=Math[_0x466500(0x1ce)](0x0,_0x27f9c1[_0x466500(0x2d6)](_0x5e5cdb)),_0x31bfe5=_0x27f9c1[Math[_0x466500(0x1ce)](0x0,Math['min'](_0x27f9c1[_0x466500(0x39b)]-0x1,_0xd0ada9+(_0x453246>0x0?0x1:-0x1)))];return!_0x31bfe5||_0x31bfe5===_0x5e5cdb?!0x0:(_0xeef42d[_0x466500(0x605)]['setActiveSlide'](_0x31bfe5),_0x1167a4['updateViewState']({'unitId':_0x1167a4[_0x466500(0x252)],'pageId':_0x31bfe5,'scaleMode':_0x466500(0x402),'zoomRatio':(_0x2f8370=_0xeef42d['getZoomRatio'])==null?void 0x0:_0x2f8370[_0x466500(0x48f)](_0xeef42d)}),!0x0);}[_0x40f88b(0x492)](_0x2b60f2){const _0x32959b=_0x40f88b;var _0x504d83;return(_0x504d83=this[_0x32959b(0x693)]['getUnit'](_0x2b60f2,_0x3202aa['UNIVER_SLIDE']))==null?void 0x0:_0x504d83;}};Um=Vo([$(0x0,_0x476b57),$(0x1,_0x1f805f)],Um);function Wm(_0x52eaa4){const _0x55643c=_0x40f88b;let _0x5af825=()=>{};return{'descriptor':_0x52eaa4[_0x55643c(0x5d1)],'layout':_0x52eaa4['layout'],'injector':_0x52eaa4[_0x55643c(0x521)],'hostElement':_0x52eaa4['roots'][_0x55643c(0x621)],'container':_0x52eaa4[_0x55643c(0x29e)][_0x55643c(0x621)],'hostUnitId':_0x52eaa4[_0x55643c(0x3d0)],'embedId':_0x52eaa4['embedId'],'childUnitId':_0x52eaa4[_0x55643c(0x252)],'childType':_0x52eaa4[_0x55643c(0x455)],'renderScope':{'hostUnitId':_0x52eaa4[_0x55643c(0x3d0)],'hostAnchorId':_0x52eaa4['descriptor'][_0x55643c(0x4e9)],'embedId':_0x52eaa4[_0x55643c(0x18d)],'childUnitId':_0x52eaa4[_0x55643c(0x252)],'childType':_0x52eaa4[_0x55643c(0x455)],'layout':_0x52eaa4[_0x55643c(0x649)],'mode':_0x55643c(0x2b4),'rootElement':_0x52eaa4[_0x55643c(0x29e)]['root'],'contentRoot':_0x52eaa4[_0x55643c(0x29e)]['content'],'canvasRoot':_0x52eaa4[_0x55643c(0x29e)][_0x55643c(0x3c0)],'active$':_0x2fe812(!0x1)},'runtimeScope':{'descriptor':_0x52eaa4[_0x55643c(0x5d1)],'host':{'unitId':_0x52eaa4[_0x55643c(0x3d0)],'type':_0x52eaa4[_0x55643c(0x5d1)]['hostType'],'anchorId':_0x52eaa4['descriptor'][_0x55643c(0x4e9)],'entry':_0x52eaa4['descriptor'][_0x55643c(0x24c)],'layout':_0x55643c(0x2b4)},'child':{'unitId':_0x52eaa4['childUnitId'],'type':_0x52eaa4[_0x55643c(0x455)]},'injector':_0x52eaa4[_0x55643c(0x521)],'roots':{'root':_0x52eaa4['roots'][_0x55643c(0x621)],'content':_0x52eaa4[_0x55643c(0x29e)]['content'],'canvas':_0x52eaa4['roots'][_0x55643c(0x3c0)],'overlay':_0x52eaa4['roots'][_0x55643c(0x621)],'popup':_0x52eaa4[_0x55643c(0x29e)]['root']},'activate':_0x5af825,'deactivate':_0x5af825,'dispose':_0x5af825}};}function Gm(_0x2f7ff2){const _0x4e67eb=_0x40f88b;var _0xbb8e20,_0x3d546b,_0x312456,_0x5a20ee;let _0x3163a4=(_0xbb8e20=_0x2f7ff2[_0x4e67eb(0x31e)])==null?void 0x0:_0xbb8e20['call'](_0x2f7ff2)[_0x4e67eb(0x5ca)];return Array[_0x4e67eb(0x448)](_0x3163a4)&&_0x3163a4[_0x4e67eb(0x39b)]>0x0?_0x3163a4:(_0x3d546b=(_0x312456=(_0x5a20ee=_0x2f7ff2['pageManager'])[_0x4e67eb(0x43e)])==null?void 0x0:_0x312456[_0x4e67eb(0x48f)](_0x5a20ee)[_0x4e67eb(0x235)](_0x56de66=>_0x56de66[_0x4e67eb(0x442)]())[_0x4e67eb(0x688)](Boolean))==null?[]:_0x3d546b;}function Km(_0x553ed5){const _0xc7fcd7=_0x40f88b;bu(_0x553ed5,_0xc7fcd7(0x66a),qm);}function qm(_0x4ae743){const _0x243789=_0x40f88b;let _0x297409=_0x4ae743[_0x243789(0x5c1)](_0xb5a6f1),_0x8751fd=_0x4ae743[_0x243789(0x5c1)](Lo),_0x589d28=_0x4ae743[_0x243789(0x5c1)](Fo),_0x5010d3=_0x4ae743['get'](Ra),_0x492ba6=_0x4ae743[_0x243789(0x5c1)](Io),_0x27afe2=_0x4ae743[_0x243789(0x5c1)](rc),_0x39a4e4=_0x4ae743['get'](fc),_0x1f8cc8=_0x4ae743[_0x243789(0x5c1)](_u),_0x4d0614=_0x4ae743[_0x243789(0x17b)](_0x2b87af)?_0x4ae743[_0x243789(0x5c1)](_0x2b87af):void 0x0,_0x25d2dc=_0x4ae743['has'](_0x476b57)?_0x4ae743[_0x243789(0x5c1)](_0x476b57):void 0x0;_0x4ae743['has'](_0x822585)||_0x4ae743['add']([_0x822585,{'useFactory':()=>Jm({'embedModelService':_0x4ae743[_0x243789(0x5c1)](_0x38f582),'mountService':_0x4ae743['get'](Wo),'activationService':_0x4ae743['get'](qo),'restoreService':_0x4ae743['get'](ac),'previewService':_0x4ae743['get'](rc),'runtimeHostLeaseService':_0x4ae743[_0x243789(0x5c1)](im),'passiveViewportRegistry':_0x4ae743['get'](fc),'passiveWheelHandlerRegistry':_0x4ae743[_0x243789(0x5c1)](pc),'sceneCanvasCaptureService':_0x4ae743[_0x243789(0x17b)](zo)?_0x4ae743[_0x243789(0x5c1)](zo):void 0x0})}]),_0x4ae743[_0x243789(0x17b)](_0x2127e4)||_0x4ae743[_0x243789(0x538)]([_0x2127e4,{'useFactory':()=>_0x4ae743[_0x243789(0x5c1)](za)}]),_0x4ae743[_0x243789(0x17b)](_0x2116d3)||_0x4ae743[_0x243789(0x538)]([_0x2116d3,{'useFactory':()=>_0x4ae743[_0x243789(0x5c1)](Wo)}]),_0x4ae743['has'](_0x3c6eb1)||_0x4ae743[_0x243789(0x538)]([_0x3c6eb1,{'useFactory':()=>_0x4ae743['get'](qo)}]),_0x4ae743[_0x243789(0x17b)](_0x1bfbae)||_0x4ae743[_0x243789(0x538)]([_0x1bfbae,{'useFactory':()=>_0x4ae743[_0x243789(0x5c1)](_0x24242a)}]),_0x4ae743[_0x243789(0x17b)](_0x2ef974)||_0x4ae743[_0x243789(0x538)]([_0x2ef974,{'useFactory':()=>_0x4ae743['get'](Z)}]),_0x4ae743[_0x243789(0x17b)](_0x40ccfb)||_0x4ae743[_0x243789(0x538)]([_0x40ccfb,{'useFactory':()=>({'render':_0x2b4c5f=>{let {data:_0x29728d}=_0x2b4c5f;return _0x23d8d(wc,{..._0x2b4c5f,'data':_0x29728d});}})}]),[_0x27d01b(_0x4d0614,_0x25d2dc,()=>_0x4ae743[_0x243789(0x17b)](_0x52f08a)?_0x4ae743[_0x243789(0x5c1)](_0x52f08a):void 0x0),dm(_0x4d0614,_0x25d2dc,_0x4ae743[_0x243789(0x5c1)](_0x822585))]['forEach'](_0x585517=>{const _0x4e5c40=_0x243789;_0x297409['get'](_0x585517[_0x4e5c40(0x269)],_0x585517['entry'])||_0x297409[_0x4e5c40(0x549)](_0x585517);}),[fm(),pm()][_0x243789(0x496)](_0x4fefd8=>{const _0x568b36=_0x243789;_0x8751fd[_0x568b36(0x5c1)](_0x4fefd8[_0x568b36(0x269)],_0x4fefd8[_0x568b36(0x24c)])||_0x8751fd['register'](_0x4fefd8);});let _0x1ffd2b=Cm(_0x4ae743[_0x243789(0x5c1)](_0x2d49a9));_0x589d28[_0x243789(0x5c1)](_0x1ffd2b[_0x243789(0x455)])||_0x589d28[_0x243789(0x549)](_0x1ffd2b);let _0x23c6da=am();_0x5010d3['get'](_0x23c6da[_0x243789(0x455)])||_0x5010d3[_0x243789(0x549)](_0x23c6da),lm()[_0x243789(0x496)](_0x157fd5=>{const _0x1a261b=_0x243789;_0x492ba6['hasExact'](_0x157fd5[_0x1a261b(0x269)],_0x157fd5[_0x1a261b(0x24c)],_0x157fd5[_0x1a261b(0x455)])||_0x492ba6[_0x1a261b(0x549)](_0x157fd5);}),_0x27afe2[_0x243789(0x1de)](_0x4ae743['createInstance'](Om)),_0x39a4e4[_0x243789(0x5c1)](_0x3202aa['UNIVER_SLIDE'])||_0x39a4e4['register'](gm()),_0x1f8cc8[_0x243789(0x5c1)](_0x3202aa[_0x243789(0x2b6)])||_0x1f8cc8[_0x243789(0x549)](_0x4ae743[_0x243789(0x51a)](Um));}function Jm(_0x2756cf){const _0x1a1cc1=_0x40f88b;return{'mountPageList':_0x1917aa=>{const _0x930b7=_0x2546;var _0x43ab2b,_0x1c2e1b;let _0x1c79b4={'embedId':_0x1917aa[_0x930b7(0x18d)],'hostUnitId':_0x1917aa[_0x930b7(0x3d0)],'hostType':_0x3202aa[_0x930b7(0x2b6)],'entry':_0x930b7(0x52c),'hostAnchorId':_0x1917aa[_0x930b7(0x4e9)],'childUnitId':_0x1917aa[_0x930b7(0x252)],'childType':_0x1917aa[_0x930b7(0x455)],'source':{'unitType':_0x1917aa['childType'],'ref':{'file':{'kind':_0x930b7(0x634)},'unit':{'selector':_0x1917aa[_0x930b7(0x252)],'type':_0x3911cf(_0x1917aa[_0x930b7(0x455)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x930b7(0x462),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x220102=(_0x43ab2b=(_0x1c2e1b=_0x2756cf[_0x930b7(0x598)])['getSession'])==null?void 0x0:_0x43ab2b[_0x930b7(0x48f)](_0x1c2e1b,_0x1917aa['embedId']);return(_0x220102==null?void 0x0:_0x220102[_0x930b7(0x3d0)])===_0x1917aa['hostUnitId']&&_0x220102['entry']==='slides-page-list-block'&&_0x220102['childUnitId']===_0x1917aa[_0x930b7(0x252)]?(_0x2756cf[_0x930b7(0x227)][_0x930b7(0x1ad)](_0x1c79b4),_0x3706d8(()=>{})):(_0x2756cf[_0x930b7(0x598)][_0x930b7(0x60c)](_0x1c79b4),_0x2756cf[_0x930b7(0x227)][_0x930b7(0x1ad)](_0x1c79b4),_0x3706d8(()=>{const _0x356542=_0x930b7;_0x2756cf['activationService']['clearTab'](_0x1917aa['embedId']),_0x2756cf[_0x356542(0x598)][_0x356542(0x36c)](_0x1917aa[_0x356542(0x18d)]);}));},'mountFloatingObject':_0x58445e=>{const _0x2576c0=_0x2546;var _0x1b04f6;let _0x1f7d46=(_0x1b04f6=_0x2756cf[_0x2576c0(0x627)][_0x2576c0(0x478)](_0x58445e['hostUnitId'],_0x58445e['embedId']))==null?{'embedId':_0x58445e['embedId'],'hostUnitId':_0x58445e[_0x2576c0(0x3d0)],'hostType':_0x3202aa[_0x2576c0(0x2b6)],'entry':_0x2576c0(0x1e9),'hostAnchorId':_0x58445e[_0x2576c0(0x4e9)],'childUnitId':_0x58445e[_0x2576c0(0x252)],'childType':_0x58445e['childType'],'source':{'unitType':_0x58445e['childType'],'ref':{'file':{'kind':_0x2576c0(0x634)},'unit':{'selector':_0x58445e[_0x2576c0(0x252)],'type':_0x3911cf(_0x58445e[_0x2576c0(0x455)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x0},'tab':!0x1}}:_0x1b04f6;return _0x2756cf[_0x2576c0(0x598)][_0x2576c0(0x4fa)](_0x1f7d46,_0x58445e[_0x2576c0(0x21c)]),_0x3706d8(()=>{const _0x430bd0=_0x2576c0;_0x2756cf[_0x430bd0(0x598)]['unmount'](_0x58445e[_0x430bd0(0x18d)]);});},'clearAndUnmount':_0x35ba3d=>{const _0x5d15fb=_0x2546;_0x2756cf[_0x5d15fb(0x227)][_0x5d15fb(0x5ba)](_0x35ba3d),_0x2756cf['mountService'][_0x5d15fb(0x36c)](_0x35ba3d);},'unmountFloatingSessions':_0x1b8833=>{const _0x52d34d=_0x2546;_0x2756cf['mountService'][_0x52d34d(0x507)]()['filter'](_0x483a02=>_0x483a02[_0x52d34d(0x3d0)]===_0x1b8833&&_0x483a02[_0x52d34d(0x24c)]===_0x52d34d(0x1e9))[_0x52d34d(0x496)](_0x25796b=>_0x2756cf[_0x52d34d(0x598)][_0x52d34d(0x36c)](_0x25796b['embedId']));},'listSessions':()=>_0x2756cf[_0x1a1cc1(0x598)][_0x1a1cc1(0x507)]()[_0x1a1cc1(0x235)](_0x18a4a1=>({'embedId':_0x18a4a1[_0x1a1cc1(0x18d)],'hostUnitId':_0x18a4a1[_0x1a1cc1(0x3d0)],'entry':_0x18a4a1[_0x1a1cc1(0x24c)],'childType':_0x18a4a1['childType'],'childUnitId':_0x18a4a1[_0x1a1cc1(0x252)]})),'capturePreviewByHostAnchorId':async _0x3cffe0=>{const _0x50f2aa=_0x1a1cc1;var _0x485b2f;let _0x195537=await((_0x485b2f=_0x2756cf['sceneCanvasCaptureService'])==null?void 0x0:_0x485b2f[_0x50f2aa(0x5e8)](_0x3cffe0));return _0x195537?Vm(_0x195537):void 0x0;},'mountPresentationEmbed':_0x1d9db7=>Pm(_0x2756cf,_0x1d9db7)};}function Ym(_0x3881cc){Of(_0x3881cc),qp(_0x3881cc),Km(_0x3881cc),Yd(_0x3881cc),uf(_0x3881cc);}const Xm=[0x0,0x10,0x64,0x12c,0x3e8];async function Zm(_0x2d0682,_0x1b0b41){const _0x3a06f9=_0x40f88b;var _0x12fc66,_0x9c7466,_0x13ff42;let {instanceService:_0x5cadf5,childUnitId:_0x451fd2,childType:_0x120fb4,restoreUnitId:_0x2b28eb,shouldRestore:_0x499886,settleDelayMs:_0x4bdd94=0x10,deferredRestoreDelaysMs:_0x24ee57=_0x2b28eb?Xm:[]}=_0x2d0682,_0x7ddc7=_0x5cadf5[_0x3a06f9(0x5fd)](_0x120fb4),_0x5b0516=(_0x12fc66=(_0x9c7466=_0x5cadf5[_0x3a06f9(0x1a8)]())==null?void 0x0:_0x9c7466[_0x3a06f9(0x18a)]())==null?null:_0x12fc66,_0x1952e7=(_0x13ff42=_0x5b0516==null?_0x2b28eb:_0x5b0516)==null?null:_0x13ff42;_0x5cadf5[_0x3a06f9(0x2a8)](_0x451fd2),_0x5cadf5[_0x3a06f9(0x58a)](_0x451fd2);let _0x2342d7=()=>{const _0x53d463=_0x3a06f9;_0x499886&&!_0x499886()||(_0x7ddc7&&_0x7ddc7[_0x53d463(0x18a)]()!==_0x451fd2&&_0x5cadf5[_0x53d463(0x2a8)](_0x7ddc7[_0x53d463(0x18a)]()),_0x2b28eb&&_0x5cadf5[_0x53d463(0x2a8)](_0x2b28eb),_0x5cadf5['focusUnit'](_0x1952e7));};try{let _0x5f30c4=await _0x1b0b41();return _0x4bdd94>0x0&&await Qm(_0x4bdd94),_0x5f30c4;}finally{_0x2342d7(),$m(_0x2342d7,_0x24ee57);}}function Qm(_0x2cfdde){return new Promise(_0x51d3c6=>setTimeout(_0x51d3c6,_0x2cfdde));}function $m(_0x4b3522,_0x335bd4){const _0x55234e=_0x40f88b;_0x335bd4[_0x55234e(0x496)](_0xdc8d42=>{const _0x50a63e=_0x55234e;globalThis[_0x50a63e(0x32b)](_0x4b3522,_0xdc8d42);});}const eh=new WeakMap();let th=0x0;function nh(_0x4dd1b4,_0x940884){const _0x532e5c=_0x40f88b;return _0x4dd1b4['has'](oh)?_0x4dd1b4[_0x532e5c(0x5c1)](oh)[_0x532e5c(0x549)](_0x940884):ih(_0x4dd1b4,_0x940884);}function rh(_0x477814){const _0x4cdacb=_0x40f88b;if(!_0x477814[_0x4cdacb(0x17b)](oh))return;let _0x182862=eh[_0x4cdacb(0x5c1)](_0x477814);_0x182862!=null&&_0x182862[_0x4cdacb(0x211)]&&([..._0x182862[_0x4cdacb(0x3be)]()][_0x4cdacb(0x562)]((_0x283de9,_0x22a99b)=>_0x283de9[_0x4cdacb(0x176)]-_0x22a99b[_0x4cdacb(0x176)])[_0x4cdacb(0x496)](({contribution:_0x1ed0e5})=>nh(_0x477814,_0x1ed0e5)),eh[_0x4cdacb(0x5ab)](_0x477814));}function ih(_0x551f53,_0x4a03c4){const _0x2ad35b=_0x40f88b;var _0x54f82b;let _0xf11ff4={'contribution':_0x4a03c4,'index':th++},_0x573cc7=ah(_0x4a03c4,_0xf11ff4['index']),_0x23352d=_0x551f53,_0x24055c=(_0x54f82b=eh[_0x2ad35b(0x5c1)](_0x23352d))==null?new Map():_0x54f82b;return _0x24055c[_0x2ad35b(0x2e3)](_0x573cc7,_0xf11ff4),eh['set'](_0x23352d,_0x24055c),_0x3706d8(()=>{const _0x5510fd=_0x2ad35b;let _0x876d4d=eh[_0x5510fd(0x5c1)](_0x23352d);(_0x876d4d==null?void 0x0:_0x876d4d['get'](_0x573cc7))===_0xf11ff4&&_0x876d4d[_0x5510fd(0x5ab)](_0x573cc7);});}function ah(_0x9d20b1,_0x29a229){const _0x2e5985=_0x40f88b;return _0x9d20b1['id']?_0x9d20b1['childType']+':'+_0x9d20b1['id']:_0x9d20b1[_0x2e5985(0x455)]+_0x2e5985(0x3c6)+_0x29a229;}let oh=class{constructor(_0x46ce1c,_0x4020b3){const _0x3255e2=_0x40f88b;this[_0x3255e2(0x3e6)]=_0x46ce1c,this['_focusCoordinator']=_0x4020b3,Y(this,_0x3255e2(0x183),new Map()),Y(this,'_nextIndex',0x0);}[_0x40f88b(0x549)](_0x642152){const _0x289d6b=_0x40f88b;var _0x440b7a;if(_0x642152['id']&&this['_hasContributionId'](_0x642152[_0x289d6b(0x455)],_0x642152['id']))return _0x3706d8(()=>{});let _0x5798c={'contribution':_0x642152,'index':this[_0x289d6b(0x346)]++},_0x1dc8c7=(_0x440b7a=this['_contributions'][_0x289d6b(0x5c1)](_0x642152['childType']))==null?[]:_0x440b7a;return _0x1dc8c7[_0x289d6b(0x486)](_0x5798c),_0x1dc8c7[_0x289d6b(0x562)](sh),this[_0x289d6b(0x183)]['set'](_0x642152[_0x289d6b(0x455)],_0x1dc8c7),_0x3706d8(()=>{const _0xe96ba3=_0x289d6b;let _0x19e7c8=this[_0xe96ba3(0x183)]['get'](_0x642152[_0xe96ba3(0x455)]);if(!_0x19e7c8)return;let _0x437fc9=_0x19e7c8['filter'](_0x51a701=>_0x51a701!==_0x5798c);_0x437fc9['length']?this[_0xe96ba3(0x183)][_0xe96ba3(0x2e3)](_0x642152['childType'],_0x437fc9):this[_0xe96ba3(0x183)][_0xe96ba3(0x5ab)](_0x642152[_0xe96ba3(0x455)]);});}[_0x40f88b(0x640)](_0x2b3556){const _0x954521=_0x40f88b;var _0x1db872;return((_0x1db872=this[_0x954521(0x183)]['get'](_0x2b3556))==null?[]:_0x1db872)[_0x954521(0x235)](_0x5d42a6=>_0x5d42a6['contribution']);}async[_0x40f88b(0x515)](_0x187490){const _0x1b8fe8=_0x40f88b;let _0x3a896f=this[_0x1b8fe8(0x640)](_0x187490[_0x1b8fe8(0x455)]);_0x3a896f['length']&&await Zm({'instanceService':this['_injector'][_0x1b8fe8(0x5c1)](_0x476b57),'childUnitId':_0x187490[_0x1b8fe8(0x252)],'childType':_0x187490['childType'],'restoreUnitId':_0x187490[_0x1b8fe8(0x4c4)],'settleDelayMs':_0x187490[_0x1b8fe8(0x62d)],'shouldRestore':()=>!this[_0x1b8fe8(0x27f)][_0x1b8fe8(0x2f7)](_0x187490[_0x1b8fe8(0x252)])},async()=>{const _0x8ce2ca=_0x1b8fe8;for(let _0x86a7eb of _0x3a896f)_0x86a7eb[_0x8ce2ca(0x515)]&&await _0x86a7eb[_0x8ce2ca(0x515)]({'injector':this[_0x8ce2ca(0x3e6)],'childUnitId':_0x187490[_0x8ce2ca(0x252)],'childType':_0x187490[_0x8ce2ca(0x455)],'descriptor':_0x187490[_0x8ce2ca(0x5d1)]});});}[_0x40f88b(0x2fa)](_0x1fb3be,_0x752eb4){const _0x52b5d1=_0x40f88b;var _0x40f178;return((_0x40f178=this[_0x52b5d1(0x183)][_0x52b5d1(0x5c1)](_0x1fb3be))==null?[]:_0x40f178)[_0x52b5d1(0x38d)](_0x4ddfae=>_0x4ddfae[_0x52b5d1(0x1ca)]['id']===_0x752eb4);}};oh=Vo([$(0x0,_0x1602db(_0x2a52c6)),$(0x1,_0x1602db(Z))],oh);function sh(_0xd837f0,_0x1edad8){const _0x5cfb38=_0x40f88b;var _0x223022,_0x3e2476;return((_0x223022=_0xd837f0[_0x5cfb38(0x1ca)][_0x5cfb38(0x2df)])==null?_0xd837f0['index']:_0x223022)-((_0x3e2476=_0x1edad8[_0x5cfb38(0x1ca)][_0x5cfb38(0x2df)])==null?_0x1edad8['index']:_0x3e2476)||_0xd837f0['index']-_0x1edad8[_0x5cfb38(0x176)];}function ch(){return[];}let lh=class{constructor(_0x19ce76,_0x5945e8){this['_focusOwnerService']=_0x19ce76,this['_undoRedoService']=_0x5945e8;}[_0x40f88b(0x656)](_0xf6e6a7){const _0x3efce8=_0x40f88b;let _0x1eabd0=this['resolveStackUnitId'](_0xf6e6a7[_0x3efce8(0x3c7)]);return this[_0x3efce8(0x62a)][_0x3efce8(0x528)]({..._0xf6e6a7,'unitID':_0x1eabd0}),{'stackUnitId':_0x1eabd0,'routedToHost':_0x1eabd0!==_0xf6e6a7[_0x3efce8(0x3c7)]};}[_0x40f88b(0x4a4)](_0x2abed3){const _0x465f63=_0x40f88b;let _0x6c7dda=this['_focusOwnerService'][_0x465f63(0x66d)]();return!_0x6c7dda||_0x6c7dda[_0x465f63(0x252)]!==_0x2abed3?_0x2abed3:_0x6c7dda[_0x465f63(0x3d0)];}};lh=Vo([$(0x0,_0x1602db(_0x24242a)),$(0x1,_0x8a9d7a)],lh);let uh=class extends _0x3aa056{constructor(_0x67a622=Zs,_0x31974d,_0x4127f8){const _0x2afa3a=_0x40f88b;super(),this['_config']=_0x67a622,this[_0x2afa3a(0x3e6)]=_0x31974d,this[_0x2afa3a(0x4c1)]=_0x4127f8;let {..._0x9d8455}=_0x26d86d({},Zs,this[_0x2afa3a(0x38a)]);this['_configService']['setConfig']('embed-ui.config',_0x9d8455);}[_0x40f88b(0x50a)](){const _0xde1879=_0x40f88b;this[_0xde1879(0x2c5)](),this[_0xde1879(0x62f)](),this[_0xde1879(0x54f)](),this['_registerProductMenus'](),this[_0xde1879(0x20d)](),this[_0xde1879(0x1aa)](),this[_0xde1879(0x5f8)](),this[_0xde1879(0x5c9)]();}[_0x40f88b(0x461)](){this['_flushPendingContributions']();}['_registerServices'](){const _0x34a415=_0x40f88b;[[Lo],[ac],[oh],[Xl],[qo],[Fo],[Ra],[za],[ic],[Io],[rc],[ru],[Jo],[Ba],[uc],[Ha],[$l],[eu],[Zl],[Wo],[Ro],[pc],[fc],[ks],[_u],[Ua],[Z],[im],[zo],[lh]]['forEach'](_0x16db03=>this[_0x34a415(0x3e6)][_0x34a415(0x538)](_0x16db03)),this[_0x34a415(0x3e6)][_0x34a415(0x17b)](_0x337bfd)||this[_0x34a415(0x3e6)]['add']([_0x337bfd,{'useFactory':()=>this[_0x34a415(0x3e6)][_0x34a415(0x5c1)](Ha)}]),this['_injector'][_0x34a415(0x17b)](_0x76595a)||this[_0x34a415(0x3e6)][_0x34a415(0x538)]([_0x76595a,{'useFactory':()=>this[_0x34a415(0x3e6)][_0x34a415(0x5c1)](Z)}]),this[_0x34a415(0x3e6)][_0x34a415(0x17b)](_0x24afb6)||this['_injector']['add']([_0x24afb6,{'useFactory':()=>this[_0x34a415(0x3e6)]['get'](Ha)}]),this[_0x34a415(0x3e6)][_0x34a415(0x17b)](_0x3f421f)||this[_0x34a415(0x3e6)][_0x34a415(0x538)]([_0x3f421f,{'useFactory':()=>this['_injector'][_0x34a415(0x5c1)](Z)}]),this[_0x34a415(0x3e6)][_0x34a415(0x17b)](_0x45dde5)||this[_0x34a415(0x3e6)]['add']([_0x45dde5,{'useFactory':()=>this[_0x34a415(0x3e6)]['get'](ic)}]);}[_0x40f88b(0x338)](){const _0x3c66c8=_0x40f88b;nu(this[_0x3c66c8(0x3e6)])[_0x3c66c8(0x496)](_0x2eedbe=>this[_0x3c66c8(0x5ce)](_0x2eedbe));}[_0x40f88b(0x54f)](){Ym(this['_injector']);}['_flushPendingContributions'](){const _0x1407af=_0x40f88b;xu(this[_0x1407af(0x3e6)]),Es(this[_0x1407af(0x3e6)]),rh(this[_0x1407af(0x3e6)]);}[_0x40f88b(0x1aa)](){const _0x22c614=_0x40f88b;var _0x23c9ed;let _0x407338=this['_injector'][_0x22c614(0x5c1)](Io);((_0x23c9ed=this[_0x22c614(0x38a)][_0x22c614(0x301)])==null?void 0x0:_0x23c9ed[_0x22c614(0x3ac)])!==!0x1&&ch()[_0x22c614(0x496)](_0x47354d=>{const _0x357bc3=_0x22c614;_0x407338[_0x357bc3(0x4db)](_0x47354d[_0x357bc3(0x269)],_0x47354d[_0x357bc3(0x24c)],_0x47354d[_0x357bc3(0x455)])||_0x407338[_0x357bc3(0x549)](_0x47354d);});}[_0x40f88b(0x5f8)](){_0x36ca8(this['_injector'],[[Lo],[ac],[oh],[Xl],[qo],[Fo],[Ra],[za],[Io],[rc],[ru],[Jo],[Ba],[uc],[$l],[eu],[Zl],[Wo],[Ro],[pc],[fc],[ks],[_u],[Ua],[Z],[im],[zo],[lh]]);}['_registerDefaultHostToolbar'](){const _0x3271c3=_0x40f88b;var _0x433d90;((_0x433d90=this[_0x3271c3(0x38a)][_0x3271c3(0x301)])==null?void 0x0:_0x433d90['hostToolbar'])!==!0x1&&this[_0x3271c3(0x5ce)](this['_injector'][_0x3271c3(0x5c1)](_0x3430c6)[_0x3271c3(0x5e2)](_0x59b7e0[_0x3271c3(0x1f5)],()=>Bs));}[_0x40f88b(0x2c5)](){const _0x556ee5=_0x40f88b;this[_0x556ee5(0x3e6)][_0x556ee5(0x5c1)](_0x5b85be)[_0x556ee5(0x43d)]();}};Y(uh,_0x40f88b(0x606),'UNIVER_EMBED_UI_PLUGIN'),Y(uh,_0x40f88b(0x213),Aa),Y(uh,_0x40f88b(0x5da),ja),Y(uh,_0x40f88b(0x224),_0x3202aa[_0x40f88b(0x312)]),uh=Vo([_0x213579(_0x478f3f,_0x569295,_0x9fbd69),$(0x1,_0x1602db(_0x2a52c6)),$(0x2,_0x3819c1)],uh);export{qo as EmbedActivationService,Fo as EmbedChildViewRegistryService,Jo as EmbedFullscreenService,Lo as EmbedHostContainerRegistryService,Ba as EmbedHostMenuOverrideService,ac as EmbedHostRestoreService,Wo as EmbedMountService,uh as UniverEmbedUIPlugin,Ts as registerEmbedProductMenuContribution};
|
|
1
|
+
const _0x5a6880=_0x1f5b;(function(_0x2c5f7f,_0x20646e){const _0x10fe8f=_0x1f5b,_0x3d5680=_0x2c5f7f();while(!![]){try{const _0x38e451=-parseInt(_0x10fe8f(0x25f))/0x1*(parseInt(_0x10fe8f(0x335))/0x2)+parseInt(_0x10fe8f(0x183))/0x3+parseInt(_0x10fe8f(0x2ff))/0x4+-parseInt(_0x10fe8f(0x1ee))/0x5+-parseInt(_0x10fe8f(0x4cb))/0x6*(-parseInt(_0x10fe8f(0x323))/0x7)+parseInt(_0x10fe8f(0x42f))/0x8*(parseInt(_0x10fe8f(0x259))/0x9)+parseInt(_0x10fe8f(0x64c))/0xa*(-parseInt(_0x10fe8f(0x1dc))/0xb);if(_0x38e451===_0x20646e)break;else _0x3d5680['push'](_0x3d5680['shift']());}catch(_0x232134){_0x3d5680['push'](_0x3d5680['shift']());}}}(_0x17fd,0x63f41));import{CreateEmbedCommand as _0x44c2f6,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x4b3c89,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x3eee59,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x4ea9cc,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x39076c,EmbedFocusOwnerService as _0x258d50,EmbedHostAdapterRegistryService as _0x409284,EmbedHostAnchorModelService as _0x23070b,EmbedHostEntryEnum as _0x353ff3,EmbedModelService as _0x2846c0,EmbedReferencedUnitMaterializeService as _0x5af77f,EmbedUnitLeasePolicyService as _0x1d5bf6,RESOURCE_REF_FILE_KIND as _0x905c98,RemoveEmbedCommand as _0xb69e7a,SetEmbedDescriptorMutation as _0x55e731,SoftDeleteEmbedDescriptorMutation as _0x3fa6fc,UniverEmbedPlugin as _0x811362,createBasesTableListBlockHostAdapterContribution as _0x4429c,createDocsCustomBlockHostAdapterContribution as _0x15614e,createSlidesFloatingObjectHostAdapterContribution as _0x235272,createSlidesPageListBlockHostAdapterContribution as _0x134739,fromResourceRefUnitType as _0x5e94cc,getResourceRefInputUnitSelector as _0x596f5d,parseResourceRef as _0xc49a7b,toResourceRefUnitType as _0x328433}from'@univerjs-pro/embed';import{UniverLicensePlugin as _0x1de257}from'@univerjs-pro/license';import{BaseDataModel as _0x2d8618,BaseViewType as _0x2521a1,BorderStyleTypes as _0x50db28,BorderType as _0x13caab,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x460232,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x2aedef,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x4a776a,DependentOn as _0x3ef495,Disposable as _0x4d6d42,EDITOR_ACTIVATED as _0x30b83c,FOCUSING_BOARD as _0x36259b,FOCUSING_DOC as _0x18c2d4,FOCUSING_SHEET as _0xc9ec5,FOCUSING_SLIDE as _0x3ac369,FOCUSING_UNIT as _0x2aa34a,FOCUSING_UNIVER_EDITOR as _0x11a9fa,FORMULA_EDITOR_ACTIVATED as _0x5892f4,HorizontalAlign as _0x1eeb79,ICommandService as _0x304c4c,IConfigService as _0x354cde,IContextService as _0x4c791f,IUndoRedoService as _0x161839,IUniverInstanceService as _0x599bd7,Inject as _0x5f0e9f,Injector as _0x348c2a,LocaleService as _0x2d0f78,LookUp as _0x1e730b,Plugin as _0x59febd,RedoCommand as _0x2c3903,ThemeService as _0x4e6f44,UndoCommand as _0xaf0760,UniverInstanceType as _0x41e642,VerticalAlign as _0x53c734,Workbook as _0x5a218d,WrapStrategy as _0xb727e8,createDefaultBaseTableSnapshot as _0x479c2c,deepCompare as _0x14f870,generateRandomId as _0x153150,isInternalEditorID as _0x3f66ba,merge as _0x21fe83,toDisposable as _0xe7ea20,touchDependencies as _0x39ffde}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x57b964,DocFloatMenuService as _0x29ad24,DocPageLayoutService as _0xf5777f,DocSelectionRenderService as _0x2d930c,DocViewScaleService as _0x59f37e,IDocEmbedInteractionBoundaryService as _0x161c18,IDocEmbedRuntimeFocusCoordinator as _0x3d7b46,SetDocZoomRatioOperation as _0x4c9002,VIEWPORT_KEY as _0x36cab5,collectDocsTableLikeEmbedChildUnitIds as _0x51c471,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x21e6ea,createDocsCustomBlockSizeRefreshScheduler as _0x3f0dac,resolveDocsCustomBlockRenderViewport as _0xf479d,resolveDocsTableLikeCustomBlockBleedViewport as _0x2e178a,resolveDocsTableLikeCustomBlockContentHeight as _0x54138c,resolveDocsTableLikeCustomBlockContentWidth as _0x226fc8,shouldRefreshDocsCustomBlockSizeForCommand as _0x6112c6}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0x491733,BORDER_LINE_CHILDREN as _0x295792,BORDER_SIZE_CHILDREN as _0x453e44,BorderLine as _0x31d73b,CellPopupManagerService as _0x5b63da,EditorContainer as _0x484672,FormulaBar as _0x30e59c,ISheetBarService as _0x4814ad,ISheetEmbedFloatingGeometryService as _0x22a53c,ISheetEmbedInteractionBoundaryService as _0x26b155,ISheetEmbedRuntimeFocusCoordinator as _0x943763,ISheetEmbedRuntimeService as _0x20a3cd,ISheetHostChromeOverrideService as _0x27b630,ResetRangeTextColorCommand as _0x21f9c5,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x135f62,SHEET_FOOTER_BAR_HEIGHT as _0x5a5eef,SetCellEditVisibleOperation as _0x2234cd,SetOnceFormatPainterCommand as _0x57dc69,SetRangeBoldCommand as _0x4792a9,SetRangeFontFamilyCommand as _0x4e0cb0,SetRangeFontSizeCommand as _0x5534e7,SetRangeTextColorCommand as _0x2ace68,SheetBar as _0x1a1924,SheetBarService as _0x1043a0,SheetsUIMenuSchema as _0x7e8cd7}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0x420f4e,CanvasFloatDomPreviewService as _0x3b1c39,CanvasPopup as _0x51c20f,CanvasPopupService as _0xab5261,ComponentManager as _0x554635,ContextMenu as _0x3af81b,ContextMenuService as _0x5a9be0,DesktopRibbonService as _0x379ad7,DesktopSidebarService as _0x45448a,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x5179df,EMBED_CHILD_UNIT_ID_ATTRIBUTE as _0x325673,FONT_SIZE_LIST as _0x1797dc,FloatDom as _0x51087d,FontFamilyItem as _0x534849,HOVER_TRACK_HOST_CLASS_NAME as _0x58eca4,HoverTrack as _0x3044bd,ICanvasPopupService as _0x2aff6a,IContextMenuService as _0x1b1b3b,ILayoutService as _0x56475e,IMenuManagerService as _0x445a95,IRibbonOverrideService as _0x994f38,IRibbonService as _0x143e73,ISidebarService as _0x1fbf29,IUIPartsService as _0x5afd49,IUIRuntimeScopeService as _0x100320,IconManager as _0x3fe307,MenuManagerPosition as _0x3ba283,MenuManagerService as _0x26e9da,Ribbon as _0x4929cf,RibbonDataGroup as _0x2e58da,RibbonFormulasGroup as _0x393f6c,RibbonInsertGroup as _0x4531dd,RibbonOthersGroup as _0x5e39a7,RibbonPosition as _0x6f2afb,RibbonStartGroup as _0x5dd965,RibbonViewGroup as _0x516e08,Sidebar as _0x2d1097,ToolbarButton as _0x4ce816,UI_PLUGIN_CONFIG_KEY as _0x4ce5ed,connectInjector as _0x334877,preventBrowserZoomInContainers as _0x335fe2,useConfigValue as _0x3a4f8c,useDependency as _0x38c7ab,useInjector as _0x5075d2,useObservable as _0xa8c38f}from'@univerjs/ui';import{Button as _0x283de6,ColorPicker as _0x31b7c4,ConfigProvider as _0x59ea78,Dropdown as _0x2f1ff7,DropdownMenu as _0x40264b,Separator as _0x2031f6,Tooltip as _0x2b0874,clsx as _0xc96f2f,render as _0x59a350,unmount as _0x90d1a}from'@univerjs/design';import{AlignBottomIcon as _0x3a95bc,AlignTopIcon as _0x20dd0b,ArrowLeftIcon as _0x3c45e1,ArrowRightIcon as _0x47da3e,AutowrapIcon as _0x361166,BoldIcon as _0x56dd7d,BrushIcon as _0x356b4f,CancelMergeIcon as _0x3464fa,CheckMarkIcon as _0x3a0575,DeleteIcon as _0x4d0c5f,ExpandIcon as _0x116553,FilterIcon as _0x1e6d45,FontColorDoubleIcon as _0x59e737,HorizontalMergeIcon as _0x4c34fc,HorizontallyIcon as _0x1bf805,IncreaseIcon as _0x469784,LeftJustifyingIcon as _0x158ede,MergeAllIcon as _0x230e72,MoreDownIcon as _0x183b59,NoBorderIcon as _0x3473d4,NoColorDoubleIcon as _0x560349,NumberIcon as _0x38a3ad,OneToOneIcon as _0x4d56f8,OverflowIcon as _0x335489,PaintBucketDoubleIcon as _0x4baf64,PenIcon as _0x17eb2c,RightJustifyingIcon as _0x10264d,TruncationIcon as _0xcdb9c7,VerticalCenterIcon as _0x30521a,VerticalIntegrationIcon as _0x1a575a,ZoomInIcon as _0x1f6262,ZoomOutIcon as _0x1adc3a}from'@univerjs/icons';import{createElement as _0x36e457,forwardRef as _0xda765c,useCallback as _0x552d24,useEffect as _0xb3b79a,useLayoutEffect as _0x147d2a,useMemo as _0x49b838,useRef as _0x512a77,useState as _0x5790e9,useSyncExternalStore as _0x5ea461}from'react';import{BehaviorSubject as _0x40086f,EMPTY as _0x14f088,Observable as _0x59386b,Subject as _0x2a48f3,Subscription as _0x12d474,distinctUntilChanged as _0x531acc,filter as _0x190ac8,map as _0xd53f91,merge as _0x5d5d60,of as _0x362df4,startWith as _0x2328a6}from'rxjs';import{DeviceInputEventType as _0x12cb97,IRenderManagerService as _0x1c99aa,SHEET_VIEWPORT_KEY as _0x3ef830,ScrollBar as _0x4d96db,setDocsCustomBlockRenderViewportProvider as _0xce6cdd}from'@univerjs/engine-render';import{Fragment as _0xe89c60,jsx as _0x3fd847,jsxs as _0xe9062d}from'react/jsx-runtime';import{DocSkeletonManagerService as _0x32f04d,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x309e41,isSheetLikeDocsCustomBlockChildType as _0x48435b,resolveDocsCustomBlockSize as _0xa61b5b}from'@univerjs/docs';import{DocsTablePassiveWheelService as _0x3f3da0}from'@univerjs-pro/docs-table-ui';import{CreateBaseTableCommand as _0x4babda,CreateBaseViewCommand as _0x5f53a0,DeleteBaseTableCommand as _0x1de361,DeleteBaseViewCommand as _0x70708c,IBaseProjectionService as _0x1ab550,IBaseViewRegistryService as _0x4370d3,MoveBaseViewCommand as _0x4b2028,RenameBaseTableCommand as _0x59227b,RenameBaseViewCommand as _0x15f637,copyBaseTableSnapshot as _0x8c7e56,createUniqueBaseTableName as _0xee66ea,validateBaseTableName as _0x4d57c8}from'@univerjs-pro/bases';import{ActivateBaseTableOperation as _0x1587df,ActivateBaseViewOperation as _0x1d5b4f,AddViewMenu as _0xe2c7e7,BASES_UI_PLUGIN_CONFIG_KEY as _0x573ea8,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x4d97f8,BASE_VIEW_MENU_ITEMS as _0x37bd08,BaseDeleteConfirmDialog as _0x1a12c2,BaseDuplicateTableDialog as _0x242332,BaseEditorService as _0xedfab9,BaseEmbedRuntimeRegistryService as _0xe3449d,BaseKeyboardOperation as _0x5b1dac,BaseTableSidebarFrame as _0x53a573,BaseToolbar as _0x44b7d2,BaseUIPopupService as _0x18b40d,BaseUIStateService as _0x252fa2,BaseViewIcon as _0x263190,BaseViewWheelScrollService as _0x39d6fd,CloseBaseActiveEditorOperation as _0x5f19a6,CloseBaseContextMenuOperation as _0x162286,CloseBasePanelOperation as _0x32180f,CloseBaseRecordDetailPanelOperation as _0xa8c1b2,GRID_ADD_FIELD_COLUMN_WIDTH as _0x51cbc0,GRID_ADD_RECORD_ROW_HEIGHT as _0xd14772,GRID_DEFAULT_COLUMN_WIDTH as _0x11af92,GRID_HEADER_HEIGHT as _0x50d989,GRID_ROW_HEADER_WIDTH as _0x3e32ba,GRID_SUMMARY_HEIGHT as _0x3cc261,IBaseCanvasRootResolverService as _0x499e3e,IBaseEditorService as _0x2a7a05,IBaseEmbedFloatingActiveService as _0x46699c,IBaseEmbedFloatingGeometryService as _0x348e54,IBaseEmbedRuntimeFocusCoordinator as _0x1b0cce,IBaseEmbedRuntimeService as _0x124d36,IBaseGlobalPortalService as _0x422cdd,IBaseHostChromeOverrideService as _0x58e7cc,IBaseUIPopupService as _0x3caa34,IBaseUIStateService as _0x500373,IBaseViewWheelScrollService as _0x120e62,OpenBaseActiveEditorOperation as _0x7cc039,OpenBaseContextMenuOperation as _0xf4bbba,OpenBasePanelOperation as _0x4ebd1c,OpenBaseRecordDetailPanelOperation as _0x4f52e4,RenderBaseWorkbench as _0x399136,SetBaseScrollOperation as _0x3fa5a6,SetBaseZoomOperation as _0x309913,StartBaseEditingCellOperation as _0x52ebed,StopBaseEditingCellOperation as _0x32851a,ViewTabs as _0x5360a0,createDefaultViewName as _0x217481,createScopedBaseCanvasRootResolverService as _0x1f1f73,createScopedBaseGlobalPortalService as _0x12cfd5,defaultPluginConfig as _0x1c23ef,duplicateView as _0x301e0e,executeBaseKeyboardOperation as _0x3c75c3,getBaseCanvasRoot as _0x23e106,getBaseFloatingPanelPortalContainer as _0x2a0025,getBaseFloatingPosition as _0x4c9843,getBaseTableNameErrorMessage as _0x341b59,resolveGridRowHeight as _0x3d938a}from'@univerjs-pro/bases-ui';import{createPortal as _0x582db2}from'react-dom';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x51738f,BoardDomLayerService as _0x3de61a,BoardShapeTextEditorContainer as _0x3dd25c,BoardTextEditingService as _0x39cd24,BoardViewportService as _0x3e0762,BoardWorkbench as _0x3cc48c,IBoardElementStateService as _0x44008e,IBoardEmbedRuntimeFocusCoordinator as _0x393e8a,IBoardUIStateService as _0x3eff1b,UniverBoardsUIPlugin as _0x134ff7,getBoardPointFromClient as _0x139329,resolveBoardInteractionConfig as _0x13c0e7,resolveBoardWheelViewportAction as _0x1a1d91}from'@univerjs-pro/boards-ui';import{IBoardElementService as _0x383c47,UpdateBoardElementMutation as _0x939d38,getEmbedBoardsFloatingCustomData as _0x10b47a,isEmbedBoardsFloatingElement as _0x1ba1bb}from'@univerjs-pro/boards';import{EditorUIFloatingContainer as _0x4646d7,IEditorUIService as _0x5b828c,ISlideDrawingStateService as _0x3e309e,ISlideEmbedActivationService as _0x43bb31,ISlideEmbedFloatDomRenderer as _0x862093,ISlideEmbedFloatingActiveService as _0xada5be,ISlideEmbedFocusOwnerService as _0x2012d8,ISlideEmbedMountService as _0x4aa173,ISlideEmbedRuntimeFocusCoordinator as _0x54b23c,ISlideEmbedRuntimeService as _0x53f947,SLIDE_PAGE_RECT_KEY as _0x4c33b4,SlideEmbedChildWorkbench as _0x129478,SlideEmbedFloatingPreview as _0x4ccab8,SlideEmbedReadonlyFloatingPreview as _0xf5fa29,resolveSlideLogicalPageSize as _0x1a2385}from'@univerjs-pro/slides-ui';import{SheetsChartUIMenuSchema as _0x11772d}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x4b0233}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x41d9f5}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x43a86c}from'@univerjs-pro/sheets-print';import{SheetsShapeUIMenuSchema as _0x514a4e}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0x31d539}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x440afb}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x2da5f7}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x391962}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x5cdb1c}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0x3a0d2}from'@univerjs/sheets-hyper-link-ui';import{SheetsNoteUIMenuSchema as _0x13abd9}from'@univerjs/sheets-note-ui';import{SheetsNumfmtUIMenuSchema as _0x2563d1}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x97f2f3}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x260b02}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x2111ec}from'@univerjs/sheets-thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x123765,AddWorksheetMergeCommand as _0x1afa26,AddWorksheetMergeHorizontalCommand as _0x1c21f4,AddWorksheetMergeVerticalCommand as _0x57e4f1,RemoveWorksheetMergeCommand as _0x541baa,ResetBackgroundColorCommand as _0x5c9847,SetBackgroundColorCommand as _0x255c8f,SetBorderBasicCommand as _0xa6a3d,SetHorizontalTextAlignCommand as _0x220710,SetTextWrapCommand as _0x4009a3,SetVerticalTextAlignCommand as _0x159998,SetWorksheetActiveOperation as _0x493ef3,SheetsSelectionsService as _0x3343fa}from'@univerjs/sheets';import{ISlideDrawingService as _0x17771b}from'@univerjs-pro/slides';var Ka=_0x5a6880(0x4e5),qa=_0x5a6880(0x4c1);function Ja(_0x324524,_0x13196c){const _0x281252=_0x5a6880;return _0x324524[_0x281252(0x461)]('['+_0x13196c+']')?_0x324524:_0x324524[_0x281252(0x635)]('['+_0x13196c+']')??void 0x0;}function Ya(_0x4c1c65){const _0x5d9189=_0x5a6880;let _0x2cf3cd=[];return Xa(_0x4c1c65,_0x5d9189(0x5b1),_0x5d9189(0x63b),_0x2cf3cd),Xa(_0x4c1c65,_0x5d9189(0x6c8),_0x5d9189(0x192),_0x2cf3cd),Xa(_0x4c1c65,'data-embed-overlay-root',_0x5d9189(0x3e3),_0x2cf3cd),Xa(_0x4c1c65,_0x5d9189(0x664),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x2cf3cd),_0xe7ea20(()=>{_0x2cf3cd['forEach'](_0x15be4a=>_0x15be4a['remove']());});}function Xa(_0xf49973,_0x2ebd44,_0x2e6281,_0x5ada1b){const _0x50827d=_0x5a6880;let _0x306f45=Ja(_0xf49973,_0x2ebd44);if(_0x306f45)return _0x306f45;let _0x1f5e13=document[_0x50827d(0x62a)]('div');return _0x1f5e13[_0x50827d(0x4bb)](_0x2ebd44,_0x50827d(0x357)),_0x1f5e13[_0x50827d(0x4bb)](_0x50827d(0x341),_0x50827d(0x492)),_0x1f5e13[_0x50827d(0x6e5)]='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x2e6281,_0xf49973[_0x50827d(0x17b)](_0x1f5e13),_0x5ada1b['push'](_0x1f5e13),_0x1f5e13;}function Za(_0x4df314){'@babel/helpers - typeof';const _0x5cc7c7=_0x5a6880;return Za=typeof Symbol==_0x5cc7c7(0x581)&&typeof Symbol[_0x5cc7c7(0x494)]==_0x5cc7c7(0x4a2)?function(_0xa1a04d){return typeof _0xa1a04d;}:function(_0x40d441){const _0x595453=_0x5cc7c7;return _0x40d441&&typeof Symbol==_0x595453(0x581)&&_0x40d441[_0x595453(0x642)]===Symbol&&_0x40d441!==Symbol['prototype']?_0x595453(0x4a2):typeof _0x40d441;},Za(_0x4df314);}function Qa(_0x1f9403,_0x382021){const _0x35017b=_0x5a6880;if(Za(_0x1f9403)!=_0x35017b(0x3fa)||!_0x1f9403)return _0x1f9403;var _0x22dba9=_0x1f9403[Symbol['toPrimitive']];if(_0x22dba9!==void 0x0){var _0x4916a3=_0x22dba9[_0x35017b(0x380)](_0x1f9403,_0x382021||_0x35017b(0x66c));if(Za(_0x4916a3)!=_0x35017b(0x3fa))return _0x4916a3;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x382021===_0x35017b(0x37f)?String:Number)(_0x1f9403);}function $a(_0x45749f){const _0x21f1d3=_0x5a6880;var _0x2864a0=Qa(_0x45749f,_0x21f1d3(0x37f));return Za(_0x2864a0)==_0x21f1d3(0x4a2)?_0x2864a0:_0x2864a0+'';}function Y(_0x4212b4,_0xcd41ce,_0x8c6435){return(_0xcd41ce=$a(_0xcd41ce))in _0x4212b4?Object['defineProperty'](_0x4212b4,_0xcd41ce,{'value':_0x8c6435,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4212b4[_0xcd41ce]=_0x8c6435,_0x4212b4;}var eo=class{constructor(){const _0x4f2f86=_0x5a6880;Y(this,_0x4f2f86(0x67c),new Map());}[_0x5a6880(0x3f2)](_0x4eb947){const _0x2b8902=_0x5a6880;return this['_contributions'][_0x2b8902(0x6a7)](_0x4eb947[_0x2b8902(0x2c2)],_0x4eb947),_0xe7ea20(()=>{const _0x5994f2=_0x2b8902;this[_0x5994f2(0x67c)]['get'](_0x4eb947['childType'])===_0x4eb947&&this[_0x5994f2(0x67c)]['delete'](_0x4eb947[_0x5994f2(0x2c2)]);});}['get'](_0x204beb){const _0x21eb6f=_0x5a6880;return this[_0x21eb6f(0x67c)]['get'](_0x204beb);}['list'](){const _0x2b851=_0x5a6880;return[...this[_0x2b851(0x67c)][_0x2b851(0x21c)]()];}},to=class{constructor(){const _0x293e37=_0x5a6880;Y(this,_0x293e37(0x2e4),new _0x40086f(null)),Y(this,_0x293e37(0x22c),this[_0x293e37(0x2e4)]['asObservable']());}[_0x5a6880(0x280)](){const _0x205e27=_0x5a6880;return this[_0x205e27(0x2e4)][_0x205e27(0x4ef)]();}[_0x5a6880(0x32b)](_0x3fc54a){const _0x3e7140=_0x5a6880;let _0x41f563=this['getActive']();return(_0x41f563==null?void 0x0:_0x41f563[_0x3e7140(0x256)])===_0x3fc54a?_0x41f563['stage']??_0x3e7140(0x200):_0x3e7140(0x47a);}[_0x5a6880(0x1b1)](_0x17baba,_0xe67474){const _0x4f5310=_0x5a6880;let _0x244093=this[_0x4f5310(0x280)](),_0x1d2ec4=(_0x244093==null?void 0x0:_0x244093[_0x4f5310(0x214)])===_0x17baba[_0x4f5310(0x214)]&&_0x244093['embedId']===_0x17baba['embedId']&&_0x244093[_0x4f5310(0x21e)]===_0x17baba[_0x4f5310(0x21e)],_0x521037={..._0x17baba,'stage':_0xe67474??_0x17baba[_0x4f5310(0x61f)]??(_0x1d2ec4?_0x244093[_0x4f5310(0x61f)]??_0x4f5310(0x200):_0x4f5310(0x200))};((_0x244093==null?void 0x0:_0x244093[_0x4f5310(0x214)])!==_0x521037['hostUnitId']||_0x244093[_0x4f5310(0x256)]!==_0x521037['embedId']||_0x244093[_0x4f5310(0x21e)]!==_0x521037[_0x4f5310(0x21e)]||(_0x244093['stage']??_0x4f5310(0x200))!==_0x521037[_0x4f5310(0x61f)])&&this[_0x4f5310(0x2e4)][_0x4f5310(0x4af)](_0x521037);}[_0x5a6880(0x445)](_0x439e81,_0x212f1c){const _0x4c8d92=_0x5a6880;let _0xe50cf1=this['getActive']();!_0xe50cf1||_0xe50cf1[_0x4c8d92(0x256)]!==_0x439e81||(_0xe50cf1[_0x4c8d92(0x61f)]??_0x4c8d92(0x200))!==_0x212f1c&&this[_0x4c8d92(0x2e4)][_0x4c8d92(0x4af)]({..._0xe50cf1,'stage':_0x212f1c});}[_0x5a6880(0x4ff)](_0x591cbb){const _0x726c84=_0x5a6880;this[_0x726c84(0x32b)](_0x591cbb)==='stage1'&&this['setStage'](_0x591cbb,_0x726c84(0x448));}[_0x5a6880(0x5b5)](_0x5dba1c){const _0x101d8e=_0x5a6880;let _0x20c7ae=this[_0x101d8e(0x280)]();_0x20c7ae&&(!_0x5dba1c||_0x20c7ae[_0x101d8e(0x256)]===_0x5dba1c)&&this['_active$']['next'](null);}},no=class{constructor(){const _0x106080=_0x5a6880;Y(this,_0x106080(0x46d),new _0x40086f(null)),Y(this,'override$',this[_0x106080(0x46d)][_0x106080(0x3bc)]());}['getOverride'](){const _0x123a32=_0x5a6880;return this['_override$'][_0x123a32(0x4ef)]();}['activate'](_0x3ffb7c,_0x10cda6,_0x242b6c={}){const _0x4af698=_0x5a6880;var _0x3589dc,_0x44eb64;if(!_0x3ffb7c[_0x4af698(0x21e)]||_0x3ffb7c[_0x4af698(0x2c2)]==null)throw Error(_0x4af698(0x5c4));let _0x2c935c=((_0x3589dc=_0x3ffb7c[_0x4af698(0x611)])==null?void 0x0:_0x3589dc['tab'])||void 0x0;if(_0x10cda6==='tab-active'&&(!_0x2c935c||_0x2c935c[_0x4af698(0x2cb)]!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x10cda6!==_0x4af698(0x45a))throw Error(_0x4af698(0x33e));if((((_0x44eb64=_0x242b6c[_0x4af698(0x422)])==null?void 0x0:_0x44eb64[_0x4af698(0x1de)])??_0x4ea9cc['ribbon'])!==_0x4af698(0x34a)&&_0x242b6c[_0x4af698(0x68d)]!==!0x0&&_0x242b6c['allowHiddenRibbon']!==!0x0)return this[_0x4af698(0x5b5)](_0x3ffb7c[_0x4af698(0x256)]),null;let _0x5822e1={'hostUnitId':_0x3ffb7c['hostUnitId'],'embedId':_0x3ffb7c[_0x4af698(0x256)],'childUnitId':_0x3ffb7c['childUnitId'],'childType':_0x3ffb7c[_0x4af698(0x2c2)],'entry':_0x3ffb7c[_0x4af698(0x22f)],'reason':_0x10cda6,'portalContainer':_0x242b6c[_0x4af698(0x3a5)],'hideHostFxBar':_0x2c935c==null?void 0x0:_0x2c935c['hideHostFxBar'],'lockHostRibbon':_0x2c935c==null?void 0x0:_0x2c935c[_0x4af698(0x2b9)]},_0x44bd35=this['getOverride']();return ro(_0x44bd35,_0x5822e1)?_0x44bd35:(this[_0x4af698(0x46d)][_0x4af698(0x4af)](_0x5822e1),_0x5822e1);}[_0x5a6880(0x5b5)](_0x5c496a){const _0x44be83=_0x5a6880;let _0x4397e3=this[_0x44be83(0x48e)]();_0x4397e3&&(!_0x5c496a||_0x4397e3['embedId']===_0x5c496a)&&this['_override$'][_0x44be83(0x4af)](null);}};function ro(_0x5f5aa8,_0x467f6c){const _0x720515=_0x5a6880;return _0x5f5aa8!=null&&_0x5f5aa8[_0x720515(0x214)]===_0x467f6c['hostUnitId']&&_0x5f5aa8[_0x720515(0x256)]===_0x467f6c[_0x720515(0x256)]&&_0x5f5aa8[_0x720515(0x21e)]===_0x467f6c[_0x720515(0x21e)]&&_0x5f5aa8['childType']===_0x467f6c[_0x720515(0x2c2)]&&_0x5f5aa8['entry']===_0x467f6c['entry']&&_0x5f5aa8[_0x720515(0x6b0)]===_0x467f6c['reason']&&_0x5f5aa8[_0x720515(0x3a5)]===_0x467f6c['portalContainer']&&_0x5f5aa8[_0x720515(0x2d4)]===_0x467f6c[_0x720515(0x2d4)]&&_0x5f5aa8['lockHostRibbon']===_0x467f6c[_0x720515(0x2b9)];}const X=_0x5a6880(0x31b);var Z=class{constructor(){const _0x19a263=_0x5a6880;Y(this,_0x19a263(0x375),new Map()),Y(this,_0x19a263(0x4a0),new Map()),Y(this,_0x19a263(0x420),new Map()),Y(this,_0x19a263(0x3e7),0x0),Y(this,_0x19a263(0x2f6),new _0x2a48f3()),Y(this,_0x19a263(0x290),new _0x2a48f3());}[_0x5a6880(0x3b3)](_0x4df28e){const _0x21aa8e=_0x5a6880;let _0x3f155c={'role':_0x4df28e[_0x21aa8e(0x365)],'owner':_0x4df28e['owner'],'sessionMode':_0x4df28e[_0x21aa8e(0x23f)],'hostUnitId':_0x4df28e['hostUnitId'],'childUnitId':_0x4df28e[_0x21aa8e(0x21e)],'childType':_0x4df28e['childType'],'associatedChildUnitIds':_0x4df28e['associatedChildUnitIds'],'sequence':++this[_0x21aa8e(0x3e7)]},_0x3ee98c=this[_0x21aa8e(0x375)][_0x21aa8e(0x312)](_0x4df28e[_0x21aa8e(0x256)]);return _0x3ee98c||(_0x3ee98c=new Set(),this['_leases'][_0x21aa8e(0x6a7)](_0x4df28e[_0x21aa8e(0x256)],_0x3ee98c)),_0x3ee98c[_0x21aa8e(0x25c)](_0x3f155c),_0x3f155c[_0x21aa8e(0x365)]!==_0x21aa8e(0x3b8)&&this[_0x21aa8e(0x425)](),_0x3f155c[_0x21aa8e(0x365)]===_0x21aa8e(0x35b)&&this[_0x21aa8e(0x23e)](),_0xe7ea20(()=>{const _0x19974c=_0x21aa8e;_0x3ee98c==null||_0x3ee98c['delete'](_0x3f155c),(_0x3ee98c==null?void 0x0:_0x3ee98c[_0x19974c(0x1c3)])===0x0&&this[_0x19974c(0x375)][_0x19974c(0x556)](_0x4df28e[_0x19974c(0x256)]),_0x3f155c[_0x19974c(0x365)]!==_0x19974c(0x3b8)&&this['_notifyRuntimeFocusChanged'](),_0x3f155c[_0x19974c(0x365)]===_0x19974c(0x35b)&&this[_0x19974c(0x23e)]();});}[_0x5a6880(0x638)](_0x45aae6){const _0x4d6496=_0x5a6880;if(!_0x45aae6)return!0x1;let _0x400fd2=this[_0x4d6496(0x375)][_0x4d6496(0x312)](_0x45aae6);return _0x400fd2&&[..._0x400fd2][_0x4d6496(0x4c0)](_0x36ed4d=>_0x36ed4d[_0x4d6496(0x365)]!==_0x4d6496(0x3b8))?!0x0:this[_0x4d6496(0x175)](_0x45aae6,this[_0x4d6496(0x3fc)](_0x45aae6));}[_0x5a6880(0x2bb)](_0x5ef749,_0x3ffa7b){const _0x442a3b=_0x5a6880;if(!_0x5ef749)return!0x1;let _0x4e4ee9=this[_0x442a3b(0x375)][_0x442a3b(0x312)](_0x5ef749);return _0x4e4ee9&&[..._0x4e4ee9][_0x442a3b(0x4c0)](_0x4b98b5=>this[_0x442a3b(0x61a)](_0x4b98b5,_0x3ffa7b))?!0x0:this[_0x442a3b(0x175)](_0x5ef749,this[_0x442a3b(0x3fc)](_0x5ef749));}[_0x5a6880(0x35d)](){const _0x503e0a=_0x5a6880;return[...this['_leases'][_0x503e0a(0x21c)]()][_0x503e0a(0x4c0)](_0x362381=>[..._0x362381][_0x503e0a(0x4c0)](_0x627914=>_0x627914[_0x503e0a(0x365)]!==_0x503e0a(0x3b8)))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x5a6880(0x678)](_0x1858f9){const _0x2f5725=_0x5a6880;if([...this[_0x2f5725(0x375)][_0x2f5725(0x21c)]()][_0x2f5725(0x4c0)](_0x3e0803=>[..._0x3e0803][_0x2f5725(0x4c0)](_0x245722=>this['_isBlockingLease'](_0x245722,_0x1858f9))))return!0x0;let _0x4046bf=this[_0x2f5725(0x32c)]();return _0x4046bf!=null&&this[_0x2f5725(0x4cf)](_0x4046bf[_0x2f5725(0x365)]);}['hasHostPreservingChildFocusLease'](_0x2603c1,_0x26944c){const _0x36b7e0=_0x5a6880;if(!_0x2603c1)return!0x1;let _0x29ca50=this[_0x36b7e0(0x375)][_0x36b7e0(0x312)](_0x2603c1);return _0x29ca50&&[..._0x29ca50][_0x36b7e0(0x4c0)](_0x57c1fe=>this[_0x36b7e0(0x3a2)](_0x57c1fe,_0x26944c))?!0x0:this['containsElement'](_0x2603c1,this['_getActiveElement'](_0x2603c1));}['hasAnyHostPreservingChildFocusLease'](_0x1a6491){const _0x179932=_0x5a6880;return[...this['_leases'][_0x179932(0x21c)]()][_0x179932(0x4c0)](_0x31838e=>[..._0x31838e]['some'](_0x14fa72=>this[_0x179932(0x3a2)](_0x14fa72,_0x1a6491)))?!0x0:this[_0x179932(0x32c)]()!=null;}[_0x5a6880(0x2cd)](_0x5c99e0,_0x2a0b79){const _0x1c8b00=_0x5a6880;if(!_0x5c99e0)return this['hasAnyHostPreservingChildFocusLease'](_0x2a0b79);if([...this[_0x1c8b00(0x375)][_0x1c8b00(0x21c)]()][_0x1c8b00(0x4c0)](_0xbd24bf=>[..._0xbd24bf][_0x1c8b00(0x4c0)](_0x1df183=>this[_0x1c8b00(0x3a2)](_0x1df183,_0x2a0b79)&&this[_0x1c8b00(0x187)](_0x1df183,_0x5c99e0))))return!0x0;let _0x1c98c5=this[_0x1c8b00(0x32c)]();if(!_0x1c98c5)return!0x1;let _0x229009=this[_0x1c8b00(0x375)][_0x1c8b00(0x312)](_0x1c98c5[_0x1c8b00(0x256)]);return _0x229009&&[..._0x229009][_0x1c8b00(0x4c0)](_0x43b948=>this['_isHostPreservingLease'](_0x43b948,_0x2a0b79)&&this['_leaseAppliesToHostUnit'](_0x43b948,_0x5c99e0))?!0x0:this[_0x1c8b00(0x497)](_0x1c98c5['embedId'],_0x5c99e0);}[_0x5a6880(0x63f)](_0x4a3820){const _0x516d5e=_0x5a6880;return _0x4a3820?[...this['_leases']['values']()]['some'](_0x12cc0d=>[..._0x12cc0d][_0x516d5e(0x4c0)](_0x3a9f77=>this[_0x516d5e(0x236)](_0x3a9f77,_0x4a3820)&&_0x3a9f77[_0x516d5e(0x365)]!==_0x516d5e(0x3b8))):!0x1;}[_0x5a6880(0x602)](_0x177faa){const _0x4b0eff=_0x5a6880;let _0x2d869b={'hostUnitId':_0x177faa[_0x4b0eff(0x214)],'childUnitId':_0x177faa[_0x4b0eff(0x21e)],'childType':_0x177faa['childType'],'sessionMode':_0x177faa['sessionMode'],'sequence':++this['_leaseSequence']},_0x59c79e=this['_runtimeScopes']['get'](_0x177faa[_0x4b0eff(0x256)]);return _0x59c79e||(_0x59c79e=new Set(),this['_runtimeScopes'][_0x4b0eff(0x6a7)](_0x177faa[_0x4b0eff(0x256)],_0x59c79e)),_0x59c79e[_0x4b0eff(0x25c)](_0x2d869b),this[_0x4b0eff(0x425)](),this['_notifyRuntimeSessionChanged'](),_0xe7ea20(()=>{const _0x50a415=_0x4b0eff;_0x59c79e==null||_0x59c79e['delete'](_0x2d869b),(_0x59c79e==null?void 0x0:_0x59c79e[_0x50a415(0x1c3)])===0x0&&this[_0x50a415(0x420)][_0x50a415(0x556)](_0x177faa[_0x50a415(0x256)]),this[_0x50a415(0x425)](),this['_notifyRuntimeSessionChanged']();});}['resolveRuntimeScopeByChildUnitId'](_0x326d6d){const _0x521156=_0x5a6880;if(!_0x326d6d)return;let _0x29c9b7;for(let [_0x16d60d,_0x2daa5b]of this[_0x521156(0x420)])for(let _0x591a84 of _0x2daa5b)_0x591a84[_0x521156(0x21e)]===_0x326d6d&&(!_0x29c9b7||_0x591a84[_0x521156(0x1ca)]>_0x29c9b7['scope'][_0x521156(0x1ca)])&&(_0x29c9b7={'embedId':_0x16d60d,'scope':_0x591a84});if(_0x29c9b7){let {embedId:_0x22c6c4,scope:_0x27d120}=_0x29c9b7;return{'embedId':_0x22c6c4,'hostUnitId':_0x27d120[_0x521156(0x214)],'childUnitId':_0x27d120['childUnitId'],'childType':_0x27d120[_0x521156(0x2c2)],'sessionMode':_0x27d120[_0x521156(0x23f)]};}}['resolveActiveChildSessionRuntimeScope'](){const _0x49c78e=_0x5a6880;let _0xa3d87c;for(let [_0x163af8,_0x148603]of this['_leases'])for(let _0xb30624 of _0x148603){if(_0xb30624['role']!==_0x49c78e(0x35b)||!_0xb30624['childUnitId'])continue;let _0x52c20d=this['_getChildSessionPriority'](_0xb30624);(!_0xa3d87c||_0x52c20d>_0xa3d87c['priority']||_0x52c20d===_0xa3d87c[_0x49c78e(0x2f5)]&&_0xb30624['sequence']>_0xa3d87c[_0x49c78e(0x519)][_0x49c78e(0x1ca)])&&(_0xa3d87c={'embedId':_0x163af8,'lease':_0xb30624,'priority':_0x52c20d});}return _0xa3d87c?{'embedId':_0xa3d87c[_0x49c78e(0x256)],'hostUnitId':_0xa3d87c['lease']['hostUnitId'],'childUnitId':_0xa3d87c[_0x49c78e(0x519)][_0x49c78e(0x21e)],'childType':_0xa3d87c[_0x49c78e(0x519)][_0x49c78e(0x2c2)],'sessionMode':this[_0x49c78e(0x2df)](_0xa3d87c['lease'])}:void 0x0;}[_0x5a6880(0x3f0)](_0x19640e,_0x15789c,_0x20f92b){const _0x3e973a=_0x5a6880;if(!_0x19640e)return!0x1;let _0x1e0ff0=this[_0x3e973a(0x262)](_0x15789c,_0x20f92b);return _0x1e0ff0?this['_ownedEmbedAppliesToChildUnit'](_0x1e0ff0,_0x19640e):!0x1;}['shouldSuppressHostInteraction'](_0x277949,_0x59d90a,_0x5f2386,_0x1caebb){const _0x24b612=_0x5a6880;return this[_0x24b612(0x3f0)](_0x277949,_0x59d90a,_0x5f2386)||this[_0x24b612(0x63f)](_0x277949)?!0x1:this['hasHostPreservingChildFocusLeaseForHost'](_0x277949,_0x1caebb);}[_0x5a6880(0x484)](_0x5a81a7){const _0x5f970a=_0x5a6880;let _0x5f0da2=this[_0x5f970a(0x4a0)][_0x5f970a(0x312)](_0x5a81a7['embedId']);_0x5f0da2||(_0x5f0da2=new Set(),this[_0x5f970a(0x4a0)][_0x5f970a(0x6a7)](_0x5a81a7['embedId'],_0x5f0da2)),_0x5f0da2[_0x5f970a(0x25c)](_0x5a81a7[_0x5f970a(0x6e9)]);let _0x230146=_0x5a81a7['element'][_0x5f970a(0x364)](X);return _0x5a81a7[_0x5f970a(0x6e9)]['setAttribute'](X,_0x5a81a7[_0x5f970a(0x365)]),this[_0x5f970a(0x425)](),_0xe7ea20(()=>{const _0x294aed=_0x5f970a;_0x5f0da2==null||_0x5f0da2[_0x294aed(0x556)](_0x5a81a7['element']),(_0x5f0da2==null?void 0x0:_0x5f0da2[_0x294aed(0x1c3)])===0x0&&this['_elements'][_0x294aed(0x556)](_0x5a81a7[_0x294aed(0x256)]),_0x230146==null?_0x5a81a7[_0x294aed(0x6e9)][_0x294aed(0x2a8)](X):_0x5a81a7[_0x294aed(0x6e9)]['setAttribute'](X,_0x230146),this[_0x294aed(0x425)]();});}['listElements'](_0x25f1d8){const _0x23df7c=_0x5a6880;return _0x25f1d8?[...this['_elements'][_0x23df7c(0x312)](_0x25f1d8)??[]]:[];}[_0x5a6880(0x175)](_0x211928,_0x14b0f4,_0x146f07){const _0x328161=_0x5a6880;if(!_0x211928)return!0x1;let _0x5c66f3=this[_0x328161(0x4a0)][_0x328161(0x312)](_0x211928),_0x61d9cf=typeof(_0x146f07==null?void 0x0:_0x146f07[_0x328161(0x29a)])=='function'?_0x146f07[_0x328161(0x29a)]():void 0x0;return _0x5c66f3!=null&&_0x5c66f3[_0x328161(0x1c3)]&&_0x61d9cf!=null&&_0x61d9cf[_0x328161(0x4c0)](_0x5dfd0d=>_0x5dfd0d instanceof HTMLElement&&this[_0x328161(0x4e2)](_0x5c66f3,_0x5dfd0d))||_0x61d9cf!=null&&_0x61d9cf[_0x328161(0x4c0)](_0x244fff=>_0x244fff instanceof HTMLElement&&this[_0x328161(0x47c)](_0x211928,_0x244fff))?!0x0:_0x14b0f4 instanceof HTMLElement&&(!!(_0x5c66f3!=null&&_0x5c66f3[_0x328161(0x1c3)])&&this['_containsRegisteredElement'](_0x5c66f3,_0x14b0f4)||this[_0x328161(0x47c)](_0x211928,_0x14b0f4));}[_0x5a6880(0x4e2)](_0x2fc28f,_0x5340c6){const _0x12535b=_0x5a6880;return[..._0x2fc28f][_0x12535b(0x4c0)](_0x645b89=>_0x645b89===_0x5340c6||_0x645b89['contains'](_0x5340c6));}[_0x5a6880(0x61a)](_0x3fec5d,_0x2ffefd){const _0x21ae92=_0x5a6880;var _0xcb1f4a;return _0x3fec5d['owner']&&_0x2ffefd!=null&&(_0xcb1f4a=_0x2ffefd[_0x21ae92(0x34c)])!=null&&_0xcb1f4a[_0x21ae92(0x1af)](_0x3fec5d[_0x21ae92(0x3b0)])?!0x1:this[_0x21ae92(0x4cf)](_0x3fec5d[_0x21ae92(0x365)]);}[_0x5a6880(0x3a2)](_0xd23419,_0x3d36d3){const _0x55f90e=_0x5a6880;var _0x2b610c;return _0xd23419[_0x55f90e(0x3b0)]&&_0x3d36d3!=null&&(_0x2b610c=_0x3d36d3['ignoreOwners'])!=null&&_0x2b610c['includes'](_0xd23419[_0x55f90e(0x3b0)])?!0x1:_0xd23419[_0x55f90e(0x365)]!==_0x55f90e(0x3b8);}[_0x5a6880(0x187)](_0x3c5c8f,_0x4e9a05){const _0x4dcbd1=_0x5a6880;return _0x3c5c8f['hostUnitId']==null||_0x3c5c8f[_0x4dcbd1(0x214)]===_0x4e9a05;}[_0x5a6880(0x497)](_0x3f6f5a,_0x22e930){const _0x2c3a42=_0x5a6880;let _0x5bd2b8=this[_0x2c3a42(0x420)][_0x2c3a42(0x312)](_0x3f6f5a);return!!_0x5bd2b8&&[..._0x5bd2b8][_0x2c3a42(0x4c0)](_0x52d05f=>_0x52d05f['hostUnitId']==null||_0x52d05f[_0x2c3a42(0x214)]===_0x22e930);}[_0x5a6880(0x236)](_0x2541fb,_0x13f7d0){const _0x46a9cf=_0x5a6880;var _0x5b0ea9;return _0x2541fb[_0x46a9cf(0x21e)]===_0x13f7d0||((_0x5b0ea9=_0x2541fb[_0x46a9cf(0x226)])==null?void 0x0:_0x5b0ea9[_0x46a9cf(0x1af)](_0x13f7d0))===!0x0;}['_ownedEmbedAppliesToChildUnit'](_0x529cc1,_0xc6f495){const _0x339c8a=_0x5a6880;if([...this[_0x339c8a(0x420)][_0x339c8a(0x312)](_0x529cc1)??[]][_0x339c8a(0x4c0)](_0x49a3d7=>_0x49a3d7['childUnitId']===_0xc6f495))return!0x0;let _0xdabb2a=this[_0x339c8a(0x375)][_0x339c8a(0x312)](_0x529cc1);return!!_0xdabb2a&&[..._0xdabb2a][_0x339c8a(0x4c0)](_0x2aa45a=>this['_leaseAppliesToChildUnit'](_0x2aa45a,_0xc6f495));}[_0x5a6880(0x4cf)](_0x189f98){const _0x577c45=_0x5a6880;return _0x189f98!==_0x577c45(0x3b8);}[_0x5a6880(0x3df)](_0x199e0d){const _0x4ef55e=_0x5a6880;let _0x41ddae=this[_0x4ef55e(0x2df)](_0x199e0d);return _0x41ddae===_0x4ef55e(0x220)?0x1e:_0x41ddae===_0x4ef55e(0x513)?0x14:_0x41ddae===_0x4ef55e(0x6dd)?0xa:0x0;}[_0x5a6880(0x2df)](_0x18a6f1){const _0x4dc629=_0x5a6880;return _0x18a6f1['sessionMode']?_0x18a6f1[_0x4dc629(0x23f)]:_0x18a6f1[_0x4dc629(0x3b0)]===_0x4dc629(0x55d)?_0x4dc629(0x220):_0x18a6f1[_0x4dc629(0x3b0)]===_0x4dc629(0x1da)||_0x18a6f1[_0x4dc629(0x3b0)]==='doc-block-stage2-runtime'?_0x4dc629(0x513):_0x18a6f1[_0x4dc629(0x3b0)]==='tab-peer-runtime'?_0x4dc629(0x6dd):_0x18a6f1['role']===_0x4dc629(0x35b)?_0x4dc629(0x513):_0x4dc629(0x6c9);}[_0x5a6880(0x47c)](_0x1e8fa7,_0x46e26b){const _0x1d04bb=_0x5a6880;return _0x46e26b[_0x1d04bb(0x5ba)]('['+Q+'=\x22'+_0x1e8fa7+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x70389d,_0x5a4fe9){const _0x18ebf4=_0x5a6880;let _0x1d80c4=typeof(_0x5a4fe9==null?void 0x0:_0x5a4fe9[_0x18ebf4(0x29a)])==_0x18ebf4(0x581)?_0x5a4fe9[_0x18ebf4(0x29a)]():void 0x0,_0x5db703=(_0x1d80c4==null?void 0x0:_0x1d80c4[_0x18ebf4(0x5e9)](_0x2238ec=>this[_0x18ebf4(0x1a4)](_0x2238ec)&&_0x2238ec[_0x18ebf4(0x52d)]('data-embed-interaction-boundary-owner')))??(this['_isHTMLElement'](_0x70389d)?_0x70389d['closest']('[data-embed-interaction-boundary-owner]')??void 0x0:void 0x0);return(_0x5db703==null?void 0x0:_0x5db703[_0x18ebf4(0x364)](_0x18ebf4(0x46a)))??this[_0x18ebf4(0x16d)](_0x5a4fe9);}[_0x5a6880(0x16d)](_0x3504cf){const _0xc23d67=_0x5a6880;let _0x254f56=this[_0xc23d67(0x6b8)](_0x3504cf);if(!_0x254f56)return;let _0x3cc841;for(let [_0x1ce0da,_0x21221a]of this[_0xc23d67(0x4a0)])for(let _0x4e0d1f of _0x21221a){let _0x7679e4=_0x4e0d1f[_0xc23d67(0x4d4)]();if(!this[_0xc23d67(0x5aa)](_0x7679e4,_0x254f56[_0xc23d67(0x577)],_0x254f56['clientY']))continue;let _0x2ba0e0=_0x7679e4[_0xc23d67(0x5ae)]*_0x7679e4[_0xc23d67(0x3f3)];(!_0x3cc841||_0x2ba0e0<_0x3cc841[_0xc23d67(0x6e7)])&&(_0x3cc841={'embedId':_0x1ce0da,'area':_0x2ba0e0});}return _0x3cc841==null?void 0x0:_0x3cc841[_0xc23d67(0x256)];}[_0x5a6880(0x6b8)](_0x246db2){const _0x4550e3=_0x5a6880;let _0x4092a4=_0x246db2;if(_0x4092a4){if(Number[_0x4550e3(0x607)](_0x4092a4[_0x4550e3(0x577)])&&Number[_0x4550e3(0x607)](_0x4092a4['clientY']))return{'clientX':_0x4092a4[_0x4550e3(0x577)],'clientY':_0x4092a4[_0x4550e3(0x1df)]};if(Number['isFinite'](_0x4092a4['x'])&&Number[_0x4550e3(0x607)](_0x4092a4['y']))return{'clientX':_0x4092a4['x'],'clientY':_0x4092a4['y']};}}[_0x5a6880(0x5aa)](_0x57a208,_0xea6676,_0x4d0309){const _0x219107=_0x5a6880;return _0x57a208[_0x219107(0x5ae)]>0x0&&_0x57a208[_0x219107(0x3f3)]>0x0&&_0xea6676>=_0x57a208[_0x219107(0x21d)]&&_0xea6676<=_0x57a208[_0x219107(0x6c6)]&&_0x4d0309>=_0x57a208[_0x219107(0x547)]&&_0x4d0309<=_0x57a208[_0x219107(0x523)];}[_0x5a6880(0x32c)](){const _0x4551cb=_0x5a6880;var _0x160d86;let _0x509638=this['_getAnyActiveElement']();if(!this['_isHTMLElement'](_0x509638))return;let _0x597b3a=_0x509638[_0x4551cb(0x5ba)]('['+Q+']');if(!_0x597b3a)return;let _0x3878a1=_0x597b3a[_0x4551cb(0x364)](Q),_0x448695=(_0x160d86=_0x509638['closest'](_0x4551cb(0x3de)))==null?void 0x0:_0x160d86[_0x4551cb(0x364)](X);return _0x3878a1&&this[_0x4551cb(0x5d1)](_0x448695)?{'embedId':_0x3878a1,'role':_0x448695}:void 0x0;}[_0x5a6880(0x1a4)](_0x38dbcd){const _0x46c0ae=_0x5a6880;var _0x5a60fd;if(!_0x38dbcd)return!0x1;let _0x3c1459=(_0x5a60fd=_0x38dbcd['ownerDocument'])==null?void 0x0:_0x5a60fd[_0x46c0ae(0x479)];return _0x3c1459?_0x38dbcd instanceof _0x3c1459[_0x46c0ae(0x650)]:typeof HTMLElement<'u'&&_0x38dbcd instanceof HTMLElement;}[_0x5a6880(0x5d1)](_0x46642f){return _0x46642f==='runtime'||_0x46642f==='child-session'||_0x46642f==='child-editor'||_0x46642f==='child-popup'||_0x46642f==='floating-menu';}[_0x5a6880(0x264)](){const _0x42f0cf=_0x5a6880;for(let _0x4c1761 of this[_0x42f0cf(0x4a0)][_0x42f0cf(0x21c)]()){var _0x13d2de;let _0x1968bd=(_0x13d2de=_0x4c1761['values']()[_0x42f0cf(0x4af)]()['value'])==null?void 0x0:_0x13d2de[_0x42f0cf(0x6ba)];if(_0x1968bd!=null&&_0x1968bd['activeElement'])return _0x1968bd[_0x42f0cf(0x693)];}return typeof document>'u'?null:document[_0x42f0cf(0x693)];}[_0x5a6880(0x3fc)](_0xe157f4){const _0x38536a=_0x5a6880;var _0x5460dc;let _0x29a5d8=this['_elements'][_0x38536a(0x312)](_0xe157f4),_0x166421=_0x29a5d8==null||(_0x5460dc=_0x29a5d8[_0x38536a(0x21c)]()[_0x38536a(0x4af)]()[_0x38536a(0x413)])==null?void 0x0:_0x5460dc[_0x38536a(0x6ba)];return(_0x166421==null?void 0x0:_0x166421[_0x38536a(0x693)])??(typeof document>'u'?null:document[_0x38536a(0x693)]);}['_notifyRuntimeFocusChanged'](){const _0xe4a7d7=_0x5a6880;this[_0xe4a7d7(0x2f6)][_0xe4a7d7(0x4af)]();}['_notifyRuntimeSessionChanged'](){const _0x4cdce9=_0x5a6880;this[_0x4cdce9(0x290)][_0x4cdce9(0x4af)]();}};const Q=_0x5a6880(0x46a);var io=class{constructor(){const _0x31c484=_0x5a6880;Y(this,_0x31c484(0x1b9),new Map()),Y(this,'_childUnitIds',new Map()),Y(this,_0x31c484(0x26d),new WeakMap()),Y(this,_0x31c484(0x483),new WeakMap()),Y(this,_0x31c484(0x56c),void 0x0);}[_0x5a6880(0x291)](_0x3f4c7c,_0x457fc3,_0x5ea469){const _0x59edff=_0x5a6880;let _0x2f1988=this[_0x59edff(0x1b9)]['get'](_0x3f4c7c);_0x2f1988||(_0x2f1988=new Set(),this[_0x59edff(0x1b9)][_0x59edff(0x6a7)](_0x3f4c7c,_0x2f1988)),_0x5ea469&&this[_0x59edff(0x34f)][_0x59edff(0x6a7)](_0x3f4c7c,_0x5ea469),_0x2f1988[_0x59edff(0x25c)](_0x457fc3);let _0x259f20=_0x457fc3[_0x59edff(0x364)](Q),_0x5b0041=_0x457fc3[_0x59edff(0x364)](_0x5179df);_0x457fc3[_0x59edff(0x4bb)](Q,_0x3f4c7c),_0x5ea469&&_0x457fc3[_0x59edff(0x4bb)](_0x5179df,_0x5ea469);let _0x4d3936=this[_0x59edff(0x4ad)](_0x3f4c7c,_0x457fc3),_0x33239a=()=>this[_0x59edff(0x297)](_0x3f4c7c,_0x457fc3[_0x59edff(0x6ba)]);return _0x457fc3['addEventListener'](_0x59edff(0x224),_0x33239a,!0x0),_0x457fc3[_0x59edff(0x4e8)](_0x59edff(0x4bc),_0x33239a,!0x0),_0x457fc3[_0x59edff(0x4e8)]('focusin',_0x33239a,!0x0),_0xe7ea20(()=>{const _0x500684=_0x59edff;var _0x2fad08;_0x4d3936[_0x500684(0x526)](),_0x457fc3[_0x500684(0x568)]('pointerdown',_0x33239a,!0x0),_0x457fc3['removeEventListener'](_0x500684(0x4bc),_0x33239a,!0x0),_0x457fc3[_0x500684(0x568)](_0x500684(0x667),_0x33239a,!0x0),((_0x2fad08=this[_0x500684(0x56c)])==null?void 0x0:_0x2fad08[_0x500684(0x256)])===_0x3f4c7c&&this[_0x500684(0x56c)][_0x500684(0x691)]===_0x457fc3['ownerDocument']&&(this[_0x500684(0x56c)]=void 0x0),_0x2f1988==null||_0x2f1988['delete'](_0x457fc3),_0x2f1988&&_0x2f1988[_0x500684(0x1c3)]===0x0&&(this[_0x500684(0x1b9)][_0x500684(0x556)](_0x3f4c7c),this['_childUnitIds'][_0x500684(0x556)](_0x3f4c7c)),_0x259f20==null?_0x457fc3[_0x500684(0x2a8)](Q):_0x457fc3[_0x500684(0x4bb)](Q,_0x259f20),_0x5b0041==null?_0x457fc3[_0x500684(0x2a8)](_0x5179df):_0x457fc3['setAttribute'](_0x5179df,_0x5b0041);});}[_0x5a6880(0x4ad)](_0x2b5403,_0x25415a){const _0x4deba9=_0x5a6880;let _0x2d4970=_0x25415a[_0x4deba9(0x6ba)][_0x4deba9(0x479)],_0x1ec885=new Map(),_0x5db06f=new Map(),_0x3eddf9,_0x214011=!0x1,_0x26be57=_0x626fed=>{const _0x370f30=_0x4deba9;_0x1ec885[_0x370f30(0x255)](_0x626fed)||_0x1ec885[_0x370f30(0x6a7)](_0x626fed,_0x626fed[_0x370f30(0x364)](Q)),_0x5db06f[_0x370f30(0x255)](_0x626fed)||_0x5db06f[_0x370f30(0x6a7)](_0x626fed,_0x626fed['getAttribute'](X));},_0x26e469=_0xdea12f=>{const _0x40236b=_0x4deba9;_0x26be57(_0xdea12f),_0xdea12f[_0x40236b(0x4bb)](Q,_0x2b5403),_0xdea12f['setAttribute'](X,_0x40236b(0x272));},_0x2ef55c=_0x367f52=>{const _0x2f687f=_0x4deba9;this[_0x2f687f(0x64a)](_0x367f52)&&(_0x26e469(_0x367f52),_0x367f52[_0x2f687f(0x292)]('*')[_0x2f687f(0x68e)](_0x26e469));},_0x525f07=_0x5a30d7=>{const _0x19813b=_0x4deba9;_0x214011||(_0x2ef55c(_0x5a30d7),_0x5a30d7[_0x19813b(0x292)]('*')['forEach'](_0x192448=>_0x2ef55c(_0x192448)));};return _0x525f07(_0x25415a),_0x2d4970!=null&&_0x2d4970[_0x4deba9(0x5a5)]&&(_0x3eddf9=new _0x2d4970[(_0x4deba9(0x5a5))](_0x4a7fc5=>{_0x4a7fc5['forEach'](_0x3910b3=>{const _0x3620db=_0x1f5b;_0x3910b3[_0x3620db(0x535)][_0x3620db(0x68e)](_0x42d0b9=>{const _0x9a677b=_0x3620db;_0x42d0b9 instanceof _0x2d4970[_0x9a677b(0x650)]&&_0x525f07(_0x42d0b9);});});}),_0x3eddf9[_0x4deba9(0x1c9)](_0x25415a,{'childList':!0x0,'subtree':!0x0})),_0xe7ea20(()=>{const _0x3efd6c=_0x4deba9;_0x214011=!0x0,_0x3eddf9==null||_0x3eddf9[_0x3efd6c(0x51f)](),_0x1ec885[_0x3efd6c(0x68e)]((_0x52654b,_0x4ac46d)=>{const _0x1673c1=_0x3efd6c;if(_0x52654b==null){_0x4ac46d[_0x1673c1(0x2a8)](Q);return;}_0x4ac46d['setAttribute'](Q,_0x52654b);}),_0x5db06f[_0x3efd6c(0x68e)]((_0x22316b,_0x58206b)=>{const _0x1f71a4=_0x3efd6c;if(_0x22316b==null){_0x58206b[_0x1f71a4(0x2a8)](X);return;}_0x58206b[_0x1f71a4(0x4bb)](X,_0x22316b);});});}['registerOwnedElement'](_0xaa243b,_0x3af76d){const _0x1f4fee=_0x5a6880;let _0x521716=this[_0x1f4fee(0x1b9)][_0x1f4fee(0x312)](_0xaa243b);_0x521716||(_0x521716=new Set(),this['_roots'][_0x1f4fee(0x6a7)](_0xaa243b,_0x521716)),_0x521716[_0x1f4fee(0x25c)](_0x3af76d);let _0x3cda82=this[_0x1f4fee(0x491)](_0xaa243b,_0x3af76d);return _0xe7ea20(()=>{const _0x19bc3e=_0x1f4fee;_0x521716==null||_0x521716[_0x19bc3e(0x556)](_0x3af76d),_0x521716&&_0x521716[_0x19bc3e(0x1c3)]===0x0&&this['_roots'][_0x19bc3e(0x556)](_0xaa243b),_0x3cda82[_0x19bc3e(0x526)]();});}[_0x5a6880(0x651)](_0x234937,_0x4f199b,_0x49024f){const _0x6bc56d=_0x5a6880;let _0x3b094a=typeof(_0x49024f==null?void 0x0:_0x49024f[_0x6bc56d(0x29a)])==_0x6bc56d(0x581)?_0x49024f[_0x6bc56d(0x29a)]():void 0x0;if(_0x3b094a!=null&&_0x3b094a['some'](_0x230bf9=>_0x230bf9 instanceof HTMLElement&&this[_0x6bc56d(0x1ac)](_0x234937,_0x230bf9)))return!0x0;if(!(_0x4f199b instanceof HTMLElement))return!0x1;if(this[_0x6bc56d(0x1ac)](_0x234937,_0x4f199b))return!0x0;if(!_0x234937)return Array[_0x6bc56d(0x52b)](this[_0x6bc56d(0x1b9)][_0x6bc56d(0x21c)]())[_0x6bc56d(0x4c0)](_0x56bb93=>[..._0x56bb93]['some'](_0x3cef0c=>_0x3cef0c['isConnected']&&_0x3cef0c[_0x6bc56d(0x651)](_0x4f199b)));let _0x41b62a=this[_0x6bc56d(0x1b9)]['get'](_0x234937);return!!_0x41b62a&&[..._0x41b62a]['some'](_0x47048a=>_0x47048a[_0x6bc56d(0x2b1)]&&_0x47048a['contains'](_0x4f199b));}[_0x5a6880(0x36b)](_0x14464b){const _0x21ccfd=_0x5a6880;let _0x54c7cc=_0x14464b?this[_0x21ccfd(0x483)][_0x21ccfd(0x312)](_0x14464b):typeof document<'u'?this[_0x21ccfd(0x483)]['get'](document):void 0x0;if(_0x54c7cc!=null&&_0x54c7cc['length'])return!0x0;let _0x56cab0=this[_0x21ccfd(0x56c)];return!_0x56cab0||Date[_0x21ccfd(0x6ca)]()>_0x56cab0[_0x21ccfd(0x4ee)]?!0x1:!_0x14464b||_0x56cab0['document']===_0x14464b;}[_0x5a6880(0x2dd)](_0x469219,_0x459021){const _0x21b2fe=_0x5a6880;if(!_0x469219)return!0x1;let _0x3d4f82=_0x459021?this[_0x21b2fe(0x483)][_0x21b2fe(0x312)](_0x459021):typeof document<'u'?this[_0x21b2fe(0x483)]['get'](document):void 0x0;if(_0x3d4f82!=null&&_0x3d4f82[_0x21b2fe(0x4c0)](_0x43273e=>_0x43273e['embedId']===_0x469219))return!0x0;let _0x27d7b7=this[_0x21b2fe(0x56c)];return!_0x27d7b7||_0x27d7b7[_0x21b2fe(0x256)]!==_0x469219||Date[_0x21b2fe(0x6ca)]()>_0x27d7b7[_0x21b2fe(0x4ee)]?!0x1:!_0x459021||_0x27d7b7[_0x21b2fe(0x691)]===_0x459021;}[_0x5a6880(0x39c)](_0x395e86,_0x5ea1a5){const _0x5b6ee4=_0x5a6880;!_0x395e86||!(_0x5ea1a5!=null&&_0x5ea1a5[_0x5b6ee4(0x620)])||this[_0x5b6ee4(0x51e)](_0x395e86,_0x5ea1a5)[_0x5b6ee4(0x68e)](_0x4f48d9=>this[_0x5b6ee4(0x5f4)](_0x4f48d9,_0x5ea1a5));}[_0x5a6880(0x6db)](_0x2e27e3,_0x35cfdf){const _0x19811b=_0x5a6880;var _0x9917fd;if(!(_0x35cfdf!=null&&_0x35cfdf['body']))return _0xe7ea20(()=>{});let _0x2645af=Symbol(_0x2e27e3),_0x3eab86=this['_activePortalOwners'][_0x19811b(0x312)](_0x35cfdf)??[];return _0x3eab86['push']({'embedId':_0x2e27e3,'token':_0x2645af}),this[_0x19811b(0x483)][_0x19811b(0x6a7)](_0x35cfdf,_0x3eab86),this[_0x19811b(0x3be)](_0x35cfdf),this[_0x19811b(0x2a2)](_0x2e27e3,_0x35cfdf,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x19811b(0x4bd)](_0x2e27e3,_0x35cfdf),(_0x9917fd=_0x35cfdf[_0x19811b(0x479)])==null||_0x9917fd[_0x19811b(0x275)](()=>{const _0x59b315=_0x19811b;let _0x3e07c7=this[_0x59b315(0x246)](_0x35cfdf);(_0x3e07c7==null?void 0x0:_0x3e07c7[_0x59b315(0x256)])===_0x2e27e3&&_0x3e07c7[_0x59b315(0x2b7)]===_0x2645af&&(this[_0x59b315(0x2a2)](_0x2e27e3,_0x35cfdf,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x59b315(0x4bd)](_0x2e27e3,_0x35cfdf));},0x0),_0xe7ea20(()=>{const _0x4f0345=_0x19811b;let _0x8f7fa3=this[_0x4f0345(0x483)][_0x4f0345(0x312)](_0x35cfdf),_0x3c8df1=!0x1;if(_0x8f7fa3){let _0x334974=_0x8f7fa3[_0x4f0345(0x457)](_0x477e41=>_0x477e41['embedId']===_0x2e27e3&&_0x477e41[_0x4f0345(0x2b7)]===_0x2645af);_0x334974>=0x0&&_0x8f7fa3[_0x4f0345(0x366)](_0x334974,0x1),_0x3c8df1=_0x8f7fa3[_0x4f0345(0x4c0)](_0x29e591=>_0x29e591[_0x4f0345(0x256)]===_0x2e27e3),_0x8f7fa3[_0x4f0345(0x5dc)]===0x0&&this[_0x4f0345(0x483)][_0x4f0345(0x556)](_0x35cfdf);}_0x3c8df1||this[_0x4f0345(0x3e1)](_0x2e27e3,_0x35cfdf);let _0x1535c9=this['_getLatestActivePortalOwner'](_0x35cfdf);_0x1535c9&&(this[_0x4f0345(0x2a2)](_0x1535c9[_0x4f0345(0x256)],_0x35cfdf,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x4f0345(0x4bd)](_0x1535c9[_0x4f0345(0x256)],_0x35cfdf));});}[_0x5a6880(0x51e)](_0x4597bc,_0x7906f9){const _0xc9ff9a=_0x5a6880;var _0x38f2e9;let _0x1a265e=new Set(),_0x4aaf91=_0x32d562=>{const _0x519ea5=_0x1f5b;let _0x28df94=this[_0x519ea5(0x521)](_0x32d562);!_0x28df94||!this[_0x519ea5(0x1ac)](_0x4597bc,_0x28df94)||_0x1a265e[_0x519ea5(0x25c)](_0x28df94);};return _0x7906f9[_0xc9ff9a(0x620)][_0xc9ff9a(0x292)]('['+Q+'=\x22'+_0x4597bc+'\x22]')[_0xc9ff9a(0x68e)](_0x4aaf91),(_0x38f2e9=this[_0xc9ff9a(0x1b9)]['get'](_0x4597bc))==null||_0x38f2e9[_0xc9ff9a(0x68e)](_0x48aea2=>{const _0x2a6c8a=_0xc9ff9a;_0x48aea2['isConnected']&&(_0x4aaf91(_0x48aea2),_0x48aea2[_0x2a6c8a(0x292)]('*')[_0x2a6c8a(0x68e)](_0x4aaf91));}),[..._0x1a265e][_0xc9ff9a(0x3b5)]((_0x211e5c,_0x238642)=>_0x211e5c[_0xc9ff9a(0x651)](_0x238642)?0x1:_0x238642[_0xc9ff9a(0x651)](_0x211e5c)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x4c7270){const _0x59771d=_0x5a6880;if(!_0x4c7270['closest'](_0x59771d(0x18f))&&this['_isUniverPortalTreeElement'](_0x4c7270))return _0x4c7270['closest']('.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]')??_0x4c7270;}['_dispatchEscapeToFloatingSurface'](_0x3bfc87,_0x3624a9){const _0x40fa4b=_0x5a6880;let _0x269c3d=_0x3624a9[_0x40fa4b(0x479)],_0x10fa73=_0x3624a9['activeElement']instanceof HTMLElement&&_0x3bfc87[_0x40fa4b(0x651)](_0x3624a9[_0x40fa4b(0x693)])?_0x3624a9['activeElement']:_0x3bfc87,_0x3adf8b=_0x269c3d!=null&&_0x269c3d['KeyboardEvent']?new _0x269c3d[(_0x40fa4b(0x316))]('keydown',{'key':_0x40fa4b(0x2b5),'code':_0x40fa4b(0x2b5),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x40fa4b(0x5f3),{'bubbles':!0x0,'cancelable':!0x0});_0x10fa73[_0x40fa4b(0x5c9)](_0x3adf8b);}['_isOwnedElement'](_0x43ed1f,_0x443bfa){const _0x4a05f7=_0x5a6880;let _0x38f60c=_0x443bfa[_0x4a05f7(0x5ba)]('['+Q+']'),_0x5beab7=_0x38f60c==null?void 0x0:_0x38f60c[_0x4a05f7(0x364)](Q);if(_0x5beab7&&(!_0x43ed1f||_0x5beab7===_0x43ed1f))return!0x0;if(!_0x43ed1f)return Array[_0x4a05f7(0x52b)](this[_0x4a05f7(0x1b9)]['values']())[_0x4a05f7(0x4c0)](_0x3070a6=>[..._0x3070a6][_0x4a05f7(0x4c0)](_0x11f6d7=>_0x11f6d7===_0x443bfa||_0x11f6d7[_0x4a05f7(0x651)](_0x443bfa)));let _0x149b0f=this['_roots'][_0x4a05f7(0x312)](_0x43ed1f);return!!_0x149b0f&&[..._0x149b0f]['some'](_0x39b756=>_0x39b756===_0x443bfa||_0x39b756[_0x4a05f7(0x651)](_0x443bfa));}[_0x5a6880(0x297)](_0x2128df,_0x2e5bee){const _0x17ca18=_0x5a6880;var _0x2ee703;_0x2e5bee!=null&&_0x2e5bee[_0x17ca18(0x620)]&&(this[_0x17ca18(0x56c)]={'embedId':_0x2128df,'document':_0x2e5bee,'expiresAt':Date[_0x17ca18(0x6ca)]()+0x3e8},this[_0x17ca18(0x3be)](_0x2e5bee),this[_0x17ca18(0x2a2)](_0x2128df,_0x2e5bee,{'includeAppShellEditorPortal':!0x1}),(_0x2ee703=_0x2e5bee[_0x17ca18(0x479)])==null||_0x2ee703[_0x17ca18(0x275)](()=>{const _0xf4e0ea=_0x17ca18;let _0xd6a11a=this[_0xf4e0ea(0x56c)];(_0xd6a11a==null?void 0x0:_0xd6a11a[_0xf4e0ea(0x256)])===_0x2128df&&_0xd6a11a[_0xf4e0ea(0x691)]===_0x2e5bee&&Date[_0xf4e0ea(0x6ca)]()<=_0xd6a11a['expiresAt']&&this[_0xf4e0ea(0x2a2)](_0x2128df,_0x2e5bee,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x5a6880(0x3be)](_0x224466){const _0x52e36a=_0x5a6880;if(this[_0x52e36a(0x26d)][_0x52e36a(0x255)](_0x224466)||!_0x224466[_0x52e36a(0x620)])return;let _0x1e28d5=_0x224466[_0x52e36a(0x479)];if(!(_0x1e28d5!=null&&_0x1e28d5[_0x52e36a(0x5a5)]))return;let _0x289563=new _0x1e28d5[(_0x52e36a(0x5a5))](_0x440a1c=>{const _0x46ae39=_0x52e36a;let _0x42c97f=this[_0x46ae39(0x28f)](_0x224466);if(!_0x42c97f)return;let _0x868279={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x42c97f[_0x46ae39(0x3da)],'allowDirectBodyPortal':!_0x42c97f[_0x46ae39(0x3da)]};_0x440a1c[_0x46ae39(0x68e)](_0x15b389=>{const _0xce0fec=_0x46ae39;_0x15b389[_0xce0fec(0x2e6)]===_0xce0fec(0x2fd)&&_0x15b389[_0xce0fec(0x428)]instanceof _0x1e28d5[_0xce0fec(0x650)]&&this[_0xce0fec(0x62d)](_0x15b389[_0xce0fec(0x428)],_0x42c97f['embedId'],_0x224466,_0x868279),_0x15b389[_0xce0fec(0x535)]['forEach'](_0x11a2f2=>{const _0x2f47f8=_0xce0fec;_0x11a2f2 instanceof _0x1e28d5[_0x2f47f8(0x650)]&&(this[_0x2f47f8(0x62d)](_0x11a2f2,_0x42c97f[_0x2f47f8(0x256)],_0x224466,_0x868279),_0x11a2f2['querySelectorAll']('*')['forEach'](_0xdad33c=>{const _0x5d9d78=_0x2f47f8;this[_0x5d9d78(0x62d)](_0xdad33c,_0x42c97f[_0x5d9d78(0x256)],_0x224466,_0x868279);}));});}),_0x42c97f[_0x46ae39(0x3da)]&&this[_0x46ae39(0x4bd)](_0x42c97f['embedId'],_0x224466);});_0x289563[_0x52e36a(0x1c9)](_0x224466['body'],{'attributeFilter':['class',_0x52e36a(0x1b0),'id',_0x52e36a(0x365),_0x52e36a(0x38f)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x289563['takeRecords'](),this[_0x52e36a(0x26d)][_0x52e36a(0x6a7)](_0x224466,_0x289563);}['_markBodyPortalOwner'](_0x24e2b3,_0x1da1ee,_0x2c729a,_0x4dac71={}){const _0x1b59ab=_0x5a6880;_0x4dac71[_0x1b59ab(0x596)]===!0x1&&_0x24e2b3[_0x1b59ab(0x2a0)]===_0x2c729a[_0x1b59ab(0x620)]&&!this[_0x1b59ab(0x1fc)](_0x24e2b3)&&!this[_0x1b59ab(0x419)](_0x24e2b3)||this[_0x1b59ab(0x595)](_0x24e2b3,_0x2c729a,_0x4dac71)&&(!this[_0x1b59ab(0x419)](_0x24e2b3)&&this['_isDetachedOffscreenPortalCandidate'](_0x24e2b3,_0x2c729a)||(this[_0x1b59ab(0x6b7)](_0x24e2b3,_0x1da1ee,_0x2c729a),this[_0x1b59ab(0x491)](_0x1da1ee,_0x24e2b3,{'transient':!0x0}),this['_markRuntimeFocusRole'](_0x24e2b3,_0x4dac71)));}[_0x5a6880(0x2a2)](_0x18605d,_0x2f3d47,_0x71b665={}){const _0xefbaf9=_0x5a6880;_0x2f3d47[_0xefbaf9(0x620)]['querySelectorAll']('*')[_0xefbaf9(0x68e)](_0x1bc7ae=>{const _0x56070e=_0xefbaf9;this['_markBodyPortalOwner'](_0x1bc7ae,_0x18605d,_0x2f3d47,{'includeAppShellEditorPortal':_0x71b665['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x71b665[_0x56070e(0x692)],'allowDirectBodyPortal':_0x71b665['allowDirectBodyPortal']});});}[_0x5a6880(0x595)](_0x14a8c6,_0x3c661f,_0x5baefd={}){const _0x12ac1e=_0x5a6880;if(!_0x3c661f['body'][_0x12ac1e(0x651)](_0x14a8c6))return!0x1;let _0x54cce2=!!_0x5baefd[_0x12ac1e(0x57b)]&&this[_0x12ac1e(0x419)](_0x14a8c6),_0x2c6d2f=this[_0x12ac1e(0x1fc)](_0x14a8c6);if(!_0x5baefd['allowOwnedPortalReassignment']&&!_0x54cce2&&_0x14a8c6[_0x12ac1e(0x5ba)](_0x12ac1e(0x6ec))||_0x14a8c6['id']===_0x12ac1e(0x40b))return!0x1;let _0x1e43c8=_0x14a8c6[_0x12ac1e(0x2a0)];return!!_0x5baefd[_0x12ac1e(0x596)]&&_0x1e43c8===_0x3c661f[_0x12ac1e(0x620)]||(_0x1e43c8==null?void 0x0:_0x1e43c8[_0x12ac1e(0x5ba)](_0x12ac1e(0x429)))!=null||_0x2c6d2f||_0x54cce2;}[_0x5a6880(0x419)](_0x1dafb7){const _0x23f30e=_0x5a6880;var _0x493f49,_0x1d4709;return((_0x493f49=_0x1dafb7['parentElement'])==null?void 0x0:_0x493f49['id'])!=='app'&&((_0x1d4709=_0x1dafb7['closest'](_0x23f30e(0x4c3)))==null?void 0x0:_0x1d4709[_0x23f30e(0x2a0)])!==_0x1dafb7[_0x23f30e(0x6ba)][_0x23f30e(0x620)]?!0x1:_0x1dafb7['id'][_0x23f30e(0x6d3)](_0x23f30e(0x536))||_0x1dafb7['id']['startsWith'](_0x23f30e(0x50c))||_0x1dafb7['closest'](_0x23f30e(0x197))!=null||_0x1dafb7[_0x23f30e(0x5ba)](_0x23f30e(0x3ba))!=null;}[_0x5a6880(0x4e9)](_0x27194d){const _0x1232bc=_0x5a6880;return _0x27194d['id'][_0x1232bc(0x6d3)](_0x1232bc(0x373))||_0x27194d['id'][_0x1232bc(0x6d3)](_0x1232bc(0x36d))||_0x27194d[_0x1232bc(0x5ba)](_0x1232bc(0x1aa))!=null||_0x27194d[_0x1232bc(0x5ba)](_0x1232bc(0x1ff))!=null;}[_0x5a6880(0x1fc)](_0x4264dd){const _0x244a3b=_0x5a6880;let _0x2e66c8=typeof _0x4264dd['className']==_0x244a3b(0x37f)?_0x4264dd['className']:'';if(_0x4264dd[_0x244a3b(0x364)]('data-u-comp')===_0x244a3b(0x37d)||_0x4264dd[_0x244a3b(0x679)]['contains'](_0x244a3b(0x62f))||_0x4264dd['classList']['contains'](_0x244a3b(0x327))||_0x4264dd[_0x244a3b(0x679)][_0x244a3b(0x651)](_0x244a3b(0x5b0))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x244a3b(0x1b2)](_0x2e66c8))return!0x0;let _0xa95755=_0x4264dd[_0x244a3b(0x364)](_0x244a3b(0x365));return _0xa95755===_0x244a3b(0x338)||_0xa95755==='listbox'||_0xa95755===_0x244a3b(0x28a)||_0xa95755==='tooltip'||_0x4264dd[_0x244a3b(0x52d)](_0x244a3b(0x654));}[_0x5a6880(0x5de)](_0x551f70,_0x318d00){const _0x50f7cb=_0x5a6880;if(!this[_0x50f7cb(0x64a)](_0x551f70))return!0x1;let _0x55941a=_0x551f70[_0x50f7cb(0x5ba)](_0x50f7cb(0x3ff))??_0x551f70,_0x6ea3de=_0x55941a[_0x50f7cb(0x5ba)]('#app')??_0x55941a[_0x50f7cb(0x2a0)];if(_0x55941a[_0x50f7cb(0x2a0)]!==_0x318d00['body']&&(_0x6ea3de==null?void 0x0:_0x6ea3de[_0x50f7cb(0x2a0)])!==_0x318d00[_0x50f7cb(0x620)])return!0x1;let _0x26c041=_0x318d00[_0x50f7cb(0x479)];if(!_0x26c041)return!0x1;let _0x47c572=_0x55941a['getBoundingClientRect']();return _0x47c572[_0x50f7cb(0x6c6)]<0x0||_0x47c572[_0x50f7cb(0x523)]<0x0||_0x47c572[_0x50f7cb(0x21d)]>_0x26c041['innerWidth']||_0x47c572[_0x50f7cb(0x547)]>_0x26c041['innerHeight']?!0x0:_0x47c572[_0x50f7cb(0x5ae)]<=0x0||_0x47c572[_0x50f7cb(0x3f3)]<=0x0?_0x47c572[_0x50f7cb(0x21d)]<0x0||_0x47c572[_0x50f7cb(0x547)]<0x0||_0x47c572[_0x50f7cb(0x21d)]>_0x26c041[_0x50f7cb(0x196)]||_0x47c572[_0x50f7cb(0x547)]>_0x26c041[_0x50f7cb(0x6ed)]:!0x1;}[_0x5a6880(0x5b9)](_0x48e732,_0x406857={}){const _0x3e1723=_0x5a6880;let _0x588aab=_0x406857['includeAppShellEditorPortal']&&this[_0x3e1723(0x419)](_0x48e732)?_0x3e1723(0x5bb):this[_0x3e1723(0x64a)](_0x48e732)?_0x3e1723(0x272):void 0x0;_0x588aab&&(_0x48e732[_0x3e1723(0x4bb)](X,_0x588aab),_0x48e732[_0x3e1723(0x292)]('*')[_0x3e1723(0x68e)](_0x520a91=>{const _0x29b4d4=_0x3e1723;_0x520a91[_0x29b4d4(0x4bb)](X,_0x588aab);}));}[_0x5a6880(0x491)](_0x55c127,_0x7ee5c3,_0x9704af={}){const _0x43a4a7=_0x5a6880;let _0x3a2b2d=new Map(),_0x1c17ee=new Map(),_0x3f0be6=this[_0x43a4a7(0x34f)]['get'](_0x55c127),_0x3b3440=_0x571e0c=>{const _0x54c261=_0x43a4a7;_0x9704af['transient']||(_0x3a2b2d[_0x54c261(0x6a7)](_0x571e0c,_0x571e0c[_0x54c261(0x364)](Q)),_0x1c17ee['set'](_0x571e0c,_0x571e0c[_0x54c261(0x364)](_0x5179df))),_0x571e0c['setAttribute'](Q,_0x55c127),_0x3f0be6&&_0x571e0c['setAttribute'](_0x5179df,_0x3f0be6);};return _0x3b3440(_0x7ee5c3),_0x7ee5c3[_0x43a4a7(0x292)]('*')[_0x43a4a7(0x68e)](_0x3b3440),_0xe7ea20(()=>{const _0x2b1828=_0x43a4a7;_0x3a2b2d[_0x2b1828(0x68e)]((_0x7b3c21,_0x2322aa)=>{const _0xce88ae=_0x2b1828;if(_0x7b3c21==null){_0x2322aa['removeAttribute'](Q);return;}_0x2322aa[_0xce88ae(0x4bb)](Q,_0x7b3c21);}),_0x1c17ee[_0x2b1828(0x68e)]((_0x349cd6,_0x44f0e7)=>{const _0x4466bf=_0x2b1828;if(_0x349cd6==null){_0x44f0e7[_0x4466bf(0x2a8)](_0x5179df);return;}_0x44f0e7[_0x4466bf(0x4bb)](_0x5179df,_0x349cd6);});});}[_0x5a6880(0x64a)](_0x32d138){const _0x106f55=_0x5a6880;return this[_0x106f55(0x1fc)](_0x32d138)||_0x32d138['closest'](_0x106f55(0x3ff))!=null;}[_0x5a6880(0x28f)](_0x18a31e){const _0xecedc=_0x5a6880;let _0x239a09=this[_0xecedc(0x246)](_0x18a31e);if(_0x239a09)return{'embedId':_0x239a09[_0xecedc(0x256)],'stable':!0x0};let _0x4b6ab0=this[_0xecedc(0x56c)];if(_0x4b6ab0&&_0x4b6ab0['document']===_0x18a31e&&Date[_0xecedc(0x6ca)]()<=_0x4b6ab0[_0xecedc(0x4ee)])return{'embedId':_0x4b6ab0[_0xecedc(0x256)],'stable':!0x1};}['_getLatestActivePortalOwner'](_0x3ffdbf){const _0x1613ef=_0x5a6880;let _0xf724af=this[_0x1613ef(0x483)][_0x1613ef(0x312)](_0x3ffdbf);return _0xf724af==null?void 0x0:_0xf724af[_0xf724af['length']-0x1];}[_0x5a6880(0x4bd)](_0x3c484d,_0x4c46b5){const _0x52366c=_0x5a6880;let _0x2de83c=this['_roots']['get'](_0x3c484d);_0x4c46b5[_0x52366c(0x620)][_0x52366c(0x292)]('['+Q+'=\x22'+_0x3c484d+'\x22]')[_0x52366c(0x68e)](_0x11476c=>{const _0x5e22a1=_0x52366c;_0x11476c['parentElement']===_0x4c46b5[_0x5e22a1(0x620)]&&(_0x2de83c&&[..._0x2de83c][_0x5e22a1(0x4c0)](_0x1d0d15=>_0x1d0d15===_0x11476c||_0x1d0d15[_0x5e22a1(0x651)](_0x11476c))||this[_0x5e22a1(0x1fc)](_0x11476c)||this[_0x5e22a1(0x419)](_0x11476c)||(_0x11476c[_0x5e22a1(0x2a8)](Q),_0x11476c[_0x5e22a1(0x2a8)](_0x5179df)));});}[_0x5a6880(0x6b7)](_0x523d29,_0x16963f,_0x2ca18d){const _0x2f295e=_0x5a6880;let _0x1b388a=_0x523d29[_0x2f295e(0x364)](Q);if(!_0x1b388a||_0x1b388a===_0x16963f)return;let _0xc09bcd=_0x2ca18d[_0x2f295e(0x693)];!(_0xc09bcd instanceof HTMLElement)||_0xc09bcd!==_0x523d29&&!_0x523d29[_0x2f295e(0x651)](_0xc09bcd)||(_0xc09bcd[_0x2f295e(0x206)](),_0x2ca18d[_0x2f295e(0x693)]===_0xc09bcd&&this[_0x2f295e(0x5ec)](_0x2ca18d));}[_0x5a6880(0x3e1)](_0x5dc832,_0x176e13){const _0x9a664c=_0x5a6880;let _0x2c02ef=this[_0x9a664c(0x1b9)]['get'](_0x5dc832),_0x392395=_0x176e13[_0x9a664c(0x620)][_0x9a664c(0x292)]('['+Q+'=\x22'+_0x5dc832+'\x22]'),_0x3c26f7=_0x5b4f95=>_0x2c02ef!=null&&[..._0x2c02ef][_0x9a664c(0x4c0)](_0x186ba1=>_0x186ba1===_0x5b4f95||_0x186ba1[_0x9a664c(0x651)](_0x5b4f95)),_0xacdf76=[];_0x392395[_0x9a664c(0x68e)](_0x6f35a2=>{const _0xcf7091=_0x9a664c;_0x3c26f7(_0x6f35a2)||(_0xacdf76[_0xcf7091(0x5a2)](_0x6f35a2),_0x6f35a2[_0xcf7091(0x2a8)](Q),_0x6f35a2[_0xcf7091(0x2a8)](_0x5179df),this['_removeRuntimeFocusRoleTree'](_0x6f35a2));});let _0x3a680e=_0x176e13['activeElement'];_0x3a680e instanceof HTMLElement&&_0xacdf76[_0x9a664c(0x4c0)](_0x1c3321=>_0x1c3321===_0x3a680e||_0x1c3321[_0x9a664c(0x651)](_0x3a680e))&&(_0x3a680e[_0x9a664c(0x206)](),_0x176e13[_0x9a664c(0x693)]===_0x3a680e&&this[_0x9a664c(0x5ec)](_0x176e13));}['_focusDocumentBody'](_0x3fba84){const _0x446e56=_0x5a6880;let _0x4963e1=_0x3fba84['body'];if(!_0x4963e1)return;let _0xebfcbd=_0x4963e1[_0x446e56(0x364)]('tabindex');_0xebfcbd??(_0x4963e1[_0x446e56(0x24c)]=-0x1),_0x4963e1['focus']({'preventScroll':!0x0}),_0xebfcbd==null?_0x4963e1[_0x446e56(0x2a8)]('tabindex'):_0x4963e1[_0x446e56(0x4bb)](_0x446e56(0x3f5),_0xebfcbd),_0x3fba84[_0x446e56(0x693)]!==_0x4963e1&&this[_0x446e56(0x174)](_0x3fba84);}[_0x5a6880(0x174)](_0x7f80f1){const _0x128db2=_0x5a6880;var _0x22cce4;let _0x5665a4=_0x7f80f1[_0x128db2(0x620)];if(!_0x5665a4)return;let _0x2597f8=_0x7f80f1[_0x128db2(0x62a)]('span');_0x2597f8[_0x128db2(0x24c)]=-0x1,_0x2597f8[_0x128db2(0x4bb)](_0x128db2(0x45c),_0x128db2(0x357)),_0x2597f8[_0x128db2(0x38f)][_0x128db2(0x582)]=_0x128db2(0x402),_0x5665a4[_0x128db2(0x17b)](_0x2597f8),_0x2597f8['focus']({'preventScroll':!0x0}),(_0x22cce4=_0x7f80f1['defaultView'])==null||_0x22cce4[_0x128db2(0x275)](()=>_0x2597f8[_0x128db2(0x23d)](),0x0);}[_0x5a6880(0x1f7)](_0x3f8ce0){const _0x51f602=_0x5a6880;(_0x3f8ce0['getAttribute'](_0x51f602(0x31b))===_0x51f602(0x5bb)||_0x3f8ce0['getAttribute'](_0x51f602(0x31b))==='child-popup')&&_0x3f8ce0[_0x51f602(0x2a8)](X),_0x3f8ce0[_0x51f602(0x292)]('['+X+']')['forEach'](_0x170d7c=>{const _0x11b0d6=_0x51f602;let _0x57fc38=_0x170d7c[_0x11b0d6(0x364)](X);(_0x57fc38===_0x11b0d6(0x5bb)||_0x57fc38===_0x11b0d6(0x272))&&_0x170d7c[_0x11b0d6(0x2a8)](X);});}},ao=class{constructor(_0x126fc6={}){const _0x507b08=_0x5a6880;Y(this,_0x507b08(0x644),new Map()),Y(this,_0x507b08(0x4b6),void 0x0),this[_0x507b08(0x4b6)]=oo(_0x126fc6[_0x507b08(0x4c2)]);}['canMount'](_0x53daf2){const _0x350647=_0x5a6880;let _0x432b48=this['getAncestryForHostUnit'](_0x53daf2[_0x350647(0x214)]);return _0x432b48['some'](_0x27025f=>_0x27025f[_0x350647(0x214)]===_0x53daf2['childUnitId']||_0x27025f[_0x350647(0x21e)]===_0x53daf2['childUnitId'])?{'allowed':!0x1,'reason':'cycle','ancestry':_0x432b48}:_0x432b48[_0x350647(0x5dc)]>=this['_maxDepth']?{'allowed':!0x1,'reason':_0x350647(0x4c6),'ancestry':_0x432b48}:{'allowed':!0x0,'ancestry':_0x432b48};}[_0x5a6880(0x486)](_0x1784d1){const _0x343123=_0x5a6880;let _0x321c49=[...this['getAncestryForHostUnit'](_0x1784d1[_0x343123(0x214)]),{'hostUnitId':_0x1784d1[_0x343123(0x214)],'embedId':_0x1784d1['embedId'],'childUnitId':_0x1784d1[_0x343123(0x21e)]}];return this[_0x343123(0x644)][_0x343123(0x6a7)](_0x1784d1[_0x343123(0x21e)],_0x321c49),_0xe7ea20(()=>{const _0x10be3f=_0x343123;this[_0x10be3f(0x644)][_0x10be3f(0x312)](_0x1784d1[_0x10be3f(0x21e)])===_0x321c49&&this[_0x10be3f(0x644)]['delete'](_0x1784d1[_0x10be3f(0x21e)]);});}[_0x5a6880(0x475)](_0x13480f){const _0x156664=_0x5a6880;return this[_0x156664(0x644)][_0x156664(0x312)](_0x13480f)??[];}['getParentEmbedId'](_0x5e04fa){const _0x644a88=_0x5a6880;var _0x275432;return(_0x275432=this[_0x644a88(0x475)](_0x5e04fa)[_0x644a88(0x532)](-0x1)[0x0])==null?void 0x0:_0x275432[_0x644a88(0x256)];}};function oo(_0x3d1357){const _0x48c2e2=_0x5a6880;return typeof _0x3d1357=='number'&&Number[_0x48c2e2(0x607)](_0x3d1357)&&_0x3d1357>=0x0?Math[_0x48c2e2(0x646)](_0x3d1357):0x1;}const so=new Set([_0x5a6880(0x1d8),_0x5a6880(0x5fd),_0x5a6880(0x213),_0x5a6880(0x5c5),'identifier:ui.sidebar.service',_0x5a6880(0x411),'identifier:univer.sheet.selection-render-service']);function co(_0xfe5ba9,_0x22b441=[]){const _0x221b7a=_0x5a6880;let _0x5b3229=_0xfe5ba9[_0x221b7a(0x2e3)][_0x221b7a(0x312)](_0x599bd7),_0x55310a=_0x5b3229[_0x221b7a(0x182)](_0xfe5ba9[_0x221b7a(0x21e)],_0xfe5ba9[_0x221b7a(0x2c2)]);if(!_0x55310a)return;let _0x53f84e=uo(_0x5b3229,_0xfe5ba9,_0x55310a,new _0x40086f(_0x55310a),new _0x40086f(_0xfe5ba9['renderScope'][_0x221b7a(0x57d)]===_0x221b7a(0x653)&&!_0xfe5ba9[_0x221b7a(0x234)][_0x221b7a(0x662)]?null:_0x55310a[_0x221b7a(0x2d7)]())),_0x200c5c=bo(_0xfe5ba9),_0x20e48a=po(_0xfe5ba9[_0x221b7a(0x2e3)][_0x221b7a(0x312)](_0x304c4c),_0xfe5ba9,_0x5b3229,_0x200c5c),_0x2c08a0=new Map([[_0x599bd7,_0x53f84e],[_0x304c4c,_0x20e48a]]),_0x407645=[];_0xfe5ba9[_0x221b7a(0x2e3)][_0x221b7a(0x255)](ao)&&_0x2c08a0['set'](ao,_0xfe5ba9[_0x221b7a(0x2e3)][_0x221b7a(0x312)](ao));let _0x5b8a22=So(_0xfe5ba9['injector'],_0xfe5ba9[_0x221b7a(0x2c2)]);_0x5b8a22&&_0x2c08a0[_0x221b7a(0x6a7)](_0x4c791f,_0x5b8a22);let _0xcf9b01=Oo(_0xfe5ba9[_0x221b7a(0x2e3)],_0x2c08a0);if(_0x22b441[_0x221b7a(0x68e)](_0x2a77a2=>_0xcf9b01[_0x221b7a(0x25c)](_0x2a77a2)),_0xfe5ba9[_0x221b7a(0x2e3)][_0x221b7a(0x255)](_0x100320)){let _0xf388c4=_0xfe5ba9[_0x221b7a(0x2e3)][_0x221b7a(0x312)](_0x100320);_0x407645[_0x221b7a(0x5a2)](_0xf388c4[_0x221b7a(0x3f2)]({'unitId':_0xfe5ba9[_0x221b7a(0x21e)],'has':_0x5517b9=>_0xcf9b01[_0x221b7a(0x255)](_0x5517b9),'get':_0x18ccb1=>_0xcf9b01[_0x221b7a(0x312)](_0x18ccb1)}));}let _0x1c1671=qo(_0xfe5ba9['injector'],_0xcf9b01);if(_0x1c1671){_0xcf9b01[_0x221b7a(0x25c)]([_0x445a95,{'useValue':_0x1c1671}]);let _0xcfa927=new _0x379ad7(_0x1c1671,_0x53f84e);_0xcf9b01[_0x221b7a(0x25c)]([_0x143e73,{'useValue':_0xcfa927}]),_0x407645['push'](_0xcfa927);}if(_0xfe5ba9[_0x221b7a(0x234)][_0x221b7a(0x662)]){let _0xa411c=Yo(_0xcf9b01,_0xfe5ba9['childUnitId']),_0x390776=new _0xab5261(),_0x1b901b=new _0x45448a();_0xcf9b01[_0x221b7a(0x25c)]([_0x1b1b3b,{'useValue':_0xa411c}]),_0xcf9b01[_0x221b7a(0x25c)]([_0x2aff6a,{'useValue':_0x390776}]),_0xcf9b01['add']([_0x1fbf29,{'useValue':_0x1b901b}]),_0x407645[_0x221b7a(0x5a2)](_0xa411c,_0x390776,_0x1b901b);}else{let _0x15944a=Jo(_0xfe5ba9[_0x221b7a(0x2e3)],_0xcf9b01,_0xfe5ba9[_0x221b7a(0x21e)]);_0x15944a&&_0xcf9b01[_0x221b7a(0x25c)]([_0x1b1b3b,{'useValue':_0x15944a}]);}let _0x5308d7=Xo(_0xfe5ba9['injector'],_0xfe5ba9);if(_0xcf9b01['add']([_0x56475e,{'useValue':_0x5308d7}]),_0x407645[_0x221b7a(0x5dc)]){let _0x45e50c=_0xcf9b01[_0x221b7a(0x526)][_0x221b7a(0x2d6)](_0xcf9b01),_0x5649e9=!0x1;_0xcf9b01['dispose']=()=>{const _0xcefa2b=_0x221b7a;_0x5649e9||(_0x5649e9=!0x0,_0x407645[_0xcefa2b(0x68e)](_0x5408ee=>_0x5408ee[_0xcefa2b(0x526)]()),_0x45e50c());};}return _0xcf9b01;}function lo(_0x7f3885,_0x1e3929){const _0x2f0810=_0x5a6880;if(!_0x7f3885[_0x2f0810(0x255)](_0x354cde))return;let _0x1e5c5a=_0x7f3885[_0x2f0810(0x312)](_0x354cde);return Oo(_0x7f3885,new Map([[_0x354cde,Eo(_0x1e5c5a,_0x1e3929)]]));}function uo(_0xc4a0bf,_0x157ba2,_0x11adcf,_0x7c191f,_0x11f83a){const _0x7f12e6=_0x5a6880;return{'unitAdded$':_0xc4a0bf[_0x7f12e6(0x6e0)],'getTypeOfUnitAdded$':(..._0x40e864)=>_0xc4a0bf['getTypeOfUnitAdded$'](..._0x40e864),'__addUnit':(..._0x371737)=>_0xc4a0bf['__addUnit'](..._0x371737),'unitDisposed$':_0xc4a0bf[_0x7f12e6(0x2e7)],'getTypeOfUnitDisposed$':(..._0x454142)=>_0xc4a0bf[_0x7f12e6(0x6fd)](..._0x454142),'focused$':_0x11f83a[_0x7f12e6(0x3bc)](),'focusUnit':_0x554b34=>{const _0x236bf7=_0x7f12e6;if(_0x554b34===null||fo(_0x157ba2,_0x554b34)){_0x11f83a[_0x236bf7(0x4ef)]()!==_0x554b34&&_0x11f83a[_0x236bf7(0x4af)](_0x554b34);return;}_0xc4a0bf[_0x236bf7(0x1d5)](_0x554b34);},'getFocusedUnit':()=>{const _0x2f0b39=_0x7f12e6;let _0x37ea70=_0x11f83a['getValue']();return _0x37ea70===null?null:_0x37ea70===_0x157ba2[_0x2f0b39(0x21e)]?_0x11adcf:_0x3f66ba(_0x37ea70)?_0xc4a0bf[_0x2f0b39(0x182)](_0x37ea70)??_0x11adcf:_0xc4a0bf[_0x2f0b39(0x392)]();},'getCurrentUnitOfType':_0x219ca2=>_0x219ca2===_0x157ba2[_0x7f12e6(0x2c2)]?_0x7c191f['getValue']():_0xc4a0bf[_0x7f12e6(0x163)](_0x219ca2),'setCurrentUnitForType':_0x3c98c4=>{const _0x4390cc=_0x7f12e6;if(fo(_0x157ba2,_0x3c98c4)){_0x7c191f[_0x4390cc(0x4ef)]()!==_0x11adcf&&_0x7c191f[_0x4390cc(0x4af)](_0x11adcf);return;}_0xc4a0bf[_0x4390cc(0x221)](_0x3c98c4);},'getCurrentTypeOfUnit$':_0x573740=>_0x573740===_0x157ba2[_0x7f12e6(0x2c2)]?_0x7c191f[_0x7f12e6(0x3bc)]():_0xc4a0bf['getCurrentTypeOfUnit$'](_0x573740),'createUnit':(..._0xa1deba)=>_0xc4a0bf[_0x7f12e6(0x1e9)](..._0xa1deba),'getUnitCreateOptions':(..._0x142018)=>_0xc4a0bf[_0x7f12e6(0x4a3)](..._0x142018),'disposeUnit':(..._0x1e41b6)=>_0xc4a0bf[_0x7f12e6(0x3fe)](..._0x1e41b6),'registerCtorForType':(..._0x32c9c7)=>_0xc4a0bf[_0x7f12e6(0x675)](..._0x32c9c7),'getUnit':(..._0x33b557)=>_0xc4a0bf[_0x7f12e6(0x182)](..._0x33b557),'getAllUnitsForType':(..._0x219a8d)=>_0xc4a0bf['getAllUnitsForType'](..._0x219a8d),'getUnitType':(..._0x1c0a10)=>_0xc4a0bf[_0x7f12e6(0x5e7)](..._0x1c0a10),'dispose':()=>{}};}function fo(_0x4111cc,_0x328447){return _0x328447===_0x4111cc['childUnitId']||_0x3f66ba(_0x328447);}function po(_0x193057,_0x276e5e,_0x3c2aa3,_0x41755a){const _0x40d60d=_0x5a6880;return{'disposed':()=>_0x193057[_0x40d60d(0x23a)](),'hasCommand':_0x33c83b=>_0x193057[_0x40d60d(0x212)](_0x33c83b),'registerCommand':_0x3618ca=>_0x193057[_0x40d60d(0x31a)](_0x3618ca),'unregisterCommand':_0x41bb5e=>_0x193057['unregisterCommand'](_0x41bb5e),'registerMultipleCommand':_0x4d7683=>_0x193057[_0x40d60d(0x4ca)](_0x4d7683),'executeCommand':async(_0x2a3f62,_0x3e9b35,_0x110aae)=>{const _0x56ec28=_0x40d60d;var _0x335ba1;let _0x4a619f=()=>_0x193057[_0x56ec28(0x5a4)](_0x2a3f62,Do(_0x276e5e,_0x2a3f62,_0x3e9b35),mo(_0x276e5e['childType'],_0x276e5e[_0x56ec28(0x21e)],_0x110aae)),_0x5a2b4a=vo(_0x276e5e),_0x42b0e1=_0x5a2b4a&&!ho(_0x2a3f62)&&!yo(_0x2a3f62),_0xbc1942=_0x5a2b4a?go():null;if(!(_0x41755a||ho(_0x2a3f62)||yo(_0x2a3f62)||_0x42b0e1))return await _0x4a619f();let _0x2c115f=_0x3c2aa3[_0x56ec28(0x163)](_0x276e5e[_0x56ec28(0x2c2)]),_0x4c6314=((_0x335ba1=_0x3c2aa3[_0x56ec28(0x392)]())==null?void 0x0:_0x335ba1[_0x56ec28(0x2d7)]())??null;try{return _0x3c2aa3[_0x56ec28(0x221)](_0x276e5e[_0x56ec28(0x21e)]),_0x42b0e1||_0x3c2aa3['focusUnit'](_0x276e5e['childUnitId']),await _0x4a619f();}finally{_0x2c115f&&_0x3c2aa3['setCurrentUnitForType'](_0x2c115f[_0x56ec28(0x2d7)]()),_0x42b0e1||(ko(_0x276e5e,_0x3c2aa3,_0x4c6314,_0x41755a),_o(_0xbc1942));}},'syncExecuteCommand':(_0x4b9dc2,_0x40574c,_0x29c996)=>{const _0x16f020=_0x40d60d;var _0x348b74;let _0xe45364=()=>_0x193057['syncExecuteCommand'](_0x4b9dc2,Do(_0x276e5e,_0x4b9dc2,_0x40574c),mo(_0x276e5e[_0x16f020(0x2c2)],_0x276e5e[_0x16f020(0x21e)],_0x29c996)),_0x3b7329=vo(_0x276e5e),_0x59b3cd=_0x3b7329&&!ho(_0x4b9dc2)&&!yo(_0x4b9dc2),_0x3ab044=_0x3b7329?go():null;if(!(_0x41755a||ho(_0x4b9dc2)||yo(_0x4b9dc2)||_0x59b3cd))return _0xe45364();let _0x108c52=_0x3c2aa3['getCurrentUnitOfType'](_0x276e5e[_0x16f020(0x2c2)]),_0x1381f6=((_0x348b74=_0x3c2aa3['getFocusedUnit']())==null?void 0x0:_0x348b74[_0x16f020(0x2d7)]())??null;try{return _0x3c2aa3[_0x16f020(0x221)](_0x276e5e[_0x16f020(0x21e)]),_0x59b3cd||_0x3c2aa3[_0x16f020(0x1d5)](_0x276e5e[_0x16f020(0x21e)]),_0xe45364();}finally{_0x108c52&&_0x3c2aa3[_0x16f020(0x221)](_0x108c52[_0x16f020(0x2d7)]()),_0x59b3cd||(ko(_0x276e5e,_0x3c2aa3,_0x1381f6,_0x41755a),_o(_0x3ab044));}},'onCommandExecuted':_0x519d55=>_0x193057[_0x40d60d(0x6f1)](_0x519d55),'beforeCommandExecuted':_0x21fbea=>_0x193057[_0x40d60d(0x173)](_0x21fbea),'onMutationExecutedForCollab':_0x1fa548=>_0x193057['onMutationExecutedForCollab'](_0x1fa548)};}function mo(_0x4c8067,_0x3c47f8,_0x52afca){return _0x4c8067===_0x41e642['UNIVER_BOARD']?{..._0x52afca,'unitId':_0x3c47f8}:_0x52afca;}function ho(_0x939e5b){return _0x939e5b===_0xaf0760['id']||_0x939e5b===_0x2c3903['id'];}function go(){const _0x531c17=_0x5a6880;return typeof document<'u'&&document[_0x531c17(0x693)]instanceof HTMLElement?document[_0x531c17(0x693)]:null;}function _o(_0x6a96a7){const _0x3b2739=_0x5a6880;var _0x1c4e2c;let _0x25f5c9=()=>{const _0x55c9c6=_0x1f5b;_0x6a96a7!=null&&_0x6a96a7[_0x55c9c6(0x2b1)]&&_0x6a96a7[_0x55c9c6(0x6ba)][_0x55c9c6(0x693)]!==_0x6a96a7&&_0x6a96a7['focus']({'preventScroll':!0x0});};_0x25f5c9(),_0x6a96a7==null||(_0x1c4e2c=_0x6a96a7['ownerDocument'][_0x3b2739(0x479)])==null||_0x1c4e2c['requestAnimationFrame'](_0x25f5c9);}function vo(_0x3a5b35){const _0x11c766=_0x5a6880;if(_0x3a5b35[_0x11c766(0x2c2)]===_0x41e642['UNIVER_BOARD']||_0x3a5b35[_0x11c766(0x234)][_0x11c766(0x57d)]!==_0x11c766(0x653)||!_0x3a5b35[_0x11c766(0x2e3)]['has'](Z))return!0x1;let _0x3027bd=_0x3a5b35[_0x11c766(0x2e3)]['get'](Z)[_0x11c766(0x1f4)]();return((_0x3027bd==null?void 0x0:_0x3027bd[_0x11c766(0x23f)])===_0x11c766(0x513)||(_0x3027bd==null?void 0x0:_0x3027bd[_0x11c766(0x23f)])==='child-fullscreen')&&_0x3027bd['embedId']===_0x3a5b35[_0x11c766(0x256)]&&_0x3027bd[_0x11c766(0x214)]===_0x3a5b35[_0x11c766(0x214)]&&_0x3027bd['childUnitId']===_0x3a5b35[_0x11c766(0x21e)]&&_0x3027bd[_0x11c766(0x2c2)]===_0x3a5b35[_0x11c766(0x2c2)];}function yo(_0x4448ad){return _0x4448ad===_0x2234cd['id'];}function bo(_0x4d160a){const _0x5ce002=_0x5a6880;return _0x4d160a[_0x5ce002(0x234)]['fullscreen']||_0x4d160a[_0x5ce002(0x4dc)][_0x5ce002(0x22f)]===_0x5ce002(0x506)?!0x0:xo(_0x4d160a);}function xo(_0x15dc88){const _0x3e057c=_0x5a6880;var _0x142a5e;return _0x15dc88['descriptor'][_0x3e057c(0x22f)]===_0x3e057c(0x3fd)||_0x15dc88[_0x3e057c(0x4dc)]['entry']===_0x3e057c(0x49e)||_0x15dc88[_0x3e057c(0x4dc)][_0x3e057c(0x22f)]===_0x3e057c(0x517)||_0x15dc88[_0x3e057c(0x310)]===_0x3e057c(0x2f2)||!!((_0x142a5e=_0x15dc88[_0x3e057c(0x4dc)][_0x3e057c(0x611)])!=null&&_0x142a5e[_0x3e057c(0x2aa)]);}function So(_0x5b8f6f,_0x5e83fb){const _0x95c457=_0x5a6880;if(!_0x5b8f6f[_0x95c457(0x255)](_0x4c791f))return;let _0x598707=_0x5b8f6f[_0x95c457(0x312)](_0x4c791f),_0x10f794=Co(_0x5e83fb),_0x4c59ba=new _0x2a48f3();return{'contextChanged$':_0x5d5d60((_0x598707[_0x95c457(0x451)]??_0x14f088)[_0x95c457(0x423)](_0xd53f91(_0x2fc0f0=>Object[_0x95c457(0x4b5)](Object['entries'](_0x2fc0f0)[_0x95c457(0x68b)](([_0x112e5e])=>!To(_0x112e5e)))),_0x190ac8(_0x4c311c=>Object[_0x95c457(0x572)](_0x4c311c)[_0x95c457(0x5dc)]>0x0)),_0x4c59ba),'getContextValue':_0x53bb3c=>To(_0x53bb3c)?wo(_0x10f794,_0x53bb3c):_0x598707[_0x95c457(0x498)](_0x53bb3c),'setContextValue':(_0x181c52,_0x280106)=>{const _0x8255db=_0x95c457;if(!To(_0x181c52)){_0x598707[_0x8255db(0x25e)](_0x181c52,_0x280106);return;}_0x10f794[_0x8255db(0x6a7)](_0x181c52,_0x280106),_0x4c59ba[_0x8255db(0x4af)]({[_0x181c52]:_0x280106});},'subscribeContextValue$':_0x51658e=>To(_0x51658e)?new _0x59386b(_0xe2e5de=>{const _0x7f8af9=_0x95c457;let _0x76252a=_0x4c59ba[_0x7f8af9(0x423)](_0x190ac8(_0x3ddba5=>_0x3ddba5[_0x51658e]!==void 0x0))['subscribe'](_0x144f59=>_0xe2e5de[_0x7f8af9(0x4af)](_0x144f59[_0x51658e]));return _0xe2e5de[_0x7f8af9(0x4af)](wo(_0x10f794,_0x51658e)),()=>_0x76252a['unsubscribe']();}):_0x598707[_0x95c457(0x52e)](_0x51658e)};}function Co(_0x4da299){const _0x8f349d=_0x5a6880;return new Map([[_0x2aa34a,!0x0],[_0x11a9fa,_0x4da299===_0x41e642[_0x8f349d(0x61b)]||_0x4da299===_0x41e642[_0x8f349d(0x1bb)]||_0x4da299===_0x41e642[_0x8f349d(0x19b)]],[_0xc9ec5,_0x4da299===_0x41e642['UNIVER_SHEET']],[_0x18c2d4,_0x4da299===_0x41e642[_0x8f349d(0x1bb)]],[_0x3ac369,_0x4da299===_0x41e642[_0x8f349d(0x19b)]],[_0x36259b,_0x4da299===_0x41e642[_0x8f349d(0x699)]],[_0x8f349d(0x334),_0x4da299===_0x41e642[_0x8f349d(0x421)]]]);}function wo(_0x1f33a7,_0x4064f7){const _0x500af6=_0x5a6880;return _0x1f33a7[_0x500af6(0x312)](_0x4064f7)??!0x1;}function To(_0x43cde1){const _0x555ce8=_0x5a6880;return _0x43cde1[_0x555ce8(0x6d3)](_0x555ce8(0x4d7))||_0x43cde1===_0x30b83c||_0x43cde1===_0x5892f4;}function Eo(_0x5a500b,_0x12b9e4){const _0x5c519f=_0x5a6880;return{'getConfig':_0x14bd8f=>{const _0x416d44=_0x1f5b;let _0x50f491=_0x5a500b[_0x416d44(0x1c0)](_0x14bd8f),_0xc6280=_0x12b9e4[_0x416d44(0x312)](_0x14bd8f);return _0xc6280?_0xc6280(_0x50f491):_0x50f491;},'setConfig':_0x5a500b[_0x5c519f(0x58e)][_0x5c519f(0x2d6)](_0x5a500b),'deleteConfig':_0x5a500b[_0x5c519f(0x5d7)][_0x5c519f(0x2d6)](_0x5a500b),'subscribeConfigValue$':_0x5a500b[_0x5c519f(0x6ad)][_0x5c519f(0x2d6)](_0x5a500b),'configChanged$':_0x5a500b['configChanged$'],'dispose':()=>{}};}function Do(_0x576bdb,_0xcf5ee6,_0xe75958){const _0x291673=_0x5a6880;if(_0xcf5ee6!==_0x44c2f6['id']||!_0xe75958||typeof _0xe75958!='object')return _0xe75958;let _0x39a75a=_0xe75958;return _0x39a75a[_0x291673(0x35f)]?_0x39a75a:{..._0x39a75a,'parentEmbedId':_0x576bdb[_0x291673(0x256)]};}function Oo(_0x4862d4,_0x42710e,_0x57ca61=_0x4862d4){const _0x4d3ebb=_0x5a6880;let _0x443ec2=Bo(_0x4862d4)??_0x57ca61,_0x30559e=new Map(_0x42710e),_0x434460=new Map(),_0xffa326=new Set(),_0x1b444e=new Map(),_0x14751a;_0x30559e[_0x4d3ebb(0x68e)]((_0x9db831,_0x51b4de)=>{_0x28cac1(_0x51b4de);});function _0x28cac1(_0x330d74){const _0x46022b=_0x4d3ebb;let _0xb28857=jo(_0x330d74);return _0xffa326['add'](_0xb28857),_0x1b444e[_0x46022b(0x255)](_0xb28857)||_0x1b444e[_0x46022b(0x6a7)](_0xb28857,_0x330d74),_0xb28857;}let _0x237b29=_0x17b0c3=>_0x30559e[_0x4d3ebb(0x255)](_0x17b0c3)||_0x434460[_0x4d3ebb(0x255)](_0x17b0c3)?_0x17b0c3:_0x1b444e[_0x4d3ebb(0x312)](jo(_0x17b0c3))??_0x17b0c3,_0x3d6c3a=_0x2dc842=>{const _0x17a621=_0x4d3ebb;let _0x1e01eb=_0x237b29(_0x2dc842);if(_0x30559e[_0x17a621(0x255)](_0x1e01eb))return _0x30559e[_0x17a621(0x312)](_0x1e01eb);let _0xdbde87=_0x434460[_0x17a621(0x312)](_0x1e01eb);if(!_0xdbde87)return;let _0x3759a4=_0xdbde87();return _0x434460[_0x17a621(0x556)](_0x1e01eb),_0x30559e['set'](_0x1e01eb,_0x3759a4),Lo(_0x14751a,_0x1e01eb,_0x3759a4),_0x1e01eb!==_0x2dc842&&Lo(_0x14751a,_0x2dc842,_0x3759a4),_0x3759a4;},_0x4f1d3=_0x4561b6=>{const _0x239b86=_0x4d3ebb;let _0x547ff6=_0x237b29(_0x4561b6);return _0x30559e[_0x239b86(0x255)](_0x547ff6)||_0x434460['has'](_0x547ff6);},_0x3ed4db=_0x3389b0=>_0xffa326[_0x4d3ebb(0x255)](jo(_0x3389b0)),_0x1a19f9=_0xd3fc30=>so[_0x4d3ebb(0x255)](jo(_0xd3fc30)),_0x5e6d8e=_0x34a82e=>!_0x3ed4db(_0x34a82e)&&_0x4862d4[_0x4d3ebb(0x255)](_0x34a82e),_0x48b102=()=>{const _0x350221=_0x4d3ebb;if(_0x14751a)return _0x14751a;let _0x87b0da=_0x4862d4[_0x350221(0x53a)];if(typeof _0x87b0da==_0x350221(0x581))return _0x14751a=_0x87b0da[_0x350221(0x380)](_0x4862d4,[...Go(_0x30559e),[_0x348c2a,{'useFactory':()=>_0x14751a}]]),_0x14751a;},_0x55fdbd={'has':_0x2d5240=>{const _0x39a60f=_0x4d3ebb;if(_0x2d5240===_0x348c2a||_0x4f1d3(_0x2d5240)||_0x5e6d8e(_0x2d5240))return!0x0;let _0x15bda7=_0x48b102();return(_0x15bda7==null?void 0x0:_0x15bda7['has'](_0x2d5240))??_0x4862d4[_0x39a60f(0x255)](_0x2d5240);},'get':(_0x1b2e2b,..._0x2b0d84)=>{const _0x3c999f=_0x4d3ebb;if(_0x1b2e2b===_0x348c2a)return _0x55fdbd;if(Mo(_0x2b0d84,_0x1e730b[_0x3c999f(0x4de)])){let _0x3d4556=_0x48b102();_0x132f5f(_0x3d4556,_0x1b2e2b);let _0x3d5fbf=Fo(_0x3d4556,_0x1b2e2b);return _0x3d5fbf['resolved']?_0x3d5fbf[_0x3c999f(0x413)]:Po(_0x3d4556||_0x4862d4,_0x1b2e2b,_0x2b0d84);}return _0x4f1d3(_0x1b2e2b)?_0x3d6c3a(_0x1b2e2b):Mo(_0x2b0d84,_0x1e730b[_0x3c999f(0x4c7)])?Po(_0x4862d4,_0x1b2e2b,No(_0x2b0d84,_0x1e730b[_0x3c999f(0x4c7)])):_0x5e6d8e(_0x1b2e2b)?Po(_0x4862d4,_0x1b2e2b,_0x2b0d84):Po(_0x48b102()||_0x4862d4,_0x1b2e2b,_0x2b0d84);},'invoke':(_0x5942bd,..._0x5e89ea)=>_0x5942bd({'has':_0x18733d=>{const _0x583252=_0x4d3ebb;if(_0x18733d===_0x348c2a||_0x4f1d3(_0x18733d)||_0x5e6d8e(_0x18733d))return!0x0;let _0x500bdd=_0x48b102();return(_0x500bdd==null?void 0x0:_0x500bdd[_0x583252(0x255)](_0x18733d))??_0x4862d4[_0x583252(0x255)](_0x18733d);},'get':(_0xd6b1ba,..._0x238485)=>{const _0x41a7d3=_0x4d3ebb;if(_0xd6b1ba===_0x348c2a)return _0x55fdbd;if(Mo(_0x238485,_0x1e730b[_0x41a7d3(0x4de)])){let _0x14e444=_0x48b102();_0x132f5f(_0x14e444,_0xd6b1ba);let _0x51bd06=Fo(_0x14e444,_0xd6b1ba);return _0x51bd06[_0x41a7d3(0x329)]?_0x51bd06['value']:Po(_0x14e444||_0x4862d4,_0xd6b1ba,_0x238485);}return _0x4f1d3(_0xd6b1ba)?_0x3d6c3a(_0xd6b1ba):Mo(_0x238485,_0x1e730b[_0x41a7d3(0x4c7)])?Po(_0x4862d4,_0xd6b1ba,No(_0x238485,_0x1e730b[_0x41a7d3(0x4c7)])):_0x5e6d8e(_0xd6b1ba)?Po(_0x4862d4,_0xd6b1ba,_0x238485):Po(_0x48b102()||_0x4862d4,_0xd6b1ba,_0x238485);}},..._0x5e89ea),'add':_0x16f126=>{const _0x2bf410=_0x4d3ebb;let _0x52a538=Ko(_0x16f126);if(_0x52a538){if(_0x52a538[_0x2bf410(0x15b)]!==_0x2bf410(0x5f8)&&_0x5e6d8e(_0x52a538[_0x2bf410(0x515)])&&!_0x1a19f9(_0x52a538[_0x2bf410(0x515)]))return;let _0x39c6b8=jo(_0x52a538['identifier']);if(_0xffa326['has'](_0x39c6b8))return;if(_0x28cac1(_0x52a538[_0x2bf410(0x515)]),_0x52a538[_0x2bf410(0x15b)]===_0x2bf410(0x413))_0x434460[_0x2bf410(0x556)](_0x52a538[_0x2bf410(0x515)]),_0x30559e[_0x2bf410(0x6a7)](_0x52a538[_0x2bf410(0x515)],_0x52a538[_0x2bf410(0x413)]);else{let _0x8cfd17=_0x48b102();_0x8cfd17?zo(_0x8cfd17,_0x52a538[_0x2bf410(0x515)])||_0x8cfd17[_0x2bf410(0x25c)](_0x16f126):(_0x30559e[_0x2bf410(0x556)](_0x52a538[_0x2bf410(0x515)]),_0x434460['set'](_0x52a538[_0x2bf410(0x515)],_0x52a538[_0x2bf410(0x5f8)]));}return;}let _0x3c132e=jo(Ao(_0x16f126));if(_0x3c132e!=null){if(_0xffa326[_0x2bf410(0x255)](_0x3c132e))return;_0x28cac1(Ao(_0x16f126));}let _0x103ae4=_0x48b102();if(_0x103ae4){_0x103ae4[_0x2bf410(0x25c)](_0x16f126);return;}_0x4862d4['add'](_0x16f126);},'createChild':(_0x998bc1=[])=>{const _0x70db63=_0x4d3ebb;let _0x4eda53=new Map(_0x30559e);_0x1b444e[_0x70db63(0x68e)](_0x1c6c3e=>{const _0x500a81=_0x70db63;if(_0x4eda53[_0x500a81(0x255)](_0x1c6c3e))return;if(_0x4f1d3(_0x1c6c3e)){_0x4eda53[_0x500a81(0x6a7)](_0x1c6c3e,_0x3d6c3a(_0x1c6c3e));return;}let _0x325cac=_0x48b102();_0x325cac&&zo(_0x325cac,_0x1c6c3e)&&_0x4eda53[_0x500a81(0x6a7)](_0x1c6c3e,Po(_0x325cac,_0x1c6c3e,[_0x1e730b[_0x500a81(0x4de)]]));});let _0x1bca5e=[];_0x998bc1['forEach'](_0x3246dd=>{const _0x4b92b2=_0x70db63;let _0xc5419f=Ko(_0x3246dd);if((_0xc5419f==null?void 0x0:_0xc5419f['kind'])===_0x4b92b2(0x413)){_0x4eda53['set'](_0xc5419f[_0x4b92b2(0x515)],_0xc5419f[_0x4b92b2(0x413)]);return;}_0x1bca5e[_0x4b92b2(0x5a2)](_0x3246dd);});let _0x18db55=Oo(_0x4862d4,_0x4eda53,_0x443ec2);return _0x1bca5e[_0x70db63(0x68e)](_0x4af458=>{const _0x5c8946=_0x70db63;_0x18db55[_0x5c8946(0x25c)](_0x4af458);}),_0x18db55;},'createInstance':(..._0x2ea9b6)=>{const _0x5826dc=_0x4d3ebb;let _0x59c050=_0x48b102(),_0xcecb27=_0x59c050==null?void 0x0:_0x59c050[_0x5826dc(0x554)];if(_0x59c050&&typeof _0xcecb27==_0x5826dc(0x581))return _0x4055d3(_0x59c050,_0x2ea9b6[0x0]),_0xcecb27[_0x5826dc(0x518)](_0x59c050,_0x2ea9b6);let _0x3af4aa=_0x4862d4[_0x5826dc(0x554)];if(typeof _0x3af4aa==_0x5826dc(0x581))return _0x3af4aa[_0x5826dc(0x518)](_0x4862d4,_0x2ea9b6);let [_0x528a5e,..._0x3abc66]=_0x2ea9b6;return new _0x528a5e(..._0x3abc66);},'dispose':()=>{const _0x518109=_0x4d3ebb;_0x14751a&&Vo(_0x14751a,_0x443ec2,_0x30559e[_0x518109(0x21c)]()),_0x14751a=void 0x0,_0xffa326[_0x518109(0x5b5)](),_0x1b444e[_0x518109(0x5b5)](),_0x434460['clear']();}};function _0x132f5f(_0x3862fc,_0xc60ed2){!_0x3862fc||!_0x4f1d3(_0xc60ed2)||Lo(_0x3862fc,_0xc60ed2,_0x3d6c3a(_0xc60ed2));}function _0x4055d3(_0x30df60,_0x40b3ac){const _0x3d68c1=_0x4d3ebb;Ro(_0x40b3ac)[_0x3d68c1(0x68e)](_0x2a3ef8=>_0x132f5f(_0x30df60,_0x2a3ef8));}return _0x55fdbd[_0x4d3ebb(0x3d8)]=_0x443ec2,_0x55fdbd;}function ko(_0x1f6a0e,_0x25022a,_0x422033,_0x18456e=!0x0){const _0x4fa4eb=_0x5a6880;let _0x5a2ac3=_0x18456e&&_0x1f6a0e[_0x4fa4eb(0x2e3)]['has'](Z)?_0x1f6a0e['injector'][_0x4fa4eb(0x312)](Z):void 0x0;_0x25022a[_0x4fa4eb(0x1d5)](_0x5a2ac3!=null&&_0x5a2ac3[_0x4fa4eb(0x638)](_0x1f6a0e['embedId'])?_0x1f6a0e['childUnitId']:_0x422033);}function Ao(_0xc79dc){const _0x8161b1=_0x5a6880;return Array[_0x8161b1(0x50e)](_0xc79dc)?_0xc79dc[0x0]:_0xc79dc;}function jo(_0x51f1e8){const _0x4250e4=_0x5a6880;let _0x4d64fa=_0x51f1e8==null?void 0x0:_0x51f1e8[_0x4250e4(0x6b9)];return typeof _0x4d64fa=='string'&&_0x4d64fa?'identifier:'+_0x4d64fa:_0x51f1e8;}function Mo(_0x20fef1,_0x5ec9dd){return _0x20fef1['includes'](_0x5ec9dd);}function No(_0x1f27ba,_0x1a7f85){return _0x1f27ba['filter'](_0x3a1251=>_0x3a1251!==_0x1a7f85);}function Po(_0x446b20,_0x350ec7,_0x3c4d2c){return _0x446b20['get'](_0x350ec7,..._0x3c4d2c);}function Fo(_0x314921,_0x51b1b6){const _0x32faa0=_0x5a6880;var _0x515b51;let _0x435153=_0x314921==null||(_0x515b51=_0x314921[_0x32faa0(0x5e2)])==null?void 0x0:_0x515b51['resolvedDependencies'];if(!_0x435153)return{'resolved':!0x1};let _0x1c160a=Io(_0x435153[_0x32faa0(0x312)](_0x51b1b6));if(_0x1c160a[_0x32faa0(0x329)])return _0x1c160a;let _0x50c591=jo(_0x51b1b6);for(let [_0x32f990,_0x518bd9]of _0x435153){if(_0x32f990===_0x51b1b6||jo(_0x32f990)!==_0x50c591)continue;let _0x226b79=Io(_0x518bd9);if(_0x226b79[_0x32faa0(0x329)])return _0x226b79;}return{'resolved':!0x1};}function Io(_0x3192c4){const _0x19376f=_0x5a6880;return!_0x3192c4||_0x3192c4[_0x19376f(0x5dc)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x3192c4[0x0]};}function Lo(_0x592e2f,_0x28fa7c,_0x1bbd2d){const _0x15cf85=_0x5a6880;!_0x592e2f||zo(_0x592e2f,_0x28fa7c)||_0x592e2f[_0x15cf85(0x25c)]([_0x28fa7c,{'useValue':_0x1bbd2d}]);}function Ro(_0xe22f9d){const _0x3268a6=_0x5a6880;if(!_0xe22f9d||typeof _0xe22f9d!='function'&&typeof _0xe22f9d!=_0x3268a6(0x3fa))return[];for(let _0x52cf6f of Object[_0x3268a6(0x4d5)](_0xe22f9d)){let _0x86ffe4=_0xe22f9d[_0x52cf6f];if(!Array[_0x3268a6(0x50e)](_0x86ffe4))continue;let _0x4864a6=_0x86ffe4[_0x3268a6(0x4ec)](_0x1d224a=>_0x1d224a==null?void 0x0:_0x1d224a[_0x3268a6(0x515)])[_0x3268a6(0x68b)](_0x2ba108=>_0x2ba108!==void 0x0);if(_0x4864a6[_0x3268a6(0x5dc)])return _0x4864a6;}return[];}function zo(_0x380a34,_0x2dca79){const _0x1349d1=_0x5a6880;var _0x277dcb,_0x31c2f5,_0x5513c8,_0x4dbdee;let _0x13748e=_0x380a34;return!!((_0x277dcb=_0x13748e[_0x1349d1(0x6a9)])!=null&&(_0x31c2f5=_0x277dcb[_0x1349d1(0x255)])!=null&&_0x31c2f5[_0x1349d1(0x380)](_0x277dcb,_0x2dca79)||(_0x5513c8=_0x13748e['resolvedDependencyCollection'])!=null&&(_0x4dbdee=_0x5513c8[_0x1349d1(0x255)])!=null&&_0x4dbdee[_0x1349d1(0x380)](_0x5513c8,_0x2dca79));}function Bo(_0x57f646){const _0x877344=_0x5a6880;return _0x57f646[_0x877344(0x3d8)];}function Vo(_0x146a2f,_0x4bfad1,_0x521388=[]){const _0xd2e59=_0x5a6880;let _0x33f3e3=Ho(_0x4bfad1);for(let _0x2c732c of _0x521388)_0x33f3e3[_0xd2e59(0x25c)](_0x2c732c);Uo(_0x146a2f,_0x33f3e3),_0x146a2f[_0xd2e59(0x526)]();}function Ho(_0x60972e){const _0x2725ae=_0x5a6880;let _0x4e4dd6=new Set(),_0x48c394=Wo(_0x60972e);return _0x48c394&&_0x48c394[_0x2725ae(0x68e)](_0x21d980=>{const _0x1bad60=_0x2725ae;Array[_0x1bad60(0x50e)](_0x21d980)&&_0x21d980[_0x1bad60(0x68e)](_0x3a1ab3=>_0x4e4dd6[_0x1bad60(0x25c)](_0x3a1ab3));}),_0x4e4dd6;}function Uo(_0x52ffd9,_0x189b97,_0x1fbede=new Set()){const _0x241749=_0x5a6880;if(_0x1fbede['has'](_0x52ffd9))return;_0x1fbede['add'](_0x52ffd9);let _0x316f63=_0x52ffd9[_0x241749(0x333)];_0x316f63==null||_0x316f63['forEach'](_0x86a588=>Uo(_0x86a588,_0x189b97,_0x1fbede));let _0x5501bf=Wo(_0x52ffd9);_0x5501bf&&_0x5501bf[_0x241749(0x68e)]((_0xc7e3a0,_0x180e21)=>{const _0x5d5157=_0x241749;if(!Array['isArray'](_0xc7e3a0))return;let _0x415111=_0xc7e3a0['filter'](_0x298a6a=>!_0x189b97[_0x5d5157(0x255)](_0x298a6a));if(_0x415111[_0x5d5157(0x5dc)]!==_0xc7e3a0[_0x5d5157(0x5dc)]){if(_0x415111['length']===0x0){_0x5501bf[_0x5d5157(0x556)](_0x180e21);return;}_0x5501bf['set'](_0x180e21,_0x415111);}});}function Wo(_0x1c48d3){const _0x4046c4=_0x5a6880;var _0x12ce16;return(_0x12ce16=_0x1c48d3[_0x4046c4(0x5e2)])==null?void 0x0:_0x12ce16[_0x4046c4(0x30a)];}function Go(_0x26bcaf){return Array['from'](_0x26bcaf,([_0x5b24a7,_0x1e8bbb])=>[_0x5b24a7,{'useValue':_0x1e8bbb}]);}function Ko(_0x3ae406){const _0x434556=_0x5a6880;if(!Array[_0x434556(0x50e)](_0x3ae406)||_0x3ae406['length']<0x2)return;let [_0x44610f,_0x190ed4]=_0x3ae406;if(!(!_0x190ed4||typeof _0x190ed4!=_0x434556(0x3fa))){if('useValue'in _0x190ed4)return{'kind':'value','identifier':_0x44610f,'value':_0x190ed4[_0x434556(0x52c)]};if(typeof _0x190ed4['useFactory']==_0x434556(0x581))return{'kind':'factory','identifier':_0x44610f,'factory':_0x190ed4[_0x434556(0x274)]};}}function qo(_0x2f9141,_0x1184d2){const _0x2509e7=_0x5a6880;if(!_0x2f9141[_0x2509e7(0x255)](_0x445a95))return;let _0x178d77=_0x2f9141['get'](_0x445a95),_0x305cdc=_0x178d77[_0x2509e7(0x18d)];return typeof _0x305cdc==_0x2509e7(0x581)?_0x305cdc[_0x2509e7(0x380)](_0x178d77,_0x1184d2):_0x178d77;}function Jo(_0x228dec,_0x41dc7e,_0x52c268){const _0xfab766=_0x5a6880;if(!_0x228dec[_0xfab766(0x255)](_0x1b1b3b))return;let _0x5d6378=_0x228dec[_0xfab766(0x312)](_0x1b1b3b);return{get 'disabled'(){const _0x5886d9=_0xfab766;return _0x5d6378[_0x5886d9(0x346)];},set 'disabled'(_0x9dc6a5){const _0x8b87f9=_0xfab766;_0x5d6378[_0x8b87f9(0x346)]=_0x9dc6a5;},get 'visible'(){const _0x499d49=_0xfab766;return _0x5d6378[_0x499d49(0x2e8)];},'enable':()=>_0x5d6378[_0xfab766(0x442)](),'disable':()=>_0x5d6378['disable'](),'triggerContextMenu':(_0x3d6fbd,_0x4d39c2,_0x37c054)=>{const _0xfed641=_0xfab766;_0x5d6378[_0xfed641(0x637)](_0x3d6fbd,_0x4d39c2,{..._0x37c054,'unitId':(_0x37c054==null?void 0x0:_0x37c054[_0xfed641(0x42e)])??_0x52c268});},'hideContextMenu':()=>_0x5d6378[_0xfab766(0x69f)](),'registerContextMenuHandler':_0x2c5864=>_0x5d6378[_0xfab766(0x251)](_0x2c5864)};}function Yo(_0x324cd0,_0x4068a9){const _0x589c9c=_0x5a6880;let _0x53e5fa=new _0x5a9be0();return{get 'disabled'(){return _0x53e5fa['disabled'];},set 'disabled'(_0x4a50d7){const _0x5ccb99=_0x1f5b;_0x53e5fa[_0x5ccb99(0x346)]=_0x4a50d7;},get 'visible'(){const _0x5aaf7a=_0x1f5b;return _0x53e5fa[_0x5aaf7a(0x2e8)];},'enable':()=>_0x53e5fa['enable'](),'disable':()=>_0x53e5fa[_0x589c9c(0x2ee)](),'triggerContextMenu':(_0x3bccd7,_0x31f86e,_0x278c02)=>{const _0x2d1f7c=_0x589c9c;_0x53e5fa[_0x2d1f7c(0x637)](_0x3bccd7,_0x31f86e,{..._0x278c02,'unitId':(_0x278c02==null?void 0x0:_0x278c02[_0x2d1f7c(0x42e)])??_0x4068a9});},'hideContextMenu':()=>_0x53e5fa[_0x589c9c(0x69f)](),'registerContextMenuHandler':_0x27c381=>_0x53e5fa['registerContextMenuHandler'](_0x27c381),'dispose':()=>_0x53e5fa[_0x589c9c(0x526)]()};}function Xo(_0x1a8341,_0x1d71b0){const _0x4005c5=_0x5a6880;let _0x1b3f9c=_0x1a8341[_0x4005c5(0x312)](_0x56475e),_0x5b56e3=_0x1a8341[_0x4005c5(0x255)](io)?_0x1a8341['get'](io):void 0x0,_0x38fcc9=_0x1a8341[_0x4005c5(0x255)](Z)?_0x1a8341['get'](Z):void 0x0,_0x2d6bea=_0x1d71b0[_0x4005c5(0x234)][_0x4005c5(0x302)],_0x4be9b8=_0x1d71b0[_0x4005c5(0x234)][_0x4005c5(0x5f7)]??_0x2d6bea,_0x55e3ac=new Set([_0x2d6bea,_0x4be9b8]),_0x5b7b20=_0x1d71b0[_0x4005c5(0x234)][_0x4005c5(0x57d)]!==_0x4005c5(0x653)||_0x1d71b0[_0x4005c5(0x234)]['fullscreen'],_0x4c4d31=(_0x2fc7e4,_0x451738)=>{const _0x5834f3=_0x4005c5;_0x55e3ac[_0x5834f3(0x25c)](_0x2fc7e4);let _0x4e7305=(_0x451738==null?void 0x0:_0x451738[_0x5834f3(0x685)])&&_0x5b7b20,_0x1ac9fa=_0x4e7305?Zo(_0x2fc7e4):void 0x0,_0x27bd05=_0x4e7305?_0x5b56e3==null?void 0x0:_0x5b56e3[_0x5834f3(0x26f)](_0x1d71b0[_0x5834f3(0x256)],_0x2fc7e4):void 0x0,_0x3d4c0b=_0x4e7305?_0x38fcc9==null?void 0x0:_0x38fcc9[_0x5834f3(0x484)]({'embedId':_0x1d71b0[_0x5834f3(0x256)],'role':'child-editor','element':_0x2fc7e4}):void 0x0;return _0xe7ea20(()=>{const _0x499058=_0x5834f3;_0x3d4c0b==null||_0x3d4c0b[_0x499058(0x526)](),_0x27bd05==null||_0x27bd05[_0x499058(0x526)](),_0x1ac9fa==null||_0x1ac9fa[_0x499058(0x526)](),_0x55e3ac[_0x499058(0x556)](_0x2fc7e4);});},_0x4ec407=_0x13e06a=>_0x13e06a?[..._0x55e3ac][_0x4005c5(0x4c0)](_0x755593=>_0x755593===_0x13e06a||_0x755593[_0x4005c5(0x651)](_0x13e06a)):!0x1;return{get 'isFocused'(){return _0x1b3f9c['isFocused'];},get 'rootContainerElement'(){return _0x2d6bea;},'focus':()=>_0x1b3f9c[_0x4005c5(0x33d)](),'registerFocusHandler':(_0x58d589,_0x126727)=>_0x1b3f9c[_0x4005c5(0x294)](_0x58d589,_0x126727),'registerRootContainerElement':_0x4c4d31,'registerContentElement':_0x4c4d31,'registerContainerElement':_0x5cec9b=>_0x4c4d31(_0x5cec9b,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x4be9b8,'checkElementInCurrentContainers':_0x15d35e=>_0x4ec407(_0x15d35e)||(_0x5b56e3==null?void 0x0:_0x5b56e3['contains'](_0x1d71b0[_0x4005c5(0x256)],_0x15d35e))||_0x1b3f9c[_0x4005c5(0x3db)](_0x15d35e),'checkContentIsFocused':()=>_0x4ec407(_0x4be9b8['ownerDocument'][_0x4005c5(0x693)])||(_0x38fcc9==null?void 0x0:_0x38fcc9[_0x4005c5(0x638)](_0x1d71b0[_0x4005c5(0x256)]))||_0x1b3f9c['checkContentIsFocused']()};}function Zo(_0x21b8c0){const _0x3e80fd=_0x5a6880;let _0x26e582=new Map(),_0x55dce3=_0x329f08=>{const _0x3cd642=_0x1f5b;_0x26e582[_0x3cd642(0x6a7)](_0x329f08,_0x329f08[_0x3cd642(0x364)](X)),_0x329f08[_0x3cd642(0x4bb)](X,_0x3cd642(0x5bb));};return _0x55dce3(_0x21b8c0),_0x21b8c0[_0x3e80fd(0x292)]('*')[_0x3e80fd(0x68e)](_0x55dce3),_0xe7ea20(()=>{const _0x587eed=_0x3e80fd;_0x26e582[_0x587eed(0x68e)]((_0x3190f3,_0x1dd6ee)=>{const _0x21fd19=_0x587eed;if(_0x3190f3==null){_0x1dd6ee['removeAttribute'](X);return;}_0x1dd6ee[_0x21fd19(0x4bb)](X,_0x3190f3);});});}function Qo(_0x4fc027,_0x4414a4,_0x25a0c4=[]){const _0x1ef875=_0x5a6880;let _0x2b525e=es(_0x4fc027,_0x25a0c4)??_0x4fc027[_0x1ef875(0x2e3)],_0x1ebcea=_0x2b525e!==_0x4fc027[_0x1ef875(0x2e3)],_0x55582a=$o(_0x4fc027),_0x3439e9={'descriptor':_0x4fc027[_0x1ef875(0x4dc)],'host':{'unitId':_0x4fc027['hostUnitId'],'type':_0x4fc027[_0x1ef875(0x4dc)][_0x1ef875(0x3c7)],'anchorId':_0x4fc027[_0x1ef875(0x4dc)][_0x1ef875(0x6a1)],'entry':_0x4fc027['descriptor'][_0x1ef875(0x22f)],'layout':ns(_0x4fc027)},'child':{'unitId':_0x4fc027[_0x1ef875(0x21e)],'type':_0x4fc027['childType']},'injector':_0x2b525e,'instanceService':ts(_0x2b525e,_0x599bd7),'commandService':ts(_0x2b525e,_0x304c4c),'menuManagerService':ts(_0x2b525e,_0x445a95),'roots':_0x55582a,'activate':()=>_0x4414a4(!0x0),'deactivate':()=>_0x4414a4(!0x1),'dispose':()=>{_0x1ebcea&&_0x2b525e['dispose']();}};return{'runtimeScope':_0x3439e9,'disposable':_0xe7ea20(()=>_0x3439e9[_0x1ef875(0x526)]())};}function $o(_0x46b539){const _0x61876a=_0x5a6880;var _0x94f651;let _0x230fc4=_0x46b539[_0x61876a(0x234)][_0x61876a(0x302)],_0x31dbf2=_0x46b539['renderScope'][_0x61876a(0x5f7)]??Ja(_0x230fc4,_0x61876a(0x5b1))??_0x230fc4,_0xa85c65=_0x46b539[_0x61876a(0x234)][_0x61876a(0x460)]??Ja(_0x230fc4,_0x61876a(0x510))??_0x230fc4;return{'root':_0x230fc4,'content':_0x31dbf2,'canvas':_0x46b539[_0x61876a(0x234)][_0x61876a(0x38c)]??Ja(_0x230fc4,'data-embed-canvas-root')??void 0x0,'overlay':_0xa85c65,'popup':_0x46b539['renderScope'][_0x61876a(0x533)]??Ja(_0x230fc4,_0x61876a(0x664))??_0xa85c65,'menuSlot':((_0x94f651=_0x46b539['renderScope'][_0x61876a(0x2d9)])==null?void 0x0:_0x94f651[_0x61876a(0x44d)])??Ja(_0x230fc4,_0x61876a(0x276))??void 0x0,'footerSlot':Ja(_0x230fc4,'data-embed-footer-slot')??void 0x0};}function es(_0x21f2f8,_0x4d072f){const _0x1e334b=_0x5a6880;if(!(!_0x21f2f8[_0x1e334b(0x2e3)]['has'](_0x599bd7)||!_0x21f2f8[_0x1e334b(0x2e3)][_0x1e334b(0x255)](_0x304c4c)))return co(_0x21f2f8,_0x4d072f);}function ts(_0x3dbd74,_0x228789){const _0x1326eb=_0x5a6880;if(_0x3dbd74['has'](_0x228789))return _0x3dbd74[_0x1326eb(0x312)](_0x228789);}function ns(_0x23c1d0){const _0x2145e2=_0x5a6880;var _0x43d1d5,_0x1d0c67;switch(_0x23c1d0[_0x2145e2(0x4dc)][_0x2145e2(0x22f)]){case'docs-custom-block':return'doc-flow';case _0x2145e2(0x605):case _0x2145e2(0x1eb):case'boards-floating-object':return'float';case _0x2145e2(0x3fd):case _0x2145e2(0x49e):case _0x2145e2(0x517):return _0x2145e2(0x2f2);default:break;}return _0x23c1d0[_0x2145e2(0x310)]==='tab-peer'||(_0x43d1d5=_0x23c1d0[_0x2145e2(0x4dc)]['sourceMeta'])!=null&&_0x43d1d5['tab']?'tab-peer':(_0x1d0c67=_0x23c1d0[_0x2145e2(0x4dc)]['sourceMeta'])!=null&&_0x1d0c67[_0x2145e2(0x3d4)]?_0x2145e2(0x653):_0x23c1d0['layout'][_0x2145e2(0x6d3)]('docs-')||_0x23c1d0[_0x2145e2(0x310)]===_0x2145e2(0x6fe)?'doc-flow':_0x2145e2(0x653);}var rs=class{constructor(){Y(this,'_contributions',new Map());}[_0x5a6880(0x3f2)](_0x4f0cfe){const _0x2078fb=_0x5a6880;if(this['_contributions'][_0x2078fb(0x255)](_0x4f0cfe[_0x2078fb(0x2c2)]))throw Error(_0x2078fb(0x6b5)+_0x4f0cfe[_0x2078fb(0x2c2)]);this[_0x2078fb(0x67c)][_0x2078fb(0x6a7)](_0x4f0cfe[_0x2078fb(0x2c2)],_0x4f0cfe);}[_0x5a6880(0x312)](_0x30586d){const _0xbe439e=_0x5a6880;return this[_0xbe439e(0x67c)]['get'](_0x30586d);}[_0x5a6880(0x1ec)](){const _0x4fc073=_0x5a6880;return[...this['_contributions'][_0x4fc073(0x21c)]()];}},is=class{constructor(){const _0x484cc0=_0x5a6880;Y(this,_0x484cc0(0x67c),new Map());}[_0x5a6880(0x3f2)](_0x4fd341){const _0x39579e=_0x5a6880;let _0x1e88b1=this[_0x39579e(0x57e)](_0x4fd341[_0x39579e(0x3c7)],_0x4fd341[_0x39579e(0x22f)],_0x4fd341[_0x39579e(0x2c2)]);if(this[_0x39579e(0x67c)][_0x39579e(0x255)](_0x1e88b1))throw Error(_0x39579e(0x682)+_0x1e88b1);return this['_contributions'][_0x39579e(0x6a7)](_0x1e88b1,_0x4fd341),_0xe7ea20(()=>{const _0x35ca03=_0x39579e;this[_0x35ca03(0x67c)]['get'](_0x1e88b1)===_0x4fd341&&this['_contributions'][_0x35ca03(0x556)](_0x1e88b1);});}[_0x5a6880(0x312)](_0xe67fb0,_0x50bdb2,_0x1750f4){const _0x3af07c=_0x5a6880;if(_0x1750f4!=null){let _0x8cfcc6=this[_0x3af07c(0x67c)][_0x3af07c(0x312)](this[_0x3af07c(0x57e)](_0xe67fb0,_0x50bdb2,_0x1750f4));if(_0x8cfcc6)return _0x8cfcc6;}return this[_0x3af07c(0x67c)][_0x3af07c(0x312)](this[_0x3af07c(0x57e)](_0xe67fb0,_0x50bdb2));}[_0x5a6880(0x34d)](_0x371515,_0x4793a0,_0x4e4a54){const _0x37cd28=_0x5a6880;return this['_contributions']['has'](this[_0x37cd28(0x57e)](_0x371515,_0x4793a0,_0x4e4a54));}[_0x5a6880(0x1ec)](){const _0x5790b6=_0x5a6880;return[...this[_0x5790b6(0x67c)][_0x5790b6(0x21c)]()];}['_key'](_0xc239fd,_0x48639d,_0x2d492a){return _0x2d492a==null?_0xc239fd+':'+_0x48639d+':*':_0xc239fd+':'+_0x48639d+':'+_0x2d492a;}},as=class{constructor(){const _0x3c51f7=_0x5a6880;Y(this,_0x3c51f7(0x67c),new Map());}['register'](_0x1cfba6){const _0x44c5e4=_0x5a6880;let _0x26a98a=this[_0x44c5e4(0x57e)](_0x1cfba6[_0x44c5e4(0x3c7)],_0x1cfba6[_0x44c5e4(0x22f)]);if(this[_0x44c5e4(0x67c)][_0x44c5e4(0x255)](_0x26a98a))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x26a98a);this[_0x44c5e4(0x67c)][_0x44c5e4(0x6a7)](_0x26a98a,_0x1cfba6);}[_0x5a6880(0x312)](_0x511159,_0x181792){const _0x33b64e=_0x5a6880;return this[_0x33b64e(0x67c)][_0x33b64e(0x312)](this[_0x33b64e(0x57e)](_0x511159,_0x181792));}[_0x5a6880(0x1ec)](){return[...this['_contributions']['values']()];}[_0x5a6880(0x656)](_0x2b1cbb,_0x5ef9cd,_0x4823c6){const _0x2535dc=_0x5a6880;let _0x4551b7=this[_0x2535dc(0x312)](_0x2b1cbb,_0x5ef9cd);return _0x4551b7?(_0x4551b7[_0x2535dc(0x64f)]??[_0x4551b7[_0x2535dc(0x310)]])['includes'](_0x4823c6):!0x1;}[_0x5a6880(0x57e)](_0x17ecba,_0x5609bb){return _0x17ecba+':'+_0x5609bb;}},os=class{constructor(){const _0xd17ef=_0x5a6880;Y(this,_0xd17ef(0x49d),new Map()),Y(this,_0xd17ef(0x268),new Map()),Y(this,'_rootsByHostAnchorId',new Map());}[_0x5a6880(0x3f2)](_0x455b90,_0x2ede48){const _0x4fef5e=_0x5a6880;let _0x43756d=typeof _0x455b90=='string'?{'childUnitId':_0x455b90,'root':_0x2ede48}:_0x455b90;return this['_rootsByChildUnitId'][_0x4fef5e(0x6a7)](_0x43756d[_0x4fef5e(0x21e)],_0x43756d),_0x43756d['embedId']&&this[_0x4fef5e(0x268)][_0x4fef5e(0x6a7)](_0x43756d['embedId'],_0x43756d),_0x43756d[_0x4fef5e(0x6a1)]&&this[_0x4fef5e(0x4df)][_0x4fef5e(0x6a7)](_0x43756d[_0x4fef5e(0x6a1)],_0x43756d),_0xe7ea20(()=>{const _0x5c22ff=_0x4fef5e;this[_0x5c22ff(0x49d)][_0x5c22ff(0x312)](_0x43756d['childUnitId'])===_0x43756d&&this[_0x5c22ff(0x49d)][_0x5c22ff(0x556)](_0x43756d[_0x5c22ff(0x21e)]),_0x43756d[_0x5c22ff(0x256)]&&this[_0x5c22ff(0x268)][_0x5c22ff(0x312)](_0x43756d[_0x5c22ff(0x256)])===_0x43756d&&this[_0x5c22ff(0x268)][_0x5c22ff(0x556)](_0x43756d[_0x5c22ff(0x256)]),_0x43756d[_0x5c22ff(0x6a1)]&&this[_0x5c22ff(0x4df)][_0x5c22ff(0x312)](_0x43756d[_0x5c22ff(0x6a1)])===_0x43756d&&this[_0x5c22ff(0x4df)]['delete'](_0x43756d[_0x5c22ff(0x6a1)]);});}[_0x5a6880(0x312)](_0x4a6973){const _0x40bb38=_0x5a6880;var _0x1568e0;return((_0x1568e0=this[_0x40bb38(0x49d)][_0x40bb38(0x312)](_0x4a6973))==null?void 0x0:_0x1568e0['root'])??null;}[_0x5a6880(0x178)](_0xa96ab){const _0x1c86ba=_0x5a6880;var _0x34d21f;return((_0x34d21f=this['_rootsByEmbedId'][_0x1c86ba(0x312)](_0xa96ab))==null?void 0x0:_0x34d21f['root'])??null;}[_0x5a6880(0x43d)](_0x197693){const _0x1a314c=_0x5a6880;var _0x41f41b;return((_0x41f41b=this[_0x1a314c(0x4df)][_0x1a314c(0x312)](_0x197693))==null?void 0x0:_0x41f41b['root'])??null;}[_0x5a6880(0x651)](_0x31803a,_0x9731b){const _0x516dd7=_0x5a6880;if(!(_0x31803a instanceof Node))return!0x1;let _0x2cca4f=_0x9731b[_0x516dd7(0x256)]?this[_0x516dd7(0x178)](_0x9731b[_0x516dd7(0x256)]):_0x9731b['hostAnchorId']?this['getByHostAnchorId'](_0x9731b[_0x516dd7(0x6a1)]):_0x9731b[_0x516dd7(0x21e)]?this[_0x516dd7(0x312)](_0x9731b[_0x516dd7(0x21e)]):null;return!!(_0x2cca4f!=null&&_0x2cca4f[_0x516dd7(0x651)](_0x31803a));}};function ss(_0x272ac0,_0x15e695,_0xae9df0=us(_0x272ac0),_0x8077b0={}){const _0x231477=_0x5a6880;var _0x217d14,_0x38ac45;let _0x20d2ef=_0x272ac0[_0x231477(0x2e3)][_0x231477(0x312)](_0x15e695),_0x1d9b04=_0x8077b0[_0x231477(0x4d1)]??(_0x8077b0[_0x231477(0x687)]===!0x1?void 0x0:((_0x217d14=_0x272ac0[_0x231477(0x6a3)])==null?void 0x0:_0x217d14[_0x231477(0x2e3)])??cs(_0x272ac0)),_0x350abf=!_0x8077b0['scopedInjector']&&_0x1d9b04!==((_0x38ac45=_0x272ac0['runtimeScope'])==null?void 0x0:_0x38ac45[_0x231477(0x2e3)]),_0x2f7380=ps(_0x20d2ef,_0x272ac0[_0x231477(0x21e)],_0x1d9b04);if(!_0x2f7380){_0x350abf&&(_0x1d9b04==null||_0x1d9b04['dispose']());return;}_0xae9df0[_0x231477(0x22d)][_0x231477(0x509)]=_0x272ac0[_0x231477(0x21e)],_0xae9df0['dataset'][_0x231477(0x184)]=_0x272ac0[_0x231477(0x234)][_0x231477(0x57d)];try{var _0x11b1eb,_0x5ab422;(_0x11b1eb=(_0x5ab422=_0x2f7380['engine'])[_0x231477(0x435)])==null||_0x11b1eb[_0x231477(0x380)](_0x5ab422);}catch{}_0x2f7380[_0x231477(0x4be)][_0x231477(0x5e6)](_0xae9df0),ds(_0x2f7380,_0xae9df0),hs(_0x2f7380,{'activate':_0x8077b0[_0x231477(0x1b1)]??!0x0});let _0x285e87=ls(_0x2f7380,_0xae9df0,{'activate':!0x1});return _0xe7ea20(()=>{const _0x2fe05b=_0x231477;var _0x1f937a;_0x285e87[_0x2fe05b(0x526)]();try{var _0x3054e9,_0x2dd8a6;(_0x3054e9=(_0x2dd8a6=_0x2f7380['engine'])[_0x2fe05b(0x435)])==null||_0x3054e9[_0x2fe05b(0x380)](_0x2dd8a6);}catch{}(_0x1f937a=_0x20d2ef[_0x2fe05b(0x370)])==null||_0x1f937a[_0x2fe05b(0x380)](_0x20d2ef,_0x272ac0[_0x2fe05b(0x21e)]),_0xae9df0[_0x2fe05b(0x2a8)](_0x2fe05b(0x3a6)),_0xae9df0['removeAttribute'](_0x2fe05b(0x5a9)),_0x350abf&&(_0x1d9b04==null||_0x1d9b04[_0x2fe05b(0x526)]());});}function cs(_0xc6ee33){const _0x4b7265=_0x5a6880;if(typeof _0xc6ee33[_0x4b7265(0x2e3)][_0x4b7265(0x255)]=='function'&&!(!_0xc6ee33['injector'][_0x4b7265(0x255)](_0x599bd7)||!_0xc6ee33[_0x4b7265(0x2e3)][_0x4b7265(0x255)](_0x304c4c)))return co(_0xc6ee33);}function ls(_0x1c7319,_0x224496,_0x11fffa={}){const _0x58d194=_0x5a6880;if(typeof ResizeObserver>'u')return _0xe7ea20(()=>{});let _0x4d128c=-0x1,_0x362da7=-0x1,_0x805bc7=0x0,_0x394cd2=new ResizeObserver(_0x1c786c=>{const _0x53db62=_0x1f5b;var _0x273f7f;let _0x37b6e5=(_0x273f7f=_0x1c786c[0x0])==null?void 0x0:_0x273f7f[_0x53db62(0x267)],_0x177fec=(_0x37b6e5==null?void 0x0:_0x37b6e5[_0x53db62(0x5ae)])??_0x224496[_0x53db62(0x181)],_0xb4f8f7=(_0x37b6e5==null?void 0x0:_0x37b6e5[_0x53db62(0x3f3)])??_0x224496[_0x53db62(0x345)];(_0x177fec!==_0x4d128c||_0xb4f8f7!==_0x362da7)&&(_0x4d128c=_0x177fec,_0x362da7=_0xb4f8f7,_0x805bc7&&window['cancelAnimationFrame'](_0x805bc7),_0x805bc7=window[_0x53db62(0x385)](()=>{const _0x4cfddc=_0x53db62;_0x805bc7=0x0,hs(_0x1c7319,{'activate':_0x11fffa[_0x4cfddc(0x1b1)]??!0x1});}));});return _0x394cd2[_0x58d194(0x1c9)](_0x224496),_0xe7ea20(()=>{const _0x2e5c22=_0x58d194;_0x805bc7&&window[_0x2e5c22(0x655)](_0x805bc7),_0x394cd2[_0x2e5c22(0x51f)]();});}function us(_0x5cfba3){const _0x5465bd=_0x5a6880;return _0x5cfba3[_0x5465bd(0x6a3)]['roots'][_0x5465bd(0x530)]??_0x5cfba3[_0x5465bd(0x234)][_0x5465bd(0x38c)]??_0x5cfba3[_0x5465bd(0x234)][_0x5465bd(0x5f7)]??_0x5cfba3[_0x5465bd(0x234)][_0x5465bd(0x302)];}function ds(_0x5f41b9,_0x1f0347){const _0x53be42=_0x5a6880;var _0x5b2d6e,_0x3b15cf,_0xa188ba,_0x2a774c,_0x4157d5;let _0x49608e=((_0x5b2d6e=(_0x3b15cf=_0x5f41b9['engine'])[_0x53be42(0x1e8)])==null?void 0x0:_0x5b2d6e[_0x53be42(0x380)](_0x3b15cf))??((_0xa188ba=(_0x2a774c=_0x5f41b9[_0x53be42(0x4be)])[_0x53be42(0x3bd)])==null||(_0xa188ba=_0xa188ba[_0x53be42(0x380)](_0x2a774c))==null||(_0x4157d5=_0xa188ba[_0x53be42(0x476)])==null?void 0x0:_0x4157d5[_0x53be42(0x380)](_0xa188ba));!_0x49608e||_0x49608e[_0x53be42(0x2a0)]===_0x1f0347||_0x1f0347[_0x53be42(0x17b)](_0x49608e);}function fs(_0x338ff9,_0xdf9a9b,_0x17ddc9){const _0x4c2d96=_0x5a6880;try{let _0x36c415=_0x338ff9[_0x4c2d96(0x6a6)](_0xdf9a9b);if(_0x36c415){var _0x20def1;if(!_0x17ddc9||ms(_0x36c415)===_0x17ddc9)return _0x36c415;(_0x20def1=_0x338ff9[_0x4c2d96(0x370)])==null||_0x20def1[_0x4c2d96(0x380)](_0x338ff9,_0xdf9a9b);}return _0x338ff9[_0x4c2d96(0x41e)](_0xdf9a9b,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x17ddc9,'skipAutoRender':!0x0});}catch{return;}}function ps(_0x76e1d8,_0x996c3a,_0x2d863f){const _0x1c9a4b=_0x5a6880;try{let _0x11e80c=_0x76e1d8[_0x1c9a4b(0x6a6)](_0x996c3a);if(_0x11e80c){var _0x2b989b;if(!_0x2d863f||ms(_0x11e80c)===_0x2d863f)return _0x11e80c;(_0x2b989b=_0x76e1d8[_0x1c9a4b(0x370)])==null||_0x2b989b['call'](_0x76e1d8,_0x996c3a);}return _0x76e1d8['createRender'](_0x996c3a,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x2d863f,'skipAutoRender':!0x0});}catch(_0x3999d3){var _0x433ef6;(_0x433ef6=_0x76e1d8[_0x1c9a4b(0x370)])==null||_0x433ef6[_0x1c9a4b(0x380)](_0x76e1d8,_0x996c3a),console['warn']('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x3999d3);return;}}function ms(_0x550802){try{var _0x57c758;return(_0x57c758=_0x550802['with'])==null?void 0x0:_0x57c758['call'](_0x550802,_0x348c2a);}catch{return;}}function hs(_0x4d74de,_0x1d6b53={}){const _0x45729c=_0x5a6880;var _0x27e054,_0x1415fa,_0x57d199,_0x55cc15;if(_0x1d6b53[_0x45729c(0x1b1)]){var _0x3b803e;(_0x3b803e=_0x4d74de[_0x45729c(0x1b1)])==null||_0x3b803e[_0x45729c(0x380)](_0x4d74de);}_0x4d74de[_0x45729c(0x4be)][_0x45729c(0x30d)](),_0x4d74de[_0x45729c(0x165)][_0x45729c(0x68e)](_0x8a5d04=>{const _0x2c60cc=_0x45729c;var _0x4917ad,_0x130b73;(_0x4917ad=_0x8a5d04[_0x2c60cc(0x6dc)])==null||_0x4917ad[_0x2c60cc(0x380)](_0x8a5d04,!0x0),(_0x130b73=_0x8a5d04[_0x2c60cc(0x6f3)])==null||_0x130b73[_0x2c60cc(0x380)](_0x8a5d04,!0x0);}),(_0x27e054=_0x4d74de[_0x45729c(0x2a9)])==null||(_0x1415fa=_0x27e054['makeDirty'])==null||_0x1415fa['call'](_0x27e054,!0x0),_0x4d74de[_0x45729c(0x209)][_0x45729c(0x6f3)](),(_0x57d199=(_0x55cc15=_0x4d74de[_0x45729c(0x209)])[_0x45729c(0x4eb)])==null||_0x57d199[_0x45729c(0x380)](_0x55cc15);}var gs=class{constructor(){const _0x2cee37=_0x5a6880;Y(this,_0x2cee37(0x541),new Map()),Y(this,'_contextsByEmbedId',new Map()),Y(this,_0x2cee37(0x4d6),new Map()),Y(this,_0x2cee37(0x6d4),new Map());}['register'](_0xd021a0){const _0x5b35be=_0x5a6880;return this[_0x5b35be(0x541)]['set'](_0xd021a0[_0x5b35be(0x2c2)],_0xd021a0),_0xe7ea20(()=>{const _0x25c6ba=_0x5b35be;this['_providers'][_0x25c6ba(0x312)](_0xd021a0[_0x25c6ba(0x2c2)])===_0xd021a0&&this[_0x25c6ba(0x541)]['delete'](_0xd021a0['childType']);});}[_0x5a6880(0x312)](_0x321869){const _0x5bccf7=_0x5a6880;return this[_0x5bccf7(0x541)][_0x5bccf7(0x312)](_0x321869);}[_0x5a6880(0x5a0)](_0x259cc3){const _0x28deb4=_0x5a6880;return this[_0x28deb4(0x66d)][_0x28deb4(0x6a7)](_0x259cc3[_0x28deb4(0x256)],_0x259cc3),this[_0x28deb4(0x4d6)][_0x28deb4(0x6a7)](_0x259cc3[_0x28deb4(0x4dc)][_0x28deb4(0x6a1)],_0x259cc3),this['_contextsByChildUnitId'][_0x28deb4(0x6a7)](_0x259cc3[_0x28deb4(0x21e)],_0x259cc3),_0xe7ea20(()=>{const _0x544d5c=_0x28deb4;this[_0x544d5c(0x66d)][_0x544d5c(0x312)](_0x259cc3[_0x544d5c(0x256)])===_0x259cc3&&this[_0x544d5c(0x66d)][_0x544d5c(0x556)](_0x259cc3[_0x544d5c(0x256)]),this[_0x544d5c(0x4d6)]['get'](_0x259cc3['descriptor'][_0x544d5c(0x6a1)])===_0x259cc3&&this[_0x544d5c(0x4d6)]['delete'](_0x259cc3[_0x544d5c(0x4dc)][_0x544d5c(0x6a1)]),this[_0x544d5c(0x6d4)]['get'](_0x259cc3[_0x544d5c(0x21e)])===_0x259cc3&&this[_0x544d5c(0x6d4)][_0x544d5c(0x556)](_0x259cc3[_0x544d5c(0x21e)]);});}[_0x5a6880(0x27f)](_0x2f2594){const _0x40fe7c=_0x5a6880;return this[_0x40fe7c(0x66d)][_0x40fe7c(0x312)](_0x2f2594);}[_0x5a6880(0x31e)](_0x146a98){const _0x3fa151=_0x5a6880;return this['_contextsByHostAnchorId'][_0x3fa151(0x312)](_0x146a98);}[_0x5a6880(0x3a8)](_0x16ec90){const _0x18cc30=_0x5a6880;return this[_0x18cc30(0x6d4)]['get'](_0x16ec90);}[_0x5a6880(0x427)](_0xb62a76){const _0x3c2a4b=_0x5a6880;let _0x4cf448=this[_0x3c2a4b(0x312)](_0xb62a76['childType']);return _0x4cf448?Promise[_0x3c2a4b(0x600)](_0x4cf448[_0x3c2a4b(0x427)](_0xb62a76)):Promise[_0x3c2a4b(0x600)](_s(_0xb62a76));}['captureByEmbedId'](_0x1107b1){const _0x498a7b=_0x5a6880;let _0x42f8fb=this[_0x498a7b(0x27f)](_0x1107b1);return _0x42f8fb?this[_0x498a7b(0x427)](_0x42f8fb):Promise[_0x498a7b(0x600)](void 0x0);}[_0x5a6880(0x1bd)](_0x1fcf14){const _0x7f04d5=_0x5a6880;let _0x46f9a0=this['getContextByHostAnchorId'](_0x1fcf14);return _0x46f9a0?this[_0x7f04d5(0x427)](_0x46f9a0):Promise['resolve'](void 0x0);}[_0x5a6880(0x381)](_0x4ec23e){const _0x296261=_0x5a6880;let _0x69b3f4=this[_0x296261(0x3a8)](_0x4ec23e);return _0x69b3f4?this[_0x296261(0x427)](_0x69b3f4):Promise[_0x296261(0x600)](void 0x0);}};function _s(_0x18de0b){const _0x36ba3f=_0x5a6880;if(!_0x18de0b[_0x36ba3f(0x234)])return;let _0x49047f=[_0x18de0b[_0x36ba3f(0x234)][_0x36ba3f(0x38c)],_0x18de0b[_0x36ba3f(0x234)][_0x36ba3f(0x5f7)],_0x18de0b[_0x36ba3f(0x234)]['rootElement']][_0x36ba3f(0x68b)](_0xb542e1=>!!_0xb542e1),_0x3d3b1f=Array[_0x36ba3f(0x52b)](new Set(_0x49047f['flatMap'](_0x536644=>Array['from'](_0x536644[_0x36ba3f(0x292)](_0x36ba3f(0x530))))))['filter'](_0x5f5c92=>_0x5f5c92[_0x36ba3f(0x5ae)]>0x1&&_0x5f5c92['height']>0x1)[_0x36ba3f(0x3b5)]((_0x4f35d0,_0xb67645)=>_0xb67645['width']*_0xb67645[_0x36ba3f(0x3f3)]-_0x4f35d0[_0x36ba3f(0x5ae)]*_0x4f35d0[_0x36ba3f(0x3f3)]);for(let _0x35040d of _0x3d3b1f)try{return _0x35040d[_0x36ba3f(0x3e6)](_0x36ba3f(0x2d2));}catch{}}function $(_0x346ad7,_0x28298e){return function(_0x3c58ff,_0x53e707){_0x28298e(_0x3c58ff,_0x53e707,_0x346ad7);};}function vs(_0x170cda,_0x707774,_0x3920c7,_0x17ce19){const _0x69e1a6=_0x5a6880;var _0x374615=arguments[_0x69e1a6(0x5dc)],_0x404539=_0x374615<0x3?_0x707774:_0x17ce19===null?_0x17ce19=Object[_0x69e1a6(0x1ce)](_0x707774,_0x3920c7):_0x17ce19,_0x56030f;if(typeof Reflect==_0x69e1a6(0x3fa)&&typeof Reflect[_0x69e1a6(0x2ba)]==_0x69e1a6(0x581))_0x404539=Reflect[_0x69e1a6(0x2ba)](_0x170cda,_0x707774,_0x3920c7,_0x17ce19);else{for(var _0x19dd96=_0x170cda['length']-0x1;_0x19dd96>=0x0;_0x19dd96--)(_0x56030f=_0x170cda[_0x19dd96])&&(_0x404539=(_0x374615<0x3?_0x56030f(_0x404539):_0x374615>0x3?_0x56030f(_0x707774,_0x3920c7,_0x404539):_0x56030f(_0x707774,_0x3920c7))||_0x404539);}return _0x374615>0x3&&_0x404539&&Object[_0x69e1a6(0x454)](_0x707774,_0x3920c7,_0x404539),_0x404539;}const ys=_0x5a6880(0x6c2);var bs=class extends Error{constructor(_0x599f96,_0x1bda9c){const _0x4d4b97=_0x5a6880;super(ys+':\x20'+_0x599f96),this[_0x4d4b97(0x21e)]=_0x599f96,this[_0x4d4b97(0x5eb)]=_0x1bda9c,Y(this,_0x4d4b97(0x61e),ys),this[_0x4d4b97(0x6f2)]=_0x4d4b97(0x1c6);}};let xs=class{constructor(_0x21cc6e,_0x4cd5c2,_0x41a54e,_0x94d9ae,_0x27917b,_0x309dc6,_0xa59511,_0x4538f0){const _0x1ff848=_0x5a6880;this[_0x1ff848(0x6de)]=_0x21cc6e,this['_childViewRegistry']=_0x4cd5c2,this['_overlayRootService']=_0x41a54e,this[_0x1ff848(0x30b)]=_0x94d9ae,this[_0x1ff848(0x228)]=_0x27917b,this[_0x1ff848(0x4ce)]=_0x309dc6,this[_0x1ff848(0x60e)]=_0xa59511,this[_0x1ff848(0x415)]=_0x4538f0,Y(this,'_sessions',new Map()),Y(this,'_tabFocusLeases',new Map()),Y(this,_0x1ff848(0x1e3),new Map());}[_0x5a6880(0x5e6)](_0x5d9cb8){const _0x3a4d96=_0x5a6880;return this[_0x3a4d96(0x6aa)](_0x5d9cb8);}[_0x5a6880(0x539)](_0x3da19d,_0x1204e5,_0x488061){const _0x52e5d7=_0x5a6880;return this[_0x52e5d7(0x6aa)](_0x3da19d,{'hostElement':_0x1204e5,'runtimeRoots':_0x488061});}[_0x5a6880(0x6aa)](_0x353c0f,_0x3008e5){const _0x11b2be=_0x5a6880;var _0x24b6b3,_0x37aea8;if(!_0x353c0f[_0x11b2be(0x21e)]||_0x353c0f[_0x11b2be(0x2c2)]==null)throw Error(_0x11b2be(0x67e));this[_0x11b2be(0x663)](_0x353c0f),this[_0x11b2be(0x435)](_0x353c0f[_0x11b2be(0x256)]);let _0x56176f={'hostUnitId':_0x353c0f[_0x11b2be(0x214)],'embedId':_0x353c0f[_0x11b2be(0x256)],'childUnitId':_0x353c0f[_0x11b2be(0x21e)]},_0x37c2be=this[_0x11b2be(0x6ce)](_0x353c0f),_0xe7f11e=this[_0x11b2be(0x6de)][_0x11b2be(0x312)](_0x353c0f[_0x11b2be(0x3c7)],_0x353c0f[_0x11b2be(0x22f)]);if(!_0xe7f11e||!this[_0x11b2be(0x6de)]['supports'](_0x353c0f[_0x11b2be(0x3c7)],_0x353c0f['entry'],_0x37c2be))throw Error(_0x11b2be(0x2dc));let _0x3e79bd=this[_0x11b2be(0x60e)]['canMount'](_0x56176f),_0x724043=this[_0x11b2be(0x5c0)]['get'](_0x353c0f['childType']);if(_0x3e79bd[_0x11b2be(0x472)]&&!(_0x724043!=null&&_0x724043[_0x11b2be(0x64f)][_0x11b2be(0x1af)](_0x37c2be)))throw Error(_0x11b2be(0x56d));let _0x5d33b4={'descriptor':_0x353c0f,'layout':_0x37c2be,'injector':this[_0x11b2be(0x415)],'hostUnitId':_0x353c0f[_0x11b2be(0x214)],'embedId':_0x353c0f[_0x11b2be(0x256)],'childUnitId':_0x353c0f[_0x11b2be(0x21e)],'childType':_0x353c0f[_0x11b2be(0x2c2)]},_0x2cdf52=[],_0x124ba1=_0x3008e5??((_0x24b6b3=_0xe7f11e[_0x11b2be(0x5e6)])==null?void 0x0:_0x24b6b3['call'](_0xe7f11e,_0x5d33b4)),_0x26db68=this[_0x11b2be(0x5fc)](_0x124ba1);if(_0x26db68['disposable']&&_0x2cdf52[_0x11b2be(0x5a2)](_0x26db68[_0x11b2be(0x446)]),_0x5d33b4[_0x11b2be(0x60b)]=_0x26db68['hostElement']??_0x5d33b4[_0x11b2be(0x60b)],_0x5d33b4[_0x11b2be(0x44d)]=_0x5d33b4['hostElement'],!_0x5d33b4['hostElement']||!_0x5d33b4['container'])throw[..._0x2cdf52]['reverse']()[_0x11b2be(0x68e)](_0x4dda13=>_0x4dda13[_0x11b2be(0x526)]()),Error(_0x11b2be(0x1fe));if(_0x26db68[_0x11b2be(0x371)]||_0x2cdf52[_0x11b2be(0x5a2)](Ya(_0x5d33b4[_0x11b2be(0x60b)])),!_0x3e79bd[_0x11b2be(0x472)])return this[_0x11b2be(0x2f7)](_0x353c0f,_0x37c2be,_0x5d33b4[_0x11b2be(0x60b)],_0x26db68[_0x11b2be(0x371)],_0x2cdf52,_0x3e79bd['reason']);if(!_0x724043)throw[..._0x2cdf52][_0x11b2be(0x545)]()[_0x11b2be(0x68e)](_0x588c2f=>_0x588c2f[_0x11b2be(0x526)]()),Error(_0x11b2be(0x56d));let {renderScope:_0x408afd,disposable:_0x121a4e,setActive:_0x311a31}=this[_0x11b2be(0x54d)](_0x353c0f,_0x37c2be,_0x5d33b4[_0x11b2be(0x60b)],_0x26db68[_0x11b2be(0x371)]);_0x2cdf52['push'](_0x121a4e);let _0x1988cf={..._0x5d33b4,'hostElement':_0x5d33b4[_0x11b2be(0x60b)],'container':_0x5d33b4['container'],'renderScope':_0x408afd},{runtimeScope:_0x558c66,disposable:_0x11473b}=Qo(_0x1988cf,_0x311a31,_0x724043[_0x11b2be(0x2bf)]),_0x1bd874={..._0x1988cf,'runtimeScope':_0x558c66};_0x2cdf52[_0x11b2be(0x5a2)](_0x11473b);let _0x4aa83e=this[_0x11b2be(0x6b3)](_0x353c0f,_0x5d33b4[_0x11b2be(0x60b)],_0x408afd,_0x558c66[_0x11b2be(0x631)]);_0x4aa83e&&_0x2cdf52[_0x11b2be(0x5a2)](_0x4aa83e),this['_injector'][_0x11b2be(0x255)](Z)&&_0x2cdf52[_0x11b2be(0x5a2)](this[_0x11b2be(0x415)][_0x11b2be(0x312)](Z)['registerRuntimeScope']({'embedId':_0x353c0f[_0x11b2be(0x256)],'hostUnitId':_0x353c0f[_0x11b2be(0x214)],'childUnitId':_0x353c0f[_0x11b2be(0x21e)],'childType':_0x353c0f['childType']}));let _0x4e08bb=_0x558c66[_0x11b2be(0x2e3)]===_0x5d33b4[_0x11b2be(0x2e3)]?void 0x0:_0x558c66[_0x11b2be(0x2f9)];_0x2cdf52['push'](this[_0x11b2be(0x216)](_0x353c0f,_0x5d33b4[_0x11b2be(0x60b)],_0x408afd[_0x11b2be(0x57d)],_0x4e08bb)),_0x2cdf52[_0x11b2be(0x5a2)](this[_0x11b2be(0x30b)][_0x11b2be(0x5a0)](_0x1bd874));let _0x4cdaea=this[_0x11b2be(0x5d5)](_0x353c0f),_0x4e5fa4=(_0x37aea8=_0x724043[_0x11b2be(0x5e6)])==null?void 0x0:_0x37aea8[_0x11b2be(0x380)](_0x724043,_0x1bd874);if(_0x4e5fa4&&_0x2cdf52[_0x11b2be(0x5a2)](_0x4e5fa4),_0x2cdf52[_0x11b2be(0x5a2)](_0x4cdaea),_0x2cdf52[_0x11b2be(0x5a2)](this['_runtimePolicyService'][_0x11b2be(0x486)](_0x56176f)),_0x408afd['mode']===_0x11b2be(0x653)){let _0x523498=this[_0x11b2be(0x299)](_0x1bd874);_0x523498&&_0x2cdf52[_0x11b2be(0x5a2)](_0x523498);}let _0x311ab0={'hostUnitId':_0x353c0f[_0x11b2be(0x214)],'embedId':_0x353c0f[_0x11b2be(0x256)],'childUnitId':_0x353c0f[_0x11b2be(0x21e)],'childType':_0x353c0f[_0x11b2be(0x2c2)],'entry':_0x353c0f[_0x11b2be(0x22f)],'layout':_0x37c2be,'hostElement':_0x5d33b4['hostElement'],'context':_0x1bd874};return this['_sessions'][_0x11b2be(0x6a7)](_0x353c0f[_0x11b2be(0x256)],{'session':_0x311ab0,'disposables':_0x2cdf52,'setActive':_0x311a31}),_0x37c2be!==_0x11b2be(0x2f2)&&this[_0x11b2be(0x537)](_0x353c0f,_0x37c2be,_0x311a31),_0x311ab0;}[_0x5a6880(0x2f7)](_0x58470b,_0x11a293,_0x5800be,_0x316868,_0x5e6750,_0x5e012b){const _0x13c58c=_0x5a6880;let _0x2ad3af=(_0x316868==null?void 0x0:_0x316868[_0x13c58c(0x6c1)])??Ja(_0x5800be,_0x13c58c(0x5b1))??_0x5800be,_0x19066d=Cs(_0x5e012b);_0x2ad3af[_0x13c58c(0x3d9)](_0x19066d),_0x5e6750[_0x13c58c(0x5a2)](_0xe7ea20(()=>{const _0x2575d1=_0x13c58c;_0x19066d[_0x2575d1(0x2a0)]===_0x2ad3af&&_0x19066d[_0x2575d1(0x23d)]();}));let _0x437eea={'hostUnitId':_0x58470b[_0x13c58c(0x214)],'embedId':_0x58470b['embedId'],'childUnitId':_0x58470b[_0x13c58c(0x21e)],'childType':_0x58470b[_0x13c58c(0x2c2)],'entry':_0x58470b[_0x13c58c(0x22f)],'layout':_0x11a293,'hostElement':_0x5800be};return this[_0x13c58c(0x50d)]['set'](_0x58470b[_0x13c58c(0x256)],{'session':_0x437eea,'disposables':_0x5e6750,'setActive':()=>{}}),_0x437eea;}[_0x5a6880(0x537)](_0x59a19b,_0x27523d,_0x3a4c80){const _0x423002=_0x5a6880;if(_0x27523d!=='tab-peer'){if(this[_0x423002(0x415)]['has'](_0x258d50)){let _0x1d546a=this['_injector'][_0x423002(0x312)](_0x258d50)[_0x423002(0x48a)]();if((_0x1d546a==null?void 0x0:_0x1d546a[_0x423002(0x214)])===_0x59a19b['hostUnitId']){_0x3a4c80(_0x1d546a['embedId']===_0x59a19b['embedId']);return;}}_0x3a4c80(!0x1);}}['unmount'](_0x4bf0cd){const _0x7086f0=_0x5a6880;let _0x5bdf19=this[_0x7086f0(0x50d)]['get'](_0x4bf0cd);_0x5bdf19&&(this[_0x7086f0(0x303)](_0x4bf0cd),this[_0x7086f0(0x2ed)](_0x4bf0cd),[..._0x5bdf19[_0x7086f0(0x6af)]][_0x7086f0(0x545)]()[_0x7086f0(0x68e)](_0x204e7c=>_0x204e7c[_0x7086f0(0x526)]()),this['_sessions'][_0x7086f0(0x556)](_0x4bf0cd));}['getSession'](_0x264b3a){const _0x1ef440=_0x5a6880;var _0x490681;return(_0x490681=this[_0x1ef440(0x50d)][_0x1ef440(0x312)](_0x264b3a))==null?void 0x0:_0x490681[_0x1ef440(0x4d9)];}[_0x5a6880(0x586)](){const _0x1a8bda=_0x5a6880;return[...this[_0x1a8bda(0x50d)]['values']()][_0x1a8bda(0x4ec)](({session:_0x37af8b})=>_0x37af8b);}[_0x5a6880(0x552)](_0x5516b7){const _0x1bbb8b=_0x5a6880;let _0x160acc=this['_sessions'][_0x1bbb8b(0x312)](_0x5516b7);if(_0x160acc){if(_0x160acc[_0x1bbb8b(0x4d9)][_0x1bbb8b(0x310)]!=='tab-peer'){this['_sessions'][_0x1bbb8b(0x68e)](_0x14062e=>{const _0x1e3266=_0x1bbb8b;_0x14062e[_0x1e3266(0x4d9)][_0x1e3266(0x310)]!==_0x1e3266(0x2f2)&&_0x14062e['session']['hostUnitId']===_0x160acc[_0x1e3266(0x4d9)][_0x1e3266(0x214)]&&_0x14062e[_0x1e3266(0x458)](_0x14062e[_0x1e3266(0x4d9)][_0x1e3266(0x256)]===_0x5516b7);});return;}this[_0x1bbb8b(0x503)](_0x160acc[_0x1bbb8b(0x4d9)]),this['_sessions'][_0x1bbb8b(0x68e)](_0x29e1ee=>{const _0x5baddf=_0x1bbb8b;_0x29e1ee[_0x5baddf(0x4d9)]['layout']===_0x5baddf(0x2f2)&&_0x29e1ee[_0x5baddf(0x4d9)][_0x5baddf(0x214)]===_0x160acc[_0x5baddf(0x4d9)][_0x5baddf(0x214)]&&_0x29e1ee[_0x5baddf(0x458)](_0x29e1ee[_0x5baddf(0x4d9)][_0x5baddf(0x256)]===_0x5516b7);}),this['_focusTabPeerSession'](_0x160acc['session']),this[_0x1bbb8b(0x559)](_0x160acc['session']);}}[_0x5a6880(0x4db)](_0x56dea8){const _0x132dfb=_0x5a6880;let _0x331a1f=this[_0x132dfb(0x6d8)][_0x132dfb(0x255)](_0x56dea8);return this[_0x132dfb(0x303)](_0x56dea8),_0x331a1f;}[_0x5a6880(0x2e9)](_0x452862){const _0x3247ac=_0x5a6880;let _0xcffae9=[];return this[_0x3247ac(0x50d)][_0x3247ac(0x68e)](_0x2ed1d6=>{const _0x1aaeb4=_0x3247ac;_0x2ed1d6[_0x1aaeb4(0x4d9)]['layout']==='tab-peer'&&(_0x452862&&_0x2ed1d6[_0x1aaeb4(0x4d9)][_0x1aaeb4(0x256)]!==_0x452862||(this[_0x1aaeb4(0x697)](_0x2ed1d6['session']),this['_releaseTabPeerFocusLease'](_0x2ed1d6[_0x1aaeb4(0x4d9)][_0x1aaeb4(0x256)]),_0x2ed1d6[_0x1aaeb4(0x458)](!0x1),this[_0x1aaeb4(0x2ed)](_0x2ed1d6[_0x1aaeb4(0x4d9)]['embedId']),_0xcffae9[_0x1aaeb4(0x5a2)](_0x2ed1d6[_0x1aaeb4(0x4d9)])));}),_0xcffae9;}[_0x5a6880(0x563)](_0x27b80c){const _0x56f4f6=_0x5a6880;let _0x221992=this['_sessions'][_0x56f4f6(0x312)](_0x27b80c);if(!(!_0x221992||_0x221992[_0x56f4f6(0x4d9)][_0x56f4f6(0x310)]===_0x56f4f6(0x2f2)))return this[_0x56f4f6(0x697)](_0x221992[_0x56f4f6(0x4d9)]),_0x221992['setActive'](!0x1),_0x221992[_0x56f4f6(0x4d9)];}[_0x5a6880(0x458)](_0x4e6f5a,_0x42f46a){const _0x1affbf=_0x5a6880;var _0x2cb80e;(_0x2cb80e=this[_0x1affbf(0x50d)][_0x1affbf(0x312)](_0x4e6f5a))==null||_0x2cb80e[_0x1affbf(0x458)](_0x42f46a);}['_runChildBeforeDeactivate'](_0x1f34a8){const _0xbfe3c2=_0x5a6880;let _0x404c6a=_0x1f34a8[_0xbfe3c2(0x540)];if(!_0x404c6a)return;let _0x22efca=this[_0xbfe3c2(0x5c0)][_0xbfe3c2(0x312)](_0x1f34a8[_0xbfe3c2(0x2c2)]);if(_0x22efca!=null&&_0x22efca[_0xbfe3c2(0x336)])try{_0x22efca[_0xbfe3c2(0x336)](_0x404c6a);}catch(_0x4b9ee3){console[_0xbfe3c2(0x367)](_0xbfe3c2(0x465),_0x4b9ee3);}}[_0x5a6880(0x503)](_0x5300a7){const _0x59b2f6=_0x5a6880;var _0x1b1da4;let _0x1695a8=(_0x1b1da4=_0x5300a7['context'])==null?void 0x0:_0x1b1da4[_0x59b2f6(0x2e3)];if(!(_0x1695a8!=null&&_0x1695a8[_0x59b2f6(0x255)](_0x1c99aa)))return;let _0x567423=this[_0x59b2f6(0x1e3)][_0x59b2f6(0x312)](_0x5300a7[_0x59b2f6(0x214)]);if(_0x567423){this['_tabHostRenderLeases']['set'](_0x5300a7['hostUnitId'],{..._0x567423,'embedId':_0x5300a7[_0x59b2f6(0x256)]});return;}let _0x5e3ceb=_0x1695a8[_0x59b2f6(0x312)](_0x1c99aa)[_0x59b2f6(0x6a6)](_0x5300a7[_0x59b2f6(0x214)]);if(!_0x5e3ceb||_0x5e3ceb['isMainScene']===!0x1||_0x5e3ceb[_0x59b2f6(0x356)]())return;let _0x121731=_0x5e3ceb['engine']['getCanvasElement']()['parentElement'];_0x121731&&(_0x5e3ceb[_0x59b2f6(0x592)](),_0x5e3ceb[_0x59b2f6(0x4be)][_0x59b2f6(0x435)](),this['_tabHostRenderLeases']['set'](_0x5300a7['hostUnitId'],{'embedId':_0x5300a7[_0x59b2f6(0x256)],'render':_0x5e3ceb,'parentElement':_0x121731}));}['_releaseTabPeerHostRenderLease'](_0x2d3bd6){this['_tabHostRenderLeases']['forEach']((_0x32ae6d,_0x4f591a)=>{const _0x7a9903=_0x1f5b;_0x32ae6d[_0x7a9903(0x256)]===_0x2d3bd6&&(this[_0x7a9903(0x1e3)][_0x7a9903(0x556)](_0x4f591a),!(_0x32ae6d[_0x7a9903(0x4eb)][_0x7a9903(0x356)]()||!_0x32ae6d['parentElement'][_0x7a9903(0x2b1)])&&(_0x32ae6d['render'][_0x7a9903(0x4be)][_0x7a9903(0x1e8)]()[_0x7a9903(0x2a0)]!==_0x32ae6d['parentElement']&&_0x32ae6d['render'][_0x7a9903(0x4be)][_0x7a9903(0x5e6)](_0x32ae6d['parentElement']),hs(_0x32ae6d[_0x7a9903(0x4eb)],{'activate':!0x0})));});}[_0x5a6880(0x6ce)](_0x362aee){const _0x2758a3=_0x5a6880;var _0x3590ca,_0x4338a4;let _0x3f9027=((_0x3590ca=_0x362aee[_0x2758a3(0x611)])==null?void 0x0:_0x3590ca['floating'])||void 0x0;if(_0x3f9027!=null&&_0x3f9027[_0x2758a3(0x310)])return _0x3f9027['layout'];let _0x8497f3=((_0x4338a4=_0x362aee[_0x2758a3(0x611)])==null?void 0x0:_0x4338a4['tab'])||void 0x0;if(_0x8497f3!=null&&_0x8497f3[_0x2758a3(0x2cb)])return _0x2758a3(0x2f2);throw Error(_0x2758a3(0x443));}[_0x5a6880(0x54d)](_0x521c59,_0x2c4264,_0x4a3926,_0x109d11){const _0x46d311=_0x5a6880;var _0x1c1529,_0x59e2ca;let _0x4eb6d2=new _0x40086f(!0x0),_0x3d2a56=_0x521c59[_0x46d311(0x6a1)],_0x39ea22=(_0x1c1529=_0x521c59[_0x46d311(0x611)])==null?void 0x0:_0x1c1529[_0x46d311(0x2aa)],_0x58d8b7=_0x39ea22&&_0x39ea22['enabled']?_0x46d311(0x2aa):(_0x59e2ca=_0x521c59[_0x46d311(0x611)])!=null&&_0x59e2ca[_0x46d311(0x3d4)]?_0x46d311(0x653):_0x46d311(0x5f2),_0x940a07=(_0x109d11==null?void 0x0:_0x109d11[_0x46d311(0x6c1)])??Ja(_0x4a3926,'data-embed-content-root')??_0x4a3926,_0x4fc2ac=(_0x109d11==null?void 0x0:_0x109d11[_0x46d311(0x530)])??Ja(_0x4a3926,_0x46d311(0x6c8))??_0x4a3926,_0x38ab6d=(_0x109d11==null?void 0x0:_0x109d11[_0x46d311(0x69e)])??Ja(_0x4a3926,'data-embed-overlay-root')??_0x4a3926,_0x13811b=(_0x109d11==null?void 0x0:_0x109d11[_0x46d311(0x3af)])??Ja(_0x4a3926,_0x46d311(0x664))??_0x38ab6d,_0x38b5cc=this[_0x46d311(0x339)][_0x46d311(0x3f2)]({'childUnitId':_0x521c59[_0x46d311(0x21e)],'embedId':_0x521c59[_0x46d311(0x256)],'hostAnchorId':_0x3d2a56,'root':_0x38ab6d}),_0x3a6a6d=_0x26df32=>{_0x4eb6d2['getValue']()!==_0x26df32&&(Ss(_0x4a3926,_0x26df32,_0x58d8b7),_0x4eb6d2['next'](_0x26df32));};return Ss(_0x4a3926,!0x0,_0x58d8b7),{'renderScope':{'hostUnitId':_0x521c59[_0x46d311(0x214)],'hostAnchorId':_0x3d2a56,'embedId':_0x521c59['embedId'],'childUnitId':_0x521c59[_0x46d311(0x21e)],'childType':_0x521c59[_0x46d311(0x2c2)],'layout':_0x2c4264,'mode':_0x58d8b7,'rootElement':_0x4a3926,'contentRoot':_0x940a07,'canvasRoot':_0x4fc2ac,'overlayRoot':_0x38ab6d,'popupRoot':_0x13811b,'menuOutlet':_0x109d11!=null&&_0x109d11[_0x46d311(0x43e)]?{'container':_0x109d11[_0x46d311(0x43e)]}:void 0x0,'active$':_0x4eb6d2[_0x46d311(0x3bc)]()},'disposable':_0xe7ea20(()=>{const _0x437172=_0x46d311;_0x38b5cc[_0x437172(0x526)](),_0x3a6a6d(!0x1),_0x4eb6d2[_0x437172(0x273)]();}),'setActive':_0x3a6a6d};}[_0x5a6880(0x6b3)](_0x2bc496,_0x29ebfc,_0x301fc2,_0x3001af){const _0x7073db=_0x5a6880;let _0x392a2d=this[_0x7073db(0x415)][_0x7073db(0x255)](io),_0x40b30f=this['_injector'][_0x7073db(0x255)](Z);if(!_0x392a2d&&!_0x40b30f)return;let _0x5d1540=_0x392a2d?this['_injector'][_0x7073db(0x312)](io):void 0x0,_0x36081c=_0x40b30f?this[_0x7073db(0x415)][_0x7073db(0x312)](Z):void 0x0,_0x252872=new Map(),_0x21afb6=(_0x16f5cb,_0x1e0e94)=>{const _0x5bcb82=_0x7073db;if(!_0x16f5cb)return;let _0x5ce080=_0x252872[_0x5bcb82(0x312)](_0x16f5cb);(!_0x5ce080||_0x5ce080===_0x5bcb82(0x3b8))&&_0x252872[_0x5bcb82(0x6a7)](_0x16f5cb,_0x1e0e94);};_0x21afb6(_0x29ebfc,'runtime'),_0x21afb6(_0x301fc2[_0x7073db(0x302)],_0x7073db(0x3b8)),_0x21afb6(_0x301fc2['contentRoot'],_0x7073db(0x3b8)),_0x21afb6(_0x301fc2['canvasRoot'],_0x7073db(0x3b8)),_0x21afb6(_0x301fc2[_0x7073db(0x460)],_0x7073db(0x3b8)),_0x21afb6(_0x3001af[_0x7073db(0x300)],_0x7073db(0x3b8)),_0x21afb6(_0x3001af[_0x7073db(0x6c1)],'runtime'),_0x21afb6(_0x3001af[_0x7073db(0x530)],_0x7073db(0x3b8)),_0x21afb6(_0x3001af[_0x7073db(0x69e)],'runtime'),_0x21afb6(_0x301fc2[_0x7073db(0x533)],_0x7073db(0x272)),_0x21afb6(_0x3001af[_0x7073db(0x3af)],_0x7073db(0x272));let _0x189055=[..._0x252872][_0x7073db(0x571)](([_0x548469,_0x295341])=>[_0x5d1540==null?void 0x0:_0x5d1540[_0x7073db(0x291)](_0x2bc496[_0x7073db(0x256)],_0x548469,_0x2bc496[_0x7073db(0x21e)]),_0x36081c==null?void 0x0:_0x36081c[_0x7073db(0x484)]({'embedId':_0x2bc496['embedId'],'role':_0x295341,'element':_0x548469})][_0x7073db(0x68b)](_0x2bca7e=>!!_0x2bca7e));return _0xe7ea20(()=>{const _0x13b08d=_0x7073db;[..._0x189055][_0x13b08d(0x545)]()[_0x13b08d(0x68e)](_0x5bb35d=>_0x5bb35d[_0x13b08d(0x526)]());});}['_normalizeHostMountResult'](_0x1241c9){const _0x357ef9=_0x5a6880;return _0x1241c9?_0x357ef9(0x526)in _0x1241c9?{'disposable':_0x1241c9}:{'hostElement':_0x1241c9[_0x357ef9(0x60b)],'runtimeRoots':_0x1241c9[_0x357ef9(0x371)],'disposable':_0x1241c9[_0x357ef9(0x446)]?_0xe7ea20(()=>{const _0x5cc678=_0x357ef9;var _0x4e666e;return(_0x4e666e=_0x1241c9[_0x5cc678(0x446)])==null?void 0x0:_0x4e666e[_0x5cc678(0x526)]();}):void 0x0}:{};}[_0x5a6880(0x299)](_0x254a0c){const _0xd71826=_0x5a6880;if(!this[_0xd71826(0x415)][_0xd71826(0x255)](is))return;let _0x2e414b=this[_0xd71826(0x415)][_0xd71826(0x312)](is)[_0xd71826(0x312)](_0x254a0c['descriptor']['hostType'],_0x254a0c[_0xd71826(0x4dc)][_0xd71826(0x22f)],_0x254a0c[_0xd71826(0x2c2)]);if(!_0x2e414b)return;let _0x598c34=this[_0xd71826(0x4ce)][_0xd71826(0x280)](),_0x5355cd=_0x2e414b['mount']({..._0x254a0c,'active':_0x598c34});return _0x5355cd?_0xe7ea20(()=>_0x5355cd[_0xd71826(0x526)]()):void 0x0;}[_0x5a6880(0x216)](_0x26db9d,_0x3419c5,_0x426030,_0x35d82c){const _0x200ac2=_0x5a6880;let _0xc32ec3=this[_0x200ac2(0x415)][_0x200ac2(0x255)](io)?this[_0x200ac2(0x415)]['get'](io):void 0x0,_0x4b01ce=this[_0x200ac2(0x415)]['has'](Z)?this[_0x200ac2(0x415)][_0x200ac2(0x312)](Z):void 0x0,_0x72832e=_0x3419c5[_0x200ac2(0x6ba)],_0x42e253=[],_0x23d832=_0x426030===_0x200ac2(0x653)&&_0x35d82c?this[_0x200ac2(0x4ce)][_0x200ac2(0x22c)][_0x200ac2(0x1d7)](()=>{const _0x565110=_0x200ac2;this[_0x565110(0x4ce)][_0x565110(0x32b)](_0x26db9d[_0x565110(0x256)])!==_0x565110(0x448)&&_0x35d82c[_0x565110(0x1d5)](null);}):void 0x0,_0x5e2593=()=>_0x426030!==_0x200ac2(0x653)||this[_0x200ac2(0x4ce)][_0x200ac2(0x32b)](_0x26db9d['embedId'])===_0x200ac2(0x448),_0x559f33=(_0x24304f,_0x5c84b5={})=>{const _0x391db1=_0x200ac2;let _0x39df9a=_0x5c84b5[_0x391db1(0x1d5)]!==!0x1,_0x249ad7=_0x5c84b5[_0x391db1(0x552)]!==!0x1,_0x1fac44=(_0x24304f==null?void 0x0:_0x24304f['target'])instanceof Element?_0x24304f[_0x391db1(0x428)]:null;if(!(_0x1fac44!=null&&_0x1fac44[_0x391db1(0x5ba)](_0x391db1(0x1e4)))&&!(!_0x26db9d[_0x391db1(0x21e)]||_0x26db9d[_0x391db1(0x2c2)]==null)&&_0x5e2593()){if(_0x426030===_0x391db1(0x653)&&_0x35d82c&&(_0x35d82c[_0x391db1(0x221)](_0x26db9d[_0x391db1(0x21e)]),_0x39df9a&&_0x35d82c[_0x391db1(0x1d5)](_0x26db9d[_0x391db1(0x21e)])),_0x426030===_0x391db1(0x2aa)&&this['_injector'][_0x391db1(0x255)](_0x599bd7)){var _0x486d88,_0xa7d99c;let _0x168404=this[_0x391db1(0x415)][_0x391db1(0x312)](_0x599bd7),_0x36d22a=_0x168404[_0x391db1(0x163)],_0x5d2142=_0x168404[_0x391db1(0x392)];(typeof _0x36d22a!=_0x391db1(0x581)||((_0x486d88=_0x36d22a[_0x391db1(0x380)](_0x168404,_0x26db9d['childType']))==null?void 0x0:_0x486d88[_0x391db1(0x2d7)]())!==_0x26db9d[_0x391db1(0x21e)])&&_0x168404['setCurrentUnitForType'](_0x26db9d[_0x391db1(0x21e)]),_0x39df9a&&(typeof _0x5d2142!=_0x391db1(0x581)||((_0xa7d99c=_0x5d2142['call'](_0x168404))==null?void 0x0:_0xa7d99c[_0x391db1(0x2d7)]())!==_0x26db9d[_0x391db1(0x21e)])&&_0x168404['focusUnit'](_0x26db9d['childUnitId']);}if(_0x426030===_0x391db1(0x2aa)&&this[_0x391db1(0x415)]['has'](_0x4c791f)){let _0x34765c=this['_injector'][_0x391db1(0x312)](_0x4c791f);_0x34765c[_0x391db1(0x25e)](_0x2aa34a,!0x0),_0x34765c[_0x391db1(0x25e)](_0x18c2d4,_0x26db9d[_0x391db1(0x2c2)]===_0x41e642[_0x391db1(0x1bb)]),_0x34765c[_0x391db1(0x25e)](_0xc9ec5,_0x26db9d[_0x391db1(0x2c2)]===_0x41e642['UNIVER_SHEET']),_0x34765c[_0x391db1(0x25e)](_0x3ac369,_0x26db9d['childType']===_0x41e642[_0x391db1(0x19b)]),_0x34765c[_0x391db1(0x25e)](_0x36259b,_0x26db9d[_0x391db1(0x2c2)]===_0x41e642[_0x391db1(0x699)]);}if(this[_0x391db1(0x415)][_0x391db1(0x255)](_0x258d50)){let _0x5da841=this['_injector'][_0x391db1(0x312)](_0x258d50),_0x5d2296={'hostUnitId':_0x26db9d['hostUnitId'],'embedId':_0x26db9d[_0x391db1(0x256)],'childUnitId':_0x26db9d[_0x391db1(0x21e)],'childType':_0x26db9d['childType'],'reason':_0x391db1(0x199)},_0x4a4af3=_0x5da841[_0x391db1(0x48a)]();((_0x4a4af3==null?void 0x0:_0x4a4af3[_0x391db1(0x214)])!==_0x5d2296['hostUnitId']||_0x4a4af3['embedId']!==_0x5d2296[_0x391db1(0x256)]||_0x4a4af3['childUnitId']!==_0x5d2296[_0x391db1(0x21e)]||_0x4a4af3[_0x391db1(0x2c2)]!==_0x5d2296[_0x391db1(0x2c2)]||_0x4a4af3[_0x391db1(0x6b0)]!==_0x5d2296['reason'])&&_0x5da841[_0x391db1(0x248)](_0x5d2296);}_0x249ad7&&this[_0x391db1(0x552)](_0x26db9d['embedId']);}},_0x2e73a2=_0x2526b5=>{const _0x147228=_0x200ac2;let _0x3822c6=_0x2526b5['target']instanceof Element?_0x2526b5[_0x147228(0x428)]:null;if(!_0x3822c6||_0x3419c5['contains'](_0x3822c6)||!(_0xc32ec3!=null&&_0xc32ec3[_0x147228(0x651)](_0x26db9d[_0x147228(0x256)],_0x3822c6,_0x2526b5)||_0x4b01ce!=null&&_0x4b01ce['containsElement'](_0x26db9d[_0x147228(0x256)],_0x3822c6,_0x2526b5)))return;_0x559f33(_0x2526b5,{'focusUnit':!0x1,'activateSession':!0x1});let _0x39eee2=_0x72832e[_0x147228(0x479)];_0x39eee2&&_0x42e253[_0x147228(0x5a2)](_0x39eee2[_0x147228(0x275)](()=>_0x559f33(_0x2526b5,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x3419c5[_0x200ac2(0x4e8)](_0x200ac2(0x224),_0x559f33,{'capture':!0x0}),_0x3419c5[_0x200ac2(0x4e8)](_0x200ac2(0x667),_0x559f33),_0x72832e[_0x200ac2(0x4e8)](_0x200ac2(0x224),_0x2e73a2,{'capture':!0x0}),_0x72832e[_0x200ac2(0x4e8)](_0x200ac2(0x667),_0x2e73a2,{'capture':!0x0}),_0xe7ea20(()=>{const _0x4919d2=_0x200ac2;_0x3419c5[_0x4919d2(0x568)](_0x4919d2(0x224),_0x559f33,{'capture':!0x0}),_0x3419c5[_0x4919d2(0x568)](_0x4919d2(0x667),_0x559f33),_0x72832e['removeEventListener'](_0x4919d2(0x224),_0x2e73a2,{'capture':!0x0}),_0x72832e[_0x4919d2(0x568)]('focusin',_0x2e73a2,{'capture':!0x0}),_0x42e253[_0x4919d2(0x68e)](_0x2f3714=>{const _0x11e657=_0x4919d2;var _0x4a3166;return(_0x4a3166=_0x72832e[_0x11e657(0x479)])==null?void 0x0:_0x4a3166[_0x11e657(0x314)](_0x2f3714);}),_0x23d832==null||_0x23d832[_0x4919d2(0x387)]();});}[_0x5a6880(0x279)](_0x561b18){const _0x1fa6b7=_0x5a6880;if(this['_activateTabPeerFocusLease'](_0x561b18),this[_0x1fa6b7(0x415)][_0x1fa6b7(0x255)](_0x599bd7)){let _0x499822=this[_0x1fa6b7(0x415)][_0x1fa6b7(0x312)](_0x599bd7);_0x499822[_0x1fa6b7(0x221)](_0x561b18['childUnitId']),_0x499822[_0x1fa6b7(0x1d5)](_0x561b18[_0x1fa6b7(0x21e)]);}if(this[_0x1fa6b7(0x415)]['has'](_0x4c791f)){let _0x2d36ea=this[_0x1fa6b7(0x415)][_0x1fa6b7(0x312)](_0x4c791f);_0x2d36ea[_0x1fa6b7(0x25e)](_0x2aa34a,!0x0),_0x2d36ea[_0x1fa6b7(0x25e)](_0x18c2d4,_0x561b18['childType']===_0x41e642[_0x1fa6b7(0x1bb)]),_0x2d36ea['setContextValue'](_0xc9ec5,_0x561b18['childType']===_0x41e642[_0x1fa6b7(0x61b)]),_0x2d36ea[_0x1fa6b7(0x25e)](_0x3ac369,_0x561b18[_0x1fa6b7(0x2c2)]===_0x41e642[_0x1fa6b7(0x19b)]),_0x2d36ea['setContextValue'](_0x36259b,_0x561b18['childType']===_0x41e642[_0x1fa6b7(0x699)]);}this[_0x1fa6b7(0x415)][_0x1fa6b7(0x255)](_0x258d50)&&this['_injector'][_0x1fa6b7(0x312)](_0x258d50)[_0x1fa6b7(0x248)]({'hostUnitId':_0x561b18[_0x1fa6b7(0x214)],'embedId':_0x561b18[_0x1fa6b7(0x256)],'childUnitId':_0x561b18[_0x1fa6b7(0x21e)],'childType':_0x561b18[_0x1fa6b7(0x2c2)],'reason':_0x1fa6b7(0x626)});}['_refreshTabPeerRender'](_0x39481a){const _0x1461c4=_0x5a6880;var _0x2c6164;let _0x41f7d9=(_0x2c6164=_0x39481a['context'])==null?void 0x0:_0x2c6164[_0x1461c4(0x2e3)];if(!(_0x41f7d9!=null&&_0x41f7d9['has'](_0x1c99aa)))return;let _0x3d45ac=_0x41f7d9['get'](_0x1c99aa)['getRenderUnitById'](_0x39481a[_0x1461c4(0x21e)]);(_0x3d45ac==null?void 0x0:_0x3d45ac[_0x1461c4(0x67f)])===!0x1&&hs(_0x3d45ac,{'activate':!0x0});}[_0x5a6880(0x30c)](_0x345df5){const _0x531084=_0x5a6880;this[_0x531084(0x40e)](_0x345df5['hostUnitId'],_0x345df5[_0x531084(0x256)]),this[_0x531084(0x303)](_0x345df5[_0x531084(0x256)]);let _0x5b06bf=[];if(this[_0x531084(0x415)]['has'](Z)&&_0x5b06bf[_0x531084(0x5a2)](this[_0x531084(0x415)][_0x531084(0x312)](Z)[_0x531084(0x3b3)]({'embedId':_0x345df5[_0x531084(0x256)],'role':_0x531084(0x35b),'owner':_0x531084(0x690),'sessionMode':_0x531084(0x6dd),'hostUnitId':_0x345df5['hostUnitId'],'childUnitId':_0x345df5['childUnitId'],'childType':_0x345df5[_0x531084(0x2c2)]})),this['_injector']['has'](io)){var _0x239e03,_0x2d91fd;_0x5b06bf['push'](this['_injector'][_0x531084(0x312)](io)[_0x531084(0x6db)](_0x345df5[_0x531084(0x256)],((_0x239e03=_0x345df5[_0x531084(0x60b)])==null?void 0x0:_0x239e03[_0x531084(0x6ba)])??((_0x2d91fd=_0x345df5[_0x531084(0x540)])==null?void 0x0:_0x2d91fd[_0x531084(0x234)][_0x531084(0x302)]['ownerDocument'])));}_0x5b06bf[_0x531084(0x5dc)]&&this[_0x531084(0x6d8)][_0x531084(0x6a7)](_0x345df5[_0x531084(0x256)],{'hostUnitId':_0x345df5['hostUnitId'],'disposable':_0xe7ea20(()=>{const _0x12d032=_0x531084;[..._0x5b06bf][_0x12d032(0x545)]()[_0x12d032(0x68e)](_0x173390=>_0x173390['dispose']());})});}[_0x5a6880(0x40e)](_0x40576c,_0xcc66ec){const _0x4c9952=_0x5a6880;[...this[_0x4c9952(0x6d8)][_0x4c9952(0x332)]()][_0x4c9952(0x68e)](([_0x5d9ee6,_0x102e7b])=>{const _0x19cab0=_0x4c9952;_0x5d9ee6!==_0xcc66ec&&_0x102e7b['hostUnitId']===_0x40576c&&(_0x102e7b[_0x19cab0(0x446)]['dispose'](),this[_0x19cab0(0x6d8)]['delete'](_0x5d9ee6));});}[_0x5a6880(0x303)](_0x1bef27){const _0x5e83aa=_0x5a6880;let _0x251ecf=this[_0x5e83aa(0x6d8)][_0x5e83aa(0x312)](_0x1bef27);_0x251ecf&&(_0x251ecf['disposable'][_0x5e83aa(0x526)](),this[_0x5e83aa(0x6d8)]['delete'](_0x1bef27));}[_0x5a6880(0x5d5)](_0x20affa){const _0xb57de9=_0x5a6880;var _0x5ebef8,_0x561b63;if((_0x5ebef8=_0x20affa['sourceMeta'])!=null&&_0x5ebef8['tab']&&_0x20affa[_0xb57de9(0x611)][_0xb57de9(0x2aa)][_0xb57de9(0x2cb)]||!this[_0xb57de9(0x415)]['has'](_0x599bd7)||!_0x20affa[_0xb57de9(0x21e)])return _0xe7ea20(()=>{});let _0x27e18f=this[_0xb57de9(0x415)][_0xb57de9(0x312)](_0x599bd7),_0x3263de=_0x27e18f['getFocusedUnit'],_0x45cc75=_0x27e18f[_0xb57de9(0x1d5)];if(typeof _0x3263de!=_0xb57de9(0x581)||typeof _0x45cc75!=_0xb57de9(0x581))return _0xe7ea20(()=>{});let _0x902014=(_0x561b63=_0x3263de['call'](_0x27e18f))==null?void 0x0:_0x561b63['getUnitId']();if(!_0x902014||_0x902014===_0x20affa[_0xb57de9(0x21e)])return _0xe7ea20(()=>{});let _0x1ab19f=()=>{const _0x1785e9=_0xb57de9;var _0x462f81;((_0x462f81=_0x3263de[_0x1785e9(0x380)](_0x27e18f))==null?void 0x0:_0x462f81[_0x1785e9(0x2d7)]())===_0x20affa[_0x1785e9(0x21e)]&&_0x45cc75['call'](_0x27e18f,_0x902014);},_0x301149=[],_0x2560fe=[];return _0x1ab19f(),typeof window<'u'&&(_0x2560fe[_0xb57de9(0x5a2)](window['requestAnimationFrame'](_0x1ab19f)),_0x301149['push'](window[_0xb57de9(0x275)](_0x1ab19f,0x0)),_0x301149[_0xb57de9(0x5a2)](window['setTimeout'](_0x1ab19f,0x78))),_0xe7ea20(()=>{const _0x154f4e=_0xb57de9;typeof window>'u'||(_0x2560fe[_0x154f4e(0x68e)](_0x557bab=>window['cancelAnimationFrame'](_0x557bab)),_0x301149[_0x154f4e(0x68e)](_0xffbb33=>window['clearTimeout'](_0xffbb33)));});}[_0x5a6880(0x663)](_0x58eaf6){const _0x5e3baf=_0x5a6880;let _0x473488=[...this['_sessions'][_0x5e3baf(0x21c)]()]['find'](({session:_0x24d38b})=>_0x24d38b['embedId']!==_0x58eaf6[_0x5e3baf(0x256)]&&_0x24d38b[_0x5e3baf(0x21e)]===_0x58eaf6[_0x5e3baf(0x21e)]);if(_0x473488)throw new bs(_0x58eaf6[_0x5e3baf(0x21e)],_0x473488[_0x5e3baf(0x4d9)][_0x5e3baf(0x256)]);if(this[_0x5e3baf(0x228)][_0x5e3baf(0x182)](_0x58eaf6[_0x5e3baf(0x21e)],_0x58eaf6[_0x5e3baf(0x2c2)]))return;let _0x2b618d=this[_0x5e3baf(0x228)][_0x5e3baf(0x5e7)](_0x58eaf6[_0x5e3baf(0x21e)]);throw _0x2b618d!==_0x41e642[_0x5e3baf(0x1b7)]&&_0x2b618d!==_0x58eaf6['childType']?Error(_0x5e3baf(0x29e)):Error(_0x5e3baf(0x177));}};xs=vs([$(0x0,_0x5f0e9f(as)),$(0x1,_0x5f0e9f(rs)),$(0x2,_0x5f0e9f(os)),$(0x3,_0x5f0e9f(gs)),$(0x4,_0x599bd7),$(0x5,_0x5f0e9f(to)),$(0x6,_0x5f0e9f(ao)),$(0x7,_0x5f0e9f(_0x348c2a))],xs);function Ss(_0x43e0cf,_0x2af8b8,_0x4c5df8){const _0x578056=_0x5a6880;if(_0x43e0cf[_0x578056(0x22d)]['embedRenderScopeActive']=_0x2af8b8?'true':_0x578056(0x4e6),_0x4c5df8!==_0x578056(0x2aa)){_0x43e0cf[_0x578056(0x2a8)](_0x578056(0x317)),_0x43e0cf['removeAttribute'](_0x578056(0x45c)),_0x43e0cf['style'][_0x578056(0x59e)]('display'),_0x43e0cf[_0x578056(0x38f)][_0x578056(0x59e)](_0x578056(0x39e));return;}if(_0x43e0cf[_0x578056(0x3cf)]('inert',!_0x2af8b8),_0x2af8b8){_0x43e0cf[_0x578056(0x2a8)]('aria-hidden'),_0x43e0cf[_0x578056(0x38f)][_0x578056(0x59e)]('display'),_0x43e0cf[_0x578056(0x38f)][_0x578056(0x59e)](_0x578056(0x39e));return;}_0x43e0cf[_0x578056(0x4bb)](_0x578056(0x45c),'true'),_0x43e0cf[_0x578056(0x38f)][_0x578056(0x4f9)]=_0x578056(0x188),_0x43e0cf[_0x578056(0x38f)][_0x578056(0x617)]=_0x578056(0x188);}function Cs(_0x22ef03){const _0x3b522f=_0x5a6880;let _0x4cb2af=document[_0x3b522f(0x62a)](_0x3b522f(0x47e));return _0x4cb2af['dataset'][_0x3b522f(0x2e2)]=_0x22ef03??_0x3b522f(0x1ae),_0x4cb2af[_0x3b522f(0x38f)][_0x3b522f(0x582)]=['box-sizing:border-box',_0x3b522f(0x6fb),_0x3b522f(0x59d),_0x3b522f(0x5b6),_0x3b522f(0x6e3),_0x3b522f(0x6ab),'justify-content:center',_0x3b522f(0x3cb),'border:1px\x20dashed\x20rgba(99,102,106,.35)',_0x3b522f(0x50b),'background:rgba(99,102,106,.06)',_0x3b522f(0x3b2),_0x3b522f(0x4fd),'text-align:center'][_0x3b522f(0x170)](';'),_0x4cb2af['textContent']=_0x22ef03==='cycle'?_0x3b522f(0x52a):_0x3b522f(0x514),_0x4cb2af;}let ws=class extends _0x4d6d42{constructor(_0x19a70a,_0x47b2a8,_0x2ba312,_0x3bf08d,_0x7f9251,_0x50d37b,_0x452d9d,_0x419594,_0x4a543c){const _0x52d071=_0x5a6880;var _0x44f757;super(),this[_0x52d071(0x228)]=_0x19a70a,this[_0x52d071(0x18b)]=_0x47b2a8,this[_0x52d071(0x15f)]=_0x2ba312,this['_menuOverrideService']=_0x3bf08d,this[_0x52d071(0x2bc)]=_0x7f9251,this['_blockRegistry']=_0x50d37b,this[_0x52d071(0x4ce)]=_0x452d9d,this['_contextService']=_0x419594,this[_0x52d071(0x207)]=_0x4a543c,Y(this,_0x52d071(0x1c4),new Map());let _0x20ae36=(_0x44f757=this[_0x52d071(0x228)]['focused$'])==null?void 0x0:_0x44f757[_0x52d071(0x1d7)](_0x5c0f58=>{const _0xbdde6a=_0x52d071;this[_0xbdde6a(0x233)](_0x5c0f58??null);});_0x20ae36&&this['disposeWithMe'](_0x20ae36);}[_0x5a6880(0x452)](_0xb8af57){const _0x48e3e2=_0x5a6880;var _0x3868e2;this[_0x48e3e2(0x1fa)](_0xb8af57),this[_0x48e3e2(0x5d3)](_0xb8af57),this[_0x48e3e2(0x15f)][_0x48e3e2(0x603)]({'embedId':_0xb8af57['embedId'],'hostUnitId':_0xb8af57[_0x48e3e2(0x214)],'hostType':_0xb8af57[_0x48e3e2(0x3c7)],'entry':_0xb8af57[_0x48e3e2(0x22f)],'hostAnchorId':_0xb8af57[_0x48e3e2(0x6a1)],'descriptor':_0xb8af57}),this[_0x48e3e2(0x2bc)][_0x48e3e2(0x552)](_0xb8af57[_0x48e3e2(0x256)]);let _0x350e6f=this[_0x48e3e2(0x405)][_0x48e3e2(0x312)](_0xb8af57[_0x48e3e2(0x2c2)]);return this[_0x48e3e2(0x6e4)]['activate'](_0xb8af57,_0x48e3e2(0x45a),{'layoutPolicy':_0x350e6f==null||(_0x3868e2=_0x350e6f[_0x48e3e2(0x422)])==null?void 0x0:_0x3868e2[_0x48e3e2(0x2aa)],'allowPlaceholder':(_0x350e6f==null?void 0x0:_0x350e6f[_0x48e3e2(0x4fc)])==='title-only'||(_0x350e6f==null?void 0x0:_0x350e6f['hostHeaderMode'])===_0x48e3e2(0x301),'allowHiddenRibbon':(_0x350e6f==null?void 0x0:_0x350e6f[_0x48e3e2(0x4fc)])===_0x48e3e2(0x188)});}[_0x5a6880(0x1a2)](_0x22e6bf,_0x102f56,_0xc17aa3={}){const _0x3176ba=_0x5a6880;this[_0x3176ba(0x1fa)](_0x22e6bf);let _0x2816fb=this[_0x3176ba(0x4ce)][_0x3176ba(0x280)](),_0x293fc6=_0x102f56==='stage2'&&(_0x2816fb==null?void 0x0:_0x2816fb['embedId'])===_0x22e6bf[_0x3176ba(0x256)]&&_0x2816fb[_0x3176ba(0x21e)]===_0x22e6bf['childUnitId']&&_0x2816fb[_0x3176ba(0x61f)]==='stage2';(_0x2816fb==null?void 0x0:_0x2816fb[_0x3176ba(0x61f)])===_0x3176ba(0x448)&&!_0x293fc6&&this[_0x3176ba(0x680)](_0x2816fb[_0x3176ba(0x256)]),_0x102f56==='stage2'&&!_0x293fc6&&this[_0x3176ba(0x5d3)](_0x22e6bf),this['_focusOwnerService'][_0x3176ba(0x248)]({'hostUnitId':_0x22e6bf[_0x3176ba(0x214)],'embedId':_0x22e6bf[_0x3176ba(0x256)],'childUnitId':_0x22e6bf[_0x3176ba(0x21e)],'childType':_0x22e6bf[_0x3176ba(0x2c2)],'reason':_0x3176ba(0x199)}),this[_0x3176ba(0x2bc)][_0x3176ba(0x552)](_0x22e6bf['embedId']);let _0x4c74fb={'hostUnitId':_0x22e6bf['hostUnitId'],'embedId':_0x22e6bf['embedId'],'childUnitId':_0x22e6bf[_0x3176ba(0x21e)]};_0x102f56?this[_0x3176ba(0x4ce)][_0x3176ba(0x1b1)](_0x4c74fb,_0x102f56):this[_0x3176ba(0x4ce)]['activate'](_0x4c74fb),this[_0x3176ba(0x6e4)]['clear'](),_0x102f56===_0x3176ba(0x448)?(this[_0x3176ba(0x16f)](_0x22e6bf[_0x3176ba(0x21e)],_0x22e6bf[_0x3176ba(0x2c2)],!0x1,_0x22e6bf[_0x3176ba(0x256)]),this[_0x3176ba(0x444)](_0x22e6bf)):(this[_0x3176ba(0x228)]['setCurrentUnitForType'](_0x22e6bf[_0x3176ba(0x214)]),this[_0x3176ba(0x228)]['focusUnit'](_0x22e6bf[_0x3176ba(0x214)]));}[_0x5a6880(0x6f4)](_0x57959f,_0x190228={}){const _0xbdb8ae=_0x5a6880;this[_0xbdb8ae(0x1a2)](_0x57959f,_0xbdb8ae(0x448),_0x190228);}[_0x5a6880(0x260)](_0x3cc37d){const _0x421a47=_0x5a6880;this['_assertResolvedChild'](_0x3cc37d),this[_0x421a47(0x18b)][_0x421a47(0x248)]({'hostUnitId':_0x3cc37d[_0x421a47(0x214)],'embedId':_0x3cc37d[_0x421a47(0x256)],'childUnitId':_0x3cc37d[_0x421a47(0x21e)],'childType':_0x3cc37d['childType'],'reason':_0x421a47(0x199)}),this['_focusUnit'](_0x3cc37d[_0x421a47(0x21e)],_0x3cc37d['childType'],!0x0,_0x3cc37d['embedId']);}[_0x5a6880(0x240)](_0x3541ee){const _0x3c80e9=_0x5a6880;let _0x5663f7=this['_mountService'][_0x3c80e9(0x4db)](_0x3541ee[_0x3c80e9(0x256)]);this[_0x3c80e9(0x6e4)][_0x3c80e9(0x5b5)](_0x3541ee[_0x3c80e9(0x256)]),this[_0x3c80e9(0x18b)][_0x3c80e9(0x551)](_0x3541ee['embedId']),_0x5663f7&&this['_previousChildCurrentUnits'][_0x3c80e9(0x255)](_0x3541ee['embedId'])&&this[_0x3c80e9(0x680)](_0x3541ee['embedId'],_0x3541ee['childType'],_0x3541ee[_0x3c80e9(0x21e)]),this[_0x3c80e9(0x16f)](_0x3541ee[_0x3c80e9(0x214)],_0x3541ee[_0x3c80e9(0x3c7)],!0x1);}['clearFullscreen'](_0x1c51fd){const _0xef4c2=_0x5a6880;let _0x24ac35=this['_focusOwnerService']['getFocusOwner']();_0x24ac35!=null&&_0x24ac35['embedId']&&_0x24ac35['embedId']!==_0x1c51fd[_0xef4c2(0x256)]||(this[_0xef4c2(0x18b)]['clearFocusOwner'](_0x1c51fd[_0xef4c2(0x256)]),this[_0xef4c2(0x228)][_0xef4c2(0x221)](_0x1c51fd[_0xef4c2(0x214)]),this['_univerInstanceService'][_0xef4c2(0x1d5)](_0x1c51fd[_0xef4c2(0x214)]),requestAnimationFrame(()=>{const _0x1184ba=_0xef4c2;this[_0x1184ba(0x18b)][_0x1184ba(0x48a)]()||(this[_0x1184ba(0x228)][_0x1184ba(0x1d5)](null),this[_0x1184ba(0x228)]['focusUnit'](_0x1c51fd[_0x1184ba(0x214)]));}));}[_0x5a6880(0x6a5)](_0x5c20ef,_0x3a289b){const _0x17be09=_0x5a6880;let _0x11a846=this['_focusOwnerService'][_0x17be09(0x48a)]();if(_0x5c20ef&&_0x11a846!=null&&_0x11a846['embedId']&&_0x11a846[_0x17be09(0x256)]!==_0x5c20ef)return;let _0x4602fb=this[_0x17be09(0x4ce)][_0x17be09(0x280)]();if(_0x5c20ef&&!_0x11a846&&(_0x4602fb==null?void 0x0:_0x4602fb['embedId'])!==_0x5c20ef&&!_0x3a289b)return;let _0x5d8995=_0x3a289b??(_0x11a846==null?void 0x0:_0x11a846['hostUnitId'])??(_0x4602fb==null?void 0x0:_0x4602fb['hostUnitId']);this[_0x17be09(0x4ce)][_0x17be09(0x5b5)](_0x5c20ef),this['_focusOwnerService'][_0x17be09(0x551)](_0x5c20ef),this[_0x17be09(0x6e4)][_0x17be09(0x5b5)](_0x5c20ef),_0x5c20ef&&this['_restorePreviousChildCurrentUnit'](_0x5c20ef),_0x5c20ef&&this['_mountService'][_0x17be09(0x563)](_0x5c20ef),_0x5d8995&&(this[_0x17be09(0x228)]['setCurrentUnitForType'](_0x5d8995),this[_0x17be09(0x228)][_0x17be09(0x1d5)](_0x5d8995),requestAnimationFrame(()=>{const _0x4f0e08=_0x17be09;this[_0x4f0e08(0x18b)][_0x4f0e08(0x48a)]()||(this['_univerInstanceService'][_0x4f0e08(0x1d5)](null),this[_0x4f0e08(0x228)][_0x4f0e08(0x1d5)](_0x5d8995));}));}[_0x5a6880(0x4b8)](_0x2de690){const _0x3740bd=_0x5a6880;this[_0x3740bd(0x6e4)]['clear'](_0x2de690),this[_0x3740bd(0x18b)][_0x3740bd(0x551)](_0x2de690);let _0x3e568a=this[_0x3740bd(0x2bc)][_0x3740bd(0x2e9)](_0x2de690);_0x3e568a[_0x3740bd(0x68e)](_0x513723=>this[_0x3740bd(0x680)](_0x513723[_0x3740bd(0x256)],_0x513723[_0x3740bd(0x2c2)],_0x513723[_0x3740bd(0x21e)])),new Set(_0x3e568a[_0x3740bd(0x4ec)](_0x218e90=>_0x218e90[_0x3740bd(0x214)]))[_0x3740bd(0x68e)](_0x33e6c0=>{const _0x30176f=_0x3740bd;this[_0x30176f(0x228)][_0x30176f(0x221)](_0x33e6c0),this[_0x30176f(0x228)][_0x30176f(0x1d5)](_0x33e6c0);});}['_rememberPreviousChildCurrentUnit'](_0x44637c){const _0x3c6c1e=_0x5a6880;if(this[_0x3c6c1e(0x1c4)]['has'](_0x44637c[_0x3c6c1e(0x256)]))return;let _0x5a524a=_0x44637c[_0x3c6c1e(0x2c2)],_0x5674f0=this['_getCurrentUnitId'](_0x5a524a);this['_previousChildCurrentUnits'][_0x3c6c1e(0x6a7)](_0x44637c[_0x3c6c1e(0x256)],{'childType':_0x5a524a,'childUnitId':_0x44637c[_0x3c6c1e(0x21e)],'unitId':_0x5674f0&&_0x5674f0!==_0x44637c[_0x3c6c1e(0x21e)]?_0x5674f0:void 0x0});}[_0x5a6880(0x680)](_0x14d439,_0x1c748e,_0x1cc079){const _0x501300=_0x5a6880;let _0x45ad01=this[_0x501300(0x1c4)][_0x501300(0x312)](_0x14d439);this['_previousChildCurrentUnits']['delete'](_0x14d439);let _0x2fe986=_0x1c748e??(_0x45ad01==null?void 0x0:_0x45ad01[_0x501300(0x2c2)]),_0x44fae1=_0x1cc079??(_0x45ad01==null?void 0x0:_0x45ad01[_0x501300(0x21e)]);if(_0x2fe986==null||!_0x44fae1)return;let _0x2951e8=(_0x45ad01==null?void 0x0:_0x45ad01[_0x501300(0x2c2)])===_0x2fe986&&_0x45ad01[_0x501300(0x42e)]&&this[_0x501300(0x4f5)](_0x45ad01[_0x501300(0x42e)],_0x2fe986)?_0x45ad01['unitId']:this[_0x501300(0x27d)](_0x2fe986,_0x44fae1);_0x2951e8&&this[_0x501300(0x228)]['setCurrentUnitForType'](_0x2951e8);}['_getCurrentUnitId'](_0x1797fc){const _0x4703fc=_0x5a6880;var _0xb1225d;let _0x46cd18=this[_0x4703fc(0x228)][_0x4703fc(0x163)];return _0x46cd18==null||(_0xb1225d=_0x46cd18['call'](this[_0x4703fc(0x228)],_0x1797fc))==null?void 0x0:_0xb1225d[_0x4703fc(0x2d7)]();}[_0x5a6880(0x4f5)](_0x16c396,_0x4ccdd8){const _0x4f46d9=_0x5a6880;let _0x53a2e9=this[_0x4f46d9(0x228)]['getUnit'];return!!(_0x53a2e9!=null&&_0x53a2e9[_0x4f46d9(0x380)](this[_0x4f46d9(0x228)],_0x16c396,_0x4ccdd8));}[_0x5a6880(0x27d)](_0x4584c7,_0x19c191){const _0x23572f=_0x5a6880;var _0x41c483;let _0x21893d=this[_0x23572f(0x228)][_0x23572f(0x3e4)];return _0x21893d==null||(_0x41c483=_0x21893d[_0x23572f(0x380)](this[_0x23572f(0x228)],_0x4584c7))==null||(_0x41c483=_0x41c483[_0x23572f(0x5e9)](_0x51c0c7=>_0x51c0c7[_0x23572f(0x2d7)]()!==_0x19c191))==null?void 0x0:_0x41c483[_0x23572f(0x2d7)]();}['_focusUnit'](_0x1acc4e,_0x399af5,_0x5c46c9=!0x0,_0x3169d8){const _0x554000=_0x5a6880;let _0x65fdf7=this[_0x554000(0x228)][_0x554000(0x392)];if(!_0x3169d8){var _0x221234;(typeof _0x65fdf7!=_0x554000(0x581)||((_0x221234=_0x65fdf7['call'](this[_0x554000(0x228)]))==null?void 0x0:_0x221234[_0x554000(0x2d7)]())!==_0x1acc4e)&&this[_0x554000(0x228)]['focusUnit'](_0x1acc4e),this['_setCurrentUnitForType'](_0x1acc4e,_0x399af5),this[_0x554000(0x271)]['setContextValue'](_0x2aa34a,!0x0),this[_0x554000(0x271)][_0x554000(0x25e)](_0x18c2d4,_0x399af5===_0x41e642[_0x554000(0x1bb)]),this[_0x554000(0x271)][_0x554000(0x25e)](_0xc9ec5,_0x399af5===_0x41e642[_0x554000(0x61b)]),this[_0x554000(0x271)][_0x554000(0x25e)](_0x3ac369,_0x399af5===_0x41e642[_0x554000(0x19b)]),this[_0x554000(0x271)][_0x554000(0x25e)](_0x36259b,_0x399af5===_0x41e642[_0x554000(0x699)]);}_0x5c46c9&&this[_0x554000(0x33c)]();}[_0x5a6880(0x233)](_0x396618){const _0x306fe5=_0x5a6880;let _0x530e52=this[_0x306fe5(0x4ce)][_0x306fe5(0x280)]();if((_0x530e52==null?void 0x0:_0x530e52['stage'])!==_0x306fe5(0x448)||_0x396618!==_0x530e52['hostUnitId'])return;let _0x25976d=this[_0x306fe5(0x18b)][_0x306fe5(0x48a)]();(_0x25976d==null?void 0x0:_0x25976d[_0x306fe5(0x256)])===_0x530e52[_0x306fe5(0x256)]&&_0x25976d[_0x306fe5(0x21e)]===_0x530e52[_0x306fe5(0x21e)]&&_0x25976d[_0x306fe5(0x2c2)]!=null&&this[_0x306fe5(0x16f)](_0x25976d[_0x306fe5(0x21e)],_0x25976d[_0x306fe5(0x2c2)],!0x1,_0x25976d[_0x306fe5(0x256)]);}[_0x5a6880(0x444)](_0x53b1db){const _0x3e0447=_0x5a6880;let _0x279f98=()=>{const _0x17afd3=_0x1f5b;let _0x4dcd0f=this['_floatingActiveService'][_0x17afd3(0x280)]();(_0x4dcd0f==null?void 0x0:_0x4dcd0f[_0x17afd3(0x256)])===_0x53b1db[_0x17afd3(0x256)]&&_0x4dcd0f[_0x17afd3(0x21e)]===_0x53b1db['childUnitId']&&_0x4dcd0f['stage']===_0x17afd3(0x448)&&this['_focusUnit'](_0x53b1db[_0x17afd3(0x21e)],_0x53b1db[_0x17afd3(0x2c2)],!0x1,_0x53b1db[_0x17afd3(0x256)]);};typeof queueMicrotask==_0x3e0447(0x581)&&queueMicrotask(_0x279f98),requestAnimationFrame(_0x279f98);}[_0x5a6880(0x2cf)](_0x294450,_0x55de8b){const _0x7c6ce6=_0x5a6880;var _0x461475;let _0x56cb72=this[_0x7c6ce6(0x228)][_0x7c6ce6(0x163)];(typeof _0x56cb72!=_0x7c6ce6(0x581)||((_0x461475=_0x56cb72[_0x7c6ce6(0x380)](this['_univerInstanceService'],_0x55de8b))==null?void 0x0:_0x461475['getUnitId']())!==_0x294450)&&this[_0x7c6ce6(0x228)][_0x7c6ce6(0x221)](_0x294450);}['_focusLayout'](){const _0x4858fb=_0x5a6880;let _0xd95140=()=>this[_0x4858fb(0x207)][_0x4858fb(0x33d)]();_0xd95140(),typeof queueMicrotask=='function'&&queueMicrotask(_0xd95140),requestAnimationFrame(_0xd95140);}[_0x5a6880(0x1fa)](_0x461e7e){const _0x25490b=_0x5a6880;if(!_0x461e7e[_0x25490b(0x21e)]||_0x461e7e['childType']==null)throw Error(_0x25490b(0x1a6));}};ws=vs([$(0x0,_0x599bd7),$(0x1,_0x5f0e9f(_0x258d50)),$(0x2,_0x5f0e9f(_0x409284)),$(0x3,_0x5f0e9f(no)),$(0x4,_0x5f0e9f(xs)),$(0x5,_0x5f0e9f(eo)),$(0x6,_0x5f0e9f(to)),$(0x7,_0x4c791f),$(0x8,_0x56475e)],ws);function Ts(_0x1da852){let {injector:_0x5580f7,children:_0x287c18,mountContainer:_0x490d83,embedId:_0x2f19ba}=_0x1da852;return _0x3fd847(_0x49b838(()=>_0x334877(Es,_0x5580f7),[_0x5580f7]),{'mountContainer':_0x490d83,'embedId':_0x2f19ba,'children':_0x287c18});}function Es(_0xdae729){const _0x187ccf=_0x5a6880;let {children:_0x236401,mountContainer:_0x29b11e,embedId:_0x5699b3}=_0xdae729,_0x288b65=_0x5075d2(),_0x3d998b=_0x38c7ab(_0x2d0f78),_0x1f6f53=_0x49b838(()=>_0x288b65[_0x187ccf(0x255)](_0x4e6f44)?_0x288b65[_0x187ccf(0x312)](_0x4e6f44):void 0x0,[_0x288b65]),_0x224535=_0xa8c38f(()=>_0x3d998b[_0x187ccf(0x470)]['pipe'](_0xd53f91(()=>_0x3d998b['getLocales']())),_0x3d998b[_0x187ccf(0x609)](),!0x1,[_0x3d998b]),_0x10d6ed=_0xa8c38f(()=>_0x3d998b['direction$'],_0x3d998b[_0x187ccf(0x66a)](),!0x1,[_0x3d998b]),_0x40cd2f=As(_0x1f6f53),_0x1c61db=_0x512a77(null),_0x1690f2=_0x49b838(()=>_0x29b11e!==void 0x0||typeof document>'u'?null:document[_0x187ccf(0x62a)]('div'),[_0x29b11e]),_0x58f550=_0x29b11e===void 0x0?_0x1690f2:_0x29b11e;return _0xb3b79a(()=>{const _0x394484=_0x187ccf;if(_0x1690f2)return document[_0x394484(0x620)][_0x394484(0x17b)](_0x1690f2),()=>{const _0x2f5264=_0x394484;document[_0x2f5264(0x620)][_0x2f5264(0x4c9)](_0x1690f2);};},[_0x1690f2]),_0xb3b79a(()=>{const _0x180733=_0x187ccf;let _0x4afcde=_0x58f550;_0x4afcde&&_0x4afcde[_0x180733(0x4bb)]('dir',_0x10d6ed);},[_0x10d6ed,_0x58f550]),_0xb3b79a(()=>{if(_0x58f550)return _0x335fe2([_0x58f550]);},[_0x58f550]),_0xb3b79a(()=>{const _0x4bf3a4=_0x187ccf;let _0x35d95e=_0x58f550;if(!_0x35d95e||!_0x5699b3)return;let _0x1a04ce=_0x35d95e['getAttribute'](Q);return _0x35d95e[_0x4bf3a4(0x4bb)](Q,_0x5699b3),()=>{const _0x355f5a=_0x4bf3a4;if(_0x1a04ce==null){_0x35d95e['removeAttribute'](Q);return;}_0x35d95e[_0x355f5a(0x4bb)](Q,_0x1a04ce);};},[_0x5699b3,_0x58f550]),_0x3fd847(_0x59ea78,{'locale':_0x224535==null?void 0x0:_0x224535[_0x187ccf(0x66b)],'direction':_0x10d6ed,'mountContainer':_0x58f550,'children':_0x3fd847(_0x187ccf(0x47e),{'ref':_0x1c61db,'className':_0xc96f2f(_0x187ccf(0x343),{'univer-dark':_0x40cd2f}),'data-embed-runtime-provider':'true','onPointerUpCapture':_0x571440=>{const _0x109829=_0x187ccf;let _0x4a1985=_0x1c61db[_0x109829(0x5e4)],_0x2f2023=_0x571440[_0x109829(0x428)];if(!_0x5699b3||!_0x4a1985)return;let _0x549e86=()=>Ds(_0x5699b3,_0x4a1985,_0x2f2023);typeof queueMicrotask=='function'?queueMicrotask(_0x549e86):Promise[_0x109829(0x600)]()[_0x109829(0x453)](_0x549e86);},'children':_0x236401})});}function Ds(_0x48f8e2,_0x5ca247,_0x41beeb){const _0x21e17a=_0x5a6880;let _0x22a6e5=_0x5ca247[_0x21e17a(0x6ba)][_0x21e17a(0x693)];if(Os(_0x22a6e5,_0x48f8e2))return;let _0x3987a1=_0x41beeb instanceof HTMLElement&&_0x5ca247['contains'](_0x41beeb)?_0x41beeb:null,_0x26116e=ks(_0x3987a1)?_0x3987a1:_0x5ca247[_0x21e17a(0x635)](_0x21e17a(0x578));_0x26116e==null||_0x26116e['focus']({'preventScroll':!0x0});}function Os(_0x3ce3c8,_0x29b5f8){const _0x54535e=_0x5a6880;let _0x489bd0=_0x3ce3c8==null?void 0x0:_0x3ce3c8['closest']('['+Q+']');return(_0x489bd0==null?void 0x0:_0x489bd0[_0x54535e(0x364)](Q))===_0x29b5f8;}function ks(_0x479277){const _0x786f0b=_0x5a6880;return!!_0x479277&&!_0x479277[_0x786f0b(0x52d)]('disabled')&&_0x479277[_0x786f0b(0x24c)]>=0x0;}function As(_0x5cbeab){const _0x190a9e=_0x5a6880;return _0x5ea461(_0x229a1b=>{const _0x50c21c=_0x1f5b;if(!_0x5cbeab)return()=>{};let _0x392bcf=_0x5cbeab[_0x50c21c(0x5ca)][_0x50c21c(0x1d7)](()=>_0x229a1b());return()=>_0x392bcf[_0x50c21c(0x387)]();},()=>(_0x5cbeab==null?void 0x0:_0x5cbeab[_0x190a9e(0x3ea)])??!0x1,()=>!0x1);}const js=new WeakMap(),Ms=new WeakMap(),Ns=new WeakMap();function Ps(_0x3fb348){const _0x4f94f4=_0x5a6880;let _0x1a0ce1=js[_0x4f94f4(0x312)](_0x3fb348);if(_0x1a0ce1)return Ns[_0x4f94f4(0x6a7)](_0x1a0ce1,(Ns[_0x4f94f4(0x312)](_0x1a0ce1)??0x0)+0x1),_0x1a0ce1;let _0x2844ac={'render':_0x7192a4=>_0x59a350(_0x7192a4,_0x3fb348)};return js[_0x4f94f4(0x6a7)](_0x3fb348,_0x2844ac),Ms[_0x4f94f4(0x6a7)](_0x2844ac,_0x3fb348),Ns[_0x4f94f4(0x6a7)](_0x2844ac,0x0),_0x2844ac;}function Fs(_0x38bd3f){const _0x308de0=_0x5a6880;let _0x26608=Ms['get'](_0x38bd3f),_0x22d204=Ns[_0x308de0(0x312)](_0x38bd3f)??0x0;globalThis[_0x308de0(0x275)](()=>{const _0x5ba42f=_0x308de0;_0x26608&&js[_0x5ba42f(0x312)](_0x26608)!==_0x38bd3f||(Ns[_0x5ba42f(0x312)](_0x38bd3f)??0x0)===_0x22d204&&(_0x26608&&(js['delete'](_0x26608),Ms[_0x5ba42f(0x556)](_0x38bd3f)),Ns['delete'](_0x38bd3f),_0x26608&&_0x90d1a(_0x26608));},0x0);}function Is(_0x1de00b){const _0x13d713=_0x5a6880;let {container:_0x1ba227,portalContainer:_0x147d38,injector:_0x135994,childType:_0x443866,childUnitId:_0x26920d,embedId:_0x5c39c1,menuSchema:_0x3c02bd,menuTitlePrefix:_0x421f96,activeRibbonTab:_0x538976,headerMenu:_0x3e3441=!0x1,toolbarOnly:_0x5f4da8,ribbonType:_0x2e44e2=_0x13d713(0x623),ribbonHeaderClassName:_0x556df8,scopedActionServiceTokens:_0x19dcbb}=_0x1de00b;if(_0x3c02bd!=null&&typeof _0x3c02bd!=_0x13d713(0x3fa))return;let _0x5414d1=Ls(_0x135994,{'childType':_0x443866,'childUnitId':_0x26920d,'embedId':_0x5c39c1,'menuSchema':_0x3c02bd,'menuTitlePrefix':_0x421f96,'activeRibbonTab':_0x538976,'scopedActionServiceTokens':_0x19dcbb}),_0x52674c=Ps(_0x1ba227);return _0x52674c[_0x13d713(0x4eb)](_0x36e457(Ts,{'injector':_0x5414d1[_0x13d713(0x2e3)],'mountContainer':_0x147d38??_0x1ba227,'embedId':_0x5c39c1},_0x36e457(_0x4929cf,{'ribbonType':_0x2e44e2,'headerMenu':_0x3e3441,'toolbarOnly':_0x5f4da8,'headerClassName':_0x556df8}))),_0xe7ea20(()=>{const _0x524a3e=_0x13d713;Fs(_0x52674c),_0x5414d1[_0x524a3e(0x446)][_0x524a3e(0x526)]();});}function Ls(_0x409d66,_0x83c9d6){const _0x431b18=_0x5a6880;let {childType:_0xb5b2fb,childUnitId:_0x12a60a,embedId:_0x2a7ef6,menuSchema:_0x35c929,menuTitlePrefix:_0x3b5a42,activeRibbonTab:_0x47d95a,scopedActionServiceTokens:_0x3dd213}=_0x83c9d6,_0xf3d52c=_0x409d66[_0x431b18(0x312)](_0x599bd7),_0x423314=Hs(_0xf3d52c,_0xb5b2fb,_0x12a60a),_0x27f69f=new Set(_0x3dd213??[]),_0x5d2ebe=new WeakMap(),_0x53cf4f,_0x1e9e5a=Ks(_0x409d66[_0x431b18(0x312)](_0x304c4c),_0xf3d52c,_0xb5b2fb,_0x12a60a,_0x2a7ef6,()=>_0x53cf4f),_0x3ba540=_0x12a60a&&_0x409d66[_0x431b18(0x255)](_0x4c791f)?Us(_0x409d66[_0x431b18(0x312)](_0x4c791f),_0xb5b2fb):void 0x0,_0x131c97=new Map([[_0x599bd7,_0x423314],[_0x304c4c,_0x1e9e5a]]);_0x3ba540&&_0x131c97[_0x431b18(0x6a7)](_0x4c791f,_0x3ba540),_0x27f69f[_0x431b18(0x68e)](_0x5cc6e4=>{const _0x3a6504=_0x431b18;_0x12a60a&&_0x409d66['has'](_0x5cc6e4)&&_0x131c97[_0x3a6504(0x6a7)](_0x5cc6e4,Js(_0x409d66[_0x3a6504(0x312)](_0x5cc6e4),_0xf3d52c,_0xb5b2fb,_0x12a60a,_0x2a7ef6,()=>_0x53cf4f,_0x5d2ebe));}),_0x53cf4f=Oo(_0x409d66,_0x131c97);let _0x17a33a,_0xad5ccc,_0x42cfa2={};if(_0x35c929&&typeof _0x35c929==_0x431b18(0x3fa)){let _0x41535c=new _0x26e9da(_0x53cf4f,_0x409d66[_0x431b18(0x312)](_0x354cde));_0x41535c['mergeMenu'](Bs(_0x35c929,_0x3b5a42,_0x409d66)),_0x17a33a=_0x41535c,_0xad5ccc=_0x41535c;}else{let _0xa270c8=_0x409d66[_0x431b18(0x312)](_0x445a95),_0x420886=_0xa270c8[_0x431b18(0x18d)];_0x17a33a=typeof _0x420886=='function'?_0x420886[_0x431b18(0x380)](_0xa270c8,_0x53cf4f):_0xa270c8;}let _0x115509=new _0x379ad7(_0x17a33a,_0x423314);_0x42cfa2[_0x431b18(0x5e4)]=_0x115509,_0x47d95a&&_0x115509[_0x431b18(0x35a)](_0x47d95a);let _0x41ac60=_0x3b5a42?Rs(_0x115509,_0x3b5a42,_0x409d66):_0x115509;return _0x53cf4f[_0x431b18(0x25c)]([_0x445a95,{'useValue':_0x17a33a}]),_0x53cf4f[_0x431b18(0x25c)]([_0x143e73,{'useValue':_0x41ac60}]),{'injector':_0x53cf4f,'ribbonService':_0x41ac60,'disposable':_0xe7ea20(()=>{const _0x2899fa=_0x431b18;var _0x10a935;(_0x10a935=_0x42cfa2[_0x2899fa(0x5e4)])==null||_0x10a935[_0x2899fa(0x526)](),_0xad5ccc==null||_0xad5ccc[_0x2899fa(0x526)](),_0x53cf4f[_0x2899fa(0x526)]();})};}function Rs(_0x1111f9,_0x149a0a,_0x4cd19d){const _0x18ae7b=_0x5a6880;let _0x1d624e;try{_0x1d624e=_0x4cd19d[_0x18ae7b(0x312)](_0x2d0f78);}catch{_0x1d624e=void 0x0;}return{'ribbon$':_0x1111f9[_0x18ae7b(0x567)][_0x18ae7b(0x423)](_0xd53f91(_0x376dd8=>_0x376dd8[_0x18ae7b(0x4ec)](_0x421a98=>zs(_0x421a98,_0x149a0a,_0x1d624e)))),'activatedTab$':_0x1111f9[_0x18ae7b(0x3e2)],'collapsedIds$':_0x1111f9[_0x18ae7b(0x49b)],'fakeToolbarVisible$':_0x1111f9[_0x18ae7b(0x45d)],'setActivatedTab':_0x17f29e=>_0x1111f9[_0x18ae7b(0x35a)](_0x17f29e),'showContextualTab':(_0x439799,_0x378b61)=>_0x1111f9['showContextualTab'](_0x439799,_0x378b61),'hideContextualTab':_0x2ce721=>_0x1111f9[_0x18ae7b(0x418)](_0x2ce721),'hideAllContextualTabs':()=>_0x1111f9[_0x18ae7b(0x22a)](),'setCollapsedIds':_0x1db70a=>_0x1111f9['setCollapsedIds'](_0x1db70a),'setFakeToolbarVisible':_0x5eb856=>_0x1111f9[_0x18ae7b(0x4c8)](_0x5eb856)};}function zs(_0x6ab8fb,_0x6ad484,_0x3a1c85){const _0x9572f4=_0x5a6880;let _0x32d08d=_0x6ab8fb[_0x9572f4(0x250)]||_0x6ab8fb[_0x9572f4(0x37a)],_0x5bf0a7=_0x3a1c85?_0x3a1c85['t'](_0x32d08d):_0x32d08d;return{..._0x6ab8fb,'title':_0x6ad484+'\x20-\x20'+_0x5bf0a7};}function Bs(_0x5a327e,_0x32aaad,_0xbccde3){const _0x1189fa=_0x5a6880;if(!_0x32aaad||!_0x5a327e||typeof _0x5a327e!=_0x1189fa(0x3fa))return _0x5a327e;let _0x3ea338=Vs(_0x5a327e),_0x407ccc=_0x3ea338[_0x3ba283[_0x1189fa(0x525)]];if(!_0x407ccc||typeof _0x407ccc!=_0x1189fa(0x3fa))return _0x3ea338;let _0x4087d7;try{_0x4087d7=_0xbccde3[_0x1189fa(0x312)](_0x2d0f78);}catch{_0x4087d7=void 0x0;}return Object[_0x1189fa(0x21c)](_0x407ccc)['forEach'](_0x45967e=>{const _0xbeb80f=_0x1189fa;if(!_0x45967e||typeof _0x45967e!=_0xbeb80f(0x3fa))return;let _0x45213c=_0x45967e,_0x11dfa0=_0x45213c[_0xbeb80f(0x250)];_0x11dfa0&&(_0x45213c[_0xbeb80f(0x250)]=_0x32aaad+_0xbeb80f(0x38d)+(_0x4087d7?_0x4087d7['t'](_0x11dfa0):_0x11dfa0));}),_0x3ea338;}function Vs(_0x5663df){const _0x24a76c=_0x5a6880;return!_0x5663df||typeof _0x5663df!=_0x24a76c(0x3fa)?_0x5663df:Array[_0x24a76c(0x50e)](_0x5663df)?_0x5663df['map'](_0x9ba1b2=>Vs(_0x9ba1b2)):Object[_0x24a76c(0x4b5)](Object['entries'](_0x5663df)[_0x24a76c(0x4ec)](([_0x4ac2b0,_0x47f77b])=>[_0x4ac2b0,Vs(_0x47f77b)]));}function Hs(_0x25fe1f,_0x4139f8,_0x5ac109){const _0x15496d=_0x5a6880;let _0xe1e19c=()=>_0x5ac109?_0x25fe1f[_0x15496d(0x182)](_0x5ac109,_0x4139f8):null,_0x361a86=_0x5ac109?_0x5d5d60(_0x362df4(_0x5ac109),_0x25fe1f[_0x15496d(0x5d4)](_0x4139f8)[_0x15496d(0x423)](_0xd53f91(()=>_0x5ac109)),_0x25fe1f['getTypeOfUnitDisposed$'](_0x4139f8)[_0x15496d(0x423)](_0xd53f91(()=>_0x5ac109))):_0x25fe1f[_0x15496d(0x478)];return{'unitAdded$':_0x25fe1f[_0x15496d(0x6e0)],'getTypeOfUnitAdded$':(..._0x37f21b)=>_0x25fe1f['getTypeOfUnitAdded$'](..._0x37f21b),'__addUnit':(..._0x2a6ab3)=>_0x25fe1f[_0x15496d(0x2a4)](..._0x2a6ab3),'unitDisposed$':_0x25fe1f[_0x15496d(0x2e7)],'getTypeOfUnitDisposed$':(..._0x3c73b4)=>_0x25fe1f[_0x15496d(0x6fd)](..._0x3c73b4),'focused$':_0x361a86,get 'focused'(){return _0xe1e19c()??_0x25fe1f['getFocusedUnit']();},'focusUnit':(..._0x4da7ed)=>_0x25fe1f[_0x15496d(0x1d5)](..._0x4da7ed),'getFocusedUnit':()=>_0xe1e19c()??_0x25fe1f['getFocusedUnit'](),'getCurrentUnitOfType':_0xa3c1c4=>_0xa3c1c4===_0x4139f8&&_0x5ac109?_0xe1e19c():_0x25fe1f[_0x15496d(0x163)](_0xa3c1c4),'setCurrentUnitForType':(..._0x43bd78)=>_0x25fe1f[_0x15496d(0x221)](..._0x43bd78),'getCurrentTypeOfUnit$':_0x26c931=>_0x26c931!==_0x4139f8||!_0x5ac109?_0x25fe1f[_0x15496d(0x65a)](_0x26c931):_0x5d5d60(_0x362df4(void 0x0),_0x25fe1f['getTypeOfUnitAdded$'](_0x4139f8),_0x25fe1f[_0x15496d(0x6fd)](_0x4139f8))[_0x15496d(0x423)](_0xd53f91(()=>_0xe1e19c())),'createUnit':(..._0x127166)=>_0x25fe1f[_0x15496d(0x1e9)](..._0x127166),'getUnitCreateOptions':(..._0x2c1d94)=>_0x25fe1f[_0x15496d(0x4a3)](..._0x2c1d94),'disposeUnit':(..._0x499849)=>_0x25fe1f[_0x15496d(0x3fe)](..._0x499849),'registerCtorForType':(..._0x6d9fca)=>_0x25fe1f['registerCtorForType'](..._0x6d9fca),'getUnit':(..._0x4c3dd4)=>_0x25fe1f[_0x15496d(0x182)](..._0x4c3dd4),'getAllUnitsForType':(..._0x15600d)=>_0x25fe1f[_0x15496d(0x3e4)](..._0x15600d),'getUnitType':(..._0x4ebda6)=>_0x25fe1f[_0x15496d(0x5e7)](..._0x4ebda6)};}function Us(_0x5e18d3,_0x39bda8){const _0x1017d7=_0x5a6880;return{'contextChanged$':_0x5e18d3[_0x1017d7(0x451)],'getContextValue':_0x37dfa9=>Ws(_0x37dfa9,_0x39bda8)??_0x5e18d3[_0x1017d7(0x498)](_0x37dfa9),'setContextValue':(_0x266f5d,_0x4bd100)=>_0x5e18d3['setContextValue'](_0x266f5d,_0x4bd100),'subscribeContextValue$':_0x3ecfec=>{const _0x60db9b=_0x1017d7;let _0x5ef525=Ws(_0x3ecfec,_0x39bda8);return _0x5ef525==null?_0x5e18d3[_0x60db9b(0x52e)](_0x3ecfec):_0x362df4(_0x5ef525);}};}function Ws(_0x1b93b6,_0x14433d){if(_0x1b93b6===_0x2aa34a)return!0x0;if(_0x1b93b6===_0xc9ec5||_0x1b93b6===_0x18c2d4||_0x1b93b6===_0x3ac369)return _0x1b93b6===Gs(_0x14433d);}function Gs(_0x1f5e54){const _0x49ea68=_0x5a6880;if(_0x1f5e54===_0x41e642[_0x49ea68(0x61b)])return _0xc9ec5;if(_0x1f5e54===_0x41e642[_0x49ea68(0x1bb)])return _0x18c2d4;if(_0x1f5e54===_0x41e642[_0x49ea68(0x19b)])return _0x3ac369;}function Ks(_0x435cc9,_0x413025,_0x5d7c18,_0x4ac067,_0x4da47d,_0x276cc8){const _0x3515a2=_0x5a6880;return _0x4ac067?{'disposed':()=>_0x435cc9['disposed'](),'hasCommand':_0x294abb=>_0x435cc9[_0x3515a2(0x212)](_0x294abb),'registerCommand':(..._0x577a48)=>_0x435cc9[_0x3515a2(0x31a)](..._0x577a48),'unregisterCommand':_0x40c099=>_0x435cc9['unregisterCommand'](_0x40c099),'registerMultipleCommand':(..._0x5b6f4e)=>_0x435cc9[_0x3515a2(0x4ca)](..._0x5b6f4e),'executeCommand':async(..._0x163991)=>{const _0x1e271f=_0x3515a2;let _0x1aae3a=_0x413025[_0x1e271f(0x163)](_0x5d7c18);try{return _0x413025['setCurrentUnitForType'](_0x4ac067),await _0x435cc9['executeCommand'](_0x163991[0x0],_0x163991[0x1],qs(_0x5d7c18,_0x4ac067,_0x163991[0x2]));}finally{Qs(_0x413025,_0x4ac067,_0x1aae3a,_0x4da47d,_0x276cc8);}},'syncExecuteCommand':(..._0x37f6ab)=>{const _0x746b7c=_0x3515a2;let _0x119b3b=_0x413025[_0x746b7c(0x163)](_0x5d7c18);try{return _0x413025[_0x746b7c(0x221)](_0x4ac067),_0x435cc9[_0x746b7c(0x24d)](_0x37f6ab[0x0],_0x37f6ab[0x1],qs(_0x5d7c18,_0x4ac067,_0x37f6ab[0x2]));}finally{Qs(_0x413025,_0x4ac067,_0x119b3b,_0x4da47d,_0x276cc8);}},'onCommandExecuted':(..._0x290eef)=>_0x435cc9['onCommandExecuted'](..._0x290eef),'beforeCommandExecuted':(..._0x54d1b3)=>_0x435cc9[_0x3515a2(0x173)](..._0x54d1b3),'onMutationExecutedForCollab':(..._0xccda03)=>_0x435cc9['onMutationExecutedForCollab'](..._0xccda03)}:_0x435cc9;}function qs(_0x26e153,_0x59bb41,_0x4c3ab1){const _0x874355=_0x5a6880;return _0x26e153===_0x41e642[_0x874355(0x699)]?{..._0x4c3ab1,'unitId':_0x59bb41}:_0x4c3ab1;}function Js(_0x11acb6,_0x59c122,_0x54347d,_0x5842a2,_0x4ece9d,_0xa87e5,_0x33bd8e){const _0x34b903=_0x5a6880;if(typeof _0x11acb6!=_0x34b903(0x3fa)&&typeof _0x11acb6!='function'||_0x11acb6==null)return _0x11acb6;let _0x3402bb=_0x11acb6,_0x445102=_0x33bd8e==null?void 0x0:_0x33bd8e[_0x34b903(0x312)](_0x3402bb);if(_0x445102)return _0x445102;let _0x48d8d2={..._0x3402bb};return Ys(_0x3402bb,_0x48d8d2,_0x59c122,_0x54347d,_0x5842a2,_0x4ece9d,_0xa87e5),_0x33bd8e==null||_0x33bd8e['set'](_0x3402bb,_0x48d8d2),_0x48d8d2;}function Ys(_0x210f32,_0x36fa4f,_0x4565ad,_0x55f84f,_0x1dbbc6,_0xd6a4d1,_0x2da9d2){const _0x2dbffe=_0x5a6880;let _0x3a41a0=_0x32e061=>{if(_0x32e061==='constructor')return;let _0x868116=_0x210f32[_0x32e061];if(typeof _0x868116!='function')return;let _0x19465f=_0x36fa4f;_0x19465f[_0x32e061]=(..._0x47c79c)=>Xs(_0x4565ad,_0x55f84f,_0x1dbbc6,_0xd6a4d1,_0x2da9d2,()=>_0x868116['apply'](_0x210f32,_0x47c79c));};Object[_0x2dbffe(0x572)](_0x210f32)['forEach'](_0x3a41a0);let _0x227f77=Object['getPrototypeOf'](_0x210f32);_0x227f77&&_0x227f77!==Object[_0x2dbffe(0x288)]&&Object[_0x2dbffe(0x2a7)](_0x227f77)[_0x2dbffe(0x68e)](_0x3a41a0);}function Xs(_0x1f037f,_0x19d86f,_0x8f487a,_0xc098a0,_0x347eaa,_0x506752){const _0x155d36=_0x5a6880;let _0x3bc73a=_0x1f037f[_0x155d36(0x163)](_0x19d86f),_0x2ae136;try{_0x1f037f[_0x155d36(0x221)](_0x8f487a),_0x2ae136=_0x506752();}catch(_0xece40){throw Qs(_0x1f037f,_0x8f487a,_0x3bc73a,_0xc098a0,_0x347eaa),_0xece40;}return Zs(_0x2ae136)?_0x2ae136[_0x155d36(0x36e)](()=>{Qs(_0x1f037f,_0x8f487a,_0x3bc73a,_0xc098a0,_0x347eaa);}):(Qs(_0x1f037f,_0x8f487a,_0x3bc73a,_0xc098a0,_0x347eaa),_0x2ae136);}function Zs(_0x30c032){const _0x17c7bb=_0x5a6880;return!!(_0x30c032&&typeof _0x30c032[_0x17c7bb(0x36e)]==_0x17c7bb(0x581));}function Qs(_0x1947cb,_0x46658d,_0x292eb3,_0x5140bb,_0x43f9b5){const _0x4c1be1=_0x5a6880;if($s(_0x5140bb,_0x43f9b5)){var _0x1b0e10;_0x1947cb[_0x4c1be1(0x221)](_0x46658d),(_0x1b0e10=_0x1947cb[_0x4c1be1(0x1d5)])==null||_0x1b0e10[_0x4c1be1(0x380)](_0x1947cb,_0x46658d);return;}_0x292eb3&&_0x1947cb['setCurrentUnitForType'](_0x292eb3[_0x4c1be1(0x2d7)]());}function $s(_0x1799e5,_0x2bb3ee){const _0x218702=_0x5a6880;let _0x5e8490=_0x2bb3ee==null?void 0x0:_0x2bb3ee();return!_0x1799e5||!(_0x5e8490!=null&&_0x5e8490[_0x218702(0x255)](Z))?!0x1:_0x5e8490[_0x218702(0x312)](Z)[_0x218702(0x638)](_0x1799e5);}const ec=new WeakMap();let tc=0x0;function nc(_0x43470a,_0x5948ac){const _0x3c8b16=_0x5a6880;if(!_0x43470a[_0x3c8b16(0x255)](oc))return ic(_0x43470a,_0x5948ac);let _0x53505c=_0x43470a[_0x3c8b16(0x312)](oc);if(!(_0x5948ac['id']&&_0x53505c[_0x3c8b16(0x2ec)](_0x5948ac['childType'],_0x5948ac['surface'])[_0x3c8b16(0x4c0)](_0x3c7495=>_0x3c7495['id']===_0x5948ac['id'])))return _0x53505c['register'](_0x5948ac);}function rc(_0x3bc144){const _0x2b808f=_0x5a6880;if(!_0x3bc144[_0x2b808f(0x255)](oc))return;let _0x12ded5=ec[_0x2b808f(0x312)](_0x3bc144);_0x12ded5!=null&&_0x12ded5['size']&&([..._0x12ded5[_0x2b808f(0x21c)]()][_0x2b808f(0x3b5)]((_0x45098c,_0x3a6277)=>_0x45098c[_0x2b808f(0x193)]-_0x3a6277[_0x2b808f(0x193)])[_0x2b808f(0x68e)](({contribution:_0x96036d})=>nc(_0x3bc144,_0x96036d)),ec[_0x2b808f(0x556)](_0x3bc144));}function ic(_0x28cab3,_0x29f81c){const _0x2c8bf0=_0x5a6880;let _0x347d55={'contribution':_0x29f81c,'index':tc++},_0x13e25a=ac(_0x29f81c,_0x347d55['index']),_0x3f55c9=_0x28cab3,_0x34e55f=ec[_0x2c8bf0(0x312)](_0x3f55c9)??new Map();return _0x34e55f[_0x2c8bf0(0x6a7)](_0x13e25a,_0x347d55),ec['set'](_0x3f55c9,_0x34e55f),_0xe7ea20(()=>{const _0x1943a8=_0x2c8bf0;let _0x24070e=ec[_0x1943a8(0x312)](_0x3f55c9);(_0x24070e==null?void 0x0:_0x24070e['get'](_0x13e25a))===_0x347d55&&_0x24070e['delete'](_0x13e25a);});}function ac(_0x276d66,_0x42ac2a){const _0xb3b8b2=_0x5a6880;let _0x36fcd8=cc(_0x276d66);return _0x276d66['id']?_0x276d66[_0xb3b8b2(0x2c2)]+':'+_0x36fcd8+':'+_0x276d66['id']:_0x276d66['childType']+':'+_0x36fcd8+':anonymous:'+_0x42ac2a;}var oc=class{constructor(){const _0x93a3ec=_0x5a6880;Y(this,'_contributions',new Map()),Y(this,_0x93a3ec(0x203),0x0);}[_0x5a6880(0x3f2)](_0x1bee8c){const _0x1fe6f9=_0x5a6880;let _0x515d70={'contribution':_0x1bee8c,'index':this[_0x1fe6f9(0x203)]++},_0x5bdcdf=this[_0x1fe6f9(0x67c)][_0x1fe6f9(0x312)](_0x1bee8c[_0x1fe6f9(0x2c2)])??[];return _0x5bdcdf[_0x1fe6f9(0x5a2)](_0x515d70),_0x5bdcdf[_0x1fe6f9(0x3b5)](lc),this[_0x1fe6f9(0x67c)][_0x1fe6f9(0x6a7)](_0x1bee8c['childType'],_0x5bdcdf),_0xe7ea20(()=>{const _0x561b9d=_0x1fe6f9;let _0x17a9bd=this[_0x561b9d(0x67c)][_0x561b9d(0x312)](_0x1bee8c[_0x561b9d(0x2c2)]);if(!_0x17a9bd)return;let _0x16916f=_0x17a9bd[_0x561b9d(0x68b)](_0x57f437=>_0x57f437!==_0x515d70);_0x16916f['length']?this[_0x561b9d(0x67c)][_0x561b9d(0x6a7)](_0x1bee8c['childType'],_0x16916f):this[_0x561b9d(0x67c)][_0x561b9d(0x556)](_0x1bee8c[_0x561b9d(0x2c2)]);});}[_0x5a6880(0x312)](_0x2abde2){const _0x57cb99=_0x5a6880;return this[_0x57cb99(0x2ec)](_0x2abde2)[0x0];}[_0x5a6880(0x2ec)](_0x2f0fdc,_0x373b01){const _0x5b7708=_0x5a6880;return(this[_0x5b7708(0x67c)]['get'](_0x2f0fdc)??[])[_0x5b7708(0x4ec)](_0x3f7014=>_0x3f7014[_0x5b7708(0x5c8)])[_0x5b7708(0x68b)](_0x402bdc=>!_0x373b01||cc(_0x402bdc)===_0x373b01);}[_0x5a6880(0x5e0)](_0x2305e6,_0x4608f5=_0x5a6880(0x1de)){const _0x4ac34c=_0x5a6880;let _0x2597e1=this['getAll'](_0x2305e6,_0x4608f5)[_0x4ac34c(0x4ec)](_0x8fe28b=>_0x8fe28b[_0x4ac34c(0x19f)])[_0x4ac34c(0x68b)](_0x4edfb4=>_0x4edfb4&&typeof _0x4edfb4=='object');if(_0x2597e1[_0x4ac34c(0x5dc)])return uc(_0x2597e1);}[_0x5a6880(0x6c0)](_0x1e2e97){const _0x258141=_0x5a6880;let _0x165703=_0x1e2e97[_0x258141(0x3e5)]??_0x258141(0x1de),_0x147080=this['getAll'](_0x1e2e97[_0x258141(0x2c2)],_0x165703);if(!_0x147080[_0x258141(0x5dc)])return;let _0x7d2d4f=_0x147080['filter'](_0x502576=>_0x502576['mountMenu']);if(_0x7d2d4f[_0x258141(0x5dc)]){let _0xbe90d6=_0x7d2d4f['map'](_0x54e5f9=>{const _0x3b9ae0=_0x258141;var _0x20833d;return(_0x20833d=_0x54e5f9['mountMenu'])==null?void 0x0:_0x20833d['call'](_0x54e5f9,{..._0x1e2e97,'surface':_0x165703,'menuSchema':_0x54e5f9[_0x3b9ae0(0x19f)],'scopedActionServiceTokens':_0x54e5f9[_0x3b9ae0(0x3b4)]});})[_0x258141(0x68b)](_0x1513ab=>!!_0x1513ab);return _0xe7ea20(()=>{const _0x1f4da1=_0x258141;_0xbe90d6[_0x1f4da1(0x68e)](_0x1b3468=>_0x1b3468[_0x1f4da1(0x526)]());});}let _0x5a5dc9=this[_0x258141(0x5e0)](_0x1e2e97[_0x258141(0x2c2)],_0x165703);if(_0x165703===_0x258141(0x1de))return Is({..._0x1e2e97,'surface':_0x165703,'menuSchema':_0x5a5dc9,'scopedActionServiceTokens':sc(_0x147080)})??void 0x0;}};function sc(_0x4dc955){const _0xa4aa1e=_0x5a6880;let _0x14258=_0x4dc955[_0xa4aa1e(0x571)](_0x4ea24e=>_0x4ea24e[_0xa4aa1e(0x3b4)]??[]);return _0x14258[_0xa4aa1e(0x5dc)]?Array[_0xa4aa1e(0x52b)](new Set(_0x14258)):void 0x0;}function cc(_0x174b57){const _0x356870=_0x5a6880;return _0x174b57[_0x356870(0x3e5)]??'ribbon';}function lc(_0xf4cc46,_0x1acebe){const _0x4919b9=_0x5a6880;return(_0xf4cc46['contribution'][_0x4919b9(0x6a8)]??_0xf4cc46['index'])-(_0x1acebe[_0x4919b9(0x5c8)][_0x4919b9(0x6a8)]??_0x1acebe[_0x4919b9(0x193)])||_0xf4cc46[_0x4919b9(0x193)]-_0x1acebe[_0x4919b9(0x193)];}function uc(_0x3955a5){return _0x3955a5['reduce']((_0x3d0b21,_0x32e8fe)=>mc(_0x3d0b21,dc(_0x32e8fe)),{});}function dc(_0x501866){const _0xa9488=_0x5a6880;if(!gc(_0x501866))return _0x501866;let _0x1568d9=new Set(Object[_0xa9488(0x21c)](_0x6f2afb)),_0x423e18=Object[_0xa9488(0x332)](_0x501866)['filter'](([_0x3a3baf])=>_0x1568d9[_0xa9488(0x255)](_0x3a3baf)),_0x1cc499=Object[_0xa9488(0x332)](_0x501866)[_0xa9488(0x68b)](([_0x166719])=>pc(_0x166719));if(!_0x423e18[_0xa9488(0x5dc)]&&!_0x1cc499['length'])return _0x501866;let _0x8425f8={};Object[_0xa9488(0x332)](_0x501866)['forEach'](([_0x4de096,_0x57d42a])=>{const _0x45a3f6=_0xa9488;!_0x1568d9[_0x45a3f6(0x255)](_0x4de096)&&!pc(_0x4de096)&&(_0x8425f8[_0x4de096]=hc(_0x57d42a));});let _0x4e4350=gc(_0x8425f8[_0x3ba283[_0xa9488(0x525)]])?_0x8425f8[_0x3ba283[_0xa9488(0x525)]]:{};return _0x423e18[_0xa9488(0x68e)](([_0x5162c0,_0x2c4c68])=>{_0x4e4350[_0x5162c0]=_0x5162c0 in _0x4e4350?mc(_0x4e4350[_0x5162c0],_0x2c4c68):hc(_0x2c4c68);}),_0x1cc499[_0xa9488(0x68e)](([_0x59f1f5,_0x44b947])=>{let _0x1e2d7c=pc(_0x59f1f5);if(!_0x1e2d7c)return;let _0x43cfa0=gc(_0x4e4350[_0x1e2d7c])?_0x4e4350[_0x1e2d7c]:{};_0x43cfa0[_0x59f1f5]=_0x59f1f5 in _0x43cfa0?mc(_0x43cfa0[_0x59f1f5],_0x44b947):hc(_0x44b947),_0x4e4350[_0x1e2d7c]=_0x43cfa0;}),_0x8425f8[_0x3ba283['RIBBON']]=_0x4e4350,_0x8425f8;}const fc=[[Object[_0x5a6880(0x21c)](_0x5dd965),_0x6f2afb[_0x5a6880(0x5cf)]],[Object[_0x5a6880(0x21c)](_0x4531dd),_0x6f2afb[_0x5a6880(0x574)]],[Object['values'](_0x393f6c),_0x6f2afb[_0x5a6880(0x51b)]],[Object[_0x5a6880(0x21c)](_0x2e58da),_0x6f2afb[_0x5a6880(0x252)]],[Object['values'](_0x516e08),_0x6f2afb['VIEW']],[Object[_0x5a6880(0x21c)](_0x5e39a7),_0x6f2afb[_0x5a6880(0x19a)]]];function pc(_0xde4aa5){const _0x3aa0dd=_0x5a6880;var _0x1c34f4;return(_0x1c34f4=fc['find'](([_0x46af69])=>_0x46af69[_0x3aa0dd(0x1af)](_0xde4aa5)))==null?void 0x0:_0x1c34f4[0x1];}function mc(_0x43d3b6,_0xfa6a8){const _0x5f2fb6=_0x5a6880;if(!gc(_0x43d3b6)||!gc(_0xfa6a8))return hc(_0xfa6a8);let _0x5cd1f7={..._0x43d3b6};return Object[_0x5f2fb6(0x332)](_0xfa6a8)[_0x5f2fb6(0x68e)](([_0x3692b2,_0x562294])=>{_0x5cd1f7[_0x3692b2]=_0x3692b2 in _0x5cd1f7?mc(_0x5cd1f7[_0x3692b2],_0x562294):hc(_0x562294);}),_0x5cd1f7;}function hc(_0x49b649){const _0x224815=_0x5a6880;return Array[_0x224815(0x50e)](_0x49b649)?_0x49b649[_0x224815(0x4ec)](_0x24ee09=>hc(_0x24ee09)):gc(_0x49b649)?Object[_0x224815(0x4b5)](Object['entries'](_0x49b649)[_0x224815(0x4ec)](([_0x18250b,_0x31b47c])=>[_0x18250b,hc(_0x31b47c)])):_0x49b649;}function gc(_0x1c1180){return!!_0x1c1180&&typeof _0x1c1180=='object'&&!Array['isArray'](_0x1c1180);}function _c(_0x2016c6,_0x40af58,_0x70756c){const _0x580914=_0x5a6880;let {viewport:_0x585377,menuSlot:_0x96c6b0,popupSlot:_0x2c0cba}=_0x70756c;return{'hostUnitId':_0x2016c6[_0x580914(0x214)],'hostAnchorId':_0x2016c6[_0x580914(0x6a1)],'embedId':_0x2016c6[_0x580914(0x256)],'childUnitId':_0x2016c6[_0x580914(0x21e)],'childType':_0x2016c6['childType'],'layout':_0x40af58,'mode':_0x580914(0x653),'rootElement':_0x585377,'contentRoot':Ja(_0x585377,_0x580914(0x5b1))??_0x585377,'canvasRoot':Ja(_0x585377,_0x580914(0x6c8))??_0x585377,'overlayRoot':Ja(_0x585377,_0x580914(0x510))??_0x585377,'popupRoot':_0x2c0cba??Ja(_0x585377,_0x580914(0x664))??_0x585377,'menuOutlet':{'container':_0x96c6b0},'active$':_0x362df4(!0x0),'fullscreen':!0x0};}function vc(_0x354dd1){const _0x30c94a=_0x5a6880;let {injector:_0x46d155,descriptor:_0x53090b,renderScope:_0x5df577}=_0x354dd1,_0x50d366=[],_0x461cd0=_0x53090b[_0x30c94a(0x256)];if(_0x46d155[_0x30c94a(0x255)](Z)){let _0x5d1359=_0x46d155[_0x30c94a(0x312)](Z);_0x50d366[_0x30c94a(0x5a2)](_0x5d1359[_0x30c94a(0x602)]({'embedId':_0x461cd0,'hostUnitId':_0x53090b[_0x30c94a(0x214)],'childUnitId':_0x53090b[_0x30c94a(0x21e)],'childType':_0x53090b['childType'],'sessionMode':_0x30c94a(0x220)})),_0x53090b[_0x30c94a(0x21e)]&&_0x50d366[_0x30c94a(0x5a2)](_0x5d1359[_0x30c94a(0x3b3)]({'embedId':_0x461cd0,'role':'child-session','owner':'fullscreen-runtime','sessionMode':_0x30c94a(0x220),'hostUnitId':_0x53090b[_0x30c94a(0x214)],'childUnitId':_0x53090b['childUnitId'],'childType':_0x53090b[_0x30c94a(0x2c2)]})),yc(_0x354dd1)[_0x30c94a(0x68e)](({element:_0x1bdae5,role:_0x28eb3e})=>{const _0x4c7976=_0x30c94a;_0x50d366[_0x4c7976(0x5a2)](_0x5d1359['registerElement']({'embedId':_0x461cd0,'element':_0x1bdae5,'role':_0x28eb3e}));});}if(_0x46d155['has'](io)){let _0x10c627=_0x46d155['get'](io);yc(_0x354dd1)[_0x30c94a(0x68e)](({element:_0x4f333f})=>{const _0x43db07=_0x30c94a;_0x50d366[_0x43db07(0x5a2)](_0x10c627['registerRoot'](_0x461cd0,_0x4f333f));}),_0x50d366[_0x30c94a(0x5a2)](_0x10c627['activatePortalScope'](_0x461cd0,_0x5df577[_0x30c94a(0x302)][_0x30c94a(0x6ba)]));}return _0xe7ea20(()=>{const _0x2558b7=_0x30c94a;[..._0x50d366][_0x2558b7(0x545)]()[_0x2558b7(0x68e)](_0x99f6ae=>_0x99f6ae['dispose']());});}function yc(_0x3101e6){const _0x26a8e0=_0x5a6880;let {renderScope:_0x2ab829,menuRoot:_0x4b5403,menuSlot:_0x333389,popupSlot:_0x37489e,sidebarSlot:_0x510087,rightSidebarSlot:_0x59c8d9,footerSlot:_0x32c529}=_0x3101e6,_0x8887b7=[{'element':_0x2ab829[_0x26a8e0(0x302)],'role':_0x26a8e0(0x3b8)},{'element':_0x2ab829['contentRoot'],'role':_0x26a8e0(0x3b8)},{'element':_0x2ab829[_0x26a8e0(0x38c)],'role':_0x26a8e0(0x3b8)},{'element':_0x2ab829[_0x26a8e0(0x460)],'role':_0x26a8e0(0x3b8)},{'element':_0x4b5403,'role':_0x26a8e0(0x410)},{'element':_0x333389,'role':_0x26a8e0(0x410)},{'element':_0x32c529,'role':_0x26a8e0(0x410)},{'element':_0x510087,'role':'child-popup'},{'element':_0x59c8d9,'role':_0x26a8e0(0x272)},{'element':_0x37489e,'role':_0x26a8e0(0x272)}],_0xe6a311=new Set();return _0x8887b7['flatMap'](({element:_0x45bfdc,role:_0x442077})=>!_0x45bfdc||_0xe6a311['has'](_0x45bfdc)?[]:(_0xe6a311[_0x26a8e0(0x25c)](_0x45bfdc),[{'element':_0x45bfdc,'role':_0x442077}]));}function bc(_0x133907){return xc(_0x133907)||Cc(_0x133907);}function xc(_0x595839){const _0x3da80a=_0x5a6880;if(!_0x595839[_0x3da80a(0x2e3)][_0x3da80a(0x255)](eo)||_0x595839[_0x3da80a(0x4dc)][_0x3da80a(0x2c2)]==null)return;let _0x2b6c2f=_0x595839['injector'][_0x3da80a(0x312)](eo)[_0x3da80a(0x312)](_0x595839[_0x3da80a(0x4dc)][_0x3da80a(0x2c2)]);if((_0x2b6c2f==null?void 0x0:_0x2b6c2f[_0x3da80a(0x4fc)])!==_0x3da80a(0x1de))return;let _0x4fe06a=Sc(_0x595839[_0x3da80a(0x2e3)]);if(_0x595839[_0x3da80a(0x2e3)][_0x3da80a(0x255)](oc)){let _0x4695be=_0x595839[_0x3da80a(0x2e3)][_0x3da80a(0x312)](oc)[_0x3da80a(0x6c0)]({'container':_0x595839[_0x3da80a(0x45f)],'portalContainer':_0x595839[_0x3da80a(0x3e8)]['runtimeScope'][_0x3da80a(0x631)][_0x3da80a(0x3af)],'injector':_0x595839[_0x3da80a(0x3e8)][_0x3da80a(0x6a3)][_0x3da80a(0x2e3)],'childType':_0x595839[_0x3da80a(0x4dc)][_0x3da80a(0x2c2)],'childUnitId':_0x595839['descriptor'][_0x3da80a(0x21e)],'embedId':_0x595839[_0x3da80a(0x4dc)]['embedId'],'surface':_0x3da80a(0x1de),'headerMenu':!0x0,'ribbonType':_0x4fe06a,'ribbonHeaderClassName':_0x3da80a(0x29b)});if(_0x4695be)return _0x4695be;}return Is({'container':_0x595839[_0x3da80a(0x45f)],'portalContainer':_0x595839[_0x3da80a(0x3e8)][_0x3da80a(0x6a3)][_0x3da80a(0x631)][_0x3da80a(0x3af)],'injector':_0x595839[_0x3da80a(0x3e8)][_0x3da80a(0x6a3)][_0x3da80a(0x2e3)],'childType':_0x595839[_0x3da80a(0x4dc)]['childType'],'childUnitId':_0x595839['descriptor'][_0x3da80a(0x21e)],'embedId':_0x595839[_0x3da80a(0x4dc)][_0x3da80a(0x256)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x4fe06a,'ribbonHeaderClassName':_0x3da80a(0x29b)});}function Sc(_0x163e5d){const _0x563953=_0x5a6880;var _0x51142c;return _0x163e5d[_0x563953(0x255)](_0x354cde)?((_0x51142c=_0x163e5d['get'](_0x354cde)['getConfig'](_0x4ce5ed))==null?void 0x0:_0x51142c['ribbonType'])??_0x563953(0x623):_0x563953(0x623);}function Cc(_0x3e469c){const _0x10f0fe=_0x5a6880;if(!_0x3e469c[_0x10f0fe(0x2e3)][_0x10f0fe(0x255)](is)||_0x3e469c[_0x10f0fe(0x4dc)]['childType']==null||!_0x3e469c['descriptor']['childUnitId'])return;let _0x3decdb=_0x3e469c[_0x10f0fe(0x2e3)][_0x10f0fe(0x312)](is)[_0x10f0fe(0x312)](_0x3e469c[_0x10f0fe(0x4dc)][_0x10f0fe(0x3c7)],_0x3e469c['descriptor'][_0x10f0fe(0x22f)],_0x3e469c['descriptor'][_0x10f0fe(0x2c2)]),_0x1de585=_0x3decdb==null?void 0x0:_0x3decdb[_0x10f0fe(0x5e6)]({..._0x3e469c[_0x10f0fe(0x3e8)],'active':{'hostUnitId':_0x3e469c[_0x10f0fe(0x4dc)]['hostUnitId'],'embedId':_0x3e469c[_0x10f0fe(0x4dc)][_0x10f0fe(0x256)],'childUnitId':_0x3e469c[_0x10f0fe(0x4dc)][_0x10f0fe(0x21e)],'stage':'stage2'}});return _0x1de585?_0xe7ea20(()=>_0x1de585['dispose']()):void 0x0;}var wc=class{constructor(){const _0x24d064=_0x5a6880;Y(this,'_session$',new _0x40086f(null)),Y(this,'_exited$',new _0x2a48f3()),Y(this,'session$',this[_0x24d064(0x6e6)][_0x24d064(0x3bc)]()),Y(this,_0x24d064(0x2e1),this[_0x24d064(0x3d7)][_0x24d064(0x3bc)]());}[_0x5a6880(0x2ea)](){const _0x437322=_0x5a6880;return this[_0x437322(0x6e6)][_0x437322(0x4ef)]();}[_0x5a6880(0x4b3)](_0x43cbea){const _0x4516d8=_0x5a6880;var _0x3b8b3d,_0x27550e;if(!_0x43cbea['childUnitId']||_0x43cbea[_0x4516d8(0x2c2)]==null)throw Error('EMBED_FULLSCREEN_CHILD_NOT_RESOLVED');let _0x550c50=((_0x3b8b3d=_0x43cbea[_0x4516d8(0x611)])==null?void 0x0:_0x3b8b3d[_0x4516d8(0x3d4)])||void 0x0,_0x53f598=((_0x27550e=_0x43cbea['sourceMeta'])==null?void 0x0:_0x27550e[_0x4516d8(0x2aa)])||void 0x0;if(_0x53f598&&_0x53f598['enabled']&&!_0x550c50)throw Error('EMBED_FULLSCREEN_TAB_NOT_SUPPORTED');let _0x54911f=_0x550c50?_0x550c50[_0x4516d8(0x310)]:void 0x0;if(!_0x54911f)throw Error(_0x4516d8(0x1fb));let _0x4d79df={'hostUnitId':_0x43cbea[_0x4516d8(0x214)],'embedId':_0x43cbea['embedId'],'childUnitId':_0x43cbea[_0x4516d8(0x21e)],'childType':_0x43cbea['childType'],'entry':_0x43cbea[_0x4516d8(0x22f)],'layout':_0x54911f};return this[_0x4516d8(0x6e6)][_0x4516d8(0x4af)](_0x4d79df),_0x4d79df;}[_0x5a6880(0x369)](_0x228034){const _0x1550d1=_0x5a6880;let _0x2bd841=this['getSession']();_0x2bd841&&(!_0x228034||_0x2bd841[_0x1550d1(0x256)]===_0x228034)&&this[_0x1550d1(0x6e6)][_0x1550d1(0x4af)](null);}[_0x5a6880(0x55a)](_0x3340f3){const _0x4658df=_0x5a6880;this['_exited$'][_0x4658df(0x4af)](_0x3340f3);}};function Tc(){const _0x202cf1=_0x5a6880;let _0x4a028a=_0x38c7ab(_0x348c2a),_0x258a77=_0x38c7ab(_0x2d0f78),_0x2eaff0=_0x38c7ab(ws),_0x550751=_0x38c7ab(wc),_0x24115c=_0x512a77(null),_0x578bf8=_0x512a77(null),_0x3df7fa=_0x512a77(null),_0x4a46b2=_0x512a77(null),_0x3c7458=_0x512a77(null),_0x1c14a2=_0x512a77(null),_0x59b9c7=_0x512a77(null),_0x282f2d=_0xa8c38f(()=>_0x550751[_0x202cf1(0x6d1)],_0x550751[_0x202cf1(0x2ea)](),!0x1,[_0x550751]),[_0x3f9b67,_0xa98be2]=_0x5790e9(null);if(_0xb3b79a(()=>{const _0x1efbbb=_0x202cf1;var _0x439b4b;let _0x6baf2e=_0x3df7fa['current'],_0x5766fd=_0x578bf8[_0x1efbbb(0x5e4)],_0x49d801=_0x4a46b2[_0x1efbbb(0x5e4)],_0x81de97=_0x3c7458[_0x1efbbb(0x5e4)],_0x75386f=_0x1c14a2[_0x1efbbb(0x5e4)],_0x2be22b=_0x59b9c7[_0x1efbbb(0x5e4)];if(!_0x282f2d||!_0x6baf2e||!_0x5766fd||!_0x49d801||!_0x81de97||!_0x75386f||!_0x2be22b)return;let _0x4a1efd=Oc(_0x4a028a,_0x282f2d[_0x1efbbb(0x214)],_0x282f2d[_0x1efbbb(0x256)]);if(!(_0x4a1efd!=null&&_0x4a1efd[_0x1efbbb(0x21e)])||_0x4a1efd[_0x1efbbb(0x2c2)]==null){_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x520)]=_0x1efbbb(0x189);return;}let _0x5afacf=_0x4a028a[_0x1efbbb(0x312)](rs)['get'](_0x4a1efd[_0x1efbbb(0x2c2)]);if(!(_0x5afacf!=null&&_0x5afacf[_0x1efbbb(0x64f)]['includes'](_0x282f2d['layout']))){_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x520)]=_0x1efbbb(0x414);return;}_0x6baf2e['dataset']['embedFullscreenStatus']='mounting',_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x256)]=_0x4a1efd[_0x1efbbb(0x256)],_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x186)]=_0x4a1efd['entry'],_0x6baf2e[_0x1efbbb(0x22d)]['embedHostAnchorId']=_0x4a1efd['hostAnchorId'],_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x49f)]=_0x282f2d[_0x1efbbb(0x310)],_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x44e)]=String(_0x4a1efd['childType']),_0x6baf2e[_0x1efbbb(0x22d)][_0x1efbbb(0x3b7)]=_0x4a1efd[_0x1efbbb(0x21e)];let _0x188b6a=Ya(_0x6baf2e),_0x41b4fb=_c(_0x4a1efd,_0x282f2d[_0x1efbbb(0x310)],{'viewport':_0x6baf2e,'menuSlot':_0x5766fd,'popupSlot':_0x49d801,'footerSlot':_0x2be22b}),_0x568bd7={'descriptor':_0x4a1efd,'layout':_0x282f2d[_0x1efbbb(0x310)],'injector':_0x4a028a,'hostElement':_0x6baf2e,'container':_0x6baf2e,'renderScope':_0x41b4fb,'hostUnitId':_0x4a1efd['hostUnitId'],'embedId':_0x4a1efd[_0x1efbbb(0x256)],'childUnitId':_0x4a1efd[_0x1efbbb(0x21e)],'childType':_0x4a1efd[_0x1efbbb(0x2c2)]},{runtimeScope:_0x4c8a32,disposable:_0xd6ee68}=Qo(_0x568bd7,()=>{},_0x5afacf['scopedDependencies']);_0xa98be2({'embedId':_0x4a1efd['embedId'],'injector':_0x4c8a32[_0x1efbbb(0x2e3)],'sourceInjector':_0x4a028a,'popupContainer':_0x4c8a32['roots']['popup']});let _0x38eb41={..._0x568bd7,'runtimeScope':_0x4c8a32},_0x560447=vc({'injector':_0x4a028a,'descriptor':_0x4a1efd,'renderScope':_0x41b4fb,'menuRoot':_0x24115c[_0x1efbbb(0x5e4)],'menuSlot':_0x5766fd,'popupSlot':_0x49d801,'sidebarSlot':_0x81de97,'rightSidebarSlot':_0x75386f,'footerSlot':_0x2be22b}),_0x26c192=_0x14365e=>{const _0x3bf31e=_0x1efbbb;var _0x1fc28c,_0x353e26;let _0x591d6d=(_0x14365e==null?void 0x0:_0x14365e[_0x3bf31e(0x428)])instanceof Element?_0x14365e[_0x3bf31e(0x428)]:null;_0x591d6d!=null&&_0x591d6d['closest'](_0x3bf31e(0x331))||((_0x1fc28c=_0x4c8a32['instanceService'])==null||_0x1fc28c[_0x3bf31e(0x221)](_0x4a1efd[_0x3bf31e(0x21e)]),(_0x353e26=_0x4c8a32[_0x3bf31e(0x2f9)])==null||_0x353e26['focusUnit'](_0x4a1efd[_0x3bf31e(0x21e)]),_0x2eaff0[_0x3bf31e(0x260)](_0x4a1efd));};_0x26c192(),_0x6baf2e[_0x1efbbb(0x4e8)](_0x1efbbb(0x224),_0x26c192,{'capture':!0x0}),_0x6baf2e[_0x1efbbb(0x4e8)]('focusin',_0x26c192);let _0x1ce3d4=(_0x439b4b=_0x5afacf[_0x1efbbb(0x5e6)])==null?void 0x0:_0x439b4b[_0x1efbbb(0x380)](_0x5afacf,_0x38eb41),_0x3128b4=bc({'injector':_0x4a028a,'descriptor':_0x4a1efd,'childContext':_0x38eb41,'menuContainer':_0x5766fd});return _0x6baf2e['dataset'][_0x1efbbb(0x520)]=_0x1efbbb(0x4f2),()=>{const _0x5084b4=_0x1efbbb;_0xa98be2(null),globalThis[_0x5084b4(0x385)](()=>{const _0xefa251=_0x5084b4;_0x6baf2e['removeEventListener']('pointerdown',_0x26c192,{'capture':!0x0}),_0x6baf2e[_0xefa251(0x568)](_0xefa251(0x667),_0x26c192),_0x3128b4==null||_0x3128b4[_0xefa251(0x526)](),_0x1ce3d4==null||_0x1ce3d4[_0xefa251(0x526)](),_0x560447['dispose'](),_0xd6ee68['dispose'](),_0x188b6a['dispose'](),_0x2eaff0['clearFullscreen'](_0x4a1efd),delete _0x6baf2e[_0xefa251(0x22d)][_0xefa251(0x520)],delete _0x6baf2e[_0xefa251(0x22d)][_0xefa251(0x256)],delete _0x6baf2e['dataset'][_0xefa251(0x186)],delete _0x6baf2e[_0xefa251(0x22d)][_0xefa251(0x2f1)],delete _0x6baf2e[_0xefa251(0x22d)][_0xefa251(0x49f)],delete _0x6baf2e[_0xefa251(0x22d)][_0xefa251(0x44e)],delete _0x6baf2e['dataset'][_0xefa251(0x3b7)],_0x550751[_0xefa251(0x55a)](_0x282f2d);});};},[_0x2eaff0,_0x550751,_0x4a028a,_0x282f2d]),!_0x282f2d)return null;let _0x5aa36b=()=>{const _0x16a82d=_0x202cf1;_0x550751['exit'](_0x282f2d[_0x16a82d(0x256)]);};return _0xe9062d(_0x202cf1(0x47e),{'className':_0x202cf1(0x5a1),'data-embed-fullscreen-shell':_0x202cf1(0x357),'style':{'zIndex':0x32a},'children':[_0x282f2d['childType']===_0x41e642[_0x202cf1(0x699)]&&_0x3fd847(_0x202cf1(0x47e),{'className':_0x202cf1(0x31d),'data-embed-boards-fullscreen-exit':_0x202cf1(0x357),'title':_0x258a77['t']('embed-ui.fullscreen.exit'),'children':_0xe9062d(_0x4ce816,{'noIcon':!0x0,'className':_0x202cf1(0x594),'onClick':_0x5aa36b,'children':[_0x3fd847(_0x3c45e1,{}),_0x3fd847(_0x202cf1(0x579),{'children':_0x258a77['t'](_0x202cf1(0x161))})]})}),_0xe9062d(_0x202cf1(0x47e),{'ref':_0x24115c,'className':_0x202cf1(0x360),'data-embed-fullscreen-menu':'true','children':[_0x282f2d[_0x202cf1(0x2c2)]!==_0x41e642[_0x202cf1(0x699)]&&_0x3fd847('div',{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','data-embed-fullscreen-header':_0x202cf1(0x357),'children':_0xe9062d(_0x283de6,{'type':_0x202cf1(0x480),'size':_0x202cf1(0x19e),'variant':'ghost','className':_0x202cf1(0x253),'data-embed-fullscreen-close':_0x202cf1(0x357),'onClick':_0x5aa36b,'children':[_0x3fd847(_0x116553,{}),_0x3fd847(_0x202cf1(0x579),{'children':_0x258a77['t'](_0x202cf1(0x161))})]})}),_0x3fd847(_0x202cf1(0x47e),{'ref':_0x578bf8,'className':_0x202cf1(0x53c),'data-embed-fullscreen-menu-slot':_0x202cf1(0x357),'data-embed-menu-slot':'true'})]}),_0xe9062d('div',{'className':'univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','data-embed-fullscreen-body':_0x202cf1(0x357),'children':[_0x3fd847(_0x202cf1(0x47e),{'ref':_0x3c7458,'className':_0x202cf1(0x55c),'data-embed-fullscreen-sidebar-slot':_0x202cf1(0x357),'data-embed-id':_0x282f2d[_0x202cf1(0x256)]}),_0x3fd847(_0x202cf1(0x47e),{'ref':_0x3df7fa,'className':_0x202cf1(0x5d0),'data-embed-fullscreen-viewport':_0x202cf1(0x357),'onContextMenuCapture':_0x2465d0=>{const _0x79677e=_0x202cf1;_0x2465d0[_0x79677e(0x652)]();}}),_0x3fd847(_0x202cf1(0x47e),{'ref':_0x1c14a2,'className':_0x202cf1(0x4d8),'data-embed-fullscreen-right-sidebar-slot':_0x202cf1(0x357),'data-embed-id':_0x282f2d['embedId'],'children':_0x3f9b67&&_0x3fd847(Dc,{..._0x3f9b67})})]}),_0x3fd847(_0x202cf1(0x47e),{'ref':_0x59b9c7,'className':_0x202cf1(0x3ce),'data-embed-fullscreen-footer-slot':_0x202cf1(0x357),'data-embed-footer-slot':_0x202cf1(0x357)}),_0x3fd847(_0x202cf1(0x47e),{'ref':_0x4a46b2,'className':'univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','data-embed-fullscreen-popup-root':_0x202cf1(0x357),'data-embed-popup-root':_0x202cf1(0x357),'children':_0x3f9b67&&_0x3fd847(Ec,{..._0x3f9b67})})]});}function Ec(_0x380d9e){let {embedId:_0x30bbfe,injector:_0x5f1d62,sourceInjector:_0x35d509,popupContainer:_0x4563b1}=_0x380d9e;return _0xe9062d(_0xe89c60,{'children':[_0xe9062d(Ts,{'injector':_0x5f1d62,'mountContainer':_0x4563b1,'embedId':_0x30bbfe,'children':[_0x3fd847(_0x3af81b,{}),_0x3fd847(_0x51c20f,{})]}),_0x3fd847(Ts,{'injector':_0x35d509,'mountContainer':_0x4563b1,'embedId':_0x30bbfe,'children':_0x3fd847(_0x51c20f,{})})]});}function Dc(_0x3b7321){const _0x3e3445=_0x5a6880;let {embedId:_0x161d47,injector:_0x221e70,sourceInjector:_0x4f21dd,popupContainer:_0x8cc519}=_0x3b7321;return _0xe9062d('aside',{'className':_0x3e3445(0x66f),'children':[_0x3fd847(Ts,{'injector':_0x221e70,'mountContainer':_0x8cc519,'embedId':_0x161d47,'children':_0x3fd847(_0x2d1097,{})}),_0x3fd847(Ts,{'injector':_0x4f21dd,'mountContainer':_0x8cc519,'embedId':_0x161d47,'children':_0x3fd847(_0x2d1097,{})})]});}function Oc(_0xc75dff,_0x274ffc,_0x2cf7e6){const _0x14085f=_0x5a6880;try{return _0xc75dff[_0x14085f(0x312)](_0x2846c0)[_0x14085f(0x42a)](_0x274ffc,_0x2cf7e6);}catch{return;}}const kc={};function Ac(_0x16d66d){const _0x4e1c32=_0x5a6880;let {stage:_0x3a9762,interactionFlow:_0x766b5}=_0x16d66d,_0x39db60=_0x766b5===_0x4e1c32(0x21b),_0x86f311=_0x3a9762===_0x4e1c32(0x200)&&!_0x39db60,_0x4c0d35=_0x3a9762===_0x4e1c32(0x448)||_0x39db60;return{'allowHostBodyDrag':_0x86f311,'disableLiveHostPointerEvents':!_0x39db60&&(_0x3a9762===_0x4e1c32(0x47a)||_0x3a9762===_0x4e1c32(0x200)),'passThroughInteractionGate':_0x4c0d35,'runtimeOwnsInteraction':_0x4c0d35};}function jc(_0x2a2137,_0x228acb){const _0x1a1d33=_0x5a6880;var _0x1e104e;return(_0x2a2137==null?void 0x0:_0x2a2137[_0x1a1d33(0x3c7)])===_0x41e642[_0x1a1d33(0x61b)]&&_0x2a2137[_0x1a1d33(0x2c2)]===_0x41e642[_0x1a1d33(0x61b)]&&!!((_0x1e104e=_0x2a2137[_0x1a1d33(0x611)])!=null&&_0x1e104e[_0x1a1d33(0x3d4)])&&_0x228acb!==_0x1a1d33(0x448);}function Mc(_0x1c1839,_0x5880c1){const _0x144048=_0x5a6880;return jc(_0x1c1839,_0x5880c1)?_0x144048(0x38e):_0x144048(0x15c);}function Nc(_0x47b24f){const _0x513919=_0x5a6880;var _0x45e52d;return _0x47b24f[_0x513919(0x662)]||((_0x45e52d=_0x47b24f[_0x513919(0x29f)])==null?void 0x0:_0x45e52d[_0x513919(0x256)])===_0x47b24f['embedId']&&_0x47b24f['active'][_0x513919(0x61f)]===_0x513919(0x448)||!_0x47b24f[_0x513919(0x3b9)]&&_0x47b24f[_0x513919(0x3cc)]?'stage2':_0x513919(0x47a);}function Pc(_0x2caa4f,_0x383964){const _0x268dbc=_0x5a6880;return _0x2caa4f!==_0x268dbc(0x47b)&&_0x2caa4f!==_0x268dbc(0x606)||_0x383964[_0x268dbc(0x31c)]||_0x383964[_0x268dbc(0x36c)]||_0x383964[_0x268dbc(0x2a5)]?!0x1:Math[_0x268dbc(0x3e0)](_0x383964[_0x268dbc(0x223)])>Math['abs'](_0x383964[_0x268dbc(0x634)]);}const Fc=Symbol('univer.embed.forwarded-wheel-event'),Ic=Symbol(_0x5a6880(0x599));function Lc(_0x1c5bed){const _0x572541=_0x5a6880;let _0x2aae51=_0x5920f0=>{const _0x37a08a=_0x1f5b;var _0x93095b;if(Bc(_0x5920f0))return;if(_0x1c5bed[_0x37a08a(0x6cb)]&&_0x1c5bed[_0x37a08a(0x51d)][_0x37a08a(0x616)](_0x5920f0)){var _0x5b26bc;let _0xc97ca2=_0x1c5bed['getChildContext']();if(_0xc97ca2&&((_0x5b26bc=_0x1c5bed[_0x37a08a(0x67d)])==null?void 0x0:_0x5b26bc[_0x37a08a(0x380)](_0x1c5bed,_0x5920f0,_0xc97ca2))===!0x0||Kc(_0x1c5bed['container'],_0x5920f0)){_0x1c5bed[_0x37a08a(0x61c)](_0x37a08a(0x398)),ll(_0x5920f0,!0x0);return;}}if(_0x5920f0['ctrlKey']||_0x5920f0[_0x37a08a(0x2a5)])return;let _0x3b4e45=_0x1c5bed['getStage']();if(_0x3b4e45===_0x37a08a(0x448))return;let _0x18a7a8=_0x1c5bed[_0x37a08a(0x5d9)](),_0x4174c5=_0x18a7a8?_0x1c5bed[_0x37a08a(0x20e)]['get'](_0x18a7a8[_0x37a08a(0x2c2)],_0x18a7a8[_0x37a08a(0x310)]):void 0x0,_0x1cf7d7=Rc(_0x5920f0,_0x1c5bed['viewScale']),_0x1c10bc=_0x18a7a8?{..._0x18a7a8,'event':_0x1cf7d7,'stage':_0x3b4e45,'viewportScrollY':_0x1c5bed[_0x37a08a(0x4f3)]?_0x1c5bed[_0x37a08a(0x5a3)][_0x37a08a(0x5e4)]:void 0x0}:void 0x0;if(_0x18a7a8&&Yc(_0x18a7a8,_0x5920f0,_0x1c5bed[_0x37a08a(0x4f3)])){var _0x814b0;if(((_0x814b0=_0x1c5bed[_0x37a08a(0x67d)])==null?void 0x0:_0x814b0[_0x37a08a(0x380)](_0x1c5bed,_0x5920f0,_0x18a7a8))===!0x0||Kc(_0x1c5bed['container'],_0x5920f0)){_0x1c5bed[_0x37a08a(0x61c)](_0x37a08a(0x398)),ll(_0x5920f0,!0x0);return;}}let _0x456eb6=_0x1c10bc?_0x1c5bed[_0x37a08a(0x3b6)][_0x37a08a(0x289)](_0x1c10bc):!0x1,_0x5f136b=!_0x456eb6&&Xc(_0x1c5bed[_0x37a08a(0x44d)],_0x5920f0),_0x3c365f=!0x1,_0x533041=!0x1;if(!_0x456eb6&&_0x5f136b?Qc(Zc(_0x5920f0),()=>{const _0x114c9e=_0x37a08a;var _0x1f8713;return _0x533041=((_0x1f8713=_0x1c5bed[_0x114c9e(0x469)])==null?void 0x0:_0x1f8713[_0x114c9e(0x380)](_0x1c5bed,_0x5920f0))===!0x0;},()=>_0x3c365f=(_0x4174c5==null?void 0x0:_0x4174c5[_0x37a08a(0x289)](_0x1c10bc))===!0x0):_0x456eb6||(_0x3c365f=(_0x4174c5==null?void 0x0:_0x4174c5[_0x37a08a(0x289)](_0x1c10bc))===!0x0),!_0x456eb6&&!_0x3c365f&&!_0x533041&&!_0x5f136b&&_0x4174c5&&_0x18a7a8&&$c(_0x5920f0)&&((_0x93095b=_0x1c5bed['onHostWheel'])==null?void 0x0:_0x93095b[_0x37a08a(0x380)](_0x1c5bed,_0x5920f0,_0x18a7a8))===!0x0){_0x1c5bed['invalidate'](_0x37a08a(0x398)),ll(_0x5920f0,!0x0);return;}let _0x3a6dbc=_0x3c365f||_0x533041?!0x1:Uc(_0x5920f0,_0x1c5bed[_0x37a08a(0x4cd)]),_0x6f16a8=_0x3c365f||_0x533041||(_0x5f136b||_0x3a6dbc?!0x1:Wc(_0x5920f0,_0x1c5bed['liveRoot']));(_0x456eb6||_0x3c365f||_0x533041||_0x3a6dbc||_0x6f16a8)&&ll(_0x5920f0,!0x1);},_0x37db1d=_0x4173c7=>{const _0x106a00=_0x1f5b;var _0x20632a;if(_0x1c5bed[_0x106a00(0x32b)]()!==_0x106a00(0x448))return;let _0xb3a061=_0x1c5bed[_0x106a00(0x5d9)]();if(_0xb3a061){if(Xc(_0x1c5bed[_0x106a00(0x44d)],_0x4173c7)){let _0x358c67=_0x1c5bed[_0x106a00(0x20e)][_0x106a00(0x312)](_0xb3a061[_0x106a00(0x2c2)],_0xb3a061[_0x106a00(0x310)]),_0x64cf20=Rc(_0x4173c7,_0x1c5bed[_0x106a00(0x4b4)]),_0xfd2d3c={..._0xb3a061,'event':_0x64cf20,'stage':'stage2','viewportScrollY':_0x1c5bed[_0x106a00(0x4f3)]?_0x1c5bed['hostScrollOffset']['current']:void 0x0};Qc(Zc(_0x4173c7),()=>{const _0x2cd969=_0x106a00;var _0x488bc3;return((_0x488bc3=_0x1c5bed['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0x488bc3[_0x2cd969(0x380)](_0x1c5bed,_0x4173c7))===!0x0;},()=>_0x1c5bed['passiveWheelHandlerRegistry'][_0x106a00(0x289)](_0xfd2d3c)||(_0x358c67==null?void 0x0:_0x358c67['handleWheel'](_0xfd2d3c))===!0x0)&&ll(_0x4173c7,!0x0);return;}Yc(_0xb3a061,_0x4173c7,_0x1c5bed[_0x106a00(0x4f3)])&&(Hc(_0x4173c7)||(Vc(_0x4173c7),(((_0x20632a=_0x1c5bed[_0x106a00(0x67d)])==null?void 0x0:_0x20632a['call'](_0x1c5bed,_0x4173c7,_0xb3a061))===!0x0||Kc(_0x1c5bed['container'],_0x4173c7))&&(_0x1c5bed[_0x106a00(0x61c)](_0x106a00(0x398)),ll(_0x4173c7,!0x0))));}},_0xf14bcd=()=>_0x1c5bed[_0x572541(0x61c)](_0x572541(0x44a));return _0x1c5bed['gate'][_0x572541(0x4e8)]('wheel',_0x2aae51,{'passive':!0x1}),_0x1c5bed[_0x572541(0x4cd)]['addEventListener'](_0x572541(0x455),_0x2aae51,{'capture':!0x0,'passive':!0x1}),_0x1c5bed['container'][_0x572541(0x4e8)]('wheel',_0x37db1d,{'capture':!0x0,'passive':!0x1}),_0x1c5bed[_0x572541(0x4cd)][_0x572541(0x4e8)](_0x572541(0x455),_0x37db1d,{'capture':!0x0,'passive':!0x1}),_0x1c5bed[_0x572541(0x4cd)]['addEventListener']('scroll',_0xf14bcd,!0x0),_0xe7ea20(()=>{const _0x4b6764=_0x572541;_0x1c5bed[_0x4b6764(0x2d8)][_0x4b6764(0x568)](_0x4b6764(0x455),_0x2aae51),_0x1c5bed[_0x4b6764(0x4cd)][_0x4b6764(0x568)](_0x4b6764(0x455),_0x2aae51,{'capture':!0x0}),_0x1c5bed[_0x4b6764(0x44d)]['removeEventListener'](_0x4b6764(0x455),_0x37db1d,{'capture':!0x0}),_0x1c5bed[_0x4b6764(0x4cd)][_0x4b6764(0x568)](_0x4b6764(0x455),_0x37db1d,{'capture':!0x0}),_0x1c5bed[_0x4b6764(0x4cd)]['removeEventListener'](_0x4b6764(0x583),_0xf14bcd,!0x0);});}function Rc(_0x4e69d9,_0x4e0675){const _0x30ac31=_0x5a6880;return typeof _0x4e0675!=_0x30ac31(0x65b)||!Number[_0x30ac31(0x607)](_0x4e0675)||_0x4e0675<=0x0||_0x4e0675===0x1?_0x4e69d9:new WheelEvent(_0x4e69d9['type'],{'altKey':_0x4e69d9['altKey'],'bubbles':_0x4e69d9['bubbles'],'cancelable':_0x4e69d9['cancelable'],'clientX':_0x4e69d9[_0x30ac31(0x577)],'clientY':_0x4e69d9[_0x30ac31(0x1df)],'ctrlKey':_0x4e69d9[_0x30ac31(0x36c)],'deltaMode':_0x4e69d9['deltaMode'],'deltaX':_0x4e69d9[_0x30ac31(0x634)]/_0x4e0675,'deltaY':_0x4e69d9[_0x30ac31(0x223)]/_0x4e0675,'deltaZ':_0x4e69d9['deltaZ']/_0x4e0675,'metaKey':_0x4e69d9['metaKey'],'shiftKey':_0x4e69d9['shiftKey']});}function zc(_0x53fdb3,_0x1cab43){const _0x33092a=_0x5a6880;let _0x40b55a=new WheelEvent(_0x33092a(0x455),{'clientX':_0x53fdb3[_0x33092a(0x577)],'clientY':_0x53fdb3[_0x33092a(0x1df)],'ctrlKey':_0x53fdb3[_0x33092a(0x36c)],'deltaMode':_0x53fdb3[_0x33092a(0x396)],'deltaX':_0x53fdb3[_0x33092a(0x634)],'deltaY':_0x53fdb3[_0x33092a(0x223)],'deltaZ':_0x53fdb3['deltaZ'],'metaKey':_0x53fdb3[_0x33092a(0x2a5)],'shiftKey':_0x53fdb3[_0x33092a(0x31c)],..._0x1cab43});return Object[_0x33092a(0x454)](_0x40b55a,Fc,{'configurable':!0x0,'value':_0x53fdb3}),_0x40b55a;}function Bc(_0x4addaf){return!!_0x4addaf&&_0x4addaf[Fc]instanceof WheelEvent;}function Vc(_0x944a09){const _0x20361c=_0x5a6880;Object[_0x20361c(0x454)](_0x944a09,Ic,{'configurable':!0x0,'value':!0x0});}function Hc(_0x2ebc57){return!!_0x2ebc57[Ic];}function Uc(_0x184d3d,_0x3f61af){const _0x2f563f=_0x5a6880;let _0x2f65c5=al(_0x3f61af,_0x184d3d[_0x2f563f(0x577)],_0x184d3d[_0x2f563f(0x1df)])??_0x3f61af,_0x2e5b95=zc(_0x184d3d,{'bubbles':!0x0,'cancelable':!0x0});return _0x2f65c5[_0x2f563f(0x5c9)](_0x2e5b95),_0x2e5b95[_0x2f563f(0x45e)];}function Wc(_0x54bb8b,_0xbad7b0){const _0x4dc338=_0x5a6880;let _0xee1a6c=ol(al(_0xbad7b0,_0x54bb8b[_0x4dc338(0x577)],_0x54bb8b['clientY'])??_0xbad7b0,_0xbad7b0,_0x54bb8b);return _0xee1a6c?Gc(_0x54bb8b,_0xee1a6c):!0x1;}function Gc(_0x3f22c2,_0x424431){const _0x10112d=_0x5a6880;let _0x545d1b=Zc(_0x3f22c2),_0x45adf9=_0x3f22c2[_0x10112d(0x31c)]?0x0:_0x3f22c2[_0x10112d(0x223)],_0x1d5cf8=_0x424431['scrollLeft'],_0x2807a5=_0x424431[_0x10112d(0x6b2)];return _0x545d1b&&(_0x424431[_0x10112d(0x5e8)]+=_0x545d1b),_0x45adf9&&(_0x424431[_0x10112d(0x6b2)]+=_0x45adf9),_0x424431[_0x10112d(0x5e8)]!==_0x1d5cf8||_0x424431[_0x10112d(0x6b2)]!==_0x2807a5;}function Kc(_0x3b9e53,_0x488fe9){const _0x4398f1=_0x5a6880;let _0x4ebcbd=qc(_0x3b9e53);if(!_0x4ebcbd)return nl(_0x3b9e53[_0x4398f1(0x6ba)][_0x4398f1(0x620)],_0x3b9e53,_0x488fe9);if(!il(_0x4ebcbd))return nl(_0x4ebcbd,_0x3b9e53,_0x488fe9);let _0x587f31=_0x4ebcbd[_0x4398f1(0x6b2)];return _0x4ebcbd[_0x4398f1(0x6b2)]+=_0x488fe9[_0x4398f1(0x223)],_0x4ebcbd[_0x4398f1(0x6b2)]!==_0x587f31;}function qc(_0x5f013d){const _0x39e811=_0x5a6880;let _0x16f7bd=_0x5f013d[_0x39e811(0x2a0)];for(;_0x16f7bd&&_0x16f7bd!==document[_0x39e811(0x620)]&&_0x16f7bd!==document[_0x39e811(0x6eb)];){if(_0x16f7bd['scrollHeight']>_0x16f7bd[_0x39e811(0x345)]&&Jc(_0x16f7bd))return _0x16f7bd;_0x16f7bd=_0x16f7bd[_0x39e811(0x2a0)];}return null;}function Jc(_0x4b96f6){const _0x5612f2=_0x5a6880;let _0x2fa4fc=window['getComputedStyle'](_0x4b96f6);return _0x2fa4fc[_0x5612f2(0x2fc)]==='auto'||_0x2fa4fc[_0x5612f2(0x2fc)]===_0x5612f2(0x583)||_0x2fa4fc['overflow']===_0x5612f2(0x633)||_0x2fa4fc['overflowY']===_0x5612f2(0x3ca)||_0x2fa4fc[_0x5612f2(0x659)]===_0x5612f2(0x583)||_0x2fa4fc[_0x5612f2(0x659)]===_0x5612f2(0x633);}function Yc(_0xe4e47a,_0x550470,_0x4f8568){const _0x18bdb2=_0x5a6880;var _0x293b73;return _0x4f8568||((_0x293b73=_0xe4e47a[_0x18bdb2(0x4dc)][_0x18bdb2(0x611)])==null?void 0x0:_0x293b73[_0x18bdb2(0x640)])===_0x18bdb2(0x34a)?tl(_0x550470):Pc(_0xe4e47a[_0x18bdb2(0x310)],_0x550470);}function Xc(_0x44a757,_0x9b3c02){return!!_0x44a757['closest']('[data-embed-docs-custom-block-sheet-like=\x22true\x22]')&&el(_0x9b3c02);}function Zc(_0x6fdf21){const _0x47ef6b=_0x5a6880;return _0x6fdf21[_0x47ef6b(0x634)]||(_0x6fdf21[_0x47ef6b(0x31c)]?_0x6fdf21[_0x47ef6b(0x223)]:0x0);}function Qc(_0x2f2eb8,_0x50a56e,_0x483f0b){return _0x2f2eb8>0x0?_0x50a56e()||_0x483f0b():_0x483f0b()||_0x50a56e();}function $c(_0x221066){return el(_0x221066)||tl(_0x221066);}function el(_0x30ec54){const _0x2167ac=_0x5a6880;if(_0x30ec54['ctrlKey']||_0x30ec54[_0x2167ac(0x2a5)])return!0x1;let _0x35c352=Zc(_0x30ec54),_0x4cd401=_0x30ec54[_0x2167ac(0x31c)]?0x0:_0x30ec54[_0x2167ac(0x223)];return Math[_0x2167ac(0x3e0)](_0x35c352)>Math[_0x2167ac(0x3e0)](_0x4cd401);}function tl(_0x1302dd){const _0x11a77e=_0x5a6880;return _0x1302dd['shiftKey']||_0x1302dd[_0x11a77e(0x36c)]||_0x1302dd[_0x11a77e(0x2a5)]?!0x1:Math[_0x11a77e(0x3e0)](_0x1302dd[_0x11a77e(0x223)])>Math['abs'](_0x1302dd[_0x11a77e(0x634)]);}function nl(_0xc982e6,_0x20226c,_0x982f17){const _0x32a62c=_0x5a6880;let _0x475c05=Array[_0x32a62c(0x52b)](_0xc982e6[_0x32a62c(0x292)](_0x32a62c(0x530)))[_0x32a62c(0x5e9)](_0x4531cf=>!_0x20226c['contains'](_0x4531cf));return _0x475c05?(_0x475c05[_0x32a62c(0x5c9)](zc(_0x982f17,{'bubbles':!0x0,'cancelable':!0x0,...rl(_0x475c05,_0x20226c,_0x982f17)})),!0x0):!0x1;}function rl(_0x22abb2,_0x4c4b52,_0x1a94f5){const _0x1f5d31=_0x5a6880;if(!sl(_0x4c4b52,_0x1a94f5[_0x1f5d31(0x577)],_0x1a94f5[_0x1f5d31(0x1df)]))return{'clientX':_0x1a94f5['clientX'],'clientY':_0x1a94f5['clientY']};let _0x465d38=_0x22abb2['getBoundingClientRect'](),_0x25aaf4=Math[_0x1f5d31(0x1b5)](0x18,Math['max'](0x4,Math[_0x1f5d31(0x1b5)](_0x465d38[_0x1f5d31(0x5ae)],_0x465d38[_0x1f5d31(0x3f3)])/0x8)),_0x502d45=[{'clientX':_0x465d38['left']+_0x25aaf4,'clientY':_0x465d38['top']+_0x25aaf4},{'clientX':_0x465d38['right']-_0x25aaf4,'clientY':_0x465d38[_0x1f5d31(0x547)]+_0x25aaf4},{'clientX':_0x465d38[_0x1f5d31(0x21d)]+_0x25aaf4,'clientY':_0x465d38[_0x1f5d31(0x523)]-_0x25aaf4},{'clientX':_0x465d38['right']-_0x25aaf4,'clientY':_0x465d38[_0x1f5d31(0x523)]-_0x25aaf4},{'clientX':_0x465d38['left']+_0x465d38[_0x1f5d31(0x5ae)]/0x2,'clientY':_0x465d38[_0x1f5d31(0x547)]+_0x465d38[_0x1f5d31(0x3f3)]/0x2}];return _0x502d45[_0x1f5d31(0x5e9)](_0x1eab39=>!sl(_0x4c4b52,_0x1eab39[_0x1f5d31(0x577)],_0x1eab39[_0x1f5d31(0x1df)]))??_0x502d45[0x0];}function il(_0x79ffaa){const _0x183225=_0x5a6880;let _0x4efb6d=window['getComputedStyle'](_0x79ffaa);return _0x4efb6d[_0x183225(0x2fc)]===_0x183225(0x3ca)||_0x4efb6d[_0x183225(0x2fc)]===_0x183225(0x583)||_0x4efb6d[_0x183225(0x659)]===_0x183225(0x3ca)||_0x4efb6d['overflowY']===_0x183225(0x583);}function al(_0x4d9e65,_0x3c3920,_0x506191){const _0x331cd4=_0x5a6880;if(!sl(_0x4d9e65,_0x3c3920,_0x506191))return null;let _0x28fa08=_0x4d9e65[_0x331cd4(0x6ba)][_0x331cd4(0x404)];if(typeof _0x28fa08==_0x331cd4(0x581)){let _0x4c0ab2=_0x28fa08[_0x331cd4(0x380)](_0x4d9e65[_0x331cd4(0x6ba)],_0x3c3920,_0x506191)[_0x331cd4(0x5e9)](_0x38872d=>_0x38872d instanceof HTMLElement&&_0x4d9e65[_0x331cd4(0x651)](_0x38872d));if(_0x4c0ab2)return _0x4c0ab2;}let _0xdb45fc=_0x4d9e65,_0x4fc01c=_0x501e6a=>{const _0x16123e=_0x331cd4;let _0x28997d=Array[_0x16123e(0x52b)](_0x501e6a[_0x16123e(0x333)]);for(let _0x1db2f6=_0x28997d[_0x16123e(0x5dc)]-0x1;_0x1db2f6>=0x0;_0x1db2f6--){let _0x112177=_0x28997d[_0x1db2f6];if(!(!(_0x112177 instanceof HTMLElement)||!sl(_0x112177,_0x3c3920,_0x506191))){_0xdb45fc=_0x112177,_0x4fc01c(_0x112177);return;}}};return _0x4fc01c(_0x4d9e65),_0xdb45fc;}function ol(_0x35af04,_0x3356bb,_0x1c5bcc){const _0x1b9ffb=_0x5a6880;let _0xfc2b6c=Zc(_0x1c5bcc),_0x29b8fc=_0x1c5bcc[_0x1b9ffb(0x31c)]?0x0:_0x1c5bcc[_0x1b9ffb(0x223)],_0x322b4f=_0x35af04;for(;_0x322b4f&&_0x3356bb['contains'](_0x322b4f);){if(cl(_0x322b4f,_0xfc2b6c,_0x29b8fc))return _0x322b4f;_0x322b4f=_0x322b4f[_0x1b9ffb(0x2a0)];}return cl(_0x3356bb,_0xfc2b6c,_0x29b8fc)?_0x3356bb:null;}function sl(_0x15f209,_0x3f92d5,_0x4b5671){const _0x36f543=_0x5a6880;let _0x419d74=_0x15f209[_0x36f543(0x4d4)]();return _0x3f92d5>=_0x419d74[_0x36f543(0x21d)]&&_0x3f92d5<=_0x419d74[_0x36f543(0x6c6)]&&_0x4b5671>=_0x419d74['top']&&_0x4b5671<=_0x419d74[_0x36f543(0x523)];}function cl(_0x3a7bc1,_0x1a6d52,_0x10b80f){const _0x1dc35a=_0x5a6880;let _0x265b77=_0x1a6d52!==0x0&&_0x3a7bc1['scrollWidth']>_0x3a7bc1[_0x1dc35a(0x181)]&&(_0x1a6d52<0x0?_0x3a7bc1['scrollLeft']>0x0:_0x3a7bc1['scrollLeft']+_0x3a7bc1[_0x1dc35a(0x181)]<_0x3a7bc1[_0x1dc35a(0x645)]),_0x2102ba=_0x10b80f!==0x0&&_0x3a7bc1[_0x1dc35a(0x2ce)]>_0x3a7bc1['clientHeight']&&(_0x10b80f<0x0?_0x3a7bc1[_0x1dc35a(0x6b2)]>0x0:_0x3a7bc1[_0x1dc35a(0x6b2)]+_0x3a7bc1[_0x1dc35a(0x345)]<_0x3a7bc1[_0x1dc35a(0x2ce)]);return _0x265b77||_0x2102ba;}function ll(_0x24af77,_0x498d87){const _0x416a9b=_0x5a6880;_0x24af77[_0x416a9b(0x652)](),_0x24af77['stopPropagation'](),_0x498d87&&_0x24af77[_0x416a9b(0x561)]();}var ul=class{constructor(){const _0x32c012=_0x5a6880;Y(this,_0x32c012(0x3c9),new _0x2a48f3()),Y(this,_0x32c012(0x541),new Map()),Y(this,'_entriesByEmbedId',new Map()),Y(this,_0x32c012(0x6e2),new Map()),Y(this,_0x32c012(0x5bc),[]),Y(this,_0x32c012(0x3c1),!0x1),Y(this,'_activeDrain',null);}['registerProvider'](_0x22598a){const _0x2c8bc1=_0x5a6880;return this[_0x2c8bc1(0x541)][_0x2c8bc1(0x6a7)](_0x22598a[_0x2c8bc1(0x2c2)],_0x22598a),_0xe7ea20(()=>{const _0x24dd31=_0x2c8bc1;this[_0x24dd31(0x541)][_0x24dd31(0x312)](_0x22598a['childType'])===_0x22598a&&this[_0x24dd31(0x541)]['delete'](_0x22598a[_0x24dd31(0x2c2)]);});}['getProvider'](_0x13760e){const _0x3d022c=_0x5a6880;return this[_0x3d022c(0x541)][_0x3d022c(0x312)](_0x13760e);}[_0x5a6880(0x6b4)](_0x46891f){const _0x2101cc=_0x5a6880;return this[_0x2101cc(0x529)]['get'](_0x46891f);}[_0x5a6880(0x15e)](_0x11e6cc){const _0x3327d0=_0x5a6880;let _0xe0848f=this[_0x3327d0(0x52f)](_0x11e6cc),_0x581e80=this[_0x3327d0(0x6e2)][_0x3327d0(0x312)](_0xe0848f);if(_0x581e80&&(_0x581e80[_0x3327d0(0x384)]===_0x3327d0(0x1d2)||_0x581e80[_0x3327d0(0x384)]==='ready'))return _0x581e80;let _0x1210f0=this[_0x3327d0(0x529)]['get'](_0x11e6cc['descriptor'][_0x3327d0(0x256)]),_0x4c720b={'embedId':_0x11e6cc['descriptor'][_0x3327d0(0x256)],'childUnitId':_0x11e6cc['childUnitId'],'childType':_0x11e6cc[_0x3327d0(0x2c2)],'status':_0x3327d0(0x1d2),'width':Math['max'](0x1,Math[_0x3327d0(0x2c3)](_0x11e6cc['width'])),'height':Math[_0x3327d0(0x168)](0x1,Math['round'](_0x11e6cc['height'])),'dpr':_0x11e6cc[_0x3327d0(0x167)],'viewState':_0x11e6cc[_0x3327d0(0x570)]??(_0x1210f0==null?void 0x0:_0x1210f0['viewState']),'revision':((_0x1210f0==null?void 0x0:_0x1210f0[_0x3327d0(0x1c8)])??0x0)+0x1,'updatedAt':Date[_0x3327d0(0x6ca)]()};return this[_0x3327d0(0x6e2)]['set'](_0xe0848f,_0x4c720b),this[_0x3327d0(0x529)]['set'](_0x4c720b[_0x3327d0(0x256)],_0x4c720b),this['_queue'][_0x3327d0(0x5a2)](_0x11e6cc),this[_0x3327d0(0x2de)](),this['previewUpdated$'][_0x3327d0(0x4af)](_0x4c720b),_0x4c720b;}async['collectViewState'](_0x27aa11){const _0x418fbf=_0x5a6880;let _0x1f1f01=this[_0x418fbf(0x541)][_0x418fbf(0x312)](_0x27aa11[_0x418fbf(0x2c2)]);if(!_0x1f1f01)return;let _0x168c29=await _0x1f1f01[_0x418fbf(0x3c0)](_0x27aa11);return this[_0x418fbf(0x1cf)](_0x27aa11[_0x418fbf(0x256)],_0x168c29),_0x168c29;}async[_0x5a6880(0x622)](_0x58838a,_0x17b757){const _0x35d9ee=_0x5a6880;if(_0x17b757==null)return;let _0x463f7b=this['_providers'][_0x35d9ee(0x312)](_0x58838a[_0x35d9ee(0x2c2)]);await(_0x463f7b==null?void 0x0:_0x463f7b[_0x35d9ee(0x622)](_0x58838a,_0x17b757));}[_0x5a6880(0x1cf)](_0x5f5daf,_0x2de945){const _0x1d5484=_0x5a6880;let _0x1cf818=this[_0x1d5484(0x529)]['get'](_0x5f5daf);if(!_0x1cf818){let _0x4f1a83={'embedId':_0x5f5daf,'childUnitId':'','childType':void 0x0,'status':_0x1d5484(0x210),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x2de945,'revision':0x0,'updatedAt':Date['now']()};this['_entriesByEmbedId']['set'](_0x5f5daf,_0x4f1a83),this['previewUpdated$']['next'](_0x4f1a83);return;}_0x1cf818['viewState']=_0x2de945,_0x1cf818[_0x1d5484(0x56b)]=Date[_0x1d5484(0x6ca)](),this[_0x1d5484(0x3c9)][_0x1d5484(0x4af)](_0x1cf818);}[_0x5a6880(0x6be)](_0x1e085e,_0x506794){const _0x30496b=_0x5a6880;let _0x568fb9=this['_entriesByEmbedId'][_0x30496b(0x312)](_0x1e085e);_0x568fb9&&(_0x568fb9[_0x30496b(0x384)]=_0x30496b(0x210),_0x568fb9[_0x30496b(0x50f)]=_0x506794,_0x568fb9[_0x30496b(0x56b)]=Date[_0x30496b(0x6ca)](),this['previewUpdated$'][_0x30496b(0x4af)](_0x568fb9));}[_0x5a6880(0x61c)](_0x3f737c){const _0x15a788=_0x5a6880;let _0x13f81e=this[_0x15a788(0x529)][_0x15a788(0x312)](_0x3f737c);this[_0x15a788(0x529)][_0x15a788(0x556)](_0x3f737c),_0x13f81e&&Array[_0x15a788(0x52b)](this[_0x15a788(0x6e2)]['entries']())[_0x15a788(0x68e)](([_0x1baebe,_0x50fa4c])=>{const _0x4349dc=_0x15a788;_0x50fa4c['embedId']===_0x3f737c&&this[_0x4349dc(0x6e2)][_0x4349dc(0x556)](_0x1baebe);});}[_0x5a6880(0x52f)](_0x3c38a4){const _0x478bd5=_0x5a6880;return[_0x3c38a4[_0x478bd5(0x4dc)][_0x478bd5(0x256)],_0x3c38a4[_0x478bd5(0x21e)],_0x3c38a4[_0x478bd5(0x2c2)],Math[_0x478bd5(0x168)](0x1,Math['round'](_0x3c38a4['width'])),Math['max'](0x1,Math[_0x478bd5(0x2c3)](_0x3c38a4['height'])),_0x3c38a4[_0x478bd5(0x167)]][_0x478bd5(0x170)]('::');}async[_0x5a6880(0x670)](){const _0x26c225=_0x5a6880;for(;this['_queue']['length']>0x0||this['_rendering']||this['_activeDrain'];)await(this[_0x26c225(0x1b3)]??Promise[_0x26c225(0x600)]()),await Promise['resolve']();}[_0x5a6880(0x526)](){const _0x376b9b=_0x5a6880;this[_0x376b9b(0x541)][_0x376b9b(0x5b5)](),this['_entriesByEmbedId'][_0x376b9b(0x5b5)](),this[_0x376b9b(0x6e2)][_0x376b9b(0x5b5)](),this[_0x376b9b(0x5bc)][_0x376b9b(0x5dc)]=0x0,this['previewUpdated$'][_0x376b9b(0x273)]();}[_0x5a6880(0x2de)](){const _0x51e60e=_0x5a6880;this[_0x51e60e(0x3c1)]||this[_0x51e60e(0x1b3)]||(this['_activeDrain']=this['_runQueue']()[_0x51e60e(0x36e)](()=>{const _0x35cb10=_0x51e60e;this[_0x35cb10(0x1b3)]=null;}));}async[_0x5a6880(0x2cc)](){const _0x32c8df=_0x5a6880;if(!this['_rendering']){this[_0x32c8df(0x3c1)]=!0x0;try{for(;this[_0x32c8df(0x5bc)][_0x32c8df(0x5dc)]>0x0;)await this[_0x32c8df(0x2b2)](this[_0x32c8df(0x5bc)][_0x32c8df(0x4e0)]());}finally{this['_rendering']=!0x1;}}}async[_0x5a6880(0x2b2)](_0x32cc29){const _0x39d605=_0x5a6880;let _0x3bbbff=this[_0x39d605(0x52f)](_0x32cc29),_0x3bd3eb=this[_0x39d605(0x6e2)][_0x39d605(0x312)](_0x3bbbff);if(!_0x3bd3eb||_0x3bd3eb['status']!==_0x39d605(0x1d2))return;let _0x21fe00=this[_0x39d605(0x541)][_0x39d605(0x312)](_0x32cc29[_0x39d605(0x2c2)]),_0x6f6205=this[_0x39d605(0x1db)](_0x3bd3eb[_0x39d605(0x256)],_0x3bd3eb);if(!_0x21fe00){let _0x5eeb35=_0x32cc29[_0x39d605(0x540)]?_s(_0x32cc29[_0x39d605(0x540)]):void 0x0;if(_0x5eeb35){_0x3bd3eb[_0x39d605(0x489)]=_0x5eeb35,_0x3bd3eb[_0x39d605(0x384)]=_0x39d605(0x15c),_0x3bd3eb[_0x39d605(0x56b)]=Date[_0x39d605(0x6ca)](),this['_entriesByEmbedId'][_0x39d605(0x6a7)](_0x3bd3eb[_0x39d605(0x256)],_0x3bd3eb),this[_0x39d605(0x3c9)][_0x39d605(0x4af)](_0x3bd3eb);return;}this['_setRenderFailure'](_0x3bd3eb,_0x6f6205,Error(_0x39d605(0x4e1)+_0x32cc29[_0x39d605(0x2c2)]));return;}try{let _0x3d5417=await _0x21fe00[_0x39d605(0x3a4)]({..._0x32cc29,'width':_0x3bd3eb[_0x39d605(0x5ae)],'height':_0x3bd3eb[_0x39d605(0x3f3)],'viewState':_0x3bd3eb['viewState']});if(this[_0x39d605(0x6e2)][_0x39d605(0x312)](_0x3bbbff)!==_0x3bd3eb||_0x3bd3eb[_0x39d605(0x384)]!=='pending')return;if(!_0x3d5417){this[_0x39d605(0x26b)](_0x3bd3eb,_0x6f6205,Error(_0x39d605(0x59a)));return;}_0x3bd3eb['image']=_0x3d5417,_0x3bd3eb[_0x39d605(0x384)]=_0x39d605(0x15c),_0x3bd3eb[_0x39d605(0x56b)]=Date[_0x39d605(0x6ca)](),this[_0x39d605(0x529)]['set'](_0x3bd3eb[_0x39d605(0x256)],_0x3bd3eb),this['previewUpdated$']['next'](_0x3bd3eb);}catch(_0x3a8c42){this['_setRenderFailure'](_0x3bd3eb,_0x6f6205,_0x3a8c42);}}[_0x5a6880(0x1db)](_0x3a449b,_0x5de67f){const _0x5c9327=_0x5a6880;let _0x1e4dec=this[_0x5c9327(0x529)][_0x5c9327(0x312)](_0x3a449b);return _0x1e4dec&&_0x1e4dec!==_0x5de67f&&_0x1e4dec['image']?_0x1e4dec:Array['from'](this[_0x5c9327(0x6e2)]['values']())['reverse']()['find'](_0x1e7ba3=>_0x1e7ba3[_0x5c9327(0x256)]===_0x3a449b&&_0x1e7ba3!==_0x5de67f&&_0x1e7ba3['image']);}[_0x5a6880(0x26b)](_0x14fdae,_0x143ac3,_0x67a7be){const _0x2bcaf3=_0x5a6880;_0x14fdae[_0x2bcaf3(0x384)]=_0x143ac3!=null&&_0x143ac3['image']?'stale':_0x2bcaf3(0x50f),_0x14fdae[_0x2bcaf3(0x489)]=_0x143ac3==null?void 0x0:_0x143ac3[_0x2bcaf3(0x489)],_0x14fdae['viewState']=_0x14fdae['viewState']??(_0x143ac3==null?void 0x0:_0x143ac3['viewState']),_0x14fdae[_0x2bcaf3(0x50f)]=_0x67a7be,_0x14fdae[_0x2bcaf3(0x56b)]=Date[_0x2bcaf3(0x6ca)](),this[_0x2bcaf3(0x529)][_0x2bcaf3(0x6a7)](_0x14fdae[_0x2bcaf3(0x256)],_0x14fdae),this[_0x2bcaf3(0x3c9)][_0x2bcaf3(0x4af)](_0x14fdae);}},dl=class{constructor(){const _0x1af711=_0x5a6880;Y(this,_0x1af711(0x558),new Map()),Y(this,_0x1af711(0x185),new _0x2a48f3()),Y(this,'geometryInvalidated$',this[_0x1af711(0x185)][_0x1af711(0x3bc)]());}['register'](_0x3c6e71){const _0x433985=_0x5a6880;return this[_0x433985(0x558)][_0x433985(0x6a7)](_0x3c6e71[_0x433985(0x256)],_0x3c6e71),this[_0x433985(0x61c)]({'embedId':_0x3c6e71[_0x433985(0x256)],'reason':_0x433985(0x5bf)}),_0xe7ea20(()=>{const _0x4fa90b=_0x433985;this[_0x4fa90b(0x558)][_0x4fa90b(0x312)](_0x3c6e71[_0x4fa90b(0x256)])===_0x3c6e71&&(this[_0x4fa90b(0x558)][_0x4fa90b(0x556)](_0x3c6e71['embedId']),this[_0x4fa90b(0x61c)]({'embedId':_0x3c6e71[_0x4fa90b(0x256)],'reason':_0x4fa90b(0x5bf)}));});}[_0x5a6880(0x589)](_0x3da226){const _0x118cd4=_0x5a6880;return this[_0x118cd4(0x558)]['get'](_0x3da226);}[_0x5a6880(0x166)](_0x309238){const _0x81455c=_0x5a6880;return Array['from'](this[_0x81455c(0x558)]['values']())['find'](_0x3a7bdf=>_0x3a7bdf[_0x81455c(0x21e)]===_0x309238);}[_0x5a6880(0x61c)](_0x5476e5){const _0xaf31ca=_0x5a6880;this['_geometryInvalidated$'][_0xaf31ca(0x4af)](_0x5476e5);}};let fl=class{constructor(_0x32bf3b,_0xb79a7c,_0x1a5223,_0x46c74f){const _0x37fb97=_0x5a6880;this[_0x37fb97(0x229)]=_0x32bf3b,this[_0x37fb97(0x3f6)]=_0xb79a7c,this[_0x37fb97(0x15f)]=_0x1a5223,this['_anchorModelService']=_0x46c74f;}async[_0x5a6880(0x499)](_0x114b35){const _0x4cd23d=_0x5a6880;return this[_0x4cd23d(0x3f6)][_0x4cd23d(0x499)](_0x114b35);}async[_0x5a6880(0x54b)](_0x1a1cfa){const _0x3ebb40=_0x5a6880;let _0xab4543=_0x1a1cfa[_0x3ebb40(0x4dc)],_0xab9316=_0x1a1cfa[_0x3ebb40(0x57f)]??this[_0x3ebb40(0x15f)][_0x3ebb40(0x591)]({'embedId':_0xab4543[_0x3ebb40(0x256)],'hostUnitId':_0xab4543[_0x3ebb40(0x214)],'hostType':_0xab4543['hostType'],'entry':_0xab4543['entry'],'hostAnchorId':_0xab4543[_0x3ebb40(0x6a1)],'hostContext':_0x1a1cfa[_0x3ebb40(0x33a)],'descriptor':_0xab4543});return this[_0x3ebb40(0x229)][_0x3ebb40(0x1cd)](_0xab4543[_0x3ebb40(0x214)],_0xab4543),this[_0x3ebb40(0x4ba)][_0x3ebb40(0x468)](_0xab9316),this[_0x3ebb40(0x229)][_0x3ebb40(0x42a)](_0xab4543[_0x3ebb40(0x214)],_0xab4543[_0x3ebb40(0x256)]);}};fl=vs([$(0x0,_0x5f0e9f(_0x2846c0)),$(0x1,_0x5f0e9f(_0x5af77f)),$(0x2,_0x5f0e9f(_0x409284)),$(0x3,_0x5f0e9f(_0x23070b))],fl);function pl(_0x21d56c){const _0x7f153f=_0x5a6880;var _0x21b00c;if(!_0x21d56c)return;let _0x34fa52=((_0x21b00c=_0x21d56c['closest'](_0x7f153f(0x6ec)))==null?void 0x0:_0x21b00c['getAttribute'](_0x7f153f(0x46a)))??void 0x0,_0x922e6=ml(_0x21d56c,_0x34fa52),_0x203446=(_0x922e6==null?void 0x0:_0x922e6[_0x7f153f(0x364)](_0x7f153f(0x202)))??_0x34fa52;if(_0x203446)return{'embedId':_0x203446,'hostUnitId':(_0x922e6==null?void 0x0:_0x922e6[_0x7f153f(0x364)](_0x7f153f(0x28b)))??void 0x0,'childUnitId':(_0x922e6==null?void 0x0:_0x922e6[_0x7f153f(0x364)](_0x325673))??void 0x0,'childType':gl(_0x922e6)};}function ml(_0x401d9c,_0x3e4a51){const _0x30cb0f=_0x5a6880;let _0x330f0b=_0x401d9c==null?void 0x0:_0x401d9c[_0x30cb0f(0x5ba)]('[data-embed-float-dom=\x22true\x22]');if(_0x330f0b&&(!_0x3e4a51||_0x330f0b[_0x30cb0f(0x364)]('data-embed-id')===_0x3e4a51))return _0x330f0b;let _0x22148f=(_0x401d9c==null?void 0x0:_0x401d9c['ownerDocument'])??(typeof document>'u'?void 0x0:document);return!_0x22148f||!_0x3e4a51?_0x330f0b??void 0x0:_0x22148f[_0x30cb0f(0x635)](_0x30cb0f(0x6f9)+hl(_0x3e4a51)+'\x22]')??void 0x0;}function hl(_0x56a81b){const _0x1aab16=_0x5a6880;return _0x56a81b[_0x1aab16(0x621)](/\\/g,'\x5c\x5c')[_0x1aab16(0x621)](/"/g,'\x5c\x22');}function gl(_0x3708f1){const _0x487b1a=_0x5a6880;let _0x200991=_0x3708f1==null?void 0x0:_0x3708f1[_0x487b1a(0x364)](_0x487b1a(0x4dd));if(_0x200991!=null&&_0x200991!=='')return Number(_0x200991);}var _l=class{constructor(){Y(this,'_sessions',new WeakMap()),Y(this,'_hostGestureEvents',new WeakSet());}['register'](_0x5db879){const _0x330405=_0x5a6880;let _0x474fe7=this[_0x330405(0x50d)][_0x330405(0x312)](_0x5db879);if(!_0x474fe7){let _0x270ce0=_0x5db879[_0x330405(0x6ba)][_0x330405(0x479)];if(!_0x270ce0)return _0xe7ea20(()=>{});let _0x3b1e14=_0x3c6396=>this[_0x330405(0x487)](_0x5db879,_0x3c6396);_0x270ce0[_0x330405(0x4e8)](_0x330405(0x455),_0x3b1e14,{'capture':!0x0,'passive':!0x0}),_0x474fe7={'activeUntil':0x0,'dispose':()=>_0x270ce0[_0x330405(0x568)](_0x330405(0x455),_0x3b1e14,{'capture':!0x0}),'refCount':0x0},this[_0x330405(0x50d)]['set'](_0x5db879,_0x474fe7);}let _0x90c491=_0x474fe7;return _0x90c491[_0x330405(0x1ef)]+=0x1,_0xe7ea20(()=>{const _0x47c039=_0x330405;--_0x90c491[_0x47c039(0x1ef)],!(_0x90c491[_0x47c039(0x1ef)]>0x0||this['_sessions'][_0x47c039(0x312)](_0x5db879)!==_0x90c491)&&(_0x90c491[_0x47c039(0x526)](),this[_0x47c039(0x50d)][_0x47c039(0x556)](_0x5db879));});}[_0x5a6880(0x616)](_0x4a9ad3){const _0x662b02=_0x5a6880;return this[_0x662b02(0x33b)][_0x662b02(0x255)](_0x4a9ad3);}[_0x5a6880(0x487)](_0x4e4c81,_0x3246d4){const _0x3426f2=_0x5a6880;var _0x101741;let _0x2f5ad4=_0x4e4c81['ownerDocument'][_0x3426f2(0x479)];if(!_0x2f5ad4)return;let _0xedef1c=vl(_0x3246d4,_0x2f5ad4);if(!_0xedef1c||!_0x4e4c81[_0x3426f2(0x651)](_0xedef1c))return;let _0x4f2fb7=this[_0x3426f2(0x50d)][_0x3426f2(0x312)](_0x4e4c81);if(!_0x4f2fb7)return;let _0x5eb6af=Date[_0x3426f2(0x6ca)](),_0x5e4d03=ml(_0xedef1c);if(!_0x5e4d03||!_0x4e4c81[_0x3426f2(0x651)](_0x5e4d03)){_0x4f2fb7[_0x3426f2(0x5c7)]=_0x5eb6af+0x1f4;return;}if(((_0x101741=pl(_0x5e4d03))==null?void 0x0:_0x101741['childType'])===_0x41e642[_0x3426f2(0x19b)]){_0x4f2fb7['activeUntil']=_0x5eb6af+0x1f4,this[_0x3426f2(0x33b)][_0x3426f2(0x25c)](_0x3246d4);return;}_0x5eb6af>=_0x4f2fb7[_0x3426f2(0x5c7)]||(_0x4f2fb7[_0x3426f2(0x5c7)]=_0x5eb6af+0x1f4,this[_0x3426f2(0x33b)]['add'](_0x3246d4));}};function vl(_0x54f8b0,_0x475811){const _0xfaa635=_0x5a6880;let _0x366b98=_0x54f8b0[_0xfaa635(0x428)];return _0x366b98 instanceof _0x475811[_0xfaa635(0x650)]?_0x366b98:_0x366b98 instanceof _0x475811[_0xfaa635(0x615)]||_0x366b98 instanceof _0x475811[_0xfaa635(0x304)]?_0x366b98[_0xfaa635(0x2a0)]:null;}var yl=class{constructor(){const _0x3d5d3d=_0x5a6880;Y(this,_0x3d5d3d(0x541),new Map());}[_0x5a6880(0x3f2)](_0x57c925){const _0x1dfc41=_0x5a6880;return this[_0x1dfc41(0x541)][_0x1dfc41(0x6a7)](_0x57c925['childType'],_0x57c925),_0xe7ea20(()=>{const _0x5975f6=_0x1dfc41;this[_0x5975f6(0x541)][_0x5975f6(0x312)](_0x57c925[_0x5975f6(0x2c2)])===_0x57c925&&this[_0x5975f6(0x541)]['delete'](_0x57c925[_0x5975f6(0x2c2)]);});}['get'](_0x318a84,_0x32e570){const _0x327b00=_0x5a6880;var _0x17cbcc;let _0x144ffc=this[_0x327b00(0x541)]['get'](_0x318a84);if(_0x144ffc&&!(_0x32e570&&(_0x17cbcc=_0x144ffc['supportedLayouts'])!=null&&_0x17cbcc[_0x327b00(0x5dc)]&&!_0x144ffc[_0x327b00(0x64f)]['includes'](_0x32e570)))return _0x144ffc;}[_0x5a6880(0x1ec)](){return[...this['_providers']['values']()];}},bl=class{constructor(){Y(this,'_handlers',[]);}['register'](_0xc22fe9){const _0x3fc291=_0x5a6880;return this[_0x3fc291(0x500)]['push'](_0xc22fe9),this[_0x3fc291(0x1b8)](),_0xe7ea20(()=>{const _0x385c28=_0x3fc291;let _0x35055c=this[_0x385c28(0x500)][_0x385c28(0x5da)](_0xc22fe9);_0x35055c>=0x0&&this['_handlers'][_0x385c28(0x366)](_0x35055c,0x1);});}[_0x5a6880(0x289)](_0x53ae21){const _0x3ab2f2=_0x5a6880;for(let _0x3ee896 of this[_0x3ab2f2(0x500)]){var _0x13900e;if(_0x3ee896[_0x3ab2f2(0x2c2)]===_0x53ae21[_0x3ab2f2(0x2c2)]&&!(_0x53ae21[_0x3ab2f2(0x310)]&&(_0x13900e=_0x3ee896[_0x3ab2f2(0x64f)])!=null&&_0x13900e[_0x3ab2f2(0x5dc)]&&!_0x3ee896[_0x3ab2f2(0x64f)][_0x3ab2f2(0x1af)](_0x53ae21[_0x3ab2f2(0x310)]))&&_0x3ee896['handleWheel'](_0x53ae21)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x4fd5c6=_0x5a6880;return[...this[_0x4fd5c6(0x500)]];}['_sortHandlers'](){const _0x1b0b63=_0x5a6880;this[_0x1b0b63(0x500)]['sort']((_0x79459,_0x385935)=>(_0x385935['order']??0x0)-(_0x79459['order']??0x0));}};function xl(_0xcbb40e){const _0x499067=_0x5a6880;if(!_0xcbb40e||typeof _0xcbb40e!='object')return;let _0x5c03ef=_0xcbb40e;return _0x5c03ef[_0x499067(0x508)]===0x1&&_0x5c03ef['embedId']&&_0x5c03ef[_0x499067(0x6a1)]?_0x5c03ef:void 0x0;}const Sl=new Map();function Cl(_0x34a4c8){const _0x5d2ff9=_0x5a6880;var _0x2dfdea,_0x4c8020;let {container:_0x368a16,content:_0x22901d,offset:_0xdf92ec}=_0x34a4c8;if(!_0x34a4c8['enabled'])return _0xdf92ec[_0x5d2ff9(0x5e4)]=0x0,_0x22901d[_0x5d2ff9(0x38f)][_0x5d2ff9(0x59e)](_0x5d2ff9(0x5e5)),_0x22901d['style']['removeProperty']('clip-path'),_0xe7ea20(()=>{});let _0x512675=_0x368a16['ownerDocument']['defaultView']??window,_0x231687=Zl(_0x34a4c8['viewScale'],0x1),_0xd560b9=!0x1,_0x3c182d,_0x23e0d8=()=>{const _0x52e64e=_0x5d2ff9;var _0x19957a;if(_0xd560b9)return;let _0x297136=_0x34a4c8[_0x52e64e(0x5d9)]();if(!_0x297136){_0xdf92ec[_0x52e64e(0x5e4)]=0x0,_0x22901d[_0x52e64e(0x38f)][_0x52e64e(0x59e)]('transform'),_0x22901d[_0x52e64e(0x38f)]['removeProperty'](_0x52e64e(0x534));return;}let _0x46afd5=_0x34a4c8[_0x52e64e(0x2d0)](_0x297136);if(!_0x46afd5)return;let _0x29deb7=qc(_0x368a16),_0x13abdd=(_0x29deb7==null?void 0x0:_0x29deb7['getBoundingClientRect']())??{'height':_0x512675[_0x52e64e(0x6ed)],'top':0x0,'width':_0x512675[_0x52e64e(0x196)]},_0x1c6a16=_0x368a16[_0x52e64e(0x4d4)](),_0x435ca6=Zl(_0x34a4c8['contentHeight'],_0x1c6a16[_0x52e64e(0x3f3)]/_0x231687),_0x2526f1=Math[_0x52e64e(0x1b5)](_0x435ca6,Zl(_0x34a4c8['viewportHeight'],_0x22901d['getBoundingClientRect']()['height']/_0x231687,_0x13abdd[_0x52e64e(0x3f3)]/_0x231687)),_0x29a18f=El({'collapseWithoutChildScroll':_0x34a4c8[_0x52e64e(0x342)],'contentHeight':_0x435ca6,'hostOffset':Math[_0x52e64e(0x168)](0x0,(_0x13abdd[_0x52e64e(0x547)]-_0x1c6a16[_0x52e64e(0x547)])/_0x231687),'stickyHeaderHeight':Math[_0x52e64e(0x168)](0x18,((_0x19957a=_0x46afd5[_0x52e64e(0x619)])==null?void 0x0:_0x19957a['call'](_0x46afd5,_0x297136))??0x0),'viewportHeight':_0x2526f1});if(_0x22901d[_0x52e64e(0x38f)]['transform']=_0x29a18f[_0x52e64e(0x613)]===0x0?'':'translateY('+_0x29a18f[_0x52e64e(0x613)]*_0x231687+_0x52e64e(0x587),_0x22901d[_0x52e64e(0x38f)][_0x52e64e(0x219)]=_0x29a18f[_0x52e64e(0x4a1)]===0x0?'':_0x52e64e(0x555)+_0x29a18f[_0x52e64e(0x4a1)]*_0x231687+_0x52e64e(0x576),!wl(_0x34a4c8[_0x52e64e(0x3b0)][_0x52e64e(0x5e4)],_0x52e64e(0x34a))||_0x34a4c8['syncingHostFromChild'][_0x52e64e(0x5e4)])return;let _0x4a49df=_0x29a18f[_0x52e64e(0x6cc)]-_0xdf92ec[_0x52e64e(0x5e4)];if(Math[_0x52e64e(0x3e0)](_0x4a49df)<0.5)return;_0xdf92ec[_0x52e64e(0x5e4)]=_0x29a18f['childOffset'],_0x34a4c8[_0x52e64e(0x61c)]();let _0x2ee25c=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x1c6a16[_0x52e64e(0x21d)]+Math['min'](_0x1c6a16[_0x52e64e(0x5ae)],_0x13abdd[_0x52e64e(0x5ae)])/0x2,'clientY':_0x13abdd[_0x52e64e(0x547)]+_0x2526f1*_0x231687/0x2,'deltaY':_0x4a49df});_0x34a4c8[_0x52e64e(0x604)][_0x52e64e(0x5e4)]=!0x0;try{_0x46afd5[_0x52e64e(0x289)]({..._0x297136,'event':_0x2ee25c,'source':_0x52e64e(0x2da),'stage':_0x34a4c8['getStage'](),'viewportScrollY':_0x29a18f[_0x52e64e(0x6cc)]});}finally{_0x34a4c8[_0x52e64e(0x604)][_0x52e64e(0x5e4)]=!0x1;}},_0x8ce802=()=>{_0x23e0d8(),_0xd560b9||(_0x3c182d=_0x512675['requestAnimationFrame'](_0x8ce802));},_0x42b848=()=>{const _0x305b70=_0x5d2ff9;globalThis[_0x305b70(0x689)](()=>{_0xd560b9||_0x23e0d8();});},_0xeb35bd=_0x34a4c8['getChildContext'](),_0x30e83e=_0xeb35bd?_0x34a4c8[_0x5d2ff9(0x2d0)](_0xeb35bd):void 0x0,_0x3be513=_0xeb35bd&&(_0x30e83e==null||(_0x2dfdea=_0x30e83e[_0x5d2ff9(0x19c)])==null?void 0x0:_0x2dfdea[_0x5d2ff9(0x380)](_0x30e83e,_0xeb35bd,_0x400008=>{const _0x1fda9e=_0x5d2ff9;var _0xe98797;if(_0x34a4c8[_0x1fda9e(0x604)]['current']||!wl(_0x34a4c8[_0x1fda9e(0x3b0)][_0x1fda9e(0x5e4)],_0x1fda9e(0x351)))return;let _0x669176=Math['max'](0x0,Zl(_0x34a4c8['contentHeight'])-Zl(_0x34a4c8[_0x1fda9e(0x424)])),_0x1d64be=Ol(_0x400008,0x0,_0x669176),_0x260ed7=_0x368a16['getBoundingClientRect'](),_0x2f03f4=((_0xe98797=qc(_0x368a16))==null?void 0x0:_0xe98797[_0x1fda9e(0x4d4)]()[_0x1fda9e(0x547)])??0x0,_0x19ccfa=Tl(_0x1d64be,Ol((_0x2f03f4-_0x260ed7[_0x1fda9e(0x547)])/_0x231687,0x0,_0x669176),Math[_0x1fda9e(0x168)](0x0,(_0x260ed7[_0x1fda9e(0x547)]-_0x2f03f4)/_0x231687));if(Math[_0x1fda9e(0x3e0)](_0x19ccfa)<0.5)return;let _0x43b649=new WheelEvent(_0x1fda9e(0x455),{'cancelable':!0x1,'clientX':_0x260ed7['left']+_0x260ed7[_0x1fda9e(0x5ae)]/0x2,'clientY':_0x260ed7['top']+Math['min'](_0x260ed7[_0x1fda9e(0x3f3)],(_0x34a4c8[_0x1fda9e(0x424)]??_0x260ed7['height']/_0x231687)*_0x231687)/0x2,'deltaY':_0x19ccfa*_0x231687}),_0x223bb0=_0xdf92ec[_0x1fda9e(0x5e4)],_0x93441=_0x22901d[_0x1fda9e(0x38f)]['transform'],_0x3dea8d=_0x22901d['style'][_0x1fda9e(0x219)];_0xdf92ec[_0x1fda9e(0x5e4)]=_0x1d64be,_0x22901d[_0x1fda9e(0x38f)][_0x1fda9e(0x5e5)]=_0x1d64be===0x0?'':_0x1fda9e(0x4fa)+_0x1d64be*_0x231687+_0x1fda9e(0x587),_0x22901d[_0x1fda9e(0x38f)][_0x1fda9e(0x219)]='',_0x34a4c8[_0x1fda9e(0x4a4)]['current']=!0x0;let _0x18c222=!0x1;try{var _0x3ae6b2;_0x18c222=((_0x3ae6b2=_0x34a4c8[_0x1fda9e(0x67d)])==null?void 0x0:_0x3ae6b2[_0x1fda9e(0x380)](_0x34a4c8,_0x43b649,_0xeb35bd))===!0x0||Kc(_0x368a16,_0x43b649);}finally{_0x34a4c8['syncingHostFromChild']['current']=!0x1;}if(!_0x18c222){_0xdf92ec[_0x1fda9e(0x5e4)]=_0x223bb0,_0x22901d['style'][_0x1fda9e(0x5e5)]=_0x93441,_0x22901d[_0x1fda9e(0x38f)][_0x1fda9e(0x219)]=_0x3dea8d;return;}_0x34a4c8['invalidate']();}));_0x3c182d=_0x512675[_0x5d2ff9(0x385)](_0x8ce802);let _0x1d7e2a=(_0x4c8020=_0x34a4c8['hostLayout$'])==null?void 0x0:_0x4c8020[_0x5d2ff9(0x1d7)](_0x42b848);_0x512675[_0x5d2ff9(0x4e8)](_0x5d2ff9(0x583),_0x23e0d8,!0x0),_0x512675['addEventListener'](_0x5d2ff9(0x30d),_0x23e0d8);let _0x15e4e9=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x23e0d8);return _0x15e4e9==null||_0x15e4e9[_0x5d2ff9(0x1c9)](_0x368a16),_0xe7ea20(()=>{const _0x47f8b1=_0x5d2ff9;_0xd560b9=!0x0,_0x3c182d!=null&&_0x512675[_0x47f8b1(0x655)](_0x3c182d),_0x3be513==null||_0x3be513[_0x47f8b1(0x526)](),_0x1d7e2a==null||_0x1d7e2a['unsubscribe'](),_0x15e4e9==null||_0x15e4e9[_0x47f8b1(0x51f)](),_0x512675[_0x47f8b1(0x568)](_0x47f8b1(0x583),_0x23e0d8,!0x0),_0x512675['removeEventListener'](_0x47f8b1(0x30d),_0x23e0d8),_0x22901d[_0x47f8b1(0x38f)][_0x47f8b1(0x59e)](_0x47f8b1(0x5e5)),_0x22901d[_0x47f8b1(0x38f)][_0x47f8b1(0x59e)](_0x47f8b1(0x534));});}function wl(_0x1a072b,_0x1da452){return _0x1a072b==null||_0x1a072b===_0x1da452;}function Tl(_0x4afd30,_0x17a66b,_0x5852f0){let _0x2d59da=_0x4afd30-_0x17a66b;return _0x2d59da+(_0x2d59da>0x0?Math['max'](0x0,_0x5852f0):0x0);}function El(_0x251aca){const _0x37ae45=_0x5a6880;let _0x519eef=Zl(_0x251aca['contentHeight']),_0x5dcacf=Math['min'](_0x519eef,Zl(_0x251aca[_0x37ae45(0x424)])),_0x52fea9=Math['max'](0x0,_0x519eef-_0x5dcacf);if(_0x52fea9===0x0&&!_0x251aca[_0x37ae45(0x342)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0xf94c47=Math[_0x37ae45(0x168)](0x0,_0x251aca[_0x37ae45(0x3f4)]),_0x22d05b=Ol(Zl(_0x251aca[_0x37ae45(0x394)]),0x1,_0x5dcacf),_0x2773c4=Math[_0x37ae45(0x168)](_0x52fea9,_0x519eef-_0x22d05b),_0x2ec436=Math[_0x37ae45(0x1b5)](_0xf94c47,_0x2773c4),_0x3c4f21=Ol(_0x519eef-_0xf94c47,_0x22d05b,_0x5dcacf);return{'childOffset':Math[_0x37ae45(0x1b5)](_0xf94c47,_0x52fea9),'clipBottom':_0x5dcacf-_0x3c4f21,'visualOffset':_0x2ec436};}function Dl(_0x27fe31){const _0x430602=_0x5a6880;let _0x5a1f06=Math[_0x430602(0x168)](0x1,_0x27fe31[_0x430602(0x20f)]-_0x27fe31[_0x430602(0x597)]),_0xa92c0c=Math[_0x430602(0x1b5)](_0x27fe31['contentWidth'],_0x5a1f06);return{'initialWidth':_0xa92c0c,'maxExpansion':Math['min'](_0x27fe31[_0x430602(0x597)],Math[_0x430602(0x168)](0x0,_0x27fe31[_0x430602(0x222)]-_0xa92c0c))};}function Ol(_0x4db46d,_0x7dfba9,_0x30c1a8){const _0x5a72af=_0x5a6880;return Math[_0x5a72af(0x168)](_0x7dfba9,Math['min'](_0x30c1a8,_0x4db46d));}function kl(_0x246d89){const _0x44a598=_0x5a6880;_0x246d89['style'][_0x44a598(0x59e)](_0x44a598(0x21d)),_0x246d89[_0x44a598(0x38f)][_0x44a598(0x59e)](_0x44a598(0x547)),_0x246d89[_0x44a598(0x38f)][_0x44a598(0x59e)](_0x44a598(0x5ae)),_0x246d89[_0x44a598(0x38f)][_0x44a598(0x59e)](_0x44a598(0x3f3)),_0x246d89['style'][_0x44a598(0x59e)]('visibility'),_0x246d89[_0x44a598(0x38f)][_0x44a598(0x59e)](_0x44a598(0x39e));}function Al(_0x2b23a4,_0x59b03c){_0x59b03c?Sl['set'](_0x2b23a4,_0x59b03c):Sl['delete'](_0x2b23a4);}function jl(_0x50e2fb){const _0x1b4e20=_0x5a6880;var _0x2b404e;let {chrome:_0x5d52de,container:_0x3ac0fa,geometryService:_0x1e60a4,stage:_0x245148}=_0x50e2fb;if(_0x50e2fb[_0x1b4e20(0x550)]&&_0x245148===_0x1b4e20(0x47a))return _0x5d52de[_0x1b4e20(0x38f)]['visibility']=_0x1b4e20(0x633),_0x5d52de['style']['pointerEvents']=_0x1b4e20(0x188),_0xe7ea20(()=>{const _0x5c45a7=_0x1b4e20;_0x5d52de[_0x5c45a7(0x38f)][_0x5c45a7(0x59e)]('visibility'),_0x5d52de['style']['removeProperty'](_0x5c45a7(0x39e));});let _0x45fd42=_0x5d52de[_0x1b4e20(0x2a0)],_0x3e239e=_0x5d52de['nextSibling'],_0x4a1344,_0x5df5d0,_0x1f53c7=0x0,_0x3cf1b0,_0x2afabd,_0x3413e1,_0xc558c6,_0x5c6d82,_0xfc531c,_0x232400,_0x3018be=()=>{const _0x53cede=_0x1b4e20;let _0x584f2e=Bl(_0x3ac0fa),_0x33d2b4=zl(_0x3ac0fa),_0x21b853=!Vl(_0x3ac0fa)&&_0x232400!=null&&_0x3cf1b0===_0x33d2b4[_0x53cede(0x21d)]&&_0x3413e1===_0x33d2b4[_0x53cede(0x5ae)]&&_0xc558c6===_0x33d2b4[_0x53cede(0x3f3)];!Vl(_0x3ac0fa)&&_0x232400!=null&&!_0x21b853&&(_0x232400=void 0x0);let _0x55d43a=_0x21b853?new DOMRect(_0x33d2b4['left'],_0x232400,_0x33d2b4[_0x53cede(0x5ae)],_0x33d2b4['height']):_0x33d2b4,_0x452ab8=!_0x584f2e||_0x55d43a[_0x53cede(0x3f3)]>=0x18,_0x5a3f9d=Fl(_0x584f2e,_0x452ab8,_0x55d43a[_0x53cede(0x3f3)]);if(Nl(_0x3ac0fa,_0x5d52de,_0x452ab8,_0x245148),Pl(_0x3ac0fa,_0x5d52de,_0x5a3f9d,_0x245148),_0x584f2e){let _0x5ba683=_0x3ac0fa[_0x53cede(0x4d4)]();Il(_0x5d52de,_0x55d43a,Ll(_0x5ba683,_0x50e2fb[_0x53cede(0x1e1)]));}else Rl(_0x5d52de);_0x5d52de[_0x53cede(0x38f)][_0x53cede(0x20a)]=_0x452ab8?'':_0x53cede(0x633),_0x5d52de[_0x53cede(0x38f)][_0x53cede(0x617)]=_0x452ab8&&_0x245148!==_0x53cede(0x47a)?'':_0x53cede(0x188),(_0x55d43a[_0x53cede(0x21d)]!==_0x3cf1b0||_0x55d43a[_0x53cede(0x547)]!==_0x2afabd||_0x55d43a['width']!==_0x3413e1||_0x55d43a[_0x53cede(0x3f3)]!==_0xc558c6||_0x452ab8!==_0x5c6d82||_0x5a3f9d!==_0xfc531c)&&(_0x3cf1b0=_0x55d43a[_0x53cede(0x21d)],_0x2afabd=_0x55d43a['top'],_0x3413e1=_0x55d43a['width'],_0xc558c6=_0x55d43a[_0x53cede(0x3f3)],_0x5c6d82=_0x452ab8,_0xfc531c=_0x5a3f9d,Al(_0x3ac0fa,{'height':_0x55d43a[_0x53cede(0x3f3)],'left':_0x55d43a['left'],'top':_0x55d43a['top'],'width':_0x55d43a[_0x53cede(0x5ae)]}),_0x5d52de[_0x53cede(0x38f)][_0x53cede(0x21d)]=_0x55d43a[_0x53cede(0x21d)]+'px',_0x5d52de['style']['top']=_0x55d43a['top']+'px',_0x5d52de['style'][_0x53cede(0x5ae)]=_0x55d43a[_0x53cede(0x5ae)]+'px',_0x5d52de[_0x53cede(0x38f)][_0x53cede(0x3f3)]=_0x55d43a[_0x53cede(0x3f3)]+'px');},_0x436dd4=()=>{const _0x54ed68=_0x1b4e20;_0x3018be(),_0x4a1344=window[_0x54ed68(0x385)](_0x436dd4);},_0xddfae6=()=>{const _0x1c524f=_0x1b4e20;_0x5df5d0=void 0x0,_0x3018be(),!(_0x1f53c7<=0x0)&&(--_0x1f53c7,_0x5df5d0=window[_0x1c524f(0x385)](_0xddfae6));},_0x3eb780=_0x5f1fd7=>{const _0x178e5e=_0x1b4e20;!Vl(_0x3ac0fa)&&Wl(_0x5f1fd7)&&_0x2afabd!=null&&(_0x232400=_0x2afabd),Ul(_0x3ac0fa,_0x5f1fd7,{'height':_0xc558c6,'left':_0x3cf1b0,'top':_0x2afabd,'width':_0x3413e1})&&(_0x1e60a4[_0x178e5e(0x61c)]({'embedId':_0x50e2fb[_0x178e5e(0x256)],'reason':'wheel'}),_0x1f53c7=Math[_0x178e5e(0x168)](_0x1f53c7,0x3),_0x5df5d0??=window['requestAnimationFrame'](_0xddfae6));},_0x31af9c=()=>{const _0x297874=_0x1b4e20;_0x232400=void 0x0,_0x1e60a4['invalidate']({'embedId':_0x50e2fb[_0x297874(0x256)],'reason':_0x297874(0x398)}),_0x1f53c7=Math['max'](_0x1f53c7,0x2),_0x5df5d0??=window[_0x297874(0x385)](_0xddfae6);},_0x4976ab=()=>{_0x232400=void 0x0;};_0x3018be(),document[_0x1b4e20(0x620)][_0x1b4e20(0x17b)](_0x5d52de);let _0x35194c=new ResizeObserver(_0x3018be);_0x35194c[_0x1b4e20(0x1c9)](_0x3ac0fa);let _0x48bcb4=(_0x2b404e=_0x50e2fb[_0x1b4e20(0x463)])==null?void 0x0:_0x2b404e[_0x1b4e20(0x1d7)](_0x31af9c);return window[_0x1b4e20(0x4e8)](_0x1b4e20(0x224),_0x4976ab,!0x0),window['addEventListener'](_0x1b4e20(0x583),_0x3eb780,!0x0),window['addEventListener']('wheel',_0x3eb780,!0x0),window[_0x1b4e20(0x4e8)](_0x1b4e20(0x30d),_0x3eb780),(_0x245148!==_0x1b4e20(0x47a)||Vl(_0x3ac0fa))&&(_0x4a1344=window[_0x1b4e20(0x385)](_0x436dd4)),_0xe7ea20(()=>{const _0x115e94=_0x1b4e20;_0x4a1344!=null&&window[_0x115e94(0x655)](_0x4a1344),_0x5df5d0!=null&&window[_0x115e94(0x655)](_0x5df5d0),_0x48bcb4==null||_0x48bcb4[_0x115e94(0x387)](),_0x35194c[_0x115e94(0x51f)](),window[_0x115e94(0x568)]('pointerdown',_0x4976ab,!0x0),window['removeEventListener'](_0x115e94(0x583),_0x3eb780,!0x0),window['removeEventListener'](_0x115e94(0x455),_0x3eb780,!0x0),window[_0x115e94(0x568)](_0x115e94(0x30d),_0x3eb780),Al(_0x3ac0fa),kl(_0x5d52de),Nl(_0x3ac0fa,_0x5d52de,!0x0,'stage2'),Pl(_0x3ac0fa,_0x5d52de,!0x0,'stage2'),_0x45fd42!=null&&_0x45fd42[_0x115e94(0x2b1)]?_0x45fd42[_0x115e94(0x363)](_0x5d52de,_0x3e239e):_0x5d52de[_0x115e94(0x23d)]();});}function Ml(_0x3b950f,_0x28a567){const _0x52930e=_0x5a6880;var _0x3221f8,_0x2615c7,_0x2fa70b;let _0xfa3303=_0x3b950f['dataset'][_0x52930e(0x256)],_0x2eb650=_0x3b950f['ownerDocument'],_0xe9042b=Bl(_0x3b950f)?[zl(_0x3b950f)]:[_0x3b950f[_0x52930e(0x4d4)](),(_0x3221f8=_0x3b950f['querySelector']('[data-u-comp=\x22embed-float-dom-content\x22]'))==null?void 0x0:_0x3221f8['getBoundingClientRect']()],_0x18b98e=_0x2eb650['querySelector'](_0x52930e(0x522)+_0xfa3303+'\x22]'),_0x4879d0=[_0x18b98e==null||(_0x2615c7=_0x18b98e[_0x52930e(0x635)]('[data-embed-floating-menu=\x22true\x22]'))==null?void 0x0:_0x2615c7['getBoundingClientRect'](),_0x18b98e==null||(_0x2fa70b=_0x18b98e['querySelector'](_0x52930e(0x4a8)))==null?void 0x0:_0x2fa70b[_0x52930e(0x4d4)]()],_0x2d30fc=Array[_0x52930e(0x52b)](_0x2eb650[_0x52930e(0x292)](_0x52930e(0x20c)))['filter'](_0x3ad964=>_0x3ad964['dataset'][_0x52930e(0x256)]===_0xfa3303)['map'](_0x1bc06f=>_0x1bc06f[_0x52930e(0x4d4)]());return[..._0xe9042b,..._0x4879d0,..._0x2d30fc][_0x52930e(0x68b)](_0xd4a75d=>!!_0xd4a75d&&_0xd4a75d[_0x52930e(0x5ae)]>0x0&&_0xd4a75d['height']>0x0)[_0x52930e(0x4c0)](_0x46c6ee=>Yl(_0x46c6ee,_0x28a567[_0x52930e(0x577)],_0x28a567[_0x52930e(0x1df)]));}function Nl(_0x2a473b,_0x56388d,_0x170541,_0x363327){const _0x1725fe=_0x5a6880;let _0x35d05c=_0x170541?'':_0x1725fe(0x188),_0x56ee27=_0x2a473b['querySelector'](_0x1725fe(0x6b6)),_0x1d0435=_0x2a473b['querySelector'](_0x1725fe(0x6c7)),_0x223702=_0x2a473b[_0x1725fe(0x635)](_0x1725fe(0x48c)),_0x947ad=_0x2a473b[_0x1725fe(0x635)](_0x1725fe(0x355)),_0x37251b=_0x2a473b['querySelector'](_0x1725fe(0x2af)),_0x289e4c=_0x56388d==null?void 0x0:_0x56388d[_0x1725fe(0x635)](_0x1725fe(0x6d7)),_0x1f745c=_0x56388d==null?void 0x0:_0x56388d[_0x1725fe(0x635)](_0x1725fe(0x24f));if(_0x289e4c==null||_0x289e4c[_0x1725fe(0x38f)][_0x1725fe(0x2f8)](_0x1725fe(0x39e),_0x1725fe(0x188)),_0x1f745c==null||_0x1f745c[_0x1725fe(0x38f)]['setProperty'](_0x1725fe(0x39e),_0x1725fe(0x188)),Bl(_0x2a473b)){_0x2a473b[_0x1725fe(0x38f)][_0x1725fe(0x2f8)]('pointer-events',_0x1725fe(0x188)),_0x56ee27==null||_0x56ee27[_0x1725fe(0x38f)]['setProperty']('pointer-events',_0x1725fe(0x188)),_0x1d0435==null||_0x1d0435[_0x1725fe(0x38f)][_0x1725fe(0x2f8)]('pointer-events',_0x1725fe(0x188)),_0x223702==null||_0x223702[_0x1725fe(0x38f)][_0x1725fe(0x2f8)](_0x1725fe(0x39e),_0x170541?_0x1725fe(0x3ca):_0x1725fe(0x188)),_0x947ad==null||_0x947ad[_0x1725fe(0x38f)][_0x1725fe(0x2f8)](_0x1725fe(0x39e),'none'),_0x37251b==null||_0x37251b[_0x1725fe(0x38f)]['setProperty'](_0x1725fe(0x39e),_0x1725fe(0x188));return;}_0x2a473b[_0x1725fe(0x38f)][_0x1725fe(0x59e)](_0x1725fe(0x39e)),_0x56ee27==null||_0x56ee27[_0x1725fe(0x38f)][_0x1725fe(0x59e)](_0x1725fe(0x39e)),_0x1d0435==null||_0x1d0435[_0x1725fe(0x38f)][_0x1725fe(0x2f8)](_0x1725fe(0x39e),_0x35d05c),_0x223702==null||_0x223702[_0x1725fe(0x38f)][_0x1725fe(0x59e)](_0x1725fe(0x39e)),_0x947ad==null||_0x947ad[_0x1725fe(0x38f)][_0x1725fe(0x59e)](_0x1725fe(0x39e)),_0x37251b==null||_0x37251b[_0x1725fe(0x38f)][_0x1725fe(0x2f8)](_0x1725fe(0x39e),_0x35d05c);}function Pl(_0x5b0b7c,_0x49435d,_0x4f452d,_0xe15a14){const _0x122917=_0x5a6880;let _0x43d3b0=_0x4f452d&&_0xe15a14!==_0x122917(0x448),_0x7f1cc6=_0x5b0b7c[_0x122917(0x635)](_0x122917(0x4a8))??(_0x49435d==null?void 0x0:_0x49435d[_0x122917(0x635)]('[data-embed-float-fullscreen-button]')),_0x42bd1c=[_0x49435d==null?void 0x0:_0x49435d['querySelector'](_0x122917(0x6d7)),_0x49435d==null?void 0x0:_0x49435d[_0x122917(0x635)](_0x122917(0x24f))];_0x7f1cc6==null||_0x7f1cc6[_0x122917(0x38f)]['setProperty']('visibility',_0x43d3b0?'':_0x122917(0x633)),_0x7f1cc6==null||_0x7f1cc6['style'][_0x122917(0x2f8)](_0x122917(0x39e),_0x43d3b0?'':_0x122917(0x188)),_0x42bd1c['forEach'](_0x119c45=>{const _0x430d8d=_0x122917;_0x119c45==null||_0x119c45[_0x430d8d(0x38f)][_0x430d8d(0x2f8)](_0x430d8d(0x20a),_0x4f452d&&_0xe15a14===_0x430d8d(0x448)?'':_0x430d8d(0x633)),_0x119c45==null||_0x119c45[_0x430d8d(0x38f)][_0x430d8d(0x2f8)]('pointer-events',_0x430d8d(0x188)),_0xe15a14!==_0x430d8d(0x448)&&(_0x119c45==null||_0x119c45[_0x430d8d(0x2a8)](_0x430d8d(0x31b)),_0x119c45==null||_0x119c45[_0x430d8d(0x292)]('[data-embed-runtime-focus-role]')[_0x430d8d(0x68e)](_0x240e82=>{const _0x24d67a=_0x430d8d;_0x240e82[_0x24d67a(0x2a8)]('data-embed-runtime-focus-role');}));});}function Fl(_0x56c26e,_0xf6f845,_0x17b70b){return _0x56c26e?_0xf6f845:_0x17b70b>=0x28;}function Il(_0x464230,_0x2280e1,_0x3b03fd){const _0x3b6527=_0x5a6880;let _0x19e7fd=_0x3b03fd[_0x3b6527(0x21d)]-_0x2280e1['left'],_0x5c51c6=_0x3b03fd[_0x3b6527(0x5ae)];_0x464230[_0x3b6527(0x292)]('[data-embed-floating-menu=\x22true\x22]')[_0x3b6527(0x68e)](_0x3f3a08=>{const _0x152910=_0x3b6527;var _0x4131;let _0x12c80b=(_0x4131=_0x3f3a08[_0x152910(0x5ba)](_0x152910(0x40c)))==null?void 0x0:_0x4131[_0x152910(0x22d)][_0x152910(0x24b)],_0x4ec50d=_0x3f3a08[_0x152910(0x22d)][_0x152910(0x313)]===_0x152910(0x643),_0xba1dab=_0x3f3a08[_0x152910(0x22d)]['uComp']==='sheet-embed-floating-menu';_0x12c80b===_0x152910(0x506)?(_0x3f3a08[_0x152910(0x38f)][_0x152910(0x547)]=_0x4ec50d?'-48px':'-52px',_0x4ec50d?(_0x3f3a08['style']['setProperty'](_0x152910(0x21d),_0x19e7fd+'px','important'),_0x3f3a08[_0x152910(0x38f)][_0x152910(0x2f8)](_0x152910(0x6c6),_0x152910(0x3ca),_0x152910(0x247)),_0x3f3a08[_0x152910(0x38f)][_0x152910(0x2f8)](_0x152910(0x5ae),_0x5c51c6+'px',_0x152910(0x247))):_0xba1dab&&(_0x3f3a08[_0x152910(0x38f)]['setProperty'](_0x152910(0x21d),_0x19e7fd+_0x5c51c6/0x2+'px',_0x152910(0x247)),_0x3f3a08[_0x152910(0x38f)][_0x152910(0x2f8)](_0x152910(0x490),_0x5c51c6+'px'))):(_0x4ec50d||_0xba1dab)&&(_0x3f3a08['style'][_0x152910(0x547)]=_0x152910(0x2c5));});}function Ll(_0x29e73f,_0x30955f){const _0x22039c=_0x5a6880;if(!_0x30955f)return _0x29e73f;let _0x2c43ec=Math['min'](_0x30955f[_0x22039c(0x222)],_0x30955f[_0x22039c(0x408)]);if(_0x2c43ec<=0x0||_0x29e73f['width']<=0x0)return _0x29e73f;let _0x265da0=_0x29e73f['width']/_0x2c43ec;return new DOMRect(_0x29e73f[_0x22039c(0x21d)],_0x29e73f[_0x22039c(0x547)],_0x30955f[_0x22039c(0x408)]*_0x265da0,_0x29e73f['height']);}function Rl(_0xe3b35d){const _0x174617=_0x5a6880;_0xe3b35d[_0x174617(0x292)](_0x174617(0x464))[_0x174617(0x68e)](_0x57a821=>{const _0xaef600=_0x174617;var _0x14ab2d;_0x57a821[_0xaef600(0x38f)][_0xaef600(0x59e)](_0xaef600(0x21d)),_0x57a821[_0xaef600(0x38f)][_0xaef600(0x59e)](_0xaef600(0x547)),_0x57a821[_0xaef600(0x38f)]['removeProperty'](_0xaef600(0x5ae)),_0x57a821['style'][_0xaef600(0x59e)]('right'),_0x57a821[_0xaef600(0x38f)]['removeProperty']('max-width'),(_0x14ab2d=_0x57a821['querySelector']('[data-u-comp=\x22base-embed-view-slot\x22]'))==null||_0x14ab2d[_0xaef600(0x38f)][_0xaef600(0x59e)](_0xaef600(0x40f));});}function zl(_0x3ab884){const _0x10f488=_0x5a6880;let _0x317198=Vl(_0x3ab884)?_0x3ab884[_0x10f488(0x635)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x390e1c=_0x317198==null?void 0x0:_0x317198['getBoundingClientRect'](),_0x1ed6b6=_0x3ab884['getBoundingClientRect']();return Gl(_0x390e1c&&_0x390e1c[_0x10f488(0x5ae)]>0x0&&_0x390e1c[_0x10f488(0x3f3)]>0x0?Bl(_0x3ab884)?Kl(_0x390e1c,_0x1ed6b6['bottom']):_0x390e1c:_0x1ed6b6,_0x3ab884);}function Bl(_0x26164c){const _0x245e27=_0x5a6880;return!!_0x26164c[_0x245e27(0x5ba)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]');}function Vl(_0x60943e){const _0xd7657a=_0x5a6880;return Bl(_0x60943e)||!!_0x60943e[_0xd7657a(0x5ba)](_0xd7657a(0x176));}function Hl(_0x10cd10,_0x100048,_0x211aaa,_0x5604c1){const _0x373479=_0x5a6880;_0x5604c1['current']['forEach'](_0x3d75fc=>window[_0x373479(0x655)](_0x3d75fc)),_0x5604c1['current']=[],_0x10cd10[_0x373479(0x61c)]({'embedId':_0x100048,'reason':_0x211aaa});let _0x1ee90e=_0x1af07e=>{const _0x77652=_0x373479;let _0x198b0a=window[_0x77652(0x385)](()=>{const _0x8b08f8=_0x77652;_0x5604c1[_0x8b08f8(0x5e4)]=_0x5604c1['current']['filter'](_0x550cb4=>_0x550cb4!==_0x198b0a),_0x10cd10[_0x8b08f8(0x61c)]({'embedId':_0x100048,'reason':_0x211aaa}),_0x1af07e>0x1&&_0x1ee90e(_0x1af07e-0x1);});_0x5604c1['current'][_0x77652(0x5a2)](_0x198b0a);};_0x1ee90e(0x2);}function Ul(_0x8e3d0d,_0x37fd3d,_0x13615b){const _0x485edd=_0x5a6880;if(Bc(_0x37fd3d))return!0x1;let _0x1ba405=_0x37fd3d==null?void 0x0:_0x37fd3d[_0x485edd(0x428)];return!(_0x1ba405 instanceof Node&&_0x8e3d0d[_0x485edd(0x651)](_0x1ba405)||_0x1ba405 instanceof HTMLElement&&_0x1ba405[_0x485edd(0x5ba)]('[data-embed-float-dom=\x22true\x22]')||_0x37fd3d instanceof WheelEvent&&([...Sl['values']()][_0x485edd(0x4c0)](_0x520d58=>Xl(_0x520d58,_0x37fd3d))||Xl(_0x13615b,_0x37fd3d)));}function Wl(_0x8b015d){const _0x3cad18=_0x5a6880;return _0x8b015d instanceof WheelEvent?Math[_0x3cad18(0x3e0)](_0x8b015d[_0x3cad18(0x223)])>=Math['abs'](_0x8b015d['deltaX']):(_0x8b015d==null?void 0x0:_0x8b015d['type'])===_0x3cad18(0x583);}function Gl(_0x4015c1,_0x1792ff){const _0x482502=_0x5a6880;let _0x3d570d=ql(_0x1792ff,_0x4015c1);if(!_0x3d570d&&_0x4015c1[_0x482502(0x547)]>=0x0&&_0x4015c1[_0x482502(0x21d)]>=0x0)return _0x4015c1;let _0x35b290=(_0x3d570d==null?void 0x0:_0x3d570d['getBoundingClientRect']())??new DOMRect(0x0,0x0,window[_0x482502(0x196)],window[_0x482502(0x6ed)]),_0x2a036e=Math['max'](_0x4015c1['left'],_0x35b290['left']),_0x130fbe=Math['max'](_0x4015c1[_0x482502(0x547)],_0x35b290['top']),_0x2a9cd9=Math[_0x482502(0x1b5)](_0x4015c1['right'],_0x35b290[_0x482502(0x6c6)]),_0x40ae1e=Math[_0x482502(0x1b5)](_0x4015c1[_0x482502(0x523)],_0x35b290[_0x482502(0x523)]);return _0x2a9cd9<=_0x2a036e||_0x40ae1e<=_0x130fbe?new DOMRect(_0x2a036e,_0x130fbe,0x0,0x0):new DOMRect(_0x2a036e,_0x130fbe,_0x2a9cd9-_0x2a036e,_0x40ae1e-_0x130fbe);}function Kl(_0xab1b9e,_0x53b0fc){const _0x1c5b8a=_0x5a6880;let _0x1d586b=Math[_0x1c5b8a(0x1b5)](_0xab1b9e[_0x1c5b8a(0x523)],_0x53b0fc);return _0x1d586b<=_0xab1b9e[_0x1c5b8a(0x547)]?new DOMRect(_0xab1b9e['left'],_0xab1b9e[_0x1c5b8a(0x547)],0x0,0x0):new DOMRect(_0xab1b9e['left'],_0xab1b9e[_0x1c5b8a(0x547)],_0xab1b9e[_0x1c5b8a(0x5ae)],_0x1d586b-_0xab1b9e[_0x1c5b8a(0x547)]);}function ql(_0x574389,_0x4314bd){const _0x1a081a=_0x5a6880;let _0x6002f4=_0x574389[_0x1a081a(0x2a0)];for(;_0x6002f4&&_0x6002f4!==document['body']&&_0x6002f4!==document[_0x1a081a(0x6eb)];){if(Jc(_0x6002f4)&&!Jl(_0x6002f4,_0x4314bd))return _0x6002f4;_0x6002f4=_0x6002f4[_0x1a081a(0x2a0)];}return null;}function Jl(_0x592f6d,_0x25908e){const _0x45b112=_0x5a6880;let _0x63ce2d=_0x592f6d[_0x45b112(0x4d4)]();return _0x63ce2d[_0x45b112(0x5ae)]<=0x0||_0x63ce2d['height']<=0x0||Math[_0x45b112(0x3e0)](_0x63ce2d[_0x45b112(0x21d)]-_0x25908e['left'])<0x1&&Math[_0x45b112(0x3e0)](_0x63ce2d[_0x45b112(0x547)]-_0x25908e[_0x45b112(0x547)])<0x1&&Math[_0x45b112(0x3e0)](_0x63ce2d[_0x45b112(0x5ae)]-_0x25908e['width'])<0x1&&Math[_0x45b112(0x3e0)](_0x63ce2d[_0x45b112(0x3f3)]-_0x25908e[_0x45b112(0x3f3)])<0x1;}function Yl(_0xb4302d,_0x3d9967,_0x37661f){const _0x5d2f6a=_0x5a6880;return _0x3d9967>=_0xb4302d[_0x5d2f6a(0x21d)]&&_0x3d9967<=_0xb4302d[_0x5d2f6a(0x6c6)]&&_0x37661f>=_0xb4302d[_0x5d2f6a(0x547)]&&_0x37661f<=_0xb4302d['bottom'];}function Xl(_0x40cb32,_0x17c713){const _0x1021c2=_0x5a6880;let {height:_0x2be7e5,left:_0x52821b,top:_0x5d9f1e,width:_0xfabf24}=_0x40cb32;return Number['isFinite'](_0x52821b)&&Number['isFinite'](_0x5d9f1e)&&Number[_0x1021c2(0x607)](_0xfabf24)&&Number[_0x1021c2(0x607)](_0x2be7e5)&&(_0xfabf24??0x0)>0x0&&(_0x2be7e5??0x0)>0x0&&_0x17c713['clientX']>=_0x52821b&&_0x17c713[_0x1021c2(0x577)]<=_0x52821b+_0xfabf24&&_0x17c713[_0x1021c2(0x1df)]>=_0x5d9f1e&&_0x17c713[_0x1021c2(0x1df)]<=_0x5d9f1e+_0x2be7e5;}function Zl(..._0x138bf7){const _0x525217=_0x5a6880;return Math[_0x525217(0x168)](0x1,_0x138bf7[_0x525217(0x5e9)](_0x28e046=>typeof _0x28e046==_0x525217(0x65b)&&Number['isFinite'](_0x28e046)&&_0x28e046>0x0)??0x1);}const Ql=_0x5a6880(0x49c);function $l(..._0x552103){const _0x2cc4cf=_0x5a6880;return _0x552103[_0x2cc4cf(0x68b)](_0x19487e=>!!_0x19487e&&_0x19487e[_0x2cc4cf(0x2b1)]);}function eu(_0x2e60aa,_0x402c51){return _0x335fe2(_0x402c51?[_0x2e60aa,_0x402c51]:[_0x2e60aa]);}function tu(_0x53777e,_0x24b10c){const _0x1b1f35=_0x5a6880;if(_0x24b10c instanceof HTMLCanvasElement&&_0x53777e['some'](_0x5cdf3c=>_0x5cdf3c[_0x1b1f35(0x651)](_0x24b10c)))return _0x24b10c;for(let _0x4020c8 of _0x53777e){let _0x3e0c15=_0x4020c8[_0x1b1f35(0x635)](_0x1b1f35(0x530));if(_0x3e0c15)return _0x3e0c15;}return null;}function nu(_0x4bca2f,_0x3a5152=!0x1){const _0x563ca3=_0x5a6880;return _0x4bca2f!==_0x41e642[_0x563ca3(0x61b)]&&_0x4bca2f!==_0x41e642[_0x563ca3(0x1bb)]&&(_0x3a5152||_0x4bca2f!==_0x41e642[_0x563ca3(0x421)]);}function _0x1f5b(_0xa94217,_0x1eba17){_0xa94217=_0xa94217-0x15b;const _0x17fd88=_0x17fd();let _0x1f5bbd=_0x17fd88[_0xa94217];return _0x1f5bbd;}function ru(_0x3add7b){const _0x3ecead=_0x5a6880;let _0x1cd84c=iu(_0x3add7b);return _0x1cd84c==='child-editor'||_0x1cd84c===_0x3ecead(0x272)||_0x1cd84c===_0x3ecead(0x410);}function iu(_0x1af9b4){const _0x322e15=_0x5a6880;var _0x598c3b;if(!(_0x1af9b4 instanceof HTMLElement))return;let _0x43d215=(_0x598c3b=_0x1af9b4[_0x322e15(0x5ba)](_0x322e15(0x3de)))==null?void 0x0:_0x598c3b['getAttribute'](X);return pu(_0x43d215)?_0x43d215:void 0x0;}function au(_0x3c8287,_0x1aa7e0,_0x4538ee,_0x52aacf,_0x5294eb){const _0x243bc5=_0x5a6880;if(_0x5294eb!==_0x243bc5(0x448)||!_0x4538ee||!_0x52aacf)return;let _0x2a13dd=new Map(),_0x271f22=()=>{const _0x5232c9=_0x243bc5;let _0x376a88=new Set([_0x52aacf,..._0x1aa7e0[_0x5232c9(0x1e2)](_0x4538ee)]);_0x2a13dd['forEach']((_0x4ca69b,_0x5771ba)=>{const _0x10bf0f=_0x5232c9;_0x376a88[_0x10bf0f(0x255)](_0x5771ba)||(_0x4ca69b[_0x10bf0f(0x526)](),_0x2a13dd[_0x10bf0f(0x556)](_0x5771ba));}),_0x376a88[_0x5232c9(0x68e)](_0x5cd681=>{const _0x18cc41=_0x5232c9;_0x2a13dd[_0x18cc41(0x255)](_0x5cd681)||_0x3c8287['checkElementInCurrentContainers'](_0x5cd681)||_0x2a13dd['set'](_0x5cd681,_0x3c8287[_0x18cc41(0x432)](_0x5cd681));});};_0x271f22();let _0x3e9d0a=_0x1aa7e0['runtimeFocusChanged$'][_0x243bc5(0x1d7)](_0x271f22);return _0xe7ea20(()=>{const _0x324acd=_0x243bc5;_0x3e9d0a[_0x324acd(0x387)](),_0x2a13dd[_0x324acd(0x68e)](_0x406ed0=>_0x406ed0[_0x324acd(0x526)]()),_0x2a13dd[_0x324acd(0x5b5)]();});}function ou(_0x58a863){const _0x32418d=_0x5a6880;let _0x379cc0=_0x392781=>{const _0x30637e=_0x1f5b;var _0x5b2201,_0x5bf5e5;let _0x2687b2=_0x392781['target'],_0x309627=((_0x5b2201=_0x58a863['isExternalHostInteraction'])==null?void 0x0:_0x5b2201['call'](_0x58a863,_0x392781))??!0x1;if(_0x58a863[_0x30637e(0x2ae)][_0x30637e(0x32b)](_0x58a863[_0x30637e(0x256)])==='inactive')return;_0x309627&&(_0x58a863['externalHostInteractionUntil'][_0x30637e(0x5e4)]=Date[_0x30637e(0x6ca)]()+_0x58a863[_0x30637e(0x37e)]);let _0x2f6d14=_0x58a863['focusCoordinator'][_0x30637e(0x175)](_0x58a863[_0x30637e(0x256)],_0x2687b2,_0x392781)||_0x58a863['interactionBoundaryService'][_0x30637e(0x651)](_0x58a863[_0x30637e(0x256)],_0x2687b2,_0x392781);_0x2f6d14&&(_0x58a863[_0x30637e(0x495)][_0x30637e(0x5e4)]=Date[_0x30637e(0x6ca)]()+_0x58a863[_0x30637e(0x37e)]),!(!_0x2687b2||_0x58a863['container'][_0x30637e(0x651)](_0x2687b2)||(_0x5bf5e5=_0x58a863['chrome'])!=null&&_0x5bf5e5[_0x30637e(0x651)](_0x2687b2)||_0x2687b2['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x2f6d14||_0x309627||Ml(_0x58a863['container'],_0x392781))&&_0x58a863[_0x30637e(0x69a)][_0x30637e(0x6a5)](_0x58a863[_0x30637e(0x256)],_0x58a863[_0x30637e(0x214)]);},_0x40dc09=_0x2d8d19=>{const _0x536885=_0x1f5b;var _0x3ed3cd;let _0x3a37da=_0x2d8d19['target'],_0x5d870a=_0x58a863[_0x536885(0x44d)][_0x536885(0x6ba)]??(_0x3a37da==null?void 0x0:_0x3a37da[_0x536885(0x6ba)]),_0x473050=_0x58a863['focusCoordinator'][_0x536885(0x2bb)](_0x58a863['embedId'],{'ignoreOwners':_0x58a863[_0x536885(0x4f8)]});_0x58a863[_0x536885(0x2ae)][_0x536885(0x32b)](_0x58a863['embedId'])!==_0x536885(0x47a)&&(!_0x3a37da||_0x473050||Date[_0x536885(0x6ca)]()<_0x58a863[_0x536885(0x495)][_0x536885(0x5e4)]||Date['now']()<_0x58a863[_0x536885(0x350)][_0x536885(0x5e4)]||_0x58a863[_0x536885(0x3c3)][_0x536885(0x2dd)](_0x58a863[_0x536885(0x256)],_0x5d870a)||!du(_0x3a37da)||_0x58a863[_0x536885(0x44d)][_0x536885(0x651)](_0x3a37da)||(_0x3ed3cd=_0x58a863[_0x536885(0x64d)])!=null&&_0x3ed3cd[_0x536885(0x651)](_0x3a37da)||_0x3a37da[_0x536885(0x5ba)](_0x536885(0x1e4))||_0x58a863[_0x536885(0x201)][_0x536885(0x175)](_0x58a863[_0x536885(0x256)],_0x3a37da,_0x2d8d19)||_0x58a863[_0x536885(0x3c3)][_0x536885(0x651)](_0x58a863[_0x536885(0x256)],_0x3a37da,_0x2d8d19)||_0x58a863['activationService'][_0x536885(0x6a5)](_0x58a863[_0x536885(0x256)],_0x58a863[_0x536885(0x214)]));};return document[_0x32418d(0x4e8)](_0x32418d(0x224),_0x379cc0,!0x0),document['addEventListener']('focusin',_0x40dc09,!0x0),_0xe7ea20(()=>{const _0x3490ef=_0x32418d;document[_0x3490ef(0x568)](_0x3490ef(0x224),_0x379cc0,!0x0),document[_0x3490ef(0x568)](_0x3490ef(0x667),_0x40dc09,!0x0);});}function su(_0x19f304){const _0x4d1b89=_0x5a6880;let _0x2a89dc,_0x18907c=()=>{_0x2a89dc=void 0x0;},_0x43dde9=_0x42c664=>{const _0x361bd7=_0x1f5b;let _0x172feb=cu(_0x19f304[_0x361bd7(0x1b4)][_0x361bd7(0x42a)](_0x19f304[_0x361bd7(0x55f)][_0x361bd7(0x214)],_0x19f304[_0x361bd7(0x55f)][_0x361bd7(0x256)]),_0x19f304[_0x361bd7(0x55f)]);if(!(_0x172feb!=null&&_0x172feb['childUnitId']))return;let _0x592db3=_0x42c664[_0x361bd7(0x428)];_0x592db3!=null&&_0x592db3['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x19f304[_0x361bd7(0x2ae)][_0x361bd7(0x32b)](_0x19f304[_0x361bd7(0x55f)]['embedId'])!==_0x361bd7(0x448)&&(_0x2a89dc={'button':_0x42c664[_0x361bd7(0x480)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x42c664[_0x361bd7(0x624)],'startedAt':Date[_0x361bd7(0x6ca)](),'startX':_0x42c664[_0x361bd7(0x577)],'startY':_0x42c664[_0x361bd7(0x1df)]});},_0x4538b9=_0x5b383a=>{const _0x38849e=_0x1f5b;if(!_0x2a89dc||_0x2a89dc[_0x38849e(0x624)]!==_0x5b383a[_0x38849e(0x624)]||Math['hypot'](_0x5b383a['clientX']-_0x2a89dc[_0x38849e(0x3ad)],_0x5b383a[_0x38849e(0x1df)]-_0x2a89dc['startY'])<=0x4)return;_0x2a89dc[_0x38849e(0x307)]=!0x0;let _0x18b0ef=Ac({'interactionFlow':_0x19f304[_0x38849e(0x65e)],'stage':_0x19f304[_0x38849e(0x2ae)][_0x38849e(0x32b)](_0x19f304['data'][_0x38849e(0x256)])});!_0x19f304[_0x38849e(0x1f2)]||_0x2a89dc['dragStarted']||!_0x18b0ef[_0x38849e(0x211)]||(_0x2a89dc[_0x38849e(0x41b)]=!0x0,document['dispatchEvent'](new CustomEvent(Ql,{'detail':{'button':_0x2a89dc[_0x38849e(0x480)],'clientX':_0x2a89dc[_0x38849e(0x3ad)],'clientY':_0x2a89dc[_0x38849e(0x59f)],'embedId':_0x19f304[_0x38849e(0x55f)][_0x38849e(0x256)],'hostAnchorId':_0x19f304[_0x38849e(0x55f)][_0x38849e(0x6a1)],'hostUnitId':_0x19f304['data']['hostUnitId'],'pointerId':_0x2a89dc[_0x38849e(0x624)]}})));},_0x203fe8=_0x3fdeaa=>{const _0x5c1455=_0x1f5b;let _0x219165=_0x2a89dc;if(_0x2a89dc=void 0x0,!_0x219165||_0x219165['pointerId']!==_0x3fdeaa['pointerId']||_0x219165[_0x5c1455(0x307)]||Date[_0x5c1455(0x6ca)]()-_0x219165[_0x5c1455(0x17d)]>0x1f4)return;let _0x3aa471=cu(_0x19f304[_0x5c1455(0x1b4)][_0x5c1455(0x42a)](_0x19f304[_0x5c1455(0x55f)][_0x5c1455(0x214)],_0x19f304[_0x5c1455(0x55f)][_0x5c1455(0x256)]),_0x19f304[_0x5c1455(0x55f)]);if(!(_0x3aa471!=null&&_0x3aa471['childUnitId']))return;let _0x40a7c7=_0x19f304[_0x5c1455(0x2ae)][_0x5c1455(0x32b)](_0x19f304[_0x5c1455(0x55f)][_0x5c1455(0x256)]);if(_0x40a7c7!=='stage2'){if(_0x40a7c7===_0x5c1455(0x200)){_0x19f304[_0x5c1455(0x69a)][_0x5c1455(0x1a2)](_0x3aa471,'stage2',{'portalContainer':_0x19f304[_0x5c1455(0x533)]});return;}if(_0x19f304[_0x5c1455(0x65e)]===_0x5c1455(0x21b)){_0x19f304[_0x5c1455(0x686)](),_0x19f304[_0x5c1455(0x69a)][_0x5c1455(0x1a2)](_0x3aa471,_0x5c1455(0x448),{'portalContainer':_0x19f304['popupRoot']}),_0x19f304['releaseStage2SessionLeaseIfActivationDoesNotStick']();return;}_0x19f304[_0x5c1455(0x69a)][_0x5c1455(0x1a2)](_0x3aa471,_0x5c1455(0x200));}};return _0x19f304[_0x4d1b89(0x2d8)][_0x4d1b89(0x4e8)](_0x4d1b89(0x224),_0x43dde9,!0x0),_0x19f304[_0x4d1b89(0x2d8)]['addEventListener']('pointermove',_0x4538b9,!0x0),_0x19f304[_0x4d1b89(0x2d8)][_0x4d1b89(0x4e8)](_0x4d1b89(0x528),_0x203fe8,!0x0),_0x19f304[_0x4d1b89(0x2d8)][_0x4d1b89(0x4e8)]('pointercancel',_0x18907c,!0x0),_0xe7ea20(()=>{const _0x271287=_0x4d1b89;_0x19f304[_0x271287(0x2d8)][_0x271287(0x568)](_0x271287(0x224),_0x43dde9,!0x0),_0x19f304['gate'][_0x271287(0x568)]('pointermove',_0x4538b9,!0x0),_0x19f304[_0x271287(0x2d8)][_0x271287(0x568)](_0x271287(0x528),_0x203fe8,!0x0),_0x19f304[_0x271287(0x2d8)]['removeEventListener']('pointercancel',_0x18907c,!0x0);});}function cu(_0x1a8133,_0x5221e0){const _0x387ec0=_0x5a6880;return!_0x1a8133||_0x1a8133[_0x387ec0(0x21e)]||!_0x5221e0[_0x387ec0(0x21e)]||_0x5221e0[_0x387ec0(0x2c2)]==null?_0x1a8133:{..._0x1a8133,'childType':_0x5221e0[_0x387ec0(0x2c2)],'childUnitId':_0x5221e0[_0x387ec0(0x21e)]};}function lu(_0x1a262a){const _0x569077=_0x5a6880;let _0x498cc7=()=>{const _0x1d260a=_0x1f5b;let _0x2c6c8c=_0x1a262a['liveRoot'][_0x1d260a(0x6ba)][_0x1d260a(0x693)];return!!_0x2c6c8c&&_0x1a262a['getRuntimeRoots']()['some'](_0x439f9f=>_0x439f9f[_0x1d260a(0x651)](_0x2c6c8c));},_0xb396a6=(_0x62f30b,_0x28e94a=!0x1,_0xd37e50=!0x1)=>{const _0x3016b4=_0x1f5b;_0x1a262a[_0x3016b4(0x55f)][_0x3016b4(0x256)]&&_0x1a262a['floatingActiveService']['getStage'](_0x1a262a['data'][_0x3016b4(0x256)])!==_0x3016b4(0x448)||nu(_0x1a262a[_0x3016b4(0x55f)][_0x3016b4(0x2c2)],_0xd37e50)&&(_0x1a262a[_0x3016b4(0x201)][_0x3016b4(0x2bb)](_0x1a262a[_0x3016b4(0x55f)][_0x3016b4(0x256)],{'ignoreOwners':_0x1a262a[_0x3016b4(0x4f8)]})||!_0x28e94a&&_0x498cc7()||(_0x62f30b['hasAttribute'](_0x3016b4(0x3f5))||(_0x62f30b['tabIndex']=-0x1),_0x62f30b[_0x3016b4(0x33d)]({'preventScroll':!0x0})));},_0x20e158=_0x1f98a2=>{const _0x291f7a=_0x1f5b;let _0xed7f14=_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x256)]?_0x1a262a[_0x291f7a(0x2ae)][_0x291f7a(0x32b)](_0x1a262a[_0x291f7a(0x55f)]['embedId']):_0x291f7a(0x47a);if(_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x256)]&&_0xed7f14!==_0x291f7a(0x448)){if(_0x1a262a[_0x291f7a(0x65e)]!=='doc-block'||!_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x214)])return;let _0x3dc90a=cu(_0x1a262a[_0x291f7a(0x1b4)]['getDescriptor'](_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x214)],_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x256)]),_0x1a262a[_0x291f7a(0x55f)]);if(!(_0x3dc90a!=null&&_0x3dc90a[_0x291f7a(0x21e)]))return;_0x1a262a[_0x291f7a(0x686)](),_0x1a262a['activationService']['activateFloating'](_0x3dc90a,'stage2',{'portalContainer':_0x1a262a['popupRoot']}),_0x1a262a[_0x291f7a(0x431)]();}if(ru(_0x1f98a2['target'])||_0x1a262a['focusCoordinator'][_0x291f7a(0x2bb)](_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x256)],{'ignoreOwners':_0x1a262a[_0x291f7a(0x4f8)]}))return;if(_0x1a262a[_0x291f7a(0x55f)]['hostUnitId']&&_0x1a262a['data'][_0x291f7a(0x256)]){let _0x236da8=cu(_0x1a262a[_0x291f7a(0x1b4)]['getDescriptor'](_0x1a262a['data'][_0x291f7a(0x214)],_0x1a262a[_0x291f7a(0x55f)][_0x291f7a(0x256)]),_0x1a262a[_0x291f7a(0x55f)]);(_0x236da8==null?void 0x0:_0x236da8[_0x291f7a(0x21e)])!=null&&_0x236da8[_0x291f7a(0x2c2)]!=null&&_0x1a262a[_0x291f7a(0x69a)]['focusFloatingRuntime'](_0x236da8);}let _0x31ffd2=tu(_0x1a262a['getRuntimeRoots'](),_0x1f98a2[_0x291f7a(0x428)]);_0x31ffd2&&_0xb396a6(_0x31ffd2,!0x0,_0x1f98a2[_0x291f7a(0x428)]===_0x31ffd2);};return _0x1a262a['liveRoot']['addEventListener'](_0x569077(0x224),_0x20e158,!0x0),_0xe7ea20(()=>_0x1a262a[_0x569077(0x4cd)][_0x569077(0x568)](_0x569077(0x224),_0x20e158,!0x0));}function uu(_0x4e5ef7){const _0x1f19b3=_0x5a6880;let _0x4f8823=_0x4e5ef7['liveRoot'][_0x1f19b3(0x6ba)],_0x31ad2c,_0x38eb53=()=>{const _0x5a352d=_0x1f19b3;_0x31ad2c!=null&&(globalThis[_0x5a352d(0x314)](_0x31ad2c),_0x31ad2c=void 0x0);},_0xd05d5f=()=>{const _0x59fa9f=_0x1f19b3;var _0x6b47e2;_0x38eb53(),(_0x6b47e2=_0x4e5ef7['pointerLease'][_0x59fa9f(0x5e4)])==null||_0x6b47e2[_0x59fa9f(0x526)](),_0x4e5ef7[_0x59fa9f(0x359)][_0x59fa9f(0x5e4)]=void 0x0;},_0x343fdb=()=>{const _0xf789d=_0x1f19b3;globalThis[_0xf789d(0x689)](()=>{const _0x3f31bf=_0xf789d;_0x4e5ef7[_0x3f31bf(0x34e)]['current']=void 0x0;}),_0x38eb53(),_0x31ad2c=globalThis[_0xf789d(0x275)](()=>{const _0x525943=_0xf789d;var _0x9f9b38;_0x31ad2c=void 0x0,(_0x9f9b38=_0x4e5ef7[_0x525943(0x359)][_0x525943(0x5e4)])==null||_0x9f9b38[_0x525943(0x526)](),_0x4e5ef7[_0x525943(0x359)]['current']=void 0x0;},_0x4e5ef7[_0xf789d(0x37e)]);},_0x33a713=_0x54251d=>{const _0x3c80d5=_0x1f19b3;_0xd05d5f(),_0x4e5ef7['pointerLease'][_0x3c80d5(0x5e4)]=_0x4e5ef7[_0x3c80d5(0x201)][_0x3c80d5(0x3b3)]({'childType':_0x4e5ef7[_0x3c80d5(0x55f)][_0x3c80d5(0x2c2)],'childUnitId':_0x4e5ef7[_0x3c80d5(0x55f)][_0x3c80d5(0x21e)],'embedId':_0x4e5ef7[_0x3c80d5(0x55f)]['embedId'],'hostUnitId':_0x4e5ef7['data']['hostUnitId'],'owner':'runtime-pointer','role':_0x54251d});},_0x1e34c9=()=>{const _0x3dadc3=_0x1f19b3;_0x4e5ef7[_0x3dadc3(0x2ae)][_0x3dadc3(0x32b)](_0x4e5ef7[_0x3dadc3(0x55f)][_0x3dadc3(0x256)])===_0x3dadc3(0x448)&&_0x33a713(_0x3dadc3(0x5bb));},_0x4661c4=_0x2c0d14=>{const _0x19115f=_0x1f19b3;let _0xc46e65=_0x2c0d14[_0x19115f(0x428)],_0x302077=_0xc46e65 instanceof Node&&_0x4e5ef7[_0x19115f(0x4cd)]['contains'](_0xc46e65)||_0x4e5ef7[_0x19115f(0x201)][_0x19115f(0x175)](_0x4e5ef7['data'][_0x19115f(0x256)],_0xc46e65,_0x2c0d14)||_0x4e5ef7[_0x19115f(0x3c3)][_0x19115f(0x651)](_0x4e5ef7[_0x19115f(0x55f)]['embedId'],_0xc46e65,_0x2c0d14);_0x4e5ef7['verticalScrollOwner'][_0x19115f(0x5e4)]=_0x302077?_0x19115f(0x351):_0x19115f(0x34a);},_0x4ae854=_0x364a0d=>{const _0x32f1db=_0x1f19b3;if(_0x4e5ef7['floatingActiveService'][_0x32f1db(0x32b)](_0x4e5ef7['data'][_0x32f1db(0x256)])!==_0x32f1db(0x448)||!(_0x4e5ef7[_0x32f1db(0x201)][_0x32f1db(0x175)](_0x4e5ef7['data'][_0x32f1db(0x256)],_0x364a0d[_0x32f1db(0x428)],_0x364a0d)||_0x4e5ef7['interactionBoundaryService']['contains'](_0x4e5ef7[_0x32f1db(0x55f)][_0x32f1db(0x256)],_0x364a0d[_0x32f1db(0x428)],_0x364a0d)))return;_0x4e5ef7[_0x32f1db(0x495)]['current']=Date[_0x32f1db(0x6ca)]()+_0x4e5ef7[_0x32f1db(0x37e)];let _0x97a2b1=iu(_0x364a0d['target'])??_0x32f1db(0x5bb);_0x33a713(_0x97a2b1===_0x32f1db(0x3b8)||_0x97a2b1===_0x32f1db(0x35b)||_0x97a2b1==='floating-menu'?_0x32f1db(0x5bb):_0x97a2b1);};return _0x4e5ef7['liveRoot'][_0x1f19b3(0x4e8)]('pointerdown',_0x1e34c9,!0x0),_0x4f8823[_0x1f19b3(0x4e8)](_0x1f19b3(0x224),_0x4661c4,!0x0),_0x4f8823[_0x1f19b3(0x4e8)]('pointerdown',_0x4ae854,!0x0),_0x4f8823[_0x1f19b3(0x4e8)](_0x1f19b3(0x528),_0x343fdb,!0x0),_0x4f8823[_0x1f19b3(0x4e8)](_0x1f19b3(0x237),_0x343fdb,!0x0),_0xe7ea20(()=>{const _0x4e55df=_0x1f19b3;_0x4e5ef7[_0x4e55df(0x4cd)][_0x4e55df(0x568)](_0x4e55df(0x224),_0x1e34c9,!0x0),_0x4f8823[_0x4e55df(0x568)]('pointerdown',_0x4661c4,!0x0),_0x4f8823['removeEventListener'](_0x4e55df(0x224),_0x4ae854,!0x0),_0x4f8823[_0x4e55df(0x568)](_0x4e55df(0x528),_0x343fdb,!0x0),_0x4f8823['removeEventListener'](_0x4e55df(0x237),_0x343fdb,!0x0),_0x4e5ef7['verticalScrollOwner'][_0x4e55df(0x5e4)]=void 0x0,_0xd05d5f();});}function du(_0xd1ec4){const _0x261d65=_0x5a6880;return _0xd1ec4['id']===_0x261d65(0x2db)||_0xd1ec4['id']['startsWith'](_0x261d65(0x373))||_0xd1ec4['id']['startsWith']('univer-doc-selection-container-docs-')||_0xd1ec4['closest'](_0x261d65(0x60a))!=null;}function fu(_0x190963,_0x10f77a){const _0x19e506=_0x5a6880;if(!_0x190963||_0x10f77a[_0x19e506(0x5dc)]===0x0)return;let _0xe5cc86=_0x10f77a[0x0][_0x19e506(0x6ba)]['activeElement'];_0xe5cc86 instanceof HTMLElement&&(_0x10f77a[_0x19e506(0x4c0)](_0xfff50c=>_0xfff50c['contains'](_0xe5cc86))||_0xe5cc86[_0x19e506(0x5ba)](_0x19e506(0x56e)+_0x190963+'\x22]')!=null)&&_0xe5cc86[_0x19e506(0x206)]();}function pu(_0x3aa443){const _0xd6d248=_0x5a6880;return _0x3aa443===_0xd6d248(0x3b8)||_0x3aa443===_0xd6d248(0x35b)||_0x3aa443==='child-editor'||_0x3aa443===_0xd6d248(0x272)||_0x3aa443==='floating-menu';}function mu(_0x5d472e){const _0x24829c=_0x5a6880;let {hostUnitId:_0x5a0658,embedId:_0x561f4b,className:_0x5764e6}=_0x5d472e,_0x5347d6=_0x512a77(null),_0x3e537e=_0x38c7ab(_0x2846c0),_0x22f499=_0x38c7ab(ws),_0x4562fa=_0x38c7ab(wc),_0x1388eb=_0x552d24(_0x16977f=>{const _0x239f58=_0x1f5b;_0x16977f[_0x239f58(0x652)](),_0x16977f[_0x239f58(0x5b2)](),!(!_0x5a0658||!_0x561f4b)&&hu({'hostUnitId':_0x5a0658,'embedId':_0x561f4b,'activationService':_0x22f499,'embedModelService':_0x3e537e,'fullscreenService':_0x4562fa});},[_0x22f499,_0x561f4b,_0x3e537e,_0x4562fa,_0x5a0658]);return _0xb3b79a(()=>{const _0x1e89ca=_0x1f5b;let _0x497abc=_0x5347d6[_0x1e89ca(0x5e4)];if(!_0x497abc)return;let _0x3d790b=_0x352ec8=>{_0x352ec8['stopPropagation']();};return _0x497abc[_0x1e89ca(0x4e8)](_0x1e89ca(0x224),_0x3d790b),_0x497abc['addEventListener']('click',_0x1388eb),()=>{const _0x598e0f=_0x1e89ca;_0x497abc[_0x598e0f(0x568)](_0x598e0f(0x224),_0x3d790b),_0x497abc['removeEventListener'](_0x598e0f(0x238),_0x1388eb);};},[_0x1388eb]),_0x3fd847(_0x24829c(0x480),{'ref':_0x5347d6,'type':_0x24829c(0x480),'className':_0xc96f2f(_0x24829c(0x23b),_0x5764e6),'data-embed-float-fullscreen-button':_0x24829c(0x357),'children':_0x3fd847(_0x116553,{'className':_0x24829c(0x564)})});}function hu(_0x155c54){const _0x21a21f=_0x5a6880;var _0x5b77b1;let _0x333d3b=_0x155c54[_0x21a21f(0x1b4)][_0x21a21f(0x42a)](_0x155c54[_0x21a21f(0x214)],_0x155c54[_0x21a21f(0x256)]);return!(_0x333d3b!=null&&_0x333d3b['childUnitId'])||_0x333d3b[_0x21a21f(0x2c2)]==null?!0x1:((_0x5b77b1=_0x155c54[_0x21a21f(0x69a)])==null||_0x5b77b1[_0x21a21f(0x6a5)](_0x155c54[_0x21a21f(0x256)],_0x155c54[_0x21a21f(0x214)]),_0x155c54[_0x21a21f(0x20b)][_0x21a21f(0x4b3)](_0x333d3b),!0x0);}const gu=_0x5a6880(0x1da),_u=_0x5a6880(0x258),vu=[gu,_u];function yu(_0x3187d8){const _0x556176=_0x5a6880;var _0xb0d489,_0x5d7e72,_0x4d16ac;let {data:_0x3b1004,deferInactiveFloatingChrome:_0x2cc613,docsCustomBlockLayout:_0x43e2d7,enableStage1BodyDrag:_0x68a709,floatingChromeZIndex:_0x5863a4,fullscreenButtonInBlock:_0x30fe75,hostFloatDomLayout$:_0x33778b,initialStage:_0x4458d3,interactionFlow:_0x2fc373='floating-stage',isExternalHostInteraction:_0x345409,onHostWheel:_0x1f9940,onRuntimeStageEnter:_0x1820d9,onRuntimeStageExit:_0x25a0f5,resolveHostWheelGestureRoot:_0x1d620b,syncHostVerticalScroll:_0x3376f3}=_0x3187d8,_0xa548de=_0x512a77(null),_0x36111f=_0x512a77(null),_0x28e569=_0x512a77(null),_0x3d4ea9=_0x512a77(null),_0x1cd6eb=_0x512a77(null),_0x4727c5=_0x512a77(null),_0x2fe3cd=_0x512a77(null),_0x5cfe68=_0x512a77(null),_0x5193d6=_0x512a77(null),_0x80921d=_0x38c7ab(_0x2846c0),_0x185e2b=_0x38c7ab(rs),_0x3992d3=_0x38c7ab(to),_0x5f552=_0x38c7ab(ws),_0x4736df=_0x38c7ab(ul),_0x2e79cf=_0x38c7ab(dl),_0x329811=_0x38c7ab(wc),_0x1eb79b=_0x38c7ab(io),_0x52d64a=_0x38c7ab(xs),_0x44b07e=_0x38c7ab(fl),_0x2c5e10=_0x38c7ab(bl),_0x2145b1=_0x38c7ab(yl),_0x761f13=_0x38c7ab(Z),_0x1a7070=_0x38c7ab(_l),_0x3f3b19=_0x38c7ab(_0x56475e),_0x3c95b3=xl(_0x3b1004),_0x861d3a=_0x43e2d7!=null&&_0x43e2d7[_0x556176(0x6bb)]?_0x43e2d7:void 0x0,_0xb39dd=_0x861d3a==null?void 0x0:_0x861d3a[_0x556176(0x222)],_0x5a4b0c=_0x861d3a==null?void 0x0:_0x861d3a[_0x556176(0x408)],_0x3acdf3=(_0x861d3a==null?void 0x0:_0x861d3a[_0x556176(0x4b4)])??0x1,[_0x36b4c7,_0x4c15b3]=_0x5790e9(0x0),[_0x220736,_0x39afe7]=_0x5790e9(0x0),_0x300bfb=_0x861d3a?Dl(_0x861d3a):void 0x0,_0x5197c5=Math[_0x556176(0x1b5)](_0x220736,(_0x300bfb==null?void 0x0:_0x300bfb['maxExpansion'])??0x0),_0x34dbd2=_0xa8c38f(()=>_0x3992d3[_0x556176(0x22c)]['pipe'](_0xd53f91(()=>_0x3c95b3!=null&&_0x3c95b3[_0x556176(0x256)]?_0x3992d3['getStage'](_0x3c95b3[_0x556176(0x256)]):_0x556176(0x47a))),_0x4458d3??(_0x3c95b3!=null&&_0x3c95b3[_0x556176(0x256)]?_0x3992d3[_0x556176(0x32b)](_0x3c95b3['embedId']):_0x556176(0x47a)),!0x1,[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3992d3]),_0x361801=_0x512a77(_0x34dbd2),_0x4b2148=_0x512a77(!0x1),_0x4f0b0e=_0x512a77(void 0x0),_0x1b2793=_0x512a77(void 0x0),_0x57467d=_0x512a77(void 0x0),_0x1194a6=_0x512a77(void 0x0),_0x5b97a3=_0x512a77(void 0x0),_0x2989ff=_0x512a77(0x0),_0x3efad3=_0x512a77(void 0x0),_0x2b5212=_0x512a77(!0x1),_0x1d7994=_0x512a77(!0x1),_0x346cd0=_0x512a77(_0x5197c5),_0x4ea615=_0x512a77(_0x300bfb),_0x3e7cf6=_0x512a77(_0x3acdf3),_0x499559=_0x512a77(0x0),_0x41874e=_0x512a77(0x0),_0xb36ce1=_0x512a77([]),_0x472e71=_0x512a77(_0x34dbd2);_0x472e71[_0x556176(0x5e4)]=_0x34dbd2,_0x346cd0['current']=_0x5197c5,_0x4ea615[_0x556176(0x5e4)]=_0x300bfb,_0x3e7cf6[_0x556176(0x5e4)]=_0x3acdf3;let _0x5b577=_0x552d24(_0x40d50c=>{const _0x3163ed=_0x556176;let _0x1061fa=_0x4ea615[_0x3163ed(0x5e4)];if(!_0x1061fa)return!0x1;let _0x2ecf53=_0x346cd0['current'],_0x5df087=Ol(_0x2ecf53+Zc(_0x40d50c)/_0x3e7cf6[_0x3163ed(0x5e4)],0x0,_0x1061fa['maxExpansion']);return _0x5df087===_0x2ecf53?!0x1:(_0x346cd0[_0x3163ed(0x5e4)]=_0x5df087,_0x39afe7(_0x5df087),!0x0);},[]),_0x472333=_0x552d24(()=>{const _0x41f72d=_0x556176;var _0x5dad8c;(_0x5dad8c=_0x1b2793[_0x41f72d(0x5e4)])==null||_0x5dad8c[_0x41f72d(0x526)](),_0x1b2793[_0x41f72d(0x5e4)]=void 0x0;},[]),_0x4b92c7=_0x552d24(()=>{const _0x3fcb96=_0x556176;var _0x217884,_0x7079ed;if(!(_0x3c95b3!=null&&_0x3c95b3[_0x3fcb96(0x256)])||_0x1b2793['current'])return;let _0x595838=_0x3c95b3[_0x3fcb96(0x214)]?_0x80921d[_0x3fcb96(0x42a)](_0x3c95b3[_0x3fcb96(0x214)],_0x3c95b3[_0x3fcb96(0x256)]):void 0x0,_0x39b038=bu(_0x595838),_0x533946=_0x3c95b3['childUnitId']??(_0x595838==null?void 0x0:_0x595838[_0x3fcb96(0x21e)])??((_0x217884=_0x4f0b0e[_0x3fcb96(0x5e4)])==null?void 0x0:_0x217884['childUnitId'])??(_0x39b038==null?void 0x0:_0x39b038[_0x3fcb96(0x21e)]),_0x16a142=_0x3c95b3['childType']??(_0x595838==null?void 0x0:_0x595838[_0x3fcb96(0x2c2)])??((_0x7079ed=_0x4f0b0e['current'])==null?void 0x0:_0x7079ed[_0x3fcb96(0x2c2)])??(_0x39b038==null?void 0x0:_0x39b038['childType']);_0x1b2793[_0x3fcb96(0x5e4)]=_0x761f13['acquireLease']({'embedId':_0x3c95b3[_0x3fcb96(0x256)],'role':'child-session','owner':_0x2fc373===_0x3fcb96(0x21b)?_u:gu,'sessionMode':_0x3fcb96(0x513),'hostUnitId':_0x3c95b3['hostUnitId'],'childUnitId':_0x533946,'childType':_0x16a142});},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x2c2)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x21e)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x80921d,_0x761f13,_0x2fc373]),_0x3db00c=_0x552d24(()=>{const _0x5a6950=_0x556176;if(!(_0x3c95b3!=null&&_0x3c95b3[_0x5a6950(0x256)]))return;let _0x5e6f16=_0x3c95b3['embedId'];window[_0x5a6950(0x385)](()=>{_0x3992d3['getStage'](_0x5e6f16)!=='stage2'&&_0x472333();});},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3992d3,_0x472333]),_0x3c1b4d=_0x3c95b3!=null&&_0x3c95b3[_0x556176(0x214)]?_0x80921d['getDescriptor'](_0x3c95b3['hostUnitId'],_0x3c95b3[_0x556176(0x256)]):void 0x0,_0x1e989e=bu(_0x3c1b4d),_0x5e87d3=(_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x21e)])??(_0x3c1b4d==null?void 0x0:_0x3c1b4d[_0x556176(0x21e)])??((_0xb0d489=_0x4f0b0e['current'])==null?void 0x0:_0xb0d489[_0x556176(0x21e)])??(_0x1e989e==null?void 0x0:_0x1e989e[_0x556176(0x21e)]),_0x80f60a=(_0x3c95b3==null?void 0x0:_0x3c95b3['childType'])??(_0x3c1b4d==null?void 0x0:_0x3c1b4d['childType'])??((_0x5d7e72=_0x4f0b0e['current'])==null?void 0x0:_0x5d7e72[_0x556176(0x2c2)])??(_0x1e989e==null?void 0x0:_0x1e989e[_0x556176(0x2c2)]),_0x163f61=_0x80f60a==null||(_0x4d16ac=_0x185e2b[_0x556176(0x312)](_0x80f60a))==null?void 0x0:_0x4d16ac['canvasRootClassName'],_0x3e811f=Mc(_0x3c1b4d,_0x34dbd2);_0xb3b79a(()=>{const _0xeddabd=_0x556176;if(!(!(_0x3c95b3!=null&&_0x3c95b3[_0xeddabd(0x256)])||_0x34dbd2!==_0xeddabd(0x448)))return _0x4b92c7(),_0x472333;},[_0x4b92c7,_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x472333,_0x34dbd2]),_0xb3b79a(()=>{const _0x67822f=_0x556176;let _0x107561=_0xa548de[_0x67822f(0x5e4)],_0x2d9e4f=au(_0x3f3b19,_0x761f13,_0x3c95b3==null?void 0x0:_0x3c95b3[_0x67822f(0x256)],_0x107561,_0x34dbd2);if(_0x2d9e4f)return()=>_0x2d9e4f[_0x67822f(0x526)]();},[_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],_0x761f13,_0x3f3b19,_0x34dbd2]),_0xb3b79a(()=>{const _0x57dbcd=_0x556176;let _0x529eb3=_0x361801[_0x57dbcd(0x5e4)];_0x361801[_0x57dbcd(0x5e4)]=_0x34dbd2;let _0x449456=_0x529eb3!==_0x34dbd2||!_0x4b2148[_0x57dbcd(0x5e4)]&&_0x34dbd2!==_0x57dbcd(0x47a);_0x4b2148['current']=!0x0,_0x449456&&(_0x1820d9==null||_0x1820d9(_0x34dbd2),_0x2e79cf[_0x57dbcd(0x61c)]({'embedId':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x57dbcd(0x256)],'reason':'stage-change'})),_0x529eb3==='stage2'&&_0x34dbd2!==_0x57dbcd(0x448)&&(fu(_0x3c95b3==null?void 0x0:_0x3c95b3[_0x57dbcd(0x256)],$l(_0x3d4ea9['current'],_0x1cd6eb[_0x57dbcd(0x5e4)],_0x4727c5[_0x57dbcd(0x5e4)],_0x5cfe68[_0x57dbcd(0x5e4)],_0x5193d6[_0x57dbcd(0x5e4)])),_0x5f552[_0x57dbcd(0x6a5)](_0x3c95b3==null?void 0x0:_0x3c95b3[_0x57dbcd(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x57dbcd(0x214)]),_0x25a0f5==null||_0x25a0f5());},[_0x5f552,_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x2e79cf,_0x1820d9,_0x25a0f5,_0x34dbd2]),_0xb3b79a(()=>{const _0x5e7373=_0x556176;if(_0x4458d3!==_0x5e7373(0x448)||!(_0x3c95b3!=null&&_0x3c95b3['embedId'])||!_0x3c95b3[_0x5e7373(0x214)])return;let _0x5283bd=_0x80921d[_0x5e7373(0x42a)](_0x3c95b3['hostUnitId'],_0x3c95b3[_0x5e7373(0x256)]);_0x5283bd!=null&&_0x5283bd[_0x5e7373(0x21e)]&&_0x3992d3[_0x5e7373(0x1b1)]({'hostUnitId':_0x3c95b3[_0x5e7373(0x214)],'embedId':_0x3c95b3['embedId'],'childUnitId':_0x5283bd['childUnitId']},_0x5e7373(0x448));},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x80921d,_0x3992d3,_0x4458d3]),_0xb3b79a(()=>{const _0x4d5a34=_0x556176;let _0x2d2278=_0x3d4ea9['current'],_0x3e4ddc=_0x1cd6eb['current'],_0x46fd57=_0x4727c5[_0x4d5a34(0x5e4)],_0x3218b5=_0x5cfe68['current'],_0x2f7d0f=_0x5193d6[_0x4d5a34(0x5e4)];if(!_0x2d2278||!_0x3e4ddc||!_0x46fd57||!_0x3218b5||!_0x2f7d0f)return;let _0x56054b=_0x3c95b3!=null&&_0x3c95b3[_0x4d5a34(0x214)]?_0x80921d['getDescriptor'](_0x3c95b3[_0x4d5a34(0x214)],_0x3c95b3[_0x4d5a34(0x256)]):void 0x0,_0x2ad89d=_0x56054b?xu(_0x56054b):void 0x0;if(!_0x56054b||!_0x2ad89d||_0x3e811f===_0x4d5a34(0x38e))return;let _0x32f9dc=!0x1,_0x125ee2;return _0x44b07e[_0x4d5a34(0x499)]({'descriptor':_0x56054b})[_0x4d5a34(0x453)](async _0x5d650b=>{const _0x31714b=_0x4d5a34;var _0x225e34;if(_0x32f9dc)return;let _0x201a9c=_0x52d64a['mountIntoHostElement'](_0x5d650b,_0x2d2278,{'content':_0x3e4ddc,'canvas':_0x46fd57,'overlay':_0x3218b5,'popup':_0x2f7d0f});_0x125ee2=_0x5d650b['embedId'];let _0x393cdd=_0x201a9c==null?void 0x0:_0x201a9c['context'];_0x4f0b0e[_0x31714b(0x5e4)]=_0x393cdd;let _0x4cecb2=_0x3c95b3!=null&&_0x3c95b3['embedId']?(_0x225e34=_0x4736df[_0x31714b(0x6b4)](_0x3c95b3[_0x31714b(0x256)]))==null?void 0x0:_0x225e34[_0x31714b(0x570)]:void 0x0;_0x393cdd&&_0x4cecb2!=null&&await _0x4736df[_0x31714b(0x622)](_0x393cdd,_0x4cecb2);})[_0x4d5a34(0x639)](_0x4e4333=>{queueMicrotask(()=>{throw _0x4e4333;});}),()=>{const _0x18b77d=_0x4d5a34;var _0x4cbcb7;_0x32f9dc=!0x0,_0x125ee2&&((_0x4cbcb7=_0x4f0b0e['current'])==null?void 0x0:_0x4cbcb7['embedId'])===_0x125ee2&&(_0x4f0b0e[_0x18b77d(0x5e4)]=void 0x0),_0x52d64a[_0x18b77d(0x435)](_0x56054b[_0x18b77d(0x256)]);};},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3['hostUnitId'],_0x80921d,_0x52d64a,_0x36b4c7,_0x4736df,_0x44b07e,_0x3e811f]),_0xb3b79a(()=>{const _0x23eb3e=_0x556176;if(!(_0x3c95b3!=null&&_0x3c95b3['embedId']))return;let _0x174d98=_0x3c95b3[_0x23eb3e(0x256)],_0x4e69f9=[];[{'element':_0x3d4ea9[_0x23eb3e(0x5e4)],'role':_0x23eb3e(0x3b8)},{'element':_0x1cd6eb[_0x23eb3e(0x5e4)],'role':'runtime'},{'element':_0x4727c5[_0x23eb3e(0x5e4)],'role':'runtime'}]['forEach'](_0x3635d7=>{const _0x1108ea=_0x23eb3e;let _0x2f0ff0=_0x3635d7[_0x1108ea(0x6e9)];_0x2f0ff0&&_0x4e69f9[_0x1108ea(0x5a2)]({'element':_0x2f0ff0,'role':_0x3635d7[_0x1108ea(0x365)]});}),_0x34dbd2==='stage2'&&[{'element':_0x2fe3cd[_0x23eb3e(0x5e4)],'role':'floating-menu'},{'element':_0x5cfe68[_0x23eb3e(0x5e4)],'role':_0x23eb3e(0x410)},{'element':_0x5193d6[_0x23eb3e(0x5e4)],'role':_0x23eb3e(0x272)}][_0x23eb3e(0x68e)](_0x684315=>{const _0x5b8f19=_0x23eb3e;_0x684315[_0x5b8f19(0x6e9)]&&_0x4e69f9[_0x5b8f19(0x5a2)](_0x684315);});let _0x437d67=_0x4e69f9[_0x23eb3e(0x571)](({element:_0x476605,role:_0x597041})=>[_0x1eb79b[_0x23eb3e(0x291)](_0x174d98,_0x476605),_0x761f13[_0x23eb3e(0x484)]({'embedId':_0x174d98,'role':_0x597041,'element':_0x476605})]);return()=>_0x437d67['forEach'](_0x833a3e=>_0x833a3e[_0x23eb3e(0x526)]());},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x761f13,_0x1eb79b,_0x34dbd2]),_0xb3b79a(()=>{const _0x2bd487=_0x556176;var _0x266348,_0x39c9f2;if(!(_0x3c95b3!=null&&_0x3c95b3['embedId'])||_0x34dbd2!=='stage2')return;let _0x1be24c=((_0x266348=_0xa548de[_0x2bd487(0x5e4)])==null?void 0x0:_0x266348['ownerDocument'])??((_0x39c9f2=_0x3d4ea9[_0x2bd487(0x5e4)])==null?void 0x0:_0x39c9f2[_0x2bd487(0x6ba)])??(typeof document>'u'?void 0x0:document),_0x97d70f=_0x1eb79b[_0x2bd487(0x6db)](_0x3c95b3[_0x2bd487(0x256)],_0x1be24c);return()=>{const _0x2a72f7=_0x2bd487;_0x472e71[_0x2a72f7(0x5e4)]!==_0x2a72f7(0x448)&&_0x1eb79b[_0x2a72f7(0x39c)](_0x3c95b3[_0x2a72f7(0x256)],_0x1be24c),_0x97d70f[_0x2a72f7(0x526)]();};},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x1eb79b,_0x34dbd2]),_0xb3b79a(()=>{const _0x470f58=_0x556176;var _0x2a14ae,_0x3c0395;if(!(_0x3c95b3!=null&&_0x3c95b3[_0x470f58(0x256)])||_0x34dbd2!==_0x470f58(0x448))return;let _0x380d0d=((_0x2a14ae=_0xa548de[_0x470f58(0x5e4)])==null?void 0x0:_0x2a14ae['ownerDocument'])??((_0x3c0395=_0x3d4ea9['current'])==null?void 0x0:_0x3c0395[_0x470f58(0x6ba)])??(typeof document>'u'?void 0x0:document),_0x32298f=_0x380d0d==null?void 0x0:_0x380d0d[_0x470f58(0x635)](_0x470f58(0x3a7));if(!_0x32298f)return;let _0x2695a1=[_0x1eb79b[_0x470f58(0x291)](_0x3c95b3['embedId'],_0x32298f),_0x761f13[_0x470f58(0x484)]({'embedId':_0x3c95b3[_0x470f58(0x256)],'role':_0x470f58(0x410),'element':_0x32298f})];return()=>_0x2695a1['forEach'](_0x41e484=>_0x41e484[_0x470f58(0x526)]());},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x761f13,_0x1eb79b,_0x34dbd2]),_0xb3b79a(()=>{const _0x698d31=_0x556176;let _0x1f1d75=_0xa548de[_0x698d31(0x5e4)],_0x53ba5a=_0x1f1d75==null?void 0x0:_0x1f1d75[_0x698d31(0x635)](_0x698d31(0x6b6));if(!(_0x3c95b3!=null&&_0x3c95b3['embedId'])||!_0x1f1d75)return;let _0x4ece12=_0x3c95b3['hostUnitId']?_0x80921d['getDescriptor'](_0x3c95b3[_0x698d31(0x214)],_0x3c95b3[_0x698d31(0x256)]):void 0x0,_0xa2eaa9=_0x2e79cf[_0x698d31(0x3f2)]({'embedId':_0x3c95b3[_0x698d31(0x256)],'childUnitId':_0x4ece12==null?void 0x0:_0x4ece12[_0x698d31(0x21e)],'root':_0x1f1d75,'viewport':_0x53ba5a,'contentRoot':_0x1cd6eb[_0x698d31(0x5e4)]});return()=>_0xa2eaa9[_0x698d31(0x526)]();},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x80921d,_0x2e79cf]),_0xb3b79a(()=>{const _0x144120=_0x556176;if(!(_0x3c95b3!=null&&_0x3c95b3['embedId']))return;let _0x7045da=_0x329811[_0x144120(0x2e1)][_0x144120(0x1d7)](_0x2062fc=>{const _0x2237af=_0x144120;_0x2062fc['embedId']===_0x3c95b3[_0x2237af(0x256)]&&(_0x52d64a[_0x2237af(0x435)](_0x3c95b3[_0x2237af(0x256)]),_0x5f552[_0x2237af(0x6a5)](_0x3c95b3[_0x2237af(0x256)],_0x3c95b3[_0x2237af(0x214)]),_0x1194a6['current']!=null&&(window[_0x2237af(0x655)](_0x1194a6[_0x2237af(0x5e4)]),_0x1194a6['current']=void 0x0),_0x5b97a3['current']!=null&&globalThis[_0x2237af(0x314)](_0x5b97a3[_0x2237af(0x5e4)]),_0x5b97a3[_0x2237af(0x5e4)]=globalThis['setTimeout'](()=>{const _0x230882=_0x2237af;_0x5b97a3[_0x230882(0x5e4)]=void 0x0,_0x1194a6[_0x230882(0x5e4)]=window[_0x230882(0x385)](()=>{const _0xea87d8=_0x230882;_0x1194a6[_0xea87d8(0x5e4)]=void 0x0,_0x5f552[_0xea87d8(0x6a5)](_0x3c95b3[_0xea87d8(0x256)],_0x3c95b3[_0xea87d8(0x214)]),_0x4c15b3(_0x25f592=>_0x25f592+0x1);});},0x0));});return()=>{const _0x2fb0a9=_0x144120;_0x7045da[_0x2fb0a9(0x387)](),_0x5b97a3[_0x2fb0a9(0x5e4)]!=null&&(globalThis[_0x2fb0a9(0x314)](_0x5b97a3[_0x2fb0a9(0x5e4)]),_0x5b97a3[_0x2fb0a9(0x5e4)]=void 0x0),_0x1194a6[_0x2fb0a9(0x5e4)]!=null&&(window[_0x2fb0a9(0x655)](_0x1194a6[_0x2fb0a9(0x5e4)]),_0x1194a6[_0x2fb0a9(0x5e4)]=void 0x0);};},[_0x5f552,_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x329811,_0x52d64a]),_0xb3b79a(()=>{const _0x24c77f=_0x556176;let _0x3f2029=_0xa548de['current'],_0x5d6cf4=_0x2fe3cd['current'];if(!_0x3f2029||!_0x5d6cf4||typeof document>'u')return;let _0x5455bd=jl({'chrome':_0x5d6cf4,'container':_0x3f2029,'deferInactive':_0x2cc613,'embedId':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x24c77f(0x256)],'geometryService':_0x2e79cf,'hostLayout$':_0x33778b,'stage':_0x34dbd2,'docsSheetLikeLayout':_0xb39dd!=null&&_0x5a4b0c!=null?{'contentWidth':_0xb39dd,'pageContentWidth':_0x5a4b0c}:void 0x0});return()=>_0x5455bd[_0x24c77f(0x526)]();},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x2cc613,_0xb39dd,_0x5a4b0c,_0x2e79cf,_0x33778b,_0x34dbd2]),_0xb3b79a(()=>{const _0x4f6cfe=_0x556176;let _0x2aba1d=_0xa548de['current'],_0x78d5e2=_0x2fe3cd[_0x4f6cfe(0x5e4)];if(_0x2aba1d)return eu(_0x2aba1d,_0x78d5e2);},[]),_0xb3b79a(()=>{const _0x352d70=_0x556176;let _0x484327=_0xa548de[_0x352d70(0x5e4)];if(!(_0x3c95b3!=null&&_0x3c95b3[_0x352d70(0x256)])||!_0x484327||typeof document>'u')return;let _0x1854f3=ou({'activationService':_0x5f552,'chrome':_0x2fe3cd[_0x352d70(0x5e4)],'container':_0x484327,'embedId':_0x3c95b3['embedId'],'externalHostInteractionUntil':_0x499559,'floatingActiveService':_0x3992d3,'focusCoordinator':_0x761f13,'graceMs':0x28a,'hostUnitId':_0x3c95b3[_0x352d70(0x214)],'interactionBoundaryService':_0x1eb79b,'isExternalHostInteraction':_0x345409,'ownedPointerInteractionUntil':_0x41874e,'runtimeFocusOwners':vu});return()=>_0x1854f3[_0x352d70(0x526)]();},[_0x5f552,_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x3992d3,_0x761f13,_0x1eb79b,_0x345409]),_0xb3b79a(()=>{const _0x1f7a23=_0x556176;var _0x1b66bb;_0x34dbd2!==_0x1f7a23(0x448)&&((_0x1b66bb=_0x57467d[_0x1f7a23(0x5e4)])==null||_0x1b66bb[_0x1f7a23(0x526)](),_0x57467d[_0x1f7a23(0x5e4)]=void 0x0,fu(_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],$l(_0x3d4ea9[_0x1f7a23(0x5e4)],_0x1cd6eb[_0x1f7a23(0x5e4)],_0x4727c5[_0x1f7a23(0x5e4)],_0x5cfe68[_0x1f7a23(0x5e4)],_0x5193d6[_0x1f7a23(0x5e4)])));},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x34dbd2]),_0xb3b79a(()=>{const _0x1639f3=_0x556176;let _0x269f7f=_0x28e569['current'];if(!_0x269f7f||!(_0x3c95b3!=null&&_0x3c95b3[_0x1639f3(0x256)])||!_0x3c95b3['hostUnitId'])return;let _0x18f311=su({'acquireStage2SessionLease':_0x4b92c7,'activationService':_0x5f552,'data':{'childType':_0x80f60a,'childUnitId':_0x5e87d3,'embedId':_0x3c95b3[_0x1639f3(0x256)],'hostAnchorId':_0x3c95b3[_0x1639f3(0x6a1)],'hostUnitId':_0x3c95b3[_0x1639f3(0x214)]},'embedModelService':_0x80921d,'enableStage1BodyDrag':_0x68a709,'floatingActiveService':_0x3992d3,'gate':_0x269f7f,'interactionFlow':_0x2fc373,'popupRoot':_0x5193d6[_0x1639f3(0x5e4)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x3db00c});return()=>_0x18f311[_0x1639f3(0x526)]();},[_0x4b92c7,_0x5f552,_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3['hostAnchorId'],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x80921d,_0x68a709,_0x3992d3,_0x2fc373,_0x3db00c,_0x80f60a,_0x5e87d3]),_0xb3b79a(()=>{const _0x5123a3=_0x556176;let _0x2de1ce=_0xa548de[_0x5123a3(0x5e4)];if(!_0x2de1ce||!_0x1d620b)return;let _0x32437e=_0x1d620b(_0x2de1ce);if(!_0x32437e)return;let _0x524c72=_0x1a7070[_0x5123a3(0x3f2)](_0x32437e);return()=>_0x524c72[_0x5123a3(0x526)]();},[_0x1a7070,_0x1d620b]),_0xb3b79a(()=>{const _0x1517db=_0x556176;let _0xfc6d55=_0xa548de[_0x1517db(0x5e4)],_0x36de55=_0x28e569[_0x1517db(0x5e4)],_0x152b0a=_0x3d4ea9[_0x1517db(0x5e4)];if(!_0xfc6d55||!_0x36de55||!_0x152b0a)return;let _0x10d96b=Lc({'container':_0xfc6d55,'gate':_0x36de55,'getChildContext':()=>_0x4f0b0e[_0x1517db(0x5e4)],'getStage':()=>_0x3c95b3!=null&&_0x3c95b3[_0x1517db(0x256)]?_0x3992d3['getStage'](_0x3c95b3['embedId']):'inactive','hostScrollOffset':_0x2989ff,'hostWheelGestureService':_0x1a7070,'invalidate':_0x36ab81=>Hl(_0x2e79cf,_0x3c95b3==null?void 0x0:_0x3c95b3[_0x1517db(0x256)],_0x36ab81,_0xb36ce1),'liveRoot':_0x152b0a,'onHostWheel':_0x1f9940,'passiveViewportRegistry':_0x2145b1,'passiveWheelHandlerRegistry':_0x2c5e10,'resizeDocsSheetLikeRendererByWheel':_0x5b577,'routeHostGestures':!!_0x1d620b,'syncHostVerticalScroll':_0x3376f3,'viewScale':_0x3acdf3});return()=>_0x10d96b['dispose']();},[_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],_0x3acdf3,_0x3992d3,_0x2e79cf,_0x1a7070,_0x1f9940,_0x2145b1,_0x2c5e10,_0x5b577,_0x1d620b,_0x3376f3]),_0xb3b79a(()=>()=>{const _0x4a2563=_0x556176;_0xb36ce1[_0x4a2563(0x5e4)][_0x4a2563(0x68e)](_0xdb0dcc=>window[_0x4a2563(0x655)](_0xdb0dcc)),_0xb36ce1[_0x4a2563(0x5e4)]=[];},[]),_0xb3b79a(()=>{const _0x29765a=_0x556176;let _0x4c074f=_0x3d4ea9[_0x29765a(0x5e4)];if(!_0x4c074f)return;let _0x4b4d6b=lu({'acquireStage2SessionLease':_0x4b92c7,'activationService':_0x5f552,'data':{'childType':_0x80f60a,'childUnitId':_0x5e87d3,'embedId':_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],'hostUnitId':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x29765a(0x214)]},'embedModelService':_0x80921d,'floatingActiveService':_0x3992d3,'focusCoordinator':_0x761f13,'getRuntimeRoots':()=>$l(_0x4727c5['current'],_0x1cd6eb['current'],_0x5cfe68['current'],_0x5193d6['current'],_0x3d4ea9['current']),'interactionFlow':_0x2fc373,'liveRoot':_0x4c074f,'popupRoot':_0x5193d6[_0x29765a(0x5e4)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x3db00c,'runtimeFocusOwners':vu});return()=>_0x4b4d6b[_0x29765a(0x526)]();},[_0x4b92c7,_0x5f552,_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3['hostUnitId'],_0x80921d,_0x3992d3,_0x761f13,_0x2fc373,_0x3db00c,_0x80f60a,_0x5e87d3]),_0xb3b79a(()=>{const _0x417e9f=_0x556176;let _0x1ff8cf=_0x3d4ea9['current'];if(!_0x1ff8cf||!(_0x3c95b3!=null&&_0x3c95b3[_0x417e9f(0x256)]))return;let _0x46ad90=uu({'data':{'childType':_0x3c95b3[_0x417e9f(0x2c2)],'childUnitId':_0x3c95b3[_0x417e9f(0x21e)],'embedId':_0x3c95b3[_0x417e9f(0x256)],'hostUnitId':_0x3c95b3[_0x417e9f(0x214)]},'floatingActiveService':_0x3992d3,'focusCoordinator':_0x761f13,'graceMs':0x28a,'interactionBoundaryService':_0x1eb79b,'liveRoot':_0x1ff8cf,'ownedPointerInteractionUntil':_0x41874e,'pointerLease':_0x57467d,'verticalScrollOwner':_0x3efad3});return()=>_0x46ad90[_0x417e9f(0x526)]();},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x2c2)],_0x3c95b3==null?void 0x0:_0x3c95b3['childUnitId'],_0x3c95b3==null?void 0x0:_0x3c95b3['embedId'],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x3992d3,_0x761f13,_0x1eb79b]),_0xb3b79a(()=>{const _0x57c452=_0x556176;if(_0x34dbd2!==_0x57c452(0x448)||_0x2fc373!==_0x57c452(0x21b))return;let _0x299ee3=_0x3d4ea9[_0x57c452(0x5e4)];if(!_0x299ee3)return;let _0x3bd549,_0x1a30b7=()=>tu($l(_0x4727c5[_0x57c452(0x5e4)],_0x1cd6eb['current'],_0x5cfe68[_0x57c452(0x5e4)],_0x5193d6[_0x57c452(0x5e4)],_0x3d4ea9[_0x57c452(0x5e4)])),_0x3af0a5=()=>{const _0x4dcf34=_0x57c452;let _0x5973ed=_0x299ee3[_0x4dcf34(0x6ba)][_0x4dcf34(0x693)];return!_0x5973ed||_0x5973ed===_0x1a30b7()?!0x1:$l(_0x3d4ea9[_0x4dcf34(0x5e4)],_0x1cd6eb['current'],_0x4727c5['current'],_0x5cfe68[_0x4dcf34(0x5e4)],_0x5193d6[_0x4dcf34(0x5e4)])['some'](_0x1104a5=>_0x1104a5[_0x4dcf34(0x651)](_0x5973ed));},_0x5e52fc=()=>{const _0x96f77f=_0x57c452;if(!nu(_0x3c95b3==null?void 0x0:_0x3c95b3[_0x96f77f(0x2c2)],!0x0))return;let _0xb7da10=_0x1a30b7();if(_0xb7da10&&!_0x761f13[_0x96f77f(0x2bb)](_0x3c95b3==null?void 0x0:_0x3c95b3[_0x96f77f(0x256)],{'ignoreOwners':vu})&&!_0x3af0a5()){if(_0x3c95b3!=null&&_0x3c95b3[_0x96f77f(0x214)]&&_0x3c95b3[_0x96f77f(0x256)]){let _0x5db005=_0x80921d[_0x96f77f(0x42a)](_0x3c95b3[_0x96f77f(0x214)],_0x3c95b3[_0x96f77f(0x256)]);(_0x5db005==null?void 0x0:_0x5db005['childUnitId'])!=null&&_0x5db005['childType']!=null&&_0x5f552[_0x96f77f(0x6f4)](_0x5db005);}_0xb7da10[_0x96f77f(0x52d)](_0x96f77f(0x3f5))||(_0xb7da10[_0x96f77f(0x24c)]=-0x1),_0xb7da10['focus']({'preventScroll':!0x0});}};return _0x5e52fc(),_0x3bd549=window[_0x57c452(0x385)](()=>{_0x3bd549=void 0x0,_0x5e52fc();}),()=>{_0x3bd549!=null&&(window['cancelAnimationFrame'](_0x3bd549),_0x3bd549=void 0x0);};},[_0x5f552,_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x2c2)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],_0x80921d,_0x761f13,_0x2fc373,_0x34dbd2]),_0xb3b79a(()=>{const _0x31a22b=_0x556176;let _0x4357b4=_0xa548de[_0x31a22b(0x5e4)],_0x341ca7=_0x36111f[_0x31a22b(0x5e4)];if(!_0x4357b4||!_0x341ca7||typeof window>'u')return;let _0x49e925=Cl({'collapseWithoutChildScroll':(_0x3c95b3==null?void 0x0:_0x3c95b3[_0x31a22b(0x2c2)])===_0x41e642[_0x31a22b(0x421)],'container':_0x4357b4,'content':_0x341ca7,'contentHeight':_0x861d3a==null?void 0x0:_0x861d3a[_0x31a22b(0x543)],'enabled':_0x3376f3,'getChildContext':()=>_0x4f0b0e['current'],'getProvider':_0x355f7f=>_0x2145b1[_0x31a22b(0x312)](_0x355f7f['childType'],_0x355f7f[_0x31a22b(0x310)]),'getStage':()=>_0x3c95b3!=null&&_0x3c95b3['embedId']?_0x3992d3[_0x31a22b(0x32b)](_0x3c95b3[_0x31a22b(0x256)]):_0x31a22b(0x47a),'hostLayout$':_0x33778b,'invalidate':()=>_0x2e79cf[_0x31a22b(0x61c)]({'embedId':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x31a22b(0x256)],'reason':_0x31a22b(0x398)}),'offset':_0x2989ff,'onHostWheel':_0x1f9940,'owner':_0x3efad3,'syncingChildFromHost':_0x2b5212,'syncingHostFromChild':_0x1d7994,'viewScale':_0x3acdf3,'viewportHeight':_0x861d3a==null?void 0x0:_0x861d3a[_0x31a22b(0x424)]});return()=>_0x49e925[_0x31a22b(0x526)]();},[_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x2c2)],_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],_0x861d3a==null?void 0x0:_0x861d3a[_0x556176(0x543)],_0x3acdf3,_0x861d3a==null?void 0x0:_0x861d3a[_0x556176(0x424)],_0x3992d3,_0x2e79cf,_0x33778b,_0x36b4c7,_0x1f9940,_0x2145b1,_0x3376f3]);let _0x251c35=Ac({'stage':_0x34dbd2,'interactionFlow':_0x2fc373}),_0x4ee488=_0x251c35[_0x556176(0x6d6)],_0x24a9bb=_0x251c35[_0x556176(0x5c3)],_0x1cf7ae=_0x861d3a?{'top':_0x861d3a['floatingMenuInsetTop']*_0x3acdf3,'left':-_0x5197c5*_0x3acdf3,'width':(((_0x300bfb==null?void 0x0:_0x300bfb['initialWidth'])??0x1)+_0x5197c5)*_0x3acdf3,'height':_0x861d3a[_0x556176(0x424)]*_0x3acdf3}:_0x43e2d7?{'top':_0x43e2d7[_0x556176(0x53b)],'height':'calc(100%\x20-\x20'+_0x43e2d7[_0x556176(0x53b)]+_0x556176(0x587)}:void 0x0,_0x1d4440=_0x861d3a?{'width':((_0x300bfb==null?void 0x0:_0x300bfb[_0x556176(0x5ab)])??0x1)+_0x5197c5,'height':_0x861d3a[_0x556176(0x424)],'transform':_0x3acdf3===0x1?void 0x0:_0x556176(0x57c)+_0x3acdf3+')','transformOrigin':'top\x20left'}:void 0x0,_0xde6fc=_0x861d3a?{'left':0x0,'width':_0x556176(0x399),'height':_0x861d3a[_0x556176(0x424)],'minHeight':_0x861d3a[_0x556176(0x424)]}:void 0x0;return _0xe9062d('div',{'ref':_0xa548de,'className':_0xc96f2f(_0x556176(0x3bb),_0x34dbd2===_0x556176(0x47a)&&_0x58eca4,_0x861d3a&&_0x556176(0x305)),'data-u-comp':_0x556176(0x386),'data-embed-float-dom':'true','data-embed-float-stage':_0x34dbd2,'data-embed-id':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],'data-embed-host-unit-id':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x214)],'data-embed-host-anchor-id':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x6a1)],'data-embed-child-unit-id':_0x5e87d3,'data-embed-child-type':_0x80f60a,'data-embed-interaction-flow':_0x2fc373,'children':[_0xe9062d(_0x556176(0x47e),{'ref':_0x36111f,'className':_0xc96f2f('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',_0x861d3a&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':_0x556176(0x358),'data-embed-float-content':_0x556176(0x357),'style':_0x1cf7ae,'children':[_0xe9062d('div',{'ref':_0x3d4ea9,'className':_0xc96f2f(_0x556176(0x287),_0x861d3a&&'before:univer-hidden'),'data-u-comp':_0x556176(0x190),'data-embed-float-live':_0x556176(0x357),'style':_0x1d4440,'children':[_0x3fd847(_0x556176(0x47e),{'ref':_0x4727c5,'className':_0xc96f2f(_0x556176(0x263),_0x163f61,_0x861d3a&&_0x556176(0x16a),_0x4ee488&&_0x556176(0x305)),'data-u-comp':_0x556176(0x51a),'style':_0xde6fc,'data-embed-canvas-root':'true'}),_0x3fd847(_0x556176(0x47e),{'ref':_0x1cd6eb,'className':_0xc96f2f('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',_0x4ee488&&_0x556176(0x305)),'data-u-comp':'embed-float-dom-live-content','style':_0xde6fc,'data-embed-content-root':_0x556176(0x357)})]}),_0x3fd847('div',{'ref':_0x28e569,'className':_0xc96f2f('univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent',_0x24a9bb&&'univer-pointer-events-none'),'data-u-comp':_0x556176(0x608),'data-embed-float-interaction-gate':_0x556176(0x357)}),_0x34dbd2===_0x556176(0x47a)&&_0x3fd847(_0x3044bd,{'className':_0x556176(0x172)})]}),_0xe9062d(_0x556176(0x47e),{'ref':_0x2fe3cd,'className':_0x556176(0x34b),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x34dbd2,'data-embed-id':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],'style':{'zIndex':_0x5863a4??0x320},'children':[_0x3fd847(_0x556176(0x47e),{'ref':_0x5cfe68,'className':_0x556176(0x46f),'data-u-comp':_0x556176(0x6fc),'data-embed-overlay-root':_0x556176(0x357)}),_0x3fd847(_0x556176(0x47e),{'ref':_0x5193d6,'className':_0x556176(0x46f),'data-u-comp':_0x556176(0x1a7),'data-embed-popup-root':_0x556176(0x357)}),!_0x30fe75&&_0x3fd847(mu,{'hostUnitId':_0x3c95b3==null?void 0x0:_0x3c95b3['hostUnitId'],'embedId':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)]})]}),_0x30fe75&&_0x3fd847(mu,{'hostUnitId':_0x3c95b3==null?void 0x0:_0x3c95b3['hostUnitId'],'embedId':_0x3c95b3==null?void 0x0:_0x3c95b3[_0x556176(0x256)],'className':_0x556176(0x30f)})]});}function bu(_0x2d80d2){const _0x27f03f=_0x5a6880;let _0x35ee1e=_0x2d80d2==null?void 0x0:_0x2d80d2[_0x27f03f(0x40d)][_0x27f03f(0x3ec)];if(_0x35ee1e)try{let _0x1b921b=typeof _0x35ee1e==_0x27f03f(0x37f)?_0xc49a7b(_0x35ee1e):_0x35ee1e;return{'childUnitId':_0x1b921b['unit'][_0x27f03f(0x225)],'childType':_0x5e94cc(_0x1b921b['unit'][_0x27f03f(0x2e6)])};}catch{return;}}function xu(_0x16550c){const _0x2642c0=_0x5a6880;var _0x575975,_0x1b4532;let _0x4ee461=((_0x575975=_0x16550c['sourceMeta'])==null?void 0x0:_0x575975[_0x2642c0(0x3d4)])||void 0x0;if(_0x4ee461&&typeof _0x4ee461==_0x2642c0(0x3fa)&&_0x4ee461[_0x2642c0(0x310)])return _0x4ee461[_0x2642c0(0x310)];let _0x4a431d=((_0x1b4532=_0x16550c[_0x2642c0(0x611)])==null?void 0x0:_0x1b4532[_0x2642c0(0x2aa)])||void 0x0;return _0x4a431d&&typeof _0x4a431d==_0x2642c0(0x3fa)&&_0x4a431d['enabled']?_0x2642c0(0x2f2):void 0x0;}function Su(_0x708488,_0xb2e5a6=0x1,_0x2fc538=0x1){const _0x1a95a7=_0x5a6880;let _0x4c0f76=_0x708488[_0x1a95a7(0x634)]/(Math[_0x1a95a7(0x3e0)](_0xb2e5a6)||0x1),_0x540434=_0x708488[_0x1a95a7(0x223)]/(Math['abs'](_0x2fc538)||0x1);if(_0x708488[_0x1a95a7(0x31c)])_0x4c0f76=(_0x708488[_0x1a95a7(0x223)]||_0x708488['deltaX'])*0x3/(Math[_0x1a95a7(0x3e0)](_0xb2e5a6)||0x1),_0x540434=0x0;else{let _0x4730ed=Math[_0x1a95a7(0x3e0)](_0x4c0f76),_0x352352=Math[_0x1a95a7(0x3e0)](_0x540434);_0x352352>=_0x4730ed*0x2?_0x4c0f76=0x0:_0x4730ed>=_0x352352*0x2&&(_0x540434=0x0);}return{'offsetX':_0x4c0f76,'offsetY':_0x540434};}function Cu(_0x2998a0,_0x245f92,_0x26b8c7){const _0x5a1bec=_0x5a6880;if(!_0x245f92)return!0x1;let {offsetX:_0x204f4f,offsetY:_0x4ba69f}=wu(_0x2998a0,_0x245f92,_0x26b8c7);if(!_0x204f4f&&!_0x4ba69f)return!0x1;let _0x5ca616=_0x245f92['viewportScrollX']??0x0,_0x5dd783=_0x245f92[_0x5a1bec(0x217)]??0x0;if(_0x2998a0[_0x5a1bec(0x40d)]===_0x5a1bec(0x2da)&&_0x245f92[_0x5a1bec(0x46e)]&&(_0x2998a0[_0x5a1bec(0x4bf)]!=null||_0x2998a0['viewportScrollY']!=null))_0x245f92[_0x5a1bec(0x46e)]({'viewportScrollX':_0x2998a0[_0x5a1bec(0x4bf)]??_0x5ca616,'viewportScrollY':_0x2998a0['viewportScrollY']??_0x5dd783});else{if(_0x245f92[_0x5a1bec(0x3ab)])_0x245f92[_0x5a1bec(0x3ab)]({'viewportScrollX':_0x204f4f,'viewportScrollY':_0x4ba69f});else return!0x1;}let _0x3be393=(_0x245f92[_0x5a1bec(0x4bf)]??0x0)!==_0x5ca616||(_0x245f92[_0x5a1bec(0x217)]??0x0)!==_0x5dd783;if(_0x3be393){var _0x43f12a;_0x26b8c7==null||(_0x43f12a=_0x26b8c7['makeDirty'])==null||_0x43f12a['call'](_0x26b8c7,!0x0);}return _0x3be393;}function wu(_0x36504c,_0x39987a,_0x431fe2){const _0x18e7dc=_0x5a6880;return _0x36504c['source']===_0x18e7dc(0x2da)&&(_0x36504c[_0x18e7dc(0x4bf)]!=null||_0x36504c[_0x18e7dc(0x217)]!=null)?{'offsetX':(_0x36504c[_0x18e7dc(0x4bf)]??_0x39987a[_0x18e7dc(0x4bf)]??0x0)-(_0x39987a[_0x18e7dc(0x4bf)]??0x0),'offsetY':(_0x36504c[_0x18e7dc(0x217)]??_0x39987a['viewportScrollY']??0x0)-(_0x39987a['viewportScrollY']??0x0)}:Su(_0x36504c[_0x18e7dc(0x1d4)],_0x431fe2==null?void 0x0:_0x431fe2[_0x18e7dc(0x2be)],_0x431fe2==null?void 0x0:_0x431fe2[_0x18e7dc(0x25a)]);}function Tu(_0x54817b){const _0x5b612d=_0x5a6880;return _0x54817b+_0x4d96db[_0x5b612d(0x283)];}function Eu(_0x28e452){const _0x5e5045=_0x5a6880;return _0x28e452[_0x5e5045(0x543)]+_0x28e452['floatingMenuInsetTop'];}function Du(_0x522b59){const _0x11a725=_0x5a6880;var _0x1f068a;let {data:_0x193fbd,customBlockRenderViewport:_0x488a5f}=_0x522b59,_0x34ee9c=_0x38c7ab(_0x304c4c),_0x34c404=_0x38c7ab(_0x599bd7),_0x5c11ac=_0x38c7ab(_0x1c99aa),_0x5d3aae=xl(_0x193fbd),_0x1477a1=_0x5d3aae==null?void 0x0:_0x5d3aae[_0x11a725(0x214)],_0x5bb685=_0x1477a1??((_0x1f068a=_0x34c404['getCurrentUnitOfType'](_0x41e642['UNIVER_DOC']))==null?void 0x0:_0x1f068a['getUnitId']()),_0x5ede89=_0x512a77(null),[_0x1c1620,_0x2ffcc3]=_0x5790e9(()=>_0x21e6ea()),_0x1ff08a=_0x48435b(_0x5d3aae==null?void 0x0:_0x5d3aae[_0x11a725(0x2c2)]),_0x2fdf48=_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x597)],_0x100b24=_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x20f)],_0x142870=_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x222)],_0x1cc3c9=Ou(_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x4b4)]);_0xb3b79a(()=>{if(!_0x1477a1)return;let _0x53c4d7=[],_0xe89069=()=>{const _0xa276f7=_0x1f5b;let _0x13f223=_0x34c404[_0xa276f7(0x182)](_0x1477a1,_0x41e642[_0xa276f7(0x1bb)]),_0x30f46c=_0x13f223==null?void 0x0:_0x13f223['zoomRatio'];typeof _0x30f46c==_0xa276f7(0x65b)&&_0x34ee9c['syncExecuteCommand'](_0x4c9002['id'],{'unitId':_0x1477a1,'zoomRatio':_0x30f46c});},_0x59297f=_0xf6f333=>{let _0x1e33a7=requestAnimationFrame(_0xf6f333);_0x53c4d7['push'](()=>cancelAnimationFrame(_0x1e33a7));},_0x576014=_0x1f7d08=>{let _0x39332c=setTimeout(_0xe89069,_0x1f7d08);_0x53c4d7['push'](()=>clearTimeout(_0x39332c));};return _0xe89069(),_0x59297f(_0xe89069),_0x59297f(()=>_0x59297f(_0xe89069)),_0x576014(0x78),_0x576014(0x1f4),()=>{const _0x24f365=_0x1f5b;_0x53c4d7[_0x24f365(0x68e)](_0xe0a751=>_0xe0a751());};},[_0x34ee9c,_0x1477a1,_0x34c404]),_0x147d2a(()=>{const _0x3ce634=_0x11a725;let _0x257d8f=_0x5ede89[_0x3ce634(0x5e4)];if(!_0x257d8f||!_0x1ff08a||typeof window>'u')return;let _0x2e7238,_0x432771=()=>{const _0x2e6b8a=_0x3ce634;_0x2e7238=void 0x0;let _0x148c98=_0x257d8f['getBoundingClientRect'](),_0x4507ab=Mu(_0x142870,()=>Pu(_0x257d8f,_0x148c98[_0x2e6b8a(0x5ae)]/_0x1cc3c9)),_0x900997=_0x2e178a(_0x257d8f,_0x4507ab,{'authoritativeContentWidth':Number[_0x2e6b8a(0x607)](_0x142870)&&(_0x142870??0x0)>0x0,'bleedLeft':_0x2fdf48,'bleedWidth':_0x100b24,'viewScale':_0x1cc3c9});_0x2ffcc3(_0xb0bb7a=>Math[_0x2e6b8a(0x3e0)](_0xb0bb7a['bleedLeft']-_0x900997[_0x2e6b8a(0x597)])<0.5&&Math['abs'](_0xb0bb7a[_0x2e6b8a(0x6f0)]-_0x900997[_0x2e6b8a(0x6f0)])<0.5&&Math[_0x2e6b8a(0x3e0)](_0xb0bb7a[_0x2e6b8a(0x20f)]-_0x900997[_0x2e6b8a(0x20f)])<0.5&&Math[_0x2e6b8a(0x3e0)](_0xb0bb7a['contentWidth']-_0x900997['contentWidth'])<0.5&&Math['abs'](_0xb0bb7a[_0x2e6b8a(0x4f1)]-_0x900997['virtualWidth'])<0.5?_0xb0bb7a:_0x900997);},_0x43a4cd=()=>{const _0x192e22=_0x3ce634;_0x2e7238??=window[_0x192e22(0x385)](_0x432771);},_0x3df513=_0x4dc61f=>{Nu(_0x257d8f,_0x4dc61f['target'])&&_0x43a4cd();};_0x432771();let _0x310f26=new ResizeObserver(_0x43a4cd);return _0x310f26['observe'](_0x257d8f),window[_0x3ce634(0x4e8)](_0x3ce634(0x30d),_0x43a4cd),window[_0x3ce634(0x4e8)](_0x3ce634(0x583),_0x3df513,!0x0),()=>{const _0x1f8d6f=_0x3ce634;_0x2e7238!=null&&window[_0x1f8d6f(0x655)](_0x2e7238),_0x310f26[_0x1f8d6f(0x51f)](),window['removeEventListener'](_0x1f8d6f(0x30d),_0x43a4cd),window['removeEventListener'](_0x1f8d6f(0x583),_0x3df513,!0x0);};},[_0x2fdf48,_0x100b24,_0x142870,_0x1ff08a,_0x1cc3c9]);let _0x5a220f=_0x1ff08a?Au(_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x543)]):_0x54138c(_0x488a5f==null?void 0x0:_0x488a5f['contentHeight'],0x1),_0x1ac391=_0x1ff08a?0x34:0x0,_0xddf1ad=ju({'contentHeight':_0x5a220f,'viewportHeight':_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x424)]}),_0x52695a=Eu({'contentHeight':_0x5a220f,'floatingMenuInsetTop':_0x1ac391}),_0x3cf887=_0x1ff08a?{'height':_0x52695a*_0x1cc3c9,'minHeight':_0x52695a*_0x1cc3c9}:void 0x0,_0x2e3a56=_0x552d24((_0x50c894,_0x2cbfa2)=>{const _0x28194a=_0x11a725;var _0x35141f;let _0x19978c=(_0x35141f=_0x5c11ac[_0x28194a(0x6a6)](_0x2cbfa2[_0x28194a(0x214)]))==null?void 0x0:_0x35141f['scene'];return Cu({..._0x2cbfa2,'event':_0x50c894,'source':_0x28194a(0x455),'stage':_0x28194a(0x448)},_0x19978c==null?void 0x0:_0x19978c['getViewport'](_0x36cab5[_0x28194a(0x3bf)]),_0x19978c);},[_0x5c11ac]),_0x36b258=_0x552d24(_0x1c033f=>{ku(_0x5c11ac,_0x5bb685,_0x1c033f);},[_0x5c11ac,_0x5bb685]);return _0x3fd847(_0x11a725(0x47e),{'ref':_0x5ede89,'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':_0x11a725(0x5cb),'data-embed-docs-custom-block':_0x11a725(0x357),'data-embed-docs-custom-block-child-type':(_0x5d3aae==null?void 0x0:_0x5d3aae[_0x11a725(0x2c2)])==null?void 0x0:String(_0x5d3aae[_0x11a725(0x2c2)]),'data-embed-docs-custom-block-sheet-like':_0x1ff08a?_0x11a725(0x357):void 0x0,'style':_0x3cf887,'children':_0x3fd847(yu,{..._0x522b59,'docsCustomBlockLayout':_0x1ff08a?{'bleedLeft':_0x1c1620[_0x11a725(0x597)],'bleedWidth':_0x1c1620[_0x11a725(0x20f)],'contentHeight':_0x5a220f,'contentWidth':_0x1c1620['contentWidth'],'floatingMenuInsetTop':_0x1ac391,'pageContentWidth':(_0x488a5f==null?void 0x0:_0x488a5f[_0x11a725(0x408)])??_0x1c1620[_0x11a725(0x222)],'sheetLike':!0x0,'viewScale':_0x1cc3c9,'viewportHeight':_0xddf1ad}:{'floatingMenuInsetTop':_0x1ac391,'sheetLike':!0x1},'interactionFlow':_0x11a725(0x21b),'onHostWheel':_0x1ff08a?_0x2e3a56:void 0x0,'onRuntimeStageEnter':_0x36b258,'syncHostVerticalScroll':_0x1ff08a})});}function Ou(_0x323b7a){const _0x411834=_0x5a6880;return typeof _0x323b7a==_0x411834(0x65b)&&Number[_0x411834(0x607)](_0x323b7a)&&_0x323b7a>0x0?_0x323b7a:0x1;}function ku(_0x2fbfcc,_0x54d3a4,_0x2dd5d0){const _0x1cfec4=_0x5a6880;var _0x4909b2;_0x2dd5d0!==_0x1cfec4(0x448)||!_0x54d3a4||(_0x4909b2=_0x2fbfcc['getRenderUnitById'](_0x54d3a4))==null||(_0x4909b2=_0x4909b2['with'](_0x2d930c))==null||_0x4909b2['blur']();}function Au(_0xa401a4){return _0x54138c(_0xa401a4,0x1e0);}function ju(_0x5407b4){const _0x686ade=_0x5a6880;return _0x54138c(_0x5407b4[_0x686ade(0x424)],_0x5407b4[_0x686ade(0x543)]);}function Mu(_0x13ff73,_0x7f9277){return Number['isFinite'](_0x13ff73)&&(_0x13ff73??0x0)>0x0?_0x13ff73:_0x226fc8(void 0x0,_0x7f9277());}function Nu(_0x17b68e,_0x5e4980){return!(_0x5e4980 instanceof Node&&_0x17b68e['contains'](_0x5e4980));}function Pu(_0x5c6dad,_0x425a2b){const _0x244603=_0x5a6880;let _0x43fc7c=_0x5c6dad['querySelector']('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x4f3f1c=_0x5c6dad[_0x244603(0x635)](_0x244603(0x48c)),_0x17f839=[Math[_0x244603(0x168)](0x1,_0x425a2b)];return Fu(_0x43fc7c,_0x17f839),Fu(_0x4f3f1c,_0x17f839),Math[_0x244603(0x168)](..._0x17f839[_0x244603(0x68b)](_0x261bc7=>Number[_0x244603(0x607)](_0x261bc7)&&_0x261bc7>0x0));}function Fu(_0x37b218,_0x287916){const _0x3c1c4f=_0x5a6880;if(_0x37b218){_0x287916[_0x3c1c4f(0x5a2)](_0x37b218[_0x3c1c4f(0x645)],_0x37b218[_0x3c1c4f(0x4b7)],_0x37b218['getBoundingClientRect']()[_0x3c1c4f(0x5ae)]);for(let _0x4b1e8e of Array[_0x3c1c4f(0x52b)](_0x37b218[_0x3c1c4f(0x333)])){if(!(_0x4b1e8e instanceof HTMLElement))continue;let _0x1d538a=_0x4b1e8e[_0x3c1c4f(0x4d4)](),_0x1f8cbc=_0x37b218[_0x3c1c4f(0x4d4)]();_0x287916[_0x3c1c4f(0x5a2)](_0x4b1e8e[_0x3c1c4f(0x645)],_0x4b1e8e[_0x3c1c4f(0x4b7)],_0x1d538a[_0x3c1c4f(0x6c6)]-_0x1f8cbc[_0x3c1c4f(0x21d)]);}}}let Iu=class extends _0x4d6d42{constructor(_0x48ff1f){const _0x2071a9=_0x5a6880;super(),this[_0x2071a9(0x516)]=_0x48ff1f,this[_0x2071a9(0x3dc)]();}[_0x5a6880(0x3dc)](){const _0x5f01b9=_0x5a6880;this[_0x5f01b9(0x2f4)](this['_componentManager']['register'](_0x309e41,Du)),this[_0x5f01b9(0x2f4)](this[_0x5f01b9(0x516)][_0x5f01b9(0x3f2)](_0x39076c,yu));}};Iu=vs([$(0x0,_0x5f0e9f(_0x554635))],Iu);let Lu=class{constructor(_0x14785f,_0x182717){const _0x2bada4=_0x5a6880;this[_0x2bada4(0x415)]=_0x14785f,this[_0x2bada4(0x5f6)]=_0x182717,this['_passiveWheelHandlerRegistry'][_0x2bada4(0x3f2)]({'childType':_0x41e642['UNIVER_DOC'],'handleWheel':_0x50f0e3=>this[_0x2bada4(0x415)][_0x2bada4(0x255)](_0x3f3da0)?this['_injector']['get'](_0x3f3da0)[_0x2bada4(0x289)]({'childUnitId':_0x50f0e3[_0x2bada4(0x21e)],'event':_0x50f0e3['event'],'source':_0x50f0e3[_0x2bada4(0x40d)]}):!0x1,'order':0x64});}};Lu=vs([$(0x0,_0x5f0e9f(_0x348c2a)),$(0x1,_0x5f0e9f(bl))],Lu);const Ru=[_0x41e642[_0x5a6880(0x1bb)],_0x41e642[_0x5a6880(0x61b)],_0x41e642[_0x5a6880(0x421)],_0x41e642[_0x5a6880(0x19b)]];let zu=class extends _0x4d6d42{constructor(_0x5819b3,_0x4fb767){const _0x552b36=_0x5a6880;super(),this['_univerInstanceService']=_0x5819b3,this['_anchorModelService']=_0x4fb767,Ru[_0x552b36(0x68e)](_0x1d8fc1=>{const _0x56a4e8=_0x552b36;this[_0x56a4e8(0x2f4)](this[_0x56a4e8(0x228)]['getTypeOfUnitDisposed$'](_0x1d8fc1)[_0x56a4e8(0x1d7)](_0x190bae=>{const _0x3eb596=_0x56a4e8;this[_0x3eb596(0x4ba)]['clearUnit'](_0x190bae[_0x3eb596(0x2d7)]());}));});}};zu=vs([$(0x0,_0x599bd7),$(0x1,_0x5f0e9f(_0x23070b))],zu);let Bu=class extends _0x4d6d42{constructor(_0x5302d7,_0x395f1a,_0x59f6ce,_0x24cb74,_0x2fc918){const _0x32a94c=_0x5a6880;super(),this[_0x32a94c(0x6e4)]=_0x5302d7,this[_0x32a94c(0x405)]=_0x395f1a,this[_0x32a94c(0x585)]=_0x59f6ce,this['_injector']=_0x2fc918,Y(this,_0x32a94c(0x1f6),null),Y(this,'_currentOverride',null),this['disposeWithMe'](_0x24cb74[_0x32a94c(0x15d)]([_0x420f4e['TOOLBAR']],this[_0x32a94c(0x6e4)][_0x32a94c(0x3f7)][_0x32a94c(0x423)](_0xd53f91(_0x43c0a2=>{const _0x4e35f6=_0x32a94c;var _0x1e199c;return _0x43c0a2!=null&&((_0x1e199c=this['_blockRegistry'][_0x4e35f6(0x312)](_0x43c0a2['childType']))==null?void 0x0:_0x1e199c[_0x4e35f6(0x4fc)])===_0x4e35f6(0x188);}),_0x531acc()))),this[_0x32a94c(0x2f4)](_0xe7ea20(this[_0x32a94c(0x6e4)][_0x32a94c(0x3f7)]['subscribe'](_0x240428=>{const _0x4e5202=_0x32a94c;var _0x5566c5,_0x118de1;if(!_0x240428){this['_current']?(this[_0x4e5202(0x1f6)]['dispose'](),this[_0x4e5202(0x1f6)]=null):this[_0x4e5202(0x585)][_0x4e5202(0x5b5)](),this[_0x4e5202(0x39a)]=null;return;}if(Vu(this['_currentOverride'],_0x240428))return;(_0x5566c5=this[_0x4e5202(0x1f6)])==null||_0x5566c5[_0x4e5202(0x526)](),this[_0x4e5202(0x1f6)]=null,this['_currentOverride']=null;let _0x3592d9=this[_0x4e5202(0x405)][_0x4e5202(0x312)](_0x240428[_0x4e5202(0x2c2)]),_0x5e70ad=_0x3592d9==null||(_0x118de1=_0x3592d9['createRibbonOverride'])==null?void 0x0:_0x118de1[_0x4e5202(0x380)](_0x3592d9,{'childType':_0x240428['childType'],'childUnitId':_0x240428[_0x4e5202(0x21e)],'injector':this['_injector'],'embedId':_0x240428[_0x4e5202(0x256)],'hostUnitId':_0x240428[_0x4e5202(0x214)],'entry':_0x240428[_0x4e5202(0x22f)]});if(!_0x5e70ad){this['_ribbonOverrideService'][_0x4e5202(0x5b5)]();return;}this[_0x4e5202(0x585)][_0x4e5202(0x1b1)]({'id':_0x240428['embedId'],'ribbonService':_0x5e70ad[_0x4e5202(0x372)],'injector':_0x5e70ad[_0x4e5202(0x2e3)],'portalContainer':_0x5e70ad['portalContainer']??_0x240428[_0x4e5202(0x3a5)],'placeholderTitle':_0x5e70ad['placeholderTitle'],'hideToolbar':_0x5e70ad[_0x4e5202(0x2e0)]}),this[_0x4e5202(0x39a)]=_0x240428,this['_current']=_0xe7ea20(()=>{const _0xc98380=_0x4e5202;var _0x4edc83;this[_0xc98380(0x585)][_0xc98380(0x5b5)](_0x240428[_0xc98380(0x256)]),(_0x4edc83=_0x5e70ad['disposable'])==null||_0x4edc83['dispose'](),this[_0xc98380(0x39a)]=null;});})));}[_0x5a6880(0x526)](){const _0x10a72d=_0x5a6880;var _0x4a1cc9;(_0x4a1cc9=this[_0x10a72d(0x1f6)])==null||_0x4a1cc9[_0x10a72d(0x526)](),this[_0x10a72d(0x1f6)]=null,this['_currentOverride']=null,super[_0x10a72d(0x526)]();}};Bu=vs([$(0x0,_0x5f0e9f(no)),$(0x1,_0x5f0e9f(eo)),$(0x2,_0x5f0e9f(_0x994f38)),$(0x3,_0x5f0e9f(_0x5afd49)),$(0x4,_0x5f0e9f(_0x348c2a))],Bu);function Vu(_0x45091e,_0x3f00c6){const _0x106e84=_0x5a6880;return _0x45091e!=null&&_0x45091e[_0x106e84(0x214)]===_0x3f00c6[_0x106e84(0x214)]&&_0x45091e[_0x106e84(0x256)]===_0x3f00c6[_0x106e84(0x256)]&&_0x45091e[_0x106e84(0x21e)]===_0x3f00c6[_0x106e84(0x21e)]&&_0x45091e[_0x106e84(0x2c2)]===_0x3f00c6[_0x106e84(0x2c2)]&&_0x45091e['entry']===_0x3f00c6[_0x106e84(0x22f)]&&_0x45091e[_0x106e84(0x6b0)]===_0x3f00c6[_0x106e84(0x6b0)]&&_0x45091e[_0x106e84(0x3a5)]===_0x3f00c6[_0x106e84(0x3a5)]&&_0x45091e[_0x106e84(0x2d4)]===_0x3f00c6[_0x106e84(0x2d4)]&&_0x45091e[_0x106e84(0x2b9)]===_0x3f00c6[_0x106e84(0x2b9)];}function Hu(_0x5650a4){const _0x5c06ce=_0x5a6880;let _0x4452e7=[];return[[_0x41e642['UNIVER_DOC'],_0x5c06ce(0x35c)],[_0x41e642[_0x5c06ce(0x61b)],_0x5c06ce(0x406)],[_0x41e642[_0x5c06ce(0x19b)],_0x5c06ce(0x674)],[_0x41e642[_0x5c06ce(0x421)],_0x5c06ce(0x20d)]][_0x5c06ce(0x68e)](([_0x4e6dc4,_0x23c635])=>{const _0x546b51=_0x5c06ce;let _0x362070=nc(_0x5650a4,{'childType':_0x4e6dc4,'id':_0x23c635});_0x362070&&_0x4452e7[_0x546b51(0x5a2)](_0x362070);}),_0x4452e7;}var Uu=class extends _0x4d6d42{constructor(..._0x2447c4){const _0x1bb473=_0x5a6880;super(..._0x2447c4),Y(this,_0x1bb473(0x541),new Map()),Y(this,_0x1bb473(0x1f1),new _0x2a48f3()),Y(this,_0x1bb473(0x3a1),this[_0x1bb473(0x1f1)][_0x1bb473(0x3bc)]());}['register'](_0x2f0bf3){const _0xb4dc77=_0x5a6880;return this[_0xb4dc77(0x541)]['set'](_0x2f0bf3[_0xb4dc77(0x2c2)],_0x2f0bf3),_0xe7ea20(()=>{const _0x240780=_0xb4dc77;this[_0x240780(0x541)][_0x240780(0x312)](_0x2f0bf3[_0x240780(0x2c2)])===_0x2f0bf3&&this[_0x240780(0x541)][_0x240780(0x556)](_0x2f0bf3[_0x240780(0x2c2)]);});}[_0x5a6880(0x312)](_0x2ecf74){const _0x26ad53=_0x5a6880;return this[_0x26ad53(0x541)][_0x26ad53(0x312)](_0x2ecf74);}['list'](){const _0x5c3e1b=_0x5a6880;return[...this[_0x5c3e1b(0x541)][_0x5c3e1b(0x21c)]()];}[_0x5a6880(0x6d9)](_0x16f9a4){const _0x1a3461=_0x5a6880;var _0xcc58f7;return(_0xcc58f7=this[_0x1a3461(0x312)](_0x16f9a4[_0x1a3461(0x2c2)]))==null?void 0x0:_0xcc58f7[_0x1a3461(0x6d9)](_0x16f9a4);}[_0x5a6880(0x3c6)](_0x357e0e,_0x141a05){const _0x9546f7=_0x5a6880;this[_0x9546f7(0x1f1)][_0x9546f7(0x4af)]({'embedId':_0x141a05,'hostUnitId':_0x357e0e});}[_0x5a6880(0x526)](){const _0x154124=_0x5a6880;this['_providers']['clear'](),this['_contentSizeChanged$'][_0x154124(0x273)](),super['dispose']();}};let Wu=class{constructor(_0x2654dd){const _0x802a81=_0x5a6880;this[_0x802a81(0x2bc)]=_0x2654dd,Y(this,_0x802a81(0x375),new Map());}[_0x5a6880(0x2a3)](_0x59a2ad,_0x4743ff){const _0x2a75ce=_0x5a6880;if(this['_leases'][_0x2a75ce(0x255)](_0x59a2ad[_0x2a75ce(0x256)]))throw Error('EMBED_RUNTIME_HOST_ALREADY_LEASED:'+_0x59a2ad[_0x2a75ce(0x256)]);let _0x1272c0=this[_0x2a75ce(0x2bc)][_0x2a75ce(0x2ea)](_0x59a2ad[_0x2a75ce(0x256)]),_0x41cd34=_0x1272c0!=null&&_0x1272c0[_0x2a75ce(0x540)]?this['_relocateExistingSession'](_0x1272c0,_0x4743ff):this['_mountOwnedSession'](_0x59a2ad,_0x4743ff);return this[_0x2a75ce(0x375)][_0x2a75ce(0x6a7)](_0x59a2ad[_0x2a75ce(0x256)],_0x41cd34),{'session':_0x41cd34[_0x2a75ce(0x4d9)],'ownsSession':_0x41cd34[_0x2a75ce(0x1d1)],'dispose':()=>{const _0x201bb8=_0x2a75ce;this['_leases'][_0x201bb8(0x312)](_0x59a2ad['embedId'])===_0x41cd34&&(this[_0x201bb8(0x375)][_0x201bb8(0x556)](_0x59a2ad[_0x201bb8(0x256)]),_0x41cd34['dispose']());}};}['_relocateExistingSession'](_0x822ea0,_0x32fec7){const _0x57e289=_0x5a6880;let _0x312733=_0x822ea0[_0x57e289(0x540)][_0x57e289(0x234)][_0x57e289(0x302)],_0xb83126=_0x312733[_0x57e289(0x361)],_0x21d36f=_0x312733[_0x57e289(0x1b6)];if(!_0xb83126)throw Error(_0x57e289(0x614)+_0x822ea0[_0x57e289(0x256)]);return _0x32fec7[_0x57e289(0x3d9)](_0x312733),{'session':_0x822ea0,'ownsSession':!0x1,'dispose':()=>{const _0x43cf76=_0x57e289;if(this[_0x43cf76(0x2bc)][_0x43cf76(0x2ea)](_0x822ea0[_0x43cf76(0x256)])!==_0x822ea0){_0x312733[_0x43cf76(0x23d)]();return;}(_0x21d36f==null?void 0x0:_0x21d36f['parentNode'])===_0xb83126?_0xb83126[_0x43cf76(0x363)](_0x312733,_0x21d36f):_0xb83126[_0x43cf76(0x17b)](_0x312733);}};}[_0x5a6880(0x21a)](_0x30f75b,_0x4f1f34){const _0x31175b=_0x5a6880;let _0x5ed35f=this['_mountService'][_0x31175b(0x539)](_0x30f75b,_0x4f1f34);return{'session':_0x5ed35f,'ownsSession':!0x0,'dispose':()=>{const _0x339449=_0x31175b;this['_mountService'][_0x339449(0x2ea)](_0x30f75b[_0x339449(0x256)])===_0x5ed35f&&this[_0x339449(0x2bc)][_0x339449(0x435)](_0x30f75b[_0x339449(0x256)]);}};}};Wu=vs([$(0x0,_0x5f0e9f(xs))],Wu);const Gu=0x3e8;function Ku(_0x11e651,_0x300b07){const _0x58ef5a=_0x5a6880;return{'childType':_0x300b07[_0x58ef5a(0x2c2)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x4695d5=>qu(_0x11e651,_0x300b07[_0x58ef5a(0x43c)],_0x4695d5)};}async function qu(_0x426b82,_0x48b5a0,_0x1d0fe2){const _0x4127bf=_0x5a6880;let _0x2f8c2b=_0x426b82[_0x4127bf(0x312)](_0x48b5a0),_0xf67714=await Ju(_0x2f8c2b,_0x1d0fe2);if(_0xf67714)return _0xf67714;if(!_0x1d0fe2['context']){let _0x1812d5=_0x2f8c2b['getRenderUnitById'](_0x1d0fe2[_0x4127bf(0x21e)]);if(_0x1812d5)return Qu(_0x1812d5);}let _0x154e1a=await Yu(_0x426b82,_0x1d0fe2);return _0x154e1a===null?Xu(_0x426b82,_0x2f8c2b,_0x1d0fe2):_0x154e1a;}async function Ju(_0x3b268f,_0x16b696){const _0x361525=_0x5a6880;if(!_0x16b696[_0x361525(0x540)])return;let _0x437fb8=_0x3b268f[_0x361525(0x6a6)](_0x16b696['childUnitId']);return _0x437fb8&&await td(_0x437fb8,!0x1,rd(_0x16b696[_0x361525(0x540)])),_s(_0x16b696[_0x361525(0x540)]);}async function Yu(_0x5a961e,_0x41d0ec){const _0x34909b=_0x5a6880;if(od(_0x41d0ec)!==_0x34909b(0x2f2)||!_0x5a961e['has'](Wu))return null;if(typeof document>'u')return;let _0x598593=nd(_0x41d0ec),_0x2fabb4;try{_0x2fabb4=_0x5a961e[_0x34909b(0x312)](Wu)[_0x34909b(0x2a3)]({..._0x41d0ec[_0x34909b(0x4dc)],'mode':'readonly'},_0x598593);let _0x111e3d=_0x2fabb4[_0x34909b(0x4d9)]['context'];return _0x111e3d?(await $u(_0x111e3d),_s(_0x111e3d)):void 0x0;}catch{return;}finally{_0x2fabb4==null||_0x2fabb4[_0x34909b(0x526)](),_0x598593[_0x34909b(0x23d)]();}}async function Xu(_0x2a300e,_0xcfc985,_0x2cf1b3){const _0x1bb077=_0x5a6880;var _0x3dbe1f,_0x230458;if(typeof document>'u')return;let _0x5a13b1=nd(_0x2cf1b3),_0x43f108=(_0x3dbe1f=_0x2cf1b3['context'])!=null&&(_0x3dbe1f=_0x3dbe1f[_0x1bb077(0x6a3)])!=null&&_0x3dbe1f[_0x1bb077(0x2e3)]?void 0x0:co(ad(_0x2a300e,_0x2cf1b3,_0x5a13b1)),_0x4a5d2b=((_0x230458=_0x2cf1b3[_0x1bb077(0x540)])==null||(_0x230458=_0x230458[_0x1bb077(0x6a3)])==null?void 0x0:_0x230458[_0x1bb077(0x2e3)])??_0x43f108,_0x43491d=fs(_0xcfc985,_0x2cf1b3[_0x1bb077(0x21e)],_0x4a5d2b);if(!_0x43491d){_0x43f108==null||_0x43f108[_0x1bb077(0x526)](),_0x5a13b1[_0x1bb077(0x23d)]();return;}return Zu(_0xcfc985,_0x2cf1b3[_0x1bb077(0x21e)],_0x43491d,_0x43f108,_0x5a13b1);}async function Zu(_0x57800d,_0xcf5205,_0x27d043,_0x508dee,_0x4b7b88){const _0x3f54fc=_0x5a6880;try{return _0x27d043[_0x3f54fc(0x4be)][_0x3f54fc(0x5e6)](_0x4b7b88),await td(_0x27d043,!0x0),Qu(_0x27d043);}catch{return;}finally{try{var _0x1d13f0,_0x2ae616;(_0x1d13f0=(_0x2ae616=_0x27d043[_0x3f54fc(0x4be)])['unmount'])==null||_0x1d13f0[_0x3f54fc(0x380)](_0x2ae616);}catch{}if(_0x508dee){var _0x2e211b;(_0x2e211b=_0x57800d['removeRender'])==null||_0x2e211b[_0x3f54fc(0x380)](_0x57800d,_0xcf5205),_0x508dee[_0x3f54fc(0x526)]();}_0x4b7b88[_0x3f54fc(0x23d)]();}}function Qu(_0x3b1979){const _0x24c6bd=_0x5a6880;var _0x53dbe4,_0x1e03a5,_0x4baf1c,_0x548bdf,_0x344b62;let _0x256a24=((_0x53dbe4=(_0x1e03a5=_0x3b1979[_0x24c6bd(0x4be)])['getCanvasElement'])==null?void 0x0:_0x53dbe4[_0x24c6bd(0x380)](_0x1e03a5))??((_0x4baf1c=(_0x548bdf=_0x3b1979[_0x24c6bd(0x4be)])[_0x24c6bd(0x3bd)])==null||(_0x4baf1c=_0x4baf1c[_0x24c6bd(0x380)](_0x548bdf))==null||(_0x344b62=_0x4baf1c[_0x24c6bd(0x476)])==null?void 0x0:_0x344b62[_0x24c6bd(0x380)](_0x4baf1c));if(!(!_0x256a24||_0x256a24['width']<=0x1||_0x256a24['height']<=0x1||typeof _0x256a24[_0x24c6bd(0x3e6)]!=_0x24c6bd(0x581)))return _0x256a24[_0x24c6bd(0x3e6)](_0x24c6bd(0x2d2));}async function $u(_0x9c686){const _0xc61b28=_0x5a6880;try{var _0x354319;let _0x3d407f=(((_0x354319=_0x9c686[_0xc61b28(0x6a3)])==null?void 0x0:_0x354319[_0xc61b28(0x2e3)])??_0x9c686[_0xc61b28(0x2e3)])['get'](_0x1c99aa),_0x1d4110=Date['now']()+Gu,_0x3485ac=await ed(_0x3d407f,_0x9c686[_0xc61b28(0x21e)],_0x1d4110);_0x3485ac&&await td(_0x3485ac,!0x1,rd(_0x9c686),_0x1d4110);}catch{}}async function ed(_0x41ca1e,_0xad1a54,_0x4cdb42){const _0x144f14=_0x5a6880;let _0x1e6241=_0x41ca1e[_0x144f14(0x6a6)](_0xad1a54);if(_0x1e6241)return _0x1e6241;let _0x48a246=_0x41ca1e[_0x144f14(0x64e)];if(!(!_0x48a246||typeof _0x48a246[_0x144f14(0x1d7)]!='function'))return new Promise(_0x56dd9e=>{const _0x52eaa2=_0x144f14;let _0x4bd408=!0x1,_0x5ce081,_0x2a4b4a,_0x505b53=_0x3d9be2=>{const _0x395a19=_0x1f5b;_0x4bd408||(_0x4bd408=!0x0,_0x5ce081!==void 0x0&&globalThis[_0x395a19(0x314)](_0x5ce081),_0x2a4b4a==null||_0x2a4b4a[_0x395a19(0x387)](),_0x56dd9e(_0x3d9be2));},_0x6df62f=_0x48a246[_0x52eaa2(0x1d7)](_0x5a277f=>{const _0x2ad768=_0x52eaa2;_0x5a277f[_0x2ad768(0x42e)]===_0xad1a54&&_0x505b53(_0x5a277f);});if(_0x2a4b4a=_0x6df62f,_0x4bd408){_0x6df62f[_0x52eaa2(0x387)]();return;}let _0xa78a6b=_0x41ca1e[_0x52eaa2(0x6a6)](_0xad1a54);if(_0xa78a6b){_0x505b53(_0xa78a6b);return;}_0x5ce081=globalThis['setTimeout'](()=>_0x505b53(_0x41ca1e[_0x52eaa2(0x6a6)](_0xad1a54)??void 0x0),Math[_0x52eaa2(0x168)](0x0,_0x4cdb42-Date[_0x52eaa2(0x6ca)]()));});}async function td(_0x4b9411,_0x17069f,_0x1ef48e=!0x0,_0x4aa82c=Date['now']()+Gu){const _0x438194=_0x5a6880;await id(_0x4aa82c);let _0x36de39=_0x4b9411[_0x438194(0x209)][_0x438194(0x64b)];if(!_0x36de39){_0x17069f&&hs(_0x4b9411,{'activate':!0x1});return;}await new Promise(_0x40a78d=>{const _0xe3429c=_0x438194;let _0x20216b=!0x1,_0x489eb5,_0x5d818d,_0x465413,_0x588fc4=()=>{const _0x2ff6a=_0x1f5b;_0x20216b||(_0x20216b=!0x0,_0x489eb5!==void 0x0&&globalThis[_0x2ff6a(0x314)](_0x489eb5),_0x5d818d!==void 0x0&&globalThis['clearTimeout'](_0x5d818d),_0x465413==null||_0x465413['unsubscribe'](),_0x40a78d());},_0x19601d=()=>{const _0x1838f6=_0x1f5b;_0x489eb5!==void 0x0&&globalThis[_0x1838f6(0x314)](_0x489eb5),_0x489eb5=globalThis[_0x1838f6(0x275)](_0x588fc4,0xa0);};_0x465413=_0x36de39[_0xe3429c(0x1d7)](_0x2a0b26=>{_0x2a0b26&&_0x19601d();}),_0x5d818d=globalThis[_0xe3429c(0x275)](_0x588fc4,Math['max'](0x0,_0x4aa82c-Date[_0xe3429c(0x6ca)]()));try{_0x17069f&&hs(_0x4b9411,{'activate':!0x1}),(_0x17069f||_0x1ef48e)&&_0x19601d();}catch{_0x588fc4();}});}function nd(_0x150958){const _0xacc684=_0x5a6880;let _0x334e4c=document[_0xacc684(0x62a)](_0xacc684(0x47e));return _0x334e4c['style'][_0xacc684(0x417)]=_0xacc684(0x3c4),_0x334e4c[_0xacc684(0x38f)]['left']=_0xacc684(0x401),_0x334e4c['style'][_0xacc684(0x547)]=_0xacc684(0x401),_0x334e4c['style'][_0xacc684(0x5ae)]=Math[_0xacc684(0x168)](0x1,Math[_0xacc684(0x2c3)](_0x150958[_0xacc684(0x5ae)]))+'px',_0x334e4c['style'][_0xacc684(0x3f3)]=Math[_0xacc684(0x168)](0x1,Math['round'](_0x150958[_0xacc684(0x3f3)]))+'px',_0x334e4c[_0xacc684(0x38f)][_0xacc684(0x617)]=_0xacc684(0x188),document[_0xacc684(0x620)][_0xacc684(0x17b)](_0x334e4c),_0x334e4c;}function rd(_0x39effa){const _0x4d26f7=_0x5a6880;var _0x582694,_0x271a44,_0x246aab;return[(_0x582694=_0x39effa[_0x4d26f7(0x234)])==null?void 0x0:_0x582694[_0x4d26f7(0x38c)],(_0x271a44=_0x39effa[_0x4d26f7(0x234)])==null?void 0x0:_0x271a44[_0x4d26f7(0x5f7)],(_0x246aab=_0x39effa[_0x4d26f7(0x234)])==null?void 0x0:_0x246aab[_0x4d26f7(0x302)]][_0x4d26f7(0x68b)](_0x56fab2=>!!_0x56fab2)[_0x4d26f7(0x4c0)](_0x5021ac=>Array[_0x4d26f7(0x52b)](_0x5021ac[_0x4d26f7(0x292)](_0x4d26f7(0x530)))['some'](_0x54c212=>_0x54c212[_0x4d26f7(0x5ae)]>0x1&&_0x54c212[_0x4d26f7(0x3f3)]>0x1));}async function id(_0x3578d5){const _0x42f62b=_0x5a6880;if(typeof document>'u'||!document['fonts']||document['fonts'][_0x42f62b(0x384)]!==_0x42f62b(0x2f3))return;let _0x5f53f2;try{await Promise[_0x42f62b(0x5f9)]([document[_0x42f62b(0x32f)]['ready'][_0x42f62b(0x453)](()=>void 0x0,()=>void 0x0),new Promise(_0x143cc9=>{const _0x37f4cb=_0x42f62b;_0x5f53f2=globalThis[_0x37f4cb(0x275)](_0x143cc9,Math['max'](0x0,_0x3578d5-Date[_0x37f4cb(0x6ca)]()));})]);}finally{_0x5f53f2!==void 0x0&&globalThis[_0x42f62b(0x314)](_0x5f53f2);}}function ad(_0x5e1ed4,_0x265836,_0x424891){const _0x9c065b=_0x5a6880;let _0xd4501a=od(_0x265836),_0x35491e=_0xd4501a==='tab-peer',_0x43edc5=()=>{};return{'descriptor':_0x265836['descriptor'],'layout':_0xd4501a,'injector':_0x5e1ed4,'hostElement':_0x424891,'container':_0x424891,'hostUnitId':_0x265836[_0x9c065b(0x4dc)]['hostUnitId'],'embedId':_0x265836[_0x9c065b(0x4dc)][_0x9c065b(0x256)],'childUnitId':_0x265836[_0x9c065b(0x21e)],'childType':_0x265836[_0x9c065b(0x2c2)],'renderScope':{'hostUnitId':_0x265836[_0x9c065b(0x4dc)]['hostUnitId'],'hostAnchorId':_0x265836[_0x9c065b(0x4dc)][_0x9c065b(0x6a1)],'embedId':_0x265836[_0x9c065b(0x4dc)]['embedId'],'childUnitId':_0x265836[_0x9c065b(0x21e)],'childType':_0x265836[_0x9c065b(0x2c2)],'layout':_0xd4501a,'mode':_0x35491e?'tab':_0x9c065b(0x653),'rootElement':_0x424891,'contentRoot':_0x424891,'canvasRoot':_0x424891,'active$':_0x362df4(!0x1)},'runtimeScope':{'descriptor':_0x265836[_0x9c065b(0x4dc)],'host':{'unitId':_0x265836[_0x9c065b(0x4dc)]['hostUnitId'],'type':_0x265836[_0x9c065b(0x4dc)][_0x9c065b(0x3c7)],'anchorId':_0x265836['descriptor'][_0x9c065b(0x6a1)],'entry':_0x265836[_0x9c065b(0x4dc)][_0x9c065b(0x22f)],'layout':_0x35491e?_0x9c065b(0x2f2):_0x9c065b(0x653)},'child':{'unitId':_0x265836[_0x9c065b(0x21e)],'type':_0x265836[_0x9c065b(0x2c2)]},'injector':_0x5e1ed4,'roots':{'root':_0x424891,'content':_0x424891,'canvas':_0x424891,'overlay':_0x424891,'popup':_0x424891},'activate':_0x43edc5,'deactivate':_0x43edc5,'dispose':_0x43edc5}};}function od(_0x3e2856){const _0x42b208=_0x5a6880;var _0x133f48,_0x56462b,_0x3f1361;let _0x4b5489=(_0x133f48=_0x3e2856[_0x42b208(0x4dc)][_0x42b208(0x611)])==null?void 0x0:_0x133f48[_0x42b208(0x3d4)];if(_0x4b5489&&typeof _0x4b5489=='object'&&typeof _0x4b5489[_0x42b208(0x310)]==_0x42b208(0x37f))return _0x4b5489[_0x42b208(0x310)];let _0x2872c7=(_0x56462b=_0x3e2856[_0x42b208(0x4dc)][_0x42b208(0x611)])==null?void 0x0:_0x56462b[_0x42b208(0x2aa)];return _0x3e2856[_0x42b208(0x4dc)]['entry']===_0x353ff3[_0x42b208(0x6a4)]||_0x3e2856[_0x42b208(0x4dc)][_0x42b208(0x22f)]===_0x353ff3[_0x42b208(0x4cc)]||_0x3e2856[_0x42b208(0x4dc)]['entry']===_0x353ff3[_0x42b208(0x1e7)]||_0x2872c7&&typeof _0x2872c7==_0x42b208(0x3fa)&&_0x2872c7[_0x42b208(0x2cb)]?_0x42b208(0x2f2):((_0x3f1361=_0x3e2856[_0x42b208(0x540)])==null?void 0x0:_0x3f1361['layout'])??_0x42b208(0x6fe);}var sd=class{constructor(){Y(this,'_providers',new Map());}[_0x5a6880(0x3f2)](_0x59dae1){const _0x29d06c=_0x5a6880;if(this[_0x29d06c(0x541)][_0x29d06c(0x255)](_0x59dae1['childType']))throw Error(_0x29d06c(0x67b)+_0x59dae1[_0x29d06c(0x2c2)]);this[_0x29d06c(0x541)][_0x29d06c(0x6a7)](_0x59dae1['childType'],_0x59dae1);}[_0x5a6880(0x312)](_0x45371d){const _0x52599c=_0x5a6880;return this[_0x52599c(0x541)][_0x52599c(0x312)](_0x45371d);}[_0x5a6880(0x1ec)](){const _0x2de5df=_0x5a6880;return[...this[_0x2de5df(0x541)]['values']()];}};const cd=new WeakMap(),ld=new WeakMap();function ud(_0x336ce7,_0x1d1d72,_0x1424d4){const _0x39e8fa=_0x5a6880;var _0x4f5c20;if(pd(_0x336ce7)){fd(_0x336ce7,_0x1d1d72,_0x1424d4);return;}let _0x51398f=_0x336ce7;if((_0x4f5c20=ld['get'](_0x51398f))!=null&&_0x4f5c20['has'](_0x1d1d72))return;let _0x59bf97=cd[_0x39e8fa(0x312)](_0x51398f)??new Map();_0x59bf97[_0x39e8fa(0x6a7)](_0x1d1d72,_0x1424d4),cd[_0x39e8fa(0x6a7)](_0x51398f,_0x59bf97);}function dd(_0x32543){const _0x5e4027=_0x5a6880;if(!pd(_0x32543))return;let _0x3fce64=_0x32543,_0x1b6823=cd[_0x5e4027(0x312)](_0x3fce64);_0x1b6823!=null&&_0x1b6823[_0x5e4027(0x1c3)]&&(_0x1b6823['forEach']((_0x3bd24f,_0x300043)=>fd(_0x32543,_0x300043,_0x3bd24f)),cd['delete'](_0x3fce64));}function fd(_0x47cba5,_0x3abc76,_0x5d3174){const _0x3c7b14=_0x5a6880;let _0x254b5d=_0x47cba5,_0x11d79a=ld['get'](_0x254b5d)??new Set();_0x11d79a[_0x3c7b14(0x255)](_0x3abc76)||(_0x5d3174(_0x47cba5),_0x11d79a[_0x3c7b14(0x25c)](_0x3abc76),ld[_0x3c7b14(0x6a7)](_0x254b5d,_0x11d79a));}function pd(_0x14c969){const _0x12678e=_0x5a6880;return _0x14c969[_0x12678e(0x255)](_0x409284)&&_0x14c969[_0x12678e(0x255)](as)&&_0x14c969[_0x12678e(0x255)](rs)&&_0x14c969['has'](eo)&&_0x14c969[_0x12678e(0x255)](oc)&&_0x14c969['has'](is)&&_0x14c969['has'](ul)&&_0x14c969['has'](Uu)&&_0x14c969[_0x12678e(0x255)](yl)&&_0x14c969['has'](sd);}function md(_0x15cf5f){const _0x5caba3=_0x5a6880;let {childType:_0x5a3055,productName:_0xe31a58}=_0x15cf5f;return{'childType':_0x5a3055,'productName':_0xe31a58,'hostChromeMode':_0x5caba3(0x1de),'layoutPolicy':{'tab':_0x4ea9cc,'float':_0x3eee59,'docFlow':_0x4b3c89},'createRibbonOverride':({childUnitId:_0x3adccc,embedId:_0x1f64fe,injector:_0x2386e8})=>{const _0x47e5cc=_0x5caba3;let _0xf96807=Ls(_0x2386e8,{'childType':_0x5a3055,'childUnitId':_0x3adccc,'embedId':_0x1f64fe,'menuSchema':hd(_0x2386e8,_0x5a3055,_0x15cf5f[_0x47e5cc(0x19f)])});return{'mode':_0x47e5cc(0x1de),'ribbonService':_0xf96807[_0x47e5cc(0x372)],'injector':_0xf96807[_0x47e5cc(0x2e3)],'placeholderTitle':_0xe31a58,'disposable':_0xf96807[_0x47e5cc(0x446)]};}};}function hd(_0x2a45dd,_0x2f21af,_0xa868c2){const _0x1dbfa6=_0x5a6880;let _0x5a7005=_0x2a45dd;if(typeof _0x5a7005[_0x1dbfa6(0x255)]==_0x1dbfa6(0x581)&&typeof _0x5a7005[_0x1dbfa6(0x312)]==_0x1dbfa6(0x581)&&_0x5a7005[_0x1dbfa6(0x255)](oc)){let _0x8fe31d=_0x5a7005[_0x1dbfa6(0x312)](oc)[_0x1dbfa6(0x5e0)](_0x2f21af,'ribbon');if(_0x8fe31d)return _0x8fe31d;}return _0xa868c2;}function gd(_0x528f76){const _0x3cde53=_0x5a6880;let _0x1616f3=_d(_0x528f76);return{'childType':_0x528f76['childType'],'productName':_0x528f76[_0x3cde53(0x6f5)],'hostChromeMode':_0x1616f3,'hostHeaderMode':_0x528f76[_0x3cde53(0x32a)]??_0x3cde53(0x188),'layoutPolicy':{'tab':{..._0x4ea9cc,'ribbon':_0x1616f3===_0x3cde53(0x188)?_0x3cde53(0x633):'host'},'float':_0x3eee59,'docFlow':_0x4b3c89},'createRibbonOverride':_0x1616f3==='title-only'?()=>({'mode':_0x3cde53(0x6cd),'ribbonService':vd(),'placeholderTitle':_0x528f76[_0x3cde53(0x6f5)],'hideToolbar':!0x0}):void 0x0};}function _d(_0x57ed80){const _0x9ed1cb=_0x5a6880;return _0x57ed80[_0x9ed1cb(0x4fc)]?_0x57ed80[_0x9ed1cb(0x4fc)]:_0x57ed80[_0x9ed1cb(0x32a)]==='placeholder'?'title-only':_0x9ed1cb(0x188);}function vd(){return{'ribbon$':_0x362df4([]),'activatedTab$':_0x362df4(''),'collapsedIds$':_0x362df4([]),'fakeToolbarVisible$':_0x362df4(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function yd(_0x2467ab,_0x1fa538,_0x264750,_0x28bcfc){const _0x471314=_0x5a6880;return[..._0x2467ab[_0x471314(0x292)](_0x1fa538)][_0x471314(0x545)]()[_0x471314(0x5e9)](_0x397a92=>{const _0x343d00=_0x471314;let _0x33f83d=_0x397a92[_0x343d00(0x4d4)]();return _0x264750>=_0x33f83d['left']&&_0x264750<=_0x33f83d[_0x343d00(0x6c6)]&&_0x28bcfc>=_0x33f83d['top']&&_0x28bcfc<=_0x33f83d[_0x343d00(0x523)];});}function bd(){const _0x2a973e=_0x5a6880;return{...gd({'childType':_0x41e642[_0x2a973e(0x421)],'productName':_0x2a973e(0x434),'hostChromeMode':_0x2a973e(0x188)}),'presentationPolicy':{'getChromeCss':()=>_0x2a973e(0x447),'activateNavigationAtPoint':({childContext:_0x1ea391,clientX:_0x1cc614,clientY:_0x299749,runtimeHost:_0x346cdb})=>{const _0x549a60=_0x2a973e;if(yd(_0x346cdb,'[data-u-comp=\x22base-view-tab-more\x22]',_0x1cc614,_0x299749))return!0x1;let _0x5007e8=yd(_0x346cdb,_0x549a60(0x648),_0x1cc614,_0x299749),_0x172c22=_0x5007e8==null?void 0x0:_0x5007e8[_0x549a60(0x22d)]['viewId'],_0x3b0a61=_0x1ea391[_0x549a60(0x6a3)][_0x549a60(0x2e3)];return!_0x172c22||!_0x3b0a61[_0x549a60(0x255)](_0x500373)?!0x1:(_0x3b0a61['get'](_0x500373)['activateView'](_0x172c22),!0x0);}}};}let xd=class{constructor(_0x835c85,_0x5aa709,_0x578a38){const _0x435f36=_0x5a6880;this['_baseUIStateService']=_0x835c85,this[_0x435f36(0x180)]=_0x5aa709,this[_0x435f36(0x4e3)]=_0x578a38,Y(this,_0x435f36(0x2c2),_0x41e642[_0x435f36(0x421)]);}['measureContentSize'](_0x3c1d59){const _0x31e132=_0x5a6880;var _0x22c9d6,_0x3d6bfe,_0x38fc90;let _0x5ec320=_0x3c1d59[_0x31e132(0x3d2)]instanceof _0x2d8618?_0x3c1d59['childUnit'][_0x31e132(0x56f)]():void 0x0;if(!_0x5ec320)return;let _0x3599f0=(_0x22c9d6=_0x3c1d59['injector'])!=null&&_0x22c9d6[_0x31e132(0x255)](_0x500373)?_0x3c1d59['injector']['get'](_0x500373):this[_0x31e132(0x379)],_0x3ab2d8=(_0x3d6bfe=_0x3c1d59[_0x31e132(0x2e3)])!=null&&_0x3d6bfe[_0x31e132(0x255)](_0x1ab550)?_0x3c1d59[_0x31e132(0x2e3)][_0x31e132(0x312)](_0x1ab550):this[_0x31e132(0x180)],_0x51e226=(_0x38fc90=_0x3c1d59['injector'])!=null&&_0x38fc90[_0x31e132(0x255)](_0x120e62)?_0x3c1d59[_0x31e132(0x2e3)]['get'](_0x120e62):this[_0x31e132(0x4e3)],_0x165da6=_0x3599f0[_0x31e132(0x630)](),_0x39baf0=wd(_0x5ec320,_0x165da6,_0x3c1d59[_0x31e132(0x5e3)]),_0x5eafee=Sd(_0x5ec320,_0x165da6,_0x3ab2d8,_0x51e226,_0x3c1d59[_0x31e132(0x424)],_0x39baf0??_0x3c1d59[_0x31e132(0x5e3)]);return _0x5eafee==null&&_0x39baf0==null?void 0x0:{'height':_0x5eafee,'width':_0x39baf0};}};xd=vs([$(0x0,_0x500373),$(0x1,_0x1ab550),$(0x2,_0x120e62)],xd);function Sd(_0x3e6402,_0x481a31,_0x53a20a,_0x173372,_0x52cc24,_0x237549){const _0x6db7df=_0x5a6880;var _0x2939ce;let _0x4e4c3b=Od(_0x3e6402,_0x481a31==null?void 0x0:_0x481a31[_0x6db7df(0x42d)]),_0x407ce0=_0x4e4c3b?_0x3e6402['tables'][_0x4e4c3b]:void 0x0;if(!_0x407ce0||!_0x4e4c3b)return;let _0x25c26e=kd(_0x407ce0,_0x481a31==null?void 0x0:_0x481a31['activeViewId']),_0x23ca20=_0x25c26e?(_0x2939ce=_0x407ce0[_0x6db7df(0x352)])==null?void 0x0:_0x2939ce[_0x25c26e]:void 0x0,_0x584039=Ad(_0x407ce0),_0x3095c0=_0x3d938a(_0x23ca20!=null&&_0x23ca20[_0x6db7df(0x6bf)]&&_0x6db7df(0x6da)in _0x23ca20[_0x6db7df(0x6bf)]?_0x23ca20[_0x6db7df(0x6bf)]['rowHeight']:void 0x0);return Cd(_0x3e6402,_0x4e4c3b,_0x25c26e,_0x3095c0,_0x481a31,_0x53a20a,_0x173372,_0x52cc24,_0x237549)??_0x50d989+_0x584039*_0x3095c0+_0xd14772+_0x3cc261;}function Cd(_0x2412e8,_0x415f96,_0x48ff1e,_0x506696,_0x4f0ac8,_0x52fa89,_0x214402,_0x5926b0,_0x36518b){const _0x2dba00=_0x5a6880;if(!_0x48ff1e||!_0x52fa89||!_0x214402)return;let _0x12d06e=_0x52fa89[_0x2dba00(0x23c)](_0x2412e8,_0x415f96,_0x48ff1e);if(_0x12d06e[_0x2dba00(0x2e6)]===_0x2521a1['Calendar']&&_0x12d06e[_0x2dba00(0x6bf)][_0x2dba00(0x57d)]==='month'&&_0x5926b0!=null)return _0x5926b0;if(_0x12d06e[_0x2dba00(0x2e6)]===_0x2521a1[_0x2dba00(0x636)])return _0x214402[_0x2dba00(0x2c4)](_0x12d06e,_0x36518b??0x1);if(_0x12d06e[_0x2dba00(0x2e6)]===_0x2521a1['Kanban'])return _0x214402[_0x2dba00(0x50a)](_0x12d06e);if(_0x12d06e[_0x2dba00(0x2e6)]===_0x2521a1[_0x2dba00(0x6ea)]||_0x12d06e['type']===_0x2521a1[_0x2dba00(0x321)])return _0x50d989+_0x214402[_0x2dba00(0x544)](_0x12d06e,_0x4f0ac8==null?void 0x0:_0x4f0ac8[_0x2dba00(0x1a9)][_0x48ff1e],_0x506696)+_0x3cc261;}function wd(_0x26f278,_0x38444f,_0x42cf32){const _0xa8b2b8=_0x5a6880;var _0x3b1d04,_0x177ef6;let _0x479c13=Ed(_0x26f278,_0x38444f==null?void 0x0:_0x38444f[_0xa8b2b8(0x42d)]);if(!_0x479c13)return;let _0x5d5972=Dd(_0x479c13,_0x38444f==null?void 0x0:_0x38444f[_0xa8b2b8(0x1d3)]),_0x3bd43f=_0x479c13[_0xa8b2b8(0x58c)]??{},_0x2a0334=_0x3e32ba+(_0x5d5972!=null&&(_0x3b1d04=_0x5d5972[_0xa8b2b8(0x28e)])!=null&&_0x3b1d04[_0xa8b2b8(0x5dc)]?_0x5d5972[_0xa8b2b8(0x28e)]:(_0x177ef6=_0x479c13[_0xa8b2b8(0x28e)])!=null&&_0x177ef6[_0xa8b2b8(0x5dc)]?_0x479c13[_0xa8b2b8(0x28e)]:Object[_0xa8b2b8(0x572)](_0x3bd43f))[_0xa8b2b8(0x593)]((_0x426f30,_0x344e44)=>{const _0x36cb86=_0xa8b2b8;var _0x48dbb5;let _0x33542d=_0x3bd43f[_0x344e44],_0x57fb99=_0x5d5972==null||(_0x48dbb5=_0x5d5972[_0x36cb86(0x22e)])==null?void 0x0:_0x48dbb5[_0x344e44];return _0x33542d&&!(_0x57fb99!=null&&_0x57fb99[_0x36cb86(0x633)])?_0x426f30+Td(_0x57fb99==null?void 0x0:_0x57fb99[_0x36cb86(0x5ae)]):_0x426f30;},0x0)+_0x51cbc0;return(_0x5d5972==null?void 0x0:_0x5d5972[_0xa8b2b8(0x2e6)])===_0x2521a1[_0xa8b2b8(0x636)]||(_0x5d5972==null?void 0x0:_0x5d5972[_0xa8b2b8(0x2e6)])===_0x2521a1['Kanban']?Math[_0xa8b2b8(0x168)](_0x2a0334,_0x42cf32??0x0):_0x2a0334;}function Td(_0x5566d9){const _0x1e6e58=_0x5a6880;return typeof _0x5566d9==_0x1e6e58(0x65b)&&Number[_0x1e6e58(0x607)](_0x5566d9)&&_0x5566d9>0x0?_0x5566d9:_0x11af92;}function Ed(_0x561bcd,_0x1b1145){const _0x2f20b0=_0x5a6880;var _0x36401e;let _0x84084c=Od(_0x561bcd,_0x1b1145);return _0x84084c?(_0x36401e=_0x561bcd[_0x2f20b0(0x462)])==null?void 0x0:_0x36401e[_0x84084c]:void 0x0;}function Dd(_0x581412,_0x593c79){var _0x759bd2;let _0x289d03=kd(_0x581412,_0x593c79);return _0x289d03?(_0x759bd2=_0x581412['views'])==null?void 0x0:_0x759bd2[_0x289d03]:void 0x0;}function Od(_0x59c497,_0x5accb1){const _0x533376=_0x5a6880;let _0x459ea1=_0x59c497[_0x533376(0x462)]??{};if(_0x5accb1&&_0x459ea1[_0x5accb1])return _0x5accb1;let _0x1c299b=_0x59c497[_0x533376(0x63d)]??[];return[..._0x1c299b,...Object[_0x533376(0x572)](_0x459ea1)[_0x533376(0x68b)](_0x41b254=>!_0x1c299b['includes'](_0x41b254))]['find'](_0x5e9022=>_0x459ea1[_0x5e9022]);}function kd(_0x3d04d7,_0x1c3881){const _0x5a4eba=_0x5a6880;let _0xc4ba14=_0x3d04d7[_0x5a4eba(0x352)]??{};if(_0x1c3881&&_0xc4ba14[_0x1c3881])return _0x1c3881;let _0x254fc8=_0x3d04d7[_0x5a4eba(0x3ae)]??[];return[..._0x254fc8,...Object[_0x5a4eba(0x572)](_0xc4ba14)[_0x5a4eba(0x68b)](_0x38899b=>!_0x254fc8[_0x5a4eba(0x1af)](_0x38899b))][_0x5a4eba(0x5e9)](_0x21b302=>_0xc4ba14[_0x21b302]);}function Ad(_0x4b8646){const _0x17e77f=_0x5a6880;var _0x5eb603;let _0x2ada19=_0x4b8646[_0x17e77f(0x30e)]??{};return((_0x5eb603=_0x4b8646['recordOrder'])!=null&&_0x5eb603[_0x17e77f(0x5dc)]?_0x4b8646['recordOrder']:Object[_0x17e77f(0x572)](_0x2ada19))[_0x17e77f(0x68b)](_0x4c353b=>_0x2ada19[_0x4c353b])[_0x17e77f(0x5dc)];}function jd(_0x297e2c,_0x4df763,_0x1ecc69){return{..._0x4429c(_0x297e2c,_0x4df763),'activateAnchor':_0x1d09c4=>{const _0x1b06b0=_0x1f5b;Nd(_0x1d09c4['hostUnitId'],_0x1d09c4[_0x1b06b0(0x6a1)],_0x4df763,Fd(_0x1ecc69));}};}function Md(){const _0x227202=_0x5a6880;return{'hostType':_0x41e642[_0x227202(0x421)],'entry':_0x227202(0x49e),'layout':_0x227202(0x2f2),'supportedLayouts':[_0x227202(0x2f2)],'menuBehavior':_0x227202(0x295),'mount':_0x3d3fc0=>{const _0x584519=_0x227202;let _0xd403e6=Id(_0x584519(0x39b),_0x3d3fc0['descriptor'][_0x584519(0x6a1)]);return _0xd403e6?{'hostElement':_0xd403e6}:{};}};}function Nd(_0x397732,_0x3fa7a5,_0x3994fc,_0xa90b7d){const _0x4c7150=_0x5a6880;var _0x4e03c5;if(!_0xa90b7d)return;_0xa90b7d[_0x4c7150(0x6cf)](_0x3fa7a5);let _0x13b3af=(_0x4e03c5=Pd(_0x3994fc,_0x397732))==null?void 0x0:_0x4e03c5['tables'][_0x3fa7a5],_0x26c0a7=_0x13b3af==null?void 0x0:_0x13b3af[_0x4c7150(0x3ae)][_0x4c7150(0x5e9)](_0x4ae954=>_0x13b3af[_0x4c7150(0x352)][_0x4ae954]);_0x26c0a7&&_0xa90b7d[_0x4c7150(0x482)](_0x26c0a7),_0xa90b7d[_0x4c7150(0x5af)](null),_0xa90b7d[_0x4c7150(0x215)]();}function Pd(_0x71dca6,_0x269f99){const _0x1b0f73=_0x5a6880;var _0x383f58;return _0x71dca6==null||(_0x383f58=_0x71dca6[_0x1b0f73(0x182)](_0x269f99,_0x41e642[_0x1b0f73(0x421)]))==null?void 0x0:_0x383f58[_0x1b0f73(0x56f)]();}function Fd(_0x25b655){const _0x2b4641=_0x5a6880;return typeof _0x25b655==_0x2b4641(0x581)?_0x25b655():_0x25b655;}function Id(_0x2e08d1,_0x244632){return document['querySelector']('['+_0x2e08d1+'=\x22'+Ld(_0x244632)+'\x22]');}function Ld(_0x31849d){const _0x57f640=_0x5a6880;return _0x31849d['replace'](/\\/g,'\x5c\x5c')[_0x57f640(0x621)](/"/g,'\x5c\x22');}function Rd(_0x22d7ec){const _0x2e8aa6=_0x5a6880;let _0x49b2a0=_0x22d7ec[_0x2e8aa6(0x255)](_0x500373)?_0x22d7ec[_0x2e8aa6(0x312)](_0x500373):void 0x0,_0x22f4dc=_0x22d7ec[_0x2e8aa6(0x255)](_0x120e62)?_0x22d7ec['get'](_0x120e62):void 0x0;return{'childType':_0x41e642[_0x2e8aa6(0x421)],'getStickyHeaderHeight':()=>_0x50d989,'subscribeVerticalScroll'(_0x4b4682,_0x3a10ac){const _0x1a5f2f=_0x2e8aa6;var _0x4d0df6,_0x38e427;let _0x53dcc1=((_0x4d0df6=_0x4b4682['runtimeScope'])==null?void 0x0:_0x4d0df6[_0x1a5f2f(0x2e3)])??_0x22d7ec,_0x232359=_0x53dcc1!==_0x22d7ec&&_0x53dcc1[_0x1a5f2f(0x255)](_0x500373)?_0x53dcc1[_0x1a5f2f(0x312)](_0x500373):_0x49b2a0;if(!_0x232359)return;let _0x35a6ed=_0x232359[_0x1a5f2f(0x630)](),_0x18428c=_0x35a6ed['activeViewId'],_0x430a0c=_0x18428c?((_0x38e427=_0x35a6ed[_0x1a5f2f(0x1bc)][_0x18428c])==null?void 0x0:_0x38e427['y'])??0x0:0x0,_0x451591=_0x232359[_0x1a5f2f(0x5b4)][_0x1a5f2f(0x1d7)](_0x23b335=>{const _0x16fb60=_0x1a5f2f;var _0x210f22;let _0x539261=_0x23b335[_0x16fb60(0x1d3)],_0x53c74f=_0x539261?((_0x210f22=_0x23b335[_0x16fb60(0x1bc)][_0x539261])==null?void 0x0:_0x210f22['y'])??0x0:0x0;if(_0x539261!==_0x18428c){_0x18428c=_0x539261,_0x430a0c=_0x53c74f;return;}_0x53c74f!==_0x430a0c&&(_0x430a0c=_0x53c74f,_0x3a10ac(_0x53c74f));});return _0xe7ea20(()=>_0x451591['unsubscribe']());},'handleWheel'(_0x25ecdd){const _0x737dc9=_0x2e8aa6;if(_0x25ecdd[_0x737dc9(0x40d)]!=='host-scroll-sync'&&Pc(_0x25ecdd[_0x737dc9(0x310)],_0x25ecdd[_0x737dc9(0x1d4)]))return!0x1;let _0x3e2bd2=_0x25ecdd['runtimeScope'][_0x737dc9(0x2e3)]??_0x22d7ec,_0x32c110=_0x3e2bd2!==_0x22d7ec&&_0x3e2bd2['has'](_0x120e62)?_0x3e2bd2[_0x737dc9(0x312)](_0x120e62):_0x22f4dc;return(_0x32c110==null?void 0x0:_0x32c110['handleRegisteredWheel'](_0x25ecdd['childUnitId'],zd(_0x25ecdd[_0x737dc9(0x1d4)],_0x25ecdd[_0x737dc9(0x217)])))??!0x1;}};}function zd(_0x376ad7,_0x30d659){const _0x4a1a4a=_0x5a6880;return{'deltaX':_0x376ad7[_0x4a1a4a(0x634)],'deltaY':_0x376ad7['deltaY'],'deltaMode':_0x376ad7[_0x4a1a4a(0x396)],'clientX':_0x376ad7['clientX'],'clientY':_0x376ad7[_0x4a1a4a(0x1df)],'shiftKey':_0x376ad7[_0x4a1a4a(0x31c)],'viewportScrollY':_0x30d659};}function Bd(_0x56ecab,_0x3ab119,_0x19caee){const _0x520aac=_0x5a6880;let _0x2d637d=_0x56ecab[_0x520aac(0x4dc)][_0x520aac(0x5d2)];return _0x19caee(_0x2d637d),_0x3ab119[_0x520aac(0x6f1)](_0x494fb5=>{const _0x2e4e7f=_0x520aac;if(!Vd(_0x494fb5))return;let {params:_0x471878}=_0x494fb5;if(_0x471878[_0x2e4e7f(0x42e)]!==_0x56ecab[_0x2e4e7f(0x214)]||_0x471878[_0x2e4e7f(0x4dc)][_0x2e4e7f(0x256)]!==_0x56ecab[_0x2e4e7f(0x256)])return;let _0xce56f5=_0x471878[_0x2e4e7f(0x4dc)][_0x2e4e7f(0x5d2)];_0x14f870(_0x2d637d??{},_0xce56f5??{})||(_0x2d637d=_0xce56f5,_0x19caee(_0xce56f5));});}function Vd(_0x298267){const _0x1c8f85=_0x5a6880;return _0x298267['id']===_0x55e731['id']&&_0x298267[_0x1c8f85(0x28c)]!==void 0x0&&_0x1c8f85(0x42e)in _0x298267[_0x1c8f85(0x28c)]&&typeof _0x298267[_0x1c8f85(0x28c)][_0x1c8f85(0x42e)]=='string'&&_0x1c8f85(0x4dc)in _0x298267['params']&&typeof _0x298267[_0x1c8f85(0x28c)]['descriptor']==_0x1c8f85(0x3fa)&&_0x298267['params'][_0x1c8f85(0x4dc)]!==null&&'embedId'in _0x298267[_0x1c8f85(0x28c)]['descriptor']&&typeof _0x298267[_0x1c8f85(0x28c)][_0x1c8f85(0x4dc)][_0x1c8f85(0x256)]==_0x1c8f85(0x37f);}function Hd(_0x354f36,_0x5dc51b){const _0x3b6c21=_0x5a6880;return{'childType':_0x41e642[_0x3b6c21(0x421)],'supportedLayouts':[_0x3b6c21(0x2f2),_0x3b6c21(0x606),_0x3b6c21(0x6fe)],'beforeDeactivate':Ud,'mount':_0x146693=>Wd(_0x146693,_0x354f36,_0x5dc51b)};}function Ud(_0x49de83){const _0x513669=_0x5a6880;var _0x444711;(_0x444711=_0x49de83['runtimeScope'][_0x513669(0x362)])==null||_0x444711[_0x513669(0x24d)](_0x32851a['id'],{'commit':!0x1});}function Wd(_0x2d22d0,_0x2d8ac6,_0x46c9bc){const _0x2958f3=_0x5a6880;let _0x47363f=_0x2d22d0[_0x2958f3(0x2e3)][_0x2958f3(0x312)](_0x599bd7)['getUnit'](_0x2d22d0['childUnitId'],_0x41e642[_0x2958f3(0x421)]);if(!_0x47363f)return;let _0x1f5992=new _0x252fa2(),_0x4db2de=new _0x18b40d(),_0xe0273d=new _0xedfab9(_0x1f5992),_0x278c51=new _0x39d6fd(),_0x3f3e17=Qd(_0x2d22d0,_0x1f5992,_0x4db2de,_0xe0273d);if(!_0x3f3e17){_0x278c51['dispose'](),_0xe0273d[_0x2958f3(0x526)](),_0x4db2de[_0x2958f3(0x526)](),_0x1f5992[_0x2958f3(0x526)]();return;}let _0x1e6f0a=rf(_0x2d22d0);ef(_0x1f5992,_0x47363f,_0x1e6f0a,_0x2d22d0[_0x2958f3(0x4dc)][_0x2958f3(0x5d2)]);let _0x30768c=Bd(_0x2d22d0,_0x2d8ac6,_0xe1ebaa=>nf(_0x1f5992,_0x47363f,_0xe1ebaa)),_0x1d7d44=_0x2d22d0[_0x2958f3(0x4dc)][_0x2958f3(0x57d)]===_0x2958f3(0x584),_0x5c811d=af(_0x2d22d0[_0x2958f3(0x2e3)],_0x3f3e17,_0x1f5992,_0x4db2de,_0xe0273d,_0x1e6f0a,_0x278c51,_0x1d7d44,_0x2d22d0[_0x2958f3(0x6a3)]['roots'][_0x2958f3(0x3af)]);Kd(_0x2d22d0,_0x5c811d);let _0x34a68f=_0x46c9bc['register']({'roots':Gd(_0x2d22d0),'commandService':_0x5c811d['get'](_0x304c4c),'editorService':_0xe0273d,'stateService':_0x1f5992}),_0x38077f=_0x2d22d0[_0x2958f3(0x2e3)][_0x2958f3(0x312)](Uu),_0xd84e32='',_0x429209=_0x1f5992[_0x2958f3(0x5b4)][_0x2958f3(0x1d7)](_0x2f4c44=>{const _0x5ec7ad=_0x2958f3;let _0x49cebe=_0x2f4c44[_0x5ec7ad(0x1d3)]?[..._0x2f4c44[_0x5ec7ad(0x1a9)][_0x2f4c44['activeViewId']]??[]][_0x5ec7ad(0x3b5)]()['join']('\x00'):'',_0x26157a=(_0x2f4c44[_0x5ec7ad(0x42d)]??'')+'\x00'+(_0x2f4c44[_0x5ec7ad(0x1d3)]??'')+'\x00'+_0x49cebe;_0x26157a!==_0xd84e32&&(_0xd84e32=_0x26157a,_0x38077f[_0x5ec7ad(0x3c6)](_0x2d22d0[_0x5ec7ad(0x214)],_0x2d22d0['embedId']));}),_0x100531=qd(_0x2d22d0),_0x404137=Ps(_0x100531),_0x4eb5c3=Jd(_0x2d22d0,_0x5c811d),_0x4c3b45=_0x2d22d0[_0x2958f3(0x2e3)][_0x2958f3(0x312)](_0x599bd7),_0x459983=_0x4c3b45[_0x2958f3(0x163)](_0x41e642['UNIVER_BASE']);return _0x4c3b45['setCurrentUnitForType'](_0x2d22d0[_0x2958f3(0x21e)]),_0x100531[_0x2958f3(0x22d)]['embedChildRenderUnitId']=_0x2d22d0['childUnitId'],_0x100531[_0x2958f3(0x22d)][_0x2958f3(0x184)]=_0x2958f3(0x388),_0x404137[_0x2958f3(0x4eb)](_0x3fd847(Ts,{'injector':_0x5c811d,'mountContainer':_0x2d22d0[_0x2958f3(0x6a3)][_0x2958f3(0x631)][_0x2958f3(0x3af)],'embedId':_0x2d22d0['embedId'],'children':_0x3fd847(_0x399136,{})})),_0xe7ea20(()=>{const _0x590278=_0x2958f3;_0x34a68f['dispose'](),_0x30768c[_0x590278(0x526)](),_0x429209[_0x590278(0x387)](),_0x4eb5c3[_0x590278(0x526)](),Fs(_0x404137),_0x459983&&_0x4c3b45[_0x590278(0x221)](_0x459983[_0x590278(0x2d7)]()),_0x278c51[_0x590278(0x526)](),_0xe0273d['dispose'](),_0x4db2de[_0x590278(0x526)](),_0x1f5992[_0x590278(0x526)](),_0x5c811d['dispose'](),_0x100531[_0x590278(0x2b1)]&&(_0x100531[_0x590278(0x2a8)]('data-embed-child-render-unit-id'),_0x100531[_0x590278(0x2a8)](_0x590278(0x5a9)));});}function Gd(_0x2b02c6){const _0x4051da=_0x5a6880;let _0x1f4d99=new Set();return _0x1f4d99[_0x4051da(0x25c)](_0x2b02c6[_0x4051da(0x6a3)]['roots'][_0x4051da(0x300)]),_0x1f4d99['add'](_0x2b02c6['runtimeScope'][_0x4051da(0x631)]['content']),_0x1f4d99['add'](_0x2b02c6['runtimeScope'][_0x4051da(0x631)]['overlay']),_0x1f4d99['add'](_0x2b02c6[_0x4051da(0x6a3)][_0x4051da(0x631)][_0x4051da(0x3af)]),_0x2b02c6[_0x4051da(0x6a3)][_0x4051da(0x631)][_0x4051da(0x530)]&&_0x1f4d99['add'](_0x2b02c6[_0x4051da(0x6a3)]['roots'][_0x4051da(0x530)]),_0x2b02c6[_0x4051da(0x6a3)]['roots']['menuSlot']&&_0x1f4d99[_0x4051da(0x25c)](_0x2b02c6['runtimeScope'][_0x4051da(0x631)][_0x4051da(0x43e)]),[..._0x1f4d99];}function Kd(_0x4c27f9,_0x130ab2){const _0x491981=_0x5a6880;_0x4c27f9[_0x491981(0x6a3)]['injector']=_0x130ab2,_0x4c27f9[_0x491981(0x6a3)][_0x491981(0x2f9)]=_0x130ab2[_0x491981(0x312)](_0x599bd7),_0x4c27f9[_0x491981(0x6a3)][_0x491981(0x362)]=_0x130ab2[_0x491981(0x312)](_0x304c4c);}function qd(_0x32cb85){const _0x529356=_0x5a6880;var _0x4e6fc2,_0x387b1f,_0x232450;return((_0x4e6fc2=_0x32cb85[_0x529356(0x6a3)])==null||(_0x4e6fc2=_0x4e6fc2[_0x529356(0x631)])==null?void 0x0:_0x4e6fc2[_0x529356(0x6c1)])??((_0x387b1f=_0x32cb85[_0x529356(0x234)])==null?void 0x0:_0x387b1f[_0x529356(0x5f7)])??((_0x232450=_0x32cb85[_0x529356(0x234)])==null?void 0x0:_0x232450[_0x529356(0x302)])??document;}function Jd(_0x113892,_0x2358ad){const _0x769ef0=_0x5a6880;let _0x6b31e5=!0x1,_0x2f6c32=0x0,_0x204c89=_0xe7ea20(()=>{}),_0x4bf9b8,_0x54bdc1=()=>{const _0xefcb99=_0x1f5b;if(_0x6b31e5)return;let _0x4e2430=()=>{const _0x46a101=_0x1f5b;_0x2f6c32=window[_0x46a101(0x385)](_0x54bdc1);},_0x2446d8=Yd(_0x113892);if(!Xd(_0x2446d8)){_0x113892['container'][_0xefcb99(0x22d)]['embedChildRenderStatus']=_0xefcb99(0x1ed),_0x4e2430();return;}if(_0x4bf9b8===_0x2446d8&&_0x2446d8[_0xefcb99(0x635)](_0xefcb99(0x530)))return;_0x204c89[_0xefcb99(0x526)]();let _0x39ef1b=_0x113892[_0xefcb99(0x2e3)]['get'](_0x1c99aa),_0x429d55;try{_0x429d55=ps(_0x39ef1b,_0x113892[_0xefcb99(0x21e)],_0x2358ad);}catch(_0x577203){_0x113892[_0xefcb99(0x44d)]['dataset'][_0xefcb99(0x349)]=_0x577203 instanceof Error?_0x577203[_0xefcb99(0x671)]:String(_0x577203),_0x429d55=void 0x0;}if(!_0x429d55){_0x113892[_0xefcb99(0x44d)]['dataset'][_0xefcb99(0x25d)]=_0xefcb99(0x18a),_0x4bf9b8=void 0x0,_0x4e2430();return;}delete _0x113892[_0xefcb99(0x44d)][_0xefcb99(0x22d)][_0xefcb99(0x349)],_0x2446d8[_0xefcb99(0x22d)]['embedChildRenderUnitId']=_0x113892['childUnitId'],_0x429d55[_0xefcb99(0x4be)][_0xefcb99(0x5e6)](_0x2446d8),hs(_0x429d55,{'activate':Zd(_0x113892)});let _0x594153=ls(_0x429d55,_0x2446d8,{'activate':!0x1});_0x204c89=_0xe7ea20(()=>{const _0x12b555=_0xefcb99;_0x594153[_0x12b555(0x526)]();try{var _0x1a1743,_0x198ee9;(_0x1a1743=(_0x198ee9=_0x429d55[_0x12b555(0x4be)])[_0x12b555(0x435)])==null||_0x1a1743[_0x12b555(0x380)](_0x198ee9);}catch{}_0x39ef1b[_0x12b555(0x370)](_0x113892[_0x12b555(0x21e)]),_0x2446d8['removeAttribute'](_0x12b555(0x3a6));}),_0x4bf9b8=_0x2446d8,_0x113892['container']['dataset'][_0xefcb99(0x25d)]=_0xefcb99(0x4f2),_0x4e2430();};return _0x2f6c32=window[_0x769ef0(0x385)](_0x54bdc1),_0xe7ea20(()=>{const _0x476765=_0x769ef0;_0x6b31e5=!0x0,window[_0x476765(0x655)](_0x2f6c32),_0x204c89[_0x476765(0x526)]();});}function Yd(_0x1a16e5){return _0x23e106({'unitId':_0x1a16e5['childUnitId'],'scope':qd(_0x1a16e5)});}function Xd(_0xb62838){const _0x282409=_0x5a6880;return!!_0xb62838&&_0xb62838[_0x282409(0x2b1)]&&_0xb62838[_0x282409(0x181)]>0x0&&_0xb62838[_0x282409(0x345)]>0x0;}function Zd(_0x150310){return!0x0;}function Qd(_0x5d575a,_0x4778e9,_0x438253,_0x4cc9d6){const _0x10b80a=_0x5a6880;let _0x520a63=_0x5d575a[_0x10b80a(0x2e3)][_0x10b80a(0x312)](_0x599bd7),_0x51fbaa=_0x520a63[_0x10b80a(0x182)](_0x5d575a[_0x10b80a(0x21e)],_0x5d575a[_0x10b80a(0x2c2)]);if(!_0x51fbaa)return;let _0x5a3ffd=$d(_0x520a63,_0x5d575a,_0x51fbaa),_0x879c1e=of(_0x5d575a[_0x10b80a(0x2e3)]['get'](_0x304c4c),_0x4778e9,_0x438253,_0x4cc9d6,_0x5d575a['injector'][_0x10b80a(0x312)](_0x1ab550),_0x520a63,_0x5d575a[_0x10b80a(0x21e)]);return Oo(_0x5d575a[_0x10b80a(0x2e3)],new Map([[_0x599bd7,_0x5a3ffd],[_0x304c4c,_0x879c1e],[_0x499e3e,_0x1f1f73(qd(_0x5d575a))]]));}function $d(_0x3add0d,_0x347ec6,_0x5a512e){const _0x53de19=_0x5a6880;return{'unitAdded$':_0x3add0d[_0x53de19(0x6e0)],'unitDisposed$':_0x3add0d[_0x53de19(0x2e7)],'focused$':_0x362df4(_0x5a512e[_0x53de19(0x2d7)]()),'getTypeOfUnitAdded$':_0x3add0d[_0x53de19(0x5d4)][_0x53de19(0x2d6)](_0x3add0d),'__addUnit':_0x3add0d[_0x53de19(0x2a4)]['bind'](_0x3add0d),'getTypeOfUnitDisposed$':_0x3add0d[_0x53de19(0x6fd)][_0x53de19(0x2d6)](_0x3add0d),'focusUnit':_0x47c6f6=>{const _0x1b4bef=_0x53de19;_0x47c6f6!==null&&_0x47c6f6!==_0x347ec6[_0x1b4bef(0x21e)]&&_0x3add0d['focusUnit'](_0x47c6f6);},'getFocusedUnit':()=>_0x5a512e,'getCurrentUnitOfType':_0x5db0c5=>_0x5db0c5===_0x347ec6[_0x53de19(0x2c2)]?_0x5a512e:_0x3add0d[_0x53de19(0x163)](_0x5db0c5),'setCurrentUnitForType':_0x47d69c=>{const _0xb6d95c=_0x53de19;_0x47d69c!==_0x347ec6['childUnitId']&&_0x3add0d[_0xb6d95c(0x221)](_0x47d69c);},'getCurrentTypeOfUnit$':_0x39cc26=>_0x39cc26===_0x347ec6[_0x53de19(0x2c2)]?_0x362df4(_0x5a512e):_0x3add0d[_0x53de19(0x65a)](_0x39cc26),'createUnit':_0x3add0d[_0x53de19(0x1e9)][_0x53de19(0x2d6)](_0x3add0d),'getUnitCreateOptions':_0x3add0d[_0x53de19(0x4a3)]['bind'](_0x3add0d),'disposeUnit':_0x3add0d['disposeUnit']['bind'](_0x3add0d),'registerCtorForType':_0x3add0d['registerCtorForType'][_0x53de19(0x2d6)](_0x3add0d),'getUnit':_0x3add0d[_0x53de19(0x182)][_0x53de19(0x2d6)](_0x3add0d),'getAllUnitsForType':_0x3f7fd5=>_0x3f7fd5===_0x347ec6[_0x53de19(0x2c2)]?[_0x5a512e]:_0x3add0d[_0x53de19(0x3e4)](_0x3f7fd5),'getUnitType':_0x3add0d[_0x53de19(0x5e7)][_0x53de19(0x2d6)](_0x3add0d)};}function ef(_0x58886a,_0x29db85,_0x47900d='workbench',_0x79e16){const _0x52e480=_0x5a6880;let {tableId:_0x575f40,viewId:_0x151b14}=tf(_0x29db85,_0x79e16);_0x575f40&&_0x58886a[_0x52e480(0x6cf)](_0x575f40),_0x151b14&&_0x58886a[_0x52e480(0x482)](_0x151b14),_0x58886a['setLeftSidebarVisible'](_0x47900d===_0x52e480(0x493));}function tf(_0x32a698,_0x5530a9){const _0x1978e4=_0x5a6880;var _0x2c5d8e,_0x36a78c,_0x1094ca,_0x41a5f2,_0x388967;let _0x342cf2=_0x32a698[_0x1978e4(0x56f)](),_0x4656d2=_0x5530a9==null?void 0x0:_0x5530a9['tableId'],_0x84b62a=_0x4656d2&&(_0x2c5d8e=_0x342cf2[_0x1978e4(0x462)])!=null&&_0x2c5d8e[_0x4656d2]?_0x4656d2:((_0x36a78c=_0x342cf2[_0x1978e4(0x63d)])==null?void 0x0:_0x36a78c['find'](_0x7dd0c1=>{const _0xc519e7=_0x1978e4;var _0x3ab895;return!!((_0x3ab895=_0x342cf2[_0xc519e7(0x462)])!=null&&_0x3ab895[_0x7dd0c1]);}))??Object[_0x1978e4(0x572)](_0x342cf2[_0x1978e4(0x462)]??{})[0x0]??'',_0x57fcde=(_0x1094ca=_0x342cf2[_0x1978e4(0x462)])==null?void 0x0:_0x1094ca[_0x84b62a],_0x2afaa7=_0x5530a9==null?void 0x0:_0x5530a9[_0x1978e4(0x62b)],_0x214c9c=_0x2afaa7&&_0x57fcde!=null&&(_0x41a5f2=_0x57fcde[_0x1978e4(0x352)])!=null&&_0x41a5f2[_0x2afaa7]?_0x2afaa7:_0x57fcde==null||(_0x388967=_0x57fcde[_0x1978e4(0x3ae)])==null?void 0x0:_0x388967[_0x1978e4(0x5e9)](_0x14923d=>{const _0x3fee79=_0x1978e4;var _0x53f04b;return!!((_0x53f04b=_0x57fcde[_0x3fee79(0x352)])!=null&&_0x53f04b[_0x14923d]);});return{'tableId':_0x84b62a,..._0x214c9c?{'viewId':_0x214c9c}:{}};}function nf(_0x1ea3bc,_0x3b29a5,_0x1b7a02){const _0x5678ea=_0x5a6880;let _0x23c1ba=tf(_0x3b29a5,_0x1b7a02),_0x4242ae=_0x1ea3bc[_0x5678ea(0x630)]();_0x23c1ba[_0x5678ea(0x2b0)]&&_0x4242ae[_0x5678ea(0x42d)]!==_0x23c1ba[_0x5678ea(0x2b0)]&&_0x1ea3bc['activateTable'](_0x23c1ba['tableId']),_0x23c1ba[_0x5678ea(0x62b)]&&_0x1ea3bc[_0x5678ea(0x630)]()['activeViewId']!==_0x23c1ba[_0x5678ea(0x62b)]&&_0x1ea3bc[_0x5678ea(0x482)](_0x23c1ba['viewId']);}function rf(_0x337a70){const _0x9cf310=_0x5a6880;return _0x337a70[_0x9cf310(0x234)][_0x9cf310(0x662)]?_0x9cf310(0x662):_0x337a70['renderScope'][_0x9cf310(0x57d)]===_0x9cf310(0x653)?_0x9cf310(0x6ae):_0x9cf310(0x493);}function af(_0x5eb621,_0x27f26c,_0x156253,_0x3ed0f4=new _0x18b40d(),_0xf064b6=new _0xedfab9(_0x156253),_0x577bcb=_0x5a6880(0x493),_0x317b8d,_0x4d7f8e=!0x1,_0x43ecb0){const _0x1c442f=_0x5a6880;let _0x116578=lf(_0x5eb621[_0x1c442f(0x312)](_0x354cde),_0x577bcb),_0x23dbdd=of(_0x27f26c['get'](_0x304c4c),_0x156253,_0x3ed0f4,_0xf064b6,_0x27f26c[_0x1c442f(0x312)](_0x1ab550),_0x27f26c[_0x1c442f(0x312)](_0x599bd7),void 0x0,_0x4d7f8e),_0x50668a=new Map([[_0x500373,_0x156253],[_0x3caa34,_0x3ed0f4],[_0x2a7a05,_0xf064b6],[_0x304c4c,_0x23dbdd],[_0x354cde,_0x116578],[_0x499e3e,_0x27f26c['get'](_0x499e3e)],[_0x422cdd,_0x12cfd5(_0x43ecb0)]]);return _0x317b8d&&_0x50668a[_0x1c442f(0x6a7)](_0x120e62,_0x317b8d),Oo(_0x27f26c,_0x50668a);}function of(_0x1d2c7f,_0x43a34d,_0x38f8e7,_0x141600,_0x3ad13c,_0x4d562d,_0x12fdf7,_0x25b328=!0x1){const _0x47250c=_0x5a6880;let _0x34e029={'disposed':_0x1d2c7f[_0x47250c(0x23a)]['bind'](_0x1d2c7f),'hasCommand':_0x1d2c7f['hasCommand']['bind'](_0x1d2c7f),'registerCommand':_0x1d2c7f[_0x47250c(0x31a)][_0x47250c(0x2d6)](_0x1d2c7f),'unregisterCommand':_0x1d2c7f[_0x47250c(0x694)][_0x47250c(0x2d6)](_0x1d2c7f),'registerMultipleCommand':_0x1d2c7f[_0x47250c(0x4ca)]['bind'](_0x1d2c7f),'executeCommand':async(..._0x5c7bc5)=>{const _0x35ead7=_0x47250c;if(_0x5c7bc5[0x0]===_0x5b1dac['id']&&_0x4d562d)return _0x3c75c3({'commandService':_0x34e029,'instanceService':_0x4d562d,'projectionService':_0x3ad13c,'stateService':_0x43a34d},_0x5c7bc5[0x1]);let _0x3fd834=sf(_0x5c7bc5[0x0],_0x5c7bc5[0x1],_0x43a34d,_0x38f8e7,_0x4d562d,_0x12fdf7);if(_0x3fd834!==void 0x0)return _0x3fd834;if(cf(_0x5c7bc5[0x0],_0x5c7bc5[0x1],_0x141600,_0x25b328))return!0x0;let _0x38aff6=_0x12fdf7?_0x4d562d==null?void 0x0:_0x4d562d[_0x35ead7(0x163)](_0x41e642[_0x35ead7(0x421)]):void 0x0;try{return _0x12fdf7&&(_0x4d562d==null||_0x4d562d[_0x35ead7(0x221)](_0x12fdf7)),await _0x1d2c7f[_0x35ead7(0x5a4)](_0x5c7bc5[0x0],_0x5c7bc5[0x1],_0x5c7bc5[0x2]);}finally{_0x38aff6&&(_0x4d562d==null||_0x4d562d[_0x35ead7(0x221)](_0x38aff6[_0x35ead7(0x2d7)]()));}},'syncExecuteCommand':(..._0x57face)=>{const _0x3ca0fe=_0x47250c;if(_0x57face[0x0]===_0x5b1dac['id']&&_0x4d562d)return _0x3c75c3({'commandService':_0x34e029,'instanceService':_0x4d562d,'projectionService':_0x3ad13c,'stateService':_0x43a34d},_0x57face[0x1]);let _0x6757ca=sf(_0x57face[0x0],_0x57face[0x1],_0x43a34d,_0x38f8e7,_0x4d562d,_0x12fdf7);if(_0x6757ca!==void 0x0)return _0x6757ca;if(cf(_0x57face[0x0],_0x57face[0x1],_0x141600,_0x25b328))return!0x0;let _0xaa6568=_0x12fdf7?_0x4d562d==null?void 0x0:_0x4d562d[_0x3ca0fe(0x163)](_0x41e642[_0x3ca0fe(0x421)]):void 0x0;try{return _0x12fdf7&&(_0x4d562d==null||_0x4d562d['setCurrentUnitForType'](_0x12fdf7)),_0x1d2c7f[_0x3ca0fe(0x24d)](_0x57face[0x0],_0x57face[0x1],_0x57face[0x2]);}finally{_0xaa6568&&(_0x4d562d==null||_0x4d562d['setCurrentUnitForType'](_0xaa6568['getUnitId']()));}},'onCommandExecuted':_0x1d2c7f[_0x47250c(0x6f1)][_0x47250c(0x2d6)](_0x1d2c7f),'beforeCommandExecuted':_0x1d2c7f['beforeCommandExecuted'][_0x47250c(0x2d6)](_0x1d2c7f),'onMutationExecutedForCollab':_0x1d2c7f[_0x47250c(0x3c8)]['bind'](_0x1d2c7f)};return _0x34e029;}function sf(_0x1ae05a,_0x2a1c7b,_0x5d8479,_0x8d1cf7,_0x20be13,_0x4bb06c){const _0x511140=_0x5a6880;if(_0x1ae05a===_0x1d5b4f['id']){let _0x17be2c=_0x2a1c7b;return _0x17be2c!=null&&_0x17be2c['viewId']?(_0x17be2c[_0x511140(0x2b0)]&&_0x5d8479['activateTable'](_0x17be2c[_0x511140(0x2b0)]),_0x5d8479[_0x511140(0x482)](_0x17be2c[_0x511140(0x62b)]),!0x0):!0x1;}if(_0x1ae05a===_0x1587df['id']){let _0x275a54=_0x2a1c7b;if(!(_0x275a54!=null&&_0x275a54[_0x511140(0x2b0)]))return!0x1;_0x5d8479['activateTable'](_0x275a54[_0x511140(0x2b0)]);let _0x542b27=_0x275a54[_0x511140(0x42e)]?_0x20be13==null?void 0x0:_0x20be13[_0x511140(0x182)](_0x275a54[_0x511140(0x42e)],_0x41e642[_0x511140(0x421)]):_0x20be13==null?void 0x0:_0x20be13[_0x511140(0x163)](_0x41e642[_0x511140(0x421)]),_0x1cc712=(_0x542b27==null?void 0x0:_0x542b27[_0x511140(0x2d7)]())??_0x4bb06c;_0x1cc712&&(_0x20be13==null||_0x20be13['setCurrentUnitForType'](_0x1cc712),_0x20be13==null||_0x20be13[_0x511140(0x1d5)](_0x1cc712));let _0x315c56=_0x542b27==null?void 0x0:_0x542b27['getSnapshot']()[_0x511140(0x462)][_0x275a54[_0x511140(0x2b0)]],_0x1806b9=_0x315c56==null?void 0x0:_0x315c56[_0x511140(0x3ae)][_0x511140(0x5e9)](_0x2b5305=>_0x315c56[_0x511140(0x352)][_0x2b5305]);return _0x1806b9&&_0x5d8479[_0x511140(0x482)](_0x1806b9),!0x0;}if(_0x1ae05a===_0x3fa5a6['id']){let _0x29f41e=_0x2a1c7b;return _0x29f41e!=null&&_0x29f41e[_0x511140(0x62b)]?(_0x5d8479[_0x511140(0x42b)](_0x29f41e[_0x511140(0x62b)],{'x':_0x29f41e['x']??0x0,'y':_0x29f41e['y']??0x0}),!0x0):!0x1;}if(_0x1ae05a===_0x309913['id']){let _0x28d90b=_0x2a1c7b;return!(_0x28d90b!=null&&_0x28d90b['viewId'])||typeof _0x28d90b[_0x511140(0x5ef)]!=_0x511140(0x65b)?!0x1:(_0x5d8479[_0x511140(0x546)](_0x28d90b[_0x511140(0x62b)],_0x28d90b[_0x511140(0x5ef)]),!0x0);}if(_0x1ae05a===_0x4ebd1c['id'])return _0x2a1c7b?(_0x5d8479[_0x511140(0x5ff)](),_0x8d1cf7['openToolbarPanel'](_0x2a1c7b),!0x0):!0x1;if(_0x1ae05a===_0x32180f['id'])return _0x8d1cf7[_0x511140(0x426)](),!0x0;if(_0x1ae05a===_0xf4bbba['id'])return _0x2a1c7b?(_0x5d8479[_0x511140(0x5ff)](),_0x8d1cf7['openContextMenu'](_0x2a1c7b),!0x0):!0x1;if(_0x1ae05a===_0x162286['id'])return _0x8d1cf7['closeContextMenu'](),!0x0;if(_0x1ae05a===_0x7cc039['id'])return _0x2a1c7b?(_0x8d1cf7[_0x511140(0x309)](_0x2a1c7b),!0x0):!0x1;if(_0x1ae05a===_0x5f19a6['id'])return _0x8d1cf7[_0x511140(0x43b)](),!0x0;if(_0x1ae05a===_0x4f52e4['id']){let _0xb8c209=_0x2a1c7b;return _0xb8c209!=null&&_0xb8c209[_0x511140(0x2a6)]?(_0x5d8479[_0x511140(0x409)](_0xb8c209[_0x511140(0x2a6)]),!0x0):!0x1;}if(_0x1ae05a===_0xa8c1b2['id'])return _0x5d8479['closeRecordDetail'](),!0x0;}function cf(_0x22439b,_0x2c9476,_0xe62d87,_0xb21a07=!0x1){const _0x582291=_0x5a6880;return _0x22439b===_0x52ebed['id']?(_0xb21a07||_0xe62d87[_0x582291(0x5db)](_0x2c9476),!0x0):_0x22439b===_0x32851a['id']?(_0xe62d87[_0x582291(0x5b7)](),!0x0):!0x1;}function lf(_0x4d0aee,_0x169614){const _0x4b74a2=_0x5a6880;return{'getConfig':_0x2ba44e=>{const _0x30a2e1=_0x1f5b;let _0x3f4cde=_0x4d0aee[_0x30a2e1(0x1c0)](_0x2ba44e);return _0x2ba44e===_0x573ea8?uf(_0x3f4cde??{},_0x169614):_0x3f4cde;},'setConfig':_0x4d0aee[_0x4b74a2(0x58e)]['bind'](_0x4d0aee),'deleteConfig':_0x4d0aee[_0x4b74a2(0x5d7)][_0x4b74a2(0x2d6)](_0x4d0aee),'subscribeConfigValue$':_0x4d0aee[_0x4b74a2(0x6ad)][_0x4b74a2(0x2d6)](_0x4d0aee)};}function uf(_0x49abdc,_0x32a159='workbench'){const _0x457a96=_0x5a6880;let _0x13f499;return _0x13f499=_0x32a159===_0x457a96(0x6ae)||_0x32a159===_0x457a96(0x662)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x49abdc,'workbench':{..._0x49abdc[_0x457a96(0x493)]??{},..._0x13f499,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function df(_0x37a4a1){const _0x366e0a=_0x5a6880;var _0x2643c2;if(_0x37a4a1[_0x366e0a(0x234)][_0x366e0a(0x662)]&&_0x37a4a1[_0x366e0a(0x6a3)][_0x366e0a(0x631)][_0x366e0a(0x43e)])return _0x37a4a1['runtimeScope']['roots'][_0x366e0a(0x43e)];let _0x5749b9=_0x37a4a1[_0x366e0a(0x6a3)][_0x366e0a(0x631)][_0x366e0a(0x69e)]??_0x37a4a1[_0x366e0a(0x234)][_0x366e0a(0x460)]??_0x37a4a1[_0x366e0a(0x234)]['rootElement'],_0x2e3b81=((_0x2643c2=_0x5749b9['parentElement'])==null?void 0x0:_0x2643c2[_0x366e0a(0x22d)][_0x366e0a(0x313)])===_0x366e0a(0x47f)?_0x5749b9['parentElement']:void 0x0;if(!_0x2e3b81||!_0x37a4a1[_0x366e0a(0x256)]||!_0x2e3b81['dataset'][_0x366e0a(0x256)]||_0x2e3b81[_0x366e0a(0x22d)]['embedId']===_0x37a4a1[_0x366e0a(0x256)])return _0x2e3b81??_0x5749b9;let _0x565993=_0x37a4a1[_0x366e0a(0x234)][_0x366e0a(0x302)][_0x366e0a(0x6ba)];return Array['from'](_0x565993[_0x366e0a(0x292)](_0x366e0a(0x628)))[_0x366e0a(0x5e9)](_0x486946=>_0x486946[_0x366e0a(0x22d)]['embedId']===_0x37a4a1['embedId'])??_0x5749b9;}function ff(_0x2092b1){const _0x55a84f=_0x5a6880;let _0x417d52=df(_0x2092b1),_0x5608a2=_0x2092b1[_0x55a84f(0x234)]['rootElement'][_0x55a84f(0x6ba)][_0x55a84f(0x62a)](_0x55a84f(0x47e));return _0x5608a2[_0x55a84f(0x22d)][_0x55a84f(0x24b)]=_0x2092b1[_0x55a84f(0x4dc)][_0x55a84f(0x22f)],_0x5608a2['className']=_0x55a84f(0x305),_0x417d52['appendChild'](_0x5608a2),{'root':_0x417d52,'menu':_0x5608a2};}function pf(_0x40755f){const _0x42eb1a=_0x5a6880;return[{'hostType':_0x41e642[_0x42eb1a(0x1bb)],'entry':_0x353ff3[_0x42eb1a(0x438)],'childType':_0x40755f[_0x42eb1a(0x2c2)],'mount':_0x40755f[_0x42eb1a(0x5e6)]},{'hostType':_0x41e642['UNIVER_SHEET'],'entry':_0x353ff3[_0x42eb1a(0x2a1)],'childType':_0x40755f['childType'],'mount':_0x40755f['mount']},{'hostType':_0x41e642[_0x42eb1a(0x19b)],'entry':_0x353ff3[_0x42eb1a(0x169)],'childType':_0x40755f['childType'],'mount':_0x40755f['mount']},{'hostType':_0x41e642[_0x42eb1a(0x699)],'entry':_0x353ff3[_0x42eb1a(0x566)],'childType':_0x40755f[_0x42eb1a(0x2c2)],'mount':_0x40755f[_0x42eb1a(0x5e6)]}];}function mf(_0x11b837){let {embedId:_0x37762b,childUnitId:_0x406e8a,base:_0x43681b,activeTable:_0x38bccd}=_0x11b837,_0x426ace=hf(_0x37762b);return _0x426ace?_0x582db2(_0x3fd847(_f,{'childUnitId':_0x406e8a,'base':_0x43681b,'activeTable':_0x38bccd}),_0x426ace):null;}function hf(_0x462042){let [_0xa1d2a0,_0x44a5fb]=_0x5790e9(()=>gf(_0x462042));return _0xb3b79a(()=>{const _0x12ca3b=_0x1f5b;let _0x358bb6=window[_0x12ca3b(0x385)](()=>_0x44a5fb(gf(_0x462042)));return()=>{const _0x3cee12=_0x12ca3b;window[_0x3cee12(0x655)](_0x358bb6);};},[_0x462042]),_0xa1d2a0;}function gf(_0x1d3be7){const _0x5c1239=_0x5a6880;return Array[_0x5c1239(0x52b)](document[_0x5c1239(0x292)](_0x5c1239(0x266)))[_0x5c1239(0x5e9)](_0x11e88f=>_0x11e88f['dataset'][_0x5c1239(0x256)]===_0x1d3be7)??null;}function _f(_0x3c18c9){const _0x4c1b04=_0x5a6880;var _0xc16f28,_0x50c931;let {childUnitId:_0x53abcf,base:_0x499388,activeTable:_0x314638}=_0x3c18c9,_0x23040b=_0x38c7ab(_0x304c4c),_0x1308b2=_0x38c7ab(_0x354cde),_0x4d12a2=_0x38c7ab(_0x2d0f78),_0x4e8634=_0x38c7ab(_0x500373),_0x6425d5=_0xa8c38f(()=>_0x4e8634[_0x4c1b04(0x5b4)],_0x4e8634[_0x4c1b04(0x630)](),!0x1,[_0x4e8634]),[_0x171547,_0x5013cb]=_0x5790e9(null),[_0x138142,_0x1da652]=_0x5790e9(null),[_0x62921c,_0x43d61c]=_0x5790e9(''),[_0x200901,_0x244973]=_0x5790e9(_0x4c1b04(0x4f7)),[_0x176c42,_0x567cb5]=_0x5790e9(null),_0x4dd893=(_0x1308b2==null||(_0xc16f28=_0x1308b2[_0x4c1b04(0x1c0)](_0x573ea8))==null?void 0x0:_0xc16f28[_0x4c1b04(0x493)])??{},_0x5b9c77=_0x6425d5[_0x4c1b04(0x310)]['leftPanelWidth']??_0x4dd893[_0x4c1b04(0x18c)]??((_0x50c931=_0x1c23ef[_0x4c1b04(0x493)])==null?void 0x0:_0x50c931['leftPanelWidth'])??_0x4d97f8,_0x4b0683=_0x499388[_0x4c1b04(0x56f)](),_0x313a96=bf(_0x4b0683,_0x314638['id']),_0x35d366=async _0x48b4d5=>{const _0x361cb6=_0x4c1b04;let _0x33bdc0=_0x4b0683[_0x361cb6(0x462)][_0x48b4d5];if(!_0x33bdc0)return;let _0x3d059b=_0x33bdc0[_0x361cb6(0x3ae)][_0x361cb6(0x5e9)](_0x3957ae=>_0x33bdc0[_0x361cb6(0x352)][_0x3957ae]);_0x4e8634[_0x361cb6(0x6cf)](_0x33bdc0['id']),_0x3d059b&&_0x4e8634['activateView'](_0x3d059b),_0x4e8634['setSelection'](null),_0x4e8634[_0x361cb6(0x215)](),await _0x23040b[_0x361cb6(0x5a4)](_0x1587df['id'],{'unitId':_0x53abcf,'tableId':_0x48b4d5});},_0x14e9e6=async()=>{const _0x3a4adc=_0x4c1b04;let _0x5ab93a=_0x479c2c({'id':'table-'+_0x153150(0x8),'name':xf(_0x499388[_0x3a4adc(0x56f)](),_0xe6d457=>_0x4d12a2['t'](_0x3a4adc(0x390),String(_0xe6d457))),'primaryFieldId':_0x3a4adc(0x48f)+_0x153150(0x8),'gridViewId':_0x3a4adc(0x658)+_0x153150(0x8)});await _0x23040b['executeCommand'](_0x4babda['id'],{'unitId':_0x53abcf,'table':_0x5ab93a})&&(_0x4e8634[_0x3a4adc(0x6cf)](_0x5ab93a['id']),_0x4e8634[_0x3a4adc(0x482)](_0x5ab93a[_0x3a4adc(0x3ae)][0x0]),_0x4e8634[_0x3a4adc(0x5af)](null),_0x4e8634['closeRecordDetail'](),_0x567cb5(_0x5ab93a['id']));},_0x2b2dc4=async(_0x53c780,_0x7d3104,_0xd37792)=>{const _0x40faa2=_0x4c1b04;let _0x4559a7=_0x499388[_0x40faa2(0x56f)](),_0x5c5de2=_0x4559a7[_0x40faa2(0x462)][_0x53c780];if(!_0x5c5de2)return;let _0x40a056=_0x8c7e56(_0x5c5de2,{'id':'table-'+_0x153150(0x8),'name':_0x7d3104,'includeRecords':_0xd37792===_0x40faa2(0x30e),'regenerateViewIds':!0x0,'createViewId':()=>_0x40faa2(0x658)+_0x153150(0x8)});await _0x23040b['executeCommand'](_0x4babda['id'],{'unitId':_0x53abcf,'table':_0x40a056,'index':_0x4559a7['tableOrder'][_0x40faa2(0x5da)](_0x53c780)+0x1})&&(_0x4e8634['activateTable'](_0x40a056['id']),_0x4e8634[_0x40faa2(0x482)](_0x40a056['viewOrder'][0x0]),_0x4e8634[_0x40faa2(0x5af)](null),_0x4e8634[_0x40faa2(0x215)]());},_0x2f4ee2=async _0x5a942c=>{const _0xbe0423=_0x4c1b04;let _0x196d0c=_0x499388[_0xbe0423(0x56f)](),_0x3c9623=bf(_0x196d0c,_0x314638['id'])[_0xbe0423(0x4ec)](_0xf7c1c8=>_0xf7c1c8['id']);if(_0x3c9623[_0xbe0423(0x5dc)]<=0x1)return;let _0x129e02=_0x5a942c===_0x314638['id']?_0x3c9623[_0xbe0423(0x5e9)](_0x6e944f=>_0x6e944f!==_0x5a942c):null;if(await _0x23040b[_0xbe0423(0x5a4)](_0x1de361['id'],{'unitId':_0x53abcf,'tableId':_0x5a942c})&&_0x129e02){let _0x3d2fa5=_0x196d0c[_0xbe0423(0x462)][_0x129e02],_0x54204a=_0x3d2fa5==null?void 0x0:_0x3d2fa5['viewOrder'][_0xbe0423(0x5e9)](_0x479caf=>_0x3d2fa5[_0xbe0423(0x352)][_0x479caf]);_0x4e8634['activateTable'](_0x129e02),_0x54204a&&_0x4e8634[_0xbe0423(0x482)](_0x54204a),_0x4e8634['setSelection'](null),_0x4e8634[_0xbe0423(0x215)]();}};return _0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x53a573,{'title':_0x4b0683['name']||_0x4c1b04(0x416),'items':_0x313a96,'width':_0x5b9c77,'pendingRenameItemId':_0x176c42,'onActivateItem':_0x35d366,'onAddTable':async()=>{await _0x14e9e6();},'onRenameTable':async(_0x4809f2,_0x20aee6)=>{const _0x55fdce=_0x4c1b04;await _0x23040b[_0x55fdce(0x5a4)](_0x59227b['id'],{'unitId':_0x53abcf,'tableId':_0x4809f2,'name':_0x20aee6});},'getTableNameError':(_0x2c95a3,_0x34fa57)=>_0x341b59(_0x4d12a2,_0x4d57c8(_0x4b0683,_0x34fa57,_0x2c95a3)),'onPendingRenameItemConsumed':_0x3bed9e=>{_0x176c42===_0x3bed9e&&_0x567cb5(null);},'onDuplicateTable':_0x5188e4=>{const _0x5a0632=_0x4c1b04;let _0x546dbb=_0x499388[_0x5a0632(0x56f)](),_0x19d270=_0x546dbb['tables'][_0x5188e4];_0x19d270&&(_0x1da652(_0x5188e4),_0x43d61c(_0xee66ea(_0x546dbb,_0x4d12a2['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x19d270['name']))),_0x244973(_0x5a0632(0x4f7)));},'onDeleteTable':_0x5013cb,'onResizeWidth':_0xd261ec=>_0x4e8634['setLeftPanelWidth'](_0xd261ec)}),_0x3fd847(_0x242332,{'open':!!_0x138142,'name':_0x62921c,'nameError':_0x341b59(_0x4d12a2,_0x4d57c8(_0x4b0683,_0x62921c[_0x4c1b04(0x542)]())),'mode':_0x200901,'onNameChange':_0x43d61c,'onModeChange':_0x244973,'onCancel':()=>_0x1da652(null),'onConfirm':async()=>{const _0x39689f=_0x4c1b04;let _0x471890=_0x138142,_0x9d9791=_0x62921c[_0x39689f(0x542)](),_0x149c02=_0x200901;!_0x471890||!_0x9d9791||(_0x1da652(null),await _0x2b2dc4(_0x471890,_0x9d9791,_0x149c02));}}),_0x3fd847(_0x1a12c2,{'open':!!_0x171547,'title':_0x4d12a2['t'](_0x4c1b04(0x1bf)),'description':_0x4d12a2['t'](_0x4c1b04(0x6f8)),'onCancel':()=>_0x5013cb(null),'onConfirm':async()=>{let _0x1c231b=_0x171547;_0x5013cb(null),_0x1c231b&&await _0x2f4ee2(_0x1c231b);}})]});}function vf(_0x7704bc){const _0x5d0c8a=_0x5a6880;let {embedId:_0x4c534f,activeView:_0x18d8d9,views:_0x1b8bcc,addViewOpen:_0x40001e,onAddViewOpenChange:_0x2e37a9,onActivateView:_0x780430,onAddView:_0x524fbb,onSetViewAsFirst:_0x1bb756,onMoveView:_0x434267,onRenameView:_0x11f558,onDuplicateView:_0x4b5368,onConfigureView:_0x59d54d,onDeleteView:_0x3f4eb3}=_0x7704bc,_0x2520a2=_0x38c7ab(_0x2d0f78);return _0x3fd847(_0x5d0c8a(0x47e),{'data-u-comp':_0x5d0c8a(0x374),'className':_0x5d0c8a(0x160),'children':_0x3fd847(_0x5360a0,{'className':_0x5d0c8a(0x318),'views':_0x1b8bcc[_0x5d0c8a(0x4ec)](_0x2aba1c=>({'id':_0x2aba1c['id'],'name':_0x2aba1c[_0x5d0c8a(0x6f2)],'type':_0x2aba1c[_0x5d0c8a(0x2e6)]})),'activeViewId':_0x18d8d9['id'],'onActivateView':_0x780430,'onSetViewAsFirst':_0x1bb756,'onMoveView':_0x434267,'onRenameView':_0x11f558,'onDuplicateView':_0x4b5368,'onConfigureView':_0x59d54d,'onDeleteView':_0x3f4eb3,'onAddView':()=>_0x2e37a9(!_0x40001e),'addViewDropdown':{'open':_0x40001e,'onOpenChange':_0x2e37a9,'overlay':_0x3fd847(_0x5d0c8a(0x47e),{'data-u-comp':_0x5d0c8a(0x4b9),'data-embed-id':_0x4c534f,'data-embed-floating-menu-popup':_0x5d0c8a(0x357),'children':_0x3fd847(_0xe2c7e7,{'views':_0x37bd08[_0x5d0c8a(0x4ec)](_0x2bc862=>({..._0x2bc862,'label':_0x2520a2['t'](_0x2bc862['label']),'description':_0x2520a2['t'](_0x2bc862[_0x5d0c8a(0x549)])})),'onCreate':_0x524fbb})})}})});}function yf(_0x20b3ab){const _0x1b358a=_0x5a6880;var _0x4eef95;return(_0x20b3ab==null||(_0x4eef95=_0x20b3ab[_0x1b358a(0x63d)])==null?void 0x0:_0x4eef95['map'](_0x117486=>_0x20b3ab['tables'][_0x117486])['filter'](_0x465c88=>!!_0x465c88))??[];}function bf(_0x36103c,_0x2e3613){const _0x5d0b76=_0x5a6880;return yf(_0x36103c)[_0x5d0b76(0x4ec)](_0x1026c2=>({'id':_0x1026c2['id'],'name':_0x1026c2[_0x5d0b76(0x6f2)],'active':_0x1026c2['id']===_0x2e3613}));}function xf(_0x534cc7,_0xe1dd00){const _0x21b904=_0x5a6880;let _0x1de778=new Set(yf(_0x534cc7)['map'](_0x80d30a=>_0x80d30a['name'])),_0x444ed8=_0x1de778['size']+0x1,_0x17f052=_0xe1dd00(_0x444ed8);for(;_0x1de778[_0x21b904(0x255)](_0x17f052);)_0x444ed8+=0x1,_0x17f052=_0xe1dd00(_0x444ed8);return _0x17f052;}const Sf=_0x5a6880(0x3d5);function Cf(){const _0x21f069=_0x5a6880;return pf({'childType':_0x41e642[_0x21f069(0x421)],'mount':wf});}function wf(_0x170f73){const _0x1f66aa=_0x5a6880;let {root:_0x4dec70,menu:_0x28963c}=ff(_0x170f73),_0xa7e1d7=Ps(_0x28963c),_0x565d27=_0x170f73[_0x1f66aa(0x6a3)][_0x1f66aa(0x2e3)];return _0xa7e1d7[_0x1f66aa(0x4eb)](_0x36e457(Ts,{'injector':_0x565d27,'mountContainer':_0x4dec70,'embedId':_0x170f73[_0x1f66aa(0x256)]},_0x36e457(jf,{'hostUnitId':_0x170f73[_0x1f66aa(0x214)],'embedId':_0x170f73[_0x1f66aa(0x256)],'childUnitId':_0x170f73[_0x1f66aa(0x21e)],'entry':_0x170f73[_0x1f66aa(0x4dc)][_0x1f66aa(0x22f)],'fullscreen':!!_0x170f73[_0x1f66aa(0x234)][_0x1f66aa(0x662)],'usesDomFloatingStage':_0x170f73[_0x1f66aa(0x4dc)][_0x1f66aa(0x22f)]==='sheets-floating-object','renderScopeActive$':_0x170f73[_0x1f66aa(0x234)]['active$']}))),_0xe7ea20(()=>{const _0x5a8e7d=_0x1f66aa;Fs(_0xa7e1d7),globalThis[_0x5a8e7d(0x275)](()=>_0x28963c['remove'](),0x0);});}function Tf(_0x4c0cda){const _0x47c17c=_0x5a6880;return Nc({'embedId':_0x4c0cda[_0x47c17c(0x256)],'active':Ef(_0x4c0cda[_0x47c17c(0x507)],_0x4c0cda[_0x47c17c(0x61f)]),'fullscreen':_0x4c0cda[_0x47c17c(0x662)],'usesDomFloatingStage':_0x4c0cda[_0x47c17c(0x3b9)],'renderScopeActive':_0x4c0cda['renderScopeActive']});}function Ef(_0x2d3ca4,_0x417548){const _0x36cec0=_0x5a6880;return _0x2d3ca4?{'hostUnitId':'','childUnitId':'','embedId':_0x2d3ca4,'stage':_0x417548===_0x36cec0(0x448)||_0x417548==='stage1'?_0x36cec0(0x448):'inactive'}:null;}function Df(_0x4c8a54){return _0x4c8a54;}function Of(_0x56d835){return _0x56d835;}function kf(_0x4414f1){return!_0x4414f1;}function Af(_0x1debf4){const _0x54a607=_0x5a6880;return{[Q]:_0x1debf4,[X]:_0x54a607(0x410)};}function jf(_0x5500a4){const _0x51e471=_0x5a6880;let {hostUnitId:_0x41e449,embedId:_0x1117e0,childUnitId:_0x4f20e8,entry:_0x4ea0bb,fullscreen:_0x2c9ed8,usesDomFloatingStage:_0xa623b7,renderScopeActive$:_0x2a0980}=_0x5500a4,_0xd33942=_0x38c7ab(_0x304c4c),_0x25d6c7=_0x38c7ab(_0x599bd7),_0x458b73=_0x38c7ab(_0x2d0f78),_0x1946f0=_0x38c7ab(_0x4370d3),_0x28d7ce=_0x38c7ab(_0x161839),_0x3792e8=_0x38c7ab(_0x500373),_0x4826f5=_0x38c7ab(_0x3caa34),_0x54b8eb=_0x38c7ab(to),_0x5bcda4=_0xa8c38f(()=>_0x3792e8[_0x51e471(0x5b4)],_0x3792e8[_0x51e471(0x630)](),!0x1,[_0x3792e8]),_0x208651=_0xa8c38f(()=>_0x28d7ce['undoRedoStatus$'],{'undos':0x0,'redos':0x0},!0x1,[_0x28d7ce]),_0x38b1fb=_0xa8c38f(()=>_0x2a0980,!0x1,!0x1,[_0x2a0980]),_0x24964f=_0xa8c38f(()=>_0x54b8eb[_0x51e471(0x22c)],_0x54b8eb[_0x51e471(0x280)](),!0x1,[_0x54b8eb]),_0x349d07=_0x54b8eb['getStage'](_0x1117e0),[_0x475864,_0x57039c]=_0x5790e9(0x0),[_0x3135ba,_0x3a59a3]=_0x5790e9(null),[_0x5c2edb,_0xdc4c75]=_0x5790e9(!0x1),[_0x51524a,_0x5d30ea]=_0x5790e9(null),_0x479637=_0x512a77(null),_0x249d0e=_0x25d6c7[_0x51e471(0x182)](_0x4f20e8,_0x41e642[_0x51e471(0x421)]),_0x3baed5=_0x249d0e==null?void 0x0:_0x249d0e[_0x51e471(0x56f)](),_0x1cab16=If(_0x3baed5,_0x5bcda4['activeTableId']),_0x4a2f88=Lf(_0x1cab16),_0x276a95=Rf(_0x1cab16,_0x5bcda4[_0x51e471(0x1d3)]),_0x6b1545=Tf({'embedId':_0x1117e0,'activeEmbedId':_0x24964f==null?void 0x0:_0x24964f[_0x51e471(0x256)],'stage':_0x349d07,'fullscreen':_0x2c9ed8,'usesDomFloatingStage':_0xa623b7,'renderScopeActive':_0x38b1fb})===_0x51e471(0x448),[_0x4780b1,_0x3a4611]=_0x5790e9(_0x6b1545),_0x4e7026=Df(_0x2c9ed8),_0x2037b3=Of(_0x2c9ed8),_0x2f32f9=kf(_0x2c9ed8),_0x44f851=_0x4e7026?_0x51e471(0x669):_0x51e471(0x4b0);if(_0x4780b1!==_0x6b1545&&(_0x3a4611(_0x6b1545),_0x6b1545||(_0x3a59a3(null),_0xdc4c75(!0x1),_0x5d30ea(null))),_0xb3b79a(()=>{const _0x13290d=_0x51e471;_0x6b1545||(_0x4826f5['closeToolbarPanel'](),_0x4826f5[_0x13290d(0x618)](),_0x4826f5[_0x13290d(0x43b)]());},[_0x6b1545,_0x4826f5]),_0xb3b79a(()=>{const _0x31b891=_0x51e471;if(!_0x3135ba)return;let _0x240e80=_0x59cfea=>{const _0x57285f=_0x1f5b;var _0x404e2e;let _0x315293=_0x59cfea[_0x57285f(0x428)]instanceof Node?_0x59cfea[_0x57285f(0x428)]:null;_0x315293&&(_0x404e2e=_0x479637[_0x57285f(0x5e4)])!=null&&_0x404e2e[_0x57285f(0x651)](_0x315293)||_0x3a59a3(null);},_0x5666e9=_0x41e03d=>{_0x41e03d['key']==='Escape'&&_0x3a59a3(null);};return document['addEventListener'](_0x31b891(0x224),_0x240e80,!0x0),document['addEventListener'](_0x31b891(0x5f3),_0x5666e9,!0x0),()=>{const _0x4f4859=_0x31b891;document['removeEventListener'](_0x4f4859(0x224),_0x240e80,!0x0),document[_0x4f4859(0x568)]('keydown',_0x5666e9,!0x0);};},[_0x3135ba]),!_0x3baed5||!_0x249d0e||!_0x1cab16||!_0x276a95)return null;let _0x1622e2=()=>{const _0x504201=_0x51e471;_0x54b8eb[_0x504201(0x1b1)]({'hostUnitId':_0x41e449,'embedId':_0x1117e0,'childUnitId':_0x4f20e8},_0x504201(0x448));},_0x52d0a8=async(_0x3a7108,_0x50c5f1)=>{_0x1622e2(),await _0xd33942['executeCommand'](_0x4ebd1c['id'],{'type':_0x3a7108,'anchor':Bf(_0x50c5f1['getBoundingClientRect']())});},_0x2f8296=async _0x3e4920=>{_0x1622e2(),await _0xd33942['executeCommand'](_0x1d5b4f['id'],{'tableId':_0x1cab16['id'],'unitId':_0x4f20e8,'viewId':_0x3e4920}),_0x57039c(_0x5da324=>_0x5da324+0x1);},_0x7cb565=async _0x3eb7bc=>{const _0x3ba5df=_0x51e471;_0x1622e2();let _0x4f8910=_0x3ba5df(0x658)+_0x153150(0x6),_0x5c435c=_0x1946f0[_0x3ba5df(0x312)](_0x3eb7bc)[_0x3ba5df(0x377)](_0x1cab16),_0x5ca010=await _0xd33942['executeCommand'](_0x5f53a0['id'],{'unitId':_0x4f20e8,'tableId':_0x1cab16['id'],'view':{'id':_0x4f8910,'tableId':_0x1cab16['id'],'name':_0x217481(_0x458b73,_0x3eb7bc),'type':_0x3eb7bc,'config':_0x5c435c,'fieldOrder':[..._0x1cab16[_0x3ba5df(0x28e)]],'fieldSettings':{}}});_0x3a59a3(null),_0xdc4c75(!0x1),_0x57039c(_0x6e3b0a=>_0x6e3b0a+0x1),_0x5ca010&&await _0x2f8296(_0x4f8910);},_0x414975=async _0x4d7840=>{const _0x43d9e9=_0x51e471;var _0x4b6f6b;let _0xe81914=(_0x4b6f6b=_0x4a2f88[0x0])==null?void 0x0:_0x4b6f6b['id'];!_0xe81914||_0xe81914===_0x4d7840||(_0x1622e2(),await _0xd33942[_0x43d9e9(0x5a4)](_0x4b2028['id'],{'unitId':_0x4f20e8,'tableId':_0x1cab16['id'],'viewId':_0x4d7840,'target':{'beforeViewId':_0xe81914}}),_0x57039c(_0x838c7b=>_0x838c7b+0x1));},_0x44815c=async(_0x2a3084,_0x2330af)=>{const _0x363df3=_0x51e471;_0x1622e2(),await _0xd33942[_0x363df3(0x5a4)](_0x4b2028['id'],{'unitId':_0x4f20e8,'tableId':_0x1cab16['id'],'viewId':_0x2a3084,'target':_0x2330af}),_0x57039c(_0x1cdcc4=>_0x1cdcc4+0x1);},_0xaa3007=async(_0x412416,_0x3d2b1a)=>{const _0x50b1e8=_0x51e471;_0x1622e2(),await _0xd33942[_0x50b1e8(0x5a4)](_0x15f637['id'],{'unitId':_0x4f20e8,'tableId':_0x1cab16['id'],'viewId':_0x412416,'name':_0x3d2b1a}),_0x57039c(_0x4a81dc=>_0x4a81dc+0x1);},_0x58ade8=async _0xde7eff=>{const _0x116d75=_0x51e471;let _0x5c995f=_0x1cab16[_0x116d75(0x352)][_0xde7eff];if(!_0x5c995f)return;_0x1622e2();let _0x58d38b=_0x301e0e(_0x5c995f,_0x1cab16['id'],_0x458b73['t'](_0x116d75(0x4a7))),_0x584344=await _0xd33942[_0x116d75(0x5a4)](_0x5f53a0['id'],{'unitId':_0x4f20e8,'tableId':_0x1cab16['id'],'view':_0x58d38b});_0x57039c(_0x3ed9a1=>_0x3ed9a1+0x1),_0x584344&&await _0x2f8296(_0x58d38b['id']);},_0x5ac106=async()=>{const _0x2efbbb=_0x51e471;var _0x37617e;let _0x1b9458=_0x51524a??_0x276a95['id'];if(_0x4a2f88[_0x2efbbb(0x5dc)]<=0x1){_0x5d30ea(null);return;}let _0x5e2dbc=(_0x37617e=_0x4a2f88[_0x2efbbb(0x5e9)](_0x42071a=>_0x42071a['id']!==_0x1b9458))==null?void 0x0:_0x37617e['id'],_0xeffca8=await _0xd33942[_0x2efbbb(0x5a4)](_0x70708c['id'],{'unitId':_0x4f20e8,'tableId':_0x1cab16['id'],'viewId':_0x1b9458});_0x5d30ea(null),_0x57039c(_0x5b748d=>_0x5b748d+0x1),_0xeffca8&&_0x5e2dbc&&await _0x2f8296(_0x5e2dbc);},_0x2011be=async()=>{const _0x1c2495=_0x51e471;await _0xd33942[_0x1c2495(0x5a4)](_0xb69e7a['id'],{'hostUnitId':_0x41e449,'embedId':_0x1117e0});},_0x746a1c=_0x543016=>{_0x543016['stopPropagation']();},_0x2a3020=_0x3ee56d=>{const _0x278a67=_0x51e471;_0x3ee56d['preventDefault'](),_0x3ee56d[_0x278a67(0x5b2)]();};return _0xe9062d(_0xe89c60,{'children':[_0xe9062d(_0x51e471(0x47e),{'className':_0xc96f2f(_0x51e471(0x505),{'univer-hidden':!_0x6b1545,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-0\x20univer-shadow-none':_0x2c9ed8,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none':!_0x2c9ed8,'-univer-top-12':!_0x2c9ed8&&_0x4ea0bb!=='docs-custom-block','univer-w-full':!_0x2c9ed8,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x2c9ed8&&_0x4ea0bb===_0x51e471(0x506)}),'data-u-comp':_0x51e471(0x643),'data-embed-floating-menu':_0x51e471(0x357),'data-embed-id':_0x1117e0,'data-embed-float-stage':_0x6b1545?'stage2':_0x51e471(0x47a),'data-base-render-version':_0x475864,...Af(_0x1117e0),'onClick':_0x746a1c,'onDoubleClick':_0x746a1c,'onMouseDown':_0x2a3020,'onMouseUp':_0x746a1c,'onPointerDown':_0x2a3020,'onPointerUp':_0x746a1c,'children':[_0x2037b3?_0x3fd847(vf,{'embedId':_0x1117e0,'activeView':_0x276a95,'views':_0x4a2f88,'addViewOpen':_0x5c2edb,'onAddViewOpenChange':_0xdc4c75,'onActivateView':_0x2f8296,'onAddView':_0x7cb565,'onSetViewAsFirst':_0x414975,'onMoveView':_0x44815c,'onRenameView':_0xaa3007,'onDuplicateView':_0x58ade8,'onConfigureView':_0x12c93d=>_0x52d0a8('viewSettings',_0x12c93d),'onDeleteView':_0x5d30ea}):_0x3fd847(_0x51e471(0x47e),{'data-u-comp':'base-embed-view-slot','className':Sf,'children':_0x3fd847(Mf,{'activeView':_0x276a95,'views':_0x4a2f88,'onActivateView':_0x2f8296,'embedId':_0x1117e0,'onAddView':_0x42d853=>{const _0x5c4d45=_0x51e471;_0x1622e2(),_0x3a59a3(_0x42d853[_0x5c4d45(0x4d4)]());},'onConfigureView':_0x283a5a=>_0x52d0a8(_0x51e471(0x306),_0x283a5a),'onDeleteView':()=>_0x5d30ea(_0x276a95['id'])})}),_0x3fd847('div',{'className':_0xc96f2f(_0x51e471(0x6e8),{'univer-min-w-0':_0x2c9ed8,'univer-min-w-max':!_0x2c9ed8}),'children':_0xe9062d('div',{'data-u-comp':_0x51e471(0x4ed),'className':_0xc96f2f('univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1',{'univer-w-full\x20univer-flex-1':_0x2c9ed8,[Sf]:!_0x2c9ed8}),'children':[_0x3fd847(_0x44b7d2,{'iconOnly':!_0x4e7026,'className':_0x44f851,'state':{...Ff(_0x276a95,_0x208651),'searchOpen':_0x5bcda4[_0x51e471(0x27e)][_0x51e471(0x4f0)],'searchQuery':_0x5bcda4[_0x51e471(0x27e)]['query'],'searchActiveIndex':_0x5bcda4[_0x51e471(0x27e)][_0x51e471(0x54e)]},'onAddRecord':_0x370895=>_0x370895&&_0x52d0a8('addRecord',_0x370895),'onCustomizeField':_0x35f345=>_0x52d0a8(_0x51e471(0x5b8),_0x35f345),'onCustomizeKanban':_0x32029f=>_0x52d0a8(_0x51e471(0x553),_0x32029f),'onCustomizeGallery':_0x41de04=>_0x52d0a8('customizeGallery',_0x41de04),'onCalendarEventSettings':_0x1762b9=>_0x52d0a8(_0x51e471(0x293),_0x1762b9),'onCalendarViewSettings':_0x1ddb8b=>_0x52d0a8(_0x51e471(0x4f4),_0x1ddb8b),'onViewSettings':_0x1433f4=>_0x52d0a8(_0x51e471(0x306),_0x1433f4),'onFilter':_0x34b782=>_0x52d0a8(_0x51e471(0x68b),_0x34b782),'onGroup':_0x28215d=>_0x52d0a8(_0x51e471(0x4c5),_0x28215d),'onSort':_0x25cd9d=>_0x52d0a8(_0x51e471(0x3b5),_0x25cd9d),'onRowHeight':_0x1a3700=>_0x52d0a8(_0x51e471(0x6da),_0x1a3700),'onConditionalColoring':_0x5b9281=>_0x52d0a8(_0x51e471(0x179),_0x5b9281),'onUndo':async()=>_0xd33942['executeCommand'](_0xaf0760['id']),'onRedo':async()=>_0xd33942[_0x51e471(0x5a4)](_0x2c3903['id']),'onOpenSearch':()=>_0x3792e8[_0x51e471(0x2f0)](),'onSearchQueryChange':_0x26befd=>_0x3792e8[_0x51e471(0x35e)](_0x26befd),'onSearchPrevious':()=>_0x3792e8[_0x51e471(0x3eb)](Math[_0x51e471(0x168)](0x0,(_0x5bcda4[_0x51e471(0x27e)]['activeIndex']??0x0)-0x1)),'onSearchNext':()=>_0x3792e8[_0x51e471(0x3eb)]((_0x5bcda4[_0x51e471(0x27e)][_0x51e471(0x54e)]??-0x1)+0x1),'onCloseSearch':()=>_0x3792e8['closeSearch']()}),_0x2f32f9?_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x2031f6,{'orientation':_0x51e471(0x502)}),_0x3fd847(zf,{'title':_0x458b73['t']('embed-ui.basesFloating.delete'),'className':'univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x2011be,'children':_0x3fd847(_0x4d0c5f,{})})]}):null]})})]}),_0x3135ba?_0x582db2(_0x3fd847(_0x51e471(0x47e),{'ref':_0x479637,'data-u-comp':_0x51e471(0x44f),'data-embed-id':_0x1117e0,'data-embed-floating-menu-popup':_0x51e471(0x357),'className':_0x51e471(0x61d),'style':Vf(_0x3135ba),'onPointerDown':_0x303679=>_0x303679[_0x51e471(0x5b2)](),'children':_0x3fd847(_0xe2c7e7,{'views':_0x37bd08[_0x51e471(0x4ec)](_0x10ceed=>({..._0x10ceed,'label':_0x458b73['t'](_0x10ceed['label']),'description':_0x458b73['t'](_0x10ceed[_0x51e471(0x549)])})),'onCreate':_0x7cb565})}),_0x2a0025(!0x0)??document[_0x51e471(0x620)]):null,_0x3fd847(_0x1a12c2,{'open':!!_0x51524a,'title':_0x458b73['t'](_0x51e471(0x2b8)),'description':_0x458b73['t'](_0x51e471(0x353)),'onCancel':()=>_0x5d30ea(null),'onConfirm':_0x5ac106}),_0x2c9ed8?_0x3fd847(mf,{'embedId':_0x1117e0,'childUnitId':_0x4f20e8,'base':_0x249d0e,'activeTable':_0x1cab16}):null]});}function Mf(_0x471a03){const _0x43e3a7=_0x5a6880;var _0xc89158;let {embedId:_0x461bbc,activeView:_0x385476,views:_0x3204cd,onActivateView:_0x348dcc,onAddView:_0x333f79,onConfigureView:_0x46e2dc,onDeleteView:_0x539849}=_0x471a03,_0x5785ae=_0x38c7ab(_0x2d0f78),_0xc847af=_0x512a77(null),_0x53b9d5=_0x512a77(null),[_0x206668,_0x1ea5f9]=_0x5790e9(!0x1),_0x4482c6=_0x1d27f5=>{const _0x1f4731=_0x1f5b;_0x1d27f5[_0x1f4731(0x652)](),_0x1d27f5[_0x1f4731(0x5b2)]();},_0x6dec1a=((_0xc89158=_0xc847af[_0x43e3a7(0x5e4)])==null?void 0x0:_0xc89158[_0x43e3a7(0x4d4)]())??null;return _0xb3b79a(()=>{const _0x4978e3=_0x43e3a7;if(!_0x206668)return;let _0x561d23=_0x2b30ae=>{const _0x121803=_0x1f5b;var _0xb3e2f7,_0x1f2134;let _0x2604b1=_0x2b30ae['target']instanceof Node?_0x2b30ae['target']:null;!_0x2604b1||(_0xb3e2f7=_0xc847af[_0x121803(0x5e4)])!=null&&_0xb3e2f7[_0x121803(0x651)](_0x2604b1)||(_0x1f2134=_0x53b9d5['current'])!=null&&_0x1f2134[_0x121803(0x651)](_0x2604b1)||_0x1ea5f9(!0x1);},_0x353fa2=_0x7c604f=>{const _0x4b59c0=_0x1f5b;_0x7c604f[_0x4b59c0(0x37a)]==='Escape'&&_0x1ea5f9(!0x1);};return document[_0x4978e3(0x4e8)](_0x4978e3(0x224),_0x561d23,!0x0),document[_0x4978e3(0x4e8)]('keydown',_0x353fa2,!0x0),()=>{const _0x46160c=_0x4978e3;document[_0x46160c(0x568)](_0x46160c(0x224),_0x561d23,!0x0),document[_0x46160c(0x568)](_0x46160c(0x5f3),_0x353fa2,!0x0);};},[_0x206668]),_0xe9062d(_0xe89c60,{'children':[_0xe9062d(_0x283de6,{'ref':_0xc847af,'type':_0x43e3a7(0x480),'size':'small','variant':_0x43e3a7(0x286),'className':_0x43e3a7(0x298),'title':_0x385476['name'],'aria-label':_0x5785ae['t'](_0x43e3a7(0x340)),'onClick':_0xd1bf9b=>{const _0x378052=_0x43e3a7;_0xd1bf9b[_0x378052(0x5b2)](),_0x1ea5f9(_0x415e84=>!_0x415e84);},'onMouseDown':_0x4482c6,'onPointerDown':_0x4482c6,'children':[_0x3fd847(_0x43e3a7(0x579),{'className':'univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','aria-hidden':_0x43e3a7(0x357),'children':_0x3fd847(_0x263190,{'type':_0x385476[_0x43e3a7(0x2e6)]})}),_0x3fd847(_0x43e3a7(0x579),{'className':_0x43e3a7(0x194),'children':_0x385476[_0x43e3a7(0x6f2)]}),_0x3fd847(_0x183b59,{'className':_0x43e3a7(0x3ee)})]}),_0x206668&&_0x6dec1a?_0x582db2(_0xe9062d(_0x43e3a7(0x47e),{'ref':_0x53b9d5,'data-u-comp':'base-embed-view-panel','data-embed-id':_0x461bbc,'data-embed-floating-menu-popup':'true','className':_0x43e3a7(0x218),'style':Hf(_0x6dec1a),'onClick':_0xad85b4=>_0xad85b4[_0x43e3a7(0x5b2)](),'onMouseDown':_0x4482c6,'onPointerDown':_0x4482c6,'children':[_0x3fd847(_0x43e3a7(0x47e),{'className':_0x43e3a7(0x58b),'children':_0x3204cd['map'](_0x33c15b=>_0x3fd847(_0x283de6,{'type':'button','variant':_0x43e3a7(0x286),'size':'small','className':_0x43e3a7(0x6f7),'onClick':_0x2665b7=>{const _0x46f163=_0x43e3a7;_0x2665b7[_0x46f163(0x5b2)](),_0x348dcc(_0x33c15b['id']),_0x1ea5f9(!0x1);},'children':_0x3fd847(Nf,{'icon':_0x3fd847(_0x263190,{'type':_0x33c15b[_0x43e3a7(0x2e6)]}),'label':_0x33c15b[_0x43e3a7(0x6f2)],'trailing':_0x33c15b['id']===_0x385476['id']?_0x3fd847(_0x43e3a7(0x579),{'className':_0x43e3a7(0x27a)}):null})},_0x33c15b['id']))}),_0x3fd847(_0x2031f6,{}),_0x3fd847(Pf,{'icon':_0x3fd847(_0x469784,{}),'label':_0x5785ae['t']('embed-ui.basesFloating.viewSettings.addView'),'onClick':()=>{const _0x150f10=_0x43e3a7;let _0x5aeae6=_0xc847af[_0x150f10(0x5e4)];_0x5aeae6&&_0x333f79(_0x5aeae6),_0x1ea5f9(!0x1);}}),_0x3fd847(Pf,{'icon':_0x3fd847(_0x17eb2c,{}),'label':_0x5785ae['t'](_0x43e3a7(0x18e)),'onClick':()=>{const _0x1cf7c4=_0x43e3a7;let _0x5f00e9=_0xc847af[_0x1cf7c4(0x5e4)];_0x5f00e9&&_0x46e2dc(_0x5f00e9),_0x1ea5f9(!0x1);}}),_0x3fd847(Pf,{'danger':!0x0,'disabled':_0x3204cd[_0x43e3a7(0x5dc)]<=0x1,'icon':_0x3fd847(_0x4d0c5f,{}),'label':_0x5785ae['t'](_0x43e3a7(0x5ee)),'onClick':()=>{_0x539849(),_0x1ea5f9(!0x1);}})]}),_0x2a0025(!0x0)??document[_0x43e3a7(0x620)]):null]});}function Nf(_0x3241bf){const _0x47f38d=_0x5a6880;let {icon:_0x2b51b2,label:_0x2b99e1,trailing:_0x24c8a9}=_0x3241bf;return _0xe9062d(_0x47f38d(0x579),{'className':_0x47f38d(0x5f5),'children':[_0x3fd847('span',{'className':'univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','aria-hidden':_0x47f38d(0x357),'children':_0x2b51b2}),_0x3fd847(_0x47f38d(0x579),{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x2b99e1}),_0x3fd847(_0x47f38d(0x579),{'className':_0x47f38d(0x5c1),'children':_0x24c8a9})]});}function Pf(_0x3f0df6){const _0x3df942=_0x5a6880;let {danger:_0x1d8751,disabled:_0x27318f,icon:_0x43f356,label:_0x7e119,onClick:_0x438b65}=_0x3f0df6;return _0x3fd847(_0x283de6,{'type':_0x3df942(0x480),'variant':_0x3df942(0x286),'size':_0x3df942(0x19e),'disabled':_0x27318f,'className':_0xc96f2f(_0x3df942(0x6f7),_0x1d8751&&_0x3df942(0x6d0)),'onClick':_0x4d4e5e=>{const _0x42ea1c=_0x3df942;_0x4d4e5e[_0x42ea1c(0x5b2)](),_0x438b65();},'children':_0x3fd847(Nf,{'icon':_0x43f356,'label':_0x7e119})});}function Ff(_0x11c906,_0x45fa3f={}){const _0x10fc85=_0x5a6880;var _0x341a27,_0x5d1940,_0x457c06;let _0x534cd2=_0x11c906['config']??{},_0xed14d8=_0x534cd2[_0x10fc85(0x179)],_0x5e5679=Array[_0x10fc85(0x50e)](_0xed14d8==null?void 0x0:_0xed14d8['rules'])?_0xed14d8['rules']['length']:0x0;return{'viewType':_0x11c906['type'],'filterCount':((_0x341a27=_0x11c906[_0x10fc85(0x68b)])==null||(_0x341a27=_0x341a27[_0x10fc85(0x1dd)])==null?void 0x0:_0x341a27[_0x10fc85(0x5dc)])??0x0,'groupCount':((_0x5d1940=_0x11c906[_0x10fc85(0x4c5)])==null?void 0x0:_0x5d1940[_0x10fc85(0x5dc)])??0x0,'sortCount':((_0x457c06=_0x11c906[_0x10fc85(0x3b5)])==null?void 0x0:_0x457c06[_0x10fc85(0x5dc)])??0x0,'rowHeightActive':!!(_0x534cd2[_0x10fc85(0x6da)]&&_0x534cd2[_0x10fc85(0x6da)]!==_0x10fc85(0x162)),'conditionalColoringActive':_0x5e5679>0x0,'conditionalColoringCount':_0x5e5679,'canUndo':(_0x45fa3f[_0x10fc85(0x5be)]??0x0)>0x0,'canRedo':(_0x45fa3f[_0x10fc85(0x2e5)]??0x0)>0x0};}function If(_0x4889b2,_0x29774f){if(_0x4889b2)return(_0x29774f?_0x4889b2['tables'][_0x29774f]:void 0x0)??yf(_0x4889b2)[0x0];}function Lf(_0x3294e4){const _0x3c46a9=_0x5a6880;var _0xd57ecd;return(_0x3294e4==null||(_0xd57ecd=_0x3294e4[_0x3c46a9(0x3ae)])==null?void 0x0:_0xd57ecd[_0x3c46a9(0x4ec)](_0x16b24c=>_0x3294e4[_0x3c46a9(0x352)][_0x16b24c])[_0x3c46a9(0x68b)](_0x2e7880=>!!_0x2e7880))??[];}function Rf(_0x52f678,_0x32b86){const _0x557ffc=_0x5a6880;if(_0x52f678)return(_0x32b86?_0x52f678[_0x557ffc(0x352)][_0x32b86]:void 0x0)??Lf(_0x52f678)[0x0];}function zf(_0x3996cf){const _0x4cf84f=_0x5a6880;let {children:_0x4619c9,title:_0x1e52e7,className:_0x314ce2,onClick:_0x16d55b}=_0x3996cf;return _0x3fd847(_0x283de6,{'type':_0x4cf84f(0x480),'size':_0x4cf84f(0x19e),'variant':'ghost','className':_0xc96f2f(_0x4cf84f(0x54c),_0x314ce2),'title':_0x1e52e7,'aria-label':_0x1e52e7,'onClick':_0x1f90f6=>_0x16d55b(_0x1f90f6[_0x4cf84f(0x19d)]),'children':_0x4619c9});}function Bf(_0xd73eb8){const _0x209c6a=_0x5a6880;return{'x':_0xd73eb8['x'],'y':_0xd73eb8['y'],'width':_0xd73eb8[_0x209c6a(0x5ae)],'height':_0xd73eb8[_0x209c6a(0x3f3)]};}function Vf(_0x16bb38){const _0x4233c6=_0x5a6880;let _0x3f63a7=_0x4c9843(_0x16bb38,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x3f63a7[_0x4233c6(0x547)],'left':_0x3f63a7[_0x4233c6(0x21d)],'maxHeight':_0x3f63a7[_0x4233c6(0x3d1)]};}function Hf(_0x3968e7){const _0x2a4171=_0x5a6880;let _0x58f7d5=_0x4c9843({'left':_0x3968e7[_0x2a4171(0x6c6)]-0xd0,'right':_0x3968e7[_0x2a4171(0x6c6)],'top':_0x3968e7[_0x2a4171(0x547)],'bottom':_0x3968e7['bottom'],'width':0xd0,'height':_0x3968e7['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x58f7d5[_0x2a4171(0x547)],'left':_0x58f7d5[_0x2a4171(0x21d)],'maxHeight':_0x58f7d5[_0x2a4171(0x3d1)]};}function Uf(_0xfd5e00){const _0x76cad3=_0x5a6880;ud(_0xfd5e00,_0x76cad3(0x43f),Wf);}function Wf(_0x4dad02){const _0x396c9e=_0x5a6880;_0x4dad02[_0x396c9e(0x255)](_0xe3449d)||_0x4dad02[_0x396c9e(0x25c)]([_0xe3449d]),_0x4dad02[_0x396c9e(0x255)](_0x58e7cc)||_0x4dad02[_0x396c9e(0x25c)]([_0x58e7cc,{'useFactory':()=>_0x4dad02[_0x396c9e(0x312)](no)}]),_0x4dad02[_0x396c9e(0x255)](_0x46699c)||_0x4dad02[_0x396c9e(0x25c)]([_0x46699c,{'useFactory':()=>_0x4dad02['get'](to)}]),_0x4dad02[_0x396c9e(0x255)](_0x348e54)||_0x4dad02[_0x396c9e(0x25c)]([_0x348e54,{'useFactory':()=>_0x4dad02[_0x396c9e(0x312)](dl)}]),_0x4dad02[_0x396c9e(0x255)](_0x1b0cce)||_0x4dad02['add']([_0x1b0cce,{'useFactory':()=>_0x4dad02[_0x396c9e(0x312)](Z)}]),_0x4dad02[_0x396c9e(0x255)](_0x124d36)||_0x4dad02[_0x396c9e(0x25c)]([_0x124d36,{'useFactory':()=>Kf({'embedModelService':_0x4dad02['get'](_0x2846c0),'restoreService':_0x4dad02['get'](fl),'mountService':_0x4dad02[_0x396c9e(0x312)](xs),'activationService':_0x4dad02['get'](ws)})}]);let _0x405749=_0x4dad02[_0x396c9e(0x312)](_0x409284),_0x2b6259=_0x4dad02['get'](as),_0x43a63c=_0x4dad02[_0x396c9e(0x312)](rs),_0x19e606=_0x4dad02[_0x396c9e(0x312)](eo),_0x130fd3=_0x4dad02['get'](is),_0x1bbf81=_0x4dad02[_0x396c9e(0x312)](ul),_0x57279d=_0x4dad02['get'](yl),_0x1da406=jd(_0x4dad02[_0x396c9e(0x255)](_0x23070b)?_0x4dad02[_0x396c9e(0x312)](_0x23070b):void 0x0,_0x4dad02['has'](_0x599bd7)?_0x4dad02[_0x396c9e(0x312)](_0x599bd7):void 0x0,()=>_0x4dad02[_0x396c9e(0x255)](_0x500373)?_0x4dad02[_0x396c9e(0x312)](_0x500373):void 0x0);_0x405749[_0x396c9e(0x312)](_0x1da406[_0x396c9e(0x3c7)],_0x1da406[_0x396c9e(0x22f)])||_0x405749[_0x396c9e(0x3f2)](_0x1da406);let _0x52e3b6=Md();_0x2b6259['get'](_0x52e3b6[_0x396c9e(0x3c7)],_0x52e3b6[_0x396c9e(0x22f)])||_0x2b6259[_0x396c9e(0x3f2)](_0x52e3b6);let _0x5c1961=Hd(_0x4dad02['get'](_0x304c4c),_0x4dad02['get'](_0xe3449d));_0x43a63c[_0x396c9e(0x312)](_0x5c1961[_0x396c9e(0x2c2)])||_0x43a63c[_0x396c9e(0x3f2)](_0x5c1961);let _0x14bf53=bd();_0x19e606[_0x396c9e(0x312)](_0x14bf53[_0x396c9e(0x2c2)])||_0x19e606['register'](_0x14bf53),Cf()[_0x396c9e(0x68e)](_0x5338d7=>{const _0x3ff758=_0x396c9e;_0x130fd3['hasExact'](_0x5338d7[_0x3ff758(0x3c7)],_0x5338d7[_0x3ff758(0x22f)],_0x5338d7['childType'])||_0x130fd3['register'](_0x5338d7);}),_0x1bbf81[_0x396c9e(0x41a)](Ku(_0x4dad02,{'childType':_0x41e642[_0x396c9e(0x421)],'renderManagerService':_0x1c99aa})),Gf(_0x4dad02),_0x57279d[_0x396c9e(0x312)](_0x41e642['UNIVER_BASE'])||_0x57279d[_0x396c9e(0x3f2)](Rd(_0x4dad02));}function Gf(_0x137d1e){const _0x325f2b=_0x5a6880;let _0x2bd0cd=_0x137d1e[_0x325f2b(0x312)](Uu);_0x2bd0cd['get'](_0x41e642[_0x325f2b(0x421)])||!_0x137d1e['has'](_0x500373)||!_0x137d1e[_0x325f2b(0x255)](_0x1ab550)||!_0x137d1e[_0x325f2b(0x255)](_0x120e62)||_0x2bd0cd[_0x325f2b(0x3f2)](_0x137d1e[_0x325f2b(0x554)](xd));}function Kf(_0x36d8de){return{'mountTableList':async _0x43cb08=>{const _0x558cb1=_0x1f5b;let _0x21f7e6=_0x36d8de[_0x558cb1(0x1b4)][_0x558cb1(0x42a)](_0x43cb08[_0x558cb1(0x68c)],_0x43cb08['embedId']);if(!_0x21f7e6&&_0x43cb08[_0x558cb1(0x21e)]&&(_0x21f7e6={'embedId':_0x43cb08[_0x558cb1(0x256)],'hostUnitId':_0x43cb08[_0x558cb1(0x68c)],'hostType':_0x41e642['UNIVER_BASE'],'entry':_0x558cb1(0x49e),'hostAnchorId':_0x43cb08[_0x558cb1(0x6a1)],'childUnitId':_0x43cb08['childUnitId'],'childType':_0x43cb08[_0x558cb1(0x2c2)],'source':{'unitType':_0x43cb08[_0x558cb1(0x2c2)],'ref':{'file':{'kind':_0x905c98[_0x558cb1(0x4de)]},'unit':{'selector':_0x43cb08[_0x558cb1(0x21e)],'type':_0x328433(_0x43cb08[_0x558cb1(0x2c2)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x558cb1(0x2b3),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x21f7e6||_0x21f7e6[_0x558cb1(0x6a1)]!==_0x43cb08['hostAnchorId'])&&((!_0x21f7e6[_0x558cb1(0x21e)]||_0x21f7e6[_0x558cb1(0x2c2)]==null)&&(_0x21f7e6=await _0x36d8de[_0x558cb1(0x4f6)][_0x558cb1(0x499)]({'descriptor':_0x21f7e6})),!(!_0x21f7e6[_0x558cb1(0x21e)]||_0x21f7e6[_0x558cb1(0x2c2)]==null)))return _0x36d8de[_0x558cb1(0x6c3)][_0x558cb1(0x5e6)](_0x21f7e6),_0x36d8de[_0x558cb1(0x69a)][_0x558cb1(0x452)](_0x21f7e6),_0xe7ea20(()=>{const _0x12cf4e=_0x558cb1;_0x36d8de[_0x12cf4e(0x69a)][_0x12cf4e(0x4b8)](_0x43cb08['embedId']),_0x36d8de['mountService'][_0x12cf4e(0x435)](_0x43cb08[_0x12cf4e(0x256)]);});}};}let qf=class extends _0x4d6d42{constructor(_0x4102c4,_0x167239,_0x473108,_0xda115b,_0x2f6dec,_0x6afbc4,_0x3eec18,_0xbfadd2){const _0x3bc966=_0x5a6880;if(super(),this[_0x3bc966(0x456)]=_0x4102c4,this[_0x3bc966(0x4b2)]=_0x167239,this[_0x3bc966(0x4d0)]=_0x473108,this[_0x3bc966(0x473)]=_0xda115b,this['_boardElementStateService']=_0x2f6dec,this[_0x3bc966(0x60d)]=_0x6afbc4,this[_0x3bc966(0x512)]=_0x3eec18,this[_0x3bc966(0x244)]=_0xbfadd2,Y(this,_0x3bc966(0x2ef),new Map()),Y(this,_0x3bc966(0x6f6),void 0x0),Y(this,_0x3bc966(0x58a),_0x244b2d=>{const _0x4a543f=_0x3bc966;var _0x53aff1,_0x24cf4d;let _0x217925=(_0x53aff1=(_0x24cf4d=this[_0x4a543f(0x456)][_0x4a543f(0x4be)])[_0x4a543f(0x1e8)])==null?void 0x0:_0x53aff1[_0x4a543f(0x380)](_0x24cf4d);return _0x217925?(_0x217925[_0x4a543f(0x5c9)](new WheelEvent(_0x4a543f(0x455),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x244b2d[_0x4a543f(0x577)],'clientY':_0x244b2d['clientY'],'ctrlKey':_0x244b2d['ctrlKey'],'deltaMode':_0x244b2d[_0x4a543f(0x396)],'deltaX':_0x244b2d['deltaX'],'deltaY':_0x244b2d[_0x4a543f(0x223)],'deltaZ':_0x244b2d[_0x4a543f(0x261)],'metaKey':_0x244b2d[_0x4a543f(0x2a5)],'shiftKey':_0x244b2d[_0x4a543f(0x31c)]})),!0x0):!0x1;}),Y(this,'_resolveHostWheelGestureRoot',_0x5db070=>{const _0x45d98d=_0x3bc966;var _0x546553,_0x4af800;let _0x4475fe=(_0x546553=(_0x4af800=this['_context'][_0x45d98d(0x4be)])[_0x45d98d(0x1e8)])==null?void 0x0:_0x546553[_0x45d98d(0x380)](_0x4af800);if(!_0x4475fe)return null;let _0xa8d7=_0x5db070;for(;_0xa8d7&&!_0xa8d7['contains'](_0x4475fe);)_0xa8d7=_0xa8d7['parentElement'];return _0xa8d7;}),Promise['resolve']()[_0x3bc966(0x453)](()=>this[_0x3bc966(0x195)]()),typeof document<'u'){let _0x4b0cbd=_0xb594cf=>this[_0x3bc966(0x4da)](_0xb594cf);document[_0x3bc966(0x4e8)](Ql,_0x4b0cbd),this['disposeWithMe'](_0xe7ea20(()=>document['removeEventListener'](Ql,_0x4b0cbd)));}this['disposeWithMe'](this[_0x3bc966(0x244)][_0x3bc966(0x6f1)](_0x5aa50d=>{const _0x4398f9=_0x3bc966;(_0x5aa50d['id']===_0x44c2f6['id']||_0x5aa50d['id']===_0xb69e7a['id']||_0x5aa50d['id']===_0x55e731['id']||_0x5aa50d['id']===_0x3fa6fc['id'])&&this[_0x4398f9(0x195)]();})),[this['_boardElementService'][_0x3bc966(0x51c)],this[_0x3bc966(0x473)][_0x3bc966(0x5c2)],this['_boardElementService'][_0x3bc966(0x5a7)]][_0x3bc966(0x68e)](_0x4ee45a=>{const _0x47e9e6=_0x3bc966;let _0xcee0f5=_0x4ee45a[_0x47e9e6(0x1d7)](_0x3003bd=>{const _0x39d852=_0x47e9e6;_0x3003bd[_0x39d852(0x4c0)](_0x1fc056=>_0x1fc056[_0x39d852(0x42e)]===this[_0x39d852(0x456)]['unitId'])&&this['_sync']();});this[_0x47e9e6(0x2f4)](_0xe7ea20(()=>_0xcee0f5['unsubscribe']()));});}[_0x5a6880(0x526)](){const _0x4b23a4=_0x5a6880;var _0x4776d7;(_0x4776d7=this[_0x4b23a4(0x6f6)])==null||_0x4776d7['call'](this),this[_0x4b23a4(0x6f6)]=void 0x0,this['_items'][_0x4b23a4(0x68e)](_0x5e4ca9=>_0x5e4ca9[_0x4b23a4(0x526)]()),this[_0x4b23a4(0x2ef)][_0x4b23a4(0x5b5)](),super[_0x4b23a4(0x526)]();}[_0x5a6880(0x195)](){const _0x1f0e32=_0x5a6880;let _0x47c9e3=this[_0x1f0e32(0x456)][_0x1f0e32(0x42e)];if(this[_0x1f0e32(0x4b2)][_0x1f0e32(0x65d)](_0x47c9e3)[_0x1f0e32(0x5dc)]>0x0){this[_0x1f0e32(0x311)]();return;}let _0x3871a1=this[_0x1f0e32(0x473)][_0x1f0e32(0x277)](_0x47c9e3),_0xb1ea03=new Set();this['_embedModelService'][_0x1f0e32(0x1a3)](_0x47c9e3)['filter'](_0x5543b4=>_0x5543b4['entry']===_0x353ff3[_0x1f0e32(0x566)])[_0x1f0e32(0x68e)](_0x4b527e=>{const _0x359290=_0x1f0e32;let _0x5e5703=Object[_0x359290(0x21c)](_0x3871a1)[_0x359290(0x5e9)](_0x7e0e30=>{var _0x1bb4db;return _0x1ba1bb((_0x1bb4db=_0x7e0e30['data'][_0x4b527e['hostAnchorId']])==null?void 0x0:_0x1bb4db['element']);}),_0x3afa91=_0x5e5703==null?void 0x0:_0x5e5703['data'][_0x4b527e['hostAnchorId']],_0x4994be=_0x3afa91==null?void 0x0:_0x3afa91[_0x359290(0x6e9)];if(!_0x5e5703||!_0x3afa91||!_0x1ba1bb(_0x4994be))return;let _0x173868=_0x10b47a(_0x4994be),_0x46a8df=this[_0x359290(0x668)](_0x4b527e['hostAnchorId']);_0xb1ea03['add'](_0x46a8df);let _0x3bb1ef={'left':_0x4994be[_0x359290(0x5e5)][_0x359290(0x21d)]??0x0,'top':_0x4994be[_0x359290(0x5e5)][_0x359290(0x547)]??0x0,'width':_0x4994be[_0x359290(0x5e5)][_0x359290(0x5ae)]??0x230,'height':_0x4994be[_0x359290(0x5e5)]['height']??0x168},_0x4c040c=()=>_0x36e457(yu,{'data':{'version':0x1,'embedId':_0x4b527e[_0x359290(0x256)],'hostUnitId':_0x47c9e3,'hostAnchorId':_0x4b527e[_0x359290(0x6a1)],'childUnitId':_0x4b527e[_0x359290(0x21e)]??(_0x173868==null?void 0x0:_0x173868['childUnitId']),'childType':_0x4b527e[_0x359290(0x2c2)]??(_0x173868==null?void 0x0:_0x173868[_0x359290(0x2c2)])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x359290(0x58a)],'resolveHostWheelGestureRoot':this[_0x359290(0x55b)],'onRuntimeStageEnter':_0x15af3f=>this[_0x359290(0x49a)](_0x15af3f!=='stage2',_0x3afa91[_0x359290(0x3cd)],_0x4b527e[_0x359290(0x6a1)])});this[_0x359290(0x2ef)][_0x359290(0x255)](_0x46a8df)?this[_0x359290(0x4d0)]['updateItem'](_0x46a8df,{'rect':_0x3bb1ef,'content':_0x4c040c}):this[_0x359290(0x2ef)]['set'](_0x46a8df,this['_domLayerService']['registerItem']({'id':_0x46a8df,'unitId':_0x47c9e3,'subUnitId':_0x3afa91[_0x359290(0x3cd)],'elementId':_0x4b527e[_0x359290(0x6a1)],'rect':_0x3bb1ef,'content':_0x4c040c,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x1f0e32(0x2ef)][_0x1f0e32(0x68e)]((_0x3b5522,_0x220f1d)=>{const _0x222430=_0x1f0e32;_0xb1ea03[_0x222430(0x255)](_0x220f1d)||(_0x3b5522['dispose'](),this[_0x222430(0x2ef)][_0x222430(0x556)](_0x220f1d));});}[_0x5a6880(0x668)](_0x8b38df){const _0xeb5a41=_0x5a6880;return'board-embed:'+this[_0xeb5a41(0x456)][_0xeb5a41(0x42e)]+':'+_0x8b38df;}[_0x5a6880(0x337)](_0x44e953,_0x201669){const _0x37907c=_0x5a6880;this[_0x37907c(0x254)]['selectElements']({'unitId':this[_0x37907c(0x456)][_0x37907c(0x42e)],'subUnitId':_0x44e953},[_0x201669],_0x201669);}[_0x5a6880(0x49a)](_0x54b61b,_0x3d5992,_0x364dff){const _0x34d08d=_0x5a6880;if(_0x54b61b){this[_0x34d08d(0x337)](_0x3d5992,_0x364dff);return;}this['_boardElementStateService'][_0x34d08d(0x698)]();}[_0x5a6880(0x4da)](_0x237645){const _0xe25a4=_0x5a6880;var _0x5221fe,_0x389c01,_0x2ceb6f,_0xed671d;let _0x226989=_0x237645[_0xe25a4(0x665)];if(!_0x226989||_0x226989[_0xe25a4(0x214)]!==this[_0xe25a4(0x456)][_0xe25a4(0x42e)])return;let _0x181026=this[_0xe25a4(0x473)][_0xe25a4(0x277)](this[_0xe25a4(0x456)][_0xe25a4(0x42e)]),_0x2879bc=Object['values'](_0x181026)[_0xe25a4(0x5e9)](_0x101cc3=>_0x101cc3['data'][_0x226989['hostAnchorId']]),_0x585398=_0x2879bc==null?void 0x0:_0x2879bc[_0xe25a4(0x55f)][_0x226989[_0xe25a4(0x6a1)]];if(!_0x2879bc||!_0x585398||!_0x1ba1bb(_0x585398[_0xe25a4(0x6e9)])||((_0x5221fe=_0x10b47a(_0x585398[_0xe25a4(0x6e9)]))==null?void 0x0:_0x5221fe[_0xe25a4(0x256)])!==_0x226989[_0xe25a4(0x256)])return;let _0x3531e9=(_0x389c01=(_0x2ceb6f=this[_0xe25a4(0x456)][_0xe25a4(0x4be)])['getCanvasElement'])==null?void 0x0:_0x389c01['call'](_0x2ceb6f);if(!_0x3531e9)return;(_0xed671d=this[_0xe25a4(0x6f6)])==null||_0xed671d[_0xe25a4(0x380)](this),this[_0xe25a4(0x337)](_0x585398[_0xe25a4(0x3cd)],_0x226989['hostAnchorId']),this[_0xe25a4(0x49a)](!0x1,_0x585398['subUnitId'],_0x226989[_0xe25a4(0x6a1)]);let _0x1ea041=_0x585398['element'],_0x355486=_0x1ea041[_0xe25a4(0x5e5)]['left']??0x0,_0x5e7bbc=_0x1ea041[_0xe25a4(0x5e5)][_0xe25a4(0x547)]??0x0,_0x4e07e5=this[_0xe25a4(0x60d)][_0xe25a4(0x630)](),_0x297add=_0x13c0e7(this[_0xe25a4(0x512)][_0xe25a4(0x1c0)](_0x51738f)??void 0x0),_0x463d90=_0x139329(_0x3531e9,_0x226989[_0xe25a4(0x577)],_0x226989[_0xe25a4(0x1df)],{'zoomRatio':_0x4e07e5[_0xe25a4(0x676)],'panOffset':_0x4e07e5[_0xe25a4(0x649)]},_0x297add),_0x579308=document[_0xe25a4(0x479)]??window,_0x234ab9=(_0xc6cd6d,_0x2c24d7)=>{const _0x583df4=_0xe25a4;let _0x260040=this[_0x583df4(0x60d)][_0x583df4(0x630)](),_0x5eb4b8=_0x139329(_0x3531e9,_0xc6cd6d,_0x2c24d7,{'zoomRatio':_0x260040['zoomRatio'],'panOffset':_0x260040[_0x583df4(0x649)]},_0x297add);return{'left':_0x355486+_0x5eb4b8['x']-_0x463d90['x'],'top':_0x5e7bbc+_0x5eb4b8['y']-_0x463d90['y']};},_0x12aaae=(_0x2c6439,_0x54ad49)=>{const _0x5b3594=_0xe25a4;let _0x17acdc=_0x234ab9(_0x2c6439,_0x54ad49);return this[_0x5b3594(0x4d0)][_0x5b3594(0x441)](this[_0x5b3594(0x668)](_0x226989['hostAnchorId']),{'rect':{..._0x17acdc,'width':_0x1ea041[_0x5b3594(0x5e5)][_0x5b3594(0x5ae)]??0x230,'height':_0x1ea041[_0x5b3594(0x5e5)][_0x5b3594(0x3f3)]??0x168}}),_0x17acdc;},_0xc224ff=_0x124857=>_0x226989[_0xe25a4(0x624)]==null||_0x124857[_0xe25a4(0x624)]===_0x226989[_0xe25a4(0x624)],_0x403253=()=>{},_0x33a8a4=_0x3bd780=>{const _0x309854=_0xe25a4;_0xc224ff(_0x3bd780)&&(_0x3bd780[_0x309854(0x652)](),_0x12aaae(_0x3bd780[_0x309854(0x577)],_0x3bd780[_0x309854(0x1df)]));},_0x147aa2=async _0x1573be=>{const _0x14b10f=_0xe25a4;if(!_0xc224ff(_0x1573be))return;_0x403253(),_0x1573be[_0x14b10f(0x652)]();let _0x51059c=_0x12aaae(_0x1573be['clientX'],_0x1573be['clientY']);await this[_0x14b10f(0x244)][_0x14b10f(0x5a4)](_0x939d38['id'],{'unitId':this[_0x14b10f(0x456)]['unitId'],'subUnitId':_0x585398[_0x14b10f(0x3cd)],'elementId':_0x226989['hostAnchorId'],'element':_0x1ea041,'transform':{..._0x585398[_0x14b10f(0x5e5)],..._0x51059c}})[_0x14b10f(0x36e)](()=>{const _0x1272a2=_0x14b10f;this[_0x1272a2(0x195)](),this[_0x1272a2(0x49a)](!0x0,_0x585398[_0x1272a2(0x3cd)],_0x226989[_0x1272a2(0x6a1)]);});},_0x2a63e0=_0x1d96e6=>{const _0x5c9f4a=_0xe25a4;_0xc224ff(_0x1d96e6)&&(_0x403253(),this['_sync'](),this['_setAnchorTransformerVisible'](!0x0,_0x585398['subUnitId'],_0x226989[_0x5c9f4a(0x6a1)]));};_0x403253=()=>{const _0x5523df=_0xe25a4;_0x579308[_0x5523df(0x568)](_0x5523df(0x588),_0x33a8a4),_0x579308[_0x5523df(0x568)](_0x5523df(0x528),_0x147aa2),_0x579308[_0x5523df(0x568)](_0x5523df(0x237),_0x2a63e0),this[_0x5523df(0x6f6)]===_0x403253&&(this[_0x5523df(0x6f6)]=void 0x0);},_0x579308[_0xe25a4(0x4e8)]('pointermove',_0x33a8a4),_0x579308[_0xe25a4(0x4e8)](_0xe25a4(0x528),_0x147aa2),_0x579308[_0xe25a4(0x4e8)]('pointercancel',_0x2a63e0),this['_activeDragCleanup']=_0x403253;}[_0x5a6880(0x311)](){const _0x11052a=_0x5a6880;this[_0x11052a(0x2ef)][_0x11052a(0x68e)](_0x1d18ac=>_0x1d18ac[_0x11052a(0x526)]()),this['_items']['clear']();}};qf=vs([$(0x1,_0x5f0e9f(_0x2846c0)),$(0x2,_0x5f0e9f(_0x3de61a)),$(0x3,_0x5f0e9f(_0x383c47)),$(0x4,_0x5f0e9f(_0x44008e)),$(0x5,_0x5f0e9f(_0x3eff1b)),$(0x6,_0x354cde),$(0x7,_0x304c4c)],qf);function Jf(){const _0x120775=_0x5a6880;return{...gd({'childType':_0x41e642[_0x120775(0x699)],'productName':_0x120775(0x677),'hostChromeMode':_0x120775(0x188)}),'presentationPolicy':{'getChromeCss':()=>_0x120775(0x2fb)}};}function Yf(){const _0x3dcce1=_0x5a6880;return{'hostType':_0x41e642[_0x3dcce1(0x699)],'entry':_0x353ff3[_0x3dcce1(0x566)],'layout':_0x3dcce1(0x6fe),'supportedLayouts':[_0x3dcce1(0x6fe),'doc-width-scale',_0x3dcce1(0x4fe)],'menuBehavior':_0x3dcce1(0x3d4)};}function Xf(){const _0x2ee3c6=_0x5a6880;return{'childType':_0x41e642[_0x2ee3c6(0x699)],'handleWheel':_0xd47564=>{const _0x167b32=_0x2ee3c6;let _0x30bea4=_0xd47564[_0x167b32(0x6a3)]['injector'];if(!(_0x30bea4!=null&&_0x30bea4['has'](_0x3eff1b)))return!0x1;let _0x1430f6=(_0xd47564[_0x167b32(0x6a3)][_0x167b32(0x631)][_0x167b32(0x6c1)][_0x167b32(0x635)](_0x167b32(0x44c))??_0xd47564[_0x167b32(0x6a3)][_0x167b32(0x631)][_0x167b32(0x6c1)])[_0x167b32(0x4d4)](),_0x84fe60=_0x13c0e7(_0x30bea4['has'](_0x354cde)?_0x30bea4[_0x167b32(0x312)](_0x354cde)[_0x167b32(0x1c0)](_0x51738f):void 0x0),_0x431d2b=_0x1a1d91({'event':_0xd47564[_0x167b32(0x1d4)],'interactionConfig':_0x84fe60,'viewportRect':_0x1430f6});if(_0x431d2b[_0x167b32(0x2e6)]===_0x167b32(0x188))return!0x1;let _0x502aa4=_0x30bea4[_0x167b32(0x312)](_0x3eff1b);return _0x431d2b[_0x167b32(0x2e6)]==='pan'?_0x502aa4[_0x167b32(0x326)](_0x431d2b[_0x167b32(0x1cc)]):_0x502aa4['setZoomRatioAtViewportPoint'](_0x502aa4[_0x167b32(0x630)]()[_0x167b32(0x676)]*_0x431d2b['zoomFactor'],_0x431d2b[_0x167b32(0x681)]),!0x0;}};}function Zf(_0x413a74){const _0x38a98d=_0x5a6880;return{'childType':_0x41e642['UNIVER_BOARD'],'supportedLayouts':['content-bounds-fit',_0x38a98d(0x2f2),_0x38a98d(0x6fe)],'scopedDependencies':_0x134ff7[_0x38a98d(0x6d5)](_0x413a74),'beforeDeactivate':Qf,'mount':$f};}function Qf(_0x37438a){const _0x45506b=_0x5a6880;let _0x211452=_0x37438a['runtimeScope'][_0x45506b(0x2e3)];if(_0x211452['has'](_0x5b828c)&&_0x211452[_0x45506b(0x312)](_0x5b828c)[_0x45506b(0x395)](),_0x211452[_0x45506b(0x255)](_0x39cd24)&&_0x211452[_0x45506b(0x312)](_0x39cd24)[_0x45506b(0x45b)](),_0x211452[_0x45506b(0x255)](_0x44008e)){let _0x2ac41b=_0x211452[_0x45506b(0x312)](_0x44008e);_0x2ac41b['clearActiveEditing'](),_0x2ac41b[_0x45506b(0x698)]();}}function $f(_0x3f761d){const _0x222180=_0x5a6880;var _0xf569c5,_0x5f5cc7;let _0x219a7e=_0x3f761d[_0x222180(0x2e3)][_0x222180(0x312)](_0x599bd7)[_0x222180(0x182)](_0x3f761d[_0x222180(0x21e)],_0x41e642[_0x222180(0x699)]),_0x4cf798=_0x3f761d[_0x222180(0x6a3)]['injector'];if(!_0x219a7e||!_0x4cf798)return;let _0x12fdd6=_0x3f761d['injector'][_0x222180(0x312)](_0x1c99aa),_0x404f48=ps(_0x12fdd6,_0x3f761d[_0x222180(0x21e)],_0x4cf798);if(!_0x404f48)return;let _0x25f43c=Ps(_0x3f761d[_0x222180(0x6a3)][_0x222180(0x631)][_0x222180(0x6c1)]);_0x25f43c[_0x222180(0x4eb)](_0xe9062d(Ts,{'injector':_0x4cf798,'mountContainer':_0x3f761d[_0x222180(0x6a3)][_0x222180(0x631)]['popup'],'embedId':_0x3f761d['embedId'],'children':[_0x3fd847(_0x3cc48c,{'embedded':_0x3f761d['renderScope']['mode']==='float'&&!_0x3f761d[_0x222180(0x234)]['fullscreen'],'fitOnMount':!0x1,'showZoomControls':_0x3f761d['renderScope'][_0x222180(0x57d)]===_0x222180(0x2aa)||_0x3f761d['renderScope'][_0x222180(0x662)]===!0x0}),_0x3fd847(_0x3dd25c,{'positionRoot':_0x3f761d[_0x222180(0x6a3)][_0x222180(0x631)][_0x222180(0x6c1)]}),_0x3fd847(_0x4646d7,{})]}));let _0x3e5b78=_0x3f761d[_0x222180(0x234)][_0x222180(0x57d)]!=='float'||_0x3f761d[_0x222180(0x234)][_0x222180(0x662)]?_0x3f761d[_0x222180(0x2e3)][_0x222180(0x312)](io)[_0x222180(0x6db)](_0x3f761d[_0x222180(0x256)],_0x3f761d[_0x222180(0x6a3)][_0x222180(0x631)][_0x222180(0x6c1)]['ownerDocument']):void 0x0;hs(_0x404f48,{'activate':!0x0});let _0x2a73e3=(_0xf569c5=(_0x5f5cc7=globalThis)[_0x222180(0x385)])==null?void 0x0:_0xf569c5[_0x222180(0x380)](_0x5f5cc7,()=>{const _0x23d1c2=_0x222180;let _0x2b09dc=_0x3f761d[_0x23d1c2(0x6a3)][_0x23d1c2(0x631)]['content'][_0x23d1c2(0x635)]('[data-board-viewport-host=\x22true\x22]'),_0x1de062=(_0x2b09dc==null?void 0x0:_0x2b09dc[_0x23d1c2(0x4d4)]())??_0x3f761d['runtimeScope'][_0x23d1c2(0x631)][_0x23d1c2(0x6c1)][_0x23d1c2(0x4d4)](),_0x1fb6d2=_0x13c0e7(_0x4cf798[_0x23d1c2(0x312)](_0x354cde)[_0x23d1c2(0x1c0)](_0x51738f)??void 0x0);_0x4cf798[_0x23d1c2(0x312)](_0x3e0762)[_0x23d1c2(0x5b3)](_0x219a7e,{'viewportSize':{'width':_0x1de062[_0x23d1c2(0x5ae)],'height':_0x1de062[_0x23d1c2(0x3f3)]},'padding':Math[_0x23d1c2(0x168)](0x10,Math[_0x23d1c2(0x1b5)](0x40,Math[_0x23d1c2(0x1b5)](_0x1de062[_0x23d1c2(0x5ae)],_0x1de062[_0x23d1c2(0x3f3)])*0.08)),'zoom':_0x1fb6d2});});return _0xe7ea20(()=>{const _0x2a44a5=_0x222180;if(_0x2a73e3!=null){var _0x1c3d65,_0x571af2;(_0x1c3d65=(_0x571af2=globalThis)[_0x2a44a5(0x655)])==null||_0x1c3d65[_0x2a44a5(0x380)](_0x571af2,_0x2a73e3);}try{var _0x5d094b,_0x468e4c;(_0x5d094b=(_0x468e4c=_0x404f48[_0x2a44a5(0x4be)])['unmount'])==null||_0x5d094b[_0x2a44a5(0x380)](_0x468e4c);}catch{}_0x12fdd6[_0x2a44a5(0x370)](_0x3f761d[_0x2a44a5(0x21e)]),Fs(_0x25f43c),_0x3e5b78==null||_0x3e5b78['dispose'](),_0x4cf798[_0x2a44a5(0x526)]();});}function ep(){const _0x1d6772=_0x5a6880;return pf({'childType':_0x41e642[_0x1d6772(0x699)],'mount':tp});}function tp(_0x2145f2){const _0xb906f8=_0x5a6880;if(_0x2145f2[_0xb906f8(0x234)]['fullscreen'])return;let {root:_0x7e235,menu:_0x1d0628}=ff(_0x2145f2),_0x40a197=Ps(_0x1d0628);return _0x40a197[_0xb906f8(0x4eb)](_0x36e457(Ts,{'injector':_0x2145f2['runtimeScope']['injector'],'mountContainer':_0x7e235,'embedId':_0x2145f2[_0xb906f8(0x256)]},_0x36e457(np,{'hostUnitId':_0x2145f2[_0xb906f8(0x214)],'embedId':_0x2145f2[_0xb906f8(0x256)],'childUnitId':_0x2145f2[_0xb906f8(0x21e)],'viewportRoot':_0x2145f2[_0xb906f8(0x6a3)][_0xb906f8(0x631)][_0xb906f8(0x6c1)],'fullscreen':!!_0x2145f2[_0xb906f8(0x234)][_0xb906f8(0x662)]}))),_0xe7ea20(()=>{const _0x227396=_0xb906f8;Fs(_0x40a197),globalThis[_0x227396(0x275)](()=>_0x1d0628[_0x227396(0x23d)](),0x0);});}function np(_0x5c08b3){const _0x1bb4dd=_0x5a6880;let {hostUnitId:_0x2353d2,embedId:_0x8d19f9,childUnitId:_0x3aef90,viewportRoot:_0x3f4e4e,fullscreen:_0x2ceb8d}=_0x5c08b3,_0x2e1d5c=_0x38c7ab(_0x304c4c),_0x1a5ee1=_0x38c7ab(_0x354cde),_0x465075=_0x38c7ab(_0x599bd7),_0x441952=_0x38c7ab(_0x2d0f78),_0x276bb4=_0x38c7ab(to),_0xc7d3a4=_0x38c7ab(_0x3eff1b),_0x2619c3=_0x38c7ab(_0x3e0762),_0x5803fd=_0xa8c38f(()=>_0xc7d3a4[_0x1bb4dd(0x5b4)],_0xc7d3a4[_0x1bb4dd(0x630)](),!0x1,[_0xc7d3a4]),_0x481c68=rp({'embedId':_0x8d19f9,'active':_0xa8c38f(()=>_0x276bb4['active$'],_0x276bb4[_0x1bb4dd(0x280)](),!0x1,[_0x276bb4]),'fullscreen':_0x2ceb8d}),_0x135984=_0x465075['getUnit'](_0x3aef90,_0x41e642[_0x1bb4dd(0x699)]),_0x54df0b=_0x13c0e7(_0x1a5ee1[_0x1bb4dd(0x1c0)](_0x51738f)??void 0x0),_0x46a362=()=>_0x3f4e4e[_0x1bb4dd(0x4d4)](),_0x1c2b8a=()=>({'x':_0x46a362()['width']/0x2,'y':_0x46a362()['height']/0x2}),_0x4d9a99=_0x4028af=>_0xc7d3a4[_0x1bb4dd(0x459)](_0x4028af,_0x1c2b8a());return _0xe9062d('div',{'className':_0xc96f2f(_0x1bb4dd(0x660),{'univer-hidden':_0x481c68===_0x1bb4dd(0x47a),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2ceb8d,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2ceb8d,'-univer-top-[44px]':!_0x2ceb8d}),'data-embed-floating-menu':_0x1bb4dd(0x357),'data-embed-id':_0x8d19f9,'data-embed-float-stage':_0x481c68,'onPointerDown':_0x1d08ae=>_0x1d08ae[_0x1bb4dd(0x5b2)](),'children':[_0x3fd847('span',{'title':_0x441952['t'](_0x1bb4dd(0x400)),'children':_0x3fd847(_0x4ce816,{'onClick':()=>{const _0xf8718f=_0x1bb4dd;let _0x3e5053=_0x46a362();_0x2619c3['fitContent'](_0x135984??null,{'viewportSize':{'width':_0x3e5053[_0xf8718f(0x5ae)],'height':_0x3e5053[_0xf8718f(0x3f3)]},'padding':Math[_0xf8718f(0x168)](0x10,Math['min'](0x40,Math[_0xf8718f(0x1b5)](_0x3e5053[_0xf8718f(0x5ae)],_0x3e5053[_0xf8718f(0x3f3)])*0.08)),'zoom':_0x54df0b});},'children':_0x3fd847(_0x4d56f8,{})})}),_0x3fd847('span',{'title':_0x441952['t'](_0x1bb4dd(0x40a)),'children':_0x3fd847(_0x4ce816,{'onClick':()=>_0x4d9a99(_0x5803fd[_0x1bb4dd(0x676)]-_0x54df0b[_0x1bb4dd(0x32e)]),'children':_0x3fd847(_0x1adc3a,{})})}),_0x3fd847(_0x1bb4dd(0x579),{'title':_0x441952['t'](_0x1bb4dd(0x657)),'children':_0xe9062d(_0x4ce816,{'noIcon':!0x0,'onClick':()=>_0x4d9a99(0x1),'children':[Math[_0x1bb4dd(0x2c3)](_0x5803fd[_0x1bb4dd(0x676)]*0x64),'%']})}),_0x3fd847(_0x1bb4dd(0x579),{'title':_0x441952['t']('embed-ui.boardsFloating.zoomIn'),'children':_0x3fd847(_0x4ce816,{'onClick':()=>_0x4d9a99(_0x5803fd[_0x1bb4dd(0x676)]+_0x54df0b[_0x1bb4dd(0x32e)]),'children':_0x3fd847(_0x1f6262,{})})}),_0x3fd847(_0x1bb4dd(0x579),{'title':_0x441952['t']('embed-ui.boardsFloating.delete'),'children':_0x3fd847(_0x4ce816,{'className':_0x1bb4dd(0x344),'onClick':()=>void _0x2e1d5c[_0x1bb4dd(0x5a4)](_0xb69e7a['id'],{'hostUnitId':_0x2353d2,'embedId':_0x8d19f9}),'children':_0x3fd847(_0x4d0c5f,{})})})]});}function rp(_0xc64099){const _0xe5985a=_0x5a6880;var _0x4eecd4;return _0xc64099[_0xe5985a(0x662)]?'stage2':((_0x4eecd4=_0xc64099[_0xe5985a(0x29f)])==null?void 0x0:_0x4eecd4['embedId'])===_0xc64099[_0xe5985a(0x256)]?_0xc64099[_0xe5985a(0x29f)][_0xe5985a(0x61f)]??_0xe5985a(0x200):_0xe5985a(0x47a);}function ip(_0x339493){ud(_0x339493,'boards-ui.embed',ap);}function ap(_0x52a326){const _0x3e9fa5=_0x5a6880;_0x52a326[_0x3e9fa5(0x255)](_0x393e8a)||_0x52a326[_0x3e9fa5(0x25c)]([_0x393e8a,{'useFactory':()=>_0x52a326['get'](Z)}]);let _0x28d0f7=_0x52a326[_0x3e9fa5(0x312)](as),_0x1df96f=_0x52a326['get'](rs),_0x23c21c=_0x52a326[_0x3e9fa5(0x312)](eo),_0x5bea48=_0x52a326[_0x3e9fa5(0x312)](is),_0x3f4c20=_0x52a326[_0x3e9fa5(0x312)](ul),_0x4149df=_0x52a326[_0x3e9fa5(0x312)](yl),_0xb7ab1f=Yf();_0x28d0f7[_0x3e9fa5(0x312)](_0xb7ab1f[_0x3e9fa5(0x3c7)],_0xb7ab1f['entry'])||_0x28d0f7[_0x3e9fa5(0x3f2)](_0xb7ab1f);let _0xa9ba25=Zf(_0x52a326);_0x1df96f[_0x3e9fa5(0x312)](_0xa9ba25[_0x3e9fa5(0x2c2)])||_0x1df96f[_0x3e9fa5(0x3f2)](_0xa9ba25);let _0x45ddc7=Jf();_0x23c21c[_0x3e9fa5(0x312)](_0x45ddc7[_0x3e9fa5(0x2c2)])||_0x23c21c[_0x3e9fa5(0x3f2)](_0x45ddc7),ep()[_0x3e9fa5(0x68e)](_0x1fde48=>{const _0x4a6cd4=_0x3e9fa5;_0x5bea48['hasExact'](_0x1fde48[_0x4a6cd4(0x3c7)],_0x1fde48[_0x4a6cd4(0x22f)],_0x1fde48[_0x4a6cd4(0x2c2)])||_0x5bea48[_0x4a6cd4(0x3f2)](_0x1fde48);}),_0x3f4c20[_0x3e9fa5(0x41a)](Ku(_0x52a326,{'childType':_0x41e642[_0x3e9fa5(0x699)],'renderManagerService':_0x1c99aa})),_0x4149df[_0x3e9fa5(0x312)](_0x41e642[_0x3e9fa5(0x699)])||_0x4149df[_0x3e9fa5(0x3f2)](Xf()),_0x52a326[_0x3e9fa5(0x312)](_0x1c99aa)[_0x3e9fa5(0x695)](_0x41e642[_0x3e9fa5(0x699)],qf);}const op={'mode':'fit-width','target':_0x5a6880(0x44d),'paddingX':0x0,'minScale':0x0,'align':_0x5a6880(0x368)};function sp(){const _0x340d5c=_0x5a6880;return md({'childType':_0x41e642[_0x340d5c(0x1bb)],'productName':'Docs'});}function cp(){const _0xdd2fdd=_0x5a6880;return{'childType':_0x41e642[_0xdd2fdd(0x1bb)],'supportedLayouts':[_0xdd2fdd(0x2f2),_0xdd2fdd(0x2fe),_0xdd2fdd(0x6fe)],'beforeDeactivate':lp,'mount':_0x3a8e72=>_0x3a8e72[_0xdd2fdd(0x234)]['mode']===_0xdd2fdd(0x653)&&!_0x3a8e72[_0xdd2fdd(0x234)][_0xdd2fdd(0x662)]?ss(_0x3a8e72,_0x1c99aa,void 0x0,{'scopedInjector':up(_0x3a8e72[_0xdd2fdd(0x6a3)][_0xdd2fdd(0x2e3)])}):ss(_0x3a8e72,_0x1c99aa)};}function lp(_0x5b6014){const _0x1d3b35=_0x5a6880;var _0x4f7416;let _0x6cff30=_0x5b6014[_0x1d3b35(0x2e3)][_0x1d3b35(0x312)](_0x1c99aa)[_0x1d3b35(0x6a6)](_0x5b6014[_0x1d3b35(0x21e)]),_0x13af33=_0x6cff30==null?void 0x0:_0x6cff30['with'](_0x2d930c);_0x6cff30==null||(_0x4f7416=_0x6cff30[_0x1d3b35(0x24e)](_0x29ad24))==null||_0x4f7416[_0x1d3b35(0x6e1)](),_0x13af33==null||_0x13af33[_0x1d3b35(0x3d3)](),_0x13af33==null||_0x13af33['blur']();}function up(_0xbd0198){return lo(_0xbd0198,new Map([[_0x57b964,_0x19231f=>dp(_0x19231f)]]));}function dp(_0x2d3c62){const _0x53bc81=_0x5a6880;return{..._0x2d3c62,'fitToWidth':{..._0x2d3c62==null?void 0x0:_0x2d3c62[_0x53bc81(0x328)],...op}};}let fp=class extends _0x4d6d42{constructor(_0x55b6ca,_0x5795fc,_0x210042,_0x55a4c1,_0x58238d,_0x149ff5,_0x4cdc9e,_0x4ab98e){const _0x2f1e5d=_0x5a6880;var _0x1f8ad9,_0x1ed0fd;super(),this[_0x2f1e5d(0x456)]=_0x55b6ca,this[_0x2f1e5d(0x228)]=_0x5795fc,this[_0x2f1e5d(0x244)]=_0x210042,this['_contentSizeRegistry']=_0x55a4c1,this[_0x2f1e5d(0x59b)]=_0x58238d,this[_0x2f1e5d(0x4b2)]=_0x149ff5,this['_renderManagerService']=_0x4cdc9e,this[_0x2f1e5d(0x684)]=_0x4ab98e,Y(this,_0x2f1e5d(0x1e6),new Map()),Y(this,_0x2f1e5d(0x5fb),new Map());let _0x156812=_0x3f0dac(()=>{const _0x20d1b6=_0x2f1e5d;this[_0x20d1b6(0x3d0)]()||this[_0x20d1b6(0x2d3)]();}),_0x10ecb2=_0x3f0dac(()=>{const _0x25c138=_0x2f1e5d;this[_0x25c138(0x3d0)]();});this[_0x2f1e5d(0x2f4)](_0x156812),this['disposeWithMe'](_0x10ecb2);let _0x28d2b0=pp((_0x1f8ad9=this[_0x2f1e5d(0x456)]['engine'])==null||(_0x1ed0fd=_0x1f8ad9[_0x2f1e5d(0x1e8)])==null?void 0x0:_0x1ed0fd[_0x2f1e5d(0x380)](_0x1f8ad9),_0x156812[_0x2f1e5d(0x6df)]);_0x28d2b0&&this['disposeWithMe'](_0x28d2b0);let _0x4fda90=this[_0x2f1e5d(0x5cc)][_0x2f1e5d(0x3a1)][_0x2f1e5d(0x1d7)](({hostUnitId:_0x211f30})=>{const _0x447a0f=_0x2f1e5d;_0x211f30===this[_0x447a0f(0x456)]['unitId']&&_0x156812[_0x447a0f(0x6df)]();});this[_0x2f1e5d(0x2f4)](_0xe7ea20(()=>_0x4fda90[_0x2f1e5d(0x387)]())),this[_0x2f1e5d(0x2f4)]({'dispose':()=>{const _0x53de71=_0x2f1e5d;this[_0x53de71(0x1e6)][_0x53de71(0x5b5)](),this[_0x53de71(0x5fb)]['clear']();}});let _0x274bb5=this['_univerInstanceService'][_0x2f1e5d(0x5d4)](_0x41e642[_0x2f1e5d(0x61b)])[_0x2f1e5d(0x1d7)](()=>{const _0x2c636d=_0x2f1e5d;_0x156812[_0x2c636d(0x6df)]();}),_0x2aa45c=this[_0x2f1e5d(0x228)][_0x2f1e5d(0x5d4)](_0x41e642[_0x2f1e5d(0x421)])[_0x2f1e5d(0x1d7)](()=>{const _0x5e6308=_0x2f1e5d;_0x156812[_0x5e6308(0x6df)]();});this['disposeWithMe'](_0xe7ea20(()=>_0x274bb5['unsubscribe']())),this[_0x2f1e5d(0x2f4)](_0xe7ea20(()=>_0x2aa45c[_0x2f1e5d(0x387)]()));let _0x28b088=_0xce6cdd((_0x25f208,_0x43b2bd,_0x2878d4)=>{const _0x15f6c0=_0x2f1e5d;var _0x13cdef,_0x542f0c,_0x5abb6b;if(_0x25f208!==this[_0x15f6c0(0x456)][_0x15f6c0(0x42e)])return null;let _0x192ea3=this[_0x15f6c0(0x48d)]();if(!_0x192ea3)return null;let _0x14fdcf=(_0x13cdef=_0x192ea3[_0x15f6c0(0x467)])==null?void 0x0:_0x13cdef[_0x43b2bd],_0x2fae34=_0x14fdcf==null?void 0x0:_0x14fdcf[_0x15f6c0(0x55f)],_0x36b48a=_0x2fae34==null?void 0x0:_0x2fae34['childType'];if(_0x36b48a!==_0x41e642[_0x15f6c0(0x61b)]&&_0x36b48a!==_0x41e642[_0x15f6c0(0x421)])return null;let _0x57c132=this[_0x15f6c0(0x684)][_0x15f6c0(0x1d9)](),_0x424677=this[_0x15f6c0(0x41d)](_0x57c132),_0x5de5fd=this[_0x15f6c0(0x57a)](_0x2fae34,_0x36b48a),_0xb4b09c=_0x5de5fd?this[_0x15f6c0(0x1c1)](_0x5de5fd,_0x36b48a,_0x156812[_0x15f6c0(0x6df)]):void 0x0,_0x37de6e=_0x2fae34==null?void 0x0:_0x2fae34[_0x15f6c0(0x256)],_0x323254=typeof _0x37de6e=='string'?(_0x542f0c=this[_0x15f6c0(0x59b)][_0x15f6c0(0x2ea)](_0x37de6e))==null||(_0x542f0c=_0x542f0c['context'])==null?void 0x0:_0x542f0c[_0x15f6c0(0x6a3)][_0x15f6c0(0x2e3)]:void 0x0,_0x6a11e6=_0x5de5fd&&_0xb4b09c!=null?this[_0x15f6c0(0x5cc)][_0x15f6c0(0x6d9)]({'childType':_0x36b48a,'childUnit':_0xb4b09c,'childUnitId':_0x5de5fd,'injector':_0x323254,'viewportHeight':(_0x424677==null?void 0x0:_0x424677[_0x15f6c0(0x3f3)])==null?void 0x0:Math[_0x15f6c0(0x168)](0x1,_0x424677[_0x15f6c0(0x3f3)]-0x34),'viewportWidth':_0x2878d4[_0x15f6c0(0x54a)]}):void 0x0,_0x2f8996=_0xa61b5b(_0x36b48a),_0x422fd5=hp(_0x2878d4[_0x15f6c0(0x511)],_0x2f8996['height']),_0x586508=hp(_0x2878d4[_0x15f6c0(0x54a)],_0x2f8996['width']),_0x1b5cea=(_0x6a11e6==null?void 0x0:_0x6a11e6[_0x15f6c0(0x3f3)])??_0x422fd5,_0xcfa059=_0xf479d({'childType':_0x36b48a,'contentHeight':_0x36b48a===_0x41e642[_0x15f6c0(0x61b)]?Tu(_0x1b5cea):_0x1b5cea,'contentWidth':_0x6a11e6==null?void 0x0:_0x6a11e6[_0x15f6c0(0x5ae)],'docsLeft':this['_getDocsLeft'](),'documentFlavor':(_0x5abb6b=_0x192ea3[_0x15f6c0(0x245)])==null?void 0x0:_0x5abb6b[_0x15f6c0(0x2d5)],'fallbackHeight':_0x422fd5,'fallbackWidth':_0x586508,'pageMarginLeft':_0x2878d4['pageMarginLeft'],'pageMarginRight':_0x2878d4[_0x15f6c0(0x590)],'pageWidth':_0x2878d4[_0x15f6c0(0x3ac)],'scale':_0x57c132,'visibleCanvasHeight':_0x424677==null?void 0x0:_0x424677['height'],'visibleCanvasLeft':_0x424677==null?void 0x0:_0x424677['left'],'visibleCanvasWidth':_0x424677==null?void 0x0:_0x424677[_0x15f6c0(0x5ae)]}),_0x168aef=_0xcfa059[_0x15f6c0(0x543)]??_0xcfa059[_0x15f6c0(0x3f3)],_0x216207=_0x36b48a===_0x41e642[_0x15f6c0(0x421)]?0x34:0x0,_0x3277d7=(_0x424677==null?void 0x0:_0x424677[_0x15f6c0(0x3f3)])==null?_0xcfa059[_0x15f6c0(0x424)]??_0x168aef:Math[_0x15f6c0(0x1b5)](_0x168aef,Math['max'](0x1,_0x424677[_0x15f6c0(0x3f3)]-_0x216207));return{..._0xcfa059,'viewportHeight':_0x3277d7,'height':Eu({'contentHeight':_0x168aef,'floatingMenuInsetTop':0x34})};});this[_0x2f1e5d(0x2f4)]({'dispose':_0x28b088}),this[_0x2f1e5d(0x2f4)](this[_0x2f1e5d(0x244)][_0x2f1e5d(0x6f1)](_0xbfef78=>{const _0x9e9d9c=_0x2f1e5d;if(_0xbfef78['id']===_0x4c9002['id']){let _0x17169a=_0xbfef78[_0x9e9d9c(0x28c)];typeof _0x17169a==_0x9e9d9c(0x3fa)&&_0x17169a&&_0x9e9d9c(0x42e)in _0x17169a&&_0x17169a[_0x9e9d9c(0x42e)]===this[_0x9e9d9c(0x456)][_0x9e9d9c(0x42e)]&&_0x10ecb2['schedule']();return;}let _0x422d6d=this[_0x9e9d9c(0x48d)]();_0x422d6d&&_0x6112c6({'childUnitIds':_0x51c471(_0x422d6d[_0x9e9d9c(0x467)],_0x6afccc=>this['_resolveChildUnitId'](_0x6afccc)),'commandId':_0xbfef78['id'],'commandParams':_0xbfef78[_0x9e9d9c(0x28c)],'hostUnitId':this['_context'][_0x9e9d9c(0x42e)]})&&_0x156812[_0x9e9d9c(0x6df)]();}));}[_0x5a6880(0x278)](){const _0x5dc686=_0x5a6880;if(!this[_0x5dc686(0x6c4)])return this[_0x5dc686(0x456)][_0x5dc686(0x2c9)]??void 0x0;}['_getHostSnapshot'](){const _0x16d6c2=_0x5a6880;var _0x269f35;return(_0x269f35=this[_0x16d6c2(0x278)]())==null?void 0x0:_0x269f35['getSnapshot']();}[_0x5a6880(0x3d0)](){const _0x209d07=_0x5a6880;let _0x359b07=this['_renderManagerService']['getRenderUnitById'](this[_0x209d07(0x456)]['unitId']);try{var _0x41cfd5;let _0xe5b3=_0x359b07==null||(_0x41cfd5=_0x359b07[_0x209d07(0x24e)])==null?void 0x0:_0x41cfd5[_0x209d07(0x380)](_0x359b07,_0x32f04d);return _0xe5b3?(_0xe5b3[_0x209d07(0x3a3)](),!0x0):!0x1;}catch{return!0x1;}}[_0x5a6880(0x2d3)](){const _0x36c0b7=_0x5a6880;let _0xf6554b=this[_0x36c0b7(0x278)](),_0x10e3a9=_0xf6554b==null?void 0x0:_0xf6554b[_0x36c0b7(0x676)];typeof _0x10e3a9==_0x36c0b7(0x65b)&&this[_0x36c0b7(0x244)][_0x36c0b7(0x24d)](_0x4c9002['id'],{'unitId':this[_0x36c0b7(0x456)][_0x36c0b7(0x42e)],'zoomRatio':_0x10e3a9});}[_0x5a6880(0x57a)](_0x1ff9a7,_0xb0a18e){const _0x2790c1=_0x5a6880;if(!_0x1ff9a7||typeof _0x1ff9a7!=_0x2790c1(0x3fa))return;let _0x4d3d33=_0x1ff9a7,_0x3d035b=typeof _0x4d3d33[_0x2790c1(0x2c2)]==_0x2790c1(0x65b)?_0x4d3d33[_0x2790c1(0x2c2)]:_0xb0a18e;if(_0x3d035b!==_0x41e642[_0x2790c1(0x61b)]&&_0x3d035b!==_0x41e642[_0x2790c1(0x421)])return;if(typeof _0x4d3d33['childUnitId']==_0x2790c1(0x37f))return _0x4d3d33[_0x2790c1(0x21e)];if(typeof _0x4d3d33[_0x2790c1(0x256)]!=_0x2790c1(0x37f))return;let _0x532a1d=typeof _0x4d3d33[_0x2790c1(0x214)]==_0x2790c1(0x37f)?_0x4d3d33[_0x2790c1(0x214)]:this[_0x2790c1(0x456)][_0x2790c1(0x42e)],_0x28faf1=this[_0x2790c1(0x4b2)][_0x2790c1(0x42a)](_0x532a1d,_0x4d3d33['embedId']);if((_0x28faf1==null?void 0x0:_0x28faf1['childType'])===_0x3d035b){if(typeof _0x28faf1[_0x2790c1(0x21e)]==_0x2790c1(0x37f))return _0x28faf1[_0x2790c1(0x21e)];try{return _0x596f5d(_0x28faf1['source'][_0x2790c1(0x3ec)]);}catch{return;}}}[_0x5a6880(0x1c1)](_0x94c272,_0xfeec0,_0x1f5dfc){const _0x12b5e=_0x5a6880;let _0x1c108d=_0xfeec0+':'+_0x94c272;if(this['_resolvedChildUnits'][_0x12b5e(0x255)](_0x1c108d))return this[_0x12b5e(0x1e6)]['get'](_0x1c108d);let _0x27bad7=this[_0x12b5e(0x228)]['getUnit'](_0x94c272,_0xfeec0);if(_0x27bad7!=null){if(!mp(_0x27bad7))return this[_0x12b5e(0x1e6)][_0x12b5e(0x6a7)](_0x1c108d,_0x27bad7),_0x27bad7;if(!this[_0x12b5e(0x5fb)][_0x12b5e(0x255)](_0x1c108d)){let _0x8cf0db=Promise['resolve'](_0x27bad7)['then'](_0x3f0507=>(this[_0x12b5e(0x5fb)]['delete'](_0x1c108d),this[_0x12b5e(0x1e6)]['set'](_0x1c108d,_0x3f0507),this[_0x12b5e(0x6c4)]||_0x1f5dfc(),_0x3f0507),()=>{const _0x54c4b7=_0x12b5e;this[_0x54c4b7(0x5fb)][_0x54c4b7(0x556)](_0x1c108d);});this[_0x12b5e(0x5fb)][_0x12b5e(0x6a7)](_0x1c108d,_0x8cf0db);}}}[_0x5a6880(0x285)](){const _0x48f186=_0x5a6880;var _0x468bcb,_0xff1155;return((_0x468bcb=this['_context']['mainComponent'])==null||(_0xff1155=_0x468bcb[_0x48f186(0x1d0)])==null||(_0xff1155=_0xff1155[_0x48f186(0x380)](_0x468bcb))==null?void 0x0:_0xff1155[_0x48f186(0x69c)])??0x0;}[_0x5a6880(0x41d)](_0x10e3fc){const _0x58a456=_0x5a6880;var _0x10d8d5,_0x5289be,_0x34c164,_0x164d22,_0x43bf7d,_0x100b31;let _0x10d35b=Number[_0x58a456(0x607)](_0x10e3fc)&&_0x10e3fc>0x0?_0x10e3fc:0x1,_0x2c6333=((_0x10d8d5=this['_context']['scene']['getViewport'](_0x36cab5[_0x58a456(0x3bf)]))==null?void 0x0:_0x10d8d5[_0x58a456(0x4bf)])??0x0,_0x7031e0=(_0x5289be=(_0x34c164=this[_0x58a456(0x456)][_0x58a456(0x4be)])[_0x58a456(0x1e8)])==null||(_0x5289be=_0x5289be[_0x58a456(0x380)](_0x34c164))==null||(_0x164d22=_0x5289be[_0x58a456(0x4d4)])==null?void 0x0:_0x164d22[_0x58a456(0x380)](_0x5289be),_0xe4f08b=_0x7031e0==null?void 0x0:_0x7031e0[_0x58a456(0x5ae)],_0x593dda=_0x7031e0==null?void 0x0:_0x7031e0[_0x58a456(0x3f3)],_0x467d34=((_0x43bf7d=this[_0x58a456(0x456)][_0x58a456(0x2a9)])==null?void 0x0:_0x43bf7d[_0x58a456(0x5ae)])??this[_0x58a456(0x456)][_0x58a456(0x209)][_0x58a456(0x5ae)],_0x2f01df=(_0xe4f08b??_0x467d34??0x0)/_0x10d35b,_0x3d36e9=((_0x100b31=this[_0x58a456(0x456)][_0x58a456(0x2a9)])==null?void 0x0:_0x100b31['height'])??this[_0x58a456(0x456)]['scene']['height'],_0x25c9c7=(_0x593dda??_0x3d36e9??0x0)/_0x10d35b;return!_0x2f01df||!Number[_0x58a456(0x607)](_0x2f01df)||_0x2f01df<=0x0||!_0x25c9c7||!Number[_0x58a456(0x607)](_0x25c9c7)||_0x25c9c7<=0x0?null:{'height':_0x25c9c7,'left':_0x2c6333,'width':_0x2f01df};}};fp=vs([$(0x1,_0x5f0e9f(_0x599bd7)),$(0x2,_0x5f0e9f(_0x304c4c)),$(0x3,_0x5f0e9f(Uu)),$(0x4,_0x5f0e9f(xs)),$(0x5,_0x5f0e9f(_0x2846c0)),$(0x6,_0x1c99aa),$(0x7,_0x5f0e9f(_0x59f37e))],fp);function pp(_0x409d16,_0x42b166){const _0x370f72=_0x5a6880;if(!_0x409d16||typeof ResizeObserver>'u')return;let _0xdd069a=new ResizeObserver(()=>_0x42b166());return _0xdd069a['observe'](_0x409d16),{'dispose':()=>_0xdd069a[_0x370f72(0x51f)]()};}function mp(_0xd8e055){const _0x962831=_0x5a6880;return!!_0xd8e055&&typeof _0xd8e055[_0x962831(0x453)]==_0x962831(0x581);}function hp(_0x6151cf,_0x2144e2){const _0x281963=_0x5a6880;return typeof _0x6151cf==_0x281963(0x65b)&&Number['isFinite'](_0x6151cf)&&_0x6151cf>0x1?_0x6151cf:_0x2144e2;}function gp(_0x4a1b14,_0x415a55,_0x301eeb){const _0x261412=_0x5a6880;return{..._0x15614e(_0x4a1b14,_0x415a55),'afterCreateAnchor':_0x68f151=>vp(_0x301eeb,_0x68f151[_0x261412(0x214)]),'afterRemoveAnchor':_0x38acf9=>vp(_0x301eeb,_0x38acf9[_0x261412(0x214)])};}function _p(){const _0x403abc=_0x5a6880;return{'hostType':_0x41e642[_0x403abc(0x1bb)],'entry':_0x403abc(0x506),'layout':_0x403abc(0x47b),'supportedLayouts':[_0x403abc(0x47b),'docs-sticky-base','aspect-fit','scroll-contained',_0x403abc(0x63c)],'menuBehavior':_0x403abc(0x3d4)};}function vp(_0x184b2b,_0x21aa9e){const _0x18ec6f=_0x5a6880;var _0x303a17,_0x443a6b,_0xa3d913,_0x2218ac;if(!_0x184b2b)return;let _0x17eec5=_0x184b2b[_0x18ec6f(0x6a6)](_0x21aa9e);if(_0x17eec5){for(let _0x33d43e of _0x17eec5[_0x18ec6f(0x165)][_0x18ec6f(0x21c)]()){var _0x130bbb;(_0x130bbb=_0x33d43e[_0x18ec6f(0x6f3)])==null||_0x130bbb[_0x18ec6f(0x380)](_0x33d43e);}(_0x303a17=_0x17eec5[_0x18ec6f(0x4be)])==null||_0x303a17[_0x18ec6f(0x30d)](),(_0x443a6b=_0x17eec5[_0x18ec6f(0x209)])==null||_0x443a6b['makeDirty'](),(_0xa3d913=_0x17eec5[_0x18ec6f(0x24e)])==null||(_0xa3d913=_0xa3d913[_0x18ec6f(0x380)](_0x17eec5,_0xf5777f))==null||(_0x2218ac=_0xa3d913[_0x18ec6f(0x1be)])==null||_0x2218ac['call'](_0xa3d913);}}function yp(_0x17e9e5){return{'childType':_0x41e642['UNIVER_DOC'],'handleWheel':_0x31acc6=>{const _0x2e39d9=_0x1f5b;let _0x4d3d4a=_0x17e9e5['has'](bl)?_0x17e9e5['get'](bl):void 0x0;if((_0x4d3d4a==null?void 0x0:_0x4d3d4a[_0x2e39d9(0x289)](_0x31acc6))===!0x0)return!0x0;if(!_0x17e9e5[_0x2e39d9(0x255)](_0x1c99aa))return!0x1;let _0xe4b066=_0x17e9e5[_0x2e39d9(0x312)](_0x1c99aa)['getRenderUnitById'](_0x31acc6[_0x2e39d9(0x21e)]),_0x7eb61a=_0xe4b066==null?void 0x0:_0xe4b066[_0x2e39d9(0x209)];return Cu(_0x31acc6,_0x7eb61a==null?void 0x0:_0x7eb61a['getViewport'](_0x36cab5[_0x2e39d9(0x3bf)]),_0x7eb61a);}};}function bp(){const _0x1816d1=_0x5a6880;return pf({'childType':_0x41e642[_0x1816d1(0x1bb)],'mount':xp});}function xp(_0x20a011){const _0x226f6b=_0x5a6880;let {root:_0x29e1fe,menu:_0x24fc9f}=ff(_0x20a011),_0xd5d5f5=Ps(_0x24fc9f);return _0xd5d5f5[_0x226f6b(0x4eb)](_0x36e457(Ts,{'injector':_0x20a011['runtimeScope'][_0x226f6b(0x2e3)],'mountContainer':_0x29e1fe,'embedId':_0x20a011[_0x226f6b(0x256)]},_0x36e457(Sp,{'hostUnitId':_0x20a011[_0x226f6b(0x214)],'embedId':_0x20a011[_0x226f6b(0x256)],'entry':_0x20a011[_0x226f6b(0x4dc)][_0x226f6b(0x22f)],'fullscreen':!!_0x20a011[_0x226f6b(0x234)][_0x226f6b(0x662)],'usesDomFloatingStage':_0x20a011[_0x226f6b(0x4dc)]['entry']!==_0x226f6b(0x1eb),'renderScopeActive$':_0x20a011[_0x226f6b(0x234)][_0x226f6b(0x22c)]}))),_0xe7ea20(()=>{const _0x4987c0=_0x226f6b;Fs(_0xd5d5f5),globalThis[_0x4987c0(0x275)](()=>_0x24fc9f[_0x4987c0(0x23d)](),0x0);});}function Sp(_0x2017ba){const _0x4c7a19=_0x5a6880;let {hostUnitId:_0x16f9df,embedId:_0x12b7f4,entry:_0x1ca609,fullscreen:_0x57a405,usesDomFloatingStage:_0x476807,renderScopeActive$:_0x303372}=_0x2017ba,_0x58307f=_0xa8c38f(()=>_0x303372,!0x1,!0x1,[_0x303372]),_0x3704a5=_0x38c7ab(_0x304c4c),_0x19a933=_0x38c7ab(to),_0x1484c1=Nc({'embedId':_0x12b7f4,'active':_0xa8c38f(()=>_0x19a933[_0x4c7a19(0x22c)],_0x19a933[_0x4c7a19(0x280)](),!0x1,[_0x19a933]),'fullscreen':_0x57a405,'usesDomFloatingStage':_0x476807,'renderScopeActive':_0x58307f});return _0x3fd847(_0x4c7a19(0x47e),{'className':_0xc96f2f('univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x1484c1!=='stage2','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x57a405,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x57a405,'-univer-top-9':!_0x57a405&&_0x1ca609!==_0x4c7a19(0x506),'-univer-top-[52px]':!_0x57a405&&_0x1ca609===_0x4c7a19(0x506)}),'data-embed-floating-menu':_0x4c7a19(0x357),'data-embed-id':_0x12b7f4,'data-embed-float-stage':_0x1484c1,'onPointerDown':_0x2ac0f2=>_0x2ac0f2[_0x4c7a19(0x5b2)](),'children':_0x3fd847(_0x283de6,{'type':_0x4c7a19(0x480),'size':_0x4c7a19(0x19e),'variant':_0x4c7a19(0x286),'className':_0x4c7a19(0x4b1),'onClick':()=>{_0x3704a5['executeCommand'](_0xb69e7a['id'],{'hostUnitId':_0x16f9df,'embedId':_0x12b7f4});},'children':_0x3fd847(_0x4d0c5f,{})})});}function Cp(_0x51fb2b){const _0x4296be=_0x5a6880;ud(_0x51fb2b,_0x4296be(0x16e),wp);}function wp(_0x2419b2){const _0x5acb8c=_0x5a6880;let _0x5a25b3=_0x2419b2['get'](_0x409284),_0x5f4633=_0x2419b2[_0x5acb8c(0x312)](as),_0x1fe8f1=_0x2419b2[_0x5acb8c(0x312)](rs),_0x4cd94f=_0x2419b2[_0x5acb8c(0x312)](eo),_0x29edea=_0x2419b2['get'](is),_0x21038f=_0x2419b2[_0x5acb8c(0x312)](ul),_0x529ae0=_0x2419b2[_0x5acb8c(0x312)](yl),_0x4c5770=_0x2419b2[_0x5acb8c(0x255)](_0x23070b)?_0x2419b2[_0x5acb8c(0x312)](_0x23070b):void 0x0,_0x50972c=_0x2419b2['has'](_0x599bd7)?_0x2419b2[_0x5acb8c(0x312)](_0x599bd7):void 0x0,_0x4c883a=_0x2419b2[_0x5acb8c(0x255)](_0x1c99aa)?_0x2419b2[_0x5acb8c(0x312)](_0x1c99aa):void 0x0;_0x4c883a==null||_0x4c883a[_0x5acb8c(0x695)](_0x41e642['UNIVER_DOC'],[fp]);let _0x37757f=gp(_0x4c5770,_0x50972c,_0x4c883a);_0x5a25b3[_0x5acb8c(0x312)](_0x37757f[_0x5acb8c(0x3c7)],_0x37757f['entry'])||_0x5a25b3[_0x5acb8c(0x3f2)](_0x37757f);let _0x4cec5c=_p();_0x5f4633[_0x5acb8c(0x312)](_0x4cec5c['hostType'],_0x4cec5c[_0x5acb8c(0x22f)])||_0x5f4633[_0x5acb8c(0x3f2)](_0x4cec5c);let _0x176dd2=cp();_0x1fe8f1['get'](_0x176dd2[_0x5acb8c(0x2c2)])||_0x1fe8f1['register'](_0x176dd2);let _0x442905=sp();_0x4cd94f['get'](_0x442905[_0x5acb8c(0x2c2)])||_0x4cd94f[_0x5acb8c(0x3f2)](_0x442905),bp()[_0x5acb8c(0x68e)](_0x455618=>{const _0x2f7163=_0x5acb8c;_0x29edea[_0x2f7163(0x34d)](_0x455618[_0x2f7163(0x3c7)],_0x455618['entry'],_0x455618[_0x2f7163(0x2c2)])||_0x29edea[_0x2f7163(0x3f2)](_0x455618);}),_0x21038f[_0x5acb8c(0x41a)](Ku(_0x2419b2,{'childType':_0x41e642[_0x5acb8c(0x1bb)],'renderManagerService':_0x1c99aa})),_0x529ae0[_0x5acb8c(0x312)](_0x41e642[_0x5acb8c(0x1bb)])||_0x529ae0[_0x5acb8c(0x3f2)](yp(_0x2419b2));}function Tp(){const _0x160275=_0x5a6880;return{'childType':_0x41e642[_0x160275(0x61b)],'measureContentSize':_0x53a63a=>{const _0x5d7089=_0x160275;let _0x3b8b45=Ep(_0x53a63a[_0x5d7089(0x3d2)]),_0x452d3c=Op(_0x53a63a[_0x5d7089(0x3d2)]);return _0x3b8b45==null&&_0x452d3c==null?void 0x0:{'height':_0x3b8b45,'width':_0x452d3c};}};}function Ep(_0x25ed3f){const _0xbc6884=_0x5a6880;var _0x5cba71;let _0x24e82c=_0x25ed3f instanceof _0x5a218d?_0x25ed3f[_0xbc6884(0x62e)](!0x0):void 0x0;if(!_0x24e82c)return;let _0x432ac3=kp(_0x24e82c);if(!Number['isFinite'](_0x432ac3)||_0x432ac3==null||_0x432ac3<0x0)return;let _0x4011c2=Mp((_0x5cba71=_0x24e82c[_0xbc6884(0x1c0)])==null||(_0x5cba71=_0x5cba71['call'](_0x24e82c))==null?void 0x0:_0x5cba71[_0xbc6884(0x1f3)],_0x2aedef),_0x2d58d2=Dp(_0x25ed3f),_0x75cab8=0x0;for(let _0x27765b=0x0;_0x27765b<_0x432ac3;_0x27765b++){var _0x14dacc,_0x173946;((_0x14dacc=_0x24e82c[_0xbc6884(0x3ed)])==null?void 0x0:_0x14dacc[_0xbc6884(0x380)](_0x24e82c,_0x27765b))!==!0x1&&(_0x75cab8+=Np((_0x173946=_0x24e82c[_0xbc6884(0x230)])==null?void 0x0:_0x173946['call'](_0x24e82c,_0x27765b),_0x4011c2));}return _0x2d58d2+_0x75cab8;}function Dp(_0x44ecd1){const _0x826eb4=_0x5a6880;var _0x1f0243;let _0x323c95=_0x44ecd1 instanceof _0x5a218d?_0x44ecd1[_0x826eb4(0x62e)](!0x0):void 0x0,_0xf0e3cd=_0x323c95==null||(_0x1f0243=_0x323c95[_0x826eb4(0x1c0)])==null||(_0x1f0243=_0x1f0243[_0x826eb4(0x380)](_0x323c95))==null?void 0x0:_0x1f0243[_0x826eb4(0x3a0)];return _0xf0e3cd!=null&&_0xf0e3cd['hidden']?0x0:Mp(_0xf0e3cd==null?void 0x0:_0xf0e3cd[_0x826eb4(0x3f3)],0x18);}function Op(_0x203644){const _0x4bf521=_0x5a6880;var _0x3a4488,_0x21a24c;let _0x20d4de=_0x203644 instanceof _0x5a218d?_0x203644[_0x4bf521(0x62e)](!0x0):void 0x0;if(!_0x20d4de)return;let _0x560cdd=Ap(_0x20d4de);if(!Number[_0x4bf521(0x607)](_0x560cdd)||_0x560cdd==null||_0x560cdd<0x0)return;let _0x3deb35=(_0x3a4488=_0x20d4de[_0x4bf521(0x1c0)])==null||(_0x3a4488=_0x3a4488[_0x4bf521(0x380)](_0x20d4de))==null?void 0x0:_0x3a4488['rowHeader'],_0x142e04=Mp((_0x21a24c=_0x20d4de[_0x4bf521(0x1c0)])==null||(_0x21a24c=_0x21a24c[_0x4bf521(0x380)](_0x20d4de))==null?void 0x0:_0x21a24c[_0x4bf521(0x2ac)],_0x460232),_0x5300e6=_0x3deb35!=null&&_0x3deb35[_0x4bf521(0x633)]?0x0:Mp(_0x3deb35==null?void 0x0:_0x3deb35[_0x4bf521(0x5ae)],_0x4a776a),_0x3ddb05=0x0;for(let _0x1efcbd=0x0;_0x1efcbd<_0x560cdd;_0x1efcbd++){var _0xcb1e1e,_0x366db0;((_0xcb1e1e=_0x20d4de[_0x4bf521(0x403)])==null?void 0x0:_0xcb1e1e[_0x4bf521(0x380)](_0x20d4de,_0x1efcbd))!==!0x1&&(_0x3ddb05+=Mp((_0x366db0=_0x20d4de[_0x4bf521(0x324)])==null?void 0x0:_0x366db0[_0x4bf521(0x380)](_0x20d4de,_0x1efcbd),_0x142e04));}return _0x5300e6+_0x3ddb05+_0x4d96db['DEFAULT_TOTAL_SIZE'];}function kp(_0x5a4828){return jp(_0x5a4828['getRowCount']());}function Ap(_0x8a9172){return jp(_0x8a9172['getColumnCount']());}function jp(_0x4a720b){const _0x530018=_0x5a6880;return typeof _0x4a720b=='number'&&Number[_0x530018(0x607)](_0x4a720b)&&_0x4a720b>=0x0?Math['floor'](_0x4a720b):void 0x0;}function Mp(_0x5efcae,_0x35ace8){const _0x5c180a=_0x5a6880;return typeof _0x5efcae==_0x5c180a(0x65b)&&Number[_0x5c180a(0x607)](_0x5efcae)&&_0x5efcae>0x0?_0x5efcae:_0x35ace8;}function Np(_0x5dead9,_0x7b4972){const _0x4e123d=_0x5a6880;return typeof _0x5dead9==_0x4e123d(0x65b)&&Number[_0x4e123d(0x607)](_0x5dead9)&&_0x5dead9>=0x0?_0x5dead9:_0x7b4972;}function Pp(){const _0x4d8463=_0x5a6880;return{'hostType':_0x41e642['UNIVER_SHEET'],'entry':_0x4d8463(0x605),'layout':_0x4d8463(0x2fe),'supportedLayouts':['doc-width-scale',_0x4d8463(0x4fe),_0x4d8463(0x6fe),_0x4d8463(0x63c)],'menuBehavior':_0x4d8463(0x3d4)};}function Fp(){const _0x2fdaf5=_0x5a6880;return{'hostType':_0x41e642[_0x2fdaf5(0x61b)],'entry':_0x2fdaf5(0x3fd),'layout':_0x2fdaf5(0x2f2),'supportedLayouts':[_0x2fdaf5(0x2f2)],'menuBehavior':_0x2fdaf5(0x295),'mount':_0x1e7c85=>{const _0x5289fd=_0x2fdaf5;let _0x4e8ba0=Ip('data-embed-sheets-sheet-tab-host',_0x1e7c85[_0x5289fd(0x4dc)][_0x5289fd(0x6a1)]);return _0x4e8ba0?{'hostElement':_0x4e8ba0}:{};}};}function Ip(_0x512c72,_0x18a4e6){const _0x27fdd6=_0x5a6880;return document[_0x27fdd6(0x635)]('['+_0x512c72+'=\x22'+Lp(_0x18a4e6)+'\x22]');}function Lp(_0x46c001){const _0x27b6b2=_0x5a6880;return _0x46c001[_0x27b6b2(0x621)](/\\/g,'\x5c\x5c')[_0x27b6b2(0x621)](/"/g,'\x5c\x22');}function Rp(_0x37798e){const _0xfc38d4=_0x5a6880;let _0xae76d4=_0x37798e[_0xfc38d4(0x255)](_0x599bd7)?_0x37798e[_0xfc38d4(0x312)](_0x599bd7):void 0x0,_0x17d512=_0x37798e[_0xfc38d4(0x255)](_0x1c99aa)?_0x37798e[_0xfc38d4(0x312)](_0x1c99aa):void 0x0;return{'childType':_0x41e642[_0xfc38d4(0x61b)],'getStickyHeaderHeight':_0xe977fd=>{const _0x34bd20=_0xfc38d4;let _0x4214ef=_0xe977fd[_0x34bd20(0x6a3)][_0x34bd20(0x2f9)]??_0xae76d4;return Dp(_0x4214ef==null?void 0x0:_0x4214ef[_0x34bd20(0x182)](_0xe977fd['childUnitId'],_0x41e642[_0x34bd20(0x61b)]));},'subscribeVerticalScroll':(_0x3b88a7,_0x1660f8)=>{const _0x243eca=_0xfc38d4;var _0xbf2fa8,_0x2429b3;let _0x28d511=((_0xbf2fa8=_0x3b88a7[_0x243eca(0x6a3)])==null?void 0x0:_0xbf2fa8['injector'])??_0x37798e,_0x418a09=_0x28d511!==_0x37798e&&_0x28d511[_0x243eca(0x255)](_0x1c99aa)?_0x28d511['get'](_0x1c99aa):_0x17d512,_0xf53c42=_0x418a09==null||(_0x2429b3=_0x418a09['getRenderUnitById'](_0x3b88a7[_0x243eca(0x21e)]))==null||(_0x2429b3=_0x2429b3['scene'])==null?void 0x0:_0x2429b3[_0x243eca(0x56a)](_0x3ef830[_0x243eca(0x3bf)]);if(!_0xf53c42)return;let _0x22652c=_0xf53c42['onScrollByBar$'][_0x243eca(0x412)](_0x285e68=>{const _0x475a7d=_0x243eca;_0x1660f8(_0x285e68[_0x475a7d(0x217)]??_0xf53c42[_0x475a7d(0x217)]??0x0);});return _0xe7ea20(()=>_0x22652c['unsubscribe']());},'handleWheel':_0x440b76=>{const _0x1479e5=_0xfc38d4;var _0x147859;if(_0x440b76['source']!==_0x1479e5(0x2da)&&Pc(_0x440b76['layout'],_0x440b76[_0x1479e5(0x1d4)]))return!0x1;let _0x4ea44a=((_0x147859=_0x440b76[_0x1479e5(0x6a3)])==null?void 0x0:_0x147859[_0x1479e5(0x2e3)])??_0x37798e,_0x301d78=_0x4ea44a!==_0x37798e&&_0x4ea44a[_0x1479e5(0x255)](_0x1c99aa)?_0x4ea44a[_0x1479e5(0x312)](_0x1c99aa):_0x17d512;if(!_0x301d78)return!0x1;let _0x320750=_0x301d78['getRenderUnitById'](_0x440b76['childUnitId']),_0x1dcf75=_0x320750==null?void 0x0:_0x320750[_0x1479e5(0x209)];return Cu(_0x440b76,_0x1dcf75==null?void 0x0:_0x1dcf75[_0x1479e5(0x56a)](_0x3ef830[_0x1479e5(0x3bf)]),_0x1dcf75);}};}function zp(_0x5bf610){const _0x224f2f=_0x5a6880;let _0x3e9b2a=[];return[[_0x224f2f(0x22b),_0x7e8cd7,0x0],[_0x224f2f(0x3dd),_0x4b0233,0x64],[_0x224f2f(0x16b),_0x2563d1,0x64],[_0x224f2f(0x5c6),_0x440afb,0x64],[_0x224f2f(0x382),_0x2da5f7,0x64],[_0x224f2f(0x68b),_0x5cdb1c,0x64],[_0x224f2f(0x391),_0x391962,0x64],[_0x224f2f(0x3b5),_0x97f2f3,0x64],[_0x224f2f(0x6c5),_0x3a0d2,0x64],[_0x224f2f(0x39d),_0x2111ec,0x64],[_0x224f2f(0x5ac),_0x260b02,0x64],[_0x224f2f(0x569),_0x13abd9,0x64],[_0x224f2f(0x4ea),_0x43a86c,0x64],[_0x224f2f(0x39f),_0x41d9f5,0x64],[_0x224f2f(0x315),_0x11772d,0x64],[_0x224f2f(0x17c),_0x31d539,0x64],[_0x224f2f(0x3c2),_0x514a4e,0x64]][_0x224f2f(0x68e)](([_0x10d2b3,_0x3fb77e,_0x2f11bc])=>{const _0x5b56cc=_0x224f2f;let _0x3f41bf=nc(_0x5bf610,{'id':'embed.sheets.'+_0x10d2b3,'childType':_0x41e642[_0x5b56cc(0x61b)],'surface':_0x5b56cc(0x1de),'order':_0x2f11bc,'menuSchema':_0x3fb77e});_0x3f41bf&&_0x3e9b2a[_0x5b56cc(0x5a2)](_0x3f41bf);}),_0xe7ea20(()=>_0x3e9b2a[_0x224f2f(0x68e)](_0x185b61=>_0x185b61[_0x224f2f(0x526)]()));}function Bp(){const _0x5eff2c=_0x5a6880;return{...md({'childType':_0x41e642[_0x5eff2c(0x61b)],'productName':_0x5eff2c(0x466)}),'presentationPolicy':{'getChromeCss':()=>_0x5eff2c(0x562),'activateNavigationAtPoint':({childContext:_0x1d4079,clientX:_0x481733,clientY:_0x5dca19,runtimeHost:_0x97cf7c})=>{const _0xa99ce0=_0x5eff2c;let _0x2c6e05=yd(_0x97cf7c,_0xa99ce0(0x1fd),_0x481733,_0x5dca19),_0x19643b=_0x2c6e05==null?void 0x0:_0x2c6e05[_0xa99ce0(0x22d)]['id'],_0x5a7022=_0x1d4079[_0xa99ce0(0x6a3)][_0xa99ce0(0x362)];return!_0x19643b||!_0x5a7022?!0x1:_0x5a7022['syncExecuteCommand'](_0x493ef3['id'],{'unitId':_0x1d4079[_0xa99ce0(0x21e)],'subUnitId':_0x19643b})!==!0x1;}}};}function Vp(_0x43f716){const _0x2745b8=_0x5a6880;return{'childType':_0x41e642[_0x2745b8(0x61b)],'supportedLayouts':[_0x2745b8(0x2f2),'docs-sticky-sheet',_0x2745b8(0x6fe)],'canvasRootClassName':'univer-bg-gray-0\x20dark:!univer-bg-gray-900','scopedDependencies':[[_0x4814ad,{'useClass':_0x1043a0}]],'beforeDeactivate':Wp,'mount':_0x4b6f26=>{const _0x22fc83=_0x2745b8;var _0x1a3278;let _0x30cd26=_0x4b6f26['runtimeScope']['injector'],_0x2f10f3=_0x4b6f26[_0x22fc83(0x6a3)][_0x22fc83(0x631)]['canvas']??_0x4b6f26[_0x22fc83(0x234)]['canvasRoot']??_0x4b6f26[_0x22fc83(0x234)][_0x22fc83(0x5f7)]??_0x4b6f26[_0x22fc83(0x234)][_0x22fc83(0x302)],_0xe601af=_0x4b6f26[_0x22fc83(0x6a3)]['roots']['content']??_0x4b6f26[_0x22fc83(0x234)][_0x22fc83(0x5f7)]??_0x2f10f3;_0x2f10f3[_0x22fc83(0x22d)][_0x22fc83(0x509)]=_0x4b6f26[_0x22fc83(0x21e)],_0x2f10f3[_0x22fc83(0x22d)][_0x22fc83(0x184)]=_0x22fc83(0x625),_0xe601af[_0x22fc83(0x22d)][_0x22fc83(0x509)]=_0x4b6f26['childUnitId'],_0xe601af['dataset'][_0x22fc83(0x184)]=_0x22fc83(0x4e7);let _0x12fc95=_0x4b6f26[_0x22fc83(0x2e3)][_0x22fc83(0x312)](_0x599bd7)[_0x22fc83(0x182)](_0x4b6f26['childUnitId'],_0x41e642['UNIVER_SHEET']),_0x3d460d=_0x12fc95?Bd(_0x4b6f26,_0x43f716,_0x9ca4ff=>Up(_0x12fc95,_0x9ca4ff)):_0xe7ea20(()=>{}),_0x370ee8=ss(_0x4b6f26,_0x1c99aa,_0x2f10f3,{'scopedRenderInjector':!0x0})??_0xe7ea20(()=>{}),_0x273626=Hp(_0x4b6f26),_0x5f8c19=qp(_0x4b6f26,_0xe601af),_0x5c72ab=Ps(_0xe601af);return _0x5c72ab[_0x22fc83(0x4eb)](_0x3fd847(Ts,{'injector':_0x30cd26,'mountContainer':_0x4b6f26['runtimeScope'][_0x22fc83(0x631)]['popup'],'embedId':_0x4b6f26[_0x22fc83(0x256)],'children':_0x3fd847(Jp,{'canvasRoot':_0x2f10f3,'showChrome':Gp(_0x4b6f26),'readonly':((_0x1a3278=_0x4b6f26[_0x22fc83(0x4dc)])==null?void 0x0:_0x1a3278[_0x22fc83(0x57d)])===_0x22fc83(0x584),'unitId':_0x4b6f26['childUnitId']})})),_0xe7ea20(()=>{const _0x22bacc=_0x22fc83;_0x3d460d[_0x22bacc(0x526)](),_0x5f8c19['dispose'](),_0x273626[_0x22bacc(0x526)](),_0x370ee8[_0x22bacc(0x526)](),Fs(_0x5c72ab),_0x2f10f3[_0x22bacc(0x2b1)]&&(_0x2f10f3[_0x22bacc(0x2a8)](_0x22bacc(0x3a6)),_0x2f10f3[_0x22bacc(0x2a8)](_0x22bacc(0x5a9))),_0xe601af[_0x22bacc(0x2b1)]&&(_0xe601af[_0x22bacc(0x2a8)](_0x22bacc(0x3a6)),_0xe601af[_0x22bacc(0x2a8)](_0x22bacc(0x5a9)));});}};}function Hp(_0x518e10){const _0x566630=_0x5a6880;var _0x1e09ca;if(_0x518e10['layout']!==_0x566630(0x47b))return _0xe7ea20(()=>{});let _0xb9f942=(_0x1e09ca=_0x518e10[_0x566630(0x2e3)][_0x566630(0x312)](_0x1c99aa)[_0x566630(0x6a6)](_0x518e10['childUnitId']))==null||(_0x1e09ca=_0x1e09ca[_0x566630(0x209)][_0x566630(0x56a)](_0x3ef830[_0x566630(0x3bf)]))==null?void 0x0:_0x1e09ca[_0x566630(0x249)]();if(!_0xb9f942)return _0xe7ea20(()=>{});let _0x1cb7a0=_0xb9f942['hideTrackWhenUnscrollable'];return _0xb9f942[_0x566630(0x205)]=!0x0,_0xe7ea20(()=>{const _0x21bcc5=_0x566630;_0xb9f942[_0x21bcc5(0x205)]=_0x1cb7a0;});}function Up(_0x4fd830,_0x3497ed){const _0x1b7f97=_0x5a6880;var _0x56bffd;let _0x26fa2d=_0x3497ed==null?void 0x0:_0x3497ed[_0x1b7f97(0x3cd)],_0x3e1e1b=(_0x26fa2d?_0x4fd830[_0x1b7f97(0x198)](_0x26fa2d):void 0x0)??_0x4fd830[_0x1b7f97(0x575)]()[0x0];_0x3e1e1b&&((_0x56bffd=_0x4fd830['getActiveSheet'](!0x0))==null?void 0x0:_0x56bffd[_0x1b7f97(0x397)]())!==_0x3e1e1b[_0x1b7f97(0x397)]()&&_0x4fd830['setActiveSheet'](_0x3e1e1b);}function Wp(_0x49ddff){const _0x449c0e=_0x5a6880;var _0x17094c;(_0x17094c=_0x49ddff['runtimeScope'][_0x449c0e(0x362)])==null||_0x17094c['syncExecuteCommand'](_0x2234cd['id'],{'visible':!0x1,'eventType':_0x12cb97[_0x449c0e(0x3f8)],'unitId':_0x49ddff['childUnitId']}),_0x49ddff[_0x449c0e(0x6a3)][_0x449c0e(0x2e3)][_0x449c0e(0x255)](_0x5b63da)&&_0x49ddff['runtimeScope'][_0x449c0e(0x2e3)][_0x449c0e(0x312)](_0x5b63da)[_0x449c0e(0x47d)](_0x49ddff[_0x449c0e(0x21e)]);}function Gp(_0x27a61b){const _0x5549e9=_0x5a6880;return _0x27a61b[_0x5549e9(0x234)][_0x5549e9(0x57d)]===_0x5549e9(0x2aa)||!!_0x27a61b[_0x5549e9(0x234)][_0x5549e9(0x662)];}function Kp(_0x5b37d9,_0xb43fc1){const _0xc1bd81=_0x5a6880;let _0x33c554=_0x5b37d9[_0xc1bd81(0x38f)][_0xc1bd81(0x547)],_0x1d11b7=_0x5b37d9[_0xc1bd81(0x38f)][_0xc1bd81(0x523)];return _0x5b37d9[_0xc1bd81(0x38f)][_0xc1bd81(0x547)]=_0xb43fc1[_0xc1bd81(0x2fa)]?_0xc1bd81(0x41c):'',_0x5b37d9['style'][_0xc1bd81(0x523)]=_0xb43fc1[_0xc1bd81(0x1cb)]?_0x5a5eef+'px':'',_0xe7ea20(()=>{const _0x330cc2=_0xc1bd81;_0x5b37d9[_0x330cc2(0x38f)][_0x330cc2(0x547)]=_0x33c554,_0x5b37d9[_0x330cc2(0x38f)][_0x330cc2(0x523)]=_0x1d11b7;});}function qp(_0x3eb33c,_0x1b6974){const _0x39896e=_0x5a6880;var _0x48d8b6,_0x4a62ad;return(_0x48d8b6=_0x3eb33c['injector'])!=null&&(_0x4a62ad=_0x48d8b6[_0x39896e(0x255)])!=null&&_0x4a62ad[_0x39896e(0x380)](_0x48d8b6,dl)?_0x3eb33c[_0x39896e(0x2e3)][_0x39896e(0x312)](dl)[_0x39896e(0x3f2)]({'embedId':_0x3eb33c[_0x39896e(0x256)],'childUnitId':_0x3eb33c[_0x39896e(0x21e)],'root':_0x3eb33c['renderScope']['rootElement'],'contentRoot':_0x1b6974}):_0xe7ea20(()=>{});}function Jp(_0x2f8b62){const _0x3ecee8=_0x5a6880;let {canvasRoot:_0x4749b9,readonly:_0x217882,showChrome:_0x45cf5a,unitId:_0x16124f}=_0x2f8b62,_0x79ad25=_0x3a4f8c(_0x135f62),_0x9bc95e=_0x38c7ab(_0x554635),_0x2c53cd=_0x9bc95e[_0x3ecee8(0x312)](_0x3ecee8(0x580))??_0x9bc95e['get'](_0x3ecee8(0x4fb)),_0x5cf9f5=_0x45cf5a&&(_0x79ad25==null?void 0x0:_0x79ad25['formulaBar'])!==!0x1,_0x158466=_0x79ad25==null?void 0x0:_0x79ad25[_0x3ecee8(0x5f0)],_0x438cc4=_0x45cf5a&&_0x158466!==!0x1&&(typeof _0x158466!='object'||_0x158466[_0x3ecee8(0x1cb)]!==!0x1);return _0xb3b79a(()=>{const _0x7a7002=_0x3ecee8;let _0x962bca=Kp(_0x4749b9,{'formulaBar':_0x5cf9f5,'sheetBar':_0x438cc4});return()=>_0x962bca[_0x7a7002(0x526)]();},[_0x4749b9,_0x5cf9f5,_0x438cc4]),_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x3ecee8(0x47e),{'className':_0x3ecee8(0x3fb),'data-u-comp':_0x3ecee8(0x538),'children':_0x3fd847(_0x51087d,{'unitId':_0x16124f})}),_0x5cf9f5&&_0x3fd847(_0x3ecee8(0x47e),{'className':'univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','style':{'height':0x1c},'children':_0x3fd847(_0x30e59c,{})}),!_0x217882&&_0x2c53cd&&_0x3fd847(_0x2c53cd,{}),!_0x217882&&!(_0x79ad25!=null&&_0x79ad25[_0x3ecee8(0x1c2)])&&_0x3fd847(_0x484672,{}),!_0x217882&&_0x3fd847(_0x491733,{}),_0x438cc4&&_0x3fd847(_0x3ecee8(0x47e),{'className':_0x3ecee8(0x44b),'style':{'height':_0x5a5eef},'children':_0x3fd847(_0x1a1924,{})})]});}const Yp=_0xda765c(({children:_0x3dbefa,className:_0x621364,title:_0x2bc845,onClick:_0xbd16b1,onMouseDown:_0x2f9aa7,onPointerDown:_0x5a13eb,..._0x4a9060},_0x4a8a39)=>{const _0x3273b4=_0x5a6880;let _0x2d50da=_0x38c7ab(_0x2d0f78)['t'](_0x2bc845);return _0x3fd847(_0x283de6,{'ref':_0x4a8a39,'type':_0x3273b4(0x480),'size':_0x3273b4(0x19e),'variant':_0x3273b4(0x286),'aria-label':_0x2d50da,'title':_0x2d50da,'className':_0xc96f2f(_0x3273b4(0x17f),_0x621364),'onPointerDown':_0x5c8c61=>{_0x5c8c61['stopPropagation'](),_0x5a13eb==null||_0x5a13eb(_0x5c8c61);},'onMouseDown':_0x279d5e=>{const _0x2a0bdf=_0x3273b4;_0x279d5e[_0x2a0bdf(0x5b2)](),_0x2f9aa7==null||_0x2f9aa7(_0x279d5e);},'onClick':_0x39527c=>{const _0x108671=_0x3273b4;_0xbd16b1==null||_0xbd16b1(_0x39527c),_0x39527c[_0x108671(0x5b2)]();},..._0x4a9060,'children':_0x3dbefa});}),Xp=_0xda765c(({title:_0x4675fd,primary:_0x452b1e,disabled:_0x2fb818,open:_0x5a337d,onPrimaryClick:_0x995fe8,onMouseDown:_0x1f0a8a,onPointerDown:_0x5001b6,onClick:_0x4421bb,..._0x5c945e},_0x5f3e42)=>_0xe9062d(_0x5a6880(0x47e),{'ref':_0x5f3e42,'className':_0xc96f2f(_0x5a6880(0x5e1),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x5a337d,'univer-cursor-not-allowed\x20univer-opacity-60':_0x2fb818}),'onPointerDown':_0x3fde4e=>{const _0x5a6847=_0x5a6880;_0x3fde4e[_0x5a6847(0x5b2)](),_0x5001b6==null||_0x5001b6(_0x3fde4e);},'onMouseDown':_0x5c68b3=>{_0x5c68b3['stopPropagation'](),_0x1f0a8a==null||_0x1f0a8a(_0x5c68b3);},'onClick':_0x2ade68=>{const _0x5c2f60=_0x5a6880;_0x4421bb==null||_0x4421bb(_0x2ade68),_0x2ade68[_0x5c2f60(0x5b2)]();},..._0x5c945e,'children':[_0x3fd847('button',{'type':_0x5a6880(0x480),'className':_0x5a6880(0x1a8),'disabled':_0x2fb818,'onClick':_0x4947b6=>{_0x4947b6['stopPropagation'](),_0x995fe8();},'children':_0x452b1e}),_0x3fd847(_0x2031f6,{'orientation':_0x5a6880(0x502)}),_0x3fd847(_0x5a6880(0x480),{'type':'button','className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','disabled':_0x2fb818,'children':_0x3fd847(_0x183b59,{})})]}));Xp['displayName']=_0x5a6880(0x2bd);function Zp(_0x2fda49){const _0x8b1e7d=_0x5a6880;let {children:_0x3602eb,title:_0x5a33a8,className:_0x37773d,disabled:_0x497502,active:_0x428955,onClick:_0x47d780}=_0x2fda49;return _0x3fd847(_0x2b0874,{'title':_0x5a33a8,'placement':_0x8b1e7d(0x523),'children':_0x3fd847(_0x4ce816,{'className':_0xc96f2f(_0x8b1e7d(0x36f),_0x37773d),'disabled':_0x497502,'active':_0x428955,'onClick':_0x47d780,'children':_0x3602eb})});}function Qp(_0x5e3e80){let {item:_0x273af4,children:_0x379ff8,title:_0x4e79d3,onClick:_0x23a51f}=_0x5e3e80,{hidden:_0x2330a1,disabled:_0x3dcfd2,activated:_0x371480}=$p(_0x273af4),_0x4bc5c2=_0x38c7ab(_0x2d0f78);return!_0x273af4||_0x2330a1?null:_0x3fd847(Zp,{'title':_0x4bc5c2['t'](_0x4e79d3),'disabled':_0x3dcfd2,'active':_0x371480,'onClick':_0x23a51f,'children':_0x379ff8});}function $p(_0x51d1c5){return{'hidden':_0xa8c38f(()=>{const _0x399c05=_0x1f5b;var _0x1d5b69;return(_0x51d1c5==null||(_0x1d5b69=_0x51d1c5[_0x399c05(0x5d8)])==null?void 0x0:_0x1d5b69[_0x399c05(0x423)](_0x2328a6(!0x1)))??_0x362df4(!0x1);},!0x1,!0x1,[_0x51d1c5]),'disabled':_0xa8c38f(()=>{const _0x24e615=_0x1f5b;var _0x3dc380;return(_0x51d1c5==null||(_0x3dc380=_0x51d1c5['disabled$'])==null?void 0x0:_0x3dc380[_0x24e615(0x423)](_0x2328a6(!0x1)))??_0x362df4(!0x1);},!0x1,!0x1,[_0x51d1c5]),'activated':_0xa8c38f(()=>{const _0x13761d=_0x1f5b;var _0x3f5fd4;return(_0x51d1c5==null||(_0x3f5fd4=_0x51d1c5['activated$'])==null?void 0x0:_0x3f5fd4[_0x13761d(0x423)](_0x2328a6(!0x1)))??_0x362df4(!0x1);},!0x1,!0x1,[_0x51d1c5]),'value':_0xa8c38f(()=>{const _0x362025=_0x1f5b;var _0xc13671;return(_0x51d1c5==null||(_0xc13671=_0x51d1c5[_0x362025(0x433)])==null?void 0x0:_0xc13671['pipe'](_0x2328a6(void 0x0)))??_0x362df4(void 0x0);},void 0x0,!0x1,[_0x51d1c5])};}function em(_0x1a7326){const _0x3919db=_0x5a6880;return _0x1a7326[_0x3919db(0x696)]??_0x1a7326[_0x3919db(0x250)]??_0x1a7326['id'];}function tm(_0x17be30){const _0x1d7482=_0x5a6880;return typeof _0x17be30[_0x1d7482(0x243)]==_0x1d7482(0x37f)?_0x17be30['label']:typeof _0x17be30['value']==_0x1d7482(0x37f)||typeof _0x17be30[_0x1d7482(0x413)]==_0x1d7482(0x65b)?String(_0x17be30[_0x1d7482(0x413)]):_0x17be30['id']??'';}function nm(_0x1e0e4a){const _0x1fe836=_0x5a6880;return _0x1e0e4a===_0xb727e8['CLIP']?_0x3fd847(_0xcdb9c7,{}):_0x1e0e4a===_0xb727e8[_0x1fe836(0x5ce)]?_0x3fd847(_0x361166,{}):_0x3fd847(_0x335489,{});}function rm(_0x5c2f2c){const _0x567d28=_0x5a6880;return _0x5c2f2c instanceof HTMLElement&&!!_0x5c2f2c[_0x567d28(0x5ba)](_0x567d28(0x4ac));}function im(_0x179761){const _0x3b4211=_0x5a6880;_0x179761[_0x3b4211(0x5b2)](),rm(_0x179761[_0x3b4211(0x428)])||_0x179761['preventDefault']();}function am(_0x43ed0d,_0x103740){const _0x3c3548=_0x5a6880;if(!(_0x43ed0d instanceof HTMLElement))return!0x1;let _0x422157=_0x43ed0d[_0x3c3548(0x5ba)](_0x3c3548(0x18f));return(_0x422157==null?void 0x0:_0x422157[_0x3c3548(0x364)]('data-embed-id'))===_0x103740;}function om(_0x566578,_0x149122){const _0x14ad4b=_0x5a6880;let _0x47a6e3=_0x566578[_0x14ad4b(0x428)];am(_0x47a6e3,_0x149122)&&_0x566578[_0x14ad4b(0x652)]();}function sm(_0x39bfe3){const _0x2cc6fd=_0x5a6880;let {embedId:_0x8489dd,children:_0x17b348,onPointerDown:_0x3ee5bb}=_0x39bfe3;return _0x3fd847(_0x2cc6fd(0x308),{'data-embed-id':_0x8489dd,'data-embed-floating-menu-popup':_0x2cc6fd(0x357),'className':_0x2cc6fd(0x5a8),'onPointerDown':_0x3ee5bb,'onMouseDown':im,'children':_0x17b348});}function cm(_0x5be5cd){const _0x248ddf=_0x5a6880;let {children:_0x440c1e}=_0x5be5cd;return _0x3fd847(_0x248ddf(0x47e),{'className':_0x248ddf(0x4ab),'children':_0x440c1e});}function lm(_0x5233ea){const _0x33ff2d=_0x5a6880;let {embedId:_0x496d36,title:_0x5cffa7,trigger:_0x41366d,overlay:_0x3f0939,disabled:_0x4c3bed,triggerClassName:_0x251477,open:_0x35da22,onOpenChange:_0x383c5a}=_0x5233ea;return _0x3fd847(_0x2f1ff7,{'disabled':_0x4c3bed,'align':_0x33ff2d(0x368),'sideOffset':0x6,'open':_0x35da22,'onOpenChange':_0x383c5a,'onPointerDownOutside':_0x318f83=>om(_0x318f83,_0x496d36),'onFocusOutside':_0x20b769=>om(_0x20b769,_0x496d36),'onInteractOutside':_0x590a4a=>om(_0x590a4a,_0x496d36),'overlay':_0x3fd847(_0x33ff2d(0x47e),{'data-embed-id':_0x496d36,'data-embed-floating-menu-popup':_0x33ff2d(0x357),'onPointerDown':im,'onMouseDown':im,'children':_0x3f0939}),'children':_0x3fd847(Yp,{'title':_0x5cffa7,'data-state':_0x35da22?_0x33ff2d(0x4f0):'closed','disabled':_0x4c3bed,'className':_0x251477,'children':_0x41366d})});}function um(_0x3780a5){const _0x26322c=_0x5a6880;let {children:_0x6dc46e}=_0x3780a5;return _0x3fd847(_0x26322c(0x308),{'className':_0x26322c(0x69b),'onPointerDown':im,'onMouseDown':im,'children':_0x6dc46e});}function dm(_0x163b71){const _0x56d99f=_0x5a6880;let {children:_0x4472b2}=_0x163b71;return _0x3fd847('section',{'className':_0x56d99f(0x2ab),'onPointerDown':im,'onMouseDown':im,'children':_0x4472b2});}function fm(_0xffc41){const _0x12aed5=_0x5a6880;let {children:_0x51474e,icon:_0x362632,onClick:_0x4577fd}=_0xffc41;return _0xe9062d('button',{'type':_0x12aed5(0x480),'className':_0x12aed5(0x227),'onClick':_0x4577fd,'children':[_0x3fd847('span',{'className':_0x12aed5(0x58f),'children':_0x362632}),_0x3fd847(_0x12aed5(0x579),{'className':_0x12aed5(0x450),'children':_0x51474e})]});}function pm(_0x2aba2b){const _0x3f83ed=_0x5a6880;let {children:_0x24e423,icon:_0x19c987,active:_0x5a938f,onClick:_0x5978ad}=_0x2aba2b;return _0xe9062d(_0x3f83ed(0x480),{'type':_0x3f83ed(0x480),'className':_0xc96f2f(_0x3f83ed(0x437),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x5a938f}),'onClick':_0x5978ad,'children':[_0x19c987,_0x24e423]});}function mm(_0x386819){const _0x1f1f24=_0x5a6880;let {title:_0x3d74da,active:_0x5ea2ba,disabled:_0x3cf353,children:_0x342c72,onClick:_0x402c10}=_0x386819;return _0x3fd847(_0x2b0874,{'title':_0x38c7ab(_0x2d0f78)['t'](_0x3d74da),'placement':_0x1f1f24(0x523),'children':_0x3fd847(_0x4ce816,{'className':_0x1f1f24(0x32d),'disabled':_0x3cf353,'active':_0x5ea2ba,'onClick':_0x402c10,'children':_0x342c72})});}function hm(){return[..._0x295792];}function gm(){return[..._0x1797dc];}function _m(_0x3dd475){const _0x4342a9=_0x5a6880;return!_0x3dd475||!(_0x4342a9(0x6ee)in _0x3dd475)||!Array[_0x4342a9(0x50e)](_0x3dd475['selections'])?[]:_0x3dd475[_0x4342a9(0x6ee)];}function vm(_0x528288){const _0x30a137=_0x5a6880;let {menuItem:_0x1313fb,onClick:_0x54b7bd}=_0x528288,{hidden:_0x308f26,disabled:_0x45597f,value:_0x44e3f7}=$p(_0x1313fb),_0x25c342=_0x38c7ab(_0x2d0f78);if(!_0x1313fb||_0x308f26)return null;let _0x10df5d=_0x25c342['t']('embed-ui.sheetsFloating.toolbar.numberFormat');return _0x3fd847(_0x2b0874,{'title':_0x10df5d,'placement':_0x30a137(0x523),'children':_0xe9062d(Yp,{'title':_0x10df5d,'disabled':_0x45597f,'onClick':_0x54b7bd,'children':[_0x3fd847(_0x38a3ad,{}),_0x3fd847(_0x30a137(0x579),{'children':typeof _0x44e3f7==_0x30a137(0x37f)&&_0x44e3f7?_0x44e3f7:_0x30a137(0x65f)}),_0x3fd847(_0x183b59,{})]})});}function ym(_0x263346){const _0xa71e3b=_0x5a6880;let {embedId:_0x677a29,menuItem:_0x47abbd,title:_0x42200c,open:_0x183e94,onOpenChange:_0x4496cd,onSelect:_0x4ae7b7}=_0x263346,{hidden:_0x1817c2,disabled:_0xaf64a6,value:_0x4a527e}=$p(_0x47abbd);if(!_0x47abbd||_0x1817c2)return null;let _0x57d491=typeof _0x4a527e==_0xa71e3b(0x37f)&&_0x4a527e?_0x4a527e:'Arial';return _0x3fd847(lm,{'embedId':_0x677a29,'disabled':_0xaf64a6,'title':_0x42200c,'open':_0x183e94,'onOpenChange':_0x4496cd,'trigger':_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0xa71e3b(0x579),{'className':_0xa71e3b(0x2b4),'children':_0x57d491}),_0x3fd847(_0x183b59,{})]}),'overlay':_0x3fd847(_0xa71e3b(0x47e),{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','onPointerDown':im,'onMouseDown':im,'children':_0x3fd847(_0x534849,{'value':_0x57d491,'onChange':_0x21ec03=>{_0x4ae7b7(_0x21ec03),_0x4496cd(!0x1);}})})});}function _0x17fd(){const _0x29224b=['univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','resolvedDependencyCollection','viewportWidth','current','transform','mount','getUnitType','scrollLeft','find','embedSheetsSheetTabError','existingEmbedId','_focusDocumentBody','_hasContributionId','embed-ui.basesFloating.viewSettings.deleteView','zoom','footer','univer-size-3','inline','keydown','_dispatchEscapeToFloatingSurface','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','_passiveWheelHandlerRegistry','contentRoot','factory','race','_flushPendingContributions','_pendingChildUnits','_normalizeHostMountResult','identifier:univer.ribbon-service','alt','clearVirtualRecords','resolve','objectFit','registerRuntimeScope','activateAnchor','syncingChildFromHost','sheets-floating-object','docs-sticky-base','isFinite','embed-float-dom-interaction-gate','getLocales','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','hostElement','embed-ui.sheetsFloating.toolbar.textColor.main','_boardUIStateService','_runtimePolicyService','Next\x20page','icon','sourceMeta','divider-block','visualOffset','EMBED_RUNTIME_HOST_NOT_ATTACHED:','Element','isHostGesture','pointerEvents','closeContextMenu','getStickyHeaderHeight','_isBlockingLease','UNIVER_SHEET','invalidate','univer-fixed\x20univer-z-[900]','code','stage','body','replace','restoreViewState','classic','pointerId','sheet-workbench','keyboard','unitID','[data-u-comp=\x22embed-float-dom-chrome\x22]','dropdown','createElement','viewId','fit','_markBodyPortalOwner','getActiveSheet','univer-popup','getState','roots','defaultPageSize','hidden','deltaX','querySelector','Gallery','triggerContextMenu','hasChildInteractionLease','catch','embed-ui.sheetsFloating.toolbar.resetColor','univer-overflow-hidden','content-bounds-fit','tableOrder','_registerProductMenus','isChildUnitInActiveSession','verticalWheelMode','touchAction','constructor','base-embed-floating-menu','_childUnitAncestry','scrollWidth','floor','embed-ui.sheetsFloating.align.bottom','[data-u-comp=\x22base-view-tab\x22]','viewportPanOffset','_isUniverPortalTreeElement','afterRender$','1090eYpnXG','chrome','created$','supportedLayouts','HTMLElement','contains','preventDefault','float','data-radix-popper-content-wrapper','cancelAnimationFrame','supports','embed-ui.boardsFloating.resetZoom','view-','overflowY','getCurrentTypeOfUnit$','number','previewRequested$','getActiveDescriptorsByChildUnit','interactionFlow','General','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','src','fullscreen','_assertChildUnitAvailable','data-embed-popup-root','detail','runtimeHost','focusin','_itemId','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','getDirection','design','default','_contextsByEmbedId','embed-ui.sheetsFloating.align.top','univer-z-[2]\x20univer-flex\x20univer-h-full','flushForTests','message','pageManager','slides-ui.embed','slides-ui.ribbon','registerCtorForType','zoomRatio','Boards','hasAnyBlockingChildFocusLease','classList','sheets-ui.embed','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','_contributions','onHostWheel','EMBED_MOUNT_CHILD_NOT_RESOLVED','isMainScene','_restorePreviousChildCurrentUnit','viewportPoint','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','prepare','_docViewScaleService','registerChildInteraction','acquireStage2SessionLease','scopedRenderInjector','_renderManagerService','queueMicrotask','all','filter','baseUnitId','allowPlaceholder','forEach','embed-ui.sheetsFloating.toolbar.fillColor.main','tab-peer-runtime','document','allowOwnedPortalReassignment','activeElement','unregisterCommand','registerRenderModule','tooltip','_runChildBeforeDeactivate','clearSelection','UNIVER_BOARD','activationService','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','docsLeft','deleteBlock','overlay','hideContextMenu','verticalAlign','hostAnchorId','slide-readonly-preview','runtimeScope','SheetsSheetTab','clearFloating','getRenderUnitById','set','order','dependencyCollection','_mountResolvedHost','align-items:center','ALL','subscribeConfigValue$','content-only','disposables','reason','formatPainter','scrollTop','_registerRuntimeBoundary','getPreview','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','[data-u-comp=\x22embed-float-dom-content\x22]','_blurActiveElementBeforePortalReassignment','_getEventClientPoint','decoratorName','ownerDocument','sheetLike','#000000','_registerFloatingMenus','markStale','config','mountMenu','content','EMBED_DUPLICATE_CHILD_UNIT','mountService','_disposed','hyper-link','right','[data-u-comp=\x22embed-float-dom-live\x22]','data-embed-canvas-root','host-passive','now','routeHostGestures','childOffset','title-only','_resolveLayout','activateTable','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','session$','clearActiveEditing','startsWith','_contextsByChildUnitId','getRuntimeScopedDependencies','disableLiveHostPointerEvents','[data-embed-overlay-root]','_tabFocusLeases','measureContentSize','rowHeight','activatePortalScope','makeForceDirty','child-tab','_hostContainerRegistry','schedule','unitAdded$','hideFloatMenu','_entriesByKey','display:flex','_menuOverrideService','className','_session$','area','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','element','Grid','documentElement','[data-embed-interaction-boundary-owner]','innerHeight','selections','packageName','bleedRight','onCommandExecuted','name','makeDirty','focusFloatingRuntime','productName','_activeDragCleanup','univer-h-8\x20univer-w-full\x20univer-px-2','embed-ui.basesFloating.confirmDelete.tableDescription','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','drawImage','width:100%','embed-float-dom-overlay','getTypeOfUnitDisposed$','scroll-contained','kind','ready','registerDisabledUIParts','requestPreview','_hostAdapterRegistry','univer-pointer-events-auto\x20univer-box-border\x20univer-min-w-0\x20univer-self-stretch\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','embed-ui.fullscreen.exit','medium','getCurrentUnitOfType','GLOBAL','components','getRegistrationByChildUnitId','dpr','max','SlidesFloatingObject','univer-pointer-events-auto','numfmt','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','_getOwnedEmbedIdFromEventPoint','docs-ui.embed','_focusUnit','join','activateNavigationAtPoint','univer-z-[21]','beforeCommandExecuted','_focusTemporarySink','containsElement','[data-u-comp=\x22embed-docs-custom-block\x22]','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','getByEmbedId','conditionalColoring','_getSlideModel','appendChild','sparkline','startedAt','blockRegistry','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','_projectionService','clientWidth','getUnit','2240043RaKTaf','embedChildRenderMode','_geometryInvalidated$','embedHostEntry','_leaseAppliesToHostUnit','none','missing-descriptor','retrying-base-child-render','_focusOwnerService','leftPanelWidth','createScoped','embed-ui.basesFloating.viewSettings.configureView','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','embed-float-dom-live','enableExclusivePolicy','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','index','univer-min-w-0\x20univer-truncate','_sync','innerWidth','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','getSheetBySheetId','pointer','OTHERS','UNIVER_SLIDE','subscribeVerticalScroll','currentTarget','small','menuSchema','\x20/\x20','UNIVER_UNKNOWN','activateFloating','getActiveDescriptors','_isHTMLElement','fontSize','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','embed-float-dom-popup','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','collapsedGroupPaths','[id^=\x22univer-doc-selection-container-docs-\x22]','pageId','_isOwnedElement','items','nested','includes','data-u-comp','activate','test','_activeDrain','embedModelService','min','nextSibling','UNRECOGNIZED','_sortHandlers','_roots','_instanceService','UNIVER_DOC','scrollState','captureByHostAnchorId','calculatePagePosition','embed-ui.basesFloating.confirmDelete.tableTitle','getConfig','_getChildUnitForMeasurement','disableEdit','size','_previousChildCurrentUnits','_focusCoordinator','EmbedDuplicateChildUnitError','commandId','revision','observe','sequence','sheetBar','delta','addDescriptor','getOwnPropertyDescriptor','updateViewState','getOffsetConfig','ownsSession','pending','activeViewId','event','focusUnit','prepend','subscribe','identifier:univer.menu-manager-service','getViewScale','stage2-runtime','_findPreviousReadyEntry','119185VrlJrg','conditions','ribbon','clientY','img','docsSheetLikeLayout','listElements','_tabHostRenderLeases','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','embed-ui.sheetsFloating.textWrap.clip','_resolvedChildUnits','SlidesPageListBlock','getCanvasElement','createUnit','bold','slides-floating-object','list','waiting-base-canvas-root','4081620jyMQte','refCount','_registerProductUIContributions','_contentSizeChanged$','enableStage1BodyDrag','defaultRowHeight','resolveActiveChildSessionRuntimeScope','_undoRedoService','_current','_removeRuntimeFocusRoleTree','_config','slide-canvas','_assertResolvedChild','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','_isUniverPortalCandidate','[data-u-comp=\x22slide-tab-item\x22]','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','[id^=\x22__editor_docs-\x22]','stage1','focusCoordinator','data-embed-id','_nextIndex','embed-ui.sheetsFloating.toolbar.formatPainter','hideTrackWhenUnscrollable','blur','_layoutService','RIGHT','scene','visibility','fullscreenService','[data-embed-floating-menu-popup=\x22true\x22]','bases-ui.ribbon','passiveViewportRegistry','bleedWidth','stale','allowHostBodyDrag','hasCommand','identifier:ui.contextmenu.service','hostUnitId','closeRecordDetail','_registerChildFocusBridge','viewportScrollY','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','clipPath','_mountOwnedSession','doc-block','values','left','childUnitId','Slides','child-fullscreen','setCurrentUnitForType','contentWidth','deltaY','pointerdown','selector','associatedChildUnitIds','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','_univerInstanceService','_modelService','hideAllContextualTabs','base','active$','dataset','fieldSettings','entry','getRowHeight','sWidth','13px','_restoreStage2ChildFocusWhenHostRefocuses','renderScope','embed-ui.sheetsFloating.toolbar.mergeCell.main','_leaseAppliesToChildUnit','pointercancel','click','defaults','disposed','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-transparent\x20univer-p-0\x20univer-text-gray-50\x20univer-shadow-sm\x20before:univer-absolute\x20before:univer-inset-0\x20before:univer-rounded-md\x20before:univer-bg-gray-900\x20before:univer-opacity-[0.45]\x20before:univer-transition-opacity\x20before:univer-duration-150\x20before:univer-content-[\x27\x27]\x20hover:univer-shadow-md\x20hover:before:univer-opacity-[0.65]','getProjection','remove','_notifyRuntimeSessionChanged','sessionMode','focusHostForPassiveRuntime','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','12px','label','_commandService','documentStyle','_getLatestActivePortalOwner','important','setFocusOwner','getScrollBar','_touchServices','embedFloatingMenuEntry','tabIndex','syncExecuteCommand','with','[data-embed-popup-root]','title','registerContextMenuHandler','DATA','univer-pointer-events-auto\x20univer-gap-1.5\x20hover:!univer-bg-primary-100\x20hover:!univer-text-primary-700\x20dark:hover:!univer-bg-primary-800\x20dark:hover:!univer-text-primary-100\x20[&_svg]:!univer-size-3.5','_boardElementStateService','has','embedId','hostToolbar','doc-block-stage2-runtime','3503583ePczKf','scaleY','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','add','embedChildRenderStatus','setContextValue','165518IXLbky','activateFullscreen','deltaZ','_getOwnedEmbedIdFromTarget','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_getAnyActiveElement','textColor','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','contentRect','_rootsByEmbedId','radio','devicePixelRatio','_setRenderFailure','Slide\x20','_portalObservers','color','registerOwnedElement','embed-ui.sheetsFloating.toolbar.font','_contextService','child-popup','complete','useFactory','setTimeout','data-embed-menu-slot','getElementDataForUnit','_getHostUnit','_focusTabPeerSession','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','#ffffff','embed-ui.sheetsFloating.borderLine.borderColor','_findFallbackUnitId','search','getContextByEmbedId','getActive','elements','maxRetries','DEFAULT_TOTAL_SIZE','sheet-embed-floating-menu','_getDocsLeft','ghost','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','prototype','handleWheel','menu','data-embed-host-unit-id','params','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','fieldOrder','_getBodyPortalOwner','runtimeSessionChanged$','registerRoot','querySelectorAll','calendarEventSettings','registerFocusHandler','host-override','LEFT','_claimBodyPortals','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','_mountFloatingMenu','composedPath','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','THIN','embedSlidesPresentationPreviewImage','EMBED_MOUNT_CHILD_TYPE_MISMATCH','active','parentElement','SheetsFloatingObject','_markExistingBodyPortals','acquire','__addUnit','metaKey','recordId','getOwnPropertyNames','removeAttribute','mainComponent','tab','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','defaultColumnWidth','TOP','floatingActiveService','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','tableId','isConnected','_renderOne','table-list','univer-w-28\x20univer-truncate\x20univer-text-left','Escape','getChromeCss','token','embed-ui.basesFloating.confirmDelete.viewTitle','lockHostRibbon','decorate','hasBlockingChildFocusLease','_mountService','FloatingToolbarSplitTrigger','scaleX','scopedDependencies','data-embed-slides-floating-object-host','borderComposite','childType','round','getGalleryProjectionBodyHeight','8px','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','divider','backgroundColor','unit','textContent','enabled','_runQueue','hasHostPreservingChildFocusLeaseForHost','scrollHeight','_setCurrentUnitForType','getProvider','divider-format','image/png','_refreshHostDocZoom','hideHostFxBar','documentFlavor','bind','getUnitId','gate','menuOutlet','host-scroll-sync','univer-doc-main-canvas','EMBED_MOUNT_HOST_NOT_REGISTERED','hasRecentInteractionFor','_drainQueue','_resolveChildSessionMode','hideToolbar','exited$','embedRuntimeBlocked','injector','_active$','redos','type','unitDisposed$','visible','deactivateTabSessions','getSession','divider-layout','getAll','_releaseTabPeerHostRenderLease','disable','_items','openSearch','embedHostAnchorId','tab-peer','loading','disposeWithMe','priority','runtimeFocusChanged$','_mountBlockedRuntime','setProperty','instanceService','formulaBar','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-left-toolbar=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-top-right-menu=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-zoom-controls=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-help-control=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-object-list-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-shape-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-floating-panel-layer=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-text-editor-position-wrapper\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-floating-toolbar\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22editor-ui-floating-container\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','overflow','attributes','doc-width-scale','3213748rdApQm','root','placeholder','rootElement','_releaseTabPeerFocusLease','Node','univer-pointer-events-none','viewSettings','moved','section','openActiveEditor','resolvedDependencies','_sceneCanvasCaptureService','_activateTabPeerFocusLease','resize','records','univer-z-30','layout','_clearItems','get','uComp','clearTimeout','chart','KeyboardEvent','inert','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','univer-text-gray-900\x20dark:!univer-text-gray-0','registerCommand','data-embed-runtime-focus-role','shiftKey','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','getContextByHostAnchorId','wrap','getZoomRatio','Gantt','CLIP','39228ibSgUp','getColumnWidth','block','shiftViewportPanOffset','univer-popover','fitToWidth','resolved','hostHeaderMode','getStage','_getActiveOwnedRuntimeFocusInfo','univer-size-7','zoomStep','fonts','AllBorderIcon','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','entries','children','FOCUSING_BASE','4iCDkAh','beforeDeactivate','_selectAnchor','dialog','_overlayRootService','hostContext','_hostGestureEvents','_focusLayout','focus','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','settleDelayMs','embed-ui.basesFloating.viewSettings.title','data-embed-runtime-slot-owner','collapseWithoutChildScroll','univer-contents','univer-text-red-500','clientHeight','disabled',':anonymous:','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','embedChildRenderError','host','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','ignoreOwners','hasExact','verticalScrollOwner','_childUnitIds','externalHostInteractionUntil','child','views','embed-ui.basesFloating.confirmDelete.viewDescription','embedSlidesPresentationChrome','[data-u-comp=\x22embed-float-dom-live-content\x22]','isDisposed','true','embed-float-dom-content','pointerLease','setActivatedTab','child-session','docs-ui.ribbon','hasAnyChildInteractionLease','setSearchQuery','parentEmbedId','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','parentNode','commandService','insertBefore','getAttribute','role','splice','warn','start','exit','runtimeHostLeaseService','hasRecentInteraction','ctrlKey','univer-doc-selection-container-docs-','finally','univer-text-sm','removeRender','runtimeRoots','ribbonService','__editor_docs-','base-embed-fullscreen-view-tabs','_leases','inset','createDefaultConfig','univer-text-red-500\x20hover:univer-text-red-600','_baseUIStateService','key','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','presentationPolicy','rect-popup','graceMs','string','call','captureByChildUnitId','data-validation','_registerServices','status','requestAnimationFrame','embed-float-dom','unsubscribe','base-workbench','univer-fill-primary-600','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','embedSlidePreviewCanvasHost','canvasRoot','\x20-\x20','deferred','style','embed-ui.basesFloating.tableSidebar.defaultTableName','drawing','getFocusedUnit','getActiveSlide','stickyHeaderHeight','close','deltaMode','getSheetId','host-scroll','100%','_currentOverride','data-embed-bases-table-list-host','closeOwnedFloatingSurfaces','thread-comment','pointer-events','pivot-table','columnHeader','contentSizeChanged$','_isHostPreservingLease','recalculate','renderPreview','portalContainer','data-embed-child-render-unit-id','[data-u-comp=\x22headerbar\x22]','getContextByChildUnitId','univer-gap-0.5\x20univer-px-1','sheet.operation.open.numfmt.panel','scrollByViewportDeltaVal','pageWidth','startX','viewOrder','popup','owner','retryDelay','color:rgba(30,34,43,.64)','acquireLease','scopedActionServiceTokens','sort','passiveWheelHandlerRegistry','embedChildUnitId','runtime','usesDomFloatingStage','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','asObservable','getCanvas','_ensurePortalObserver','VIEW_MAIN','collectViewState','_rendering','shape','interactionBoundaryService','fixed','horizontalAlign','notifyContentSizeChanged','hostType','onMutationExecutedForCollab','previewUpdated$','auto','padding:16px','renderScopeActive','subUnitId','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','toggleAttribute','_rerenderHostDoc','maxHeight','childUnit','removeAllRanges','floating','\x0a\x20\x20univer-pointer-events-auto\x20univer-relative\x20univer-isolate\x20univer-flex\x20univer-shrink-0\x0a\x20\x20univer-items-center\x20univer-self-stretch\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x0a\x20\x20univer-border-gray-200\x20univer-bg-transparent\x20univer-p-1\x20univer-shadow-lg\x0a\x20\x20before:univer-pointer-events-none\x20before:univer-absolute\x20before:univer-inset-0\x0a\x20\x20before:univer-z-[-1]\x20before:univer-rounded-lg\x20before:univer-bg-gray-0\x20before:univer-opacity-90\x0a\x20\x20before:univer-content-[\x27\x27]\x20dark:!univer-border-gray-600\x20dark:before:!univer-bg-gray-900\x0a','canvasFloatDomPreviewService','_exited$','__embedSharedRootInjector','replaceChildren','stable','checkElementInCurrentContainers','_registerComponents','outline','[data-embed-runtime-focus-role]','_getChildSessionPriority','abs','_releaseBodyPortalClaims','activatedTab$','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','getAllUnitsForType','surface','toDataURL','_leaseSequence','childContext','padding','darkMode','setSearchActiveIndex','ref','getRowVisible','univer-size-3\x20univer-shrink-0','retry','isChildUnitRuntimeEvent','univer-min-w-6\x20univer-text-left','register','height','hostOffset','tabindex','_materializeService','override$','PointerDown','fontFamily','object','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','_getActiveElement','sheets-sheet-tab','disposeUnit','.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]','embed-ui.boardsFloating.fitContent','-100000px','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','getColVisible','elementsFromPoint','_blockRegistry','sheets-ui.ribbon','onReady','pageContentWidth','openRecordDetail','embed-ui.boardsFloating.zoomOut','app','[data-embed-floating-menu-entry]','source','_releaseTabPeerFocusLeasesForHost','margin-left','floating-menu','identifier:ui.layout-service','subscribeEvent','value','unsupported-layout','_injector','Base','position','hideContextualTab','_isAppShellEditorPortalCandidate','registerProvider','dragStarted','28px','_getVisibleCanvasDocumentRect','createRender','embedSlidesPresentationInteractionGate','_runtimeScopes','UNIVER_BASE','layoutPolicy','pipe','viewportHeight','_notifyRuntimeFocusChanged','closeToolbarPanel','capture','target','[data-radix-popper-content-wrapper]','getDescriptor','setScrollState','getSlide','activeTableId','unitId','16ZbLphi','slide-page-list','releaseStage2SessionLeaseIfActivationDoesNotStick','registerContainerElement','value$','Bases','unmount','divider-border','univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','DocsCustomBlock','slide-readonly-preview-shell','_enableEmbedUnitLeasePolicy','closeActiveEditor','renderManagerService','getByHostAnchorId','menuSlot','bases-ui.embed','pushUndoRedoForChild','updateItem','enable','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','_scheduleFloatingChildFocus','setStage','disposable','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-workbench-layout\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20grid-template-columns:\x20minmax(0,\x201fr)\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel-floating-expand-trigger\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-header-menu\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-add-view-button\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-view-tab-more\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-global-layer\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-right-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-footer\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','stage2','embed-ui.sheetsFloating.align.left','child-scroll','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','[data-board-viewport-host=\x22true\x22]','container','embedChildType','base-embed-add-view-menu','univer-truncate','contextChanged$','activateTab','then','defineProperty','wheel','_context','findIndex','setActive','setZoomRatioAtViewportPoint','tab-active','cancelEditing','aria-hidden','fakeToolbarVisible$','defaultPrevented','menuContainer','overlayRoot','matches','tables','hostLayout$','[data-embed-floating-menu=\x22true\x22]','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','Sheets','drawings','setAnchor','resizeDocsSheetLikeRendererByWheel','data-embed-interaction-boundary-owner','embed-ui.sheetsFloating.align.middle','setActiveSlide','_override$','scrollToViewportPos','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','localeChanged$','getFlatMenuByPositionKey','allowed','_boardElementService','numberFormat','getAncestryForHostUnit','getCanvasEle','embed-ui.sheetsFloating.align.center','focused$','defaultView','inactive','docs-sticky-sheet','_isOwnedBoundaryElement','hidePopupsForUnit','div','embed-float-dom-chrome','button','univer-fill-gray-900\x20dark:!univer-fill-gray-0','activateView','_activePortalOwners','registerElement','pageSize','registerMountedRuntime','_observeWheel','addDisposer','image','getFocusOwner','Select\x20page','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','_getHostSnapshot','getOverride','field-','max-width','_markInteractionBoundaryOwnerTree','embed-ui','workbench','iterator','ownedPointerInteractionUntil','#b91c1c','_ownedRuntimeFocusAppliesToHost','getContextValue','materializeDescriptor','_setAnchorTransformerVisible','collapsedIds$','univer:embed-float-drag-handle:pointerdown','_rootsByChildUnitId','bases-table-list-block','embedLayout','_elements','clipBottom','symbol','getUnitCreateOptions','syncingHostFromChild','embedSlidesPresentationSurface','merge','embed-ui.basesFloating.copySuffix','[data-embed-float-fullscreen-button]','initial','getCurrentSelections','univer-flex\x20univer-items-center\x20univer-gap-1','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','_registerRootPopupDescendantFocusRoles','absolute','next','univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','_embedModelService','enter','viewScale','fromEntries','_maxDepth','offsetWidth','clearTab','base-embed-fullscreen-add-view-menu','_anchorModelService','setAttribute','mousedown','_cleanupOrdinaryBodyChromeClaims','engine','viewportScrollX','some','1.0.0-beta.1','maxDepth','#app','slideOrder','group','max-depth','SKIP_SELF','setFakeToolbarVisible','removeChild','registerMultipleCommand','438dJQmYN','BasesTableListBlock','liveRoot','_floatingActiveService','_isBlockingRole','_domLayerService','scopedInjector','divider-font','embedSlidesPresentationRuntime','getBoundingClientRect','getOwnPropertySymbols','_contextsByHostAnchorId','FOCUSING_','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','session','_handleDragStart','releaseSessionFocus','descriptor','data-embed-child-type','SELF','_rootsByHostAnchorId','shift','Missing\x20embed\x20float\x20preview\x20provider:\x20','_containsRegisteredElement','_wheelScrollService','sceneCanvasCaptureService','@univerjs-pro/embed-ui','false','sheet-overlay','addEventListener','_isHostDocEditorPortal','print','render','map','base-embed-actions-surface','expiresAt','getValue','open','virtualWidth','mounted','syncHostVerticalScroll','calendarViewSettings','_hasUnit','restoreService','configurations','runtimeFocusOwners','display','translateY(','ShapeTextEditorContainer','hostChromeMode','font:13px/1.5\x20sans-serif','aspect-fit','promote','_handlers','embed-ui.config','vertical','_suspendTabPeerHostRender','embed-ui.sheetsFloating.borderLine.borderSize','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','docs-custom-block','activeEmbedId','version','embedChildRenderUnitId','getKanbanProjectionBodyHeight','border-radius:8px','__editor___INTERNAL_EDITOR__','_sessions','isArray','error','data-embed-overlay-root','fallbackHeight','_configService','child-keyboard','Nested\x20embed\x20is\x20not\x20supported.','identifier','_componentManager','slides-page-list-block','apply','lease','embed-float-dom-live-canvas','FORMULAS','elementAdd$','hostWheelGestureService','_collectOwnedFloatingSurfaceRoots','disconnect','embedFullscreenStatus','_resolveFloatingSurfaceRoot','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','bottom','pushUndoRedo','RIBBON','dispose','data-embed-slides-page-list-host','pointerup','_entriesByEmbedId','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','from','useValue','hasAttribute','subscribeContextValue$','getCacheKey','canvas','_registerLateProductUIContributions','slice','popupRoot','clip-path','addedNodes','univer-doc-selection-container-__INTERNAL_EDITOR__','_initializeFloatingSessionActiveState','sheet-embed-float-dom-root','mountIntoHostElement','createChild','floatingMenuInsetTop','univer-min-w-0','getData','divider-format-tools','getSlides','context','_providers','trim','contentHeight','getGridProjectionBodyHeight','reverse','setZoom','top','getPendingRequests','description','fallbackWidth','restoreEmbed','univer-size-6\x20univer-p-0','_createRenderScope','activeIndex','getId','deferInactive','clearFocusOwner','activateSession','customizeKanban','createInstance','inset(0\x200\x20','delete','onStarting','_registrations','_refreshTabPeerRender','notifyExited','_resolveHostWheelGestureRoot','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','fullscreen-runtime','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','data','fill','stopImmediatePropagation','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22formula-bar\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-embed-canvas-root]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20top:\x200\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','deactivateFloatingSession','univer-size-3.5','embed-ui.deleteBlock','BoardsFloatingObject','ribbon$','removeEventListener','note','getViewport','updatedAt','_pendingPortalOwner','EMBED_MOUNT_CHILD_NOT_REGISTERED','[data-embed-interaction-boundary-owner=\x22','getSnapshot','viewState','flatMap','keys','unmountFloatingSessions','INSERT','getSheets','px\x200)','clientX','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','span','_resolveChildUnitId','includeAppShellEditorPortal','scale(','mode','_key','hostAnchorRecord','SheetShapeTextEditorContainer','function','cssText','scroll','readonly','_ribbonOverrideService','listSessions','px)','pointermove','getRegistration','_routeWheelToHost','univer-grid\x20univer-gap-0.5','fields','resolveStackUnitId','setConfig','univer-flex\x20univer-items-center\x20univer-justify-center','pageMarginRight','restoreAnchor','deactivate','reduce','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','_isBodyPortalCandidate','allowDirectBodyPortal','bleedLeft','univerInstanceService','univer.embed.host-vertical-wheel-attempted-event','Empty\x20embed\x20float\x20preview\x20result.','_embedMountService','previewService','height:100%','removeProperty','startY','registerContext','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-gray-0\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-0','push','hostScrollOffset','executeCommand','MutationObserver','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','elementRemove$','univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','data-embed-child-render-mode','_rectContainsPoint','initialWidth','table','interactionGate','width','setSelection','univer-dropdown','data-embed-content-root','stopPropagation','fitContent','state$','clear','min-height:96px','stopEditingCell','customizeField','_markRuntimeFocusRole','closest','child-editor','_queue','zIndex','undos','manual','_childViewRegistry','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','elementUpdate$','passThroughInteractionGate','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','identifier:ui.popup.service','conditional-formatting','activeUntil','contribution','dispatchEvent','darkMode$','embed-docs-custom-block','_contentSizeRegistry','pluginName','WRAP','START','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','_isRuntimeFocusRole','displayTarget','_rememberPreviousChildCurrentUnit','getTypeOfUnitAdded$','_createMountFocusRestorer','_registerDefaultHostToolbar','deleteConfig','hidden$','getChildContext','indexOf','startEditingCell','length','_getOrCreateRender','_isDetachedOffscreenPortalCandidate','getAncestorScale','getMergedMenuSchema'];_0x17fd=function(){return _0x29224b;};return _0x17fd();}function bm(_0x3bf842){const _0x2b2b2c=_0x5a6880;let {embedId:_0x1f0b5a,menuItem:_0x2bc8e8,title:_0x11968e,open:_0x16a48f,onOpenChange:_0x308f4c,onSelect:_0x482184}=_0x3bf842,{hidden:_0x3cafe1,disabled:_0x4f3002,value:_0x1716a5}=$p(_0x2bc8e8);if(!_0x2bc8e8||_0x3cafe1)return null;let _0x333520=typeof _0x1716a5==_0x2b2b2c(0x65b)||typeof _0x1716a5==_0x2b2b2c(0x37f)?Number(_0x1716a5):0xb;return _0x3fd847(lm,{'embedId':_0x1f0b5a,'disabled':_0x4f3002,'title':_0x11968e,'open':_0x16a48f,'onOpenChange':_0x308f4c,'trigger':_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x2b2b2c(0x579),{'className':_0x2b2b2c(0x3f1),'children':_0x333520}),_0x3fd847(_0x183b59,{})]}),'overlay':_0x3fd847(_0x2b2b2c(0x47e),{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':im,'onMouseDown':im,'children':gm()[_0x2b2b2c(0x4ec)](_0x35d659=>{const _0xa4c0c7=_0x2b2b2c;let _0x57fa68=Number(_0x35d659[_0xa4c0c7(0x413)])===_0x333520;return _0xe9062d(_0xa4c0c7(0x480),{'type':_0xa4c0c7(0x480),'className':_0xc96f2f(_0xa4c0c7(0x5a6),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x57fa68}),'onClick':()=>{const _0x1627b3=_0xa4c0c7;_0x482184(String(_0x35d659[_0x1627b3(0x413)])),_0x308f4c(!0x1);},'children':[_0x3fd847('span',{'children':_0x35d659[_0xa4c0c7(0x243)]}),_0x57fa68&&_0x3fd847(_0x3a0575,{'className':'univer-text-primary-600'})]},_0x35d659[_0xa4c0c7(0x413)]);})})});}function xm(_0xd74a88){const _0x33130b=_0x5a6880;let {embedId:_0x539fd6,menuItem:_0x441d62,open:_0x3c13ca,onOpenChange:_0x5e1fe7,execute:_0x42db18}=_0xd74a88,{hidden:_0x4b22e4,disabled:_0x212f8d}=$p(_0x441d62);return!_0x441d62||_0x4b22e4?null:_0x3fd847(lm,{'embedId':_0x539fd6,'disabled':_0x212f8d,'title':'embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x3c13ca,'onOpenChange':_0x5e1fe7,'trigger':_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x158ede,{}),_0x3fd847(_0x183b59,{})]}),'overlay':_0x3fd847(sm,{'embedId':_0x539fd6,'onPointerDown':_0x552b6a=>_0x552b6a['stopPropagation'](),'children':_0xe9062d(cm,{'children':[_0x3fd847(Cm,{'item':_0x441d62,'title':_0x33130b(0x449),'onClick':()=>_0x42db18(_0x441d62,{'value':_0x1eeb79[_0x33130b(0x296)]}),'children':_0x3fd847(_0x158ede,{})}),_0x3fd847(Cm,{'item':_0x441d62,'title':_0x33130b(0x477),'onClick':()=>_0x42db18(_0x441d62,{'value':_0x1eeb79['CENTER']}),'children':_0x3fd847(_0x1bf805,{})}),_0x3fd847(Cm,{'item':_0x441d62,'title':'embed-ui.sheetsFloating.align.right','onClick':()=>_0x42db18(_0x441d62,{'value':_0x1eeb79[_0x33130b(0x208)]}),'children':_0x3fd847(_0x10264d,{})})]})})});}function Sm(_0x5de86a){const _0x56b7f8=_0x5a6880;let {embedId:_0x3a4cd1,menuItem:_0x4a55c9,open:_0x3db20a,onOpenChange:_0x213fc2,execute:_0xc86325}=_0x5de86a,{hidden:_0x102722,disabled:_0x1e03e5}=$p(_0x4a55c9);return!_0x4a55c9||_0x102722?null:_0x3fd847(lm,{'embedId':_0x3a4cd1,'disabled':_0x1e03e5,'title':_0x56b7f8(0x37b),'triggerClassName':_0x56b7f8(0x3a9),'open':_0x3db20a,'onOpenChange':_0x213fc2,'trigger':_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x30521a,{}),_0x3fd847(_0x183b59,{})]}),'overlay':_0x3fd847(sm,{'embedId':_0x3a4cd1,'onPointerDown':_0x183fac=>_0x183fac[_0x56b7f8(0x5b2)](),'children':_0xe9062d(cm,{'children':[_0x3fd847(Cm,{'item':_0x4a55c9,'title':_0x56b7f8(0x66e),'onClick':()=>_0xc86325(_0x4a55c9,{'value':_0x53c734[_0x56b7f8(0x2ad)]}),'children':_0x3fd847(_0x20dd0b,{})}),_0x3fd847(Cm,{'item':_0x4a55c9,'title':_0x56b7f8(0x46b),'onClick':()=>_0xc86325(_0x4a55c9,{'value':_0x53c734['MIDDLE']}),'children':_0x3fd847(_0x30521a,{})}),_0x3fd847(Cm,{'item':_0x4a55c9,'title':_0x56b7f8(0x647),'onClick':()=>_0xc86325(_0x4a55c9,{'value':_0x53c734['BOTTOM']}),'children':_0x3fd847(_0x3a95bc,{})})]})})});}function Cm(_0x5bc651){let {item:_0x22d702,title:_0x116822,children:_0x51ffa2,onClick:_0x53ab76}=_0x5bc651,{hidden:_0x2fc293,disabled:_0x2940f2,activated:_0x10f158}=$p(_0x22d702);return!_0x22d702||_0x2fc293?null:_0x3fd847(mm,{'title':_0x116822,'disabled':_0x2940f2,'active':_0x10f158,'onClick':_0x53ab76,'children':_0x51ffa2});}function wm(_0x210931){const _0x19fbec=_0x5a6880;let {embedId:_0x53c327,menuItem:_0xf2e6e3,title:_0x1768dd,icon:_0x19486b,defaultColor:_0x2cd6df,open:_0x1d8b17,onOpenChange:_0x5f033c,onChange:_0x4e05df,onReset:_0x210eb7}=_0x210931,_0x34729f=_0x38c7ab(_0x2d0f78),{hidden:_0x518684,disabled:_0x542bc9,value:_0x40e412}=$p(_0xf2e6e3),[_0x35505c,_0x1c53e7]=_0x5790e9(_0x2cd6df);return!_0xf2e6e3||_0x518684?null:_0x3fd847(_0x2f1ff7,{'disabled':_0x542bc9,'align':_0x19fbec(0x368),'sideOffset':0x6,'open':_0x1d8b17,'onOpenChange':_0x5f033c,'onPointerDownOutside':_0x2107cc=>om(_0x2107cc,_0x53c327),'onFocusOutside':_0x5cd725=>om(_0x5cd725,_0x53c327),'onInteractOutside':_0x4ba866=>om(_0x4ba866,_0x53c327),'overlay':_0xe9062d('div',{'data-embed-id':_0x53c327,'data-embed-floating-menu-popup':'true','className':_0x19fbec(0x2c6),'onPointerDown':im,'onMouseDown':im,'children':[_0x3fd847(_0x31b7c4,{'value':typeof _0x40e412==_0x19fbec(0x37f)&&_0x40e412?_0x40e412:_0x35505c,'onChange':_0x509c51=>{_0x1c53e7(_0x509c51),_0x4e05df(_0x509c51);}}),_0x3fd847(_0x2031f6,{}),_0xe9062d('button',{'type':_0x19fbec(0x480),'className':_0x19fbec(0x348),'onClick':()=>{_0x1c53e7(_0x2cd6df),_0x210eb7(),_0x5f033c(!0x1);},'children':[_0x3fd847(_0x560349,{}),_0x3fd847('span',{'children':_0x34729f['t'](_0x19fbec(0x63a))})]})]}),'children':_0x3fd847(Yp,{'title':_0x1768dd,'disabled':_0x542bc9,'children':_0x19486b})});}function Tm(_0x119b99){const _0xab2c4b=_0x5a6880;let {embedId:_0x5ad44,menuItem:_0x13f14b,open:_0x97f97,onOpenChange:_0x1094cd,onSelect:_0x2dee7f}=_0x119b99,_0x3a8de8=_0x38c7ab(_0x2d0f78),_0x2d3693=_0x38c7ab(_0x3fe307),{hidden:_0x179b1e,disabled:_0x553058}=$p(_0x13f14b),[_0x38edda,_0x4099d6]=_0x5790e9(_0x13caab[_0xab2c4b(0x6ac)]),[_0x384053,_0x201507]=_0x5790e9(_0x50db28['THIN']),[_0x8652cd,_0x324616]=_0x5790e9(_0xab2c4b(0x6bc));if(!_0x13f14b||_0x179b1e)return null;let _0xf89c24=(_0x428ee4=_0x38edda,_0x5dd9c6=_0x384053,_0x41506a=_0x8652cd)=>{_0x4099d6(_0x428ee4),_0x201507(_0x5dd9c6),_0x324616(_0x41506a),_0x2dee7f(_0x428ee4,_0x5dd9c6,_0x41506a);},_0x3cf5ad=_0xef78d0=>{const _0x5aa9df=_0xab2c4b;var _0x1db901;return((_0x1db901=hm()['find'](_0x2db134=>_0x2db134['value']===_0xef78d0))==null?void 0x0:_0x1db901['icon'])??_0x5aa9df(0x330);},_0x32eff6=(_0x25341c,_0x715d72=_0xab2c4b(0x389))=>{const _0x23e00e=_0xab2c4b;let _0x25d74f=_0x2d3693[_0x23e00e(0x312)](_0x25341c);return _0x25d74f?_0x3fd847(_0x25d74f,{'className':_0x715d72}):_0x3fd847(_0x3473d4,{});};return _0x3fd847(_0x2f1ff7,{'disabled':_0x553058,'align':'start','sideOffset':0x6,'open':_0x97f97,'onOpenChange':_0x1094cd,'onPointerDownOutside':_0xca143d=>om(_0xca143d,_0x5ad44),'onFocusOutside':_0x2ff7=>om(_0x2ff7,_0x5ad44),'onInteractOutside':_0x4b4312=>om(_0x4b4312,_0x5ad44),'overlay':_0xe9062d(sm,{'embedId':_0x5ad44,'onPointerDown':_0x3ee035=>_0x3ee035['stopPropagation'](),'children':[_0x3fd847('div',{'className':'univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':hm()[_0xab2c4b(0x4ec)](_0x45d2f2=>_0x3fd847(mm,{'title':_0x45d2f2[_0xab2c4b(0x243)],'active':_0x38edda===_0x45d2f2[_0xab2c4b(0x413)],'onClick':()=>_0xf89c24(_0x45d2f2[_0xab2c4b(0x413)]),'children':_0x32eff6(_0x45d2f2[_0xab2c4b(0x610)])},_0x45d2f2['value']))}),_0x3fd847(_0x2031f6,{}),_0xe9062d(cm,{'children':[_0x3fd847(_0x2f1ff7,{'align':'start','sideOffset':0x6,'onPointerDownOutside':_0x571471=>om(_0x571471,_0x5ad44),'onFocusOutside':_0x50d052=>om(_0x50d052,_0x5ad44),'onInteractOutside':_0x3a2f44=>om(_0x3a2f44,_0x5ad44),'overlay':_0x3fd847(_0xab2c4b(0x47e),{'data-embed-id':_0x5ad44,'data-embed-floating-menu-popup':_0xab2c4b(0x357),'className':_0xab2c4b(0x55e),'onPointerDown':im,'onMouseDown':im,'children':_0x3fd847(_0x31b7c4,{'value':_0x8652cd,'onChange':_0x899208=>_0xf89c24(_0x38edda,_0x384053,_0x899208)})}),'children':_0xe9062d(mm,{'title':_0xab2c4b(0x27c),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x3fd847(_0x4baf64,{'extend':{'colorChannel1':_0x8652cd}}),_0x3fd847(_0x183b59,{})]})}),_0x3fd847(_0x2f1ff7,{'align':_0xab2c4b(0x368),'sideOffset':0x6,'onPointerDownOutside':_0x2b3760=>om(_0x2b3760,_0x5ad44),'onFocusOutside':_0x4f4f72=>om(_0x4f4f72,_0x5ad44),'onInteractOutside':_0x2ec1d0=>om(_0x2ec1d0,_0x5ad44),'overlay':_0x3fd847(_0xab2c4b(0x47e),{'data-embed-id':_0x5ad44,'data-embed-floating-menu-popup':_0xab2c4b(0x357),'className':_0xab2c4b(0x38a),'onPointerDown':im,'onMouseDown':im,'children':_0x453e44['map'](_0x684aa3=>_0x3fd847(_0xab2c4b(0x480),{'type':_0xab2c4b(0x480),'className':_0xc96f2f(_0xab2c4b(0x16c),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x384053===_0x684aa3[_0xab2c4b(0x413)]}),'onClick':()=>_0xf89c24(_0x38edda,_0x684aa3[_0xab2c4b(0x413)]),'children':_0x3fd847(_0x31d73b,{'className':_0xab2c4b(0x481),'type':_0x684aa3[_0xab2c4b(0x413)]})},_0x684aa3[_0xab2c4b(0x413)]))}),'children':_0xe9062d(mm,{'title':_0xab2c4b(0x504),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x3fd847(_0x31d73b,{'className':_0xab2c4b(0x481),'type':_0x384053}),_0x3fd847(_0x183b59,{})]})})]})]}),'children':_0x3fd847(Xp,{'title':_0x3a8de8['t']('embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0x553058,'open':_0x97f97,'primary':_0x32eff6(_0x3cf5ad(_0x38edda),_0xab2c4b(0x319)),'onPrimaryClick':()=>{_0xf89c24(),_0x1094cd(!0x1);}})});}function Em(_0x5d3727){const _0x52f75b=_0x5a6880;let {embedId:_0x55cc43,menuItems:_0x59239b,open:_0x55024f,onOpenChange:_0x41181a,execute:_0x9f855e}=_0x5d3727,_0x1b8163=_0x38c7ab(_0x2d0f78),{hidden:_0x35eb74,disabled:_0x5b7a74}=$p(_0x59239b==null?void 0x0:_0x59239b[_0x52f75b(0x300)]),_0x1c27da=[];return[{'item':_0x59239b==null?void 0x0:_0x59239b[_0x52f75b(0x68a)],'icon':_0x3fd847(_0x230e72,{})},{'item':_0x59239b==null?void 0x0:_0x59239b['vertical'],'icon':_0x3fd847(_0x1a575a,{})},{'item':_0x59239b==null?void 0x0:_0x59239b['horizontal'],'icon':_0x3fd847(_0x4c34fc,{})},{'item':_0x59239b==null?void 0x0:_0x59239b['unmerge'],'icon':_0x3fd847(_0x3464fa,{})}]['forEach'](({item:_0x7ba632,icon:_0x293ef1})=>{const _0x28a126=_0x52f75b;_0x7ba632&&_0x1c27da[_0x28a126(0x5a2)]({'item':_0x7ba632,'icon':_0x293ef1});}),!(_0x59239b!=null&&_0x59239b[_0x52f75b(0x300)])||_0x35eb74||!_0x1c27da[_0x52f75b(0x5dc)]?null:_0x3fd847(lm,{'embedId':_0x55cc43,'disabled':_0x5b7a74,'title':_0x52f75b(0x235),'triggerClassName':_0x52f75b(0x3a9),'open':_0x55024f,'onOpenChange':_0x41181a,'trigger':_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x230e72,{}),_0x3fd847(_0x183b59,{})]}),'overlay':_0x3fd847(dm,{'children':_0x1c27da[_0x52f75b(0x4ec)](({item:_0x375594,icon:_0x40f36f})=>_0x3fd847(fm,{'icon':_0x40f36f,'onClick':()=>{_0x9f855e(_0x375594),_0x41181a(!0x1);},'children':_0x1b8163['t'](em(_0x375594))},_0x375594['id']))})});}function Dm(_0x24ab8c){const _0x32c82c=_0x5a6880;let {embedId:_0x4f44b7,menuItem:_0x3effdf,open:_0x5b2d42,onOpenChange:_0x5cc47c,execute:_0x2f9c19}=_0x24ab8c,_0x48f834=_0x38c7ab(_0x2d0f78),{hidden:_0x1b5c40,disabled:_0x157ba8}=$p(_0x3effdf);if(!_0x3effdf||_0x1b5c40)return null;let _0x1ac030=_m(_0x3effdf),_0x2b0cb2=_0x1ac030[_0x32c82c(0x5dc)]?_0x1ac030['map'](_0x5ec620=>({'label':_0x48f834['t'](tm(_0x5ec620)),'icon':nm(_0x5ec620['value']),'commandId':_0x5ec620[_0x32c82c(0x1c7)]??(_0x3effdf==null?void 0x0:_0x3effdf[_0x32c82c(0x1c7)])??(_0x3effdf==null?void 0x0:_0x3effdf['id'])??_0x4009a3['id'],'params':_0x5ec620['params']??{'value':_0x5ec620[_0x32c82c(0x413)]}})):[{'label':_0x48f834['t'](_0x32c82c(0x1e5)),'icon':_0x3fd847(_0xcdb9c7,{}),'commandId':_0x4009a3['id'],'params':{'value':_0xb727e8[_0x32c82c(0x322)]}},{'label':_0x48f834['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':_0x3fd847(_0x335489,{}),'commandId':_0x4009a3['id'],'params':{'value':_0xb727e8['OVERFLOW']}},{'label':_0x48f834['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':_0x3fd847(_0x361166,{}),'commandId':_0x4009a3['id'],'params':{'value':_0xb727e8['WRAP']}}];return _0x3fd847(lm,{'embedId':_0x4f44b7,'disabled':_0x157ba8,'title':'embed-ui.sheetsFloating.toolbar.textWrapMode.main','triggerClassName':_0x32c82c(0x3a9),'open':_0x5b2d42,'onOpenChange':_0x5cc47c,'trigger':_0xe9062d(_0xe89c60,{'children':[_0x3fd847(_0x361166,{}),_0x3fd847(_0x183b59,{})]}),'overlay':_0x3fd847(um,{'children':_0x2b0cb2['map'](_0x585a1b=>{const _0x42c49=_0x32c82c;var _0x34ebca;return _0x3fd847(pm,{'icon':_0x585a1b[_0x42c49(0x610)],'onClick':()=>{const _0x32e68e=_0x42c49;_0x2f9c19(_0x585a1b[_0x32e68e(0x1c7)],_0x585a1b[_0x32e68e(0x28c)]),_0x5cc47c(!0x1);},'children':_0x585a1b[_0x42c49(0x243)]},_0x585a1b[_0x42c49(0x1c7)]+'-'+String(((_0x34ebca=_0x585a1b[_0x42c49(0x28c)])==null?void 0x0:_0x34ebca['value'])??_0x585a1b['label']));})})});}const Om={'formatPainter':_0x57dc69['id'],'numberFormat':_0x5a6880(0x3aa),'fontFamily':_0x4e0cb0['id'],'fontSize':_0x5534e7['id'],'bold':_0x4792a9['id'],'textColor':_0x2ace68['id'],'backgroundColor':_0x255c8f['id'],'borderComposite':_0xa6a3d['id'],'horizontalAlign':_0x220710['id'],'verticalAlign':_0x159998['id'],'wrap':_0x4009a3['id'],'filter':'sheet.command.smart-toggle-filter'},km={'root':_0x1afa26['id'],'all':_0x123765['id'],'vertical':_0x57e4f1['id'],'horizontal':_0x1c21f4['id'],'unmerge':_0x541baa['id']};function Am(_0x3a19f2){const _0x20c5e0=_0x5a6880;let _0x214592={},_0x3fc79c=_0x4c0755=>{let _0x4705d0=_0x3a19f2['find'](_0x56e5d5=>{const _0x473d09=_0x1f5b;let _0x8000c1=_0x56e5d5['item'];return _0x56e5d5[_0x473d09(0x37a)]===_0x4c0755||(_0x8000c1==null?void 0x0:_0x8000c1['id'])===_0x4c0755||(_0x8000c1==null?void 0x0:_0x8000c1[_0x473d09(0x1c7)])===_0x4c0755;});return _0x4705d0==null?void 0x0:_0x4705d0['item'];};Object[_0x20c5e0(0x572)](Om)['forEach'](_0x1593ba=>{_0x214592[_0x1593ba]=_0x3fc79c(Om[_0x1593ba]);});let _0x2263e3=Object[_0x20c5e0(0x332)](km)['reduce']((_0x285dd2,[_0x2c01c8,_0x556ded])=>{let _0x49e153=_0x3fc79c(_0x556ded);return _0x49e153&&(_0x285dd2[_0x2c01c8]=_0x49e153),_0x285dd2;},{});return Pm(_0x2263e3)&&(_0x214592['merge']=_0x2263e3),_0x214592['deleteBlock']=!0x0,_0x214592;}const jm=[{'items':[_0x5a6880(0x6b1)]},{'dividerBefore':_0x5a6880(0x53e),'items':[_0x5a6880(0x474)]},{'dividerBefore':_0x5a6880(0x2d1),'items':[_0x5a6880(0x3f9),_0x5a6880(0x1a5),_0x5a6880(0x1ea)]},{'dividerBefore':_0x5a6880(0x4d2),'items':['textColor',_0x5a6880(0x2c8),_0x5a6880(0x2c1)]},{'dividerBefore':_0x5a6880(0x436),'items':['merge',_0x5a6880(0x3c5),_0x5a6880(0x6a0),_0x5a6880(0x31f)]},{'dividerBefore':_0x5a6880(0x2eb),'items':[_0x5a6880(0x68b)]},{'dividerBefore':_0x5a6880(0x612),'items':[_0x5a6880(0x69d)]}];function Mm(_0x2295e1){const _0x3fee7d=_0x5a6880;let _0x49252a=[];return jm[_0x3fee7d(0x68e)](_0x255d40=>{const _0x513e2a=_0x3fee7d;let _0x3e13d7=_0x255d40[_0x513e2a(0x1ad)][_0x513e2a(0x68b)](_0x45fae3=>Nm(_0x2295e1,_0x45fae3))[_0x513e2a(0x4ec)](_0xbe47d5=>({'id':_0xbe47d5,'type':_0xbe47d5===_0x513e2a(0x6b1)||_0xbe47d5===_0x513e2a(0x1ea)||_0xbe47d5===_0x513e2a(0x68b)||_0xbe47d5===_0x513e2a(0x69d)?_0x513e2a(0x480):_0x513e2a(0x629)}));_0x3e13d7['length']&&(_0x49252a[_0x513e2a(0x5dc)]&&_0x255d40['dividerBefore']&&_0x49252a[_0x513e2a(0x5a2)]({'id':_0x255d40['dividerBefore'],'type':_0x513e2a(0x2c7)}),_0x49252a[_0x513e2a(0x5a2)](..._0x3e13d7));}),_0x49252a;}function Nm(_0x394158,_0x2ea19b){return!!_0x394158[_0x2ea19b];}function Pm(_0x58fc6c){const _0x1ed9cb=_0x5a6880;return Object[_0x1ed9cb(0x21c)](_0x58fc6c)[_0x1ed9cb(0x4c0)](Boolean);}function Fm(_0x22f03b,_0x2a43da){const _0x65f491=_0x5a6880;if(_0x22f03b)return{'commandId':_0x22f03b[_0x65f491(0x1c7)]??_0x22f03b['id'],'params':_0x2a43da??(typeof _0x22f03b[_0x65f491(0x28c)]==_0x65f491(0x581)?_0x22f03b[_0x65f491(0x28c)]():_0x22f03b[_0x65f491(0x28c)])};}function Im(){const _0x18ca08=_0x5a6880;return pf({'childType':_0x41e642[_0x18ca08(0x61b)],'mount':Lm});}function Lm(_0x43421d){const _0x291ae8=_0x5a6880;let {root:_0x53538d,menu:_0x5dfaf1}=ff(_0x43421d),_0x56eedc=Ps(_0x5dfaf1);return _0x56eedc[_0x291ae8(0x4eb)](_0x36e457(Ts,{'injector':_0x43421d[_0x291ae8(0x6a3)][_0x291ae8(0x2e3)],'mountContainer':_0x53538d,'embedId':_0x43421d[_0x291ae8(0x256)]},_0x36e457(zm,{'hostUnitId':_0x43421d[_0x291ae8(0x214)],'embedId':_0x43421d[_0x291ae8(0x256)],'childUnitId':_0x43421d[_0x291ae8(0x21e)],'entry':_0x43421d['descriptor'][_0x291ae8(0x22f)],'fullscreen':!!_0x43421d[_0x291ae8(0x234)][_0x291ae8(0x662)],'usesDomFloatingStage':Rm(_0x43421d[_0x291ae8(0x4dc)]['entry']),'renderScopeActive$':_0x43421d[_0x291ae8(0x234)]['active$']}))),_0xe7ea20(()=>{const _0x150f29=_0x291ae8;Fs(_0x56eedc),globalThis[_0x150f29(0x275)](()=>_0x5dfaf1[_0x150f29(0x23d)](),0x0);});}function Rm(_0x52c97e){return!0x0;}function zm(_0x2c6f9f){const _0x2fa3cb=_0x5a6880;let {hostUnitId:_0x32de89,embedId:_0x4aab07,childUnitId:_0x38ff5a,entry:_0x5a7a3e,fullscreen:_0x54398e,usesDomFloatingStage:_0x1bbe82,renderScopeActive$:_0x2e67e8}=_0x2c6f9f,_0x416a2d=_0x38c7ab(_0x2d0f78),_0x11ad75=_0x38c7ab(_0x304c4c),_0x2a38d2=_0x38c7ab(_0x599bd7),_0x30d32a=_0x38c7ab(_0x445a95),_0x1639f6=_0x38c7ab(_0x3343fa),_0x4fe34e=_0x38c7ab(to),_0x5b69fe=Nc({'embedId':_0x4aab07,'active':_0xa8c38f(()=>_0x4fe34e['active$'],_0x4fe34e[_0x2fa3cb(0x280)](),!0x1,[_0x4fe34e]),'fullscreen':_0x54398e,'usesDomFloatingStage':_0x1bbe82,'renderScopeActive':_0xa8c38f(()=>_0x2e67e8,!0x1,!0x1,[_0x2e67e8])})===_0x2fa3cb(0x448),[_0x4968d0,_0x4d8172]=_0x5790e9(null),_0x2ccb2c=_0x5ced77=>({'open':_0x4968d0===_0x5ced77,'onOpenChange':_0x308dd3=>_0x4d8172(_0x308dd3?_0x5ced77:null)});_0xb3b79a(()=>{const _0xbafc50=_0x2fa3cb;if(!_0x4968d0)return;let _0x4c0a88=_0x4f8938=>{const _0x1a5fd4=_0x1f5b;am(_0x4f8938[_0x1a5fd4(0x428)],_0x4aab07)||_0x4d8172(null);};return document[_0xbafc50(0x4e8)](_0xbafc50(0x224),_0x4c0a88,!0x0),()=>{const _0x1a86ec=_0xbafc50;document[_0x1a86ec(0x568)](_0x1a86ec(0x224),_0x4c0a88,!0x0);};},[_0x4aab07,_0x4968d0]);let _0x10194b=_0xa8c38f(()=>_0x30d32a['menuChanged$']['pipe'](_0xd53f91(()=>Am(_0x30d32a[_0x2fa3cb(0x471)](_0x3ba283['RIBBON'])))),Am(_0x30d32a[_0x2fa3cb(0x471)](_0x3ba283[_0x2fa3cb(0x525)])),!0x1,[_0x30d32a]),_0x3c05e3=_0x49b838(()=>new Set(Mm(_0x10194b)[_0x2fa3cb(0x4ec)](_0x9aebde=>_0x9aebde['id'])),[_0x10194b]),_0x49e980=()=>{const _0x18f1a9=_0x2fa3cb;_0x4fe34e[_0x18f1a9(0x1b1)]({'hostUnitId':_0x32de89,'embedId':_0x4aab07,'childUnitId':_0x38ff5a},_0x18f1a9(0x448)),_0x2a38d2[_0x18f1a9(0x221)](_0x38ff5a);},_0x440ab5=async(_0x1eb64c,_0x2c1429)=>{_0x49e980(),await _0x11ad75['executeCommand'](_0x1eb64c,_0x2c1429);},_0x3a5932=async(_0x2033c2,_0x297cd4)=>{const _0x53315c=_0x2fa3cb;let _0x146fc9=Fm(_0x2033c2,_0x297cd4);_0x146fc9&&await _0x440ab5(_0x146fc9['commandId'],_0x146fc9[_0x53315c(0x28c)]);},_0x5c7c18=()=>{const _0x239bdd=_0x2fa3cb;let _0x5c74ab=_0x2a38d2['getUnit'](_0x38ff5a,_0x41e642[_0x239bdd(0x61b)]),_0x35a41a=_0x5c74ab==null?void 0x0:_0x5c74ab[_0x239bdd(0x62e)]();return!_0x5c74ab||!_0x35a41a?null:{'workbook':_0x5c74ab,'worksheet':_0x35a41a,'unitId':_0x5c74ab[_0x239bdd(0x2d7)](),'subUnitId':_0x35a41a['getSheetId']()};},_0x2cc50c=()=>{const _0x5a7e7d=_0x2fa3cb;var _0x29056a;return((_0x29056a=_0x1639f6[_0x5a7e7d(0x4aa)]())==null?void 0x0:_0x29056a[_0x5a7e7d(0x4ec)](_0x5434a3=>_0x5434a3['range']))??[];},_0x30db9e=async(_0x421f56,_0x75fd3c,_0x4274de=_0x50db28[_0x2fa3cb(0x29c)],_0x355461=_0x2fa3cb(0x6bc))=>{const _0x38d6a7=_0x2fa3cb;let _0x8a1f19=_0x5c7c18(),_0x587a90=_0x2cc50c();!_0x8a1f19||!_0x587a90[_0x38d6a7(0x5dc)]||await _0x3a5932(_0x421f56,{'unitId':_0x8a1f19[_0x38d6a7(0x42e)],'subUnitId':_0x8a1f19[_0x38d6a7(0x3cd)],'ranges':_0x587a90,'value':{'type':_0x75fd3c,'color':_0x355461,'style':_0x4274de,'activeBorderType':!0x0}});},_0x3b29ed=async()=>{const _0x1f35e7=_0x2fa3cb;await _0x11ad75[_0x1f35e7(0x5a4)](_0xb69e7a['id'],{'hostUnitId':_0x32de89,'embedId':_0x4aab07});};return _0xe9062d('div',{'className':_0xc96f2f('univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-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-gray-0\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0',{'univer-hidden':!_0x5b69fe,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x54398e,'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':!_0x54398e,'-univer-top-9':!_0x54398e&&_0x5a7a3e!=='docs-custom-block','-univer-top-[52px]':!_0x54398e&&_0x5a7a3e===_0x2fa3cb(0x506)}),'data-u-comp':_0x2fa3cb(0x284),'data-embed-floating-menu':_0x2fa3cb(0x357),'data-embed-id':_0x4aab07,'data-embed-float-stage':_0x5b69fe?_0x2fa3cb(0x448):_0x2fa3cb(0x47a),'onPointerDown':_0x3100e8=>_0x3100e8[_0x2fa3cb(0x5b2)](),'onMouseDown':im,'children':[_0x3c05e3['has']('formatPainter')&&_0x3fd847(Qp,{'item':_0x10194b[_0x2fa3cb(0x6b1)],'title':_0x2fa3cb(0x204),'onClick':async()=>_0x3a5932(_0x10194b['formatPainter']),'children':_0x3fd847(_0x356b4f,{})}),_0x3c05e3['has'](_0x2fa3cb(0x53e))&&_0x3fd847(_0x2031f6,{'orientation':_0x2fa3cb(0x502)}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x474))&&_0x3fd847(vm,{'menuItem':_0x10194b[_0x2fa3cb(0x474)],'onClick':async()=>_0x3a5932(_0x10194b[_0x2fa3cb(0x474)])}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x2d1))&&_0x3fd847(_0x2031f6,{'orientation':'vertical'}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x3f9))&&_0x3fd847(ym,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x3f9)],'title':_0x2fa3cb(0x270),..._0x2ccb2c('fontFamily'),'onSelect':async _0x329169=>_0x3a5932(_0x10194b['fontFamily'],{'value':_0x329169})}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x1a5))&&_0x3fd847(bm,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x1a5)],'title':'embed-ui.sheetsFloating.toolbar.fontSize',..._0x2ccb2c(_0x2fa3cb(0x1a5)),'onSelect':async _0x38066e=>_0x3a5932(_0x10194b[_0x2fa3cb(0x1a5)],{'value':Number(_0x38066e)})}),_0x3c05e3['has']('bold')&&_0x3fd847(Qp,{'item':_0x10194b[_0x2fa3cb(0x1ea)],'title':'embed-ui.sheetsFloating.toolbar.bold','onClick':async()=>_0x3a5932(_0x10194b[_0x2fa3cb(0x1ea)]),'children':_0x3fd847(_0x56dd7d,{})}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x4d2))&&_0x3fd847(_0x2031f6,{'orientation':_0x2fa3cb(0x502)}),_0x3c05e3[_0x2fa3cb(0x255)]('textColor')&&_0x3fd847(wm,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x265)],'title':_0x2fa3cb(0x60c),'icon':_0x3fd847(_0x59e737,{'className':_0x2fa3cb(0x389)}),'defaultColor':'#111827',..._0x2ccb2c(_0x2fa3cb(0x265)),'onChange':async _0x2c9fe6=>_0x3a5932(_0x10194b[_0x2fa3cb(0x265)],{'value':_0x2c9fe6}),'onReset':async()=>_0x440ab5(_0x21f9c5['id'])}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x2c8))&&_0x3fd847(wm,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x2c8)],'title':_0x2fa3cb(0x68f),'icon':_0x3fd847(_0x4baf64,{'className':'univer-fill-primary-600'}),'defaultColor':_0x2fa3cb(0x27b),..._0x2ccb2c(_0x2fa3cb(0x2c8)),'onChange':async _0x11e8c0=>_0x3a5932(_0x10194b[_0x2fa3cb(0x2c8)],{'value':_0x11e8c0}),'onReset':async()=>_0x440ab5(_0x5c9847['id'])}),_0x3c05e3[_0x2fa3cb(0x255)]('borderComposite')&&_0x3fd847(Tm,{'embedId':_0x4aab07,'menuItem':_0x10194b['borderComposite'],..._0x2ccb2c('borderComposite'),'onSelect':async(_0x1b11c1,_0x3a0d21,_0x12d0ee)=>_0x30db9e(_0x10194b[_0x2fa3cb(0x2c1)],_0x1b11c1,_0x3a0d21,_0x12d0ee)}),_0x3c05e3['has'](_0x2fa3cb(0x436))&&_0x3fd847(_0x2031f6,{'orientation':_0x2fa3cb(0x502)}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x4a6))&&_0x3fd847(Em,{'embedId':_0x4aab07,'menuItems':_0x10194b[_0x2fa3cb(0x4a6)],..._0x2ccb2c(_0x2fa3cb(0x4a6)),'execute':_0x3a5932}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x3c5))&&_0x3fd847(xm,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x3c5)],..._0x2ccb2c(_0x2fa3cb(0x3c5)),'execute':_0x3a5932}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x6a0))&&_0x3fd847(Sm,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x6a0)],..._0x2ccb2c(_0x2fa3cb(0x6a0)),'execute':_0x3a5932}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x31f))&&_0x3fd847(Dm,{'embedId':_0x4aab07,'menuItem':_0x10194b[_0x2fa3cb(0x31f)],..._0x2ccb2c(_0x2fa3cb(0x31f)),'execute':_0x440ab5}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x2eb))&&_0x3fd847(_0x2031f6,{'orientation':_0x2fa3cb(0x502)}),_0x3c05e3['has'](_0x2fa3cb(0x68b))&&_0x3fd847(Qp,{'item':_0x10194b[_0x2fa3cb(0x68b)],'title':'embed-ui.sheetsFloating.toolbar.filter','onClick':async()=>_0x3a5932(_0x10194b['filter']),'children':_0x3fd847(_0x1e6d45,{})}),_0x3c05e3[_0x2fa3cb(0x255)](_0x2fa3cb(0x612))&&_0x3fd847(_0x2031f6,{'orientation':_0x2fa3cb(0x502)}),_0x3c05e3['has']('deleteBlock')&&_0x3fd847(Zp,{'title':_0x416a2d['t'](_0x2fa3cb(0x565)),'className':_0x2fa3cb(0x378),'onClick':_0x3b29ed,'children':_0x3fd847(_0x4d0c5f,{})})]});}const Bm=new WeakMap(),Vm=new WeakSet();function Hm(_0x1acc9a){const _0x17567c=_0x5a6880;ud(_0x1acc9a,_0x17567c(0x67a),Um);}function Um(_0x374340){const _0x48f0a9=_0x5a6880;let _0x348e7f=_0x374340['get'](as),_0x232ed7=_0x374340[_0x48f0a9(0x312)](rs),_0x294983=_0x374340[_0x48f0a9(0x312)](eo),_0x4c453e=_0x374340[_0x48f0a9(0x312)](is),_0x1709ff=_0x374340[_0x48f0a9(0x312)](ul),_0xc99a09=_0x374340[_0x48f0a9(0x312)](Uu),_0x5af1ce=_0x374340[_0x48f0a9(0x312)](yl);zp(_0x374340),_0x374340['has'](_0x27b630)||_0x374340['add']([_0x27b630,{'useFactory':()=>_0x374340[_0x48f0a9(0x312)](no)}]),_0x374340[_0x48f0a9(0x255)](_0x20a3cd)||_0x374340['add']([_0x20a3cd,{'useFactory':()=>Wm({'embedModelService':_0x374340[_0x48f0a9(0x312)](_0x2846c0),'mountService':_0x374340[_0x48f0a9(0x312)](xs),'activationService':_0x374340[_0x48f0a9(0x312)](ws),'restoreService':_0x374340[_0x48f0a9(0x312)](fl)})}]),[Pp(),Fp()][_0x48f0a9(0x68e)](_0x307a46=>{const _0x7046cc=_0x48f0a9;_0x348e7f[_0x7046cc(0x312)](_0x307a46['hostType'],_0x307a46[_0x7046cc(0x22f)])||_0x348e7f[_0x7046cc(0x3f2)](_0x307a46);});let _0x3fdb9b=Vp(_0x374340[_0x48f0a9(0x312)](_0x304c4c));_0x232ed7['get'](_0x3fdb9b['childType'])||_0x232ed7['register'](_0x3fdb9b);let _0x4a245b=Bp();_0x294983[_0x48f0a9(0x312)](_0x4a245b[_0x48f0a9(0x2c2)])||_0x294983['register'](_0x4a245b),Im()['forEach'](_0x409ea4=>{const _0x207b4b=_0x48f0a9;_0x4c453e[_0x207b4b(0x312)](_0x409ea4[_0x207b4b(0x3c7)],_0x409ea4[_0x207b4b(0x22f)],_0x409ea4[_0x207b4b(0x2c2)])||_0x4c453e[_0x207b4b(0x3f2)](_0x409ea4);}),_0x1709ff[_0x48f0a9(0x41a)](Ku(_0x374340,{'childType':_0x41e642[_0x48f0a9(0x61b)],'renderManagerService':_0x1c99aa})),_0xc99a09['get'](_0x41e642[_0x48f0a9(0x61b)])||_0xc99a09[_0x48f0a9(0x3f2)](Tp()),_0x5af1ce[_0x48f0a9(0x312)](_0x41e642[_0x48f0a9(0x61b)])||_0x5af1ce[_0x48f0a9(0x3f2)](Rp(_0x374340)),Ym({'injector':_0x374340,'previewService':_0x1709ff});}function Wm(_0x54314e){return{'getSheetTabChildType':({hostUnitId:_0x495065,hostAnchorId:_0x2d4815,embedId:_0x48be6d})=>{const _0x1aa03e=_0x1f5b;let _0x2d6bc7=_0x54314e[_0x1aa03e(0x1b4)][_0x1aa03e(0x42a)](_0x495065,_0x48be6d);return(_0x2d6bc7==null?void 0x0:_0x2d6bc7[_0x1aa03e(0x6a1)])===_0x2d4815?_0x2d6bc7[_0x1aa03e(0x2c2)]:void 0x0;},'mountSheetTab':({hostUnitId:_0x1f12d2,hostAnchorId:_0x5903aa,embedId:_0x7cc941})=>{const _0x54b9b3=_0x1f5b;let _0xc3e503=_0x54314e[_0x54b9b3(0x1b4)][_0x54b9b3(0x42a)](_0x1f12d2,_0x7cc941);if(!_0xc3e503||_0xc3e503[_0x54b9b3(0x6a1)]!==_0x5903aa)return;let _0x141f1a=!0x1,_0x440be5=!0x1,_0x1dcb42;return _0x54314e['restoreService'][_0x54b9b3(0x499)]({'descriptor':_0xc3e503})[_0x54b9b3(0x453)](_0x2aac73=>{const _0x4f953f=_0x54b9b3;_0x141f1a||(_0x1dcb42==null||_0x1dcb42['remove'](),_0x1dcb42=void 0x0,_0x54314e['mountService'][_0x4f953f(0x5e6)](_0x2aac73),_0x54314e[_0x4f953f(0x69a)][_0x4f953f(0x452)](_0x2aac73),_0x440be5=!0x0);})['catch'](_0x317adb=>{_0x141f1a||(_0x1dcb42=Gm(_0x5903aa,_0x317adb));}),_0xe7ea20(()=>{const _0xd89618=_0x54b9b3;_0x141f1a=!0x0,_0x1dcb42==null||_0x1dcb42[_0xd89618(0x23d)](),_0x54314e[_0xd89618(0x69a)][_0xd89618(0x4b8)](_0x7cc941),_0x440be5&&_0x54314e[_0xd89618(0x6c3)][_0xd89618(0x435)](_0x7cc941);});},'clearTab':_0x3082af=>{const _0x1db9c7=_0x1f5b;_0x54314e[_0x1db9c7(0x69a)][_0x1db9c7(0x4b8)](_0x3082af);}};}function Gm(_0xa7cdb5,_0x5bd053){const _0x2ba102=_0x5a6880;let _0x28ab26=Km(_0xa7cdb5);if(!_0x28ab26)return;let _0x9df5ba=document[_0x2ba102(0x62a)](_0x2ba102(0x47e));return _0x9df5ba[_0x2ba102(0x22d)][_0x2ba102(0x5ea)]=_0x2ba102(0x357),_0x9df5ba[_0x2ba102(0x38f)][_0x2ba102(0x3e9)]=_0x2ba102(0x242),_0x9df5ba[_0x2ba102(0x38f)][_0x2ba102(0x26e)]=_0x2ba102(0x496),_0x9df5ba[_0x2ba102(0x38f)]['fontSize']=_0x2ba102(0x232),_0x9df5ba[_0x2ba102(0x2ca)]=_0x5bd053 instanceof Error&&_0x5bd053['message']?_0x5bd053[_0x2ba102(0x671)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x28ab26['replaceChildren'](_0x9df5ba),_0x9df5ba;}function Km(_0xd9928e){return document['querySelector']('[data-embed-sheets-sheet-tab-host=\x22'+qm(_0xd9928e)+'\x22]');}function qm(_0x1ace0c){const _0x433c8a=_0x5a6880;return _0x1ace0c[_0x433c8a(0x621)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Jm(_0x1f78b9){const _0x48bd62=_0x5a6880;let _0x11b65e=new _0x12d474(),_0xb32162=0x0,_0x512220;if(_0x11b65e[_0x48bd62(0x25c)](_0x1f78b9['previewService'][_0x48bd62(0x3c9)]['subscribe'](_0x2a8789=>{const _0x5692d2=_0x48bd62;if(typeof _0x2a8789[_0x5692d2(0x489)]!='string')return;let _0x489cf4=_0x1f78b9[_0x5692d2(0x1b4)][_0x5692d2(0x65d)](_0x2a8789[_0x5692d2(0x21e)])[_0x5692d2(0x5e9)](_0x3e0ba9=>_0x3e0ba9[_0x5692d2(0x256)]===_0x2a8789[_0x5692d2(0x256)]&&_0x3e0ba9[_0x5692d2(0x22f)]===_0x5692d2(0x605));_0x489cf4!=null&&_0x489cf4[_0x5692d2(0x6a1)]&&_0x1f78b9[_0x5692d2(0x3d6)]['setPreview']({'id':_0x489cf4[_0x5692d2(0x6a1)],'image':_0x2a8789[_0x5692d2(0x489)],'updatedAt':_0x2a8789[_0x5692d2(0x56b)]});})),!_0x1f78b9[_0x48bd62(0x3d6)]['previewRequested$'])return _0x11b65e;let _0x80d276=()=>{const _0x430458=_0x48bd62;_0x512220||_0xb32162>=0xf0||(_0x512220=globalThis[_0x430458(0x275)](()=>{_0x512220=void 0x0,_0xb32162+=0x1,_0x3d8e83();},0xfa));},_0x4dd097=_0x44bcf5=>{const _0x4f25d9=_0x48bd62;let _0x1d81ca=_0x44bcf5[_0x4f25d9(0x55f)];if(!_0x1d81ca||typeof _0x1d81ca!=_0x4f25d9(0x3fa))return!0x0;let _0x491e63=Qm(_0x1d81ca,_0x4f25d9(0x256)),_0x5b9df1=Qm(_0x1d81ca,_0x4f25d9(0x214));if(!_0x491e63||!_0x5b9df1)return!0x0;let _0x1b9e50=_0x1f78b9['embedModelService']['getDescriptor'](_0x5b9df1,_0x491e63);return!_0x1b9e50||_0x1b9e50[_0x4f25d9(0x22f)]!==_0x4f25d9(0x605)||!_0x1b9e50['childUnitId']||_0x1b9e50[_0x4f25d9(0x2c2)]==null?!0x1:(_0x1f78b9[_0x4f25d9(0x59c)][_0x4f25d9(0x15e)]({'descriptor':_0x1b9e50,'childUnitId':_0x1b9e50[_0x4f25d9(0x21e)],'childType':_0x1b9e50[_0x4f25d9(0x2c2)],'width':_0x44bcf5[_0x4f25d9(0x5ae)],'height':_0x44bcf5[_0x4f25d9(0x3f3)],'dpr':typeof window>'u'?0x1:window[_0x4f25d9(0x26a)]||0x1,'reason':_0x4f25d9(0x4a9)}),!0x0);},_0x3d8e83=()=>{const _0x4eb388=_0x48bd62;var _0x1b5f3c,_0x6ac024;let _0x4ee4c7=!0x1;(_0x1b5f3c=(_0x6ac024=_0x1f78b9[_0x4eb388(0x3d6)])[_0x4eb388(0x548)])==null||_0x1b5f3c[_0x4eb388(0x380)](_0x6ac024)[_0x4eb388(0x68e)](_0x5353bf=>{_0x4dd097(_0x5353bf)||(_0x4ee4c7=!0x0);}),_0x4ee4c7&&_0x80d276();};return _0x3d8e83(),_0x11b65e[_0x48bd62(0x25c)](_0x1f78b9[_0x48bd62(0x3d6)][_0x48bd62(0x65c)][_0x48bd62(0x1d7)](_0x14910=>{_0x4dd097(_0x14910)||_0x80d276();})),_0x11b65e['add'](()=>{const _0x2d488e=_0x48bd62;_0x512220&&globalThis[_0x2d488e(0x314)](_0x512220);}),_0x11b65e;}function Ym(_0x57a5cf){const _0x36c3ba=_0x5a6880;let _0x28afb1=_0x57a5cf['injector'],_0x12b0c9=Bm[_0x36c3ba(0x312)](_0x28afb1);if(_0x12b0c9)return _0x12b0c9;let _0xe16fa9=Zm(_0x57a5cf[_0x36c3ba(0x2e3)]);if(_0xe16fa9!==null){if(_0xe16fa9){let _0x483cb4=Jm({'previewService':_0x57a5cf[_0x36c3ba(0x59c)],'embedModelService':_0xe16fa9[_0x36c3ba(0x1b4)],'canvasFloatDomPreviewService':_0xe16fa9[_0x36c3ba(0x3d6)]});return Bm['set'](_0x28afb1,_0x483cb4),_0x483cb4;}_0x57a5cf[_0x36c3ba(0x3ef)]===!0x1||Vm['has'](_0x28afb1)||(Vm[_0x36c3ba(0x25c)](_0x28afb1),Xm(_0x57a5cf,0x0));}}function Xm(_0x3a74bf,_0x342621){const _0x22ff8b=_0x5a6880;let _0x1f530d=_0x3a74bf[_0x22ff8b(0x282)]??0xf0,_0xe77882=_0x3a74bf[_0x22ff8b(0x3b1)]??0xfa,_0x1031c1=_0x3a74bf[_0x22ff8b(0x2e3)];globalThis[_0x22ff8b(0x275)](()=>{const _0x1fe228=_0x22ff8b;if(Ym({..._0x3a74bf,'retry':!0x1})||_0x342621+0x1>=_0x1f530d){Vm[_0x1fe228(0x556)](_0x1031c1);return;}Xm(_0x3a74bf,_0x342621+0x1);},_0xe77882);}function Zm(_0x578aec){const _0x1cc4cd=_0x5a6880;try{return!_0x578aec[_0x1cc4cd(0x255)](_0x3b1c39)||!_0x578aec['has'](_0x2846c0)?void 0x0:{'embedModelService':_0x578aec[_0x1cc4cd(0x312)](_0x2846c0),'canvasFloatDomPreviewService':_0x578aec[_0x1cc4cd(0x312)](_0x3b1c39)};}catch{return null;}}function Qm(_0xda678,_0x27e948){const _0x549c06=_0x5a6880;let _0xf6d6d=_0xda678[_0x27e948];return typeof _0xf6d6d==_0x549c06(0x37f)?_0xf6d6d:void 0x0;}function $m(){const _0x4fdc51=_0x5a6880;return md({'childType':_0x41e642[_0x4fdc51(0x19b)],'productName':_0x4fdc51(0x21f)});}function eh(_0x376b06){const _0x210835=_0x5a6880;var _0x2e7507;return((_0x2e7507=_0x376b06[_0x210835(0x29f)])==null?void 0x0:_0x2e7507['embedId'])===_0x376b06['embedId']&&_0x376b06[_0x210835(0x29f)][_0x210835(0x61f)]!==_0x210835(0x47a)?_0x376b06['active'][_0x210835(0x61f)]??_0x210835(0x200):Nc({'embedId':_0x376b06['embedId'],'active':_0x376b06[_0x210835(0x29f)],'fullscreen':_0x376b06[_0x210835(0x662)],'usesDomFloatingStage':_0x376b06[_0x210835(0x3b9)]??!0x0,'renderScopeActive':_0x376b06[_0x210835(0x3cc)]??!0x1});}function th(_0x1f716d){const _0x6a1210=_0x5a6880;var _0x556dd6;let _0x179dee=_0x38c7ab(_0x2d0f78),{hostUnitId:_0x5d7745,embedId:_0x28615f,childUnitId:_0x103814,slideModel:_0x317dff,floatingActiveService:_0x4c45eb,commandService:_0x316103,instanceService:_0x2d3cb7,fullscreen:_0x35a493,usesDomFloatingStage:_0x2edde1,renderScopeActive$:_0x541fb4}=_0x1f716d,_0x4eefb6=_0xa8c38f(()=>_0x4c45eb[_0x6a1210(0x22c)],_0x4c45eb['getActive'](),!0x1,[_0x4c45eb]),_0x844076=_0xa8c38f(_0x541fb4,!0x1),_0xa078f9=_0xa8c38f(_0x317dff===null?null:()=>_0x317dff[_0x6a1210(0x672)]['slideOrder$'],[],!0x1,[_0x317dff]),_0x1b5210=_0xa8c38f(_0x317dff===null?null:()=>_0x317dff[_0x6a1210(0x672)]['activeSlideId$'],_0x317dff==null||(_0x556dd6=_0x317dff[_0x6a1210(0x672)][_0x6a1210(0x393)]())==null?void 0x0:_0x556dd6['getId'](),!0x1,[_0x317dff]),_0x946fb6=_0x49b838(()=>(_0x317dff==null?void 0x0:_0x317dff[_0x6a1210(0x672)][_0x6a1210(0x53f)]())??[],[_0x317dff,_0xa078f9]),_0x46be77=Math[_0x6a1210(0x168)](0x0,_0x946fb6[_0x6a1210(0x457)](_0x547ea1=>_0x547ea1[_0x6a1210(0x54f)]()===_0x1b5210)),_0x4bc97f=_0x946fb6[_0x6a1210(0x5dc)],_0x306c67=eh({'active':_0x4eefb6,'embedId':_0x28615f,'fullscreen':_0x35a493,'renderScopeActive':_0x844076,'usesDomFloatingStage':_0x2edde1}),_0x1e4b85=()=>{const _0x2b7455=_0x6a1210;_0x4c45eb['activate']({'hostUnitId':_0x5d7745,'embedId':_0x28615f,'childUnitId':_0x103814},'stage2'),_0x2d3cb7[_0x2b7455(0x221)](_0x103814);},_0x4f00d9=_0x3e1d91=>{const _0x41dd10=_0x6a1210;let _0x27887d=_0x946fb6[_0x3e1d91];!_0x27887d||!_0x317dff||(_0x1e4b85(),_0x317dff[_0x41dd10(0x672)][_0x41dd10(0x46c)](_0x27887d[_0x41dd10(0x54f)]()));};return _0xe9062d(_0x6a1210(0x47e),{'className':_0xc96f2f(_0x6a1210(0x25b),{'univer-hidden':_0x306c67==='inactive','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x35a493,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x35a493,'-univer-top-9':!_0x35a493}),'data-embed-floating-menu':_0x6a1210(0x357),'data-embed-id':_0x28615f,'data-embed-float-stage':_0x306c67,'onPointerDown':_0x3b5268=>_0x3b5268[_0x6a1210(0x5b2)](),'children':[_0x3fd847(nh,{'title':'Previous\x20page','disabled':_0x46be77<=0x0,'onClick':()=>_0x4f00d9(_0x46be77-0x1),'children':_0x3fd847(_0x3c45e1,{})}),_0x3fd847(nh,{'title':_0x6a1210(0x60f),'disabled':_0x4bc97f===0x0||_0x46be77>=_0x4bc97f-0x1,'onClick':()=>_0x4f00d9(_0x46be77+0x1),'children':_0x3fd847(_0x47da3e,{})}),_0x3fd847(_0x40264b,{'align':'start','sideOffset':0x6,'data-embed-id':_0x28615f,'data-embed-floating-menu-popup':_0x6a1210(0x357),'items':[{'type':_0x6a1210(0x269),'value':String(_0x46be77),'hideIndicator':!0x0,'options':_0x946fb6[_0x6a1210(0x4ec)]((_0x3d0f27,_0x30b5ee)=>({'label':_0x6a1210(0x26c)+(_0x30b5ee+0x1),'value':String(_0x30b5ee)})),'onSelect':_0x3afbe0=>_0x4f00d9(Number(_0x3afbe0))}],'children':_0xe9062d(_0x283de6,{'type':_0x6a1210(0x480),'size':_0x6a1210(0x19e),'variant':_0x6a1210(0x286),'className':_0x6a1210(0x28d),'title':_0x6a1210(0x48b),'children':[_0x3fd847('span',{'children':_0x4bc97f===0x0?'0\x20/\x200':_0x46be77+0x1+_0x6a1210(0x1a0)+_0x4bc97f}),_0x3fd847(_0x183b59,{'className':_0x6a1210(0x5f1)})]})}),_0x3fd847(_0x2031f6,{'orientation':_0x6a1210(0x502)}),_0x3fd847(nh,{'title':_0x179dee['t']('embed-ui.deleteBlock'),'className':_0x6a1210(0x378),'onClick':()=>{const _0x47b78d=_0x6a1210;_0x316103[_0x47b78d(0x5a4)](_0xb69e7a['id'],{'hostUnitId':_0x5d7745,'embedId':_0x28615f});},'children':_0x3fd847(_0x4d0c5f,{})})]});}function nh(_0x2c94bd){const _0x258dd4=_0x5a6880;let {children:_0x181cca,title:_0x1b8fba,disabled:_0x2ee1c0,className:_0x1722db,onClick:_0x48503b}=_0x2c94bd;return _0x3fd847(_0x283de6,{'type':_0x258dd4(0x480),'size':_0x258dd4(0x19e),'variant':_0x258dd4(0x286),'className':_0xc96f2f(_0x258dd4(0x54c),_0x1722db),'title':_0x1b8fba,'aria-label':_0x1b8fba,'disabled':_0x2ee1c0,'onClick':_0x48503b,'children':_0x181cca});}function rh(){const _0x125721=_0x5a6880;return pf({'childType':_0x41e642[_0x125721(0x19b)],'mount':ih});}function ih(_0x1ae9b4){const _0x7009d6=_0x5a6880;let {root:_0x43693e,menu:_0x3882f7}=ff(_0x1ae9b4),_0x51dece=Ps(_0x3882f7),_0x5cab2c=_0x1ae9b4['injector'][_0x7009d6(0x312)](to),_0x1e5fa3=_0x1ae9b4['injector'][_0x7009d6(0x312)](_0x304c4c),_0x5ea44e=_0x1ae9b4[_0x7009d6(0x2e3)][_0x7009d6(0x312)](_0x599bd7),_0x26d352=_0x5ea44e[_0x7009d6(0x182)](_0x1ae9b4[_0x7009d6(0x21e)],_0x41e642[_0x7009d6(0x19b)]);return _0x51dece[_0x7009d6(0x4eb)](_0x36e457(Ts,{'injector':_0x1ae9b4[_0x7009d6(0x6a3)][_0x7009d6(0x2e3)],'mountContainer':_0x43693e,'embedId':_0x1ae9b4[_0x7009d6(0x256)]},_0x36e457(th,{'hostUnitId':_0x1ae9b4[_0x7009d6(0x214)],'embedId':_0x1ae9b4['embedId'],'childUnitId':_0x1ae9b4[_0x7009d6(0x21e)],'slideModel':_0x26d352??null,'floatingActiveService':_0x5cab2c,'commandService':_0x1e5fa3,'instanceService':_0x5ea44e,'fullscreen':!!_0x1ae9b4['renderScope'][_0x7009d6(0x662)],'usesDomFloatingStage':_0x1ae9b4[_0x7009d6(0x4dc)][_0x7009d6(0x22f)]!==_0x7009d6(0x1eb),'renderScopeActive$':_0x1ae9b4[_0x7009d6(0x234)]['active$']}))),_0xe7ea20(()=>{const _0x3a1a60=_0x7009d6;Fs(_0x51dece),globalThis[_0x3a1a60(0x275)](()=>_0x3882f7[_0x3a1a60(0x23d)](),0x0);});}function ah(_0x4a204f,_0x146173,_0x407c49){return{..._0x134739(_0x4a204f,_0x146173),'activateAnchor':_0x67ff75=>{const _0x4c01da=_0x1f5b;_0x407c49==null||_0x407c49[_0x4c01da(0x573)](_0x67ff75[_0x4c01da(0x214)]);let _0x14e426=_0x146173==null?void 0x0:_0x146173[_0x4c01da(0x182)](_0x67ff75[_0x4c01da(0x214)],_0x41e642[_0x4c01da(0x19b)]),_0x5e4cb8=()=>{const _0xf00440=_0x4c01da;var _0x5962ed,_0x2e6659;return _0x14e426==null||(_0x5962ed=_0x14e426['pageManager'])==null||(_0x2e6659=_0x5962ed['setActiveSlide'])==null?void 0x0:_0x2e6659[_0xf00440(0x380)](_0x5962ed,_0x67ff75[_0xf00440(0x6a1)]);};if(typeof window>'u'){_0x5e4cb8();return;}window[_0x4c01da(0x385)](_0x5e4cb8);}};}function oh(){const _0x31bf7a=_0x5a6880;return{'hostType':_0x41e642[_0x31bf7a(0x19b)],'entry':_0x31bf7a(0x1eb),'layout':_0x31bf7a(0x6fe),'supportedLayouts':[_0x31bf7a(0x6fe),_0x31bf7a(0x2fe),_0x31bf7a(0x4fe),_0x31bf7a(0x63c)],'menuBehavior':_0x31bf7a(0x3d4),'mount':_0x460a1d=>{const _0x5e7487=_0x31bf7a;let _0x44fbde=ch(_0x5e7487(0x2c0),_0x460a1d[_0x5e7487(0x4dc)][_0x5e7487(0x6a1)]);return _0x44fbde?{'hostElement':_0x44fbde}:{};}};}function sh(){const _0xdb3eb4=_0x5a6880;return{'hostType':_0x41e642['UNIVER_SLIDE'],'entry':'slides-page-list-block','layout':_0xdb3eb4(0x2f2),'supportedLayouts':[_0xdb3eb4(0x2f2)],'menuBehavior':_0xdb3eb4(0x295),'mount':_0x1c0a11=>{const _0x1cc394=_0xdb3eb4;let _0x2fcf3c=ch(_0x1cc394(0x527),_0x1c0a11['descriptor'][_0x1cc394(0x6a1)]);return _0x2fcf3c?{'hostElement':_0x2fcf3c}:{};}};}function ch(_0x55dcca,_0x4f9095){const _0x23d706=_0x5a6880;return document[_0x23d706(0x635)]('['+_0x55dcca+'=\x22'+lh(_0x4f9095)+'\x22]');}function lh(_0x5aba52){const _0x435f5a=_0x5a6880;return _0x5aba52[_0x435f5a(0x621)](/\\/g,'\x5c\x5c')[_0x435f5a(0x621)](/"/g,'\x5c\x22');}function uh(){const _0x5a4904=_0x5a6880;return{'childType':_0x41e642[_0x5a4904(0x19b)],'handleWheel':()=>!0x1};}function dh(_0x105d7f){const _0x2f55a4=_0x5a6880;return{'childType':_0x41e642[_0x2f55a4(0x19b)],'supportedLayouts':[_0x2f55a4(0x2f2),_0x2f55a4(0x4fe),_0x2f55a4(0x6fe)],'beforeDeactivate':fh,'mount':_0x259d6e=>ph(_0x259d6e,_0x105d7f)};}function fh(_0x3ab44d){const _0x4f77ed=_0x5a6880;let _0x4139e1=_0x3ab44d['runtimeScope'][_0x4f77ed(0x2e3)];if(!(_0x4139e1!=null&&_0x4139e1['has'](_0x3e309e)))return;let _0x4ac028=_0x4139e1['get'](_0x3e309e);_0x4ac028[_0x4f77ed(0x6d2)](),_0x4ac028[_0x4f77ed(0x698)]();}function ph(_0x58dbc0,_0x1c7091){const _0x4ac92c=_0x5a6880;let _0x249691=_0x58dbc0[_0x4ac92c(0x2e3)]['get'](_0x599bd7)[_0x4ac92c(0x182)](_0x58dbc0[_0x4ac92c(0x21e)],_0x41e642[_0x4ac92c(0x19b)]);if(!_0x249691)return;let _0x22bc6e=_0x58dbc0[_0x4ac92c(0x6a3)]['injector'];if(!_0x22bc6e)return;let _0x5ef107=Bd(_0x58dbc0,_0x1c7091,_0x46580b=>mh(_0x249691,_0x46580b)),_0x508551=_0x58dbc0[_0x4ac92c(0x6a3)][_0x4ac92c(0x631)]['content'],_0x18bab4=_0x58dbc0[_0x4ac92c(0x6a3)][_0x4ac92c(0x631)]['canvas'],_0x3f545e=_0x58dbc0['injector'][_0x4ac92c(0x312)](_0x1c99aa),_0x48deae=hh(_0x58dbc0),_0x49240f=_0x18bab4?ps(_0x3f545e,_0x58dbc0[_0x4ac92c(0x21e)],_0x22bc6e):void 0x0;if(_0x49240f&&_0x18bab4&&!_0x48deae){try{var _0x9adae3,_0x311661;(_0x9adae3=(_0x311661=_0x49240f['engine'])[_0x4ac92c(0x435)])==null||_0x9adae3[_0x4ac92c(0x380)](_0x311661);}catch{}_0x49240f[_0x4ac92c(0x4be)][_0x4ac92c(0x5e6)](_0x18bab4),hs(_0x49240f,{'activate':!0x0}),_0x18bab4[_0x4ac92c(0x22d)][_0x4ac92c(0x509)]=_0x58dbc0['childUnitId'],_0x18bab4[_0x4ac92c(0x22d)]['embedChildRenderMode']=_0x4ac92c(0x1f9);}let _0x308e50=Ps(_0x508551);return _0x508551['dataset'][_0x4ac92c(0x509)]=_0x58dbc0[_0x4ac92c(0x21e)],_0x508551[_0x4ac92c(0x22d)]['embedChildRenderMode']='slide-workbench',_0x308e50[_0x4ac92c(0x4eb)](_0x3fd847(Ts,{'injector':_0x22bc6e,'mountContainer':_0x58dbc0[_0x4ac92c(0x6a3)][_0x4ac92c(0x631)]['popup'],'embedId':_0x58dbc0[_0x4ac92c(0x256)],'children':_0x48deae?_0x3fd847(_0x4ccab8,{'unitId':_0x58dbc0[_0x4ac92c(0x21e)],'active$':_0x58dbc0[_0x4ac92c(0x234)][_0x4ac92c(0x22c)]}):_0x3fd847(_0x129478,{})})),_0xe7ea20(()=>{const _0x48987a=_0x4ac92c;_0x5ef107[_0x48987a(0x526)]();try{var _0x58166a,_0x3cbed4;_0x49240f==null||(_0x3cbed4=(_0x58166a=_0x49240f[_0x48987a(0x4be)])['unmount'])==null||_0x3cbed4[_0x48987a(0x380)](_0x58166a);}catch{}_0x3f545e[_0x48987a(0x370)](_0x58dbc0[_0x48987a(0x21e)]),Fs(_0x308e50),_0x508551[_0x48987a(0x2b1)]&&(_0x508551[_0x48987a(0x2a8)](_0x48987a(0x3a6)),_0x508551[_0x48987a(0x2a8)](_0x48987a(0x5a9))),_0x18bab4!=null&&_0x18bab4[_0x48987a(0x2b1)]&&(_0x18bab4[_0x48987a(0x2a8)]('data-embed-child-render-unit-id'),_0x18bab4['removeAttribute'](_0x48987a(0x5a9))),_0x22bc6e[_0x48987a(0x526)]();});}function mh(_0x224ea5,_0x351f9f){const _0x24dd17=_0x5a6880;var _0x24f7d6,_0x19a120;let _0x363973=_0x351f9f==null?void 0x0:_0x351f9f['pageId'],_0x5a8413=_0x363973&&_0x224ea5[_0x24dd17(0x672)]['getSlide'](_0x363973)?_0x363973:(_0x24f7d6=_0x224ea5[_0x24dd17(0x672)][_0x24dd17(0x53f)]()[0x0])==null?void 0x0:_0x24f7d6[_0x24dd17(0x54f)]();_0x5a8413&&((_0x19a120=_0x224ea5[_0x24dd17(0x672)][_0x24dd17(0x393)]())==null?void 0x0:_0x19a120['getId']())!==_0x5a8413&&_0x224ea5[_0x24dd17(0x672)][_0x24dd17(0x46c)](_0x5a8413);}function hh(_0x4109e5){const _0x30420b=_0x5a6880;return _0x4109e5[_0x30420b(0x234)][_0x30420b(0x57d)]===_0x30420b(0x653)&&!_0x4109e5[_0x30420b(0x234)]['fullscreen']&&_0x4109e5[_0x30420b(0x310)]===_0x30420b(0x4fe);}let gh=class{constructor(_0x48abb6,_0x42e4dd){const _0x429c76=_0x5a6880;this[_0x429c76(0x1ba)]=_0x48abb6,this[_0x429c76(0x688)]=_0x42e4dd,Y(this,'childType',_0x41e642[_0x429c76(0x19b)]);}['collectViewState'](_0x1df927){const _0x5fdb71=_0x5a6880;var _0x2d2dce,_0x5eee02;let _0x1aa2a8=this[_0x5fdb71(0x17a)](_0x1df927['childUnitId']),_0x4c2283=(_0x1aa2a8==null||(_0x2d2dce=_0x1aa2a8[_0x5fdb71(0x672)]['getActiveSlide']())==null?void 0x0:_0x2d2dce[_0x5fdb71(0x54f)]())??'';return{'unitId':_0x1df927[_0x5fdb71(0x21e)],'pageId':_0x4c2283,'scaleMode':_0x5fdb71(0x62c),'zoomRatio':_0x1aa2a8==null||(_0x5eee02=_0x1aa2a8[_0x5fdb71(0x320)])==null?void 0x0:_0x5eee02[_0x5fdb71(0x380)](_0x1aa2a8)};}[_0x5a6880(0x622)](_0x5ed846,_0x4f6626){const _0xc79699=_0x5a6880;let _0x30f884=this['_getSlideModel'](_0x5ed846['childUnitId']);!_0x30f884||!_0x4f6626['pageId']||!_0x30f884['pageManager'][_0xc79699(0x42c)](_0x4f6626[_0xc79699(0x1ab)])||_0x30f884[_0xc79699(0x672)][_0xc79699(0x46c)](_0x4f6626['pageId']);}[_0x5a6880(0x3a4)](_0x55b05a){const _0x7fa9a2=_0x5a6880;var _0x4a8700,_0x898950,_0x18f450;let _0x23312d=this[_0x7fa9a2(0x17a)](_0x55b05a[_0x7fa9a2(0x21e)]),_0x193976=(_0x4a8700=_0x55b05a[_0x7fa9a2(0x570)])==null?void 0x0:_0x4a8700[_0x7fa9a2(0x1ab)];_0x23312d&&_0x193976&&_0x23312d['pageManager'][_0x7fa9a2(0x42c)](_0x193976)&&_0x23312d[_0x7fa9a2(0x672)][_0x7fa9a2(0x46c)](_0x193976);let _0x2bdab8=this[_0x7fa9a2(0x5dd)](_0x55b05a[_0x7fa9a2(0x21e)]),_0x13862c=_0x2bdab8==null||(_0x898950=_0x2bdab8['engine'])==null||(_0x18f450=_0x898950[_0x7fa9a2(0x1e8)])==null?void 0x0:_0x18f450['call'](_0x898950);if(_0x2bdab8&&(!_0x13862c||_0x13862c[_0x7fa9a2(0x5ae)]<=0x1||_0x13862c['height']<=0x1)&&(_0x13862c=_h(_0x2bdab8,_0x55b05a[_0x7fa9a2(0x5ae)],_0x55b05a[_0x7fa9a2(0x3f3)])),!(!_0x13862c||_0x13862c['width']<=0x1||_0x13862c[_0x7fa9a2(0x3f3)]<=0x1||typeof _0x13862c[_0x7fa9a2(0x3e6)]!=_0x7fa9a2(0x581)))try{let _0x226c1d=_0x23312d?_0x1a2385(_0x23312d[_0x7fa9a2(0x56f)]()[_0x7fa9a2(0x632)]):void 0x0,_0x28e081=_0x226c1d?_0x226c1d['width']/_0x226c1d[_0x7fa9a2(0x3f3)]:void 0x0,_0x416a14=bh(_0x2bdab8,_0x13862c[_0x7fa9a2(0x5ae)],_0x13862c['height'])??(_0x28e081?vh(_0x13862c['width'],_0x13862c[_0x7fa9a2(0x3f3)],_0x28e081):void 0x0);return xh(_0x13862c,_0x55b05a[_0x7fa9a2(0x5ae)],_0x55b05a['height'],_0x55b05a[_0x7fa9a2(0x167)],_0x416a14)??_0x13862c['toDataURL'](_0x7fa9a2(0x2d2));}catch{return;}}[_0x5a6880(0x17a)](_0x44f9a9){const _0x500635=_0x5a6880;return this['_instanceService'][_0x500635(0x182)](_0x44f9a9,_0x41e642['UNIVER_SLIDE'])??void 0x0;}[_0x5a6880(0x5dd)](_0x40804f){const _0xab14c7=_0x5a6880;let _0x44633a=this[_0xab14c7(0x688)]['getRenderUnitById'](_0x40804f);if(_0x44633a)return _0x44633a;try{return this['_renderManagerService'][_0xab14c7(0x41e)](_0x40804f);}catch{return;}}};gh=vs([$(0x0,_0x599bd7),$(0x1,_0x1c99aa)],gh);function _h(_0x41b083,_0x175a9b,_0x56bd93){const _0x4a9cd6=_0x5a6880;if(typeof document>'u')return;let _0x5dd9aa=_0x41b083['engine'],_0xce5739=_0x41b083[_0x4a9cd6(0x209)];if(!(_0x5dd9aa!=null&&_0x5dd9aa[_0x4a9cd6(0x5e6)])||!_0x5dd9aa[_0x4a9cd6(0x30d)])return;let _0x257a14=document[_0x4a9cd6(0x62a)](_0x4a9cd6(0x47e));_0x257a14['style'][_0x4a9cd6(0x417)]='fixed',_0x257a14[_0x4a9cd6(0x38f)]['left']=_0x4a9cd6(0x401),_0x257a14['style'][_0x4a9cd6(0x547)]=_0x4a9cd6(0x401),_0x257a14[_0x4a9cd6(0x38f)][_0x4a9cd6(0x5ae)]=Math[_0x4a9cd6(0x168)](0x1,Math[_0x4a9cd6(0x2c3)](_0x175a9b))+'px',_0x257a14['style'][_0x4a9cd6(0x3f3)]=Math[_0x4a9cd6(0x168)](0x1,Math[_0x4a9cd6(0x2c3)](_0x56bd93))+'px',_0x257a14[_0x4a9cd6(0x38f)][_0x4a9cd6(0x617)]=_0x4a9cd6(0x188),_0x257a14['dataset'][_0x4a9cd6(0x38b)]=_0x4a9cd6(0x357),document['body'][_0x4a9cd6(0x17b)](_0x257a14);try{var _0x45675b,_0x584656,_0x260140;return _0x5dd9aa['mount'](_0x257a14),_0x5dd9aa[_0x4a9cd6(0x30d)](),_0xce5739==null||(_0x45675b=_0xce5739[_0x4a9cd6(0x6f3)])==null||_0x45675b[_0x4a9cd6(0x380)](_0xce5739,!0x0),_0xce5739==null||(_0x584656=_0xce5739[_0x4a9cd6(0x4eb)])==null||_0x584656[_0x4a9cd6(0x380)](_0xce5739),(_0x260140=_0x5dd9aa[_0x4a9cd6(0x1e8)])==null?void 0x0:_0x260140['call'](_0x5dd9aa);}finally{_0x257a14[_0x4a9cd6(0x23d)]();}}function vh(_0x371e35,_0x5d37ae,_0x65c9ef){const _0x1cb54a=_0x5a6880;let _0x3c2e02=Math[_0x1cb54a(0x168)](0x1,Math[_0x1cb54a(0x2c3)](_0x371e35)),_0x1a2f64=Math['max'](0x1,Math['round'](_0x5d37ae));if(!Number[_0x1cb54a(0x607)](_0x65c9ef)||_0x65c9ef<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x3c2e02,'sHeight':_0x1a2f64};if(_0x3c2e02/_0x1a2f64>_0x65c9ef){let _0x1d92d5=Math[_0x1cb54a(0x2c3)](_0x1a2f64*_0x65c9ef);return{'sx':Math[_0x1cb54a(0x168)](0x0,Math[_0x1cb54a(0x2c3)]((_0x3c2e02-_0x1d92d5)/0x2)),'sy':0x0,'sWidth':_0x1d92d5,'sHeight':_0x1a2f64};}let _0x3f4b80=Math[_0x1cb54a(0x2c3)](_0x3c2e02/_0x65c9ef);return{'sx':0x0,'sy':Math[_0x1cb54a(0x168)](0x0,Math[_0x1cb54a(0x2c3)]((_0x1a2f64-_0x3f4b80)/0x2)),'sWidth':_0x3c2e02,'sHeight':_0x3f4b80};}function yh(_0x389fe5,_0x30012e,_0x28991a,_0x241cd2,_0x599d21){const _0x1d1d27=_0x5a6880;if(typeof _0x28991a[_0x1d1d27(0x21d)]!='number'||typeof _0x28991a[_0x1d1d27(0x547)]!='number'||typeof _0x28991a[_0x1d1d27(0x5ae)]!=_0x1d1d27(0x65b)||typeof _0x28991a[_0x1d1d27(0x3f3)]!=_0x1d1d27(0x65b)||_0x28991a[_0x1d1d27(0x5ae)]<=0x0||_0x28991a[_0x1d1d27(0x3f3)]<=0x0)return;let _0x4eaf07=Math[_0x1d1d27(0x168)](0x0,Math[_0x1d1d27(0x2c3)](_0x28991a['left']*_0x241cd2)),_0x1ccd76=Math[_0x1d1d27(0x168)](0x0,Math[_0x1d1d27(0x2c3)](_0x28991a[_0x1d1d27(0x547)]*_0x599d21));return{'sx':_0x4eaf07,'sy':_0x1ccd76,'sWidth':Math[_0x1d1d27(0x1b5)](Math[_0x1d1d27(0x168)](0x1,Math[_0x1d1d27(0x2c3)](_0x28991a[_0x1d1d27(0x5ae)]*_0x241cd2)),Math[_0x1d1d27(0x168)](0x1,Math[_0x1d1d27(0x2c3)](_0x389fe5-_0x4eaf07))),'sHeight':Math[_0x1d1d27(0x1b5)](Math[_0x1d1d27(0x168)](0x1,Math[_0x1d1d27(0x2c3)](_0x28991a['height']*_0x599d21)),Math[_0x1d1d27(0x168)](0x1,Math['round'](_0x30012e-_0x1ccd76)))};}function bh(_0x3ce94a,_0x42ab98,_0x11914a){const _0x2b7a51=_0x5a6880;var _0x4b70da,_0x388b64;let _0x44332f=_0x3ce94a==null?void 0x0:_0x3ce94a[_0x2b7a51(0x209)],_0xeefaaf=_0x44332f==null||(_0x4b70da=_0x44332f['getObject'])==null?void 0x0:_0x4b70da['call'](_0x44332f,_0x4c33b4),_0x7fe246=_0x44332f==null||(_0x388b64=_0x44332f[_0x2b7a51(0x5df)])==null?void 0x0:_0x388b64[_0x2b7a51(0x380)](_0x44332f),_0x44864e=(_0x7fe246==null?void 0x0:_0x7fe246[_0x2b7a51(0x2be)])??(_0x44332f==null?void 0x0:_0x44332f[_0x2b7a51(0x2be)])??0x1,_0x133ecb=(_0x7fe246==null?void 0x0:_0x7fe246[_0x2b7a51(0x25a)])??(_0x44332f==null?void 0x0:_0x44332f[_0x2b7a51(0x25a)])??_0x44864e;return _0xeefaaf?yh(_0x42ab98,_0x11914a,_0xeefaaf,_0x44864e,_0x133ecb):void 0x0;}function xh(_0x537453,_0x595a92,_0x3145ac,_0x219423,_0x3595c8){const _0x47caef=_0x5a6880;if(typeof document>'u'||!_0x3595c8)return;let _0x4be88f=document[_0x47caef(0x62a)](_0x47caef(0x530));_0x4be88f[_0x47caef(0x5ae)]=Math[_0x47caef(0x168)](0x1,Math[_0x47caef(0x2c3)](_0x595a92*Math[_0x47caef(0x168)](0x1,_0x219423||0x1))),_0x4be88f[_0x47caef(0x3f3)]=Math[_0x47caef(0x168)](0x1,Math[_0x47caef(0x2c3)](_0x3145ac*Math['max'](0x1,_0x219423||0x1)));let _0x13fbe1=null;try{_0x13fbe1=_0x4be88f['getContext']('2d');}catch{return;}if(_0x13fbe1)return _0x13fbe1['drawImage'](_0x537453,_0x3595c8['sx'],_0x3595c8['sy'],_0x3595c8[_0x47caef(0x231)],_0x3595c8['sHeight'],0x0,0x0,_0x4be88f['width'],_0x4be88f[_0x47caef(0x3f3)]),_0x4be88f[_0x47caef(0x3e6)]('image/png');}const Sh=_0x5a6880(0x517);function Ch(_0x3f8e0a,_0x34059c){const _0x1e276=_0x5a6880;let _0x3a7c1e=!0x1,_0x10f5c1,_0x2c4ccc,_0x289f52,_0x5429ac=_0x176afb=>{const _0x36b026=_0x1f5b;if(_0x3a7c1e||_0x2c4ccc||!_0x176afb['image'])return;let _0x2ec73b=Nh(_0x176afb['image']);_0x2ec73b&&(_0x10f5c1=Ph(_0x34059c[_0x36b026(0x60b)],_0x10f5c1,_0x2ec73b));},_0x13c3e7=_0x3f8e0a['previewService']['previewUpdated$'][_0x1e276(0x1d7)](_0x44b8f8=>{const _0x29285f=_0x1e276;_0x44b8f8[_0x29285f(0x256)]===_0x34059c['embedId']&&(!_0x34059c['childUnitId']||_0x44b8f8[_0x29285f(0x21e)]===_0x34059c[_0x29285f(0x21e)])&&_0x5429ac(_0x44b8f8);});return Th(_0x3f8e0a,_0x34059c)[_0x1e276(0x453)](_0x1aa658=>{const _0x4e12ed=_0x1e276;if(_0x3a7c1e||!_0x1aa658)return;let _0x78f226=wh(_0x3f8e0a,_0x34059c,_0x1aa658,()=>_0x3a7c1e);if(_0x78f226){_0x2c4ccc=_0x78f226[_0x4e12ed(0x519)],_0x289f52=_0x78f226[_0x4e12ed(0x281)],_0x10f5c1=void 0x0;return;}Eh(_0x3f8e0a,_0x34059c,_0x1aa658,_0x5429ac,()=>_0x3a7c1e)[_0x4e12ed(0x453)](_0x293be6=>{const _0x1d83f9=_0x4e12ed;!_0x3a7c1e&&_0x293be6&&(_0x10f5c1=Ph(_0x34059c[_0x1d83f9(0x60b)],_0x10f5c1,_0x293be6));});},()=>{}),_0xe7ea20(()=>{const _0x420413=_0x1e276;_0x3a7c1e=!0x0,_0x13c3e7[_0x420413(0x387)](),_0x2c4ccc==null||_0x2c4ccc['dispose'](),_0x2c4ccc=void 0x0,_0x289f52==null||_0x289f52[_0x420413(0x526)](),_0x289f52=void 0x0,_0x10f5c1==null||_0x10f5c1[_0x420413(0x23d)](),_0x10f5c1=void 0x0;});}function wh(_0x265be4,_0x5b830f,_0x29b0f7,_0xfe026){const _0x592b3c=_0x5a6880;let _0x511d84=Dh(),_0x591ab4;try{var _0x323acd;if(_0x591ab4=_0x265be4[_0x592b3c(0x36a)]['acquire']({..._0x29b0f7,'mode':_0x592b3c(0x584)},_0x511d84[_0x592b3c(0x666)]),!_0x591ab4[_0x592b3c(0x4d9)][_0x592b3c(0x540)])throw Error(_0x592b3c(0x241));if(_0xfe026()){_0x591ab4[_0x592b3c(0x526)](),_0x511d84[_0x592b3c(0x526)]();return;}_0x265be4[_0x592b3c(0x69a)]['focusHostForPassiveRuntime'](_0x29b0f7),Oh(_0x511d84[_0x592b3c(0x666)]);let _0x553880=_0x591ab4[_0x592b3c(0x4d9)][_0x592b3c(0x540)],_0x47e200=(_0x323acd=_0x265be4[_0x592b3c(0x17e)][_0x592b3c(0x312)](_0x591ab4[_0x592b3c(0x4d9)][_0x592b3c(0x2c2)]))==null?void 0x0:_0x323acd[_0x592b3c(0x37c)];return _0x511d84['addDisposer'](kh(_0x511d84['runtimeHost'],_0x553880,_0x5b830f['entry'],_0x47e200)),_0x5b830f['hostElement'][_0x592b3c(0x3d9)](_0x511d84[_0x592b3c(0x3e5)]),_0x511d84[_0x592b3c(0x488)](Ah(_0x265be4,_0x591ab4,_0x511d84['runtimeHost'],_0x511d84[_0x592b3c(0x5ad)],_0x5b830f[_0x592b3c(0x22f)],_0x47e200)),{'lease':_0x591ab4,'elements':_0x511d84};}catch{_0x591ab4==null||_0x591ab4[_0x592b3c(0x526)](),_0x511d84['dispose']();return;}}async function Th(_0x2c631b,_0x2aac65){const _0x4b00d7=_0x5a6880;let _0x33e017=_0x2c631b['embedModelService'][_0x4b00d7(0x42a)](_0x2aac65[_0x4b00d7(0x214)],_0x2aac65['embedId'])??Mh(_0x2aac65);if(_0x33e017){try{_0x33e017=await _0x2c631b[_0x4b00d7(0x4f6)][_0x4b00d7(0x499)]({'descriptor':_0x33e017});}catch{}return _0x33e017[_0x4b00d7(0x21e)]&&_0x33e017[_0x4b00d7(0x2c2)]!=null?_0x33e017:void 0x0;}}async function Eh(_0x20b828,_0x3fa722,_0xe34c18,_0x320ee4,_0x3b568a){const _0x3c009b=_0x5a6880;var _0x585173,_0x2d72a0;let _0x27ea03=await((_0x585173=_0x20b828[_0x3c009b(0x4e4)])==null?void 0x0:_0x585173[_0x3c009b(0x1bd)](_0x3fa722[_0x3c009b(0x6a1)]));if(_0x3b568a())return;if(_0x27ea03)return Nh(_0x27ea03);let _0x5c0abf=_0xe34c18[_0x3c009b(0x21e)],_0x50774d=_0xe34c18[_0x3c009b(0x2c2)];if(!_0x5c0abf||_0x50774d==null)return;let _0x5d274c=(_0x2d72a0=_0x20b828['sceneCanvasCaptureService'])==null?void 0x0:_0x2d72a0[_0x3c009b(0x31e)](_0x3fa722[_0x3c009b(0x6a1)]);_0x320ee4(_0x20b828[_0x3c009b(0x59c)][_0x3c009b(0x15e)]({'descriptor':{..._0xe34c18,'mode':_0x3c009b(0x584)},'childUnitId':_0x5c0abf,'childType':_0x50774d,'width':Math[_0x3c009b(0x168)](0x1,_0x3fa722[_0x3c009b(0x5ae)]),'height':Math[_0x3c009b(0x168)](0x1,_0x3fa722[_0x3c009b(0x3f3)]),'dpr':Math['max'](0x1,Math[_0x3c009b(0x1b5)](0x2,_0x3fa722[_0x3c009b(0x167)])),'reason':_0x3c009b(0x4a9),'context':_0x5d274c}));}function Dh(){const _0x8b0953=_0x5a6880;let _0x4dc22f=document['createElement'](_0x8b0953(0x47e));_0x4dc22f['dataset'][_0x8b0953(0x4a5)]=_0x8b0953(0x357),_0x4dc22f[_0x8b0953(0x38f)][_0x8b0953(0x417)]=_0x8b0953(0x4ae),_0x4dc22f[_0x8b0953(0x38f)][_0x8b0953(0x376)]='0',_0x4dc22f[_0x8b0953(0x38f)]['isolation']='isolate',_0x4dc22f[_0x8b0953(0x38f)][_0x8b0953(0x2fc)]='hidden';let _0x5ccea3=document[_0x8b0953(0x62a)](_0x8b0953(0x47e));_0x5ccea3[_0x8b0953(0x22d)]['embedPresentationRuntime']='true',_0x5ccea3['dataset'][_0x8b0953(0x4d3)]=_0x8b0953(0x357),_0x5ccea3[_0x8b0953(0x38f)]['position']=_0x8b0953(0x4ae),_0x5ccea3[_0x8b0953(0x38f)]['inset']='0',_0x5ccea3[_0x8b0953(0x38f)][_0x8b0953(0x5bd)]='0',_0x5ccea3[_0x8b0953(0x38f)][_0x8b0953(0x2fc)]='hidden',_0x5ccea3[_0x8b0953(0x38f)]['pointerEvents']=_0x8b0953(0x188);let _0x230004=document[_0x8b0953(0x62a)](_0x8b0953(0x47e));_0x230004[_0x8b0953(0x22d)][_0x8b0953(0x41f)]=_0x8b0953(0x357),_0x230004[_0x8b0953(0x38f)][_0x8b0953(0x417)]=_0x8b0953(0x4ae),_0x230004[_0x8b0953(0x38f)]['inset']='0',_0x230004[_0x8b0953(0x38f)]['zIndex']='1',_0x230004[_0x8b0953(0x38f)][_0x8b0953(0x617)]=_0x8b0953(0x3ca),_0x230004[_0x8b0953(0x38f)][_0x8b0953(0x641)]=_0x8b0953(0x188),_0x4dc22f['append'](_0x5ccea3,_0x230004);let _0xc4cdf6=[];return{'surface':_0x4dc22f,'runtimeHost':_0x5ccea3,'interactionGate':_0x230004,'addDisposer':_0x3b7924=>_0xc4cdf6[_0x8b0953(0x5a2)](_0x3b7924),'dispose':()=>{const _0x3ebf96=_0x8b0953;_0xc4cdf6[_0x3ebf96(0x366)](0x0)['reverse']()['forEach'](_0x5406c0=>_0x5406c0()),_0x4dc22f[_0x3ebf96(0x23d)]();}};}function Oh(_0x16af6b){const _0x8d82f7=_0x5a6880;_0x16af6b[_0x8d82f7(0x38f)][_0x8d82f7(0x617)]=_0x8d82f7(0x188);}function kh(_0x3c29bc,_0x3a45d5,_0x1a5a30,_0x5413b0){const _0x39882b=_0x5a6880;if(_0x1a5a30!==Sh||!(_0x5413b0!=null&&_0x5413b0['getChromeCss']))return()=>{};let _0x242fee=_0x5413b0[_0x39882b(0x2b6)]({'childContext':_0x3a45d5,'entry':_0x1a5a30,'runtimeHost':_0x3c29bc});if(!_0x242fee)return()=>{};let _0x74632e=_0x3c29bc[_0x39882b(0x6ba)][_0x39882b(0x62a)](_0x39882b(0x38f));return _0x74632e[_0x39882b(0x22d)][_0x39882b(0x354)]=_0x39882b(0x357),_0x74632e[_0x39882b(0x2ca)]=_0x242fee,_0x3c29bc[_0x39882b(0x1d6)](_0x74632e),()=>_0x74632e['remove']();}function Ah(_0x1fc506,_0x3b7dff,_0x3d4905,_0x5eb912,_0x25c17b,_0x1080ac){const _0xcae0a7=_0x5a6880;let _0x34e9c5=_0x58aaa9=>{const _0x759b=_0x1f5b;_0x58aaa9[_0x759b(0x652)](),_0x58aaa9[_0x759b(0x5b2)]();},_0x53eae5=_0x177b8c=>{const _0x287538=_0x1f5b;if(_0x25c17b===Sh&&jh(_0x3d4905,_0x3b7dff,_0x1080ac,_0x177b8c['clientX'],_0x177b8c['clientY'])){_0x177b8c[_0x287538(0x652)](),_0x177b8c['stopPropagation']();return;}_0x34e9c5(_0x177b8c);},_0x1d6a4a=_0x223900=>{const _0x28f3d6=_0x1f5b;var _0x126a0b;let _0x8dbe5e=_0x3b7dff[_0x28f3d6(0x4d9)][_0x28f3d6(0x540)];if(!_0x8dbe5e)return;let _0x1ce8b4={..._0x8dbe5e,'event':_0x223900,'stage':_0x28f3d6(0x47a),'source':'wheel'},_0x5c0ff0=_0x1fc506['passiveWheelHandlerRegistry']['handleWheel'](_0x1ce8b4),_0x48a01c=!_0x5c0ff0&&((_0x126a0b=_0x1fc506[_0x28f3d6(0x20e)]['get'](_0x8dbe5e[_0x28f3d6(0x2c2)],_0x8dbe5e[_0x28f3d6(0x310)]))==null?void 0x0:_0x126a0b[_0x28f3d6(0x289)](_0x1ce8b4))===!0x0;(_0x5c0ff0||_0x48a01c)&&(_0x223900[_0x28f3d6(0x652)](),_0x223900['stopPropagation'](),_0x223900[_0x28f3d6(0x561)]());},_0x51d5c0=[_0xcae0a7(0x224),_0xcae0a7(0x528),'dblclick','contextmenu'];return _0x51d5c0[_0xcae0a7(0x68e)](_0x3c825d=>_0x5eb912[_0xcae0a7(0x4e8)](_0x3c825d,_0x34e9c5)),_0x5eb912['addEventListener'](_0xcae0a7(0x238),_0x53eae5),_0x5eb912['addEventListener'](_0xcae0a7(0x455),_0x1d6a4a,{'passive':!0x1}),()=>{const _0x190079=_0xcae0a7;_0x51d5c0[_0x190079(0x68e)](_0xbe208b=>_0x5eb912[_0x190079(0x568)](_0xbe208b,_0x34e9c5)),_0x5eb912[_0x190079(0x568)]('click',_0x53eae5),_0x5eb912[_0x190079(0x568)](_0x190079(0x455),_0x1d6a4a);};}function jh(_0x257acd,_0x145b74,_0xa1aac7,_0x2071cb,_0x4e67df){const _0x450e8a=_0x5a6880;let _0x22965c=_0x145b74['session'][_0x450e8a(0x540)];return!_0x22965c||!(_0xa1aac7!=null&&_0xa1aac7[_0x450e8a(0x171)])?!0x1:_0xa1aac7['activateNavigationAtPoint']({'childContext':_0x22965c,'clientX':_0x2071cb,'clientY':_0x4e67df,'entry':Sh,'runtimeHost':_0x257acd});}function Mh(_0x17a50c){const _0x5b6f07=_0x5a6880;if(!(!_0x17a50c['childUnitId']||_0x17a50c['childType']==null))return{'embedId':_0x17a50c[_0x5b6f07(0x256)],'hostUnitId':_0x17a50c[_0x5b6f07(0x214)],'hostType':_0x41e642[_0x5b6f07(0x19b)],'entry':_0x17a50c['entry'],'hostAnchorId':_0x17a50c[_0x5b6f07(0x6a1)],'childUnitId':_0x17a50c[_0x5b6f07(0x21e)],'childType':_0x17a50c[_0x5b6f07(0x2c2)],'mode':'readonly','source':{'unitType':_0x17a50c[_0x5b6f07(0x2c2)],'ref':{'file':{'kind':_0x905c98[_0x5b6f07(0x4de)]},'unit':{'selector':_0x17a50c['childUnitId'],'type':_0x328433(_0x17a50c[_0x5b6f07(0x2c2)])}}},'sourceMeta':{'floating':_0x17a50c[_0x5b6f07(0x22f)]===_0x5b6f07(0x1eb)&&{'enabled':!0x0,'layout':_0x5b6f07(0x6fe),'fullscreen':!0x1},'tab':_0x17a50c[_0x5b6f07(0x22f)]==='slides-page-list-block'&&{'enabled':!0x0,'container':_0x5b6f07(0x430),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function Nh(_0x3b811f){const _0x35bc8d=_0x5a6880;if(typeof _0x3b811f=='string')return _0x3b811f;if(typeof HTMLCanvasElement<'u'&&_0x3b811f instanceof HTMLCanvasElement)try{return _0x3b811f[_0x35bc8d(0x3e6)]('image/png');}catch{return;}if(typeof ImageBitmap<'u'&&_0x3b811f instanceof ImageBitmap&&typeof document<'u'){let _0x29bc72=document[_0x35bc8d(0x62a)](_0x35bc8d(0x530));_0x29bc72[_0x35bc8d(0x5ae)]=_0x3b811f['width'],_0x29bc72[_0x35bc8d(0x3f3)]=_0x3b811f[_0x35bc8d(0x3f3)];let _0x3e43c6=_0x29bc72['getContext']('2d');return _0x3e43c6?(_0x3e43c6[_0x35bc8d(0x6fa)](_0x3b811f,0x0,0x0),_0x29bc72[_0x35bc8d(0x3e6)](_0x35bc8d(0x2d2))):void 0x0;}}function Ph(_0x2bee3b,_0x1b2b33,_0x5ad775){const _0x12f461=_0x5a6880;let _0x9aa30=_0x1b2b33??document[_0x12f461(0x62a)](_0x12f461(0x1e0));return _0x9aa30[_0x12f461(0x5fe)]='',_0x9aa30['dataset'][_0x12f461(0x29d)]='true',_0x9aa30['style'][_0x12f461(0x4f9)]=_0x12f461(0x325),_0x9aa30[_0x12f461(0x38f)][_0x12f461(0x5ae)]=_0x12f461(0x399),_0x9aa30[_0x12f461(0x38f)][_0x12f461(0x3f3)]='100%',_0x9aa30[_0x12f461(0x38f)][_0x12f461(0x601)]=_0x12f461(0x560),_0x9aa30['style'][_0x12f461(0x617)]='none',_0x9aa30[_0x12f461(0x661)]=_0x5ad775,_0x9aa30[_0x12f461(0x2a0)]!==_0x2bee3b&&_0x2bee3b[_0x12f461(0x3d9)](_0x9aa30),_0x9aa30;}let Fh=class{constructor(_0x40f8d6,_0x5a22a8){const _0x1fd471=_0x5a6880;this[_0x1fd471(0x1ba)]=_0x40f8d6,this['_renderManagerService']=_0x5a22a8,Y(this,_0x1fd471(0x2c2),_0x41e642[_0x1fd471(0x19b)]),Y(this,_0x1fd471(0x64f),['aspect-fit']);}[_0x5a6880(0x5e6)](_0x11a270){const _0x1aa9de=_0x5a6880;var _0x4e415d;let _0x36962c=this[_0x1aa9de(0x17a)](_0x11a270[_0x1aa9de(0x21e)]);if(!_0x36962c)return;(_0x4e415d=_0x11a270['viewState'])!=null&&_0x4e415d[_0x1aa9de(0x1ab)]&&_0x36962c[_0x1aa9de(0x672)][_0x1aa9de(0x42c)](_0x11a270[_0x1aa9de(0x570)][_0x1aa9de(0x1ab)])&&_0x36962c[_0x1aa9de(0x672)][_0x1aa9de(0x46c)](_0x11a270[_0x1aa9de(0x570)][_0x1aa9de(0x1ab)]);let _0x539ed3=co(Ih(_0x11a270));if(!_0x539ed3)return;let _0x3ea183=_0x11a270['roots']['canvas']?ps(this['_renderManagerService'],_0x11a270[_0x1aa9de(0x21e)],_0x539ed3):void 0x0;if(!_0x3ea183){_0x539ed3[_0x1aa9de(0x526)]();return;}_0x11a270[_0x1aa9de(0x631)]['canvas']&&(_0x11a270[_0x1aa9de(0x631)][_0x1aa9de(0x530)]['dataset'][_0x1aa9de(0x509)]=_0x11a270[_0x1aa9de(0x21e)],_0x11a270[_0x1aa9de(0x631)][_0x1aa9de(0x530)][_0x1aa9de(0x22d)][_0x1aa9de(0x184)]=_0x1aa9de(0x439));let _0x485870=Ps(_0x11a270['roots']['content']);return _0x11a270['roots'][_0x1aa9de(0x6c1)]['dataset'][_0x1aa9de(0x509)]=_0x11a270['childUnitId'],_0x11a270['roots'][_0x1aa9de(0x6c1)]['dataset'][_0x1aa9de(0x184)]=_0x1aa9de(0x6a2),_0x485870[_0x1aa9de(0x4eb)](_0x3fd847(Ts,{'injector':_0x539ed3,'mountContainer':_0x11a270[_0x1aa9de(0x631)][_0x1aa9de(0x300)],'embedId':_0x11a270[_0x1aa9de(0x256)],'children':_0x3fd847(_0xf5fa29,{'unitId':_0x11a270[_0x1aa9de(0x21e)],'render':_0x3ea183})})),_0xe7ea20(()=>{const _0x5863fd=_0x1aa9de;var _0x31b752,_0x3fd659,_0x455f75,_0x4121f7;try{var _0x2e29c3,_0x199f0a;_0x3ea183==null||(_0x199f0a=(_0x2e29c3=_0x3ea183['engine'])[_0x5863fd(0x435)])==null||_0x199f0a[_0x5863fd(0x380)](_0x2e29c3);}catch{}(_0x31b752=(_0x3fd659=this[_0x5863fd(0x688)])[_0x5863fd(0x370)])==null||_0x31b752[_0x5863fd(0x380)](_0x3fd659,_0x11a270[_0x5863fd(0x21e)]),Fs(_0x485870),_0x11a270[_0x5863fd(0x631)][_0x5863fd(0x6c1)][_0x5863fd(0x2a8)]('data-embed-child-render-unit-id'),_0x11a270['roots']['content']['removeAttribute'](_0x5863fd(0x5a9)),(_0x455f75=_0x11a270[_0x5863fd(0x631)][_0x5863fd(0x530)])==null||_0x455f75[_0x5863fd(0x2a8)](_0x5863fd(0x3a6)),(_0x4121f7=_0x11a270['roots']['canvas'])==null||_0x4121f7[_0x5863fd(0x2a8)](_0x5863fd(0x5a9)),_0x539ed3[_0x5863fd(0x526)]();});}['handleWheel'](_0x196bc9){const _0xf18463=_0x5a6880;var _0x134aa2,_0x164bb2;let _0x476b54=this['_getSlideModel'](_0x196bc9[_0xf18463(0x21e)]);if(!_0x476b54)return!0x1;let _0x35a263=Math[_0xf18463(0x3e0)](_0x196bc9[_0xf18463(0x1d4)][_0xf18463(0x223)])>=Math['abs'](_0x196bc9[_0xf18463(0x1d4)][_0xf18463(0x634)])?_0x196bc9[_0xf18463(0x1d4)]['deltaY']:_0x196bc9[_0xf18463(0x1d4)][_0xf18463(0x634)];if(_0x35a263===0x0)return!0x1;let _0x312aaa=Lh(_0x476b54);if(_0x312aaa['length']<0x2)return!0x0;let _0x19dc34=((_0x134aa2=_0x476b54[_0xf18463(0x672)][_0xf18463(0x393)]())==null?void 0x0:_0x134aa2['getId']())??_0x312aaa[0x0],_0x70b461=Math[_0xf18463(0x168)](0x0,_0x312aaa[_0xf18463(0x5da)](_0x19dc34)),_0x132210=_0x312aaa[Math[_0xf18463(0x168)](0x0,Math[_0xf18463(0x1b5)](_0x312aaa[_0xf18463(0x5dc)]-0x1,_0x70b461+(_0x35a263>0x0?0x1:-0x1)))];return!_0x132210||_0x132210===_0x19dc34?!0x0:(_0x476b54[_0xf18463(0x672)][_0xf18463(0x46c)](_0x132210),_0x196bc9[_0xf18463(0x1cf)]({'unitId':_0x196bc9[_0xf18463(0x21e)],'pageId':_0x132210,'scaleMode':_0xf18463(0x62c),'zoomRatio':(_0x164bb2=_0x476b54[_0xf18463(0x320)])==null?void 0x0:_0x164bb2[_0xf18463(0x380)](_0x476b54)}),!0x0);}[_0x5a6880(0x17a)](_0x2f9101){const _0x32ac28=_0x5a6880;return this[_0x32ac28(0x1ba)]['getUnit'](_0x2f9101,_0x41e642[_0x32ac28(0x19b)])??void 0x0;}};Fh=vs([$(0x0,_0x599bd7),$(0x1,_0x1c99aa)],Fh);function Ih(_0x3e88ca){const _0x417da8=_0x5a6880;let _0x40626a=()=>{};return{'descriptor':_0x3e88ca[_0x417da8(0x4dc)],'layout':_0x3e88ca[_0x417da8(0x310)],'injector':_0x3e88ca[_0x417da8(0x2e3)],'hostElement':_0x3e88ca[_0x417da8(0x631)][_0x417da8(0x300)],'container':_0x3e88ca['roots'][_0x417da8(0x300)],'hostUnitId':_0x3e88ca[_0x417da8(0x214)],'embedId':_0x3e88ca[_0x417da8(0x256)],'childUnitId':_0x3e88ca['childUnitId'],'childType':_0x3e88ca['childType'],'renderScope':{'hostUnitId':_0x3e88ca[_0x417da8(0x214)],'hostAnchorId':_0x3e88ca[_0x417da8(0x4dc)]['hostAnchorId'],'embedId':_0x3e88ca[_0x417da8(0x256)],'childUnitId':_0x3e88ca[_0x417da8(0x21e)],'childType':_0x3e88ca['childType'],'layout':_0x3e88ca[_0x417da8(0x310)],'mode':_0x417da8(0x653),'rootElement':_0x3e88ca['roots'][_0x417da8(0x300)],'contentRoot':_0x3e88ca[_0x417da8(0x631)][_0x417da8(0x6c1)],'canvasRoot':_0x3e88ca[_0x417da8(0x631)]['canvas'],'active$':_0x362df4(!0x1)},'runtimeScope':{'descriptor':_0x3e88ca[_0x417da8(0x4dc)],'host':{'unitId':_0x3e88ca[_0x417da8(0x214)],'type':_0x3e88ca['descriptor'][_0x417da8(0x3c7)],'anchorId':_0x3e88ca[_0x417da8(0x4dc)][_0x417da8(0x6a1)],'entry':_0x3e88ca['descriptor']['entry'],'layout':_0x417da8(0x653)},'child':{'unitId':_0x3e88ca[_0x417da8(0x21e)],'type':_0x3e88ca[_0x417da8(0x2c2)]},'injector':_0x3e88ca['injector'],'roots':{'root':_0x3e88ca[_0x417da8(0x631)][_0x417da8(0x300)],'content':_0x3e88ca['roots']['content'],'canvas':_0x3e88ca[_0x417da8(0x631)][_0x417da8(0x530)],'overlay':_0x3e88ca[_0x417da8(0x631)][_0x417da8(0x300)],'popup':_0x3e88ca['roots'][_0x417da8(0x300)]},'activate':_0x40626a,'deactivate':_0x40626a,'dispose':_0x40626a}};}function Lh(_0x2de8d5){const _0x557226=_0x5a6880;var _0x259f0e,_0x44b021,_0x1a4d59;let _0x4665e2=(_0x259f0e=_0x2de8d5[_0x557226(0x56f)])==null?void 0x0:_0x259f0e['call'](_0x2de8d5)[_0x557226(0x4c4)];return Array[_0x557226(0x50e)](_0x4665e2)&&_0x4665e2[_0x557226(0x5dc)]>0x0?_0x4665e2:((_0x44b021=(_0x1a4d59=_0x2de8d5['pageManager'])[_0x557226(0x53f)])==null?void 0x0:_0x44b021['call'](_0x1a4d59)[_0x557226(0x4ec)](_0x2d34e1=>_0x2d34e1[_0x557226(0x54f)]())['filter'](Boolean))??[];}function Rh(_0x4c4cec){const _0x37acc9=_0x5a6880;ud(_0x4c4cec,_0x37acc9(0x673),zh);}function zh(_0x31202e){const _0x29377d=_0x5a6880;let _0x5dd892=_0x31202e[_0x29377d(0x312)](_0x409284),_0x48549c=_0x31202e['get'](as),_0x19aa80=_0x31202e[_0x29377d(0x312)](rs),_0x3d07b5=_0x31202e[_0x29377d(0x312)](eo),_0x31ddb6=_0x31202e[_0x29377d(0x312)](is),_0x412ea5=_0x31202e[_0x29377d(0x312)](ul),_0x24e690=_0x31202e[_0x29377d(0x312)](yl),_0x1287d3=_0x31202e[_0x29377d(0x312)](sd),_0x3a3359=_0x31202e[_0x29377d(0x255)](_0x23070b)?_0x31202e['get'](_0x23070b):void 0x0,_0x482899=_0x31202e[_0x29377d(0x255)](_0x599bd7)?_0x31202e['get'](_0x599bd7):void 0x0;_0x31202e[_0x29377d(0x255)](_0x53f947)||_0x31202e[_0x29377d(0x25c)]([_0x53f947,{'useFactory':()=>Bh({'embedModelService':_0x31202e['get'](_0x2846c0),'mountService':_0x31202e[_0x29377d(0x312)](xs),'activationService':_0x31202e[_0x29377d(0x312)](ws),'blockRegistry':_0x31202e['get'](eo),'restoreService':_0x31202e[_0x29377d(0x312)](fl),'previewService':_0x31202e[_0x29377d(0x312)](ul),'runtimeHostLeaseService':_0x31202e[_0x29377d(0x312)](Wu),'passiveViewportRegistry':_0x31202e[_0x29377d(0x312)](yl),'passiveWheelHandlerRegistry':_0x31202e[_0x29377d(0x312)](bl),'univerInstanceService':_0x482899,'sceneCanvasCaptureService':_0x31202e[_0x29377d(0x255)](gs)?_0x31202e[_0x29377d(0x312)](gs):void 0x0})}]),_0x31202e[_0x29377d(0x255)](_0xada5be)||_0x31202e['add']([_0xada5be,{'useFactory':()=>_0x31202e[_0x29377d(0x312)](to)}]),_0x31202e[_0x29377d(0x255)](_0x4aa173)||_0x31202e[_0x29377d(0x25c)]([_0x4aa173,{'useFactory':()=>_0x31202e[_0x29377d(0x312)](xs)}]),_0x31202e['has'](_0x43bb31)||_0x31202e['add']([_0x43bb31,{'useFactory':()=>_0x31202e[_0x29377d(0x312)](ws)}]),_0x31202e['has'](_0x2012d8)||_0x31202e[_0x29377d(0x25c)]([_0x2012d8,{'useFactory':()=>_0x31202e[_0x29377d(0x312)](_0x258d50)}]),_0x31202e['has'](_0x54b23c)||_0x31202e[_0x29377d(0x25c)]([_0x54b23c,{'useFactory':()=>_0x31202e[_0x29377d(0x312)](Z)}]),_0x31202e[_0x29377d(0x255)](_0x862093)||_0x31202e[_0x29377d(0x25c)]([_0x862093,{'useFactory':()=>({'render':_0x46f536=>{let {data:_0x51d009}=_0x46f536;return _0x36e457(yu,{..._0x46f536,'data':_0x51d009});}})}]),[_0x235272(_0x3a3359,_0x482899,()=>_0x31202e[_0x29377d(0x255)](_0x17771b)?_0x31202e[_0x29377d(0x312)](_0x17771b):void 0x0),ah(_0x3a3359,_0x482899,_0x31202e['get'](_0x53f947))]['forEach'](_0x2b8534=>{const _0x356ff1=_0x29377d;_0x5dd892[_0x356ff1(0x312)](_0x2b8534['hostType'],_0x2b8534[_0x356ff1(0x22f)])||_0x5dd892[_0x356ff1(0x3f2)](_0x2b8534);}),[oh(),sh()][_0x29377d(0x68e)](_0x39490c=>{const _0x190f75=_0x29377d;_0x48549c[_0x190f75(0x312)](_0x39490c[_0x190f75(0x3c7)],_0x39490c[_0x190f75(0x22f)])||_0x48549c[_0x190f75(0x3f2)](_0x39490c);});let _0x337be4=dh(_0x31202e[_0x29377d(0x312)](_0x304c4c));_0x19aa80[_0x29377d(0x312)](_0x337be4['childType'])||_0x19aa80[_0x29377d(0x3f2)](_0x337be4);let _0xeceba6=$m();_0x3d07b5['get'](_0xeceba6['childType'])||_0x3d07b5[_0x29377d(0x3f2)](_0xeceba6),rh()[_0x29377d(0x68e)](_0x38f2e7=>{const _0x3437cd=_0x29377d;_0x31ddb6[_0x3437cd(0x34d)](_0x38f2e7[_0x3437cd(0x3c7)],_0x38f2e7[_0x3437cd(0x22f)],_0x38f2e7[_0x3437cd(0x2c2)])||_0x31ddb6[_0x3437cd(0x3f2)](_0x38f2e7);}),_0x412ea5[_0x29377d(0x41a)](_0x31202e[_0x29377d(0x554)](gh)),_0x24e690[_0x29377d(0x312)](_0x41e642['UNIVER_SLIDE'])||_0x24e690[_0x29377d(0x3f2)](uh()),_0x1287d3[_0x29377d(0x312)](_0x41e642[_0x29377d(0x19b)])||_0x1287d3[_0x29377d(0x3f2)](_0x31202e['createInstance'](Fh));}function Bh(_0xc98555){const _0xdd59ca=_0x5a6880;return{'mountPageList':_0x6535d4=>{const _0x2b3351=_0x1f5b;var _0x1ede66,_0x4fd669;let _0x2bb7e9={'embedId':_0x6535d4[_0x2b3351(0x256)],'hostUnitId':_0x6535d4[_0x2b3351(0x214)],'hostType':_0x41e642[_0x2b3351(0x19b)],'entry':'slides-page-list-block','hostAnchorId':_0x6535d4[_0x2b3351(0x6a1)],'childUnitId':_0x6535d4[_0x2b3351(0x21e)],'childType':_0x6535d4[_0x2b3351(0x2c2)],'source':{'unitType':_0x6535d4[_0x2b3351(0x2c2)],'ref':{'file':{'kind':_0x905c98[_0x2b3351(0x4de)]},'unit':{'selector':_0x6535d4[_0x2b3351(0x21e)],'type':_0x328433(_0x6535d4['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x457614=(_0x1ede66=(_0x4fd669=_0xc98555[_0x2b3351(0x6c3)])[_0x2b3351(0x2ea)])==null?void 0x0:_0x1ede66[_0x2b3351(0x380)](_0x4fd669,_0x6535d4[_0x2b3351(0x256)]);return(_0x457614==null?void 0x0:_0x457614['hostUnitId'])===_0x6535d4[_0x2b3351(0x214)]&&_0x457614['entry']===_0x2b3351(0x517)&&_0x457614['childUnitId']===_0x6535d4[_0x2b3351(0x21e)]?(_0xc98555['activationService'][_0x2b3351(0x452)](_0x2bb7e9),_0xe7ea20(()=>{})):(_0xc98555[_0x2b3351(0x6c3)][_0x2b3351(0x5e6)](_0x2bb7e9),_0xc98555[_0x2b3351(0x69a)][_0x2b3351(0x452)](_0x2bb7e9),_0xe7ea20(()=>{const _0x48b972=_0x2b3351;_0xc98555['activationService']['clearTab'](_0x6535d4[_0x48b972(0x256)]),_0xc98555['mountService'][_0x48b972(0x435)](_0x6535d4['embedId']);}));},'mountFloatingObject':_0x148fc1=>{const _0x2fa25b=_0x1f5b;let _0x28b97e=_0xc98555['embedModelService'][_0x2fa25b(0x42a)](_0x148fc1[_0x2fa25b(0x214)],_0x148fc1['embedId'])??{'embedId':_0x148fc1['embedId'],'hostUnitId':_0x148fc1[_0x2fa25b(0x214)],'hostType':_0x41e642[_0x2fa25b(0x19b)],'entry':_0x2fa25b(0x1eb),'hostAnchorId':_0x148fc1['hostAnchorId'],'childUnitId':_0x148fc1[_0x2fa25b(0x21e)],'childType':_0x148fc1['childType'],'source':{'unitType':_0x148fc1[_0x2fa25b(0x2c2)],'ref':{'file':{'kind':_0x905c98[_0x2fa25b(0x4de)]},'unit':{'selector':_0x148fc1['childUnitId'],'type':_0x328433(_0x148fc1[_0x2fa25b(0x2c2)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x0},'tab':!0x1}};return _0xc98555['mountService']['mountIntoHostElement'](_0x28b97e,_0x148fc1[_0x2fa25b(0x60b)]),_0xe7ea20(()=>{const _0x5c2db5=_0x2fa25b;_0xc98555[_0x5c2db5(0x6c3)][_0x5c2db5(0x435)](_0x148fc1[_0x5c2db5(0x256)]);});},'clearAndUnmount':_0x223404=>{const _0x460dff=_0x1f5b;_0xc98555[_0x460dff(0x69a)]['clearTab'](_0x223404),_0xc98555[_0x460dff(0x6c3)][_0x460dff(0x435)](_0x223404);},'unmountFloatingSessions':_0xe82010=>{const _0x28b88e=_0x1f5b;_0xc98555[_0x28b88e(0x6c3)][_0x28b88e(0x586)]()[_0x28b88e(0x68b)](_0x40cb76=>_0x40cb76[_0x28b88e(0x214)]===_0xe82010&&_0x40cb76[_0x28b88e(0x22f)]===_0x28b88e(0x1eb))[_0x28b88e(0x68e)](_0x235f1f=>_0xc98555[_0x28b88e(0x6c3)][_0x28b88e(0x435)](_0x235f1f[_0x28b88e(0x256)]));},'listSessions':()=>_0xc98555['mountService'][_0xdd59ca(0x586)]()[_0xdd59ca(0x4ec)](_0x462929=>({'embedId':_0x462929[_0xdd59ca(0x256)],'hostUnitId':_0x462929[_0xdd59ca(0x214)],'entry':_0x462929[_0xdd59ca(0x22f)],'childType':_0x462929[_0xdd59ca(0x2c2)],'childUnitId':_0x462929['childUnitId']})),'capturePreviewByHostAnchorId':(_0x543045,_0x4881a5)=>Vh(_0xc98555,_0x543045,_0x4881a5),'mountPresentationEmbed':_0x225006=>Ch(_0xc98555,_0x225006)};}async function Vh(_0x5c3f24,_0x3eb197,_0x50ac79){const _0x20eae9=_0x5a6880;var _0xcb9404,_0x89f992,_0x39d36b;let _0x373f38=(_0xcb9404=_0x5c3f24['sceneCanvasCaptureService'])==null?void 0x0:_0xcb9404['getContextByHostAnchorId'](_0x3eb197);_0x373f38&&await $u(_0x373f38);let _0x45bf80=await((_0x89f992=_0x5c3f24[_0x20eae9(0x4e4)])==null?void 0x0:_0x89f992[_0x20eae9(0x1bd)](_0x3eb197));if(_0x45bf80)return Nh(_0x45bf80);if(!_0x50ac79)return;let _0x3ca0ec=await Uh(_0x5c3f24,_0x3eb197,_0x50ac79);if(!_0x3ca0ec)return;let _0x5aa0cd=_0x3ca0ec[_0x20eae9(0x21e)]??_0x50ac79['childUnitId'],_0x397e56=_0x3ca0ec[_0x20eae9(0x2c2)]??_0x50ac79[_0x20eae9(0x2c2)];if(!_0x5aa0cd||_0x397e56==null)return;let _0x2512b0=Hh(_0x5c3f24,_0x3ca0ec,_0x3eb197,_0x50ac79),_0xeb24d1=_0x5c3f24[_0x20eae9(0x59c)][_0x20eae9(0x15e)]({'descriptor':{..._0x3ca0ec,'mode':'readonly'},'childUnitId':_0x5aa0cd,'childType':_0x397e56,'width':_0x2512b0['width'],'height':_0x2512b0[_0x20eae9(0x3f3)],'dpr':Math[_0x20eae9(0x168)](0x1,Math[_0x20eae9(0x1b5)](0x3,_0x50ac79['dpr'])),'reason':_0x20eae9(0x4a9),'context':(_0x39d36b=_0x5c3f24['sceneCanvasCaptureService'])==null?void 0x0:_0x39d36b['getContextByHostAnchorId'](_0x3eb197)}),_0x140904=_0xeb24d1['image']?Nh(_0xeb24d1[_0x20eae9(0x489)]):void 0x0;return _0xeb24d1[_0x20eae9(0x384)]===_0x20eae9(0x1d2)?Wh(_0x5c3f24[_0x20eae9(0x59c)],_0xeb24d1,_0x5aa0cd):_0x140904;}function Hh(_0x573ddf,_0x559d3c,_0x3369c8,_0x15583b){const _0x25591e=_0x5a6880;var _0x53c531,_0x3a1b19;let _0x242f65={'width':Math['max'](0x1,_0x15583b['width']),'height':Math[_0x25591e(0x168)](0x1,_0x15583b['height'])};if(_0x559d3c['entry']!==_0x353ff3[_0x25591e(0x1e7)])return _0x242f65;let _0x2a348d=(_0x53c531=_0x573ddf[_0x25591e(0x598)])==null?void 0x0:_0x53c531[_0x25591e(0x182)](_0x15583b[_0x25591e(0x214)],_0x41e642[_0x25591e(0x19b)]);if(!_0x2a348d)return _0x242f65;let _0x1d71ca=(_0x3a1b19=_0x2a348d[_0x25591e(0x672)][_0x25591e(0x42c)](_0x3369c8))==null?void 0x0:_0x3a1b19[_0x25591e(0x53d)](),_0x3cc3cb=_0x1a2385((_0x1d71ca==null?void 0x0:_0x1d71ca[_0x25591e(0x485)])??_0x2a348d[_0x25591e(0x56f)]()[_0x25591e(0x632)]);return{'width':Math[_0x25591e(0x168)](0x1,_0x3cc3cb[_0x25591e(0x5ae)]),'height':Math[_0x25591e(0x168)](0x1,_0x3cc3cb[_0x25591e(0x3f3)])};}async function Uh(_0x150de6,_0x1cc9c1,_0x48a3dc){const _0x266ec9=_0x5a6880;let _0x24c59b=_0x150de6[_0x266ec9(0x1b4)][_0x266ec9(0x42a)](_0x48a3dc['hostUnitId'],_0x48a3dc[_0x266ec9(0x256)])??Mh({'hostUnitId':_0x48a3dc[_0x266ec9(0x214)],'embedId':_0x48a3dc[_0x266ec9(0x256)],'hostAnchorId':_0x1cc9c1,'childUnitId':_0x48a3dc[_0x266ec9(0x21e)],'childType':_0x48a3dc['childType'],'entry':_0x353ff3[_0x266ec9(0x1e7)]});if(_0x24c59b){try{_0x24c59b=await _0x150de6['restoreService'][_0x266ec9(0x499)]({'descriptor':_0x24c59b});}catch{}return _0x24c59b;}}function Wh(_0x235dd8,_0x1e8450,_0x246d98){return new Promise(_0x4c037b=>{const _0x4d95b6=_0x1f5b;let _0x2fc9d0=!0x1,_0x53a5c2,_0x20e385,_0x15f305=_0x601198=>{const _0x5e8d5f=_0x1f5b;_0x2fc9d0||(_0x2fc9d0=!0x0,globalThis[_0x5e8d5f(0x314)](_0x20e385),_0x53a5c2==null||_0x53a5c2[_0x5e8d5f(0x387)](),_0x4c037b(_0x601198));};_0x20e385=globalThis[_0x4d95b6(0x275)](()=>_0x15f305(void 0x0),0x1388),_0x53a5c2=_0x235dd8[_0x4d95b6(0x3c9)]['subscribe']({'next':_0x184f65=>{const _0x356744=_0x4d95b6;_0x184f65['embedId']!==_0x1e8450[_0x356744(0x256)]||_0x184f65['childUnitId']!==_0x246d98||_0x184f65['revision']<_0x1e8450['revision']||_0x184f65['status']===_0x356744(0x1d2)||_0x15f305(_0x184f65[_0x356744(0x489)]?Nh(_0x184f65[_0x356744(0x489)]):void 0x0);},'complete':()=>_0x15f305(void 0x0)});});}function Gh(_0x432a46){Cp(_0x432a46),Hm(_0x432a46),Rh(_0x432a46),Uf(_0x432a46),ip(_0x432a46);}function Kh(_0x44fd4d){Gf(_0x44fd4d);}const qh=[0x0,0x10,0x64,0x12c,0x3e8];async function Jh(_0x2602fa,_0x48b416){const _0x4bf172=_0x5a6880;var _0x4fb7d8;let {instanceService:_0x29e54b,childUnitId:_0x1b7b76,childType:_0xc41da7,restoreUnitId:_0x237667,shouldRestore:_0x22c3c4,settleDelayMs:_0x2d3fc2=0x10,deferredRestoreDelaysMs:_0x210297=_0x237667?qh:[]}=_0x2602fa,_0x3fce41=_0x29e54b[_0x4bf172(0x163)](_0xc41da7),_0x5daa7f=((_0x4fb7d8=_0x29e54b[_0x4bf172(0x392)]())==null?void 0x0:_0x4fb7d8[_0x4bf172(0x2d7)]())??null??_0x237667??null;_0x29e54b[_0x4bf172(0x221)](_0x1b7b76),_0x29e54b[_0x4bf172(0x1d5)](_0x1b7b76);let _0x265aea=()=>{const _0x521663=_0x4bf172;_0x22c3c4&&!_0x22c3c4()||(_0x3fce41&&_0x3fce41[_0x521663(0x2d7)]()!==_0x1b7b76&&_0x29e54b['setCurrentUnitForType'](_0x3fce41['getUnitId']()),_0x237667&&_0x29e54b['setCurrentUnitForType'](_0x237667),_0x29e54b['focusUnit'](_0x5daa7f));};try{let _0x3f63fc=await _0x48b416();return _0x2d3fc2>0x0&&await Yh(_0x2d3fc2),_0x3f63fc;}finally{_0x265aea(),Xh(_0x265aea,_0x210297);}}function Yh(_0x49115c){return new Promise(_0x9dcd63=>setTimeout(_0x9dcd63,_0x49115c));}function Xh(_0x78ffd7,_0x474f7e){const _0x2b9deb=_0x5a6880;_0x474f7e[_0x2b9deb(0x68e)](_0x221ad4=>{const _0x250025=_0x2b9deb;globalThis[_0x250025(0x275)](_0x78ffd7,_0x221ad4);});}const Zh=new WeakMap();let Qh=0x0;function $h(_0x475e00,_0x39af87){const _0x502f25=_0x5a6880;return _0x475e00[_0x502f25(0x255)](rg)?_0x475e00[_0x502f25(0x312)](rg)[_0x502f25(0x3f2)](_0x39af87):tg(_0x475e00,_0x39af87);}function eg(_0x2cdeb8){const _0x582b79=_0x5a6880;if(!_0x2cdeb8[_0x582b79(0x255)](rg))return;let _0x198252=Zh[_0x582b79(0x312)](_0x2cdeb8);_0x198252!=null&&_0x198252['size']&&([..._0x198252[_0x582b79(0x21c)]()]['sort']((_0x2df4f1,_0x563a52)=>_0x2df4f1['index']-_0x563a52[_0x582b79(0x193)])[_0x582b79(0x68e)](({contribution:_0x570b5d})=>$h(_0x2cdeb8,_0x570b5d)),Zh['delete'](_0x2cdeb8));}function tg(_0x578e2f,_0x25d958){const _0xfe3f4c=_0x5a6880;let _0x319bb4={'contribution':_0x25d958,'index':Qh++},_0x92559=ng(_0x25d958,_0x319bb4[_0xfe3f4c(0x193)]),_0x27a585=_0x578e2f,_0x5a2b43=Zh[_0xfe3f4c(0x312)](_0x27a585)??new Map();return _0x5a2b43[_0xfe3f4c(0x6a7)](_0x92559,_0x319bb4),Zh['set'](_0x27a585,_0x5a2b43),_0xe7ea20(()=>{const _0x17ac30=_0xfe3f4c;let _0x1ba6a8=Zh[_0x17ac30(0x312)](_0x27a585);(_0x1ba6a8==null?void 0x0:_0x1ba6a8[_0x17ac30(0x312)](_0x92559))===_0x319bb4&&_0x1ba6a8[_0x17ac30(0x556)](_0x92559);});}function ng(_0x554e50,_0x3f0d25){const _0x4e12db=_0x5a6880;return _0x554e50['id']?_0x554e50[_0x4e12db(0x2c2)]+':'+_0x554e50['id']:_0x554e50[_0x4e12db(0x2c2)]+_0x4e12db(0x347)+_0x3f0d25;}let rg=class{constructor(_0x19b5bd,_0x274819){const _0x4f0d2e=_0x5a6880;this[_0x4f0d2e(0x415)]=_0x19b5bd,this[_0x4f0d2e(0x1c5)]=_0x274819,Y(this,_0x4f0d2e(0x67c),new Map()),Y(this,'_nextIndex',0x0);}[_0x5a6880(0x3f2)](_0xd9b4cf){const _0x31e93e=_0x5a6880;if(_0xd9b4cf['id']&&this[_0x31e93e(0x5ed)](_0xd9b4cf[_0x31e93e(0x2c2)],_0xd9b4cf['id']))return _0xe7ea20(()=>{});let _0x378227={'contribution':_0xd9b4cf,'index':this[_0x31e93e(0x203)]++},_0x282132=this[_0x31e93e(0x67c)]['get'](_0xd9b4cf[_0x31e93e(0x2c2)])??[];return _0x282132['push'](_0x378227),_0x282132[_0x31e93e(0x3b5)](ig),this[_0x31e93e(0x67c)][_0x31e93e(0x6a7)](_0xd9b4cf['childType'],_0x282132),_0xe7ea20(()=>{const _0xf45a9b=_0x31e93e;let _0x39ca67=this[_0xf45a9b(0x67c)][_0xf45a9b(0x312)](_0xd9b4cf[_0xf45a9b(0x2c2)]);if(!_0x39ca67)return;let _0x12b1ff=_0x39ca67['filter'](_0x39716d=>_0x39716d!==_0x378227);_0x12b1ff[_0xf45a9b(0x5dc)]?this['_contributions'][_0xf45a9b(0x6a7)](_0xd9b4cf[_0xf45a9b(0x2c2)],_0x12b1ff):this['_contributions'][_0xf45a9b(0x556)](_0xd9b4cf[_0xf45a9b(0x2c2)]);});}[_0x5a6880(0x2ec)](_0x1901ac){const _0x5eadd1=_0x5a6880;return(this[_0x5eadd1(0x67c)][_0x5eadd1(0x312)](_0x1901ac)??[])[_0x5eadd1(0x4ec)](_0x359c3a=>_0x359c3a[_0x5eadd1(0x5c8)]);}async[_0x5a6880(0x683)](_0x55af21){const _0x287ff1=_0x5a6880;let _0x4bde82=this[_0x287ff1(0x2ec)](_0x55af21[_0x287ff1(0x2c2)]);_0x4bde82[_0x287ff1(0x5dc)]&&await Jh({'instanceService':this[_0x287ff1(0x415)][_0x287ff1(0x312)](_0x599bd7),'childUnitId':_0x55af21[_0x287ff1(0x21e)],'childType':_0x55af21['childType'],'restoreUnitId':_0x55af21['restoreUnitId'],'settleDelayMs':_0x55af21[_0x287ff1(0x33f)],'shouldRestore':()=>!this[_0x287ff1(0x1c5)][_0x287ff1(0x63f)](_0x55af21[_0x287ff1(0x21e)])},async()=>{const _0x3ed947=_0x287ff1;for(let _0x439c1a of _0x4bde82)_0x439c1a[_0x3ed947(0x683)]&&await _0x439c1a[_0x3ed947(0x683)]({'injector':this[_0x3ed947(0x415)],'childUnitId':_0x55af21[_0x3ed947(0x21e)],'childType':_0x55af21[_0x3ed947(0x2c2)],'descriptor':_0x55af21[_0x3ed947(0x4dc)]});});}[_0x5a6880(0x5ed)](_0x8a9c0d,_0xa17f9d){const _0x3f0285=_0x5a6880;return(this[_0x3f0285(0x67c)]['get'](_0x8a9c0d)??[])[_0x3f0285(0x4c0)](_0x2b693d=>_0x2b693d[_0x3f0285(0x5c8)]['id']===_0xa17f9d);}};rg=vs([$(0x0,_0x5f0e9f(_0x348c2a)),$(0x1,_0x5f0e9f(Z))],rg);function ig(_0x244b6a,_0xeea940){const _0x991a1f=_0x5a6880;return(_0x244b6a[_0x991a1f(0x5c8)][_0x991a1f(0x6a8)]??_0x244b6a['index'])-(_0xeea940[_0x991a1f(0x5c8)][_0x991a1f(0x6a8)]??_0xeea940[_0x991a1f(0x193)])||_0x244b6a[_0x991a1f(0x193)]-_0xeea940['index'];}function ag(){return[];}let og=class{constructor(_0x272e6b,_0x1ddede){const _0x2a42b8=_0x5a6880;this[_0x2a42b8(0x18b)]=_0x272e6b,this[_0x2a42b8(0x1f5)]=_0x1ddede;}[_0x5a6880(0x440)](_0x50d4bf){const _0x161554=_0x5a6880;let _0x15d58d=this['resolveStackUnitId'](_0x50d4bf[_0x161554(0x627)]);return this[_0x161554(0x1f5)][_0x161554(0x524)]({..._0x50d4bf,'unitID':_0x15d58d}),{'stackUnitId':_0x15d58d,'routedToHost':_0x15d58d!==_0x50d4bf['unitID']};}[_0x5a6880(0x58d)](_0x478e5a){const _0x5b9de3=_0x5a6880;let _0x317210=this[_0x5b9de3(0x18b)][_0x5b9de3(0x48a)]();return!_0x317210||_0x317210[_0x5b9de3(0x21e)]!==_0x478e5a?_0x478e5a:_0x317210[_0x5b9de3(0x214)];}};og=vs([$(0x0,_0x5f0e9f(_0x258d50)),$(0x1,_0x161839)],og);let sg=class extends _0x59febd{constructor(_0x440ab7=kc,_0x43eac1,_0x1b6397,_0x30d766){const _0x28537b=_0x5a6880;super(),this[_0x28537b(0x1f8)]=_0x440ab7,this[_0x28537b(0x415)]=_0x43eac1,this[_0x28537b(0x512)]=_0x1b6397,this[_0x28537b(0x228)]=_0x30d766;let {..._0x1f3d65}=_0x21fe83({},kc,this[_0x28537b(0x1f8)]);this['_configService'][_0x28537b(0x58e)](_0x28537b(0x501),_0x1f3d65);}[_0x5a6880(0x557)](){const _0x1ddfe1=_0x5a6880;this['_enableEmbedUnitLeasePolicy'](),this[_0x1ddfe1(0x383)](),this[_0x1ddfe1(0x1f0)](),this[_0x1ddfe1(0x531)](),this[_0x1ddfe1(0x63e)](),this[_0x1ddfe1(0x5fa)](),this[_0x1ddfe1(0x6bd)](),this[_0x1ddfe1(0x24a)](),this[_0x1ddfe1(0x5d6)]();}[_0x5a6880(0x407)](){const _0x976522=_0x5a6880;this[_0x976522(0x5fa)]();}[_0x5a6880(0x383)](){const _0x5282ee=_0x5a6880;[[as],[fl],[rg],[Iu],[ws],[rs],[eo],[to],[dl],[is],[ul],[Uu],[wc],[no],[_l],[io],[zu],[Bu],[Lu],[xs],[os],[bl],[yl],[oc],[sd],[ao],[Z],[Wu],[gs],[og]]['forEach'](_0xd1848c=>this[_0x5282ee(0x415)]['add'](_0xd1848c)),this[_0x5282ee(0x415)][_0x5282ee(0x255)](_0x161c18)||this['_injector']['add']([_0x161c18,{'useFactory':()=>this['_injector']['get'](io)}]),this[_0x5282ee(0x415)][_0x5282ee(0x255)](_0x3d7b46)||this[_0x5282ee(0x415)]['add']([_0x3d7b46,{'useFactory':()=>this[_0x5282ee(0x415)][_0x5282ee(0x312)](Z)}]),this[_0x5282ee(0x415)][_0x5282ee(0x255)](_0x26b155)||this[_0x5282ee(0x415)][_0x5282ee(0x25c)]([_0x26b155,{'useFactory':()=>this['_injector'][_0x5282ee(0x312)](io)}]),this[_0x5282ee(0x415)][_0x5282ee(0x255)](_0x943763)||this[_0x5282ee(0x415)][_0x5282ee(0x25c)]([_0x943763,{'useFactory':()=>this[_0x5282ee(0x415)][_0x5282ee(0x312)](Z)}]),this[_0x5282ee(0x415)]['has'](_0x22a53c)||this[_0x5282ee(0x415)][_0x5282ee(0x25c)]([_0x22a53c,{'useFactory':()=>this[_0x5282ee(0x415)][_0x5282ee(0x312)](dl)}]);}[_0x5a6880(0x63e)](){const _0x5013f8=_0x5a6880;Hu(this[_0x5013f8(0x415)])[_0x5013f8(0x68e)](_0x4a0f19=>this[_0x5013f8(0x2f4)](_0x4a0f19));}[_0x5a6880(0x1f0)](){Gh(this['_injector']);}['_registerLateProductUIContributions'](){const _0x333159=_0x5a6880;let _0x14c131=this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x41e642[_0x333159(0x421)])[_0x333159(0x1d7)](()=>Kh(this['_injector']));this[_0x333159(0x2f4)](_0xe7ea20(()=>_0x14c131[_0x333159(0x387)]()));}[_0x5a6880(0x5fa)](){const _0x1878ce=_0x5a6880;dd(this[_0x1878ce(0x415)]),rc(this[_0x1878ce(0x415)]),eg(this[_0x1878ce(0x415)]);}[_0x5a6880(0x6bd)](){const _0x446b9e=_0x5a6880;var _0x2ea962;let _0x2abbdf=this[_0x446b9e(0x415)]['get'](is);((_0x2ea962=this[_0x446b9e(0x1f8)]['defaults'])==null?void 0x0:_0x2ea962['floatingMenus'])!==!0x1&&ag()[_0x446b9e(0x68e)](_0xcd9197=>{const _0x554283=_0x446b9e;_0x2abbdf['hasExact'](_0xcd9197[_0x554283(0x3c7)],_0xcd9197[_0x554283(0x22f)],_0xcd9197[_0x554283(0x2c2)])||_0x2abbdf[_0x554283(0x3f2)](_0xcd9197);});}[_0x5a6880(0x24a)](){_0x39ffde(this['_injector'],[[as],[fl],[rg],[Iu],[ws],[rs],[eo],[to],[is],[ul],[Uu],[wc],[no],[_l],[zu],[Bu],[Lu],[xs],[os],[bl],[yl],[oc],[sd],[ao],[Z],[Wu],[gs],[og]]);}[_0x5a6880(0x5d6)](){const _0x17d309=_0x5a6880;var _0x3c07a6;((_0x3c07a6=this[_0x17d309(0x1f8)][_0x17d309(0x239)])==null?void 0x0:_0x3c07a6[_0x17d309(0x257)])!==!0x1&&this['disposeWithMe'](this[_0x17d309(0x415)][_0x17d309(0x312)](_0x5afd49)['registerComponent'](_0x420f4e[_0x17d309(0x164)],()=>Tc));}[_0x5a6880(0x43a)](){const _0x33617d=_0x5a6880;this[_0x33617d(0x415)]['get'](_0x1d5bf6)[_0x33617d(0x191)]();}};Y(sg,_0x5a6880(0x5cd),'UNIVER_EMBED_UI_PLUGIN'),Y(sg,_0x5a6880(0x6ef),Ka),Y(sg,'version',qa),Y(sg,'type',_0x41e642[_0x5a6880(0x1a1)]),sg=vs([_0x3ef495(_0x1de257,_0x811362),$(0x1,_0x5f0e9f(_0x348c2a)),$(0x2,_0x354cde),$(0x3,_0x599bd7)],sg);export{ws as EmbedActivationService,rs as EmbedChildViewRegistryService,wc as EmbedFullscreenService,as as EmbedHostContainerRegistryService,no as EmbedHostMenuOverrideService,fl as EmbedHostRestoreService,xs as EmbedMountService,sg as UniverEmbedUIPlugin,nc as registerEmbedProductMenuContribution};
|