@univerjs-pro/embed-ui 1.0.0-alpha.3 → 1.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +8 -39
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/EmbedFloatDomRenderer.d.ts +19 -1
  63. package/lib/types/controllers/components.controller.d.ts +7 -0
  64. package/lib/types/locale/en-US.d.ts +9 -0
  65. package/lib/types/products/bases/EmbedFloatingMenu.d.ts +0 -5
  66. package/lib/types/products/boards/BoardEmbedHostRenderController.d.ts +28 -0
  67. package/lib/types/products/boards/EmbedChildView.d.ts +2 -0
  68. package/lib/types/products/boards/EmbedFloatingMenu.d.ts +7 -0
  69. package/lib/types/products/boards/embed-block.d.ts +2 -0
  70. package/lib/types/products/boards/embed-host-adapter.d.ts +2 -0
  71. package/lib/types/products/boards/embed-passive-viewport.d.ts +2 -0
  72. package/lib/types/products/boards/register.d.ts +2 -0
  73. package/lib/types/products/docs/EmbedFloatingMenu.d.ts +0 -5
  74. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +4 -4
  75. package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +0 -7
  76. package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +0 -11
  77. package/lib/types/services/embed-activation.service.d.ts +5 -5
  78. package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +2 -2
  79. package/lib/types/services/embed-host-wheel-gesture.service.d.ts +8 -0
  80. package/lib/umd/index.js +1 -1
  81. package/lib/umd/locale/ar-SA.js +1 -1
  82. package/lib/umd/locale/ca-ES.js +1 -1
  83. package/lib/umd/locale/de-DE.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/id-ID.js +1 -1
  89. package/lib/umd/locale/it-IT.js +1 -1
  90. package/lib/umd/locale/ja-JP.js +1 -1
  91. package/lib/umd/locale/ko-KR.js +1 -1
  92. package/lib/umd/locale/pl-PL.js +1 -1
  93. package/lib/umd/locale/pt-BR.js +1 -1
  94. package/lib/umd/locale/ru-RU.js +1 -1
  95. package/lib/umd/locale/sk-SK.js +1 -1
  96. package/lib/umd/locale/vi-VN.js +1 -1
  97. package/lib/umd/locale/zh-CN.js +1 -1
  98. package/lib/umd/locale/zh-HK.js +1 -1
  99. package/lib/umd/locale/zh-TW.js +1 -1
  100. package/package.json +34 -32
package/lib/es/index.js CHANGED
@@ -1 +1 @@
1
- const _0x35dbe5=_0x3c26;(function(_0x294be1,_0x2a1fd7){const _0x4b529a=_0x3c26,_0x11dcb3=_0x294be1();while(!![]){try{const _0x44b810=-parseInt(_0x4b529a(0x42c))/0x1*(-parseInt(_0x4b529a(0x49c))/0x2)+parseInt(_0x4b529a(0x1b9))/0x3+parseInt(_0x4b529a(0x2d8))/0x4*(-parseInt(_0x4b529a(0x441))/0x5)+parseInt(_0x4b529a(0x453))/0x6+-parseInt(_0x4b529a(0x36f))/0x7*(parseInt(_0x4b529a(0x2e1))/0x8)+parseInt(_0x4b529a(0x419))/0x9*(parseInt(_0x4b529a(0x4ba))/0xa)+-parseInt(_0x4b529a(0x30a))/0xb*(parseInt(_0x4b529a(0x620))/0xc);if(_0x44b810===_0x2a1fd7)break;else _0x11dcb3['push'](_0x11dcb3['shift']());}catch(_0x624d62){_0x11dcb3['push'](_0x11dcb3['shift']());}}}(_0x41ad,0x2a263));import{CreateEmbedCommand as _0x3f0006,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x1dee1e,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x1ebe63,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x103109,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x4b2f37,EmbedFocusOwnerService as _0x5305bf,EmbedHostAdapterRegistryService as _0x4f3315,EmbedHostAnchorModelService as _0x163f62,EmbedModelService as _0x474f3c,EmbedReferencedUnitMaterializeService as _0x16b3e4,EmbedUnitLeasePolicyService as _0x197cbd,RemoveEmbedCommand as _0x4dca69,UniverEmbedPlugin as _0x38e211,createBasesTableListBlockHostAdapterContribution as _0x17de7c,createDocsCustomBlockHostAdapterContribution as _0x3abdbc,createSlidesFloatingObjectHostAdapterContribution as _0x4cf7da,createSlidesPageListBlockHostAdapterContribution as _0x43227b,fromResourceRefUnitType as _0x40b723,getResourceRefInputUnitSelector as _0x5f1af8,parseResourceRef as _0x4fa1e8,toResourceRefUnitType as _0x219537}from'@univerjs-pro/embed';import{BorderStyleTypes as _0x347309,BorderType as _0x563716,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x314f97,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x328ffb,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x591254,DependentOn as _0x54755b,Disposable as _0x3d9a05,EDITOR_ACTIVATED as _0x54958f,FOCUSING_DOC as _0x4f347f,FOCUSING_SHEET as _0x1a85d7,FOCUSING_SLIDE as _0x366b63,FOCUSING_UNIT as _0x232b64,FORMULA_EDITOR_ACTIVATED as _0x149f75,HorizontalAlign as _0x36f2b3,ICommandService as _0x1cbf8c,IConfigService as _0x3be403,IContextService as _0x3e88e5,IUndoRedoService as _0x40c8ce,IUniverInstanceService as _0x32fce3,Inject as _0x49be48,Injector as _0x1b35f4,LocaleService as _0x50c946,LookUp as _0x5d1599,Optional as _0x12aa00,Plugin as _0x13193a,RedoCommand as _0x29c891,ThemeService as _0x5906bd,UndoCommand as _0x1194c5,UniverInstanceType as _0x140e49,VerticalAlign as _0x1ebd67,WrapStrategy as _0x1b2ee9,createDefaultBaseTableSnapshot as _0x52687f,generateRandomId as _0x566eba,isInternalEditorID as _0x57f1aa,merge as _0x319601,toDisposable as _0xd3a08f,touchDependencies as _0x232fd4}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x3c7ac0,DocFloatMenuService as _0x301f3d,DocPageLayoutService as _0x160035,DocRenderController as _0x59553d,DocSelectionRenderService as _0x4f76fb,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x2bbc61,IDocEmbedInteractionBoundaryService as _0x1e3675,IDocEmbedRuntimeFocusCoordinator as _0x41cffb,SetDocZoomRatioOperation as _0x3fb258,VIEWPORT_KEY as _0xcc0cd2,collectDocsTableLikeEmbedChildUnitIds as _0x4b42c8,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x2ad4ec,createDocsCustomBlockSizeRefreshScheduler as _0x4e5c40,resolveDocsCustomBlockRenderViewport as _0x66c4df,resolveDocsCustomBlockSize as _0x12b624,resolveDocsTableLikeCustomBlockBleedViewport as _0x1090f1,resolveDocsTableLikeCustomBlockContentHeight as _0x2f5732,resolveDocsTableLikeCustomBlockContentWidth as _0x2ccd93,scrollDocsTableLikeCustomBlockLive as _0x33fdc1,shouldRefreshDocsCustomBlockSizeForCommand as _0x2a4051}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0x5974e2,BORDER_LINE_CHILDREN as _0x4cbd70,BORDER_SIZE_CHILDREN as _0x2f09ad,BorderLine as _0x131ec2,CellPopupManagerService as _0x34057c,EditorContainer as _0x31cbf7,FormulaBar as _0x21d9d3,ISheetEmbedFloatingGeometryService as _0x3e6194,ISheetEmbedInteractionBoundaryService as _0x499d31,ISheetEmbedRuntimeFocusCoordinator as _0xc85f27,ISheetEmbedRuntimeService as _0x22e851,ISheetHostChromeOverrideService as _0x55d62a,ResetRangeTextColorCommand as _0x884dde,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x1c8241,SHEET_FOOTER_BAR_HEIGHT as _0x3b9096,SetCellEditVisibleOperation as _0x31abcc,SetOnceFormatPainterCommand as _0x55dcfc,SetRangeBoldCommand as _0xbad98,SetRangeFontFamilyCommand as _0x1ea276,SetRangeFontSizeCommand as _0x68913c,SetRangeTextColorCommand as _0x490e5d,SheetBar as _0x1553cb,SheetsUIMenuSchema as _0xd8bdc6}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0xe24ecf,CanvasFloatDomPreviewService as _0x70eca9,CanvasPopup as _0x7475d7,CanvasPopupService as _0x209ace,ComponentManager as _0x9dd5a0,ContextMenu as _0x31883a,ContextMenuService as _0x5de307,DesktopRibbonService as _0x4bd0a7,DesktopSidebarService as _0x4c2b19,FONT_SIZE_LIST as _0x460de2,FontFamilyItem as _0x49baf0,ICanvasPopupService as _0x424e48,IContextMenuService as _0x2e60d1,ILayoutService as _0x8e49bd,IMenuManagerService as _0x5388c8,IRibbonOverrideService as _0x1689b0,IRibbonService as _0xb4e626,ISidebarService as _0x5f1430,IUIPartsService as _0x5e8d3d,IUIRuntimeScopeService as _0x295782,IconManager as _0x288a20,MenuManagerPosition as _0x188fbe,MenuManagerService as _0x32afb8,Ribbon as _0x461c7a,RibbonDataGroup as _0x7b9793,RibbonFormulasGroup as _0x4537e9,RibbonInsertGroup as _0x31a61d,RibbonOthersGroup as _0x15a1a3,RibbonPosition as _0x363621,RibbonStartGroup as _0x377418,RibbonViewGroup as _0x3ef6b2,Sidebar as _0x54552a,ToolbarButton as _0x34beb,connectInjector as _0x458535,useConfigValue as _0x16850d,useDependency as _0x21f18c,useInjector as _0x27199d,useObservable as _0x5ac3c3}from'@univerjs/ui';import{Button as _0x49a018,ColorPicker as _0x4a6c39,ConfigProvider as _0x2dde5f,Dropdown as _0x25df41,DropdownMenu as _0x38d728,Tooltip as _0x12382a,clsx as _0x50d2f5,render as _0x9d782b,unmount as _0x10cd1b}from'@univerjs/design';import{AlignBottomIcon as _0xc0ba61,AlignTopIcon as _0x50c852,ArrowLeftIcon as _0x3c6020,ArrowRightIcon as _0x403ea9,AutowrapIcon as _0x1a6d9b,BoldIcon as _0x252573,BrushIcon as _0x1e8a72,CancelMergeIcon as _0x3460dc,CheckMarkIcon as _0xf0b7e0,DeleteIcon as _0x5e2212,FilterIcon as _0x56cb41,FontColorDoubleIcon as _0x3bc810,FullscreenIcon as _0x1cd111,GripHorizontalIcon as _0xac0d50,HorizontalMergeIcon as _0x5364f6,HorizontallyIcon as _0x133993,IncreaseIcon as _0x15897f,LeftJustifyingIcon as _0x55b0a7,MergeAllIcon as _0x1974e7,MoreDownIcon as _0x124809,NoBorderIcon as _0x175de9,NoColorDoubleIcon as _0x1c0533,NumberIcon as _0x223ed2,OverflowIcon as _0x3b52e4,PaintBucketDoubleIcon as _0x161a9d,PenIcon as _0x1f26ca,RightJustifyingIcon as _0x702fff,TruncationIcon as _0x5d8bfc,VerticalCenterIcon as _0x3c01f3,VerticalIntegrationIcon as _0x3ead18}from'@univerjs/icons';import{createElement as _0xf619e0,forwardRef as _0x2e7abb,useCallback as _0x1814cc,useEffect as _0x384162,useLayoutEffect as _0x3f21a1,useMemo as _0x58927c,useRef as _0xf30763,useState as _0x57f380,useSyncExternalStore as _0x513495}from'react';import{BehaviorSubject as _0x5ae71e,EMPTY as _0x5f1778,Observable as _0xff46c4,Subject as _0x542213,Subscription as _0x43b0e4,filter as _0xba69b6,map as _0x543b46,merge as _0x218648,of as _0x3fe65c}from'rxjs';import{Fragment as _0x89a2c6,jsx as _0x2e0de7,jsxs as _0x2e59a6}from'react/jsx-runtime';import{DocsTablePassiveWheelService as _0x402b3f}from'@univerjs-pro/docs-table-ui';import{ActivateBaseTableOperation as _0x398445,ActivateBaseViewOperation as _0x20aa96,AddViewMenu as _0x27a24f,BASES_UI_PLUGIN_CONFIG_KEY as _0x5b55ef,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x32cdb6,BASE_VIEW_MENU_ITEMS as _0x96b845,BaseDeleteConfirmDialog as _0x1b6346,BaseDuplicateTableDialog as _0x337ed9,BaseEditorService as _0x3339f3,BaseTableSidebarFrame as _0x4b4093,BaseToolbar as _0x2a9d60,BaseUIPopupService as _0x9c47ac,BaseUIStateService as _0x4c5f83,BaseViewIcon as _0x1375de,BaseViewWheelScrollService as _0x200fa1,CloseBaseActiveEditorOperation as _0x5a386c,CloseBaseContextMenuOperation as _0x3f7cbd,CloseBasePanelOperation as _0x571305,CloseBaseRecordDetailPanelOperation as _0x1f9df8,GRID_ADD_FIELD_COLUMN_WIDTH as _0xbdcb90,GRID_ADD_RECORD_ROW_HEIGHT as _0x3ef2dd,GRID_DEFAULT_COLUMN_WIDTH as _0x406655,GRID_HEADER_HEIGHT as _0x4b9fab,GRID_ROW_HEADER_WIDTH as _0x2c5f31,GRID_SUMMARY_HEIGHT as _0x28e96c,IBaseCanvasRootResolverService as _0x39a598,IBaseEditorService as _0x567c02,IBaseEmbedFloatingActiveService as _0x5891e2,IBaseEmbedFloatingGeometryService as _0x1874e2,IBaseEmbedRuntimeFocusCoordinator as _0x1674d7,IBaseEmbedRuntimeService as _0x57ce37,IBaseGlobalPortalService as _0x120825,IBaseHostChromeOverrideService as _0x5e7191,IBaseUIPopupService as _0x4c27cc,IBaseUIStateService as _0x3761e9,IBaseViewWheelScrollService as _0x4267bb,OpenBaseActiveEditorOperation as _0x45041e,OpenBaseContextMenuOperation as _0x6d7ae,OpenBasePanelOperation as _0x392f1c,OpenBaseRecordDetailPanelOperation as _0x235696,RenderBaseWorkbench as _0x1f7178,SetBaseScrollOperation as _0x10b99b,SetBaseZoomOperation as _0x4d68b0,StartBaseEditingCellOperation as _0xe1f4cf,StopBaseEditingCellOperation as _0x32811c,ViewTabs as _0x274117,createDefaultViewName as _0x400279,createScopedBaseCanvasRootResolverService as _0x603096,createScopedBaseGlobalPortalService as _0x22532b,defaultPluginConfig as _0x51ea02,getBaseCanvasRoot as _0x5dae09,getBaseFloatingPanelPortalContainer as _0x4337d2,getBaseFloatingPosition as _0x371b9c,resolveGridRowHeight as _0x2a2368}from'@univerjs-pro/bases-ui';import{DeviceInputEventType as _0xb66a2c,IRenderManagerService as _0x4fffb3,SHEET_VIEWPORT_KEY as _0x45f1d2,setDocsCustomBlockRenderViewportProvider as _0x3c5fd5}from'@univerjs/engine-render';import{CreateBaseTableCommand as _0x52fdc0,CreateBaseViewCommand as _0x4c2367,DeleteBaseTableCommand as _0x333789,DeleteBaseViewCommand as _0x3ebb4e,IBaseViewRegistryService as _0x7f4502,MoveBaseViewCommand as _0x2c17e6,RenameBaseTableCommand as _0x3a633b,RenameBaseViewCommand as _0xcd37c2,copyBaseTableSnapshot as _0x297f59}from'@univerjs-pro/bases';import{createPortal as _0x1f15c4}from'react-dom';import{SheetsChartUIMenuSchema as _0x49ba19}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x3d7599}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x51f720}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x1d0db8}from'@univerjs-pro/sheets-print';import{SheetsShapeUIMenuSchema as _0x31e483}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0x5acb45}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x32be42}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x16d7fb}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x4b94f3}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x236e33}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0x36f8f0}from'@univerjs/sheets-hyper-link-ui';import{SheetsNoteUIMenuSchema as _0x5387e8}from'@univerjs/sheets-note-ui';import{SheetsNumfmtUIMenuSchema as _0x106735}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x144fca}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x1c3764}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x2e0b15}from'@univerjs/sheets-thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x24149e,AddWorksheetMergeCommand as _0x23a320,AddWorksheetMergeHorizontalCommand as _0x236813,AddWorksheetMergeVerticalCommand as _0x3d022b,RemoveWorksheetMergeCommand as _0xeafa71,ResetBackgroundColorCommand as _0x2a96b3,SetBackgroundColorCommand as _0x1b6020,SetBorderBasicCommand as _0x485df5,SetHorizontalTextAlignCommand as _0x52943e,SetTextWrapCommand as _0x37b4f6,SetVerticalTextAlignCommand as _0x2b1349,SheetsSelectionsService as _0x392608}from'@univerjs/sheets';import{ISlideDrawingService as _0x2e8762}from'@univerjs-pro/slides';import{EditorUIFloatingContainer as _0x478d9a,ISlideDrawingStateService as _0x35c812,ISlideEmbedActivationService as _0x561c32,ISlideEmbedFloatDomRenderer as _0x3b12b0,ISlideEmbedFloatingActiveService as _0x2c5890,ISlideEmbedFocusOwnerService as _0x19b6cd,ISlideEmbedMountService as _0x414151,ISlideEmbedRuntimeFocusCoordinator as _0x589b43,ISlideEmbedRuntimeService as _0x2452c1,SLIDE_PAGE_RECT_KEY as _0x30aa61,ShapeTextEditorContainer as _0x4d8ed6,SlideCanvasView as _0x2cc8a0,SlideEmbedChildWorkbench as _0x5a31cb,attachSlideRenderToCanvasHost as _0x2d2cce,resolveSlideLogicalPageSize as _0xea9d46}from'@univerjs-pro/slides-ui';var Yi=_0x35dbe5(0x189),Xi=_0x35dbe5(0x477);const Zi='data-embed-content-root',Qi=_0x35dbe5(0x265),$i=_0x35dbe5(0x1fd),ea=_0x35dbe5(0x62f);function ta(_0x36cfdc,_0x4cdf28){const _0x38a97e=_0x35dbe5;var _0x2deeb7;return _0x36cfdc[_0x38a97e(0x520)]('['+_0x4cdf28+']')?_0x36cfdc:(_0x2deeb7=_0x36cfdc[_0x38a97e(0x436)]('['+_0x4cdf28+']'))==null?void 0x0:_0x2deeb7;}function na(_0x471c48){const _0xfd630e=_0x35dbe5;let _0x4fd555=[];return ra(_0x471c48,Zi,_0xfd630e(0x567),_0x4fd555),ra(_0x471c48,Qi,_0xfd630e(0x1e6),_0x4fd555),ra(_0x471c48,$i,_0xfd630e(0x51b),_0x4fd555),ra(_0x471c48,ea,_0xfd630e(0x51b),_0x4fd555),_0xd3a08f(()=>{const _0x4fb52a=_0xfd630e;_0x4fd555[_0x4fb52a(0x27a)](_0x28692f=>_0x28692f[_0x4fb52a(0x59f)]());});}function ra(_0x5a9e5f,_0x4a68e3,_0x1a8170,_0x51dffd){const _0x53b3f5=_0x35dbe5;let _0xc4627c=ta(_0x5a9e5f,_0x4a68e3);if(_0xc4627c)return _0xc4627c;let _0x3d6f5f=document['createElement'](_0x53b3f5(0x590));return _0x3d6f5f['setAttribute'](_0x4a68e3,_0x53b3f5(0x479)),_0x3d6f5f[_0x53b3f5(0x534)]('data-embed-runtime-slot-owner',_0x53b3f5(0x469)),_0x3d6f5f[_0x53b3f5(0x52a)]='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x1a8170,_0x5a9e5f['appendChild'](_0x3d6f5f),_0x51dffd[_0x53b3f5(0x2b2)](_0x3d6f5f),_0x3d6f5f;}function ia(_0x5b5f4d){'@babel/helpers - typeof';const _0x13ca99=_0x35dbe5;return ia=typeof Symbol==_0x13ca99(0x5e7)&&typeof Symbol['iterator']==_0x13ca99(0x31f)?function(_0x330fea){return typeof _0x330fea;}:function(_0x18fb7c){const _0x2238a6=_0x13ca99;return _0x18fb7c&&typeof Symbol==_0x2238a6(0x5e7)&&_0x18fb7c[_0x2238a6(0x455)]===Symbol&&_0x18fb7c!==Symbol['prototype']?_0x2238a6(0x31f):typeof _0x18fb7c;},ia(_0x5b5f4d);}function aa(_0x8db28b,_0x23b307){const _0x26db45=_0x35dbe5;if(ia(_0x8db28b)!=_0x26db45(0x64e)||!_0x8db28b)return _0x8db28b;var _0x364c17=_0x8db28b[Symbol['toPrimitive']];if(_0x364c17!==void 0x0){var _0x154e25=_0x364c17[_0x26db45(0x4df)](_0x8db28b,_0x23b307||_0x26db45(0x3cf));if(ia(_0x154e25)!=_0x26db45(0x64e))return _0x154e25;throw TypeError(_0x26db45(0x2f4));}return(_0x23b307===_0x26db45(0x3fa)?String:Number)(_0x8db28b);}function oa(_0x452b51){const _0x37f6f1=_0x35dbe5;var _0x25d8e2=aa(_0x452b51,_0x37f6f1(0x3fa));return ia(_0x25d8e2)==_0x37f6f1(0x31f)?_0x25d8e2:_0x25d8e2+'';}function J(_0x4dfb7d,_0x42f1f7,_0x175c23){const _0x4e2f22=_0x35dbe5;return(_0x42f1f7=oa(_0x42f1f7))in _0x4dfb7d?Object[_0x4e2f22(0x284)](_0x4dfb7d,_0x42f1f7,{'value':_0x175c23,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4dfb7d[_0x42f1f7]=_0x175c23,_0x4dfb7d;}var sa=class{constructor(){J(this,'_contributions',new Map());}[_0x35dbe5(0x280)](_0x36f759){const _0x551e03=_0x35dbe5;return this['_contributions'][_0x551e03(0x27d)](_0x36f759[_0x551e03(0x674)],_0x36f759),_0xd3a08f(()=>{const _0x1c6cd5=_0x551e03;this[_0x1c6cd5(0x4c2)][_0x1c6cd5(0x66a)](_0x36f759[_0x1c6cd5(0x674)])===_0x36f759&&this[_0x1c6cd5(0x4c2)][_0x1c6cd5(0x5b4)](_0x36f759[_0x1c6cd5(0x674)]);});}[_0x35dbe5(0x66a)](_0x1c208f){const _0x18335d=_0x35dbe5;return this['_contributions'][_0x18335d(0x66a)](_0x1c208f);}[_0x35dbe5(0x65b)](){return[...this['_contributions']['values']()];}},ca=class{constructor(){const _0x496ba7=_0x35dbe5;J(this,_0x496ba7(0x2c0),new _0x5ae71e(null)),J(this,'active$',this['_active$'][_0x496ba7(0x4e9)]());}[_0x35dbe5(0x328)](){const _0x53408f=_0x35dbe5;return this[_0x53408f(0x2c0)]['getValue']();}[_0x35dbe5(0x21d)](_0x1edc32){const _0x501f2f=_0x35dbe5;var _0x1e729e;let _0x3b0f87=this[_0x501f2f(0x328)]();return(_0x3b0f87==null?void 0x0:_0x3b0f87[_0x501f2f(0x5b8)])===_0x1edc32?(_0x1e729e=_0x3b0f87['stage'])==null?_0x501f2f(0x2b4):_0x1e729e:_0x501f2f(0x37e);}[_0x35dbe5(0x51f)](_0x1551f2,_0x5c726c){const _0x3e5946=_0x35dbe5;var _0x25b66f,_0x2777b7,_0x20f25a;let _0x21ef63=this[_0x3e5946(0x328)](),_0x8528ca=(_0x21ef63==null?void 0x0:_0x21ef63[_0x3e5946(0x4bd)])===_0x1551f2[_0x3e5946(0x4bd)]&&_0x21ef63[_0x3e5946(0x5b8)]===_0x1551f2['embedId']&&_0x21ef63[_0x3e5946(0x2ab)]===_0x1551f2['childUnitId'],_0x27a9f7={..._0x1551f2,'stage':(_0x25b66f=_0x5c726c==null?_0x1551f2[_0x3e5946(0x554)]:_0x5c726c)==null?_0x8528ca?(_0x2777b7=_0x21ef63['stage'])==null?_0x3e5946(0x2b4):_0x2777b7:_0x3e5946(0x2b4):_0x25b66f};(_0x21ef63==null?void 0x0:_0x21ef63[_0x3e5946(0x4bd)])===_0x27a9f7['hostUnitId']&&_0x21ef63[_0x3e5946(0x5b8)]===_0x27a9f7[_0x3e5946(0x5b8)]&&_0x21ef63[_0x3e5946(0x2ab)]===_0x27a9f7[_0x3e5946(0x2ab)]&&((_0x20f25a=_0x21ef63[_0x3e5946(0x554)])==null?_0x3e5946(0x2b4):_0x20f25a)===_0x27a9f7['stage']||this[_0x3e5946(0x2c0)]['next'](_0x27a9f7);}[_0x35dbe5(0x3e0)](_0x42e668,_0x3e554d){const _0x10f82b=_0x35dbe5;var _0x550a80;let _0x1e1ac6=this['getActive']();!_0x1e1ac6||_0x1e1ac6[_0x10f82b(0x5b8)]!==_0x42e668||((_0x550a80=_0x1e1ac6[_0x10f82b(0x554)])==null?'stage1':_0x550a80)!==_0x3e554d&&this['_active$'][_0x10f82b(0x5fc)]({..._0x1e1ac6,'stage':_0x3e554d});}[_0x35dbe5(0x4be)](_0x27a30a){const _0x248c60=_0x35dbe5;this[_0x248c60(0x21d)](_0x27a30a)===_0x248c60(0x2b4)&&this['setStage'](_0x27a30a,_0x248c60(0x18a));}[_0x35dbe5(0x608)](_0x294395){const _0x5e093e=_0x35dbe5;let _0xbf5fd7=this['getActive']();_0xbf5fd7&&(!_0x294395||_0xbf5fd7[_0x5e093e(0x5b8)]===_0x294395)&&this[_0x5e093e(0x2c0)][_0x5e093e(0x5fc)](null);}},la=class{constructor(){const _0x36bbc2=_0x35dbe5;J(this,_0x36bbc2(0x58b),new _0x5ae71e(null)),J(this,_0x36bbc2(0x24c),this['_override$'][_0x36bbc2(0x4e9)]());}[_0x35dbe5(0x2e7)](){const _0xb60bdb=_0x35dbe5;return this['_override$'][_0xb60bdb(0x2a8)]();}[_0x35dbe5(0x51f)](_0xe72f38,_0x4ebaf7,_0x423a4b={}){const _0x4a86df=_0x35dbe5;var _0x4000e3,_0x32ba94,_0x20f302;if(!_0xe72f38[_0x4a86df(0x2ab)]||_0xe72f38[_0x4a86df(0x674)]==null)throw Error(_0x4a86df(0x580));let _0x8356cf=((_0x4000e3=_0xe72f38['sourceMeta'])==null?void 0x0:_0x4000e3[_0x4a86df(0x18e)])||void 0x0;if(_0x4ebaf7===_0x4a86df(0x561)&&(!_0x8356cf||_0x8356cf[_0x4a86df(0x487)]!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x4ebaf7!==_0x4a86df(0x561))throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if(((_0x32ba94=(_0x20f302=_0x423a4b[_0x4a86df(0x558)])==null?void 0x0:_0x20f302[_0x4a86df(0x329)])==null?_0x103109[_0x4a86df(0x329)]:_0x32ba94)!==_0x4a86df(0x26a)&&_0x423a4b[_0x4a86df(0x27f)]!==!0x0)return this[_0x4a86df(0x608)](_0xe72f38['embedId']),null;let _0x443f13={'hostUnitId':_0xe72f38[_0x4a86df(0x4bd)],'embedId':_0xe72f38[_0x4a86df(0x5b8)],'childUnitId':_0xe72f38['childUnitId'],'childType':_0xe72f38[_0x4a86df(0x674)],'entry':_0xe72f38[_0x4a86df(0x2ad)],'reason':_0x4ebaf7,'portalContainer':_0x423a4b[_0x4a86df(0x55f)],'hideHostFxBar':_0x8356cf==null?void 0x0:_0x8356cf['hideHostFxBar'],'lockHostRibbon':_0x8356cf==null?void 0x0:_0x8356cf[_0x4a86df(0x2f0)]},_0x3f018e=this['getOverride']();return ua(_0x3f018e,_0x443f13)?_0x3f018e:(this[_0x4a86df(0x58b)][_0x4a86df(0x5fc)](_0x443f13),_0x443f13);}[_0x35dbe5(0x608)](_0x4d03b1){const _0x1daa9=_0x35dbe5;let _0x5dbf02=this[_0x1daa9(0x2e7)]();_0x5dbf02&&(!_0x4d03b1||_0x5dbf02[_0x1daa9(0x5b8)]===_0x4d03b1)&&this[_0x1daa9(0x58b)]['next'](null);}};function ua(_0x1c68ab,_0x4643f9){const _0xbf79ec=_0x35dbe5;return _0x1c68ab!=null&&_0x1c68ab[_0xbf79ec(0x4bd)]===_0x4643f9[_0xbf79ec(0x4bd)]&&_0x1c68ab[_0xbf79ec(0x5b8)]===_0x4643f9[_0xbf79ec(0x5b8)]&&_0x1c68ab[_0xbf79ec(0x2ab)]===_0x4643f9[_0xbf79ec(0x2ab)]&&_0x1c68ab[_0xbf79ec(0x674)]===_0x4643f9['childType']&&_0x1c68ab[_0xbf79ec(0x2ad)]===_0x4643f9[_0xbf79ec(0x2ad)]&&_0x1c68ab[_0xbf79ec(0x4bb)]===_0x4643f9[_0xbf79ec(0x4bb)]&&_0x1c68ab[_0xbf79ec(0x55f)]===_0x4643f9['portalContainer']&&_0x1c68ab[_0xbf79ec(0x5f7)]===_0x4643f9[_0xbf79ec(0x5f7)]&&_0x1c68ab[_0xbf79ec(0x2f0)]===_0x4643f9[_0xbf79ec(0x2f0)];}const Y=_0x35dbe5(0x47f);var X=class{constructor(){const _0x1dc877=_0x35dbe5;J(this,_0x1dc877(0x415),new Map()),J(this,_0x1dc877(0x192),new Map()),J(this,_0x1dc877(0x5c8),new Map()),J(this,'_leaseSequence',0x0),J(this,'runtimeFocusChanged$',new _0x542213()),J(this,_0x1dc877(0x4d1),new _0x542213());}['acquireLease'](_0x201505){const _0x162311=_0x35dbe5;let _0x18ec86={'role':_0x201505['role'],'owner':_0x201505[_0x162311(0x574)],'sessionMode':_0x201505['sessionMode'],'hostUnitId':_0x201505[_0x162311(0x4bd)],'childUnitId':_0x201505[_0x162311(0x2ab)],'childType':_0x201505[_0x162311(0x674)],'associatedChildUnitIds':_0x201505[_0x162311(0x48b)],'sequence':++this[_0x162311(0x546)]},_0x2ce4b2=this[_0x162311(0x415)][_0x162311(0x66a)](_0x201505[_0x162311(0x5b8)]);return _0x2ce4b2||(_0x2ce4b2=new Set(),this['_leases'][_0x162311(0x27d)](_0x201505['embedId'],_0x2ce4b2)),_0x2ce4b2['add'](_0x18ec86),_0x18ec86[_0x162311(0x645)]!=='runtime'&&this[_0x162311(0x57a)](),_0x18ec86[_0x162311(0x645)]===_0x162311(0x597)&&this[_0x162311(0x58a)](),_0xd3a08f(()=>{const _0x39dd8f=_0x162311;_0x2ce4b2==null||_0x2ce4b2[_0x39dd8f(0x5b4)](_0x18ec86),(_0x2ce4b2==null?void 0x0:_0x2ce4b2[_0x39dd8f(0x4e1)])===0x0&&this[_0x39dd8f(0x415)][_0x39dd8f(0x5b4)](_0x201505[_0x39dd8f(0x5b8)]),_0x18ec86[_0x39dd8f(0x645)]!==_0x39dd8f(0x64a)&&this[_0x39dd8f(0x57a)](),_0x18ec86['role']===_0x39dd8f(0x597)&&this[_0x39dd8f(0x58a)]();});}[_0x35dbe5(0x3c3)](_0x5c7d58){const _0x49e555=_0x35dbe5;if(!_0x5c7d58)return!0x1;let _0x196dae=this[_0x49e555(0x415)][_0x49e555(0x66a)](_0x5c7d58);return _0x196dae&&[..._0x196dae][_0x49e555(0x65e)](_0x516a98=>_0x516a98['role']!==_0x49e555(0x64a))?!0x0:this[_0x49e555(0x5e2)](_0x5c7d58,this[_0x49e555(0x589)](_0x5c7d58));}[_0x35dbe5(0x46f)](_0x3c618b,_0x406afa){const _0x513a6d=_0x35dbe5;if(!_0x3c618b)return!0x1;let _0x15fafa=this[_0x513a6d(0x415)][_0x513a6d(0x66a)](_0x3c618b);return _0x15fafa&&[..._0x15fafa][_0x513a6d(0x65e)](_0x37b9b6=>this[_0x513a6d(0x53f)](_0x37b9b6,_0x406afa))?!0x0:this['containsElement'](_0x3c618b,this['_getActiveElement'](_0x3c618b));}[_0x35dbe5(0x36c)](){const _0x4b917f=_0x35dbe5;return[...this[_0x4b917f(0x415)][_0x4b917f(0x1c5)]()][_0x4b917f(0x65e)](_0x274941=>[..._0x274941]['some'](_0x79ad93=>_0x79ad93['role']!=='runtime'))||this[_0x4b917f(0x5a5)]()!=null;}[_0x35dbe5(0x57b)](_0x415c19){const _0xa91b03=_0x35dbe5;if([...this[_0xa91b03(0x415)]['values']()][_0xa91b03(0x65e)](_0x25582d=>[..._0x25582d][_0xa91b03(0x65e)](_0x53a7a0=>this[_0xa91b03(0x53f)](_0x53a7a0,_0x415c19))))return!0x0;let _0x3e0182=this[_0xa91b03(0x5a5)]();return _0x3e0182!=null&&this['_isBlockingRole'](_0x3e0182[_0xa91b03(0x645)]);}['hasHostPreservingChildFocusLease'](_0x9493f2,_0x2d0c8a){const _0xf35e12=_0x35dbe5;if(!_0x9493f2)return!0x1;let _0x1d9bcf=this[_0xf35e12(0x415)][_0xf35e12(0x66a)](_0x9493f2);return _0x1d9bcf&&[..._0x1d9bcf][_0xf35e12(0x65e)](_0x56030a=>this['_isHostPreservingLease'](_0x56030a,_0x2d0c8a))?!0x0:this['containsElement'](_0x9493f2,this['_getActiveElement'](_0x9493f2));}[_0x35dbe5(0x2c2)](_0x496485){const _0x433715=_0x35dbe5;return[...this[_0x433715(0x415)][_0x433715(0x1c5)]()][_0x433715(0x65e)](_0x4b6e68=>[..._0x4b6e68][_0x433715(0x65e)](_0x27d1ac=>this['_isHostPreservingLease'](_0x27d1ac,_0x496485)))?!0x0:this[_0x433715(0x5a5)]()!=null;}[_0x35dbe5(0x54d)](_0x5b8b7f,_0xcf7972){const _0x51784b=_0x35dbe5;if(!_0x5b8b7f)return this['hasAnyHostPreservingChildFocusLease'](_0xcf7972);if([...this['_leases'][_0x51784b(0x1c5)]()][_0x51784b(0x65e)](_0x3dd704=>[..._0x3dd704][_0x51784b(0x65e)](_0x18ee21=>this['_isHostPreservingLease'](_0x18ee21,_0xcf7972)&&this[_0x51784b(0x4b8)](_0x18ee21,_0x5b8b7f))))return!0x0;let _0x5e45a2=this[_0x51784b(0x5a5)]();if(!_0x5e45a2)return!0x1;let _0x768fa5=this['_leases']['get'](_0x5e45a2[_0x51784b(0x5b8)]);return _0x768fa5&&[..._0x768fa5][_0x51784b(0x65e)](_0x4a2551=>this[_0x51784b(0x2f6)](_0x4a2551,_0xcf7972)&&this[_0x51784b(0x4b8)](_0x4a2551,_0x5b8b7f))?!0x0:this[_0x51784b(0x1bc)](_0x5e45a2[_0x51784b(0x5b8)],_0x5b8b7f);}[_0x35dbe5(0x649)](_0x2c8c73){const _0x19a9fd=_0x35dbe5;return _0x2c8c73?[...this[_0x19a9fd(0x415)][_0x19a9fd(0x1c5)]()][_0x19a9fd(0x65e)](_0xfb35f6=>[..._0xfb35f6][_0x19a9fd(0x65e)](_0x3db42c=>this[_0x19a9fd(0x47e)](_0x3db42c,_0x2c8c73)&&_0x3db42c[_0x19a9fd(0x645)]!==_0x19a9fd(0x64a))):!0x1;}[_0x35dbe5(0x198)](_0x4e96bb){const _0x161b7d=_0x35dbe5;let _0x544a9c={'hostUnitId':_0x4e96bb[_0x161b7d(0x4bd)],'childUnitId':_0x4e96bb[_0x161b7d(0x2ab)],'childType':_0x4e96bb[_0x161b7d(0x674)],'sessionMode':_0x4e96bb[_0x161b7d(0x202)]};return this[_0x161b7d(0x5c8)][_0x161b7d(0x27d)](_0x4e96bb[_0x161b7d(0x5b8)],_0x544a9c),this[_0x161b7d(0x57a)](),this[_0x161b7d(0x58a)](),_0xd3a08f(()=>{const _0x1866ed=_0x161b7d;this['_runtimeScopes']['get'](_0x4e96bb[_0x1866ed(0x5b8)])===_0x544a9c&&(this[_0x1866ed(0x5c8)][_0x1866ed(0x5b4)](_0x4e96bb[_0x1866ed(0x5b8)]),this[_0x1866ed(0x57a)](),this[_0x1866ed(0x58a)]());});}['resolveRuntimeScopeByChildUnitId'](_0x1286d6){const _0x4afb86=_0x35dbe5;if(_0x1286d6){for(let [_0x5d51a9,_0x55ac26]of this[_0x4afb86(0x5c8)])if(_0x55ac26[_0x4afb86(0x2ab)]===_0x1286d6)return{'embedId':_0x5d51a9,'hostUnitId':_0x55ac26[_0x4afb86(0x4bd)],'childUnitId':_0x55ac26[_0x4afb86(0x2ab)],'childType':_0x55ac26[_0x4afb86(0x674)],'sessionMode':_0x55ac26[_0x4afb86(0x202)]};}}[_0x35dbe5(0x2b8)](){const _0x19ec6f=_0x35dbe5;let _0x1466d8;for(let [_0x25d2cf,_0x1db0a1]of this[_0x19ec6f(0x415)])for(let _0x1b214e of _0x1db0a1){if(_0x1b214e[_0x19ec6f(0x645)]!=='child-session'||!_0x1b214e[_0x19ec6f(0x2ab)])continue;let _0x4aa4d7=this[_0x19ec6f(0x5df)](_0x1b214e);(!_0x1466d8||_0x4aa4d7>_0x1466d8[_0x19ec6f(0x45f)]||_0x4aa4d7===_0x1466d8[_0x19ec6f(0x45f)]&&_0x1b214e[_0x19ec6f(0x23d)]>_0x1466d8[_0x19ec6f(0x207)]['sequence'])&&(_0x1466d8={'embedId':_0x25d2cf,'lease':_0x1b214e,'priority':_0x4aa4d7});}return _0x1466d8?{'embedId':_0x1466d8[_0x19ec6f(0x5b8)],'hostUnitId':_0x1466d8[_0x19ec6f(0x207)][_0x19ec6f(0x4bd)],'childUnitId':_0x1466d8[_0x19ec6f(0x207)]['childUnitId'],'childType':_0x1466d8[_0x19ec6f(0x207)]['childType'],'sessionMode':this['_resolveChildSessionMode'](_0x1466d8[_0x19ec6f(0x207)])}:void 0x0;}[_0x35dbe5(0x493)](_0x42d9bd,_0x536b43,_0x5be340){const _0x181d4e=_0x35dbe5;if(!_0x42d9bd)return!0x1;let _0x51690b=this[_0x181d4e(0x4af)](_0x536b43,_0x5be340);return _0x51690b?this[_0x181d4e(0x52f)](_0x51690b,_0x42d9bd):!0x1;}['shouldSuppressHostInteraction'](_0x3e7416,_0x220ee3,_0x30d123,_0x5030f7){const _0x43d21a=_0x35dbe5;return this[_0x43d21a(0x493)](_0x3e7416,_0x220ee3,_0x30d123)||this['isChildUnitInActiveSession'](_0x3e7416)?!0x1:this['hasHostPreservingChildFocusLeaseForHost'](_0x3e7416,_0x5030f7);}[_0x35dbe5(0x510)](_0xf23c){const _0x1c98d6=_0x35dbe5;let _0x4e21d8=this[_0x1c98d6(0x192)]['get'](_0xf23c[_0x1c98d6(0x5b8)]);_0x4e21d8||(_0x4e21d8=new Set(),this[_0x1c98d6(0x192)][_0x1c98d6(0x27d)](_0xf23c[_0x1c98d6(0x5b8)],_0x4e21d8)),_0x4e21d8[_0x1c98d6(0x310)](_0xf23c[_0x1c98d6(0x169)]);let _0x514fc9=_0xf23c['element'][_0x1c98d6(0x33b)](Y);return _0xf23c[_0x1c98d6(0x169)][_0x1c98d6(0x534)](Y,_0xf23c[_0x1c98d6(0x645)]),_0xd3a08f(()=>{const _0x2b3be6=_0x1c98d6;_0x4e21d8==null||_0x4e21d8[_0x2b3be6(0x5b4)](_0xf23c[_0x2b3be6(0x169)]),(_0x4e21d8==null?void 0x0:_0x4e21d8[_0x2b3be6(0x4e1)])===0x0&&this['_elements'][_0x2b3be6(0x5b4)](_0xf23c[_0x2b3be6(0x5b8)]),_0x514fc9==null?_0xf23c[_0x2b3be6(0x169)][_0x2b3be6(0x480)](Y):_0xf23c['element'][_0x2b3be6(0x534)](Y,_0x514fc9);});}[_0x35dbe5(0x5e2)](_0x59175a,_0x52a443,_0x47e05b){const _0x29412b=_0x35dbe5;if(!_0x59175a)return!0x1;let _0x40c7aa=this[_0x29412b(0x192)][_0x29412b(0x66a)](_0x59175a),_0x242502=typeof(_0x47e05b==null?void 0x0:_0x47e05b['composedPath'])==_0x29412b(0x5e7)?_0x47e05b[_0x29412b(0x508)]():void 0x0;return _0x40c7aa!=null&&_0x40c7aa[_0x29412b(0x4e1)]&&_0x242502!=null&&_0x242502[_0x29412b(0x65e)](_0x3300fb=>_0x3300fb instanceof HTMLElement&&this[_0x29412b(0x630)](_0x40c7aa,_0x3300fb))||_0x242502!=null&&_0x242502[_0x29412b(0x65e)](_0x4c9986=>_0x4c9986 instanceof HTMLElement&&this[_0x29412b(0x4ec)](_0x59175a,_0x4c9986))?!0x0:_0x52a443 instanceof HTMLElement&&(!!(_0x40c7aa!=null&&_0x40c7aa[_0x29412b(0x4e1)])&&this['_containsRegisteredElement'](_0x40c7aa,_0x52a443)||this['_isOwnedBoundaryElement'](_0x59175a,_0x52a443));}[_0x35dbe5(0x630)](_0x596c29,_0x15497b){const _0x503530=_0x35dbe5;return[..._0x596c29][_0x503530(0x65e)](_0x18c875=>_0x18c875===_0x15497b||_0x18c875['contains'](_0x15497b));}[_0x35dbe5(0x53f)](_0xc7d9fa,_0x3edf42){const _0x5b6c6c=_0x35dbe5;var _0x1cc2af;return _0xc7d9fa['owner']&&!(_0x3edf42==null||(_0x1cc2af=_0x3edf42[_0x5b6c6c(0x587)])==null)&&_0x1cc2af[_0x5b6c6c(0x64f)](_0xc7d9fa[_0x5b6c6c(0x574)])?!0x1:this[_0x5b6c6c(0x259)](_0xc7d9fa[_0x5b6c6c(0x645)]);}[_0x35dbe5(0x2f6)](_0x28e663,_0x35da55){const _0x36b7c4=_0x35dbe5;var _0x593368;return _0x28e663[_0x36b7c4(0x574)]&&!(_0x35da55==null||(_0x593368=_0x35da55[_0x36b7c4(0x587)])==null)&&_0x593368[_0x36b7c4(0x64f)](_0x28e663[_0x36b7c4(0x574)])?!0x1:_0x28e663[_0x36b7c4(0x645)]!==_0x36b7c4(0x64a);}[_0x35dbe5(0x4b8)](_0x2a1559,_0x602fa5){const _0x378387=_0x35dbe5;return _0x2a1559[_0x378387(0x4bd)]==null||_0x2a1559['hostUnitId']===_0x602fa5;}[_0x35dbe5(0x1bc)](_0x3cf7cb,_0x418ba1){const _0x25b386=_0x35dbe5;let _0x5012cf=this[_0x25b386(0x5c8)][_0x25b386(0x66a)](_0x3cf7cb);return!!_0x5012cf&&(_0x5012cf[_0x25b386(0x4bd)]==null||_0x5012cf[_0x25b386(0x4bd)]===_0x418ba1);}['_leaseAppliesToChildUnit'](_0x262e86,_0x4cc4f4){const _0x575b81=_0x35dbe5;var _0x5007e2;return _0x262e86['childUnitId']===_0x4cc4f4||((_0x5007e2=_0x262e86[_0x575b81(0x48b)])==null?void 0x0:_0x5007e2[_0x575b81(0x64f)](_0x4cc4f4))===!0x0;}['_ownedEmbedAppliesToChildUnit'](_0x5597e3,_0x8311c6){const _0x4f03e8=_0x35dbe5;var _0x550895;if(((_0x550895=this[_0x4f03e8(0x5c8)][_0x4f03e8(0x66a)](_0x5597e3))==null?void 0x0:_0x550895['childUnitId'])===_0x8311c6)return!0x0;let _0x243638=this[_0x4f03e8(0x415)][_0x4f03e8(0x66a)](_0x5597e3);return!!_0x243638&&[..._0x243638][_0x4f03e8(0x65e)](_0x28bb8c=>this['_leaseAppliesToChildUnit'](_0x28bb8c,_0x8311c6));}[_0x35dbe5(0x259)](_0x1b1f9a){const _0x16cb12=_0x35dbe5;return _0x1b1f9a!==_0x16cb12(0x64a);}[_0x35dbe5(0x5df)](_0xfa0bb8){const _0x2c9b5d=_0x35dbe5;let _0x433572=this['_resolveChildSessionMode'](_0xfa0bb8);return _0x433572===_0x2c9b5d(0x524)?0x1e:_0x433572===_0x2c9b5d(0x509)?0x14:_0x433572===_0x2c9b5d(0x452)?0xa:0x0;}[_0x35dbe5(0x604)](_0xc4f712){const _0x48d10f=_0x35dbe5;return _0xc4f712['sessionMode']?_0xc4f712[_0x48d10f(0x202)]:_0xc4f712['owner']===_0x48d10f(0x447)?_0x48d10f(0x524):_0xc4f712[_0x48d10f(0x574)]===_0x48d10f(0x223)||_0xc4f712['owner']==='doc-block-stage2-runtime'?_0x48d10f(0x509):_0xc4f712['owner']===_0x48d10f(0x48e)?_0x48d10f(0x452):_0xc4f712['role']===_0x48d10f(0x597)?_0x48d10f(0x509):_0x48d10f(0x602);}[_0x35dbe5(0x4ec)](_0x3c2af9,_0x4dfc63){const _0x37923c=_0x35dbe5;return _0x4dfc63[_0x37923c(0x59d)]('['+Z+'=\x22'+_0x3c2af9+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x52deee,_0x35f78d){const _0x2e032f=_0x35dbe5;var _0x5f16b2,_0x4c4be9;let _0x1279cf=typeof(_0x35f78d==null?void 0x0:_0x35f78d[_0x2e032f(0x508)])=='function'?_0x35f78d[_0x2e032f(0x508)]():void 0x0,_0xb55a9c=_0x1279cf==null?void 0x0:_0x1279cf[_0x2e032f(0x611)](_0x40b932=>this[_0x2e032f(0x321)](_0x40b932)&&_0x40b932['hasAttribute'](_0x2e032f(0x2c7))),_0x492a81=_0xb55a9c==null?this[_0x2e032f(0x321)](_0x52deee)?(_0x5f16b2=_0x52deee['closest'](_0x2e032f(0x346)))==null?void 0x0:_0x5f16b2:void 0x0:_0xb55a9c;return(_0x4c4be9=_0x492a81==null?void 0x0:_0x492a81['getAttribute'](_0x2e032f(0x2c7)))==null?this[_0x2e032f(0x5ed)](_0x35f78d):_0x4c4be9;}['_getOwnedEmbedIdFromEventPoint'](_0x5dd119){const _0xcae0e0=_0x35dbe5;let _0x20a1f8=this[_0xcae0e0(0x5f1)](_0x5dd119);if(!_0x20a1f8)return;let _0x56b881;for(let [_0x5234fa,_0x3a5e42]of this['_elements'])for(let _0x2acfa7 of _0x3a5e42){let _0x2cb255=_0x2acfa7['getBoundingClientRect']();if(!this[_0xcae0e0(0x3a9)](_0x2cb255,_0x20a1f8[_0xcae0e0(0x20c)],_0x20a1f8[_0xcae0e0(0x21b)]))continue;let _0x1b0392=_0x2cb255[_0xcae0e0(0x30f)]*_0x2cb255['height'];(!_0x56b881||_0x1b0392<_0x56b881[_0xcae0e0(0x36a)])&&(_0x56b881={'embedId':_0x5234fa,'area':_0x1b0392});}return _0x56b881==null?void 0x0:_0x56b881[_0xcae0e0(0x5b8)];}[_0x35dbe5(0x5f1)](_0x41e434){const _0x1fc066=_0x35dbe5;let _0x659b5=_0x41e434;if(_0x659b5){if(Number[_0x1fc066(0x4ce)](_0x659b5[_0x1fc066(0x20c)])&&Number[_0x1fc066(0x4ce)](_0x659b5['clientY']))return{'clientX':_0x659b5[_0x1fc066(0x20c)],'clientY':_0x659b5[_0x1fc066(0x21b)]};if(Number['isFinite'](_0x659b5['x'])&&Number[_0x1fc066(0x4ce)](_0x659b5['y']))return{'clientX':_0x659b5['x'],'clientY':_0x659b5['y']};}}[_0x35dbe5(0x3a9)](_0x206e73,_0x269fa7,_0x529fde){const _0x58d600=_0x35dbe5;return _0x206e73[_0x58d600(0x30f)]>0x0&&_0x206e73[_0x58d600(0x35d)]>0x0&&_0x269fa7>=_0x206e73['left']&&_0x269fa7<=_0x206e73[_0x58d600(0x164)]&&_0x529fde>=_0x206e73[_0x58d600(0x215)]&&_0x529fde<=_0x206e73[_0x58d600(0x1f4)];}[_0x35dbe5(0x5a5)](){const _0x2a937d=_0x35dbe5;var _0x4c0e89;let _0x321f0b=this[_0x2a937d(0x4ea)]();if(!this['_isHTMLElement'](_0x321f0b))return;let _0x12cde0=_0x321f0b[_0x2a937d(0x59d)]('['+Z+']');if(!_0x12cde0)return;let _0x409719=_0x12cde0[_0x2a937d(0x33b)](Z),_0x30c37e=(_0x4c0e89=_0x321f0b['closest'](_0x2a937d(0x209)))==null?void 0x0:_0x4c0e89[_0x2a937d(0x33b)](Y);return _0x409719&&this['_isRuntimeFocusRole'](_0x30c37e)?{'embedId':_0x409719,'role':_0x30c37e}:void 0x0;}[_0x35dbe5(0x321)](_0x2341f3){const _0xb24a7a=_0x35dbe5;var _0x302f64;if(!_0x2341f3)return!0x1;let _0x3fe620=(_0x302f64=_0x2341f3[_0xb24a7a(0x399)])==null?void 0x0:_0x302f64[_0xb24a7a(0x3c8)];return _0x3fe620?_0x2341f3 instanceof _0x3fe620[_0xb24a7a(0x1db)]:typeof HTMLElement<'u'&&_0x2341f3 instanceof HTMLElement;}[_0x35dbe5(0x464)](_0x28db48){const _0x5a346b=_0x35dbe5;return _0x28db48===_0x5a346b(0x64a)||_0x28db48===_0x5a346b(0x597)||_0x28db48==='child-editor'||_0x28db48===_0x5a346b(0x407)||_0x28db48===_0x5a346b(0x58e);}['_getAnyActiveElement'](){const _0xf6d6f9=_0x35dbe5;for(let _0x349095 of this[_0xf6d6f9(0x192)][_0xf6d6f9(0x1c5)]()){var _0x3bc659;let _0x2b81df=(_0x3bc659=_0x349095[_0xf6d6f9(0x1c5)]()[_0xf6d6f9(0x5fc)]()[_0xf6d6f9(0x4e8)])==null?void 0x0:_0x3bc659[_0xf6d6f9(0x399)];if(_0x2b81df!=null&&_0x2b81df[_0xf6d6f9(0x1cd)])return _0x2b81df[_0xf6d6f9(0x1cd)];}return typeof document>'u'?null:document[_0xf6d6f9(0x1cd)];}[_0x35dbe5(0x589)](_0x347d3f){const _0x1b724b=_0x35dbe5;var _0xb3043a,_0x4c3c0d;let _0x1a44e1=this[_0x1b724b(0x192)][_0x1b724b(0x66a)](_0x347d3f),_0x4f9ce2=_0x1a44e1==null||(_0xb3043a=_0x1a44e1[_0x1b724b(0x1c5)]()[_0x1b724b(0x5fc)]()[_0x1b724b(0x4e8)])==null?void 0x0:_0xb3043a['ownerDocument'];return(_0x4c3c0d=_0x4f9ce2==null?void 0x0:_0x4f9ce2['activeElement'])==null?typeof document>'u'?null:document[_0x1b724b(0x1cd)]:_0x4c3c0d;}['_notifyRuntimeFocusChanged'](){const _0x216e15=_0x35dbe5;this[_0x216e15(0x17f)][_0x216e15(0x5fc)]();}[_0x35dbe5(0x58a)](){const _0x3a208f=_0x35dbe5;this['runtimeSessionChanged$'][_0x3a208f(0x5fc)]();}};const Z=_0x35dbe5(0x2c7);var da=class{constructor(){const _0x91b496=_0x35dbe5;J(this,'_roots',new Map()),J(this,_0x91b496(0x652),new WeakMap()),J(this,_0x91b496(0x351),new WeakMap()),J(this,_0x91b496(0x2ef),void 0x0);}[_0x35dbe5(0x4ed)](_0x3268b3,_0x496eb3){const _0x5e5e7a=_0x35dbe5;let _0x533503=this['_roots']['get'](_0x3268b3);_0x533503||(_0x533503=new Set(),this['_roots'][_0x5e5e7a(0x27d)](_0x3268b3,_0x533503)),_0x533503['add'](_0x496eb3);let _0x1e1b4d=_0x496eb3[_0x5e5e7a(0x33b)](Z);_0x496eb3['setAttribute'](Z,_0x3268b3);let _0x3aed53=this[_0x5e5e7a(0x23b)](_0x3268b3,_0x496eb3),_0x3391b8=()=>this[_0x5e5e7a(0x440)](_0x3268b3,_0x496eb3['ownerDocument']);return _0x496eb3[_0x5e5e7a(0x243)](_0x5e5e7a(0x503),_0x3391b8,!0x0),_0x496eb3[_0x5e5e7a(0x243)](_0x5e5e7a(0x34a),_0x3391b8,!0x0),_0x496eb3[_0x5e5e7a(0x243)](_0x5e5e7a(0x5a1),_0x3391b8,!0x0),_0xd3a08f(()=>{const _0x4a11d5=_0x5e5e7a;var _0x1a61ff;_0x3aed53[_0x4a11d5(0x4d7)](),_0x496eb3['removeEventListener'](_0x4a11d5(0x503),_0x3391b8,!0x0),_0x496eb3['removeEventListener'](_0x4a11d5(0x34a),_0x3391b8,!0x0),_0x496eb3['removeEventListener'](_0x4a11d5(0x5a1),_0x3391b8,!0x0),((_0x1a61ff=this['_pendingPortalOwner'])==null?void 0x0:_0x1a61ff[_0x4a11d5(0x5b8)])===_0x3268b3&&this['_pendingPortalOwner'][_0x4a11d5(0x4b6)]===_0x496eb3[_0x4a11d5(0x399)]&&(this[_0x4a11d5(0x2ef)]=void 0x0),_0x533503==null||_0x533503[_0x4a11d5(0x5b4)](_0x496eb3),_0x533503&&_0x533503['size']===0x0&&this[_0x4a11d5(0x53c)][_0x4a11d5(0x5b4)](_0x3268b3),_0x1e1b4d==null?_0x496eb3[_0x4a11d5(0x480)](Z):_0x496eb3[_0x4a11d5(0x534)](Z,_0x1e1b4d);});}['_registerRootPopupDescendantFocusRoles'](_0x1864b0,_0x469c58){const _0x43ac5d=_0x35dbe5;let _0x5e2453=_0x469c58['ownerDocument'][_0x43ac5d(0x3c8)],_0x4ea44e=new Map(),_0x1e44f3=new Map(),_0x294e0b,_0x1a3964=!0x1,_0x73b5da=_0x10f108=>{const _0x2bff20=_0x43ac5d;_0x4ea44e['has'](_0x10f108)||_0x4ea44e['set'](_0x10f108,_0x10f108['getAttribute'](Z)),_0x1e44f3['has'](_0x10f108)||_0x1e44f3[_0x2bff20(0x27d)](_0x10f108,_0x10f108['getAttribute'](Y));},_0x569cad=_0x24d3c2=>{const _0x3dd35d=_0x43ac5d;_0x73b5da(_0x24d3c2),_0x24d3c2['setAttribute'](Z,_0x1864b0),_0x24d3c2['setAttribute'](Y,_0x3dd35d(0x407));},_0x2f0250=_0x17f359=>{const _0xad7c66=_0x43ac5d;this['_isUniverPortalTreeElement'](_0x17f359)&&(_0x569cad(_0x17f359),_0x17f359[_0xad7c66(0x182)]('*')['forEach'](_0x569cad));},_0x496941=_0x526aad=>{const _0x4e04cd=_0x43ac5d;_0x1a3964||(_0x2f0250(_0x526aad),_0x526aad[_0x4e04cd(0x182)]('*')[_0x4e04cd(0x27a)](_0x3047ea=>_0x2f0250(_0x3047ea)));};return _0x496941(_0x469c58),_0x5e2453!=null&&_0x5e2453[_0x43ac5d(0x1d4)]&&(_0x294e0b=new _0x5e2453['MutationObserver'](_0x31bbea=>{const _0x3c0759=_0x43ac5d;_0x31bbea[_0x3c0759(0x27a)](_0x78bd40=>{const _0x2b699f=_0x3c0759;_0x78bd40[_0x2b699f(0x3d6)][_0x2b699f(0x27a)](_0x2ff530=>{const _0x25e47e=_0x2b699f;_0x2ff530 instanceof _0x5e2453[_0x25e47e(0x1db)]&&_0x496941(_0x2ff530);});});}),_0x294e0b[_0x43ac5d(0x325)](_0x469c58,{'childList':!0x0,'subtree':!0x0})),_0xd3a08f(()=>{const _0x1230a2=_0x43ac5d;_0x1a3964=!0x0,_0x294e0b==null||_0x294e0b[_0x1230a2(0x175)](),_0x4ea44e[_0x1230a2(0x27a)]((_0x1b63c8,_0x1a8a9c)=>{const _0x4f2929=_0x1230a2;if(_0x1b63c8==null){_0x1a8a9c[_0x4f2929(0x480)](Z);return;}_0x1a8a9c['setAttribute'](Z,_0x1b63c8);}),_0x1e44f3[_0x1230a2(0x27a)]((_0x584691,_0x5d30d3)=>{const _0xfcab92=_0x1230a2;if(_0x584691==null){_0x5d30d3[_0xfcab92(0x480)](Y);return;}_0x5d30d3['setAttribute'](Y,_0x584691);});});}[_0x35dbe5(0x248)](_0x1c0bcd,_0xeb21e8){const _0x372ce2=_0x35dbe5;let _0x514ce5=this[_0x372ce2(0x53c)][_0x372ce2(0x66a)](_0x1c0bcd);_0x514ce5||(_0x514ce5=new Set(),this[_0x372ce2(0x53c)][_0x372ce2(0x27d)](_0x1c0bcd,_0x514ce5)),_0x514ce5['add'](_0xeb21e8);let _0x7acea1=this[_0x372ce2(0x5ec)](_0x1c0bcd,_0xeb21e8);return _0xd3a08f(()=>{const _0x43b588=_0x372ce2;_0x514ce5==null||_0x514ce5['delete'](_0xeb21e8),_0x514ce5&&_0x514ce5['size']===0x0&&this[_0x43b588(0x53c)][_0x43b588(0x5b4)](_0x1c0bcd),_0x7acea1['dispose']();});}['contains'](_0x583d72,_0x1d52f8,_0x4a6ffc){const _0x5248b6=_0x35dbe5;let _0x69234c=typeof(_0x4a6ffc==null?void 0x0:_0x4a6ffc[_0x5248b6(0x508)])==_0x5248b6(0x5e7)?_0x4a6ffc[_0x5248b6(0x508)]():void 0x0;if(_0x69234c!=null&&_0x69234c[_0x5248b6(0x65e)](_0x31a3c9=>_0x31a3c9 instanceof HTMLElement&&this[_0x5248b6(0x596)](_0x583d72,_0x31a3c9)))return!0x0;if(!(_0x1d52f8 instanceof HTMLElement))return!0x1;if(this[_0x5248b6(0x596)](_0x583d72,_0x1d52f8))return!0x0;if(!_0x583d72)return Array[_0x5248b6(0x591)](this[_0x5248b6(0x53c)]['values']())[_0x5248b6(0x65e)](_0x2710a9=>[..._0x2710a9][_0x5248b6(0x65e)](_0x3c79c8=>_0x3c79c8[_0x5248b6(0x331)]&&_0x3c79c8[_0x5248b6(0x5a2)](_0x1d52f8)));let _0x18af7d=this['_roots'][_0x5248b6(0x66a)](_0x583d72);return!!_0x18af7d&&[..._0x18af7d][_0x5248b6(0x65e)](_0xfb81ec=>_0xfb81ec['isConnected']&&_0xfb81ec[_0x5248b6(0x5a2)](_0x1d52f8));}['hasRecentInteraction'](_0x5f5a07){const _0x2d78ae=_0x35dbe5;let _0x14e4e5=_0x5f5a07?this[_0x2d78ae(0x351)]['get'](_0x5f5a07):typeof document<'u'?this[_0x2d78ae(0x351)][_0x2d78ae(0x66a)](document):void 0x0;if(_0x14e4e5!=null&&_0x14e4e5[_0x2d78ae(0x446)])return!0x0;let _0x507212=this[_0x2d78ae(0x2ef)];return!_0x507212||Date[_0x2d78ae(0x5d2)]()>_0x507212['expiresAt']?!0x1:!_0x5f5a07||_0x507212[_0x2d78ae(0x4b6)]===_0x5f5a07;}[_0x35dbe5(0x437)](_0x361cdd,_0x590f50){const _0x3c041f=_0x35dbe5;if(!_0x361cdd)return!0x1;let _0x28aedc=_0x590f50?this['_activePortalOwners'][_0x3c041f(0x66a)](_0x590f50):typeof document<'u'?this[_0x3c041f(0x351)][_0x3c041f(0x66a)](document):void 0x0;if(_0x28aedc!=null&&_0x28aedc[_0x3c041f(0x65e)](_0x50fb9b=>_0x50fb9b['embedId']===_0x361cdd))return!0x0;let _0x4a7def=this[_0x3c041f(0x2ef)];return!_0x4a7def||_0x4a7def[_0x3c041f(0x5b8)]!==_0x361cdd||Date['now']()>_0x4a7def[_0x3c041f(0x5d8)]?!0x1:!_0x590f50||_0x4a7def['document']===_0x590f50;}[_0x35dbe5(0x33d)](_0xa0fd1f,_0x289618){const _0x363fb1=_0x35dbe5;!_0xa0fd1f||!(_0x289618!=null&&_0x289618[_0x363fb1(0x506)])||this['_collectOwnedFloatingSurfaceRoots'](_0xa0fd1f,_0x289618)[_0x363fb1(0x27a)](_0x311921=>this[_0x363fb1(0x372)](_0x311921,_0x289618));}[_0x35dbe5(0x2fa)](_0x718c4d,_0x16ad43){const _0x3e4169=_0x35dbe5;var _0x3751b4,_0x2191b3;if(!(_0x16ad43!=null&&_0x16ad43[_0x3e4169(0x506)]))return _0xd3a08f(()=>{});let _0x40d4ba=Symbol(_0x718c4d),_0x4c2b1e=(_0x3751b4=this[_0x3e4169(0x351)][_0x3e4169(0x66a)](_0x16ad43))==null?[]:_0x3751b4;return _0x4c2b1e[_0x3e4169(0x2b2)]({'embedId':_0x718c4d,'token':_0x40d4ba}),this[_0x3e4169(0x351)][_0x3e4169(0x27d)](_0x16ad43,_0x4c2b1e),this[_0x3e4169(0x39b)](_0x16ad43),this[_0x3e4169(0x273)](_0x718c4d,_0x16ad43,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x3e4169(0x426)](_0x718c4d,_0x16ad43),(_0x2191b3=_0x16ad43[_0x3e4169(0x3c8)])==null||_0x2191b3['setTimeout'](()=>{const _0x460cb6=_0x3e4169;let _0xb611b4=this[_0x460cb6(0x61b)](_0x16ad43);(_0xb611b4==null?void 0x0:_0xb611b4[_0x460cb6(0x5b8)])===_0x718c4d&&_0xb611b4['token']===_0x40d4ba&&(this[_0x460cb6(0x273)](_0x718c4d,_0x16ad43,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x460cb6(0x426)](_0x718c4d,_0x16ad43));},0x0),_0xd3a08f(()=>{const _0x70ee65=_0x3e4169;let _0x78d416=this[_0x70ee65(0x351)][_0x70ee65(0x66a)](_0x16ad43),_0x54b882=!0x1;if(_0x78d416){let _0x3de393=_0x78d416[_0x70ee65(0x251)](_0x210e80=>_0x210e80['embedId']===_0x718c4d&&_0x210e80[_0x70ee65(0x2d7)]===_0x40d4ba);_0x3de393>=0x0&&_0x78d416['splice'](_0x3de393,0x1),_0x54b882=_0x78d416[_0x70ee65(0x65e)](_0x8ec657=>_0x8ec657[_0x70ee65(0x5b8)]===_0x718c4d),_0x78d416['length']===0x0&&this['_activePortalOwners']['delete'](_0x16ad43);}_0x54b882||this[_0x70ee65(0x191)](_0x718c4d,_0x16ad43);let _0xe05c6c=this[_0x70ee65(0x61b)](_0x16ad43);_0xe05c6c&&(this[_0x70ee65(0x273)](_0xe05c6c[_0x70ee65(0x5b8)],_0x16ad43,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0xe05c6c[_0x70ee65(0x5b8)],_0x16ad43));});}['_collectOwnedFloatingSurfaceRoots'](_0x3d972c,_0x30e672){const _0x46200b=_0x35dbe5;var _0x42be51;let _0x2d8b0c=new Set(),_0x25dea0=_0x49bc45=>{const _0x3c1cb2=_0x3c26;let _0x3d2ba4=this[_0x3c1cb2(0x163)](_0x49bc45);!_0x3d2ba4||!this[_0x3c1cb2(0x596)](_0x3d972c,_0x3d2ba4)||_0x2d8b0c['add'](_0x3d2ba4);};return _0x30e672[_0x46200b(0x506)][_0x46200b(0x182)]('['+Z+'=\x22'+_0x3d972c+'\x22]')[_0x46200b(0x27a)](_0x25dea0),(_0x42be51=this[_0x46200b(0x53c)][_0x46200b(0x66a)](_0x3d972c))==null||_0x42be51['forEach'](_0x2fe211=>{const _0x5b7b98=_0x46200b;_0x2fe211[_0x5b7b98(0x331)]&&(_0x25dea0(_0x2fe211),_0x2fe211[_0x5b7b98(0x182)]('*')[_0x5b7b98(0x27a)](_0x25dea0));}),[..._0x2d8b0c]['sort']((_0x156f9b,_0x2419f3)=>_0x156f9b[_0x46200b(0x5a2)](_0x2419f3)?0x1:_0x2419f3['contains'](_0x156f9b)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x33b95c){const _0x344768=_0x35dbe5;var _0x5b300a;if(!_0x33b95c['closest'](_0x344768(0x275))&&this[_0x344768(0x26f)](_0x33b95c))return(_0x5b300a=_0x33b95c[_0x344768(0x59d)](_0x344768(0x5f6)))==null?_0x33b95c:_0x5b300a;}[_0x35dbe5(0x372)](_0x51259f,_0x1d8154){const _0xd63528=_0x35dbe5;let _0x30aa86=_0x1d8154[_0xd63528(0x3c8)],_0x475a6d=_0x1d8154[_0xd63528(0x1cd)]instanceof HTMLElement&&_0x51259f[_0xd63528(0x5a2)](_0x1d8154[_0xd63528(0x1cd)])?_0x1d8154[_0xd63528(0x1cd)]:_0x51259f,_0x263674=_0x30aa86!=null&&_0x30aa86[_0xd63528(0x2fc)]?new _0x30aa86[(_0xd63528(0x2fc))]('keydown',{'key':_0xd63528(0x526),'code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event('keydown',{'bubbles':!0x0,'cancelable':!0x0});_0x475a6d[_0xd63528(0x4fb)](_0x263674);}[_0x35dbe5(0x596)](_0x54fd70,_0x31aba3){const _0x113a98=_0x35dbe5;let _0x8489ab=_0x31aba3[_0x113a98(0x59d)]('['+Z+']'),_0x238e54=_0x8489ab==null?void 0x0:_0x8489ab[_0x113a98(0x33b)](Z);if(_0x238e54&&(!_0x54fd70||_0x238e54===_0x54fd70))return!0x0;if(!_0x54fd70)return Array[_0x113a98(0x591)](this['_roots'][_0x113a98(0x1c5)]())[_0x113a98(0x65e)](_0x4e2eff=>[..._0x4e2eff][_0x113a98(0x65e)](_0x5f25d3=>_0x5f25d3===_0x31aba3||_0x5f25d3['contains'](_0x31aba3)));let _0x42f42a=this[_0x113a98(0x53c)][_0x113a98(0x66a)](_0x54fd70);return!!_0x42f42a&&[..._0x42f42a][_0x113a98(0x65e)](_0x21c8c8=>_0x21c8c8===_0x31aba3||_0x21c8c8[_0x113a98(0x5a2)](_0x31aba3));}[_0x35dbe5(0x440)](_0x129ab2,_0x2fdf27){const _0x12d526=_0x35dbe5;var _0x15a092;_0x2fdf27!=null&&_0x2fdf27[_0x12d526(0x506)]&&(this[_0x12d526(0x2ef)]={'embedId':_0x129ab2,'document':_0x2fdf27,'expiresAt':Date[_0x12d526(0x5d2)]()+0x3e8},this['_ensurePortalObserver'](_0x2fdf27),this['_markExistingBodyPortals'](_0x129ab2,_0x2fdf27,{'includeAppShellEditorPortal':!0x1}),(_0x15a092=_0x2fdf27['defaultView'])==null||_0x15a092['setTimeout'](()=>{const _0x3b93cd=_0x12d526;let _0x299feb=this[_0x3b93cd(0x2ef)];(_0x299feb==null?void 0x0:_0x299feb[_0x3b93cd(0x5b8)])===_0x129ab2&&_0x299feb[_0x3b93cd(0x4b6)]===_0x2fdf27&&Date['now']()<=_0x299feb[_0x3b93cd(0x5d8)]&&this[_0x3b93cd(0x273)](_0x129ab2,_0x2fdf27,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x35dbe5(0x39b)](_0x2fdf4a){const _0x45857d=_0x35dbe5;if(this[_0x45857d(0x652)][_0x45857d(0x629)](_0x2fdf4a)||!_0x2fdf4a[_0x45857d(0x506)])return;let _0x3a51c0=_0x2fdf4a['defaultView'];if(!(_0x3a51c0!=null&&_0x3a51c0['MutationObserver']))return;let _0x3736d4=new _0x3a51c0[(_0x45857d(0x1d4))](_0x2e41b0=>{const _0x524843=_0x45857d;let _0x1d8b2b=this[_0x524843(0x3cd)](_0x2fdf4a);if(!_0x1d8b2b)return;let _0x3dc2be={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x1d8b2b[_0x524843(0x247)],'allowDirectBodyPortal':!_0x1d8b2b[_0x524843(0x247)]};_0x2e41b0['forEach'](_0x4e01c0=>{const _0x45d93d=_0x524843;_0x4e01c0[_0x45d93d(0x5d9)]==='attributes'&&_0x4e01c0[_0x45d93d(0x4c7)]instanceof _0x3a51c0[_0x45d93d(0x1db)]&&this[_0x45d93d(0x167)](_0x4e01c0[_0x45d93d(0x4c7)],_0x1d8b2b[_0x45d93d(0x5b8)],_0x2fdf4a,_0x3dc2be),_0x4e01c0[_0x45d93d(0x3d6)]['forEach'](_0x4d4ad8=>{const _0x58c75d=_0x45d93d;_0x4d4ad8 instanceof _0x3a51c0['HTMLElement']&&(this[_0x58c75d(0x167)](_0x4d4ad8,_0x1d8b2b['embedId'],_0x2fdf4a,_0x3dc2be),_0x4d4ad8[_0x58c75d(0x182)]('*')[_0x58c75d(0x27a)](_0x15e7fa=>{const _0x710a5d=_0x58c75d;this['_markBodyPortalOwner'](_0x15e7fa,_0x1d8b2b[_0x710a5d(0x5b8)],_0x2fdf4a,_0x3dc2be);}));});}),_0x1d8b2b[_0x524843(0x247)]&&this[_0x524843(0x426)](_0x1d8b2b['embedId'],_0x2fdf4a);});_0x3736d4['observe'](_0x2fdf4a[_0x45857d(0x506)],{'attributeFilter':['class',_0x45857d(0x642),'id',_0x45857d(0x645),'style'],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x3736d4[_0x45857d(0x517)](),this[_0x45857d(0x652)]['set'](_0x2fdf4a,_0x3736d4);}['_markBodyPortalOwner'](_0x49a211,_0x1afd00,_0x40d4bd,_0x195de5={}){const _0x133850=_0x35dbe5;_0x195de5[_0x133850(0x4b2)]===!0x1&&_0x49a211[_0x133850(0x627)]===_0x40d4bd[_0x133850(0x506)]&&!this['_isUniverPortalCandidate'](_0x49a211)&&!this[_0x133850(0x368)](_0x49a211)||this[_0x133850(0x244)](_0x49a211,_0x40d4bd,_0x195de5)&&(!this[_0x133850(0x368)](_0x49a211)&&this[_0x133850(0x22e)](_0x49a211,_0x40d4bd)||(this[_0x133850(0x553)](_0x49a211,_0x1afd00,_0x40d4bd),this['_markInteractionBoundaryOwnerTree'](_0x1afd00,_0x49a211,{'transient':!0x0}),this[_0x133850(0x262)](_0x49a211,_0x195de5)));}['_markExistingBodyPortals'](_0x105675,_0x24b319,_0x5d262b={}){_0x24b319['body']['querySelectorAll']('*')['forEach'](_0x410e40=>{const _0x418a9d=_0x3c26;this[_0x418a9d(0x167)](_0x410e40,_0x105675,_0x24b319,{'includeAppShellEditorPortal':_0x5d262b[_0x418a9d(0x639)],'allowOwnedPortalReassignment':_0x5d262b[_0x418a9d(0x213)],'allowDirectBodyPortal':_0x5d262b[_0x418a9d(0x4b2)]});});}[_0x35dbe5(0x244)](_0x4d4ae9,_0x16d26f,_0x2a2ea2={}){const _0x273cc7=_0x35dbe5;if(!_0x16d26f[_0x273cc7(0x506)][_0x273cc7(0x5a2)](_0x4d4ae9))return!0x1;let _0x451b51=!!_0x2a2ea2[_0x273cc7(0x639)]&&this[_0x273cc7(0x368)](_0x4d4ae9),_0x38dfdd=this[_0x273cc7(0x1e5)](_0x4d4ae9);if(!_0x2a2ea2['allowOwnedPortalReassignment']&&!_0x451b51&&_0x4d4ae9['closest'](_0x273cc7(0x346))||_0x4d4ae9['id']===_0x273cc7(0x5f4))return!0x1;let _0x9bb52f=_0x4d4ae9['parentElement'];return!!_0x2a2ea2[_0x273cc7(0x4b2)]&&_0x9bb52f===_0x16d26f[_0x273cc7(0x506)]||(_0x9bb52f==null?void 0x0:_0x9bb52f[_0x273cc7(0x59d)](_0x273cc7(0x17c)))!=null||_0x38dfdd||_0x451b51;}[_0x35dbe5(0x368)](_0x364fc7){const _0x53190a=_0x35dbe5;var _0x37678e,_0x109bac;return((_0x37678e=_0x364fc7[_0x53190a(0x627)])==null?void 0x0:_0x37678e['id'])!==_0x53190a(0x5f4)&&((_0x109bac=_0x364fc7[_0x53190a(0x59d)](_0x53190a(0x335)))==null?void 0x0:_0x109bac[_0x53190a(0x627)])!==_0x364fc7['ownerDocument'][_0x53190a(0x506)]?!0x1:_0x364fc7['id'][_0x53190a(0x3e2)]('univer-doc-selection-container-__INTERNAL_EDITOR__')||_0x364fc7['id'][_0x53190a(0x3e2)](_0x53190a(0x521))||_0x364fc7[_0x53190a(0x59d)](_0x53190a(0x54a))!=null||_0x364fc7[_0x53190a(0x59d)](_0x53190a(0x22d))!=null;}[_0x35dbe5(0x22a)](_0x5d6049){const _0x526da4=_0x35dbe5;return _0x5d6049['id'][_0x526da4(0x3e2)](_0x526da4(0x2d3))||_0x5d6049['id']['startsWith'](_0x526da4(0x3cc))||_0x5d6049[_0x526da4(0x59d)](_0x526da4(0x418))!=null||_0x5d6049[_0x526da4(0x59d)](_0x526da4(0x625))!=null;}[_0x35dbe5(0x1e5)](_0x285e9b){const _0x155a29=_0x35dbe5;let _0xc4c449=typeof _0x285e9b[_0x155a29(0x52a)]==_0x155a29(0x3fa)?_0x285e9b[_0x155a29(0x52a)]:'';if(_0x285e9b[_0x155a29(0x33b)](_0x155a29(0x642))===_0x155a29(0x491)||_0x285e9b[_0x155a29(0x1cb)][_0x155a29(0x5a2)](_0x155a29(0x330))||_0x285e9b[_0x155a29(0x1cb)][_0x155a29(0x5a2)](_0x155a29(0x4e5))||_0x285e9b[_0x155a29(0x1cb)]['contains'](_0x155a29(0x5da))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x155a29(0x1ee)](_0xc4c449))return!0x0;let _0x4b6331=_0x285e9b[_0x155a29(0x33b)](_0x155a29(0x645));return _0x4b6331===_0x155a29(0x564)||_0x4b6331===_0x155a29(0x3e1)||_0x4b6331===_0x155a29(0x5ae)||_0x4b6331===_0x155a29(0x5d1)||_0x285e9b[_0x155a29(0x333)](_0x155a29(0x3a5));}['_isDetachedOffscreenPortalCandidate'](_0x5239ef,_0x5ae468){const _0x3c6fe8=_0x35dbe5;var _0x2be711,_0xb826ac;if(!this[_0x3c6fe8(0x26f)](_0x5239ef))return!0x1;let _0x3e0965=(_0x2be711=_0x5239ef[_0x3c6fe8(0x59d)](_0x3c6fe8(0x5f6)))==null?_0x5239ef:_0x2be711,_0xb2eb23=(_0xb826ac=_0x3e0965['closest'](_0x3c6fe8(0x335)))==null?_0x3e0965[_0x3c6fe8(0x627)]:_0xb826ac;if(_0x3e0965['parentElement']!==_0x5ae468[_0x3c6fe8(0x506)]&&(_0xb2eb23==null?void 0x0:_0xb2eb23[_0x3c6fe8(0x627)])!==_0x5ae468['body'])return!0x1;let _0x2fe143=_0x5ae468[_0x3c6fe8(0x3c8)];if(!_0x2fe143)return!0x1;let _0x41318b=_0x3e0965[_0x3c6fe8(0x232)]();return _0x41318b[_0x3c6fe8(0x164)]<0x0||_0x41318b['bottom']<0x0||_0x41318b['left']>_0x2fe143['innerWidth']||_0x41318b['top']>_0x2fe143['innerHeight']?!0x0:_0x41318b[_0x3c6fe8(0x30f)]<=0x0||_0x41318b[_0x3c6fe8(0x35d)]<=0x0?_0x41318b[_0x3c6fe8(0x224)]<0x0||_0x41318b[_0x3c6fe8(0x215)]<0x0||_0x41318b['left']>_0x2fe143[_0x3c6fe8(0x296)]||_0x41318b['top']>_0x2fe143[_0x3c6fe8(0x2af)]:!0x1;}[_0x35dbe5(0x262)](_0x7ffb4,_0x4d43bd={}){const _0x543724=_0x35dbe5;let _0x45e838=_0x4d43bd[_0x543724(0x639)]&&this[_0x543724(0x368)](_0x7ffb4)?_0x543724(0x4db):this[_0x543724(0x26f)](_0x7ffb4)?_0x543724(0x407):void 0x0;_0x45e838&&(_0x7ffb4[_0x543724(0x534)](Y,_0x45e838),_0x7ffb4[_0x543724(0x182)]('*')[_0x543724(0x27a)](_0x4d8e5f=>{const _0x4c9e3d=_0x543724;_0x4d8e5f[_0x4c9e3d(0x534)](Y,_0x45e838);}));}[_0x35dbe5(0x5ec)](_0x223e64,_0x52c1a1,_0x459389={}){const _0x130efb=_0x35dbe5;let _0x37a918=new Map(),_0x3b7f2c=_0x36e918=>{const _0x3252e4=_0x3c26;_0x459389['transient']||_0x37a918[_0x3252e4(0x27d)](_0x36e918,_0x36e918[_0x3252e4(0x33b)](Z)),_0x36e918[_0x3252e4(0x534)](Z,_0x223e64);};return _0x3b7f2c(_0x52c1a1),_0x52c1a1[_0x130efb(0x182)]('*')[_0x130efb(0x27a)](_0x3b7f2c),_0xd3a08f(()=>{const _0x103f6b=_0x130efb;_0x37a918[_0x103f6b(0x27a)]((_0x39ba26,_0x5d5b57)=>{const _0x332173=_0x103f6b;if(_0x39ba26==null){_0x5d5b57[_0x332173(0x480)](Z);return;}_0x5d5b57[_0x332173(0x534)](Z,_0x39ba26);});});}['_isUniverPortalTreeElement'](_0x2d7d12){const _0x275713=_0x35dbe5;return this[_0x275713(0x1e5)](_0x2d7d12)||_0x2d7d12[_0x275713(0x59d)]('.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]')!=null;}[_0x35dbe5(0x3cd)](_0x25ec6a){const _0xde2313=_0x35dbe5;let _0x3c90c0=this[_0xde2313(0x61b)](_0x25ec6a);if(_0x3c90c0)return{'embedId':_0x3c90c0[_0xde2313(0x5b8)],'stable':!0x0};let _0x242fa3=this['_pendingPortalOwner'];if(_0x242fa3&&_0x242fa3[_0xde2313(0x4b6)]===_0x25ec6a&&Date[_0xde2313(0x5d2)]()<=_0x242fa3[_0xde2313(0x5d8)])return{'embedId':_0x242fa3['embedId'],'stable':!0x1};}['_getLatestActivePortalOwner'](_0x19dad9){let _0x5bf98e=this['_activePortalOwners']['get'](_0x19dad9);return _0x5bf98e==null?void 0x0:_0x5bf98e[_0x5bf98e['length']-0x1];}[_0x35dbe5(0x426)](_0x35151f,_0x41d584){const _0x59d18b=_0x35dbe5;let _0x3b4891=this[_0x59d18b(0x53c)][_0x59d18b(0x66a)](_0x35151f);_0x41d584[_0x59d18b(0x506)][_0x59d18b(0x182)]('['+Z+'=\x22'+_0x35151f+'\x22]')[_0x59d18b(0x27a)](_0x3db716=>{const _0xeb373e=_0x59d18b;_0x3db716['parentElement']===_0x41d584[_0xeb373e(0x506)]&&(_0x3b4891&&[..._0x3b4891][_0xeb373e(0x65e)](_0x5af730=>_0x5af730===_0x3db716||_0x5af730[_0xeb373e(0x5a2)](_0x3db716))||this[_0xeb373e(0x1e5)](_0x3db716)||this[_0xeb373e(0x368)](_0x3db716)||_0x3db716['removeAttribute'](Z));});}[_0x35dbe5(0x553)](_0x4c614a,_0x57e495,_0x2f201e){const _0xe0da0b=_0x35dbe5;let _0x4b4af6=_0x4c614a[_0xe0da0b(0x33b)](Z);if(!_0x4b4af6||_0x4b4af6===_0x57e495)return;let _0x351779=_0x2f201e[_0xe0da0b(0x1cd)];!(_0x351779 instanceof HTMLElement)||_0x351779!==_0x4c614a&&!_0x4c614a[_0xe0da0b(0x5a2)](_0x351779)||(_0x351779['blur'](),_0x2f201e[_0xe0da0b(0x1cd)]===_0x351779&&this[_0xe0da0b(0x20b)](_0x2f201e));}[_0x35dbe5(0x191)](_0x35907c,_0x7ee452){const _0x4b2bbd=_0x35dbe5;let _0x5e5a61=this[_0x4b2bbd(0x53c)][_0x4b2bbd(0x66a)](_0x35907c),_0x136fd7=_0x7ee452[_0x4b2bbd(0x506)]['querySelectorAll']('['+Z+'=\x22'+_0x35907c+'\x22]'),_0x167d37=_0xa56ec=>_0x5e5a61!=null&&[..._0x5e5a61]['some'](_0x506138=>_0x506138===_0xa56ec||_0x506138[_0x4b2bbd(0x5a2)](_0xa56ec)),_0x2a5f75=[];_0x136fd7[_0x4b2bbd(0x27a)](_0x364386=>{const _0x4275b6=_0x4b2bbd;_0x167d37(_0x364386)||(_0x2a5f75['push'](_0x364386),_0x364386[_0x4275b6(0x480)](Z),this[_0x4275b6(0x528)](_0x364386));});let _0x19872e=_0x7ee452[_0x4b2bbd(0x1cd)];_0x19872e instanceof HTMLElement&&_0x2a5f75[_0x4b2bbd(0x65e)](_0x40cb54=>_0x40cb54===_0x19872e||_0x40cb54[_0x4b2bbd(0x5a2)](_0x19872e))&&(_0x19872e[_0x4b2bbd(0x340)](),_0x7ee452[_0x4b2bbd(0x1cd)]===_0x19872e&&this[_0x4b2bbd(0x20b)](_0x7ee452));}[_0x35dbe5(0x20b)](_0x45c087){const _0x737b98=_0x35dbe5;let _0x446045=_0x45c087[_0x737b98(0x506)];if(!_0x446045)return;let _0x36b7ba=_0x446045[_0x737b98(0x33b)](_0x737b98(0x4e0));_0x36b7ba==null&&(_0x446045['tabIndex']=-0x1),_0x446045['focus']({'preventScroll':!0x0}),_0x36b7ba==null?_0x446045[_0x737b98(0x480)]('tabindex'):_0x446045['setAttribute'](_0x737b98(0x4e0),_0x36b7ba),_0x45c087['activeElement']!==_0x446045&&this[_0x737b98(0x63b)](_0x45c087);}[_0x35dbe5(0x63b)](_0x4eed8d){const _0xcbf6b7=_0x35dbe5;var _0x110765;let _0x153eff=_0x4eed8d['body'];if(!_0x153eff)return;let _0x18e04b=_0x4eed8d['createElement']('span');_0x18e04b[_0xcbf6b7(0x4f3)]=-0x1,_0x18e04b['setAttribute'](_0xcbf6b7(0x3da),'true'),_0x18e04b['style']['cssText']=_0xcbf6b7(0x4b3),_0x153eff['appendChild'](_0x18e04b),_0x18e04b[_0xcbf6b7(0x430)]({'preventScroll':!0x0}),(_0x110765=_0x4eed8d[_0xcbf6b7(0x3c8)])==null||_0x110765[_0xcbf6b7(0x170)](()=>_0x18e04b[_0xcbf6b7(0x59f)](),0x0);}[_0x35dbe5(0x528)](_0xb8638d){const _0x285f90=_0x35dbe5;(_0xb8638d['getAttribute'](_0x285f90(0x47f))===_0x285f90(0x4db)||_0xb8638d['getAttribute'](_0x285f90(0x47f))===_0x285f90(0x407))&&_0xb8638d[_0x285f90(0x480)](Y),_0xb8638d[_0x285f90(0x182)]('['+Y+']')['forEach'](_0x320d2e=>{const _0x155379=_0x285f90;let _0x2e75a9=_0x320d2e[_0x155379(0x33b)](Y);(_0x2e75a9===_0x155379(0x4db)||_0x2e75a9===_0x155379(0x407))&&_0x320d2e[_0x155379(0x480)](Y);});}},fa=class{constructor(_0x36b97b={}){const _0x28ffa0=_0x35dbe5;J(this,'_childUnitAncestry',new Map()),J(this,_0x28ffa0(0x1f0),void 0x0),this['_maxDepth']=pa(_0x36b97b[_0x28ffa0(0x43f)]);}[_0x35dbe5(0x44c)](_0x3fb867){const _0xfdb7f7=_0x35dbe5;let _0x575ad8=this[_0xfdb7f7(0x586)](_0x3fb867[_0xfdb7f7(0x4bd)]);return _0x575ad8['some'](_0x3c231e=>_0x3c231e[_0xfdb7f7(0x4bd)]===_0x3fb867[_0xfdb7f7(0x2ab)]||_0x3c231e[_0xfdb7f7(0x2ab)]===_0x3fb867[_0xfdb7f7(0x2ab)])?{'allowed':!0x1,'reason':'cycle','ancestry':_0x575ad8}:_0x575ad8[_0xfdb7f7(0x446)]>=this[_0xfdb7f7(0x1f0)]?{'allowed':!0x1,'reason':_0xfdb7f7(0x379),'ancestry':_0x575ad8}:{'allowed':!0x0,'ancestry':_0x575ad8};}[_0x35dbe5(0x5c4)](_0x3f67a6){const _0x35c9ca=_0x35dbe5;let _0x3b38f9=[...this[_0x35c9ca(0x586)](_0x3f67a6[_0x35c9ca(0x4bd)]),{'hostUnitId':_0x3f67a6[_0x35c9ca(0x4bd)],'embedId':_0x3f67a6[_0x35c9ca(0x5b8)],'childUnitId':_0x3f67a6['childUnitId']}];return this[_0x35c9ca(0x1b3)][_0x35c9ca(0x27d)](_0x3f67a6['childUnitId'],_0x3b38f9),_0xd3a08f(()=>{const _0x983f5=_0x35c9ca;this[_0x983f5(0x1b3)]['get'](_0x3f67a6['childUnitId'])===_0x3b38f9&&this[_0x983f5(0x1b3)][_0x983f5(0x5b4)](_0x3f67a6[_0x983f5(0x2ab)]);});}[_0x35dbe5(0x586)](_0x3d4d77){const _0x4756e8=_0x35dbe5;var _0x537868;return(_0x537868=this[_0x4756e8(0x1b3)][_0x4756e8(0x66a)](_0x3d4d77))==null?[]:_0x537868;}[_0x35dbe5(0x456)](_0x4e7ed9){const _0x440f5f=_0x35dbe5;var _0xb319ca;return(_0xb319ca=this[_0x440f5f(0x586)](_0x4e7ed9)['at'](-0x1))==null?void 0x0:_0xb319ca[_0x440f5f(0x5b8)];}};function pa(_0x364729){const _0x31ca23=_0x35dbe5;return typeof _0x364729==_0x31ca23(0x165)&&Number['isFinite'](_0x364729)&&_0x364729>=0x0?Math['floor'](_0x364729):0x1;}const ma=new Set([_0x35dbe5(0x31c),_0x35dbe5(0x532),_0x35dbe5(0x490),_0x35dbe5(0x5bd),_0x35dbe5(0x4c5),_0x35dbe5(0x397),_0x35dbe5(0x21f)]);function ha(_0x144597){const _0x1de121=_0x35dbe5;let _0x2720ae=_0x144597[_0x1de121(0x39f)]['get'](_0x32fce3),_0x1a9086=_0x2720ae[_0x1de121(0x55c)](_0x144597['childUnitId'],_0x144597[_0x1de121(0x674)]);if(!_0x1a9086)return;let _0x329061=_a(_0x2720ae,_0x144597,_0x1a9086,new _0x5ae71e(_0x1a9086),new _0x5ae71e(_0x1a9086[_0x1de121(0x5d0)]())),_0x10c6dd=ba(_0x144597),_0xb06c47=ya(_0x144597[_0x1de121(0x39f)]['get'](_0x1cbf8c),_0x144597,_0x2720ae,_0x10c6dd),_0x5076e6=new Map([[_0x32fce3,_0x329061],[_0x1cbf8c,_0xb06c47]]);_0x144597[_0x1de121(0x39f)]['has'](fa)&&_0x5076e6[_0x1de121(0x27d)](fa,_0x144597[_0x1de121(0x39f)][_0x1de121(0x66a)](fa));let _0x28d405=Sa(_0x144597[_0x1de121(0x39f)],_0x144597[_0x1de121(0x674)]);_0x28d405&&_0x5076e6[_0x1de121(0x27d)](_0x3e88e5,_0x28d405);let _0x58c17=Oa(_0x144597[_0x1de121(0x39f)],_0x5076e6),_0x29b3b5=[];if(_0x144597[_0x1de121(0x39f)][_0x1de121(0x629)](_0x295782)){let _0x1dfa0f=_0x144597[_0x1de121(0x39f)][_0x1de121(0x66a)](_0x295782);_0x29b3b5['push'](_0x1dfa0f[_0x1de121(0x280)]({'unitId':_0x144597[_0x1de121(0x2ab)],'has':_0x26d8ae=>_0x58c17['has'](_0x26d8ae),'get':_0x4e56b8=>_0x58c17['get'](_0x4e56b8)}));}let _0x2a2c54=qa(_0x144597['injector'],_0x58c17);if(_0x2a2c54){_0x58c17[_0x1de121(0x310)]([_0x5388c8,{'useValue':_0x2a2c54}]);let _0x2feb3a=new _0x4bd0a7(_0x2a2c54,_0x329061);_0x58c17[_0x1de121(0x310)]([_0xb4e626,{'useValue':_0x2feb3a}]),_0x29b3b5[_0x1de121(0x2b2)](_0x2feb3a);}if(_0x144597[_0x1de121(0x3ec)][_0x1de121(0x1c6)]){let _0x271b69=Ya(_0x58c17,_0x144597[_0x1de121(0x2ab)]),_0x4f7b8e=new _0x209ace(),_0x23aa18=new _0x4c2b19();_0x58c17[_0x1de121(0x310)]([_0x2e60d1,{'useValue':_0x271b69}]),_0x58c17[_0x1de121(0x310)]([_0x424e48,{'useValue':_0x4f7b8e}]),_0x58c17[_0x1de121(0x310)]([_0x5f1430,{'useValue':_0x23aa18}]),_0x29b3b5[_0x1de121(0x2b2)](_0x271b69,_0x4f7b8e,_0x23aa18);}else{let _0x253d27=Ja(_0x144597[_0x1de121(0x39f)],_0x58c17,_0x144597[_0x1de121(0x2ab)]);_0x253d27&&_0x58c17['add']([_0x2e60d1,{'useValue':_0x253d27}]);}let _0x377486=Xa(_0x144597[_0x1de121(0x39f)],_0x144597);if(_0x377486&&_0x58c17[_0x1de121(0x310)]([_0x8e49bd,{'useValue':_0x377486}]),_0x29b3b5['length']){let _0x30ee45=_0x58c17[_0x1de121(0x4d7)]['bind'](_0x58c17),_0x1eb2f9=!0x1;_0x58c17[_0x1de121(0x4d7)]=()=>{const _0x504ba2=_0x1de121;_0x1eb2f9||(_0x1eb2f9=!0x0,_0x29b3b5[_0x504ba2(0x27a)](_0x466b23=>_0x466b23['dispose']()),_0x30ee45());};}return _0x58c17;}function ga(_0x36af68,_0x41c6c3){const _0x5a1cfe=_0x35dbe5;if(!_0x36af68[_0x5a1cfe(0x629)](_0x3be403))return;let _0x56ff0a=_0x36af68[_0x5a1cfe(0x66a)](_0x3be403);return Oa(_0x36af68,new Map([[_0x3be403,Ea(_0x56ff0a,_0x41c6c3)]]));}function _a(_0x418f4c,_0x57bba9,_0x3177cf,_0x2eeb9c,_0x284df4){const _0x362de0=_0x35dbe5;return{'unitAdded$':_0x418f4c[_0x362de0(0x422)],'getTypeOfUnitAdded$':(..._0xd34ce8)=>_0x418f4c[_0x362de0(0x1a2)](..._0xd34ce8),'__addUnit':(..._0x449a63)=>_0x418f4c[_0x362de0(0x1bb)](..._0x449a63),'unitDisposed$':_0x418f4c['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0x8a4a6)=>_0x418f4c[_0x362de0(0x57e)](..._0x8a4a6),'focused$':_0x284df4[_0x362de0(0x4e9)](),'focusUnit':_0x15522f=>{const _0x25d734=_0x362de0;if(_0x15522f===null||va(_0x57bba9,_0x15522f)){_0x284df4['getValue']()!==_0x15522f&&_0x284df4[_0x25d734(0x5fc)](_0x15522f);return;}_0x418f4c['focusUnit'](_0x15522f);},'getFocusedUnit':()=>{const _0x51939d=_0x362de0;let _0x4fa69d=_0x284df4[_0x51939d(0x2a8)]();if(_0x4fa69d===null)return null;if(_0x4fa69d===_0x57bba9['childUnitId'])return _0x3177cf;if(_0x57f1aa(_0x4fa69d)){var _0x46e020;return(_0x46e020=_0x418f4c[_0x51939d(0x55c)](_0x4fa69d))==null?_0x3177cf:_0x46e020;}return _0x418f4c[_0x51939d(0x515)]();},'getCurrentUnitOfType':_0x3fb794=>_0x3fb794===_0x57bba9[_0x362de0(0x674)]?_0x2eeb9c['getValue']():_0x418f4c[_0x362de0(0x4d2)](_0x3fb794),'setCurrentUnitForType':_0x458acf=>{const _0x20417b=_0x362de0;if(va(_0x57bba9,_0x458acf)){_0x2eeb9c[_0x20417b(0x2a8)]()!==_0x3177cf&&_0x2eeb9c[_0x20417b(0x5fc)](_0x3177cf);return;}_0x418f4c['setCurrentUnitForType'](_0x458acf);},'getCurrentTypeOfUnit$':_0x54aa3f=>_0x54aa3f===_0x57bba9['childType']?_0x2eeb9c['asObservable']():_0x418f4c[_0x362de0(0x4ab)](_0x54aa3f),'createUnit':(..._0x2bca0a)=>_0x418f4c['createUnit'](..._0x2bca0a),'getUnitCreateOptions':(..._0x518e33)=>_0x418f4c[_0x362de0(0x4fd)](..._0x518e33),'disposeUnit':(..._0xff271b)=>_0x418f4c[_0x362de0(0x2ba)](..._0xff271b),'registerCtorForType':(..._0x324973)=>_0x418f4c[_0x362de0(0x547)](..._0x324973),'changeDoc':(..._0x2aae69)=>_0x418f4c[_0x362de0(0x4ca)](..._0x2aae69),'getUnit':(..._0x102ec4)=>_0x418f4c[_0x362de0(0x55c)](..._0x102ec4),'getAllUnitsForType':(..._0x29b958)=>_0x418f4c[_0x362de0(0x3e6)](..._0x29b958),'getUnitType':(..._0x906469)=>_0x418f4c[_0x362de0(0x518)](..._0x906469),'getUniverSheetInstance':(..._0x3de3a8)=>_0x418f4c['getUniverSheetInstance'](..._0x3de3a8),'dispose':()=>{}};}function va(_0x4de346,_0x237ec7){const _0x1a211c=_0x35dbe5;return _0x237ec7===_0x4de346[_0x1a211c(0x2ab)]||_0x57f1aa(_0x237ec7);}function ya(_0x18d5aa,_0x6d05e6,_0x1450ee,_0x387a46){const _0x32affb=_0x35dbe5;return{'disposed':()=>_0x18d5aa[_0x32affb(0x443)](),'hasCommand':_0x3ebe0c=>_0x18d5aa[_0x32affb(0x1ca)](_0x3ebe0c),'registerCommand':(..._0x5c754c)=>_0x18d5aa[_0x32affb(0x449)](..._0x5c754c),'unregisterCommand':_0x4f5513=>_0x18d5aa['unregisterCommand'](_0x4f5513),'registerMultipleCommand':(..._0x36c52d)=>_0x18d5aa['registerMultipleCommand'](..._0x36c52d),'executeCommand':async(..._0x2a88cc)=>{const _0x50e8b3=_0x32affb;var _0x3440bb,_0x171eb1;let _0x1d5646=()=>_0x18d5aa[_0x50e8b3(0x628)](_0x2a88cc[0x0],Da(_0x6d05e6,_0x2a88cc[0x0],_0x2a88cc[0x1]),_0x2a88cc[0x2]);if(!_0x387a46)return await _0x1d5646();let _0x3727de=_0x1450ee[_0x50e8b3(0x4d2)](_0x6d05e6[_0x50e8b3(0x674)]),_0x57e6cb=(_0x3440bb=(_0x171eb1=_0x1450ee[_0x50e8b3(0x515)]())==null?void 0x0:_0x171eb1[_0x50e8b3(0x5d0)]())==null?null:_0x3440bb;try{return _0x1450ee[_0x50e8b3(0x2c1)](_0x6d05e6[_0x50e8b3(0x2ab)]),_0x1450ee[_0x50e8b3(0x404)](_0x6d05e6[_0x50e8b3(0x2ab)]),await _0x1d5646();}finally{_0x3727de&&_0x1450ee[_0x50e8b3(0x2c1)](_0x3727de[_0x50e8b3(0x5d0)]()),ka(_0x6d05e6,_0x1450ee,_0x57e6cb);}},'syncExecuteCommand':(..._0x440966)=>{const _0x390692=_0x32affb;var _0x1fa0e9,_0x1e5b9e;let _0x509693=()=>_0x18d5aa['syncExecuteCommand'](_0x440966[0x0],Da(_0x6d05e6,_0x440966[0x0],_0x440966[0x1]),_0x440966[0x2]);if(!_0x387a46)return _0x509693();let _0xf81d1a=_0x1450ee[_0x390692(0x4d2)](_0x6d05e6[_0x390692(0x674)]),_0x47ecff=(_0x1fa0e9=(_0x1e5b9e=_0x1450ee[_0x390692(0x515)]())==null?void 0x0:_0x1e5b9e[_0x390692(0x5d0)]())==null?null:_0x1fa0e9;try{return _0x1450ee['setCurrentUnitForType'](_0x6d05e6[_0x390692(0x2ab)]),_0x1450ee[_0x390692(0x404)](_0x6d05e6[_0x390692(0x2ab)]),_0x509693();}finally{_0xf81d1a&&_0x1450ee[_0x390692(0x2c1)](_0xf81d1a[_0x390692(0x5d0)]()),ka(_0x6d05e6,_0x1450ee,_0x47ecff);}},'onCommandExecuted':(..._0x5c9b50)=>_0x18d5aa[_0x32affb(0x1f8)](..._0x5c9b50),'beforeCommandExecuted':(..._0x1b58f4)=>_0x18d5aa[_0x32affb(0x462)](..._0x1b58f4),'onMutationExecutedForCollab':(..._0x25778c)=>_0x18d5aa[_0x32affb(0x646)](..._0x25778c),'dispose':()=>{}};}function ba(_0x2224f6){const _0x2a2af4=_0x35dbe5;return _0x2224f6['renderScope'][_0x2a2af4(0x1c6)]||_0x2224f6[_0x2a2af4(0x624)][_0x2a2af4(0x2ad)]===_0x2a2af4(0x31a)?!0x0:xa(_0x2224f6);}function xa(_0x20f450){const _0x2fcb41=_0x35dbe5;var _0x1e91e6;return _0x20f450['descriptor'][_0x2fcb41(0x2ad)]===_0x2fcb41(0x5c6)||_0x20f450[_0x2fcb41(0x624)][_0x2fcb41(0x2ad)]===_0x2fcb41(0x240)||_0x20f450['descriptor'][_0x2fcb41(0x2ad)]===_0x2fcb41(0x1aa)||_0x20f450['layout']===_0x2fcb41(0x3b6)||!!((_0x1e91e6=_0x20f450['descriptor'][_0x2fcb41(0x5e0)])!=null&&_0x1e91e6['tab']);}function Sa(_0x3609b6,_0xb16c1){const _0x4c20f9=_0x35dbe5;var _0x4449fb;if(!_0x3609b6[_0x4c20f9(0x629)](_0x3e88e5))return;let _0x2345e1=_0x3609b6[_0x4c20f9(0x66a)](_0x3e88e5),_0x5380cb=Ca(_0xb16c1),_0x4f6533=new _0x542213();return{'contextChanged$':_0x218648(((_0x4449fb=_0x2345e1['contextChanged$'])==null?_0x5f1778:_0x4449fb)['pipe'](_0x543b46(_0x24ad19=>Object[_0x4c20f9(0x382)](Object[_0x4c20f9(0x560)](_0x24ad19)[_0x4c20f9(0x5cb)](([_0x397219])=>!Ta(_0x397219)))),_0xba69b6(_0x20d460=>Object[_0x4c20f9(0x5b6)](_0x20d460)[_0x4c20f9(0x446)]>0x0)),_0x4f6533),'getContextValue':_0x3be3de=>Ta(_0x3be3de)?wa(_0x5380cb,_0x3be3de):_0x2345e1[_0x4c20f9(0x222)](_0x3be3de),'setContextValue':(_0x102db9,_0x258d42)=>{const _0x2440e7=_0x4c20f9;if(!Ta(_0x102db9)){_0x2345e1['setContextValue'](_0x102db9,_0x258d42);return;}_0x5380cb[_0x2440e7(0x27d)](_0x102db9,_0x258d42),_0x4f6533['next']({[_0x102db9]:_0x258d42});},'subscribeContextValue$':_0x4a2482=>Ta(_0x4a2482)?new _0xff46c4(_0x1b33be=>{const _0x75ac15=_0x4c20f9;let _0x312730=_0x4f6533[_0x75ac15(0x219)](_0xba69b6(_0x353083=>_0x353083[_0x4a2482]!==void 0x0))[_0x75ac15(0x30e)](_0x3ac7e9=>_0x1b33be[_0x75ac15(0x5fc)](_0x3ac7e9[_0x4a2482]));return _0x1b33be[_0x75ac15(0x5fc)](wa(_0x5380cb,_0x4a2482)),()=>_0x312730[_0x75ac15(0x2cc)]();}):_0x2345e1[_0x4c20f9(0x663)](_0x4a2482)};}function Ca(_0xb8d240){const _0x43de30=_0x35dbe5;return new Map([[_0x232b64,!0x0],[_0x1a85d7,_0xb8d240===_0x140e49[_0x43de30(0x227)]],[_0x4f347f,_0xb8d240===_0x140e49[_0x43de30(0x43a)]],[_0x366b63,_0xb8d240===_0x140e49['UNIVER_SLIDE']]]);}function wa(_0xf529f0,_0x176ddb){const _0x432e92=_0x35dbe5;var _0x1c7c46;return(_0x1c7c46=_0xf529f0[_0x432e92(0x66a)](_0x176ddb))==null?!0x1:_0x1c7c46;}function Ta(_0x4092a9){const _0x256c24=_0x35dbe5;return _0x4092a9[_0x256c24(0x3e2)](_0x256c24(0x292))||_0x4092a9===_0x54958f||_0x4092a9===_0x149f75;}function Ea(_0x48f0d8,_0x5242ab){const _0x1c053a=_0x35dbe5;return{'getConfig':_0x46b46e=>{const _0x306277=_0x3c26;let _0x21d8c1=_0x48f0d8[_0x306277(0x303)](_0x46b46e),_0x45ae0a=_0x5242ab[_0x306277(0x66a)](_0x46b46e);return _0x45ae0a?_0x45ae0a(_0x21d8c1):_0x21d8c1;},'setConfig':_0x48f0d8[_0x1c053a(0x5a9)][_0x1c053a(0x27b)](_0x48f0d8),'deleteConfig':_0x48f0d8[_0x1c053a(0x255)][_0x1c053a(0x27b)](_0x48f0d8),'subscribeConfigValue$':_0x48f0d8[_0x1c053a(0x336)]['bind'](_0x48f0d8),'configChanged$':_0x48f0d8[_0x1c053a(0x481)],'dispose':()=>{}};}function Da(_0x258131,_0x43646c,_0x42a646){const _0x404447=_0x35dbe5;if(_0x43646c!==_0x3f0006['id']||!_0x42a646||typeof _0x42a646!=_0x404447(0x64e))return _0x42a646;let _0x515eb3=_0x42a646;return _0x515eb3[_0x404447(0x4f9)]?_0x515eb3:{..._0x515eb3,'parentEmbedId':_0x258131[_0x404447(0x5b8)]};}function Oa(_0x8dc7a7,_0x185c35,_0x167cdb=_0x8dc7a7){const _0x1cb629=_0x35dbe5;var _0x495549;let _0x4acbdc=(_0x495549=Ba(_0x8dc7a7))==null?_0x167cdb:_0x495549,_0x419bed=new Map(_0x185c35),_0x3480eb=new Map(),_0x1d5879=new Set(),_0x21325b=new Map(),_0x5d7576;_0x419bed[_0x1cb629(0x27a)]((_0xcd0d58,_0x1a8d74)=>{_0x3be02d(_0x1a8d74);});function _0x3be02d(_0x49b57b){const _0x4f0069=_0x1cb629;let _0x8b34e=ja(_0x49b57b);return _0x1d5879[_0x4f0069(0x310)](_0x8b34e),_0x21325b['has'](_0x8b34e)||_0x21325b[_0x4f0069(0x27d)](_0x8b34e,_0x49b57b),_0x8b34e;}let _0x4c5697=_0x19f3e6=>{const _0x343cb4=_0x1cb629;var _0x1d122a;return _0x419bed['has'](_0x19f3e6)||_0x3480eb[_0x343cb4(0x629)](_0x19f3e6)||(_0x1d122a=_0x21325b[_0x343cb4(0x66a)](ja(_0x19f3e6)))==null?_0x19f3e6:_0x1d122a;},_0x3c8baa=_0x305265=>{const _0x2bb89f=_0x1cb629;let _0x16c40b=_0x4c5697(_0x305265);if(_0x419bed[_0x2bb89f(0x629)](_0x16c40b))return _0x419bed[_0x2bb89f(0x66a)](_0x16c40b);let _0x412781=_0x3480eb[_0x2bb89f(0x66a)](_0x16c40b);if(!_0x412781)return;let _0x1a994a=_0x412781();return _0x3480eb[_0x2bb89f(0x5b4)](_0x16c40b),_0x419bed['set'](_0x16c40b,_0x1a994a),La(_0x5d7576,_0x16c40b,_0x1a994a),_0x16c40b!==_0x305265&&La(_0x5d7576,_0x305265,_0x1a994a),_0x1a994a;},_0x410d3a=_0x1690aa=>{const _0x1ff85c=_0x1cb629;let _0x34b0fa=_0x4c5697(_0x1690aa);return _0x419bed[_0x1ff85c(0x629)](_0x34b0fa)||_0x3480eb['has'](_0x34b0fa);},_0x507ea0=_0x3605f4=>_0x1d5879[_0x1cb629(0x629)](ja(_0x3605f4)),_0x2e5382=_0x459dcd=>ma['has'](ja(_0x459dcd)),_0x44fa5e=_0x1328f8=>!_0x507ea0(_0x1328f8)&&_0x8dc7a7[_0x1cb629(0x629)](_0x1328f8),_0x4b2d56=()=>{const _0x160323=_0x1cb629;if(_0x5d7576)return _0x5d7576;let _0x2f37b1=_0x8dc7a7[_0x160323(0x5b7)];if(typeof _0x2f37b1==_0x160323(0x5e7))return _0x5d7576=_0x2f37b1[_0x160323(0x4df)](_0x8dc7a7,[...Ga(_0x419bed),[_0x1b35f4,{'useFactory':()=>_0x5d7576}]]),_0x5d7576;},_0x220d5c={'has':_0x1f7d18=>{const _0x41ff85=_0x1cb629;var _0x4e594d;if(_0x1f7d18===_0x1b35f4||_0x410d3a(_0x1f7d18)||_0x44fa5e(_0x1f7d18))return!0x0;let _0x2e16c4=_0x4b2d56();return(_0x4e594d=_0x2e16c4==null?void 0x0:_0x2e16c4['has'](_0x1f7d18))==null?_0x8dc7a7[_0x41ff85(0x629)](_0x1f7d18):_0x4e594d;},'get':(_0x46c4f5,..._0x394c46)=>{const _0x152e71=_0x1cb629;if(_0x46c4f5===_0x1b35f4)return _0x220d5c;if(Ma(_0x394c46,_0x5d1599[_0x152e71(0x2fb)])){let _0x4579a9=_0x4b2d56();_0xb33050(_0x4579a9,_0x46c4f5);let _0x19e661=Fa(_0x4579a9,_0x46c4f5);return _0x19e661['resolved']?_0x19e661[_0x152e71(0x4e8)]:Pa(_0x4579a9||_0x8dc7a7,_0x46c4f5,_0x394c46);}return _0x410d3a(_0x46c4f5)?_0x3c8baa(_0x46c4f5):Ma(_0x394c46,_0x5d1599[_0x152e71(0x527)])?Pa(_0x8dc7a7,_0x46c4f5,Na(_0x394c46,_0x5d1599[_0x152e71(0x527)])):_0x44fa5e(_0x46c4f5)?Pa(_0x8dc7a7,_0x46c4f5,_0x394c46):Pa(_0x4b2d56()||_0x8dc7a7,_0x46c4f5,_0x394c46);},'invoke':(_0x303f88,..._0x358f13)=>_0x303f88({'has':_0x5f3756=>{const _0x13bba8=_0x1cb629;var _0x3b2998;if(_0x5f3756===_0x1b35f4||_0x410d3a(_0x5f3756)||_0x44fa5e(_0x5f3756))return!0x0;let _0x35ff3d=_0x4b2d56();return(_0x3b2998=_0x35ff3d==null?void 0x0:_0x35ff3d[_0x13bba8(0x629)](_0x5f3756))==null?_0x8dc7a7[_0x13bba8(0x629)](_0x5f3756):_0x3b2998;},'get':(_0x12db72,..._0x19bb2f)=>{const _0x386f8c=_0x1cb629;if(_0x12db72===_0x1b35f4)return _0x220d5c;if(Ma(_0x19bb2f,_0x5d1599[_0x386f8c(0x2fb)])){let _0x37695f=_0x4b2d56();_0xb33050(_0x37695f,_0x12db72);let _0x1ef9ee=Fa(_0x37695f,_0x12db72);return _0x1ef9ee['resolved']?_0x1ef9ee['value']:Pa(_0x37695f||_0x8dc7a7,_0x12db72,_0x19bb2f);}return _0x410d3a(_0x12db72)?_0x3c8baa(_0x12db72):Ma(_0x19bb2f,_0x5d1599[_0x386f8c(0x527)])?Pa(_0x8dc7a7,_0x12db72,Na(_0x19bb2f,_0x5d1599[_0x386f8c(0x527)])):_0x44fa5e(_0x12db72)?Pa(_0x8dc7a7,_0x12db72,_0x19bb2f):Pa(_0x4b2d56()||_0x8dc7a7,_0x12db72,_0x19bb2f);}},..._0x358f13),'add':_0x29a251=>{const _0x3ce851=_0x1cb629;let _0x54546f=Ka(_0x29a251);if(_0x54546f){if(_0x54546f['kind']!==_0x3ce851(0x484)&&_0x44fa5e(_0x54546f[_0x3ce851(0x4a1)])&&!_0x2e5382(_0x54546f[_0x3ce851(0x4a1)]))return;let _0xa6778d=ja(_0x54546f[_0x3ce851(0x4a1)]);if(_0x1d5879[_0x3ce851(0x629)](_0xa6778d))return;if(_0x3be02d(_0x54546f[_0x3ce851(0x4a1)]),_0x54546f[_0x3ce851(0x1f7)]===_0x3ce851(0x4e8))_0x3480eb['delete'](_0x54546f['identifier']),_0x419bed[_0x3ce851(0x27d)](_0x54546f['identifier'],_0x54546f[_0x3ce851(0x4e8)]);else{let _0x23a7f4=_0x4b2d56();_0x23a7f4?za(_0x23a7f4,_0x54546f['identifier'])||_0x23a7f4[_0x3ce851(0x310)](_0x29a251):(_0x419bed[_0x3ce851(0x5b4)](_0x54546f[_0x3ce851(0x4a1)]),_0x3480eb['set'](_0x54546f[_0x3ce851(0x4a1)],_0x54546f[_0x3ce851(0x484)]));}return;}let _0x388b05=ja(Aa(_0x29a251));if(_0x388b05!=null){if(_0x1d5879[_0x3ce851(0x629)](_0x388b05))return;_0x3be02d(Aa(_0x29a251));}let _0x146181=_0x4b2d56();if(_0x146181){_0x146181[_0x3ce851(0x310)](_0x29a251);return;}_0x8dc7a7[_0x3ce851(0x310)](_0x29a251);},'createChild':(_0x4ddef1=[])=>{const _0x40474e=_0x1cb629;let _0x201f2d=new Map(_0x419bed),_0x18a30e=[];_0x4ddef1[_0x40474e(0x27a)](_0xa454a=>{const _0x51bd73=_0x40474e;let _0x3d7372=Ka(_0xa454a);if((_0x3d7372==null?void 0x0:_0x3d7372[_0x51bd73(0x1f7)])===_0x51bd73(0x4e8)){_0x201f2d['set'](_0x3d7372['identifier'],_0x3d7372[_0x51bd73(0x4e8)]);return;}_0x18a30e['push'](_0xa454a);});let _0x384d57=Oa(_0x8dc7a7,_0x201f2d,_0x4acbdc);return _0x18a30e['forEach'](_0x999c68=>{const _0x2e99ec=_0x40474e;_0x384d57[_0x2e99ec(0x310)](_0x999c68);}),_0x384d57;},'createInstance':(..._0x5b20bf)=>{const _0x4626f4=_0x1cb629;let _0xa38905=_0x4b2d56(),_0x4be9a3=_0xa38905==null?void 0x0:_0xa38905[_0x4626f4(0x184)];if(_0xa38905&&typeof _0x4be9a3=='function')return _0x101868(_0xa38905,_0x5b20bf[0x0]),_0x4be9a3['apply'](_0xa38905,_0x5b20bf);let _0x142457=_0x8dc7a7['createInstance'];if(typeof _0x142457==_0x4626f4(0x5e7))return _0x142457[_0x4626f4(0x23a)](_0x8dc7a7,_0x5b20bf);let [_0x5653c2,..._0x4bbbe2]=_0x5b20bf;return new _0x5653c2(..._0x4bbbe2);},'dispose':()=>{const _0x3b55a9=_0x1cb629;_0x5d7576&&Va(_0x5d7576,_0x4acbdc,_0x419bed[_0x3b55a9(0x1c5)]()),_0x5d7576=void 0x0,_0x1d5879['clear'](),_0x21325b[_0x3b55a9(0x608)](),_0x3480eb[_0x3b55a9(0x608)]();}};function _0xb33050(_0x3cd188,_0x420927){!_0x3cd188||!_0x410d3a(_0x420927)||La(_0x3cd188,_0x420927,_0x3c8baa(_0x420927));}function _0x101868(_0x421d54,_0x1a3cb7){Ra(_0x1a3cb7)['forEach'](_0x6dd58e=>_0xb33050(_0x421d54,_0x6dd58e));}return _0x220d5c[_0x1cb629(0x63c)]=_0x4acbdc,_0x220d5c;}function ka(_0x57654c,_0x4f41c7,_0x49aa01){const _0xe172c1=_0x35dbe5;let _0x4e9bcd=_0x57654c[_0xe172c1(0x39f)][_0xe172c1(0x629)](X)?_0x57654c[_0xe172c1(0x39f)][_0xe172c1(0x66a)](X):void 0x0;_0x4f41c7[_0xe172c1(0x404)](_0x4e9bcd!=null&&_0x4e9bcd[_0xe172c1(0x3c3)](_0x57654c['embedId'])?_0x57654c[_0xe172c1(0x2ab)]:_0x49aa01);}function Aa(_0x267480){const _0x22213d=_0x35dbe5;return Array[_0x22213d(0x357)](_0x267480)?_0x267480[0x0]:_0x267480;}function ja(_0x490188){const _0x437226=_0x35dbe5;let _0x47ffd9=_0x490188==null?void 0x0:_0x490188[_0x437226(0x4cc)];return typeof _0x47ffd9==_0x437226(0x3fa)&&_0x47ffd9?_0x437226(0x2bd)+_0x47ffd9:_0x490188;}function Ma(_0x3bd6db,_0x136992){const _0x299e16=_0x35dbe5;return _0x3bd6db[_0x299e16(0x64f)](_0x136992);}function Na(_0xc0f8d4,_0x1b5125){const _0x2db828=_0x35dbe5;return _0xc0f8d4[_0x2db828(0x5cb)](_0x297388=>_0x297388!==_0x1b5125);}function Pa(_0x27b5cd,_0x1573de,_0x2b5446){const _0xb3399d=_0x35dbe5;return _0x27b5cd[_0xb3399d(0x66a)](_0x1573de,..._0x2b5446);}function Fa(_0x4abf67,_0x1c2fc2){const _0x361bc2=_0x35dbe5;var _0x25cc88;let _0x126ecc=_0x4abf67==null||(_0x25cc88=_0x4abf67['resolvedDependencyCollection'])==null?void 0x0:_0x25cc88['resolvedDependencies'];if(!_0x126ecc)return{'resolved':!0x1};let _0x1391e4=Ia(_0x126ecc[_0x361bc2(0x66a)](_0x1c2fc2));if(_0x1391e4[_0x361bc2(0x3ae)])return _0x1391e4;let _0x188265=ja(_0x1c2fc2);for(let [_0x55f59f,_0x44525e]of _0x126ecc){if(_0x55f59f===_0x1c2fc2||ja(_0x55f59f)!==_0x188265)continue;let _0x1c9809=Ia(_0x44525e);if(_0x1c9809[_0x361bc2(0x3ae)])return _0x1c9809;}return{'resolved':!0x1};}function Ia(_0x617cb1){const _0x147be9=_0x35dbe5;return!_0x617cb1||_0x617cb1[_0x147be9(0x446)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x617cb1[0x0]};}function La(_0x383f4e,_0x161ea4,_0x5e53d9){const _0x45410d=_0x35dbe5;!_0x383f4e||za(_0x383f4e,_0x161ea4)||_0x383f4e[_0x45410d(0x310)]([_0x161ea4,{'useValue':_0x5e53d9}]);}function Ra(_0x50fca9){const _0x8ac9cd=_0x35dbe5;if(!_0x50fca9||typeof _0x50fca9!='function'&&typeof _0x50fca9!=_0x8ac9cd(0x64e))return[];for(let _0x92fb59 of Object[_0x8ac9cd(0x50a)](_0x50fca9)){let _0x60b3c6=_0x50fca9[_0x92fb59];if(!Array[_0x8ac9cd(0x357)](_0x60b3c6))continue;let _0x64c7=_0x60b3c6['map'](_0x57be50=>_0x57be50==null?void 0x0:_0x57be50[_0x8ac9cd(0x4a1)])[_0x8ac9cd(0x5cb)](_0x3db51e=>_0x3db51e!==void 0x0);if(_0x64c7[_0x8ac9cd(0x446)])return _0x64c7;}return[];}function za(_0x4d44aa,_0x1bdc35){const _0xca8269=_0x35dbe5;var _0x30d5a1,_0x1f42ff,_0x4cf23e,_0x96447f;let _0x51f9c1=_0x4d44aa;return!!(!((_0x30d5a1=_0x51f9c1[_0xca8269(0x3fd)])==null||(_0x1f42ff=_0x30d5a1['has'])==null)&&_0x1f42ff['call'](_0x30d5a1,_0x1bdc35)||!((_0x4cf23e=_0x51f9c1['resolvedDependencyCollection'])==null||(_0x96447f=_0x4cf23e[_0xca8269(0x629)])==null)&&_0x96447f[_0xca8269(0x4df)](_0x4cf23e,_0x1bdc35));}function Ba(_0x197f23){const _0x259185=_0x35dbe5;return _0x197f23[_0x259185(0x63c)];}function Va(_0x206527,_0x3dcfe7,_0x707889=[]){const _0x3e8e7f=_0x35dbe5;let _0x720d78=Ha(_0x3dcfe7);for(let _0x1e8014 of _0x707889)_0x720d78[_0x3e8e7f(0x310)](_0x1e8014);Ua(_0x206527,_0x720d78),_0x206527[_0x3e8e7f(0x4d7)]();}function Ha(_0x10cf01){const _0x49e0a2=_0x35dbe5;let _0x5b48a2=new Set(),_0x4c9eac=Wa(_0x10cf01);return _0x4c9eac&&_0x4c9eac[_0x49e0a2(0x27a)](_0x5f5342=>{const _0x2ec8ca=_0x49e0a2;Array[_0x2ec8ca(0x357)](_0x5f5342)&&_0x5f5342[_0x2ec8ca(0x27a)](_0x4f8e95=>_0x5b48a2['add'](_0x4f8e95));}),_0x5b48a2;}function Ua(_0x5d00e1,_0x92d6b0,_0x44419b=new Set()){const _0x1c191d=_0x35dbe5;if(_0x44419b['has'](_0x5d00e1))return;_0x44419b[_0x1c191d(0x310)](_0x5d00e1);let _0x3312b0=_0x5d00e1[_0x1c191d(0x475)];_0x3312b0==null||_0x3312b0[_0x1c191d(0x27a)](_0x32b34a=>Ua(_0x32b34a,_0x92d6b0,_0x44419b));let _0x1a2f8c=Wa(_0x5d00e1);_0x1a2f8c&&_0x1a2f8c['forEach']((_0x3dacf8,_0x291d5a)=>{const _0x41e425=_0x1c191d;if(!Array[_0x41e425(0x357)](_0x3dacf8))return;let _0x998c8=_0x3dacf8[_0x41e425(0x5cb)](_0x55d2de=>!_0x92d6b0[_0x41e425(0x629)](_0x55d2de));if(_0x998c8[_0x41e425(0x446)]!==_0x3dacf8[_0x41e425(0x446)]){if(_0x998c8['length']===0x0){_0x1a2f8c[_0x41e425(0x5b4)](_0x291d5a);return;}_0x1a2f8c[_0x41e425(0x27d)](_0x291d5a,_0x998c8);}});}function Wa(_0x2780fb){const _0x54c8e4=_0x35dbe5;var _0x142742;return(_0x142742=_0x2780fb[_0x54c8e4(0x180)])==null?void 0x0:_0x142742[_0x54c8e4(0x448)];}function Ga(_0x59f67a){const _0x473f53=_0x35dbe5;return Array[_0x473f53(0x591)](_0x59f67a,([_0x37471d,_0x3d09d9])=>[_0x37471d,{'useValue':_0x3d09d9}]);}function Ka(_0x23a11a){const _0x32b5d2=_0x35dbe5;if(!Array[_0x32b5d2(0x357)](_0x23a11a)||_0x23a11a['length']<0x2)return;let [_0x2c927c,_0x1e2f9d]=_0x23a11a;if(!(!_0x1e2f9d||typeof _0x1e2f9d!=_0x32b5d2(0x64e))){if('useValue'in _0x1e2f9d)return{'kind':_0x32b5d2(0x4e8),'identifier':_0x2c927c,'value':_0x1e2f9d[_0x32b5d2(0x208)]};if(typeof _0x1e2f9d[_0x32b5d2(0x254)]=='function')return{'kind':_0x32b5d2(0x484),'identifier':_0x2c927c,'factory':_0x1e2f9d[_0x32b5d2(0x254)]};}}function qa(_0x1c1b55,_0x5449df){const _0x46ca17=_0x35dbe5;if(!_0x1c1b55['has'](_0x5388c8))return;let _0x3d0847=_0x1c1b55[_0x46ca17(0x66a)](_0x5388c8),_0x4e8a38=_0x3d0847[_0x46ca17(0x1a1)];return typeof _0x4e8a38==_0x46ca17(0x5e7)?_0x4e8a38[_0x46ca17(0x4df)](_0x3d0847,_0x5449df):_0x3d0847;}function Ja(_0x3c1de6,_0x208b8a,_0x45dece){const _0xb2da2d=_0x35dbe5;if(!_0x3c1de6[_0xb2da2d(0x629)](_0x2e60d1))return;let _0x3b44cf=_0x3c1de6[_0xb2da2d(0x66a)](_0x2e60d1);return{get 'disabled'(){const _0x17f8c9=_0xb2da2d;return _0x3b44cf[_0x17f8c9(0x5b9)];},set 'disabled'(_0x2d55e1){const _0x266349=_0xb2da2d;_0x3b44cf[_0x266349(0x5b9)]=_0x2d55e1;},get 'visible'(){const _0x28aa66=_0xb2da2d;return _0x3b44cf[_0x28aa66(0x324)];},'enable':()=>_0x3b44cf[_0xb2da2d(0x3ac)](),'disable':()=>_0x3b44cf[_0xb2da2d(0x675)](),'triggerContextMenu':(_0x1968a5,_0x1504e6,_0x27f770)=>{const _0xa9b433=_0xb2da2d;var _0xb4109c;_0x3b44cf[_0xa9b433(0x3db)](_0x1968a5,_0x1504e6,{..._0x27f770,'unitId':(_0xb4109c=_0x27f770==null?void 0x0:_0x27f770[_0xa9b433(0x44d)])==null?_0x45dece:_0xb4109c});},'hideContextMenu':()=>_0x3b44cf['hideContextMenu'](),'registerContextMenuHandler':_0x40a57a=>_0x3b44cf[_0xb2da2d(0x657)](_0x40a57a)};}function Ya(_0x5b02b5,_0x66f99a){const _0x45a136=_0x35dbe5;let _0x46dda2=new _0x5de307();return{get 'disabled'(){const _0x362d04=_0x3c26;return _0x46dda2[_0x362d04(0x5b9)];},set 'disabled'(_0x517216){_0x46dda2['disabled']=_0x517216;},get 'visible'(){return _0x46dda2['visible'];},'enable':()=>_0x46dda2[_0x45a136(0x3ac)](),'disable':()=>_0x46dda2[_0x45a136(0x675)](),'triggerContextMenu':(_0x2605df,_0x1cd456,_0xa2c9ac)=>{const _0x216ac6=_0x45a136;var _0x2407ab;_0x46dda2[_0x216ac6(0x3db)](_0x2605df,_0x1cd456,{..._0xa2c9ac,'unitId':(_0x2407ab=_0xa2c9ac==null?void 0x0:_0xa2c9ac[_0x216ac6(0x44d)])==null?_0x66f99a:_0x2407ab});},'hideContextMenu':()=>_0x46dda2[_0x45a136(0x55e)](),'registerContextMenuHandler':_0x703877=>_0x46dda2['registerContextMenuHandler'](_0x703877),'dispose':()=>_0x46dda2[_0x45a136(0x4d7)]()};}function Xa(_0x1dd269,_0x4f5f2d){const _0x4dfaee=_0x35dbe5;var _0x11f56a,_0x5b45f7,_0x4938f1,_0x308805,_0x3475fc;if(!_0x1dd269[_0x4dfaee(0x629)](_0x8e49bd))return;let _0xbbeeca=_0x1dd269[_0x4dfaee(0x66a)](_0x8e49bd),_0x28d6c7=_0x1dd269[_0x4dfaee(0x629)](da)?_0x1dd269[_0x4dfaee(0x66a)](da):void 0x0,_0x586849=_0x1dd269[_0x4dfaee(0x629)](X)?_0x1dd269[_0x4dfaee(0x66a)](X):void 0x0,_0x3957b1=(_0x11f56a=(_0x5b45f7=_0x4f5f2d[_0x4dfaee(0x374)])==null||(_0x5b45f7=_0x5b45f7['roots'])==null?void 0x0:_0x5b45f7['root'])==null?_0x4f5f2d['renderScope'][_0x4dfaee(0x19b)]:_0x11f56a,_0x2c5de9=(_0x4938f1=(_0x308805=(_0x3475fc=_0x4f5f2d[_0x4dfaee(0x374)])==null||(_0x3475fc=_0x3475fc[_0x4dfaee(0x2e3)])==null?void 0x0:_0x3475fc['content'])==null?_0x4f5f2d[_0x4dfaee(0x3ec)][_0x4dfaee(0x5a4)]:_0x308805)==null?_0x3957b1:_0x4938f1,_0x5a3da8=new Set([_0x3957b1,_0x2c5de9]),_0x7317b6=(_0x34e239,_0x382f3e)=>{const _0x16191f=_0x4dfaee;_0x5a3da8[_0x16191f(0x310)](_0x34e239);let _0x50c6ed=_0x382f3e!=null&&_0x382f3e['registerChildInteraction']?Za(_0x34e239):void 0x0,_0x47778a=_0x382f3e!=null&&_0x382f3e[_0x16191f(0x286)]?_0x28d6c7==null?void 0x0:_0x28d6c7[_0x16191f(0x248)](_0x4f5f2d[_0x16191f(0x5b8)],_0x34e239):void 0x0,_0x3dfd7d=_0x382f3e!=null&&_0x382f3e[_0x16191f(0x286)]?_0x586849==null?void 0x0:_0x586849['registerElement']({'embedId':_0x4f5f2d[_0x16191f(0x5b8)],'role':_0x16191f(0x4db),'element':_0x34e239}):void 0x0;return _0xd3a08f(()=>{const _0x42f347=_0x16191f;_0x3dfd7d==null||_0x3dfd7d[_0x42f347(0x4d7)](),_0x47778a==null||_0x47778a[_0x42f347(0x4d7)](),_0x50c6ed==null||_0x50c6ed[_0x42f347(0x4d7)](),_0x5a3da8[_0x42f347(0x5b4)](_0x34e239);});},_0x510978=_0x2aac5d=>_0x2aac5d?[..._0x5a3da8][_0x4dfaee(0x65e)](_0x361a4b=>_0x361a4b===_0x2aac5d||_0x361a4b['contains'](_0x2aac5d)):!0x1;return{get 'isFocused'(){return _0xbbeeca['isFocused'];},get 'rootContainerElement'(){return _0x3957b1;},'focus':()=>_0xbbeeca['focus'](),'registerFocusHandler':(_0x42a555,_0x177d12)=>_0xbbeeca[_0x4dfaee(0x2ed)](_0x42a555,_0x177d12),'registerRootContainerElement':_0x7317b6,'registerContentElement':_0x7317b6,'registerContainerElement':_0x53b71d=>_0x7317b6(_0x53b71d,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x2c5de9,'checkElementInCurrentContainers':_0x15f002=>_0x510978(_0x15f002)||(_0x28d6c7==null?void 0x0:_0x28d6c7[_0x4dfaee(0x5a2)](_0x4f5f2d['embedId'],_0x15f002))||_0xbbeeca['checkElementInCurrentContainers'](_0x15f002),'checkContentIsFocused':()=>_0x510978(_0x2c5de9['ownerDocument']['activeElement'])||(_0x586849==null?void 0x0:_0x586849['hasChildInteractionLease'](_0x4f5f2d[_0x4dfaee(0x5b8)]))||_0xbbeeca[_0x4dfaee(0x1e4)]()};}function Za(_0x454a5a){const _0x21e4d0=_0x35dbe5;let _0x432ee3=new Map(),_0xa94de=_0x16d11c=>{const _0x5d6e32=_0x3c26;_0x432ee3['set'](_0x16d11c,_0x16d11c[_0x5d6e32(0x33b)](Y)),_0x16d11c[_0x5d6e32(0x534)](Y,_0x5d6e32(0x4db));};return _0xa94de(_0x454a5a),_0x454a5a[_0x21e4d0(0x182)]('*')['forEach'](_0xa94de),_0xd3a08f(()=>{const _0x419789=_0x21e4d0;_0x432ee3[_0x419789(0x27a)]((_0x27887b,_0x1a5fe2)=>{const _0x4b97ba=_0x419789;if(_0x27887b==null){_0x1a5fe2[_0x4b97ba(0x480)](Y);return;}_0x1a5fe2['setAttribute'](Y,_0x27887b);});});}function Qa(_0x75238c,_0x4ce043){const _0x13eed4=_0x35dbe5;var _0x2b87ef;let _0x250a07=(_0x2b87ef=eo(_0x75238c))==null?_0x75238c[_0x13eed4(0x39f)]:_0x2b87ef,_0xead6d1=_0x250a07!==_0x75238c['injector'],_0x4685a4=$a(_0x75238c),_0x414aa9={'descriptor':_0x75238c['descriptor'],'host':{'unitId':_0x75238c['hostUnitId'],'type':_0x75238c[_0x13eed4(0x624)]['hostType'],'anchorId':_0x75238c['descriptor'][_0x13eed4(0x666)],'entry':_0x75238c['descriptor']['entry'],'layout':no(_0x75238c)},'child':{'unitId':_0x75238c[_0x13eed4(0x2ab)],'type':_0x75238c[_0x13eed4(0x674)]},'injector':_0x250a07,'instanceService':to(_0x250a07,_0x32fce3),'commandService':to(_0x250a07,_0x1cbf8c),'menuManagerService':to(_0x250a07,_0x5388c8),'roots':_0x4685a4,'activate':()=>_0x4ce043(!0x0),'deactivate':()=>_0x4ce043(!0x1),'dispose':()=>{const _0x502d63=_0x13eed4;_0xead6d1&&_0x250a07[_0x502d63(0x4d7)]();}};return{'runtimeScope':_0x414aa9,'disposable':_0xd3a08f(()=>_0x414aa9['dispose']())};}function $a(_0x563f63){const _0x264b8a=_0x35dbe5;var _0x54eb2e,_0x2c07c0,_0x2e31d3,_0x32b3af,_0x1d4e7b,_0x5d59d4,_0x533f67,_0x49a66a,_0xf95904,_0x3eb3eb,_0x4b2293,_0x49bf04;let _0xbbdc97=_0x563f63['renderScope'][_0x264b8a(0x19b)],_0x5c8a70=(_0x54eb2e=(_0x2c07c0=_0x563f63[_0x264b8a(0x3ec)][_0x264b8a(0x5a4)])==null?ta(_0xbbdc97,'data-embed-content-root'):_0x2c07c0)==null?_0xbbdc97:_0x54eb2e,_0x597879=(_0x2e31d3=(_0x32b3af=_0x563f63[_0x264b8a(0x3ec)]['overlayRoot'])==null?ta(_0xbbdc97,_0x264b8a(0x1fd)):_0x32b3af)==null?_0xbbdc97:_0x2e31d3;return{'root':_0xbbdc97,'content':_0x5c8a70,'canvas':(_0x1d4e7b=(_0x5d59d4=_0x563f63[_0x264b8a(0x3ec)][_0x264b8a(0x4a4)])==null?ta(_0xbbdc97,_0x264b8a(0x265)):_0x5d59d4)==null?void 0x0:_0x1d4e7b,'overlay':_0x597879,'popup':(_0x533f67=(_0x49a66a=_0x563f63[_0x264b8a(0x3ec)][_0x264b8a(0x4f8)])==null?ta(_0xbbdc97,_0x264b8a(0x62f)):_0x49a66a)==null?_0x597879:_0x533f67,'menuSlot':(_0xf95904=(_0x3eb3eb=(_0x4b2293=_0x563f63[_0x264b8a(0x3ec)]['menuOutlet'])==null?void 0x0:_0x4b2293[_0x264b8a(0x4de)])==null?ta(_0xbbdc97,_0x264b8a(0x539)):_0x3eb3eb)==null?void 0x0:_0xf95904,'footerSlot':(_0x49bf04=ta(_0xbbdc97,_0x264b8a(0x488)))==null?void 0x0:_0x49bf04};}function eo(_0x365bc8){const _0x1dbb1a=_0x35dbe5;if(!(!_0x365bc8[_0x1dbb1a(0x39f)][_0x1dbb1a(0x629)](_0x32fce3)||!_0x365bc8[_0x1dbb1a(0x39f)][_0x1dbb1a(0x629)](_0x1cbf8c)))return ha(_0x365bc8);}function to(_0x24fc8f,_0x49d813){const _0x5a382e=_0x35dbe5;if(_0x24fc8f['has'](_0x49d813))return _0x24fc8f[_0x5a382e(0x66a)](_0x49d813);}function no(_0x348aaf){const _0x23aa8a=_0x35dbe5;var _0x5002ab,_0x291d61;switch(_0x348aaf['descriptor'][_0x23aa8a(0x2ad)]){case _0x23aa8a(0x31a):return'doc-flow';case'sheets-floating-object':case _0x23aa8a(0x454):case _0x23aa8a(0x162):return _0x23aa8a(0x412);case'sheets-sheet-tab':case _0x23aa8a(0x240):case'slides-page-list-block':return _0x23aa8a(0x3b6);default:break;}return _0x348aaf[_0x23aa8a(0x1ab)]==='tab-peer'||(_0x5002ab=_0x348aaf[_0x23aa8a(0x624)][_0x23aa8a(0x5e0)])!=null&&_0x5002ab['tab']?_0x23aa8a(0x3b6):(_0x291d61=_0x348aaf[_0x23aa8a(0x624)]['sourceMeta'])!=null&&_0x291d61['floating']?_0x23aa8a(0x412):_0x348aaf[_0x23aa8a(0x1ab)][_0x23aa8a(0x3e2)]('docs-')||_0x348aaf[_0x23aa8a(0x1ab)]===_0x23aa8a(0x64b)?_0x23aa8a(0x332):'float';}var ro=class{constructor(){const _0x28c044=_0x35dbe5;J(this,_0x28c044(0x4c2),new Map());}[_0x35dbe5(0x280)](_0x17d491){const _0x6cbcbc=_0x35dbe5;if(this['_contributions'][_0x6cbcbc(0x629)](_0x17d491[_0x6cbcbc(0x674)]))throw Error(_0x6cbcbc(0x1f6)+_0x17d491[_0x6cbcbc(0x674)]);this[_0x6cbcbc(0x4c2)][_0x6cbcbc(0x27d)](_0x17d491[_0x6cbcbc(0x674)],_0x17d491);}[_0x35dbe5(0x66a)](_0x910b5d){const _0x4be335=_0x35dbe5;return this[_0x4be335(0x4c2)][_0x4be335(0x66a)](_0x910b5d);}[_0x35dbe5(0x65b)](){const _0x55188c=_0x35dbe5;return[...this[_0x55188c(0x4c2)][_0x55188c(0x1c5)]()];}},io=class{constructor(){const _0x6e8ccf=_0x35dbe5;J(this,_0x6e8ccf(0x4c2),new Map());}[_0x35dbe5(0x280)](_0x565dd9){const _0x3d6c80=_0x35dbe5;let _0x976a25=this[_0x3d6c80(0x1af)](_0x565dd9['hostType'],_0x565dd9[_0x3d6c80(0x2ad)],_0x565dd9[_0x3d6c80(0x674)]);if(this['_contributions']['has'](_0x976a25))throw Error(_0x3d6c80(0x2e8)+_0x976a25);return this['_contributions'][_0x3d6c80(0x27d)](_0x976a25,_0x565dd9),_0xd3a08f(()=>{const _0x4c15a3=_0x3d6c80;this['_contributions']['get'](_0x976a25)===_0x565dd9&&this[_0x4c15a3(0x4c2)][_0x4c15a3(0x5b4)](_0x976a25);});}[_0x35dbe5(0x66a)](_0x2c8744,_0x88395a,_0x36a5d2){const _0x57590c=_0x35dbe5;if(_0x36a5d2!=null){let _0x451676=this['_contributions'][_0x57590c(0x66a)](this['_key'](_0x2c8744,_0x88395a,_0x36a5d2));if(_0x451676)return _0x451676;}return this[_0x57590c(0x4c2)][_0x57590c(0x66a)](this[_0x57590c(0x1af)](_0x2c8744,_0x88395a));}[_0x35dbe5(0x1de)](_0x18cd7e,_0xa234fd,_0xe60178){const _0x21e2f9=_0x35dbe5;return this[_0x21e2f9(0x4c2)][_0x21e2f9(0x629)](this[_0x21e2f9(0x1af)](_0x18cd7e,_0xa234fd,_0xe60178));}['list'](){const _0x854d99=_0x35dbe5;return[...this[_0x854d99(0x4c2)][_0x854d99(0x1c5)]()];}['_key'](_0x1ae6f4,_0x41b4fd,_0x3d7803){return _0x3d7803==null?_0x1ae6f4+':'+_0x41b4fd+':*':_0x1ae6f4+':'+_0x41b4fd+':'+_0x3d7803;}},ao=class{constructor(){const _0x842a29=_0x35dbe5;J(this,_0x842a29(0x4c2),new Map());}[_0x35dbe5(0x280)](_0x493257){const _0x129808=_0x35dbe5;let _0x583cb2=this[_0x129808(0x1af)](_0x493257['hostType'],_0x493257[_0x129808(0x2ad)]);if(this[_0x129808(0x4c2)][_0x129808(0x629)](_0x583cb2))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x583cb2);this[_0x129808(0x4c2)][_0x129808(0x27d)](_0x583cb2,_0x493257);}[_0x35dbe5(0x66a)](_0x3a3580,_0x3f01e8){const _0x2a6547=_0x35dbe5;return this[_0x2a6547(0x4c2)][_0x2a6547(0x66a)](this['_key'](_0x3a3580,_0x3f01e8));}[_0x35dbe5(0x65b)](){const _0x193be2=_0x35dbe5;return[...this['_contributions'][_0x193be2(0x1c5)]()];}['supports'](_0x48226f,_0x4a8e62,_0x4e3402){const _0x39a0ab=_0x35dbe5;var _0x1af79a;let _0x138848=this['get'](_0x48226f,_0x4a8e62);return _0x138848?((_0x1af79a=_0x138848[_0x39a0ab(0x655)])==null?[_0x138848[_0x39a0ab(0x1ab)]]:_0x1af79a)[_0x39a0ab(0x64f)](_0x4e3402):!0x1;}[_0x35dbe5(0x1af)](_0x39a898,_0x11bc03){return _0x39a898+':'+_0x11bc03;}},oo=class{constructor(){const _0x1821bf=_0x35dbe5;J(this,_0x1821bf(0x31e),new Map()),J(this,_0x1821bf(0x57c),new Map()),J(this,'_rootsByHostAnchorId',new Map());}[_0x35dbe5(0x280)](_0x495bea,_0x3e00df){const _0x9a5373=_0x35dbe5;let _0x5a5441=typeof _0x495bea==_0x9a5373(0x3fa)?{'childUnitId':_0x495bea,'root':_0x3e00df}:_0x495bea;return this['_rootsByChildUnitId']['set'](_0x5a5441[_0x9a5373(0x2ab)],_0x5a5441),_0x5a5441[_0x9a5373(0x5b8)]&&this[_0x9a5373(0x57c)][_0x9a5373(0x27d)](_0x5a5441[_0x9a5373(0x5b8)],_0x5a5441),_0x5a5441['hostAnchorId']&&this[_0x9a5373(0x230)][_0x9a5373(0x27d)](_0x5a5441[_0x9a5373(0x666)],_0x5a5441),_0xd3a08f(()=>{const _0xf2d719=_0x9a5373;this[_0xf2d719(0x31e)][_0xf2d719(0x66a)](_0x5a5441[_0xf2d719(0x2ab)])===_0x5a5441&&this[_0xf2d719(0x31e)][_0xf2d719(0x5b4)](_0x5a5441[_0xf2d719(0x2ab)]),_0x5a5441[_0xf2d719(0x5b8)]&&this['_rootsByEmbedId'][_0xf2d719(0x66a)](_0x5a5441['embedId'])===_0x5a5441&&this[_0xf2d719(0x57c)][_0xf2d719(0x5b4)](_0x5a5441['embedId']),_0x5a5441[_0xf2d719(0x666)]&&this[_0xf2d719(0x230)]['get'](_0x5a5441[_0xf2d719(0x666)])===_0x5a5441&&this['_rootsByHostAnchorId'][_0xf2d719(0x5b4)](_0x5a5441[_0xf2d719(0x666)]);});}['get'](_0x412505){const _0x43d67b=_0x35dbe5;var _0xbe3a18,_0x46942b;return(_0xbe3a18=(_0x46942b=this[_0x43d67b(0x31e)]['get'](_0x412505))==null?void 0x0:_0x46942b[_0x43d67b(0x18b)])==null?null:_0xbe3a18;}[_0x35dbe5(0x672)](_0x1040d5){const _0xb023f2=_0x35dbe5;var _0x149c21,_0x4ec45c;return(_0x149c21=(_0x4ec45c=this[_0xb023f2(0x57c)]['get'](_0x1040d5))==null?void 0x0:_0x4ec45c[_0xb023f2(0x18b)])==null?null:_0x149c21;}[_0x35dbe5(0x2de)](_0x28ab78){const _0x24499a=_0x35dbe5;var _0x326293,_0x4b9d99;return(_0x326293=(_0x4b9d99=this[_0x24499a(0x230)][_0x24499a(0x66a)](_0x28ab78))==null?void 0x0:_0x4b9d99['root'])==null?null:_0x326293;}[_0x35dbe5(0x5a2)](_0xabb4c6,_0x2708c8){const _0x37685a=_0x35dbe5;if(!(_0xabb4c6 instanceof Node))return!0x1;let _0x34493e=_0x2708c8[_0x37685a(0x5b8)]?this[_0x37685a(0x672)](_0x2708c8['embedId']):_0x2708c8[_0x37685a(0x666)]?this['getByHostAnchorId'](_0x2708c8[_0x37685a(0x666)]):_0x2708c8[_0x37685a(0x2ab)]?this[_0x37685a(0x66a)](_0x2708c8['childUnitId']):null;return!!(_0x34493e!=null&&_0x34493e[_0x37685a(0x5a2)](_0xabb4c6));}},so=class{constructor(){const _0x7f614c=_0x35dbe5;J(this,'_providers',new Map()),J(this,_0x7f614c(0x1e7),new Map()),J(this,_0x7f614c(0x59e),new Map()),J(this,'_contextsByChildUnitId',new Map());}[_0x35dbe5(0x280)](_0x5ca302){const _0x544e01=_0x35dbe5;return this[_0x544e01(0x1c2)][_0x544e01(0x27d)](_0x5ca302[_0x544e01(0x674)],_0x5ca302),_0xd3a08f(()=>{const _0xf60553=_0x544e01;this[_0xf60553(0x1c2)]['get'](_0x5ca302[_0xf60553(0x674)])===_0x5ca302&&this[_0xf60553(0x1c2)][_0xf60553(0x5b4)](_0x5ca302[_0xf60553(0x674)]);});}['get'](_0x1dbe29){const _0x31689e=_0x35dbe5;return this['_providers'][_0x31689e(0x66a)](_0x1dbe29);}[_0x35dbe5(0x3ad)](_0x40a6f8){const _0x1558d2=_0x35dbe5;return this[_0x1558d2(0x1e7)][_0x1558d2(0x27d)](_0x40a6f8[_0x1558d2(0x5b8)],_0x40a6f8),this['_contextsByHostAnchorId'][_0x1558d2(0x27d)](_0x40a6f8['descriptor'][_0x1558d2(0x666)],_0x40a6f8),this['_contextsByChildUnitId'][_0x1558d2(0x27d)](_0x40a6f8[_0x1558d2(0x2ab)],_0x40a6f8),_0xd3a08f(()=>{const _0x2c6925=_0x1558d2;this[_0x2c6925(0x1e7)][_0x2c6925(0x66a)](_0x40a6f8[_0x2c6925(0x5b8)])===_0x40a6f8&&this['_contextsByEmbedId']['delete'](_0x40a6f8[_0x2c6925(0x5b8)]),this[_0x2c6925(0x59e)][_0x2c6925(0x66a)](_0x40a6f8[_0x2c6925(0x624)][_0x2c6925(0x666)])===_0x40a6f8&&this[_0x2c6925(0x59e)][_0x2c6925(0x5b4)](_0x40a6f8[_0x2c6925(0x624)][_0x2c6925(0x666)]),this['_contextsByChildUnitId'][_0x2c6925(0x66a)](_0x40a6f8[_0x2c6925(0x2ab)])===_0x40a6f8&&this['_contextsByChildUnitId'][_0x2c6925(0x5b4)](_0x40a6f8[_0x2c6925(0x2ab)]);});}['getContextByEmbedId'](_0x449593){const _0x329d8d=_0x35dbe5;return this[_0x329d8d(0x1e7)]['get'](_0x449593);}[_0x35dbe5(0x467)](_0x52bdbb){const _0x30b56d=_0x35dbe5;return this['_contextsByHostAnchorId'][_0x30b56d(0x66a)](_0x52bdbb);}['getContextByChildUnitId'](_0x135141){const _0x25309a=_0x35dbe5;return this[_0x25309a(0x277)]['get'](_0x135141);}[_0x35dbe5(0x5b1)](_0x477762){const _0x44a2ac=_0x35dbe5;let _0x3341cd=this[_0x44a2ac(0x66a)](_0x477762[_0x44a2ac(0x674)]);return _0x3341cd?Promise['resolve'](_0x3341cd[_0x44a2ac(0x5b1)](_0x477762)):Promise['resolve'](co(_0x477762));}['captureByEmbedId'](_0x359576){const _0x5ed2d1=_0x35dbe5;let _0x441fa1=this['getContextByEmbedId'](_0x359576);return _0x441fa1?this[_0x5ed2d1(0x5b1)](_0x441fa1):Promise[_0x5ed2d1(0x5a6)](void 0x0);}['captureByHostAnchorId'](_0x59becf){const _0x2ee8ab=_0x35dbe5;let _0x1d9d5f=this[_0x2ee8ab(0x467)](_0x59becf);return _0x1d9d5f?this['capture'](_0x1d9d5f):Promise[_0x2ee8ab(0x5a6)](void 0x0);}['captureByChildUnitId'](_0x19531a){const _0x943592=_0x35dbe5;let _0x11ca07=this[_0x943592(0x5b2)](_0x19531a);return _0x11ca07?this[_0x943592(0x5b1)](_0x11ca07):Promise[_0x943592(0x5a6)](void 0x0);}};function co(_0xd723e7){const _0x4ea105=_0x35dbe5;if(!_0xd723e7['renderScope'])return;let _0x2150a9=[_0xd723e7['renderScope'][_0x4ea105(0x4a4)],_0xd723e7[_0x4ea105(0x3ec)][_0x4ea105(0x5a4)],_0xd723e7[_0x4ea105(0x3ec)]['rootElement']]['filter'](_0x8e0cb4=>!!_0x8e0cb4),_0x2c5b67=Array[_0x4ea105(0x591)](new Set(_0x2150a9[_0x4ea105(0x41b)](_0x16b889=>Array[_0x4ea105(0x591)](_0x16b889['querySelectorAll'](_0x4ea105(0x5d6))))))['filter'](_0xf8af18=>_0xf8af18[_0x4ea105(0x30f)]>0x1&&_0xf8af18[_0x4ea105(0x35d)]>0x1)[_0x4ea105(0x3d9)]((_0x111efa,_0x5efa00)=>_0x5efa00[_0x4ea105(0x30f)]*_0x5efa00[_0x4ea105(0x35d)]-_0x111efa[_0x4ea105(0x30f)]*_0x111efa[_0x4ea105(0x35d)]);for(let _0x1d547c of _0x2c5b67)try{return _0x1d547c[_0x4ea105(0x2eb)]('image/png');}catch{}}function Q(_0x2f810d,_0x3aa671){return function(_0x23c1a8,_0x1e1a34){_0x3aa671(_0x23c1a8,_0x1e1a34,_0x2f810d);};}function lo(_0x49f92b,_0x1ba656,_0xd98ede,_0x4312eb){const _0x409d49=_0x35dbe5;var _0x121695=arguments[_0x409d49(0x446)],_0x1226c4=_0x121695<0x3?_0x1ba656:_0x4312eb===null?_0x4312eb=Object['getOwnPropertyDescriptor'](_0x1ba656,_0xd98ede):_0x4312eb,_0x1b28f1;if(typeof Reflect=='object'&&typeof Reflect[_0x409d49(0x5e3)]==_0x409d49(0x5e7))_0x1226c4=Reflect[_0x409d49(0x5e3)](_0x49f92b,_0x1ba656,_0xd98ede,_0x4312eb);else{for(var _0x4ae4cb=_0x49f92b[_0x409d49(0x446)]-0x1;_0x4ae4cb>=0x0;_0x4ae4cb--)(_0x1b28f1=_0x49f92b[_0x4ae4cb])&&(_0x1226c4=(_0x121695<0x3?_0x1b28f1(_0x1226c4):_0x121695>0x3?_0x1b28f1(_0x1ba656,_0xd98ede,_0x1226c4):_0x1b28f1(_0x1ba656,_0xd98ede))||_0x1226c4);}return _0x121695>0x3&&_0x1226c4&&Object['defineProperty'](_0x1ba656,_0xd98ede,_0x1226c4),_0x1226c4;}const uo='EMBED_DUPLICATE_CHILD_UNIT';var fo=class extends Error{constructor(_0x220a42,_0x3e9119){const _0x394799=_0x35dbe5;super(uo+':\x20'+_0x220a42),this['childUnitId']=_0x220a42,this[_0x394799(0x3aa)]=_0x3e9119,J(this,_0x394799(0x66c),uo),this[_0x394799(0x3dd)]='EmbedDuplicateChildUnitError';}};let po=class{constructor(_0x2d05f5,_0x1cb840,_0x15ae0f,_0x5cbc3e,_0x2950ac,_0x555d78,_0x458147){const _0x1370f3=_0x35dbe5;this['_hostContainerRegistry']=_0x2d05f5,this[_0x1370f3(0x507)]=_0x1cb840,this['_overlayRootService']=_0x15ae0f,this['_sceneCanvasCaptureService']=_0x5cbc3e,this['_univerInstanceService']=_0x2950ac,this[_0x1370f3(0x377)]=_0x555d78,this[_0x1370f3(0x5d3)]=_0x458147,J(this,_0x1370f3(0x4e7),new Map()),J(this,'_tabFocusLeases',new Map());}['mount'](_0x12a0e0){const _0x61d7e6=_0x35dbe5;return this[_0x61d7e6(0x5cc)](_0x12a0e0);}[_0x35dbe5(0x570)](_0x5e59da,_0x4ebe0e,_0x17bd0c){const _0x2bd86b=_0x35dbe5;return this[_0x2bd86b(0x5cc)](_0x5e59da,{'hostElement':_0x4ebe0e,'runtimeRoots':_0x17bd0c});}[_0x35dbe5(0x5cc)](_0x4a6d60,_0x407961){const _0x4b168d=_0x35dbe5;var _0x3ec7ef,_0x39bb23,_0xa10eac;if(!_0x4a6d60['childUnitId']||_0x4a6d60['childType']==null)throw Error(_0x4b168d(0x593));this[_0x4b168d(0x2c8)](_0x4a6d60);let _0x50c7c5={'hostUnitId':_0x4a6d60[_0x4b168d(0x4bd)],'embedId':_0x4a6d60[_0x4b168d(0x5b8)],'childUnitId':_0x4a6d60['childUnitId']},_0x24a908=this['_resolveLayout'](_0x4a6d60),_0x519b1b=this[_0x4b168d(0x409)]['get'](_0x4a6d60[_0x4b168d(0x323)],_0x4a6d60[_0x4b168d(0x2ad)]);if(!_0x519b1b||!this[_0x4b168d(0x409)][_0x4b168d(0x373)](_0x4a6d60[_0x4b168d(0x323)],_0x4a6d60[_0x4b168d(0x2ad)],_0x24a908))throw Error(_0x4b168d(0x635));let _0xe3f98b=this['_runtimePolicyService'][_0x4b168d(0x44c)](_0x50c7c5),_0x397fde=this[_0x4b168d(0x507)]['get'](_0x4a6d60[_0x4b168d(0x674)]);if(_0xe3f98b[_0x4b168d(0x225)]&&!(_0x397fde!=null&&_0x397fde['supportedLayouts'][_0x4b168d(0x64f)](_0x24a908)))throw Error(_0x4b168d(0x398));this[_0x4b168d(0x3f5)](_0x4a6d60[_0x4b168d(0x5b8)]);let _0x270627={'descriptor':_0x4a6d60,'layout':_0x24a908,'injector':this[_0x4b168d(0x5d3)],'hostUnitId':_0x4a6d60[_0x4b168d(0x4bd)],'embedId':_0x4a6d60[_0x4b168d(0x5b8)],'childUnitId':_0x4a6d60['childUnitId'],'childType':_0x4a6d60[_0x4b168d(0x674)]},_0x305c24=[],_0x10f7ae=_0x407961==null?(_0x3ec7ef=_0x519b1b['mount'])==null?void 0x0:_0x3ec7ef['call'](_0x519b1b,_0x270627):_0x407961,_0x7e44a1=this['_normalizeHostMountResult'](_0x10f7ae);if(_0x7e44a1[_0x4b168d(0x497)]&&_0x305c24[_0x4b168d(0x2b2)](_0x7e44a1[_0x4b168d(0x497)]),_0x270627[_0x4b168d(0x38a)]=(_0x39bb23=_0x7e44a1[_0x4b168d(0x38a)])==null?_0x270627['hostElement']:_0x39bb23,_0x270627[_0x4b168d(0x4de)]=_0x270627[_0x4b168d(0x38a)],!_0x270627['hostElement']||!_0x270627[_0x4b168d(0x4de)])throw[..._0x305c24][_0x4b168d(0x31d)]()[_0x4b168d(0x27a)](_0x354d07=>_0x354d07['dispose']()),Error(_0x4b168d(0x49f));if(_0x7e44a1[_0x4b168d(0x4ff)]||_0x305c24[_0x4b168d(0x2b2)](na(_0x270627[_0x4b168d(0x38a)])),!_0xe3f98b[_0x4b168d(0x225)])return this[_0x4b168d(0x16d)](_0x4a6d60,_0x24a908,_0x270627['hostElement'],_0x7e44a1[_0x4b168d(0x4ff)],_0x305c24,_0xe3f98b[_0x4b168d(0x4bb)]);if(!_0x397fde)throw[..._0x305c24][_0x4b168d(0x31d)]()[_0x4b168d(0x27a)](_0x10b2f1=>_0x10b2f1['dispose']()),Error(_0x4b168d(0x398));let {renderScope:_0x108409,disposable:_0x28759d,setActive:_0x1bbfd2}=this['_createRenderScope'](_0x4a6d60,_0x24a908,_0x270627[_0x4b168d(0x38a)],_0x7e44a1[_0x4b168d(0x4ff)]);_0x305c24[_0x4b168d(0x2b2)](_0x28759d);let _0x20b43c={..._0x270627,'hostElement':_0x270627[_0x4b168d(0x38a)],'container':_0x270627[_0x4b168d(0x4de)],'renderScope':_0x108409},{runtimeScope:_0x334996,disposable:_0x399a53}=Qa(_0x20b43c,_0x1bbfd2),_0x443b5c={..._0x20b43c,'runtimeScope':_0x334996};_0x305c24[_0x4b168d(0x2b2)](_0x399a53);let _0x2b3edd=this[_0x4b168d(0x297)](_0x4a6d60,_0x270627[_0x4b168d(0x38a)],_0x108409,_0x334996[_0x4b168d(0x2e3)]);_0x2b3edd&&_0x305c24[_0x4b168d(0x2b2)](_0x2b3edd),this['_injector'][_0x4b168d(0x629)](X)&&_0x305c24[_0x4b168d(0x2b2)](this[_0x4b168d(0x5d3)][_0x4b168d(0x66a)](X)[_0x4b168d(0x198)]({'embedId':_0x4a6d60[_0x4b168d(0x5b8)],'hostUnitId':_0x4a6d60[_0x4b168d(0x4bd)],'childUnitId':_0x4a6d60['childUnitId'],'childType':_0x4a6d60['childType']})),_0x305c24[_0x4b168d(0x2b2)](this[_0x4b168d(0x5ef)](_0x4a6d60,_0x270627[_0x4b168d(0x38a)],_0x108409[_0x4b168d(0x362)],_0x334996['instanceService'])),_0x305c24[_0x4b168d(0x2b2)](this[_0x4b168d(0x217)]['registerContext'](_0x443b5c));let _0x1feedb=this['_createMountFocusRestorer'](_0x4a6d60),_0x348c91=(_0xa10eac=_0x397fde['mount'])==null?void 0x0:_0xa10eac[_0x4b168d(0x4df)](_0x397fde,_0x443b5c);if(_0x348c91&&_0x305c24['push'](_0x348c91),_0x305c24[_0x4b168d(0x2b2)](_0x1feedb),_0x305c24[_0x4b168d(0x2b2)](this[_0x4b168d(0x377)][_0x4b168d(0x5c4)](_0x50c7c5)),_0x108409[_0x4b168d(0x362)]===_0x4b168d(0x412)){let _0x2a14de=this[_0x4b168d(0x1d6)](_0x443b5c);_0x2a14de&&_0x305c24[_0x4b168d(0x2b2)](_0x2a14de);}let _0x2fed0d={'hostUnitId':_0x4a6d60['hostUnitId'],'embedId':_0x4a6d60[_0x4b168d(0x5b8)],'childUnitId':_0x4a6d60['childUnitId'],'childType':_0x4a6d60[_0x4b168d(0x674)],'entry':_0x4a6d60[_0x4b168d(0x2ad)],'layout':_0x24a908,'hostElement':_0x270627[_0x4b168d(0x38a)],'context':_0x443b5c};return this[_0x4b168d(0x4e7)][_0x4b168d(0x27d)](_0x4a6d60['embedId'],{'session':_0x2fed0d,'disposables':_0x305c24,'setActive':_0x1bbfd2}),_0x24a908!==_0x4b168d(0x3b6)&&this[_0x4b168d(0x334)](_0x4a6d60,_0x24a908,_0x1bbfd2),_0x2fed0d;}['_mountBlockedRuntime'](_0x2330fc,_0x3ee9c3,_0x3dfcb8,_0x6d3df1,_0x3e98b8,_0x1cc9ff){const _0x521fe3=_0x35dbe5;var _0x1d59da,_0x370f45;let _0x246255=(_0x1d59da=(_0x370f45=_0x6d3df1==null?void 0x0:_0x6d3df1[_0x521fe3(0x5c7)])==null?ta(_0x3dfcb8,_0x521fe3(0x4fa)):_0x370f45)==null?_0x3dfcb8:_0x1d59da,_0x28b823=ho(_0x1cc9ff);_0x246255['replaceChildren'](_0x28b823),_0x3e98b8[_0x521fe3(0x2b2)](_0xd3a08f(()=>{const _0x4dc4a2=_0x521fe3;_0x28b823[_0x4dc4a2(0x627)]===_0x246255&&_0x28b823[_0x4dc4a2(0x59f)]();}));let _0x5cb7e6={'hostUnitId':_0x2330fc[_0x521fe3(0x4bd)],'embedId':_0x2330fc[_0x521fe3(0x5b8)],'childUnitId':_0x2330fc[_0x521fe3(0x2ab)],'childType':_0x2330fc[_0x521fe3(0x674)],'entry':_0x2330fc[_0x521fe3(0x2ad)],'layout':_0x3ee9c3,'hostElement':_0x3dfcb8};return this['_sessions'][_0x521fe3(0x27d)](_0x2330fc[_0x521fe3(0x5b8)],{'session':_0x5cb7e6,'disposables':_0x3e98b8,'setActive':()=>{}}),_0x5cb7e6;}[_0x35dbe5(0x334)](_0x57e16c,_0x1f486a,_0x1b6bf6){const _0x2b37a1=_0x35dbe5;if(_0x1f486a!==_0x2b37a1(0x3b6)){if(this['_injector'][_0x2b37a1(0x629)](_0x5305bf)){let _0x24d747=this[_0x2b37a1(0x5d3)][_0x2b37a1(0x66a)](_0x5305bf)[_0x2b37a1(0x1a8)]();if((_0x24d747==null?void 0x0:_0x24d747[_0x2b37a1(0x4bd)])===_0x57e16c[_0x2b37a1(0x4bd)]){_0x1b6bf6(_0x24d747['embedId']===_0x57e16c[_0x2b37a1(0x5b8)]);return;}}_0x1b6bf6(!0x1);}}[_0x35dbe5(0x3f5)](_0x1b88b4){const _0x3056fa=_0x35dbe5;let _0x187c57=this[_0x3056fa(0x4e7)][_0x3056fa(0x66a)](_0x1b88b4);_0x187c57&&(this[_0x3056fa(0x622)](_0x1b88b4),[..._0x187c57[_0x3056fa(0x375)]][_0x3056fa(0x31d)]()[_0x3056fa(0x27a)](_0x2e7625=>_0x2e7625[_0x3056fa(0x4d7)]()),this[_0x3056fa(0x4e7)][_0x3056fa(0x5b4)](_0x1b88b4));}[_0x35dbe5(0x5bf)](_0xc6c5ac){const _0x1077d1=_0x35dbe5;var _0x2b1b52;return(_0x2b1b52=this[_0x1077d1(0x4e7)][_0x1077d1(0x66a)](_0xc6c5ac))==null?void 0x0:_0x2b1b52[_0x1077d1(0x172)];}['listSessions'](){const _0x42f52f=_0x35dbe5;return[...this[_0x42f52f(0x4e7)][_0x42f52f(0x1c5)]()][_0x42f52f(0x43e)](({session:_0x424c7a})=>_0x424c7a);}['activateSession'](_0x475059){const _0x45a503=_0x35dbe5;let _0x104c38=this[_0x45a503(0x4e7)]['get'](_0x475059);if(_0x104c38){if(_0x104c38[_0x45a503(0x172)][_0x45a503(0x1ab)]!==_0x45a503(0x3b6)){this[_0x45a503(0x4e7)][_0x45a503(0x27a)](_0x3792f3=>{const _0x46e7c4=_0x45a503;_0x3792f3[_0x46e7c4(0x172)][_0x46e7c4(0x1ab)]==='tab-peer'||_0x3792f3['session']['hostUnitId']!==_0x104c38[_0x46e7c4(0x172)]['hostUnitId']||_0x3792f3[_0x46e7c4(0x34b)](_0x3792f3[_0x46e7c4(0x172)][_0x46e7c4(0x5b8)]===_0x475059);});return;}this[_0x45a503(0x37c)](_0x104c38[_0x45a503(0x172)]),this[_0x45a503(0x4e7)][_0x45a503(0x27a)](_0x49babd=>{const _0x16a2ed=_0x45a503;_0x49babd[_0x16a2ed(0x172)][_0x16a2ed(0x1ab)]!=='tab-peer'||_0x49babd[_0x16a2ed(0x172)][_0x16a2ed(0x4bd)]!==_0x104c38[_0x16a2ed(0x172)][_0x16a2ed(0x4bd)]||_0x49babd[_0x16a2ed(0x34b)](_0x49babd['session']['embedId']===_0x475059);});}}[_0x35dbe5(0x3e8)](_0x62f097){const _0x5e4a12=_0x35dbe5;let _0x27cd86=[];return this[_0x5e4a12(0x4e7)]['forEach'](_0x27a867=>{const _0x1497f1=_0x5e4a12;_0x27a867[_0x1497f1(0x172)][_0x1497f1(0x1ab)]==='tab-peer'&&(_0x62f097&&_0x27a867['session'][_0x1497f1(0x5b8)]!==_0x62f097||(this[_0x1497f1(0x378)](_0x27a867['session']),this['_releaseTabPeerFocusLease'](_0x27a867[_0x1497f1(0x172)][_0x1497f1(0x5b8)]),_0x27a867['setActive'](!0x1),_0x27cd86[_0x1497f1(0x2b2)](_0x27a867[_0x1497f1(0x172)])));}),_0x27cd86;}[_0x35dbe5(0x562)](_0x47111b){const _0x5db509=_0x35dbe5;let _0x7bd7b=this['_sessions'][_0x5db509(0x66a)](_0x47111b);if(!(!_0x7bd7b||_0x7bd7b['session']['layout']===_0x5db509(0x3b6)))return this[_0x5db509(0x378)](_0x7bd7b['session']),_0x7bd7b[_0x5db509(0x34b)](!0x1),_0x7bd7b[_0x5db509(0x172)];}[_0x35dbe5(0x34b)](_0x5be6ee,_0x391cce){const _0x175d90=_0x35dbe5;var _0x7b4b62;(_0x7b4b62=this[_0x175d90(0x4e7)]['get'](_0x5be6ee))==null||_0x7b4b62[_0x175d90(0x34b)](_0x391cce);}[_0x35dbe5(0x378)](_0x36fb51){const _0x5abe22=_0x35dbe5;let _0x3ddc7f=_0x36fb51[_0x5abe22(0x3dc)];if(!_0x3ddc7f)return;let _0x4edd95=this[_0x5abe22(0x507)]['get'](_0x36fb51[_0x5abe22(0x674)]);if(_0x4edd95!=null&&_0x4edd95[_0x5abe22(0x500)])try{_0x4edd95[_0x5abe22(0x500)](_0x3ddc7f);}catch(_0x53d943){console['warn'](_0x5abe22(0x4fe),_0x53d943);}}[_0x35dbe5(0x2cb)](_0xc31507){const _0x570d6c=_0x35dbe5;var _0x294d3f,_0x121c5f;let _0x5aa200=((_0x294d3f=_0xc31507['sourceMeta'])==null?void 0x0:_0x294d3f['floating'])||void 0x0;if(_0x5aa200!=null&&_0x5aa200[_0x570d6c(0x1ab)])return _0x5aa200[_0x570d6c(0x1ab)];let _0x4ccd65=((_0x121c5f=_0xc31507[_0x570d6c(0x5e0)])==null?void 0x0:_0x121c5f[_0x570d6c(0x18e)])||void 0x0;if(_0x4ccd65!=null&&_0x4ccd65[_0x570d6c(0x487)])return _0x570d6c(0x3b6);throw Error(_0x570d6c(0x1d8));}[_0x35dbe5(0x4f0)](_0x23ca68,_0x133e45,_0x2fe389,_0x4f9800){const _0x566367=_0x35dbe5;var _0x5016cc,_0x58d855,_0x143c62,_0x596b15,_0x524c11,_0x5bbb5a,_0x48b770,_0x3a7a7d,_0xe0f4b3,_0x59bef4;let _0x35440d=new _0x5ae71e(!0x0),_0x5d1ced=_0x23ca68[_0x566367(0x666)],_0x2e278a=(_0x5016cc=_0x23ca68[_0x566367(0x5e0)])==null?void 0x0:_0x5016cc[_0x566367(0x18e)],_0x12c6b1=_0x2e278a&&_0x2e278a['enabled']?'tab':(_0x58d855=_0x23ca68[_0x566367(0x5e0)])!=null&&_0x58d855[_0x566367(0x3fb)]?_0x566367(0x412):_0x566367(0x614),_0x166334=(_0x143c62=(_0x596b15=_0x4f9800==null?void 0x0:_0x4f9800['content'])==null?ta(_0x2fe389,_0x566367(0x4fa)):_0x596b15)==null?_0x2fe389:_0x143c62,_0x41a0c0=(_0x524c11=(_0x5bbb5a=_0x4f9800==null?void 0x0:_0x4f9800[_0x566367(0x5d6)])==null?ta(_0x2fe389,'data-embed-canvas-root'):_0x5bbb5a)==null?_0x2fe389:_0x524c11,_0x35a976=(_0x48b770=(_0x3a7a7d=_0x4f9800==null?void 0x0:_0x4f9800[_0x566367(0x458)])==null?ta(_0x2fe389,_0x566367(0x1fd)):_0x3a7a7d)==null?_0x2fe389:_0x48b770,_0x7ee75c=(_0xe0f4b3=(_0x59bef4=_0x4f9800==null?void 0x0:_0x4f9800[_0x566367(0x3b3)])==null?ta(_0x2fe389,'data-embed-popup-root'):_0x59bef4)==null?_0x35a976:_0xe0f4b3,_0x1e2252=this[_0x566367(0x46b)]['register']({'childUnitId':_0x23ca68[_0x566367(0x2ab)],'embedId':_0x23ca68[_0x566367(0x5b8)],'hostAnchorId':_0x5d1ced,'root':_0x35a976}),_0x2bae54=_0x1d0ce3=>{const _0x432be2=_0x566367;_0x35440d['getValue']()!==_0x1d0ce3&&(mo(_0x2fe389,_0x1d0ce3,_0x12c6b1),_0x35440d[_0x432be2(0x5fc)](_0x1d0ce3));};return mo(_0x2fe389,!0x0,_0x12c6b1),{'renderScope':{'hostUnitId':_0x23ca68[_0x566367(0x4bd)],'hostAnchorId':_0x5d1ced,'embedId':_0x23ca68[_0x566367(0x5b8)],'childUnitId':_0x23ca68[_0x566367(0x2ab)],'childType':_0x23ca68[_0x566367(0x674)],'layout':_0x133e45,'mode':_0x12c6b1,'rootElement':_0x2fe389,'contentRoot':_0x166334,'canvasRoot':_0x41a0c0,'overlayRoot':_0x35a976,'popupRoot':_0x7ee75c,'menuOutlet':_0x4f9800!=null&&_0x4f9800[_0x566367(0x607)]?{'container':_0x4f9800['menuSlot']}:void 0x0,'active$':_0x35440d[_0x566367(0x4e9)]()},'disposable':_0xd3a08f(()=>{const _0x1b95f4=_0x566367;_0x1e2252['dispose'](),_0x2bae54(!0x1),_0x35440d[_0x1b95f4(0x601)]();}),'setActive':_0x2bae54};}[_0x35dbe5(0x297)](_0x13510f,_0x44eb7a,_0x87d0c1,_0x269ec6){const _0x41d82c=_0x35dbe5;let _0xdbabfc=this[_0x41d82c(0x5d3)][_0x41d82c(0x629)](da),_0x58f874=this[_0x41d82c(0x5d3)][_0x41d82c(0x629)](X);if(!_0xdbabfc&&!_0x58f874)return;let _0x524e04=_0xdbabfc?this[_0x41d82c(0x5d3)][_0x41d82c(0x66a)](da):void 0x0,_0xd64335=_0x58f874?this[_0x41d82c(0x5d3)][_0x41d82c(0x66a)](X):void 0x0,_0x550f78=new Map(),_0x14034d=(_0x39ff41,_0x3492ad)=>{const _0x230d72=_0x41d82c;if(!_0x39ff41)return;let _0x58bbbd=_0x550f78[_0x230d72(0x66a)](_0x39ff41);(!_0x58bbbd||_0x58bbbd===_0x230d72(0x64a))&&_0x550f78['set'](_0x39ff41,_0x3492ad);};_0x14034d(_0x44eb7a,_0x41d82c(0x64a)),_0x14034d(_0x87d0c1['rootElement'],_0x41d82c(0x64a)),_0x14034d(_0x87d0c1[_0x41d82c(0x5a4)],_0x41d82c(0x64a)),_0x14034d(_0x87d0c1[_0x41d82c(0x4a4)],_0x41d82c(0x64a)),_0x14034d(_0x87d0c1['overlayRoot'],'runtime'),_0x14034d(_0x269ec6[_0x41d82c(0x18b)],_0x41d82c(0x64a)),_0x14034d(_0x269ec6[_0x41d82c(0x5c7)],_0x41d82c(0x64a)),_0x14034d(_0x269ec6['canvas'],_0x41d82c(0x64a)),_0x14034d(_0x269ec6['overlay'],_0x41d82c(0x64a)),_0x14034d(_0x87d0c1[_0x41d82c(0x4f8)],_0x41d82c(0x407)),_0x14034d(_0x269ec6[_0x41d82c(0x3b3)],_0x41d82c(0x407));let _0x1c8571=[..._0x550f78][_0x41d82c(0x41b)](([_0x4c23d6,_0x365772])=>[_0x524e04==null?void 0x0:_0x524e04[_0x41d82c(0x4ed)](_0x13510f['embedId'],_0x4c23d6),_0xd64335==null?void 0x0:_0xd64335[_0x41d82c(0x510)]({'embedId':_0x13510f[_0x41d82c(0x5b8)],'role':_0x365772,'element':_0x4c23d6})][_0x41d82c(0x5cb)](_0x13572f=>!!_0x13572f));return _0xd3a08f(()=>{const _0xf7a23a=_0x41d82c;[..._0x1c8571][_0xf7a23a(0x31d)]()[_0xf7a23a(0x27a)](_0x54df7d=>_0x54df7d[_0xf7a23a(0x4d7)]());});}['_normalizeHostMountResult'](_0x34cb85){const _0x2ced14=_0x35dbe5;return _0x34cb85?_0x2ced14(0x4d7)in _0x34cb85?{'disposable':_0x34cb85}:{'hostElement':_0x34cb85[_0x2ced14(0x38a)],'runtimeRoots':_0x34cb85['runtimeRoots'],'disposable':_0x34cb85[_0x2ced14(0x497)]?_0xd3a08f(()=>{const _0x2e6a20=_0x2ced14;var _0x1c19fc;return(_0x1c19fc=_0x34cb85['disposable'])==null?void 0x0:_0x1c19fc[_0x2e6a20(0x4d7)]();}):void 0x0}:{};}[_0x35dbe5(0x1d6)](_0x2aae33){const _0x46f410=_0x35dbe5;if(!this[_0x46f410(0x5d3)][_0x46f410(0x629)](io))return;let _0x32fb21=this[_0x46f410(0x5d3)][_0x46f410(0x66a)](io)[_0x46f410(0x66a)](_0x2aae33[_0x46f410(0x624)][_0x46f410(0x323)],_0x2aae33[_0x46f410(0x624)][_0x46f410(0x2ad)],_0x2aae33[_0x46f410(0x674)]);if(!_0x32fb21)return;let _0x373d7e=this[_0x46f410(0x5d3)][_0x46f410(0x629)](ca)?this[_0x46f410(0x5d3)][_0x46f410(0x66a)](ca)['getActive']():null,_0x55055b=_0x32fb21[_0x46f410(0x30b)]({..._0x2aae33,'active':_0x373d7e});return _0x55055b?_0xd3a08f(()=>_0x55055b['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x764bce,_0x3c9c99,_0x552ea6,_0x2e7422){const _0x3ce921=_0x35dbe5;let _0x16f9fe=this[_0x3ce921(0x5d3)]['has'](da)?this[_0x3ce921(0x5d3)][_0x3ce921(0x66a)](da):void 0x0,_0x34d1c4=this[_0x3ce921(0x5d3)][_0x3ce921(0x629)](X)?this[_0x3ce921(0x5d3)][_0x3ce921(0x66a)](X):void 0x0,_0x8f172c=_0x3c9c99['ownerDocument'],_0x598a31=[],_0xa3212a=()=>_0x552ea6===_0x3ce921(0x412)?this[_0x3ce921(0x5d3)][_0x3ce921(0x629)](ca)?this[_0x3ce921(0x5d3)][_0x3ce921(0x66a)](ca)['getStage'](_0x764bce[_0x3ce921(0x5b8)])===_0x3ce921(0x18a):!0x1:!0x0,_0x299631=(_0x4425d3,_0x605f41={})=>{const _0xdfdd77=_0x3ce921;let _0x739d19=_0x605f41['focusUnit']!==!0x1,_0x320781=_0x605f41[_0xdfdd77(0x575)]!==!0x1,_0x3776bf=(_0x4425d3==null?void 0x0:_0x4425d3[_0xdfdd77(0x4c7)])instanceof Element?_0x4425d3[_0xdfdd77(0x4c7)]:null;if(!(_0x3776bf!=null&&_0x3776bf[_0xdfdd77(0x59d)](_0xdfdd77(0x610)))&&!(!_0x764bce[_0xdfdd77(0x2ab)]||_0x764bce[_0xdfdd77(0x674)]==null)&&_0xa3212a()){if(_0x552ea6==='float'&&_0x2e7422&&(_0x2e7422[_0xdfdd77(0x2c1)](_0x764bce[_0xdfdd77(0x2ab)]),_0x739d19&&_0x2e7422[_0xdfdd77(0x404)](_0x764bce[_0xdfdd77(0x2ab)])),_0x552ea6===_0xdfdd77(0x18e)&&this[_0xdfdd77(0x5d3)][_0xdfdd77(0x629)](_0x32fce3)){var _0x47c413,_0x4ef74d;let _0x3adeee=this['_injector']['get'](_0x32fce3),_0x2caac8=_0x3adeee[_0xdfdd77(0x4d2)],_0xd80ed2=_0x3adeee[_0xdfdd77(0x515)];(typeof _0x2caac8!=_0xdfdd77(0x5e7)||((_0x47c413=_0x2caac8[_0xdfdd77(0x4df)](_0x3adeee,_0x764bce[_0xdfdd77(0x674)]))==null?void 0x0:_0x47c413[_0xdfdd77(0x5d0)]())!==_0x764bce[_0xdfdd77(0x2ab)])&&_0x3adeee[_0xdfdd77(0x2c1)](_0x764bce[_0xdfdd77(0x2ab)]),_0x739d19&&(typeof _0xd80ed2!=_0xdfdd77(0x5e7)||((_0x4ef74d=_0xd80ed2[_0xdfdd77(0x4df)](_0x3adeee))==null?void 0x0:_0x4ef74d[_0xdfdd77(0x5d0)]())!==_0x764bce[_0xdfdd77(0x2ab)])&&_0x3adeee[_0xdfdd77(0x404)](_0x764bce[_0xdfdd77(0x2ab)]);}if(_0x552ea6===_0xdfdd77(0x18e)&&this[_0xdfdd77(0x5d3)]['has'](_0x3e88e5)){let _0x3ebe3a=this[_0xdfdd77(0x5d3)][_0xdfdd77(0x66a)](_0x3e88e5);_0x3ebe3a['setContextValue'](_0x232b64,!0x0),_0x3ebe3a[_0xdfdd77(0x559)](_0x4f347f,_0x764bce['childType']===_0x140e49[_0xdfdd77(0x43a)]),_0x3ebe3a['setContextValue'](_0x1a85d7,_0x764bce[_0xdfdd77(0x674)]===_0x140e49['UNIVER_SHEET']),_0x3ebe3a[_0xdfdd77(0x559)](_0x366b63,_0x764bce[_0xdfdd77(0x674)]===_0x140e49['UNIVER_SLIDE']);}if(this[_0xdfdd77(0x5d3)]['has'](_0x5305bf)){let _0xd370ca=this[_0xdfdd77(0x5d3)][_0xdfdd77(0x66a)](_0x5305bf),_0x292163={'hostUnitId':_0x764bce[_0xdfdd77(0x4bd)],'embedId':_0x764bce[_0xdfdd77(0x5b8)],'childUnitId':_0x764bce[_0xdfdd77(0x2ab)],'childType':_0x764bce[_0xdfdd77(0x674)],'reason':_0xdfdd77(0x3c4)},_0x16e54c=_0xd370ca[_0xdfdd77(0x1a8)]();((_0x16e54c==null?void 0x0:_0x16e54c[_0xdfdd77(0x4bd)])!==_0x292163[_0xdfdd77(0x4bd)]||_0x16e54c[_0xdfdd77(0x5b8)]!==_0x292163[_0xdfdd77(0x5b8)]||_0x16e54c['childUnitId']!==_0x292163[_0xdfdd77(0x2ab)]||_0x16e54c[_0xdfdd77(0x674)]!==_0x292163[_0xdfdd77(0x674)]||_0x16e54c['reason']!==_0x292163['reason'])&&_0xd370ca['setFocusOwner'](_0x292163);}_0x320781&&this[_0xdfdd77(0x575)](_0x764bce[_0xdfdd77(0x5b8)]);}},_0x4b05f5=_0xc79ca9=>{const _0x4ce265=_0x3ce921;let _0x51fece=_0xc79ca9['target']instanceof Element?_0xc79ca9['target']:null;if(!_0x51fece||_0x3c9c99[_0x4ce265(0x5a2)](_0x51fece)||!(_0x16f9fe!=null&&_0x16f9fe[_0x4ce265(0x5a2)](_0x764bce[_0x4ce265(0x5b8)],_0x51fece,_0xc79ca9)||_0x34d1c4!=null&&_0x34d1c4['containsElement'](_0x764bce[_0x4ce265(0x5b8)],_0x51fece,_0xc79ca9)))return;_0x299631(_0xc79ca9,{'focusUnit':!0x1,'activateSession':!0x1});let _0x3a78d2=_0x8f172c[_0x4ce265(0x3c8)];_0x3a78d2&&_0x598a31['push'](_0x3a78d2[_0x4ce265(0x170)](()=>_0x299631(_0xc79ca9,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x3c9c99[_0x3ce921(0x243)]('pointerdown',_0x299631,{'capture':!0x0}),_0x3c9c99[_0x3ce921(0x243)](_0x3ce921(0x5a1),_0x299631),_0x8f172c[_0x3ce921(0x243)](_0x3ce921(0x503),_0x4b05f5,{'capture':!0x0}),_0x8f172c['addEventListener'](_0x3ce921(0x5a1),_0x4b05f5,{'capture':!0x0}),_0xd3a08f(()=>{const _0x9c7c4b=_0x3ce921;_0x3c9c99[_0x9c7c4b(0x5e9)](_0x9c7c4b(0x503),_0x299631,{'capture':!0x0}),_0x3c9c99[_0x9c7c4b(0x5e9)]('focusin',_0x299631),_0x8f172c[_0x9c7c4b(0x5e9)](_0x9c7c4b(0x503),_0x4b05f5,{'capture':!0x0}),_0x8f172c[_0x9c7c4b(0x5e9)](_0x9c7c4b(0x5a1),_0x4b05f5,{'capture':!0x0}),_0x598a31['forEach'](_0x20e771=>{const _0x47f519=_0x9c7c4b;var _0x4e4176;return(_0x4e4176=_0x8f172c[_0x47f519(0x3c8)])==null?void 0x0:_0x4e4176[_0x47f519(0x39c)](_0x20e771);});});}[_0x35dbe5(0x37c)](_0x5b02d3){const _0x89feec=_0x35dbe5;if(this['_activateTabPeerFocusLease'](_0x5b02d3),this[_0x89feec(0x5d3)][_0x89feec(0x629)](_0x32fce3)){let _0x59d680=this[_0x89feec(0x5d3)]['get'](_0x32fce3);_0x59d680[_0x89feec(0x2c1)](_0x5b02d3[_0x89feec(0x2ab)]),_0x59d680[_0x89feec(0x404)](_0x5b02d3['childUnitId']);}if(this[_0x89feec(0x5d3)][_0x89feec(0x629)](_0x3e88e5)){let _0x4aeb83=this[_0x89feec(0x5d3)]['get'](_0x3e88e5);_0x4aeb83['setContextValue'](_0x232b64,!0x0),_0x4aeb83[_0x89feec(0x559)](_0x4f347f,_0x5b02d3[_0x89feec(0x674)]===_0x140e49[_0x89feec(0x43a)]),_0x4aeb83[_0x89feec(0x559)](_0x1a85d7,_0x5b02d3[_0x89feec(0x674)]===_0x140e49[_0x89feec(0x227)]),_0x4aeb83[_0x89feec(0x559)](_0x366b63,_0x5b02d3['childType']===_0x140e49[_0x89feec(0x5ee)]);}this[_0x89feec(0x5d3)][_0x89feec(0x629)](_0x5305bf)&&this[_0x89feec(0x5d3)][_0x89feec(0x66a)](_0x5305bf)[_0x89feec(0x39e)]({'hostUnitId':_0x5b02d3[_0x89feec(0x4bd)],'embedId':_0x5b02d3[_0x89feec(0x5b8)],'childUnitId':_0x5b02d3['childUnitId'],'childType':_0x5b02d3['childType'],'reason':_0x89feec(0x38d)});}['_activateTabPeerFocusLease'](_0x12e845){const _0x727457=_0x35dbe5;if(!this[_0x727457(0x5d3)][_0x727457(0x629)](X))return;this[_0x727457(0x62b)](_0x12e845[_0x727457(0x4bd)],_0x12e845[_0x727457(0x5b8)]),this['_releaseTabPeerFocusLease'](_0x12e845['embedId']);let _0x2ae173=this[_0x727457(0x5d3)]['get'](X)[_0x727457(0x5ba)]({'embedId':_0x12e845['embedId'],'role':'child-session','owner':_0x727457(0x48e),'sessionMode':_0x727457(0x452),'hostUnitId':_0x12e845[_0x727457(0x4bd)],'childUnitId':_0x12e845['childUnitId'],'childType':_0x12e845['childType']});this[_0x727457(0x650)][_0x727457(0x27d)](_0x12e845[_0x727457(0x5b8)],{'hostUnitId':_0x12e845[_0x727457(0x4bd)],'disposable':_0x2ae173});}[_0x35dbe5(0x62b)](_0x8650dc,_0x263d22){const _0x316f92=_0x35dbe5;[...this[_0x316f92(0x650)]['entries']()][_0x316f92(0x27a)](([_0xe9427c,_0x48e7b5])=>{const _0x3df67b=_0x316f92;_0xe9427c===_0x263d22||_0x48e7b5[_0x3df67b(0x4bd)]!==_0x8650dc||(_0x48e7b5[_0x3df67b(0x497)][_0x3df67b(0x4d7)](),this[_0x3df67b(0x650)][_0x3df67b(0x5b4)](_0xe9427c));});}[_0x35dbe5(0x622)](_0x505be5){const _0x63ff70=_0x35dbe5;let _0x39998f=this['_tabFocusLeases'][_0x63ff70(0x66a)](_0x505be5);_0x39998f&&(_0x39998f[_0x63ff70(0x497)][_0x63ff70(0x4d7)](),this['_tabFocusLeases'][_0x63ff70(0x5b4)](_0x505be5));}[_0x35dbe5(0x4f5)](_0x226583){const _0x3ba767=_0x35dbe5;var _0x1b7cb0,_0x4636b3;if((_0x1b7cb0=_0x226583[_0x3ba767(0x5e0)])!=null&&_0x1b7cb0[_0x3ba767(0x18e)]&&_0x226583['sourceMeta'][_0x3ba767(0x18e)][_0x3ba767(0x487)]||!this['_injector'][_0x3ba767(0x629)](_0x32fce3)||!_0x226583[_0x3ba767(0x2ab)])return _0xd3a08f(()=>{});let _0x5089fd=this[_0x3ba767(0x5d3)][_0x3ba767(0x66a)](_0x32fce3),_0x2c746d=_0x5089fd[_0x3ba767(0x515)],_0x39dc36=_0x5089fd[_0x3ba767(0x404)];if(typeof _0x2c746d!=_0x3ba767(0x5e7)||typeof _0x39dc36!=_0x3ba767(0x5e7))return _0xd3a08f(()=>{});let _0x40ac52=(_0x4636b3=_0x2c746d['call'](_0x5089fd))==null?void 0x0:_0x4636b3[_0x3ba767(0x5d0)]();if(!_0x40ac52||_0x40ac52===_0x226583[_0x3ba767(0x2ab)])return _0xd3a08f(()=>{});let _0x3ba38d=()=>{const _0x4f3db9=_0x3ba767;var _0x2b54e9;((_0x2b54e9=_0x2c746d[_0x4f3db9(0x4df)](_0x5089fd))==null?void 0x0:_0x2b54e9['getUnitId']())===_0x226583[_0x4f3db9(0x2ab)]&&_0x39dc36['call'](_0x5089fd,_0x40ac52);},_0x4c8a84=[],_0x1ce0a6=[];return _0x3ba38d(),typeof window<'u'&&(_0x1ce0a6['push'](window['requestAnimationFrame'](_0x3ba38d)),_0x4c8a84[_0x3ba767(0x2b2)](window['setTimeout'](_0x3ba38d,0x0)),_0x4c8a84['push'](window['setTimeout'](_0x3ba38d,0x78))),_0xd3a08f(()=>{const _0x58bd36=_0x3ba767;typeof window>'u'||(_0x1ce0a6['forEach'](_0x1666f6=>window[_0x58bd36(0x41f)](_0x1666f6)),_0x4c8a84[_0x58bd36(0x27a)](_0x55c1b4=>window[_0x58bd36(0x39c)](_0x55c1b4)));});}[_0x35dbe5(0x2c8)](_0x3a239b){const _0x4f7940=_0x35dbe5;let _0x5ab15d=[...this[_0x4f7940(0x4e7)][_0x4f7940(0x1c5)]()][_0x4f7940(0x611)](({session:_0x25bece})=>_0x25bece['embedId']!==_0x3a239b[_0x4f7940(0x5b8)]&&_0x25bece['childUnitId']===_0x3a239b[_0x4f7940(0x2ab)]);if(_0x5ab15d)throw new fo(_0x3a239b[_0x4f7940(0x2ab)],_0x5ab15d[_0x4f7940(0x172)]['embedId']);if(this[_0x4f7940(0x1b5)][_0x4f7940(0x55c)](_0x3a239b[_0x4f7940(0x2ab)],_0x3a239b[_0x4f7940(0x674)]))return;let _0x5e5003=this[_0x4f7940(0x1b5)][_0x4f7940(0x518)](_0x3a239b['childUnitId']);throw _0x5e5003!==_0x140e49[_0x4f7940(0x290)]&&_0x5e5003!==_0x3a239b[_0x4f7940(0x674)]?Error(_0x4f7940(0x367)):Error('EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE');}};po=lo([Q(0x0,_0x49be48(ao)),Q(0x1,_0x49be48(ro)),Q(0x2,_0x49be48(oo)),Q(0x3,_0x49be48(so)),Q(0x4,_0x32fce3),Q(0x5,_0x49be48(fa)),Q(0x6,_0x49be48(_0x1b35f4))],po);function mo(_0x3b072e,_0x6ce3a,_0x1d9e6e){const _0x484a15=_0x35dbe5;if(_0x3b072e[_0x484a15(0x20f)][_0x484a15(0x381)]=_0x6ce3a?_0x484a15(0x479):_0x484a15(0x66d),_0x1d9e6e!==_0x484a15(0x18e)){_0x3b072e['removeAttribute'](_0x484a15(0x59b)),_0x3b072e['removeAttribute'](_0x484a15(0x3da)),_0x3b072e[_0x484a15(0x58f)]['removeProperty'](_0x484a15(0x228)),_0x3b072e[_0x484a15(0x58f)][_0x484a15(0x33a)](_0x484a15(0x579));return;}if(_0x3b072e[_0x484a15(0x1b0)](_0x484a15(0x59b),!_0x6ce3a),_0x6ce3a){_0x3b072e['removeAttribute'](_0x484a15(0x3da)),_0x3b072e[_0x484a15(0x58f)][_0x484a15(0x33a)](_0x484a15(0x228)),_0x3b072e[_0x484a15(0x58f)][_0x484a15(0x33a)]('pointer-events');return;}_0x3b072e[_0x484a15(0x534)](_0x484a15(0x3da),_0x484a15(0x479)),_0x3b072e[_0x484a15(0x58f)][_0x484a15(0x228)]=_0x484a15(0x5ff),_0x3b072e['style'][_0x484a15(0x319)]='none';}function ho(_0x4a6983){const _0x295117=_0x35dbe5;let _0x38bee5=document[_0x295117(0x1d1)]('div');return _0x38bee5[_0x295117(0x20f)][_0x295117(0x2d2)]=_0x4a6983==null?_0x295117(0x3f1):_0x4a6983,_0x38bee5['style'][_0x295117(0x5fa)]=[_0x295117(0x26b),_0x295117(0x5b5),_0x295117(0x4f4),_0x295117(0x405),'display:flex',_0x295117(0x5aa),'justify-content:center',_0x295117(0x337),_0x295117(0x3f8),_0x295117(0x63f),'background:rgba(99,102,106,.06)',_0x295117(0x29c),_0x295117(0x56e),'text-align:center'][_0x295117(0x352)](';'),_0x38bee5[_0x295117(0x62a)]=_0x4a6983===_0x295117(0x4f2)?_0x295117(0x359):'Nested\x20embed\x20is\x20not\x20supported.',_0x38bee5;}let go=class{constructor(_0x509cc7,_0xf33776,_0x2cce16,_0x23b119,_0x882114,_0x35df19,_0x4d3c2a,_0xeafccf,_0x30be5a){const _0x39b19e=_0x35dbe5;this['_univerInstanceService']=_0x509cc7,this['_focusOwnerService']=_0xf33776,this[_0x39b19e(0x1d2)]=_0x2cce16,this['_menuOverrideService']=_0x23b119,this[_0x39b19e(0x530)]=_0x882114,this[_0x39b19e(0x549)]=_0x35df19,this[_0x39b19e(0x466)]=_0x4d3c2a,this[_0x39b19e(0x658)]=_0xeafccf,this[_0x39b19e(0x1f1)]=_0x30be5a,J(this,'_previousChildCurrentUnits',new Map()),J(this,_0x39b19e(0x669),new Map());}[_0x35dbe5(0x47c)](_0x34c50c){const _0x536360=_0x35dbe5;var _0x1260c6,_0x3a407c;this[_0x536360(0x613)](_0x34c50c),this['_rememberPreviousChildCurrentUnit'](_0x34c50c),this[_0x536360(0x1d2)][_0x536360(0x5eb)]({'embedId':_0x34c50c[_0x536360(0x5b8)],'hostUnitId':_0x34c50c['hostUnitId'],'hostType':_0x34c50c[_0x536360(0x323)],'entry':_0x34c50c[_0x536360(0x2ad)],'hostAnchorId':_0x34c50c[_0x536360(0x666)],'descriptor':_0x34c50c}),this['_mountService'][_0x536360(0x575)](_0x34c50c[_0x536360(0x5b8)]);let _0x1412ee=(_0x1260c6=this[_0x536360(0x549)])==null?void 0x0:_0x1260c6[_0x536360(0x66a)](_0x34c50c[_0x536360(0x674)]);return this['_menuOverrideService']['activate'](_0x34c50c,'tab-active',{'layoutPolicy':_0x1412ee==null||(_0x3a407c=_0x1412ee['layoutPolicy'])==null?void 0x0:_0x3a407c[_0x536360(0x18e)],'allowPlaceholder':(_0x1412ee==null?void 0x0:_0x1412ee[_0x536360(0x51c)])===_0x536360(0x241)||(_0x1412ee==null?void 0x0:_0x1412ee['hostHeaderMode'])===_0x536360(0x16c)});}[_0x35dbe5(0x197)](_0x1fc9a7,_0x6c5289,_0x50424c={}){const _0x56b808=_0x35dbe5;this[_0x56b808(0x613)](_0x1fc9a7),this[_0x56b808(0x476)]['setFocusOwner']({'hostUnitId':_0x1fc9a7[_0x56b808(0x4bd)],'embedId':_0x1fc9a7[_0x56b808(0x5b8)],'childUnitId':_0x1fc9a7[_0x56b808(0x2ab)],'childType':_0x1fc9a7[_0x56b808(0x674)],'reason':_0x56b808(0x3c4)}),this['_mountService']['activateSession'](_0x1fc9a7['embedId']);let _0x54db9d={'hostUnitId':_0x1fc9a7['hostUnitId'],'embedId':_0x1fc9a7[_0x56b808(0x5b8)],'childUnitId':_0x1fc9a7[_0x56b808(0x2ab)]};if(_0x6c5289){var _0x42cf8f;(_0x42cf8f=this[_0x56b808(0x466)])==null||_0x42cf8f['activate'](_0x54db9d,_0x6c5289);}else{var _0x523b2c;(_0x523b2c=this['_floatingActiveService'])==null||_0x523b2c[_0x56b808(0x51f)](_0x54db9d);}this['_menuOverrideService']['clear'](),_0x6c5289===_0x56b808(0x18a)?(this[_0x56b808(0x43c)](_0x1fc9a7[_0x56b808(0x2ab)],_0x1fc9a7[_0x56b808(0x674)]),this[_0x56b808(0x396)](_0x1fc9a7)):this[_0x56b808(0x414)]();}[_0x35dbe5(0x576)](_0x33a332,_0xa3ce17={}){const _0x163e1c=_0x35dbe5;this['activateFloating'](_0x33a332,_0x163e1c(0x18a),_0xa3ce17);}[_0x35dbe5(0x315)](_0x387678){const _0x30739d=_0x35dbe5;this[_0x30739d(0x613)](_0x387678),this[_0x30739d(0x476)][_0x30739d(0x39e)]({'hostUnitId':_0x387678[_0x30739d(0x4bd)],'embedId':_0x387678[_0x30739d(0x5b8)],'childUnitId':_0x387678[_0x30739d(0x2ab)],'childType':_0x387678['childType'],'reason':_0x30739d(0x3c4)}),this['_focusUnit'](_0x387678[_0x30739d(0x2ab)],_0x387678[_0x30739d(0x674)]);}['clearFullscreen'](_0x115533){const _0x376a7f=_0x35dbe5;let _0x48385e=this['_focusOwnerService'][_0x376a7f(0x1a8)]();_0x48385e!=null&&_0x48385e[_0x376a7f(0x5b8)]&&_0x48385e[_0x376a7f(0x5b8)]!==_0x115533['embedId']||(this['_focusOwnerService'][_0x376a7f(0x573)](_0x115533[_0x376a7f(0x5b8)]),this[_0x376a7f(0x1b5)]['setCurrentUnitForType'](_0x115533[_0x376a7f(0x4bd)]),this[_0x376a7f(0x1b5)][_0x376a7f(0x404)](_0x115533[_0x376a7f(0x4bd)]));}['clearFloating'](_0x4e4a6e,_0x14fdfd){const _0x454d23=_0x35dbe5;var _0x36df6b,_0x3ea8b5,_0x48ae3f;let _0x5710c0=this[_0x454d23(0x476)][_0x454d23(0x1a8)]();if(_0x4e4a6e&&_0x5710c0!=null&&_0x5710c0['embedId']&&_0x5710c0[_0x454d23(0x5b8)]!==_0x4e4a6e)return;let _0x8b1243=(_0x36df6b=this['_floatingActiveService'])==null?void 0x0:_0x36df6b[_0x454d23(0x328)],_0x108298=typeof _0x8b1243=='function'?_0x8b1243['call'](this[_0x454d23(0x466)]):null;if(_0x4e4a6e&&!_0x5710c0&&(_0x108298==null?void 0x0:_0x108298[_0x454d23(0x5b8)])!==_0x4e4a6e&&!_0x14fdfd)return;let _0x1497d4=(_0x3ea8b5=_0x14fdfd==null?_0x5710c0==null?void 0x0:_0x5710c0[_0x454d23(0x4bd)]:_0x14fdfd)==null?_0x108298==null?void 0x0:_0x108298[_0x454d23(0x4bd)]:_0x3ea8b5;(_0x48ae3f=this['_floatingActiveService'])==null||_0x48ae3f['clear'](_0x4e4a6e),this['_focusOwnerService'][_0x454d23(0x573)](_0x4e4a6e),this[_0x454d23(0x1c7)]['clear'](_0x4e4a6e),this['_releaseFloatingHostFocusRestorers'](_0x4e4a6e),_0x4e4a6e&&this[_0x454d23(0x530)][_0x454d23(0x562)](_0x4e4a6e),_0x1497d4&&(this[_0x454d23(0x1b5)][_0x454d23(0x2c1)](_0x1497d4),this[_0x454d23(0x1b5)][_0x454d23(0x404)](_0x1497d4));}[_0x35dbe5(0x583)](_0x605247){const _0xe0eb14=_0x35dbe5;this[_0xe0eb14(0x1c7)][_0xe0eb14(0x608)](_0x605247),this[_0xe0eb14(0x476)][_0xe0eb14(0x573)](_0x605247);let _0x593e9e=this[_0xe0eb14(0x530)][_0xe0eb14(0x3e8)](_0x605247);_0x593e9e[_0xe0eb14(0x27a)](_0xe9555b=>this['_restorePreviousChildCurrentUnit'](_0xe9555b[_0xe0eb14(0x5b8)],_0xe9555b[_0xe0eb14(0x674)],_0xe9555b[_0xe0eb14(0x2ab)])),new Set(_0x593e9e['map'](_0x49936f=>_0x49936f[_0xe0eb14(0x4bd)]))['forEach'](_0x3e4078=>{const _0xaed544=_0xe0eb14;this[_0xaed544(0x1b5)][_0xaed544(0x2c1)](_0x3e4078),this[_0xaed544(0x1b5)][_0xaed544(0x404)](_0x3e4078);});}[_0x35dbe5(0x29a)](_0x1528f8){const _0x397b29=_0x35dbe5;let _0x137874=_0x1528f8[_0x397b29(0x674)],_0x374f24=this[_0x397b29(0x5b3)](_0x137874);this[_0x397b29(0x173)]['set'](_0x1528f8[_0x397b29(0x5b8)],{'childType':_0x137874,'unitId':_0x374f24&&_0x374f24!==_0x1528f8['childUnitId']?_0x374f24:void 0x0});}[_0x35dbe5(0x472)](_0x2f36fb,_0x225143,_0x565a2a){const _0x5228dd=_0x35dbe5;let _0x42490e=this[_0x5228dd(0x173)][_0x5228dd(0x66a)](_0x2f36fb);this['_previousChildCurrentUnits'][_0x5228dd(0x5b4)](_0x2f36fb);let _0x41a3b1=(_0x42490e==null?void 0x0:_0x42490e['childType'])===_0x225143&&_0x42490e[_0x5228dd(0x44d)]&&this['_hasUnit'](_0x42490e[_0x5228dd(0x44d)],_0x225143)?_0x42490e[_0x5228dd(0x44d)]:this[_0x5228dd(0x65c)](_0x225143,_0x565a2a);_0x41a3b1&&this[_0x5228dd(0x1b5)][_0x5228dd(0x2c1)](_0x41a3b1);}[_0x35dbe5(0x5b3)](_0x3bcdb6){const _0x55540a=_0x35dbe5;var _0x2a7ebd;let _0x5be2fa=this[_0x55540a(0x1b5)]['getCurrentUnitOfType'];return _0x5be2fa==null||(_0x2a7ebd=_0x5be2fa[_0x55540a(0x4df)](this[_0x55540a(0x1b5)],_0x3bcdb6))==null?void 0x0:_0x2a7ebd[_0x55540a(0x5d0)]();}[_0x35dbe5(0x20a)](_0x4b3ced,_0xa6f3d0){const _0x4c19f0=_0x35dbe5;let _0x9d5f89=this['_univerInstanceService'][_0x4c19f0(0x55c)];return!!(_0x9d5f89!=null&&_0x9d5f89[_0x4c19f0(0x4df)](this[_0x4c19f0(0x1b5)],_0x4b3ced,_0xa6f3d0));}[_0x35dbe5(0x65c)](_0x503c3c,_0x592b01){const _0x236853=_0x35dbe5;var _0x20e848;let _0x38d527=this[_0x236853(0x1b5)][_0x236853(0x3e6)];return _0x38d527==null||(_0x20e848=_0x38d527[_0x236853(0x4df)](this['_univerInstanceService'],_0x503c3c))==null||(_0x20e848=_0x20e848[_0x236853(0x611)](_0x1fb94e=>_0x1fb94e[_0x236853(0x5d0)]()!==_0x592b01))==null?void 0x0:_0x20e848[_0x236853(0x5d0)]();}[_0x35dbe5(0x3b2)](_0x426c6e,_0x3f028c){const _0x19cd65=_0x35dbe5;var _0x142653,_0x3344b2,_0x5c85bc,_0xb51928,_0x597b36;this['_setCurrentUnitForType'](_0x426c6e,_0x3f028c);let _0x3a3a1b=this[_0x19cd65(0x1b5)][_0x19cd65(0x515)];(typeof _0x3a3a1b!=_0x19cd65(0x5e7)||((_0x142653=_0x3a3a1b[_0x19cd65(0x4df)](this[_0x19cd65(0x1b5)]))==null?void 0x0:_0x142653['getUnitId']())!==_0x426c6e)&&this[_0x19cd65(0x1b5)][_0x19cd65(0x404)](_0x426c6e),(_0x3344b2=this[_0x19cd65(0x658)])==null||_0x3344b2[_0x19cd65(0x559)](_0x232b64,!0x0),(_0x5c85bc=this[_0x19cd65(0x658)])==null||_0x5c85bc[_0x19cd65(0x559)](_0x4f347f,_0x3f028c===_0x140e49[_0x19cd65(0x43a)]),(_0xb51928=this[_0x19cd65(0x658)])==null||_0xb51928['setContextValue'](_0x1a85d7,_0x3f028c===_0x140e49[_0x19cd65(0x227)]),(_0x597b36=this[_0x19cd65(0x658)])==null||_0x597b36[_0x19cd65(0x559)](_0x366b63,_0x3f028c===_0x140e49[_0x19cd65(0x5ee)]),this[_0x19cd65(0x365)]();}['_setCurrentUnitForType'](_0x3779b9,_0x30d138){const _0xcd0900=_0x35dbe5;var _0x45c4ec;let _0x21d94f=this['_univerInstanceService']['getCurrentUnitOfType'];(typeof _0x21d94f!=_0xcd0900(0x5e7)||((_0x45c4ec=_0x21d94f[_0xcd0900(0x4df)](this['_univerInstanceService'],_0x30d138))==null?void 0x0:_0x45c4ec['getUnitId']())!==_0x3779b9)&&this[_0xcd0900(0x1b5)]['setCurrentUnitForType'](_0x3779b9);}[_0x35dbe5(0x365)](){const _0x58befd=_0x35dbe5;let _0x10f42b=()=>{const _0x187de4=_0x3c26;var _0x1f7b7d;return(_0x1f7b7d=this[_0x187de4(0x1f1)])==null?void 0x0:_0x1f7b7d[_0x187de4(0x430)]();};_0x10f42b(),typeof queueMicrotask==_0x58befd(0x5e7)&&queueMicrotask(_0x10f42b),requestAnimationFrame(_0x10f42b);}['_preserveHostGlobalFocusForFloating'](_0x28c111){const _0xc0366b=_0x35dbe5;var _0xb4db76;if(this[_0xc0366b(0x414)](),_0x28c111[_0xc0366b(0x2ad)]===_0xc0366b(0x31a))return;let _0x301f18=_0x28c111[_0xc0366b(0x2ab)],_0x1f1de4=_0x28c111[_0xc0366b(0x4bd)],_0x5f55bc=this[_0xc0366b(0x1b5)],_0x2111af=!0x1,_0x3c7fea=()=>{const _0x1014cc=_0xc0366b;var _0x2f0819;if(!(_0x2111af||((_0x2f0819=_0x5f55bc['getFocusedUnit'])==null||(_0x2f0819=_0x2f0819[_0x1014cc(0x4df)](this[_0x1014cc(0x1b5)]))==null?void 0x0:_0x2f0819[_0x1014cc(0x5d0)]())!==_0x301f18)){_0x2111af=!0x0;try{this['_univerInstanceService'][_0x1014cc(0x2c1)](_0x1f1de4),this[_0x1014cc(0x1b5)][_0x1014cc(0x404)](_0x1f1de4);}finally{_0x2111af=!0x1;}}},_0x33cc68=(_0xb4db76=_0x5f55bc[_0xc0366b(0x53e)])==null?void 0x0:_0xb4db76[_0xc0366b(0x30e)](_0x3c7fea);this['_floatingHostFocusRestorers'][_0xc0366b(0x27d)](_0x28c111['embedId'],_0xd3a08f(()=>_0x33cc68==null?void 0x0:_0x33cc68[_0xc0366b(0x2cc)]())),_0x3c7fea();}[_0x35dbe5(0x414)](_0x6e682e){const _0x5db0b2=_0x35dbe5;this[_0x5db0b2(0x669)][_0x5db0b2(0x27a)]((_0x1e7f0e,_0x47f425)=>{const _0x3a5d75=_0x5db0b2;_0x6e682e&&_0x47f425!==_0x6e682e||(_0x1e7f0e[_0x3a5d75(0x4d7)](),this[_0x3a5d75(0x669)][_0x3a5d75(0x5b4)](_0x47f425));});}[_0x35dbe5(0x613)](_0x456082){const _0x3eeb73=_0x35dbe5;if(!_0x456082[_0x3eeb73(0x2ab)]||_0x456082['childType']==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};go=lo([Q(0x0,_0x32fce3),Q(0x1,_0x49be48(_0x5305bf)),Q(0x2,_0x49be48(_0x4f3315)),Q(0x3,_0x49be48(la)),Q(0x4,_0x49be48(po)),Q(0x5,_0x12aa00(sa)),Q(0x6,_0x12aa00(ca)),Q(0x7,_0x12aa00(_0x3e88e5)),Q(0x8,_0x12aa00(_0x8e49bd))],go);var _o=class{constructor(){const _0x16a3c0=_0x35dbe5;J(this,_0x16a3c0(0x5be),new _0x5ae71e(null)),J(this,'_exited$',new _0x542213()),J(this,_0x16a3c0(0x511),this[_0x16a3c0(0x5be)][_0x16a3c0(0x4e9)]()),J(this,_0x16a3c0(0x3cb),this['_exited$'][_0x16a3c0(0x4e9)]());}[_0x35dbe5(0x5bf)](){const _0x2c0e0a=_0x35dbe5;return this['_session$'][_0x2c0e0a(0x2a8)]();}[_0x35dbe5(0x61a)](_0x1739df){const _0x4c5240=_0x35dbe5;var _0x359b12,_0x51340e;if(!_0x1739df['childUnitId']||_0x1739df[_0x4c5240(0x674)]==null)throw Error(_0x4c5240(0x634));let _0x4c5ec6=((_0x359b12=_0x1739df['sourceMeta'])==null?void 0x0:_0x359b12[_0x4c5240(0x3fb)])||void 0x0,_0x43b16f=((_0x51340e=_0x1739df[_0x4c5240(0x5e0)])==null?void 0x0:_0x51340e['tab'])||void 0x0;if(_0x43b16f&&_0x43b16f[_0x4c5240(0x487)]&&!_0x4c5ec6)throw Error('EMBED_FULLSCREEN_TAB_NOT_SUPPORTED');let _0x40ed72=_0x4c5ec6?_0x4c5ec6[_0x4c5240(0x1ab)]:void 0x0;if(!_0x40ed72)throw Error(_0x4c5240(0x1c9));let _0x15ae76={'hostUnitId':_0x1739df[_0x4c5240(0x4bd)],'embedId':_0x1739df[_0x4c5240(0x5b8)],'childUnitId':_0x1739df[_0x4c5240(0x2ab)],'childType':_0x1739df[_0x4c5240(0x674)],'entry':_0x1739df[_0x4c5240(0x2ad)],'layout':_0x40ed72};return this['_session$'][_0x4c5240(0x5fc)](_0x15ae76),_0x15ae76;}[_0x35dbe5(0x3b1)](_0x2e88eb){const _0x1ae19c=_0x35dbe5;let _0x1291c4=this[_0x1ae19c(0x5bf)]();_0x1291c4&&(!_0x2e88eb||_0x1291c4[_0x1ae19c(0x5b8)]===_0x2e88eb)&&this[_0x1ae19c(0x5be)][_0x1ae19c(0x5fc)](null);}['notifyExited'](_0x5a31ce){const _0x522b2d=_0x35dbe5;this[_0x522b2d(0x306)]['next'](_0x5a31ce);}};function vo(_0x17dee6){let {injector:_0x4118fa,children:_0x4db69e,mountContainer:_0x2735b9,embedId:_0x1562db}=_0x17dee6;return _0x2e0de7(_0x58927c(()=>_0x458535(yo,_0x4118fa),[_0x4118fa]),{'mountContainer':_0x2735b9,'embedId':_0x1562db,'children':_0x4db69e});}function yo(_0x1e6d80){const _0x1f24b2=_0x35dbe5;let {children:_0x47d2bb,mountContainer:_0xf7fd3a,embedId:_0x168ca6}=_0x1e6d80,_0x38683f=_0x27199d(),_0x4851da=_0x21f18c(_0x50c946),_0x62d126=_0x58927c(()=>_0x38683f[_0x1f24b2(0x629)](_0x5906bd)?_0x38683f[_0x1f24b2(0x66a)](_0x5906bd):void 0x0,[_0x38683f]),[_0x144ebd,_0x2f35cc]=_0x57f380(_0x4851da[_0x1f24b2(0x2c6)]()),[_0x1bea12,_0x13d59c]=_0x57f380(_0x4851da['getDirection']()),_0x572d2=bo(_0x62d126),_0x1fe9d1=_0x58927c(()=>_0xf7fd3a!==void 0x0||typeof document>'u'?null:document['createElement'](_0x1f24b2(0x590)),[_0xf7fd3a]),_0x2fb2e3=_0xf7fd3a===void 0x0?_0x1fe9d1:_0xf7fd3a;return _0x384162(()=>{if(_0x1fe9d1)return document['body']['appendChild'](_0x1fe9d1),()=>{const _0x25f1d3=_0x3c26;document[_0x25f1d3(0x506)]['removeChild'](_0x1fe9d1);};},[_0x1fe9d1]),_0x384162(()=>{const _0x26cff0=_0x1f24b2;let _0x481619=[_0x4851da[_0x26cff0(0x59c)]['subscribe'](()=>{_0x2f35cc(_0x4851da['getLocales']());}),_0x4851da[_0x26cff0(0x536)][_0x26cff0(0x30e)](()=>{_0x13d59c(_0x4851da['getDirection']());})];return()=>{const _0x4ba984=_0x26cff0;_0x481619['forEach'](_0x1dda26=>_0x1dda26[_0x4ba984(0x2cc)]());};},[_0x4851da]),_0x384162(()=>{const _0x56e162=_0x1f24b2;let _0x4cda45=_0x2fb2e3;_0x4cda45&&_0x4cda45[_0x56e162(0x534)]('dir',_0x1bea12);},[_0x1bea12,_0x2fb2e3]),_0x384162(()=>{const _0x20a60e=_0x1f24b2;let _0x1388b8=_0x2fb2e3;if(!_0x1388b8||!_0x168ca6)return;let _0x41afa1=_0x1388b8['getAttribute'](Z);return _0x1388b8[_0x20a60e(0x534)](Z,_0x168ca6),()=>{const _0x164bf4=_0x20a60e;if(_0x41afa1==null){_0x1388b8[_0x164bf4(0x480)](Z);return;}_0x1388b8[_0x164bf4(0x534)](Z,_0x41afa1);};},[_0x168ca6,_0x2fb2e3]),_0x2e0de7(_0x2dde5f,{'locale':_0x144ebd==null?void 0x0:_0x144ebd['design'],'direction':_0x1bea12,'mountContainer':_0x2fb2e3,'children':_0x2e0de7(_0x1f24b2(0x590),{'className':_0x50d2f5(_0x1f24b2(0x245),{'univer-dark':_0x572d2}),'data-embed-runtime-provider':'true','children':_0x47d2bb})});}function bo(_0x2b8325){return _0x513495(_0x56200e=>{const _0x407181=_0x3c26;if(!_0x2b8325)return()=>{};let _0x540a7e=_0x2b8325['darkMode$'][_0x407181(0x30e)](()=>_0x56200e());return()=>_0x540a7e[_0x407181(0x2cc)]();},()=>{const _0x132480=_0x3c26;var _0x1b8005;return(_0x1b8005=_0x2b8325==null?void 0x0:_0x2b8325[_0x132480(0x662)])==null?!0x1:_0x1b8005;},()=>!0x1);}const xo=new WeakMap(),So=new WeakMap(),Co=new WeakMap();function wo(_0x44bd98){const _0x43c4cb=_0x35dbe5;let _0x32e98b=xo[_0x43c4cb(0x66a)](_0x44bd98);if(_0x32e98b){var _0x2fb51b;return Co[_0x43c4cb(0x27d)](_0x32e98b,((_0x2fb51b=Co[_0x43c4cb(0x66a)](_0x32e98b))==null?0x0:_0x2fb51b)+0x1),_0x32e98b;}let _0x39ef7e={'render':_0x1e4466=>_0x9d782b(_0x1e4466,_0x44bd98)};return xo[_0x43c4cb(0x27d)](_0x44bd98,_0x39ef7e),So[_0x43c4cb(0x27d)](_0x39ef7e,_0x44bd98),Co[_0x43c4cb(0x27d)](_0x39ef7e,0x0),_0x39ef7e;}function To(_0x5ce574){const _0x5678aa=_0x35dbe5;var _0x134ecc;let _0x1605a0=So[_0x5678aa(0x66a)](_0x5ce574),_0x5c09cc=(_0x134ecc=Co['get'](_0x5ce574))==null?0x0:_0x134ecc;globalThis[_0x5678aa(0x170)](()=>{const _0x1a19e1=_0x5678aa;var _0x14fd55;_0x1605a0&&xo['get'](_0x1605a0)!==_0x5ce574||((_0x14fd55=Co['get'](_0x5ce574))==null?0x0:_0x14fd55)===_0x5c09cc&&(_0x1605a0&&(xo[_0x1a19e1(0x5b4)](_0x1605a0),So[_0x1a19e1(0x5b4)](_0x5ce574)),Co[_0x1a19e1(0x5b4)](_0x5ce574),_0x1605a0&&_0x10cd1b(_0x1605a0));},0x0);}function Eo(_0x33fd3f){const _0x4d2a40=_0x35dbe5;let {container:_0x3c29a0,portalContainer:_0x5d80c4,injector:_0x5735c2,childType:_0x3663a2,childUnitId:_0x41b693,embedId:_0x375213,menuSchema:_0x25df27,menuTitlePrefix:_0x5324d1,activeRibbonTab:_0x367dfd,headerMenu:_0x1aa2d5=!0x1,toolbarOnly:_0x11e8b5,ribbonHeaderClassName:_0x3f7fb4,scopedActionServiceTokens:_0x3c4c82}=_0x33fd3f;if(_0x25df27!=null&&typeof _0x25df27!=_0x4d2a40(0x64e))return;let _0x4f1086=Do(_0x5735c2,{'childType':_0x3663a2,'childUnitId':_0x41b693,'embedId':_0x375213,'menuSchema':_0x25df27,'menuTitlePrefix':_0x5324d1,'activeRibbonTab':_0x367dfd,'scopedActionServiceTokens':_0x3c4c82}),_0x4aee73=wo(_0x3c29a0);return _0x4aee73['render'](_0xf619e0(vo,{'injector':_0x4f1086['injector'],'mountContainer':_0x5d80c4==null?_0x3c29a0:_0x5d80c4,'embedId':_0x375213},_0xf619e0(_0x461c7a,{'ribbonType':_0x4d2a40(0x588),'headerMenu':_0x1aa2d5,'toolbarOnly':_0x11e8b5,'headerClassName':_0x3f7fb4}))),_0xd3a08f(()=>{const _0x37a040=_0x4d2a40;To(_0x4aee73),_0x4f1086[_0x37a040(0x497)]['dispose']();});}function Do(_0x1b1845,_0x44bde6){const _0x3d7e0a=_0x35dbe5;let {childType:_0x1fe7c8,childUnitId:_0x4339c2,embedId:_0x11e79a,menuSchema:_0x5d7d1b,menuTitlePrefix:_0x27f306,activeRibbonTab:_0x20543a,scopedActionServiceTokens:_0x475391}=_0x44bde6,_0x2d67b2=_0x1b1845[_0x3d7e0a(0x66a)](_0x32fce3),_0x1ddc3c=Mo(_0x2d67b2,_0x1fe7c8,_0x4339c2),_0x4cae3c=new Set(_0x475391==null?[]:_0x475391),_0x3867c4=new WeakMap(),_0x406a1f,_0x12ff4e=Io(_0x1b1845['get'](_0x1cbf8c),_0x2d67b2,_0x1fe7c8,_0x4339c2,_0x11e79a,()=>_0x406a1f),_0x1d79c3=_0x4339c2&&_0x1b1845[_0x3d7e0a(0x629)](_0x3e88e5)?No(_0x1b1845[_0x3d7e0a(0x66a)](_0x3e88e5),_0x1fe7c8):void 0x0,_0x3be956=new Map([[_0x32fce3,_0x1ddc3c],[_0x1cbf8c,_0x12ff4e]]);_0x1d79c3&&_0x3be956[_0x3d7e0a(0x27d)](_0x3e88e5,_0x1d79c3),_0x4cae3c[_0x3d7e0a(0x27a)](_0x351455=>{const _0x440918=_0x3d7e0a;_0x4339c2&&_0x1b1845[_0x440918(0x629)](_0x351455)&&_0x3be956['set'](_0x351455,Lo(_0x1b1845[_0x440918(0x66a)](_0x351455),_0x2d67b2,_0x1fe7c8,_0x4339c2,_0x11e79a,()=>_0x406a1f,_0x3867c4));}),_0x406a1f=Oa(_0x1b1845,_0x3be956);let _0x5f8277,_0x34ee0b,_0x570f8a={};if(_0x5d7d1b&&typeof _0x5d7d1b==_0x3d7e0a(0x64e)){let _0x5c6c48=new _0x32afb8(_0x406a1f,_0x1b1845[_0x3d7e0a(0x66a)](_0x3be403));_0x5c6c48[_0x3d7e0a(0x370)](Ao(_0x5d7d1b,_0x27f306,_0x1b1845)),_0x5f8277=_0x5c6c48,_0x34ee0b=_0x5c6c48;}else{let _0x38f66f=_0x1b1845['get'](_0x5388c8),_0x1b8efc=_0x38f66f['createScoped'];_0x5f8277=typeof _0x1b8efc==_0x3d7e0a(0x5e7)?_0x1b8efc['call'](_0x38f66f,_0x406a1f):_0x38f66f;}let _0x16d7a7=new _0x4bd0a7(_0x5f8277,_0x1ddc3c);_0x570f8a[_0x3d7e0a(0x25e)]=_0x16d7a7,_0x20543a&&_0x16d7a7['setActivatedTab'](_0x20543a);let _0x19c8fa=_0x27f306?Oo(_0x16d7a7,_0x27f306,_0x1b1845):_0x16d7a7;return _0x406a1f[_0x3d7e0a(0x310)]([_0x5388c8,{'useValue':_0x5f8277}]),_0x406a1f[_0x3d7e0a(0x310)]([_0xb4e626,{'useValue':_0x19c8fa}]),{'injector':_0x406a1f,'ribbonService':_0x19c8fa,'disposable':_0xd3a08f(()=>{const _0x460122=_0x3d7e0a;var _0x2a4d23;(_0x2a4d23=_0x570f8a[_0x460122(0x25e)])==null||_0x2a4d23[_0x460122(0x4d7)](),_0x34ee0b==null||_0x34ee0b[_0x460122(0x4d7)](),_0x406a1f[_0x460122(0x4d7)]();})};}function Oo(_0x128d00,_0x5f0781,_0xb48b6a){const _0x3e1b70=_0x35dbe5;let _0x3a6823;try{_0x3a6823=_0xb48b6a[_0x3e1b70(0x66a)](_0x50c946);}catch{_0x3a6823=void 0x0;}return{'ribbon$':_0x128d00[_0x3e1b70(0x2b9)][_0x3e1b70(0x219)](_0x543b46(_0x5d92e7=>_0x5d92e7[_0x3e1b70(0x43e)](_0x1bff62=>ko(_0x1bff62,_0x5f0781,_0x3a6823)))),'activatedTab$':_0x128d00[_0x3e1b70(0x23c)],'collapsedIds$':_0x128d00[_0x3e1b70(0x271)],'fakeToolbarVisible$':_0x128d00[_0x3e1b70(0x3a1)],'setActivatedTab':_0x4ba467=>_0x128d00[_0x3e1b70(0x178)](_0x4ba467),'showContextualTab':(_0x4441c9,_0xd614df)=>_0x128d00[_0x3e1b70(0x1fa)](_0x4441c9,_0xd614df),'hideContextualTab':_0x494ccb=>_0x128d00[_0x3e1b70(0x312)](_0x494ccb),'hideAllContextualTabs':()=>_0x128d00[_0x3e1b70(0x3e9)](),'setCollapsedIds':_0x4d1785=>_0x128d00[_0x3e1b70(0x3c0)](_0x4d1785),'setFakeToolbarVisible':_0x12d156=>_0x128d00[_0x3e1b70(0x1e2)](_0x12d156)};}function ko(_0x43a47e,_0x1e74c1,_0x26442c){const _0x5fab9b=_0x35dbe5;let _0x43f971=_0x43a47e[_0x5fab9b(0x62d)]||_0x43a47e[_0x5fab9b(0x3fe)],_0xdb5f3b=_0x26442c?_0x26442c['t'](_0x43f971):_0x43f971;return{..._0x43a47e,'title':_0x1e74c1+_0x5fab9b(0x33f)+_0xdb5f3b};}function Ao(_0x5e882e,_0x148eb0,_0x1a73bd){const _0x42fe96=_0x35dbe5;if(!_0x148eb0||!_0x5e882e||typeof _0x5e882e!=_0x42fe96(0x64e))return _0x5e882e;let _0x13a262=jo(_0x5e882e),_0x1bad49=_0x13a262[_0x188fbe[_0x42fe96(0x55a)]];if(!_0x1bad49||typeof _0x1bad49!=_0x42fe96(0x64e))return _0x13a262;let _0x2d62bc;try{_0x2d62bc=_0x1a73bd[_0x42fe96(0x66a)](_0x50c946);}catch{_0x2d62bc=void 0x0;}return Object[_0x42fe96(0x1c5)](_0x1bad49)[_0x42fe96(0x27a)](_0x2b7708=>{const _0x2f92b9=_0x42fe96;if(!_0x2b7708||typeof _0x2b7708!=_0x2f92b9(0x64e))return;let _0x1254d7=_0x2b7708,_0x5639bf=_0x1254d7['title'];_0x5639bf&&(_0x1254d7[_0x2f92b9(0x62d)]=_0x148eb0+_0x2f92b9(0x33f)+(_0x2d62bc?_0x2d62bc['t'](_0x5639bf):_0x5639bf));}),_0x13a262;}function jo(_0x298db4){const _0x4a9932=_0x35dbe5;return!_0x298db4||typeof _0x298db4!=_0x4a9932(0x64e)?_0x298db4:Array['isArray'](_0x298db4)?_0x298db4['map'](_0xd19b31=>jo(_0xd19b31)):Object[_0x4a9932(0x382)](Object[_0x4a9932(0x560)](_0x298db4)[_0x4a9932(0x43e)](([_0x5aaa63,_0x24f9e7])=>[_0x5aaa63,jo(_0x24f9e7)]));}function Mo(_0x1ab2e9,_0x40e6f6,_0x46309d){const _0x5befe3=_0x35dbe5;let _0x5c5d7d=()=>_0x46309d?_0x1ab2e9[_0x5befe3(0x55c)](_0x46309d,_0x40e6f6):null,_0x32a4a8=_0x46309d?_0x218648(_0x3fe65c(_0x46309d),_0x1ab2e9[_0x5befe3(0x1a2)](_0x40e6f6)[_0x5befe3(0x219)](_0x543b46(()=>_0x46309d)),_0x1ab2e9[_0x5befe3(0x57e)](_0x40e6f6)[_0x5befe3(0x219)](_0x543b46(()=>_0x46309d))):_0x1ab2e9[_0x5befe3(0x53e)];return{'unitAdded$':_0x1ab2e9['unitAdded$'],'getTypeOfUnitAdded$':(..._0x4656e6)=>_0x1ab2e9['getTypeOfUnitAdded$'](..._0x4656e6),'__addUnit':(..._0x35339c)=>_0x1ab2e9[_0x5befe3(0x1bb)](..._0x35339c),'unitDisposed$':_0x1ab2e9[_0x5befe3(0x2cf)],'getTypeOfUnitDisposed$':(..._0x314f5b)=>_0x1ab2e9[_0x5befe3(0x57e)](..._0x314f5b),'focused$':_0x32a4a8,get 'focused'(){const _0x2845c0=_0x5befe3;var _0x5dacf6;return(_0x5dacf6=_0x5c5d7d())==null?_0x1ab2e9[_0x2845c0(0x515)]():_0x5dacf6;},'focusUnit':(..._0x150ae8)=>_0x1ab2e9[_0x5befe3(0x404)](..._0x150ae8),'getFocusedUnit':()=>{const _0x328f64=_0x5befe3;var _0x2b0073;return(_0x2b0073=_0x5c5d7d())==null?_0x1ab2e9[_0x328f64(0x515)]():_0x2b0073;},'getCurrentUnitOfType':_0x405c99=>_0x405c99===_0x40e6f6&&_0x46309d?_0x5c5d7d():_0x1ab2e9[_0x5befe3(0x4d2)](_0x405c99),'setCurrentUnitForType':(..._0x1a8eda)=>_0x1ab2e9[_0x5befe3(0x2c1)](..._0x1a8eda),'getCurrentTypeOfUnit$':_0x4c34ab=>_0x4c34ab!==_0x40e6f6||!_0x46309d?_0x1ab2e9[_0x5befe3(0x4ab)](_0x4c34ab):_0x218648(_0x3fe65c(void 0x0),_0x1ab2e9[_0x5befe3(0x1a2)](_0x40e6f6),_0x1ab2e9[_0x5befe3(0x57e)](_0x40e6f6))['pipe'](_0x543b46(()=>_0x5c5d7d())),'createUnit':(..._0x1ddaaa)=>_0x1ab2e9[_0x5befe3(0x302)](..._0x1ddaaa),'getUnitCreateOptions':(..._0x1d244b)=>_0x1ab2e9[_0x5befe3(0x4fd)](..._0x1d244b),'disposeUnit':(..._0x4f9b3e)=>_0x1ab2e9[_0x5befe3(0x2ba)](..._0x4f9b3e),'registerCtorForType':(..._0x3bd9ce)=>_0x1ab2e9[_0x5befe3(0x547)](..._0x3bd9ce),'changeDoc':(..._0xb66be3)=>_0x1ab2e9[_0x5befe3(0x4ca)](..._0xb66be3),'getUnit':(..._0x33e5d3)=>_0x1ab2e9['getUnit'](..._0x33e5d3),'getAllUnitsForType':(..._0x1ed8a1)=>_0x1ab2e9[_0x5befe3(0x3e6)](..._0x1ed8a1),'getUnitType':(..._0x43dc50)=>_0x1ab2e9[_0x5befe3(0x518)](..._0x43dc50),'getUniverSheetInstance':(..._0x41b32a)=>_0x1ab2e9[_0x5befe3(0x665)](..._0x41b32a)};}function No(_0x44fb35,_0x53ce93){return{'contextChanged$':_0x44fb35['contextChanged$'],'getContextValue':_0x59f521=>{let _0x28cecf=Po(_0x59f521,_0x53ce93);return _0x28cecf==null?_0x44fb35['getContextValue'](_0x59f521):_0x28cecf;},'setContextValue':(_0x241032,_0x556343)=>_0x44fb35['setContextValue'](_0x241032,_0x556343),'subscribeContextValue$':_0x22117e=>{const _0x4dc4f5=_0x3c26;let _0x5c7400=Po(_0x22117e,_0x53ce93);return _0x5c7400==null?_0x44fb35[_0x4dc4f5(0x663)](_0x22117e):_0x3fe65c(_0x5c7400);}};}function Po(_0x10dac9,_0x5bf095){if(_0x10dac9===_0x232b64)return!0x0;if(_0x10dac9===_0x1a85d7||_0x10dac9===_0x4f347f||_0x10dac9===_0x366b63)return _0x10dac9===Fo(_0x5bf095);}function Fo(_0x444295){const _0x1e8074=_0x35dbe5;if(_0x444295===_0x140e49[_0x1e8074(0x227)])return _0x1a85d7;if(_0x444295===_0x140e49[_0x1e8074(0x43a)])return _0x4f347f;if(_0x444295===_0x140e49[_0x1e8074(0x5ee)])return _0x366b63;}function Io(_0x1e39ab,_0x126c9e,_0x13e012,_0x579640,_0x86cfb9,_0x36b8af){const _0x3dd1e1=_0x35dbe5;return _0x579640?{'disposed':()=>_0x1e39ab[_0x3dd1e1(0x443)](),'hasCommand':_0x6b09f0=>_0x1e39ab[_0x3dd1e1(0x1ca)](_0x6b09f0),'registerCommand':(..._0x141338)=>_0x1e39ab['registerCommand'](..._0x141338),'unregisterCommand':_0xad0e3b=>_0x1e39ab['unregisterCommand'](_0xad0e3b),'registerMultipleCommand':(..._0x5b8353)=>_0x1e39ab[_0x3dd1e1(0x4b9)](..._0x5b8353),'executeCommand':async(..._0x21771d)=>{const _0x341aa6=_0x3dd1e1;let _0x1d379b=_0x126c9e['getCurrentUnitOfType'](_0x13e012);try{return _0x126c9e[_0x341aa6(0x2c1)](_0x579640),await _0x1e39ab[_0x341aa6(0x628)](_0x21771d[0x0],_0x21771d[0x1],_0x21771d[0x2]);}finally{Vo(_0x126c9e,_0x579640,_0x1d379b,_0x86cfb9,_0x36b8af);}},'syncExecuteCommand':(..._0x5a468c)=>{const _0x563e15=_0x3dd1e1;let _0x293cc0=_0x126c9e[_0x563e15(0x4d2)](_0x13e012);try{return _0x126c9e[_0x563e15(0x2c1)](_0x579640),_0x1e39ab[_0x563e15(0x388)](_0x5a468c[0x0],_0x5a468c[0x1],_0x5a468c[0x2]);}finally{Vo(_0x126c9e,_0x579640,_0x293cc0,_0x86cfb9,_0x36b8af);}},'onCommandExecuted':(..._0x2943b8)=>_0x1e39ab[_0x3dd1e1(0x1f8)](..._0x2943b8),'beforeCommandExecuted':(..._0x3e845d)=>_0x1e39ab['beforeCommandExecuted'](..._0x3e845d),'onMutationExecutedForCollab':(..._0x5a1728)=>_0x1e39ab['onMutationExecutedForCollab'](..._0x5a1728)}:_0x1e39ab;}function Lo(_0x5d4aeb,_0xf68ac,_0x1af311,_0x3f201a,_0x341318,_0x332f24,_0x4bf555){const _0x5036ed=_0x35dbe5;if(typeof _0x5d4aeb!=_0x5036ed(0x64e)&&typeof _0x5d4aeb!=_0x5036ed(0x5e7)||_0x5d4aeb==null)return _0x5d4aeb;let _0x53b75b=_0x5d4aeb,_0x5aea17=_0x4bf555==null?void 0x0:_0x4bf555[_0x5036ed(0x66a)](_0x53b75b);if(_0x5aea17)return _0x5aea17;let _0x1b2497={..._0x53b75b};return Ro(_0x53b75b,_0x1b2497,_0xf68ac,_0x1af311,_0x3f201a,_0x341318,_0x332f24),_0x4bf555==null||_0x4bf555[_0x5036ed(0x27d)](_0x53b75b,_0x1b2497),_0x1b2497;}function Ro(_0x20e896,_0x332847,_0x393e05,_0x1bbed9,_0x175320,_0x124b93,_0x13fdd0){const _0x337cfe=_0x35dbe5;let _0x6d20c6=_0x5119e5=>{const _0x5c4192=_0x3c26;if(_0x5119e5===_0x5c4192(0x455))return;let _0x3db5ac=_0x20e896[_0x5119e5];if(typeof _0x3db5ac!=_0x5c4192(0x5e7))return;let _0x3dd4db=_0x332847;_0x3dd4db[_0x5119e5]=(..._0x452a3a)=>zo(_0x393e05,_0x1bbed9,_0x175320,_0x124b93,_0x13fdd0,()=>_0x3db5ac[_0x5c4192(0x23a)](_0x20e896,_0x452a3a));};Object[_0x337cfe(0x5b6)](_0x20e896)[_0x337cfe(0x27a)](_0x6d20c6);let _0x4f7cdd=Object[_0x337cfe(0x386)](_0x20e896);_0x4f7cdd&&_0x4f7cdd!==Object[_0x337cfe(0x394)]&&Object[_0x337cfe(0x294)](_0x4f7cdd)[_0x337cfe(0x27a)](_0x6d20c6);}function zo(_0x45fb88,_0x3231fe,_0x43010c,_0x3acad2,_0x17f4bb,_0x538906){const _0x452b43=_0x35dbe5;let _0x4118ca=_0x45fb88[_0x452b43(0x4d2)](_0x3231fe),_0x1cd06d;try{_0x45fb88['setCurrentUnitForType'](_0x43010c),_0x1cd06d=_0x538906();}catch(_0x592a50){throw Vo(_0x45fb88,_0x43010c,_0x4118ca,_0x3acad2,_0x17f4bb),_0x592a50;}return Bo(_0x1cd06d)?_0x1cd06d[_0x452b43(0x5bb)](()=>{Vo(_0x45fb88,_0x43010c,_0x4118ca,_0x3acad2,_0x17f4bb);}):(Vo(_0x45fb88,_0x43010c,_0x4118ca,_0x3acad2,_0x17f4bb),_0x1cd06d);}function Bo(_0x311d6a){const _0x53525d=_0x35dbe5;return!!(_0x311d6a&&typeof _0x311d6a[_0x53525d(0x5bb)]==_0x53525d(0x5e7));}function Vo(_0x140fae,_0xf1e760,_0x4bd54f,_0x282c4b,_0x4e8d44){const _0x415450=_0x35dbe5;if(Ho(_0x282c4b,_0x4e8d44)){var _0x65f174;_0x140fae[_0x415450(0x2c1)](_0xf1e760),(_0x65f174=_0x140fae[_0x415450(0x404)])==null||_0x65f174['call'](_0x140fae,_0xf1e760);return;}_0x4bd54f&&_0x140fae[_0x415450(0x2c1)](_0x4bd54f[_0x415450(0x5d0)]());}function Ho(_0x1790c2,_0x289f79){const _0x4258d2=_0x35dbe5;let _0x33f01e=_0x289f79==null?void 0x0:_0x289f79();return!_0x1790c2||!(_0x33f01e!=null&&_0x33f01e[_0x4258d2(0x629)](X))?!0x1:_0x33f01e['get'](X)['hasChildInteractionLease'](_0x1790c2);}const Uo=new WeakMap();let Wo=0x0;function Go(_0x402f97,_0x51e245){const _0xd740e2=_0x35dbe5;if(!_0x402f97['has'](Yo))return qo(_0x402f97,_0x51e245);let _0x5617e8=_0x402f97[_0xd740e2(0x66a)](Yo);if(!(_0x51e245['id']&&_0x5617e8['getAll'](_0x51e245['childType'],_0x51e245[_0xd740e2(0x5f8)])[_0xd740e2(0x65e)](_0x48e19c=>_0x48e19c['id']===_0x51e245['id'])))return _0x5617e8[_0xd740e2(0x280)](_0x51e245);}function Ko(_0x49efa2){const _0x42778d=_0x35dbe5;if(!_0x49efa2[_0x42778d(0x629)](Yo))return;let _0x4bf432=Uo['get'](_0x49efa2);_0x4bf432!=null&&_0x4bf432[_0x42778d(0x4e1)]&&([..._0x4bf432[_0x42778d(0x1c5)]()][_0x42778d(0x3d9)]((_0x23a249,_0x1b03b3)=>_0x23a249['index']-_0x1b03b3['index'])['forEach'](({contribution:_0x120fae})=>Go(_0x49efa2,_0x120fae)),Uo[_0x42778d(0x5b4)](_0x49efa2));}function qo(_0x4aaf07,_0x39dcde){const _0x4819f4=_0x35dbe5;var _0x5b978d;let _0x2f38c3={'contribution':_0x39dcde,'index':Wo++},_0x2393ae=Jo(_0x39dcde,_0x2f38c3['index']),_0x337966=_0x4aaf07,_0x1980b2=(_0x5b978d=Uo[_0x4819f4(0x66a)](_0x337966))==null?new Map():_0x5b978d;return _0x1980b2[_0x4819f4(0x27d)](_0x2393ae,_0x2f38c3),Uo[_0x4819f4(0x27d)](_0x337966,_0x1980b2),_0xd3a08f(()=>{const _0xdfa3f7=_0x4819f4;let _0x2c043c=Uo[_0xdfa3f7(0x66a)](_0x337966);(_0x2c043c==null?void 0x0:_0x2c043c[_0xdfa3f7(0x66a)](_0x2393ae))===_0x2f38c3&&_0x2c043c['delete'](_0x2393ae);});}function Jo(_0x467dbf,_0x582b86){let _0x22b9f4=Zo(_0x467dbf);return _0x467dbf['id']?_0x467dbf['childType']+':'+_0x22b9f4+':'+_0x467dbf['id']:_0x467dbf['childType']+':'+_0x22b9f4+':anonymous:'+_0x582b86;}var Yo=class{constructor(){const _0x2d538b=_0x35dbe5;J(this,_0x2d538b(0x4c2),new Map()),J(this,_0x2d538b(0x183),0x0);}[_0x35dbe5(0x280)](_0x5b5559){const _0x5b76a9=_0x35dbe5;var _0x995739;let _0x188976={'contribution':_0x5b5559,'index':this[_0x5b76a9(0x183)]++},_0x21969f=(_0x995739=this[_0x5b76a9(0x4c2)][_0x5b76a9(0x66a)](_0x5b5559[_0x5b76a9(0x674)]))==null?[]:_0x995739;return _0x21969f[_0x5b76a9(0x2b2)](_0x188976),_0x21969f[_0x5b76a9(0x3d9)](Qo),this[_0x5b76a9(0x4c2)][_0x5b76a9(0x27d)](_0x5b5559[_0x5b76a9(0x674)],_0x21969f),_0xd3a08f(()=>{const _0x3dda0b=_0x5b76a9;let _0x1f3957=this[_0x3dda0b(0x4c2)]['get'](_0x5b5559[_0x3dda0b(0x674)]);if(!_0x1f3957)return;let _0x50fdf2=_0x1f3957[_0x3dda0b(0x5cb)](_0x4bbd63=>_0x4bbd63!==_0x188976);_0x50fdf2[_0x3dda0b(0x446)]?this[_0x3dda0b(0x4c2)]['set'](_0x5b5559[_0x3dda0b(0x674)],_0x50fdf2):this[_0x3dda0b(0x4c2)]['delete'](_0x5b5559['childType']);});}[_0x35dbe5(0x66a)](_0x308da4){const _0x432faf=_0x35dbe5;return this[_0x432faf(0x66f)](_0x308da4)[0x0];}[_0x35dbe5(0x66f)](_0x1c8eb8,_0x507089){const _0xeba3f4=_0x35dbe5;var _0x3bfc22;return((_0x3bfc22=this[_0xeba3f4(0x4c2)][_0xeba3f4(0x66a)](_0x1c8eb8))==null?[]:_0x3bfc22)['map'](_0x41d430=>_0x41d430['contribution'])['filter'](_0x20569b=>!_0x507089||Zo(_0x20569b)===_0x507089);}[_0x35dbe5(0x293)](_0x43976c,_0xebab74=_0x35dbe5(0x329)){const _0x3bbff7=_0x35dbe5;let _0x544b93=this[_0x3bbff7(0x66f)](_0x43976c,_0xebab74)[_0x3bbff7(0x43e)](_0x5365c0=>_0x5365c0[_0x3bbff7(0x304)])[_0x3bbff7(0x5cb)](_0x2669e7=>_0x2669e7&&typeof _0x2669e7=='object');if(_0x544b93['length'])return $o(_0x544b93);}[_0x35dbe5(0x489)](_0x256cea){const _0x2acccd=_0x35dbe5;var _0x472c04,_0xa7f482;let _0x5a1bb4=(_0x472c04=_0x256cea[_0x2acccd(0x5f8)])==null?_0x2acccd(0x329):_0x472c04,_0x23e2f8=this[_0x2acccd(0x66f)](_0x256cea['childType'],_0x5a1bb4);if(!_0x23e2f8[_0x2acccd(0x446)])return;let _0x46e9ab=_0x23e2f8[_0x2acccd(0x5cb)](_0x5889aa=>_0x5889aa[_0x2acccd(0x489)]);if(_0x46e9ab['length']){let _0x468a6b=_0x46e9ab['map'](_0x2333e5=>{const _0x5da11f=_0x2acccd;var _0x4a6125;return(_0x4a6125=_0x2333e5[_0x5da11f(0x489)])==null?void 0x0:_0x4a6125[_0x5da11f(0x4df)](_0x2333e5,{..._0x256cea,'surface':_0x5a1bb4,'menuSchema':_0x2333e5[_0x5da11f(0x304)],'scopedActionServiceTokens':_0x2333e5[_0x5da11f(0x17b)]});})[_0x2acccd(0x5cb)](_0x2ff22f=>!!_0x2ff22f);return _0xd3a08f(()=>{const _0x356e1c=_0x2acccd;_0x468a6b[_0x356e1c(0x27a)](_0x48def2=>_0x48def2[_0x356e1c(0x4d7)]());});}let _0x433f16=this[_0x2acccd(0x293)](_0x256cea['childType'],_0x5a1bb4);if(_0x5a1bb4==='ribbon')return(_0xa7f482=Eo({..._0x256cea,'surface':_0x5a1bb4,'menuSchema':_0x433f16,'scopedActionServiceTokens':Xo(_0x23e2f8)}))==null?void 0x0:_0xa7f482;}};function Xo(_0x498914){const _0x58ae77=_0x35dbe5;let _0x2e8fab=_0x498914[_0x58ae77(0x41b)](_0x446d8a=>{const _0x3e8c97=_0x58ae77;var _0x4a2791;return(_0x4a2791=_0x446d8a[_0x3e8c97(0x17b)])==null?[]:_0x4a2791;});return _0x2e8fab['length']?Array[_0x58ae77(0x591)](new Set(_0x2e8fab)):void 0x0;}function Zo(_0x2a7387){const _0x2759cd=_0x35dbe5;var _0x51356d;return(_0x51356d=_0x2a7387[_0x2759cd(0x5f8)])==null?_0x2759cd(0x329):_0x51356d;}function Qo(_0x5bab93,_0x470e65){const _0x4b313c=_0x35dbe5;var _0x311aad,_0xae88e1;return((_0x311aad=_0x5bab93[_0x4b313c(0x1a4)]['order'])==null?_0x5bab93[_0x4b313c(0x17a)]:_0x311aad)-((_0xae88e1=_0x470e65[_0x4b313c(0x1a4)][_0x4b313c(0x26e)])==null?_0x470e65[_0x4b313c(0x17a)]:_0xae88e1)||_0x5bab93[_0x4b313c(0x17a)]-_0x470e65['index'];}function $o(_0x2b8a08){return _0x2b8a08['reduce']((_0x41fbe,_0x46e0c9)=>rs(_0x41fbe,es(_0x46e0c9)),{});}function es(_0x16dcef){const _0x34cdaf=_0x35dbe5;if(!as(_0x16dcef))return _0x16dcef;let _0x6e4c36=new Set(Object[_0x34cdaf(0x1c5)](_0x363621)),_0x5d6dda=Object[_0x34cdaf(0x560)](_0x16dcef)[_0x34cdaf(0x5cb)](([_0x388c20])=>_0x6e4c36['has'](_0x388c20)),_0x2ded9d=Object['entries'](_0x16dcef)[_0x34cdaf(0x5cb)](([_0x2ab8fd])=>ns(_0x2ab8fd));if(!_0x5d6dda[_0x34cdaf(0x446)]&&!_0x2ded9d[_0x34cdaf(0x446)])return _0x16dcef;let _0x392005={};Object['entries'](_0x16dcef)[_0x34cdaf(0x27a)](([_0x2b408f,_0x3487e9])=>{const _0x49935c=_0x34cdaf;!_0x6e4c36[_0x49935c(0x629)](_0x2b408f)&&!ns(_0x2b408f)&&(_0x392005[_0x2b408f]=is(_0x3487e9));});let _0x265129=as(_0x392005[_0x188fbe[_0x34cdaf(0x55a)]])?_0x392005[_0x188fbe[_0x34cdaf(0x55a)]]:{};return _0x5d6dda[_0x34cdaf(0x27a)](([_0x4ed8e1,_0x1ebe15])=>{_0x265129[_0x4ed8e1]=_0x4ed8e1 in _0x265129?rs(_0x265129[_0x4ed8e1],_0x1ebe15):is(_0x1ebe15);}),_0x2ded9d[_0x34cdaf(0x27a)](([_0x20a202,_0x2667bc])=>{let _0x23ce36=ns(_0x20a202);if(!_0x23ce36)return;let _0x166d2a=as(_0x265129[_0x23ce36])?_0x265129[_0x23ce36]:{};_0x166d2a[_0x20a202]=_0x20a202 in _0x166d2a?rs(_0x166d2a[_0x20a202],_0x2667bc):is(_0x2667bc),_0x265129[_0x23ce36]=_0x166d2a;}),_0x392005[_0x188fbe[_0x34cdaf(0x55a)]]=_0x265129,_0x392005;}const ts=[[Object[_0x35dbe5(0x1c5)](_0x377418),_0x363621[_0x35dbe5(0x356)]],[Object[_0x35dbe5(0x1c5)](_0x31a61d),_0x363621[_0x35dbe5(0x2c5)]],[Object[_0x35dbe5(0x1c5)](_0x4537e9),_0x363621['FORMULAS']],[Object['values'](_0x7b9793),_0x363621[_0x35dbe5(0x60e)]],[Object[_0x35dbe5(0x1c5)](_0x3ef6b2),_0x363621[_0x35dbe5(0x2b1)]],[Object['values'](_0x15a1a3),_0x363621[_0x35dbe5(0x316)]]];function ns(_0x1a5659){const _0xce532d=_0x35dbe5;var _0x117837;return(_0x117837=ts[_0xce532d(0x611)](([_0x1591b9])=>_0x1591b9[_0xce532d(0x64f)](_0x1a5659)))==null?void 0x0:_0x117837[0x1];}function rs(_0x3aa89e,_0x31714d){const _0x1e7de3=_0x35dbe5;if(!as(_0x3aa89e)||!as(_0x31714d))return is(_0x31714d);let _0x1271a2={..._0x3aa89e};return Object[_0x1e7de3(0x560)](_0x31714d)[_0x1e7de3(0x27a)](([_0x4ada64,_0x1d4c2c])=>{_0x1271a2[_0x4ada64]=_0x4ada64 in _0x1271a2?rs(_0x1271a2[_0x4ada64],_0x1d4c2c):is(_0x1d4c2c);}),_0x1271a2;}function is(_0x4b776a){const _0x192aca=_0x35dbe5;return Array[_0x192aca(0x357)](_0x4b776a)?_0x4b776a[_0x192aca(0x43e)](_0x1b23c8=>is(_0x1b23c8)):as(_0x4b776a)?Object[_0x192aca(0x382)](Object[_0x192aca(0x560)](_0x4b776a)[_0x192aca(0x43e)](([_0x11405f,_0x32c39f])=>[_0x11405f,is(_0x32c39f)])):_0x4b776a;}function as(_0x57ee36){const _0x452e4d=_0x35dbe5;return!!_0x57ee36&&typeof _0x57ee36==_0x452e4d(0x64e)&&!Array[_0x452e4d(0x357)](_0x57ee36);}function os(){const _0x321def=_0x35dbe5;let _0x5ae091=_0x21f18c(_0x1b35f4),_0x30a5f6=_0x21f18c(_0x50c946),_0xbd30a3=_0x21f18c(go),_0x2d7196=_0x21f18c(_o),_0x40f69d=_0xf30763(null),_0x5e846d=_0xf30763(null),_0x4411c1=_0xf30763(null),_0x38d8ac=_0xf30763(null),_0x5e561d=_0xf30763(null),_0x295ba3=_0xf30763(null),_0x2b3850=_0xf30763(null),[_0x15911f,_0x52a1aa]=_0x57f380(()=>_0x2d7196['getSession']()),[_0x4ad941,_0x29cbff]=_0x57f380(null);return _0x384162(()=>{const _0x59cd2f=_0x3c26;let _0x46b58a=_0x2d7196[_0x59cd2f(0x511)][_0x59cd2f(0x30e)](_0x52a1aa);return()=>_0x46b58a['unsubscribe']();},[_0x2d7196]),_0x384162(()=>{const _0x38a845=_0x3c26;var _0x745e4d;let _0x12d638=_0x4411c1[_0x38a845(0x25e)],_0xfdf98=_0x5e846d[_0x38a845(0x25e)],_0x1e1a42=_0x38d8ac[_0x38a845(0x25e)],_0x5986aa=_0x5e561d[_0x38a845(0x25e)],_0xd865a2=_0x295ba3['current'],_0x558b06=_0x2b3850[_0x38a845(0x25e)];if(!_0x15911f||!_0x12d638||!_0xfdf98||!_0x1e1a42||!_0x5986aa||!_0xd865a2||!_0x558b06)return;let _0x5527e5=ls(_0x5ae091,_0x15911f[_0x38a845(0x4bd)],_0x15911f[_0x38a845(0x5b8)]);if(!(_0x5527e5!=null&&_0x5527e5[_0x38a845(0x2ab)])||_0x5527e5[_0x38a845(0x674)]==null){_0x12d638['dataset']['embedFullscreenStatus']=_0x38a845(0x22c);return;}let _0x318a9e=_0x5ae091[_0x38a845(0x66a)](ro)[_0x38a845(0x66a)](_0x5527e5[_0x38a845(0x674)]);if(!(_0x318a9e!=null&&_0x318a9e[_0x38a845(0x655)][_0x38a845(0x64f)](_0x15911f[_0x38a845(0x1ab)]))){_0x12d638['dataset'][_0x38a845(0x4d4)]=_0x38a845(0x326);return;}_0x12d638[_0x38a845(0x20f)][_0x38a845(0x4d4)]='mounting',_0x12d638['dataset'][_0x38a845(0x5b8)]=_0x5527e5[_0x38a845(0x5b8)],_0x12d638[_0x38a845(0x20f)][_0x38a845(0x499)]=_0x5527e5[_0x38a845(0x2ad)],_0x12d638['dataset']['embedHostAnchorId']=_0x5527e5['hostAnchorId'],_0x12d638['dataset'][_0x38a845(0x3a8)]=_0x15911f[_0x38a845(0x1ab)],_0x12d638['dataset']['embedChildType']=String(_0x5527e5[_0x38a845(0x674)]),_0x12d638[_0x38a845(0x20f)][_0x38a845(0x2db)]=_0x5527e5['childUnitId'];let _0x3fdc01=na(_0x12d638),_0x5dd126=ds(_0x5527e5,_0x15911f[_0x38a845(0x1ab)],{'viewport':_0x12d638,'menuSlot':_0xfdf98,'popupSlot':_0x1e1a42,'footerSlot':_0x558b06}),_0x9c0afc={'descriptor':_0x5527e5,'layout':_0x15911f['layout'],'injector':_0x5ae091,'hostElement':_0x12d638,'container':_0x12d638,'renderScope':_0x5dd126,'hostUnitId':_0x5527e5[_0x38a845(0x4bd)],'embedId':_0x5527e5[_0x38a845(0x5b8)],'childUnitId':_0x5527e5[_0x38a845(0x2ab)],'childType':_0x5527e5[_0x38a845(0x674)]},{runtimeScope:_0x36836e,disposable:_0x34028c}=Qa(_0x9c0afc,()=>{});_0x29cbff({'embedId':_0x5527e5['embedId'],'injector':_0x36836e[_0x38a845(0x39f)],'sourceInjector':_0x5ae091,'popupContainer':_0x36836e['roots'][_0x38a845(0x3b3)]});let _0x68db48={..._0x9c0afc,'runtimeScope':_0x36836e},_0x2ccca5=fs({'injector':_0x5ae091,'descriptor':_0x5527e5,'renderScope':_0x5dd126,'menuRoot':_0x40f69d[_0x38a845(0x25e)],'menuSlot':_0xfdf98,'popupSlot':_0x1e1a42,'sidebarSlot':_0x5986aa,'rightSidebarSlot':_0xd865a2,'footerSlot':_0x558b06}),_0x2fef79=_0x2aac47=>{const _0x2df584=_0x38a845;var _0x55ed3f,_0x6cf690;let _0x3c3c01=(_0x2aac47==null?void 0x0:_0x2aac47[_0x2df584(0x4c7)])instanceof Element?_0x2aac47[_0x2df584(0x4c7)]:null;_0x3c3c01!=null&&_0x3c3c01['closest'](_0x2df584(0x1d7))||((_0x55ed3f=_0x36836e[_0x2df584(0x392)])==null||_0x55ed3f[_0x2df584(0x2c1)](_0x5527e5['childUnitId']),(_0x6cf690=_0x36836e[_0x2df584(0x392)])==null||_0x6cf690[_0x2df584(0x404)](_0x5527e5[_0x2df584(0x2ab)]),_0xbd30a3[_0x2df584(0x315)](_0x5527e5));};_0x2fef79(),_0x12d638[_0x38a845(0x243)](_0x38a845(0x503),_0x2fef79,{'capture':!0x0}),_0x12d638['addEventListener'](_0x38a845(0x5a1),_0x2fef79);let _0xa7846a=(_0x745e4d=_0x318a9e['mount'])==null?void 0x0:_0x745e4d[_0x38a845(0x4df)](_0x318a9e,_0x68db48),_0x2ca938=ms({'injector':_0x5ae091,'descriptor':_0x5527e5,'childContext':_0x68db48,'menuContainer':_0xfdf98});return _0x12d638[_0x38a845(0x20f)][_0x38a845(0x4d4)]=_0x38a845(0x4da),()=>{const _0x123cc6=_0x38a845;_0x29cbff(null),globalThis[_0x123cc6(0x4a0)](()=>{const _0xb29e33=_0x123cc6;_0x12d638[_0xb29e33(0x5e9)]('pointerdown',_0x2fef79,{'capture':!0x0}),_0x12d638[_0xb29e33(0x5e9)](_0xb29e33(0x5a1),_0x2fef79),_0x2ca938==null||_0x2ca938[_0xb29e33(0x4d7)](),_0xa7846a==null||_0xa7846a['dispose'](),_0x2ccca5[_0xb29e33(0x4d7)](),_0x34028c[_0xb29e33(0x4d7)](),_0x3fdc01[_0xb29e33(0x4d7)](),_0xbd30a3['clearFullscreen'](_0x5527e5),delete _0x12d638[_0xb29e33(0x20f)][_0xb29e33(0x4d4)],delete _0x12d638[_0xb29e33(0x20f)][_0xb29e33(0x5b8)],delete _0x12d638[_0xb29e33(0x20f)]['embedHostEntry'],delete _0x12d638[_0xb29e33(0x20f)][_0xb29e33(0x584)],delete _0x12d638[_0xb29e33(0x20f)][_0xb29e33(0x3a8)],delete _0x12d638[_0xb29e33(0x20f)][_0xb29e33(0x61d)],delete _0x12d638[_0xb29e33(0x20f)][_0xb29e33(0x2db)],_0x2d7196[_0xb29e33(0x433)](_0x15911f);});};},[_0xbd30a3,_0x2d7196,_0x5ae091,_0x15911f]),_0x15911f?_0x2e59a6(_0x321def(0x590),{'className':_0x321def(0x2dc),'data-embed-fullscreen-shell':'true','children':[_0x2e59a6(_0x321def(0x590),{'ref':_0x40f69d,'className':_0x321def(0x25a),'data-embed-fullscreen-menu':'true','children':[_0x2e59a6('div',{'className':_0x321def(0x299),'data-embed-fullscreen-header':_0x321def(0x479),'children':[_0x2e0de7(_0x321def(0x193),{'className':'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','children':us(_0x5ae091,_0x15911f[_0x321def(0x674)])}),_0x2e59a6(_0x49a018,{'type':_0x321def(0x32e),'size':_0x321def(0x18f),'variant':_0x321def(0x199),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':'true','onClick':()=>{const _0x554eac=_0x321def;_0x2d7196['exit'](_0x15911f[_0x554eac(0x5b8)]);},'children':[_0x2e0de7(_0x1cd111,{}),_0x2e0de7(_0x321def(0x193),{'children':_0x30a5f6['t'](_0x321def(0x504))})]})]}),_0x2e0de7(_0x321def(0x590),{'ref':_0x5e846d,'className':_0x321def(0x1e1),'data-embed-fullscreen-menu-slot':_0x321def(0x479),'data-embed-menu-slot':_0x321def(0x479)})]}),_0x2e59a6(_0x321def(0x590),{'className':_0x321def(0x2c3),'data-embed-fullscreen-body':'true','children':[_0x2e0de7(_0x321def(0x590),{'ref':_0x5e561d,'className':_0x321def(0x341),'data-embed-fullscreen-sidebar-slot':_0x321def(0x479),'data-embed-id':_0x15911f['embedId']}),_0x2e0de7(_0x321def(0x590),{'ref':_0x4411c1,'className':_0x321def(0x34f),'data-embed-fullscreen-viewport':_0x321def(0x479),'onContextMenuCapture':_0x4c012a=>{_0x4c012a['preventDefault']();}}),_0x2e0de7(_0x321def(0x590),{'ref':_0x295ba3,'className':_0x321def(0x58c),'data-embed-fullscreen-right-sidebar-slot':_0x321def(0x479),'data-embed-id':_0x15911f[_0x321def(0x5b8)],'children':_0x4ad941&&_0x2e0de7(cs,{..._0x4ad941})})]}),_0x2e0de7(_0x321def(0x590),{'ref':_0x2b3850,'className':_0x321def(0x5fd),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x321def(0x479)}),_0x2e0de7(_0x321def(0x590),{'ref':_0x38d8ac,'className':'univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','data-embed-fullscreen-popup-root':_0x321def(0x479),[ea]:_0x321def(0x479),'children':_0x4ad941&&_0x2e0de7(ss,{..._0x4ad941})})]}):null;}function ss(_0x988c0b){let {embedId:_0x1c7015,injector:_0x34b752,sourceInjector:_0x4b3aa1,popupContainer:_0x443b38}=_0x988c0b;return _0x2e59a6(_0x89a2c6,{'children':[_0x2e59a6(vo,{'injector':_0x34b752,'mountContainer':_0x443b38,'embedId':_0x1c7015,'children':[_0x2e0de7(_0x31883a,{}),_0x2e0de7(_0x7475d7,{})]}),_0x2e0de7(vo,{'injector':_0x4b3aa1,'mountContainer':_0x443b38,'embedId':_0x1c7015,'children':_0x2e0de7(_0x7475d7,{})})]});}function cs(_0x421ffd){const _0x4a2411=_0x35dbe5;let {embedId:_0x27e8ea,injector:_0x4c796,sourceInjector:_0x138c04,popupContainer:_0x59062e}=_0x421ffd;return _0x2e59a6(_0x4a2411(0x35e),{'className':_0x4a2411(0x429),'children':[_0x2e0de7(vo,{'injector':_0x4c796,'mountContainer':_0x59062e,'embedId':_0x27e8ea,'children':_0x2e0de7(_0x54552a,{})}),_0x2e0de7(vo,{'injector':_0x138c04,'mountContainer':_0x59062e,'embedId':_0x27e8ea,'children':_0x2e0de7(_0x54552a,{})})]});}function ls(_0x403e1d,_0xc45653,_0x37047d){const _0x378cbb=_0x35dbe5;try{return _0x403e1d[_0x378cbb(0x66a)](_0x474f3c)['getDescriptor'](_0xc45653,_0x37047d);}catch{return;}}function us(_0x56c25c,_0x4507ae){const _0x4c257d=_0x35dbe5;try{var _0x258447,_0x269791;return(_0x258447=(_0x269791=_0x56c25c[_0x4c257d(0x66a)](sa)[_0x4c257d(0x66a)](_0x4507ae))==null?void 0x0:_0x269791[_0x4c257d(0x4b4)])==null?_0x4c257d(0x2df):_0x258447;}catch{return'Embed';}}function ds(_0x577be8,_0x4e1d0f,_0x566be2){const _0x33189c=_0x35dbe5;var _0x4e5d8f,_0x2ffc9f,_0x56f031,_0x5b382a;let {viewport:_0x197b86,menuSlot:_0x137ef9,popupSlot:_0x59ce58}=_0x566be2;return{'hostUnitId':_0x577be8[_0x33189c(0x4bd)],'hostAnchorId':_0x577be8[_0x33189c(0x666)],'embedId':_0x577be8[_0x33189c(0x5b8)],'childUnitId':_0x577be8[_0x33189c(0x2ab)],'childType':_0x577be8[_0x33189c(0x674)],'layout':_0x4e1d0f,'mode':_0x33189c(0x412),'rootElement':_0x197b86,'contentRoot':(_0x4e5d8f=ta(_0x197b86,'data-embed-content-root'))==null?_0x197b86:_0x4e5d8f,'canvasRoot':(_0x2ffc9f=ta(_0x197b86,_0x33189c(0x265)))==null?_0x197b86:_0x2ffc9f,'overlayRoot':(_0x56f031=ta(_0x197b86,_0x33189c(0x1fd)))==null?_0x197b86:_0x56f031,'popupRoot':(_0x5b382a=_0x59ce58==null?ta(_0x197b86,_0x33189c(0x62f)):_0x59ce58)==null?_0x197b86:_0x5b382a,'menuOutlet':{'container':_0x137ef9},'active$':_0x3fe65c(!0x0),'fullscreen':!0x0};}function fs(_0x49f680){const _0x6e50ee=_0x35dbe5;let {injector:_0x3960ec,descriptor:_0x382250,renderScope:_0x121ab7,menuRoot:_0xf15da,menuSlot:_0x655a59,popupSlot:_0x550901,sidebarSlot:_0x9d0cdf,rightSidebarSlot:_0x2423c1,footerSlot:_0x312632}=_0x49f680,_0x2e0cbf=[],_0x443e01=_0x382250['embedId'];if(_0x3960ec[_0x6e50ee(0x629)](X)){let _0x315288=_0x3960ec[_0x6e50ee(0x66a)](X);_0x2e0cbf[_0x6e50ee(0x2b2)](_0x315288[_0x6e50ee(0x198)]({'embedId':_0x443e01,'hostUnitId':_0x382250[_0x6e50ee(0x4bd)],'childUnitId':_0x382250[_0x6e50ee(0x2ab)],'childType':_0x382250[_0x6e50ee(0x674)],'sessionMode':_0x6e50ee(0x524)})),_0x382250[_0x6e50ee(0x2ab)]&&_0x2e0cbf[_0x6e50ee(0x2b2)](_0x315288['acquireLease']({'embedId':_0x443e01,'role':_0x6e50ee(0x597),'owner':_0x6e50ee(0x447),'sessionMode':_0x6e50ee(0x524),'hostUnitId':_0x382250[_0x6e50ee(0x4bd)],'childUnitId':_0x382250[_0x6e50ee(0x2ab)],'childType':_0x382250['childType']})),ps({'renderScope':_0x121ab7,'menuRoot':_0xf15da,'menuSlot':_0x655a59,'popupSlot':_0x550901,'sidebarSlot':_0x9d0cdf,'rightSidebarSlot':_0x2423c1,'footerSlot':_0x312632})[_0x6e50ee(0x27a)](({element:_0x2d7418,role:_0x2e36eb})=>{const _0x71634f=_0x6e50ee;_0x2e0cbf[_0x71634f(0x2b2)](_0x315288[_0x71634f(0x510)]({'embedId':_0x443e01,'element':_0x2d7418,'role':_0x2e36eb}));});}if(_0x3960ec['has'](da)){let _0x498a79=_0x3960ec['get'](da);ps({'renderScope':_0x121ab7,'menuRoot':_0xf15da,'menuSlot':_0x655a59,'popupSlot':_0x550901,'sidebarSlot':_0x9d0cdf,'rightSidebarSlot':_0x2423c1,'footerSlot':_0x312632})[_0x6e50ee(0x27a)](({element:_0x3f0380})=>{const _0x3dd1eb=_0x6e50ee;_0x2e0cbf[_0x3dd1eb(0x2b2)](_0x498a79['registerRoot'](_0x443e01,_0x3f0380));}),_0x2e0cbf[_0x6e50ee(0x2b2)](_0x498a79['activatePortalScope'](_0x443e01,_0x121ab7[_0x6e50ee(0x19b)][_0x6e50ee(0x399)]));}return _0xd3a08f(()=>{const _0x16f98b=_0x6e50ee;[..._0x2e0cbf][_0x16f98b(0x31d)]()[_0x16f98b(0x27a)](_0x4b3e20=>_0x4b3e20[_0x16f98b(0x4d7)]());});}function ps(_0x2d2dd2){const _0x4ec090=_0x35dbe5;let {renderScope:_0xd291bb,menuRoot:_0x4276f7,menuSlot:_0x131b46,popupSlot:_0xcf9645,sidebarSlot:_0x3c17b0,rightSidebarSlot:_0x45fece,footerSlot:_0x48cfcb}=_0x2d2dd2,_0x24501e=[{'element':_0xd291bb['rootElement'],'role':'runtime'},{'element':_0xd291bb[_0x4ec090(0x5a4)],'role':'runtime'},{'element':_0xd291bb[_0x4ec090(0x4a4)],'role':'runtime'},{'element':_0xd291bb[_0x4ec090(0x301)],'role':_0x4ec090(0x64a)},{'element':_0x4276f7,'role':'floating-menu'},{'element':_0x131b46,'role':_0x4ec090(0x58e)},{'element':_0x48cfcb,'role':_0x4ec090(0x58e)},{'element':_0x3c17b0,'role':_0x4ec090(0x407)},{'element':_0x45fece,'role':_0x4ec090(0x407)},{'element':_0xcf9645,'role':'child-popup'}],_0x5a35c4=new Set();return _0x24501e['flatMap'](({element:_0x1c7942,role:_0x27cb52})=>!_0x1c7942||_0x5a35c4[_0x4ec090(0x629)](_0x1c7942)?[]:(_0x5a35c4['add'](_0x1c7942),[{'element':_0x1c7942,'role':_0x27cb52}]));}function ms(_0x4e4c2c){return hs(_0x4e4c2c)||gs(_0x4e4c2c);}function hs(_0x5e00b7){const _0xf09da1=_0x35dbe5;if(!_0x5e00b7[_0xf09da1(0x39f)][_0xf09da1(0x629)](sa)||_0x5e00b7[_0xf09da1(0x624)][_0xf09da1(0x674)]==null)return;let _0xd01a3d=_0x5e00b7[_0xf09da1(0x39f)][_0xf09da1(0x66a)](sa)['get'](_0x5e00b7[_0xf09da1(0x624)]['childType']);if((_0xd01a3d==null?void 0x0:_0xd01a3d[_0xf09da1(0x51c)])===_0xf09da1(0x329)){if(_0x5e00b7[_0xf09da1(0x39f)][_0xf09da1(0x629)](Yo)){let _0x8d2c91=_0x5e00b7[_0xf09da1(0x39f)][_0xf09da1(0x66a)](Yo)[_0xf09da1(0x489)]({'container':_0x5e00b7['menuContainer'],'portalContainer':_0x5e00b7[_0xf09da1(0x1ff)][_0xf09da1(0x374)]['roots'][_0xf09da1(0x3b3)],'injector':_0x5e00b7['childContext'][_0xf09da1(0x374)]['injector'],'childType':_0x5e00b7[_0xf09da1(0x624)][_0xf09da1(0x674)],'childUnitId':_0x5e00b7[_0xf09da1(0x624)][_0xf09da1(0x2ab)],'embedId':_0x5e00b7[_0xf09da1(0x624)][_0xf09da1(0x5b8)],'surface':_0xf09da1(0x329),'headerMenu':!0x0,'ribbonHeaderClassName':_0xf09da1(0x3f2)});if(_0x8d2c91)return _0x8d2c91;}return Eo({'container':_0x5e00b7['menuContainer'],'portalContainer':_0x5e00b7[_0xf09da1(0x1ff)][_0xf09da1(0x374)][_0xf09da1(0x2e3)][_0xf09da1(0x3b3)],'injector':_0x5e00b7[_0xf09da1(0x1ff)][_0xf09da1(0x374)][_0xf09da1(0x39f)],'childType':_0x5e00b7[_0xf09da1(0x624)]['childType'],'childUnitId':_0x5e00b7[_0xf09da1(0x624)][_0xf09da1(0x2ab)],'embedId':_0x5e00b7[_0xf09da1(0x624)][_0xf09da1(0x5b8)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});}}function gs(_0x205c90){const _0x153f3b=_0x35dbe5;if(!_0x205c90[_0x153f3b(0x39f)][_0x153f3b(0x629)](io)||_0x205c90[_0x153f3b(0x624)][_0x153f3b(0x674)]==null||!_0x205c90[_0x153f3b(0x624)][_0x153f3b(0x2ab)])return;let _0xdadf7f=_0x205c90[_0x153f3b(0x39f)][_0x153f3b(0x66a)](io)[_0x153f3b(0x66a)](_0x205c90[_0x153f3b(0x624)]['hostType'],_0x205c90[_0x153f3b(0x624)]['entry'],_0x205c90[_0x153f3b(0x624)][_0x153f3b(0x674)]),_0xe0db33=_0xdadf7f==null?void 0x0:_0xdadf7f[_0x153f3b(0x30b)]({..._0x205c90[_0x153f3b(0x1ff)],'active':{'hostUnitId':_0x205c90['descriptor'][_0x153f3b(0x4bd)],'embedId':_0x205c90['descriptor'][_0x153f3b(0x5b8)],'childUnitId':_0x205c90['descriptor'][_0x153f3b(0x2ab)],'stage':'stage2'}});return _0xe0db33?_0xd3a08f(()=>_0xe0db33[_0x153f3b(0x4d7)]()):void 0x0;}const _s={};var vs=class{constructor(){const _0x4a83c3=_0x35dbe5;J(this,_0x4a83c3(0x171),[]);}[_0x35dbe5(0x280)](_0xf9110e){const _0x1be0c8=_0x35dbe5;return this['_handlers'][_0x1be0c8(0x2b2)](_0xf9110e),this[_0x1be0c8(0x62e)](),_0xd3a08f(()=>{let _0x213c38=this['_handlers']['indexOf'](_0xf9110e);_0x213c38>=0x0&&this['_handlers']['splice'](_0x213c38,0x1);});}['handleWheel'](_0x118bc9){const _0x398882=_0x35dbe5;for(let _0x13b192 of this['_handlers']){var _0x3a2a40;if(_0x13b192[_0x398882(0x674)]===_0x118bc9[_0x398882(0x674)]&&!(_0x118bc9[_0x398882(0x1ab)]&&(_0x3a2a40=_0x13b192[_0x398882(0x655)])!=null&&_0x3a2a40[_0x398882(0x446)]&&!_0x13b192[_0x398882(0x655)][_0x398882(0x64f)](_0x118bc9['layout']))&&_0x13b192[_0x398882(0x206)](_0x118bc9)===!0x0)return!0x0;}return!0x1;}[_0x35dbe5(0x65b)](){return[...this['_handlers']];}['_sortHandlers'](){const _0x421c0e=_0x35dbe5;this[_0x421c0e(0x171)][_0x421c0e(0x3d9)]((_0x45d54e,_0x5f25b8)=>{const _0x33d0e8=_0x421c0e;var _0x5e46b8,_0xa4a9f4;return((_0x5e46b8=_0x5f25b8[_0x33d0e8(0x26e)])==null?0x0:_0x5e46b8)-((_0xa4a9f4=_0x45d54e[_0x33d0e8(0x26e)])==null?0x0:_0xa4a9f4);});}};let ys=class{constructor(_0x241d62,_0x3ea98b){const _0x317f1a=_0x35dbe5;this[_0x317f1a(0x5d3)]=_0x241d62,this['_passiveWheelHandlerRegistry']=_0x3ea98b,this[_0x317f1a(0x474)][_0x317f1a(0x280)]({'childType':_0x140e49[_0x317f1a(0x43a)],'handleWheel':_0xb241d=>this[_0x317f1a(0x5d3)]['has'](_0x402b3f)?this[_0x317f1a(0x5d3)]['get'](_0x402b3f)[_0x317f1a(0x206)]({'childUnitId':_0xb241d[_0x317f1a(0x2ab)],'event':_0xb241d[_0x317f1a(0x551)],'source':_0xb241d[_0x317f1a(0x58d)]}):!0x1,'order':0x64});}};ys=lo([Q(0x0,_0x49be48(_0x1b35f4)),Q(0x1,_0x49be48(vs))],ys);const bs=[_0x140e49[_0x35dbe5(0x43a)],_0x140e49['UNIVER_SHEET'],_0x140e49[_0x35dbe5(0x1f2)],_0x140e49[_0x35dbe5(0x5ee)]];let xs=class extends _0x3d9a05{constructor(_0x538511,_0xdab004){const _0xe6f1c=_0x35dbe5;super(),this['_univerInstanceService']=_0x538511,this[_0xe6f1c(0x61e)]=_0xdab004,bs[_0xe6f1c(0x27a)](_0x22fd44=>{const _0x5bd0ea=_0xe6f1c;this[_0x5bd0ea(0x636)](this[_0x5bd0ea(0x1b5)][_0x5bd0ea(0x57e)](_0x22fd44)[_0x5bd0ea(0x30e)](_0x39340b=>{const _0xd84ce5=_0x5bd0ea;this[_0xd84ce5(0x61e)]['clearUnit'](_0x39340b[_0xd84ce5(0x5d0)]());}));});}};xs=lo([Q(0x0,_0x32fce3),Q(0x1,_0x49be48(_0x163f62))],xs);let Ss=class extends _0x3d9a05{constructor(_0x6b0105,_0x4c7e52,_0x11a2e5,_0xc3b647){const _0x51dbb2=_0x35dbe5;super(),this[_0x51dbb2(0x1c7)]=_0x6b0105,this[_0x51dbb2(0x549)]=_0x4c7e52,this[_0x51dbb2(0x354)]=_0x11a2e5,this[_0x51dbb2(0x5d3)]=_0xc3b647,J(this,_0x51dbb2(0x347),null),J(this,_0x51dbb2(0x2d0),null),this[_0x51dbb2(0x636)](_0xd3a08f(this[_0x51dbb2(0x1c7)][_0x51dbb2(0x24c)][_0x51dbb2(0x30e)](_0x11b141=>{const _0x54e382=_0x51dbb2;var _0x40edbd,_0x238bb0,_0x419e8f;if(!_0x11b141){this[_0x54e382(0x347)]?(this[_0x54e382(0x347)][_0x54e382(0x4d7)](),this[_0x54e382(0x347)]=null):this[_0x54e382(0x354)][_0x54e382(0x608)](),this[_0x54e382(0x2d0)]=null;return;}if(Cs(this[_0x54e382(0x2d0)],_0x11b141))return;(_0x40edbd=this[_0x54e382(0x347)])==null||_0x40edbd[_0x54e382(0x4d7)](),this[_0x54e382(0x347)]=null,this[_0x54e382(0x2d0)]=null;let _0x1c92a0=this[_0x54e382(0x549)][_0x54e382(0x66a)](_0x11b141['childType']),_0x1328e6=_0x1c92a0==null||(_0x238bb0=_0x1c92a0[_0x54e382(0x5e1)])==null?void 0x0:_0x238bb0[_0x54e382(0x4df)](_0x1c92a0,{'childType':_0x11b141[_0x54e382(0x674)],'childUnitId':_0x11b141[_0x54e382(0x2ab)],'injector':this['_injector'],'embedId':_0x11b141['embedId'],'hostUnitId':_0x11b141[_0x54e382(0x4bd)],'entry':_0x11b141[_0x54e382(0x2ad)]});if(!_0x1328e6){this[_0x54e382(0x354)][_0x54e382(0x608)]();return;}this[_0x54e382(0x354)]['activate']({'id':_0x11b141['embedId'],'ribbonService':_0x1328e6[_0x54e382(0x1b7)],'injector':_0x1328e6[_0x54e382(0x39f)],'portalContainer':(_0x419e8f=_0x1328e6[_0x54e382(0x55f)])==null?_0x11b141[_0x54e382(0x55f)]:_0x419e8f,'placeholderTitle':_0x1328e6['placeholderTitle'],'hideToolbar':_0x1328e6[_0x54e382(0x2f1)]}),this[_0x54e382(0x2d0)]=_0x11b141,this[_0x54e382(0x347)]=_0xd3a08f(()=>{const _0x319f39=_0x54e382;var _0x4522cf;this[_0x319f39(0x354)][_0x319f39(0x608)](_0x11b141['embedId']),(_0x4522cf=_0x1328e6[_0x319f39(0x497)])==null||_0x4522cf[_0x319f39(0x4d7)](),this['_currentOverride']=null;});})));}[_0x35dbe5(0x4d7)](){const _0x598c3e=_0x35dbe5;var _0x2f7ac2;(_0x2f7ac2=this[_0x598c3e(0x347)])==null||_0x2f7ac2[_0x598c3e(0x4d7)](),this['_current']=null,this[_0x598c3e(0x2d0)]=null,super[_0x598c3e(0x4d7)]();}};Ss=lo([Q(0x0,_0x49be48(la)),Q(0x1,_0x49be48(sa)),Q(0x2,_0x49be48(_0x1689b0)),Q(0x3,_0x49be48(_0x1b35f4))],Ss);function Cs(_0x5a5ad8,_0x90f8ec){const _0x1c33e5=_0x35dbe5;return _0x5a5ad8!=null&&_0x5a5ad8[_0x1c33e5(0x4bd)]===_0x90f8ec[_0x1c33e5(0x4bd)]&&_0x5a5ad8[_0x1c33e5(0x5b8)]===_0x90f8ec[_0x1c33e5(0x5b8)]&&_0x5a5ad8[_0x1c33e5(0x2ab)]===_0x90f8ec[_0x1c33e5(0x2ab)]&&_0x5a5ad8[_0x1c33e5(0x674)]===_0x90f8ec['childType']&&_0x5a5ad8[_0x1c33e5(0x2ad)]===_0x90f8ec[_0x1c33e5(0x2ad)]&&_0x5a5ad8[_0x1c33e5(0x4bb)]===_0x90f8ec['reason']&&_0x5a5ad8['portalContainer']===_0x90f8ec['portalContainer']&&_0x5a5ad8[_0x1c33e5(0x5f7)]===_0x90f8ec[_0x1c33e5(0x5f7)]&&_0x5a5ad8[_0x1c33e5(0x2f0)]===_0x90f8ec[_0x1c33e5(0x2f0)];}function ws(_0x16cd6e){const _0x2e8560=_0x35dbe5;let _0x10673e=[];return[[_0x140e49['UNIVER_DOC'],'docs-ui.ribbon'],[_0x140e49['UNIVER_SHEET'],_0x2e8560(0x4e3)],[_0x140e49['UNIVER_SLIDE'],'slides-ui.ribbon'],[_0x140e49['UNIVER_BASE'],'bases-ui.ribbon']][_0x2e8560(0x27a)](([_0x1f4c5b,_0x3fc02d])=>{const _0x40a3ed=_0x2e8560;let _0x51667a=Go(_0x16cd6e,{'childType':_0x1f4c5b,'id':_0x3fc02d});_0x51667a&&_0x10673e[_0x40a3ed(0x2b2)](_0x51667a);}),_0x10673e;}var Ts=class{constructor(){const _0x5386ca=_0x35dbe5;J(this,_0x5386ca(0x1c2),new Map());}[_0x35dbe5(0x280)](_0x236aa2){const _0x2b22a0=_0x35dbe5;return this[_0x2b22a0(0x1c2)][_0x2b22a0(0x27d)](_0x236aa2[_0x2b22a0(0x674)],_0x236aa2),_0xd3a08f(()=>{const _0x4a7751=_0x2b22a0;this[_0x4a7751(0x1c2)][_0x4a7751(0x66a)](_0x236aa2[_0x4a7751(0x674)])===_0x236aa2&&this[_0x4a7751(0x1c2)][_0x4a7751(0x5b4)](_0x236aa2[_0x4a7751(0x674)]);});}[_0x35dbe5(0x66a)](_0x1be881){const _0x2b3320=_0x35dbe5;return this[_0x2b3320(0x1c2)]['get'](_0x1be881);}[_0x35dbe5(0x65b)](){const _0x411647=_0x35dbe5;return[...this['_providers'][_0x411647(0x1c5)]()];}['measureContentSize'](_0x1aac8a){const _0x34a5cc=_0x35dbe5;var _0x9d71ac;return(_0x9d71ac=this[_0x34a5cc(0x66a)](_0x1aac8a['childType']))==null?void 0x0:_0x9d71ac[_0x34a5cc(0x633)](_0x1aac8a);}},Es=class{constructor(){const _0x1a0952=_0x35dbe5;J(this,_0x1a0952(0x3d2),new _0x542213()),J(this,'_providers',new Map()),J(this,_0x1a0952(0x364),new Map()),J(this,_0x1a0952(0x1ac),new Map()),J(this,'_queue',[]),J(this,_0x1a0952(0x270),!0x1),J(this,'_activeDrain',null);}[_0x35dbe5(0x40b)](_0x316795){const _0x27768c=_0x35dbe5;return this[_0x27768c(0x1c2)][_0x27768c(0x27d)](_0x316795[_0x27768c(0x674)],_0x316795),_0xd3a08f(()=>{const _0x147b33=_0x27768c;this[_0x147b33(0x1c2)]['get'](_0x316795[_0x147b33(0x674)])===_0x316795&&this[_0x147b33(0x1c2)][_0x147b33(0x5b4)](_0x316795[_0x147b33(0x674)]);});}[_0x35dbe5(0x478)](_0x290473){const _0x37bf22=_0x35dbe5;return this[_0x37bf22(0x1c2)]['get'](_0x290473);}[_0x35dbe5(0x667)](_0x33c767){const _0x4b9e8e=_0x35dbe5;return this[_0x4b9e8e(0x364)]['get'](_0x33c767);}[_0x35dbe5(0x66b)](_0xd2e874){const _0x42a55d=_0x35dbe5;var _0xece4de,_0x4d464f;let _0x2a860d=this[_0x42a55d(0x261)](_0xd2e874),_0xcefa0=this[_0x42a55d(0x1ac)][_0x42a55d(0x66a)](_0x2a860d);if(_0xcefa0&&(_0xcefa0['status']===_0x42a55d(0x651)||_0xcefa0[_0x42a55d(0x3a7)]==='ready'))return _0xcefa0;let _0x17b4a0=this[_0x42a55d(0x364)][_0x42a55d(0x66a)](_0xd2e874[_0x42a55d(0x624)][_0x42a55d(0x5b8)]),_0x17f7ff={'embedId':_0xd2e874[_0x42a55d(0x624)][_0x42a55d(0x5b8)],'childUnitId':_0xd2e874[_0x42a55d(0x2ab)],'childType':_0xd2e874[_0x42a55d(0x674)],'status':_0x42a55d(0x651),'width':Math[_0x42a55d(0x626)](0x1,Math[_0x42a55d(0x654)](_0xd2e874[_0x42a55d(0x30f)])),'height':Math[_0x42a55d(0x626)](0x1,Math['round'](_0xd2e874[_0x42a55d(0x35d)])),'dpr':_0xd2e874[_0x42a55d(0x4aa)],'viewState':(_0xece4de=_0xd2e874[_0x42a55d(0x287)])==null?_0x17b4a0==null?void 0x0:_0x17b4a0[_0x42a55d(0x287)]:_0xece4de,'revision':((_0x4d464f=_0x17b4a0==null?void 0x0:_0x17b4a0[_0x42a55d(0x1fb)])==null?0x0:_0x4d464f)+0x1,'updatedAt':Date['now']()};return this[_0x42a55d(0x1ac)][_0x42a55d(0x27d)](_0x2a860d,_0x17f7ff),this[_0x42a55d(0x364)]['set'](_0x17f7ff['embedId'],_0x17f7ff),this[_0x42a55d(0x3ff)][_0x42a55d(0x2b2)](_0xd2e874),this[_0x42a55d(0x204)](),this[_0x42a55d(0x3d2)]['next'](_0x17f7ff),_0x17f7ff;}async[_0x35dbe5(0x40e)](_0x3bb013){const _0x540a89=_0x35dbe5;let _0x592454=this[_0x540a89(0x1c2)][_0x540a89(0x66a)](_0x3bb013[_0x540a89(0x674)]);if(!_0x592454)return;let _0x30b343=await _0x592454[_0x540a89(0x40e)](_0x3bb013);return this[_0x540a89(0x615)](_0x3bb013[_0x540a89(0x5b8)],_0x30b343),_0x30b343;}async[_0x35dbe5(0x457)](_0x1c20b8,_0x4f4e1e){const _0x50a594=_0x35dbe5;if(_0x4f4e1e==null)return;let _0x3d0ea4=this['_providers'][_0x50a594(0x66a)](_0x1c20b8[_0x50a594(0x674)]);await(_0x3d0ea4==null?void 0x0:_0x3d0ea4['restoreViewState'](_0x1c20b8,_0x4f4e1e));}[_0x35dbe5(0x615)](_0x3a64d7,_0x3f505c){const _0xaaeb9=_0x35dbe5;let _0x4f5cb9=this[_0xaaeb9(0x364)][_0xaaeb9(0x66a)](_0x3a64d7);if(!_0x4f5cb9){let _0x34e047={'embedId':_0x3a64d7,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x3f505c,'revision':0x0,'updatedAt':Date['now']()};this[_0xaaeb9(0x364)][_0xaaeb9(0x27d)](_0x3a64d7,_0x34e047),this[_0xaaeb9(0x3d2)][_0xaaeb9(0x5fc)](_0x34e047);return;}_0x4f5cb9[_0xaaeb9(0x287)]=_0x3f505c,_0x4f5cb9['updatedAt']=Date[_0xaaeb9(0x5d2)](),this[_0xaaeb9(0x3d2)][_0xaaeb9(0x5fc)](_0x4f5cb9);}[_0x35dbe5(0x29f)](_0x1982d4,_0x4e7685){const _0x5c6806=_0x35dbe5;let _0x553e94=this['_entriesByEmbedId']['get'](_0x1982d4);_0x553e94&&(_0x553e94[_0x5c6806(0x3a7)]=_0x5c6806(0x65a),_0x553e94[_0x5c6806(0x473)]=_0x4e7685,_0x553e94['updatedAt']=Date['now'](),this['previewUpdated$'][_0x5c6806(0x5fc)](_0x553e94));}[_0x35dbe5(0x427)](_0x5c5f03){const _0x5ce46e=_0x35dbe5;let _0x4da008=this['_entriesByEmbedId']['get'](_0x5c5f03);this[_0x5ce46e(0x364)]['delete'](_0x5c5f03),_0x4da008&&Array['from'](this['_entriesByKey'][_0x5ce46e(0x560)]())[_0x5ce46e(0x27a)](([_0x1691d3,_0x3ced69])=>{const _0x432eaa=_0x5ce46e;_0x3ced69[_0x432eaa(0x5b8)]===_0x5c5f03&&this[_0x432eaa(0x1ac)][_0x432eaa(0x5b4)](_0x1691d3);});}['getCacheKey'](_0xc5533){const _0x190535=_0x35dbe5;return[_0xc5533[_0x190535(0x624)][_0x190535(0x5b8)],_0xc5533[_0x190535(0x2ab)],_0xc5533['childType'],Math[_0x190535(0x626)](0x1,Math['round'](_0xc5533[_0x190535(0x30f)])),Math[_0x190535(0x626)](0x1,Math[_0x190535(0x654)](_0xc5533[_0x190535(0x35d)])),_0xc5533['dpr']][_0x190535(0x352)]('::');}async[_0x35dbe5(0x548)](){const _0x3a2954=_0x35dbe5;for(;this[_0x3a2954(0x3ff)]['length']>0x0||this[_0x3a2954(0x270)]||this[_0x3a2954(0x41c)];){var _0x3fd11a;await((_0x3fd11a=this[_0x3a2954(0x41c)])==null?Promise[_0x3a2954(0x5a6)]():_0x3fd11a),await Promise[_0x3a2954(0x5a6)]();}}[_0x35dbe5(0x4d7)](){const _0x58b2b5=_0x35dbe5;this[_0x58b2b5(0x1c2)]['clear'](),this[_0x58b2b5(0x364)][_0x58b2b5(0x608)](),this[_0x58b2b5(0x1ac)][_0x58b2b5(0x608)](),this['_queue']['length']=0x0,this[_0x58b2b5(0x3d2)][_0x58b2b5(0x601)]();}[_0x35dbe5(0x204)](){const _0x2ab7d4=_0x35dbe5;this[_0x2ab7d4(0x270)]||this[_0x2ab7d4(0x41c)]||(this[_0x2ab7d4(0x41c)]=this[_0x2ab7d4(0x3d7)]()[_0x2ab7d4(0x5bb)](()=>{const _0x66fdda=_0x2ab7d4;this[_0x66fdda(0x41c)]=null;}));}async[_0x35dbe5(0x3d7)](){const _0x556e6a=_0x35dbe5;if(!this['_rendering']){this['_rendering']=!0x0;try{for(;this[_0x556e6a(0x3ff)][_0x556e6a(0x446)]>0x0;)await this['_renderOne'](this[_0x556e6a(0x3ff)]['shift']());}finally{this[_0x556e6a(0x270)]=!0x1;}}}async[_0x35dbe5(0x4f7)](_0x5bd86b){const _0x97d746=_0x35dbe5;let _0x3c281f=this[_0x97d746(0x261)](_0x5bd86b),_0x3281ef=this[_0x97d746(0x1ac)]['get'](_0x3c281f);if(!_0x3281ef||_0x3281ef[_0x97d746(0x3a7)]!==_0x97d746(0x651))return;let _0x5b050a=this[_0x97d746(0x1c2)][_0x97d746(0x66a)](_0x5bd86b['childType']),_0x1fb811=this[_0x97d746(0x439)](_0x3281ef[_0x97d746(0x5b8)],_0x3281ef);if(!_0x5b050a){let _0x448dc1=_0x5bd86b[_0x97d746(0x3dc)]?co(_0x5bd86b['context']):void 0x0;if(_0x448dc1){_0x3281ef[_0x97d746(0x34d)]=_0x448dc1,_0x3281ef['status']='ready',_0x3281ef[_0x97d746(0x36e)]=Date[_0x97d746(0x5d2)](),this[_0x97d746(0x364)][_0x97d746(0x27d)](_0x3281ef[_0x97d746(0x5b8)],_0x3281ef),this[_0x97d746(0x3d2)][_0x97d746(0x5fc)](_0x3281ef);return;}this[_0x97d746(0x5ea)](_0x3281ef,_0x1fb811,Error('Missing\x20embed\x20float\x20preview\x20provider:\x20'+_0x5bd86b['childType']));return;}try{let _0x46d5ac=await _0x5b050a['renderPreview']({..._0x5bd86b,'width':_0x3281ef['width'],'height':_0x3281ef[_0x97d746(0x35d)],'viewState':_0x3281ef[_0x97d746(0x287)]});if(this[_0x97d746(0x1ac)][_0x97d746(0x66a)](_0x3c281f)!==_0x3281ef||_0x3281ef[_0x97d746(0x3a7)]!==_0x97d746(0x651))return;if(!_0x46d5ac){this[_0x97d746(0x5ea)](_0x3281ef,_0x1fb811,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x3281ef[_0x97d746(0x34d)]=_0x46d5ac,_0x3281ef['status']='ready',_0x3281ef['updatedAt']=Date[_0x97d746(0x5d2)](),this[_0x97d746(0x364)][_0x97d746(0x27d)](_0x3281ef['embedId'],_0x3281ef),this[_0x97d746(0x3d2)][_0x97d746(0x5fc)](_0x3281ef);}catch(_0x411104){this['_setRenderFailure'](_0x3281ef,_0x1fb811,_0x411104);}}['_findPreviousReadyEntry'](_0x596a0a,_0x25f959){const _0x2b4c1d=_0x35dbe5;let _0x50e187=this[_0x2b4c1d(0x364)]['get'](_0x596a0a);return _0x50e187&&_0x50e187!==_0x25f959&&_0x50e187[_0x2b4c1d(0x34d)]?_0x50e187:Array[_0x2b4c1d(0x591)](this['_entriesByKey'][_0x2b4c1d(0x1c5)]())[_0x2b4c1d(0x31d)]()[_0x2b4c1d(0x611)](_0x59f5c5=>_0x59f5c5[_0x2b4c1d(0x5b8)]===_0x596a0a&&_0x59f5c5!==_0x25f959&&_0x59f5c5[_0x2b4c1d(0x34d)]);}[_0x35dbe5(0x5ea)](_0x2438a4,_0x3258ad,_0x1cf8f2){const _0x2fca50=_0x35dbe5;var _0x425a58;_0x2438a4[_0x2fca50(0x3a7)]=_0x3258ad!=null&&_0x3258ad[_0x2fca50(0x34d)]?_0x2fca50(0x65a):_0x2fca50(0x473),_0x2438a4['image']=_0x3258ad==null?void 0x0:_0x3258ad[_0x2fca50(0x34d)],_0x2438a4[_0x2fca50(0x287)]=(_0x425a58=_0x2438a4[_0x2fca50(0x287)])==null?_0x3258ad==null?void 0x0:_0x3258ad[_0x2fca50(0x287)]:_0x425a58,_0x2438a4[_0x2fca50(0x473)]=_0x1cf8f2,_0x2438a4[_0x2fca50(0x36e)]=Date['now'](),this['_entriesByEmbedId'][_0x2fca50(0x27d)](_0x2438a4['embedId'],_0x2438a4),this[_0x2fca50(0x3d2)][_0x2fca50(0x5fc)](_0x2438a4);}},Ds=class{constructor(){const _0x4fbd45=_0x35dbe5;J(this,_0x4fbd45(0x24d),new Map()),J(this,_0x4fbd45(0x2f8),new _0x542213()),J(this,_0x4fbd45(0x2ff),this[_0x4fbd45(0x2f8)][_0x4fbd45(0x4e9)]());}[_0x35dbe5(0x280)](_0x16d010){const _0x446307=_0x35dbe5;return this[_0x446307(0x24d)][_0x446307(0x27d)](_0x16d010[_0x446307(0x5b8)],_0x16d010),this[_0x446307(0x427)]({'embedId':_0x16d010['embedId'],'reason':_0x446307(0x4b0)}),_0xd3a08f(()=>{const _0x4a9b92=_0x446307;this['_registrations'][_0x4a9b92(0x66a)](_0x16d010['embedId'])===_0x16d010&&(this[_0x4a9b92(0x24d)][_0x4a9b92(0x5b4)](_0x16d010[_0x4a9b92(0x5b8)]),this[_0x4a9b92(0x427)]({'embedId':_0x16d010[_0x4a9b92(0x5b8)],'reason':_0x4a9b92(0x4b0)}));});}[_0x35dbe5(0x2b6)](_0x2b11b4){const _0x11fe11=_0x35dbe5;return this[_0x11fe11(0x24d)][_0x11fe11(0x66a)](_0x2b11b4);}[_0x35dbe5(0x44a)](_0x41dd5b){const _0x740287=_0x35dbe5;return Array[_0x740287(0x591)](this[_0x740287(0x24d)][_0x740287(0x1c5)]())[_0x740287(0x611)](_0x101b9a=>_0x101b9a[_0x740287(0x2ab)]===_0x41dd5b);}[_0x35dbe5(0x427)](_0x49e120){const _0x2c4e35=_0x35dbe5;this[_0x2c4e35(0x2f8)][_0x2c4e35(0x5fc)](_0x49e120);}};let Os=class{constructor(_0x8af7dd,_0x554107,_0x3f662f,_0x15fef6){const _0x284651=_0x35dbe5;this[_0x284651(0x242)]=_0x8af7dd,this[_0x284651(0x4ad)]=_0x554107,this[_0x284651(0x1d2)]=_0x3f662f,this[_0x284651(0x61e)]=_0x15fef6;}async[_0x35dbe5(0x599)](_0x45132e){const _0x4cbeda=_0x35dbe5;return this[_0x4cbeda(0x4ad)][_0x4cbeda(0x599)](_0x45132e);}async[_0x35dbe5(0x1a5)](_0x114c1d){const _0x7b6095=_0x35dbe5;var _0x41ac9e;let _0x1aabaf=_0x114c1d[_0x7b6095(0x624)],_0x440c56=(_0x41ac9e=_0x114c1d[_0x7b6095(0x4ee)])==null?this[_0x7b6095(0x1d2)]['restoreAnchor']({'embedId':_0x1aabaf[_0x7b6095(0x5b8)],'hostUnitId':_0x1aabaf[_0x7b6095(0x4bd)],'hostType':_0x1aabaf['hostType'],'entry':_0x1aabaf[_0x7b6095(0x2ad)],'hostAnchorId':_0x1aabaf[_0x7b6095(0x666)],'hostContext':_0x114c1d[_0x7b6095(0x516)],'descriptor':_0x1aabaf}):_0x41ac9e;return this['_modelService']['addDescriptor'](_0x1aabaf[_0x7b6095(0x4bd)],_0x1aabaf),this[_0x7b6095(0x61e)][_0x7b6095(0x55d)](_0x440c56),this[_0x7b6095(0x242)][_0x7b6095(0x1b1)](_0x1aabaf[_0x7b6095(0x4bd)],_0x1aabaf['embedId']);}};Os=lo([Q(0x0,_0x49be48(_0x474f3c)),Q(0x1,_0x49be48(_0x16b3e4)),Q(0x2,_0x49be48(_0x4f3315)),Q(0x3,_0x49be48(_0x163f62))],Os);var ks=class{constructor(){const _0x4be363=_0x35dbe5;J(this,_0x4be363(0x1c2),new Map());}[_0x35dbe5(0x280)](_0x48aa7a){const _0x102dcb=_0x35dbe5;return this['_providers'][_0x102dcb(0x27d)](_0x48aa7a[_0x102dcb(0x674)],_0x48aa7a),_0xd3a08f(()=>{const _0x28c5c7=_0x102dcb;this[_0x28c5c7(0x1c2)][_0x28c5c7(0x66a)](_0x48aa7a[_0x28c5c7(0x674)])===_0x48aa7a&&this[_0x28c5c7(0x1c2)][_0x28c5c7(0x5b4)](_0x48aa7a[_0x28c5c7(0x674)]);});}[_0x35dbe5(0x66a)](_0xa5fe7b,_0x2bfade){const _0x2be69c=_0x35dbe5;var _0x1149d8;let _0x1c9fde=this[_0x2be69c(0x1c2)][_0x2be69c(0x66a)](_0xa5fe7b);if(_0x1c9fde&&!(_0x2bfade&&(_0x1149d8=_0x1c9fde[_0x2be69c(0x655)])!=null&&_0x1149d8[_0x2be69c(0x446)]&&!_0x1c9fde['supportedLayouts'][_0x2be69c(0x64f)](_0x2bfade)))return _0x1c9fde;}['list'](){const _0x2c12a5=_0x35dbe5;return[...this[_0x2c12a5(0x1c2)][_0x2c12a5(0x1c5)]()];}};function As(_0x18cdff,_0x1f74b1,_0x471921=Ns(_0x18cdff),_0x14b445={}){const _0x56c044=_0x35dbe5;var _0x34a4b8,_0x55357a,_0x11a408,_0x5a249b,_0x4fa1d3;let _0x12625d=_0x18cdff['injector'][_0x56c044(0x66a)](_0x1f74b1),_0x4c7a6d=(_0x34a4b8=_0x14b445[_0x56c044(0x34e)])==null?_0x14b445['scopedRenderInjector']===!0x1?void 0x0:(_0x55357a=(_0x11a408=_0x18cdff[_0x56c044(0x374)])==null?void 0x0:_0x11a408[_0x56c044(0x39f)])==null?js(_0x18cdff):_0x55357a:_0x34a4b8,_0x5773a1=!_0x14b445[_0x56c044(0x34e)]&&_0x4c7a6d!==((_0x5a249b=_0x18cdff[_0x56c044(0x374)])==null?void 0x0:_0x5a249b[_0x56c044(0x39f)]),_0x74e21a=Is(_0x12625d,_0x18cdff[_0x56c044(0x2ab)],_0x4c7a6d);if(!_0x74e21a){_0x5773a1&&(_0x4c7a6d==null||_0x4c7a6d[_0x56c044(0x4d7)]());return;}_0x471921[_0x56c044(0x20f)][_0x56c044(0x431)]=_0x18cdff['childUnitId'],_0x471921['dataset'][_0x56c044(0x425)]=_0x18cdff[_0x56c044(0x3ec)]['mode'];try{var _0x45d91a,_0x35412b;(_0x45d91a=(_0x35412b=_0x74e21a[_0x56c044(0x1e8)])[_0x56c044(0x3f5)])==null||_0x45d91a[_0x56c044(0x4df)](_0x35412b);}catch{}_0x74e21a[_0x56c044(0x1e8)][_0x56c044(0x30b)](_0x471921),Ps(_0x74e21a,_0x471921),Rs(_0x74e21a,{'activate':(_0x4fa1d3=_0x14b445[_0x56c044(0x51f)])==null?!0x0:_0x4fa1d3});let _0x359732=Ms(_0x74e21a,_0x471921,{'activate':!0x1});return _0xd3a08f(()=>{const _0x272035=_0x56c044;var _0x3c6c4b;_0x359732[_0x272035(0x4d7)]();try{var _0x1be880,_0x47f39f;(_0x1be880=(_0x47f39f=_0x74e21a['engine'])[_0x272035(0x3f5)])==null||_0x1be880['call'](_0x47f39f);}catch{}(_0x3c6c4b=_0x12625d[_0x272035(0x565)])==null||_0x3c6c4b['call'](_0x12625d,_0x18cdff[_0x272035(0x2ab)]),_0x471921[_0x272035(0x480)]('data-embed-child-render-unit-id'),_0x471921[_0x272035(0x480)](_0x272035(0x21a)),_0x5773a1&&(_0x4c7a6d==null||_0x4c7a6d[_0x272035(0x4d7)]());});}function js(_0x19b16a){const _0xe0df9=_0x35dbe5;if(typeof _0x19b16a['injector'][_0xe0df9(0x629)]=='function'&&!(!_0x19b16a[_0xe0df9(0x39f)][_0xe0df9(0x629)](_0x32fce3)||!_0x19b16a[_0xe0df9(0x39f)][_0xe0df9(0x629)](_0x1cbf8c)))return ha(_0x19b16a);}function Ms(_0x3e9814,_0x35d9b8,_0xdb92ba={}){const _0x2b8798=_0x35dbe5;if(typeof ResizeObserver>'u')return _0xd3a08f(()=>{});let _0x1d5a90=-0x1,_0x234fc8=-0x1,_0x285278=0x0,_0x3ee787=new ResizeObserver(_0x493368=>{const _0x2fa97d=_0x3c26;var _0x224b8f,_0x2ed286,_0x2fb109;let _0x21a473=(_0x224b8f=_0x493368[0x0])==null?void 0x0:_0x224b8f[_0x2fa97d(0x210)],_0x262ac4=(_0x2ed286=_0x21a473==null?void 0x0:_0x21a473['width'])==null?_0x35d9b8[_0x2fa97d(0x1a7)]:_0x2ed286,_0x5ee7f6=(_0x2fb109=_0x21a473==null?void 0x0:_0x21a473[_0x2fa97d(0x35d)])==null?_0x35d9b8['clientHeight']:_0x2fb109;_0x262ac4===_0x1d5a90&&_0x5ee7f6===_0x234fc8||(_0x1d5a90=_0x262ac4,_0x234fc8=_0x5ee7f6,_0x285278&&window[_0x2fa97d(0x41f)](_0x285278),_0x285278=window[_0x2fa97d(0x4a0)](()=>{const _0x3d2b02=_0x2fa97d;var _0x21e430;_0x285278=0x0,Rs(_0x3e9814,{'activate':(_0x21e430=_0xdb92ba[_0x3d2b02(0x51f)])==null?!0x1:_0x21e430});}));});return _0x3ee787[_0x2b8798(0x325)](_0x35d9b8),_0xd3a08f(()=>{const _0x304f78=_0x2b8798;_0x285278&&window[_0x304f78(0x41f)](_0x285278),_0x3ee787[_0x304f78(0x175)]();});}function Ns(_0x4a3397){const _0x5696ff=_0x35dbe5;var _0x595584,_0x370b5c,_0x3e7d15;return(_0x595584=(_0x370b5c=(_0x3e7d15=_0x4a3397['runtimeScope']['roots'][_0x5696ff(0x5d6)])==null?_0x4a3397[_0x5696ff(0x3ec)]['canvasRoot']:_0x3e7d15)==null?_0x4a3397[_0x5696ff(0x3ec)][_0x5696ff(0x5a4)]:_0x370b5c)==null?_0x4a3397[_0x5696ff(0x3ec)][_0x5696ff(0x19b)]:_0x595584;}function Ps(_0x336c5c,_0x47c1ab){const _0x588446=_0x35dbe5;var _0x55ba4d,_0x2c5c3d,_0x87df8d,_0x4fb718,_0x41592e,_0x193f7a;let _0x533fdf=(_0x55ba4d=(_0x2c5c3d=(_0x87df8d=_0x336c5c[_0x588446(0x1e8)])[_0x588446(0x498)])==null?void 0x0:_0x2c5c3d[_0x588446(0x4df)](_0x87df8d))==null?(_0x4fb718=(_0x41592e=_0x336c5c['engine'])[_0x588446(0x49e)])==null||(_0x4fb718=_0x4fb718[_0x588446(0x4df)](_0x41592e))==null||(_0x193f7a=_0x4fb718['getCanvasEle'])==null?void 0x0:_0x193f7a[_0x588446(0x4df)](_0x4fb718):_0x55ba4d;!_0x533fdf||_0x533fdf[_0x588446(0x627)]===_0x47c1ab||_0x47c1ab['appendChild'](_0x533fdf);}function Fs(_0x11c85d,_0x137839,_0x12331a){const _0x4c6cf5=_0x35dbe5;try{let _0x1a306a=_0x11c85d[_0x4c6cf5(0x5c9)](_0x137839);if(_0x1a306a){var _0xc06a6c;if(!_0x12331a||Ls(_0x1a306a)===_0x12331a)return _0x1a306a;(_0xc06a6c=_0x11c85d[_0x4c6cf5(0x565)])==null||_0xc06a6c[_0x4c6cf5(0x4df)](_0x11c85d,_0x137839);}return _0x11c85d[_0x4c6cf5(0x267)](_0x137839,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x12331a,'skipAutoRender':!0x0});}catch{return;}}function Is(_0x5188fa,_0x2f7bee,_0x5eade0){const _0x34e2cd=_0x35dbe5;try{let _0xad1125=_0x5188fa[_0x34e2cd(0x5c9)](_0x2f7bee);if(_0xad1125){var _0x4fe323;if(!_0x5eade0||Ls(_0xad1125)===_0x5eade0)return _0xad1125;(_0x4fe323=_0x5188fa['removeRender'])==null||_0x4fe323[_0x34e2cd(0x4df)](_0x5188fa,_0x2f7bee);}return _0x5188fa[_0x34e2cd(0x267)](_0x2f7bee,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5eade0,'skipAutoRender':!0x0});}catch(_0x393a47){var _0x224cf2;(_0x224cf2=_0x5188fa['removeRender'])==null||_0x224cf2['call'](_0x5188fa,_0x2f7bee),console[_0x34e2cd(0x305)](_0x34e2cd(0x48d),_0x393a47);return;}}function Ls(_0x10e220){const _0x59ebf7=_0x35dbe5;try{var _0x12427e;return(_0x12427e=_0x10e220[_0x59ebf7(0x4cd)])==null?void 0x0:_0x12427e[_0x59ebf7(0x4df)](_0x10e220,_0x1b35f4);}catch{return;}}function Rs(_0x19a383,_0x5e0b89={}){const _0x59d7bb=_0x35dbe5;var _0x3fe3e1,_0x1c5f89,_0x2b144b,_0x59d134;if(_0x5e0b89[_0x59d7bb(0x51f)]){var _0x42bfcb;(_0x42bfcb=_0x19a383[_0x59d7bb(0x51f)])==null||_0x42bfcb['call'](_0x19a383);}_0x19a383[_0x59d7bb(0x1e8)][_0x59d7bb(0x609)](),_0x19a383[_0x59d7bb(0x55b)][_0x59d7bb(0x27a)](_0x1e5d29=>{const _0x3b4390=_0x59d7bb;var _0x63272e,_0x3530b8;(_0x63272e=_0x1e5d29[_0x3b4390(0x366)])==null||_0x63272e[_0x3b4390(0x4df)](_0x1e5d29,!0x0),(_0x3530b8=_0x1e5d29['makeDirty'])==null||_0x3530b8[_0x3b4390(0x4df)](_0x1e5d29,!0x0);}),(_0x3fe3e1=_0x19a383[_0x59d7bb(0x44e)])==null||(_0x1c5f89=_0x3fe3e1[_0x59d7bb(0x5fb)])==null||_0x1c5f89[_0x59d7bb(0x4df)](_0x3fe3e1,!0x0),_0x19a383[_0x59d7bb(0x569)]['makeDirty'](),(_0x2b144b=(_0x59d134=_0x19a383[_0x59d7bb(0x569)])[_0x59d7bb(0x4a9)])==null||_0x2b144b[_0x59d7bb(0x4df)](_0x59d134);}function zs(_0x1037b7,_0x25281c){const _0x2d5f2a=_0x35dbe5;return{'childType':_0x25281c[_0x2d5f2a(0x674)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x5dfc6e=>Bs(_0x1037b7,_0x25281c[_0x2d5f2a(0x320)],_0x5dfc6e)};}function Bs(_0x2cc98d,_0x56dbde,_0x50274d){const _0xea47c4=_0x35dbe5;var _0x5836be,_0x720f1e,_0x40171d;if(_0x50274d[_0xea47c4(0x3dc)]){let _0x1c7eff=co(_0x50274d[_0xea47c4(0x3dc)]);if(_0x1c7eff)return _0x1c7eff;}if(typeof document>'u')return;let _0x1ea50a=document[_0xea47c4(0x1d1)](_0xea47c4(0x590));_0x1ea50a['style'][_0xea47c4(0x24a)]=_0xea47c4(0x190),_0x1ea50a[_0xea47c4(0x58f)]['left']=_0xea47c4(0x38f),_0x1ea50a[_0xea47c4(0x58f)][_0xea47c4(0x215)]=_0xea47c4(0x38f),_0x1ea50a[_0xea47c4(0x58f)][_0xea47c4(0x30f)]=Math[_0xea47c4(0x626)](0x1,Math['round'](_0x50274d[_0xea47c4(0x30f)]))+'px',_0x1ea50a[_0xea47c4(0x58f)]['height']=Math[_0xea47c4(0x626)](0x1,Math[_0xea47c4(0x654)](_0x50274d[_0xea47c4(0x35d)]))+'px',_0x1ea50a[_0xea47c4(0x58f)][_0xea47c4(0x319)]='none',document[_0xea47c4(0x506)][_0xea47c4(0x4ef)](_0x1ea50a);let _0x277dac=_0x2cc98d['get'](_0x56dbde),_0x1fd214=!((_0x5836be=_0x50274d['context'])==null||(_0x5836be=_0x5836be[_0xea47c4(0x374)])==null)&&_0x5836be['injector']?void 0x0:ha(Vs(_0x2cc98d,_0x50274d,_0x1ea50a)),_0x6bac02=(_0x720f1e=(_0x40171d=_0x50274d['context'])==null||(_0x40171d=_0x40171d['runtimeScope'])==null?void 0x0:_0x40171d['injector'])==null?_0x1fd214:_0x720f1e,_0x5ec131=Fs(_0x277dac,_0x50274d[_0xea47c4(0x2ab)],_0x6bac02);if(!_0x5ec131){_0x1fd214==null||_0x1fd214[_0xea47c4(0x4d7)](),_0x1ea50a['remove']();return;}try{var _0x2dcc90,_0x31e5df,_0xb809bb,_0x44efe0,_0x11c18c,_0x42cd66;_0x5ec131['engine'][_0xea47c4(0x30b)](_0x1ea50a),Rs(_0x5ec131,{'activate':!0x1});let _0x2d3efe=(_0x2dcc90=(_0x31e5df=(_0xb809bb=_0x5ec131[_0xea47c4(0x1e8)])[_0xea47c4(0x498)])==null?void 0x0:_0x31e5df[_0xea47c4(0x4df)](_0xb809bb))==null?(_0x44efe0=(_0x11c18c=_0x5ec131['engine'])[_0xea47c4(0x49e)])==null||(_0x44efe0=_0x44efe0[_0xea47c4(0x4df)](_0x11c18c))==null||(_0x42cd66=_0x44efe0['getCanvasEle'])==null?void 0x0:_0x42cd66[_0xea47c4(0x4df)](_0x44efe0):_0x2dcc90;return!_0x2d3efe||_0x2d3efe[_0xea47c4(0x30f)]<=0x1||_0x2d3efe[_0xea47c4(0x35d)]<=0x1||typeof _0x2d3efe[_0xea47c4(0x2eb)]!=_0xea47c4(0x5e7)?void 0x0:_0x2d3efe[_0xea47c4(0x2eb)]('image/png');}catch{return;}finally{try{var _0x257045,_0x184943;(_0x257045=(_0x184943=_0x5ec131[_0xea47c4(0x1e8)])[_0xea47c4(0x3f5)])==null||_0x257045['call'](_0x184943);}catch{}if(_0x1fd214){var _0x222a42;(_0x222a42=_0x277dac[_0xea47c4(0x565)])==null||_0x222a42[_0xea47c4(0x4df)](_0x277dac,_0x50274d['childUnitId']),_0x1fd214['dispose']();}_0x1ea50a[_0xea47c4(0x59f)]();}}function Vs(_0x5e884b,_0x552a91,_0x407c48){const _0xead95f=_0x35dbe5;let _0x219917=Hs(_0x552a91),_0x8a1966=()=>{};return{'descriptor':_0x552a91[_0xead95f(0x624)],'layout':_0x219917,'injector':_0x5e884b,'hostElement':_0x407c48,'container':_0x407c48,'hostUnitId':_0x552a91[_0xead95f(0x624)]['hostUnitId'],'embedId':_0x552a91[_0xead95f(0x624)][_0xead95f(0x5b8)],'childUnitId':_0x552a91['childUnitId'],'childType':_0x552a91[_0xead95f(0x674)],'renderScope':{'hostUnitId':_0x552a91[_0xead95f(0x624)][_0xead95f(0x4bd)],'hostAnchorId':_0x552a91['descriptor'][_0xead95f(0x666)],'embedId':_0x552a91[_0xead95f(0x624)][_0xead95f(0x5b8)],'childUnitId':_0x552a91[_0xead95f(0x2ab)],'childType':_0x552a91['childType'],'layout':_0x219917,'mode':_0xead95f(0x412),'rootElement':_0x407c48,'contentRoot':_0x407c48,'canvasRoot':_0x407c48,'active$':_0x3fe65c(!0x1)},'runtimeScope':{'descriptor':_0x552a91[_0xead95f(0x624)],'host':{'unitId':_0x552a91[_0xead95f(0x624)][_0xead95f(0x4bd)],'type':_0x552a91['descriptor']['hostType'],'anchorId':_0x552a91[_0xead95f(0x624)][_0xead95f(0x666)],'entry':_0x552a91[_0xead95f(0x624)][_0xead95f(0x2ad)],'layout':_0xead95f(0x412)},'child':{'unitId':_0x552a91[_0xead95f(0x2ab)],'type':_0x552a91['childType']},'injector':_0x5e884b,'roots':{'root':_0x407c48,'content':_0x407c48,'canvas':_0x407c48,'overlay':_0x407c48,'popup':_0x407c48},'activate':_0x8a1966,'deactivate':_0x8a1966,'dispose':_0x8a1966}};}function Hs(_0x4bad89){const _0x2c1693=_0x35dbe5;var _0x5c06ac,_0x60c8a6,_0x1a8e4f;let _0x3623df=(_0x5c06ac=_0x4bad89[_0x2c1693(0x624)][_0x2c1693(0x5e0)])==null?void 0x0:_0x5c06ac[_0x2c1693(0x3fb)];return _0x3623df&&typeof _0x3623df=='object'&&typeof _0x3623df[_0x2c1693(0x1ab)]==_0x2c1693(0x3fa)?_0x3623df['layout']:(_0x60c8a6=(_0x1a8e4f=_0x4bad89['context'])==null?void 0x0:_0x1a8e4f[_0x2c1693(0x1ab)])==null?'scroll-contained':_0x60c8a6;}var Us=class{constructor(){J(this,'_providers',new Map());}[_0x35dbe5(0x280)](_0x175401){const _0x4673ce=_0x35dbe5;if(this[_0x4673ce(0x1c2)][_0x4673ce(0x629)](_0x175401[_0x4673ce(0x674)]))throw Error(_0x4673ce(0x483)+_0x175401[_0x4673ce(0x674)]);this[_0x4673ce(0x1c2)][_0x4673ce(0x27d)](_0x175401[_0x4673ce(0x674)],_0x175401);}['get'](_0x3b5c04){const _0x4d933d=_0x35dbe5;return this[_0x4d933d(0x1c2)][_0x4d933d(0x66a)](_0x3b5c04);}[_0x35dbe5(0x65b)](){const _0xeac566=_0x35dbe5;return[...this['_providers'][_0xeac566(0x1c5)]()];}};const Ws=new WeakMap(),Gs=new WeakMap();function Ks(_0x5e4584,_0x1e994b,_0x4dbfd7){const _0x949d32=_0x35dbe5;var _0x467c76,_0xde2db;if(Ys(_0x5e4584)){Js(_0x5e4584,_0x1e994b,_0x4dbfd7);return;}let _0x5e0da5=_0x5e4584;if((_0x467c76=Gs[_0x949d32(0x66a)](_0x5e0da5))!=null&&_0x467c76[_0x949d32(0x629)](_0x1e994b))return;let _0x56cc27=(_0xde2db=Ws['get'](_0x5e0da5))==null?new Map():_0xde2db;_0x56cc27[_0x949d32(0x27d)](_0x1e994b,_0x4dbfd7),Ws['set'](_0x5e0da5,_0x56cc27);}function qs(_0x4e1e64){const _0x5f1e13=_0x35dbe5;if(!Ys(_0x4e1e64))return;let _0x52e695=_0x4e1e64,_0x363d7a=Ws[_0x5f1e13(0x66a)](_0x52e695);_0x363d7a!=null&&_0x363d7a['size']&&(_0x363d7a['forEach']((_0x3bae6d,_0x3499a0)=>Js(_0x4e1e64,_0x3499a0,_0x3bae6d)),Ws[_0x5f1e13(0x5b4)](_0x52e695));}function Js(_0x4b6de9,_0x20d736,_0x453ca3){const _0x1a61fc=_0x35dbe5;var _0x5f55c1;let _0x18e698=_0x4b6de9,_0x39788c=(_0x5f55c1=Gs['get'](_0x18e698))==null?new Set():_0x5f55c1;_0x39788c[_0x1a61fc(0x629)](_0x20d736)||(_0x453ca3(_0x4b6de9),_0x39788c[_0x1a61fc(0x310)](_0x20d736),Gs[_0x1a61fc(0x27d)](_0x18e698,_0x39788c));}function Ys(_0x5bf14b){const _0x328d59=_0x35dbe5;return _0x5bf14b[_0x328d59(0x629)](_0x4f3315)&&_0x5bf14b[_0x328d59(0x629)](ao)&&_0x5bf14b['has'](ro)&&_0x5bf14b[_0x328d59(0x629)](sa)&&_0x5bf14b['has'](Yo)&&_0x5bf14b[_0x328d59(0x629)](io)&&_0x5bf14b['has'](Es)&&_0x5bf14b[_0x328d59(0x629)](Ts)&&_0x5bf14b['has'](ks)&&_0x5bf14b['has'](Us);}function Xs(_0x2128e6){const _0x15673b=_0x35dbe5;let {childType:_0x40ba52,productName:_0x3fdb6d}=_0x2128e6;return{'childType':_0x40ba52,'productName':_0x3fdb6d,'hostChromeMode':_0x15673b(0x329),'layoutPolicy':{'tab':_0x103109,'float':_0x1ebe63,'docFlow':_0x1dee1e},'createRibbonOverride':({childUnitId:_0x4f73cc,embedId:_0x1e0db1,injector:_0x13f801})=>{const _0x3bdcb7=_0x15673b;let _0x13da08=Do(_0x13f801,{'childType':_0x40ba52,'childUnitId':_0x4f73cc,'embedId':_0x1e0db1,'menuSchema':Zs(_0x13f801,_0x40ba52,_0x2128e6[_0x3bdcb7(0x304)])});return{'mode':'ribbon','ribbonService':_0x13da08[_0x3bdcb7(0x1b7)],'injector':_0x13da08['injector'],'placeholderTitle':_0x3fdb6d,'disposable':_0x13da08[_0x3bdcb7(0x497)]};}};}function Zs(_0x21294a,_0x4db705,_0x4248ae){const _0x52b34c=_0x35dbe5;let _0x4e2d08=_0x21294a;if(typeof _0x4e2d08[_0x52b34c(0x629)]==_0x52b34c(0x5e7)&&typeof _0x4e2d08[_0x52b34c(0x66a)]=='function'&&_0x4e2d08[_0x52b34c(0x629)](Yo)){let _0x2e91c6=_0x4e2d08[_0x52b34c(0x66a)](Yo)[_0x52b34c(0x293)](_0x4db705,'ribbon');if(_0x2e91c6)return _0x2e91c6;}return _0x4248ae;}function Qs(_0x37dc29){const _0x42f784=_0x35dbe5;var _0x25771f;let _0x2d8f01=$s(_0x37dc29);return{'childType':_0x37dc29[_0x42f784(0x674)],'productName':_0x37dc29['productName'],'hostChromeMode':_0x2d8f01,'hostHeaderMode':(_0x25771f=_0x37dc29['hostHeaderMode'])==null?_0x42f784(0x5ff):_0x25771f,'layoutPolicy':{'tab':{..._0x103109,'ribbon':_0x2d8f01===_0x42f784(0x5ff)?'hidden':_0x42f784(0x26a)},'float':_0x1ebe63,'docFlow':_0x1dee1e},'createRibbonOverride':_0x2d8f01===_0x42f784(0x241)?()=>({'mode':_0x42f784(0x241),'ribbonService':ec(),'placeholderTitle':_0x37dc29[_0x42f784(0x4b4)],'hideToolbar':!0x0}):void 0x0};}function $s(_0x123330){const _0x2b338f=_0x35dbe5;return _0x123330[_0x2b338f(0x51c)]?_0x123330[_0x2b338f(0x51c)]:_0x123330['hostHeaderMode']===_0x2b338f(0x16c)?_0x2b338f(0x241):'none';}function ec(){return{'ribbon$':_0x3fe65c([]),'activatedTab$':_0x3fe65c(''),'collapsedIds$':_0x3fe65c([]),'fakeToolbarVisible$':_0x3fe65c(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function tc(){const _0x554195=_0x35dbe5;return Qs({'childType':_0x140e49['UNIVER_BASE'],'productName':_0x554195(0x5bc),'hostChromeMode':_0x554195(0x241)});}function nc(_0x4ff96d){return{'childType':_0x140e49['UNIVER_BASE'],'measureContentSize':_0x305b37=>{const _0x27799a=_0x3c26;var _0x821163;let _0x62f320=_0x4ff96d==null||(_0x821163=_0x4ff96d[_0x27799a(0x406)])==null?void 0x0:_0x821163[_0x27799a(0x4df)](_0x4ff96d),_0x4ecf7f=rc(_0x305b37[_0x27799a(0x5c1)],_0x62f320),_0x3a0422=ic(_0x305b37[_0x27799a(0x5c1)],_0x62f320);return _0x4ecf7f==null&&_0x3a0422==null?void 0x0:{'height':_0x4ecf7f,'width':_0x3a0422};}};}function rc(_0x1ab039,_0x2c1bb2){const _0x325de0=_0x35dbe5;var _0x45cd44,_0x27382f;let _0x593dc4=_0x1ab039==null||(_0x45cd44=_0x1ab039['getSnapshot'])==null?void 0x0:_0x45cd44[_0x325de0(0x4df)](_0x1ab039);if(!(_0x593dc4!=null&&_0x593dc4[_0x325de0(0x278)]))return;let _0x2b3366=oc(_0x593dc4,_0x2c1bb2==null?void 0x0:_0x2c1bb2[_0x325de0(0x1e3)]);if(!_0x2b3366)return;let _0x3c6702=sc(_0x2b3366,_0x2c1bb2==null?void 0x0:_0x2c1bb2[_0x325de0(0x2d4)]);return _0x4b9fab+uc(_0x2b3366)*_0x2a2368(_0x3c6702==null||(_0x27382f=_0x3c6702[_0x325de0(0x22b)])==null?void 0x0:_0x27382f['rowHeight'])+_0x3ef2dd+_0x28e96c;}function ic(_0x40b920,_0x302f0b){const _0x1bddfe=_0x35dbe5;var _0x522b1a,_0x4aeb05,_0x5d5c5d,_0xa8fd53;let _0x4b7d11=_0x40b920==null||(_0x522b1a=_0x40b920['getSnapshot'])==null?void 0x0:_0x522b1a[_0x1bddfe(0x4df)](_0x40b920);if(!(_0x4b7d11!=null&&_0x4b7d11['tables']))return;let _0xb4e283=oc(_0x4b7d11,_0x302f0b==null?void 0x0:_0x302f0b[_0x1bddfe(0x1e3)]);if(!_0xb4e283)return;let _0x37b9d4=sc(_0xb4e283,_0x302f0b==null?void 0x0:_0x302f0b[_0x1bddfe(0x2d4)]),_0x24579f=(_0x4aeb05=_0xb4e283[_0x1bddfe(0x2ca)])==null?{}:_0x4aeb05;return _0x2c5f31+(!(_0x37b9d4==null||(_0x5d5c5d=_0x37b9d4[_0x1bddfe(0x5f3)])==null)&&_0x5d5c5d[_0x1bddfe(0x446)]?_0x37b9d4[_0x1bddfe(0x5f3)]:(_0xa8fd53=_0xb4e283[_0x1bddfe(0x5f3)])!=null&&_0xa8fd53[_0x1bddfe(0x446)]?_0xb4e283[_0x1bddfe(0x5f3)]:Object[_0x1bddfe(0x5b6)](_0x24579f))[_0x1bddfe(0x52d)]((_0x1b046e,_0xd9e818)=>{const _0x22678f=_0x1bddfe;var _0x38a426,_0xe39bb6;let _0x145277=_0x24579f[_0xd9e818],_0x597f5c=_0x37b9d4==null||(_0x38a426=_0x37b9d4[_0x22678f(0x5e6)])==null?void 0x0:_0x38a426[_0xd9e818];return _0x145277&&!(_0x597f5c!=null&&_0x597f5c['hidden'])?_0x1b046e+ac((_0xe39bb6=_0x597f5c==null?void 0x0:_0x597f5c[_0x22678f(0x30f)])==null?_0x145277['width']:_0xe39bb6):_0x1b046e;},0x0)+_0xbdcb90;}function ac(_0x37fe32){const _0x2da2ae=_0x35dbe5;return typeof _0x37fe32==_0x2da2ae(0x165)&&Number[_0x2da2ae(0x4ce)](_0x37fe32)&&_0x37fe32>0x0?_0x37fe32:_0x406655;}function oc(_0x59bf38,_0x159d46){const _0x1d8e62=_0x35dbe5;var _0x1cc5c1;let _0x24a6dd=_0x159d46?(_0x1cc5c1=_0x59bf38[_0x1d8e62(0x278)])==null?void 0x0:_0x1cc5c1[_0x159d46]:void 0x0;return _0x24a6dd==null?cc(_0x59bf38):_0x24a6dd;}function sc(_0x2f0b06,_0x234f61){var _0x22b3ec;let _0x23936d=_0x234f61?(_0x22b3ec=_0x2f0b06['views'])==null?void 0x0:_0x22b3ec[_0x234f61]:void 0x0;return _0x23936d==null?lc(_0x2f0b06):_0x23936d;}function cc(_0x139421){const _0x229579=_0x35dbe5;var _0x180617,_0x54956e;let _0x11b72b=(_0x180617=_0x139421[_0x229579(0x278)])==null?{}:_0x180617,_0x17709a=(_0x54956e=_0x139421[_0x229579(0x3bd)])==null?[]:_0x54956e;return[..._0x17709a,...Object[_0x229579(0x5b6)](_0x11b72b)[_0x229579(0x5cb)](_0x3ad6b9=>!_0x17709a[_0x229579(0x64f)](_0x3ad6b9))]['map'](_0x4644cf=>_0x11b72b[_0x4644cf])[_0x229579(0x611)](_0x45c3c0=>_0x45c3c0);}function lc(_0x3eff12){const _0x415b3e=_0x35dbe5;var _0x2ab551,_0x4b7238;let _0x39a639=(_0x2ab551=_0x3eff12[_0x415b3e(0x56b)])==null?{}:_0x2ab551,_0x16b0b8=(_0x4b7238=_0x3eff12[_0x415b3e(0x168)])==null?[]:_0x4b7238;return[..._0x16b0b8,...Object[_0x415b3e(0x5b6)](_0x39a639)[_0x415b3e(0x5cb)](_0x44e60e=>!_0x16b0b8[_0x415b3e(0x64f)](_0x44e60e))][_0x415b3e(0x43e)](_0x19aec5=>_0x39a639[_0x19aec5])['find'](_0x13c493=>_0x13c493);}function uc(_0x203234){const _0x9dac20=_0x35dbe5;var _0x163ba5,_0x83e3a3;let _0x54ec51=(_0x163ba5=_0x203234['records'])==null?{}:_0x163ba5;return((_0x83e3a3=_0x203234['recordOrder'])!=null&&_0x83e3a3['length']?_0x203234[_0x9dac20(0x2a7)]:Object[_0x9dac20(0x5b6)](_0x54ec51))[_0x9dac20(0x5cb)](_0x9093a4=>_0x54ec51[_0x9093a4])[_0x9dac20(0x446)];}function dc(_0x628f33,_0x4d4520,_0x31fbc7){return{..._0x17de7c(_0x628f33,_0x4d4520),'activateAnchor':_0x419ea0=>{const _0xbb911d=_0x3c26;pc(_0x419ea0[_0xbb911d(0x4bd)],_0x419ea0[_0xbb911d(0x666)],_0x4d4520,hc(_0x31fbc7));}};}function fc(){const _0x3bcc84=_0x35dbe5;return{'hostType':_0x140e49[_0x3bcc84(0x1f2)],'entry':_0x3bcc84(0x240),'layout':_0x3bcc84(0x3b6),'supportedLayouts':[_0x3bcc84(0x3b6)],'menuBehavior':_0x3bcc84(0x15f),'mount':_0x290385=>{const _0x93fc72=_0x3bcc84;let _0x2ecc6d=gc(_0x93fc72(0x603),_0x290385[_0x93fc72(0x624)][_0x93fc72(0x666)]);return _0x2ecc6d?{'hostElement':_0x2ecc6d}:{};}};}function pc(_0xadc1db,_0x32bed6,_0x5cbd42,_0x4f3b7b){const _0x35aa66=_0x35dbe5;var _0x369059;if(!_0x4f3b7b)return;_0x4f3b7b[_0x35aa66(0x371)](_0x32bed6);let _0x49f1d5=(_0x369059=mc(_0x5cbd42,_0xadc1db))==null?void 0x0:_0x369059[_0x35aa66(0x278)][_0x32bed6],_0x3efb03=_0x49f1d5==null?void 0x0:_0x49f1d5[_0x35aa66(0x168)][_0x35aa66(0x611)](_0x2b593c=>_0x49f1d5[_0x35aa66(0x56b)][_0x2b593c]);_0x3efb03&&_0x4f3b7b[_0x35aa66(0x272)](_0x3efb03),_0x4f3b7b[_0x35aa66(0x177)](null),_0x4f3b7b['closeRecordDetail']();}function mc(_0xae70be,_0x92329){const _0x544226=_0x35dbe5;var _0x58a5e1;return _0xae70be==null||(_0x58a5e1=_0xae70be[_0x544226(0x55c)](_0x92329,_0x140e49[_0x544226(0x1f2)]))==null?void 0x0:_0x58a5e1[_0x544226(0x63a)]();}function hc(_0x6c54e2){const _0x3f287a=_0x35dbe5;return typeof _0x6c54e2==_0x3f287a(0x5e7)?_0x6c54e2():_0x6c54e2;}function gc(_0x4fe092,_0x125fb0){const _0x6f8f8d=_0x35dbe5;return document[_0x6f8f8d(0x436)]('['+_0x4fe092+'=\x22'+_c(_0x125fb0)+'\x22]');}function _c(_0x283489){const _0x236ca2=_0x35dbe5;return _0x283489[_0x236ca2(0x256)](/\\/g,'\x5c\x5c')[_0x236ca2(0x256)](/"/g,'\x5c\x22');}function vc(_0x190346,_0x16c453){const _0x48d855=_0x35dbe5;return _0x190346!==_0x48d855(0x19a)&&_0x190346!==_0x48d855(0x318)||_0x16c453[_0x48d855(0x3b5)]||_0x16c453[_0x48d855(0x298)]||_0x16c453[_0x48d855(0x638)]?!0x1:Math[_0x48d855(0x644)](_0x16c453[_0x48d855(0x4e6)])>Math['abs'](_0x16c453[_0x48d855(0x2c9)]);}function yc(_0x30a9b4){return{'childType':_0x140e49['UNIVER_BASE'],'handleWheel'(_0x5a47c0){const _0xd5e6aa=_0x3c26;var _0x3e4a42,_0x47e6a5;if(_0x5a47c0[_0xd5e6aa(0x58d)]!==_0xd5e6aa(0x257)&&vc(_0x5a47c0['layout'],_0x5a47c0[_0xd5e6aa(0x551)]))return!0x1;let _0x47203f=(_0x3e4a42=_0x5a47c0[_0xd5e6aa(0x374)][_0xd5e6aa(0x39f)])==null?_0x30a9b4:_0x3e4a42,_0x26f7c2=_0x47203f[_0xd5e6aa(0x629)](_0x4267bb)?_0x47203f[_0xd5e6aa(0x66a)](_0x4267bb):_0x30a9b4[_0xd5e6aa(0x629)](_0x4267bb)?_0x30a9b4['get'](_0x4267bb):void 0x0;return(_0x47e6a5=_0x26f7c2==null?void 0x0:_0x26f7c2[_0xd5e6aa(0x28e)](_0x5a47c0['childUnitId'],bc(_0x5a47c0[_0xd5e6aa(0x551)],_0x5a47c0[_0xd5e6aa(0x556)])))==null?!0x1:_0x47e6a5;}};}function bc(_0x2e626b,_0xad6c02){const _0x353e3a=_0x35dbe5;return{'deltaX':_0x2e626b[_0x353e3a(0x2c9)],'deltaY':_0x2e626b[_0x353e3a(0x4e6)],'deltaMode':_0x2e626b[_0x353e3a(0x3d3)],'clientX':_0x2e626b[_0x353e3a(0x20c)],'clientY':_0x2e626b['clientY'],'shiftKey':_0x2e626b[_0x353e3a(0x3b5)],'viewportScrollY':_0xad6c02};}function xc(){const _0x417620=_0x35dbe5;return{'childType':_0x140e49[_0x417620(0x1f2)],'supportedLayouts':[_0x417620(0x3b6),_0x417620(0x318),'scroll-contained'],'beforeDeactivate':Sc,'mount':Cc};}function Sc(_0x5bd8ae){const _0x18e34c=_0x35dbe5;var _0x43992c;(_0x43992c=_0x5bd8ae[_0x18e34c(0x374)][_0x18e34c(0x45c)])==null||_0x43992c[_0x18e34c(0x388)](_0x32811c['id'],{'commit':!0x1});}function Cc(_0x3be523){const _0x46dfd2=_0x35dbe5;let _0x33bff8=_0x3be523[_0x46dfd2(0x39f)]['get'](_0x32fce3)[_0x46dfd2(0x55c)](_0x3be523[_0x46dfd2(0x2ab)],_0x140e49['UNIVER_BASE']);if(!_0x33bff8)return;let _0x228c8a=new _0x4c5f83(),_0x29a484=new _0x9c47ac(),_0x96f135=new _0x3339f3(_0x228c8a),_0x1ddc27=new _0x200fa1(),_0x41c12e=Ac(_0x3be523,_0x228c8a,_0x29a484,_0x96f135);if(!_0x41c12e){_0x1ddc27[_0x46dfd2(0x4d7)](),_0x96f135[_0x46dfd2(0x4d7)](),_0x29a484[_0x46dfd2(0x4d7)](),_0x228c8a[_0x46dfd2(0x4d7)]();return;}let _0x4d385e=Nc(_0x3be523);Mc(_0x228c8a,_0x33bff8,_0x4d385e);let _0x4de55d=_0x3be523[_0x46dfd2(0x624)][_0x46dfd2(0x362)]===_0x46dfd2(0x28c),_0x34e275=Pc(_0x3be523[_0x46dfd2(0x39f)],_0x41c12e,_0x228c8a,_0x29a484,_0x96f135,_0x4d385e,_0x1ddc27,_0x4de55d,_0x3be523[_0x46dfd2(0x374)]['roots']['popup']);wc(_0x3be523,_0x34e275);let _0x3a7c04=Tc(_0x3be523),_0x488f51=wo(_0x3a7c04),_0x369fab=Ec(_0x3be523,_0x34e275),_0x4bc06f=_0x3be523[_0x46dfd2(0x39f)]['get'](_0x32fce3),_0x5d3721=_0x4bc06f[_0x46dfd2(0x4d2)](_0x140e49['UNIVER_BASE']);return _0x4bc06f[_0x46dfd2(0x2c1)](_0x3be523[_0x46dfd2(0x2ab)]),_0x3a7c04[_0x46dfd2(0x20f)][_0x46dfd2(0x431)]=_0x3be523['childUnitId'],_0x3a7c04[_0x46dfd2(0x20f)][_0x46dfd2(0x425)]=_0x46dfd2(0x670),_0x488f51[_0x46dfd2(0x4a9)](_0x2e0de7(vo,{'injector':_0x34e275,'mountContainer':_0x3be523[_0x46dfd2(0x374)][_0x46dfd2(0x2e3)][_0x46dfd2(0x3b3)],'embedId':_0x3be523[_0x46dfd2(0x5b8)],'children':_0x2e0de7(_0x1f7178,{})})),_0xd3a08f(()=>{const _0x55f93a=_0x46dfd2;_0x369fab['dispose'](),To(_0x488f51),_0x5d3721&&_0x4bc06f[_0x55f93a(0x2c1)](_0x5d3721[_0x55f93a(0x5d0)]()),_0x1ddc27[_0x55f93a(0x4d7)](),_0x96f135['dispose'](),_0x29a484[_0x55f93a(0x4d7)](),_0x228c8a['dispose'](),_0x34e275[_0x55f93a(0x4d7)](),_0x3a7c04[_0x55f93a(0x331)]&&(_0x3a7c04[_0x55f93a(0x480)]('data-embed-child-render-unit-id'),_0x3a7c04[_0x55f93a(0x480)](_0x55f93a(0x21a)));});}function wc(_0x3fa4f3,_0x28201f){const _0x5cf3dd=_0x35dbe5;_0x3fa4f3[_0x5cf3dd(0x374)]['injector']=_0x28201f,_0x3fa4f3[_0x5cf3dd(0x374)][_0x5cf3dd(0x392)]=_0x28201f[_0x5cf3dd(0x66a)](_0x32fce3),_0x3fa4f3[_0x5cf3dd(0x374)][_0x5cf3dd(0x45c)]=_0x28201f['get'](_0x1cbf8c);}function Tc(_0x4d063c){const _0x131d2d=_0x35dbe5;var _0x4c747a,_0x1118ce,_0x594b13,_0xa11c26,_0x4fde15,_0x32a60e;return(_0x4c747a=(_0x1118ce=(_0x594b13=(_0xa11c26=_0x4d063c['runtimeScope'])==null||(_0xa11c26=_0xa11c26[_0x131d2d(0x2e3)])==null?void 0x0:_0xa11c26['content'])==null?(_0x4fde15=_0x4d063c[_0x131d2d(0x3ec)])==null?void 0x0:_0x4fde15[_0x131d2d(0x5a4)]:_0x594b13)==null?(_0x32a60e=_0x4d063c[_0x131d2d(0x3ec)])==null?void 0x0:_0x32a60e['rootElement']:_0x1118ce)==null?document:_0x4c747a;}function Ec(_0xc041df,_0x3674ec){const _0x576ebd=_0x35dbe5;let _0x4084a6=!0x1,_0x3c1b65=0x0,_0x43270c=_0xd3a08f(()=>{}),_0x3ba8b5,_0x199482=()=>{const _0x1a4913=_0x3c26;if(_0x4084a6)return;let _0x407c0e=()=>{const _0x4f7ee3=_0x3c26;_0x3c1b65=window[_0x4f7ee3(0x4a0)](_0x199482);},_0x51ce77=Dc(_0xc041df);if(!Oc(_0x51ce77)){_0xc041df[_0x1a4913(0x4de)][_0x1a4913(0x20f)][_0x1a4913(0x5d4)]=_0x1a4913(0x279),_0x407c0e();return;}if(_0x3ba8b5===_0x51ce77&&_0x51ce77[_0x1a4913(0x436)](_0x1a4913(0x5d6)))return;_0x43270c[_0x1a4913(0x4d7)]();let _0x3b724a=_0xc041df['injector'][_0x1a4913(0x66a)](_0x4fffb3),_0x33013d;try{_0x33013d=Is(_0x3b724a,_0xc041df['childUnitId'],_0x3674ec);}catch(_0x197d71){_0xc041df[_0x1a4913(0x4de)]['dataset'][_0x1a4913(0x3eb)]=_0x197d71 instanceof Error?_0x197d71[_0x1a4913(0x661)]:String(_0x197d71),_0x33013d=void 0x0;}if(!_0x33013d){_0xc041df['container'][_0x1a4913(0x20f)]['embedChildRenderStatus']=_0x1a4913(0x49d),_0x3ba8b5=void 0x0,_0x407c0e();return;}delete _0xc041df[_0x1a4913(0x4de)]['dataset'][_0x1a4913(0x3eb)],_0x51ce77['dataset'][_0x1a4913(0x431)]=_0xc041df[_0x1a4913(0x2ab)],_0x33013d[_0x1a4913(0x1e8)][_0x1a4913(0x30b)](_0x51ce77),Rs(_0x33013d,{'activate':kc(_0xc041df)});let _0x20aa39=Ms(_0x33013d,_0x51ce77,{'activate':!0x1});_0x43270c=_0xd3a08f(()=>{const _0xee0d41=_0x1a4913;_0x20aa39[_0xee0d41(0x4d7)]();try{var _0x188d5b,_0x71907b;(_0x188d5b=(_0x71907b=_0x33013d['engine'])[_0xee0d41(0x3f5)])==null||_0x188d5b[_0xee0d41(0x4df)](_0x71907b);}catch{}_0x3b724a[_0xee0d41(0x565)](_0xc041df['childUnitId']),_0x51ce77['removeAttribute'](_0xee0d41(0x4e4));}),_0x3ba8b5=_0x51ce77,_0xc041df[_0x1a4913(0x4de)][_0x1a4913(0x20f)][_0x1a4913(0x5d4)]=_0x1a4913(0x4da),_0x407c0e();};return _0x3c1b65=window[_0x576ebd(0x4a0)](_0x199482),_0xd3a08f(()=>{const _0x464d51=_0x576ebd;_0x4084a6=!0x0,window[_0x464d51(0x41f)](_0x3c1b65),_0x43270c[_0x464d51(0x4d7)]();});}function Dc(_0x552616){const _0x1ebb83=_0x35dbe5;return _0x5dae09({'unitId':_0x552616[_0x1ebb83(0x2ab)],'scope':Tc(_0x552616)});}function Oc(_0x17e20a){const _0xd89314=_0x35dbe5;return!!_0x17e20a&&_0x17e20a[_0xd89314(0x331)]&&_0x17e20a[_0xd89314(0x1a7)]>0x0&&_0x17e20a[_0xd89314(0x266)]>0x0;}function kc(_0xc02066){return!0x0;}function Ac(_0x3720ee,_0x561a47,_0x1a83d1,_0x39e30c){const _0x19b550=_0x35dbe5;let _0x43f989=_0x3720ee[_0x19b550(0x39f)][_0x19b550(0x66a)](_0x32fce3),_0x4d2b86=_0x43f989[_0x19b550(0x55c)](_0x3720ee['childUnitId'],_0x3720ee[_0x19b550(0x674)]);if(!_0x4d2b86)return;let _0x563569=jc(_0x43f989,_0x3720ee,_0x4d2b86),_0x133bfd=Fc(_0x3720ee['injector'][_0x19b550(0x66a)](_0x1cbf8c),_0x561a47,_0x1a83d1,_0x39e30c,_0x43f989,_0x3720ee[_0x19b550(0x2ab)]);return Oa(_0x3720ee[_0x19b550(0x39f)],new Map([[_0x32fce3,_0x563569],[_0x1cbf8c,_0x133bfd],[_0x39a598,_0x603096(Tc(_0x3720ee))]]));}function jc(_0x322087,_0x44714c,_0x4b6626){const _0x222427=_0x35dbe5;return{'unitAdded$':_0x322087[_0x222427(0x422)],'unitDisposed$':_0x322087[_0x222427(0x2cf)],'focused$':_0x3fe65c(_0x4b6626[_0x222427(0x5d0)]()),'getTypeOfUnitAdded$':_0x322087[_0x222427(0x1a2)]['bind'](_0x322087),'__addUnit':_0x322087[_0x222427(0x1bb)][_0x222427(0x27b)](_0x322087),'getTypeOfUnitDisposed$':_0x322087[_0x222427(0x57e)][_0x222427(0x27b)](_0x322087),'focusUnit':_0x1a792c=>{const _0x1261b3=_0x222427;_0x1a792c===null||_0x1a792c===_0x44714c['childUnitId']||_0x322087[_0x1261b3(0x404)](_0x1a792c);},'getFocusedUnit':()=>_0x4b6626,'getCurrentUnitOfType':_0x2431f7=>_0x2431f7===_0x44714c['childType']?_0x4b6626:_0x322087[_0x222427(0x4d2)](_0x2431f7),'setCurrentUnitForType':_0x4d4ded=>{const _0xe655c6=_0x222427;_0x4d4ded!==_0x44714c[_0xe655c6(0x2ab)]&&_0x322087[_0xe655c6(0x2c1)](_0x4d4ded);},'getCurrentTypeOfUnit$':_0x5342e2=>_0x5342e2===_0x44714c['childType']?_0x3fe65c(_0x4b6626):_0x322087[_0x222427(0x4ab)](_0x5342e2),'createUnit':_0x322087[_0x222427(0x302)]['bind'](_0x322087),'getUnitCreateOptions':_0x322087[_0x222427(0x4fd)][_0x222427(0x27b)](_0x322087),'disposeUnit':_0x322087[_0x222427(0x2ba)][_0x222427(0x27b)](_0x322087),'registerCtorForType':_0x322087[_0x222427(0x547)][_0x222427(0x27b)](_0x322087),'changeDoc':_0x322087['changeDoc'][_0x222427(0x27b)](_0x322087),'getUnit':_0x322087[_0x222427(0x55c)][_0x222427(0x27b)](_0x322087),'getAllUnitsForType':_0x15b425=>_0x15b425===_0x44714c[_0x222427(0x674)]?[_0x4b6626]:_0x322087['getAllUnitsForType'](_0x15b425),'getUnitType':_0x322087[_0x222427(0x518)][_0x222427(0x27b)](_0x322087),'getUniverSheetInstance':_0x322087[_0x222427(0x665)][_0x222427(0x27b)](_0x322087)};}function Mc(_0x1d3d8f,_0x54fd65,_0x27cb90=_0x35dbe5(0x468)){const _0x306de4=_0x35dbe5;var _0x163768,_0x566d34,_0x1dcce1,_0x29fbca;let _0x268c57=_0x54fd65[_0x306de4(0x63a)](),_0x58847b=(_0x163768=(_0x566d34=_0x268c57[_0x306de4(0x3bd)])==null?void 0x0:_0x566d34[0x0])==null?Object['keys']((_0x1dcce1=_0x268c57[_0x306de4(0x278)])==null?{}:_0x1dcce1)[0x0]:_0x163768,_0x27bd62=_0x58847b?(_0x29fbca=_0x268c57[_0x306de4(0x278)])==null||(_0x29fbca=_0x29fbca[_0x58847b])==null||(_0x29fbca=_0x29fbca['viewOrder'])==null?void 0x0:_0x29fbca[0x0]:void 0x0;_0x58847b&&_0x1d3d8f[_0x306de4(0x371)](_0x58847b),_0x27bd62&&_0x1d3d8f['activateView'](_0x27bd62),_0x1d3d8f[_0x306de4(0x2a5)](_0x27cb90===_0x306de4(0x468));}function Nc(_0x55b998){const _0x386859=_0x35dbe5;return _0x55b998[_0x386859(0x3ec)][_0x386859(0x1c6)]?'fullscreen':_0x55b998['renderScope'][_0x386859(0x362)]===_0x386859(0x412)?_0x386859(0x38b):_0x386859(0x468);}function Pc(_0x528916,_0x2aec3a,_0x7fd72c,_0x5258a1=new _0x9c47ac(),_0x4fd4cb=new _0x3339f3(_0x7fd72c),_0x3fee83='workbench',_0x4c7dd2,_0x3a9454=!0x1,_0x335594){const _0x346194=_0x35dbe5;let _0x34a857=Rc(_0x528916[_0x346194(0x66a)](_0x3be403),_0x3fee83),_0x58be94=Fc(_0x2aec3a['get'](_0x1cbf8c),_0x7fd72c,_0x5258a1,_0x4fd4cb,_0x2aec3a[_0x346194(0x66a)](_0x32fce3),void 0x0,_0x3a9454),_0x2b76d8=new Map([[_0x3761e9,_0x7fd72c],[_0x4c27cc,_0x5258a1],[_0x567c02,_0x4fd4cb],[_0x1cbf8c,_0x58be94],[_0x3be403,_0x34a857],[_0x39a598,_0x2aec3a[_0x346194(0x66a)](_0x39a598)],[_0x120825,_0x22532b(_0x335594)]]);return _0x4c7dd2&&_0x2b76d8['set'](_0x4267bb,_0x4c7dd2),Oa(_0x2aec3a,_0x2b76d8);}function Fc(_0x79682a,_0x1031ab,_0x5358e6,_0xb4ae6c,_0x39c9f9,_0x2a18bf,_0x3424dc=!0x1){const _0x1136e5=_0x35dbe5;return{'disposed':_0x79682a[_0x1136e5(0x443)][_0x1136e5(0x27b)](_0x79682a),'hasCommand':_0x79682a[_0x1136e5(0x1ca)][_0x1136e5(0x27b)](_0x79682a),'registerCommand':_0x79682a[_0x1136e5(0x449)][_0x1136e5(0x27b)](_0x79682a),'unregisterCommand':_0x79682a[_0x1136e5(0x37d)][_0x1136e5(0x27b)](_0x79682a),'registerMultipleCommand':_0x79682a[_0x1136e5(0x4b9)][_0x1136e5(0x27b)](_0x79682a),'executeCommand':async(..._0x379d6a)=>{const _0x4a285d=_0x1136e5;let _0x1943cf=Ic(_0x379d6a[0x0],_0x379d6a[0x1],_0x1031ab,_0x5358e6,_0x39c9f9,_0x2a18bf);if(_0x1943cf!==void 0x0)return _0x1943cf;if(Lc(_0x379d6a[0x0],_0x379d6a[0x1],_0xb4ae6c,_0x3424dc))return!0x0;let _0x3fe94b=_0x2a18bf?_0x39c9f9==null?void 0x0:_0x39c9f9[_0x4a285d(0x4d2)](_0x140e49['UNIVER_BASE']):void 0x0;try{return _0x2a18bf&&(_0x39c9f9==null||_0x39c9f9[_0x4a285d(0x2c1)](_0x2a18bf)),await _0x79682a[_0x4a285d(0x628)](_0x379d6a[0x0],_0x379d6a[0x1],_0x379d6a[0x2]);}finally{_0x3fe94b&&(_0x39c9f9==null||_0x39c9f9[_0x4a285d(0x2c1)](_0x3fe94b[_0x4a285d(0x5d0)]()));}},'syncExecuteCommand':(..._0x2c9472)=>{const _0x40b1ae=_0x1136e5;let _0x436eaa=Ic(_0x2c9472[0x0],_0x2c9472[0x1],_0x1031ab,_0x5358e6,_0x39c9f9,_0x2a18bf);if(_0x436eaa!==void 0x0)return _0x436eaa;if(Lc(_0x2c9472[0x0],_0x2c9472[0x1],_0xb4ae6c,_0x3424dc))return!0x0;let _0x502b51=_0x2a18bf?_0x39c9f9==null?void 0x0:_0x39c9f9[_0x40b1ae(0x4d2)](_0x140e49[_0x40b1ae(0x1f2)]):void 0x0;try{return _0x2a18bf&&(_0x39c9f9==null||_0x39c9f9[_0x40b1ae(0x2c1)](_0x2a18bf)),_0x79682a[_0x40b1ae(0x388)](_0x2c9472[0x0],_0x2c9472[0x1],_0x2c9472[0x2]);}finally{_0x502b51&&(_0x39c9f9==null||_0x39c9f9['setCurrentUnitForType'](_0x502b51[_0x40b1ae(0x5d0)]()));}},'onCommandExecuted':_0x79682a[_0x1136e5(0x1f8)]['bind'](_0x79682a),'beforeCommandExecuted':_0x79682a[_0x1136e5(0x462)][_0x1136e5(0x27b)](_0x79682a),'onMutationExecutedForCollab':_0x79682a[_0x1136e5(0x646)]['bind'](_0x79682a)};}function Ic(_0x1c250e,_0x5580e4,_0x2098e5,_0x18cbd1,_0x4ab868,_0x23a519){const _0x837e01=_0x35dbe5;if(_0x1c250e===_0x20aa96['id']){let _0x2d2ad1=_0x5580e4;return _0x2d2ad1!=null&&_0x2d2ad1['viewId']?(_0x2d2ad1[_0x837e01(0x673)]&&_0x2098e5['activateTable'](_0x2d2ad1['tableId']),_0x2098e5[_0x837e01(0x272)](_0x2d2ad1['viewId']),!0x0):!0x1;}if(_0x1c250e===_0x398445['id']){var _0x2842bf;let _0x13e96a=_0x5580e4;if(!(_0x13e96a!=null&&_0x13e96a['tableId']))return!0x1;_0x2098e5[_0x837e01(0x371)](_0x13e96a[_0x837e01(0x673)]);let _0x31f7c2=_0x13e96a[_0x837e01(0x44d)]?_0x4ab868==null?void 0x0:_0x4ab868[_0x837e01(0x55c)](_0x13e96a['unitId'],_0x140e49[_0x837e01(0x1f2)]):_0x4ab868==null?void 0x0:_0x4ab868[_0x837e01(0x4d2)](_0x140e49['UNIVER_BASE']),_0x5c439c=(_0x2842bf=_0x31f7c2==null?void 0x0:_0x31f7c2[_0x837e01(0x5d0)]())==null?_0x23a519:_0x2842bf;_0x5c439c&&(_0x4ab868==null||_0x4ab868[_0x837e01(0x2c1)](_0x5c439c),_0x4ab868==null||_0x4ab868[_0x837e01(0x404)](_0x5c439c));let _0x1a225a=_0x31f7c2==null?void 0x0:_0x31f7c2[_0x837e01(0x63a)]()[_0x837e01(0x278)][_0x13e96a[_0x837e01(0x673)]],_0x211e5d=_0x1a225a==null?void 0x0:_0x1a225a[_0x837e01(0x168)]['find'](_0x2ab7de=>_0x1a225a[_0x837e01(0x56b)][_0x2ab7de]);return _0x211e5d&&_0x2098e5['activateView'](_0x211e5d),!0x0;}if(_0x1c250e===_0x10b99b['id']){var _0x567ce0,_0x3a44c8;let _0x3b00ef=_0x5580e4;return _0x3b00ef!=null&&_0x3b00ef['viewId']?(_0x2098e5[_0x837e01(0x3c6)](_0x3b00ef[_0x837e01(0x281)],{'x':(_0x567ce0=_0x3b00ef['x'])==null?0x0:_0x567ce0,'y':(_0x3a44c8=_0x3b00ef['y'])==null?0x0:_0x3a44c8}),!0x0):!0x1;}if(_0x1c250e===_0x4d68b0['id']){let _0x1c85af=_0x5580e4;return!(_0x1c85af!=null&&_0x1c85af[_0x837e01(0x281)])||typeof _0x1c85af['zoom']!='number'?!0x1:(_0x2098e5[_0x837e01(0x313)](_0x1c85af[_0x837e01(0x281)],_0x1c85af[_0x837e01(0x519)]),!0x0);}if(_0x1c250e===_0x392f1c['id'])return _0x5580e4?(_0x2098e5[_0x837e01(0x33e)](),_0x18cbd1[_0x837e01(0x355)](_0x5580e4),!0x0):!0x1;if(_0x1c250e===_0x571305['id'])return _0x18cbd1[_0x837e01(0x1dd)](),!0x0;if(_0x1c250e===_0x6d7ae['id'])return _0x5580e4?(_0x2098e5['clearVirtualRecords'](),_0x18cbd1[_0x837e01(0x28b)](_0x5580e4),!0x0):!0x1;if(_0x1c250e===_0x3f7cbd['id'])return _0x18cbd1[_0x837e01(0x19f)](),!0x0;if(_0x1c250e===_0x45041e['id'])return _0x5580e4?(_0x18cbd1[_0x837e01(0x410)](_0x5580e4),!0x0):!0x1;if(_0x1c250e===_0x5a386c['id'])return _0x18cbd1[_0x837e01(0x50b)](),!0x0;if(_0x1c250e===_0x235696['id']){let _0x56f210=_0x5580e4;return _0x56f210!=null&&_0x56f210['recordId']?(_0x2098e5['openRecordDetail'](_0x56f210['recordId']),!0x0):!0x1;}if(_0x1c250e===_0x1f9df8['id'])return _0x2098e5['closeRecordDetail'](),!0x0;}function Lc(_0x2652b1,_0x535e07,_0x5ef068,_0x4ef6bb=!0x1){const _0x552385=_0x35dbe5;return _0x2652b1===_0xe1f4cf['id']?(_0x4ef6bb||_0x5ef068[_0x552385(0x3ba)](_0x535e07),!0x0):_0x2652b1===_0x32811c['id']?(_0x5ef068[_0x552385(0x1ed)](),!0x0):!0x1;}function Rc(_0x4758dd,_0x10a7cd){const _0x5b40f2=_0x35dbe5;return{'getConfig':_0x4a750e=>{let _0x549bfb=_0x4758dd['getConfig'](_0x4a750e);return _0x4a750e===_0x5b55ef?zc(_0x549bfb==null?{}:_0x549bfb,_0x10a7cd):_0x549bfb;},'setConfig':_0x4758dd[_0x5b40f2(0x5a9)][_0x5b40f2(0x27b)](_0x4758dd),'deleteConfig':_0x4758dd[_0x5b40f2(0x255)][_0x5b40f2(0x27b)](_0x4758dd),'subscribeConfigValue$':_0x4758dd[_0x5b40f2(0x336)][_0x5b40f2(0x27b)](_0x4758dd)};}function zc(_0x2c8aa3,_0x41be63=_0x35dbe5(0x468)){const _0x2f4367=_0x35dbe5;var _0x1ded35;let _0xc07e3a;return _0xc07e3a=_0x41be63==='content-only'||_0x41be63===_0x2f4367(0x1c6)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x2c8aa3,'workbench':{...(_0x1ded35=_0x2c8aa3[_0x2f4367(0x468)])==null?{}:_0x1ded35,..._0xc07e3a,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function Bc(_0x7c0564,_0x10d01f){const _0x502c56=_0x35dbe5;var _0x1ce18a;return(_0x7c0564==null?void 0x0:_0x7c0564['hostType'])===_0x140e49[_0x502c56(0x227)]&&_0x7c0564[_0x502c56(0x674)]===_0x140e49[_0x502c56(0x227)]&&!!((_0x1ce18a=_0x7c0564[_0x502c56(0x5e0)])!=null&&_0x1ce18a[_0x502c56(0x3fb)])&&_0x10d01f!==_0x502c56(0x18a);}function Vc(_0x19d5b6,_0x2955f1){const _0x13c0d4=_0x35dbe5;return Bc(_0x19d5b6,_0x2955f1)?'deferred':_0x13c0d4(0x540);}function Hc(_0x57cd3a){const _0x2c96f7=_0x35dbe5;var _0x24936e;return _0x57cd3a[_0x2c96f7(0x1c6)]||((_0x24936e=_0x57cd3a[_0x2c96f7(0x65d)])==null?void 0x0:_0x24936e['embedId'])===_0x57cd3a[_0x2c96f7(0x5b8)]&&_0x57cd3a[_0x2c96f7(0x65d)][_0x2c96f7(0x554)]===_0x2c96f7(0x18a)||!_0x57cd3a['usesDomFloatingStage']&&_0x57cd3a[_0x2c96f7(0x3be)]?'stage2':_0x2c96f7(0x37e);}function Uc(_0x195873){const _0x4d7cc0=_0x35dbe5;var _0x4c6933,_0xb147b8,_0x28a0c3;if(_0x195873[_0x4d7cc0(0x3ec)]['fullscreen']&&_0x195873[_0x4d7cc0(0x374)][_0x4d7cc0(0x2e3)]['menuSlot'])return _0x195873[_0x4d7cc0(0x374)][_0x4d7cc0(0x2e3)][_0x4d7cc0(0x607)];let _0x37e865=(_0x4c6933=(_0xb147b8=_0x195873[_0x4d7cc0(0x374)][_0x4d7cc0(0x2e3)][_0x4d7cc0(0x458)])==null?_0x195873['renderScope'][_0x4d7cc0(0x301)]:_0xb147b8)==null?_0x195873[_0x4d7cc0(0x3ec)][_0x4d7cc0(0x19b)]:_0x4c6933,_0x530600=(_0x28a0c3=_0x37e865[_0x4d7cc0(0x627)])!=null&&_0x28a0c3[_0x4d7cc0(0x1cb)][_0x4d7cc0(0x5a2)]('univer-embed-float-dom__chrome')?_0x37e865[_0x4d7cc0(0x627)]:void 0x0;return _0x530600==null?_0x37e865:_0x530600;}function Wc(_0x4c4dc0){const _0x58f761=_0x35dbe5;return[{'hostType':_0x140e49[_0x58f761(0x43a)],'entry':_0x58f761(0x31a),'childType':_0x4c4dc0['childType'],'mount':_0x4c4dc0[_0x58f761(0x30b)]},{'hostType':_0x140e49[_0x58f761(0x227)],'entry':_0x58f761(0x4bc),'childType':_0x4c4dc0['childType'],'mount':_0x4c4dc0[_0x58f761(0x30b)]},{'hostType':_0x140e49[_0x58f761(0x5ee)],'entry':_0x58f761(0x454),'childType':_0x4c4dc0[_0x58f761(0x674)],'mount':_0x4c4dc0[_0x58f761(0x30b)]}];}const Gc=_0x35dbe5(0x15e);function Kc(){const _0x27e9e9=_0x35dbe5;return Wc({'childType':_0x140e49[_0x27e9e9(0x1f2)],'mount':qc});}function qc(_0x52dc39){const _0x2694f9=_0x35dbe5;let _0x420195=Uc(_0x52dc39),_0x40f827=document[_0x2694f9(0x1d1)](_0x2694f9(0x590));_0x40f827['setAttribute'](_0x2694f9(0x5e8),_0x52dc39['descriptor'][_0x2694f9(0x2ad)]),_0x420195[_0x2694f9(0x4ef)](_0x40f827);let _0x449170=wo(_0x40f827),_0x1bf9f4=_0x52dc39[_0x2694f9(0x374)][_0x2694f9(0x39f)];return _0x449170[_0x2694f9(0x4a9)](_0xf619e0(vo,{'injector':_0x1bf9f4,'mountContainer':_0x420195,'embedId':_0x52dc39['embedId']},_0xf619e0(tl,{'hostUnitId':_0x52dc39[_0x2694f9(0x4bd)],'embedId':_0x52dc39[_0x2694f9(0x5b8)],'childUnitId':_0x52dc39[_0x2694f9(0x2ab)],'entry':_0x52dc39[_0x2694f9(0x624)][_0x2694f9(0x2ad)],'fullscreen':!!_0x52dc39[_0x2694f9(0x3ec)][_0x2694f9(0x1c6)],'usesDomFloatingStage':_0x52dc39['descriptor'][_0x2694f9(0x2ad)]===_0x2694f9(0x4bc),'renderScopeActive$':_0x52dc39[_0x2694f9(0x3ec)]['active$']}))),_0xd3a08f(()=>{const _0xa13cde=_0x2694f9;To(_0x449170),globalThis[_0xa13cde(0x170)](()=>_0x40f827[_0xa13cde(0x59f)](),0x0);});}function Jc(_0x205859){const _0x48c081=_0x35dbe5;return Hc({'embedId':_0x205859[_0x48c081(0x5b8)],'active':Yc(_0x205859[_0x48c081(0x432)],_0x205859['stage']),'fullscreen':_0x205859[_0x48c081(0x1c6)],'usesDomFloatingStage':_0x205859[_0x48c081(0x179)],'renderScopeActive':_0x205859[_0x48c081(0x3be)]});}function Yc(_0x89419d,_0x558b6d){const _0x2bc9f7=_0x35dbe5;return _0x89419d?{'hostUnitId':'','childUnitId':'','embedId':_0x89419d,'stage':_0x558b6d==='stage2'||_0x558b6d===_0x2bc9f7(0x2b4)?_0x2bc9f7(0x18a):'inactive'}:null;}function Xc(_0x578f33){const _0x21139a=_0x35dbe5;let {entry:_0x548c3f,fullscreen:_0x437b8a,stage:_0x566902}=_0x578f33;return _0x50d2f5(_0x21139a(0x385),{'univer-hidden':_0x566902!=='stage2','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':_0x437b8a,'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':!_0x437b8a,'-univer-top-[44px]':!_0x437b8a&&_0x548c3f!=='docs-custom-block','univer-w-full':!_0x437b8a,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x437b8a&&_0x548c3f===_0x21139a(0x31a)});}function Zc(_0xd09d15){return _0xd09d15;}function Qc(_0x206eb1){return _0x206eb1;}function $c(_0x5bc4a8){return!_0x5bc4a8;}function el(_0x1943fe){const _0xdb312e=_0x35dbe5;return{[Z]:_0x1943fe,[Y]:_0xdb312e(0x58e)};}function tl(_0x58da5f){const _0x3ddb28=_0x35dbe5;var _0x403dd2;let {hostUnitId:_0x4a344c,embedId:_0x1b64cb,childUnitId:_0x2bd2ec,entry:_0x1ebf42,fullscreen:_0x3ceb48,usesDomFloatingStage:_0x5a1ce4,renderScopeActive$:_0x12ac7f}=_0x58da5f,_0x55a81e=_0x21f18c(_0x1cbf8c),_0x5ee7f5=_0x21f18c(_0x32fce3),_0x568dc9=_0x21f18c(_0x50c946),_0x3f5cbc=_0x21f18c(_0x7f4502),_0xb105f9=_0x21f18c(_0x40c8ce),_0x447407=_0x21f18c(_0x3761e9),_0x43778b=_0x21f18c(_0x4c27cc),_0x3a3fa4=_0x21f18c(ca),_0xd99949=_0x5ac3c3(()=>_0x447407[_0x3ddb28(0x585)],_0x447407[_0x3ddb28(0x406)](),!0x1,[_0x447407]),_0x114809=_0x5ac3c3(()=>_0xb105f9[_0x3ddb28(0x592)],{'undos':0x0,'redos':0x0},!0x1,[_0xb105f9]),_0x41da5b=_0x5ac3c3(()=>_0x12ac7f,!0x1,!0x1,[_0x12ac7f]),_0x56dd98=_0x5ac3c3(()=>_0x3a3fa4['active$'],_0x3a3fa4[_0x3ddb28(0x328)](),!0x1,[_0x3a3fa4]),_0x2ce3d9=_0x3a3fa4[_0x3ddb28(0x21d)](_0x1b64cb),[_0xe637df,_0x123ec3]=_0x57f380(0x0),[_0x4614fb,_0x66e264]=_0x57f380(null),[_0xa83465,_0xb16896]=_0x57f380(!0x1),[_0xaf25e,_0x29bfe7]=_0x57f380(null),_0x15e0b1=_0xf30763(null),_0x22057a=_0x5ee7f5[_0x3ddb28(0x55c)](_0x2bd2ec,_0x140e49[_0x3ddb28(0x1f2)]),_0x3c6248=_0x22057a==null?void 0x0:_0x22057a[_0x3ddb28(0x63a)](),_0x10921d=hl(_0x3c6248,_0xd99949[_0x3ddb28(0x1e3)]),_0x102b29=gl(_0x10921d),_0xf84f21=_l(_0x10921d,_0xd99949['activeViewId']),_0x3602a5=Jc({'embedId':_0x1b64cb,'activeEmbedId':_0x56dd98==null?void 0x0:_0x56dd98[_0x3ddb28(0x5b8)],'stage':_0x2ce3d9,'fullscreen':_0x3ceb48,'usesDomFloatingStage':_0x5a1ce4,'renderScopeActive':_0x41da5b})===_0x3ddb28(0x18a),_0x2cfead=Zc(_0x3ceb48),_0xace4fb=Qc(_0x3ceb48),_0x2bd173=$c(_0x3ceb48),_0x5dab5f=_0x2cfead?'univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1':_0x3ddb28(0x1da);if(_0x384162(()=>{const _0xa0d30f=_0x3ddb28;_0x3602a5||(_0x43778b[_0xa0d30f(0x1dd)](),_0x43778b[_0xa0d30f(0x19f)](),_0x43778b['closeActiveEditor'](),_0x66e264(null),_0xb16896(!0x1),_0x29bfe7(null));},[_0x3602a5,_0x43778b]),_0x384162(()=>{const _0x5f225b=_0x3ddb28;if(!_0x4614fb)return;let _0x27bb43=_0x30e62d=>{const _0x65b63a=_0x3c26;var _0x208653;let _0x4bc722=_0x30e62d[_0x65b63a(0x4c7)]instanceof Node?_0x30e62d[_0x65b63a(0x4c7)]:null;_0x4bc722&&(_0x208653=_0x15e0b1[_0x65b63a(0x25e)])!=null&&_0x208653[_0x65b63a(0x5a2)](_0x4bc722)||_0x66e264(null);},_0x28ba08=_0x5cdde4=>{const _0x3d1a0c=_0x3c26;_0x5cdde4[_0x3d1a0c(0x3fe)]==='Escape'&&_0x66e264(null);};return document[_0x5f225b(0x243)](_0x5f225b(0x503),_0x27bb43,!0x0),document['addEventListener'](_0x5f225b(0x186),_0x28ba08,!0x0),()=>{const _0x78c329=_0x5f225b;document['removeEventListener'](_0x78c329(0x503),_0x27bb43,!0x0),document[_0x78c329(0x5e9)](_0x78c329(0x186),_0x28ba08,!0x0);};},[_0x4614fb]),!_0x3c6248||!_0x22057a||!_0x10921d||!_0xf84f21)return null;let _0x3b7d29=()=>{const _0x21a8bd=_0x3ddb28;_0x3a3fa4[_0x21a8bd(0x51f)]({'hostUnitId':_0x4a344c,'embedId':_0x1b64cb,'childUnitId':_0x2bd2ec},_0x21a8bd(0x18a));},_0xd314f=(_0x38b6df,_0x4edc60)=>{const _0xda0c74=_0x3ddb28;_0x3b7d29(),_0x55a81e[_0xda0c74(0x628)](_0x392f1c['id'],{'type':_0x38b6df,'anchor':xl(_0x4edc60['getBoundingClientRect']())});},_0xa632a7=_0x40819e=>{const _0x199197=_0x3ddb28;_0x3b7d29(),_0x55a81e[_0x199197(0x628)](_0x20aa96['id'],{'tableId':_0x10921d['id'],'unitId':_0x2bd2ec,'viewId':_0x40819e}),_0x123ec3(_0x4f389f=>_0x4f389f+0x1);},_0x1f99cf=_0x450a2a=>{const _0xfbddfc=_0x3ddb28;_0x3b7d29();let _0x350352=_0xfbddfc(0x598)+_0x566eba(0x6),_0x28545f=_0x3f5cbc[_0xfbddfc(0x66a)](_0x450a2a)[_0xfbddfc(0x552)](_0x10921d);_0x55a81e['executeCommand'](_0x4c2367['id'],{'unitId':_0x2bd2ec,'tableId':_0x10921d['id'],'view':{'id':_0x350352,'tableId':_0x10921d['id'],'name':_0x400279(_0x568dc9,_0x450a2a),'type':_0x450a2a,'config':_0x28545f,'fieldOrder':[..._0x10921d[_0xfbddfc(0x5f3)]],'fieldSettings':{}}})[_0xfbddfc(0x387)](_0x220fd7=>{_0x220fd7&&_0xa632a7(_0x350352);}),_0x66e264(null),_0xb16896(!0x1),_0x123ec3(_0x3698c4=>_0x3698c4+0x1);},_0x5ab85d=_0x4e923c=>{const _0x3b5554=_0x3ddb28;var _0x101882;let _0x5b90dc=(_0x101882=_0x102b29[0x0])==null?void 0x0:_0x101882['id'];!_0x5b90dc||_0x5b90dc===_0x4e923c||(_0x3b7d29(),_0x55a81e[_0x3b5554(0x628)](_0x2c17e6['id'],{'unitId':_0x2bd2ec,'tableId':_0x10921d['id'],'viewId':_0x4e923c,'target':{'beforeViewId':_0x5b90dc}}),_0x123ec3(_0x4ce2d8=>_0x4ce2d8+0x1));},_0x536c97=(_0x3dda9d,_0x2c1760)=>{const _0x557b20=_0x3ddb28;_0x3b7d29(),_0x55a81e[_0x557b20(0x628)](_0x2c17e6['id'],{'unitId':_0x2bd2ec,'tableId':_0x10921d['id'],'viewId':_0x3dda9d,'target':_0x2c1760}),_0x123ec3(_0x2a7d59=>_0x2a7d59+0x1);},_0x208970=(_0x512b1c,_0x36aae7)=>{const _0x4d5642=_0x3ddb28;_0x3b7d29(),_0x55a81e[_0x4d5642(0x628)](_0xcd37c2['id'],{'unitId':_0x2bd2ec,'tableId':_0x10921d['id'],'viewId':_0x512b1c,'name':_0x36aae7}),_0x123ec3(_0x129ea5=>_0x129ea5+0x1);},_0x374a6e=_0x1df325=>{const _0x292ef1=_0x3ddb28;let _0x5c844e=_0x10921d[_0x292ef1(0x56b)][_0x1df325];if(!_0x5c844e)return;_0x3b7d29();let _0x22d744=vl(_0x5c844e,_0x10921d['id'],_0x568dc9['t']('embed-ui.basesFloating.copySuffix'));_0x55a81e[_0x292ef1(0x628)](_0x4c2367['id'],{'unitId':_0x2bd2ec,'tableId':_0x10921d['id'],'view':_0x22d744})['then'](_0x1712b6=>{_0x1712b6&&_0xa632a7(_0x22d744['id']);}),_0x123ec3(_0x17f0bb=>_0x17f0bb+0x1);},_0x11bed8=()=>{const _0x266727=_0x3ddb28;var _0xfe0dfd;let _0x5d962b=_0xaf25e==null?_0xf84f21['id']:_0xaf25e;if(_0x102b29[_0x266727(0x446)]<=0x1){_0x29bfe7(null);return;}let _0x464d45=(_0xfe0dfd=_0x102b29['find'](_0x2548ac=>_0x2548ac['id']!==_0x5d962b))==null?void 0x0:_0xfe0dfd['id'];_0x55a81e['executeCommand'](_0x3ebb4e['id'],{'unitId':_0x2bd2ec,'tableId':_0x10921d['id'],'viewId':_0x5d962b})['then'](_0x1c4d0c=>{_0x1c4d0c&&_0x464d45&&_0xa632a7(_0x464d45);}),_0x29bfe7(null),_0x123ec3(_0x40aa6d=>_0x40aa6d+0x1);},_0x2f1cb1=()=>{const _0x29d9bb=_0x3ddb28;_0x55a81e[_0x29d9bb(0x628)](_0x4dca69['id'],{'hostUnitId':_0x4a344c,'embedId':_0x1b64cb});},_0x2f458e=_0x1017a5=>{_0x1017a5['stopPropagation']();},_0x2415ee=_0x37fcfb=>{const _0xe799a4=_0x3ddb28;_0x37fcfb[_0xe799a4(0x5e5)](),_0x37fcfb['stopPropagation']();};return _0x2e59a6(_0x89a2c6,{'children':[_0x2e59a6(_0x3ddb28(0x590),{'className':Xc({'entry':_0x1ebf42,'fullscreen':_0x3ceb48,'stage':_0x3602a5?_0x3ddb28(0x18a):'inactive'}),'data-embed-floating-menu':_0x3ddb28(0x479),'data-embed-id':_0x1b64cb,'data-embed-float-stage':_0x3602a5?_0x3ddb28(0x18a):_0x3ddb28(0x37e),'data-base-render-version':_0xe637df,...el(_0x1b64cb),'onClick':_0x2f458e,'onDoubleClick':_0x2f458e,'onMouseDown':_0x2415ee,'onMouseUp':_0x2f458e,'onPointerDown':_0x2415ee,'onPointerUp':_0x2f458e,'children':[_0xace4fb?_0x2e0de7(al,{'embedId':_0x1b64cb,'activeView':_0xf84f21,'views':_0x102b29,'addViewOpen':_0xa83465,'onAddViewOpenChange':_0xb16896,'onActivateView':_0xa632a7,'onAddView':_0x1f99cf,'onSetViewAsFirst':_0x5ab85d,'onMoveView':_0x536c97,'onRenameView':_0x208970,'onDuplicateView':_0x374a6e,'onConfigureView':_0x1cbdcf=>_0xd314f(_0x3ddb28(0x188),_0x1cbdcf),'onDeleteView':_0x29bfe7}):_0x2e0de7(ol,{'activeView':_0xf84f21,'views':_0x102b29,'onActivateView':_0xa632a7,'embedId':_0x1b64cb,'onAddView':_0x3fdc31=>{const _0x454fe8=_0x3ddb28;_0x3b7d29(),_0x66e264(_0x3fdc31[_0x454fe8(0x232)]());},'onConfigureView':_0x216c09=>_0xd314f(_0x3ddb28(0x188),_0x216c09),'onDeleteView':()=>_0x29bfe7(_0xf84f21['id'])}),_0x2e59a6(_0x3ddb28(0x590),{'className':_0x3ddb28(0x307),'children':[_0x2e0de7(_0x2a9d60,{'iconOnly':!_0x2cfead,'className':_0x5dab5f,'state':{...ul(_0xf84f21,_0x114809),'searchOpen':_0xd99949[_0x3ddb28(0x54c)]['open'],'searchQuery':_0xd99949[_0x3ddb28(0x54c)][_0x3ddb28(0x512)],'searchActiveIndex':_0xd99949[_0x3ddb28(0x54c)][_0x3ddb28(0x3b7)]},'onAddRecord':_0x4c282d=>_0x4c282d&&_0xd314f(_0x3ddb28(0x4c9),_0x4c282d),'onCustomizeField':_0x17da55=>_0xd314f('customizeField',_0x17da55),'onCustomizeKanban':_0x279f95=>_0xd314f(_0x3ddb28(0x2be),_0x279f95),'onCustomizeGallery':_0x462af5=>_0xd314f('customizeGallery',_0x462af5),'onCalendarEventSettings':_0x55be69=>_0xd314f('calendarEventSettings',_0x55be69),'onCalendarViewSettings':_0x8a7a35=>_0xd314f('calendarViewSettings',_0x8a7a35),'onViewSettings':_0x6527f5=>_0xd314f(_0x3ddb28(0x188),_0x6527f5),'onFilter':_0x196ce1=>_0xd314f(_0x3ddb28(0x5cb),_0x196ce1),'onGroup':_0x586cb3=>_0xd314f(_0x3ddb28(0x400),_0x586cb3),'onSort':_0x275d49=>_0xd314f(_0x3ddb28(0x3d9),_0x275d49),'onRowHeight':_0x3bd1f0=>_0xd314f(_0x3ddb28(0x5d5),_0x3bd1f0),'onConditionalColoring':_0x4a33c5=>_0xd314f(_0x3ddb28(0x4c0),_0x4a33c5),'onUndo':()=>void _0x55a81e['executeCommand'](_0x1194c5['id']),'onRedo':()=>void _0x55a81e[_0x3ddb28(0x628)](_0x29c891['id']),'onOpenSearch':()=>_0x447407['openSearch'](),'onSearchQueryChange':_0x153014=>_0x447407[_0x3ddb28(0x648)](_0x153014),'onSearchPrevious':()=>{var _0x361181;return _0x447407['setSearchActiveIndex'](Math['max'](0x0,((_0x361181=_0xd99949['search']['activeIndex'])==null?0x0:_0x361181)-0x1));},'onSearchNext':()=>{const _0x4c9a06=_0x3ddb28;var _0x59fe52;return _0x447407[_0x4c9a06(0x41a)](((_0x59fe52=_0xd99949[_0x4c9a06(0x54c)][_0x4c9a06(0x3b7)])==null?-0x1:_0x59fe52)+0x1);},'onCloseSearch':()=>_0x447407[_0x3ddb28(0x1d0)]()}),_0x2bd173?_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(bl,{}),_0x2e0de7(yl,{'titleKey':_0x3ddb28(0x33c),'className':_0x3ddb28(0x60b),'onClick':_0x2f1cb1,'children':_0x2e0de7(_0x5e2212,{})})]}):null]})]}),_0x4614fb?_0x1f15c4(_0x2e0de7(_0x3ddb28(0x590),{'ref':_0x15e0b1,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x1b64cb,[Gc]:_0x3ddb28(0x479),'className':_0x3ddb28(0x234),'style':Sl(_0x4614fb),'onPointerDown':_0x443279=>_0x443279[_0x3ddb28(0x48c)](),'children':_0x2e0de7(_0x27a24f,{'views':_0x96b845[_0x3ddb28(0x43e)](_0x44adcd=>({..._0x44adcd,'label':_0x568dc9['t'](_0x44adcd['label']),'description':_0x568dc9['t'](_0x44adcd[_0x3ddb28(0x1a3)])})),'onCreate':_0x1f99cf})}),(_0x403dd2=_0x4337d2(!0x0))==null?document[_0x3ddb28(0x506)]:_0x403dd2):null,_0x2e0de7(_0x1b6346,{'open':!!_0xaf25e,'title':_0x568dc9['t'](_0x3ddb28(0x2ea)),'description':_0x568dc9['t'](_0x3ddb28(0x535)),'onCancel':()=>_0x29bfe7(null),'onConfirm':_0x11bed8}),_0x3ceb48?_0x2e0de7(nl,{'embedId':_0x1b64cb,'childUnitId':_0x2bd2ec,'base':_0x22057a,'activeTable':_0x10921d}):null]});}function nl(_0x401735){let _0x39459d=rl(_0x401735['embedId']);return _0x39459d?_0x1f15c4(_0x2e0de7(il,{'childUnitId':_0x401735['childUnitId'],'base':_0x401735['base'],'activeTable':_0x401735['activeTable']}),_0x39459d):null;}function rl(_0x29694a){let [_0x1ac832,_0x64cf19]=_0x57f380(null);return _0x384162(()=>{const _0x4f8dd6=_0x3c26;let _0x2d72f2=0x0,_0x1205fa=()=>{const _0x97cc14=_0x3c26;var _0x109926;_0x64cf19((_0x109926=Array[_0x97cc14(0x591)](document[_0x97cc14(0x182)](_0x97cc14(0x428)))[_0x97cc14(0x611)](_0x57e3fb=>_0x57e3fb[_0x97cc14(0x20f)][_0x97cc14(0x5b8)]===_0x29694a))==null?null:_0x109926);};return _0x1205fa(),_0x2d72f2=window[_0x4f8dd6(0x4a0)](_0x1205fa),()=>{window['cancelAnimationFrame'](_0x2d72f2);};},[_0x29694a]),_0x1ac832;}function il(_0x8eb0d3){const _0x284e38=_0x35dbe5;var _0x22c6ab,_0x400f25,_0x2f5aef,_0x5c4368,_0x4229f4,_0x3115ea;let {childUnitId:_0x2ab9fc,base:_0x30be90,activeTable:_0x2bfea0}=_0x8eb0d3,_0x276b5=_0x21f18c(_0x1cbf8c),_0x442c87=_0x21f18c(_0x3be403),_0x1ad39c=_0x21f18c(_0x50c946),_0x4e4133=_0x21f18c(_0x3761e9),_0x268f53=_0x5ac3c3(()=>_0x4e4133[_0x284e38(0x585)],_0x4e4133['getState'](),!0x1,[_0x4e4133]),[_0x1a2a12,_0x502e8f]=_0x57f380(null),[_0x58a981,_0x4d9309]=_0x57f380(null),[_0x352d8e,_0x21999a]=_0x57f380(''),[_0x44a20a,_0x3d5a9c]=_0x57f380(_0x284e38(0x4bf)),[_0x583180,_0x32231c]=_0x57f380(null),_0xfd7322=(_0x22c6ab=_0x442c87==null||(_0x400f25=_0x442c87[_0x284e38(0x303)](_0x5b55ef))==null?void 0x0:_0x400f25['workbench'])==null?{}:_0x22c6ab,_0xd21b7b=(_0x2f5aef=(_0x5c4368=(_0x4229f4=_0x268f53['layout']['leftPanelWidth'])==null?_0xfd7322[_0x284e38(0x2e5)]:_0x4229f4)==null?(_0x3115ea=_0x51ea02[_0x284e38(0x468)])==null?void 0x0:_0x3115ea['leftPanelWidth']:_0x5c4368)==null?_0x32cdb6:_0x2f5aef,_0x53978f=_0x30be90['getSnapshot'](),_0x3d9fd6=fl(_0x53978f,_0x2bfea0['id']),_0x48ba6c=_0x19550c=>{const _0xd9b65a=_0x284e38;let _0x4bfe3f=_0x53978f[_0xd9b65a(0x278)][_0x19550c];if(!_0x4bfe3f)return;let _0x337b47=_0x4bfe3f['viewOrder'][_0xd9b65a(0x611)](_0x4a762e=>_0x4bfe3f[_0xd9b65a(0x56b)][_0x4a762e]);_0x4e4133['activateTable'](_0x4bfe3f['id']),_0x337b47&&_0x4e4133['activateView'](_0x337b47),_0x4e4133['setSelection'](null),_0x4e4133[_0xd9b65a(0x1ae)](),_0x276b5[_0xd9b65a(0x628)](_0x398445['id'],{'unitId':_0x2ab9fc,'tableId':_0x19550c});},_0x462eb0=async()=>{const _0x129489=_0x284e38;let _0x245b54=_0x52687f({'id':'table-'+_0x566eba(0x8),'name':pl(_0x30be90[_0x129489(0x63a)](),_0x456f24=>_0x1ad39c['t'](_0x129489(0x2c4),String(_0x456f24))),'primaryFieldId':_0x129489(0x360)+_0x566eba(0x8),'gridViewId':_0x129489(0x598)+_0x566eba(0x8)});await _0x276b5[_0x129489(0x628)](_0x52fdc0['id'],{'unitId':_0x2ab9fc,'table':_0x245b54})&&(_0x4e4133[_0x129489(0x371)](_0x245b54['id']),_0x4e4133['activateView'](_0x245b54[_0x129489(0x168)][0x0]),_0x4e4133['setSelection'](null),_0x4e4133['closeRecordDetail'](),_0x32231c(_0x245b54['id']));},_0x15633d=async(_0x25cafb,_0x18c00b,_0x5dba3e)=>{const _0x4425a5=_0x284e38;let _0x2f04c5=_0x30be90[_0x4425a5(0x63a)](),_0x5c85ed=_0x2f04c5['tables'][_0x25cafb];if(!_0x5c85ed)return;let _0x12b0bb=_0x297f59(_0x5c85ed,{'id':_0x4425a5(0x29e)+_0x566eba(0x8),'name':_0x18c00b,'includeRecords':_0x5dba3e===_0x4425a5(0x20d),'regenerateViewIds':!0x0,'createViewId':()=>'view-'+_0x566eba(0x8)});await _0x276b5['executeCommand'](_0x52fdc0['id'],{'unitId':_0x2ab9fc,'table':_0x12b0bb,'index':_0x2f04c5[_0x4425a5(0x3bd)][_0x4425a5(0x5ab)](_0x25cafb)+0x1})&&(_0x4e4133[_0x4425a5(0x371)](_0x12b0bb['id']),_0x4e4133[_0x4425a5(0x272)](_0x12b0bb['viewOrder'][0x0]),_0x4e4133[_0x4425a5(0x177)](null),_0x4e4133[_0x4425a5(0x1ae)]());},_0x3304b8=async _0x354b97=>{const _0x250303=_0x284e38;let _0xc35d7c=_0x30be90[_0x250303(0x63a)](),_0x5262b9=fl(_0xc35d7c,_0x2bfea0['id'])[_0x250303(0x43e)](_0x136047=>_0x136047['id']);if(_0x5262b9[_0x250303(0x446)]<=0x1)return;let _0xd2a30f=_0x354b97===_0x2bfea0['id']?_0x5262b9[_0x250303(0x611)](_0x50461a=>_0x50461a!==_0x354b97):null;if(await _0x276b5[_0x250303(0x628)](_0x333789['id'],{'unitId':_0x2ab9fc,'tableId':_0x354b97})&&_0xd2a30f){let _0x286dfd=_0xc35d7c[_0x250303(0x278)][_0xd2a30f],_0x50e812=_0x286dfd==null?void 0x0:_0x286dfd['viewOrder'][_0x250303(0x611)](_0x2c4bca=>_0x286dfd[_0x250303(0x56b)][_0x2c4bca]);_0x4e4133['activateTable'](_0xd2a30f),_0x50e812&&_0x4e4133['activateView'](_0x50e812),_0x4e4133[_0x250303(0x177)](null),_0x4e4133[_0x250303(0x1ae)]();}};return _0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x4b4093,{'title':_0x53978f[_0x284e38(0x3dd)]||_0x284e38(0x417),'items':_0x3d9fd6,'width':_0xd21b7b,'pendingRenameItemId':_0x583180,'onActivateItem':_0x48ba6c,'onAddTable':()=>{_0x462eb0();},'onRenameTable':(_0x236e43,_0x3cb459)=>{_0x276b5['executeCommand'](_0x3a633b['id'],{'unitId':_0x2ab9fc,'tableId':_0x236e43,'name':_0x3cb459});},'onPendingRenameItemConsumed':_0x456c9f=>{_0x583180===_0x456c9f&&_0x32231c(null);},'onDuplicateTable':_0x515b39=>{const _0x3612f7=_0x284e38;let _0x45a2da=_0x30be90[_0x3612f7(0x63a)](),_0x19ab0e=_0x45a2da[_0x3612f7(0x278)][_0x515b39];_0x19ab0e&&(_0x4d9309(_0x515b39),_0x21999a(ml(_0x45a2da,_0x1ad39c['t'](_0x3612f7(0x2b7),_0x19ab0e[_0x3612f7(0x3dd)]))),_0x3d5a9c(_0x3612f7(0x4bf)));},'onDeleteTable':_0x502e8f,'onResizeWidth':_0x18c775=>_0x4e4133['setLeftPanelWidth'](_0x18c775)}),_0x2e0de7(_0x337ed9,{'open':!!_0x58a981,'name':_0x352d8e,'mode':_0x44a20a,'onNameChange':_0x21999a,'onModeChange':_0x3d5a9c,'onCancel':()=>_0x4d9309(null),'onConfirm':()=>{const _0x38a287=_0x284e38;let _0x4bcb6b=_0x58a981,_0x50e581=_0x352d8e[_0x38a287(0x1dc)](),_0x25f688=_0x44a20a;!_0x4bcb6b||!_0x50e581||(_0x4d9309(null),_0x15633d(_0x4bcb6b,_0x50e581,_0x25f688));}}),_0x2e0de7(_0x1b6346,{'open':!!_0x1a2a12,'title':_0x1ad39c['t'](_0x284e38(0x1ad)),'description':_0x1ad39c['t'](_0x284e38(0x60d)),'onCancel':()=>_0x502e8f(null),'onConfirm':()=>{let _0x3bda3c=_0x1a2a12;_0x502e8f(null),_0x3bda3c&&_0x3304b8(_0x3bda3c);}})]});}function al(_0x584216){const _0x3daa81=_0x35dbe5;let {activeView:_0x10f60c,views:_0x189a70,addViewOpen:_0x2990cb,onAddViewOpenChange:_0x50f2e8,onActivateView:_0x14b8b3,onAddView:_0x1599c4,onSetViewAsFirst:_0x478773,onMoveView:_0x55486f,onRenameView:_0x293ea9,onDuplicateView:_0x2e483e,onConfigureView:_0x13b704,onDeleteView:_0x54a59b}=_0x584216,_0x10a1da=_0x21f18c(_0x50c946);return _0x2e0de7(_0x3daa81(0x590),{'data-u-comp':_0x3daa81(0x1a0),'className':_0x3daa81(0x24f),'children':_0x2e0de7(_0x274117,{'className':_0x3daa81(0x3f0),'views':_0x189a70[_0x3daa81(0x43e)](_0x3bcb3d=>({'id':_0x3bcb3d['id'],'name':_0x3bcb3d['name'],'type':_0x3bcb3d[_0x3daa81(0x5d9)]})),'activeViewId':_0x10f60c['id'],'onActivateView':_0x14b8b3,'onSetViewAsFirst':_0x478773,'onMoveView':_0x55486f,'onRenameView':_0x293ea9,'onDuplicateView':_0x2e483e,'onConfigureView':_0x13b704,'onDeleteView':_0x54a59b,'onAddView':()=>_0x50f2e8(!_0x2990cb),'addViewDropdown':{'open':_0x2990cb,'onOpenChange':_0x50f2e8,'overlay':_0x2e0de7(_0x3daa81(0x590),{'data-u-comp':_0x3daa81(0x43b),'data-embed-id':_0x584216[_0x3daa81(0x5b8)],[Gc]:_0x3daa81(0x479),'children':_0x2e0de7(_0x27a24f,{'views':_0x96b845['map'](_0x16d166=>({..._0x16d166,'label':_0x10a1da['t'](_0x16d166[_0x3daa81(0x51a)]),'description':_0x10a1da['t'](_0x16d166[_0x3daa81(0x1a3)])})),'onCreate':_0x1599c4})})}})});}function ol(_0x5e9a9d){const _0xc7a04e=_0x35dbe5;var _0x1e3f23,_0x3ff063,_0xb16944;let {activeView:_0x2721e4,views:_0x41988f,onActivateView:_0x7be336,onAddView:_0x2c41a8,onConfigureView:_0xa76bcd,onDeleteView:_0x2037d6}=_0x5e9a9d,_0x4749d3=_0x21f18c(_0x50c946),_0x245653=_0xf30763(null),_0x46eb8b=_0xf30763(null),[_0x5bdea8,_0x45118c]=_0x57f380(!0x1),_0x1c63ab=_0xd1a155=>{const _0x5b3378=_0x3c26;_0xd1a155['preventDefault'](),_0xd1a155[_0x5b3378(0x48c)]();},_0x11fca2=(_0x1e3f23=(_0x3ff063=_0x245653[_0xc7a04e(0x25e)])==null?void 0x0:_0x3ff063[_0xc7a04e(0x232)]())==null?null:_0x1e3f23;return _0x384162(()=>{const _0x12c679=_0xc7a04e;if(!_0x5bdea8)return;let _0x35286a=_0x28f061=>{const _0x5cbbc8=_0x3c26;var _0xed1b97,_0x4aa230;let _0x3f1be2=_0x28f061[_0x5cbbc8(0x4c7)]instanceof Node?_0x28f061[_0x5cbbc8(0x4c7)]:null;!_0x3f1be2||(_0xed1b97=_0x245653[_0x5cbbc8(0x25e)])!=null&&_0xed1b97[_0x5cbbc8(0x5a2)](_0x3f1be2)||(_0x4aa230=_0x46eb8b[_0x5cbbc8(0x25e)])!=null&&_0x4aa230[_0x5cbbc8(0x5a2)](_0x3f1be2)||_0x45118c(!0x1);},_0x21fd62=_0x485bd1=>{const _0x4bd6fc=_0x3c26;_0x485bd1['key']===_0x4bd6fc(0x526)&&_0x45118c(!0x1);};return document['addEventListener'](_0x12c679(0x503),_0x35286a,!0x0),document[_0x12c679(0x243)]('keydown',_0x21fd62,!0x0),()=>{const _0x2920f4=_0x12c679;document['removeEventListener'](_0x2920f4(0x503),_0x35286a,!0x0),document['removeEventListener'](_0x2920f4(0x186),_0x21fd62,!0x0);};},[_0x5bdea8]),_0x2e59a6(_0x89a2c6,{'children':[_0x2e59a6(_0x49a018,{'ref':_0x245653,'type':_0xc7a04e(0x32e),'size':_0xc7a04e(0x18f),'variant':'ghost','className':'univer-ml-9\x20univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','title':_0x2721e4[_0xc7a04e(0x3dd)],'aria-label':_0x4749d3['t'](_0xc7a04e(0x2dd)),'onClick':_0x4a0bd1=>{const _0x111c4e=_0xc7a04e;_0x4a0bd1[_0x111c4e(0x48c)](),_0x45118c(_0x38e84c=>!_0x38e84c);},'onMouseDown':_0x1c63ab,'onPointerDown':_0x1c63ab,'children':[_0x2e0de7(_0xc7a04e(0x193),{'className':'univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','aria-hidden':_0xc7a04e(0x479),'children':_0x2e0de7(_0x1375de,{'type':_0x2721e4[_0xc7a04e(0x5d9)]})}),_0x2e0de7('span',{'className':'univer-min-w-0\x20univer-truncate','children':_0x2721e4[_0xc7a04e(0x3dd)]}),_0x2e0de7(_0x124809,{'className':_0xc7a04e(0x233)})]}),_0x5bdea8&&_0x11fca2?_0x1f15c4(_0x2e59a6('div',{'ref':_0x46eb8b,'data-u-comp':_0xc7a04e(0x314),'data-embed-id':_0x5e9a9d['embedId'],[Gc]:_0xc7a04e(0x479),'className':_0xc7a04e(0x4d9),'style':Cl(_0x11fca2),'onClick':_0x35b4c8=>_0x35b4c8[_0xc7a04e(0x48c)](),'onMouseDown':_0x1c63ab,'onPointerDown':_0x1c63ab,'children':[_0x2e0de7(_0xc7a04e(0x590),{'className':_0xc7a04e(0x568),'children':_0x41988f['map'](_0x24a10c=>_0x2e0de7(_0x49a018,{'type':_0xc7a04e(0x32e),'variant':_0xc7a04e(0x199),'size':'small','className':_0xc7a04e(0x16e),'onClick':_0x2ae892=>{const _0x2b6791=_0xc7a04e;_0x2ae892[_0x2b6791(0x48c)](),_0x7be336(_0x24a10c['id']),_0x45118c(!0x1);},'children':_0x2e0de7(sl,{'icon':_0x2e0de7(_0x1375de,{'type':_0x24a10c[_0xc7a04e(0x5d9)]}),'label':_0x24a10c[_0xc7a04e(0x3dd)],'trailing':_0x24a10c['id']===_0x2721e4['id']?_0x2e0de7('span',{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x24a10c['id']))}),_0x2e0de7(ll,{}),_0x2e0de7(cl,{'icon':_0x2e0de7(_0x15897f,{}),'label':_0x4749d3['t'](_0xc7a04e(0x4ae)),'onClick':()=>{const _0x34e07e=_0xc7a04e;let _0x2e077e=_0x245653[_0x34e07e(0x25e)];_0x2e077e&&_0x2c41a8(_0x2e077e),_0x45118c(!0x1);}}),_0x2e0de7(cl,{'icon':_0x2e0de7(_0x1f26ca,{}),'label':_0x4749d3['t'](_0xc7a04e(0x2ae)),'onClick':()=>{let _0x9fc2a4=_0x245653['current'];_0x9fc2a4&&_0xa76bcd(_0x9fc2a4),_0x45118c(!0x1);}}),_0x2e0de7(cl,{'danger':!0x0,'disabled':_0x41988f[_0xc7a04e(0x446)]<=0x1,'icon':_0x2e0de7(_0x5e2212,{}),'label':_0x4749d3['t'](_0xc7a04e(0x54e)),'onClick':()=>{_0x2037d6(),_0x45118c(!0x1);}})]}),(_0xb16944=_0x4337d2(!0x0))==null?document['body']:_0xb16944):null]});}function sl(_0x1b9dc0){const _0x291d0b=_0x35dbe5;return _0x2e59a6(_0x291d0b(0x193),{'className':_0x291d0b(0x3d0),'children':[_0x2e0de7(_0x291d0b(0x193),{'className':_0x291d0b(0x537),'aria-hidden':_0x291d0b(0x479),'children':_0x1b9dc0[_0x291d0b(0x47a)]}),_0x2e0de7(_0x291d0b(0x193),{'className':_0x291d0b(0x5f9),'children':_0x1b9dc0[_0x291d0b(0x51a)]}),_0x2e0de7('span',{'className':'univer-grid\x20univer-size-[18px]\x20univer-place-items-center','children':_0x1b9dc0[_0x291d0b(0x529)]})]});}function cl(_0x2e3031){const _0x42f52c=_0x35dbe5;let {danger:_0x54a41a,disabled:_0x2deb32,icon:_0x56e15d,label:_0x124183,onClick:_0x39bfbd}=_0x2e3031;return _0x2e0de7(_0x49a018,{'type':'button','variant':_0x42f52c(0x199),'size':_0x42f52c(0x18f),'disabled':_0x2deb32,'className':[_0x42f52c(0x16e),_0x54a41a?'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700':''][_0x42f52c(0x5cb)](Boolean)[_0x42f52c(0x352)]('\x20'),'onClick':_0x204f86=>{const _0x228f4e=_0x42f52c;_0x204f86[_0x228f4e(0x48c)](),_0x39bfbd();},'children':_0x2e0de7(sl,{'icon':_0x56e15d,'label':_0x124183})});}function ll(){const _0x20be61=_0x35dbe5;return _0x2e0de7(_0x20be61(0x193),{'className':'univer-my-1\x20univer-block\x20univer-h-px\x20univer-w-full\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700'});}function ul(_0x8b9dc9,_0x103bb={}){const _0x272caa=_0x35dbe5;var _0x5a8285,_0x362230,_0x17eb9e,_0x1f4eff,_0x4586a6,_0x2a2c17,_0x48a8ba,_0x3d88df,_0x2cba64;let _0x565d3d=(_0x5a8285=_0x8b9dc9['config'])==null?{}:_0x5a8285,_0x465004=_0x565d3d[_0x272caa(0x4c0)],_0x51cbb3=Array['isArray'](_0x465004==null?void 0x0:_0x465004[_0x272caa(0x486)])?_0x465004['rules']['length']:0x0;return{'viewType':_0x8b9dc9[_0x272caa(0x5d9)],'filterCount':(_0x362230=(_0x17eb9e=_0x8b9dc9[_0x272caa(0x5cb)])==null||(_0x17eb9e=_0x17eb9e['conditions'])==null?void 0x0:_0x17eb9e[_0x272caa(0x446)])==null?0x0:_0x362230,'groupCount':(_0x1f4eff=(_0x4586a6=_0x8b9dc9['group'])==null?void 0x0:_0x4586a6['length'])==null?0x0:_0x1f4eff,'sortCount':(_0x2a2c17=(_0x48a8ba=_0x8b9dc9[_0x272caa(0x3d9)])==null?void 0x0:_0x48a8ba['length'])==null?0x0:_0x2a2c17,'rowHeightActive':!!(_0x565d3d['rowHeight']&&_0x565d3d[_0x272caa(0x5d5)]!==_0x272caa(0x612)),'conditionalColoringActive':_0x51cbb3>0x0,'conditionalColoringCount':_0x51cbb3,'canUndo':((_0x3d88df=_0x103bb[_0x272caa(0x2e0)])==null?0x0:_0x3d88df)>0x0,'canRedo':((_0x2cba64=_0x103bb[_0x272caa(0x1d5)])==null?0x0:_0x2cba64)>0x0};}function dl(_0x51bacd){const _0x54aa2b=_0x35dbe5;var _0x1dc03f,_0x53691c;return(_0x1dc03f=_0x51bacd==null||(_0x53691c=_0x51bacd[_0x54aa2b(0x3bd)])==null?void 0x0:_0x53691c[_0x54aa2b(0x43e)](_0x2886a8=>_0x51bacd[_0x54aa2b(0x278)][_0x2886a8])[_0x54aa2b(0x5cb)](_0x18ea2c=>!!_0x18ea2c))==null?[]:_0x1dc03f;}function fl(_0x287b16,_0x21c2ae){const _0x3ac165=_0x35dbe5;return dl(_0x287b16)[_0x3ac165(0x43e)](_0x3c9127=>({'id':_0x3c9127['id'],'name':_0x3c9127[_0x3ac165(0x3dd)],'active':_0x3c9127['id']===_0x21c2ae}));}function pl(_0x549a2d,_0x312626){const _0x330cc6=_0x35dbe5;let _0x4e3d6e=new Set(dl(_0x549a2d)[_0x330cc6(0x43e)](_0x4882bd=>_0x4882bd['name'])),_0x5a8ba5=_0x4e3d6e[_0x330cc6(0x4e1)]+0x1,_0x32f226=_0x312626(_0x5a8ba5);for(;_0x4e3d6e[_0x330cc6(0x629)](_0x32f226);)_0x5a8ba5+=0x1,_0x32f226=_0x312626(_0x5a8ba5);return _0x32f226;}function ml(_0x185903,_0x227417){const _0x3d42c0=_0x35dbe5;let _0x1a5d2b=new Set(dl(_0x185903)['map'](_0x597d32=>_0x597d32[_0x3d42c0(0x3dd)]));if(!_0x1a5d2b[_0x3d42c0(0x629)](_0x227417))return _0x227417;let _0x4b39dd=0x2,_0x2fea1c=_0x227417+'\x20'+_0x4b39dd;for(;_0x1a5d2b[_0x3d42c0(0x629)](_0x2fea1c);)_0x4b39dd+=0x1,_0x2fea1c=_0x227417+'\x20'+_0x4b39dd;return _0x2fea1c;}function hl(_0x18a885,_0x36ceb7){if(!_0x18a885)return;let _0x4cda98=_0x36ceb7?_0x18a885['tables'][_0x36ceb7]:void 0x0;return _0x4cda98==null?dl(_0x18a885)[0x0]:_0x4cda98;}function gl(_0x338e07){const _0x437a16=_0x35dbe5;var _0x4c3816,_0x3b9990;return(_0x4c3816=_0x338e07==null||(_0x3b9990=_0x338e07[_0x437a16(0x168)])==null?void 0x0:_0x3b9990[_0x437a16(0x43e)](_0xdc0047=>_0x338e07[_0x437a16(0x56b)][_0xdc0047])[_0x437a16(0x5cb)](_0x441c4b=>!!_0x441c4b))==null?[]:_0x4c3816;}function _l(_0x40f17a,_0x219831){const _0xc0959b=_0x35dbe5;if(!_0x40f17a)return;let _0x1b2e04=_0x219831?_0x40f17a[_0xc0959b(0x56b)][_0x219831]:void 0x0;return _0x1b2e04==null?gl(_0x40f17a)[0x0]:_0x1b2e04;}function vl(_0x293d79,_0x45a093,_0x2abbf2){const _0x1c5383=_0x35dbe5;var _0x20fec1,_0x149537;return{..._0x293d79,'id':_0x1c5383(0x598)+_0x566eba(0x8),'tableId':_0x45a093,'name':_0x293d79['name']+'\x20'+_0x2abbf2,'config':{..._0x293d79[_0x1c5383(0x22b)]},'fieldSettings':{...(_0x20fec1=_0x293d79[_0x1c5383(0x5e6)])==null?{}:_0x20fec1},'fieldOrder':[...(_0x149537=_0x293d79[_0x1c5383(0x5f3)])==null?[]:_0x149537],'filter':_0x293d79[_0x1c5383(0x5cb)]?{..._0x293d79[_0x1c5383(0x5cb)],'conditions':[..._0x293d79[_0x1c5383(0x5cb)][_0x1c5383(0x19c)]]}:void 0x0,'group':_0x293d79[_0x1c5383(0x400)]?[..._0x293d79['group']]:void 0x0,'sort':_0x293d79['sort']?[..._0x293d79[_0x1c5383(0x3d9)]]:void 0x0};}function yl(_0xe08a6e){const _0x73200b=_0x35dbe5;let {children:_0x391202,titleKey:_0x4f7906,className:_0x24be8b,onClick:_0x4d6915}=_0xe08a6e,_0x340872=_0x21f18c(_0x50c946);return _0x2e0de7(_0x49a018,{'type':_0x73200b(0x32e),'size':_0x73200b(0x18f),'variant':_0x73200b(0x199),'className':['univer-size-6\x20univer-p-0',_0x24be8b][_0x73200b(0x5cb)](Boolean)[_0x73200b(0x352)]('\x20'),'title':_0x340872['t'](_0x4f7906),'aria-label':_0x340872['t'](_0x4f7906),'onClick':_0x45cb39=>_0x4d6915(_0x45cb39[_0x73200b(0x3ee)]),'children':_0x391202});}function bl(){return _0x2e0de7('span',{'className':'univer-mx-0.5\x20univer-h-5\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600'});}function xl(_0x21b6b5){const _0x5a449f=_0x35dbe5;return{'x':_0x21b6b5['x'],'y':_0x21b6b5['y'],'width':_0x21b6b5[_0x5a449f(0x30f)],'height':_0x21b6b5[_0x5a449f(0x35d)]};}function Sl(_0x13023c){const _0x34d9d9=_0x35dbe5;let _0xcbac7a=_0x371b9c(_0x13023c,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0xcbac7a[_0x34d9d9(0x215)],'left':_0xcbac7a['left'],'maxHeight':_0xcbac7a[_0x34d9d9(0x3a2)]};}function Cl(_0x12e78b){const _0x51d3b6=_0x35dbe5;let _0x16118f=_0x371b9c({'left':_0x12e78b[_0x51d3b6(0x164)]-0xd0,'right':_0x12e78b[_0x51d3b6(0x164)],'top':_0x12e78b[_0x51d3b6(0x215)],'bottom':_0x12e78b['bottom'],'width':0xd0,'height':_0x12e78b['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x16118f['top'],'left':_0x16118f['left'],'maxHeight':_0x16118f[_0x51d3b6(0x3a2)]};}function wl(_0x5ba669){const _0x294f7c=_0x35dbe5;Ks(_0x5ba669,_0x294f7c(0x2aa),Tl);}function Tl(_0x144c8f){const _0x3bdf98=_0x35dbe5;_0x144c8f[_0x3bdf98(0x629)](_0x5e7191)||_0x144c8f[_0x3bdf98(0x310)]([_0x5e7191,{'useFactory':()=>_0x144c8f[_0x3bdf98(0x66a)](la)}]),_0x144c8f[_0x3bdf98(0x629)](_0x5891e2)||_0x144c8f[_0x3bdf98(0x310)]([_0x5891e2,{'useFactory':()=>_0x144c8f[_0x3bdf98(0x66a)](ca)}]),_0x144c8f[_0x3bdf98(0x629)](_0x1874e2)||_0x144c8f[_0x3bdf98(0x310)]([_0x1874e2,{'useFactory':()=>_0x144c8f['get'](Ds)}]),_0x144c8f[_0x3bdf98(0x629)](_0x1674d7)||_0x144c8f[_0x3bdf98(0x310)]([_0x1674d7,{'useFactory':()=>_0x144c8f['get'](X)}]),_0x144c8f[_0x3bdf98(0x629)](_0x57ce37)||_0x144c8f['add']([_0x57ce37,{'useFactory':()=>El({'embedModelService':_0x144c8f[_0x3bdf98(0x66a)](_0x474f3c),'restoreService':_0x144c8f[_0x3bdf98(0x66a)](Os),'mountService':_0x144c8f[_0x3bdf98(0x66a)](po),'activationService':_0x144c8f['get'](go)})}]);let _0x52c612=_0x144c8f[_0x3bdf98(0x66a)](_0x4f3315),_0xc54dd8=_0x144c8f[_0x3bdf98(0x66a)](ao),_0x4a36df=_0x144c8f['get'](ro),_0x87f3fe=_0x144c8f[_0x3bdf98(0x66a)](sa),_0x9c7659=_0x144c8f[_0x3bdf98(0x66a)](io),_0x1b871b=_0x144c8f['get'](Es),_0x51bdde=_0x144c8f[_0x3bdf98(0x66a)](Ts),_0x838a72=_0x144c8f['get'](ks),_0x8c377c=_0x144c8f[_0x3bdf98(0x629)](_0x163f62)?_0x144c8f['get'](_0x163f62):void 0x0,_0x448812=_0x144c8f[_0x3bdf98(0x629)](_0x32fce3)?_0x144c8f[_0x3bdf98(0x66a)](_0x32fce3):void 0x0,_0x5f0dc8=()=>_0x144c8f[_0x3bdf98(0x629)](_0x3761e9)?_0x144c8f[_0x3bdf98(0x66a)](_0x3761e9):void 0x0,_0x11b0d9=dc(_0x8c377c,_0x448812,_0x5f0dc8);_0x52c612[_0x3bdf98(0x66a)](_0x11b0d9[_0x3bdf98(0x323)],_0x11b0d9[_0x3bdf98(0x2ad)])||_0x52c612['register'](_0x11b0d9);let _0x851919=fc();_0xc54dd8[_0x3bdf98(0x66a)](_0x851919[_0x3bdf98(0x323)],_0x851919['entry'])||_0xc54dd8[_0x3bdf98(0x280)](_0x851919);let _0x498e3b=xc();_0x4a36df[_0x3bdf98(0x66a)](_0x498e3b[_0x3bdf98(0x674)])||_0x4a36df[_0x3bdf98(0x280)](_0x498e3b);let _0x1a6c94=tc();_0x87f3fe['get'](_0x1a6c94[_0x3bdf98(0x674)])||_0x87f3fe[_0x3bdf98(0x280)](_0x1a6c94),Kc()[_0x3bdf98(0x27a)](_0x1cde3b=>{const _0x5b4768=_0x3bdf98;_0x9c7659[_0x5b4768(0x1de)](_0x1cde3b[_0x5b4768(0x323)],_0x1cde3b[_0x5b4768(0x2ad)],_0x1cde3b[_0x5b4768(0x674)])||_0x9c7659['register'](_0x1cde3b);}),_0x1b871b[_0x3bdf98(0x40b)](zs(_0x144c8f,{'childType':_0x140e49[_0x3bdf98(0x1f2)],'renderManagerService':_0x4fffb3})),_0x51bdde['get'](_0x140e49['UNIVER_BASE'])||_0x51bdde[_0x3bdf98(0x280)](nc(_0x5f0dc8())),_0x838a72[_0x3bdf98(0x66a)](_0x140e49[_0x3bdf98(0x1f2)])||_0x838a72['register'](yc(_0x144c8f));}function El(_0x6589e6){return{'mountTableList':async _0x408424=>{const _0x38f268=_0x3c26;let _0x44c8b5=_0x6589e6[_0x38f268(0x3a3)][_0x38f268(0x1b1)](_0x408424[_0x38f268(0x383)],_0x408424[_0x38f268(0x5b8)]);if(!_0x44c8b5&&_0x408424['childUnitId']&&(_0x44c8b5={'embedId':_0x408424[_0x38f268(0x5b8)],'hostUnitId':_0x408424[_0x38f268(0x383)],'hostType':_0x140e49[_0x38f268(0x1f2)],'entry':_0x38f268(0x240),'hostAnchorId':_0x408424[_0x38f268(0x666)],'childUnitId':_0x408424[_0x38f268(0x2ab)],'childType':_0x408424[_0x38f268(0x674)],'source':{'unitType':_0x408424[_0x38f268(0x674)],'ref':{'file':{'kind':_0x38f268(0x5de)},'unit':{'selector':_0x408424[_0x38f268(0x2ab)],'type':_0x219537(_0x408424[_0x38f268(0x674)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x38f268(0x5f2),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x44c8b5||_0x44c8b5[_0x38f268(0x666)]!==_0x408424['hostAnchorId'])&&((!_0x44c8b5['childUnitId']||_0x44c8b5[_0x38f268(0x674)]==null)&&(_0x44c8b5=await _0x6589e6[_0x38f268(0x542)][_0x38f268(0x599)]({'descriptor':_0x44c8b5})),!(!_0x44c8b5[_0x38f268(0x2ab)]||_0x44c8b5[_0x38f268(0x674)]==null)))return _0x6589e6['mountService'][_0x38f268(0x30b)](_0x44c8b5),_0x6589e6[_0x38f268(0x1b6)][_0x38f268(0x47c)](_0x44c8b5),_0xd3a08f(()=>{const _0x17afe8=_0x38f268;_0x6589e6[_0x17afe8(0x1f5)][_0x17afe8(0x3f5)](_0x408424[_0x17afe8(0x5b8)]),_0x6589e6[_0x17afe8(0x1b6)][_0x17afe8(0x583)](_0x408424[_0x17afe8(0x5b8)]);});}};}const Dl={'mode':_0x35dbe5(0x401),'target':_0x35dbe5(0x4de),'paddingX':0x0,'minScale':0x0,'align':_0x35dbe5(0x5f0)};function Ol(){const _0xc6bad3=_0x35dbe5;return Xs({'childType':_0x140e49[_0xc6bad3(0x43a)],'productName':_0xc6bad3(0x3b4)});}function kl(){const _0x362576=_0x35dbe5;return{'childType':_0x140e49[_0x362576(0x43a)],'supportedLayouts':[_0x362576(0x3b6),'doc-width-scale','scroll-contained'],'beforeDeactivate':Al,'mount':_0x24c6d4=>_0x24c6d4[_0x362576(0x3ec)][_0x362576(0x362)]===_0x362576(0x412)?As(_0x24c6d4,_0x4fffb3,void 0x0,{'scopedInjector':jl(_0x24c6d4['runtimeScope'][_0x362576(0x39f)])}):As(_0x24c6d4,_0x4fffb3)};}function Al(_0x16d434){const _0x5a9f2b=_0x35dbe5;var _0x319c84;let _0x4a57a5=_0x16d434['injector']['get'](_0x4fffb3)[_0x5a9f2b(0x5c9)](_0x16d434[_0x5a9f2b(0x2ab)]),_0x3420fa=_0x4a57a5==null?void 0x0:_0x4a57a5[_0x5a9f2b(0x4cd)](_0x4f76fb);_0x4a57a5==null||(_0x319c84=_0x4a57a5[_0x5a9f2b(0x4cd)](_0x301f3d))==null||_0x319c84[_0x5a9f2b(0x5a7)](),_0x3420fa==null||_0x3420fa[_0x5a9f2b(0x205)](),_0x3420fa==null||_0x3420fa[_0x5a9f2b(0x340)]();}function jl(_0x2e9d85){return ga(_0x2e9d85,new Map([[_0x3c7ac0,_0x43d1d3=>Ml(_0x43d1d3)]]));}function Ml(_0x345aa){const _0x460f53=_0x35dbe5;return{..._0x345aa,'fitToWidth':{..._0x345aa==null?void 0x0:_0x345aa[_0x460f53(0x653)],...Dl}};}let Nl=class extends _0x3d9a05{constructor(_0x5a8dd9,_0x476f5a,_0xeb507b,_0x5ceeb7,_0x1810d6,_0x5c1e01){const _0x5821ca=_0x35dbe5;super(),this[_0x5821ca(0x3d5)]=_0x5a8dd9,this[_0x5821ca(0x1b5)]=_0x476f5a,this[_0x5821ca(0x1eb)]=_0xeb507b,this['_contentSizeRegistry']=_0x5ceeb7,this['_embedModelService']=_0x1810d6,this[_0x5821ca(0x4dd)]=_0x5c1e01,J(this,_0x5821ca(0x2e4),new Map()),J(this,'_pendingChildUnits',new Map());let _0x4fc28c=_0x4e5c40(()=>{const _0x19b983=_0x5821ca;this['_rerenderHostDoc']()||this[_0x19b983(0x264)]();});this[_0x5821ca(0x636)](_0x4fc28c),this[_0x5821ca(0x636)]({'dispose':()=>{const _0x4f3819=_0x5821ca;this[_0x4f3819(0x2e4)][_0x4f3819(0x608)](),this[_0x4f3819(0x1d9)][_0x4f3819(0x608)]();}});let _0x148647=this[_0x5821ca(0x1b5)][_0x5821ca(0x1a2)](_0x140e49[_0x5821ca(0x227)])['subscribe'](()=>{const _0x5d8fdc=_0x5821ca;_0x4fc28c[_0x5d8fdc(0x3a0)]();}),_0x3a1cd0=this[_0x5821ca(0x1b5)][_0x5821ca(0x1a2)](_0x140e49[_0x5821ca(0x1f2)])[_0x5821ca(0x30e)](()=>{_0x4fc28c['schedule']();});this['disposeWithMe'](_0xd3a08f(()=>_0x148647['unsubscribe']())),this['disposeWithMe'](_0xd3a08f(()=>_0x3a1cd0[_0x5821ca(0x2cc)]()));let _0x5cb4a3=_0x3c5fd5((_0x522393,_0x4cbaaa,_0x2c5019)=>{const _0xd6a518=_0x5821ca;var _0x2241ed,_0x1d0359,_0x3a98be,_0x482e2f;if(_0x522393!==this['_context']['unitId'])return null;let _0x30eca2=this[_0xd6a518(0x5ca)]();if(!_0x30eca2)return null;let _0x13e9df=(_0x2241ed=_0x30eca2['drawings'])==null?void 0x0:_0x2241ed[_0x4cbaaa],_0x205999=_0x13e9df==null?void 0x0:_0x13e9df[_0xd6a518(0x621)],_0x3ea282=_0x205999==null?void 0x0:_0x205999[_0xd6a518(0x674)];if(_0x3ea282!==_0x140e49['UNIVER_SHEET']&&_0x3ea282!==_0x140e49['UNIVER_BASE'])return null;let _0x46372c=this['_getVisibleCanvasDocumentRect'](),_0x3f8e64=this[_0xd6a518(0x289)](_0x205999,_0x3ea282),_0x3cc164=_0x3f8e64?this[_0xd6a518(0x523)](_0x3f8e64,_0x3ea282,_0x4fc28c[_0xd6a518(0x3a0)]):void 0x0,_0x44770a=_0x3f8e64&&_0x3cc164!=null?(_0x1d0359=this[_0xd6a518(0x435)])==null?void 0x0:_0x1d0359[_0xd6a518(0x633)]({'childType':_0x3ea282,'childUnit':_0x3cc164,'childUnitId':_0x3f8e64,'viewportWidth':_0x2c5019['fallbackWidth']}):void 0x0,_0x2bbd34=_0x12b624(_0x3ea282),_0x221968=Fl(_0x2c5019[_0xd6a518(0x218)],_0x2bbd34[_0xd6a518(0x35d)]),_0x1d5f8e=Fl(_0x2c5019[_0xd6a518(0x64d)],_0x2bbd34[_0xd6a518(0x30f)]);return _0x66c4df({'childType':_0x3ea282,'contentHeight':(_0x3a98be=_0x44770a==null?void 0x0:_0x44770a[_0xd6a518(0x35d)])==null?_0x221968:_0x3a98be,'contentWidth':_0x44770a==null?void 0x0:_0x44770a[_0xd6a518(0x30f)],'docsLeft':this[_0xd6a518(0x668)](),'documentFlavor':(_0x482e2f=_0x30eca2['documentStyle'])==null?void 0x0:_0x482e2f[_0xd6a518(0x237)],'fallbackHeight':_0x221968,'fallbackWidth':_0x1d5f8e,'pageMarginLeft':_0x2c5019[_0xd6a518(0x348)],'pageMarginRight':_0x2c5019[_0xd6a518(0x389)],'pageWidth':_0x2c5019[_0xd6a518(0x451)],'scale':this[_0xd6a518(0x3d5)][_0xd6a518(0x569)][_0xd6a518(0x4d5)]()['scaleX']||0x1,'visibleCanvasHeight':_0x46372c==null?void 0x0:_0x46372c[_0xd6a518(0x35d)],'visibleCanvasLeft':_0x46372c==null?void 0x0:_0x46372c[_0xd6a518(0x224)],'visibleCanvasWidth':_0x46372c==null?void 0x0:_0x46372c[_0xd6a518(0x30f)]});});this[_0x5821ca(0x636)]({'dispose':_0x5cb4a3}),this['disposeWithMe'](this[_0x5821ca(0x1eb)][_0x5821ca(0x1f8)](_0x5845e6=>{const _0x27a2fb=_0x5821ca;if(_0x5845e6['id']===_0x3fb258['id'])return;let _0x39c90d=this[_0x27a2fb(0x5ca)]();_0x39c90d&&_0x2a4051({'childUnitIds':_0x4b42c8(_0x39c90d[_0x27a2fb(0x187)],_0x1173a2=>this[_0x27a2fb(0x289)](_0x1173a2)),'commandId':_0x5845e6['id'],'commandParams':_0x5845e6[_0x27a2fb(0x42d)],'hostUnitId':this[_0x27a2fb(0x3d5)][_0x27a2fb(0x44d)]})&&_0x4fc28c['schedule']();}));}['_getHostUnit'](){const _0x399a57=_0x35dbe5;var _0x503f7f;if(!this[_0x399a57(0x541)])return(_0x503f7f=this[_0x399a57(0x3d5)]['unit'])==null?void 0x0:_0x503f7f;}[_0x35dbe5(0x5ca)](){const _0x51141c=_0x35dbe5;var _0x211928;return(_0x211928=this[_0x51141c(0x41d)]())==null?void 0x0:_0x211928[_0x51141c(0x63a)]();}[_0x35dbe5(0x3c2)](){const _0x209ff3=_0x35dbe5;var _0x1139db;let _0x2c48ac=(_0x1139db=this['_renderManagerService'])==null?void 0x0:_0x1139db['getRenderById'](this[_0x209ff3(0x3d5)][_0x209ff3(0x44d)]);try{var _0x56e06a;let _0x5594e4=_0x2c48ac==null||(_0x56e06a=_0x2c48ac[_0x209ff3(0x4cd)])==null?void 0x0:_0x56e06a[_0x209ff3(0x4df)](_0x2c48ac,_0x59553d);return _0x5594e4?(_0x5594e4[_0x209ff3(0x236)](this['_context'][_0x209ff3(0x44d)]),!0x0):!0x1;}catch{return!0x1;}}[_0x35dbe5(0x264)](){const _0x121969=_0x35dbe5;let _0x4686b2=this['_getHostUnit'](),_0x464f71=_0x4686b2==null?void 0x0:_0x4686b2['zoomRatio'];typeof _0x464f71=='number'&&this[_0x121969(0x1eb)]['syncExecuteCommand'](_0x3fb258['id'],{'unitId':this['_context'][_0x121969(0x44d)],'zoomRatio':_0x464f71});}[_0x35dbe5(0x289)](_0x3b9579,_0x19a302){const _0x46856d=_0x35dbe5;var _0x2776b4;if(!_0x3b9579||typeof _0x3b9579!=_0x46856d(0x64e))return;let _0x44d46a=_0x3b9579,_0x24d1b8=typeof _0x44d46a[_0x46856d(0x674)]==_0x46856d(0x165)?_0x44d46a[_0x46856d(0x674)]:_0x19a302;if(_0x24d1b8!==_0x140e49[_0x46856d(0x227)]&&_0x24d1b8!==_0x140e49[_0x46856d(0x1f2)])return;if(typeof _0x44d46a[_0x46856d(0x2ab)]==_0x46856d(0x3fa))return _0x44d46a['childUnitId'];if(typeof _0x44d46a[_0x46856d(0x5b8)]!=_0x46856d(0x3fa))return;let _0x4c9496=typeof _0x44d46a['hostUnitId']==_0x46856d(0x3fa)?_0x44d46a[_0x46856d(0x4bd)]:this[_0x46856d(0x3d5)]['unitId'],_0x1fe274=(_0x2776b4=this[_0x46856d(0x231)])==null?void 0x0:_0x2776b4[_0x46856d(0x1b1)](_0x4c9496,_0x44d46a[_0x46856d(0x5b8)]);if((_0x1fe274==null?void 0x0:_0x1fe274[_0x46856d(0x674)])===_0x24d1b8){if(typeof _0x1fe274[_0x46856d(0x2ab)]==_0x46856d(0x3fa))return _0x1fe274[_0x46856d(0x2ab)];try{return _0x5f1af8(_0x1fe274[_0x46856d(0x58d)][_0x46856d(0x3e3)]);}catch{return;}}}[_0x35dbe5(0x523)](_0x423aa4,_0x902cf7,_0x50ac60){const _0x560043=_0x35dbe5;let _0x3b7ed9=_0x902cf7+':'+_0x423aa4;if(this[_0x560043(0x2e4)][_0x560043(0x629)](_0x3b7ed9))return this[_0x560043(0x2e4)][_0x560043(0x66a)](_0x3b7ed9);let _0x22b8fd=this[_0x560043(0x1b5)][_0x560043(0x55c)](_0x423aa4,_0x902cf7);if(_0x22b8fd!=null){if(!Pl(_0x22b8fd))return this[_0x560043(0x2e4)][_0x560043(0x27d)](_0x3b7ed9,_0x22b8fd),_0x22b8fd;if(!this[_0x560043(0x1d9)][_0x560043(0x629)](_0x3b7ed9)){let _0x16517f=Promise[_0x560043(0x5a6)](_0x22b8fd)[_0x560043(0x387)](_0x4e2dd5=>(this[_0x560043(0x1d9)][_0x560043(0x5b4)](_0x3b7ed9),this['_resolvedChildUnits']['set'](_0x3b7ed9,_0x4e2dd5),this['_disposed']||_0x50ac60(),_0x4e2dd5),()=>{const _0x541f05=_0x560043;this['_pendingChildUnits'][_0x541f05(0x5b4)](_0x3b7ed9);});this[_0x560043(0x1d9)][_0x560043(0x27d)](_0x3b7ed9,_0x16517f);}}}['_getDocsLeft'](){const _0x126cc0=_0x35dbe5;var _0xc445a2,_0x595e7f,_0x2d5e8a;return(_0xc445a2=(_0x595e7f=this['_context'][_0x126cc0(0x44e)])==null||(_0x2d5e8a=_0x595e7f['getOffsetConfig'])==null||(_0x2d5e8a=_0x2d5e8a[_0x126cc0(0x4df)](_0x595e7f))==null?void 0x0:_0x2d5e8a[_0x126cc0(0x1b2)])==null?0x0:_0xc445a2;}['_getVisibleCanvasDocumentRect'](){const _0x4e3653=_0x35dbe5;var _0x5d8b96,_0x599340,_0x2efa4a,_0x5b5483,_0x2f9481,_0xe6fbc3,_0x4eaceb,_0x99d017,_0x314c44,_0xd9e94,_0x463eb3;let _0x6f9e60=this[_0x4e3653(0x3d5)][_0x4e3653(0x569)]['getAncestorScale']()['scaleX']||0x1,_0x1e0ede=this[_0x4e3653(0x3d5)][_0x4e3653(0x569)][_0x4e3653(0x4d5)]()['scaleY']||0x1,_0x2a0f84=(_0x5d8b96=(_0x599340=this['_context'][_0x4e3653(0x569)]['getViewport'](_0xcc0cd2[_0x4e3653(0x5cf)]))==null?void 0x0:_0x599340['viewportScrollX'])==null?0x0:_0x5d8b96,_0x34091d=(_0x2efa4a=(_0x5b5483=this[_0x4e3653(0x3d5)][_0x4e3653(0x1e8)])[_0x4e3653(0x498)])==null||(_0x2efa4a=_0x2efa4a['call'](_0x5b5483))==null||(_0x2f9481=_0x2efa4a[_0x4e3653(0x232)])==null?void 0x0:_0x2f9481[_0x4e3653(0x4df)](_0x2efa4a),_0x2e8091=_0x34091d==null?void 0x0:_0x34091d[_0x4e3653(0x30f)],_0x46aa42=_0x34091d==null?void 0x0:_0x34091d[_0x4e3653(0x35d)],_0x4c1e68=(_0xe6fbc3=(_0x4eaceb=this[_0x4e3653(0x3d5)][_0x4e3653(0x44e)])==null?void 0x0:_0x4eaceb[_0x4e3653(0x30f)])==null?this[_0x4e3653(0x3d5)]['scene'][_0x4e3653(0x30f)]:_0xe6fbc3,_0x2198af=((_0x99d017=_0x2e8091==null?_0x4c1e68:_0x2e8091)==null?0x0:_0x99d017)/_0x6f9e60,_0x26d7a1=(_0x314c44=(_0xd9e94=this[_0x4e3653(0x3d5)][_0x4e3653(0x44e)])==null?void 0x0:_0xd9e94[_0x4e3653(0x35d)])==null?this['_context'][_0x4e3653(0x569)][_0x4e3653(0x35d)]:_0x314c44,_0x4ee948=((_0x463eb3=_0x46aa42==null?_0x26d7a1:_0x46aa42)==null?0x0:_0x463eb3)/_0x1e0ede;return!_0x2198af||!Number[_0x4e3653(0x4ce)](_0x2198af)||_0x2198af<=0x0||!_0x4ee948||!Number[_0x4e3653(0x4ce)](_0x4ee948)||_0x4ee948<=0x0?null:{'height':_0x4ee948,'left':_0x2a0f84,'width':_0x2198af};}};Nl=lo([Q(0x1,_0x49be48(_0x32fce3)),Q(0x2,_0x49be48(_0x1cbf8c)),Q(0x3,_0x12aa00(Ts)),Q(0x4,_0x12aa00(_0x474f3c)),Q(0x5,_0x12aa00(_0x4fffb3))],Nl);function Pl(_0x49d6bf){const _0x1626ce=_0x35dbe5;return!!_0x49d6bf&&typeof _0x49d6bf[_0x1626ce(0x387)]=='function';}function Fl(_0x43b81f,_0x5d4fa5){const _0x56ac71=_0x35dbe5;return typeof _0x43b81f==_0x56ac71(0x165)&&Number[_0x56ac71(0x4ce)](_0x43b81f)&&_0x43b81f>0x1?_0x43b81f:_0x5d4fa5;}function Il(_0x1346f9,_0x10c581,_0x3c6e07){const _0x2229e6=_0x35dbe5;return{..._0x3abdbc(_0x1346f9,_0x10c581),'afterCreateAnchor':_0x49f2c5=>Rl(_0x3c6e07,_0x49f2c5[_0x2229e6(0x4bd)]),'afterRemoveAnchor':_0x22db74=>Rl(_0x3c6e07,_0x22db74[_0x2229e6(0x4bd)])};}function Ll(){const _0x1dc370=_0x35dbe5;return{'hostType':_0x140e49['UNIVER_DOC'],'entry':_0x1dc370(0x31a),'layout':_0x1dc370(0x19a),'supportedLayouts':['docs-sticky-sheet',_0x1dc370(0x318),'aspect-fit','scroll-contained'],'menuBehavior':_0x1dc370(0x3fb)};}function Rl(_0x11af64,_0x42683a){const _0x575933=_0x35dbe5;var _0x211bcd,_0x59bde6,_0x3a1001,_0x442873;if(!_0x11af64)return;let _0x834a0a=_0x11af64['getRenderById'](_0x42683a);if(_0x834a0a){for(let _0x30d07a of _0x834a0a['components']['values']()){var _0x3e8783;(_0x3e8783=_0x30d07a['makeDirty'])==null||_0x3e8783[_0x575933(0x4df)](_0x30d07a);}(_0x211bcd=_0x834a0a[_0x575933(0x1e8)])==null||_0x211bcd['resize'](),(_0x59bde6=_0x834a0a[_0x575933(0x569)])==null||_0x59bde6[_0x575933(0x5fb)](),(_0x3a1001=_0x834a0a[_0x575933(0x4cd)])==null||(_0x3a1001=_0x3a1001[_0x575933(0x4df)](_0x834a0a,_0x160035))==null||(_0x442873=_0x3a1001[_0x575933(0x32b)])==null||_0x442873['call'](_0x3a1001);}}function zl(_0x4f9081,_0x24ce2c=0x1,_0x270af3=0x1){const _0x207176=_0x35dbe5;let _0x319afd=_0x4f9081[_0x207176(0x2c9)]/(Math[_0x207176(0x644)](_0x24ce2c)||0x1),_0x4a9593=_0x4f9081[_0x207176(0x4e6)]/(Math[_0x207176(0x644)](_0x270af3)||0x1);if(_0x4f9081[_0x207176(0x3b5)])_0x319afd=(_0x4f9081['deltaY']||_0x4f9081[_0x207176(0x2c9)])*0x3/(Math[_0x207176(0x644)](_0x24ce2c)||0x1),_0x4a9593=0x0;else{let _0x7a3e81=Math[_0x207176(0x644)](_0x319afd),_0x262126=Math[_0x207176(0x644)](_0x4a9593);_0x262126>=_0x7a3e81*0x2?_0x319afd=0x0:_0x7a3e81>=_0x262126*0x2&&(_0x4a9593=0x0);}return{'offsetX':_0x319afd,'offsetY':_0x4a9593};}function Bl(_0x275fce,_0x189a45,_0xd2b9d9){const _0x3e218d=_0x35dbe5;var _0x396d39,_0x5b027f,_0x14b8ce,_0x310985;if(!_0x189a45)return!0x1;let {offsetX:_0x5163bf,offsetY:_0xad31e2}=Vl(_0x275fce,_0x189a45,_0xd2b9d9);if(!_0x5163bf&&!_0xad31e2)return!0x1;let _0x3a5558=(_0x396d39=_0x189a45[_0x3e218d(0x50f)])==null?0x0:_0x396d39,_0xe0049=(_0x5b027f=_0x189a45[_0x3e218d(0x556)])==null?0x0:_0x5b027f;if(_0x275fce[_0x3e218d(0x58d)]==='host-scroll-sync'&&_0x189a45[_0x3e218d(0x42b)]&&(_0x275fce[_0x3e218d(0x50f)]!=null||_0x275fce[_0x3e218d(0x556)]!=null)){var _0x3949b8,_0x756f41;_0x189a45[_0x3e218d(0x42b)]({'viewportScrollX':(_0x3949b8=_0x275fce['viewportScrollX'])==null?_0x3a5558:_0x3949b8,'viewportScrollY':(_0x756f41=_0x275fce[_0x3e218d(0x556)])==null?_0xe0049:_0x756f41});}else{if(_0x189a45[_0x3e218d(0x32a)])_0x189a45[_0x3e218d(0x32a)]({'viewportScrollX':_0x5163bf,'viewportScrollY':_0xad31e2});else return!0x1;}let _0x2f57a1=((_0x14b8ce=_0x189a45['viewportScrollX'])==null?0x0:_0x14b8ce)!==_0x3a5558||((_0x310985=_0x189a45[_0x3e218d(0x556)])==null?0x0:_0x310985)!==_0xe0049;if(_0x2f57a1){var _0x3a9cfe;_0xd2b9d9==null||(_0x3a9cfe=_0xd2b9d9[_0x3e218d(0x5fb)])==null||_0x3a9cfe[_0x3e218d(0x4df)](_0xd2b9d9,!0x0);}return _0x2f57a1;}function _0x41ad(){const _0x35d691=['getMaxScrollLeft','univer-text-red-500\x20hover:univer-text-red-600','enableStage1BodyDrag','embed-ui.basesFloating.confirmDelete.tableDescription','DATA','[data-embed-overlay-root]','[data-embed-float-drag-handle=\x22true\x22],\x20[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','find','medium','_assertResolvedChild','inline','updateViewState','onHostWheel','merge','[data-embed-floating-menu=\x22true\x22]','embed-ui.sheetsFloating.align.bottom','enter','_getLatestActivePortalOwner','scrollHeight','embedChildType','_anchorModelService','EMBED_RUNTIME_HOST_NOT_ATTACHED:','1572scoWSg','data','_releaseTabPeerFocusLease','sheets-ui.embed','descriptor','[id^=\x22__editor_docs-\x22]','max','parentElement','executeCommand','has','textContent','_releaseTabPeerFocusLeasesForHost','scrollTop','title','_sortHandlers','data-embed-popup-root','_containsRegisteredElement','syncHostVerticalScroll','Arial','measureContentSize','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','EMBED_MOUNT_HOST_NOT_REGISTERED','disposeWithMe','pointerup','metaKey','includeAppShellEditorPortal','getSnapshot','_focusTemporarySink','__embedSharedRootInjector','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','univer-docs-embed-floating-menu\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','border-radius:8px','initial','divider-block','data-u-comp','divider-format','abs','role','onMutationExecutedForCollab','hostFloatDomLayout$','setSearchQuery','isChildUnitInActiveSession','runtime','scroll-contained','_registerDefaultHostToolbar','fallbackWidth','object','includes','_tabFocusLeases','pending','_portalObservers','fitToWidth','round','supportedLayouts','padding','registerContextMenuHandler','_contextService','click','stale','list','_findFallbackUnitId','active','some','src','[data-embed-float-dom]','message','darkMode','subscribeContextValue$','embed-ui.sheetsFloating.toolbar.border.main','getUniverSheetInstance','hostAnchorId','getPreview','_getDocsLeft','_floatingHostFocusRestorers','get','requestPreview','code','false','commandId','getAll','base-workbench','runtimeHostLeaseService','getByEmbedId','tableId','childType','disable','contentHeight','data-embed-floating-menu-popup','host-override','absolute','wheel','boards-floating-object','_resolveFloatingSurfaceRoot','right','number','item','_markBodyPortalOwner','viewOrder','element','subUnitId','getCellMatrix','placeholder','_mountBlockedRuntime','univer-h-8\x20univer-w-full\x20univer-px-2','univer-pointer-events-none','setTimeout','_handlers','session','_previousChildCurrentUnits','resolveStackUnitId','disconnect','OVERFLOW','setSelection','setActivatedTab','usesDomFloatingStage','index','scopedActionServiceTokens','[data-radix-popper-content-wrapper]','defaultColor','registerComponent','runtimeFocusChanged$','resolvedDependencyCollection','getRowHeight','querySelectorAll','_nextIndex','createInstance','embed-ui.sheetsFloating.toolbar.textColor.main','keydown','drawings','viewSettings','@univerjs-pro/embed-ui','stage2','root','contextmenu','formulaBar','tab','small','fixed','_releaseBodyPortalClaims','_elements','span','divider','objectFit','menuItem','activateFloating','registerRuntimeScope','ghost','docs-sticky-sheet','rootElement','conditions','data-embed-id','embed-ui.sheetsFloating.toolbar.font','closeContextMenu','base-embed-fullscreen-view-tabs','createScoped','getTypeOfUnitAdded$','description','contribution','restoreEmbed','Slide\x20','clientWidth','getFocusOwner','doc-block-stage2-runtime','slides-page-list-block','layout','_entriesByKey','embed-ui.basesFloating.confirmDelete.tableTitle','closeRecordDetail','_key','toggleAttribute','getDescriptor','docsLeft','_childUnitAncestry','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','_univerInstanceService','activationService','ribbonService','hidden','396771fLsTDO','[data-embed-interaction-boundary-owner=\x22','__addUnit','_ownedRuntimeFocusAppliesToHost','showHostDragHandle','data-embed-slides-page-list-host','addDisposer','floatingMenuInsetTop','UNIVER_EMBED_UI_PLUGIN','_providers','fit','textColor','values','fullscreen','_menuOverrideService','embed-ui.sheetsFloating.align.middle','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','hasCommand','classList','Sheets','activeElement','wrap','range','closeSearch','createElement','_hostAdapterRegistry','auto','MutationObserver','redos','_mountFloatingMenu','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','_pendingChildUnits','univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','HTMLElement','trim','closeToolbarPanel','hasExact','divider-format-tools','columnHeader','univer-min-w-0','setFakeToolbarVisible','activeTableId','checkContentIsFocused','_isUniverPortalCandidate','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','_contextsByEmbedId','engine','univer-size-6\x20univer-p-0','-52px','_commandService','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','stopEditingCell','test','drawing','_maxDepth','_layoutService','UNIVER_BASE','pluginName','bottom','mountService','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','kind','onCommandExecuted','allowHostBodyDrag','showContextualTab','revision','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','data-embed-overlay-root','MIDDLE','childContext','univer-size-[23px]\x20univer-fill-current','trigger','sessionMode','disableEdit','_drainQueue','removeAllRanges','handleWheel','lease','useValue','[data-embed-runtime-focus-role]','_hasUnit','_focusDocumentBody','clientX','records','getLive','dataset','contentRect','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','.univer-embed-float-dom__content','allowOwnedPortalReassignment','titleKey','top','unitID','_sceneCanvasCaptureService','fallbackHeight','pipe','data-embed-child-render-mode','clientY','univer-fill-gray-900\x20dark:!univer-fill-white','getStage','embedSlidesPresentationSurface','identifier:univer.sheet.selection-render-service','univer.embed.host-vertical-wheel-attempted-event','startX','getContextValue','stage2-runtime','left','allowed','100%','UNIVER_SHEET','display','active$','_isHostDocEditorPortal','config','missing-descriptor','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','_isDetachedOffscreenPortalCandidate','Filter','_rootsByHostAnchorId','_embedModelService','getBoundingClientRect','univer-size-3\x20univer-shrink-0','univer-fixed\x20univer-z-[900]','floating-stage','reRender','documentFlavor','_registerFloatingMenus','univer-embed-float-dom__live-content\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','apply','_registerRootPopupDescendantFocusRoles','activatedTab$','sequence','pageId','embedSlidesPresentationRuntime','bases-table-list-block','title-only','_modelService','addEventListener','_isBodyPortalCandidate','univer-contents','getZoomRatio','stable','registerOwnedElement','univer-relative\x20univer-overflow-hidden','position','univer-sheet-embed-floating-menu\x20univer-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','override$','_registrations','drawImage','univer-min-w-0\x20univer-self-stretch','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','findIndex','_registerProductMenus','_registerServices','useFactory','deleteConfig','replace','host-scroll-sync','items','_isBlockingRole','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','selector','retryDelay','clearActiveEditing','current','dblclick','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','getCacheKey','_markRuntimeFocusRole','defaultPrevented','_refreshHostDocZoom','data-embed-canvas-root','clientHeight','createRender','retry','min','host','box-sizing:border-box','enableExclusivePolicy','slideOrder','order','_isUniverPortalTreeElement','_rendering','collapsedIds$','activateView','_markExistingBodyPortals','scrollLeft','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','verticalAlign','_contextsByChildUnitId','tables','waiting-base-canvas-root','forEach','bind','univer-embed-float-dom__overlay\x20univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','set','getId','allowPlaceholder','register','viewId','dropdown','_getSlideModel','defineProperty','hypot','registerChildInteraction','viewState','embed-ui.sheetsFloating.toolbar.numberFormat','_resolveChildUnitId','Slides','openContextMenu','readonly','open','handleRegisteredWheel','_flushPendingContributions','UNRECOGNIZED','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','FOCUSING_','getMergedMenuSchema','getOwnPropertyNames','getSlides','innerWidth','_registerRuntimeBoundary','ctrlKey','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','_rememberPreviousChildCurrentUnit','univer-embed-float-dom__interaction-gate\x20univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','color:rgba(30,34,43,.64)','unmerge','table-','markStale','runtime-pointer','[data-embed-float-drag-handle=\x22true\x22]','host-scroll','nativeEvent','alt','setLeftSidebarVisible','thread-comment','recordOrder','getValue','univer-w-28\x20univer-truncate\x20univer-text-left','bases-ui.embed','childUnitId','#000000','entry','embed-ui.basesFloating.viewSettings.configureView','innerHeight','\x20/\x20','VIEW','push','embed-ui.sheetsFloating.toolbar.textWrapMode.main','stage1','fontFamily','getRegistration','embed-ui.basesFloating.duplicateTable.copyName','resolveActiveChildSessionRuntimeScope','ribbon$','disposeUnit','EMBED_RUNTIME_HOST_ALREADY_LEASED:','divider-border','identifier:','customizeKanban','verticalWheelMode','_active$','setCurrentUnitForType','hasAnyHostPreservingChildFocusLease','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','embed-ui.basesFloating.tableSidebar.defaultTableName','INSERT','getLocales','data-embed-interaction-boundary-owner','_assertChildUnitAvailable','deltaX','fields','_resolveLayout','unsubscribe','base','embedFloatStage','unitDisposed$','_currentOverride','previewRequested$','embedRuntimeBlocked','__editor_docs-','activeViewId','getActiveSlide','univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','token','447048mbeEQk','univer-my-1\x20univer-block\x20univer-h-px\x20univer-w-full\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700','univer-h-3\x20univer-w-px\x20univer-bg-gray-100\x20dark:!univer-bg-gray-700','embedChildUnitId','univer-fixed\x20univer-inset-0\x20univer-z-[1070]\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','embed-ui.basesFloating.viewSettings.title','getByHostAnchorId','Embed','undos','16dpXMIE','nextSibling','roots','_resolvedChildUnits','leftPanelWidth','slide-canvas','getOverride','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','selections','embed-ui.basesFloating.confirmDelete.viewTitle','toDataURL','_getOrCreateRender','registerFocusHandler','sHeight','_pendingPortalOwner','lockHostRibbon','hideToolbar','menuChanged$','sheetBar','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','settleDelayMs','_isHostPreservingLease','transform','_geometryInvalidated$','setContainer','activatePortalScope','SELF','KeyboardEvent','menuItems','Next\x20page','geometryInvalidated$','getCurrentSelections','overlayRoot','createUnit','getConfig','menuSchema','warn','_exited$','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','_touchServices','pointermove','10747bkQjEE','mount','getComputedStyle','_relocateExistingSession','subscribe','width','add','embed-ui.sheetsFloating.textWrap.wrap','hideContextualTab','setZoom','base-embed-view-panel','activateFullscreen','OTHERS','visibility','docs-sticky-base','pointerEvents','docs-custom-block','hidePopupsForUnit','identifier:univer.menu-manager-service','reverse','_rootsByChildUnitId','symbol','renderManagerService','_isHTMLElement','-44px','hostType','visible','observe','unsupported-layout','pointercancel','getActive','ribbon','scrollByViewportDeltaVal','calculatePagePosition','slide-page-list','.univer-embed-float-dom__live-content','button','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','univer-popup','isConnected','doc-flow','hasAttribute','_initializeFloatingSessionActiveState','#app','subscribeConfigValue$','padding:16px','captureByHostAnchorId','canvasFloatDomPreviewService','removeProperty','getAttribute','embed-ui.basesFloating.delete','closeOwnedFloatingSurfaces','clearVirtualRecords','\x20-\x20','blur','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','onStarting','8px','univer-base-embed-floating-menu','getRowCount','[data-embed-interaction-boundary-owner]','_current','pageMarginLeft','onClick','mousedown','setActive','prepare','image','scopedInjector','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','passiveWheelHandlerRegistry','_activePortalOwners','join','offsetWidth','_ribbonOverrideService','openToolbarPanel','START','isArray','onOpenChange','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','stopImmediatePropagation','fontSize','color','height','aside','getColVisible','field-','getViewport','mode','getColumnWidth','_entriesByEmbedId','_focusLayout','makeForceDirty','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_isAppShellEditorPortalCandidate','doc-block','area','defaultColumnWidth','hasAnyChildInteractionLease','displayName','updatedAt','711067FWQqqx','mergeMenu','activateTable','_dispatchEscapeToFloatingSurface','supports','runtimeScope','disposables','ownedPointerInteractionUntil','_runtimePolicyService','_runChildBeforeDeactivate','max-depth','setActiveSlide','CLIP','_focusTabPeerSession','unregisterCommand','inactive','backgroundColor','ownsSession','embedRenderScopeActive','fromEntries','baseUnitId','section','univer-base-embed-floating-menu\x20univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','getPrototypeOf','then','syncExecuteCommand','pageMarginRight','hostElement','content-only','dividerBefore','keyboard','univer-doc-main-canvas','-100000px','univer-slide-embed-floating-menu\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','docsCustomBlockLayout','instanceService','dragStarted','prototype','splice','_preserveHostGlobalFocusForFloating','identifier:ui.layout-service','EMBED_MOUNT_CHILD_NOT_REGISTERED','ownerDocument','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','_ensurePortalObserver','clearTimeout','onChange','setFocusOwner','injector','schedule','fakeToolbarVisible$','maxHeight','embedModelService','listSessions','data-radix-popper-content-wrapper','zIndex','status','embedLayout','_rectContainsPoint','existingEmbedId','embed-ui.config','enable','registerContext','resolved','renderPreview','fill','exit','_focusUnit','popup','Docs','shiftKey','tab-peer','activeIndex','embed-ui.sheetsFloating.textWrap.overflow','univer-embed-float-dom__drag-handle\x20univer-absolute\x20-univer-top-6\x20univer-left-0\x20univer-z-[2]\x20univer-h-4\x20univer-w-6\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-shadow-none\x20dark:!univer-text-gray-300','startEditingCell','formatPainter','menuInsetTop','tableOrder','renderScopeActive','.univer-embed-float-dom__interaction-gate','setCollapsedIds','numberFormat','_rerenderHostDoc','hasChildInteractionLease','pointer','embed-ui.sheetsFloating.toolbar.fillColor.main','setScrollState','doc-width-scale','defaultView','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','univer-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','exited$','univer-doc-selection-container-docs-','_getBodyPortalOwner','getFlatMenuByPositionKey','default','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','previewUpdated$','deltaMode','radio','_context','addedNodes','_runQueue','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','sort','aria-hidden','triggerContextMenu','context','name','stage-change','registerRenderModule','setStage','listbox','startsWith','ref','_config','sceneCanvasCaptureService','getAllUnitsForType','WRAP','deactivateTabSessions','hideAllContextualTabs','activated$','embedChildRenderError','renderScope','viewportHeight','currentTarget','#b91c1c','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','nested','univer-box-border\x20univer-px-24','_hasContributionId','isolate','unmount','interactionGate','.univer-embed-docs-custom-block','border:1px\x20dashed\x20rgba(99,102,106,.35)','getObject','string','floating','[data-embed-float-fullscreen-button]','dependencyCollection','key','_queue','group','fit-width','documentElement','acquire','focusUnit','min-height:96px','getState','child-popup','bleedLeft','_hostContainerRegistry','embed-ui.sheetsFloating.align.center','registerProvider','embed-ui.sheetsFloating.align.left','getActiveSheet','collectViewState','_enableEmbedUnitLeasePolicy','openActiveEditor','conditional-formatting','float','univer-embed-float-dom__popup\x20univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_releaseFloatingHostFocusRestorers','_leases','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','Base','[id^=\x22univer-doc-selection-container-docs-\x22]','90UbLelx','setSearchActiveIndex','flatMap','_activeDrain','_getHostUnit','CENTER','cancelAnimationFrame','overflowY','[data-u-comp=\x22headerbar\x22]','unitAdded$','_instanceService','sheetLike','embedChildRenderMode','_cleanupOrdinaryBodyChromeClaims','invalidate','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','univer-z-[2]\x20univer-flex\x20univer-h-full','pushUndoRedoForChild','scrollToViewportPos','3nMiVtF','params','Delete\x20embed\x20block','13px','focus','embedChildRenderUnitId','activeEmbedId','notifyExited','onPointerDown','_contentSizeRegistry','querySelector','hasRecentInteractionFor','divider-layout','_findPreviousReadyEntry','UNIVER_DOC','base-embed-fullscreen-add-view-menu','_setCurrentUnitForType','horizontalAlign','map','maxDepth','_claimBodyPortals','10CrvnxY','hyper-link','disposed','floor','moved','length','fullscreen-runtime','resolvedDependencies','registerCommand','getRegistrationByChildUnitId','univer-size-7','canMount','unitId','mainComponent','univer-embed-docs-custom-block\x20univer-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]','Select\x20page','pageWidth','child-tab','2048412fhQZXy','slides-floating-object','constructor','getParentEmbedId','restoreViewState','overlay','_focusCoordinator','execute','univer-fill-primary-600','commandService','unit','vertical','priority','table','.univer-embed-float-dom__live-canvas','beforeCommandExecuted','setProperty','_isRuntimeFocusRole','General','_floatingActiveService','getContextByHostAnchorId','workbench','embed-ui','closed','_overlayRootService','data-embed-slides-floating-object-host','maxRetries','footer','hasBlockingChildFocusLease','divider-font','pivot-table','_restorePreviousChildCurrentUnit','error','_passiveWheelHandlerRegistry','children','_focusOwnerService','1.0.0-alpha.3','getProvider','true','icon','virtualWidth','activateTab','endRow','_leaseAppliesToChildUnit','data-embed-runtime-focus-role','removeAttribute','configChanged$','hostToolbar','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','factory','bleedRight','rules','enabled','data-embed-footer-slot','mountMenu','univer-mx-2\x20univer-h-6\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600','associatedChildUnitIds','stopPropagation','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','tab-peer-runtime','slide-readonly-preview','identifier:ui.contextmenu.service','rect-popup','_registerProductUIContributions','isChildUnitRuntimeEvent','getSheetId','slideOrder$','0\x20/\x200','disposable','getCanvasElement','embedHostEntry','horizontal','THIN','42858pMjywS','retrying-base-child-render','getCanvas','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','requestAnimationFrame','identifier','customBlockRenderViewport','getActiveDescriptorsByChildUnit','canvasRoot','bold','previewService','passiveViewportRegistry','_mountOwnedSession','render','dpr','getCurrentTypeOfUnit$','img','_materializeService','embed-ui.basesFloating.viewSettings.addView','_getOwnedEmbedIdFromTarget','manual','translateY(','allowDirectBodyPortal','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','productName','allowHostDragHandle','document','numfmt','_leaseAppliesToHostUnit','registerMultipleCommand','189370bepRyx','reason','sheets-floating-object','hostUnitId','promote','configurations','conditionalColoring','univer-flex\x20univer-items-center\x20univer-justify-center','_contributions','note','univer-inline-flex\x20univer-cursor-move','identifier:ui.sidebar.service','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','target','UNIVER_UNKNOWN','addRecord','changeDoc','univer-flex\x20univer-items-center\x20univer-gap-1','decoratorName','with','isFinite','startedAt','deltaZ','runtimeSessionChanged$','getCurrentUnitOfType','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','embedFullscreenStatus','getAncestorScale','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','dispose','endColumn','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','mounted','child-editor','embedSlidePreviewCanvasHost','_renderManagerService','container','call','tabindex','size','pointerId','sheets-ui.ribbon','data-embed-child-render-unit-id','univer-popover','deltaY','_sessions','value','asObservable','_getAnyActiveElement','startY','_isOwnedBoundaryElement','registerRoot','hostAnchorRecord','appendChild','_createRenderScope','bleedWidth','cycle','tabIndex','height:100%','_createMountFocusRestorer','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','_renderOne','popupRoot','parentEmbedId','data-embed-content-root','dispatchEvent','parentNode','getUnitCreateOptions','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','runtimeRoots','beforeDeactivate','univer:embed-float-drag-handle:pointerdown','FloatingToolbarSplitTrigger','pointerdown','embed-ui.fullscreen.exit','hidden$','body','_childViewRegistry','composedPath','child-keyboard','getOwnPropertySymbols','closeActiveEditor','fullscreenService','embedSheetsSheetTabError','scrollWidth','viewportScrollX','registerElement','session$','query','univer-sheet-embed-floating-menu','scaleX','getFocusedUnit','hostContext','takeRecords','getUnitType','zoom','label','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','hostChromeMode','showChrome','shape','activate','matches','__editor___INTERNAL_EDITOR__','fallbackTitleKey','_getChildUnitForMeasurement','child-fullscreen','sheet.command.smart-toggle-filter','Escape','SKIP_SELF','_removeRuntimeFocusRoleTree','trailing','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','clearSelection','reduce','child-scroll','_ownedEmbedAppliesToChildUnit','_mountService','clearFloating','identifier:univer.ribbon-service','getColumnCount','setAttribute','embed-ui.basesFloating.confirmDelete.viewDescription','direction$','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','version','data-embed-menu-slot','zoomRatio','embed-ui.sheetsFloating.borderLine.borderColor','_roots','_undoRedoService','focused$','_isBlockingLease','ready','_disposed','restoreService','insertBefore','getContext','[data-embed-float-dom=\x22true\x22]','_leaseSequence','registerCtorForType','flushForTests','_blockRegistry','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','_configService','search','hasHostPreservingChildFocusLeaseForHost','embed-ui.basesFloating.viewSettings.deleteView','borderComposite','contentWidth','event','createDefaultConfig','_blurActiveElementBeforePortalReassignment','stage','embed-ui.sheetsFloating.align.top','viewportScrollY','scroll','layoutPolicy','setContextValue','RIBBON','components','getUnit','setAnchor','hideContextMenu','portalContainer','entries','tab-active','deactivateFloatingSession','[data-embed-sheets-sheet-tab-host=\x22','dialog','removeRender','embedSlidesPresentationPreviewImage','univer-overflow-hidden','univer-grid\x20univer-gap-0.5','scene','aspect-fit','views','PointerDown','embed-ui.sheetsFloating.textWrap.clip','font:13px/1.5\x20sans-serif','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','mountIntoHostElement','inset','univer-gap-0.5\x20univer-px-1','clearFocusOwner','owner','activateSession','focusFloatingRuntime','floatingMenus','GLOBAL','pointer-events','_notifyRuntimeFocusChanged','hasAnyBlockingChildFocusLease','_rootsByEmbedId','overflow','getTypeOfUnitDisposed$','runtimeHost','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','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','deleteBlock','clearTab','embedHostAnchorId','state$','getAncestryForHostUnit','ignoreOwners','classic','_getActiveElement','_notifyRuntimeSessionChanged','_override$','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','source','floating-menu','style','div','from','undoRedoStatus$','EMBED_MOUNT_CHILD_NOT_RESOLVED','univer-text-sm','print','_isOwnedElement','child-session','view-','materializeDescriptor','sWidth','inert','localeChanged$','closest','_contextsByHostAnchorId','remove','[data-embed-floating-menu-popup=\x22true\x22]','focusin','contains','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-embed-float-dom__live\x20univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','contentRoot','_getActiveOwnedRuntimeFocusInfo','resolve','hideFloatMenu','calc(100%\x20-\x20','setConfig','align-items:center','indexOf','getDataRange','getPendingRequests','menu','data-validation','sparkline','capture','getContextByChildUnitId','_getCurrentUnitId','delete','width:100%','keys','createChild','embedId','disabled','acquireLease','finally','Bases','identifier:ui.popup.service','_session$','getSession','[data-embed-popup-root]','childUnit','replaceChildren','sheet-workbench','registerMountedRuntime','univer-embed-float-dom\x20univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','sheets-sheet-tab','content','_runtimeScopes','getRenderById','_getHostSnapshot','filter','_mountResolvedHost','px)','image/png','VIEW_MAIN','getUnitId','tooltip','now','_injector','embedChildRenderStatus','rowHeight','canvas','getSlide','expiresAt','type','univer-dropdown','.univer-embed-float-dom__chrome[data-embed-id=\x22','onSelect','disabled$','self','_getChildSessionPriority','sourceMeta','createRibbonOverride','containsElement','decorate','embedSlidesPresentationInteractionGate','preventDefault','fieldSettings','function','data-embed-floating-menu-entry','removeEventListener','_setRenderFailure','activateAnchor','_markInteractionBoundaryOwnerTree','_getOwnedEmbedIdFromEventPoint','UNIVER_SLIDE','_registerChildFocusBridge','start','_getEventClientPoint','table-list','fieldOrder','app','defaults','.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]','hideHostFxBar','surface','univer-min-w-0\x20univer-truncate\x20univer-text-left','cssText','makeDirty','next','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','embed-ui.sheetsFloating.toolbar.fontSize','none','pageManager','complete','host-passive','data-embed-bases-table-list-host','_resolveChildSessionMode','packageName','embed-ui.sheetsFloating.toolbar.mergeCell.main','menuSlot','clear','resize'];_0x41ad=function(){return _0x35d691;};return _0x41ad();}function Vl(_0x1c6bde,_0x45bc7d,_0x27959a){const _0x4c753d=_0x35dbe5;if(_0x1c6bde[_0x4c753d(0x58d)]===_0x4c753d(0x257)&&(_0x1c6bde[_0x4c753d(0x50f)]!=null||_0x1c6bde[_0x4c753d(0x556)]!=null)){var _0x7ee23f,_0x3e6c14,_0x8e0ed9,_0x425219,_0x12ce40,_0x5669e9;return{'offsetX':((_0x7ee23f=(_0x3e6c14=_0x1c6bde['viewportScrollX'])==null?_0x45bc7d[_0x4c753d(0x50f)]:_0x3e6c14)==null?0x0:_0x7ee23f)-((_0x8e0ed9=_0x45bc7d[_0x4c753d(0x50f)])==null?0x0:_0x8e0ed9),'offsetY':((_0x425219=(_0x12ce40=_0x1c6bde[_0x4c753d(0x556)])==null?_0x45bc7d['viewportScrollY']:_0x12ce40)==null?0x0:_0x425219)-((_0x5669e9=_0x45bc7d[_0x4c753d(0x556)])==null?0x0:_0x5669e9)};}return zl(_0x1c6bde[_0x4c753d(0x551)],_0x27959a==null?void 0x0:_0x27959a['scaleX'],_0x27959a==null?void 0x0:_0x27959a['scaleY']);}function Hl(_0x399a3a){return{'childType':_0x140e49['UNIVER_DOC'],'handleWheel':_0x39039c=>{const _0xda75ce=_0x3c26;let _0x4c9e6d=_0x399a3a[_0xda75ce(0x629)](vs)?_0x399a3a[_0xda75ce(0x66a)](vs):void 0x0;if((_0x4c9e6d==null?void 0x0:_0x4c9e6d[_0xda75ce(0x206)](_0x39039c))===!0x0)return!0x0;if(!_0x399a3a[_0xda75ce(0x629)](_0x4fffb3))return!0x1;let _0x13256e=_0x399a3a[_0xda75ce(0x66a)](_0x4fffb3)[_0xda75ce(0x5c9)](_0x39039c[_0xda75ce(0x2ab)]),_0x83cdbf=_0x13256e==null?void 0x0:_0x13256e[_0xda75ce(0x569)];return Bl(_0x39039c,_0x83cdbf==null?void 0x0:_0x83cdbf[_0xda75ce(0x361)](_0xcc0cd2[_0xda75ce(0x5cf)]),_0x83cdbf);}};}function Ul(_0x2aaf9d){const _0x1b49fb=_0x35dbe5;let {stage:_0x4b35bd,interactionFlow:_0x2f5c46}=_0x2aaf9d,_0x4b966c=_0x2f5c46===_0x1b49fb(0x369),_0x358884=_0x4b35bd==='stage1'&&!_0x4b966c,_0x39c922=_0x4b35bd==='stage2'||_0x4b966c;return{'allowHostBodyDrag':_0x358884,'allowHostDragHandle':_0x358884,'disableLiveHostPointerEvents':!_0x4b966c&&(_0x4b35bd==='inactive'||_0x4b35bd==='stage1'),'passThroughInteractionGate':_0x39c922,'runtimeOwnsInteraction':_0x39c922,'showHostDragHandle':_0x358884};}function Wl(_0x5cdd25){const _0x1c5594=_0x35dbe5;let {hostUnitId:_0x25e05,embedId:_0x221959,className:_0x43e06c}=_0x5cdd25,_0x16f088=_0xf30763(null),_0x1d060b=_0x21f18c(_0x474f3c),_0x1d50d0=_0x21f18c(go),_0x245764=_0x21f18c(_o),_0x344276=_0x1814cc(_0x563b58=>{const _0x37c2fc=_0x3c26;_0x563b58[_0x37c2fc(0x5e5)](),_0x563b58[_0x37c2fc(0x48c)](),!(!_0x25e05||!_0x221959)&&Gl({'hostUnitId':_0x25e05,'embedId':_0x221959,'activationService':_0x1d50d0,'embedModelService':_0x1d060b,'fullscreenService':_0x245764});},[_0x1d50d0,_0x221959,_0x1d060b,_0x245764,_0x25e05]);return _0x384162(()=>{const _0xb7c1c6=_0x3c26;let _0x51b725=_0x16f088[_0xb7c1c6(0x25e)];if(!_0x51b725)return;let _0x5dde49=_0x5a62b5=>{const _0x9ddff1=_0xb7c1c6;_0x5a62b5[_0x9ddff1(0x48c)]();};return _0x51b725[_0xb7c1c6(0x243)]('pointerdown',_0x5dde49),_0x51b725[_0xb7c1c6(0x243)](_0xb7c1c6(0x659),_0x344276),()=>{const _0x3c9fa2=_0xb7c1c6;_0x51b725['removeEventListener'](_0x3c9fa2(0x503),_0x5dde49),_0x51b725[_0x3c9fa2(0x5e9)](_0x3c9fa2(0x659),_0x344276);};},[_0x344276]),_0x2e0de7('button',{'ref':_0x16f088,'type':'button','className':['univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]',_0x43e06c][_0x1c5594(0x5cb)](Boolean)['join']('\x20'),'data-embed-float-fullscreen-button':_0x1c5594(0x479),'children':_0x2e0de7(_0x1cd111,{'className':'univer-size-3.5'})});}function Gl(_0x273ff0){const _0x3102fb=_0x35dbe5;var _0x4c88a6;let _0x1e84e3=_0x273ff0[_0x3102fb(0x3a3)][_0x3102fb(0x1b1)](_0x273ff0[_0x3102fb(0x4bd)],_0x273ff0[_0x3102fb(0x5b8)]);return!(_0x1e84e3!=null&&_0x1e84e3[_0x3102fb(0x2ab)])||_0x1e84e3[_0x3102fb(0x674)]==null?!0x1:((_0x4c88a6=_0x273ff0[_0x3102fb(0x1b6)])==null||_0x4c88a6[_0x3102fb(0x531)](_0x273ff0['embedId'],_0x273ff0[_0x3102fb(0x4bd)]),_0x273ff0[_0x3102fb(0x50c)][_0x3102fb(0x61a)](_0x1e84e3),!0x0);}const Kl=_0x35dbe5(0x501),ql=Symbol('univer.embed.forwarded-wheel-event'),Jl=Symbol(_0x35dbe5(0x220)),Yl=new Map(),Xl=_0x35dbe5(0x223),Zl=_0x35dbe5(0x1a9),Ql=[Xl,Zl],$l=_0x35dbe5(0x610);function eu(_0x5ab50e){const _0x1eba64=_0x35dbe5;let {initialStage:_0x1adbd5,interactionFlow:_0x282c13=_0x1eba64(0x235),isExternalHostInteraction:_0x4cee16,onRuntimeStageEnter:_0x5b5d82,onRuntimeStageExit:_0x259644}=_0x5ab50e,_0x1cb09f=_0xf30763(null),_0x5f3f64=_0xf30763(null),_0x1fc392=_0xf30763(null),_0x4375cf=_0xf30763(null),_0x2c9080=_0xf30763(null),_0x49724a=_0xf30763(null),_0x4e8226=_0xf30763(null),_0x496170=_0xf30763(null),_0x57a48a=_0xf30763(null),_0x2ac79a=_0xf30763(null),_0x427e11=_0x21f18c(_0x474f3c),_0x217d1b=_0x21f18c(ca),_0x8a484c=_0x21f18c(go),_0x298474=_0x21f18c(Es),_0x612688=_0x21f18c(Ds),_0x110c5e=_0x21f18c(_o),_0x1e096c=_0x21f18c(da),_0x25fdec=_0x21f18c(po),_0x4fdbac=_0x21f18c(Os),_0x1bf25f=_0x21f18c(vs),_0xd75a8c=_0x21f18c(ks),_0x2a1be6=_0x21f18c(X),_0x3fe44a=wu(_0x5ab50e[_0x1eba64(0x621)]),_0x42f25d=_0x5ab50e[_0x1eba64(0x391)],_0x32d6ab=_0x42f25d!=null&&_0x42f25d['sheetLike']?_0x42f25d:void 0x0,[_0xb34561,_0x5a09d7]=_0x57f380(0x0),[_0x4d980c,_0x840381]=_0x57f380(()=>_0x1adbd5==null?_0x3fe44a!=null&&_0x3fe44a[_0x1eba64(0x5b8)]?_0x217d1b['getStage'](_0x3fe44a['embedId']):_0x1eba64(0x37e):_0x1adbd5),_0x4f0711=_0xf30763(_0x4d980c),_0xcc5391=_0xf30763(!0x1),_0x217160=_0xf30763(void 0x0),_0x13ddf6=_0xf30763(void 0x0),_0x711be9=_0xf30763(void 0x0),_0x186be4=_0xf30763(void 0x0),_0x39e2c5=_0xf30763(void 0x0),_0x3c9ae4=_0xf30763(void 0x0),_0x26a8d8=_0xf30763(0x0),_0x61674a=_0xf30763(0x0),_0x3240eb=_0xf30763(0x0),_0x3ea3e4=_0xf30763([]),_0x4737bc=_0xf30763(_0x4d980c);_0x4737bc[_0x1eba64(0x25e)]=_0x4d980c;let _0x3b7507=_0x1814cc(()=>{const _0x2bfc6d=_0x1eba64;var _0x5b7134;(_0x5b7134=_0x711be9['current'])==null||_0x5b7134[_0x2bfc6d(0x4d7)](),_0x711be9['current']=void 0x0;},[]),_0xe3d14c=_0x1814cc(()=>{const _0x310640=_0x1eba64;var _0x5a9a2a,_0x26e76a,_0x5eedfa,_0x4c6b83,_0x3c55aa,_0x50477d,_0xa23e22,_0x4da12b;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x310640(0x5b8)])||_0x711be9[_0x310640(0x25e)])return;let _0x208b11=_0x3fe44a[_0x310640(0x4bd)]?_0x427e11['getDescriptor'](_0x3fe44a[_0x310640(0x4bd)],_0x3fe44a[_0x310640(0x5b8)]):void 0x0,_0x4124b7=tu(_0x208b11),_0x5eec92=(_0x5a9a2a=(_0x26e76a=(_0x5eedfa=_0x3fe44a[_0x310640(0x2ab)])==null?_0x208b11==null?void 0x0:_0x208b11[_0x310640(0x2ab)]:_0x5eedfa)==null?(_0x4c6b83=_0x13ddf6['current'])==null?void 0x0:_0x4c6b83[_0x310640(0x2ab)]:_0x26e76a)==null?_0x4124b7==null?void 0x0:_0x4124b7['childUnitId']:_0x5a9a2a,_0x164e6b=(_0x3c55aa=(_0x50477d=(_0xa23e22=_0x3fe44a[_0x310640(0x674)])==null?_0x208b11==null?void 0x0:_0x208b11[_0x310640(0x674)]:_0xa23e22)==null?(_0x4da12b=_0x13ddf6[_0x310640(0x25e)])==null?void 0x0:_0x4da12b[_0x310640(0x674)]:_0x50477d)==null?_0x4124b7==null?void 0x0:_0x4124b7[_0x310640(0x674)]:_0x3c55aa;_0x711be9['current']=_0x2a1be6[_0x310640(0x5ba)]({'embedId':_0x3fe44a[_0x310640(0x5b8)],'role':_0x310640(0x597),'owner':_0x282c13==='doc-block'?Zl:Xl,'sessionMode':_0x310640(0x509),'hostUnitId':_0x3fe44a[_0x310640(0x4bd)],'childUnitId':_0x5eec92,'childType':_0x164e6b});},[_0x3fe44a==null?void 0x0:_0x3fe44a['childType'],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x2ab)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId'],_0x427e11,_0x2a1be6,_0x282c13]),_0x181437=_0x1814cc(()=>{const _0x34ec93=_0x1eba64;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x34ec93(0x5b8)]))return;let _0x1ff89d=_0x3fe44a[_0x34ec93(0x5b8)];window[_0x34ec93(0x4a0)](()=>{const _0x57ded9=_0x34ec93;_0x217d1b[_0x57ded9(0x21d)](_0x1ff89d)!=='stage2'&&_0x3b7507();});},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x217d1b,_0x3b7507]),_0x2a7320=Vc(_0x3fe44a!=null&&_0x3fe44a[_0x1eba64(0x4bd)]?_0x427e11[_0x1eba64(0x1b1)](_0x3fe44a[_0x1eba64(0x4bd)],_0x3fe44a[_0x1eba64(0x5b8)]):void 0x0,_0x4d980c);_0x384162(()=>{const _0x3f079e=_0x1eba64;if(!(!(_0x3fe44a!=null&&_0x3fe44a[_0x3f079e(0x5b8)])||_0x4d980c!==_0x3f079e(0x18a)))return _0xe3d14c(),_0x3b7507;},[_0xe3d14c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3b7507,_0x4d980c]),_0x384162(()=>{const _0x4364c1=_0x1eba64;let _0x3f5106=_0x4f0711[_0x4364c1(0x25e)];_0x4f0711[_0x4364c1(0x25e)]=_0x4d980c;let _0x3dd6f2=_0x3f5106!==_0x4d980c||!_0xcc5391[_0x4364c1(0x25e)]&&_0x4d980c!=='inactive';_0xcc5391[_0x4364c1(0x25e)]=!0x0,_0x3dd6f2&&(_0x5b5d82==null||_0x5b5d82(_0x4d980c),_0x612688[_0x4364c1(0x427)]({'embedId':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x4364c1(0x5b8)],'reason':_0x4364c1(0x3de)})),_0x3f5106===_0x4364c1(0x18a)&&_0x4d980c!==_0x4364c1(0x18a)&&(id(_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],Yu(_0x4375cf[_0x4364c1(0x25e)],_0x2c9080[_0x4364c1(0x25e)],_0x49724a[_0x4364c1(0x25e)],_0x57a48a[_0x4364c1(0x25e)],_0x2ac79a[_0x4364c1(0x25e)])),_0x8a484c[_0x4364c1(0x531)](_0x3fe44a==null?void 0x0:_0x3fe44a[_0x4364c1(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId']),_0x259644==null||_0x259644());},[_0x8a484c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId'],_0x612688,_0x5b5d82,_0x259644,_0x4d980c]),_0x384162(()=>{const _0x477732=_0x1eba64;if(_0x1adbd5!==_0x477732(0x18a)||!(_0x3fe44a!=null&&_0x3fe44a[_0x477732(0x5b8)])||!_0x3fe44a[_0x477732(0x4bd)])return;let _0x1d5f8a=_0x427e11[_0x477732(0x1b1)](_0x3fe44a[_0x477732(0x4bd)],_0x3fe44a['embedId']);_0x1d5f8a!=null&&_0x1d5f8a[_0x477732(0x2ab)]&&_0x217d1b['activate']({'hostUnitId':_0x3fe44a[_0x477732(0x4bd)],'embedId':_0x3fe44a[_0x477732(0x5b8)],'childUnitId':_0x1d5f8a[_0x477732(0x2ab)]},'stage2');},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId'],_0x427e11,_0x217d1b,_0x1adbd5]),_0x384162(()=>{const _0x49c86f=_0x1eba64;let _0x3b73f1=_0x4375cf[_0x49c86f(0x25e)],_0x46886d=_0x2c9080[_0x49c86f(0x25e)],_0x26bd6c=_0x49724a['current'],_0x534ef1=_0x57a48a['current'],_0x4eef23=_0x2ac79a[_0x49c86f(0x25e)];if(!_0x3b73f1||!_0x46886d||!_0x26bd6c||!_0x534ef1||!_0x4eef23)return;let _0x567155=_0x3fe44a!=null&&_0x3fe44a[_0x49c86f(0x4bd)]?_0x427e11[_0x49c86f(0x1b1)](_0x3fe44a[_0x49c86f(0x4bd)],_0x3fe44a[_0x49c86f(0x5b8)]):void 0x0,_0xd69a10=_0x567155?Tu(_0x567155):void 0x0;if(!_0x567155||!_0xd69a10||_0x2a7320==='deferred')return;let _0x36ce53=!0x1,_0x14aa71;return _0x4fdbac[_0x49c86f(0x599)]({'descriptor':_0x567155})[_0x49c86f(0x387)](_0x288180=>{const _0x5a25a2=_0x49c86f;var _0x4ee3da;if(_0x36ce53)return;let _0x4854ca=_0x25fdec[_0x5a25a2(0x570)](_0x288180,_0x3b73f1,{'content':_0x46886d,'canvas':_0x26bd6c,'overlay':_0x534ef1,'popup':_0x4eef23});_0x14aa71=_0x288180[_0x5a25a2(0x5b8)];let _0x324cdd=_0x4854ca==null?void 0x0:_0x4854ca[_0x5a25a2(0x3dc)];_0x13ddf6[_0x5a25a2(0x25e)]=_0x324cdd;let _0x1afe54=_0x3fe44a!=null&&_0x3fe44a[_0x5a25a2(0x5b8)]?(_0x4ee3da=_0x298474[_0x5a25a2(0x667)](_0x3fe44a[_0x5a25a2(0x5b8)]))==null?void 0x0:_0x4ee3da[_0x5a25a2(0x287)]:void 0x0;_0x324cdd&&_0x1afe54!=null&&_0x298474[_0x5a25a2(0x457)](_0x324cdd,_0x1afe54);})['catch'](_0x5bcc22=>{throw _0x5bcc22;}),()=>{const _0x4c7edf=_0x49c86f;var _0x3e8727;_0x36ce53=!0x0,_0x14aa71&&((_0x3e8727=_0x13ddf6[_0x4c7edf(0x25e)])==null?void 0x0:_0x3e8727[_0x4c7edf(0x5b8)])===_0x14aa71&&(_0x13ddf6[_0x4c7edf(0x25e)]=void 0x0),_0x25fdec[_0x4c7edf(0x3f5)](_0x567155['embedId']);};},[_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],_0x427e11,_0x25fdec,_0xb34561,_0x298474,_0x4fdbac,_0x2a7320]),_0x384162(()=>{const _0x426a23=_0x1eba64;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x426a23(0x5b8)]))return;let _0x18f81b=_0x3fe44a[_0x426a23(0x5b8)],_0x440a29=[];[{'element':_0x4375cf[_0x426a23(0x25e)],'role':'runtime'},{'element':_0x2c9080[_0x426a23(0x25e)],'role':_0x426a23(0x64a)},{'element':_0x49724a[_0x426a23(0x25e)],'role':_0x426a23(0x64a)}]['forEach'](_0x7f648d=>{const _0x190d97=_0x426a23;let _0x2efb13=_0x7f648d[_0x190d97(0x169)];_0x2efb13&&_0x440a29[_0x190d97(0x2b2)]({'element':_0x2efb13,'role':_0x7f648d[_0x190d97(0x645)]});}),_0x4d980c===_0x426a23(0x18a)&&[{'element':_0x4e8226[_0x426a23(0x25e)],'role':_0x426a23(0x58e)},{'element':_0x57a48a['current'],'role':'floating-menu'},{'element':_0x2ac79a[_0x426a23(0x25e)],'role':_0x426a23(0x407)}][_0x426a23(0x27a)](_0x1df6e0=>{const _0xed293b=_0x426a23;_0x1df6e0[_0xed293b(0x169)]&&_0x440a29['push'](_0x1df6e0);});let _0x5cc92b=_0x440a29[_0x426a23(0x41b)](({element:_0x2ff775,role:_0x3dbb48})=>[_0x1e096c[_0x426a23(0x4ed)](_0x18f81b,_0x2ff775),_0x2a1be6[_0x426a23(0x510)]({'embedId':_0x18f81b,'role':_0x3dbb48,'element':_0x2ff775})]);return()=>_0x5cc92b[_0x426a23(0x27a)](_0x119798=>_0x119798['dispose']());},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x2a1be6,_0x1e096c,_0x4d980c]),_0x384162(()=>{const _0x3de490=_0x1eba64;var _0x189aa5,_0x156c80,_0x3be517,_0x3fcab3;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x3de490(0x5b8)])||_0x4d980c!=='stage2')return;let _0xf228e8=(_0x189aa5=(_0x156c80=(_0x3be517=_0x1cb09f[_0x3de490(0x25e)])==null?void 0x0:_0x3be517['ownerDocument'])==null?(_0x3fcab3=_0x4375cf[_0x3de490(0x25e)])==null?void 0x0:_0x3fcab3[_0x3de490(0x399)]:_0x156c80)==null?typeof document>'u'?void 0x0:document:_0x189aa5,_0x32f189=_0x1e096c[_0x3de490(0x2fa)](_0x3fe44a['embedId'],_0xf228e8);return()=>{const _0x493940=_0x3de490;_0x4737bc['current']!==_0x493940(0x18a)&&_0x1e096c[_0x493940(0x33d)](_0x3fe44a[_0x493940(0x5b8)],_0xf228e8),_0x32f189[_0x493940(0x4d7)]();};},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x1e096c,_0x4d980c]),_0x384162(()=>{const _0x5decc3=_0x1eba64;var _0x4ba742,_0x32cbdd,_0x40215b,_0x95e60b;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x5decc3(0x5b8)])||_0x4d980c!=='stage2')return;let _0x5a2ba6=(_0x4ba742=(_0x32cbdd=(_0x40215b=_0x1cb09f[_0x5decc3(0x25e)])==null?void 0x0:_0x40215b['ownerDocument'])==null?(_0x95e60b=_0x4375cf[_0x5decc3(0x25e)])==null?void 0x0:_0x95e60b['ownerDocument']:_0x32cbdd)==null?typeof document>'u'?void 0x0:document:_0x4ba742,_0xee630e=_0x5a2ba6==null?void 0x0:_0x5a2ba6['querySelector'](_0x5decc3(0x421));if(!_0xee630e)return;let _0x2580a2=[_0x1e096c[_0x5decc3(0x4ed)](_0x3fe44a['embedId'],_0xee630e),_0x2a1be6['registerElement']({'embedId':_0x3fe44a[_0x5decc3(0x5b8)],'role':_0x5decc3(0x58e),'element':_0xee630e})];return()=>_0x2580a2[_0x5decc3(0x27a)](_0x3ff8c8=>_0x3ff8c8[_0x5decc3(0x4d7)]());},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x2a1be6,_0x1e096c,_0x4d980c]),_0x384162(()=>{const _0x281147=_0x1eba64;let _0xf44dde=_0x1cb09f[_0x281147(0x25e)],_0x192c7c=_0xf44dde==null?void 0x0:_0xf44dde[_0x281147(0x436)]('.univer-embed-float-dom__content');if(!(_0x3fe44a!=null&&_0x3fe44a['embedId'])||!_0xf44dde)return;let _0x447ef1=_0x3fe44a[_0x281147(0x4bd)]?_0x427e11[_0x281147(0x1b1)](_0x3fe44a[_0x281147(0x4bd)],_0x3fe44a[_0x281147(0x5b8)]):void 0x0,_0x3ce76c=_0x612688[_0x281147(0x280)]({'embedId':_0x3fe44a[_0x281147(0x5b8)],'childUnitId':_0x447ef1==null?void 0x0:_0x447ef1[_0x281147(0x2ab)],'root':_0xf44dde,'viewport':_0x192c7c,'contentRoot':_0x2c9080['current']});return()=>_0x3ce76c[_0x281147(0x4d7)]();},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],_0x427e11,_0x612688]),_0x384162(()=>{const _0x560b2f=_0x1eba64;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x560b2f(0x5b8)]))return;let _0x99215b=_0x110c5e[_0x560b2f(0x3cb)][_0x560b2f(0x30e)](_0x2f15b5=>{const _0x379f0d=_0x560b2f;_0x2f15b5['embedId']===_0x3fe44a[_0x379f0d(0x5b8)]&&(_0x8a484c[_0x379f0d(0x531)](_0x3fe44a[_0x379f0d(0x5b8)],_0x3fe44a[_0x379f0d(0x4bd)]),_0x25fdec['unmount'](_0x3fe44a['embedId']),_0x39e2c5[_0x379f0d(0x25e)]!=null&&(window[_0x379f0d(0x41f)](_0x39e2c5[_0x379f0d(0x25e)]),_0x39e2c5[_0x379f0d(0x25e)]=void 0x0),_0x3c9ae4['current']!=null&&globalThis[_0x379f0d(0x39c)](_0x3c9ae4[_0x379f0d(0x25e)]),_0x3c9ae4[_0x379f0d(0x25e)]=globalThis['setTimeout'](()=>{const _0xde7b2=_0x379f0d;_0x3c9ae4[_0xde7b2(0x25e)]=void 0x0,_0x39e2c5[_0xde7b2(0x25e)]=window[_0xde7b2(0x4a0)](()=>{_0x39e2c5['current']=void 0x0,_0x5a09d7(_0x2c3bf8=>_0x2c3bf8+0x1);});},0x0));});return()=>{const _0x346fea=_0x560b2f;_0x99215b[_0x346fea(0x2cc)](),_0x3c9ae4[_0x346fea(0x25e)]!=null&&(globalThis[_0x346fea(0x39c)](_0x3c9ae4[_0x346fea(0x25e)]),_0x3c9ae4[_0x346fea(0x25e)]=void 0x0),_0x39e2c5['current']!=null&&(window[_0x346fea(0x41f)](_0x39e2c5[_0x346fea(0x25e)]),_0x39e2c5[_0x346fea(0x25e)]=void 0x0);};},[_0x8a484c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId'],_0x110c5e,_0x25fdec]),_0x384162(()=>{const _0xd074f9=_0x1eba64;var _0x5c61af;let _0x3afc88=_0x1cb09f[_0xd074f9(0x25e)],_0xfbdf9=_0x4e8226[_0xd074f9(0x25e)];if(!_0x3afc88||!_0xfbdf9||typeof document>'u')return;let _0x5a9d42=_0xfbdf9['parentElement'],_0x90025b=_0xfbdf9[_0xd074f9(0x2e2)],_0x34e98f,_0x15bf16,_0xff1d48=0x0,_0x51cedb,_0x4b8fdf,_0x5368c2,_0x55afff,_0x3fbc0d,_0x57a0fc,_0x3813da,_0x1147b,_0x3976f4=()=>{const _0x187ea1=_0xd074f9;let _0x5f581b=lu(_0x3afc88),_0x1c8e40=cu(_0x3afc88),_0x593f94=_0x3afc88[_0x187ea1(0x232)](),_0x5ecba8=!uu(_0x3afc88)&&_0x1147b!=null&&_0x51cedb===_0x1c8e40[_0x187ea1(0x224)]&&_0x5368c2===_0x1c8e40[_0x187ea1(0x30f)]&&_0x55afff===_0x1c8e40[_0x187ea1(0x35d)];!uu(_0x3afc88)&&_0x1147b!=null&&!_0x5ecba8&&(_0x1147b=void 0x0);let _0x5e9bc2=_0x5ecba8?new DOMRect(_0x1c8e40[_0x187ea1(0x224)],_0x1147b,_0x1c8e40[_0x187ea1(0x30f)],_0x1c8e40[_0x187ea1(0x35d)]):_0x1c8e40,_0x5c05e6=!_0x5f581b||_0x5e9bc2['height']>=du,_0x53ef22=_0x5e9bc2[_0x187ea1(0x35d)]>=fu,_0x3f05ce=_0x53ef22&&_0x593f94[_0x187ea1(0x215)]>=_0x5e9bc2[_0x187ea1(0x215)];iu(_0x3afc88,_0xfbdf9,_0x5c05e6,_0x4d980c),au(_0xfbdf9,_0x53ef22,_0x3f05ce,_0x4d980c),_0x5f581b?ou(_0xfbdf9,_0x5e9bc2,_0x593f94):su(_0xfbdf9),_0xfbdf9[_0x187ea1(0x58f)][_0x187ea1(0x317)]=_0x5c05e6?'':_0x187ea1(0x1b8),_0xfbdf9[_0x187ea1(0x58f)][_0x187ea1(0x319)]=_0x5c05e6&&_0x4d980c!==_0x187ea1(0x37e)?'':_0x187ea1(0x5ff),!(_0x5e9bc2[_0x187ea1(0x224)]===_0x51cedb&&_0x5e9bc2[_0x187ea1(0x215)]===_0x4b8fdf&&_0x5e9bc2[_0x187ea1(0x30f)]===_0x5368c2&&_0x5e9bc2[_0x187ea1(0x35d)]===_0x55afff&&_0x5c05e6===_0x3fbc0d&&_0x53ef22===_0x57a0fc&&_0x3f05ce===_0x3813da)&&(_0x51cedb=_0x5e9bc2[_0x187ea1(0x224)],_0x4b8fdf=_0x5e9bc2[_0x187ea1(0x215)],_0x5368c2=_0x5e9bc2[_0x187ea1(0x30f)],_0x55afff=_0x5e9bc2[_0x187ea1(0x35d)],_0x3fbc0d=_0x5c05e6,_0x57a0fc=_0x53ef22,_0x3813da=_0x3f05ce,Yl[_0x187ea1(0x27d)](_0x3afc88,{'left':_0x5e9bc2[_0x187ea1(0x224)],'top':_0x5e9bc2[_0x187ea1(0x215)],'width':_0x5e9bc2[_0x187ea1(0x30f)],'height':_0x5e9bc2[_0x187ea1(0x35d)]}),_0xfbdf9[_0x187ea1(0x58f)][_0x187ea1(0x224)]=_0x5e9bc2[_0x187ea1(0x224)]+'px',_0xfbdf9[_0x187ea1(0x58f)]['top']=_0x5e9bc2[_0x187ea1(0x215)]+'px',_0xfbdf9['style'][_0x187ea1(0x30f)]=_0x5e9bc2[_0x187ea1(0x30f)]+'px',_0xfbdf9['style']['height']=_0x5e9bc2['height']+'px');},_0x4a80e8=()=>{const _0x35d5f3=_0xd074f9;_0x3976f4(),_0x34e98f=window[_0x35d5f3(0x4a0)](_0x4a80e8);},_0x3733fa=()=>{const _0x4a1f96=_0xd074f9;_0x15bf16=void 0x0,_0x3976f4(),!(_0xff1d48<=0x0)&&(--_0xff1d48,_0x15bf16=window[_0x4a1f96(0x4a0)](_0x3733fa));},_0xc856aa=_0x183a3d=>{const _0x18ae3a=_0xd074f9;!uu(_0x3afc88)&&vu(_0x183a3d)&&_0x4b8fdf!=null&&(_0x1147b=_0x4b8fdf),_u(_0x3afc88,_0x183a3d,{'left':_0x51cedb,'top':_0x4b8fdf,'width':_0x5368c2,'height':_0x55afff})&&(_0x612688['invalidate']({'embedId':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x18ae3a(0x5b8)],'reason':_0x18ae3a(0x161)}),_0xff1d48=Math[_0x18ae3a(0x626)](_0xff1d48,0x3),_0x15bf16==null&&(_0x15bf16=window[_0x18ae3a(0x4a0)](_0x3733fa)));},_0x364e5b=()=>{const _0x18ba96=_0xd074f9;_0x1147b=void 0x0,_0x612688['invalidate']({'embedId':_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],'reason':'host-scroll'}),_0xff1d48=Math[_0x18ba96(0x626)](_0xff1d48,0x2),_0x15bf16==null&&(_0x15bf16=window[_0x18ba96(0x4a0)](_0x3733fa));};_0x3976f4(),document[_0xd074f9(0x506)][_0xd074f9(0x4ef)](_0xfbdf9);let _0x19cd43=()=>{_0x1147b=void 0x0;},_0x54db3a=new ResizeObserver(_0x3976f4);_0x54db3a[_0xd074f9(0x325)](_0x3afc88);let _0x11c2dd=(_0x5c61af=_0x5ab50e[_0xd074f9(0x647)])==null?void 0x0:_0x5c61af[_0xd074f9(0x30e)](_0x364e5b);return window[_0xd074f9(0x243)]('pointerdown',_0x19cd43,!0x0),window[_0xd074f9(0x243)](_0xd074f9(0x557),_0xc856aa,!0x0),window['addEventListener'](_0xd074f9(0x161),_0xc856aa,!0x0),window['addEventListener'](_0xd074f9(0x609),_0xc856aa),(_0x4d980c!=='inactive'||uu(_0x3afc88))&&(_0x34e98f=window['requestAnimationFrame'](_0x4a80e8)),()=>{const _0x5f51d0=_0xd074f9;_0x34e98f!=null&&window['cancelAnimationFrame'](_0x34e98f),_0x15bf16!=null&&window[_0x5f51d0(0x41f)](_0x15bf16),_0x11c2dd==null||_0x11c2dd[_0x5f51d0(0x2cc)](),_0x54db3a['disconnect'](),window[_0x5f51d0(0x5e9)](_0x5f51d0(0x503),_0x19cd43,!0x0),window[_0x5f51d0(0x5e9)](_0x5f51d0(0x557),_0xc856aa,!0x0),window[_0x5f51d0(0x5e9)](_0x5f51d0(0x161),_0xc856aa,!0x0),window[_0x5f51d0(0x5e9)]('resize',_0xc856aa),Yl[_0x5f51d0(0x5b4)](_0x3afc88),_0xfbdf9[_0x5f51d0(0x480)]('style'),iu(_0x3afc88,_0xfbdf9,!0x0,_0x5f51d0(0x18a)),au(_0xfbdf9,!0x0,!0x0,_0x5f51d0(0x18a)),_0x5a9d42!=null&&_0x5a9d42[_0x5f51d0(0x331)]?_0x5a9d42[_0x5f51d0(0x543)](_0xfbdf9,_0x90025b):_0xfbdf9['remove']();};},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x612688,_0x5ab50e['hostFloatDomLayout$'],_0x4d980c]),_0x384162(()=>{const _0x45e3a4=_0x1eba64;let _0x28318e=_0x217d1b[_0x45e3a4(0x229)]['subscribe'](()=>{const _0x2d1e33=_0x45e3a4;_0x840381(_0x3fe44a!=null&&_0x3fe44a[_0x2d1e33(0x5b8)]?_0x217d1b[_0x2d1e33(0x21d)](_0x3fe44a[_0x2d1e33(0x5b8)]):_0x2d1e33(0x37e));});return()=>_0x28318e[_0x45e3a4(0x2cc)]();},[_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],_0x217d1b]),_0x384162(()=>{const _0x565226=_0x1eba64;if(!(_0x3fe44a!=null&&_0x3fe44a[_0x565226(0x5b8)])||typeof document>'u')return;let _0x3a892f=_0x442b0b=>{const _0x450858=_0x565226;var _0x4ae17b;let _0x2614aa=_0x1cb09f[_0x450858(0x25e)],_0xa8c346=_0x4e8226['current'],_0x1e1786=_0x442b0b[_0x450858(0x4c7)],_0x1a684a=(_0x4ae17b=_0x4cee16==null?void 0x0:_0x4cee16(_0x442b0b))==null?!0x1:_0x4ae17b;if(_0x217d1b[_0x450858(0x21d)](_0x3fe44a[_0x450858(0x5b8)])===_0x450858(0x37e))return;_0x1a684a&&(_0x61674a[_0x450858(0x25e)]=Date['now']()+0x28a);let _0x471718=_0x2a1be6[_0x450858(0x5e2)](_0x3fe44a[_0x450858(0x5b8)],_0x1e1786,_0x442b0b)||_0x1e096c[_0x450858(0x5a2)](_0x3fe44a['embedId'],_0x1e1786,_0x442b0b);_0x471718&&(_0x3240eb[_0x450858(0x25e)]=Date[_0x450858(0x5d2)]()+0x28a),!(!_0x2614aa||!_0x1e1786||_0x2614aa[_0x450858(0x5a2)](_0x1e1786)||_0xa8c346!=null&&_0xa8c346['contains'](_0x1e1786)||_0x1e1786['closest']($l)||_0x471718||_0x1a684a||nu(_0x2614aa,_0x442b0b))&&_0x8a484c[_0x450858(0x531)](_0x3fe44a[_0x450858(0x5b8)],_0x3fe44a[_0x450858(0x4bd)]);},_0x55458e=_0x177cce=>{const _0x1ad733=_0x565226;var _0x4a8a6c;let _0x1f7e0e=_0x1cb09f[_0x1ad733(0x25e)],_0x1e7736=_0x4e8226[_0x1ad733(0x25e)],_0xb399d3=_0x177cce[_0x1ad733(0x4c7)],_0x237eab=(_0x4a8a6c=_0x1f7e0e==null?void 0x0:_0x1f7e0e[_0x1ad733(0x399)])==null?_0xb399d3==null?void 0x0:_0xb399d3[_0x1ad733(0x399)]:_0x4a8a6c,_0x2662f2=_0x2a1be6[_0x1ad733(0x46f)](_0x3fe44a['embedId'],{'ignoreOwners':Ql}),_0x12133c=td({'now':Date[_0x1ad733(0x5d2)](),'ownedPointerInteractionUntil':_0x3240eb[_0x1ad733(0x25e)]});_0x217d1b[_0x1ad733(0x21d)](_0x3fe44a['embedId'])!==_0x1ad733(0x37e)&&(!_0x1f7e0e||!_0xb399d3||_0x2662f2||_0x12133c||Date['now']()<_0x61674a[_0x1ad733(0x25e)]||_0x1e096c[_0x1ad733(0x437)](_0x3fe44a[_0x1ad733(0x5b8)],_0x237eab)||!rd(_0xb399d3)||_0x1f7e0e['contains'](_0xb399d3)||_0x1e7736!=null&&_0x1e7736[_0x1ad733(0x5a2)](_0xb399d3)||_0xb399d3[_0x1ad733(0x59d)]($l)||_0x2a1be6[_0x1ad733(0x5e2)](_0x3fe44a[_0x1ad733(0x5b8)],_0xb399d3,_0x177cce)||_0x1e096c['contains'](_0x3fe44a[_0x1ad733(0x5b8)],_0xb399d3,_0x177cce)||_0x8a484c[_0x1ad733(0x531)](_0x3fe44a[_0x1ad733(0x5b8)],_0x3fe44a[_0x1ad733(0x4bd)]));};return document[_0x565226(0x243)](_0x565226(0x503),_0x3a892f,!0x0),document[_0x565226(0x243)]('focusin',_0x55458e,!0x0),()=>{const _0x12f50d=_0x565226;document[_0x12f50d(0x5e9)](_0x12f50d(0x503),_0x3a892f,!0x0),document[_0x12f50d(0x5e9)](_0x12f50d(0x5a1),_0x55458e,!0x0);};},[_0x8a484c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId'],_0x2a1be6,_0x1e096c,_0x4cee16]),_0x384162(()=>{const _0x56decc=_0x1eba64;var _0xb64ef8;_0x4d980c!==_0x56decc(0x18a)&&((_0xb64ef8=_0x186be4[_0x56decc(0x25e)])==null||_0xb64ef8[_0x56decc(0x4d7)](),_0x186be4[_0x56decc(0x25e)]=void 0x0,id(_0x3fe44a==null?void 0x0:_0x3fe44a[_0x56decc(0x5b8)],Yu(_0x4375cf[_0x56decc(0x25e)],_0x2c9080[_0x56decc(0x25e)],_0x49724a[_0x56decc(0x25e)],_0x57a48a[_0x56decc(0x25e)],_0x2ac79a[_0x56decc(0x25e)])));},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x4d980c]),_0x384162(()=>{const _0x308e72=_0x1eba64;let _0x440586=_0x1fc392['current'];if(!_0x440586||!(_0x3fe44a!=null&&_0x3fe44a['embedId'])||!_0x3fe44a[_0x308e72(0x4bd)])return;let _0x1f95cc=()=>{const _0x10e737=_0x308e72;_0x217160[_0x10e737(0x25e)]=void 0x0;},_0x36047b=_0x30b4ce=>{const _0x25130a=_0x308e72;var _0x3e2762;let _0x32300c=_0x427e11[_0x25130a(0x1b1)](_0x3fe44a[_0x25130a(0x4bd)],_0x3fe44a[_0x25130a(0x5b8)]);if(!(_0x32300c!=null&&_0x32300c['childUnitId']))return;let _0xdd79b1=_0x30b4ce[_0x25130a(0x4c7)];_0xdd79b1!=null&&_0xdd79b1[_0x25130a(0x59d)]($l)||_0x217d1b[_0x25130a(0x21d)](_0x3fe44a[_0x25130a(0x5b8)])!==_0x25130a(0x18a)&&(_0x217160[_0x25130a(0x25e)]={'pointerId':_0x30b4ce[_0x25130a(0x4e2)],'startX':_0x30b4ce[_0x25130a(0x20c)],'startY':_0x30b4ce[_0x25130a(0x21b)],'button':(_0x3e2762=_0x30b4ce[_0x25130a(0x32e)])==null?0x0:_0x3e2762,'startedAt':Date['now'](),'moved':!0x1,'dragStarted':!0x1});},_0x32974c=_0x3ab646=>{const _0x30716d=_0x308e72;let _0x126b23=_0x217160[_0x30716d(0x25e)];if(!(!_0x126b23||_0x126b23[_0x30716d(0x4e2)]!==_0x3ab646[_0x30716d(0x4e2)])&&Math[_0x30716d(0x285)](_0x3ab646[_0x30716d(0x20c)]-_0x126b23[_0x30716d(0x221)],_0x3ab646[_0x30716d(0x21b)]-_0x126b23[_0x30716d(0x4eb)])>0x4){_0x126b23[_0x30716d(0x445)]=!0x0;let _0x5e6ec4=Ul({'stage':_0x217d1b[_0x30716d(0x21d)](_0x3fe44a[_0x30716d(0x5b8)]),'interactionFlow':_0x282c13});_0x5ab50e['enableStage1BodyDrag']&&!_0x126b23[_0x30716d(0x393)]&&_0x5e6ec4[_0x30716d(0x1f9)]&&(_0x126b23[_0x30716d(0x393)]=!0x0,document[_0x30716d(0x4fb)](new CustomEvent(Kl,{'detail':{'embedId':_0x3fe44a[_0x30716d(0x5b8)],'hostUnitId':_0x3fe44a[_0x30716d(0x4bd)],'hostAnchorId':_0x3fe44a[_0x30716d(0x666)],'pointerId':_0x126b23[_0x30716d(0x4e2)],'clientX':_0x126b23[_0x30716d(0x221)],'clientY':_0x126b23['startY'],'button':_0x126b23[_0x30716d(0x32e)]}})));}},_0x1b8c25=_0x584ad3=>{const _0x4afb26=_0x308e72;let _0x3cb3f6=_0x217160[_0x4afb26(0x25e)];if(_0x217160[_0x4afb26(0x25e)]=void 0x0,!_0x3cb3f6||_0x3cb3f6[_0x4afb26(0x4e2)]!==_0x584ad3['pointerId']||_0x3cb3f6[_0x4afb26(0x445)]||Date['now']()-_0x3cb3f6[_0x4afb26(0x4cf)]>0x1f4)return;let _0x3cbb67=_0x427e11[_0x4afb26(0x1b1)](_0x3fe44a[_0x4afb26(0x4bd)],_0x3fe44a[_0x4afb26(0x5b8)]);if(!(_0x3cbb67!=null&&_0x3cbb67[_0x4afb26(0x2ab)]))return;let _0x44a36f=_0x217d1b['getStage'](_0x3fe44a[_0x4afb26(0x5b8)]);if(_0x44a36f!==_0x4afb26(0x18a)){if(_0x44a36f===_0x4afb26(0x2b4)){_0x8a484c[_0x4afb26(0x197)](_0x3cbb67,_0x4afb26(0x18a),{'portalContainer':_0x2ac79a['current']});return;}if(_0x282c13===_0x4afb26(0x369)){_0xe3d14c(),_0x8a484c[_0x4afb26(0x197)](_0x3cbb67,_0x4afb26(0x18a),{'portalContainer':_0x2ac79a[_0x4afb26(0x25e)]}),_0x181437();return;}_0x8a484c[_0x4afb26(0x197)](_0x3cbb67,'stage1');}};return _0x440586[_0x308e72(0x243)](_0x308e72(0x503),_0x36047b,!0x0),_0x440586[_0x308e72(0x243)](_0x308e72(0x309),_0x32974c,!0x0),_0x440586[_0x308e72(0x243)]('pointerup',_0x1b8c25,!0x0),_0x440586[_0x308e72(0x243)](_0x308e72(0x327),_0x1f95cc,!0x0),()=>{const _0x2c42a9=_0x308e72;_0x440586[_0x2c42a9(0x5e9)](_0x2c42a9(0x503),_0x36047b,!0x0),_0x440586[_0x2c42a9(0x5e9)](_0x2c42a9(0x309),_0x32974c,!0x0),_0x440586[_0x2c42a9(0x5e9)](_0x2c42a9(0x637),_0x1b8c25,!0x0),_0x440586[_0x2c42a9(0x5e9)](_0x2c42a9(0x327),_0x1f95cc,!0x0);};},[_0xe3d14c,_0x8a484c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x666)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostUnitId'],_0x427e11,_0x217d1b,_0x282c13,_0x5ab50e[_0x1eba64(0x60c)],_0x181437]),_0x384162(()=>{const _0x2cbcec=_0x1eba64;let _0x3897f0=_0x1cb09f['current'],_0x176ff7=_0x1fc392[_0x2cbcec(0x25e)],_0x5be452=_0x4375cf[_0x2cbcec(0x25e)];if(!_0x3897f0||!_0x176ff7||!_0x5be452)return;let _0x113878=_0x16a537=>{const _0x481bca=_0x2cbcec;if(yu(_0x16a537)||_0x16a537[_0x481bca(0x298)]||_0x16a537[_0x481bca(0x638)])return;let _0x106c85=_0x3fe44a!=null&&_0x3fe44a[_0x481bca(0x5b8)]?_0x217d1b[_0x481bca(0x21d)](_0x3fe44a[_0x481bca(0x5b8)]):_0x481bca(0x37e);if(_0x106c85===_0x481bca(0x18a))return;let _0x53fcd7=_0x13ddf6[_0x481bca(0x25e)],_0x68e853=_0x53fcd7?_0xd75a8c[_0x481bca(0x66a)](_0x53fcd7['childType'],_0x53fcd7[_0x481bca(0x1ab)]):void 0x0,_0x4a91f0=_0x53fcd7?{..._0x53fcd7,'event':_0x16a537,'stage':_0x106c85,'viewportScrollY':_0x5ab50e[_0x481bca(0x631)]?_0x26a8d8[_0x481bca(0x25e)]:void 0x0}:void 0x0;if(_0x53fcd7&&ku(_0x53fcd7,_0x16a537,_0x5ab50e['syncHostVerticalScroll'])){var _0x52a9b7;if(((_0x52a9b7=_0x5ab50e['onHostWheel'])==null?void 0x0:_0x52a9b7[_0x481bca(0x4df)](_0x5ab50e,_0x16a537,_0x53fcd7))===!0x0||Ou(_0x3897f0,_0x16a537)){gu(_0x612688,_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],_0x481bca(0x2a2),_0x3ea3e4),_0x16a537['preventDefault'](),_0x16a537['stopPropagation'](),_0x16a537[_0x481bca(0x35a)]();return;}}let _0x3c047d=_0x4a91f0?_0x1bf25f[_0x481bca(0x206)](_0x4a91f0):!0x1,_0x390246=!_0x3c047d&&Au(_0x3897f0,_0x16a537),_0x27d614=_0x390246&&ju(_0x16a537)>0x0?Ju(_0x16a537,_0x5be452):!0x1,_0x28d778=_0x27d614||_0x390246?!0x1:(_0x68e853==null?void 0x0:_0x68e853[_0x481bca(0x206)](_0x4a91f0))===!0x0,_0x5d5c61=_0x28d778||_0x27d614||!_0x390246?!0x1:Ju(_0x16a537,_0x5be452),_0x31505e=_0x28d778||_0x27d614||_0x390246&&_0x5d5c61?!0x1:Eu(_0x16a537,_0x5be452),_0x49af3b=_0x27d614||_0x5d5c61||(_0x28d778||_0x390246||_0x31505e?!0x1:Du(_0x16a537,_0x5be452));(_0x3c047d||_0x28d778||_0x27d614||_0x5d5c61||_0x31505e||_0x49af3b)&&(_0x16a537['preventDefault'](),_0x16a537[_0x481bca(0x48c)]());};return _0x176ff7[_0x2cbcec(0x243)](_0x2cbcec(0x161),_0x113878,{'passive':!0x1}),_0x5be452[_0x2cbcec(0x243)]('wheel',_0x113878,{'capture':!0x0,'passive':!0x1}),()=>{const _0x51e93b=_0x2cbcec;_0x176ff7[_0x51e93b(0x5e9)](_0x51e93b(0x161),_0x113878),_0x5be452[_0x51e93b(0x5e9)](_0x51e93b(0x161),_0x113878,{'capture':!0x0});};},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x217d1b,_0x612688,_0xd75a8c,_0x1bf25f,_0x5ab50e['onHostWheel'],_0x5ab50e['syncHostVerticalScroll']]),_0x384162(()=>{const _0x1728ea=_0x1eba64;let _0x478fa6=_0x1cb09f['current'],_0x17fc03=_0x4375cf[_0x1728ea(0x25e)];if(!_0x478fa6||!_0x17fc03)return;let _0x2c86a2=_0x8ab2c1=>{const _0x5606f8=_0x1728ea;gu(_0x612688,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x5606f8(0x5b8)],_0x8ab2c1,_0x3ea3e4);},_0x1e6acc=_0x544e54=>{const _0x244575=_0x1728ea;var _0x1abaa4;if((_0x3fe44a!=null&&_0x3fe44a[_0x244575(0x5b8)]?_0x217d1b[_0x244575(0x21d)](_0x3fe44a[_0x244575(0x5b8)]):'inactive')!==_0x244575(0x18a))return;let _0x34dacb=_0x13ddf6[_0x244575(0x25e)];!_0x34dacb||!ku(_0x34dacb,_0x544e54,_0x5ab50e['syncHostVerticalScroll'])||xu(_0x544e54)||(bu(_0x544e54),(((_0x1abaa4=_0x5ab50e[_0x244575(0x616)])==null?void 0x0:_0x1abaa4['call'](_0x5ab50e,_0x544e54,_0x34dacb))===!0x0||Ou(_0x478fa6,_0x544e54))&&(_0x2c86a2(_0x244575(0x2a2)),_0x544e54[_0x244575(0x5e5)](),_0x544e54[_0x244575(0x48c)](),_0x544e54[_0x244575(0x35a)]()));},_0x47759a=()=>{const _0x5c0984=_0x1728ea;_0x2c86a2(_0x5c0984(0x52e));};return _0x478fa6[_0x1728ea(0x243)]('wheel',_0x1e6acc,{'capture':!0x0,'passive':!0x1}),_0x17fc03[_0x1728ea(0x243)]('wheel',_0x1e6acc,{'capture':!0x0,'passive':!0x1}),_0x17fc03['addEventListener'](_0x1728ea(0x557),_0x47759a,!0x0),()=>{const _0x4a8b23=_0x1728ea;_0x478fa6['removeEventListener'](_0x4a8b23(0x161),_0x1e6acc,{'capture':!0x0}),_0x17fc03[_0x4a8b23(0x5e9)]('wheel',_0x1e6acc,{'capture':!0x0}),_0x17fc03[_0x4a8b23(0x5e9)](_0x4a8b23(0x557),_0x47759a,!0x0);};},[_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],_0x217d1b,_0x612688,_0x5ab50e[_0x1eba64(0x616)],_0x5ab50e[_0x1eba64(0x631)]]),_0x384162(()=>()=>{const _0x2b0618=_0x1eba64;_0x3ea3e4[_0x2b0618(0x25e)][_0x2b0618(0x27a)](_0x2bfa3f=>window[_0x2b0618(0x41f)](_0x2bfa3f)),_0x3ea3e4[_0x2b0618(0x25e)]=[];},[]),_0x384162(()=>{const _0x2cf282=_0x1eba64;let _0xb8184f=_0x4375cf['current'];if(!_0xb8184f)return;let _0x33c7a5=()=>{const _0x3eafcc=_0x3c26;let _0xbdd4b2=_0xb8184f['ownerDocument']['activeElement'];return _0xbdd4b2?Yu(_0x4375cf[_0x3eafcc(0x25e)],_0x2c9080['current'],_0x49724a[_0x3eafcc(0x25e)],_0x57a48a[_0x3eafcc(0x25e)],_0x2ac79a[_0x3eafcc(0x25e)])[_0x3eafcc(0x65e)](_0x3278d3=>_0x3278d3['contains'](_0xbdd4b2)):!0x1;},_0x43e028=(_0x14db79,_0x241c13=!0x1)=>{const _0x18e4bf=_0x3c26;_0x3fe44a!=null&&_0x3fe44a[_0x18e4bf(0x5b8)]&&_0x217d1b[_0x18e4bf(0x21d)](_0x3fe44a['embedId'])!==_0x18e4bf(0x18a)||Zu(_0x3fe44a==null?void 0x0:_0x3fe44a[_0x18e4bf(0x674)])&&(_0x2a1be6[_0x18e4bf(0x46f)](_0x3fe44a==null?void 0x0:_0x3fe44a[_0x18e4bf(0x5b8)],{'ignoreOwners':Ql})||!_0x241c13&&_0x33c7a5()||(_0x14db79['hasAttribute']('tabindex')||(_0x14db79[_0x18e4bf(0x4f3)]=-0x1),_0x14db79[_0x18e4bf(0x430)]({'preventScroll':!0x0})));},_0x257a52=_0x50b59c=>{const _0x16ed3d=_0x3c26;let _0x154341=_0x3fe44a!=null&&_0x3fe44a[_0x16ed3d(0x5b8)]?_0x217d1b['getStage'](_0x3fe44a[_0x16ed3d(0x5b8)]):_0x16ed3d(0x37e);if(_0x3fe44a!=null&&_0x3fe44a[_0x16ed3d(0x5b8)]&&_0x154341!=='stage2'){if(_0x282c13!==_0x16ed3d(0x369)||!_0x3fe44a[_0x16ed3d(0x4bd)])return;let _0x441eaa=_0x427e11[_0x16ed3d(0x1b1)](_0x3fe44a['hostUnitId'],_0x3fe44a[_0x16ed3d(0x5b8)]);if(!(_0x441eaa!=null&&_0x441eaa['childUnitId']))return;_0xe3d14c(),_0x8a484c['activateFloating'](_0x441eaa,_0x16ed3d(0x18a),{'portalContainer':_0x2ac79a[_0x16ed3d(0x25e)]}),_0x181437();}if(Qu(_0x50b59c[_0x16ed3d(0x4c7)])||_0x2a1be6['hasBlockingChildFocusLease'](_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],{'ignoreOwners':Ql}))return;if(_0x3fe44a!=null&&_0x3fe44a[_0x16ed3d(0x4bd)]&&_0x3fe44a[_0x16ed3d(0x5b8)]){let _0xa3463e=_0x427e11[_0x16ed3d(0x1b1)](_0x3fe44a[_0x16ed3d(0x4bd)],_0x3fe44a[_0x16ed3d(0x5b8)]);(_0xa3463e==null?void 0x0:_0xa3463e[_0x16ed3d(0x2ab)])!=null&&_0xa3463e[_0x16ed3d(0x674)]!=null&&_0x8a484c[_0x16ed3d(0x576)](_0xa3463e);}let _0x5c0489=Xu(Yu(_0x49724a['current'],_0x2c9080[_0x16ed3d(0x25e)],_0x57a48a['current'],_0x2ac79a[_0x16ed3d(0x25e)],_0x4375cf[_0x16ed3d(0x25e)]),_0x50b59c['target']);_0x5c0489&&_0x43e028(_0x5c0489,!0x0);};return _0xb8184f[_0x2cf282(0x243)](_0x2cf282(0x503),_0x257a52,!0x0),()=>_0xb8184f[_0x2cf282(0x5e9)](_0x2cf282(0x503),_0x257a52,!0x0);},[_0xe3d14c,_0x8a484c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],_0x427e11,_0x217d1b,_0x2a1be6,_0x282c13,_0x181437]),_0x384162(()=>{const _0x11b9d0=_0x1eba64;let _0x589f60=_0x4375cf[_0x11b9d0(0x25e)],_0x259b33=_0x589f60==null?void 0x0:_0x589f60[_0x11b9d0(0x399)];if(!_0x589f60||!_0x259b33||!(_0x3fe44a!=null&&_0x3fe44a['embedId']))return;let _0x35269a,_0x107384=()=>{const _0x518aca=_0x11b9d0;_0x35269a!=null&&(globalThis[_0x518aca(0x39c)](_0x35269a),_0x35269a=void 0x0);},_0x3f1e6c=()=>{const _0x1821c1=_0x11b9d0;var _0x35fd4a;_0x107384(),(_0x35fd4a=_0x186be4[_0x1821c1(0x25e)])==null||_0x35fd4a[_0x1821c1(0x4d7)](),_0x186be4[_0x1821c1(0x25e)]=void 0x0;},_0x2932cb=()=>{const _0x131f75=_0x11b9d0;_0x107384(),_0x35269a=globalThis[_0x131f75(0x170)](()=>{const _0xa12e0c=_0x131f75;var _0x45a585;_0x35269a=void 0x0,(_0x45a585=_0x186be4[_0xa12e0c(0x25e)])==null||_0x45a585[_0xa12e0c(0x4d7)](),_0x186be4['current']=void 0x0;},0x28a);},_0x40d9c2=()=>{const _0x13a5e7=_0x11b9d0;_0x217d1b[_0x13a5e7(0x21d)](_0x3fe44a['embedId'])===_0x13a5e7(0x18a)&&(_0x3f1e6c(),_0x186be4[_0x13a5e7(0x25e)]=_0x2a1be6[_0x13a5e7(0x5ba)]({'embedId':_0x3fe44a[_0x13a5e7(0x5b8)],'role':_0x13a5e7(0x4db),'owner':'runtime-pointer','hostUnitId':_0x3fe44a['hostUnitId'],'childUnitId':_0x3fe44a[_0x13a5e7(0x2ab)],'childType':_0x3fe44a[_0x13a5e7(0x674)]}));},_0x29cedc=_0x5dcfa1=>{const _0x59a030=_0x11b9d0;var _0x1a063e;if(_0x217d1b[_0x59a030(0x21d)](_0x3fe44a['embedId'])!==_0x59a030(0x18a))return;let _0x2341f7=_0x5dcfa1['target'],_0x2f773e=_0x2a1be6[_0x59a030(0x5e2)](_0x3fe44a[_0x59a030(0x5b8)],_0x2341f7,_0x5dcfa1)||_0x1e096c[_0x59a030(0x5a2)](_0x3fe44a[_0x59a030(0x5b8)],_0x2341f7,_0x5dcfa1);if(!ed({'stage':_0x217d1b[_0x59a030(0x21d)](_0x3fe44a['embedId']),'target':_0x2341f7,'liveRoot':_0x589f60,'isOwnedChildInteraction':_0x2f773e}))return;_0x3240eb[_0x59a030(0x25e)]=Date['now']()+0x28a,_0x3f1e6c();let _0x1c5b29=(_0x1a063e=$u(_0x2341f7))==null?'child-editor':_0x1a063e;_0x186be4[_0x59a030(0x25e)]=_0x2a1be6['acquireLease']({'embedId':_0x3fe44a[_0x59a030(0x5b8)],'role':_0x1c5b29===_0x59a030(0x64a)||_0x1c5b29==='child-session'||_0x1c5b29==='floating-menu'?_0x59a030(0x4db):_0x1c5b29,'owner':_0x59a030(0x2a0),'hostUnitId':_0x3fe44a[_0x59a030(0x4bd)],'childUnitId':_0x3fe44a[_0x59a030(0x2ab)],'childType':_0x3fe44a[_0x59a030(0x674)]});};return _0x589f60[_0x11b9d0(0x243)](_0x11b9d0(0x503),_0x40d9c2,!0x0),_0x259b33['addEventListener'](_0x11b9d0(0x503),_0x29cedc,!0x0),_0x259b33['addEventListener'](_0x11b9d0(0x637),_0x2932cb,!0x0),_0x259b33[_0x11b9d0(0x243)]('pointercancel',_0x2932cb,!0x0),()=>{const _0x4fc3ee=_0x11b9d0;_0x589f60[_0x4fc3ee(0x5e9)](_0x4fc3ee(0x503),_0x40d9c2,!0x0),_0x259b33[_0x4fc3ee(0x5e9)](_0x4fc3ee(0x503),_0x29cedc,!0x0),_0x259b33[_0x4fc3ee(0x5e9)](_0x4fc3ee(0x637),_0x2932cb,!0x0),_0x259b33[_0x4fc3ee(0x5e9)](_0x4fc3ee(0x327),_0x2932cb,!0x0),_0x3f1e6c();};},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x2ab)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],_0x217d1b,_0x2a1be6,_0x1e096c]),_0x384162(()=>{const _0x571594=_0x1eba64;if(_0x4d980c!==_0x571594(0x18a)||_0x282c13!==_0x571594(0x369))return;let _0x6a6a5=_0x4375cf[_0x571594(0x25e)];if(!_0x6a6a5)return;let _0x44a7ed,_0x3e5eb4=()=>Xu(Yu(_0x49724a['current'],_0x2c9080[_0x571594(0x25e)],_0x57a48a['current'],_0x2ac79a['current'],_0x4375cf[_0x571594(0x25e)])),_0x38f8d2=()=>{const _0x980bba=_0x571594;let _0x18f583=_0x6a6a5['ownerDocument']['activeElement'];return!_0x18f583||_0x18f583===_0x3e5eb4()?!0x1:Yu(_0x4375cf[_0x980bba(0x25e)],_0x2c9080[_0x980bba(0x25e)],_0x49724a[_0x980bba(0x25e)],_0x57a48a[_0x980bba(0x25e)],_0x2ac79a[_0x980bba(0x25e)])['some'](_0x34c3c3=>_0x34c3c3[_0x980bba(0x5a2)](_0x18f583));},_0x501347=()=>{const _0x2c1dbf=_0x571594;if(!Zu(_0x3fe44a==null?void 0x0:_0x3fe44a[_0x2c1dbf(0x674)]))return;let _0x270425=_0x3e5eb4();if(_0x270425&&!_0x2a1be6[_0x2c1dbf(0x46f)](_0x3fe44a==null?void 0x0:_0x3fe44a['embedId'],{'ignoreOwners':Ql})&&!_0x38f8d2()){if(_0x3fe44a!=null&&_0x3fe44a[_0x2c1dbf(0x4bd)]&&_0x3fe44a[_0x2c1dbf(0x5b8)]){let _0x4f2485=_0x427e11[_0x2c1dbf(0x1b1)](_0x3fe44a['hostUnitId'],_0x3fe44a['embedId']);(_0x4f2485==null?void 0x0:_0x4f2485['childUnitId'])!=null&&_0x4f2485[_0x2c1dbf(0x674)]!=null&&_0x8a484c[_0x2c1dbf(0x576)](_0x4f2485);}_0x270425[_0x2c1dbf(0x333)](_0x2c1dbf(0x4e0))||(_0x270425[_0x2c1dbf(0x4f3)]=-0x1),_0x270425['focus']({'preventScroll':!0x0});}};return _0x501347(),_0x44a7ed=window[_0x571594(0x4a0)](()=>{_0x44a7ed=void 0x0,_0x501347();}),()=>{const _0x415b58=_0x571594;_0x44a7ed!=null&&(window[_0x415b58(0x41f)](_0x44a7ed),_0x44a7ed=void 0x0);};},[_0x8a484c,_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],_0x427e11,_0x2a1be6,_0x282c13,_0x4d980c]),_0x384162(()=>{const _0x48d408=_0x1eba64;let _0x2110f9=_0x1cb09f[_0x48d408(0x25e)],_0x35ebd4=_0x5f3f64[_0x48d408(0x25e)];if(!_0x2110f9||!_0x35ebd4||typeof window>'u')return;let _0x2ba449,_0x3f0171=()=>{const _0x429036=_0x48d408;var _0x255d52;let _0x3244c0=_0x13ddf6[_0x429036(0x25e)];if(!_0x3244c0||!_0x5ab50e[_0x429036(0x631)]){_0x26a8d8[_0x429036(0x25e)]=0x0,_0x35ebd4[_0x429036(0x58f)][_0x429036(0x33a)](_0x429036(0x2f7));return;}let _0xd578f6=_0xd75a8c[_0x429036(0x66a)](_0x3244c0[_0x429036(0x674)],_0x3244c0[_0x429036(0x1ab)]);if(!_0xd578f6)return;let _0x36b046=Pu(_0x2110f9),_0x50ce61=(_0x255d52=_0x36b046==null?void 0x0:_0x36b046[_0x429036(0x232)]())==null?{'bottom':window[_0x429036(0x2af)],'height':window[_0x429036(0x2af)],'left':0x0,'right':window['innerWidth'],'top':0x0,'width':window[_0x429036(0x296)]}:_0x255d52,_0x3d5eed=_0x2110f9['getBoundingClientRect'](),_0x25ea58=Fu(_0x32d6ab==null?void 0x0:_0x32d6ab[_0x429036(0x15d)],_0x3d5eed['height']),_0x2da5ff=Math[_0x429036(0x269)](_0x25ea58,Iu(_0x32d6ab==null?void 0x0:_0x32d6ab[_0x429036(0x3ed)],_0x35ebd4['getBoundingClientRect']()['height'],_0x50ce61[_0x429036(0x35d)])),_0x137457=Math[_0x429036(0x626)](0x0,_0x25ea58-_0x2da5ff),_0x11e341=Uu(_0x50ce61[_0x429036(0x215)]-_0x3d5eed[_0x429036(0x215)],0x0,_0x137457);_0x35ebd4[_0x429036(0x58f)]['transform']=_0x11e341===0x0?'':_0x429036(0x4b1)+_0x11e341+_0x429036(0x5cd);let _0x290928=_0x11e341-_0x26a8d8['current'];if(Math[_0x429036(0x644)](_0x290928)<0.5)return;_0x26a8d8['current']=_0x11e341,_0x612688[_0x429036(0x427)]({'embedId':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x429036(0x5b8)],'reason':_0x429036(0x2a2)});let _0x3a2009=new WheelEvent(_0x429036(0x161),{'cancelable':!0x1,'clientX':_0x3d5eed[_0x429036(0x224)]+Math[_0x429036(0x269)](_0x3d5eed['width'],_0x50ce61['width'])/0x2,'clientY':_0x50ce61['top']+_0x2da5ff/0x2,'deltaY':_0x290928});_0xd578f6[_0x429036(0x206)]({..._0x3244c0,'event':_0x3a2009,'source':'host-scroll-sync','stage':_0x3fe44a!=null&&_0x3fe44a[_0x429036(0x5b8)]?_0x217d1b['getStage'](_0x3fe44a[_0x429036(0x5b8)]):_0x429036(0x37e),'viewportScrollY':_0x11e341});},_0x4a8a07=()=>{_0x3f0171(),_0x2ba449=window['requestAnimationFrame'](_0x4a8a07);};_0x2ba449=window[_0x48d408(0x4a0)](_0x4a8a07),window[_0x48d408(0x243)](_0x48d408(0x557),_0x3f0171,!0x0),window[_0x48d408(0x243)](_0x48d408(0x609),_0x3f0171);let _0x4f4988=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x3f0171);return _0x4f4988==null||_0x4f4988[_0x48d408(0x325)](_0x2110f9),()=>{const _0x34605c=_0x48d408;_0x2ba449!=null&&window[_0x34605c(0x41f)](_0x2ba449),_0x4f4988==null||_0x4f4988['disconnect'](),window[_0x34605c(0x5e9)](_0x34605c(0x557),_0x3f0171,!0x0),window['removeEventListener'](_0x34605c(0x609),_0x3f0171),_0x35ebd4[_0x34605c(0x58f)][_0x34605c(0x33a)](_0x34605c(0x2f7));};},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x32d6ab==null?void 0x0:_0x32d6ab[_0x1eba64(0x15d)],_0x32d6ab==null?void 0x0:_0x32d6ab['viewportHeight'],_0x217d1b,_0x612688,_0xb34561,_0xd75a8c,_0x5ab50e['syncHostVerticalScroll']]);let _0x26f679=_0x1814cc(_0x55639e=>{const _0x5a2fd8=_0x1eba64;if(_0x55639e[_0x5a2fd8(0x5e5)](),_0x55639e[_0x5a2fd8(0x48c)](),!(_0x3fe44a!=null&&_0x3fe44a[_0x5a2fd8(0x5b8)])||!_0x3fe44a['hostUnitId'])return;let _0x4ba0d4=_0x427e11[_0x5a2fd8(0x1b1)](_0x3fe44a[_0x5a2fd8(0x4bd)],_0x3fe44a[_0x5a2fd8(0x5b8)]);if(!(_0x4ba0d4!=null&&_0x4ba0d4[_0x5a2fd8(0x2ab)])||!Ul({'stage':_0x217d1b['getStage'](_0x3fe44a['embedId']),'interactionFlow':_0x282c13})[_0x5a2fd8(0x4b5)])return;_0x217d1b[_0x5a2fd8(0x51f)]({'hostUnitId':_0x3fe44a[_0x5a2fd8(0x4bd)],'embedId':_0x3fe44a[_0x5a2fd8(0x5b8)],'childUnitId':_0x4ba0d4[_0x5a2fd8(0x2ab)]},_0x5a2fd8(0x2b4));let _0x1882bd=_0x5a2fd8(0x2a3)in _0x55639e?_0x55639e['nativeEvent']:_0x55639e;document[_0x5a2fd8(0x4fb)](new CustomEvent(Kl,{'detail':{'embedId':_0x3fe44a['embedId'],'hostUnitId':_0x3fe44a[_0x5a2fd8(0x4bd)],'hostAnchorId':_0x3fe44a[_0x5a2fd8(0x666)],'pointerId':_0x1882bd[_0x5a2fd8(0x4e2)],'clientX':_0x1882bd[_0x5a2fd8(0x20c)],'clientY':_0x1882bd[_0x5a2fd8(0x21b)],'button':_0x1882bd[_0x5a2fd8(0x32e)]}}));},[_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],_0x3fe44a==null?void 0x0:_0x3fe44a['hostAnchorId'],_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],_0x427e11,_0x217d1b,_0x282c13]);_0x384162(()=>{const _0x2a1b54=_0x1eba64;let _0x32d008=_0x496170[_0x2a1b54(0x25e)];if(_0x32d008)return _0x32d008['addEventListener'](_0x2a1b54(0x503),_0x26f679),()=>_0x32d008[_0x2a1b54(0x5e9)](_0x2a1b54(0x503),_0x26f679);},[_0x26f679]);let _0x54069a=Ul({'stage':_0x4d980c,'interactionFlow':_0x282c13}),_0x2f460a=_0x54069a['disableLiveHostPointerEvents'],_0x36dcc4=_0x54069a['passThroughInteractionGate'],_0x336a7c=_0x54069a[_0x1eba64(0x1bd)],_0x4b0a48=_0x32d6ab?{'top':_0x32d6ab['floatingMenuInsetTop'],'left':-_0x32d6ab['bleedLeft'],'width':_0x32d6ab[_0x1eba64(0x4f1)],'height':_0x32d6ab['viewportHeight']}:_0x42f25d?{'top':_0x42f25d['floatingMenuInsetTop'],'height':_0x1eba64(0x5a8)+_0x42f25d[_0x1eba64(0x1c0)]+'px)'}:void 0x0,_0x4863dc=_0x32d6ab?{'left':_0x32d6ab[_0x1eba64(0x408)],'width':_0x32d6ab['bleedWidth'],'height':_0x32d6ab[_0x1eba64(0x3ed)],'minHeight':_0x32d6ab[_0x1eba64(0x3ed)]}:void 0x0;return _0x2e59a6(_0x1eba64(0x590),{'ref':_0x1cb09f,'className':_0x1eba64(0x5c5),'data-embed-float-dom':_0x1eba64(0x479),'data-embed-float-stage':_0x4d980c,'data-embed-id':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],'data-embed-host-unit-id':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],'data-embed-host-anchor-id':_0x3fe44a==null?void 0x0:_0x3fe44a['hostAnchorId'],'data-embed-child-unit-id':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x2ab)],'data-embed-child-type':_0x3fe44a==null?void 0x0:_0x3fe44a['childType'],'data-embed-interaction-flow':_0x282c13,'children':[_0x2e59a6(_0x1eba64(0x590),{'ref':_0x5f3f64,'className':['\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-embed-float-dom__content\x20univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20dark:after:!univer-border-gray-600\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',_0x32d6ab&&'after:!univer-border-0']['filter'](Boolean)[_0x1eba64(0x352)]('\x20'),'data-embed-float-content':_0x1eba64(0x479),'style':_0x4b0a48,'children':[_0x2e59a6('div',{'ref':_0x4375cf,'className':[_0x1eba64(0x5a3),_0x32d6ab&&'before:univer-hidden']['filter'](Boolean)['join']('\x20'),'data-embed-float-live':_0x1eba64(0x479),'children':[_0x2e0de7(_0x1eba64(0x590),{'ref':_0x49724a,'className':['univer-embed-float-dom__live-canvas\x20univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden',_0x2f460a&&'univer-pointer-events-none']['filter'](Boolean)[_0x1eba64(0x352)]('\x20'),'style':_0x4863dc,[Qi]:_0x1eba64(0x479)}),_0x2e0de7('div',{'ref':_0x2c9080,'className':[_0x1eba64(0x239),_0x2f460a&&_0x1eba64(0x16f)]['filter'](Boolean)[_0x1eba64(0x352)]('\x20'),'style':_0x4863dc,[Zi]:_0x1eba64(0x479)})]}),_0x2e0de7(_0x1eba64(0x590),{'ref':_0x1fc392,'className':[_0x1eba64(0x29b),_0x36dcc4&&_0x1eba64(0x16f)][_0x1eba64(0x5cb)](Boolean)[_0x1eba64(0x352)]('\x20'),'data-embed-float-interaction-gate':'true'})]}),_0x2e59a6(_0x1eba64(0x590),{'ref':_0x4e8226,'className':'univer-embed-float-dom__chrome\x20univer-pointer-events-none\x20univer-fixed\x20univer-z-[1000]\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-embed-float-stage':_0x4d980c,'data-embed-id':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)],'children':[_0x2e0de7('div',{'ref':_0x57a48a,'className':_0x1eba64(0x27c),[$i]:'true'}),_0x2e0de7(_0x1eba64(0x590),{'ref':_0x2ac79a,'className':_0x1eba64(0x413),[ea]:'true'}),_0x2e0de7(Wl,{'hostUnitId':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x4bd)],'embedId':_0x3fe44a==null?void 0x0:_0x3fe44a[_0x1eba64(0x5b8)]}),_0x2e0de7(_0x1eba64(0x32e),{'ref':_0x496170,'type':_0x1eba64(0x32e),'className':[_0x1eba64(0x3b9),_0x336a7c?_0x1eba64(0x4c4):'univer-hidden']['filter'](Boolean)[_0x1eba64(0x352)]('\x20'),'data-embed-float-drag-handle':_0x1eba64(0x479),'children':_0x2e0de7(_0xac0d50,{'className':_0x1eba64(0x200)})})]})]});}function tu(_0x2db321){const _0x111384=_0x35dbe5;let _0x3d3cfc=_0x2db321==null?void 0x0:_0x2db321[_0x111384(0x58d)]['ref'];if(_0x3d3cfc)try{let _0x565009=typeof _0x3d3cfc==_0x111384(0x3fa)?_0x4fa1e8(_0x3d3cfc):_0x3d3cfc;return{'childUnitId':_0x565009[_0x111384(0x45d)][_0x111384(0x25b)],'childType':_0x40b723(_0x565009[_0x111384(0x45d)]['type'])};}catch{return;}}function nu(_0x1467ef,_0x1adfd0){const _0x4d5f6e=_0x35dbe5;var _0x5d8b09,_0x29f7ae;if(lu(_0x1467ef))return ru(_0x1467ef,_0x1adfd0);let _0x294b78=lu(_0x1467ef)?0x0:0x28,_0x1b94c7=[_0x1467ef['getBoundingClientRect'](),(_0x5d8b09=_0x1467ef[_0x4d5f6e(0x436)](_0x4d5f6e(0x212)))==null?void 0x0:_0x5d8b09['getBoundingClientRect']()][_0x4d5f6e(0x5cb)](_0x15cf03=>!!_0x15cf03),_0xfad051=[(_0x29f7ae=document['querySelector'](_0x4d5f6e(0x5db)+_0x1467ef[_0x4d5f6e(0x20f)][_0x4d5f6e(0x5b8)]+'\x22]'))==null?void 0x0:_0x29f7ae[_0x4d5f6e(0x232)]()][_0x4d5f6e(0x5cb)](_0x15b388=>!!_0x15b388);return _0x1b94c7[_0x4d5f6e(0x65e)](_0x54e9f4=>_0x1adfd0[_0x4d5f6e(0x20c)]>=_0x54e9f4[_0x4d5f6e(0x224)]&&_0x1adfd0[_0x4d5f6e(0x20c)]<=_0x54e9f4[_0x4d5f6e(0x164)]&&_0x1adfd0[_0x4d5f6e(0x21b)]>=_0x54e9f4[_0x4d5f6e(0x215)]&&_0x1adfd0[_0x4d5f6e(0x21b)]<=_0x54e9f4['bottom'])||_0xfad051['some'](_0x447ee6=>_0x1adfd0[_0x4d5f6e(0x20c)]>=_0x447ee6['left']&&_0x1adfd0[_0x4d5f6e(0x20c)]<=_0x447ee6['right']&&_0x1adfd0['clientY']>=_0x447ee6[_0x4d5f6e(0x215)]-_0x294b78&&_0x1adfd0[_0x4d5f6e(0x21b)]<=_0x447ee6['bottom']);}function ru(_0xf4f1f7,_0x9583b6){const _0x4e06fe=_0x35dbe5;var _0x2181a1,_0x3ba903,_0x22793e,_0x462049,_0x42ad37;let _0x3f488f=_0xf4f1f7[_0x4e06fe(0x20f)][_0x4e06fe(0x5b8)],_0x5984d8=[(_0x2181a1=_0xf4f1f7[_0x4e06fe(0x436)](_0x4e06fe(0x461)))==null?void 0x0:_0x2181a1['getBoundingClientRect'](),(_0x3ba903=_0xf4f1f7[_0x4e06fe(0x436)]('.univer-embed-float-dom__live-content'))==null?void 0x0:_0x3ba903[_0x4e06fe(0x232)]()][_0x4e06fe(0x5cb)](_0xa42144=>!!_0xa42144&&_0xa42144[_0x4e06fe(0x30f)]>0x0&&_0xa42144[_0x4e06fe(0x35d)]>0x0),_0x2b291d=document[_0x4e06fe(0x436)](_0x4e06fe(0x5db)+_0x3f488f+'\x22]'),_0x343404=[_0x2b291d==null||(_0x22793e=_0x2b291d[_0x4e06fe(0x436)](_0x4e06fe(0x618)))==null?void 0x0:_0x22793e['getBoundingClientRect'](),_0x2b291d==null||(_0x462049=_0x2b291d[_0x4e06fe(0x436)]('[data-embed-float-fullscreen-button]'))==null?void 0x0:_0x462049[_0x4e06fe(0x232)](),_0x2b291d==null||(_0x42ad37=_0x2b291d['querySelector'](_0x4e06fe(0x2a1)))==null?void 0x0:_0x42ad37[_0x4e06fe(0x232)]()][_0x4e06fe(0x5cb)](_0x5ec8c8=>!!_0x5ec8c8&&_0x5ec8c8[_0x4e06fe(0x30f)]>0x0&&_0x5ec8c8['height']>0x0),_0x2e3c83=Array[_0x4e06fe(0x591)](document['querySelectorAll'](_0x4e06fe(0x5a0)))[_0x4e06fe(0x5cb)](_0x38678=>_0x38678['dataset'][_0x4e06fe(0x5b8)]===_0x3f488f)[_0x4e06fe(0x43e)](_0x286718=>_0x286718[_0x4e06fe(0x232)]())[_0x4e06fe(0x5cb)](_0x2b7ac9=>_0x2b7ac9[_0x4e06fe(0x30f)]>0x0&&_0x2b7ac9[_0x4e06fe(0x35d)]>0x0);return[..._0x5984d8,..._0x343404,..._0x2e3c83]['some'](_0x8752a0=>_0x9583b6[_0x4e06fe(0x20c)]>=_0x8752a0[_0x4e06fe(0x224)]&&_0x9583b6[_0x4e06fe(0x20c)]<=_0x8752a0[_0x4e06fe(0x164)]&&_0x9583b6['clientY']>=_0x8752a0[_0x4e06fe(0x215)]&&_0x9583b6[_0x4e06fe(0x21b)]<=_0x8752a0['bottom']);}function iu(_0x3306b2,_0x27b011,_0x23e860,_0x369dea){const _0x43e589=_0x35dbe5;let _0x31e487=_0x23e860?'':_0x43e589(0x5ff),_0x3d0b1a=_0x3306b2['querySelector'](_0x43e589(0x212)),_0x30bf22=_0x3306b2[_0x43e589(0x436)]('.univer-embed-float-dom__live'),_0x47cd1f=_0x3306b2['querySelector'](_0x43e589(0x461)),_0x1c7e2c=_0x3306b2[_0x43e589(0x436)](_0x43e589(0x32d)),_0x1fbbcf=_0x3306b2[_0x43e589(0x436)](_0x43e589(0x3bf)),_0x5cd597=_0x27b011==null?void 0x0:_0x27b011[_0x43e589(0x436)](_0x43e589(0x60f)),_0x5aefc7=_0x27b011==null?void 0x0:_0x27b011[_0x43e589(0x436)](_0x43e589(0x5c0));if(_0x5cd597==null||_0x5cd597[_0x43e589(0x58f)]['setProperty'](_0x43e589(0x579),_0x43e589(0x5ff)),_0x5aefc7==null||_0x5aefc7[_0x43e589(0x58f)][_0x43e589(0x463)](_0x43e589(0x579),_0x43e589(0x5ff)),lu(_0x3306b2)){_0x3d0b1a==null||_0x3d0b1a[_0x43e589(0x58f)][_0x43e589(0x463)](_0x43e589(0x579),_0x43e589(0x5ff)),_0x30bf22==null||_0x30bf22[_0x43e589(0x58f)][_0x43e589(0x463)](_0x43e589(0x579),_0x43e589(0x5ff)),_0x47cd1f==null||_0x47cd1f['style'][_0x43e589(0x463)](_0x43e589(0x579),_0x23e860?_0x43e589(0x1d3):_0x43e589(0x5ff)),_0x1c7e2c==null||_0x1c7e2c[_0x43e589(0x58f)][_0x43e589(0x463)](_0x43e589(0x579),'none'),_0x1fbbcf==null||_0x1fbbcf[_0x43e589(0x58f)][_0x43e589(0x463)](_0x43e589(0x579),_0x43e589(0x5ff));return;}_0x3d0b1a==null||_0x3d0b1a[_0x43e589(0x58f)]['removeProperty'](_0x43e589(0x579)),_0x30bf22==null||_0x30bf22['style']['setProperty'](_0x43e589(0x579),_0x31e487),_0x47cd1f==null||_0x47cd1f['style'][_0x43e589(0x33a)](_0x43e589(0x579)),_0x1c7e2c==null||_0x1c7e2c[_0x43e589(0x58f)]['removeProperty'](_0x43e589(0x579)),_0x1fbbcf==null||_0x1fbbcf['style'][_0x43e589(0x463)]('pointer-events',_0x31e487);}function au(_0x452e76,_0x314ebb,_0x1040ab,_0x1a99f8){const _0x484526=_0x35dbe5;let _0x5defaf=_0x314ebb&&_0x1a99f8!==_0x484526(0x18a),_0x5cdcf8=_0x5defaf?'':_0x484526(0x1b8),_0x4332af=_0x5defaf?'':'none',_0x3af298=_0x1040ab&&_0x1a99f8==='stage1',_0x47bec5=_0x3af298?'':'hidden',_0x1c0fdd=_0x3af298?'':_0x484526(0x5ff),_0x48c4c3=_0x314ebb&&_0x1a99f8===_0x484526(0x18a)?'':_0x484526(0x1b8),_0x5e47e0=_0x452e76==null?void 0x0:_0x452e76[_0x484526(0x436)](_0x484526(0x3fc)),_0x3ad49e=_0x452e76==null?void 0x0:_0x452e76[_0x484526(0x436)]('[data-embed-float-drag-handle=\x22true\x22]'),_0x3cad24=[_0x452e76==null?void 0x0:_0x452e76[_0x484526(0x436)]('[data-embed-overlay-root]'),_0x452e76==null?void 0x0:_0x452e76['querySelector'](_0x484526(0x5c0))];_0x5e47e0==null||_0x5e47e0[_0x484526(0x58f)][_0x484526(0x463)](_0x484526(0x317),_0x5cdcf8),_0x5e47e0==null||_0x5e47e0['style'][_0x484526(0x463)](_0x484526(0x579),_0x4332af),_0x3ad49e==null||_0x3ad49e['style'][_0x484526(0x463)](_0x484526(0x317),_0x47bec5),_0x3ad49e==null||_0x3ad49e[_0x484526(0x58f)][_0x484526(0x463)](_0x484526(0x579),_0x1c0fdd),_0x3cad24['forEach'](_0x57e98f=>{const _0x3941b3=_0x484526;_0x57e98f==null||_0x57e98f[_0x3941b3(0x58f)]['setProperty'](_0x3941b3(0x317),_0x48c4c3),_0x57e98f==null||_0x57e98f[_0x3941b3(0x58f)][_0x3941b3(0x463)](_0x3941b3(0x579),_0x3941b3(0x5ff)),_0x1a99f8!==_0x3941b3(0x18a)&&(_0x57e98f==null||_0x57e98f[_0x3941b3(0x480)](_0x3941b3(0x47f)),_0x57e98f==null||_0x57e98f[_0x3941b3(0x182)](_0x3941b3(0x209))[_0x3941b3(0x27a)](_0x28dbaf=>{const _0x423f44=_0x3941b3;_0x28dbaf[_0x423f44(0x480)]('data-embed-runtime-focus-role');}));});}function ou(_0x347bef,_0x27cec9,_0x118751){const _0x143d7b=_0x35dbe5;let _0x2ebfa4=Math[_0x143d7b(0x626)](_0x27cec9[_0x143d7b(0x224)],_0x118751[_0x143d7b(0x224)]),_0x3fd5bb=Math[_0x143d7b(0x269)](_0x27cec9[_0x143d7b(0x164)],_0x118751[_0x143d7b(0x164)]),_0xe7592=Math[_0x143d7b(0x626)](0x0,_0x2ebfa4-_0x27cec9[_0x143d7b(0x224)]),_0xf6c5be=Math[_0x143d7b(0x626)](0x1,_0x3fd5bb-_0x2ebfa4||Math[_0x143d7b(0x269)](_0x118751[_0x143d7b(0x30f)],_0x27cec9[_0x143d7b(0x30f)]));_0x347bef[_0x143d7b(0x182)](_0x143d7b(0x618))[_0x143d7b(0x27a)](_0x18173b=>{const _0xdb5f52=_0x143d7b;var _0x267a68;let _0x2b5497=(_0x267a68=_0x18173b['closest']('[data-embed-floating-menu-entry]'))==null?void 0x0:_0x267a68[_0xdb5f52(0x20f)]['embedFloatingMenuEntry'],_0x401bde=_0x18173b[_0xdb5f52(0x1cb)]['contains'](_0xdb5f52(0x344)),_0x59df8e=_0x18173b[_0xdb5f52(0x1cb)]['contains'](_0xdb5f52(0x513));_0x2b5497===_0xdb5f52(0x31a)?(_0x18173b[_0xdb5f52(0x58f)][_0xdb5f52(0x215)]=_0x401bde?_0xdb5f52(0x322):_0xdb5f52(0x1ea),_0x401bde&&(_0x18173b[_0xdb5f52(0x58f)][_0xdb5f52(0x224)]=_0xe7592+'px',_0x18173b['style'][_0xdb5f52(0x30f)]=_0xf6c5be+'px')):(_0x401bde||_0x59df8e)&&(_0x18173b[_0xdb5f52(0x58f)][_0xdb5f52(0x215)]=_0xdb5f52(0x343));});}function su(_0x8793f9){const _0x34a44b=_0x35dbe5;_0x8793f9[_0x34a44b(0x182)](_0x34a44b(0x618))[_0x34a44b(0x27a)](_0x18dd07=>{const _0x393133=_0x34a44b;_0x18dd07[_0x393133(0x58f)][_0x393133(0x33a)](_0x393133(0x224)),_0x18dd07[_0x393133(0x58f)][_0x393133(0x33a)](_0x393133(0x215)),_0x18dd07[_0x393133(0x58f)][_0x393133(0x33a)]('width');});}function cu(_0x18cf17){const _0x303909=_0x35dbe5;let _0xa8df9b=uu(_0x18cf17)?_0x18cf17[_0x303909(0x436)](_0x303909(0x212)):null,_0x17a2ee=_0xa8df9b==null?void 0x0:_0xa8df9b[_0x303909(0x232)]();return _0x17a2ee&&_0x17a2ee[_0x303909(0x30f)]>0x0&&_0x17a2ee[_0x303909(0x35d)]>0x0?pu(_0x17a2ee,_0x18cf17):pu(_0x18cf17[_0x303909(0x232)](),_0x18cf17);}function lu(_0x3be914){const _0x1736cb=_0x35dbe5;return!!_0x3be914[_0x1736cb(0x59d)](_0x1736cb(0x56f));}function uu(_0x1a2721){const _0xf5e4d3=_0x35dbe5;return lu(_0x1a2721)||!!_0x1a2721[_0xf5e4d3(0x59d)](_0xf5e4d3(0x3f7));}const du=0x18,fu=0x28;function pu(_0x1f3e28,_0x24b284){const _0x4edd63=_0x35dbe5;var _0x40d4c6;let _0x5804c9=mu(_0x24b284,_0x1f3e28);if(!_0x5804c9&&_0x1f3e28[_0x4edd63(0x215)]>=0x0&&_0x1f3e28[_0x4edd63(0x224)]>=0x0)return _0x1f3e28;let _0x3d2580=(_0x40d4c6=_0x5804c9==null?void 0x0:_0x5804c9[_0x4edd63(0x232)]())==null?new DOMRect(0x0,0x0,window[_0x4edd63(0x296)],window[_0x4edd63(0x2af)]):_0x40d4c6,_0x2cde7e=Math[_0x4edd63(0x626)](_0x1f3e28[_0x4edd63(0x224)],_0x3d2580['left']),_0x71c1b6=Math[_0x4edd63(0x626)](_0x1f3e28[_0x4edd63(0x215)],_0x3d2580['top']),_0x2287ff=Math[_0x4edd63(0x269)](_0x1f3e28[_0x4edd63(0x164)],_0x3d2580[_0x4edd63(0x164)]),_0x1ad183=Math[_0x4edd63(0x269)](_0x1f3e28[_0x4edd63(0x1f4)],_0x3d2580[_0x4edd63(0x1f4)]);return _0x2287ff<=_0x2cde7e||_0x1ad183<=_0x71c1b6?new DOMRect(_0x2cde7e,_0x71c1b6,0x0,0x0):new DOMRect(_0x2cde7e,_0x71c1b6,_0x2287ff-_0x2cde7e,_0x1ad183-_0x71c1b6);}function mu(_0x5296d0,_0x796bcd){const _0x36fe27=_0x35dbe5;let _0x5ab8cd=_0x5296d0['parentElement'];for(;_0x5ab8cd&&_0x5ab8cd!==document[_0x36fe27(0x506)]&&_0x5ab8cd!==document[_0x36fe27(0x402)];){if(Ru(_0x5ab8cd)&&!hu(_0x5ab8cd,_0x796bcd))return _0x5ab8cd;_0x5ab8cd=_0x5ab8cd['parentElement'];}return null;}function hu(_0x225b38,_0x2a4c11){const _0x29177d=_0x35dbe5;let _0x183e0d=_0x225b38[_0x29177d(0x232)]();return _0x183e0d[_0x29177d(0x30f)]<=0x0||_0x183e0d['height']<=0x0?!0x0:Math['abs'](_0x183e0d[_0x29177d(0x224)]-_0x2a4c11['left'])<0x1&&Math[_0x29177d(0x644)](_0x183e0d[_0x29177d(0x215)]-_0x2a4c11[_0x29177d(0x215)])<0x1&&Math[_0x29177d(0x644)](_0x183e0d[_0x29177d(0x30f)]-_0x2a4c11[_0x29177d(0x30f)])<0x1&&Math[_0x29177d(0x644)](_0x183e0d[_0x29177d(0x35d)]-_0x2a4c11[_0x29177d(0x35d)])<0x1;}function gu(_0x231b88,_0xb18aac,_0x30f8f9,_0x5b186e){const _0x3f29c5=_0x35dbe5;_0x5b186e[_0x3f29c5(0x25e)][_0x3f29c5(0x27a)](_0x2f716f=>window[_0x3f29c5(0x41f)](_0x2f716f)),_0x5b186e[_0x3f29c5(0x25e)]=[],_0x231b88[_0x3f29c5(0x427)]({'embedId':_0xb18aac,'reason':_0x30f8f9});let _0x4f4de0=_0x2ae94c=>{const _0xc40112=_0x3f29c5;let _0x71b6e3=window[_0xc40112(0x4a0)](()=>{const _0x307545=_0xc40112;_0x5b186e[_0x307545(0x25e)]=_0x5b186e[_0x307545(0x25e)][_0x307545(0x5cb)](_0x45f86a=>_0x45f86a!==_0x71b6e3),_0x231b88[_0x307545(0x427)]({'embedId':_0xb18aac,'reason':_0x30f8f9}),_0x2ae94c>0x1&&_0x4f4de0(_0x2ae94c-0x1);});_0x5b186e[_0xc40112(0x25e)][_0xc40112(0x2b2)](_0x71b6e3);};_0x4f4de0(0x2);}function _u(_0x1daf0d,_0x374e1d,_0x68f581){const _0x3d5d65=_0x35dbe5;if(yu(_0x374e1d))return!0x1;let _0x2d0f1f=_0x374e1d==null?void 0x0:_0x374e1d['target'];return!(_0x2d0f1f instanceof Node&&_0x1daf0d[_0x3d5d65(0x5a2)](_0x2d0f1f)||_0x2d0f1f instanceof HTMLElement&&_0x2d0f1f[_0x3d5d65(0x59d)](_0x3d5d65(0x545))||_0x374e1d instanceof WheelEvent&&(Su(_0x374e1d)||Cu(_0x68f581,_0x374e1d)));}function vu(_0x55efc0){const _0xa9f6f9=_0x35dbe5;return _0x55efc0 instanceof WheelEvent?Math['abs'](_0x55efc0[_0xa9f6f9(0x4e6)])>=Math[_0xa9f6f9(0x644)](_0x55efc0[_0xa9f6f9(0x2c9)]):(_0x55efc0==null?void 0x0:_0x55efc0[_0xa9f6f9(0x5d9)])==='scroll';}function yu(_0x5bae21){return!!_0x5bae21&&_0x5bae21[ql]instanceof WheelEvent;}function bu(_0x6fafcc){const _0x2c232c=_0x35dbe5;Object[_0x2c232c(0x284)](_0x6fafcc,Jl,{'configurable':!0x0,'value':!0x0});}function xu(_0x35938f){return!!_0x35938f[Jl];}function Su(_0x38a737){for(let _0x131e37 of Yl['values']())if(Cu(_0x131e37,_0x38a737))return!0x0;return!0x1;}function Cu(_0x2c56e9,_0x2c98e4){const _0x47055d=_0x35dbe5;let {left:_0x1d387b,top:_0x324723,width:_0x39562e,height:_0x256193}=_0x2c56e9;return!Number[_0x47055d(0x4ce)](_0x1d387b)||!Number['isFinite'](_0x324723)||!Number[_0x47055d(0x4ce)](_0x39562e)||!Number[_0x47055d(0x4ce)](_0x256193)||(_0x39562e==null?0x0:_0x39562e)<=0x0||(_0x256193==null?0x0:_0x256193)<=0x0?!0x1:_0x2c98e4[_0x47055d(0x20c)]>=_0x1d387b&&_0x2c98e4[_0x47055d(0x20c)]<=_0x1d387b+_0x39562e&&_0x2c98e4[_0x47055d(0x21b)]>=_0x324723&&_0x2c98e4[_0x47055d(0x21b)]<=_0x324723+_0x256193;}function wu(_0x1d0a9a){const _0x535f2f=_0x35dbe5;if(!_0x1d0a9a||typeof _0x1d0a9a!=_0x535f2f(0x64e))return;let _0xa113f1=_0x1d0a9a;if(!(_0xa113f1['version']!==0x1||!_0xa113f1[_0x535f2f(0x5b8)]||!_0xa113f1['hostAnchorId']))return _0xa113f1;}function Tu(_0x205058){const _0x172560=_0x35dbe5;var _0x47494b,_0x5a4aad;let _0x37f76e=((_0x47494b=_0x205058[_0x172560(0x5e0)])==null?void 0x0:_0x47494b[_0x172560(0x3fb)])||void 0x0;if(_0x37f76e&&typeof _0x37f76e==_0x172560(0x64e)&&_0x37f76e[_0x172560(0x1ab)])return _0x37f76e[_0x172560(0x1ab)];let _0x182c3c=((_0x5a4aad=_0x205058['sourceMeta'])==null?void 0x0:_0x5a4aad['tab'])||void 0x0;return _0x182c3c&&typeof _0x182c3c=='object'&&_0x182c3c['enabled']?_0x172560(0x3b6):void 0x0;}function Eu(_0x8b21c,_0x373fe5){const _0x3ccc31=_0x35dbe5;var _0x165401;let _0x1185dd=(_0x165401=Wu(_0x373fe5,_0x8b21c[_0x3ccc31(0x20c)],_0x8b21c[_0x3ccc31(0x21b)]))==null?_0x373fe5:_0x165401;if(_0x1185dd===_0x373fe5&&!_0x373fe5[_0x3ccc31(0x5a2)](_0x1185dd))return!0x1;let _0x5400b4=Vu(_0x8b21c,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x8b21c[_0x3ccc31(0x20c)],'clientY':_0x8b21c[_0x3ccc31(0x21b)],'ctrlKey':_0x8b21c[_0x3ccc31(0x298)],'deltaMode':_0x8b21c[_0x3ccc31(0x3d3)],'deltaX':_0x8b21c[_0x3ccc31(0x2c9)],'deltaY':_0x8b21c['deltaY'],'deltaZ':_0x8b21c[_0x3ccc31(0x4d0)],'metaKey':_0x8b21c[_0x3ccc31(0x638)],'shiftKey':_0x8b21c[_0x3ccc31(0x3b5)]});return _0x1185dd[_0x3ccc31(0x4fb)](_0x5400b4),_0x5400b4[_0x3ccc31(0x263)];}function Du(_0x738299,_0x488d6f){const _0x2a799a=_0x35dbe5;var _0x1e6cc1;let _0x88290a=qu((_0x1e6cc1=Wu(_0x488d6f,_0x738299['clientX'],_0x738299[_0x2a799a(0x21b)]))==null?_0x488d6f:_0x1e6cc1,_0x488d6f,_0x738299);return _0x88290a?Ju(_0x738299,_0x88290a):!0x1;}function Ou(_0x1b6fa7,_0x3cee0b){const _0x1bac75=_0x35dbe5;let _0x5b971b=Pu(_0x1b6fa7);if(!_0x5b971b)return Bu(_0x1b6fa7[_0x1bac75(0x399)][_0x1bac75(0x506)],_0x1b6fa7,_0x3cee0b);if(!zu(_0x5b971b))return Bu(_0x5b971b,_0x1b6fa7,_0x3cee0b);let _0x29e9ee=_0x5b971b[_0x1bac75(0x62c)];return _0x5b971b[_0x1bac75(0x62c)]+=_0x3cee0b[_0x1bac75(0x4e6)],_0x5b971b[_0x1bac75(0x62c)]!==_0x29e9ee;}function ku(_0x4a16a2,_0x22b191,_0xdf98bb){const _0x4686a6=_0x35dbe5;var _0x3738d9;return _0xdf98bb||((_0x3738d9=_0x4a16a2[_0x4686a6(0x624)]['sourceMeta'])==null?void 0x0:_0x3738d9[_0x4686a6(0x2bf)])===_0x4686a6(0x26a)?Nu(_0x22b191):vc(_0x4a16a2['layout'],_0x22b191);}function Au(_0x275c83,_0x128650){return lu(_0x275c83)&&Mu(_0x128650);}function ju(_0x423344){const _0x5b8e22=_0x35dbe5;return _0x423344[_0x5b8e22(0x2c9)]||(_0x423344[_0x5b8e22(0x3b5)]?_0x423344[_0x5b8e22(0x4e6)]:0x0);}function Mu(_0x28ded7){const _0x59192b=_0x35dbe5;if(_0x28ded7[_0x59192b(0x298)]||_0x28ded7[_0x59192b(0x638)])return!0x1;let _0x42e0b0=ju(_0x28ded7),_0x3d033f=_0x28ded7['shiftKey']?0x0:_0x28ded7[_0x59192b(0x4e6)];return Math[_0x59192b(0x644)](_0x42e0b0)>Math['abs'](_0x3d033f);}function Nu(_0x3ee47b){const _0x457c3a=_0x35dbe5;return _0x3ee47b[_0x457c3a(0x3b5)]||_0x3ee47b[_0x457c3a(0x298)]||_0x3ee47b[_0x457c3a(0x638)]?!0x1:Math[_0x457c3a(0x644)](_0x3ee47b[_0x457c3a(0x4e6)])>Math[_0x457c3a(0x644)](_0x3ee47b['deltaX']);}function Pu(_0x40364f){const _0x2027db=_0x35dbe5;let _0x591571=_0x40364f[_0x2027db(0x627)];for(;_0x591571&&_0x591571!==document[_0x2027db(0x506)]&&_0x591571!==document['documentElement'];){if(_0x591571[_0x2027db(0x61c)]>_0x591571[_0x2027db(0x266)]&&Ru(_0x591571))return _0x591571;_0x591571=_0x591571[_0x2027db(0x627)];}return null;}function Fu(_0x211361,_0x20c755){const _0x18e94d=_0x35dbe5;var _0x316de5;return Math[_0x18e94d(0x626)](0x1,(_0x316de5=Lu(_0x211361))==null?_0x20c755:_0x316de5);}function Iu(_0x4026e3,_0x2e678b,_0x53e395){var _0x15a56c,_0x560347;return Math['max'](0x1,(_0x15a56c=(_0x560347=Lu(_0x4026e3))==null?Lu(_0x2e678b):_0x560347)==null?_0x53e395:_0x15a56c);}function Lu(_0x587e90){const _0x2e18d6=_0x35dbe5;return typeof _0x587e90==_0x2e18d6(0x165)&&Number[_0x2e18d6(0x4ce)](_0x587e90)&&_0x587e90>0x0?_0x587e90:void 0x0;}function Ru(_0x473373){const _0x33b31d=_0x35dbe5;let _0x4a7afe=window[_0x33b31d(0x30c)](_0x473373);return _0x4a7afe[_0x33b31d(0x57d)]===_0x33b31d(0x1d3)||_0x4a7afe[_0x33b31d(0x57d)]===_0x33b31d(0x557)||_0x4a7afe['overflow']===_0x33b31d(0x1b8)||_0x4a7afe[_0x33b31d(0x420)]===_0x33b31d(0x1d3)||_0x4a7afe[_0x33b31d(0x420)]==='scroll'||_0x4a7afe['overflowY']==='hidden';}function zu(_0x58569c){const _0x106b40=_0x35dbe5;let _0x45febf=window[_0x106b40(0x30c)](_0x58569c);return _0x45febf['overflow']===_0x106b40(0x1d3)||_0x45febf['overflow']===_0x106b40(0x557)||_0x45febf[_0x106b40(0x420)]===_0x106b40(0x1d3)||_0x45febf[_0x106b40(0x420)]==='scroll';}function Bu(_0xd060e2,_0x322dc1,_0x191282){const _0x4e5629=_0x35dbe5;let _0x308243=Array[_0x4e5629(0x591)](_0xd060e2['querySelectorAll'](_0x4e5629(0x5d6)))['find'](_0x2f4af9=>!_0x322dc1['contains'](_0x2f4af9));if(!_0x308243)return!0x1;let _0x274a19=Hu(_0x308243,_0x322dc1,_0x191282);return _0x308243[_0x4e5629(0x4fb)](Vu(_0x191282,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x274a19[_0x4e5629(0x20c)],'clientY':_0x274a19[_0x4e5629(0x21b)],'ctrlKey':_0x191282[_0x4e5629(0x298)],'deltaMode':_0x191282[_0x4e5629(0x3d3)],'deltaX':_0x191282[_0x4e5629(0x2c9)],'deltaY':_0x191282['deltaY'],'deltaZ':_0x191282[_0x4e5629(0x4d0)],'metaKey':_0x191282[_0x4e5629(0x638)],'shiftKey':_0x191282[_0x4e5629(0x3b5)]})),!0x0;}function Vu(_0x40e805,_0x1d944f){const _0x2c5ec0=_0x35dbe5;let _0x4c6978=new WheelEvent(_0x2c5ec0(0x161),_0x1d944f);return Object[_0x2c5ec0(0x284)](_0x4c6978,ql,{'configurable':!0x0,'value':_0x40e805}),_0x4c6978;}function Hu(_0x411808,_0x313b7d,_0x36d127){const _0x55861c=_0x35dbe5;var _0x5687f2;if(!Ku(_0x313b7d,_0x36d127['clientX'],_0x36d127[_0x55861c(0x21b)]))return{'clientX':_0x36d127[_0x55861c(0x20c)],'clientY':_0x36d127[_0x55861c(0x21b)]};let _0x18fd42=_0x411808[_0x55861c(0x232)](),_0x4ddc29=Math[_0x55861c(0x269)](0x18,Math['max'](0x4,Math[_0x55861c(0x269)](_0x18fd42[_0x55861c(0x30f)],_0x18fd42[_0x55861c(0x35d)])/0x8)),_0x59ebe5=[{'clientX':_0x18fd42[_0x55861c(0x224)]+_0x4ddc29,'clientY':_0x18fd42[_0x55861c(0x215)]+_0x4ddc29},{'clientX':_0x18fd42[_0x55861c(0x164)]-_0x4ddc29,'clientY':_0x18fd42['top']+_0x4ddc29},{'clientX':_0x18fd42['left']+_0x4ddc29,'clientY':_0x18fd42[_0x55861c(0x1f4)]-_0x4ddc29},{'clientX':_0x18fd42['right']-_0x4ddc29,'clientY':_0x18fd42[_0x55861c(0x1f4)]-_0x4ddc29},{'clientX':_0x18fd42[_0x55861c(0x224)]+_0x18fd42['width']/0x2,'clientY':_0x18fd42['top']+_0x18fd42[_0x55861c(0x35d)]/0x2}];return(_0x5687f2=_0x59ebe5[_0x55861c(0x611)](_0x31a937=>!Ku(_0x313b7d,_0x31a937[_0x55861c(0x20c)],_0x31a937[_0x55861c(0x21b)])))==null?_0x59ebe5[0x0]:_0x5687f2;}function Uu(_0x344bd8,_0x11709b,_0x4bb420){const _0x739ade=_0x35dbe5;return Math['max'](_0x11709b,Math[_0x739ade(0x269)](_0x4bb420,_0x344bd8));}function Wu(_0x5ac387,_0x41dd2b,_0x4368c4){if(!Ku(_0x5ac387,_0x41dd2b,_0x4368c4))return null;let _0x489016=Gu(_0x5ac387,_0x41dd2b,_0x4368c4);if(_0x489016)return _0x489016;let _0x2d562b=_0x5ac387,_0x6f4b4e=_0x4d47bd=>{const _0x377640=_0x3c26;let _0x42185d=Array[_0x377640(0x591)](_0x4d47bd['children']);for(let _0x1975c5=_0x42185d[_0x377640(0x446)]-0x1;_0x1975c5>=0x0;_0x1975c5--){let _0x2d699b=_0x42185d[_0x1975c5];if(!(!(_0x2d699b instanceof HTMLElement)||!Ku(_0x2d699b,_0x41dd2b,_0x4368c4))){_0x2d562b=_0x2d699b,_0x6f4b4e(_0x2d699b);return;}}};return _0x6f4b4e(_0x5ac387),_0x2d562b;}function Gu(_0x48478d,_0x42ade2,_0x51f9d0){const _0x454e28=_0x35dbe5;let _0x25160b=_0x48478d['ownerDocument']['elementsFromPoint'];if(typeof _0x25160b!=_0x454e28(0x5e7))return null;let _0x48ed3=_0x25160b[_0x454e28(0x4df)](_0x48478d[_0x454e28(0x399)],_0x42ade2,_0x51f9d0)[_0x454e28(0x611)](_0x536b4d=>_0x536b4d instanceof HTMLElement&&_0x48478d[_0x454e28(0x5a2)](_0x536b4d));return _0x48ed3==null?null:_0x48ed3;}function Ku(_0x32e35c,_0xd95604,_0x22ad5b){const _0x442012=_0x35dbe5;let _0x400e45=_0x32e35c['getBoundingClientRect']();return _0xd95604>=_0x400e45['left']&&_0xd95604<=_0x400e45[_0x442012(0x164)]&&_0x22ad5b>=_0x400e45['top']&&_0x22ad5b<=_0x400e45[_0x442012(0x1f4)];}function qu(_0xb7b5c,_0x3f215f,_0x42bc01){const _0x53f11d=_0x35dbe5;let _0x1421e0=_0x42bc01[_0x53f11d(0x2c9)]||(_0x42bc01[_0x53f11d(0x3b5)]?_0x42bc01[_0x53f11d(0x4e6)]:0x0),_0x47977d=_0x42bc01[_0x53f11d(0x3b5)]?0x0:_0x42bc01['deltaY'],_0xa3c646=_0xb7b5c;for(;_0xa3c646&&_0x3f215f[_0x53f11d(0x5a2)](_0xa3c646);){if(ad(_0xa3c646,_0x1421e0,_0x47977d))return _0xa3c646;_0xa3c646=_0xa3c646[_0x53f11d(0x627)];}return ad(_0x3f215f,_0x1421e0,_0x47977d)?_0x3f215f:null;}function Ju(_0x12d1a2,_0x2d33c2){const _0x482337=_0x35dbe5;let _0x318c61=_0x12d1a2[_0x482337(0x2c9)]||(_0x12d1a2[_0x482337(0x3b5)]?_0x12d1a2[_0x482337(0x4e6)]:0x0),_0x238e32=_0x12d1a2[_0x482337(0x3b5)]?0x0:_0x12d1a2['deltaY'],_0x11a61e=_0x2d33c2[_0x482337(0x274)],_0x4bd061=_0x2d33c2['scrollTop'];return _0x318c61&&(_0x2d33c2[_0x482337(0x274)]+=_0x318c61),_0x238e32&&(_0x2d33c2[_0x482337(0x62c)]+=_0x238e32),_0x2d33c2['scrollLeft']!==_0x11a61e||_0x2d33c2['scrollTop']!==_0x4bd061;}function Yu(..._0x10756c){const _0x4a61b9=_0x35dbe5;return _0x10756c[_0x4a61b9(0x5cb)](_0xd56e01=>!!_0xd56e01&&_0xd56e01[_0x4a61b9(0x331)]);}function Xu(_0x20707a,_0x3f47d1){const _0x1c784d=_0x35dbe5;if(_0x3f47d1 instanceof HTMLCanvasElement&&_0x20707a[_0x1c784d(0x65e)](_0x3bfe5e=>_0x3bfe5e[_0x1c784d(0x5a2)](_0x3f47d1)))return _0x3f47d1;for(let _0x501b78 of _0x20707a){let _0x1fbb40=_0x501b78[_0x1c784d(0x436)](_0x1c784d(0x5d6));if(_0x1fbb40)return _0x1fbb40;}return null;}function Zu(_0x18f846){const _0x24f866=_0x35dbe5;return _0x18f846!==_0x140e49[_0x24f866(0x227)]&&_0x18f846!==_0x140e49[_0x24f866(0x43a)]&&_0x18f846!==_0x140e49[_0x24f866(0x1f2)];}function Qu(_0x1c05a4){const _0xf06b7e=_0x35dbe5;let _0x4bbd7b=$u(_0x1c05a4);return _0x4bbd7b===_0xf06b7e(0x4db)||_0x4bbd7b===_0xf06b7e(0x407)||_0x4bbd7b==='floating-menu';}function $u(_0x13a2df){const _0x541ae2=_0x35dbe5;var _0x12adf7;if(!(_0x13a2df instanceof HTMLElement))return;let _0x5a9412=(_0x12adf7=_0x13a2df[_0x541ae2(0x59d)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x12adf7[_0x541ae2(0x33b)](Y);return nd(_0x5a9412)?_0x5a9412:void 0x0;}function ed(_0x464369){const _0x5b7547=_0x35dbe5;let {stage:_0x5d0496,isOwnedChildInteraction:_0x2758c5}=_0x464369;return _0x5d0496===_0x5b7547(0x18a)&&_0x2758c5;}function td(_0x388a2b){const _0x2142e9=_0x35dbe5;return _0x388a2b[_0x2142e9(0x5d2)]<_0x388a2b[_0x2142e9(0x376)];}function nd(_0x2930be){const _0x31fffc=_0x35dbe5;return _0x2930be===_0x31fffc(0x64a)||_0x2930be==='child-session'||_0x2930be===_0x31fffc(0x4db)||_0x2930be==='child-popup'||_0x2930be==='floating-menu';}function rd(_0x142c1a){const _0x4467c1=_0x35dbe5;return _0x142c1a['id']===_0x4467c1(0x38e)||_0x142c1a['id'][_0x4467c1(0x3e2)]('__editor_docs-')||_0x142c1a['id'][_0x4467c1(0x3e2)](_0x4467c1(0x3cc))||_0x142c1a['closest'](_0x4467c1(0x250))!=null;}function id(_0x25abfc,_0x502906){const _0x4da85d=_0x35dbe5;if(!_0x25abfc||_0x502906[_0x4da85d(0x446)]===0x0)return;let _0x4a219b=_0x502906[0x0]['ownerDocument']['activeElement'];_0x4a219b instanceof HTMLElement&&(_0x502906['some'](_0x51b993=>_0x51b993['contains'](_0x4a219b))||_0x4a219b[_0x4da85d(0x59d)](_0x4da85d(0x1ba)+_0x25abfc+'\x22]')!=null)&&_0x4a219b['blur']();}function ad(_0x59253c,_0x4fb4ca,_0x590ea3){const _0x495f64=_0x35dbe5;let _0xd64b70=_0x4fb4ca!==0x0&&_0x59253c['scrollWidth']>_0x59253c[_0x495f64(0x1a7)]&&(_0x4fb4ca<0x0?_0x59253c['scrollLeft']>0x0:_0x59253c[_0x495f64(0x274)]+_0x59253c[_0x495f64(0x1a7)]<_0x59253c[_0x495f64(0x50e)]),_0x24ffc7=_0x590ea3!==0x0&&_0x59253c[_0x495f64(0x61c)]>_0x59253c[_0x495f64(0x266)]&&(_0x590ea3<0x0?_0x59253c[_0x495f64(0x62c)]>0x0:_0x59253c[_0x495f64(0x62c)]+_0x59253c[_0x495f64(0x266)]<_0x59253c[_0x495f64(0x61c)]);return _0xd64b70||_0x24ffc7;}function od(_0x2392b2){const _0x40ba3b=_0x35dbe5;var _0x47d75d,_0x211917,_0xd4dfad,_0x9cbb5c;let _0x3ef77c=_0x21f18c(_0x1cbf8c),_0xd1bcb8=_0x21f18c(_0x32fce3),_0x12c878=_0x21f18c(_0x4fffb3),_0x1ada7e=hd(_0x2392b2['data']),_0x166f5b=_0x1ada7e==null?void 0x0:_0x1ada7e[_0x40ba3b(0x4bd)],_0x13b7f3=_0x166f5b==null?(_0x47d75d=_0xd1bcb8['getCurrentUnitOfType'](_0x140e49[_0x40ba3b(0x43a)]))==null?void 0x0:_0x47d75d[_0x40ba3b(0x5d0)]():_0x166f5b,_0xc91a8b=_0xf30763(null),_0x2671ee=_0xf30763(null),[_0x2b56c2,_0x2345fa]=_0x57f380(()=>_0x2ad4ec()),_0x4d2930=_0xf30763(_0x2b56c2),_0x4d07e0=gd(_0x1ada7e),_0x3a09a1=_0x2392b2[_0x40ba3b(0x4a2)],_0x219b9f=_0x3a09a1==null?void 0x0:_0x3a09a1['bleedLeft'],_0x29f365=_0x3a09a1==null?void 0x0:_0x3a09a1[_0x40ba3b(0x4f1)],_0x594894=_0x3a09a1==null?void 0x0:_0x3a09a1[_0x40ba3b(0x550)];_0x4d2930[_0x40ba3b(0x25e)]=_0x2b56c2,_0x384162(()=>{if(!_0x166f5b)return;let _0x3b23dd=[],_0x42d5f5=()=>{const _0x3c6f40=_0x3c26;let _0x5d384f=_0xd1bcb8[_0x3c6f40(0x55c)](_0x166f5b,_0x140e49['UNIVER_DOC']),_0xef960b=_0x5d384f==null?void 0x0:_0x5d384f[_0x3c6f40(0x53a)];typeof _0xef960b==_0x3c6f40(0x165)&&_0x3ef77c[_0x3c6f40(0x388)](_0x3fb258['id'],{'unitId':_0x166f5b,'zoomRatio':_0xef960b});},_0x56d95f=_0x208dda=>{let _0x29e9ad=requestAnimationFrame(_0x208dda);_0x3b23dd['push'](()=>cancelAnimationFrame(_0x29e9ad));},_0x318eed=_0x28de38=>{let _0x3c6dc2=setTimeout(_0x42d5f5,_0x28de38);_0x3b23dd['push'](()=>clearTimeout(_0x3c6dc2));};return _0x42d5f5(),_0x56d95f(_0x42d5f5),_0x56d95f(()=>_0x56d95f(_0x42d5f5)),_0x318eed(0x78),_0x318eed(0x1f4),()=>{const _0x44e2e1=_0x3c26;_0x3b23dd[_0x44e2e1(0x27a)](_0x5773d1=>_0x5773d1());};},[_0x3ef77c,_0x166f5b,_0xd1bcb8]),_0x3f21a1(()=>{const _0x5d4088=_0x40ba3b;let _0x1a145e=_0xc91a8b[_0x5d4088(0x25e)];if(!_0x1a145e||!_0x4d07e0||typeof window>'u')return;let _0xea9798,_0x2452aa=()=>{const _0x2aaa03=_0x5d4088;_0xea9798=void 0x0;let _0x44ba8f=_0x1a145e[_0x2aaa03(0x232)](),_0x3a7f05=_0x1090f1(_0x1a145e,pd(_0x594894,()=>yd(_0x1a145e,_0x44ba8f[_0x2aaa03(0x30f)])),{'bleedLeft':_0x219b9f,'bleedWidth':_0x29f365});_0x2345fa(_0x29b846=>Math[_0x2aaa03(0x644)](_0x29b846['bleedLeft']-_0x3a7f05[_0x2aaa03(0x408)])<0.5&&Math[_0x2aaa03(0x644)](_0x29b846[_0x2aaa03(0x485)]-_0x3a7f05[_0x2aaa03(0x485)])<0.5&&Math[_0x2aaa03(0x644)](_0x29b846[_0x2aaa03(0x4f1)]-_0x3a7f05[_0x2aaa03(0x4f1)])<0.5&&Math['abs'](_0x29b846[_0x2aaa03(0x550)]-_0x3a7f05[_0x2aaa03(0x550)])<0.5&&Math[_0x2aaa03(0x644)](_0x29b846[_0x2aaa03(0x47b)]-_0x3a7f05[_0x2aaa03(0x47b)])<0.5?_0x29b846:_0x3a7f05);},_0x34ea1b=()=>{_0xea9798==null&&(_0xea9798=window['requestAnimationFrame'](_0x2452aa));},_0x34684f=_0x2791f6=>{const _0x3701aa=_0x5d4088;md(_0x1a145e,_0x2791f6[_0x3701aa(0x4c7)])&&_0x34ea1b();};_0x2452aa();let _0x10a9b3=new ResizeObserver(_0x34ea1b);return _0x10a9b3[_0x5d4088(0x325)](_0x1a145e),window[_0x5d4088(0x243)](_0x5d4088(0x609),_0x34ea1b),window[_0x5d4088(0x243)](_0x5d4088(0x557),_0x34684f,!0x0),()=>{const _0x1ac509=_0x5d4088;_0xea9798!=null&&window[_0x1ac509(0x41f)](_0xea9798),_0x10a9b3[_0x1ac509(0x175)](),window[_0x1ac509(0x5e9)](_0x1ac509(0x609),_0x34ea1b),window['removeEventListener'](_0x1ac509(0x557),_0x34684f,!0x0);};},[_0x219b9f,_0x29f365,_0x594894,_0x4d07e0]),_0x3f21a1(()=>{const _0x4eb85f=_0x40ba3b;let _0x2d8da2=_0xc91a8b[_0x4eb85f(0x25e)];if(!_0x2d8da2||!_0x4d07e0){_0x2671ee['current']=null;return;}let _0x4b06df=()=>{const _0x2189d0=_0x4eb85f;_0x2671ee['current']=_0x2d8da2[_0x2189d0(0x436)]('.univer-embed-float-dom__live');};_0x4b06df();let _0xb340a4=new MutationObserver(_0x4b06df);return _0xb340a4[_0x4eb85f(0x325)](_0x2d8da2,{'childList':!0x0,'subtree':!0x0}),()=>{const _0xa4b87b=_0x4eb85f;_0x2671ee[_0xa4b87b(0x25e)]=null,_0xb340a4['disconnect']();};},[_0x4d07e0]);let _0x23e455=_0x4d07e0?ud((_0x211917=_0x2392b2['customBlockRenderViewport'])==null?void 0x0:_0x211917[_0x40ba3b(0x15d)]):_0x2f5732((_0xd4dfad=_0x2392b2[_0x40ba3b(0x4a2)])==null?void 0x0:_0xd4dfad[_0x40ba3b(0x15d)],0x1),_0x315f47=fd({'contentHeight':_0x23e455,'menuInsetTop':0x34,'sheetLike':_0x4d07e0}),_0x11f500=dd({'contentHeight':_0x23e455,'sheetLike':_0x4d07e0,'viewportHeight':(_0x9cbb5c=_0x2392b2[_0x40ba3b(0x4a2)])==null?void 0x0:_0x9cbb5c[_0x40ba3b(0x3ed)]}),_0x3f7e28=_0x4d07e0?{'height':_0x315f47,'minHeight':_0x315f47}:void 0x0,_0x4c5e33=_0x1814cc((_0x2d8ab,_0x170861)=>{const _0x32ec44=_0x40ba3b;var _0x4c89cb;let _0x10a614=(_0x4c89cb=_0x12c878[_0x32ec44(0x5c9)](_0x170861['hostUnitId']))==null?void 0x0:_0x4c89cb[_0x32ec44(0x569)];return Bl({..._0x170861,'event':_0x2d8ab,'source':'wheel','stage':'stage2'},_0x10a614==null?void 0x0:_0x10a614[_0x32ec44(0x361)](_0xcc0cd2[_0x32ec44(0x5cf)]),_0x10a614);},[_0x12c878]),_0x2aa60b=_0x1814cc(_0x3e6a1b=>{const _0x5bcf05=_0x40ba3b;var _0x30a293;if(!_0x13b7f3)return!0x1;let _0x5781f7=(_0x30a293=_0x12c878['getRenderById'](_0x13b7f3))==null?void 0x0:_0x30a293[_0x5bcf05(0x569)];return Bl({'event':_0x3e6a1b,'source':'wheel','stage':'stage2'},_0x5781f7==null?void 0x0:_0x5781f7[_0x5bcf05(0x361)](_0xcc0cd2[_0x5bcf05(0x5cf)]),_0x5781f7);},[_0x12c878,_0x13b7f3]),_0x5a7b5e=_0x1814cc(_0x5e1581=>{sd(_0x12c878,_0x13b7f3,_0x5e1581);},[_0x12c878,_0x13b7f3]);return _0x384162(()=>{const _0x34666d=_0x40ba3b;let _0x3ec015=_0xc91a8b[_0x34666d(0x25e)];if(!_0x3ec015||!_0x4d07e0)return;let _0x448b00=_0x122fbd=>{const _0x5421a7=_0x34666d;var _0x7f9a10;_d(_0x122fbd)&&((_0x7f9a10=_0x3ec015[_0x5421a7(0x436)](_0x5421a7(0x660)))==null?void 0x0:_0x7f9a10['dataset'][_0x5421a7(0x2ce)])===_0x5421a7(0x18a)&&_0x2aa60b(_0x122fbd)&&(_0x122fbd[_0x5421a7(0x5e5)](),_0x122fbd[_0x5421a7(0x48c)](),_0x122fbd[_0x5421a7(0x35a)]());};return _0x3ec015[_0x34666d(0x243)](_0x34666d(0x161),_0x448b00,{'capture':!0x0,'passive':!0x1}),()=>_0x3ec015[_0x34666d(0x5e9)]('wheel',_0x448b00,{'capture':!0x0});},[_0x2aa60b,_0x4d07e0]),_0x384162(()=>{const _0x3138c2=_0x40ba3b;let _0x1c123c=_0xc91a8b[_0x3138c2(0x25e)];if(!_0x1c123c||!_0x4d07e0)return;let _0x49913b=ld({'getLive':()=>_0x2671ee[_0x3138c2(0x25e)],'getStage':()=>{const _0x4bb4aa=_0x3138c2;var _0x1f34fa;return(_0x1f34fa=_0x1c123c[_0x4bb4aa(0x436)]('[data-embed-float-dom]'))==null?void 0x0:_0x1f34fa[_0x4bb4aa(0x20f)][_0x4bb4aa(0x2ce)];},'getMaxScrollLeft':()=>{const _0x256f10=_0x3138c2;let _0x5b8e98=_0x4d2930[_0x256f10(0x25e)][_0x256f10(0x47b)]-_0x4d2930[_0x256f10(0x25e)]['bleedWidth'];return _0x5b8e98>0x0?_0x5b8e98:void 0x0;}});return _0x1c123c[_0x3138c2(0x243)](_0x3138c2(0x161),_0x49913b,{'capture':!0x0,'passive':!0x1}),()=>_0x1c123c['removeEventListener'](_0x3138c2(0x161),_0x49913b,{'capture':!0x0});},[_0x4d07e0]),_0x2e0de7(_0x40ba3b(0x590),{'ref':_0xc91a8b,'className':_0x40ba3b(0x44f),'data-embed-docs-custom-block':_0x40ba3b(0x479),'data-embed-docs-custom-block-child-type':(_0x1ada7e==null?void 0x0:_0x1ada7e[_0x40ba3b(0x674)])==null?void 0x0:String(_0x1ada7e[_0x40ba3b(0x674)]),'data-embed-docs-custom-block-sheet-like':_0x4d07e0?'true':void 0x0,'style':_0x3f7e28,'children':_0x2e0de7(eu,{..._0x2392b2,'docsCustomBlockLayout':_0x4d07e0?{'bleedLeft':_0x2b56c2['bleedLeft'],'bleedWidth':_0x2b56c2[_0x40ba3b(0x4f1)],'contentHeight':_0x23e455,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x11f500}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x4d07e0?_0x4c5e33:void 0x0,'onRuntimeStageEnter':_0x5a7b5e,'syncHostVerticalScroll':_0x4d07e0})});}function sd(_0x2d8e7c,_0x31a786,_0x31bd03){const _0x1ab2fe=_0x35dbe5;var _0x5d3905;_0x31bd03!==_0x1ab2fe(0x18a)||!_0x31a786||(_0x5d3905=_0x2d8e7c[_0x1ab2fe(0x5c9)](_0x31a786))==null||(_0x5d3905=_0x5d3905[_0x1ab2fe(0x4cd)](_0x4f76fb))==null||_0x5d3905[_0x1ab2fe(0x340)]();}function cd(_0x3c3e41){return _0x3a4fa9=>{const _0x37cc6b=_0x3c26;var _0x29a751;let _0x38e079=_0x3c3e41[_0x37cc6b(0x20e)]();!_0x38e079||_0x3a4fa9[_0x37cc6b(0x298)]||_0x3a4fa9[_0x37cc6b(0x638)]||_0x33fdc1(_0x3a4fa9,_0x38e079,{'maxScrollLeft':(_0x29a751=_0x3c3e41[_0x37cc6b(0x60a)])==null?void 0x0:_0x29a751[_0x37cc6b(0x4df)](_0x3c3e41)})&&(_0x3a4fa9[_0x37cc6b(0x5e5)](),_0x3a4fa9['stopPropagation']());};}function ld(_0x301979){let _0x566d35=cd(_0x301979);return _0x24bfaa=>{const _0x25e72b=_0x3c26;_0x301979[_0x25e72b(0x21d)]()!==_0x25e72b(0x18a)||!vd(_0x24bfaa)||_0x566d35(_0x24bfaa);};}function ud(_0x148dbd){return _0x2f5732(_0x148dbd,0x1e0);}function dd(_0x4e01b8){const _0x3611a1=_0x35dbe5;return _0x2f5732(_0x4e01b8['viewportHeight'],_0x4e01b8[_0x3611a1(0x15d)]);}function fd(_0x199069){const _0x2db274=_0x35dbe5;return _0x199069[_0x2db274(0x424)]?_0x199069[_0x2db274(0x15d)]+_0x199069[_0x2db274(0x3bc)]:_0x199069[_0x2db274(0x15d)];}function pd(_0x56fc4d,_0x4ed36b){const _0xf42ffe=_0x35dbe5;return Number[_0xf42ffe(0x4ce)](_0x56fc4d)&&(_0x56fc4d==null?0x0:_0x56fc4d)>0x0?_0x56fc4d:_0x2ccd93(void 0x0,_0x4ed36b());}function md(_0x447302,_0x34a758){return!(_0x34a758 instanceof Node&&_0x447302['contains'](_0x34a758));}function hd(_0x7d93e3){const _0xb2dad4=_0x35dbe5;if(!_0x7d93e3||typeof _0x7d93e3!='object')return;let _0x2f5f62=_0x7d93e3;if(!(_0x2f5f62[_0xb2dad4(0x538)]!==0x1||!_0x2f5f62[_0xb2dad4(0x5b8)]||!_0x2f5f62[_0xb2dad4(0x666)]))return _0x2f5f62;}function gd(_0x17092f){const _0x590f86=_0x35dbe5;return(_0x17092f==null?void 0x0:_0x17092f[_0x590f86(0x674)])===_0x140e49[_0x590f86(0x227)]||(_0x17092f==null?void 0x0:_0x17092f[_0x590f86(0x674)])===_0x140e49[_0x590f86(0x1f2)];}function _d(_0x2f4f7a){const _0x308ce3=_0x35dbe5;return _0x2f4f7a['shiftKey']||_0x2f4f7a[_0x308ce3(0x298)]||_0x2f4f7a[_0x308ce3(0x638)]?!0x1:Math[_0x308ce3(0x644)](_0x2f4f7a[_0x308ce3(0x4e6)])>Math[_0x308ce3(0x644)](_0x2f4f7a[_0x308ce3(0x2c9)]);}function vd(_0x39b472){const _0x27df05=_0x35dbe5;if(_0x39b472[_0x27df05(0x298)]||_0x39b472[_0x27df05(0x638)])return!0x1;let _0x366c6b=_0x39b472[_0x27df05(0x2c9)]||(_0x39b472['shiftKey']?_0x39b472[_0x27df05(0x4e6)]:0x0),_0x2842db=_0x39b472['shiftKey']?0x0:_0x39b472[_0x27df05(0x4e6)];return Math['abs'](_0x366c6b)>Math[_0x27df05(0x644)](_0x2842db);}function yd(_0x3fc428,_0x534959){const _0x158452=_0x35dbe5;let _0x37de55=_0x3fc428[_0x158452(0x436)]('.univer-embed-float-dom__live-content'),_0xd4d134=_0x3fc428[_0x158452(0x436)](_0x158452(0x461)),_0x3a8bc8=[Math[_0x158452(0x626)](0x1,_0x534959)];return bd(_0x37de55,_0x3a8bc8),bd(_0xd4d134,_0x3a8bc8),Math['max'](..._0x3a8bc8['filter'](_0x614ca9=>Number[_0x158452(0x4ce)](_0x614ca9)&&_0x614ca9>0x0));}function bd(_0x19e0dc,_0x559d68){const _0x43d732=_0x35dbe5;if(_0x19e0dc){_0x559d68['push'](_0x19e0dc[_0x43d732(0x50e)],_0x19e0dc[_0x43d732(0x353)],_0x19e0dc[_0x43d732(0x232)]()[_0x43d732(0x30f)]);for(let _0xe6ece5 of Array[_0x43d732(0x591)](_0x19e0dc[_0x43d732(0x475)])){if(!(_0xe6ece5 instanceof HTMLElement))continue;let _0x567273=_0xe6ece5[_0x43d732(0x232)](),_0x6d0531=_0x19e0dc['getBoundingClientRect']();_0x559d68[_0x43d732(0x2b2)](_0xe6ece5[_0x43d732(0x50e)],_0xe6ece5['offsetWidth'],_0x567273['right']-_0x6d0531[_0x43d732(0x224)]);}}}function xd(){const _0x1aedba=_0x35dbe5;return Wc({'childType':_0x140e49[_0x1aedba(0x43a)],'mount':Sd});}function Sd(_0x29a09f){const _0x15d7e3=_0x35dbe5;let _0x56e91c=Uc(_0x29a09f),_0x1de130=document['createElement'](_0x15d7e3(0x590));_0x1de130[_0x15d7e3(0x534)](_0x15d7e3(0x5e8),_0x29a09f[_0x15d7e3(0x624)]['entry']),_0x56e91c[_0x15d7e3(0x4ef)](_0x1de130);let _0x4c4115=wo(_0x1de130);return _0x4c4115[_0x15d7e3(0x4a9)](_0xf619e0(vo,{'injector':_0x29a09f[_0x15d7e3(0x374)]['injector'],'mountContainer':_0x56e91c,'embedId':_0x29a09f['embedId']},_0xf619e0(Cd,{'hostUnitId':_0x29a09f[_0x15d7e3(0x4bd)],'embedId':_0x29a09f['embedId'],'entry':_0x29a09f[_0x15d7e3(0x624)][_0x15d7e3(0x2ad)],'fullscreen':!!_0x29a09f['renderScope'][_0x15d7e3(0x1c6)],'usesDomFloatingStage':_0x29a09f[_0x15d7e3(0x624)][_0x15d7e3(0x2ad)]!==_0x15d7e3(0x454),'renderScopeActive$':_0x29a09f[_0x15d7e3(0x3ec)][_0x15d7e3(0x229)]}))),_0xd3a08f(()=>{const _0x3a8b31=_0x15d7e3;To(_0x4c4115),globalThis[_0x3a8b31(0x170)](()=>_0x1de130[_0x3a8b31(0x59f)](),0x0);});}function Cd(_0x6cb492){const _0x1d9d9f=_0x35dbe5;let {hostUnitId:_0x143472,embedId:_0x5d6dff,entry:_0x338cbe,fullscreen:_0x48010b,usesDomFloatingStage:_0x59f0f2,renderScopeActive$:_0x126d73}=_0x6cb492,_0x350581=_0x5ac3c3(()=>_0x126d73,!0x1,!0x1,[_0x126d73]),_0x3c2714=_0x21f18c(_0x1cbf8c),_0x2b3bf5=_0x21f18c(ca),_0x277e95=Hc({'embedId':_0x5d6dff,'active':_0x5ac3c3(()=>_0x2b3bf5[_0x1d9d9f(0x229)],_0x2b3bf5['getActive'](),!0x1,[_0x2b3bf5]),'fullscreen':_0x48010b,'usesDomFloatingStage':_0x59f0f2,'renderScopeActive':_0x350581});return _0x2e0de7('div',{'className':wd({'entry':_0x338cbe,'fullscreen':_0x48010b,'stage':_0x277e95}),'data-embed-floating-menu':_0x1d9d9f(0x479),'data-embed-id':_0x5d6dff,'data-embed-float-stage':_0x277e95,'onPointerDown':_0x538934=>_0x538934[_0x1d9d9f(0x48c)](),'children':_0x2e0de7(_0x49a018,{'type':_0x1d9d9f(0x32e),'size':_0x1d9d9f(0x18f),'variant':_0x1d9d9f(0x199),'className':_0x1d9d9f(0x3d8),'onClick':()=>{_0x3c2714['executeCommand'](_0x4dca69['id'],{'hostUnitId':_0x143472,'embedId':_0x5d6dff});},'children':_0x2e0de7(_0x5e2212,{})})});}function wd(_0x2b2d31){const _0x27141f=_0x35dbe5;let {entry:_0x4d2fac,fullscreen:_0x227600,stage:_0xdd50d6}=_0x2b2d31;return _0x50d2f5(_0x27141f(0x63e),{'univer-hidden':_0xdd50d6!==_0x27141f(0x18a),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x227600,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x227600,'-univer-top-9':!_0x227600&&_0x4d2fac!=='docs-custom-block','-univer-top-[52px]':!_0x227600&&_0x4d2fac==='docs-custom-block'});}function Td(_0x1a43b5){Ks(_0x1a43b5,'docs-ui.embed',Ed);}function Ed(_0x1bb416){const _0x21663f=_0x35dbe5;let _0x3c97f3=_0x1bb416[_0x21663f(0x66a)](_0x4f3315),_0x4d2970=_0x1bb416[_0x21663f(0x66a)](ao),_0x24ef79=_0x1bb416[_0x21663f(0x66a)](ro),_0x2b7c7a=_0x1bb416[_0x21663f(0x66a)](sa),_0x2ef5a4=_0x1bb416['get'](io),_0x4610c4=_0x1bb416[_0x21663f(0x66a)](Es),_0x3e9305=_0x1bb416[_0x21663f(0x66a)](ks),_0x799bce=_0x1bb416[_0x21663f(0x629)](_0x163f62)?_0x1bb416[_0x21663f(0x66a)](_0x163f62):void 0x0,_0x5a9893=_0x1bb416[_0x21663f(0x629)](_0x32fce3)?_0x1bb416[_0x21663f(0x66a)](_0x32fce3):void 0x0,_0x3e8b12=_0x1bb416[_0x21663f(0x629)](_0x4fffb3)?_0x1bb416['get'](_0x4fffb3):void 0x0;_0x3e8b12==null||_0x3e8b12[_0x21663f(0x3df)](_0x140e49[_0x21663f(0x43a)],[Nl]),_0x1bb416[_0x21663f(0x629)](_0x9dd5a0)&&_0x1bb416['get'](_0x9dd5a0)[_0x21663f(0x280)](_0x2bbc61,od);let _0x448d26=Il(_0x799bce,_0x5a9893,_0x3e8b12);_0x3c97f3['get'](_0x448d26[_0x21663f(0x323)],_0x448d26['entry'])||_0x3c97f3[_0x21663f(0x280)](_0x448d26);let _0x444d58=Ll();_0x4d2970[_0x21663f(0x66a)](_0x444d58[_0x21663f(0x323)],_0x444d58['entry'])||_0x4d2970['register'](_0x444d58);let _0x40715b=kl();_0x24ef79[_0x21663f(0x66a)](_0x40715b[_0x21663f(0x674)])||_0x24ef79[_0x21663f(0x280)](_0x40715b);let _0x155443=Ol();_0x2b7c7a[_0x21663f(0x66a)](_0x155443[_0x21663f(0x674)])||_0x2b7c7a[_0x21663f(0x280)](_0x155443),xd()['forEach'](_0x2246a8=>{const _0x46ec76=_0x21663f;_0x2ef5a4['hasExact'](_0x2246a8[_0x46ec76(0x323)],_0x2246a8[_0x46ec76(0x2ad)],_0x2246a8[_0x46ec76(0x674)])||_0x2ef5a4[_0x46ec76(0x280)](_0x2246a8);}),_0x4610c4[_0x21663f(0x40b)](zs(_0x1bb416,{'childType':_0x140e49['UNIVER_DOC'],'renderManagerService':_0x4fffb3})),_0x3e9305[_0x21663f(0x66a)](_0x140e49['UNIVER_DOC'])||_0x3e9305[_0x21663f(0x280)](Hl(_0x1bb416));}function Dd(){const _0x2612ed=_0x35dbe5;return{'childType':_0x140e49[_0x2612ed(0x227)],'measureContentSize':_0x3611d0=>{const _0x2e1f03=_0x2612ed;let _0x47d596=Od(_0x3611d0[_0x2e1f03(0x5c1)]),_0x211a7a=kd(_0x3611d0['childUnit']);return _0x47d596==null&&_0x211a7a==null?void 0x0:{'height':_0x47d596,'width':_0x211a7a};}};}function Od(_0x29a15d){const _0x1146c3=_0x35dbe5;var _0x498749,_0x5004a5,_0x489ae0;let _0x1ac93e=_0x29a15d,_0x834272=_0x1ac93e==null||(_0x498749=_0x1ac93e['getActiveSheet'])==null?void 0x0:_0x498749[_0x1146c3(0x4df)](_0x1ac93e,!0x0);if(!_0x834272)return;let _0x4c49ac=Ad(_0x834272);if(!Number[_0x1146c3(0x4ce)](_0x4c49ac)||_0x4c49ac==null||_0x4c49ac<0x0)return;let _0x2b14b1=(_0x5004a5=_0x834272['getConfig'])==null||(_0x5004a5=_0x5004a5[_0x1146c3(0x4df)](_0x834272))==null?void 0x0:_0x5004a5[_0x1146c3(0x1e0)],_0x26e8d6=Fd((_0x489ae0=_0x834272[_0x1146c3(0x303)])==null||(_0x489ae0=_0x489ae0[_0x1146c3(0x4df)](_0x834272))==null?void 0x0:_0x489ae0['defaultRowHeight'],_0x328ffb),_0x2167c0=_0x2b14b1!=null&&_0x2b14b1[_0x1146c3(0x1b8)]?0x0:Fd(_0x2b14b1==null?void 0x0:_0x2b14b1[_0x1146c3(0x35d)],0x18),_0x560864=0x0;for(let _0x5a3041=0x0;_0x5a3041<_0x4c49ac;_0x5a3041++){var _0x4215d0,_0x32d69b;((_0x4215d0=_0x834272['getRowVisible'])==null?void 0x0:_0x4215d0[_0x1146c3(0x4df)](_0x834272,_0x5a3041))!==!0x1&&(_0x560864+=Id((_0x32d69b=_0x834272[_0x1146c3(0x181)])==null?void 0x0:_0x32d69b['call'](_0x834272,_0x5a3041),_0x26e8d6));}return _0x2167c0+_0x560864;}function kd(_0x438eba){const _0x4f0e32=_0x35dbe5;var _0x2ad33e,_0x408f32,_0x4245b0;let _0x46276c=_0x438eba,_0x16cd57=_0x46276c==null||(_0x2ad33e=_0x46276c[_0x4f0e32(0x40d)])==null?void 0x0:_0x2ad33e['call'](_0x46276c,!0x0);if(!_0x16cd57)return;let _0x46580e=jd(_0x16cd57);if(!Number[_0x4f0e32(0x4ce)](_0x46580e)||_0x46580e==null||_0x46580e<0x0)return;let _0x538ef6=(_0x408f32=_0x16cd57['getConfig'])==null||(_0x408f32=_0x408f32[_0x4f0e32(0x4df)](_0x16cd57))==null?void 0x0:_0x408f32['rowHeader'],_0xa40ce6=Fd((_0x4245b0=_0x16cd57[_0x4f0e32(0x303)])==null||(_0x4245b0=_0x4245b0[_0x4f0e32(0x4df)](_0x16cd57))==null?void 0x0:_0x4245b0[_0x4f0e32(0x36b)],_0x314f97),_0x49e5ec=_0x538ef6!=null&&_0x538ef6['hidden']?0x0:Fd(_0x538ef6==null?void 0x0:_0x538ef6[_0x4f0e32(0x30f)],_0x591254),_0x3e455e=0x0;for(let _0x387bd1=0x0;_0x387bd1<_0x46580e;_0x387bd1++){var _0x2c7798,_0x41b57c;((_0x2c7798=_0x16cd57[_0x4f0e32(0x35f)])==null?void 0x0:_0x2c7798['call'](_0x16cd57,_0x387bd1))!==!0x1&&(_0x3e455e+=Fd((_0x41b57c=_0x16cd57[_0x4f0e32(0x363)])==null?void 0x0:_0x41b57c[_0x4f0e32(0x4df)](_0x16cd57,_0x387bd1),_0xa40ce6));}return _0x49e5ec+_0x3e455e;}function Ad(_0xf51688){const _0x423830=_0x35dbe5;var _0x250e42;return Nd((_0x250e42=_0xf51688[_0x423830(0x345)])==null?void 0x0:_0x250e42[_0x423830(0x4df)](_0xf51688));}function jd(_0x322458){const _0x3406b6=_0x35dbe5;var _0x5f8a51,_0x12dd2f,_0x3313a5;let _0x2a77d2=(_0x5f8a51=_0x322458[_0x3406b6(0x16b)])==null?void 0x0:_0x5f8a51[_0x3406b6(0x4df)](_0x322458),_0x33f837=_0x2a77d2==null||(_0x12dd2f=_0x2a77d2[_0x3406b6(0x5ac)])==null?void 0x0:_0x12dd2f[_0x3406b6(0x4df)](_0x2a77d2);return Md(_0x2a77d2,_0x33f837,_0x33f837==null?void 0x0:_0x33f837[_0x3406b6(0x4d8)],(_0x3313a5=_0x322458[_0x3406b6(0x533)])==null?void 0x0:_0x3313a5[_0x3406b6(0x4df)](_0x322458));}function Md(_0x3d2813,_0x202190,_0x5a01cb,_0x5b89fe){const _0x2aa014=_0x35dbe5;if(_0x3d2813==null)return Nd(_0x5b89fe);if(!Pd(_0x202190)||typeof _0x5a01cb!=_0x2aa014(0x165)||!Number[_0x2aa014(0x4ce)](_0x5a01cb)||_0x5a01cb<0x0)return;let _0xa267a0=Math['floor'](_0x5a01cb)+0x1,_0x445534=Nd(_0x5b89fe);return _0x445534==null?_0xa267a0:Math['min'](_0xa267a0,_0x445534);}function Nd(_0x3782c0){const _0xacefe8=_0x35dbe5;return typeof _0x3782c0==_0xacefe8(0x165)&&Number[_0xacefe8(0x4ce)](_0x3782c0)&&_0x3782c0>=0x0?Math[_0xacefe8(0x444)](_0x3782c0):void 0x0;}function Pd(_0x5b0733){const _0x41f7f4=_0x35dbe5;return typeof(_0x5b0733==null?void 0x0:_0x5b0733['endRow'])==_0x41f7f4(0x165)&&Number[_0x41f7f4(0x4ce)](_0x5b0733[_0x41f7f4(0x47d)])&&_0x5b0733[_0x41f7f4(0x47d)]>=0x0&&typeof _0x5b0733['endColumn']=='number'&&Number['isFinite'](_0x5b0733[_0x41f7f4(0x4d8)])&&_0x5b0733[_0x41f7f4(0x4d8)]>=0x0;}function Fd(_0x18e70a,_0x15727c){const _0x44aef1=_0x35dbe5;return typeof _0x18e70a=='number'&&Number[_0x44aef1(0x4ce)](_0x18e70a)&&_0x18e70a>0x0?_0x18e70a:_0x15727c;}function Id(_0x2d3744,_0x29eef5){const _0x231358=_0x35dbe5;return typeof _0x2d3744==_0x231358(0x165)&&Number[_0x231358(0x4ce)](_0x2d3744)&&_0x2d3744>=0x0?_0x2d3744:_0x29eef5;}function Ld(){const _0x3cad6c=_0x35dbe5;return{'hostType':_0x140e49[_0x3cad6c(0x227)],'entry':_0x3cad6c(0x4bc),'layout':_0x3cad6c(0x3c7),'supportedLayouts':[_0x3cad6c(0x3c7),_0x3cad6c(0x56a),_0x3cad6c(0x64b)],'menuBehavior':_0x3cad6c(0x3fb)};}function Rd(){const _0x4440b4=_0x35dbe5;return{'hostType':_0x140e49[_0x4440b4(0x227)],'entry':_0x4440b4(0x5c6),'layout':'tab-peer','supportedLayouts':[_0x4440b4(0x3b6)],'menuBehavior':_0x4440b4(0x15f),'mount':_0x3c74ea=>{const _0x77f8ae=_0x4440b4;let _0x50d426=zd('data-embed-sheets-sheet-tab-host',_0x3c74ea[_0x77f8ae(0x624)][_0x77f8ae(0x666)]);return _0x50d426?{'hostElement':_0x50d426}:{};}};}function zd(_0x41356e,_0x34cd95){const _0x5b28b4=_0x35dbe5;return document[_0x5b28b4(0x436)]('['+_0x41356e+'=\x22'+Bd(_0x34cd95)+'\x22]');}function Bd(_0x5d2ebc){const _0x48664e=_0x35dbe5;return _0x5d2ebc[_0x48664e(0x256)](/\\/g,'\x5c\x5c')[_0x48664e(0x256)](/"/g,'\x5c\x22');}function Vd(_0x2581a8){const _0x7e7ed1=_0x35dbe5;return{'childType':_0x140e49[_0x7e7ed1(0x227)],'handleWheel':_0x5e71b5=>{const _0x4539f3=_0x7e7ed1;var _0x346495,_0x3d01e2;if(_0x5e71b5[_0x4539f3(0x58d)]!==_0x4539f3(0x257)&&vc(_0x5e71b5[_0x4539f3(0x1ab)],_0x5e71b5[_0x4539f3(0x551)]))return!0x1;let _0x449e58=(_0x346495=(_0x3d01e2=_0x5e71b5[_0x4539f3(0x374)])==null?void 0x0:_0x3d01e2[_0x4539f3(0x39f)])==null?_0x2581a8:_0x346495,_0xedf9ae=_0x449e58['has'](_0x4fffb3)?_0x449e58[_0x4539f3(0x66a)](_0x4fffb3):_0x2581a8[_0x4539f3(0x629)](_0x4fffb3)?_0x2581a8[_0x4539f3(0x66a)](_0x4fffb3):void 0x0;if(!_0xedf9ae)return!0x1;let _0x1f07ca=_0xedf9ae[_0x4539f3(0x5c9)](_0x5e71b5[_0x4539f3(0x2ab)]),_0x1bf59f=_0x1f07ca==null?void 0x0:_0x1f07ca[_0x4539f3(0x569)];return Bl(_0x5e71b5,_0x1bf59f==null?void 0x0:_0x1bf59f[_0x4539f3(0x361)](_0x45f1d2[_0x4539f3(0x5cf)]),_0x1bf59f);}};}function Hd(_0x14ff7e){const _0x22a53b=_0x35dbe5;let _0x275b96=[];return[[_0x22a53b(0x2cd),_0xd8bdc6,0x0],['outline',_0x3d7599,0x64],[_0x22a53b(0x4b7),_0x106735,0x64],[_0x22a53b(0x411),_0x32be42,0x64],[_0x22a53b(0x5af),_0x16d7fb,0x64],[_0x22a53b(0x5cb),_0x236e33,0x64],[_0x22a53b(0x1ef),_0x4b94f3,0x64],[_0x22a53b(0x3d9),_0x144fca,0x64],[_0x22a53b(0x442),_0x36f8f0,0x64],[_0x22a53b(0x2a6),_0x2e0b15,0x64],[_0x22a53b(0x460),_0x1c3764,0x64],[_0x22a53b(0x4c3),_0x5387e8,0x64],[_0x22a53b(0x595),_0x1d0db8,0x64],[_0x22a53b(0x471),_0x51f720,0x64],['chart',_0x49ba19,0x64],[_0x22a53b(0x5b0),_0x5acb45,0x64],[_0x22a53b(0x51e),_0x31e483,0x64]]['forEach'](([_0x2b44ba,_0x2be7b6,_0x334b7b])=>{const _0x3a2886=_0x22a53b;let _0x43ebe3=Go(_0x14ff7e,{'id':'embed.sheets.'+_0x2b44ba,'childType':_0x140e49[_0x3a2886(0x227)],'surface':_0x3a2886(0x329),'order':_0x334b7b,'menuSchema':_0x2be7b6});_0x43ebe3&&_0x275b96['push'](_0x43ebe3);}),_0xd3a08f(()=>_0x275b96[_0x22a53b(0x27a)](_0x1b8105=>_0x1b8105['dispose']()));}function Ud(){const _0xffa5a1=_0x35dbe5;return Xs({'childType':_0x140e49[_0xffa5a1(0x227)],'productName':_0xffa5a1(0x1cc)});}function Wd(){const _0x17f944=_0x35dbe5;return{'childType':_0x140e49[_0x17f944(0x227)],'supportedLayouts':[_0x17f944(0x3b6),_0x17f944(0x19a),'scroll-contained'],'beforeDeactivate':Gd,'mount':_0x18b428=>{const _0x279232=_0x17f944;var _0x4c11f2,_0x3f5a05,_0x286645,_0x5acdfc,_0x368344,_0x18fd67,_0x2a37b0;let _0x50e828=_0x18b428[_0x279232(0x374)]['injector'],_0x4949c3=(_0x4c11f2=(_0x3f5a05=(_0x286645=_0x18b428[_0x279232(0x374)][_0x279232(0x2e3)]['canvas'])==null?_0x18b428[_0x279232(0x3ec)]['canvasRoot']:_0x286645)==null?_0x18b428[_0x279232(0x3ec)][_0x279232(0x5a4)]:_0x3f5a05)==null?_0x18b428[_0x279232(0x3ec)][_0x279232(0x19b)]:_0x4c11f2,_0x40dc19=(_0x5acdfc=(_0x368344=_0x18b428[_0x279232(0x374)][_0x279232(0x2e3)][_0x279232(0x5c7)])==null?_0x18b428[_0x279232(0x3ec)][_0x279232(0x5a4)]:_0x368344)==null?_0x4949c3:_0x5acdfc;_0x4949c3['dataset'][_0x279232(0x431)]=_0x18b428[_0x279232(0x2ab)],_0x4949c3[_0x279232(0x20f)][_0x279232(0x425)]=_0x279232(0x5c3),_0x40dc19[_0x279232(0x20f)][_0x279232(0x431)]=_0x18b428['childUnitId'],_0x40dc19[_0x279232(0x20f)][_0x279232(0x425)]='sheet-overlay';let _0x5c80a6=(_0x18fd67=As(_0x18b428,_0x4fffb3,_0x4949c3,{'scopedRenderInjector':!0x0}))==null?_0xd3a08f(()=>{}):_0x18fd67,_0x299009=Jd(_0x18b428,_0x40dc19),_0x4b70be=wo(_0x40dc19);return _0x4b70be[_0x279232(0x4a9)](_0x2e0de7(vo,{'injector':_0x50e828,'mountContainer':_0x18b428[_0x279232(0x374)]['roots'][_0x279232(0x3b3)],'embedId':_0x18b428['embedId'],'children':_0x2e0de7(Yd,{'canvasRoot':_0x4949c3,'showChrome':Kd(_0x18b428),'readonly':((_0x2a37b0=_0x18b428['descriptor'])==null?void 0x0:_0x2a37b0[_0x279232(0x362)])==='readonly'})})),_0xd3a08f(()=>{const _0x1ed922=_0x279232;_0x299009['dispose'](),_0x5c80a6[_0x1ed922(0x4d7)](),To(_0x4b70be),_0x4949c3['isConnected']&&(_0x4949c3[_0x1ed922(0x480)]('data-embed-child-render-unit-id'),_0x4949c3['removeAttribute']('data-embed-child-render-mode')),_0x40dc19['isConnected']&&(_0x40dc19[_0x1ed922(0x480)](_0x1ed922(0x4e4)),_0x40dc19[_0x1ed922(0x480)](_0x1ed922(0x21a)));});}};}function Gd(_0x14fd5d){const _0x2c8a7d=_0x35dbe5;var _0x58d127;(_0x58d127=_0x14fd5d[_0x2c8a7d(0x374)][_0x2c8a7d(0x45c)])==null||_0x58d127[_0x2c8a7d(0x388)](_0x31abcc['id'],{'visible':!0x1,'eventType':_0xb66a2c[_0x2c8a7d(0x56c)],'unitId':_0x14fd5d[_0x2c8a7d(0x2ab)]}),_0x14fd5d[_0x2c8a7d(0x374)][_0x2c8a7d(0x39f)]['has'](_0x34057c)&&_0x14fd5d[_0x2c8a7d(0x374)][_0x2c8a7d(0x39f)][_0x2c8a7d(0x66a)](_0x34057c)[_0x2c8a7d(0x31b)](_0x14fd5d[_0x2c8a7d(0x2ab)]);}function Kd(_0x5b361a){const _0x432c4e=_0x35dbe5;return _0x5b361a['renderScope'][_0x432c4e(0x362)]===_0x432c4e(0x18e)||!!_0x5b361a[_0x432c4e(0x3ec)][_0x432c4e(0x1c6)];}function qd(_0x57e916,_0x388194){const _0x329fac=_0x35dbe5;let _0x4d407a=_0x57e916['style'][_0x329fac(0x215)],_0x547a1d=_0x57e916[_0x329fac(0x58f)][_0x329fac(0x1f4)];return _0x57e916[_0x329fac(0x58f)][_0x329fac(0x215)]=_0x388194[_0x329fac(0x18d)]?'28px':'',_0x57e916[_0x329fac(0x58f)]['bottom']=_0x388194[_0x329fac(0x2f3)]?_0x3b9096+'px':'',_0xd3a08f(()=>{const _0x1acc5b=_0x329fac;_0x57e916['style'][_0x1acc5b(0x215)]=_0x4d407a,_0x57e916[_0x1acc5b(0x58f)][_0x1acc5b(0x1f4)]=_0x547a1d;});}function _0x3c26(_0x4fd1e3,_0x196c81){_0x4fd1e3=_0x4fd1e3-0x15d;const _0x41ad1e=_0x41ad();let _0x3c2632=_0x41ad1e[_0x4fd1e3];return _0x3c2632;}function Jd(_0x1909b5,_0x64220e){const _0x1dc357=_0x35dbe5;var _0x15bed5,_0xd78032;return!((_0x15bed5=_0x1909b5[_0x1dc357(0x39f)])==null||(_0xd78032=_0x15bed5[_0x1dc357(0x629)])==null)&&_0xd78032[_0x1dc357(0x4df)](_0x15bed5,Ds)?_0x1909b5['injector'][_0x1dc357(0x66a)](Ds)['register']({'embedId':_0x1909b5[_0x1dc357(0x5b8)],'childUnitId':_0x1909b5['childUnitId'],'root':_0x1909b5['renderScope'][_0x1dc357(0x19b)],'contentRoot':_0x64220e}):_0xd3a08f(()=>{});}function Yd(_0x1e5f85){const _0x1a5fac=_0x35dbe5;var _0x40a834;let _0x5a700f=_0x16850d(_0x1c8241),_0x24c591=_0x21f18c(_0x9dd5a0),_0x58b48e=(_0x40a834=_0x24c591[_0x1a5fac(0x66a)]('SheetShapeTextEditorContainer'))==null?_0x24c591[_0x1a5fac(0x66a)]('ShapeTextEditorContainer'):_0x40a834,_0x198e7e=_0x1e5f85['showChrome']&&(_0x5a700f==null?void 0x0:_0x5a700f[_0x1a5fac(0x18d)])!==!0x1,_0x22dc2a=_0x5a700f==null?void 0x0:_0x5a700f[_0x1a5fac(0x46e)],_0x1954e9=_0x1e5f85[_0x1a5fac(0x51d)]&&_0x22dc2a!==!0x1&&(typeof _0x22dc2a!=_0x1a5fac(0x64e)||_0x22dc2a[_0x1a5fac(0x2f3)]!==!0x1);return _0x384162(()=>{const _0x342e55=_0x1a5fac;let _0x5cb0a3=qd(_0x1e5f85['canvasRoot'],{'formulaBar':_0x198e7e,'sheetBar':_0x1954e9});return()=>_0x5cb0a3[_0x342e55(0x4d7)]();},[_0x1e5f85[_0x1a5fac(0x4a4)],_0x198e7e,_0x1954e9]),_0x2e59a6(_0x89a2c6,{'children':[_0x198e7e&&_0x2e0de7(_0x1a5fac(0x590),{'className':_0x1a5fac(0x3d1),'style':{'height':0x1c},'children':_0x2e0de7(_0x21d9d3,{})}),!_0x1e5f85[_0x1a5fac(0x28c)]&&_0x58b48e&&_0x2e0de7(_0x58b48e,{}),!_0x1e5f85[_0x1a5fac(0x28c)]&&!(_0x5a700f!=null&&_0x5a700f[_0x1a5fac(0x203)])&&_0x2e0de7(_0x31cbf7,{}),!_0x1e5f85['readonly']&&_0x2e0de7(_0x5974e2,{}),_0x1954e9&&_0x2e0de7(_0x1a5fac(0x590),{'className':_0x1a5fac(0x416),'style':{'height':_0x3b9096},'children':_0x2e0de7(_0x1553cb,{})})]});}function Xd(){return[..._0x4cbd70];}function Zd(){return[..._0x460de2];}const Qd={'formatPainter':_0x55dcfc['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':_0x1ea276['id'],'fontSize':_0x68913c['id'],'bold':_0xbad98['id'],'textColor':_0x490e5d['id'],'backgroundColor':_0x1b6020['id'],'borderComposite':_0x485df5['id'],'horizontalAlign':_0x52943e['id'],'verticalAlign':_0x2b1349['id'],'wrap':_0x37b4f6['id'],'filter':_0x35dbe5(0x525)},$d={'root':_0x23a320['id'],'all':_0x24149e['id'],'vertical':_0x3d022b['id'],'horizontal':_0x236813['id'],'unmerge':_0xeafa71['id']};function ef(_0x465736){const _0x1416fb=_0x35dbe5;let _0x921d0d={},_0xe88e21=_0x4ec04f=>{const _0x27fc4a=_0x3c26;let _0x331f32=_0x465736[_0x27fc4a(0x611)](_0xfef14e=>{const _0x57138b=_0x27fc4a;let _0x43fc9a=_0xfef14e[_0x57138b(0x166)];return _0xfef14e[_0x57138b(0x3fe)]===_0x4ec04f||(_0x43fc9a==null?void 0x0:_0x43fc9a['id'])===_0x4ec04f||(_0x43fc9a==null?void 0x0:_0x43fc9a[_0x57138b(0x66e)])===_0x4ec04f;});return _0x331f32==null?void 0x0:_0x331f32[_0x27fc4a(0x166)];};Object[_0x1416fb(0x5b6)](Qd)[_0x1416fb(0x27a)](_0x339320=>{_0x921d0d[_0x339320]=_0xe88e21(Qd[_0x339320]);});let _0x384b0b=Object[_0x1416fb(0x560)]($d)['reduce']((_0x176576,[_0x254d8c,_0x30391e])=>{let _0x1a5acf=_0xe88e21(_0x30391e);return _0x1a5acf&&(_0x176576[_0x254d8c]=_0x1a5acf),_0x176576;},{});return af(_0x384b0b)&&(_0x921d0d[_0x1416fb(0x617)]=_0x384b0b),_0x921d0d['deleteBlock']=!0x0,_0x921d0d;}const tf=[{'items':[_0x35dbe5(0x3bb)]},{'dividerBefore':_0x35dbe5(0x1df),'items':['numberFormat']},{'dividerBefore':'divider-format','items':[_0x35dbe5(0x2b5),_0x35dbe5(0x35b),'bold']},{'dividerBefore':_0x35dbe5(0x470),'items':[_0x35dbe5(0x1c4),_0x35dbe5(0x37f),_0x35dbe5(0x54f)]},{'dividerBefore':_0x35dbe5(0x2bc),'items':[_0x35dbe5(0x617),_0x35dbe5(0x43d),'verticalAlign','wrap']},{'dividerBefore':_0x35dbe5(0x438),'items':[_0x35dbe5(0x5cb)]},{'dividerBefore':_0x35dbe5(0x641),'items':[_0x35dbe5(0x582)]}];function nf(_0x297883){let _0x572b32=[];return tf['forEach'](_0x25df2f=>{const _0x33346a=_0x3c26;let _0xd24f75=_0x25df2f[_0x33346a(0x258)]['filter'](_0x220df9=>rf(_0x297883,_0x220df9))[_0x33346a(0x43e)](_0xebeebc=>({'id':_0xebeebc,'type':_0xebeebc===_0x33346a(0x3bb)||_0xebeebc==='bold'||_0xebeebc==='filter'||_0xebeebc===_0x33346a(0x582)?_0x33346a(0x32e):_0x33346a(0x282)}));_0xd24f75[_0x33346a(0x446)]&&(_0x572b32[_0x33346a(0x446)]&&_0x25df2f[_0x33346a(0x38c)]&&_0x572b32[_0x33346a(0x2b2)]({'id':_0x25df2f[_0x33346a(0x38c)],'type':_0x33346a(0x194)}),_0x572b32[_0x33346a(0x2b2)](..._0xd24f75));}),_0x572b32;}function rf(_0x135fa1,_0x3bdc54){return!!_0x135fa1[_0x3bdc54];}function af(_0x58fa32){const _0x380b56=_0x35dbe5;return Object[_0x380b56(0x1c5)](_0x58fa32)[_0x380b56(0x65e)](Boolean);}function of(_0x33ddd1){const _0x4f9f48=_0x35dbe5;return!_0x33ddd1||!(_0x4f9f48(0x2e9)in _0x33ddd1)||!Array['isArray'](_0x33ddd1['selections'])?[]:_0x33ddd1[_0x4f9f48(0x2e9)];}function sf(_0x33d609,_0x1a2eb8){const _0x5638d3=_0x35dbe5;var _0x386dbc;if(_0x33d609)return{'commandId':(_0x386dbc=_0x33d609['commandId'])==null?_0x33d609['id']:_0x386dbc,'params':_0x1a2eb8==null?typeof _0x33d609['params']==_0x5638d3(0x5e7)?_0x33d609[_0x5638d3(0x42d)]():_0x33d609['params']:_0x1a2eb8};}function cf(){const _0x174179=_0x35dbe5;return Wc({'childType':_0x140e49[_0x174179(0x227)],'mount':lf});}function lf(_0x337a72){const _0x50f00b=_0x35dbe5;let _0xb24292=Uc(_0x337a72),_0x36686b=document['createElement']('div');_0x36686b['setAttribute'](_0x50f00b(0x5e8),_0x337a72[_0x50f00b(0x624)][_0x50f00b(0x2ad)]),_0xb24292['appendChild'](_0x36686b);let _0x3473fe=wo(_0x36686b);return _0x3473fe[_0x50f00b(0x4a9)](_0xf619e0(vo,{'injector':_0x337a72['runtimeScope'][_0x50f00b(0x39f)],'mountContainer':_0xb24292,'embedId':_0x337a72[_0x50f00b(0x5b8)]},_0xf619e0(ff,{'hostUnitId':_0x337a72['hostUnitId'],'embedId':_0x337a72['embedId'],'childUnitId':_0x337a72['childUnitId'],'entry':_0x337a72[_0x50f00b(0x624)][_0x50f00b(0x2ad)],'fullscreen':!!_0x337a72[_0x50f00b(0x3ec)][_0x50f00b(0x1c6)],'usesDomFloatingStage':uf(_0x337a72[_0x50f00b(0x624)][_0x50f00b(0x2ad)]),'renderScopeActive$':_0x337a72['renderScope']['active$']}))),_0xd3a08f(()=>{const _0x1f77a9=_0x50f00b;To(_0x3473fe),globalThis[_0x1f77a9(0x170)](()=>_0x36686b[_0x1f77a9(0x59f)](),0x0);});}function uf(_0x32f8fc){return!0x0;}function df(_0x509dde){const _0x35daff=_0x35dbe5;let {entry:_0x22899b,fullscreen:_0x8bf260,stage:_0x5f1258}=_0x509dde;return _0x50d2f5(_0x35daff(0x24b),{'univer-hidden':_0x5f1258!=='stage2','univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x8bf260,'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':!_0x8bf260,'-univer-top-9':!_0x8bf260&&_0x22899b!==_0x35daff(0x31a),'-univer-top-[52px]':!_0x8bf260&&_0x22899b===_0x35daff(0x31a)});}function ff(_0x241452){const _0x1b4a31=_0x35dbe5;let {hostUnitId:_0x22fcda,embedId:_0x1d45de,childUnitId:_0x221ab2,entry:_0x3b341f,fullscreen:_0x3a1b24,usesDomFloatingStage:_0x320c7e,renderScopeActive$:_0xd42eb5}=_0x241452,_0x1d2485=_0x21f18c(_0x1cbf8c),_0x56ca3c=_0x21f18c(_0x32fce3),_0x9b53eb=_0x21f18c(_0x5388c8),_0x205d6c=_0x21f18c(_0x392608),_0x20c8ad=_0x21f18c(ca),_0x4e63bb=Hc({'embedId':_0x1d45de,'active':_0x5ac3c3(()=>_0x20c8ad[_0x1b4a31(0x229)],_0x20c8ad['getActive'](),!0x1,[_0x20c8ad]),'fullscreen':_0x3a1b24,'usesDomFloatingStage':_0x320c7e,'renderScopeActive':_0x5ac3c3(()=>_0xd42eb5,!0x1,!0x1,[_0xd42eb5])})===_0x1b4a31(0x18a),[_0x41f0b8,_0x4fc295]=_0x57f380(0x0),[_0x3b982d,_0x33817e]=_0x57f380(null),_0x1c50b8=_0x218ab9=>({'open':_0x3b982d===_0x218ab9,'onOpenChange':_0x3f0f46=>_0x33817e(_0x3f0f46?_0x218ab9:null)});_0x384162(()=>{const _0x5e46cb=_0x1b4a31;if(!_0x3b982d)return;let _0x3aff78=_0x2d654c=>{const _0x49f1ae=_0x3c26;Ff(_0x2d654c[_0x49f1ae(0x4c7)],_0x1d45de)||_0x33817e(null);};return document[_0x5e46cb(0x243)](_0x5e46cb(0x503),_0x3aff78,!0x0),()=>{const _0xb60e43=_0x5e46cb;document[_0xb60e43(0x5e9)](_0xb60e43(0x503),_0x3aff78,!0x0);};},[_0x1d45de,_0x3b982d]),_0x384162(()=>{const _0x18c20f=_0x1b4a31;let _0x3a1b1f=_0x9b53eb[_0x18c20f(0x2f2)][_0x18c20f(0x30e)](()=>{_0x4fc295(_0x2c4e24=>_0x2c4e24+0x1);});return()=>_0x3a1b1f[_0x18c20f(0x2cc)]();},[_0x9b53eb]);let _0x221261=_0x58927c(()=>ef(_0x9b53eb[_0x1b4a31(0x3ce)](_0x188fbe[_0x1b4a31(0x55a)])),[_0x9b53eb,_0x41f0b8]),_0x2f78bd=_0x58927c(()=>new Set(nf(_0x221261)['map'](_0x3c81b6=>_0x3c81b6['id'])),[_0x221261]),_0x3d29f2=()=>{const _0x17797f=_0x1b4a31;_0x20c8ad[_0x17797f(0x51f)]({'hostUnitId':_0x22fcda,'embedId':_0x1d45de,'childUnitId':_0x221ab2},_0x17797f(0x18a)),_0x56ca3c[_0x17797f(0x2c1)](_0x221ab2);},_0x1826fb=(_0x2460fb,_0x3c2bec)=>{const _0x506717=_0x1b4a31;_0x3d29f2(),_0x1d2485[_0x506717(0x628)](_0x2460fb,_0x3c2bec);},_0x184e24=(_0x18d031,_0x30bbb1)=>{const _0x189c3a=_0x1b4a31;let _0x1ca024=sf(_0x18d031,_0x30bbb1);_0x1ca024&&_0x1826fb(_0x1ca024[_0x189c3a(0x66e)],_0x1ca024['params']);},_0x53fba7=()=>{const _0x28d9c8=_0x1b4a31;let _0x569159=_0x56ca3c['getUnit'](_0x221ab2,_0x140e49[_0x28d9c8(0x227)]),_0x2c04bb=_0x569159==null?void 0x0:_0x569159[_0x28d9c8(0x40d)]();return!_0x569159||!_0x2c04bb?null:{'workbook':_0x569159,'worksheet':_0x2c04bb,'unitId':_0x569159[_0x28d9c8(0x5d0)](),'subUnitId':_0x2c04bb[_0x28d9c8(0x494)]()};},_0x612294=()=>{const _0x522bab=_0x1b4a31;var _0x41cfb3,_0x270dde;return(_0x41cfb3=(_0x270dde=_0x205d6c[_0x522bab(0x300)]())==null?void 0x0:_0x270dde['map'](_0x3aa99a=>_0x3aa99a[_0x522bab(0x1cf)]))==null?[]:_0x41cfb3;},_0x3067a8=(_0x26b6f5,_0xc7a930,_0x1787da=_0x347309['THIN'],_0x555533=_0x1b4a31(0x2ac))=>{const _0x3d2d66=_0x1b4a31;let _0x361229=_0x53fba7(),_0x19e8ff=_0x612294();!_0x361229||!_0x19e8ff[_0x3d2d66(0x446)]||_0x184e24(_0x26b6f5,{'unitId':_0x361229[_0x3d2d66(0x44d)],'subUnitId':_0x361229[_0x3d2d66(0x16a)],'ranges':_0x19e8ff,'value':{'type':_0xc7a930,'color':_0x555533,'style':_0x1787da,'activeBorderType':!0x0}});},_0x5e0b60=()=>{const _0x297560=_0x1b4a31;_0x1d2485[_0x297560(0x628)](_0x4dca69['id'],{'hostUnitId':_0x22fcda,'embedId':_0x1d45de});};return _0x2e59a6(_0x1b4a31(0x590),{'className':df({'entry':_0x3b341f,'fullscreen':_0x3a1b24,'stage':_0x4e63bb?_0x1b4a31(0x18a):_0x1b4a31(0x37e)}),'data-embed-floating-menu':_0x1b4a31(0x479),'data-embed-id':_0x1d45de,'data-embed-float-stage':_0x4e63bb?_0x1b4a31(0x18a):'inactive','onPointerDown':_0x5301fb=>_0x5301fb[_0x1b4a31(0x48c)](),'onMouseDown':$,'children':[_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x3bb))&&_0x2e0de7(yf,{'item':_0x221261[_0x1b4a31(0x3bb)],'fallbackTitleKey':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':()=>_0x184e24(_0x221261[_0x1b4a31(0x3bb)]),'children':_0x2e0de7(_0x1e8a72,{})}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x1df))&&_0x2e0de7(Kf,{}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x3c1))&&_0x2e0de7(xf,{'menuItem':_0x221261['numberFormat'],'onClick':()=>_0x184e24(_0x221261['numberFormat'])}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x643))&&_0x2e0de7(Kf,{}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x2b5))&&_0x2e0de7(Sf,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x2b5)],'titleKey':_0x1b4a31(0x19e),..._0x1c50b8(_0x1b4a31(0x2b5)),'onSelect':_0x4297a6=>_0x184e24(_0x221261[_0x1b4a31(0x2b5)],{'value':_0x4297a6})}),_0x2f78bd[_0x1b4a31(0x629)]('fontSize')&&_0x2e0de7(Cf,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x35b)],'titleKey':_0x1b4a31(0x5fe),..._0x1c50b8('fontSize'),'onSelect':_0x2137c1=>_0x184e24(_0x221261[_0x1b4a31(0x35b)],{'value':Number(_0x2137c1)})}),_0x2f78bd['has'](_0x1b4a31(0x4a5))&&_0x2e0de7(yf,{'item':_0x221261['bold'],'fallbackTitleKey':'embed-ui.sheetsFloating.toolbar.bold','onClick':()=>_0x184e24(_0x221261[_0x1b4a31(0x4a5)]),'children':_0x2e0de7(_0x252573,{})}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x470))&&_0x2e0de7(Kf,{}),_0x2f78bd[_0x1b4a31(0x629)]('textColor')&&_0x2e0de7(Df,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x1c4)],'titleKey':_0x1b4a31(0x185),'icon':_0x2e0de7(_0x3bc810,{'className':_0x1b4a31(0x45b)}),'defaultColor':'#111827',..._0x1c50b8(_0x1b4a31(0x1c4)),'onChange':_0x26916a=>_0x184e24(_0x221261['textColor'],{'value':_0x26916a}),'onReset':()=>_0x1826fb(_0x884dde['id'])}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x37f))&&_0x2e0de7(Df,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x37f)],'titleKey':_0x1b4a31(0x3c5),'icon':_0x2e0de7(_0x161a9d,{'className':_0x1b4a31(0x45b)}),'defaultColor':'#ffffff',..._0x1c50b8('backgroundColor'),'onChange':_0x12429d=>_0x184e24(_0x221261[_0x1b4a31(0x37f)],{'value':_0x12429d}),'onReset':()=>_0x1826fb(_0x2a96b3['id'])}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x54f))&&_0x2e0de7(Of,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x54f)],..._0x1c50b8(_0x1b4a31(0x54f)),'onSelect':(_0x49a293,_0x1febc2,_0xc5392f)=>_0x3067a8(_0x221261[_0x1b4a31(0x54f)],_0x49a293,_0x1febc2,_0xc5392f)}),_0x2f78bd[_0x1b4a31(0x629)]('divider-border')&&_0x2e0de7(Kf,{}),_0x2f78bd[_0x1b4a31(0x629)]('merge')&&_0x2e0de7(kf,{'embedId':_0x1d45de,'menuItems':_0x221261['merge'],..._0x1c50b8('merge'),'execute':_0x184e24}),_0x2f78bd[_0x1b4a31(0x629)]('horizontalAlign')&&_0x2e0de7(wf,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x43d)],..._0x1c50b8(_0x1b4a31(0x43d)),'execute':_0x184e24}),_0x2f78bd['has'](_0x1b4a31(0x276))&&_0x2e0de7(Tf,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x276)],..._0x1c50b8(_0x1b4a31(0x276)),'execute':_0x184e24}),_0x2f78bd[_0x1b4a31(0x629)]('wrap')&&_0x2e0de7(Af,{'embedId':_0x1d45de,'menuItem':_0x221261[_0x1b4a31(0x1ce)],..._0x1c50b8('wrap'),'execute':_0x1826fb}),_0x2f78bd[_0x1b4a31(0x629)]('divider-layout')&&_0x2e0de7(Kf,{}),_0x2f78bd['has'](_0x1b4a31(0x5cb))&&_0x2e0de7(yf,{'item':_0x221261[_0x1b4a31(0x5cb)],'fallbackTitle':_0x1b4a31(0x22f),'onClick':()=>_0x184e24(_0x221261[_0x1b4a31(0x5cb)]),'children':_0x2e0de7(_0x56cb41,{})}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x641))&&_0x2e0de7(Kf,{}),_0x2f78bd[_0x1b4a31(0x629)](_0x1b4a31(0x582))&&_0x2e0de7(vf,{'title':_0x1b4a31(0x42e),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x5e0b60,'children':_0x2e0de7(_0x5e2212,{})})]});}const pf=_0x35dbe5(0x572),mf='univer-size-4',hf=_0x35dbe5(0x15e),gf=_0x2e7abb(({children:_0x3076d4,className:_0x582e47,title:_0x4e6a25,titleKey:_0x4cf786,onClick:_0x59e1d0,onMouseDown:_0xf9aa64,onPointerDown:_0x412361,..._0x4a0c3a},_0x16cefc)=>{const _0x3ac652=_0x35dbe5;let _0xd68b1b=_0x21f18c(_0x50c946),_0x3f4870=_0x4cf786?_0xd68b1b['t'](_0x4cf786):_0x4e6a25;return _0x2e0de7(_0x49a018,{'ref':_0x16cefc,'type':_0x3ac652(0x32e),'size':_0x3ac652(0x18f),'variant':_0x3ac652(0x199),'aria-label':_0x3f4870,'title':_0x3f4870,'className':_0x50d2f5('univer-gap-1\x20univer-px-1.5\x20univer-text-sm',_0x582e47),'onPointerDown':_0x44761a=>{_0x44761a['stopPropagation'](),_0x412361==null||_0x412361(_0x44761a);},'onMouseDown':_0x534611=>{const _0x48c4db=_0x3ac652;_0x534611[_0x48c4db(0x48c)](),_0xf9aa64==null||_0xf9aa64(_0x534611);},'onClick':_0x330099=>{const _0x163817=_0x3ac652;_0x59e1d0==null||_0x59e1d0(_0x330099),_0x330099[_0x163817(0x48c)]();},..._0x4a0c3a,'children':_0x3076d4});});gf['displayName']='FloatingToolbarTrigger';const _f=_0x2e7abb(({title:_0x563ccf,primary:_0x413ba8,disabled:_0x5e9828,open:_0x31f2e7,onPrimaryClick:_0x3eb1f5,onMouseDown:_0x325e6d,onPointerDown:_0x5edddd,onClick:_0x160925,..._0x5b78be},_0x29a94a)=>_0x2e59a6('div',{'ref':_0x29a94a,'className':_0x50d2f5(_0x35dbe5(0x1ec),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x31f2e7,'univer-cursor-not-allowed\x20univer-opacity-60':_0x5e9828}),'onPointerDown':_0x7058d2=>{const _0x2ff9cc=_0x35dbe5;_0x7058d2[_0x2ff9cc(0x48c)](),_0x5edddd==null||_0x5edddd(_0x7058d2);},'onMouseDown':_0x2f58b9=>{const _0x190189=_0x35dbe5;_0x2f58b9[_0x190189(0x48c)](),_0x325e6d==null||_0x325e6d(_0x2f58b9);},'onClick':_0x4ef637=>{const _0x4e95e5=_0x35dbe5;_0x160925==null||_0x160925(_0x4ef637),_0x4ef637[_0x4e95e5(0x48c)]();},..._0x5b78be,'children':[_0x2e0de7(_0x35dbe5(0x32e),{'type':'button','className':_0x35dbe5(0x32f),'disabled':_0x5e9828,'onClick':_0x4e04c3=>{const _0x3a256b=_0x35dbe5;_0x4e04c3[_0x3a256b(0x48c)](),_0x3eb1f5();},'children':_0x413ba8}),_0x2e0de7(_0x35dbe5(0x193),{'className':_0x35dbe5(0x2da)}),_0x2e0de7(_0x35dbe5(0x32e),{'type':_0x35dbe5(0x32e),'className':_0x35dbe5(0x1b4),'disabled':_0x5e9828,'children':_0x2e0de7(_0x124809,{'className':mf})})]}));_f[_0x35dbe5(0x36d)]=_0x35dbe5(0x502);function vf(_0x5659c6){const _0x4df5aa=_0x35dbe5;return _0x2e0de7(_0x12382a,{'title':_0x5659c6['title'],'placement':_0x4df5aa(0x1f4),'children':_0x2e0de7(_0x34beb,{'className':_0x50d2f5(_0x4df5aa(0x594),_0x5659c6[_0x4df5aa(0x52a)]),'disabled':_0x5659c6['disabled'],'active':_0x5659c6['active'],'onClick':_0x5659c6[_0x4df5aa(0x349)],'children':_0x5659c6[_0x4df5aa(0x475)]})});}function yf(_0x5818c9){const _0x30c524=_0x35dbe5;var _0x2a55d2;let {hidden:_0x584eac,disabled:_0x33d797,activated:_0x2be5fa}=bf(_0x5818c9[_0x30c524(0x166)]),_0x139fca=_0x21f18c(_0x50c946);return!_0x5818c9[_0x30c524(0x166)]||_0x584eac?null:_0x2e0de7(vf,{'title':_0x5818c9[_0x30c524(0x522)]?_0x139fca['t'](_0x5818c9['fallbackTitleKey']):(_0x2a55d2=_0x5818c9['fallbackTitle'])==null?_0x5818c9['item']['id']:_0x2a55d2,'disabled':_0x33d797,'active':_0x2be5fa,'onClick':_0x5818c9[_0x30c524(0x349)],'children':_0x5818c9['children']});}function bf(_0x269db0){let [_0x497f34,_0x2c3e7b]=_0x57f380(!0x1),[_0xd0e7dd,_0x898d8d]=_0x57f380(!0x1),[_0x4d3195,_0x4ccef1]=_0x57f380(!0x1),[_0x18713d,_0xee1c66]=_0x57f380(void 0x0);return _0x384162(()=>{const _0x53ba0c=_0x3c26;var _0x5d390f,_0x2473ce,_0xefe557,_0x2edca9;if(_0x2c3e7b(!0x1),_0x898d8d(!0x1),_0x4ccef1(!0x1),_0xee1c66(void 0x0),!_0x269db0)return;let _0x228996=[(_0x5d390f=_0x269db0[_0x53ba0c(0x505)])==null?void 0x0:_0x5d390f[_0x53ba0c(0x30e)](_0x2c3e7b),(_0x2473ce=_0x269db0[_0x53ba0c(0x5dd)])==null?void 0x0:_0x2473ce[_0x53ba0c(0x30e)](_0x898d8d),(_0xefe557=_0x269db0[_0x53ba0c(0x3ea)])==null?void 0x0:_0xefe557['subscribe'](_0x4ccef1),(_0x2edca9=_0x269db0['value$'])==null?void 0x0:_0x2edca9['subscribe'](_0xee1c66)][_0x53ba0c(0x5cb)](_0x5b5ff8=>!!_0x5b5ff8);return()=>{const _0xb113c9=_0x53ba0c;_0x228996[_0xb113c9(0x27a)](_0x2ddfc3=>_0x2ddfc3[_0xb113c9(0x2cc)]());};},[_0x269db0]),{'hidden':_0x497f34,'disabled':_0xd0e7dd,'activated':_0x4d3195,'value':_0x18713d};}function xf(_0x435371){const _0x1ed8b4=_0x35dbe5;let {hidden:_0x67a60e,disabled:_0x25e926,value:_0x315d73}=bf(_0x435371['menuItem']),_0x15611e=_0x21f18c(_0x50c946);if(!_0x435371['menuItem']||_0x67a60e)return null;let _0x1323c1=_0x15611e['t'](_0x1ed8b4(0x288)),_0x49b57c=typeof _0x315d73=='string'&&_0x315d73?_0x315d73:_0x1ed8b4(0x465);return _0x2e0de7(_0x12382a,{'title':_0x1323c1,'placement':_0x1ed8b4(0x1f4),'children':_0x2e59a6(gf,{'title':_0x1323c1,'disabled':_0x25e926,'onClick':_0x435371[_0x1ed8b4(0x349)],'children':[_0x2e0de7(_0x223ed2,{}),_0x2e0de7('span',{'children':_0x49b57c}),_0x2e0de7(_0x124809,{'className':mf})]})});}function Sf(_0x4aecab){const _0x20c21d=_0x35dbe5;let {hidden:_0x299bc5,disabled:_0x10557b,value:_0x86aae6}=bf(_0x4aecab[_0x20c21d(0x196)]);if(!_0x4aecab[_0x20c21d(0x196)]||_0x299bc5)return null;let _0x166701=typeof _0x86aae6=='string'&&_0x86aae6?_0x86aae6:_0x20c21d(0x632);return _0x2e0de7(Bf,{'embedId':_0x4aecab['embedId'],'disabled':_0x10557b,'titleKey':_0x4aecab[_0x20c21d(0x214)],'open':_0x4aecab[_0x20c21d(0x28d)],'onOpenChange':_0x4aecab[_0x20c21d(0x358)],'trigger':_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x20c21d(0x193),{'className':_0x20c21d(0x2a9),'children':_0x166701}),_0x2e0de7(_0x124809,{'className':mf})]}),'overlay':_0x2e0de7(_0x20c21d(0x590),{'className':_0x20c21d(0x52b),'onPointerDown':$,'onMouseDown':$,'children':_0x2e0de7(_0x49baf0,{'value':_0x166701,'onChange':_0x1c04bc=>{const _0x321c2c=_0x20c21d;_0x4aecab[_0x321c2c(0x5dc)](_0x1c04bc),_0x4aecab[_0x321c2c(0x358)](!0x1);}})})});}function Cf(_0x2d3ebe){const _0x324786=_0x35dbe5;let {hidden:_0x1f62b4,disabled:_0x291cff,value:_0x2b6aec}=bf(_0x2d3ebe[_0x324786(0x196)]);if(!_0x2d3ebe['menuItem']||_0x1f62b4)return null;let _0x3b5ebb=typeof _0x2b6aec==_0x324786(0x165)||typeof _0x2b6aec==_0x324786(0x3fa)?Number(_0x2b6aec):0xb;return _0x2e0de7(Bf,{'embedId':_0x2d3ebe[_0x324786(0x5b8)],'disabled':_0x291cff,'titleKey':_0x2d3ebe[_0x324786(0x214)],'open':_0x2d3ebe[_0x324786(0x28d)],'onOpenChange':_0x2d3ebe[_0x324786(0x358)],'trigger':_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x324786(0x193),{'className':'univer-min-w-6\x20univer-text-left','children':_0x3b5ebb}),_0x2e0de7(_0x124809,{'className':mf})]}),'overlay':_0x2e0de7('div',{'className':_0x324786(0x291),'onPointerDown':$,'onMouseDown':$,'children':Zd()[_0x324786(0x43e)](_0x477909=>{const _0x5238bf=_0x324786;let _0x17d6c3=Number(_0x477909[_0x5238bf(0x4e8)])===_0x3b5ebb;return _0x2e59a6(_0x5238bf(0x32e),{'type':_0x5238bf(0x32e),'className':_0x50d2f5(_0x5238bf(0x3ca),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x17d6c3}),'onClick':()=>{const _0x15ce7e=_0x5238bf;_0x2d3ebe['onSelect'](String(_0x477909[_0x15ce7e(0x4e8)])),_0x2d3ebe[_0x15ce7e(0x358)](!0x1);},'children':[_0x2e0de7(_0x5238bf(0x193),{'children':_0x477909[_0x5238bf(0x51a)]}),_0x17d6c3&&_0x2e0de7(_0xf0b7e0,{'className':'univer-text-primary-600'})]},_0x477909[_0x5238bf(0x4e8)]);})})});}function wf(_0x3b36aa){const _0x515957=_0x35dbe5;let {hidden:_0x222b1a,disabled:_0xc8815e}=bf(_0x3b36aa[_0x515957(0x196)]);return!_0x3b36aa['menuItem']||_0x222b1a?null:_0x2e0de7(Bf,{'embedId':_0x3b36aa[_0x515957(0x5b8)],'disabled':_0xc8815e,'titleKey':'embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','triggerClassName':pf,'open':_0x3b36aa[_0x515957(0x28d)],'onOpenChange':_0x3b36aa[_0x515957(0x358)],'trigger':_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x55b0a7,{}),_0x2e0de7(_0x124809,{'className':mf})]}),'overlay':_0x2e0de7(Lf,{'embedId':_0x3b36aa[_0x515957(0x5b8)],'onPointerDown':_0x37fc79=>_0x37fc79[_0x515957(0x48c)](),'children':_0x2e59a6(Rf,{'children':[_0x2e0de7(Ef,{'item':_0x3b36aa[_0x515957(0x196)],'titleKey':_0x515957(0x40c),'onClick':()=>_0x3b36aa['execute'](_0x3b36aa[_0x515957(0x196)],{'value':_0x36f2b3['LEFT']}),'children':_0x2e0de7(_0x55b0a7,{})}),_0x2e0de7(Ef,{'item':_0x3b36aa[_0x515957(0x196)],'titleKey':_0x515957(0x40a),'onClick':()=>_0x3b36aa[_0x515957(0x45a)](_0x3b36aa['menuItem'],{'value':_0x36f2b3[_0x515957(0x41e)]}),'children':_0x2e0de7(_0x133993,{})}),_0x2e0de7(Ef,{'item':_0x3b36aa['menuItem'],'titleKey':'embed-ui.sheetsFloating.align.right','onClick':()=>_0x3b36aa[_0x515957(0x45a)](_0x3b36aa[_0x515957(0x196)],{'value':_0x36f2b3['RIGHT']}),'children':_0x2e0de7(_0x702fff,{})})]})})});}function Tf(_0x1bd307){const _0xb1b6e2=_0x35dbe5;let {hidden:_0x1c789e,disabled:_0x4530e9}=bf(_0x1bd307[_0xb1b6e2(0x196)]);return!_0x1bd307[_0xb1b6e2(0x196)]||_0x1c789e?null:_0x2e0de7(Bf,{'embedId':_0x1bd307[_0xb1b6e2(0x5b8)],'disabled':_0x4530e9,'titleKey':_0xb1b6e2(0x4d6),'triggerClassName':pf,'open':_0x1bd307['open'],'onOpenChange':_0x1bd307['onOpenChange'],'trigger':_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x3c01f3,{}),_0x2e0de7(_0x124809,{'className':mf})]}),'overlay':_0x2e0de7(Lf,{'embedId':_0x1bd307['embedId'],'onPointerDown':_0x1e57cf=>_0x1e57cf[_0xb1b6e2(0x48c)](),'children':_0x2e59a6(Rf,{'children':[_0x2e0de7(Ef,{'item':_0x1bd307[_0xb1b6e2(0x196)],'titleKey':_0xb1b6e2(0x555),'onClick':()=>_0x1bd307[_0xb1b6e2(0x45a)](_0x1bd307[_0xb1b6e2(0x196)],{'value':_0x1ebd67['TOP']}),'children':_0x2e0de7(_0x50c852,{})}),_0x2e0de7(Ef,{'item':_0x1bd307['menuItem'],'titleKey':_0xb1b6e2(0x1c8),'onClick':()=>_0x1bd307[_0xb1b6e2(0x45a)](_0x1bd307[_0xb1b6e2(0x196)],{'value':_0x1ebd67[_0xb1b6e2(0x1fe)]}),'children':_0x2e0de7(_0x3c01f3,{})}),_0x2e0de7(Ef,{'item':_0x1bd307[_0xb1b6e2(0x196)],'titleKey':_0xb1b6e2(0x619),'onClick':()=>_0x1bd307[_0xb1b6e2(0x45a)](_0x1bd307[_0xb1b6e2(0x196)],{'value':_0x1ebd67['BOTTOM']}),'children':_0x2e0de7(_0xc0ba61,{})})]})})});}function Ef(_0x351e56){const _0x53ba18=_0x35dbe5;let {hidden:_0x4d511e,disabled:_0x8a2de0,activated:_0x2a16fb}=bf(_0x351e56[_0x53ba18(0x166)]);return!_0x351e56[_0x53ba18(0x166)]||_0x4d511e?null:_0x2e0de7(Gf,{'titleKey':_0x351e56['titleKey'],'disabled':_0x8a2de0,'active':_0x2a16fb,'onClick':_0x351e56['onClick'],'children':_0x351e56['children']});}function Df(_0x1ec1a4){const _0x5c3a47=_0x35dbe5;let _0x3f9e36=_0x21f18c(_0x50c946),{hidden:_0x41fdb3,disabled:_0x184545,value:_0xd499ef}=bf(_0x1ec1a4[_0x5c3a47(0x196)]),[_0x5f02bb,_0x1a3c5e]=_0x57f380(_0x1ec1a4[_0x5c3a47(0x17d)]);if(!_0x1ec1a4[_0x5c3a47(0x196)]||_0x41fdb3)return null;let _0xde94cb=typeof _0xd499ef==_0x5c3a47(0x3fa)&&_0xd499ef?_0xd499ef:_0x5f02bb;return _0x2e0de7(_0x25df41,{'disabled':_0x184545,'align':_0x5c3a47(0x5f0),'sideOffset':0x6,'open':_0x1ec1a4[_0x5c3a47(0x28d)],'onOpenChange':_0x1ec1a4[_0x5c3a47(0x358)],'onPointerDownOutside':_0x1339c9=>If(_0x1339c9,_0x1ec1a4[_0x5c3a47(0x5b8)]),'onFocusOutside':_0x21905f=>If(_0x21905f,_0x1ec1a4[_0x5c3a47(0x5b8)]),'onInteractOutside':_0x1a7e30=>If(_0x1a7e30,_0x1ec1a4[_0x5c3a47(0x5b8)]),'overlay':_0x2e59a6('div',{'data-embed-id':_0x1ec1a4[_0x5c3a47(0x5b8)],[hf]:_0x5c3a47(0x479),'className':'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','onPointerDown':$,'onMouseDown':$,'children':[_0x2e0de7(_0x4a6c39,{'value':_0xde94cb,'onChange':_0x5ed030=>{const _0xd7680e=_0x5c3a47;_0x1a3c5e(_0x5ed030),_0x1ec1a4[_0xd7680e(0x39d)](_0x5ed030);}}),_0x2e0de7(zf,{}),_0x2e59a6('button',{'type':'button','className':_0x5c3a47(0x3c9),'onClick':()=>{const _0x595ada=_0x5c3a47;_0x1a3c5e(_0x1ec1a4[_0x595ada(0x17d)]),_0x1ec1a4['onReset'](),_0x1ec1a4[_0x595ada(0x358)](!0x1);},'children':[_0x2e0de7(_0x1c0533,{}),_0x2e0de7(_0x5c3a47(0x193),{'children':_0x3f9e36['t']('embed-ui.sheetsFloating.toolbar.resetColor')})]})]}),'children':_0x2e0de7(gf,{'titleKey':_0x1ec1a4[_0x5c3a47(0x214)],'disabled':_0x184545,'children':_0x1ec1a4[_0x5c3a47(0x47a)]})});}function Of(_0x593e4c){const _0x3c0e9b=_0x35dbe5;let _0xf30316=_0x21f18c(_0x50c946),_0x3bb453=_0x21f18c(_0x288a20),{hidden:_0x2e2caf,disabled:_0x48f5f}=bf(_0x593e4c[_0x3c0e9b(0x196)]),[_0x25a7c8,_0x36d8f8]=_0x57f380(_0x563716['ALL']),[_0x2fe1fc,_0x33f51b]=_0x57f380(_0x347309[_0x3c0e9b(0x49b)]),[_0xe80eca,_0x50f56b]=_0x57f380(_0x3c0e9b(0x2ac));if(!_0x593e4c[_0x3c0e9b(0x196)]||_0x2e2caf)return null;let _0x4f2550=(_0x1062f4=_0x25a7c8,_0x436bc3=_0x2fe1fc,_0x26d6da=_0xe80eca)=>{_0x36d8f8(_0x1062f4),_0x33f51b(_0x436bc3),_0x50f56b(_0x26d6da),_0x593e4c['onSelect'](_0x1062f4,_0x436bc3,_0x26d6da);},_0x5197fb=_0x11039e=>{const _0x77882d=_0x3c0e9b;var _0x39d9ba,_0x4e8ac8;return(_0x39d9ba=(_0x4e8ac8=Xd()[_0x77882d(0x611)](_0x27da4c=>_0x27da4c[_0x77882d(0x4e8)]===_0x11039e))==null?void 0x0:_0x4e8ac8['icon'])==null?'AllBorderIcon':_0x39d9ba;},_0x5a7439=(_0x3e37ed,_0x2eaaae=_0x3c0e9b(0x45b))=>{const _0x15390f=_0x3c0e9b;let _0x17b4c1=_0x3bb453[_0x15390f(0x66a)](_0x3e37ed);return _0x17b4c1?_0x2e0de7(_0x17b4c1,{'className':_0x2eaaae}):_0x2e0de7(_0x175de9,{});};return _0x2e0de7(_0x25df41,{'disabled':_0x48f5f,'align':'start','sideOffset':0x6,'open':_0x593e4c[_0x3c0e9b(0x28d)],'onOpenChange':_0x593e4c[_0x3c0e9b(0x358)],'onPointerDownOutside':_0x525852=>If(_0x525852,_0x593e4c[_0x3c0e9b(0x5b8)]),'onFocusOutside':_0x28bbb4=>If(_0x28bbb4,_0x593e4c[_0x3c0e9b(0x5b8)]),'onInteractOutside':_0x3826cf=>If(_0x3826cf,_0x593e4c[_0x3c0e9b(0x5b8)]),'overlay':_0x2e59a6(Lf,{'embedId':_0x593e4c[_0x3c0e9b(0x5b8)],'onPointerDown':_0x45929d=>_0x45929d[_0x3c0e9b(0x48c)](),'children':[_0x2e0de7(_0x3c0e9b(0x590),{'className':_0x3c0e9b(0x4c6),'children':Xd()[_0x3c0e9b(0x43e)](_0xf8c596=>_0x2e0de7(Gf,{'titleKey':_0xf8c596['label'],'active':_0x25a7c8===_0xf8c596[_0x3c0e9b(0x4e8)],'onClick':()=>_0x4f2550(_0xf8c596[_0x3c0e9b(0x4e8)]),'children':_0x5a7439(_0xf8c596[_0x3c0e9b(0x47a)])},_0xf8c596[_0x3c0e9b(0x4e8)]))}),_0x2e0de7(zf,{}),_0x2e59a6(Rf,{'children':[_0x2e0de7(_0x25df41,{'align':_0x3c0e9b(0x5f0),'sideOffset':0x6,'onPointerDownOutside':_0x23d7c8=>If(_0x23d7c8,_0x593e4c[_0x3c0e9b(0x5b8)]),'onFocusOutside':_0x2e1fec=>If(_0x2e1fec,_0x593e4c[_0x3c0e9b(0x5b8)]),'onInteractOutside':_0x2241e3=>If(_0x2241e3,_0x593e4c[_0x3c0e9b(0x5b8)]),'overlay':_0x2e0de7(_0x3c0e9b(0x590),{'data-embed-id':_0x593e4c['embedId'],[hf]:_0x3c0e9b(0x479),'className':_0x3c0e9b(0x1fc),'onPointerDown':$,'onMouseDown':$,'children':_0x2e0de7(_0x4a6c39,{'value':_0xe80eca,'onChange':_0x8e3272=>_0x4f2550(_0x25a7c8,_0x2fe1fc,_0x8e3272)})}),'children':_0x2e59a6(Gf,{'titleKey':_0x3c0e9b(0x53b),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x2e0de7(_0x161a9d,{'extend':{'colorChannel1':_0xe80eca}}),_0x2e0de7(_0x124809,{'className':mf})]})}),_0x2e0de7(_0x25df41,{'align':_0x3c0e9b(0x5f0),'sideOffset':0x6,'onPointerDownOutside':_0x1d4041=>If(_0x1d4041,_0x593e4c[_0x3c0e9b(0x5b8)]),'onFocusOutside':_0x1742ba=>If(_0x1742ba,_0x593e4c[_0x3c0e9b(0x5b8)]),'onInteractOutside':_0x33d8f2=>If(_0x33d8f2,_0x593e4c['embedId']),'overlay':_0x2e0de7(_0x3c0e9b(0x590),{'data-embed-id':_0x593e4c[_0x3c0e9b(0x5b8)],[hf]:_0x3c0e9b(0x479),'className':_0x3c0e9b(0x581),'onPointerDown':$,'onMouseDown':$,'children':_0x2f09ad['map'](_0x30855e=>_0x2e0de7(_0x3c0e9b(0x32e),{'type':_0x3c0e9b(0x32e),'className':_0x50d2f5('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':_0x2fe1fc===_0x30855e[_0x3c0e9b(0x4e8)]}),'onClick':()=>_0x4f2550(_0x25a7c8,_0x30855e[_0x3c0e9b(0x4e8)]),'children':_0x2e0de7(_0x131ec2,{'className':_0x3c0e9b(0x21c),'type':_0x30855e[_0x3c0e9b(0x4e8)]})},_0x30855e[_0x3c0e9b(0x4e8)]))}),'children':_0x2e59a6(Gf,{'titleKey':'embed-ui.sheetsFloating.borderLine.borderSize','active':!0x1,'onClick':()=>void 0x0,'children':[_0x2e0de7(_0x131ec2,{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x2fe1fc}),_0x2e0de7(_0x124809,{'className':mf})]})})]})]}),'children':_0x2e0de7(_f,{'title':_0xf30316['t'](_0x3c0e9b(0x664)),'disabled':_0x48f5f,'open':_0x593e4c[_0x3c0e9b(0x28d)],'primary':_0x5a7439(_0x5197fb(_0x25a7c8),'univer-text-gray-900\x20dark:!univer-text-white'),'onPrimaryClick':()=>{const _0x23af5d=_0x3c0e9b;_0x4f2550(),_0x593e4c[_0x23af5d(0x358)](!0x1);}})});}function kf(_0x40625d){const _0x23d61c=_0x35dbe5;var _0x3f1de9,_0x23253f,_0x5465c9,_0x4b3611,_0x374cf4,_0x3dc117;let _0x5372e6=_0x21f18c(_0x50c946),{hidden:_0xd666c0,disabled:_0x360a6c}=bf((_0x3f1de9=_0x40625d['menuItems'])==null?void 0x0:_0x3f1de9[_0x23d61c(0x18b)]),_0x4ecedc=[];return[{'item':(_0x23253f=_0x40625d[_0x23d61c(0x2fd)])==null?void 0x0:_0x23253f['all'],'icon':_0x2e0de7(_0x1974e7,{})},{'item':(_0x5465c9=_0x40625d[_0x23d61c(0x2fd)])==null?void 0x0:_0x5465c9[_0x23d61c(0x45e)],'icon':_0x2e0de7(_0x3ead18,{})},{'item':(_0x4b3611=_0x40625d[_0x23d61c(0x2fd)])==null?void 0x0:_0x4b3611[_0x23d61c(0x49a)],'icon':_0x2e0de7(_0x5364f6,{})},{'item':(_0x374cf4=_0x40625d[_0x23d61c(0x2fd)])==null?void 0x0:_0x374cf4[_0x23d61c(0x29d)],'icon':_0x2e0de7(_0x3460dc,{})}][_0x23d61c(0x27a)](({item:_0x2c546f,icon:_0x57c882})=>{const _0x6dc5d=_0x23d61c;_0x2c546f&&_0x4ecedc[_0x6dc5d(0x2b2)]({'item':_0x2c546f,'icon':_0x57c882});}),!((_0x3dc117=_0x40625d[_0x23d61c(0x2fd)])!=null&&_0x3dc117[_0x23d61c(0x18b)])||_0xd666c0||!_0x4ecedc[_0x23d61c(0x446)]?null:_0x2e0de7(Bf,{'embedId':_0x40625d['embedId'],'disabled':_0x360a6c,'title':_0x5372e6['t'](_0x23d61c(0x606)),'triggerClassName':pf,'open':_0x40625d[_0x23d61c(0x28d)],'onOpenChange':_0x40625d[_0x23d61c(0x358)],'trigger':_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x1974e7,{}),_0x2e0de7(_0x124809,{'className':mf})]}),'overlay':_0x2e0de7(Hf,{'children':_0x4ecedc[_0x23d61c(0x43e)](({item:_0x15602f,icon:_0x1fc88e})=>_0x2e0de7(Uf,{'icon':_0x1fc88e,'onClick':()=>{const _0x34e51f=_0x23d61c;_0x40625d['execute'](_0x15602f),_0x40625d[_0x34e51f(0x358)](!0x1);},'children':_0x5372e6['t'](jf(_0x15602f))},_0x15602f['id']))})});}function Af(_0x3fbbf6){const _0x33702f=_0x35dbe5;let _0x5640d8=_0x21f18c(_0x50c946),{hidden:_0x306e5e,disabled:_0x44e183}=bf(_0x3fbbf6[_0x33702f(0x196)]);if(!_0x3fbbf6[_0x33702f(0x196)]||_0x306e5e)return null;let _0x58267f=of(_0x3fbbf6[_0x33702f(0x196)]),_0x4c18f4=_0x58267f[_0x33702f(0x446)]?_0x58267f[_0x33702f(0x43e)](_0x2ce205=>{const _0x120f42=_0x33702f;var _0x48643c,_0x3fd893,_0x586228,_0x47e128,_0x5718d2,_0x2d0864;return{'label':_0x5640d8['t'](Mf(_0x2ce205)),'icon':Nf(_0x2ce205[_0x120f42(0x4e8)]),'commandId':(_0x48643c=(_0x3fd893=(_0x586228=_0x2ce205['commandId'])==null?(_0x47e128=_0x3fbbf6[_0x120f42(0x196)])==null?void 0x0:_0x47e128[_0x120f42(0x66e)]:_0x586228)==null?(_0x5718d2=_0x3fbbf6[_0x120f42(0x196)])==null?void 0x0:_0x5718d2['id']:_0x3fd893)==null?_0x37b4f6['id']:_0x48643c,'params':(_0x2d0864=_0x2ce205['params'])==null?{'value':_0x2ce205[_0x120f42(0x4e8)]}:_0x2d0864};}):[{'label':_0x5640d8['t'](_0x33702f(0x56d)),'icon':_0x2e0de7(_0x5d8bfc,{}),'commandId':_0x37b4f6['id'],'params':{'value':_0x1b2ee9['CLIP']}},{'label':_0x5640d8['t'](_0x33702f(0x3b8)),'icon':_0x2e0de7(_0x3b52e4,{}),'commandId':_0x37b4f6['id'],'params':{'value':_0x1b2ee9[_0x33702f(0x176)]}},{'label':_0x5640d8['t'](_0x33702f(0x311)),'icon':_0x2e0de7(_0x1a6d9b,{}),'commandId':_0x37b4f6['id'],'params':{'value':_0x1b2ee9['WRAP']}}];return _0x2e0de7(Bf,{'embedId':_0x3fbbf6['embedId'],'disabled':_0x44e183,'title':_0x5640d8['t'](_0x33702f(0x2b3)),'triggerClassName':pf,'open':_0x3fbbf6[_0x33702f(0x28d)],'onOpenChange':_0x3fbbf6[_0x33702f(0x358)],'trigger':_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x1a6d9b,{}),_0x2e0de7(_0x124809,{'className':mf})]}),'overlay':_0x2e0de7(Vf,{'children':_0x4c18f4[_0x33702f(0x43e)](_0x17b8af=>{const _0x16e54d=_0x33702f;var _0x726ac9,_0x52758e;return _0x2e0de7(Wf,{'icon':_0x17b8af[_0x16e54d(0x47a)],'onClick':()=>{const _0x3a7789=_0x16e54d;_0x3fbbf6['execute'](_0x17b8af[_0x3a7789(0x66e)],_0x17b8af['params']),_0x3fbbf6[_0x3a7789(0x358)](!0x1);},'children':_0x17b8af['label']},_0x17b8af[_0x16e54d(0x66e)]+'-'+String((_0x726ac9=(_0x52758e=_0x17b8af[_0x16e54d(0x42d)])==null?void 0x0:_0x52758e[_0x16e54d(0x4e8)])==null?_0x17b8af[_0x16e54d(0x51a)]:_0x726ac9));})})});}function jf(_0x24d035){const _0x45ee01=_0x35dbe5;var _0x4da877,_0x33483c;return(_0x4da877=(_0x33483c=_0x24d035['tooltip'])==null?_0x24d035[_0x45ee01(0x62d)]:_0x33483c)==null?_0x24d035['id']:_0x4da877;}function Mf(_0xace83c){const _0xd0c2a6=_0x35dbe5;var _0x587ae6;return typeof _0xace83c[_0xd0c2a6(0x51a)]==_0xd0c2a6(0x3fa)?_0xace83c[_0xd0c2a6(0x51a)]:typeof _0xace83c[_0xd0c2a6(0x4e8)]==_0xd0c2a6(0x3fa)||typeof _0xace83c[_0xd0c2a6(0x4e8)]==_0xd0c2a6(0x165)?String(_0xace83c[_0xd0c2a6(0x4e8)]):(_0x587ae6=_0xace83c['id'])==null?'':_0x587ae6;}function Nf(_0x2be3b7){const _0x5b1ced=_0x35dbe5;return _0x2be3b7===_0x1b2ee9[_0x5b1ced(0x37b)]?_0x2e0de7(_0x5d8bfc,{}):_0x2be3b7===_0x1b2ee9[_0x5b1ced(0x3e7)]?_0x2e0de7(_0x1a6d9b,{}):_0x2e0de7(_0x3b52e4,{});}function Pf(_0x5b6784){const _0x139332=_0x35dbe5;return _0x5b6784 instanceof HTMLElement&&!!_0x5b6784['closest'](_0x139332(0x260));}function $(_0x124894){const _0x13acff=_0x35dbe5;_0x124894[_0x13acff(0x48c)](),Pf(_0x124894['target'])||_0x124894[_0x13acff(0x5e5)]();}function Ff(_0x553a05,_0x19562a){const _0x330b32=_0x35dbe5;if(!(_0x553a05 instanceof HTMLElement))return!0x1;let _0xd82717=_0x553a05[_0x330b32(0x59d)](_0x330b32(0x275));return(_0xd82717==null?void 0x0:_0xd82717[_0x330b32(0x33b)](_0x330b32(0x19d)))===_0x19562a;}function If(_0x345f64,_0xb2b8c){const _0x31c7b8=_0x35dbe5;let _0x2ea4d0=_0x345f64['target'];Ff(_0x2ea4d0,_0xb2b8c)&&_0x345f64[_0x31c7b8(0x5e5)]();}function Lf(_0x541272){const _0x243d16=_0x35dbe5;return _0x2e0de7('section',{'data-embed-id':_0x541272['embedId'],[hf]:_0x243d16(0x479),'className':_0x243d16(0x4d3),'onPointerDown':_0x541272[_0x243d16(0x434)],'onMouseDown':$,'children':_0x541272[_0x243d16(0x475)]});}function Rf(_0x3fdce4){const _0x52d962=_0x35dbe5;return _0x2e0de7(_0x52d962(0x590),{'className':_0x52d962(0x4cb),'children':_0x3fdce4[_0x52d962(0x475)]});}function zf(){const _0x350a5e=_0x35dbe5;return _0x2e0de7(_0x350a5e(0x193),{'className':_0x350a5e(0x2d9)});}function Bf(_0x5da74e){const _0xf2795d=_0x35dbe5;var _0x510f7e;let _0x4a825a=_0x21f18c(_0x50c946),{open:_0x2d6465,onOpenChange:_0x546add}=_0x5da74e,_0x24e63e=_0x5da74e[_0xf2795d(0x214)]?_0x4a825a['t'](_0x5da74e[_0xf2795d(0x214)]):(_0x510f7e=_0x5da74e[_0xf2795d(0x62d)])==null?'':_0x510f7e;return _0x2e0de7(_0x25df41,{'disabled':_0x5da74e['disabled'],'align':_0xf2795d(0x5f0),'sideOffset':0x6,'open':_0x2d6465,'onOpenChange':_0x546add,'onPointerDownOutside':_0x23c38b=>If(_0x23c38b,_0x5da74e[_0xf2795d(0x5b8)]),'onFocusOutside':_0x2a6514=>If(_0x2a6514,_0x5da74e[_0xf2795d(0x5b8)]),'onInteractOutside':_0x3e5ca4=>If(_0x3e5ca4,_0x5da74e[_0xf2795d(0x5b8)]),'overlay':_0x2e0de7('div',{'data-embed-id':_0x5da74e[_0xf2795d(0x5b8)],[hf]:'true','onPointerDown':$,'onMouseDown':$,'children':_0x5da74e[_0xf2795d(0x458)]}),'children':_0x2e0de7(gf,{'title':_0x24e63e,'data-state':_0x2d6465?_0xf2795d(0x28d):_0xf2795d(0x46a),'disabled':_0x5da74e[_0xf2795d(0x5b9)],'className':_0x5da74e['triggerClassName'],'children':_0x5da74e[_0xf2795d(0x201)]})});}function Vf(_0x2349f2){const _0x224c82=_0x35dbe5;return _0x2e0de7(_0x224c82(0x384),{'className':_0x224c82(0x63d),'onPointerDown':$,'onMouseDown':$,'children':_0x2349f2[_0x224c82(0x475)]});}function Hf(_0x1a1080){const _0x1157b8=_0x35dbe5;return _0x2e0de7('section',{'className':'univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':$,'onMouseDown':$,'children':_0x1a1080[_0x1157b8(0x475)]});}function Uf(_0x431030){const _0x341d25=_0x35dbe5;return _0x2e59a6(_0x341d25(0x32e),{'type':_0x341d25(0x32e),'className':_0x341d25(0x211),'onClick':_0x431030['onClick'],'children':[_0x2e0de7(_0x341d25(0x193),{'className':_0x341d25(0x4c1),'children':_0x431030[_0x341d25(0x47a)]}),_0x2e0de7(_0x341d25(0x193),{'className':'univer-truncate','children':_0x431030['children']})]});}function Wf(_0x41bd9f){const _0x405f0c=_0x35dbe5;return _0x2e59a6(_0x405f0c(0x32e),{'type':_0x405f0c(0x32e),'className':_0x50d2f5(_0x405f0c(0x4f6),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x41bd9f['active']}),'onClick':_0x41bd9f[_0x405f0c(0x349)],'children':[_0x41bd9f[_0x405f0c(0x47a)],_0x41bd9f[_0x405f0c(0x475)]]});}function Gf(_0x542b23){const _0x53d7df=_0x35dbe5;return _0x2e0de7(_0x12382a,{'title':_0x21f18c(_0x50c946)['t'](_0x542b23[_0x53d7df(0x214)]),'placement':_0x53d7df(0x1f4),'children':_0x2e0de7(_0x34beb,{'className':_0x53d7df(0x44b),'disabled':_0x542b23['disabled'],'active':_0x542b23[_0x53d7df(0x65d)],'onClick':_0x542b23[_0x53d7df(0x349)],'children':_0x542b23[_0x53d7df(0x475)]})});}function Kf(){const _0x27d721=_0x35dbe5;return _0x2e0de7(_0x27d721(0x193),{'className':_0x27d721(0x48a)});}const qf=new WeakMap(),Jf=new WeakSet();function Yf(_0x13288a){const _0x5db1a7=_0x35dbe5;Ks(_0x13288a,_0x5db1a7(0x623),Xf);}function Xf(_0x578eec){const _0x48152c=_0x35dbe5;let _0x4dca87=_0x578eec[_0x48152c(0x66a)](ao),_0x476ca2=_0x578eec[_0x48152c(0x66a)](ro),_0x5247a0=_0x578eec['get'](sa),_0xb05666=_0x578eec[_0x48152c(0x66a)](io),_0xc4af7d=_0x578eec[_0x48152c(0x66a)](Es),_0x18ff56=_0x578eec[_0x48152c(0x66a)](Ts),_0x2162f3=_0x578eec['get'](ks);Hd(_0x578eec),_0x578eec[_0x48152c(0x629)](_0x55d62a)||_0x578eec[_0x48152c(0x310)]([_0x55d62a,{'useFactory':()=>_0x578eec[_0x48152c(0x66a)](la)}]),_0x578eec[_0x48152c(0x629)](_0x22e851)||_0x578eec[_0x48152c(0x310)]([_0x22e851,{'useFactory':()=>Zf({'embedModelService':_0x578eec['get'](_0x474f3c),'mountService':_0x578eec[_0x48152c(0x66a)](po),'activationService':_0x578eec['get'](go),'restoreService':_0x578eec[_0x48152c(0x66a)](Os)})}]),_0x578eec[_0x48152c(0x629)](_0x9dd5a0)&&_0x578eec[_0x48152c(0x66a)](_0x9dd5a0)[_0x48152c(0x280)](_0x4b2f37,eu),[Ld(),Rd()][_0x48152c(0x27a)](_0x26ab95=>{const _0x306c6c=_0x48152c;_0x4dca87['get'](_0x26ab95['hostType'],_0x26ab95[_0x306c6c(0x2ad)])||_0x4dca87[_0x306c6c(0x280)](_0x26ab95);});let _0x123f20=Wd();_0x476ca2[_0x48152c(0x66a)](_0x123f20[_0x48152c(0x674)])||_0x476ca2[_0x48152c(0x280)](_0x123f20);let _0x4d9d7f=Ud();_0x5247a0['get'](_0x4d9d7f[_0x48152c(0x674)])||_0x5247a0['register'](_0x4d9d7f),cf()[_0x48152c(0x27a)](_0x47b296=>{const _0x36fbc9=_0x48152c;_0xb05666[_0x36fbc9(0x66a)](_0x47b296[_0x36fbc9(0x323)],_0x47b296[_0x36fbc9(0x2ad)],_0x47b296[_0x36fbc9(0x674)])||_0xb05666[_0x36fbc9(0x280)](_0x47b296);}),_0xc4af7d[_0x48152c(0x40b)](zs(_0x578eec,{'childType':_0x140e49[_0x48152c(0x227)],'renderManagerService':_0x4fffb3})),_0x18ff56['get'](_0x140e49['UNIVER_SHEET'])||_0x18ff56[_0x48152c(0x280)](Dd()),_0x2162f3['get'](_0x140e49[_0x48152c(0x227)])||_0x2162f3[_0x48152c(0x280)](Vd(_0x578eec)),np({'injector':_0x578eec,'previewService':_0xc4af7d});}function Zf(_0x2117b1){return{'mountSheetTab':({hostUnitId:_0x40baf8,hostAnchorId:_0x26027b,embedId:_0x3ee326})=>{const _0x522d1b=_0x3c26;let _0x23bedb=_0x2117b1[_0x522d1b(0x3a3)][_0x522d1b(0x1b1)](_0x40baf8,_0x3ee326);if(!_0x23bedb||_0x23bedb[_0x522d1b(0x666)]!==_0x26027b)return;let _0x3f862e=!0x1,_0x40aa96=!0x1,_0x3385af;return _0x2117b1[_0x522d1b(0x542)][_0x522d1b(0x599)]({'descriptor':_0x23bedb})[_0x522d1b(0x387)](_0x4005a9=>{const _0x2052a4=_0x522d1b;_0x3f862e||(_0x3385af==null||_0x3385af[_0x2052a4(0x59f)](),_0x3385af=void 0x0,_0x2117b1['mountService']['mount'](_0x4005a9),_0x2117b1['activationService'][_0x2052a4(0x47c)](_0x4005a9),_0x40aa96=!0x0);})['catch'](_0x30e9f5=>{_0x3f862e||(_0x3385af=Qf(_0x26027b,_0x30e9f5));}),_0xd3a08f(()=>{const _0x53513b=_0x522d1b;_0x3f862e=!0x0,_0x3385af==null||_0x3385af[_0x53513b(0x59f)](),_0x40aa96&&_0x2117b1[_0x53513b(0x1f5)][_0x53513b(0x3f5)](_0x3ee326),_0x2117b1['activationService'][_0x53513b(0x583)](_0x3ee326);});},'clearTab':_0x15000c=>{const _0x1b2979=_0x3c26;_0x2117b1['activationService'][_0x1b2979(0x583)](_0x15000c);}};}function Qf(_0x3c8ed9,_0x1d82d0){const _0x5d2fd5=_0x35dbe5;let _0x3ec7c4=$f(_0x3c8ed9);if(!_0x3ec7c4)return;let _0x1acf85=document['createElement'](_0x5d2fd5(0x590));return _0x1acf85[_0x5d2fd5(0x20f)][_0x5d2fd5(0x50d)]=_0x5d2fd5(0x479),_0x1acf85[_0x5d2fd5(0x58f)][_0x5d2fd5(0x656)]='12px',_0x1acf85[_0x5d2fd5(0x58f)][_0x5d2fd5(0x35c)]=_0x5d2fd5(0x3ef),_0x1acf85['style'][_0x5d2fd5(0x35b)]=_0x5d2fd5(0x42f),_0x1acf85['textContent']=_0x1d82d0 instanceof Error&&_0x1d82d0[_0x5d2fd5(0x661)]?_0x1d82d0[_0x5d2fd5(0x661)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x3ec7c4['replaceChildren'](_0x1acf85),_0x1acf85;}function $f(_0x1cac52){const _0xfb8ed8=_0x35dbe5;return document['querySelector'](_0xfb8ed8(0x563)+ep(_0x1cac52)+'\x22]');}function ep(_0x38b3ea){const _0x1b3850=_0x35dbe5;return _0x38b3ea[_0x1b3850(0x256)](/\\/g,'\x5c\x5c')[_0x1b3850(0x256)](/"/g,'\x5c\x22');}function tp(_0x1c4178){const _0x464b64=_0x35dbe5;let _0x43d103=new _0x43b0e4(),_0x1eac3b=0x0,_0x472236;if(_0x43d103['add'](_0x1c4178[_0x464b64(0x4a6)][_0x464b64(0x3d2)][_0x464b64(0x30e)](_0x2156d6=>{const _0x1ff591=_0x464b64;if(typeof _0x2156d6['image']!='string')return;let _0x5ef2c2=_0x1c4178['embedModelService'][_0x1ff591(0x4a3)](_0x2156d6[_0x1ff591(0x2ab)])['find'](_0x295900=>_0x295900[_0x1ff591(0x5b8)]===_0x2156d6[_0x1ff591(0x5b8)]&&_0x295900[_0x1ff591(0x2ad)]==='sheets-floating-object');_0x5ef2c2!=null&&_0x5ef2c2[_0x1ff591(0x666)]&&_0x1c4178[_0x1ff591(0x339)]['setPreview']({'id':_0x5ef2c2[_0x1ff591(0x666)],'image':_0x2156d6[_0x1ff591(0x34d)],'updatedAt':_0x2156d6['updatedAt']});})),!_0x1c4178[_0x464b64(0x339)][_0x464b64(0x2d1)])return _0x43d103;let _0x9dc0d9=()=>{const _0x1472c2=_0x464b64;_0x472236||_0x1eac3b>=0xf0||(_0x472236=globalThis[_0x1472c2(0x170)](()=>{_0x472236=void 0x0,_0x1eac3b+=0x1,_0x53d306();},0xfa));},_0x170637=_0x4d2408=>{const _0x56bb3f=_0x464b64;let _0x4dcb60=_0x4d2408['data'];if(!_0x4dcb60||typeof _0x4dcb60!='object')return!0x0;let _0x38f762=ap(_0x4dcb60,'embedId'),_0x5b488e=ap(_0x4dcb60,_0x56bb3f(0x4bd));if(!_0x38f762||!_0x5b488e)return!0x0;let _0x216df3=_0x1c4178[_0x56bb3f(0x3a3)][_0x56bb3f(0x1b1)](_0x5b488e,_0x38f762);return!_0x216df3||_0x216df3[_0x56bb3f(0x2ad)]!=='sheets-floating-object'||!_0x216df3[_0x56bb3f(0x2ab)]||_0x216df3[_0x56bb3f(0x674)]==null?!0x1:(_0x1c4178[_0x56bb3f(0x4a6)][_0x56bb3f(0x66b)]({'descriptor':_0x216df3,'childUnitId':_0x216df3['childUnitId'],'childType':_0x216df3[_0x56bb3f(0x674)],'width':_0x4d2408[_0x56bb3f(0x30f)],'height':_0x4d2408['height'],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x56bb3f(0x640)}),!0x0);},_0x53d306=()=>{const _0x52d088=_0x464b64;var _0x1ad073,_0x326f89;let _0x2a7e06=!0x1;(_0x1ad073=(_0x326f89=_0x1c4178[_0x52d088(0x339)])[_0x52d088(0x5ad)])==null||_0x1ad073[_0x52d088(0x4df)](_0x326f89)['forEach'](_0x5a6116=>{_0x170637(_0x5a6116)||(_0x2a7e06=!0x0);}),_0x2a7e06&&_0x9dc0d9();};return _0x53d306(),_0x43d103['add'](_0x1c4178[_0x464b64(0x339)]['previewRequested$'][_0x464b64(0x30e)](_0x1a39b3=>{_0x170637(_0x1a39b3)||_0x9dc0d9();})),_0x43d103[_0x464b64(0x310)](()=>{const _0x4d467e=_0x464b64;_0x472236&&globalThis[_0x4d467e(0x39c)](_0x472236);}),_0x43d103;}function np(_0x449b5a){const _0x22eff9=_0x35dbe5;let _0x47b6e5=_0x449b5a[_0x22eff9(0x39f)],_0x43310b=qf[_0x22eff9(0x66a)](_0x47b6e5);if(_0x43310b)return _0x43310b;let _0x2b1fc6=ip(_0x449b5a['injector']);if(_0x2b1fc6!==null){if(_0x2b1fc6){let _0x2ebf0a=tp({'previewService':_0x449b5a[_0x22eff9(0x4a6)],'embedModelService':_0x2b1fc6[_0x22eff9(0x3a3)],'canvasFloatDomPreviewService':_0x2b1fc6[_0x22eff9(0x339)]});return qf[_0x22eff9(0x27d)](_0x47b6e5,_0x2ebf0a),_0x2ebf0a;}_0x449b5a[_0x22eff9(0x268)]===!0x1||Jf['has'](_0x47b6e5)||(Jf[_0x22eff9(0x310)](_0x47b6e5),rp(_0x449b5a,0x0));}}function rp(_0x1bdb6c,_0x1c4fce){const _0x401e3d=_0x35dbe5;var _0x25a64f,_0xaea564;let _0x1a4502=(_0x25a64f=_0x1bdb6c[_0x401e3d(0x46d)])==null?0xf0:_0x25a64f,_0x1d4284=(_0xaea564=_0x1bdb6c[_0x401e3d(0x25c)])==null?0xfa:_0xaea564,_0x36965a=_0x1bdb6c[_0x401e3d(0x39f)];globalThis[_0x401e3d(0x170)](()=>{const _0x3ffd3a=_0x401e3d;if(np({..._0x1bdb6c,'retry':!0x1})||_0x1c4fce+0x1>=_0x1a4502){Jf[_0x3ffd3a(0x5b4)](_0x36965a);return;}rp(_0x1bdb6c,_0x1c4fce+0x1);},_0x1d4284);}function ip(_0x4e4e7e){const _0x12ca48=_0x35dbe5;try{return!_0x4e4e7e[_0x12ca48(0x629)](_0x70eca9)||!_0x4e4e7e[_0x12ca48(0x629)](_0x474f3c)?void 0x0:{'embedModelService':_0x4e4e7e[_0x12ca48(0x66a)](_0x474f3c),'canvasFloatDomPreviewService':_0x4e4e7e[_0x12ca48(0x66a)](_0x70eca9)};}catch{return null;}}function ap(_0x3cc741,_0x37c996){const _0x3cf764=_0x35dbe5;let _0x3898a3=_0x3cc741[_0x37c996];return typeof _0x3898a3==_0x3cf764(0x3fa)?_0x3898a3:void 0x0;}let op=class{constructor(_0x52ab50){const _0x4a9f1d=_0x35dbe5;this[_0x4a9f1d(0x530)]=_0x52ab50,J(this,_0x4a9f1d(0x415),new Map());}[_0x35dbe5(0x403)](_0x10b9fb,_0x36072e){const _0x8f760e=_0x35dbe5;if(this[_0x8f760e(0x415)]['has'](_0x10b9fb['embedId']))throw Error(_0x8f760e(0x2bb)+_0x10b9fb['embedId']);let _0x53682e=this[_0x8f760e(0x530)][_0x8f760e(0x5bf)](_0x10b9fb[_0x8f760e(0x5b8)]),_0xee91a6=_0x53682e!=null&&_0x53682e[_0x8f760e(0x3dc)]?this[_0x8f760e(0x30d)](_0x53682e,_0x36072e):this['_mountOwnedSession'](_0x10b9fb,_0x36072e);return this[_0x8f760e(0x415)][_0x8f760e(0x27d)](_0x10b9fb[_0x8f760e(0x5b8)],_0xee91a6),{'session':_0xee91a6[_0x8f760e(0x172)],'ownsSession':_0xee91a6[_0x8f760e(0x380)],'dispose':()=>{const _0xaf5bc6=_0x8f760e;this[_0xaf5bc6(0x415)][_0xaf5bc6(0x66a)](_0x10b9fb[_0xaf5bc6(0x5b8)])===_0xee91a6&&(this['_leases'][_0xaf5bc6(0x5b4)](_0x10b9fb['embedId']),_0xee91a6[_0xaf5bc6(0x4d7)]());}};}[_0x35dbe5(0x30d)](_0x34c659,_0x5d71d3){const _0x40176f=_0x35dbe5;let _0x532fec=_0x34c659[_0x40176f(0x3dc)][_0x40176f(0x3ec)][_0x40176f(0x19b)],_0x4d2a37=_0x532fec['parentNode'],_0x49acb6=_0x532fec['nextSibling'];if(!_0x4d2a37)throw Error(_0x40176f(0x61f)+_0x34c659[_0x40176f(0x5b8)]);return _0x5d71d3[_0x40176f(0x5c2)](_0x532fec),{'session':_0x34c659,'ownsSession':!0x1,'dispose':()=>{const _0x4bf031=_0x40176f;if(this['_mountService'][_0x4bf031(0x5bf)](_0x34c659[_0x4bf031(0x5b8)])!==_0x34c659){_0x532fec['remove']();return;}(_0x49acb6==null?void 0x0:_0x49acb6[_0x4bf031(0x4fc)])===_0x4d2a37?_0x4d2a37[_0x4bf031(0x543)](_0x532fec,_0x49acb6):_0x4d2a37['appendChild'](_0x532fec);}};}[_0x35dbe5(0x4a8)](_0x3b894f,_0x331744){const _0x2b4d6e=_0x35dbe5;let _0x1c4aaf=this[_0x2b4d6e(0x530)][_0x2b4d6e(0x570)](_0x3b894f,_0x331744);return{'session':_0x1c4aaf,'ownsSession':!0x0,'dispose':()=>{const _0x12283d=_0x2b4d6e;this['_mountService'][_0x12283d(0x5bf)](_0x3b894f[_0x12283d(0x5b8)])===_0x1c4aaf&&this['_mountService'][_0x12283d(0x3f5)](_0x3b894f[_0x12283d(0x5b8)]);}};}};op=lo([Q(0x0,_0x49be48(po))],op);function sp(){const _0x3eb062=_0x35dbe5;return Xs({'childType':_0x140e49[_0x3eb062(0x5ee)],'productName':_0x3eb062(0x28a)});}function cp(_0x4a4f59){const _0x17248b=_0x35dbe5;var _0x538c71,_0x3afdf6;return Hc({'embedId':_0x4a4f59[_0x17248b(0x5b8)],'active':_0x4a4f59[_0x17248b(0x65d)],'fullscreen':_0x4a4f59['fullscreen'],'usesDomFloatingStage':(_0x538c71=_0x4a4f59['usesDomFloatingStage'])==null?!0x0:_0x538c71,'renderScopeActive':(_0x3afdf6=_0x4a4f59[_0x17248b(0x3be)])==null?!0x1:_0x3afdf6});}function lp(_0x4f6463){const _0x5dedab=_0x35dbe5;var _0x14c186;let {hostUnitId:_0x26c8de,entry:_0x300cf3,embedId:_0x1e2f9e,childUnitId:_0x9899,slideModel:_0x518ec7,floatingActiveService:_0x56d4a7,commandService:_0x32f956,instanceService:_0x5ee4ee,fullscreen:_0x4b0d0,usesDomFloatingStage:_0x9611b4,renderScopeActive$:_0x249ca4}=_0x4f6463,[_0x56654b,_0xe65684]=_0x57f380(0x0),[_0x24b981,_0x225c39]=_0x57f380(()=>_0x56d4a7[_0x5dedab(0x328)]()),[_0x3f3bc3,_0x5d6cf8]=_0x57f380(!0x1);_0x384162(()=>{const _0x2cd46a=_0x5dedab;let _0x233514=()=>{const _0x10e033=_0x3c26;_0x225c39(_0x56d4a7[_0x10e033(0x328)]()),_0xe65684(_0x24a024=>_0x24a024+0x1);},_0x5c89da=_0x56d4a7['active$']['subscribe'](_0x233514),_0x26ee30=_0x518ec7==null?void 0x0:_0x518ec7[_0x2cd46a(0x600)][_0x2cd46a(0x495)]['subscribe'](_0x233514),_0x5cc493=_0x518ec7==null?void 0x0:_0x518ec7['pageManager']['activeSlideId$'][_0x2cd46a(0x30e)](_0x233514);return()=>{const _0x9eb8d8=_0x2cd46a;_0x5c89da[_0x9eb8d8(0x2cc)](),_0x26ee30==null||_0x26ee30['unsubscribe'](),_0x5cc493==null||_0x5cc493[_0x9eb8d8(0x2cc)]();};},[_0x1e2f9e,_0x56d4a7,_0x518ec7]),_0x384162(()=>{const _0x4639b3=_0x5dedab;let _0x3cf943=_0x249ca4[_0x4639b3(0x30e)](_0xa152de=>{_0x5d6cf8(_0xa152de);});return()=>_0x3cf943['unsubscribe']();},[_0x249ca4]);let _0x75fc6a=_0x58927c(()=>{const _0x426bc7=_0x5dedab;var _0x287de0;return(_0x287de0=_0x518ec7==null?void 0x0:_0x518ec7[_0x426bc7(0x600)][_0x426bc7(0x295)]())==null?[]:_0x287de0;},[_0x518ec7,_0x56654b]),_0x33d5b0=_0x518ec7==null||(_0x14c186=_0x518ec7[_0x5dedab(0x600)][_0x5dedab(0x2d5)]())==null?void 0x0:_0x14c186[_0x5dedab(0x27e)](),_0x1e8bd9=Math[_0x5dedab(0x626)](0x0,_0x75fc6a[_0x5dedab(0x251)](_0x4bb52a=>_0x4bb52a['getId']()===_0x33d5b0)),_0x20ceb4=_0x75fc6a['length'],_0x187c2f=cp({'active':_0x24b981,'embedId':_0x1e2f9e,'fullscreen':_0x4b0d0,'renderScopeActive':_0x3f3bc3,'usesDomFloatingStage':_0x9611b4})===_0x5dedab(0x18a),_0x569bd1=()=>{const _0x4b7fde=_0x5dedab;_0x56d4a7[_0x4b7fde(0x51f)]({'hostUnitId':_0x26c8de,'embedId':_0x1e2f9e,'childUnitId':_0x9899},'stage2'),_0x5ee4ee[_0x4b7fde(0x2c1)](_0x9899);},_0x2eaead=_0x416855=>{const _0x12766b=_0x5dedab;let _0x1e0bdd=_0x75fc6a[_0x416855];!_0x1e0bdd||!_0x518ec7||(_0x569bd1(),_0x518ec7[_0x12766b(0x600)][_0x12766b(0x37a)](_0x1e0bdd[_0x12766b(0x27e)]()),_0xe65684(_0x1e31ed=>_0x1e31ed+0x1));};return _0x2e59a6(_0x5dedab(0x590),{'className':up({'entry':_0x300cf3,'fullscreen':_0x4b0d0,'stage':_0x187c2f?_0x5dedab(0x18a):_0x5dedab(0x37e)}),'data-embed-floating-menu':_0x5dedab(0x479),'data-embed-id':_0x1e2f9e,'data-embed-float-stage':_0x187c2f?_0x5dedab(0x18a):'inactive','onPointerDown':_0x1c4d9b=>_0x1c4d9b[_0x5dedab(0x48c)](),'children':[_0x2e0de7(dp,{'title':'Previous\x20page','disabled':_0x1e8bd9<=0x0,'onClick':()=>_0x2eaead(_0x1e8bd9-0x1),'children':_0x2e0de7(_0x3c6020,{})}),_0x2e0de7(dp,{'title':_0x5dedab(0x2fe),'disabled':_0x20ceb4===0x0||_0x1e8bd9>=_0x20ceb4-0x1,'onClick':()=>_0x2eaead(_0x1e8bd9+0x1),'children':_0x2e0de7(_0x403ea9,{})}),_0x2e0de7(_0x38d728,{'align':_0x5dedab(0x5f0),'sideOffset':0x6,'data-embed-id':_0x1e2f9e,'data-embed-floating-menu-popup':_0x5dedab(0x479),'items':[{'type':_0x5dedab(0x3d4),'value':String(_0x1e8bd9),'hideIndicator':!0x0,'options':_0x75fc6a[_0x5dedab(0x43e)]((_0x1ed068,_0xa4c137)=>({'label':_0x5dedab(0x1a6)+(_0xa4c137+0x1),'value':String(_0xa4c137)})),'onSelect':_0x4bcf14=>_0x2eaead(Number(_0x4bcf14))}],'children':_0x2e59a6(_0x49a018,{'type':_0x5dedab(0x32e),'size':'small','variant':_0x5dedab(0x199),'className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','title':_0x5dedab(0x450),'children':[_0x2e0de7(_0x5dedab(0x193),{'children':_0x20ceb4===0x0?_0x5dedab(0x496):_0x1e8bd9+0x1+_0x5dedab(0x2b0)+_0x20ceb4}),_0x2e0de7(_0x124809,{'className':'univer-size-3'})]})}),_0x2e0de7(fp,{}),_0x2e0de7(dp,{'title':'Delete\x20embed\x20block','className':_0x5dedab(0x60b),'onClick':()=>{const _0x2db5c8=_0x5dedab;_0x32f956[_0x2db5c8(0x628)](_0x4dca69['id'],{'hostUnitId':_0x26c8de,'embedId':_0x1e2f9e});},'children':_0x2e0de7(_0x5e2212,{})})]});}function up(_0x22a0bd){const _0x2239ce=_0x35dbe5;let {entry:_0x1a84cf,fullscreen:_0x2e47db,stage:_0x28e139}=_0x22a0bd;return _0x50d2f5(_0x2239ce(0x390),{'univer-hidden':_0x28e139!==_0x2239ce(0x18a),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2e47db,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2e47db,'-univer-top-9':!_0x2e47db&&_0x1a84cf!==_0x2239ce(0x31a),'univer-top-0':!_0x2e47db&&_0x1a84cf===_0x2239ce(0x31a)});}function dp(_0x4e6301){const _0x345d3a=_0x35dbe5;let {children:_0x1a7742,title:_0x3f1a92,disabled:_0x3aab67,className:_0x39b74f,onClick:_0x3a9fce}=_0x4e6301;return _0x2e0de7(_0x49a018,{'type':'button','size':_0x345d3a(0x18f),'variant':_0x345d3a(0x199),'className':[_0x345d3a(0x1e9),_0x39b74f][_0x345d3a(0x5cb)](Boolean)[_0x345d3a(0x352)]('\x20'),'title':_0x3f1a92,'aria-label':_0x3f1a92,'disabled':_0x3aab67,'onClick':_0x3a9fce,'children':_0x1a7742});}function fp(){const _0x1bbd4e=_0x35dbe5;return _0x2e0de7(_0x1bbd4e(0x193),{'className':'univer-mx-0.5\x20univer-h-5\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600'});}function pp(){const _0x32dacd=_0x35dbe5;return Wc({'childType':_0x140e49[_0x32dacd(0x5ee)],'mount':mp});}function mp(_0x36b880){const _0x104152=_0x35dbe5;let _0x1e92a5=Uc(_0x36b880),_0x2a0d38=document[_0x104152(0x1d1)]('div');_0x2a0d38[_0x104152(0x534)]('data-embed-floating-menu-entry',_0x36b880[_0x104152(0x624)]['entry']),_0x1e92a5[_0x104152(0x4ef)](_0x2a0d38);let _0x46065f=wo(_0x2a0d38),_0x38d18e=_0x36b880[_0x104152(0x39f)][_0x104152(0x66a)](ca),_0x224e8e=_0x36b880['injector'][_0x104152(0x66a)](_0x1cbf8c),_0x52ec9e=_0x36b880[_0x104152(0x39f)][_0x104152(0x66a)](_0x32fce3),_0x12e545=_0x52ec9e[_0x104152(0x55c)](_0x36b880[_0x104152(0x2ab)],_0x140e49[_0x104152(0x5ee)]);return _0x46065f['render'](_0xf619e0(vo,{'injector':_0x36b880[_0x104152(0x374)]['injector'],'mountContainer':_0x1e92a5,'embedId':_0x36b880['embedId']},_0xf619e0(lp,{'hostUnitId':_0x36b880[_0x104152(0x4bd)],'entry':_0x36b880[_0x104152(0x624)][_0x104152(0x2ad)],'embedId':_0x36b880[_0x104152(0x5b8)],'childUnitId':_0x36b880[_0x104152(0x2ab)],'slideModel':_0x12e545==null?null:_0x12e545,'floatingActiveService':_0x38d18e,'commandService':_0x224e8e,'instanceService':_0x52ec9e,'fullscreen':!!_0x36b880[_0x104152(0x3ec)][_0x104152(0x1c6)],'usesDomFloatingStage':_0x36b880[_0x104152(0x624)][_0x104152(0x2ad)]!==_0x104152(0x454),'renderScopeActive$':_0x36b880[_0x104152(0x3ec)][_0x104152(0x229)]}))),_0xd3a08f(()=>{const _0x119883=_0x104152;To(_0x46065f),globalThis[_0x119883(0x170)](()=>_0x2a0d38[_0x119883(0x59f)](),0x0);});}function hp(_0x195b1e,_0x4c7663,_0x255fbb){return{..._0x43227b(_0x195b1e,_0x4c7663),'activateAnchor':_0x1c114c=>{const _0x3949c1=_0x3c26;_0x255fbb==null||_0x255fbb['unmountFloatingSessions'](_0x1c114c[_0x3949c1(0x4bd)]),_0x1c114c[_0x3949c1(0x624)][_0x3949c1(0x2ab)]&&(_0x4c7663==null||_0x4c7663[_0x3949c1(0x2c1)](_0x1c114c[_0x3949c1(0x624)][_0x3949c1(0x2ab)]));let _0x39489=_0x4c7663==null?void 0x0:_0x4c7663[_0x3949c1(0x55c)](_0x1c114c[_0x3949c1(0x4bd)],_0x140e49[_0x3949c1(0x5ee)]),_0x343d1c=()=>{const _0x183e31=_0x3949c1;var _0x580ffd,_0x3d47a2;return _0x39489==null||(_0x580ffd=_0x39489[_0x183e31(0x600)])==null||(_0x3d47a2=_0x580ffd[_0x183e31(0x37a)])==null?void 0x0:_0x3d47a2[_0x183e31(0x4df)](_0x580ffd,_0x1c114c['hostAnchorId']);};if(typeof window>'u'){_0x343d1c();return;}window[_0x3949c1(0x4a0)](_0x343d1c);}};}function gp(){const _0x35ee74=_0x35dbe5;return{'hostType':_0x140e49[_0x35ee74(0x5ee)],'entry':_0x35ee74(0x454),'layout':'scroll-contained','supportedLayouts':[_0x35ee74(0x64b),_0x35ee74(0x3c7),_0x35ee74(0x56a)],'menuBehavior':'floating','mount':_0x37fdec=>{const _0x55a899=_0x35ee74;let _0xba208=vp(_0x55a899(0x46c),_0x37fdec[_0x55a899(0x624)]['hostAnchorId']);return _0xba208?{'hostElement':_0xba208}:{};}};}function _p(){const _0x2f8c8b=_0x35dbe5;return{'hostType':_0x140e49[_0x2f8c8b(0x5ee)],'entry':_0x2f8c8b(0x1aa),'layout':_0x2f8c8b(0x3b6),'supportedLayouts':[_0x2f8c8b(0x3b6)],'menuBehavior':_0x2f8c8b(0x15f),'mount':_0x5cbf7a=>{const _0x1ffe26=_0x2f8c8b;let _0x187d06=vp(_0x1ffe26(0x1be),_0x5cbf7a[_0x1ffe26(0x624)][_0x1ffe26(0x666)]);return _0x187d06?{'hostElement':_0x187d06}:{};}};}function vp(_0x36259c,_0x16435e){const _0x425e6f=_0x35dbe5;return document[_0x425e6f(0x436)]('['+_0x36259c+'=\x22'+yp(_0x16435e)+'\x22]');}function yp(_0x5951d6){const _0x112903=_0x35dbe5;return _0x5951d6[_0x112903(0x256)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function bp(){return{'childType':_0x140e49['UNIVER_SLIDE'],'handleWheel':()=>!0x1};}const xp=0x10/0x9;function Sp(_0x5d9081,_0x538377=xp){const _0x5859ca=_0x35dbe5;let _0x3ac6e8=Math[_0x5859ca(0x626)](0x1,_0x5d9081['width']),_0x513d8d=Math[_0x5859ca(0x626)](0x1,_0x5d9081[_0x5859ca(0x35d)]),_0x36d53f=Number[_0x5859ca(0x4ce)](_0x538377)&&_0x538377>0x0?_0x538377:xp;return _0x3ac6e8/_0x513d8d>_0x36d53f?{'width':_0x513d8d*_0x36d53f,'height':_0x513d8d}:{'width':_0x3ac6e8,'height':_0x3ac6e8/_0x36d53f};}function Cp(_0x30d48b={}){let {unitId:_0x1929c0,active$:_0x35ad79}=_0x30d48b,_0x74f6a9=Dp(_0x35ad79,!0x0);return _0x2e59a6(Ep,{'children':[_0x2e0de7(_0x2cc8a0,{'previewMode':!0x0,'unitId':_0x1929c0}),_0x74f6a9&&_0x2e59a6(_0x89a2c6,{'children':[_0x2e0de7(_0x4d8ed6,{}),_0x2e0de7(_0x478d9a,{})]})]});}function wp(_0x493ecb={}){let {unitId:_0x272b21,render:_0x4b174d}=_0x493ecb;return _0x2e0de7(Ep,{'readonly':!0x0,'children':_0x272b21?_0x2e0de7(Tp,{'unitId':_0x272b21,'render':_0x4b174d}):_0x2e0de7(_0x2cc8a0,{'previewMode':!0x0})});}function Tp(_0x4ef226){const _0x15e7e2=_0x35dbe5;let {unitId:_0x59baee,render:_0x48a2e6}=_0x4ef226,_0x2e524e=_0xf30763(null),_0x5294d9=_0x21f18c(_0x4fffb3);return _0x3f21a1(()=>{const _0x13962e=_0x3c26;let _0x5e50b8=_0x2e524e['current'];if(!_0x5e50b8)return;let _0x3ac440=_0x48a2e6==null?_0x5294d9[_0x13962e(0x5c9)](_0x59baee):_0x48a2e6;_0x3ac440&&_0x2d2cce(_0x3ac440,_0x5e50b8);},[_0x48a2e6,_0x5294d9,_0x59baee]),_0x2e0de7(_0x15e7e2(0x590),{'ref':_0x2e524e,'className':'univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','data-embed-slide-readonly-canvas-host':_0x15e7e2(0x479),'data-embed-child-render-unit-id':_0x59baee});}function Ep(_0x2224ff){const _0x4dd82d=_0x35dbe5;let {children:_0x3737a4,readonly:_0x137424=!0x1}=_0x2224ff,_0x3bb3a9=_0xf30763(null),[_0x25857e,_0x18d2a3]=_0x57f380(null);return _0x3f21a1(()=>{const _0x923d55=_0x3c26;let _0x4d9432=_0x3bb3a9['current'];if(!_0x4d9432)return;let _0x163e91=()=>{const _0x146bc5=_0x3c26;let _0xe0aa06=_0x4d9432[_0x146bc5(0x232)]();_0x18d2a3(Sp({'width':_0xe0aa06[_0x146bc5(0x30f)]||_0x4d9432[_0x146bc5(0x1a7)],'height':_0xe0aa06[_0x146bc5(0x35d)]||_0x4d9432[_0x146bc5(0x266)]}));};if(_0x163e91(),typeof ResizeObserver>'u')return;let _0x15eb4f=new ResizeObserver(_0x163e91);return _0x15eb4f[_0x923d55(0x325)](_0x4d9432),()=>_0x15eb4f[_0x923d55(0x175)]();},[]),_0x2e0de7(_0x4dd82d(0x590),{'ref':_0x3bb3a9,'className':_0x4dd82d(0x2d6),'data-embed-slide-floating-preview':_0x4dd82d(0x479),'data-embed-slide-readonly-floating-preview':_0x137424?_0x4dd82d(0x479):void 0x0,'children':_0x2e0de7('div',{'className':_0x4dd82d(0x249),'data-embed-slide-floating-page-frame':'true','style':{'width':_0x25857e?_0x25857e[_0x4dd82d(0x30f)]+'px':_0x4dd82d(0x226),'height':_0x25857e?_0x25857e[_0x4dd82d(0x35d)]+'px':_0x4dd82d(0x226)},'children':_0x3737a4})});}function Dp(_0xefbfdc,_0x16f986){let [_0x435721,_0x5a1349]=_0x57f380(_0x16f986);return _0x384162(()=>{const _0x3b7fbb=_0x3c26;if(!_0xefbfdc){_0x5a1349(_0x16f986);return;}let _0x4d05f0=_0xefbfdc[_0x3b7fbb(0x30e)](_0x4b203d=>_0x5a1349(_0x4b203d));return()=>_0x4d05f0['unsubscribe']();},[_0x16f986,_0xefbfdc]),_0x435721;}function Op(){const _0x29111c=_0x35dbe5;return{'childType':_0x140e49[_0x29111c(0x5ee)],'supportedLayouts':[_0x29111c(0x3b6),_0x29111c(0x56a),_0x29111c(0x64b)],'beforeDeactivate':kp,'mount':Ap};}function kp(_0x152590){const _0x13bfb9=_0x35dbe5;let _0x140074=_0x152590[_0x13bfb9(0x374)][_0x13bfb9(0x39f)];if(!(_0x140074!=null&&_0x140074[_0x13bfb9(0x629)](_0x35c812)))return;let _0x4f41a2=_0x140074[_0x13bfb9(0x66a)](_0x35c812);_0x4f41a2[_0x13bfb9(0x25d)](),_0x4f41a2[_0x13bfb9(0x52c)]();}function Ap(_0x1bdcc5){const _0x29f317=_0x35dbe5;if(!_0x1bdcc5[_0x29f317(0x39f)][_0x29f317(0x66a)](_0x32fce3)[_0x29f317(0x55c)](_0x1bdcc5['childUnitId'],_0x140e49[_0x29f317(0x5ee)]))return;let _0x5027ea=_0x1bdcc5[_0x29f317(0x374)][_0x29f317(0x39f)];if(!_0x5027ea)return;let _0x3aa0cd=_0x1bdcc5[_0x29f317(0x374)][_0x29f317(0x2e3)][_0x29f317(0x5c7)],_0xfdfc04=_0x1bdcc5['runtimeScope']['roots'][_0x29f317(0x5d6)],_0x315fd4=_0x1bdcc5[_0x29f317(0x39f)][_0x29f317(0x66a)](_0x4fffb3),_0xc5bc24=jp(_0x1bdcc5),_0x5cf7f4=_0xfdfc04?Is(_0x315fd4,_0x1bdcc5[_0x29f317(0x2ab)],_0x5027ea):void 0x0;if(_0x5cf7f4&&_0xfdfc04&&!_0xc5bc24){try{var _0x5f3033,_0x3708d1;(_0x5f3033=(_0x3708d1=_0x5cf7f4['engine'])['unmount'])==null||_0x5f3033[_0x29f317(0x4df)](_0x3708d1);}catch{}_0x5cf7f4[_0x29f317(0x1e8)][_0x29f317(0x30b)](_0xfdfc04),Rs(_0x5cf7f4,{'activate':!0x0}),_0xfdfc04[_0x29f317(0x20f)][_0x29f317(0x431)]=_0x1bdcc5[_0x29f317(0x2ab)],_0xfdfc04[_0x29f317(0x20f)][_0x29f317(0x425)]=_0x29f317(0x2e6);}let _0x29f183=wo(_0x3aa0cd);return _0x3aa0cd[_0x29f317(0x20f)][_0x29f317(0x431)]=_0x1bdcc5[_0x29f317(0x2ab)],_0x3aa0cd['dataset']['embedChildRenderMode']='slide-workbench',_0x29f183[_0x29f317(0x4a9)](_0x2e0de7(vo,{'injector':_0x5027ea,'mountContainer':_0x1bdcc5['runtimeScope'][_0x29f317(0x2e3)][_0x29f317(0x3b3)],'embedId':_0x1bdcc5['embedId'],'children':_0xc5bc24?_0x2e0de7(Cp,{'unitId':_0x1bdcc5[_0x29f317(0x2ab)],'active$':_0x1bdcc5[_0x29f317(0x3ec)][_0x29f317(0x229)]}):_0x2e0de7(_0x5a31cb,{})})),_0xd3a08f(()=>{const _0x455430=_0x29f317;try{var _0x32f9e0,_0x5273ca;_0x5cf7f4==null||(_0x5273ca=(_0x32f9e0=_0x5cf7f4[_0x455430(0x1e8)])[_0x455430(0x3f5)])==null||_0x5273ca['call'](_0x32f9e0);}catch{}_0x315fd4['removeRender'](_0x1bdcc5[_0x455430(0x2ab)]),To(_0x29f183),_0x3aa0cd[_0x455430(0x331)]&&(_0x3aa0cd['removeAttribute'](_0x455430(0x4e4)),_0x3aa0cd['removeAttribute'](_0x455430(0x21a))),_0xfdfc04!=null&&_0xfdfc04['isConnected']&&(_0xfdfc04['removeAttribute'](_0x455430(0x4e4)),_0xfdfc04[_0x455430(0x480)](_0x455430(0x21a))),_0x5027ea[_0x455430(0x4d7)]();});}function jp(_0x84b068){const _0x2b4578=_0x35dbe5;return _0x84b068[_0x2b4578(0x3ec)]['mode']===_0x2b4578(0x412)&&!_0x84b068['renderScope'][_0x2b4578(0x1c6)]&&_0x84b068['layout']===_0x2b4578(0x56a);}let Mp=class{constructor(_0x364b0d,_0x102e3c){const _0x5822aa=_0x35dbe5;this['_instanceService']=_0x364b0d,this[_0x5822aa(0x4dd)]=_0x102e3c,J(this,_0x5822aa(0x674),_0x140e49[_0x5822aa(0x5ee)]);}[_0x35dbe5(0x40e)](_0x1fa8e7){const _0x357d58=_0x35dbe5;var _0x49a15b,_0x354300,_0x3fa10d;let _0x297a5f=this['_getSlideModel'](_0x1fa8e7['childUnitId']),_0x512a0c=(_0x49a15b=_0x297a5f==null||(_0x354300=_0x297a5f[_0x357d58(0x600)]['getActiveSlide']())==null?void 0x0:_0x354300[_0x357d58(0x27e)]())==null?'':_0x49a15b;return{'unitId':_0x1fa8e7['childUnitId'],'pageId':_0x512a0c,'scaleMode':_0x357d58(0x1c3),'zoomRatio':_0x297a5f==null||(_0x3fa10d=_0x297a5f[_0x357d58(0x246)])==null?void 0x0:_0x3fa10d[_0x357d58(0x4df)](_0x297a5f)};}['restoreViewState'](_0x393e19,_0x22c673){const _0x232bc3=_0x35dbe5;let _0x2095f0=this[_0x232bc3(0x283)](_0x393e19[_0x232bc3(0x2ab)]);!_0x2095f0||!_0x22c673[_0x232bc3(0x23e)]||!_0x2095f0[_0x232bc3(0x600)][_0x232bc3(0x5d7)](_0x22c673[_0x232bc3(0x23e)])||_0x2095f0[_0x232bc3(0x600)][_0x232bc3(0x37a)](_0x22c673[_0x232bc3(0x23e)]);}[_0x35dbe5(0x3af)](_0x10f7c0){const _0xe5e1da=_0x35dbe5;var _0x2583fa,_0x3f0ab0,_0xae8fb9;let _0x548eea=this['_getSlideModel'](_0x10f7c0['childUnitId']),_0x351a58=(_0x2583fa=_0x10f7c0[_0xe5e1da(0x287)])==null?void 0x0:_0x2583fa[_0xe5e1da(0x23e)];_0x548eea&&_0x351a58&&_0x548eea[_0xe5e1da(0x600)][_0xe5e1da(0x5d7)](_0x351a58)&&_0x548eea['pageManager'][_0xe5e1da(0x37a)](_0x351a58);let _0x3b4b31=this[_0xe5e1da(0x2ec)](_0x10f7c0[_0xe5e1da(0x2ab)]),_0x395d36=_0x3b4b31==null||(_0x3f0ab0=_0x3b4b31[_0xe5e1da(0x1e8)])==null||(_0xae8fb9=_0x3f0ab0[_0xe5e1da(0x498)])==null?void 0x0:_0xae8fb9['call'](_0x3f0ab0);if(_0x3b4b31&&(!_0x395d36||_0x395d36[_0xe5e1da(0x30f)]<=0x1||_0x395d36[_0xe5e1da(0x35d)]<=0x1)&&(_0x395d36=Np(_0x3b4b31,_0x10f7c0[_0xe5e1da(0x30f)],_0x10f7c0[_0xe5e1da(0x35d)])),!(!_0x395d36||_0x395d36[_0xe5e1da(0x30f)]<=0x1||_0x395d36[_0xe5e1da(0x35d)]<=0x1||typeof _0x395d36['toDataURL']!=_0xe5e1da(0x5e7)))try{var _0x3b3e72,_0x1c9ff2;let _0x1ea2cc=_0x548eea?_0xea9d46(_0x548eea[_0xe5e1da(0x63a)]()['defaultPageSize']):void 0x0,_0x2cb424=_0x1ea2cc?_0x1ea2cc[_0xe5e1da(0x30f)]/_0x1ea2cc[_0xe5e1da(0x35d)]:void 0x0,_0x58058a=(_0x3b3e72=Ip(_0x3b4b31,_0x395d36['width'],_0x395d36[_0xe5e1da(0x35d)]))==null?_0x2cb424?Pp(_0x395d36[_0xe5e1da(0x30f)],_0x395d36['height'],_0x2cb424):void 0x0:_0x3b3e72;return(_0x1c9ff2=Lp(_0x395d36,_0x10f7c0['width'],_0x10f7c0[_0xe5e1da(0x35d)],_0x10f7c0['dpr'],_0x58058a))==null?_0x395d36[_0xe5e1da(0x2eb)](_0xe5e1da(0x5ce)):_0x1c9ff2;}catch{return;}}[_0x35dbe5(0x283)](_0x251f4d){const _0x35c97e=_0x35dbe5;var _0x54195f;return(_0x54195f=this[_0x35c97e(0x423)][_0x35c97e(0x55c)](_0x251f4d,_0x140e49[_0x35c97e(0x5ee)]))==null?void 0x0:_0x54195f;}[_0x35dbe5(0x2ec)](_0xff215b){const _0x7afe15=_0x35dbe5;let _0x3012bc=this[_0x7afe15(0x4dd)][_0x7afe15(0x5c9)](_0xff215b);if(_0x3012bc)return _0x3012bc;try{return this[_0x7afe15(0x4dd)][_0x7afe15(0x267)](_0xff215b);}catch{return;}}};Mp=lo([Q(0x0,_0x32fce3),Q(0x1,_0x4fffb3)],Mp);function Np(_0x328b4f,_0x36a89c,_0x178cdf){const _0x31de3c=_0x35dbe5;if(typeof document>'u')return;let _0x2259e9=_0x328b4f[_0x31de3c(0x1e8)],_0x5da6b=_0x328b4f[_0x31de3c(0x569)];if(!(_0x2259e9!=null&&_0x2259e9[_0x31de3c(0x2f9)])||!_0x2259e9[_0x31de3c(0x609)])return;let _0x418bee=document[_0x31de3c(0x1d1)](_0x31de3c(0x590));_0x418bee[_0x31de3c(0x58f)][_0x31de3c(0x24a)]=_0x31de3c(0x190),_0x418bee[_0x31de3c(0x58f)][_0x31de3c(0x224)]=_0x31de3c(0x38f),_0x418bee[_0x31de3c(0x58f)][_0x31de3c(0x215)]=_0x31de3c(0x38f),_0x418bee[_0x31de3c(0x58f)][_0x31de3c(0x30f)]=Math['max'](0x1,Math[_0x31de3c(0x654)](_0x36a89c))+'px',_0x418bee[_0x31de3c(0x58f)]['height']=Math[_0x31de3c(0x626)](0x1,Math[_0x31de3c(0x654)](_0x178cdf))+'px',_0x418bee['style']['pointerEvents']=_0x31de3c(0x5ff),_0x418bee['dataset'][_0x31de3c(0x4dc)]=_0x31de3c(0x479),document['body'][_0x31de3c(0x4ef)](_0x418bee);try{var _0x462c0c,_0x2de1e0,_0x3ad1e5;return _0x2259e9['setContainer'](_0x418bee),_0x2259e9[_0x31de3c(0x609)](),_0x5da6b==null||(_0x462c0c=_0x5da6b[_0x31de3c(0x5fb)])==null||_0x462c0c[_0x31de3c(0x4df)](_0x5da6b,!0x0),_0x5da6b==null||(_0x2de1e0=_0x5da6b[_0x31de3c(0x4a9)])==null||_0x2de1e0[_0x31de3c(0x4df)](_0x5da6b),(_0x3ad1e5=_0x2259e9[_0x31de3c(0x498)])==null?void 0x0:_0x3ad1e5[_0x31de3c(0x4df)](_0x2259e9);}finally{_0x418bee[_0x31de3c(0x59f)]();}}function Pp(_0x2108b6,_0x2cad9f,_0x15af4d){const _0x10bdad=_0x35dbe5;let _0x56fe6f=Math[_0x10bdad(0x626)](0x1,Math[_0x10bdad(0x654)](_0x2108b6)),_0x3c6537=Math[_0x10bdad(0x626)](0x1,Math[_0x10bdad(0x654)](_0x2cad9f));if(!Number['isFinite'](_0x15af4d)||_0x15af4d<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x56fe6f,'sHeight':_0x3c6537};if(_0x56fe6f/_0x3c6537>_0x15af4d){let _0x52217e=Math['round'](_0x3c6537*_0x15af4d);return{'sx':Math[_0x10bdad(0x626)](0x0,Math['round']((_0x56fe6f-_0x52217e)/0x2)),'sy':0x0,'sWidth':_0x52217e,'sHeight':_0x3c6537};}let _0x21ec28=Math[_0x10bdad(0x654)](_0x56fe6f/_0x15af4d);return{'sx':0x0,'sy':Math[_0x10bdad(0x626)](0x0,Math['round']((_0x3c6537-_0x21ec28)/0x2)),'sWidth':_0x56fe6f,'sHeight':_0x21ec28};}function Fp(_0x11c32b,_0x578fd4,_0x1e2bc6,_0x4ff510,_0x307d61){const _0x31b92b=_0x35dbe5;if(typeof _0x1e2bc6[_0x31b92b(0x224)]!=_0x31b92b(0x165)||typeof _0x1e2bc6[_0x31b92b(0x215)]!=_0x31b92b(0x165)||typeof _0x1e2bc6[_0x31b92b(0x30f)]!='number'||typeof _0x1e2bc6[_0x31b92b(0x35d)]!='number'||_0x1e2bc6[_0x31b92b(0x30f)]<=0x0||_0x1e2bc6[_0x31b92b(0x35d)]<=0x0)return;let _0x224b23=Math[_0x31b92b(0x626)](0x0,Math['round'](_0x1e2bc6[_0x31b92b(0x224)]*_0x4ff510)),_0x37b50a=Math[_0x31b92b(0x626)](0x0,Math[_0x31b92b(0x654)](_0x1e2bc6['top']*_0x307d61));return{'sx':_0x224b23,'sy':_0x37b50a,'sWidth':Math[_0x31b92b(0x269)](Math[_0x31b92b(0x626)](0x1,Math['round'](_0x1e2bc6[_0x31b92b(0x30f)]*_0x4ff510)),Math[_0x31b92b(0x626)](0x1,Math[_0x31b92b(0x654)](_0x11c32b-_0x224b23))),'sHeight':Math[_0x31b92b(0x269)](Math[_0x31b92b(0x626)](0x1,Math[_0x31b92b(0x654)](_0x1e2bc6['height']*_0x307d61)),Math[_0x31b92b(0x626)](0x1,Math[_0x31b92b(0x654)](_0x578fd4-_0x37b50a)))};}function Ip(_0x782366,_0x13ad30,_0x13adad){const _0x5c9815=_0x35dbe5;var _0x3993fb,_0x1f0bce,_0x5aa52f,_0x269ae6,_0x36dca7,_0x599d58;let _0x2fd159=_0x782366==null?void 0x0:_0x782366[_0x5c9815(0x569)],_0x4a42ac=_0x2fd159==null||(_0x3993fb=_0x2fd159[_0x5c9815(0x3f9)])==null?void 0x0:_0x3993fb[_0x5c9815(0x4df)](_0x2fd159,_0x30aa61),_0x24e146=_0x2fd159==null||(_0x1f0bce=_0x2fd159['getAncestorScale'])==null?void 0x0:_0x1f0bce[_0x5c9815(0x4df)](_0x2fd159),_0x203c93=(_0x5aa52f=(_0x269ae6=_0x24e146==null?void 0x0:_0x24e146[_0x5c9815(0x514)])==null?_0x2fd159==null?void 0x0:_0x2fd159[_0x5c9815(0x514)]:_0x269ae6)==null?0x1:_0x5aa52f,_0x281068=(_0x36dca7=(_0x599d58=_0x24e146==null?void 0x0:_0x24e146['scaleY'])==null?_0x2fd159==null?void 0x0:_0x2fd159['scaleY']:_0x599d58)==null?_0x203c93:_0x36dca7;return _0x4a42ac?Fp(_0x13ad30,_0x13adad,_0x4a42ac,_0x203c93,_0x281068):void 0x0;}function Lp(_0x2ed86f,_0x17105b,_0x2f9f43,_0x4e2dbb,_0xebdb7){const _0x145812=_0x35dbe5;if(typeof document>'u'||!_0xebdb7)return;let _0x124b06=document[_0x145812(0x1d1)](_0x145812(0x5d6));_0x124b06[_0x145812(0x30f)]=Math['max'](0x1,Math['round'](_0x17105b*Math['max'](0x1,_0x4e2dbb||0x1))),_0x124b06[_0x145812(0x35d)]=Math[_0x145812(0x626)](0x1,Math['round'](_0x2f9f43*Math[_0x145812(0x626)](0x1,_0x4e2dbb||0x1)));let _0x369b2a=null;try{_0x369b2a=_0x124b06[_0x145812(0x544)]('2d');}catch{return;}if(_0x369b2a)return _0x369b2a[_0x145812(0x24e)](_0x2ed86f,_0xebdb7['sx'],_0xebdb7['sy'],_0xebdb7[_0x145812(0x59a)],_0xebdb7[_0x145812(0x2ee)],0x0,0x0,_0x124b06[_0x145812(0x30f)],_0x124b06['height']),_0x124b06['toDataURL'](_0x145812(0x5ce));}function Rp(_0x48ad75,_0x593448){const _0x495d73=_0x35dbe5;let _0x1963e7=!0x1,_0x522296,_0x289a41,_0x40c27c,_0x37d8b5=_0x28c913=>{const _0x179928=_0x3c26;if(_0x1963e7||_0x289a41||!_0x28c913[_0x179928(0x34d)])return;let _0xb441de=Gp(_0x28c913[_0x179928(0x34d)]);_0xb441de&&(_0x522296=Kp(_0x593448[_0x179928(0x38a)],_0x522296,_0xb441de));},_0x43fda3=_0x48ad75[_0x495d73(0x4a6)]['previewUpdated$'][_0x495d73(0x30e)](_0x51826c=>{const _0x47dab9=_0x495d73;_0x51826c[_0x47dab9(0x5b8)]===_0x593448['embedId']&&(!_0x593448[_0x47dab9(0x2ab)]||_0x51826c[_0x47dab9(0x2ab)]===_0x593448[_0x47dab9(0x2ab)])&&_0x37d8b5(_0x51826c);});return zp(_0x48ad75,_0x593448)['then'](_0x3abc45=>{const _0xcb8770=_0x495d73;if(_0x1963e7||!_0x3abc45)return;let _0x146516=Vp();try{let _0xd47f3b=_0x48ad75[_0xcb8770(0x671)][_0xcb8770(0x403)]({..._0x3abc45,'mode':_0xcb8770(0x28c)},_0x146516['runtimeHost']);if(!_0xd47f3b[_0xcb8770(0x172)]['context'])throw _0xd47f3b['dispose'](),Error(_0xcb8770(0x39a));if(_0x1963e7){_0xd47f3b[_0xcb8770(0x4d7)]();return;}Hp(_0x146516[_0xcb8770(0x57f)]),_0x289a41=_0xd47f3b,_0x40c27c=_0x146516,_0x522296=void 0x0,_0x593448[_0xcb8770(0x38a)][_0xcb8770(0x5c2)](_0x146516[_0xcb8770(0x5f8)]),_0x146516[_0xcb8770(0x1bf)](Up(_0x48ad75,_0xd47f3b,_0x146516[_0xcb8770(0x3f6)]));return;}catch{}Bp(_0x48ad75,_0x593448,_0x3abc45,_0x37d8b5,()=>_0x1963e7)[_0xcb8770(0x387)](_0x40c50e=>{!_0x1963e7&&_0x40c50e&&(_0x522296=Kp(_0x593448['hostElement'],_0x522296,_0x40c50e));});},()=>{}),_0xd3a08f(()=>{const _0x595abc=_0x495d73;_0x1963e7=!0x0,_0x43fda3[_0x595abc(0x2cc)](),_0x289a41==null||_0x289a41[_0x595abc(0x4d7)](),_0x289a41=void 0x0,_0x40c27c==null||_0x40c27c['dispose'](),_0x40c27c=void 0x0,_0x522296==null||_0x522296[_0x595abc(0x59f)](),_0x522296=void 0x0;});}async function zp(_0x556317,_0x18cebc){const _0x1b2a40=_0x35dbe5;var _0x364145;let _0x4042e9=(_0x364145=_0x556317[_0x1b2a40(0x3a3)][_0x1b2a40(0x1b1)](_0x18cebc[_0x1b2a40(0x4bd)],_0x18cebc[_0x1b2a40(0x5b8)]))==null?Wp(_0x18cebc):_0x364145;if(_0x4042e9){try{_0x4042e9=await _0x556317[_0x1b2a40(0x542)]['materializeDescriptor']({'descriptor':_0x4042e9});}catch{}return _0x4042e9[_0x1b2a40(0x2ab)]&&_0x4042e9['childType']!=null?_0x4042e9:void 0x0;}}async function Bp(_0x2efd12,_0x3fc401,_0x59f20f,_0x19ef95,_0x357276){const _0x4a9d12=_0x35dbe5;var _0x4a5a05,_0x585874;let _0x4ca461=await((_0x4a5a05=_0x2efd12[_0x4a9d12(0x3e5)])==null?void 0x0:_0x4a5a05[_0x4a9d12(0x338)](_0x3fc401[_0x4a9d12(0x666)]));if(_0x357276())return;if(_0x4ca461)return Gp(_0x4ca461);let _0x5f0796=_0x59f20f[_0x4a9d12(0x2ab)],_0x22f60b=_0x59f20f['childType'];if(!_0x5f0796||_0x22f60b==null)return;let _0x394435=(_0x585874=_0x2efd12[_0x4a9d12(0x3e5)])==null?void 0x0:_0x585874[_0x4a9d12(0x467)](_0x3fc401['hostAnchorId']);_0x19ef95(_0x2efd12['previewService'][_0x4a9d12(0x66b)]({'descriptor':{..._0x59f20f,'mode':_0x4a9d12(0x28c)},'childUnitId':_0x5f0796,'childType':_0x22f60b,'width':Math[_0x4a9d12(0x626)](0x1,_0x3fc401[_0x4a9d12(0x30f)]),'height':Math['max'](0x1,_0x3fc401[_0x4a9d12(0x35d)]),'dpr':Math['max'](0x1,Math[_0x4a9d12(0x269)](0x2,_0x3fc401[_0x4a9d12(0x4aa)])),'reason':'initial','context':_0x394435}));}function Vp(){const _0x455674=_0x35dbe5;let _0x1d52b2=document[_0x455674(0x1d1)]('div');_0x1d52b2[_0x455674(0x20f)][_0x455674(0x21e)]=_0x455674(0x479),_0x1d52b2[_0x455674(0x58f)][_0x455674(0x24a)]=_0x455674(0x160),_0x1d52b2[_0x455674(0x58f)][_0x455674(0x571)]='0',_0x1d52b2[_0x455674(0x58f)]['isolation']=_0x455674(0x3f4),_0x1d52b2[_0x455674(0x58f)][_0x455674(0x57d)]=_0x455674(0x1b8);let _0x20a793=document[_0x455674(0x1d1)]('div');_0x20a793['dataset'][_0x455674(0x23f)]=_0x455674(0x479),_0x20a793[_0x455674(0x58f)][_0x455674(0x24a)]=_0x455674(0x160),_0x20a793[_0x455674(0x58f)][_0x455674(0x571)]='0',_0x20a793[_0x455674(0x58f)][_0x455674(0x3a6)]='0',_0x20a793[_0x455674(0x58f)][_0x455674(0x57d)]=_0x455674(0x1b8),_0x20a793[_0x455674(0x58f)][_0x455674(0x319)]=_0x455674(0x5ff);let _0x1331c=document[_0x455674(0x1d1)](_0x455674(0x590));_0x1331c['dataset'][_0x455674(0x5e4)]=_0x455674(0x479),_0x1331c['style'][_0x455674(0x24a)]=_0x455674(0x160),_0x1331c['style'][_0x455674(0x571)]='0',_0x1331c[_0x455674(0x58f)][_0x455674(0x3a6)]='1',_0x1331c[_0x455674(0x58f)][_0x455674(0x319)]='auto',_0x1331c[_0x455674(0x58f)]['touchAction']=_0x455674(0x5ff),_0x1d52b2['append'](_0x20a793,_0x1331c);let _0x13e265=[];return{'surface':_0x1d52b2,'runtimeHost':_0x20a793,'interactionGate':_0x1331c,'addDisposer':_0x87c764=>_0x13e265[_0x455674(0x2b2)](_0x87c764),'dispose':()=>{const _0x22427d=_0x455674;_0x13e265[_0x22427d(0x395)](0x0)[_0x22427d(0x31d)]()[_0x22427d(0x27a)](_0x31502e=>_0x31502e()),_0x1d52b2[_0x22427d(0x59f)]();}};}function Hp(_0x2a6b95){const _0x3434b9=_0x35dbe5;_0x2a6b95[_0x3434b9(0x58f)][_0x3434b9(0x319)]='none';}function Up(_0x4bd2c6,_0x308dc6,_0x29b270){const _0x9196e2=_0x35dbe5;let _0x56bbab=_0x36473b=>{const _0x137a49=_0x3c26;_0x36473b[_0x137a49(0x5e5)](),_0x36473b['stopPropagation']();},_0x1222e8=_0x1ff13e=>{const _0x77eba9=_0x3c26;var _0xe9cca4;if(_0x1ff13e[_0x77eba9(0x298)]||_0x1ff13e[_0x77eba9(0x638)])return;let _0xb755b=_0x308dc6[_0x77eba9(0x172)][_0x77eba9(0x3dc)];if(!_0xb755b)return;let _0x55a486={..._0xb755b,'event':_0x1ff13e,'stage':'inactive','source':_0x77eba9(0x161)},_0x1f95ab=_0x4bd2c6[_0x77eba9(0x350)][_0x77eba9(0x206)](_0x55a486),_0x4f2e43=_0x1f95ab?!0x1:((_0xe9cca4=_0x4bd2c6[_0x77eba9(0x4a7)][_0x77eba9(0x66a)](_0xb755b['childType'],_0xb755b[_0x77eba9(0x1ab)]))==null?void 0x0:_0xe9cca4[_0x77eba9(0x206)](_0x55a486))===!0x0;(_0x1f95ab||_0x4f2e43)&&(_0x1ff13e[_0x77eba9(0x5e5)](),_0x1ff13e[_0x77eba9(0x48c)](),_0x1ff13e[_0x77eba9(0x35a)]());},_0xd80456=[_0x9196e2(0x503),_0x9196e2(0x637),_0x9196e2(0x659),_0x9196e2(0x25f),_0x9196e2(0x18c)];return _0xd80456[_0x9196e2(0x27a)](_0x244ade=>_0x29b270['addEventListener'](_0x244ade,_0x56bbab)),_0x29b270[_0x9196e2(0x243)](_0x9196e2(0x161),_0x1222e8,{'passive':!0x1}),()=>{const _0x102dc0=_0x9196e2;_0xd80456[_0x102dc0(0x27a)](_0x583915=>_0x29b270['removeEventListener'](_0x583915,_0x56bbab)),_0x29b270[_0x102dc0(0x5e9)](_0x102dc0(0x161),_0x1222e8);};}function Wp(_0x142ab1){const _0x54a24e=_0x35dbe5;if(!(!_0x142ab1[_0x54a24e(0x2ab)]||_0x142ab1[_0x54a24e(0x674)]==null))return{'embedId':_0x142ab1[_0x54a24e(0x5b8)],'hostUnitId':_0x142ab1[_0x54a24e(0x4bd)],'hostType':_0x140e49['UNIVER_SLIDE'],'entry':_0x142ab1[_0x54a24e(0x2ad)],'hostAnchorId':_0x142ab1[_0x54a24e(0x666)],'childUnitId':_0x142ab1[_0x54a24e(0x2ab)],'childType':_0x142ab1['childType'],'mode':_0x54a24e(0x28c),'source':{'unitType':_0x142ab1[_0x54a24e(0x674)],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x142ab1[_0x54a24e(0x2ab)],'type':_0x219537(_0x142ab1[_0x54a24e(0x674)])}}},'sourceMeta':{'floating':_0x142ab1[_0x54a24e(0x2ad)]===_0x54a24e(0x454)?{'enabled':!0x0,'layout':_0x54a24e(0x64b),'fullscreen':!0x1}:!0x1,'tab':_0x142ab1['entry']===_0x54a24e(0x1aa)?{'enabled':!0x0,'container':_0x54a24e(0x32c),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}:!0x1}};}function Gp(_0xbe15fd){const _0x101134=_0x35dbe5;if(typeof _0xbe15fd==_0x101134(0x3fa))return _0xbe15fd;if(typeof HTMLCanvasElement<'u'&&_0xbe15fd instanceof HTMLCanvasElement)try{return _0xbe15fd[_0x101134(0x2eb)](_0x101134(0x5ce));}catch{return;}if(typeof ImageBitmap<'u'&&_0xbe15fd instanceof ImageBitmap&&typeof document<'u'){let _0x4d45ad=document['createElement'](_0x101134(0x5d6));_0x4d45ad[_0x101134(0x30f)]=_0xbe15fd[_0x101134(0x30f)],_0x4d45ad[_0x101134(0x35d)]=_0xbe15fd[_0x101134(0x35d)];let _0x10bc29=_0x4d45ad[_0x101134(0x544)]('2d');return _0x10bc29?(_0x10bc29[_0x101134(0x24e)](_0xbe15fd,0x0,0x0),_0x4d45ad[_0x101134(0x2eb)]('image/png')):void 0x0;}}function Kp(_0x18219f,_0x47a216,_0x240139){const _0x142bc2=_0x35dbe5;let _0x19fd0c=_0x47a216==null?document[_0x142bc2(0x1d1)](_0x142bc2(0x4ac)):_0x47a216;return _0x19fd0c[_0x142bc2(0x2a4)]='',_0x19fd0c[_0x142bc2(0x20f)][_0x142bc2(0x566)]=_0x142bc2(0x479),_0x19fd0c[_0x142bc2(0x58f)][_0x142bc2(0x228)]='block',_0x19fd0c[_0x142bc2(0x58f)][_0x142bc2(0x30f)]=_0x142bc2(0x226),_0x19fd0c[_0x142bc2(0x58f)][_0x142bc2(0x35d)]=_0x142bc2(0x226),_0x19fd0c['style'][_0x142bc2(0x195)]=_0x142bc2(0x3b0),_0x19fd0c['style']['pointerEvents']=_0x142bc2(0x5ff),_0x19fd0c[_0x142bc2(0x65f)]=_0x240139,_0x19fd0c[_0x142bc2(0x627)]!==_0x18219f&&_0x18219f[_0x142bc2(0x5c2)](_0x19fd0c),_0x19fd0c;}let qp=class{constructor(_0x3c0173,_0x2e5fa8){const _0x82be53=_0x35dbe5;this[_0x82be53(0x423)]=_0x3c0173,this['_renderManagerService']=_0x2e5fa8,J(this,_0x82be53(0x674),_0x140e49[_0x82be53(0x5ee)]),J(this,_0x82be53(0x655),['aspect-fit']);}['mount'](_0x2a3bf2){const _0x4e9a9e=_0x35dbe5;var _0x14e49e;let _0x183381=this[_0x4e9a9e(0x283)](_0x2a3bf2[_0x4e9a9e(0x2ab)]);if(!_0x183381)return;(_0x14e49e=_0x2a3bf2[_0x4e9a9e(0x287)])!=null&&_0x14e49e['pageId']&&_0x183381[_0x4e9a9e(0x600)][_0x4e9a9e(0x5d7)](_0x2a3bf2[_0x4e9a9e(0x287)][_0x4e9a9e(0x23e)])&&_0x183381[_0x4e9a9e(0x600)][_0x4e9a9e(0x37a)](_0x2a3bf2['viewState'][_0x4e9a9e(0x23e)]);let _0x1a805e=ha(Jp(_0x2a3bf2));if(!_0x1a805e)return;let _0x4ae266=_0x2a3bf2[_0x4e9a9e(0x2e3)]['canvas']?Is(this[_0x4e9a9e(0x4dd)],_0x2a3bf2['childUnitId'],_0x1a805e):void 0x0;if(!_0x4ae266){_0x1a805e[_0x4e9a9e(0x4d7)]();return;}_0x2a3bf2[_0x4e9a9e(0x2e3)]['canvas']&&(_0x2a3bf2['roots']['canvas'][_0x4e9a9e(0x20f)][_0x4e9a9e(0x431)]=_0x2a3bf2[_0x4e9a9e(0x2ab)],_0x2a3bf2[_0x4e9a9e(0x2e3)][_0x4e9a9e(0x5d6)]['dataset'][_0x4e9a9e(0x425)]='slide-readonly-preview-shell');let _0x7cedbb=wo(_0x2a3bf2[_0x4e9a9e(0x2e3)]['content']);return _0x2a3bf2[_0x4e9a9e(0x2e3)][_0x4e9a9e(0x5c7)]['dataset']['embedChildRenderUnitId']=_0x2a3bf2[_0x4e9a9e(0x2ab)],_0x2a3bf2[_0x4e9a9e(0x2e3)][_0x4e9a9e(0x5c7)][_0x4e9a9e(0x20f)]['embedChildRenderMode']=_0x4e9a9e(0x48f),_0x7cedbb[_0x4e9a9e(0x4a9)](_0x2e0de7(vo,{'injector':_0x1a805e,'mountContainer':_0x2a3bf2['roots']['root'],'embedId':_0x2a3bf2[_0x4e9a9e(0x5b8)],'children':_0x2e0de7(wp,{'unitId':_0x2a3bf2[_0x4e9a9e(0x2ab)],'render':_0x4ae266})})),_0xd3a08f(()=>{const _0x2b6cf6=_0x4e9a9e;var _0x535fa0,_0x319e23,_0x2ebe56,_0x3d1ca3;try{var _0x5a79a2,_0x3adc24;_0x4ae266==null||(_0x3adc24=(_0x5a79a2=_0x4ae266[_0x2b6cf6(0x1e8)])['unmount'])==null||_0x3adc24[_0x2b6cf6(0x4df)](_0x5a79a2);}catch{}(_0x535fa0=(_0x319e23=this[_0x2b6cf6(0x4dd)])[_0x2b6cf6(0x565)])==null||_0x535fa0[_0x2b6cf6(0x4df)](_0x319e23,_0x2a3bf2[_0x2b6cf6(0x2ab)]),To(_0x7cedbb),_0x2a3bf2[_0x2b6cf6(0x2e3)][_0x2b6cf6(0x5c7)][_0x2b6cf6(0x480)]('data-embed-child-render-unit-id'),_0x2a3bf2['roots'][_0x2b6cf6(0x5c7)][_0x2b6cf6(0x480)](_0x2b6cf6(0x21a)),(_0x2ebe56=_0x2a3bf2[_0x2b6cf6(0x2e3)][_0x2b6cf6(0x5d6)])==null||_0x2ebe56['removeAttribute']('data-embed-child-render-unit-id'),(_0x3d1ca3=_0x2a3bf2[_0x2b6cf6(0x2e3)]['canvas'])==null||_0x3d1ca3['removeAttribute'](_0x2b6cf6(0x21a)),_0x1a805e[_0x2b6cf6(0x4d7)]();});}[_0x35dbe5(0x206)](_0xcbc64){const _0x1c9764=_0x35dbe5;var _0x434152,_0x4fec90,_0x286ab6;let _0x45b236=this['_getSlideModel'](_0xcbc64[_0x1c9764(0x2ab)]);if(!_0x45b236)return!0x1;let _0xe42f1=Math['abs'](_0xcbc64[_0x1c9764(0x551)][_0x1c9764(0x4e6)])>=Math[_0x1c9764(0x644)](_0xcbc64[_0x1c9764(0x551)][_0x1c9764(0x2c9)])?_0xcbc64[_0x1c9764(0x551)][_0x1c9764(0x4e6)]:_0xcbc64[_0x1c9764(0x551)][_0x1c9764(0x2c9)];if(_0xe42f1===0x0)return!0x1;let _0x5448a9=Yp(_0x45b236);if(_0x5448a9['length']<0x2)return!0x0;let _0x25cfc9=(_0x434152=(_0x4fec90=_0x45b236['pageManager'][_0x1c9764(0x2d5)]())==null?void 0x0:_0x4fec90[_0x1c9764(0x27e)]())==null?_0x5448a9[0x0]:_0x434152,_0x41db73=Math[_0x1c9764(0x626)](0x0,_0x5448a9[_0x1c9764(0x5ab)](_0x25cfc9)),_0xc7c631=_0x5448a9[Math['max'](0x0,Math[_0x1c9764(0x269)](_0x5448a9[_0x1c9764(0x446)]-0x1,_0x41db73+(_0xe42f1>0x0?0x1:-0x1)))];return!_0xc7c631||_0xc7c631===_0x25cfc9?!0x0:(_0x45b236['pageManager']['setActiveSlide'](_0xc7c631),_0xcbc64['updateViewState']({'unitId':_0xcbc64[_0x1c9764(0x2ab)],'pageId':_0xc7c631,'scaleMode':_0x1c9764(0x1c3),'zoomRatio':(_0x286ab6=_0x45b236[_0x1c9764(0x246)])==null?void 0x0:_0x286ab6[_0x1c9764(0x4df)](_0x45b236)}),!0x0);}[_0x35dbe5(0x283)](_0x32ed6b){const _0x54c9ab=_0x35dbe5;var _0x34291e;return(_0x34291e=this['_instanceService'][_0x54c9ab(0x55c)](_0x32ed6b,_0x140e49['UNIVER_SLIDE']))==null?void 0x0:_0x34291e;}};qp=lo([Q(0x0,_0x32fce3),Q(0x1,_0x4fffb3)],qp);function Jp(_0x35807c){const _0x1abf93=_0x35dbe5;let _0x51bed3=()=>{};return{'descriptor':_0x35807c[_0x1abf93(0x624)],'layout':_0x35807c[_0x1abf93(0x1ab)],'injector':_0x35807c['injector'],'hostElement':_0x35807c['roots'][_0x1abf93(0x18b)],'container':_0x35807c[_0x1abf93(0x2e3)][_0x1abf93(0x18b)],'hostUnitId':_0x35807c[_0x1abf93(0x4bd)],'embedId':_0x35807c[_0x1abf93(0x5b8)],'childUnitId':_0x35807c[_0x1abf93(0x2ab)],'childType':_0x35807c['childType'],'renderScope':{'hostUnitId':_0x35807c[_0x1abf93(0x4bd)],'hostAnchorId':_0x35807c[_0x1abf93(0x624)][_0x1abf93(0x666)],'embedId':_0x35807c['embedId'],'childUnitId':_0x35807c[_0x1abf93(0x2ab)],'childType':_0x35807c[_0x1abf93(0x674)],'layout':_0x35807c[_0x1abf93(0x1ab)],'mode':'float','rootElement':_0x35807c[_0x1abf93(0x2e3)][_0x1abf93(0x18b)],'contentRoot':_0x35807c[_0x1abf93(0x2e3)][_0x1abf93(0x5c7)],'canvasRoot':_0x35807c['roots'][_0x1abf93(0x5d6)],'active$':_0x3fe65c(!0x1)},'runtimeScope':{'descriptor':_0x35807c[_0x1abf93(0x624)],'host':{'unitId':_0x35807c[_0x1abf93(0x4bd)],'type':_0x35807c[_0x1abf93(0x624)][_0x1abf93(0x323)],'anchorId':_0x35807c[_0x1abf93(0x624)]['hostAnchorId'],'entry':_0x35807c[_0x1abf93(0x624)][_0x1abf93(0x2ad)],'layout':_0x1abf93(0x412)},'child':{'unitId':_0x35807c[_0x1abf93(0x2ab)],'type':_0x35807c[_0x1abf93(0x674)]},'injector':_0x35807c[_0x1abf93(0x39f)],'roots':{'root':_0x35807c[_0x1abf93(0x2e3)]['root'],'content':_0x35807c[_0x1abf93(0x2e3)]['content'],'canvas':_0x35807c[_0x1abf93(0x2e3)]['canvas'],'overlay':_0x35807c[_0x1abf93(0x2e3)]['root'],'popup':_0x35807c[_0x1abf93(0x2e3)][_0x1abf93(0x18b)]},'activate':_0x51bed3,'deactivate':_0x51bed3,'dispose':_0x51bed3}};}function Yp(_0x6526ae){const _0x23c0f4=_0x35dbe5;var _0x12cb5e,_0xaf913c,_0x550d08,_0x12d6a9;let _0x1484a8=(_0x12cb5e=_0x6526ae[_0x23c0f4(0x63a)])==null?void 0x0:_0x12cb5e['call'](_0x6526ae)[_0x23c0f4(0x26d)];return Array[_0x23c0f4(0x357)](_0x1484a8)&&_0x1484a8[_0x23c0f4(0x446)]>0x0?_0x1484a8:(_0xaf913c=(_0x550d08=(_0x12d6a9=_0x6526ae[_0x23c0f4(0x600)])['getSlides'])==null?void 0x0:_0x550d08[_0x23c0f4(0x4df)](_0x12d6a9)[_0x23c0f4(0x43e)](_0x5591c2=>_0x5591c2['getId']())[_0x23c0f4(0x5cb)](Boolean))==null?[]:_0xaf913c;}function Xp(_0x2a9130){Ks(_0x2a9130,'slides-ui.embed',Zp);}function Zp(_0x106b1a){const _0xfcdd11=_0x35dbe5;let _0x166aff=_0x106b1a['get'](_0x4f3315),_0x41a7cc=_0x106b1a[_0xfcdd11(0x66a)](ao),_0x33e441=_0x106b1a[_0xfcdd11(0x66a)](ro),_0x4cd48c=_0x106b1a[_0xfcdd11(0x66a)](sa),_0x36763d=_0x106b1a[_0xfcdd11(0x66a)](io),_0x578ae2=_0x106b1a['get'](Es),_0x3d9e59=_0x106b1a['get'](ks),_0x2bcf48=_0x106b1a[_0xfcdd11(0x66a)](Us),_0x1eb67e=_0x106b1a[_0xfcdd11(0x629)](_0x163f62)?_0x106b1a[_0xfcdd11(0x66a)](_0x163f62):void 0x0,_0x2b309c=_0x106b1a[_0xfcdd11(0x629)](_0x32fce3)?_0x106b1a[_0xfcdd11(0x66a)](_0x32fce3):void 0x0;_0x106b1a[_0xfcdd11(0x629)](_0x2452c1)||_0x106b1a[_0xfcdd11(0x310)]([_0x2452c1,{'useFactory':()=>Qp({'embedModelService':_0x106b1a['get'](_0x474f3c),'mountService':_0x106b1a['get'](po),'activationService':_0x106b1a['get'](go),'restoreService':_0x106b1a['get'](Os),'previewService':_0x106b1a['get'](Es),'runtimeHostLeaseService':_0x106b1a[_0xfcdd11(0x66a)](op),'passiveViewportRegistry':_0x106b1a['get'](ks),'passiveWheelHandlerRegistry':_0x106b1a[_0xfcdd11(0x66a)](vs),'sceneCanvasCaptureService':_0x106b1a['has'](so)?_0x106b1a['get'](so):void 0x0})}]),_0x106b1a[_0xfcdd11(0x629)](_0x2c5890)||_0x106b1a[_0xfcdd11(0x310)]([_0x2c5890,{'useFactory':()=>_0x106b1a['get'](ca)}]),_0x106b1a[_0xfcdd11(0x629)](_0x414151)||_0x106b1a[_0xfcdd11(0x310)]([_0x414151,{'useFactory':()=>_0x106b1a[_0xfcdd11(0x66a)](po)}]),_0x106b1a['has'](_0x561c32)||_0x106b1a['add']([_0x561c32,{'useFactory':()=>_0x106b1a[_0xfcdd11(0x66a)](go)}]),_0x106b1a[_0xfcdd11(0x629)](_0x19b6cd)||_0x106b1a[_0xfcdd11(0x310)]([_0x19b6cd,{'useFactory':()=>_0x106b1a[_0xfcdd11(0x66a)](_0x5305bf)}]),_0x106b1a[_0xfcdd11(0x629)](_0x589b43)||_0x106b1a[_0xfcdd11(0x310)]([_0x589b43,{'useFactory':()=>_0x106b1a[_0xfcdd11(0x66a)](X)}]),_0x106b1a[_0xfcdd11(0x629)](_0x3b12b0)||_0x106b1a['add']([_0x3b12b0,{'useFactory':()=>({'render':_0x141226=>_0xf619e0(eu,{..._0x141226,'data':_0x141226['data']})})}]),[_0x4cf7da(_0x1eb67e,_0x2b309c,()=>_0x106b1a[_0xfcdd11(0x629)](_0x2e8762)?_0x106b1a['get'](_0x2e8762):void 0x0),hp(_0x1eb67e,_0x2b309c,_0x106b1a[_0xfcdd11(0x66a)](_0x2452c1))][_0xfcdd11(0x27a)](_0x4874ae=>{const _0x1e4cf2=_0xfcdd11;_0x166aff['get'](_0x4874ae[_0x1e4cf2(0x323)],_0x4874ae[_0x1e4cf2(0x2ad)])||_0x166aff[_0x1e4cf2(0x280)](_0x4874ae);}),[gp(),_p()][_0xfcdd11(0x27a)](_0x2a067b=>{const _0x252bb7=_0xfcdd11;_0x41a7cc['get'](_0x2a067b[_0x252bb7(0x323)],_0x2a067b[_0x252bb7(0x2ad)])||_0x41a7cc[_0x252bb7(0x280)](_0x2a067b);});let _0x4e69f3=Op();_0x33e441[_0xfcdd11(0x66a)](_0x4e69f3[_0xfcdd11(0x674)])||_0x33e441[_0xfcdd11(0x280)](_0x4e69f3);let _0x5c3153=sp();_0x4cd48c['get'](_0x5c3153[_0xfcdd11(0x674)])||_0x4cd48c['register'](_0x5c3153),pp()[_0xfcdd11(0x27a)](_0x2b7e8f=>{const _0x4d6cae=_0xfcdd11;_0x36763d['hasExact'](_0x2b7e8f['hostType'],_0x2b7e8f[_0x4d6cae(0x2ad)],_0x2b7e8f['childType'])||_0x36763d[_0x4d6cae(0x280)](_0x2b7e8f);}),_0x578ae2['registerProvider'](_0x106b1a[_0xfcdd11(0x184)](Mp)),_0x3d9e59[_0xfcdd11(0x66a)](_0x140e49['UNIVER_SLIDE'])||_0x3d9e59[_0xfcdd11(0x280)](bp()),_0x2bcf48['get'](_0x140e49[_0xfcdd11(0x5ee)])||_0x2bcf48['register'](_0x106b1a[_0xfcdd11(0x184)](qp));}function Qp(_0x605d5c){const _0x24aee4=_0x35dbe5;return{'mountPageList':_0x5a0411=>{const _0x5ba3ea=_0x3c26;var _0x5745c5,_0x569917;let _0x28d81a={'embedId':_0x5a0411[_0x5ba3ea(0x5b8)],'hostUnitId':_0x5a0411[_0x5ba3ea(0x4bd)],'hostType':_0x140e49[_0x5ba3ea(0x5ee)],'entry':_0x5ba3ea(0x1aa),'hostAnchorId':_0x5a0411['hostAnchorId'],'childUnitId':_0x5a0411[_0x5ba3ea(0x2ab)],'childType':_0x5a0411[_0x5ba3ea(0x674)],'source':{'unitType':_0x5a0411[_0x5ba3ea(0x674)],'ref':{'file':{'kind':_0x5ba3ea(0x5de)},'unit':{'selector':_0x5a0411[_0x5ba3ea(0x2ab)],'type':_0x219537(_0x5a0411[_0x5ba3ea(0x674)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x5ba3ea(0x32c),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x330493=(_0x5745c5=(_0x569917=_0x605d5c[_0x5ba3ea(0x1f5)])['getSession'])==null?void 0x0:_0x5745c5[_0x5ba3ea(0x4df)](_0x569917,_0x5a0411[_0x5ba3ea(0x5b8)]);return(_0x330493==null?void 0x0:_0x330493[_0x5ba3ea(0x4bd)])===_0x5a0411[_0x5ba3ea(0x4bd)]&&_0x330493['entry']===_0x5ba3ea(0x1aa)&&_0x330493[_0x5ba3ea(0x2ab)]===_0x5a0411[_0x5ba3ea(0x2ab)]?(_0x605d5c[_0x5ba3ea(0x1b6)][_0x5ba3ea(0x47c)](_0x28d81a),_0xd3a08f(()=>{})):(_0x605d5c[_0x5ba3ea(0x1f5)]['mount'](_0x28d81a),_0x605d5c['activationService']['activateTab'](_0x28d81a),_0xd3a08f(()=>{const _0x53facf=_0x5ba3ea;_0x605d5c[_0x53facf(0x1b6)]['clearTab'](_0x5a0411[_0x53facf(0x5b8)]),_0x605d5c[_0x53facf(0x1f5)]['unmount'](_0x5a0411[_0x53facf(0x5b8)]);}));},'mountFloatingObject':_0x8de1a5=>{const _0xf32cf0=_0x3c26;var _0x3cd187;let _0x2155e7=(_0x3cd187=_0x605d5c[_0xf32cf0(0x3a3)][_0xf32cf0(0x1b1)](_0x8de1a5[_0xf32cf0(0x4bd)],_0x8de1a5[_0xf32cf0(0x5b8)]))==null?{'embedId':_0x8de1a5[_0xf32cf0(0x5b8)],'hostUnitId':_0x8de1a5[_0xf32cf0(0x4bd)],'hostType':_0x140e49['UNIVER_SLIDE'],'entry':_0xf32cf0(0x454),'hostAnchorId':_0x8de1a5[_0xf32cf0(0x666)],'childUnitId':_0x8de1a5[_0xf32cf0(0x2ab)],'childType':_0x8de1a5[_0xf32cf0(0x674)],'source':{'unitType':_0x8de1a5[_0xf32cf0(0x674)],'ref':{'file':{'kind':_0xf32cf0(0x5de)},'unit':{'selector':_0x8de1a5['childUnitId'],'type':_0x219537(_0x8de1a5[_0xf32cf0(0x674)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0xf32cf0(0x64b),'fullscreen':!0x0},'tab':!0x1}}:_0x3cd187;return _0x605d5c['mountService'][_0xf32cf0(0x570)](_0x2155e7,_0x8de1a5[_0xf32cf0(0x38a)]),_0xd3a08f(()=>{const _0x3ea52c=_0xf32cf0;_0x605d5c[_0x3ea52c(0x1f5)][_0x3ea52c(0x3f5)](_0x8de1a5[_0x3ea52c(0x5b8)]);});},'clearAndUnmount':_0xa5922f=>{const _0x53986b=_0x3c26;_0x605d5c[_0x53986b(0x1b6)][_0x53986b(0x583)](_0xa5922f),_0x605d5c['mountService'][_0x53986b(0x3f5)](_0xa5922f);},'unmountFloatingSessions':_0x1cadcd=>{const _0x2b8633=_0x3c26;_0x605d5c[_0x2b8633(0x1f5)][_0x2b8633(0x3a4)]()[_0x2b8633(0x5cb)](_0x271aee=>_0x271aee[_0x2b8633(0x4bd)]===_0x1cadcd&&_0x271aee[_0x2b8633(0x2ad)]==='slides-floating-object')['forEach'](_0x223008=>_0x605d5c[_0x2b8633(0x1f5)][_0x2b8633(0x3f5)](_0x223008[_0x2b8633(0x5b8)]));},'listSessions':()=>_0x605d5c[_0x24aee4(0x1f5)][_0x24aee4(0x3a4)]()[_0x24aee4(0x43e)](_0x120976=>({'embedId':_0x120976['embedId'],'hostUnitId':_0x120976[_0x24aee4(0x4bd)],'entry':_0x120976[_0x24aee4(0x2ad)],'childType':_0x120976[_0x24aee4(0x674)],'childUnitId':_0x120976['childUnitId']})),'capturePreviewByHostAnchorId':async _0x3e64d8=>{const _0x338c50=_0x24aee4;var _0x2a1abf;let _0x1819c4=await((_0x2a1abf=_0x605d5c['sceneCanvasCaptureService'])==null?void 0x0:_0x2a1abf[_0x338c50(0x338)](_0x3e64d8));return _0x1819c4?Gp(_0x1819c4):void 0x0;},'mountPresentationEmbed':_0x47483e=>Rp(_0x605d5c,_0x47483e)};}function $p(_0x3ab447){Td(_0x3ab447),Yf(_0x3ab447),Xp(_0x3ab447),wl(_0x3ab447);}const em=[0x0,0x10,0x64,0x12c,0x3e8];async function tm(_0x2ec156,_0xd2f6b){const _0x14ecfd=_0x35dbe5;var _0x145722,_0x5d124d,_0x36e3f4;let {instanceService:_0x4847dc,childUnitId:_0x3fb1e8,childType:_0x672ec9,restoreUnitId:_0x47e9b7,shouldRestore:_0x35bfcb,settleDelayMs:_0x4a2c03=0x10,deferredRestoreDelaysMs:_0x9e7e49=_0x47e9b7?em:[]}=_0x2ec156,_0x4dd8e0=_0x4847dc['getCurrentUnitOfType'](_0x672ec9),_0x39b1dd=(_0x145722=(_0x5d124d=_0x4847dc[_0x14ecfd(0x515)]())==null?void 0x0:_0x5d124d[_0x14ecfd(0x5d0)]())==null?null:_0x145722,_0x3ecc91=(_0x36e3f4=_0x39b1dd==null?_0x47e9b7:_0x39b1dd)==null?null:_0x36e3f4;_0x4847dc[_0x14ecfd(0x2c1)](_0x3fb1e8),_0x4847dc[_0x14ecfd(0x404)](_0x3fb1e8);let _0x54b407=()=>{const _0x4f98df=_0x14ecfd;_0x35bfcb&&!_0x35bfcb()||(_0x4dd8e0&&_0x4dd8e0[_0x4f98df(0x5d0)]()!==_0x3fb1e8&&_0x4847dc[_0x4f98df(0x2c1)](_0x4dd8e0[_0x4f98df(0x5d0)]()),_0x47e9b7&&_0x4847dc[_0x4f98df(0x2c1)](_0x47e9b7),_0x4847dc[_0x4f98df(0x404)](_0x3ecc91));};try{let _0x2ab881=await _0xd2f6b();return _0x4a2c03>0x0&&await nm(_0x4a2c03),_0x2ab881;}finally{_0x54b407(),rm(_0x54b407,_0x9e7e49);}}function nm(_0x239dcc){return new Promise(_0x154b00=>setTimeout(_0x154b00,_0x239dcc));}function rm(_0x3caa08,_0x1a815e){const _0x1e1677=_0x35dbe5;_0x1a815e[_0x1e1677(0x27a)](_0x3daf74=>{globalThis['setTimeout'](_0x3caa08,_0x3daf74);});}const im=new WeakMap();let am=0x0;function om(_0x167947,_0x2fa169){const _0xa1391b=_0x35dbe5;return _0x167947['has'](um)?_0x167947[_0xa1391b(0x66a)](um)[_0xa1391b(0x280)](_0x2fa169):cm(_0x167947,_0x2fa169);}function sm(_0xd7f531){const _0x1c16f1=_0x35dbe5;if(!_0xd7f531['has'](um))return;let _0x4790b4=im[_0x1c16f1(0x66a)](_0xd7f531);_0x4790b4!=null&&_0x4790b4['size']&&([..._0x4790b4[_0x1c16f1(0x1c5)]()]['sort']((_0x44d6e5,_0x11828e)=>_0x44d6e5[_0x1c16f1(0x17a)]-_0x11828e[_0x1c16f1(0x17a)])[_0x1c16f1(0x27a)](({contribution:_0x52c2c8})=>om(_0xd7f531,_0x52c2c8)),im[_0x1c16f1(0x5b4)](_0xd7f531));}function cm(_0x1d27e8,_0x166568){const _0x181454=_0x35dbe5;var _0x2d605b;let _0xadeda0={'contribution':_0x166568,'index':am++},_0x4cd4de=lm(_0x166568,_0xadeda0[_0x181454(0x17a)]),_0xb46dd9=_0x1d27e8,_0x29300c=(_0x2d605b=im[_0x181454(0x66a)](_0xb46dd9))==null?new Map():_0x2d605b;return _0x29300c[_0x181454(0x27d)](_0x4cd4de,_0xadeda0),im[_0x181454(0x27d)](_0xb46dd9,_0x29300c),_0xd3a08f(()=>{const _0xd99e81=_0x181454;let _0x3ebd10=im[_0xd99e81(0x66a)](_0xb46dd9);(_0x3ebd10==null?void 0x0:_0x3ebd10[_0xd99e81(0x66a)](_0x4cd4de))===_0xadeda0&&_0x3ebd10[_0xd99e81(0x5b4)](_0x4cd4de);});}function lm(_0x251543,_0x5b502c){const _0x3a8d01=_0x35dbe5;return _0x251543['id']?_0x251543[_0x3a8d01(0x674)]+':'+_0x251543['id']:_0x251543[_0x3a8d01(0x674)]+':anonymous:'+_0x5b502c;}let um=class{constructor(_0x45c3e9,_0x37f759){const _0x236001=_0x35dbe5;this[_0x236001(0x5d3)]=_0x45c3e9,this[_0x236001(0x459)]=_0x37f759,J(this,_0x236001(0x4c2),new Map()),J(this,_0x236001(0x183),0x0);}[_0x35dbe5(0x280)](_0x4c9dde){const _0x399793=_0x35dbe5;var _0x2838c8;if(_0x4c9dde['id']&&this[_0x399793(0x3f3)](_0x4c9dde['childType'],_0x4c9dde['id']))return _0xd3a08f(()=>{});let _0x96d288={'contribution':_0x4c9dde,'index':this[_0x399793(0x183)]++},_0x45a47c=(_0x2838c8=this[_0x399793(0x4c2)][_0x399793(0x66a)](_0x4c9dde[_0x399793(0x674)]))==null?[]:_0x2838c8;return _0x45a47c[_0x399793(0x2b2)](_0x96d288),_0x45a47c['sort'](dm),this['_contributions']['set'](_0x4c9dde[_0x399793(0x674)],_0x45a47c),_0xd3a08f(()=>{const _0x580310=_0x399793;let _0x2c8fd9=this['_contributions'][_0x580310(0x66a)](_0x4c9dde[_0x580310(0x674)]);if(!_0x2c8fd9)return;let _0x368529=_0x2c8fd9[_0x580310(0x5cb)](_0x146c49=>_0x146c49!==_0x96d288);_0x368529[_0x580310(0x446)]?this['_contributions'][_0x580310(0x27d)](_0x4c9dde[_0x580310(0x674)],_0x368529):this[_0x580310(0x4c2)][_0x580310(0x5b4)](_0x4c9dde['childType']);});}[_0x35dbe5(0x66f)](_0x52eb31){const _0x372845=_0x35dbe5;var _0x158ea5;return((_0x158ea5=this[_0x372845(0x4c2)][_0x372845(0x66a)](_0x52eb31))==null?[]:_0x158ea5)['map'](_0x41965e=>_0x41965e['contribution']);}async[_0x35dbe5(0x34c)](_0x4148a1){const _0x4f0a5d=_0x35dbe5;let _0x37c6b3=this['getAll'](_0x4148a1[_0x4f0a5d(0x674)]);_0x37c6b3[_0x4f0a5d(0x446)]&&await tm({'instanceService':this['_injector']['get'](_0x32fce3),'childUnitId':_0x4148a1[_0x4f0a5d(0x2ab)],'childType':_0x4148a1[_0x4f0a5d(0x674)],'restoreUnitId':_0x4148a1['restoreUnitId'],'settleDelayMs':_0x4148a1[_0x4f0a5d(0x2f5)],'shouldRestore':()=>{const _0x1fdadb=_0x4f0a5d;var _0x455dac;return!((_0x455dac=this[_0x1fdadb(0x459)])!=null&&_0x455dac['isChildUnitInActiveSession'](_0x4148a1[_0x1fdadb(0x2ab)]));}},async()=>{const _0x1f6bb7=_0x4f0a5d;for(let _0x6797fb of _0x37c6b3)_0x6797fb[_0x1f6bb7(0x34c)]&&await _0x6797fb[_0x1f6bb7(0x34c)]({'injector':this[_0x1f6bb7(0x5d3)],'childUnitId':_0x4148a1[_0x1f6bb7(0x2ab)],'childType':_0x4148a1[_0x1f6bb7(0x674)],'descriptor':_0x4148a1['descriptor']});});}[_0x35dbe5(0x3f3)](_0x425a39,_0x526045){const _0x5b5e99=_0x35dbe5;var _0xb3130d;return((_0xb3130d=this[_0x5b5e99(0x4c2)][_0x5b5e99(0x66a)](_0x425a39))==null?[]:_0xb3130d)['some'](_0x973d28=>_0x973d28[_0x5b5e99(0x1a4)]['id']===_0x526045);}};um=lo([Q(0x0,_0x49be48(_0x1b35f4)),Q(0x1,_0x12aa00(X))],um);function dm(_0x8df662,_0x27d19a){const _0x279099=_0x35dbe5;var _0x4d72f7,_0x91efe3;return((_0x4d72f7=_0x8df662[_0x279099(0x1a4)][_0x279099(0x26e)])==null?_0x8df662[_0x279099(0x17a)]:_0x4d72f7)-((_0x91efe3=_0x27d19a[_0x279099(0x1a4)]['order'])==null?_0x27d19a[_0x279099(0x17a)]:_0x91efe3)||_0x8df662[_0x279099(0x17a)]-_0x27d19a[_0x279099(0x17a)];}function fm(){return[];}let pm=class{constructor(_0x5ddfef,_0x598686){const _0x135e4f=_0x35dbe5;this[_0x135e4f(0x476)]=_0x5ddfef,this['_undoRedoService']=_0x598686;}[_0x35dbe5(0x42a)](_0x80e066){const _0x1d46e2=_0x35dbe5;let _0x28f66d=this[_0x1d46e2(0x174)](_0x80e066[_0x1d46e2(0x216)]);return this[_0x1d46e2(0x53d)]['pushUndoRedo']({..._0x80e066,'unitID':_0x28f66d}),{'stackUnitId':_0x28f66d,'routedToHost':_0x28f66d!==_0x80e066[_0x1d46e2(0x216)]};}['resolveStackUnitId'](_0x27df1a){const _0x1550dd=_0x35dbe5;let _0x546ea1=this[_0x1550dd(0x476)][_0x1550dd(0x1a8)]();return!_0x546ea1||_0x546ea1[_0x1550dd(0x2ab)]!==_0x27df1a?_0x27df1a:_0x546ea1[_0x1550dd(0x4bd)];}};pm=lo([Q(0x0,_0x49be48(_0x5305bf)),Q(0x1,_0x40c8ce)],pm);let mm=class extends _0x13193a{constructor(_0x25e1d8=_s,_0x2184a8,_0x4482de){const _0x5770e5=_0x35dbe5;super(),this['_config']=_0x25e1d8,this[_0x5770e5(0x5d3)]=_0x2184a8,this[_0x5770e5(0x54b)]=_0x4482de;let {..._0x47b141}=_0x319601({},_s,this[_0x5770e5(0x3e4)]);this[_0x5770e5(0x54b)][_0x5770e5(0x5a9)](_0x5770e5(0x3ab),_0x47b141);}[_0x35dbe5(0x342)](){const _0x4d5ad7=_0x35dbe5;this['_enableEmbedUnitLeasePolicy'](),this[_0x4d5ad7(0x253)](),this[_0x4d5ad7(0x492)](),this[_0x4d5ad7(0x252)](),this[_0x4d5ad7(0x28f)](),this[_0x4d5ad7(0x238)](),this[_0x4d5ad7(0x308)](),this[_0x4d5ad7(0x64c)]();}['onReady'](){this['_flushPendingContributions']();}[_0x35dbe5(0x253)](){const _0x1628e5=_0x35dbe5;[[ao],[Os],[um],[go],[ro],[sa],[ca],[Ds],[io],[Es],[Ts],[_o],[la],[da],[xs],[Ss],[ys],[po],[oo],[vs],[ks],[Yo],[Us],[fa],[X],[op],[so],[pm]][_0x1628e5(0x27a)](_0x579714=>this['_injector']['add'](_0x579714)),this[_0x1628e5(0x5d3)][_0x1628e5(0x629)](_0x1e3675)||this[_0x1628e5(0x5d3)]['add']([_0x1e3675,{'useFactory':()=>this[_0x1628e5(0x5d3)]['get'](da)}]),this[_0x1628e5(0x5d3)]['has'](_0x41cffb)||this['_injector'][_0x1628e5(0x310)]([_0x41cffb,{'useFactory':()=>this[_0x1628e5(0x5d3)][_0x1628e5(0x66a)](X)}]),this[_0x1628e5(0x5d3)][_0x1628e5(0x629)](_0x499d31)||this[_0x1628e5(0x5d3)]['add']([_0x499d31,{'useFactory':()=>this[_0x1628e5(0x5d3)][_0x1628e5(0x66a)](da)}]),this[_0x1628e5(0x5d3)][_0x1628e5(0x629)](_0xc85f27)||this[_0x1628e5(0x5d3)][_0x1628e5(0x310)]([_0xc85f27,{'useFactory':()=>this[_0x1628e5(0x5d3)][_0x1628e5(0x66a)](X)}]),this[_0x1628e5(0x5d3)][_0x1628e5(0x629)](_0x3e6194)||this[_0x1628e5(0x5d3)][_0x1628e5(0x310)]([_0x3e6194,{'useFactory':()=>this[_0x1628e5(0x5d3)][_0x1628e5(0x66a)](Ds)}]);}[_0x35dbe5(0x252)](){const _0x8f199c=_0x35dbe5;ws(this['_injector'])[_0x8f199c(0x27a)](_0x38d852=>this['disposeWithMe'](_0x38d852));}[_0x35dbe5(0x492)](){$p(this['_injector']);}[_0x35dbe5(0x28f)](){const _0x148e2c=_0x35dbe5;qs(this[_0x148e2c(0x5d3)]),Ko(this[_0x148e2c(0x5d3)]),sm(this[_0x148e2c(0x5d3)]);}[_0x35dbe5(0x238)](){const _0x153ddb=_0x35dbe5;var _0x1c0feb;let _0x3d8ef8=this[_0x153ddb(0x5d3)]['get'](io);((_0x1c0feb=this[_0x153ddb(0x3e4)][_0x153ddb(0x5f5)])==null?void 0x0:_0x1c0feb[_0x153ddb(0x577)])!==!0x1&&fm()[_0x153ddb(0x27a)](_0x33de9a=>{const _0x2334ec=_0x153ddb;_0x3d8ef8[_0x2334ec(0x1de)](_0x33de9a[_0x2334ec(0x323)],_0x33de9a[_0x2334ec(0x2ad)],_0x33de9a[_0x2334ec(0x674)])||_0x3d8ef8[_0x2334ec(0x280)](_0x33de9a);});}[_0x35dbe5(0x308)](){const _0x2effd5=_0x35dbe5;_0x232fd4(this[_0x2effd5(0x5d3)],[[ao],[Os],[um],[go],[ro],[sa],[ca],[io],[Es],[Ts],[_o],[la],[xs],[Ss],[ys],[po],[oo],[vs],[ks],[Yo],[Us],[fa],[X],[op],[so],[pm]]);}[_0x35dbe5(0x64c)](){const _0x20e1f6=_0x35dbe5;var _0x505240;((_0x505240=this[_0x20e1f6(0x3e4)][_0x20e1f6(0x5f5)])==null?void 0x0:_0x505240[_0x20e1f6(0x482)])!==!0x1&&this[_0x20e1f6(0x5d3)][_0x20e1f6(0x629)](_0x5e8d3d)&&this['disposeWithMe'](this['_injector'][_0x20e1f6(0x66a)](_0x5e8d3d)[_0x20e1f6(0x17e)](_0xe24ecf[_0x20e1f6(0x578)],()=>os));}[_0x35dbe5(0x40f)](){const _0x3ed6e6=_0x35dbe5;this['_injector'][_0x3ed6e6(0x66a)](_0x197cbd)[_0x3ed6e6(0x26c)]();}};J(mm,_0x35dbe5(0x1f3),_0x35dbe5(0x1c1)),J(mm,_0x35dbe5(0x605),Yi),J(mm,'version',Xi),J(mm,_0x35dbe5(0x5d9),_0x140e49[_0x35dbe5(0x4c8)]),mm=lo([_0x54755b(_0x38e211),Q(0x1,_0x49be48(_0x1b35f4)),Q(0x2,_0x3be403)],mm);export{go as EmbedActivationService,ro as EmbedChildViewRegistryService,_o as EmbedFullscreenService,ao as EmbedHostContainerRegistryService,la as EmbedHostMenuOverrideService,Os as EmbedHostRestoreService,po as EmbedMountService,mm as UniverEmbedUIPlugin,Go as registerEmbedProductMenuContribution};
1
+ const _0x1875ac=_0x29dc;(function(_0x1d4dba,_0x3506dd){const _0x24b903=_0x29dc,_0x4f72b8=_0x1d4dba();while(!![]){try{const _0x1a2db2=parseInt(_0x24b903(0x4c2))/0x1*(parseInt(_0x24b903(0x183))/0x2)+-parseInt(_0x24b903(0x551))/0x3*(-parseInt(_0x24b903(0x521))/0x4)+parseInt(_0x24b903(0x480))/0x5*(-parseInt(_0x24b903(0xe9))/0x6)+parseInt(_0x24b903(0x1cd))/0x7+parseInt(_0x24b903(0x568))/0x8*(parseInt(_0x24b903(0x5c3))/0x9)+-parseInt(_0x24b903(0x49b))/0xa*(parseInt(_0x24b903(0x12c))/0xb)+parseInt(_0x24b903(0x39b))/0xc;if(_0x1a2db2===_0x3506dd)break;else _0x4f72b8['push'](_0x4f72b8['shift']());}catch(_0x46f25d){_0x4f72b8['push'](_0x4f72b8['shift']());}}}(_0x3505,0x39f59));import{CreateEmbedCommand as _0x4d4be0,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x4ffd1e,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x41a2f8,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x2a748b,EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x2f4f9c,EmbedFocusOwnerService as _0xc117e5,EmbedHostAdapterRegistryService as _0x6d41fb,EmbedHostAnchorModelService as _0x2ed13a,EmbedHostEntryEnum as _0x52f3f8,EmbedModelService as _0x1b3737,EmbedReferencedUnitMaterializeService as _0x43878b,EmbedUnitLeasePolicyService as _0x4b6aa0,RemoveEmbedCommand as _0x395f08,SetEmbedDescriptorMutation as _0x1a678d,SoftDeleteEmbedDescriptorMutation as _0x273db3,UniverEmbedPlugin as _0xfe5172,createBasesTableListBlockHostAdapterContribution as _0x100af0,createDocsCustomBlockHostAdapterContribution as _0x11b99f,createSlidesFloatingObjectHostAdapterContribution as _0x3c226f,createSlidesPageListBlockHostAdapterContribution as _0x1e3cc7,fromResourceRefUnitType as _0x4e7a8f,getResourceRefInputUnitSelector as _0x3248af,parseResourceRef as _0x36c3a6,toResourceRefUnitType as _0x2f5fef}from'@univerjs-pro/embed';import{BorderStyleTypes as _0x41f1f2,BorderType as _0x417e54,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x20d889,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x12792f,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x2bb648,DependentOn as _0x422a84,Disposable as _0x331c65,EDITOR_ACTIVATED as _0x44e5b3,FOCUSING_DOC as _0x1b7746,FOCUSING_SHEET as _0x1f0a23,FOCUSING_SLIDE as _0x2ea7cf,FOCUSING_UNIT as _0x1e36e9,FORMULA_EDITOR_ACTIVATED as _0x16d37e,HorizontalAlign as _0x4ff4ae,ICommandService as _0x34195e,IConfigService as _0x31fabf,IContextService as _0x27751b,IImageIoService as _0x51185b,IUndoRedoService as _0x3b52f2,IUniverInstanceService as _0x211037,Inject as _0x1f7509,Injector as _0x41ed41,LocaleService as _0x331063,LookUp as _0x1c48e4,Plugin as _0x448734,RedoCommand as _0x6f0768,ThemeService as _0x1f2aba,UndoCommand as _0x4634ff,UniverInstanceType as _0x1e9bfe,VerticalAlign as _0x256abe,WrapStrategy as _0x4a2507,createDefaultBaseTableSnapshot as _0x3b5d43,generateRandomId as _0x46d0fe,isInternalEditorID as _0x229109,merge as _0x5dbf55,toDisposable as _0xc4495d,touchDependencies as _0x448904}from'@univerjs/core';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x2d09b8,DocFloatMenuService as _0x5952d1,DocPageLayoutService as _0x5b9df2,DocRenderController as _0x3ca7a0,DocSelectionRenderService as _0x5af13f,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x30017b,IDocEmbedInteractionBoundaryService as _0xf1de34,IDocEmbedRuntimeFocusCoordinator as _0x572deb,SetDocZoomRatioOperation as _0x1aab57,VIEWPORT_KEY as _0x4949b9,collectDocsTableLikeEmbedChildUnitIds as _0x468e9a,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x295705,createDocsCustomBlockSizeRefreshScheduler as _0xb7bf46,resolveDocsCustomBlockRenderViewport as _0x4d682a,resolveDocsCustomBlockSize as _0x556e32,resolveDocsTableLikeCustomBlockBleedViewport as _0x484f04,resolveDocsTableLikeCustomBlockContentHeight as _0x13839b,resolveDocsTableLikeCustomBlockContentWidth as _0x49c01e,scrollDocsTableLikeCustomBlockLive as _0x374a7d,shouldRefreshDocsCustomBlockSizeForCommand as _0x34b54a}from'@univerjs/docs-ui';import{AutoFillPopupMenu as _0xc12175,BORDER_LINE_CHILDREN as _0x550479,BORDER_SIZE_CHILDREN as _0x2f5762,BorderLine as _0x29d9a5,CellPopupManagerService as _0x5b05f7,EditorContainer as _0x26f81a,FormulaBar as _0x2ca054,ISheetEmbedFloatingGeometryService as _0x5f1693,ISheetEmbedInteractionBoundaryService as _0x4bf9cb,ISheetEmbedRuntimeFocusCoordinator as _0x54d6e9,ISheetEmbedRuntimeService as _0x97b2f,ISheetHostChromeOverrideService as _0x5f1d5a,ResetRangeTextColorCommand as _0xa9aa51,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x5e6f99,SHEET_FOOTER_BAR_HEIGHT as _0xc3c090,SetCellEditVisibleOperation as _0x56f67e,SetOnceFormatPainterCommand as _0x22a680,SetRangeBoldCommand as _0x477373,SetRangeFontFamilyCommand as _0x475ff3,SetRangeFontSizeCommand as _0xcf8337,SetRangeTextColorCommand as _0x2d77da,SheetBar as _0x430c6d,SheetsUIMenuSchema as _0x5bf7ce}from'@univerjs/sheets-ui';import{BuiltInUIPart as _0x152b7a,CanvasFloatDomPreviewService as _0x1dec19,CanvasPopup as _0x385789,CanvasPopupService as _0x59e450,ComponentManager as _0xb77840,ContextMenu as _0x24b775,ContextMenuService as _0x2ffd03,DesktopRibbonService as _0x284943,DesktopSidebarService as _0x401f7d,FONT_SIZE_LIST as _0x57547b,FontFamilyItem as _0x28b42b,ICanvasPopupService as _0x59eb05,IContextMenuService as _0xb3eb2f,ILayoutService as _0x5bbb9f,IMenuManagerService as _0x1c7d63,IRibbonOverrideService as _0x58d7ec,IRibbonService as _0x5b3d46,ISidebarService as _0x419a85,IUIPartsService as _0x20f09e,IUIRuntimeScopeService as _0x1934f3,IconManager as _0xf4ec4a,MenuManagerPosition as _0x14db43,MenuManagerService as _0x586134,Ribbon as _0x2dacba,RibbonDataGroup as _0x163842,RibbonFormulasGroup as _0x527a85,RibbonInsertGroup as _0x3da141,RibbonOthersGroup as _0x4eab52,RibbonPosition as _0x1b1353,RibbonStartGroup as _0x5c8138,RibbonViewGroup as _0x4a00ac,Sidebar as _0x47c9d7,ToolbarButton as _0x278794,UniverUIPlugin as _0x1c3bc6,connectInjector as _0x720170,useConfigValue as _0x3a2213,useDependency as _0x232abb,useInjector as _0x54c330,useObservable as _0x46d85f}from'@univerjs/ui';import{Button as _0x55cedb,ColorPicker as _0xdc09c0,ConfigProvider as _0x189e6b,Dropdown as _0x7f9382,DropdownMenu as _0x3b13ad,Separator as _0x2f8597,Tooltip as _0x23ee51,clsx as _0x48963c,render as _0x2641f8,unmount as _0x4ba060}from'@univerjs/design';import{AlignBottomIcon as _0x23aff3,AlignTopIcon as _0x4c4757,ArrowLeftIcon as _0x5683e0,ArrowRightIcon as _0x504a10,AutowrapIcon as _0x5b987e,BoldIcon as _0x5d36b2,BrushIcon as _0x3303a2,CancelMergeIcon as _0x45d374,CheckMarkIcon as _0x15c768,DeleteIcon as _0x24b382,ExpandIcon as _0x5ec766,FilterIcon as _0x2a417a,FontColorDoubleIcon as _0x450982,GripHorizontalIcon as _0x158a72,HorizontalMergeIcon as _0x1210c2,HorizontallyIcon as _0x4e0b12,IncreaseIcon as _0xbb5b48,LeftJustifyingIcon as _0x546226,MergeAllIcon as _0x41839a,MoreDownIcon as _0x4e5418,NoBorderIcon as _0x36be69,NoColorDoubleIcon as _0x3e8f55,NumberIcon as _0x2ea22c,OneToOneIcon as _0x11b512,OverflowIcon as _0x59ee33,PaintBucketDoubleIcon as _0x5d9aa5,PenIcon as _0x58998c,RightJustifyingIcon as _0x30f21d,TruncationIcon as _0x5b8879,VerticalCenterIcon as _0x58bf29,VerticalIntegrationIcon as _0x6ebb1c,ZoomInIcon as _0xb8facb,ZoomOutIcon as _0x306b88}from'@univerjs/icons';import{createElement as _0x3afca7,forwardRef as _0x1ec8de,useCallback as _0x5d1741,useEffect as _0xcea081,useLayoutEffect as _0x1897fd,useMemo as _0x4ad24f,useRef as _0x57e59b,useState as _0x34f48e,useSyncExternalStore as _0x47490e}from'react';import{BehaviorSubject as _0x5787f7,EMPTY as _0x7f2394,Observable as _0x14c081,Subject as _0x5bd251,Subscription as _0x46e520,filter as _0x22dbd9,map as _0x579ccc,merge as _0x206979,of as _0xc6f257,startWith as _0x5edc86}from'rxjs';import{IBoardElementService as _0x9fabc7,UpdateBoardElementMutation as _0x1da117,getEmbedBoardsFloatingCustomData as _0x595e77,isEmbedBoardsFloatingElement as _0x571aa6}from'@univerjs-pro/boards';import{BOARDS_UI_PLUGIN_CONFIG_KEY as _0x3579cd,BoardDomLayerService as _0x3f4e26,BoardElementEditService as _0x5c9e8d,BoardElementInsertService as _0x3c1c3d,BoardElementStateService as _0x45eefe,BoardImageInsertService as _0x910004,BoardSelectionService as _0x3bc4ef,BoardShapeIntrinsicSizeService as _0x2c9bca,BoardShapeTextEditorContainer as _0x1c1f95,BoardTextEditingService as _0x4099e9,BoardToolService as _0x5c32d0,BoardUIStateService as _0x276515,BoardViewportService as _0x58a0a5,BoardWorkbench as _0x3a83cb,IBoardElementStateService as _0x126d83,IBoardUIStateService as _0x20dd97,getBoardPointFromClient as _0xb38367,resolveBoardInteractionConfig as _0x45ffd8}from'@univerjs-pro/boards-ui';import{Fragment as _0x3aea9f,jsx as _0xdab386,jsxs as _0x3aab6f}from'react/jsx-runtime';import{DeviceInputEventType as _0x37634a,IRenderManagerService as _0x15403f,SHEET_VIEWPORT_KEY as _0x2aae8e,setDocsCustomBlockRenderViewportProvider as _0x216b3a}from'@univerjs/engine-render';import{DocsTablePassiveWheelService as _0xfbf6b0}from'@univerjs-pro/docs-table-ui';import{ActivateBaseTableOperation as _0x18bb30,ActivateBaseViewOperation as _0x3f373a,AddViewMenu as _0x2eacc0,BASES_UI_PLUGIN_CONFIG_KEY as _0x4b7c33,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x4ca670,BASE_VIEW_MENU_ITEMS as _0xbd9505,BaseDeleteConfirmDialog as _0x475483,BaseDuplicateTableDialog as _0x377184,BaseEditorService as _0x56696c,BaseTableSidebarFrame as _0x2ccce2,BaseToolbar as _0x2fae2d,BaseUIPopupService as _0x2553f5,BaseUIStateService as _0xbb648,BaseViewIcon as _0x2bd756,BaseViewWheelScrollService as _0x28cf8f,CloseBaseActiveEditorOperation as _0x2f0947,CloseBaseContextMenuOperation as _0x401011,CloseBasePanelOperation as _0x4d2ef5,CloseBaseRecordDetailPanelOperation as _0x55d758,GRID_ADD_FIELD_COLUMN_WIDTH as _0x16c042,GRID_ADD_RECORD_ROW_HEIGHT as _0x24bc9a,GRID_DEFAULT_COLUMN_WIDTH as _0x28c1d6,GRID_HEADER_HEIGHT as _0x42fe65,GRID_ROW_HEADER_WIDTH as _0x55aec2,GRID_SUMMARY_HEIGHT as _0x4fdabc,IBaseCanvasRootResolverService as _0x5e9420,IBaseEditorService as _0x3e5158,IBaseEmbedFloatingActiveService as _0x51ac64,IBaseEmbedFloatingGeometryService as _0x4ff6ea,IBaseEmbedRuntimeFocusCoordinator as _0x313c62,IBaseEmbedRuntimeService as _0x2113b5,IBaseGlobalPortalService as _0x265a18,IBaseHostChromeOverrideService as _0x3792c4,IBaseUIPopupService as _0x38d7f5,IBaseUIStateService as _0x1f6cd9,IBaseViewWheelScrollService as _0x494928,OpenBaseActiveEditorOperation as _0x5b3416,OpenBaseContextMenuOperation as _0x262744,OpenBasePanelOperation as _0x7f13c7,OpenBaseRecordDetailPanelOperation as _0x450fbf,RenderBaseWorkbench as _0x2c81be,SetBaseScrollOperation as _0x3894cb,SetBaseZoomOperation as _0x326c03,StartBaseEditingCellOperation as _0x2fd57d,StopBaseEditingCellOperation as _0x2db351,ViewTabs as _0x28d8cd,createDefaultViewName as _0x2e80e8,createScopedBaseCanvasRootResolverService as _0x10efd5,createScopedBaseGlobalPortalService as _0x4fb026,defaultPluginConfig as _0x1019e1,getBaseCanvasRoot as _0x200b0c,getBaseFloatingPanelPortalContainer as _0x54dda0,getBaseFloatingPosition as _0x2f471e,resolveGridRowHeight as _0x1c7361}from'@univerjs-pro/bases-ui';import{CreateBaseTableCommand as _0x34a827,CreateBaseViewCommand as _0x5a087b,DeleteBaseTableCommand as _0x1fed7f,DeleteBaseViewCommand as _0x150ba4,IBaseViewRegistryService as _0x52d760,MoveBaseViewCommand as _0x1229d2,RenameBaseTableCommand as _0x4ae125,RenameBaseViewCommand as _0x306209,copyBaseTableSnapshot as _0xdbc0ed}from'@univerjs-pro/bases';import{createPortal as _0x243ea7}from'react-dom';import{SheetsChartUIMenuSchema as _0xc49844}from'@univerjs-pro/sheets-chart-ui';import{SheetsOutlineUIMenuSchema as _0x393c16}from'@univerjs-pro/sheets-outline-ui';import{SheetsPivotTableUIMenuSchema as _0x5309ce}from'@univerjs-pro/sheets-pivot-ui';import{SheetsPrintMenuSchema as _0x2c40e3}from'@univerjs-pro/sheets-print';import{SheetsShapeUIMenuSchema as _0x4fa51d}from'@univerjs-pro/sheets-shape-ui';import{SheetsSparklineUIMenuSchema as _0x53f040}from'@univerjs-pro/sheets-sparkline-ui';import{SheetsConditionalFormattingUIMenuSchema as _0x1d8561}from'@univerjs/sheets-conditional-formatting-ui';import{SheetsDataValidationUIMenuSchema as _0x1a5bc4}from'@univerjs/sheets-data-validation-ui';import{SheetsDrawingUIMenuSchema as _0x1ea8ee}from'@univerjs/sheets-drawing-ui';import{SheetsFilterUIMenuSchema as _0x22fc29}from'@univerjs/sheets-filter-ui';import{SheetsHyperLinkUIMenuSchema as _0x302cb0}from'@univerjs/sheets-hyper-link-ui';import{SheetsNoteUIMenuSchema as _0x13fd66}from'@univerjs/sheets-note-ui';import{SheetsNumfmtUIMenuSchema as _0x2076e0}from'@univerjs/sheets-numfmt-ui';import{SheetsSortUIMenuSchema as _0x371af6}from'@univerjs/sheets-sort-ui';import{SheetsTableUIMenuSchema as _0x463caf}from'@univerjs/sheets-table-ui';import{SheetsThreadCommentUIMenuSchema as _0x47fe82}from'@univerjs/sheets-thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x1aa8da,AddWorksheetMergeCommand as _0x3dbb15,AddWorksheetMergeHorizontalCommand as _0xa98fab,AddWorksheetMergeVerticalCommand as _0x136147,RemoveWorksheetMergeCommand as _0x2299e8,ResetBackgroundColorCommand as _0x6d92f,SetBackgroundColorCommand as _0x27f46a,SetBorderBasicCommand as _0x2e66a8,SetHorizontalTextAlignCommand as _0x1f3edc,SetTextWrapCommand as _0x54f227,SetVerticalTextAlignCommand as _0x7c15ff,SheetsSelectionsService as _0x2285c1}from'@univerjs/sheets';import{ISlideDrawingService as _0x1ce247}from'@univerjs-pro/slides';import{EditorUIFloatingContainer as _0x1d2a16,ISlideDrawingStateService as _0x66d8bf,ISlideEmbedActivationService as _0x49cc07,ISlideEmbedFloatDomRenderer as _0x42446f,ISlideEmbedFloatingActiveService as _0x17e245,ISlideEmbedFocusOwnerService as _0x293ce8,ISlideEmbedMountService as _0x539231,ISlideEmbedRuntimeFocusCoordinator as _0x1644bb,ISlideEmbedRuntimeService as _0x464bbe,SLIDE_PAGE_RECT_KEY as _0x5bceb9,ShapeTextEditorContainer as _0x419742,SlideCanvasView as _0x3924ff,SlideEmbedChildWorkbench as _0x163ccd,attachSlideRenderToCanvasHost as _0x24526a,resolveSlideLogicalPageSize as _0x3351bd}from'@univerjs-pro/slides-ui';var Ea='@univerjs-pro/embed-ui',Da=_0x1875ac(0x18c);function Oa(_0x20b8b1,_0x542f7e){var _0x3e1527;return _0x20b8b1['matches']('['+_0x542f7e+']')?_0x20b8b1:(_0x3e1527=_0x20b8b1['querySelector']('['+_0x542f7e+']'))==null?void 0x0:_0x3e1527;}function ka(_0x5c5c74){const _0x245cbf=_0x1875ac;let _0x459897=[];return Aa(_0x5c5c74,_0x245cbf(0x2f5),_0x245cbf(0x189),_0x459897),Aa(_0x5c5c74,_0x245cbf(0x167),_0x245cbf(0x47f),_0x459897),Aa(_0x5c5c74,_0x245cbf(0xd4),_0x245cbf(0x564),_0x459897),Aa(_0x5c5c74,_0x245cbf(0x2b3),_0x245cbf(0x564),_0x459897),_0xc4495d(()=>{const _0x26561a=_0x245cbf;_0x459897[_0x26561a(0x50a)](_0x329c09=>_0x329c09[_0x26561a(0x191)]());});}function Aa(_0x56e301,_0x47c9c2,_0x49e81f,_0x283897){const _0x4e81ea=_0x1875ac;let _0x435b63=Oa(_0x56e301,_0x47c9c2);if(_0x435b63)return _0x435b63;let _0x2ed43d=document[_0x4e81ea(0x57b)](_0x4e81ea(0x50f));return _0x2ed43d[_0x4e81ea(0x56a)](_0x47c9c2,_0x4e81ea(0x1ac)),_0x2ed43d[_0x4e81ea(0x56a)](_0x4e81ea(0xba),_0x4e81ea(0x35b)),_0x2ed43d[_0x4e81ea(0x33d)]=_0x4e81ea(0x280)+_0x49e81f,_0x56e301[_0x4e81ea(0x273)](_0x2ed43d),_0x283897[_0x4e81ea(0x26f)](_0x2ed43d),_0x2ed43d;}function ja(_0x56ed53){'@babel/helpers - typeof';const _0x214445=_0x1875ac;return ja=typeof Symbol=='function'&&typeof Symbol[_0x214445(0x5cc)]==_0x214445(0x3e4)?function(_0x1f2129){return typeof _0x1f2129;}:function(_0x85bc5e){const _0x1087f5=_0x214445;return _0x85bc5e&&typeof Symbol==_0x1087f5(0x39e)&&_0x85bc5e[_0x1087f5(0x1dd)]===Symbol&&_0x85bc5e!==Symbol[_0x1087f5(0x1a5)]?_0x1087f5(0x3e4):typeof _0x85bc5e;},ja(_0x56ed53);}function Ma(_0x4c1dff,_0x465af1){const _0x187b09=_0x1875ac;if(ja(_0x4c1dff)!=_0x187b09(0x599)||!_0x4c1dff)return _0x4c1dff;var _0x389784=_0x4c1dff[Symbol['toPrimitive']];if(_0x389784!==void 0x0){var _0x3553e1=_0x389784[_0x187b09(0x238)](_0x4c1dff,_0x465af1||'default');if(ja(_0x3553e1)!='object')return _0x3553e1;throw TypeError(_0x187b09(0x2e9));}return(_0x465af1===_0x187b09(0x5ce)?String:Number)(_0x4c1dff);}function Na(_0x17faa7){var _0x8c39d=Ma(_0x17faa7,'string');return ja(_0x8c39d)=='symbol'?_0x8c39d:_0x8c39d+'';}function J(_0x429543,_0x5d5bc9,_0x3d71a8){const _0x4ad9b1=_0x1875ac;return(_0x5d5bc9=Na(_0x5d5bc9))in _0x429543?Object[_0x4ad9b1(0x14c)](_0x429543,_0x5d5bc9,{'value':_0x3d71a8,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x429543[_0x5d5bc9]=_0x3d71a8,_0x429543;}var Pa=class{constructor(){const _0x92be32=_0x1875ac;J(this,_0x92be32(0x439),new Map());}['register'](_0x5bfd91){const _0x26c30d=_0x1875ac;return this['_contributions'][_0x26c30d(0x116)](_0x5bfd91[_0x26c30d(0x2dc)],_0x5bfd91),_0xc4495d(()=>{const _0xe00965=_0x26c30d;this[_0xe00965(0x439)][_0xe00965(0xdd)](_0x5bfd91[_0xe00965(0x2dc)])===_0x5bfd91&&this[_0xe00965(0x439)][_0xe00965(0x5c4)](_0x5bfd91['childType']);});}[_0x1875ac(0xdd)](_0x30c7c4){const _0xc71b35=_0x1875ac;return this[_0xc71b35(0x439)][_0xc71b35(0xdd)](_0x30c7c4);}['list'](){const _0x25f8fd=_0x1875ac;return[...this[_0x25f8fd(0x439)][_0x25f8fd(0x4f1)]()];}},Fa=class{constructor(){const _0x2defbd=_0x1875ac;J(this,'_active$',new _0x5787f7(null)),J(this,_0x2defbd(0x25f),this[_0x2defbd(0x13d)][_0x2defbd(0xf9)]());}['getActive'](){const _0x1b1867=_0x1875ac;return this[_0x1b1867(0x13d)][_0x1b1867(0x4d5)]();}[_0x1875ac(0x4f4)](_0x45afd8){const _0x5ecbd7=_0x1875ac;var _0x9938e3;let _0x253a0f=this[_0x5ecbd7(0x399)]();return(_0x253a0f==null?void 0x0:_0x253a0f[_0x5ecbd7(0x3a8)])===_0x45afd8?(_0x9938e3=_0x253a0f['stage'])==null?_0x5ecbd7(0x369):_0x9938e3:_0x5ecbd7(0x2e8);}[_0x1875ac(0x248)](_0x3a4cc2,_0x38e59e){const _0x56d93c=_0x1875ac;var _0x349fac,_0x30d1b1,_0x16d3ed;let _0x1da357=this['getActive'](),_0x230ec0=(_0x1da357==null?void 0x0:_0x1da357[_0x56d93c(0x5db)])===_0x3a4cc2['hostUnitId']&&_0x1da357[_0x56d93c(0x3a8)]===_0x3a4cc2[_0x56d93c(0x3a8)]&&_0x1da357[_0x56d93c(0x584)]===_0x3a4cc2['childUnitId'],_0x598e80={..._0x3a4cc2,'stage':(_0x349fac=_0x38e59e==null?_0x3a4cc2[_0x56d93c(0x228)]:_0x38e59e)==null?_0x230ec0?(_0x30d1b1=_0x1da357[_0x56d93c(0x228)])==null?'stage1':_0x30d1b1:_0x56d93c(0x369):_0x349fac};(_0x1da357==null?void 0x0:_0x1da357[_0x56d93c(0x5db)])===_0x598e80['hostUnitId']&&_0x1da357['embedId']===_0x598e80[_0x56d93c(0x3a8)]&&_0x1da357[_0x56d93c(0x584)]===_0x598e80[_0x56d93c(0x584)]&&((_0x16d3ed=_0x1da357['stage'])==null?'stage1':_0x16d3ed)===_0x598e80[_0x56d93c(0x228)]||this[_0x56d93c(0x13d)]['next'](_0x598e80);}[_0x1875ac(0x1dc)](_0x312379,_0x46ebb){const _0xb3c9ae=_0x1875ac;var _0x26c4a4;let _0xafb095=this[_0xb3c9ae(0x399)]();!_0xafb095||_0xafb095[_0xb3c9ae(0x3a8)]!==_0x312379||((_0x26c4a4=_0xafb095[_0xb3c9ae(0x228)])==null?_0xb3c9ae(0x369):_0x26c4a4)!==_0x46ebb&&this[_0xb3c9ae(0x13d)][_0xb3c9ae(0x147)]({..._0xafb095,'stage':_0x46ebb});}[_0x1875ac(0xc1)](_0x1e3946){const _0x312cb4=_0x1875ac;this[_0x312cb4(0x4f4)](_0x1e3946)===_0x312cb4(0x369)&&this[_0x312cb4(0x1dc)](_0x1e3946,_0x312cb4(0x3fb));}[_0x1875ac(0x1f4)](_0x7ff6ea){const _0x376432=_0x1875ac;let _0x144012=this[_0x376432(0x399)]();_0x144012&&(!_0x7ff6ea||_0x144012[_0x376432(0x3a8)]===_0x7ff6ea)&&this[_0x376432(0x13d)][_0x376432(0x147)](null);}},Ia=class{constructor(){const _0x5d116e=_0x1875ac;J(this,'_override$',new _0x5787f7(null)),J(this,_0x5d116e(0x5b6),this[_0x5d116e(0x4ea)]['asObservable']());}[_0x1875ac(0x2bf)](){const _0x5a22d0=_0x1875ac;return this['_override$'][_0x5a22d0(0x4d5)]();}[_0x1875ac(0x248)](_0x412634,_0x28c381,_0x17b134={}){const _0x15940f=_0x1875ac;var _0x503705,_0x1dba30,_0x6d1ce;if(!_0x412634[_0x15940f(0x584)]||_0x412634['childType']==null)throw Error(_0x15940f(0x5b9));let _0x2fbeb1=((_0x503705=_0x412634[_0x15940f(0x181)])==null?void 0x0:_0x503705['tab'])||void 0x0;if(_0x28c381===_0x15940f(0x503)&&(!_0x2fbeb1||_0x2fbeb1['enabled']!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x28c381!==_0x15940f(0x503))throw Error(_0x15940f(0x46c));if(((_0x1dba30=(_0x6d1ce=_0x17b134[_0x15940f(0x425)])==null?void 0x0:_0x6d1ce['ribbon'])==null?_0x2a748b[_0x15940f(0x13f)]:_0x1dba30)!=='host'&&_0x17b134[_0x15940f(0x332)]!==!0x0)return this[_0x15940f(0x1f4)](_0x412634[_0x15940f(0x3a8)]),null;let _0x2d49eb={'hostUnitId':_0x412634['hostUnitId'],'embedId':_0x412634[_0x15940f(0x3a8)],'childUnitId':_0x412634[_0x15940f(0x584)],'childType':_0x412634[_0x15940f(0x2dc)],'entry':_0x412634['entry'],'reason':_0x28c381,'portalContainer':_0x17b134[_0x15940f(0x5cd)],'hideHostFxBar':_0x2fbeb1==null?void 0x0:_0x2fbeb1[_0x15940f(0x2aa)],'lockHostRibbon':_0x2fbeb1==null?void 0x0:_0x2fbeb1[_0x15940f(0x47d)]},_0x51d437=this[_0x15940f(0x2bf)]();return La(_0x51d437,_0x2d49eb)?_0x51d437:(this[_0x15940f(0x4ea)][_0x15940f(0x147)](_0x2d49eb),_0x2d49eb);}['clear'](_0x25ee3f){const _0x3dabc2=_0x1875ac;let _0x10c716=this['getOverride']();_0x10c716&&(!_0x25ee3f||_0x10c716['embedId']===_0x25ee3f)&&this[_0x3dabc2(0x4ea)][_0x3dabc2(0x147)](null);}};function La(_0x3e33e0,_0x42e18f){const _0x36f5c2=_0x1875ac;return _0x3e33e0!=null&&_0x3e33e0[_0x36f5c2(0x5db)]===_0x42e18f[_0x36f5c2(0x5db)]&&_0x3e33e0[_0x36f5c2(0x3a8)]===_0x42e18f[_0x36f5c2(0x3a8)]&&_0x3e33e0['childUnitId']===_0x42e18f[_0x36f5c2(0x584)]&&_0x3e33e0[_0x36f5c2(0x2dc)]===_0x42e18f[_0x36f5c2(0x2dc)]&&_0x3e33e0[_0x36f5c2(0x4e4)]===_0x42e18f[_0x36f5c2(0x4e4)]&&_0x3e33e0['reason']===_0x42e18f['reason']&&_0x3e33e0[_0x36f5c2(0x5cd)]===_0x42e18f['portalContainer']&&_0x3e33e0['hideHostFxBar']===_0x42e18f[_0x36f5c2(0x2aa)]&&_0x3e33e0[_0x36f5c2(0x47d)]===_0x42e18f[_0x36f5c2(0x47d)];}const Y=_0x1875ac(0x193);var X=class{constructor(){const _0x349ccc=_0x1875ac;J(this,'_leases',new Map()),J(this,_0x349ccc(0x3a7),new Map()),J(this,_0x349ccc(0x4cc),new Map()),J(this,_0x349ccc(0x144),0x0),J(this,_0x349ccc(0x2fe),new _0x5bd251()),J(this,_0x349ccc(0x41d),new _0x5bd251());}[_0x1875ac(0x413)](_0x5f4be9){const _0x455340=_0x1875ac;let _0x44fbd7={'role':_0x5f4be9[_0x455340(0x3d6)],'owner':_0x5f4be9[_0x455340(0x456)],'sessionMode':_0x5f4be9[_0x455340(0xf7)],'hostUnitId':_0x5f4be9[_0x455340(0x5db)],'childUnitId':_0x5f4be9[_0x455340(0x584)],'childType':_0x5f4be9[_0x455340(0x2dc)],'associatedChildUnitIds':_0x5f4be9['associatedChildUnitIds'],'sequence':++this['_leaseSequence']},_0x681527=this[_0x455340(0x197)][_0x455340(0xdd)](_0x5f4be9[_0x455340(0x3a8)]);return _0x681527||(_0x681527=new Set(),this[_0x455340(0x197)][_0x455340(0x116)](_0x5f4be9[_0x455340(0x3a8)],_0x681527)),_0x681527[_0x455340(0x42c)](_0x44fbd7),_0x44fbd7['role']!==_0x455340(0x1bb)&&this[_0x455340(0x1ca)](),_0x44fbd7[_0x455340(0x3d6)]===_0x455340(0x152)&&this[_0x455340(0x4c0)](),_0xc4495d(()=>{const _0x488fd0=_0x455340;_0x681527==null||_0x681527[_0x488fd0(0x5c4)](_0x44fbd7),(_0x681527==null?void 0x0:_0x681527[_0x488fd0(0x1ec)])===0x0&&this['_leases'][_0x488fd0(0x5c4)](_0x5f4be9['embedId']),_0x44fbd7[_0x488fd0(0x3d6)]!==_0x488fd0(0x1bb)&&this[_0x488fd0(0x1ca)](),_0x44fbd7['role']===_0x488fd0(0x152)&&this[_0x488fd0(0x4c0)]();});}[_0x1875ac(0x344)](_0x3644fc){const _0x31aff3=_0x1875ac;if(!_0x3644fc)return!0x1;let _0x537006=this[_0x31aff3(0x197)]['get'](_0x3644fc);return _0x537006&&[..._0x537006][_0x31aff3(0x3ed)](_0x2cf647=>_0x2cf647['role']!==_0x31aff3(0x1bb))?!0x0:this['containsElement'](_0x3644fc,this[_0x31aff3(0x297)](_0x3644fc));}[_0x1875ac(0xd9)](_0x196c07,_0x4b8d46){const _0x56a670=_0x1875ac;if(!_0x196c07)return!0x1;let _0x3c67db=this[_0x56a670(0x197)]['get'](_0x196c07);return _0x3c67db&&[..._0x3c67db][_0x56a670(0x3ed)](_0x525189=>this[_0x56a670(0x540)](_0x525189,_0x4b8d46))?!0x0:this['containsElement'](_0x196c07,this[_0x56a670(0x297)](_0x196c07));}[_0x1875ac(0x1a0)](){const _0x15ef70=_0x1875ac;return[...this[_0x15ef70(0x197)][_0x15ef70(0x4f1)]()][_0x15ef70(0x3ed)](_0x45d52f=>[..._0x45d52f][_0x15ef70(0x3ed)](_0x4954d0=>_0x4954d0['role']!=='runtime'))||this[_0x15ef70(0x3bb)]()!=null;}[_0x1875ac(0xb2)](_0x148867){const _0x17ff31=_0x1875ac;if([...this[_0x17ff31(0x197)][_0x17ff31(0x4f1)]()][_0x17ff31(0x3ed)](_0x5d973a=>[..._0x5d973a]['some'](_0x3bcefe=>this[_0x17ff31(0x540)](_0x3bcefe,_0x148867))))return!0x0;let _0x1e21f2=this['_getActiveOwnedRuntimeFocusInfo']();return _0x1e21f2!=null&&this[_0x17ff31(0x14b)](_0x1e21f2['role']);}[_0x1875ac(0x20f)](_0x3cc145,_0x302449){const _0x3a570d=_0x1875ac;if(!_0x3cc145)return!0x1;let _0x4143a4=this[_0x3a570d(0x197)][_0x3a570d(0xdd)](_0x3cc145);return _0x4143a4&&[..._0x4143a4][_0x3a570d(0x3ed)](_0x301ad3=>this[_0x3a570d(0x3cb)](_0x301ad3,_0x302449))?!0x0:this[_0x3a570d(0x31e)](_0x3cc145,this['_getActiveElement'](_0x3cc145));}[_0x1875ac(0x445)](_0x4a3937){const _0x5c1337=_0x1875ac;return[...this[_0x5c1337(0x197)][_0x5c1337(0x4f1)]()][_0x5c1337(0x3ed)](_0x9a58b6=>[..._0x9a58b6][_0x5c1337(0x3ed)](_0x8923aa=>this['_isHostPreservingLease'](_0x8923aa,_0x4a3937)))?!0x0:this[_0x5c1337(0x3bb)]()!=null;}['hasHostPreservingChildFocusLeaseForHost'](_0x53b14c,_0x132369){const _0x4357b3=_0x1875ac;if(!_0x53b14c)return this[_0x4357b3(0x445)](_0x132369);if([...this[_0x4357b3(0x197)]['values']()][_0x4357b3(0x3ed)](_0x5f4e41=>[..._0x5f4e41][_0x4357b3(0x3ed)](_0x102fbe=>this[_0x4357b3(0x3cb)](_0x102fbe,_0x132369)&&this[_0x4357b3(0xc0)](_0x102fbe,_0x53b14c))))return!0x0;let _0x5822cb=this[_0x4357b3(0x3bb)]();if(!_0x5822cb)return!0x1;let _0x3448e1=this[_0x4357b3(0x197)][_0x4357b3(0xdd)](_0x5822cb['embedId']);return _0x3448e1&&[..._0x3448e1][_0x4357b3(0x3ed)](_0x4d5862=>this[_0x4357b3(0x3cb)](_0x4d5862,_0x132369)&&this['_leaseAppliesToHostUnit'](_0x4d5862,_0x53b14c))?!0x0:this[_0x4357b3(0x318)](_0x5822cb[_0x4357b3(0x3a8)],_0x53b14c);}[_0x1875ac(0x408)](_0x49e2ed){const _0x30e2f2=_0x1875ac;return _0x49e2ed?[...this[_0x30e2f2(0x197)]['values']()][_0x30e2f2(0x3ed)](_0x160956=>[..._0x160956][_0x30e2f2(0x3ed)](_0x254f81=>this[_0x30e2f2(0x391)](_0x254f81,_0x49e2ed)&&_0x254f81[_0x30e2f2(0x3d6)]!==_0x30e2f2(0x1bb))):!0x1;}['registerRuntimeScope'](_0x21cc3e){const _0x254402=_0x1875ac;let _0x55b945={'hostUnitId':_0x21cc3e['hostUnitId'],'childUnitId':_0x21cc3e['childUnitId'],'childType':_0x21cc3e[_0x254402(0x2dc)],'sessionMode':_0x21cc3e['sessionMode']};return this['_runtimeScopes']['set'](_0x21cc3e['embedId'],_0x55b945),this[_0x254402(0x1ca)](),this[_0x254402(0x4c0)](),_0xc4495d(()=>{const _0x2dd1aa=_0x254402;this[_0x2dd1aa(0x4cc)][_0x2dd1aa(0xdd)](_0x21cc3e[_0x2dd1aa(0x3a8)])===_0x55b945&&(this[_0x2dd1aa(0x4cc)][_0x2dd1aa(0x5c4)](_0x21cc3e[_0x2dd1aa(0x3a8)]),this['_notifyRuntimeFocusChanged'](),this[_0x2dd1aa(0x4c0)]());});}[_0x1875ac(0x150)](_0x14618b){const _0x58e2f8=_0x1875ac;if(_0x14618b){for(let [_0x5d14b3,_0xa42da7]of this[_0x58e2f8(0x4cc)])if(_0xa42da7['childUnitId']===_0x14618b)return{'embedId':_0x5d14b3,'hostUnitId':_0xa42da7['hostUnitId'],'childUnitId':_0xa42da7[_0x58e2f8(0x584)],'childType':_0xa42da7[_0x58e2f8(0x2dc)],'sessionMode':_0xa42da7[_0x58e2f8(0xf7)]};}}['resolveActiveChildSessionRuntimeScope'](){const _0x3ffbc5=_0x1875ac;let _0x155f18;for(let [_0x971c82,_0x2d6424]of this[_0x3ffbc5(0x197)])for(let _0x208795 of _0x2d6424){if(_0x208795[_0x3ffbc5(0x3d6)]!==_0x3ffbc5(0x152)||!_0x208795[_0x3ffbc5(0x584)])continue;let _0x3b789f=this['_getChildSessionPriority'](_0x208795);(!_0x155f18||_0x3b789f>_0x155f18['priority']||_0x3b789f===_0x155f18[_0x3ffbc5(0x460)]&&_0x208795[_0x3ffbc5(0x261)]>_0x155f18[_0x3ffbc5(0x256)][_0x3ffbc5(0x261)])&&(_0x155f18={'embedId':_0x971c82,'lease':_0x208795,'priority':_0x3b789f});}return _0x155f18?{'embedId':_0x155f18[_0x3ffbc5(0x3a8)],'hostUnitId':_0x155f18[_0x3ffbc5(0x256)][_0x3ffbc5(0x5db)],'childUnitId':_0x155f18[_0x3ffbc5(0x256)]['childUnitId'],'childType':_0x155f18['lease']['childType'],'sessionMode':this[_0x3ffbc5(0x1ff)](_0x155f18[_0x3ffbc5(0x256)])}:void 0x0;}[_0x1875ac(0x2ea)](_0x5b6a08,_0x373193,_0x3ad50b){const _0x544f01=_0x1875ac;if(!_0x5b6a08)return!0x1;let _0x4a07b7=this[_0x544f01(0x293)](_0x373193,_0x3ad50b);return _0x4a07b7?this[_0x544f01(0x195)](_0x4a07b7,_0x5b6a08):!0x1;}[_0x1875ac(0x4ca)](_0x1f8403,_0x98dcc3,_0x3b7dc6,_0x289682){const _0x53f3a0=_0x1875ac;return this[_0x53f3a0(0x2ea)](_0x1f8403,_0x98dcc3,_0x3b7dc6)||this[_0x53f3a0(0x408)](_0x1f8403)?!0x1:this[_0x53f3a0(0x143)](_0x1f8403,_0x289682);}[_0x1875ac(0x265)](_0x1f174f){const _0x5d5428=_0x1875ac;let _0x8e5282=this[_0x5d5428(0x3a7)][_0x5d5428(0xdd)](_0x1f174f[_0x5d5428(0x3a8)]);_0x8e5282||(_0x8e5282=new Set(),this[_0x5d5428(0x3a7)]['set'](_0x1f174f[_0x5d5428(0x3a8)],_0x8e5282)),_0x8e5282[_0x5d5428(0x42c)](_0x1f174f[_0x5d5428(0x543)]);let _0x16f4b5=_0x1f174f[_0x5d5428(0x543)][_0x5d5428(0x190)](Y);return _0x1f174f['element']['setAttribute'](Y,_0x1f174f[_0x5d5428(0x3d6)]),_0xc4495d(()=>{const _0x545062=_0x5d5428;_0x8e5282==null||_0x8e5282[_0x545062(0x5c4)](_0x1f174f[_0x545062(0x543)]),(_0x8e5282==null?void 0x0:_0x8e5282[_0x545062(0x1ec)])===0x0&&this['_elements'][_0x545062(0x5c4)](_0x1f174f[_0x545062(0x3a8)]),_0x16f4b5==null?_0x1f174f[_0x545062(0x543)][_0x545062(0x136)](Y):_0x1f174f[_0x545062(0x543)][_0x545062(0x56a)](Y,_0x16f4b5);});}['containsElement'](_0x38d956,_0x359b15,_0x22a6b4){const _0x203fc2=_0x1875ac;if(!_0x38d956)return!0x1;let _0x4e0130=this[_0x203fc2(0x3a7)][_0x203fc2(0xdd)](_0x38d956),_0x4be565=typeof(_0x22a6b4==null?void 0x0:_0x22a6b4[_0x203fc2(0xc3)])=='function'?_0x22a6b4['composedPath']():void 0x0;return _0x4e0130!=null&&_0x4e0130['size']&&_0x4be565!=null&&_0x4be565[_0x203fc2(0x3ed)](_0x2fb423=>_0x2fb423 instanceof HTMLElement&&this[_0x203fc2(0x393)](_0x4e0130,_0x2fb423))||_0x4be565!=null&&_0x4be565[_0x203fc2(0x3ed)](_0x51a989=>_0x51a989 instanceof HTMLElement&&this[_0x203fc2(0x4a1)](_0x38d956,_0x51a989))?!0x0:_0x359b15 instanceof HTMLElement&&(!!(_0x4e0130!=null&&_0x4e0130['size'])&&this[_0x203fc2(0x393)](_0x4e0130,_0x359b15)||this['_isOwnedBoundaryElement'](_0x38d956,_0x359b15));}['_containsRegisteredElement'](_0x1cda2a,_0x51191e){const _0x15994d=_0x1875ac;return[..._0x1cda2a][_0x15994d(0x3ed)](_0x802f96=>_0x802f96===_0x51191e||_0x802f96[_0x15994d(0x11b)](_0x51191e));}[_0x1875ac(0x540)](_0x1bd2e9,_0x514f8c){const _0x2f1e06=_0x1875ac;var _0x1e0e1b;return _0x1bd2e9[_0x2f1e06(0x456)]&&!(_0x514f8c==null||(_0x1e0e1b=_0x514f8c['ignoreOwners'])==null)&&_0x1e0e1b[_0x2f1e06(0x2f6)](_0x1bd2e9['owner'])?!0x1:this[_0x2f1e06(0x14b)](_0x1bd2e9[_0x2f1e06(0x3d6)]);}['_isHostPreservingLease'](_0x471eb4,_0x49e797){const _0x25016e=_0x1875ac;var _0x3fe678;return _0x471eb4[_0x25016e(0x456)]&&!(_0x49e797==null||(_0x3fe678=_0x49e797[_0x25016e(0x20b)])==null)&&_0x3fe678[_0x25016e(0x2f6)](_0x471eb4['owner'])?!0x1:_0x471eb4[_0x25016e(0x3d6)]!==_0x25016e(0x1bb);}[_0x1875ac(0xc0)](_0x43f6ed,_0x57ca18){const _0x110c4d=_0x1875ac;return _0x43f6ed[_0x110c4d(0x5db)]==null||_0x43f6ed[_0x110c4d(0x5db)]===_0x57ca18;}['_ownedRuntimeFocusAppliesToHost'](_0x3adc56,_0x298ee6){const _0x15c125=_0x1875ac;let _0x73dc61=this[_0x15c125(0x4cc)]['get'](_0x3adc56);return!!_0x73dc61&&(_0x73dc61[_0x15c125(0x5db)]==null||_0x73dc61[_0x15c125(0x5db)]===_0x298ee6);}[_0x1875ac(0x391)](_0x49dbc4,_0x1d65c4){const _0x3fb13c=_0x1875ac;var _0x1c9c89;return _0x49dbc4[_0x3fb13c(0x584)]===_0x1d65c4||((_0x1c9c89=_0x49dbc4[_0x3fb13c(0x15d)])==null?void 0x0:_0x1c9c89[_0x3fb13c(0x2f6)](_0x1d65c4))===!0x0;}[_0x1875ac(0x195)](_0x5e9716,_0x493142){const _0x55b61f=_0x1875ac;var _0x4cf799;if(((_0x4cf799=this[_0x55b61f(0x4cc)]['get'](_0x5e9716))==null?void 0x0:_0x4cf799[_0x55b61f(0x584)])===_0x493142)return!0x0;let _0x10b53a=this[_0x55b61f(0x197)][_0x55b61f(0xdd)](_0x5e9716);return!!_0x10b53a&&[..._0x10b53a][_0x55b61f(0x3ed)](_0x2baf2c=>this[_0x55b61f(0x391)](_0x2baf2c,_0x493142));}[_0x1875ac(0x14b)](_0x346bd6){const _0x1edd62=_0x1875ac;return _0x346bd6!==_0x1edd62(0x1bb);}['_getChildSessionPriority'](_0x3dbd2e){const _0xb3c37b=_0x1875ac;let _0x8c89cb=this[_0xb3c37b(0x1ff)](_0x3dbd2e);return _0x8c89cb===_0xb3c37b(0x9f)?0x1e:_0x8c89cb===_0xb3c37b(0xbe)?0x14:_0x8c89cb===_0xb3c37b(0x2a3)?0xa:0x0;}[_0x1875ac(0x1ff)](_0x44235f){const _0x539630=_0x1875ac;return _0x44235f[_0x539630(0xf7)]?_0x44235f['sessionMode']:_0x44235f[_0x539630(0x456)]==='fullscreen-runtime'?_0x539630(0x9f):_0x44235f['owner']===_0x539630(0x287)||_0x44235f['owner']==='doc-block-stage2-runtime'?_0x539630(0xbe):_0x44235f[_0x539630(0x456)]===_0x539630(0x1fc)?_0x539630(0x2a3):_0x44235f[_0x539630(0x3d6)]==='child-session'?_0x539630(0xbe):'host-passive';}[_0x1875ac(0x4a1)](_0x111a79,_0x47453f){const _0x29da4a=_0x1875ac;return _0x47453f[_0x29da4a(0x509)]('['+Z+'=\x22'+_0x111a79+'\x22]')!=null;}[_0x1875ac(0x293)](_0x42f2d7,_0x2aa529){const _0x434c3d=_0x1875ac;var _0x27f011,_0x4710ec;let _0x4fe48c=typeof(_0x2aa529==null?void 0x0:_0x2aa529[_0x434c3d(0xc3)])==_0x434c3d(0x39e)?_0x2aa529[_0x434c3d(0xc3)]():void 0x0,_0x5dbde8=_0x4fe48c==null?void 0x0:_0x4fe48c['find'](_0x200041=>this[_0x434c3d(0x574)](_0x200041)&&_0x200041['hasAttribute']('data-embed-interaction-boundary-owner')),_0x14f7e8=_0x5dbde8==null?this['_isHTMLElement'](_0x42f2d7)?(_0x27f011=_0x42f2d7[_0x434c3d(0x509)]('[data-embed-interaction-boundary-owner]'))==null?void 0x0:_0x27f011:void 0x0:_0x5dbde8;return(_0x4710ec=_0x14f7e8==null?void 0x0:_0x14f7e8['getAttribute'](_0x434c3d(0x4fc)))==null?this['_getOwnedEmbedIdFromEventPoint'](_0x2aa529):_0x4710ec;}['_getOwnedEmbedIdFromEventPoint'](_0x50c91c){const _0x5c5834=_0x1875ac;let _0x19dcde=this[_0x5c5834(0x14d)](_0x50c91c);if(!_0x19dcde)return;let _0x37065c;for(let [_0x3f6119,_0xc6f9e2]of this[_0x5c5834(0x3a7)])for(let _0x5cf31c of _0xc6f9e2){let _0x44d226=_0x5cf31c[_0x5c5834(0x4ce)]();if(!this[_0x5c5834(0x95)](_0x44d226,_0x19dcde[_0x5c5834(0x21a)],_0x19dcde[_0x5c5834(0xee)]))continue;let _0x305f41=_0x44d226[_0x5c5834(0x384)]*_0x44d226[_0x5c5834(0x103)];(!_0x37065c||_0x305f41<_0x37065c[_0x5c5834(0x3ab)])&&(_0x37065c={'embedId':_0x3f6119,'area':_0x305f41});}return _0x37065c==null?void 0x0:_0x37065c['embedId'];}[_0x1875ac(0x14d)](_0x48e508){const _0x16764e=_0x1875ac;let _0x166ba8=_0x48e508;if(_0x166ba8){if(Number[_0x16764e(0x283)](_0x166ba8[_0x16764e(0x21a)])&&Number['isFinite'](_0x166ba8[_0x16764e(0xee)]))return{'clientX':_0x166ba8[_0x16764e(0x21a)],'clientY':_0x166ba8[_0x16764e(0xee)]};if(Number[_0x16764e(0x283)](_0x166ba8['x'])&&Number['isFinite'](_0x166ba8['y']))return{'clientX':_0x166ba8['x'],'clientY':_0x166ba8['y']};}}[_0x1875ac(0x95)](_0x18274b,_0x2041a6,_0x362385){const _0x1c1a8c=_0x1875ac;return _0x18274b[_0x1c1a8c(0x384)]>0x0&&_0x18274b[_0x1c1a8c(0x103)]>0x0&&_0x2041a6>=_0x18274b[_0x1c1a8c(0x270)]&&_0x2041a6<=_0x18274b[_0x1c1a8c(0x49f)]&&_0x362385>=_0x18274b[_0x1c1a8c(0x359)]&&_0x362385<=_0x18274b[_0x1c1a8c(0x520)];}[_0x1875ac(0x3bb)](){const _0x4d56ec=_0x1875ac;var _0x3dce50;let _0x18143d=this[_0x4d56ec(0x5cb)]();if(!this[_0x4d56ec(0x574)](_0x18143d))return;let _0x7ce5ba=_0x18143d[_0x4d56ec(0x509)]('['+Z+']');if(!_0x7ce5ba)return;let _0x5a5e54=_0x7ce5ba[_0x4d56ec(0x190)](Z),_0x3a15ba=(_0x3dce50=_0x18143d[_0x4d56ec(0x509)](_0x4d56ec(0x5ab)))==null?void 0x0:_0x3dce50[_0x4d56ec(0x190)](Y);return _0x5a5e54&&this[_0x4d56ec(0x25b)](_0x3a15ba)?{'embedId':_0x5a5e54,'role':_0x3a15ba}:void 0x0;}[_0x1875ac(0x574)](_0x166764){const _0x5bfa70=_0x1875ac;var _0x17b396;if(!_0x166764)return!0x1;let _0x555d3f=(_0x17b396=_0x166764['ownerDocument'])==null?void 0x0:_0x17b396[_0x5bfa70(0x416)];return _0x555d3f?_0x166764 instanceof _0x555d3f['HTMLElement']:typeof HTMLElement<'u'&&_0x166764 instanceof HTMLElement;}[_0x1875ac(0x25b)](_0x35e65d){const _0x467ccf=_0x1875ac;return _0x35e65d===_0x467ccf(0x1bb)||_0x35e65d===_0x467ccf(0x152)||_0x35e65d===_0x467ccf(0x358)||_0x35e65d===_0x467ccf(0x556)||_0x35e65d===_0x467ccf(0x3a5);}[_0x1875ac(0x5cb)](){const _0x45bcbd=_0x1875ac;for(let _0x4a402f of this['_elements'][_0x45bcbd(0x4f1)]()){var _0x2d7e85;let _0x1d6599=(_0x2d7e85=_0x4a402f[_0x45bcbd(0x4f1)]()[_0x45bcbd(0x147)]()['value'])==null?void 0x0:_0x2d7e85[_0x45bcbd(0x3e5)];if(_0x1d6599!=null&&_0x1d6599[_0x45bcbd(0x4fb)])return _0x1d6599[_0x45bcbd(0x4fb)];}return typeof document>'u'?null:document[_0x45bcbd(0x4fb)];}[_0x1875ac(0x297)](_0x52d5b3){const _0x5eb25a=_0x1875ac;var _0x12bf51,_0x2fca72;let _0xf75f96=this[_0x5eb25a(0x3a7)][_0x5eb25a(0xdd)](_0x52d5b3),_0x495b95=_0xf75f96==null||(_0x12bf51=_0xf75f96[_0x5eb25a(0x4f1)]()['next']()[_0x5eb25a(0x267)])==null?void 0x0:_0x12bf51[_0x5eb25a(0x3e5)];return(_0x2fca72=_0x495b95==null?void 0x0:_0x495b95[_0x5eb25a(0x4fb)])==null?typeof document>'u'?null:document[_0x5eb25a(0x4fb)]:_0x2fca72;}[_0x1875ac(0x1ca)](){const _0x353cf2=_0x1875ac;this[_0x353cf2(0x2fe)][_0x353cf2(0x147)]();}['_notifyRuntimeSessionChanged'](){const _0xa626df=_0x1875ac;this[_0xa626df(0x41d)][_0xa626df(0x147)]();}};const Z=_0x1875ac(0x4fc);var Ra=class{constructor(){const _0xc8f53e=_0x1875ac;J(this,'_roots',new Map()),J(this,_0xc8f53e(0x3f4),new WeakMap()),J(this,_0xc8f53e(0x32c),new WeakMap()),J(this,_0xc8f53e(0x310),void 0x0);}['registerRoot'](_0x47b058,_0x496495){const _0xa2fc79=_0x1875ac;let _0x13eb58=this[_0xa2fc79(0x3b2)][_0xa2fc79(0xdd)](_0x47b058);_0x13eb58||(_0x13eb58=new Set(),this[_0xa2fc79(0x3b2)]['set'](_0x47b058,_0x13eb58)),_0x13eb58[_0xa2fc79(0x42c)](_0x496495);let _0x95599f=_0x496495[_0xa2fc79(0x190)](Z);_0x496495[_0xa2fc79(0x56a)](Z,_0x47b058);let _0x27625f=this[_0xa2fc79(0xa4)](_0x47b058,_0x496495),_0x5bdd87=()=>this[_0xa2fc79(0x102)](_0x47b058,_0x496495['ownerDocument']);return _0x496495['addEventListener'](_0xa2fc79(0x3bd),_0x5bdd87,!0x0),_0x496495[_0xa2fc79(0x35e)](_0xa2fc79(0x370),_0x5bdd87,!0x0),_0x496495[_0xa2fc79(0x35e)]('focusin',_0x5bdd87,!0x0),_0xc4495d(()=>{const _0x186aef=_0xa2fc79;var _0x4ea3bd;_0x27625f['dispose'](),_0x496495[_0x186aef(0x44e)](_0x186aef(0x3bd),_0x5bdd87,!0x0),_0x496495[_0x186aef(0x44e)](_0x186aef(0x370),_0x5bdd87,!0x0),_0x496495[_0x186aef(0x44e)](_0x186aef(0x392),_0x5bdd87,!0x0),((_0x4ea3bd=this[_0x186aef(0x310)])==null?void 0x0:_0x4ea3bd['embedId'])===_0x47b058&&this[_0x186aef(0x310)][_0x186aef(0x42b)]===_0x496495['ownerDocument']&&(this[_0x186aef(0x310)]=void 0x0),_0x13eb58==null||_0x13eb58[_0x186aef(0x5c4)](_0x496495),_0x13eb58&&_0x13eb58[_0x186aef(0x1ec)]===0x0&&this[_0x186aef(0x3b2)][_0x186aef(0x5c4)](_0x47b058),_0x95599f==null?_0x496495[_0x186aef(0x136)](Z):_0x496495[_0x186aef(0x56a)](Z,_0x95599f);});}[_0x1875ac(0xa4)](_0x283ca7,_0x23957e){const _0x6d81e4=_0x1875ac;let _0x32df7d=_0x23957e[_0x6d81e4(0x3e5)][_0x6d81e4(0x416)],_0x51d579=new Map(),_0x3a283e=new Map(),_0x18635e,_0x741421=!0x1,_0x56699b=_0x2e5799=>{const _0x4d941d=_0x6d81e4;_0x51d579[_0x4d941d(0x47a)](_0x2e5799)||_0x51d579[_0x4d941d(0x116)](_0x2e5799,_0x2e5799[_0x4d941d(0x190)](Z)),_0x3a283e[_0x4d941d(0x47a)](_0x2e5799)||_0x3a283e[_0x4d941d(0x116)](_0x2e5799,_0x2e5799[_0x4d941d(0x190)](Y));},_0x471d0e=_0x2b4826=>{const _0x55ddcb=_0x6d81e4;_0x56699b(_0x2b4826),_0x2b4826['setAttribute'](Z,_0x283ca7),_0x2b4826[_0x55ddcb(0x56a)](Y,'child-popup');},_0x4dbc79=_0xcbae95=>{const _0x4194a4=_0x6d81e4;this[_0x4194a4(0x4c3)](_0xcbae95)&&(_0x471d0e(_0xcbae95),_0xcbae95[_0x4194a4(0x559)]('*')[_0x4194a4(0x50a)](_0x471d0e));},_0x39ceaa=_0x40c1b2=>{const _0x37a4e3=_0x6d81e4;_0x741421||(_0x4dbc79(_0x40c1b2),_0x40c1b2[_0x37a4e3(0x559)]('*')[_0x37a4e3(0x50a)](_0x21cda2=>_0x4dbc79(_0x21cda2)));};return _0x39ceaa(_0x23957e),_0x32df7d!=null&&_0x32df7d['MutationObserver']&&(_0x18635e=new _0x32df7d['MutationObserver'](_0x2383a8=>{const _0x551bc1=_0x6d81e4;_0x2383a8[_0x551bc1(0x50a)](_0x3ff8da=>{_0x3ff8da['addedNodes']['forEach'](_0x6d35b0=>{const _0x70df=_0x29dc;_0x6d35b0 instanceof _0x32df7d[_0x70df(0x1f6)]&&_0x39ceaa(_0x6d35b0);});});}),_0x18635e['observe'](_0x23957e,{'childList':!0x0,'subtree':!0x0})),_0xc4495d(()=>{const _0x3b6a62=_0x6d81e4;_0x741421=!0x0,_0x18635e==null||_0x18635e[_0x3b6a62(0x57e)](),_0x51d579[_0x3b6a62(0x50a)]((_0x38667c,_0x27afe7)=>{const _0x2a2472=_0x3b6a62;if(_0x38667c==null){_0x27afe7[_0x2a2472(0x136)](Z);return;}_0x27afe7[_0x2a2472(0x56a)](Z,_0x38667c);}),_0x3a283e['forEach']((_0x554b7f,_0x4d8ae7)=>{const _0x3b3833=_0x3b6a62;if(_0x554b7f==null){_0x4d8ae7[_0x3b3833(0x136)](Y);return;}_0x4d8ae7[_0x3b3833(0x56a)](Y,_0x554b7f);});});}[_0x1875ac(0x26e)](_0x5d9606,_0x329b1d){const _0x5afd03=_0x1875ac;let _0x4df7c9=this['_roots'][_0x5afd03(0xdd)](_0x5d9606);_0x4df7c9||(_0x4df7c9=new Set(),this['_roots'][_0x5afd03(0x116)](_0x5d9606,_0x4df7c9)),_0x4df7c9['add'](_0x329b1d);let _0x2f0b52=this[_0x5afd03(0x29d)](_0x5d9606,_0x329b1d);return _0xc4495d(()=>{const _0x1b22fa=_0x5afd03;_0x4df7c9==null||_0x4df7c9['delete'](_0x329b1d),_0x4df7c9&&_0x4df7c9[_0x1b22fa(0x1ec)]===0x0&&this[_0x1b22fa(0x3b2)]['delete'](_0x5d9606),_0x2f0b52[_0x1b22fa(0xa7)]();});}['contains'](_0x1b6786,_0x306993,_0x1ecced){const _0x4d00ac=_0x1875ac;let _0x5e49bb=typeof(_0x1ecced==null?void 0x0:_0x1ecced[_0x4d00ac(0xc3)])==_0x4d00ac(0x39e)?_0x1ecced['composedPath']():void 0x0;if(_0x5e49bb!=null&&_0x5e49bb[_0x4d00ac(0x3ed)](_0x488e2c=>_0x488e2c instanceof HTMLElement&&this[_0x4d00ac(0x5c9)](_0x1b6786,_0x488e2c)))return!0x0;if(!(_0x306993 instanceof HTMLElement))return!0x1;if(this[_0x4d00ac(0x5c9)](_0x1b6786,_0x306993))return!0x0;if(!_0x1b6786)return Array['from'](this[_0x4d00ac(0x3b2)][_0x4d00ac(0x4f1)]())[_0x4d00ac(0x3ed)](_0x4ea991=>[..._0x4ea991][_0x4d00ac(0x3ed)](_0x3f9457=>_0x3f9457[_0x4d00ac(0x5a9)]&&_0x3f9457[_0x4d00ac(0x11b)](_0x306993)));let _0x3ef9e4=this[_0x4d00ac(0x3b2)][_0x4d00ac(0xdd)](_0x1b6786);return!!_0x3ef9e4&&[..._0x3ef9e4]['some'](_0x356eac=>_0x356eac[_0x4d00ac(0x5a9)]&&_0x356eac['contains'](_0x306993));}['hasRecentInteraction'](_0x35c87a){const _0xaddb8f=_0x1875ac;let _0x3e5834=_0x35c87a?this[_0xaddb8f(0x32c)][_0xaddb8f(0xdd)](_0x35c87a):typeof document<'u'?this['_activePortalOwners'][_0xaddb8f(0xdd)](document):void 0x0;if(_0x3e5834!=null&&_0x3e5834[_0xaddb8f(0x1af)])return!0x0;let _0x35cd95=this[_0xaddb8f(0x310)];return!_0x35cd95||Date[_0xaddb8f(0x184)]()>_0x35cd95['expiresAt']?!0x1:!_0x35c87a||_0x35cd95['document']===_0x35c87a;}['hasRecentInteractionFor'](_0x3ea28f,_0x3cd254){const _0x10efbb=_0x1875ac;if(!_0x3ea28f)return!0x1;let _0xe1dee9=_0x3cd254?this['_activePortalOwners']['get'](_0x3cd254):typeof document<'u'?this[_0x10efbb(0x32c)][_0x10efbb(0xdd)](document):void 0x0;if(_0xe1dee9!=null&&_0xe1dee9[_0x10efbb(0x3ed)](_0x21daba=>_0x21daba[_0x10efbb(0x3a8)]===_0x3ea28f))return!0x0;let _0x474dc3=this[_0x10efbb(0x310)];return!_0x474dc3||_0x474dc3[_0x10efbb(0x3a8)]!==_0x3ea28f||Date['now']()>_0x474dc3[_0x10efbb(0x55b)]?!0x1:!_0x3cd254||_0x474dc3['document']===_0x3cd254;}[_0x1875ac(0x422)](_0xb46f1b,_0x4de437){const _0x46c805=_0x1875ac;!_0xb46f1b||!(_0x4de437!=null&&_0x4de437[_0x46c805(0x41b)])||this[_0x46c805(0x3d3)](_0xb46f1b,_0x4de437)[_0x46c805(0x50a)](_0x337ab6=>this['_dispatchEscapeToFloatingSurface'](_0x337ab6,_0x4de437));}['activatePortalScope'](_0x21619d,_0x492cf7){const _0x3f139a=_0x1875ac;var _0x18ff21,_0x2007ea;if(!(_0x492cf7!=null&&_0x492cf7[_0x3f139a(0x41b)]))return _0xc4495d(()=>{});let _0x1c8eac=Symbol(_0x21619d),_0x325577=(_0x18ff21=this[_0x3f139a(0x32c)]['get'](_0x492cf7))==null?[]:_0x18ff21;return _0x325577[_0x3f139a(0x26f)]({'embedId':_0x21619d,'token':_0x1c8eac}),this[_0x3f139a(0x32c)]['set'](_0x492cf7,_0x325577),this[_0x3f139a(0x528)](_0x492cf7),this[_0x3f139a(0x1ab)](_0x21619d,_0x492cf7,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x3f139a(0x5c7)](_0x21619d,_0x492cf7),(_0x2007ea=_0x492cf7['defaultView'])==null||_0x2007ea['setTimeout'](()=>{const _0x5f333d=_0x3f139a;let _0x213e23=this[_0x5f333d(0x2da)](_0x492cf7);(_0x213e23==null?void 0x0:_0x213e23[_0x5f333d(0x3a8)])===_0x21619d&&_0x213e23[_0x5f333d(0x1db)]===_0x1c8eac&&(this['_markExistingBodyPortals'](_0x21619d,_0x492cf7,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5f333d(0x5c7)](_0x21619d,_0x492cf7));},0x0),_0xc4495d(()=>{const _0x12a184=_0x3f139a;let _0x5c95ef=this[_0x12a184(0x32c)][_0x12a184(0xdd)](_0x492cf7),_0x681b2=!0x1;if(_0x5c95ef){let _0x59f9a2=_0x5c95ef[_0x12a184(0x2e4)](_0x544955=>_0x544955[_0x12a184(0x3a8)]===_0x21619d&&_0x544955['token']===_0x1c8eac);_0x59f9a2>=0x0&&_0x5c95ef[_0x12a184(0x282)](_0x59f9a2,0x1),_0x681b2=_0x5c95ef[_0x12a184(0x3ed)](_0x34123e=>_0x34123e[_0x12a184(0x3a8)]===_0x21619d),_0x5c95ef[_0x12a184(0x1af)]===0x0&&this[_0x12a184(0x32c)][_0x12a184(0x5c4)](_0x492cf7);}_0x681b2||this[_0x12a184(0xa2)](_0x21619d,_0x492cf7);let _0x4fe0c0=this[_0x12a184(0x2da)](_0x492cf7);_0x4fe0c0&&(this['_markExistingBodyPortals'](_0x4fe0c0[_0x12a184(0x3a8)],_0x492cf7,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x4fe0c0[_0x12a184(0x3a8)],_0x492cf7));});}[_0x1875ac(0x3d3)](_0xa8d90c,_0x4150fb){const _0x10bcd0=_0x1875ac;var _0x19566b;let _0x2a2194=new Set(),_0x5a86ff=_0xb4046f=>{const _0xcfaec8=_0x29dc;let _0x1f6d09=this[_0xcfaec8(0x15c)](_0xb4046f);!_0x1f6d09||!this['_isOwnedElement'](_0xa8d90c,_0x1f6d09)||_0x2a2194[_0xcfaec8(0x42c)](_0x1f6d09);};return _0x4150fb[_0x10bcd0(0x41b)]['querySelectorAll']('['+Z+'=\x22'+_0xa8d90c+'\x22]')[_0x10bcd0(0x50a)](_0x5a86ff),(_0x19566b=this[_0x10bcd0(0x3b2)][_0x10bcd0(0xdd)](_0xa8d90c))==null||_0x19566b[_0x10bcd0(0x50a)](_0x10402a=>{const _0xc5f80d=_0x10bcd0;_0x10402a[_0xc5f80d(0x5a9)]&&(_0x5a86ff(_0x10402a),_0x10402a[_0xc5f80d(0x559)]('*')[_0xc5f80d(0x50a)](_0x5a86ff));}),[..._0x2a2194][_0x10bcd0(0x1fd)]((_0x2a399d,_0x2aca18)=>_0x2a399d[_0x10bcd0(0x11b)](_0x2aca18)?0x1:_0x2aca18[_0x10bcd0(0x11b)](_0x2a399d)?-0x1:0x0);}[_0x1875ac(0x15c)](_0x15fc26){const _0x29dd83=_0x1875ac;var _0x272db;if(!_0x15fc26[_0x29dd83(0x509)](_0x29dd83(0xbb))&&this[_0x29dd83(0x4c3)](_0x15fc26))return(_0x272db=_0x15fc26[_0x29dd83(0x509)](_0x29dd83(0x355)))==null?_0x15fc26:_0x272db;}[_0x1875ac(0x54d)](_0x4783fd,_0x5c8d11){const _0x267524=_0x1875ac;let _0xa8030a=_0x5c8d11['defaultView'],_0x316691=_0x5c8d11[_0x267524(0x4fb)]instanceof HTMLElement&&_0x4783fd['contains'](_0x5c8d11[_0x267524(0x4fb)])?_0x5c8d11[_0x267524(0x4fb)]:_0x4783fd,_0xdb7f14=_0xa8030a!=null&&_0xa8030a[_0x267524(0x4bc)]?new _0xa8030a[(_0x267524(0x4bc))](_0x267524(0x48a),{'key':_0x267524(0x213),'code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x267524(0x48a),{'bubbles':!0x0,'cancelable':!0x0});_0x316691[_0x267524(0x21f)](_0xdb7f14);}[_0x1875ac(0x5c9)](_0x435b3f,_0x4530c7){const _0x3821fe=_0x1875ac;let _0x42e84e=_0x4530c7['closest']('['+Z+']'),_0x598537=_0x42e84e==null?void 0x0:_0x42e84e[_0x3821fe(0x190)](Z);if(_0x598537&&(!_0x435b3f||_0x598537===_0x435b3f))return!0x0;if(!_0x435b3f)return Array[_0x3821fe(0xa9)](this[_0x3821fe(0x3b2)][_0x3821fe(0x4f1)]())[_0x3821fe(0x3ed)](_0xac5741=>[..._0xac5741][_0x3821fe(0x3ed)](_0x51bd52=>_0x51bd52===_0x4530c7||_0x51bd52[_0x3821fe(0x11b)](_0x4530c7)));let _0x55a8d0=this[_0x3821fe(0x3b2)][_0x3821fe(0xdd)](_0x435b3f);return!!_0x55a8d0&&[..._0x55a8d0]['some'](_0x255cad=>_0x255cad===_0x4530c7||_0x255cad['contains'](_0x4530c7));}[_0x1875ac(0x102)](_0x2004a4,_0x44380b){const _0x27fabc=_0x1875ac;var _0x111174;_0x44380b!=null&&_0x44380b['body']&&(this[_0x27fabc(0x310)]={'embedId':_0x2004a4,'document':_0x44380b,'expiresAt':Date[_0x27fabc(0x184)]()+0x3e8},this[_0x27fabc(0x528)](_0x44380b),this['_markExistingBodyPortals'](_0x2004a4,_0x44380b,{'includeAppShellEditorPortal':!0x1}),(_0x111174=_0x44380b[_0x27fabc(0x416)])==null||_0x111174[_0x27fabc(0x220)](()=>{const _0x16350a=_0x27fabc;let _0x55432b=this['_pendingPortalOwner'];(_0x55432b==null?void 0x0:_0x55432b[_0x16350a(0x3a8)])===_0x2004a4&&_0x55432b[_0x16350a(0x42b)]===_0x44380b&&Date[_0x16350a(0x184)]()<=_0x55432b[_0x16350a(0x55b)]&&this[_0x16350a(0x1ab)](_0x2004a4,_0x44380b,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x1875ac(0x528)](_0x36c460){const _0x3f2c00=_0x1875ac;if(this[_0x3f2c00(0x3f4)][_0x3f2c00(0x47a)](_0x36c460)||!_0x36c460['body'])return;let _0x4ba639=_0x36c460[_0x3f2c00(0x416)];if(!(_0x4ba639!=null&&_0x4ba639[_0x3f2c00(0x10b)]))return;let _0x548e13=new _0x4ba639['MutationObserver'](_0x2f0313=>{const _0x51807f=_0x3f2c00;let _0x3087c6=this['_getBodyPortalOwner'](_0x36c460);if(!_0x3087c6)return;let _0x2d0cbf={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x3087c6[_0x51807f(0x207)],'allowDirectBodyPortal':!_0x3087c6[_0x51807f(0x207)]};_0x2f0313['forEach'](_0x5e72ce=>{const _0x3c0d98=_0x51807f;_0x5e72ce[_0x3c0d98(0x3d8)]===_0x3c0d98(0x25c)&&_0x5e72ce[_0x3c0d98(0x3fe)]instanceof _0x4ba639[_0x3c0d98(0x1f6)]&&this[_0x3c0d98(0x109)](_0x5e72ce['target'],_0x3087c6['embedId'],_0x36c460,_0x2d0cbf),_0x5e72ce['addedNodes'][_0x3c0d98(0x50a)](_0x1374f0=>{const _0xa3b18c=_0x3c0d98;_0x1374f0 instanceof _0x4ba639[_0xa3b18c(0x1f6)]&&(this[_0xa3b18c(0x109)](_0x1374f0,_0x3087c6[_0xa3b18c(0x3a8)],_0x36c460,_0x2d0cbf),_0x1374f0['querySelectorAll']('*')['forEach'](_0x3b548d=>{const _0x308f69=_0xa3b18c;this[_0x308f69(0x109)](_0x3b548d,_0x3087c6[_0x308f69(0x3a8)],_0x36c460,_0x2d0cbf);}));});}),_0x3087c6[_0x51807f(0x207)]&&this[_0x51807f(0x5c7)](_0x3087c6['embedId'],_0x36c460);});_0x548e13[_0x3f2c00(0xea)](_0x36c460[_0x3f2c00(0x41b)],{'attributeFilter':[_0x3f2c00(0xcb),_0x3f2c00(0x321),'id',_0x3f2c00(0x3d6),_0x3f2c00(0x1e5)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x548e13[_0x3f2c00(0x30b)](),this[_0x3f2c00(0x3f4)][_0x3f2c00(0x116)](_0x36c460,_0x548e13);}[_0x1875ac(0x109)](_0x5e1598,_0x2e6e1a,_0x326ae5,_0x2f82c3={}){const _0x3f4719=_0x1875ac;_0x2f82c3[_0x3f4719(0x1b3)]===!0x1&&_0x5e1598[_0x3f4719(0x577)]===_0x326ae5['body']&&!this[_0x3f4719(0x4f3)](_0x5e1598)&&!this['_isAppShellEditorPortalCandidate'](_0x5e1598)||this['_isBodyPortalCandidate'](_0x5e1598,_0x326ae5,_0x2f82c3)&&(!this[_0x3f4719(0xb8)](_0x5e1598)&&this[_0x3f4719(0x210)](_0x5e1598,_0x326ae5)||(this['_blurActiveElementBeforePortalReassignment'](_0x5e1598,_0x2e6e1a,_0x326ae5),this[_0x3f4719(0x29d)](_0x2e6e1a,_0x5e1598,{'transient':!0x0}),this['_markRuntimeFocusRole'](_0x5e1598,_0x2f82c3)));}[_0x1875ac(0x1ab)](_0x2113f5,_0x5a9e27,_0x2a7860={}){const _0x966e99=_0x1875ac;_0x5a9e27[_0x966e99(0x41b)][_0x966e99(0x559)]('*')['forEach'](_0x5a576b=>{const _0x16fb29=_0x966e99;this[_0x16fb29(0x109)](_0x5a576b,_0x2113f5,_0x5a9e27,{'includeAppShellEditorPortal':_0x2a7860[_0x16fb29(0x4fe)],'allowOwnedPortalReassignment':_0x2a7860[_0x16fb29(0x30f)],'allowDirectBodyPortal':_0x2a7860[_0x16fb29(0x1b3)]});});}[_0x1875ac(0x225)](_0x56220a,_0x1f50ee,_0x46a139={}){const _0x49014d=_0x1875ac;if(!_0x1f50ee[_0x49014d(0x41b)][_0x49014d(0x11b)](_0x56220a))return!0x1;let _0x2d46c3=!!_0x46a139[_0x49014d(0x4fe)]&&this['_isAppShellEditorPortalCandidate'](_0x56220a),_0xa42df2=this['_isUniverPortalCandidate'](_0x56220a);if(!_0x46a139[_0x49014d(0x30f)]&&!_0x2d46c3&&_0x56220a[_0x49014d(0x509)](_0x49014d(0x458))||_0x56220a['id']===_0x49014d(0x582))return!0x1;let _0xc8cbc9=_0x56220a['parentElement'];return!!_0x46a139[_0x49014d(0x1b3)]&&_0xc8cbc9===_0x1f50ee['body']||(_0xc8cbc9==null?void 0x0:_0xc8cbc9[_0x49014d(0x509)](_0x49014d(0x325)))!=null||_0xa42df2||_0x2d46c3;}[_0x1875ac(0xb8)](_0x22e5d5){const _0x281dda=_0x1875ac;var _0x204d6,_0x396661;return((_0x204d6=_0x22e5d5[_0x281dda(0x577)])==null?void 0x0:_0x204d6['id'])!==_0x281dda(0x582)&&((_0x396661=_0x22e5d5[_0x281dda(0x509)](_0x281dda(0x284)))==null?void 0x0:_0x396661[_0x281dda(0x577)])!==_0x22e5d5[_0x281dda(0x3e5)][_0x281dda(0x41b)]?!0x1:_0x22e5d5['id']['startsWith'](_0x281dda(0x119))||_0x22e5d5['id'][_0x281dda(0x239)]('__editor___INTERNAL_EDITOR__')||_0x22e5d5[_0x281dda(0x509)](_0x281dda(0x1b2))!=null||_0x22e5d5[_0x281dda(0x509)](_0x281dda(0x36b))!=null;}[_0x1875ac(0x175)](_0x143119){const _0x1beb87=_0x1875ac;return _0x143119['id'][_0x1beb87(0x239)](_0x1beb87(0x164))||_0x143119['id'][_0x1beb87(0x239)]('univer-doc-selection-container-docs-')||_0x143119[_0x1beb87(0x509)](_0x1beb87(0x24d))!=null||_0x143119[_0x1beb87(0x509)]('[id^=\x22__editor_docs-\x22]')!=null;}[_0x1875ac(0x4f3)](_0x3ae885){const _0x2db248=_0x1875ac;let _0x5e2f28=typeof _0x3ae885['className']==_0x2db248(0x5ce)?_0x3ae885['className']:'';if(_0x3ae885['getAttribute'](_0x2db248(0x321))===_0x2db248(0x182)||_0x3ae885['classList'][_0x2db248(0x11b)](_0x2db248(0xe6))||_0x3ae885[_0x2db248(0x202)][_0x2db248(0x11b)](_0x2db248(0x27e))||_0x3ae885[_0x2db248(0x202)][_0x2db248(0x11b)](_0x2db248(0x529))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x2db248(0x29b)](_0x5e2f28))return!0x0;let _0xdc2061=_0x3ae885[_0x2db248(0x190)]('role');return _0xdc2061===_0x2db248(0x33c)||_0xdc2061==='listbox'||_0xdc2061===_0x2db248(0x5e1)||_0xdc2061===_0x2db248(0x3f0)||_0x3ae885[_0x2db248(0x3d1)](_0x2db248(0xa6));}[_0x1875ac(0x210)](_0x26d55b,_0x492d5b){const _0x19a2bb=_0x1875ac;var _0xc08fea,_0x5c8d9d;if(!this[_0x19a2bb(0x4c3)](_0x26d55b))return!0x1;let _0x26734b=(_0xc08fea=_0x26d55b[_0x19a2bb(0x509)](_0x19a2bb(0x355)))==null?_0x26d55b:_0xc08fea,_0x411a38=(_0x5c8d9d=_0x26734b[_0x19a2bb(0x509)](_0x19a2bb(0x284)))==null?_0x26734b[_0x19a2bb(0x577)]:_0x5c8d9d;if(_0x26734b[_0x19a2bb(0x577)]!==_0x492d5b[_0x19a2bb(0x41b)]&&(_0x411a38==null?void 0x0:_0x411a38[_0x19a2bb(0x577)])!==_0x492d5b[_0x19a2bb(0x41b)])return!0x1;let _0x47d04c=_0x492d5b[_0x19a2bb(0x416)];if(!_0x47d04c)return!0x1;let _0x236842=_0x26734b[_0x19a2bb(0x4ce)]();return _0x236842['right']<0x0||_0x236842[_0x19a2bb(0x520)]<0x0||_0x236842[_0x19a2bb(0x270)]>_0x47d04c[_0x19a2bb(0x595)]||_0x236842['top']>_0x47d04c[_0x19a2bb(0x276)]?!0x0:_0x236842[_0x19a2bb(0x384)]<=0x0||_0x236842['height']<=0x0?_0x236842[_0x19a2bb(0x270)]<0x0||_0x236842['top']<0x0||_0x236842[_0x19a2bb(0x270)]>_0x47d04c['innerWidth']||_0x236842[_0x19a2bb(0x359)]>_0x47d04c[_0x19a2bb(0x276)]:!0x1;}[_0x1875ac(0x467)](_0x2c1869,_0x561b7d={}){const _0x762092=_0x1875ac;let _0x3b22bb=_0x561b7d['includeAppShellEditorPortal']&&this[_0x762092(0xb8)](_0x2c1869)?'child-editor':this[_0x762092(0x4c3)](_0x2c1869)?_0x762092(0x556):void 0x0;_0x3b22bb&&(_0x2c1869[_0x762092(0x56a)](Y,_0x3b22bb),_0x2c1869['querySelectorAll']('*')[_0x762092(0x50a)](_0xa7dd16=>{const _0x1cb514=_0x762092;_0xa7dd16[_0x1cb514(0x56a)](Y,_0x3b22bb);}));}[_0x1875ac(0x29d)](_0x1866d4,_0x5808b9,_0x4c9706={}){const _0x29ee8f=_0x1875ac;let _0x35a0a0=new Map(),_0x3b5f36=_0x3b2865=>{const _0x4c3568=_0x29dc;_0x4c9706[_0x4c3568(0xfe)]||_0x35a0a0[_0x4c3568(0x116)](_0x3b2865,_0x3b2865[_0x4c3568(0x190)](Z)),_0x3b2865[_0x4c3568(0x56a)](Z,_0x1866d4);};return _0x3b5f36(_0x5808b9),_0x5808b9['querySelectorAll']('*')[_0x29ee8f(0x50a)](_0x3b5f36),_0xc4495d(()=>{const _0x2eb0fa=_0x29ee8f;_0x35a0a0[_0x2eb0fa(0x50a)]((_0x15662f,_0x46c167)=>{const _0x2c9687=_0x2eb0fa;if(_0x15662f==null){_0x46c167[_0x2c9687(0x136)](Z);return;}_0x46c167[_0x2c9687(0x56a)](Z,_0x15662f);});});}[_0x1875ac(0x4c3)](_0x31afc7){const _0x3a5f6d=_0x1875ac;return this[_0x3a5f6d(0x4f3)](_0x31afc7)||_0x31afc7[_0x3a5f6d(0x509)](_0x3a5f6d(0x355))!=null;}['_getBodyPortalOwner'](_0xc98db9){const _0xc29f02=_0x1875ac;let _0x4d9936=this['_getLatestActivePortalOwner'](_0xc98db9);if(_0x4d9936)return{'embedId':_0x4d9936[_0xc29f02(0x3a8)],'stable':!0x0};let _0x5df133=this[_0xc29f02(0x310)];if(_0x5df133&&_0x5df133[_0xc29f02(0x42b)]===_0xc98db9&&Date[_0xc29f02(0x184)]()<=_0x5df133[_0xc29f02(0x55b)])return{'embedId':_0x5df133[_0xc29f02(0x3a8)],'stable':!0x1};}[_0x1875ac(0x2da)](_0x524ea4){const _0x6ccc96=_0x1875ac;let _0xe66821=this[_0x6ccc96(0x32c)][_0x6ccc96(0xdd)](_0x524ea4);return _0xe66821==null?void 0x0:_0xe66821[_0xe66821[_0x6ccc96(0x1af)]-0x1];}['_cleanupOrdinaryBodyChromeClaims'](_0x51ad2c,_0x495ea5){const _0x11a5e5=_0x1875ac;let _0x33856e=this[_0x11a5e5(0x3b2)]['get'](_0x51ad2c);_0x495ea5[_0x11a5e5(0x41b)][_0x11a5e5(0x559)]('['+Z+'=\x22'+_0x51ad2c+'\x22]')[_0x11a5e5(0x50a)](_0x3188f8=>{const _0x2fced2=_0x11a5e5;_0x3188f8[_0x2fced2(0x577)]===_0x495ea5[_0x2fced2(0x41b)]&&(_0x33856e&&[..._0x33856e][_0x2fced2(0x3ed)](_0x3ddb12=>_0x3ddb12===_0x3188f8||_0x3ddb12[_0x2fced2(0x11b)](_0x3188f8))||this[_0x2fced2(0x4f3)](_0x3188f8)||this['_isAppShellEditorPortalCandidate'](_0x3188f8)||_0x3188f8[_0x2fced2(0x136)](Z));});}[_0x1875ac(0x3a9)](_0x2e6e82,_0x543e37,_0x46f1e7){const _0x4fc21f=_0x1875ac;let _0x4e3e93=_0x2e6e82['getAttribute'](Z);if(!_0x4e3e93||_0x4e3e93===_0x543e37)return;let _0x1dd27a=_0x46f1e7[_0x4fc21f(0x4fb)];!(_0x1dd27a instanceof HTMLElement)||_0x1dd27a!==_0x2e6e82&&!_0x2e6e82[_0x4fc21f(0x11b)](_0x1dd27a)||(_0x1dd27a[_0x4fc21f(0x53a)](),_0x46f1e7[_0x4fc21f(0x4fb)]===_0x1dd27a&&this[_0x4fc21f(0x324)](_0x46f1e7));}[_0x1875ac(0xa2)](_0x316b03,_0x3bc27f){const _0x36e776=_0x1875ac;let _0x29f606=this[_0x36e776(0x3b2)]['get'](_0x316b03),_0x26c67e=_0x3bc27f['body'][_0x36e776(0x559)]('['+Z+'=\x22'+_0x316b03+'\x22]'),_0x3612c3=_0x427431=>_0x29f606!=null&&[..._0x29f606][_0x36e776(0x3ed)](_0x4ba1d2=>_0x4ba1d2===_0x427431||_0x4ba1d2['contains'](_0x427431)),_0x5c4db6=[];_0x26c67e[_0x36e776(0x50a)](_0x306cee=>{const _0x2f13e5=_0x36e776;_0x3612c3(_0x306cee)||(_0x5c4db6[_0x2f13e5(0x26f)](_0x306cee),_0x306cee['removeAttribute'](Z),this[_0x2f13e5(0x1d4)](_0x306cee));});let _0x16356e=_0x3bc27f[_0x36e776(0x4fb)];_0x16356e instanceof HTMLElement&&_0x5c4db6[_0x36e776(0x3ed)](_0x1bd086=>_0x1bd086===_0x16356e||_0x1bd086['contains'](_0x16356e))&&(_0x16356e[_0x36e776(0x53a)](),_0x3bc27f[_0x36e776(0x4fb)]===_0x16356e&&this[_0x36e776(0x324)](_0x3bc27f));}['_focusDocumentBody'](_0xa261c2){const _0x110ee4=_0x1875ac;let _0x2ad368=_0xa261c2[_0x110ee4(0x41b)];if(!_0x2ad368)return;let _0x3ffb28=_0x2ad368[_0x110ee4(0x190)]('tabindex');_0x3ffb28==null&&(_0x2ad368[_0x110ee4(0x498)]=-0x1),_0x2ad368[_0x110ee4(0x2e2)]({'preventScroll':!0x0}),_0x3ffb28==null?_0x2ad368[_0x110ee4(0x136)]('tabindex'):_0x2ad368['setAttribute'](_0x110ee4(0x111),_0x3ffb28),_0xa261c2[_0x110ee4(0x4fb)]!==_0x2ad368&&this[_0x110ee4(0xf6)](_0xa261c2);}[_0x1875ac(0xf6)](_0x47b182){const _0x1a54cb=_0x1875ac;var _0x517e95;let _0x1795d7=_0x47b182[_0x1a54cb(0x41b)];if(!_0x1795d7)return;let _0x5548d4=_0x47b182[_0x1a54cb(0x57b)](_0x1a54cb(0x360));_0x5548d4[_0x1a54cb(0x498)]=-0x1,_0x5548d4[_0x1a54cb(0x56a)](_0x1a54cb(0x5ac),_0x1a54cb(0x1ac)),_0x5548d4[_0x1a54cb(0x1e5)][_0x1a54cb(0x226)]='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x1795d7[_0x1a54cb(0x273)](_0x5548d4),_0x5548d4[_0x1a54cb(0x2e2)]({'preventScroll':!0x0}),(_0x517e95=_0x47b182[_0x1a54cb(0x416)])==null||_0x517e95[_0x1a54cb(0x220)](()=>_0x5548d4[_0x1a54cb(0x191)](),0x0);}[_0x1875ac(0x1d4)](_0x1defc4){const _0x5145b9=_0x1875ac;(_0x1defc4[_0x5145b9(0x190)](_0x5145b9(0x193))===_0x5145b9(0x358)||_0x1defc4[_0x5145b9(0x190)]('data-embed-runtime-focus-role')===_0x5145b9(0x556))&&_0x1defc4['removeAttribute'](Y),_0x1defc4[_0x5145b9(0x559)]('['+Y+']')['forEach'](_0x17fcc7=>{const _0x5cd012=_0x5145b9;let _0x379a0c=_0x17fcc7[_0x5cd012(0x190)](Y);(_0x379a0c===_0x5cd012(0x358)||_0x379a0c===_0x5cd012(0x556))&&_0x17fcc7[_0x5cd012(0x136)](Y);});}},za=class{constructor(_0x2a2841={}){const _0x272fac=_0x1875ac;J(this,_0x272fac(0x2a2),new Map()),J(this,'_maxDepth',void 0x0),this[_0x272fac(0x438)]=Ba(_0x2a2841[_0x272fac(0x1ef)]);}[_0x1875ac(0x30e)](_0x1c4f05){const _0x59c083=_0x1875ac;let _0x1fad66=this[_0x59c083(0x3c1)](_0x1c4f05[_0x59c083(0x5db)]);return _0x1fad66[_0x59c083(0x3ed)](_0x5e2f93=>_0x5e2f93[_0x59c083(0x5db)]===_0x1c4f05['childUnitId']||_0x5e2f93[_0x59c083(0x584)]===_0x1c4f05['childUnitId'])?{'allowed':!0x1,'reason':'cycle','ancestry':_0x1fad66}:_0x1fad66[_0x59c083(0x1af)]>=this[_0x59c083(0x438)]?{'allowed':!0x1,'reason':_0x59c083(0xdb),'ancestry':_0x1fad66}:{'allowed':!0x0,'ancestry':_0x1fad66};}[_0x1875ac(0x2b5)](_0x5e2b10){const _0x5fccd7=_0x1875ac;let _0x517bf0=[...this[_0x5fccd7(0x3c1)](_0x5e2b10['hostUnitId']),{'hostUnitId':_0x5e2b10[_0x5fccd7(0x5db)],'embedId':_0x5e2b10['embedId'],'childUnitId':_0x5e2b10[_0x5fccd7(0x584)]}];return this['_childUnitAncestry']['set'](_0x5e2b10[_0x5fccd7(0x584)],_0x517bf0),_0xc4495d(()=>{const _0x1769ae=_0x5fccd7;this[_0x1769ae(0x2a2)][_0x1769ae(0xdd)](_0x5e2b10[_0x1769ae(0x584)])===_0x517bf0&&this[_0x1769ae(0x2a2)][_0x1769ae(0x5c4)](_0x5e2b10['childUnitId']);});}[_0x1875ac(0x3c1)](_0x5a3ff3){const _0x4c3237=_0x1875ac;var _0x5d7244;return(_0x5d7244=this[_0x4c3237(0x2a2)][_0x4c3237(0xdd)](_0x5a3ff3))==null?[]:_0x5d7244;}[_0x1875ac(0x25a)](_0x441893){const _0x323dc9=_0x1875ac;var _0x21a7dc;return(_0x21a7dc=this[_0x323dc9(0x3c1)](_0x441893)['at'](-0x1))==null?void 0x0:_0x21a7dc['embedId'];}};function Ba(_0x83dbc7){const _0x23d31f=_0x1875ac;return typeof _0x83dbc7=='number'&&Number[_0x23d31f(0x283)](_0x83dbc7)&&_0x83dbc7>=0x0?Math['floor'](_0x83dbc7):0x1;}const Va=new Set([_0x1875ac(0x4d2),_0x1875ac(0x409),_0x1875ac(0x586),'identifier:ui.popup.service',_0x1875ac(0x4b0),_0x1875ac(0x106),_0x1875ac(0x1c0)]);function Ha(_0x459976){const _0x57186b=_0x1875ac;let _0x5cee7c=_0x459976['injector'][_0x57186b(0xdd)](_0x211037),_0x161856=_0x5cee7c['getUnit'](_0x459976['childUnitId'],_0x459976[_0x57186b(0x2dc)]);if(!_0x161856)return;let _0xcfe341=Wa(_0x5cee7c,_0x459976,_0x161856,new _0x5787f7(_0x161856),new _0x5787f7(_0x161856[_0x57186b(0x2f4)]())),_0x35f285=qa(_0x459976),_0x3a5576=Ka(_0x459976[_0x57186b(0x410)][_0x57186b(0xdd)](_0x34195e),_0x459976,_0x5cee7c,_0x35f285),_0x5ca63c=new Map([[_0x211037,_0xcfe341],[_0x34195e,_0x3a5576]]),_0x402f7d=[];if(_0x459976['childType']===_0x1e9bfe[_0x57186b(0x5c0)]&&_0x459976[_0x57186b(0x410)][_0x57186b(0x47a)](_0x9fabc7)){let _0x2a9c8b=_0x459976[_0x57186b(0x410)][_0x57186b(0xdd)](_0x9fabc7),_0x213d4d=_0x459976['injector'][_0x57186b(0xdd)](_0x31fabf),_0x46325e=new _0x276515(_0x213d4d),_0x570ef6=new _0x45eefe(_0x2a9c8b),_0x246901=new _0x3f4e26(),_0x151386=new _0x58a0a5(_0x2a9c8b,_0x46325e),_0x185448=new _0x5c9e8d(_0x3a5576,_0x2a9c8b,_0x570ef6),_0x4007d9=new _0x3bc4ef(_0x2a9c8b,_0x570ef6),_0x4d8332=new _0x4099e9(_0x2a9c8b,_0x185448,_0x459976[_0x57186b(0x410)][_0x57186b(0xdd)](_0x2c9bca)),_0x454337=new _0x3c1c3d(_0x3a5576,_0x570ef6,_0x46325e,_0x2a9c8b,_0x4d8332),_0x33a8f2=new _0x910004(_0xcfe341,_0x454337,_0x213d4d,_0x459976['injector'][_0x57186b(0x47a)](_0x51185b)?_0x459976['injector'][_0x57186b(0xdd)](_0x51185b):void 0x0),_0x59c0d6=new _0x5c32d0(_0x46325e,_0x3a5576,_0xcfe341,_0x213d4d);_0x5ca63c[_0x57186b(0x116)](_0x20dd97,_0x46325e),_0x5ca63c[_0x57186b(0x116)](_0x126d83,_0x570ef6),_0x5ca63c[_0x57186b(0x116)](_0x3f4e26,_0x246901),_0x5ca63c[_0x57186b(0x116)](_0x5c9e8d,_0x185448),_0x5ca63c[_0x57186b(0x116)](_0x3c1c3d,_0x454337),_0x5ca63c[_0x57186b(0x116)](_0x910004,_0x33a8f2),_0x5ca63c[_0x57186b(0x116)](_0x3bc4ef,_0x4007d9),_0x5ca63c[_0x57186b(0x116)](_0x58a0a5,_0x151386),_0x5ca63c[_0x57186b(0x116)](_0x4099e9,_0x4d8332),_0x5ca63c[_0x57186b(0x116)](_0x5c32d0,_0x59c0d6),_0x402f7d[_0x57186b(0x26f)](_0x46325e,_0x570ef6,_0x246901,_0x4d8332);}_0x459976[_0x57186b(0x410)][_0x57186b(0x47a)](za)&&_0x5ca63c[_0x57186b(0x116)](za,_0x459976['injector'][_0x57186b(0xdd)](za));let _0x49e18c=Ya(_0x459976[_0x57186b(0x410)],_0x459976[_0x57186b(0x2dc)]);_0x49e18c&&_0x5ca63c[_0x57186b(0x116)](_0x27751b,_0x49e18c);let _0x3f3f55=to(_0x459976[_0x57186b(0x410)],_0x5ca63c);if(_0x459976[_0x57186b(0x410)][_0x57186b(0x47a)](_0x1934f3)){let _0x4d1779=_0x459976[_0x57186b(0x410)][_0x57186b(0xdd)](_0x1934f3);_0x402f7d[_0x57186b(0x26f)](_0x4d1779[_0x57186b(0x134)]({'unitId':_0x459976['childUnitId'],'has':_0x5bf739=>_0x3f3f55[_0x57186b(0x47a)](_0x5bf739),'get':_0x2dff3a=>_0x3f3f55['get'](_0x2dff3a)}));}let _0x2e4367=xo(_0x459976[_0x57186b(0x410)],_0x3f3f55);if(_0x2e4367){_0x3f3f55[_0x57186b(0x42c)]([_0x1c7d63,{'useValue':_0x2e4367}]);let _0x260a26=new _0x284943(_0x2e4367,_0xcfe341);_0x3f3f55['add']([_0x5b3d46,{'useValue':_0x260a26}]),_0x402f7d[_0x57186b(0x26f)](_0x260a26);}if(_0x459976['renderScope']['fullscreen']){let _0x2d2b56=Co(_0x3f3f55,_0x459976[_0x57186b(0x584)]),_0x24accf=new _0x59e450(),_0x298106=new _0x401f7d();_0x3f3f55['add']([_0xb3eb2f,{'useValue':_0x2d2b56}]),_0x3f3f55[_0x57186b(0x42c)]([_0x59eb05,{'useValue':_0x24accf}]),_0x3f3f55['add']([_0x419a85,{'useValue':_0x298106}]),_0x402f7d[_0x57186b(0x26f)](_0x2d2b56,_0x24accf,_0x298106);}else{let _0x3750a9=So(_0x459976[_0x57186b(0x410)],_0x3f3f55,_0x459976['childUnitId']);_0x3750a9&&_0x3f3f55[_0x57186b(0x42c)]([_0xb3eb2f,{'useValue':_0x3750a9}]);}let _0x22abd4=wo(_0x459976[_0x57186b(0x410)],_0x459976);if(_0x3f3f55['add']([_0x5bbb9f,{'useValue':_0x22abd4}]),_0x402f7d['length']){let _0x2fc5e2=_0x3f3f55[_0x57186b(0xa7)][_0x57186b(0x56f)](_0x3f3f55),_0x2343d0=!0x1;_0x3f3f55[_0x57186b(0xa7)]=()=>{const _0x2750bd=_0x57186b;_0x2343d0||(_0x2343d0=!0x0,_0x402f7d[_0x2750bd(0x50a)](_0x2b380c=>_0x2b380c['dispose']()),_0x2fc5e2());};}return _0x3f3f55;}function Ua(_0x168915,_0x25b1f7){const _0xc7ddbe=_0x1875ac;if(!_0x168915[_0xc7ddbe(0x47a)](_0x31fabf))return;let _0x54c14c=_0x168915[_0xc7ddbe(0xdd)](_0x31fabf);return to(_0x168915,new Map([[_0x31fabf,$a(_0x54c14c,_0x25b1f7)]]));}function Wa(_0x3502cb,_0x551405,_0x5a0932,_0x53802b,_0xa32377){const _0x5e046b=_0x1875ac;return{'unitAdded$':_0x3502cb['unitAdded$'],'getTypeOfUnitAdded$':(..._0x33dcec)=>_0x3502cb[_0x5e046b(0x342)](..._0x33dcec),'__addUnit':(..._0x58f4c9)=>_0x3502cb[_0x5e046b(0x263)](..._0x58f4c9),'unitDisposed$':_0x3502cb['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0xefee6b)=>_0x3502cb['getTypeOfUnitDisposed$'](..._0xefee6b),'focused$':_0xa32377[_0x5e046b(0xf9)](),'focusUnit':_0x55c1e7=>{const _0x2bb4ac=_0x5e046b;if(_0x55c1e7===null||Ga(_0x551405,_0x55c1e7)){_0xa32377['getValue']()!==_0x55c1e7&&_0xa32377[_0x2bb4ac(0x147)](_0x55c1e7);return;}_0x3502cb['focusUnit'](_0x55c1e7);},'getFocusedUnit':()=>{const _0x4d4bc0=_0x5e046b;let _0x2c8428=_0xa32377['getValue']();if(_0x2c8428===null)return null;if(_0x2c8428===_0x551405[_0x4d4bc0(0x584)])return _0x5a0932;if(_0x229109(_0x2c8428)){var _0x26cc34;return(_0x26cc34=_0x3502cb[_0x4d4bc0(0x222)](_0x2c8428))==null?_0x5a0932:_0x26cc34;}return _0x3502cb[_0x4d4bc0(0x5b2)]();},'getCurrentUnitOfType':_0x5b11eb=>_0x5b11eb===_0x551405['childType']?_0x53802b['getValue']():_0x3502cb[_0x5e046b(0x55d)](_0x5b11eb),'setCurrentUnitForType':_0x545ee6=>{const _0x44caa5=_0x5e046b;if(Ga(_0x551405,_0x545ee6)){_0x53802b[_0x44caa5(0x4d5)]()!==_0x5a0932&&_0x53802b['next'](_0x5a0932);return;}_0x3502cb[_0x44caa5(0x27d)](_0x545ee6);},'getCurrentTypeOfUnit$':_0x41d268=>_0x41d268===_0x551405[_0x5e046b(0x2dc)]?_0x53802b[_0x5e046b(0xf9)]():_0x3502cb[_0x5e046b(0x3b9)](_0x41d268),'createUnit':(..._0xe81e88)=>_0x3502cb[_0x5e046b(0x53f)](..._0xe81e88),'getUnitCreateOptions':(..._0x3feea2)=>_0x3502cb[_0x5e046b(0x411)](..._0x3feea2),'disposeUnit':(..._0x576cf2)=>_0x3502cb['disposeUnit'](..._0x576cf2),'registerCtorForType':(..._0x13f81a)=>_0x3502cb[_0x5e046b(0x180)](..._0x13f81a),'changeDoc':(..._0xb4c4c6)=>_0x3502cb[_0x5e046b(0x22a)](..._0xb4c4c6),'getUnit':(..._0x4522bb)=>_0x3502cb[_0x5e046b(0x222)](..._0x4522bb),'getAllUnitsForType':(..._0x30fe99)=>_0x3502cb[_0x5e046b(0x349)](..._0x30fe99),'getUnitType':(..._0x5be612)=>_0x3502cb[_0x5e046b(0x10d)](..._0x5be612),'getUniverSheetInstance':(..._0x4e3e4a)=>_0x3502cb['getUniverSheetInstance'](..._0x4e3e4a),'dispose':()=>{}};}function Ga(_0x576737,_0xecb7ba){return _0xecb7ba===_0x576737['childUnitId']||_0x229109(_0xecb7ba);}function Ka(_0x5437b2,_0x340956,_0x1c98e7,_0x2a9a2f){const _0x40b1f7=_0x1875ac;return{'disposed':()=>_0x5437b2['disposed'](),'hasCommand':_0x3f2256=>_0x5437b2[_0x40b1f7(0x141)](_0x3f2256),'registerCommand':(..._0x7370c)=>_0x5437b2[_0x40b1f7(0x43c)](..._0x7370c),'unregisterCommand':_0x1dc704=>_0x5437b2['unregisterCommand'](_0x1dc704),'registerMultipleCommand':(..._0x2447fb)=>_0x5437b2[_0x40b1f7(0x5a2)](..._0x2447fb),'executeCommand':async(..._0x385b83)=>{const _0x381391=_0x40b1f7;var _0x56a5b8,_0x16c1b2;let _0x4f4582=()=>_0x5437b2['executeCommand'](_0x385b83[0x0],eo(_0x340956,_0x385b83[0x0],_0x385b83[0x1]),_0x385b83[0x2]);if(!_0x2a9a2f)return await _0x4f4582();let _0x165da0=_0x1c98e7[_0x381391(0x55d)](_0x340956[_0x381391(0x2dc)]),_0x50aab9=(_0x56a5b8=(_0x16c1b2=_0x1c98e7[_0x381391(0x5b2)]())==null?void 0x0:_0x16c1b2[_0x381391(0x2f4)]())==null?null:_0x56a5b8;try{return _0x1c98e7[_0x381391(0x27d)](_0x340956['childUnitId']),_0x1c98e7['focusUnit'](_0x340956['childUnitId']),await _0x4f4582();}finally{_0x165da0&&_0x1c98e7[_0x381391(0x27d)](_0x165da0['getUnitId']()),no(_0x340956,_0x1c98e7,_0x50aab9);}},'syncExecuteCommand':(..._0x4dba82)=>{const _0x53c4b5=_0x40b1f7;var _0x29bd04,_0x4f9e3b;let _0x3015bf=()=>_0x5437b2['syncExecuteCommand'](_0x4dba82[0x0],eo(_0x340956,_0x4dba82[0x0],_0x4dba82[0x1]),_0x4dba82[0x2]);if(!_0x2a9a2f)return _0x3015bf();let _0x2b7de9=_0x1c98e7[_0x53c4b5(0x55d)](_0x340956['childType']),_0x2bfc5d=(_0x29bd04=(_0x4f9e3b=_0x1c98e7[_0x53c4b5(0x5b2)]())==null?void 0x0:_0x4f9e3b['getUnitId']())==null?null:_0x29bd04;try{return _0x1c98e7[_0x53c4b5(0x27d)](_0x340956[_0x53c4b5(0x584)]),_0x1c98e7[_0x53c4b5(0x1a4)](_0x340956[_0x53c4b5(0x584)]),_0x3015bf();}finally{_0x2b7de9&&_0x1c98e7[_0x53c4b5(0x27d)](_0x2b7de9[_0x53c4b5(0x2f4)]()),no(_0x340956,_0x1c98e7,_0x2bfc5d);}},'onCommandExecuted':(..._0x3b65d7)=>_0x5437b2[_0x40b1f7(0x566)](..._0x3b65d7),'beforeCommandExecuted':(..._0x262db2)=>_0x5437b2['beforeCommandExecuted'](..._0x262db2),'onMutationExecutedForCollab':(..._0x165d64)=>_0x5437b2[_0x40b1f7(0x18d)](..._0x165d64),'dispose':()=>{}};}function qa(_0x34d878){const _0x435e43=_0x1875ac;return _0x34d878['renderScope'][_0x435e43(0x3dc)]||_0x34d878[_0x435e43(0x47b)][_0x435e43(0x4e4)]===_0x435e43(0x59a)?!0x0:Ja(_0x34d878);}function Ja(_0x20bac6){const _0x2771c7=_0x1875ac;var _0x25f0f5;return _0x20bac6['descriptor'][_0x2771c7(0x4e4)]===_0x2771c7(0x128)||_0x20bac6[_0x2771c7(0x47b)][_0x2771c7(0x4e4)]===_0x2771c7(0x572)||_0x20bac6[_0x2771c7(0x47b)]['entry']===_0x2771c7(0x490)||_0x20bac6[_0x2771c7(0xc7)]===_0x2771c7(0x379)||!!((_0x25f0f5=_0x20bac6['descriptor'][_0x2771c7(0x181)])!=null&&_0x25f0f5[_0x2771c7(0x35d)]);}function Ya(_0x5bb619,_0x1c418b){const _0x309b0f=_0x1875ac;var _0x35998f;if(!_0x5bb619[_0x309b0f(0x47a)](_0x27751b))return;let _0x2760be=_0x5bb619['get'](_0x27751b),_0x58edd1=Xa(_0x1c418b),_0x405127=new _0x5bd251();return{'contextChanged$':_0x206979(((_0x35998f=_0x2760be['contextChanged$'])==null?_0x7f2394:_0x35998f)[_0x309b0f(0xae)](_0x579ccc(_0x4ad871=>Object[_0x309b0f(0xb0)](Object['entries'](_0x4ad871)[_0x309b0f(0x40e)](([_0x46d45b])=>!Qa(_0x46d45b)))),_0x22dbd9(_0x2fa841=>Object[_0x309b0f(0x22f)](_0x2fa841)[_0x309b0f(0x1af)]>0x0)),_0x405127),'getContextValue':_0x8762f8=>Qa(_0x8762f8)?Za(_0x58edd1,_0x8762f8):_0x2760be[_0x309b0f(0x257)](_0x8762f8),'setContextValue':(_0xa14fd7,_0x27eb93)=>{const _0x3288cb=_0x309b0f;if(!Qa(_0xa14fd7)){_0x2760be[_0x3288cb(0x596)](_0xa14fd7,_0x27eb93);return;}_0x58edd1[_0x3288cb(0x116)](_0xa14fd7,_0x27eb93),_0x405127[_0x3288cb(0x147)]({[_0xa14fd7]:_0x27eb93});},'subscribeContextValue$':_0xd454fd=>Qa(_0xd454fd)?new _0x14c081(_0x2b19f7=>{const _0x4abbc2=_0x309b0f;let _0x30c154=_0x405127[_0x4abbc2(0xae)](_0x22dbd9(_0xcc1a60=>_0xcc1a60[_0xd454fd]!==void 0x0))['subscribe'](_0x2f91d6=>_0x2b19f7[_0x4abbc2(0x147)](_0x2f91d6[_0xd454fd]));return _0x2b19f7[_0x4abbc2(0x147)](Za(_0x58edd1,_0xd454fd)),()=>_0x30c154[_0x4abbc2(0x19a)]();}):_0x2760be[_0x309b0f(0x3b4)](_0xd454fd)};}function Xa(_0x6e7936){const _0x4d9644=_0x1875ac;return new Map([[_0x1e36e9,!0x0],[_0x1f0a23,_0x6e7936===_0x1e9bfe['UNIVER_SHEET']],[_0x1b7746,_0x6e7936===_0x1e9bfe['UNIVER_DOC']],[_0x2ea7cf,_0x6e7936===_0x1e9bfe[_0x4d9644(0x2e3)]]]);}function Za(_0x556d3a,_0x22270e){const _0x17bceb=_0x1875ac;var _0x3ad105;return(_0x3ad105=_0x556d3a[_0x17bceb(0xdd)](_0x22270e))==null?!0x1:_0x3ad105;}function Qa(_0x262bbd){const _0x5ea5bf=_0x1875ac;return _0x262bbd[_0x5ea5bf(0x239)](_0x5ea5bf(0x50b))||_0x262bbd===_0x44e5b3||_0x262bbd===_0x16d37e;}function $a(_0x129d37,_0x5810d7){const _0x1b5256=_0x1875ac;return{'getConfig':_0x26d2bb=>{const _0x3db1da=_0x29dc;let _0x1f98c2=_0x129d37[_0x3db1da(0x168)](_0x26d2bb),_0x50b8f2=_0x5810d7[_0x3db1da(0xdd)](_0x26d2bb);return _0x50b8f2?_0x50b8f2(_0x1f98c2):_0x1f98c2;},'setConfig':_0x129d37['setConfig'][_0x1b5256(0x56f)](_0x129d37),'deleteConfig':_0x129d37[_0x1b5256(0x1e4)][_0x1b5256(0x56f)](_0x129d37),'subscribeConfigValue$':_0x129d37[_0x1b5256(0xd7)][_0x1b5256(0x56f)](_0x129d37),'configChanged$':_0x129d37[_0x1b5256(0x552)],'dispose':()=>{}};}function eo(_0x3f2673,_0x4ba764,_0x5d9978){const _0x1667c2=_0x1875ac;if(_0x4ba764!==_0x4d4be0['id']||!_0x5d9978||typeof _0x5d9978!=_0x1667c2(0x599))return _0x5d9978;let _0x1fc7ea=_0x5d9978;return _0x1fc7ea['parentEmbedId']?_0x1fc7ea:{..._0x1fc7ea,'parentEmbedId':_0x3f2673[_0x1667c2(0x3a8)]};}function to(_0x519c31,_0x3a6223,_0xc39c85=_0x519c31){const _0x471ada=_0x1875ac;var _0x2c6f65;let _0x22be60=(_0x2c6f65=mo(_0x519c31))==null?_0xc39c85:_0x2c6f65,_0x439d60=new Map(_0x3a6223),_0x3d48ca=new Map(),_0x554ef8=new Set(),_0x54cee9=new Map(),_0xf41f62;_0x439d60[_0x471ada(0x50a)]((_0x56d5a2,_0x5c4c32)=>{_0x59bc1f(_0x5c4c32);});function _0x59bc1f(_0x59b89f){const _0x520243=_0x471ada;let _0x3aea3f=io(_0x59b89f);return _0x554ef8[_0x520243(0x42c)](_0x3aea3f),_0x54cee9['has'](_0x3aea3f)||_0x54cee9['set'](_0x3aea3f,_0x59b89f),_0x3aea3f;}let _0xedcfec=_0x13507c=>{const _0x2f31bb=_0x471ada;var _0x5563f1;return _0x439d60[_0x2f31bb(0x47a)](_0x13507c)||_0x3d48ca[_0x2f31bb(0x47a)](_0x13507c)||(_0x5563f1=_0x54cee9[_0x2f31bb(0xdd)](io(_0x13507c)))==null?_0x13507c:_0x5563f1;},_0x36f316=_0x1872d7=>{const _0x3175cd=_0x471ada;let _0x4d0b2e=_0xedcfec(_0x1872d7);if(_0x439d60[_0x3175cd(0x47a)](_0x4d0b2e))return _0x439d60['get'](_0x4d0b2e);let _0x74b0cf=_0x3d48ca[_0x3175cd(0xdd)](_0x4d0b2e);if(!_0x74b0cf)return;let _0x1e8a14=_0x74b0cf();return _0x3d48ca[_0x3175cd(0x5c4)](_0x4d0b2e),_0x439d60[_0x3175cd(0x116)](_0x4d0b2e,_0x1e8a14),uo(_0xf41f62,_0x4d0b2e,_0x1e8a14),_0x4d0b2e!==_0x1872d7&&uo(_0xf41f62,_0x1872d7,_0x1e8a14),_0x1e8a14;},_0x4fc5eb=_0x2daaec=>{const _0xab3620=_0x471ada;let _0x47f25b=_0xedcfec(_0x2daaec);return _0x439d60[_0xab3620(0x47a)](_0x47f25b)||_0x3d48ca[_0xab3620(0x47a)](_0x47f25b);},_0x14e850=_0x5aa691=>_0x554ef8[_0x471ada(0x47a)](io(_0x5aa691)),_0x5213b4=_0x2a0e90=>Va[_0x471ada(0x47a)](io(_0x2a0e90)),_0x38dc56=_0x376107=>!_0x14e850(_0x376107)&&_0x519c31[_0x471ada(0x47a)](_0x376107),_0x366367=()=>{const _0x2042ad=_0x471ada;if(_0xf41f62)return _0xf41f62;let _0x2c8de9=_0x519c31[_0x2042ad(0x508)];if(typeof _0x2c8de9=='function')return _0xf41f62=_0x2c8de9[_0x2042ad(0x238)](_0x519c31,[...yo(_0x439d60),[_0x41ed41,{'useFactory':()=>_0xf41f62}]]),_0xf41f62;},_0x29e628={'has':_0xf4530a=>{const _0x5bc110=_0x471ada;var _0xb9a636;if(_0xf4530a===_0x41ed41||_0x4fc5eb(_0xf4530a)||_0x38dc56(_0xf4530a))return!0x0;let _0x1bd5f9=_0x366367();return(_0xb9a636=_0x1bd5f9==null?void 0x0:_0x1bd5f9[_0x5bc110(0x47a)](_0xf4530a))==null?_0x519c31['has'](_0xf4530a):_0xb9a636;},'get':(_0xd740aa,..._0x3de25e)=>{const _0x16a090=_0x471ada;if(_0xd740aa===_0x41ed41)return _0x29e628;if(ao(_0x3de25e,_0x1c48e4[_0x16a090(0x4e1)])){let _0xa005dd=_0x366367();_0x1aec81(_0xa005dd,_0xd740aa);let _0xc51d57=co(_0xa005dd,_0xd740aa);return _0xc51d57[_0x16a090(0xe1)]?_0xc51d57[_0x16a090(0x267)]:so(_0xa005dd||_0x519c31,_0xd740aa,_0x3de25e);}return _0x4fc5eb(_0xd740aa)?_0x36f316(_0xd740aa):ao(_0x3de25e,_0x1c48e4[_0x16a090(0xc6)])?so(_0x519c31,_0xd740aa,oo(_0x3de25e,_0x1c48e4[_0x16a090(0xc6)])):_0x38dc56(_0xd740aa)?so(_0x519c31,_0xd740aa,_0x3de25e):so(_0x366367()||_0x519c31,_0xd740aa,_0x3de25e);},'invoke':(_0x5a6034,..._0x29060d)=>_0x5a6034({'has':_0xc12b36=>{const _0xe98136=_0x471ada;var _0x11ad80;if(_0xc12b36===_0x41ed41||_0x4fc5eb(_0xc12b36)||_0x38dc56(_0xc12b36))return!0x0;let _0x2cc5fd=_0x366367();return(_0x11ad80=_0x2cc5fd==null?void 0x0:_0x2cc5fd['has'](_0xc12b36))==null?_0x519c31[_0xe98136(0x47a)](_0xc12b36):_0x11ad80;},'get':(_0x36107d,..._0x15214d)=>{const _0x13838b=_0x471ada;if(_0x36107d===_0x41ed41)return _0x29e628;if(ao(_0x15214d,_0x1c48e4['SELF'])){let _0x39d323=_0x366367();_0x1aec81(_0x39d323,_0x36107d);let _0x208ecd=co(_0x39d323,_0x36107d);return _0x208ecd[_0x13838b(0xe1)]?_0x208ecd['value']:so(_0x39d323||_0x519c31,_0x36107d,_0x15214d);}return _0x4fc5eb(_0x36107d)?_0x36f316(_0x36107d):ao(_0x15214d,_0x1c48e4['SKIP_SELF'])?so(_0x519c31,_0x36107d,oo(_0x15214d,_0x1c48e4[_0x13838b(0xc6)])):_0x38dc56(_0x36107d)?so(_0x519c31,_0x36107d,_0x15214d):so(_0x366367()||_0x519c31,_0x36107d,_0x15214d);}},..._0x29060d),'add':_0x205679=>{const _0x891d3d=_0x471ada;let _0x528df9=bo(_0x205679);if(_0x528df9){if(_0x528df9[_0x891d3d(0x4e5)]!==_0x891d3d(0x27f)&&_0x38dc56(_0x528df9[_0x891d3d(0x1cf)])&&!_0x5213b4(_0x528df9['identifier']))return;let _0x1f4a96=io(_0x528df9[_0x891d3d(0x1cf)]);if(_0x554ef8[_0x891d3d(0x47a)](_0x1f4a96))return;if(_0x59bc1f(_0x528df9[_0x891d3d(0x1cf)]),_0x528df9['kind']===_0x891d3d(0x267))_0x3d48ca[_0x891d3d(0x5c4)](_0x528df9[_0x891d3d(0x1cf)]),_0x439d60[_0x891d3d(0x116)](_0x528df9[_0x891d3d(0x1cf)],_0x528df9['value']);else{let _0x3464b4=_0x366367();_0x3464b4?po(_0x3464b4,_0x528df9[_0x891d3d(0x1cf)])||_0x3464b4[_0x891d3d(0x42c)](_0x205679):(_0x439d60['delete'](_0x528df9['identifier']),_0x3d48ca['set'](_0x528df9['identifier'],_0x528df9[_0x891d3d(0x27f)]));}return;}let _0x50194b=io(ro(_0x205679));if(_0x50194b!=null){if(_0x554ef8[_0x891d3d(0x47a)](_0x50194b))return;_0x59bc1f(ro(_0x205679));}let _0x22f40b=_0x366367();if(_0x22f40b){_0x22f40b[_0x891d3d(0x42c)](_0x205679);return;}_0x519c31[_0x891d3d(0x42c)](_0x205679);},'createChild':(_0x214903=[])=>{const _0x276aae=_0x471ada;let _0x3481dd=new Map(_0x439d60),_0x269382=[];_0x214903[_0x276aae(0x50a)](_0x425698=>{const _0x116459=_0x276aae;let _0x45690f=bo(_0x425698);if((_0x45690f==null?void 0x0:_0x45690f[_0x116459(0x4e5)])===_0x116459(0x267)){_0x3481dd[_0x116459(0x116)](_0x45690f[_0x116459(0x1cf)],_0x45690f['value']);return;}_0x269382[_0x116459(0x26f)](_0x425698);});let _0x2946e4=to(_0x519c31,_0x3481dd,_0x22be60);return _0x269382[_0x276aae(0x50a)](_0x5a7b23=>{const _0x1f0f41=_0x276aae;_0x2946e4[_0x1f0f41(0x42c)](_0x5a7b23);}),_0x2946e4;},'createInstance':(..._0x52515b)=>{const _0x5f1897=_0x471ada;let _0x415eaf=_0x366367(),_0x44da0f=_0x415eaf==null?void 0x0:_0x415eaf[_0x5f1897(0x341)];if(_0x415eaf&&typeof _0x44da0f==_0x5f1897(0x39e))return _0x5d4e38(_0x415eaf,_0x52515b[0x0]),_0x44da0f[_0x5f1897(0x463)](_0x415eaf,_0x52515b);let _0x25d293=_0x519c31[_0x5f1897(0x341)];if(typeof _0x25d293==_0x5f1897(0x39e))return _0x25d293['apply'](_0x519c31,_0x52515b);let [_0x48719b,..._0x301aa9]=_0x52515b;return new _0x48719b(..._0x301aa9);},'dispose':()=>{const _0x2cd5f6=_0x471ada;_0xf41f62&&ho(_0xf41f62,_0x22be60,_0x439d60[_0x2cd5f6(0x4f1)]()),_0xf41f62=void 0x0,_0x554ef8[_0x2cd5f6(0x1f4)](),_0x54cee9[_0x2cd5f6(0x1f4)](),_0x3d48ca[_0x2cd5f6(0x1f4)]();}};function _0x1aec81(_0x4fa647,_0x589164){!_0x4fa647||!_0x4fc5eb(_0x589164)||uo(_0x4fa647,_0x589164,_0x36f316(_0x589164));}function _0x5d4e38(_0x347e42,_0x137172){const _0x21e2d4=_0x471ada;fo(_0x137172)[_0x21e2d4(0x50a)](_0x3ac03a=>_0x1aec81(_0x347e42,_0x3ac03a));}return _0x29e628[_0x471ada(0x313)]=_0x22be60,_0x29e628;}function no(_0xe32561,_0x449a3c,_0x2badb3){const _0x26e502=_0x1875ac;let _0x3f415e=_0xe32561['injector'][_0x26e502(0x47a)](X)?_0xe32561['injector'][_0x26e502(0xdd)](X):void 0x0;_0x449a3c[_0x26e502(0x1a4)](_0x3f415e!=null&&_0x3f415e[_0x26e502(0x344)](_0xe32561[_0x26e502(0x3a8)])?_0xe32561[_0x26e502(0x584)]:_0x2badb3);}function ro(_0x1617ad){const _0x31e424=_0x1875ac;return Array[_0x31e424(0x20c)](_0x1617ad)?_0x1617ad[0x0]:_0x1617ad;}function io(_0xbcc471){const _0x187276=_0x1875ac;let _0x42e09e=_0xbcc471==null?void 0x0:_0xbcc471[_0x187276(0x11a)];return typeof _0x42e09e==_0x187276(0x5ce)&&_0x42e09e?_0x187276(0x5af)+_0x42e09e:_0xbcc471;}function ao(_0xd0bfe3,_0x459fa4){return _0xd0bfe3['includes'](_0x459fa4);}function oo(_0x281893,_0x33f3eb){const _0x3aa6b3=_0x1875ac;return _0x281893[_0x3aa6b3(0x40e)](_0x4b1088=>_0x4b1088!==_0x33f3eb);}function so(_0x1d39f7,_0x1b36a9,_0x210c43){const _0x7ee98=_0x1875ac;return _0x1d39f7[_0x7ee98(0xdd)](_0x1b36a9,..._0x210c43);}function co(_0x412d6a,_0x376c18){const _0x63cda0=_0x1875ac;var _0x2e57b8;let _0x2beb70=_0x412d6a==null||(_0x2e57b8=_0x412d6a[_0x63cda0(0x4b7)])==null?void 0x0:_0x2e57b8['resolvedDependencies'];if(!_0x2beb70)return{'resolved':!0x1};let _0x205d6d=lo(_0x2beb70[_0x63cda0(0xdd)](_0x376c18));if(_0x205d6d['resolved'])return _0x205d6d;let _0x5057dc=io(_0x376c18);for(let [_0x2c315c,_0x6de87c]of _0x2beb70){if(_0x2c315c===_0x376c18||io(_0x2c315c)!==_0x5057dc)continue;let _0x3a525d=lo(_0x6de87c);if(_0x3a525d[_0x63cda0(0xe1)])return _0x3a525d;}return{'resolved':!0x1};}function lo(_0x16a861){const _0x3ff391=_0x1875ac;return!_0x16a861||_0x16a861[_0x3ff391(0x1af)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x16a861[0x0]};}function uo(_0x2ba9f7,_0x27f9e7,_0x2460e7){const _0x28f874=_0x1875ac;!_0x2ba9f7||po(_0x2ba9f7,_0x27f9e7)||_0x2ba9f7[_0x28f874(0x42c)]([_0x27f9e7,{'useValue':_0x2460e7}]);}function fo(_0xbd556){const _0x4bbcd4=_0x1875ac;if(!_0xbd556||typeof _0xbd556!=_0x4bbcd4(0x39e)&&typeof _0xbd556!=_0x4bbcd4(0x599))return[];for(let _0x3bc847 of Object[_0x4bbcd4(0x507)](_0xbd556)){let _0x6a0844=_0xbd556[_0x3bc847];if(!Array[_0x4bbcd4(0x20c)](_0x6a0844))continue;let _0x3984bd=_0x6a0844[_0x4bbcd4(0x50d)](_0x1d212e=>_0x1d212e==null?void 0x0:_0x1d212e[_0x4bbcd4(0x1cf)])[_0x4bbcd4(0x40e)](_0x5d7784=>_0x5d7784!==void 0x0);if(_0x3984bd[_0x4bbcd4(0x1af)])return _0x3984bd;}return[];}function po(_0x54f4f5,_0x1578c2){const _0x5e82a9=_0x1875ac;var _0x2cde2d,_0x5a6c7a,_0x4a1a2e,_0x5b78f1;let _0x1472a3=_0x54f4f5;return!!(!((_0x2cde2d=_0x1472a3[_0x5e82a9(0x43a)])==null||(_0x5a6c7a=_0x2cde2d['has'])==null)&&_0x5a6c7a[_0x5e82a9(0x238)](_0x2cde2d,_0x1578c2)||!((_0x4a1a2e=_0x1472a3[_0x5e82a9(0x4b7)])==null||(_0x5b78f1=_0x4a1a2e[_0x5e82a9(0x47a)])==null)&&_0x5b78f1[_0x5e82a9(0x238)](_0x4a1a2e,_0x1578c2));}function mo(_0x20b966){return _0x20b966['__embedSharedRootInjector'];}function ho(_0x2f4dbe,_0x262a8c,_0x140ba3=[]){let _0x2439f7=go(_0x262a8c);for(let _0x32a6cd of _0x140ba3)_0x2439f7['add'](_0x32a6cd);_o(_0x2f4dbe,_0x2439f7),_0x2f4dbe['dispose']();}function go(_0x2084b4){const _0x4f66ed=_0x1875ac;let _0x35c90a=new Set(),_0x42b0e6=vo(_0x2084b4);return _0x42b0e6&&_0x42b0e6[_0x4f66ed(0x50a)](_0x56d2ed=>{const _0x2cb906=_0x4f66ed;Array[_0x2cb906(0x20c)](_0x56d2ed)&&_0x56d2ed[_0x2cb906(0x50a)](_0x1c5efd=>_0x35c90a[_0x2cb906(0x42c)](_0x1c5efd));}),_0x35c90a;}function _o(_0x1fff14,_0x29578e,_0x23e102=new Set()){const _0x213ab4=_0x1875ac;if(_0x23e102[_0x213ab4(0x47a)](_0x1fff14))return;_0x23e102['add'](_0x1fff14);let _0x492d55=_0x1fff14[_0x213ab4(0x2cb)];_0x492d55==null||_0x492d55[_0x213ab4(0x50a)](_0x115a65=>_o(_0x115a65,_0x29578e,_0x23e102));let _0x17355d=vo(_0x1fff14);_0x17355d&&_0x17355d[_0x213ab4(0x50a)]((_0x4a3f20,_0x371014)=>{const _0x59b19d=_0x213ab4;if(!Array[_0x59b19d(0x20c)](_0x4a3f20))return;let _0x169369=_0x4a3f20[_0x59b19d(0x40e)](_0x2b9f5e=>!_0x29578e[_0x59b19d(0x47a)](_0x2b9f5e));if(_0x169369[_0x59b19d(0x1af)]!==_0x4a3f20['length']){if(_0x169369[_0x59b19d(0x1af)]===0x0){_0x17355d[_0x59b19d(0x5c4)](_0x371014);return;}_0x17355d[_0x59b19d(0x116)](_0x371014,_0x169369);}});}function vo(_0x5bc5e9){const _0x492b8e=_0x1875ac;var _0x5e335a;return(_0x5e335a=_0x5bc5e9[_0x492b8e(0x4b7)])==null?void 0x0:_0x5e335a[_0x492b8e(0x5a6)];}function yo(_0x1aac75){const _0x4118d9=_0x1875ac;return Array[_0x4118d9(0xa9)](_0x1aac75,([_0x141d2a,_0x391122])=>[_0x141d2a,{'useValue':_0x391122}]);}function bo(_0x1b2da3){const _0x291c78=_0x1875ac;if(!Array[_0x291c78(0x20c)](_0x1b2da3)||_0x1b2da3[_0x291c78(0x1af)]<0x2)return;let [_0x30a4b0,_0x2f38a2]=_0x1b2da3;if(!(!_0x2f38a2||typeof _0x2f38a2!=_0x291c78(0x599))){if(_0x291c78(0x1d2)in _0x2f38a2)return{'kind':'value','identifier':_0x30a4b0,'value':_0x2f38a2[_0x291c78(0x1d2)]};if(typeof _0x2f38a2[_0x291c78(0x4c6)]==_0x291c78(0x39e))return{'kind':_0x291c78(0x27f),'identifier':_0x30a4b0,'factory':_0x2f38a2[_0x291c78(0x4c6)]};}}function xo(_0x1d3260,_0x53fc4a){const _0x54765a=_0x1875ac;if(!_0x1d3260[_0x54765a(0x47a)](_0x1c7d63))return;let _0x1b6082=_0x1d3260[_0x54765a(0xdd)](_0x1c7d63),_0xeb0935=_0x1b6082[_0x54765a(0x1e1)];return typeof _0xeb0935==_0x54765a(0x39e)?_0xeb0935[_0x54765a(0x238)](_0x1b6082,_0x53fc4a):_0x1b6082;}function So(_0x33dd6a,_0x298961,_0x17ac83){const _0x5580d9=_0x1875ac;if(!_0x33dd6a[_0x5580d9(0x47a)](_0xb3eb2f))return;let _0x1a1fe1=_0x33dd6a['get'](_0xb3eb2f);return{get 'disabled'(){return _0x1a1fe1['disabled'];},set 'disabled'(_0x3feb82){const _0xf294c4=_0x5580d9;_0x1a1fe1[_0xf294c4(0x26b)]=_0x3feb82;},get 'visible'(){const _0x5bd468=_0x5580d9;return _0x1a1fe1[_0x5bd468(0x5d7)];},'enable':()=>_0x1a1fe1[_0x5580d9(0x9a)](),'disable':()=>_0x1a1fe1[_0x5580d9(0x1ed)](),'triggerContextMenu':(_0x4cc733,_0x5a9690,_0x4cfa31)=>{const _0x2d5693=_0x5580d9;var _0x3ce7b3;_0x1a1fe1[_0x2d5693(0x4dd)](_0x4cc733,_0x5a9690,{..._0x4cfa31,'unitId':(_0x3ce7b3=_0x4cfa31==null?void 0x0:_0x4cfa31[_0x2d5693(0x2c1)])==null?_0x17ac83:_0x3ce7b3});},'hideContextMenu':()=>_0x1a1fe1[_0x5580d9(0x5df)](),'registerContextMenuHandler':_0x2000a0=>_0x1a1fe1[_0x5580d9(0x583)](_0x2000a0)};}function _0x29dc(_0x1affa5,_0x196ed9){_0x1affa5=_0x1affa5-0x94;const _0x35050e=_0x3505();let _0x29dc86=_0x35050e[_0x1affa5];return _0x29dc86;}function Co(_0x14824c,_0x58c229){const _0x54b29c=_0x1875ac;let _0x26b8c5=new _0x2ffd03();return{get 'disabled'(){const _0x16dbbc=_0x29dc;return _0x26b8c5[_0x16dbbc(0x26b)];},set 'disabled'(_0x339bad){const _0x57f137=_0x29dc;_0x26b8c5[_0x57f137(0x26b)]=_0x339bad;},get 'visible'(){const _0x3130f7=_0x29dc;return _0x26b8c5[_0x3130f7(0x5d7)];},'enable':()=>_0x26b8c5[_0x54b29c(0x9a)](),'disable':()=>_0x26b8c5['disable'](),'triggerContextMenu':(_0x745f99,_0x30d30e,_0x3f3fa3)=>{const _0x2f4fe6=_0x54b29c;var _0x546f6a;_0x26b8c5[_0x2f4fe6(0x4dd)](_0x745f99,_0x30d30e,{..._0x3f3fa3,'unitId':(_0x546f6a=_0x3f3fa3==null?void 0x0:_0x3f3fa3['unitId'])==null?_0x58c229:_0x546f6a});},'hideContextMenu':()=>_0x26b8c5['hideContextMenu'](),'registerContextMenuHandler':_0x5d223e=>_0x26b8c5['registerContextMenuHandler'](_0x5d223e),'dispose':()=>_0x26b8c5['dispose']()};}function wo(_0x3e59af,_0x3db46a){const _0x593aa6=_0x1875ac;var _0x4e13d4,_0x500f1d,_0x25e549,_0x599c13,_0x339a5a;let _0x27c2ec=_0x3e59af[_0x593aa6(0xdd)](_0x5bbb9f),_0x5be3e4=_0x3e59af[_0x593aa6(0x47a)](Ra)?_0x3e59af[_0x593aa6(0xdd)](Ra):void 0x0,_0x51e9ea=_0x3e59af[_0x593aa6(0x47a)](X)?_0x3e59af[_0x593aa6(0xdd)](X):void 0x0,_0x331df7=(_0x4e13d4=(_0x500f1d=_0x3db46a[_0x593aa6(0x3a4)])==null||(_0x500f1d=_0x500f1d[_0x593aa6(0x2e0)])==null?void 0x0:_0x500f1d['root'])==null?_0x3db46a[_0x593aa6(0x194)][_0x593aa6(0x473)]:_0x4e13d4,_0x3f6e4e=(_0x25e549=(_0x599c13=(_0x339a5a=_0x3db46a[_0x593aa6(0x3a4)])==null||(_0x339a5a=_0x339a5a[_0x593aa6(0x2e0)])==null?void 0x0:_0x339a5a[_0x593aa6(0x31d)])==null?_0x3db46a[_0x593aa6(0x194)][_0x593aa6(0xf3)]:_0x599c13)==null?_0x331df7:_0x25e549,_0x21cb8e=new Set([_0x331df7,_0x3f6e4e]),_0x1de1a4=(_0x4813d1,_0x5e7662)=>{const _0xc0d0f9=_0x593aa6;_0x21cb8e[_0xc0d0f9(0x42c)](_0x4813d1);let _0x1cf41a=_0x5e7662!=null&&_0x5e7662[_0xc0d0f9(0x2c8)]?To(_0x4813d1):void 0x0,_0x15396e=_0x5e7662!=null&&_0x5e7662['registerChildInteraction']?_0x5be3e4==null?void 0x0:_0x5be3e4['registerOwnedElement'](_0x3db46a[_0xc0d0f9(0x3a8)],_0x4813d1):void 0x0,_0x560893=_0x5e7662!=null&&_0x5e7662['registerChildInteraction']?_0x51e9ea==null?void 0x0:_0x51e9ea[_0xc0d0f9(0x265)]({'embedId':_0x3db46a['embedId'],'role':_0xc0d0f9(0x358),'element':_0x4813d1}):void 0x0;return _0xc4495d(()=>{const _0x208213=_0xc0d0f9;_0x560893==null||_0x560893['dispose'](),_0x15396e==null||_0x15396e[_0x208213(0xa7)](),_0x1cf41a==null||_0x1cf41a['dispose'](),_0x21cb8e[_0x208213(0x5c4)](_0x4813d1);});},_0x51e34a=_0x31bc21=>_0x31bc21?[..._0x21cb8e]['some'](_0x4c08e0=>_0x4c08e0===_0x31bc21||_0x4c08e0[_0x593aa6(0x11b)](_0x31bc21)):!0x1;return{get 'isFocused'(){const _0x3bb71e=_0x593aa6;return _0x27c2ec[_0x3bb71e(0x525)];},get 'rootContainerElement'(){return _0x331df7;},'focus':()=>_0x27c2ec[_0x593aa6(0x2e2)](),'registerFocusHandler':(_0x22b4d3,_0x4d31db)=>_0x27c2ec[_0x593aa6(0x33e)](_0x22b4d3,_0x4d31db),'registerRootContainerElement':_0x1de1a4,'registerContentElement':_0x1de1a4,'registerContainerElement':_0x520358=>_0x1de1a4(_0x520358,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x3f6e4e,'checkElementInCurrentContainers':_0x2d7625=>_0x51e34a(_0x2d7625)||(_0x5be3e4==null?void 0x0:_0x5be3e4[_0x593aa6(0x11b)](_0x3db46a[_0x593aa6(0x3a8)],_0x2d7625))||_0x27c2ec[_0x593aa6(0xb1)](_0x2d7625),'checkContentIsFocused':()=>_0x51e34a(_0x3f6e4e[_0x593aa6(0x3e5)][_0x593aa6(0x4fb)])||(_0x51e9ea==null?void 0x0:_0x51e9ea['hasChildInteractionLease'](_0x3db46a[_0x593aa6(0x3a8)]))||_0x27c2ec[_0x593aa6(0x18e)]()};}function To(_0x16fde6){let _0x5d241c=new Map(),_0x5424c4=_0x2ef48f=>{const _0x3fe69e=_0x29dc;_0x5d241c[_0x3fe69e(0x116)](_0x2ef48f,_0x2ef48f[_0x3fe69e(0x190)](Y)),_0x2ef48f[_0x3fe69e(0x56a)](Y,_0x3fe69e(0x358));};return _0x5424c4(_0x16fde6),_0x16fde6['querySelectorAll']('*')['forEach'](_0x5424c4),_0xc4495d(()=>{_0x5d241c['forEach']((_0xddabeb,_0x1751cf)=>{const _0x47bbc7=_0x29dc;if(_0xddabeb==null){_0x1751cf[_0x47bbc7(0x136)](Y);return;}_0x1751cf[_0x47bbc7(0x56a)](Y,_0xddabeb);});});}function Eo(_0x32a022,_0xa78ace){const _0xc47d81=_0x1875ac;var _0x39dcd1;let _0x9c2af=(_0x39dcd1=Oo(_0x32a022))==null?_0x32a022['injector']:_0x39dcd1,_0x2b189a=_0x9c2af!==_0x32a022[_0xc47d81(0x410)],_0x2d19e3=Do(_0x32a022),_0x443df6={'descriptor':_0x32a022['descriptor'],'host':{'unitId':_0x32a022[_0xc47d81(0x5db)],'type':_0x32a022['descriptor'][_0xc47d81(0x3f8)],'anchorId':_0x32a022[_0xc47d81(0x47b)][_0xc47d81(0x10f)],'entry':_0x32a022[_0xc47d81(0x47b)][_0xc47d81(0x4e4)],'layout':Ao(_0x32a022)},'child':{'unitId':_0x32a022[_0xc47d81(0x584)],'type':_0x32a022[_0xc47d81(0x2dc)]},'injector':_0x9c2af,'instanceService':ko(_0x9c2af,_0x211037),'commandService':ko(_0x9c2af,_0x34195e),'menuManagerService':ko(_0x9c2af,_0x1c7d63),'roots':_0x2d19e3,'activate':()=>_0xa78ace(!0x0),'deactivate':()=>_0xa78ace(!0x1),'dispose':()=>{const _0x45437a=_0xc47d81;_0x2b189a&&_0x9c2af[_0x45437a(0xa7)]();}};return{'runtimeScope':_0x443df6,'disposable':_0xc4495d(()=>_0x443df6[_0xc47d81(0xa7)]())};}function Do(_0x120bd5){const _0x379968=_0x1875ac;var _0x8edfad,_0x2559bf,_0x3ad5f6,_0x11d921,_0x35ed16,_0x57a569,_0x3f82e8,_0x3e12b6,_0x1e1e48,_0x1fb64a,_0x4b21c8,_0x46d8c0;let _0x2d9509=_0x120bd5[_0x379968(0x194)]['rootElement'],_0x53f2ba=(_0x8edfad=(_0x2559bf=_0x120bd5[_0x379968(0x194)][_0x379968(0xf3)])==null?Oa(_0x2d9509,_0x379968(0x2f5)):_0x2559bf)==null?_0x2d9509:_0x8edfad,_0x20d03e=(_0x3ad5f6=(_0x11d921=_0x120bd5[_0x379968(0x194)][_0x379968(0x58a)])==null?Oa(_0x2d9509,_0x379968(0xd4)):_0x11d921)==null?_0x2d9509:_0x3ad5f6;return{'root':_0x2d9509,'content':_0x53f2ba,'canvas':(_0x35ed16=(_0x57a569=_0x120bd5[_0x379968(0x194)][_0x379968(0xeb)])==null?Oa(_0x2d9509,_0x379968(0x167)):_0x57a569)==null?void 0x0:_0x35ed16,'overlay':_0x20d03e,'popup':(_0x3f82e8=(_0x3e12b6=_0x120bd5[_0x379968(0x194)][_0x379968(0x157)])==null?Oa(_0x2d9509,_0x379968(0x2b3)):_0x3e12b6)==null?_0x20d03e:_0x3f82e8,'menuSlot':(_0x1e1e48=(_0x1fb64a=(_0x4b21c8=_0x120bd5[_0x379968(0x194)][_0x379968(0x1ea)])==null?void 0x0:_0x4b21c8[_0x379968(0x166)])==null?Oa(_0x2d9509,'data-embed-menu-slot'):_0x1fb64a)==null?void 0x0:_0x1e1e48,'footerSlot':(_0x46d8c0=Oa(_0x2d9509,'data-embed-footer-slot'))==null?void 0x0:_0x46d8c0};}function Oo(_0x237a0a){const _0x2ff1d1=_0x1875ac;if(!(!_0x237a0a[_0x2ff1d1(0x410)]['has'](_0x211037)||!_0x237a0a[_0x2ff1d1(0x410)][_0x2ff1d1(0x47a)](_0x34195e)))return Ha(_0x237a0a);}function ko(_0x7e5a56,_0x287ac0){const _0x3f3619=_0x1875ac;if(_0x7e5a56[_0x3f3619(0x47a)](_0x287ac0))return _0x7e5a56[_0x3f3619(0xdd)](_0x287ac0);}function Ao(_0x1a4fa1){const _0x3ade23=_0x1875ac;var _0x191f91,_0xb56382;switch(_0x1a4fa1[_0x3ade23(0x47b)][_0x3ade23(0x4e4)]){case'docs-custom-block':return'doc-flow';case'sheets-floating-object':case'slides-floating-object':case'boards-floating-object':return'float';case'sheets-sheet-tab':case'bases-table-list-block':case _0x3ade23(0x490):return'tab-peer';default:break;}return _0x1a4fa1['layout']===_0x3ade23(0x379)||(_0x191f91=_0x1a4fa1[_0x3ade23(0x47b)]['sourceMeta'])!=null&&_0x191f91[_0x3ade23(0x35d)]?_0x3ade23(0x379):(_0xb56382=_0x1a4fa1[_0x3ade23(0x47b)][_0x3ade23(0x181)])!=null&&_0xb56382[_0x3ade23(0x49c)]?'float':_0x1a4fa1[_0x3ade23(0xc7)][_0x3ade23(0x239)](_0x3ade23(0x54a))||_0x1a4fa1[_0x3ade23(0xc7)]===_0x3ade23(0x449)?_0x3ade23(0x428):_0x3ade23(0x303);}var jo=class{constructor(){J(this,'_contributions',new Map());}['register'](_0x56dc62){const _0x4c8bab=_0x1875ac;if(this[_0x4c8bab(0x439)]['has'](_0x56dc62['childType']))throw Error(_0x4c8bab(0x3a3)+_0x56dc62[_0x4c8bab(0x2dc)]);this[_0x4c8bab(0x439)][_0x4c8bab(0x116)](_0x56dc62['childType'],_0x56dc62);}[_0x1875ac(0xdd)](_0x54a87f){const _0x5016ad=_0x1875ac;return this['_contributions'][_0x5016ad(0xdd)](_0x54a87f);}['list'](){const _0x13fc2a=_0x1875ac;return[...this[_0x13fc2a(0x439)]['values']()];}},Mo=class{constructor(){const _0x5c342f=_0x1875ac;J(this,_0x5c342f(0x439),new Map());}[_0x1875ac(0x134)](_0x10e684){const _0xcce47=_0x1875ac;let _0x144e5e=this[_0xcce47(0x53e)](_0x10e684['hostType'],_0x10e684['entry'],_0x10e684[_0xcce47(0x2dc)]);if(this['_contributions']['has'](_0x144e5e))throw Error(_0xcce47(0x46f)+_0x144e5e);return this[_0xcce47(0x439)][_0xcce47(0x116)](_0x144e5e,_0x10e684),_0xc4495d(()=>{const _0x3777f4=_0xcce47;this['_contributions']['get'](_0x144e5e)===_0x10e684&&this['_contributions'][_0x3777f4(0x5c4)](_0x144e5e);});}[_0x1875ac(0xdd)](_0x551c2f,_0x78a056,_0x4c8cc1){const _0x3abdae=_0x1875ac;if(_0x4c8cc1!=null){let _0x1c44a2=this['_contributions'][_0x3abdae(0xdd)](this['_key'](_0x551c2f,_0x78a056,_0x4c8cc1));if(_0x1c44a2)return _0x1c44a2;}return this['_contributions']['get'](this['_key'](_0x551c2f,_0x78a056));}[_0x1875ac(0x296)](_0x262146,_0xbb7133,_0x11b4cc){const _0x165950=_0x1875ac;return this[_0x165950(0x439)][_0x165950(0x47a)](this[_0x165950(0x53e)](_0x262146,_0xbb7133,_0x11b4cc));}[_0x1875ac(0x315)](){const _0x13ec1d=_0x1875ac;return[...this[_0x13ec1d(0x439)]['values']()];}[_0x1875ac(0x53e)](_0xba604,_0x5c48b1,_0x4903c0){return _0x4903c0==null?_0xba604+':'+_0x5c48b1+':*':_0xba604+':'+_0x5c48b1+':'+_0x4903c0;}},No=class{constructor(){const _0x133bd1=_0x1875ac;J(this,_0x133bd1(0x439),new Map());}[_0x1875ac(0x134)](_0x487780){const _0x4be65d=_0x1875ac;let _0x3e56ce=this[_0x4be65d(0x53e)](_0x487780[_0x4be65d(0x3f8)],_0x487780[_0x4be65d(0x4e4)]);if(this[_0x4be65d(0x439)][_0x4be65d(0x47a)](_0x3e56ce))throw Error(_0x4be65d(0x327)+_0x3e56ce);this[_0x4be65d(0x439)][_0x4be65d(0x116)](_0x3e56ce,_0x487780);}[_0x1875ac(0xdd)](_0x16a6dc,_0x3af358){const _0x2d3be1=_0x1875ac;return this[_0x2d3be1(0x439)][_0x2d3be1(0xdd)](this[_0x2d3be1(0x53e)](_0x16a6dc,_0x3af358));}[_0x1875ac(0x315)](){const _0x6c6a17=_0x1875ac;return[...this[_0x6c6a17(0x439)][_0x6c6a17(0x4f1)]()];}[_0x1875ac(0x1ee)](_0x5accec,_0xe05485,_0x3e1492){const _0x558940=_0x1875ac;var _0x3a513b;let _0x18929b=this['get'](_0x5accec,_0xe05485);return _0x18929b?((_0x3a513b=_0x18929b[_0x558940(0x339)])==null?[_0x18929b[_0x558940(0xc7)]]:_0x3a513b)[_0x558940(0x2f6)](_0x3e1492):!0x1;}[_0x1875ac(0x53e)](_0x267bd4,_0x4b467a){return _0x267bd4+':'+_0x4b467a;}},Po=class{constructor(){const _0x5872da=_0x1875ac;J(this,_0x5872da(0x36e),new Map()),J(this,_0x5872da(0x3e3),new Map()),J(this,_0x5872da(0x499),new Map());}['register'](_0x48aa98,_0x45b116){const _0x35212b=_0x1875ac;let _0x5a2293=typeof _0x48aa98==_0x35212b(0x5ce)?{'childUnitId':_0x48aa98,'root':_0x45b116}:_0x48aa98;return this[_0x35212b(0x36e)]['set'](_0x5a2293[_0x35212b(0x584)],_0x5a2293),_0x5a2293[_0x35212b(0x3a8)]&&this[_0x35212b(0x3e3)][_0x35212b(0x116)](_0x5a2293[_0x35212b(0x3a8)],_0x5a2293),_0x5a2293[_0x35212b(0x10f)]&&this[_0x35212b(0x499)][_0x35212b(0x116)](_0x5a2293[_0x35212b(0x10f)],_0x5a2293),_0xc4495d(()=>{const _0x3d0ef4=_0x35212b;this[_0x3d0ef4(0x36e)][_0x3d0ef4(0xdd)](_0x5a2293[_0x3d0ef4(0x584)])===_0x5a2293&&this[_0x3d0ef4(0x36e)][_0x3d0ef4(0x5c4)](_0x5a2293[_0x3d0ef4(0x584)]),_0x5a2293['embedId']&&this[_0x3d0ef4(0x3e3)][_0x3d0ef4(0xdd)](_0x5a2293[_0x3d0ef4(0x3a8)])===_0x5a2293&&this[_0x3d0ef4(0x3e3)][_0x3d0ef4(0x5c4)](_0x5a2293[_0x3d0ef4(0x3a8)]),_0x5a2293[_0x3d0ef4(0x10f)]&&this['_rootsByHostAnchorId'][_0x3d0ef4(0xdd)](_0x5a2293[_0x3d0ef4(0x10f)])===_0x5a2293&&this['_rootsByHostAnchorId'][_0x3d0ef4(0x5c4)](_0x5a2293['hostAnchorId']);});}['get'](_0x5746ce){const _0x347d05=_0x1875ac;var _0x1808b7,_0x841e0a;return(_0x1808b7=(_0x841e0a=this[_0x347d05(0x36e)][_0x347d05(0xdd)](_0x5746ce))==null?void 0x0:_0x841e0a[_0x347d05(0x34c)])==null?null:_0x1808b7;}['getByEmbedId'](_0x18ebcb){const _0x4da009=_0x1875ac;var _0x415ddc,_0xbb3d09;return(_0x415ddc=(_0xbb3d09=this[_0x4da009(0x3e3)]['get'](_0x18ebcb))==null?void 0x0:_0xbb3d09[_0x4da009(0x34c)])==null?null:_0x415ddc;}['getByHostAnchorId'](_0x2ebab3){const _0x3c8947=_0x1875ac;var _0x1802b7,_0x1c45fa;return(_0x1802b7=(_0x1c45fa=this[_0x3c8947(0x499)][_0x3c8947(0xdd)](_0x2ebab3))==null?void 0x0:_0x1c45fa[_0x3c8947(0x34c)])==null?null:_0x1802b7;}[_0x1875ac(0x11b)](_0x20d14e,_0x48e289){const _0x2925ce=_0x1875ac;if(!(_0x20d14e instanceof Node))return!0x1;let _0x5bae73=_0x48e289[_0x2925ce(0x3a8)]?this['getByEmbedId'](_0x48e289[_0x2925ce(0x3a8)]):_0x48e289[_0x2925ce(0x10f)]?this[_0x2925ce(0x5ad)](_0x48e289['hostAnchorId']):_0x48e289[_0x2925ce(0x584)]?this[_0x2925ce(0xdd)](_0x48e289[_0x2925ce(0x584)]):null;return!!(_0x5bae73!=null&&_0x5bae73[_0x2925ce(0x11b)](_0x20d14e));}},Fo=class{constructor(){const _0xaccf5a=_0x1875ac;J(this,_0xaccf5a(0x1f0),new Map()),J(this,_0xaccf5a(0x420),new Map()),J(this,_0xaccf5a(0x2b4),new Map()),J(this,_0xaccf5a(0x51a),new Map());}[_0x1875ac(0x134)](_0x12df97){const _0x357290=_0x1875ac;return this[_0x357290(0x1f0)][_0x357290(0x116)](_0x12df97[_0x357290(0x2dc)],_0x12df97),_0xc4495d(()=>{const _0x31616e=_0x357290;this[_0x31616e(0x1f0)][_0x31616e(0xdd)](_0x12df97[_0x31616e(0x2dc)])===_0x12df97&&this[_0x31616e(0x1f0)][_0x31616e(0x5c4)](_0x12df97[_0x31616e(0x2dc)]);});}[_0x1875ac(0xdd)](_0x4fc31b){const _0x46096f=_0x1875ac;return this['_providers'][_0x46096f(0xdd)](_0x4fc31b);}[_0x1875ac(0x453)](_0x1ea82b){const _0x348645=_0x1875ac;return this[_0x348645(0x420)]['set'](_0x1ea82b[_0x348645(0x3a8)],_0x1ea82b),this['_contextsByHostAnchorId'][_0x348645(0x116)](_0x1ea82b[_0x348645(0x47b)][_0x348645(0x10f)],_0x1ea82b),this['_contextsByChildUnitId'][_0x348645(0x116)](_0x1ea82b[_0x348645(0x584)],_0x1ea82b),_0xc4495d(()=>{const _0x55780c=_0x348645;this[_0x55780c(0x420)]['get'](_0x1ea82b['embedId'])===_0x1ea82b&&this[_0x55780c(0x420)]['delete'](_0x1ea82b['embedId']),this[_0x55780c(0x2b4)][_0x55780c(0xdd)](_0x1ea82b[_0x55780c(0x47b)][_0x55780c(0x10f)])===_0x1ea82b&&this[_0x55780c(0x2b4)][_0x55780c(0x5c4)](_0x1ea82b[_0x55780c(0x47b)][_0x55780c(0x10f)]),this['_contextsByChildUnitId']['get'](_0x1ea82b[_0x55780c(0x584)])===_0x1ea82b&&this[_0x55780c(0x51a)][_0x55780c(0x5c4)](_0x1ea82b[_0x55780c(0x584)]);});}[_0x1875ac(0xf8)](_0x962686){const _0x2dba4a=_0x1875ac;return this[_0x2dba4a(0x420)][_0x2dba4a(0xdd)](_0x962686);}[_0x1875ac(0x3ee)](_0x3224d2){const _0x327299=_0x1875ac;return this[_0x327299(0x2b4)]['get'](_0x3224d2);}[_0x1875ac(0xda)](_0x1f26a2){const _0x41af9d=_0x1875ac;return this[_0x41af9d(0x51a)][_0x41af9d(0xdd)](_0x1f26a2);}[_0x1875ac(0x44b)](_0x33ef09){const _0x894180=_0x1875ac;let _0x1c7c34=this[_0x894180(0xdd)](_0x33ef09[_0x894180(0x2dc)]);return _0x1c7c34?Promise[_0x894180(0x1fa)](_0x1c7c34[_0x894180(0x44b)](_0x33ef09)):Promise[_0x894180(0x1fa)](Io(_0x33ef09));}[_0x1875ac(0x244)](_0x4586b2){const _0x472f06=_0x1875ac;let _0x4617a7=this[_0x472f06(0xf8)](_0x4586b2);return _0x4617a7?this['capture'](_0x4617a7):Promise[_0x472f06(0x1fa)](void 0x0);}[_0x1875ac(0x311)](_0x2859bb){const _0x2616f4=_0x1875ac;let _0x1e791e=this[_0x2616f4(0x3ee)](_0x2859bb);return _0x1e791e?this[_0x2616f4(0x44b)](_0x1e791e):Promise[_0x2616f4(0x1fa)](void 0x0);}[_0x1875ac(0x4fa)](_0x43197b){const _0xe0aefa=_0x1875ac;let _0x49ee10=this[_0xe0aefa(0xda)](_0x43197b);return _0x49ee10?this['capture'](_0x49ee10):Promise[_0xe0aefa(0x1fa)](void 0x0);}};function Io(_0x2d1f9b){const _0xf1459b=_0x1875ac;if(!_0x2d1f9b[_0xf1459b(0x194)])return;let _0xf694d4=[_0x2d1f9b[_0xf1459b(0x194)][_0xf1459b(0xeb)],_0x2d1f9b['renderScope']['contentRoot'],_0x2d1f9b[_0xf1459b(0x194)]['rootElement']][_0xf1459b(0x40e)](_0x3aa81b=>!!_0x3aa81b),_0x1f2df6=Array['from'](new Set(_0xf694d4[_0xf1459b(0x174)](_0x3e8dcb=>Array[_0xf1459b(0xa9)](_0x3e8dcb[_0xf1459b(0x559)](_0xf1459b(0x25d))))))[_0xf1459b(0x40e)](_0x16e12a=>_0x16e12a[_0xf1459b(0x384)]>0x1&&_0x16e12a[_0xf1459b(0x103)]>0x1)[_0xf1459b(0x1fd)]((_0x2fbb55,_0x4d989c)=>_0x4d989c['width']*_0x4d989c[_0xf1459b(0x103)]-_0x2fbb55['width']*_0x2fbb55[_0xf1459b(0x103)]);for(let _0x423d80 of _0x1f2df6)try{return _0x423d80[_0xf1459b(0x219)](_0xf1459b(0x570));}catch{}}function Q(_0x27ad1a,_0x25eba8){return function(_0x542824,_0x1205db){_0x25eba8(_0x542824,_0x1205db,_0x27ad1a);};}function Lo(_0x302d59,_0xa3c0cd,_0x2f7930,_0x2ea9f2){const _0x441937=_0x1875ac;var _0x4993a9=arguments['length'],_0x3e497c=_0x4993a9<0x3?_0xa3c0cd:_0x2ea9f2===null?_0x2ea9f2=Object[_0x441937(0x5bc)](_0xa3c0cd,_0x2f7930):_0x2ea9f2,_0x4d6c35;if(typeof Reflect==_0x441937(0x599)&&typeof Reflect['decorate']==_0x441937(0x39e))_0x3e497c=Reflect[_0x441937(0x16b)](_0x302d59,_0xa3c0cd,_0x2f7930,_0x2ea9f2);else{for(var _0x116fa6=_0x302d59[_0x441937(0x1af)]-0x1;_0x116fa6>=0x0;_0x116fa6--)(_0x4d6c35=_0x302d59[_0x116fa6])&&(_0x3e497c=(_0x4993a9<0x3?_0x4d6c35(_0x3e497c):_0x4993a9>0x3?_0x4d6c35(_0xa3c0cd,_0x2f7930,_0x3e497c):_0x4d6c35(_0xa3c0cd,_0x2f7930))||_0x3e497c);}return _0x4993a9>0x3&&_0x3e497c&&Object[_0x441937(0x14c)](_0xa3c0cd,_0x2f7930,_0x3e497c),_0x3e497c;}const Ro=_0x1875ac(0x580);var zo=class extends Error{constructor(_0x42033c,_0x443c6b){const _0x2cd6ac=_0x1875ac;super(Ro+':\x20'+_0x42033c),this[_0x2cd6ac(0x584)]=_0x42033c,this[_0x2cd6ac(0x1e7)]=_0x443c6b,J(this,_0x2cd6ac(0x9b),Ro),this[_0x2cd6ac(0x340)]=_0x2cd6ac(0x2c5);}};let Bo=class{constructor(_0x10e491,_0x18a6eb,_0x2a87ed,_0x5d8e83,_0x4727c4,_0x134184,_0x247b86){const _0xcc40eb=_0x1875ac;this[_0xcc40eb(0x1e9)]=_0x10e491,this[_0xcc40eb(0x5bf)]=_0x18a6eb,this[_0xcc40eb(0x4eb)]=_0x2a87ed,this[_0xcc40eb(0x1ba)]=_0x5d8e83,this['_univerInstanceService']=_0x4727c4,this[_0xcc40eb(0x2ef)]=_0x134184,this[_0xcc40eb(0x206)]=_0x247b86,J(this,_0xcc40eb(0x502),new Map()),J(this,_0xcc40eb(0x279),new Map());}[_0x1875ac(0x2ba)](_0x38934c){return this['_mountResolvedHost'](_0x38934c);}[_0x1875ac(0x2c0)](_0x4e87f7,_0x58d01d,_0x255c1f){return this['_mountResolvedHost'](_0x4e87f7,{'hostElement':_0x58d01d,'runtimeRoots':_0x255c1f});}['_mountResolvedHost'](_0x580d8d,_0xb7105a){const _0x2531f6=_0x1875ac;var _0x701ef0,_0x1ed7fa,_0x21a734;if(!_0x580d8d[_0x2531f6(0x584)]||_0x580d8d[_0x2531f6(0x2dc)]==null)throw Error(_0x2531f6(0x41a));this[_0x2531f6(0x40c)](_0x580d8d);let _0x595509={'hostUnitId':_0x580d8d[_0x2531f6(0x5db)],'embedId':_0x580d8d['embedId'],'childUnitId':_0x580d8d[_0x2531f6(0x584)]},_0x56cd13=this[_0x2531f6(0x5c1)](_0x580d8d),_0x32e3b5=this[_0x2531f6(0x1e9)]['get'](_0x580d8d[_0x2531f6(0x3f8)],_0x580d8d[_0x2531f6(0x4e4)]);if(!_0x32e3b5||!this[_0x2531f6(0x1e9)][_0x2531f6(0x1ee)](_0x580d8d[_0x2531f6(0x3f8)],_0x580d8d[_0x2531f6(0x4e4)],_0x56cd13))throw Error(_0x2531f6(0x5a5));let _0xb82c51=this[_0x2531f6(0x2ef)][_0x2531f6(0x30e)](_0x595509),_0x2ee7dd=this[_0x2531f6(0x5bf)]['get'](_0x580d8d[_0x2531f6(0x2dc)]);if(_0xb82c51[_0x2531f6(0x11d)]&&!(_0x2ee7dd!=null&&_0x2ee7dd[_0x2531f6(0x339)][_0x2531f6(0x2f6)](_0x56cd13)))throw Error(_0x2531f6(0x557));this[_0x2531f6(0x501)](_0x580d8d[_0x2531f6(0x3a8)]);let _0x13b6bd={'descriptor':_0x580d8d,'layout':_0x56cd13,'injector':this[_0x2531f6(0x206)],'hostUnitId':_0x580d8d[_0x2531f6(0x5db)],'embedId':_0x580d8d[_0x2531f6(0x3a8)],'childUnitId':_0x580d8d[_0x2531f6(0x584)],'childType':_0x580d8d[_0x2531f6(0x2dc)]},_0x490906=[],_0x56142f=_0xb7105a==null?(_0x701ef0=_0x32e3b5[_0x2531f6(0x2ba)])==null?void 0x0:_0x701ef0[_0x2531f6(0x238)](_0x32e3b5,_0x13b6bd):_0xb7105a,_0x429252=this['_normalizeHostMountResult'](_0x56142f);if(_0x429252[_0x2531f6(0x594)]&&_0x490906[_0x2531f6(0x26f)](_0x429252[_0x2531f6(0x594)]),_0x13b6bd[_0x2531f6(0x2be)]=(_0x1ed7fa=_0x429252[_0x2531f6(0x2be)])==null?_0x13b6bd[_0x2531f6(0x2be)]:_0x1ed7fa,_0x13b6bd[_0x2531f6(0x166)]=_0x13b6bd[_0x2531f6(0x2be)],!_0x13b6bd[_0x2531f6(0x2be)]||!_0x13b6bd[_0x2531f6(0x166)])throw[..._0x490906]['reverse']()['forEach'](_0x5dbb6b=>_0x5dbb6b[_0x2531f6(0xa7)]()),Error(_0x2531f6(0x11f));if(_0x429252[_0x2531f6(0x41e)]||_0x490906[_0x2531f6(0x26f)](ka(_0x13b6bd[_0x2531f6(0x2be)])),!_0xb82c51[_0x2531f6(0x11d)])return this[_0x2531f6(0x35c)](_0x580d8d,_0x56cd13,_0x13b6bd[_0x2531f6(0x2be)],_0x429252[_0x2531f6(0x41e)],_0x490906,_0xb82c51[_0x2531f6(0x1e0)]);if(!_0x2ee7dd)throw[..._0x490906][_0x2531f6(0x17c)]()[_0x2531f6(0x50a)](_0x457982=>_0x457982[_0x2531f6(0xa7)]()),Error(_0x2531f6(0x557));let {renderScope:_0x12ca93,disposable:_0x479e03,setActive:_0xe18c3a}=this[_0x2531f6(0x51f)](_0x580d8d,_0x56cd13,_0x13b6bd[_0x2531f6(0x2be)],_0x429252[_0x2531f6(0x41e)]);_0x490906[_0x2531f6(0x26f)](_0x479e03);let _0x433438={..._0x13b6bd,'hostElement':_0x13b6bd[_0x2531f6(0x2be)],'container':_0x13b6bd[_0x2531f6(0x166)],'renderScope':_0x12ca93},{runtimeScope:_0x1be3cd,disposable:_0x8c93a}=Eo(_0x433438,_0xe18c3a),_0x55cf93={..._0x433438,'runtimeScope':_0x1be3cd};_0x490906[_0x2531f6(0x26f)](_0x8c93a);let _0x3415ba=this[_0x2531f6(0x44a)](_0x580d8d,_0x13b6bd[_0x2531f6(0x2be)],_0x12ca93,_0x1be3cd[_0x2531f6(0x2e0)]);_0x3415ba&&_0x490906['push'](_0x3415ba),this['_injector']['has'](X)&&_0x490906[_0x2531f6(0x26f)](this['_injector'][_0x2531f6(0xdd)](X)[_0x2531f6(0x23a)]({'embedId':_0x580d8d[_0x2531f6(0x3a8)],'hostUnitId':_0x580d8d['hostUnitId'],'childUnitId':_0x580d8d['childUnitId'],'childType':_0x580d8d[_0x2531f6(0x2dc)]})),_0x490906[_0x2531f6(0x26f)](this[_0x2531f6(0xfc)](_0x580d8d,_0x13b6bd[_0x2531f6(0x2be)],_0x12ca93['mode'],_0x1be3cd[_0x2531f6(0x158)])),_0x490906[_0x2531f6(0x26f)](this[_0x2531f6(0x1ba)][_0x2531f6(0x453)](_0x55cf93));let _0x4ac6ee=this['_createMountFocusRestorer'](_0x580d8d),_0x329f25=(_0x21a734=_0x2ee7dd[_0x2531f6(0x2ba)])==null?void 0x0:_0x21a734['call'](_0x2ee7dd,_0x55cf93);if(_0x329f25&&_0x490906[_0x2531f6(0x26f)](_0x329f25),_0x490906[_0x2531f6(0x26f)](_0x4ac6ee),_0x490906[_0x2531f6(0x26f)](this['_runtimePolicyService']['registerMountedRuntime'](_0x595509)),_0x12ca93[_0x2531f6(0x587)]===_0x2531f6(0x303)){let _0x41cb84=this[_0x2531f6(0x378)](_0x55cf93);_0x41cb84&&_0x490906[_0x2531f6(0x26f)](_0x41cb84);}let _0x384425={'hostUnitId':_0x580d8d['hostUnitId'],'embedId':_0x580d8d['embedId'],'childUnitId':_0x580d8d[_0x2531f6(0x584)],'childType':_0x580d8d['childType'],'entry':_0x580d8d[_0x2531f6(0x4e4)],'layout':_0x56cd13,'hostElement':_0x13b6bd[_0x2531f6(0x2be)],'context':_0x55cf93};return this[_0x2531f6(0x502)]['set'](_0x580d8d[_0x2531f6(0x3a8)],{'session':_0x384425,'disposables':_0x490906,'setActive':_0xe18c3a}),_0x56cd13!==_0x2531f6(0x379)&&this['_initializeFloatingSessionActiveState'](_0x580d8d,_0x56cd13,_0xe18c3a),_0x384425;}[_0x1875ac(0x35c)](_0x58fcc8,_0x5e5da5,_0x26a991,_0x1a6921,_0x5b1aeb,_0x3ccd3d){const _0x4c3e54=_0x1875ac;var _0x21f6a7,_0x4fa317;let _0x5c93b6=(_0x21f6a7=(_0x4fa317=_0x1a6921==null?void 0x0:_0x1a6921[_0x4c3e54(0x31d)])==null?Oa(_0x26a991,'data-embed-content-root'):_0x4fa317)==null?_0x26a991:_0x21f6a7,_0x4bbf3a=Ho(_0x3ccd3d);_0x5c93b6[_0x4c3e54(0x148)](_0x4bbf3a),_0x5b1aeb[_0x4c3e54(0x26f)](_0xc4495d(()=>{const _0x11201e=_0x4c3e54;_0x4bbf3a[_0x11201e(0x577)]===_0x5c93b6&&_0x4bbf3a[_0x11201e(0x191)]();}));let _0x4f6f50={'hostUnitId':_0x58fcc8[_0x4c3e54(0x5db)],'embedId':_0x58fcc8[_0x4c3e54(0x3a8)],'childUnitId':_0x58fcc8[_0x4c3e54(0x584)],'childType':_0x58fcc8[_0x4c3e54(0x2dc)],'entry':_0x58fcc8[_0x4c3e54(0x4e4)],'layout':_0x5e5da5,'hostElement':_0x26a991};return this[_0x4c3e54(0x502)]['set'](_0x58fcc8[_0x4c3e54(0x3a8)],{'session':_0x4f6f50,'disposables':_0x5b1aeb,'setActive':()=>{}}),_0x4f6f50;}[_0x1875ac(0x21d)](_0x5ed699,_0x3bf68d,_0x5edaa3){const _0x171267=_0x1875ac;if(_0x3bf68d!=='tab-peer'){if(this[_0x171267(0x206)][_0x171267(0x47a)](_0xc117e5)){let _0x3e6a8b=this[_0x171267(0x206)][_0x171267(0xdd)](_0xc117e5)[_0x171267(0x127)]();if((_0x3e6a8b==null?void 0x0:_0x3e6a8b[_0x171267(0x5db)])===_0x5ed699[_0x171267(0x5db)]){_0x5edaa3(_0x3e6a8b['embedId']===_0x5ed699[_0x171267(0x3a8)]);return;}}_0x5edaa3(!0x1);}}[_0x1875ac(0x501)](_0x3e83a6){const _0x1347cc=_0x1875ac;let _0x148c89=this[_0x1347cc(0x502)][_0x1347cc(0xdd)](_0x3e83a6);_0x148c89&&(this[_0x1347cc(0x19e)](_0x3e83a6),[..._0x148c89[_0x1347cc(0x36d)]]['reverse']()[_0x1347cc(0x50a)](_0x2e7143=>_0x2e7143['dispose']()),this[_0x1347cc(0x502)]['delete'](_0x3e83a6));}['getSession'](_0x11189b){const _0x4d14ab=_0x1875ac;var _0x513464;return(_0x513464=this['_sessions'][_0x4d14ab(0xdd)](_0x11189b))==null?void 0x0:_0x513464['session'];}[_0x1875ac(0x163)](){const _0x12cbd7=_0x1875ac;return[...this[_0x12cbd7(0x502)][_0x12cbd7(0x4f1)]()][_0x12cbd7(0x50d)](({session:_0x31bf1e})=>_0x31bf1e);}[_0x1875ac(0x361)](_0x3a87f9){const _0x17aa45=_0x1875ac;let _0x1b7a26=this[_0x17aa45(0x502)][_0x17aa45(0xdd)](_0x3a87f9);if(_0x1b7a26){if(_0x1b7a26[_0x17aa45(0x22c)][_0x17aa45(0xc7)]!==_0x17aa45(0x379)){this[_0x17aa45(0x502)]['forEach'](_0xe1a578=>{const _0x4da6c3=_0x17aa45;_0xe1a578[_0x4da6c3(0x22c)][_0x4da6c3(0xc7)]===_0x4da6c3(0x379)||_0xe1a578[_0x4da6c3(0x22c)][_0x4da6c3(0x5db)]!==_0x1b7a26[_0x4da6c3(0x22c)][_0x4da6c3(0x5db)]||_0xe1a578[_0x4da6c3(0x23f)](_0xe1a578['session'][_0x4da6c3(0x3a8)]===_0x3a87f9);});return;}this[_0x17aa45(0x4ed)](_0x1b7a26['session']),this[_0x17aa45(0x502)][_0x17aa45(0x50a)](_0x41235d=>{const _0xa661e9=_0x17aa45;_0x41235d[_0xa661e9(0x22c)][_0xa661e9(0xc7)]!=='tab-peer'||_0x41235d[_0xa661e9(0x22c)][_0xa661e9(0x5db)]!==_0x1b7a26['session'][_0xa661e9(0x5db)]||_0x41235d['setActive'](_0x41235d[_0xa661e9(0x22c)][_0xa661e9(0x3a8)]===_0x3a87f9);});}}[_0x1875ac(0x2ec)](_0x171912){const _0xa330b0=_0x1875ac;let _0x4bf908=[];return this['_sessions'][_0xa330b0(0x50a)](_0x1ac998=>{const _0x197535=_0xa330b0;_0x1ac998[_0x197535(0x22c)][_0x197535(0xc7)]===_0x197535(0x379)&&(_0x171912&&_0x1ac998['session'][_0x197535(0x3a8)]!==_0x171912||(this[_0x197535(0x176)](_0x1ac998['session']),this[_0x197535(0x19e)](_0x1ac998[_0x197535(0x22c)][_0x197535(0x3a8)]),_0x1ac998[_0x197535(0x23f)](!0x1),_0x4bf908[_0x197535(0x26f)](_0x1ac998['session'])));}),_0x4bf908;}[_0x1875ac(0x5c2)](_0xfb1393){const _0x452485=_0x1875ac;let _0x41fe54=this[_0x452485(0x502)]['get'](_0xfb1393);if(!(!_0x41fe54||_0x41fe54[_0x452485(0x22c)]['layout']==='tab-peer'))return this['_runChildBeforeDeactivate'](_0x41fe54[_0x452485(0x22c)]),_0x41fe54[_0x452485(0x23f)](!0x1),_0x41fe54[_0x452485(0x22c)];}[_0x1875ac(0x23f)](_0x241a22,_0x34f8fa){const _0x1d0df5=_0x1875ac;var _0x231d26;(_0x231d26=this[_0x1d0df5(0x502)][_0x1d0df5(0xdd)](_0x241a22))==null||_0x231d26[_0x1d0df5(0x23f)](_0x34f8fa);}[_0x1875ac(0x176)](_0x9b955f){const _0x3bac82=_0x1875ac;let _0x582de1=_0x9b955f[_0x3bac82(0x3b1)];if(!_0x582de1)return;let _0x29dba2=this[_0x3bac82(0x5bf)][_0x3bac82(0xdd)](_0x9b955f[_0x3bac82(0x2dc)]);if(_0x29dba2!=null&&_0x29dba2[_0x3bac82(0x3ac)])try{_0x29dba2[_0x3bac82(0x3ac)](_0x582de1);}catch(_0x544e73){console[_0x3bac82(0x553)]('[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view',_0x544e73);}}['_resolveLayout'](_0x43fe3a){const _0x3ef199=_0x1875ac;var _0x571b05,_0x3da893;let _0x32bc89=((_0x571b05=_0x43fe3a[_0x3ef199(0x181)])==null?void 0x0:_0x571b05[_0x3ef199(0x49c)])||void 0x0;if(_0x32bc89!=null&&_0x32bc89[_0x3ef199(0xc7)])return _0x32bc89[_0x3ef199(0xc7)];let _0x56452c=((_0x3da893=_0x43fe3a[_0x3ef199(0x181)])==null?void 0x0:_0x3da893[_0x3ef199(0x35d)])||void 0x0;if(_0x56452c!=null&&_0x56452c['enabled'])return'tab-peer';throw Error(_0x3ef199(0xf5));}[_0x1875ac(0x51f)](_0x1b37a6,_0x550049,_0x22db7b,_0x603a0){const _0x56d0af=_0x1875ac;var _0x2fd472,_0x73ae82,_0x321557,_0x1ac287,_0x54769a,_0x485f15,_0x53b1df,_0x26e56e,_0x2ef207,_0x584f50;let _0xd6ed08=new _0x5787f7(!0x0),_0x592534=_0x1b37a6['hostAnchorId'],_0x1a3051=(_0x2fd472=_0x1b37a6['sourceMeta'])==null?void 0x0:_0x2fd472[_0x56d0af(0x35d)],_0x1be42d=_0x1a3051&&_0x1a3051[_0x56d0af(0x31b)]?_0x56d0af(0x35d):(_0x73ae82=_0x1b37a6[_0x56d0af(0x181)])!=null&&_0x73ae82['floating']?_0x56d0af(0x303):'inline',_0x3b4999=(_0x321557=(_0x1ac287=_0x603a0==null?void 0x0:_0x603a0['content'])==null?Oa(_0x22db7b,_0x56d0af(0x2f5)):_0x1ac287)==null?_0x22db7b:_0x321557,_0x34816d=(_0x54769a=(_0x485f15=_0x603a0==null?void 0x0:_0x603a0[_0x56d0af(0x25d)])==null?Oa(_0x22db7b,_0x56d0af(0x167)):_0x485f15)==null?_0x22db7b:_0x54769a,_0x46c518=(_0x53b1df=(_0x26e56e=_0x603a0==null?void 0x0:_0x603a0['overlay'])==null?Oa(_0x22db7b,_0x56d0af(0xd4)):_0x26e56e)==null?_0x22db7b:_0x53b1df,_0x42453a=(_0x2ef207=(_0x584f50=_0x603a0==null?void 0x0:_0x603a0[_0x56d0af(0x2d1)])==null?Oa(_0x22db7b,_0x56d0af(0x2b3)):_0x584f50)==null?_0x46c518:_0x2ef207,_0x27563e=this['_overlayRootService'][_0x56d0af(0x134)]({'childUnitId':_0x1b37a6[_0x56d0af(0x584)],'embedId':_0x1b37a6['embedId'],'hostAnchorId':_0x592534,'root':_0x46c518}),_0x177efc=_0x17cffd=>{const _0x12d95b=_0x56d0af;_0xd6ed08[_0x12d95b(0x4d5)]()!==_0x17cffd&&(Vo(_0x22db7b,_0x17cffd,_0x1be42d),_0xd6ed08[_0x12d95b(0x147)](_0x17cffd));};return Vo(_0x22db7b,!0x0,_0x1be42d),{'renderScope':{'hostUnitId':_0x1b37a6[_0x56d0af(0x5db)],'hostAnchorId':_0x592534,'embedId':_0x1b37a6[_0x56d0af(0x3a8)],'childUnitId':_0x1b37a6[_0x56d0af(0x584)],'childType':_0x1b37a6[_0x56d0af(0x2dc)],'layout':_0x550049,'mode':_0x1be42d,'rootElement':_0x22db7b,'contentRoot':_0x3b4999,'canvasRoot':_0x34816d,'overlayRoot':_0x46c518,'popupRoot':_0x42453a,'menuOutlet':_0x603a0!=null&&_0x603a0[_0x56d0af(0x1b7)]?{'container':_0x603a0['menuSlot']}:void 0x0,'active$':_0xd6ed08[_0x56d0af(0xf9)]()},'disposable':_0xc4495d(()=>{const _0x283589=_0x56d0af;_0x27563e['dispose'](),_0x177efc(!0x1),_0xd6ed08[_0x283589(0x51c)]();}),'setActive':_0x177efc};}['_registerRuntimeBoundary'](_0x38ec5e,_0x5a7bbb,_0x131b1a,_0x462907){const _0x1cde94=_0x1875ac;let _0x44a224=this[_0x1cde94(0x206)][_0x1cde94(0x47a)](Ra),_0x45ec7c=this[_0x1cde94(0x206)][_0x1cde94(0x47a)](X);if(!_0x44a224&&!_0x45ec7c)return;let _0x2bc283=_0x44a224?this[_0x1cde94(0x206)]['get'](Ra):void 0x0,_0x403ece=_0x45ec7c?this[_0x1cde94(0x206)][_0x1cde94(0xdd)](X):void 0x0,_0x40735c=new Map(),_0x11c200=(_0x3512d7,_0x1b0b93)=>{const _0x754924=_0x1cde94;if(!_0x3512d7)return;let _0x19a015=_0x40735c['get'](_0x3512d7);(!_0x19a015||_0x19a015===_0x754924(0x1bb))&&_0x40735c[_0x754924(0x116)](_0x3512d7,_0x1b0b93);};_0x11c200(_0x5a7bbb,'runtime'),_0x11c200(_0x131b1a['rootElement'],_0x1cde94(0x1bb)),_0x11c200(_0x131b1a['contentRoot'],_0x1cde94(0x1bb)),_0x11c200(_0x131b1a['canvasRoot'],'runtime'),_0x11c200(_0x131b1a[_0x1cde94(0x58a)],'runtime'),_0x11c200(_0x462907[_0x1cde94(0x34c)],_0x1cde94(0x1bb)),_0x11c200(_0x462907[_0x1cde94(0x31d)],_0x1cde94(0x1bb)),_0x11c200(_0x462907[_0x1cde94(0x25d)],_0x1cde94(0x1bb)),_0x11c200(_0x462907[_0x1cde94(0x114)],_0x1cde94(0x1bb)),_0x11c200(_0x131b1a[_0x1cde94(0x157)],'child-popup'),_0x11c200(_0x462907[_0x1cde94(0x2d1)],_0x1cde94(0x556));let _0x2acd19=[..._0x40735c]['flatMap'](([_0x68bb00,_0x3875d4])=>[_0x2bc283==null?void 0x0:_0x2bc283[_0x1cde94(0x304)](_0x38ec5e[_0x1cde94(0x3a8)],_0x68bb00),_0x403ece==null?void 0x0:_0x403ece[_0x1cde94(0x265)]({'embedId':_0x38ec5e[_0x1cde94(0x3a8)],'role':_0x3875d4,'element':_0x68bb00})][_0x1cde94(0x40e)](_0x52943c=>!!_0x52943c));return _0xc4495d(()=>{const _0x5c01b7=_0x1cde94;[..._0x2acd19][_0x5c01b7(0x17c)]()[_0x5c01b7(0x50a)](_0x371376=>_0x371376[_0x5c01b7(0xa7)]());});}[_0x1875ac(0x1c5)](_0x2c9f7f){const _0x1e8cf5=_0x1875ac;return _0x2c9f7f?_0x1e8cf5(0xa7)in _0x2c9f7f?{'disposable':_0x2c9f7f}:{'hostElement':_0x2c9f7f[_0x1e8cf5(0x2be)],'runtimeRoots':_0x2c9f7f['runtimeRoots'],'disposable':_0x2c9f7f[_0x1e8cf5(0x594)]?_0xc4495d(()=>{const _0x4103d7=_0x1e8cf5;var _0x52d6c3;return(_0x52d6c3=_0x2c9f7f[_0x4103d7(0x594)])==null?void 0x0:_0x52d6c3[_0x4103d7(0xa7)]();}):void 0x0}:{};}['_mountFloatingMenu'](_0x471484){const _0x1e7072=_0x1875ac;if(!this[_0x1e7072(0x206)][_0x1e7072(0x47a)](Mo))return;let _0x29e583=this[_0x1e7072(0x206)][_0x1e7072(0xdd)](Mo)[_0x1e7072(0xdd)](_0x471484['descriptor'][_0x1e7072(0x3f8)],_0x471484['descriptor'][_0x1e7072(0x4e4)],_0x471484[_0x1e7072(0x2dc)]);if(!_0x29e583)return;let _0xea034f=this[_0x1e7072(0x206)][_0x1e7072(0x47a)](Fa)?this['_injector']['get'](Fa)[_0x1e7072(0x399)]():null,_0x27770f=_0x29e583['mount']({..._0x471484,'active':_0xea034f});return _0x27770f?_0xc4495d(()=>_0x27770f[_0x1e7072(0xa7)]()):void 0x0;}['_registerChildFocusBridge'](_0x227783,_0x4333bb,_0x5268cc,_0x5063da){const _0x471563=_0x1875ac;let _0x5be6f6=this[_0x471563(0x206)][_0x471563(0x47a)](Ra)?this[_0x471563(0x206)][_0x471563(0xdd)](Ra):void 0x0,_0x57f1ec=this[_0x471563(0x206)]['has'](X)?this[_0x471563(0x206)][_0x471563(0xdd)](X):void 0x0,_0x559555=_0x4333bb[_0x471563(0x3e5)],_0x4a9b5e=[],_0x169036=()=>_0x5268cc===_0x471563(0x303)?this[_0x471563(0x206)]['has'](Fa)?this[_0x471563(0x206)][_0x471563(0xdd)](Fa)[_0x471563(0x4f4)](_0x227783[_0x471563(0x3a8)])===_0x471563(0x3fb):!0x1:!0x0,_0x9427f5=(_0x1e7273,_0x14f274={})=>{const _0x1d8609=_0x471563;let _0x1b5e3e=_0x14f274[_0x1d8609(0x1a4)]!==!0x1,_0x6e1582=_0x14f274[_0x1d8609(0x361)]!==!0x1,_0xc247fd=(_0x1e7273==null?void 0x0:_0x1e7273[_0x1d8609(0x3fe)])instanceof Element?_0x1e7273[_0x1d8609(0x3fe)]:null;if(!(_0xc247fd!=null&&_0xc247fd[_0x1d8609(0x509)](_0x1d8609(0x2a9)))&&!(!_0x227783['childUnitId']||_0x227783[_0x1d8609(0x2dc)]==null)&&_0x169036()){if(_0x5268cc===_0x1d8609(0x303)&&_0x5063da&&(_0x5063da[_0x1d8609(0x27d)](_0x227783[_0x1d8609(0x584)]),_0x1b5e3e&&_0x5063da[_0x1d8609(0x1a4)](_0x227783['childUnitId'])),_0x5268cc==='tab'&&this[_0x1d8609(0x206)][_0x1d8609(0x47a)](_0x211037)){var _0x37cb03,_0x456a4b;let _0x4c9a71=this['_injector']['get'](_0x211037),_0x2ae4d4=_0x4c9a71[_0x1d8609(0x55d)],_0x34ad1d=_0x4c9a71[_0x1d8609(0x5b2)];(typeof _0x2ae4d4!=_0x1d8609(0x39e)||((_0x37cb03=_0x2ae4d4[_0x1d8609(0x238)](_0x4c9a71,_0x227783[_0x1d8609(0x2dc)]))==null?void 0x0:_0x37cb03['getUnitId']())!==_0x227783['childUnitId'])&&_0x4c9a71[_0x1d8609(0x27d)](_0x227783[_0x1d8609(0x584)]),_0x1b5e3e&&(typeof _0x34ad1d!='function'||((_0x456a4b=_0x34ad1d['call'](_0x4c9a71))==null?void 0x0:_0x456a4b['getUnitId']())!==_0x227783[_0x1d8609(0x584)])&&_0x4c9a71[_0x1d8609(0x1a4)](_0x227783[_0x1d8609(0x584)]);}if(_0x5268cc===_0x1d8609(0x35d)&&this[_0x1d8609(0x206)][_0x1d8609(0x47a)](_0x27751b)){let _0x9efc32=this['_injector']['get'](_0x27751b);_0x9efc32[_0x1d8609(0x596)](_0x1e36e9,!0x0),_0x9efc32['setContextValue'](_0x1b7746,_0x227783['childType']===_0x1e9bfe[_0x1d8609(0x1c1)]),_0x9efc32[_0x1d8609(0x596)](_0x1f0a23,_0x227783[_0x1d8609(0x2dc)]===_0x1e9bfe[_0x1d8609(0x57f)]),_0x9efc32[_0x1d8609(0x596)](_0x2ea7cf,_0x227783[_0x1d8609(0x2dc)]===_0x1e9bfe[_0x1d8609(0x2e3)]);}if(this['_injector'][_0x1d8609(0x47a)](_0xc117e5)){let _0x4078ff=this[_0x1d8609(0x206)][_0x1d8609(0xdd)](_0xc117e5),_0x3e00e2={'hostUnitId':_0x227783[_0x1d8609(0x5db)],'embedId':_0x227783[_0x1d8609(0x3a8)],'childUnitId':_0x227783[_0x1d8609(0x584)],'childType':_0x227783['childType'],'reason':_0x1d8609(0x5c8)},_0x7c95a8=_0x4078ff['getFocusOwner']();((_0x7c95a8==null?void 0x0:_0x7c95a8[_0x1d8609(0x5db)])!==_0x3e00e2[_0x1d8609(0x5db)]||_0x7c95a8[_0x1d8609(0x3a8)]!==_0x3e00e2[_0x1d8609(0x3a8)]||_0x7c95a8[_0x1d8609(0x584)]!==_0x3e00e2[_0x1d8609(0x584)]||_0x7c95a8['childType']!==_0x3e00e2[_0x1d8609(0x2dc)]||_0x7c95a8[_0x1d8609(0x1e0)]!==_0x3e00e2[_0x1d8609(0x1e0)])&&_0x4078ff[_0x1d8609(0x4b9)](_0x3e00e2);}_0x6e1582&&this['activateSession'](_0x227783[_0x1d8609(0x3a8)]);}},_0x238834=_0x224216=>{const _0x39744e=_0x471563;let _0x89a5c9=_0x224216['target']instanceof Element?_0x224216['target']:null;if(!_0x89a5c9||_0x4333bb['contains'](_0x89a5c9)||!(_0x5be6f6!=null&&_0x5be6f6[_0x39744e(0x11b)](_0x227783[_0x39744e(0x3a8)],_0x89a5c9,_0x224216)||_0x57f1ec!=null&&_0x57f1ec[_0x39744e(0x31e)](_0x227783['embedId'],_0x89a5c9,_0x224216)))return;_0x9427f5(_0x224216,{'focusUnit':!0x1,'activateSession':!0x1});let _0x1c3c97=_0x559555[_0x39744e(0x416)];_0x1c3c97&&_0x4a9b5e[_0x39744e(0x26f)](_0x1c3c97[_0x39744e(0x220)](()=>_0x9427f5(_0x224216,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x4333bb['addEventListener']('pointerdown',_0x9427f5,{'capture':!0x0}),_0x4333bb['addEventListener'](_0x471563(0x392),_0x9427f5),_0x559555[_0x471563(0x35e)](_0x471563(0x3bd),_0x238834,{'capture':!0x0}),_0x559555[_0x471563(0x35e)](_0x471563(0x392),_0x238834,{'capture':!0x0}),_0xc4495d(()=>{const _0x40a07e=_0x471563;_0x4333bb[_0x40a07e(0x44e)]('pointerdown',_0x9427f5,{'capture':!0x0}),_0x4333bb['removeEventListener']('focusin',_0x9427f5),_0x559555[_0x40a07e(0x44e)](_0x40a07e(0x3bd),_0x238834,{'capture':!0x0}),_0x559555[_0x40a07e(0x44e)](_0x40a07e(0x392),_0x238834,{'capture':!0x0}),_0x4a9b5e['forEach'](_0x251718=>{const _0x17377e=_0x40a07e;var _0x42cf8f;return(_0x42cf8f=_0x559555[_0x17377e(0x416)])==null?void 0x0:_0x42cf8f[_0x17377e(0x130)](_0x251718);});});}[_0x1875ac(0x4ed)](_0x963cce){const _0x1e9474=_0x1875ac;if(this[_0x1e9474(0x21e)](_0x963cce),this[_0x1e9474(0x206)][_0x1e9474(0x47a)](_0x211037)){let _0x153ddb=this[_0x1e9474(0x206)][_0x1e9474(0xdd)](_0x211037);_0x153ddb[_0x1e9474(0x27d)](_0x963cce['childUnitId']),_0x153ddb[_0x1e9474(0x1a4)](_0x963cce['childUnitId']);}if(this[_0x1e9474(0x206)][_0x1e9474(0x47a)](_0x27751b)){let _0x8ef1c4=this[_0x1e9474(0x206)][_0x1e9474(0xdd)](_0x27751b);_0x8ef1c4['setContextValue'](_0x1e36e9,!0x0),_0x8ef1c4[_0x1e9474(0x596)](_0x1b7746,_0x963cce[_0x1e9474(0x2dc)]===_0x1e9bfe[_0x1e9474(0x1c1)]),_0x8ef1c4['setContextValue'](_0x1f0a23,_0x963cce[_0x1e9474(0x2dc)]===_0x1e9bfe[_0x1e9474(0x57f)]),_0x8ef1c4[_0x1e9474(0x596)](_0x2ea7cf,_0x963cce[_0x1e9474(0x2dc)]===_0x1e9bfe['UNIVER_SLIDE']);}this['_injector'][_0x1e9474(0x47a)](_0xc117e5)&&this[_0x1e9474(0x206)][_0x1e9474(0xdd)](_0xc117e5)[_0x1e9474(0x4b9)]({'hostUnitId':_0x963cce[_0x1e9474(0x5db)],'embedId':_0x963cce[_0x1e9474(0x3a8)],'childUnitId':_0x963cce[_0x1e9474(0x584)],'childType':_0x963cce['childType'],'reason':_0x1e9474(0x5a0)});}[_0x1875ac(0x21e)](_0x41d629){const _0x3ef426=_0x1875ac;if(!this[_0x3ef426(0x206)][_0x3ef426(0x47a)](X))return;this[_0x3ef426(0x3f7)](_0x41d629[_0x3ef426(0x5db)],_0x41d629[_0x3ef426(0x3a8)]),this[_0x3ef426(0x19e)](_0x41d629['embedId']);let _0x4b23be=this[_0x3ef426(0x206)]['get'](X)[_0x3ef426(0x413)]({'embedId':_0x41d629[_0x3ef426(0x3a8)],'role':_0x3ef426(0x152),'owner':_0x3ef426(0x1fc),'sessionMode':_0x3ef426(0x2a3),'hostUnitId':_0x41d629['hostUnitId'],'childUnitId':_0x41d629['childUnitId'],'childType':_0x41d629[_0x3ef426(0x2dc)]});this[_0x3ef426(0x279)][_0x3ef426(0x116)](_0x41d629[_0x3ef426(0x3a8)],{'hostUnitId':_0x41d629['hostUnitId'],'disposable':_0x4b23be});}[_0x1875ac(0x3f7)](_0xea68da,_0x26a99f){const _0x3c9756=_0x1875ac;[...this[_0x3c9756(0x279)]['entries']()][_0x3c9756(0x50a)](([_0x4ab129,_0x111661])=>{const _0xeed35=_0x3c9756;_0x4ab129===_0x26a99f||_0x111661[_0xeed35(0x5db)]!==_0xea68da||(_0x111661['disposable'][_0xeed35(0xa7)](),this[_0xeed35(0x279)]['delete'](_0x4ab129));});}[_0x1875ac(0x19e)](_0x2ea58d){const _0x222aa1=_0x1875ac;let _0x51b19b=this['_tabFocusLeases']['get'](_0x2ea58d);_0x51b19b&&(_0x51b19b['disposable'][_0x222aa1(0xa7)](),this[_0x222aa1(0x279)][_0x222aa1(0x5c4)](_0x2ea58d));}[_0x1875ac(0x544)](_0x1b889f){const _0x421897=_0x1875ac;var _0x48b572,_0x23f36a;if((_0x48b572=_0x1b889f[_0x421897(0x181)])!=null&&_0x48b572['tab']&&_0x1b889f[_0x421897(0x181)][_0x421897(0x35d)][_0x421897(0x31b)]||!this[_0x421897(0x206)][_0x421897(0x47a)](_0x211037)||!_0x1b889f[_0x421897(0x584)])return _0xc4495d(()=>{});let _0x29e1d5=this[_0x421897(0x206)][_0x421897(0xdd)](_0x211037),_0x39b019=_0x29e1d5['getFocusedUnit'],_0x3c1b23=_0x29e1d5['focusUnit'];if(typeof _0x39b019!=_0x421897(0x39e)||typeof _0x3c1b23!=_0x421897(0x39e))return _0xc4495d(()=>{});let _0x22d223=(_0x23f36a=_0x39b019[_0x421897(0x238)](_0x29e1d5))==null?void 0x0:_0x23f36a['getUnitId']();if(!_0x22d223||_0x22d223===_0x1b889f['childUnitId'])return _0xc4495d(()=>{});let _0x42ebf4=()=>{const _0x29dd91=_0x421897;var _0x458ff5;((_0x458ff5=_0x39b019[_0x29dd91(0x238)](_0x29e1d5))==null?void 0x0:_0x458ff5[_0x29dd91(0x2f4)]())===_0x1b889f[_0x29dd91(0x584)]&&_0x3c1b23[_0x29dd91(0x238)](_0x29e1d5,_0x22d223);},_0x4e4b09=[],_0x2088f9=[];return _0x42ebf4(),typeof window<'u'&&(_0x2088f9[_0x421897(0x26f)](window[_0x421897(0x597)](_0x42ebf4)),_0x4e4b09[_0x421897(0x26f)](window[_0x421897(0x220)](_0x42ebf4,0x0)),_0x4e4b09[_0x421897(0x26f)](window['setTimeout'](_0x42ebf4,0x78))),_0xc4495d(()=>{const _0xec875e=_0x421897;typeof window>'u'||(_0x2088f9[_0xec875e(0x50a)](_0x4de71a=>window[_0xec875e(0x38d)](_0x4de71a)),_0x4e4b09['forEach'](_0x303e3e=>window[_0xec875e(0x130)](_0x303e3e)));});}['_assertChildUnitAvailable'](_0x3a6874){const _0x283a8f=_0x1875ac;let _0x51bdea=[...this[_0x283a8f(0x502)][_0x283a8f(0x4f1)]()]['find'](({session:_0x321e10})=>_0x321e10[_0x283a8f(0x3a8)]!==_0x3a6874[_0x283a8f(0x3a8)]&&_0x321e10[_0x283a8f(0x584)]===_0x3a6874[_0x283a8f(0x584)]);if(_0x51bdea)throw new zo(_0x3a6874[_0x283a8f(0x584)],_0x51bdea[_0x283a8f(0x22c)][_0x283a8f(0x3a8)]);if(this['_univerInstanceService'][_0x283a8f(0x222)](_0x3a6874[_0x283a8f(0x584)],_0x3a6874[_0x283a8f(0x2dc)]))return;let _0x4c471d=this[_0x283a8f(0x115)]['getUnitType'](_0x3a6874[_0x283a8f(0x584)]);throw _0x4c471d!==_0x1e9bfe['UNRECOGNIZED']&&_0x4c471d!==_0x3a6874['childType']?Error(_0x283a8f(0x201)):Error(_0x283a8f(0x285));}};Bo=Lo([Q(0x0,_0x1f7509(No)),Q(0x1,_0x1f7509(jo)),Q(0x2,_0x1f7509(Po)),Q(0x3,_0x1f7509(Fo)),Q(0x4,_0x211037),Q(0x5,_0x1f7509(za)),Q(0x6,_0x1f7509(_0x41ed41))],Bo);function Vo(_0xf4814f,_0x2dd50f,_0x2948d4){const _0xb9a2c2=_0x1875ac;if(_0xf4814f[_0xb9a2c2(0x558)][_0xb9a2c2(0x19d)]=_0x2dd50f?_0xb9a2c2(0x1ac):'false',_0x2948d4!==_0xb9a2c2(0x35d)){_0xf4814f[_0xb9a2c2(0x136)]('inert'),_0xf4814f['removeAttribute']('aria-hidden'),_0xf4814f[_0xb9a2c2(0x1e5)][_0xb9a2c2(0x17e)](_0xb9a2c2(0x575)),_0xf4814f['style']['removeProperty'](_0xb9a2c2(0x3d2));return;}if(_0xf4814f[_0xb9a2c2(0x472)](_0xb9a2c2(0x2cf),!_0x2dd50f),_0x2dd50f){_0xf4814f[_0xb9a2c2(0x136)](_0xb9a2c2(0x5ac)),_0xf4814f[_0xb9a2c2(0x1e5)][_0xb9a2c2(0x17e)](_0xb9a2c2(0x575)),_0xf4814f[_0xb9a2c2(0x1e5)]['removeProperty'](_0xb9a2c2(0x3d2));return;}_0xf4814f['setAttribute']('aria-hidden','true'),_0xf4814f[_0xb9a2c2(0x1e5)][_0xb9a2c2(0x575)]=_0xb9a2c2(0x23d),_0xf4814f[_0xb9a2c2(0x1e5)][_0xb9a2c2(0x380)]=_0xb9a2c2(0x23d);}function Ho(_0x2f2036){const _0x3a4cd6=_0x1875ac;let _0x198105=document['createElement'](_0x3a4cd6(0x50f));return _0x198105[_0x3a4cd6(0x558)][_0x3a4cd6(0x230)]=_0x2f2036==null?_0x3a4cd6(0x320):_0x2f2036,_0x198105['style'][_0x3a4cd6(0x226)]=['box-sizing:border-box',_0x3a4cd6(0x511),_0x3a4cd6(0x160),_0x3a4cd6(0x177),'display:flex','align-items:center','justify-content:center',_0x3a4cd6(0x4a8),_0x3a4cd6(0x1d0),_0x3a4cd6(0x555),_0x3a4cd6(0x18b),'color:rgba(30,34,43,.64)',_0x3a4cd6(0x232),'text-align:center'][_0x3a4cd6(0x196)](';'),_0x198105[_0x3a4cd6(0x534)]=_0x2f2036===_0x3a4cd6(0x4d1)?_0x3a4cd6(0x52e):'Nested\x20embed\x20is\x20not\x20supported.',_0x198105;}let Uo=class{constructor(_0x167f6b,_0x139b5a,_0x33f0ac,_0x17e99d,_0xe3dead,_0xeb3be7,_0x2189ad,_0x24cacf,_0x44faae){const _0x222d2d=_0x1875ac;this[_0x222d2d(0x115)]=_0x167f6b,this[_0x222d2d(0x1b5)]=_0x139b5a,this['_hostAdapterRegistry']=_0x33f0ac,this['_menuOverrideService']=_0x17e99d,this[_0x222d2d(0x317)]=_0xe3dead,this[_0x222d2d(0x24f)]=_0xeb3be7,this[_0x222d2d(0x585)]=_0x2189ad,this[_0x222d2d(0x437)]=_0x24cacf,this[_0x222d2d(0xd6)]=_0x44faae,J(this,_0x222d2d(0x4ac),new Map()),J(this,_0x222d2d(0x419),new Map());}[_0x1875ac(0x269)](_0xdd5ee7){const _0x4328b8=_0x1875ac;var _0x37def1;this[_0x4328b8(0xd1)](_0xdd5ee7),this[_0x4328b8(0x1f5)](_0xdd5ee7),this[_0x4328b8(0x1e2)][_0x4328b8(0x347)]({'embedId':_0xdd5ee7[_0x4328b8(0x3a8)],'hostUnitId':_0xdd5ee7[_0x4328b8(0x5db)],'hostType':_0xdd5ee7[_0x4328b8(0x3f8)],'entry':_0xdd5ee7[_0x4328b8(0x4e4)],'hostAnchorId':_0xdd5ee7[_0x4328b8(0x10f)],'descriptor':_0xdd5ee7}),this[_0x4328b8(0x317)][_0x4328b8(0x361)](_0xdd5ee7[_0x4328b8(0x3a8)]);let _0x46eb8a=this[_0x4328b8(0x24f)]['get'](_0xdd5ee7[_0x4328b8(0x2dc)]);return this['_menuOverrideService']['activate'](_0xdd5ee7,_0x4328b8(0x503),{'layoutPolicy':_0x46eb8a==null||(_0x37def1=_0x46eb8a['layoutPolicy'])==null?void 0x0:_0x37def1['tab'],'allowPlaceholder':(_0x46eb8a==null?void 0x0:_0x46eb8a[_0x4328b8(0x2ce)])===_0x4328b8(0x4cf)||(_0x46eb8a==null?void 0x0:_0x46eb8a['hostHeaderMode'])===_0x4328b8(0x4bd)});}[_0x1875ac(0x357)](_0x32b5a5,_0x55fa83,_0x437dc6={}){const _0xb257c8=_0x1875ac;this['_assertResolvedChild'](_0x32b5a5),this[_0xb257c8(0x1b5)][_0xb257c8(0x4b9)]({'hostUnitId':_0x32b5a5['hostUnitId'],'embedId':_0x32b5a5[_0xb257c8(0x3a8)],'childUnitId':_0x32b5a5['childUnitId'],'childType':_0x32b5a5[_0xb257c8(0x2dc)],'reason':_0xb257c8(0x5c8)}),this[_0xb257c8(0x317)][_0xb257c8(0x361)](_0x32b5a5[_0xb257c8(0x3a8)]);let _0x5ad87d={'hostUnitId':_0x32b5a5[_0xb257c8(0x5db)],'embedId':_0x32b5a5[_0xb257c8(0x3a8)],'childUnitId':_0x32b5a5[_0xb257c8(0x584)]};_0x55fa83?this['_floatingActiveService'][_0xb257c8(0x248)](_0x5ad87d,_0x55fa83):this[_0xb257c8(0x585)][_0xb257c8(0x248)](_0x5ad87d),this[_0xb257c8(0x45e)][_0xb257c8(0x1f4)](),_0x55fa83==='stage2'?(this[_0xb257c8(0x2e7)](_0x32b5a5[_0xb257c8(0x584)],_0x32b5a5[_0xb257c8(0x2dc)]),this['_preserveHostGlobalFocusForFloating'](_0x32b5a5)):this[_0xb257c8(0x12b)]();}[_0x1875ac(0x4c4)](_0x3c1fa7,_0x4a6f26={}){const _0x238329=_0x1875ac;this[_0x238329(0x357)](_0x3c1fa7,_0x238329(0x3fb),_0x4a6f26);}[_0x1875ac(0x3f6)](_0x30e19f){const _0x460fe8=_0x1875ac;this[_0x460fe8(0xd1)](_0x30e19f),this[_0x460fe8(0x1b5)]['setFocusOwner']({'hostUnitId':_0x30e19f[_0x460fe8(0x5db)],'embedId':_0x30e19f[_0x460fe8(0x3a8)],'childUnitId':_0x30e19f[_0x460fe8(0x584)],'childType':_0x30e19f[_0x460fe8(0x2dc)],'reason':'pointer'}),this[_0x460fe8(0xfd)](_0x30e19f[_0x460fe8(0x584)],_0x30e19f[_0x460fe8(0x2dc)]);}[_0x1875ac(0x266)](_0x5f3d03){const _0x8dfa63=_0x1875ac;let _0x347add=this[_0x8dfa63(0x1b5)][_0x8dfa63(0x127)]();_0x347add!=null&&_0x347add['embedId']&&_0x347add[_0x8dfa63(0x3a8)]!==_0x5f3d03[_0x8dfa63(0x3a8)]||(this[_0x8dfa63(0x1b5)][_0x8dfa63(0x5d0)](_0x5f3d03[_0x8dfa63(0x3a8)]),this['_univerInstanceService']['setCurrentUnitForType'](_0x5f3d03[_0x8dfa63(0x5db)]),this[_0x8dfa63(0x115)][_0x8dfa63(0x1a4)](_0x5f3d03['hostUnitId']));}[_0x1875ac(0x170)](_0x257a18,_0x397f7a){const _0x38bffa=_0x1875ac;var _0x14b2d5;let _0x5c5a76=this['_focusOwnerService'][_0x38bffa(0x127)]();if(_0x257a18&&_0x5c5a76!=null&&_0x5c5a76[_0x38bffa(0x3a8)]&&_0x5c5a76[_0x38bffa(0x3a8)]!==_0x257a18)return;let _0x1e1eeb=this[_0x38bffa(0x585)][_0x38bffa(0x399)]();if(_0x257a18&&!_0x5c5a76&&(_0x1e1eeb==null?void 0x0:_0x1e1eeb['embedId'])!==_0x257a18&&!_0x397f7a)return;let _0x454a7c=(_0x14b2d5=_0x397f7a==null?_0x5c5a76==null?void 0x0:_0x5c5a76[_0x38bffa(0x5db)]:_0x397f7a)==null?_0x1e1eeb==null?void 0x0:_0x1e1eeb[_0x38bffa(0x5db)]:_0x14b2d5;this[_0x38bffa(0x585)][_0x38bffa(0x1f4)](_0x257a18),this[_0x38bffa(0x1b5)][_0x38bffa(0x5d0)](_0x257a18),this[_0x38bffa(0x45e)][_0x38bffa(0x1f4)](_0x257a18),this['_releaseFloatingHostFocusRestorers'](_0x257a18),_0x257a18&&this['_mountService'][_0x38bffa(0x5c2)](_0x257a18),_0x454a7c&&(this[_0x38bffa(0x115)][_0x38bffa(0x27d)](_0x454a7c),this['_univerInstanceService'][_0x38bffa(0x1a4)](_0x454a7c));}['clearTab'](_0x54ae85){const _0x294883=_0x1875ac;this[_0x294883(0x45e)][_0x294883(0x1f4)](_0x54ae85),this[_0x294883(0x1b5)]['clearFocusOwner'](_0x54ae85);let _0x2aa6ef=this[_0x294883(0x317)]['deactivateTabSessions'](_0x54ae85);_0x2aa6ef[_0x294883(0x50a)](_0x1db795=>this['_restorePreviousChildCurrentUnit'](_0x1db795[_0x294883(0x3a8)],_0x1db795[_0x294883(0x2dc)],_0x1db795[_0x294883(0x584)])),new Set(_0x2aa6ef[_0x294883(0x50d)](_0x2f7b7f=>_0x2f7b7f[_0x294883(0x5db)]))[_0x294883(0x50a)](_0x26d507=>{const _0x27662b=_0x294883;this['_univerInstanceService'][_0x27662b(0x27d)](_0x26d507),this[_0x27662b(0x115)][_0x27662b(0x1a4)](_0x26d507);});}['_rememberPreviousChildCurrentUnit'](_0x12dda5){const _0x380954=_0x1875ac;let _0x3438bf=_0x12dda5[_0x380954(0x2dc)],_0x4485c6=this[_0x380954(0x97)](_0x3438bf);this['_previousChildCurrentUnits']['set'](_0x12dda5['embedId'],{'childType':_0x3438bf,'unitId':_0x4485c6&&_0x4485c6!==_0x12dda5[_0x380954(0x584)]?_0x4485c6:void 0x0});}[_0x1875ac(0x1f7)](_0x4052ca,_0x35beab,_0x4c9b76){const _0x471612=_0x1875ac;let _0x364098=this[_0x471612(0x4ac)][_0x471612(0xdd)](_0x4052ca);this['_previousChildCurrentUnits']['delete'](_0x4052ca);let _0x9f53a4=(_0x364098==null?void 0x0:_0x364098[_0x471612(0x2dc)])===_0x35beab&&_0x364098[_0x471612(0x2c1)]&&this[_0x471612(0x262)](_0x364098[_0x471612(0x2c1)],_0x35beab)?_0x364098[_0x471612(0x2c1)]:this[_0x471612(0x32b)](_0x35beab,_0x4c9b76);_0x9f53a4&&this[_0x471612(0x115)][_0x471612(0x27d)](_0x9f53a4);}[_0x1875ac(0x97)](_0xdc9be0){const _0x231d18=_0x1875ac;var _0x359374;let _0x4b06a4=this[_0x231d18(0x115)][_0x231d18(0x55d)];return _0x4b06a4==null||(_0x359374=_0x4b06a4[_0x231d18(0x238)](this[_0x231d18(0x115)],_0xdc9be0))==null?void 0x0:_0x359374[_0x231d18(0x2f4)]();}[_0x1875ac(0x262)](_0x891631,_0x3d4dfd){const _0x427b6e=_0x1875ac;let _0x39c04e=this[_0x427b6e(0x115)][_0x427b6e(0x222)];return!!(_0x39c04e!=null&&_0x39c04e[_0x427b6e(0x238)](this[_0x427b6e(0x115)],_0x891631,_0x3d4dfd));}[_0x1875ac(0x32b)](_0x4262fc,_0x2a15cb){const _0x27357e=_0x1875ac;var _0x5d7743;let _0x49866c=this[_0x27357e(0x115)][_0x27357e(0x349)];return _0x49866c==null||(_0x5d7743=_0x49866c[_0x27357e(0x238)](this[_0x27357e(0x115)],_0x4262fc))==null||(_0x5d7743=_0x5d7743[_0x27357e(0x19c)](_0x1b2553=>_0x1b2553['getUnitId']()!==_0x2a15cb))==null?void 0x0:_0x5d7743[_0x27357e(0x2f4)]();}['_focusUnit'](_0x1d459f,_0x33dcf1){const _0x21a498=_0x1875ac;var _0x337461;this['_setCurrentUnitForType'](_0x1d459f,_0x33dcf1);let _0x26e899=this[_0x21a498(0x115)][_0x21a498(0x5b2)];(typeof _0x26e899!=_0x21a498(0x39e)||((_0x337461=_0x26e899[_0x21a498(0x238)](this['_univerInstanceService']))==null?void 0x0:_0x337461[_0x21a498(0x2f4)]())!==_0x1d459f)&&this['_univerInstanceService'][_0x21a498(0x1a4)](_0x1d459f),this['_contextService'][_0x21a498(0x596)](_0x1e36e9,!0x0),this[_0x21a498(0x437)]['setContextValue'](_0x1b7746,_0x33dcf1===_0x1e9bfe['UNIVER_DOC']),this['_contextService']['setContextValue'](_0x1f0a23,_0x33dcf1===_0x1e9bfe[_0x21a498(0x57f)]),this['_contextService'][_0x21a498(0x596)](_0x2ea7cf,_0x33dcf1===_0x1e9bfe[_0x21a498(0x2e3)]),this[_0x21a498(0x54b)]();}['_setCurrentUnitForType'](_0x8336e6,_0x569145){const _0x114b13=_0x1875ac;var _0x19a1f6;let _0x2a30cc=this[_0x114b13(0x115)]['getCurrentUnitOfType'];(typeof _0x2a30cc!=_0x114b13(0x39e)||((_0x19a1f6=_0x2a30cc['call'](this['_univerInstanceService'],_0x569145))==null?void 0x0:_0x19a1f6[_0x114b13(0x2f4)]())!==_0x8336e6)&&this[_0x114b13(0x115)]['setCurrentUnitForType'](_0x8336e6);}[_0x1875ac(0x54b)](){const _0x544f66=_0x1875ac;let _0x4d1aaf=()=>this[_0x544f66(0xd6)][_0x544f66(0x2e2)]();_0x4d1aaf(),typeof queueMicrotask=='function'&&queueMicrotask(_0x4d1aaf),requestAnimationFrame(_0x4d1aaf);}['_preserveHostGlobalFocusForFloating'](_0x185e69){const _0xaa1f60=_0x1875ac;var _0x5c8eef;if(this[_0xaa1f60(0x12b)](),_0x185e69[_0xaa1f60(0x4e4)]===_0xaa1f60(0x59a))return;let _0x4b918d=_0x185e69[_0xaa1f60(0x584)],_0x44fd3f=_0x185e69['hostUnitId'],_0x62293a=this['_univerInstanceService'],_0x3ded61=!0x1,_0x35b4fc=()=>{const _0x187f93=_0xaa1f60;var _0x3f9f05;if(!(_0x3ded61||((_0x3f9f05=_0x62293a[_0x187f93(0x5b2)])==null||(_0x3f9f05=_0x3f9f05['call'](this['_univerInstanceService']))==null?void 0x0:_0x3f9f05[_0x187f93(0x2f4)]())!==_0x4b918d)){_0x3ded61=!0x0;try{this[_0x187f93(0x115)]['setCurrentUnitForType'](_0x44fd3f),this['_univerInstanceService'][_0x187f93(0x1a4)](_0x44fd3f);}finally{_0x3ded61=!0x1;}}},_0x1b76c1=(_0x5c8eef=_0x62293a[_0xaa1f60(0x350)])==null?void 0x0:_0x5c8eef[_0xaa1f60(0x3a2)](_0x35b4fc);this['_floatingHostFocusRestorers'][_0xaa1f60(0x116)](_0x185e69[_0xaa1f60(0x3a8)],_0xc4495d(()=>_0x1b76c1==null?void 0x0:_0x1b76c1['unsubscribe']())),_0x35b4fc();}[_0x1875ac(0x12b)](_0x3b0570){const _0xa6385d=_0x1875ac;this[_0xa6385d(0x419)][_0xa6385d(0x50a)]((_0x77af1b,_0x371bc0)=>{const _0x120774=_0xa6385d;_0x3b0570&&_0x371bc0!==_0x3b0570||(_0x77af1b[_0x120774(0xa7)](),this[_0x120774(0x419)][_0x120774(0x5c4)](_0x371bc0));});}[_0x1875ac(0xd1)](_0x467be5){const _0x300445=_0x1875ac;if(!_0x467be5[_0x300445(0x584)]||_0x467be5[_0x300445(0x2dc)]==null)throw Error(_0x300445(0x24a));}};Uo=Lo([Q(0x0,_0x211037),Q(0x1,_0x1f7509(_0xc117e5)),Q(0x2,_0x1f7509(_0x6d41fb)),Q(0x3,_0x1f7509(Ia)),Q(0x4,_0x1f7509(Bo)),Q(0x5,_0x1f7509(Pa)),Q(0x6,_0x1f7509(Fa)),Q(0x7,_0x27751b),Q(0x8,_0x5bbb9f)],Uo);var Wo=class{constructor(){const _0x3a2c72=_0x1875ac;J(this,_0x3a2c72(0x1a8),new _0x5787f7(null)),J(this,_0x3a2c72(0x52b),new _0x5bd251()),J(this,_0x3a2c72(0x312),this['_session$']['asObservable']()),J(this,_0x3a2c72(0x3c3),this['_exited$'][_0x3a2c72(0xf9)]());}[_0x1875ac(0x477)](){const _0x4105c5=_0x1875ac;return this['_session$'][_0x4105c5(0x4d5)]();}['enter'](_0x17a6ec){const _0x47f3d6=_0x1875ac;var _0x2a8104,_0x466606;if(!_0x17a6ec[_0x47f3d6(0x584)]||_0x17a6ec[_0x47f3d6(0x2dc)]==null)throw Error(_0x47f3d6(0x3aa));let _0x2c3b17=((_0x2a8104=_0x17a6ec[_0x47f3d6(0x181)])==null?void 0x0:_0x2a8104[_0x47f3d6(0x49c)])||void 0x0,_0x313267=((_0x466606=_0x17a6ec[_0x47f3d6(0x181)])==null?void 0x0:_0x466606[_0x47f3d6(0x35d)])||void 0x0;if(_0x313267&&_0x313267['enabled']&&!_0x2c3b17)throw Error(_0x47f3d6(0x329));let _0x4ea3b0=_0x2c3b17?_0x2c3b17[_0x47f3d6(0xc7)]:void 0x0;if(!_0x4ea3b0)throw Error(_0x47f3d6(0x2cd));let _0x56a16b={'hostUnitId':_0x17a6ec['hostUnitId'],'embedId':_0x17a6ec[_0x47f3d6(0x3a8)],'childUnitId':_0x17a6ec[_0x47f3d6(0x584)],'childType':_0x17a6ec['childType'],'entry':_0x17a6ec[_0x47f3d6(0x4e4)],'layout':_0x4ea3b0};return this['_session$'][_0x47f3d6(0x147)](_0x56a16b),_0x56a16b;}[_0x1875ac(0x537)](_0x356ff9){const _0x599cb3=_0x1875ac;let _0x258fa8=this[_0x599cb3(0x477)]();_0x258fa8&&(!_0x356ff9||_0x258fa8[_0x599cb3(0x3a8)]===_0x356ff9)&&this[_0x599cb3(0x1a8)][_0x599cb3(0x147)](null);}[_0x1875ac(0x3de)](_0x5dcf71){const _0x289b80=_0x1875ac;this['_exited$'][_0x289b80(0x147)](_0x5dcf71);}};function Go(_0x43e40e){let {injector:_0x1a4a2f,children:_0x4589ff,mountContainer:_0x29a8e5,embedId:_0x12e83e}=_0x43e40e;return _0xdab386(_0x4ad24f(()=>_0x720170(Ko,_0x1a4a2f),[_0x1a4a2f]),{'mountContainer':_0x29a8e5,'embedId':_0x12e83e,'children':_0x4589ff});}function Ko(_0x395d48){const _0x4017bd=_0x1875ac;let {children:_0x5d0804,mountContainer:_0x5b5fb6,embedId:_0x4fe5bf}=_0x395d48,_0x495c2d=_0x54c330(),_0x4d5bce=_0x232abb(_0x331063),_0x4597ab=_0x4ad24f(()=>_0x495c2d[_0x4017bd(0x47a)](_0x1f2aba)?_0x495c2d[_0x4017bd(0xdd)](_0x1f2aba):void 0x0,[_0x495c2d]),_0xdeaa94=_0x46d85f(()=>_0x4d5bce[_0x4017bd(0x351)]['pipe'](_0x579ccc(()=>_0x4d5bce['getLocales']())),_0x4d5bce['getLocales'](),!0x1,[_0x4d5bce]),_0x3d317b=_0x46d85f(()=>_0x4d5bce[_0x4017bd(0x4f8)],_0x4d5bce['getDirection'](),!0x1,[_0x4d5bce]),_0x179a2e=qo(_0x4597ab),_0x192823=_0x4ad24f(()=>_0x5b5fb6!==void 0x0||typeof document>'u'?null:document[_0x4017bd(0x57b)](_0x4017bd(0x50f)),[_0x5b5fb6]),_0xa34a0=_0x5b5fb6===void 0x0?_0x192823:_0x5b5fb6;return _0xcea081(()=>{const _0x32f28a=_0x4017bd;if(_0x192823)return document['body'][_0x32f28a(0x273)](_0x192823),()=>{const _0x268301=_0x32f28a;document[_0x268301(0x41b)][_0x268301(0x29f)](_0x192823);};},[_0x192823]),_0xcea081(()=>{const _0x3e6089=_0x4017bd;let _0x3d5a83=_0xa34a0;_0x3d5a83&&_0x3d5a83[_0x3e6089(0x56a)](_0x3e6089(0x221),_0x3d317b);},[_0x3d317b,_0xa34a0]),_0xcea081(()=>{const _0x2529d1=_0x4017bd;let _0x58bb84=_0xa34a0;if(!_0x58bb84||!_0x4fe5bf)return;let _0x692bb5=_0x58bb84[_0x2529d1(0x190)](Z);return _0x58bb84['setAttribute'](Z,_0x4fe5bf),()=>{if(_0x692bb5==null){_0x58bb84['removeAttribute'](Z);return;}_0x58bb84['setAttribute'](Z,_0x692bb5);};},[_0x4fe5bf,_0xa34a0]),_0xdab386(_0x189e6b,{'locale':_0xdeaa94==null?void 0x0:_0xdeaa94[_0x4017bd(0x435)],'direction':_0x3d317b,'mountContainer':_0xa34a0,'children':_0xdab386('div',{'className':_0x48963c('univer-contents',{'univer-dark':_0x179a2e}),'data-embed-runtime-provider':_0x4017bd(0x1ac),'children':_0x5d0804})});}function qo(_0x9838a0){return _0x47490e(_0x4df73c=>{const _0x5a10e6=_0x29dc;if(!_0x9838a0)return()=>{};let _0x300b1c=_0x9838a0[_0x5a10e6(0x246)][_0x5a10e6(0x3a2)](()=>_0x4df73c());return()=>_0x300b1c[_0x5a10e6(0x19a)]();},()=>{const _0x1c569e=_0x29dc;var _0xdf4d25;return(_0xdf4d25=_0x9838a0==null?void 0x0:_0x9838a0[_0x1c569e(0x2a5)])==null?!0x1:_0xdf4d25;},()=>!0x1);}const Jo=new WeakMap(),Yo=new WeakMap(),Xo=new WeakMap();function Zo(_0x299fee){const _0x3fdc7e=_0x1875ac;let _0x52d7bb=Jo[_0x3fdc7e(0xdd)](_0x299fee);if(_0x52d7bb){var _0x538d59;return Xo[_0x3fdc7e(0x116)](_0x52d7bb,((_0x538d59=Xo[_0x3fdc7e(0xdd)](_0x52d7bb))==null?0x0:_0x538d59)+0x1),_0x52d7bb;}let _0x53ef34={'render':_0x18835a=>_0x2641f8(_0x18835a,_0x299fee)};return Jo[_0x3fdc7e(0x116)](_0x299fee,_0x53ef34),Yo[_0x3fdc7e(0x116)](_0x53ef34,_0x299fee),Xo[_0x3fdc7e(0x116)](_0x53ef34,0x0),_0x53ef34;}function Qo(_0xcbe28b){const _0x217cad=_0x1875ac;var _0x501a9e;let _0x2950ea=Yo[_0x217cad(0xdd)](_0xcbe28b),_0xec51d9=(_0x501a9e=Xo[_0x217cad(0xdd)](_0xcbe28b))==null?0x0:_0x501a9e;globalThis[_0x217cad(0x220)](()=>{const _0x3c1a19=_0x217cad;var _0x3d8098;_0x2950ea&&Jo['get'](_0x2950ea)!==_0xcbe28b||((_0x3d8098=Xo['get'](_0xcbe28b))==null?0x0:_0x3d8098)===_0xec51d9&&(_0x2950ea&&(Jo[_0x3c1a19(0x5c4)](_0x2950ea),Yo[_0x3c1a19(0x5c4)](_0xcbe28b)),Xo[_0x3c1a19(0x5c4)](_0xcbe28b),_0x2950ea&&_0x4ba060(_0x2950ea));},0x0);}function $o(_0x637dbf){const _0x30d424=_0x1875ac;let {container:_0x3f52f2,portalContainer:_0x14f4cf,injector:_0x10621a,childType:_0x5ced86,childUnitId:_0x261b1b,embedId:_0x24b3b5,menuSchema:_0x103bfb,menuTitlePrefix:_0x17c906,activeRibbonTab:_0x3acefe,headerMenu:_0x4f743d=!0x1,toolbarOnly:_0x30536b,ribbonHeaderClassName:_0x562c35,scopedActionServiceTokens:_0x1c781a}=_0x637dbf;if(_0x103bfb!=null&&typeof _0x103bfb!='object')return;let _0x173b90=es(_0x10621a,{'childType':_0x5ced86,'childUnitId':_0x261b1b,'embedId':_0x24b3b5,'menuSchema':_0x103bfb,'menuTitlePrefix':_0x17c906,'activeRibbonTab':_0x3acefe,'scopedActionServiceTokens':_0x1c781a}),_0xea18d9=Zo(_0x3f52f2);return _0xea18d9[_0x30d424(0x319)](_0x3afca7(Go,{'injector':_0x173b90[_0x30d424(0x410)],'mountContainer':_0x14f4cf==null?_0x3f52f2:_0x14f4cf,'embedId':_0x24b3b5},_0x3afca7(_0x2dacba,{'ribbonType':_0x30d424(0x535),'headerMenu':_0x4f743d,'toolbarOnly':_0x30536b,'headerClassName':_0x562c35}))),_0xc4495d(()=>{const _0x4b84db=_0x30d424;Qo(_0xea18d9),_0x173b90[_0x4b84db(0x594)]['dispose']();});}function es(_0x431c2e,_0x19943){const _0x3a9962=_0x1875ac;let {childType:_0x18c4e1,childUnitId:_0x47e85b,embedId:_0x48349e,menuSchema:_0xaf1842,menuTitlePrefix:_0x586190,activeRibbonTab:_0x1f91db,scopedActionServiceTokens:_0x109a97}=_0x19943,_0x464b0c=_0x431c2e[_0x3a9962(0xdd)](_0x211037),_0x30b5ef=as(_0x464b0c,_0x18c4e1,_0x47e85b),_0x1abf63=new Set(_0x109a97==null?[]:_0x109a97),_0x4a48cd=new WeakMap(),_0xbc6251,_0x1cff8f=ls(_0x431c2e['get'](_0x34195e),_0x464b0c,_0x18c4e1,_0x47e85b,_0x48349e,()=>_0xbc6251),_0xd3c8f9=_0x47e85b&&_0x431c2e[_0x3a9962(0x47a)](_0x27751b)?os(_0x431c2e[_0x3a9962(0xdd)](_0x27751b),_0x18c4e1):void 0x0,_0x1d1d54=new Map([[_0x211037,_0x30b5ef],[_0x34195e,_0x1cff8f]]);_0xd3c8f9&&_0x1d1d54['set'](_0x27751b,_0xd3c8f9),_0x1abf63[_0x3a9962(0x50a)](_0x17e330=>{const _0x45d2e0=_0x3a9962;_0x47e85b&&_0x431c2e[_0x45d2e0(0x47a)](_0x17e330)&&_0x1d1d54[_0x45d2e0(0x116)](_0x17e330,us(_0x431c2e[_0x45d2e0(0xdd)](_0x17e330),_0x464b0c,_0x18c4e1,_0x47e85b,_0x48349e,()=>_0xbc6251,_0x4a48cd));}),_0xbc6251=to(_0x431c2e,_0x1d1d54);let _0x1ddd5e,_0x4d3a7a,_0x4e7bf6={};if(_0xaf1842&&typeof _0xaf1842==_0x3a9962(0x599)){let _0x29bc89=new _0x586134(_0xbc6251,_0x431c2e[_0x3a9962(0xdd)](_0x31fabf));_0x29bc89[_0x3a9962(0x5bd)](rs(_0xaf1842,_0x586190,_0x431c2e)),_0x1ddd5e=_0x29bc89,_0x4d3a7a=_0x29bc89;}else{let _0x5ca2c3=_0x431c2e['get'](_0x1c7d63),_0x5f1f6b=_0x5ca2c3[_0x3a9962(0x1e1)];_0x1ddd5e=typeof _0x5f1f6b==_0x3a9962(0x39e)?_0x5f1f6b[_0x3a9962(0x238)](_0x5ca2c3,_0xbc6251):_0x5ca2c3;}let _0x16be63=new _0x284943(_0x1ddd5e,_0x30b5ef);_0x4e7bf6[_0x3a9962(0x11c)]=_0x16be63,_0x1f91db&&_0x16be63['setActivatedTab'](_0x1f91db);let _0x16eb46=_0x586190?ts(_0x16be63,_0x586190,_0x431c2e):_0x16be63;return _0xbc6251[_0x3a9962(0x42c)]([_0x1c7d63,{'useValue':_0x1ddd5e}]),_0xbc6251[_0x3a9962(0x42c)]([_0x5b3d46,{'useValue':_0x16eb46}]),{'injector':_0xbc6251,'ribbonService':_0x16eb46,'disposable':_0xc4495d(()=>{const _0x420461=_0x3a9962;var _0xb63b89;(_0xb63b89=_0x4e7bf6['current'])==null||_0xb63b89['dispose'](),_0x4d3a7a==null||_0x4d3a7a[_0x420461(0xa7)](),_0xbc6251[_0x420461(0xa7)]();})};}function ts(_0x33cf32,_0x1baf6a,_0x1893ec){const _0xfa23d3=_0x1875ac;let _0x52cc55;try{_0x52cc55=_0x1893ec['get'](_0x331063);}catch{_0x52cc55=void 0x0;}return{'ribbon$':_0x33cf32[_0xfa23d3(0x59d)][_0xfa23d3(0xae)](_0x579ccc(_0x17d77d=>_0x17d77d[_0xfa23d3(0x50d)](_0x3ce648=>ns(_0x3ce648,_0x1baf6a,_0x52cc55)))),'activatedTab$':_0x33cf32[_0xfa23d3(0x4de)],'collapsedIds$':_0x33cf32[_0xfa23d3(0x5d5)],'fakeToolbarVisible$':_0x33cf32['fakeToolbarVisible$'],'setActivatedTab':_0x578e76=>_0x33cf32['setActivatedTab'](_0x578e76),'showContextualTab':(_0x120587,_0x22aa8e)=>_0x33cf32[_0xfa23d3(0x259)](_0x120587,_0x22aa8e),'hideContextualTab':_0x1ebf6f=>_0x33cf32['hideContextualTab'](_0x1ebf6f),'hideAllContextualTabs':()=>_0x33cf32['hideAllContextualTabs'](),'setCollapsedIds':_0x29b771=>_0x33cf32[_0xfa23d3(0x338)](_0x29b771),'setFakeToolbarVisible':_0x1d70f5=>_0x33cf32['setFakeToolbarVisible'](_0x1d70f5)};}function ns(_0x4edc9b,_0x50f2fd,_0x4691d0){const _0x12292f=_0x1875ac;let _0x27979c=_0x4edc9b[_0x12292f(0x591)]||_0x4edc9b[_0x12292f(0x34e)],_0x4ac63b=_0x4691d0?_0x4691d0['t'](_0x27979c):_0x27979c;return{..._0x4edc9b,'title':_0x50f2fd+_0x12292f(0x26c)+_0x4ac63b};}function rs(_0x161202,_0x38e197,_0x1265fe){const _0x40b488=_0x1875ac;if(!_0x38e197||!_0x161202||typeof _0x161202!='object')return _0x161202;let _0x4eba10=is(_0x161202),_0x3e59b0=_0x4eba10[_0x14db43['RIBBON']];if(!_0x3e59b0||typeof _0x3e59b0!=_0x40b488(0x599))return _0x4eba10;let _0x6f3c8e;try{_0x6f3c8e=_0x1265fe[_0x40b488(0xdd)](_0x331063);}catch{_0x6f3c8e=void 0x0;}return Object[_0x40b488(0x4f1)](_0x3e59b0)['forEach'](_0x1a2641=>{const _0x41ff8c=_0x40b488;if(!_0x1a2641||typeof _0x1a2641!='object')return;let _0x699112=_0x1a2641,_0x35fb95=_0x699112[_0x41ff8c(0x591)];_0x35fb95&&(_0x699112['title']=_0x38e197+_0x41ff8c(0x26c)+(_0x6f3c8e?_0x6f3c8e['t'](_0x35fb95):_0x35fb95));}),_0x4eba10;}function is(_0x59af6b){const _0x147550=_0x1875ac;return!_0x59af6b||typeof _0x59af6b!=_0x147550(0x599)?_0x59af6b:Array[_0x147550(0x20c)](_0x59af6b)?_0x59af6b[_0x147550(0x50d)](_0x40bb51=>is(_0x40bb51)):Object[_0x147550(0xb0)](Object[_0x147550(0x298)](_0x59af6b)[_0x147550(0x50d)](([_0x3845f5,_0x193dde])=>[_0x3845f5,is(_0x193dde)]));}function as(_0xf05020,_0x254bf7,_0x578f60){const _0x20123a=_0x1875ac;let _0x51b106=()=>_0x578f60?_0xf05020['getUnit'](_0x578f60,_0x254bf7):null,_0x1c74eb=_0x578f60?_0x206979(_0xc6f257(_0x578f60),_0xf05020[_0x20123a(0x342)](_0x254bf7)[_0x20123a(0xae)](_0x579ccc(()=>_0x578f60)),_0xf05020['getTypeOfUnitDisposed$'](_0x254bf7)['pipe'](_0x579ccc(()=>_0x578f60))):_0xf05020[_0x20123a(0x350)];return{'unitAdded$':_0xf05020['unitAdded$'],'getTypeOfUnitAdded$':(..._0x1bb0d8)=>_0xf05020[_0x20123a(0x342)](..._0x1bb0d8),'__addUnit':(..._0x2b7cfd)=>_0xf05020[_0x20123a(0x263)](..._0x2b7cfd),'unitDisposed$':_0xf05020[_0x20123a(0xcf)],'getTypeOfUnitDisposed$':(..._0x11cd2d)=>_0xf05020[_0x20123a(0x42e)](..._0x11cd2d),'focused$':_0x1c74eb,get 'focused'(){const _0x3a4775=_0x20123a;var _0x469aae;return(_0x469aae=_0x51b106())==null?_0xf05020[_0x3a4775(0x5b2)]():_0x469aae;},'focusUnit':(..._0x45af88)=>_0xf05020[_0x20123a(0x1a4)](..._0x45af88),'getFocusedUnit':()=>{const _0x32a55d=_0x20123a;var _0x34742d;return(_0x34742d=_0x51b106())==null?_0xf05020[_0x32a55d(0x5b2)]():_0x34742d;},'getCurrentUnitOfType':_0x2849cb=>_0x2849cb===_0x254bf7&&_0x578f60?_0x51b106():_0xf05020['getCurrentUnitOfType'](_0x2849cb),'setCurrentUnitForType':(..._0x2fd731)=>_0xf05020[_0x20123a(0x27d)](..._0x2fd731),'getCurrentTypeOfUnit$':_0x1cb9d7=>_0x1cb9d7!==_0x254bf7||!_0x578f60?_0xf05020[_0x20123a(0x3b9)](_0x1cb9d7):_0x206979(_0xc6f257(void 0x0),_0xf05020[_0x20123a(0x342)](_0x254bf7),_0xf05020[_0x20123a(0x42e)](_0x254bf7))[_0x20123a(0xae)](_0x579ccc(()=>_0x51b106())),'createUnit':(..._0x269c52)=>_0xf05020[_0x20123a(0x53f)](..._0x269c52),'getUnitCreateOptions':(..._0x48724a)=>_0xf05020['getUnitCreateOptions'](..._0x48724a),'disposeUnit':(..._0x519f8b)=>_0xf05020[_0x20123a(0xbd)](..._0x519f8b),'registerCtorForType':(..._0x1170a)=>_0xf05020[_0x20123a(0x180)](..._0x1170a),'changeDoc':(..._0x54cf52)=>_0xf05020[_0x20123a(0x22a)](..._0x54cf52),'getUnit':(..._0x450a77)=>_0xf05020[_0x20123a(0x222)](..._0x450a77),'getAllUnitsForType':(..._0x4d47ca)=>_0xf05020[_0x20123a(0x349)](..._0x4d47ca),'getUnitType':(..._0x5c558c)=>_0xf05020[_0x20123a(0x10d)](..._0x5c558c),'getUniverSheetInstance':(..._0x1712a6)=>_0xf05020[_0x20123a(0x260)](..._0x1712a6)};}function os(_0x36cf74,_0x58292c){const _0x5845ba=_0x1875ac;return{'contextChanged$':_0x36cf74[_0x5845ba(0x154)],'getContextValue':_0x5312fa=>{const _0x541821=_0x5845ba;let _0x4ddf59=ss(_0x5312fa,_0x58292c);return _0x4ddf59==null?_0x36cf74[_0x541821(0x257)](_0x5312fa):_0x4ddf59;},'setContextValue':(_0x5e239a,_0x3022d8)=>_0x36cf74[_0x5845ba(0x596)](_0x5e239a,_0x3022d8),'subscribeContextValue$':_0x14259f=>{const _0xb067a7=_0x5845ba;let _0x5a7ed5=ss(_0x14259f,_0x58292c);return _0x5a7ed5==null?_0x36cf74[_0xb067a7(0x3b4)](_0x14259f):_0xc6f257(_0x5a7ed5);}};}function ss(_0x7c9bdf,_0xd4704f){if(_0x7c9bdf===_0x1e36e9)return!0x0;if(_0x7c9bdf===_0x1f0a23||_0x7c9bdf===_0x1b7746||_0x7c9bdf===_0x2ea7cf)return _0x7c9bdf===cs(_0xd4704f);}function cs(_0x173403){const _0x300ff5=_0x1875ac;if(_0x173403===_0x1e9bfe[_0x300ff5(0x57f)])return _0x1f0a23;if(_0x173403===_0x1e9bfe[_0x300ff5(0x1c1)])return _0x1b7746;if(_0x173403===_0x1e9bfe[_0x300ff5(0x2e3)])return _0x2ea7cf;}function ls(_0x7c604,_0x18ee24,_0x29e6c8,_0x3f3ed6,_0x4b56bc,_0x2eea78){const _0x1fd744=_0x1875ac;return _0x3f3ed6?{'disposed':()=>_0x7c604[_0x1fd744(0x4ee)](),'hasCommand':_0x3d156a=>_0x7c604[_0x1fd744(0x141)](_0x3d156a),'registerCommand':(..._0x347a47)=>_0x7c604['registerCommand'](..._0x347a47),'unregisterCommand':_0xfe642c=>_0x7c604[_0x1fd744(0x301)](_0xfe642c),'registerMultipleCommand':(..._0xa37f5f)=>_0x7c604[_0x1fd744(0x5a2)](..._0xa37f5f),'executeCommand':async(..._0x4fb497)=>{const _0x5a96aa=_0x1fd744;let _0x78c3a5=_0x18ee24[_0x5a96aa(0x55d)](_0x29e6c8);try{return _0x18ee24['setCurrentUnitForType'](_0x3f3ed6),await _0x7c604[_0x5a96aa(0x42f)](_0x4fb497[0x0],_0x4fb497[0x1],_0x4fb497[0x2]);}finally{ms(_0x18ee24,_0x3f3ed6,_0x78c3a5,_0x4b56bc,_0x2eea78);}},'syncExecuteCommand':(..._0x14833f)=>{const _0x2b764f=_0x1fd744;let _0x321566=_0x18ee24['getCurrentUnitOfType'](_0x29e6c8);try{return _0x18ee24['setCurrentUnitForType'](_0x3f3ed6),_0x7c604[_0x2b764f(0x562)](_0x14833f[0x0],_0x14833f[0x1],_0x14833f[0x2]);}finally{ms(_0x18ee24,_0x3f3ed6,_0x321566,_0x4b56bc,_0x2eea78);}},'onCommandExecuted':(..._0x60f7b6)=>_0x7c604['onCommandExecuted'](..._0x60f7b6),'beforeCommandExecuted':(..._0x3286b4)=>_0x7c604[_0x1fd744(0x516)](..._0x3286b4),'onMutationExecutedForCollab':(..._0x5f0bea)=>_0x7c604[_0x1fd744(0x18d)](..._0x5f0bea)}:_0x7c604;}function us(_0x1132a8,_0x3ebc82,_0x3141d8,_0x476dda,_0xc25f92,_0xb7550d,_0x12ba47){const _0x3ac8ab=_0x1875ac;if(typeof _0x1132a8!=_0x3ac8ab(0x599)&&typeof _0x1132a8!=_0x3ac8ab(0x39e)||_0x1132a8==null)return _0x1132a8;let _0x1d1b7a=_0x1132a8,_0x39332b=_0x12ba47==null?void 0x0:_0x12ba47[_0x3ac8ab(0xdd)](_0x1d1b7a);if(_0x39332b)return _0x39332b;let _0x180e0f={..._0x1d1b7a};return ds(_0x1d1b7a,_0x180e0f,_0x3ebc82,_0x3141d8,_0x476dda,_0xc25f92,_0xb7550d),_0x12ba47==null||_0x12ba47['set'](_0x1d1b7a,_0x180e0f),_0x180e0f;}function ds(_0x4d1558,_0x1fa26f,_0x48a684,_0x362116,_0x24061a,_0x145020,_0x11dd50){const _0x2ffd62=_0x1875ac;let _0x9c67fc=_0x54e63a=>{const _0x38fbc2=_0x29dc;if(_0x54e63a===_0x38fbc2(0x1dd))return;let _0x1cea9b=_0x4d1558[_0x54e63a];if(typeof _0x1cea9b!='function')return;let _0x4e0091=_0x1fa26f;_0x4e0091[_0x54e63a]=(..._0x2fa864)=>fs(_0x48a684,_0x362116,_0x24061a,_0x145020,_0x11dd50,()=>_0x1cea9b[_0x38fbc2(0x463)](_0x4d1558,_0x2fa864));};Object[_0x2ffd62(0x22f)](_0x4d1558)['forEach'](_0x9c67fc);let _0x3b4e6a=Object['getPrototypeOf'](_0x4d1558);_0x3b4e6a&&_0x3b4e6a!==Object[_0x2ffd62(0x1a5)]&&Object[_0x2ffd62(0x549)](_0x3b4e6a)[_0x2ffd62(0x50a)](_0x9c67fc);}function fs(_0x12105c,_0x4d025a,_0x109ecf,_0x47feed,_0x5dcfa0,_0x56b52d){const _0x50d740=_0x1875ac;let _0x2a29ea=_0x12105c[_0x50d740(0x55d)](_0x4d025a),_0x3b35b8;try{_0x12105c['setCurrentUnitForType'](_0x109ecf),_0x3b35b8=_0x56b52d();}catch(_0xe5d9ad){throw ms(_0x12105c,_0x109ecf,_0x2a29ea,_0x47feed,_0x5dcfa0),_0xe5d9ad;}return ps(_0x3b35b8)?_0x3b35b8[_0x50d740(0x4f2)](()=>{ms(_0x12105c,_0x109ecf,_0x2a29ea,_0x47feed,_0x5dcfa0);}):(ms(_0x12105c,_0x109ecf,_0x2a29ea,_0x47feed,_0x5dcfa0),_0x3b35b8);}function ps(_0x5d25db){const _0xebd400=_0x1875ac;return!!(_0x5d25db&&typeof _0x5d25db[_0xebd400(0x4f2)]==_0xebd400(0x39e));}function ms(_0x486d0a,_0x1e978e,_0x17fe1b,_0x24a282,_0x4fd7f7){const _0x4d79b5=_0x1875ac;if(hs(_0x24a282,_0x4fd7f7)){var _0x310aa2;_0x486d0a[_0x4d79b5(0x27d)](_0x1e978e),(_0x310aa2=_0x486d0a['focusUnit'])==null||_0x310aa2['call'](_0x486d0a,_0x1e978e);return;}_0x17fe1b&&_0x486d0a['setCurrentUnitForType'](_0x17fe1b['getUnitId']());}function hs(_0x2fccc0,_0x56207e){const _0x5bb886=_0x1875ac;let _0xd27784=_0x56207e==null?void 0x0:_0x56207e();return!_0x2fccc0||!(_0xd27784!=null&&_0xd27784[_0x5bb886(0x47a)](X))?!0x1:_0xd27784[_0x5bb886(0xdd)](X)[_0x5bb886(0x344)](_0x2fccc0);}const gs=new WeakMap();let _s=0x0;function vs(_0x1a14c8,_0x433c2d){const _0x5b3b15=_0x1875ac;if(!_0x1a14c8['has'](Ss))return bs(_0x1a14c8,_0x433c2d);let _0x3af935=_0x1a14c8[_0x5b3b15(0xdd)](Ss);if(!(_0x433c2d['id']&&_0x3af935[_0x5b3b15(0x100)](_0x433c2d[_0x5b3b15(0x2dc)],_0x433c2d[_0x5b3b15(0x5d4)])[_0x5b3b15(0x3ed)](_0x44b393=>_0x44b393['id']===_0x433c2d['id'])))return _0x3af935[_0x5b3b15(0x134)](_0x433c2d);}function ys(_0x57c924){const _0x1b9370=_0x1875ac;if(!_0x57c924['has'](Ss))return;let _0x3c4244=gs['get'](_0x57c924);_0x3c4244!=null&&_0x3c4244['size']&&([..._0x3c4244[_0x1b9370(0x4f1)]()][_0x1b9370(0x1fd)]((_0x71acc2,_0x5d995c)=>_0x71acc2[_0x1b9370(0x44d)]-_0x5d995c[_0x1b9370(0x44d)])['forEach'](({contribution:_0x507ecc})=>vs(_0x57c924,_0x507ecc)),gs[_0x1b9370(0x5c4)](_0x57c924));}function bs(_0x247d05,_0x504886){const _0x112656=_0x1875ac;var _0xd54c79;let _0x48094f={'contribution':_0x504886,'index':_s++},_0x3affe7=xs(_0x504886,_0x48094f[_0x112656(0x44d)]),_0x2dc5ff=_0x247d05,_0x1e722b=(_0xd54c79=gs[_0x112656(0xdd)](_0x2dc5ff))==null?new Map():_0xd54c79;return _0x1e722b[_0x112656(0x116)](_0x3affe7,_0x48094f),gs[_0x112656(0x116)](_0x2dc5ff,_0x1e722b),_0xc4495d(()=>{const _0x399514=_0x112656;let _0x2b929d=gs[_0x399514(0xdd)](_0x2dc5ff);(_0x2b929d==null?void 0x0:_0x2b929d['get'](_0x3affe7))===_0x48094f&&_0x2b929d[_0x399514(0x5c4)](_0x3affe7);});}function xs(_0x34a0f1,_0x31cd1e){const _0x552ad9=_0x1875ac;let _0x27b550=ws(_0x34a0f1);return _0x34a0f1['id']?_0x34a0f1[_0x552ad9(0x2dc)]+':'+_0x27b550+':'+_0x34a0f1['id']:_0x34a0f1['childType']+':'+_0x27b550+_0x552ad9(0x1ce)+_0x31cd1e;}var Ss=class{constructor(){const _0x1a1996=_0x1875ac;J(this,_0x1a1996(0x439),new Map()),J(this,'_nextIndex',0x0);}[_0x1875ac(0x134)](_0x22882e){const _0x5aa025=_0x1875ac;var _0x55cbc9;let _0x11e5b3={'contribution':_0x22882e,'index':this['_nextIndex']++},_0x31b732=(_0x55cbc9=this[_0x5aa025(0x439)][_0x5aa025(0xdd)](_0x22882e[_0x5aa025(0x2dc)]))==null?[]:_0x55cbc9;return _0x31b732[_0x5aa025(0x26f)](_0x11e5b3),_0x31b732['sort'](Ts),this[_0x5aa025(0x439)][_0x5aa025(0x116)](_0x22882e['childType'],_0x31b732),_0xc4495d(()=>{const _0x2d07cf=_0x5aa025;let _0xbaef23=this[_0x2d07cf(0x439)]['get'](_0x22882e[_0x2d07cf(0x2dc)]);if(!_0xbaef23)return;let _0x4715ca=_0xbaef23[_0x2d07cf(0x40e)](_0xaea9c2=>_0xaea9c2!==_0x11e5b3);_0x4715ca['length']?this[_0x2d07cf(0x439)][_0x2d07cf(0x116)](_0x22882e[_0x2d07cf(0x2dc)],_0x4715ca):this[_0x2d07cf(0x439)]['delete'](_0x22882e[_0x2d07cf(0x2dc)]);});}[_0x1875ac(0xdd)](_0x88df7b){return this['getAll'](_0x88df7b)[0x0];}[_0x1875ac(0x100)](_0x33acba,_0xedcd7f){const _0x2ebb92=_0x1875ac;var _0x417779;return((_0x417779=this[_0x2ebb92(0x439)][_0x2ebb92(0xdd)](_0x33acba))==null?[]:_0x417779)[_0x2ebb92(0x50d)](_0x5900ac=>_0x5900ac[_0x2ebb92(0x4ec)])[_0x2ebb92(0x40e)](_0x19505e=>!_0xedcd7f||ws(_0x19505e)===_0xedcd7f);}[_0x1875ac(0x466)](_0x42c286,_0x4234ff=_0x1875ac(0x13f)){const _0x2c7fd5=_0x1875ac;let _0x9525ee=this[_0x2c7fd5(0x100)](_0x42c286,_0x4234ff)[_0x2c7fd5(0x50d)](_0xf0e8d8=>_0xf0e8d8[_0x2c7fd5(0x308)])[_0x2c7fd5(0x40e)](_0x1dc7c0=>_0x1dc7c0&&typeof _0x1dc7c0=='object');if(_0x9525ee['length'])return Es(_0x9525ee);}[_0x1875ac(0x51b)](_0x3c2419){const _0x394e96=_0x1875ac;var _0x56b967,_0x11eca9;let _0x2f05ae=(_0x56b967=_0x3c2419[_0x394e96(0x5d4)])==null?_0x394e96(0x13f):_0x56b967,_0x38f05a=this[_0x394e96(0x100)](_0x3c2419['childType'],_0x2f05ae);if(!_0x38f05a['length'])return;let _0x4f83b7=_0x38f05a[_0x394e96(0x40e)](_0x3ff521=>_0x3ff521[_0x394e96(0x51b)]);if(_0x4f83b7[_0x394e96(0x1af)]){let _0x116480=_0x4f83b7[_0x394e96(0x50d)](_0x200bf7=>{const _0x45b0ba=_0x394e96;var _0x5984cd;return(_0x5984cd=_0x200bf7[_0x45b0ba(0x51b)])==null?void 0x0:_0x5984cd[_0x45b0ba(0x238)](_0x200bf7,{..._0x3c2419,'surface':_0x2f05ae,'menuSchema':_0x200bf7[_0x45b0ba(0x308)],'scopedActionServiceTokens':_0x200bf7[_0x45b0ba(0x54e)]});})[_0x394e96(0x40e)](_0x575ebe=>!!_0x575ebe);return _0xc4495d(()=>{const _0x5722c9=_0x394e96;_0x116480[_0x5722c9(0x50a)](_0x1041a3=>_0x1041a3[_0x5722c9(0xa7)]());});}let _0x4b377c=this['getMergedMenuSchema'](_0x3c2419['childType'],_0x2f05ae);if(_0x2f05ae===_0x394e96(0x13f))return(_0x11eca9=$o({..._0x3c2419,'surface':_0x2f05ae,'menuSchema':_0x4b377c,'scopedActionServiceTokens':Cs(_0x38f05a)}))==null?void 0x0:_0x11eca9;}};function Cs(_0x218358){const _0x1c4d98=_0x1875ac;let _0x1de9dd=_0x218358['flatMap'](_0x41ebc3=>{var _0x5d2888;return(_0x5d2888=_0x41ebc3['scopedActionServiceTokens'])==null?[]:_0x5d2888;});return _0x1de9dd[_0x1c4d98(0x1af)]?Array['from'](new Set(_0x1de9dd)):void 0x0;}function ws(_0x632380){const _0x44764c=_0x1875ac;var _0x757ae;return(_0x757ae=_0x632380[_0x44764c(0x5d4)])==null?'ribbon':_0x757ae;}function Ts(_0x4598ec,_0x515f21){const _0x17015d=_0x1875ac;var _0x2a1b27,_0x4524c6;return((_0x2a1b27=_0x4598ec[_0x17015d(0x4ec)][_0x17015d(0x3d4)])==null?_0x4598ec[_0x17015d(0x44d)]:_0x2a1b27)-((_0x4524c6=_0x515f21[_0x17015d(0x4ec)][_0x17015d(0x3d4)])==null?_0x515f21[_0x17015d(0x44d)]:_0x4524c6)||_0x4598ec[_0x17015d(0x44d)]-_0x515f21[_0x17015d(0x44d)];}function Es(_0x2ed356){const _0x49cf33=_0x1875ac;return _0x2ed356[_0x49cf33(0x3f9)]((_0x15915d,_0x5dafc4)=>As(_0x15915d,Ds(_0x5dafc4)),{});}function Ds(_0x5cdd1b){const _0x2ae107=_0x1875ac;if(!Ms(_0x5cdd1b))return _0x5cdd1b;let _0x2fbce3=new Set(Object['values'](_0x1b1353)),_0xd73067=Object[_0x2ae107(0x298)](_0x5cdd1b)[_0x2ae107(0x40e)](([_0xf4ba80])=>_0x2fbce3[_0x2ae107(0x47a)](_0xf4ba80)),_0x1c275b=Object['entries'](_0x5cdd1b)[_0x2ae107(0x40e)](([_0x3268c7])=>ks(_0x3268c7));if(!_0xd73067[_0x2ae107(0x1af)]&&!_0x1c275b[_0x2ae107(0x1af)])return _0x5cdd1b;let _0x39dd72={};Object[_0x2ae107(0x298)](_0x5cdd1b)[_0x2ae107(0x50a)](([_0x37e82e,_0xb71612])=>{!_0x2fbce3['has'](_0x37e82e)&&!ks(_0x37e82e)&&(_0x39dd72[_0x37e82e]=js(_0xb71612));});let _0x34480d=Ms(_0x39dd72[_0x14db43[_0x2ae107(0x589)]])?_0x39dd72[_0x14db43[_0x2ae107(0x589)]]:{};return _0xd73067[_0x2ae107(0x50a)](([_0x3aa7a8,_0x52c78d])=>{_0x34480d[_0x3aa7a8]=_0x3aa7a8 in _0x34480d?As(_0x34480d[_0x3aa7a8],_0x52c78d):js(_0x52c78d);}),_0x1c275b['forEach'](([_0x3dc0a7,_0x9d71e4])=>{let _0x1f56d0=ks(_0x3dc0a7);if(!_0x1f56d0)return;let _0x5028f8=Ms(_0x34480d[_0x1f56d0])?_0x34480d[_0x1f56d0]:{};_0x5028f8[_0x3dc0a7]=_0x3dc0a7 in _0x5028f8?As(_0x5028f8[_0x3dc0a7],_0x9d71e4):js(_0x9d71e4),_0x34480d[_0x1f56d0]=_0x5028f8;}),_0x39dd72[_0x14db43['RIBBON']]=_0x34480d,_0x39dd72;}const Os=[[Object[_0x1875ac(0x4f1)](_0x5c8138),_0x1b1353[_0x1875ac(0x429)]],[Object[_0x1875ac(0x4f1)](_0x3da141),_0x1b1353[_0x1875ac(0x58c)]],[Object[_0x1875ac(0x4f1)](_0x527a85),_0x1b1353['FORMULAS']],[Object['values'](_0x163842),_0x1b1353[_0x1875ac(0xa3)]],[Object['values'](_0x4a00ac),_0x1b1353[_0x1875ac(0x299)]],[Object[_0x1875ac(0x4f1)](_0x4eab52),_0x1b1353[_0x1875ac(0x3d5)]]];function ks(_0x5903d1){const _0x243620=_0x1875ac;var _0x2e5f98;return(_0x2e5f98=Os[_0x243620(0x19c)](([_0x30a5e5])=>_0x30a5e5[_0x243620(0x2f6)](_0x5903d1)))==null?void 0x0:_0x2e5f98[0x1];}function As(_0x51e0c9,_0x576032){const _0x506862=_0x1875ac;if(!Ms(_0x51e0c9)||!Ms(_0x576032))return js(_0x576032);let _0x518682={..._0x51e0c9};return Object[_0x506862(0x298)](_0x576032)[_0x506862(0x50a)](([_0x5a4d35,_0x4542d2])=>{_0x518682[_0x5a4d35]=_0x5a4d35 in _0x518682?As(_0x518682[_0x5a4d35],_0x4542d2):js(_0x4542d2);}),_0x518682;}function js(_0xa972d5){const _0x557b43=_0x1875ac;return Array[_0x557b43(0x20c)](_0xa972d5)?_0xa972d5['map'](_0x11f17e=>js(_0x11f17e)):Ms(_0xa972d5)?Object[_0x557b43(0xb0)](Object[_0x557b43(0x298)](_0xa972d5)[_0x557b43(0x50d)](([_0x46a0a3,_0x5507a9])=>[_0x46a0a3,js(_0x5507a9)])):_0xa972d5;}function Ms(_0x4c3662){const _0x3ea7dc=_0x1875ac;return!!_0x4c3662&&typeof _0x4c3662=='object'&&!Array[_0x3ea7dc(0x20c)](_0x4c3662);}function Ns(){const _0x6fc40c=_0x1875ac;let _0x3bb370=_0x232abb(_0x41ed41),_0x46f0d0=_0x232abb(_0x331063),_0x165772=_0x232abb(Uo),_0x5611ec=_0x232abb(Wo),_0xa3b073=_0x57e59b(null),_0x1cec25=_0x57e59b(null),_0x22a6c3=_0x57e59b(null),_0x2b2a7e=_0x57e59b(null),_0x5d6cb0=_0x57e59b(null),_0x12b6b9=_0x57e59b(null),_0x5c65e8=_0x57e59b(null),_0x295cff=_0x46d85f(()=>_0x5611ec['session$'],_0x5611ec['getSession'](),!0x1,[_0x5611ec]),[_0x1f6763,_0x1c5b48]=_0x34f48e(null);if(_0xcea081(()=>{const _0x3573b7=_0x29dc;var _0x313b45;let _0x31c618=_0x22a6c3[_0x3573b7(0x11c)],_0x5ed87e=_0x1cec25['current'],_0x867405=_0x2b2a7e['current'],_0x8db542=_0x5d6cb0['current'],_0x436170=_0x12b6b9[_0x3573b7(0x11c)],_0xc32a46=_0x5c65e8['current'];if(!_0x295cff||!_0x31c618||!_0x5ed87e||!_0x867405||!_0x8db542||!_0x436170||!_0xc32a46)return;let _0x3c277c=Is(_0x3bb370,_0x295cff[_0x3573b7(0x5db)],_0x295cff[_0x3573b7(0x3a8)]);if(!(_0x3c277c!=null&&_0x3c277c[_0x3573b7(0x584)])||_0x3c277c[_0x3573b7(0x2dc)]==null){_0x31c618[_0x3573b7(0x558)][_0x3573b7(0x4e8)]=_0x3573b7(0x514);return;}let _0x5c41b7=_0x3bb370['get'](jo)[_0x3573b7(0xdd)](_0x3c277c['childType']);if(!(_0x5c41b7!=null&&_0x5c41b7[_0x3573b7(0x339)][_0x3573b7(0x2f6)](_0x295cff[_0x3573b7(0xc7)]))){_0x31c618[_0x3573b7(0x558)][_0x3573b7(0x4e8)]=_0x3573b7(0x471);return;}_0x31c618[_0x3573b7(0x558)][_0x3573b7(0x4e8)]=_0x3573b7(0x28e),_0x31c618[_0x3573b7(0x558)]['embedId']=_0x3c277c[_0x3573b7(0x3a8)],_0x31c618[_0x3573b7(0x558)][_0x3573b7(0x376)]=_0x3c277c[_0x3573b7(0x4e4)],_0x31c618['dataset'][_0x3573b7(0x126)]=_0x3c277c[_0x3573b7(0x10f)],_0x31c618['dataset']['embedLayout']=_0x295cff[_0x3573b7(0xc7)],_0x31c618[_0x3573b7(0x558)][_0x3573b7(0x2ac)]=String(_0x3c277c['childType']),_0x31c618['dataset']['embedChildUnitId']=_0x3c277c[_0x3573b7(0x584)];let _0x115d7e=ka(_0x31c618),_0x575a80=Rs(_0x3c277c,_0x295cff[_0x3573b7(0xc7)],{'viewport':_0x31c618,'menuSlot':_0x5ed87e,'popupSlot':_0x867405,'footerSlot':_0xc32a46}),_0x184175={'descriptor':_0x3c277c,'layout':_0x295cff['layout'],'injector':_0x3bb370,'hostElement':_0x31c618,'container':_0x31c618,'renderScope':_0x575a80,'hostUnitId':_0x3c277c[_0x3573b7(0x5db)],'embedId':_0x3c277c[_0x3573b7(0x3a8)],'childUnitId':_0x3c277c[_0x3573b7(0x584)],'childType':_0x3c277c[_0x3573b7(0x2dc)]},{runtimeScope:_0x424702,disposable:_0x3a6aea}=Eo(_0x184175,()=>{});_0x1c5b48({'embedId':_0x3c277c['embedId'],'injector':_0x424702['injector'],'sourceInjector':_0x3bb370,'popupContainer':_0x424702[_0x3573b7(0x2e0)]['popup']});let _0x58ecc5={..._0x184175,'runtimeScope':_0x424702},_0x4b7684=zs({'injector':_0x3bb370,'descriptor':_0x3c277c,'renderScope':_0x575a80,'menuRoot':_0xa3b073[_0x3573b7(0x11c)],'menuSlot':_0x5ed87e,'popupSlot':_0x867405,'sidebarSlot':_0x8db542,'rightSidebarSlot':_0x436170,'footerSlot':_0xc32a46}),_0x274304=_0x3dca83=>{const _0xda5b28=_0x3573b7;var _0x330b2e,_0x576993;let _0x110ef4=(_0x3dca83==null?void 0x0:_0x3dca83[_0xda5b28(0x3fe)])instanceof Element?_0x3dca83[_0xda5b28(0x3fe)]:null;_0x110ef4!=null&&_0x110ef4[_0xda5b28(0x509)](_0xda5b28(0x12d))||((_0x330b2e=_0x424702[_0xda5b28(0x158)])==null||_0x330b2e[_0xda5b28(0x27d)](_0x3c277c[_0xda5b28(0x584)]),(_0x576993=_0x424702[_0xda5b28(0x158)])==null||_0x576993[_0xda5b28(0x1a4)](_0x3c277c[_0xda5b28(0x584)]),_0x165772[_0xda5b28(0x3f6)](_0x3c277c));};_0x274304(),_0x31c618[_0x3573b7(0x35e)](_0x3573b7(0x3bd),_0x274304,{'capture':!0x0}),_0x31c618[_0x3573b7(0x35e)](_0x3573b7(0x392),_0x274304);let _0x379139=(_0x313b45=_0x5c41b7[_0x3573b7(0x2ba)])==null?void 0x0:_0x313b45[_0x3573b7(0x238)](_0x5c41b7,_0x58ecc5),_0xce443c=Vs({'injector':_0x3bb370,'descriptor':_0x3c277c,'childContext':_0x58ecc5,'menuContainer':_0x5ed87e});return _0x31c618[_0x3573b7(0x558)][_0x3573b7(0x4e8)]=_0x3573b7(0x5da),()=>{const _0x9ab52b=_0x3573b7;_0x1c5b48(null),globalThis[_0x9ab52b(0x597)](()=>{const _0x2160d3=_0x9ab52b;_0x31c618[_0x2160d3(0x44e)](_0x2160d3(0x3bd),_0x274304,{'capture':!0x0}),_0x31c618[_0x2160d3(0x44e)](_0x2160d3(0x392),_0x274304),_0xce443c==null||_0xce443c[_0x2160d3(0xa7)](),_0x379139==null||_0x379139[_0x2160d3(0xa7)](),_0x4b7684['dispose'](),_0x3a6aea[_0x2160d3(0xa7)](),_0x115d7e[_0x2160d3(0xa7)](),_0x165772[_0x2160d3(0x266)](_0x3c277c),delete _0x31c618[_0x2160d3(0x558)][_0x2160d3(0x4e8)],delete _0x31c618[_0x2160d3(0x558)][_0x2160d3(0x3a8)],delete _0x31c618[_0x2160d3(0x558)]['embedHostEntry'],delete _0x31c618['dataset'][_0x2160d3(0x126)],delete _0x31c618['dataset']['embedLayout'],delete _0x31c618[_0x2160d3(0x558)][_0x2160d3(0x2ac)],delete _0x31c618['dataset'][_0x2160d3(0x56c)],_0x5611ec[_0x2160d3(0x3de)](_0x295cff);});};},[_0x165772,_0x5611ec,_0x3bb370,_0x295cff]),!_0x295cff)return null;let _0x5b5463=()=>{const _0x353509=_0x29dc;_0x5611ec[_0x353509(0x537)](_0x295cff[_0x353509(0x3a8)]);};return _0x3aab6f(_0x6fc40c(0x50f),{'className':_0x6fc40c(0xec),'data-embed-fullscreen-shell':_0x6fc40c(0x1ac),'children':[_0x295cff[_0x6fc40c(0x2dc)]===_0x1e9bfe[_0x6fc40c(0x5c0)]&&_0xdab386(_0x6fc40c(0x50f),{'className':'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','data-embed-boards-fullscreen-exit':_0x6fc40c(0x1ac),'title':_0x46f0d0['t'](_0x6fc40c(0x4c9)),'children':_0x3aab6f(_0x278794,{'noIcon':!0x0,'className':_0x6fc40c(0xed),'onClick':_0x5b5463,'children':[_0xdab386(_0x5683e0,{}),_0xdab386(_0x6fc40c(0x360),{'children':_0x46f0d0['t'](_0x6fc40c(0x4c9))})]})}),_0x3aab6f(_0x6fc40c(0x50f),{'ref':_0xa3b073,'className':_0x6fc40c(0x300),'data-embed-fullscreen-menu':_0x6fc40c(0x1ac),'children':[_0x295cff['childType']!==_0x1e9bfe[_0x6fc40c(0x5c0)]&&_0x3aab6f(_0x6fc40c(0x50f),{'className':_0x6fc40c(0x4ef),'data-embed-fullscreen-header':'true','children':[_0xdab386(_0x6fc40c(0x360),{'className':'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','children':Ls(_0x3bb370,_0x295cff[_0x6fc40c(0x2dc)])}),_0x3aab6f(_0x55cedb,{'type':_0x6fc40c(0x481),'size':_0x6fc40c(0x208),'variant':_0x6fc40c(0x250),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':_0x6fc40c(0x1ac),'onClick':_0x5b5463,'children':[_0xdab386(_0x5ec766,{}),_0xdab386(_0x6fc40c(0x360),{'children':_0x46f0d0['t'](_0x6fc40c(0x4c9))})]})]}),_0xdab386(_0x6fc40c(0x50f),{'ref':_0x1cec25,'className':_0x6fc40c(0x30d),'data-embed-fullscreen-menu-slot':_0x6fc40c(0x1ac),'data-embed-menu-slot':'true'})]}),_0x3aab6f('div',{'className':_0x6fc40c(0x3e2),'data-embed-fullscreen-body':_0x6fc40c(0x1ac),'children':[_0xdab386('div',{'ref':_0x5d6cb0,'className':_0x6fc40c(0x1bc),'data-embed-fullscreen-sidebar-slot':_0x6fc40c(0x1ac),'data-embed-id':_0x295cff['embedId']}),_0xdab386(_0x6fc40c(0x50f),{'ref':_0x22a6c3,'className':_0x6fc40c(0x5e0),'data-embed-fullscreen-viewport':'true','onContextMenuCapture':_0x4c871a=>{_0x4c871a['preventDefault']();}}),_0xdab386(_0x6fc40c(0x50f),{'ref':_0x12b6b9,'className':_0x6fc40c(0x546),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x295cff[_0x6fc40c(0x3a8)],'children':_0x1f6763&&_0xdab386(Fs,{..._0x1f6763})})]}),_0xdab386(_0x6fc40c(0x50f),{'ref':_0x5c65e8,'className':'univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-footer-slot':_0x6fc40c(0x1ac),'data-embed-footer-slot':_0x6fc40c(0x1ac)}),_0xdab386(_0x6fc40c(0x50f),{'ref':_0x2b2a7e,'className':_0x6fc40c(0x2a6),'data-embed-fullscreen-popup-root':_0x6fc40c(0x1ac),'data-embed-popup-root':_0x6fc40c(0x1ac),'children':_0x1f6763&&_0xdab386(Ps,{..._0x1f6763})})]});}function Ps(_0x282fea){let {embedId:_0x5568c8,injector:_0x4c46ce,sourceInjector:_0x4c5510,popupContainer:_0x52c355}=_0x282fea;return _0x3aab6f(_0x3aea9f,{'children':[_0x3aab6f(Go,{'injector':_0x4c46ce,'mountContainer':_0x52c355,'embedId':_0x5568c8,'children':[_0xdab386(_0x24b775,{}),_0xdab386(_0x385789,{})]}),_0xdab386(Go,{'injector':_0x4c5510,'mountContainer':_0x52c355,'embedId':_0x5568c8,'children':_0xdab386(_0x385789,{})})]});}function Fs(_0x2c9504){const _0x3a5a04=_0x1875ac;let {embedId:_0x159855,injector:_0xc33b65,sourceInjector:_0x2877f6,popupContainer:_0x3e3398}=_0x2c9504;return _0x3aab6f(_0x3a5a04(0x59e),{'className':_0x3a5a04(0x211),'children':[_0xdab386(Go,{'injector':_0xc33b65,'mountContainer':_0x3e3398,'embedId':_0x159855,'children':_0xdab386(_0x47c9d7,{})}),_0xdab386(Go,{'injector':_0x2877f6,'mountContainer':_0x3e3398,'embedId':_0x159855,'children':_0xdab386(_0x47c9d7,{})})]});}function Is(_0x49dc2b,_0x4efd0a,_0x2f6f52){const _0xc9231d=_0x1875ac;try{return _0x49dc2b[_0xc9231d(0xdd)](_0x1b3737)[_0xc9231d(0x3cc)](_0x4efd0a,_0x2f6f52);}catch{return;}}function Ls(_0xec6d1d,_0x445268){const _0x24d586=_0x1875ac;try{var _0x1025e8,_0x948152;return(_0x1025e8=(_0x948152=_0xec6d1d['get'](Pa)['get'](_0x445268))==null?void 0x0:_0x948152[_0x24d586(0x49e)])==null?_0x24d586(0x234):_0x1025e8;}catch{return _0x24d586(0x234);}}function Rs(_0x3e78fe,_0x513768,_0x35ed62){const _0x17ebf9=_0x1875ac;var _0x40b3a6,_0x241250,_0x2d011e,_0x52c10e;let {viewport:_0xf8f9d9,menuSlot:_0x115164,popupSlot:_0x2dd51a}=_0x35ed62;return{'hostUnitId':_0x3e78fe[_0x17ebf9(0x5db)],'hostAnchorId':_0x3e78fe['hostAnchorId'],'embedId':_0x3e78fe['embedId'],'childUnitId':_0x3e78fe[_0x17ebf9(0x584)],'childType':_0x3e78fe['childType'],'layout':_0x513768,'mode':_0x17ebf9(0x303),'rootElement':_0xf8f9d9,'contentRoot':(_0x40b3a6=Oa(_0xf8f9d9,'data-embed-content-root'))==null?_0xf8f9d9:_0x40b3a6,'canvasRoot':(_0x241250=Oa(_0xf8f9d9,_0x17ebf9(0x167)))==null?_0xf8f9d9:_0x241250,'overlayRoot':(_0x2d011e=Oa(_0xf8f9d9,_0x17ebf9(0xd4)))==null?_0xf8f9d9:_0x2d011e,'popupRoot':(_0x52c10e=_0x2dd51a==null?Oa(_0xf8f9d9,_0x17ebf9(0x2b3)):_0x2dd51a)==null?_0xf8f9d9:_0x52c10e,'menuOutlet':{'container':_0x115164},'active$':_0xc6f257(!0x0),'fullscreen':!0x0};}function zs(_0x2a777b){const _0x3dbb48=_0x1875ac;let {injector:_0x23cd91,descriptor:_0x3be1fe,renderScope:_0x19984f,menuRoot:_0x1cff13,menuSlot:_0x9e1918,popupSlot:_0xc5adc,sidebarSlot:_0x2a7c07,rightSidebarSlot:_0x4d3de4,footerSlot:_0xea52bc}=_0x2a777b,_0x1f3337=[],_0x50fb2e=_0x3be1fe[_0x3dbb48(0x3a8)];if(_0x23cd91[_0x3dbb48(0x47a)](X)){let _0x2e7541=_0x23cd91[_0x3dbb48(0xdd)](X);_0x1f3337[_0x3dbb48(0x26f)](_0x2e7541[_0x3dbb48(0x23a)]({'embedId':_0x50fb2e,'hostUnitId':_0x3be1fe[_0x3dbb48(0x5db)],'childUnitId':_0x3be1fe['childUnitId'],'childType':_0x3be1fe[_0x3dbb48(0x2dc)],'sessionMode':'child-fullscreen'})),_0x3be1fe[_0x3dbb48(0x584)]&&_0x1f3337['push'](_0x2e7541[_0x3dbb48(0x413)]({'embedId':_0x50fb2e,'role':'child-session','owner':_0x3dbb48(0x32a),'sessionMode':_0x3dbb48(0x9f),'hostUnitId':_0x3be1fe[_0x3dbb48(0x5db)],'childUnitId':_0x3be1fe[_0x3dbb48(0x584)],'childType':_0x3be1fe[_0x3dbb48(0x2dc)]})),Bs({'renderScope':_0x19984f,'menuRoot':_0x1cff13,'menuSlot':_0x9e1918,'popupSlot':_0xc5adc,'sidebarSlot':_0x2a7c07,'rightSidebarSlot':_0x4d3de4,'footerSlot':_0xea52bc})[_0x3dbb48(0x50a)](({element:_0x4e6ffd,role:_0x36f1e0})=>{const _0x59753f=_0x3dbb48;_0x1f3337[_0x59753f(0x26f)](_0x2e7541['registerElement']({'embedId':_0x50fb2e,'element':_0x4e6ffd,'role':_0x36f1e0}));});}if(_0x23cd91[_0x3dbb48(0x47a)](Ra)){let _0x5add51=_0x23cd91[_0x3dbb48(0xdd)](Ra);Bs({'renderScope':_0x19984f,'menuRoot':_0x1cff13,'menuSlot':_0x9e1918,'popupSlot':_0xc5adc,'sidebarSlot':_0x2a7c07,'rightSidebarSlot':_0x4d3de4,'footerSlot':_0xea52bc})[_0x3dbb48(0x50a)](({element:_0x432c1b})=>{const _0x2a4bc0=_0x3dbb48;_0x1f3337[_0x2a4bc0(0x26f)](_0x5add51[_0x2a4bc0(0x304)](_0x50fb2e,_0x432c1b));}),_0x1f3337[_0x3dbb48(0x26f)](_0x5add51[_0x3dbb48(0x3ce)](_0x50fb2e,_0x19984f[_0x3dbb48(0x473)][_0x3dbb48(0x3e5)]));}return _0xc4495d(()=>{const _0x435bda=_0x3dbb48;[..._0x1f3337][_0x435bda(0x17c)]()[_0x435bda(0x50a)](_0x156bf2=>_0x156bf2[_0x435bda(0xa7)]());});}function Bs(_0x18359c){const _0x20b604=_0x1875ac;let {renderScope:_0x26b547,menuRoot:_0x4956d9,menuSlot:_0x255c88,popupSlot:_0x34b5b1,sidebarSlot:_0xef2344,rightSidebarSlot:_0x10b80e,footerSlot:_0xc174b8}=_0x18359c,_0x58f4de=[{'element':_0x26b547[_0x20b604(0x473)],'role':_0x20b604(0x1bb)},{'element':_0x26b547[_0x20b604(0xf3)],'role':_0x20b604(0x1bb)},{'element':_0x26b547['canvasRoot'],'role':_0x20b604(0x1bb)},{'element':_0x26b547[_0x20b604(0x58a)],'role':'runtime'},{'element':_0x4956d9,'role':_0x20b604(0x3a5)},{'element':_0x255c88,'role':'floating-menu'},{'element':_0xc174b8,'role':_0x20b604(0x3a5)},{'element':_0xef2344,'role':_0x20b604(0x556)},{'element':_0x10b80e,'role':'child-popup'},{'element':_0x34b5b1,'role':'child-popup'}],_0x210485=new Set();return _0x58f4de[_0x20b604(0x174)](({element:_0x1e281c,role:_0x405744})=>!_0x1e281c||_0x210485['has'](_0x1e281c)?[]:(_0x210485[_0x20b604(0x42c)](_0x1e281c),[{'element':_0x1e281c,'role':_0x405744}]));}function Vs(_0x3a0ac2){return Hs(_0x3a0ac2)||Us(_0x3a0ac2);}function Hs(_0xdba6ba){const _0x372770=_0x1875ac;if(!_0xdba6ba[_0x372770(0x410)][_0x372770(0x47a)](Pa)||_0xdba6ba[_0x372770(0x47b)]['childType']==null)return;let _0x3f0cf5=_0xdba6ba['injector']['get'](Pa)['get'](_0xdba6ba[_0x372770(0x47b)][_0x372770(0x2dc)]);if((_0x3f0cf5==null?void 0x0:_0x3f0cf5[_0x372770(0x2ce)])===_0x372770(0x13f)){if(_0xdba6ba[_0x372770(0x410)][_0x372770(0x47a)](Ss)){let _0x1860f6=_0xdba6ba[_0x372770(0x410)][_0x372770(0xdd)](Ss)[_0x372770(0x51b)]({'container':_0xdba6ba[_0x372770(0x418)],'portalContainer':_0xdba6ba['childContext']['runtimeScope'][_0x372770(0x2e0)][_0x372770(0x2d1)],'injector':_0xdba6ba[_0x372770(0xff)]['runtimeScope']['injector'],'childType':_0xdba6ba[_0x372770(0x47b)][_0x372770(0x2dc)],'childUnitId':_0xdba6ba[_0x372770(0x47b)]['childUnitId'],'embedId':_0xdba6ba[_0x372770(0x47b)]['embedId'],'surface':_0x372770(0x13f),'headerMenu':!0x0,'ribbonHeaderClassName':_0x372770(0x10a)});if(_0x1860f6)return _0x1860f6;}return $o({'container':_0xdba6ba['menuContainer'],'portalContainer':_0xdba6ba[_0x372770(0xff)][_0x372770(0x3a4)]['roots'][_0x372770(0x2d1)],'injector':_0xdba6ba[_0x372770(0xff)]['runtimeScope'][_0x372770(0x410)],'childType':_0xdba6ba[_0x372770(0x47b)][_0x372770(0x2dc)],'childUnitId':_0xdba6ba[_0x372770(0x47b)][_0x372770(0x584)],'embedId':_0xdba6ba[_0x372770(0x47b)][_0x372770(0x3a8)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x372770(0x10a)});}}function Us(_0x1e0b9e){const _0x32a1d4=_0x1875ac;if(!_0x1e0b9e[_0x32a1d4(0x410)][_0x32a1d4(0x47a)](Mo)||_0x1e0b9e['descriptor'][_0x32a1d4(0x2dc)]==null||!_0x1e0b9e[_0x32a1d4(0x47b)][_0x32a1d4(0x584)])return;let _0x3fd8ac=_0x1e0b9e[_0x32a1d4(0x410)]['get'](Mo)[_0x32a1d4(0xdd)](_0x1e0b9e[_0x32a1d4(0x47b)][_0x32a1d4(0x3f8)],_0x1e0b9e[_0x32a1d4(0x47b)]['entry'],_0x1e0b9e[_0x32a1d4(0x47b)][_0x32a1d4(0x2dc)]),_0xf998e=_0x3fd8ac==null?void 0x0:_0x3fd8ac[_0x32a1d4(0x2ba)]({..._0x1e0b9e[_0x32a1d4(0xff)],'active':{'hostUnitId':_0x1e0b9e[_0x32a1d4(0x47b)][_0x32a1d4(0x5db)],'embedId':_0x1e0b9e[_0x32a1d4(0x47b)]['embedId'],'childUnitId':_0x1e0b9e[_0x32a1d4(0x47b)][_0x32a1d4(0x584)],'stage':_0x32a1d4(0x3fb)}});return _0xf998e?_0xc4495d(()=>_0xf998e[_0x32a1d4(0xa7)]()):void 0x0;}const Ws={};function Gs(_0x6954e4){const _0x4a9ece=_0x1875ac;let {stage:_0x438d11,interactionFlow:_0x333129}=_0x6954e4,_0x33855a=_0x333129===_0x4a9ece(0x2a1),_0x2ce552=_0x438d11===_0x4a9ece(0x369)&&!_0x33855a,_0xfd495=_0x438d11===_0x4a9ece(0x3fb)||_0x33855a;return{'allowHostBodyDrag':_0x2ce552,'allowHostDragHandle':_0x2ce552,'disableLiveHostPointerEvents':!_0x33855a&&(_0x438d11===_0x4a9ece(0x2e8)||_0x438d11===_0x4a9ece(0x369)),'passThroughInteractionGate':_0xfd495,'runtimeOwnsInteraction':_0xfd495,'showHostDragHandle':_0x2ce552};}function Ks(_0x27d935,_0x418017){const _0x3a4de0=_0x1875ac;var _0xcdb5a5;return(_0x27d935==null?void 0x0:_0x27d935[_0x3a4de0(0x3f8)])===_0x1e9bfe[_0x3a4de0(0x57f)]&&_0x27d935[_0x3a4de0(0x2dc)]===_0x1e9bfe[_0x3a4de0(0x57f)]&&!!((_0xcdb5a5=_0x27d935['sourceMeta'])!=null&&_0xcdb5a5[_0x3a4de0(0x49c)])&&_0x418017!==_0x3a4de0(0x3fb);}function qs(_0x517a37,_0x24f8c5){const _0x175018=_0x1875ac;return Ks(_0x517a37,_0x24f8c5)?_0x175018(0x470):'ready';}function Js(_0x467295){const _0x4ff788=_0x1875ac;var _0x3514fe;return _0x467295['fullscreen']||((_0x3514fe=_0x467295[_0x4ff788(0x417)])==null?void 0x0:_0x3514fe[_0x4ff788(0x3a8)])===_0x467295['embedId']&&_0x467295[_0x4ff788(0x417)]['stage']===_0x4ff788(0x3fb)||!_0x467295[_0x4ff788(0x554)]&&_0x467295['renderScopeActive']?_0x4ff788(0x3fb):'inactive';}function Ys(_0x461dad,_0x4ad4ce){const _0x3c924b=_0x1875ac;return _0x461dad!=='docs-sticky-sheet'&&_0x461dad!==_0x3c924b(0xf2)||_0x4ad4ce[_0x3c924b(0x96)]||_0x4ad4ce[_0x3c924b(0x39a)]||_0x4ad4ce[_0x3c924b(0x581)]?!0x1:Math[_0x3c924b(0x132)](_0x4ad4ce['deltaY'])>Math[_0x3c924b(0x132)](_0x4ad4ce[_0x3c924b(0x352)]);}var Xs=class{constructor(){const _0x24dcc2=_0x1875ac;J(this,_0x24dcc2(0x37e),new _0x5bd251()),J(this,_0x24dcc2(0x1f0),new Map()),J(this,_0x24dcc2(0x4ff),new Map()),J(this,'_entriesByKey',new Map()),J(this,_0x24dcc2(0x3ca),[]),J(this,_0x24dcc2(0x44c),!0x1),J(this,_0x24dcc2(0x48b),null);}[_0x1875ac(0x26a)](_0x278e65){const _0x461621=_0x1875ac;return this[_0x461621(0x1f0)]['set'](_0x278e65[_0x461621(0x2dc)],_0x278e65),_0xc4495d(()=>{const _0x3ce641=_0x461621;this[_0x3ce641(0x1f0)][_0x3ce641(0xdd)](_0x278e65[_0x3ce641(0x2dc)])===_0x278e65&&this[_0x3ce641(0x1f0)]['delete'](_0x278e65[_0x3ce641(0x2dc)]);});}['getProvider'](_0x457dc7){const _0x1f61a5=_0x1875ac;return this[_0x1f61a5(0x1f0)]['get'](_0x457dc7);}[_0x1875ac(0x149)](_0xea3ba6){const _0xd6f0fa=_0x1875ac;return this['_entriesByEmbedId'][_0xd6f0fa(0xdd)](_0xea3ba6);}['requestPreview'](_0x3a682e){const _0xb7edc9=_0x1875ac;var _0x1933f8,_0x26d715;let _0xb939fe=this[_0xb7edc9(0xe3)](_0x3a682e),_0x5e3c5d=this[_0xb7edc9(0x4d3)][_0xb7edc9(0xdd)](_0xb939fe);if(_0x5e3c5d&&(_0x5e3c5d[_0xb7edc9(0x107)]===_0xb7edc9(0x1f1)||_0x5e3c5d[_0xb7edc9(0x107)]===_0xb7edc9(0x2a8)))return _0x5e3c5d;let _0x2358a2=this[_0xb7edc9(0x4ff)][_0xb7edc9(0xdd)](_0x3a682e[_0xb7edc9(0x47b)][_0xb7edc9(0x3a8)]),_0xf92568={'embedId':_0x3a682e[_0xb7edc9(0x47b)]['embedId'],'childUnitId':_0x3a682e[_0xb7edc9(0x584)],'childType':_0x3a682e[_0xb7edc9(0x2dc)],'status':_0xb7edc9(0x1f1),'width':Math['max'](0x1,Math[_0xb7edc9(0x5e4)](_0x3a682e['width'])),'height':Math[_0xb7edc9(0x28a)](0x1,Math[_0xb7edc9(0x5e4)](_0x3a682e[_0xb7edc9(0x103)])),'dpr':_0x3a682e[_0xb7edc9(0x496)],'viewState':(_0x1933f8=_0x3a682e[_0xb7edc9(0x3da)])==null?_0x2358a2==null?void 0x0:_0x2358a2['viewState']:_0x1933f8,'revision':((_0x26d715=_0x2358a2==null?void 0x0:_0x2358a2[_0xb7edc9(0x121)])==null?0x0:_0x26d715)+0x1,'updatedAt':Date[_0xb7edc9(0x184)]()};return this[_0xb7edc9(0x4d3)]['set'](_0xb939fe,_0xf92568),this[_0xb7edc9(0x4ff)][_0xb7edc9(0x116)](_0xf92568[_0xb7edc9(0x3a8)],_0xf92568),this[_0xb7edc9(0x3ca)][_0xb7edc9(0x26f)](_0x3a682e),this['_drainQueue'](),this[_0xb7edc9(0x37e)][_0xb7edc9(0x147)](_0xf92568),_0xf92568;}async[_0x1875ac(0xaf)](_0x15ed21){const _0xd8bd4d=_0x1875ac;let _0x4dd257=this[_0xd8bd4d(0x1f0)]['get'](_0x15ed21['childType']);if(!_0x4dd257)return;let _0x59a6a6=await _0x4dd257[_0xd8bd4d(0xaf)](_0x15ed21);return this[_0xd8bd4d(0x2c9)](_0x15ed21[_0xd8bd4d(0x3a8)],_0x59a6a6),_0x59a6a6;}async['restoreViewState'](_0x44760c,_0x541c16){const _0x1acb50=_0x1875ac;if(_0x541c16==null)return;let _0x26cd1a=this[_0x1acb50(0x1f0)][_0x1acb50(0xdd)](_0x44760c['childType']);await(_0x26cd1a==null?void 0x0:_0x26cd1a[_0x1acb50(0x3b7)](_0x44760c,_0x541c16));}[_0x1875ac(0x2c9)](_0x4a4b57,_0x5e1597){const _0x5642f3=_0x1875ac;let _0x5a3aab=this[_0x5642f3(0x4ff)][_0x5642f3(0xdd)](_0x4a4b57);if(!_0x5a3aab){let _0x255d94={'embedId':_0x4a4b57,'childUnitId':'','childType':void 0x0,'status':_0x5642f3(0x2d5),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x5e1597,'revision':0x0,'updatedAt':Date[_0x5642f3(0x184)]()};this[_0x5642f3(0x4ff)][_0x5642f3(0x116)](_0x4a4b57,_0x255d94),this[_0x5642f3(0x37e)][_0x5642f3(0x147)](_0x255d94);return;}_0x5a3aab[_0x5642f3(0x3da)]=_0x5e1597,_0x5a3aab[_0x5642f3(0x4d9)]=Date['now'](),this[_0x5642f3(0x37e)][_0x5642f3(0x147)](_0x5a3aab);}['markStale'](_0x2b1cc8,_0x39894b){const _0x3b706d=_0x1875ac;let _0x28913d=this[_0x3b706d(0x4ff)]['get'](_0x2b1cc8);_0x28913d&&(_0x28913d[_0x3b706d(0x107)]='stale',_0x28913d[_0x3b706d(0x46d)]=_0x39894b,_0x28913d['updatedAt']=Date['now'](),this['previewUpdated$'][_0x3b706d(0x147)](_0x28913d));}[_0x1875ac(0x38b)](_0x52917d){const _0xee6c6=_0x1875ac;let _0x161e27=this[_0xee6c6(0x4ff)][_0xee6c6(0xdd)](_0x52917d);this[_0xee6c6(0x4ff)]['delete'](_0x52917d),_0x161e27&&Array[_0xee6c6(0xa9)](this['_entriesByKey']['entries']())['forEach'](([_0x434fad,_0x2b7449])=>{const _0x5e3cc3=_0xee6c6;_0x2b7449[_0x5e3cc3(0x3a8)]===_0x52917d&&this['_entriesByKey'][_0x5e3cc3(0x5c4)](_0x434fad);});}[_0x1875ac(0xe3)](_0x596310){const _0x542409=_0x1875ac;return[_0x596310['descriptor']['embedId'],_0x596310[_0x542409(0x584)],_0x596310[_0x542409(0x2dc)],Math['max'](0x1,Math[_0x542409(0x5e4)](_0x596310[_0x542409(0x384)])),Math[_0x542409(0x28a)](0x1,Math[_0x542409(0x5e4)](_0x596310[_0x542409(0x103)])),_0x596310['dpr']][_0x542409(0x196)]('::');}async[_0x1875ac(0x5a4)](){const _0x26ddde=_0x1875ac;for(;this['_queue']['length']>0x0||this[_0x26ddde(0x44c)]||this[_0x26ddde(0x48b)];){var _0x2800bf;await((_0x2800bf=this[_0x26ddde(0x48b)])==null?Promise[_0x26ddde(0x1fa)]():_0x2800bf),await Promise[_0x26ddde(0x1fa)]();}}[_0x1875ac(0xa7)](){const _0x6c3c1a=_0x1875ac;this[_0x6c3c1a(0x1f0)]['clear'](),this[_0x6c3c1a(0x4ff)][_0x6c3c1a(0x1f4)](),this[_0x6c3c1a(0x4d3)][_0x6c3c1a(0x1f4)](),this[_0x6c3c1a(0x3ca)][_0x6c3c1a(0x1af)]=0x0,this[_0x6c3c1a(0x37e)]['complete']();}[_0x1875ac(0x5ba)](){const _0x4dce8c=_0x1875ac;this[_0x4dce8c(0x44c)]||this[_0x4dce8c(0x48b)]||(this[_0x4dce8c(0x48b)]=this[_0x4dce8c(0xd0)]()[_0x4dce8c(0x4f2)](()=>{const _0x184d33=_0x4dce8c;this[_0x184d33(0x48b)]=null;}));}async[_0x1875ac(0xd0)](){const _0xea8a86=_0x1875ac;if(!this[_0xea8a86(0x44c)]){this['_rendering']=!0x0;try{for(;this[_0xea8a86(0x3ca)][_0xea8a86(0x1af)]>0x0;)await this[_0xea8a86(0x27b)](this['_queue'][_0xea8a86(0x2e1)]());}finally{this['_rendering']=!0x1;}}}async['_renderOne'](_0x7582b0){const _0x3b0784=_0x1875ac;let _0xd42b46=this['getCacheKey'](_0x7582b0),_0x4be816=this[_0x3b0784(0x4d3)][_0x3b0784(0xdd)](_0xd42b46);if(!_0x4be816||_0x4be816[_0x3b0784(0x107)]!=='pending')return;let _0x2bea56=this[_0x3b0784(0x1f0)][_0x3b0784(0xdd)](_0x7582b0[_0x3b0784(0x2dc)]),_0xbc9538=this[_0x3b0784(0x31f)](_0x4be816[_0x3b0784(0x3a8)],_0x4be816);if(!_0x2bea56){let _0x1f90a7=_0x7582b0['context']?Io(_0x7582b0[_0x3b0784(0x3b1)]):void 0x0;if(_0x1f90a7){_0x4be816[_0x3b0784(0x1d1)]=_0x1f90a7,_0x4be816[_0x3b0784(0x107)]=_0x3b0784(0x2a8),_0x4be816['updatedAt']=Date[_0x3b0784(0x184)](),this[_0x3b0784(0x4ff)][_0x3b0784(0x116)](_0x4be816['embedId'],_0x4be816),this[_0x3b0784(0x37e)]['next'](_0x4be816);return;}this[_0x3b0784(0x26d)](_0x4be816,_0xbc9538,Error(_0x3b0784(0x1b8)+_0x7582b0['childType']));return;}try{let _0x5c95ad=await _0x2bea56['renderPreview']({..._0x7582b0,'width':_0x4be816['width'],'height':_0x4be816[_0x3b0784(0x103)],'viewState':_0x4be816['viewState']});if(this[_0x3b0784(0x4d3)][_0x3b0784(0xdd)](_0xd42b46)!==_0x4be816||_0x4be816[_0x3b0784(0x107)]!==_0x3b0784(0x1f1))return;if(!_0x5c95ad){this[_0x3b0784(0x26d)](_0x4be816,_0xbc9538,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x4be816[_0x3b0784(0x1d1)]=_0x5c95ad,_0x4be816[_0x3b0784(0x107)]=_0x3b0784(0x2a8),_0x4be816[_0x3b0784(0x4d9)]=Date['now'](),this[_0x3b0784(0x4ff)][_0x3b0784(0x116)](_0x4be816[_0x3b0784(0x3a8)],_0x4be816),this['previewUpdated$'][_0x3b0784(0x147)](_0x4be816);}catch(_0x2386da){this[_0x3b0784(0x26d)](_0x4be816,_0xbc9538,_0x2386da);}}[_0x1875ac(0x31f)](_0x45319c,_0x3b3846){const _0x3b538b=_0x1875ac;let _0x56b3f1=this[_0x3b538b(0x4ff)]['get'](_0x45319c);return _0x56b3f1&&_0x56b3f1!==_0x3b3846&&_0x56b3f1[_0x3b538b(0x1d1)]?_0x56b3f1:Array[_0x3b538b(0xa9)](this[_0x3b538b(0x4d3)][_0x3b538b(0x4f1)]())[_0x3b538b(0x17c)]()['find'](_0x3e8f67=>_0x3e8f67['embedId']===_0x45319c&&_0x3e8f67!==_0x3b3846&&_0x3e8f67[_0x3b538b(0x1d1)]);}[_0x1875ac(0x26d)](_0x5466e5,_0x94069d,_0xa60c6f){const _0x39ffd7=_0x1875ac;var _0x227f6f;_0x5466e5['status']=_0x94069d!=null&&_0x94069d[_0x39ffd7(0x1d1)]?_0x39ffd7(0x2d5):_0x39ffd7(0x46d),_0x5466e5[_0x39ffd7(0x1d1)]=_0x94069d==null?void 0x0:_0x94069d['image'],_0x5466e5['viewState']=(_0x227f6f=_0x5466e5[_0x39ffd7(0x3da)])==null?_0x94069d==null?void 0x0:_0x94069d['viewState']:_0x227f6f,_0x5466e5[_0x39ffd7(0x46d)]=_0xa60c6f,_0x5466e5[_0x39ffd7(0x4d9)]=Date[_0x39ffd7(0x184)](),this[_0x39ffd7(0x4ff)][_0x39ffd7(0x116)](_0x5466e5['embedId'],_0x5466e5),this[_0x39ffd7(0x37e)][_0x39ffd7(0x147)](_0x5466e5);}},Zs=class{constructor(){const _0x55662b=_0x1875ac;J(this,_0x55662b(0x2b8),new Map()),J(this,'_geometryInvalidated$',new _0x5bd251()),J(this,_0x55662b(0x5e2),this[_0x55662b(0x37c)][_0x55662b(0xf9)]());}[_0x1875ac(0x134)](_0x103120){const _0x51c163=_0x1875ac;return this['_registrations'][_0x51c163(0x116)](_0x103120[_0x51c163(0x3a8)],_0x103120),this[_0x51c163(0x38b)]({'embedId':_0x103120[_0x51c163(0x3a8)],'reason':_0x51c163(0x252)}),_0xc4495d(()=>{const _0xb9201=_0x51c163;this[_0xb9201(0x2b8)][_0xb9201(0xdd)](_0x103120['embedId'])===_0x103120&&(this[_0xb9201(0x2b8)]['delete'](_0x103120[_0xb9201(0x3a8)]),this['invalidate']({'embedId':_0x103120[_0xb9201(0x3a8)],'reason':'manual'}));});}['getRegistration'](_0x273449){const _0x10c7fb=_0x1875ac;return this[_0x10c7fb(0x2b8)][_0x10c7fb(0xdd)](_0x273449);}[_0x1875ac(0x494)](_0x12838b){const _0x34ae36=_0x1875ac;return Array[_0x34ae36(0xa9)](this[_0x34ae36(0x2b8)]['values']())[_0x34ae36(0x19c)](_0x186621=>_0x186621['childUnitId']===_0x12838b);}[_0x1875ac(0x38b)](_0x405254){this['_geometryInvalidated$']['next'](_0x405254);}};let Qs=class{constructor(_0x5e4652,_0x51d20a,_0x248ad6,_0x1914ac){const _0x23f8bf=_0x1875ac;this[_0x23f8bf(0x3c2)]=_0x5e4652,this[_0x23f8bf(0x169)]=_0x51d20a,this[_0x23f8bf(0x1e2)]=_0x248ad6,this[_0x23f8bf(0x36a)]=_0x1914ac;}async['materializeDescriptor'](_0xb9af46){const _0x4af0c2=_0x1875ac;return this[_0x4af0c2(0x169)][_0x4af0c2(0x4aa)](_0xb9af46);}async[_0x1875ac(0x120)](_0x359810){const _0x4423be=_0x1875ac;var _0x1ebde4;let _0x1f9954=_0x359810[_0x4423be(0x47b)],_0x1f9496=(_0x1ebde4=_0x359810[_0x4423be(0xa1)])==null?this[_0x4423be(0x1e2)]['restoreAnchor']({'embedId':_0x1f9954[_0x4423be(0x3a8)],'hostUnitId':_0x1f9954[_0x4423be(0x5db)],'hostType':_0x1f9954['hostType'],'entry':_0x1f9954[_0x4423be(0x4e4)],'hostAnchorId':_0x1f9954[_0x4423be(0x10f)],'hostContext':_0x359810[_0x4423be(0x131)],'descriptor':_0x1f9954}):_0x1ebde4;return this[_0x4423be(0x3c2)][_0x4423be(0xa8)](_0x1f9954['hostUnitId'],_0x1f9954),this[_0x4423be(0x36a)][_0x4423be(0x39c)](_0x1f9496),this[_0x4423be(0x3c2)]['getDescriptor'](_0x1f9954[_0x4423be(0x5db)],_0x1f9954[_0x4423be(0x3a8)]);}};Qs=Lo([Q(0x0,_0x1f7509(_0x1b3737)),Q(0x1,_0x1f7509(_0x43878b)),Q(0x2,_0x1f7509(_0x6d41fb)),Q(0x3,_0x1f7509(_0x2ed13a))],Qs);function $s(_0x2b92e9){const _0x59f60c=_0x1875ac;var _0x5cb65a,_0x4c33f0,_0x17d3f3,_0x482449,_0x1be45a;if(!_0x2b92e9)return;let _0x235465=(_0x5cb65a=(_0x4c33f0=_0x2b92e9[_0x59f60c(0x509)](_0x59f60c(0x458)))==null?void 0x0:_0x4c33f0[_0x59f60c(0x190)](_0x59f60c(0x4fc)))==null?void 0x0:_0x5cb65a,_0x4863a5=ec(_0x2b92e9,_0x235465),_0x22e7fc=(_0x17d3f3=_0x4863a5==null?void 0x0:_0x4863a5[_0x59f60c(0x190)]('data-embed-id'))==null?_0x235465:_0x17d3f3;if(_0x22e7fc)return{'embedId':_0x22e7fc,'hostUnitId':(_0x482449=_0x4863a5==null?void 0x0:_0x4863a5[_0x59f60c(0x190)](_0x59f60c(0x23c)))==null?void 0x0:_0x482449,'childUnitId':(_0x1be45a=_0x4863a5==null?void 0x0:_0x4863a5[_0x59f60c(0x190)](_0x59f60c(0x561)))==null?void 0x0:_0x1be45a,'childType':nc(_0x4863a5)};}function ec(_0x37b4b0,_0x5e8f2d){const _0x54bb2=_0x1875ac;var _0xea4f0e,_0x4009a2;let _0xb70b2c=_0x37b4b0==null?void 0x0:_0x37b4b0[_0x54bb2(0x509)](_0x54bb2(0x3f2));if(_0xb70b2c&&(!_0x5e8f2d||_0xb70b2c['getAttribute'](_0x54bb2(0x278))===_0x5e8f2d))return _0xb70b2c;let _0x437324=(_0xea4f0e=_0x37b4b0==null?void 0x0:_0x37b4b0['ownerDocument'])==null?typeof document>'u'?void 0x0:document:_0xea4f0e;return!_0x437324||!_0x5e8f2d?_0xb70b2c==null?void 0x0:_0xb70b2c:(_0x4009a2=_0x437324[_0x54bb2(0x3ba)](_0x54bb2(0x48d)+tc(_0x5e8f2d)+'\x22]'))==null?void 0x0:_0x4009a2;}function tc(_0x2f020f){const _0x2d0335=_0x1875ac;return _0x2f020f[_0x2d0335(0x46e)](/\\/g,'\x5c\x5c')[_0x2d0335(0x46e)](/"/g,'\x5c\x22');}function nc(_0x2b4914){const _0x288f38=_0x1875ac;let _0x3d2308=_0x2b4914==null?void 0x0:_0x2b4914[_0x288f38(0x190)](_0x288f38(0x374));if(!(_0x3d2308==null||_0x3d2308===''))return Number(_0x3d2308);}var rc=class{constructor(){const _0x2ec690=_0x1875ac;J(this,_0x2ec690(0x502),new WeakMap()),J(this,_0x2ec690(0x33f),new WeakSet());}['register'](_0x5b2fdb){const _0x511ae2=_0x1875ac;let _0x228e6b=this[_0x511ae2(0x502)][_0x511ae2(0xdd)](_0x5b2fdb);if(!_0x228e6b){let _0x851527=_0x5b2fdb['ownerDocument'][_0x511ae2(0x416)];if(!_0x851527)return _0xc4495d(()=>{});let _0x1007c2=_0x1ff073=>this[_0x511ae2(0x1d9)](_0x5b2fdb,_0x1ff073);_0x851527[_0x511ae2(0x35e)]('wheel',_0x1007c2,{'capture':!0x0,'passive':!0x0}),_0x228e6b={'activeUntil':0x0,'dispose':()=>_0x851527[_0x511ae2(0x44e)](_0x511ae2(0x424),_0x1007c2,{'capture':!0x0}),'refCount':0x0},this[_0x511ae2(0x502)]['set'](_0x5b2fdb,_0x228e6b);}let _0x5dfec9=_0x228e6b;return _0x5dfec9['refCount']+=0x1,_0xc4495d(()=>{const _0x15bc4a=_0x511ae2;--_0x5dfec9[_0x15bc4a(0x19b)],!(_0x5dfec9[_0x15bc4a(0x19b)]>0x0||this[_0x15bc4a(0x502)][_0x15bc4a(0xdd)](_0x5b2fdb)!==_0x5dfec9)&&(_0x5dfec9['dispose'](),this[_0x15bc4a(0x502)][_0x15bc4a(0x5c4)](_0x5b2fdb));});}[_0x1875ac(0x1e3)](_0x1e3447){return this['_hostGestureEvents']['has'](_0x1e3447);}['_observeWheel'](_0x5eb4b9,_0x13aca7){const _0x244282=_0x1875ac;var _0x13e59d;let _0x52cb1f=_0x5eb4b9[_0x244282(0x3e5)][_0x244282(0x416)];if(!_0x52cb1f)return;let _0x6c4eab=ic(_0x13aca7,_0x52cb1f);if(!_0x6c4eab||!_0x5eb4b9[_0x244282(0x11b)](_0x6c4eab))return;let _0x1985ee=this[_0x244282(0x502)][_0x244282(0xdd)](_0x5eb4b9);if(!_0x1985ee)return;let _0x24e00d=Date[_0x244282(0x184)](),_0x546162=ec(_0x6c4eab);if(!_0x546162||!_0x5eb4b9[_0x244282(0x11b)](_0x546162)){_0x1985ee[_0x244282(0x223)]=_0x24e00d+0x1f4;return;}if(((_0x13e59d=$s(_0x546162))==null?void 0x0:_0x13e59d[_0x244282(0x2dc)])===_0x1e9bfe[_0x244282(0x2e3)]){_0x1985ee[_0x244282(0x223)]=_0x24e00d+0x1f4,this[_0x244282(0x33f)][_0x244282(0x42c)](_0x13aca7);return;}_0x24e00d>=_0x1985ee[_0x244282(0x223)]||(_0x1985ee['activeUntil']=_0x24e00d+0x1f4,this[_0x244282(0x33f)]['add'](_0x13aca7));}};function ic(_0x3ef110,_0x25b6cf){const _0x11636e=_0x1875ac;let _0x5b8214=_0x3ef110[_0x11636e(0x3fe)];return _0x5b8214 instanceof _0x25b6cf[_0x11636e(0x1f6)]?_0x5b8214:_0x5b8214 instanceof _0x25b6cf['Element']||_0x5b8214 instanceof _0x25b6cf[_0x11636e(0x34b)]?_0x5b8214['parentElement']:null;}var ac=class{constructor(){J(this,'_providers',new Map());}[_0x1875ac(0x134)](_0xa0fb22){const _0x331018=_0x1875ac;return this[_0x331018(0x1f0)]['set'](_0xa0fb22[_0x331018(0x2dc)],_0xa0fb22),_0xc4495d(()=>{const _0x3e7b13=_0x331018;this[_0x3e7b13(0x1f0)][_0x3e7b13(0xdd)](_0xa0fb22[_0x3e7b13(0x2dc)])===_0xa0fb22&&this[_0x3e7b13(0x1f0)]['delete'](_0xa0fb22['childType']);});}[_0x1875ac(0xdd)](_0x83adfc,_0xdacefc){const _0x1c8263=_0x1875ac;var _0x1cc870;let _0x34ce0d=this['_providers'][_0x1c8263(0xdd)](_0x83adfc);if(_0x34ce0d&&!(_0xdacefc&&(_0x1cc870=_0x34ce0d[_0x1c8263(0x339)])!=null&&_0x1cc870[_0x1c8263(0x1af)]&&!_0x34ce0d[_0x1c8263(0x339)][_0x1c8263(0x2f6)](_0xdacefc)))return _0x34ce0d;}[_0x1875ac(0x315)](){const _0x51c360=_0x1875ac;return[...this['_providers'][_0x51c360(0x4f1)]()];}},oc=class{constructor(){J(this,'_handlers',[]);}[_0x1875ac(0x134)](_0x59bf71){const _0x5b0de0=_0x1875ac;return this[_0x5b0de0(0x32d)][_0x5b0de0(0x26f)](_0x59bf71),this[_0x5b0de0(0x27a)](),_0xc4495d(()=>{let _0x4a3f26=this['_handlers']['indexOf'](_0x59bf71);_0x4a3f26>=0x0&&this['_handlers']['splice'](_0x4a3f26,0x1);});}['handleWheel'](_0x5f4e89){const _0x2bf82d=_0x1875ac;for(let _0xcf0721 of this[_0x2bf82d(0x32d)]){var _0x5e3510;if(_0xcf0721[_0x2bf82d(0x2dc)]===_0x5f4e89[_0x2bf82d(0x2dc)]&&!(_0x5f4e89['layout']&&(_0x5e3510=_0xcf0721[_0x2bf82d(0x339)])!=null&&_0x5e3510[_0x2bf82d(0x1af)]&&!_0xcf0721[_0x2bf82d(0x339)][_0x2bf82d(0x2f6)](_0x5f4e89['layout']))&&_0xcf0721[_0x2bf82d(0x3e8)](_0x5f4e89)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x2be93e=_0x1875ac;return[...this[_0x2be93e(0x32d)]];}[_0x1875ac(0x27a)](){const _0x14f7f1=_0x1875ac;this[_0x14f7f1(0x32d)][_0x14f7f1(0x1fd)]((_0x350071,_0x268d44)=>{const _0x5c237f=_0x14f7f1;var _0x4f390c,_0x5eb20f;return((_0x4f390c=_0x268d44[_0x5c237f(0x3d4)])==null?0x0:_0x4f390c)-((_0x5eb20f=_0x350071[_0x5c237f(0x3d4)])==null?0x0:_0x5eb20f);});}};function sc(_0x100c88){const _0x4b88a5=_0x1875ac;let {hostUnitId:_0x5cb541,embedId:_0x27d114,className:_0x3bc5cc}=_0x100c88,_0x521cad=_0x57e59b(null),_0x1fa9f4=_0x232abb(_0x1b3737),_0x370e55=_0x232abb(Uo),_0x8284cd=_0x232abb(Wo),_0x1fe76c=_0x5d1741(_0x6f6988=>{const _0x3544ae=_0x29dc;_0x6f6988['preventDefault'](),_0x6f6988[_0x3544ae(0x539)](),!(!_0x5cb541||!_0x27d114)&&cc({'hostUnitId':_0x5cb541,'embedId':_0x27d114,'activationService':_0x370e55,'embedModelService':_0x1fa9f4,'fullscreenService':_0x8284cd});},[_0x370e55,_0x27d114,_0x1fa9f4,_0x8284cd,_0x5cb541]);return _0xcea081(()=>{const _0x2bab40=_0x29dc;let _0x5c9512=_0x521cad['current'];if(!_0x5c9512)return;let _0x2c60cb=_0x1c54d2=>{const _0x538bca=_0x29dc;_0x1c54d2[_0x538bca(0x539)]();};return _0x5c9512['addEventListener'](_0x2bab40(0x3bd),_0x2c60cb),_0x5c9512[_0x2bab40(0x35e)]('click',_0x1fe76c),()=>{const _0x34c14b=_0x2bab40;_0x5c9512[_0x34c14b(0x44e)]('pointerdown',_0x2c60cb),_0x5c9512[_0x34c14b(0x44e)](_0x34c14b(0x4f9),_0x1fe76c);};},[_0x1fe76c]),_0xdab386(_0x4b88a5(0x481),{'ref':_0x521cad,'type':'button','className':_0x48963c(_0x4b88a5(0x1b0),_0x3bc5cc),'data-embed-float-fullscreen-button':_0x4b88a5(0x1ac),'children':_0xdab386(_0x5ec766,{'className':_0x4b88a5(0x567)})});}function cc(_0x24bee6){const _0x2a339b=_0x1875ac;var _0x17792e;let _0x3083de=_0x24bee6['embedModelService']['getDescriptor'](_0x24bee6[_0x2a339b(0x5db)],_0x24bee6[_0x2a339b(0x3a8)]);return!(_0x3083de!=null&&_0x3083de[_0x2a339b(0x584)])||_0x3083de[_0x2a339b(0x2dc)]==null?!0x1:((_0x17792e=_0x24bee6[_0x2a339b(0x3db)])==null||_0x17792e['clearFloating'](_0x24bee6[_0x2a339b(0x3a8)],_0x24bee6[_0x2a339b(0x5db)]),_0x24bee6[_0x2a339b(0x4a4)][_0x2a339b(0x37d)](_0x3083de),!0x0);}const lc=_0x1875ac(0xbc),uc=Symbol('univer.embed.forwarded-wheel-event'),dc=Symbol(_0x1875ac(0x1d3)),fc=new Map(),pc='stage2-runtime',mc=_0x1875ac(0x430),hc=[pc,mc],gc='[data-embed-float-drag-handle=\x22true\x22],\x20[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]';function _c(_0x238a1c){const _0x3f14ac=_0x1875ac;let {initialStage:_0x3e773e,interactionFlow:_0x217986='floating-stage',isExternalHostInteraction:_0x143939,onHostWheel:_0x4a302a,onRuntimeStageEnter:_0x310ef6,onRuntimeStageExit:_0x158024,resolveHostWheelGestureRoot:_0x20640b,syncHostVerticalScroll:_0x22434f}=_0x238a1c,_0x38b68c=_0x57e59b(null),_0x43e212=_0x57e59b(null),_0x4778a6=_0x57e59b(null),_0x46a9f0=_0x57e59b(null),_0x20c169=_0x57e59b(null),_0x52a023=_0x57e59b(null),_0x5ce3bf=_0x57e59b(null),_0x219367=_0x57e59b(null),_0x475fbe=_0x57e59b(null),_0x33ee54=_0x57e59b(null),_0x2b8f71=_0x232abb(_0x1b3737),_0x3b3d82=_0x232abb(Fa),_0x40a448=_0x232abb(Uo),_0x3ee88a=_0x232abb(Xs),_0x59aca2=_0x232abb(Zs),_0x41a3ce=_0x232abb(Wo),_0x4b5273=_0x232abb(Ra),_0x3dc73c=_0x232abb(Bo),_0x257542=_0x232abb(Qs),_0x39cde9=_0x232abb(oc),_0x11351f=_0x232abb(ac),_0x2330eb=_0x232abb(X),_0x46cacd=_0x232abb(rc),_0x5dc382=Vc(_0x238a1c[_0x3f14ac(0x12a)]),_0x54d981=_0x238a1c[_0x3f14ac(0x2de)],_0x37e590=_0x54d981!=null&&_0x54d981[_0x3f14ac(0x569)]?_0x54d981:void 0x0,[_0x130946,_0x17c9c7]=_0x34f48e(0x0),_0x10c35c=_0x46d85f(()=>_0x3b3d82[_0x3f14ac(0x25f)][_0x3f14ac(0xae)](_0x579ccc(()=>_0x5dc382!=null&&_0x5dc382[_0x3f14ac(0x3a8)]?_0x3b3d82['getStage'](_0x5dc382[_0x3f14ac(0x3a8)]):_0x3f14ac(0x2e8))),_0x3e773e==null?_0x5dc382!=null&&_0x5dc382['embedId']?_0x3b3d82[_0x3f14ac(0x4f4)](_0x5dc382[_0x3f14ac(0x3a8)]):_0x3f14ac(0x2e8):_0x3e773e,!0x1,[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x3b3d82]),_0x3cd692=_0x57e59b(_0x10c35c),_0x1f45e1=_0x57e59b(!0x1),_0x5bb4c5=_0x57e59b(void 0x0),_0x1b7ca0=_0x57e59b(void 0x0),_0x85795c=_0x57e59b(void 0x0),_0xf04ee0=_0x57e59b(void 0x0),_0x18a426=_0x57e59b(void 0x0),_0x133a8c=_0x57e59b(void 0x0),_0x351199=_0x57e59b(0x0),_0x595ef3=_0x57e59b(0x0),_0x1232a0=_0x57e59b(0x0),_0x5b9715=_0x57e59b([]),_0x548bbf=_0x57e59b(_0x10c35c);_0x548bbf[_0x3f14ac(0x11c)]=_0x10c35c;let _0x593d69=_0x5d1741(()=>{const _0x3fa459=_0x3f14ac;var _0x2b870c;(_0x2b870c=_0x85795c[_0x3fa459(0x11c)])==null||_0x2b870c[_0x3fa459(0xa7)](),_0x85795c[_0x3fa459(0x11c)]=void 0x0;},[]),_0x25d9a0=_0x5d1741(()=>{const _0x4db295=_0x3f14ac;var _0x5da337,_0x51d2d2,_0x4604b2,_0x5b9a21,_0x2b3cef,_0x415836,_0x2c96d4,_0x41998a;if(!(_0x5dc382!=null&&_0x5dc382[_0x4db295(0x3a8)])||_0x85795c['current'])return;let _0x3a259d=_0x5dc382[_0x4db295(0x5db)]?_0x2b8f71['getDescriptor'](_0x5dc382['hostUnitId'],_0x5dc382['embedId']):void 0x0,_0x5ce72f=vc(_0x3a259d),_0x56f5ee=(_0x5da337=(_0x51d2d2=(_0x4604b2=_0x5dc382[_0x4db295(0x584)])==null?_0x3a259d==null?void 0x0:_0x3a259d[_0x4db295(0x584)]:_0x4604b2)==null?(_0x5b9a21=_0x1b7ca0['current'])==null?void 0x0:_0x5b9a21[_0x4db295(0x584)]:_0x51d2d2)==null?_0x5ce72f==null?void 0x0:_0x5ce72f[_0x4db295(0x584)]:_0x5da337,_0x28d9f0=(_0x2b3cef=(_0x415836=(_0x2c96d4=_0x5dc382[_0x4db295(0x2dc)])==null?_0x3a259d==null?void 0x0:_0x3a259d[_0x4db295(0x2dc)]:_0x2c96d4)==null?(_0x41998a=_0x1b7ca0[_0x4db295(0x11c)])==null?void 0x0:_0x41998a[_0x4db295(0x2dc)]:_0x415836)==null?_0x5ce72f==null?void 0x0:_0x5ce72f[_0x4db295(0x2dc)]:_0x2b3cef;_0x85795c['current']=_0x2330eb[_0x4db295(0x413)]({'embedId':_0x5dc382[_0x4db295(0x3a8)],'role':'child-session','owner':_0x217986===_0x4db295(0x2a1)?mc:pc,'sessionMode':_0x4db295(0xbe),'hostUnitId':_0x5dc382[_0x4db295(0x5db)],'childUnitId':_0x56f5ee,'childType':_0x28d9f0});},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x2dc)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x584)],_0x5dc382==null?void 0x0:_0x5dc382['embedId'],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x2330eb,_0x217986]),_0x4e60c3=_0x5d1741(()=>{const _0x2710f1=_0x3f14ac;if(!(_0x5dc382!=null&&_0x5dc382[_0x2710f1(0x3a8)]))return;let _0x1c5375=_0x5dc382[_0x2710f1(0x3a8)];window[_0x2710f1(0x597)](()=>{const _0x3cc77a=_0x2710f1;_0x3b3d82[_0x3cc77a(0x4f4)](_0x1c5375)!=='stage2'&&_0x593d69();});},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x3b3d82,_0x593d69]),_0x4e35b4=qs(_0x5dc382!=null&&_0x5dc382[_0x3f14ac(0x5db)]?_0x2b8f71[_0x3f14ac(0x3cc)](_0x5dc382['hostUnitId'],_0x5dc382[_0x3f14ac(0x3a8)]):void 0x0,_0x10c35c);_0xcea081(()=>{if(!(!(_0x5dc382!=null&&_0x5dc382['embedId'])||_0x10c35c!=='stage2'))return _0x25d9a0(),_0x593d69;},[_0x25d9a0,_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x593d69,_0x10c35c]),_0xcea081(()=>{const _0x12e7dd=_0x3f14ac;let _0x29bb9a=_0x3cd692[_0x12e7dd(0x11c)];_0x3cd692[_0x12e7dd(0x11c)]=_0x10c35c;let _0x2e4d66=_0x29bb9a!==_0x10c35c||!_0x1f45e1[_0x12e7dd(0x11c)]&&_0x10c35c!==_0x12e7dd(0x2e8);_0x1f45e1[_0x12e7dd(0x11c)]=!0x0,_0x2e4d66&&(_0x310ef6==null||_0x310ef6(_0x10c35c),_0x59aca2['invalidate']({'embedId':_0x5dc382==null?void 0x0:_0x5dc382['embedId'],'reason':_0x12e7dd(0x1fe)})),_0x29bb9a==='stage2'&&_0x10c35c!=='stage2'&&(xl(_0x5dc382==null?void 0x0:_0x5dc382[_0x12e7dd(0x3a8)],fl(_0x46a9f0[_0x12e7dd(0x11c)],_0x20c169[_0x12e7dd(0x11c)],_0x52a023[_0x12e7dd(0x11c)],_0x475fbe[_0x12e7dd(0x11c)],_0x33ee54['current'])),_0x40a448[_0x12e7dd(0x170)](_0x5dc382==null?void 0x0:_0x5dc382['embedId'],_0x5dc382==null?void 0x0:_0x5dc382[_0x12e7dd(0x5db)]),_0x158024==null||_0x158024());},[_0x40a448,_0x5dc382==null?void 0x0:_0x5dc382['embedId'],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x59aca2,_0x310ef6,_0x158024,_0x10c35c]),_0xcea081(()=>{const _0x2f576b=_0x3f14ac;if(_0x3e773e!==_0x2f576b(0x3fb)||!(_0x5dc382!=null&&_0x5dc382['embedId'])||!_0x5dc382[_0x2f576b(0x5db)])return;let _0x87e73d=_0x2b8f71['getDescriptor'](_0x5dc382[_0x2f576b(0x5db)],_0x5dc382['embedId']);_0x87e73d!=null&&_0x87e73d['childUnitId']&&_0x3b3d82['activate']({'hostUnitId':_0x5dc382['hostUnitId'],'embedId':_0x5dc382[_0x2f576b(0x3a8)],'childUnitId':_0x87e73d[_0x2f576b(0x584)]},'stage2');},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x3b3d82,_0x3e773e]),_0xcea081(()=>{const _0xb92161=_0x3f14ac;let _0x5def49=_0x46a9f0[_0xb92161(0x11c)],_0x4fbeff=_0x20c169[_0xb92161(0x11c)],_0x5826e6=_0x52a023[_0xb92161(0x11c)],_0x246001=_0x475fbe[_0xb92161(0x11c)],_0x1f1e3f=_0x33ee54[_0xb92161(0x11c)];if(!_0x5def49||!_0x4fbeff||!_0x5826e6||!_0x246001||!_0x1f1e3f)return;let _0x25b007=_0x5dc382!=null&&_0x5dc382[_0xb92161(0x5db)]?_0x2b8f71[_0xb92161(0x3cc)](_0x5dc382['hostUnitId'],_0x5dc382[_0xb92161(0x3a8)]):void 0x0,_0xd3de6d=_0x25b007?Hc(_0x25b007):void 0x0;if(!_0x25b007||!_0xd3de6d||_0x4e35b4===_0xb92161(0x470))return;let _0x49f984=!0x1,_0x10ecb0;return _0x257542[_0xb92161(0x4aa)]({'descriptor':_0x25b007})['then'](_0x43cb6b=>{const _0x2893cc=_0xb92161;var _0x5890ec;if(_0x49f984)return;let _0x456c97=_0x3dc73c[_0x2893cc(0x2c0)](_0x43cb6b,_0x5def49,{'content':_0x4fbeff,'canvas':_0x5826e6,'overlay':_0x246001,'popup':_0x1f1e3f});_0x10ecb0=_0x43cb6b[_0x2893cc(0x3a8)];let _0x48b8a5=_0x456c97==null?void 0x0:_0x456c97[_0x2893cc(0x3b1)];_0x1b7ca0[_0x2893cc(0x11c)]=_0x48b8a5;let _0x5be6ef=_0x5dc382!=null&&_0x5dc382['embedId']?(_0x5890ec=_0x3ee88a[_0x2893cc(0x149)](_0x5dc382[_0x2893cc(0x3a8)]))==null?void 0x0:_0x5890ec[_0x2893cc(0x3da)]:void 0x0;_0x48b8a5&&_0x5be6ef!=null&&_0x3ee88a[_0x2893cc(0x3b7)](_0x48b8a5,_0x5be6ef);})[_0xb92161(0x485)](_0x50c99e=>{throw _0x50c99e;}),()=>{const _0x31594f=_0xb92161;var _0x1440a2;_0x49f984=!0x0,_0x10ecb0&&((_0x1440a2=_0x1b7ca0[_0x31594f(0x11c)])==null?void 0x0:_0x1440a2[_0x31594f(0x3a8)])===_0x10ecb0&&(_0x1b7ca0[_0x31594f(0x11c)]=void 0x0),_0x3dc73c[_0x31594f(0x501)](_0x25b007[_0x31594f(0x3a8)]);};},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x3dc73c,_0x130946,_0x3ee88a,_0x257542,_0x4e35b4]),_0xcea081(()=>{const _0x31b0c4=_0x3f14ac;if(!(_0x5dc382!=null&&_0x5dc382[_0x31b0c4(0x3a8)]))return;let _0x52347a=_0x5dc382[_0x31b0c4(0x3a8)],_0x22f9fb=[];[{'element':_0x46a9f0[_0x31b0c4(0x11c)],'role':'runtime'},{'element':_0x20c169[_0x31b0c4(0x11c)],'role':'runtime'},{'element':_0x52a023[_0x31b0c4(0x11c)],'role':_0x31b0c4(0x1bb)}]['forEach'](_0x401c54=>{const _0x2ae46e=_0x31b0c4;let _0x7f9f66=_0x401c54[_0x2ae46e(0x543)];_0x7f9f66&&_0x22f9fb[_0x2ae46e(0x26f)]({'element':_0x7f9f66,'role':_0x401c54['role']});}),_0x10c35c===_0x31b0c4(0x3fb)&&[{'element':_0x5ce3bf['current'],'role':_0x31b0c4(0x3a5)},{'element':_0x475fbe[_0x31b0c4(0x11c)],'role':_0x31b0c4(0x3a5)},{'element':_0x33ee54[_0x31b0c4(0x11c)],'role':'child-popup'}][_0x31b0c4(0x50a)](_0x254d1f=>{const _0x4647d8=_0x31b0c4;_0x254d1f[_0x4647d8(0x543)]&&_0x22f9fb[_0x4647d8(0x26f)](_0x254d1f);});let _0x4f74a4=_0x22f9fb[_0x31b0c4(0x174)](({element:_0x1d4a7c,role:_0x50da99})=>[_0x4b5273['registerRoot'](_0x52347a,_0x1d4a7c),_0x2330eb[_0x31b0c4(0x265)]({'embedId':_0x52347a,'role':_0x50da99,'element':_0x1d4a7c})]);return()=>_0x4f74a4[_0x31b0c4(0x50a)](_0x2d5f19=>_0x2d5f19[_0x31b0c4(0xa7)]());},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x2330eb,_0x4b5273,_0x10c35c]),_0xcea081(()=>{const _0x3eeae0=_0x3f14ac;var _0x348f5c,_0x5d80b2,_0xef15ae,_0xb92be2;if(!(_0x5dc382!=null&&_0x5dc382[_0x3eeae0(0x3a8)])||_0x10c35c!==_0x3eeae0(0x3fb))return;let _0x3ce115=(_0x348f5c=(_0x5d80b2=(_0xef15ae=_0x38b68c['current'])==null?void 0x0:_0xef15ae[_0x3eeae0(0x3e5)])==null?(_0xb92be2=_0x46a9f0[_0x3eeae0(0x11c)])==null?void 0x0:_0xb92be2['ownerDocument']:_0x5d80b2)==null?typeof document>'u'?void 0x0:document:_0x348f5c,_0x15cb9d=_0x4b5273['activatePortalScope'](_0x5dc382['embedId'],_0x3ce115);return()=>{const _0x3affe2=_0x3eeae0;_0x548bbf[_0x3affe2(0x11c)]!==_0x3affe2(0x3fb)&&_0x4b5273[_0x3affe2(0x422)](_0x5dc382['embedId'],_0x3ce115),_0x15cb9d['dispose']();};},[_0x5dc382==null?void 0x0:_0x5dc382['embedId'],_0x4b5273,_0x10c35c]),_0xcea081(()=>{const _0x1d56aa=_0x3f14ac;var _0x47df46,_0x47e41b,_0x2ba9ad,_0x506c4e;if(!(_0x5dc382!=null&&_0x5dc382[_0x1d56aa(0x3a8)])||_0x10c35c!==_0x1d56aa(0x3fb))return;let _0x1e47ae=(_0x47df46=(_0x47e41b=(_0x2ba9ad=_0x38b68c['current'])==null?void 0x0:_0x2ba9ad[_0x1d56aa(0x3e5)])==null?(_0x506c4e=_0x46a9f0['current'])==null?void 0x0:_0x506c4e[_0x1d56aa(0x3e5)]:_0x47e41b)==null?typeof document>'u'?void 0x0:document:_0x47df46,_0x50a557=_0x1e47ae==null?void 0x0:_0x1e47ae[_0x1d56aa(0x3ba)](_0x1d56aa(0xa0));if(!_0x50a557)return;let _0x2d1fa8=[_0x4b5273[_0x1d56aa(0x304)](_0x5dc382[_0x1d56aa(0x3a8)],_0x50a557),_0x2330eb[_0x1d56aa(0x265)]({'embedId':_0x5dc382['embedId'],'role':_0x1d56aa(0x3a5),'element':_0x50a557})];return()=>_0x2d1fa8[_0x1d56aa(0x50a)](_0x470fee=>_0x470fee['dispose']());},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x2330eb,_0x4b5273,_0x10c35c]),_0xcea081(()=>{const _0x3a5ef7=_0x3f14ac;let _0xa54e40=_0x38b68c['current'],_0x232578=_0xa54e40==null?void 0x0:_0xa54e40[_0x3a5ef7(0x3ba)]('[data-u-comp=\x22embed-float-dom-content\x22]');if(!(_0x5dc382!=null&&_0x5dc382[_0x3a5ef7(0x3a8)])||!_0xa54e40)return;let _0x5423af=_0x5dc382[_0x3a5ef7(0x5db)]?_0x2b8f71[_0x3a5ef7(0x3cc)](_0x5dc382['hostUnitId'],_0x5dc382[_0x3a5ef7(0x3a8)]):void 0x0,_0x1e946f=_0x59aca2[_0x3a5ef7(0x134)]({'embedId':_0x5dc382[_0x3a5ef7(0x3a8)],'childUnitId':_0x5423af==null?void 0x0:_0x5423af['childUnitId'],'root':_0xa54e40,'viewport':_0x232578,'contentRoot':_0x20c169[_0x3a5ef7(0x11c)]});return()=>_0x1e946f[_0x3a5ef7(0xa7)]();},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382['hostUnitId'],_0x2b8f71,_0x59aca2]),_0xcea081(()=>{const _0x3b2489=_0x3f14ac;if(!(_0x5dc382!=null&&_0x5dc382[_0x3b2489(0x3a8)]))return;let _0x239386=_0x41a3ce[_0x3b2489(0x3c3)]['subscribe'](_0x1f3fb6=>{const _0x35cfc9=_0x3b2489;_0x1f3fb6[_0x35cfc9(0x3a8)]===_0x5dc382[_0x35cfc9(0x3a8)]&&(_0x40a448['clearFloating'](_0x5dc382['embedId'],_0x5dc382[_0x35cfc9(0x5db)]),_0x3dc73c[_0x35cfc9(0x501)](_0x5dc382[_0x35cfc9(0x3a8)]),_0x18a426[_0x35cfc9(0x11c)]!=null&&(window[_0x35cfc9(0x38d)](_0x18a426[_0x35cfc9(0x11c)]),_0x18a426['current']=void 0x0),_0x133a8c[_0x35cfc9(0x11c)]!=null&&globalThis[_0x35cfc9(0x130)](_0x133a8c[_0x35cfc9(0x11c)]),_0x133a8c[_0x35cfc9(0x11c)]=globalThis['setTimeout'](()=>{const _0x80fac5=_0x35cfc9;_0x133a8c[_0x80fac5(0x11c)]=void 0x0,_0x18a426['current']=window[_0x80fac5(0x597)](()=>{_0x18a426['current']=void 0x0,_0x17c9c7(_0xfacce2=>_0xfacce2+0x1);});},0x0));});return()=>{const _0x4c2a97=_0x3b2489;_0x239386[_0x4c2a97(0x19a)](),_0x133a8c['current']!=null&&(globalThis[_0x4c2a97(0x130)](_0x133a8c[_0x4c2a97(0x11c)]),_0x133a8c[_0x4c2a97(0x11c)]=void 0x0),_0x18a426[_0x4c2a97(0x11c)]!=null&&(window[_0x4c2a97(0x38d)](_0x18a426[_0x4c2a97(0x11c)]),_0x18a426[_0x4c2a97(0x11c)]=void 0x0);};},[_0x40a448,_0x5dc382==null?void 0x0:_0x5dc382['embedId'],_0x5dc382==null?void 0x0:_0x5dc382['hostUnitId'],_0x41a3ce,_0x3dc73c]),_0xcea081(()=>{const _0x54008a=_0x3f14ac;var _0x41d3d2;let _0x14d30a=_0x38b68c['current'],_0x6d0f70=_0x5ce3bf['current'];if(!_0x14d30a||!_0x6d0f70||typeof document>'u')return;if(_0x238a1c[_0x54008a(0x2a7)]===!0x0&&_0x10c35c===_0x54008a(0x2e8))return _0x6d0f70[_0x54008a(0x1e5)][_0x54008a(0x237)]=_0x54008a(0x2df),_0x6d0f70[_0x54008a(0x1e5)][_0x54008a(0x380)]=_0x54008a(0x23d),()=>{const _0x137a6c=_0x54008a;_0x6d0f70[_0x137a6c(0x1e5)]['removeProperty'](_0x137a6c(0x237)),_0x6d0f70[_0x137a6c(0x1e5)][_0x137a6c(0x17e)](_0x137a6c(0x3d2));};let _0x254557=_0x6d0f70[_0x54008a(0x577)],_0x3b20d9=_0x6d0f70[_0x54008a(0x4a7)],_0x28653a,_0x2e3a6f,_0x4197e5=0x0,_0xeb090d,_0x3790aa,_0x289a0f,_0x499e23,_0x4859ec,_0x1fd95e,_0x37571d,_0x2effcc,_0x446412=()=>{const _0x2e1c4b=_0x54008a;let _0x3eb66e=Ec(_0x14d30a),_0x3b95d7=Tc(_0x14d30a),_0x24fce2=_0x14d30a[_0x2e1c4b(0x4ce)](),_0x35fb9a=!Dc(_0x14d30a)&&_0x2effcc!=null&&_0xeb090d===_0x3b95d7[_0x2e1c4b(0x270)]&&_0x289a0f===_0x3b95d7[_0x2e1c4b(0x384)]&&_0x499e23===_0x3b95d7[_0x2e1c4b(0x103)];!Dc(_0x14d30a)&&_0x2effcc!=null&&!_0x35fb9a&&(_0x2effcc=void 0x0);let _0x23dedd=_0x35fb9a?new DOMRect(_0x3b95d7[_0x2e1c4b(0x270)],_0x2effcc,_0x3b95d7[_0x2e1c4b(0x384)],_0x3b95d7['height']):_0x3b95d7,_0x20a1ec=!_0x3eb66e||_0x23dedd[_0x2e1c4b(0x103)]>=Oc,_0x9d91ad=_0x23dedd['height']>=kc,_0x5d9638=_0x9d91ad&&_0x24fce2[_0x2e1c4b(0x359)]>=_0x23dedd[_0x2e1c4b(0x359)];xc(_0x14d30a,_0x6d0f70,_0x20a1ec,_0x10c35c),Sc(_0x14d30a,_0x6d0f70,_0x9d91ad,_0x5d9638,_0x10c35c),_0x3eb66e?Cc(_0x6d0f70,_0x23dedd,_0x24fce2):wc(_0x6d0f70),_0x6d0f70[_0x2e1c4b(0x1e5)]['visibility']=_0x20a1ec?'':_0x2e1c4b(0x2df),_0x6d0f70['style']['pointerEvents']=_0x20a1ec&&_0x10c35c!==_0x2e1c4b(0x2e8)?'':_0x2e1c4b(0x23d),!(_0x23dedd[_0x2e1c4b(0x270)]===_0xeb090d&&_0x23dedd['top']===_0x3790aa&&_0x23dedd[_0x2e1c4b(0x384)]===_0x289a0f&&_0x23dedd[_0x2e1c4b(0x103)]===_0x499e23&&_0x20a1ec===_0x4859ec&&_0x9d91ad===_0x1fd95e&&_0x5d9638===_0x37571d)&&(_0xeb090d=_0x23dedd[_0x2e1c4b(0x270)],_0x3790aa=_0x23dedd['top'],_0x289a0f=_0x23dedd[_0x2e1c4b(0x384)],_0x499e23=_0x23dedd[_0x2e1c4b(0x103)],_0x4859ec=_0x20a1ec,_0x1fd95e=_0x9d91ad,_0x37571d=_0x5d9638,fc[_0x2e1c4b(0x116)](_0x14d30a,{'left':_0x23dedd[_0x2e1c4b(0x270)],'top':_0x23dedd[_0x2e1c4b(0x359)],'width':_0x23dedd[_0x2e1c4b(0x384)],'height':_0x23dedd[_0x2e1c4b(0x103)]}),_0x6d0f70[_0x2e1c4b(0x1e5)][_0x2e1c4b(0x270)]=_0x23dedd['left']+'px',_0x6d0f70['style'][_0x2e1c4b(0x359)]=_0x23dedd['top']+'px',_0x6d0f70[_0x2e1c4b(0x1e5)][_0x2e1c4b(0x384)]=_0x23dedd[_0x2e1c4b(0x384)]+'px',_0x6d0f70[_0x2e1c4b(0x1e5)][_0x2e1c4b(0x103)]=_0x23dedd[_0x2e1c4b(0x103)]+'px');},_0x5ac24b=()=>{const _0x199cc8=_0x54008a;_0x446412(),_0x28653a=window[_0x199cc8(0x597)](_0x5ac24b);},_0x1e751a=()=>{const _0x28649c=_0x54008a;_0x2e3a6f=void 0x0,_0x446412(),!(_0x4197e5<=0x0)&&(--_0x4197e5,_0x2e3a6f=window[_0x28649c(0x597)](_0x1e751a));},_0x3b5e87=_0x2441f0=>{const _0x13b25e=_0x54008a;!Dc(_0x14d30a)&&Fc(_0x2441f0)&&_0x3790aa!=null&&(_0x2effcc=_0x3790aa),Pc(_0x14d30a,_0x2441f0,{'left':_0xeb090d,'top':_0x3790aa,'width':_0x289a0f,'height':_0x499e23})&&(_0x59aca2[_0x13b25e(0x38b)]({'embedId':_0x5dc382==null?void 0x0:_0x5dc382[_0x13b25e(0x3a8)],'reason':_0x13b25e(0x424)}),_0x4197e5=Math[_0x13b25e(0x28a)](_0x4197e5,0x3),_0x2e3a6f==null&&(_0x2e3a6f=window[_0x13b25e(0x597)](_0x1e751a)));},_0x50e549=()=>{const _0x4b7bdd=_0x54008a;_0x2effcc=void 0x0,_0x59aca2[_0x4b7bdd(0x38b)]({'embedId':_0x5dc382==null?void 0x0:_0x5dc382[_0x4b7bdd(0x3a8)],'reason':_0x4b7bdd(0x307)}),_0x4197e5=Math[_0x4b7bdd(0x28a)](_0x4197e5,0x2),_0x2e3a6f==null&&(_0x2e3a6f=window['requestAnimationFrame'](_0x1e751a));};_0x446412(),document[_0x54008a(0x41b)][_0x54008a(0x273)](_0x6d0f70);let _0x65582b=()=>{_0x2effcc=void 0x0;},_0x676873=new ResizeObserver(_0x446412);_0x676873['observe'](_0x14d30a);let _0x2564d8=(_0x41d3d2=_0x238a1c['hostFloatDomLayout$'])==null?void 0x0:_0x41d3d2['subscribe'](_0x50e549);return window['addEventListener'](_0x54008a(0x3bd),_0x65582b,!0x0),window[_0x54008a(0x35e)]('scroll',_0x3b5e87,!0x0),window[_0x54008a(0x35e)](_0x54008a(0x424),_0x3b5e87,!0x0),window[_0x54008a(0x35e)](_0x54008a(0x38a),_0x3b5e87),(_0x10c35c!=='inactive'||Dc(_0x14d30a))&&(_0x28653a=window['requestAnimationFrame'](_0x5ac24b)),()=>{const _0xaeba17=_0x54008a;_0x28653a!=null&&window[_0xaeba17(0x38d)](_0x28653a),_0x2e3a6f!=null&&window['cancelAnimationFrame'](_0x2e3a6f),_0x2564d8==null||_0x2564d8[_0xaeba17(0x19a)](),_0x676873['disconnect'](),window[_0xaeba17(0x44e)](_0xaeba17(0x3bd),_0x65582b,!0x0),window[_0xaeba17(0x44e)](_0xaeba17(0x110),_0x3b5e87,!0x0),window[_0xaeba17(0x44e)](_0xaeba17(0x424),_0x3b5e87,!0x0),window[_0xaeba17(0x44e)](_0xaeba17(0x38a),_0x3b5e87),fc[_0xaeba17(0x5c4)](_0x14d30a),_0x6d0f70[_0xaeba17(0x136)](_0xaeba17(0x1e5)),xc(_0x14d30a,_0x6d0f70,!0x0,'stage2'),Sc(_0x14d30a,_0x6d0f70,!0x0,!0x0,_0xaeba17(0x3fb)),_0x254557!=null&&_0x254557[_0xaeba17(0x5a9)]?_0x254557[_0xaeba17(0x2cc)](_0x6d0f70,_0x3b20d9):_0x6d0f70[_0xaeba17(0x191)]();};},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x59aca2,_0x238a1c[_0x3f14ac(0x2a7)],_0x238a1c['hostFloatDomLayout$'],_0x10c35c]),_0xcea081(()=>{const _0xcb6abf=_0x3f14ac;if(!(_0x5dc382!=null&&_0x5dc382['embedId'])||typeof document>'u')return;let _0x183731=_0x355f87=>{const _0x3ff9bf=_0x29dc;var _0x25567c;let _0x260ec6=_0x38b68c['current'],_0x3a28ab=_0x5ce3bf[_0x3ff9bf(0x11c)],_0x5c2e2c=_0x355f87['target'],_0x51efd4=(_0x25567c=_0x143939==null?void 0x0:_0x143939(_0x355f87))==null?!0x1:_0x25567c;if(_0x3b3d82[_0x3ff9bf(0x4f4)](_0x5dc382['embedId'])===_0x3ff9bf(0x2e8))return;_0x51efd4&&(_0x595ef3['current']=Date[_0x3ff9bf(0x184)]()+0x28a);let _0x413561=_0x2330eb['containsElement'](_0x5dc382[_0x3ff9bf(0x3a8)],_0x5c2e2c,_0x355f87)||_0x4b5273[_0x3ff9bf(0x11b)](_0x5dc382[_0x3ff9bf(0x3a8)],_0x5c2e2c,_0x355f87);_0x413561&&(_0x1232a0[_0x3ff9bf(0x11c)]=Date[_0x3ff9bf(0x184)]()+0x28a),!(!_0x260ec6||!_0x5c2e2c||_0x260ec6['contains'](_0x5c2e2c)||_0x3a28ab!=null&&_0x3a28ab[_0x3ff9bf(0x11b)](_0x5c2e2c)||_0x5c2e2c[_0x3ff9bf(0x509)](gc)||_0x413561||_0x51efd4||yc(_0x260ec6,_0x355f87))&&_0x40a448[_0x3ff9bf(0x170)](_0x5dc382[_0x3ff9bf(0x3a8)],_0x5dc382[_0x3ff9bf(0x5db)]);},_0x45f2e3=_0x333506=>{const _0x3473e6=_0x29dc;var _0x40872d;let _0x557d5d=_0x38b68c['current'],_0x10f9ac=_0x5ce3bf[_0x3473e6(0x11c)],_0x4c0642=_0x333506[_0x3473e6(0x3fe)],_0x2b07c9=(_0x40872d=_0x557d5d==null?void 0x0:_0x557d5d[_0x3473e6(0x3e5)])==null?_0x4c0642==null?void 0x0:_0x4c0642[_0x3473e6(0x3e5)]:_0x40872d,_0x266d82=_0x2330eb['hasBlockingChildFocusLease'](_0x5dc382[_0x3473e6(0x3a8)],{'ignoreOwners':hc}),_0x2ad997=vl({'now':Date[_0x3473e6(0x184)](),'ownedPointerInteractionUntil':_0x1232a0['current']});_0x3b3d82['getStage'](_0x5dc382[_0x3473e6(0x3a8)])!==_0x3473e6(0x2e8)&&(!_0x557d5d||!_0x4c0642||_0x266d82||_0x2ad997||Date[_0x3473e6(0x184)]()<_0x595ef3['current']||_0x4b5273['hasRecentInteractionFor'](_0x5dc382[_0x3473e6(0x3a8)],_0x2b07c9)||!bl(_0x4c0642)||_0x557d5d[_0x3473e6(0x11b)](_0x4c0642)||_0x10f9ac!=null&&_0x10f9ac[_0x3473e6(0x11b)](_0x4c0642)||_0x4c0642[_0x3473e6(0x509)](gc)||_0x2330eb['containsElement'](_0x5dc382[_0x3473e6(0x3a8)],_0x4c0642,_0x333506)||_0x4b5273[_0x3473e6(0x11b)](_0x5dc382[_0x3473e6(0x3a8)],_0x4c0642,_0x333506)||_0x40a448['clearFloating'](_0x5dc382['embedId'],_0x5dc382['hostUnitId']));};return document[_0xcb6abf(0x35e)](_0xcb6abf(0x3bd),_0x183731,!0x0),document[_0xcb6abf(0x35e)](_0xcb6abf(0x392),_0x45f2e3,!0x0),()=>{const _0x1f2c12=_0xcb6abf;document[_0x1f2c12(0x44e)](_0x1f2c12(0x3bd),_0x183731,!0x0),document[_0x1f2c12(0x44e)](_0x1f2c12(0x392),_0x45f2e3,!0x0);};},[_0x40a448,_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2330eb,_0x4b5273,_0x143939]),_0xcea081(()=>{const _0xbad006=_0x3f14ac;var _0x30c3f0;_0x10c35c!==_0xbad006(0x3fb)&&((_0x30c3f0=_0xf04ee0[_0xbad006(0x11c)])==null||_0x30c3f0[_0xbad006(0xa7)](),_0xf04ee0['current']=void 0x0,xl(_0x5dc382==null?void 0x0:_0x5dc382[_0xbad006(0x3a8)],fl(_0x46a9f0[_0xbad006(0x11c)],_0x20c169[_0xbad006(0x11c)],_0x52a023[_0xbad006(0x11c)],_0x475fbe[_0xbad006(0x11c)],_0x33ee54[_0xbad006(0x11c)])));},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x10c35c]),_0xcea081(()=>{const _0x4bc434=_0x3f14ac;let _0x59e443=_0x4778a6[_0x4bc434(0x11c)];if(!_0x59e443||!(_0x5dc382!=null&&_0x5dc382[_0x4bc434(0x3a8)])||!_0x5dc382['hostUnitId'])return;let _0x9e94d4=()=>{const _0x55802e=_0x4bc434;_0x5bb4c5[_0x55802e(0x11c)]=void 0x0;},_0x5b3c99=_0x374834=>{const _0x417245=_0x4bc434;var _0x151ac4;let _0xd91deb=_0x2b8f71[_0x417245(0x3cc)](_0x5dc382['hostUnitId'],_0x5dc382[_0x417245(0x3a8)]);if(!(_0xd91deb!=null&&_0xd91deb['childUnitId']))return;let _0x2f82bb=_0x374834[_0x417245(0x3fe)];_0x2f82bb!=null&&_0x2f82bb[_0x417245(0x509)](gc)||_0x3b3d82[_0x417245(0x4f4)](_0x5dc382[_0x417245(0x3a8)])!==_0x417245(0x3fb)&&(_0x5bb4c5[_0x417245(0x11c)]={'pointerId':_0x374834[_0x417245(0x4d6)],'startX':_0x374834['clientX'],'startY':_0x374834[_0x417245(0xee)],'button':(_0x151ac4=_0x374834['button'])==null?0x0:_0x151ac4,'startedAt':Date['now'](),'moved':!0x1,'dragStarted':!0x1});},_0x4f1a5a=_0x2336d9=>{const _0x271f19=_0x4bc434;let _0xc4dcca=_0x5bb4c5[_0x271f19(0x11c)];if(!(!_0xc4dcca||_0xc4dcca[_0x271f19(0x4d6)]!==_0x2336d9[_0x271f19(0x4d6)])&&Math[_0x271f19(0x367)](_0x2336d9[_0x271f19(0x21a)]-_0xc4dcca[_0x271f19(0x123)],_0x2336d9[_0x271f19(0xee)]-_0xc4dcca[_0x271f19(0x212)])>0x4){_0xc4dcca['moved']=!0x0;let _0x5b7f29=Gs({'stage':_0x3b3d82[_0x271f19(0x4f4)](_0x5dc382[_0x271f19(0x3a8)]),'interactionFlow':_0x217986});_0x238a1c[_0x271f19(0xde)]&&!_0xc4dcca['dragStarted']&&_0x5b7f29['allowHostBodyDrag']&&(_0xc4dcca[_0x271f19(0xa5)]=!0x0,document[_0x271f19(0x21f)](new CustomEvent(lc,{'detail':{'embedId':_0x5dc382[_0x271f19(0x3a8)],'hostUnitId':_0x5dc382[_0x271f19(0x5db)],'hostAnchorId':_0x5dc382[_0x271f19(0x10f)],'pointerId':_0xc4dcca[_0x271f19(0x4d6)],'clientX':_0xc4dcca[_0x271f19(0x123)],'clientY':_0xc4dcca[_0x271f19(0x212)],'button':_0xc4dcca[_0x271f19(0x481)]}})));}},_0x4ed0e5=_0x52c8ab=>{const _0x136079=_0x4bc434;let _0xf86155=_0x5bb4c5[_0x136079(0x11c)];if(_0x5bb4c5[_0x136079(0x11c)]=void 0x0,!_0xf86155||_0xf86155[_0x136079(0x4d6)]!==_0x52c8ab[_0x136079(0x4d6)]||_0xf86155[_0x136079(0x414)]||Date[_0x136079(0x184)]()-_0xf86155[_0x136079(0x436)]>0x1f4)return;let _0xa241ac=_0x2b8f71[_0x136079(0x3cc)](_0x5dc382[_0x136079(0x5db)],_0x5dc382[_0x136079(0x3a8)]);if(!(_0xa241ac!=null&&_0xa241ac[_0x136079(0x584)]))return;let _0x16d6c9=_0x3b3d82[_0x136079(0x4f4)](_0x5dc382[_0x136079(0x3a8)]);if(_0x16d6c9!==_0x136079(0x3fb)){if(_0x16d6c9===_0x136079(0x369)){_0x40a448[_0x136079(0x357)](_0xa241ac,'stage2',{'portalContainer':_0x33ee54[_0x136079(0x11c)]});return;}if(_0x217986===_0x136079(0x2a1)){_0x25d9a0(),_0x40a448[_0x136079(0x357)](_0xa241ac,_0x136079(0x3fb),{'portalContainer':_0x33ee54[_0x136079(0x11c)]}),_0x4e60c3();return;}_0x40a448[_0x136079(0x357)](_0xa241ac,_0x136079(0x369));}};return _0x59e443['addEventListener'](_0x4bc434(0x3bd),_0x5b3c99,!0x0),_0x59e443['addEventListener'](_0x4bc434(0x432),_0x4f1a5a,!0x0),_0x59e443[_0x4bc434(0x35e)](_0x4bc434(0x3df),_0x4ed0e5,!0x0),_0x59e443[_0x4bc434(0x35e)](_0x4bc434(0x4e7),_0x9e94d4,!0x0),()=>{const _0x91a4f9=_0x4bc434;_0x59e443[_0x91a4f9(0x44e)](_0x91a4f9(0x3bd),_0x5b3c99,!0x0),_0x59e443['removeEventListener'](_0x91a4f9(0x432),_0x4f1a5a,!0x0),_0x59e443[_0x91a4f9(0x44e)](_0x91a4f9(0x3df),_0x4ed0e5,!0x0),_0x59e443[_0x91a4f9(0x44e)]('pointercancel',_0x9e94d4,!0x0);};},[_0x25d9a0,_0x40a448,_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x10f)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x3b3d82,_0x217986,_0x238a1c['enableStage1BodyDrag'],_0x4e60c3]),_0xcea081(()=>{const _0x689f8b=_0x3f14ac;let _0x161cc4=_0x38b68c['current'];if(!_0x161cc4||!_0x20640b)return;let _0x4360f9=_0x20640b(_0x161cc4);if(!_0x4360f9)return;let _0x4bb9e8=_0x46cacd[_0x689f8b(0x134)](_0x4360f9);return()=>_0x4bb9e8[_0x689f8b(0xa7)]();},[_0x46cacd,_0x20640b]),_0xcea081(()=>{const _0x5d50b3=_0x3f14ac;let _0xcdeac3=_0x38b68c[_0x5d50b3(0x11c)],_0x15a841=_0x4778a6[_0x5d50b3(0x11c)],_0x4b24f9=_0x46a9f0[_0x5d50b3(0x11c)];if(!_0xcdeac3||!_0x15a841||!_0x4b24f9)return;let _0x47bc9e=_0x4fc47b=>{const _0xf7cfbb=_0x5d50b3;if(Ic(_0x4fc47b))return;if(_0x20640b&&_0x46cacd[_0xf7cfbb(0x1e3)](_0x4fc47b)){let _0x1a00d4=_0x1b7ca0[_0xf7cfbb(0x11c)];if(_0x1a00d4&&(_0x4a302a==null?void 0x0:_0x4a302a(_0x4fc47b,_0x1a00d4))===!0x0||Gc(_0xcdeac3,_0x4fc47b)){Nc(_0x59aca2,_0x5dc382==null?void 0x0:_0x5dc382[_0xf7cfbb(0x3a8)],_0xf7cfbb(0x307),_0x5b9715),_0x4fc47b[_0xf7cfbb(0x162)](),_0x4fc47b[_0xf7cfbb(0x539)](),_0x4fc47b[_0xf7cfbb(0x383)]();return;}}if(_0x4fc47b[_0xf7cfbb(0x39a)]||_0x4fc47b[_0xf7cfbb(0x581)])return;let _0x48bcb2=_0x5dc382!=null&&_0x5dc382[_0xf7cfbb(0x3a8)]?_0x3b3d82[_0xf7cfbb(0x4f4)](_0x5dc382['embedId']):_0xf7cfbb(0x2e8);if(_0x48bcb2===_0xf7cfbb(0x3fb))return;let _0x4fdd93=_0x1b7ca0[_0xf7cfbb(0x11c)],_0xc291eb=_0x4fdd93?_0x11351f['get'](_0x4fdd93[_0xf7cfbb(0x2dc)],_0x4fdd93[_0xf7cfbb(0xc7)]):void 0x0,_0x67cbc=_0x4fdd93?{..._0x4fdd93,'event':_0x4fc47b,'stage':_0x48bcb2,'viewportScrollY':_0x22434f?_0x351199[_0xf7cfbb(0x11c)]:void 0x0}:void 0x0;if(_0x4fdd93&&Kc(_0x4fdd93,_0x4fc47b,_0x22434f)&&((_0x4a302a==null?void 0x0:_0x4a302a(_0x4fc47b,_0x4fdd93))===!0x0||Gc(_0xcdeac3,_0x4fc47b))){Nc(_0x59aca2,_0x5dc382==null?void 0x0:_0x5dc382[_0xf7cfbb(0x3a8)],_0xf7cfbb(0x307),_0x5b9715),_0x4fc47b['preventDefault'](),_0x4fc47b[_0xf7cfbb(0x539)](),_0x4fc47b[_0xf7cfbb(0x383)]();return;}let _0x388559=_0x67cbc?_0x39cde9[_0xf7cfbb(0x3e8)](_0x67cbc):!0x1,_0x21a0ba=!_0x388559&&qc(_0xcdeac3,_0x4fc47b),_0xe74a8a=_0x21a0ba&&Jc(_0x4fc47b)>0x0?dl(_0x4fc47b,_0x4b24f9):!0x1,_0x2ba11d=_0xe74a8a||_0x21a0ba?!0x1:(_0xc291eb==null?void 0x0:_0xc291eb['handleWheel'](_0x67cbc))===!0x0;if(!_0x388559&&!_0x2ba11d&&!_0xe74a8a&&!_0x21a0ba&&_0xc291eb&&_0x4fdd93&&Xc(_0x4fc47b)&&(_0x4a302a==null?void 0x0:_0x4a302a(_0x4fc47b,_0x4fdd93))===!0x0){Nc(_0x59aca2,_0x5dc382==null?void 0x0:_0x5dc382['embedId'],'host-scroll',_0x5b9715),_0x4fc47b[_0xf7cfbb(0x162)](),_0x4fc47b[_0xf7cfbb(0x539)](),_0x4fc47b[_0xf7cfbb(0x383)]();return;}let _0x4db8e5=_0x2ba11d||_0xe74a8a||!_0x21a0ba?!0x1:dl(_0x4fc47b,_0x4b24f9),_0x1bd8a8=_0x2ba11d||_0xe74a8a||_0x21a0ba&&_0x4db8e5?!0x1:Uc(_0x4fc47b,_0x4b24f9),_0x2ceaf2=_0xe74a8a||_0x4db8e5||(_0x2ba11d||_0x21a0ba||_0x1bd8a8?!0x1:Wc(_0x4fc47b,_0x4b24f9));(_0x388559||_0x2ba11d||_0xe74a8a||_0x4db8e5||_0x1bd8a8||_0x2ceaf2)&&(_0x4fc47b['preventDefault'](),_0x4fc47b['stopPropagation']());};return _0x15a841[_0x5d50b3(0x35e)]('wheel',_0x47bc9e,{'passive':!0x1}),_0x4b24f9[_0x5d50b3(0x35e)]('wheel',_0x47bc9e,{'capture':!0x0,'passive':!0x1}),()=>{const _0x21f5e4=_0x5d50b3;_0x15a841[_0x21f5e4(0x44e)]('wheel',_0x47bc9e),_0x4b24f9['removeEventListener']('wheel',_0x47bc9e,{'capture':!0x0});};},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x3b3d82,_0x59aca2,_0x46cacd,_0x4a302a,_0x11351f,_0x39cde9,_0x20640b,_0x22434f]),_0xcea081(()=>{const _0x1b0d0e=_0x3f14ac;let _0x53ebb4=_0x38b68c[_0x1b0d0e(0x11c)],_0x1545d5=_0x46a9f0[_0x1b0d0e(0x11c)];if(!_0x53ebb4||!_0x1545d5)return;let _0x1aa7c7=_0x4f19d7=>{const _0x488650=_0x1b0d0e;Nc(_0x59aca2,_0x5dc382==null?void 0x0:_0x5dc382[_0x488650(0x3a8)],_0x4f19d7,_0x5b9715);},_0x30747e=_0x1fd2c1=>{const _0x2c3393=_0x1b0d0e;if((_0x5dc382!=null&&_0x5dc382[_0x2c3393(0x3a8)]?_0x3b3d82['getStage'](_0x5dc382[_0x2c3393(0x3a8)]):_0x2c3393(0x2e8))!==_0x2c3393(0x3fb))return;let _0x535ec0=_0x1b7ca0['current'];!_0x535ec0||!Kc(_0x535ec0,_0x1fd2c1,_0x22434f)||Rc(_0x1fd2c1)||(Lc(_0x1fd2c1),((_0x4a302a==null?void 0x0:_0x4a302a(_0x1fd2c1,_0x535ec0))===!0x0||Gc(_0x53ebb4,_0x1fd2c1))&&(_0x1aa7c7(_0x2c3393(0x307)),_0x1fd2c1['preventDefault'](),_0x1fd2c1[_0x2c3393(0x539)](),_0x1fd2c1[_0x2c3393(0x383)]()));},_0x3bc4d5=()=>{const _0x432d34=_0x1b0d0e;_0x1aa7c7(_0x432d34(0x5e6));};return _0x53ebb4['addEventListener'](_0x1b0d0e(0x424),_0x30747e,{'capture':!0x0,'passive':!0x1}),_0x1545d5[_0x1b0d0e(0x35e)](_0x1b0d0e(0x424),_0x30747e,{'capture':!0x0,'passive':!0x1}),_0x1545d5[_0x1b0d0e(0x35e)](_0x1b0d0e(0x110),_0x3bc4d5,!0x0),()=>{const _0x281c4d=_0x1b0d0e;_0x53ebb4[_0x281c4d(0x44e)](_0x281c4d(0x424),_0x30747e,{'capture':!0x0}),_0x1545d5[_0x281c4d(0x44e)](_0x281c4d(0x424),_0x30747e,{'capture':!0x0}),_0x1545d5[_0x281c4d(0x44e)]('scroll',_0x3bc4d5,!0x0);};},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x3b3d82,_0x59aca2,_0x4a302a,_0x22434f]),_0xcea081(()=>()=>{const _0x460e1e=_0x3f14ac;_0x5b9715[_0x460e1e(0x11c)]['forEach'](_0x2c4b17=>window[_0x460e1e(0x38d)](_0x2c4b17)),_0x5b9715['current']=[];},[]),_0xcea081(()=>{const _0x29e140=_0x3f14ac;let _0x500366=_0x46a9f0[_0x29e140(0x11c)];if(!_0x500366)return;let _0x5e1331=()=>{const _0x39bb21=_0x29e140;let _0x753d3e=_0x500366[_0x39bb21(0x3e5)][_0x39bb21(0x4fb)];return _0x753d3e?fl(_0x46a9f0[_0x39bb21(0x11c)],_0x20c169[_0x39bb21(0x11c)],_0x52a023['current'],_0x475fbe['current'],_0x33ee54['current'])['some'](_0x4c2ee3=>_0x4c2ee3[_0x39bb21(0x11b)](_0x753d3e)):!0x1;},_0x48b4ce=(_0x304d6b,_0x5b5047=!0x1)=>{const _0x11e147=_0x29e140;_0x5dc382!=null&&_0x5dc382[_0x11e147(0x3a8)]&&_0x3b3d82['getStage'](_0x5dc382[_0x11e147(0x3a8)])!==_0x11e147(0x3fb)||ml(_0x5dc382==null?void 0x0:_0x5dc382[_0x11e147(0x2dc)])&&(_0x2330eb['hasBlockingChildFocusLease'](_0x5dc382==null?void 0x0:_0x5dc382['embedId'],{'ignoreOwners':hc})||!_0x5b5047&&_0x5e1331()||(_0x304d6b[_0x11e147(0x3d1)](_0x11e147(0x111))||(_0x304d6b[_0x11e147(0x498)]=-0x1),_0x304d6b[_0x11e147(0x2e2)]({'preventScroll':!0x0})));},_0x516426=_0x53fd8a=>{const _0x28d586=_0x29e140;let _0x553ecf=_0x5dc382!=null&&_0x5dc382[_0x28d586(0x3a8)]?_0x3b3d82[_0x28d586(0x4f4)](_0x5dc382['embedId']):_0x28d586(0x2e8);if(_0x5dc382!=null&&_0x5dc382[_0x28d586(0x3a8)]&&_0x553ecf!==_0x28d586(0x3fb)){if(_0x217986!==_0x28d586(0x2a1)||!_0x5dc382[_0x28d586(0x5db)])return;let _0x43c3b6=_0x2b8f71[_0x28d586(0x3cc)](_0x5dc382[_0x28d586(0x5db)],_0x5dc382[_0x28d586(0x3a8)]);if(!(_0x43c3b6!=null&&_0x43c3b6[_0x28d586(0x584)]))return;_0x25d9a0(),_0x40a448[_0x28d586(0x357)](_0x43c3b6,'stage2',{'portalContainer':_0x33ee54[_0x28d586(0x11c)]}),_0x4e60c3();}if(hl(_0x53fd8a[_0x28d586(0x3fe)])||_0x2330eb[_0x28d586(0xd9)](_0x5dc382==null?void 0x0:_0x5dc382['embedId'],{'ignoreOwners':hc}))return;if(_0x5dc382!=null&&_0x5dc382['hostUnitId']&&_0x5dc382[_0x28d586(0x3a8)]){let _0x43ee10=_0x2b8f71[_0x28d586(0x3cc)](_0x5dc382[_0x28d586(0x5db)],_0x5dc382[_0x28d586(0x3a8)]);(_0x43ee10==null?void 0x0:_0x43ee10[_0x28d586(0x584)])!=null&&_0x43ee10[_0x28d586(0x2dc)]!=null&&_0x40a448[_0x28d586(0x4c4)](_0x43ee10);}let _0x499c35=pl(fl(_0x52a023[_0x28d586(0x11c)],_0x20c169[_0x28d586(0x11c)],_0x475fbe['current'],_0x33ee54[_0x28d586(0x11c)],_0x46a9f0[_0x28d586(0x11c)]),_0x53fd8a[_0x28d586(0x3fe)]);_0x499c35&&_0x48b4ce(_0x499c35,!0x0);};return _0x500366[_0x29e140(0x35e)]('pointerdown',_0x516426,!0x0),()=>_0x500366[_0x29e140(0x44e)]('pointerdown',_0x516426,!0x0);},[_0x25d9a0,_0x40a448,_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x3b3d82,_0x2330eb,_0x217986,_0x4e60c3]),_0xcea081(()=>{const _0x55b15c=_0x3f14ac;let _0x5c8ea4=_0x46a9f0[_0x55b15c(0x11c)],_0xc5da17=_0x5c8ea4==null?void 0x0:_0x5c8ea4[_0x55b15c(0x3e5)];if(!_0x5c8ea4||!_0xc5da17||!(_0x5dc382!=null&&_0x5dc382[_0x55b15c(0x3a8)]))return;let _0x227c1d,_0x13f563=()=>{_0x227c1d!=null&&(globalThis['clearTimeout'](_0x227c1d),_0x227c1d=void 0x0);},_0x545f4f=()=>{const _0x3b85fd=_0x55b15c;var _0x4edc2b;_0x13f563(),(_0x4edc2b=_0xf04ee0[_0x3b85fd(0x11c)])==null||_0x4edc2b[_0x3b85fd(0xa7)](),_0xf04ee0[_0x3b85fd(0x11c)]=void 0x0;},_0x2596e6=()=>{_0x13f563(),_0x227c1d=globalThis['setTimeout'](()=>{const _0xc60d98=_0x29dc;var _0x413301;_0x227c1d=void 0x0,(_0x413301=_0xf04ee0[_0xc60d98(0x11c)])==null||_0x413301[_0xc60d98(0xa7)](),_0xf04ee0[_0xc60d98(0x11c)]=void 0x0;},0x28a);},_0xe3518c=()=>{const _0x157e54=_0x55b15c;_0x3b3d82[_0x157e54(0x4f4)](_0x5dc382[_0x157e54(0x3a8)])===_0x157e54(0x3fb)&&(_0x545f4f(),_0xf04ee0[_0x157e54(0x11c)]=_0x2330eb[_0x157e54(0x413)]({'embedId':_0x5dc382[_0x157e54(0x3a8)],'role':_0x157e54(0x358),'owner':'runtime-pointer','hostUnitId':_0x5dc382['hostUnitId'],'childUnitId':_0x5dc382['childUnitId'],'childType':_0x5dc382[_0x157e54(0x2dc)]}));},_0x1237d4=_0x4bf42d=>{const _0x44eadc=_0x55b15c;var _0x7e48f0;if(_0x3b3d82[_0x44eadc(0x4f4)](_0x5dc382[_0x44eadc(0x3a8)])!==_0x44eadc(0x3fb))return;let _0x4d3c5d=_0x4bf42d['target'],_0x27fc93=_0x2330eb[_0x44eadc(0x31e)](_0x5dc382[_0x44eadc(0x3a8)],_0x4d3c5d,_0x4bf42d)||_0x4b5273[_0x44eadc(0x11b)](_0x5dc382[_0x44eadc(0x3a8)],_0x4d3c5d,_0x4bf42d);if(!_l({'stage':_0x3b3d82[_0x44eadc(0x4f4)](_0x5dc382[_0x44eadc(0x3a8)]),'target':_0x4d3c5d,'liveRoot':_0x5c8ea4,'isOwnedChildInteraction':_0x27fc93}))return;_0x1232a0[_0x44eadc(0x11c)]=Date[_0x44eadc(0x184)]()+0x28a,_0x545f4f();let _0x2e5305=(_0x7e48f0=gl(_0x4d3c5d))==null?'child-editor':_0x7e48f0;_0xf04ee0[_0x44eadc(0x11c)]=_0x2330eb[_0x44eadc(0x413)]({'embedId':_0x5dc382[_0x44eadc(0x3a8)],'role':_0x2e5305===_0x44eadc(0x1bb)||_0x2e5305===_0x44eadc(0x152)||_0x2e5305===_0x44eadc(0x3a5)?_0x44eadc(0x358):_0x2e5305,'owner':_0x44eadc(0x452),'hostUnitId':_0x5dc382[_0x44eadc(0x5db)],'childUnitId':_0x5dc382[_0x44eadc(0x584)],'childType':_0x5dc382[_0x44eadc(0x2dc)]});};return _0x5c8ea4[_0x55b15c(0x35e)](_0x55b15c(0x3bd),_0xe3518c,!0x0),_0xc5da17['addEventListener'](_0x55b15c(0x3bd),_0x1237d4,!0x0),_0xc5da17['addEventListener'](_0x55b15c(0x3df),_0x2596e6,!0x0),_0xc5da17['addEventListener'](_0x55b15c(0x4e7),_0x2596e6,!0x0),()=>{const _0x388997=_0x55b15c;_0x5c8ea4['removeEventListener'](_0x388997(0x3bd),_0xe3518c,!0x0),_0xc5da17[_0x388997(0x44e)](_0x388997(0x3bd),_0x1237d4,!0x0),_0xc5da17[_0x388997(0x44e)](_0x388997(0x3df),_0x2596e6,!0x0),_0xc5da17[_0x388997(0x44e)](_0x388997(0x4e7),_0x2596e6,!0x0),_0x545f4f();};},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x584)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x3b3d82,_0x2330eb,_0x4b5273]),_0xcea081(()=>{const _0x330d9a=_0x3f14ac;if(_0x10c35c!==_0x330d9a(0x3fb)||_0x217986!==_0x330d9a(0x2a1))return;let _0xee3162=_0x46a9f0[_0x330d9a(0x11c)];if(!_0xee3162)return;let _0x492185,_0x2f4f9d=()=>pl(fl(_0x52a023[_0x330d9a(0x11c)],_0x20c169[_0x330d9a(0x11c)],_0x475fbe[_0x330d9a(0x11c)],_0x33ee54['current'],_0x46a9f0[_0x330d9a(0x11c)])),_0x5e393c=()=>{const _0x594a1c=_0x330d9a;let _0x21d0fb=_0xee3162[_0x594a1c(0x3e5)][_0x594a1c(0x4fb)];return!_0x21d0fb||_0x21d0fb===_0x2f4f9d()?!0x1:fl(_0x46a9f0[_0x594a1c(0x11c)],_0x20c169[_0x594a1c(0x11c)],_0x52a023[_0x594a1c(0x11c)],_0x475fbe[_0x594a1c(0x11c)],_0x33ee54[_0x594a1c(0x11c)])[_0x594a1c(0x3ed)](_0x4d495d=>_0x4d495d[_0x594a1c(0x11b)](_0x21d0fb));},_0x25bd35=()=>{const _0x5261e3=_0x330d9a;if(!ml(_0x5dc382==null?void 0x0:_0x5dc382[_0x5261e3(0x2dc)]))return;let _0x15352d=_0x2f4f9d();if(_0x15352d&&!_0x2330eb[_0x5261e3(0xd9)](_0x5dc382==null?void 0x0:_0x5dc382[_0x5261e3(0x3a8)],{'ignoreOwners':hc})&&!_0x5e393c()){if(_0x5dc382!=null&&_0x5dc382[_0x5261e3(0x5db)]&&_0x5dc382[_0x5261e3(0x3a8)]){let _0x2c0f5c=_0x2b8f71[_0x5261e3(0x3cc)](_0x5dc382[_0x5261e3(0x5db)],_0x5dc382['embedId']);(_0x2c0f5c==null?void 0x0:_0x2c0f5c['childUnitId'])!=null&&_0x2c0f5c['childType']!=null&&_0x40a448[_0x5261e3(0x4c4)](_0x2c0f5c);}_0x15352d[_0x5261e3(0x3d1)](_0x5261e3(0x111))||(_0x15352d['tabIndex']=-0x1),_0x15352d['focus']({'preventScroll':!0x0});}};return _0x25bd35(),_0x492185=window[_0x330d9a(0x597)](()=>{_0x492185=void 0x0,_0x25bd35();}),()=>{const _0x288df7=_0x330d9a;_0x492185!=null&&(window[_0x288df7(0x38d)](_0x492185),_0x492185=void 0x0);};},[_0x40a448,_0x5dc382==null?void 0x0:_0x5dc382['embedId'],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x2330eb,_0x217986,_0x10c35c]),_0xcea081(()=>{const _0x571bfc=_0x3f14ac;let _0x2e46f9=_0x38b68c[_0x571bfc(0x11c)],_0x4dae01=_0x43e212[_0x571bfc(0x11c)];if(!_0x2e46f9||!_0x4dae01||typeof window>'u')return;let _0x219702,_0x5de84b=()=>{const _0x1e4ac4=_0x571bfc;var _0x65fa79;let _0xd97640=_0x1b7ca0[_0x1e4ac4(0x11c)];if(!_0xd97640||!_0x238a1c[_0x1e4ac4(0x4c7)]){_0x351199['current']=0x0,_0x4dae01[_0x1e4ac4(0x1e5)][_0x1e4ac4(0x17e)](_0x1e4ac4(0x5a1));return;}let _0x596b47=_0x11351f[_0x1e4ac4(0xdd)](_0xd97640[_0x1e4ac4(0x2dc)],_0xd97640['layout']);if(!_0x596b47)return;let _0x344c98=Zc(_0x2e46f9),_0x4c791a=(_0x65fa79=_0x344c98==null?void 0x0:_0x344c98[_0x1e4ac4(0x4ce)]())==null?{'bottom':window[_0x1e4ac4(0x276)],'height':window[_0x1e4ac4(0x276)],'left':0x0,'right':window[_0x1e4ac4(0x595)],'top':0x0,'width':window[_0x1e4ac4(0x595)]}:_0x65fa79,_0x1e7e45=_0x2e46f9[_0x1e4ac4(0x4ce)](),_0x3becf1=Qc(_0x37e590==null?void 0x0:_0x37e590[_0x1e4ac4(0x5b7)],_0x1e7e45[_0x1e4ac4(0x103)]),_0x51afad=Math[_0x1e4ac4(0x3e7)](_0x3becf1,$c(_0x37e590==null?void 0x0:_0x37e590[_0x1e4ac4(0x331)],_0x4dae01[_0x1e4ac4(0x4ce)]()[_0x1e4ac4(0x103)],_0x4c791a[_0x1e4ac4(0x103)])),_0x4d7a81=Math[_0x1e4ac4(0x28a)](0x0,_0x3becf1-_0x51afad),_0x310757=ol(_0x4c791a[_0x1e4ac4(0x359)]-_0x1e7e45[_0x1e4ac4(0x359)],0x0,_0x4d7a81);_0x4dae01[_0x1e4ac4(0x1e5)][_0x1e4ac4(0x5a1)]=_0x310757===0x0?'':_0x1e4ac4(0xca)+_0x310757+'px)';let _0x341278=_0x310757-_0x351199['current'];if(Math[_0x1e4ac4(0x132)](_0x341278)<0.5)return;_0x351199[_0x1e4ac4(0x11c)]=_0x310757,_0x59aca2[_0x1e4ac4(0x38b)]({'embedId':_0x5dc382==null?void 0x0:_0x5dc382[_0x1e4ac4(0x3a8)],'reason':_0x1e4ac4(0x307)});let _0x51f405=new WheelEvent(_0x1e4ac4(0x424),{'cancelable':!0x1,'clientX':_0x1e7e45[_0x1e4ac4(0x270)]+Math['min'](_0x1e7e45[_0x1e4ac4(0x384)],_0x4c791a[_0x1e4ac4(0x384)])/0x2,'clientY':_0x4c791a[_0x1e4ac4(0x359)]+_0x51afad/0x2,'deltaY':_0x341278});_0x596b47[_0x1e4ac4(0x3e8)]({..._0xd97640,'event':_0x51f405,'source':'host-scroll-sync','stage':_0x5dc382!=null&&_0x5dc382['embedId']?_0x3b3d82[_0x1e4ac4(0x4f4)](_0x5dc382[_0x1e4ac4(0x3a8)]):_0x1e4ac4(0x2e8),'viewportScrollY':_0x310757});},_0x3606ee=()=>{const _0x4aac37=_0x571bfc;_0x5de84b(),_0x219702=window[_0x4aac37(0x597)](_0x3606ee);};_0x219702=window[_0x571bfc(0x597)](_0x3606ee),window[_0x571bfc(0x35e)](_0x571bfc(0x110),_0x5de84b,!0x0),window['addEventListener'](_0x571bfc(0x38a),_0x5de84b);let _0x52404e=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x5de84b);return _0x52404e==null||_0x52404e[_0x571bfc(0xea)](_0x2e46f9),()=>{const _0x3d6652=_0x571bfc;_0x219702!=null&&window[_0x3d6652(0x38d)](_0x219702),_0x52404e==null||_0x52404e['disconnect'](),window[_0x3d6652(0x44e)](_0x3d6652(0x110),_0x5de84b,!0x0),window[_0x3d6652(0x44e)](_0x3d6652(0x38a),_0x5de84b),_0x4dae01[_0x3d6652(0x1e5)][_0x3d6652(0x17e)](_0x3d6652(0x5a1));};},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x37e590==null?void 0x0:_0x37e590[_0x3f14ac(0x5b7)],_0x37e590==null?void 0x0:_0x37e590[_0x3f14ac(0x331)],_0x3b3d82,_0x59aca2,_0x130946,_0x11351f,_0x238a1c[_0x3f14ac(0x4c7)]]);let _0x40f6da=_0x5d1741(_0x48d771=>{const _0x19cacf=_0x3f14ac;if(_0x48d771[_0x19cacf(0x162)](),_0x48d771[_0x19cacf(0x539)](),!(_0x5dc382!=null&&_0x5dc382['embedId'])||!_0x5dc382[_0x19cacf(0x5db)])return;let _0x2ed00d=_0x2b8f71[_0x19cacf(0x3cc)](_0x5dc382[_0x19cacf(0x5db)],_0x5dc382[_0x19cacf(0x3a8)]);if(!(_0x2ed00d!=null&&_0x2ed00d[_0x19cacf(0x584)])||!Gs({'stage':_0x3b3d82[_0x19cacf(0x4f4)](_0x5dc382['embedId']),'interactionFlow':_0x217986})[_0x19cacf(0x373)])return;_0x3b3d82['activate']({'hostUnitId':_0x5dc382['hostUnitId'],'embedId':_0x5dc382[_0x19cacf(0x3a8)],'childUnitId':_0x2ed00d[_0x19cacf(0x584)]},_0x19cacf(0x369));let _0xed449c=_0x19cacf(0x4ad)in _0x48d771?_0x48d771[_0x19cacf(0x4ad)]:_0x48d771;document['dispatchEvent'](new CustomEvent(lc,{'detail':{'embedId':_0x5dc382[_0x19cacf(0x3a8)],'hostUnitId':_0x5dc382[_0x19cacf(0x5db)],'hostAnchorId':_0x5dc382['hostAnchorId'],'pointerId':_0xed449c[_0x19cacf(0x4d6)],'clientX':_0xed449c[_0x19cacf(0x21a)],'clientY':_0xed449c[_0x19cacf(0xee)],'button':_0xed449c[_0x19cacf(0x481)]}}));},[_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x10f)],_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],_0x2b8f71,_0x3b3d82,_0x217986]);_0xcea081(()=>{const _0x40b5e3=_0x3f14ac;let _0x5735e6=_0x219367[_0x40b5e3(0x11c)];if(_0x5735e6)return _0x5735e6[_0x40b5e3(0x35e)](_0x40b5e3(0x3bd),_0x40f6da),()=>_0x5735e6[_0x40b5e3(0x44e)](_0x40b5e3(0x3bd),_0x40f6da);},[_0x40f6da]);let _0x22f204=Gs({'stage':_0x10c35c,'interactionFlow':_0x217986}),_0x4eda9c=_0x22f204['disableLiveHostPointerEvents'],_0x390767=_0x22f204[_0x3f14ac(0x53b)],_0x353ab7=_0x22f204[_0x3f14ac(0x4b2)],_0x48ebc3=_0x37e590?{'top':_0x37e590[_0x3f14ac(0x5ae)],'left':-_0x37e590[_0x3f14ac(0x53d)],'width':_0x37e590[_0x3f14ac(0x51e)],'height':_0x37e590['viewportHeight']}:_0x54d981?{'top':_0x54d981['floatingMenuInsetTop'],'height':_0x3f14ac(0x337)+_0x54d981[_0x3f14ac(0x5ae)]+'px)'}:void 0x0,_0x329483=_0x37e590?{'left':_0x37e590[_0x3f14ac(0x53d)],'width':_0x37e590[_0x3f14ac(0x51e)],'height':_0x37e590['viewportHeight'],'minHeight':_0x37e590[_0x3f14ac(0x331)]}:void 0x0;return _0x3aab6f('div',{'ref':_0x38b68c,'className':_0x3f14ac(0x510),'data-u-comp':_0x3f14ac(0x366),'data-embed-float-dom':_0x3f14ac(0x1ac),'data-embed-float-stage':_0x10c35c,'data-embed-id':_0x5dc382==null?void 0x0:_0x5dc382['embedId'],'data-embed-host-unit-id':_0x5dc382==null?void 0x0:_0x5dc382['hostUnitId'],'data-embed-host-anchor-id':_0x5dc382==null?void 0x0:_0x5dc382['hostAnchorId'],'data-embed-child-unit-id':_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x584)],'data-embed-child-type':_0x5dc382==null?void 0x0:_0x5dc382['childType'],'data-embed-interaction-flow':_0x217986,'children':[_0x3aab6f(_0x3f14ac(0x50f),{'ref':_0x43e212,'className':_0x48963c(_0x3f14ac(0x2bc),_0x37e590&&'after:!univer-border-0'),'data-u-comp':_0x3f14ac(0x289),'data-embed-float-content':_0x3f14ac(0x1ac),'style':_0x48ebc3,'children':[_0x3aab6f('div',{'ref':_0x46a9f0,'className':_0x48963c(_0x3f14ac(0x2bb),_0x37e590&&_0x3f14ac(0x2a0)),'data-u-comp':_0x3f14ac(0x513),'data-embed-float-live':_0x3f14ac(0x1ac),'children':[_0xdab386(_0x3f14ac(0x50f),{'ref':_0x52a023,'className':_0x48963c(_0x3f14ac(0x447),_0x4eda9c&&_0x3f14ac(0x216)),'data-u-comp':_0x3f14ac(0xcd),'style':_0x329483,'data-embed-canvas-root':'true'}),_0xdab386(_0x3f14ac(0x50f),{'ref':_0x20c169,'className':_0x48963c(_0x3f14ac(0x50c),_0x4eda9c&&_0x3f14ac(0x216)),'data-u-comp':_0x3f14ac(0x4bb),'style':_0x329483,'data-embed-content-root':_0x3f14ac(0x1ac)})]}),_0xdab386('div',{'ref':_0x4778a6,'className':_0x48963c(_0x3f14ac(0x5a3),_0x390767&&_0x3f14ac(0x216)),'data-u-comp':'embed-float-dom-interaction-gate','data-embed-float-interaction-gate':_0x3f14ac(0x1ac)})]}),_0x3aab6f(_0x3f14ac(0x50f),{'ref':_0x5ce3bf,'className':_0x3f14ac(0x5be),'data-u-comp':_0x3f14ac(0x235),'data-embed-float-stage':_0x10c35c,'data-embed-id':_0x5dc382==null?void 0x0:_0x5dc382['embedId'],'style':_0x238a1c[_0x3f14ac(0x512)]==null?void 0x0:{'zIndex':_0x238a1c['floatingChromeZIndex']},'children':[_0xdab386(_0x3f14ac(0x50f),{'ref':_0x475fbe,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':'embed-float-dom-overlay','data-embed-overlay-root':_0x3f14ac(0x1ac)}),_0xdab386(_0x3f14ac(0x50f),{'ref':_0x33ee54,'className':_0x3f14ac(0x42a),'data-u-comp':_0x3f14ac(0x364),'data-embed-popup-root':'true'}),!_0x238a1c[_0x3f14ac(0x493)]&&_0xdab386(sc,{'hostUnitId':_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],'embedId':_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)]}),_0xdab386(_0x3f14ac(0x481),{'ref':_0x219367,'type':_0x3f14ac(0x481),'className':_0x48963c('univer-absolute\x20-univer-top-6\x20univer-left-0\x20univer-z-[2]\x20univer-h-4\x20univer-w-6\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-shadow-none\x20dark:!univer-text-gray-300',_0x353ab7?_0x3f14ac(0xcc):_0x3f14ac(0x2af)),'data-u-comp':_0x3f14ac(0x2d6),'data-embed-float-drag-handle':_0x3f14ac(0x1ac),'children':_0xdab386(_0x158a72,{'className':_0x3f14ac(0x488)})})]}),_0x238a1c[_0x3f14ac(0x493)]&&_0xdab386(sc,{'hostUnitId':_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x5db)],'embedId':_0x5dc382==null?void 0x0:_0x5dc382[_0x3f14ac(0x3a8)],'className':_0x3f14ac(0x4d7)})]});}function vc(_0x2d27c4){const _0x123fc0=_0x1875ac;let _0x3f20a1=_0x2d27c4==null?void 0x0:_0x2d27c4[_0x123fc0(0x2fa)]['ref'];if(_0x3f20a1)try{let _0x57e181=typeof _0x3f20a1==_0x123fc0(0x5ce)?_0x36c3a6(_0x3f20a1):_0x3f20a1;return{'childUnitId':_0x57e181['unit'][_0x123fc0(0x1e6)],'childType':_0x4e7a8f(_0x57e181[_0x123fc0(0x5d9)]['type'])};}catch{return;}}function yc(_0x61b267,_0x1375ab){const _0x45ba24=_0x1875ac;var _0x47397a,_0x528bcb;if(Ec(_0x61b267))return bc(_0x61b267,_0x1375ab);let _0x285d16=Ec(_0x61b267)?0x0:0x28,_0x1ae9d1=[_0x61b267[_0x45ba24(0x4ce)](),(_0x47397a=_0x61b267[_0x45ba24(0x3ba)](_0x45ba24(0x171)))==null?void 0x0:_0x47397a[_0x45ba24(0x4ce)]()][_0x45ba24(0x40e)](_0x2125b6=>!!_0x2125b6),_0x365ffd=[(_0x528bcb=document['querySelector'](_0x45ba24(0x2d2)+_0x61b267[_0x45ba24(0x558)][_0x45ba24(0x3a8)]+'\x22]'))==null?void 0x0:_0x528bcb[_0x45ba24(0x4ce)]()]['filter'](_0xf85310=>!!_0xf85310);return _0x1ae9d1['some'](_0x432041=>_0x1375ab[_0x45ba24(0x21a)]>=_0x432041['left']&&_0x1375ab['clientX']<=_0x432041['right']&&_0x1375ab[_0x45ba24(0xee)]>=_0x432041['top']&&_0x1375ab[_0x45ba24(0xee)]<=_0x432041['bottom'])||_0x365ffd[_0x45ba24(0x3ed)](_0x14b913=>_0x1375ab[_0x45ba24(0x21a)]>=_0x14b913[_0x45ba24(0x270)]&&_0x1375ab['clientX']<=_0x14b913[_0x45ba24(0x49f)]&&_0x1375ab['clientY']>=_0x14b913[_0x45ba24(0x359)]-_0x285d16&&_0x1375ab[_0x45ba24(0xee)]<=_0x14b913[_0x45ba24(0x520)]);}function bc(_0x47ca94,_0x2d7dcd){const _0x4e5518=_0x1875ac;var _0x41eb1c,_0x189176,_0x32616b,_0x4ae0fe,_0x502cb7;let _0x1c7ba3=_0x47ca94[_0x4e5518(0x558)][_0x4e5518(0x3a8)],_0x3a9dfc=[(_0x41eb1c=_0x47ca94[_0x4e5518(0x3ba)](_0x4e5518(0x475)))==null?void 0x0:_0x41eb1c[_0x4e5518(0x4ce)](),(_0x189176=_0x47ca94[_0x4e5518(0x3ba)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'))==null?void 0x0:_0x189176['getBoundingClientRect']()]['filter'](_0x4d4bd9=>!!_0x4d4bd9&&_0x4d4bd9[_0x4e5518(0x384)]>0x0&&_0x4d4bd9[_0x4e5518(0x103)]>0x0),_0x18fd5c=document[_0x4e5518(0x3ba)]('[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22'+_0x1c7ba3+'\x22]'),_0x26e719=[_0x18fd5c==null||(_0x32616b=_0x18fd5c['querySelector'](_0x4e5518(0x52f)))==null?void 0x0:_0x32616b[_0x4e5518(0x4ce)](),_0x18fd5c==null||(_0x4ae0fe=_0x18fd5c[_0x4e5518(0x3ba)](_0x4e5518(0x188)))==null?void 0x0:_0x4ae0fe[_0x4e5518(0x4ce)](),_0x18fd5c==null||(_0x502cb7=_0x18fd5c[_0x4e5518(0x3ba)](_0x4e5518(0x31a)))==null?void 0x0:_0x502cb7[_0x4e5518(0x4ce)]()][_0x4e5518(0x40e)](_0x2bafe5=>!!_0x2bafe5&&_0x2bafe5[_0x4e5518(0x384)]>0x0&&_0x2bafe5[_0x4e5518(0x103)]>0x0),_0x2cfc81=Array[_0x4e5518(0xa9)](document[_0x4e5518(0x559)](_0x4e5518(0x2fc)))[_0x4e5518(0x40e)](_0x1096dd=>_0x1096dd[_0x4e5518(0x558)]['embedId']===_0x1c7ba3)[_0x4e5518(0x50d)](_0x46a3bc=>_0x46a3bc[_0x4e5518(0x4ce)]())[_0x4e5518(0x40e)](_0x152583=>_0x152583[_0x4e5518(0x384)]>0x0&&_0x152583['height']>0x0);return[..._0x3a9dfc,..._0x26e719,..._0x2cfc81]['some'](_0x1cdac7=>_0x2d7dcd[_0x4e5518(0x21a)]>=_0x1cdac7[_0x4e5518(0x270)]&&_0x2d7dcd['clientX']<=_0x1cdac7[_0x4e5518(0x49f)]&&_0x2d7dcd[_0x4e5518(0xee)]>=_0x1cdac7[_0x4e5518(0x359)]&&_0x2d7dcd[_0x4e5518(0xee)]<=_0x1cdac7[_0x4e5518(0x520)]);}function xc(_0x3edc5e,_0x50ce51,_0x4fcf13,_0x14896a){const _0xff07ee=_0x1875ac;let _0x2835b8=_0x4fcf13?'':_0xff07ee(0x23d),_0x2cd03d=_0x3edc5e['querySelector'](_0xff07ee(0x171)),_0x3f409a=_0x3edc5e[_0xff07ee(0x3ba)](_0xff07ee(0x2d9)),_0x4552cc=_0x3edc5e[_0xff07ee(0x3ba)](_0xff07ee(0x475)),_0x501d34=_0x3edc5e[_0xff07ee(0x3ba)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x3ac5b4=_0x3edc5e['querySelector'](_0xff07ee(0x4e3)),_0x285f1d=_0x50ce51==null?void 0x0:_0x50ce51['querySelector'](_0xff07ee(0x5b5)),_0x2c910f=_0x50ce51==null?void 0x0:_0x50ce51['querySelector'](_0xff07ee(0x302));if(_0x285f1d==null||_0x285f1d[_0xff07ee(0x1e5)][_0xff07ee(0x2e6)](_0xff07ee(0x3d2),_0xff07ee(0x23d)),_0x2c910f==null||_0x2c910f[_0xff07ee(0x1e5)][_0xff07ee(0x2e6)](_0xff07ee(0x3d2),_0xff07ee(0x23d)),Ec(_0x3edc5e)){_0x2cd03d==null||_0x2cd03d['style'][_0xff07ee(0x2e6)]('pointer-events',_0xff07ee(0x23d)),_0x3f409a==null||_0x3f409a[_0xff07ee(0x1e5)][_0xff07ee(0x2e6)]('pointer-events',_0xff07ee(0x23d)),_0x4552cc==null||_0x4552cc['style']['setProperty'](_0xff07ee(0x3d2),_0x4fcf13?_0xff07ee(0x45b):_0xff07ee(0x23d)),_0x501d34==null||_0x501d34[_0xff07ee(0x1e5)][_0xff07ee(0x2e6)](_0xff07ee(0x3d2),'none'),_0x3ac5b4==null||_0x3ac5b4[_0xff07ee(0x1e5)][_0xff07ee(0x2e6)](_0xff07ee(0x3d2),_0xff07ee(0x23d));return;}_0x2cd03d==null||_0x2cd03d['style'][_0xff07ee(0x17e)](_0xff07ee(0x3d2)),_0x3f409a==null||_0x3f409a[_0xff07ee(0x1e5)]['setProperty'](_0xff07ee(0x3d2),_0x2835b8),_0x4552cc==null||_0x4552cc[_0xff07ee(0x1e5)]['removeProperty'](_0xff07ee(0x3d2)),_0x501d34==null||_0x501d34[_0xff07ee(0x1e5)][_0xff07ee(0x17e)](_0xff07ee(0x3d2)),_0x3ac5b4==null||_0x3ac5b4['style']['setProperty'](_0xff07ee(0x3d2),_0x2835b8);}function Sc(_0x5ca5ab,_0x37e1f2,_0x2bc84d,_0x3032bf,_0x4c70d1){const _0x3eca2b=_0x1875ac;var _0x46f20a;let _0xb8f46d=_0x2bc84d&&_0x4c70d1!=='stage2',_0x3eceb6=_0xb8f46d?'':_0x3eca2b(0x2df),_0x4040a0=_0xb8f46d?'':_0x3eca2b(0x23d),_0x450849=_0x3032bf&&_0x4c70d1==='stage1',_0x5c96be=_0x450849?'':_0x3eca2b(0x2df),_0x357e5e=_0x450849?'':'none',_0x4c119d=_0x2bc84d&&_0x4c70d1===_0x3eca2b(0x3fb)?'':_0x3eca2b(0x2df),_0x3e5753=(_0x46f20a=_0x5ca5ab[_0x3eca2b(0x3ba)](_0x3eca2b(0x188)))==null?_0x37e1f2==null?void 0x0:_0x37e1f2['querySelector']('[data-embed-float-fullscreen-button]'):_0x46f20a,_0x536aa8=_0x37e1f2==null?void 0x0:_0x37e1f2['querySelector'](_0x3eca2b(0x31a)),_0x4b8874=[_0x37e1f2==null?void 0x0:_0x37e1f2[_0x3eca2b(0x3ba)](_0x3eca2b(0x5b5)),_0x37e1f2==null?void 0x0:_0x37e1f2[_0x3eca2b(0x3ba)]('[data-embed-popup-root]')];_0x3e5753==null||_0x3e5753[_0x3eca2b(0x1e5)]['setProperty'](_0x3eca2b(0x237),_0x3eceb6),_0x3e5753==null||_0x3e5753['style'][_0x3eca2b(0x2e6)]('pointer-events',_0x4040a0),_0x536aa8==null||_0x536aa8[_0x3eca2b(0x1e5)][_0x3eca2b(0x2e6)](_0x3eca2b(0x237),_0x5c96be),_0x536aa8==null||_0x536aa8['style'][_0x3eca2b(0x2e6)](_0x3eca2b(0x3d2),_0x357e5e),_0x4b8874[_0x3eca2b(0x50a)](_0x4a8d36=>{const _0x479244=_0x3eca2b;_0x4a8d36==null||_0x4a8d36[_0x479244(0x1e5)][_0x479244(0x2e6)](_0x479244(0x237),_0x4c119d),_0x4a8d36==null||_0x4a8d36[_0x479244(0x1e5)][_0x479244(0x2e6)](_0x479244(0x3d2),_0x479244(0x23d)),_0x4c70d1!==_0x479244(0x3fb)&&(_0x4a8d36==null||_0x4a8d36[_0x479244(0x136)]('data-embed-runtime-focus-role'),_0x4a8d36==null||_0x4a8d36[_0x479244(0x559)]('[data-embed-runtime-focus-role]')[_0x479244(0x50a)](_0x7f4243=>{const _0x83c58d=_0x479244;_0x7f4243[_0x83c58d(0x136)](_0x83c58d(0x193));}));});}function Cc(_0x11eefa,_0xdd54fe,_0x3e7157){const _0xbb0510=_0x1875ac;let _0x3293ac=Math['max'](_0xdd54fe['left'],_0x3e7157[_0xbb0510(0x270)]),_0x5d860f=Math['min'](_0xdd54fe[_0xbb0510(0x49f)],_0x3e7157[_0xbb0510(0x49f)]),_0x24289d=Math[_0xbb0510(0x28a)](0x0,_0x3293ac-_0xdd54fe[_0xbb0510(0x270)]),_0x30924e=Math[_0xbb0510(0x28a)](0x1,_0x5d860f-_0x3293ac||Math[_0xbb0510(0x3e7)](_0x3e7157[_0xbb0510(0x384)],_0xdd54fe[_0xbb0510(0x384)]));_0x11eefa['querySelectorAll'](_0xbb0510(0x52f))[_0xbb0510(0x50a)](_0x2f646c=>{const _0x1e723f=_0xbb0510;var _0x1e1f3b;let _0x41716b=(_0x1e1f3b=_0x2f646c[_0x1e723f(0x509)](_0x1e723f(0x13b)))==null?void 0x0:_0x1e1f3b['dataset'][_0x1e723f(0x117)],_0x2200ad=_0x2f646c[_0x1e723f(0x558)][_0x1e723f(0x395)]===_0x1e723f(0x323),_0x5e3956=_0x2f646c[_0x1e723f(0x558)][_0x1e723f(0x395)]===_0x1e723f(0x5bb);_0x41716b===_0x1e723f(0x59a)?(_0x2f646c['style'][_0x1e723f(0x359)]=_0x2200ad?_0x1e723f(0x497):_0x1e723f(0x4ab),_0x2200ad&&(_0x2f646c[_0x1e723f(0x1e5)][_0x1e723f(0x270)]=_0x24289d+'px',_0x2f646c[_0x1e723f(0x1e5)][_0x1e723f(0x384)]=_0x30924e+'px')):(_0x2200ad||_0x5e3956)&&(_0x2f646c[_0x1e723f(0x1e5)]['top']=_0x1e723f(0x1a6));});}function wc(_0x5c4e8c){const _0x1886bd=_0x1875ac;_0x5c4e8c[_0x1886bd(0x559)](_0x1886bd(0x52f))[_0x1886bd(0x50a)](_0x4858cc=>{const _0x1c8c05=_0x1886bd;_0x4858cc[_0x1c8c05(0x1e5)]['removeProperty']('left'),_0x4858cc[_0x1c8c05(0x1e5)][_0x1c8c05(0x17e)](_0x1c8c05(0x359)),_0x4858cc[_0x1c8c05(0x1e5)][_0x1c8c05(0x17e)](_0x1c8c05(0x384));});}function Tc(_0x1c427b){const _0x290929=_0x1875ac;let _0x43fcbf=Dc(_0x1c427b)?_0x1c427b[_0x290929(0x3ba)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x3bc54b=_0x43fcbf==null?void 0x0:_0x43fcbf[_0x290929(0x4ce)]();return _0x3bc54b&&_0x3bc54b[_0x290929(0x384)]>0x0&&_0x3bc54b[_0x290929(0x103)]>0x0?Ac(_0x3bc54b,_0x1c427b):Ac(_0x1c427b[_0x290929(0x4ce)](),_0x1c427b);}function Ec(_0x196ea8){const _0xc2fa94=_0x1875ac;return!!_0x196ea8['closest'](_0xc2fa94(0x4bf));}function Dc(_0x1f21bb){const _0x2410fd=_0x1875ac;return Ec(_0x1f21bb)||!!_0x1f21bb[_0x2410fd(0x509)](_0x2410fd(0x33b));}const Oc=0x18,kc=0x28;function Ac(_0x332237,_0x28e377){const _0x37ba98=_0x1875ac;var _0x396bc8;let _0x3aa564=jc(_0x28e377,_0x332237);if(!_0x3aa564&&_0x332237[_0x37ba98(0x359)]>=0x0&&_0x332237[_0x37ba98(0x270)]>=0x0)return _0x332237;let _0x11c02b=(_0x396bc8=_0x3aa564==null?void 0x0:_0x3aa564[_0x37ba98(0x4ce)]())==null?new DOMRect(0x0,0x0,window[_0x37ba98(0x595)],window[_0x37ba98(0x276)]):_0x396bc8,_0x40718f=Math[_0x37ba98(0x28a)](_0x332237[_0x37ba98(0x270)],_0x11c02b['left']),_0x43e53d=Math['max'](_0x332237['top'],_0x11c02b[_0x37ba98(0x359)]),_0x31039d=Math[_0x37ba98(0x3e7)](_0x332237['right'],_0x11c02b['right']),_0x498db6=Math[_0x37ba98(0x3e7)](_0x332237[_0x37ba98(0x520)],_0x11c02b[_0x37ba98(0x520)]);return _0x31039d<=_0x40718f||_0x498db6<=_0x43e53d?new DOMRect(_0x40718f,_0x43e53d,0x0,0x0):new DOMRect(_0x40718f,_0x43e53d,_0x31039d-_0x40718f,_0x498db6-_0x43e53d);}function jc(_0x1bcb7a,_0x53f625){const _0x3cef04=_0x1875ac;let _0x18e2a3=_0x1bcb7a['parentElement'];for(;_0x18e2a3&&_0x18e2a3!==document[_0x3cef04(0x41b)]&&_0x18e2a3!==document[_0x3cef04(0xb9)];){if(tl(_0x18e2a3)&&!Mc(_0x18e2a3,_0x53f625))return _0x18e2a3;_0x18e2a3=_0x18e2a3[_0x3cef04(0x577)];}return null;}function Mc(_0x402f16,_0x4a96c3){const _0x2fa5ef=_0x1875ac;let _0xc875d7=_0x402f16[_0x2fa5ef(0x4ce)]();return _0xc875d7['width']<=0x0||_0xc875d7[_0x2fa5ef(0x103)]<=0x0?!0x0:Math['abs'](_0xc875d7[_0x2fa5ef(0x270)]-_0x4a96c3['left'])<0x1&&Math[_0x2fa5ef(0x132)](_0xc875d7[_0x2fa5ef(0x359)]-_0x4a96c3[_0x2fa5ef(0x359)])<0x1&&Math[_0x2fa5ef(0x132)](_0xc875d7[_0x2fa5ef(0x384)]-_0x4a96c3[_0x2fa5ef(0x384)])<0x1&&Math['abs'](_0xc875d7['height']-_0x4a96c3['height'])<0x1;}function Nc(_0x57bed4,_0x4a1029,_0x442d03,_0x2e0f61){const _0x5dd0cc=_0x1875ac;_0x2e0f61[_0x5dd0cc(0x11c)][_0x5dd0cc(0x50a)](_0x31d3a8=>window[_0x5dd0cc(0x38d)](_0x31d3a8)),_0x2e0f61['current']=[],_0x57bed4[_0x5dd0cc(0x38b)]({'embedId':_0x4a1029,'reason':_0x442d03});let _0x1dd02e=_0x4cde42=>{const _0x42371d=_0x5dd0cc;let _0x2d9682=window[_0x42371d(0x597)](()=>{const _0x3c1398=_0x42371d;_0x2e0f61[_0x3c1398(0x11c)]=_0x2e0f61['current']['filter'](_0x2bd02d=>_0x2bd02d!==_0x2d9682),_0x57bed4[_0x3c1398(0x38b)]({'embedId':_0x4a1029,'reason':_0x442d03}),_0x4cde42>0x1&&_0x1dd02e(_0x4cde42-0x1);});_0x2e0f61[_0x42371d(0x11c)][_0x42371d(0x26f)](_0x2d9682);};_0x1dd02e(0x2);}function Pc(_0x328fd9,_0x5ce404,_0x4a43d){const _0x4568aa=_0x1875ac;if(Ic(_0x5ce404))return!0x1;let _0x344d20=_0x5ce404==null?void 0x0:_0x5ce404[_0x4568aa(0x3fe)];return!(_0x344d20 instanceof Node&&_0x328fd9['contains'](_0x344d20)||_0x344d20 instanceof HTMLElement&&_0x344d20[_0x4568aa(0x509)](_0x4568aa(0x3f2))||_0x5ce404 instanceof WheelEvent&&(zc(_0x5ce404)||Bc(_0x4a43d,_0x5ce404)));}function Fc(_0x2a46ee){const _0x555f3c=_0x1875ac;return _0x2a46ee instanceof WheelEvent?Math['abs'](_0x2a46ee['deltaY'])>=Math[_0x555f3c(0x132)](_0x2a46ee[_0x555f3c(0x352)]):(_0x2a46ee==null?void 0x0:_0x2a46ee[_0x555f3c(0x3d8)])===_0x555f3c(0x110);}function Ic(_0x248167){return!!_0x248167&&_0x248167[uc]instanceof WheelEvent;}function Lc(_0x32ec37){const _0x32986e=_0x1875ac;Object[_0x32986e(0x14c)](_0x32ec37,dc,{'configurable':!0x0,'value':!0x0});}function Rc(_0x1c04b7){return!!_0x1c04b7[dc];}function zc(_0x356918){const _0x334c41=_0x1875ac;for(let _0x29127b of fc[_0x334c41(0x4f1)]())if(Bc(_0x29127b,_0x356918))return!0x0;return!0x1;}function Bc(_0xe2394b,_0x5bb445){const _0x298e71=_0x1875ac;let {left:_0x5447df,top:_0x816091,width:_0x498cb4,height:_0x2498f4}=_0xe2394b;return!Number['isFinite'](_0x5447df)||!Number[_0x298e71(0x283)](_0x816091)||!Number[_0x298e71(0x283)](_0x498cb4)||!Number[_0x298e71(0x283)](_0x2498f4)||(_0x498cb4==null?0x0:_0x498cb4)<=0x0||(_0x2498f4==null?0x0:_0x2498f4)<=0x0?!0x1:_0x5bb445[_0x298e71(0x21a)]>=_0x5447df&&_0x5bb445['clientX']<=_0x5447df+_0x498cb4&&_0x5bb445[_0x298e71(0xee)]>=_0x816091&&_0x5bb445[_0x298e71(0xee)]<=_0x816091+_0x2498f4;}function Vc(_0x229e9d){const _0xad0847=_0x1875ac;if(!_0x229e9d||typeof _0x229e9d!=_0xad0847(0x599))return;let _0xca15f0=_0x229e9d;if(!(_0xca15f0['version']!==0x1||!_0xca15f0[_0xad0847(0x3a8)]||!_0xca15f0[_0xad0847(0x10f)]))return _0xca15f0;}function Hc(_0x1893a6){const _0x1f7ce1=_0x1875ac;var _0x47ddb0,_0x3d3fc8;let _0x13b30a=((_0x47ddb0=_0x1893a6[_0x1f7ce1(0x181)])==null?void 0x0:_0x47ddb0[_0x1f7ce1(0x49c)])||void 0x0;if(_0x13b30a&&typeof _0x13b30a==_0x1f7ce1(0x599)&&_0x13b30a[_0x1f7ce1(0xc7)])return _0x13b30a[_0x1f7ce1(0xc7)];let _0x5d32ec=((_0x3d3fc8=_0x1893a6[_0x1f7ce1(0x181)])==null?void 0x0:_0x3d3fc8[_0x1f7ce1(0x35d)])||void 0x0;return _0x5d32ec&&typeof _0x5d32ec==_0x1f7ce1(0x599)&&_0x5d32ec['enabled']?'tab-peer':void 0x0;}function Uc(_0x142bdc,_0x5da154){const _0x3732a9=_0x1875ac;var _0x5c3e84;let _0x351e6b=(_0x5c3e84=sl(_0x5da154,_0x142bdc[_0x3732a9(0x21a)],_0x142bdc[_0x3732a9(0xee)]))==null?_0x5da154:_0x5c3e84;if(_0x351e6b===_0x5da154&&!_0x5da154[_0x3732a9(0x11b)](_0x351e6b))return!0x1;let _0x1bad74=il(_0x142bdc,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x142bdc[_0x3732a9(0x21a)],'clientY':_0x142bdc['clientY'],'ctrlKey':_0x142bdc[_0x3732a9(0x39a)],'deltaMode':_0x142bdc[_0x3732a9(0x368)],'deltaX':_0x142bdc[_0x3732a9(0x352)],'deltaY':_0x142bdc[_0x3732a9(0x389)],'deltaZ':_0x142bdc[_0x3732a9(0x24b)],'metaKey':_0x142bdc['metaKey'],'shiftKey':_0x142bdc[_0x3732a9(0x96)]});return _0x351e6b[_0x3732a9(0x21f)](_0x1bad74),_0x1bad74['defaultPrevented'];}function Wc(_0x4aa5af,_0xae2b23){const _0x4cd8c2=_0x1875ac;var _0x2c3382;let _0x349536=ul((_0x2c3382=sl(_0xae2b23,_0x4aa5af['clientX'],_0x4aa5af[_0x4cd8c2(0xee)]))==null?_0xae2b23:_0x2c3382,_0xae2b23,_0x4aa5af);return _0x349536?dl(_0x4aa5af,_0x349536):!0x1;}function Gc(_0x5f5221,_0x4a0891){const _0x173c1d=_0x1875ac;let _0x2c8a50=Zc(_0x5f5221);if(!_0x2c8a50)return rl(_0x5f5221[_0x173c1d(0x3e5)][_0x173c1d(0x41b)],_0x5f5221,_0x4a0891);if(!nl(_0x2c8a50))return rl(_0x2c8a50,_0x5f5221,_0x4a0891);let _0x32ab0f=_0x2c8a50[_0x173c1d(0x457)];return _0x2c8a50[_0x173c1d(0x457)]+=_0x4a0891['deltaY'],_0x2c8a50[_0x173c1d(0x457)]!==_0x32ab0f;}function Kc(_0x2c41c2,_0x5b2c19,_0x433d3e){const _0x59a117=_0x1875ac;var _0x1c3439;return _0x433d3e||((_0x1c3439=_0x2c41c2[_0x59a117(0x47b)][_0x59a117(0x181)])==null?void 0x0:_0x1c3439[_0x59a117(0x4e6)])==='host'?Xc(_0x5b2c19):Ys(_0x2c41c2[_0x59a117(0xc7)],_0x5b2c19);}function qc(_0x535b19,_0x28810c){return Ec(_0x535b19)&&Yc(_0x28810c);}function Jc(_0x26981f){const _0x2a1867=_0x1875ac;return _0x26981f[_0x2a1867(0x352)]||(_0x26981f[_0x2a1867(0x96)]?_0x26981f[_0x2a1867(0x389)]:0x0);}function Yc(_0x2229fd){const _0x41891f=_0x1875ac;if(_0x2229fd['ctrlKey']||_0x2229fd[_0x41891f(0x581)])return!0x1;let _0x375291=Jc(_0x2229fd),_0x55b1cf=_0x2229fd[_0x41891f(0x96)]?0x0:_0x2229fd[_0x41891f(0x389)];return Math[_0x41891f(0x132)](_0x375291)>Math['abs'](_0x55b1cf);}function Xc(_0x326b4b){const _0xf8e3aa=_0x1875ac;return _0x326b4b[_0xf8e3aa(0x96)]||_0x326b4b[_0xf8e3aa(0x39a)]||_0x326b4b['metaKey']?!0x1:Math[_0xf8e3aa(0x132)](_0x326b4b[_0xf8e3aa(0x389)])>Math['abs'](_0x326b4b[_0xf8e3aa(0x352)]);}function Zc(_0x3feadd){const _0x5b1d1e=_0x1875ac;let _0x42d762=_0x3feadd[_0x5b1d1e(0x577)];for(;_0x42d762&&_0x42d762!==document[_0x5b1d1e(0x41b)]&&_0x42d762!==document[_0x5b1d1e(0xb9)];){if(_0x42d762['scrollHeight']>_0x42d762[_0x5b1d1e(0x145)]&&tl(_0x42d762))return _0x42d762;_0x42d762=_0x42d762['parentElement'];}return null;}function Qc(_0x4b371c,_0x195cf1){const _0x568a79=_0x1875ac;var _0x1b7e5f;return Math[_0x568a79(0x28a)](0x1,(_0x1b7e5f=el(_0x4b371c))==null?_0x195cf1:_0x1b7e5f);}function $c(_0x12d141,_0x4d0d6c,_0x5526ed){const _0x441d97=_0x1875ac;var _0x1e769c,_0x463dc0;return Math[_0x441d97(0x28a)](0x1,(_0x1e769c=(_0x463dc0=el(_0x12d141))==null?el(_0x4d0d6c):_0x463dc0)==null?_0x5526ed:_0x1e769c);}function el(_0x238aef){const _0x15a1d5=_0x1875ac;return typeof _0x238aef==_0x15a1d5(0x381)&&Number[_0x15a1d5(0x283)](_0x238aef)&&_0x238aef>0x0?_0x238aef:void 0x0;}function tl(_0x58ee2d){const _0xd951de=_0x1875ac;let _0x46d7a1=window[_0xd951de(0x306)](_0x58ee2d);return _0x46d7a1['overflow']===_0xd951de(0x45b)||_0x46d7a1[_0xd951de(0x4a5)]===_0xd951de(0x110)||_0x46d7a1[_0xd951de(0x4a5)]===_0xd951de(0x2df)||_0x46d7a1[_0xd951de(0x3e6)]==='auto'||_0x46d7a1[_0xd951de(0x3e6)]===_0xd951de(0x110)||_0x46d7a1['overflowY']===_0xd951de(0x2df);}function nl(_0xb993d9){const _0x592aff=_0x1875ac;let _0x10c9d8=window[_0x592aff(0x306)](_0xb993d9);return _0x10c9d8[_0x592aff(0x4a5)]==='auto'||_0x10c9d8[_0x592aff(0x4a5)]==='scroll'||_0x10c9d8[_0x592aff(0x3e6)]==='auto'||_0x10c9d8['overflowY']==='scroll';}function rl(_0x4e890a,_0x39247d,_0x3823ff){const _0x52d7c8=_0x1875ac;let _0x563695=Array['from'](_0x4e890a['querySelectorAll'](_0x52d7c8(0x25d)))[_0x52d7c8(0x19c)](_0x19c3e4=>!_0x39247d[_0x52d7c8(0x11b)](_0x19c3e4));if(!_0x563695)return!0x1;let _0x263413=al(_0x563695,_0x39247d,_0x3823ff);return _0x563695['dispatchEvent'](il(_0x3823ff,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x263413[_0x52d7c8(0x21a)],'clientY':_0x263413[_0x52d7c8(0xee)],'ctrlKey':_0x3823ff['ctrlKey'],'deltaMode':_0x3823ff[_0x52d7c8(0x368)],'deltaX':_0x3823ff['deltaX'],'deltaY':_0x3823ff[_0x52d7c8(0x389)],'deltaZ':_0x3823ff[_0x52d7c8(0x24b)],'metaKey':_0x3823ff['metaKey'],'shiftKey':_0x3823ff['shiftKey']})),!0x0;}function il(_0x1d4e2f,_0x431cad){const _0x575d01=_0x1875ac;let _0x17d131=new WheelEvent(_0x575d01(0x424),_0x431cad);return Object[_0x575d01(0x14c)](_0x17d131,uc,{'configurable':!0x0,'value':_0x1d4e2f}),_0x17d131;}function al(_0x426a9b,_0x230b93,_0x2c83e2){const _0x204a81=_0x1875ac;var _0x3f4bc9;if(!ll(_0x230b93,_0x2c83e2[_0x204a81(0x21a)],_0x2c83e2[_0x204a81(0xee)]))return{'clientX':_0x2c83e2['clientX'],'clientY':_0x2c83e2['clientY']};let _0x519cd0=_0x426a9b[_0x204a81(0x4ce)](),_0x23f0ab=Math[_0x204a81(0x3e7)](0x18,Math[_0x204a81(0x28a)](0x4,Math[_0x204a81(0x3e7)](_0x519cd0[_0x204a81(0x384)],_0x519cd0[_0x204a81(0x103)])/0x8)),_0x3ef65e=[{'clientX':_0x519cd0['left']+_0x23f0ab,'clientY':_0x519cd0['top']+_0x23f0ab},{'clientX':_0x519cd0[_0x204a81(0x49f)]-_0x23f0ab,'clientY':_0x519cd0['top']+_0x23f0ab},{'clientX':_0x519cd0['left']+_0x23f0ab,'clientY':_0x519cd0[_0x204a81(0x520)]-_0x23f0ab},{'clientX':_0x519cd0[_0x204a81(0x49f)]-_0x23f0ab,'clientY':_0x519cd0['bottom']-_0x23f0ab},{'clientX':_0x519cd0[_0x204a81(0x270)]+_0x519cd0[_0x204a81(0x384)]/0x2,'clientY':_0x519cd0[_0x204a81(0x359)]+_0x519cd0['height']/0x2}];return(_0x3f4bc9=_0x3ef65e[_0x204a81(0x19c)](_0x5657e8=>!ll(_0x230b93,_0x5657e8[_0x204a81(0x21a)],_0x5657e8[_0x204a81(0xee)])))==null?_0x3ef65e[0x0]:_0x3f4bc9;}function ol(_0x44f9ae,_0x1a03ca,_0xf27c15){const _0x578db8=_0x1875ac;return Math[_0x578db8(0x28a)](_0x1a03ca,Math['min'](_0xf27c15,_0x44f9ae));}function sl(_0x217ca5,_0x4af511,_0x2df643){if(!ll(_0x217ca5,_0x4af511,_0x2df643))return null;let _0x5defe1=cl(_0x217ca5,_0x4af511,_0x2df643);if(_0x5defe1)return _0x5defe1;let _0x80bf86=_0x217ca5,_0x23582b=_0x4ddb5f=>{const _0x15c9c5=_0x29dc;let _0x152f0d=Array['from'](_0x4ddb5f[_0x15c9c5(0x2cb)]);for(let _0x2149d2=_0x152f0d['length']-0x1;_0x2149d2>=0x0;_0x2149d2--){let _0x293593=_0x152f0d[_0x2149d2];if(!(!(_0x293593 instanceof HTMLElement)||!ll(_0x293593,_0x4af511,_0x2df643))){_0x80bf86=_0x293593,_0x23582b(_0x293593);return;}}};return _0x23582b(_0x217ca5),_0x80bf86;}function cl(_0x3892c2,_0x3a9479,_0x172a88){const _0x5d39ad=_0x1875ac;let _0x10a230=_0x3892c2[_0x5d39ad(0x3e5)][_0x5d39ad(0x5dd)];if(typeof _0x10a230!='function')return null;let _0x15918e=_0x10a230[_0x5d39ad(0x238)](_0x3892c2[_0x5d39ad(0x3e5)],_0x3a9479,_0x172a88)['find'](_0x122a6d=>_0x122a6d instanceof HTMLElement&&_0x3892c2[_0x5d39ad(0x11b)](_0x122a6d));return _0x15918e==null?null:_0x15918e;}function ll(_0x12d965,_0x49ef12,_0x3a0f6c){const _0x4608f5=_0x1875ac;let _0x396ea9=_0x12d965[_0x4608f5(0x4ce)]();return _0x49ef12>=_0x396ea9[_0x4608f5(0x270)]&&_0x49ef12<=_0x396ea9[_0x4608f5(0x49f)]&&_0x3a0f6c>=_0x396ea9[_0x4608f5(0x359)]&&_0x3a0f6c<=_0x396ea9['bottom'];}function ul(_0x8e3cbe,_0x57b03a,_0x4bcc92){const _0x2ef682=_0x1875ac;let _0x552a7e=_0x4bcc92['deltaX']||(_0x4bcc92[_0x2ef682(0x96)]?_0x4bcc92[_0x2ef682(0x389)]:0x0),_0x32158c=_0x4bcc92[_0x2ef682(0x96)]?0x0:_0x4bcc92[_0x2ef682(0x389)],_0x406559=_0x8e3cbe;for(;_0x406559&&_0x57b03a[_0x2ef682(0x11b)](_0x406559);){if(Sl(_0x406559,_0x552a7e,_0x32158c))return _0x406559;_0x406559=_0x406559['parentElement'];}return Sl(_0x57b03a,_0x552a7e,_0x32158c)?_0x57b03a:null;}function dl(_0x4fdf37,_0x567891){const _0x148160=_0x1875ac;let _0x1b1c17=_0x4fdf37[_0x148160(0x352)]||(_0x4fdf37[_0x148160(0x96)]?_0x4fdf37[_0x148160(0x389)]:0x0),_0x2dea4e=_0x4fdf37[_0x148160(0x96)]?0x0:_0x4fdf37['deltaY'],_0xb2078f=_0x567891[_0x148160(0x23e)],_0x232149=_0x567891['scrollTop'];return _0x1b1c17&&(_0x567891[_0x148160(0x23e)]+=_0x1b1c17),_0x2dea4e&&(_0x567891[_0x148160(0x457)]+=_0x2dea4e),_0x567891[_0x148160(0x23e)]!==_0xb2078f||_0x567891[_0x148160(0x457)]!==_0x232149;}function fl(..._0x3a660e){return _0x3a660e['filter'](_0x837aa9=>!!_0x837aa9&&_0x837aa9['isConnected']);}function pl(_0x53aaff,_0x3efef3){const _0x41950a=_0x1875ac;if(_0x3efef3 instanceof HTMLCanvasElement&&_0x53aaff[_0x41950a(0x3ed)](_0x2a99e1=>_0x2a99e1[_0x41950a(0x11b)](_0x3efef3)))return _0x3efef3;for(let _0xe9dda5 of _0x53aaff){let _0x10bf80=_0xe9dda5[_0x41950a(0x3ba)]('canvas');if(_0x10bf80)return _0x10bf80;}return null;}function ml(_0x1f6fdf){const _0x184cfc=_0x1875ac;return _0x1f6fdf!==_0x1e9bfe[_0x184cfc(0x57f)]&&_0x1f6fdf!==_0x1e9bfe['UNIVER_DOC']&&_0x1f6fdf!==_0x1e9bfe['UNIVER_BASE'];}function hl(_0x4b7e01){const _0x125343=_0x1875ac;let _0x3e1dd8=gl(_0x4b7e01);return _0x3e1dd8==='child-editor'||_0x3e1dd8===_0x125343(0x556)||_0x3e1dd8===_0x125343(0x3a5);}function gl(_0x1de7a0){const _0x56fc55=_0x1875ac;var _0x5e91c0;if(!(_0x1de7a0 instanceof HTMLElement))return;let _0x2d6915=(_0x5e91c0=_0x1de7a0[_0x56fc55(0x509)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x5e91c0['getAttribute'](Y);return yl(_0x2d6915)?_0x2d6915:void 0x0;}function _l(_0x28cd95){let {stage:_0x4412a7,isOwnedChildInteraction:_0x351f50}=_0x28cd95;return _0x4412a7==='stage2'&&_0x351f50;}function vl(_0x51f2bc){const _0x2a1ae0=_0x1875ac;return _0x51f2bc[_0x2a1ae0(0x184)]<_0x51f2bc[_0x2a1ae0(0x524)];}function yl(_0x7537b7){const _0x3c0029=_0x1875ac;return _0x7537b7===_0x3c0029(0x1bb)||_0x7537b7===_0x3c0029(0x152)||_0x7537b7===_0x3c0029(0x358)||_0x7537b7==='child-popup'||_0x7537b7===_0x3c0029(0x3a5);}function bl(_0x40856a){const _0x3af66c=_0x1875ac;return _0x40856a['id']===_0x3af66c(0x3f5)||_0x40856a['id']['startsWith'](_0x3af66c(0x164))||_0x40856a['id'][_0x3af66c(0x239)](_0x3af66c(0x455))||_0x40856a[_0x3af66c(0x509)]('#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]')!=null;}function xl(_0x3140ae,_0x40e570){const _0x4fb983=_0x1875ac;if(!_0x3140ae||_0x40e570[_0x4fb983(0x1af)]===0x0)return;let _0x462bdd=_0x40e570[0x0][_0x4fb983(0x3e5)]['activeElement'];_0x462bdd instanceof HTMLElement&&(_0x40e570[_0x4fb983(0x3ed)](_0x47d3bd=>_0x47d3bd[_0x4fb983(0x11b)](_0x462bdd))||_0x462bdd[_0x4fb983(0x509)](_0x4fb983(0x446)+_0x3140ae+'\x22]')!=null)&&_0x462bdd[_0x4fb983(0x53a)]();}function Sl(_0xa4c4e9,_0x419c96,_0x1a29c6){const _0x28f688=_0x1875ac;let _0x101469=_0x419c96!==0x0&&_0xa4c4e9['scrollWidth']>_0xa4c4e9[_0x28f688(0x98)]&&(_0x419c96<0x0?_0xa4c4e9['scrollLeft']>0x0:_0xa4c4e9[_0x28f688(0x23e)]+_0xa4c4e9[_0x28f688(0x98)]<_0xa4c4e9['scrollWidth']),_0x159128=_0x1a29c6!==0x0&&_0xa4c4e9[_0x28f688(0x346)]>_0xa4c4e9[_0x28f688(0x145)]&&(_0x1a29c6<0x0?_0xa4c4e9[_0x28f688(0x457)]>0x0:_0xa4c4e9[_0x28f688(0x457)]+_0xa4c4e9[_0x28f688(0x145)]<_0xa4c4e9[_0x28f688(0x346)]);return _0x101469||_0x159128;}function Cl(_0x5c7db9,_0x2dc673=0x1,_0x332118=0x1){const _0x223eb0=_0x1875ac;let _0x59d083=_0x5c7db9[_0x223eb0(0x352)]/(Math['abs'](_0x2dc673)||0x1),_0x132d16=_0x5c7db9['deltaY']/(Math[_0x223eb0(0x132)](_0x332118)||0x1);if(_0x5c7db9[_0x223eb0(0x96)])_0x59d083=(_0x5c7db9[_0x223eb0(0x389)]||_0x5c7db9[_0x223eb0(0x352)])*0x3/(Math['abs'](_0x2dc673)||0x1),_0x132d16=0x0;else{let _0x3f176b=Math['abs'](_0x59d083),_0x523d69=Math['abs'](_0x132d16);_0x523d69>=_0x3f176b*0x2?_0x59d083=0x0:_0x3f176b>=_0x523d69*0x2&&(_0x132d16=0x0);}return{'offsetX':_0x59d083,'offsetY':_0x132d16};}function wl(_0x2a5ee4,_0x1caff1,_0x2c8157){const _0x344810=_0x1875ac;var _0x46f1c9,_0x8d7315,_0x5f48c,_0x4c6c7a;if(!_0x1caff1)return!0x1;let {offsetX:_0x4c36ed,offsetY:_0x15966f}=Tl(_0x2a5ee4,_0x1caff1,_0x2c8157);if(!_0x4c36ed&&!_0x15966f)return!0x1;let _0x575526=(_0x46f1c9=_0x1caff1['viewportScrollX'])==null?0x0:_0x46f1c9,_0x5b4f47=(_0x8d7315=_0x1caff1[_0x344810(0x1b9)])==null?0x0:_0x8d7315;if(_0x2a5ee4[_0x344810(0x2fa)]===_0x344810(0x229)&&_0x1caff1[_0x344810(0x4fd)]&&(_0x2a5ee4[_0x344810(0x137)]!=null||_0x2a5ee4[_0x344810(0x1b9)]!=null)){var _0x2fd2cc,_0x29c963;_0x1caff1['scrollToViewportPos']({'viewportScrollX':(_0x2fd2cc=_0x2a5ee4[_0x344810(0x137)])==null?_0x575526:_0x2fd2cc,'viewportScrollY':(_0x29c963=_0x2a5ee4[_0x344810(0x1b9)])==null?_0x5b4f47:_0x29c963});}else{if(_0x1caff1['scrollByViewportDeltaVal'])_0x1caff1[_0x344810(0x32f)]({'viewportScrollX':_0x4c36ed,'viewportScrollY':_0x15966f});else return!0x1;}let _0x4e8c97=((_0x5f48c=_0x1caff1['viewportScrollX'])==null?0x0:_0x5f48c)!==_0x575526||((_0x4c6c7a=_0x1caff1[_0x344810(0x1b9)])==null?0x0:_0x4c6c7a)!==_0x5b4f47;if(_0x4e8c97){var _0x3545e8;_0x2c8157==null||(_0x3545e8=_0x2c8157[_0x344810(0x29e)])==null||_0x3545e8['call'](_0x2c8157,!0x0);}return _0x4e8c97;}function Tl(_0x33c66c,_0xf0fcd7,_0x3f753a){const _0x573b81=_0x1875ac;if(_0x33c66c[_0x573b81(0x2fa)]==='host-scroll-sync'&&(_0x33c66c[_0x573b81(0x137)]!=null||_0x33c66c[_0x573b81(0x1b9)]!=null)){var _0x280bad,_0x4c378c,_0x3c06e8,_0x2356f6,_0x13baa4,_0x231356;return{'offsetX':((_0x280bad=(_0x4c378c=_0x33c66c['viewportScrollX'])==null?_0xf0fcd7['viewportScrollX']:_0x4c378c)==null?0x0:_0x280bad)-((_0x3c06e8=_0xf0fcd7[_0x573b81(0x137)])==null?0x0:_0x3c06e8),'offsetY':((_0x2356f6=(_0x13baa4=_0x33c66c[_0x573b81(0x1b9)])==null?_0xf0fcd7['viewportScrollY']:_0x13baa4)==null?0x0:_0x2356f6)-((_0x231356=_0xf0fcd7[_0x573b81(0x1b9)])==null?0x0:_0x231356)};}return Cl(_0x33c66c[_0x573b81(0x1f9)],_0x3f753a==null?void 0x0:_0x3f753a[_0x573b81(0x407)],_0x3f753a==null?void 0x0:_0x3f753a[_0x573b81(0x330)]);}function El(_0x1aaa53){const _0x293281=_0x1875ac;var _0x230e89,_0x5bced0,_0x30b7a8,_0x141d52;let _0x47a564=_0x232abb(_0x34195e),_0x371a09=_0x232abb(_0x211037),_0x236472=_0x232abb(_0x15403f),_0x39611b=Fl(_0x1aaa53[_0x293281(0x12a)]),_0x58019d=_0x39611b==null?void 0x0:_0x39611b[_0x293281(0x5db)],_0x175ab3=_0x58019d==null?(_0x230e89=_0x371a09[_0x293281(0x55d)](_0x1e9bfe['UNIVER_DOC']))==null?void 0x0:_0x230e89[_0x293281(0x2f4)]():_0x58019d,_0x3d2f0c=_0x57e59b(null),_0x4237ae=_0x57e59b(null),[_0x58cd9f,_0x356c2d]=_0x34f48e(()=>_0x295705()),_0x46b928=_0x57e59b(_0x58cd9f),_0xe1d323=Il(_0x39611b),_0x1f9ed1=_0x1aaa53[_0x293281(0x526)],_0x3d7313=_0x1f9ed1==null?void 0x0:_0x1f9ed1[_0x293281(0x53d)],_0x16997a=_0x1f9ed1==null?void 0x0:_0x1f9ed1[_0x293281(0x51e)],_0x874a=_0x1f9ed1==null?void 0x0:_0x1f9ed1[_0x293281(0x30a)];_0x46b928[_0x293281(0x11c)]=_0x58cd9f,_0xcea081(()=>{if(!_0x58019d)return;let _0x5cba71=[],_0x3fada7=()=>{const _0xb48e4a=_0x29dc;let _0x5086aa=_0x371a09[_0xb48e4a(0x222)](_0x58019d,_0x1e9bfe[_0xb48e4a(0x1c1)]),_0x5f26f4=_0x5086aa==null?void 0x0:_0x5086aa['zoomRatio'];typeof _0x5f26f4==_0xb48e4a(0x381)&&_0x47a564[_0xb48e4a(0x562)](_0x1aab57['id'],{'unitId':_0x58019d,'zoomRatio':_0x5f26f4});},_0x1a2576=_0x29ef93=>{const _0x5911f4=_0x29dc;let _0x4dcef6=requestAnimationFrame(_0x29ef93);_0x5cba71[_0x5911f4(0x26f)](()=>cancelAnimationFrame(_0x4dcef6));},_0x30f663=_0x4b1263=>{const _0x11986b=_0x29dc;let _0x13e383=setTimeout(_0x3fada7,_0x4b1263);_0x5cba71[_0x11986b(0x26f)](()=>clearTimeout(_0x13e383));};return _0x3fada7(),_0x1a2576(_0x3fada7),_0x1a2576(()=>_0x1a2576(_0x3fada7)),_0x30f663(0x78),_0x30f663(0x1f4),()=>{const _0x2e2035=_0x29dc;_0x5cba71[_0x2e2035(0x50a)](_0x505848=>_0x505848());};},[_0x47a564,_0x58019d,_0x371a09]),_0x1897fd(()=>{const _0x459c4e=_0x293281;let _0x597178=_0x3d2f0c[_0x459c4e(0x11c)];if(!_0x597178||!_0xe1d323||typeof window>'u')return;let _0x16c68a,_0x3b96ce=()=>{const _0x2d8aab=_0x459c4e;_0x16c68a=void 0x0;let _0x404875=_0x597178[_0x2d8aab(0x4ce)](),_0x453e9d=_0x484f04(_0x597178,Nl(_0x874a,()=>zl(_0x597178,_0x404875[_0x2d8aab(0x384)])),{'bleedLeft':_0x3d7313,'bleedWidth':_0x16997a});_0x356c2d(_0x15c970=>Math[_0x2d8aab(0x132)](_0x15c970['bleedLeft']-_0x453e9d['bleedLeft'])<0.5&&Math[_0x2d8aab(0x132)](_0x15c970[_0x2d8aab(0x16c)]-_0x453e9d[_0x2d8aab(0x16c)])<0.5&&Math['abs'](_0x15c970[_0x2d8aab(0x51e)]-_0x453e9d[_0x2d8aab(0x51e)])<0.5&&Math['abs'](_0x15c970[_0x2d8aab(0x30a)]-_0x453e9d[_0x2d8aab(0x30a)])<0.5&&Math[_0x2d8aab(0x132)](_0x15c970['virtualWidth']-_0x453e9d[_0x2d8aab(0x387)])<0.5?_0x15c970:_0x453e9d);},_0x5e53af=()=>{const _0x11c4eb=_0x459c4e;_0x16c68a==null&&(_0x16c68a=window[_0x11c4eb(0x597)](_0x3b96ce));},_0x3d3bec=_0x45cb69=>{Pl(_0x597178,_0x45cb69['target'])&&_0x5e53af();};_0x3b96ce();let _0x151bd6=new ResizeObserver(_0x5e53af);return _0x151bd6['observe'](_0x597178),window[_0x459c4e(0x35e)](_0x459c4e(0x38a),_0x5e53af),window[_0x459c4e(0x35e)](_0x459c4e(0x110),_0x3d3bec,!0x0),()=>{const _0x1b371e=_0x459c4e;_0x16c68a!=null&&window[_0x1b371e(0x38d)](_0x16c68a),_0x151bd6['disconnect'](),window[_0x1b371e(0x44e)](_0x1b371e(0x38a),_0x5e53af),window['removeEventListener'](_0x1b371e(0x110),_0x3d3bec,!0x0);};},[_0x3d7313,_0x16997a,_0x874a,_0xe1d323]),_0x1897fd(()=>{const _0x129d56=_0x293281;let _0xd5bebe=_0x3d2f0c[_0x129d56(0x11c)];if(!_0xd5bebe||!_0xe1d323){_0x4237ae[_0x129d56(0x11c)]=null;return;}let _0x21c438=()=>{const _0x3a7e34=_0x129d56;_0x4237ae[_0x3a7e34(0x11c)]=_0xd5bebe[_0x3a7e34(0x3ba)]('[data-u-comp=\x22embed-float-dom-live\x22]');};_0x21c438();let _0x25014e=new MutationObserver(_0x21c438);return _0x25014e[_0x129d56(0xea)](_0xd5bebe,{'childList':!0x0,'subtree':!0x0}),()=>{const _0x4f76d1=_0x129d56;_0x4237ae[_0x4f76d1(0x11c)]=null,_0x25014e[_0x4f76d1(0x57e)]();};},[_0xe1d323]);let _0x2dcdda=_0xe1d323?Al((_0x5bced0=_0x1aaa53[_0x293281(0x526)])==null?void 0x0:_0x5bced0[_0x293281(0x5b7)]):_0x13839b((_0x30b7a8=_0x1aaa53[_0x293281(0x526)])==null?void 0x0:_0x30b7a8[_0x293281(0x5b7)],0x1),_0x45266d=Ml({'contentHeight':_0x2dcdda,'menuInsetTop':0x34,'sheetLike':_0xe1d323}),_0x38dd49=jl({'contentHeight':_0x2dcdda,'sheetLike':_0xe1d323,'viewportHeight':(_0x141d52=_0x1aaa53['customBlockRenderViewport'])==null?void 0x0:_0x141d52[_0x293281(0x331)]}),_0x3947d7=_0xe1d323?{'height':_0x45266d,'minHeight':_0x45266d}:void 0x0,_0x145ccc=_0x5d1741((_0x467aeb,_0x428be6)=>{const _0x4f7878=_0x293281;var _0x3788ad;let _0x1d72b4=(_0x3788ad=_0x236472[_0x4f7878(0x3af)](_0x428be6[_0x4f7878(0x5db)]))==null?void 0x0:_0x3788ad['scene'];return wl({..._0x428be6,'event':_0x467aeb,'source':_0x4f7878(0x424),'stage':_0x4f7878(0x3fb)},_0x1d72b4==null?void 0x0:_0x1d72b4[_0x4f7878(0x1d7)](_0x4949b9['VIEW_MAIN']),_0x1d72b4);},[_0x236472]),_0x3e638a=_0x5d1741(_0x3ff3c5=>{const _0x222ecc=_0x293281;var _0x2c5e2f;if(!_0x175ab3)return!0x1;let _0x3f6e86=(_0x2c5e2f=_0x236472[_0x222ecc(0x3af)](_0x175ab3))==null?void 0x0:_0x2c5e2f[_0x222ecc(0x1c2)];return wl({'event':_0x3ff3c5,'source':_0x222ecc(0x424),'stage':_0x222ecc(0x3fb)},_0x3f6e86==null?void 0x0:_0x3f6e86[_0x222ecc(0x1d7)](_0x4949b9[_0x222ecc(0x292)]),_0x3f6e86);},[_0x236472,_0x175ab3]),_0x42cdcf=_0x5d1741(_0x17d648=>{Dl(_0x236472,_0x175ab3,_0x17d648);},[_0x236472,_0x175ab3]);return _0xcea081(()=>{const _0x5341db=_0x293281;let _0x41281a=_0x3d2f0c['current'];if(!_0x41281a||!_0xe1d323)return;let _0x3bd905=_0x2e14ae=>{const _0x475eaf=_0x29dc;var _0x1cf3f8;Ll(_0x2e14ae)&&((_0x1cf3f8=_0x41281a['querySelector'](_0x475eaf(0x1ae)))==null?void 0x0:_0x1cf3f8[_0x475eaf(0x558)][_0x475eaf(0x2b7)])===_0x475eaf(0x3fb)&&_0x3e638a(_0x2e14ae)&&(_0x2e14ae[_0x475eaf(0x162)](),_0x2e14ae[_0x475eaf(0x539)](),_0x2e14ae[_0x475eaf(0x383)]());};return _0x41281a['addEventListener']('wheel',_0x3bd905,{'capture':!0x0,'passive':!0x1}),()=>_0x41281a['removeEventListener'](_0x5341db(0x424),_0x3bd905,{'capture':!0x0});},[_0x3e638a,_0xe1d323]),_0xcea081(()=>{const _0x22e31b=_0x293281;let _0x5e4ca8=_0x3d2f0c[_0x22e31b(0x11c)];if(!_0x5e4ca8||!_0xe1d323)return;let _0x9716f9=kl({'getLive':()=>_0x4237ae['current'],'getStage':()=>{const _0xdd0f3f=_0x22e31b;var _0x387467;return(_0x387467=_0x5e4ca8[_0xdd0f3f(0x3ba)](_0xdd0f3f(0x1ae)))==null?void 0x0:_0x387467[_0xdd0f3f(0x558)][_0xdd0f3f(0x2b7)];},'getMaxScrollLeft':()=>{const _0x389fe1=_0x22e31b;let _0x45f24c=_0x46b928[_0x389fe1(0x11c)]['virtualWidth']-_0x46b928[_0x389fe1(0x11c)][_0x389fe1(0x51e)];return _0x45f24c>0x0?_0x45f24c:void 0x0;}});return _0x5e4ca8[_0x22e31b(0x35e)](_0x22e31b(0x424),_0x9716f9,{'capture':!0x0,'passive':!0x1}),()=>_0x5e4ca8[_0x22e31b(0x44e)]('wheel',_0x9716f9,{'capture':!0x0});},[_0xe1d323]),_0xdab386(_0x293281(0x50f),{'ref':_0x3d2f0c,'className':_0x293281(0xaa),'data-u-comp':_0x293281(0x217),'data-embed-docs-custom-block':_0x293281(0x1ac),'data-embed-docs-custom-block-child-type':(_0x39611b==null?void 0x0:_0x39611b[_0x293281(0x2dc)])==null?void 0x0:String(_0x39611b[_0x293281(0x2dc)]),'data-embed-docs-custom-block-sheet-like':_0xe1d323?_0x293281(0x1ac):void 0x0,'style':_0x3947d7,'children':_0xdab386(_c,{..._0x1aaa53,'docsCustomBlockLayout':_0xe1d323?{'bleedLeft':_0x58cd9f[_0x293281(0x53d)],'bleedWidth':_0x58cd9f[_0x293281(0x51e)],'contentHeight':_0x2dcdda,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x38dd49}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':_0x293281(0x2a1),'onHostWheel':_0xe1d323?_0x145ccc:void 0x0,'onRuntimeStageEnter':_0x42cdcf,'syncHostVerticalScroll':_0xe1d323})});}function Dl(_0x9d4e5,_0x20c7f3,_0x317df0){const _0x487867=_0x1875ac;var _0x37326a;_0x317df0!==_0x487867(0x3fb)||!_0x20c7f3||(_0x37326a=_0x9d4e5['getRenderById'](_0x20c7f3))==null||(_0x37326a=_0x37326a[_0x487867(0x113)](_0x5af13f))==null||_0x37326a['blur']();}function Ol(_0x2c1e9a){return _0x36ca35=>{const _0x5d4624=_0x29dc;var _0x16988f;let _0x490dd5=_0x2c1e9a['getLive']();!_0x490dd5||_0x36ca35[_0x5d4624(0x39a)]||_0x36ca35[_0x5d4624(0x581)]||_0x374a7d(_0x36ca35,_0x490dd5,{'maxScrollLeft':(_0x16988f=_0x2c1e9a[_0x5d4624(0x5a8)])==null?void 0x0:_0x16988f[_0x5d4624(0x238)](_0x2c1e9a)})&&(_0x36ca35[_0x5d4624(0x162)](),_0x36ca35['stopPropagation']());};}function kl(_0x104d48){let _0x1321e1=Ol(_0x104d48);return _0x124453=>{const _0x4d01a0=_0x29dc;_0x104d48[_0x4d01a0(0x4f4)]()!==_0x4d01a0(0x3fb)||!Rl(_0x124453)||_0x1321e1(_0x124453);};}function Al(_0x588f5f){return _0x13839b(_0x588f5f,0x1e0);}function jl(_0x1fc57d){const _0x23fdd2=_0x1875ac;return _0x13839b(_0x1fc57d[_0x23fdd2(0x331)],_0x1fc57d[_0x23fdd2(0x5b7)]);}function Ml(_0x272463){const _0xa410be=_0x1875ac;return _0x272463[_0xa410be(0x569)]?_0x272463['contentHeight']+_0x272463['menuInsetTop']:_0x272463[_0xa410be(0x5b7)];}function Nl(_0x1cd73a,_0x5c6d55){return Number['isFinite'](_0x1cd73a)&&(_0x1cd73a==null?0x0:_0x1cd73a)>0x0?_0x1cd73a:_0x49c01e(void 0x0,_0x5c6d55());}function Pl(_0x48dc91,_0x4abd25){return!(_0x4abd25 instanceof Node&&_0x48dc91['contains'](_0x4abd25));}function Fl(_0x1f8b76){const _0x37730d=_0x1875ac;if(!_0x1f8b76||typeof _0x1f8b76!=_0x37730d(0x599))return;let _0x41fc59=_0x1f8b76;if(!(_0x41fc59[_0x37730d(0x161)]!==0x1||!_0x41fc59[_0x37730d(0x3a8)]||!_0x41fc59[_0x37730d(0x10f)]))return _0x41fc59;}function Il(_0x344ed5){const _0x4ac9e7=_0x1875ac;return(_0x344ed5==null?void 0x0:_0x344ed5['childType'])===_0x1e9bfe[_0x4ac9e7(0x57f)]||(_0x344ed5==null?void 0x0:_0x344ed5[_0x4ac9e7(0x2dc)])===_0x1e9bfe[_0x4ac9e7(0x47c)];}function Ll(_0x45ba14){const _0xb287c2=_0x1875ac;return _0x45ba14[_0xb287c2(0x96)]||_0x45ba14[_0xb287c2(0x39a)]||_0x45ba14[_0xb287c2(0x581)]?!0x1:Math[_0xb287c2(0x132)](_0x45ba14[_0xb287c2(0x389)])>Math[_0xb287c2(0x132)](_0x45ba14[_0xb287c2(0x352)]);}function Rl(_0xd015b8){const _0x4dd38b=_0x1875ac;if(_0xd015b8[_0x4dd38b(0x39a)]||_0xd015b8[_0x4dd38b(0x581)])return!0x1;let _0x54c5bd=_0xd015b8['deltaX']||(_0xd015b8[_0x4dd38b(0x96)]?_0xd015b8['deltaY']:0x0),_0x124625=_0xd015b8['shiftKey']?0x0:_0xd015b8[_0x4dd38b(0x389)];return Math[_0x4dd38b(0x132)](_0x54c5bd)>Math['abs'](_0x124625);}function zl(_0x126eb8,_0x4ad3c8){const _0xae4f66=_0x1875ac;let _0x570502=_0x126eb8[_0xae4f66(0x3ba)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x3f15ee=_0x126eb8[_0xae4f66(0x3ba)](_0xae4f66(0x475)),_0x4b74f9=[Math[_0xae4f66(0x28a)](0x1,_0x4ad3c8)];return Bl(_0x570502,_0x4b74f9),Bl(_0x3f15ee,_0x4b74f9),Math[_0xae4f66(0x28a)](..._0x4b74f9['filter'](_0x49a85c=>Number[_0xae4f66(0x283)](_0x49a85c)&&_0x49a85c>0x0));}function Bl(_0xfa6607,_0x8a6d4){const _0x5e5fdd=_0x1875ac;if(_0xfa6607){_0x8a6d4[_0x5e5fdd(0x26f)](_0xfa6607[_0x5e5fdd(0x353)],_0xfa6607[_0x5e5fdd(0x442)],_0xfa6607['getBoundingClientRect']()[_0x5e5fdd(0x384)]);for(let _0x43260c of Array['from'](_0xfa6607[_0x5e5fdd(0x2cb)])){if(!(_0x43260c instanceof HTMLElement))continue;let _0x2dfe1e=_0x43260c[_0x5e5fdd(0x4ce)](),_0x56c763=_0xfa6607['getBoundingClientRect']();_0x8a6d4['push'](_0x43260c[_0x5e5fdd(0x353)],_0x43260c['offsetWidth'],_0x2dfe1e[_0x5e5fdd(0x49f)]-_0x56c763[_0x5e5fdd(0x270)]);}}}let Vl=class extends _0x331c65{constructor(_0x5bdd31){const _0x4402fa=_0x1875ac;super(),this[_0x4402fa(0x444)]=_0x5bdd31,this[_0x4402fa(0x1c8)]();}[_0x1875ac(0x1c8)](){const _0x2f95eb=_0x1875ac;this[_0x2f95eb(0x253)](this[_0x2f95eb(0x444)]['register'](_0x30017b,El)),this[_0x2f95eb(0x253)](this['_componentManager'][_0x2f95eb(0x134)](_0x2f4f9c,_c));}};Vl=Lo([Q(0x0,_0x1f7509(_0xb77840))],Vl);let Hl=class{constructor(_0x41afe9,_0x38ba46){const _0x3d2074=_0x1875ac;this['_injector']=_0x41afe9,this[_0x3d2074(0x3c5)]=_0x38ba46,this[_0x3d2074(0x3c5)][_0x3d2074(0x134)]({'childType':_0x1e9bfe[_0x3d2074(0x1c1)],'handleWheel':_0x577af6=>this[_0x3d2074(0x206)][_0x3d2074(0x47a)](_0xfbf6b0)?this['_injector'][_0x3d2074(0xdd)](_0xfbf6b0)['handleWheel']({'childUnitId':_0x577af6[_0x3d2074(0x584)],'event':_0x577af6[_0x3d2074(0x1f9)],'source':_0x577af6[_0x3d2074(0x2fa)]}):!0x1,'order':0x64});}};Hl=Lo([Q(0x0,_0x1f7509(_0x41ed41)),Q(0x1,_0x1f7509(oc))],Hl);const Ul=[_0x1e9bfe[_0x1875ac(0x1c1)],_0x1e9bfe['UNIVER_SHEET'],_0x1e9bfe[_0x1875ac(0x47c)],_0x1e9bfe[_0x1875ac(0x2e3)]];let Wl=class extends _0x331c65{constructor(_0x28434d,_0x4e2304){const _0x3ccd83=_0x1875ac;super(),this[_0x3ccd83(0x115)]=_0x28434d,this['_anchorModelService']=_0x4e2304,Ul[_0x3ccd83(0x50a)](_0x2fae1c=>{const _0x1e36e3=_0x3ccd83;this['disposeWithMe'](this[_0x1e36e3(0x115)]['getTypeOfUnitDisposed$'](_0x2fae1c)[_0x1e36e3(0x3a2)](_0x59c019=>{const _0x5f1fd2=_0x1e36e3;this[_0x5f1fd2(0x36a)][_0x5f1fd2(0x2f1)](_0x59c019[_0x5f1fd2(0x2f4)]());}));});}};Wl=Lo([Q(0x0,_0x211037),Q(0x1,_0x1f7509(_0x2ed13a))],Wl);let Gl=class extends _0x331c65{constructor(_0x25d4b4,_0x404ba0,_0xb96d4d,_0x327f7a){const _0xbbaed4=_0x1875ac;super(),this['_menuOverrideService']=_0x25d4b4,this[_0xbbaed4(0x24f)]=_0x404ba0,this[_0xbbaed4(0x3fd)]=_0xb96d4d,this[_0xbbaed4(0x206)]=_0x327f7a,J(this,'_current',null),J(this,'_currentOverride',null),this[_0xbbaed4(0x253)](_0xc4495d(this['_menuOverrideService'][_0xbbaed4(0x5b6)][_0xbbaed4(0x3a2)](_0x2e6413=>{const _0x318bab=_0xbbaed4;var _0x232b5d,_0x16e09a,_0x5246a1;if(!_0x2e6413){this[_0x318bab(0x2f3)]?(this[_0x318bab(0x2f3)][_0x318bab(0xa7)](),this['_current']=null):this['_ribbonOverrideService'][_0x318bab(0x1f4)](),this['_currentOverride']=null;return;}if(Kl(this['_currentOverride'],_0x2e6413))return;(_0x232b5d=this[_0x318bab(0x2f3)])==null||_0x232b5d[_0x318bab(0xa7)](),this[_0x318bab(0x2f3)]=null,this[_0x318bab(0x397)]=null;let _0x48597d=this[_0x318bab(0x24f)][_0x318bab(0xdd)](_0x2e6413[_0x318bab(0x2dc)]),_0x4bb532=_0x48597d==null||(_0x16e09a=_0x48597d[_0x318bab(0x3b8)])==null?void 0x0:_0x16e09a['call'](_0x48597d,{'childType':_0x2e6413[_0x318bab(0x2dc)],'childUnitId':_0x2e6413[_0x318bab(0x584)],'injector':this[_0x318bab(0x206)],'embedId':_0x2e6413['embedId'],'hostUnitId':_0x2e6413[_0x318bab(0x5db)],'entry':_0x2e6413['entry']});if(!_0x4bb532){this[_0x318bab(0x3fd)]['clear']();return;}this[_0x318bab(0x3fd)]['activate']({'id':_0x2e6413['embedId'],'ribbonService':_0x4bb532[_0x318bab(0x4d4)],'injector':_0x4bb532[_0x318bab(0x410)],'portalContainer':(_0x5246a1=_0x4bb532[_0x318bab(0x5cd)])==null?_0x2e6413[_0x318bab(0x5cd)]:_0x5246a1,'placeholderTitle':_0x4bb532[_0x318bab(0x5d3)],'hideToolbar':_0x4bb532[_0x318bab(0x402)]}),this['_currentOverride']=_0x2e6413,this[_0x318bab(0x2f3)]=_0xc4495d(()=>{const _0x45fbe4=_0x318bab;var _0x13e555;this[_0x45fbe4(0x3fd)][_0x45fbe4(0x1f4)](_0x2e6413['embedId']),(_0x13e555=_0x4bb532['disposable'])==null||_0x13e555['dispose'](),this[_0x45fbe4(0x397)]=null;});})));}[_0x1875ac(0xa7)](){const _0x4ebde7=_0x1875ac;var _0x430a06;(_0x430a06=this[_0x4ebde7(0x2f3)])==null||_0x430a06['dispose'](),this[_0x4ebde7(0x2f3)]=null,this['_currentOverride']=null,super[_0x4ebde7(0xa7)]();}};Gl=Lo([Q(0x0,_0x1f7509(Ia)),Q(0x1,_0x1f7509(Pa)),Q(0x2,_0x1f7509(_0x58d7ec)),Q(0x3,_0x1f7509(_0x41ed41))],Gl);function Kl(_0x563a4c,_0x1e6267){const _0x4bc84d=_0x1875ac;return _0x563a4c!=null&&_0x563a4c['hostUnitId']===_0x1e6267['hostUnitId']&&_0x563a4c[_0x4bc84d(0x3a8)]===_0x1e6267[_0x4bc84d(0x3a8)]&&_0x563a4c[_0x4bc84d(0x584)]===_0x1e6267[_0x4bc84d(0x584)]&&_0x563a4c[_0x4bc84d(0x2dc)]===_0x1e6267[_0x4bc84d(0x2dc)]&&_0x563a4c[_0x4bc84d(0x4e4)]===_0x1e6267[_0x4bc84d(0x4e4)]&&_0x563a4c[_0x4bc84d(0x1e0)]===_0x1e6267[_0x4bc84d(0x1e0)]&&_0x563a4c[_0x4bc84d(0x5cd)]===_0x1e6267[_0x4bc84d(0x5cd)]&&_0x563a4c[_0x4bc84d(0x2aa)]===_0x1e6267[_0x4bc84d(0x2aa)]&&_0x563a4c[_0x4bc84d(0x47d)]===_0x1e6267[_0x4bc84d(0x47d)];}function ql(_0x42dae8){const _0xc989e8=_0x1875ac;let _0x140b9a=[];return[[_0x1e9bfe[_0xc989e8(0x1c1)],'docs-ui.ribbon'],[_0x1e9bfe[_0xc989e8(0x57f)],_0xc989e8(0x4dc)],[_0x1e9bfe[_0xc989e8(0x2e3)],_0xc989e8(0x343)],[_0x1e9bfe['UNIVER_BASE'],_0xc989e8(0x153)]][_0xc989e8(0x50a)](([_0x52bbe7,_0x201266])=>{const _0x5df097=_0xc989e8;let _0x278e96=vs(_0x42dae8,{'childType':_0x52bbe7,'id':_0x201266});_0x278e96&&_0x140b9a[_0x5df097(0x26f)](_0x278e96);}),_0x140b9a;}var Jl=class{constructor(){const _0x39e90c=_0x1875ac;J(this,_0x39e90c(0x1f0),new Map());}['register'](_0x58eeb3){const _0x27f4d4=_0x1875ac;return this[_0x27f4d4(0x1f0)]['set'](_0x58eeb3[_0x27f4d4(0x2dc)],_0x58eeb3),_0xc4495d(()=>{const _0x4a70c2=_0x27f4d4;this['_providers'][_0x4a70c2(0xdd)](_0x58eeb3[_0x4a70c2(0x2dc)])===_0x58eeb3&&this['_providers'][_0x4a70c2(0x5c4)](_0x58eeb3[_0x4a70c2(0x2dc)]);});}[_0x1875ac(0xdd)](_0x4726a2){return this['_providers']['get'](_0x4726a2);}[_0x1875ac(0x315)](){const _0x40aeff=_0x1875ac;return[...this[_0x40aeff(0x1f0)][_0x40aeff(0x4f1)]()];}[_0x1875ac(0x2db)](_0x4b6ace){const _0x1a0124=_0x1875ac;var _0x430f17;return(_0x430f17=this[_0x1a0124(0xdd)](_0x4b6ace[_0x1a0124(0x2dc)]))==null?void 0x0:_0x430f17[_0x1a0124(0x2db)](_0x4b6ace);}};function Yl(_0x2bb35f,_0x80b3aa,_0x38bd77=Ql(_0x2bb35f),_0x208289={}){const _0x510f7b=_0x1875ac;var _0x117e17,_0x18b75f,_0x27d310,_0x5b5952,_0x4e0824;let _0x48b0d9=_0x2bb35f['injector'][_0x510f7b(0xdd)](_0x80b3aa),_0x396914=(_0x117e17=_0x208289['scopedInjector'])==null?_0x208289[_0x510f7b(0x205)]===!0x1?void 0x0:(_0x18b75f=(_0x27d310=_0x2bb35f[_0x510f7b(0x3a4)])==null?void 0x0:_0x27d310[_0x510f7b(0x410)])==null?Xl(_0x2bb35f):_0x18b75f:_0x117e17,_0x4bd907=!_0x208289[_0x510f7b(0x314)]&&_0x396914!==((_0x5b5952=_0x2bb35f[_0x510f7b(0x3a4)])==null?void 0x0:_0x5b5952[_0x510f7b(0x410)]),_0x59bf27=tu(_0x48b0d9,_0x2bb35f[_0x510f7b(0x584)],_0x396914);if(!_0x59bf27){_0x4bd907&&(_0x396914==null||_0x396914[_0x510f7b(0xa7)]());return;}_0x38bd77[_0x510f7b(0x558)][_0x510f7b(0x38e)]=_0x2bb35f[_0x510f7b(0x584)],_0x38bd77[_0x510f7b(0x558)][_0x510f7b(0x1b1)]=_0x2bb35f[_0x510f7b(0x194)][_0x510f7b(0x587)];try{var _0x4b47ff,_0xa7906c;(_0x4b47ff=(_0xa7906c=_0x59bf27[_0x510f7b(0x57c)])['unmount'])==null||_0x4b47ff[_0x510f7b(0x238)](_0xa7906c);}catch{}_0x59bf27[_0x510f7b(0x57c)][_0x510f7b(0x2ba)](_0x38bd77),$l(_0x59bf27,_0x38bd77),ru(_0x59bf27,{'activate':(_0x4e0824=_0x208289[_0x510f7b(0x248)])==null?!0x0:_0x4e0824});let _0x14a5e0=Zl(_0x59bf27,_0x38bd77,{'activate':!0x1});return _0xc4495d(()=>{const _0x1da20f=_0x510f7b;var _0x23367d;_0x14a5e0[_0x1da20f(0xa7)]();try{var _0x2ca19d,_0x12761b;(_0x2ca19d=(_0x12761b=_0x59bf27[_0x1da20f(0x57c)])[_0x1da20f(0x501)])==null||_0x2ca19d['call'](_0x12761b);}catch{}(_0x23367d=_0x48b0d9[_0x1da20f(0xab)])==null||_0x23367d['call'](_0x48b0d9,_0x2bb35f[_0x1da20f(0x584)]),_0x38bd77[_0x1da20f(0x136)](_0x1da20f(0x22b)),_0x38bd77[_0x1da20f(0x136)](_0x1da20f(0x4ba)),_0x4bd907&&(_0x396914==null||_0x396914[_0x1da20f(0xa7)]());});}function Xl(_0x310646){const _0x3bb966=_0x1875ac;if(typeof _0x310646[_0x3bb966(0x410)]['has']==_0x3bb966(0x39e)&&!(!_0x310646[_0x3bb966(0x410)]['has'](_0x211037)||!_0x310646['injector'][_0x3bb966(0x47a)](_0x34195e)))return Ha(_0x310646);}function Zl(_0x5d9e37,_0x218fe5,_0x3a55f5={}){const _0x2ee5c2=_0x1875ac;if(typeof ResizeObserver>'u')return _0xc4495d(()=>{});let _0x58d9a2=-0x1,_0x3d9496=-0x1,_0x2bfeb9=0x0,_0x1aee4c=new ResizeObserver(_0x243c66=>{const _0x5d3291=_0x29dc;var _0x636945,_0x3bd81e,_0x33967e;let _0x209f11=(_0x636945=_0x243c66[0x0])==null?void 0x0:_0x636945[_0x5d3291(0xe2)],_0x14023a=(_0x3bd81e=_0x209f11==null?void 0x0:_0x209f11[_0x5d3291(0x384)])==null?_0x218fe5[_0x5d3291(0x98)]:_0x3bd81e,_0x215519=(_0x33967e=_0x209f11==null?void 0x0:_0x209f11['height'])==null?_0x218fe5[_0x5d3291(0x145)]:_0x33967e;_0x14023a===_0x58d9a2&&_0x215519===_0x3d9496||(_0x58d9a2=_0x14023a,_0x3d9496=_0x215519,_0x2bfeb9&&window['cancelAnimationFrame'](_0x2bfeb9),_0x2bfeb9=window[_0x5d3291(0x597)](()=>{const _0x11f06a=_0x5d3291;var _0x202f47;_0x2bfeb9=0x0,ru(_0x5d9e37,{'activate':(_0x202f47=_0x3a55f5[_0x11f06a(0x248)])==null?!0x1:_0x202f47});}));});return _0x1aee4c[_0x2ee5c2(0xea)](_0x218fe5),_0xc4495d(()=>{const _0x36f7ac=_0x2ee5c2;_0x2bfeb9&&window[_0x36f7ac(0x38d)](_0x2bfeb9),_0x1aee4c[_0x36f7ac(0x57e)]();});}function Ql(_0x3b2faa){const _0x22337f=_0x1875ac;var _0x56669e,_0x33b0f5,_0x30180c;return(_0x56669e=(_0x33b0f5=(_0x30180c=_0x3b2faa[_0x22337f(0x3a4)]['roots'][_0x22337f(0x25d)])==null?_0x3b2faa[_0x22337f(0x194)][_0x22337f(0xeb)]:_0x30180c)==null?_0x3b2faa[_0x22337f(0x194)][_0x22337f(0xf3)]:_0x33b0f5)==null?_0x3b2faa[_0x22337f(0x194)][_0x22337f(0x473)]:_0x56669e;}function $l(_0x388dc3,_0xadd3a8){const _0x32f050=_0x1875ac;var _0x3742d2,_0x58802b,_0x2b911a,_0x2b685f,_0x5211ac,_0x31b95d;let _0x293e83=(_0x3742d2=(_0x58802b=(_0x2b911a=_0x388dc3['engine'])[_0x32f050(0x305)])==null?void 0x0:_0x58802b[_0x32f050(0x238)](_0x2b911a))==null?(_0x2b685f=(_0x5211ac=_0x388dc3[_0x32f050(0x57c)])[_0x32f050(0x3ea)])==null||(_0x2b685f=_0x2b685f[_0x32f050(0x238)](_0x5211ac))==null||(_0x31b95d=_0x2b685f[_0x32f050(0x20e)])==null?void 0x0:_0x31b95d[_0x32f050(0x238)](_0x2b685f):_0x3742d2;!_0x293e83||_0x293e83[_0x32f050(0x577)]===_0xadd3a8||_0xadd3a8[_0x32f050(0x273)](_0x293e83);}function eu(_0x3ac826,_0x31ea98,_0x1c4234){const _0x493aa7=_0x1875ac;try{let _0x30e652=_0x3ac826[_0x493aa7(0x3af)](_0x31ea98);if(_0x30e652){var _0x3575cb;if(!_0x1c4234||nu(_0x30e652)===_0x1c4234)return _0x30e652;(_0x3575cb=_0x3ac826[_0x493aa7(0xab)])==null||_0x3575cb[_0x493aa7(0x238)](_0x3ac826,_0x31ea98);}return _0x3ac826['createRender'](_0x31ea98,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x1c4234,'skipAutoRender':!0x0});}catch{return;}}function tu(_0x30bd65,_0x2e6cc7,_0x14e93f){const _0x1b051f=_0x1875ac;try{let _0x486fe6=_0x30bd65[_0x1b051f(0x3af)](_0x2e6cc7);if(_0x486fe6){var _0x3b9380;if(!_0x14e93f||nu(_0x486fe6)===_0x14e93f)return _0x486fe6;(_0x3b9380=_0x30bd65['removeRender'])==null||_0x3b9380[_0x1b051f(0x238)](_0x30bd65,_0x2e6cc7);}return _0x30bd65[_0x1b051f(0x2ad)](_0x2e6cc7,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x14e93f,'skipAutoRender':!0x0});}catch(_0x5dad5f){var _0x3d6f17;(_0x3d6f17=_0x30bd65[_0x1b051f(0xab)])==null||_0x3d6f17['call'](_0x30bd65,_0x2e6cc7),console[_0x1b051f(0x553)](_0x1b051f(0x3b3),_0x5dad5f);return;}}function nu(_0x591082){const _0x4eeead=_0x1875ac;try{var _0x4410a7;return(_0x4410a7=_0x591082[_0x4eeead(0x113)])==null?void 0x0:_0x4410a7[_0x4eeead(0x238)](_0x591082,_0x41ed41);}catch{return;}}function ru(_0x32e014,_0x94cf6e={}){const _0x51af41=_0x1875ac;var _0x2b99e3,_0x5c1e63,_0x6ec4f2,_0x4d820c;if(_0x94cf6e[_0x51af41(0x248)]){var _0x36e2b7;(_0x36e2b7=_0x32e014['activate'])==null||_0x36e2b7['call'](_0x32e014);}_0x32e014[_0x51af41(0x57c)][_0x51af41(0x38a)](),_0x32e014['components'][_0x51af41(0x50a)](_0x454ec5=>{const _0x199a09=_0x51af41;var _0x278772,_0x4ff9c2;(_0x278772=_0x454ec5[_0x199a09(0x24e)])==null||_0x278772['call'](_0x454ec5,!0x0),(_0x4ff9c2=_0x454ec5[_0x199a09(0x29e)])==null||_0x4ff9c2[_0x199a09(0x238)](_0x454ec5,!0x0);}),(_0x2b99e3=_0x32e014[_0x51af41(0x426)])==null||(_0x5c1e63=_0x2b99e3[_0x51af41(0x29e)])==null||_0x5c1e63[_0x51af41(0x238)](_0x2b99e3,!0x0),_0x32e014[_0x51af41(0x1c2)]['makeDirty'](),(_0x6ec4f2=(_0x4d820c=_0x32e014[_0x51af41(0x1c2)])[_0x51af41(0x319)])==null||_0x6ec4f2[_0x51af41(0x238)](_0x4d820c);}function iu(_0x1db8d9,_0x57b13b){return{'childType':_0x57b13b['childType'],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x20267a=>au(_0x1db8d9,_0x57b13b['renderManagerService'],_0x20267a)};}function au(_0x15f63d,_0x409b03,_0x6a9526){const _0x23ef8b=_0x1875ac;var _0x33a8c0,_0x424b96,_0x18b339;if(_0x6a9526[_0x23ef8b(0x3b1)]){let _0x4d4cf3=Io(_0x6a9526[_0x23ef8b(0x3b1)]);if(_0x4d4cf3)return _0x4d4cf3;}if(typeof document>'u')return;let _0x4d8852=document[_0x23ef8b(0x57b)](_0x23ef8b(0x50f));_0x4d8852[_0x23ef8b(0x1e5)][_0x23ef8b(0x56e)]='fixed',_0x4d8852[_0x23ef8b(0x1e5)][_0x23ef8b(0x270)]='-100000px',_0x4d8852[_0x23ef8b(0x1e5)][_0x23ef8b(0x359)]=_0x23ef8b(0x4b1),_0x4d8852[_0x23ef8b(0x1e5)][_0x23ef8b(0x384)]=Math[_0x23ef8b(0x28a)](0x1,Math['round'](_0x6a9526[_0x23ef8b(0x384)]))+'px',_0x4d8852[_0x23ef8b(0x1e5)]['height']=Math['max'](0x1,Math[_0x23ef8b(0x5e4)](_0x6a9526[_0x23ef8b(0x103)]))+'px',_0x4d8852[_0x23ef8b(0x1e5)]['pointerEvents']='none',document[_0x23ef8b(0x41b)][_0x23ef8b(0x273)](_0x4d8852);let _0x1d6082=_0x15f63d[_0x23ef8b(0xdd)](_0x409b03),_0x508f9e=!((_0x33a8c0=_0x6a9526[_0x23ef8b(0x3b1)])==null||(_0x33a8c0=_0x33a8c0['runtimeScope'])==null)&&_0x33a8c0['injector']?void 0x0:Ha(ou(_0x15f63d,_0x6a9526,_0x4d8852)),_0x19c475=(_0x424b96=(_0x18b339=_0x6a9526[_0x23ef8b(0x3b1)])==null||(_0x18b339=_0x18b339[_0x23ef8b(0x3a4)])==null?void 0x0:_0x18b339[_0x23ef8b(0x410)])==null?_0x508f9e:_0x424b96,_0xf1daf8=eu(_0x1d6082,_0x6a9526['childUnitId'],_0x19c475);if(!_0xf1daf8){_0x508f9e==null||_0x508f9e['dispose'](),_0x4d8852[_0x23ef8b(0x191)]();return;}try{var _0x33a69d,_0x23d402,_0x358bff,_0x307ccd,_0x59c731,_0x3c19d4;_0xf1daf8[_0x23ef8b(0x57c)]['mount'](_0x4d8852),ru(_0xf1daf8,{'activate':!0x1});let _0x41ff1f=(_0x33a69d=(_0x23d402=(_0x358bff=_0xf1daf8[_0x23ef8b(0x57c)])['getCanvasElement'])==null?void 0x0:_0x23d402[_0x23ef8b(0x238)](_0x358bff))==null?(_0x307ccd=(_0x59c731=_0xf1daf8[_0x23ef8b(0x57c)])[_0x23ef8b(0x3ea)])==null||(_0x307ccd=_0x307ccd[_0x23ef8b(0x238)](_0x59c731))==null||(_0x3c19d4=_0x307ccd['getCanvasEle'])==null?void 0x0:_0x3c19d4[_0x23ef8b(0x238)](_0x307ccd):_0x33a69d;return!_0x41ff1f||_0x41ff1f[_0x23ef8b(0x384)]<=0x1||_0x41ff1f[_0x23ef8b(0x103)]<=0x1||typeof _0x41ff1f[_0x23ef8b(0x219)]!='function'?void 0x0:_0x41ff1f[_0x23ef8b(0x219)](_0x23ef8b(0x570));}catch{return;}finally{try{var _0x11cabd,_0x22a8ec;(_0x11cabd=(_0x22a8ec=_0xf1daf8[_0x23ef8b(0x57c)])[_0x23ef8b(0x501)])==null||_0x11cabd['call'](_0x22a8ec);}catch{}if(_0x508f9e){var _0x234510;(_0x234510=_0x1d6082[_0x23ef8b(0xab)])==null||_0x234510[_0x23ef8b(0x238)](_0x1d6082,_0x6a9526[_0x23ef8b(0x584)]),_0x508f9e[_0x23ef8b(0xa7)]();}_0x4d8852[_0x23ef8b(0x191)]();}}function ou(_0x266cfb,_0x3f692b,_0x386acf){const _0x220772=_0x1875ac;let _0xf1d248=su(_0x3f692b),_0x3fb6cd=()=>{};return{'descriptor':_0x3f692b[_0x220772(0x47b)],'layout':_0xf1d248,'injector':_0x266cfb,'hostElement':_0x386acf,'container':_0x386acf,'hostUnitId':_0x3f692b[_0x220772(0x47b)][_0x220772(0x5db)],'embedId':_0x3f692b[_0x220772(0x47b)]['embedId'],'childUnitId':_0x3f692b['childUnitId'],'childType':_0x3f692b[_0x220772(0x2dc)],'renderScope':{'hostUnitId':_0x3f692b[_0x220772(0x47b)]['hostUnitId'],'hostAnchorId':_0x3f692b[_0x220772(0x47b)][_0x220772(0x10f)],'embedId':_0x3f692b[_0x220772(0x47b)][_0x220772(0x3a8)],'childUnitId':_0x3f692b['childUnitId'],'childType':_0x3f692b[_0x220772(0x2dc)],'layout':_0xf1d248,'mode':_0x220772(0x303),'rootElement':_0x386acf,'contentRoot':_0x386acf,'canvasRoot':_0x386acf,'active$':_0xc6f257(!0x1)},'runtimeScope':{'descriptor':_0x3f692b[_0x220772(0x47b)],'host':{'unitId':_0x3f692b['descriptor'][_0x220772(0x5db)],'type':_0x3f692b['descriptor'][_0x220772(0x3f8)],'anchorId':_0x3f692b['descriptor']['hostAnchorId'],'entry':_0x3f692b[_0x220772(0x47b)][_0x220772(0x4e4)],'layout':_0x220772(0x303)},'child':{'unitId':_0x3f692b[_0x220772(0x584)],'type':_0x3f692b['childType']},'injector':_0x266cfb,'roots':{'root':_0x386acf,'content':_0x386acf,'canvas':_0x386acf,'overlay':_0x386acf,'popup':_0x386acf},'activate':_0x3fb6cd,'deactivate':_0x3fb6cd,'dispose':_0x3fb6cd}};}function su(_0x33f068){const _0x95008a=_0x1875ac;var _0x513e6e,_0x5be851,_0x36f46b;let _0x2ac6d5=(_0x513e6e=_0x33f068[_0x95008a(0x47b)]['sourceMeta'])==null?void 0x0:_0x513e6e[_0x95008a(0x49c)];return _0x2ac6d5&&typeof _0x2ac6d5==_0x95008a(0x599)&&typeof _0x2ac6d5[_0x95008a(0xc7)]==_0x95008a(0x5ce)?_0x2ac6d5['layout']:(_0x5be851=(_0x36f46b=_0x33f068[_0x95008a(0x3b1)])==null?void 0x0:_0x36f46b['layout'])==null?_0x95008a(0x449):_0x5be851;}var cu=class{constructor(){const _0x4666ba=_0x1875ac;J(this,_0x4666ba(0x1f0),new Map());}[_0x1875ac(0x134)](_0x4a6792){const _0x5a9c70=_0x1875ac;if(this['_providers'][_0x5a9c70(0x47a)](_0x4a6792['childType']))throw Error(_0x5a9c70(0x461)+_0x4a6792['childType']);this['_providers'][_0x5a9c70(0x116)](_0x4a6792['childType'],_0x4a6792);}[_0x1875ac(0xdd)](_0x1a96fa){const _0x4c799b=_0x1875ac;return this[_0x4c799b(0x1f0)][_0x4c799b(0xdd)](_0x1a96fa);}[_0x1875ac(0x315)](){const _0x1c29e3=_0x1875ac;return[...this[_0x1c29e3(0x1f0)][_0x1c29e3(0x4f1)]()];}};const lu=new WeakMap(),uu=new WeakMap();function du(_0x10a10a,_0x2c8769,_0x4b1493){const _0x23a72c=_0x1875ac;var _0x2bb15d,_0x17c6b6;if(mu(_0x10a10a)){pu(_0x10a10a,_0x2c8769,_0x4b1493);return;}let _0x2f3d5a=_0x10a10a;if((_0x2bb15d=uu[_0x23a72c(0xdd)](_0x2f3d5a))!=null&&_0x2bb15d[_0x23a72c(0x47a)](_0x2c8769))return;let _0x2190c0=(_0x17c6b6=lu[_0x23a72c(0xdd)](_0x2f3d5a))==null?new Map():_0x17c6b6;_0x2190c0[_0x23a72c(0x116)](_0x2c8769,_0x4b1493),lu[_0x23a72c(0x116)](_0x2f3d5a,_0x2190c0);}function fu(_0x34cbb8){const _0x6cfb9=_0x1875ac;if(!mu(_0x34cbb8))return;let _0x2037b2=_0x34cbb8,_0x34b666=lu['get'](_0x2037b2);_0x34b666!=null&&_0x34b666[_0x6cfb9(0x1ec)]&&(_0x34b666['forEach']((_0x368417,_0x160891)=>pu(_0x34cbb8,_0x160891,_0x368417)),lu[_0x6cfb9(0x5c4)](_0x2037b2));}function pu(_0x49290e,_0x3febde,_0x4b9d72){const _0x41e44d=_0x1875ac;var _0x288510;let _0x2624b9=_0x49290e,_0xb9582=(_0x288510=uu[_0x41e44d(0xdd)](_0x2624b9))==null?new Set():_0x288510;_0xb9582[_0x41e44d(0x47a)](_0x3febde)||(_0x4b9d72(_0x49290e),_0xb9582[_0x41e44d(0x42c)](_0x3febde),uu[_0x41e44d(0x116)](_0x2624b9,_0xb9582));}function mu(_0x298dc4){const _0x215684=_0x1875ac;return _0x298dc4[_0x215684(0x47a)](_0x6d41fb)&&_0x298dc4[_0x215684(0x47a)](No)&&_0x298dc4[_0x215684(0x47a)](jo)&&_0x298dc4[_0x215684(0x47a)](Pa)&&_0x298dc4[_0x215684(0x47a)](Ss)&&_0x298dc4[_0x215684(0x47a)](Mo)&&_0x298dc4[_0x215684(0x47a)](Xs)&&_0x298dc4[_0x215684(0x47a)](Jl)&&_0x298dc4['has'](ac)&&_0x298dc4['has'](cu);}function hu(_0x33732e){const _0x271d97=_0x1875ac;let {childType:_0x7800db,productName:_0x38ec4b}=_0x33732e;return{'childType':_0x7800db,'productName':_0x38ec4b,'hostChromeMode':_0x271d97(0x13f),'layoutPolicy':{'tab':_0x2a748b,'float':_0x41a2f8,'docFlow':_0x4ffd1e},'createRibbonOverride':({childUnitId:_0x2a7aba,embedId:_0x2d8216,injector:_0x3eea30})=>{const _0xe4bc8e=_0x271d97;let _0x47665a=es(_0x3eea30,{'childType':_0x7800db,'childUnitId':_0x2a7aba,'embedId':_0x2d8216,'menuSchema':gu(_0x3eea30,_0x7800db,_0x33732e['menuSchema'])});return{'mode':'ribbon','ribbonService':_0x47665a[_0xe4bc8e(0x4d4)],'injector':_0x47665a[_0xe4bc8e(0x410)],'placeholderTitle':_0x38ec4b,'disposable':_0x47665a[_0xe4bc8e(0x594)]};}};}function gu(_0x378a51,_0x5ca31d,_0x5a1725){const _0xb8528b=_0x1875ac;let _0x2d52fd=_0x378a51;if(typeof _0x2d52fd[_0xb8528b(0x47a)]=='function'&&typeof _0x2d52fd[_0xb8528b(0xdd)]=='function'&&_0x2d52fd[_0xb8528b(0x47a)](Ss)){let _0x3903e1=_0x2d52fd[_0xb8528b(0xdd)](Ss)[_0xb8528b(0x466)](_0x5ca31d,_0xb8528b(0x13f));if(_0x3903e1)return _0x3903e1;}return _0x5a1725;}function _u(_0x1fa07b){const _0x5a4499=_0x1875ac;var _0x4a02d6;let _0x2bc11e=vu(_0x1fa07b);return{'childType':_0x1fa07b[_0x5a4499(0x2dc)],'productName':_0x1fa07b[_0x5a4499(0x49e)],'hostChromeMode':_0x2bc11e,'hostHeaderMode':(_0x4a02d6=_0x1fa07b['hostHeaderMode'])==null?_0x5a4499(0x23d):_0x4a02d6,'layoutPolicy':{'tab':{..._0x2a748b,'ribbon':_0x2bc11e===_0x5a4499(0x23d)?_0x5a4499(0x2df):'host'},'float':_0x41a2f8,'docFlow':_0x4ffd1e},'createRibbonOverride':_0x2bc11e===_0x5a4499(0x4cf)?()=>({'mode':_0x5a4499(0x4cf),'ribbonService':yu(),'placeholderTitle':_0x1fa07b['productName'],'hideToolbar':!0x0}):void 0x0};}function vu(_0x22d314){const _0x1f3274=_0x1875ac;return _0x22d314[_0x1f3274(0x2ce)]?_0x22d314[_0x1f3274(0x2ce)]:_0x22d314['hostHeaderMode']===_0x1f3274(0x4bd)?_0x1f3274(0x4cf):_0x1f3274(0x23d);}function yu(){return{'ribbon$':_0xc6f257([]),'activatedTab$':_0xc6f257(''),'collapsedIds$':_0xc6f257([]),'fakeToolbarVisible$':_0xc6f257(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function bu(){const _0x2eabcf=_0x1875ac;return _u({'childType':_0x1e9bfe[_0x2eabcf(0x47c)],'productName':'Bases','hostChromeMode':'title-only'});}function xu(_0x44b9c5){const _0x1a48b8=_0x1875ac;return{'childType':_0x1e9bfe[_0x1a48b8(0x47c)],'measureContentSize':_0x2f2081=>{const _0x45f2c9=_0x1a48b8;var _0xf3860e;let _0x26fbda=_0x44b9c5==null||(_0xf3860e=_0x44b9c5[_0x45f2c9(0x579)])==null?void 0x0:_0xf3860e[_0x45f2c9(0x238)](_0x44b9c5),_0x42ea24=Su(_0x2f2081[_0x45f2c9(0x2c2)],_0x26fbda),_0x410713=Cu(_0x2f2081['childUnit'],_0x26fbda);return _0x42ea24==null&&_0x410713==null?void 0x0:{'height':_0x42ea24,'width':_0x410713};}};}function Su(_0x51930b,_0x507c36){const _0x59598e=_0x1875ac;var _0x4a74f5,_0x89e973;let _0x362c75=_0x51930b==null||(_0x4a74f5=_0x51930b[_0x59598e(0x243)])==null?void 0x0:_0x4a74f5['call'](_0x51930b);if(!(_0x362c75!=null&&_0x362c75[_0x59598e(0x505)]))return;let _0x453742=Tu(_0x362c75,_0x507c36==null?void 0x0:_0x507c36[_0x59598e(0x404)]);if(!_0x453742)return;let _0x27888c=Eu(_0x453742,_0x507c36==null?void 0x0:_0x507c36[_0x59598e(0x247)]);return _0x42fe65+ku(_0x453742)*_0x1c7361(_0x27888c==null||(_0x89e973=_0x27888c['config'])==null?void 0x0:_0x89e973[_0x59598e(0x54c)])+_0x24bc9a+_0x4fdabc;}function Cu(_0x4770bd,_0x451b01){const _0x4d9f61=_0x1875ac;var _0x283eba,_0x55bfb6,_0x46b531,_0x4016aa;let _0x237cb3=_0x4770bd==null||(_0x283eba=_0x4770bd[_0x4d9f61(0x243)])==null?void 0x0:_0x283eba[_0x4d9f61(0x238)](_0x4770bd);if(!(_0x237cb3!=null&&_0x237cb3[_0x4d9f61(0x505)]))return;let _0x2e23c9=Tu(_0x237cb3,_0x451b01==null?void 0x0:_0x451b01[_0x4d9f61(0x404)]);if(!_0x2e23c9)return;let _0xd108=Eu(_0x2e23c9,_0x451b01==null?void 0x0:_0x451b01[_0x4d9f61(0x247)]),_0x4838fa=(_0x55bfb6=_0x2e23c9[_0x4d9f61(0x1cc)])==null?{}:_0x55bfb6;return _0x55aec2+(!(_0xd108==null||(_0x46b531=_0xd108[_0x4d9f61(0x118)])==null)&&_0x46b531[_0x4d9f61(0x1af)]?_0xd108[_0x4d9f61(0x118)]:(_0x4016aa=_0x2e23c9[_0x4d9f61(0x118)])!=null&&_0x4016aa['length']?_0x2e23c9[_0x4d9f61(0x118)]:Object['keys'](_0x4838fa))['reduce']((_0x244ee8,_0x42d7cc)=>{const _0x29f825=_0x4d9f61;var _0x7e5aa8,_0x4737a2;let _0x1c6444=_0x4838fa[_0x42d7cc],_0x42e794=_0xd108==null||(_0x7e5aa8=_0xd108['fieldSettings'])==null?void 0x0:_0x7e5aa8[_0x42d7cc];return _0x1c6444&&!(_0x42e794!=null&&_0x42e794[_0x29f825(0x2df)])?_0x244ee8+wu((_0x4737a2=_0x42e794==null?void 0x0:_0x42e794[_0x29f825(0x384)])==null?_0x1c6444['width']:_0x4737a2):_0x244ee8;},0x0)+_0x16c042;}function wu(_0x47b243){const _0x144136=_0x1875ac;return typeof _0x47b243==_0x144136(0x381)&&Number['isFinite'](_0x47b243)&&_0x47b243>0x0?_0x47b243:_0x28c1d6;}function Tu(_0x5aface,_0x4a92d1){var _0x4f4925;let _0x12dd62=_0x4a92d1?(_0x4f4925=_0x5aface['tables'])==null?void 0x0:_0x4f4925[_0x4a92d1]:void 0x0;return _0x12dd62==null?Du(_0x5aface):_0x12dd62;}function Eu(_0x5e4bd3,_0x4e0f9c){const _0x185d2a=_0x1875ac;var _0x364df9;let _0x2b8db0=_0x4e0f9c?(_0x364df9=_0x5e4bd3[_0x185d2a(0x245)])==null?void 0x0:_0x364df9[_0x4e0f9c]:void 0x0;return _0x2b8db0==null?Ou(_0x5e4bd3):_0x2b8db0;}function Du(_0x2e04a6){const _0x1a7dad=_0x1875ac;var _0x34df50,_0x348647;let _0x1e93e7=(_0x34df50=_0x2e04a6[_0x1a7dad(0x505)])==null?{}:_0x34df50,_0x4f4490=(_0x348647=_0x2e04a6['tableOrder'])==null?[]:_0x348647;return[..._0x4f4490,...Object['keys'](_0x1e93e7)['filter'](_0x32c495=>!_0x4f4490[_0x1a7dad(0x2f6)](_0x32c495))]['map'](_0x78ab60=>_0x1e93e7[_0x78ab60])[_0x1a7dad(0x19c)](_0xaa6813=>_0xaa6813);}function Ou(_0x53003c){const _0x2f92e9=_0x1875ac;var _0x2deddc,_0x8cf628;let _0x562ff0=(_0x2deddc=_0x53003c[_0x2f92e9(0x245)])==null?{}:_0x2deddc,_0x37e764=(_0x8cf628=_0x53003c[_0x2f92e9(0x536)])==null?[]:_0x8cf628;return[..._0x37e764,...Object[_0x2f92e9(0x22f)](_0x562ff0)[_0x2f92e9(0x40e)](_0x1c72fe=>!_0x37e764[_0x2f92e9(0x2f6)](_0x1c72fe))]['map'](_0x55a560=>_0x562ff0[_0x55a560])['find'](_0x533d38=>_0x533d38);}function ku(_0x188d71){const _0x4c5873=_0x1875ac;var _0x5a4bf4,_0x513a83;let _0x55bce3=(_0x5a4bf4=_0x188d71[_0x4c5873(0x58d)])==null?{}:_0x5a4bf4;return((_0x513a83=_0x188d71[_0x4c5873(0x275)])!=null&&_0x513a83[_0x4c5873(0x1af)]?_0x188d71[_0x4c5873(0x275)]:Object['keys'](_0x55bce3))['filter'](_0x542727=>_0x55bce3[_0x542727])['length'];}function Au(_0x5621fa,_0x5eada3,_0x26962d){return{..._0x100af0(_0x5621fa,_0x5eada3),'activateAnchor':_0x4be1d7=>{const _0x1808db=_0x29dc;Mu(_0x4be1d7[_0x1808db(0x5db)],_0x4be1d7['hostAnchorId'],_0x5eada3,Pu(_0x26962d));}};}function ju(){const _0x7a7e99=_0x1875ac;return{'hostType':_0x1e9bfe[_0x7a7e99(0x47c)],'entry':_0x7a7e99(0x572),'layout':_0x7a7e99(0x379),'supportedLayouts':[_0x7a7e99(0x379)],'menuBehavior':_0x7a7e99(0x288),'mount':_0x32b4c1=>{const _0xbc9107=_0x7a7e99;let _0x556d73=Fu(_0xbc9107(0x1c7),_0x32b4c1[_0xbc9107(0x47b)][_0xbc9107(0x10f)]);return _0x556d73?{'hostElement':_0x556d73}:{};}};}function Mu(_0x3379b8,_0x3ac75c,_0x515751,_0x5a687b){const _0x8a6260=_0x1875ac;var _0x1c9af7;if(!_0x5a687b)return;_0x5a687b[_0x8a6260(0x3a1)](_0x3ac75c);let _0x3edf06=(_0x1c9af7=Nu(_0x515751,_0x3379b8))==null?void 0x0:_0x1c9af7[_0x8a6260(0x505)][_0x3ac75c],_0x10fc43=_0x3edf06==null?void 0x0:_0x3edf06['viewOrder'][_0x8a6260(0x19c)](_0x3fe38c=>_0x3edf06[_0x8a6260(0x245)][_0x3fe38c]);_0x10fc43&&_0x5a687b[_0x8a6260(0x3e0)](_0x10fc43),_0x5a687b[_0x8a6260(0x406)](null),_0x5a687b[_0x8a6260(0x2f9)]();}function Nu(_0x1e6da8,_0x175905){const _0x23e9a8=_0x1875ac;var _0x1fe8e9;return _0x1e6da8==null||(_0x1fe8e9=_0x1e6da8['getUnit'](_0x175905,_0x1e9bfe[_0x23e9a8(0x47c)]))==null?void 0x0:_0x1fe8e9[_0x23e9a8(0x243)]();}function Pu(_0x535bea){const _0x3d83f8=_0x1875ac;return typeof _0x535bea==_0x3d83f8(0x39e)?_0x535bea():_0x535bea;}function Fu(_0x29c80b,_0x27e236){const _0x11f48e=_0x1875ac;return document[_0x11f48e(0x3ba)]('['+_0x29c80b+'=\x22'+Iu(_0x27e236)+'\x22]');}function Iu(_0x50f762){const _0x1a52a2=_0x1875ac;return _0x50f762[_0x1a52a2(0x46e)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Lu(_0x48b7e3){const _0x217c59=_0x1875ac;return{'childType':_0x1e9bfe[_0x217c59(0x47c)],'handleWheel'(_0x3d9640){const _0x6d5d59=_0x217c59;var _0x49a9eb,_0x2b2b94;if(_0x3d9640[_0x6d5d59(0x2fa)]!==_0x6d5d59(0x229)&&Ys(_0x3d9640[_0x6d5d59(0xc7)],_0x3d9640[_0x6d5d59(0x1f9)]))return!0x1;let _0x53d1ce=(_0x49a9eb=_0x3d9640['runtimeScope']['injector'])==null?_0x48b7e3:_0x49a9eb,_0x2f1f01=_0x53d1ce[_0x6d5d59(0x47a)](_0x494928)?_0x53d1ce[_0x6d5d59(0xdd)](_0x494928):_0x48b7e3[_0x6d5d59(0x47a)](_0x494928)?_0x48b7e3[_0x6d5d59(0xdd)](_0x494928):void 0x0;return(_0x2b2b94=_0x2f1f01==null?void 0x0:_0x2f1f01[_0x6d5d59(0x542)](_0x3d9640[_0x6d5d59(0x584)],Ru(_0x3d9640[_0x6d5d59(0x1f9)],_0x3d9640[_0x6d5d59(0x1b9)])))==null?!0x1:_0x2b2b94;}};}function Ru(_0x1bca22,_0x342117){const _0xf4b63a=_0x1875ac;return{'deltaX':_0x1bca22[_0xf4b63a(0x352)],'deltaY':_0x1bca22['deltaY'],'deltaMode':_0x1bca22[_0xf4b63a(0x368)],'clientX':_0x1bca22['clientX'],'clientY':_0x1bca22[_0xf4b63a(0xee)],'shiftKey':_0x1bca22[_0xf4b63a(0x96)],'viewportScrollY':_0x342117};}function zu(){const _0xe4dc8b=_0x1875ac;return{'childType':_0x1e9bfe[_0xe4dc8b(0x47c)],'supportedLayouts':[_0xe4dc8b(0x379),_0xe4dc8b(0xf2),_0xe4dc8b(0x449)],'beforeDeactivate':Bu,'mount':Vu};}function Bu(_0x25e4f9){const _0x35799b=_0x1875ac;var _0x3adff6;(_0x3adff6=_0x25e4f9[_0x35799b(0x3a4)][_0x35799b(0x57d)])==null||_0x3adff6['syncExecuteCommand'](_0x2db351['id'],{'commit':!0x1});}function Vu(_0x534cfa){const _0x48cc3d=_0x1875ac;let _0x184370=_0x534cfa[_0x48cc3d(0x410)][_0x48cc3d(0xdd)](_0x211037)[_0x48cc3d(0x222)](_0x534cfa[_0x48cc3d(0x584)],_0x1e9bfe[_0x48cc3d(0x47c)]);if(!_0x184370)return;let _0x412524=new _0xbb648(),_0x59129b=new _0x2553f5(),_0xb7c033=new _0x56696c(_0x412524),_0x5b2834=new _0x28cf8f(),_0x226ede=Ju(_0x534cfa,_0x412524,_0x59129b,_0xb7c033);if(!_0x226ede){_0x5b2834['dispose'](),_0xb7c033[_0x48cc3d(0xa7)](),_0x59129b['dispose'](),_0x412524[_0x48cc3d(0xa7)]();return;}let _0x44d058=Zu(_0x534cfa);Xu(_0x412524,_0x184370,_0x44d058);let _0x50d8f8=_0x534cfa[_0x48cc3d(0x47b)][_0x48cc3d(0x587)]===_0x48cc3d(0x4cb),_0xf7c2a5=Qu(_0x534cfa[_0x48cc3d(0x410)],_0x226ede,_0x412524,_0x59129b,_0xb7c033,_0x44d058,_0x5b2834,_0x50d8f8,_0x534cfa[_0x48cc3d(0x3a4)][_0x48cc3d(0x2e0)]['popup']);Hu(_0x534cfa,_0xf7c2a5);let _0x3964f3=Uu(_0x534cfa),_0x4a1360=Zo(_0x3964f3),_0x547de4=Wu(_0x534cfa,_0xf7c2a5),_0xac3ab0=_0x534cfa[_0x48cc3d(0x410)][_0x48cc3d(0xdd)](_0x211037),_0x17b679=_0xac3ab0['getCurrentUnitOfType'](_0x1e9bfe[_0x48cc3d(0x47c)]);return _0xac3ab0[_0x48cc3d(0x27d)](_0x534cfa[_0x48cc3d(0x584)]),_0x3964f3[_0x48cc3d(0x558)][_0x48cc3d(0x38e)]=_0x534cfa[_0x48cc3d(0x584)],_0x3964f3[_0x48cc3d(0x558)]['embedChildRenderMode']=_0x48cc3d(0x3e1),_0x4a1360['render'](_0xdab386(Go,{'injector':_0xf7c2a5,'mountContainer':_0x534cfa[_0x48cc3d(0x3a4)][_0x48cc3d(0x2e0)]['popup'],'embedId':_0x534cfa[_0x48cc3d(0x3a8)],'children':_0xdab386(_0x2c81be,{})})),_0xc4495d(()=>{const _0x2a7806=_0x48cc3d;_0x547de4[_0x2a7806(0xa7)](),Qo(_0x4a1360),_0x17b679&&_0xac3ab0[_0x2a7806(0x27d)](_0x17b679['getUnitId']()),_0x5b2834[_0x2a7806(0xa7)](),_0xb7c033[_0x2a7806(0xa7)](),_0x59129b[_0x2a7806(0xa7)](),_0x412524[_0x2a7806(0xa7)](),_0xf7c2a5[_0x2a7806(0xa7)](),_0x3964f3['isConnected']&&(_0x3964f3['removeAttribute'](_0x2a7806(0x22b)),_0x3964f3[_0x2a7806(0x136)](_0x2a7806(0x4ba)));});}function Hu(_0x33b2a1,_0x2d89d8){const _0x62189b=_0x1875ac;_0x33b2a1[_0x62189b(0x3a4)][_0x62189b(0x410)]=_0x2d89d8,_0x33b2a1[_0x62189b(0x3a4)][_0x62189b(0x158)]=_0x2d89d8['get'](_0x211037),_0x33b2a1['runtimeScope'][_0x62189b(0x57d)]=_0x2d89d8[_0x62189b(0xdd)](_0x34195e);}function Uu(_0x2b2405){const _0x11df1e=_0x1875ac;var _0x1068cf,_0x22520f,_0xf8422e,_0x1cd482,_0x315051,_0x450fc1;return(_0x1068cf=(_0x22520f=(_0xf8422e=(_0x1cd482=_0x2b2405[_0x11df1e(0x3a4)])==null||(_0x1cd482=_0x1cd482[_0x11df1e(0x2e0)])==null?void 0x0:_0x1cd482[_0x11df1e(0x31d)])==null?(_0x315051=_0x2b2405[_0x11df1e(0x194)])==null?void 0x0:_0x315051['contentRoot']:_0xf8422e)==null?(_0x450fc1=_0x2b2405[_0x11df1e(0x194)])==null?void 0x0:_0x450fc1[_0x11df1e(0x473)]:_0x22520f)==null?document:_0x1068cf;}function Wu(_0x4ec9f7,_0x83f173){let _0x1fad6a=!0x1,_0x25a5cf=0x0,_0x5339d4=_0xc4495d(()=>{}),_0x48defb,_0x1f3713=()=>{const _0x2fd163=_0x29dc;if(_0x1fad6a)return;let _0x43943c=()=>{const _0x54cbab=_0x29dc;_0x25a5cf=window[_0x54cbab(0x597)](_0x1f3713);},_0xf5a384=Gu(_0x4ec9f7);if(!Ku(_0xf5a384)){_0x4ec9f7[_0x2fd163(0x166)][_0x2fd163(0x558)][_0x2fd163(0x571)]=_0x2fd163(0x254),_0x43943c();return;}if(_0x48defb===_0xf5a384&&_0xf5a384[_0x2fd163(0x3ba)](_0x2fd163(0x25d)))return;_0x5339d4['dispose']();let _0x86f815=_0x4ec9f7[_0x2fd163(0x410)]['get'](_0x15403f),_0xcca7d2;try{_0xcca7d2=tu(_0x86f815,_0x4ec9f7[_0x2fd163(0x584)],_0x83f173);}catch(_0x5b09d4){_0x4ec9f7[_0x2fd163(0x166)][_0x2fd163(0x558)][_0x2fd163(0x3f1)]=_0x5b09d4 instanceof Error?_0x5b09d4[_0x2fd163(0x48e)]:String(_0x5b09d4),_0xcca7d2=void 0x0;}if(!_0xcca7d2){_0x4ec9f7[_0x2fd163(0x166)][_0x2fd163(0x558)][_0x2fd163(0x571)]=_0x2fd163(0x1fb),_0x48defb=void 0x0,_0x43943c();return;}delete _0x4ec9f7['container'][_0x2fd163(0x558)][_0x2fd163(0x3f1)],_0xf5a384[_0x2fd163(0x558)][_0x2fd163(0x38e)]=_0x4ec9f7[_0x2fd163(0x584)],_0xcca7d2[_0x2fd163(0x57c)][_0x2fd163(0x2ba)](_0xf5a384),ru(_0xcca7d2,{'activate':qu(_0x4ec9f7)});let _0x49a936=Zl(_0xcca7d2,_0xf5a384,{'activate':!0x1});_0x5339d4=_0xc4495d(()=>{const _0x4559f1=_0x2fd163;_0x49a936[_0x4559f1(0xa7)]();try{var _0x302f3e,_0x54c8b5;(_0x302f3e=(_0x54c8b5=_0xcca7d2['engine'])[_0x4559f1(0x501)])==null||_0x302f3e[_0x4559f1(0x238)](_0x54c8b5);}catch{}_0x86f815[_0x4559f1(0xab)](_0x4ec9f7[_0x4559f1(0x584)]),_0xf5a384['removeAttribute'](_0x4559f1(0x22b));}),_0x48defb=_0xf5a384,_0x4ec9f7[_0x2fd163(0x166)][_0x2fd163(0x558)][_0x2fd163(0x571)]=_0x2fd163(0x5da),_0x43943c();};return _0x25a5cf=window['requestAnimationFrame'](_0x1f3713),_0xc4495d(()=>{const _0x19cea2=_0x29dc;_0x1fad6a=!0x0,window['cancelAnimationFrame'](_0x25a5cf),_0x5339d4[_0x19cea2(0xa7)]();});}function Gu(_0x87da36){const _0x1c8fd7=_0x1875ac;return _0x200b0c({'unitId':_0x87da36[_0x1c8fd7(0x584)],'scope':Uu(_0x87da36)});}function Ku(_0x230f40){const _0x47c1df=_0x1875ac;return!!_0x230f40&&_0x230f40['isConnected']&&_0x230f40[_0x47c1df(0x98)]>0x0&&_0x230f40[_0x47c1df(0x145)]>0x0;}function qu(_0x469ead){return!0x0;}function Ju(_0x2b64a6,_0x58e927,_0x70ed1,_0x4bb87c){const _0x1cca9f=_0x1875ac;let _0x280ec0=_0x2b64a6[_0x1cca9f(0x410)][_0x1cca9f(0xdd)](_0x211037),_0x1be4f9=_0x280ec0[_0x1cca9f(0x222)](_0x2b64a6['childUnitId'],_0x2b64a6[_0x1cca9f(0x2dc)]);if(!_0x1be4f9)return;let _0x208891=Yu(_0x280ec0,_0x2b64a6,_0x1be4f9),_0x212182=$u(_0x2b64a6[_0x1cca9f(0x410)]['get'](_0x34195e),_0x58e927,_0x70ed1,_0x4bb87c,_0x280ec0,_0x2b64a6[_0x1cca9f(0x584)]);return to(_0x2b64a6[_0x1cca9f(0x410)],new Map([[_0x211037,_0x208891],[_0x34195e,_0x212182],[_0x5e9420,_0x10efd5(Uu(_0x2b64a6))]]));}function Yu(_0x269923,_0x517531,_0x51edcc){const _0x59302e=_0x1875ac;return{'unitAdded$':_0x269923['unitAdded$'],'unitDisposed$':_0x269923['unitDisposed$'],'focused$':_0xc6f257(_0x51edcc[_0x59302e(0x2f4)]()),'getTypeOfUnitAdded$':_0x269923[_0x59302e(0x342)][_0x59302e(0x56f)](_0x269923),'__addUnit':_0x269923[_0x59302e(0x263)][_0x59302e(0x56f)](_0x269923),'getTypeOfUnitDisposed$':_0x269923[_0x59302e(0x42e)][_0x59302e(0x56f)](_0x269923),'focusUnit':_0x1bf707=>{const _0x46828a=_0x59302e;_0x1bf707===null||_0x1bf707===_0x517531[_0x46828a(0x584)]||_0x269923[_0x46828a(0x1a4)](_0x1bf707);},'getFocusedUnit':()=>_0x51edcc,'getCurrentUnitOfType':_0x2c66ee=>_0x2c66ee===_0x517531[_0x59302e(0x2dc)]?_0x51edcc:_0x269923[_0x59302e(0x55d)](_0x2c66ee),'setCurrentUnitForType':_0x33117a=>{const _0xfd1a22=_0x59302e;_0x33117a!==_0x517531[_0xfd1a22(0x584)]&&_0x269923[_0xfd1a22(0x27d)](_0x33117a);},'getCurrentTypeOfUnit$':_0x5451dd=>_0x5451dd===_0x517531[_0x59302e(0x2dc)]?_0xc6f257(_0x51edcc):_0x269923[_0x59302e(0x3b9)](_0x5451dd),'createUnit':_0x269923[_0x59302e(0x53f)][_0x59302e(0x56f)](_0x269923),'getUnitCreateOptions':_0x269923[_0x59302e(0x411)][_0x59302e(0x56f)](_0x269923),'disposeUnit':_0x269923['disposeUnit'][_0x59302e(0x56f)](_0x269923),'registerCtorForType':_0x269923['registerCtorForType'][_0x59302e(0x56f)](_0x269923),'changeDoc':_0x269923[_0x59302e(0x22a)][_0x59302e(0x56f)](_0x269923),'getUnit':_0x269923['getUnit'][_0x59302e(0x56f)](_0x269923),'getAllUnitsForType':_0x35477b=>_0x35477b===_0x517531[_0x59302e(0x2dc)]?[_0x51edcc]:_0x269923[_0x59302e(0x349)](_0x35477b),'getUnitType':_0x269923['getUnitType'][_0x59302e(0x56f)](_0x269923),'getUniverSheetInstance':_0x269923[_0x59302e(0x260)][_0x59302e(0x56f)](_0x269923)};}function Xu(_0x5f02e9,_0x19c0c6,_0x21a53f=_0x1875ac(0x155)){const _0x3a1aa6=_0x1875ac;var _0x4665f8,_0x5d34e6,_0x2e491a,_0x4ba0bb;let _0x33fe1f=_0x19c0c6['getSnapshot'](),_0x25a57a=(_0x4665f8=(_0x5d34e6=_0x33fe1f[_0x3a1aa6(0x5d1)])==null?void 0x0:_0x5d34e6[0x0])==null?Object[_0x3a1aa6(0x22f)]((_0x2e491a=_0x33fe1f[_0x3a1aa6(0x505)])==null?{}:_0x2e491a)[0x0]:_0x4665f8,_0x34c30c=_0x25a57a?(_0x4ba0bb=_0x33fe1f[_0x3a1aa6(0x505)])==null||(_0x4ba0bb=_0x4ba0bb[_0x25a57a])==null||(_0x4ba0bb=_0x4ba0bb['viewOrder'])==null?void 0x0:_0x4ba0bb[0x0]:void 0x0;_0x25a57a&&_0x5f02e9['activateTable'](_0x25a57a),_0x34c30c&&_0x5f02e9[_0x3a1aa6(0x3e0)](_0x34c30c),_0x5f02e9[_0x3a1aa6(0x531)](_0x21a53f===_0x3a1aa6(0x155));}function Zu(_0x409d69){const _0x464b21=_0x1875ac;return _0x409d69[_0x464b21(0x194)][_0x464b21(0x3dc)]?_0x464b21(0x3dc):_0x409d69['renderScope'][_0x464b21(0x587)]===_0x464b21(0x303)?_0x464b21(0x5d2):_0x464b21(0x155);}function Qu(_0x49fdaf,_0x3f9582,_0x268472,_0x1210f1=new _0x2553f5(),_0x82c260=new _0x56696c(_0x268472),_0x15b015=_0x1875ac(0x155),_0x18df09,_0xfbe330=!0x1,_0x1270c3){const _0x556005=_0x1875ac;let _0x569862=nd(_0x49fdaf['get'](_0x31fabf),_0x15b015),_0x65ba56=$u(_0x3f9582[_0x556005(0xdd)](_0x34195e),_0x268472,_0x1210f1,_0x82c260,_0x3f9582['get'](_0x211037),void 0x0,_0xfbe330),_0x37ed41=new Map([[_0x1f6cd9,_0x268472],[_0x38d7f5,_0x1210f1],[_0x3e5158,_0x82c260],[_0x34195e,_0x65ba56],[_0x31fabf,_0x569862],[_0x5e9420,_0x3f9582['get'](_0x5e9420)],[_0x265a18,_0x4fb026(_0x1270c3)]]);return _0x18df09&&_0x37ed41[_0x556005(0x116)](_0x494928,_0x18df09),to(_0x3f9582,_0x37ed41);}function $u(_0x566551,_0x3100e5,_0x401f5f,_0x2dbcf9,_0x381084,_0x35cb9a,_0x4c2c23=!0x1){const _0x3c135c=_0x1875ac;return{'disposed':_0x566551['disposed']['bind'](_0x566551),'hasCommand':_0x566551[_0x3c135c(0x141)][_0x3c135c(0x56f)](_0x566551),'registerCommand':_0x566551[_0x3c135c(0x43c)][_0x3c135c(0x56f)](_0x566551),'unregisterCommand':_0x566551[_0x3c135c(0x301)][_0x3c135c(0x56f)](_0x566551),'registerMultipleCommand':_0x566551[_0x3c135c(0x5a2)][_0x3c135c(0x56f)](_0x566551),'executeCommand':async(..._0x1a6840)=>{const _0x233d1b=_0x3c135c;let _0x124386=ed(_0x1a6840[0x0],_0x1a6840[0x1],_0x3100e5,_0x401f5f,_0x381084,_0x35cb9a);if(_0x124386!==void 0x0)return _0x124386;if(td(_0x1a6840[0x0],_0x1a6840[0x1],_0x2dbcf9,_0x4c2c23))return!0x0;let _0x31f8bb=_0x35cb9a?_0x381084==null?void 0x0:_0x381084[_0x233d1b(0x55d)](_0x1e9bfe['UNIVER_BASE']):void 0x0;try{return _0x35cb9a&&(_0x381084==null||_0x381084['setCurrentUnitForType'](_0x35cb9a)),await _0x566551['executeCommand'](_0x1a6840[0x0],_0x1a6840[0x1],_0x1a6840[0x2]);}finally{_0x31f8bb&&(_0x381084==null||_0x381084[_0x233d1b(0x27d)](_0x31f8bb[_0x233d1b(0x2f4)]()));}},'syncExecuteCommand':(..._0x292e2d)=>{const _0x2f8f91=_0x3c135c;let _0x39edcf=ed(_0x292e2d[0x0],_0x292e2d[0x1],_0x3100e5,_0x401f5f,_0x381084,_0x35cb9a);if(_0x39edcf!==void 0x0)return _0x39edcf;if(td(_0x292e2d[0x0],_0x292e2d[0x1],_0x2dbcf9,_0x4c2c23))return!0x0;let _0x452437=_0x35cb9a?_0x381084==null?void 0x0:_0x381084[_0x2f8f91(0x55d)](_0x1e9bfe[_0x2f8f91(0x47c)]):void 0x0;try{return _0x35cb9a&&(_0x381084==null||_0x381084[_0x2f8f91(0x27d)](_0x35cb9a)),_0x566551[_0x2f8f91(0x562)](_0x292e2d[0x0],_0x292e2d[0x1],_0x292e2d[0x2]);}finally{_0x452437&&(_0x381084==null||_0x381084[_0x2f8f91(0x27d)](_0x452437['getUnitId']()));}},'onCommandExecuted':_0x566551[_0x3c135c(0x566)][_0x3c135c(0x56f)](_0x566551),'beforeCommandExecuted':_0x566551[_0x3c135c(0x516)]['bind'](_0x566551),'onMutationExecutedForCollab':_0x566551['onMutationExecutedForCollab'][_0x3c135c(0x56f)](_0x566551)};}function ed(_0x5ee6f3,_0x152248,_0x494321,_0x10325b,_0x180c6e,_0x3db363){const _0x2588b1=_0x1875ac;if(_0x5ee6f3===_0x3f373a['id']){let _0x248e61=_0x152248;return _0x248e61!=null&&_0x248e61[_0x2588b1(0x271)]?(_0x248e61[_0x2588b1(0x21c)]&&_0x494321[_0x2588b1(0x3a1)](_0x248e61[_0x2588b1(0x21c)]),_0x494321[_0x2588b1(0x3e0)](_0x248e61['viewId']),!0x0):!0x1;}if(_0x5ee6f3===_0x18bb30['id']){var _0x5e6ed1;let _0x39b247=_0x152248;if(!(_0x39b247!=null&&_0x39b247[_0x2588b1(0x21c)]))return!0x1;_0x494321[_0x2588b1(0x3a1)](_0x39b247[_0x2588b1(0x21c)]);let _0x569a49=_0x39b247[_0x2588b1(0x2c1)]?_0x180c6e==null?void 0x0:_0x180c6e[_0x2588b1(0x222)](_0x39b247[_0x2588b1(0x2c1)],_0x1e9bfe['UNIVER_BASE']):_0x180c6e==null?void 0x0:_0x180c6e[_0x2588b1(0x55d)](_0x1e9bfe[_0x2588b1(0x47c)]),_0x100a50=(_0x5e6ed1=_0x569a49==null?void 0x0:_0x569a49[_0x2588b1(0x2f4)]())==null?_0x3db363:_0x5e6ed1;_0x100a50&&(_0x180c6e==null||_0x180c6e[_0x2588b1(0x27d)](_0x100a50),_0x180c6e==null||_0x180c6e[_0x2588b1(0x1a4)](_0x100a50));let _0x278b26=_0x569a49==null?void 0x0:_0x569a49[_0x2588b1(0x243)]()[_0x2588b1(0x505)][_0x39b247[_0x2588b1(0x21c)]],_0x34582d=_0x278b26==null?void 0x0:_0x278b26[_0x2588b1(0x536)]['find'](_0x2b7b62=>_0x278b26[_0x2588b1(0x245)][_0x2b7b62]);return _0x34582d&&_0x494321[_0x2588b1(0x3e0)](_0x34582d),!0x0;}if(_0x5ee6f3===_0x3894cb['id']){var _0x143258,_0x13da6f;let _0x107358=_0x152248;return _0x107358!=null&&_0x107358['viewId']?(_0x494321[_0x2588b1(0xad)](_0x107358[_0x2588b1(0x271)],{'x':(_0x143258=_0x107358['x'])==null?0x0:_0x143258,'y':(_0x13da6f=_0x107358['y'])==null?0x0:_0x13da6f}),!0x0):!0x1;}if(_0x5ee6f3===_0x326c03['id']){let _0x33b0be=_0x152248;return!(_0x33b0be!=null&&_0x33b0be['viewId'])||typeof _0x33b0be['zoom']!=_0x2588b1(0x381)?!0x1:(_0x494321['setZoom'](_0x33b0be['viewId'],_0x33b0be['zoom']),!0x0);}if(_0x5ee6f3===_0x7f13c7['id'])return _0x152248?(_0x494321[_0x2588b1(0x1a7)](),_0x10325b[_0x2588b1(0x21b)](_0x152248),!0x0):!0x1;if(_0x5ee6f3===_0x4d2ef5['id'])return _0x10325b[_0x2588b1(0x125)](),!0x0;if(_0x5ee6f3===_0x262744['id'])return _0x152248?(_0x494321[_0x2588b1(0x1a7)](),_0x10325b[_0x2588b1(0x2b0)](_0x152248),!0x0):!0x1;if(_0x5ee6f3===_0x401011['id'])return _0x10325b[_0x2588b1(0x48f)](),!0x0;if(_0x5ee6f3===_0x5b3416['id'])return _0x152248?(_0x10325b[_0x2588b1(0x172)](_0x152248),!0x0):!0x1;if(_0x5ee6f3===_0x2f0947['id'])return _0x10325b[_0x2588b1(0x218)](),!0x0;if(_0x5ee6f3===_0x450fbf['id']){let _0x46fe21=_0x152248;return _0x46fe21!=null&&_0x46fe21['recordId']?(_0x494321[_0x2588b1(0x55a)](_0x46fe21[_0x2588b1(0x4b8)]),!0x0):!0x1;}if(_0x5ee6f3===_0x55d758['id'])return _0x494321['closeRecordDetail'](),!0x0;}function td(_0x58fdd0,_0x26bfa5,_0x487546,_0x3c40cf=!0x1){const _0x52a3c3=_0x1875ac;return _0x58fdd0===_0x2fd57d['id']?(_0x3c40cf||_0x487546[_0x52a3c3(0x231)](_0x26bfa5),!0x0):_0x58fdd0===_0x2db351['id']?(_0x487546[_0x52a3c3(0x36c)](),!0x0):!0x1;}function nd(_0x3df882,_0xbe9526){const _0x47499c=_0x1875ac;return{'getConfig':_0x45303a=>{const _0x53119c=_0x29dc;let _0x6c59d4=_0x3df882[_0x53119c(0x168)](_0x45303a);return _0x45303a===_0x4b7c33?rd(_0x6c59d4==null?{}:_0x6c59d4,_0xbe9526):_0x6c59d4;},'setConfig':_0x3df882[_0x47499c(0x322)][_0x47499c(0x56f)](_0x3df882),'deleteConfig':_0x3df882[_0x47499c(0x1e4)][_0x47499c(0x56f)](_0x3df882),'subscribeConfigValue$':_0x3df882[_0x47499c(0xd7)]['bind'](_0x3df882)};}function rd(_0x1abc99,_0x4b2cd5=_0x1875ac(0x155)){const _0x1a4ec8=_0x1875ac;var _0x415e0a;let _0x38abcc;return _0x38abcc=_0x4b2cd5===_0x1a4ec8(0x5d2)||_0x4b2cd5===_0x1a4ec8(0x3dc)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x1abc99,'workbench':{...(_0x415e0a=_0x1abc99[_0x1a4ec8(0x155)])==null?{}:_0x415e0a,..._0x38abcc,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function id(_0xb4f7b4){const _0x2dc82d=_0x1875ac;var _0x2f19c4,_0x356603,_0x473d49;if(_0xb4f7b4[_0x2dc82d(0x194)][_0x2dc82d(0x3dc)]&&_0xb4f7b4['runtimeScope']['roots'][_0x2dc82d(0x1b7)])return _0xb4f7b4[_0x2dc82d(0x3a4)][_0x2dc82d(0x2e0)][_0x2dc82d(0x1b7)];let _0x52d58d=(_0x2f19c4=(_0x356603=_0xb4f7b4[_0x2dc82d(0x3a4)]['roots'][_0x2dc82d(0x114)])==null?_0xb4f7b4['renderScope']['overlayRoot']:_0x356603)==null?_0xb4f7b4['renderScope'][_0x2dc82d(0x473)]:_0x2f19c4,_0x134183=((_0x473d49=_0x52d58d[_0x2dc82d(0x577)])==null?void 0x0:_0x473d49[_0x2dc82d(0x558)]['uComp'])===_0x2dc82d(0x235)?_0x52d58d['parentElement']:void 0x0;return _0x134183==null?_0x52d58d:_0x134183;}function ad(_0x535c94){const _0x43ad02=_0x1875ac;return[{'hostType':_0x1e9bfe['UNIVER_DOC'],'entry':_0x52f3f8[_0x43ad02(0x272)],'childType':_0x535c94[_0x43ad02(0x2dc)],'mount':_0x535c94[_0x43ad02(0x2ba)]},{'hostType':_0x1e9bfe[_0x43ad02(0x57f)],'entry':_0x52f3f8['SheetsFloatingObject'],'childType':_0x535c94['childType'],'mount':_0x535c94[_0x43ad02(0x2ba)]},{'hostType':_0x1e9bfe[_0x43ad02(0x2e3)],'entry':_0x52f3f8['SlidesFloatingObject'],'childType':_0x535c94[_0x43ad02(0x2dc)],'mount':_0x535c94[_0x43ad02(0x2ba)]},{'hostType':_0x1e9bfe[_0x43ad02(0x5c0)],'entry':_0x52f3f8[_0x43ad02(0x4e9)],'childType':_0x535c94[_0x43ad02(0x2dc)],'mount':_0x535c94[_0x43ad02(0x2ba)]}];}function od(){const _0x3810f1=_0x1875ac;return ad({'childType':_0x1e9bfe[_0x3810f1(0x47c)],'mount':sd});}function sd(_0x42d4dd){const _0x28bd35=_0x1875ac;let _0x4685ac=id(_0x42d4dd),_0x1aa448=document[_0x28bd35(0x57b)](_0x28bd35(0x50f));_0x1aa448[_0x28bd35(0x56a)](_0x28bd35(0x43d),_0x42d4dd[_0x28bd35(0x47b)][_0x28bd35(0x4e4)]),_0x4685ac[_0x28bd35(0x273)](_0x1aa448);let _0x84c938=Zo(_0x1aa448),_0x2d0fbb=_0x42d4dd[_0x28bd35(0x3a4)][_0x28bd35(0x410)];return _0x84c938['render'](_0x3afca7(Go,{'injector':_0x2d0fbb,'mountContainer':_0x4685ac,'embedId':_0x42d4dd['embedId']},_0x3afca7(md,{'hostUnitId':_0x42d4dd[_0x28bd35(0x5db)],'embedId':_0x42d4dd[_0x28bd35(0x3a8)],'childUnitId':_0x42d4dd[_0x28bd35(0x584)],'entry':_0x42d4dd[_0x28bd35(0x47b)]['entry'],'fullscreen':!!_0x42d4dd[_0x28bd35(0x194)][_0x28bd35(0x3dc)],'usesDomFloatingStage':_0x42d4dd[_0x28bd35(0x47b)][_0x28bd35(0x4e4)]===_0x28bd35(0x3b5),'renderScopeActive$':_0x42d4dd['renderScope'][_0x28bd35(0x25f)]}))),_0xc4495d(()=>{const _0x3cf6e2=_0x28bd35;Qo(_0x84c938),globalThis['setTimeout'](()=>_0x1aa448[_0x3cf6e2(0x191)](),0x0);});}function cd(_0x36d1d2){const _0x240b45=_0x1875ac;return Js({'embedId':_0x36d1d2['embedId'],'active':ld(_0x36d1d2[_0x240b45(0x20d)],_0x36d1d2['stage']),'fullscreen':_0x36d1d2[_0x240b45(0x3dc)],'usesDomFloatingStage':_0x36d1d2[_0x240b45(0x554)],'renderScopeActive':_0x36d1d2[_0x240b45(0x593)]});}function ld(_0x45c7f1,_0x59fd3c){const _0xff80d6=_0x1875ac;return _0x45c7f1?{'hostUnitId':'','childUnitId':'','embedId':_0x45c7f1,'stage':_0x59fd3c==='stage2'||_0x59fd3c===_0xff80d6(0x369)?_0xff80d6(0x3fb):_0xff80d6(0x2e8)}:null;}function ud(_0x5e30de){return _0x5e30de;}function dd(_0x1c59fc){return _0x1c59fc;}function fd(_0x4bc55c){return!_0x4bc55c;}function pd(_0x24725b){return{[Z]:_0x24725b,[Y]:'floating-menu'};}function md(_0x4e1ef1){const _0x2f06c8=_0x1875ac;var _0x4e4ad8;let {hostUnitId:_0x19e2af,embedId:_0x3096d2,childUnitId:_0x1fdaaf,entry:_0x15a915,fullscreen:_0x9b34c3,usesDomFloatingStage:_0x17ec86,renderScopeActive$:_0x39cc76}=_0x4e1ef1,_0x2b2136=_0x232abb(_0x34195e),_0x8cb51c=_0x232abb(_0x211037),_0x90633c=_0x232abb(_0x331063),_0x5420f1=_0x232abb(_0x52d760),_0x3bff99=_0x232abb(_0x3b52f2),_0x48b3b1=_0x232abb(_0x1f6cd9),_0x2e57fb=_0x232abb(_0x38d7f5),_0x575c74=_0x232abb(Fa),_0xac5e68=_0x46d85f(()=>_0x48b3b1[_0x2f06c8(0x3cd)],_0x48b3b1[_0x2f06c8(0x579)](),!0x1,[_0x48b3b1]),_0x1fbba0=_0x46d85f(()=>_0x3bff99[_0x2f06c8(0x495)],{'undos':0x0,'redos':0x0},!0x1,[_0x3bff99]),_0x48366d=_0x46d85f(()=>_0x39cc76,!0x1,!0x1,[_0x39cc76]),_0x2b8602=_0x46d85f(()=>_0x575c74[_0x2f06c8(0x25f)],_0x575c74['getActive'](),!0x1,[_0x575c74]),_0x7d5d6b=_0x575c74[_0x2f06c8(0x4f4)](_0x3096d2),[_0xabea5b,_0x3cef7c]=_0x34f48e(0x0),[_0x2a4456,_0x27127b]=_0x34f48e(null),[_0xc78129,_0x1098e0]=_0x34f48e(!0x1),[_0x38d729,_0x3d958a]=_0x34f48e(null),_0x486126=_0x57e59b(null),_0x3e8187=_0x8cb51c['getUnit'](_0x1fdaaf,_0x1e9bfe['UNIVER_BASE']),_0x102bfa=_0x3e8187==null?void 0x0:_0x3e8187[_0x2f06c8(0x243)](),_0x195551=Dd(_0x102bfa,_0xac5e68[_0x2f06c8(0x404)]),_0xa8fca2=Od(_0x195551),_0x2c5a35=kd(_0x195551,_0xac5e68[_0x2f06c8(0x247)]),_0xb3b0ef=cd({'embedId':_0x3096d2,'activeEmbedId':_0x2b8602==null?void 0x0:_0x2b8602['embedId'],'stage':_0x7d5d6b,'fullscreen':_0x9b34c3,'usesDomFloatingStage':_0x17ec86,'renderScopeActive':_0x48366d})===_0x2f06c8(0x3fb),_0x135b8d=ud(_0x9b34c3),_0x2e02f1=dd(_0x9b34c3),_0x4524fb=fd(_0x9b34c3),_0x24ed61=_0x135b8d?_0x2f06c8(0x18f):_0x2f06c8(0x28d);if(_0xcea081(()=>{const _0x5e6b18=_0x2f06c8;_0xb3b0ef||(_0x2e57fb['closeToolbarPanel'](),_0x2e57fb[_0x5e6b18(0x48f)](),_0x2e57fb['closeActiveEditor'](),_0x27127b(null),_0x1098e0(!0x1),_0x3d958a(null));},[_0xb3b0ef,_0x2e57fb]),_0xcea081(()=>{const _0x5194a7=_0x2f06c8;if(!_0x2a4456)return;let _0x3866fe=_0x3adb7b=>{const _0x1157b1=_0x29dc;var _0x5e1ade;let _0x3e644c=_0x3adb7b['target']instanceof Node?_0x3adb7b[_0x1157b1(0x3fe)]:null;_0x3e644c&&(_0x5e1ade=_0x486126[_0x1157b1(0x11c)])!=null&&_0x5e1ade[_0x1157b1(0x11b)](_0x3e644c)||_0x27127b(null);},_0x17f8d0=_0x941065=>{const _0x3afaa6=_0x29dc;_0x941065[_0x3afaa6(0x34e)]==='Escape'&&_0x27127b(null);};return document['addEventListener'](_0x5194a7(0x3bd),_0x3866fe,!0x0),document[_0x5194a7(0x35e)](_0x5194a7(0x48a),_0x17f8d0,!0x0),()=>{const _0x190da6=_0x5194a7;document[_0x190da6(0x44e)](_0x190da6(0x3bd),_0x3866fe,!0x0),document[_0x190da6(0x44e)](_0x190da6(0x48a),_0x17f8d0,!0x0);};},[_0x2a4456]),!_0x102bfa||!_0x3e8187||!_0x195551||!_0x2c5a35)return null;let _0x32b171=()=>{const _0x21156c=_0x2f06c8;_0x575c74[_0x21156c(0x248)]({'hostUnitId':_0x19e2af,'embedId':_0x3096d2,'childUnitId':_0x1fdaaf},_0x21156c(0x3fb));},_0x20cb73=(_0x5dee24,_0x59e0f6)=>{const _0x1eb604=_0x2f06c8;_0x32b171(),_0x2b2136[_0x1eb604(0x42f)](_0x7f13c7['id'],{'type':_0x5dee24,'anchor':Md(_0x59e0f6['getBoundingClientRect']())});},_0x22f917=_0x210ac3=>{const _0x4d16b5=_0x2f06c8;_0x32b171(),_0x2b2136[_0x4d16b5(0x42f)](_0x3f373a['id'],{'tableId':_0x195551['id'],'unitId':_0x1fdaaf,'viewId':_0x210ac3}),_0x3cef7c(_0x42cfa6=>_0x42cfa6+0x1);},_0x21635c=_0x4f07af=>{const _0x176bdf=_0x2f06c8;_0x32b171();let _0x4db8e0=_0x176bdf(0x504)+_0x46d0fe(0x6),_0x2f94a0=_0x5420f1[_0x176bdf(0xdd)](_0x4f07af)[_0x176bdf(0x328)](_0x195551);_0x2b2136[_0x176bdf(0x42f)](_0x5a087b['id'],{'unitId':_0x1fdaaf,'tableId':_0x195551['id'],'view':{'id':_0x4db8e0,'tableId':_0x195551['id'],'name':_0x2e80e8(_0x90633c,_0x4f07af),'type':_0x4f07af,'config':_0x2f94a0,'fieldOrder':[..._0x195551[_0x176bdf(0x118)]],'fieldSettings':{}}})[_0x176bdf(0x135)](_0x28aec8=>{_0x28aec8&&_0x22f917(_0x4db8e0);}),_0x27127b(null),_0x1098e0(!0x1),_0x3cef7c(_0x54458e=>_0x54458e+0x1);},_0x2b3579=_0x51754b=>{const _0x15e8a6=_0x2f06c8;var _0x58230a;let _0x13e18f=(_0x58230a=_0xa8fca2[0x0])==null?void 0x0:_0x58230a['id'];!_0x13e18f||_0x13e18f===_0x51754b||(_0x32b171(),_0x2b2136[_0x15e8a6(0x42f)](_0x1229d2['id'],{'unitId':_0x1fdaaf,'tableId':_0x195551['id'],'viewId':_0x51754b,'target':{'beforeViewId':_0x13e18f}}),_0x3cef7c(_0x3a827e=>_0x3a827e+0x1));},_0x453603=(_0x1258aa,_0x487c37)=>{const _0x4989eb=_0x2f06c8;_0x32b171(),_0x2b2136[_0x4989eb(0x42f)](_0x1229d2['id'],{'unitId':_0x1fdaaf,'tableId':_0x195551['id'],'viewId':_0x1258aa,'target':_0x487c37}),_0x3cef7c(_0x536761=>_0x536761+0x1);},_0x2c5d13=(_0x259e68,_0x5b5fe9)=>{_0x32b171(),_0x2b2136['executeCommand'](_0x306209['id'],{'unitId':_0x1fdaaf,'tableId':_0x195551['id'],'viewId':_0x259e68,'name':_0x5b5fe9}),_0x3cef7c(_0x3c5088=>_0x3c5088+0x1);},_0x96780f=_0x5b82d2=>{const _0xc4c3cf=_0x2f06c8;let _0x2dfdf1=_0x195551[_0xc4c3cf(0x245)][_0x5b82d2];if(!_0x2dfdf1)return;_0x32b171();let _0x33d688=Ad(_0x2dfdf1,_0x195551['id'],_0x90633c['t'](_0xc4c3cf(0x375)));_0x2b2136[_0xc4c3cf(0x42f)](_0x5a087b['id'],{'unitId':_0x1fdaaf,'tableId':_0x195551['id'],'view':_0x33d688})['then'](_0x3a580c=>{_0x3a580c&&_0x22f917(_0x33d688['id']);}),_0x3cef7c(_0x2c0a2f=>_0x2c0a2f+0x1);},_0x355c9c=()=>{const _0x5ea2a2=_0x2f06c8;var _0x5c181b;let _0x2c1e95=_0x38d729==null?_0x2c5a35['id']:_0x38d729;if(_0xa8fca2[_0x5ea2a2(0x1af)]<=0x1){_0x3d958a(null);return;}let _0x2b8459=(_0x5c181b=_0xa8fca2['find'](_0x588740=>_0x588740['id']!==_0x2c1e95))==null?void 0x0:_0x5c181b['id'];_0x2b2136[_0x5ea2a2(0x42f)](_0x150ba4['id'],{'unitId':_0x1fdaaf,'tableId':_0x195551['id'],'viewId':_0x2c1e95})[_0x5ea2a2(0x135)](_0x4a30dc=>{_0x4a30dc&&_0x2b8459&&_0x22f917(_0x2b8459);}),_0x3d958a(null),_0x3cef7c(_0x5d0108=>_0x5d0108+0x1);},_0x4405e9=()=>{const _0x1da29a=_0x2f06c8;_0x2b2136[_0x1da29a(0x42f)](_0x395f08['id'],{'hostUnitId':_0x19e2af,'embedId':_0x3096d2});},_0x57e374=_0x467648=>{_0x467648['stopPropagation']();},_0x2c3ed4=_0x581472=>{const _0x576f01=_0x2f06c8;_0x581472[_0x576f01(0x162)](),_0x581472[_0x576f01(0x539)]();};return _0x3aab6f(_0x3aea9f,{'children':[_0x3aab6f(_0x2f06c8(0x50f),{'className':_0x48963c(_0x2f06c8(0x1f3),{'univer-hidden':!_0xb3b0ef,'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':_0x9b34c3,'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':!_0x9b34c3,'-univer-top-[44px]':!_0x9b34c3&&_0x15a915!==_0x2f06c8(0x59a),'univer-w-full':!_0x9b34c3,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x9b34c3&&_0x15a915==='docs-custom-block'}),'data-u-comp':'base-embed-floating-menu','data-embed-floating-menu':_0x2f06c8(0x1ac),'data-embed-id':_0x3096d2,'data-embed-float-stage':_0xb3b0ef?'stage2':'inactive','data-base-render-version':_0xabea5b,...pd(_0x3096d2),'onClick':_0x57e374,'onDoubleClick':_0x57e374,'onMouseDown':_0x2c3ed4,'onMouseUp':_0x57e374,'onPointerDown':_0x2c3ed4,'onPointerUp':_0x57e374,'children':[_0x2e02f1?_0xdab386(vd,{'embedId':_0x3096d2,'activeView':_0x2c5a35,'views':_0xa8fca2,'addViewOpen':_0xc78129,'onAddViewOpenChange':_0x1098e0,'onActivateView':_0x22f917,'onAddView':_0x21635c,'onSetViewAsFirst':_0x2b3579,'onMoveView':_0x453603,'onRenameView':_0x2c5d13,'onDuplicateView':_0x96780f,'onConfigureView':_0x11ee54=>_0x20cb73(_0x2f06c8(0x3be),_0x11ee54),'onDeleteView':_0x3d958a}):_0xdab386(yd,{'activeView':_0x2c5a35,'views':_0xa8fca2,'onActivateView':_0x22f917,'embedId':_0x3096d2,'onAddView':_0x43ea4f=>{const _0x249b01=_0x2f06c8;_0x32b171(),_0x27127b(_0x43ea4f[_0x249b01(0x4ce)]());},'onConfigureView':_0x4edbf8=>_0x20cb73(_0x2f06c8(0x3be),_0x4edbf8),'onDeleteView':()=>_0x3d958a(_0x2c5a35['id'])}),_0x3aab6f('div',{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','children':[_0xdab386(_0x2fae2d,{'iconOnly':!_0x135b8d,'className':_0x24ed61,'state':{...Sd(_0x2c5a35,_0x1fbba0),'searchOpen':_0xac5e68[_0x2f06c8(0x1aa)]['open'],'searchQuery':_0xac5e68[_0x2f06c8(0x1aa)][_0x2f06c8(0x5b4)],'searchActiveIndex':_0xac5e68[_0x2f06c8(0x1aa)][_0x2f06c8(0x46b)]},'onAddRecord':_0x4eac61=>_0x4eac61&&_0x20cb73(_0x2f06c8(0x3d0),_0x4eac61),'onCustomizeField':_0x4ff6e7=>_0x20cb73(_0x2f06c8(0x14e),_0x4ff6e7),'onCustomizeKanban':_0x12fca8=>_0x20cb73(_0x2f06c8(0x2d7),_0x12fca8),'onCustomizeGallery':_0x2ddd7a=>_0x20cb73(_0x2f06c8(0x294),_0x2ddd7a),'onCalendarEventSettings':_0x1bd51d=>_0x20cb73(_0x2f06c8(0x563),_0x1bd51d),'onCalendarViewSettings':_0xace650=>_0x20cb73('calendarViewSettings',_0xace650),'onViewSettings':_0x2309c5=>_0x20cb73(_0x2f06c8(0x3be),_0x2309c5),'onFilter':_0x5c1bca=>_0x20cb73('filter',_0x5c1bca),'onGroup':_0xca3913=>_0x20cb73(_0x2f06c8(0x187),_0xca3913),'onSort':_0x548755=>_0x20cb73(_0x2f06c8(0x1fd),_0x548755),'onRowHeight':_0x2dc51a=>_0x20cb73(_0x2f06c8(0x54c),_0x2dc51a),'onConditionalColoring':_0x376123=>_0x20cb73('conditionalColoring',_0x376123),'onUndo':()=>void _0x2b2136[_0x2f06c8(0x42f)](_0x4634ff['id']),'onRedo':()=>void _0x2b2136[_0x2f06c8(0x42f)](_0x6f0768['id']),'onOpenSearch':()=>_0x48b3b1[_0x2f06c8(0x31c)](),'onSearchQueryChange':_0x11a581=>_0x48b3b1[_0x2f06c8(0x2d0)](_0x11a581),'onSearchPrevious':()=>{const _0x24f404=_0x2f06c8;var _0x4afb3f;return _0x48b3b1['setSearchActiveIndex'](Math[_0x24f404(0x28a)](0x0,((_0x4afb3f=_0xac5e68[_0x24f404(0x1aa)][_0x24f404(0x46b)])==null?0x0:_0x4afb3f)-0x1));},'onSearchNext':()=>{const _0x5ac5e5=_0x2f06c8;var _0x350d96;return _0x48b3b1['setSearchActiveIndex'](((_0x350d96=_0xac5e68['search'][_0x5ac5e5(0x46b)])==null?-0x1:_0x350d96)+0x1);},'onCloseSearch':()=>_0x48b3b1[_0x2f06c8(0x2f0)]()}),_0x4524fb?_0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x2f8597,{'orientation':_0x2f06c8(0x277)}),_0xdab386(jd,{'titleKey':'embed-ui.basesFloating.delete','className':_0x2f06c8(0x385),'onClick':_0x4405e9,'children':_0xdab386(_0x24b382,{})})]}):null]})]}),_0x2a4456?_0x243ea7(_0xdab386(_0x2f06c8(0x50f),{'ref':_0x486126,'data-u-comp':_0x2f06c8(0x40a),'data-embed-id':_0x3096d2,'data-embed-floating-menu-popup':_0x2f06c8(0x1ac),'className':_0x2f06c8(0x40f),'style':Nd(_0x2a4456),'onPointerDown':_0x5b5935=>_0x5b5935[_0x2f06c8(0x539)](),'children':_0xdab386(_0x2eacc0,{'views':_0xbd9505[_0x2f06c8(0x50d)](_0x4fc761=>({..._0x4fc761,'label':_0x90633c['t'](_0x4fc761[_0x2f06c8(0x12f)]),'description':_0x90633c['t'](_0x4fc761[_0x2f06c8(0x99)])})),'onCreate':_0x21635c})}),(_0x4e4ad8=_0x54dda0(!0x0))==null?document['body']:_0x4e4ad8):null,_0xdab386(_0x475483,{'open':!!_0x38d729,'title':_0x90633c['t'](_0x2f06c8(0x4db)),'description':_0x90633c['t'](_0x2f06c8(0x1bd)),'onCancel':()=>_0x3d958a(null),'onConfirm':_0x355c9c}),_0x9b34c3?_0xdab386(hd,{'embedId':_0x3096d2,'childUnitId':_0x1fdaaf,'base':_0x3e8187,'activeTable':_0x195551}):null]});}function hd(_0x25fc6a){const _0x2c6e64=_0x1875ac;let _0x30af71=gd(_0x25fc6a[_0x2c6e64(0x3a8)]);return _0x30af71?_0x243ea7(_0xdab386(_d,{'childUnitId':_0x25fc6a[_0x2c6e64(0x584)],'base':_0x25fc6a[_0x2c6e64(0x179)],'activeTable':_0x25fc6a[_0x2c6e64(0x3a0)]}),_0x30af71):null;}function gd(_0xa526ea){let [_0x4906aa,_0x507d3b]=_0x34f48e(null);return _0xcea081(()=>{const _0x23640c=_0x29dc;let _0x3956a2=0x0,_0x73b95c=()=>{const _0x17070a=_0x29dc;var _0x4a5b3a;_0x507d3b((_0x4a5b3a=Array[_0x17070a(0xa9)](document['querySelectorAll'](_0x17070a(0x468)))[_0x17070a(0x19c)](_0x3cc3b4=>_0x3cc3b4[_0x17070a(0x558)][_0x17070a(0x3a8)]===_0xa526ea))==null?null:_0x4a5b3a);};return _0x73b95c(),_0x3956a2=window[_0x23640c(0x597)](_0x73b95c),()=>{window['cancelAnimationFrame'](_0x3956a2);};},[_0xa526ea]),_0x4906aa;}function _d(_0x3c399d){const _0x47c668=_0x1875ac;var _0x41a9f0,_0x43be92,_0x136eeb,_0x480f9d,_0x26541a,_0x5b145d;let {childUnitId:_0x37272b,base:_0x5b86ba,activeTable:_0x43d276}=_0x3c399d,_0xdc707c=_0x232abb(_0x34195e),_0x4d4619=_0x232abb(_0x31fabf),_0x2458ff=_0x232abb(_0x331063),_0x476d75=_0x232abb(_0x1f6cd9),_0x147c4f=_0x46d85f(()=>_0x476d75['state$'],_0x476d75[_0x47c668(0x579)](),!0x1,[_0x476d75]),[_0x5111d5,_0x1c23e4]=_0x34f48e(null),[_0x5ef09f,_0x2a7786]=_0x34f48e(null),[_0x2e6e8f,_0xda5284]=_0x34f48e(''),[_0xe17b1e,_0x3b8912]=_0x34f48e(_0x47c668(0x30c)),[_0x38c7eb,_0x221c09]=_0x34f48e(null),_0xadb603=(_0x41a9f0=_0x4d4619==null||(_0x43be92=_0x4d4619['getConfig'](_0x4b7c33))==null?void 0x0:_0x43be92[_0x47c668(0x155)])==null?{}:_0x41a9f0,_0xc64c1e=(_0x136eeb=(_0x480f9d=(_0x26541a=_0x147c4f[_0x47c668(0xc7)]['leftPanelWidth'])==null?_0xadb603[_0x47c668(0xb5)]:_0x26541a)==null?(_0x5b145d=_0x1019e1[_0x47c668(0x155)])==null?void 0x0:_0x5b145d['leftPanelWidth']:_0x480f9d)==null?_0x4ca670:_0x136eeb,_0x5ea9ed=_0x5b86ba[_0x47c668(0x243)](),_0x3da344=wd(_0x5ea9ed,_0x43d276['id']),_0x49155c=_0x5c2b95=>{const _0xaca27c=_0x47c668;let _0x23501d=_0x5ea9ed[_0xaca27c(0x505)][_0x5c2b95];if(!_0x23501d)return;let _0x2d5f6c=_0x23501d[_0xaca27c(0x536)][_0xaca27c(0x19c)](_0x19079e=>_0x23501d[_0xaca27c(0x245)][_0x19079e]);_0x476d75[_0xaca27c(0x3a1)](_0x23501d['id']),_0x2d5f6c&&_0x476d75[_0xaca27c(0x3e0)](_0x2d5f6c),_0x476d75[_0xaca27c(0x406)](null),_0x476d75['closeRecordDetail'](),_0xdc707c[_0xaca27c(0x42f)](_0x18bb30['id'],{'unitId':_0x37272b,'tableId':_0x5c2b95});},_0x58bf55=async()=>{const _0x2cb064=_0x47c668;let _0x2c768c=_0x3b5d43({'id':_0x2cb064(0x14f)+_0x46d0fe(0x8),'name':Td(_0x5b86ba[_0x2cb064(0x243)](),_0x195e5f=>_0x2458ff['t']('embed-ui.basesFloating.tableSidebar.defaultTableName',String(_0x195e5f))),'primaryFieldId':_0x2cb064(0x2b6)+_0x46d0fe(0x8),'gridViewId':_0x2cb064(0x504)+_0x46d0fe(0x8)});await _0xdc707c['executeCommand'](_0x34a827['id'],{'unitId':_0x37272b,'table':_0x2c768c})&&(_0x476d75[_0x2cb064(0x3a1)](_0x2c768c['id']),_0x476d75[_0x2cb064(0x3e0)](_0x2c768c['viewOrder'][0x0]),_0x476d75[_0x2cb064(0x406)](null),_0x476d75['closeRecordDetail'](),_0x221c09(_0x2c768c['id']));},_0x290e2a=async(_0x10e785,_0x54de47,_0x33c6f0)=>{const _0x21ee88=_0x47c668;let _0x58de20=_0x5b86ba[_0x21ee88(0x243)](),_0x390004=_0x58de20[_0x21ee88(0x505)][_0x10e785];if(!_0x390004)return;let _0x37867e=_0xdbc0ed(_0x390004,{'id':_0x21ee88(0x14f)+_0x46d0fe(0x8),'name':_0x54de47,'includeRecords':_0x33c6f0===_0x21ee88(0x58d),'regenerateViewIds':!0x0,'createViewId':()=>_0x21ee88(0x504)+_0x46d0fe(0x8)});await _0xdc707c[_0x21ee88(0x42f)](_0x34a827['id'],{'unitId':_0x37272b,'table':_0x37867e,'index':_0x58de20['tableOrder']['indexOf'](_0x10e785)+0x1})&&(_0x476d75['activateTable'](_0x37867e['id']),_0x476d75['activateView'](_0x37867e[_0x21ee88(0x536)][0x0]),_0x476d75[_0x21ee88(0x406)](null),_0x476d75[_0x21ee88(0x2f9)]());},_0x10a96c=async _0x5999b9=>{const _0x4c79f2=_0x47c668;let _0x3d18c9=_0x5b86ba[_0x4c79f2(0x243)](),_0x34aef3=wd(_0x3d18c9,_0x43d276['id'])[_0x4c79f2(0x50d)](_0x2a1af2=>_0x2a1af2['id']);if(_0x34aef3['length']<=0x1)return;let _0x8553a1=_0x5999b9===_0x43d276['id']?_0x34aef3[_0x4c79f2(0x19c)](_0x477d90=>_0x477d90!==_0x5999b9):null;if(await _0xdc707c[_0x4c79f2(0x42f)](_0x1fed7f['id'],{'unitId':_0x37272b,'tableId':_0x5999b9})&&_0x8553a1){let _0x6cac92=_0x3d18c9[_0x4c79f2(0x505)][_0x8553a1],_0x2b5a2f=_0x6cac92==null?void 0x0:_0x6cac92['viewOrder']['find'](_0x437c6f=>_0x6cac92[_0x4c79f2(0x245)][_0x437c6f]);_0x476d75[_0x4c79f2(0x3a1)](_0x8553a1),_0x2b5a2f&&_0x476d75[_0x4c79f2(0x3e0)](_0x2b5a2f),_0x476d75[_0x4c79f2(0x406)](null),_0x476d75['closeRecordDetail']();}};return _0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x2ccce2,{'title':_0x5ea9ed[_0x47c668(0x340)]||_0x47c668(0x165),'items':_0x3da344,'width':_0xc64c1e,'pendingRenameItemId':_0x38c7eb,'onActivateItem':_0x49155c,'onAddTable':()=>{_0x58bf55();},'onRenameTable':(_0x4bb461,_0x17e022)=>{_0xdc707c['executeCommand'](_0x4ae125['id'],{'unitId':_0x37272b,'tableId':_0x4bb461,'name':_0x17e022});},'onPendingRenameItemConsumed':_0x5db1a5=>{_0x38c7eb===_0x5db1a5&&_0x221c09(null);},'onDuplicateTable':_0x175335=>{const _0x3e0be1=_0x47c668;let _0x457317=_0x5b86ba['getSnapshot'](),_0x3e38ca=_0x457317['tables'][_0x175335];_0x3e38ca&&(_0x2a7786(_0x175335),_0xda5284(Ed(_0x457317,_0x2458ff['t'](_0x3e0be1(0x36f),_0x3e38ca['name']))),_0x3b8912(_0x3e0be1(0x30c)));},'onDeleteTable':_0x1c23e4,'onResizeWidth':_0x248668=>_0x476d75['setLeftPanelWidth'](_0x248668)}),_0xdab386(_0x377184,{'open':!!_0x5ef09f,'name':_0x2e6e8f,'mode':_0xe17b1e,'onNameChange':_0xda5284,'onModeChange':_0x3b8912,'onCancel':()=>_0x2a7786(null),'onConfirm':()=>{let _0x3457c8=_0x5ef09f,_0x41d82b=_0x2e6e8f['trim'](),_0x32a737=_0xe17b1e;!_0x3457c8||!_0x41d82b||(_0x2a7786(null),_0x290e2a(_0x3457c8,_0x41d82b,_0x32a737));}}),_0xdab386(_0x475483,{'open':!!_0x5111d5,'title':_0x2458ff['t'](_0x47c668(0x2d4)),'description':_0x2458ff['t'](_0x47c668(0x474)),'onCancel':()=>_0x1c23e4(null),'onConfirm':()=>{let _0x3b0282=_0x5111d5;_0x1c23e4(null),_0x3b0282&&_0x10a96c(_0x3b0282);}})]});}function vd(_0x1bdefe){const _0x17c220=_0x1875ac;let {activeView:_0x9da182,views:_0x3c788e,addViewOpen:_0x54f0f3,onAddViewOpenChange:_0x1b0ec7,onActivateView:_0x42b8d4,onAddView:_0x1e421a,onSetViewAsFirst:_0x12820b,onMoveView:_0x1607ab,onRenameView:_0x43f516,onDuplicateView:_0x1d8bb4,onConfigureView:_0x43ad67,onDeleteView:_0x3c8520}=_0x1bdefe,_0x4780d7=_0x232abb(_0x331063);return _0xdab386(_0x17c220(0x50f),{'data-u-comp':_0x17c220(0x11e),'className':_0x17c220(0x1cb),'children':_0xdab386(_0x28d8cd,{'className':'univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','views':_0x3c788e[_0x17c220(0x50d)](_0x1357ea=>({'id':_0x1357ea['id'],'name':_0x1357ea[_0x17c220(0x340)],'type':_0x1357ea[_0x17c220(0x3d8)]})),'activeViewId':_0x9da182['id'],'onActivateView':_0x42b8d4,'onSetViewAsFirst':_0x12820b,'onMoveView':_0x1607ab,'onRenameView':_0x43f516,'onDuplicateView':_0x1d8bb4,'onConfigureView':_0x43ad67,'onDeleteView':_0x3c8520,'onAddView':()=>_0x1b0ec7(!_0x54f0f3),'addViewDropdown':{'open':_0x54f0f3,'onOpenChange':_0x1b0ec7,'overlay':_0xdab386(_0x17c220(0x50f),{'data-u-comp':_0x17c220(0x421),'data-embed-id':_0x1bdefe[_0x17c220(0x3a8)],'data-embed-floating-menu-popup':'true','children':_0xdab386(_0x2eacc0,{'views':_0xbd9505[_0x17c220(0x50d)](_0x45e31a=>({..._0x45e31a,'label':_0x4780d7['t'](_0x45e31a[_0x17c220(0x12f)]),'description':_0x4780d7['t'](_0x45e31a[_0x17c220(0x99)])})),'onCreate':_0x1e421a})})}})});}function yd(_0x4bf4c9){const _0x1c6d61=_0x1875ac;var _0xfe9cf1,_0x40d099,_0x594fcd;let {activeView:_0x21177e,views:_0x244926,onActivateView:_0x18dd72,onAddView:_0x48f743,onConfigureView:_0x55173b,onDeleteView:_0x25a6a7}=_0x4bf4c9,_0x54e42a=_0x232abb(_0x331063),_0x2d5915=_0x57e59b(null),_0x2194e5=_0x57e59b(null),[_0x122021,_0x22e2e9]=_0x34f48e(!0x1),_0x8091ce=_0x50228c=>{const _0x4abbe0=_0x29dc;_0x50228c['preventDefault'](),_0x50228c[_0x4abbe0(0x539)]();},_0x4f7866=(_0xfe9cf1=(_0x40d099=_0x2d5915['current'])==null?void 0x0:_0x40d099[_0x1c6d61(0x4ce)]())==null?null:_0xfe9cf1;return _0xcea081(()=>{const _0x3925e2=_0x1c6d61;if(!_0x122021)return;let _0x24d451=_0x18cd3e=>{const _0x500d14=_0x29dc;var _0x5946e1,_0x3215a4;let _0x2e022e=_0x18cd3e['target']instanceof Node?_0x18cd3e['target']:null;!_0x2e022e||(_0x5946e1=_0x2d5915[_0x500d14(0x11c)])!=null&&_0x5946e1['contains'](_0x2e022e)||(_0x3215a4=_0x2194e5[_0x500d14(0x11c)])!=null&&_0x3215a4[_0x500d14(0x11b)](_0x2e022e)||_0x22e2e9(!0x1);},_0x1902c3=_0x12ebf1=>{const _0x558c7a=_0x29dc;_0x12ebf1[_0x558c7a(0x34e)]==='Escape'&&_0x22e2e9(!0x1);};return document[_0x3925e2(0x35e)](_0x3925e2(0x3bd),_0x24d451,!0x0),document[_0x3925e2(0x35e)](_0x3925e2(0x48a),_0x1902c3,!0x0),()=>{const _0x38aae6=_0x3925e2;document[_0x38aae6(0x44e)](_0x38aae6(0x3bd),_0x24d451,!0x0),document['removeEventListener'](_0x38aae6(0x48a),_0x1902c3,!0x0);};},[_0x122021]),_0x3aab6f(_0x3aea9f,{'children':[_0x3aab6f(_0x55cedb,{'ref':_0x2d5915,'type':_0x1c6d61(0x481),'size':_0x1c6d61(0x208),'variant':_0x1c6d61(0x250),'className':_0x1c6d61(0x13a),'title':_0x21177e['name'],'aria-label':_0x54e42a['t'](_0x1c6d61(0x52a)),'onClick':_0x47b2dc=>{const _0x3e6b0e=_0x1c6d61;_0x47b2dc[_0x3e6b0e(0x539)](),_0x22e2e9(_0x5a586c=>!_0x5a586c);},'onMouseDown':_0x8091ce,'onPointerDown':_0x8091ce,'children':[_0xdab386(_0x1c6d61(0x360),{'className':_0x1c6d61(0x28f),'aria-hidden':_0x1c6d61(0x1ac),'children':_0xdab386(_0x2bd756,{'type':_0x21177e['type']})}),_0xdab386(_0x1c6d61(0x360),{'className':'univer-min-w-0\x20univer-truncate','children':_0x21177e[_0x1c6d61(0x340)]}),_0xdab386(_0x4e5418,{'className':_0x1c6d61(0x37b)})]}),_0x122021&&_0x4f7866?_0x243ea7(_0x3aab6f(_0x1c6d61(0x50f),{'ref':_0x2194e5,'data-u-comp':_0x1c6d61(0xef),'data-embed-id':_0x4bf4c9[_0x1c6d61(0x3a8)],'data-embed-floating-menu-popup':_0x1c6d61(0x1ac),'className':'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','style':Pd(_0x4f7866),'onClick':_0x56aa6c=>_0x56aa6c['stopPropagation'](),'onMouseDown':_0x8091ce,'onPointerDown':_0x8091ce,'children':[_0xdab386(_0x1c6d61(0x50f),{'className':'univer-grid\x20univer-gap-0.5','children':_0x244926[_0x1c6d61(0x50d)](_0x39069f=>_0xdab386(_0x55cedb,{'type':_0x1c6d61(0x481),'variant':_0x1c6d61(0x250),'size':_0x1c6d61(0x208),'className':_0x1c6d61(0x274),'onClick':_0x52d648=>{const _0x379168=_0x1c6d61;_0x52d648[_0x379168(0x539)](),_0x18dd72(_0x39069f['id']),_0x22e2e9(!0x1);},'children':_0xdab386(bd,{'icon':_0xdab386(_0x2bd756,{'type':_0x39069f[_0x1c6d61(0x3d8)]}),'label':_0x39069f[_0x1c6d61(0x340)],'trailing':_0x39069f['id']===_0x21177e['id']?_0xdab386('span',{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x39069f['id']))}),_0xdab386(_0x2f8597,{}),_0xdab386(xd,{'icon':_0xdab386(_0xbb5b48,{}),'label':_0x54e42a['t'](_0x1c6d61(0x478)),'onClick':()=>{const _0x206429=_0x1c6d61;let _0x27ea92=_0x2d5915[_0x206429(0x11c)];_0x27ea92&&_0x48f743(_0x27ea92),_0x22e2e9(!0x1);}}),_0xdab386(xd,{'icon':_0xdab386(_0x58998c,{}),'label':_0x54e42a['t']('embed-ui.basesFloating.viewSettings.configureView'),'onClick':()=>{const _0x176c89=_0x1c6d61;let _0x542684=_0x2d5915[_0x176c89(0x11c)];_0x542684&&_0x55173b(_0x542684),_0x22e2e9(!0x1);}}),_0xdab386(xd,{'danger':!0x0,'disabled':_0x244926['length']<=0x1,'icon':_0xdab386(_0x24b382,{}),'label':_0x54e42a['t']('embed-ui.basesFloating.viewSettings.deleteView'),'onClick':()=>{_0x25a6a7(),_0x22e2e9(!0x1);}})]}),(_0x594fcd=_0x54dda0(!0x0))==null?document['body']:_0x594fcd):null]});}function bd(_0x52aa0f){const _0x82c7f0=_0x1875ac;return _0x3aab6f(_0x82c7f0(0x360),{'className':_0x82c7f0(0x576),'children':[_0xdab386(_0x82c7f0(0x360),{'className':_0x82c7f0(0x233),'aria-hidden':_0x82c7f0(0x1ac),'children':_0x52aa0f[_0x82c7f0(0x1a2)]}),_0xdab386(_0x82c7f0(0x360),{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x52aa0f[_0x82c7f0(0x12f)]}),_0xdab386(_0x82c7f0(0x360),{'className':_0x82c7f0(0x335),'children':_0x52aa0f[_0x82c7f0(0x38c)]})]});}function xd(_0x4fa565){const _0x5d753f=_0x1875ac;let {danger:_0x1e2889,disabled:_0x5d8e5a,icon:_0x94de4f,label:_0x2254da,onClick:_0x3bbbff}=_0x4fa565;return _0xdab386(_0x55cedb,{'type':_0x5d753f(0x481),'variant':_0x5d753f(0x250),'size':'small','disabled':_0x5d8e5a,'className':_0x48963c('univer-h-8\x20univer-w-full\x20univer-px-2',_0x1e2889&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0x121e3e=>{const _0x411e2a=_0x5d753f;_0x121e3e[_0x411e2a(0x539)](),_0x3bbbff();},'children':_0xdab386(bd,{'icon':_0x94de4f,'label':_0x2254da})});}function Sd(_0xd713d0,_0x3ba49c={}){const _0x52949b=_0x1875ac;var _0x2a5a50,_0x565ffd,_0x3cb9e9,_0x3bff43,_0x412ffa,_0x2bc1d7,_0x41ca5d,_0xc8b3d8,_0x1f0791;let _0x8e3053=(_0x2a5a50=_0xd713d0[_0x52949b(0x25e)])==null?{}:_0x2a5a50,_0xf7f101=_0x8e3053['conditionalColoring'],_0x25431d=Array[_0x52949b(0x20c)](_0xf7f101==null?void 0x0:_0xf7f101[_0x52949b(0x1b4)])?_0xf7f101[_0x52949b(0x1b4)]['length']:0x0;return{'viewType':_0xd713d0['type'],'filterCount':(_0x565ffd=(_0x3cb9e9=_0xd713d0[_0x52949b(0x40e)])==null||(_0x3cb9e9=_0x3cb9e9['conditions'])==null?void 0x0:_0x3cb9e9[_0x52949b(0x1af)])==null?0x0:_0x565ffd,'groupCount':(_0x3bff43=(_0x412ffa=_0xd713d0[_0x52949b(0x187)])==null?void 0x0:_0x412ffa[_0x52949b(0x1af)])==null?0x0:_0x3bff43,'sortCount':(_0x2bc1d7=(_0x41ca5d=_0xd713d0['sort'])==null?void 0x0:_0x41ca5d[_0x52949b(0x1af)])==null?0x0:_0x2bc1d7,'rowHeightActive':!!(_0x8e3053['rowHeight']&&_0x8e3053[_0x52949b(0x54c)]!=='medium'),'conditionalColoringActive':_0x25431d>0x0,'conditionalColoringCount':_0x25431d,'canUndo':((_0xc8b3d8=_0x3ba49c[_0x52949b(0x545)])==null?0x0:_0xc8b3d8)>0x0,'canRedo':((_0x1f0791=_0x3ba49c[_0x52949b(0xdf)])==null?0x0:_0x1f0791)>0x0};}function Cd(_0x5b2a65){const _0x2de958=_0x1875ac;var _0x314371,_0x300524;return(_0x314371=_0x5b2a65==null||(_0x300524=_0x5b2a65[_0x2de958(0x5d1)])==null?void 0x0:_0x300524[_0x2de958(0x50d)](_0x3cbe30=>_0x5b2a65[_0x2de958(0x505)][_0x3cbe30])['filter'](_0x3b450e=>!!_0x3b450e))==null?[]:_0x314371;}function wd(_0x240118,_0x344501){const _0x57ec7c=_0x1875ac;return Cd(_0x240118)[_0x57ec7c(0x50d)](_0x215ad3=>({'id':_0x215ad3['id'],'name':_0x215ad3[_0x57ec7c(0x340)],'active':_0x215ad3['id']===_0x344501}));}function Td(_0x529760,_0xfdf6e){const _0x27c791=_0x1875ac;let _0x55a6d4=new Set(Cd(_0x529760)[_0x27c791(0x50d)](_0x12cc10=>_0x12cc10[_0x27c791(0x340)])),_0x1521a9=_0x55a6d4[_0x27c791(0x1ec)]+0x1,_0x2b053f=_0xfdf6e(_0x1521a9);for(;_0x55a6d4[_0x27c791(0x47a)](_0x2b053f);)_0x1521a9+=0x1,_0x2b053f=_0xfdf6e(_0x1521a9);return _0x2b053f;}function Ed(_0xaaf7e2,_0xa33edc){const _0x239097=_0x1875ac;let _0x2aeaa6=new Set(Cd(_0xaaf7e2)[_0x239097(0x50d)](_0x2f987f=>_0x2f987f['name']));if(!_0x2aeaa6[_0x239097(0x47a)](_0xa33edc))return _0xa33edc;let _0x37447e=0x2,_0x29424d=_0xa33edc+'\x20'+_0x37447e;for(;_0x2aeaa6[_0x239097(0x47a)](_0x29424d);)_0x37447e+=0x1,_0x29424d=_0xa33edc+'\x20'+_0x37447e;return _0x29424d;}function Dd(_0x46c4a6,_0xe1118b){const _0x25435e=_0x1875ac;if(!_0x46c4a6)return;let _0x156dfb=_0xe1118b?_0x46c4a6[_0x25435e(0x505)][_0xe1118b]:void 0x0;return _0x156dfb==null?Cd(_0x46c4a6)[0x0]:_0x156dfb;}function Od(_0x4da472){const _0x5e9f0b=_0x1875ac;var _0x506584,_0x31da2c;return(_0x506584=_0x4da472==null||(_0x31da2c=_0x4da472[_0x5e9f0b(0x536)])==null?void 0x0:_0x31da2c[_0x5e9f0b(0x50d)](_0x5c0bfa=>_0x4da472[_0x5e9f0b(0x245)][_0x5c0bfa])[_0x5e9f0b(0x40e)](_0x36f50c=>!!_0x36f50c))==null?[]:_0x506584;}function kd(_0x557a48,_0x2f54f8){if(!_0x557a48)return;let _0x192f78=_0x2f54f8?_0x557a48['views'][_0x2f54f8]:void 0x0;return _0x192f78==null?Od(_0x557a48)[0x0]:_0x192f78;}function Ad(_0x4d95bd,_0x8683a4,_0x4d1d03){const _0x146cda=_0x1875ac;var _0x40efd2,_0x1c0459;return{..._0x4d95bd,'id':_0x146cda(0x504)+_0x46d0fe(0x8),'tableId':_0x8683a4,'name':_0x4d95bd[_0x146cda(0x340)]+'\x20'+_0x4d1d03,'config':{..._0x4d95bd['config']},'fieldSettings':{...(_0x40efd2=_0x4d95bd[_0x146cda(0x4c8)])==null?{}:_0x40efd2},'fieldOrder':[...(_0x1c0459=_0x4d95bd[_0x146cda(0x118)])==null?[]:_0x1c0459],'filter':_0x4d95bd[_0x146cda(0x40e)]?{..._0x4d95bd[_0x146cda(0x40e)],'conditions':[..._0x4d95bd['filter'][_0x146cda(0x47e)]]}:void 0x0,'group':_0x4d95bd[_0x146cda(0x187)]?[..._0x4d95bd[_0x146cda(0x187)]]:void 0x0,'sort':_0x4d95bd['sort']?[..._0x4d95bd[_0x146cda(0x1fd)]]:void 0x0};}function jd(_0x4448c0){const _0x2a55ba=_0x1875ac;let {children:_0x3424b3,titleKey:_0x4cf50d,className:_0x10e49f,onClick:_0x3d4a1d}=_0x4448c0,_0x1da3a1=_0x232abb(_0x331063);return _0xdab386(_0x55cedb,{'type':_0x2a55ba(0x481),'size':'small','variant':_0x2a55ba(0x250),'className':_0x48963c(_0x2a55ba(0x18a),_0x10e49f),'title':_0x1da3a1['t'](_0x4cf50d),'aria-label':_0x1da3a1['t'](_0x4cf50d),'onClick':_0x171726=>_0x3d4a1d(_0x171726['currentTarget']),'children':_0x3424b3});}function Md(_0x1755cb){const _0x4ad0f5=_0x1875ac;return{'x':_0x1755cb['x'],'y':_0x1755cb['y'],'width':_0x1755cb[_0x4ad0f5(0x384)],'height':_0x1755cb['height']};}function Nd(_0x252bd3){const _0x25b79f=_0x1875ac;let _0x50ee97=_0x2f471e(_0x252bd3,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x50ee97[_0x25b79f(0x359)],'left':_0x50ee97[_0x25b79f(0x270)],'maxHeight':_0x50ee97['maxHeight']};}function Pd(_0x4e9d11){const _0x54f0ee=_0x1875ac;let _0x4b8a96=_0x2f471e({'left':_0x4e9d11[_0x54f0ee(0x49f)]-0xd0,'right':_0x4e9d11[_0x54f0ee(0x49f)],'top':_0x4e9d11[_0x54f0ee(0x359)],'bottom':_0x4e9d11[_0x54f0ee(0x520)],'width':0xd0,'height':_0x4e9d11['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x4b8a96[_0x54f0ee(0x359)],'left':_0x4b8a96[_0x54f0ee(0x270)],'maxHeight':_0x4b8a96[_0x54f0ee(0x1df)]};}function Fd(_0x4d51d4){du(_0x4d51d4,'bases-ui.embed',Id);}function Id(_0x2c082e){const _0x131c2e=_0x1875ac;_0x2c082e[_0x131c2e(0x47a)](_0x3792c4)||_0x2c082e[_0x131c2e(0x42c)]([_0x3792c4,{'useFactory':()=>_0x2c082e[_0x131c2e(0xdd)](Ia)}]),_0x2c082e[_0x131c2e(0x47a)](_0x51ac64)||_0x2c082e[_0x131c2e(0x42c)]([_0x51ac64,{'useFactory':()=>_0x2c082e[_0x131c2e(0xdd)](Fa)}]),_0x2c082e[_0x131c2e(0x47a)](_0x4ff6ea)||_0x2c082e['add']([_0x4ff6ea,{'useFactory':()=>_0x2c082e[_0x131c2e(0xdd)](Zs)}]),_0x2c082e[_0x131c2e(0x47a)](_0x313c62)||_0x2c082e['add']([_0x313c62,{'useFactory':()=>_0x2c082e[_0x131c2e(0xdd)](X)}]),_0x2c082e['has'](_0x2113b5)||_0x2c082e[_0x131c2e(0x42c)]([_0x2113b5,{'useFactory':()=>Ld({'embedModelService':_0x2c082e['get'](_0x1b3737),'restoreService':_0x2c082e[_0x131c2e(0xdd)](Qs),'mountService':_0x2c082e[_0x131c2e(0xdd)](Bo),'activationService':_0x2c082e[_0x131c2e(0xdd)](Uo)})}]);let _0x4ce9d6=_0x2c082e[_0x131c2e(0xdd)](_0x6d41fb),_0x4ba53e=_0x2c082e['get'](No),_0x2a1ac4=_0x2c082e[_0x131c2e(0xdd)](jo),_0x22fe87=_0x2c082e[_0x131c2e(0xdd)](Pa),_0x2d13f7=_0x2c082e[_0x131c2e(0xdd)](Mo),_0x517b43=_0x2c082e[_0x131c2e(0xdd)](Xs),_0x3993a8=_0x2c082e[_0x131c2e(0xdd)](Jl),_0xdcbe3d=_0x2c082e['get'](ac),_0x3779cc=_0x2c082e[_0x131c2e(0x47a)](_0x2ed13a)?_0x2c082e[_0x131c2e(0xdd)](_0x2ed13a):void 0x0,_0x5bed1d=_0x2c082e[_0x131c2e(0x47a)](_0x211037)?_0x2c082e['get'](_0x211037):void 0x0,_0x34d9fb=()=>_0x2c082e[_0x131c2e(0x47a)](_0x1f6cd9)?_0x2c082e['get'](_0x1f6cd9):void 0x0,_0x5bb52e=Au(_0x3779cc,_0x5bed1d,_0x34d9fb);_0x4ce9d6[_0x131c2e(0xdd)](_0x5bb52e['hostType'],_0x5bb52e[_0x131c2e(0x4e4)])||_0x4ce9d6[_0x131c2e(0x134)](_0x5bb52e);let _0x3dda78=ju();_0x4ba53e[_0x131c2e(0xdd)](_0x3dda78[_0x131c2e(0x3f8)],_0x3dda78[_0x131c2e(0x4e4)])||_0x4ba53e[_0x131c2e(0x134)](_0x3dda78);let _0x2ba1f5=zu();_0x2a1ac4[_0x131c2e(0xdd)](_0x2ba1f5[_0x131c2e(0x2dc)])||_0x2a1ac4[_0x131c2e(0x134)](_0x2ba1f5);let _0x517394=bu();_0x22fe87[_0x131c2e(0xdd)](_0x517394['childType'])||_0x22fe87[_0x131c2e(0x134)](_0x517394),od()[_0x131c2e(0x50a)](_0x17ba0c=>{const _0x3bed83=_0x131c2e;_0x2d13f7[_0x3bed83(0x296)](_0x17ba0c[_0x3bed83(0x3f8)],_0x17ba0c[_0x3bed83(0x4e4)],_0x17ba0c[_0x3bed83(0x2dc)])||_0x2d13f7[_0x3bed83(0x134)](_0x17ba0c);}),_0x517b43[_0x131c2e(0x26a)](iu(_0x2c082e,{'childType':_0x1e9bfe['UNIVER_BASE'],'renderManagerService':_0x15403f})),_0x3993a8[_0x131c2e(0xdd)](_0x1e9bfe[_0x131c2e(0x47c)])||_0x3993a8['register'](xu(_0x34d9fb())),_0xdcbe3d[_0x131c2e(0xdd)](_0x1e9bfe[_0x131c2e(0x47c)])||_0xdcbe3d[_0x131c2e(0x134)](Lu(_0x2c082e));}function Ld(_0x4367c6){return{'mountTableList':async _0x5b38b7=>{const _0x3b09cd=_0x29dc;let _0x4408a2=_0x4367c6[_0x3b09cd(0x281)]['getDescriptor'](_0x5b38b7[_0x3b09cd(0x3f3)],_0x5b38b7['embedId']);if(!_0x4408a2&&_0x5b38b7[_0x3b09cd(0x584)]&&(_0x4408a2={'embedId':_0x5b38b7[_0x3b09cd(0x3a8)],'hostUnitId':_0x5b38b7[_0x3b09cd(0x3f3)],'hostType':_0x1e9bfe[_0x3b09cd(0x47c)],'entry':_0x3b09cd(0x572),'hostAnchorId':_0x5b38b7[_0x3b09cd(0x10f)],'childUnitId':_0x5b38b7[_0x3b09cd(0x584)],'childType':_0x5b38b7[_0x3b09cd(0x2dc)],'source':{'unitType':_0x5b38b7[_0x3b09cd(0x2dc)],'ref':{'file':{'kind':_0x3b09cd(0x290)},'unit':{'selector':_0x5b38b7[_0x3b09cd(0x584)],'type':_0x2f5fef(_0x5b38b7[_0x3b09cd(0x2dc)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x3b09cd(0x548),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x4408a2||_0x4408a2[_0x3b09cd(0x10f)]!==_0x5b38b7['hostAnchorId'])&&((!_0x4408a2['childUnitId']||_0x4408a2[_0x3b09cd(0x2dc)]==null)&&(_0x4408a2=await _0x4367c6[_0x3b09cd(0xf0)][_0x3b09cd(0x4aa)]({'descriptor':_0x4408a2})),!(!_0x4408a2[_0x3b09cd(0x584)]||_0x4408a2[_0x3b09cd(0x2dc)]==null)))return _0x4367c6['mountService'][_0x3b09cd(0x2ba)](_0x4408a2),_0x4367c6[_0x3b09cd(0x3db)]['activateTab'](_0x4408a2),_0xc4495d(()=>{const _0xf8152d=_0x3b09cd;_0x4367c6[_0xf8152d(0xfa)]['unmount'](_0x5b38b7['embedId']),_0x4367c6[_0xf8152d(0x3db)][_0xf8152d(0xf4)](_0x5b38b7[_0xf8152d(0x3a8)]);});}};}let Rd=class extends _0x331c65{constructor(_0x48ffc9,_0x17f615,_0x42d4f6,_0x40d6cd,_0x5b9f7b,_0x22bd04,_0x4c6917,_0x4d68e6){const _0x176834=_0x1875ac;if(super(),this[_0x176834(0x55c)]=_0x48ffc9,this['_embedModelService']=_0x17f615,this[_0x176834(0x1e8)]=_0x42d4f6,this[_0x176834(0x1c6)]=_0x40d6cd,this[_0x176834(0x34a)]=_0x5b9f7b,this[_0x176834(0x242)]=_0x22bd04,this[_0x176834(0x3a6)]=_0x4c6917,this[_0x176834(0x58e)]=_0x4d68e6,J(this,_0x176834(0x55f),new Map()),J(this,_0x176834(0x29a),void 0x0),J(this,_0x176834(0x44f),_0x5a3909=>{const _0x275e2b=_0x176834;var _0x589c0a,_0x5ad741;let _0x344973=(_0x589c0a=(_0x5ad741=this[_0x275e2b(0x55c)][_0x275e2b(0x57c)])['getCanvasElement'])==null?void 0x0:_0x589c0a[_0x275e2b(0x238)](_0x5ad741);return _0x344973?(_0x344973[_0x275e2b(0x21f)](new WheelEvent(_0x275e2b(0x424),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x5a3909[_0x275e2b(0x21a)],'clientY':_0x5a3909[_0x275e2b(0xee)],'ctrlKey':_0x5a3909[_0x275e2b(0x39a)],'deltaMode':_0x5a3909[_0x275e2b(0x368)],'deltaX':_0x5a3909['deltaX'],'deltaY':_0x5a3909['deltaY'],'deltaZ':_0x5a3909[_0x275e2b(0x24b)],'metaKey':_0x5a3909[_0x275e2b(0x581)],'shiftKey':_0x5a3909[_0x275e2b(0x96)]})),!0x0):!0x1;}),J(this,'_resolveHostWheelGestureRoot',_0x16e3c0=>{const _0xc832ff=_0x176834;var _0x556786,_0x540730;let _0x36f202=(_0x556786=(_0x540730=this[_0xc832ff(0x55c)][_0xc832ff(0x57c)])[_0xc832ff(0x305)])==null?void 0x0:_0x556786[_0xc832ff(0x238)](_0x540730);if(!_0x36f202)return null;let _0x373979=_0x16e3c0;for(;_0x373979&&!_0x373979[_0xc832ff(0x11b)](_0x36f202);)_0x373979=_0x373979[_0xc832ff(0x577)];return _0x373979;}),Promise[_0x176834(0x1fa)]()['then'](()=>this['_sync']()),typeof document<'u'){let _0x36af39=_0x686c3c=>this[_0x176834(0x38f)](_0x686c3c);document[_0x176834(0x35e)](lc,_0x36af39),this[_0x176834(0x253)](_0xc4495d(()=>document[_0x176834(0x44e)](lc,_0x36af39)));}this['disposeWithMe'](this[_0x176834(0x58e)][_0x176834(0x566)](_0x4663c7=>{const _0x2507a1=_0x176834;(_0x4663c7['id']===_0x4d4be0['id']||_0x4663c7['id']===_0x395f08['id']||_0x4663c7['id']===_0x1a678d['id']||_0x4663c7['id']===_0x273db3['id'])&&this[_0x2507a1(0x2a4)]();})),[this['_boardElementService'][_0x176834(0x59c)],this['_boardElementService'][_0x176834(0x45f)],this[_0x176834(0x1c6)]['elementRemove$']][_0x176834(0x50a)](_0x567932=>{const _0x4b1e63=_0x176834;let _0x4ab60c=_0x567932[_0x4b1e63(0x3a2)](_0x306ff7=>{const _0x1e86e5=_0x4b1e63;_0x306ff7[_0x1e86e5(0x3ed)](_0x118e1e=>_0x118e1e['unitId']===this['_context'][_0x1e86e5(0x2c1)])&&this[_0x1e86e5(0x2a4)]();});this[_0x4b1e63(0x253)](_0xc4495d(()=>_0x4ab60c[_0x4b1e63(0x19a)]()));});}[_0x1875ac(0xa7)](){const _0x3d3f69=_0x1875ac;var _0x2b3821;(_0x2b3821=this['_activeDragCleanup'])==null||_0x2b3821[_0x3d3f69(0x238)](this),this[_0x3d3f69(0x29a)]=void 0x0,this[_0x3d3f69(0x55f)][_0x3d3f69(0x50a)](_0x73ead3=>_0x73ead3[_0x3d3f69(0xa7)]()),this[_0x3d3f69(0x55f)]['clear'](),super[_0x3d3f69(0xa7)]();}[_0x1875ac(0x2a4)](){const _0x4af3d4=_0x1875ac;let _0x151b8d=this['_context'][_0x4af3d4(0x2c1)];if(this[_0x4af3d4(0x415)][_0x4af3d4(0x506)](_0x151b8d)[_0x4af3d4(0x1af)]>0x0){this['_clearItems']();return;}let _0x4048dd=this['_boardElementService'][_0x4af3d4(0x2b1)](_0x151b8d),_0x5b6d4a=new Set();this[_0x4af3d4(0x415)][_0x4af3d4(0x17b)](_0x151b8d)[_0x4af3d4(0x40e)](_0x3d9963=>_0x3d9963[_0x4af3d4(0x4e4)]===_0x52f3f8[_0x4af3d4(0x4e9)])['forEach'](_0x4c5d15=>{const _0x57a8ab=_0x4af3d4;var _0x58d9e4,_0x50f60e,_0x4925b6,_0x53804d;let _0x30171a=Object['values'](_0x4048dd)['find'](_0x33b78a=>{const _0x50ea9d=_0x29dc;var _0x5cb155;return _0x571aa6((_0x5cb155=_0x33b78a[_0x50ea9d(0x12a)][_0x4c5d15[_0x50ea9d(0x10f)]])==null?void 0x0:_0x5cb155['element']);}),_0x6340cc=_0x30171a==null?void 0x0:_0x30171a[_0x57a8ab(0x12a)][_0x4c5d15[_0x57a8ab(0x10f)]],_0x20ab74=_0x6340cc==null?void 0x0:_0x6340cc[_0x57a8ab(0x543)];if(!_0x30171a||!_0x6340cc||!_0x571aa6(_0x20ab74))return;let _0x465170=_0x595e77(_0x20ab74),_0x37cfc9=this[_0x57a8ab(0x4be)](_0x4c5d15['hostAnchorId']);_0x5b6d4a[_0x57a8ab(0x42c)](_0x37cfc9);let _0x47afc1={'left':(_0x58d9e4=_0x20ab74[_0x57a8ab(0x5a1)][_0x57a8ab(0x270)])==null?0x0:_0x58d9e4,'top':(_0x50f60e=_0x20ab74['transform'][_0x57a8ab(0x359)])==null?0x0:_0x50f60e,'width':(_0x4925b6=_0x20ab74[_0x57a8ab(0x5a1)][_0x57a8ab(0x384)])==null?0x230:_0x4925b6,'height':(_0x53804d=_0x20ab74[_0x57a8ab(0x5a1)]['height'])==null?0x168:_0x53804d},_0x4becb3=()=>{const _0x35374e=_0x57a8ab;var _0x54e0f4,_0x41e8c0;return _0x3afca7(_c,{'data':{'version':0x1,'embedId':_0x4c5d15['embedId'],'hostUnitId':_0x151b8d,'hostAnchorId':_0x4c5d15['hostAnchorId'],'childUnitId':(_0x54e0f4=_0x4c5d15['childUnitId'])==null?_0x465170==null?void 0x0:_0x465170[_0x35374e(0x584)]:_0x54e0f4,'childType':(_0x41e8c0=_0x4c5d15[_0x35374e(0x2dc)])==null?_0x465170==null?void 0x0:_0x465170[_0x35374e(0x2dc)]:_0x41e8c0},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x35374e(0x44f)],'resolveHostWheelGestureRoot':this[_0x35374e(0x35f)],'onRuntimeStageEnter':_0x1cfca5=>this['_setAnchorTransformerVisible'](_0x1cfca5!==_0x35374e(0x3fb),_0x6340cc[_0x35374e(0x56b)],_0x4c5d15[_0x35374e(0x10f)])});};this['_items'][_0x57a8ab(0x47a)](_0x37cfc9)?this[_0x57a8ab(0x1e8)][_0x57a8ab(0x5e5)](_0x37cfc9,{'rect':_0x47afc1,'content':_0x4becb3}):this[_0x57a8ab(0x55f)][_0x57a8ab(0x116)](_0x37cfc9,this[_0x57a8ab(0x1e8)][_0x57a8ab(0x251)]({'id':_0x37cfc9,'unitId':_0x151b8d,'subUnitId':_0x6340cc[_0x57a8ab(0x56b)],'elementId':_0x4c5d15['hostAnchorId'],'rect':_0x47afc1,'content':_0x4becb3,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x4af3d4(0x55f)]['forEach']((_0x364e05,_0x3675ac)=>{const _0x7e91d6=_0x4af3d4;_0x5b6d4a['has'](_0x3675ac)||(_0x364e05[_0x7e91d6(0xa7)](),this[_0x7e91d6(0x55f)][_0x7e91d6(0x5c4)](_0x3675ac));});}[_0x1875ac(0x4be)](_0x89406d){const _0x33a428=_0x1875ac;return _0x33a428(0x146)+this[_0x33a428(0x55c)][_0x33a428(0x2c1)]+':'+_0x89406d;}[_0x1875ac(0x396)](_0x42f33c,_0x5ea2b7){const _0x40e954=_0x1875ac;this[_0x40e954(0x34a)][_0x40e954(0x9d)]({'unitId':this[_0x40e954(0x55c)][_0x40e954(0x2c1)],'subUnitId':_0x42f33c},[_0x5ea2b7],_0x5ea2b7);}['_setAnchorTransformerVisible'](_0x430c35,_0x54fc3e,_0x1faede){const _0x3802ad=_0x1875ac;if(_0x430c35){this[_0x3802ad(0x396)](_0x54fc3e,_0x1faede);return;}this['_boardElementStateService']['clearSelection']();}[_0x1875ac(0x38f)](_0x2eff06){const _0x31a260=_0x1875ac;var _0x2f060e,_0x15b9a2,_0x171ba2,_0x3b13cf,_0x5278d0,_0x953067,_0xa1d58a,_0x2c528b;let _0xd074be=_0x2eff06[_0x31a260(0x1be)];if(!_0xd074be||_0xd074be[_0x31a260(0x5db)]!==this[_0x31a260(0x55c)][_0x31a260(0x2c1)])return;let _0x4ab928=this[_0x31a260(0x1c6)][_0x31a260(0x2b1)](this[_0x31a260(0x55c)][_0x31a260(0x2c1)]),_0xf7389a=Object[_0x31a260(0x4f1)](_0x4ab928)[_0x31a260(0x19c)](_0x502ddf=>_0x502ddf[_0x31a260(0x12a)][_0xd074be[_0x31a260(0x10f)]]),_0x5268fd=_0xf7389a==null?void 0x0:_0xf7389a['data'][_0xd074be[_0x31a260(0x10f)]];if(!_0xf7389a||!_0x5268fd||!_0x571aa6(_0x5268fd[_0x31a260(0x543)])||((_0x2f060e=_0x595e77(_0x5268fd[_0x31a260(0x543)]))==null?void 0x0:_0x2f060e[_0x31a260(0x3a8)])!==_0xd074be[_0x31a260(0x3a8)])return;let _0x3363ff=(_0x15b9a2=(_0x171ba2=this[_0x31a260(0x55c)][_0x31a260(0x57c)])[_0x31a260(0x305)])==null?void 0x0:_0x15b9a2[_0x31a260(0x238)](_0x171ba2);if(!_0x3363ff)return;(_0x3b13cf=this[_0x31a260(0x29a)])==null||_0x3b13cf['call'](this),this[_0x31a260(0x396)](_0x5268fd[_0x31a260(0x56b)],_0xd074be['hostAnchorId']),this[_0x31a260(0x372)](!0x1,_0x5268fd[_0x31a260(0x56b)],_0xd074be['hostAnchorId']);let _0x5bbc8f=_0x5268fd[_0x31a260(0x543)],_0x286ae7=(_0x5278d0=_0x5bbc8f[_0x31a260(0x5a1)][_0x31a260(0x270)])==null?0x0:_0x5278d0,_0x172933=(_0x953067=_0x5bbc8f[_0x31a260(0x5a1)][_0x31a260(0x359)])==null?0x0:_0x953067,_0x5784a7=this['_boardUIStateService']['getState'](),_0x510ff1=_0x45ffd8((_0xa1d58a=this['_configService']['getConfig'](_0x3579cd))==null?void 0x0:_0xa1d58a),_0x3e592f=_0xb38367(_0x3363ff,_0xd074be[_0x31a260(0x21a)],_0xd074be[_0x31a260(0xee)],{'zoomRatio':_0x5784a7['zoomRatio'],'panOffset':_0x5784a7[_0x31a260(0x53c)]},_0x510ff1),_0x4c9922=(_0x2c528b=document[_0x31a260(0x416)])==null?window:_0x2c528b,_0x1f8cd0=(_0x480787,_0x4167df)=>{const _0x1fc08b=_0x31a260;let _0x3b3771=this[_0x1fc08b(0x242)][_0x1fc08b(0x579)](),_0x555298=_0xb38367(_0x3363ff,_0x480787,_0x4167df,{'zoomRatio':_0x3b3771[_0x1fc08b(0x56d)],'panOffset':_0x3b3771['viewportPanOffset']},_0x510ff1);return{'left':_0x286ae7+_0x555298['x']-_0x3e592f['x'],'top':_0x172933+_0x555298['y']-_0x3e592f['y']};},_0x1e0315=(_0x45daf4,_0x54cd09)=>{const _0xbb1210=_0x31a260;var _0x17cf1c,_0x278054;let _0x4cb35d=_0x1f8cd0(_0x45daf4,_0x54cd09);return this['_domLayerService'][_0xbb1210(0x5e5)](this['_itemId'](_0xd074be[_0xbb1210(0x10f)]),{'rect':{..._0x4cb35d,'width':(_0x17cf1c=_0x5bbc8f[_0xbb1210(0x5a1)][_0xbb1210(0x384)])==null?0x230:_0x17cf1c,'height':(_0x278054=_0x5bbc8f[_0xbb1210(0x5a1)][_0xbb1210(0x103)])==null?0x168:_0x278054}}),_0x4cb35d;},_0x3a691b=_0x1cdd06=>_0xd074be[_0x31a260(0x4d6)]==null||_0x1cdd06[_0x31a260(0x4d6)]===_0xd074be[_0x31a260(0x4d6)],_0x948bbb=()=>{const _0x299afa=_0x31a260;_0x4c9922['removeEventListener'](_0x299afa(0x432),_0x1bf9dc),_0x4c9922[_0x299afa(0x44e)]('pointerup',_0x41a003),_0x4c9922[_0x299afa(0x44e)](_0x299afa(0x4e7),_0x187061),this[_0x299afa(0x29a)]===_0x948bbb&&(this['_activeDragCleanup']=void 0x0);},_0x1bf9dc=_0x761948=>{const _0x171062=_0x31a260;_0x3a691b(_0x761948)&&(_0x761948[_0x171062(0x162)](),_0x1e0315(_0x761948[_0x171062(0x21a)],_0x761948['clientY']));},_0x41a003=_0x3518e9=>{const _0x453408=_0x31a260;if(!_0x3a691b(_0x3518e9))return;_0x948bbb(),_0x3518e9[_0x453408(0x162)]();let _0x1ef822=_0x1e0315(_0x3518e9['clientX'],_0x3518e9[_0x453408(0xee)]);this[_0x453408(0x58e)][_0x453408(0x42f)](_0x1da117['id'],{'unitId':this[_0x453408(0x55c)]['unitId'],'subUnitId':_0x5268fd['subUnitId'],'elementId':_0xd074be[_0x453408(0x10f)],'element':_0x5bbc8f,'transform':{..._0x5268fd[_0x453408(0x5a1)],..._0x1ef822}})['finally'](()=>{const _0x320429=_0x453408;this[_0x320429(0x2a4)](),this['_setAnchorTransformerVisible'](!0x0,_0x5268fd[_0x320429(0x56b)],_0xd074be[_0x320429(0x10f)]);});},_0x187061=_0x242bb0=>{const _0x48e8c5=_0x31a260;_0x3a691b(_0x242bb0)&&(_0x948bbb(),this[_0x48e8c5(0x2a4)](),this[_0x48e8c5(0x372)](!0x0,_0x5268fd[_0x48e8c5(0x56b)],_0xd074be[_0x48e8c5(0x10f)]));};_0x4c9922[_0x31a260(0x35e)]('pointermove',_0x1bf9dc),_0x4c9922[_0x31a260(0x35e)]('pointerup',_0x41a003),_0x4c9922[_0x31a260(0x35e)](_0x31a260(0x4e7),_0x187061),this[_0x31a260(0x29a)]=_0x948bbb;}['_clearItems'](){const _0x724d51=_0x1875ac;this[_0x724d51(0x55f)]['forEach'](_0xc3c240=>_0xc3c240[_0x724d51(0xa7)]()),this['_items']['clear']();}};Rd=Lo([Q(0x1,_0x1f7509(_0x1b3737)),Q(0x2,_0x1f7509(_0x3f4e26)),Q(0x3,_0x1f7509(_0x9fabc7)),Q(0x4,_0x1f7509(_0x126d83)),Q(0x5,_0x1f7509(_0x20dd97)),Q(0x6,_0x31fabf),Q(0x7,_0x34195e)],Rd);function zd(){const _0x1f8ded=_0x1875ac;return _u({'childType':_0x1e9bfe[_0x1f8ded(0x5c0)],'productName':_0x1f8ded(0x2dd),'hostChromeMode':_0x1f8ded(0x4cf)});}function Bd(){const _0x331879=_0x1875ac;return{'hostType':_0x1e9bfe[_0x331879(0x5c0)],'entry':_0x52f3f8[_0x331879(0x4e9)],'layout':_0x331879(0x449),'supportedLayouts':[_0x331879(0x449),_0x331879(0xe4),_0x331879(0x35a)],'menuBehavior':_0x331879(0x49c)};}function Vd(){const _0x5e4c74=_0x1875ac;return{'childType':_0x1e9bfe[_0x5e4c74(0x5c0)],'handleWheel':_0x4a2421=>{const _0x3fc919=_0x5e4c74;let _0x5474ce=_0x4a2421[_0x3fc919(0x3a4)]['injector'];return _0x5474ce!=null&&_0x5474ce[_0x3fc919(0x47a)](_0x20dd97)?(_0x5474ce[_0x3fc919(0xdd)](_0x20dd97)[_0x3fc919(0xc5)]({'x':-_0x4a2421[_0x3fc919(0x1f9)][_0x3fc919(0x352)],'y':-_0x4a2421[_0x3fc919(0x1f9)]['deltaY']}),!0x0):!0x1;}};}function Hd(){const _0x46d317=_0x1875ac;return{'childType':_0x1e9bfe[_0x46d317(0x5c0)],'supportedLayouts':['content-bounds-fit',_0x46d317(0x379),_0x46d317(0x449)],'beforeDeactivate':Ud,'mount':Wd};}function Ud(_0x2b37cf){const _0x4674d2=_0x1875ac;let _0x30badd=_0x2b37cf[_0x4674d2(0x3a4)][_0x4674d2(0x410)];if(_0x30badd['has'](_0x4099e9)&&_0x30badd['get'](_0x4099e9)[_0x4674d2(0x28c)](),_0x30badd[_0x4674d2(0x47a)](_0x126d83)){let _0x3f9774=_0x30badd[_0x4674d2(0xdd)](_0x126d83);_0x3f9774[_0x4674d2(0x104)](),_0x3f9774[_0x4674d2(0x405)]();}}function Wd(_0x57d989){const _0x26b29e=_0x1875ac;var _0xf43c89,_0x483716;let _0x110c76=_0x57d989['injector']['get'](_0x211037)[_0x26b29e(0x222)](_0x57d989['childUnitId'],_0x1e9bfe['UNIVER_BOARD']),_0x17549a=_0x57d989[_0x26b29e(0x3a4)][_0x26b29e(0x410)];if(!_0x110c76||!_0x17549a)return;let _0x645903=_0x57d989['injector'][_0x26b29e(0xdd)](_0x15403f),_0x178d73=tu(_0x645903,_0x57d989[_0x26b29e(0x584)],_0x17549a);if(!_0x178d73)return;let _0x5697e2=Zo(_0x57d989[_0x26b29e(0x3a4)][_0x26b29e(0x2e0)]['content']);_0x5697e2[_0x26b29e(0x319)](_0x3aab6f(Go,{'injector':_0x17549a,'mountContainer':_0x57d989[_0x26b29e(0x3a4)][_0x26b29e(0x2e0)][_0x26b29e(0x2d1)],'embedId':_0x57d989[_0x26b29e(0x3a8)],'children':[_0xdab386(_0x3a83cb,{'embedded':_0x57d989['renderScope']['mode']===_0x26b29e(0x303)&&!_0x57d989['renderScope'][_0x26b29e(0x3dc)],'showZoomControls':_0x57d989[_0x26b29e(0x194)][_0x26b29e(0x587)]===_0x26b29e(0x35d)||_0x57d989['renderScope'][_0x26b29e(0x3dc)]===!0x0}),_0xdab386(_0x1c1f95,{'positionRoot':_0x57d989[_0x26b29e(0x3a4)][_0x26b29e(0x2e0)][_0x26b29e(0x31d)]})]})),ru(_0x178d73,{'activate':!0x0});let _0x4420e6=(_0xf43c89=(_0x483716=globalThis)[_0x26b29e(0x597)])==null?void 0x0:_0xf43c89['call'](_0x483716,()=>{const _0x23b1d0=_0x26b29e;var _0x459cd4,_0x1bd66d;let _0x84b189=_0x57d989['runtimeScope'][_0x23b1d0(0x2e0)][_0x23b1d0(0x31d)][_0x23b1d0(0x3ba)](_0x23b1d0(0x59b)),_0x29185f=(_0x459cd4=_0x84b189==null?void 0x0:_0x84b189[_0x23b1d0(0x4ce)]())==null?_0x57d989[_0x23b1d0(0x3a4)]['roots'][_0x23b1d0(0x31d)][_0x23b1d0(0x4ce)]():_0x459cd4,_0x1be8a0=_0x45ffd8((_0x1bd66d=_0x17549a[_0x23b1d0(0xdd)](_0x31fabf)['getConfig'](_0x3579cd))==null?void 0x0:_0x1bd66d);_0x17549a[_0x23b1d0(0xdd)](_0x58a0a5)[_0x23b1d0(0x122)](_0x110c76,{'viewportSize':{'width':_0x29185f[_0x23b1d0(0x384)],'height':_0x29185f[_0x23b1d0(0x103)]},'padding':Math['max'](0x10,Math[_0x23b1d0(0x3e7)](0x40,Math[_0x23b1d0(0x3e7)](_0x29185f[_0x23b1d0(0x384)],_0x29185f['height'])*0.08)),'zoom':_0x1be8a0});});return _0xc4495d(()=>{const _0x2405d0=_0x26b29e;if(_0x4420e6!=null){var _0x4ba6c8,_0x3f036c;(_0x4ba6c8=(_0x3f036c=globalThis)[_0x2405d0(0x38d)])==null||_0x4ba6c8[_0x2405d0(0x238)](_0x3f036c,_0x4420e6);}try{var _0x2fe4a9,_0xd0f32e;(_0x2fe4a9=(_0xd0f32e=_0x178d73['engine'])[_0x2405d0(0x501)])==null||_0x2fe4a9['call'](_0xd0f32e);}catch{}_0x645903[_0x2405d0(0xab)](_0x57d989[_0x2405d0(0x584)]),Qo(_0x5697e2),_0x17549a['dispose']();});}function Gd(){return ad({'childType':_0x1e9bfe['UNIVER_BOARD'],'mount':Kd});}function Kd(_0x37cecb){const _0x501001=_0x1875ac;if(_0x37cecb[_0x501001(0x194)]['fullscreen'])return;let _0x340d55=id(_0x37cecb),_0x286d39=document['createElement'](_0x501001(0x50f));_0x286d39[_0x501001(0x558)]['embedFloatingMenuEntry']=_0x37cecb[_0x501001(0x47b)][_0x501001(0x4e4)],_0x340d55[_0x501001(0x273)](_0x286d39);let _0x777297=Zo(_0x286d39);return _0x777297[_0x501001(0x319)](_0x3afca7(Go,{'injector':_0x37cecb[_0x501001(0x3a4)]['injector'],'mountContainer':_0x340d55,'embedId':_0x37cecb[_0x501001(0x3a8)]},_0x3afca7(qd,{'hostUnitId':_0x37cecb['hostUnitId'],'embedId':_0x37cecb[_0x501001(0x3a8)],'childUnitId':_0x37cecb[_0x501001(0x584)],'viewportRoot':_0x37cecb['runtimeScope'][_0x501001(0x2e0)]['content'],'fullscreen':!!_0x37cecb[_0x501001(0x194)][_0x501001(0x3dc)]}))),_0xc4495d(()=>{const _0x30fc67=_0x501001;Qo(_0x777297),globalThis['setTimeout'](()=>_0x286d39[_0x30fc67(0x191)](),0x0);});}function qd(_0x5da9bc){const _0x4a43b9=_0x1875ac;var _0x17c32d;let _0x5e2fb9=_0x232abb(_0x34195e),_0x556836=_0x232abb(_0x31fabf),_0x2c0fe1=_0x232abb(_0x211037),_0x529298=_0x232abb(_0x331063),_0xe810b=_0x232abb(Fa),_0x20e12f=_0x232abb(_0x20dd97),_0x453259=_0x232abb(_0x58a0a5),_0x5231fe=_0x46d85f(()=>_0x20e12f[_0x4a43b9(0x3cd)],_0x20e12f[_0x4a43b9(0x579)](),!0x1,[_0x20e12f]),_0x2e7d38=_0x46d85f(()=>_0xe810b[_0x4a43b9(0x25f)],_0xe810b[_0x4a43b9(0x399)](),!0x1,[_0xe810b]),_0x227dcb=Jd({'embedId':_0x5da9bc[_0x4a43b9(0x3a8)],'active':_0x2e7d38,'fullscreen':_0x5da9bc['fullscreen']}),_0x4e360d=_0x2c0fe1['getUnit'](_0x5da9bc['childUnitId'],_0x1e9bfe[_0x4a43b9(0x5c0)]),_0x37e76f=_0x45ffd8((_0x17c32d=_0x556836['getConfig'](_0x3579cd))==null?void 0x0:_0x17c32d),_0x1dda3c=()=>_0x5da9bc[_0x4a43b9(0x51d)][_0x4a43b9(0x4ce)](),_0x1dfc15=()=>({'x':_0x1dda3c()[_0x4a43b9(0x384)]/0x2,'y':_0x1dda3c()['height']/0x2}),_0x47007f=_0x3990ad=>_0x20e12f[_0x4a43b9(0x16f)](_0x3990ad,_0x1dfc15());return _0x3aab6f(_0x4a43b9(0x50f),{'className':_0x48963c(_0x4a43b9(0x573),{'univer-hidden':_0x227dcb===_0x4a43b9(0x2e8),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5da9bc[_0x4a43b9(0x3dc)],'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x5da9bc[_0x4a43b9(0x3dc)],'-univer-top-[44px]':!_0x5da9bc['fullscreen']}),'data-embed-floating-menu':_0x4a43b9(0x1ac),'data-embed-id':_0x5da9bc[_0x4a43b9(0x3a8)],'data-embed-float-stage':_0x227dcb,'onPointerDown':_0x56f888=>_0x56f888[_0x4a43b9(0x539)](),'children':[_0xdab386(_0x4a43b9(0x360),{'title':_0x529298['t'](_0x4a43b9(0x15f)),'children':_0xdab386(_0x278794,{'onClick':()=>{const _0x3fe5eb=_0x4a43b9;let _0x243e75=_0x1dda3c();_0x453259['fitContent'](_0x4e360d==null?null:_0x4e360d,{'viewportSize':{'width':_0x243e75[_0x3fe5eb(0x384)],'height':_0x243e75[_0x3fe5eb(0x103)]},'padding':Math['max'](0x10,Math['min'](0x40,Math[_0x3fe5eb(0x3e7)](_0x243e75[_0x3fe5eb(0x384)],_0x243e75['height'])*0.08)),'zoom':_0x37e76f});},'children':_0xdab386(_0x11b512,{})})}),_0xdab386('span',{'title':_0x529298['t'](_0x4a43b9(0x295)),'children':_0xdab386(_0x278794,{'onClick':()=>_0x47007f(_0x5231fe[_0x4a43b9(0x56d)]-_0x37e76f['zoomStep']),'children':_0xdab386(_0x306b88,{})})}),_0xdab386('span',{'title':_0x529298['t'](_0x4a43b9(0x4c1)),'children':_0x3aab6f(_0x278794,{'noIcon':!0x0,'onClick':()=>_0x47007f(0x1),'children':[Math['round'](_0x5231fe[_0x4a43b9(0x56d)]*0x64),'%']})}),_0xdab386(_0x4a43b9(0x360),{'title':_0x529298['t'](_0x4a43b9(0x249)),'children':_0xdab386(_0x278794,{'onClick':()=>_0x47007f(_0x5231fe[_0x4a43b9(0x56d)]+_0x37e76f[_0x4a43b9(0x3cf)]),'children':_0xdab386(_0xb8facb,{})})}),_0xdab386(_0x4a43b9(0x360),{'title':_0x529298['t'](_0x4a43b9(0x5b8)),'children':_0xdab386(_0x278794,{'className':_0x4a43b9(0x1c9),'onClick':()=>void _0x5e2fb9[_0x4a43b9(0x42f)](_0x395f08['id'],{'hostUnitId':_0x5da9bc[_0x4a43b9(0x5db)],'embedId':_0x5da9bc['embedId']}),'children':_0xdab386(_0x24b382,{})})})]});}function Jd(_0x28f5dd){const _0xd3054d=_0x1875ac;var _0x5d873a,_0xa7aecc;return _0x28f5dd[_0xd3054d(0x3dc)]?_0xd3054d(0x3fb):((_0x5d873a=_0x28f5dd[_0xd3054d(0x417)])==null?void 0x0:_0x5d873a['embedId'])===_0x28f5dd['embedId']?(_0xa7aecc=_0x28f5dd['active'][_0xd3054d(0x228)])==null?_0xd3054d(0x369):_0xa7aecc:_0xd3054d(0x2e8);}function Yd(_0x5e9f46){const _0x23a806=_0x1875ac;du(_0x5e9f46,_0x23a806(0x362),Xd);}function Xd(_0x330f0c){const _0x2e111e=_0x1875ac;let _0x59b322=_0x330f0c[_0x2e111e(0xdd)](No),_0x229614=_0x330f0c[_0x2e111e(0xdd)](jo),_0xa44c6f=_0x330f0c[_0x2e111e(0xdd)](Pa),_0x195a58=_0x330f0c[_0x2e111e(0xdd)](Mo),_0x3ba379=_0x330f0c[_0x2e111e(0xdd)](Xs),_0x43866c=_0x330f0c[_0x2e111e(0xdd)](ac),_0x85a332=Bd();_0x59b322[_0x2e111e(0xdd)](_0x85a332[_0x2e111e(0x3f8)],_0x85a332[_0x2e111e(0x4e4)])||_0x59b322[_0x2e111e(0x134)](_0x85a332);let _0x4d67ce=Hd();_0x229614[_0x2e111e(0xdd)](_0x4d67ce['childType'])||_0x229614[_0x2e111e(0x134)](_0x4d67ce);let _0x1e2d0e=zd();_0xa44c6f[_0x2e111e(0xdd)](_0x1e2d0e[_0x2e111e(0x2dc)])||_0xa44c6f[_0x2e111e(0x134)](_0x1e2d0e),Gd()['forEach'](_0x2f555a=>{const _0x53f2e6=_0x2e111e;_0x195a58[_0x53f2e6(0x296)](_0x2f555a['hostType'],_0x2f555a[_0x53f2e6(0x4e4)],_0x2f555a['childType'])||_0x195a58[_0x53f2e6(0x134)](_0x2f555a);}),_0x3ba379[_0x2e111e(0x26a)](iu(_0x330f0c,{'childType':_0x1e9bfe[_0x2e111e(0x5c0)],'renderManagerService':_0x15403f})),_0x43866c['get'](_0x1e9bfe[_0x2e111e(0x5c0)])||_0x43866c['register'](Vd()),_0x330f0c[_0x2e111e(0xdd)](_0x15403f)['registerRenderModule'](_0x1e9bfe['UNIVER_BOARD'],Rd);}const Zd={'mode':'fit-width','target':_0x1875ac(0x166),'paddingX':0x0,'minScale':0x0,'align':_0x1875ac(0x382)};function Qd(){const _0x495a75=_0x1875ac;return hu({'childType':_0x1e9bfe[_0x495a75(0x1c1)],'productName':'Docs'});}function $d(){const _0x206e07=_0x1875ac;return{'childType':_0x1e9bfe[_0x206e07(0x1c1)],'supportedLayouts':[_0x206e07(0x379),_0x206e07(0xe4),'scroll-contained'],'beforeDeactivate':ef,'mount':_0x1642d9=>_0x1642d9[_0x206e07(0x194)][_0x206e07(0x587)]===_0x206e07(0x303)?Yl(_0x1642d9,_0x15403f,void 0x0,{'scopedInjector':tf(_0x1642d9[_0x206e07(0x3a4)]['injector'])}):Yl(_0x1642d9,_0x15403f)};}function ef(_0x3b7411){const _0x45e70b=_0x1875ac;var _0x3a1493;let _0x40d8ec=_0x3b7411[_0x45e70b(0x410)][_0x45e70b(0xdd)](_0x15403f)[_0x45e70b(0x3af)](_0x3b7411['childUnitId']),_0x37b6b1=_0x40d8ec==null?void 0x0:_0x40d8ec[_0x45e70b(0x113)](_0x5af13f);_0x40d8ec==null||(_0x3a1493=_0x40d8ec['with'](_0x5952d1))==null||_0x3a1493[_0x45e70b(0x487)](),_0x37b6b1==null||_0x37b6b1['removeAllRanges'](),_0x37b6b1==null||_0x37b6b1['blur']();}function tf(_0x2ae402){return Ua(_0x2ae402,new Map([[_0x2d09b8,_0x9c648a=>nf(_0x9c648a)]]));}function nf(_0x17ada3){const _0x13a0fa=_0x1875ac;return{..._0x17ada3,'fitToWidth':{..._0x17ada3==null?void 0x0:_0x17ada3[_0x13a0fa(0xbf)],...Zd}};}let rf=class extends _0x331c65{constructor(_0x3e47c4,_0x26bf0c,_0x2e9c8d,_0x2bb374,_0x389ee7,_0x1aacc1){const _0x366772=_0x1875ac;super(),this[_0x366772(0x55c)]=_0x3e47c4,this[_0x366772(0x115)]=_0x26bf0c,this[_0x366772(0x58e)]=_0x2e9c8d,this[_0x366772(0x2d8)]=_0x2bb374,this[_0x366772(0x415)]=_0x389ee7,this['_renderManagerService']=_0x1aacc1,J(this,_0x366772(0x20a),new Map()),J(this,_0x366772(0x431),new Map());let _0x2a844a=_0xb7bf46(()=>{const _0x19d11a=_0x366772;this['_rerenderHostDoc']()||this[_0x19d11a(0x3c0)]();});this['disposeWithMe'](_0x2a844a),this[_0x366772(0x253)]({'dispose':()=>{const _0x4e995a=_0x366772;this[_0x4e995a(0x20a)][_0x4e995a(0x1f4)](),this[_0x4e995a(0x431)][_0x4e995a(0x1f4)]();}});let _0x105565=this[_0x366772(0x115)][_0x366772(0x342)](_0x1e9bfe[_0x366772(0x57f)])[_0x366772(0x3a2)](()=>{_0x2a844a['schedule']();}),_0x307940=this[_0x366772(0x115)][_0x366772(0x342)](_0x1e9bfe['UNIVER_BASE'])[_0x366772(0x3a2)](()=>{const _0x4937cd=_0x366772;_0x2a844a[_0x4937cd(0x112)]();});this[_0x366772(0x253)](_0xc4495d(()=>_0x105565['unsubscribe']())),this[_0x366772(0x253)](_0xc4495d(()=>_0x307940[_0x366772(0x19a)]()));let _0xdeeb73=_0x216b3a((_0x201f29,_0x3ff0b7,_0x270df6)=>{const _0x4c9d7c=_0x366772;var _0x1aed4a,_0x572d68,_0x321dda;if(_0x201f29!==this[_0x4c9d7c(0x55c)][_0x4c9d7c(0x2c1)])return null;let _0x34fb1b=this[_0x4c9d7c(0x129)]();if(!_0x34fb1b)return null;let _0x56d4bc=(_0x1aed4a=_0x34fb1b[_0x4c9d7c(0x286)])==null?void 0x0:_0x1aed4a[_0x3ff0b7],_0x152cf3=_0x56d4bc==null?void 0x0:_0x56d4bc[_0x4c9d7c(0x12a)],_0x241fad=_0x152cf3==null?void 0x0:_0x152cf3[_0x4c9d7c(0x2dc)];if(_0x241fad!==_0x1e9bfe['UNIVER_SHEET']&&_0x241fad!==_0x1e9bfe[_0x4c9d7c(0x47c)])return null;let _0x5086e6=this[_0x4c9d7c(0x215)](),_0x125f2c=this[_0x4c9d7c(0x39f)](_0x152cf3,_0x241fad),_0x117923=_0x125f2c?this[_0x4c9d7c(0x1d8)](_0x125f2c,_0x241fad,_0x2a844a[_0x4c9d7c(0x112)]):void 0x0,_0x288ff8=_0x125f2c&&_0x117923!=null?this[_0x4c9d7c(0x2d8)]['measureContentSize']({'childType':_0x241fad,'childUnit':_0x117923,'childUnitId':_0x125f2c,'viewportWidth':_0x270df6['fallbackWidth']}):void 0x0,_0x10f8ec=_0x556e32(_0x241fad),_0x2b2b16=of(_0x270df6[_0x4c9d7c(0x48c)],_0x10f8ec['height']),_0x2a134b=of(_0x270df6[_0x4c9d7c(0x441)],_0x10f8ec['width']);return _0x4d682a({'childType':_0x241fad,'contentHeight':(_0x572d68=_0x288ff8==null?void 0x0:_0x288ff8[_0x4c9d7c(0x103)])==null?_0x2b2b16:_0x572d68,'contentWidth':_0x288ff8==null?void 0x0:_0x288ff8[_0x4c9d7c(0x384)],'docsLeft':this[_0x4c9d7c(0x34f)](),'documentFlavor':(_0x321dda=_0x34fb1b[_0x4c9d7c(0xb6)])==null?void 0x0:_0x321dda['documentFlavor'],'fallbackHeight':_0x2b2b16,'fallbackWidth':_0x2a134b,'pageMarginLeft':_0x270df6[_0x4c9d7c(0x4f0)],'pageMarginRight':_0x270df6['pageMarginRight'],'pageWidth':_0x270df6[_0x4c9d7c(0x433)],'scale':this[_0x4c9d7c(0x55c)]['scene']['getAncestorScale']()['scaleX']||0x1,'visibleCanvasHeight':_0x5086e6==null?void 0x0:_0x5086e6[_0x4c9d7c(0x103)],'visibleCanvasLeft':_0x5086e6==null?void 0x0:_0x5086e6['left'],'visibleCanvasWidth':_0x5086e6==null?void 0x0:_0x5086e6['width']});});this[_0x366772(0x253)]({'dispose':_0xdeeb73}),this['disposeWithMe'](this['_commandService'][_0x366772(0x566)](_0x209632=>{const _0x4286dd=_0x366772;if(_0x209632['id']===_0x1aab57['id'])return;let _0x3d7e3c=this[_0x4286dd(0x129)]();_0x3d7e3c&&_0x34b54a({'childUnitIds':_0x468e9a(_0x3d7e3c['drawings'],_0x1571e6=>this[_0x4286dd(0x39f)](_0x1571e6)),'commandId':_0x209632['id'],'commandParams':_0x209632['params'],'hostUnitId':this[_0x4286dd(0x55c)][_0x4286dd(0x2c1)]})&&_0x2a844a['schedule']();}));}[_0x1875ac(0x138)](){const _0x2a16ef=_0x1875ac;var _0x2eeb24;if(!this[_0x2a16ef(0x5c5)])return(_0x2eeb24=this[_0x2a16ef(0x55c)]['unit'])==null?void 0x0:_0x2eeb24;}[_0x1875ac(0x129)](){const _0x43af5d=_0x1875ac;var _0x2ed05c;return(_0x2ed05c=this[_0x43af5d(0x138)]())==null?void 0x0:_0x2ed05c[_0x43af5d(0x243)]();}[_0x1875ac(0x13e)](){const _0x202526=_0x1875ac;let _0x3d0db2=this[_0x202526(0x124)][_0x202526(0x3af)](this[_0x202526(0x55c)]['unitId']);try{var _0xc693e2;let _0x59b29f=_0x3d0db2==null||(_0xc693e2=_0x3d0db2[_0x202526(0x113)])==null?void 0x0:_0xc693e2[_0x202526(0x238)](_0x3d0db2,_0x3ca7a0);return _0x59b29f?(_0x59b29f[_0x202526(0x41f)](this['_context']['unitId']),!0x0):!0x1;}catch{return!0x1;}}[_0x1875ac(0x3c0)](){const _0x2a0735=_0x1875ac;let _0xb7f651=this[_0x2a0735(0x138)](),_0x20689c=_0xb7f651==null?void 0x0:_0xb7f651['zoomRatio'];typeof _0x20689c==_0x2a0735(0x381)&&this[_0x2a0735(0x58e)][_0x2a0735(0x562)](_0x1aab57['id'],{'unitId':this[_0x2a0735(0x55c)][_0x2a0735(0x2c1)],'zoomRatio':_0x20689c});}['_resolveChildUnitId'](_0xbf1ec0,_0x37a125){const _0x3030e8=_0x1875ac;if(!_0xbf1ec0||typeof _0xbf1ec0!=_0x3030e8(0x599))return;let _0x20e735=_0xbf1ec0,_0x5adc3f=typeof _0x20e735['childType']==_0x3030e8(0x381)?_0x20e735['childType']:_0x37a125;if(_0x5adc3f!==_0x1e9bfe[_0x3030e8(0x57f)]&&_0x5adc3f!==_0x1e9bfe['UNIVER_BASE'])return;if(typeof _0x20e735['childUnitId']==_0x3030e8(0x5ce))return _0x20e735['childUnitId'];if(typeof _0x20e735[_0x3030e8(0x3a8)]!=_0x3030e8(0x5ce))return;let _0x5df888=typeof _0x20e735['hostUnitId']==_0x3030e8(0x5ce)?_0x20e735[_0x3030e8(0x5db)]:this['_context'][_0x3030e8(0x2c1)],_0x5a6fef=this[_0x3030e8(0x415)][_0x3030e8(0x3cc)](_0x5df888,_0x20e735[_0x3030e8(0x3a8)]);if((_0x5a6fef==null?void 0x0:_0x5a6fef[_0x3030e8(0x2dc)])===_0x5adc3f){if(typeof _0x5a6fef['childUnitId']==_0x3030e8(0x5ce))return _0x5a6fef[_0x3030e8(0x584)];try{return _0x3248af(_0x5a6fef[_0x3030e8(0x2fa)][_0x3030e8(0x5b3)]);}catch{return;}}}[_0x1875ac(0x1d8)](_0x56c91a,_0x1bdd95,_0x1686f7){const _0x15304a=_0x1875ac;let _0x10ec6d=_0x1bdd95+':'+_0x56c91a;if(this['_resolvedChildUnits'][_0x15304a(0x47a)](_0x10ec6d))return this[_0x15304a(0x20a)][_0x15304a(0xdd)](_0x10ec6d);let _0x344b9c=this[_0x15304a(0x115)][_0x15304a(0x222)](_0x56c91a,_0x1bdd95);if(_0x344b9c!=null){if(!af(_0x344b9c))return this['_resolvedChildUnits']['set'](_0x10ec6d,_0x344b9c),_0x344b9c;if(!this[_0x15304a(0x431)][_0x15304a(0x47a)](_0x10ec6d)){let _0x588a83=Promise['resolve'](_0x344b9c)[_0x15304a(0x135)](_0x51736d=>(this[_0x15304a(0x431)]['delete'](_0x10ec6d),this[_0x15304a(0x20a)][_0x15304a(0x116)](_0x10ec6d,_0x51736d),this['_disposed']||_0x1686f7(),_0x51736d),()=>{const _0x42f570=_0x15304a;this['_pendingChildUnits'][_0x42f570(0x5c4)](_0x10ec6d);});this['_pendingChildUnits'][_0x15304a(0x116)](_0x10ec6d,_0x588a83);}}}[_0x1875ac(0x34f)](){const _0x1e000c=_0x1875ac;var _0x1b512e,_0xcce85c,_0x771314;return(_0x1b512e=(_0xcce85c=this[_0x1e000c(0x55c)][_0x1e000c(0x426)])==null||(_0x771314=_0xcce85c[_0x1e000c(0x49a)])==null||(_0x771314=_0x771314[_0x1e000c(0x238)](_0xcce85c))==null?void 0x0:_0x771314['docsLeft'])==null?0x0:_0x1b512e;}[_0x1875ac(0x215)](){const _0x2b10d4=_0x1875ac;var _0x37e4b8,_0x3f7b2e,_0x4abb8e,_0x31710a,_0x2e31d6,_0x15543d,_0x1910c6,_0x1bdd3f,_0x1742ff,_0x1001a8,_0xa3ebb0;let _0x5d3159=this[_0x2b10d4(0x55c)][_0x2b10d4(0x1c2)]['getAncestorScale']()[_0x2b10d4(0x407)]||0x1,_0x2b3295=this[_0x2b10d4(0x55c)][_0x2b10d4(0x1c2)][_0x2b10d4(0x588)]()[_0x2b10d4(0x330)]||0x1,_0x546ff2=(_0x37e4b8=(_0x3f7b2e=this[_0x2b10d4(0x55c)][_0x2b10d4(0x1c2)]['getViewport'](_0x4949b9[_0x2b10d4(0x292)]))==null?void 0x0:_0x3f7b2e[_0x2b10d4(0x137)])==null?0x0:_0x37e4b8,_0x1820b4=(_0x4abb8e=(_0x31710a=this[_0x2b10d4(0x55c)][_0x2b10d4(0x57c)])['getCanvasElement'])==null||(_0x4abb8e=_0x4abb8e[_0x2b10d4(0x238)](_0x31710a))==null||(_0x2e31d6=_0x4abb8e[_0x2b10d4(0x4ce)])==null?void 0x0:_0x2e31d6['call'](_0x4abb8e),_0x3aa4c2=_0x1820b4==null?void 0x0:_0x1820b4[_0x2b10d4(0x384)],_0x4811fc=_0x1820b4==null?void 0x0:_0x1820b4['height'],_0x273a32=(_0x15543d=(_0x1910c6=this['_context'][_0x2b10d4(0x426)])==null?void 0x0:_0x1910c6[_0x2b10d4(0x384)])==null?this[_0x2b10d4(0x55c)][_0x2b10d4(0x1c2)][_0x2b10d4(0x384)]:_0x15543d,_0x1ef6d3=((_0x1bdd3f=_0x3aa4c2==null?_0x273a32:_0x3aa4c2)==null?0x0:_0x1bdd3f)/_0x5d3159,_0x2708d0=(_0x1742ff=(_0x1001a8=this['_context'][_0x2b10d4(0x426)])==null?void 0x0:_0x1001a8[_0x2b10d4(0x103)])==null?this[_0x2b10d4(0x55c)][_0x2b10d4(0x1c2)]['height']:_0x1742ff,_0x48ccda=((_0xa3ebb0=_0x4811fc==null?_0x2708d0:_0x4811fc)==null?0x0:_0xa3ebb0)/_0x2b3295;return!_0x1ef6d3||!Number[_0x2b10d4(0x283)](_0x1ef6d3)||_0x1ef6d3<=0x0||!_0x48ccda||!Number[_0x2b10d4(0x283)](_0x48ccda)||_0x48ccda<=0x0?null:{'height':_0x48ccda,'left':_0x546ff2,'width':_0x1ef6d3};}};rf=Lo([Q(0x1,_0x1f7509(_0x211037)),Q(0x2,_0x1f7509(_0x34195e)),Q(0x3,_0x1f7509(Jl)),Q(0x4,_0x1f7509(_0x1b3737)),Q(0x5,_0x15403f)],rf);function af(_0x4237a4){const _0x4fc501=_0x1875ac;return!!_0x4237a4&&typeof _0x4237a4[_0x4fc501(0x135)]==_0x4fc501(0x39e);}function of(_0x48d28f,_0x401a5a){const _0x1ec7c2=_0x1875ac;return typeof _0x48d28f==_0x1ec7c2(0x381)&&Number[_0x1ec7c2(0x283)](_0x48d28f)&&_0x48d28f>0x1?_0x48d28f:_0x401a5a;}function sf(_0x15dee8,_0x3964e6,_0x2a318d){const _0xa77c=_0x1875ac;return{..._0x11b99f(_0x15dee8,_0x3964e6),'afterCreateAnchor':_0x5468e0=>lf(_0x2a318d,_0x5468e0['hostUnitId']),'afterRemoveAnchor':_0x4f6487=>lf(_0x2a318d,_0x4f6487[_0xa77c(0x5db)])};}function cf(){const _0x59c96a=_0x1875ac;return{'hostType':_0x1e9bfe['UNIVER_DOC'],'entry':_0x59c96a(0x59a),'layout':_0x59c96a(0x5de),'supportedLayouts':['docs-sticky-sheet','docs-sticky-base','aspect-fit',_0x59c96a(0x449),_0x59c96a(0x151)],'menuBehavior':_0x59c96a(0x49c)};}function lf(_0x3c1302,_0x118c28){const _0x415b70=_0x1875ac;var _0x42a7b3,_0x126bc0,_0x167b7d,_0x31b653;if(!_0x3c1302)return;let _0x36fade=_0x3c1302['getRenderById'](_0x118c28);if(_0x36fade){for(let _0x39cc2c of _0x36fade[_0x415b70(0x139)]['values']()){var _0x57ecc0;(_0x57ecc0=_0x39cc2c['makeDirty'])==null||_0x57ecc0[_0x415b70(0x238)](_0x39cc2c);}(_0x42a7b3=_0x36fade[_0x415b70(0x57c)])==null||_0x42a7b3[_0x415b70(0x38a)](),(_0x126bc0=_0x36fade[_0x415b70(0x1c2)])==null||_0x126bc0['makeDirty'](),(_0x167b7d=_0x36fade[_0x415b70(0x113)])==null||(_0x167b7d=_0x167b7d[_0x415b70(0x238)](_0x36fade,_0x5b9df2))==null||(_0x31b653=_0x167b7d['calculatePagePosition'])==null||_0x31b653[_0x415b70(0x238)](_0x167b7d);}}function uf(_0x1e3a8f){const _0x2b6bbe=_0x1875ac;return{'childType':_0x1e9bfe[_0x2b6bbe(0x1c1)],'handleWheel':_0x4e2ba5=>{const _0x42afba=_0x2b6bbe;let _0x1c3fe5=_0x1e3a8f[_0x42afba(0x47a)](oc)?_0x1e3a8f[_0x42afba(0xdd)](oc):void 0x0;if((_0x1c3fe5==null?void 0x0:_0x1c3fe5[_0x42afba(0x3e8)](_0x4e2ba5))===!0x0)return!0x0;if(!_0x1e3a8f[_0x42afba(0x47a)](_0x15403f))return!0x1;let _0x181abe=_0x1e3a8f['get'](_0x15403f)['getRenderById'](_0x4e2ba5[_0x42afba(0x584)]),_0x1649e2=_0x181abe==null?void 0x0:_0x181abe['scene'];return wl(_0x4e2ba5,_0x1649e2==null?void 0x0:_0x1649e2[_0x42afba(0x1d7)](_0x4949b9[_0x42afba(0x292)]),_0x1649e2);}};}function df(){const _0x14d2c4=_0x1875ac;return ad({'childType':_0x1e9bfe[_0x14d2c4(0x1c1)],'mount':ff});}function ff(_0x25d7ce){const _0x56d08c=_0x1875ac;let _0x52612d=id(_0x25d7ce),_0x1eb21c=document[_0x56d08c(0x57b)](_0x56d08c(0x50f));_0x1eb21c[_0x56d08c(0x56a)](_0x56d08c(0x43d),_0x25d7ce['descriptor']['entry']),_0x52612d[_0x56d08c(0x273)](_0x1eb21c);let _0x4dfe7e=Zo(_0x1eb21c);return _0x4dfe7e[_0x56d08c(0x319)](_0x3afca7(Go,{'injector':_0x25d7ce[_0x56d08c(0x3a4)][_0x56d08c(0x410)],'mountContainer':_0x52612d,'embedId':_0x25d7ce[_0x56d08c(0x3a8)]},_0x3afca7(pf,{'hostUnitId':_0x25d7ce[_0x56d08c(0x5db)],'embedId':_0x25d7ce[_0x56d08c(0x3a8)],'entry':_0x25d7ce[_0x56d08c(0x47b)][_0x56d08c(0x4e4)],'fullscreen':!!_0x25d7ce['renderScope'][_0x56d08c(0x3dc)],'usesDomFloatingStage':_0x25d7ce[_0x56d08c(0x47b)][_0x56d08c(0x4e4)]!==_0x56d08c(0x14a),'renderScopeActive$':_0x25d7ce[_0x56d08c(0x194)][_0x56d08c(0x25f)]}))),_0xc4495d(()=>{const _0x3a7b02=_0x56d08c;Qo(_0x4dfe7e),globalThis[_0x3a7b02(0x220)](()=>_0x1eb21c[_0x3a7b02(0x191)](),0x0);});}function pf(_0x1c15ea){const _0x3e2ba0=_0x1875ac;let {hostUnitId:_0xa7daf1,embedId:_0x1bf2f5,entry:_0x108440,fullscreen:_0x40ddec,usesDomFloatingStage:_0x4229bb,renderScopeActive$:_0x41b624}=_0x1c15ea,_0x222ba6=_0x46d85f(()=>_0x41b624,!0x1,!0x1,[_0x41b624]),_0x1504a2=_0x232abb(_0x34195e),_0x4052cc=_0x232abb(Fa),_0x2f86a6=Js({'embedId':_0x1bf2f5,'active':_0x46d85f(()=>_0x4052cc[_0x3e2ba0(0x25f)],_0x4052cc[_0x3e2ba0(0x399)](),!0x1,[_0x4052cc]),'fullscreen':_0x40ddec,'usesDomFloatingStage':_0x4229bb,'renderScopeActive':_0x222ba6});return _0xdab386(_0x3e2ba0(0x50f),{'className':_0x48963c('univer-docs-embed-floating-menu\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white',{'univer-hidden':_0x2f86a6!==_0x3e2ba0(0x3fb),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x40ddec,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x40ddec,'-univer-top-9':!_0x40ddec&&_0x108440!==_0x3e2ba0(0x59a),'-univer-top-[52px]':!_0x40ddec&&_0x108440==='docs-custom-block'}),'data-embed-floating-menu':_0x3e2ba0(0x1ac),'data-embed-id':_0x1bf2f5,'data-embed-float-stage':_0x2f86a6,'onPointerDown':_0x21de4a=>_0x21de4a['stopPropagation'](),'children':_0xdab386(_0x55cedb,{'type':'button','size':_0x3e2ba0(0x208),'variant':_0x3e2ba0(0x250),'className':_0x3e2ba0(0x550),'onClick':()=>{const _0x43cc0e=_0x3e2ba0;_0x1504a2[_0x43cc0e(0x42f)](_0x395f08['id'],{'hostUnitId':_0xa7daf1,'embedId':_0x1bf2f5});},'children':_0xdab386(_0x24b382,{})})});}function mf(_0x33c622){const _0x2a982e=_0x1875ac;du(_0x33c622,_0x2a982e(0x3ad),hf);}function hf(_0x232a29){const _0x292416=_0x1875ac;let _0x2d693a=_0x232a29['get'](_0x6d41fb),_0xf8183=_0x232a29[_0x292416(0xdd)](No),_0x1e893a=_0x232a29['get'](jo),_0x3bd031=_0x232a29[_0x292416(0xdd)](Pa),_0x50dede=_0x232a29['get'](Mo),_0x5ec14=_0x232a29[_0x292416(0xdd)](Xs),_0x14c106=_0x232a29[_0x292416(0xdd)](ac),_0x5774e0=_0x232a29['has'](_0x2ed13a)?_0x232a29[_0x292416(0xdd)](_0x2ed13a):void 0x0,_0x5645ef=_0x232a29[_0x292416(0x47a)](_0x211037)?_0x232a29['get'](_0x211037):void 0x0,_0x4f4876=_0x232a29[_0x292416(0x47a)](_0x15403f)?_0x232a29[_0x292416(0xdd)](_0x15403f):void 0x0;_0x4f4876==null||_0x4f4876[_0x292416(0x43b)](_0x1e9bfe['UNIVER_DOC'],[rf]);let _0xef991a=sf(_0x5774e0,_0x5645ef,_0x4f4876);_0x2d693a[_0x292416(0xdd)](_0xef991a[_0x292416(0x3f8)],_0xef991a[_0x292416(0x4e4)])||_0x2d693a[_0x292416(0x134)](_0xef991a);let _0x3e3d3e=cf();_0xf8183['get'](_0x3e3d3e[_0x292416(0x3f8)],_0x3e3d3e[_0x292416(0x4e4)])||_0xf8183[_0x292416(0x134)](_0x3e3d3e);let _0x41818d=$d();_0x1e893a['get'](_0x41818d['childType'])||_0x1e893a[_0x292416(0x134)](_0x41818d);let _0x280910=Qd();_0x3bd031[_0x292416(0xdd)](_0x280910[_0x292416(0x2dc)])||_0x3bd031[_0x292416(0x134)](_0x280910),df()['forEach'](_0x49821a=>{const _0x2f7a96=_0x292416;_0x50dede[_0x2f7a96(0x296)](_0x49821a[_0x2f7a96(0x3f8)],_0x49821a[_0x2f7a96(0x4e4)],_0x49821a[_0x2f7a96(0x2dc)])||_0x50dede[_0x2f7a96(0x134)](_0x49821a);}),_0x5ec14[_0x292416(0x26a)](iu(_0x232a29,{'childType':_0x1e9bfe['UNIVER_DOC'],'renderManagerService':_0x15403f})),_0x14c106[_0x292416(0xdd)](_0x1e9bfe[_0x292416(0x1c1)])||_0x14c106['register'](uf(_0x232a29));}function gf(){const _0x2e9447=_0x1875ac;return{'childType':_0x1e9bfe[_0x2e9447(0x57f)],'measureContentSize':_0x2cfdda=>{let _0x508a79=_f(_0x2cfdda['childUnit']),_0x2483a1=vf(_0x2cfdda['childUnit']);return _0x508a79==null&&_0x2483a1==null?void 0x0:{'height':_0x508a79,'width':_0x2483a1};}};}function _f(_0xcdddbf){const _0xcfa938=_0x1875ac;var _0x1e41b9,_0x389699,_0x3251de;let _0x3b4774=_0xcdddbf,_0x4e3af8=_0x3b4774==null||(_0x1e41b9=_0x3b4774[_0xcfa938(0x4a9)])==null?void 0x0:_0x1e41b9[_0xcfa938(0x238)](_0x3b4774,!0x0);if(!_0x4e3af8)return;let _0x2ac128=yf(_0x4e3af8);if(!Number[_0xcfa938(0x283)](_0x2ac128)||_0x2ac128==null||_0x2ac128<0x0)return;let _0x28c7bd=(_0x389699=_0x4e3af8[_0xcfa938(0x168)])==null||(_0x389699=_0x389699[_0xcfa938(0x238)](_0x4e3af8))==null?void 0x0:_0x389699['columnHeader'],_0x280ddc=wf((_0x3251de=_0x4e3af8[_0xcfa938(0x168)])==null||(_0x3251de=_0x3251de[_0xcfa938(0x238)](_0x4e3af8))==null?void 0x0:_0x3251de[_0xcfa938(0x55e)],_0x12792f),_0x46b712=_0x28c7bd!=null&&_0x28c7bd[_0xcfa938(0x2df)]?0x0:wf(_0x28c7bd==null?void 0x0:_0x28c7bd['height'],0x18),_0x8827ae=0x0;for(let _0x4201c3=0x0;_0x4201c3<_0x2ac128;_0x4201c3++){var _0x3ae41e,_0x4c13ab;((_0x3ae41e=_0x4e3af8[_0xcfa938(0x10e)])==null?void 0x0:_0x3ae41e[_0xcfa938(0x238)](_0x4e3af8,_0x4201c3))!==!0x1&&(_0x8827ae+=Tf((_0x4c13ab=_0x4e3af8['getRowHeight'])==null?void 0x0:_0x4c13ab['call'](_0x4e3af8,_0x4201c3),_0x280ddc));}return _0x46b712+_0x8827ae;}function vf(_0x43c0dd){const _0x211c89=_0x1875ac;var _0x499637,_0x4b7f83,_0x10618b;let _0x4a69ed=_0x43c0dd,_0x5d5901=_0x4a69ed==null||(_0x499637=_0x4a69ed[_0x211c89(0x4a9)])==null?void 0x0:_0x499637['call'](_0x4a69ed,!0x0);if(!_0x5d5901)return;let _0x2cdc4e=bf(_0x5d5901);if(!Number[_0x211c89(0x283)](_0x2cdc4e)||_0x2cdc4e==null||_0x2cdc4e<0x0)return;let _0x539b3a=(_0x4b7f83=_0x5d5901[_0x211c89(0x168)])==null||(_0x4b7f83=_0x4b7f83[_0x211c89(0x238)](_0x5d5901))==null?void 0x0:_0x4b7f83[_0x211c89(0x4e0)],_0x186bb5=wf((_0x10618b=_0x5d5901[_0x211c89(0x168)])==null||(_0x10618b=_0x10618b[_0x211c89(0x238)](_0x5d5901))==null?void 0x0:_0x10618b[_0x211c89(0x590)],_0x20d889),_0x208848=_0x539b3a!=null&&_0x539b3a[_0x211c89(0x2df)]?0x0:wf(_0x539b3a==null?void 0x0:_0x539b3a['width'],_0x2bb648),_0x1ec856=0x0;for(let _0x29fd30=0x0;_0x29fd30<_0x2cdc4e;_0x29fd30++){var _0x4fd89f,_0x572d74;((_0x4fd89f=_0x5d5901[_0x211c89(0x363)])==null?void 0x0:_0x4fd89f[_0x211c89(0x238)](_0x5d5901,_0x29fd30))!==!0x1&&(_0x1ec856+=wf((_0x572d74=_0x5d5901[_0x211c89(0x37a)])==null?void 0x0:_0x572d74[_0x211c89(0x238)](_0x5d5901,_0x29fd30),_0x186bb5));}return _0x208848+_0x1ec856;}function yf(_0x507bba){const _0x19a4d9=_0x1875ac;var _0x23e3ab;return Sf((_0x23e3ab=_0x507bba['getRowCount'])==null?void 0x0:_0x23e3ab[_0x19a4d9(0x238)](_0x507bba));}function bf(_0x159c4a){const _0x100e07=_0x1875ac;var _0x259467,_0x2fdb6a,_0x13c48e;let _0x19044c=(_0x259467=_0x159c4a[_0x100e07(0xdc)])==null?void 0x0:_0x259467[_0x100e07(0x238)](_0x159c4a),_0x3b9e5a=_0x19044c==null||(_0x2fdb6a=_0x19044c[_0x100e07(0x519)])==null?void 0x0:_0x2fdb6a[_0x100e07(0x238)](_0x19044c);return xf(_0x19044c,_0x3b9e5a,_0x3b9e5a==null?void 0x0:_0x3b9e5a[_0x100e07(0x4a3)],(_0x13c48e=_0x159c4a['getColumnCount'])==null?void 0x0:_0x13c48e[_0x100e07(0x238)](_0x159c4a));}function xf(_0x55cce3,_0x10c246,_0x199264,_0x3c394c){const _0x10e315=_0x1875ac;if(_0x55cce3==null)return Sf(_0x3c394c);if(!Cf(_0x10c246)||typeof _0x199264!=_0x10e315(0x381)||!Number[_0x10e315(0x283)](_0x199264)||_0x199264<0x0)return;let _0x45c58f=Math[_0x10e315(0x423)](_0x199264)+0x1,_0x3136cb=Sf(_0x3c394c);return _0x3136cb==null?_0x45c58f:Math[_0x10e315(0x3e7)](_0x45c58f,_0x3136cb);}function Sf(_0x235f33){const _0x26ff09=_0x1875ac;return typeof _0x235f33==_0x26ff09(0x381)&&Number[_0x26ff09(0x283)](_0x235f33)&&_0x235f33>=0x0?Math[_0x26ff09(0x423)](_0x235f33):void 0x0;}function Cf(_0x4f48c4){const _0x144537=_0x1875ac;return typeof(_0x4f48c4==null?void 0x0:_0x4f48c4[_0x144537(0x46a)])==_0x144537(0x381)&&Number['isFinite'](_0x4f48c4['endRow'])&&_0x4f48c4[_0x144537(0x46a)]>=0x0&&typeof _0x4f48c4[_0x144537(0x4a3)]==_0x144537(0x381)&&Number[_0x144537(0x283)](_0x4f48c4[_0x144537(0x4a3)])&&_0x4f48c4[_0x144537(0x4a3)]>=0x0;}function wf(_0x181c4d,_0x4505f4){return typeof _0x181c4d=='number'&&Number['isFinite'](_0x181c4d)&&_0x181c4d>0x0?_0x181c4d:_0x4505f4;}function Tf(_0x22eef2,_0x105edd){const _0x192b5c=_0x1875ac;return typeof _0x22eef2==_0x192b5c(0x381)&&Number[_0x192b5c(0x283)](_0x22eef2)&&_0x22eef2>=0x0?_0x22eef2:_0x105edd;}function Ef(){const _0x216066=_0x1875ac;return{'hostType':_0x1e9bfe['UNIVER_SHEET'],'entry':_0x216066(0x3b5),'layout':_0x216066(0xe4),'supportedLayouts':['doc-width-scale',_0x216066(0x35a),'scroll-contained','content-bounds-fit'],'menuBehavior':_0x216066(0x49c)};}function Df(){const _0x145ff6=_0x1875ac;return{'hostType':_0x1e9bfe['UNIVER_SHEET'],'entry':_0x145ff6(0x128),'layout':'tab-peer','supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x2684b1=>{const _0x919c5b=_0x145ff6;let _0x472cba=Of('data-embed-sheets-sheet-tab-host',_0x2684b1[_0x919c5b(0x47b)][_0x919c5b(0x10f)]);return _0x472cba?{'hostElement':_0x472cba}:{};}};}function Of(_0x1a5de3,_0x3b56e6){const _0x2fd94c=_0x1875ac;return document[_0x2fd94c(0x3ba)]('['+_0x1a5de3+'=\x22'+kf(_0x3b56e6)+'\x22]');}function kf(_0x5a536e){const _0x110963=_0x1875ac;return _0x5a536e[_0x110963(0x46e)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Af(_0x17892a){const _0x2aab8c=_0x1875ac;return{'childType':_0x1e9bfe[_0x2aab8c(0x57f)],'handleWheel':_0x5e12fa=>{const _0x4ce739=_0x2aab8c;var _0x5f2512,_0x3ee502;if(_0x5e12fa['source']!==_0x4ce739(0x229)&&Ys(_0x5e12fa[_0x4ce739(0xc7)],_0x5e12fa[_0x4ce739(0x1f9)]))return!0x1;let _0x418be1=(_0x5f2512=(_0x3ee502=_0x5e12fa[_0x4ce739(0x3a4)])==null?void 0x0:_0x3ee502[_0x4ce739(0x410)])==null?_0x17892a:_0x5f2512,_0x36872d=_0x418be1[_0x4ce739(0x47a)](_0x15403f)?_0x418be1[_0x4ce739(0xdd)](_0x15403f):_0x17892a[_0x4ce739(0x47a)](_0x15403f)?_0x17892a[_0x4ce739(0xdd)](_0x15403f):void 0x0;if(!_0x36872d)return!0x1;let _0x11d7af=_0x36872d[_0x4ce739(0x3af)](_0x5e12fa[_0x4ce739(0x584)]),_0x4b97a5=_0x11d7af==null?void 0x0:_0x11d7af[_0x4ce739(0x1c2)];return wl(_0x5e12fa,_0x4b97a5==null?void 0x0:_0x4b97a5[_0x4ce739(0x1d7)](_0x2aae8e[_0x4ce739(0x292)]),_0x4b97a5);}};}function jf(_0x534b84){const _0x2d0c62=_0x1875ac;let _0x495c88=[];return[[_0x2d0c62(0x179),_0x5bf7ce,0x0],[_0x2d0c62(0x2fd),_0x393c16,0x64],[_0x2d0c62(0x3bf),_0x2076e0,0x64],[_0x2d0c62(0x532),_0x1d8561,0x64],['data-validation',_0x1a5bc4,0x64],[_0x2d0c62(0x40e),_0x22fc29,0x64],[_0x2d0c62(0x465),_0x1ea8ee,0x64],[_0x2d0c62(0x1fd),_0x371af6,0x64],[_0x2d0c62(0x2f2),_0x302cb0,0x64],['thread-comment',_0x47fe82,0x64],['table',_0x463caf,0x64],[_0x2d0c62(0x192),_0x13fd66,0x64],[_0x2d0c62(0x2ae),_0x2c40e3,0x64],[_0x2d0c62(0x2ee),_0x5309ce,0x64],[_0x2d0c62(0x5d8),_0xc49844,0x64],[_0x2d0c62(0x58b),_0x53f040,0x64],[_0x2d0c62(0x309),_0x4fa51d,0x64]][_0x2d0c62(0x50a)](([_0x1ff273,_0x3fb8ab,_0x23f314])=>{const _0x5d44dc=_0x2d0c62;let _0xa898d9=vs(_0x534b84,{'id':_0x5d44dc(0x224)+_0x1ff273,'childType':_0x1e9bfe['UNIVER_SHEET'],'surface':_0x5d44dc(0x13f),'order':_0x23f314,'menuSchema':_0x3fb8ab});_0xa898d9&&_0x495c88[_0x5d44dc(0x26f)](_0xa898d9);}),_0xc4495d(()=>_0x495c88[_0x2d0c62(0x50a)](_0x40f2ce=>_0x40f2ce[_0x2d0c62(0xa7)]()));}function Mf(){const _0x413c59=_0x1875ac;return hu({'childType':_0x1e9bfe[_0x413c59(0x57f)],'productName':_0x413c59(0x2c6)});}function Nf(){const _0x272565=_0x1875ac;return{'childType':_0x1e9bfe[_0x272565(0x57f)],'supportedLayouts':[_0x272565(0x379),_0x272565(0x5de),'scroll-contained'],'beforeDeactivate':Pf,'mount':_0x5ebe5a=>{const _0x19102a=_0x272565;var _0x2ed419,_0x13d791,_0x2bd8e0,_0x2233cc,_0x5c3994,_0x2fd352,_0x2c78e9;let _0x208bca=_0x5ebe5a[_0x19102a(0x3a4)][_0x19102a(0x410)],_0x248d05=(_0x2ed419=(_0x13d791=(_0x2bd8e0=_0x5ebe5a[_0x19102a(0x3a4)][_0x19102a(0x2e0)][_0x19102a(0x25d)])==null?_0x5ebe5a[_0x19102a(0x194)][_0x19102a(0xeb)]:_0x2bd8e0)==null?_0x5ebe5a[_0x19102a(0x194)][_0x19102a(0xf3)]:_0x13d791)==null?_0x5ebe5a[_0x19102a(0x194)]['rootElement']:_0x2ed419,_0x5af05a=(_0x2233cc=(_0x5c3994=_0x5ebe5a[_0x19102a(0x3a4)][_0x19102a(0x2e0)][_0x19102a(0x31d)])==null?_0x5ebe5a[_0x19102a(0x194)]['contentRoot']:_0x5c3994)==null?_0x248d05:_0x2233cc;_0x248d05[_0x19102a(0x558)][_0x19102a(0x38e)]=_0x5ebe5a[_0x19102a(0x584)],_0x248d05[_0x19102a(0x558)][_0x19102a(0x1b1)]='sheet-workbench',_0x5af05a[_0x19102a(0x558)]['embedChildRenderUnitId']=_0x5ebe5a[_0x19102a(0x584)],_0x5af05a[_0x19102a(0x558)][_0x19102a(0x1b1)]='sheet-overlay';let _0x2b05de=(_0x2fd352=Yl(_0x5ebe5a,_0x15403f,_0x248d05,{'scopedRenderInjector':!0x0}))==null?_0xc4495d(()=>{}):_0x2fd352,_0x2222a4=Lf(_0x5ebe5a,_0x5af05a),_0x23b3ba=Zo(_0x5af05a);return _0x23b3ba[_0x19102a(0x319)](_0xdab386(Go,{'injector':_0x208bca,'mountContainer':_0x5ebe5a[_0x19102a(0x3a4)][_0x19102a(0x2e0)][_0x19102a(0x2d1)],'embedId':_0x5ebe5a[_0x19102a(0x3a8)],'children':_0xdab386(Rf,{'canvasRoot':_0x248d05,'showChrome':Ff(_0x5ebe5a),'readonly':((_0x2c78e9=_0x5ebe5a[_0x19102a(0x47b)])==null?void 0x0:_0x2c78e9['mode'])===_0x19102a(0x4cb)})})),_0xc4495d(()=>{const _0x201b7a=_0x19102a;_0x2222a4[_0x201b7a(0xa7)](),_0x2b05de[_0x201b7a(0xa7)](),Qo(_0x23b3ba),_0x248d05[_0x201b7a(0x5a9)]&&(_0x248d05[_0x201b7a(0x136)](_0x201b7a(0x22b)),_0x248d05[_0x201b7a(0x136)](_0x201b7a(0x4ba))),_0x5af05a[_0x201b7a(0x5a9)]&&(_0x5af05a[_0x201b7a(0x136)]('data-embed-child-render-unit-id'),_0x5af05a[_0x201b7a(0x136)](_0x201b7a(0x4ba)));});}};}function Pf(_0x2804ea){const _0x5d3f5d=_0x1875ac;var _0x24be98;(_0x24be98=_0x2804ea[_0x5d3f5d(0x3a4)]['commandService'])==null||_0x24be98['syncExecuteCommand'](_0x56f67e['id'],{'visible':!0x1,'eventType':_0x37634a['PointerDown'],'unitId':_0x2804ea[_0x5d3f5d(0x584)]}),_0x2804ea['runtimeScope'][_0x5d3f5d(0x410)][_0x5d3f5d(0x47a)](_0x5b05f7)&&_0x2804ea[_0x5d3f5d(0x3a4)][_0x5d3f5d(0x410)]['get'](_0x5b05f7)[_0x5d3f5d(0x178)](_0x2804ea['childUnitId']);}function Ff(_0x392259){const _0x4ab342=_0x1875ac;return _0x392259[_0x4ab342(0x194)][_0x4ab342(0x587)]===_0x4ab342(0x35d)||!!_0x392259[_0x4ab342(0x194)][_0x4ab342(0x3dc)];}function If(_0x1a8b48,_0x58c14f){const _0x22437b=_0x1875ac;let _0x488dd7=_0x1a8b48[_0x22437b(0x1e5)][_0x22437b(0x359)],_0x3c3885=_0x1a8b48[_0x22437b(0x1e5)][_0x22437b(0x520)];return _0x1a8b48[_0x22437b(0x1e5)][_0x22437b(0x359)]=_0x58c14f[_0x22437b(0x22e)]?_0x22437b(0x398):'',_0x1a8b48['style'][_0x22437b(0x520)]=_0x58c14f[_0x22437b(0x482)]?_0xc3c090+'px':'',_0xc4495d(()=>{const _0x1c12f1=_0x22437b;_0x1a8b48[_0x1c12f1(0x1e5)][_0x1c12f1(0x359)]=_0x488dd7,_0x1a8b48[_0x1c12f1(0x1e5)][_0x1c12f1(0x520)]=_0x3c3885;});}function Lf(_0xfb9bfb,_0x42689f){const _0x429a95=_0x1875ac;var _0x59c6fe,_0x1dd740;return!((_0x59c6fe=_0xfb9bfb[_0x429a95(0x410)])==null||(_0x1dd740=_0x59c6fe[_0x429a95(0x47a)])==null)&&_0x1dd740[_0x429a95(0x238)](_0x59c6fe,Zs)?_0xfb9bfb[_0x429a95(0x410)][_0x429a95(0xdd)](Zs)[_0x429a95(0x134)]({'embedId':_0xfb9bfb[_0x429a95(0x3a8)],'childUnitId':_0xfb9bfb['childUnitId'],'root':_0xfb9bfb[_0x429a95(0x194)][_0x429a95(0x473)],'contentRoot':_0x42689f}):_0xc4495d(()=>{});}function Rf(_0x2d2087){const _0x59de7d=_0x1875ac;var _0x2f01e2;let _0x583383=_0x3a2213(_0x5e6f99),_0x4b0a97=_0x232abb(_0xb77840),_0x2a74ff=(_0x2f01e2=_0x4b0a97[_0x59de7d(0xdd)]('SheetShapeTextEditorContainer'))==null?_0x4b0a97[_0x59de7d(0xdd)](_0x59de7d(0x518)):_0x2f01e2,_0x2b132d=_0x2d2087[_0x59de7d(0x34d)]&&(_0x583383==null?void 0x0:_0x583383[_0x59de7d(0x22e)])!==!0x1,_0x11b009=_0x583383==null?void 0x0:_0x583383[_0x59de7d(0x45c)],_0x44add4=_0x2d2087[_0x59de7d(0x34d)]&&_0x11b009!==!0x1&&(typeof _0x11b009!=_0x59de7d(0x599)||_0x11b009[_0x59de7d(0x482)]!==!0x1);return _0xcea081(()=>{const _0x5f4a76=_0x59de7d;let _0x1c373c=If(_0x2d2087[_0x5f4a76(0xeb)],{'formulaBar':_0x2b132d,'sheetBar':_0x44add4});return()=>_0x1c373c['dispose']();},[_0x2d2087[_0x59de7d(0xeb)],_0x2b132d,_0x44add4]),_0x3aab6f(_0x3aea9f,{'children':[_0x2b132d&&_0xdab386('div',{'className':_0x59de7d(0x459),'style':{'height':0x1c},'children':_0xdab386(_0x2ca054,{})}),!_0x2d2087[_0x59de7d(0x4cb)]&&_0x2a74ff&&_0xdab386(_0x2a74ff,{}),!_0x2d2087['readonly']&&!(_0x583383!=null&&_0x583383['disableEdit'])&&_0xdab386(_0x26f81a,{}),!_0x2d2087[_0x59de7d(0x4cb)]&&_0xdab386(_0xc12175,{}),_0x44add4&&_0xdab386('div',{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':_0xc3c090},'children':_0xdab386(_0x430c6d,{})})]});}function zf(){return[..._0x550479];}function Bf(){return[..._0x57547b];}const Vf={'formatPainter':_0x22a680['id'],'numberFormat':_0x1875ac(0x336),'fontFamily':_0x475ff3['id'],'fontSize':_0xcf8337['id'],'bold':_0x477373['id'],'textColor':_0x2d77da['id'],'backgroundColor':_0x27f46a['id'],'borderComposite':_0x2e66a8['id'],'horizontalAlign':_0x1f3edc['id'],'verticalAlign':_0x7c15ff['id'],'wrap':_0x54f227['id'],'filter':_0x1875ac(0x592)},Hf={'root':_0x3dbb15['id'],'all':_0x1aa8da['id'],'vertical':_0x136147['id'],'horizontal':_0xa98fab['id'],'unmerge':_0x2299e8['id']};function Uf(_0x4ce8c5){const _0x1f0088=_0x1875ac;let _0x5f08fc={},_0x279cd1=_0x45a6af=>{const _0x2c5e47=_0x29dc;let _0x5cfb99=_0x4ce8c5[_0x2c5e47(0x19c)](_0x3f1d04=>{const _0x132524=_0x2c5e47;let _0x19922e=_0x3f1d04['item'];return _0x3f1d04[_0x132524(0x34e)]===_0x45a6af||(_0x19922e==null?void 0x0:_0x19922e['id'])===_0x45a6af||(_0x19922e==null?void 0x0:_0x19922e['commandId'])===_0x45a6af;});return _0x5cfb99==null?void 0x0:_0x5cfb99[_0x2c5e47(0x3b6)];};Object[_0x1f0088(0x22f)](Vf)[_0x1f0088(0x50a)](_0x80c3fa=>{_0x5f08fc[_0x80c3fa]=_0x279cd1(Vf[_0x80c3fa]);});let _0x47c19d=Object[_0x1f0088(0x298)](Hf)[_0x1f0088(0x3f9)]((_0x21864b,[_0x4cd892,_0x196ab])=>{let _0x5964f7=_0x279cd1(_0x196ab);return _0x5964f7&&(_0x21864b[_0x4cd892]=_0x5964f7),_0x21864b;},{});return qf(_0x47c19d)&&(_0x5f08fc[_0x1f0088(0x24c)]=_0x47c19d),_0x5f08fc['deleteBlock']=!0x0,_0x5f08fc;}const Wf=[{'items':['formatPainter']},{'dividerBefore':_0x1875ac(0x1eb),'items':['numberFormat']},{'dividerBefore':'divider-format','items':[_0x1875ac(0x334),_0x1875ac(0x401),'bold']},{'dividerBefore':_0x1875ac(0x57a),'items':['textColor',_0x1875ac(0x326),_0x1875ac(0x547)]},{'dividerBefore':_0x1875ac(0x530),'items':[_0x1875ac(0x24c),_0x1875ac(0x2c4),_0x1875ac(0xb3),'wrap']},{'dividerBefore':_0x1875ac(0x9c),'items':[_0x1875ac(0x40e)]},{'dividerBefore':_0x1875ac(0x3d9),'items':[_0x1875ac(0x185)]}];function Gf(_0x413f1d){const _0x481a40=_0x1875ac;let _0x2c68fd=[];return Wf[_0x481a40(0x50a)](_0xb4252e=>{const _0x107383=_0x481a40;let _0x534663=_0xb4252e[_0x107383(0x538)][_0x107383(0x40e)](_0x35b13f=>Kf(_0x413f1d,_0x35b13f))['map'](_0x233dc7=>({'id':_0x233dc7,'type':_0x233dc7===_0x107383(0x394)||_0x233dc7===_0x107383(0x5c6)||_0x233dc7===_0x107383(0x40e)||_0x233dc7==='deleteBlock'?'button':_0x107383(0x4cd)}));_0x534663[_0x107383(0x1af)]&&(_0x2c68fd[_0x107383(0x1af)]&&_0xb4252e['dividerBefore']&&_0x2c68fd[_0x107383(0x26f)]({'id':_0xb4252e[_0x107383(0x28b)],'type':_0x107383(0x43f)}),_0x2c68fd[_0x107383(0x26f)](..._0x534663));}),_0x2c68fd;}function Kf(_0x44f154,_0x48b0f3){return!!_0x44f154[_0x48b0f3];}function qf(_0x305798){const _0x29ce29=_0x1875ac;return Object[_0x29ce29(0x4f1)](_0x305798)[_0x29ce29(0x3ed)](Boolean);}function Jf(_0x55b4b4){const _0x182f2f=_0x1875ac;return!_0x55b4b4||!(_0x182f2f(0x4a0)in _0x55b4b4)||!Array[_0x182f2f(0x20c)](_0x55b4b4[_0x182f2f(0x4a0)])?[]:_0x55b4b4['selections'];}function Yf(_0x2528f3,_0x2c597b){const _0x140733=_0x1875ac;var _0x24803d;if(_0x2528f3)return{'commandId':(_0x24803d=_0x2528f3['commandId'])==null?_0x2528f3['id']:_0x24803d,'params':_0x2c597b==null?typeof _0x2528f3[_0x140733(0x50e)]=='function'?_0x2528f3[_0x140733(0x50e)]():_0x2528f3[_0x140733(0x50e)]:_0x2c597b};}function Xf(){const _0x5ac918=_0x1875ac;return ad({'childType':_0x1e9bfe[_0x5ac918(0x57f)],'mount':Zf});}function Zf(_0x3b9361){const _0x2b963b=_0x1875ac;let _0x4e6db1=id(_0x3b9361),_0x3c64c8=document[_0x2b963b(0x57b)](_0x2b963b(0x50f));_0x3c64c8[_0x2b963b(0x56a)]('data-embed-floating-menu-entry',_0x3b9361[_0x2b963b(0x47b)][_0x2b963b(0x4e4)]),_0x4e6db1['appendChild'](_0x3c64c8);let _0x4d8c60=Zo(_0x3c64c8);return _0x4d8c60['render'](_0x3afca7(Go,{'injector':_0x3b9361[_0x2b963b(0x3a4)][_0x2b963b(0x410)],'mountContainer':_0x4e6db1,'embedId':_0x3b9361[_0x2b963b(0x3a8)]},_0x3afca7($f,{'hostUnitId':_0x3b9361[_0x2b963b(0x5db)],'embedId':_0x3b9361[_0x2b963b(0x3a8)],'childUnitId':_0x3b9361[_0x2b963b(0x584)],'entry':_0x3b9361[_0x2b963b(0x47b)][_0x2b963b(0x4e4)],'fullscreen':!!_0x3b9361['renderScope'][_0x2b963b(0x3dc)],'usesDomFloatingStage':Qf(_0x3b9361[_0x2b963b(0x47b)][_0x2b963b(0x4e4)]),'renderScopeActive$':_0x3b9361[_0x2b963b(0x194)][_0x2b963b(0x25f)]}))),_0xc4495d(()=>{Qo(_0x4d8c60),globalThis['setTimeout'](()=>_0x3c64c8['remove'](),0x0);});}function Qf(_0x1039f7){return!0x0;}function _0x3505(){const _0x2a40cb=['univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','embed-ui.sheetsFloating.textWrap.wrap','auto','footer','12px','_menuOverrideService','elementUpdate$','priority','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','embed-ui.sheetsFloating.borderLine.borderSize','apply','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','drawing','getMergedMenuSchema','_markRuntimeFocusRole','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','section','endRow','activeIndex','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','error','replace','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','deferred','unsupported-layout','toggleAttribute','rootElement','embed-ui.basesFloating.confirmDelete.tableDescription','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','0\x20/\x200','getSession','embed-ui.basesFloating.viewSettings.addView','embed-ui.sheetsFloating.textWrap.overflow','has','descriptor','UNIVER_BASE','lockHostRibbon','conditions','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','5715BoUNOk','button','sheetBar','embed-ui.sheetsFloating.toolbar.textWrapMode.main','getActiveSlide','catch','pageId','hideFloatMenu','univer-size-[23px]\x20univer-fill-current','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','keydown','_activeDrain','fallbackHeight','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','message','closeContextMenu','slides-page-list-block','_registerDefaultHostToolbar','_mountOwnedSession','fullscreenButtonInBlock','getRegistrationByChildUnitId','undoRedoStatus$','dpr','-44px','tabIndex','_rootsByHostAnchorId','getOffsetConfig','27190MGWbzi','floating','menuChanged$','productName','right','selections','_isOwnedBoundaryElement','inset','endColumn','fullscreenService','overflow','retry','nextSibling','padding:16px','getActiveSheet','materializeDescriptor','-52px','_previousChildCurrentUnits','nativeEvent','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','embed-ui.deleteBlock','identifier:ui.sidebar.service','-100000px','showHostDragHandle','univer-flex\x20univer-items-center\x20univer-justify-center','interactionGate','menuItem','univer-size-3','resolvedDependencyCollection','recordId','setFocusOwner','data-embed-child-render-mode','embed-float-dom-live-content','KeyboardEvent','placeholder','_itemId','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','_notifyRuntimeSessionChanged','embed-ui.boardsFloating.resetZoom','11EsHyBk','_isUniverPortalTreeElement','focusFloatingRuntime','onClick','useFactory','syncHostVerticalScroll','fieldSettings','embed-ui.fullscreen.exit','shouldSuppressHostInteraction','readonly','_runtimeScopes','dropdown','getBoundingClientRect','title-only','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','cycle','identifier:univer.menu-manager-service','_entriesByKey','ribbonService','getValue','pointerId','univer-z-30','univer-fill-primary-600','updatedAt','EMBED_RUNTIME_HOST_NOT_ATTACHED:','embed-ui.basesFloating.confirmDelete.viewTitle','sheets-ui.ribbon','triggerContextMenu','activatedTab$','enableExclusivePolicy','rowHeader','SELF','OVERFLOW','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','entry','kind','verticalWheelMode','pointercancel','embedFullscreenStatus','BoardsFloatingObject','_override$','_overlayRootService','contribution','_focusTabPeerSession','disposed','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','pageMarginLeft','values','finally','_isUniverPortalCandidate','getStage','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','embedSlidePreviewCanvasHost','embed-ui.sheetsFloating.toolbar.bold','direction$','click','captureByChildUnitId','activeElement','data-embed-interaction-boundary-owner','scrollToViewportPos','includeAppShellEditorPortal','_entriesByEmbedId','_flushPendingContributions','unmount','_sessions','tab-active','view-','tables','getActiveDescriptorsByChildUnit','getOwnPropertySymbols','createChild','closest','forEach','FOCUSING_','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','map','params','div','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','width:100%','floatingChromeZIndex','embed-float-dom-live','missing-descriptor','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','beforeCommandExecuted','_getOrCreateRender','ShapeTextEditorContainer','getDataRange','_contextsByChildUnitId','mountMenu','complete','viewportRoot','bleedWidth','_createRenderScope','bottom','8XuNiRd','onReady','open','ownedPointerInteractionUntil','isFocused','customBlockRenderViewport','embedSlidesPresentationRuntime','_ensurePortalObserver','univer-dropdown','embed-ui.basesFloating.viewSettings.title','_exited$','100%','unmerge','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','[data-embed-floating-menu=\x22true\x22]','divider-border','setLeftSidebarVisible','conditional-formatting','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','textContent','classic','viewOrder','exit','items','stopPropagation','blur','passThroughInteractionGate','viewportPanOffset','bleedLeft','_key','createUnit','_isBlockingLease','passiveViewportRegistry','handleRegisteredWheel','element','_createMountFocusRestorer','undos','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','borderComposite','table-list','getOwnPropertyNames','docs-','_focusLayout','rowHeight','_dispatchEscapeToFloatingSurface','scopedActionServiceTokens','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','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','85719IVwboz','configChanged$','warn','usesDomFloatingStage','border-radius:8px','child-popup','EMBED_MOUNT_CHILD_NOT_REGISTERED','dataset','querySelectorAll','openRecordDetail','expiresAt','_context','getCurrentUnitOfType','defaultRowHeight','_items','img','data-embed-child-unit-id','syncExecuteCommand','calendarEventSettings','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','wrap','onCommandExecuted','univer-size-3.5','24dgzIfA','sheetLike','setAttribute','subUnitId','embedChildUnitId','zoomRatio','position','bind','image/png','embedChildRenderStatus','bases-table-list-block','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','_isHTMLElement','display','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','parentElement','onStarting','getState','divider-font','createElement','engine','commandService','disconnect','UNIVER_SHEET','EMBED_DUPLICATE_CHILD_UNIT','metaKey','app','registerContextMenuHandler','childUnitId','_floatingActiveService','identifier:ui.contextmenu.service','mode','getAncestorScale','RIBBON','overlayRoot','sparkline','INSERT','records','_commandService','embed-ui.sheetsFloating.align.left','defaultColumnWidth','title','sheet.command.smart-toggle-filter','renderScopeActive','disposable','innerWidth','setContextValue','requestAnimationFrame','getSlide','object','docs-custom-block','[data-board-viewport-host=\x22true\x22]','elementAdd$','ribbon$','aside','univer-size-7','keyboard','transform','registerMultipleCommand','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','flushForTests','EMBED_MOUNT_HOST_NOT_REGISTERED','resolvedDependencies','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','getMaxScrollLeft','isConnected','ownsSession','[data-embed-runtime-focus-role]','aria-hidden','getByHostAnchorId','floatingMenuInsetTop','identifier:','initial','getSlides','getFocusedUnit','ref','query','[data-embed-overlay-root]','override$','contentHeight','embed-ui.boardsFloating.delete','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','_drainQueue','sheet-embed-floating-menu','getOwnPropertyDescriptor','mergeMenu','univer-pointer-events-none\x20univer-fixed\x20univer-z-[1000]\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_childViewRegistry','UNIVER_BOARD','_resolveLayout','deactivateFloatingSession','503901kpaZTR','delete','_disposed','bold','_cleanupOrdinaryBodyChromeClaims','pointer','_isOwnedElement','General','_getAnyActiveElement','iterator','portalContainer','string','commandId','clearFocusOwner','tableOrder','content-only','placeholderTitle','surface','collapsedIds$','13px','visible','chart','unit','mounted','hostUnitId','MIDDLE','elementsFromPoint','docs-sticky-sheet','hideContextMenu','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','menu','geometryInvalidated$','WRAP','round','updateItem','child-scroll','setContainer','_rectContainsPoint','shiftKey','_getCurrentUnitId','clientWidth','description','enable','code','divider-layout','selectElements','contextmenu','child-fullscreen','[data-u-comp=\x22headerbar\x22]','hostAnchorRecord','_releaseBodyPortalClaims','DATA','_registerRootPopupDescendantFocusRoles','dragStarted','data-radix-popper-content-wrapper','dispose','addDescriptor','from','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]','removeRender','univer-text-sm','setScrollState','pipe','collectViewState','fromEntries','checkElementInCurrentContainers','hasAnyBlockingChildFocusLease','verticalAlign','_config','leftPanelWidth','documentStyle','sHeight','_isAppShellEditorPortalCandidate','documentElement','data-embed-runtime-slot-owner','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','univer:embed-float-drag-handle:pointerdown','disposeUnit','child-keyboard','fitToWidth','_leaseAppliesToHostUnit','promote','embedSlidesPresentationSurface','composedPath','embedSheetsSheetTabError','shiftViewportPanOffset','SKIP_SELF','layout','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','embed-ui.sheetsFloating.toolbar.filter','translateY(','class','univer-inline-flex\x20univer-cursor-move','embed-float-dom-live-canvas','slideOrder','unitDisposed$','_runQueue','_assertResolvedChild','embed-ui.sheetsFloating.toolbar.fontSize','\x20/\x20','data-embed-overlay-root','acquire','_layoutService','subscribeConfigValue$','_instanceService','hasBlockingChildFocusLease','getContextByChildUnitId','max-depth','getCellMatrix','get','enableStage1BodyDrag','redos','color','resolved','contentRect','getCacheKey','doc-width-scale','runtimeHost','univer-popup','#000000','slide-readonly-preview','2454nEkVPg','observe','canvasRoot','univer-fixed\x20univer-inset-0\x20univer-z-[1070]\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','clientY','base-embed-view-panel','restoreService','block','docs-sticky-base','contentRoot','clearTab','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','_focusTemporarySink','sessionMode','getContextByEmbedId','asObservable','mountService','_relocateExistingSession','_registerChildFocusBridge','_focusUnit','transient','childContext','getAll','dblclick','_claimBodyPortals','height','clearActiveEditing','getSheetId','identifier:ui.layout-service','status','_nextIndex','_markBodyPortalOwner','univer-box-border\x20univer-px-24','MutationObserver','addDisposer','getUnitType','getRowVisible','hostAnchorId','scroll','tabindex','schedule','with','overlay','_univerInstanceService','set','embedFloatingMenuEntry','fieldOrder','univer-doc-selection-container-__INTERNAL_EDITOR__','decoratorName','contains','current','allowed','base-embed-fullscreen-view-tabs','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','restoreEmbed','revision','fitContent','startX','_renderManagerService','closeToolbarPanel','embedHostAnchorId','getFocusOwner','sheets-sheet-tab','_getHostSnapshot','data','_releaseFloatingHostFocusRestorers','33tcEmld','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','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','label','clearTimeout','hostContext','abs','getPendingRequests','register','then','removeAttribute','viewportScrollX','_getHostUnit','components','univer-ml-9\x20univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','[data-embed-floating-menu-entry]','objectFit','_active$','_rerenderHostDoc','ribbon','ALL','hasCommand','onPointerDown','hasHostPreservingChildFocusLeaseForHost','_leaseSequence','clientHeight','board-embed:','next','replaceChildren','getPreview','slides-floating-object','_isBlockingRole','defineProperty','_getEventClientPoint','customizeField','table-','resolveRuntimeScopeByChildUnitId','content-bounds-fit','child-session','bases-ui.ribbon','contextChanged$','workbench','devicePixelRatio','popupRoot','instanceService','AllBorderIcon','Select\x20page','resolveStackUnitId','_resolveFloatingSurfaceRoot','associatedChildUnitIds','retryDelay','embed-ui.boardsFloating.fitContent','height:100%','version','preventDefault','listSessions','__editor_docs-','Base','container','data-embed-canvas-root','getConfig','_materializeService','disabled$','decorate','bleedRight','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','restoreUnitId','setZoomRatioAtViewportPoint','clearFloating','[data-u-comp=\x22embed-float-dom-content\x22]','openActiveEditor','getId','flatMap','_isHostDocEditorPortal','_runChildBeforeDeactivate','min-height:96px','hidePopupsForUnit','base','trigger','getActiveDescriptors','reverse','univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','removeProperty','radio','registerCtorForType','sourceMeta','rect-popup','10316FqOPQU','now','deleteBlock','univer-flex\x20univer-items-center\x20univer-gap-1','group','[data-embed-float-fullscreen-button]','univer-overflow-hidden','univer-size-6\x20univer-p-0','background:rgba(99,102,106,.06)','1.0.0-alpha.5','onMutationExecutedForCollab','checkContentIsFocused','univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','getAttribute','remove','note','data-embed-runtime-focus-role','renderScope','_ownedEmbedAppliesToChildUnit','join','_leases','runtimeHostLeaseService','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','unsubscribe','refCount','find','embedRenderScopeActive','_releaseTabPeerFocusLease','execute','hasAnyChildInteractionLease','getContext','icon','univer-relative\x20univer-overflow-hidden','focusUnit','prototype','8px','clearVirtualRecords','_session$','EMBED_RUNTIME_HOST_ALREADY_LEASED:','search','_markExistingBodyPortals','true','numberFormat','[data-embed-float-dom]','length','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)]','embedChildRenderMode','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','allowDirectBodyPortal','rules','_focusOwnerService','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','menuSlot','Missing\x20embed\x20float\x20preview\x20provider:\x20','viewportScrollY','_sceneCanvasCaptureService','runtime','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','embed-ui.basesFloating.confirmDelete.viewDescription','detail','displayName','identifier:univer.sheet.selection-render-service','UNIVER_DOC','scene','embed-ui.sheetsFloating.align.middle','embed-ui.sheetsFloating.textWrap.clip','_normalizeHostMountResult','_boardElementService','data-embed-bases-table-list-host','_registerComponents','univer-text-red-500','_notifyRuntimeFocusChanged','univer-min-w-0\x20univer-self-stretch','fields','1490524MEWuKS',':anonymous:','identifier','border:1px\x20dashed\x20rgba(99,102,106,.35)','image','useValue','univer.embed.host-vertical-wheel-attempted-event','_removeRuntimeFocusRoleTree','onSelect','_registerProductUIContributions','getViewport','_getChildUnitForMeasurement','_observeWheel','embedSlidesPresentationInteractionGate','token','setStage','constructor','fit','maxHeight','reason','createScoped','_hostAdapterRegistry','isHostGesture','deleteConfig','style','selector','existingEmbedId','_domLayerService','_hostContainerRegistry','menuOutlet','divider-format-tools','size','disable','supports','maxDepth','_providers','pending','_hasContributionId','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','clear','_rememberPreviousChildCurrentUnit','HTMLElement','_restorePreviousChildCurrentUnit','activated$','event','resolve','retrying-base-child-render','tab-peer-runtime','sort','stage-change','_resolveChildSessionMode','activeSlideId$','EMBED_MOUNT_CHILD_TYPE_MISMATCH','classList','canvasFloatDomPreviewService','packageName','scopedRenderInjector','_injector','stable','small','Next\x20page','_resolvedChildUnits','ignoreOwners','isArray','activeEmbedId','getCanvasEle','hasHostPreservingChildFocusLease','_isDetachedOffscreenPortalCandidate','univer-z-[2]\x20univer-flex\x20univer-h-full','startY','Escape','[data-embed-sheets-sheet-tab-host=\x22','_getVisibleCanvasDocumentRect','univer-pointer-events-none','embed-docs-custom-block','closeActiveEditor','toDataURL','clientX','openToolbarPanel','tableId','_initializeFloatingSessionActiveState','_activateTabPeerFocusLease','dispatchEvent','setTimeout','dir','getUnit','activeUntil','embed.sheets.','_isBodyPortalCandidate','cssText','embed-ui.sheetsFloating.toolbar.resetColor','stage','host-scroll-sync','changeDoc','data-embed-child-render-unit-id','session','pageManager','formulaBar','keys','embedRuntimeBlocked','startEditingCell','font:13px/1.5\x20sans-serif','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','Embed','embed-float-dom-chrome','textColor','visibility','call','startsWith','registerRuntimeScope','hostToolbar','data-embed-host-unit-id','none','scrollLeft','setActive','embed-ui.sheetsFloating.toolbar.border.main','absolute','_boardUIStateService','getSnapshot','captureByEmbedId','views','darkMode$','activeViewId','activate','embed-ui.boardsFloating.zoomIn','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','deltaZ','merge','[id^=\x22univer-doc-selection-container-docs-\x22]','makeForceDirty','_blockRegistry','ghost','registerItem','manual','disposeWithMe','waiting-base-canvas-root','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','lease','getContextValue','Failed\x20to\x20load\x20embedded\x20sheet.','showContextualTab','getParentEmbedId','_isRuntimeFocusRole','attributes','canvas','config','active$','getUniverSheetInstance','sequence','_hasUnit','__addUnit','isolate','registerElement','clearFullscreen','value','CLIP','activateTab','registerProvider','disabled','\x20-\x20','_setRenderFailure','registerOwnedElement','push','left','viewId','DocsCustomBlock','appendChild','univer-h-8\x20univer-w-full\x20univer-px-2','recordOrder','innerHeight','vertical','data-embed-id','_tabFocusLeases','_sortHandlers','_renderOne','embed-ui.sheetsFloating.toolbar.mergeCell.main','setCurrentUnitForType','univer-popover','factory','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','embedModelService','splice','isFinite','#app','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','drawings','stage2-runtime','host-override','embed-float-dom-content','max','dividerBefore','cancelEditing','univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','mounting','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','self','data-embed-slides-floating-object-host','VIEW_MAIN','_getOwnedEmbedIdFromTarget','customizeGallery','embed-ui.boardsFloating.zoomOut','hasExact','_getActiveElement','entries','VIEW','_activeDragCleanup','test','embed-ui.sheetsFloating.align.center','_markInteractionBoundaryOwnerTree','makeDirty','removeChild','before:univer-hidden','doc-block','_childUnitAncestry','child-tab','_sync','darkMode','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','deferInactiveFloatingChrome','ready','[data-embed-float-drag-handle=\x22true\x22],\x20[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','hideHostFxBar','data-embed-slides-page-list-host','embedChildType','createRender','print','univer-hidden','openContextMenu','getElementDataForUnit','univer-min-w-6\x20univer-text-left','data-embed-popup-root','_contextsByHostAnchorId','registerMountedRuntime','field-','embedFloatStage','_registrations','padding','mount','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','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','embed-ui.sheetsFloating.align.bottom','hostElement','getOverride','mountIntoHostElement','unitId','childUnit','univer-fill-gray-900\x20dark:!univer-fill-white','horizontalAlign','EmbedDuplicateChildUnitError','Sheets','slide-canvas','registerChildInteraction','updateViewState','sceneCanvasCaptureService','children','insertBefore','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','hostChromeMode','inert','setSearchQuery','popup','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','previewRequested$','embed-ui.basesFloating.confirmDelete.tableTitle','stale','embed-float-dom-drag-handle','customizeKanban','_contentSizeRegistry','[data-u-comp=\x22embed-float-dom-live\x22]','_getLatestActivePortalOwner','measureContentSize','childType','Boards','docsCustomBlockLayout','hidden','roots','shift','focus','UNIVER_SLIDE','findIndex','append','setProperty','_setCurrentUnitForType','inactive','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','isChildUnitRuntimeEvent','drawImage','deactivateTabSessions','alt','pivot-table','_runtimePolicyService','closeSearch','clearUnit','hyper-link','_current','getUnitId','data-embed-content-root','includes','slide-page-list','divider-format','closeRecordDetail','source','#b91c1c','[data-embed-floating-menu-popup=\x22true\x22]','outline','runtimeFocusChanged$','_enableEmbedUnitLeasePolicy','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','unregisterCommand','[data-embed-popup-root]','float','registerRoot','getCanvasElement','getComputedStyle','host-scroll','menuSchema','shape','contentWidth','takeRecords','configurations','univer-min-w-0','canMount','allowOwnedPortalReassignment','_pendingPortalOwner','captureByHostAnchorId','session$','__embedSharedRootInjector','scopedInjector','list','requestPreview','_mountService','_ownedRuntimeFocusAppliesToHost','render','[data-embed-float-drag-handle=\x22true\x22]','enabled','openSearch','content','containsElement','_findPreviousReadyEntry','nested','data-u-comp','setConfig','base-embed-floating-menu','_focusDocumentBody','[data-radix-popper-content-wrapper]','backgroundColor','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','createDefaultConfig','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','fullscreen-runtime','_findFallbackUnitId','_activePortalOwners','_handlers','passiveWheelHandlerRegistry','scrollByViewportDeltaVal','scaleY','viewportHeight','allowPlaceholder','sheets-ui.embed','fontFamily','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','sheet.operation.open.numfmt.panel','calc(100%\x20-\x20','setCollapsedIds','supportedLayouts','zIndex','[data-u-comp=\x22embed-docs-custom-block\x22]','dialog','className','registerFocusHandler','_hostGestureEvents','name','createInstance','getTypeOfUnitAdded$','slides-ui.ribbon','hasChildInteractionLease','#ffffff','scrollHeight','activateAnchor','univer-gap-0.5\x20univer-px-1','getAllUnitsForType','_boardElementStateService','Node','root','showChrome','key','_getDocsLeft','focused$','localeChanged$','deltaX','scrollWidth','parentNode','.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.sheetsFloating.align.right','activateFloating','child-editor','top','aspect-fit','embed-ui','_mountBlockedRuntime','tab','addEventListener','_resolveHostWheelGestureRoot','span','activateSession','boards-ui.embed','getColVisible','embed-float-dom-popup','fill','embed-float-dom','hypot','deltaMode','stage1','_anchorModelService','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','stopEditingCell','disposables','_rootsByChildUnitId','embed-ui.basesFloating.duplicateTable.copyName','mousedown','getFlatMenuByPositionKey','_setAnchorTransformerVisible','allowHostDragHandle','data-embed-child-type','embed-ui.basesFloating.copySuffix','embedHostEntry','renderPreview','_mountFloatingMenu','tab-peer','getColumnWidth','univer-size-3\x20univer-shrink-0','_geometryInvalidated$','enter','previewUpdated$','univer-text-primary-600','pointerEvents','number','start','stopImmediatePropagation','width','univer-text-red-500\x20hover:univer-text-red-600','all','virtualWidth','setActiveSlide','deltaY','resize','invalidate','trailing','cancelAnimationFrame','embedChildRenderUnitId','_handleDragStart','pluginName','_leaseAppliesToChildUnit','focusin','_containsRegisteredElement','formatPainter','uComp','_selectAnchor','_currentOverride','28px','getActive','ctrlKey','2619144DJKnMA','setAnchor','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','function','_resolveChildUnitId','activeTable','activateTable','subscribe','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','runtimeScope','floating-menu','_configService','_elements','embedId','_blurActiveElementBeforePortalReassignment','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','area','beforeDeactivate','docs-ui.embed','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','getRenderById','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','context','_roots','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','subscribeContextValue$','sheets-floating-object','item','restoreViewState','createRibbonOverride','getCurrentTypeOfUnit$','querySelector','_getActiveOwnedRuntimeFocusInfo','isolation','pointerdown','viewSettings','numfmt','_refreshHostDocZoom','getAncestryForHostUnit','_modelService','exited$','slide-workbench','_passiveWheelHandlerRegistry','univer-w-28\x20univer-truncate\x20univer-text-left','BOTTOM','defaults','_undoRedoService','_queue','_isHostPreservingLease','getDescriptor','state$','activatePortalScope','zoomStep','addRecord','hasAttribute','pointer-events','_collectOwnedFloatingSurfaceRoots','order','OTHERS','role','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','type','divider-block','viewState','activationService','fullscreen','Previous\x20page','notifyExited','pointerup','activateView','base-workbench','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_rootsByEmbedId','symbol','ownerDocument','overflowY','min','handleWheel','univer-truncate','getCanvas','settleDelayMs','THIN','some','getContextByHostAnchorId','unitID','tooltip','embedChildRenderError','[data-embed-float-dom=\x22true\x22]','baseUnitId','_portalObservers','univer-doc-main-canvas','activateFullscreen','_releaseTabPeerFocusLeasesForHost','hostType','reduce','_getSlideModel','stage2','sWidth','_ribbonOverrideService','target','src','previewService','fontSize','hideToolbar','range','activeTableId','clearSelection','setSelection','scaleX','isChildUnitInActiveSession','identifier:univer.ribbon-service','base-embed-add-view-menu','UNIVER_EMBED_UI_PLUGIN','_assertChildUnitAvailable','_focusCoordinator','filter','univer-fixed\x20univer-z-[900]','injector','getUnitCreateOptions','embed-ui.sheetsFloating.borderLine.borderColor','acquireLease','moved','_embedModelService','defaultView','active','menuContainer','_floatingHostFocusRestorers','EMBED_MOUNT_CHILD_NOT_RESOLVED','body','embedSlidesPresentationPreviewImage','runtimeSessionChanged$','runtimeRoots','reRender','_contextsByEmbedId','base-embed-fullscreen-add-view-menu','closeOwnedFloatingSurfaces','floor','wheel','layoutPolicy','mainComponent','#111827','doc-flow','START','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','document','add','triggerClassName','getTypeOfUnitDisposed$','executeCommand','doc-block-stage2-runtime','_pendingChildUnits','pointermove','pageWidth','FloatingToolbarSplitTrigger','design','startedAt','_contextService','_maxDepth','_contributions','dependencyCollection','registerRenderModule','registerCommand','data-embed-floating-menu-entry','getZoomRatio','divider','_registerServices','fallbackWidth','offsetWidth','Slide\x20','_componentManager','hasAnyHostPreservingChildFocusLease','[data-embed-interaction-boundary-owner=\x22','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_registerFloatingMenus','scroll-contained','_registerRuntimeBoundary','capture','_rendering','index','removeEventListener','_routeWheelToHost','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','onOpenChange','runtime-pointer','registerContext','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','univer-doc-selection-container-docs-','owner','scrollTop','[data-embed-interaction-boundary-owner]'];_0x3505=function(){return _0x2a40cb;};return _0x3505();}function $f(_0xd8ad78){const _0x2cca4d=_0x1875ac;let {hostUnitId:_0x252d41,embedId:_0x143d31,childUnitId:_0x86d82f,entry:_0x2d7aef,fullscreen:_0x1ca4b7,usesDomFloatingStage:_0x434e52,renderScopeActive$:_0x1c242b}=_0xd8ad78,_0x53bce9=_0x232abb(_0x331063),_0x7b909=_0x232abb(_0x34195e),_0x1bd47f=_0x232abb(_0x211037),_0x358a90=_0x232abb(_0x1c7d63),_0x487ce7=_0x232abb(_0x2285c1),_0xb7287b=_0x232abb(Fa),_0x5d4ab3=Js({'embedId':_0x143d31,'active':_0x46d85f(()=>_0xb7287b['active$'],_0xb7287b[_0x2cca4d(0x399)](),!0x1,[_0xb7287b]),'fullscreen':_0x1ca4b7,'usesDomFloatingStage':_0x434e52,'renderScopeActive':_0x46d85f(()=>_0x1c242b,!0x1,!0x1,[_0x1c242b])})===_0x2cca4d(0x3fb),[_0x45553e,_0xdd7640]=_0x34f48e(null),_0x4a78a5=_0x1aefff=>({'open':_0x45553e===_0x1aefff,'onOpenChange':_0x5850b9=>_0xdd7640(_0x5850b9?_0x1aefff:null)});_0xcea081(()=>{const _0x258654=_0x2cca4d;if(!_0x45553e)return;let _0xf43414=_0x42fece=>{const _0x54804f=_0x29dc;yp(_0x42fece[_0x54804f(0x3fe)],_0x143d31)||_0xdd7640(null);};return document[_0x258654(0x35e)]('pointerdown',_0xf43414,!0x0),()=>{const _0x571f79=_0x258654;document[_0x571f79(0x44e)](_0x571f79(0x3bd),_0xf43414,!0x0);};},[_0x143d31,_0x45553e]);let _0x2f372a=_0x46d85f(()=>_0x358a90[_0x2cca4d(0x49d)][_0x2cca4d(0xae)](_0x579ccc(()=>Uf(_0x358a90[_0x2cca4d(0x371)](_0x14db43['RIBBON'])))),Uf(_0x358a90[_0x2cca4d(0x371)](_0x14db43['RIBBON'])),!0x1,[_0x358a90]),_0x21ac3b=_0x4ad24f(()=>new Set(Gf(_0x2f372a)[_0x2cca4d(0x50d)](_0x1f6230=>_0x1f6230['id'])),[_0x2f372a]),_0x4d86eb=()=>{const _0x1dbc05=_0x2cca4d;_0xb7287b['activate']({'hostUnitId':_0x252d41,'embedId':_0x143d31,'childUnitId':_0x86d82f},_0x1dbc05(0x3fb)),_0x1bd47f[_0x1dbc05(0x27d)](_0x86d82f);},_0x5368b8=(_0x1b37fd,_0x179f44)=>{const _0x48a202=_0x2cca4d;_0x4d86eb(),_0x7b909[_0x48a202(0x42f)](_0x1b37fd,_0x179f44);},_0xfd3def=(_0x20a6e1,_0x446273)=>{const _0x18f5ac=_0x2cca4d;let _0xc5c77e=Yf(_0x20a6e1,_0x446273);_0xc5c77e&&_0x5368b8(_0xc5c77e[_0x18f5ac(0x5cf)],_0xc5c77e[_0x18f5ac(0x50e)]);},_0xb4696=()=>{const _0x27b88d=_0x2cca4d;let _0x43c1e4=_0x1bd47f[_0x27b88d(0x222)](_0x86d82f,_0x1e9bfe[_0x27b88d(0x57f)]),_0x331116=_0x43c1e4==null?void 0x0:_0x43c1e4[_0x27b88d(0x4a9)]();return!_0x43c1e4||!_0x331116?null:{'workbook':_0x43c1e4,'worksheet':_0x331116,'unitId':_0x43c1e4[_0x27b88d(0x2f4)](),'subUnitId':_0x331116[_0x27b88d(0x105)]()};},_0x5315ad=()=>{const _0x42af0e=_0x2cca4d;var _0x50e9ee,_0x3e5125;return(_0x50e9ee=(_0x3e5125=_0x487ce7['getCurrentSelections']())==null?void 0x0:_0x3e5125[_0x42af0e(0x50d)](_0x404efa=>_0x404efa[_0x42af0e(0x403)]))==null?[]:_0x50e9ee;},_0x4ec565=(_0x326fcc,_0x3dcfc1,_0x51a8f7=_0x41f1f2[_0x2cca4d(0x3ec)],_0x2d4199='#000000')=>{const _0x206ff1=_0x2cca4d;let _0x293006=_0xb4696(),_0x50ce58=_0x5315ad();!_0x293006||!_0x50ce58[_0x206ff1(0x1af)]||_0xfd3def(_0x326fcc,{'unitId':_0x293006[_0x206ff1(0x2c1)],'subUnitId':_0x293006[_0x206ff1(0x56b)],'ranges':_0x50ce58,'value':{'type':_0x3dcfc1,'color':_0x2d4199,'style':_0x51a8f7,'activeBorderType':!0x0}});},_0x4c07be=()=>{const _0x15f9d3=_0x2cca4d;_0x7b909[_0x15f9d3(0x42f)](_0x395f08['id'],{'hostUnitId':_0x252d41,'embedId':_0x143d31});};return _0x3aab6f(_0x2cca4d(0x50f),{'className':_0x48963c(_0x2cca4d(0x12e),{'univer-hidden':!_0x5d4ab3,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x1ca4b7,'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':!_0x1ca4b7,'-univer-top-9':!_0x1ca4b7&&_0x2d7aef!==_0x2cca4d(0x59a),'-univer-top-[52px]':!_0x1ca4b7&&_0x2d7aef===_0x2cca4d(0x59a)}),'data-u-comp':_0x2cca4d(0x5bb),'data-embed-floating-menu':_0x2cca4d(0x1ac),'data-embed-id':_0x143d31,'data-embed-float-stage':_0x5d4ab3?_0x2cca4d(0x3fb):_0x2cca4d(0x2e8),'onPointerDown':_0x139ba2=>_0x139ba2[_0x2cca4d(0x539)](),'onMouseDown':$,'children':[_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x394))&&_0xdab386(rp,{'item':_0x2f372a['formatPainter'],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':()=>_0xfd3def(_0x2f372a['formatPainter']),'children':_0xdab386(_0x3303a2,{})}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x1eb))&&_0xdab386(_0x2f8597,{'orientation':_0x2cca4d(0x277)}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x1ad))&&_0xdab386(ap,{'menuItem':_0x2f372a[_0x2cca4d(0x1ad)],'onClick':()=>_0xfd3def(_0x2f372a[_0x2cca4d(0x1ad)])}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x2f8))&&_0xdab386(_0x2f8597,{'orientation':_0x2cca4d(0x277)}),_0x21ac3b['has']('fontFamily')&&_0xdab386(op,{'embedId':_0x143d31,'menuItem':_0x2f372a['fontFamily'],'title':'embed-ui.sheetsFloating.toolbar.font',..._0x4a78a5(_0x2cca4d(0x334)),'onSelect':_0x804e1=>_0xfd3def(_0x2f372a[_0x2cca4d(0x334)],{'value':_0x804e1})}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x401))&&_0xdab386(sp,{'embedId':_0x143d31,'menuItem':_0x2f372a['fontSize'],'title':_0x2cca4d(0xd2),..._0x4a78a5(_0x2cca4d(0x401)),'onSelect':_0x464b6a=>_0xfd3def(_0x2f372a[_0x2cca4d(0x401)],{'value':Number(_0x464b6a)})}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x5c6))&&_0xdab386(rp,{'item':_0x2f372a['bold'],'title':_0x2cca4d(0x4f7),'onClick':()=>_0xfd3def(_0x2f372a['bold']),'children':_0xdab386(_0x5d36b2,{})}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x57a))&&_0xdab386(_0x2f8597,{'orientation':_0x2cca4d(0x277)}),_0x21ac3b['has'](_0x2cca4d(0x236))&&_0xdab386(dp,{'embedId':_0x143d31,'menuItem':_0x2f372a[_0x2cca4d(0x236)],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':_0xdab386(_0x450982,{'className':'univer-fill-primary-600'}),'defaultColor':_0x2cca4d(0x427),..._0x4a78a5(_0x2cca4d(0x236)),'onChange':_0x5d06ba=>_0xfd3def(_0x2f372a['textColor'],{'value':_0x5d06ba}),'onReset':()=>_0x5368b8(_0xa9aa51['id'])}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x326))&&_0xdab386(dp,{'embedId':_0x143d31,'menuItem':_0x2f372a[_0x2cca4d(0x326)],'title':'embed-ui.sheetsFloating.toolbar.fillColor.main','icon':_0xdab386(_0x5d9aa5,{'className':_0x2cca4d(0x4d8)}),'defaultColor':_0x2cca4d(0x345),..._0x4a78a5('backgroundColor'),'onChange':_0x18a71f=>_0xfd3def(_0x2f372a[_0x2cca4d(0x326)],{'value':_0x18a71f}),'onReset':()=>_0x5368b8(_0x6d92f['id'])}),_0x21ac3b[_0x2cca4d(0x47a)]('borderComposite')&&_0xdab386(fp,{'embedId':_0x143d31,'menuItem':_0x2f372a[_0x2cca4d(0x547)],..._0x4a78a5('borderComposite'),'onSelect':(_0x2c1e2a,_0x1520de,_0x12464f)=>_0x4ec565(_0x2f372a[_0x2cca4d(0x547)],_0x2c1e2a,_0x1520de,_0x12464f)}),_0x21ac3b['has']('divider-border')&&_0xdab386(_0x2f8597,{'orientation':_0x2cca4d(0x277)}),_0x21ac3b['has'](_0x2cca4d(0x24c))&&_0xdab386(pp,{'embedId':_0x143d31,'menuItems':_0x2f372a[_0x2cca4d(0x24c)],..._0x4a78a5('merge'),'execute':_0xfd3def}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x2c4))&&_0xdab386(cp,{'embedId':_0x143d31,'menuItem':_0x2f372a[_0x2cca4d(0x2c4)],..._0x4a78a5(_0x2cca4d(0x2c4)),'execute':_0xfd3def}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0xb3))&&_0xdab386(lp,{'embedId':_0x143d31,'menuItem':_0x2f372a[_0x2cca4d(0xb3)],..._0x4a78a5(_0x2cca4d(0xb3)),'execute':_0xfd3def}),_0x21ac3b['has'](_0x2cca4d(0x565))&&_0xdab386(mp,{'embedId':_0x143d31,'menuItem':_0x2f372a[_0x2cca4d(0x565)],..._0x4a78a5(_0x2cca4d(0x565)),'execute':_0x5368b8}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x9c))&&_0xdab386(_0x2f8597,{'orientation':'vertical'}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x40e))&&_0xdab386(rp,{'item':_0x2f372a[_0x2cca4d(0x40e)],'title':_0x2cca4d(0xc9),'onClick':()=>_0xfd3def(_0x2f372a[_0x2cca4d(0x40e)]),'children':_0xdab386(_0x2a417a,{})}),_0x21ac3b['has'](_0x2cca4d(0x3d9))&&_0xdab386(_0x2f8597,{'orientation':_0x2cca4d(0x277)}),_0x21ac3b[_0x2cca4d(0x47a)](_0x2cca4d(0x185))&&_0xdab386(np,{'title':_0x53bce9['t'](_0x2cca4d(0x4af)),'className':_0x2cca4d(0x385),'onClick':_0x4c07be,'children':_0xdab386(_0x24b382,{})})]});}const ep=_0x1ec8de(({children:_0x4bb158,className:_0x124d82,title:_0x277962,onClick:_0x136dda,onMouseDown:_0x19ac74,onPointerDown:_0x1f5235,..._0x955f6},_0x344bbb)=>{const _0x29867d=_0x1875ac;let _0x18c360=_0x232abb(_0x331063)['t'](_0x277962);return _0xdab386(_0x55cedb,{'ref':_0x344bbb,'type':_0x29867d(0x481),'size':_0x29867d(0x208),'variant':_0x29867d(0x250),'aria-label':_0x18c360,'title':_0x18c360,'className':_0x48963c(_0x29867d(0xc8),_0x124d82),'onPointerDown':_0x404a81=>{const _0x46b2ed=_0x29867d;_0x404a81[_0x46b2ed(0x539)](),_0x1f5235==null||_0x1f5235(_0x404a81);},'onMouseDown':_0x16d18b=>{const _0x1e4ef6=_0x29867d;_0x16d18b[_0x1e4ef6(0x539)](),_0x19ac74==null||_0x19ac74(_0x16d18b);},'onClick':_0x1f70f6=>{_0x136dda==null||_0x136dda(_0x1f70f6),_0x1f70f6['stopPropagation']();},..._0x955f6,'children':_0x4bb158});}),tp=_0x1ec8de(({title:_0x1effdd,primary:_0x5bf0b9,disabled:_0x441d06,open:_0x53f026,onPrimaryClick:_0x39260d,onMouseDown:_0xdd9849,onPointerDown:_0x5affaa,onClick:_0x5ea228,..._0x2a1d5e},_0x5d80bb)=>_0x3aab6f('div',{'ref':_0x5d80bb,'className':_0x48963c(_0x1875ac(0x1b6),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x53f026,'univer-cursor-not-allowed\x20univer-opacity-60':_0x441d06}),'onPointerDown':_0x2f28d3=>{_0x2f28d3['stopPropagation'](),_0x5affaa==null||_0x5affaa(_0x2f28d3);},'onMouseDown':_0x218caa=>{const _0x3fb64e=_0x1875ac;_0x218caa[_0x3fb64e(0x539)](),_0xdd9849==null||_0xdd9849(_0x218caa);},'onClick':_0x456c69=>{_0x5ea228==null||_0x5ea228(_0x456c69),_0x456c69['stopPropagation']();},..._0x2a1d5e,'children':[_0xdab386(_0x1875ac(0x481),{'type':_0x1875ac(0x481),'className':_0x1875ac(0x54f),'disabled':_0x441d06,'onClick':_0x2679b2=>{const _0x5e1f3a=_0x1875ac;_0x2679b2[_0x5e1f3a(0x539)](),_0x39260d();},'children':_0x5bf0b9}),_0xdab386(_0x2f8597,{'orientation':'vertical'}),_0xdab386('button',{'type':_0x1875ac(0x481),'className':_0x1875ac(0x3b0),'disabled':_0x441d06,'children':_0xdab386(_0x4e5418,{})})]}));tp[_0x1875ac(0x1bf)]=_0x1875ac(0x434);function np(_0x25e913){const _0x572813=_0x1875ac;return _0xdab386(_0x23ee51,{'title':_0x25e913[_0x572813(0x591)],'placement':'bottom','children':_0xdab386(_0x278794,{'className':_0x48963c(_0x572813(0xac),_0x25e913[_0x572813(0x33d)]),'disabled':_0x25e913['disabled'],'active':_0x25e913[_0x572813(0x417)],'onClick':_0x25e913[_0x572813(0x4c5)],'children':_0x25e913[_0x572813(0x2cb)]})});}function rp(_0x4ac8a1){const _0x2fe292=_0x1875ac;let {hidden:_0x55dd78,disabled:_0xcaac9b,activated:_0x32d128}=ip(_0x4ac8a1[_0x2fe292(0x3b6)]),_0x4569ef=_0x232abb(_0x331063);return!_0x4ac8a1[_0x2fe292(0x3b6)]||_0x55dd78?null:_0xdab386(np,{'title':_0x4569ef['t'](_0x4ac8a1[_0x2fe292(0x591)]),'disabled':_0xcaac9b,'active':_0x32d128,'onClick':_0x4ac8a1[_0x2fe292(0x4c5)],'children':_0x4ac8a1[_0x2fe292(0x2cb)]});}function ip(_0x1a307b){return{'hidden':_0x46d85f(()=>{var _0x340509,_0x2b7b20;return(_0x340509=_0x1a307b==null||(_0x2b7b20=_0x1a307b['hidden$'])==null?void 0x0:_0x2b7b20['pipe'](_0x5edc86(!0x1)))==null?_0xc6f257(!0x1):_0x340509;},!0x1,!0x1,[_0x1a307b]),'disabled':_0x46d85f(()=>{const _0x2ce594=_0x29dc;var _0x55a673,_0x205fa3;return(_0x55a673=_0x1a307b==null||(_0x205fa3=_0x1a307b[_0x2ce594(0x16a)])==null?void 0x0:_0x205fa3[_0x2ce594(0xae)](_0x5edc86(!0x1)))==null?_0xc6f257(!0x1):_0x55a673;},!0x1,!0x1,[_0x1a307b]),'activated':_0x46d85f(()=>{const _0x1c0aca=_0x29dc;var _0x1f7bc0,_0x5875cf;return(_0x1f7bc0=_0x1a307b==null||(_0x5875cf=_0x1a307b[_0x1c0aca(0x1f8)])==null?void 0x0:_0x5875cf[_0x1c0aca(0xae)](_0x5edc86(!0x1)))==null?_0xc6f257(!0x1):_0x1f7bc0;},!0x1,!0x1,[_0x1a307b]),'value':_0x46d85f(()=>{const _0x422de5=_0x29dc;var _0x1465a8,_0x587b41;return(_0x1465a8=_0x1a307b==null||(_0x587b41=_0x1a307b['value$'])==null?void 0x0:_0x587b41[_0x422de5(0xae)](_0x5edc86(void 0x0)))==null?_0xc6f257(void 0x0):_0x1465a8;},void 0x0,!0x1,[_0x1a307b])};}function ap(_0xcd330e){const _0x416c95=_0x1875ac;let {hidden:_0x272467,disabled:_0x24a203,value:_0x225566}=ip(_0xcd330e[_0x416c95(0x4b5)]),_0x3547a4=_0x232abb(_0x331063);if(!_0xcd330e[_0x416c95(0x4b5)]||_0x272467)return null;let _0x5f25b8=_0x3547a4['t']('embed-ui.sheetsFloating.toolbar.numberFormat'),_0x1b25db=typeof _0x225566==_0x416c95(0x5ce)&&_0x225566?_0x225566:_0x416c95(0x5ca);return _0xdab386(_0x23ee51,{'title':_0x5f25b8,'placement':'bottom','children':_0x3aab6f(ep,{'title':_0x5f25b8,'disabled':_0x24a203,'onClick':_0xcd330e[_0x416c95(0x4c5)],'children':[_0xdab386(_0x2ea22c,{}),_0xdab386('span',{'children':_0x1b25db}),_0xdab386(_0x4e5418,{})]})});}function op(_0x268fec){const _0x363dda=_0x1875ac;let {embedId:_0x50b3f3,menuItem:_0x3fe566,title:_0x46b6af,open:_0x3eb01c,onOpenChange:_0x487c4b,onSelect:_0x1c48ac}=_0x268fec,{hidden:_0x58f1c2,disabled:_0x24747f,value:_0x5d88c8}=ip(_0x3fe566);if(!_0x3fe566||_0x58f1c2)return null;let _0x1f2c0e=typeof _0x5d88c8==_0x363dda(0x5ce)&&_0x5d88c8?_0x5d88c8:'Arial';return _0xdab386(Cp,{'embedId':_0x50b3f3,'disabled':_0x24747f,'title':_0x46b6af,'open':_0x3eb01c,'onOpenChange':_0x487c4b,'trigger':_0x3aab6f(_0x3aea9f,{'children':[_0xdab386('span',{'className':_0x363dda(0x3c6),'children':_0x1f2c0e}),_0xdab386(_0x4e5418,{})]}),'overlay':_0xdab386('div',{'className':_0x363dda(0x39d),'onPointerDown':$,'onMouseDown':$,'children':_0xdab386(_0x28b42b,{'value':_0x1f2c0e,'onChange':_0x473300=>{_0x1c48ac(_0x473300),_0x487c4b(!0x1);}})})});}function sp(_0x559478){const _0x1023da=_0x1875ac;let {embedId:_0x47734b,menuItem:_0x401f17,title:_0x48de81,open:_0x2c957b,onOpenChange:_0x3dd263,onSelect:_0x1c652e}=_0x559478,{hidden:_0x1d5036,disabled:_0x143064,value:_0x3e6a92}=ip(_0x401f17);if(!_0x401f17||_0x1d5036)return null;let _0x51c83d=typeof _0x3e6a92=='number'||typeof _0x3e6a92==_0x1023da(0x5ce)?Number(_0x3e6a92):0xb;return _0xdab386(Cp,{'embedId':_0x47734b,'disabled':_0x143064,'title':_0x48de81,'open':_0x2c957b,'onOpenChange':_0x3dd263,'trigger':_0x3aab6f(_0x3aea9f,{'children':[_0xdab386('span',{'className':_0x1023da(0x2b2),'children':_0x51c83d}),_0xdab386(_0x4e5418,{})]}),'overlay':_0xdab386(_0x1023da(0x50f),{'className':_0x1023da(0x515),'onPointerDown':$,'onMouseDown':$,'children':Bf()[_0x1023da(0x50d)](_0x37a9d1=>{const _0x554e6c=_0x1023da;let _0x779819=Number(_0x37a9d1[_0x554e6c(0x267)])===_0x51c83d;return _0x3aab6f(_0x554e6c(0x481),{'type':_0x554e6c(0x481),'className':_0x48963c('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':_0x779819}),'onClick':()=>{const _0x2c569e=_0x554e6c;_0x1c652e(String(_0x37a9d1[_0x2c569e(0x267)])),_0x3dd263(!0x1);},'children':[_0xdab386(_0x554e6c(0x360),{'children':_0x37a9d1['label']}),_0x779819&&_0xdab386(_0x15c768,{'className':_0x554e6c(0x37f)})]},_0x37a9d1[_0x554e6c(0x267)]);})})});}function cp(_0xc41817){const _0x1e5502=_0x1875ac;let {hidden:_0x7b21bc,disabled:_0x59cf46}=ip(_0xc41817[_0x1e5502(0x4b5)]);return!_0xc41817[_0x1e5502(0x4b5)]||_0x7b21bc?null:_0xdab386(Cp,{'embedId':_0xc41817[_0x1e5502(0x3a8)],'disabled':_0x59cf46,'title':_0x1e5502(0x450),'triggerClassName':_0x1e5502(0x348),'open':_0xc41817[_0x1e5502(0x523)],'onOpenChange':_0xc41817[_0x1e5502(0x451)],'trigger':_0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x546226,{}),_0xdab386(_0x4e5418,{})]}),'overlay':_0xdab386(xp,{'embedId':_0xc41817['embedId'],'onPointerDown':_0x339de0=>_0x339de0['stopPropagation'](),'children':_0x3aab6f(Sp,{'children':[_0xdab386(up,{'item':_0xc41817[_0x1e5502(0x4b5)],'title':_0x1e5502(0x58f),'onClick':()=>_0xc41817[_0x1e5502(0x19f)](_0xc41817['menuItem'],{'value':_0x4ff4ae['LEFT']}),'children':_0xdab386(_0x546226,{})}),_0xdab386(up,{'item':_0xc41817['menuItem'],'title':_0x1e5502(0x29c),'onClick':()=>_0xc41817[_0x1e5502(0x19f)](_0xc41817[_0x1e5502(0x4b5)],{'value':_0x4ff4ae['CENTER']}),'children':_0xdab386(_0x4e0b12,{})}),_0xdab386(up,{'item':_0xc41817[_0x1e5502(0x4b5)],'title':_0x1e5502(0x356),'onClick':()=>_0xc41817['execute'](_0xc41817[_0x1e5502(0x4b5)],{'value':_0x4ff4ae['RIGHT']}),'children':_0xdab386(_0x30f21d,{})})]})})});}function lp(_0x138c47){const _0x515475=_0x1875ac;let {hidden:_0x29c32c,disabled:_0x47ae7a}=ip(_0x138c47[_0x515475(0x4b5)]);return!_0x138c47[_0x515475(0x4b5)]||_0x29c32c?null:_0xdab386(Cp,{'embedId':_0x138c47[_0x515475(0x3a8)],'disabled':_0x47ae7a,'title':_0x515475(0x464),'triggerClassName':_0x515475(0x348),'open':_0x138c47['open'],'onOpenChange':_0x138c47[_0x515475(0x451)],'trigger':_0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x58bf29,{}),_0xdab386(_0x4e5418,{})]}),'overlay':_0xdab386(xp,{'embedId':_0x138c47['embedId'],'onPointerDown':_0x46cc16=>_0x46cc16[_0x515475(0x539)](),'children':_0x3aab6f(Sp,{'children':[_0xdab386(up,{'item':_0x138c47['menuItem'],'title':'embed-ui.sheetsFloating.align.top','onClick':()=>_0x138c47[_0x515475(0x19f)](_0x138c47['menuItem'],{'value':_0x256abe['TOP']}),'children':_0xdab386(_0x4c4757,{})}),_0xdab386(up,{'item':_0x138c47[_0x515475(0x4b5)],'title':_0x515475(0x1c3),'onClick':()=>_0x138c47['execute'](_0x138c47['menuItem'],{'value':_0x256abe[_0x515475(0x5dc)]}),'children':_0xdab386(_0x58bf29,{})}),_0xdab386(up,{'item':_0x138c47[_0x515475(0x4b5)],'title':_0x515475(0x2bd),'onClick':()=>_0x138c47[_0x515475(0x19f)](_0x138c47[_0x515475(0x4b5)],{'value':_0x256abe[_0x515475(0x3c7)]}),'children':_0xdab386(_0x23aff3,{})})]})})});}function up(_0x27edf2){let {item:_0x3fb5b3,title:_0x2ad1dd,children:_0x365328,onClick:_0x55af78}=_0x27edf2,{hidden:_0x6dbd80,disabled:_0x579c4b,activated:_0xe4123d}=ip(_0x3fb5b3);return!_0x3fb5b3||_0x6dbd80?null:_0xdab386(Op,{'title':_0x2ad1dd,'disabled':_0x579c4b,'active':_0xe4123d,'onClick':_0x55af78,'children':_0x365328});}function dp(_0x95137f){const _0x14ff08=_0x1875ac;let {embedId:_0x1b6878,menuItem:_0x191d13,title:_0x88aded,icon:_0x37242b,defaultColor:_0x469b1e,open:_0x433c88,onOpenChange:_0x5cc7f3,onChange:_0x178587,onReset:_0x4864cc}=_0x95137f,_0x54955b=_0x232abb(_0x331063),{hidden:_0x1d8e45,disabled:_0x2a2271,value:_0x1331ab}=ip(_0x191d13),[_0x5944d0,_0x4d3898]=_0x34f48e(_0x469b1e);return!_0x191d13||_0x1d8e45?null:_0xdab386(_0x7f9382,{'disabled':_0x2a2271,'align':'start','sideOffset':0x6,'open':_0x433c88,'onOpenChange':_0x5cc7f3,'onPointerDownOutside':_0x3cf8a4=>bp(_0x3cf8a4,_0x1b6878),'onFocusOutside':_0x4d0c74=>bp(_0x4d0c74,_0x1b6878),'onInteractOutside':_0xea8a10=>bp(_0xea8a10,_0x1b6878),'overlay':_0x3aab6f(_0x14ff08(0x50f),{'data-embed-id':_0x1b6878,'data-embed-floating-menu-popup':_0x14ff08(0x1ac),'className':_0x14ff08(0x489),'onPointerDown':$,'onMouseDown':$,'children':[_0xdab386(_0xdc09c0,{'value':typeof _0x1331ab=='string'&&_0x1331ab?_0x1331ab:_0x5944d0,'onChange':_0x5e1845=>{_0x4d3898(_0x5e1845),_0x178587(_0x5e1845);}}),_0xdab386(_0x2f8597,{}),_0x3aab6f('button',{'type':_0x14ff08(0x481),'className':_0x14ff08(0x454),'onClick':()=>{_0x4d3898(_0x469b1e),_0x4864cc(),_0x5cc7f3(!0x1);},'children':[_0xdab386(_0x3e8f55,{}),_0xdab386('span',{'children':_0x54955b['t'](_0x14ff08(0x227))})]})]}),'children':_0xdab386(ep,{'title':_0x88aded,'disabled':_0x2a2271,'children':_0x37242b})});}function fp(_0x4744b1){const _0x4e7714=_0x1875ac;let _0x57d3a7=_0x232abb(_0x331063),_0x29f119=_0x232abb(_0xf4ec4a),{hidden:_0x121aa7,disabled:_0x3151d7}=ip(_0x4744b1['menuItem']),[_0x5f37ef,_0x5bee6b]=_0x34f48e(_0x417e54[_0x4e7714(0x140)]),[_0x2ec202,_0x4eaa79]=_0x34f48e(_0x41f1f2[_0x4e7714(0x3ec)]),[_0x1592d2,_0x49eecb]=_0x34f48e(_0x4e7714(0xe7));if(!_0x4744b1[_0x4e7714(0x4b5)]||_0x121aa7)return null;let _0x182da8=(_0x2b3989=_0x5f37ef,_0x4e8349=_0x2ec202,_0x5c84a6=_0x1592d2)=>{const _0xda542a=_0x4e7714;_0x5bee6b(_0x2b3989),_0x4eaa79(_0x4e8349),_0x49eecb(_0x5c84a6),_0x4744b1[_0xda542a(0x1d5)](_0x2b3989,_0x4e8349,_0x5c84a6);},_0x4a0813=_0x45eeb6=>{const _0x2d83a0=_0x4e7714;var _0x3c8393,_0x418b72;return(_0x3c8393=(_0x418b72=zf()[_0x2d83a0(0x19c)](_0x27a1ea=>_0x27a1ea[_0x2d83a0(0x267)]===_0x45eeb6))==null?void 0x0:_0x418b72[_0x2d83a0(0x1a2)])==null?_0x2d83a0(0x159):_0x3c8393;},_0x4295c3=(_0x5ad069,_0xff0cdf=_0x4e7714(0x4d8))=>{const _0x5c58fb=_0x4e7714;let _0x14aac5=_0x29f119[_0x5c58fb(0xdd)](_0x5ad069);return _0x14aac5?_0xdab386(_0x14aac5,{'className':_0xff0cdf}):_0xdab386(_0x36be69,{});};return _0xdab386(_0x7f9382,{'disabled':_0x3151d7,'align':_0x4e7714(0x382),'sideOffset':0x6,'open':_0x4744b1['open'],'onOpenChange':_0x4744b1[_0x4e7714(0x451)],'onPointerDownOutside':_0x2534e9=>bp(_0x2534e9,_0x4744b1[_0x4e7714(0x3a8)]),'onFocusOutside':_0x2f6637=>bp(_0x2f6637,_0x4744b1[_0x4e7714(0x3a8)]),'onInteractOutside':_0x2efd01=>bp(_0x2efd01,_0x4744b1['embedId']),'overlay':_0x3aab6f(xp,{'embedId':_0x4744b1[_0x4e7714(0x3a8)],'onPointerDown':_0x4afb48=>_0x4afb48[_0x4e7714(0x539)](),'children':[_0xdab386('div',{'className':'univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':zf()['map'](_0x3cce35=>_0xdab386(Op,{'title':_0x3cce35['label'],'active':_0x5f37ef===_0x3cce35[_0x4e7714(0x267)],'onClick':()=>_0x182da8(_0x3cce35[_0x4e7714(0x267)]),'children':_0x4295c3(_0x3cce35['icon'])},_0x3cce35[_0x4e7714(0x267)]))}),_0xdab386(_0x2f8597,{}),_0x3aab6f(Sp,{'children':[_0xdab386(_0x7f9382,{'align':_0x4e7714(0x382),'sideOffset':0x6,'onPointerDownOutside':_0x41de35=>bp(_0x41de35,_0x4744b1['embedId']),'onFocusOutside':_0x180ce9=>bp(_0x180ce9,_0x4744b1[_0x4e7714(0x3a8)]),'onInteractOutside':_0x84f29d=>bp(_0x84f29d,_0x4744b1[_0x4e7714(0x3a8)]),'overlay':_0xdab386('div',{'data-embed-id':_0x4744b1[_0x4e7714(0x3a8)],'data-embed-floating-menu-popup':_0x4e7714(0x1ac),'className':_0x4e7714(0x3d7),'onPointerDown':$,'onMouseDown':$,'children':_0xdab386(_0xdc09c0,{'value':_0x1592d2,'onChange':_0x19e624=>_0x182da8(_0x5f37ef,_0x2ec202,_0x19e624)})}),'children':_0x3aab6f(Op,{'title':_0x4e7714(0x412),'active':!0x1,'onClick':()=>void 0x0,'children':[_0xdab386(_0x5d9aa5,{'extend':{'colorChannel1':_0x1592d2}}),_0xdab386(_0x4e5418,{})]})}),_0xdab386(_0x7f9382,{'align':_0x4e7714(0x382),'sideOffset':0x6,'onPointerDownOutside':_0x588781=>bp(_0x588781,_0x4744b1['embedId']),'onFocusOutside':_0x358a61=>bp(_0x358a61,_0x4744b1[_0x4e7714(0x3a8)]),'onInteractOutside':_0x315067=>bp(_0x315067,_0x4744b1[_0x4e7714(0x3a8)]),'overlay':_0xdab386(_0x4e7714(0x50f),{'data-embed-id':_0x4744b1[_0x4e7714(0x3a8)],'data-embed-floating-menu-popup':_0x4e7714(0x1ac),'className':_0x4e7714(0x5a7),'onPointerDown':$,'onMouseDown':$,'children':_0x2f5762[_0x4e7714(0x50d)](_0x1613eb=>_0xdab386(_0x4e7714(0x481),{'type':_0x4e7714(0x481),'className':_0x48963c(_0x4e7714(0x255),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x2ec202===_0x1613eb['value']}),'onClick':()=>_0x182da8(_0x5f37ef,_0x1613eb[_0x4e7714(0x267)]),'children':_0xdab386(_0x29d9a5,{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x1613eb[_0x4e7714(0x267)]})},_0x1613eb[_0x4e7714(0x267)]))}),'children':_0x3aab6f(Op,{'title':_0x4e7714(0x462),'active':!0x1,'onClick':()=>void 0x0,'children':[_0xdab386(_0x29d9a5,{'className':_0x4e7714(0x2c3),'type':_0x2ec202}),_0xdab386(_0x4e5418,{})]})})]})]}),'children':_0xdab386(tp,{'title':_0x57d3a7['t'](_0x4e7714(0x240)),'disabled':_0x3151d7,'open':_0x4744b1['open'],'primary':_0x4295c3(_0x4a0813(_0x5f37ef),'univer-text-gray-900\x20dark:!univer-text-white'),'onPrimaryClick':()=>{const _0xab1653=_0x4e7714;_0x182da8(),_0x4744b1[_0xab1653(0x451)](!0x1);}})});}function pp(_0x4c02ad){const _0x185f14=_0x1875ac;let {embedId:_0x19f4b0,menuItems:_0x5f5824,open:_0x35177e,onOpenChange:_0x311286,execute:_0x211ea}=_0x4c02ad,_0x3a1e61=_0x232abb(_0x331063),{hidden:_0x448b13,disabled:_0x1a5164}=ip(_0x5f5824==null?void 0x0:_0x5f5824['root']),_0x40dc24=[];return[{'item':_0x5f5824==null?void 0x0:_0x5f5824[_0x185f14(0x386)],'icon':_0xdab386(_0x41839a,{})},{'item':_0x5f5824==null?void 0x0:_0x5f5824[_0x185f14(0x277)],'icon':_0xdab386(_0x6ebb1c,{})},{'item':_0x5f5824==null?void 0x0:_0x5f5824['horizontal'],'icon':_0xdab386(_0x1210c2,{})},{'item':_0x5f5824==null?void 0x0:_0x5f5824[_0x185f14(0x52d)],'icon':_0xdab386(_0x45d374,{})}]['forEach'](({item:_0x4699fa,icon:_0x258d9e})=>{const _0x16b81f=_0x185f14;_0x4699fa&&_0x40dc24[_0x16b81f(0x26f)]({'item':_0x4699fa,'icon':_0x258d9e});}),!(_0x5f5824!=null&&_0x5f5824['root'])||_0x448b13||!_0x40dc24['length']?null:_0xdab386(Cp,{'embedId':_0x19f4b0,'disabled':_0x1a5164,'title':_0x185f14(0x27c),'triggerClassName':_0x185f14(0x348),'open':_0x35177e,'onOpenChange':_0x311286,'trigger':_0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x41839a,{}),_0xdab386(_0x4e5418,{})]}),'overlay':_0xdab386(Tp,{'children':_0x40dc24[_0x185f14(0x50d)](({item:_0xec83cb,icon:_0x239db1})=>_0xdab386(Ep,{'icon':_0x239db1,'onClick':()=>{_0x211ea(_0xec83cb),_0x311286(!0x1);},'children':_0x3a1e61['t'](hp(_0xec83cb))},_0xec83cb['id']))})});}function mp(_0x2f508b){const _0x555f65=_0x1875ac;let _0x20efb5=_0x232abb(_0x331063),{hidden:_0x25df20,disabled:_0x42e38b}=ip(_0x2f508b[_0x555f65(0x4b5)]);if(!_0x2f508b[_0x555f65(0x4b5)]||_0x25df20)return null;let _0x591b0d=Jf(_0x2f508b[_0x555f65(0x4b5)]),_0x842cf8=_0x591b0d[_0x555f65(0x1af)]?_0x591b0d[_0x555f65(0x50d)](_0x84b7ba=>{const _0x1f5056=_0x555f65;var _0x5a32a0,_0x254c83,_0x199e37,_0xf59226,_0x29f1d3,_0x3e20be;return{'label':_0x20efb5['t'](gp(_0x84b7ba)),'icon':_p(_0x84b7ba[_0x1f5056(0x267)]),'commandId':(_0x5a32a0=(_0x254c83=(_0x199e37=_0x84b7ba['commandId'])==null?(_0xf59226=_0x2f508b[_0x1f5056(0x4b5)])==null?void 0x0:_0xf59226['commandId']:_0x199e37)==null?(_0x29f1d3=_0x2f508b[_0x1f5056(0x4b5)])==null?void 0x0:_0x29f1d3['id']:_0x254c83)==null?_0x54f227['id']:_0x5a32a0,'params':(_0x3e20be=_0x84b7ba['params'])==null?{'value':_0x84b7ba[_0x1f5056(0x267)]}:_0x3e20be};}):[{'label':_0x20efb5['t'](_0x555f65(0x1c4)),'icon':_0xdab386(_0x5b8879,{}),'commandId':_0x54f227['id'],'params':{'value':_0x4a2507[_0x555f65(0x268)]}},{'label':_0x20efb5['t'](_0x555f65(0x479)),'icon':_0xdab386(_0x59ee33,{}),'commandId':_0x54f227['id'],'params':{'value':_0x4a2507[_0x555f65(0x4e2)]}},{'label':_0x20efb5['t'](_0x555f65(0x45a)),'icon':_0xdab386(_0x5b987e,{}),'commandId':_0x54f227['id'],'params':{'value':_0x4a2507[_0x555f65(0x5e3)]}}];return _0xdab386(Cp,{'embedId':_0x2f508b[_0x555f65(0x3a8)],'disabled':_0x42e38b,'title':_0x555f65(0x483),'triggerClassName':_0x555f65(0x348),'open':_0x2f508b[_0x555f65(0x523)],'onOpenChange':_0x2f508b['onOpenChange'],'trigger':_0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x5b987e,{}),_0xdab386(_0x4e5418,{})]}),'overlay':_0xdab386(wp,{'children':_0x842cf8['map'](_0x19c29f=>{const _0x1aa2a=_0x555f65;var _0x56f691,_0x457d1a;return _0xdab386(Dp,{'icon':_0x19c29f[_0x1aa2a(0x1a2)],'onClick':()=>{const _0xa47eb5=_0x1aa2a;_0x2f508b['execute'](_0x19c29f[_0xa47eb5(0x5cf)],_0x19c29f['params']),_0x2f508b['onOpenChange'](!0x1);},'children':_0x19c29f[_0x1aa2a(0x12f)]},_0x19c29f[_0x1aa2a(0x5cf)]+'-'+String((_0x56f691=(_0x457d1a=_0x19c29f['params'])==null?void 0x0:_0x457d1a[_0x1aa2a(0x267)])==null?_0x19c29f['label']:_0x56f691));})})});}function hp(_0x5649b1){const _0x41de5d=_0x1875ac;var _0x3d5b6a,_0x5de800;return(_0x3d5b6a=(_0x5de800=_0x5649b1[_0x41de5d(0x3f0)])==null?_0x5649b1[_0x41de5d(0x591)]:_0x5de800)==null?_0x5649b1['id']:_0x3d5b6a;}function gp(_0x5ccd2b){const _0x2f053b=_0x1875ac;var _0x38c306;return typeof _0x5ccd2b['label']==_0x2f053b(0x5ce)?_0x5ccd2b[_0x2f053b(0x12f)]:typeof _0x5ccd2b[_0x2f053b(0x267)]=='string'||typeof _0x5ccd2b[_0x2f053b(0x267)]==_0x2f053b(0x381)?String(_0x5ccd2b[_0x2f053b(0x267)]):(_0x38c306=_0x5ccd2b['id'])==null?'':_0x38c306;}function _p(_0x5cb983){const _0x251250=_0x1875ac;return _0x5cb983===_0x4a2507['CLIP']?_0xdab386(_0x5b8879,{}):_0x5cb983===_0x4a2507[_0x251250(0x5e3)]?_0xdab386(_0x5b987e,{}):_0xdab386(_0x59ee33,{});}function vp(_0x272485){const _0x12b6e9=_0x1875ac;return _0x272485 instanceof HTMLElement&&!!_0x272485[_0x12b6e9(0x509)](_0x12b6e9(0x199));}function $(_0x13d46b){const _0x2d1b69=_0x1875ac;_0x13d46b[_0x2d1b69(0x539)](),vp(_0x13d46b['target'])||_0x13d46b[_0x2d1b69(0x162)]();}function yp(_0x56a6a4,_0x3bd4ff){const _0x111ac8=_0x1875ac;if(!(_0x56a6a4 instanceof HTMLElement))return!0x1;let _0x56b2d7=_0x56a6a4[_0x111ac8(0x509)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]');return(_0x56b2d7==null?void 0x0:_0x56b2d7[_0x111ac8(0x190)](_0x111ac8(0x278)))===_0x3bd4ff;}function bp(_0x213666,_0x4c401a){const _0x1686bd=_0x1875ac;let _0x108d70=_0x213666[_0x1686bd(0x3fe)];yp(_0x108d70,_0x4c401a)&&_0x213666['preventDefault']();}function xp(_0x5e8c33){const _0x322de4=_0x1875ac;return _0xdab386(_0x322de4(0x469),{'data-embed-id':_0x5e8c33[_0x322de4(0x3a8)],'data-embed-floating-menu-popup':'true','className':_0x322de4(0x16d),'onPointerDown':_0x5e8c33[_0x322de4(0x142)],'onMouseDown':$,'children':_0x5e8c33[_0x322de4(0x2cb)]});}function Sp(_0x39d0c2){const _0x4756cc=_0x1875ac;return _0xdab386(_0x4756cc(0x50f),{'className':_0x4756cc(0x186),'children':_0x39d0c2[_0x4756cc(0x2cb)]});}function Cp(_0x55e8a1){const _0x47446a=_0x1875ac;let {title:_0x5aeed9,open:_0x35d90a,onOpenChange:_0x751bc4}=_0x55e8a1;return _0xdab386(_0x7f9382,{'disabled':_0x55e8a1[_0x47446a(0x26b)],'align':'start','sideOffset':0x6,'open':_0x35d90a,'onOpenChange':_0x751bc4,'onPointerDownOutside':_0x1fce6e=>bp(_0x1fce6e,_0x55e8a1[_0x47446a(0x3a8)]),'onFocusOutside':_0x21db8c=>bp(_0x21db8c,_0x55e8a1['embedId']),'onInteractOutside':_0x3d47bc=>bp(_0x3d47bc,_0x55e8a1['embedId']),'overlay':_0xdab386(_0x47446a(0x50f),{'data-embed-id':_0x55e8a1['embedId'],'data-embed-floating-menu-popup':_0x47446a(0x1ac),'onPointerDown':$,'onMouseDown':$,'children':_0x55e8a1[_0x47446a(0x114)]}),'children':_0xdab386(ep,{'title':_0x5aeed9,'data-state':_0x35d90a?_0x47446a(0x523):'closed','disabled':_0x55e8a1['disabled'],'className':_0x55e8a1[_0x47446a(0x42d)],'children':_0x55e8a1[_0x47446a(0x17a)]})});}function wp(_0x443bf1){const _0x2adb4=_0x1875ac;return _0xdab386(_0x2adb4(0x469),{'className':_0x2adb4(0x4f5),'onPointerDown':$,'onMouseDown':$,'children':_0x443bf1[_0x2adb4(0x2cb)]});}function Tp(_0x324165){const _0x53b6d2=_0x1875ac;return _0xdab386(_0x53b6d2(0x469),{'className':'univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':$,'onMouseDown':$,'children':_0x324165['children']});}function Ep(_0x2779da){const _0x302eca=_0x1875ac;return _0x3aab6f(_0x302eca(0x481),{'type':_0x302eca(0x481),'className':_0x302eca(0x4ae),'onClick':_0x2779da['onClick'],'children':[_0xdab386(_0x302eca(0x360),{'className':_0x302eca(0x4b3),'children':_0x2779da[_0x302eca(0x1a2)]}),_0xdab386('span',{'className':_0x302eca(0x3e9),'children':_0x2779da[_0x302eca(0x2cb)]})]});}function Dp(_0xb89cfa){const _0x28c367=_0x1875ac;return _0x3aab6f('button',{'type':_0x28c367(0x481),'className':_0x48963c(_0x28c367(0x4d0),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0xb89cfa[_0x28c367(0x417)]}),'onClick':_0xb89cfa['onClick'],'children':[_0xb89cfa[_0x28c367(0x1a2)],_0xb89cfa['children']]});}function Op(_0x17b7fa){const _0x96298f=_0x1875ac;let {title:_0x3b0e21,active:_0x47bc36,disabled:_0x518a6c,children:_0x347170,onClick:_0x4fa9b9}=_0x17b7fa;return _0xdab386(_0x23ee51,{'title':_0x232abb(_0x331063)['t'](_0x3b0e21),'placement':_0x96298f(0x520),'children':_0xdab386(_0x278794,{'className':_0x96298f(0x59f),'disabled':_0x518a6c,'active':_0x47bc36,'onClick':_0x4fa9b9,'children':_0x347170})});}const kp=new WeakMap(),Ap=new WeakSet();function jp(_0x24231c){const _0x5c4c99=_0x1875ac;du(_0x24231c,_0x5c4c99(0x333),Mp);}function Mp(_0x5bc1e4){const _0x2044ef=_0x1875ac;let _0x19c525=_0x5bc1e4['get'](No),_0x5a9e53=_0x5bc1e4[_0x2044ef(0xdd)](jo),_0x10c26d=_0x5bc1e4[_0x2044ef(0xdd)](Pa),_0x43bcd3=_0x5bc1e4[_0x2044ef(0xdd)](Mo),_0x5abdbd=_0x5bc1e4[_0x2044ef(0xdd)](Xs),_0x67452=_0x5bc1e4['get'](Jl),_0xe4ad59=_0x5bc1e4[_0x2044ef(0xdd)](ac);jf(_0x5bc1e4),_0x5bc1e4[_0x2044ef(0x47a)](_0x5f1d5a)||_0x5bc1e4[_0x2044ef(0x42c)]([_0x5f1d5a,{'useFactory':()=>_0x5bc1e4[_0x2044ef(0xdd)](Ia)}]),_0x5bc1e4['has'](_0x97b2f)||_0x5bc1e4[_0x2044ef(0x42c)]([_0x97b2f,{'useFactory':()=>Np({'embedModelService':_0x5bc1e4[_0x2044ef(0xdd)](_0x1b3737),'mountService':_0x5bc1e4['get'](Bo),'activationService':_0x5bc1e4[_0x2044ef(0xdd)](Uo),'restoreService':_0x5bc1e4[_0x2044ef(0xdd)](Qs)})}]),[Ef(),Df()][_0x2044ef(0x50a)](_0x1f966a=>{const _0x4af85c=_0x2044ef;_0x19c525[_0x4af85c(0xdd)](_0x1f966a['hostType'],_0x1f966a[_0x4af85c(0x4e4)])||_0x19c525[_0x4af85c(0x134)](_0x1f966a);});let _0x1516b5=Nf();_0x5a9e53['get'](_0x1516b5[_0x2044ef(0x2dc)])||_0x5a9e53['register'](_0x1516b5);let _0x53e21c=Mf();_0x10c26d['get'](_0x53e21c[_0x2044ef(0x2dc)])||_0x10c26d[_0x2044ef(0x134)](_0x53e21c),Xf()[_0x2044ef(0x50a)](_0x11826d=>{const _0x421252=_0x2044ef;_0x43bcd3[_0x421252(0xdd)](_0x11826d['hostType'],_0x11826d['entry'],_0x11826d[_0x421252(0x2dc)])||_0x43bcd3[_0x421252(0x134)](_0x11826d);}),_0x5abdbd[_0x2044ef(0x26a)](iu(_0x5bc1e4,{'childType':_0x1e9bfe[_0x2044ef(0x57f)],'renderManagerService':_0x15403f})),_0x67452[_0x2044ef(0xdd)](_0x1e9bfe[_0x2044ef(0x57f)])||_0x67452[_0x2044ef(0x134)](gf()),_0xe4ad59['get'](_0x1e9bfe[_0x2044ef(0x57f)])||_0xe4ad59[_0x2044ef(0x134)](Af(_0x5bc1e4)),Rp({'injector':_0x5bc1e4,'previewService':_0x5abdbd});}function Np(_0x412af4){return{'mountSheetTab':({hostUnitId:_0x2e42d4,hostAnchorId:_0xf8980d,embedId:_0x4f1dec})=>{const _0x16f344=_0x29dc;let _0x4ea777=_0x412af4[_0x16f344(0x281)]['getDescriptor'](_0x2e42d4,_0x4f1dec);if(!_0x4ea777||_0x4ea777['hostAnchorId']!==_0xf8980d)return;let _0x5a6f02=!0x1,_0x2abe57=!0x1,_0x13f6fa;return _0x412af4[_0x16f344(0xf0)][_0x16f344(0x4aa)]({'descriptor':_0x4ea777})[_0x16f344(0x135)](_0x441725=>{const _0x395aec=_0x16f344;_0x5a6f02||(_0x13f6fa==null||_0x13f6fa['remove'](),_0x13f6fa=void 0x0,_0x412af4['mountService'][_0x395aec(0x2ba)](_0x441725),_0x412af4[_0x395aec(0x3db)]['activateTab'](_0x441725),_0x2abe57=!0x0);})['catch'](_0x4b26e1=>{_0x5a6f02||(_0x13f6fa=Pp(_0xf8980d,_0x4b26e1));}),_0xc4495d(()=>{const _0x18a648=_0x16f344;_0x5a6f02=!0x0,_0x13f6fa==null||_0x13f6fa[_0x18a648(0x191)](),_0x2abe57&&_0x412af4[_0x18a648(0xfa)][_0x18a648(0x501)](_0x4f1dec),_0x412af4[_0x18a648(0x3db)]['clearTab'](_0x4f1dec);});},'clearTab':_0x16e54d=>{const _0xf328f1=_0x29dc;_0x412af4[_0xf328f1(0x3db)][_0xf328f1(0xf4)](_0x16e54d);}};}function Pp(_0x49fc7f,_0x5dc745){const _0x18cafa=_0x1875ac;let _0x1df253=Fp(_0x49fc7f);if(!_0x1df253)return;let _0x50c85c=document[_0x18cafa(0x57b)](_0x18cafa(0x50f));return _0x50c85c['dataset'][_0x18cafa(0xc4)]=_0x18cafa(0x1ac),_0x50c85c[_0x18cafa(0x1e5)][_0x18cafa(0x2b9)]=_0x18cafa(0x45d),_0x50c85c[_0x18cafa(0x1e5)][_0x18cafa(0xe0)]=_0x18cafa(0x2fb),_0x50c85c['style'][_0x18cafa(0x401)]=_0x18cafa(0x5d6),_0x50c85c[_0x18cafa(0x534)]=_0x5dc745 instanceof Error&&_0x5dc745[_0x18cafa(0x48e)]?_0x5dc745[_0x18cafa(0x48e)]:_0x18cafa(0x258),_0x1df253[_0x18cafa(0x148)](_0x50c85c),_0x50c85c;}function Fp(_0x32ad38){const _0x5be5b8=_0x1875ac;return document['querySelector'](_0x5be5b8(0x214)+Ip(_0x32ad38)+'\x22]');}function Ip(_0x5908e4){const _0x46bc42=_0x1875ac;return _0x5908e4[_0x46bc42(0x46e)](/\\/g,'\x5c\x5c')[_0x46bc42(0x46e)](/"/g,'\x5c\x22');}function Lp(_0x312ef8){const _0x1e4191=_0x1875ac;let _0x5b4eed=new _0x46e520(),_0x54080b=0x0,_0x1e3f7e;if(_0x5b4eed[_0x1e4191(0x42c)](_0x312ef8[_0x1e4191(0x400)]['previewUpdated$']['subscribe'](_0x5e1f65=>{const _0x331cd7=_0x1e4191;if(typeof _0x5e1f65['image']!=_0x331cd7(0x5ce))return;let _0x3437a5=_0x312ef8['embedModelService']['getActiveDescriptorsByChildUnit'](_0x5e1f65[_0x331cd7(0x584)])[_0x331cd7(0x19c)](_0x4d08fe=>_0x4d08fe[_0x331cd7(0x3a8)]===_0x5e1f65['embedId']&&_0x4d08fe[_0x331cd7(0x4e4)]==='sheets-floating-object');_0x3437a5!=null&&_0x3437a5['hostAnchorId']&&_0x312ef8[_0x331cd7(0x203)]['setPreview']({'id':_0x3437a5[_0x331cd7(0x10f)],'image':_0x5e1f65['image'],'updatedAt':_0x5e1f65['updatedAt']});})),!_0x312ef8[_0x1e4191(0x203)][_0x1e4191(0x2d3)])return _0x5b4eed;let _0x3e7147=()=>{_0x1e3f7e||_0x54080b>=0xf0||(_0x1e3f7e=globalThis['setTimeout'](()=>{_0x1e3f7e=void 0x0,_0x54080b+=0x1,_0x40d490();},0xfa));},_0x39f3fe=_0x2a1725=>{const _0x3cc4bf=_0x1e4191;let _0x2e6135=_0x2a1725['data'];if(!_0x2e6135||typeof _0x2e6135!='object')return!0x0;let _0xab0193=Vp(_0x2e6135,_0x3cc4bf(0x3a8)),_0x313c3f=Vp(_0x2e6135,_0x3cc4bf(0x5db));if(!_0xab0193||!_0x313c3f)return!0x0;let _0x13c93f=_0x312ef8[_0x3cc4bf(0x281)][_0x3cc4bf(0x3cc)](_0x313c3f,_0xab0193);return!_0x13c93f||_0x13c93f[_0x3cc4bf(0x4e4)]!==_0x3cc4bf(0x3b5)||!_0x13c93f[_0x3cc4bf(0x584)]||_0x13c93f[_0x3cc4bf(0x2dc)]==null?!0x1:(_0x312ef8[_0x3cc4bf(0x400)][_0x3cc4bf(0x316)]({'descriptor':_0x13c93f,'childUnitId':_0x13c93f[_0x3cc4bf(0x584)],'childType':_0x13c93f[_0x3cc4bf(0x2dc)],'width':_0x2a1725[_0x3cc4bf(0x384)],'height':_0x2a1725[_0x3cc4bf(0x103)],'dpr':typeof window>'u'?0x1:window[_0x3cc4bf(0x156)]||0x1,'reason':_0x3cc4bf(0x5b0)}),!0x0);},_0x40d490=()=>{const _0x4bfd5c=_0x1e4191;var _0x5e83f5,_0x1c4370;let _0x2fa4b2=!0x1;(_0x5e83f5=(_0x1c4370=_0x312ef8['canvasFloatDomPreviewService'])[_0x4bfd5c(0x133)])==null||_0x5e83f5['call'](_0x1c4370)[_0x4bfd5c(0x50a)](_0x77894b=>{_0x39f3fe(_0x77894b)||(_0x2fa4b2=!0x0);}),_0x2fa4b2&&_0x3e7147();};return _0x40d490(),_0x5b4eed[_0x1e4191(0x42c)](_0x312ef8[_0x1e4191(0x203)][_0x1e4191(0x2d3)][_0x1e4191(0x3a2)](_0x3f2852=>{_0x39f3fe(_0x3f2852)||_0x3e7147();})),_0x5b4eed['add'](()=>{const _0xe51e30=_0x1e4191;_0x1e3f7e&&globalThis[_0xe51e30(0x130)](_0x1e3f7e);}),_0x5b4eed;}function Rp(_0x2a711c){const _0x458ed9=_0x1875ac;let _0x24c5b7=_0x2a711c[_0x458ed9(0x410)],_0x30b7fd=kp[_0x458ed9(0xdd)](_0x24c5b7);if(_0x30b7fd)return _0x30b7fd;let _0x1dbea0=Bp(_0x2a711c[_0x458ed9(0x410)]);if(_0x1dbea0!==null){if(_0x1dbea0){let _0x843aad=Lp({'previewService':_0x2a711c[_0x458ed9(0x400)],'embedModelService':_0x1dbea0[_0x458ed9(0x281)],'canvasFloatDomPreviewService':_0x1dbea0[_0x458ed9(0x203)]});return kp[_0x458ed9(0x116)](_0x24c5b7,_0x843aad),_0x843aad;}_0x2a711c[_0x458ed9(0x4a6)]===!0x1||Ap[_0x458ed9(0x47a)](_0x24c5b7)||(Ap[_0x458ed9(0x42c)](_0x24c5b7),zp(_0x2a711c,0x0));}}function zp(_0x5b9bf2,_0x12a7a3){const _0x159d4e=_0x1875ac;var _0x3f0ccb,_0xe15893;let _0x49e238=(_0x3f0ccb=_0x5b9bf2['maxRetries'])==null?0xf0:_0x3f0ccb,_0x294ac7=(_0xe15893=_0x5b9bf2[_0x159d4e(0x15e)])==null?0xfa:_0xe15893,_0x365b1f=_0x5b9bf2[_0x159d4e(0x410)];globalThis[_0x159d4e(0x220)](()=>{if(Rp({..._0x5b9bf2,'retry':!0x1})||_0x12a7a3+0x1>=_0x49e238){Ap['delete'](_0x365b1f);return;}zp(_0x5b9bf2,_0x12a7a3+0x1);},_0x294ac7);}function Bp(_0x3d7e94){const _0x23ab4c=_0x1875ac;try{return!_0x3d7e94[_0x23ab4c(0x47a)](_0x1dec19)||!_0x3d7e94['has'](_0x1b3737)?void 0x0:{'embedModelService':_0x3d7e94[_0x23ab4c(0xdd)](_0x1b3737),'canvasFloatDomPreviewService':_0x3d7e94[_0x23ab4c(0xdd)](_0x1dec19)};}catch{return null;}}function Vp(_0x179e96,_0x4be6f9){const _0x323265=_0x1875ac;let _0x5b0e8b=_0x179e96[_0x4be6f9];return typeof _0x5b0e8b==_0x323265(0x5ce)?_0x5b0e8b:void 0x0;}let Hp=class{constructor(_0x4dcdde){const _0x2b5aba=_0x1875ac;this[_0x2b5aba(0x317)]=_0x4dcdde,J(this,_0x2b5aba(0x197),new Map());}[_0x1875ac(0xd5)](_0x4278c3,_0x5049ef){const _0x33d964=_0x1875ac;if(this[_0x33d964(0x197)][_0x33d964(0x47a)](_0x4278c3['embedId']))throw Error(_0x33d964(0x1a9)+_0x4278c3['embedId']);let _0x514cf4=this[_0x33d964(0x317)][_0x33d964(0x477)](_0x4278c3[_0x33d964(0x3a8)]),_0x5d8061=_0x514cf4!=null&&_0x514cf4[_0x33d964(0x3b1)]?this[_0x33d964(0xfb)](_0x514cf4,_0x5049ef):this[_0x33d964(0x492)](_0x4278c3,_0x5049ef);return this[_0x33d964(0x197)][_0x33d964(0x116)](_0x4278c3[_0x33d964(0x3a8)],_0x5d8061),{'session':_0x5d8061['session'],'ownsSession':_0x5d8061[_0x33d964(0x5aa)],'dispose':()=>{const _0x4a5cd7=_0x33d964;this[_0x4a5cd7(0x197)][_0x4a5cd7(0xdd)](_0x4278c3['embedId'])===_0x5d8061&&(this[_0x4a5cd7(0x197)][_0x4a5cd7(0x5c4)](_0x4278c3[_0x4a5cd7(0x3a8)]),_0x5d8061[_0x4a5cd7(0xa7)]());}};}[_0x1875ac(0xfb)](_0x38bfa2,_0x2202fb){const _0x14dbf2=_0x1875ac;let _0x4e7870=_0x38bfa2[_0x14dbf2(0x3b1)][_0x14dbf2(0x194)][_0x14dbf2(0x473)],_0xeef1e9=_0x4e7870[_0x14dbf2(0x354)],_0x565f48=_0x4e7870[_0x14dbf2(0x4a7)];if(!_0xeef1e9)throw Error(_0x14dbf2(0x4da)+_0x38bfa2[_0x14dbf2(0x3a8)]);return _0x2202fb[_0x14dbf2(0x148)](_0x4e7870),{'session':_0x38bfa2,'ownsSession':!0x1,'dispose':()=>{const _0x5c6c47=_0x14dbf2;if(this[_0x5c6c47(0x317)][_0x5c6c47(0x477)](_0x38bfa2[_0x5c6c47(0x3a8)])!==_0x38bfa2){_0x4e7870['remove']();return;}(_0x565f48==null?void 0x0:_0x565f48[_0x5c6c47(0x354)])===_0xeef1e9?_0xeef1e9[_0x5c6c47(0x2cc)](_0x4e7870,_0x565f48):_0xeef1e9[_0x5c6c47(0x273)](_0x4e7870);}};}['_mountOwnedSession'](_0x35de77,_0x283903){const _0x1a0d30=_0x1875ac;let _0x3c1f78=this[_0x1a0d30(0x317)][_0x1a0d30(0x2c0)](_0x35de77,_0x283903);return{'session':_0x3c1f78,'ownsSession':!0x0,'dispose':()=>{const _0xf8adab=_0x1a0d30;this[_0xf8adab(0x317)]['getSession'](_0x35de77['embedId'])===_0x3c1f78&&this[_0xf8adab(0x317)][_0xf8adab(0x501)](_0x35de77[_0xf8adab(0x3a8)]);}};}};Hp=Lo([Q(0x0,_0x1f7509(Bo))],Hp);function Up(){return hu({'childType':_0x1e9bfe['UNIVER_SLIDE'],'productName':'Slides'});}function Wp(_0x18e73c){const _0x1ae77f=_0x1875ac;var _0x1cc57a,_0x384e5f;return Js({'embedId':_0x18e73c[_0x1ae77f(0x3a8)],'active':_0x18e73c[_0x1ae77f(0x417)],'fullscreen':_0x18e73c['fullscreen'],'usesDomFloatingStage':(_0x1cc57a=_0x18e73c['usesDomFloatingStage'])==null?!0x0:_0x1cc57a,'renderScopeActive':(_0x384e5f=_0x18e73c['renderScopeActive'])==null?!0x1:_0x384e5f});}function Gp(_0x2ec724){const _0x42f5ad=_0x1875ac;var _0x1eb468;let _0x2a3038=_0x232abb(_0x331063),{hostUnitId:_0x2797c4,embedId:_0x452c41,childUnitId:_0x1366b4,slideModel:_0x2d329b,floatingActiveService:_0x398e19,commandService:_0x432369,instanceService:_0x5b388a,fullscreen:_0x22db49,usesDomFloatingStage:_0x5a7e1a,renderScopeActive$:_0x33c3fb}=_0x2ec724,_0xfc2e65=_0x46d85f(()=>_0x398e19['active$'],_0x398e19[_0x42f5ad(0x399)](),!0x1,[_0x398e19]),_0xb12beb=_0x46d85f(_0x33c3fb,!0x1),_0x42a2f1=_0x46d85f(_0x2d329b===null?null:()=>_0x2d329b[_0x42f5ad(0x22d)]['slideOrder$'],[],!0x1,[_0x2d329b]),_0xab00b=_0x46d85f(_0x2d329b===null?null:()=>_0x2d329b[_0x42f5ad(0x22d)][_0x42f5ad(0x200)],_0x2d329b==null||(_0x1eb468=_0x2d329b[_0x42f5ad(0x22d)][_0x42f5ad(0x484)]())==null?void 0x0:_0x1eb468[_0x42f5ad(0x173)](),!0x1,[_0x2d329b]),_0x2175b9=_0x4ad24f(()=>{const _0xe13f8c=_0x42f5ad;var _0x3238f1;return(_0x3238f1=_0x2d329b==null?void 0x0:_0x2d329b[_0xe13f8c(0x22d)][_0xe13f8c(0x5b1)]())==null?[]:_0x3238f1;},[_0x2d329b,_0x42a2f1]),_0x492373=Math['max'](0x0,_0x2175b9['findIndex'](_0x449f6b=>_0x449f6b[_0x42f5ad(0x173)]()===_0xab00b)),_0x4f4406=_0x2175b9[_0x42f5ad(0x1af)],_0x1ba88d=Wp({'active':_0xfc2e65,'embedId':_0x452c41,'fullscreen':_0x22db49,'renderScopeActive':_0xb12beb,'usesDomFloatingStage':_0x5a7e1a})===_0x42f5ad(0x3fb),_0x2ee7a7=()=>{const _0x3f92fd=_0x42f5ad;_0x398e19[_0x3f92fd(0x248)]({'hostUnitId':_0x2797c4,'embedId':_0x452c41,'childUnitId':_0x1366b4},'stage2'),_0x5b388a[_0x3f92fd(0x27d)](_0x1366b4);},_0xc2993c=_0x10b1c8=>{const _0x1a2ca5=_0x42f5ad;let _0xb9e398=_0x2175b9[_0x10b1c8];!_0xb9e398||!_0x2d329b||(_0x2ee7a7(),_0x2d329b[_0x1a2ca5(0x22d)]['setActiveSlide'](_0xb9e398[_0x1a2ca5(0x173)]()));};return _0x3aab6f(_0x42f5ad(0x50f),{'className':_0x48963c('univer-slide-embed-floating-menu\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white',{'univer-hidden':!_0x1ba88d,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x22db49,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x22db49,'-univer-top-9':!_0x22db49}),'data-embed-floating-menu':_0x42f5ad(0x1ac),'data-embed-id':_0x452c41,'data-embed-float-stage':_0x1ba88d?_0x42f5ad(0x3fb):_0x42f5ad(0x2e8),'onPointerDown':_0x207fe4=>_0x207fe4['stopPropagation'](),'children':[_0xdab386(Kp,{'title':_0x42f5ad(0x3dd),'disabled':_0x492373<=0x0,'onClick':()=>_0xc2993c(_0x492373-0x1),'children':_0xdab386(_0x5683e0,{})}),_0xdab386(Kp,{'title':_0x42f5ad(0x209),'disabled':_0x4f4406===0x0||_0x492373>=_0x4f4406-0x1,'onClick':()=>_0xc2993c(_0x492373+0x1),'children':_0xdab386(_0x504a10,{})}),_0xdab386(_0x3b13ad,{'align':'start','sideOffset':0x6,'data-embed-id':_0x452c41,'data-embed-floating-menu-popup':_0x42f5ad(0x1ac),'items':[{'type':_0x42f5ad(0x17f),'value':String(_0x492373),'hideIndicator':!0x0,'options':_0x2175b9[_0x42f5ad(0x50d)]((_0x4c203b,_0x431589)=>({'label':_0x42f5ad(0x443)+(_0x431589+0x1),'value':String(_0x431589)})),'onSelect':_0x2a0994=>_0xc2993c(Number(_0x2a0994))}],'children':_0x3aab6f(_0x55cedb,{'type':_0x42f5ad(0x481),'size':_0x42f5ad(0x208),'variant':_0x42f5ad(0x250),'className':_0x42f5ad(0x3ae),'title':_0x42f5ad(0x15a),'children':[_0xdab386(_0x42f5ad(0x360),{'children':_0x4f4406===0x0?_0x42f5ad(0x476):_0x492373+0x1+_0x42f5ad(0xd3)+_0x4f4406}),_0xdab386(_0x4e5418,{'className':_0x42f5ad(0x4b6)})]})}),_0xdab386(_0x2f8597,{'orientation':'vertical'}),_0xdab386(Kp,{'title':_0x2a3038['t'](_0x42f5ad(0x4af)),'className':_0x42f5ad(0x385),'onClick':()=>{_0x432369['executeCommand'](_0x395f08['id'],{'hostUnitId':_0x2797c4,'embedId':_0x452c41});},'children':_0xdab386(_0x24b382,{})})]});}function Kp(_0x57d309){const _0x5714c6=_0x1875ac;let {children:_0x186fd8,title:_0x5796c5,disabled:_0x49de3b,className:_0x29ad6d,onClick:_0x20a943}=_0x57d309;return _0xdab386(_0x55cedb,{'type':_0x5714c6(0x481),'size':_0x5714c6(0x208),'variant':_0x5714c6(0x250),'className':_0x48963c(_0x5714c6(0x18a),_0x29ad6d),'title':_0x5796c5,'aria-label':_0x5796c5,'disabled':_0x49de3b,'onClick':_0x20a943,'children':_0x186fd8});}function qp(){const _0x478676=_0x1875ac;return ad({'childType':_0x1e9bfe[_0x478676(0x2e3)],'mount':Jp});}function Jp(_0x79ca43){const _0x442ee6=_0x1875ac;let _0x585565=id(_0x79ca43),_0x42a95a=document[_0x442ee6(0x57b)]('div');_0x42a95a[_0x442ee6(0x56a)]('data-embed-floating-menu-entry',_0x79ca43[_0x442ee6(0x47b)][_0x442ee6(0x4e4)]),_0x585565[_0x442ee6(0x273)](_0x42a95a);let _0x3ebc1b=Zo(_0x42a95a),_0x2cc0b1=_0x79ca43[_0x442ee6(0x410)][_0x442ee6(0xdd)](Fa),_0x11dc5b=_0x79ca43[_0x442ee6(0x410)][_0x442ee6(0xdd)](_0x34195e),_0x2e76f8=_0x79ca43[_0x442ee6(0x410)][_0x442ee6(0xdd)](_0x211037),_0x2064bc=_0x2e76f8[_0x442ee6(0x222)](_0x79ca43[_0x442ee6(0x584)],_0x1e9bfe['UNIVER_SLIDE']);return _0x3ebc1b[_0x442ee6(0x319)](_0x3afca7(Go,{'injector':_0x79ca43['runtimeScope']['injector'],'mountContainer':_0x585565,'embedId':_0x79ca43[_0x442ee6(0x3a8)]},_0x3afca7(Gp,{'hostUnitId':_0x79ca43[_0x442ee6(0x5db)],'embedId':_0x79ca43[_0x442ee6(0x3a8)],'childUnitId':_0x79ca43[_0x442ee6(0x584)],'slideModel':_0x2064bc==null?null:_0x2064bc,'floatingActiveService':_0x2cc0b1,'commandService':_0x11dc5b,'instanceService':_0x2e76f8,'fullscreen':!!_0x79ca43[_0x442ee6(0x194)]['fullscreen'],'usesDomFloatingStage':_0x79ca43[_0x442ee6(0x47b)][_0x442ee6(0x4e4)]!==_0x442ee6(0x14a),'renderScopeActive$':_0x79ca43['renderScope'][_0x442ee6(0x25f)]}))),_0xc4495d(()=>{Qo(_0x3ebc1b),globalThis['setTimeout'](()=>_0x42a95a['remove'](),0x0);});}function Yp(_0x487f06,_0x37e6ef,_0x31d13c){return{..._0x1e3cc7(_0x487f06,_0x37e6ef),'activateAnchor':_0x317338=>{const _0x489767=_0x29dc;_0x31d13c==null||_0x31d13c['unmountFloatingSessions'](_0x317338[_0x489767(0x5db)]),_0x317338[_0x489767(0x47b)][_0x489767(0x584)]&&(_0x37e6ef==null||_0x37e6ef[_0x489767(0x27d)](_0x317338[_0x489767(0x47b)][_0x489767(0x584)]));let _0x4f5669=_0x37e6ef==null?void 0x0:_0x37e6ef[_0x489767(0x222)](_0x317338[_0x489767(0x5db)],_0x1e9bfe['UNIVER_SLIDE']),_0x8272d8=()=>{const _0x40fd2c=_0x489767;var _0x3beece,_0x107b59;return _0x4f5669==null||(_0x3beece=_0x4f5669['pageManager'])==null||(_0x107b59=_0x3beece[_0x40fd2c(0x388)])==null?void 0x0:_0x107b59[_0x40fd2c(0x238)](_0x3beece,_0x317338['hostAnchorId']);};if(typeof window>'u'){_0x8272d8();return;}window['requestAnimationFrame'](_0x8272d8);}};}function Xp(){const _0x104a8b=_0x1875ac;return{'hostType':_0x1e9bfe[_0x104a8b(0x2e3)],'entry':_0x104a8b(0x14a),'layout':_0x104a8b(0x449),'supportedLayouts':['scroll-contained',_0x104a8b(0xe4),_0x104a8b(0x35a),_0x104a8b(0x151)],'menuBehavior':'floating','mount':_0x5c0ab0=>{const _0x11b652=_0x104a8b;let _0x3e58aa=Qp(_0x11b652(0x291),_0x5c0ab0['descriptor'][_0x11b652(0x10f)]);return _0x3e58aa?{'hostElement':_0x3e58aa}:{};}};}function Zp(){const _0x4d32d0=_0x1875ac;return{'hostType':_0x1e9bfe['UNIVER_SLIDE'],'entry':'slides-page-list-block','layout':_0x4d32d0(0x379),'supportedLayouts':[_0x4d32d0(0x379)],'menuBehavior':'host-override','mount':_0x122951=>{const _0x1bf03e=_0x4d32d0;let _0x34d3e3=Qp(_0x1bf03e(0x2ab),_0x122951[_0x1bf03e(0x47b)]['hostAnchorId']);return _0x34d3e3?{'hostElement':_0x34d3e3}:{};}};}function Qp(_0x1e479f,_0x7a1249){const _0x424f4f=_0x1875ac;return document[_0x424f4f(0x3ba)]('['+_0x1e479f+'=\x22'+$p(_0x7a1249)+'\x22]');}function $p(_0x29fb8a){const _0x569a7c=_0x1875ac;return _0x29fb8a[_0x569a7c(0x46e)](/\\/g,'\x5c\x5c')[_0x569a7c(0x46e)](/"/g,'\x5c\x22');}function em(){const _0x1b9f5f=_0x1875ac;return{'childType':_0x1e9bfe[_0x1b9f5f(0x2e3)],'handleWheel':()=>!0x1};}const tm=0x10/0x9;function nm(_0x5c6936,_0x41d1a6=tm){const _0x3eedb9=_0x1875ac;let _0x220e09=Math[_0x3eedb9(0x28a)](0x1,_0x5c6936[_0x3eedb9(0x384)]),_0xd86c29=Math[_0x3eedb9(0x28a)](0x1,_0x5c6936[_0x3eedb9(0x103)]),_0x38d106=Number[_0x3eedb9(0x283)](_0x41d1a6)&&_0x41d1a6>0x0?_0x41d1a6:tm;return _0x220e09/_0xd86c29>_0x38d106?{'width':_0xd86c29*_0x38d106,'height':_0xd86c29}:{'width':_0x220e09,'height':_0x220e09/_0x38d106};}function rm(_0x578543={}){let {unitId:_0x8c39d2,active$:_0x542d0b}=_0x578543,_0x226c40=_0x46d85f(_0x542d0b==null?null:_0x542d0b,!0x0);return _0x3aab6f(om,{'children':[_0xdab386(_0x3924ff,{'previewMode':!0x0,'unitId':_0x8c39d2}),_0x226c40&&_0x3aab6f(_0x3aea9f,{'children':[_0xdab386(_0x419742,{}),_0xdab386(_0x1d2a16,{})]})]});}function im(_0x534b13={}){let {unitId:_0xb276b1,render:_0x24052d}=_0x534b13;return _0xdab386(om,{'readonly':!0x0,'children':_0xb276b1?_0xdab386(am,{'unitId':_0xb276b1,'render':_0x24052d}):_0xdab386(_0x3924ff,{'previewMode':!0x0})});}function am(_0x26005d){const _0x3fbe89=_0x1875ac;let {unitId:_0x3b82f4,render:_0x4ac775}=_0x26005d,_0x3b2d5e=_0x57e59b(null),_0x18086e=_0x232abb(_0x15403f);return _0x1897fd(()=>{const _0x3e5525=_0x29dc;let _0x58be78=_0x3b2d5e['current'];if(!_0x58be78)return;let _0x3efcd2=_0x4ac775==null?_0x18086e[_0x3e5525(0x3af)](_0x3b82f4):_0x4ac775;_0x3efcd2&&_0x24526a(_0x3efcd2,_0x58be78);},[_0x4ac775,_0x18086e,_0x3b82f4]),_0xdab386(_0x3fbe89(0x50f),{'ref':_0x3b2d5e,'className':_0x3fbe89(0x533),'data-embed-slide-readonly-canvas-host':_0x3fbe89(0x1ac),'data-embed-child-render-unit-id':_0x3b82f4});}function om(_0x554e0f){const _0x166b06=_0x1875ac;let {children:_0x4304a7,readonly:_0x5c5226=!0x1}=_0x554e0f,_0x40bb36=_0x57e59b(null),[_0x43fb39,_0x4974a7]=_0x34f48e(null);return _0x1897fd(()=>{const _0x32d375=_0x29dc;let _0x425abd=_0x40bb36[_0x32d375(0x11c)];if(!_0x425abd)return;let _0x3b84ec=()=>{const _0x47e7fd=_0x32d375;let _0x18e3d0=_0x425abd[_0x47e7fd(0x4ce)]();_0x4974a7(nm({'width':_0x18e3d0[_0x47e7fd(0x384)]||_0x425abd['clientWidth'],'height':_0x18e3d0[_0x47e7fd(0x103)]||_0x425abd[_0x47e7fd(0x145)]}));};if(_0x3b84ec(),typeof ResizeObserver>'u')return;let _0x500c96=new ResizeObserver(_0x3b84ec);return _0x500c96[_0x32d375(0xea)](_0x425abd),()=>_0x500c96['disconnect']();},[]),_0xdab386(_0x166b06(0x50f),{'ref':_0x40bb36,'className':_0x166b06(0x17d),'data-embed-slide-floating-preview':'true','data-embed-slide-readonly-floating-preview':_0x5c5226?_0x166b06(0x1ac):void 0x0,'children':_0xdab386('div',{'className':_0x166b06(0x1a3),'data-embed-slide-floating-page-frame':'true','style':{'width':_0x43fb39?_0x43fb39['width']+'px':'100%','height':_0x43fb39?_0x43fb39['height']+'px':'100%'},'children':_0x4304a7})});}function sm(){const _0x5f2b67=_0x1875ac;return{'childType':_0x1e9bfe['UNIVER_SLIDE'],'supportedLayouts':[_0x5f2b67(0x379),_0x5f2b67(0x35a),'scroll-contained'],'beforeDeactivate':cm,'mount':lm};}function cm(_0x4caf4b){const _0x285850=_0x1875ac;let _0x11eaf8=_0x4caf4b[_0x285850(0x3a4)][_0x285850(0x410)];if(!(_0x11eaf8!=null&&_0x11eaf8[_0x285850(0x47a)](_0x66d8bf)))return;let _0x151bdd=_0x11eaf8[_0x285850(0xdd)](_0x66d8bf);_0x151bdd['clearActiveEditing'](),_0x151bdd[_0x285850(0x405)]();}function lm(_0x402b6c){const _0x49336b=_0x1875ac;if(!_0x402b6c[_0x49336b(0x410)][_0x49336b(0xdd)](_0x211037)[_0x49336b(0x222)](_0x402b6c[_0x49336b(0x584)],_0x1e9bfe[_0x49336b(0x2e3)]))return;let _0x59d82a=_0x402b6c[_0x49336b(0x3a4)]['injector'];if(!_0x59d82a)return;let _0xbecc82=_0x402b6c[_0x49336b(0x3a4)]['roots'][_0x49336b(0x31d)],_0x4343db=_0x402b6c['runtimeScope'][_0x49336b(0x2e0)][_0x49336b(0x25d)],_0x424075=_0x402b6c[_0x49336b(0x410)][_0x49336b(0xdd)](_0x15403f),_0x37af96=um(_0x402b6c),_0x2c3beb=_0x4343db?tu(_0x424075,_0x402b6c[_0x49336b(0x584)],_0x59d82a):void 0x0;if(_0x2c3beb&&_0x4343db&&!_0x37af96){try{var _0x15b04c,_0xc080db;(_0x15b04c=(_0xc080db=_0x2c3beb[_0x49336b(0x57c)])[_0x49336b(0x501)])==null||_0x15b04c[_0x49336b(0x238)](_0xc080db);}catch{}_0x2c3beb[_0x49336b(0x57c)][_0x49336b(0x2ba)](_0x4343db),ru(_0x2c3beb,{'activate':!0x0}),_0x4343db[_0x49336b(0x558)][_0x49336b(0x38e)]=_0x402b6c[_0x49336b(0x584)],_0x4343db[_0x49336b(0x558)][_0x49336b(0x1b1)]=_0x49336b(0x2c7);}let _0x286ba8=Zo(_0xbecc82);return _0xbecc82['dataset'][_0x49336b(0x38e)]=_0x402b6c['childUnitId'],_0xbecc82[_0x49336b(0x558)][_0x49336b(0x1b1)]=_0x49336b(0x3c4),_0x286ba8[_0x49336b(0x319)](_0xdab386(Go,{'injector':_0x59d82a,'mountContainer':_0x402b6c['runtimeScope'][_0x49336b(0x2e0)][_0x49336b(0x2d1)],'embedId':_0x402b6c['embedId'],'children':_0x37af96?_0xdab386(rm,{'unitId':_0x402b6c['childUnitId'],'active$':_0x402b6c[_0x49336b(0x194)]['active$']}):_0xdab386(_0x163ccd,{})})),_0xc4495d(()=>{const _0xaa5a2b=_0x49336b;try{var _0x2d53ca,_0x4d711f;_0x2c3beb==null||(_0x4d711f=(_0x2d53ca=_0x2c3beb[_0xaa5a2b(0x57c)])[_0xaa5a2b(0x501)])==null||_0x4d711f[_0xaa5a2b(0x238)](_0x2d53ca);}catch{}_0x424075[_0xaa5a2b(0xab)](_0x402b6c['childUnitId']),Qo(_0x286ba8),_0xbecc82['isConnected']&&(_0xbecc82[_0xaa5a2b(0x136)]('data-embed-child-render-unit-id'),_0xbecc82[_0xaa5a2b(0x136)](_0xaa5a2b(0x4ba))),_0x4343db!=null&&_0x4343db[_0xaa5a2b(0x5a9)]&&(_0x4343db[_0xaa5a2b(0x136)](_0xaa5a2b(0x22b)),_0x4343db[_0xaa5a2b(0x136)]('data-embed-child-render-mode')),_0x59d82a[_0xaa5a2b(0xa7)]();});}function um(_0x2b0697){const _0xa2f890=_0x1875ac;return _0x2b0697[_0xa2f890(0x194)][_0xa2f890(0x587)]===_0xa2f890(0x303)&&!_0x2b0697[_0xa2f890(0x194)]['fullscreen']&&_0x2b0697[_0xa2f890(0xc7)]===_0xa2f890(0x35a);}let dm=class{constructor(_0x4da21f,_0x44c9e9){const _0xa4a47b=_0x1875ac;this[_0xa4a47b(0xd8)]=_0x4da21f,this[_0xa4a47b(0x124)]=_0x44c9e9,J(this,'childType',_0x1e9bfe[_0xa4a47b(0x2e3)]);}[_0x1875ac(0xaf)](_0x440fa3){const _0x1f3a3f=_0x1875ac;var _0x347b47,_0x3b4eea,_0x532564;let _0xf250ad=this[_0x1f3a3f(0x3fa)](_0x440fa3[_0x1f3a3f(0x584)]),_0x37baf7=(_0x347b47=_0xf250ad==null||(_0x3b4eea=_0xf250ad[_0x1f3a3f(0x22d)][_0x1f3a3f(0x484)]())==null?void 0x0:_0x3b4eea[_0x1f3a3f(0x173)]())==null?'':_0x347b47;return{'unitId':_0x440fa3[_0x1f3a3f(0x584)],'pageId':_0x37baf7,'scaleMode':_0x1f3a3f(0x1de),'zoomRatio':_0xf250ad==null||(_0x532564=_0xf250ad[_0x1f3a3f(0x43e)])==null?void 0x0:_0x532564[_0x1f3a3f(0x238)](_0xf250ad)};}[_0x1875ac(0x3b7)](_0x5e8003,_0x526ef0){const _0x53598a=_0x1875ac;let _0x38d7dc=this[_0x53598a(0x3fa)](_0x5e8003[_0x53598a(0x584)]);!_0x38d7dc||!_0x526ef0[_0x53598a(0x486)]||!_0x38d7dc['pageManager'][_0x53598a(0x598)](_0x526ef0[_0x53598a(0x486)])||_0x38d7dc[_0x53598a(0x22d)][_0x53598a(0x388)](_0x526ef0[_0x53598a(0x486)]);}[_0x1875ac(0x377)](_0x1b2325){const _0x551e0=_0x1875ac;var _0x279605,_0x2b097d,_0x33162f;let _0x287103=this[_0x551e0(0x3fa)](_0x1b2325['childUnitId']),_0x430970=(_0x279605=_0x1b2325[_0x551e0(0x3da)])==null?void 0x0:_0x279605[_0x551e0(0x486)];_0x287103&&_0x430970&&_0x287103[_0x551e0(0x22d)][_0x551e0(0x598)](_0x430970)&&_0x287103[_0x551e0(0x22d)][_0x551e0(0x388)](_0x430970);let _0x556a61=this[_0x551e0(0x517)](_0x1b2325[_0x551e0(0x584)]),_0x2c1559=_0x556a61==null||(_0x2b097d=_0x556a61['engine'])==null||(_0x33162f=_0x2b097d['getCanvasElement'])==null?void 0x0:_0x33162f[_0x551e0(0x238)](_0x2b097d);if(_0x556a61&&(!_0x2c1559||_0x2c1559[_0x551e0(0x384)]<=0x1||_0x2c1559[_0x551e0(0x103)]<=0x1)&&(_0x2c1559=fm(_0x556a61,_0x1b2325['width'],_0x1b2325['height'])),!(!_0x2c1559||_0x2c1559[_0x551e0(0x384)]<=0x1||_0x2c1559[_0x551e0(0x103)]<=0x1||typeof _0x2c1559[_0x551e0(0x219)]!=_0x551e0(0x39e)))try{var _0x5a1f23,_0x59f2cb;let _0x3bafc3=_0x287103?_0x3351bd(_0x287103[_0x551e0(0x243)]()['defaultPageSize']):void 0x0,_0x27d877=_0x3bafc3?_0x3bafc3[_0x551e0(0x384)]/_0x3bafc3['height']:void 0x0,_0x5da49e=(_0x5a1f23=hm(_0x556a61,_0x2c1559[_0x551e0(0x384)],_0x2c1559[_0x551e0(0x103)]))==null?_0x27d877?pm(_0x2c1559[_0x551e0(0x384)],_0x2c1559[_0x551e0(0x103)],_0x27d877):void 0x0:_0x5a1f23;return(_0x59f2cb=gm(_0x2c1559,_0x1b2325[_0x551e0(0x384)],_0x1b2325['height'],_0x1b2325['dpr'],_0x5da49e))==null?_0x2c1559[_0x551e0(0x219)](_0x551e0(0x570)):_0x59f2cb;}catch{return;}}['_getSlideModel'](_0x22b43a){const _0x246bbb=_0x1875ac;var _0x5ab4fa;return(_0x5ab4fa=this[_0x246bbb(0xd8)][_0x246bbb(0x222)](_0x22b43a,_0x1e9bfe[_0x246bbb(0x2e3)]))==null?void 0x0:_0x5ab4fa;}[_0x1875ac(0x517)](_0x41ea21){const _0x2f767f=_0x1875ac;let _0x19b891=this['_renderManagerService']['getRenderById'](_0x41ea21);if(_0x19b891)return _0x19b891;try{return this['_renderManagerService'][_0x2f767f(0x2ad)](_0x41ea21);}catch{return;}}};dm=Lo([Q(0x0,_0x211037),Q(0x1,_0x15403f)],dm);function fm(_0x469368,_0x1e7d0f,_0xcc051e){const _0x3677bc=_0x1875ac;if(typeof document>'u')return;let _0x43cc89=_0x469368[_0x3677bc(0x57c)],_0x2c2f8c=_0x469368[_0x3677bc(0x1c2)];if(!(_0x43cc89!=null&&_0x43cc89[_0x3677bc(0x94)])||!_0x43cc89[_0x3677bc(0x38a)])return;let _0xe3ae39=document[_0x3677bc(0x57b)](_0x3677bc(0x50f));_0xe3ae39[_0x3677bc(0x1e5)][_0x3677bc(0x56e)]='fixed',_0xe3ae39[_0x3677bc(0x1e5)]['left']='-100000px',_0xe3ae39[_0x3677bc(0x1e5)]['top']='-100000px',_0xe3ae39['style'][_0x3677bc(0x384)]=Math['max'](0x1,Math['round'](_0x1e7d0f))+'px',_0xe3ae39[_0x3677bc(0x1e5)]['height']=Math['max'](0x1,Math[_0x3677bc(0x5e4)](_0xcc051e))+'px',_0xe3ae39[_0x3677bc(0x1e5)]['pointerEvents']=_0x3677bc(0x23d),_0xe3ae39[_0x3677bc(0x558)][_0x3677bc(0x4f6)]=_0x3677bc(0x1ac),document[_0x3677bc(0x41b)][_0x3677bc(0x273)](_0xe3ae39);try{var _0x117b71,_0x59a47a,_0x4524aa;return _0x43cc89[_0x3677bc(0x94)](_0xe3ae39),_0x43cc89['resize'](),_0x2c2f8c==null||(_0x117b71=_0x2c2f8c[_0x3677bc(0x29e)])==null||_0x117b71[_0x3677bc(0x238)](_0x2c2f8c,!0x0),_0x2c2f8c==null||(_0x59a47a=_0x2c2f8c[_0x3677bc(0x319)])==null||_0x59a47a[_0x3677bc(0x238)](_0x2c2f8c),(_0x4524aa=_0x43cc89[_0x3677bc(0x305)])==null?void 0x0:_0x4524aa[_0x3677bc(0x238)](_0x43cc89);}finally{_0xe3ae39[_0x3677bc(0x191)]();}}function pm(_0x57b948,_0x473e74,_0x24e199){const _0x49883e=_0x1875ac;let _0x3422b3=Math[_0x49883e(0x28a)](0x1,Math[_0x49883e(0x5e4)](_0x57b948)),_0x33e94f=Math[_0x49883e(0x28a)](0x1,Math[_0x49883e(0x5e4)](_0x473e74));if(!Number[_0x49883e(0x283)](_0x24e199)||_0x24e199<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x3422b3,'sHeight':_0x33e94f};if(_0x3422b3/_0x33e94f>_0x24e199){let _0x268a1f=Math['round'](_0x33e94f*_0x24e199);return{'sx':Math[_0x49883e(0x28a)](0x0,Math[_0x49883e(0x5e4)]((_0x3422b3-_0x268a1f)/0x2)),'sy':0x0,'sWidth':_0x268a1f,'sHeight':_0x33e94f};}let _0x25e0b3=Math[_0x49883e(0x5e4)](_0x3422b3/_0x24e199);return{'sx':0x0,'sy':Math[_0x49883e(0x28a)](0x0,Math[_0x49883e(0x5e4)]((_0x33e94f-_0x25e0b3)/0x2)),'sWidth':_0x3422b3,'sHeight':_0x25e0b3};}function mm(_0x387665,_0x5d051a,_0x4af71a,_0x4f9030,_0x23e18b){const _0x4287b8=_0x1875ac;if(typeof _0x4af71a['left']!=_0x4287b8(0x381)||typeof _0x4af71a['top']!=_0x4287b8(0x381)||typeof _0x4af71a[_0x4287b8(0x384)]!=_0x4287b8(0x381)||typeof _0x4af71a[_0x4287b8(0x103)]!=_0x4287b8(0x381)||_0x4af71a[_0x4287b8(0x384)]<=0x0||_0x4af71a['height']<=0x0)return;let _0xced867=Math['max'](0x0,Math[_0x4287b8(0x5e4)](_0x4af71a[_0x4287b8(0x270)]*_0x4f9030)),_0x12d510=Math[_0x4287b8(0x28a)](0x0,Math[_0x4287b8(0x5e4)](_0x4af71a['top']*_0x23e18b));return{'sx':_0xced867,'sy':_0x12d510,'sWidth':Math[_0x4287b8(0x3e7)](Math['max'](0x1,Math['round'](_0x4af71a[_0x4287b8(0x384)]*_0x4f9030)),Math[_0x4287b8(0x28a)](0x1,Math[_0x4287b8(0x5e4)](_0x387665-_0xced867))),'sHeight':Math[_0x4287b8(0x3e7)](Math[_0x4287b8(0x28a)](0x1,Math['round'](_0x4af71a[_0x4287b8(0x103)]*_0x23e18b)),Math[_0x4287b8(0x28a)](0x1,Math[_0x4287b8(0x5e4)](_0x5d051a-_0x12d510)))};}function hm(_0x42a97b,_0x43433a,_0x4cf13d){const _0x4e73fa=_0x1875ac;var _0x3f396a,_0x4004b3,_0x2b2d1f,_0x463fbf,_0x5fe855,_0x38776b;let _0x53da57=_0x42a97b==null?void 0x0:_0x42a97b[_0x4e73fa(0x1c2)],_0x39c887=_0x53da57==null||(_0x3f396a=_0x53da57['getObject'])==null?void 0x0:_0x3f396a['call'](_0x53da57,_0x5bceb9),_0x3d2d81=_0x53da57==null||(_0x4004b3=_0x53da57[_0x4e73fa(0x588)])==null?void 0x0:_0x4004b3[_0x4e73fa(0x238)](_0x53da57),_0x4a5502=(_0x2b2d1f=(_0x463fbf=_0x3d2d81==null?void 0x0:_0x3d2d81[_0x4e73fa(0x407)])==null?_0x53da57==null?void 0x0:_0x53da57[_0x4e73fa(0x407)]:_0x463fbf)==null?0x1:_0x2b2d1f,_0x3da079=(_0x5fe855=(_0x38776b=_0x3d2d81==null?void 0x0:_0x3d2d81[_0x4e73fa(0x330)])==null?_0x53da57==null?void 0x0:_0x53da57[_0x4e73fa(0x330)]:_0x38776b)==null?_0x4a5502:_0x5fe855;return _0x39c887?mm(_0x43433a,_0x4cf13d,_0x39c887,_0x4a5502,_0x3da079):void 0x0;}function gm(_0x2cafea,_0x27192d,_0x13407a,_0x93a4ce,_0x4e9b60){const _0x2d6c3f=_0x1875ac;if(typeof document>'u'||!_0x4e9b60)return;let _0x16a1ff=document[_0x2d6c3f(0x57b)](_0x2d6c3f(0x25d));_0x16a1ff[_0x2d6c3f(0x384)]=Math[_0x2d6c3f(0x28a)](0x1,Math['round'](_0x27192d*Math[_0x2d6c3f(0x28a)](0x1,_0x93a4ce||0x1))),_0x16a1ff[_0x2d6c3f(0x103)]=Math[_0x2d6c3f(0x28a)](0x1,Math[_0x2d6c3f(0x5e4)](_0x13407a*Math[_0x2d6c3f(0x28a)](0x1,_0x93a4ce||0x1)));let _0x3b4658=null;try{_0x3b4658=_0x16a1ff[_0x2d6c3f(0x1a1)]('2d');}catch{return;}if(_0x3b4658)return _0x3b4658[_0x2d6c3f(0x2eb)](_0x2cafea,_0x4e9b60['sx'],_0x4e9b60['sy'],_0x4e9b60[_0x2d6c3f(0x3fc)],_0x4e9b60[_0x2d6c3f(0xb7)],0x0,0x0,_0x16a1ff[_0x2d6c3f(0x384)],_0x16a1ff['height']),_0x16a1ff['toDataURL'](_0x2d6c3f(0x570));}function _m(_0x31308a,_0x3a8c0e){const _0x368628=_0x1875ac;let _0x2764c5=!0x1,_0x106bae,_0x43e8be,_0x508c64,_0x591a97=_0xaffcff=>{const _0x436b3b=_0x29dc;if(_0x2764c5||_0x43e8be||!_0xaffcff[_0x436b3b(0x1d1)])return;let _0x3f679d=wm(_0xaffcff['image']);_0x3f679d&&(_0x106bae=Tm(_0x3a8c0e[_0x436b3b(0x2be)],_0x106bae,_0x3f679d));},_0x26c72e=_0x31308a[_0x368628(0x400)][_0x368628(0x37e)][_0x368628(0x3a2)](_0x3c3dc0=>{const _0x107598=_0x368628;_0x3c3dc0['embedId']===_0x3a8c0e[_0x107598(0x3a8)]&&(!_0x3a8c0e[_0x107598(0x584)]||_0x3c3dc0[_0x107598(0x584)]===_0x3a8c0e[_0x107598(0x584)])&&_0x591a97(_0x3c3dc0);});return vm(_0x31308a,_0x3a8c0e)[_0x368628(0x135)](_0x496c26=>{const _0x3cd0f5=_0x368628;if(_0x2764c5||!_0x496c26)return;let _0x47de3d=bm();try{let _0x2bb015=_0x31308a[_0x3cd0f5(0x198)]['acquire']({..._0x496c26,'mode':_0x3cd0f5(0x4cb)},_0x47de3d[_0x3cd0f5(0xe5)]);if(!_0x2bb015[_0x3cd0f5(0x22c)][_0x3cd0f5(0x3b1)])throw _0x2bb015['dispose'](),Error('EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED');if(_0x2764c5){_0x2bb015[_0x3cd0f5(0xa7)]();return;}xm(_0x47de3d['runtimeHost']),_0x43e8be=_0x2bb015,_0x508c64=_0x47de3d,_0x106bae=void 0x0,_0x3a8c0e['hostElement'][_0x3cd0f5(0x148)](_0x47de3d[_0x3cd0f5(0x5d4)]),_0x47de3d[_0x3cd0f5(0x10c)](Sm(_0x31308a,_0x2bb015,_0x47de3d[_0x3cd0f5(0x4b4)]));return;}catch{}ym(_0x31308a,_0x3a8c0e,_0x496c26,_0x591a97,()=>_0x2764c5)['then'](_0x1e1367=>{const _0x1e9dfe=_0x3cd0f5;!_0x2764c5&&_0x1e1367&&(_0x106bae=Tm(_0x3a8c0e[_0x1e9dfe(0x2be)],_0x106bae,_0x1e1367));});},()=>{}),_0xc4495d(()=>{const _0x220648=_0x368628;_0x2764c5=!0x0,_0x26c72e['unsubscribe'](),_0x43e8be==null||_0x43e8be['dispose'](),_0x43e8be=void 0x0,_0x508c64==null||_0x508c64[_0x220648(0xa7)](),_0x508c64=void 0x0,_0x106bae==null||_0x106bae[_0x220648(0x191)](),_0x106bae=void 0x0;});}async function vm(_0x39d134,_0xf3b328){const _0x579eb1=_0x1875ac;var _0x41d2ca;let _0x303fd4=(_0x41d2ca=_0x39d134['embedModelService'][_0x579eb1(0x3cc)](_0xf3b328[_0x579eb1(0x5db)],_0xf3b328[_0x579eb1(0x3a8)]))==null?Cm(_0xf3b328):_0x41d2ca;if(_0x303fd4){try{_0x303fd4=await _0x39d134[_0x579eb1(0xf0)][_0x579eb1(0x4aa)]({'descriptor':_0x303fd4});}catch{}return _0x303fd4[_0x579eb1(0x584)]&&_0x303fd4[_0x579eb1(0x2dc)]!=null?_0x303fd4:void 0x0;}}async function ym(_0x118b30,_0x2742ff,_0x3d6464,_0x2cdf37,_0x1df4a6){const _0x42a623=_0x1875ac;var _0x479130,_0x2654ad;let _0x1fff54=await((_0x479130=_0x118b30[_0x42a623(0x2ca)])==null?void 0x0:_0x479130[_0x42a623(0x311)](_0x2742ff[_0x42a623(0x10f)]));if(_0x1df4a6())return;if(_0x1fff54)return wm(_0x1fff54);let _0x45537e=_0x3d6464['childUnitId'],_0x56dfdc=_0x3d6464['childType'];if(!_0x45537e||_0x56dfdc==null)return;let _0x575cdf=(_0x2654ad=_0x118b30[_0x42a623(0x2ca)])==null?void 0x0:_0x2654ad[_0x42a623(0x3ee)](_0x2742ff[_0x42a623(0x10f)]);_0x2cdf37(_0x118b30[_0x42a623(0x400)]['requestPreview']({'descriptor':{..._0x3d6464,'mode':'readonly'},'childUnitId':_0x45537e,'childType':_0x56dfdc,'width':Math[_0x42a623(0x28a)](0x1,_0x2742ff['width']),'height':Math[_0x42a623(0x28a)](0x1,_0x2742ff[_0x42a623(0x103)]),'dpr':Math[_0x42a623(0x28a)](0x1,Math[_0x42a623(0x3e7)](0x2,_0x2742ff[_0x42a623(0x496)])),'reason':_0x42a623(0x5b0),'context':_0x575cdf}));}function bm(){const _0x32eafd=_0x1875ac;let _0x546e0b=document[_0x32eafd(0x57b)](_0x32eafd(0x50f));_0x546e0b['dataset'][_0x32eafd(0xc2)]='true',_0x546e0b[_0x32eafd(0x1e5)][_0x32eafd(0x56e)]=_0x32eafd(0x241),_0x546e0b[_0x32eafd(0x1e5)]['inset']='0',_0x546e0b[_0x32eafd(0x1e5)][_0x32eafd(0x3bc)]=_0x32eafd(0x264),_0x546e0b[_0x32eafd(0x1e5)][_0x32eafd(0x4a5)]=_0x32eafd(0x2df);let _0x46f8a8=document[_0x32eafd(0x57b)](_0x32eafd(0x50f));_0x46f8a8[_0x32eafd(0x558)][_0x32eafd(0x527)]=_0x32eafd(0x1ac),_0x46f8a8[_0x32eafd(0x1e5)][_0x32eafd(0x56e)]='absolute',_0x46f8a8['style'][_0x32eafd(0x4a2)]='0',_0x46f8a8[_0x32eafd(0x1e5)][_0x32eafd(0x33a)]='0',_0x46f8a8['style'][_0x32eafd(0x4a5)]='hidden',_0x46f8a8[_0x32eafd(0x1e5)][_0x32eafd(0x380)]=_0x32eafd(0x23d);let _0x3ff5a2=document['createElement'](_0x32eafd(0x50f));_0x3ff5a2[_0x32eafd(0x558)][_0x32eafd(0x1da)]='true',_0x3ff5a2['style'][_0x32eafd(0x56e)]='absolute',_0x3ff5a2[_0x32eafd(0x1e5)][_0x32eafd(0x4a2)]='0',_0x3ff5a2[_0x32eafd(0x1e5)]['zIndex']='1',_0x3ff5a2[_0x32eafd(0x1e5)][_0x32eafd(0x380)]=_0x32eafd(0x45b),_0x3ff5a2['style']['touchAction']=_0x32eafd(0x23d),_0x546e0b[_0x32eafd(0x2e5)](_0x46f8a8,_0x3ff5a2);let _0x3a4e1d=[];return{'surface':_0x546e0b,'runtimeHost':_0x46f8a8,'interactionGate':_0x3ff5a2,'addDisposer':_0x3ecd72=>_0x3a4e1d['push'](_0x3ecd72),'dispose':()=>{const _0x9236a1=_0x32eafd;_0x3a4e1d[_0x9236a1(0x282)](0x0)[_0x9236a1(0x17c)]()[_0x9236a1(0x50a)](_0x5c78c9=>_0x5c78c9()),_0x546e0b['remove']();}};}function xm(_0x16a9f1){const _0x58a35b=_0x1875ac;_0x16a9f1['style'][_0x58a35b(0x380)]=_0x58a35b(0x23d);}function Sm(_0xf42c05,_0x5ed8c3,_0x470c7e){const _0x43ec0a=_0x1875ac;let _0x46e6d3=_0x1e95f0=>{const _0x313434=_0x29dc;_0x1e95f0[_0x313434(0x162)](),_0x1e95f0[_0x313434(0x539)]();},_0x2a7b03=_0x337bfb=>{const _0x85c9ad=_0x29dc;var _0x287823;if(_0x337bfb[_0x85c9ad(0x39a)]||_0x337bfb[_0x85c9ad(0x581)])return;let _0xea01eb=_0x5ed8c3['session'][_0x85c9ad(0x3b1)];if(!_0xea01eb)return;let _0x5f8f29={..._0xea01eb,'event':_0x337bfb,'stage':_0x85c9ad(0x2e8),'source':_0x85c9ad(0x424)},_0x1fae22=_0xf42c05[_0x85c9ad(0x32e)][_0x85c9ad(0x3e8)](_0x5f8f29),_0x1d8bdf=_0x1fae22?!0x1:((_0x287823=_0xf42c05[_0x85c9ad(0x541)][_0x85c9ad(0xdd)](_0xea01eb[_0x85c9ad(0x2dc)],_0xea01eb[_0x85c9ad(0xc7)]))==null?void 0x0:_0x287823['handleWheel'](_0x5f8f29))===!0x0;(_0x1fae22||_0x1d8bdf)&&(_0x337bfb[_0x85c9ad(0x162)](),_0x337bfb['stopPropagation'](),_0x337bfb[_0x85c9ad(0x383)]());},_0x38127f=[_0x43ec0a(0x3bd),_0x43ec0a(0x3df),'click',_0x43ec0a(0x101),_0x43ec0a(0x9e)];return _0x38127f[_0x43ec0a(0x50a)](_0x4c9357=>_0x470c7e[_0x43ec0a(0x35e)](_0x4c9357,_0x46e6d3)),_0x470c7e['addEventListener'](_0x43ec0a(0x424),_0x2a7b03,{'passive':!0x1}),()=>{const _0x32ed31=_0x43ec0a;_0x38127f['forEach'](_0x219db5=>_0x470c7e[_0x32ed31(0x44e)](_0x219db5,_0x46e6d3)),_0x470c7e[_0x32ed31(0x44e)](_0x32ed31(0x424),_0x2a7b03);};}function Cm(_0x282754){const _0x1ed7e6=_0x1875ac;if(!(!_0x282754[_0x1ed7e6(0x584)]||_0x282754[_0x1ed7e6(0x2dc)]==null))return{'embedId':_0x282754[_0x1ed7e6(0x3a8)],'hostUnitId':_0x282754[_0x1ed7e6(0x5db)],'hostType':_0x1e9bfe['UNIVER_SLIDE'],'entry':_0x282754[_0x1ed7e6(0x4e4)],'hostAnchorId':_0x282754[_0x1ed7e6(0x10f)],'childUnitId':_0x282754[_0x1ed7e6(0x584)],'childType':_0x282754[_0x1ed7e6(0x2dc)],'mode':_0x1ed7e6(0x4cb),'source':{'unitType':_0x282754['childType'],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x282754[_0x1ed7e6(0x584)],'type':_0x2f5fef(_0x282754[_0x1ed7e6(0x2dc)])}}},'sourceMeta':{'floating':_0x282754[_0x1ed7e6(0x4e4)]===_0x1ed7e6(0x14a)?{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1}:!0x1,'tab':_0x282754[_0x1ed7e6(0x4e4)]===_0x1ed7e6(0x490)?{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}:!0x1}};}function wm(_0x469076){const _0x63b90a=_0x1875ac;if(typeof _0x469076==_0x63b90a(0x5ce))return _0x469076;if(typeof HTMLCanvasElement<'u'&&_0x469076 instanceof HTMLCanvasElement)try{return _0x469076[_0x63b90a(0x219)]('image/png');}catch{return;}if(typeof ImageBitmap<'u'&&_0x469076 instanceof ImageBitmap&&typeof document<'u'){let _0x5a8393=document['createElement'](_0x63b90a(0x25d));_0x5a8393['width']=_0x469076[_0x63b90a(0x384)],_0x5a8393[_0x63b90a(0x103)]=_0x469076[_0x63b90a(0x103)];let _0x40dd4c=_0x5a8393[_0x63b90a(0x1a1)]('2d');return _0x40dd4c?(_0x40dd4c[_0x63b90a(0x2eb)](_0x469076,0x0,0x0),_0x5a8393['toDataURL'](_0x63b90a(0x570))):void 0x0;}}function Tm(_0x3250ec,_0x3b6eec,_0x1f5fbb){const _0x129e8a=_0x1875ac;let _0xfb872a=_0x3b6eec==null?document[_0x129e8a(0x57b)](_0x129e8a(0x560)):_0x3b6eec;return _0xfb872a[_0x129e8a(0x2ed)]='',_0xfb872a['dataset'][_0x129e8a(0x41c)]=_0x129e8a(0x1ac),_0xfb872a[_0x129e8a(0x1e5)][_0x129e8a(0x575)]=_0x129e8a(0xf1),_0xfb872a[_0x129e8a(0x1e5)][_0x129e8a(0x384)]=_0x129e8a(0x52c),_0xfb872a[_0x129e8a(0x1e5)][_0x129e8a(0x103)]=_0x129e8a(0x52c),_0xfb872a[_0x129e8a(0x1e5)][_0x129e8a(0x13c)]=_0x129e8a(0x365),_0xfb872a['style'][_0x129e8a(0x380)]=_0x129e8a(0x23d),_0xfb872a[_0x129e8a(0x3ff)]=_0x1f5fbb,_0xfb872a[_0x129e8a(0x577)]!==_0x3250ec&&_0x3250ec[_0x129e8a(0x148)](_0xfb872a),_0xfb872a;}let Em=class{constructor(_0x194545,_0x3316e2){const _0x40a4be=_0x1875ac;this[_0x40a4be(0xd8)]=_0x194545,this['_renderManagerService']=_0x3316e2,J(this,_0x40a4be(0x2dc),_0x1e9bfe[_0x40a4be(0x2e3)]),J(this,_0x40a4be(0x339),[_0x40a4be(0x35a)]);}[_0x1875ac(0x2ba)](_0xfb2b8b){const _0x4c7597=_0x1875ac;var _0x4d50b6;let _0x29ab5f=this[_0x4c7597(0x3fa)](_0xfb2b8b[_0x4c7597(0x584)]);if(!_0x29ab5f)return;(_0x4d50b6=_0xfb2b8b[_0x4c7597(0x3da)])!=null&&_0x4d50b6['pageId']&&_0x29ab5f[_0x4c7597(0x22d)][_0x4c7597(0x598)](_0xfb2b8b[_0x4c7597(0x3da)][_0x4c7597(0x486)])&&_0x29ab5f['pageManager']['setActiveSlide'](_0xfb2b8b['viewState']['pageId']);let _0xa74dd7=Ha(Dm(_0xfb2b8b));if(!_0xa74dd7)return;let _0x29183c=_0xfb2b8b[_0x4c7597(0x2e0)][_0x4c7597(0x25d)]?tu(this[_0x4c7597(0x124)],_0xfb2b8b['childUnitId'],_0xa74dd7):void 0x0;if(!_0x29183c){_0xa74dd7[_0x4c7597(0xa7)]();return;}_0xfb2b8b['roots'][_0x4c7597(0x25d)]&&(_0xfb2b8b['roots']['canvas'][_0x4c7597(0x558)][_0x4c7597(0x38e)]=_0xfb2b8b[_0x4c7597(0x584)],_0xfb2b8b['roots'][_0x4c7597(0x25d)][_0x4c7597(0x558)][_0x4c7597(0x1b1)]='slide-readonly-preview-shell');let _0x407927=Zo(_0xfb2b8b[_0x4c7597(0x2e0)][_0x4c7597(0x31d)]);return _0xfb2b8b[_0x4c7597(0x2e0)]['content'][_0x4c7597(0x558)][_0x4c7597(0x38e)]=_0xfb2b8b[_0x4c7597(0x584)],_0xfb2b8b['roots']['content'][_0x4c7597(0x558)][_0x4c7597(0x1b1)]=_0x4c7597(0xe8),_0x407927[_0x4c7597(0x319)](_0xdab386(Go,{'injector':_0xa74dd7,'mountContainer':_0xfb2b8b[_0x4c7597(0x2e0)][_0x4c7597(0x34c)],'embedId':_0xfb2b8b[_0x4c7597(0x3a8)],'children':_0xdab386(im,{'unitId':_0xfb2b8b[_0x4c7597(0x584)],'render':_0x29183c})})),_0xc4495d(()=>{const _0x448d5e=_0x4c7597;var _0x52f4b0,_0x1e2293,_0x5c6fee,_0x3dedbf;try{var _0x585188,_0x7539d7;_0x29183c==null||(_0x7539d7=(_0x585188=_0x29183c[_0x448d5e(0x57c)])[_0x448d5e(0x501)])==null||_0x7539d7[_0x448d5e(0x238)](_0x585188);}catch{}(_0x52f4b0=(_0x1e2293=this[_0x448d5e(0x124)])[_0x448d5e(0xab)])==null||_0x52f4b0['call'](_0x1e2293,_0xfb2b8b['childUnitId']),Qo(_0x407927),_0xfb2b8b[_0x448d5e(0x2e0)][_0x448d5e(0x31d)]['removeAttribute'](_0x448d5e(0x22b)),_0xfb2b8b[_0x448d5e(0x2e0)][_0x448d5e(0x31d)][_0x448d5e(0x136)]('data-embed-child-render-mode'),(_0x5c6fee=_0xfb2b8b[_0x448d5e(0x2e0)][_0x448d5e(0x25d)])==null||_0x5c6fee[_0x448d5e(0x136)](_0x448d5e(0x22b)),(_0x3dedbf=_0xfb2b8b['roots'][_0x448d5e(0x25d)])==null||_0x3dedbf[_0x448d5e(0x136)](_0x448d5e(0x4ba)),_0xa74dd7[_0x448d5e(0xa7)]();});}['handleWheel'](_0x227950){const _0x32803e=_0x1875ac;var _0x161e2a,_0x22a194,_0x1747c6;let _0x21cbcd=this[_0x32803e(0x3fa)](_0x227950['childUnitId']);if(!_0x21cbcd)return!0x1;let _0x130d87=Math['abs'](_0x227950['event'][_0x32803e(0x389)])>=Math['abs'](_0x227950['event'][_0x32803e(0x352)])?_0x227950[_0x32803e(0x1f9)][_0x32803e(0x389)]:_0x227950[_0x32803e(0x1f9)][_0x32803e(0x352)];if(_0x130d87===0x0)return!0x1;let _0x3148b4=Om(_0x21cbcd);if(_0x3148b4[_0x32803e(0x1af)]<0x2)return!0x0;let _0x426574=(_0x161e2a=(_0x22a194=_0x21cbcd[_0x32803e(0x22d)][_0x32803e(0x484)]())==null?void 0x0:_0x22a194['getId']())==null?_0x3148b4[0x0]:_0x161e2a,_0x25b4a3=Math['max'](0x0,_0x3148b4['indexOf'](_0x426574)),_0x4af484=_0x3148b4[Math[_0x32803e(0x28a)](0x0,Math['min'](_0x3148b4[_0x32803e(0x1af)]-0x1,_0x25b4a3+(_0x130d87>0x0?0x1:-0x1)))];return!_0x4af484||_0x4af484===_0x426574?!0x0:(_0x21cbcd[_0x32803e(0x22d)][_0x32803e(0x388)](_0x4af484),_0x227950[_0x32803e(0x2c9)]({'unitId':_0x227950['childUnitId'],'pageId':_0x4af484,'scaleMode':_0x32803e(0x1de),'zoomRatio':(_0x1747c6=_0x21cbcd[_0x32803e(0x43e)])==null?void 0x0:_0x1747c6[_0x32803e(0x238)](_0x21cbcd)}),!0x0);}[_0x1875ac(0x3fa)](_0x3b10be){const _0x1ec7dc=_0x1875ac;var _0x1c9dfa;return(_0x1c9dfa=this[_0x1ec7dc(0xd8)][_0x1ec7dc(0x222)](_0x3b10be,_0x1e9bfe[_0x1ec7dc(0x2e3)]))==null?void 0x0:_0x1c9dfa;}};Em=Lo([Q(0x0,_0x211037),Q(0x1,_0x15403f)],Em);function Dm(_0x50a13e){const _0x17120e=_0x1875ac;let _0x12440c=()=>{};return{'descriptor':_0x50a13e['descriptor'],'layout':_0x50a13e[_0x17120e(0xc7)],'injector':_0x50a13e['injector'],'hostElement':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x34c)],'container':_0x50a13e[_0x17120e(0x2e0)]['root'],'hostUnitId':_0x50a13e[_0x17120e(0x5db)],'embedId':_0x50a13e['embedId'],'childUnitId':_0x50a13e[_0x17120e(0x584)],'childType':_0x50a13e['childType'],'renderScope':{'hostUnitId':_0x50a13e['hostUnitId'],'hostAnchorId':_0x50a13e['descriptor']['hostAnchorId'],'embedId':_0x50a13e[_0x17120e(0x3a8)],'childUnitId':_0x50a13e[_0x17120e(0x584)],'childType':_0x50a13e[_0x17120e(0x2dc)],'layout':_0x50a13e[_0x17120e(0xc7)],'mode':_0x17120e(0x303),'rootElement':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x34c)],'contentRoot':_0x50a13e['roots'][_0x17120e(0x31d)],'canvasRoot':_0x50a13e['roots'][_0x17120e(0x25d)],'active$':_0xc6f257(!0x1)},'runtimeScope':{'descriptor':_0x50a13e[_0x17120e(0x47b)],'host':{'unitId':_0x50a13e['hostUnitId'],'type':_0x50a13e[_0x17120e(0x47b)][_0x17120e(0x3f8)],'anchorId':_0x50a13e[_0x17120e(0x47b)][_0x17120e(0x10f)],'entry':_0x50a13e[_0x17120e(0x47b)][_0x17120e(0x4e4)],'layout':'float'},'child':{'unitId':_0x50a13e[_0x17120e(0x584)],'type':_0x50a13e[_0x17120e(0x2dc)]},'injector':_0x50a13e[_0x17120e(0x410)],'roots':{'root':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x34c)],'content':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x31d)],'canvas':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x25d)],'overlay':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x34c)],'popup':_0x50a13e[_0x17120e(0x2e0)][_0x17120e(0x34c)]},'activate':_0x12440c,'deactivate':_0x12440c,'dispose':_0x12440c}};}function Om(_0x50db16){const _0x2d5dfd=_0x1875ac;var _0x3396db,_0x15f51b,_0x2bbba7,_0x420e93;let _0x33951d=(_0x3396db=_0x50db16[_0x2d5dfd(0x243)])==null?void 0x0:_0x3396db[_0x2d5dfd(0x238)](_0x50db16)[_0x2d5dfd(0xce)];return Array[_0x2d5dfd(0x20c)](_0x33951d)&&_0x33951d['length']>0x0?_0x33951d:(_0x15f51b=(_0x2bbba7=(_0x420e93=_0x50db16[_0x2d5dfd(0x22d)])[_0x2d5dfd(0x5b1)])==null?void 0x0:_0x2bbba7['call'](_0x420e93)[_0x2d5dfd(0x50d)](_0xc71571=>_0xc71571[_0x2d5dfd(0x173)]())[_0x2d5dfd(0x40e)](Boolean))==null?[]:_0x15f51b;}function km(_0x5bbce1){du(_0x5bbce1,'slides-ui.embed',Am);}function Am(_0x40bd1b){const _0x667672=_0x1875ac;let _0x12de5e=_0x40bd1b[_0x667672(0xdd)](_0x6d41fb),_0x535d73=_0x40bd1b[_0x667672(0xdd)](No),_0x2c39a8=_0x40bd1b[_0x667672(0xdd)](jo),_0x5bb5a6=_0x40bd1b[_0x667672(0xdd)](Pa),_0x300ea7=_0x40bd1b[_0x667672(0xdd)](Mo),_0xcf5498=_0x40bd1b[_0x667672(0xdd)](Xs),_0xf0dbfb=_0x40bd1b[_0x667672(0xdd)](ac),_0x3816f0=_0x40bd1b[_0x667672(0xdd)](cu),_0x4b1d1a=_0x40bd1b[_0x667672(0x47a)](_0x2ed13a)?_0x40bd1b[_0x667672(0xdd)](_0x2ed13a):void 0x0,_0x196b34=_0x40bd1b[_0x667672(0x47a)](_0x211037)?_0x40bd1b[_0x667672(0xdd)](_0x211037):void 0x0;_0x40bd1b[_0x667672(0x47a)](_0x464bbe)||_0x40bd1b[_0x667672(0x42c)]([_0x464bbe,{'useFactory':()=>jm({'embedModelService':_0x40bd1b['get'](_0x1b3737),'mountService':_0x40bd1b['get'](Bo),'activationService':_0x40bd1b[_0x667672(0xdd)](Uo),'restoreService':_0x40bd1b[_0x667672(0xdd)](Qs),'previewService':_0x40bd1b[_0x667672(0xdd)](Xs),'runtimeHostLeaseService':_0x40bd1b[_0x667672(0xdd)](Hp),'passiveViewportRegistry':_0x40bd1b[_0x667672(0xdd)](ac),'passiveWheelHandlerRegistry':_0x40bd1b['get'](oc),'sceneCanvasCaptureService':_0x40bd1b[_0x667672(0x47a)](Fo)?_0x40bd1b[_0x667672(0xdd)](Fo):void 0x0})}]),_0x40bd1b['has'](_0x17e245)||_0x40bd1b[_0x667672(0x42c)]([_0x17e245,{'useFactory':()=>_0x40bd1b[_0x667672(0xdd)](Fa)}]),_0x40bd1b[_0x667672(0x47a)](_0x539231)||_0x40bd1b[_0x667672(0x42c)]([_0x539231,{'useFactory':()=>_0x40bd1b[_0x667672(0xdd)](Bo)}]),_0x40bd1b[_0x667672(0x47a)](_0x49cc07)||_0x40bd1b[_0x667672(0x42c)]([_0x49cc07,{'useFactory':()=>_0x40bd1b[_0x667672(0xdd)](Uo)}]),_0x40bd1b[_0x667672(0x47a)](_0x293ce8)||_0x40bd1b[_0x667672(0x42c)]([_0x293ce8,{'useFactory':()=>_0x40bd1b['get'](_0xc117e5)}]),_0x40bd1b[_0x667672(0x47a)](_0x1644bb)||_0x40bd1b[_0x667672(0x42c)]([_0x1644bb,{'useFactory':()=>_0x40bd1b[_0x667672(0xdd)](X)}]),_0x40bd1b[_0x667672(0x47a)](_0x42446f)||_0x40bd1b[_0x667672(0x42c)]([_0x42446f,{'useFactory':()=>({'render':_0x1ff0cd=>_0x3afca7(_c,{..._0x1ff0cd,'data':_0x1ff0cd[_0x667672(0x12a)]})})}]),[_0x3c226f(_0x4b1d1a,_0x196b34,()=>_0x40bd1b['has'](_0x1ce247)?_0x40bd1b[_0x667672(0xdd)](_0x1ce247):void 0x0),Yp(_0x4b1d1a,_0x196b34,_0x40bd1b[_0x667672(0xdd)](_0x464bbe))][_0x667672(0x50a)](_0x31ca1a=>{const _0x1d0d4a=_0x667672;_0x12de5e[_0x1d0d4a(0xdd)](_0x31ca1a[_0x1d0d4a(0x3f8)],_0x31ca1a[_0x1d0d4a(0x4e4)])||_0x12de5e[_0x1d0d4a(0x134)](_0x31ca1a);}),[Xp(),Zp()]['forEach'](_0x1a573e=>{const _0x2fdb4b=_0x667672;_0x535d73[_0x2fdb4b(0xdd)](_0x1a573e[_0x2fdb4b(0x3f8)],_0x1a573e[_0x2fdb4b(0x4e4)])||_0x535d73['register'](_0x1a573e);});let _0x51d1a1=sm();_0x2c39a8['get'](_0x51d1a1[_0x667672(0x2dc)])||_0x2c39a8[_0x667672(0x134)](_0x51d1a1);let _0x3e19a5=Up();_0x5bb5a6[_0x667672(0xdd)](_0x3e19a5[_0x667672(0x2dc)])||_0x5bb5a6[_0x667672(0x134)](_0x3e19a5),qp()[_0x667672(0x50a)](_0x280c24=>{const _0x3befa1=_0x667672;_0x300ea7[_0x3befa1(0x296)](_0x280c24[_0x3befa1(0x3f8)],_0x280c24[_0x3befa1(0x4e4)],_0x280c24[_0x3befa1(0x2dc)])||_0x300ea7[_0x3befa1(0x134)](_0x280c24);}),_0xcf5498[_0x667672(0x26a)](_0x40bd1b[_0x667672(0x341)](dm)),_0xf0dbfb[_0x667672(0xdd)](_0x1e9bfe[_0x667672(0x2e3)])||_0xf0dbfb[_0x667672(0x134)](em()),_0x3816f0[_0x667672(0xdd)](_0x1e9bfe['UNIVER_SLIDE'])||_0x3816f0['register'](_0x40bd1b['createInstance'](Em));}function jm(_0x32c3ad){const _0xd94189=_0x1875ac;return{'mountPageList':_0x164934=>{const _0x2b4109=_0x29dc;var _0x59a09e,_0xc0a14e;let _0xd45805={'embedId':_0x164934[_0x2b4109(0x3a8)],'hostUnitId':_0x164934[_0x2b4109(0x5db)],'hostType':_0x1e9bfe[_0x2b4109(0x2e3)],'entry':_0x2b4109(0x490),'hostAnchorId':_0x164934['hostAnchorId'],'childUnitId':_0x164934[_0x2b4109(0x584)],'childType':_0x164934['childType'],'source':{'unitType':_0x164934['childType'],'ref':{'file':{'kind':_0x2b4109(0x290)},'unit':{'selector':_0x164934[_0x2b4109(0x584)],'type':_0x2f5fef(_0x164934[_0x2b4109(0x2dc)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x2b4109(0x2f7),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x20f1d7=(_0x59a09e=(_0xc0a14e=_0x32c3ad[_0x2b4109(0xfa)])[_0x2b4109(0x477)])==null?void 0x0:_0x59a09e[_0x2b4109(0x238)](_0xc0a14e,_0x164934[_0x2b4109(0x3a8)]);return(_0x20f1d7==null?void 0x0:_0x20f1d7[_0x2b4109(0x5db)])===_0x164934[_0x2b4109(0x5db)]&&_0x20f1d7[_0x2b4109(0x4e4)]===_0x2b4109(0x490)&&_0x20f1d7[_0x2b4109(0x584)]===_0x164934[_0x2b4109(0x584)]?(_0x32c3ad[_0x2b4109(0x3db)][_0x2b4109(0x269)](_0xd45805),_0xc4495d(()=>{})):(_0x32c3ad[_0x2b4109(0xfa)]['mount'](_0xd45805),_0x32c3ad[_0x2b4109(0x3db)]['activateTab'](_0xd45805),_0xc4495d(()=>{const _0x392f50=_0x2b4109;_0x32c3ad[_0x392f50(0x3db)]['clearTab'](_0x164934[_0x392f50(0x3a8)]),_0x32c3ad[_0x392f50(0xfa)][_0x392f50(0x501)](_0x164934['embedId']);}));},'mountFloatingObject':_0x9aec9a=>{const _0x51a69a=_0x29dc;var _0x1679ce;let _0x2dce0d=(_0x1679ce=_0x32c3ad[_0x51a69a(0x281)][_0x51a69a(0x3cc)](_0x9aec9a[_0x51a69a(0x5db)],_0x9aec9a['embedId']))==null?{'embedId':_0x9aec9a['embedId'],'hostUnitId':_0x9aec9a[_0x51a69a(0x5db)],'hostType':_0x1e9bfe[_0x51a69a(0x2e3)],'entry':_0x51a69a(0x14a),'hostAnchorId':_0x9aec9a[_0x51a69a(0x10f)],'childUnitId':_0x9aec9a[_0x51a69a(0x584)],'childType':_0x9aec9a['childType'],'source':{'unitType':_0x9aec9a['childType'],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x9aec9a[_0x51a69a(0x584)],'type':_0x2f5fef(_0x9aec9a['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x51a69a(0x449),'fullscreen':!0x0},'tab':!0x1}}:_0x1679ce;return _0x32c3ad[_0x51a69a(0xfa)][_0x51a69a(0x2c0)](_0x2dce0d,_0x9aec9a[_0x51a69a(0x2be)]),_0xc4495d(()=>{const _0x597b31=_0x51a69a;_0x32c3ad[_0x597b31(0xfa)][_0x597b31(0x501)](_0x9aec9a[_0x597b31(0x3a8)]);});},'clearAndUnmount':_0x1cdff7=>{const _0x29faf8=_0x29dc;_0x32c3ad[_0x29faf8(0x3db)]['clearTab'](_0x1cdff7),_0x32c3ad[_0x29faf8(0xfa)][_0x29faf8(0x501)](_0x1cdff7);},'unmountFloatingSessions':_0x400e09=>{const _0x3a3924=_0x29dc;_0x32c3ad[_0x3a3924(0xfa)][_0x3a3924(0x163)]()[_0x3a3924(0x40e)](_0x469659=>_0x469659[_0x3a3924(0x5db)]===_0x400e09&&_0x469659[_0x3a3924(0x4e4)]===_0x3a3924(0x14a))[_0x3a3924(0x50a)](_0x3688d9=>_0x32c3ad[_0x3a3924(0xfa)]['unmount'](_0x3688d9[_0x3a3924(0x3a8)]));},'listSessions':()=>_0x32c3ad['mountService'][_0xd94189(0x163)]()['map'](_0x1b8460=>({'embedId':_0x1b8460['embedId'],'hostUnitId':_0x1b8460[_0xd94189(0x5db)],'entry':_0x1b8460[_0xd94189(0x4e4)],'childType':_0x1b8460['childType'],'childUnitId':_0x1b8460[_0xd94189(0x584)]})),'capturePreviewByHostAnchorId':async _0x5e2999=>{var _0x333e32;let _0xdd9cee=await((_0x333e32=_0x32c3ad['sceneCanvasCaptureService'])==null?void 0x0:_0x333e32['captureByHostAnchorId'](_0x5e2999));return _0xdd9cee?wm(_0xdd9cee):void 0x0;},'mountPresentationEmbed':_0x1884ae=>_m(_0x32c3ad,_0x1884ae)};}function Mm(_0x40d7ae){mf(_0x40d7ae),jp(_0x40d7ae),km(_0x40d7ae),Fd(_0x40d7ae),Yd(_0x40d7ae);}const Nm=[0x0,0x10,0x64,0x12c,0x3e8];async function Pm(_0x354c98,_0xe6181){const _0x93ee93=_0x1875ac;var _0x425ca0,_0x5a45c7,_0x44fb1e;let {instanceService:_0x38718b,childUnitId:_0x1f1b66,childType:_0x238c34,restoreUnitId:_0x3e23c6,shouldRestore:_0x3d1844,settleDelayMs:_0x478631=0x10,deferredRestoreDelaysMs:_0x23f73=_0x3e23c6?Nm:[]}=_0x354c98,_0x2a7f15=_0x38718b['getCurrentUnitOfType'](_0x238c34),_0x4e154d=(_0x425ca0=(_0x5a45c7=_0x38718b[_0x93ee93(0x5b2)]())==null?void 0x0:_0x5a45c7['getUnitId']())==null?null:_0x425ca0,_0x2cfbc6=(_0x44fb1e=_0x4e154d==null?_0x3e23c6:_0x4e154d)==null?null:_0x44fb1e;_0x38718b[_0x93ee93(0x27d)](_0x1f1b66),_0x38718b[_0x93ee93(0x1a4)](_0x1f1b66);let _0x8983f3=()=>{const _0x11675d=_0x93ee93;_0x3d1844&&!_0x3d1844()||(_0x2a7f15&&_0x2a7f15[_0x11675d(0x2f4)]()!==_0x1f1b66&&_0x38718b[_0x11675d(0x27d)](_0x2a7f15[_0x11675d(0x2f4)]()),_0x3e23c6&&_0x38718b[_0x11675d(0x27d)](_0x3e23c6),_0x38718b[_0x11675d(0x1a4)](_0x2cfbc6));};try{let _0x49fdf4=await _0xe6181();return _0x478631>0x0&&await Fm(_0x478631),_0x49fdf4;}finally{_0x8983f3(),Im(_0x8983f3,_0x23f73);}}function Fm(_0x378d99){return new Promise(_0x114903=>setTimeout(_0x114903,_0x378d99));}function Im(_0x4bf067,_0x39336c){const _0x24b8ec=_0x1875ac;_0x39336c[_0x24b8ec(0x50a)](_0x54009d=>{const _0x30c917=_0x24b8ec;globalThis[_0x30c917(0x220)](_0x4bf067,_0x54009d);});}const Lm=new WeakMap();let Rm=0x0;function zm(_0x3cef4d,_0x2c4d40){const _0x1b9501=_0x1875ac;return _0x3cef4d[_0x1b9501(0x47a)](Um)?_0x3cef4d[_0x1b9501(0xdd)](Um)[_0x1b9501(0x134)](_0x2c4d40):Vm(_0x3cef4d,_0x2c4d40);}function Bm(_0x5cecce){const _0xe48668=_0x1875ac;if(!_0x5cecce[_0xe48668(0x47a)](Um))return;let _0x346800=Lm['get'](_0x5cecce);_0x346800!=null&&_0x346800[_0xe48668(0x1ec)]&&([..._0x346800[_0xe48668(0x4f1)]()][_0xe48668(0x1fd)]((_0x1c4b5b,_0x24b40c)=>_0x1c4b5b['index']-_0x24b40c[_0xe48668(0x44d)])[_0xe48668(0x50a)](({contribution:_0x183c9a})=>zm(_0x5cecce,_0x183c9a)),Lm['delete'](_0x5cecce));}function Vm(_0x1bbca7,_0x542648){const _0x4c57f0=_0x1875ac;var _0x58a16c;let _0x5b33b7={'contribution':_0x542648,'index':Rm++},_0x4d7c6a=Hm(_0x542648,_0x5b33b7[_0x4c57f0(0x44d)]),_0x3a7487=_0x1bbca7,_0x606c0b=(_0x58a16c=Lm['get'](_0x3a7487))==null?new Map():_0x58a16c;return _0x606c0b[_0x4c57f0(0x116)](_0x4d7c6a,_0x5b33b7),Lm[_0x4c57f0(0x116)](_0x3a7487,_0x606c0b),_0xc4495d(()=>{const _0x3c4b69=_0x4c57f0;let _0x497db8=Lm['get'](_0x3a7487);(_0x497db8==null?void 0x0:_0x497db8['get'](_0x4d7c6a))===_0x5b33b7&&_0x497db8[_0x3c4b69(0x5c4)](_0x4d7c6a);});}function Hm(_0x739fec,_0x46fa38){const _0x4c5a4d=_0x1875ac;return _0x739fec['id']?_0x739fec[_0x4c5a4d(0x2dc)]+':'+_0x739fec['id']:_0x739fec[_0x4c5a4d(0x2dc)]+_0x4c5a4d(0x1ce)+_0x46fa38;}let Um=class{constructor(_0x39989f,_0x5e5794){const _0xdced65=_0x1875ac;this[_0xdced65(0x206)]=_0x39989f,this[_0xdced65(0x40d)]=_0x5e5794,J(this,_0xdced65(0x439),new Map()),J(this,_0xdced65(0x108),0x0);}[_0x1875ac(0x134)](_0x576f6f){const _0x2b2edd=_0x1875ac;var _0x5a3248;if(_0x576f6f['id']&&this[_0x2b2edd(0x1f2)](_0x576f6f[_0x2b2edd(0x2dc)],_0x576f6f['id']))return _0xc4495d(()=>{});let _0x4c9737={'contribution':_0x576f6f,'index':this[_0x2b2edd(0x108)]++},_0x46616e=(_0x5a3248=this[_0x2b2edd(0x439)][_0x2b2edd(0xdd)](_0x576f6f[_0x2b2edd(0x2dc)]))==null?[]:_0x5a3248;return _0x46616e[_0x2b2edd(0x26f)](_0x4c9737),_0x46616e[_0x2b2edd(0x1fd)](Wm),this[_0x2b2edd(0x439)][_0x2b2edd(0x116)](_0x576f6f['childType'],_0x46616e),_0xc4495d(()=>{const _0x4fcff=_0x2b2edd;let _0x18c32e=this[_0x4fcff(0x439)][_0x4fcff(0xdd)](_0x576f6f[_0x4fcff(0x2dc)]);if(!_0x18c32e)return;let _0x1bed21=_0x18c32e[_0x4fcff(0x40e)](_0xcfbab0=>_0xcfbab0!==_0x4c9737);_0x1bed21['length']?this['_contributions'][_0x4fcff(0x116)](_0x576f6f[_0x4fcff(0x2dc)],_0x1bed21):this['_contributions'][_0x4fcff(0x5c4)](_0x576f6f[_0x4fcff(0x2dc)]);});}[_0x1875ac(0x100)](_0x374c22){const _0x539e33=_0x1875ac;var _0x51e5da;return((_0x51e5da=this[_0x539e33(0x439)][_0x539e33(0xdd)](_0x374c22))==null?[]:_0x51e5da)[_0x539e33(0x50d)](_0x2ad692=>_0x2ad692[_0x539e33(0x4ec)]);}async['prepare'](_0x37a094){const _0x2ea842=_0x1875ac;let _0x3b997c=this['getAll'](_0x37a094[_0x2ea842(0x2dc)]);_0x3b997c[_0x2ea842(0x1af)]&&await Pm({'instanceService':this[_0x2ea842(0x206)][_0x2ea842(0xdd)](_0x211037),'childUnitId':_0x37a094[_0x2ea842(0x584)],'childType':_0x37a094[_0x2ea842(0x2dc)],'restoreUnitId':_0x37a094[_0x2ea842(0x16e)],'settleDelayMs':_0x37a094[_0x2ea842(0x3eb)],'shouldRestore':()=>!this[_0x2ea842(0x40d)][_0x2ea842(0x408)](_0x37a094[_0x2ea842(0x584)])},async()=>{const _0x847a9c=_0x2ea842;for(let _0x8ccb1c of _0x3b997c)_0x8ccb1c['prepare']&&await _0x8ccb1c['prepare']({'injector':this[_0x847a9c(0x206)],'childUnitId':_0x37a094[_0x847a9c(0x584)],'childType':_0x37a094[_0x847a9c(0x2dc)],'descriptor':_0x37a094[_0x847a9c(0x47b)]});});}['_hasContributionId'](_0x4a2018,_0x890859){const _0x1ecfcd=_0x1875ac;var _0x3e4f03;return((_0x3e4f03=this[_0x1ecfcd(0x439)][_0x1ecfcd(0xdd)](_0x4a2018))==null?[]:_0x3e4f03)[_0x1ecfcd(0x3ed)](_0x40d5d1=>_0x40d5d1[_0x1ecfcd(0x4ec)]['id']===_0x890859);}};Um=Lo([Q(0x0,_0x1f7509(_0x41ed41)),Q(0x1,_0x1f7509(X))],Um);function Wm(_0x2e71a0,_0x3106ce){const _0x4773c9=_0x1875ac;var _0x33bcac,_0x5eeebf;return((_0x33bcac=_0x2e71a0[_0x4773c9(0x4ec)][_0x4773c9(0x3d4)])==null?_0x2e71a0['index']:_0x33bcac)-((_0x5eeebf=_0x3106ce[_0x4773c9(0x4ec)][_0x4773c9(0x3d4)])==null?_0x3106ce[_0x4773c9(0x44d)]:_0x5eeebf)||_0x2e71a0[_0x4773c9(0x44d)]-_0x3106ce[_0x4773c9(0x44d)];}function Gm(){return[];}let Km=class{constructor(_0x1247cc,_0x392b38){const _0x8c6ed2=_0x1875ac;this[_0x8c6ed2(0x1b5)]=_0x1247cc,this[_0x8c6ed2(0x3c9)]=_0x392b38;}['pushUndoRedoForChild'](_0x1c40ba){const _0x43191b=_0x1875ac;let _0x54901a=this[_0x43191b(0x15b)](_0x1c40ba[_0x43191b(0x3ef)]);return this[_0x43191b(0x3c9)]['pushUndoRedo']({..._0x1c40ba,'unitID':_0x54901a}),{'stackUnitId':_0x54901a,'routedToHost':_0x54901a!==_0x1c40ba[_0x43191b(0x3ef)]};}['resolveStackUnitId'](_0x42f598){const _0x2357e6=_0x1875ac;let _0x203a7c=this[_0x2357e6(0x1b5)][_0x2357e6(0x127)]();return!_0x203a7c||_0x203a7c[_0x2357e6(0x584)]!==_0x42f598?_0x42f598:_0x203a7c['hostUnitId'];}};Km=Lo([Q(0x0,_0x1f7509(_0xc117e5)),Q(0x1,_0x3b52f2)],Km);let qm=class extends _0x448734{constructor(_0x15402f=Ws,_0x46f4a0,_0x1b5774){const _0x174ff1=_0x1875ac;super(),this[_0x174ff1(0xb4)]=_0x15402f,this[_0x174ff1(0x206)]=_0x46f4a0,this[_0x174ff1(0x3a6)]=_0x1b5774;let {..._0x524ce5}=_0x5dbf55({},Ws,this[_0x174ff1(0xb4)]);this[_0x174ff1(0x3a6)]['setConfig']('embed-ui.config',_0x524ce5);}[_0x1875ac(0x578)](){const _0x3603c6=_0x1875ac;this[_0x3603c6(0x2ff)](),this[_0x3603c6(0x440)](),this[_0x3603c6(0x1d6)](),this['_registerProductMenus'](),this['_flushPendingContributions'](),this['_registerFloatingMenus'](),this['_touchServices'](),this[_0x3603c6(0x491)]();}[_0x1875ac(0x522)](){const _0x108309=_0x1875ac;this[_0x108309(0x500)]();}[_0x1875ac(0x440)](){const _0x4d20a0=_0x1875ac;[[No],[Qs],[Um],[Vl],[Uo],[jo],[Pa],[Fa],[Zs],[Mo],[Xs],[Jl],[Wo],[Ia],[rc],[Ra],[Wl],[Gl],[Hl],[Bo],[Po],[oc],[ac],[Ss],[cu],[za],[X],[Hp],[Fo],[Km]]['forEach'](_0x3d6c8d=>this[_0x4d20a0(0x206)][_0x4d20a0(0x42c)](_0x3d6c8d)),this[_0x4d20a0(0x206)][_0x4d20a0(0x47a)](_0xf1de34)||this[_0x4d20a0(0x206)][_0x4d20a0(0x42c)]([_0xf1de34,{'useFactory':()=>this[_0x4d20a0(0x206)][_0x4d20a0(0xdd)](Ra)}]),this[_0x4d20a0(0x206)][_0x4d20a0(0x47a)](_0x572deb)||this['_injector'][_0x4d20a0(0x42c)]([_0x572deb,{'useFactory':()=>this[_0x4d20a0(0x206)][_0x4d20a0(0xdd)](X)}]),this[_0x4d20a0(0x206)][_0x4d20a0(0x47a)](_0x4bf9cb)||this['_injector'][_0x4d20a0(0x42c)]([_0x4bf9cb,{'useFactory':()=>this[_0x4d20a0(0x206)][_0x4d20a0(0xdd)](Ra)}]),this[_0x4d20a0(0x206)][_0x4d20a0(0x47a)](_0x54d6e9)||this[_0x4d20a0(0x206)][_0x4d20a0(0x42c)]([_0x54d6e9,{'useFactory':()=>this[_0x4d20a0(0x206)][_0x4d20a0(0xdd)](X)}]),this[_0x4d20a0(0x206)][_0x4d20a0(0x47a)](_0x5f1693)||this[_0x4d20a0(0x206)][_0x4d20a0(0x42c)]([_0x5f1693,{'useFactory':()=>this[_0x4d20a0(0x206)]['get'](Zs)}]);}['_registerProductMenus'](){const _0x52fc76=_0x1875ac;ql(this[_0x52fc76(0x206)])[_0x52fc76(0x50a)](_0x1c8d4e=>this[_0x52fc76(0x253)](_0x1c8d4e));}[_0x1875ac(0x1d6)](){const _0x98c961=_0x1875ac;Mm(this[_0x98c961(0x206)]);}[_0x1875ac(0x500)](){const _0x54c0e1=_0x1875ac;fu(this[_0x54c0e1(0x206)]),ys(this['_injector']),Bm(this[_0x54c0e1(0x206)]);}[_0x1875ac(0x448)](){const _0x49b6c6=_0x1875ac;var _0x5eb2fa;let _0x45ee5b=this[_0x49b6c6(0x206)]['get'](Mo);((_0x5eb2fa=this[_0x49b6c6(0xb4)][_0x49b6c6(0x3c8)])==null?void 0x0:_0x5eb2fa['floatingMenus'])!==!0x1&&Gm()[_0x49b6c6(0x50a)](_0x3a618e=>{const _0x28ace5=_0x49b6c6;_0x45ee5b[_0x28ace5(0x296)](_0x3a618e[_0x28ace5(0x3f8)],_0x3a618e[_0x28ace5(0x4e4)],_0x3a618e[_0x28ace5(0x2dc)])||_0x45ee5b[_0x28ace5(0x134)](_0x3a618e);});}['_touchServices'](){const _0x4cb8e5=_0x1875ac;_0x448904(this[_0x4cb8e5(0x206)],[[No],[Qs],[Um],[Vl],[Uo],[jo],[Pa],[Fa],[Mo],[Xs],[Jl],[Wo],[Ia],[rc],[Wl],[Gl],[Hl],[Bo],[Po],[oc],[ac],[Ss],[cu],[za],[X],[Hp],[Fo],[Km]]);}[_0x1875ac(0x491)](){const _0x278ffc=_0x1875ac;var _0x54ff68;((_0x54ff68=this['_config'][_0x278ffc(0x3c8)])==null?void 0x0:_0x54ff68[_0x278ffc(0x23b)])!==!0x1&&this[_0x278ffc(0x253)](this[_0x278ffc(0x206)]['get'](_0x20f09e)['registerComponent'](_0x152b7a['GLOBAL'],()=>Ns));}[_0x1875ac(0x2ff)](){const _0x352ba0=_0x1875ac;this[_0x352ba0(0x206)][_0x352ba0(0xdd)](_0x4b6aa0)[_0x352ba0(0x4df)]();}};J(qm,_0x1875ac(0x390),_0x1875ac(0x40b)),J(qm,_0x1875ac(0x204),Ea),J(qm,_0x1875ac(0x161),Da),J(qm,_0x1875ac(0x3d8),_0x1e9bfe['UNIVER_UNKNOWN']),qm=Lo([_0x422a84(_0xfe5172,_0x1c3bc6),Q(0x1,_0x1f7509(_0x41ed41)),Q(0x2,_0x31fabf)],qm);export{Uo as EmbedActivationService,jo as EmbedChildViewRegistryService,Wo as EmbedFullscreenService,No as EmbedHostContainerRegistryService,Ia as EmbedHostMenuOverrideService,Qs as EmbedHostRestoreService,Bo as EmbedMountService,qm as UniverEmbedUIPlugin,vs as registerEmbedProductMenuContribution};