@univerjs-pro/embed-ui 1.0.0-insiders.20260709-5fcadb2

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 (201) hide show
  1. package/README.md +45 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sheets-floating.js +1 -0
  18. package/lib/cjs/locale/sk-SK.js +1 -0
  19. package/lib/cjs/locale/vi-VN.js +1 -0
  20. package/lib/cjs/locale/zh-CN.js +1 -0
  21. package/lib/cjs/locale/zh-HK.js +1 -0
  22. package/lib/cjs/locale/zh-TW.js +1 -0
  23. package/lib/es/index.js +1 -0
  24. package/lib/es/locale/ar-SA.js +1 -0
  25. package/lib/es/locale/ca-ES.js +1 -0
  26. package/lib/es/locale/de-DE.js +1 -0
  27. package/lib/es/locale/en-US.js +1 -0
  28. package/lib/es/locale/es-ES.js +1 -0
  29. package/lib/es/locale/fa-IR.js +1 -0
  30. package/lib/es/locale/fr-FR.js +1 -0
  31. package/lib/es/locale/id-ID.js +1 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  33. package/lib/es/locale/ja-JP.js +1 -0
  34. package/lib/es/locale/ko-KR.js +1 -0
  35. package/lib/es/locale/pl-PL.js +1 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  37. package/lib/es/locale/ru-RU.js +1 -0
  38. package/lib/es/locale/sheets-floating.js +1 -0
  39. package/lib/es/locale/sk-SK.js +1 -0
  40. package/lib/es/locale/vi-VN.js +1 -0
  41. package/lib/es/locale/zh-CN.js +1 -0
  42. package/lib/es/locale/zh-HK.js +1 -0
  43. package/lib/es/locale/zh-TW.js +1 -0
  44. package/lib/index.css +1135 -0
  45. package/lib/index.js +1 -0
  46. package/lib/locale/ar-SA.js +1 -0
  47. package/lib/locale/ca-ES.js +1 -0
  48. package/lib/locale/de-DE.js +1 -0
  49. package/lib/locale/en-US.js +1 -0
  50. package/lib/locale/es-ES.js +1 -0
  51. package/lib/locale/fa-IR.js +1 -0
  52. package/lib/locale/fr-FR.js +1 -0
  53. package/lib/locale/id-ID.js +1 -0
  54. package/lib/locale/it-IT.js +1 -0
  55. package/lib/locale/ja-JP.js +1 -0
  56. package/lib/locale/ko-KR.js +1 -0
  57. package/lib/locale/pl-PL.js +1 -0
  58. package/lib/locale/pt-BR.js +1 -0
  59. package/lib/locale/ru-RU.js +1 -0
  60. package/lib/locale/sheets-floating.js +1 -0
  61. package/lib/locale/sk-SK.js +1 -0
  62. package/lib/locale/vi-VN.js +1 -0
  63. package/lib/locale/zh-CN.js +1 -0
  64. package/lib/locale/zh-HK.js +1 -0
  65. package/lib/locale/zh-TW.js +1 -0
  66. package/lib/types/common/const.d.ts +17 -0
  67. package/lib/types/common/embed-float-interaction-policy.d.ts +28 -0
  68. package/lib/types/common/embed-host-chrome-policy.d.ts +34 -0
  69. package/lib/types/common/embed-runtime-policy.d.ts +28 -0
  70. package/lib/types/common/embed-runtime-slots.d.ts +24 -0
  71. package/lib/types/common/tab-peer-workbench.d.ts +21 -0
  72. package/lib/types/components/EmbedFloatDomRenderer.d.ts +56 -0
  73. package/lib/types/components/EmbedFloatFullscreenButton.d.ts +31 -0
  74. package/lib/types/components/EmbedHostToolbarMenu.d.ts +52 -0
  75. package/lib/types/components/EmbedRuntimeProviders.d.ts +24 -0
  76. package/lib/types/config/config.d.ts +25 -0
  77. package/lib/types/controllers/docs-table-passive-wheel-bridge.controller.d.ts +7 -0
  78. package/lib/types/controllers/embed-host-anchor-cleanup.controller.d.ts +22 -0
  79. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +29 -0
  80. package/lib/types/index.d.ts +71 -0
  81. package/lib/types/locale/ar-SA.d.ts +18 -0
  82. package/lib/types/locale/ca-ES.d.ts +18 -0
  83. package/lib/types/locale/de-DE.d.ts +18 -0
  84. package/lib/types/locale/en-US.d.ts +70 -0
  85. package/lib/types/locale/es-ES.d.ts +18 -0
  86. package/lib/types/locale/fa-IR.d.ts +18 -0
  87. package/lib/types/locale/fr-FR.d.ts +18 -0
  88. package/lib/types/locale/id-ID.d.ts +18 -0
  89. package/lib/types/locale/it-IT.d.ts +18 -0
  90. package/lib/types/locale/ja-JP.d.ts +18 -0
  91. package/lib/types/locale/ko-KR.d.ts +18 -0
  92. package/lib/types/locale/pl-PL.d.ts +18 -0
  93. package/lib/types/locale/pt-BR.d.ts +18 -0
  94. package/lib/types/locale/ru-RU.d.ts +18 -0
  95. package/lib/types/locale/sheets-floating.d.ts +62 -0
  96. package/lib/types/locale/sk-SK.d.ts +18 -0
  97. package/lib/types/locale/types.d.ts +18 -0
  98. package/lib/types/locale/vi-VN.d.ts +18 -0
  99. package/lib/types/locale/zh-CN.d.ts +18 -0
  100. package/lib/types/locale/zh-HK.d.ts +18 -0
  101. package/lib/types/locale/zh-TW.d.ts +18 -0
  102. package/lib/types/plugin.d.ts +38 -0
  103. package/lib/types/product-menus/docs-product-menus.d.ts +17 -0
  104. package/lib/types/products/bases/EmbedChildView.d.ts +13 -0
  105. package/lib/types/products/bases/EmbedChildView.spec.d.ts +1 -0
  106. package/lib/types/products/bases/EmbedFloatingMenu.d.ts +37 -0
  107. package/lib/types/products/bases/embed-block.d.ts +2 -0
  108. package/lib/types/products/bases/embed-content-size.d.ts +9 -0
  109. package/lib/types/products/bases/embed-host-adapter.d.ts +6 -0
  110. package/lib/types/products/bases/embed-passive-viewport.d.ts +3 -0
  111. package/lib/types/products/bases/register.d.ts +13 -0
  112. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +54 -0
  113. package/lib/types/products/docs/EmbedFloatingMenu.d.ts +29 -0
  114. package/lib/types/products/docs/embed-block.d.ts +18 -0
  115. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +40 -0
  116. package/lib/types/products/docs/embed-host-adapter.d.ts +21 -0
  117. package/lib/types/products/docs/embed-passive-viewport.d.ts +18 -0
  118. package/lib/types/products/docs/register.d.ts +17 -0
  119. package/lib/types/products/product-ui-contributions.d.ts +2 -0
  120. package/lib/types/products/sheets/EmbedBlock.d.ts +23 -0
  121. package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +79 -0
  122. package/lib/types/products/sheets/embed-content-size.d.ts +17 -0
  123. package/lib/types/products/sheets/embed-host-adapter.d.ts +20 -0
  124. package/lib/types/products/sheets/embed-passive-viewport.d.ts +18 -0
  125. package/lib/types/products/sheets/embed-product-menu.d.ts +36 -0
  126. package/lib/types/products/sheets/register.d.ts +43 -0
  127. package/lib/types/products/slides/EmbedChildView.d.ts +3 -0
  128. package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +28 -0
  129. package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +24 -0
  130. package/lib/types/products/slides/embed-block.d.ts +2 -0
  131. package/lib/types/products/slides/embed-floating-menu-stage.d.ts +8 -0
  132. package/lib/types/products/slides/embed-floating-menu.d.ts +5 -0
  133. package/lib/types/products/slides/embed-host-adapter.d.ts +7 -0
  134. package/lib/types/products/slides/embed-passive-viewport.d.ts +2 -0
  135. package/lib/types/products/slides/register.d.ts +13 -0
  136. package/lib/types/products/slides/services/EmbedSlideReadonlyPreviewProvider.d.ts +15 -0
  137. package/lib/types/products/slides/services/embed-slide-float-preview.provider.d.ts +34 -0
  138. package/lib/types/services/embed-activation.service.d.ts +59 -0
  139. package/lib/types/services/embed-block-contribution-factory.d.ts +32 -0
  140. package/lib/types/services/embed-block-registry.service.d.ts +23 -0
  141. package/lib/types/services/embed-child-product-plugin-lease.d.ts +30 -0
  142. package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +55 -0
  143. package/lib/types/services/embed-child-runtime-scope.d.ts +22 -0
  144. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +21 -0
  145. package/lib/types/services/embed-child-view-registry.service.d.ts +23 -0
  146. package/lib/types/services/embed-content-size-registry.service.d.ts +24 -0
  147. package/lib/types/services/embed-default-floating-menu.d.ts +19 -0
  148. package/lib/types/services/embed-docs-sticky-wheel.d.ts +17 -0
  149. package/lib/types/services/embed-dom-passive-viewport-provider.d.ts +23 -0
  150. package/lib/types/services/embed-float-preview.service.d.ts +44 -0
  151. package/lib/types/services/embed-floating-active.service.d.ts +26 -0
  152. package/lib/types/services/embed-floating-geometry.service.d.ts +37 -0
  153. package/lib/types/services/embed-floating-menu-registry.service.d.ts +26 -0
  154. package/lib/types/services/embed-floating-menu-root.d.ts +17 -0
  155. package/lib/types/services/embed-fullscreen.service.d.ts +27 -0
  156. package/lib/types/services/embed-host-container-registry.service.d.ts +26 -0
  157. package/lib/types/services/embed-host-menu-override.service.d.ts +29 -0
  158. package/lib/types/services/embed-host-restore.service.d.ts +34 -0
  159. package/lib/types/services/embed-interaction-boundary.service.d.ts +57 -0
  160. package/lib/types/services/embed-mount.service.d.ts +68 -0
  161. package/lib/types/services/embed-overlay-root.service.d.ts +37 -0
  162. package/lib/types/services/embed-passive-viewport-registry.service.d.ts +24 -0
  163. package/lib/types/services/embed-passive-wheel-handler-registry.service.d.ts +24 -0
  164. package/lib/types/services/embed-product-floating-menu-contributions.d.ts +17 -0
  165. package/lib/types/services/embed-product-menu-mounting.d.ts +33 -0
  166. package/lib/types/services/embed-product-menu-registry.service.d.ts +29 -0
  167. package/lib/types/services/embed-readonly-preview-registry.service.d.ts +23 -0
  168. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +23 -0
  169. package/lib/types/services/embed-render-child-view-contribution.d.ts +76 -0
  170. package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +91 -0
  171. package/lib/types/services/embed-runtime-policy.service.d.ts +43 -0
  172. package/lib/types/services/embed-runtime-scope-dom.d.ts +30 -0
  173. package/lib/types/services/embed-scene-canvas-capture.service.d.ts +39 -0
  174. package/lib/types/services/embed-scene-passive-wheel.d.ts +36 -0
  175. package/lib/types/services/embed-screenshot.service.d.ts +16 -0
  176. package/lib/types/services/embed-ui-contribution-register.d.ts +20 -0
  177. package/lib/types/services/embed-undo-bridge.service.d.ts +29 -0
  178. package/lib/types/services/react-root-disposal.d.ts +21 -0
  179. package/lib/types/types/embed-ui.d.ts +307 -0
  180. package/lib/umd/index.js +1 -0
  181. package/lib/umd/locale/ar-SA.js +1 -0
  182. package/lib/umd/locale/ca-ES.js +1 -0
  183. package/lib/umd/locale/de-DE.js +1 -0
  184. package/lib/umd/locale/en-US.js +1 -0
  185. package/lib/umd/locale/es-ES.js +1 -0
  186. package/lib/umd/locale/fa-IR.js +1 -0
  187. package/lib/umd/locale/fr-FR.js +1 -0
  188. package/lib/umd/locale/id-ID.js +1 -0
  189. package/lib/umd/locale/it-IT.js +1 -0
  190. package/lib/umd/locale/ja-JP.js +1 -0
  191. package/lib/umd/locale/ko-KR.js +1 -0
  192. package/lib/umd/locale/pl-PL.js +1 -0
  193. package/lib/umd/locale/pt-BR.js +1 -0
  194. package/lib/umd/locale/ru-RU.js +1 -0
  195. package/lib/umd/locale/sheets-floating.js +1 -0
  196. package/lib/umd/locale/sk-SK.js +1 -0
  197. package/lib/umd/locale/vi-VN.js +1 -0
  198. package/lib/umd/locale/zh-CN.js +1 -0
  199. package/lib/umd/locale/zh-HK.js +1 -0
  200. package/lib/umd/locale/zh-TW.js +1 -0
  201. package/package.json +110 -0
@@ -0,0 +1 @@
1
+ const _0x3f5fcc=_0x2e56;(function(_0x28b7d6,_0x585e32){const _0x39a1ab=_0x2e56,_0x443e2d=_0x28b7d6();while(!![]){try{const _0x3eb469=parseInt(_0x39a1ab(0x2fc))/0x1+parseInt(_0x39a1ab(0x2df))/0x2+-parseInt(_0x39a1ab(0x64a))/0x3+-parseInt(_0x39a1ab(0x253))/0x4+-parseInt(_0x39a1ab(0x4e3))/0x5*(parseInt(_0x39a1ab(0x3fa))/0x6)+parseInt(_0x39a1ab(0x681))/0x7*(parseInt(_0x39a1ab(0x686))/0x8)+-parseInt(_0x39a1ab(0x266))/0x9*(-parseInt(_0x39a1ab(0x684))/0xa);if(_0x3eb469===_0x585e32)break;else _0x443e2d['push'](_0x443e2d['shift']());}catch(_0x2099c3){_0x443e2d['push'](_0x443e2d['shift']());}}}(_0x3adc,0x458d2));import{BorderStyleTypes as _0x5eb959,BorderType as _0x5cf088,DEFAULT_WORKSHEET_COLUMN_WIDTH as _0x57c424,DEFAULT_WORKSHEET_ROW_HEIGHT as _0x50d35f,DEFAULT_WORKSHEET_ROW_TITLE_WIDTH as _0x46454b,DependentOn as _0xa3ff52,Disposable as _0xa9a756,EDITOR_ACTIVATED as _0x2c68a8,FOCUSING_DOC as _0x13c51a,FOCUSING_SHEET as _0x3e99f6,FOCUSING_SLIDE as _0xb3c8db,FOCUSING_UNIT as _0x3e3552,FORMULA_EDITOR_ACTIVATED as _0x44d2c4,HorizontalAlign as _0x4f4e1c,ICommandService as _0x4c2aa7,IConfigService as _0x5dcf41,IContextService as _0x3fb6b6,IUndoRedoService as _0x3edbd1,IUniverInstanceService as _0x4973db,Inject as _0x359774,Injector as _0xbdc958,LocaleService as _0x12b8de,LookUp as _0x4fb688,Optional as _0x3addc7,Plugin as _0x21f805,PluginService as _0x4d7669,RedoCommand as _0x7d4d42,ThemeService as _0x19f2b9,UndoCommand as _0x1b43cc,UniverInstanceType as _0x52a08f,VerticalAlign as _0xd950ab,WrapStrategy as _0x4a49ad,createDefaultBaseTableSnapshot as _0x52aa9,generateRandomId as _0x477dab,isInternalEditorID as _0x229d11,merge as _0x79071,toDisposable as _0x5b1d76,touchDependencies as _0x529282}from'@univerjs/core';import{CreateEmbedCommand as _0x40370d,DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY as _0x406a2e,DEFAULT_EMBED_FLOAT_LAYOUT_POLICY as _0x2f3a1d,DEFAULT_EMBED_TAB_LAYOUT_POLICY as _0x4d86d8,EmbedFocusOwnerService as _0x31b7e8,EmbedHostAdapterRegistryService as _0x41cd9,EmbedHostAnchorModelService as _0x15cc4a,EmbedModelService as _0xe2ce8c,EmbedReferencedUnitMaterializeService as _0x1f511d,EmbedUnitLeasePolicyService as _0x49680c,PRO_EMBED_SHEETS_FLOATING_COMPONENT_KEY as _0x5e33e7,RemoveEmbedCommand as _0x4529d7,UniverEmbedPlugin as _0x32524a,createProBasesTableListBlockHostAdapterContribution as _0x4371ee,createProDocsCustomBlockHostAdapterContribution as _0xd1bae4,createProSlidesFloatingObjectHostAdapterContribution as _0x9f9550,createProSlidesPageListBlockHostAdapterContribution as _0xfe3259,fromResourceRefUnitType as _0x436cf0,getResourceRefInputUnitSelector as _0x1f2381,parseResourceRef as _0x37d127,toResourceRefUnitType as _0x33fc70}from'@univerjs-pro/embed';import{AlignBottomIcon as _0x46fca3,AlignTopIcon as _0x53f2ee,ArrowLeftIcon as _0x5d4829,ArrowRightIcon as _0x175c19,AutowrapIcon as _0x360f5c,BoldIcon as _0x529ae2,BrushIcon as _0x1ac957,CancelMergeIcon as _0x21330d,CheckMarkIcon as _0x375a93,DeleteIcon as _0x4db22a,FilterIcon as _0x3605cd,FontColorDoubleIcon as _0xb5068c,FullscreenIcon as _0x3dfb62,GripHorizontalIcon as _0x3b56df,HorizontalMergeIcon as _0xc3d3bf,HorizontallyIcon as _0x5a5090,IncreaseIcon as _0x32beed,LeftJustifyingIcon as _0xd00420,MergeAllIcon as _0x1fe148,MoreDownIcon as _0x42c996,NoBorderIcon as _0xd3720d,NoColorDoubleIcon as _0xb6f9ce,NumberIcon as _0xfdb509,OverflowIcon as _0x594a5f,PaintBucketDoubleIcon as _0x25276b,PenIcon as _0x442bb6,RightJustifyingIcon as _0xa4bc3b,TruncationIcon as _0x1e45fe,VerticalCenterIcon as _0x6eb368,VerticalIntegrationIcon as _0x16c2c7}from'@univerjs/icons';import{BuiltInUIPart as _0x1038e2,CanvasFloatDomPreviewService as _0x2855a4,CanvasPopup as _0x5a6df2,CanvasPopupService as _0x37a885,ComponentManager as _0x496f0d,ContextMenu as _0x40aba8,ContextMenuService as _0x52b878,DesktopRibbonService as _0x4084fb,DesktopSidebarService as _0x498bc6,FONT_SIZE_LIST as _0x377e00,FontFamilyItem as _0x176327,ICanvasPopupService as _0x4b8e27,IContextMenuService as _0x4834e9,ILayoutService as _0x880687,IMenuManagerService as _0x14bf5f,IRibbonOverrideService as _0x7f38ac,IRibbonService as _0x31daae,ISidebarService as _0x5476d7,IUIPartsService as _0x5f1097,IUIRuntimeScopeService as _0x2fec94,IconManager as _0x47a81e,MenuManagerPosition as _0x136cbb,MenuManagerService as _0xb704a7,Ribbon as _0x16068c,RibbonDataGroup as _0x3945d7,RibbonFormulasGroup as _0x1e75e2,RibbonInsertGroup as _0x51f74c,RibbonOthersGroup as _0x3a52bf,RibbonPosition as _0x4b7d33,RibbonStartGroup as _0x421019,RibbonViewGroup as _0x3d47be,Sidebar as _0x268887,ToolbarButton as _0x4b9e60,connectInjector as _0x38cf09,useConfigValue as _0x144b65,useDependency as _0x192f09,useObservable as _0x49fc7f}from'@univerjs/ui';import{createElement as _0x546c84,forwardRef as _0x18f3fd,useCallback as _0x48ab90,useEffect as _0x56360b,useLayoutEffect as _0x12a2a1,useMemo as _0x37f599,useRef as _0x13ae41,useState as _0x2ce260,useSyncExternalStore as _0x3cc6c2}from'react';import{BehaviorSubject as _0x12f191,EMPTY as _0x458382,Observable as _0x3cd883,Subject as _0x43adb8,Subscription as _0x3fa71a,filter as _0x4084f9,map as _0xc48fa5,merge as _0x1e6243,of as _0x1e79ed}from'rxjs';import{Fragment as _0x3777b7,jsx as _0x23b3a2,jsxs as _0x3a8a6b}from'react/jsx-runtime';import{Button as _0x2fbc76,ColorPicker as _0x42d980,ConfigProvider as _0x137cc3,Dropdown as _0x348d13,DropdownMenu as _0x495bba,Tooltip as _0xc784c9,clsx as _0x4a3bee,render as _0x1e07a4,unmount as _0x48d55c}from'@univerjs/design';import{ActivateBaseTableOperation as _0x4aaae9,ActivateBaseViewOperation as _0x2f211a,AddViewMenu as _0xaf6cfc,BASES_UI_PLUGIN_CONFIG_KEY as _0x4f2109,BASE_LEFT_PANEL_DEFAULT_WIDTH as _0x5e1030,BaseDeleteConfirmDialog as _0x4d1771,BaseDuplicateTableDialog as _0x327e83,BaseEditorService as _0x108198,BaseTableSidebarFrame as _0x23bb96,BaseToolbar as _0x3d9a23,BaseUIPopupService as _0x1ba0cd,BaseUIStateService as _0xbfbdf7,BaseViewIcon as _0x4d4554,BaseViewWheelScrollService as _0x4a2e6c,CloseBaseActiveEditorOperation as _0x10dd0e,CloseBaseContextMenuOperation as _0x552566,CloseBasePanelOperation as _0x21b1a1,CloseBaseRecordDetailPanelOperation as _0x1f3d32,GRID_ADD_FIELD_COLUMN_WIDTH as _0x3f0365,GRID_ADD_RECORD_ROW_HEIGHT as _0x453a61,GRID_DEFAULT_COLUMN_WIDTH as _0x104b87,GRID_HEADER_HEIGHT as _0x1fa8ab,GRID_ROW_HEADER_WIDTH as _0x45f192,GRID_SUMMARY_HEIGHT as _0x5a17c3,IBaseCanvasRootResolverService as _0x292d48,IBaseEditorService as _0x56ae71,IBaseEmbedFloatingActiveService as _0x3ce55e,IBaseEmbedFloatingGeometryService as _0x32ce30,IBaseEmbedRuntimeFocusCoordinator as _0x30d19e,IBaseEmbedRuntimeService as _0x4d99f3,IBaseGlobalPortalService as _0x129a39,IBaseHostChromeOverrideService as _0x23292a,IBaseUIPopupService as _0x3c4c82,IBaseUIStateService as _0xab0caa,IBaseViewWheelScrollService as _0x329883,OpenBaseActiveEditorOperation as _0x1ec5b7,OpenBaseContextMenuOperation as _0x58249f,OpenBasePanelOperation as _0x334b7a,OpenBaseRecordDetailPanelOperation as _0x98c3d5,RenderBaseWorkbench as _0x1a564d,SetBaseScrollOperation as _0x1d2db5,SetBaseZoomOperation as _0x497c68,StartBaseEditingCellOperation as _0x3403b5,StopBaseEditingCellOperation as _0x45e00b,UniverBasesUIPlugin as _0x3209ad,ViewTabs as _0x31b108,createBaseViewMenuItems as _0x46eccb,createDefaultViewName as _0x379114,createScopedBaseCanvasRootResolverService as _0xafe377,createScopedBaseGlobalPortalService as _0x456116,defaultPluginConfig as _0xa5fd8e,getBaseCanvasRoot as _0x321c8b,getBaseFloatingPanelPortalContainer as _0x20f990,getBaseFloatingPosition as _0x4665e0,resolveGridRowHeight as _0x181493}from'@univerjs-pro/bases-ui';import{EditorUIFloatingContainer as _0x27a4b3,ISlideDrawingStateService as _0x299f23,ISlideEmbedActivationService as _0x3cdfdf,ISlideEmbedFloatDomRenderer as _0x54c501,ISlideEmbedFloatingActiveService as _0x5ccb9c,ISlideEmbedFocusOwnerService as _0x2c12bf,ISlideEmbedMountService as _0x25c733,ISlideEmbedRuntimeFocusCoordinator as _0x3f11a5,ISlideEmbedRuntimeService as _0x48c9ac,SLIDE_PAGE_RECT_KEY as _0x1f52eb,ShapeTextEditorContainer as _0xbb98b1,SlideCanvasView as _0x5e7f8a,SlideEmbedChildWorkbench as _0x4bcd31,UniverSlidesUIPlugin as _0x33c6ea,attachSlideRenderToCanvasHost as _0xd80353,resolveSlideLogicalPageSize as _0x23b208}from'@univerjs-pro/slides-ui';import{DOCS_UI_PLUGIN_CONFIG_KEY as _0x2ea0cf,DocFloatMenuService as _0x45c303,DocPageLayoutService as _0x290054,DocRenderController as _0x1db318,DocSelectionRenderService as _0x4a54a9,EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY as _0x4c0abf,IDocEmbedInteractionBoundaryService as _0x27fe63,IDocEmbedRuntimeFocusCoordinator as _0x1d35a3,SetDocZoomRatioOperation as _0x236ac4,UniverDocsUIPlugin as _0x3f68e3,VIEWPORT_KEY as _0x90ae2c,collectDocsTableLikeEmbedChildUnitIds as _0x192085,createDefaultDocsTableLikeCustomBlockBleedViewport as _0x48499b,createDocsCustomBlockSizeRefreshScheduler as _0x454d3f,resolveDocsCustomBlockRenderViewport as _0x7ac0d8,resolveDocsCustomBlockSize as _0x11aaaf,resolveDocsTableLikeCustomBlockBleedViewport as _0x2b370c,resolveDocsTableLikeCustomBlockContentHeight as _0x9fc3e,resolveDocsTableLikeCustomBlockContentWidth as _0x3ee6ab,scrollDocsTableLikeCustomBlockLive as _0x20d4fe,shouldRefreshDocsCustomBlockSizeForCommand as _0x467595}from'@univerjs/docs-ui';import{UniverSheetsFormulaUIPlugin as _0x29cd6e}from'@univerjs/sheets-formula-ui';import{AutoFillPopupMenu as _0x17eb2a,BORDER_LINE_CHILDREN as _0x44a5b4,BORDER_SIZE_CHILDREN as _0xeafa5b,BorderLine as _0x545753,CellPopupManagerService as _0x2ee37e,EditorContainer as _0x5491e4,FormulaBar as _0xbaae9d,ISheetEmbedFloatingGeometryService as _0x2b6571,ISheetEmbedInteractionBoundaryService as _0x4d7cf2,ISheetEmbedRuntimeFocusCoordinator as _0x171b17,ISheetEmbedRuntimeService as _0x5522dc,ISheetHostChromeOverrideService as _0x38374d,ResetRangeTextColorCommand as _0x4ca3e7,SHEETS_UI_PLUGIN_CONFIG_KEY as _0x6acb96,SHEET_FOOTER_BAR_HEIGHT as _0x50039f,SetCellEditVisibleOperation as _0x473e68,SetOnceFormatPainterCommand as _0xcca4ca,SetRangeBoldCommand as _0x4b3815,SetRangeFontFamilyCommand as _0x4d97b9,SetRangeFontSizeCommand as _0x34dc0a,SetRangeTextColorCommand as _0xcb8e4,SheetBar as _0x2ae047,SheetsUIMenuSchema as _0x35f0b4,UniverSheetsUIPlugin as _0x1e901e}from'@univerjs/sheets-ui';import{DocsTablePassiveWheelService as _0x401a50}from'@univerjs-pro/docs-table-ui';import{DeviceInputEventType as _0x2978ed,IRenderManagerService as _0x1b124b,SHEET_VIEWPORT_KEY as _0x16ffb4,setDocsCustomBlockRenderViewportProvider as _0x51c756}from'@univerjs/engine-render';import{CreateBaseTableCommand as _0xcaaf82,CreateBaseViewCommand as _0x4b1448,DeleteBaseTableCommand as _0x9b18e9,DeleteBaseViewCommand as _0x2fc8b6,IBaseViewRegistryService as _0x870ebd,MoveBaseViewCommand as _0x42417c,RenameBaseTableCommand as _0x236540,RenameBaseViewCommand as _0x4f24c3,copyBaseTableSnapshot as _0x37c71c}from'@univerjs-pro/bases';import{createPortal as _0x2b1609}from'react-dom';import{UniverSheetsChartUIPlugin as _0x373110}from'@univerjs-pro/sheets-chart-ui';import{menuSchema as _0x3c9d8c}from'@univerjs-pro/sheets-chart-ui/menu/schema.ts';import{UniverSheetsOutlineUIPlugin as _0x5dd5a5}from'@univerjs-pro/sheets-outline-ui';import{menuSchema as _0x43cf9d}from'@univerjs-pro/sheets-outline-ui/menu/schema.ts';import{UniverSheetsPivotTableUIPlugin as _0x34332b}from'@univerjs-pro/sheets-pivot-ui';import{menuSchema as _0x11fadc}from'@univerjs-pro/sheets-pivot-ui/menu/schema.ts';import{UniverSheetsPrintPlugin as _0x281890}from'@univerjs-pro/sheets-print';import{menuSchema as _0x48cbc3}from'@univerjs-pro/sheets-print/menu/schema.ts';import{UniverSheetsShapeUIPlugin as _0x5726b1}from'@univerjs-pro/sheets-shape-ui';import{menuSchema as _0x1e8948}from'@univerjs-pro/sheets-shape-ui/menu/schema.ts';import{UniverSheetSparklineUIPlugin as _0x3676d5}from'@univerjs-pro/sheets-sparkline-ui';import{menuSchema as _0x260457}from'@univerjs-pro/sheets-sparkline-ui/menu/schema.ts';import{UniverSheetsConditionalFormattingUIPlugin as _0x2d5274}from'@univerjs/sheets-conditional-formatting-ui';import{menuSchema as _0x266e38}from'@univerjs/sheets-conditional-formatting-ui/menu/schema.ts';import{UniverSheetsDataValidationUIPlugin as _0x21c62e}from'@univerjs/sheets-data-validation-ui';import{menuSchema as _0xd30414}from'@univerjs/sheets-data-validation-ui/menu/schema.ts';import{UniverSheetsDrawingUIPlugin as _0x3b0876}from'@univerjs/sheets-drawing-ui';import{menuSchema as _0x172483}from'@univerjs/sheets-drawing-ui/menu/schema.ts';import{UniverSheetsFilterUIPlugin as _0x47a1ad}from'@univerjs/sheets-filter-ui';import{menuSchema as _0x4ee247}from'@univerjs/sheets-filter-ui/menu/schema.ts';import{UniverSheetsHyperLinkUIPlugin as _0x45592a}from'@univerjs/sheets-hyper-link-ui';import{menuSchema as _0x5eb2ae}from'@univerjs/sheets-hyper-link-ui/menu/schema.ts';import{UniverSheetsNoteUIPlugin as _0x3f5afc}from'@univerjs/sheets-note-ui';import{menuSchema as _0x1cbbe9}from'@univerjs/sheets-note-ui/menu/schema.ts';import{UniverSheetsNumfmtUIPlugin as _0x21e002}from'@univerjs/sheets-numfmt-ui';import{menuSchema as _0x305d8b}from'@univerjs/sheets-numfmt-ui/menu/schema.ts';import{UniverSheetsSortUIPlugin as _0x2cce19}from'@univerjs/sheets-sort-ui';import{menuSchema as _0x2aa7c6}from'@univerjs/sheets-sort-ui/menu/schema.ts';import{UniverSheetsTableUIPlugin as _0x40bf72}from'@univerjs/sheets-table-ui';import{menuSchema as _0x4d9c9c}from'@univerjs/sheets-table-ui/menu/schema.ts';import{UniverSheetsThreadCommentUIPlugin as _0x5ec34b}from'@univerjs/sheets-thread-comment-ui';import{menuSchema as _0x481862}from'@univerjs/sheets-thread-comment-ui/menu/schema.ts';import{UniverThreadCommentUIPlugin as _0x126731}from'@univerjs/thread-comment-ui';import{AddWorksheetMergeAllCommand as _0x33541d,AddWorksheetMergeCommand as _0x5dc75f,AddWorksheetMergeHorizontalCommand as _0xaf572f,AddWorksheetMergeVerticalCommand as _0x470499,RemoveWorksheetMergeCommand as _0x3111a9,ResetBackgroundColorCommand as _0x2f6ccd,SetBackgroundColorCommand as _0x561253,SetBorderBasicCommand as _0x2e5d0a,SetHorizontalTextAlignCommand as _0x5c9200,SetTextWrapCommand as _0x1bb05c,SetVerticalTextAlignCommand as _0xd5b687,SheetsSelectionsService as _0x38418e}from'@univerjs/sheets';import{ISlideDrawingService as _0x596ec5}from'@univerjs-pro/slides';function ba(_0x9d6893,_0x374232){const _0x55861c=_0x2e56;var _0x4f5277;return(_0x9d6893==null?void 0x0:_0x9d6893[_0x55861c(0x484)])===_0x52a08f[_0x55861c(0x31d)]&&_0x9d6893['childType']===_0x52a08f[_0x55861c(0x31d)]&&!!((_0x4f5277=_0x9d6893[_0x55861c(0x1d1)])!=null&&_0x4f5277[_0x55861c(0x5ec)])&&_0x374232!=='stage2';}function xa(_0x5c5241,_0x5462aa){const _0x356bdf=_0x2e56;return ba(_0x5c5241,_0x5462aa)?'deferred':_0x356bdf(0x5f3);}function Sa(_0x1c9bde){const _0x6efce6=_0x2e56;var _0x492099;return _0x1c9bde[_0x6efce6(0x383)]||((_0x492099=_0x1c9bde[_0x6efce6(0x51e)])==null?void 0x0:_0x492099[_0x6efce6(0x332)])===_0x1c9bde[_0x6efce6(0x332)]&&_0x1c9bde[_0x6efce6(0x51e)]['stage']===_0x6efce6(0x628)||!_0x1c9bde['usesDomFloatingStage']&&_0x1c9bde[_0x6efce6(0x1de)]?'stage2':_0x6efce6(0x1df);}function Ca(_0x1edaa9){const _0x118ed6=_0x2e56;let {stage:_0x3b6c47,interactionFlow:_0x1cdafe}=_0x1edaa9,_0x5bf5f9=_0x1cdafe===_0x118ed6(0x3e0),_0x4dedb8=_0x3b6c47==='stage1'&&!_0x5bf5f9,_0x21e454=_0x3b6c47===_0x118ed6(0x628)||_0x5bf5f9;return{'allowHostBodyDrag':_0x4dedb8,'allowHostDragHandle':_0x4dedb8,'disableLiveHostPointerEvents':!_0x5bf5f9&&(_0x3b6c47===_0x118ed6(0x1df)||_0x3b6c47===_0x118ed6(0x577)),'passThroughInteractionGate':_0x21e454,'runtimeOwnsInteraction':_0x21e454,'showHostDragHandle':_0x4dedb8};}const wa=_0x3f5fcc(0x55a),Ta='data-embed-canvas-root',Ea='data-embed-overlay-root',Da=_0x3f5fcc(0x65f);function G(_0xbde39d,_0x1a6118){const _0x286364=_0x3f5fcc;var _0x4b5850;return _0xbde39d['matches']('['+_0x1a6118+']')?_0xbde39d:(_0x4b5850=_0xbde39d[_0x286364(0x2e2)]('['+_0x1a6118+']'))==null?void 0x0:_0x4b5850;}function Oa(_0x44dc91){const _0x484e52=_0x3f5fcc;let _0xd42490=[];return ka(_0x44dc91,wa,_0x484e52(0x335),_0xd42490),ka(_0x44dc91,Ta,_0x484e52(0x4f7),_0xd42490),ka(_0x44dc91,Ea,_0x484e52(0x19f),_0xd42490),ka(_0x44dc91,Da,'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0xd42490),_0x5b1d76(()=>{const _0x3fc3cc=_0x484e52;_0xd42490[_0x3fc3cc(0x3e7)](_0x2b41b1=>_0x2b41b1['remove']());});}function ka(_0xdc5afd,_0x18fdee,_0x4b37f4,_0x2667ef){const _0x233a56=_0x3f5fcc;let _0x15b717=G(_0xdc5afd,_0x18fdee);if(_0x15b717)return _0x15b717;let _0x5aa6f2=document['createElement'](_0x233a56(0x50c));return _0x5aa6f2['setAttribute'](_0x18fdee,_0x233a56(0x228)),_0x5aa6f2[_0x233a56(0x654)]('data-embed-runtime-slot-owner',_0x233a56(0x376)),_0x5aa6f2[_0x233a56(0x41b)]=_0x233a56(0x32b)+_0x4b37f4,_0xdc5afd['appendChild'](_0x5aa6f2),_0x2667ef[_0x233a56(0x4a8)](_0x5aa6f2),_0x5aa6f2;}let Aa=function(_0xcf83f5){const _0x41b608=_0x3f5fcc;return _0xcf83f5[_0x41b608(0x361)]='ribbon',_0xcf83f5[_0x41b608(0x1b5)]='title-only',_0xcf83f5[_0x41b608(0x2c9)]=_0x41b608(0x5e1),_0xcf83f5;}({});function ja(_0x26d20a){'@babel/helpers - typeof';const _0x2ed04d=_0x3f5fcc;return ja=typeof Symbol==_0x2ed04d(0x1b2)&&typeof Symbol[_0x2ed04d(0x3cc)]==_0x2ed04d(0x5fa)?function(_0x595ca2){return typeof _0x595ca2;}:function(_0x58a045){const _0x137663=_0x2ed04d;return _0x58a045&&typeof Symbol==_0x137663(0x1b2)&&_0x58a045[_0x137663(0x3dc)]===Symbol&&_0x58a045!==Symbol[_0x137663(0x30c)]?_0x137663(0x5fa):typeof _0x58a045;},ja(_0x26d20a);}function Ma(_0x243153,_0x2b0752){const _0x12bb74=_0x3f5fcc;if(ja(_0x243153)!=_0x12bb74(0x47f)||!_0x243153)return _0x243153;var _0x201819=_0x243153[Symbol[_0x12bb74(0x1ab)]];if(_0x201819!==void 0x0){var _0x5e171a=_0x201819[_0x12bb74(0x3c8)](_0x243153,_0x2b0752||_0x12bb74(0x428));if(ja(_0x5e171a)!=_0x12bb74(0x47f))return _0x5e171a;throw TypeError(_0x12bb74(0x235));}return(_0x2b0752==='string'?String:Number)(_0x243153);}function Na(_0x1782a3){const _0x397183=_0x3f5fcc;var _0x1a0906=Ma(_0x1782a3,_0x397183(0x5a4));return ja(_0x1a0906)==_0x397183(0x5fa)?_0x1a0906:_0x1a0906+'';}function K(_0x4f5255,_0x597081,_0x2f9bb2){const _0x2e44a2=_0x3f5fcc;return(_0x597081=Na(_0x597081))in _0x4f5255?Object[_0x2e44a2(0x243)](_0x4f5255,_0x597081,{'value':_0x2f9bb2,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4f5255[_0x597081]=_0x2f9bb2,_0x4f5255;}var Pa=class{constructor(){K(this,'_contributions',new Map());}['register'](_0xa50c9c){const _0x434224=_0x3f5fcc;return this[_0x434224(0x585)][_0x434224(0x360)](_0xa50c9c[_0x434224(0x5ca)],_0xa50c9c),_0x5b1d76(()=>{const _0x34bea9=_0x434224;this[_0x34bea9(0x585)][_0x34bea9(0x613)](_0xa50c9c['childType'])===_0xa50c9c&&this['_contributions'][_0x34bea9(0x627)](_0xa50c9c['childType']);});}[_0x3f5fcc(0x613)](_0x344c0a){const _0x3cddcf=_0x3f5fcc;return this[_0x3cddcf(0x585)][_0x3cddcf(0x613)](_0x344c0a);}[_0x3f5fcc(0x440)](){const _0x3fb5dc=_0x3f5fcc;return[...this[_0x3fb5dc(0x585)][_0x3fb5dc(0x5fb)]()];}},q=class{constructor(){const _0x5cf3e8=_0x3f5fcc;K(this,_0x5cf3e8(0x3de),new _0x12f191(null)),K(this,'active$',this[_0x5cf3e8(0x3de)][_0x5cf3e8(0x323)]());}[_0x3f5fcc(0x5bc)](){const _0x5d9b4e=_0x3f5fcc;return this['_active$'][_0x5d9b4e(0x46a)]();}['getStage'](_0x2f17dc){const _0x4b5c3a=_0x3f5fcc;var _0x56bc97;let _0x545e23=this[_0x4b5c3a(0x5bc)]();return(_0x545e23==null?void 0x0:_0x545e23[_0x4b5c3a(0x332)])===_0x2f17dc?(_0x56bc97=_0x545e23[_0x4b5c3a(0x475)])==null?'stage1':_0x56bc97:_0x4b5c3a(0x1df);}[_0x3f5fcc(0x1db)](_0x6fd134,_0x2e39e9){const _0x487a47=_0x3f5fcc;var _0x2e3938,_0x3ccd41,_0x1e78da;let _0x5ef0e8=this[_0x487a47(0x5bc)](),_0x5cffbb=(_0x5ef0e8==null?void 0x0:_0x5ef0e8['hostUnitId'])===_0x6fd134[_0x487a47(0x489)]&&_0x5ef0e8[_0x487a47(0x332)]===_0x6fd134[_0x487a47(0x332)]&&_0x5ef0e8[_0x487a47(0x4e8)]===_0x6fd134[_0x487a47(0x4e8)],_0x2da50a={..._0x6fd134,'stage':(_0x2e3938=_0x2e39e9==null?_0x6fd134[_0x487a47(0x475)]:_0x2e39e9)==null?_0x5cffbb?(_0x3ccd41=_0x5ef0e8[_0x487a47(0x475)])==null?_0x487a47(0x577):_0x3ccd41:'stage1':_0x2e3938};(_0x5ef0e8==null?void 0x0:_0x5ef0e8[_0x487a47(0x489)])===_0x2da50a['hostUnitId']&&_0x5ef0e8['embedId']===_0x2da50a[_0x487a47(0x332)]&&_0x5ef0e8['childUnitId']===_0x2da50a[_0x487a47(0x4e8)]&&((_0x1e78da=_0x5ef0e8[_0x487a47(0x475)])==null?_0x487a47(0x577):_0x1e78da)===_0x2da50a[_0x487a47(0x475)]||this[_0x487a47(0x3de)]['next'](_0x2da50a);}['setStage'](_0x44dfdf,_0x566d46){const _0x14c09f=_0x3f5fcc;var _0x4688a8;let _0xa375a7=this[_0x14c09f(0x5bc)]();!_0xa375a7||_0xa375a7['embedId']!==_0x44dfdf||((_0x4688a8=_0xa375a7['stage'])==null?'stage1':_0x4688a8)!==_0x566d46&&this[_0x14c09f(0x3de)][_0x14c09f(0x303)]({..._0xa375a7,'stage':_0x566d46});}['promote'](_0x213d07){const _0xbda037=_0x3f5fcc;this[_0xbda037(0x53e)](_0x213d07)===_0xbda037(0x577)&&this[_0xbda037(0x624)](_0x213d07,_0xbda037(0x628));}[_0x3f5fcc(0x225)](_0x490422){const _0xf9b8a7=_0x3f5fcc;let _0x2b3347=this[_0xf9b8a7(0x5bc)]();_0x2b3347&&(!_0x490422||_0x2b3347[_0xf9b8a7(0x332)]===_0x490422)&&this[_0xf9b8a7(0x3de)][_0xf9b8a7(0x303)](null);}},Fa=class{constructor(){const _0x523349=_0x3f5fcc;K(this,_0x523349(0x223),new _0x12f191(null)),K(this,_0x523349(0x59a),this[_0x523349(0x223)][_0x523349(0x323)]());}[_0x3f5fcc(0x1fd)](){const _0x9f3a7b=_0x3f5fcc;return this['_override$'][_0x9f3a7b(0x46a)]();}['activate'](_0x1c3258,_0x4c39f0,_0x5e0b47={}){const _0x217296=_0x3f5fcc;var _0xf51ae4,_0x273ab2,_0x35d6a1;if(!_0x1c3258[_0x217296(0x4e8)]||_0x1c3258[_0x217296(0x5ca)]==null)throw Error('EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED');let _0x5854ed=((_0xf51ae4=_0x1c3258[_0x217296(0x1d1)])==null?void 0x0:_0xf51ae4[_0x217296(0x281)])||void 0x0;if(_0x4c39f0===_0x217296(0x509)&&(!_0x5854ed||_0x5854ed[_0x217296(0x1ee)]!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x4c39f0!=='tab-active')throw Error(_0x217296(0x5e2));if(((_0x273ab2=(_0x35d6a1=_0x5e0b47[_0x217296(0x29a)])==null?void 0x0:_0x35d6a1['ribbon'])==null?_0x4d86d8['ribbon']:_0x273ab2)!==_0x217296(0x68e)&&_0x5e0b47[_0x217296(0x4ac)]!==!0x0)return this['clear'](_0x1c3258[_0x217296(0x332)]),null;let _0x205933={'hostUnitId':_0x1c3258['hostUnitId'],'embedId':_0x1c3258[_0x217296(0x332)],'childUnitId':_0x1c3258[_0x217296(0x4e8)],'childType':_0x1c3258[_0x217296(0x5ca)],'entry':_0x1c3258[_0x217296(0x4f3)],'reason':_0x4c39f0,'portalContainer':_0x5e0b47['portalContainer'],'hideHostFxBar':_0x5854ed==null?void 0x0:_0x5854ed[_0x217296(0x55d)],'lockHostRibbon':_0x5854ed==null?void 0x0:_0x5854ed[_0x217296(0x3a4)]},_0x424487=this[_0x217296(0x1fd)]();return Ia(_0x424487,_0x205933)?_0x424487:(this[_0x217296(0x223)][_0x217296(0x303)](_0x205933),_0x205933);}[_0x3f5fcc(0x225)](_0x1884af){const _0x27898a=_0x3f5fcc;let _0x2f3530=this[_0x27898a(0x1fd)]();_0x2f3530&&(!_0x1884af||_0x2f3530['embedId']===_0x1884af)&&this['_override$'][_0x27898a(0x303)](null);}};function Ia(_0x26f5fe,_0x2c1965){const _0x208449=_0x3f5fcc;return _0x26f5fe!=null&&_0x26f5fe['hostUnitId']===_0x2c1965['hostUnitId']&&_0x26f5fe[_0x208449(0x332)]===_0x2c1965['embedId']&&_0x26f5fe[_0x208449(0x4e8)]===_0x2c1965['childUnitId']&&_0x26f5fe[_0x208449(0x5ca)]===_0x2c1965[_0x208449(0x5ca)]&&_0x26f5fe['entry']===_0x2c1965[_0x208449(0x4f3)]&&_0x26f5fe[_0x208449(0x2cf)]===_0x2c1965[_0x208449(0x2cf)]&&_0x26f5fe['portalContainer']===_0x2c1965['portalContainer']&&_0x26f5fe['hideHostFxBar']===_0x2c1965[_0x208449(0x55d)]&&_0x26f5fe['lockHostRibbon']===_0x2c1965[_0x208449(0x3a4)];}const La=[0x0,0x10,0x64,0x12c,0x3e8];async function Ra(_0x1cf5da,_0x4ca0e7){const _0x4b6706=_0x3f5fcc;var _0x296364,_0x4e32c9,_0x13d7ce;let {instanceService:_0x3e50de,childUnitId:_0x55d90c,childType:_0x2de1ee,restoreUnitId:_0x11aa9e,shouldRestore:_0x360dcc,settleDelayMs:_0x5c0bd2=0x10,deferredRestoreDelaysMs:_0x476d80=_0x11aa9e?La:[]}=_0x1cf5da,_0x2a9342=_0x3e50de[_0x4b6706(0x1f0)](_0x2de1ee),_0x331c22=(_0x296364=(_0x4e32c9=_0x3e50de[_0x4b6706(0x507)]())==null?void 0x0:_0x4e32c9[_0x4b6706(0x4b3)]())==null?null:_0x296364,_0x3d7868=(_0x13d7ce=_0x331c22==null?_0x11aa9e:_0x331c22)==null?null:_0x13d7ce;_0x3e50de[_0x4b6706(0x27e)](_0x55d90c),_0x3e50de[_0x4b6706(0x2ee)](_0x55d90c);let _0x498b1b=()=>{const _0x40ce85=_0x4b6706;_0x360dcc&&!_0x360dcc()||(_0x2a9342&&_0x2a9342[_0x40ce85(0x4b3)]()!==_0x55d90c&&_0x3e50de['setCurrentUnitForType'](_0x2a9342[_0x40ce85(0x4b3)]()),_0x11aa9e&&_0x3e50de[_0x40ce85(0x27e)](_0x11aa9e),_0x3e50de[_0x40ce85(0x2ee)](_0x3d7868));};try{let _0x59389c=await _0x4ca0e7();return _0x5c0bd2>0x0&&await za(_0x5c0bd2),_0x59389c;}finally{_0x498b1b(),Ba(_0x498b1b,_0x476d80);}}function za(_0x15b276){return new Promise(_0x40bbd1=>setTimeout(_0x40bbd1,_0x15b276));}function Ba(_0x3d7694,_0x44e6aa){_0x44e6aa['forEach'](_0x158526=>{const _0x437a06=_0x2e56;globalThis[_0x437a06(0x2bb)](_0x3d7694,_0x158526);});}const J=_0x3f5fcc(0x602);function Va(_0x10d1f5){const _0x19d2ae=_0x3f5fcc;var _0x1eb036,_0x3bd98e;return(_0x1eb036=_0x10d1f5==null||(_0x3bd98e=_0x10d1f5['closest'](_0x19d2ae(0x1aa)))==null?void 0x0:_0x3bd98e[_0x19d2ae(0x506)](_0x19d2ae(0x602)))==null?void 0x0:_0x1eb036;}function Ha(_0x7b4611,_0xe495a4){if(!_0x7b4611||!(_0xe495a4 instanceof HTMLElement))return!0x1;let _0x589140=Va(_0x7b4611);return _0x589140?Va(_0xe495a4)===_0x589140:!0x1;}var Ua=class{constructor(){const _0x470587=_0x3f5fcc;K(this,_0x470587(0x356),new Map()),K(this,_0x470587(0x605),new WeakMap()),K(this,'_activePortalOwners',new WeakMap()),K(this,_0x470587(0x5db),void 0x0);}[_0x3f5fcc(0x23a)](_0x533924,_0x3b4e2a){const _0x27f4be=_0x3f5fcc;let _0x1e0288=this['_roots'][_0x27f4be(0x613)](_0x533924);_0x1e0288||(_0x1e0288=new Set(),this[_0x27f4be(0x356)][_0x27f4be(0x360)](_0x533924,_0x1e0288)),_0x1e0288[_0x27f4be(0x3d8)](_0x3b4e2a);let _0x27372b=_0x3b4e2a[_0x27f4be(0x506)](J);_0x3b4e2a[_0x27f4be(0x654)](J,_0x533924);let _0x5c9a4c=this['_registerRootPopupDescendantFocusRoles'](_0x533924,_0x3b4e2a),_0x794b4e=()=>this[_0x27f4be(0x689)](_0x533924,_0x3b4e2a['ownerDocument']);return _0x3b4e2a[_0x27f4be(0x4a0)]('pointerdown',_0x794b4e,!0x0),_0x3b4e2a['addEventListener']('mousedown',_0x794b4e,!0x0),_0x3b4e2a['addEventListener'](_0x27f4be(0x66e),_0x794b4e,!0x0),_0x5b1d76(()=>{const _0x1ca445=_0x27f4be;var _0x5cc77f;_0x5c9a4c[_0x1ca445(0x5a6)](),_0x3b4e2a[_0x1ca445(0x261)](_0x1ca445(0x430),_0x794b4e,!0x0),_0x3b4e2a[_0x1ca445(0x261)]('mousedown',_0x794b4e,!0x0),_0x3b4e2a[_0x1ca445(0x261)](_0x1ca445(0x66e),_0x794b4e,!0x0),((_0x5cc77f=this['_pendingPortalOwner'])==null?void 0x0:_0x5cc77f['embedId'])===_0x533924&&this[_0x1ca445(0x5db)][_0x1ca445(0x560)]===_0x3b4e2a[_0x1ca445(0x53b)]&&(this[_0x1ca445(0x5db)]=void 0x0),_0x1e0288==null||_0x1e0288['delete'](_0x3b4e2a),_0x1e0288&&_0x1e0288[_0x1ca445(0x579)]===0x0&&this[_0x1ca445(0x356)][_0x1ca445(0x627)](_0x533924),_0x27372b==null?_0x3b4e2a[_0x1ca445(0x1ca)](J):_0x3b4e2a['setAttribute'](J,_0x27372b);});}[_0x3f5fcc(0x216)](_0x1770c9,_0x2c6666){const _0xdcf869=_0x3f5fcc;let _0x3e8508=_0x2c6666[_0xdcf869(0x53b)]['defaultView'],_0x5bc6e8=new Map(),_0x469ead=new Map(),_0x3e4207,_0x1870dc=!0x1,_0xff0c79=_0x4db3a0=>{const _0x48e65e=_0xdcf869;_0x5bc6e8['has'](_0x4db3a0)||_0x5bc6e8[_0x48e65e(0x360)](_0x4db3a0,_0x4db3a0[_0x48e65e(0x506)](J)),_0x469ead[_0x48e65e(0x4ec)](_0x4db3a0)||_0x469ead[_0x48e65e(0x360)](_0x4db3a0,_0x4db3a0[_0x48e65e(0x506)](Y));},_0x4fa60c=_0x4d0ec2=>{const _0x1bc8ba=_0xdcf869;_0xff0c79(_0x4d0ec2),_0x4d0ec2[_0x1bc8ba(0x654)](J,_0x1770c9),_0x4d0ec2[_0x1bc8ba(0x654)](Y,_0x1bc8ba(0x311));},_0x484376=_0x445688=>{const _0x18f1c8=_0xdcf869;this[_0x18f1c8(0x2f2)](_0x445688)&&(_0x4fa60c(_0x445688),_0x445688[_0x18f1c8(0x426)]('*')[_0x18f1c8(0x3e7)](_0x4fa60c));},_0x3a39d9=_0x5a1fed=>{const _0x59264c=_0xdcf869;_0x1870dc||(_0x484376(_0x5a1fed),_0x5a1fed[_0x59264c(0x426)]('*')[_0x59264c(0x3e7)](_0x46e2e8=>_0x484376(_0x46e2e8)));};return _0x3a39d9(_0x2c6666),_0x3e8508!=null&&_0x3e8508[_0xdcf869(0x189)]&&(_0x3e4207=new _0x3e8508[(_0xdcf869(0x189))](_0x15d4c7=>{const _0x2757b7=_0xdcf869;_0x15d4c7[_0x2757b7(0x3e7)](_0x4c45ae=>{const _0x4433d1=_0x2757b7;_0x4c45ae[_0x4433d1(0x294)]['forEach'](_0xc41175=>{const _0x208caa=_0x4433d1;_0xc41175 instanceof _0x3e8508[_0x208caa(0x368)]&&_0x3a39d9(_0xc41175);});});}),_0x3e4207[_0xdcf869(0x4ab)](_0x2c6666,{'childList':!0x0,'subtree':!0x0})),_0x5b1d76(()=>{const _0xc41eae=_0xdcf869;_0x1870dc=!0x0,_0x3e4207==null||_0x3e4207[_0xc41eae(0x460)](),_0x5bc6e8[_0xc41eae(0x3e7)]((_0x24dcfb,_0x2b86ae)=>{const _0x6fba83=_0xc41eae;if(_0x24dcfb==null){_0x2b86ae[_0x6fba83(0x1ca)](J);return;}_0x2b86ae[_0x6fba83(0x654)](J,_0x24dcfb);}),_0x469ead[_0xc41eae(0x3e7)]((_0x1e430a,_0x4f35d0)=>{const _0x40f57d=_0xc41eae;if(_0x1e430a==null){_0x4f35d0['removeAttribute'](Y);return;}_0x4f35d0[_0x40f57d(0x654)](Y,_0x1e430a);});});}[_0x3f5fcc(0x52e)](_0x146c72,_0xd08795){const _0x4c0f36=_0x3f5fcc;let _0x170e15=this[_0x4c0f36(0x356)]['get'](_0x146c72);_0x170e15||(_0x170e15=new Set(),this[_0x4c0f36(0x356)][_0x4c0f36(0x360)](_0x146c72,_0x170e15)),_0x170e15[_0x4c0f36(0x3d8)](_0xd08795);let _0x555d26=this[_0x4c0f36(0x251)](_0x146c72,_0xd08795);return _0x5b1d76(()=>{const _0x5f22ba=_0x4c0f36;_0x170e15==null||_0x170e15[_0x5f22ba(0x627)](_0xd08795),_0x170e15&&_0x170e15[_0x5f22ba(0x579)]===0x0&&this['_roots']['delete'](_0x146c72),_0x555d26[_0x5f22ba(0x5a6)]();});}['contains'](_0x28d0a5,_0x4104f2,_0x17fd0e){const _0x3323a5=_0x3f5fcc;let _0x1cbf3c=typeof(_0x17fd0e==null?void 0x0:_0x17fd0e[_0x3323a5(0x651)])==_0x3323a5(0x1b2)?_0x17fd0e['composedPath']():void 0x0;if(_0x1cbf3c!=null&&_0x1cbf3c['some'](_0x226820=>_0x226820 instanceof HTMLElement&&this[_0x3323a5(0x2c4)](_0x28d0a5,_0x226820)))return!0x0;if(!(_0x4104f2 instanceof HTMLElement))return!0x1;if(this[_0x3323a5(0x2c4)](_0x28d0a5,_0x4104f2))return!0x0;if(!_0x28d0a5)return Array[_0x3323a5(0x392)](this[_0x3323a5(0x356)]['values']())[_0x3323a5(0x268)](_0x179af8=>[..._0x179af8][_0x3323a5(0x268)](_0x1c4ceb=>_0x1c4ceb[_0x3323a5(0x66f)]&&_0x1c4ceb[_0x3323a5(0x452)](_0x4104f2)));let _0x4ee6fc=this[_0x3323a5(0x356)][_0x3323a5(0x613)](_0x28d0a5);return!!_0x4ee6fc&&[..._0x4ee6fc][_0x3323a5(0x268)](_0xd9c64f=>_0xd9c64f[_0x3323a5(0x66f)]&&_0xd9c64f[_0x3323a5(0x452)](_0x4104f2));}[_0x3f5fcc(0x245)](_0x55576e){const _0x14ee8c=_0x3f5fcc;let _0x43d948=_0x55576e?this[_0x14ee8c(0x1a6)]['get'](_0x55576e):typeof document<'u'?this[_0x14ee8c(0x1a6)][_0x14ee8c(0x613)](document):void 0x0;if(_0x43d948!=null&&_0x43d948[_0x14ee8c(0x203)])return!0x0;let _0x5b0f10=this[_0x14ee8c(0x5db)];return!_0x5b0f10||Date[_0x14ee8c(0x5d9)]()>_0x5b0f10['expiresAt']?!0x1:!_0x55576e||_0x5b0f10[_0x14ee8c(0x560)]===_0x55576e;}[_0x3f5fcc(0x2ff)](_0x2112d0,_0x20709a){const _0x54087a=_0x3f5fcc;if(!_0x2112d0)return!0x1;let _0x5eec71=_0x20709a?this[_0x54087a(0x1a6)][_0x54087a(0x613)](_0x20709a):typeof document<'u'?this[_0x54087a(0x1a6)][_0x54087a(0x613)](document):void 0x0;if(_0x5eec71!=null&&_0x5eec71[_0x54087a(0x268)](_0x16e369=>_0x16e369[_0x54087a(0x332)]===_0x2112d0))return!0x0;let _0x4ac921=this[_0x54087a(0x5db)];return!_0x4ac921||_0x4ac921['embedId']!==_0x2112d0||Date['now']()>_0x4ac921[_0x54087a(0x39c)]?!0x1:!_0x20709a||_0x4ac921['document']===_0x20709a;}[_0x3f5fcc(0x3f6)](_0x16d02d,_0x59af03){const _0x15cd0b=_0x3f5fcc;!_0x16d02d||!(_0x59af03!=null&&_0x59af03[_0x15cd0b(0x5b4)])||this[_0x15cd0b(0x3f7)](_0x16d02d,_0x59af03)[_0x15cd0b(0x3e7)](_0x181d28=>this[_0x15cd0b(0x20e)](_0x181d28,_0x59af03));}[_0x3f5fcc(0x633)](_0x261357,_0x30804d){const _0x5352b8=_0x3f5fcc;var _0x2b87dd,_0x5f1905;if(!(_0x30804d!=null&&_0x30804d[_0x5352b8(0x5b4)]))return _0x5b1d76(()=>{});let _0x72904=Symbol(_0x261357),_0x284b32=(_0x2b87dd=this[_0x5352b8(0x1a6)][_0x5352b8(0x613)](_0x30804d))==null?[]:_0x2b87dd;return _0x284b32[_0x5352b8(0x4a8)]({'embedId':_0x261357,'token':_0x72904}),this[_0x5352b8(0x1a6)][_0x5352b8(0x360)](_0x30804d,_0x284b32),this[_0x5352b8(0x215)](_0x30804d),this[_0x5352b8(0x632)](_0x261357,_0x30804d,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x261357,_0x30804d),(_0x5f1905=_0x30804d[_0x5352b8(0x306)])==null||_0x5f1905['setTimeout'](()=>{const _0x3c091b=_0x5352b8;let _0x54b594=this[_0x3c091b(0x416)](_0x30804d);(_0x54b594==null?void 0x0:_0x54b594[_0x3c091b(0x332)])===_0x261357&&_0x54b594['token']===_0x72904&&(this[_0x3c091b(0x632)](_0x261357,_0x30804d,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x3c091b(0x556)](_0x261357,_0x30804d));},0x0),_0x5b1d76(()=>{const _0x944c82=_0x5352b8;let _0x574675=this[_0x944c82(0x1a6)]['get'](_0x30804d),_0x1a03b0=!0x1;if(_0x574675){let _0x4497f6=_0x574675[_0x944c82(0x67d)](_0x1fa767=>_0x1fa767[_0x944c82(0x332)]===_0x261357&&_0x1fa767[_0x944c82(0x657)]===_0x72904);_0x4497f6>=0x0&&_0x574675[_0x944c82(0x482)](_0x4497f6,0x1),_0x1a03b0=_0x574675[_0x944c82(0x268)](_0x19e4e7=>_0x19e4e7[_0x944c82(0x332)]===_0x261357),_0x574675[_0x944c82(0x203)]===0x0&&this[_0x944c82(0x1a6)][_0x944c82(0x627)](_0x30804d);}_0x1a03b0||this[_0x944c82(0x254)](_0x261357,_0x30804d);let _0xec80a1=this[_0x944c82(0x416)](_0x30804d);_0xec80a1&&(this['_markExistingBodyPortals'](_0xec80a1[_0x944c82(0x332)],_0x30804d,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x944c82(0x556)](_0xec80a1[_0x944c82(0x332)],_0x30804d));});}[_0x3f5fcc(0x3f7)](_0x37a6d0,_0x2a01b7){const _0x427fc5=_0x3f5fcc;var _0x2e3a0;let _0x466f03=new Set(),_0x2a2f69=_0x31ea67=>{const _0x38e5b4=_0x2e56;let _0x4d0364=this[_0x38e5b4(0x25c)](_0x31ea67);!_0x4d0364||!this[_0x38e5b4(0x2c4)](_0x37a6d0,_0x4d0364)||_0x466f03[_0x38e5b4(0x3d8)](_0x4d0364);};return _0x2a01b7[_0x427fc5(0x5b4)][_0x427fc5(0x426)]('['+J+'=\x22'+_0x37a6d0+'\x22]')[_0x427fc5(0x3e7)](_0x2a2f69),(_0x2e3a0=this[_0x427fc5(0x356)][_0x427fc5(0x613)](_0x37a6d0))==null||_0x2e3a0['forEach'](_0x5b6551=>{const _0x2c6ed2=_0x427fc5;_0x5b6551[_0x2c6ed2(0x66f)]&&(_0x2a2f69(_0x5b6551),_0x5b6551['querySelectorAll']('*')[_0x2c6ed2(0x3e7)](_0x2a2f69));}),[..._0x466f03][_0x427fc5(0x2fb)]((_0x45f9fd,_0x89d76f)=>_0x45f9fd[_0x427fc5(0x452)](_0x89d76f)?0x1:_0x89d76f[_0x427fc5(0x452)](_0x45f9fd)?-0x1:0x0);}[_0x3f5fcc(0x25c)](_0x385ec8){const _0x1dc188=_0x3f5fcc;var _0x91443c;if(!_0x385ec8[_0x1dc188(0x4e5)](_0x1dc188(0x505))&&this[_0x1dc188(0x2f2)](_0x385ec8))return(_0x91443c=_0x385ec8[_0x1dc188(0x4e5)](_0x1dc188(0x4ff)))==null?_0x385ec8:_0x91443c;}['_dispatchEscapeToFloatingSurface'](_0x584789,_0xb502d9){const _0x1b97d1=_0x3f5fcc;let _0x11e256=_0xb502d9[_0x1b97d1(0x306)],_0x3e50e1=_0xb502d9[_0x1b97d1(0x340)]instanceof HTMLElement&&_0x584789[_0x1b97d1(0x452)](_0xb502d9['activeElement'])?_0xb502d9[_0x1b97d1(0x340)]:_0x584789,_0x4002f5=_0x11e256!=null&&_0x11e256[_0x1b97d1(0x42f)]?new _0x11e256[(_0x1b97d1(0x42f))](_0x1b97d1(0x41c),{'key':_0x1b97d1(0x46f),'code':_0x1b97d1(0x46f),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x1b97d1(0x41c),{'bubbles':!0x0,'cancelable':!0x0});_0x3e50e1['dispatchEvent'](_0x4002f5);}[_0x3f5fcc(0x2c4)](_0x3adae1,_0x426753){const _0x1be6ef=_0x3f5fcc;let _0x3d764b=_0x426753['closest']('['+J+']'),_0x1b3acf=_0x3d764b==null?void 0x0:_0x3d764b['getAttribute'](J);if(_0x1b3acf&&(!_0x3adae1||_0x1b3acf===_0x3adae1))return!0x0;if(!_0x3adae1)return Array['from'](this[_0x1be6ef(0x356)][_0x1be6ef(0x5fb)]())[_0x1be6ef(0x268)](_0x1f8efc=>[..._0x1f8efc][_0x1be6ef(0x268)](_0x1564a9=>_0x1564a9===_0x426753||_0x1564a9[_0x1be6ef(0x452)](_0x426753)));let _0xecb84c=this[_0x1be6ef(0x356)]['get'](_0x3adae1);return!!_0xecb84c&&[..._0xecb84c][_0x1be6ef(0x268)](_0x4c68e2=>_0x4c68e2===_0x426753||_0x4c68e2[_0x1be6ef(0x452)](_0x426753));}[_0x3f5fcc(0x689)](_0x59931e,_0x55db3a){const _0x31abb2=_0x3f5fcc;var _0xd59a5d;_0x55db3a!=null&&_0x55db3a['body']&&(this[_0x31abb2(0x5db)]={'embedId':_0x59931e,'document':_0x55db3a,'expiresAt':Date[_0x31abb2(0x5d9)]()+0x3e8},this[_0x31abb2(0x215)](_0x55db3a),this[_0x31abb2(0x632)](_0x59931e,_0x55db3a,{'includeAppShellEditorPortal':!0x1}),(_0xd59a5d=_0x55db3a['defaultView'])==null||_0xd59a5d['setTimeout'](()=>{const _0x5d6d7a=_0x31abb2;let _0x4333d4=this[_0x5d6d7a(0x5db)];(_0x4333d4==null?void 0x0:_0x4333d4['embedId'])===_0x59931e&&_0x4333d4[_0x5d6d7a(0x560)]===_0x55db3a&&Date[_0x5d6d7a(0x5d9)]()<=_0x4333d4['expiresAt']&&this[_0x5d6d7a(0x632)](_0x59931e,_0x55db3a,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0x4949c0){const _0xe40c6b=_0x3f5fcc;if(this['_portalObservers'][_0xe40c6b(0x4ec)](_0x4949c0)||!_0x4949c0[_0xe40c6b(0x5b4)])return;let _0x1b5e6d=_0x4949c0[_0xe40c6b(0x306)];if(!(_0x1b5e6d!=null&&_0x1b5e6d['MutationObserver']))return;let _0x33a696=new _0x1b5e6d[(_0xe40c6b(0x189))](_0x26e7ea=>{const _0x328f6b=_0xe40c6b;let _0x50a844=this[_0x328f6b(0x354)](_0x4949c0);if(!_0x50a844)return;let _0x1c8644={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x50a844[_0x328f6b(0x3ae)],'allowDirectBodyPortal':!_0x50a844['stable']};_0x26e7ea[_0x328f6b(0x3e7)](_0x1c04c0=>{const _0x325cae=_0x328f6b;_0x1c04c0[_0x325cae(0x28c)]===_0x325cae(0x322)&&_0x1c04c0['target']instanceof _0x1b5e6d['HTMLElement']&&this[_0x325cae(0x2d1)](_0x1c04c0[_0x325cae(0x669)],_0x50a844[_0x325cae(0x332)],_0x4949c0,_0x1c8644),_0x1c04c0[_0x325cae(0x294)][_0x325cae(0x3e7)](_0x265aaa=>{const _0x5345b7=_0x325cae;_0x265aaa instanceof _0x1b5e6d[_0x5345b7(0x368)]&&(this[_0x5345b7(0x2d1)](_0x265aaa,_0x50a844['embedId'],_0x4949c0,_0x1c8644),_0x265aaa[_0x5345b7(0x426)]('*')['forEach'](_0x2979e5=>{const _0x40d3bc=_0x5345b7;this['_markBodyPortalOwner'](_0x2979e5,_0x50a844[_0x40d3bc(0x332)],_0x4949c0,_0x1c8644);}));});}),_0x50a844['stable']&&this[_0x328f6b(0x556)](_0x50a844[_0x328f6b(0x332)],_0x4949c0);});_0x33a696[_0xe40c6b(0x4ab)](_0x4949c0[_0xe40c6b(0x5b4)],{'attributeFilter':[_0xe40c6b(0x227),_0xe40c6b(0x62c),'id','role',_0xe40c6b(0x56f)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x33a696['takeRecords'](),this[_0xe40c6b(0x605)]['set'](_0x4949c0,_0x33a696);}['_markBodyPortalOwner'](_0x549027,_0x5f2aac,_0x40fee8,_0x1991ee={}){const _0x568d3d=_0x3f5fcc;_0x1991ee[_0x568d3d(0x504)]===!0x1&&_0x549027[_0x568d3d(0x68a)]===_0x40fee8[_0x568d3d(0x5b4)]&&!this[_0x568d3d(0x4ef)](_0x549027)&&!this['_isAppShellEditorPortalCandidate'](_0x549027)||this[_0x568d3d(0x320)](_0x549027,_0x40fee8,_0x1991ee)&&(!this[_0x568d3d(0x641)](_0x549027)&&this[_0x568d3d(0x22c)](_0x549027,_0x40fee8)||(this['_blurActiveElementBeforePortalReassignment'](_0x549027,_0x5f2aac,_0x40fee8),this[_0x568d3d(0x251)](_0x5f2aac,_0x549027,{'transient':!0x0}),this['_markRuntimeFocusRole'](_0x549027,_0x1991ee)));}[_0x3f5fcc(0x632)](_0x431dc3,_0x240c4d,_0x404d70={}){const _0x5b96b7=_0x3f5fcc;_0x240c4d[_0x5b96b7(0x5b4)][_0x5b96b7(0x426)]('*')['forEach'](_0x467ad4=>{const _0x392c1a=_0x5b96b7;this[_0x392c1a(0x2d1)](_0x467ad4,_0x431dc3,_0x240c4d,{'includeAppShellEditorPortal':_0x404d70['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x404d70[_0x392c1a(0x423)],'allowDirectBodyPortal':_0x404d70['allowDirectBodyPortal']});});}[_0x3f5fcc(0x320)](_0x2ecec7,_0x298e34,_0x5ef255={}){const _0x379d6b=_0x3f5fcc;if(!_0x298e34[_0x379d6b(0x5b4)][_0x379d6b(0x452)](_0x2ecec7))return!0x1;let _0x12ae1b=!!_0x5ef255[_0x379d6b(0x656)]&&this['_isAppShellEditorPortalCandidate'](_0x2ecec7),_0x6d90ef=this['_isUniverPortalCandidate'](_0x2ecec7);if(!_0x5ef255['allowOwnedPortalReassignment']&&!_0x12ae1b&&_0x2ecec7[_0x379d6b(0x4e5)](_0x379d6b(0x1aa))||_0x2ecec7['id']===_0x379d6b(0x524))return!0x1;let _0x3f60c0=_0x2ecec7['parentElement'];return!!_0x5ef255[_0x379d6b(0x504)]&&_0x3f60c0===_0x298e34['body']||(_0x3f60c0==null?void 0x0:_0x3f60c0[_0x379d6b(0x4e5)](_0x379d6b(0x339)))!=null||_0x6d90ef||_0x12ae1b;}['_isAppShellEditorPortalCandidate'](_0x5f29e2){const _0x43c261=_0x3f5fcc;var _0xe7043c,_0x2eee81;return((_0xe7043c=_0x5f29e2['parentElement'])==null?void 0x0:_0xe7043c['id'])!==_0x43c261(0x524)&&((_0x2eee81=_0x5f29e2[_0x43c261(0x4e5)](_0x43c261(0x629)))==null?void 0x0:_0x2eee81[_0x43c261(0x68a)])!==_0x5f29e2[_0x43c261(0x53b)][_0x43c261(0x5b4)]?!0x1:_0x5f29e2['id']['startsWith'](_0x43c261(0x2ce))||_0x5f29e2['id'][_0x43c261(0x491)](_0x43c261(0x3a9))||_0x5f29e2[_0x43c261(0x4e5)](_0x43c261(0x5c1))!=null||_0x5f29e2[_0x43c261(0x4e5)]('[id^=\x22__editor___INTERNAL_EDITOR__\x22]')!=null;}['_isHostDocEditorPortal'](_0x20b61f){const _0x1fe405=_0x3f5fcc;return _0x20b61f['id'][_0x1fe405(0x491)](_0x1fe405(0x4ce))||_0x20b61f['id'][_0x1fe405(0x491)](_0x1fe405(0x5af))||_0x20b61f[_0x1fe405(0x4e5)](_0x1fe405(0x2a9))!=null||_0x20b61f['closest']('[id^=\x22__editor_docs-\x22]')!=null;}[_0x3f5fcc(0x4ef)](_0x4ba7f3){const _0x300f67=_0x3f5fcc;let _0x30bc58=typeof _0x4ba7f3[_0x300f67(0x41b)]=='string'?_0x4ba7f3['className']:'';if(_0x4ba7f3['getAttribute'](_0x300f67(0x62c))===_0x300f67(0x312)||_0x4ba7f3[_0x300f67(0x64b)]['contains'](_0x300f67(0x4a1))||_0x4ba7f3['classList'][_0x300f67(0x452)](_0x300f67(0x28e))||_0x4ba7f3['classList'][_0x300f67(0x452)](_0x300f67(0x2ef))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/['test'](_0x30bc58))return!0x0;let _0xa6da60=_0x4ba7f3['getAttribute'](_0x300f67(0x1cb));return _0xa6da60===_0x300f67(0x264)||_0xa6da60==='listbox'||_0xa6da60===_0x300f67(0x465)||_0xa6da60===_0x300f67(0x48e)||_0x4ba7f3[_0x300f67(0x63b)]('data-radix-popper-content-wrapper');}[_0x3f5fcc(0x22c)](_0x4d2ad7,_0x6709d9){const _0x2d71ef=_0x3f5fcc;var _0x24e2fa,_0x2754bc;if(!this[_0x2d71ef(0x2f2)](_0x4d2ad7))return!0x1;let _0x2e3e71=(_0x24e2fa=_0x4d2ad7[_0x2d71ef(0x4e5)](_0x2d71ef(0x4ff)))==null?_0x4d2ad7:_0x24e2fa,_0x1ad80f=(_0x2754bc=_0x2e3e71[_0x2d71ef(0x4e5)](_0x2d71ef(0x629)))==null?_0x2e3e71[_0x2d71ef(0x68a)]:_0x2754bc;if(_0x2e3e71[_0x2d71ef(0x68a)]!==_0x6709d9[_0x2d71ef(0x5b4)]&&(_0x1ad80f==null?void 0x0:_0x1ad80f[_0x2d71ef(0x68a)])!==_0x6709d9[_0x2d71ef(0x5b4)])return!0x1;let _0x569812=_0x6709d9[_0x2d71ef(0x306)];if(!_0x569812)return!0x1;let _0x36e100=_0x2e3e71[_0x2d71ef(0x618)]();return _0x36e100[_0x2d71ef(0x375)]<0x0||_0x36e100['bottom']<0x0||_0x36e100[_0x2d71ef(0x4bf)]>_0x569812[_0x2d71ef(0x5a2)]||_0x36e100[_0x2d71ef(0x5a9)]>_0x569812[_0x2d71ef(0x586)]?!0x0:_0x36e100[_0x2d71ef(0x576)]<=0x0||_0x36e100[_0x2d71ef(0x35c)]<=0x0?_0x36e100[_0x2d71ef(0x4bf)]<0x0||_0x36e100[_0x2d71ef(0x5a9)]<0x0||_0x36e100[_0x2d71ef(0x4bf)]>_0x569812[_0x2d71ef(0x5a2)]||_0x36e100['top']>_0x569812[_0x2d71ef(0x586)]:!0x1;}['_markRuntimeFocusRole'](_0x5acade,_0x1bb2cf={}){const _0x547652=_0x3f5fcc;let _0x102a0=_0x1bb2cf['includeAppShellEditorPortal']&&this['_isAppShellEditorPortalCandidate'](_0x5acade)?'child-editor':this['_isUniverPortalTreeElement'](_0x5acade)?_0x547652(0x311):void 0x0;_0x102a0&&(_0x5acade[_0x547652(0x654)](Y,_0x102a0),_0x5acade[_0x547652(0x426)]('*')[_0x547652(0x3e7)](_0x2f0e7f=>{_0x2f0e7f['setAttribute'](Y,_0x102a0);}));}['_markInteractionBoundaryOwnerTree'](_0x1dfe30,_0x3a7fb3,_0x5a2ebb={}){const _0x55685e=_0x3f5fcc;let _0x2e3ea1=new Map(),_0x51ec36=_0x33cf95=>{const _0x1dfe03=_0x2e56;_0x5a2ebb[_0x1dfe03(0x2bd)]||_0x2e3ea1['set'](_0x33cf95,_0x33cf95[_0x1dfe03(0x506)](J)),_0x33cf95[_0x1dfe03(0x654)](J,_0x1dfe30);};return _0x51ec36(_0x3a7fb3),_0x3a7fb3[_0x55685e(0x426)]('*')['forEach'](_0x51ec36),_0x5b1d76(()=>{const _0x385c76=_0x55685e;_0x2e3ea1[_0x385c76(0x3e7)]((_0x1d1d87,_0x41d770)=>{const _0x381f3e=_0x385c76;if(_0x1d1d87==null){_0x41d770[_0x381f3e(0x1ca)](J);return;}_0x41d770['setAttribute'](J,_0x1d1d87);});});}[_0x3f5fcc(0x2f2)](_0x23bfcc){const _0x31a724=_0x3f5fcc;return this['_isUniverPortalCandidate'](_0x23bfcc)||_0x23bfcc[_0x31a724(0x4e5)](_0x31a724(0x4ff))!=null;}[_0x3f5fcc(0x354)](_0x3d7a78){const _0x21cbce=_0x3f5fcc;let _0x51a559=this[_0x21cbce(0x416)](_0x3d7a78);if(_0x51a559)return{'embedId':_0x51a559[_0x21cbce(0x332)],'stable':!0x0};let _0x5cbb9c=this[_0x21cbce(0x5db)];if(_0x5cbb9c&&_0x5cbb9c[_0x21cbce(0x560)]===_0x3d7a78&&Date[_0x21cbce(0x5d9)]()<=_0x5cbb9c[_0x21cbce(0x39c)])return{'embedId':_0x5cbb9c[_0x21cbce(0x332)],'stable':!0x1};}[_0x3f5fcc(0x416)](_0x4c80ec){const _0x4f737b=_0x3f5fcc;let _0x5a83ad=this['_activePortalOwners']['get'](_0x4c80ec);return _0x5a83ad==null?void 0x0:_0x5a83ad[_0x5a83ad[_0x4f737b(0x203)]-0x1];}[_0x3f5fcc(0x556)](_0x42f38c,_0x328046){const _0x66963f=_0x3f5fcc;let _0x19aea1=this[_0x66963f(0x356)][_0x66963f(0x613)](_0x42f38c);_0x328046[_0x66963f(0x5b4)][_0x66963f(0x426)]('['+J+'=\x22'+_0x42f38c+'\x22]')[_0x66963f(0x3e7)](_0x4a279b=>{const _0x3f7725=_0x66963f;_0x4a279b[_0x3f7725(0x68a)]===_0x328046[_0x3f7725(0x5b4)]&&(_0x19aea1&&[..._0x19aea1]['some'](_0x3cb3f5=>_0x3cb3f5===_0x4a279b||_0x3cb3f5[_0x3f7725(0x452)](_0x4a279b))||this[_0x3f7725(0x4ef)](_0x4a279b)||this[_0x3f7725(0x641)](_0x4a279b)||_0x4a279b[_0x3f7725(0x1ca)](J));});}[_0x3f5fcc(0x23c)](_0x56f498,_0x409c14,_0x25ccec){const _0x5478b3=_0x3f5fcc;let _0x3d7cd9=_0x56f498['getAttribute'](J);if(!_0x3d7cd9||_0x3d7cd9===_0x409c14)return;let _0x42bb0f=_0x25ccec[_0x5478b3(0x340)];!(_0x42bb0f instanceof HTMLElement)||_0x42bb0f!==_0x56f498&&!_0x56f498[_0x5478b3(0x452)](_0x42bb0f)||(_0x42bb0f['blur'](),_0x25ccec[_0x5478b3(0x340)]===_0x42bb0f&&this[_0x5478b3(0x4cd)](_0x25ccec));}[_0x3f5fcc(0x254)](_0x8c0bd0,_0x3e6b55){const _0x2c4325=_0x3f5fcc;let _0x3793cf=this[_0x2c4325(0x356)][_0x2c4325(0x613)](_0x8c0bd0),_0x26d200=_0x3e6b55[_0x2c4325(0x5b4)][_0x2c4325(0x426)]('['+J+'=\x22'+_0x8c0bd0+'\x22]'),_0x1ff4e6=_0x5b94aa=>_0x3793cf!=null&&[..._0x3793cf][_0x2c4325(0x268)](_0xc7ca6c=>_0xc7ca6c===_0x5b94aa||_0xc7ca6c['contains'](_0x5b94aa)),_0x2a7785=[];_0x26d200['forEach'](_0x46e944=>{const _0x552863=_0x2c4325;_0x1ff4e6(_0x46e944)||(_0x2a7785[_0x552863(0x4a8)](_0x46e944),_0x46e944[_0x552863(0x1ca)](J),this[_0x552863(0x24a)](_0x46e944));});let _0x5c9b25=_0x3e6b55[_0x2c4325(0x340)];_0x5c9b25 instanceof HTMLElement&&_0x2a7785['some'](_0x6f9c2b=>_0x6f9c2b===_0x5c9b25||_0x6f9c2b[_0x2c4325(0x452)](_0x5c9b25))&&(_0x5c9b25[_0x2c4325(0x238)](),_0x3e6b55['activeElement']===_0x5c9b25&&this[_0x2c4325(0x4cd)](_0x3e6b55));}[_0x3f5fcc(0x4cd)](_0x3a0985){const _0x5aba44=_0x3f5fcc;let _0x180878=_0x3a0985[_0x5aba44(0x5b4)];if(!_0x180878)return;let _0x2e89a0=_0x180878['getAttribute'](_0x5aba44(0x535));_0x2e89a0==null&&(_0x180878[_0x5aba44(0x595)]=-0x1),_0x180878['focus']({'preventScroll':!0x0}),_0x2e89a0==null?_0x180878[_0x5aba44(0x1ca)](_0x5aba44(0x535)):_0x180878[_0x5aba44(0x654)](_0x5aba44(0x535),_0x2e89a0),_0x3a0985[_0x5aba44(0x340)]!==_0x180878&&this[_0x5aba44(0x5cd)](_0x3a0985);}[_0x3f5fcc(0x5cd)](_0x45db64){const _0x4f013e=_0x3f5fcc;var _0x383610;let _0x1e6e93=_0x45db64[_0x4f013e(0x5b4)];if(!_0x1e6e93)return;let _0x24c65b=_0x45db64[_0x4f013e(0x3f9)]('span');_0x24c65b[_0x4f013e(0x595)]=-0x1,_0x24c65b[_0x4f013e(0x654)](_0x4f013e(0x687),_0x4f013e(0x228)),_0x24c65b[_0x4f013e(0x56f)][_0x4f013e(0x621)]=_0x4f013e(0x35a),_0x1e6e93[_0x4f013e(0x274)](_0x24c65b),_0x24c65b[_0x4f013e(0x379)]({'preventScroll':!0x0}),(_0x383610=_0x45db64[_0x4f013e(0x306)])==null||_0x383610['setTimeout'](()=>_0x24c65b[_0x4f013e(0x631)](),0x0);}[_0x3f5fcc(0x24a)](_0x294fcb){const _0x233626=_0x3f5fcc;(_0x294fcb['getAttribute'](_0x233626(0x438))==='child-editor'||_0x294fcb[_0x233626(0x506)](_0x233626(0x438))==='child-popup')&&_0x294fcb['removeAttribute'](Y),_0x294fcb[_0x233626(0x426)]('['+Y+']')[_0x233626(0x3e7)](_0x2e3d84=>{const _0xbdc3d8=_0x233626;let _0x1ead55=_0x2e3d84[_0xbdc3d8(0x506)](Y);(_0x1ead55===_0xbdc3d8(0x550)||_0x1ead55==='child-popup')&&_0x2e3d84[_0xbdc3d8(0x1ca)](Y);});}};const Y=_0x3f5fcc(0x438);var X=class{constructor(){const _0x39943c=_0x3f5fcc;K(this,_0x39943c(0x1e6),new Map()),K(this,_0x39943c(0x53f),new Map()),K(this,_0x39943c(0x330),new Map()),K(this,_0x39943c(0x422),0x0),K(this,_0x39943c(0x547),new _0x43adb8()),K(this,_0x39943c(0x3ef),new _0x43adb8());}[_0x3f5fcc(0x610)](_0x15f420){const _0x26c6c9=_0x3f5fcc;let _0x2b45c7={'role':_0x15f420[_0x26c6c9(0x1cb)],'owner':_0x15f420[_0x26c6c9(0x1d4)],'sessionMode':_0x15f420['sessionMode'],'hostUnitId':_0x15f420[_0x26c6c9(0x489)],'childUnitId':_0x15f420['childUnitId'],'childType':_0x15f420[_0x26c6c9(0x5ca)],'associatedChildUnitIds':_0x15f420[_0x26c6c9(0x548)],'sequence':++this['_leaseSequence']},_0x6a7dfd=this['_leases'][_0x26c6c9(0x613)](_0x15f420[_0x26c6c9(0x332)]);return _0x6a7dfd||(_0x6a7dfd=new Set(),this[_0x26c6c9(0x1e6)][_0x26c6c9(0x360)](_0x15f420[_0x26c6c9(0x332)],_0x6a7dfd)),_0x6a7dfd[_0x26c6c9(0x3d8)](_0x2b45c7),_0x2b45c7[_0x26c6c9(0x1cb)]!==_0x26c6c9(0x277)&&this[_0x26c6c9(0x60a)](),_0x2b45c7[_0x26c6c9(0x1cb)]===_0x26c6c9(0x378)&&this[_0x26c6c9(0x2ec)](),_0x5b1d76(()=>{const _0x1f2b22=_0x26c6c9;_0x6a7dfd==null||_0x6a7dfd[_0x1f2b22(0x627)](_0x2b45c7),(_0x6a7dfd==null?void 0x0:_0x6a7dfd[_0x1f2b22(0x579)])===0x0&&this['_leases'][_0x1f2b22(0x627)](_0x15f420[_0x1f2b22(0x332)]),_0x2b45c7[_0x1f2b22(0x1cb)]!==_0x1f2b22(0x277)&&this[_0x1f2b22(0x60a)](),_0x2b45c7[_0x1f2b22(0x1cb)]===_0x1f2b22(0x378)&&this[_0x1f2b22(0x2ec)]();});}[_0x3f5fcc(0x25d)](_0x2c1d2c){const _0x3afa3d=_0x3f5fcc;if(!_0x2c1d2c)return!0x1;let _0x3efdc4=this['_leases'][_0x3afa3d(0x613)](_0x2c1d2c);return _0x3efdc4&&[..._0x3efdc4][_0x3afa3d(0x268)](_0x768a8a=>_0x768a8a[_0x3afa3d(0x1cb)]!==_0x3afa3d(0x277))?!0x0:this['containsElement'](_0x2c1d2c,this['_getActiveElement'](_0x2c1d2c));}[_0x3f5fcc(0x1d3)](_0x20bce4,_0xa11aaa){const _0x2a3562=_0x3f5fcc;if(!_0x20bce4)return!0x1;let _0xfff945=this[_0x2a3562(0x1e6)][_0x2a3562(0x613)](_0x20bce4);return _0xfff945&&[..._0xfff945][_0x2a3562(0x268)](_0x1b0f69=>this['_isBlockingLease'](_0x1b0f69,_0xa11aaa))?!0x0:this[_0x2a3562(0x5ba)](_0x20bce4,this['_getActiveElement'](_0x20bce4));}['hasAnyChildInteractionLease'](){const _0x3f349d=_0x3f5fcc;return[...this[_0x3f349d(0x1e6)]['values']()][_0x3f349d(0x268)](_0x54b865=>[..._0x54b865][_0x3f349d(0x268)](_0x4a5af1=>_0x4a5af1['role']!=='runtime'))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}['hasAnyBlockingChildFocusLease'](_0x3aeb34){const _0x2f38e6=_0x3f5fcc;if([...this['_leases']['values']()][_0x2f38e6(0x268)](_0xc088e=>[..._0xc088e]['some'](_0x21c21b=>this[_0x2f38e6(0x275)](_0x21c21b,_0x3aeb34))))return!0x0;let _0x194db4=this[_0x2f38e6(0x516)]();return _0x194db4!=null&&this['_isBlockingRole'](_0x194db4['role']);}['hasHostPreservingChildFocusLease'](_0x4aebc0,_0x223ffc){const _0x127bb5=_0x3f5fcc;if(!_0x4aebc0)return!0x1;let _0x30d1e8=this[_0x127bb5(0x1e6)][_0x127bb5(0x613)](_0x4aebc0);return _0x30d1e8&&[..._0x30d1e8][_0x127bb5(0x268)](_0x3303b9=>this[_0x127bb5(0x5b1)](_0x3303b9,_0x223ffc))?!0x0:this[_0x127bb5(0x5ba)](_0x4aebc0,this['_getActiveElement'](_0x4aebc0));}[_0x3f5fcc(0x39d)](_0x1e5320){const _0x53204b=_0x3f5fcc;return[...this[_0x53204b(0x1e6)][_0x53204b(0x5fb)]()][_0x53204b(0x268)](_0x391a2c=>[..._0x391a2c]['some'](_0x969b18=>this[_0x53204b(0x5b1)](_0x969b18,_0x1e5320)))?!0x0:this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x3f5fcc(0x2b8)](_0x10a4c9,_0x1a6dc3){const _0x224abb=_0x3f5fcc;if(!_0x10a4c9)return this[_0x224abb(0x39d)](_0x1a6dc3);if([...this[_0x224abb(0x1e6)][_0x224abb(0x5fb)]()][_0x224abb(0x268)](_0x41928b=>[..._0x41928b][_0x224abb(0x268)](_0x5117a3=>this[_0x224abb(0x5b1)](_0x5117a3,_0x1a6dc3)&&this[_0x224abb(0x317)](_0x5117a3,_0x10a4c9))))return!0x0;let _0x57817c=this[_0x224abb(0x516)]();if(!_0x57817c)return!0x1;let _0x14b286=this[_0x224abb(0x1e6)][_0x224abb(0x613)](_0x57817c['embedId']);return _0x14b286&&[..._0x14b286][_0x224abb(0x268)](_0x2b2fc0=>this['_isHostPreservingLease'](_0x2b2fc0,_0x1a6dc3)&&this[_0x224abb(0x317)](_0x2b2fc0,_0x10a4c9))?!0x0:this[_0x224abb(0x1f5)](_0x57817c[_0x224abb(0x332)],_0x10a4c9);}[_0x3f5fcc(0x40e)](_0x204c78){const _0x2bcf88=_0x3f5fcc;return _0x204c78?[...this['_leases'][_0x2bcf88(0x5fb)]()][_0x2bcf88(0x268)](_0x162e50=>[..._0x162e50][_0x2bcf88(0x268)](_0x145b2a=>this['_leaseAppliesToChildUnit'](_0x145b2a,_0x204c78)&&_0x145b2a['role']!==_0x2bcf88(0x277))):!0x1;}[_0x3f5fcc(0x569)](_0x49a663){const _0x5d987c=_0x3f5fcc;let _0x3cba91={'hostUnitId':_0x49a663[_0x5d987c(0x489)],'childUnitId':_0x49a663['childUnitId'],'childType':_0x49a663['childType'],'sessionMode':_0x49a663[_0x5d987c(0x2d3)]};return this[_0x5d987c(0x330)]['set'](_0x49a663[_0x5d987c(0x332)],_0x3cba91),this[_0x5d987c(0x60a)](),this[_0x5d987c(0x2ec)](),_0x5b1d76(()=>{const _0x7faf3b=_0x5d987c;this[_0x7faf3b(0x330)][_0x7faf3b(0x613)](_0x49a663[_0x7faf3b(0x332)])===_0x3cba91&&(this[_0x7faf3b(0x330)][_0x7faf3b(0x627)](_0x49a663[_0x7faf3b(0x332)]),this['_notifyRuntimeFocusChanged'](),this[_0x7faf3b(0x2ec)]());});}[_0x3f5fcc(0x5ce)](_0x37252b){const _0x48d2cf=_0x3f5fcc;if(_0x37252b){for(let [_0x1e3de8,_0x5cff52]of this['_runtimeScopes'])if(_0x5cff52['childUnitId']===_0x37252b)return{'embedId':_0x1e3de8,'hostUnitId':_0x5cff52[_0x48d2cf(0x489)],'childUnitId':_0x5cff52[_0x48d2cf(0x4e8)],'childType':_0x5cff52[_0x48d2cf(0x5ca)],'sessionMode':_0x5cff52[_0x48d2cf(0x2d3)]};}}[_0x3f5fcc(0x2fd)](){const _0x2a6f53=_0x3f5fcc;let _0x313fc1;for(let [_0x55246f,_0x528cc6]of this['_leases'])for(let _0x5626e4 of _0x528cc6){if(_0x5626e4['role']!==_0x2a6f53(0x378)||!_0x5626e4[_0x2a6f53(0x4e8)])continue;let _0x454b17=this['_getChildSessionPriority'](_0x5626e4);(!_0x313fc1||_0x454b17>_0x313fc1[_0x2a6f53(0x53c)]||_0x454b17===_0x313fc1[_0x2a6f53(0x53c)]&&_0x5626e4[_0x2a6f53(0x285)]>_0x313fc1['lease'][_0x2a6f53(0x285)])&&(_0x313fc1={'embedId':_0x55246f,'lease':_0x5626e4,'priority':_0x454b17});}return _0x313fc1?{'embedId':_0x313fc1[_0x2a6f53(0x332)],'hostUnitId':_0x313fc1[_0x2a6f53(0x5fd)][_0x2a6f53(0x489)],'childUnitId':_0x313fc1[_0x2a6f53(0x5fd)]['childUnitId'],'childType':_0x313fc1[_0x2a6f53(0x5fd)][_0x2a6f53(0x5ca)],'sessionMode':this[_0x2a6f53(0x57a)](_0x313fc1[_0x2a6f53(0x5fd)])}:void 0x0;}[_0x3f5fcc(0x412)](_0x19af8e,_0x1f4abc,_0x261f93){const _0x377e27=_0x3f5fcc;if(!_0x19af8e)return!0x1;let _0x141e08=this['_getOwnedEmbedIdFromTarget'](_0x1f4abc,_0x261f93);return _0x141e08?this[_0x377e27(0x5cf)](_0x141e08,_0x19af8e):!0x1;}[_0x3f5fcc(0x5fe)](_0x18eeb5,_0x5842a0,_0x1ee8e7,_0x18b326){const _0x22e67e=_0x3f5fcc;return this[_0x22e67e(0x412)](_0x18eeb5,_0x5842a0,_0x1ee8e7)||this[_0x22e67e(0x40e)](_0x18eeb5)?!0x1:this[_0x22e67e(0x2b8)](_0x18eeb5,_0x18b326);}[_0x3f5fcc(0x321)](_0x24ebee){const _0x31da64=_0x3f5fcc;let _0x49f0ae=this[_0x31da64(0x53f)]['get'](_0x24ebee[_0x31da64(0x332)]);_0x49f0ae||(_0x49f0ae=new Set(),this[_0x31da64(0x53f)][_0x31da64(0x360)](_0x24ebee[_0x31da64(0x332)],_0x49f0ae)),_0x49f0ae[_0x31da64(0x3d8)](_0x24ebee[_0x31da64(0x5b5)]);let _0x5603f6=_0x24ebee[_0x31da64(0x5b5)][_0x31da64(0x506)](Y);return _0x24ebee[_0x31da64(0x5b5)][_0x31da64(0x654)](Y,_0x24ebee[_0x31da64(0x1cb)]),_0x5b1d76(()=>{const _0x5144f9=_0x31da64;_0x49f0ae==null||_0x49f0ae['delete'](_0x24ebee[_0x5144f9(0x5b5)]),(_0x49f0ae==null?void 0x0:_0x49f0ae[_0x5144f9(0x579)])===0x0&&this[_0x5144f9(0x53f)][_0x5144f9(0x627)](_0x24ebee['embedId']),_0x5603f6==null?_0x24ebee[_0x5144f9(0x5b5)][_0x5144f9(0x1ca)](Y):_0x24ebee['element'][_0x5144f9(0x654)](Y,_0x5603f6);});}['containsElement'](_0x59895a,_0x302b7e,_0x5ddaab){const _0x287ee3=_0x3f5fcc;if(!_0x59895a)return!0x1;let _0x5cb93a=this['_elements']['get'](_0x59895a),_0x54a0c9=typeof(_0x5ddaab==null?void 0x0:_0x5ddaab['composedPath'])==_0x287ee3(0x1b2)?_0x5ddaab[_0x287ee3(0x651)]():void 0x0;return _0x5cb93a!=null&&_0x5cb93a['size']&&_0x54a0c9!=null&&_0x54a0c9[_0x287ee3(0x268)](_0x29c480=>_0x29c480 instanceof HTMLElement&&this[_0x287ee3(0x2b6)](_0x5cb93a,_0x29c480))||_0x54a0c9!=null&&_0x54a0c9[_0x287ee3(0x268)](_0x44b62e=>_0x44b62e instanceof HTMLElement&&this[_0x287ee3(0x5e4)](_0x59895a,_0x44b62e))?!0x0:_0x302b7e instanceof HTMLElement&&(!!(_0x5cb93a!=null&&_0x5cb93a[_0x287ee3(0x579)])&&this['_containsRegisteredElement'](_0x5cb93a,_0x302b7e)||this[_0x287ee3(0x5e4)](_0x59895a,_0x302b7e));}[_0x3f5fcc(0x2b6)](_0x3df339,_0x4e5fbd){const _0x5cdd24=_0x3f5fcc;return[..._0x3df339]['some'](_0x532b00=>_0x532b00===_0x4e5fbd||_0x532b00[_0x5cdd24(0x452)](_0x4e5fbd));}[_0x3f5fcc(0x275)](_0x1579de,_0x1bfdc4){const _0xe608ec=_0x3f5fcc;var _0x5f3962;return _0x1579de[_0xe608ec(0x1d4)]&&!(_0x1bfdc4==null||(_0x5f3962=_0x1bfdc4[_0xe608ec(0x536)])==null)&&_0x5f3962[_0xe608ec(0x33b)](_0x1579de[_0xe608ec(0x1d4)])?!0x1:this[_0xe608ec(0x432)](_0x1579de[_0xe608ec(0x1cb)]);}['_isHostPreservingLease'](_0x49332e,_0xe3e789){const _0x4fcd51=_0x3f5fcc;var _0x1a9e81;return _0x49332e[_0x4fcd51(0x1d4)]&&!(_0xe3e789==null||(_0x1a9e81=_0xe3e789['ignoreOwners'])==null)&&_0x1a9e81[_0x4fcd51(0x33b)](_0x49332e[_0x4fcd51(0x1d4)])?!0x1:_0x49332e['role']!==_0x4fcd51(0x277);}[_0x3f5fcc(0x317)](_0x534e20,_0x2d30cd){const _0x119b3a=_0x3f5fcc;return _0x534e20[_0x119b3a(0x489)]==null||_0x534e20[_0x119b3a(0x489)]===_0x2d30cd;}[_0x3f5fcc(0x1f5)](_0x469107,_0x3a4817){const _0x2c73da=_0x3f5fcc;let _0x5bf2a6=this[_0x2c73da(0x330)]['get'](_0x469107);return!!_0x5bf2a6&&(_0x5bf2a6['hostUnitId']==null||_0x5bf2a6[_0x2c73da(0x489)]===_0x3a4817);}[_0x3f5fcc(0x242)](_0x218cd1,_0x5f1028){const _0x23ff93=_0x3f5fcc;var _0xf23eb9;return _0x218cd1[_0x23ff93(0x4e8)]===_0x5f1028||((_0xf23eb9=_0x218cd1[_0x23ff93(0x548)])==null?void 0x0:_0xf23eb9[_0x23ff93(0x33b)](_0x5f1028))===!0x0;}[_0x3f5fcc(0x5cf)](_0x45c149,_0x251223){const _0x35d56e=_0x3f5fcc;var _0x3709b9;if(((_0x3709b9=this[_0x35d56e(0x330)]['get'](_0x45c149))==null?void 0x0:_0x3709b9[_0x35d56e(0x4e8)])===_0x251223)return!0x0;let _0x3e742a=this[_0x35d56e(0x1e6)][_0x35d56e(0x613)](_0x45c149);return!!_0x3e742a&&[..._0x3e742a][_0x35d56e(0x268)](_0x3774cf=>this[_0x35d56e(0x242)](_0x3774cf,_0x251223));}[_0x3f5fcc(0x432)](_0x2cf656){const _0x21418c=_0x3f5fcc;return _0x2cf656!==_0x21418c(0x277);}[_0x3f5fcc(0x2e3)](_0x261f3c){const _0x476f26=_0x3f5fcc;let _0x1d6329=this[_0x476f26(0x57a)](_0x261f3c);return _0x1d6329===_0x476f26(0x1d0)?0x1e:_0x1d6329===_0x476f26(0x5c7)?0x14:_0x1d6329==='child-tab'?0xa:0x0;}[_0x3f5fcc(0x57a)](_0x5d74bd){const _0x7c178a=_0x3f5fcc;return _0x5d74bd[_0x7c178a(0x2d3)]?_0x5d74bd['sessionMode']:_0x5d74bd['owner']===_0x7c178a(0x538)?_0x7c178a(0x1d0):_0x5d74bd[_0x7c178a(0x1d4)]==='stage2-runtime'||_0x5d74bd[_0x7c178a(0x1d4)]===_0x7c178a(0x316)?'child-keyboard':_0x5d74bd['owner']==='tab-peer-runtime'?_0x7c178a(0x55e):_0x5d74bd[_0x7c178a(0x1cb)]===_0x7c178a(0x378)?_0x7c178a(0x5c7):'host-passive';}[_0x3f5fcc(0x5e4)](_0x5bcd66,_0x21881d){const _0x58d77f=_0x3f5fcc;return _0x21881d[_0x58d77f(0x4e5)]('['+J+'=\x22'+_0x5bcd66+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x58c2b9,_0x36726f){const _0x3bab12=_0x3f5fcc;var _0x739d22,_0x80540a;let _0x54c052=typeof(_0x36726f==null?void 0x0:_0x36726f[_0x3bab12(0x651)])==_0x3bab12(0x1b2)?_0x36726f['composedPath']():void 0x0,_0x2d0a8c=_0x54c052==null?void 0x0:_0x54c052['find'](_0x426ce2=>this[_0x3bab12(0x4a4)](_0x426ce2)&&_0x426ce2[_0x3bab12(0x63b)](_0x3bab12(0x602))),_0x44d8ac=_0x2d0a8c==null?this[_0x3bab12(0x4a4)](_0x58c2b9)?(_0x739d22=_0x58c2b9[_0x3bab12(0x4e5)](_0x3bab12(0x1aa)))==null?void 0x0:_0x739d22:void 0x0:_0x2d0a8c;return(_0x80540a=_0x44d8ac==null?void 0x0:_0x44d8ac[_0x3bab12(0x506)](_0x3bab12(0x602)))==null?this[_0x3bab12(0x295)](_0x36726f):_0x80540a;}[_0x3f5fcc(0x295)](_0x3edfde){const _0x2433ae=_0x3f5fcc;let _0xb02a5e=this[_0x2433ae(0x555)](_0x3edfde);if(!_0xb02a5e)return;let _0x2346eb;for(let [_0x1962da,_0x55597e]of this[_0x2433ae(0x53f)])for(let _0x1217ab of _0x55597e){let _0x558a8a=_0x1217ab[_0x2433ae(0x618)]();if(!this[_0x2433ae(0x186)](_0x558a8a,_0xb02a5e['clientX'],_0xb02a5e['clientY']))continue;let _0x11d19d=_0x558a8a['width']*_0x558a8a[_0x2433ae(0x35c)];(!_0x2346eb||_0x11d19d<_0x2346eb[_0x2433ae(0x3d6)])&&(_0x2346eb={'embedId':_0x1962da,'area':_0x11d19d});}return _0x2346eb==null?void 0x0:_0x2346eb[_0x2433ae(0x332)];}['_getEventClientPoint'](_0x313d42){const _0x2724ec=_0x3f5fcc;let _0x46e1ac=_0x313d42;if(_0x46e1ac){if(Number[_0x2724ec(0x68b)](_0x46e1ac[_0x2724ec(0x4f9)])&&Number[_0x2724ec(0x68b)](_0x46e1ac[_0x2724ec(0x58b)]))return{'clientX':_0x46e1ac[_0x2724ec(0x4f9)],'clientY':_0x46e1ac[_0x2724ec(0x58b)]};if(Number[_0x2724ec(0x68b)](_0x46e1ac['x'])&&Number[_0x2724ec(0x68b)](_0x46e1ac['y']))return{'clientX':_0x46e1ac['x'],'clientY':_0x46e1ac['y']};}}[_0x3f5fcc(0x186)](_0x32db5a,_0x5783eb,_0x279e5e){const _0x5160dc=_0x3f5fcc;return _0x32db5a[_0x5160dc(0x576)]>0x0&&_0x32db5a[_0x5160dc(0x35c)]>0x0&&_0x5783eb>=_0x32db5a[_0x5160dc(0x4bf)]&&_0x5783eb<=_0x32db5a[_0x5160dc(0x375)]&&_0x279e5e>=_0x32db5a['top']&&_0x279e5e<=_0x32db5a[_0x5160dc(0x635)];}[_0x3f5fcc(0x516)](){const _0x5e475d=_0x3f5fcc;var _0x2c81bd;let _0x232af0=this['_getAnyActiveElement']();if(!this[_0x5e475d(0x4a4)](_0x232af0))return;let _0x11cfb8=_0x232af0[_0x5e475d(0x4e5)]('['+J+']');if(!_0x11cfb8)return;let _0x29ede1=_0x11cfb8[_0x5e475d(0x506)](J),_0xac621f=(_0x2c81bd=_0x232af0[_0x5e475d(0x4e5)](_0x5e475d(0x38b)))==null?void 0x0:_0x2c81bd[_0x5e475d(0x506)](Y);return _0x29ede1&&this[_0x5e475d(0x185)](_0xac621f)?{'embedId':_0x29ede1,'role':_0xac621f}:void 0x0;}[_0x3f5fcc(0x4a4)](_0x57e1bb){const _0x3897ae=_0x3f5fcc;var _0xfd76a2;if(!_0x57e1bb)return!0x1;let _0x1c8682=(_0xfd76a2=_0x57e1bb['ownerDocument'])==null?void 0x0:_0xfd76a2[_0x3897ae(0x306)];return _0x1c8682?_0x57e1bb instanceof _0x1c8682[_0x3897ae(0x368)]:typeof HTMLElement<'u'&&_0x57e1bb instanceof HTMLElement;}[_0x3f5fcc(0x185)](_0x11791f){const _0x3e913c=_0x3f5fcc;return _0x11791f===_0x3e913c(0x277)||_0x11791f===_0x3e913c(0x378)||_0x11791f==='child-editor'||_0x11791f===_0x3e913c(0x311)||_0x11791f===_0x3e913c(0x5c0);}['_getAnyActiveElement'](){const _0x38eb3d=_0x3f5fcc;for(let _0x5dd5c2 of this['_elements'][_0x38eb3d(0x5fb)]()){var _0x1870ef;let _0x69476a=(_0x1870ef=_0x5dd5c2[_0x38eb3d(0x5fb)]()['next']()[_0x38eb3d(0x318)])==null?void 0x0:_0x1870ef[_0x38eb3d(0x53b)];if(_0x69476a!=null&&_0x69476a[_0x38eb3d(0x340)])return _0x69476a[_0x38eb3d(0x340)];}return typeof document>'u'?null:document[_0x38eb3d(0x340)];}[_0x3f5fcc(0x678)](_0x592df7){const _0x5dd108=_0x3f5fcc;var _0x81ef67,_0x4af487;let _0x439300=this[_0x5dd108(0x53f)]['get'](_0x592df7),_0x59395e=_0x439300==null||(_0x81ef67=_0x439300[_0x5dd108(0x5fb)]()[_0x5dd108(0x303)]()[_0x5dd108(0x318)])==null?void 0x0:_0x81ef67[_0x5dd108(0x53b)];return(_0x4af487=_0x59395e==null?void 0x0:_0x59395e[_0x5dd108(0x340)])==null?typeof document>'u'?null:document[_0x5dd108(0x340)]:_0x4af487;}['_notifyRuntimeFocusChanged'](){const _0x5cecf6=_0x3f5fcc;this[_0x5cecf6(0x547)][_0x5cecf6(0x303)]();}[_0x3f5fcc(0x2ec)](){const _0x8f98f9=_0x3f5fcc;this['runtimeSessionChanged$'][_0x8f98f9(0x303)]();}};function Z(_0x3122b9,_0x5ea35f){return function(_0x1bb3dd,_0x519ffb){_0x5ea35f(_0x1bb3dd,_0x519ffb,_0x3122b9);};}function Wa(_0x2376a6,_0x2d99bb,_0x3cca39,_0x330595){const _0x48d950=_0x3f5fcc;var _0x165757=arguments[_0x48d950(0x203)],_0x3fe72f=_0x165757<0x3?_0x2d99bb:_0x330595===null?_0x330595=Object[_0x48d950(0x413)](_0x2d99bb,_0x3cca39):_0x330595,_0x263cc6;if(typeof Reflect==_0x48d950(0x47f)&&typeof Reflect['decorate']=='function')_0x3fe72f=Reflect[_0x48d950(0x664)](_0x2376a6,_0x2d99bb,_0x3cca39,_0x330595);else{for(var _0x3eb5e9=_0x2376a6[_0x48d950(0x203)]-0x1;_0x3eb5e9>=0x0;_0x3eb5e9--)(_0x263cc6=_0x2376a6[_0x3eb5e9])&&(_0x3fe72f=(_0x165757<0x3?_0x263cc6(_0x3fe72f):_0x165757>0x3?_0x263cc6(_0x2d99bb,_0x3cca39,_0x3fe72f):_0x263cc6(_0x2d99bb,_0x3cca39))||_0x3fe72f);}return _0x165757>0x3&&_0x3fe72f&&Object[_0x48d950(0x243)](_0x2d99bb,_0x3cca39,_0x3fe72f),_0x3fe72f;}const Ga=new WeakMap();let Ka=0x0;function qa(_0x2df1a7,_0x2791d8){const _0x4dbd37=_0x3f5fcc;return _0x2df1a7[_0x4dbd37(0x4ec)](Za)?_0x2df1a7['get'](Za)['register'](_0x2791d8):Ya(_0x2df1a7,_0x2791d8);}function Ja(_0xd7518a){const _0x439c11=_0x3f5fcc;if(!_0xd7518a['has'](Za))return;let _0x2da7f5=Ga[_0x439c11(0x613)](_0xd7518a);_0x2da7f5!=null&&_0x2da7f5[_0x439c11(0x579)]&&([..._0x2da7f5[_0x439c11(0x5fb)]()][_0x439c11(0x2fb)]((_0x1f70b5,_0x36766f)=>_0x1f70b5[_0x439c11(0x481)]-_0x36766f[_0x439c11(0x481)])[_0x439c11(0x3e7)](({contribution:_0x38f779})=>qa(_0xd7518a,_0x38f779)),Ga[_0x439c11(0x627)](_0xd7518a));}function Ya(_0x259cc0,_0x555735){const _0x394282=_0x3f5fcc;var _0x49ff3b;let _0x33b09f={'contribution':_0x555735,'index':Ka++},_0x493cce=Xa(_0x555735,_0x33b09f[_0x394282(0x481)]),_0x2af0e3=_0x259cc0,_0x3dafaa=(_0x49ff3b=Ga['get'](_0x2af0e3))==null?new Map():_0x49ff3b;return _0x3dafaa[_0x394282(0x360)](_0x493cce,_0x33b09f),Ga[_0x394282(0x360)](_0x2af0e3,_0x3dafaa),_0x5b1d76(()=>{const _0x2576ea=_0x394282;let _0x4246ad=Ga[_0x2576ea(0x613)](_0x2af0e3);(_0x4246ad==null?void 0x0:_0x4246ad['get'](_0x493cce))===_0x33b09f&&_0x4246ad[_0x2576ea(0x627)](_0x493cce);});}function Xa(_0x550a30,_0x56f058){const _0x5c4a12=_0x3f5fcc;return _0x550a30['id']?_0x550a30[_0x5c4a12(0x5ca)]+':'+_0x550a30['id']:_0x550a30['childType']+':anonymous:'+_0x56f058;}let Za=class{constructor(_0x5a908d,_0x34863b){const _0x4b5641=_0x3f5fcc;this[_0x4b5641(0x4df)]=_0x5a908d,this[_0x4b5641(0x4a9)]=_0x34863b,K(this,'_contributions',new Map()),K(this,_0x4b5641(0x187),new Set()),K(this,'_nextIndex',0x0);}['register'](_0x2b9e76){const _0x563f97=_0x3f5fcc;var _0x8a3fc6;if(_0x2b9e76['id']&&this['_hasContributionId'](_0x2b9e76[_0x563f97(0x5ca)],_0x2b9e76['id']))return _0x5b1d76(()=>{});let _0x305d67={'contribution':_0x2b9e76,'index':this[_0x563f97(0x399)]++},_0x522b90=(_0x8a3fc6=this['_contributions'][_0x563f97(0x613)](_0x2b9e76['childType']))==null?[]:_0x8a3fc6;return _0x522b90['push'](_0x305d67),_0x522b90[_0x563f97(0x2fb)](Qa),this[_0x563f97(0x585)][_0x563f97(0x360)](_0x2b9e76[_0x563f97(0x5ca)],_0x522b90),_0x5b1d76(()=>{const _0x16a7bb=_0x563f97;let _0x5a8132=this['_contributions'][_0x16a7bb(0x613)](_0x2b9e76[_0x16a7bb(0x5ca)]);if(!_0x5a8132)return;let _0x492802=_0x5a8132[_0x16a7bb(0x345)](_0x2572e6=>_0x2572e6!==_0x305d67);_0x492802[_0x16a7bb(0x203)]?this[_0x16a7bb(0x585)][_0x16a7bb(0x360)](_0x2b9e76[_0x16a7bb(0x5ca)],_0x492802):this[_0x16a7bb(0x585)][_0x16a7bb(0x627)](_0x2b9e76[_0x16a7bb(0x5ca)]);});}[_0x3f5fcc(0x2a7)](_0xb260d2){const _0x4ead78=_0x3f5fcc;var _0x54bd77;return((_0x54bd77=this[_0x4ead78(0x585)][_0x4ead78(0x613)](_0xb260d2))==null?[]:_0x54bd77)['map'](_0x327759=>_0x327759['contribution']);}[_0x3f5fcc(0x534)](_0x262ffc){const _0x30672c=_0x3f5fcc;let _0x718327=this[_0x30672c(0x2a7)](_0x262ffc);for(let _0x5c5898 of _0x718327)this['_registerProductPluginsOnce'](_0x5c5898);}async[_0x3f5fcc(0x563)](_0x3246ef){const _0x101aee=_0x3f5fcc;let _0x42e8dc=this[_0x101aee(0x2a7)](_0x3246ef['childType']);_0x42e8dc[_0x101aee(0x203)]&&await Ra({'instanceService':this[_0x101aee(0x4df)][_0x101aee(0x613)](_0x4973db),'childUnitId':_0x3246ef[_0x101aee(0x4e8)],'childType':_0x3246ef[_0x101aee(0x5ca)],'restoreUnitId':_0x3246ef[_0x101aee(0x3d9)],'settleDelayMs':_0x3246ef[_0x101aee(0x406)],'shouldRestore':()=>{const _0x1fea24=_0x101aee;var _0x2c4590;return!((_0x2c4590=this[_0x1fea24(0x4a9)])!=null&&_0x2c4590[_0x1fea24(0x40e)](_0x3246ef['childUnitId']));}},async()=>{const _0x1d5315=_0x101aee;for(let _0x442bf4 of _0x42e8dc)this['_registerProductPluginsOnce'](_0x442bf4),_0x442bf4[_0x1d5315(0x563)]&&await _0x442bf4[_0x1d5315(0x563)]({'injector':this[_0x1d5315(0x4df)],'childUnitId':_0x3246ef[_0x1d5315(0x4e8)],'childType':_0x3246ef[_0x1d5315(0x5ca)],'descriptor':_0x3246ef['descriptor']});});}['_hasContributionId'](_0x35cd1f,_0x1cf22c){const _0x35832e=_0x3f5fcc;var _0x165aee;return((_0x165aee=this[_0x35832e(0x585)][_0x35832e(0x613)](_0x35cd1f))==null?[]:_0x165aee)['some'](_0x5dac27=>_0x5dac27[_0x35832e(0x2d4)]['id']===_0x1cf22c);}[_0x3f5fcc(0x2a4)](_0x18284d){const _0x3e4edd=_0x3f5fcc;var _0x11216a;if(!((_0x11216a=_0x18284d[_0x3e4edd(0x3b3)])!=null&&_0x11216a[_0x3e4edd(0x203)])||!this[_0x3e4edd(0x4df)]['has'](_0x4d7669))return;let _0x2552f4=this[_0x3e4edd(0x4df)][_0x3e4edd(0x613)](_0x4d7669);_0x18284d[_0x3e4edd(0x3b3)][_0x3e4edd(0x3e7)](_0x5daeed=>{const _0x3f2721=_0x3e4edd;let [_0x1eda64,_0x335c79]=$a(_0x5daeed);if(!this[_0x3f2721(0x187)][_0x3f2721(0x4ec)](_0x1eda64[_0x3f2721(0x3be)])){try{_0x2552f4['registerPlugin'](_0x1eda64,_0x335c79);}catch(_0x17c7b9){if(!eo(_0x17c7b9,_0x1eda64[_0x3f2721(0x3be)]))throw _0x17c7b9;}this[_0x3f2721(0x187)][_0x3f2721(0x3d8)](_0x1eda64['pluginName']);}});}};Za=Wa([Z(0x0,_0x359774(_0xbdc958)),Z(0x1,_0x3addc7(X))],Za);function Qa(_0xaaba4b,_0x581945){const _0x3ca1ae=_0x3f5fcc;var _0x2175bc,_0x39c490;return((_0x2175bc=_0xaaba4b[_0x3ca1ae(0x2d4)][_0x3ca1ae(0x453)])==null?_0xaaba4b[_0x3ca1ae(0x481)]:_0x2175bc)-((_0x39c490=_0x581945['contribution'][_0x3ca1ae(0x453)])==null?_0x581945[_0x3ca1ae(0x481)]:_0x39c490)||_0xaaba4b[_0x3ca1ae(0x481)]-_0x581945['index'];}function $a(_0x46815e){return Array['isArray'](_0x46815e)?[_0x46815e[0x0],_0x46815e[0x1]]:[_0x46815e,void 0x0];}function eo(_0x321c36,_0x1eeb40){const _0x378770=_0x3f5fcc;return _0x321c36 instanceof Error&&_0x321c36['message']['includes'](_0x378770(0x39f))&&_0x321c36[_0x378770(0x5b3)]['includes']('\x22'+_0x1eeb40+'\x22');}var to=class{constructor(_0x4d37cc={}){const _0x50624f=_0x3f5fcc;K(this,_0x50624f(0x562),new Map()),K(this,_0x50624f(0x199),void 0x0),this[_0x50624f(0x199)]=no(_0x4d37cc[_0x50624f(0x64f)]);}[_0x3f5fcc(0x4dd)](_0x12e541){const _0x23833a=_0x3f5fcc;let _0x5cb871=this['getAncestryForHostUnit'](_0x12e541['hostUnitId']);return _0x5cb871[_0x23833a(0x268)](_0x43589c=>_0x43589c[_0x23833a(0x489)]===_0x12e541['childUnitId']||_0x43589c['childUnitId']===_0x12e541[_0x23833a(0x4e8)])?{'allowed':!0x1,'reason':_0x23833a(0x34a),'ancestry':_0x5cb871}:_0x5cb871[_0x23833a(0x203)]>=this['_maxDepth']?{'allowed':!0x1,'reason':_0x23833a(0x41a),'ancestry':_0x5cb871}:{'allowed':!0x0,'ancestry':_0x5cb871};}[_0x3f5fcc(0x50d)](_0x35b0f7){const _0x59f42f=_0x3f5fcc;let _0x23d282=[...this[_0x59f42f(0x2c8)](_0x35b0f7[_0x59f42f(0x489)]),{'hostUnitId':_0x35b0f7[_0x59f42f(0x489)],'embedId':_0x35b0f7['embedId'],'childUnitId':_0x35b0f7[_0x59f42f(0x4e8)]}];return this[_0x59f42f(0x562)][_0x59f42f(0x360)](_0x35b0f7[_0x59f42f(0x4e8)],_0x23d282),_0x5b1d76(()=>{const _0x4a6f06=_0x59f42f;this[_0x4a6f06(0x562)][_0x4a6f06(0x613)](_0x35b0f7[_0x4a6f06(0x4e8)])===_0x23d282&&this[_0x4a6f06(0x562)][_0x4a6f06(0x627)](_0x35b0f7['childUnitId']);});}[_0x3f5fcc(0x2c8)](_0x37b3b3){const _0x410aae=_0x3f5fcc;var _0x356f31;return(_0x356f31=this[_0x410aae(0x562)][_0x410aae(0x613)](_0x37b3b3))==null?[]:_0x356f31;}[_0x3f5fcc(0x23f)](_0x3b0da6){const _0x52c504=_0x3f5fcc;var _0x51db88;return(_0x51db88=this[_0x52c504(0x2c8)](_0x3b0da6)['at'](-0x1))==null?void 0x0:_0x51db88['embedId'];}};function no(_0x2350a2){const _0x260a7a=_0x3f5fcc;return typeof _0x2350a2==_0x260a7a(0x1ec)&&Number['isFinite'](_0x2350a2)&&_0x2350a2>=0x0?Math['floor'](_0x2350a2):0x1;}const ro=new Set(['identifier:univer.menu-manager-service','identifier:univer.ribbon-service',_0x3f5fcc(0x1ef),'identifier:ui.popup.service',_0x3f5fcc(0x2e9),'identifier:ui.layout-service',_0x3f5fcc(0x462)]);function io(_0x193463){const _0x15abcf=_0x3f5fcc;let _0x59eff7=_0x193463[_0x15abcf(0x2b3)]['get'](_0x4973db),_0x423b1b=_0x59eff7[_0x15abcf(0x212)](_0x193463[_0x15abcf(0x4e8)],_0x193463[_0x15abcf(0x5ca)]);if(!_0x423b1b)return;let _0x47b9f1=oo(_0x59eff7,_0x193463,_0x423b1b,new _0x12f191(_0x423b1b),new _0x12f191(_0x423b1b[_0x15abcf(0x4b3)]())),_0x1f7dcd=lo(_0x193463),_0x4f3ca9=co(_0x193463[_0x15abcf(0x2b3)]['get'](_0x4c2aa7),_0x193463,_0x59eff7,_0x1f7dcd),_0x5e2ea9=new Map([[_0x4973db,_0x47b9f1],[_0x4c2aa7,_0x4f3ca9]]);_0x193463['injector'][_0x15abcf(0x4ec)](to)&&_0x5e2ea9[_0x15abcf(0x360)](to,_0x193463['injector'][_0x15abcf(0x613)](to));let _0x84d6dd=fo(_0x193463[_0x15abcf(0x2b3)],_0x193463[_0x15abcf(0x5ca)]);_0x84d6dd&&_0x5e2ea9[_0x15abcf(0x360)](_0x3fb6b6,_0x84d6dd);let _0x45fef4=vo(_0x193463[_0x15abcf(0x2b3)],_0x5e2ea9),_0x5b2bd4=[];if(_0x193463[_0x15abcf(0x2b3)]['has'](_0x2fec94)){let _0x34a7f2=_0x193463[_0x15abcf(0x2b3)][_0x15abcf(0x613)](_0x2fec94);_0x5b2bd4['push'](_0x34a7f2[_0x15abcf(0x4aa)]({'unitId':_0x193463[_0x15abcf(0x4e8)],'has':_0x549f23=>_0x45fef4['has'](_0x549f23),'get':_0x53aac8=>_0x45fef4[_0x15abcf(0x613)](_0x53aac8)}));}let _0x1fbbcc=Lo(_0x193463['injector'],_0x45fef4);if(_0x1fbbcc){_0x45fef4[_0x15abcf(0x3d8)]([_0x14bf5f,{'useValue':_0x1fbbcc}]);let _0x1dbc82=new _0x4084fb(_0x1fbbcc,_0x47b9f1);_0x45fef4[_0x15abcf(0x3d8)]([_0x31daae,{'useValue':_0x1dbc82}]),_0x5b2bd4[_0x15abcf(0x4a8)](_0x1dbc82);}if(_0x193463[_0x15abcf(0x5ad)][_0x15abcf(0x383)]){let _0x2f5d9e=zo(_0x45fef4,_0x193463[_0x15abcf(0x4e8)]),_0x34ec20=new _0x37a885(),_0x18d4ae=new _0x498bc6();_0x45fef4[_0x15abcf(0x3d8)]([_0x4834e9,{'useValue':_0x2f5d9e}]),_0x45fef4[_0x15abcf(0x3d8)]([_0x4b8e27,{'useValue':_0x34ec20}]),_0x45fef4[_0x15abcf(0x3d8)]([_0x5476d7,{'useValue':_0x18d4ae}]),_0x5b2bd4['push'](_0x2f5d9e,_0x34ec20,_0x18d4ae);}else{let _0x3022ee=Ro(_0x193463[_0x15abcf(0x2b3)],_0x45fef4,_0x193463[_0x15abcf(0x4e8)]);_0x3022ee&&_0x45fef4[_0x15abcf(0x3d8)]([_0x4834e9,{'useValue':_0x3022ee}]);}let _0x5f46bf=Bo(_0x193463[_0x15abcf(0x2b3)],_0x193463);if(_0x5f46bf&&_0x45fef4[_0x15abcf(0x3d8)]([_0x880687,{'useValue':_0x5f46bf}]),_0x5b2bd4['length']){let _0x465788=_0x45fef4[_0x15abcf(0x5a6)][_0x15abcf(0x342)](_0x45fef4),_0x327aa2=!0x1;_0x45fef4[_0x15abcf(0x5a6)]=()=>{const _0x526542=_0x15abcf;_0x327aa2||(_0x327aa2=!0x0,_0x5b2bd4[_0x526542(0x3e7)](_0x18775b=>_0x18775b[_0x526542(0x5a6)]()),_0x465788());};}return _0x45fef4;}function ao(_0x33bd2e,_0x26755b){const _0x43235d=_0x3f5fcc;if(!_0x33bd2e['has'](_0x5dcf41))return;let _0x14c7b9=_0x33bd2e[_0x43235d(0x613)](_0x5dcf41);return vo(_0x33bd2e,new Map([[_0x5dcf41,go(_0x14c7b9,_0x26755b)]]));}function oo(_0x4ef14e,_0x3a8a20,_0x37c35a,_0x53efc8,_0x29bb5b){const _0xe3766d=_0x3f5fcc;return{'unitAdded$':_0x4ef14e[_0xe3766d(0x558)],'getTypeOfUnitAdded$':(..._0x57fdf8)=>_0x4ef14e[_0xe3766d(0x574)](..._0x57fdf8),'__addUnit':(..._0xf85231)=>_0x4ef14e[_0xe3766d(0x247)](..._0xf85231),'unitDisposed$':_0x4ef14e[_0xe3766d(0x395)],'getTypeOfUnitDisposed$':(..._0x57a77d)=>_0x4ef14e['getTypeOfUnitDisposed$'](..._0x57a77d),'focused$':_0x29bb5b['asObservable'](),'focusUnit':_0x4bc67d=>{const _0x52a200=_0xe3766d;if(_0x4bc67d===null||so(_0x3a8a20,_0x4bc67d)){_0x29bb5b[_0x52a200(0x46a)]()!==_0x4bc67d&&_0x29bb5b[_0x52a200(0x303)](_0x4bc67d);return;}_0x4ef14e['focusUnit'](_0x4bc67d);},'getFocusedUnit':()=>{const _0x4676cf=_0xe3766d;let _0x1d5514=_0x29bb5b['getValue']();if(_0x1d5514===null)return null;if(_0x1d5514===_0x3a8a20[_0x4676cf(0x4e8)])return _0x37c35a;if(_0x229d11(_0x1d5514)){var _0xfeaa07;return(_0xfeaa07=_0x4ef14e[_0x4676cf(0x212)](_0x1d5514))==null?_0x37c35a:_0xfeaa07;}return _0x4ef14e[_0x4676cf(0x507)]();},'getCurrentUnitOfType':_0x18bb46=>_0x18bb46===_0x3a8a20[_0xe3766d(0x5ca)]?_0x53efc8[_0xe3766d(0x46a)]():_0x4ef14e[_0xe3766d(0x1f0)](_0x18bb46),'setCurrentUnitForType':_0x36e40e=>{const _0x330dbc=_0xe3766d;if(so(_0x3a8a20,_0x36e40e)){_0x53efc8['getValue']()!==_0x37c35a&&_0x53efc8[_0x330dbc(0x303)](_0x37c35a);return;}_0x4ef14e[_0x330dbc(0x27e)](_0x36e40e);},'getCurrentTypeOfUnit$':_0x380fd4=>_0x380fd4===_0x3a8a20[_0xe3766d(0x5ca)]?_0x53efc8[_0xe3766d(0x323)]():_0x4ef14e[_0xe3766d(0x472)](_0x380fd4),'createUnit':(..._0x10d69b)=>_0x4ef14e[_0xe3766d(0x2ed)](..._0x10d69b),'getUnitCreateOptions':(..._0x263991)=>_0x4ef14e['getUnitCreateOptions'](..._0x263991),'disposeUnit':(..._0x40df59)=>_0x4ef14e[_0xe3766d(0x521)](..._0x40df59),'registerCtorForType':(..._0x4ca32f)=>_0x4ef14e[_0xe3766d(0x578)](..._0x4ca32f),'changeDoc':(..._0x1abbde)=>_0x4ef14e['changeDoc'](..._0x1abbde),'getUnit':(..._0x532f40)=>_0x4ef14e[_0xe3766d(0x212)](..._0x532f40),'getAllUnitsForType':(..._0x34f963)=>_0x4ef14e[_0xe3766d(0x22e)](..._0x34f963),'getUnitType':(..._0x2cd86b)=>_0x4ef14e['getUnitType'](..._0x2cd86b),'getUniverSheetInstance':(..._0x1a71ee)=>_0x4ef14e[_0xe3766d(0x5de)](..._0x1a71ee),'dispose':()=>{}};}function so(_0x46bcf4,_0x189654){const _0x2c9a89=_0x3f5fcc;return _0x189654===_0x46bcf4[_0x2c9a89(0x4e8)]||_0x229d11(_0x189654);}function co(_0x30c11c,_0x2a8906,_0x394f4b,_0x473564){const _0x2667b9=_0x3f5fcc;return{'disposed':()=>_0x30c11c[_0x2667b9(0x206)](),'hasCommand':_0x4dafe3=>_0x30c11c['hasCommand'](_0x4dafe3),'registerCommand':(..._0xb233f5)=>_0x30c11c[_0x2667b9(0x4f5)](..._0xb233f5),'unregisterCommand':_0xb49e0e=>_0x30c11c['unregisterCommand'](_0xb49e0e),'registerMultipleCommand':(..._0x35b77c)=>_0x30c11c[_0x2667b9(0x46b)](..._0x35b77c),'executeCommand':async(..._0x2ee3f0)=>{const _0x1bb459=_0x2667b9;var _0xd9972b,_0x5a169f;let _0x2f366e=()=>_0x30c11c[_0x1bb459(0x48d)](_0x2ee3f0[0x0],_o(_0x2a8906,_0x2ee3f0[0x0],_0x2ee3f0[0x1]),_0x2ee3f0[0x2]);if(!_0x473564)return await _0x2f366e();let _0x23f8e3=_0x394f4b['getCurrentUnitOfType'](_0x2a8906['childType']),_0x92228a=(_0xd9972b=(_0x5a169f=_0x394f4b[_0x1bb459(0x507)]())==null?void 0x0:_0x5a169f[_0x1bb459(0x4b3)]())==null?null:_0xd9972b;try{return _0x394f4b['setCurrentUnitForType'](_0x2a8906[_0x1bb459(0x4e8)]),_0x394f4b[_0x1bb459(0x2ee)](_0x2a8906[_0x1bb459(0x4e8)]),await _0x2f366e();}finally{_0x23f8e3&&_0x394f4b[_0x1bb459(0x27e)](_0x23f8e3[_0x1bb459(0x4b3)]()),yo(_0x2a8906,_0x394f4b,_0x92228a);}},'syncExecuteCommand':(..._0xd2072c)=>{const _0x3299a5=_0x2667b9;var _0x3d420a,_0x68ee5;let _0x5ff9f4=()=>_0x30c11c[_0x3299a5(0x3ff)](_0xd2072c[0x0],_o(_0x2a8906,_0xd2072c[0x0],_0xd2072c[0x1]),_0xd2072c[0x2]);if(!_0x473564)return _0x5ff9f4();let _0x344192=_0x394f4b[_0x3299a5(0x1f0)](_0x2a8906[_0x3299a5(0x5ca)]),_0x22b461=(_0x3d420a=(_0x68ee5=_0x394f4b[_0x3299a5(0x507)]())==null?void 0x0:_0x68ee5[_0x3299a5(0x4b3)]())==null?null:_0x3d420a;try{return _0x394f4b['setCurrentUnitForType'](_0x2a8906['childUnitId']),_0x394f4b['focusUnit'](_0x2a8906['childUnitId']),_0x5ff9f4();}finally{_0x344192&&_0x394f4b[_0x3299a5(0x27e)](_0x344192['getUnitId']()),yo(_0x2a8906,_0x394f4b,_0x22b461);}},'onCommandExecuted':(..._0x3605a9)=>_0x30c11c[_0x2667b9(0x60f)](..._0x3605a9),'beforeCommandExecuted':(..._0x5b201a)=>_0x30c11c[_0x2667b9(0x56d)](..._0x5b201a),'onMutationExecutedForCollab':(..._0x4efbdd)=>_0x30c11c[_0x2667b9(0x493)](..._0x4efbdd),'dispose':()=>{}};}function lo(_0x143e58){const _0x5cea66=_0x3f5fcc;return _0x143e58['renderScope']['fullscreen']||_0x143e58[_0x5cea66(0x3b1)]['entry']===_0x5cea66(0x47d)?!0x0:uo(_0x143e58);}function uo(_0x49d294){const _0x529e7b=_0x3f5fcc;var _0x2145a8;return _0x49d294[_0x529e7b(0x3b1)][_0x529e7b(0x4f3)]==='sheets-sheet-tab'||_0x49d294['descriptor']['entry']===_0x529e7b(0x4d5)||_0x49d294[_0x529e7b(0x3b1)][_0x529e7b(0x4f3)]==='slides-page-list-block'||_0x49d294[_0x529e7b(0x570)]===_0x529e7b(0x1a5)||!!((_0x2145a8=_0x49d294[_0x529e7b(0x3b1)][_0x529e7b(0x1d1)])!=null&&_0x2145a8[_0x529e7b(0x281)]);}function fo(_0x543155,_0x22916e){const _0x31b725=_0x3f5fcc;var _0x18e905;if(!_0x543155[_0x31b725(0x4ec)](_0x3fb6b6))return;let _0x58a12b=_0x543155[_0x31b725(0x613)](_0x3fb6b6),_0x1600a5=po(_0x22916e),_0x1359f8=new _0x43adb8();return{'contextChanged$':_0x1e6243(((_0x18e905=_0x58a12b[_0x31b725(0x5d8)])==null?_0x458382:_0x18e905)[_0x31b725(0x4fd)](_0xc48fa5(_0x31a09e=>Object[_0x31b725(0x48a)](Object['entries'](_0x31a09e)[_0x31b725(0x345)](([_0x3621a3])=>!ho(_0x3621a3)))),_0x4084f9(_0x202185=>Object['keys'](_0x202185)[_0x31b725(0x203)]>0x0)),_0x1359f8),'getContextValue':_0x347b12=>ho(_0x347b12)?mo(_0x1600a5,_0x347b12):_0x58a12b[_0x31b725(0x3c0)](_0x347b12),'setContextValue':(_0x2bfb75,_0x2b60f9)=>{const _0x151011=_0x31b725;if(!ho(_0x2bfb75)){_0x58a12b['setContextValue'](_0x2bfb75,_0x2b60f9);return;}_0x1600a5[_0x151011(0x360)](_0x2bfb75,_0x2b60f9),_0x1359f8['next']({[_0x2bfb75]:_0x2b60f9});},'subscribeContextValue$':_0x12fab4=>ho(_0x12fab4)?new _0x3cd883(_0x36a712=>{const _0x4b6a7f=_0x31b725;let _0x4e67df=_0x1359f8['pipe'](_0x4084f9(_0x5842de=>_0x5842de[_0x12fab4]!==void 0x0))[_0x4b6a7f(0x2ae)](_0x5cac56=>_0x36a712['next'](_0x5cac56[_0x12fab4]));return _0x36a712[_0x4b6a7f(0x303)](mo(_0x1600a5,_0x12fab4)),()=>_0x4e67df[_0x4b6a7f(0x44a)]();}):_0x58a12b[_0x31b725(0x455)](_0x12fab4)};}function po(_0x34fad7){const _0x20e5c5=_0x3f5fcc;return new Map([[_0x3e3552,!0x0],[_0x3e99f6,_0x34fad7===_0x52a08f[_0x20e5c5(0x31d)]],[_0x13c51a,_0x34fad7===_0x52a08f[_0x20e5c5(0x40c)]],[_0xb3c8db,_0x34fad7===_0x52a08f[_0x20e5c5(0x2f7)]]]);}function mo(_0x2f09db,_0x3f3f56){const _0x3e7b5a=_0x3f5fcc;var _0x2fc945;return(_0x2fc945=_0x2f09db[_0x3e7b5a(0x613)](_0x3f3f56))==null?!0x1:_0x2fc945;}function ho(_0x743493){const _0x2fbc48=_0x3f5fcc;return _0x743493[_0x2fbc48(0x491)](_0x2fbc48(0x435))||_0x743493===_0x2c68a8||_0x743493===_0x44d2c4;}function go(_0x10aa7e,_0x4efddd){const _0x582120=_0x3f5fcc;return{'getConfig':_0x5d9e40=>{const _0x32ed1e=_0x2e56;let _0x41a478=_0x10aa7e[_0x32ed1e(0x278)](_0x5d9e40),_0x5c93ce=_0x4efddd[_0x32ed1e(0x613)](_0x5d9e40);return _0x5c93ce?_0x5c93ce(_0x41a478):_0x41a478;},'setConfig':_0x10aa7e[_0x582120(0x4bc)][_0x582120(0x342)](_0x10aa7e),'deleteConfig':_0x10aa7e['deleteConfig']['bind'](_0x10aa7e),'subscribeConfigValue$':_0x10aa7e[_0x582120(0x388)][_0x582120(0x342)](_0x10aa7e),'configChanged$':_0x10aa7e[_0x582120(0x49e)],'dispose':()=>{}};}function _o(_0x3d895d,_0x7ff62,_0x2238e9){const _0x3dc484=_0x3f5fcc;if(_0x7ff62!==_0x40370d['id']||!_0x2238e9||typeof _0x2238e9!=_0x3dc484(0x47f))return _0x2238e9;let _0x315ba1=_0x2238e9;return _0x315ba1['parentEmbedId']?_0x315ba1:{..._0x315ba1,'parentEmbedId':_0x3d895d['embedId']};}function vo(_0x1dcdd7,_0x4995f9,_0x63ac88=_0x1dcdd7){const _0x265387=_0x3f5fcc;var _0x2360fe;let _0x4885c2=(_0x2360fe=Ao(_0x1dcdd7))==null?_0x63ac88:_0x2360fe,_0x2d15be=new Map(_0x4995f9),_0x19a524=new Map(),_0x5426a3=new Set(),_0x4bc4ef=new Map(),_0x3a9242;_0x2d15be[_0x265387(0x3e7)]((_0x1e872c,_0x11eee4)=>{_0x51d839(_0x11eee4);});function _0x51d839(_0x44c5c0){const _0x411b18=_0x265387;let _0x18b053=xo(_0x44c5c0);return _0x5426a3[_0x411b18(0x3d8)](_0x18b053),_0x4bc4ef[_0x411b18(0x4ec)](_0x18b053)||_0x4bc4ef['set'](_0x18b053,_0x44c5c0),_0x18b053;}let _0x23d352=_0x169d5f=>{const _0x34304e=_0x265387;var _0x3c8638;return _0x2d15be['has'](_0x169d5f)||_0x19a524[_0x34304e(0x4ec)](_0x169d5f)||(_0x3c8638=_0x4bc4ef[_0x34304e(0x613)](xo(_0x169d5f)))==null?_0x169d5f:_0x3c8638;},_0x276877=_0x504d04=>{const _0x4e1f0e=_0x265387;let _0x2b48f5=_0x23d352(_0x504d04);if(_0x2d15be[_0x4e1f0e(0x4ec)](_0x2b48f5))return _0x2d15be[_0x4e1f0e(0x613)](_0x2b48f5);let _0x19fbcd=_0x19a524['get'](_0x2b48f5);if(!_0x19fbcd)return;let _0x3aaa1f=_0x19fbcd();return _0x19a524[_0x4e1f0e(0x627)](_0x2b48f5),_0x2d15be['set'](_0x2b48f5,_0x3aaa1f),Do(_0x3a9242,_0x2b48f5,_0x3aaa1f),_0x2b48f5!==_0x504d04&&Do(_0x3a9242,_0x504d04,_0x3aaa1f),_0x3aaa1f;},_0x46dc6d=_0x4c672c=>{const _0x21c472=_0x265387;let _0x512ef4=_0x23d352(_0x4c672c);return _0x2d15be[_0x21c472(0x4ec)](_0x512ef4)||_0x19a524[_0x21c472(0x4ec)](_0x512ef4);},_0x2aef4a=_0x339ac4=>_0x5426a3[_0x265387(0x4ec)](xo(_0x339ac4)),_0x1733ad=_0x577abe=>ro[_0x265387(0x4ec)](xo(_0x577abe)),_0x51a6f5=_0x55f200=>!_0x2aef4a(_0x55f200)&&_0x1dcdd7[_0x265387(0x4ec)](_0x55f200),_0x510b46=()=>{const _0x361e7c=_0x265387;if(_0x3a9242)return _0x3a9242;let _0x325802=_0x1dcdd7[_0x361e7c(0x544)];if(typeof _0x325802==_0x361e7c(0x1b2))return _0x3a9242=_0x325802[_0x361e7c(0x3c8)](_0x1dcdd7,[...Fo(_0x2d15be),[_0xbdc958,{'useFactory':()=>_0x3a9242}]]),_0x3a9242;},_0x127e8c={'has':_0x4f67f1=>{const _0x285e0c=_0x265387;var _0x225cd9;if(_0x4f67f1===_0xbdc958||_0x46dc6d(_0x4f67f1)||_0x51a6f5(_0x4f67f1))return!0x0;let _0x3c2152=_0x510b46();return(_0x225cd9=_0x3c2152==null?void 0x0:_0x3c2152[_0x285e0c(0x4ec)](_0x4f67f1))==null?_0x1dcdd7[_0x285e0c(0x4ec)](_0x4f67f1):_0x225cd9;},'get':(_0x1e7df2,..._0x8bb987)=>{const _0x3b24da=_0x265387;if(_0x1e7df2===_0xbdc958)return _0x127e8c;if(So(_0x8bb987,_0x4fb688[_0x3b24da(0x1e4)])){let _0x44ce75=_0x510b46();_0x145d53(_0x44ce75,_0x1e7df2);let _0x3e9b33=To(_0x44ce75,_0x1e7df2);return _0x3e9b33['resolved']?_0x3e9b33[_0x3b24da(0x318)]:wo(_0x44ce75||_0x1dcdd7,_0x1e7df2,_0x8bb987);}return _0x46dc6d(_0x1e7df2)?_0x276877(_0x1e7df2):So(_0x8bb987,_0x4fb688[_0x3b24da(0x56e)])?wo(_0x1dcdd7,_0x1e7df2,Co(_0x8bb987,_0x4fb688[_0x3b24da(0x56e)])):_0x51a6f5(_0x1e7df2)?wo(_0x1dcdd7,_0x1e7df2,_0x8bb987):wo(_0x510b46()||_0x1dcdd7,_0x1e7df2,_0x8bb987);},'invoke':(_0x461b08,..._0x3bb9ad)=>_0x461b08({'has':_0x5a4b9b=>{const _0x977bb4=_0x265387;var _0x5e31f8;if(_0x5a4b9b===_0xbdc958||_0x46dc6d(_0x5a4b9b)||_0x51a6f5(_0x5a4b9b))return!0x0;let _0x1a57d7=_0x510b46();return(_0x5e31f8=_0x1a57d7==null?void 0x0:_0x1a57d7[_0x977bb4(0x4ec)](_0x5a4b9b))==null?_0x1dcdd7[_0x977bb4(0x4ec)](_0x5a4b9b):_0x5e31f8;},'get':(_0x338b0b,..._0x2110c4)=>{const _0x1626d6=_0x265387;if(_0x338b0b===_0xbdc958)return _0x127e8c;if(So(_0x2110c4,_0x4fb688[_0x1626d6(0x1e4)])){let _0x10aa1a=_0x510b46();_0x145d53(_0x10aa1a,_0x338b0b);let _0x183def=To(_0x10aa1a,_0x338b0b);return _0x183def[_0x1626d6(0x5c2)]?_0x183def[_0x1626d6(0x318)]:wo(_0x10aa1a||_0x1dcdd7,_0x338b0b,_0x2110c4);}return _0x46dc6d(_0x338b0b)?_0x276877(_0x338b0b):So(_0x2110c4,_0x4fb688['SKIP_SELF'])?wo(_0x1dcdd7,_0x338b0b,Co(_0x2110c4,_0x4fb688[_0x1626d6(0x56e)])):_0x51a6f5(_0x338b0b)?wo(_0x1dcdd7,_0x338b0b,_0x2110c4):wo(_0x510b46()||_0x1dcdd7,_0x338b0b,_0x2110c4);}},..._0x3bb9ad),'add':_0x3ab4cc=>{const _0x3051af=_0x265387;let _0x434f23=Io(_0x3ab4cc);if(_0x434f23){if(_0x434f23[_0x3051af(0x2c7)]!=='factory'&&_0x51a6f5(_0x434f23[_0x3051af(0x1b7)])&&!_0x1733ad(_0x434f23['identifier']))return;let _0x3b928d=xo(_0x434f23['identifier']);if(_0x5426a3[_0x3051af(0x4ec)](_0x3b928d))return;if(_0x51d839(_0x434f23[_0x3051af(0x1b7)]),_0x434f23['kind']===_0x3051af(0x318))_0x19a524[_0x3051af(0x627)](_0x434f23[_0x3051af(0x1b7)]),_0x2d15be[_0x3051af(0x360)](_0x434f23[_0x3051af(0x1b7)],_0x434f23[_0x3051af(0x318)]);else{let _0x308b9b=_0x510b46();_0x308b9b?ko(_0x308b9b,_0x434f23[_0x3051af(0x1b7)])||_0x308b9b['add'](_0x3ab4cc):(_0x2d15be[_0x3051af(0x627)](_0x434f23[_0x3051af(0x1b7)]),_0x19a524[_0x3051af(0x360)](_0x434f23[_0x3051af(0x1b7)],_0x434f23[_0x3051af(0x349)]));}return;}let _0x4a937d=xo(bo(_0x3ab4cc));if(_0x4a937d!=null){if(_0x5426a3['has'](_0x4a937d))return;_0x51d839(bo(_0x3ab4cc));}let _0xa72fcb=_0x510b46();if(_0xa72fcb){_0xa72fcb['add'](_0x3ab4cc);return;}_0x1dcdd7[_0x3051af(0x3d8)](_0x3ab4cc);},'createChild':(_0x44ca80=[])=>{const _0x179234=_0x265387;let _0x4836f3=new Map(_0x2d15be),_0x5f280c=[];_0x44ca80[_0x179234(0x3e7)](_0x735a73=>{const _0x1d1846=_0x179234;let _0x5e24d8=Io(_0x735a73);if((_0x5e24d8==null?void 0x0:_0x5e24d8[_0x1d1846(0x2c7)])===_0x1d1846(0x318)){_0x4836f3['set'](_0x5e24d8[_0x1d1846(0x1b7)],_0x5e24d8[_0x1d1846(0x318)]);return;}_0x5f280c['push'](_0x735a73);});let _0x268e39=vo(_0x1dcdd7,_0x4836f3,_0x4885c2);return _0x5f280c[_0x179234(0x3e7)](_0x113f95=>{const _0x38c15d=_0x179234;_0x268e39[_0x38c15d(0x3d8)](_0x113f95);}),_0x268e39;},'createInstance':(..._0x2e91d8)=>{const _0x4c7e26=_0x265387;let _0x18715d=_0x510b46(),_0x198e9b=_0x18715d==null?void 0x0:_0x18715d[_0x4c7e26(0x3d0)];if(_0x18715d&&typeof _0x198e9b=='function')return _0x289492(_0x18715d,_0x2e91d8[0x0]),_0x198e9b['apply'](_0x18715d,_0x2e91d8);let _0x3f4a1c=_0x1dcdd7[_0x4c7e26(0x3d0)];if(typeof _0x3f4a1c==_0x4c7e26(0x1b2))return _0x3f4a1c['apply'](_0x1dcdd7,_0x2e91d8);let [_0x4d37c8,..._0x4ecede]=_0x2e91d8;return new _0x4d37c8(..._0x4ecede);},'dispose':()=>{const _0x289819=_0x265387;_0x3a9242&&jo(_0x3a9242,_0x4885c2,_0x2d15be[_0x289819(0x5fb)]()),_0x3a9242=void 0x0,_0x5426a3['clear'](),_0x4bc4ef['clear'](),_0x19a524['clear']();}};function _0x145d53(_0x2e9c04,_0x3a967){!_0x2e9c04||!_0x46dc6d(_0x3a967)||Do(_0x2e9c04,_0x3a967,_0x276877(_0x3a967));}function _0x289492(_0x5115e8,_0x14b7d5){const _0x351172=_0x265387;Oo(_0x14b7d5)[_0x351172(0x3e7)](_0x5b6dd2=>_0x145d53(_0x5115e8,_0x5b6dd2));}return _0x127e8c[_0x265387(0x5d2)]=_0x4885c2,_0x127e8c;}function yo(_0x1f29d7,_0x35b65e,_0x962ddb){const _0x114364=_0x3f5fcc;let _0x20e2e0=_0x1f29d7['injector'][_0x114364(0x4ec)](X)?_0x1f29d7[_0x114364(0x2b3)][_0x114364(0x613)](X):void 0x0;_0x35b65e['focusUnit'](_0x20e2e0!=null&&_0x20e2e0['hasChildInteractionLease'](_0x1f29d7[_0x114364(0x332)])?_0x1f29d7[_0x114364(0x4e8)]:_0x962ddb);}function bo(_0x1f882d){const _0x2e41c6=_0x3f5fcc;return Array[_0x2e41c6(0x4b9)](_0x1f882d)?_0x1f882d[0x0]:_0x1f882d;}function xo(_0x2e4f04){const _0x2f701e=_0x3f5fcc;let _0x2b801f=_0x2e4f04==null?void 0x0:_0x2e4f04[_0x2f701e(0x2b4)];return typeof _0x2b801f==_0x2f701e(0x5a4)&&_0x2b801f?'identifier:'+_0x2b801f:_0x2e4f04;}function So(_0x7e9715,_0x5dfb7a){const _0x41514a=_0x3f5fcc;return _0x7e9715[_0x41514a(0x33b)](_0x5dfb7a);}function Co(_0x11a45d,_0x3225b5){const _0x5bbfa2=_0x3f5fcc;return _0x11a45d[_0x5bbfa2(0x345)](_0x505007=>_0x505007!==_0x3225b5);}function wo(_0x459566,_0x94891c,_0x42e4b6){const _0x1eacab=_0x3f5fcc;return _0x459566[_0x1eacab(0x613)](_0x94891c,..._0x42e4b6);}function To(_0x5e08b9,_0x3a97a0){const _0x2346c6=_0x3f5fcc;var _0x1fdd6c;let _0x1ed853=_0x5e08b9==null||(_0x1fdd6c=_0x5e08b9[_0x2346c6(0x4fa)])==null?void 0x0:_0x1fdd6c['resolvedDependencies'];if(!_0x1ed853)return{'resolved':!0x1};let _0x2ed41a=Eo(_0x1ed853[_0x2346c6(0x613)](_0x3a97a0));if(_0x2ed41a[_0x2346c6(0x5c2)])return _0x2ed41a;let _0x1f85dd=xo(_0x3a97a0);for(let [_0x400244,_0x332dfe]of _0x1ed853){if(_0x400244===_0x3a97a0||xo(_0x400244)!==_0x1f85dd)continue;let _0x408516=Eo(_0x332dfe);if(_0x408516['resolved'])return _0x408516;}return{'resolved':!0x1};}function Eo(_0x400eb1){const _0x1f2bce=_0x3f5fcc;return!_0x400eb1||_0x400eb1[_0x1f2bce(0x203)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x400eb1[0x0]};}function Do(_0x4cd622,_0xb015a6,_0x2b6a16){!_0x4cd622||ko(_0x4cd622,_0xb015a6)||_0x4cd622['add']([_0xb015a6,{'useValue':_0x2b6a16}]);}function Oo(_0x52f996){const _0x1d5ce5=_0x3f5fcc;if(!_0x52f996||typeof _0x52f996!=_0x1d5ce5(0x1b2)&&typeof _0x52f996!=_0x1d5ce5(0x47f))return[];for(let _0x2ace5d of Object[_0x1d5ce5(0x592)](_0x52f996)){let _0x4f42e3=_0x52f996[_0x2ace5d];if(!Array[_0x1d5ce5(0x4b9)](_0x4f42e3))continue;let _0x587b71=_0x4f42e3[_0x1d5ce5(0x533)](_0x36b6df=>_0x36b6df==null?void 0x0:_0x36b6df[_0x1d5ce5(0x1b7)])[_0x1d5ce5(0x345)](_0x2b12fb=>_0x2b12fb!==void 0x0);if(_0x587b71['length'])return _0x587b71;}return[];}function ko(_0x71f0d5,_0x3b7ba8){const _0x2a2606=_0x3f5fcc;var _0x4779ac,_0x2c7b31,_0x2f4205,_0x38c115;let _0x4c07b9=_0x71f0d5;return!!(!((_0x4779ac=_0x4c07b9[_0x2a2606(0x5a1)])==null||(_0x2c7b31=_0x4779ac[_0x2a2606(0x4ec)])==null)&&_0x2c7b31[_0x2a2606(0x3c8)](_0x4779ac,_0x3b7ba8)||!((_0x2f4205=_0x4c07b9[_0x2a2606(0x4fa)])==null||(_0x38c115=_0x2f4205[_0x2a2606(0x4ec)])==null)&&_0x38c115[_0x2a2606(0x3c8)](_0x2f4205,_0x3b7ba8));}function Ao(_0x3092a5){const _0x121f08=_0x3f5fcc;return _0x3092a5[_0x121f08(0x5d2)];}function jo(_0x27013f,_0x40bc85,_0x4a2835=[]){const _0x4c4c94=_0x3f5fcc;let _0x42a225=Mo(_0x40bc85);for(let _0xfb9fc of _0x4a2835)_0x42a225[_0x4c4c94(0x3d8)](_0xfb9fc);No(_0x27013f,_0x42a225),_0x27013f[_0x4c4c94(0x5a6)]();}function Mo(_0x343985){let _0x3c88d8=new Set(),_0x48047e=Po(_0x343985);return _0x48047e&&_0x48047e['forEach'](_0x757290=>{const _0x79de83=_0x2e56;Array[_0x79de83(0x4b9)](_0x757290)&&_0x757290['forEach'](_0x56cb2a=>_0x3c88d8[_0x79de83(0x3d8)](_0x56cb2a));}),_0x3c88d8;}function No(_0x1ccc42,_0x269728,_0x22f2bf=new Set()){const _0x4bb27e=_0x3f5fcc;if(_0x22f2bf[_0x4bb27e(0x4ec)](_0x1ccc42))return;_0x22f2bf[_0x4bb27e(0x3d8)](_0x1ccc42);let _0x7157f2=_0x1ccc42[_0x4bb27e(0x476)];_0x7157f2==null||_0x7157f2[_0x4bb27e(0x3e7)](_0x8ba697=>No(_0x8ba697,_0x269728,_0x22f2bf));let _0x24e56b=Po(_0x1ccc42);_0x24e56b&&_0x24e56b['forEach']((_0x5aa97d,_0x8b6ecf)=>{const _0x31ec05=_0x4bb27e;if(!Array[_0x31ec05(0x4b9)](_0x5aa97d))return;let _0x2dfcad=_0x5aa97d[_0x31ec05(0x345)](_0x5ae297=>!_0x269728['has'](_0x5ae297));if(_0x2dfcad[_0x31ec05(0x203)]!==_0x5aa97d[_0x31ec05(0x203)]){if(_0x2dfcad['length']===0x0){_0x24e56b[_0x31ec05(0x627)](_0x8b6ecf);return;}_0x24e56b[_0x31ec05(0x360)](_0x8b6ecf,_0x2dfcad);}});}function Po(_0x54a6e1){const _0x3b7f20=_0x3f5fcc;var _0xb35708;return(_0xb35708=_0x54a6e1[_0x3b7f20(0x4fa)])==null?void 0x0:_0xb35708[_0x3b7f20(0x3db)];}function Fo(_0x2ebf38){const _0x4966fa=_0x3f5fcc;return Array[_0x4966fa(0x392)](_0x2ebf38,([_0xfec588,_0x2b6326])=>[_0xfec588,{'useValue':_0x2b6326}]);}function Io(_0x4ba670){const _0x4dbb53=_0x3f5fcc;if(!Array[_0x4dbb53(0x4b9)](_0x4ba670)||_0x4ba670[_0x4dbb53(0x203)]<0x2)return;let [_0x34c761,_0xe5ffa7]=_0x4ba670;if(!(!_0xe5ffa7||typeof _0xe5ffa7!=_0x4dbb53(0x47f))){if('useValue'in _0xe5ffa7)return{'kind':_0x4dbb53(0x318),'identifier':_0x34c761,'value':_0xe5ffa7[_0x4dbb53(0x5f7)]};if(typeof _0xe5ffa7['useFactory']==_0x4dbb53(0x1b2))return{'kind':'factory','identifier':_0x34c761,'factory':_0xe5ffa7[_0x4dbb53(0x3ea)]};}}function Lo(_0xf06e0e,_0x114720){const _0x506967=_0x3f5fcc;if(!_0xf06e0e[_0x506967(0x4ec)](_0x14bf5f))return;let _0x55c32e=_0xf06e0e['get'](_0x14bf5f),_0x11336f=_0x55c32e[_0x506967(0x468)];return typeof _0x11336f==_0x506967(0x1b2)?_0x11336f[_0x506967(0x3c8)](_0x55c32e,_0x114720):_0x55c32e;}function Ro(_0x455626,_0x3f7eb3,_0x1e7aac){const _0x4a612d=_0x3f5fcc;if(!_0x455626['has'](_0x4834e9))return;let _0x22662b=_0x455626[_0x4a612d(0x613)](_0x4834e9);return{get 'disabled'(){const _0x2ddc54=_0x4a612d;return _0x22662b[_0x2ddc54(0x18b)];},set 'disabled'(_0x58d397){const _0x3fd14f=_0x4a612d;_0x22662b[_0x3fd14f(0x18b)]=_0x58d397;},get 'visible'(){const _0x3120e1=_0x4a612d;return _0x22662b[_0x3120e1(0x1a8)];},'enable':()=>_0x22662b[_0x4a612d(0x42d)](),'disable':()=>_0x22662b[_0x4a612d(0x40f)](),'triggerContextMenu':(_0x14c37d,_0x2e9326,_0x41d3f0)=>{const _0xb61cc=_0x4a612d;var _0x259705;_0x22662b[_0xb61cc(0x1f3)](_0x14c37d,_0x2e9326,{..._0x41d3f0,'unitId':(_0x259705=_0x41d3f0==null?void 0x0:_0x41d3f0[_0xb61cc(0x2bf)])==null?_0x1e7aac:_0x259705});},'hideContextMenu':()=>_0x22662b['hideContextMenu'](),'registerContextMenuHandler':_0x20e7a5=>_0x22662b[_0x4a612d(0x292)](_0x20e7a5)};}function zo(_0x329914,_0x401d27){const _0x1a2f9d=_0x3f5fcc;let _0x1912e9=new _0x52b878();return{get 'disabled'(){const _0x5e91a5=_0x2e56;return _0x1912e9[_0x5e91a5(0x18b)];},set 'disabled'(_0x3cdc34){const _0xe51bca=_0x2e56;_0x1912e9[_0xe51bca(0x18b)]=_0x3cdc34;},get 'visible'(){const _0x330755=_0x2e56;return _0x1912e9[_0x330755(0x1a8)];},'enable':()=>_0x1912e9['enable'](),'disable':()=>_0x1912e9[_0x1a2f9d(0x40f)](),'triggerContextMenu':(_0x44956b,_0x3f765b,_0x4a387a)=>{const _0x3670a1=_0x1a2f9d;var _0x4286e0;_0x1912e9[_0x3670a1(0x1f3)](_0x44956b,_0x3f765b,{..._0x4a387a,'unitId':(_0x4286e0=_0x4a387a==null?void 0x0:_0x4a387a[_0x3670a1(0x2bf)])==null?_0x401d27:_0x4286e0});},'hideContextMenu':()=>_0x1912e9[_0x1a2f9d(0x31f)](),'registerContextMenuHandler':_0x1a21dc=>_0x1912e9[_0x1a2f9d(0x292)](_0x1a21dc),'dispose':()=>_0x1912e9[_0x1a2f9d(0x5a6)]()};}function Bo(_0xee599d,_0x353384){const _0x591da9=_0x3f5fcc;var _0x3e2c20,_0x398c73,_0x37bdf3,_0x2da034,_0x500fad;if(!_0xee599d[_0x591da9(0x4ec)](_0x880687))return;let _0x190638=_0xee599d['get'](_0x880687),_0x109d8b=_0xee599d[_0x591da9(0x4ec)](Ua)?_0xee599d[_0x591da9(0x613)](Ua):void 0x0,_0x14829f=_0xee599d['has'](X)?_0xee599d[_0x591da9(0x613)](X):void 0x0,_0x515d08=(_0x3e2c20=(_0x398c73=_0x353384[_0x591da9(0x4f8)])==null||(_0x398c73=_0x398c73['roots'])==null?void 0x0:_0x398c73[_0x591da9(0x3c3)])==null?_0x353384['renderScope'][_0x591da9(0x636)]:_0x3e2c20,_0x43fa89=(_0x37bdf3=(_0x2da034=(_0x500fad=_0x353384['runtimeScope'])==null||(_0x500fad=_0x500fad['roots'])==null?void 0x0:_0x500fad[_0x591da9(0x45d)])==null?_0x353384[_0x591da9(0x5ad)][_0x591da9(0x1ae)]:_0x2da034)==null?_0x515d08:_0x37bdf3,_0x16fcdf=new Set([_0x515d08,_0x43fa89]),_0x1e72c5=(_0x2b1573,_0x45a041)=>{const _0x1f23f7=_0x591da9;_0x16fcdf[_0x1f23f7(0x3d8)](_0x2b1573);let _0x121046=_0x45a041!=null&&_0x45a041['registerChildInteraction']?Vo(_0x2b1573):void 0x0,_0x1a4546=_0x45a041!=null&&_0x45a041['registerChildInteraction']?_0x109d8b==null?void 0x0:_0x109d8b[_0x1f23f7(0x52e)](_0x353384['embedId'],_0x2b1573):void 0x0,_0xcbade1=_0x45a041!=null&&_0x45a041['registerChildInteraction']?_0x14829f==null?void 0x0:_0x14829f['registerElement']({'embedId':_0x353384[_0x1f23f7(0x332)],'role':_0x1f23f7(0x550),'element':_0x2b1573}):void 0x0;return _0x5b1d76(()=>{const _0x412ef2=_0x1f23f7;_0xcbade1==null||_0xcbade1[_0x412ef2(0x5a6)](),_0x1a4546==null||_0x1a4546[_0x412ef2(0x5a6)](),_0x121046==null||_0x121046[_0x412ef2(0x5a6)](),_0x16fcdf[_0x412ef2(0x627)](_0x2b1573);});},_0x19995a=_0x2ec882=>_0x2ec882?[..._0x16fcdf][_0x591da9(0x268)](_0x37f030=>_0x37f030===_0x2ec882||_0x37f030[_0x591da9(0x452)](_0x2ec882)):!0x1;return{get 'isFocused'(){const _0x155735=_0x591da9;return _0x190638[_0x155735(0x3e9)];},get 'rootContainerElement'(){return _0x515d08;},'focus':()=>_0x190638[_0x591da9(0x379)](),'registerFocusHandler':(_0x5cab6f,_0x4c6b8b)=>_0x190638[_0x591da9(0x19d)](_0x5cab6f,_0x4c6b8b),'registerRootContainerElement':_0x1e72c5,'registerContentElement':_0x1e72c5,'registerContainerElement':_0x2d43b2=>_0x1e72c5(_0x2d43b2,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x43fa89,'checkElementInCurrentContainers':_0x13f61f=>_0x19995a(_0x13f61f)||(_0x109d8b==null?void 0x0:_0x109d8b[_0x591da9(0x452)](_0x353384[_0x591da9(0x332)],_0x13f61f))||_0x190638[_0x591da9(0x5f6)](_0x13f61f),'checkContentIsFocused':()=>_0x19995a(_0x43fa89[_0x591da9(0x53b)][_0x591da9(0x340)])||(_0x14829f==null?void 0x0:_0x14829f['hasChildInteractionLease'](_0x353384['embedId']))||_0x190638[_0x591da9(0x4f4)]()};}function Vo(_0x3d172e){const _0x2ce749=_0x3f5fcc;let _0x1ae65c=new Map(),_0x209b40=_0x1953df=>{const _0x59fea4=_0x2e56;_0x1ae65c[_0x59fea4(0x360)](_0x1953df,_0x1953df[_0x59fea4(0x506)](Y)),_0x1953df[_0x59fea4(0x654)](Y,'child-editor');};return _0x209b40(_0x3d172e),_0x3d172e['querySelectorAll']('*')[_0x2ce749(0x3e7)](_0x209b40),_0x5b1d76(()=>{const _0x16a7bd=_0x2ce749;_0x1ae65c[_0x16a7bd(0x3e7)]((_0xca41a3,_0x403c22)=>{if(_0xca41a3==null){_0x403c22['removeAttribute'](Y);return;}_0x403c22['setAttribute'](Y,_0xca41a3);});});}function Ho(_0x1fa95f,_0xc1966a){const _0x4a13e3=_0x3f5fcc;var _0x30e50b;let _0x297cb5=(_0x30e50b=Wo(_0x1fa95f))==null?_0x1fa95f[_0x4a13e3(0x2b3)]:_0x30e50b,_0x403ba2=_0x297cb5!==_0x1fa95f[_0x4a13e3(0x2b3)],_0x4d9b72=Uo(_0x1fa95f),_0x802a68={'descriptor':_0x1fa95f[_0x4a13e3(0x3b1)],'host':{'unitId':_0x1fa95f[_0x4a13e3(0x489)],'type':_0x1fa95f['descriptor']['hostType'],'anchorId':_0x1fa95f[_0x4a13e3(0x3b1)][_0x4a13e3(0x380)],'entry':_0x1fa95f['descriptor']['entry'],'layout':Ko(_0x1fa95f)},'child':{'unitId':_0x1fa95f[_0x4a13e3(0x4e8)],'type':_0x1fa95f['childType']},'injector':_0x297cb5,'instanceService':Go(_0x297cb5,_0x4973db),'commandService':Go(_0x297cb5,_0x4c2aa7),'menuManagerService':Go(_0x297cb5,_0x14bf5f),'roots':_0x4d9b72,'activate':()=>_0xc1966a(!0x0),'deactivate':()=>_0xc1966a(!0x1),'dispose':()=>{const _0x53b762=_0x4a13e3;_0x403ba2&&_0x297cb5[_0x53b762(0x5a6)]();}};return{'runtimeScope':_0x802a68,'disposable':_0x5b1d76(()=>_0x802a68[_0x4a13e3(0x5a6)]())};}function Uo(_0x15549e){const _0x5d7dc3=_0x3f5fcc;var _0x4516ab,_0x195338,_0x38e21d,_0x514fdd,_0x111560,_0x225a0c,_0x286d38,_0x2efdf5,_0xce168e,_0x19225a,_0x5ddafa,_0x77574b;let _0x42d2ed=_0x15549e[_0x5d7dc3(0x5ad)]['rootElement'],_0x49e833=(_0x4516ab=(_0x195338=_0x15549e['renderScope'][_0x5d7dc3(0x1ae)])==null?G(_0x42d2ed,'data-embed-content-root'):_0x195338)==null?_0x42d2ed:_0x4516ab,_0x1c1d3f=(_0x38e21d=(_0x514fdd=_0x15549e[_0x5d7dc3(0x5ad)][_0x5d7dc3(0x3ca)])==null?G(_0x42d2ed,_0x5d7dc3(0x1f1)):_0x514fdd)==null?_0x42d2ed:_0x38e21d;return{'root':_0x42d2ed,'content':_0x49e833,'canvas':(_0x111560=(_0x225a0c=_0x15549e[_0x5d7dc3(0x5ad)][_0x5d7dc3(0x672)])==null?G(_0x42d2ed,_0x5d7dc3(0x35b)):_0x225a0c)==null?void 0x0:_0x111560,'overlay':_0x1c1d3f,'popup':(_0x286d38=(_0x2efdf5=_0x15549e[_0x5d7dc3(0x5ad)][_0x5d7dc3(0x1cc)])==null?G(_0x42d2ed,'data-embed-popup-root'):_0x2efdf5)==null?_0x1c1d3f:_0x286d38,'menuSlot':(_0xce168e=(_0x19225a=(_0x5ddafa=_0x15549e['renderScope'][_0x5d7dc3(0x59e)])==null?void 0x0:_0x5ddafa[_0x5d7dc3(0x59c)])==null?G(_0x42d2ed,_0x5d7dc3(0x22f)):_0x19225a)==null?void 0x0:_0xce168e,'footerSlot':(_0x77574b=G(_0x42d2ed,_0x5d7dc3(0x685)))==null?void 0x0:_0x77574b};}function Wo(_0x8046f5){const _0x7d6648=_0x3f5fcc;if(!(!_0x8046f5[_0x7d6648(0x2b3)][_0x7d6648(0x4ec)](_0x4973db)||!_0x8046f5['injector'][_0x7d6648(0x4ec)](_0x4c2aa7)))return io(_0x8046f5);}function Go(_0x11face,_0x16fb95){const _0x438405=_0x3f5fcc;if(_0x11face[_0x438405(0x4ec)](_0x16fb95))return _0x11face[_0x438405(0x613)](_0x16fb95);}function Ko(_0x1f484b){const _0x5e725f=_0x3f5fcc;var _0x2dbc2c,_0x57d56f;switch(_0x1f484b[_0x5e725f(0x3b1)]['entry']){case _0x5e725f(0x47d):return _0x5e725f(0x673);case _0x5e725f(0x54f):case _0x5e725f(0x4c6):case _0x5e725f(0x425):return _0x5e725f(0x593);case _0x5e725f(0x612):case'bases-table-list-block':case _0x5e725f(0x3da):return _0x5e725f(0x1a5);default:break;}return _0x1f484b[_0x5e725f(0x570)]===_0x5e725f(0x1a5)||(_0x2dbc2c=_0x1f484b[_0x5e725f(0x3b1)][_0x5e725f(0x1d1)])!=null&&_0x2dbc2c[_0x5e725f(0x281)]?_0x5e725f(0x1a5):(_0x57d56f=_0x1f484b[_0x5e725f(0x3b1)]['sourceMeta'])!=null&&_0x57d56f[_0x5e725f(0x5ec)]?'float':_0x1f484b['layout'][_0x5e725f(0x491)]('docs-')||_0x1f484b['layout']===_0x5e725f(0x2d9)?'doc-flow':_0x5e725f(0x593);}var qo=class{constructor(){K(this,'_contributions',new Map());}['register'](_0x4a3674){const _0x5ef12f=_0x3f5fcc;if(this['_contributions']['has'](_0x4a3674[_0x5ef12f(0x5ca)]))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0x4a3674[_0x5ef12f(0x5ca)]);this['_contributions']['set'](_0x4a3674[_0x5ef12f(0x5ca)],_0x4a3674);}[_0x3f5fcc(0x613)](_0x4b88ad){const _0x5bf3c4=_0x3f5fcc;return this['_contributions'][_0x5bf3c4(0x613)](_0x4b88ad);}[_0x3f5fcc(0x440)](){const _0x283b94=_0x3f5fcc;return[...this['_contributions'][_0x283b94(0x5fb)]()];}},Jo=class{constructor(){const _0xa05520=_0x3f5fcc;K(this,_0xa05520(0x585),new Map());}[_0x3f5fcc(0x4aa)](_0x354a84){const _0x253168=_0x3f5fcc;let _0x432afc=this[_0x253168(0x479)](_0x354a84[_0x253168(0x484)],_0x354a84[_0x253168(0x4f3)],_0x354a84['childType']);if(this[_0x253168(0x585)][_0x253168(0x4ec)](_0x432afc))throw Error(_0x253168(0x490)+_0x432afc);return this['_contributions']['set'](_0x432afc,_0x354a84),_0x5b1d76(()=>{const _0x871af9=_0x253168;this[_0x871af9(0x585)][_0x871af9(0x613)](_0x432afc)===_0x354a84&&this[_0x871af9(0x585)]['delete'](_0x432afc);});}[_0x3f5fcc(0x613)](_0x22c031,_0x194638,_0x4adeef){const _0x55487f=_0x3f5fcc;if(_0x4adeef!=null){let _0x173a67=this[_0x55487f(0x585)][_0x55487f(0x613)](this[_0x55487f(0x479)](_0x22c031,_0x194638,_0x4adeef));if(_0x173a67)return _0x173a67;}return this[_0x55487f(0x585)]['get'](this[_0x55487f(0x479)](_0x22c031,_0x194638));}['hasExact'](_0x46e8ef,_0x55b6b5,_0xe6d9ab){const _0xd48081=_0x3f5fcc;return this[_0xd48081(0x585)][_0xd48081(0x4ec)](this[_0xd48081(0x479)](_0x46e8ef,_0x55b6b5,_0xe6d9ab));}['list'](){const _0x477d9c=_0x3f5fcc;return[...this[_0x477d9c(0x585)]['values']()];}['_key'](_0xcc0e2c,_0x73fd17,_0x13dc9f){return _0x13dc9f==null?_0xcc0e2c+':'+_0x73fd17+':*':_0xcc0e2c+':'+_0x73fd17+':'+_0x13dc9f;}},Yo=class{constructor(){K(this,'_contributions',new Map());}[_0x3f5fcc(0x4aa)](_0x849590){const _0x119aa4=_0x3f5fcc;let _0x33b809=this[_0x119aa4(0x479)](_0x849590[_0x119aa4(0x484)],_0x849590[_0x119aa4(0x4f3)]);if(this[_0x119aa4(0x585)][_0x119aa4(0x4ec)](_0x33b809))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x33b809);this[_0x119aa4(0x585)][_0x119aa4(0x360)](_0x33b809,_0x849590);}[_0x3f5fcc(0x613)](_0x287574,_0x98be56){const _0x327939=_0x3f5fcc;return this[_0x327939(0x585)][_0x327939(0x613)](this['_key'](_0x287574,_0x98be56));}[_0x3f5fcc(0x440)](){const _0x49ce41=_0x3f5fcc;return[...this[_0x49ce41(0x585)][_0x49ce41(0x5fb)]()];}[_0x3f5fcc(0x343)](_0x27de0d,_0x7a5483,_0x331f10){const _0x48da78=_0x3f5fcc;var _0x52493e;let _0x17107a=this[_0x48da78(0x613)](_0x27de0d,_0x7a5483);return _0x17107a?((_0x52493e=_0x17107a[_0x48da78(0x33f)])==null?[_0x17107a[_0x48da78(0x570)]]:_0x52493e)[_0x48da78(0x33b)](_0x331f10):!0x1;}[_0x3f5fcc(0x479)](_0x417af3,_0xda5ad0){return _0x417af3+':'+_0xda5ad0;}},Xo=class{constructor(){const _0x5cbf22=_0x3f5fcc;K(this,_0x5cbf22(0x4c8),new Map()),K(this,_0x5cbf22(0x4fb),new Map()),K(this,_0x5cbf22(0x63e),new Map());}['register'](_0x25940d,_0x253b52){const _0xa4d6b5=_0x3f5fcc;let _0x478a96=typeof _0x25940d==_0xa4d6b5(0x5a4)?{'childUnitId':_0x25940d,'root':_0x253b52}:_0x25940d;return this[_0xa4d6b5(0x4c8)][_0xa4d6b5(0x360)](_0x478a96['childUnitId'],_0x478a96),_0x478a96[_0xa4d6b5(0x332)]&&this['_rootsByEmbedId'][_0xa4d6b5(0x360)](_0x478a96[_0xa4d6b5(0x332)],_0x478a96),_0x478a96[_0xa4d6b5(0x380)]&&this[_0xa4d6b5(0x63e)][_0xa4d6b5(0x360)](_0x478a96[_0xa4d6b5(0x380)],_0x478a96),_0x5b1d76(()=>{const _0x5b8eb7=_0xa4d6b5;this['_rootsByChildUnitId'][_0x5b8eb7(0x613)](_0x478a96[_0x5b8eb7(0x4e8)])===_0x478a96&&this[_0x5b8eb7(0x4c8)][_0x5b8eb7(0x627)](_0x478a96[_0x5b8eb7(0x4e8)]),_0x478a96[_0x5b8eb7(0x332)]&&this[_0x5b8eb7(0x4fb)][_0x5b8eb7(0x613)](_0x478a96['embedId'])===_0x478a96&&this[_0x5b8eb7(0x4fb)][_0x5b8eb7(0x627)](_0x478a96[_0x5b8eb7(0x332)]),_0x478a96[_0x5b8eb7(0x380)]&&this[_0x5b8eb7(0x63e)]['get'](_0x478a96[_0x5b8eb7(0x380)])===_0x478a96&&this[_0x5b8eb7(0x63e)]['delete'](_0x478a96[_0x5b8eb7(0x380)]);});}[_0x3f5fcc(0x613)](_0x1aade4){const _0x25e122=_0x3f5fcc;var _0x513705,_0x54625c;return(_0x513705=(_0x54625c=this[_0x25e122(0x4c8)]['get'](_0x1aade4))==null?void 0x0:_0x54625c['root'])==null?null:_0x513705;}[_0x3f5fcc(0x3bf)](_0x3d528c){const _0x173aaa=_0x3f5fcc;var _0x8b7877,_0x26040f;return(_0x8b7877=(_0x26040f=this['_rootsByEmbedId'][_0x173aaa(0x613)](_0x3d528c))==null?void 0x0:_0x26040f['root'])==null?null:_0x8b7877;}[_0x3f5fcc(0x2b2)](_0x39dad8){const _0x4a5cfd=_0x3f5fcc;var _0x177ef6,_0x2a04cf;return(_0x177ef6=(_0x2a04cf=this['_rootsByHostAnchorId'][_0x4a5cfd(0x613)](_0x39dad8))==null?void 0x0:_0x2a04cf['root'])==null?null:_0x177ef6;}[_0x3f5fcc(0x452)](_0x44c1e4,_0x259b22){const _0x2c8104=_0x3f5fcc;if(!(_0x44c1e4 instanceof Node))return!0x1;let _0x75e8cb=_0x259b22[_0x2c8104(0x332)]?this[_0x2c8104(0x3bf)](_0x259b22[_0x2c8104(0x332)]):_0x259b22['hostAnchorId']?this[_0x2c8104(0x2b2)](_0x259b22[_0x2c8104(0x380)]):_0x259b22['childUnitId']?this[_0x2c8104(0x613)](_0x259b22[_0x2c8104(0x4e8)]):null;return!!(_0x75e8cb!=null&&_0x75e8cb[_0x2c8104(0x452)](_0x44c1e4));}},Zo=class{constructor(){const _0x3719bf=_0x3f5fcc;K(this,_0x3719bf(0x324),new Map()),K(this,_0x3719bf(0x386),new Map()),K(this,_0x3719bf(0x1ba),new Map()),K(this,_0x3719bf(0x45f),new Map());}[_0x3f5fcc(0x4aa)](_0x9ad8c6){const _0x1ee3a5=_0x3f5fcc;return this[_0x1ee3a5(0x324)]['set'](_0x9ad8c6[_0x1ee3a5(0x5ca)],_0x9ad8c6),_0x5b1d76(()=>{const _0x1c4e38=_0x1ee3a5;this['_providers']['get'](_0x9ad8c6[_0x1c4e38(0x5ca)])===_0x9ad8c6&&this[_0x1c4e38(0x324)][_0x1c4e38(0x627)](_0x9ad8c6[_0x1c4e38(0x5ca)]);});}[_0x3f5fcc(0x613)](_0x11c12e){const _0x2ca39d=_0x3f5fcc;return this['_providers'][_0x2ca39d(0x613)](_0x11c12e);}['registerContext'](_0x7a19e3){const _0x210864=_0x3f5fcc;return this['_contextsByEmbedId'][_0x210864(0x360)](_0x7a19e3['embedId'],_0x7a19e3),this['_contextsByHostAnchorId']['set'](_0x7a19e3[_0x210864(0x3b1)][_0x210864(0x380)],_0x7a19e3),this[_0x210864(0x45f)][_0x210864(0x360)](_0x7a19e3[_0x210864(0x4e8)],_0x7a19e3),_0x5b1d76(()=>{const _0x1bd12a=_0x210864;this[_0x1bd12a(0x386)][_0x1bd12a(0x613)](_0x7a19e3[_0x1bd12a(0x332)])===_0x7a19e3&&this[_0x1bd12a(0x386)][_0x1bd12a(0x627)](_0x7a19e3[_0x1bd12a(0x332)]),this[_0x1bd12a(0x1ba)][_0x1bd12a(0x613)](_0x7a19e3[_0x1bd12a(0x3b1)][_0x1bd12a(0x380)])===_0x7a19e3&&this['_contextsByHostAnchorId']['delete'](_0x7a19e3[_0x1bd12a(0x3b1)][_0x1bd12a(0x380)]),this[_0x1bd12a(0x45f)][_0x1bd12a(0x613)](_0x7a19e3[_0x1bd12a(0x4e8)])===_0x7a19e3&&this[_0x1bd12a(0x45f)][_0x1bd12a(0x627)](_0x7a19e3['childUnitId']);});}[_0x3f5fcc(0x31b)](_0x583e22){const _0x92fd13=_0x3f5fcc;return this[_0x92fd13(0x386)][_0x92fd13(0x613)](_0x583e22);}['getContextByHostAnchorId'](_0x4b77b2){const _0x470da7=_0x3f5fcc;return this[_0x470da7(0x1ba)][_0x470da7(0x613)](_0x4b77b2);}[_0x3f5fcc(0x48c)](_0x138fb7){const _0x4417bb=_0x3f5fcc;return this[_0x4417bb(0x45f)][_0x4417bb(0x613)](_0x138fb7);}[_0x3f5fcc(0x603)](_0x333a72){const _0x3a6952=_0x3f5fcc;let _0x149234=this[_0x3a6952(0x613)](_0x333a72[_0x3a6952(0x5ca)]);return _0x149234?Promise['resolve'](_0x149234[_0x3a6952(0x603)](_0x333a72)):Promise[_0x3a6952(0x4e1)](Qo(_0x333a72));}[_0x3f5fcc(0x1c9)](_0x576a04){const _0x45bbef=_0x3f5fcc;let _0x2c8800=this['getContextByEmbedId'](_0x576a04);return _0x2c8800?this[_0x45bbef(0x603)](_0x2c8800):Promise['resolve'](void 0x0);}[_0x3f5fcc(0x44e)](_0x5961c9){const _0x5b4818=_0x3f5fcc;let _0x3ff4c0=this[_0x5b4818(0x30e)](_0x5961c9);return _0x3ff4c0?this[_0x5b4818(0x603)](_0x3ff4c0):Promise[_0x5b4818(0x4e1)](void 0x0);}[_0x3f5fcc(0x54d)](_0x4c4d53){const _0x1d5fdf=_0x3f5fcc;let _0x577dda=this[_0x1d5fdf(0x48c)](_0x4c4d53);return _0x577dda?this['capture'](_0x577dda):Promise[_0x1d5fdf(0x4e1)](void 0x0);}};function Qo(_0x3e488c){const _0x101fe5=_0x3f5fcc;if(!_0x3e488c[_0x101fe5(0x5ad)])return;let _0x32af2e=[_0x3e488c[_0x101fe5(0x5ad)][_0x101fe5(0x672)],_0x3e488c[_0x101fe5(0x5ad)][_0x101fe5(0x1ae)],_0x3e488c[_0x101fe5(0x5ad)][_0x101fe5(0x636)]][_0x101fe5(0x345)](_0x3cb4d6=>!!_0x3cb4d6),_0xd2fb3d=Array['from'](new Set(_0x32af2e[_0x101fe5(0x28b)](_0x53cb12=>Array[_0x101fe5(0x392)](_0x53cb12['querySelectorAll'](_0x101fe5(0x210))))))[_0x101fe5(0x345)](_0x6eed3a=>_0x6eed3a['width']>0x1&&_0x6eed3a[_0x101fe5(0x35c)]>0x1)[_0x101fe5(0x2fb)]((_0x578f0e,_0x13554f)=>_0x13554f['width']*_0x13554f['height']-_0x578f0e[_0x101fe5(0x576)]*_0x578f0e[_0x101fe5(0x35c)]);for(let _0x183c1d of _0xd2fb3d)try{return _0x183c1d[_0x101fe5(0x271)](_0x101fe5(0x67f));}catch{}}const $o='EMBED_DUPLICATE_CHILD_UNIT';var es=class extends Error{constructor(_0x2e7656,_0x202dc4){const _0x15948b=_0x3f5fcc;super($o+':\x20'+_0x2e7656),this['childUnitId']=_0x2e7656,this[_0x15948b(0x488)]=_0x202dc4,K(this,_0x15948b(0x568),$o),this[_0x15948b(0x287)]=_0x15948b(0x410);}};let ts=class{constructor(_0x395140,_0x2518c5,_0x57bb77,_0x21b271,_0x533196,_0x1e7072,_0x3ff840){const _0x371302=_0x3f5fcc;this[_0x371302(0x231)]=_0x395140,this['_childViewRegistry']=_0x2518c5,this[_0x371302(0x289)]=_0x57bb77,this[_0x371302(0x3df)]=_0x21b271,this[_0x371302(0x391)]=_0x533196,this[_0x371302(0x41f)]=_0x1e7072,this[_0x371302(0x4df)]=_0x3ff840,K(this,_0x371302(0x2f5),new Map()),K(this,'_tabFocusLeases',new Map());}[_0x3f5fcc(0x2de)](_0x2adc2d){const _0x93b440=_0x3f5fcc;return this[_0x93b440(0x515)](_0x2adc2d);}[_0x3f5fcc(0x417)](_0x20abd4,_0x2f960b,_0x1402cd){const _0x1a0d17=_0x3f5fcc;return this[_0x1a0d17(0x515)](_0x20abd4,{'hostElement':_0x2f960b,'runtimeRoots':_0x1402cd});}['_mountResolvedHost'](_0x400ff4,_0x186de8){const _0x1c90e5=_0x3f5fcc;var _0x13c223,_0x47c0d9,_0x4b9483;if(!_0x400ff4[_0x1c90e5(0x4e8)]||_0x400ff4[_0x1c90e5(0x5ca)]==null)throw Error(_0x1c90e5(0x1bd));this[_0x1c90e5(0x336)](_0x400ff4);let _0x57fe12={'hostUnitId':_0x400ff4['hostUnitId'],'embedId':_0x400ff4[_0x1c90e5(0x332)],'childUnitId':_0x400ff4[_0x1c90e5(0x4e8)]},_0x21c510=this[_0x1c90e5(0x2c0)](_0x400ff4),_0x2d5e6b=this[_0x1c90e5(0x231)][_0x1c90e5(0x613)](_0x400ff4[_0x1c90e5(0x484)],_0x400ff4[_0x1c90e5(0x4f3)]);if(!_0x2d5e6b||!this[_0x1c90e5(0x231)][_0x1c90e5(0x343)](_0x400ff4[_0x1c90e5(0x484)],_0x400ff4['entry'],_0x21c510))throw Error(_0x1c90e5(0x666));let _0x3a9391=this['_runtimePolicyService'][_0x1c90e5(0x4dd)](_0x57fe12),_0x4a777f=this['_childViewRegistry']['get'](_0x400ff4[_0x1c90e5(0x5ca)]);if(_0x3a9391[_0x1c90e5(0x1dd)]&&!(_0x4a777f!=null&&_0x4a777f['supportedLayouts'][_0x1c90e5(0x33b)](_0x21c510)))throw Error(_0x1c90e5(0x224));this['unmount'](_0x400ff4[_0x1c90e5(0x332)]);let _0x56b15e={'descriptor':_0x400ff4,'layout':_0x21c510,'injector':this[_0x1c90e5(0x4df)],'hostUnitId':_0x400ff4[_0x1c90e5(0x489)],'embedId':_0x400ff4[_0x1c90e5(0x332)],'childUnitId':_0x400ff4[_0x1c90e5(0x4e8)],'childType':_0x400ff4[_0x1c90e5(0x5ca)]},_0x376b44=[],_0x529fd8=_0x186de8==null?(_0x13c223=_0x2d5e6b['mount'])==null?void 0x0:_0x13c223[_0x1c90e5(0x3c8)](_0x2d5e6b,_0x56b15e):_0x186de8,_0x47377f=this[_0x1c90e5(0x658)](_0x529fd8);if(_0x47377f[_0x1c90e5(0x3d3)]&&_0x376b44[_0x1c90e5(0x4a8)](_0x47377f['disposable']),_0x56b15e['hostElement']=(_0x47c0d9=_0x47377f[_0x1c90e5(0x353)])==null?_0x56b15e[_0x1c90e5(0x353)]:_0x47c0d9,_0x56b15e[_0x1c90e5(0x59c)]=_0x56b15e[_0x1c90e5(0x353)],!_0x56b15e['hostElement']||!_0x56b15e[_0x1c90e5(0x59c)])throw[..._0x376b44][_0x1c90e5(0x522)]()[_0x1c90e5(0x3e7)](_0x5a6a2f=>_0x5a6a2f[_0x1c90e5(0x5a6)]()),Error(_0x1c90e5(0x551));if(_0x47377f[_0x1c90e5(0x326)]||_0x376b44[_0x1c90e5(0x4a8)](Oa(_0x56b15e[_0x1c90e5(0x353)])),!_0x3a9391[_0x1c90e5(0x1dd)])return this[_0x1c90e5(0x38a)](_0x400ff4,_0x21c510,_0x56b15e[_0x1c90e5(0x353)],_0x47377f[_0x1c90e5(0x326)],_0x376b44,_0x3a9391[_0x1c90e5(0x2cf)]);if(!_0x4a777f)throw[..._0x376b44]['reverse']()[_0x1c90e5(0x3e7)](_0x496cec=>_0x496cec[_0x1c90e5(0x5a6)]()),Error(_0x1c90e5(0x224));this[_0x1c90e5(0x4a3)](_0x400ff4['childType']);let {renderScope:_0x57843b,disposable:_0x21595d,setActive:_0x58b1c5}=this['_createRenderScope'](_0x400ff4,_0x21c510,_0x56b15e['hostElement'],_0x47377f['runtimeRoots']);_0x376b44[_0x1c90e5(0x4a8)](_0x21595d);let _0x4ca939={..._0x56b15e,'hostElement':_0x56b15e[_0x1c90e5(0x353)],'container':_0x56b15e[_0x1c90e5(0x59c)],'renderScope':_0x57843b},{runtimeScope:_0xedf358,disposable:_0x3ebb5d}=Ho(_0x4ca939,_0x58b1c5),_0x4e3f12={..._0x4ca939,'runtimeScope':_0xedf358};_0x376b44[_0x1c90e5(0x4a8)](_0x3ebb5d);let _0x5bfa3e=this[_0x1c90e5(0x5c9)](_0x400ff4,_0x56b15e[_0x1c90e5(0x353)],_0x57843b,_0xedf358['roots']);_0x5bfa3e&&_0x376b44[_0x1c90e5(0x4a8)](_0x5bfa3e),this[_0x1c90e5(0x4df)][_0x1c90e5(0x4ec)](X)&&_0x376b44[_0x1c90e5(0x4a8)](this[_0x1c90e5(0x4df)]['get'](X)[_0x1c90e5(0x569)]({'embedId':_0x400ff4['embedId'],'hostUnitId':_0x400ff4['hostUnitId'],'childUnitId':_0x400ff4[_0x1c90e5(0x4e8)],'childType':_0x400ff4[_0x1c90e5(0x5ca)]})),_0x376b44[_0x1c90e5(0x4a8)](this[_0x1c90e5(0x310)](_0x400ff4,_0x56b15e[_0x1c90e5(0x353)],_0x57843b[_0x1c90e5(0x645)],_0xedf358['instanceService'])),_0x376b44[_0x1c90e5(0x4a8)](this['_sceneCanvasCaptureService'][_0x1c90e5(0x246)](_0x4e3f12));let _0x7ebc32=this['_createMountFocusRestorer'](_0x400ff4),_0x4761a7=(_0x4b9483=_0x4a777f[_0x1c90e5(0x2de)])==null?void 0x0:_0x4b9483[_0x1c90e5(0x3c8)](_0x4a777f,_0x4e3f12);if(_0x4761a7&&_0x376b44[_0x1c90e5(0x4a8)](_0x4761a7),_0x376b44[_0x1c90e5(0x4a8)](_0x7ebc32),_0x376b44[_0x1c90e5(0x4a8)](this[_0x1c90e5(0x41f)][_0x1c90e5(0x50d)](_0x57fe12)),_0x57843b[_0x1c90e5(0x645)]===_0x1c90e5(0x593)){let _0x152102=this[_0x1c90e5(0x234)](_0x4e3f12);_0x152102&&_0x376b44[_0x1c90e5(0x4a8)](_0x152102);}let _0x5d009b={'hostUnitId':_0x400ff4[_0x1c90e5(0x489)],'embedId':_0x400ff4['embedId'],'childUnitId':_0x400ff4['childUnitId'],'childType':_0x400ff4[_0x1c90e5(0x5ca)],'entry':_0x400ff4['entry'],'layout':_0x21c510,'hostElement':_0x56b15e[_0x1c90e5(0x353)],'context':_0x4e3f12};return this[_0x1c90e5(0x2f5)][_0x1c90e5(0x360)](_0x400ff4[_0x1c90e5(0x332)],{'session':_0x5d009b,'disposables':_0x376b44,'setActive':_0x58b1c5}),_0x21c510!==_0x1c90e5(0x1a5)&&this[_0x1c90e5(0x4d3)](_0x400ff4,_0x21c510,_0x58b1c5),_0x5d009b;}[_0x3f5fcc(0x38a)](_0x35fe66,_0x5c52c3,_0x39c9bf,_0x1e46c9,_0x4c72d2,_0xede9be){const _0x558a96=_0x3f5fcc;var _0x440bc9,_0x4d4477;let _0x88417b=(_0x440bc9=(_0x4d4477=_0x1e46c9==null?void 0x0:_0x1e46c9['content'])==null?G(_0x39c9bf,_0x558a96(0x55a)):_0x4d4477)==null?_0x39c9bf:_0x440bc9,_0x2488b3=rs(_0xede9be);_0x88417b[_0x558a96(0x4b6)](_0x2488b3),_0x4c72d2['push'](_0x5b1d76(()=>{const _0xf65388=_0x558a96;_0x2488b3[_0xf65388(0x68a)]===_0x88417b&&_0x2488b3[_0xf65388(0x631)]();}));let _0x3e71c1={'hostUnitId':_0x35fe66['hostUnitId'],'embedId':_0x35fe66['embedId'],'childUnitId':_0x35fe66['childUnitId'],'childType':_0x35fe66['childType'],'entry':_0x35fe66[_0x558a96(0x4f3)],'layout':_0x5c52c3,'hostElement':_0x39c9bf};return this[_0x558a96(0x2f5)][_0x558a96(0x360)](_0x35fe66[_0x558a96(0x332)],{'session':_0x3e71c1,'disposables':_0x4c72d2,'setActive':()=>{}}),_0x3e71c1;}['_initializeFloatingSessionActiveState'](_0x438725,_0x5c1e9a,_0x40e39d){const _0x338ef1=_0x3f5fcc;if(_0x5c1e9a!==_0x338ef1(0x1a5)){if(this[_0x338ef1(0x4df)]['has'](_0x31b7e8)){let _0x3c8d39=this[_0x338ef1(0x4df)]['get'](_0x31b7e8)[_0x338ef1(0x337)]();if((_0x3c8d39==null?void 0x0:_0x3c8d39[_0x338ef1(0x489)])===_0x438725['hostUnitId']){_0x40e39d(_0x3c8d39[_0x338ef1(0x332)]===_0x438725[_0x338ef1(0x332)]);return;}}_0x40e39d(!0x1);}}[_0x3f5fcc(0x31a)](_0x46c846){const _0x24e88e=_0x3f5fcc;let _0x1ac07b=this[_0x24e88e(0x2f5)][_0x24e88e(0x613)](_0x46c846);_0x1ac07b&&(this[_0x24e88e(0x5d0)](_0x46c846),[..._0x1ac07b['disposables']][_0x24e88e(0x522)]()[_0x24e88e(0x3e7)](_0x1b5eb0=>_0x1b5eb0[_0x24e88e(0x5a6)]()),this['_sessions'][_0x24e88e(0x627)](_0x46c846));}[_0x3f5fcc(0x4d2)](_0x4312fd){const _0x17bc7f=_0x3f5fcc;var _0x32d4e9;return(_0x32d4e9=this[_0x17bc7f(0x2f5)][_0x17bc7f(0x613)](_0x4312fd))==null?void 0x0:_0x32d4e9[_0x17bc7f(0x639)];}[_0x3f5fcc(0x302)](){const _0x42ba66=_0x3f5fcc;return[...this[_0x42ba66(0x2f5)][_0x42ba66(0x5fb)]()][_0x42ba66(0x533)](({session:_0x529147})=>_0x529147);}['activateSession'](_0x123418){const _0x56cf66=_0x3f5fcc;let _0x487bb9=this['_sessions']['get'](_0x123418);if(_0x487bb9){if(_0x487bb9[_0x56cf66(0x639)][_0x56cf66(0x570)]!==_0x56cf66(0x1a5)){this[_0x56cf66(0x2f5)][_0x56cf66(0x3e7)](_0x206859=>{const _0x170d2d=_0x56cf66;_0x206859[_0x170d2d(0x639)][_0x170d2d(0x570)]==='tab-peer'||_0x206859[_0x170d2d(0x639)][_0x170d2d(0x489)]!==_0x487bb9[_0x170d2d(0x639)]['hostUnitId']||_0x206859[_0x170d2d(0x201)](_0x206859[_0x170d2d(0x639)][_0x170d2d(0x332)]===_0x123418);});return;}this['_focusTabPeerSession'](_0x487bb9[_0x56cf66(0x639)]),this[_0x56cf66(0x2f5)][_0x56cf66(0x3e7)](_0x254391=>{const _0x40026e=_0x56cf66;_0x254391[_0x40026e(0x639)][_0x40026e(0x570)]!==_0x40026e(0x1a5)||_0x254391[_0x40026e(0x639)][_0x40026e(0x489)]!==_0x487bb9['session'][_0x40026e(0x489)]||_0x254391['setActive'](_0x254391[_0x40026e(0x639)][_0x40026e(0x332)]===_0x123418);});}}[_0x3f5fcc(0x3b6)](_0x3d5aec){const _0x7c8f73=_0x3f5fcc;let _0x2dd6b6=[];return this[_0x7c8f73(0x2f5)][_0x7c8f73(0x3e7)](_0x2dfe47=>{const _0x30be8f=_0x7c8f73;_0x2dfe47['session']['layout']===_0x30be8f(0x1a5)&&(_0x3d5aec&&_0x2dfe47[_0x30be8f(0x639)]['embedId']!==_0x3d5aec||(this['_runChildBeforeDeactivate'](_0x2dfe47[_0x30be8f(0x639)]),this[_0x30be8f(0x5d0)](_0x2dfe47['session']['embedId']),_0x2dfe47[_0x30be8f(0x201)](!0x1),_0x2dd6b6[_0x30be8f(0x4a8)](_0x2dfe47[_0x30be8f(0x639)])));}),_0x2dd6b6;}[_0x3f5fcc(0x3ec)](_0x25d4ee){const _0xd31c6=_0x3f5fcc;let _0x3629cb=this[_0xd31c6(0x2f5)][_0xd31c6(0x613)](_0x25d4ee);if(!(!_0x3629cb||_0x3629cb[_0xd31c6(0x639)][_0xd31c6(0x570)]===_0xd31c6(0x1a5)))return this[_0xd31c6(0x36d)](_0x3629cb[_0xd31c6(0x639)]),_0x3629cb[_0xd31c6(0x201)](!0x1),_0x3629cb[_0xd31c6(0x639)];}[_0x3f5fcc(0x201)](_0x1aaf80,_0x2c4c88){const _0x141b96=_0x3f5fcc;var _0x126321;(_0x126321=this[_0x141b96(0x2f5)][_0x141b96(0x613)](_0x1aaf80))==null||_0x126321[_0x141b96(0x201)](_0x2c4c88);}[_0x3f5fcc(0x36d)](_0x5844ac){const _0x3061f3=_0x3f5fcc;let _0x1cd62e=_0x5844ac[_0x3061f3(0x27f)];if(!_0x1cd62e)return;let _0x2bc806=this['_childViewRegistry'][_0x3061f3(0x613)](_0x5844ac['childType']);if(_0x2bc806!=null&&_0x2bc806[_0x3061f3(0x348)])try{_0x2bc806[_0x3061f3(0x348)](_0x1cd62e);}catch(_0x534c18){console['warn'](_0x3061f3(0x1e8),_0x534c18);}}['_resolveLayout'](_0x2d223c){const _0x14d3a3=_0x3f5fcc;var _0x974947,_0x1c586e;let _0x1ab856=((_0x974947=_0x2d223c[_0x14d3a3(0x1d1)])==null?void 0x0:_0x974947[_0x14d3a3(0x5ec)])||void 0x0;if(_0x1ab856!=null&&_0x1ab856[_0x14d3a3(0x570)])return _0x1ab856[_0x14d3a3(0x570)];let _0x5b02d0=((_0x1c586e=_0x2d223c[_0x14d3a3(0x1d1)])==null?void 0x0:_0x1c586e['tab'])||void 0x0;if(_0x5b02d0!=null&&_0x5b02d0[_0x14d3a3(0x1ee)])return _0x14d3a3(0x1a5);throw Error(_0x14d3a3(0x456));}['_registerChildProductPlugins'](_0xe32fd1){const _0x230760=_0x3f5fcc;this[_0x230760(0x4df)]['has'](Za)&&this[_0x230760(0x4df)]['get'](Za)[_0x230760(0x534)](_0xe32fd1);}[_0x3f5fcc(0x63c)](_0x2f4e80,_0x131aee,_0x33ea34,_0x37ff86){const _0x1abc30=_0x3f5fcc;var _0x30985a,_0x317198,_0x37adf3,_0x47a54c,_0x557ca2,_0x4d16fb,_0x26efbf,_0x57d867,_0x50933e,_0x2d9eeb;let _0x853468=new _0x12f191(!0x0),_0x5cecb6=_0x2f4e80[_0x1abc30(0x380)],_0x411486=(_0x30985a=_0x2f4e80[_0x1abc30(0x1d1)])==null?void 0x0:_0x30985a['tab'],_0xf65618=_0x411486&&_0x411486['enabled']?_0x1abc30(0x281):(_0x317198=_0x2f4e80[_0x1abc30(0x1d1)])!=null&&_0x317198[_0x1abc30(0x5ec)]?_0x1abc30(0x593):_0x1abc30(0x57e),_0x5311e7=(_0x37adf3=(_0x47a54c=_0x37ff86==null?void 0x0:_0x37ff86[_0x1abc30(0x45d)])==null?G(_0x33ea34,_0x1abc30(0x55a)):_0x47a54c)==null?_0x33ea34:_0x37adf3,_0x415c23=(_0x557ca2=(_0x4d16fb=_0x37ff86==null?void 0x0:_0x37ff86['canvas'])==null?G(_0x33ea34,'data-embed-canvas-root'):_0x4d16fb)==null?_0x33ea34:_0x557ca2,_0x54184e=(_0x26efbf=(_0x57d867=_0x37ff86==null?void 0x0:_0x37ff86[_0x1abc30(0x4ee)])==null?G(_0x33ea34,_0x1abc30(0x1f1)):_0x57d867)==null?_0x33ea34:_0x26efbf,_0x41ed2e=(_0x50933e=(_0x2d9eeb=_0x37ff86==null?void 0x0:_0x37ff86[_0x1abc30(0x61b)])==null?G(_0x33ea34,'data-embed-popup-root'):_0x2d9eeb)==null?_0x54184e:_0x50933e,_0x1dd443=this['_overlayRootService']['register']({'childUnitId':_0x2f4e80[_0x1abc30(0x4e8)],'embedId':_0x2f4e80[_0x1abc30(0x332)],'hostAnchorId':_0x5cecb6,'root':_0x54184e}),_0xc9c45=_0x1072ad=>{_0x853468['getValue']()!==_0x1072ad&&(ns(_0x33ea34,_0x1072ad,_0xf65618),_0x853468['next'](_0x1072ad));};return ns(_0x33ea34,!0x0,_0xf65618),{'renderScope':{'hostUnitId':_0x2f4e80['hostUnitId'],'hostAnchorId':_0x5cecb6,'embedId':_0x2f4e80[_0x1abc30(0x332)],'childUnitId':_0x2f4e80[_0x1abc30(0x4e8)],'childType':_0x2f4e80['childType'],'layout':_0x131aee,'mode':_0xf65618,'rootElement':_0x33ea34,'contentRoot':_0x5311e7,'canvasRoot':_0x415c23,'overlayRoot':_0x54184e,'popupRoot':_0x41ed2e,'menuOutlet':_0x37ff86!=null&&_0x37ff86[_0x1abc30(0x5f1)]?{'container':_0x37ff86[_0x1abc30(0x5f1)]}:void 0x0,'active$':_0x853468['asObservable']()},'disposable':_0x5b1d76(()=>{const _0x3575bb=_0x1abc30;_0x1dd443['dispose'](),_0xc9c45(!0x1),_0x853468[_0x3575bb(0x437)]();}),'setActive':_0xc9c45};}['_registerRuntimeBoundary'](_0x4ce38d,_0x42e450,_0x175298,_0x2f1e2d){const _0x4c41c3=_0x3f5fcc;let _0x2b14dd=this[_0x4c41c3(0x4df)]['has'](Ua),_0x3789ba=this[_0x4c41c3(0x4df)]['has'](X);if(!_0x2b14dd&&!_0x3789ba)return;let _0x2ee814=_0x2b14dd?this[_0x4c41c3(0x4df)][_0x4c41c3(0x613)](Ua):void 0x0,_0x1aa5af=_0x3789ba?this['_injector'][_0x4c41c3(0x613)](X):void 0x0,_0x514f92=new Map(),_0x227021=(_0x5238a5,_0x14c3a8)=>{const _0x3d38b9=_0x4c41c3;if(!_0x5238a5)return;let _0x15582d=_0x514f92['get'](_0x5238a5);(!_0x15582d||_0x15582d===_0x3d38b9(0x277))&&_0x514f92[_0x3d38b9(0x360)](_0x5238a5,_0x14c3a8);};_0x227021(_0x42e450,_0x4c41c3(0x277)),_0x227021(_0x175298[_0x4c41c3(0x636)],_0x4c41c3(0x277)),_0x227021(_0x175298['contentRoot'],_0x4c41c3(0x277)),_0x227021(_0x175298[_0x4c41c3(0x672)],_0x4c41c3(0x277)),_0x227021(_0x175298['overlayRoot'],_0x4c41c3(0x277)),_0x227021(_0x2f1e2d['root'],'runtime'),_0x227021(_0x2f1e2d[_0x4c41c3(0x45d)],_0x4c41c3(0x277)),_0x227021(_0x2f1e2d[_0x4c41c3(0x210)],_0x4c41c3(0x277)),_0x227021(_0x2f1e2d[_0x4c41c3(0x4ee)],_0x4c41c3(0x277)),_0x227021(_0x175298['popupRoot'],_0x4c41c3(0x311)),_0x227021(_0x2f1e2d[_0x4c41c3(0x61b)],'child-popup');let _0x3bda67=[..._0x514f92][_0x4c41c3(0x28b)](([_0x25989a,_0x4ca9a4])=>[_0x2ee814==null?void 0x0:_0x2ee814[_0x4c41c3(0x23a)](_0x4ce38d[_0x4c41c3(0x332)],_0x25989a),_0x1aa5af==null?void 0x0:_0x1aa5af[_0x4c41c3(0x321)]({'embedId':_0x4ce38d[_0x4c41c3(0x332)],'role':_0x4ca9a4,'element':_0x25989a})][_0x4c41c3(0x345)](_0x39e25f=>!!_0x39e25f));return _0x5b1d76(()=>{const _0x9460c=_0x4c41c3;[..._0x3bda67][_0x9460c(0x522)]()['forEach'](_0x4db76f=>_0x4db76f['dispose']());});}['_normalizeHostMountResult'](_0x19b5be){return _0x19b5be?'dispose'in _0x19b5be?{'disposable':_0x19b5be}:{'hostElement':_0x19b5be['hostElement'],'runtimeRoots':_0x19b5be['runtimeRoots'],'disposable':_0x19b5be['disposable']?_0x5b1d76(()=>{const _0x5be518=_0x2e56;var _0x454b6b;return(_0x454b6b=_0x19b5be['disposable'])==null?void 0x0:_0x454b6b[_0x5be518(0x5a6)]();}):void 0x0}:{};}[_0x3f5fcc(0x234)](_0x340b61){const _0x2f5864=_0x3f5fcc;if(!this[_0x2f5864(0x4df)][_0x2f5864(0x4ec)](Jo))return;let _0x3e2e2d=this[_0x2f5864(0x4df)][_0x2f5864(0x613)](Jo)['get'](_0x340b61['descriptor'][_0x2f5864(0x484)],_0x340b61[_0x2f5864(0x3b1)][_0x2f5864(0x4f3)],_0x340b61[_0x2f5864(0x5ca)]);if(!_0x3e2e2d)return;let _0x5ab8c5=this[_0x2f5864(0x4df)][_0x2f5864(0x4ec)](q)?this[_0x2f5864(0x4df)][_0x2f5864(0x613)](q)[_0x2f5864(0x5bc)]():null,_0x28b44b=_0x3e2e2d[_0x2f5864(0x2de)]({..._0x340b61,'active':_0x5ab8c5});return _0x28b44b?_0x5b1d76(()=>_0x28b44b[_0x2f5864(0x5a6)]()):void 0x0;}[_0x3f5fcc(0x310)](_0x195d60,_0x515212,_0x8f5c19,_0x3e5a4a){const _0x541948=_0x3f5fcc;let _0x5ab118=this[_0x541948(0x4df)][_0x541948(0x4ec)](Ua)?this[_0x541948(0x4df)]['get'](Ua):void 0x0,_0x3b3a28=this[_0x541948(0x4df)][_0x541948(0x4ec)](X)?this[_0x541948(0x4df)][_0x541948(0x613)](X):void 0x0,_0x34191a=_0x515212[_0x541948(0x53b)],_0x21852f=[],_0x307b5b=()=>_0x8f5c19===_0x541948(0x593)?this['_injector'][_0x541948(0x4ec)](q)?this[_0x541948(0x4df)]['get'](q)[_0x541948(0x53e)](_0x195d60[_0x541948(0x332)])==='stage2':!0x1:!0x0,_0x5510fe=(_0x2d7ee1,_0x4dff43={})=>{const _0x22905f=_0x541948;let _0x1adff0=_0x4dff43[_0x22905f(0x2ee)]!==!0x1,_0x98cccc=_0x4dff43[_0x22905f(0x661)]!==!0x1,_0x2cddb4=(_0x2d7ee1==null?void 0x0:_0x2d7ee1[_0x22905f(0x669)])instanceof Element?_0x2d7ee1[_0x22905f(0x669)]:null;if(!(_0x2cddb4!=null&&_0x2cddb4[_0x22905f(0x4e5)](_0x22905f(0x2f4)))&&!(!_0x195d60[_0x22905f(0x4e8)]||_0x195d60[_0x22905f(0x5ca)]==null)&&_0x307b5b()){if(_0x8f5c19===_0x22905f(0x593)&&_0x3e5a4a&&(_0x3e5a4a[_0x22905f(0x27e)](_0x195d60['childUnitId']),_0x1adff0&&_0x3e5a4a[_0x22905f(0x2ee)](_0x195d60['childUnitId'])),_0x8f5c19===_0x22905f(0x281)&&this[_0x22905f(0x4df)][_0x22905f(0x4ec)](_0x4973db)){var _0x16870d,_0x302b72;let _0x291d4f=this[_0x22905f(0x4df)][_0x22905f(0x613)](_0x4973db),_0x40fefa=_0x291d4f[_0x22905f(0x1f0)],_0x5b0069=_0x291d4f['getFocusedUnit'];(typeof _0x40fefa!=_0x22905f(0x1b2)||((_0x16870d=_0x40fefa[_0x22905f(0x3c8)](_0x291d4f,_0x195d60[_0x22905f(0x5ca)]))==null?void 0x0:_0x16870d[_0x22905f(0x4b3)]())!==_0x195d60[_0x22905f(0x4e8)])&&_0x291d4f[_0x22905f(0x27e)](_0x195d60[_0x22905f(0x4e8)]),_0x1adff0&&(typeof _0x5b0069!='function'||((_0x302b72=_0x5b0069[_0x22905f(0x3c8)](_0x291d4f))==null?void 0x0:_0x302b72[_0x22905f(0x4b3)]())!==_0x195d60['childUnitId'])&&_0x291d4f[_0x22905f(0x2ee)](_0x195d60[_0x22905f(0x4e8)]);}if(_0x8f5c19===_0x22905f(0x281)&&this[_0x22905f(0x4df)][_0x22905f(0x4ec)](_0x3fb6b6)){let _0x129c51=this[_0x22905f(0x4df)][_0x22905f(0x613)](_0x3fb6b6);_0x129c51[_0x22905f(0x457)](_0x3e3552,!0x0),_0x129c51[_0x22905f(0x457)](_0x13c51a,_0x195d60[_0x22905f(0x5ca)]===_0x52a08f[_0x22905f(0x40c)]),_0x129c51[_0x22905f(0x457)](_0x3e99f6,_0x195d60[_0x22905f(0x5ca)]===_0x52a08f[_0x22905f(0x31d)]),_0x129c51[_0x22905f(0x457)](_0xb3c8db,_0x195d60[_0x22905f(0x5ca)]===_0x52a08f[_0x22905f(0x2f7)]);}if(this[_0x22905f(0x4df)][_0x22905f(0x4ec)](_0x31b7e8)){let _0x599e38=this['_injector'][_0x22905f(0x613)](_0x31b7e8),_0x19ca0e={'hostUnitId':_0x195d60[_0x22905f(0x489)],'embedId':_0x195d60['embedId'],'childUnitId':_0x195d60['childUnitId'],'childType':_0x195d60[_0x22905f(0x5ca)],'reason':_0x22905f(0x57f)},_0x360686=_0x599e38[_0x22905f(0x337)]();((_0x360686==null?void 0x0:_0x360686['hostUnitId'])!==_0x19ca0e[_0x22905f(0x489)]||_0x360686['embedId']!==_0x19ca0e[_0x22905f(0x332)]||_0x360686['childUnitId']!==_0x19ca0e['childUnitId']||_0x360686[_0x22905f(0x5ca)]!==_0x19ca0e[_0x22905f(0x5ca)]||_0x360686['reason']!==_0x19ca0e[_0x22905f(0x2cf)])&&_0x599e38[_0x22905f(0x4e6)](_0x19ca0e);}_0x98cccc&&this[_0x22905f(0x661)](_0x195d60[_0x22905f(0x332)]);}},_0x387399=_0x2b05dd=>{const _0x582ac8=_0x541948;let _0x1831d7=_0x2b05dd[_0x582ac8(0x669)]instanceof Element?_0x2b05dd['target']:null;if(!_0x1831d7||_0x515212[_0x582ac8(0x452)](_0x1831d7)||!(_0x5ab118!=null&&_0x5ab118[_0x582ac8(0x452)](_0x195d60[_0x582ac8(0x332)],_0x1831d7,_0x2b05dd)||_0x3b3a28!=null&&_0x3b3a28[_0x582ac8(0x5ba)](_0x195d60[_0x582ac8(0x332)],_0x1831d7,_0x2b05dd)))return;_0x5510fe(_0x2b05dd,{'focusUnit':!0x1,'activateSession':!0x1});let _0x339e10=_0x34191a[_0x582ac8(0x306)];_0x339e10&&_0x21852f[_0x582ac8(0x4a8)](_0x339e10['setTimeout'](()=>_0x5510fe(_0x2b05dd,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x515212[_0x541948(0x4a0)](_0x541948(0x430),_0x5510fe,{'capture':!0x0}),_0x515212['addEventListener'](_0x541948(0x66e),_0x5510fe),_0x34191a[_0x541948(0x4a0)]('pointerdown',_0x387399,{'capture':!0x0}),_0x34191a[_0x541948(0x4a0)](_0x541948(0x66e),_0x387399,{'capture':!0x0}),_0x5b1d76(()=>{const _0x4fce8a=_0x541948;_0x515212[_0x4fce8a(0x261)]('pointerdown',_0x5510fe,{'capture':!0x0}),_0x515212[_0x4fce8a(0x261)](_0x4fce8a(0x66e),_0x5510fe),_0x34191a[_0x4fce8a(0x261)](_0x4fce8a(0x430),_0x387399,{'capture':!0x0}),_0x34191a[_0x4fce8a(0x261)]('focusin',_0x387399,{'capture':!0x0}),_0x21852f[_0x4fce8a(0x3e7)](_0x1d4357=>{const _0x12b623=_0x4fce8a;var _0x3efde8;return(_0x3efde8=_0x34191a[_0x12b623(0x306)])==null?void 0x0:_0x3efde8[_0x12b623(0x393)](_0x1d4357);});});}['_focusTabPeerSession'](_0x6778be){const _0x3a256f=_0x3f5fcc;if(this[_0x3a256f(0x202)](_0x6778be),this[_0x3a256f(0x4df)][_0x3a256f(0x4ec)](_0x4973db)){let _0x1fcc80=this[_0x3a256f(0x4df)][_0x3a256f(0x613)](_0x4973db);_0x1fcc80['setCurrentUnitForType'](_0x6778be[_0x3a256f(0x4e8)]),_0x1fcc80[_0x3a256f(0x2ee)](_0x6778be[_0x3a256f(0x4e8)]);}if(this[_0x3a256f(0x4df)][_0x3a256f(0x4ec)](_0x3fb6b6)){let _0x38427a=this[_0x3a256f(0x4df)]['get'](_0x3fb6b6);_0x38427a['setContextValue'](_0x3e3552,!0x0),_0x38427a[_0x3a256f(0x457)](_0x13c51a,_0x6778be['childType']===_0x52a08f[_0x3a256f(0x40c)]),_0x38427a[_0x3a256f(0x457)](_0x3e99f6,_0x6778be[_0x3a256f(0x5ca)]===_0x52a08f[_0x3a256f(0x31d)]),_0x38427a[_0x3a256f(0x457)](_0xb3c8db,_0x6778be[_0x3a256f(0x5ca)]===_0x52a08f[_0x3a256f(0x2f7)]);}this[_0x3a256f(0x4df)][_0x3a256f(0x4ec)](_0x31b7e8)&&this[_0x3a256f(0x4df)][_0x3a256f(0x613)](_0x31b7e8)[_0x3a256f(0x4e6)]({'hostUnitId':_0x6778be[_0x3a256f(0x489)],'embedId':_0x6778be[_0x3a256f(0x332)],'childUnitId':_0x6778be[_0x3a256f(0x4e8)],'childType':_0x6778be[_0x3a256f(0x5ca)],'reason':_0x3a256f(0x5f5)});}[_0x3f5fcc(0x202)](_0x236913){const _0x329e29=_0x3f5fcc;if(!this[_0x329e29(0x4df)][_0x329e29(0x4ec)](X))return;this[_0x329e29(0x18c)](_0x236913['hostUnitId'],_0x236913[_0x329e29(0x332)]),this['_releaseTabPeerFocusLease'](_0x236913[_0x329e29(0x332)]);let _0x17d9d6=this[_0x329e29(0x4df)][_0x329e29(0x613)](X)[_0x329e29(0x610)]({'embedId':_0x236913[_0x329e29(0x332)],'role':_0x329e29(0x378),'owner':'tab-peer-runtime','sessionMode':'child-tab','hostUnitId':_0x236913[_0x329e29(0x489)],'childUnitId':_0x236913[_0x329e29(0x4e8)],'childType':_0x236913[_0x329e29(0x5ca)]});this['_tabFocusLeases'][_0x329e29(0x360)](_0x236913[_0x329e29(0x332)],{'hostUnitId':_0x236913[_0x329e29(0x489)],'disposable':_0x17d9d6});}['_releaseTabPeerFocusLeasesForHost'](_0x3be5ca,_0x23ac4d){const _0x388f97=_0x3f5fcc;[...this[_0x388f97(0x3cf)][_0x388f97(0x405)]()][_0x388f97(0x3e7)](([_0x386b07,_0x47239a])=>{const _0x3f9717=_0x388f97;_0x386b07===_0x23ac4d||_0x47239a[_0x3f9717(0x489)]!==_0x3be5ca||(_0x47239a[_0x3f9717(0x3d3)]['dispose'](),this[_0x3f9717(0x3cf)][_0x3f9717(0x627)](_0x386b07));});}['_releaseTabPeerFocusLease'](_0x51565d){const _0x2606f0=_0x3f5fcc;let _0x4e208f=this[_0x2606f0(0x3cf)][_0x2606f0(0x613)](_0x51565d);_0x4e208f&&(_0x4e208f[_0x2606f0(0x3d3)][_0x2606f0(0x5a6)](),this['_tabFocusLeases'][_0x2606f0(0x627)](_0x51565d));}[_0x3f5fcc(0x21b)](_0x131423){const _0x43a7a8=_0x3f5fcc;var _0xa94e3e,_0x9c71c5;if((_0xa94e3e=_0x131423[_0x43a7a8(0x1d1)])!=null&&_0xa94e3e[_0x43a7a8(0x281)]&&_0x131423[_0x43a7a8(0x1d1)]['tab'][_0x43a7a8(0x1ee)]||!this[_0x43a7a8(0x4df)][_0x43a7a8(0x4ec)](_0x4973db)||!_0x131423['childUnitId'])return _0x5b1d76(()=>{});let _0x2467dc=this[_0x43a7a8(0x4df)][_0x43a7a8(0x613)](_0x4973db),_0x557a39=_0x2467dc[_0x43a7a8(0x507)],_0x59e0fc=_0x2467dc['focusUnit'];if(typeof _0x557a39!='function'||typeof _0x59e0fc!=_0x43a7a8(0x1b2))return _0x5b1d76(()=>{});let _0x4b593f=(_0x9c71c5=_0x557a39[_0x43a7a8(0x3c8)](_0x2467dc))==null?void 0x0:_0x9c71c5['getUnitId']();if(!_0x4b593f||_0x4b593f===_0x131423[_0x43a7a8(0x4e8)])return _0x5b1d76(()=>{});let _0x4b0ace=()=>{const _0x415cc2=_0x43a7a8;var _0x35f8a9;((_0x35f8a9=_0x557a39[_0x415cc2(0x3c8)](_0x2467dc))==null?void 0x0:_0x35f8a9[_0x415cc2(0x4b3)]())===_0x131423[_0x415cc2(0x4e8)]&&_0x59e0fc[_0x415cc2(0x3c8)](_0x2467dc,_0x4b593f);},_0x58d0d5=[],_0x2ddefd=[];return _0x4b0ace(),typeof window<'u'&&(_0x2ddefd[_0x43a7a8(0x4a8)](window['requestAnimationFrame'](_0x4b0ace)),_0x58d0d5[_0x43a7a8(0x4a8)](window[_0x43a7a8(0x2bb)](_0x4b0ace,0x0)),_0x58d0d5['push'](window[_0x43a7a8(0x2bb)](_0x4b0ace,0x78))),_0x5b1d76(()=>{const _0x2f88ea=_0x43a7a8;typeof window>'u'||(_0x2ddefd['forEach'](_0x1f7aa0=>window[_0x2f88ea(0x608)](_0x1f7aa0)),_0x58d0d5[_0x2f88ea(0x3e7)](_0x305f41=>window[_0x2f88ea(0x393)](_0x305f41)));});}['_assertChildUnitAvailable'](_0x45adfd){const _0x136401=_0x3f5fcc;let _0x48040f=[...this[_0x136401(0x2f5)][_0x136401(0x5fb)]()][_0x136401(0x1f2)](({session:_0x558be6})=>_0x558be6[_0x136401(0x332)]!==_0x45adfd[_0x136401(0x332)]&&_0x558be6['childUnitId']===_0x45adfd[_0x136401(0x4e8)]);if(_0x48040f)throw new es(_0x45adfd['childUnitId'],_0x48040f['session'][_0x136401(0x332)]);if(this['_univerInstanceService'][_0x136401(0x212)](_0x45adfd[_0x136401(0x4e8)],_0x45adfd['childType']))return;let _0xc5a672=this[_0x136401(0x391)][_0x136401(0x54b)](_0x45adfd[_0x136401(0x4e8)]);throw _0xc5a672!==_0x52a08f[_0x136401(0x396)]&&_0xc5a672!==_0x45adfd['childType']?Error(_0x136401(0x444)):Error('EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE');}};ts=Wa([Z(0x0,_0x359774(Yo)),Z(0x1,_0x359774(qo)),Z(0x2,_0x359774(Xo)),Z(0x3,_0x359774(Zo)),Z(0x4,_0x4973db),Z(0x5,_0x359774(to)),Z(0x6,_0x359774(_0xbdc958))],ts);function ns(_0x19fb1b,_0x3cf324,_0x30e3a9){const _0x304bb7=_0x3f5fcc;if(_0x19fb1b['dataset'][_0x304bb7(0x43e)]=_0x3cf324?_0x304bb7(0x228):'false',_0x30e3a9!=='tab'){_0x19fb1b[_0x304bb7(0x1ca)]('inert'),_0x19fb1b[_0x304bb7(0x1ca)](_0x304bb7(0x687)),_0x19fb1b[_0x304bb7(0x56f)][_0x304bb7(0x297)](_0x304bb7(0x5bf)),_0x19fb1b[_0x304bb7(0x56f)]['removeProperty'](_0x304bb7(0x4d1));return;}if(_0x19fb1b[_0x304bb7(0x2bc)](_0x304bb7(0x42e),!_0x3cf324),_0x3cf324){_0x19fb1b[_0x304bb7(0x1ca)](_0x304bb7(0x687)),_0x19fb1b[_0x304bb7(0x56f)][_0x304bb7(0x297)]('display'),_0x19fb1b[_0x304bb7(0x56f)][_0x304bb7(0x297)](_0x304bb7(0x4d1));return;}_0x19fb1b[_0x304bb7(0x654)](_0x304bb7(0x687),'true'),_0x19fb1b[_0x304bb7(0x56f)][_0x304bb7(0x5bf)]='none',_0x19fb1b[_0x304bb7(0x56f)][_0x304bb7(0x5d6)]='none';}function rs(_0x3d8e46){const _0x10bc57=_0x3f5fcc;let _0xbc824c=document[_0x10bc57(0x3f9)](_0x10bc57(0x50c));return _0xbc824c['dataset'][_0x10bc57(0x18a)]=_0x3d8e46==null?'nested':_0x3d8e46,_0xbc824c[_0x10bc57(0x56f)][_0x10bc57(0x621)]=[_0x10bc57(0x575),'width:100%',_0x10bc57(0x269),_0x10bc57(0x5c4),_0x10bc57(0x3e3),_0x10bc57(0x2a3),_0x10bc57(0x4ed),'padding:16px',_0x10bc57(0x230),_0x10bc57(0x403),_0x10bc57(0x65d),_0x10bc57(0x3ce),_0x10bc57(0x451),'text-align:center']['join'](';'),_0xbc824c['textContent']=_0x3d8e46===_0x10bc57(0x34a)?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x10bc57(0x427),_0xbc824c;}let is=class{constructor(_0x236e7b,_0x330a6a,_0x5b36a0,_0x5bacd4,_0x2c7935,_0x1153ce,_0x3f64dd,_0x5de698,_0x1a6297){const _0x43b4e9=_0x3f5fcc;this[_0x43b4e9(0x391)]=_0x236e7b,this[_0x43b4e9(0x439)]=_0x330a6a,this[_0x43b4e9(0x1b4)]=_0x5b36a0,this[_0x43b4e9(0x434)]=_0x5bacd4,this[_0x43b4e9(0x1f6)]=_0x2c7935,this[_0x43b4e9(0x571)]=_0x1153ce,this[_0x43b4e9(0x249)]=_0x3f64dd,this[_0x43b4e9(0x3a2)]=_0x5de698,this[_0x43b4e9(0x5ef)]=_0x1a6297,K(this,'_previousChildCurrentUnits',new Map()),K(this,'_floatingHostFocusRestorers',new Map());}['activateTab'](_0x3680ad){const _0x5454f2=_0x3f5fcc;var _0x39d0a9,_0x1a5136;this[_0x5454f2(0x367)](_0x3680ad),this[_0x5454f2(0x66a)](_0x3680ad),this['_hostAdapterRegistry'][_0x5454f2(0x47a)]({'embedId':_0x3680ad[_0x5454f2(0x332)],'hostUnitId':_0x3680ad[_0x5454f2(0x489)],'hostType':_0x3680ad[_0x5454f2(0x484)],'entry':_0x3680ad[_0x5454f2(0x4f3)],'hostAnchorId':_0x3680ad['hostAnchorId'],'descriptor':_0x3680ad}),this[_0x5454f2(0x1f6)][_0x5454f2(0x661)](_0x3680ad[_0x5454f2(0x332)]);let _0x248264=(_0x39d0a9=this[_0x5454f2(0x571)])==null?void 0x0:_0x39d0a9[_0x5454f2(0x613)](_0x3680ad[_0x5454f2(0x5ca)]);return this[_0x5454f2(0x434)][_0x5454f2(0x1db)](_0x3680ad,_0x5454f2(0x509),{'layoutPolicy':_0x248264==null||(_0x1a5136=_0x248264[_0x5454f2(0x29a)])==null?void 0x0:_0x1a5136[_0x5454f2(0x281)],'allowPlaceholder':(_0x248264==null?void 0x0:_0x248264[_0x5454f2(0x441)])===_0x5454f2(0x611)||(_0x248264==null?void 0x0:_0x248264[_0x5454f2(0x35f)])===_0x5454f2(0x214)});}['activateFloating'](_0x57a242,_0x398985,_0x57ea57={}){const _0x3a1f1a=_0x3f5fcc;this[_0x3a1f1a(0x367)](_0x57a242),this['_focusOwnerService'][_0x3a1f1a(0x4e6)]({'hostUnitId':_0x57a242['hostUnitId'],'embedId':_0x57a242['embedId'],'childUnitId':_0x57a242[_0x3a1f1a(0x4e8)],'childType':_0x57a242[_0x3a1f1a(0x5ca)],'reason':'pointer'}),this[_0x3a1f1a(0x1f6)][_0x3a1f1a(0x661)](_0x57a242[_0x3a1f1a(0x332)]);let _0x3e0665={'hostUnitId':_0x57a242[_0x3a1f1a(0x489)],'embedId':_0x57a242['embedId'],'childUnitId':_0x57a242[_0x3a1f1a(0x4e8)]};if(_0x398985){var _0x3038a3;(_0x3038a3=this[_0x3a1f1a(0x249)])==null||_0x3038a3[_0x3a1f1a(0x1db)](_0x3e0665,_0x398985);}else{var _0x29be07;(_0x29be07=this['_floatingActiveService'])==null||_0x29be07[_0x3a1f1a(0x1db)](_0x3e0665);}this[_0x3a1f1a(0x434)][_0x3a1f1a(0x225)](),_0x398985===_0x3a1f1a(0x628)?(this[_0x3a1f1a(0x662)](_0x57a242[_0x3a1f1a(0x4e8)],_0x57a242['childType']),this['_preserveHostGlobalFocusForFloating'](_0x57a242)):this[_0x3a1f1a(0x5d7)]();}[_0x3f5fcc(0x652)](_0x4d6650,_0xb07f4d={}){const _0x4a357c=_0x3f5fcc;this[_0x4a357c(0x487)](_0x4d6650,_0x4a357c(0x628),_0xb07f4d);}[_0x3f5fcc(0x638)](_0x420861){const _0x540b09=_0x3f5fcc;this[_0x540b09(0x367)](_0x420861),this[_0x540b09(0x439)]['setFocusOwner']({'hostUnitId':_0x420861[_0x540b09(0x489)],'embedId':_0x420861[_0x540b09(0x332)],'childUnitId':_0x420861[_0x540b09(0x4e8)],'childType':_0x420861[_0x540b09(0x5ca)],'reason':'pointer'}),this['_focusUnit'](_0x420861[_0x540b09(0x4e8)],_0x420861[_0x540b09(0x5ca)]);}[_0x3f5fcc(0x1d5)](_0x3d84f5){const _0x5b0689=_0x3f5fcc;let _0x4def52=this[_0x5b0689(0x439)][_0x5b0689(0x337)]();_0x4def52!=null&&_0x4def52[_0x5b0689(0x332)]&&_0x4def52[_0x5b0689(0x332)]!==_0x3d84f5['embedId']||(this['_focusOwnerService'][_0x5b0689(0x459)](_0x3d84f5['embedId']),this[_0x5b0689(0x391)][_0x5b0689(0x27e)](_0x3d84f5['hostUnitId']),this[_0x5b0689(0x391)][_0x5b0689(0x2ee)](_0x3d84f5[_0x5b0689(0x489)]));}[_0x3f5fcc(0x499)](_0x2d0177,_0x389dfc){const _0x4a8755=_0x3f5fcc;var _0x58fdb5,_0x5be33d,_0x15bfea;let _0x5b0676=this[_0x4a8755(0x439)][_0x4a8755(0x337)]();if(_0x2d0177&&_0x5b0676!=null&&_0x5b0676[_0x4a8755(0x332)]&&_0x5b0676[_0x4a8755(0x332)]!==_0x2d0177)return;let _0x27eebf=(_0x58fdb5=this[_0x4a8755(0x249)])==null?void 0x0:_0x58fdb5[_0x4a8755(0x5bc)],_0x5c477f=typeof _0x27eebf==_0x4a8755(0x1b2)?_0x27eebf[_0x4a8755(0x3c8)](this[_0x4a8755(0x249)]):null;if(_0x2d0177&&!_0x5b0676&&(_0x5c477f==null?void 0x0:_0x5c477f['embedId'])!==_0x2d0177&&!_0x389dfc)return;let _0x3b3610=(_0x5be33d=_0x389dfc==null?_0x5b0676==null?void 0x0:_0x5b0676[_0x4a8755(0x489)]:_0x389dfc)==null?_0x5c477f==null?void 0x0:_0x5c477f[_0x4a8755(0x489)]:_0x5be33d;(_0x15bfea=this[_0x4a8755(0x249)])==null||_0x15bfea['clear'](_0x2d0177),this[_0x4a8755(0x439)]['clearFocusOwner'](_0x2d0177),this['_menuOverrideService'][_0x4a8755(0x225)](_0x2d0177),this[_0x4a8755(0x5d7)](_0x2d0177),_0x2d0177&&this[_0x4a8755(0x1f6)][_0x4a8755(0x3ec)](_0x2d0177),_0x3b3610&&(this[_0x4a8755(0x391)][_0x4a8755(0x27e)](_0x3b3610),this[_0x4a8755(0x391)][_0x4a8755(0x2ee)](_0x3b3610));}[_0x3f5fcc(0x63f)](_0x3280b2){const _0xed07d1=_0x3f5fcc;this[_0xed07d1(0x434)][_0xed07d1(0x225)](_0x3280b2),this[_0xed07d1(0x439)][_0xed07d1(0x459)](_0x3280b2);let _0x4f6c81=this[_0xed07d1(0x1f6)][_0xed07d1(0x3b6)](_0x3280b2);_0x4f6c81['forEach'](_0x389837=>this[_0xed07d1(0x5ab)](_0x389837[_0xed07d1(0x332)],_0x389837[_0xed07d1(0x5ca)],_0x389837['childUnitId'])),new Set(_0x4f6c81[_0xed07d1(0x533)](_0x56336d=>_0x56336d[_0xed07d1(0x489)]))['forEach'](_0x2b53f9=>{const _0x2af9b3=_0xed07d1;this[_0x2af9b3(0x391)]['setCurrentUnitForType'](_0x2b53f9),this[_0x2af9b3(0x391)]['focusUnit'](_0x2b53f9);});}[_0x3f5fcc(0x66a)](_0x5a9d12){const _0x407b87=_0x3f5fcc;let _0x561096=_0x5a9d12[_0x407b87(0x5ca)],_0x1db984=this[_0x407b87(0x3e8)](_0x561096);this[_0x407b87(0x2c1)][_0x407b87(0x360)](_0x5a9d12[_0x407b87(0x332)],{'childType':_0x561096,'unitId':_0x1db984&&_0x1db984!==_0x5a9d12[_0x407b87(0x4e8)]?_0x1db984:void 0x0});}[_0x3f5fcc(0x5ab)](_0x35a559,_0xa072df,_0x4f5998){const _0x5326e1=_0x3f5fcc;let _0x2596a9=this[_0x5326e1(0x2c1)][_0x5326e1(0x613)](_0x35a559);this[_0x5326e1(0x2c1)][_0x5326e1(0x627)](_0x35a559);let _0x561972=(_0x2596a9==null?void 0x0:_0x2596a9[_0x5326e1(0x5ca)])===_0xa072df&&_0x2596a9['unitId']&&this[_0x5326e1(0x52c)](_0x2596a9[_0x5326e1(0x2bf)],_0xa072df)?_0x2596a9[_0x5326e1(0x2bf)]:this['_findFallbackUnitId'](_0xa072df,_0x4f5998);_0x561972&&this[_0x5326e1(0x391)][_0x5326e1(0x27e)](_0x561972);}['_getCurrentUnitId'](_0x13e59f){const _0x4f9d21=_0x3f5fcc;var _0x242a06;let _0x5ca3c4=this[_0x4f9d21(0x391)][_0x4f9d21(0x1f0)];return _0x5ca3c4==null||(_0x242a06=_0x5ca3c4[_0x4f9d21(0x3c8)](this[_0x4f9d21(0x391)],_0x13e59f))==null?void 0x0:_0x242a06[_0x4f9d21(0x4b3)]();}['_hasUnit'](_0x24ae89,_0x11f86f){const _0x2cadb8=_0x3f5fcc;let _0x74098f=this[_0x2cadb8(0x391)][_0x2cadb8(0x212)];return!!(_0x74098f!=null&&_0x74098f[_0x2cadb8(0x3c8)](this[_0x2cadb8(0x391)],_0x24ae89,_0x11f86f));}[_0x3f5fcc(0x31e)](_0x1ab977,_0x261bcb){const _0x18cf3d=_0x3f5fcc;var _0x2d21cd;let _0x5827be=this[_0x18cf3d(0x391)][_0x18cf3d(0x22e)];return _0x5827be==null||(_0x2d21cd=_0x5827be[_0x18cf3d(0x3c8)](this['_univerInstanceService'],_0x1ab977))==null||(_0x2d21cd=_0x2d21cd[_0x18cf3d(0x1f2)](_0x22d475=>_0x22d475['getUnitId']()!==_0x261bcb))==null?void 0x0:_0x2d21cd['getUnitId']();}[_0x3f5fcc(0x5d1)](_0x574ba1,_0xc236d6){const _0x586619=_0x3f5fcc;var _0x3dd965,_0x3e07ea,_0x58bf79,_0x1d6f2e,_0x457673;this[_0x586619(0x662)](_0x574ba1,_0xc236d6);let _0x4247c3=this[_0x586619(0x391)]['getFocusedUnit'];(typeof _0x4247c3!='function'||((_0x3dd965=_0x4247c3[_0x586619(0x3c8)](this[_0x586619(0x391)]))==null?void 0x0:_0x3dd965[_0x586619(0x4b3)]())!==_0x574ba1)&&this[_0x586619(0x391)]['focusUnit'](_0x574ba1),(_0x3e07ea=this['_contextService'])==null||_0x3e07ea['setContextValue'](_0x3e3552,!0x0),(_0x58bf79=this['_contextService'])==null||_0x58bf79['setContextValue'](_0x13c51a,_0xc236d6===_0x52a08f[_0x586619(0x40c)]),(_0x1d6f2e=this['_contextService'])==null||_0x1d6f2e[_0x586619(0x457)](_0x3e99f6,_0xc236d6===_0x52a08f[_0x586619(0x31d)]),(_0x457673=this['_contextService'])==null||_0x457673[_0x586619(0x457)](_0xb3c8db,_0xc236d6===_0x52a08f[_0x586619(0x2f7)]),this[_0x586619(0x260)]();}['_setCurrentUnitForType'](_0x36c49c,_0x4be84b){const _0x5bbb39=_0x3f5fcc;var _0x42b874;let _0x3b8521=this[_0x5bbb39(0x391)]['getCurrentUnitOfType'];(typeof _0x3b8521!=_0x5bbb39(0x1b2)||((_0x42b874=_0x3b8521[_0x5bbb39(0x3c8)](this[_0x5bbb39(0x391)],_0x4be84b))==null?void 0x0:_0x42b874[_0x5bbb39(0x4b3)]())!==_0x36c49c)&&this[_0x5bbb39(0x391)][_0x5bbb39(0x27e)](_0x36c49c);}[_0x3f5fcc(0x260)](){const _0x26d302=_0x3f5fcc;let _0x2e23fc=()=>{const _0x32cf23=_0x2e56;var _0x7c68d7;return(_0x7c68d7=this[_0x32cf23(0x5ef)])==null?void 0x0:_0x7c68d7['focus']();};_0x2e23fc(),typeof queueMicrotask==_0x26d302(0x1b2)&&queueMicrotask(_0x2e23fc),typeof requestAnimationFrame==_0x26d302(0x1b2)&&requestAnimationFrame(_0x2e23fc);}[_0x3f5fcc(0x431)](_0x3a9353){const _0x38cdd=_0x3f5fcc;var _0x2bbadd;if(this['_releaseFloatingHostFocusRestorers'](),_0x3a9353['entry']==='docs-custom-block')return;let _0x3d31c0=_0x3a9353[_0x38cdd(0x4e8)],_0x5f26b4=_0x3a9353[_0x38cdd(0x489)],_0xe2e734=this['_univerInstanceService'],_0x451ebf=!0x1,_0x30a288=()=>{const _0x5e6c8f=_0x38cdd;var _0x586298;if(!(_0x451ebf||((_0x586298=_0xe2e734[_0x5e6c8f(0x507)])==null||(_0x586298=_0x586298['call'](this[_0x5e6c8f(0x391)]))==null?void 0x0:_0x586298['getUnitId']())!==_0x3d31c0)){_0x451ebf=!0x0;try{this[_0x5e6c8f(0x391)][_0x5e6c8f(0x27e)](_0x5f26b4),this['_univerInstanceService'][_0x5e6c8f(0x2ee)](_0x5f26b4);}finally{_0x451ebf=!0x1;}}},_0x12318=(_0x2bbadd=_0xe2e734[_0x38cdd(0x282)])==null?void 0x0:_0x2bbadd[_0x38cdd(0x2ae)](_0x30a288);this[_0x38cdd(0x5bd)]['set'](_0x3a9353[_0x38cdd(0x332)],_0x5b1d76(()=>_0x12318==null?void 0x0:_0x12318[_0x38cdd(0x44a)]())),_0x30a288();}[_0x3f5fcc(0x5d7)](_0x1278c7){const _0x462384=_0x3f5fcc;this[_0x462384(0x5bd)]['forEach']((_0x1a0c2f,_0x17d4a9)=>{const _0x4339f0=_0x462384;_0x1278c7&&_0x17d4a9!==_0x1278c7||(_0x1a0c2f[_0x4339f0(0x5a6)](),this[_0x4339f0(0x5bd)]['delete'](_0x17d4a9));});}[_0x3f5fcc(0x367)](_0x582e80){const _0x5aacb4=_0x3f5fcc;if(!_0x582e80[_0x5aacb4(0x4e8)]||_0x582e80['childType']==null)throw Error('EMBED_ACTIVATION_CHILD_NOT_RESOLVED');}};is=Wa([Z(0x0,_0x4973db),Z(0x1,_0x359774(_0x31b7e8)),Z(0x2,_0x359774(_0x41cd9)),Z(0x3,_0x359774(Fa)),Z(0x4,_0x359774(ts)),Z(0x5,_0x3addc7(Pa)),Z(0x6,_0x3addc7(q)),Z(0x7,_0x3addc7(_0x3fb6b6)),Z(0x8,_0x3addc7(_0x880687))],is);function as(_0x3eef8a,_0x1f2e46){const _0x910f09=_0x3f5fcc;return _0x3eef8a!==_0x910f09(0x1cd)&&_0x3eef8a!==_0x910f09(0x1fe)||_0x1f2e46[_0x910f09(0x67b)]||_0x1f2e46[_0x910f09(0x1e1)]||_0x1f2e46[_0x910f09(0x3fd)]?!0x1:Math['abs'](_0x1f2e46['deltaY'])>Math[_0x910f09(0x4f2)](_0x1f2e46['deltaX']);}var os=class{constructor(){const _0x24924c=_0x3f5fcc;K(this,'previewUpdated$',new _0x43adb8()),K(this,_0x24924c(0x324),new Map()),K(this,'_entriesByEmbedId',new Map()),K(this,_0x24924c(0x3b0),new Map()),K(this,_0x24924c(0x291),[]),K(this,'_rendering',!0x1),K(this,_0x24924c(0x19b),null);}[_0x3f5fcc(0x1e5)](_0x5791ad){const _0x587e27=_0x3f5fcc;return this[_0x587e27(0x324)][_0x587e27(0x360)](_0x5791ad[_0x587e27(0x5ca)],_0x5791ad),_0x5b1d76(()=>{const _0x57148f=_0x587e27;this['_providers'][_0x57148f(0x613)](_0x5791ad['childType'])===_0x5791ad&&this[_0x57148f(0x324)][_0x57148f(0x627)](_0x5791ad[_0x57148f(0x5ca)]);});}['getProvider'](_0x5c353d){const _0x1b92ce=_0x3f5fcc;return this[_0x1b92ce(0x324)][_0x1b92ce(0x613)](_0x5c353d);}[_0x3f5fcc(0x474)](_0x114a73){const _0x39ac0e=_0x3f5fcc;return this[_0x39ac0e(0x2ab)]['get'](_0x114a73);}[_0x3f5fcc(0x30f)](_0x19c923){const _0x3f60cb=_0x3f5fcc;var _0x27bcf1,_0x2d6358;let _0x1d2124=this['getCacheKey'](_0x19c923),_0x217c7f=this[_0x3f60cb(0x3b0)]['get'](_0x1d2124);if(_0x217c7f&&(_0x217c7f[_0x3f60cb(0x525)]===_0x3f60cb(0x5b2)||_0x217c7f[_0x3f60cb(0x525)]===_0x3f60cb(0x5f3)))return _0x217c7f;let _0x138bab=this[_0x3f60cb(0x2ab)][_0x3f60cb(0x613)](_0x19c923[_0x3f60cb(0x3b1)][_0x3f60cb(0x332)]),_0x580f31={'embedId':_0x19c923[_0x3f60cb(0x3b1)]['embedId'],'childUnitId':_0x19c923[_0x3f60cb(0x4e8)],'childType':_0x19c923[_0x3f60cb(0x5ca)],'status':_0x3f60cb(0x5b2),'width':Math[_0x3f60cb(0x20c)](0x1,Math[_0x3f60cb(0x26d)](_0x19c923[_0x3f60cb(0x576)])),'height':Math[_0x3f60cb(0x20c)](0x1,Math['round'](_0x19c923[_0x3f60cb(0x35c)])),'dpr':_0x19c923[_0x3f60cb(0x239)],'viewState':(_0x27bcf1=_0x19c923[_0x3f60cb(0x296)])==null?_0x138bab==null?void 0x0:_0x138bab[_0x3f60cb(0x296)]:_0x27bcf1,'revision':((_0x2d6358=_0x138bab==null?void 0x0:_0x138bab[_0x3f60cb(0x27b)])==null?0x0:_0x2d6358)+0x1,'updatedAt':Date[_0x3f60cb(0x5d9)]()};return this[_0x3f60cb(0x3b0)][_0x3f60cb(0x360)](_0x1d2124,_0x580f31),this[_0x3f60cb(0x2ab)][_0x3f60cb(0x360)](_0x580f31[_0x3f60cb(0x332)],_0x580f31),this['_queue'][_0x3f60cb(0x4a8)](_0x19c923),this[_0x3f60cb(0x1d9)](),this[_0x3f60cb(0x1cf)]['next'](_0x580f31),_0x580f31;}async[_0x3f5fcc(0x1f7)](_0x45c489){const _0x55e31c=_0x3f5fcc;let _0x29a28e=this['_providers'][_0x55e31c(0x613)](_0x45c489['childType']);if(!_0x29a28e)return;let _0x2b4197=await _0x29a28e['collectViewState'](_0x45c489);return this[_0x55e31c(0x404)](_0x45c489['embedId'],_0x2b4197),_0x2b4197;}async[_0x3f5fcc(0x3e5)](_0x53cc4f,_0xd39a62){const _0x215403=_0x3f5fcc;if(_0xd39a62==null)return;let _0x5c818e=this[_0x215403(0x324)][_0x215403(0x613)](_0x53cc4f[_0x215403(0x5ca)]);await(_0x5c818e==null?void 0x0:_0x5c818e['restoreViewState'](_0x53cc4f,_0xd39a62));}[_0x3f5fcc(0x404)](_0x3c3be6,_0x1c8faf){const _0x4ea9b9=_0x3f5fcc;let _0x5cb9ba=this[_0x4ea9b9(0x2ab)][_0x4ea9b9(0x613)](_0x3c3be6);if(!_0x5cb9ba){let _0x3097c1={'embedId':_0x3c3be6,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x1c8faf,'revision':0x0,'updatedAt':Date[_0x4ea9b9(0x5d9)]()};this[_0x4ea9b9(0x2ab)][_0x4ea9b9(0x360)](_0x3c3be6,_0x3097c1),this[_0x4ea9b9(0x1cf)][_0x4ea9b9(0x303)](_0x3097c1);return;}_0x5cb9ba[_0x4ea9b9(0x296)]=_0x1c8faf,_0x5cb9ba['updatedAt']=Date[_0x4ea9b9(0x5d9)](),this[_0x4ea9b9(0x1cf)][_0x4ea9b9(0x303)](_0x5cb9ba);}[_0x3f5fcc(0x19a)](_0x31d320,_0x5bb81e){const _0x311245=_0x3f5fcc;let _0x13ea07=this[_0x311245(0x2ab)][_0x311245(0x613)](_0x31d320);_0x13ea07&&(_0x13ea07['status']=_0x311245(0x280),_0x13ea07[_0x311245(0x366)]=_0x5bb81e,_0x13ea07[_0x311245(0x308)]=Date[_0x311245(0x5d9)](),this[_0x311245(0x1cf)]['next'](_0x13ea07));}[_0x3f5fcc(0x2ad)](_0xe1139d){const _0x3dfdaf=_0x3f5fcc;let _0xba007b=this[_0x3dfdaf(0x2ab)][_0x3dfdaf(0x613)](_0xe1139d);this[_0x3dfdaf(0x2ab)]['delete'](_0xe1139d),_0xba007b&&Array['from'](this[_0x3dfdaf(0x3b0)]['entries']())[_0x3dfdaf(0x3e7)](([_0x190f39,_0x2c92de])=>{const _0x2b559e=_0x3dfdaf;_0x2c92de['embedId']===_0xe1139d&&this[_0x2b559e(0x3b0)][_0x2b559e(0x627)](_0x190f39);});}[_0x3f5fcc(0x2f1)](_0xb919fa){const _0xb4781d=_0x3f5fcc;return[_0xb919fa[_0xb4781d(0x3b1)][_0xb4781d(0x332)],_0xb919fa[_0xb4781d(0x4e8)],_0xb919fa[_0xb4781d(0x5ca)],Math[_0xb4781d(0x20c)](0x1,Math[_0xb4781d(0x26d)](_0xb919fa['width'])),Math[_0xb4781d(0x20c)](0x1,Math[_0xb4781d(0x26d)](_0xb919fa[_0xb4781d(0x35c)])),_0xb919fa[_0xb4781d(0x239)]][_0xb4781d(0x59b)]('::');}async[_0x3f5fcc(0x58c)](){const _0x354e06=_0x3f5fcc;for(;this[_0x354e06(0x291)][_0x354e06(0x203)]>0x0||this[_0x354e06(0x66c)]||this[_0x354e06(0x19b)];){var _0x12a0df;await((_0x12a0df=this['_activeDrain'])==null?Promise[_0x354e06(0x4e1)]():_0x12a0df),await Promise[_0x354e06(0x4e1)]();}}['dispose'](){const _0x1d2c0e=_0x3f5fcc;this['_providers'][_0x1d2c0e(0x225)](),this['_entriesByEmbedId']['clear'](),this[_0x1d2c0e(0x3b0)][_0x1d2c0e(0x225)](),this['_queue'][_0x1d2c0e(0x203)]=0x0,this[_0x1d2c0e(0x1cf)][_0x1d2c0e(0x437)]();}['_drainQueue'](){const _0x1d3bbb=_0x3f5fcc;this[_0x1d3bbb(0x66c)]||this[_0x1d3bbb(0x19b)]||(this['_activeDrain']=this['_runQueue']()['finally'](()=>{const _0x5d54a3=_0x1d3bbb;this[_0x5d54a3(0x19b)]=null;}));}async[_0x3f5fcc(0x630)](){const _0x20ec3e=_0x3f5fcc;if(!this[_0x20ec3e(0x66c)]){this[_0x20ec3e(0x66c)]=!0x0;try{for(;this['_queue']['length']>0x0;)await this[_0x20ec3e(0x237)](this[_0x20ec3e(0x291)][_0x20ec3e(0x557)]());}finally{this[_0x20ec3e(0x66c)]=!0x1;}}}async[_0x3f5fcc(0x237)](_0x221a10){const _0x5c7694=_0x3f5fcc;let _0x5d0c9e=this[_0x5c7694(0x2f1)](_0x221a10),_0x33fb94=this[_0x5c7694(0x3b0)][_0x5c7694(0x613)](_0x5d0c9e);if(!_0x33fb94||_0x33fb94[_0x5c7694(0x525)]!=='pending')return;let _0xfb52a1=this[_0x5c7694(0x324)]['get'](_0x221a10['childType']),_0x1999be=this['_findPreviousReadyEntry'](_0x33fb94[_0x5c7694(0x332)],_0x33fb94);if(!_0xfb52a1){let _0x3cfc5f=_0x221a10[_0x5c7694(0x27f)]?Qo(_0x221a10[_0x5c7694(0x27f)]):void 0x0;if(_0x3cfc5f){_0x33fb94[_0x5c7694(0x26b)]=_0x3cfc5f,_0x33fb94['status']='ready',_0x33fb94[_0x5c7694(0x308)]=Date['now'](),this[_0x5c7694(0x2ab)][_0x5c7694(0x360)](_0x33fb94[_0x5c7694(0x332)],_0x33fb94),this[_0x5c7694(0x1cf)][_0x5c7694(0x303)](_0x33fb94);return;}this['_setRenderFailure'](_0x33fb94,_0x1999be,Error('Missing\x20embed\x20float\x20preview\x20provider:\x20'+_0x221a10[_0x5c7694(0x5ca)]));return;}try{let _0x5f7ed7=await _0xfb52a1[_0x5c7694(0x606)]({..._0x221a10,'width':_0x33fb94['width'],'height':_0x33fb94[_0x5c7694(0x35c)],'viewState':_0x33fb94['viewState']});if(this['_entriesByKey']['get'](_0x5d0c9e)!==_0x33fb94||_0x33fb94[_0x5c7694(0x525)]!==_0x5c7694(0x5b2))return;if(!_0x5f7ed7){this['_setRenderFailure'](_0x33fb94,_0x1999be,Error(_0x5c7694(0x1a4)));return;}_0x33fb94[_0x5c7694(0x26b)]=_0x5f7ed7,_0x33fb94[_0x5c7694(0x525)]='ready',_0x33fb94[_0x5c7694(0x308)]=Date[_0x5c7694(0x5d9)](),this[_0x5c7694(0x2ab)][_0x5c7694(0x360)](_0x33fb94[_0x5c7694(0x332)],_0x33fb94),this[_0x5c7694(0x1cf)][_0x5c7694(0x303)](_0x33fb94);}catch(_0x5ddcfb){this[_0x5c7694(0x5c8)](_0x33fb94,_0x1999be,_0x5ddcfb);}}['_findPreviousReadyEntry'](_0x4d8633,_0x488e1c){const _0x1b4d92=_0x3f5fcc;let _0x12ea6e=this['_entriesByEmbedId'][_0x1b4d92(0x613)](_0x4d8633);return _0x12ea6e&&_0x12ea6e!==_0x488e1c&&_0x12ea6e[_0x1b4d92(0x26b)]?_0x12ea6e:Array[_0x1b4d92(0x392)](this[_0x1b4d92(0x3b0)][_0x1b4d92(0x5fb)]())[_0x1b4d92(0x522)]()['find'](_0x2fe3b9=>_0x2fe3b9[_0x1b4d92(0x332)]===_0x4d8633&&_0x2fe3b9!==_0x488e1c&&_0x2fe3b9[_0x1b4d92(0x26b)]);}[_0x3f5fcc(0x5c8)](_0x1f5800,_0x4446a8,_0x2b891d){const _0x3aa242=_0x3f5fcc;var _0x2060f9;_0x1f5800[_0x3aa242(0x525)]=_0x4446a8!=null&&_0x4446a8[_0x3aa242(0x26b)]?_0x3aa242(0x280):_0x3aa242(0x366),_0x1f5800[_0x3aa242(0x26b)]=_0x4446a8==null?void 0x0:_0x4446a8[_0x3aa242(0x26b)],_0x1f5800[_0x3aa242(0x296)]=(_0x2060f9=_0x1f5800[_0x3aa242(0x296)])==null?_0x4446a8==null?void 0x0:_0x4446a8[_0x3aa242(0x296)]:_0x2060f9,_0x1f5800[_0x3aa242(0x366)]=_0x2b891d,_0x1f5800[_0x3aa242(0x308)]=Date[_0x3aa242(0x5d9)](),this[_0x3aa242(0x2ab)][_0x3aa242(0x360)](_0x1f5800[_0x3aa242(0x332)],_0x1f5800),this['previewUpdated$']['next'](_0x1f5800);}},ss=class{constructor(){const _0x3d4c8e=_0x3f5fcc;K(this,_0x3d4c8e(0x549),new Map()),K(this,_0x3d4c8e(0x3fe),new _0x43adb8()),K(this,_0x3d4c8e(0x194),this['_geometryInvalidated$'][_0x3d4c8e(0x323)]());}[_0x3f5fcc(0x4aa)](_0x1a24d6){const _0x3bae6f=_0x3f5fcc;return this['_registrations'][_0x3bae6f(0x360)](_0x1a24d6[_0x3bae6f(0x332)],_0x1a24d6),this['invalidate']({'embedId':_0x1a24d6[_0x3bae6f(0x332)],'reason':_0x3bae6f(0x41e)}),_0x5b1d76(()=>{const _0x3204e0=_0x3bae6f;this[_0x3204e0(0x549)][_0x3204e0(0x613)](_0x1a24d6[_0x3204e0(0x332)])===_0x1a24d6&&(this[_0x3204e0(0x549)][_0x3204e0(0x627)](_0x1a24d6[_0x3204e0(0x332)]),this[_0x3204e0(0x2ad)]({'embedId':_0x1a24d6[_0x3204e0(0x332)],'reason':'manual'}));});}[_0x3f5fcc(0x352)](_0x1102b8){const _0xbb8c6d=_0x3f5fcc;return this[_0xbb8c6d(0x549)][_0xbb8c6d(0x613)](_0x1102b8);}[_0x3f5fcc(0x377)](_0x435107){const _0x10a5cb=_0x3f5fcc;return Array[_0x10a5cb(0x392)](this[_0x10a5cb(0x549)]['values']())[_0x10a5cb(0x1f2)](_0x48c835=>_0x48c835[_0x10a5cb(0x4e8)]===_0x435107);}[_0x3f5fcc(0x2ad)](_0x18eab3){const _0x116e47=_0x3f5fcc;this[_0x116e47(0x3fe)][_0x116e47(0x303)](_0x18eab3);}},cs=class{constructor(){const _0x356b32=_0x3f5fcc;K(this,_0x356b32(0x588),new _0x12f191(null)),K(this,_0x356b32(0x5dc),new _0x43adb8()),K(this,'session$',this[_0x356b32(0x588)]['asObservable']()),K(this,_0x356b32(0x58a),this[_0x356b32(0x5dc)][_0x356b32(0x323)]());}[_0x3f5fcc(0x4d2)](){const _0x49b86f=_0x3f5fcc;return this[_0x49b86f(0x588)][_0x49b86f(0x46a)]();}[_0x3f5fcc(0x660)](_0x3218a7){const _0x4ca5e8=_0x3f5fcc;var _0x1f10d0,_0x4c6a0a;if(!_0x3218a7[_0x4ca5e8(0x4e8)]||_0x3218a7[_0x4ca5e8(0x5ca)]==null)throw Error(_0x4ca5e8(0x3af));let _0x5370f9=((_0x1f10d0=_0x3218a7[_0x4ca5e8(0x1d1)])==null?void 0x0:_0x1f10d0[_0x4ca5e8(0x5ec)])||void 0x0,_0x359544=((_0x4c6a0a=_0x3218a7[_0x4ca5e8(0x1d1)])==null?void 0x0:_0x4c6a0a['tab'])||void 0x0;if(_0x359544&&_0x359544['enabled']&&!_0x5370f9)throw Error(_0x4ca5e8(0x4e0));let _0x195b56=_0x5370f9?_0x5370f9[_0x4ca5e8(0x570)]:void 0x0;if(!_0x195b56)throw Error(_0x4ca5e8(0x55c));let _0x830878={'hostUnitId':_0x3218a7[_0x4ca5e8(0x489)],'embedId':_0x3218a7[_0x4ca5e8(0x332)],'childUnitId':_0x3218a7[_0x4ca5e8(0x4e8)],'childType':_0x3218a7[_0x4ca5e8(0x5ca)],'entry':_0x3218a7[_0x4ca5e8(0x4f3)],'layout':_0x195b56};return this[_0x4ca5e8(0x588)][_0x4ca5e8(0x303)](_0x830878),_0x830878;}[_0x3f5fcc(0x45c)](_0xd5af55){const _0x25d8dd=_0x3f5fcc;let _0x3f857e=this[_0x25d8dd(0x4d2)]();_0x3f857e&&(!_0xd5af55||_0x3f857e['embedId']===_0xd5af55)&&this['_session$']['next'](null);}[_0x3f5fcc(0x1a1)](_0x1b9fe9){const _0x21633d=_0x3f5fcc;this[_0x21633d(0x5dc)]['next'](_0x1b9fe9);}};let ls=class{constructor(_0x4542f3,_0x50f1f3,_0x5d68e7,_0x3c6230){const _0x1a1328=_0x3f5fcc;this[_0x1a1328(0x57b)]=_0x4542f3,this[_0x1a1328(0x5e9)]=_0x50f1f3,this[_0x1a1328(0x1b4)]=_0x5d68e7,this['_anchorModelService']=_0x3c6230;}async[_0x3f5fcc(0x649)](_0x2e5330){const _0x44de76=_0x3f5fcc;return this[_0x44de76(0x5e9)][_0x44de76(0x649)](_0x2e5330);}async[_0x3f5fcc(0x65e)](_0x2edc94){const _0x627395=_0x3f5fcc;var _0x3f2679;let _0x5e27f9=_0x2edc94['descriptor'],_0xc499cd=(_0x3f2679=_0x2edc94[_0x627395(0x1d8)])==null?this[_0x627395(0x1b4)][_0x627395(0x38e)]({'embedId':_0x5e27f9[_0x627395(0x332)],'hostUnitId':_0x5e27f9[_0x627395(0x489)],'hostType':_0x5e27f9[_0x627395(0x484)],'entry':_0x5e27f9[_0x627395(0x4f3)],'hostAnchorId':_0x5e27f9[_0x627395(0x380)],'hostContext':_0x2edc94[_0x627395(0x35d)],'descriptor':_0x5e27f9}):_0x3f2679;return this[_0x627395(0x57b)][_0x627395(0x4ad)](_0x5e27f9[_0x627395(0x489)],_0x5e27f9),this[_0x627395(0x2ca)]['setAnchor'](_0xc499cd),this[_0x627395(0x57b)][_0x627395(0x2dc)](_0x5e27f9[_0x627395(0x489)],_0x5e27f9['embedId']);}};ls=Wa([Z(0x0,_0x359774(_0xe2ce8c)),Z(0x1,_0x359774(_0x1f511d)),Z(0x2,_0x359774(_0x41cd9)),Z(0x3,_0x359774(_0x15cc4a))],ls);var us=class{constructor(){K(this,'_providers',new Map());}[_0x3f5fcc(0x4aa)](_0x475d16){const _0x5b2fd9=_0x3f5fcc;return this[_0x5b2fd9(0x324)][_0x5b2fd9(0x360)](_0x475d16['childType'],_0x475d16),_0x5b1d76(()=>{const _0x25daf7=_0x5b2fd9;this['_providers'][_0x25daf7(0x613)](_0x475d16['childType'])===_0x475d16&&this[_0x25daf7(0x324)][_0x25daf7(0x627)](_0x475d16[_0x25daf7(0x5ca)]);});}[_0x3f5fcc(0x613)](_0x215f55,_0x4461a5){const _0xd3e420=_0x3f5fcc;var _0x5d220a;let _0x212591=this[_0xd3e420(0x324)][_0xd3e420(0x613)](_0x215f55);if(_0x212591&&!(_0x4461a5&&(_0x5d220a=_0x212591[_0xd3e420(0x33f)])!=null&&_0x5d220a[_0xd3e420(0x203)]&&!_0x212591[_0xd3e420(0x33f)][_0xd3e420(0x33b)](_0x4461a5)))return _0x212591;}[_0x3f5fcc(0x440)](){const _0x575bb5=_0x3f5fcc;return[...this[_0x575bb5(0x324)]['values']()];}},ds=class{constructor(){const _0x172069=_0x3f5fcc;K(this,_0x172069(0x3d7),[]);}[_0x3f5fcc(0x4aa)](_0xd2b715){const _0x51dde1=_0x3f5fcc;return this[_0x51dde1(0x3d7)]['push'](_0xd2b715),this[_0x51dde1(0x584)](),_0x5b1d76(()=>{const _0x12d373=_0x51dde1;let _0x47375a=this[_0x12d373(0x3d7)]['indexOf'](_0xd2b715);_0x47375a>=0x0&&this['_handlers'][_0x12d373(0x482)](_0x47375a,0x1);});}[_0x3f5fcc(0x1a7)](_0xaa76f9){const _0x163296=_0x3f5fcc;for(let _0x5a4164 of this['_handlers']){var _0x202be9;if(_0x5a4164['childType']===_0xaa76f9['childType']&&!(_0xaa76f9[_0x163296(0x570)]&&(_0x202be9=_0x5a4164[_0x163296(0x33f)])!=null&&_0x202be9['length']&&!_0x5a4164[_0x163296(0x33f)][_0x163296(0x33b)](_0xaa76f9[_0x163296(0x570)]))&&_0x5a4164[_0x163296(0x1a7)](_0xaa76f9)===!0x0)return!0x0;}return!0x1;}[_0x3f5fcc(0x440)](){const _0xd90c1f=_0x3f5fcc;return[...this[_0xd90c1f(0x3d7)]];}[_0x3f5fcc(0x584)](){const _0x1ab9bb=_0x3f5fcc;this['_handlers'][_0x1ab9bb(0x2fb)]((_0x4853eb,_0x5e3361)=>{const _0x17a06f=_0x1ab9bb;var _0x711fb1,_0x4fcd7f;return((_0x711fb1=_0x5e3361[_0x17a06f(0x453)])==null?0x0:_0x711fb1)-((_0x4fcd7f=_0x4853eb[_0x17a06f(0x453)])==null?0x0:_0x4fcd7f);});}};function fs(_0x5d582f){const _0x59c4d6=_0x3f5fcc;let {hostUnitId:_0xcb7d8a,embedId:_0x50c5a7,className:_0xf22ce8}=_0x5d582f,_0x5c13ec=_0x13ae41(null),_0x118b3f=_0x192f09(_0xe2ce8c),_0x3f9fa8=_0x192f09(is),_0x184bc4=_0x192f09(cs),_0x2862eb=_0x48ab90(_0x5c19d1=>{const _0x31053e=_0x2e56;_0x5c19d1[_0x31053e(0x1f9)](),_0x5c19d1[_0x31053e(0x29f)](),!(!_0xcb7d8a||!_0x50c5a7)&&ps({'hostUnitId':_0xcb7d8a,'embedId':_0x50c5a7,'activationService':_0x3f9fa8,'embedModelService':_0x118b3f,'fullscreenService':_0x184bc4});},[_0x3f9fa8,_0x50c5a7,_0x118b3f,_0x184bc4,_0xcb7d8a]);return _0x56360b(()=>{const _0x90e6d9=_0x2e56;let _0x19d723=_0x5c13ec['current'];if(!_0x19d723)return;let _0x78a97=_0x12e30c=>{const _0x3a33e2=_0x2e56;_0x12e30c[_0x3a33e2(0x29f)]();};return _0x19d723[_0x90e6d9(0x4a0)](_0x90e6d9(0x430),_0x78a97),_0x19d723[_0x90e6d9(0x4a0)](_0x90e6d9(0x19c),_0x2862eb),()=>{const _0x57ca21=_0x90e6d9;_0x19d723[_0x57ca21(0x261)]('pointerdown',_0x78a97),_0x19d723[_0x57ca21(0x261)](_0x57ca21(0x19c),_0x2862eb);};},[_0x2862eb]),_0x23b3a2(_0x59c4d6(0x3c2),{'ref':_0x5c13ec,'type':_0x59c4d6(0x3c2),'className':[_0x59c4d6(0x299),_0xf22ce8][_0x59c4d6(0x345)](Boolean)[_0x59c4d6(0x59b)]('\x20'),'data-embed-float-fullscreen-button':_0x59c4d6(0x228),'children':_0x23b3a2(_0x3dfb62,{'className':_0x59c4d6(0x43a)})});}function ps(_0x57f634){const _0x317131=_0x3f5fcc;var _0x4d3ac1;let _0x1472b8=_0x57f634[_0x317131(0x314)][_0x317131(0x2dc)](_0x57f634['hostUnitId'],_0x57f634['embedId']);return!(_0x1472b8!=null&&_0x1472b8['childUnitId'])||_0x1472b8[_0x317131(0x5ca)]==null?!0x1:((_0x4d3ac1=_0x57f634[_0x317131(0x3e4)])==null||_0x4d3ac1[_0x317131(0x499)](_0x57f634[_0x317131(0x332)],_0x57f634[_0x317131(0x489)]),_0x57f634[_0x317131(0x34f)][_0x317131(0x660)](_0x1472b8),!0x0);}const ms=_0x3f5fcc(0x623),hs=Symbol('univer.embed.forwarded-wheel-event'),gs=Symbol(_0x3f5fcc(0x28f)),_s=new Map(),vs='stage2-runtime',ys=_0x3f5fcc(0x316),bs=[vs,ys],xs=_0x3f5fcc(0x2f4);function Ss(_0x274adf){const _0x37ae00=_0x3f5fcc;let {initialStage:_0x3cc646,interactionFlow:_0x4023bc=_0x37ae00(0x2c6),isExternalHostInteraction:_0x4090bf,onRuntimeStageEnter:_0x7169f4,onRuntimeStageExit:_0x613f36}=_0x274adf,_0x3c6866=_0x13ae41(null),_0x43d091=_0x13ae41(null),_0x43e565=_0x13ae41(null),_0x5f0d77=_0x13ae41(null),_0x2515b9=_0x13ae41(null),_0x5cc548=_0x13ae41(null),_0x102e98=_0x13ae41(null),_0x54465c=_0x13ae41(null),_0x838f84=_0x13ae41(null),_0x510c4d=_0x192f09(_0xe2ce8c),_0x2d8912=_0x192f09(q),_0x3d12af=_0x192f09(is),_0xf26a20=_0x192f09(os),_0x25ad4e=_0x192f09(ss),_0x1561ed=_0x192f09(cs),_0x15ee60=_0x192f09(Ua),_0x4325d9=_0x192f09(ts),_0xc942fe=_0x192f09(ls),_0x1492b5=_0x192f09(ds),_0x27a7af=_0x192f09(us),_0x4dfc27=_0x192f09(X),_0x2fb6e2=Js(_0x274adf['data']),[_0x5a4f3d,_0x7c40cc]=_0x2ce260(0x0),[_0x2bbabc,_0x220e8f]=_0x2ce260(()=>_0x3cc646==null?_0x2fb6e2!=null&&_0x2fb6e2[_0x37ae00(0x332)]?_0x2d8912['getStage'](_0x2fb6e2[_0x37ae00(0x332)]):_0x37ae00(0x1df):_0x3cc646),_0x39193b=_0x13ae41(_0x2bbabc),_0x4652d6=_0x13ae41(!0x1),_0x1cec31=_0x13ae41(void 0x0),_0xa2c3a0=_0x13ae41(void 0x0),_0x150d51=_0x13ae41(void 0x0),_0x1fee4c=_0x13ae41(void 0x0),_0x5f1251=_0x13ae41(void 0x0),_0x5394fc=_0x13ae41(void 0x0),_0x3d1bdb=_0x13ae41(0x0),_0x54dce5=_0x13ae41(0x0),_0x25bd44=_0x13ae41(0x0),_0x365365=_0x13ae41([]),_0x193a12=_0x13ae41(_0x2bbabc);_0x193a12['current']=_0x2bbabc;let _0x1ca4c3=_0x48ab90(()=>{const _0x18a19f=_0x37ae00;var _0x231326;(_0x231326=_0x150d51[_0x18a19f(0x51a)])==null||_0x231326[_0x18a19f(0x5a6)](),_0x150d51[_0x18a19f(0x51a)]=void 0x0;},[]),_0x39f204=_0x48ab90(()=>{const _0x1af5d6=_0x37ae00;var _0x337210,_0x46f6f5,_0x23262e,_0x97e0b5,_0x341dd7,_0x1a8222,_0x1bf736,_0x88e216;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x1af5d6(0x332)])||_0x150d51[_0x1af5d6(0x51a)])return;let _0x951f3e=_0x2fb6e2[_0x1af5d6(0x489)]?_0x510c4d['getDescriptor'](_0x2fb6e2['hostUnitId'],_0x2fb6e2['embedId']):void 0x0,_0x44e4a8=Cs(_0x951f3e),_0x94fe62=(_0x337210=(_0x46f6f5=(_0x23262e=_0x2fb6e2[_0x1af5d6(0x4e8)])==null?_0x951f3e==null?void 0x0:_0x951f3e[_0x1af5d6(0x4e8)]:_0x23262e)==null?(_0x97e0b5=_0xa2c3a0[_0x1af5d6(0x51a)])==null?void 0x0:_0x97e0b5[_0x1af5d6(0x4e8)]:_0x46f6f5)==null?_0x44e4a8==null?void 0x0:_0x44e4a8[_0x1af5d6(0x4e8)]:_0x337210,_0x129809=(_0x341dd7=(_0x1a8222=(_0x1bf736=_0x2fb6e2['childType'])==null?_0x951f3e==null?void 0x0:_0x951f3e[_0x1af5d6(0x5ca)]:_0x1bf736)==null?(_0x88e216=_0xa2c3a0[_0x1af5d6(0x51a)])==null?void 0x0:_0x88e216[_0x1af5d6(0x5ca)]:_0x1a8222)==null?_0x44e4a8==null?void 0x0:_0x44e4a8[_0x1af5d6(0x5ca)]:_0x341dd7;_0x150d51['current']=_0x4dfc27[_0x1af5d6(0x610)]({'embedId':_0x2fb6e2[_0x1af5d6(0x332)],'role':_0x1af5d6(0x378),'owner':_0x4023bc===_0x1af5d6(0x3e0)?ys:vs,'sessionMode':'child-keyboard','hostUnitId':_0x2fb6e2[_0x1af5d6(0x489)],'childUnitId':_0x94fe62,'childType':_0x129809});},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x5ca)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x4e8)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2['hostUnitId'],_0x510c4d,_0x4dfc27,_0x4023bc]),_0x544ca9=_0x48ab90(()=>{const _0x2528a3=_0x37ae00;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x2528a3(0x332)]))return;let _0x231897=_0x2fb6e2[_0x2528a3(0x332)];Rs(()=>{const _0x309dd2=_0x2528a3;_0x2d8912['getStage'](_0x231897)!==_0x309dd2(0x628)&&_0x1ca4c3();});},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2d8912,_0x1ca4c3]),_0x4784d3=xa(_0x2fb6e2!=null&&_0x2fb6e2[_0x37ae00(0x489)]?_0x510c4d['getDescriptor'](_0x2fb6e2['hostUnitId'],_0x2fb6e2[_0x37ae00(0x332)]):void 0x0,_0x2bbabc);_0x56360b(()=>{const _0xe8455b=_0x37ae00;if(!(!(_0x2fb6e2!=null&&_0x2fb6e2[_0xe8455b(0x332)])||_0x2bbabc!=='stage2'))return _0x39f204(),_0x1ca4c3;},[_0x39f204,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x1ca4c3,_0x2bbabc]),_0x56360b(()=>{const _0x596fa4=_0x37ae00;let _0x347504=_0x39193b['current'];_0x39193b['current']=_0x2bbabc;let _0x1059b4=_0x347504!==_0x2bbabc||!_0x4652d6[_0x596fa4(0x51a)]&&_0x2bbabc!==_0x596fa4(0x1df);_0x4652d6[_0x596fa4(0x51a)]=!0x0,_0x1059b4&&(_0x7169f4==null||_0x7169f4(_0x2bbabc),_0x25ad4e[_0x596fa4(0x2ad)]({'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],'reason':_0x596fa4(0x1ad)})),_0x347504===_0x596fa4(0x628)&&_0x2bbabc!==_0x596fa4(0x628)&&(kc(_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],bc(_0x43e565['current'],_0x5f0d77['current'],_0x2515b9[_0x596fa4(0x51a)],_0x54465c[_0x596fa4(0x51a)],_0x838f84[_0x596fa4(0x51a)])),_0x3d12af[_0x596fa4(0x499)](_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x596fa4(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x596fa4(0x489)]),_0x613f36==null||_0x613f36());},[_0x3d12af,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x25ad4e,_0x7169f4,_0x613f36,_0x2bbabc]),_0x56360b(()=>{const _0x338108=_0x37ae00;if(_0x3cc646!==_0x338108(0x628)||!(_0x2fb6e2!=null&&_0x2fb6e2[_0x338108(0x332)])||!_0x2fb6e2['hostUnitId'])return;let _0x17ca43=_0x510c4d['getDescriptor'](_0x2fb6e2[_0x338108(0x489)],_0x2fb6e2['embedId']);_0x17ca43!=null&&_0x17ca43[_0x338108(0x4e8)]&&_0x2d8912[_0x338108(0x1db)]({'hostUnitId':_0x2fb6e2[_0x338108(0x489)],'embedId':_0x2fb6e2[_0x338108(0x332)],'childUnitId':_0x17ca43['childUnitId']},_0x338108(0x628));},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2['hostUnitId'],_0x510c4d,_0x2d8912,_0x3cc646]),_0x56360b(()=>{const _0x628574=_0x37ae00;let _0x49afa8=_0x43e565[_0x628574(0x51a)],_0x4032aa=_0x5f0d77[_0x628574(0x51a)],_0x131ad5=_0x2515b9[_0x628574(0x51a)],_0x5cca09=_0x54465c['current'],_0x427a35=_0x838f84[_0x628574(0x51a)];if(!_0x49afa8||!_0x4032aa||!_0x131ad5||!_0x5cca09||!_0x427a35)return;let _0x5d0173=_0x2fb6e2!=null&&_0x2fb6e2[_0x628574(0x489)]?_0x510c4d[_0x628574(0x2dc)](_0x2fb6e2['hostUnitId'],_0x2fb6e2[_0x628574(0x332)]):void 0x0,_0x5e4d2a=_0x5d0173?Ys(_0x5d0173):void 0x0;if(!_0x5d0173||!_0x5e4d2a||_0x4784d3===_0x628574(0x2cd))return;let _0x488dc4=!0x1,_0x5c19ba;return _0xc942fe[_0x628574(0x649)]({'descriptor':_0x5d0173})['then'](_0x164101=>{const _0x22226f=_0x628574;var _0x34cba9;if(_0x488dc4)return;let _0x4cf36e=_0x4325d9[_0x22226f(0x417)](_0x164101,_0x49afa8,{'content':_0x4032aa,'canvas':_0x131ad5,'overlay':_0x5cca09,'popup':_0x427a35});_0x5c19ba=_0x164101[_0x22226f(0x332)];let _0x1192c2=_0x4cf36e==null?void 0x0:_0x4cf36e[_0x22226f(0x27f)];_0xa2c3a0['current']=_0x1192c2;let _0x438371=_0x2fb6e2!=null&&_0x2fb6e2[_0x22226f(0x332)]?(_0x34cba9=_0xf26a20[_0x22226f(0x474)](_0x2fb6e2['embedId']))==null?void 0x0:_0x34cba9[_0x22226f(0x296)]:void 0x0;_0x1192c2&&_0x438371!=null&&_0xf26a20[_0x22226f(0x3e5)](_0x1192c2,_0x438371);})['catch'](_0x3e5c84=>{throw _0x3e5c84;}),()=>{const _0x23d129=_0x628574;var _0x31d1f5;_0x488dc4=!0x0,_0x5c19ba&&((_0x31d1f5=_0xa2c3a0[_0x23d129(0x51a)])==null?void 0x0:_0x31d1f5['embedId'])===_0x5c19ba&&(_0xa2c3a0[_0x23d129(0x51a)]=void 0x0),_0x4325d9['unmount'](_0x5d0173[_0x23d129(0x332)]);};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x510c4d,_0x4325d9,_0x5a4f3d,_0xf26a20,_0xc942fe,_0x4784d3]),_0x56360b(()=>{const _0x3b9997=_0x37ae00;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x3b9997(0x332)]))return;let _0xdd2db7=_0x2fb6e2[_0x3b9997(0x332)],_0x2cc60a=[];[{'element':_0x43e565[_0x3b9997(0x51a)],'role':_0x3b9997(0x277)},{'element':_0x5f0d77['current'],'role':'runtime'},{'element':_0x2515b9[_0x3b9997(0x51a)],'role':_0x3b9997(0x277)}]['forEach'](_0x104c61=>{const _0x3cfc10=_0x3b9997;let _0x4cf8e9=_0x104c61[_0x3cfc10(0x5b5)];_0x4cf8e9&&_0x2cc60a['push']({'element':_0x4cf8e9,'role':_0x104c61[_0x3cfc10(0x1cb)]});}),_0x2bbabc==='stage2'&&[{'element':_0x5cc548[_0x3b9997(0x51a)],'role':_0x3b9997(0x5c0)},{'element':_0x54465c['current'],'role':_0x3b9997(0x5c0)},{'element':_0x838f84[_0x3b9997(0x51a)],'role':_0x3b9997(0x311)}][_0x3b9997(0x3e7)](_0x4763ee=>{const _0xa36dec=_0x3b9997;_0x4763ee[_0xa36dec(0x5b5)]&&_0x2cc60a[_0xa36dec(0x4a8)](_0x4763ee);});let _0x4da6a5=_0x2cc60a[_0x3b9997(0x28b)](({element:_0x3f869d,role:_0x1e475e})=>[_0x15ee60[_0x3b9997(0x23a)](_0xdd2db7,_0x3f869d),_0x4dfc27[_0x3b9997(0x321)]({'embedId':_0xdd2db7,'role':_0x1e475e,'element':_0x3f869d})]);return()=>_0x4da6a5[_0x3b9997(0x3e7)](_0x257365=>_0x257365[_0x3b9997(0x5a6)]());},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x4dfc27,_0x15ee60,_0x2bbabc]),_0x56360b(()=>{const _0x54ed50=_0x37ae00;var _0x5c93f4,_0x1d76e0,_0x22d11c,_0x5148dd;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x54ed50(0x332)])||_0x2bbabc!==_0x54ed50(0x628))return;let _0x2bf55f=(_0x5c93f4=(_0x1d76e0=(_0x22d11c=_0x3c6866['current'])==null?void 0x0:_0x22d11c[_0x54ed50(0x53b)])==null?(_0x5148dd=_0x43e565['current'])==null?void 0x0:_0x5148dd['ownerDocument']:_0x1d76e0)==null?typeof document>'u'?void 0x0:document:_0x5c93f4,_0x4f41ff=_0x15ee60[_0x54ed50(0x633)](_0x2fb6e2[_0x54ed50(0x332)],_0x2bf55f);return()=>{const _0x44d914=_0x54ed50;_0x193a12[_0x44d914(0x51a)]!==_0x44d914(0x628)&&_0x15ee60[_0x44d914(0x3f6)](_0x2fb6e2['embedId'],_0x2bf55f),_0x4f41ff['dispose']();};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x15ee60,_0x2bbabc]),_0x56360b(()=>{const _0x242512=_0x37ae00;var _0x43d816,_0x501710,_0x388e01,_0x167ca0;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x242512(0x332)])||_0x2bbabc!==_0x242512(0x628))return;let _0x426273=(_0x43d816=(_0x501710=(_0x388e01=_0x3c6866[_0x242512(0x51a)])==null?void 0x0:_0x388e01['ownerDocument'])==null?(_0x167ca0=_0x43e565[_0x242512(0x51a)])==null?void 0x0:_0x167ca0[_0x242512(0x53b)]:_0x501710)==null?typeof document>'u'?void 0x0:document:_0x43d816,_0x6a5cd3=_0x426273==null?void 0x0:_0x426273[_0x242512(0x2e2)](_0x242512(0x485));if(!_0x6a5cd3)return;let _0x8447a4=[_0x15ee60[_0x242512(0x23a)](_0x2fb6e2[_0x242512(0x332)],_0x6a5cd3),_0x4dfc27[_0x242512(0x321)]({'embedId':_0x2fb6e2[_0x242512(0x332)],'role':_0x242512(0x5c0),'element':_0x6a5cd3})];return()=>_0x8447a4['forEach'](_0x10e348=>_0x10e348[_0x242512(0x5a6)]());},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x4dfc27,_0x15ee60,_0x2bbabc]),_0x56360b(()=>{const _0x1e84ea=_0x37ae00;let _0x15d35b=_0x3c6866[_0x1e84ea(0x51a)],_0x24cc9a=_0x15d35b==null?void 0x0:_0x15d35b[_0x1e84ea(0x2e2)](_0x1e84ea(0x259));if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x1e84ea(0x332)])||!_0x15d35b)return;let _0x24519f=_0x2fb6e2[_0x1e84ea(0x489)]?_0x510c4d[_0x1e84ea(0x2dc)](_0x2fb6e2['hostUnitId'],_0x2fb6e2['embedId']):void 0x0,_0x2538bd=_0x25ad4e['register']({'embedId':_0x2fb6e2['embedId'],'childUnitId':_0x24519f==null?void 0x0:_0x24519f[_0x1e84ea(0x4e8)],'root':_0x15d35b,'viewport':_0x24cc9a,'contentRoot':_0x5f0d77['current']});return()=>_0x2538bd['dispose']();},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x510c4d,_0x25ad4e]),_0x56360b(()=>{const _0x2e7135=_0x37ae00;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x2e7135(0x332)]))return;let _0x1d5532=_0x1561ed[_0x2e7135(0x58a)][_0x2e7135(0x2ae)](_0x5b07af=>{const _0x123bc3=_0x2e7135;_0x5b07af[_0x123bc3(0x332)]===_0x2fb6e2['embedId']&&(_0x3d12af['clearFloating'](_0x2fb6e2[_0x123bc3(0x332)],_0x2fb6e2['hostUnitId']),_0x4325d9[_0x123bc3(0x31a)](_0x2fb6e2[_0x123bc3(0x332)]),_0x5f1251[_0x123bc3(0x51a)]!=null&&(zs(_0x5f1251[_0x123bc3(0x51a)]),_0x5f1251[_0x123bc3(0x51a)]=void 0x0),_0x5394fc[_0x123bc3(0x51a)]!=null&&globalThis[_0x123bc3(0x393)](_0x5394fc[_0x123bc3(0x51a)]),_0x5394fc[_0x123bc3(0x51a)]=globalThis[_0x123bc3(0x2bb)](()=>{const _0x1cd0dc=_0x123bc3;_0x5394fc[_0x1cd0dc(0x51a)]=void 0x0,_0x5f1251[_0x1cd0dc(0x51a)]=Rs(()=>{const _0x3a2c89=_0x1cd0dc;_0x5f1251[_0x3a2c89(0x51a)]=void 0x0,_0x7c40cc(_0x16137c=>_0x16137c+0x1);});},0x0));});return()=>{const _0x45f051=_0x2e7135;_0x1d5532['unsubscribe'](),_0x5394fc[_0x45f051(0x51a)]!=null&&(globalThis['clearTimeout'](_0x5394fc[_0x45f051(0x51a)]),_0x5394fc[_0x45f051(0x51a)]=void 0x0),_0x5f1251[_0x45f051(0x51a)]!=null&&(zs(_0x5f1251[_0x45f051(0x51a)]),_0x5f1251[_0x45f051(0x51a)]=void 0x0);};},[_0x3d12af,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x1561ed,_0x4325d9]),_0x56360b(()=>{const _0x4a7c60=_0x37ae00;var _0x57cf2d;let _0x55120a=_0x3c6866['current'],_0x750cdb=_0x5cc548[_0x4a7c60(0x51a)];if(!_0x55120a||!_0x750cdb||typeof document>'u')return;let _0x11d9a5=_0x750cdb[_0x4a7c60(0x68a)],_0x25695f=_0x750cdb[_0x4a7c60(0x43b)],_0x4b3a30,_0xefea6c,_0x5a7091=0x0,_0x40663b,_0x15f387,_0x19accc,_0x26c38a,_0x283b99,_0x3bd38d,_0x2ab887,_0x901056,_0x29f13d=()=>{const _0xc60ae8=_0x4a7c60;let _0xfc8546=js(_0x55120a),_0x5032b2=As(_0x55120a),_0x561fa3=_0x55120a['getBoundingClientRect'](),_0x2c7073=!Ms(_0x55120a)&&_0x901056!=null&&_0x40663b===_0x5032b2['left']&&_0x19accc===_0x5032b2[_0xc60ae8(0x576)]&&_0x26c38a===_0x5032b2[_0xc60ae8(0x35c)];!Ms(_0x55120a)&&_0x901056!=null&&!_0x2c7073&&(_0x901056=void 0x0);let _0x4f75ad=_0x2c7073?new DOMRect(_0x5032b2[_0xc60ae8(0x4bf)],_0x901056,_0x5032b2[_0xc60ae8(0x576)],_0x5032b2[_0xc60ae8(0x35c)]):_0x5032b2,_0x66b298=!_0xfc8546||_0x4f75ad[_0xc60ae8(0x35c)]>=Ns,_0x203049=_0x4f75ad[_0xc60ae8(0x35c)]>=Ps,_0xdeaae0=_0x203049&&_0x561fa3[_0xc60ae8(0x5a9)]>=_0x4f75ad['top'];Es(_0x55120a,_0x750cdb,_0x66b298,_0x2bbabc),Ds(_0x750cdb,_0x203049,_0xdeaae0,_0x2bbabc),_0xfc8546?(_0x750cdb['style'][_0xc60ae8(0x290)]('--univer-embed-floating-menu-top','8px'),Os(_0x750cdb,_0x4f75ad,_0x561fa3)):(_0x750cdb[_0xc60ae8(0x56f)][_0xc60ae8(0x297)](_0xc60ae8(0x276)),ks(_0x750cdb)),_0x750cdb[_0xc60ae8(0x56f)][_0xc60ae8(0x22b)]=_0x66b298?'':'hidden',_0x750cdb[_0xc60ae8(0x56f)][_0xc60ae8(0x5d6)]=_0x66b298&&_0x2bbabc!==_0xc60ae8(0x1df)?'':_0xc60ae8(0x5e1),!(_0x4f75ad[_0xc60ae8(0x4bf)]===_0x40663b&&_0x4f75ad[_0xc60ae8(0x5a9)]===_0x15f387&&_0x4f75ad[_0xc60ae8(0x576)]===_0x19accc&&_0x4f75ad['height']===_0x26c38a&&_0x66b298===_0x283b99&&_0x203049===_0x3bd38d&&_0xdeaae0===_0x2ab887)&&(_0x40663b=_0x4f75ad[_0xc60ae8(0x4bf)],_0x15f387=_0x4f75ad[_0xc60ae8(0x5a9)],_0x19accc=_0x4f75ad[_0xc60ae8(0x576)],_0x26c38a=_0x4f75ad[_0xc60ae8(0x35c)],_0x283b99=_0x66b298,_0x3bd38d=_0x203049,_0x2ab887=_0xdeaae0,_s[_0xc60ae8(0x360)](_0x55120a,{'left':_0x4f75ad['left'],'top':_0x4f75ad[_0xc60ae8(0x5a9)],'width':_0x4f75ad[_0xc60ae8(0x576)],'height':_0x4f75ad[_0xc60ae8(0x35c)]}),_0x750cdb[_0xc60ae8(0x56f)][_0xc60ae8(0x4bf)]=_0x4f75ad['left']+'px',_0x750cdb[_0xc60ae8(0x56f)][_0xc60ae8(0x5a9)]=_0x4f75ad[_0xc60ae8(0x5a9)]+'px',_0x750cdb['style']['width']=_0x4f75ad['width']+'px',_0x750cdb[_0xc60ae8(0x56f)][_0xc60ae8(0x35c)]=_0x4f75ad[_0xc60ae8(0x35c)]+'px');},_0x5413c1=()=>{const _0xbb3520=_0x4a7c60;_0x29f13d(),_0x4b3a30=window[_0xbb3520(0x620)](_0x5413c1);},_0x2de7ea=()=>{const _0x41affd=_0x4a7c60;_0xefea6c=void 0x0,_0x29f13d(),!(_0x5a7091<=0x0)&&(--_0x5a7091,_0xefea6c=window[_0x41affd(0x620)](_0x2de7ea));},_0x53a75b=_0x1cadb5=>{const _0x4c1ba9=_0x4a7c60;if(!Ms(_0x55120a)&&Hs(_0x1cadb5)&&_0x15f387!=null&&(_0x901056=_0x15f387),Vs(_0x55120a,_0x1cadb5,{'left':_0x40663b,'top':_0x15f387,'width':_0x19accc,'height':_0x26c38a})){if(typeof window[_0x4c1ba9(0x620)]!=_0x4c1ba9(0x1b2)){_0x29f13d(),_0x25ad4e[_0x4c1ba9(0x2ad)]({'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x4c1ba9(0x332)],'reason':_0x4c1ba9(0x41e)});return;}_0x25ad4e['invalidate']({'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x4c1ba9(0x332)],'reason':_0x4c1ba9(0x528)}),_0x5a7091=Math[_0x4c1ba9(0x20c)](_0x5a7091,0x3),_0xefea6c==null&&(_0xefea6c=window['requestAnimationFrame'](_0x2de7ea));}},_0x21b4d7=()=>{const _0x1d942d=_0x4a7c60;if(_0x901056=void 0x0,typeof window[_0x1d942d(0x620)]!=_0x1d942d(0x1b2)){_0x29f13d(),_0x25ad4e['invalidate']({'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x1d942d(0x332)],'reason':_0x1d942d(0x5b9)});return;}_0x25ad4e[_0x1d942d(0x2ad)]({'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x1d942d(0x332)],'reason':'host-scroll'}),_0x5a7091=Math['max'](_0x5a7091,0x2),_0xefea6c==null&&(_0xefea6c=window[_0x1d942d(0x620)](_0x2de7ea));};_0x29f13d(),document['body'][_0x4a7c60(0x274)](_0x750cdb);let _0x45314d=()=>{_0x901056=void 0x0;},_0x46de55=new ResizeObserver(_0x29f13d);_0x46de55[_0x4a7c60(0x4ab)](_0x55120a);let _0x22fa10=(_0x57cf2d=_0x274adf[_0x4a7c60(0x37d)])==null?void 0x0:_0x57cf2d[_0x4a7c60(0x2ae)](_0x21b4d7);return window[_0x4a7c60(0x4a0)]('pointerdown',_0x45314d,!0x0),window[_0x4a7c60(0x4a0)]('scroll',_0x53a75b,!0x0),window['addEventListener'](_0x4a7c60(0x528),_0x53a75b,!0x0),window[_0x4a7c60(0x4a0)](_0x4a7c60(0x4da),_0x53a75b),(_0x2bbabc!==_0x4a7c60(0x1df)||Ms(_0x55120a))&&typeof window[_0x4a7c60(0x620)]==_0x4a7c60(0x1b2)&&(_0x4b3a30=window[_0x4a7c60(0x620)](_0x5413c1)),()=>{const _0x5790ba=_0x4a7c60;_0x4b3a30!=null&&window[_0x5790ba(0x608)](_0x4b3a30),_0xefea6c!=null&&window[_0x5790ba(0x608)](_0xefea6c),_0x22fa10==null||_0x22fa10[_0x5790ba(0x44a)](),_0x46de55[_0x5790ba(0x460)](),window['removeEventListener'](_0x5790ba(0x430),_0x45314d,!0x0),window[_0x5790ba(0x261)](_0x5790ba(0x4de),_0x53a75b,!0x0),window[_0x5790ba(0x261)](_0x5790ba(0x528),_0x53a75b,!0x0),window[_0x5790ba(0x261)](_0x5790ba(0x4da),_0x53a75b),_s[_0x5790ba(0x627)](_0x55120a),_0x750cdb['removeAttribute']('style'),Es(_0x55120a,_0x750cdb,!0x0,_0x5790ba(0x628)),Ds(_0x750cdb,!0x0,!0x0,_0x5790ba(0x628)),_0x11d9a5!=null&&_0x11d9a5[_0x5790ba(0x66f)]?_0x11d9a5[_0x5790ba(0x690)](_0x750cdb,_0x25695f):_0x750cdb[_0x5790ba(0x631)]();};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x25ad4e,_0x274adf[_0x37ae00(0x37d)],_0x2bbabc]),_0x56360b(()=>{const _0x43a477=_0x37ae00;let _0x25b464=_0x2d8912['active$'][_0x43a477(0x2ae)](()=>{const _0x453609=_0x43a477;_0x220e8f(_0x2fb6e2!=null&&_0x2fb6e2[_0x453609(0x332)]?_0x2d8912['getStage'](_0x2fb6e2['embedId']):'inactive');});return()=>_0x25b464[_0x43a477(0x44a)]();},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2d8912]),_0x56360b(()=>{const _0x26ee93=_0x37ae00;if(!(_0x2fb6e2!=null&&_0x2fb6e2[_0x26ee93(0x332)])||typeof document>'u')return;let _0x4eff87=_0x41ffaf=>{const _0x1d3ff6=_0x26ee93;var _0x5b7f8d;let _0x33bf24=_0x3c6866[_0x1d3ff6(0x51a)],_0xbb2ef5=_0x5cc548[_0x1d3ff6(0x51a)],_0x4bf703=_0x41ffaf[_0x1d3ff6(0x669)],_0x54ec74=(_0x5b7f8d=_0x4090bf==null?void 0x0:_0x4090bf(_0x41ffaf))==null?!0x1:_0x5b7f8d;if(_0x2d8912[_0x1d3ff6(0x53e)](_0x2fb6e2[_0x1d3ff6(0x332)])==='inactive')return;_0x54ec74&&(_0x54dce5[_0x1d3ff6(0x51a)]=Date[_0x1d3ff6(0x5d9)]()+0x28a);let _0x48ac2e=_0x4dfc27[_0x1d3ff6(0x5ba)](_0x2fb6e2[_0x1d3ff6(0x332)],_0x4bf703,_0x41ffaf)||_0x15ee60['contains'](_0x2fb6e2[_0x1d3ff6(0x332)],_0x4bf703,_0x41ffaf);_0x48ac2e&&(_0x25bd44['current']=Date[_0x1d3ff6(0x5d9)]()+0x28a),!(!_0x33bf24||!_0x4bf703||_0x33bf24['contains'](_0x4bf703)||_0xbb2ef5!=null&&_0xbb2ef5[_0x1d3ff6(0x452)](_0x4bf703)||_0x4bf703[_0x1d3ff6(0x4e5)](xs)||_0x48ac2e||_0x54ec74||ws(_0x33bf24,_0x41ffaf))&&_0x3d12af['clearFloating'](_0x2fb6e2['embedId'],_0x2fb6e2['hostUnitId']);},_0x456958=_0xc08a27=>{const _0xff9c0b=_0x26ee93;var _0x4bf536;let _0x53e9ed=_0x3c6866['current'],_0x20e46d=_0x5cc548['current'],_0x2ce44a=_0xc08a27[_0xff9c0b(0x669)],_0x1456cf=(_0x4bf536=_0x53e9ed==null?void 0x0:_0x53e9ed['ownerDocument'])==null?_0x2ce44a==null?void 0x0:_0x2ce44a[_0xff9c0b(0x53b)]:_0x4bf536,_0x151c6a=_0x4dfc27[_0xff9c0b(0x1d3)](_0x2fb6e2[_0xff9c0b(0x332)],{'ignoreOwners':bs}),_0xc3e74d=Ec({'now':Date['now'](),'ownedPointerInteractionUntil':_0x25bd44[_0xff9c0b(0x51a)]});_0x2d8912[_0xff9c0b(0x53e)](_0x2fb6e2[_0xff9c0b(0x332)])!==_0xff9c0b(0x1df)&&(!_0x53e9ed||!_0x2ce44a||_0x151c6a||_0xc3e74d||Date['now']()<_0x54dce5[_0xff9c0b(0x51a)]||_0x15ee60[_0xff9c0b(0x2ff)](_0x2fb6e2[_0xff9c0b(0x332)],_0x1456cf)||!Oc(_0x2ce44a)||_0x53e9ed[_0xff9c0b(0x452)](_0x2ce44a)||_0x20e46d!=null&&_0x20e46d[_0xff9c0b(0x452)](_0x2ce44a)||_0x2ce44a[_0xff9c0b(0x4e5)](xs)||_0x4dfc27['containsElement'](_0x2fb6e2[_0xff9c0b(0x332)],_0x2ce44a,_0xc08a27)||_0x15ee60[_0xff9c0b(0x452)](_0x2fb6e2['embedId'],_0x2ce44a,_0xc08a27)||_0x3d12af[_0xff9c0b(0x499)](_0x2fb6e2['embedId'],_0x2fb6e2[_0xff9c0b(0x489)]));};return document['addEventListener'](_0x26ee93(0x430),_0x4eff87,!0x0),document['addEventListener'](_0x26ee93(0x66e),_0x456958,!0x0),()=>{const _0x284835=_0x26ee93;document['removeEventListener'](_0x284835(0x430),_0x4eff87,!0x0),document[_0x284835(0x261)](_0x284835(0x66e),_0x456958,!0x0);};},[_0x3d12af,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x4dfc27,_0x15ee60,_0x4090bf]),_0x56360b(()=>{const _0x61b23b=_0x37ae00;var _0x636375;_0x2bbabc!==_0x61b23b(0x628)&&((_0x636375=_0x1fee4c['current'])==null||_0x636375[_0x61b23b(0x5a6)](),_0x1fee4c[_0x61b23b(0x51a)]=void 0x0,kc(_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x61b23b(0x332)],bc(_0x43e565[_0x61b23b(0x51a)],_0x5f0d77[_0x61b23b(0x51a)],_0x2515b9[_0x61b23b(0x51a)],_0x54465c['current'],_0x838f84[_0x61b23b(0x51a)])));},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2bbabc]),_0x56360b(()=>{const _0x5c0ba9=_0x37ae00;let _0x18ed98=_0x43d091[_0x5c0ba9(0x51a)];if(!_0x18ed98||!(_0x2fb6e2!=null&&_0x2fb6e2[_0x5c0ba9(0x332)])||!_0x2fb6e2[_0x5c0ba9(0x489)])return;let _0x562d44=()=>{const _0x1ff772=_0x5c0ba9;_0x1cec31[_0x1ff772(0x51a)]=void 0x0;},_0x494f6b=_0x553530=>{const _0x52fe53=_0x5c0ba9;var _0xbef41;let _0x2dfeb0=_0x510c4d['getDescriptor'](_0x2fb6e2[_0x52fe53(0x489)],_0x2fb6e2[_0x52fe53(0x332)]);if(!(_0x2dfeb0!=null&&_0x2dfeb0[_0x52fe53(0x4e8)]))return;let _0x5ec2ac=_0x553530[_0x52fe53(0x669)];_0x5ec2ac!=null&&_0x5ec2ac[_0x52fe53(0x4e5)](xs)||_0x2d8912[_0x52fe53(0x53e)](_0x2fb6e2[_0x52fe53(0x332)])!==_0x52fe53(0x628)&&(_0x1cec31[_0x52fe53(0x51a)]={'pointerId':_0x553530['pointerId'],'startX':_0x553530[_0x52fe53(0x4f9)],'startY':_0x553530[_0x52fe53(0x58b)],'button':(_0xbef41=_0x553530[_0x52fe53(0x3c2)])==null?0x0:_0xbef41,'startedAt':Date[_0x52fe53(0x5d9)](),'moved':!0x1,'dragStarted':!0x1});},_0x301074=_0xc293b2=>{const _0x4bcc17=_0x5c0ba9;let _0x5c97e6=_0x1cec31[_0x4bcc17(0x51a)];if(!(!_0x5c97e6||_0x5c97e6['pointerId']!==_0xc293b2['pointerId'])&&Math[_0x4bcc17(0x67c)](_0xc293b2[_0x4bcc17(0x4f9)]-_0x5c97e6[_0x4bcc17(0x1c0)],_0xc293b2[_0x4bcc17(0x58b)]-_0x5c97e6['startY'])>0x4){_0x5c97e6['moved']=!0x0;let _0x5b783b=Ca({'stage':_0x2d8912[_0x4bcc17(0x53e)](_0x2fb6e2['embedId']),'interactionFlow':_0x4023bc});_0x274adf[_0x4bcc17(0x531)]&&!_0x5c97e6['dragStarted']&&_0x5b783b[_0x4bcc17(0x5a5)]&&(_0x5c97e6[_0x4bcc17(0x2ba)]=!0x0,document[_0x4bcc17(0x2b7)](new CustomEvent(ms,{'detail':{'embedId':_0x2fb6e2[_0x4bcc17(0x332)],'hostUnitId':_0x2fb6e2[_0x4bcc17(0x489)],'hostAnchorId':_0x2fb6e2['hostAnchorId'],'pointerId':_0x5c97e6['pointerId'],'clientX':_0x5c97e6[_0x4bcc17(0x1c0)],'clientY':_0x5c97e6[_0x4bcc17(0x2a5)],'button':_0x5c97e6[_0x4bcc17(0x3c2)]}})));}},_0x572add=_0x125091=>{const _0x552eb7=_0x5c0ba9;let _0x239f56=_0x1cec31['current'];if(_0x1cec31['current']=void 0x0,!_0x239f56||_0x239f56[_0x552eb7(0x250)]!==_0x125091['pointerId']||_0x239f56[_0x552eb7(0x2e7)]||Date['now']()-_0x239f56[_0x552eb7(0x300)]>0x1f4)return;let _0x127ba0=_0x510c4d[_0x552eb7(0x2dc)](_0x2fb6e2['hostUnitId'],_0x2fb6e2[_0x552eb7(0x332)]);if(!(_0x127ba0!=null&&_0x127ba0[_0x552eb7(0x4e8)]))return;let _0x57bd9a=_0x2d8912[_0x552eb7(0x53e)](_0x2fb6e2[_0x552eb7(0x332)]);if(_0x57bd9a!==_0x552eb7(0x628)){if(_0x57bd9a===_0x552eb7(0x577)){_0x3d12af['activateFloating'](_0x127ba0,_0x552eb7(0x628),{'portalContainer':_0x838f84[_0x552eb7(0x51a)]});return;}if(_0x4023bc==='doc-block'){_0x39f204(),_0x3d12af[_0x552eb7(0x487)](_0x127ba0,'stage2',{'portalContainer':_0x838f84[_0x552eb7(0x51a)]}),_0x544ca9();return;}_0x3d12af[_0x552eb7(0x487)](_0x127ba0,_0x552eb7(0x577));}};return _0x18ed98[_0x5c0ba9(0x4a0)](_0x5c0ba9(0x430),_0x494f6b,!0x0),_0x18ed98[_0x5c0ba9(0x4a0)](_0x5c0ba9(0x3b7),_0x301074,!0x0),_0x18ed98[_0x5c0ba9(0x4a0)](_0x5c0ba9(0x3a8),_0x572add,!0x0),_0x18ed98[_0x5c0ba9(0x4a0)]('pointercancel',_0x562d44,!0x0),()=>{const _0x226fb2=_0x5c0ba9;_0x18ed98[_0x226fb2(0x261)](_0x226fb2(0x430),_0x494f6b,!0x0),_0x18ed98[_0x226fb2(0x261)](_0x226fb2(0x3b7),_0x301074,!0x0),_0x18ed98[_0x226fb2(0x261)]('pointerup',_0x572add,!0x0),_0x18ed98['removeEventListener'](_0x226fb2(0x4a5),_0x562d44,!0x0);};},[_0x39f204,_0x3d12af,_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],_0x2fb6e2==null?void 0x0:_0x2fb6e2['hostAnchorId'],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x510c4d,_0x2d8912,_0x4023bc,_0x274adf[_0x37ae00(0x531)],_0x544ca9]),_0x56360b(()=>{const _0x3130dc=_0x37ae00;let _0x56ae3d=_0x3c6866[_0x3130dc(0x51a)],_0x108dd1=_0x43d091[_0x3130dc(0x51a)],_0x40881e=_0x43e565[_0x3130dc(0x51a)];if(!_0x56ae3d||!_0x108dd1||!_0x40881e)return;let _0x4674ab=_0x372cf4=>{const _0x48cfd6=_0x3130dc;if(Us(_0x372cf4)||_0x372cf4[_0x48cfd6(0x1e1)]||_0x372cf4['metaKey'])return;let _0x2ec0f8=_0x2fb6e2!=null&&_0x2fb6e2[_0x48cfd6(0x332)]?_0x2d8912[_0x48cfd6(0x53e)](_0x2fb6e2[_0x48cfd6(0x332)]):_0x48cfd6(0x1df);if(_0x2ec0f8===_0x48cfd6(0x628))return;let _0x145b60=_0xa2c3a0[_0x48cfd6(0x51a)],_0x2c1242=_0x145b60?_0x27a7af[_0x48cfd6(0x613)](_0x145b60[_0x48cfd6(0x5ca)],_0x145b60[_0x48cfd6(0x570)]):void 0x0,_0x17fec7=_0x145b60?{..._0x145b60,'event':_0x372cf4,'stage':_0x2ec0f8,'viewportScrollY':_0x274adf[_0x48cfd6(0x4f0)]?_0x3d1bdb[_0x48cfd6(0x51a)]:void 0x0}:void 0x0;if(_0x145b60&&$s(_0x145b60,_0x372cf4,_0x274adf[_0x48cfd6(0x4f0)])){var _0x4f5b56;if(((_0x4f5b56=_0x274adf[_0x48cfd6(0x20a)])==null?void 0x0:_0x4f5b56[_0x48cfd6(0x3c8)](_0x274adf,_0x372cf4,_0x145b60))===!0x0||Qs(_0x56ae3d,_0x372cf4)){Bs(_0x25ad4e,_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],_0x48cfd6(0x5b9),_0x365365),_0x372cf4[_0x48cfd6(0x1f9)](),_0x372cf4[_0x48cfd6(0x29f)](),_0x372cf4[_0x48cfd6(0x520)]();return;}}let _0x7b855=_0x17fec7?_0x1492b5[_0x48cfd6(0x1a7)](_0x17fec7):!0x1,_0x3ee364=!_0x7b855&&ec(_0x56ae3d,_0x372cf4),_0x51f575=_0x3ee364&&tc(_0x372cf4)>0x0?yc(_0x372cf4,_0x40881e):!0x1,_0x50eec3=_0x51f575||_0x3ee364?!0x1:(_0x2c1242==null?void 0x0:_0x2c1242['handleWheel'](_0x17fec7))===!0x0,_0x4cabb1=_0x50eec3||_0x51f575||!_0x3ee364?!0x1:yc(_0x372cf4,_0x40881e),_0x205a9a=_0x50eec3||_0x51f575||_0x3ee364&&_0x4cabb1?!0x1:Xs(_0x372cf4,_0x40881e),_0x2a2d4d=_0x51f575||_0x4cabb1||(_0x50eec3||_0x3ee364||_0x205a9a?!0x1:Zs(_0x372cf4,_0x40881e));(_0x7b855||_0x50eec3||_0x51f575||_0x4cabb1||_0x205a9a||_0x2a2d4d)&&(_0x372cf4[_0x48cfd6(0x1f9)](),_0x372cf4[_0x48cfd6(0x29f)]());};return _0x108dd1[_0x3130dc(0x4a0)](_0x3130dc(0x528),_0x4674ab,{'passive':!0x1}),_0x40881e['addEventListener'](_0x3130dc(0x528),_0x4674ab,{'capture':!0x0,'passive':!0x1}),()=>{const _0x3430d0=_0x3130dc;_0x108dd1[_0x3430d0(0x261)]('wheel',_0x4674ab),_0x40881e[_0x3430d0(0x261)](_0x3430d0(0x528),_0x4674ab,{'capture':!0x0});};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2d8912,_0x25ad4e,_0x27a7af,_0x1492b5,_0x274adf['onHostWheel'],_0x274adf[_0x37ae00(0x4f0)]]),_0x56360b(()=>{const _0x1e7395=_0x37ae00;let _0x2e84d0=_0x3c6866[_0x1e7395(0x51a)],_0x5d702c=_0x43e565[_0x1e7395(0x51a)];if(!_0x2e84d0||!_0x5d702c)return;let _0x276bac=_0x51ba9b=>{const _0x790694=_0x1e7395;Bs(_0x25ad4e,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x790694(0x332)],_0x51ba9b,_0x365365);},_0x51accc=_0x500e09=>{const _0x982f65=_0x1e7395;var _0x2edb7b;if((_0x2fb6e2!=null&&_0x2fb6e2['embedId']?_0x2d8912[_0x982f65(0x53e)](_0x2fb6e2[_0x982f65(0x332)]):_0x982f65(0x1df))!==_0x982f65(0x628))return;let _0x48484a=_0xa2c3a0[_0x982f65(0x51a)];!_0x48484a||!$s(_0x48484a,_0x500e09,_0x274adf[_0x982f65(0x4f0)])||Gs(_0x500e09)||(Ws(_0x500e09),(((_0x2edb7b=_0x274adf[_0x982f65(0x20a)])==null?void 0x0:_0x2edb7b[_0x982f65(0x3c8)](_0x274adf,_0x500e09,_0x48484a))===!0x0||Qs(_0x2e84d0,_0x500e09))&&(_0x276bac(_0x982f65(0x5b9)),_0x500e09['preventDefault'](),_0x500e09[_0x982f65(0x29f)](),_0x500e09['stopImmediatePropagation']()));},_0x252ac1=()=>{const _0x20b06e=_0x1e7395;_0x276bac(_0x20b06e(0x567));};return _0x2e84d0[_0x1e7395(0x4a0)](_0x1e7395(0x528),_0x51accc,{'capture':!0x0,'passive':!0x1}),_0x5d702c[_0x1e7395(0x4a0)](_0x1e7395(0x528),_0x51accc,{'capture':!0x0,'passive':!0x1}),_0x5d702c[_0x1e7395(0x4a0)]('scroll',_0x252ac1,!0x0),()=>{const _0x5212df=_0x1e7395;_0x2e84d0['removeEventListener']('wheel',_0x51accc,{'capture':!0x0}),_0x5d702c[_0x5212df(0x261)]('wheel',_0x51accc,{'capture':!0x0}),_0x5d702c[_0x5212df(0x261)](_0x5212df(0x4de),_0x252ac1,!0x0);};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2d8912,_0x25ad4e,_0x274adf['onHostWheel'],_0x274adf[_0x37ae00(0x4f0)]]),_0x56360b(()=>()=>{const _0x43d7cb=_0x37ae00;_0x365365[_0x43d7cb(0x51a)][_0x43d7cb(0x3e7)](zs),_0x365365[_0x43d7cb(0x51a)]=[];},[]),_0x56360b(()=>{const _0x7b4a24=_0x37ae00;let _0x3e2f68=_0x43e565[_0x7b4a24(0x51a)];if(!_0x3e2f68)return;let _0x4f21e3=()=>{const _0x28d455=_0x7b4a24;let _0xa136cb=_0x3e2f68[_0x28d455(0x53b)]['activeElement'];return _0xa136cb?bc(_0x43e565[_0x28d455(0x51a)],_0x5f0d77[_0x28d455(0x51a)],_0x2515b9['current'],_0x54465c[_0x28d455(0x51a)],_0x838f84[_0x28d455(0x51a)])[_0x28d455(0x268)](_0x381ba6=>_0x381ba6[_0x28d455(0x452)](_0xa136cb)):!0x1;},_0x53ebe9=(_0x2f9992,_0x257be6=!0x1)=>{const _0x22ccf6=_0x7b4a24;_0x2fb6e2!=null&&_0x2fb6e2['embedId']&&_0x2d8912[_0x22ccf6(0x53e)](_0x2fb6e2['embedId'])!==_0x22ccf6(0x628)||Sc(_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x22ccf6(0x5ca)])&&(_0x4dfc27[_0x22ccf6(0x1d3)](_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x22ccf6(0x332)],{'ignoreOwners':bs})||!_0x257be6&&_0x4f21e3()||(_0x2f9992['hasAttribute']('tabindex')||(_0x2f9992['tabIndex']=-0x1),_0x2f9992['focus']({'preventScroll':!0x0})));},_0xea6442=_0x3a3d34=>{const _0x545451=_0x7b4a24;let _0x2ac25a=_0x2fb6e2!=null&&_0x2fb6e2[_0x545451(0x332)]?_0x2d8912['getStage'](_0x2fb6e2[_0x545451(0x332)]):'inactive';if(_0x2fb6e2!=null&&_0x2fb6e2['embedId']&&_0x2ac25a!==_0x545451(0x628)){if(_0x4023bc!=='doc-block'||!_0x2fb6e2[_0x545451(0x489)])return;let _0x57887e=_0x510c4d[_0x545451(0x2dc)](_0x2fb6e2[_0x545451(0x489)],_0x2fb6e2[_0x545451(0x332)]);if(!(_0x57887e!=null&&_0x57887e[_0x545451(0x4e8)]))return;_0x39f204(),_0x3d12af['activateFloating'](_0x57887e,_0x545451(0x628),{'portalContainer':_0x838f84[_0x545451(0x51a)]}),_0x544ca9();}if(Cc(_0x3a3d34['target'])||_0x4dfc27[_0x545451(0x1d3)](_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],{'ignoreOwners':bs}))return;if(_0x2fb6e2!=null&&_0x2fb6e2['hostUnitId']&&_0x2fb6e2[_0x545451(0x332)]){let _0x52bdc1=_0x510c4d[_0x545451(0x2dc)](_0x2fb6e2[_0x545451(0x489)],_0x2fb6e2[_0x545451(0x332)]);(_0x52bdc1==null?void 0x0:_0x52bdc1[_0x545451(0x4e8)])!=null&&_0x52bdc1[_0x545451(0x5ca)]!=null&&_0x3d12af[_0x545451(0x652)](_0x52bdc1);}let _0xc37349=xc(bc(_0x2515b9[_0x545451(0x51a)],_0x5f0d77[_0x545451(0x51a)],_0x54465c[_0x545451(0x51a)],_0x838f84[_0x545451(0x51a)],_0x43e565[_0x545451(0x51a)]),_0x3a3d34[_0x545451(0x669)]);_0xc37349&&_0x53ebe9(_0xc37349,!0x0);};return _0x3e2f68[_0x7b4a24(0x4a0)](_0x7b4a24(0x430),_0xea6442,!0x0),()=>_0x3e2f68[_0x7b4a24(0x261)](_0x7b4a24(0x430),_0xea6442,!0x0);},[_0x39f204,_0x3d12af,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x510c4d,_0x2d8912,_0x4dfc27,_0x4023bc,_0x544ca9]),_0x56360b(()=>{const _0x263f22=_0x37ae00;let _0x1673b3=_0x43e565['current'],_0x20e4a4=_0x1673b3==null?void 0x0:_0x1673b3['ownerDocument'];if(!_0x1673b3||!_0x20e4a4||!(_0x2fb6e2!=null&&_0x2fb6e2[_0x263f22(0x332)]))return;let _0x206071,_0x141d9f=()=>{_0x206071!=null&&(globalThis['clearTimeout'](_0x206071),_0x206071=void 0x0);},_0x3c7530=()=>{const _0x368609=_0x263f22;var _0x4a4d19;_0x141d9f(),(_0x4a4d19=_0x1fee4c['current'])==null||_0x4a4d19[_0x368609(0x5a6)](),_0x1fee4c['current']=void 0x0;},_0x3d0a23=()=>{_0x141d9f(),_0x206071=globalThis['setTimeout'](()=>{const _0x41c829=_0x2e56;var _0x5da19a;_0x206071=void 0x0,(_0x5da19a=_0x1fee4c['current'])==null||_0x5da19a[_0x41c829(0x5a6)](),_0x1fee4c[_0x41c829(0x51a)]=void 0x0;},0x28a);},_0x58511a=()=>{const _0xe1683c=_0x263f22;_0x2d8912[_0xe1683c(0x53e)](_0x2fb6e2['embedId'])==='stage2'&&(_0x3c7530(),_0x1fee4c[_0xe1683c(0x51a)]=_0x4dfc27[_0xe1683c(0x610)]({'embedId':_0x2fb6e2[_0xe1683c(0x332)],'role':_0xe1683c(0x550),'owner':'runtime-pointer','hostUnitId':_0x2fb6e2[_0xe1683c(0x489)],'childUnitId':_0x2fb6e2[_0xe1683c(0x4e8)],'childType':_0x2fb6e2[_0xe1683c(0x5ca)]}));},_0x3840e1=_0x26627e=>{const _0x25a123=_0x263f22;var _0x368602;if(_0x2d8912[_0x25a123(0x53e)](_0x2fb6e2[_0x25a123(0x332)])!==_0x25a123(0x628))return;let _0x35e46d=_0x26627e[_0x25a123(0x669)],_0x3fcb4a=_0x4dfc27[_0x25a123(0x5ba)](_0x2fb6e2[_0x25a123(0x332)],_0x35e46d,_0x26627e)||_0x15ee60[_0x25a123(0x452)](_0x2fb6e2[_0x25a123(0x332)],_0x35e46d,_0x26627e);if(!Tc({'stage':_0x2d8912[_0x25a123(0x53e)](_0x2fb6e2['embedId']),'target':_0x35e46d,'liveRoot':_0x1673b3,'isOwnedChildInteraction':_0x3fcb4a}))return;_0x25bd44[_0x25a123(0x51a)]=Date[_0x25a123(0x5d9)]()+0x28a,_0x3c7530();let _0x56eaee=(_0x368602=wc(_0x35e46d))==null?_0x25a123(0x550):_0x368602;_0x1fee4c[_0x25a123(0x51a)]=_0x4dfc27[_0x25a123(0x610)]({'embedId':_0x2fb6e2[_0x25a123(0x332)],'role':_0x56eaee==='runtime'||_0x56eaee===_0x25a123(0x378)||_0x56eaee===_0x25a123(0x5c0)?_0x25a123(0x550):_0x56eaee,'owner':'runtime-pointer','hostUnitId':_0x2fb6e2[_0x25a123(0x489)],'childUnitId':_0x2fb6e2['childUnitId'],'childType':_0x2fb6e2['childType']});};return _0x1673b3['addEventListener'](_0x263f22(0x430),_0x58511a,!0x0),_0x20e4a4['addEventListener'](_0x263f22(0x430),_0x3840e1,!0x0),_0x20e4a4['addEventListener'](_0x263f22(0x3a8),_0x3d0a23,!0x0),_0x20e4a4[_0x263f22(0x4a0)](_0x263f22(0x4a5),_0x3d0a23,!0x0),()=>{const _0x3997d8=_0x263f22;_0x1673b3[_0x3997d8(0x261)](_0x3997d8(0x430),_0x58511a,!0x0),_0x20e4a4[_0x3997d8(0x261)](_0x3997d8(0x430),_0x3840e1,!0x0),_0x20e4a4[_0x3997d8(0x261)]('pointerup',_0x3d0a23,!0x0),_0x20e4a4[_0x3997d8(0x261)]('pointercancel',_0x3d0a23,!0x0),_0x3c7530();};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x4e8)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x2d8912,_0x4dfc27,_0x15ee60]),_0x56360b(()=>{const _0x37530d=_0x37ae00;if(_0x2bbabc!==_0x37530d(0x628)||_0x4023bc!==_0x37530d(0x3e0))return;let _0x44df5e=_0x43e565[_0x37530d(0x51a)];if(!_0x44df5e)return;let _0x5b5214,_0xe281e9=()=>xc(bc(_0x2515b9['current'],_0x5f0d77[_0x37530d(0x51a)],_0x54465c[_0x37530d(0x51a)],_0x838f84['current'],_0x43e565[_0x37530d(0x51a)])),_0x17b089=()=>{const _0x30b329=_0x37530d;let _0x40d636=_0x44df5e['ownerDocument']['activeElement'];return!_0x40d636||_0x40d636===_0xe281e9()?!0x1:bc(_0x43e565[_0x30b329(0x51a)],_0x5f0d77[_0x30b329(0x51a)],_0x2515b9['current'],_0x54465c[_0x30b329(0x51a)],_0x838f84['current'])[_0x30b329(0x268)](_0x5a3183=>_0x5a3183[_0x30b329(0x452)](_0x40d636));},_0x111812=()=>{const _0x153e2e=_0x37530d;if(!Sc(_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x153e2e(0x5ca)]))return;let _0x4dbb88=_0xe281e9();if(_0x4dbb88&&!_0x4dfc27[_0x153e2e(0x1d3)](_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],{'ignoreOwners':bs})&&!_0x17b089()){if(_0x2fb6e2!=null&&_0x2fb6e2[_0x153e2e(0x489)]&&_0x2fb6e2[_0x153e2e(0x332)]){let _0x324df5=_0x510c4d['getDescriptor'](_0x2fb6e2['hostUnitId'],_0x2fb6e2[_0x153e2e(0x332)]);(_0x324df5==null?void 0x0:_0x324df5[_0x153e2e(0x4e8)])!=null&&_0x324df5[_0x153e2e(0x5ca)]!=null&&_0x3d12af[_0x153e2e(0x652)](_0x324df5);}_0x4dbb88[_0x153e2e(0x63b)]('tabindex')||(_0x4dbb88['tabIndex']=-0x1),_0x4dbb88[_0x153e2e(0x379)]({'preventScroll':!0x0});}};return _0x111812(),_0x5b5214=Rs(()=>{_0x5b5214=void 0x0,_0x111812();}),()=>{_0x5b5214!=null&&(zs(_0x5b5214),_0x5b5214=void 0x0);};},[_0x3d12af,_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x510c4d,_0x4dfc27,_0x4023bc,_0x2bbabc]),_0x56360b(()=>{const _0x2b036b=_0x37ae00;let _0x1105df=_0x3c6866[_0x2b036b(0x51a)];if(!_0x1105df||typeof window>'u')return;let _0x21344c,_0x4a7044=()=>{const _0x43f0c4=_0x2b036b;var _0xe28533;let _0x383857=_0xa2c3a0[_0x43f0c4(0x51a)];if(!_0x383857||!_0x274adf['syncHostVerticalScroll']){_0x3d1bdb[_0x43f0c4(0x51a)]=0x0,_0x1105df['style'][_0x43f0c4(0x290)](_0x43f0c4(0x3fb),_0x43f0c4(0x3b5));return;}let _0x49c52b=_0x27a7af[_0x43f0c4(0x613)](_0x383857[_0x43f0c4(0x5ca)],_0x383857['layout']);if(!_0x49c52b)return;let _0x5909e7=ic(_0x1105df),_0x2463a4=(_0xe28533=_0x5909e7==null?void 0x0:_0x5909e7[_0x43f0c4(0x618)]())==null?{'bottom':window['innerHeight'],'height':window[_0x43f0c4(0x586)],'left':0x0,'right':window[_0x43f0c4(0x5a2)],'top':0x0,'width':window[_0x43f0c4(0x5a2)]}:_0xe28533,_0x17eeea=_0x1105df[_0x43f0c4(0x618)](),_0x2a36bd=ac(_0x1105df,_0x17eeea[_0x43f0c4(0x35c)]),_0x162ad8=Math[_0x43f0c4(0x56c)](_0x2a36bd,oc(_0x1105df,_0x2463a4['height'])),_0x5c7572=Math['max'](0x0,_0x2a36bd-_0x162ad8),_0x56fd56=mc(_0x2463a4['top']-_0x17eeea['top'],0x0,_0x5c7572);_0x1105df[_0x43f0c4(0x56f)][_0x43f0c4(0x290)](_0x43f0c4(0x3fb),_0x56fd56+'px');let _0x490f45=_0x56fd56-_0x3d1bdb[_0x43f0c4(0x51a)];if(Math[_0x43f0c4(0x4f2)](_0x490f45)<0.5)return;_0x3d1bdb[_0x43f0c4(0x51a)]=_0x56fd56,_0x25ad4e['invalidate']({'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2['embedId'],'reason':_0x43f0c4(0x5b9)});let _0x51b23b=new WheelEvent(_0x43f0c4(0x528),{'cancelable':!0x1,'clientX':_0x17eeea[_0x43f0c4(0x4bf)]+Math[_0x43f0c4(0x56c)](_0x17eeea['width'],_0x2463a4['width'])/0x2,'clientY':_0x2463a4[_0x43f0c4(0x5a9)]+_0x162ad8/0x2,'deltaY':_0x490f45});_0x49c52b[_0x43f0c4(0x1a7)]({..._0x383857,'event':_0x51b23b,'source':_0x43f0c4(0x68c),'stage':_0x2fb6e2!=null&&_0x2fb6e2['embedId']?_0x2d8912[_0x43f0c4(0x53e)](_0x2fb6e2['embedId']):'inactive','viewportScrollY':_0x56fd56});},_0x4ad181=()=>{const _0x4308ac=_0x2b036b;_0x4a7044(),_0x21344c=window[_0x4308ac(0x620)](_0x4ad181);};_0x21344c=window['requestAnimationFrame'](_0x4ad181),window[_0x2b036b(0x4a0)]('scroll',_0x4a7044,!0x0),window[_0x2b036b(0x4a0)](_0x2b036b(0x4da),_0x4a7044);let _0x288540=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x4a7044);return _0x288540==null||_0x288540[_0x2b036b(0x4ab)](_0x1105df),()=>{const _0x2c649c=_0x2b036b;_0x21344c!=null&&window['cancelAnimationFrame'](_0x21344c),_0x288540==null||_0x288540['disconnect'](),window['removeEventListener'](_0x2c649c(0x4de),_0x4a7044,!0x0),window[_0x2c649c(0x261)](_0x2c649c(0x4da),_0x4a7044);};},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2d8912,_0x25ad4e,_0x5a4f3d,_0x27a7af,_0x274adf['syncHostVerticalScroll']]);let _0x1c43ad=_0x48ab90(_0x349676=>{const _0x2f7c03=_0x37ae00;if(_0x349676[_0x2f7c03(0x1f9)](),_0x349676[_0x2f7c03(0x29f)](),!(_0x2fb6e2!=null&&_0x2fb6e2[_0x2f7c03(0x332)])||!_0x2fb6e2[_0x2f7c03(0x489)])return;let _0x20f009=_0x510c4d[_0x2f7c03(0x2dc)](_0x2fb6e2[_0x2f7c03(0x489)],_0x2fb6e2[_0x2f7c03(0x332)]);if(!(_0x20f009!=null&&_0x20f009[_0x2f7c03(0x4e8)])||!Ca({'stage':_0x2d8912['getStage'](_0x2fb6e2['embedId']),'interactionFlow':_0x4023bc})[_0x2f7c03(0x37a)])return;_0x2d8912[_0x2f7c03(0x1db)]({'hostUnitId':_0x2fb6e2[_0x2f7c03(0x489)],'embedId':_0x2fb6e2[_0x2f7c03(0x332)],'childUnitId':_0x20f009[_0x2f7c03(0x4e8)]},'stage1');let _0x1f74e3=_0x2f7c03(0x2c3)in _0x349676?_0x349676[_0x2f7c03(0x2c3)]:_0x349676;document[_0x2f7c03(0x2b7)](new CustomEvent(ms,{'detail':{'embedId':_0x2fb6e2[_0x2f7c03(0x332)],'hostUnitId':_0x2fb6e2['hostUnitId'],'hostAnchorId':_0x2fb6e2[_0x2f7c03(0x380)],'pointerId':_0x1f74e3['pointerId'],'clientX':_0x1f74e3[_0x2f7c03(0x4f9)],'clientY':_0x1f74e3['clientY'],'button':_0x1f74e3[_0x2f7c03(0x3c2)]}}));},[_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x380)],_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],_0x510c4d,_0x2d8912,_0x4023bc]);_0x56360b(()=>{const _0x4ec396=_0x37ae00;let _0x247a07=_0x102e98[_0x4ec396(0x51a)];if(_0x247a07)return _0x247a07['addEventListener']('pointerdown',_0x1c43ad),()=>_0x247a07[_0x4ec396(0x261)](_0x4ec396(0x430),_0x1c43ad);},[_0x1c43ad]);let _0x42c535=Ca({'stage':_0x2bbabc,'interactionFlow':_0x4023bc}),_0x58ea85=_0x42c535[_0x37ae00(0x674)],_0x5c8303=_0x42c535[_0x37ae00(0x2f3)],_0x52b53d=_0x42c535[_0x37ae00(0x21d)];return _0x3a8a6b('div',{'ref':_0x3c6866,'className':_0x37ae00(0x4eb),'data-embed-float-dom':_0x37ae00(0x228),'data-embed-float-stage':_0x2bbabc,'data-embed-id':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],'data-embed-host-unit-id':_0x2fb6e2==null?void 0x0:_0x2fb6e2['hostUnitId'],'data-embed-host-anchor-id':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x380)],'data-embed-child-unit-id':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x4e8)],'data-embed-child-type':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x5ca)],'data-embed-interaction-flow':_0x4023bc,'children':[_0x3a8a6b(_0x37ae00(0x50c),{'className':_0x37ae00(0x5f8),'children':[_0x3a8a6b(_0x37ae00(0x50c),{'ref':_0x43e565,'className':_0x37ae00(0x34c),'data-embed-float-live':'true','children':[_0x23b3a2('div',{'ref':_0x2515b9,'className':[_0x37ae00(0x1fa),_0x58ea85&&_0x37ae00(0x580)][_0x37ae00(0x345)](Boolean)[_0x37ae00(0x59b)]('\x20'),[Ta]:'true'}),_0x23b3a2(_0x37ae00(0x50c),{'ref':_0x5f0d77,'className':[_0x37ae00(0x2eb),_0x58ea85&&_0x37ae00(0x580)]['filter'](Boolean)[_0x37ae00(0x59b)]('\x20'),[wa]:_0x37ae00(0x228)})]}),_0x23b3a2(_0x37ae00(0x50c),{'ref':_0x43d091,'className':[_0x37ae00(0x20b),_0x5c8303&&_0x37ae00(0x580)][_0x37ae00(0x345)](Boolean)['join']('\x20'),'data-embed-float-interaction-gate':_0x37ae00(0x228)})]}),_0x3a8a6b(_0x37ae00(0x50c),{'ref':_0x5cc548,'className':_0x37ae00(0x650),'data-embed-float-stage':_0x2bbabc,'data-embed-id':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)],'children':[_0x23b3a2(_0x37ae00(0x50c),{'ref':_0x54465c,'className':_0x37ae00(0x3c1),[Ea]:_0x37ae00(0x228)}),_0x23b3a2(_0x37ae00(0x50c),{'ref':_0x838f84,'className':_0x37ae00(0x4d6),[Da]:'true'}),_0x23b3a2(fs,{'hostUnitId':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x489)],'embedId':_0x2fb6e2==null?void 0x0:_0x2fb6e2[_0x37ae00(0x332)]}),_0x23b3a2(_0x37ae00(0x3c2),{'ref':_0x102e98,'type':_0x37ae00(0x3c2),'className':[_0x37ae00(0x21c),_0x52b53d?_0x37ae00(0x5a8):'univer-hidden'][_0x37ae00(0x345)](Boolean)[_0x37ae00(0x59b)]('\x20'),'data-embed-float-drag-handle':_0x37ae00(0x228),'children':_0x23b3a2(_0x3b56df,{'className':_0x37ae00(0x2b5)})})]})]});}function Cs(_0x2c3046){const _0x10d483=_0x3f5fcc;let _0x2cf729=_0x2c3046==null?void 0x0:_0x2c3046[_0x10d483(0x640)]['ref'];if(_0x2cf729)try{let _0x2fe9bf=typeof _0x2cf729==_0x10d483(0x5a4)?_0x37d127(_0x2cf729):_0x2cf729;return{'childUnitId':_0x2fe9bf[_0x10d483(0x192)][_0x10d483(0x196)],'childType':_0x436cf0(_0x2fe9bf[_0x10d483(0x192)][_0x10d483(0x28c)])};}catch{return;}}function ws(_0x19cc93,_0x42c209){const _0x15c858=_0x3f5fcc;var _0x32b575,_0x1babba;if(js(_0x19cc93))return Ts(_0x19cc93,_0x42c209);let _0x46d1f2=js(_0x19cc93)?0x0:0x28,_0x1538ea=[_0x19cc93[_0x15c858(0x618)](),(_0x32b575=_0x19cc93[_0x15c858(0x2e2)](_0x15c858(0x259)))==null?void 0x0:_0x32b575[_0x15c858(0x618)]()][_0x15c858(0x345)](_0x59e778=>!!_0x59e778),_0x5a36bc=[(_0x1babba=document[_0x15c858(0x2e2)](_0x15c858(0x1f4)+_0x19cc93[_0x15c858(0x5f2)][_0x15c858(0x332)]+'\x22]'))==null?void 0x0:_0x1babba['getBoundingClientRect']()][_0x15c858(0x345)](_0x44ff9a=>!!_0x44ff9a);return _0x1538ea[_0x15c858(0x268)](_0x41fc3a=>_0x42c209[_0x15c858(0x4f9)]>=_0x41fc3a[_0x15c858(0x4bf)]&&_0x42c209[_0x15c858(0x4f9)]<=_0x41fc3a[_0x15c858(0x375)]&&_0x42c209[_0x15c858(0x58b)]>=_0x41fc3a[_0x15c858(0x5a9)]&&_0x42c209[_0x15c858(0x58b)]<=_0x41fc3a['bottom'])||_0x5a36bc[_0x15c858(0x268)](_0x3e43c7=>_0x42c209[_0x15c858(0x4f9)]>=_0x3e43c7[_0x15c858(0x4bf)]&&_0x42c209[_0x15c858(0x4f9)]<=_0x3e43c7[_0x15c858(0x375)]&&_0x42c209[_0x15c858(0x58b)]>=_0x3e43c7['top']-_0x46d1f2&&_0x42c209[_0x15c858(0x58b)]<=_0x3e43c7['bottom']);}function Ts(_0x22c24d,_0x14a330){const _0x5beb56=_0x3f5fcc;var _0x29ad2b,_0x46eebe,_0x24f27d,_0x445502,_0x4a941b;let _0x59e444=_0x22c24d['dataset'][_0x5beb56(0x332)],_0x3b49e7=[(_0x29ad2b=_0x22c24d[_0x5beb56(0x2e2)](_0x5beb56(0x390)))==null?void 0x0:_0x29ad2b['getBoundingClientRect'](),(_0x46eebe=_0x22c24d[_0x5beb56(0x2e2)]('.univer-embed-float-dom__live-content'))==null?void 0x0:_0x46eebe[_0x5beb56(0x618)]()]['filter'](_0x209595=>!!_0x209595&&_0x209595[_0x5beb56(0x576)]>0x0&&_0x209595[_0x5beb56(0x35c)]>0x0),_0x5ec329=document[_0x5beb56(0x2e2)](_0x5beb56(0x1f4)+_0x59e444+'\x22]'),_0x5b24d4=[_0x5ec329==null||(_0x24f27d=_0x5ec329[_0x5beb56(0x2e2)](_0x5beb56(0x552)))==null?void 0x0:_0x24f27d[_0x5beb56(0x618)](),_0x5ec329==null||(_0x445502=_0x5ec329[_0x5beb56(0x2e2)](_0x5beb56(0x226)))==null?void 0x0:_0x445502[_0x5beb56(0x618)](),_0x5ec329==null||(_0x4a941b=_0x5ec329['querySelector'](_0x5beb56(0x2af)))==null?void 0x0:_0x4a941b[_0x5beb56(0x618)]()]['filter'](_0x35e9a4=>!!_0x35e9a4&&_0x35e9a4[_0x5beb56(0x576)]>0x0&&_0x35e9a4[_0x5beb56(0x35c)]>0x0),_0x2c50d7=Array['from'](document[_0x5beb56(0x426)]('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x5beb56(0x345)](_0x2dc1cf=>_0x2dc1cf[_0x5beb56(0x5f2)]['embedId']===_0x59e444)[_0x5beb56(0x533)](_0x5a64de=>_0x5a64de[_0x5beb56(0x618)]())[_0x5beb56(0x345)](_0xc0866=>_0xc0866['width']>0x0&&_0xc0866['height']>0x0);return[..._0x3b49e7,..._0x5b24d4,..._0x2c50d7]['some'](_0x3f0d52=>_0x14a330[_0x5beb56(0x4f9)]>=_0x3f0d52[_0x5beb56(0x4bf)]&&_0x14a330[_0x5beb56(0x4f9)]<=_0x3f0d52['right']&&_0x14a330[_0x5beb56(0x58b)]>=_0x3f0d52[_0x5beb56(0x5a9)]&&_0x14a330[_0x5beb56(0x58b)]<=_0x3f0d52[_0x5beb56(0x635)]);}function Es(_0x180eeb,_0x26c5f2,_0x2b3ee4,_0x879795){const _0x305924=_0x3f5fcc;let _0x37a487=_0x2b3ee4?'':_0x305924(0x5e1),_0x33b9ea=_0x180eeb['querySelector'](_0x305924(0x259)),_0x61d824=_0x180eeb[_0x305924(0x2e2)](_0x305924(0x301)),_0x8a3c29=_0x180eeb[_0x305924(0x2e2)](_0x305924(0x390)),_0x1d7599=_0x180eeb[_0x305924(0x2e2)]('.univer-embed-float-dom__live-content'),_0x16f057=_0x180eeb['querySelector']('.univer-embed-float-dom__interaction-gate'),_0x3c01b4=_0x26c5f2==null?void 0x0:_0x26c5f2['querySelector'](_0x305924(0x469)),_0x4701c2=_0x26c5f2==null?void 0x0:_0x26c5f2['querySelector'](_0x305924(0x3b9));if(_0x3c01b4==null||_0x3c01b4[_0x305924(0x56f)][_0x305924(0x290)]('pointer-events',_0x305924(0x5e1)),_0x4701c2==null||_0x4701c2[_0x305924(0x56f)][_0x305924(0x290)](_0x305924(0x4d1),_0x305924(0x5e1)),js(_0x180eeb)){_0x33b9ea==null||_0x33b9ea[_0x305924(0x56f)][_0x305924(0x290)](_0x305924(0x4d1),_0x305924(0x5e1)),_0x61d824==null||_0x61d824[_0x305924(0x56f)][_0x305924(0x290)](_0x305924(0x4d1),_0x305924(0x5e1)),_0x8a3c29==null||_0x8a3c29['style'][_0x305924(0x290)]('pointer-events',_0x2b3ee4?_0x305924(0x495):'none'),_0x1d7599==null||_0x1d7599['style'][_0x305924(0x290)]('pointer-events','none'),_0x16f057==null||_0x16f057[_0x305924(0x56f)]['setProperty']('pointer-events','none');return;}_0x33b9ea==null||_0x33b9ea[_0x305924(0x56f)][_0x305924(0x297)]('pointer-events'),_0x61d824==null||_0x61d824[_0x305924(0x56f)][_0x305924(0x290)](_0x305924(0x4d1),_0x37a487),_0x8a3c29==null||_0x8a3c29[_0x305924(0x56f)][_0x305924(0x297)]('pointer-events'),_0x1d7599==null||_0x1d7599[_0x305924(0x56f)][_0x305924(0x297)](_0x305924(0x4d1)),_0x16f057==null||_0x16f057[_0x305924(0x56f)][_0x305924(0x290)](_0x305924(0x4d1),_0x37a487);}function Ds(_0x2aa4aa,_0x1da079,_0x149e13,_0x44eda2){const _0x4b9a72=_0x3f5fcc;let _0x4a049e=_0x1da079&&_0x44eda2!==_0x4b9a72(0x628),_0x2d4fe6=_0x4a049e?'':_0x4b9a72(0x24f),_0x2f34e0=_0x4a049e?'':'none',_0x3bc3ef=_0x149e13&&_0x44eda2==='stage1',_0x253647=_0x3bc3ef?'':_0x4b9a72(0x24f),_0x401d72=_0x3bc3ef?'':_0x4b9a72(0x5e1),_0xdb7e26=_0x1da079&&_0x44eda2===_0x4b9a72(0x628)?'':_0x4b9a72(0x24f),_0x48dd8f=_0x2aa4aa==null?void 0x0:_0x2aa4aa['querySelector'](_0x4b9a72(0x226)),_0x21a669=_0x2aa4aa==null?void 0x0:_0x2aa4aa[_0x4b9a72(0x2e2)](_0x4b9a72(0x2af)),_0x5b794c=[_0x2aa4aa==null?void 0x0:_0x2aa4aa['querySelector'](_0x4b9a72(0x469)),_0x2aa4aa==null?void 0x0:_0x2aa4aa[_0x4b9a72(0x2e2)]('[data-embed-popup-root]')];_0x48dd8f==null||_0x48dd8f[_0x4b9a72(0x56f)][_0x4b9a72(0x290)]('visibility',_0x2d4fe6),_0x48dd8f==null||_0x48dd8f[_0x4b9a72(0x56f)][_0x4b9a72(0x290)]('pointer-events',_0x2f34e0),_0x21a669==null||_0x21a669[_0x4b9a72(0x56f)][_0x4b9a72(0x290)](_0x4b9a72(0x22b),_0x253647),_0x21a669==null||_0x21a669[_0x4b9a72(0x56f)][_0x4b9a72(0x290)]('pointer-events',_0x401d72),_0x5b794c[_0x4b9a72(0x3e7)](_0x1d1504=>{const _0x46dd81=_0x4b9a72;_0x1d1504==null||_0x1d1504[_0x46dd81(0x56f)][_0x46dd81(0x290)](_0x46dd81(0x22b),_0xdb7e26),_0x1d1504==null||_0x1d1504[_0x46dd81(0x56f)][_0x46dd81(0x290)](_0x46dd81(0x4d1),'none'),_0x44eda2!==_0x46dd81(0x628)&&(_0x1d1504==null||_0x1d1504['removeAttribute']('data-embed-runtime-focus-role'),_0x1d1504==null||_0x1d1504[_0x46dd81(0x426)](_0x46dd81(0x38b))[_0x46dd81(0x3e7)](_0x27fbb8=>{const _0x456866=_0x46dd81;_0x27fbb8[_0x456866(0x1ca)](_0x456866(0x438));}));});}function Os(_0x2b24c5,_0x58aeb7,_0x1d6591){const _0x5db236=_0x3f5fcc;let _0x16f61b=Math['max'](_0x58aeb7[_0x5db236(0x4bf)],_0x1d6591['left']),_0x398908=Math[_0x5db236(0x56c)](_0x58aeb7[_0x5db236(0x375)],_0x1d6591['right']),_0x3f70ed=Math['max'](0x0,_0x16f61b-_0x58aeb7[_0x5db236(0x4bf)]),_0x2f801e=Math[_0x5db236(0x20c)](0x1,_0x398908-_0x16f61b||Math[_0x5db236(0x56c)](_0x1d6591['width'],_0x58aeb7[_0x5db236(0x576)]));_0x2b24c5[_0x5db236(0x56f)][_0x5db236(0x290)](_0x5db236(0x50b),_0x3f70ed+'px'),_0x2b24c5[_0x5db236(0x56f)]['setProperty'](_0x5db236(0x3c7),_0x2f801e+'px');}function ks(_0x501951){const _0x41921d=_0x3f5fcc;_0x501951['style'][_0x41921d(0x297)](_0x41921d(0x50b)),_0x501951[_0x41921d(0x56f)][_0x41921d(0x297)](_0x41921d(0x3c7));}function As(_0x437c96){const _0x2368e1=_0x3f5fcc;let _0x57f7a5=Ms(_0x437c96)?_0x437c96[_0x2368e1(0x2e2)]('.univer-embed-float-dom__content'):null,_0x29c2ef=_0x57f7a5==null?void 0x0:_0x57f7a5['getBoundingClientRect']();return _0x29c2ef&&_0x29c2ef['width']>0x0&&_0x29c2ef['height']>0x0?Fs(_0x29c2ef,_0x437c96):Fs(_0x437c96[_0x2368e1(0x618)](),_0x437c96);}function js(_0x1c8444){const _0xa33ede=_0x3f5fcc;return!!_0x1c8444[_0xa33ede(0x4e5)](_0xa33ede(0x315));}function Ms(_0x3291a6){const _0x17d76a=_0x3f5fcc;return js(_0x3291a6)||!!_0x3291a6[_0x17d76a(0x4e5)](_0x17d76a(0x626));}const Ns=0x18,Ps=0x28;function Fs(_0x592f77,_0xa3fdd0){const _0x3d1991=_0x3f5fcc;var _0x72e19c;let _0x2440a8=Is(_0xa3fdd0,_0x592f77);if(!_0x2440a8&&_0x592f77[_0x3d1991(0x5a9)]>=0x0&&_0x592f77[_0x3d1991(0x4bf)]>=0x0)return _0x592f77;let _0x3a38d0=(_0x72e19c=_0x2440a8==null?void 0x0:_0x2440a8[_0x3d1991(0x618)]())==null?new DOMRect(0x0,0x0,window[_0x3d1991(0x5a2)],window[_0x3d1991(0x586)]):_0x72e19c,_0x3839fc=Math[_0x3d1991(0x20c)](_0x592f77[_0x3d1991(0x4bf)],_0x3a38d0[_0x3d1991(0x4bf)]),_0x481886=Math[_0x3d1991(0x20c)](_0x592f77[_0x3d1991(0x5a9)],_0x3a38d0['top']),_0x4a71cb=Math[_0x3d1991(0x56c)](_0x592f77[_0x3d1991(0x375)],_0x3a38d0[_0x3d1991(0x375)]),_0x47b27b=Math[_0x3d1991(0x56c)](_0x592f77[_0x3d1991(0x635)],_0x3a38d0[_0x3d1991(0x635)]);return _0x4a71cb<=_0x3839fc||_0x47b27b<=_0x481886?new DOMRect(_0x3839fc,_0x481886,0x0,0x0):new DOMRect(_0x3839fc,_0x481886,_0x4a71cb-_0x3839fc,_0x47b27b-_0x481886);}function Is(_0x387f19,_0x503b27){const _0x2bc86b=_0x3f5fcc;let _0x1bb6e2=_0x387f19[_0x2bc86b(0x68a)];for(;_0x1bb6e2&&_0x1bb6e2!==document['body']&&_0x1bb6e2!==document[_0x2bc86b(0x389)];){if(lc(_0x1bb6e2)&&!Ls(_0x1bb6e2,_0x503b27))return _0x1bb6e2;_0x1bb6e2=_0x1bb6e2['parentElement'];}return null;}function Ls(_0x3dbce9,_0x156e91){const _0x4e791f=_0x3f5fcc;let _0x2ae190=_0x3dbce9['getBoundingClientRect']();return _0x2ae190[_0x4e791f(0x576)]<=0x0||_0x2ae190['height']<=0x0?!0x0:Math['abs'](_0x2ae190[_0x4e791f(0x4bf)]-_0x156e91[_0x4e791f(0x4bf)])<0x1&&Math[_0x4e791f(0x4f2)](_0x2ae190[_0x4e791f(0x5a9)]-_0x156e91[_0x4e791f(0x5a9)])<0x1&&Math[_0x4e791f(0x4f2)](_0x2ae190[_0x4e791f(0x576)]-_0x156e91[_0x4e791f(0x576)])<0x1&&Math[_0x4e791f(0x4f2)](_0x2ae190[_0x4e791f(0x35c)]-_0x156e91[_0x4e791f(0x35c)])<0x1;}function Rs(_0x1ef499){const _0x2352e0=_0x3f5fcc;return typeof window<'u'&&typeof window[_0x2352e0(0x620)]==_0x2352e0(0x1b2)?window[_0x2352e0(0x620)](_0x1ef499):globalThis[_0x2352e0(0x2bb)](_0x1ef499,0x0);}function zs(_0x146399){const _0x5b5c99=_0x3f5fcc;if(typeof _0x146399==_0x5b5c99(0x1ec)&&typeof window<'u'&&typeof window[_0x5b5c99(0x608)]==_0x5b5c99(0x1b2)){window[_0x5b5c99(0x608)](_0x146399);return;}globalThis[_0x5b5c99(0x393)](_0x146399);}function Bs(_0x3892cd,_0x4295da,_0x36c487,_0x5f0f1f){const _0xb551e8=_0x3f5fcc;_0x5f0f1f[_0xb551e8(0x51a)][_0xb551e8(0x3e7)](zs),_0x5f0f1f[_0xb551e8(0x51a)]=[],_0x3892cd[_0xb551e8(0x2ad)]({'embedId':_0x4295da,'reason':_0x36c487});let _0x5a14f2=_0x320e9e=>{let _0x30e274=Rs(()=>{const _0x2b6f67=_0x2e56;_0x5f0f1f[_0x2b6f67(0x51a)]=_0x5f0f1f[_0x2b6f67(0x51a)][_0x2b6f67(0x345)](_0x21e608=>_0x21e608!==_0x30e274),_0x3892cd[_0x2b6f67(0x2ad)]({'embedId':_0x4295da,'reason':_0x36c487}),_0x320e9e>0x1&&_0x5a14f2(_0x320e9e-0x1);});_0x5f0f1f['current']['push'](_0x30e274);};_0x5a14f2(0x2);}function Vs(_0xe2e79e,_0x51d899,_0x596725){const _0x24a005=_0x3f5fcc;if(Us(_0x51d899))return!0x1;let _0x2662cf=_0x51d899==null?void 0x0:_0x51d899[_0x24a005(0x669)];return!(_0x2662cf instanceof Node&&_0xe2e79e[_0x24a005(0x452)](_0x2662cf)||_0x2662cf instanceof HTMLElement&&_0x2662cf[_0x24a005(0x4e5)](_0x24a005(0x4e7))||_0x51d899 instanceof WheelEvent&&(Ks(_0x51d899)||qs(_0x596725,_0x51d899)));}function Hs(_0xf0e90b){const _0x3122ca=_0x3f5fcc;return _0xf0e90b instanceof WheelEvent?Math[_0x3122ca(0x4f2)](_0xf0e90b[_0x3122ca(0x27c)])>=Math[_0x3122ca(0x4f2)](_0xf0e90b['deltaX']):(_0xf0e90b==null?void 0x0:_0xf0e90b[_0x3122ca(0x28c)])==='scroll';}function Us(_0x5bf8db){return!!_0x5bf8db&&_0x5bf8db[hs]instanceof WheelEvent;}function Ws(_0x14e1dd){const _0x31e662=_0x3f5fcc;Object[_0x31e662(0x243)](_0x14e1dd,gs,{'configurable':!0x0,'value':!0x0});}function Gs(_0x4b7cb2){return!!_0x4b7cb2[gs];}function Ks(_0x4d3149){for(let _0x19839f of _s['values']())if(qs(_0x19839f,_0x4d3149))return!0x0;return!0x1;}function qs(_0x214255,_0xe036a0){const _0x42488f=_0x3f5fcc;let {left:_0x40646a,top:_0x15574a,width:_0x10197f,height:_0x403991}=_0x214255;return!Number[_0x42488f(0x68b)](_0x40646a)||!Number['isFinite'](_0x15574a)||!Number[_0x42488f(0x68b)](_0x10197f)||!Number[_0x42488f(0x68b)](_0x403991)||(_0x10197f==null?0x0:_0x10197f)<=0x0||(_0x403991==null?0x0:_0x403991)<=0x0?!0x1:_0xe036a0[_0x42488f(0x4f9)]>=_0x40646a&&_0xe036a0['clientX']<=_0x40646a+_0x10197f&&_0xe036a0['clientY']>=_0x15574a&&_0xe036a0[_0x42488f(0x58b)]<=_0x15574a+_0x403991;}function Js(_0x11a9a3){const _0x6c3608=_0x3f5fcc;if(!_0x11a9a3||typeof _0x11a9a3!=_0x6c3608(0x47f))return;let _0x511208=_0x11a9a3;if(!(_0x511208[_0x6c3608(0x252)]!==0x1||!_0x511208[_0x6c3608(0x332)]||!_0x511208[_0x6c3608(0x380)]))return _0x511208;}function Ys(_0xd561eb){const _0x25f72d=_0x3f5fcc;var _0x11d120,_0x279fcd;let _0x535c3a=((_0x11d120=_0xd561eb['sourceMeta'])==null?void 0x0:_0x11d120[_0x25f72d(0x5ec)])||void 0x0;if(_0x535c3a&&typeof _0x535c3a==_0x25f72d(0x47f)&&_0x535c3a[_0x25f72d(0x570)])return _0x535c3a['layout'];let _0x4c4895=((_0x279fcd=_0xd561eb[_0x25f72d(0x1d1)])==null?void 0x0:_0x279fcd[_0x25f72d(0x281)])||void 0x0;return _0x4c4895&&typeof _0x4c4895=='object'&&_0x4c4895['enabled']?'tab-peer':void 0x0;}function Xs(_0x24c1f3,_0x1725f7){const _0x125157=_0x3f5fcc;var _0x503be5;let _0x11dfdb=(_0x503be5=hc(_0x1725f7,_0x24c1f3[_0x125157(0x4f9)],_0x24c1f3['clientY']))==null?_0x1725f7:_0x503be5;if(_0x11dfdb===_0x1725f7&&!_0x1725f7[_0x125157(0x452)](_0x11dfdb))return!0x1;let _0x54bdc7=fc(_0x24c1f3,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x24c1f3['clientX'],'clientY':_0x24c1f3['clientY'],'ctrlKey':_0x24c1f3[_0x125157(0x1e1)],'deltaMode':_0x24c1f3['deltaMode'],'deltaX':_0x24c1f3[_0x125157(0x609)],'deltaY':_0x24c1f3[_0x125157(0x27c)],'deltaZ':_0x24c1f3[_0x125157(0x1d2)],'metaKey':_0x24c1f3[_0x125157(0x3fd)],'shiftKey':_0x24c1f3[_0x125157(0x67b)]});return _0x11dfdb[_0x125157(0x2b7)](_0x54bdc7),_0x54bdc7[_0x125157(0x5dd)];}function Zs(_0x5db617,_0x73a52){const _0x234b65=_0x3f5fcc;var _0x41c890;let _0x40ab85=vc((_0x41c890=hc(_0x73a52,_0x5db617[_0x234b65(0x4f9)],_0x5db617[_0x234b65(0x58b)]))==null?_0x73a52:_0x41c890,_0x73a52,_0x5db617);return _0x40ab85?yc(_0x5db617,_0x40ab85):!0x1;}function Qs(_0x1c6a94,_0x2751d7){const _0x71bbe3=_0x3f5fcc;let _0x22a4aa=ic(_0x1c6a94);if(!_0x22a4aa)return dc(_0x1c6a94[_0x71bbe3(0x53b)][_0x71bbe3(0x5b4)],_0x1c6a94,_0x2751d7);if(!uc(_0x22a4aa))return dc(_0x22a4aa,_0x1c6a94,_0x2751d7);let _0x348b20=_0x22a4aa[_0x71bbe3(0x2d5)];return _0x22a4aa['scrollTop']+=_0x2751d7['deltaY'],_0x22a4aa['scrollTop']!==_0x348b20;}function $s(_0x26bb75,_0x58e5c6,_0x4ca439){const _0x36f969=_0x3f5fcc;var _0x5caa40;return _0x4ca439||((_0x5caa40=_0x26bb75['descriptor'][_0x36f969(0x1d1)])==null?void 0x0:_0x5caa40[_0x36f969(0x26c)])===_0x36f969(0x68e)?rc(_0x58e5c6):as(_0x26bb75[_0x36f969(0x570)],_0x58e5c6);}function ec(_0x35387c,_0x52bdf8){return js(_0x35387c)&&nc(_0x52bdf8);}function tc(_0x47af6e){const _0x18a303=_0x3f5fcc;return _0x47af6e[_0x18a303(0x609)]||(_0x47af6e[_0x18a303(0x67b)]?_0x47af6e[_0x18a303(0x27c)]:0x0);}function nc(_0x38c618){const _0x1a001d=_0x3f5fcc;if(_0x38c618['ctrlKey']||_0x38c618[_0x1a001d(0x3fd)])return!0x1;let _0x34a656=tc(_0x38c618),_0x5be0d9=_0x38c618[_0x1a001d(0x67b)]?0x0:_0x38c618[_0x1a001d(0x27c)];return Math['abs'](_0x34a656)>Math['abs'](_0x5be0d9);}function rc(_0x59e415){const _0x4d8037=_0x3f5fcc;return _0x59e415['shiftKey']||_0x59e415[_0x4d8037(0x1e1)]||_0x59e415[_0x4d8037(0x3fd)]?!0x1:Math[_0x4d8037(0x4f2)](_0x59e415['deltaY'])>Math[_0x4d8037(0x4f2)](_0x59e415[_0x4d8037(0x609)]);}function ic(_0x42fb04){const _0x1ffbea=_0x3f5fcc;let _0x478b16=_0x42fb04[_0x1ffbea(0x68a)];for(;_0x478b16&&_0x478b16!==document[_0x1ffbea(0x5b4)]&&_0x478b16!==document[_0x1ffbea(0x389)];){if(_0x478b16[_0x1ffbea(0x191)]>_0x478b16[_0x1ffbea(0x4ea)]&&lc(_0x478b16))return _0x478b16;_0x478b16=_0x478b16[_0x1ffbea(0x68a)];}return null;}function ac(_0x649da2,_0xbf7bbc){const _0x162079=_0x3f5fcc;let _0x277adf=_0x649da2['closest']('[data-embed-docs-custom-block-sheet-like=\x22true\x22]'),_0x222a9e=_0x277adf?window[_0x162079(0x5b6)](_0x277adf):void 0x0,_0x12cc1e=cc(_0x222a9e==null?void 0x0:_0x222a9e[_0x162079(0x1e9)](_0x162079(0x463)));return Math[_0x162079(0x20c)](0x1,_0x12cc1e==null?_0xbf7bbc:_0x12cc1e);}function oc(_0x967341,_0x27e820){const _0x380b6a=_0x3f5fcc;var _0x828661,_0x3ba4f4;let _0x33a984=_0x967341[_0x380b6a(0x4e5)](_0x380b6a(0x315)),_0x52545f=_0x33a984?window[_0x380b6a(0x5b6)](_0x33a984):void 0x0,_0x4dbe16=cc(_0x52545f==null?void 0x0:_0x52545f['getPropertyValue'](_0x380b6a(0x601))),_0x4b6ae8=(_0x828661=_0x967341['querySelector'](_0x380b6a(0x259)))==null?void 0x0:_0x828661['getBoundingClientRect']()['height'];return Math[_0x380b6a(0x20c)](0x1,(_0x3ba4f4=_0x4dbe16==null?sc(_0x4b6ae8):_0x4dbe16)==null?_0x27e820:_0x3ba4f4);}function sc(_0x3eaaad){const _0x287c63=_0x3f5fcc;return typeof _0x3eaaad==_0x287c63(0x1ec)&&Number[_0x287c63(0x68b)](_0x3eaaad)&&_0x3eaaad>0x0?_0x3eaaad:void 0x0;}function cc(_0x489685){const _0x22f98d=_0x3f5fcc;if(!_0x489685)return;let _0x28e59d=Number[_0x22f98d(0x514)](_0x489685);return Number['isFinite'](_0x28e59d)&&_0x28e59d>0x0?_0x28e59d:void 0x0;}function lc(_0x52c795){const _0x514df7=_0x3f5fcc;let _0x2796f7=window[_0x514df7(0x5b6)](_0x52c795);return _0x2796f7['overflow']===_0x514df7(0x495)||_0x2796f7[_0x514df7(0x60d)]===_0x514df7(0x4de)||_0x2796f7[_0x514df7(0x60d)]===_0x514df7(0x24f)||_0x2796f7[_0x514df7(0x66b)]===_0x514df7(0x495)||_0x2796f7[_0x514df7(0x66b)]===_0x514df7(0x4de)||_0x2796f7[_0x514df7(0x66b)]===_0x514df7(0x24f);}function uc(_0x2f4339){const _0x5d836b=_0x3f5fcc;let _0x596ba3=window[_0x5d836b(0x5b6)](_0x2f4339);return _0x596ba3['overflow']===_0x5d836b(0x495)||_0x596ba3[_0x5d836b(0x60d)]===_0x5d836b(0x4de)||_0x596ba3[_0x5d836b(0x66b)]===_0x5d836b(0x495)||_0x596ba3['overflowY']==='scroll';}function dc(_0x595e93,_0x35c37e,_0x582e44){const _0x14f690=_0x3f5fcc;let _0x4efef3=Array[_0x14f690(0x392)](_0x595e93[_0x14f690(0x426)](_0x14f690(0x210)))[_0x14f690(0x1f2)](_0x48ba64=>!_0x35c37e[_0x14f690(0x452)](_0x48ba64));if(!_0x4efef3)return!0x1;let _0x26f18d=pc(_0x4efef3,_0x35c37e,_0x582e44);return _0x4efef3[_0x14f690(0x2b7)](fc(_0x582e44,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x26f18d[_0x14f690(0x4f9)],'clientY':_0x26f18d[_0x14f690(0x58b)],'ctrlKey':_0x582e44[_0x14f690(0x1e1)],'deltaMode':_0x582e44[_0x14f690(0x61e)],'deltaX':_0x582e44[_0x14f690(0x609)],'deltaY':_0x582e44[_0x14f690(0x27c)],'deltaZ':_0x582e44['deltaZ'],'metaKey':_0x582e44[_0x14f690(0x3fd)],'shiftKey':_0x582e44[_0x14f690(0x67b)]})),!0x0;}function fc(_0x11771a,_0x1ee5ec){const _0x5316f8=_0x3f5fcc;let _0x4b6cbc=new WheelEvent('wheel',_0x1ee5ec);return Object[_0x5316f8(0x243)](_0x4b6cbc,hs,{'configurable':!0x0,'value':_0x11771a}),_0x4b6cbc;}function pc(_0x5ccf4d,_0x12ef93,_0x3c87c9){const _0x2e92cd=_0x3f5fcc;var _0x30cc3d;if(!_c(_0x12ef93,_0x3c87c9[_0x2e92cd(0x4f9)],_0x3c87c9[_0x2e92cd(0x58b)]))return{'clientX':_0x3c87c9[_0x2e92cd(0x4f9)],'clientY':_0x3c87c9['clientY']};let _0x269a44=_0x5ccf4d[_0x2e92cd(0x618)](),_0x256877=Math[_0x2e92cd(0x56c)](0x18,Math[_0x2e92cd(0x20c)](0x4,Math['min'](_0x269a44[_0x2e92cd(0x576)],_0x269a44['height'])/0x8)),_0x273daa=[{'clientX':_0x269a44[_0x2e92cd(0x4bf)]+_0x256877,'clientY':_0x269a44['top']+_0x256877},{'clientX':_0x269a44['right']-_0x256877,'clientY':_0x269a44[_0x2e92cd(0x5a9)]+_0x256877},{'clientX':_0x269a44[_0x2e92cd(0x4bf)]+_0x256877,'clientY':_0x269a44[_0x2e92cd(0x635)]-_0x256877},{'clientX':_0x269a44[_0x2e92cd(0x375)]-_0x256877,'clientY':_0x269a44[_0x2e92cd(0x635)]-_0x256877},{'clientX':_0x269a44[_0x2e92cd(0x4bf)]+_0x269a44[_0x2e92cd(0x576)]/0x2,'clientY':_0x269a44['top']+_0x269a44[_0x2e92cd(0x35c)]/0x2}];return(_0x30cc3d=_0x273daa['find'](_0x3a2c27=>!_c(_0x12ef93,_0x3a2c27['clientX'],_0x3a2c27[_0x2e92cd(0x58b)])))==null?_0x273daa[0x0]:_0x30cc3d;}function mc(_0x379b9c,_0x14139b,_0x572f86){const _0x1346bf=_0x3f5fcc;return Math[_0x1346bf(0x20c)](_0x14139b,Math['min'](_0x572f86,_0x379b9c));}function hc(_0x1b1ce5,_0x36066,_0x16f163){if(!_c(_0x1b1ce5,_0x36066,_0x16f163))return null;let _0x152c1b=gc(_0x1b1ce5,_0x36066,_0x16f163);if(_0x152c1b)return _0x152c1b;let _0xcc57ca=_0x1b1ce5,_0x59d935=_0x3fadec=>{const _0x16ce9c=_0x2e56;let _0x505e6f=Array[_0x16ce9c(0x392)](_0x3fadec['children']);for(let _0x31b6d7=_0x505e6f[_0x16ce9c(0x203)]-0x1;_0x31b6d7>=0x0;_0x31b6d7--){let _0x3d7649=_0x505e6f[_0x31b6d7];if(!(!(_0x3d7649 instanceof HTMLElement)||!_c(_0x3d7649,_0x36066,_0x16f163))){_0xcc57ca=_0x3d7649,_0x59d935(_0x3d7649);return;}}};return _0x59d935(_0x1b1ce5),_0xcc57ca;}function gc(_0x186587,_0x240a97,_0x440eb3){const _0x282f3c=_0x3f5fcc;let _0x2f3346=_0x186587[_0x282f3c(0x53b)]['elementsFromPoint'];if(typeof _0x2f3346!=_0x282f3c(0x1b2))return null;let _0x4c7fa6=_0x2f3346[_0x282f3c(0x3c8)](_0x186587[_0x282f3c(0x53b)],_0x240a97,_0x440eb3)[_0x282f3c(0x1f2)](_0x29a744=>_0x29a744 instanceof HTMLElement&&_0x186587[_0x282f3c(0x452)](_0x29a744));return _0x4c7fa6==null?null:_0x4c7fa6;}function _c(_0x2b25ee,_0x31ae5e,_0x578eac){const _0x2e0fe2=_0x3f5fcc;let _0x378fd7=_0x2b25ee[_0x2e0fe2(0x618)]();return _0x31ae5e>=_0x378fd7['left']&&_0x31ae5e<=_0x378fd7[_0x2e0fe2(0x375)]&&_0x578eac>=_0x378fd7[_0x2e0fe2(0x5a9)]&&_0x578eac<=_0x378fd7[_0x2e0fe2(0x635)];}function vc(_0x47f50f,_0x4faf27,_0xb2fc70){const _0x189785=_0x3f5fcc;let _0x164e01=_0xb2fc70['deltaX']||(_0xb2fc70[_0x189785(0x67b)]?_0xb2fc70[_0x189785(0x27c)]:0x0),_0x264fd6=_0xb2fc70[_0x189785(0x67b)]?0x0:_0xb2fc70[_0x189785(0x27c)],_0x28f2e1=_0x47f50f;for(;_0x28f2e1&&_0x4faf27[_0x189785(0x452)](_0x28f2e1);){if(Ac(_0x28f2e1,_0x164e01,_0x264fd6))return _0x28f2e1;_0x28f2e1=_0x28f2e1[_0x189785(0x68a)];}return Ac(_0x4faf27,_0x164e01,_0x264fd6)?_0x4faf27:null;}function yc(_0x266562,_0x297a8b){const _0x50e525=_0x3f5fcc;let _0x326733=_0x266562[_0x50e525(0x609)]||(_0x266562['shiftKey']?_0x266562['deltaY']:0x0),_0xdea6f4=_0x266562[_0x50e525(0x67b)]?0x0:_0x266562[_0x50e525(0x27c)],_0x52402c=_0x297a8b[_0x50e525(0x55b)],_0xdfa937=_0x297a8b['scrollTop'];return _0x326733&&(_0x297a8b[_0x50e525(0x55b)]+=_0x326733),_0xdea6f4&&(_0x297a8b['scrollTop']+=_0xdea6f4),_0x297a8b['scrollLeft']!==_0x52402c||_0x297a8b['scrollTop']!==_0xdfa937;}function bc(..._0x2b1fab){const _0x2cc00e=_0x3f5fcc;return _0x2b1fab[_0x2cc00e(0x345)](_0x9b2c0e=>!!_0x9b2c0e&&_0x9b2c0e[_0x2cc00e(0x66f)]);}function xc(_0x1aa9aa,_0x15712d){const _0x30ade9=_0x3f5fcc;if(_0x15712d instanceof HTMLCanvasElement&&_0x1aa9aa['some'](_0x41c904=>_0x41c904['contains'](_0x15712d)))return _0x15712d;for(let _0x52bd94 of _0x1aa9aa){let _0x47ee75=_0x52bd94[_0x30ade9(0x2e2)](_0x30ade9(0x210));if(_0x47ee75)return _0x47ee75;}return null;}function Sc(_0x3ebbde){const _0x4ba3e1=_0x3f5fcc;return _0x3ebbde!==_0x52a08f['UNIVER_SHEET']&&_0x3ebbde!==_0x52a08f[_0x4ba3e1(0x40c)]&&_0x3ebbde!==_0x52a08f[_0x4ba3e1(0x1dc)];}function Cc(_0x38baf9){const _0x14fa81=_0x3f5fcc;let _0x2038d4=wc(_0x38baf9);return _0x2038d4==='child-editor'||_0x2038d4===_0x14fa81(0x311)||_0x2038d4===_0x14fa81(0x5c0);}function wc(_0x2e416d){const _0x302d09=_0x3f5fcc;var _0x99d576;if(!(_0x2e416d instanceof HTMLElement))return;let _0x54f61e=(_0x99d576=_0x2e416d[_0x302d09(0x4e5)](_0x302d09(0x38b)))==null?void 0x0:_0x99d576[_0x302d09(0x506)](Y);return Dc(_0x54f61e)?_0x54f61e:void 0x0;}function Tc(_0x39f6b0){const _0x4eb89b=_0x3f5fcc;let {stage:_0x52775e,isOwnedChildInteraction:_0x3be9a9}=_0x39f6b0;return _0x52775e===_0x4eb89b(0x628)&&_0x3be9a9;}function Ec(_0x1d5586){return _0x1d5586['now']<_0x1d5586['ownedPointerInteractionUntil'];}function Dc(_0x14cc4f){const _0x3244ee=_0x3f5fcc;return _0x14cc4f===_0x3244ee(0x277)||_0x14cc4f===_0x3244ee(0x378)||_0x14cc4f==='child-editor'||_0x14cc4f===_0x3244ee(0x311)||_0x14cc4f==='floating-menu';}function Oc(_0x1af41e){const _0x960aa0=_0x3f5fcc;return _0x1af41e['id']==='univer-doc-main-canvas'||_0x1af41e['id'][_0x960aa0(0x491)](_0x960aa0(0x4ce))||_0x1af41e['id'][_0x960aa0(0x491)]('univer-doc-selection-container-docs-')||_0x1af41e[_0x960aa0(0x4e5)]('#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]')!=null;}function kc(_0x2d5fef,_0x201fd6){const _0x4b2b48=_0x3f5fcc;if(!_0x2d5fef||_0x201fd6['length']===0x0)return;let _0x5c4165=_0x201fd6[0x0]['ownerDocument']['activeElement'];_0x5c4165 instanceof HTMLElement&&(_0x201fd6[_0x4b2b48(0x268)](_0x592d5e=>_0x592d5e['contains'](_0x5c4165))||_0x5c4165[_0x4b2b48(0x4e5)](_0x4b2b48(0x3d4)+_0x2d5fef+'\x22]')!=null)&&_0x5c4165[_0x4b2b48(0x238)]();}function Ac(_0x55b354,_0x4e436c,_0x32e9cf){const _0x150d17=_0x3f5fcc;let _0x1845f7=_0x4e436c!==0x0&&_0x55b354['scrollWidth']>_0x55b354[_0x150d17(0x46d)]&&(_0x4e436c<0x0?_0x55b354[_0x150d17(0x55b)]>0x0:_0x55b354[_0x150d17(0x55b)]+_0x55b354['clientWidth']<_0x55b354['scrollWidth']),_0x33d3b7=_0x32e9cf!==0x0&&_0x55b354[_0x150d17(0x191)]>_0x55b354['clientHeight']&&(_0x32e9cf<0x0?_0x55b354['scrollTop']>0x0:_0x55b354[_0x150d17(0x2d5)]+_0x55b354['clientHeight']<_0x55b354['scrollHeight']);return _0x1845f7||_0x33d3b7;}function jc(_0x214480){let {injector:_0x19d783,children:_0x46e25e,mountContainer:_0x474ad7,embedId:_0x5899e5}=_0x214480;return _0x23b3a2(_0x37f599(()=>_0x38cf09(Mc,_0x19d783),[_0x19d783]),{'injector':_0x19d783,'mountContainer':_0x474ad7,'embedId':_0x5899e5,'children':_0x46e25e});}function Mc(_0x5a4080){const _0x10642c=_0x3f5fcc;let {injector:_0x43dbd1,children:_0x40a837,mountContainer:_0x2c97be,embedId:_0x56d265}=_0x5a4080,_0x3ed3af=_0x192f09(_0x12b8de),_0x47d3dd=_0x37f599(()=>_0x43dbd1[_0x10642c(0x4ec)](_0x19f2b9)?_0x43dbd1[_0x10642c(0x613)](_0x19f2b9):void 0x0,[_0x43dbd1]),[_0x3684e1,_0x3f67ee]=_0x2ce260(_0x3ed3af[_0x10642c(0x222)]()),[_0x33b3ce,_0x4cdb86]=_0x2ce260(_0x3ed3af[_0x10642c(0x309)]()),_0x50f549=Nc(_0x47d3dd),_0xaacd67=_0x37f599(()=>_0x2c97be!==void 0x0||typeof document>'u'?null:document['createElement']('div'),[_0x2c97be]),_0x10aa57=_0x2c97be===void 0x0?_0xaacd67:_0x2c97be;return _0x56360b(()=>{const _0x10c17c=_0x10642c;if(_0xaacd67)return document[_0x10c17c(0x5b4)][_0x10c17c(0x274)](_0xaacd67),()=>{const _0x44a6ef=_0x10c17c;document[_0x44a6ef(0x5b4)][_0x44a6ef(0x53d)](_0xaacd67);};},[_0xaacd67]),_0x56360b(()=>{const _0xe97ec9=_0x10642c;let _0x33c1bd=[_0x3ed3af[_0xe97ec9(0x53a)][_0xe97ec9(0x2ae)](()=>{_0x3f67ee(_0x3ed3af['getLocales']());}),_0x3ed3af[_0xe97ec9(0x233)][_0xe97ec9(0x2ae)](()=>{const _0xdf93ad=_0xe97ec9;_0x4cdb86(_0x3ed3af[_0xdf93ad(0x309)]());})];return()=>{const _0x4aac5c=_0xe97ec9;_0x33c1bd[_0x4aac5c(0x3e7)](_0x4fb7e1=>_0x4fb7e1[_0x4aac5c(0x44a)]());};},[_0x3ed3af]),_0x56360b(()=>{const _0xfe1036=_0x10642c;let _0xbfae58=_0x10aa57;_0xbfae58&&_0xbfae58[_0xfe1036(0x654)](_0xfe1036(0x4b2),_0x33b3ce);},[_0x33b3ce,_0x10aa57]),_0x56360b(()=>{const _0x2e5a11=_0x10642c;let _0x5721d7=_0x10aa57;if(!_0x5721d7||!_0x56d265)return;let _0x270438=_0x5721d7[_0x2e5a11(0x506)](J);return _0x5721d7['setAttribute'](J,_0x56d265),()=>{if(_0x270438==null){_0x5721d7['removeAttribute'](J);return;}_0x5721d7['setAttribute'](J,_0x270438);};},[_0x56d265,_0x10aa57]),_0x23b3a2(_0x137cc3,{'locale':_0x3684e1==null?void 0x0:_0x3684e1[_0x10642c(0x572)],'direction':_0x33b3ce,'mountContainer':_0x10aa57,'children':_0x23b3a2('div',{'className':_0x4a3bee(_0x10642c(0x1bb),{'univer-dark':_0x50f549}),'data-embed-runtime-provider':_0x10642c(0x228),'children':_0x40a837})});}function Nc(_0x1091ac){return _0x3cc6c2(_0x41d725=>{const _0x31010f=_0x2e56;if(!_0x1091ac)return()=>{};let _0x44e00c=_0x1091ac[_0x31010f(0x4be)][_0x31010f(0x2ae)](()=>_0x41d725());return()=>_0x44e00c[_0x31010f(0x44a)]();},()=>{const _0x4f0299=_0x2e56;var _0x3dcd28;return(_0x3dcd28=_0x1091ac==null?void 0x0:_0x1091ac[_0x4f0299(0x4b4)])==null?!0x1:_0x3dcd28;},()=>!0x1);}const Pc=_0x3f5fcc(0x66d),Fc={};var Ic=_0x3f5fcc(0x466),Lc=_0x3f5fcc(0x1bc);const Rc=new WeakMap(),zc=new WeakMap(),Bc=new WeakMap();function Vc(_0x273028){const _0xf5e5bc=_0x3f5fcc;let _0x11eeba=Rc[_0xf5e5bc(0x613)](_0x273028);if(_0x11eeba){var _0x2d8fac;return Bc[_0xf5e5bc(0x360)](_0x11eeba,((_0x2d8fac=Bc[_0xf5e5bc(0x613)](_0x11eeba))==null?0x0:_0x2d8fac)+0x1),_0x11eeba;}let _0x26a3fb={'render':_0x404a45=>_0x1e07a4(_0x404a45,_0x273028)};return Rc[_0xf5e5bc(0x360)](_0x273028,_0x26a3fb),zc[_0xf5e5bc(0x360)](_0x26a3fb,_0x273028),Bc[_0xf5e5bc(0x360)](_0x26a3fb,0x0),_0x26a3fb;}function Hc(_0xa63bfc){const _0x3cc01b=_0x3f5fcc;var _0x2e98dd;let _0x3cadcd=zc[_0x3cc01b(0x613)](_0xa63bfc),_0x4a4ce9=(_0x2e98dd=Bc[_0x3cc01b(0x613)](_0xa63bfc))==null?0x0:_0x2e98dd;globalThis['setTimeout'](()=>{const _0x1940ad=_0x3cc01b;var _0x17d4a2;_0x3cadcd&&Rc[_0x1940ad(0x613)](_0x3cadcd)!==_0xa63bfc||((_0x17d4a2=Bc[_0x1940ad(0x613)](_0xa63bfc))==null?0x0:_0x17d4a2)===_0x4a4ce9&&(_0x3cadcd&&(Rc[_0x1940ad(0x627)](_0x3cadcd),zc['delete'](_0xa63bfc)),Bc[_0x1940ad(0x627)](_0xa63bfc),_0x3cadcd&&_0x48d55c(_0x3cadcd));},0x0);}function Uc(_0x372c91){const _0x4de597=_0x3f5fcc;let {container:_0x3b40ae,portalContainer:_0x11399f,injector:_0x518a01,childType:_0x135c20,childUnitId:_0x3a7c96,embedId:_0x1fef7b,menuSchema:_0x491bad,menuTitlePrefix:_0x362c73,activeRibbonTab:_0x13e2ac,headerMenu:_0x5bfe7f=!0x1,toolbarOnly:_0x2ea033,ribbonHeaderClassName:_0x543fb8,scopedActionServiceTokens:_0x49a782}=_0x372c91;if(_0x491bad!=null&&typeof _0x491bad!=_0x4de597(0x47f))return;let _0x531c83=Wc(_0x518a01,{'childType':_0x135c20,'childUnitId':_0x3a7c96,'embedId':_0x1fef7b,'menuSchema':_0x491bad,'menuTitlePrefix':_0x362c73,'activeRibbonTab':_0x13e2ac,'scopedActionServiceTokens':_0x49a782}),_0x439174=Vc(_0x3b40ae);return _0x439174['render'](_0x546c84(jc,{'injector':_0x531c83[_0x4de597(0x2b3)],'mountContainer':_0x11399f==null?_0x3b40ae:_0x11399f,'embedId':_0x1fef7b},_0x546c84(_0x16068c,{'ribbonType':'classic','headerMenu':_0x5bfe7f,'toolbarOnly':_0x2ea033,'headerClassName':_0x543fb8}))),_0x5b1d76(()=>{const _0x508717=_0x4de597;Hc(_0x439174),_0x531c83['disposable'][_0x508717(0x5a6)]();});}function Wc(_0x805f9f,_0xe5e976){const _0x4f6bc4=_0x3f5fcc;let {childType:_0x4c23e3,childUnitId:_0x48b82f,embedId:_0x39abf0,menuSchema:_0x252f80,menuTitlePrefix:_0x53319d,activeRibbonTab:_0x2bca01,scopedActionServiceTokens:_0x14dd9d}=_0xe5e976,_0x269473=_0x805f9f[_0x4f6bc4(0x613)](_0x4973db),_0xd67a1b=Yc(_0x269473,_0x4c23e3,_0x48b82f),_0x1eb661=new Set(_0x14dd9d==null?[]:_0x14dd9d),_0x52cadf=new WeakMap(),_0x3ef686,_0x1e0bad=$c(_0x805f9f[_0x4f6bc4(0x613)](_0x4c2aa7),_0x269473,_0x4c23e3,_0x48b82f,_0x39abf0,()=>_0x3ef686),_0x2395b1=_0x48b82f&&_0x805f9f[_0x4f6bc4(0x4ec)](_0x3fb6b6)?Xc(_0x805f9f[_0x4f6bc4(0x613)](_0x3fb6b6),_0x4c23e3):void 0x0,_0x27aa5f=new Map([[_0x4973db,_0xd67a1b],[_0x4c2aa7,_0x1e0bad]]);_0x2395b1&&_0x27aa5f['set'](_0x3fb6b6,_0x2395b1),_0x1eb661[_0x4f6bc4(0x3e7)](_0x3f0d55=>{const _0x42b31f=_0x4f6bc4;_0x48b82f&&_0x805f9f[_0x42b31f(0x4ec)](_0x3f0d55)&&_0x27aa5f[_0x42b31f(0x360)](_0x3f0d55,el(_0x805f9f[_0x42b31f(0x613)](_0x3f0d55),_0x269473,_0x4c23e3,_0x48b82f,_0x39abf0,()=>_0x3ef686,_0x52cadf));}),_0x3ef686=vo(_0x805f9f,_0x27aa5f);let _0x2d9cf4,_0x4e5acd,_0xd8ee7c={};if(_0x252f80&&typeof _0x252f80=='object'){let _0x13af0f=new _0xb704a7(_0x3ef686,_0x805f9f[_0x4f6bc4(0x613)](_0x5dcf41));_0x13af0f[_0x4f6bc4(0x5c6)](qc(_0x252f80,_0x53319d,_0x805f9f)),_0x2d9cf4=_0x13af0f,_0x4e5acd=_0x13af0f;}else{let _0x53690c=_0x805f9f[_0x4f6bc4(0x613)](_0x14bf5f),_0x23edae=_0x53690c[_0x4f6bc4(0x468)];_0x2d9cf4=typeof _0x23edae==_0x4f6bc4(0x1b2)?_0x23edae[_0x4f6bc4(0x3c8)](_0x53690c,_0x3ef686):_0x53690c;}let _0x1bada2=new _0x4084fb(_0x2d9cf4,_0xd67a1b);_0xd8ee7c[_0x4f6bc4(0x51a)]=_0x1bada2,_0x2bca01&&_0x1bada2[_0x4f6bc4(0x331)](_0x2bca01);let _0x58b982=_0x53319d?Gc(_0x1bada2,_0x53319d,_0x805f9f):_0x1bada2;return _0x3ef686[_0x4f6bc4(0x3d8)]([_0x14bf5f,{'useValue':_0x2d9cf4}]),_0x3ef686[_0x4f6bc4(0x3d8)]([_0x31daae,{'useValue':_0x58b982}]),{'injector':_0x3ef686,'ribbonService':_0x58b982,'disposable':_0x5b1d76(()=>{const _0x5caca9=_0x4f6bc4;var _0x36936d;(_0x36936d=_0xd8ee7c['current'])==null||_0x36936d['dispose'](),_0x4e5acd==null||_0x4e5acd[_0x5caca9(0x5a6)](),_0x3ef686[_0x5caca9(0x5a6)]();})};}function Gc(_0x94707b,_0x25a67a,_0x1f6ac2){const _0x42fc1e=_0x3f5fcc;let _0x32cf9e;try{_0x32cf9e=_0x1f6ac2[_0x42fc1e(0x613)](_0x12b8de);}catch{_0x32cf9e=void 0x0;}return{'ribbon$':_0x94707b['ribbon$']['pipe'](_0xc48fa5(_0x309697=>_0x309697['map'](_0x2be54f=>Kc(_0x2be54f,_0x25a67a,_0x32cf9e)))),'activatedTab$':_0x94707b['activatedTab$'],'collapsedIds$':_0x94707b[_0x42fc1e(0x2f9)],'fakeToolbarVisible$':_0x94707b[_0x42fc1e(0x48b)],'setActivatedTab':_0x1e19ab=>_0x94707b[_0x42fc1e(0x331)](_0x1e19ab),'showContextualTab':(_0xeb7191,_0x279a93)=>_0x94707b[_0x42fc1e(0x3f0)](_0xeb7191,_0x279a93),'hideContextualTab':_0x2aa64d=>_0x94707b['hideContextualTab'](_0x2aa64d),'hideAllContextualTabs':()=>_0x94707b[_0x42fc1e(0x38f)](),'setCollapsedIds':_0x1724a4=>_0x94707b['setCollapsedIds'](_0x1724a4),'setFakeToolbarVisible':_0x35c946=>_0x94707b['setFakeToolbarVisible'](_0x35c946)};}function Kc(_0x2437e9,_0x3280ff,_0xa291f6){const _0x34d70f=_0x3f5fcc;var _0x5c708e;let _0x3f156d=_0x2437e9[_0x34d70f(0x25a)]||_0x2437e9['key'],_0x3de218=(_0x5c708e=_0xa291f6==null?void 0x0:_0xa291f6['t'](_0x3f156d))==null?_0x3f156d:_0x5c708e;return{..._0x2437e9,'title':_0x3280ff+_0x34d70f(0x501)+_0x3de218};}function qc(_0x371026,_0x38afc6,_0x2678bc){const _0x591cdb=_0x3f5fcc;if(!_0x38afc6||!_0x371026||typeof _0x371026!='object')return _0x371026;let _0x3142a7=Jc(_0x371026),_0x44e27c=_0x3142a7[_0x136cbb[_0x591cdb(0x361)]];if(!_0x44e27c||typeof _0x44e27c!='object')return _0x3142a7;let _0x28cf20;try{_0x28cf20=_0x2678bc[_0x591cdb(0x613)](_0x12b8de);}catch{_0x28cf20=void 0x0;}return Object[_0x591cdb(0x5fb)](_0x44e27c)[_0x591cdb(0x3e7)](_0x450f95=>{const _0x537e20=_0x591cdb;var _0x110f50;if(!_0x450f95||typeof _0x450f95!=_0x537e20(0x47f))return;let _0x300555=_0x450f95,_0x17706e=_0x300555[_0x537e20(0x25a)];_0x17706e&&(_0x300555['title']=_0x38afc6+_0x537e20(0x501)+((_0x110f50=_0x28cf20==null?void 0x0:_0x28cf20['t'](_0x17706e))==null?_0x17706e:_0x110f50));}),_0x3142a7;}function Jc(_0x4ba052){const _0x43e2f3=_0x3f5fcc;return!_0x4ba052||typeof _0x4ba052!=_0x43e2f3(0x47f)?_0x4ba052:Array[_0x43e2f3(0x4b9)](_0x4ba052)?_0x4ba052['map'](_0x2df727=>Jc(_0x2df727)):Object['fromEntries'](Object[_0x43e2f3(0x405)](_0x4ba052)[_0x43e2f3(0x533)](([_0x491c9f,_0x4cce3b])=>[_0x491c9f,Jc(_0x4cce3b)]));}function Yc(_0x277ed2,_0x282695,_0x520c3f){const _0x17a2f2=_0x3f5fcc;let _0x35b386=()=>_0x520c3f?_0x277ed2['getUnit'](_0x520c3f,_0x282695):null,_0x2c659d=_0x520c3f?_0x1e6243(_0x1e79ed(_0x520c3f),_0x277ed2[_0x17a2f2(0x574)](_0x282695)[_0x17a2f2(0x4fd)](_0xc48fa5(()=>_0x520c3f)),_0x277ed2[_0x17a2f2(0x2e5)](_0x282695)[_0x17a2f2(0x4fd)](_0xc48fa5(()=>_0x520c3f))):_0x277ed2[_0x17a2f2(0x282)];return{'unitAdded$':_0x277ed2[_0x17a2f2(0x558)],'getTypeOfUnitAdded$':(..._0x30f4d3)=>_0x277ed2[_0x17a2f2(0x574)](..._0x30f4d3),'__addUnit':(..._0x5ecbb)=>_0x277ed2[_0x17a2f2(0x247)](..._0x5ecbb),'unitDisposed$':_0x277ed2[_0x17a2f2(0x395)],'getTypeOfUnitDisposed$':(..._0x173400)=>_0x277ed2['getTypeOfUnitDisposed$'](..._0x173400),'focused$':_0x2c659d,get 'focused'(){const _0x2cbd57=_0x17a2f2;var _0x3e6b50;return(_0x3e6b50=_0x35b386())==null?_0x277ed2[_0x2cbd57(0x507)]():_0x3e6b50;},'focusUnit':(..._0x234922)=>_0x277ed2['focusUnit'](..._0x234922),'getFocusedUnit':()=>{const _0x5e6dbf=_0x17a2f2;var _0x4a09e4;return(_0x4a09e4=_0x35b386())==null?_0x277ed2[_0x5e6dbf(0x507)]():_0x4a09e4;},'getCurrentUnitOfType':_0x6b98a4=>_0x6b98a4===_0x282695&&_0x520c3f?_0x35b386():_0x277ed2[_0x17a2f2(0x1f0)](_0x6b98a4),'setCurrentUnitForType':(..._0x14f08d)=>_0x277ed2[_0x17a2f2(0x27e)](..._0x14f08d),'getCurrentTypeOfUnit$':_0x47a037=>_0x47a037!==_0x282695||!_0x520c3f?_0x277ed2[_0x17a2f2(0x472)](_0x47a037):_0x1e6243(_0x1e79ed(void 0x0),_0x277ed2[_0x17a2f2(0x574)](_0x282695),_0x277ed2[_0x17a2f2(0x2e5)](_0x282695))[_0x17a2f2(0x4fd)](_0xc48fa5(()=>_0x35b386())),'createUnit':(..._0x38b496)=>_0x277ed2[_0x17a2f2(0x2ed)](..._0x38b496),'getUnitCreateOptions':(..._0x280bd1)=>_0x277ed2[_0x17a2f2(0x679)](..._0x280bd1),'disposeUnit':(..._0x3a6fe4)=>_0x277ed2[_0x17a2f2(0x521)](..._0x3a6fe4),'registerCtorForType':(..._0x2698b3)=>_0x277ed2[_0x17a2f2(0x578)](..._0x2698b3),'changeDoc':(..._0x190a4c)=>_0x277ed2[_0x17a2f2(0x338)](..._0x190a4c),'getUnit':(..._0x112cc8)=>_0x277ed2[_0x17a2f2(0x212)](..._0x112cc8),'getAllUnitsForType':(..._0x537a2f)=>_0x277ed2['getAllUnitsForType'](..._0x537a2f),'getUnitType':(..._0x417d93)=>_0x277ed2['getUnitType'](..._0x417d93),'getUniverSheetInstance':(..._0x2d5016)=>_0x277ed2[_0x17a2f2(0x5de)](..._0x2d5016)};}function Xc(_0x495bc5,_0x4219f5){const _0x3b03b6=_0x3f5fcc;return{'contextChanged$':_0x495bc5[_0x3b03b6(0x5d8)],'getContextValue':_0x4fde67=>{let _0x5dd8f4=Zc(_0x4fde67,_0x4219f5);return _0x5dd8f4==null?_0x495bc5['getContextValue'](_0x4fde67):_0x5dd8f4;},'setContextValue':(_0x46a5f4,_0x54e2ee)=>_0x495bc5[_0x3b03b6(0x457)](_0x46a5f4,_0x54e2ee),'subscribeContextValue$':_0x2de0f1=>{const _0x290e48=_0x3b03b6;let _0x4e5ab4=Zc(_0x2de0f1,_0x4219f5);return _0x4e5ab4==null?_0x495bc5[_0x290e48(0x455)](_0x2de0f1):_0x1e79ed(_0x4e5ab4);}};}function Zc(_0x3788d0,_0x12e5b4){if(_0x3788d0===_0x3e3552)return!0x0;if(_0x3788d0===_0x3e99f6||_0x3788d0===_0x13c51a||_0x3788d0===_0xb3c8db)return _0x3788d0===Qc(_0x12e5b4);}function Qc(_0x4b6885){const _0x300774=_0x3f5fcc;if(_0x4b6885===_0x52a08f[_0x300774(0x31d)])return _0x3e99f6;if(_0x4b6885===_0x52a08f[_0x300774(0x40c)])return _0x13c51a;if(_0x4b6885===_0x52a08f[_0x300774(0x2f7)])return _0xb3c8db;}function $c(_0x28766b,_0x16ae60,_0x3f380d,_0x1090bf,_0x5017e0,_0x5c3650){const _0xb2eaf9=_0x3f5fcc;return _0x1090bf?{'disposed':()=>_0x28766b[_0xb2eaf9(0x206)](),'hasCommand':_0x1adecb=>_0x28766b['hasCommand'](_0x1adecb),'registerCommand':(..._0x493381)=>_0x28766b['registerCommand'](..._0x493381),'unregisterCommand':_0x5cd7ce=>_0x28766b['unregisterCommand'](_0x5cd7ce),'registerMultipleCommand':(..._0x575b89)=>_0x28766b[_0xb2eaf9(0x46b)](..._0x575b89),'executeCommand':async(..._0x580b98)=>{const _0x2af071=_0xb2eaf9;let _0x258dc0=_0x16ae60[_0x2af071(0x1f0)](_0x3f380d);try{return _0x16ae60[_0x2af071(0x27e)](_0x1090bf),await _0x28766b[_0x2af071(0x48d)](_0x580b98[0x0],_0x580b98[0x1],_0x580b98[0x2]);}finally{il(_0x16ae60,_0x1090bf,_0x258dc0,_0x5017e0,_0x5c3650);}},'syncExecuteCommand':(..._0x4ec749)=>{let _0x2bf6b9=_0x16ae60['getCurrentUnitOfType'](_0x3f380d);try{return _0x16ae60['setCurrentUnitForType'](_0x1090bf),_0x28766b['syncExecuteCommand'](_0x4ec749[0x0],_0x4ec749[0x1],_0x4ec749[0x2]);}finally{il(_0x16ae60,_0x1090bf,_0x2bf6b9,_0x5017e0,_0x5c3650);}},'onCommandExecuted':(..._0x1a11d8)=>_0x28766b[_0xb2eaf9(0x60f)](..._0x1a11d8),'beforeCommandExecuted':(..._0x327c2e)=>_0x28766b[_0xb2eaf9(0x56d)](..._0x327c2e),'onMutationExecutedForCollab':(..._0x6f6763)=>_0x28766b['onMutationExecutedForCollab'](..._0x6f6763)}:_0x28766b;}function el(_0x312dca,_0x1ca15d,_0x34b507,_0x5db1aa,_0x1a3794,_0x598f93,_0x16348a){const _0x3447e8=_0x3f5fcc;if(typeof _0x312dca!='object'&&typeof _0x312dca!=_0x3447e8(0x1b2)||_0x312dca==null)return _0x312dca;let _0x28beb7=_0x312dca,_0x935158=_0x16348a==null?void 0x0:_0x16348a[_0x3447e8(0x613)](_0x28beb7);if(_0x935158)return _0x935158;let _0x43cc38={..._0x28beb7};return tl(_0x28beb7,_0x43cc38,_0x1ca15d,_0x34b507,_0x5db1aa,_0x1a3794,_0x598f93),_0x16348a==null||_0x16348a[_0x3447e8(0x360)](_0x28beb7,_0x43cc38),_0x43cc38;}function tl(_0xa955d7,_0x22cc9e,_0x3a35b4,_0x8f0dfd,_0xbd5ff2,_0x86f9f2,_0x43798d){const _0xf69316=_0x3f5fcc;let _0x3a6a5d=_0x574ebb=>{const _0x4f3fe1=_0x2e56;if(_0x574ebb===_0x4f3fe1(0x3dc))return;let _0x50b308=_0xa955d7[_0x574ebb];if(typeof _0x50b308!=_0x4f3fe1(0x1b2))return;let _0x2bcdbb=_0x22cc9e;_0x2bcdbb[_0x574ebb]=(..._0x2b15db)=>nl(_0x3a35b4,_0x8f0dfd,_0xbd5ff2,_0x86f9f2,_0x43798d,()=>_0x50b308[_0x4f3fe1(0x3dd)](_0xa955d7,_0x2b15db));};Object[_0xf69316(0x433)](_0xa955d7)[_0xf69316(0x3e7)](_0x3a6a5d);let _0x28876c=Object[_0xf69316(0x358)](_0xa955d7);_0x28876c&&_0x28876c!==Object[_0xf69316(0x30c)]&&Object['getOwnPropertyNames'](_0x28876c)[_0xf69316(0x3e7)](_0x3a6a5d);}function nl(_0x27dac3,_0x187f8d,_0x1e3e88,_0x16c39e,_0x553f74,_0x2f7754){const _0x4fd025=_0x3f5fcc;let _0x6eed42=_0x27dac3[_0x4fd025(0x1f0)](_0x187f8d),_0x44c591;try{_0x27dac3[_0x4fd025(0x27e)](_0x1e3e88),_0x44c591=_0x2f7754();}catch(_0x48cd3b){throw il(_0x27dac3,_0x1e3e88,_0x6eed42,_0x16c39e,_0x553f74),_0x48cd3b;}return rl(_0x44c591)?_0x44c591['finally'](()=>{il(_0x27dac3,_0x1e3e88,_0x6eed42,_0x16c39e,_0x553f74);}):(il(_0x27dac3,_0x1e3e88,_0x6eed42,_0x16c39e,_0x553f74),_0x44c591);}function rl(_0x564b8e){const _0x2a9b99=_0x3f5fcc;return!!(_0x564b8e&&typeof _0x564b8e[_0x2a9b99(0x497)]=='function');}function il(_0x3a8ad8,_0x4d3789,_0x22f641,_0x201164,_0x555df7){const _0x1dac47=_0x3f5fcc;if(al(_0x201164,_0x555df7)){var _0x534a41;_0x3a8ad8[_0x1dac47(0x27e)](_0x4d3789),(_0x534a41=_0x3a8ad8[_0x1dac47(0x2ee)])==null||_0x534a41['call'](_0x3a8ad8,_0x4d3789);return;}_0x22f641&&_0x3a8ad8[_0x1dac47(0x27e)](_0x22f641['getUnitId']());}function al(_0x592a92,_0x20c366){const _0x44f045=_0x3f5fcc;let _0x2a2047=_0x20c366==null?void 0x0:_0x20c366();return!_0x592a92||!(_0x2a2047!=null&&_0x2a2047[_0x44f045(0x4ec)](X))?!0x1:_0x2a2047[_0x44f045(0x613)](X)[_0x44f045(0x25d)](_0x592a92);}const ol=new WeakMap();let sl=0x0;function cl(_0x2ca706,_0xbbb808){const _0xbc4f53=_0x3f5fcc;if(!_0x2ca706[_0xbc4f53(0x4ec)](fl))return ul(_0x2ca706,_0xbbb808);let _0x3da144=_0x2ca706[_0xbc4f53(0x613)](fl);if(!(_0xbbb808['id']&&_0x3da144[_0xbc4f53(0x2a7)](_0xbbb808[_0xbc4f53(0x5ca)],_0xbbb808[_0xbc4f53(0x402)])['some'](_0x3e05bc=>_0x3e05bc['id']===_0xbbb808['id'])))return _0x3da144[_0xbc4f53(0x4aa)](_0xbbb808);}function ll(_0x101ac7){const _0x4bf223=_0x3f5fcc;if(!_0x101ac7[_0x4bf223(0x4ec)](fl))return;let _0x263cd3=ol[_0x4bf223(0x613)](_0x101ac7);_0x263cd3!=null&&_0x263cd3[_0x4bf223(0x579)]&&([..._0x263cd3[_0x4bf223(0x5fb)]()]['sort']((_0x5f0233,_0x10c04b)=>_0x5f0233['index']-_0x10c04b[_0x4bf223(0x481)])['forEach'](({contribution:_0x5dd6c1})=>cl(_0x101ac7,_0x5dd6c1)),ol[_0x4bf223(0x627)](_0x101ac7));}function ul(_0x11df23,_0x476dc8){const _0x238351=_0x3f5fcc;var _0x400ebd;let _0x424480={'contribution':_0x476dc8,'index':sl++},_0x5ca574=dl(_0x476dc8,_0x424480[_0x238351(0x481)]),_0x148790=_0x11df23,_0x25ae1f=(_0x400ebd=ol['get'](_0x148790))==null?new Map():_0x400ebd;return _0x25ae1f[_0x238351(0x360)](_0x5ca574,_0x424480),ol[_0x238351(0x360)](_0x148790,_0x25ae1f),_0x5b1d76(()=>{const _0x50fdce=_0x238351;let _0x10e48e=ol['get'](_0x148790);(_0x10e48e==null?void 0x0:_0x10e48e[_0x50fdce(0x613)](_0x5ca574))===_0x424480&&_0x10e48e['delete'](_0x5ca574);});}function dl(_0x509ea1,_0x948e26){const _0x3b7310=_0x3f5fcc;let _0x7a4d3c=ml(_0x509ea1);return _0x509ea1['id']?_0x509ea1['childType']+':'+_0x7a4d3c+':'+_0x509ea1['id']:_0x509ea1[_0x3b7310(0x5ca)]+':'+_0x7a4d3c+_0x3b7310(0x65c)+_0x948e26;}var fl=class{constructor(){K(this,'_contributions',new Map()),K(this,'_nextIndex',0x0);}[_0x3f5fcc(0x4aa)](_0x38a8d7){const _0x4e69aa=_0x3f5fcc;var _0x5d7b3e;let _0x240c96={'contribution':_0x38a8d7,'index':this[_0x4e69aa(0x399)]++},_0x3eeae1=(_0x5d7b3e=this[_0x4e69aa(0x585)][_0x4e69aa(0x613)](_0x38a8d7[_0x4e69aa(0x5ca)]))==null?[]:_0x5d7b3e;return _0x3eeae1[_0x4e69aa(0x4a8)](_0x240c96),_0x3eeae1[_0x4e69aa(0x2fb)](hl),this[_0x4e69aa(0x585)][_0x4e69aa(0x360)](_0x38a8d7[_0x4e69aa(0x5ca)],_0x3eeae1),_0x5b1d76(()=>{const _0xc966b2=_0x4e69aa;let _0x3bc3e4=this[_0xc966b2(0x585)][_0xc966b2(0x613)](_0x38a8d7[_0xc966b2(0x5ca)]);if(!_0x3bc3e4)return;let _0x4d343d=_0x3bc3e4[_0xc966b2(0x345)](_0xd0bd93=>_0xd0bd93!==_0x240c96);_0x4d343d[_0xc966b2(0x203)]?this[_0xc966b2(0x585)]['set'](_0x38a8d7['childType'],_0x4d343d):this['_contributions'][_0xc966b2(0x627)](_0x38a8d7[_0xc966b2(0x5ca)]);});}['get'](_0x3588e2){const _0x570d07=_0x3f5fcc;return this[_0x570d07(0x2a7)](_0x3588e2)[0x0];}[_0x3f5fcc(0x2a7)](_0x205559,_0x435935){const _0x3243ba=_0x3f5fcc;var _0x14d941;return((_0x14d941=this[_0x3243ba(0x585)][_0x3243ba(0x613)](_0x205559))==null?[]:_0x14d941)[_0x3243ba(0x533)](_0xfc72ad=>_0xfc72ad[_0x3243ba(0x2d4)])[_0x3243ba(0x345)](_0x2598bd=>!_0x435935||ml(_0x2598bd)===_0x435935);}['getMergedMenuSchema'](_0x2f65bd,_0x13a5a5=_0x3f5fcc(0x37e)){const _0x4732f1=_0x3f5fcc;let _0x274260=this['getAll'](_0x2f65bd,_0x13a5a5)[_0x4732f1(0x533)](_0x55d741=>_0x55d741['menuSchema'])[_0x4732f1(0x345)](_0x540c9d=>_0x540c9d&&typeof _0x540c9d==_0x4732f1(0x47f));if(_0x274260['length'])return gl(_0x274260);}[_0x3f5fcc(0x232)](_0x511416){const _0x52036a=_0x3f5fcc;var _0x322680,_0x23b333;let _0x401ccb=(_0x322680=_0x511416[_0x52036a(0x402)])==null?_0x52036a(0x37e):_0x322680,_0xa9776b=this[_0x52036a(0x2a7)](_0x511416['childType'],_0x401ccb);if(!_0xa9776b[_0x52036a(0x203)])return;let _0xb27dc7=_0xa9776b[_0x52036a(0x345)](_0x5855a7=>_0x5855a7[_0x52036a(0x232)]);if(_0xb27dc7[_0x52036a(0x203)]){let _0x360180=_0xb27dc7['map'](_0x1f7100=>{const _0x4e14e5=_0x52036a;var _0x5dcac6;return(_0x5dcac6=_0x1f7100['mountMenu'])==null?void 0x0:_0x5dcac6['call'](_0x1f7100,{..._0x511416,'surface':_0x401ccb,'menuSchema':_0x1f7100[_0x4e14e5(0x1e0)],'scopedActionServiceTokens':_0x1f7100[_0x4e14e5(0x450)]});})[_0x52036a(0x345)](_0x269a67=>!!_0x269a67);return _0x5b1d76(()=>{const _0xde76f1=_0x52036a;_0x360180[_0xde76f1(0x3e7)](_0x3b5689=>_0x3b5689[_0xde76f1(0x5a6)]());});}let _0x385ad4=this[_0x52036a(0x3fc)](_0x511416[_0x52036a(0x5ca)],_0x401ccb);if(_0x401ccb===_0x52036a(0x37e))return(_0x23b333=Uc({..._0x511416,'surface':_0x401ccb,'menuSchema':_0x385ad4,'scopedActionServiceTokens':pl(_0xa9776b)}))==null?void 0x0:_0x23b333;}};function pl(_0xf996de){const _0x1a03e2=_0x3f5fcc;let _0x25615a=_0xf996de[_0x1a03e2(0x28b)](_0x33f221=>{var _0x50132c;return(_0x50132c=_0x33f221['scopedActionServiceTokens'])==null?[]:_0x50132c;});return _0x25615a['length']?Array['from'](new Set(_0x25615a)):void 0x0;}function ml(_0x3f2715){const _0x4bf0ed=_0x3f5fcc;var _0x16b0a1;return(_0x16b0a1=_0x3f2715[_0x4bf0ed(0x402)])==null?'ribbon':_0x16b0a1;}function hl(_0x3c272b,_0x53e8e9){const _0x298307=_0x3f5fcc;var _0x2a1156,_0x403691;return((_0x2a1156=_0x3c272b[_0x298307(0x2d4)][_0x298307(0x453)])==null?_0x3c272b[_0x298307(0x481)]:_0x2a1156)-((_0x403691=_0x53e8e9[_0x298307(0x2d4)]['order'])==null?_0x53e8e9[_0x298307(0x481)]:_0x403691)||_0x3c272b[_0x298307(0x481)]-_0x53e8e9[_0x298307(0x481)];}function gl(_0x2cc143){const _0x1be97b=_0x3f5fcc;return _0x2cc143[_0x1be97b(0x61c)]((_0x4c8553,_0x6898e0)=>bl(_0x4c8553,_l(_0x6898e0)),{});}function _l(_0x352d05){const _0x57018d=_0x3f5fcc;if(!Sl(_0x352d05))return _0x352d05;let _0x29302c=new Set(Object[_0x57018d(0x5fb)](_0x4b7d33)),_0x48b8cd=Object[_0x57018d(0x405)](_0x352d05)[_0x57018d(0x345)](([_0x2f8e3c])=>_0x29302c[_0x57018d(0x4ec)](_0x2f8e3c)),_0x159976=Object[_0x57018d(0x405)](_0x352d05)[_0x57018d(0x345)](([_0x23eb8f])=>yl(_0x23eb8f));if(!_0x48b8cd[_0x57018d(0x203)]&&!_0x159976[_0x57018d(0x203)])return _0x352d05;let _0x3787e1={};Object[_0x57018d(0x405)](_0x352d05)['forEach'](([_0x20985e,_0x5d48ea])=>{const _0x99b3b6=_0x57018d;!_0x29302c[_0x99b3b6(0x4ec)](_0x20985e)&&!yl(_0x20985e)&&(_0x3787e1[_0x20985e]=xl(_0x5d48ea));});let _0x3451cc=Sl(_0x3787e1[_0x136cbb['RIBBON']])?_0x3787e1[_0x136cbb[_0x57018d(0x361)]]:{};return _0x48b8cd[_0x57018d(0x3e7)](([_0x380be2,_0x5d92c7])=>{_0x3451cc[_0x380be2]=_0x380be2 in _0x3451cc?bl(_0x3451cc[_0x380be2],_0x5d92c7):xl(_0x5d92c7);}),_0x159976[_0x57018d(0x3e7)](([_0x4be99d,_0x268736])=>{let _0x3c8fe4=yl(_0x4be99d);if(!_0x3c8fe4)return;let _0xdb957e=Sl(_0x3451cc[_0x3c8fe4])?_0x3451cc[_0x3c8fe4]:{};_0xdb957e[_0x4be99d]=_0x4be99d in _0xdb957e?bl(_0xdb957e[_0x4be99d],_0x268736):xl(_0x268736),_0x3451cc[_0x3c8fe4]=_0xdb957e;}),_0x3787e1[_0x136cbb[_0x57018d(0x361)]]=_0x3451cc,_0x3787e1;}const vl=[[Object['values'](_0x421019),_0x4b7d33['START']],[Object[_0x3f5fcc(0x5fb)](_0x51f74c),_0x4b7d33[_0x3f5fcc(0x34e)]],[Object[_0x3f5fcc(0x5fb)](_0x1e75e2),_0x4b7d33[_0x3f5fcc(0x279)]],[Object['values'](_0x3945d7),_0x4b7d33[_0x3f5fcc(0x283)]],[Object['values'](_0x3d47be),_0x4b7d33[_0x3f5fcc(0x2e0)]],[Object[_0x3f5fcc(0x5fb)](_0x3a52bf),_0x4b7d33[_0x3f5fcc(0x619)]]];function yl(_0x4aadd0){const _0x572bfd=_0x3f5fcc;var _0x4b71b5;return(_0x4b71b5=vl[_0x572bfd(0x1f2)](([_0x450917])=>_0x450917[_0x572bfd(0x33b)](_0x4aadd0)))==null?void 0x0:_0x4b71b5[0x1];}function bl(_0x1f2810,_0xe02bbf){const _0x11aa1a=_0x3f5fcc;if(!Sl(_0x1f2810)||!Sl(_0xe02bbf))return xl(_0xe02bbf);let _0x3c1b20={..._0x1f2810};return Object[_0x11aa1a(0x405)](_0xe02bbf)[_0x11aa1a(0x3e7)](([_0x3cac3e,_0x4fbf0b])=>{_0x3c1b20[_0x3cac3e]=_0x3cac3e in _0x3c1b20?bl(_0x3c1b20[_0x3cac3e],_0x4fbf0b):xl(_0x4fbf0b);}),_0x3c1b20;}function xl(_0x51e3e9){const _0xa451dd=_0x3f5fcc;return Array['isArray'](_0x51e3e9)?_0x51e3e9['map'](_0x53ef5d=>xl(_0x53ef5d)):Sl(_0x51e3e9)?Object[_0xa451dd(0x48a)](Object[_0xa451dd(0x405)](_0x51e3e9)[_0xa451dd(0x533)](([_0x409d51,_0x2d4c20])=>[_0x409d51,xl(_0x2d4c20)])):_0x51e3e9;}function Sl(_0x157afd){const _0x11ffb0=_0x3f5fcc;return!!_0x157afd&&typeof _0x157afd==_0x11ffb0(0x47f)&&!Array['isArray'](_0x157afd);}function Cl(){return _0x23b3a2(wl,{});}function wl(){const _0x492fce=_0x3f5fcc;let _0x44e3d2=_0x192f09(_0xbdc958),_0x438eea=_0x192f09(_0x12b8de),_0x168852=_0x192f09(is),_0x24fc75=_0x192f09(cs),_0x15b5f8=_0x13ae41(null),_0x24393c=_0x13ae41(null),_0x1d53bd=_0x13ae41(null),_0x193488=_0x13ae41(null),_0x5f1267=_0x13ae41(null),_0x1d58ba=_0x13ae41(null),_0x45ec3f=_0x13ae41(null),[_0x4c324b,_0x31be6f]=_0x2ce260(()=>_0x24fc75[_0x492fce(0x4d2)]()),[_0x10565c,_0x45bfb4]=_0x2ce260(null);if(_0x56360b(()=>{const _0x3d8dd3=_0x492fce;let _0x8c52f4=_0x24fc75[_0x3d8dd3(0x29d)][_0x3d8dd3(0x2ae)](_0x31be6f);return()=>_0x8c52f4[_0x3d8dd3(0x44a)]();},[_0x24fc75]),_0x56360b(()=>{const _0x136bb9=_0x492fce;var _0x433e3a;let _0x23fcc9=_0x1d53bd[_0x136bb9(0x51a)],_0x2f032c=_0x24393c[_0x136bb9(0x51a)],_0x369c8f=_0x193488[_0x136bb9(0x51a)],_0x49093c=_0x5f1267['current'],_0x202d96=_0x1d58ba[_0x136bb9(0x51a)],_0x117d8a=_0x45ec3f[_0x136bb9(0x51a)];if(!_0x4c324b||!_0x23fcc9||!_0x2f032c||!_0x369c8f||!_0x49093c||!_0x202d96||!_0x117d8a)return;let _0x494ee7=Ol(_0x44e3d2,_0x4c324b[_0x136bb9(0x489)],_0x4c324b[_0x136bb9(0x332)]);if(!(_0x494ee7!=null&&_0x494ee7[_0x136bb9(0x4e8)])||_0x494ee7[_0x136bb9(0x5ca)]==null){_0x23fcc9['dataset']['embedFullscreenStatus']=_0x136bb9(0x18e);return;}let _0x4034af=_0x44e3d2[_0x136bb9(0x613)](qo)[_0x136bb9(0x613)](_0x494ee7[_0x136bb9(0x5ca)]);if(!(_0x4034af!=null&&_0x4034af[_0x136bb9(0x33f)][_0x136bb9(0x33b)](_0x4c324b[_0x136bb9(0x570)]))){_0x23fcc9[_0x136bb9(0x5f2)][_0x136bb9(0x36f)]=_0x136bb9(0x1a3);return;}_0x23fcc9[_0x136bb9(0x5f2)]['embedFullscreenStatus']=_0x136bb9(0x257),_0x23fcc9[_0x136bb9(0x5f2)][_0x136bb9(0x332)]=_0x494ee7['embedId'],_0x23fcc9[_0x136bb9(0x5f2)][_0x136bb9(0x58e)]=_0x494ee7[_0x136bb9(0x4f3)],_0x23fcc9['dataset'][_0x136bb9(0x2d8)]=_0x494ee7[_0x136bb9(0x380)],_0x23fcc9[_0x136bb9(0x5f2)][_0x136bb9(0x385)]=_0x4c324b[_0x136bb9(0x570)],_0x23fcc9['dataset'][_0x136bb9(0x4a2)]=String(_0x494ee7['childType']),_0x23fcc9[_0x136bb9(0x5f2)][_0x136bb9(0x32f)]=_0x494ee7[_0x136bb9(0x4e8)];let _0x159e2f=Oa(_0x23fcc9),_0x49a221=Al(_0x494ee7,_0x4c324b['layout'],{'viewport':_0x23fcc9,'menuSlot':_0x2f032c,'popupSlot':_0x369c8f,'footerSlot':_0x117d8a}),_0x1bcb30={'descriptor':_0x494ee7,'layout':_0x4c324b[_0x136bb9(0x570)],'injector':_0x44e3d2,'hostElement':_0x23fcc9,'container':_0x23fcc9,'renderScope':_0x49a221,'hostUnitId':_0x494ee7[_0x136bb9(0x489)],'embedId':_0x494ee7[_0x136bb9(0x332)],'childUnitId':_0x494ee7['childUnitId'],'childType':_0x494ee7[_0x136bb9(0x5ca)]},{runtimeScope:_0x2bb40a,disposable:_0x5de409}=Ho(_0x1bcb30,()=>{});_0x45bfb4({'embedId':_0x494ee7['embedId'],'injector':_0x2bb40a[_0x136bb9(0x2b3)],'sourceInjector':_0x44e3d2,'popupContainer':_0x2bb40a['roots'][_0x136bb9(0x61b)]});let _0x4437a7={..._0x1bcb30,'runtimeScope':_0x2bb40a},_0x1919b6=jl({'injector':_0x44e3d2,'descriptor':_0x494ee7,'renderScope':_0x49a221,'menuRoot':_0x15b5f8[_0x136bb9(0x51a)],'menuSlot':_0x2f032c,'popupSlot':_0x369c8f,'sidebarSlot':_0x49093c,'rightSidebarSlot':_0x202d96,'footerSlot':_0x117d8a}),_0x1b211a=_0x632a60=>{const _0x24426d=_0x136bb9;var _0x24d19e,_0x542dec;let _0x510758=(_0x632a60==null?void 0x0:_0x632a60[_0x24426d(0x669)])instanceof Element?_0x632a60[_0x24426d(0x669)]:null;_0x510758!=null&&_0x510758[_0x24426d(0x4e5)](_0x24426d(0x2a6))||((_0x24d19e=_0x2bb40a[_0x24426d(0x4c7)])==null||_0x24d19e[_0x24426d(0x27e)](_0x494ee7[_0x24426d(0x4e8)]),(_0x542dec=_0x2bb40a[_0x24426d(0x4c7)])==null||_0x542dec[_0x24426d(0x2ee)](_0x494ee7['childUnitId']),_0x168852[_0x24426d(0x638)](_0x494ee7));};_0x1b211a(),_0x23fcc9['addEventListener']('pointerdown',_0x1b211a,{'capture':!0x0}),_0x23fcc9[_0x136bb9(0x4a0)](_0x136bb9(0x66e),_0x1b211a);let _0x16d0f1=(_0x433e3a=_0x4034af[_0x136bb9(0x2de)])==null?void 0x0:_0x433e3a[_0x136bb9(0x3c8)](_0x4034af,_0x4437a7),_0x19a22f=Nl({'injector':_0x44e3d2,'descriptor':_0x494ee7,'childContext':_0x4437a7,'menuContainer':_0x2f032c});return _0x23fcc9['dataset'][_0x136bb9(0x36f)]=_0x136bb9(0x1f8),()=>{_0x45bfb4(null),Dl(()=>{const _0x1a2ad1=_0x2e56;_0x23fcc9['removeEventListener'](_0x1a2ad1(0x430),_0x1b211a,{'capture':!0x0}),_0x23fcc9[_0x1a2ad1(0x261)](_0x1a2ad1(0x66e),_0x1b211a),_0x19a22f==null||_0x19a22f[_0x1a2ad1(0x5a6)](),_0x16d0f1==null||_0x16d0f1[_0x1a2ad1(0x5a6)](),_0x1919b6[_0x1a2ad1(0x5a6)](),_0x5de409['dispose'](),_0x159e2f[_0x1a2ad1(0x5a6)](),_0x168852[_0x1a2ad1(0x1d5)](_0x494ee7),delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x36f)],delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x332)],delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x58e)],delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x2d8)],delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x385)],delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x4a2)],delete _0x23fcc9[_0x1a2ad1(0x5f2)][_0x1a2ad1(0x32f)],_0x24fc75[_0x1a2ad1(0x1a1)](_0x4c324b);});};},[_0x168852,_0x24fc75,_0x44e3d2,_0x4c324b]),!_0x4c324b)return null;let _0x562ebe=()=>{const _0x36af52=_0x492fce;_0x24fc75[_0x36af52(0x45c)](_0x4c324b['embedId']);},_0x267752=_0x438eea['t'](_0x492fce(0x5cb));return _0x3a8a6b(_0x492fce(0x50c),{'className':_0x492fce(0x61f),'data-embed-fullscreen-shell':_0x492fce(0x228),'children':[_0x3a8a6b(_0x492fce(0x50c),{'ref':_0x15b5f8,'className':_0x492fce(0x2e1),'data-embed-fullscreen-menu':_0x492fce(0x228),'children':[_0x3a8a6b('div',{'className':_0x492fce(0x483),'data-embed-fullscreen-header':'true','children':[_0x23b3a2(_0x492fce(0x346),{'className':_0x492fce(0x511),'children':kl(_0x44e3d2,_0x4c324b[_0x492fce(0x5ca)])}),_0x3a8a6b(_0x2fbc76,{'type':_0x492fce(0x3c2),'size':_0x492fce(0x240),'variant':_0x492fce(0x43c),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':_0x492fce(0x228),'onClick':_0x562ebe,'children':[_0x23b3a2(_0x3dfb62,{}),_0x23b3a2('span',{'children':_0x267752})]})]}),_0x23b3a2('div',{'ref':_0x24393c,'className':_0x492fce(0x359),'data-embed-fullscreen-menu-slot':_0x492fce(0x228),'data-embed-menu-slot':_0x492fce(0x228)})]}),_0x3a8a6b(_0x492fce(0x50c),{'className':_0x492fce(0x599),'data-embed-fullscreen-body':_0x492fce(0x228),'children':[_0x23b3a2('div',{'ref':_0x5f1267,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','data-embed-fullscreen-sidebar-slot':_0x492fce(0x228),'data-embed-id':_0x4c324b['embedId']}),_0x23b3a2(_0x492fce(0x50c),{'ref':_0x1d53bd,'className':_0x492fce(0x5c5),'data-embed-fullscreen-viewport':_0x492fce(0x228),'onContextMenuCapture':_0x7da53e=>{_0x7da53e['preventDefault']();}}),_0x23b3a2(_0x492fce(0x50c),{'ref':_0x1d58ba,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x4c324b[_0x492fce(0x332)],'children':_0x10565c&&_0x23b3a2(El,{..._0x10565c})})]}),_0x23b3a2(_0x492fce(0x50c),{'ref':_0x45ec3f,'className':_0x492fce(0x5fc),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':_0x492fce(0x228)}),_0x23b3a2(_0x492fce(0x50c),{'ref':_0x193488,'className':_0x492fce(0x3f1),'data-embed-fullscreen-popup-root':_0x492fce(0x228),[Da]:_0x492fce(0x228),'children':_0x10565c&&_0x23b3a2(Tl,{..._0x10565c})})]});}function Tl(_0x2b1b7a){let {embedId:_0x519447,injector:_0x3b85fc,sourceInjector:_0xaa496e,popupContainer:_0x3f0a42}=_0x2b1b7a;return _0x3a8a6b(_0x3777b7,{'children':[_0x3a8a6b(jc,{'injector':_0x3b85fc,'mountContainer':_0x3f0a42,'embedId':_0x519447,'children':[_0x23b3a2(_0x40aba8,{}),_0x23b3a2(_0x5a6df2,{})]}),_0x23b3a2(jc,{'injector':_0xaa496e,'mountContainer':_0x3f0a42,'embedId':_0x519447,'children':_0x23b3a2(_0x5a6df2,{})})]});}function El(_0x3dde95){const _0x2c580c=_0x3f5fcc;let {embedId:_0x86bcf6,injector:_0x46fccc,sourceInjector:_0x5f4a1c,popupContainer:_0x5ddbd9}=_0x3dde95;return _0x3a8a6b(_0x2c580c(0x4e2),{'className':_0x2c580c(0x3b4),'children':[_0x23b3a2(jc,{'injector':_0x46fccc,'mountContainer':_0x5ddbd9,'embedId':_0x86bcf6,'children':_0x23b3a2(_0x268887,{})}),_0x23b3a2(jc,{'injector':_0x5f4a1c,'mountContainer':_0x5ddbd9,'embedId':_0x86bcf6,'children':_0x23b3a2(_0x268887,{})})]});}function Dl(_0x5b5f24){const _0x534516=_0x3f5fcc;(typeof globalThis[_0x534516(0x620)]=='function'?globalThis['requestAnimationFrame'][_0x534516(0x342)](globalThis):_0x16bef9=>globalThis['setTimeout'](_0x16bef9,0x0))(()=>_0x5b5f24());}function Ol(_0x25e84c,_0x1487bc,_0x3c64f8){const _0x373570=_0x3f5fcc;try{return _0x25e84c[_0x373570(0x613)](_0xe2ce8c)['getDescriptor'](_0x1487bc,_0x3c64f8);}catch{return;}}function kl(_0x384fe9,_0x426fc0){const _0x27fc65=_0x3f5fcc;try{var _0xa6415f,_0x1e02fe;return(_0xa6415f=(_0x1e02fe=_0x384fe9[_0x27fc65(0x613)](Pa)[_0x27fc65(0x613)](_0x426fc0))==null?void 0x0:_0x1e02fe[_0x27fc65(0x461)])==null?_0x27fc65(0x3b8):_0xa6415f;}catch{return _0x27fc65(0x3b8);}}function Al(_0x14708c,_0x384af7,_0x1436ed){const _0x5c97e5=_0x3f5fcc;var _0x30f0e7,_0x173f71,_0x1bd96b,_0x57aaac;let {viewport:_0xc2e3e7,menuSlot:_0x1f1b0d,popupSlot:_0x5d8828}=_0x1436ed;return{'hostUnitId':_0x14708c['hostUnitId'],'hostAnchorId':_0x14708c[_0x5c97e5(0x380)],'embedId':_0x14708c[_0x5c97e5(0x332)],'childUnitId':_0x14708c[_0x5c97e5(0x4e8)],'childType':_0x14708c['childType'],'layout':_0x384af7,'mode':_0x5c97e5(0x593),'rootElement':_0xc2e3e7,'contentRoot':(_0x30f0e7=G(_0xc2e3e7,'data-embed-content-root'))==null?_0xc2e3e7:_0x30f0e7,'canvasRoot':(_0x173f71=G(_0xc2e3e7,'data-embed-canvas-root'))==null?_0xc2e3e7:_0x173f71,'overlayRoot':(_0x1bd96b=G(_0xc2e3e7,_0x5c97e5(0x1f1)))==null?_0xc2e3e7:_0x1bd96b,'popupRoot':(_0x57aaac=_0x5d8828==null?G(_0xc2e3e7,_0x5c97e5(0x65f)):_0x5d8828)==null?_0xc2e3e7:_0x57aaac,'menuOutlet':{'container':_0x1f1b0d},'active$':_0x1e79ed(!0x0),'fullscreen':!0x0};}function jl(_0x5524ea){const _0x1741f1=_0x3f5fcc;let {injector:_0x3bb120,descriptor:_0x934397,renderScope:_0xc7dfe8,menuRoot:_0x3c1a05,menuSlot:_0x38189a,popupSlot:_0x3abdd5,sidebarSlot:_0x5c111f,rightSidebarSlot:_0x57c511,footerSlot:_0x9cdd9e}=_0x5524ea,_0xbbf366=[],_0x52ffe5=_0x934397[_0x1741f1(0x332)];if(_0x3bb120[_0x1741f1(0x4ec)](X)){let _0x56126e=_0x3bb120['get'](X);_0xbbf366[_0x1741f1(0x4a8)](_0x56126e[_0x1741f1(0x569)]({'embedId':_0x52ffe5,'hostUnitId':_0x934397[_0x1741f1(0x489)],'childUnitId':_0x934397['childUnitId'],'childType':_0x934397[_0x1741f1(0x5ca)],'sessionMode':_0x1741f1(0x1d0)})),_0x934397[_0x1741f1(0x4e8)]&&_0xbbf366[_0x1741f1(0x4a8)](_0x56126e['acquireLease']({'embedId':_0x52ffe5,'role':'child-session','owner':_0x1741f1(0x538),'sessionMode':_0x1741f1(0x1d0),'hostUnitId':_0x934397[_0x1741f1(0x489)],'childUnitId':_0x934397[_0x1741f1(0x4e8)],'childType':_0x934397[_0x1741f1(0x5ca)]})),Ml({'renderScope':_0xc7dfe8,'menuRoot':_0x3c1a05,'menuSlot':_0x38189a,'popupSlot':_0x3abdd5,'sidebarSlot':_0x5c111f,'rightSidebarSlot':_0x57c511,'footerSlot':_0x9cdd9e})[_0x1741f1(0x3e7)](({element:_0x598207,role:_0x4d0076})=>{const _0x50b040=_0x1741f1;_0xbbf366[_0x50b040(0x4a8)](_0x56126e[_0x50b040(0x321)]({'embedId':_0x52ffe5,'element':_0x598207,'role':_0x4d0076}));});}if(_0x3bb120[_0x1741f1(0x4ec)](Ua)){let _0x433159=_0x3bb120[_0x1741f1(0x613)](Ua);Ml({'renderScope':_0xc7dfe8,'menuRoot':_0x3c1a05,'menuSlot':_0x38189a,'popupSlot':_0x3abdd5,'sidebarSlot':_0x5c111f,'rightSidebarSlot':_0x57c511,'footerSlot':_0x9cdd9e})[_0x1741f1(0x3e7)](({element:_0x15e37f})=>{const _0x482fff=_0x1741f1;_0xbbf366[_0x482fff(0x4a8)](_0x433159[_0x482fff(0x23a)](_0x52ffe5,_0x15e37f));}),_0xbbf366['push'](_0x433159['activatePortalScope'](_0x52ffe5,_0xc7dfe8[_0x1741f1(0x636)]['ownerDocument']));}return _0x5b1d76(()=>{const _0xfc4e42=_0x1741f1;[..._0xbbf366][_0xfc4e42(0x522)]()[_0xfc4e42(0x3e7)](_0x240115=>_0x240115['dispose']());});}function Ml(_0x5b6973){const _0x2281cb=_0x3f5fcc;let {renderScope:_0x53798a,menuRoot:_0x3ec66c,menuSlot:_0x33cade,popupSlot:_0x2ad466,sidebarSlot:_0x76333,rightSidebarSlot:_0x41739d,footerSlot:_0x2857ed}=_0x5b6973,_0x2f0c16=[{'element':_0x53798a[_0x2281cb(0x636)],'role':'runtime'},{'element':_0x53798a[_0x2281cb(0x1ae)],'role':_0x2281cb(0x277)},{'element':_0x53798a[_0x2281cb(0x672)],'role':'runtime'},{'element':_0x53798a[_0x2281cb(0x3ca)],'role':_0x2281cb(0x277)},{'element':_0x3ec66c,'role':_0x2281cb(0x5c0)},{'element':_0x33cade,'role':_0x2281cb(0x5c0)},{'element':_0x2857ed,'role':_0x2281cb(0x5c0)},{'element':_0x76333,'role':_0x2281cb(0x311)},{'element':_0x41739d,'role':_0x2281cb(0x311)},{'element':_0x2ad466,'role':'child-popup'}],_0x51b7c9=new Set();return _0x2f0c16['flatMap'](({element:_0x245631,role:_0x21d56d})=>!_0x245631||_0x51b7c9[_0x2281cb(0x4ec)](_0x245631)?[]:(_0x51b7c9[_0x2281cb(0x3d8)](_0x245631),[{'element':_0x245631,'role':_0x21d56d}]));}function Nl(_0x51f16b){return Pl(_0x51f16b)||Fl(_0x51f16b);}function Pl(_0x38d81c){const _0x54684d=_0x3f5fcc;if(!_0x38d81c[_0x54684d(0x2b3)][_0x54684d(0x4ec)](Pa)||_0x38d81c[_0x54684d(0x3b1)]['childType']==null)return;let _0x56e211=_0x38d81c[_0x54684d(0x2b3)][_0x54684d(0x613)](Pa)[_0x54684d(0x613)](_0x38d81c[_0x54684d(0x3b1)][_0x54684d(0x5ca)]);if((_0x56e211==null?void 0x0:_0x56e211['hostChromeMode'])===_0x54684d(0x37e)){if(_0x38d81c['injector'][_0x54684d(0x4ec)](fl)){let _0x3821a3=_0x38d81c[_0x54684d(0x2b3)][_0x54684d(0x613)](fl)['mountMenu']({'container':_0x38d81c['menuContainer'],'portalContainer':_0x38d81c['childContext'][_0x54684d(0x4f8)][_0x54684d(0x34b)]['popup'],'injector':_0x38d81c[_0x54684d(0x2f6)][_0x54684d(0x4f8)][_0x54684d(0x2b3)],'childType':_0x38d81c[_0x54684d(0x3b1)][_0x54684d(0x5ca)],'childUnitId':_0x38d81c[_0x54684d(0x3b1)][_0x54684d(0x4e8)],'embedId':_0x38d81c[_0x54684d(0x3b1)][_0x54684d(0x332)],'surface':_0x54684d(0x37e),'headerMenu':!0x0,'ribbonHeaderClassName':_0x54684d(0x502)});if(_0x3821a3)return _0x3821a3;}return Uc({'container':_0x38d81c[_0x54684d(0x647)],'portalContainer':_0x38d81c['childContext'][_0x54684d(0x4f8)][_0x54684d(0x34b)]['popup'],'injector':_0x38d81c[_0x54684d(0x2f6)][_0x54684d(0x4f8)]['injector'],'childType':_0x38d81c['descriptor']['childType'],'childUnitId':_0x38d81c[_0x54684d(0x3b1)][_0x54684d(0x4e8)],'embedId':_0x38d81c[_0x54684d(0x3b1)][_0x54684d(0x332)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});}}function Fl(_0x1aa8a7){const _0x190fef=_0x3f5fcc;if(!_0x1aa8a7[_0x190fef(0x2b3)]['has'](Jo)||_0x1aa8a7[_0x190fef(0x3b1)][_0x190fef(0x5ca)]==null||!_0x1aa8a7['descriptor'][_0x190fef(0x4e8)])return;let _0x3265c6=_0x1aa8a7[_0x190fef(0x2b3)][_0x190fef(0x613)](Jo)[_0x190fef(0x613)](_0x1aa8a7[_0x190fef(0x3b1)][_0x190fef(0x484)],_0x1aa8a7['descriptor']['entry'],_0x1aa8a7[_0x190fef(0x3b1)][_0x190fef(0x5ca)]),_0x35755f=_0x3265c6==null?void 0x0:_0x3265c6[_0x190fef(0x2de)]({..._0x1aa8a7[_0x190fef(0x2f6)],'active':{'hostUnitId':_0x1aa8a7[_0x190fef(0x3b1)][_0x190fef(0x489)],'embedId':_0x1aa8a7[_0x190fef(0x3b1)][_0x190fef(0x332)],'childUnitId':_0x1aa8a7[_0x190fef(0x3b1)][_0x190fef(0x4e8)],'stage':_0x190fef(0x628)}});return _0x35755f?_0x5b1d76(()=>_0x35755f[_0x190fef(0x5a6)]()):void 0x0;}let Il=class{constructor(_0x28203f,_0x7e0ced){const _0x46bbc9=_0x3f5fcc;this['_injector']=_0x28203f,this['_passiveWheelHandlerRegistry']=_0x7e0ced,this['_passiveWheelHandlerRegistry'][_0x46bbc9(0x4aa)]({'childType':_0x52a08f[_0x46bbc9(0x40c)],'handleWheel':_0x353f88=>this[_0x46bbc9(0x4df)][_0x46bbc9(0x4ec)](_0x401a50)?this[_0x46bbc9(0x4df)][_0x46bbc9(0x613)](_0x401a50)['handleWheel']({'childUnitId':_0x353f88[_0x46bbc9(0x4e8)],'event':_0x353f88['event'],'source':_0x353f88['source']}):!0x1,'order':0x64});}};Il=Wa([Z(0x0,_0x359774(_0xbdc958)),Z(0x1,_0x359774(ds))],Il);const Ll=[_0x52a08f[_0x3f5fcc(0x40c)],_0x52a08f[_0x3f5fcc(0x31d)],_0x52a08f[_0x3f5fcc(0x1dc)],_0x52a08f[_0x3f5fcc(0x2f7)]];let Rl=class extends _0xa9a756{constructor(_0x210da3,_0x52d2fa){const _0x430030=_0x3f5fcc;super(),this[_0x430030(0x391)]=_0x210da3,this[_0x430030(0x2ca)]=_0x52d2fa,Ll[_0x430030(0x3e7)](_0x4cee0b=>{const _0x5ae409=_0x430030;this[_0x5ae409(0x61d)](this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x4cee0b)[_0x5ae409(0x2ae)](_0x5055=>{const _0xf0ca1c=_0x5ae409;this[_0xf0ca1c(0x2ca)][_0xf0ca1c(0x236)](_0x5055[_0xf0ca1c(0x4b3)]());}));});}};Rl=Wa([Z(0x0,_0x4973db),Z(0x1,_0x359774(_0x15cc4a))],Rl);let zl=class extends _0xa9a756{constructor(_0x52fbf7,_0x46b679,_0x2c6789,_0x757fd1){const _0x145960=_0x3f5fcc;super(),this[_0x145960(0x434)]=_0x52fbf7,this[_0x145960(0x571)]=_0x46b679,this[_0x145960(0x436)]=_0x2c6789,this['_injector']=_0x757fd1,K(this,'_current',null),K(this,_0x145960(0x351),null),this[_0x145960(0x61d)](_0x5b1d76(this[_0x145960(0x434)][_0x145960(0x59a)][_0x145960(0x2ae)](_0x5d7e64=>{const _0x216683=_0x145960;var _0x2262d4,_0x142bf8,_0x213a85;if(!_0x5d7e64){this['_current']?(this['_current'][_0x216683(0x5a6)](),this['_current']=null):this[_0x216683(0x436)][_0x216683(0x225)](),this[_0x216683(0x351)]=null;return;}if(Bl(this[_0x216683(0x351)],_0x5d7e64))return;(_0x2262d4=this[_0x216683(0x4c4)])==null||_0x2262d4[_0x216683(0x5a6)](),this[_0x216683(0x4c4)]=null,this['_currentOverride']=null;let _0xb7c740=this['_blockRegistry'][_0x216683(0x613)](_0x5d7e64[_0x216683(0x5ca)]),_0x30ddac=_0xb7c740==null||(_0x142bf8=_0xb7c740[_0x216683(0x5a7)])==null?void 0x0:_0x142bf8[_0x216683(0x3c8)](_0xb7c740,{'childType':_0x5d7e64[_0x216683(0x5ca)],'childUnitId':_0x5d7e64['childUnitId'],'injector':this['_injector'],'embedId':_0x5d7e64[_0x216683(0x332)],'hostUnitId':_0x5d7e64['hostUnitId'],'entry':_0x5d7e64[_0x216683(0x4f3)]});if(!_0x30ddac){this[_0x216683(0x436)]['clear']();return;}this[_0x216683(0x436)][_0x216683(0x1db)]({'id':_0x5d7e64['embedId'],'ribbonService':_0x30ddac[_0x216683(0x665)],'injector':_0x30ddac[_0x216683(0x2b3)],'portalContainer':(_0x213a85=_0x30ddac[_0x216683(0x369)])==null?_0x5d7e64[_0x216683(0x369)]:_0x213a85,'placeholderTitle':_0x30ddac['placeholderTitle'],'hideToolbar':_0x30ddac['hideToolbar']}),this[_0x216683(0x351)]=_0x5d7e64,this[_0x216683(0x4c4)]=_0x5b1d76(()=>{const _0x5b6ee5=_0x216683;var _0x1aa3b7;this['_ribbonOverrideService'][_0x5b6ee5(0x225)](_0x5d7e64['embedId']),(_0x1aa3b7=_0x30ddac[_0x5b6ee5(0x3d3)])==null||_0x1aa3b7[_0x5b6ee5(0x5a6)](),this['_currentOverride']=null;});})));}['dispose'](){const _0x2f7b3c=_0x3f5fcc;var _0x59abc8;(_0x59abc8=this[_0x2f7b3c(0x4c4)])==null||_0x59abc8['dispose'](),this[_0x2f7b3c(0x4c4)]=null,this[_0x2f7b3c(0x351)]=null,super['dispose']();}};zl=Wa([Z(0x0,_0x359774(Fa)),Z(0x1,_0x359774(Pa)),Z(0x2,_0x359774(_0x7f38ac)),Z(0x3,_0x359774(_0xbdc958))],zl);function Bl(_0x4f3fcb,_0x30c507){const _0x1aa34c=_0x3f5fcc;return _0x4f3fcb!=null&&_0x4f3fcb[_0x1aa34c(0x489)]===_0x30c507[_0x1aa34c(0x489)]&&_0x4f3fcb[_0x1aa34c(0x332)]===_0x30c507[_0x1aa34c(0x332)]&&_0x4f3fcb[_0x1aa34c(0x4e8)]===_0x30c507[_0x1aa34c(0x4e8)]&&_0x4f3fcb[_0x1aa34c(0x5ca)]===_0x30c507[_0x1aa34c(0x5ca)]&&_0x4f3fcb[_0x1aa34c(0x4f3)]===_0x30c507[_0x1aa34c(0x4f3)]&&_0x4f3fcb[_0x1aa34c(0x2cf)]===_0x30c507[_0x1aa34c(0x2cf)]&&_0x4f3fcb[_0x1aa34c(0x369)]===_0x30c507[_0x1aa34c(0x369)]&&_0x4f3fcb[_0x1aa34c(0x55d)]===_0x30c507[_0x1aa34c(0x55d)]&&_0x4f3fcb['lockHostRibbon']===_0x30c507['lockHostRibbon'];}function Vl(_0x25a6b5){const _0x529adf=_0x3f5fcc;let _0x599fd1=[];return[[_0x52a08f[_0x529adf(0x40c)],_0x529adf(0x1d6)],[_0x52a08f[_0x529adf(0x31d)],_0x529adf(0x1d7)],[_0x52a08f[_0x529adf(0x2f7)],_0x529adf(0x5d5)],[_0x52a08f[_0x529adf(0x1dc)],_0x529adf(0x24e)]][_0x529adf(0x3e7)](([_0x4264fb,_0x481ea9])=>{let _0x2cef00=cl(_0x25a6b5,{'childType':_0x4264fb,'id':_0x481ea9});_0x2cef00&&_0x599fd1['push'](_0x2cef00);}),_0x599fd1;}var Hl=class{constructor(){const _0x142ee4=_0x3f5fcc;K(this,_0x142ee4(0x324),new Map());}[_0x3f5fcc(0x4aa)](_0x39d49f){const _0x59b599=_0x3f5fcc;return this[_0x59b599(0x324)][_0x59b599(0x360)](_0x39d49f[_0x59b599(0x5ca)],_0x39d49f),_0x5b1d76(()=>{const _0x22d9ea=_0x59b599;this['_providers'][_0x22d9ea(0x613)](_0x39d49f[_0x22d9ea(0x5ca)])===_0x39d49f&&this[_0x22d9ea(0x324)]['delete'](_0x39d49f[_0x22d9ea(0x5ca)]);});}[_0x3f5fcc(0x613)](_0x46d3f1){const _0x1444f3=_0x3f5fcc;return this[_0x1444f3(0x324)]['get'](_0x46d3f1);}[_0x3f5fcc(0x440)](){const _0x464d28=_0x3f5fcc;return[...this[_0x464d28(0x324)][_0x464d28(0x5fb)]()];}['measureContentSize'](_0x162dbd){const _0x2a0146=_0x3f5fcc;var _0x2406d2;return(_0x2406d2=this['get'](_0x162dbd['childType']))==null?void 0x0:_0x2406d2[_0x2a0146(0x4cf)](_0x162dbd);}};function Ul(_0x55275f,_0x2bc488,_0x436411=Kl(_0x55275f),_0x5befb9={}){const _0x56de77=_0x3f5fcc;var _0x19eb48,_0xed61ec,_0x55b6fb,_0x2a08a2,_0x1792e9;let _0x25a24a=_0x55275f[_0x56de77(0x2b3)]['get'](_0x2bc488),_0x2e5fb5=(_0x19eb48=_0x5befb9[_0x56de77(0x1e2)])==null?_0x5befb9[_0x56de77(0x51c)]===!0x1?void 0x0:(_0xed61ec=(_0x55b6fb=_0x55275f[_0x56de77(0x4f8)])==null?void 0x0:_0x55b6fb['injector'])==null?Wl(_0x55275f):_0xed61ec:_0x19eb48,_0xfa28c9=!_0x5befb9[_0x56de77(0x1e2)]&&_0x2e5fb5!==((_0x2a08a2=_0x55275f[_0x56de77(0x4f8)])==null?void 0x0:_0x2a08a2[_0x56de77(0x2b3)]),_0x2b4e3f=Yl(_0x25a24a,_0x55275f[_0x56de77(0x4e8)],_0x2e5fb5);if(!_0x2b4e3f){_0xfa28c9&&(_0x2e5fb5==null||_0x2e5fb5['dispose']());return;}_0x436411['dataset'][_0x56de77(0x671)]=_0x55275f[_0x56de77(0x4e8)],_0x436411[_0x56de77(0x5f2)][_0x56de77(0x530)]=_0x55275f['renderScope'][_0x56de77(0x645)];try{var _0x4e006d,_0x101f17;(_0x4e006d=(_0x101f17=_0x2b4e3f[_0x56de77(0x634)])[_0x56de77(0x31a)])==null||_0x4e006d[_0x56de77(0x3c8)](_0x101f17);}catch{}_0x2b4e3f[_0x56de77(0x634)][_0x56de77(0x2de)](_0x436411),ql(_0x2b4e3f,_0x436411),Zl(_0x2b4e3f,{'activate':(_0x1792e9=_0x5befb9[_0x56de77(0x1db)])==null?!0x0:_0x1792e9});let _0x25b38e=Gl(_0x2b4e3f,_0x436411,{'activate':!0x1});return _0x5b1d76(()=>{const _0x392b0c=_0x56de77;var _0x3a6264;_0x25b38e[_0x392b0c(0x5a6)]();try{var _0xe46bf2,_0x4df004;(_0xe46bf2=(_0x4df004=_0x2b4e3f[_0x392b0c(0x634)])[_0x392b0c(0x31a)])==null||_0xe46bf2[_0x392b0c(0x3c8)](_0x4df004);}catch{}(_0x3a6264=_0x25a24a[_0x392b0c(0x2e8)])==null||_0x3a6264[_0x392b0c(0x3c8)](_0x25a24a,_0x55275f[_0x392b0c(0x4e8)]),_0x436411[_0x392b0c(0x1ca)](_0x392b0c(0x40a)),_0x436411[_0x392b0c(0x1ca)](_0x392b0c(0x4b7)),_0xfa28c9&&(_0x2e5fb5==null||_0x2e5fb5[_0x392b0c(0x5a6)]());});}function Wl(_0x1742ee){const _0x31efbf=_0x3f5fcc;if(typeof _0x1742ee[_0x31efbf(0x2b3)]['has']==_0x31efbf(0x1b2)&&!(!_0x1742ee[_0x31efbf(0x2b3)][_0x31efbf(0x4ec)](_0x4973db)||!_0x1742ee['injector']['has'](_0x4c2aa7)))return io(_0x1742ee);}function Gl(_0x5121c1,_0x2a9571,_0x17ae0f={}){const _0x4aacc5=_0x3f5fcc;if(typeof ResizeObserver>'u')return _0x5b1d76(()=>{});let _0x3a8231=-0x1,_0x2cdfed=-0x1,_0x4b31b4=0x0,_0x115984=new ResizeObserver(_0x331e09=>{const _0x7dd21a=_0x2e56;var _0x33c56e,_0x2e93f5,_0x3b3b56;let _0x2583ee=(_0x33c56e=_0x331e09[0x0])==null?void 0x0:_0x33c56e[_0x7dd21a(0x64e)],_0x477e82=(_0x2e93f5=_0x2583ee==null?void 0x0:_0x2583ee[_0x7dd21a(0x576)])==null?_0x2a9571[_0x7dd21a(0x46d)]:_0x2e93f5,_0x513abd=(_0x3b3b56=_0x2583ee==null?void 0x0:_0x2583ee[_0x7dd21a(0x35c)])==null?_0x2a9571[_0x7dd21a(0x4ea)]:_0x3b3b56;_0x477e82===_0x3a8231&&_0x513abd===_0x2cdfed||(_0x3a8231=_0x477e82,_0x2cdfed=_0x513abd,_0x4b31b4&&window['cancelAnimationFrame'](_0x4b31b4),_0x4b31b4=window['requestAnimationFrame'](()=>{var _0x44fde9;_0x4b31b4=0x0,Zl(_0x5121c1,{'activate':(_0x44fde9=_0x17ae0f['activate'])==null?!0x1:_0x44fde9});}));});return _0x115984[_0x4aacc5(0x4ab)](_0x2a9571),_0x5b1d76(()=>{const _0x39f4d7=_0x4aacc5;_0x4b31b4&&window[_0x39f4d7(0x608)](_0x4b31b4),_0x115984[_0x39f4d7(0x460)]();});}function Kl(_0x2617b0){const _0x54c8df=_0x3f5fcc;var _0x633235,_0x4df27b,_0x256a72;return(_0x633235=(_0x4df27b=(_0x256a72=_0x2617b0['runtimeScope'][_0x54c8df(0x34b)][_0x54c8df(0x210)])==null?_0x2617b0['renderScope']['canvasRoot']:_0x256a72)==null?_0x2617b0[_0x54c8df(0x5ad)][_0x54c8df(0x1ae)]:_0x4df27b)==null?_0x2617b0[_0x54c8df(0x5ad)][_0x54c8df(0x636)]:_0x633235;}function ql(_0x49b21f,_0x33b4f8){const _0x533e68=_0x3f5fcc;var _0x38150e,_0x75dd45,_0x176e3c,_0x41e147,_0x6317c2,_0x17e315;let _0x5718a6=(_0x38150e=(_0x75dd45=(_0x176e3c=_0x49b21f[_0x533e68(0x634)])[_0x533e68(0x38c)])==null?void 0x0:_0x75dd45[_0x533e68(0x3c8)](_0x176e3c))==null?(_0x41e147=(_0x6317c2=_0x49b21f[_0x533e68(0x634)])[_0x533e68(0x3c9)])==null||(_0x41e147=_0x41e147[_0x533e68(0x3c8)](_0x6317c2))==null||(_0x17e315=_0x41e147[_0x533e68(0x43d)])==null?void 0x0:_0x17e315[_0x533e68(0x3c8)](_0x41e147):_0x38150e;!_0x5718a6||_0x5718a6['parentElement']===_0x33b4f8||_0x33b4f8[_0x533e68(0x274)](_0x5718a6);}function Jl(_0x586ff9,_0x2a77e5,_0x42bfae){const _0x34f930=_0x3f5fcc;try{let _0x1dfeaa=_0x586ff9[_0x34f930(0x23d)](_0x2a77e5);if(_0x1dfeaa){var _0x407357;if(!_0x42bfae||Xl(_0x1dfeaa)===_0x42bfae)return _0x1dfeaa;(_0x407357=_0x586ff9[_0x34f930(0x2e8)])==null||_0x407357[_0x34f930(0x3c8)](_0x586ff9,_0x2a77e5);}return _0x586ff9[_0x34f930(0x347)](_0x2a77e5,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x42bfae,'skipAutoRender':!0x0});}catch{return;}}function Yl(_0x4fcca8,_0x30a4ae,_0x10459a){const _0x42ff93=_0x3f5fcc;try{let _0x3debd2=_0x4fcca8[_0x42ff93(0x23d)](_0x30a4ae);if(_0x3debd2){var _0x413dea;if(!_0x10459a||Xl(_0x3debd2)===_0x10459a)return _0x3debd2;(_0x413dea=_0x4fcca8['removeRender'])==null||_0x413dea['call'](_0x4fcca8,_0x30a4ae);}return _0x4fcca8[_0x42ff93(0x347)](_0x30a4ae,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x10459a,'skipAutoRender':!0x0});}catch(_0x27ef93){var _0x84fe43;(_0x84fe43=_0x4fcca8['removeRender'])==null||_0x84fe43['call'](_0x4fcca8,_0x30a4ae),console[_0x42ff93(0x682)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x27ef93);return;}}function Xl(_0x17ce2f){const _0x3635a6=_0x3f5fcc;try{var _0x431169;return(_0x431169=_0x17ce2f[_0x3635a6(0x38d)])==null?void 0x0:_0x431169[_0x3635a6(0x3c8)](_0x17ce2f,_0xbdc958);}catch{return;}}function Zl(_0x55ced6,_0x745f4={}){const _0x5211aa=_0x3f5fcc;var _0x26f7f0,_0x416830,_0x3453a5,_0x59f46f;if(_0x745f4[_0x5211aa(0x1db)]){var _0x2d2e64;(_0x2d2e64=_0x55ced6[_0x5211aa(0x1db)])==null||_0x2d2e64[_0x5211aa(0x3c8)](_0x55ced6);}_0x55ced6[_0x5211aa(0x634)][_0x5211aa(0x4da)](),_0x55ced6[_0x5211aa(0x273)][_0x5211aa(0x3e7)](_0x480b20=>{const _0x41a5a8=_0x5211aa;var _0x499423,_0x2c3ff2;(_0x499423=_0x480b20['makeForceDirty'])==null||_0x499423[_0x41a5a8(0x3c8)](_0x480b20,!0x0),(_0x2c3ff2=_0x480b20[_0x41a5a8(0x293)])==null||_0x2c3ff2['call'](_0x480b20,!0x0);}),(_0x26f7f0=_0x55ced6['mainComponent'])==null||(_0x416830=_0x26f7f0[_0x5211aa(0x293)])==null||_0x416830[_0x5211aa(0x3c8)](_0x26f7f0,!0x0),_0x55ced6[_0x5211aa(0x3a7)][_0x5211aa(0x293)](),(_0x3453a5=(_0x59f46f=_0x55ced6['scene'])[_0x5211aa(0x218)])==null||_0x3453a5['call'](_0x59f46f);}function Ql(_0x5ac792,_0x369440){const _0x4c301d=_0x3f5fcc;return{'childType':_0x369440['childType'],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x1a48ec=>$l(_0x5ac792,_0x369440[_0x4c301d(0x559)],_0x1a48ec)};}function $l(_0x273beb,_0x2b528a,_0x42745d){const _0x4b59b4=_0x3f5fcc;var _0x520ac9,_0xfe5bc5,_0x2579dd;if(_0x42745d[_0x4b59b4(0x27f)]){let _0x465ed2=Qo(_0x42745d[_0x4b59b4(0x27f)]);if(_0x465ed2)return _0x465ed2;}if(typeof document>'u')return;let _0x283712=document[_0x4b59b4(0x3f9)](_0x4b59b4(0x50c));_0x283712[_0x4b59b4(0x56f)][_0x4b59b4(0x21f)]=_0x4b59b4(0x59f),_0x283712[_0x4b59b4(0x56f)][_0x4b59b4(0x4bf)]=_0x4b59b4(0x5f4),_0x283712[_0x4b59b4(0x56f)][_0x4b59b4(0x5a9)]='-100000px',_0x283712[_0x4b59b4(0x56f)]['width']=Math[_0x4b59b4(0x20c)](0x1,Math[_0x4b59b4(0x26d)](_0x42745d[_0x4b59b4(0x576)]))+'px',_0x283712['style'][_0x4b59b4(0x35c)]=Math[_0x4b59b4(0x20c)](0x1,Math[_0x4b59b4(0x26d)](_0x42745d['height']))+'px',_0x283712[_0x4b59b4(0x56f)][_0x4b59b4(0x5d6)]=_0x4b59b4(0x5e1),document[_0x4b59b4(0x5b4)][_0x4b59b4(0x274)](_0x283712);let _0x36212a=_0x273beb[_0x4b59b4(0x613)](_0x2b528a),_0x1e9539=!((_0x520ac9=_0x42745d['context'])==null||(_0x520ac9=_0x520ac9['runtimeScope'])==null)&&_0x520ac9[_0x4b59b4(0x2b3)]?void 0x0:io(eu(_0x273beb,_0x42745d,_0x283712)),_0x4c1896=(_0xfe5bc5=(_0x2579dd=_0x42745d[_0x4b59b4(0x27f)])==null||(_0x2579dd=_0x2579dd[_0x4b59b4(0x4f8)])==null?void 0x0:_0x2579dd['injector'])==null?_0x1e9539:_0xfe5bc5,_0x1108f0=Jl(_0x36212a,_0x42745d[_0x4b59b4(0x4e8)],_0x4c1896);if(!_0x1108f0){_0x1e9539==null||_0x1e9539[_0x4b59b4(0x5a6)](),_0x283712[_0x4b59b4(0x631)]();return;}try{var _0x4485f7,_0x18cba1,_0x3beab5,_0x83930f,_0x50aeea,_0x1af3b7;_0x1108f0[_0x4b59b4(0x634)]['mount'](_0x283712),Zl(_0x1108f0,{'activate':!0x1});let _0x54cc70=(_0x4485f7=(_0x18cba1=(_0x3beab5=_0x1108f0[_0x4b59b4(0x634)])[_0x4b59b4(0x38c)])==null?void 0x0:_0x18cba1[_0x4b59b4(0x3c8)](_0x3beab5))==null?(_0x83930f=(_0x50aeea=_0x1108f0[_0x4b59b4(0x634)])[_0x4b59b4(0x3c9)])==null||(_0x83930f=_0x83930f[_0x4b59b4(0x3c8)](_0x50aeea))==null||(_0x1af3b7=_0x83930f[_0x4b59b4(0x43d)])==null?void 0x0:_0x1af3b7['call'](_0x83930f):_0x4485f7;return!_0x54cc70||_0x54cc70[_0x4b59b4(0x576)]<=0x1||_0x54cc70['height']<=0x1||typeof _0x54cc70[_0x4b59b4(0x271)]!=_0x4b59b4(0x1b2)?void 0x0:_0x54cc70[_0x4b59b4(0x271)](_0x4b59b4(0x67f));}catch{return;}finally{try{var _0x177f48,_0x4a6388;(_0x177f48=(_0x4a6388=_0x1108f0['engine'])[_0x4b59b4(0x31a)])==null||_0x177f48[_0x4b59b4(0x3c8)](_0x4a6388);}catch{}if(_0x1e9539){var _0x4c135d;(_0x4c135d=_0x36212a[_0x4b59b4(0x2e8)])==null||_0x4c135d[_0x4b59b4(0x3c8)](_0x36212a,_0x42745d['childUnitId']),_0x1e9539[_0x4b59b4(0x5a6)]();}_0x283712['remove']();}}function eu(_0x13ba87,_0x739aea,_0x3bde6e){const _0x8c1135=_0x3f5fcc;let _0x541568=tu(_0x739aea),_0x538fde=()=>{};return{'descriptor':_0x739aea[_0x8c1135(0x3b1)],'layout':_0x541568,'injector':_0x13ba87,'hostElement':_0x3bde6e,'container':_0x3bde6e,'hostUnitId':_0x739aea['descriptor'][_0x8c1135(0x489)],'embedId':_0x739aea[_0x8c1135(0x3b1)][_0x8c1135(0x332)],'childUnitId':_0x739aea[_0x8c1135(0x4e8)],'childType':_0x739aea[_0x8c1135(0x5ca)],'renderScope':{'hostUnitId':_0x739aea['descriptor'][_0x8c1135(0x489)],'hostAnchorId':_0x739aea['descriptor'][_0x8c1135(0x380)],'embedId':_0x739aea[_0x8c1135(0x3b1)][_0x8c1135(0x332)],'childUnitId':_0x739aea[_0x8c1135(0x4e8)],'childType':_0x739aea[_0x8c1135(0x5ca)],'layout':_0x541568,'mode':_0x8c1135(0x593),'rootElement':_0x3bde6e,'contentRoot':_0x3bde6e,'canvasRoot':_0x3bde6e,'active$':_0x1e79ed(!0x1)},'runtimeScope':{'descriptor':_0x739aea[_0x8c1135(0x3b1)],'host':{'unitId':_0x739aea[_0x8c1135(0x3b1)]['hostUnitId'],'type':_0x739aea[_0x8c1135(0x3b1)][_0x8c1135(0x484)],'anchorId':_0x739aea[_0x8c1135(0x3b1)]['hostAnchorId'],'entry':_0x739aea[_0x8c1135(0x3b1)][_0x8c1135(0x4f3)],'layout':_0x8c1135(0x593)},'child':{'unitId':_0x739aea[_0x8c1135(0x4e8)],'type':_0x739aea[_0x8c1135(0x5ca)]},'injector':_0x13ba87,'roots':{'root':_0x3bde6e,'content':_0x3bde6e,'canvas':_0x3bde6e,'overlay':_0x3bde6e,'popup':_0x3bde6e},'activate':_0x538fde,'deactivate':_0x538fde,'dispose':_0x538fde}};}function tu(_0x223d98){const _0x21b7a4=_0x3f5fcc;var _0x48ea9c,_0x2bf674,_0x960707;let _0xf093dc=(_0x48ea9c=_0x223d98['descriptor']['sourceMeta'])==null?void 0x0:_0x48ea9c[_0x21b7a4(0x5ec)];return _0xf093dc&&typeof _0xf093dc=='object'&&typeof _0xf093dc[_0x21b7a4(0x570)]==_0x21b7a4(0x5a4)?_0xf093dc[_0x21b7a4(0x570)]:(_0x2bf674=(_0x960707=_0x223d98[_0x21b7a4(0x27f)])==null?void 0x0:_0x960707[_0x21b7a4(0x570)])==null?_0x21b7a4(0x2d9):_0x2bf674;}var nu=class{constructor(){const _0x5982b2=_0x3f5fcc;K(this,_0x5982b2(0x324),new Map());}['register'](_0x25939f){const _0x45e0cd=_0x3f5fcc;if(this[_0x45e0cd(0x324)][_0x45e0cd(0x4ec)](_0x25939f['childType']))throw Error('Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20'+_0x25939f[_0x45e0cd(0x5ca)]);this[_0x45e0cd(0x324)][_0x45e0cd(0x360)](_0x25939f[_0x45e0cd(0x5ca)],_0x25939f);}['get'](_0x13d00c){const _0x438636=_0x3f5fcc;return this[_0x438636(0x324)][_0x438636(0x613)](_0x13d00c);}[_0x3f5fcc(0x440)](){const _0x2790eb=_0x3f5fcc;return[...this[_0x2790eb(0x324)][_0x2790eb(0x5fb)]()];}};function _0x2e56(_0x162b2d,_0x588f3a){_0x162b2d=_0x162b2d-0x185;const _0x3adc6a=_0x3adc();let _0x2e5659=_0x3adc6a[_0x162b2d];return _0x2e5659;}const ru=new WeakMap(),iu=new WeakMap();function au(_0x47da92,_0x59cc69,_0x51b099){const _0x59950f=_0x3f5fcc;var _0x5b4951,_0x531be6;if(cu(_0x47da92)){su(_0x47da92,_0x59cc69,_0x51b099);return;}let _0x5c3e5f=_0x47da92;if((_0x5b4951=iu[_0x59950f(0x613)](_0x5c3e5f))!=null&&_0x5b4951['has'](_0x59cc69))return;let _0x2b161a=(_0x531be6=ru[_0x59950f(0x613)](_0x5c3e5f))==null?new Map():_0x531be6;_0x2b161a[_0x59950f(0x360)](_0x59cc69,_0x51b099),ru[_0x59950f(0x360)](_0x5c3e5f,_0x2b161a);}function ou(_0x37483e){const _0x435353=_0x3f5fcc;if(!cu(_0x37483e))return;let _0x33b693=_0x37483e,_0x3b45af=ru[_0x435353(0x613)](_0x33b693);_0x3b45af!=null&&_0x3b45af[_0x435353(0x579)]&&(_0x3b45af['forEach']((_0x1699d2,_0x1ae019)=>su(_0x37483e,_0x1ae019,_0x1699d2)),ru[_0x435353(0x627)](_0x33b693));}function su(_0x2b8cf8,_0x378b29,_0x3df773){const _0x10fc68=_0x3f5fcc;var _0x3b7960;let _0x2f1ab5=_0x2b8cf8,_0x5ac4ea=(_0x3b7960=iu[_0x10fc68(0x613)](_0x2f1ab5))==null?new Set():_0x3b7960;_0x5ac4ea['has'](_0x378b29)||(_0x3df773(_0x2b8cf8),_0x5ac4ea[_0x10fc68(0x3d8)](_0x378b29),iu[_0x10fc68(0x360)](_0x2f1ab5,_0x5ac4ea));}function cu(_0x37e7e0){const _0x61ff78=_0x3f5fcc;return _0x37e7e0[_0x61ff78(0x4ec)](_0x41cd9)&&_0x37e7e0[_0x61ff78(0x4ec)](Yo)&&_0x37e7e0[_0x61ff78(0x4ec)](qo)&&_0x37e7e0['has'](Pa)&&_0x37e7e0[_0x61ff78(0x4ec)](fl)&&_0x37e7e0[_0x61ff78(0x4ec)](Jo)&&_0x37e7e0[_0x61ff78(0x4ec)](os)&&_0x37e7e0['has'](Hl)&&_0x37e7e0[_0x61ff78(0x4ec)](us)&&_0x37e7e0[_0x61ff78(0x4ec)](nu);}function lu(_0x3538b8){let {childType:_0x464061,productName:_0x1475f7}=_0x3538b8;return{'childType':_0x464061,'productName':_0x1475f7,'hostChromeMode':'ribbon','layoutPolicy':{'tab':_0x4d86d8,'float':_0x2f3a1d,'docFlow':_0x406a2e},'createRibbonOverride':({childUnitId:_0x6854d,embedId:_0x35e149,injector:_0x1421e2})=>{const _0xa22a3b=_0x2e56;let _0x3c101c=Wc(_0x1421e2,{'childType':_0x464061,'childUnitId':_0x6854d,'embedId':_0x35e149,'menuSchema':uu(_0x1421e2,_0x464061,_0x3538b8[_0xa22a3b(0x1e0)])});return{'mode':_0xa22a3b(0x37e),'ribbonService':_0x3c101c['ribbonService'],'injector':_0x3c101c[_0xa22a3b(0x2b3)],'placeholderTitle':_0x1475f7,'disposable':_0x3c101c['disposable']};}};}function uu(_0x48ae29,_0x1c0c50,_0x396a77){const _0x1ad730=_0x3f5fcc;let _0x3c1aa9=_0x48ae29;if(typeof _0x3c1aa9[_0x1ad730(0x4ec)]==_0x1ad730(0x1b2)&&typeof _0x3c1aa9[_0x1ad730(0x613)]==_0x1ad730(0x1b2)&&_0x3c1aa9[_0x1ad730(0x4ec)](fl)){let _0x2f2388=_0x3c1aa9[_0x1ad730(0x613)](fl)[_0x1ad730(0x3fc)](_0x1c0c50,'ribbon');if(_0x2f2388)return _0x2f2388;}return _0x396a77;}function du(_0x187b45){const _0x5958ba=_0x3f5fcc;var _0x5940ad;let _0xb3abda=fu(_0x187b45);return{'childType':_0x187b45[_0x5958ba(0x5ca)],'productName':_0x187b45[_0x5958ba(0x461)],'hostChromeMode':_0xb3abda,'hostHeaderMode':(_0x5940ad=_0x187b45['hostHeaderMode'])==null?_0x5958ba(0x5e1):_0x5940ad,'layoutPolicy':{'tab':{..._0x4d86d8,'ribbon':_0xb3abda===_0x5958ba(0x5e1)?_0x5958ba(0x24f):_0x5958ba(0x68e)},'float':_0x2f3a1d,'docFlow':_0x406a2e},'createRibbonOverride':_0xb3abda==='title-only'?()=>({'mode':_0x5958ba(0x611),'ribbonService':pu(),'placeholderTitle':_0x187b45['productName'],'hideToolbar':!0x0}):void 0x0};}function fu(_0xc44f71){const _0x28f4c7=_0x3f5fcc;return _0xc44f71['hostChromeMode']?_0xc44f71['hostChromeMode']:_0xc44f71[_0x28f4c7(0x35f)]==='placeholder'?'title-only':'none';}function pu(){return{'ribbon$':_0x1e79ed([]),'activatedTab$':_0x1e79ed(''),'collapsedIds$':_0x1e79ed([]),'fakeToolbarVisible$':_0x1e79ed(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function mu(){const _0x33272e=_0x3f5fcc;return du({'childType':_0x52a08f['UNIVER_BASE'],'productName':_0x33272e(0x3a3),'hostChromeMode':_0x33272e(0x611)});}function hu(_0x29d254){return{'childType':_0x52a08f['UNIVER_BASE'],'measureContentSize':_0x4ff08e=>{const _0x339a5f=_0x2e56;var _0x1b6f7d;let _0x15beff=_0x29d254==null||(_0x1b6f7d=_0x29d254['getState'])==null?void 0x0:_0x1b6f7d['call'](_0x29d254),_0x3a1441=gu(_0x4ff08e[_0x339a5f(0x384)],_0x15beff),_0x172ebd=_u(_0x4ff08e[_0x339a5f(0x384)],_0x15beff);return _0x3a1441==null&&_0x172ebd==null?void 0x0:{'height':_0x3a1441,'width':_0x172ebd};}};}function gu(_0x4cb92a,_0x159de7){const _0x57b1e7=_0x3f5fcc;var _0x185b3d,_0x41d4dd;let _0x3052e7=_0x4cb92a==null||(_0x185b3d=_0x4cb92a['getSnapshot'])==null?void 0x0:_0x185b3d[_0x57b1e7(0x3c8)](_0x4cb92a);if(!(_0x3052e7!=null&&_0x3052e7[_0x57b1e7(0x2d0)]))return;let _0x457e20=yu(_0x3052e7,_0x159de7==null?void 0x0:_0x159de7['activeTableId']);if(!_0x457e20)return;let _0x1ae6be=bu(_0x457e20,_0x159de7==null?void 0x0:_0x159de7[_0x57b1e7(0x1e7)]);return _0x1fa8ab+Cu(_0x457e20)*_0x181493(_0x1ae6be==null||(_0x41d4dd=_0x1ae6be[_0x57b1e7(0x334)])==null?void 0x0:_0x41d4dd[_0x57b1e7(0x1ce)])+_0x453a61+_0x5a17c3;}function _u(_0x15e341,_0x247491){const _0x36a6da=_0x3f5fcc;var _0x37de8c,_0x318d1c,_0x5214ba,_0x2a0259;let _0x2c42bd=_0x15e341==null||(_0x37de8c=_0x15e341[_0x36a6da(0x492)])==null?void 0x0:_0x37de8c[_0x36a6da(0x3c8)](_0x15e341);if(!(_0x2c42bd!=null&&_0x2c42bd['tables']))return;let _0x30ae31=yu(_0x2c42bd,_0x247491==null?void 0x0:_0x247491[_0x36a6da(0x62a)]);if(!_0x30ae31)return;let _0x2c1353=bu(_0x30ae31,_0x247491==null?void 0x0:_0x247491['activeViewId']),_0x3aaec3=(_0x318d1c=_0x30ae31['fields'])==null?{}:_0x318d1c;return _0x45f192+(!(_0x2c1353==null||(_0x5214ba=_0x2c1353[_0x36a6da(0x267)])==null)&&_0x5214ba[_0x36a6da(0x203)]?_0x2c1353[_0x36a6da(0x267)]:(_0x2a0259=_0x30ae31[_0x36a6da(0x267)])!=null&&_0x2a0259[_0x36a6da(0x203)]?_0x30ae31[_0x36a6da(0x267)]:Object[_0x36a6da(0x433)](_0x3aaec3))['reduce']((_0x18f26c,_0x8fbefe)=>{const _0x52d504=_0x36a6da;var _0x1be6b8,_0x26198d;let _0x35b6fa=_0x3aaec3[_0x8fbefe],_0x1e44c0=_0x2c1353==null||(_0x1be6b8=_0x2c1353['fieldSettings'])==null?void 0x0:_0x1be6b8[_0x8fbefe];return _0x35b6fa&&!_0x35b6fa['deleted']&&!(_0x1e44c0!=null&&_0x1e44c0[_0x52d504(0x24f)])?_0x18f26c+vu((_0x26198d=_0x1e44c0==null?void 0x0:_0x1e44c0[_0x52d504(0x576)])==null?_0x35b6fa[_0x52d504(0x576)]:_0x26198d):_0x18f26c;},0x0)+_0x3f0365;}function vu(_0x43cf36){const _0x5e7731=_0x3f5fcc;return typeof _0x43cf36==_0x5e7731(0x1ec)&&Number[_0x5e7731(0x68b)](_0x43cf36)&&_0x43cf36>0x0?_0x43cf36:_0x104b87;}function yu(_0xcf603c,_0x24a3b9){const _0x162556=_0x3f5fcc;var _0x5b1bd1;let _0x93b871=_0x24a3b9?(_0x5b1bd1=_0xcf603c[_0x162556(0x2d0)])==null?void 0x0:_0x5b1bd1[_0x24a3b9]:void 0x0;return _0x93b871&&!_0x93b871[_0x162556(0x464)]?_0x93b871:xu(_0xcf603c);}function bu(_0x2bcd22,_0x36b117){const _0x3c0f68=_0x3f5fcc;var _0xd721e8;let _0x28fded=_0x36b117?(_0xd721e8=_0x2bcd22['views'])==null?void 0x0:_0xd721e8[_0x36b117]:void 0x0;return _0x28fded&&!_0x28fded[_0x3c0f68(0x464)]?_0x28fded:Su(_0x2bcd22);}function xu(_0x49eda4){const _0xd7fb77=_0x3f5fcc;var _0x43f89d,_0x197b83;let _0x3d20d2=(_0x43f89d=_0x49eda4[_0xd7fb77(0x2d0)])==null?{}:_0x43f89d,_0x726113=(_0x197b83=_0x49eda4[_0xd7fb77(0x350)])==null?[]:_0x197b83;return[..._0x726113,...Object[_0xd7fb77(0x433)](_0x3d20d2)[_0xd7fb77(0x345)](_0x364bf8=>!_0x726113[_0xd7fb77(0x33b)](_0x364bf8))][_0xd7fb77(0x533)](_0x41b06b=>_0x3d20d2[_0x41b06b])[_0xd7fb77(0x1f2)](_0x20ab6c=>_0x20ab6c&&!_0x20ab6c['deleted']);}function Su(_0x5dc4e3){const _0x112f54=_0x3f5fcc;var _0x24a13f,_0x319770;let _0x3f4460=(_0x24a13f=_0x5dc4e3[_0x112f54(0x480)])==null?{}:_0x24a13f,_0xe8d926=(_0x319770=_0x5dc4e3[_0x112f54(0x408)])==null?[]:_0x319770;return[..._0xe8d926,...Object[_0x112f54(0x433)](_0x3f4460)['filter'](_0x284ac5=>!_0xe8d926[_0x112f54(0x33b)](_0x284ac5))][_0x112f54(0x533)](_0x1eeed4=>_0x3f4460[_0x1eeed4])['find'](_0x52c1a6=>_0x52c1a6&&!_0x52c1a6[_0x112f54(0x464)]);}function Cu(_0x47963d){const _0x3fa99b=_0x3f5fcc;var _0x20ddf7,_0x274906;let _0x57cf76=(_0x20ddf7=_0x47963d['records'])==null?{}:_0x20ddf7;return((_0x274906=_0x47963d[_0x3fa99b(0x32d)])!=null&&_0x274906[_0x3fa99b(0x203)]?_0x47963d[_0x3fa99b(0x32d)]:Object[_0x3fa99b(0x433)](_0x57cf76))[_0x3fa99b(0x345)](_0x100eab=>{var _0x3b7f4f;return!((_0x3b7f4f=_0x57cf76[_0x100eab])!=null&&_0x3b7f4f['deleted']);})[_0x3fa99b(0x203)];}function wu(_0x537bb2,_0x1e024b,_0x5dd5d2){return{..._0x4371ee(_0x537bb2,_0x1e024b),'activateAnchor':_0x2638d8=>{const _0x13b7a7=_0x2e56;Eu(_0x2638d8['hostUnitId'],_0x2638d8[_0x13b7a7(0x380)],_0x1e024b,Ou(_0x5dd5d2));}};}function Tu(){const _0x1c6d7d=_0x3f5fcc;return{'hostType':_0x52a08f[_0x1c6d7d(0x1dc)],'entry':_0x1c6d7d(0x4d5),'layout':_0x1c6d7d(0x1a5),'supportedLayouts':[_0x1c6d7d(0x1a5)],'menuBehavior':_0x1c6d7d(0x529),'mount':_0x2949e5=>{const _0x1e034f=_0x1c6d7d;let _0x5f142b=ku(_0x1e034f(0x272),_0x2949e5['descriptor']['hostAnchorId']);return _0x5f142b?{'hostElement':_0x5f142b}:{};}};}function Eu(_0x2a41ff,_0x2dff26,_0x491a0f,_0xa18bdb){const _0x5be30f=_0x3f5fcc;var _0x4e2d83;if(!_0xa18bdb)return;_0xa18bdb['activateTable'](_0x2dff26);let _0x94d4c=(_0x4e2d83=Du(_0x491a0f,_0x2a41ff))==null?void 0x0:_0x4e2d83[_0x5be30f(0x2d0)][_0x2dff26],_0x1fe57a=_0x94d4c==null?void 0x0:_0x94d4c['viewOrder'][_0x5be30f(0x1f2)](_0x5ba891=>{let _0x2f1f72=_0x94d4c['views'][_0x5ba891];return _0x2f1f72&&!_0x2f1f72['deleted'];});_0x1fe57a&&_0xa18bdb[_0x5be30f(0x51d)](_0x1fe57a),_0xa18bdb[_0x5be30f(0x30b)](null),_0xa18bdb['closeRecordDetail']();}function Du(_0x149b84,_0x193adc){const _0x312ff5=_0x3f5fcc;var _0x28145a;return _0x149b84==null||(_0x28145a=_0x149b84[_0x312ff5(0x212)](_0x193adc,_0x52a08f[_0x312ff5(0x1dc)]))==null?void 0x0:_0x28145a[_0x312ff5(0x492)]();}function Ou(_0x28f6eb){const _0x5bdd3b=_0x3f5fcc;return typeof _0x28f6eb==_0x5bdd3b(0x1b2)?_0x28f6eb():_0x28f6eb;}function ku(_0x568641,_0x24c9ec){const _0x277ec7=_0x3f5fcc;return document[_0x277ec7(0x2e2)]('['+_0x568641+'=\x22'+Au(_0x24c9ec)+'\x22]');}function Au(_0x194223){const _0x119db6=_0x3f5fcc;return _0x194223[_0x119db6(0x357)](/\\/g,'\x5c\x5c')[_0x119db6(0x357)](/"/g,'\x5c\x22');}function ju(_0x12de63){return{'childType':_0x52a08f['UNIVER_BASE'],'handleWheel'(_0x2536ae){const _0x11c150=_0x2e56;var _0x1e8ca7,_0xf6d954;if(_0x2536ae[_0x11c150(0x640)]!==_0x11c150(0x68c)&&as(_0x2536ae[_0x11c150(0x570)],_0x2536ae[_0x11c150(0x3aa)]))return!0x1;let _0x2f027a=(_0x1e8ca7=_0x2536ae[_0x11c150(0x4f8)]['injector'])==null?_0x12de63:_0x1e8ca7,_0x190b5e=_0x2f027a[_0x11c150(0x4ec)](_0x329883)?_0x2f027a[_0x11c150(0x613)](_0x329883):_0x12de63[_0x11c150(0x4ec)](_0x329883)?_0x12de63[_0x11c150(0x613)](_0x329883):void 0x0;return(_0xf6d954=_0x190b5e==null?void 0x0:_0x190b5e[_0x11c150(0x616)](_0x2536ae[_0x11c150(0x4e8)],Mu(_0x2536ae[_0x11c150(0x3aa)],_0x2536ae[_0x11c150(0x517)])))==null?!0x1:_0xf6d954;}};}function _0x3adc(){const _0x116ee2=['getOwnPropertySymbols','float','sceneCanvasCaptureService','tabIndex','menuChanged$','merge','getLive','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','override$','join','container','_configService','menuOutlet','fixed','fit-width','dependencyCollection','innerWidth','getRowHeight','string','allowHostBodyDrag','dispose','createRibbonOverride','univer-inline-flex\x20univer-cursor-move','top','wrap','_restorePreviousChildCurrentUnit','closeRecordDetail','renderScope','undoRedoStatus$','univer-doc-selection-container-docs-','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','_isHostPreservingLease','pending','message','body','element','getComputedStyle','tableId','slide-readonly-preview','host-scroll','containsElement','univer-embed-float-dom__chrome','getActive','_floatingHostFocusRestorers','label','display','floating-menu','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','resolved','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','min-height:96px','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','mergeMenu','child-keyboard','_setRenderFailure','_registerRuntimeBoundary','childType','embed-ui.fullscreen.exit','execute','_focusTemporarySink','resolveRuntimeScopeByChildUnitId','_ownedEmbedAppliesToChildUnit','_releaseTabPeerFocusLease','_focusUnit','__embedSharedRootInjector','ALL','getColVisible','slides-ui.ribbon','pointerEvents','_releaseFloatingHostFocusRestorers','contextChanged$','now','deleteConfig','_pendingPortalOwner','_exited$','defaultPrevented','getUniverSheetInstance','getMaxScrollLeft','_flushPendingContributions','none','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','_undoRedoService','_isOwnedBoundaryElement','divider-format-tools','RIGHT','getFlatMenuByPositionKey','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','_materializeService','slideOrder','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','floating','data-embed-id','table-','_layoutService','open','menuSlot','dataset','ready','-100000px','keyboard','checkElementInCurrentContainers','useValue','univer-embed-float-dom__content\x20univer-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','offsetWidth','symbol','values','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','lease','shouldSuppressHostInteraction','divider-layout','closeActiveEditor','--univer-embed-docs-block-viewport-height','data-embed-interaction-boundary-owner','capture','unmountFloatingSessions','_portalObservers','renderPreview','setLeftSidebarVisible','cancelAnimationFrame','deltaX','_notifyRuntimeFocusChanged','12px','outline','overflow','embedChildRenderStatus','onCommandExecuted','acquireLease','title-only','sheets-sheet-tab','get','search','commandId','handleRegisteredWheel','embed-ui.sheetsFloating.borderLine.borderColor','getBoundingClientRect','OTHERS','clearSelection','popup','reduce','disposeWithMe','deltaMode','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','requestAnimationFrame','cssText','startEditingCell','univer:embed-float-drag-handle:pointerdown','setStage','conditions','.univer-embed-docs-custom-block','delete','stage2','#app','activeTableId','getViewport','data-u-comp','fontFamily','_config','General','_runQueue','remove','_markExistingBodyPortals','activatePortalScope','engine','bottom','rootElement','_getChildUnitForMeasurement','activateFullscreen','session','viewportHeight','hasAttribute','_createRenderScope','indexOf','_rootsByHostAnchorId','clearTab','source','_isAppShellEditorPortalCandidate','footer','[data-embed-sheets-sheet-tab-host=\x22','_registerDefaultHostToolbar','mode','divider-format','menuContainer','key','materializeDescriptor','692079qVMhIs','classList','setScrollState','resolveStackUnitId','contentRect','maxDepth','univer-embed-float-dom__chrome\x20univer-pointer-events-none\x20univer-fixed\x20univer-z-[1000]\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','composedPath','focusFloatingRuntime','deleteBlock','setAttribute','base-embed-fullscreen-view-tabs','includeAppShellEditorPortal','token','_normalizeHostMountResult','zoom','getState','divider',':anonymous:','background:rgba(99,102,106,.06)','restoreEmbed','data-embed-popup-root','enter','activateSession','_setCurrentUnitForType','pushUndoRedo','decorate','ribbonService','EMBED_MOUNT_HOST_NOT_REGISTERED','conditionalColoring','defaultPageSize','target','_rememberPreviousChildCurrentUnit','overflowY','_rendering','embed-ui.config','focusin','isConnected','setLeftPanelWidth','embedChildRenderUnitId','canvasRoot','doc-flow','disableLiveHostPointerEvents','base-embed-view-panel','Sheets','contentHeight','_getActiveElement','getUnitCreateOptions','activeIndex','shiftKey','hypot','findIndex','radio','image/png','13px','84HvksQp','warn','getColumnCount','60voXDvj','data-embed-footer-slot','129992MWFinB','aria-hidden','menuItem','_claimBodyPortals','parentElement','isFinite','host-scroll-sync','workbench','host','baseUnitId','insertBefore','_isRuntimeFocusRole','_rectContainsPoint','_registeredProductPluginNames','dropdown','MutationObserver','embedRuntimeBlocked','disabled','_releaseTabPeerFocusLeasesForHost','univer-flex\x20univer-items-center\x20univer-justify-center','missing-descriptor','customizeKanban','commandService','scrollHeight','unit','embedSlidePreviewCanvasHost','geometryInvalidated$','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','selector','bases-ui.viewSettings.title','customBlockRenderViewport','_maxDepth','markStale','_activeDrain','click','registerFocusHandler','#b91c1c','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','0\x20/\x200','notifyExited','data-embed-floating-menu-entry','unsupported-layout','Empty\x20embed\x20float\x20preview\x20result.','tab-peer','_activePortalOwners','handleWheel','visible','univer-min-w-0\x20univer-truncate','[data-embed-interaction-boundary-owner]','toPrimitive','waiting-base-canvas-root','stage-change','contentRoot','_resolveChildUnitId','getSlides','embed-ui.sheetsFloating.toolbar.textColor.main','function','calendarEventSettings','_hostAdapterRegistry','TITLE_ONLY','Filter','identifier','#111827','embed-ui.sheetsFloating.align.center','_contextsByHostAnchorId','univer-contents','1.0.0-insiders.20260709-5fcadb2','EMBED_MOUNT_CHILD_NOT_RESOLVED','addRecord','numfmt','startX','univer-text-sm','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','note','embed-ui.sheetsFloating.toolbar.resetColor','FloatingToolbarTrigger','reRender','univer-base-embed-floating-menu\x20univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','start','captureByEmbedId','removeAttribute','role','popupRoot','docs-sticky-sheet','rowHeight','previewUpdated$','child-fullscreen','sourceMeta','deltaZ','hasBlockingChildFocusLease','owner','clearFullscreen','docs-ui.ribbon','sheets-ui.ribbon','hostAnchorRecord','_drainQueue','FloatingToolbarSplitTrigger','activate','UNIVER_BASE','allowed','renderScopeActive','inactive','menuSchema','ctrlKey','scopedInjector','canvasFloatDomPreviewService','SELF','registerProvider','_leases','activeViewId','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','getPropertyValue','docs-ui.embed','_touchServices','number','slide-page-list','enabled','identifier:ui.contextmenu.service','getCurrentUnitOfType','data-embed-overlay-root','find','triggerContextMenu','.univer-embed-float-dom__chrome[data-embed-id=\x22','_ownedRuntimeFocusAppliesToHost','_mountService','collectViewState','mounted','preventDefault','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','currentTarget','univer-text-red-500\x20hover:univer-text-red-600','getOverride','docs-sticky-base','columnHeader','_getHostUnit','setActive','_activateTabPeerFocusLease','length','scaleY','activeTable','disposed','then','Base','Slide\x20','onHostWheel','univer-embed-float-dom__interaction-gate\x20univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','max','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','_dispatchEscapeToFloatingSurface','bases-ui.confirmDelete.viewDescription','canvas','rules','getUnit','mountService','placeholder','_ensurePortalObserver','_registerRootPopupDescendantFocusRoles','bases-ui.viewSettings.addView','render','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','bases-ui.duplicateTable.copyName','_createMountFocusRestorer','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','showHostDragHandle','contentWidth','position','data-embed-slides-page-list-host','data-embed-child-type','getLocales','_override$','EMBED_MOUNT_CHILD_NOT_REGISTERED','clear','[data-embed-float-fullscreen-button]','class','true','_contentSizeRegistry','section','visibility','_isDetachedOffscreenPortalCandidate','maxRetries','getAllUnitsForType','data-embed-menu-slot','border:1px\x20dashed\x20rgba(99,102,106,.35)','_hostContainerRegistry','mountMenu','direction$','_mountFloatingMenu','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','clearUnit','_renderOne','blur','dpr','registerRoot','_refreshHostDocZoom','_blurActiveElementBeforePortalReassignment','getRenderById','registerPlugin','getParentEmbedId','small','slide-workbench','_leaseAppliesToChildUnit','defineProperty','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','hasRecentInteraction','registerContext','__addUnit','range','_floatingActiveService','_removeRuntimeFocusRoleTree','configurations','univer-fixed\x20univer-z-[900]','calculatePagePosition','bases-ui.ribbon','hidden','pointerId','_markInteractionBoundaryOwnerTree','version','2042400zsrsEm','_releaseBodyPortalClaims','customizeGallery','unitID','mounting','previewRequested$','.univer-embed-float-dom__content','title','documentFlavor','_resolveFloatingSurfaceRoot','hasChildInteractionLease','disableEdit','univer-h-8\x20univer-w-full\x20univer-px-2','_focusLayout','removeEventListener','hasExact','embedFloatStage','dialog','openContextMenu','1201842ncwUkL','fieldOrder','some','height:100%','active$','image','verticalWheelMode','round','_enableEmbedUnitLeasePolicy','activated$','onChange','toDataURL','data-embed-bases-table-list-host','components','appendChild','_isBlockingLease','--univer-embed-floating-menu-top','runtime','getConfig','FORMULAS','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','revision','deltaY','subUnitId','setCurrentUnitForType','context','stale','tab','focused$','DATA','Docs','sequence','activeSlideId$','name','textContent','_overlayRootService','sheets-ui.embed','flatMap','type','scaleX','univer-popover','univer.embed.host-vertical-wheel-attempted-event','setProperty','_queue','registerContextMenuHandler','makeDirty','addedNodes','_getOwnedEmbedIdFromEventPoint','viewState','removeProperty','createDefaultConfig','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)]','layoutPolicy','sheets-numfmt-ui.title','univer-min-w-0\x20univer-truncate\x20univer-text-left','session$','textColor','stopPropagation','_disposed','schedule','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','align-items:center','_registerProductPluginsOnce','startY','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','getAll','trim','[id^=\x22univer-doc-selection-container-docs-\x22]','bases-ui.embed','_entriesByEmbedId','data-embed-floating-menu-popup','invalidate','subscribe','[data-embed-float-drag-handle=\x22true\x22]','#000000','chart','getByHostAnchorId','injector','decoratorName','univer-size-[23px]\x20univer-fill-current','_containsRegisteredElement','dispatchEvent','hasHostPreservingChildFocusLeaseForHost','OVERFLOW','dragStarted','setTimeout','toggleAttribute','transient','Previous\x20page','unitId','_resolveLayout','_previousChildCurrentUnits','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','nativeEvent','_isOwnedElement','docsLeft','floating-stage','kind','getAncestryForHostUnit','NONE','_anchorModelService','univer-flex\x20univer-items-center\x20univer-gap-1','28px','deferred','univer-doc-selection-container-__INTERNAL_EDITOR__','reason','tables','_markBodyPortalOwner','openToolbarPanel','sessionMode','contribution','scrollTop','fallbackTitle','univer-mx-2\x20univer-h-6\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600','embedHostAnchorId','scroll-contained','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','catch','getDescriptor','_registerDefaultProductUIPlugins','mount','233128rkwxPh','VIEW','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','querySelector','_getChildSessionPriority','getRowVisible','getTypeOfUnitDisposed$','_getSlideModel','moved','removeRender','identifier:ui.sidebar.service','retryDelay','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','_notifyRuntimeSessionChanged','createUnit','focusUnit','univer-dropdown','univer-h-3\x20univer-w-px\x20univer-bg-gray-100\x20dark:!univer-bg-gray-700','getCacheKey','_isUniverPortalTreeElement','passThroughInteractionGate','[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]','_sessions','childContext','UNIVER_SLIDE','hidden$','collapsedIds$','sWidth','sort','29209FHXHii','resolveActiveChildSessionRuntimeScope','Delete\x20embed\x20block','hasRecentInteractionFor','startedAt','.univer-embed-float-dom__live','listSessions','next','params','bases-ui.viewSettings.deleteView','defaultView','onStarting','updatedAt','getDirection','packageName','setSelection','prototype','endRow','getContextByHostAnchorId','requestPreview','_registerChildFocusBridge','child-popup','rect-popup','base','embedModelService','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','doc-block-stage2-runtime','_leaseAppliesToHostUnit','value','undos','unmount','getContextByEmbedId','formatPainter','UNIVER_SHEET','_findFallbackUnitId','hideContextMenu','_isBodyPortalCandidate','registerElement','attributes','asObservable','_providers','_getVisibleCanvasDocumentRect','runtimeRoots','embed-ui.sheetsFloating.toolbar.textWrapMode.main','univer-ml-9\x20univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','divider-block','_resolvedChildUnits','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','univer-text-primary-600','recordOrder','_renderManagerService','embedChildUnitId','_runtimeScopes','setActivatedTab','embedId','endColumn','config','univer-overflow-hidden','_assertChildUnitAvailable','getFocusOwner','changeDoc','[data-radix-popper-content-wrapper]','closeSearch','includes','maxHeight','getSlide','UNIVER_EMBED_UI_PLUGIN','supportedLayouts','activeElement','sheetLike','bind','supports','_commandService','filter','span','createRender','beforeDeactivate','factory','cycle','roots','univer-embed-float-dom__live\x20univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','closeContextMenu','INSERT','fullscreenService','tableOrder','_currentOverride','getRegistration','hostElement','_getBodyPortalOwner','embedChildRenderError','_roots','replace','getPrototypeOf','univer-min-w-0','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','data-embed-canvas-root','height','hostContext','onSelect','hostHeaderMode','set','RIBBON','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','bases-ui.confirmDelete.tableTitle','backgroundColor','bleedRight','error','_assertResolvedChild','HTMLElement','portalContainer','embed-ui.sheetsFloating.textWrap.clip','showChrome','univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','_runChildBeforeDeactivate','floor','embedFullscreenStatus','onPointerDown','activeEmbedId','closeToolbarPanel','embed-ui.sheetsFloating.align.right','shape','right','embed-ui','getRegistrationByChildUnitId','child-session','focus','allowHostDragHandle','data','bleedWidth','hostFloatDomLayout$','ribbon','data-embed-child-unit-id','hostAnchorId','getSheetId','slide-canvas','fullscreen','childUnit','embedLayout','_contextsByEmbedId','drawImage','subscribeConfigValue$','documentElement','_mountBlockedRuntime','[data-embed-runtime-focus-role]','getCanvasElement','with','restoreAnchor','hideAllContextualTabs','.univer-embed-float-dom__live-canvas','_univerInstanceService','from','clearTimeout','ShapeTextEditorContainer','unitDisposed$','UNRECOGNIZED','SheetShapeTextEditorContainer','embed-ui.sheetsFloating.toolbar.fontSize','_nextIndex','clearVirtualRecords','onClick','expiresAt','hasAnyHostPreservingChildFocusLease','_instanceService','duplicated\x20plugin\x20name','data-embed-host-unit-id','univer-truncate','_contextService','Bases','lockHostRibbon','bases-ui.viewSettings.configureView','univer-min-w-0\x20univer-self-stretch','scene','pointerup','__editor___INTERNAL_EDITOR__','event','fallbackWidth','univer-fill-gray-900\x20dark:!univer-fill-white','getActiveSlide','stable','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','_entriesByKey','descriptor','customizeField','plugins','univer-z-[2]\x20univer-flex\x20univer-h-full','0px','deactivateTabSessions','pointermove','Embed','[data-embed-popup-root]','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','AllBorderIcon','hostToolbar','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','pluginName','getByEmbedId','getContextValue','univer-embed-float-dom__overlay\x20univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','button','root','embed-ui.sheetsFloating.toolbar.bold','sheet-overlay','mainComponent','--univer-embed-docs-block-page-width','call','getCanvas','overlayRoot','embed-ui.sheetsFloating.textWrap.overflow','iterator','registerComponent','color:rgba(30,34,43,.64)','_tabFocusLeases','createInstance','Select\x20page','embedSheetsSheetTabError','disposable','[data-embed-interaction-boundary-owner=\x22','viewId','area','_handlers','add','restoreUnitId','slides-page-list-block','resolvedDependencies','constructor','apply','_active$','_sceneCanvasCaptureService','doc-block','.univer-embed-float-dom__live-content','embed.sheets.full-ui-plugins','display:flex','activationService','restoreViewState','_registerProductUIContributions','forEach','_getCurrentUnitId','isFocused','useFactory','CLIP','deactivateFloatingSession','#ffffff','_getDocsLeft','runtimeSessionChanged$','showContextualTab','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','univer-size-7','viewSettings','hideFloatMenu','closeOwnedFloatingSurfaces','_collectOwnedFloatingSurfaceRoots','restoreService','createElement','12uyatPK','--univer-embed-docs-scroll-offset','getMergedMenuSchema','metaKey','_geometryInvalidated$','syncExecuteCommand','zoomRatio','doc-width-scale','surface','border-radius:8px','updateViewState','entries','settleDelayMs','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','viewOrder','fontSize','data-embed-child-render-unit-id','setSearchQuery','UNIVER_DOC','horizontalAlign','isChildUnitInActiveSession','disable','EmbedDuplicateChildUnitError','embed-ui.sheetsFloating.align.left','isChildUnitRuntimeEvent','getOwnPropertyDescriptor','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','pageManager','_getLatestActivePortalOwner','mountIntoHostElement','univer-size-3\x20univer-shrink-0','table','max-depth','className','keydown','triggerClassName','manual','_runtimePolicyService','aspect-fit','hyper-link','_leaseSequence','allowOwnedPortalReassignment','scrollWidth','boards-floating-object','querySelectorAll','Nested\x20embed\x20is\x20not\x20supported.','default','leftPanelWidth','drawings','getZoomRatio','virtualWidth','enable','inert','KeyboardEvent','pointerdown','_preserveHostGlobalFocusForFloating','_isBlockingRole','keys','_menuOverrideService','FOCUSING_','_ribbonOverrideService','complete','data-embed-runtime-focus-role','_focusOwnerService','univer-size-3.5','nextSibling','ghost','getCanvasEle','embedRenderScopeActive','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','list','hostChromeMode','getActiveSheet','bleedLeft','EMBED_MOUNT_CHILD_TYPE_MISMATCH','Next\x20page','fit','horizontal','=\x22true\x22][data-embed-float-stage=\x22stage2\x22]','query','unsubscribe','divider-border','item','bold','captureByHostAnchorId','fitToWidth','scopedActionServiceTokens','font:13px/1.5\x20sans-serif','contains','order','menuItems','subscribeContextValue$','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','setContextValue','setActiveSlide','clearFocusOwner','data-embed-float-dom','bases-ui.confirmDelete.tableDescription','exit','content','_context','_contextsByChildUnitId','disconnect','productName','identifier:univer.sheet.selection-render-service','--univer-embed-docs-block-content-height','deleted','menu','@univerjs-pro/embed-ui','clearActiveEditing','createScoped','[data-embed-overlay-root]','getValue','registerMultipleCommand','MIDDLE','clientWidth','hasCommand','Escape','sparkline','univer-size-6\x20univer-p-0','getCurrentTypeOfUnit$','content-only','getPreview','stage','children','selections','bases-ui.common.delete','_key','activateAnchor','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','getOffsetConfig','docs-custom-block','WRAP','object','views','index','splice','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','hostType','[data-u-comp=\x22headerbar\x22]','calendarViewSettings','activateFloating','existingEmbedId','hostUnitId','fromEntries','fakeToolbarVisible$','getContextByChildUnitId','executeCommand','tooltip','defaults','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','startsWith','getSnapshot','onMutationExecutedForCollab','THIN','auto','_rerenderHostDoc','finally','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','clearFloating','_pendingChildUnits','getCurrentSelections','medium','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','configChanged$','closed','addEventListener','univer-popup','embedChildType','_registerChildProductPlugins','_isHTMLElement','pointercancel','slideOrder$','activateTable','push','_focusCoordinator','register','observe','allowPlaceholder','addDescriptor','getCellMatrix','_registerProductMenus','recordId','setContainer','dir','getUnitId','darkMode','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','replaceChildren','data-embed-child-render-mode','sheet.operation.open.numfmt.panel','isArray','self','formulaBar','setConfig','dividerBefore','darkMode$','left','numberFormat','pivot-table','embed-ui.sheetsFloating.borderLine.borderSize','viewportScrollX','_current','view-','slides-floating-object','instanceService','_rootsByChildUnitId','sheet-workbench','getColumnWidth','univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','GLOBAL','_focusDocumentBody','__editor_docs-','measureContentSize','scrollToViewportPos','pointer-events','getSession','_initializeFloatingSessionActiveState','_registerServices','bases-table-list-block','univer-embed-float-dom__popup\x20univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','embed-ui.sheetsFloating.toolbar.formatPainter','icon','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','resize','trigger','univer-size-3','canMount','scroll','_injector','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','resolve','aside','289535naEoKv','borderComposite','closest','setFocusOwner','[data-embed-float-dom=\x22true\x22]','childUnitId','previewService','clientHeight','univer-embed-float-dom\x20univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','has','justify-content:center','overlay','_isUniverPortalCandidate','syncHostVerticalScroll','setZoom','abs','entry','checkContentIsFocused','registerCommand','embed-ui.sheetsFloating.toolbar.mergeCell.main','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','runtimeScope','clientX','resolvedDependencyCollection','_rootsByEmbedId','color','pipe','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','.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]','field-','\x20-\x20','univer-box-border\x20univer-px-24','embed.sheets.','allowDirectBodyPortal','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','getAttribute','getFocusedUnit','[data-embed-float-dom]','tab-active','univer-fill-primary-600','--univer-embed-docs-block-page-left','div','registerMountedRuntime','getDataRange','verticalAlign','stopEditingCell','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','52px','state$','parseFloat','_mountResolvedHost','_getActiveOwnedRuntimeFocusInfo','viewportScrollY','openSearch','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','current','registerRenderModule','scopedRenderInjector','activateView','active','data-embed-sheets-sheet-tab-host','stopImmediatePropagation','disposeUnit','reverse','TOP','app','status','onOpenChange','drawing','wheel','host-override','devicePixelRatio','divider-font','_hasUnit','getObject','registerOwnedElement','documentStyle','embedChildRenderMode','enableStage1BodyDrag','retrying-base-child-render','map','registerProductPlugins','tabindex','ignoreOwners','getAncestorScale','fullscreen-runtime','pageId','localeChanged$','ownerDocument','priority','removeChild','getStage','_elements','sheetBar','bases-ui.tableSidebar.defaultTableName','univer-grid\x20univer-gap-0.5','ref','createChild','pageMarginRight','retry','runtimeFocusChanged$','associatedChildUnitIds','_registrations','scrollByViewportDeltaVal','getUnitType','embed-ui.sheetsFloating.align.top','captureByChildUnitId','\x20/\x20','sheets-floating-object','child-editor','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','[data-embed-floating-menu=\x22true\x22]','100%','VIEW_MAIN','_getEventClientPoint','_cleanupOrdinaryBodyChromeClaims','shift','unitAdded$','renderManagerService','data-embed-content-root','scrollLeft','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','hideHostFxBar','child-tab','_embedModelService','document','getId','_childUnitAncestry','prepare','records','embed-ui.sheetsFloating.toolbar.fillColor.main','activateTab','child-scroll','code','registerRuntimeScope','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','group','min','beforeCommandExecuted','SKIP_SELF','style','layout','_blockRegistry','design','thread-comment','getTypeOfUnitAdded$','box-sizing:border-box','width','stage1','registerCtorForType','size','_resolveChildSessionMode','_modelService','bases-ui.viewSettings.copySuffix','_getHostSnapshot','inline','pointer','univer-pointer-events-none','displayName','BOTTOM','slides-ui.embed','_sortHandlers','_contributions','innerHeight','_getOrCreateRender','_session$','univer-text-gray-900\x20dark:!univer-text-white','exited$','clientY','flushForTests','univer-gap-0.5\x20univer-px-1','embedHostEntry','setSearchActiveIndex','univer-mx-0.5\x20univer-h-5\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600','readonly'];_0x3adc=function(){return _0x116ee2;};return _0x3adc();}function Mu(_0x2018ab,_0x13e427){const _0x4f548f=_0x3f5fcc;return{'deltaX':_0x2018ab['deltaX'],'deltaY':_0x2018ab[_0x4f548f(0x27c)],'deltaMode':_0x2018ab[_0x4f548f(0x61e)],'clientX':_0x2018ab['clientX'],'clientY':_0x2018ab['clientY'],'shiftKey':_0x2018ab[_0x4f548f(0x67b)],'viewportScrollY':_0x13e427};}function Nu(){const _0xd722cc=_0x3f5fcc;return{'childType':_0x52a08f[_0xd722cc(0x1dc)],'supportedLayouts':[_0xd722cc(0x1a5),'docs-sticky-base',_0xd722cc(0x2d9)],'beforeDeactivate':Pu,'mount':Fu};}function Pu(_0x318f45){const _0x452d83=_0x3f5fcc;var _0x2fb252;(_0x2fb252=_0x318f45['runtimeScope']['commandService'])==null||_0x2fb252[_0x452d83(0x3ff)](_0x45e00b['id'],{'commit':!0x1});}function Fu(_0x5252bb){const _0x293d2e=_0x3f5fcc;let _0x5cd99d=_0x5252bb[_0x293d2e(0x2b3)][_0x293d2e(0x613)](_0x4973db)['getUnit'](_0x5252bb[_0x293d2e(0x4e8)],_0x52a08f['UNIVER_BASE']);if(!_0x5cd99d)return;let _0x466877=new _0xbfbdf7(),_0xbc7afc=new _0x1ba0cd(),_0x58e0cb=new _0x108198(_0x466877),_0x2efab4=new _0x4a2e6c(),_0x2e4c65=Hu(_0x5252bb,_0x466877,_0xbc7afc,_0x58e0cb);if(!_0x2e4c65){_0x2efab4[_0x293d2e(0x5a6)](),_0x58e0cb[_0x293d2e(0x5a6)](),_0xbc7afc[_0x293d2e(0x5a6)](),_0x466877[_0x293d2e(0x5a6)]();return;}let _0x47279d=Gu(_0x5252bb);Wu(_0x466877,_0x5cd99d,_0x47279d);let _0x5e0681=_0x5252bb['descriptor'][_0x293d2e(0x645)]===_0x293d2e(0x591),_0x57bb03=Ku(_0x5252bb[_0x293d2e(0x2b3)],_0x2e4c65,_0x466877,_0xbc7afc,_0x58e0cb,_0x47279d,_0x2efab4,_0x5e0681,_0x5252bb[_0x293d2e(0x4f8)][_0x293d2e(0x34b)][_0x293d2e(0x61b)]);Iu(_0x5252bb,_0x57bb03);let _0x326a6e=Lu(_0x5252bb),_0xa27248=Vc(_0x326a6e),_0x4f41e5=Ru(_0x5252bb,_0x57bb03),_0x5d1a3b=_0x5252bb[_0x293d2e(0x2b3)][_0x293d2e(0x613)](_0x4973db),_0x102512=_0x5d1a3b[_0x293d2e(0x1f0)](_0x52a08f[_0x293d2e(0x1dc)]);return _0x5d1a3b[_0x293d2e(0x27e)](_0x5252bb['childUnitId']),_0x326a6e['dataset'][_0x293d2e(0x671)]=_0x5252bb[_0x293d2e(0x4e8)],_0x326a6e[_0x293d2e(0x5f2)][_0x293d2e(0x530)]='base-workbench',_0xa27248[_0x293d2e(0x218)](_0x23b3a2(jc,{'injector':_0x57bb03,'mountContainer':_0x5252bb[_0x293d2e(0x4f8)][_0x293d2e(0x34b)][_0x293d2e(0x61b)],'embedId':_0x5252bb[_0x293d2e(0x332)],'children':_0x23b3a2(_0x1a564d,{})})),_0x5b1d76(()=>{const _0x117d5=_0x293d2e;_0x4f41e5[_0x117d5(0x5a6)](),Hc(_0xa27248),_0x102512&&_0x5d1a3b[_0x117d5(0x27e)](_0x102512[_0x117d5(0x4b3)]()),_0x2efab4['dispose'](),_0x58e0cb[_0x117d5(0x5a6)](),_0xbc7afc[_0x117d5(0x5a6)](),_0x466877[_0x117d5(0x5a6)](),_0x57bb03['dispose'](),_0x326a6e[_0x117d5(0x66f)]&&(_0x326a6e[_0x117d5(0x1ca)](_0x117d5(0x40a)),_0x326a6e['removeAttribute']('data-embed-child-render-mode'));});}function Iu(_0x18b6b9,_0x390eee){const _0x17b3a2=_0x3f5fcc;_0x18b6b9[_0x17b3a2(0x4f8)]['injector']=_0x390eee,_0x18b6b9[_0x17b3a2(0x4f8)]['instanceService']=_0x390eee[_0x17b3a2(0x613)](_0x4973db),_0x18b6b9[_0x17b3a2(0x4f8)][_0x17b3a2(0x190)]=_0x390eee['get'](_0x4c2aa7);}function Lu(_0x156ec6){const _0x2cda82=_0x3f5fcc;var _0x57f815,_0x4333c1,_0x2e9230,_0x6031dc,_0x147d60,_0x4afb36;return(_0x57f815=(_0x4333c1=(_0x2e9230=(_0x6031dc=_0x156ec6[_0x2cda82(0x4f8)])==null||(_0x6031dc=_0x6031dc[_0x2cda82(0x34b)])==null?void 0x0:_0x6031dc['content'])==null?(_0x147d60=_0x156ec6[_0x2cda82(0x5ad)])==null?void 0x0:_0x147d60[_0x2cda82(0x1ae)]:_0x2e9230)==null?(_0x4afb36=_0x156ec6[_0x2cda82(0x5ad)])==null?void 0x0:_0x4afb36['rootElement']:_0x4333c1)==null?document:_0x57f815;}function Ru(_0x533553,_0x4fad35){const _0x5ee69c=_0x3f5fcc;let _0x522f90=!0x1,_0x2fb5cf=0x0,_0x481887=_0x5b1d76(()=>{}),_0x5a2c0f,_0x207ba2=()=>{const _0x347596=_0x2e56;if(_0x522f90)return;let _0x53afb4=()=>{const _0x57a93c=_0x2e56;_0x2fb5cf=window[_0x57a93c(0x620)](_0x207ba2);},_0x31adf5=zu(_0x533553);if(!Bu(_0x31adf5)){_0x533553['container'][_0x347596(0x5f2)][_0x347596(0x60e)]=_0x347596(0x1ac),_0x53afb4();return;}if(_0x5a2c0f===_0x31adf5&&_0x31adf5['querySelector'](_0x347596(0x210)))return;_0x481887[_0x347596(0x5a6)]();let _0x182e3f=_0x533553[_0x347596(0x2b3)][_0x347596(0x613)](_0x1b124b),_0xb4cea4;try{_0xb4cea4=Yl(_0x182e3f,_0x533553[_0x347596(0x4e8)],_0x4fad35);}catch(_0x372911){_0x533553[_0x347596(0x59c)][_0x347596(0x5f2)][_0x347596(0x355)]=_0x372911 instanceof Error?_0x372911['message']:String(_0x372911),_0xb4cea4=void 0x0;}if(!_0xb4cea4){_0x533553[_0x347596(0x59c)][_0x347596(0x5f2)]['embedChildRenderStatus']=_0x347596(0x532),_0x5a2c0f=void 0x0,_0x53afb4();return;}delete _0x533553[_0x347596(0x59c)][_0x347596(0x5f2)][_0x347596(0x355)],_0x31adf5[_0x347596(0x5f2)][_0x347596(0x671)]=_0x533553['childUnitId'],_0xb4cea4[_0x347596(0x634)][_0x347596(0x2de)](_0x31adf5),Zl(_0xb4cea4,{'activate':Vu(_0x533553)});let _0x5eec0f=Gl(_0xb4cea4,_0x31adf5,{'activate':!0x1});_0x481887=_0x5b1d76(()=>{const _0x465ba2=_0x347596;_0x5eec0f[_0x465ba2(0x5a6)]();try{var _0x1889d8,_0x4528b9;(_0x1889d8=(_0x4528b9=_0xb4cea4['engine'])[_0x465ba2(0x31a)])==null||_0x1889d8['call'](_0x4528b9);}catch{}_0x182e3f['removeRender'](_0x533553[_0x465ba2(0x4e8)]),_0x31adf5[_0x465ba2(0x1ca)]('data-embed-child-render-unit-id');}),_0x5a2c0f=_0x31adf5,_0x533553[_0x347596(0x59c)][_0x347596(0x5f2)]['embedChildRenderStatus']=_0x347596(0x1f8),_0x53afb4();};return _0x2fb5cf=window[_0x5ee69c(0x620)](_0x207ba2),_0x5b1d76(()=>{const _0x1fc5f8=_0x5ee69c;_0x522f90=!0x0,window[_0x1fc5f8(0x608)](_0x2fb5cf),_0x481887['dispose']();});}function zu(_0x52c16e){const _0x55af59=_0x3f5fcc;return _0x321c8b({'unitId':_0x52c16e[_0x55af59(0x4e8)],'scope':Lu(_0x52c16e)});}function Bu(_0x986a0d){const _0x519a3b=_0x3f5fcc;return!!_0x986a0d&&_0x986a0d['isConnected']&&_0x986a0d['clientWidth']>0x0&&_0x986a0d[_0x519a3b(0x4ea)]>0x0;}function Vu(_0x2b219f){return!0x0;}function Hu(_0x4145b0,_0x401983,_0x38f0ad,_0x3094f9){const _0x3d41e3=_0x3f5fcc;let _0xa7e0ee=_0x4145b0[_0x3d41e3(0x2b3)][_0x3d41e3(0x613)](_0x4973db),_0x137ee4=_0xa7e0ee['getUnit'](_0x4145b0[_0x3d41e3(0x4e8)],_0x4145b0[_0x3d41e3(0x5ca)]);if(!_0x137ee4)return;let _0x5eee3d=Uu(_0xa7e0ee,_0x4145b0,_0x137ee4),_0x47f649=qu(_0x4145b0['injector'][_0x3d41e3(0x613)](_0x4c2aa7),_0x401983,_0x38f0ad,_0x3094f9,_0xa7e0ee,_0x4145b0['childUnitId']);return vo(_0x4145b0[_0x3d41e3(0x2b3)],new Map([[_0x4973db,_0x5eee3d],[_0x4c2aa7,_0x47f649],[_0x292d48,_0xafe377(Lu(_0x4145b0))]]));}function Uu(_0x30c100,_0x5124bf,_0x30525c){const _0x5da884=_0x3f5fcc;return{'unitAdded$':_0x30c100['unitAdded$'],'unitDisposed$':_0x30c100['unitDisposed$'],'focused$':_0x1e79ed(_0x30525c[_0x5da884(0x4b3)]()),'getTypeOfUnitAdded$':_0x30c100[_0x5da884(0x574)][_0x5da884(0x342)](_0x30c100),'__addUnit':_0x30c100[_0x5da884(0x247)][_0x5da884(0x342)](_0x30c100),'getTypeOfUnitDisposed$':_0x30c100[_0x5da884(0x2e5)][_0x5da884(0x342)](_0x30c100),'focusUnit':_0x1bccfc=>{const _0x2221b2=_0x5da884;_0x1bccfc===null||_0x1bccfc===_0x5124bf[_0x2221b2(0x4e8)]||_0x30c100['focusUnit'](_0x1bccfc);},'getFocusedUnit':()=>_0x30525c,'getCurrentUnitOfType':_0x30b7eb=>_0x30b7eb===_0x5124bf[_0x5da884(0x5ca)]?_0x30525c:_0x30c100[_0x5da884(0x1f0)](_0x30b7eb),'setCurrentUnitForType':_0x28e0ce=>{const _0x5a5269=_0x5da884;_0x28e0ce!==_0x5124bf['childUnitId']&&_0x30c100[_0x5a5269(0x27e)](_0x28e0ce);},'getCurrentTypeOfUnit$':_0x3b9f5e=>_0x3b9f5e===_0x5124bf['childType']?_0x1e79ed(_0x30525c):_0x30c100[_0x5da884(0x472)](_0x3b9f5e),'createUnit':_0x30c100[_0x5da884(0x2ed)][_0x5da884(0x342)](_0x30c100),'getUnitCreateOptions':_0x30c100[_0x5da884(0x679)][_0x5da884(0x342)](_0x30c100),'disposeUnit':_0x30c100[_0x5da884(0x521)][_0x5da884(0x342)](_0x30c100),'registerCtorForType':_0x30c100['registerCtorForType']['bind'](_0x30c100),'changeDoc':_0x30c100[_0x5da884(0x338)]['bind'](_0x30c100),'getUnit':_0x30c100['getUnit'][_0x5da884(0x342)](_0x30c100),'getAllUnitsForType':_0x594b0d=>_0x594b0d===_0x5124bf[_0x5da884(0x5ca)]?[_0x30525c]:_0x30c100['getAllUnitsForType'](_0x594b0d),'getUnitType':_0x30c100['getUnitType'][_0x5da884(0x342)](_0x30c100),'getUniverSheetInstance':_0x30c100['getUniverSheetInstance'][_0x5da884(0x342)](_0x30c100)};}function Wu(_0x4c317d,_0x10b938,_0x158ec0=_0x3f5fcc(0x68d)){const _0x20d87a=_0x3f5fcc;var _0x30b227,_0x321a99,_0x413ddf,_0xe70097;let _0xe01621=_0x10b938[_0x20d87a(0x492)](),_0x14c4d4=(_0x30b227=(_0x321a99=_0xe01621[_0x20d87a(0x350)])==null?void 0x0:_0x321a99[0x0])==null?Object['keys']((_0x413ddf=_0xe01621[_0x20d87a(0x2d0)])==null?{}:_0x413ddf)[0x0]:_0x30b227,_0x20664e=_0x14c4d4?(_0xe70097=_0xe01621[_0x20d87a(0x2d0)])==null||(_0xe70097=_0xe70097[_0x14c4d4])==null||(_0xe70097=_0xe70097[_0x20d87a(0x408)])==null?void 0x0:_0xe70097[0x0]:void 0x0;_0x14c4d4&&_0x4c317d[_0x20d87a(0x4a7)](_0x14c4d4),_0x20664e&&_0x4c317d[_0x20d87a(0x51d)](_0x20664e),_0x4c317d[_0x20d87a(0x607)](_0x158ec0===_0x20d87a(0x68d));}function Gu(_0x3236e4){const _0x466860=_0x3f5fcc;return _0x3236e4['renderScope'][_0x466860(0x383)]?_0x466860(0x383):_0x3236e4[_0x466860(0x5ad)]['mode']===_0x466860(0x593)?_0x466860(0x473):_0x466860(0x68d);}function Ku(_0xf832ee,_0x2192af,_0x6e23e3,_0x2c602e=new _0x1ba0cd(),_0x5b196a=new _0x108198(_0x6e23e3),_0x16f2d5='workbench',_0x4b3a46,_0x2a6ba7=!0x1,_0x3826f8){const _0xacefe7=_0x3f5fcc;let _0x12022b=Xu(_0xf832ee['get'](_0x5dcf41),_0x16f2d5),_0x3ef309=qu(_0x2192af[_0xacefe7(0x613)](_0x4c2aa7),_0x6e23e3,_0x2c602e,_0x5b196a,_0x2192af[_0xacefe7(0x613)](_0x4973db),void 0x0,_0x2a6ba7),_0x335a0c=new Map([[_0xab0caa,_0x6e23e3],[_0x3c4c82,_0x2c602e],[_0x56ae71,_0x5b196a],[_0x4c2aa7,_0x3ef309],[_0x5dcf41,_0x12022b],[_0x292d48,_0x2192af[_0xacefe7(0x613)](_0x292d48)],[_0x129a39,_0x456116(_0x3826f8)]]);return _0x4b3a46&&_0x335a0c[_0xacefe7(0x360)](_0x329883,_0x4b3a46),vo(_0x2192af,_0x335a0c);}function qu(_0x935b79,_0x3954fd,_0x733c0,_0x16a370,_0x439202,_0x118c7c,_0x8ce431=!0x1){const _0x2959c7=_0x3f5fcc;return{'disposed':_0x935b79[_0x2959c7(0x206)][_0x2959c7(0x342)](_0x935b79),'hasCommand':_0x935b79[_0x2959c7(0x46e)][_0x2959c7(0x342)](_0x935b79),'registerCommand':_0x935b79[_0x2959c7(0x4f5)]['bind'](_0x935b79),'unregisterCommand':_0x935b79['unregisterCommand'][_0x2959c7(0x342)](_0x935b79),'registerMultipleCommand':_0x935b79[_0x2959c7(0x46b)][_0x2959c7(0x342)](_0x935b79),'executeCommand':async(..._0x8a02bc)=>{const _0x549666=_0x2959c7;let _0x5a321b=Ju(_0x8a02bc[0x0],_0x8a02bc[0x1],_0x3954fd,_0x733c0,_0x439202,_0x118c7c);if(_0x5a321b!==void 0x0)return _0x5a321b;if(Yu(_0x8a02bc[0x0],_0x8a02bc[0x1],_0x16a370,_0x8ce431))return!0x0;let _0x5b7eb1=_0x118c7c?_0x439202==null?void 0x0:_0x439202[_0x549666(0x1f0)](_0x52a08f[_0x549666(0x1dc)]):void 0x0;try{return _0x118c7c&&(_0x439202==null||_0x439202[_0x549666(0x27e)](_0x118c7c)),await _0x935b79[_0x549666(0x48d)](_0x8a02bc[0x0],_0x8a02bc[0x1],_0x8a02bc[0x2]);}finally{_0x5b7eb1&&(_0x439202==null||_0x439202[_0x549666(0x27e)](_0x5b7eb1[_0x549666(0x4b3)]()));}},'syncExecuteCommand':(..._0x37af37)=>{const _0xb7ca48=_0x2959c7;let _0x12ecbe=Ju(_0x37af37[0x0],_0x37af37[0x1],_0x3954fd,_0x733c0,_0x439202,_0x118c7c);if(_0x12ecbe!==void 0x0)return _0x12ecbe;if(Yu(_0x37af37[0x0],_0x37af37[0x1],_0x16a370,_0x8ce431))return!0x0;let _0x107739=_0x118c7c?_0x439202==null?void 0x0:_0x439202['getCurrentUnitOfType'](_0x52a08f[_0xb7ca48(0x1dc)]):void 0x0;try{return _0x118c7c&&(_0x439202==null||_0x439202['setCurrentUnitForType'](_0x118c7c)),_0x935b79[_0xb7ca48(0x3ff)](_0x37af37[0x0],_0x37af37[0x1],_0x37af37[0x2]);}finally{_0x107739&&(_0x439202==null||_0x439202['setCurrentUnitForType'](_0x107739['getUnitId']()));}},'onCommandExecuted':_0x935b79[_0x2959c7(0x60f)][_0x2959c7(0x342)](_0x935b79),'beforeCommandExecuted':_0x935b79[_0x2959c7(0x56d)]['bind'](_0x935b79),'onMutationExecutedForCollab':_0x935b79[_0x2959c7(0x493)]['bind'](_0x935b79)};}function Ju(_0x547bac,_0x4012f5,_0x7b4011,_0x1343b0,_0x4995ff,_0x20a881){const _0x223823=_0x3f5fcc;if(_0x547bac===_0x2f211a['id']){let _0x11c30c=_0x4012f5;return _0x11c30c!=null&&_0x11c30c[_0x223823(0x3d5)]?(_0x11c30c['tableId']&&_0x7b4011['activateTable'](_0x11c30c[_0x223823(0x5b7)]),_0x7b4011['activateView'](_0x11c30c[_0x223823(0x3d5)]),!0x0):!0x1;}if(_0x547bac===_0x4aaae9['id']){var _0x3cdca0;let _0x505996=_0x4012f5;if(!(_0x505996!=null&&_0x505996[_0x223823(0x5b7)]))return!0x1;_0x7b4011[_0x223823(0x4a7)](_0x505996[_0x223823(0x5b7)]);let _0x16227e=_0x505996[_0x223823(0x2bf)]?_0x4995ff==null?void 0x0:_0x4995ff[_0x223823(0x212)](_0x505996['unitId'],_0x52a08f[_0x223823(0x1dc)]):_0x4995ff==null?void 0x0:_0x4995ff['getCurrentUnitOfType'](_0x52a08f['UNIVER_BASE']),_0xc3a5b7=(_0x3cdca0=_0x16227e==null?void 0x0:_0x16227e[_0x223823(0x4b3)]())==null?_0x20a881:_0x3cdca0;_0xc3a5b7&&(_0x4995ff==null||_0x4995ff['setCurrentUnitForType'](_0xc3a5b7),_0x4995ff==null||_0x4995ff['focusUnit'](_0xc3a5b7));let _0x23b8a9=_0x16227e==null?void 0x0:_0x16227e[_0x223823(0x492)]()[_0x223823(0x2d0)][_0x505996[_0x223823(0x5b7)]],_0x254909=_0x23b8a9==null?void 0x0:_0x23b8a9[_0x223823(0x408)][_0x223823(0x1f2)](_0x444c20=>{const _0x5c51c4=_0x223823;let _0x573510=_0x23b8a9[_0x5c51c4(0x480)][_0x444c20];return _0x573510&&!_0x573510[_0x5c51c4(0x464)];});return _0x254909&&_0x7b4011[_0x223823(0x51d)](_0x254909),!0x0;}if(_0x547bac===_0x1d2db5['id']){var _0xc00941,_0x335d68;let _0x13d293=_0x4012f5;return _0x13d293!=null&&_0x13d293[_0x223823(0x3d5)]?(_0x7b4011[_0x223823(0x64c)](_0x13d293[_0x223823(0x3d5)],{'x':(_0xc00941=_0x13d293['x'])==null?0x0:_0xc00941,'y':(_0x335d68=_0x13d293['y'])==null?0x0:_0x335d68}),!0x0):!0x1;}if(_0x547bac===_0x497c68['id']){let _0x529336=_0x4012f5;return!(_0x529336!=null&&_0x529336[_0x223823(0x3d5)])||typeof _0x529336[_0x223823(0x659)]!=_0x223823(0x1ec)?!0x1:(_0x7b4011[_0x223823(0x4f1)](_0x529336[_0x223823(0x3d5)],_0x529336[_0x223823(0x659)]),!0x0);}if(_0x547bac===_0x334b7a['id'])return _0x4012f5?(_0x7b4011[_0x223823(0x39a)](),_0x1343b0[_0x223823(0x2d2)](_0x4012f5),!0x0):!0x1;if(_0x547bac===_0x21b1a1['id'])return _0x1343b0[_0x223823(0x372)](),!0x0;if(_0x547bac===_0x58249f['id'])return _0x4012f5?(_0x7b4011[_0x223823(0x39a)](),_0x1343b0[_0x223823(0x265)](_0x4012f5),!0x0):!0x1;if(_0x547bac===_0x552566['id'])return _0x1343b0[_0x223823(0x34d)](),!0x0;if(_0x547bac===_0x1ec5b7['id'])return _0x4012f5?(_0x1343b0['openActiveEditor'](_0x4012f5),!0x0):!0x1;if(_0x547bac===_0x10dd0e['id'])return _0x1343b0[_0x223823(0x600)](),!0x0;if(_0x547bac===_0x98c3d5['id']){let _0x507ef3=_0x4012f5;return _0x507ef3!=null&&_0x507ef3[_0x223823(0x4b0)]?(_0x7b4011['openRecordDetail'](_0x507ef3[_0x223823(0x4b0)]),!0x0):!0x1;}if(_0x547bac===_0x1f3d32['id'])return _0x7b4011[_0x223823(0x5ac)](),!0x0;}function Yu(_0x48cfe6,_0x5d13db,_0x123b34,_0x48d1a1=!0x1){const _0x3e7eaa=_0x3f5fcc;return _0x48cfe6===_0x3403b5['id']?(_0x48d1a1||_0x123b34[_0x3e7eaa(0x622)](_0x5d13db),!0x0):_0x48cfe6===_0x45e00b['id']?(_0x123b34[_0x3e7eaa(0x510)](),!0x0):!0x1;}function Xu(_0x476bca,_0x58d0eb){const _0xb15088=_0x3f5fcc;return{'getConfig':_0x28fcf5=>{const _0x265ac1=_0x2e56;let _0x356ec7=_0x476bca[_0x265ac1(0x278)](_0x28fcf5);return _0x28fcf5===_0x4f2109?Zu(_0x356ec7==null?{}:_0x356ec7,_0x58d0eb):_0x356ec7;},'setConfig':_0x476bca[_0xb15088(0x4bc)][_0xb15088(0x342)](_0x476bca),'deleteConfig':_0x476bca[_0xb15088(0x5da)][_0xb15088(0x342)](_0x476bca),'subscribeConfigValue$':_0x476bca[_0xb15088(0x388)][_0xb15088(0x342)](_0x476bca)};}function Zu(_0xd4485e,_0x34757d=_0x3f5fcc(0x68d)){const _0x3d7901=_0x3f5fcc;var _0x4c6035;let _0x358ea0;return _0x358ea0=_0x34757d==='content-only'||_0x34757d===_0x3d7901(0x383)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0xd4485e,'workbench':{...(_0x4c6035=_0xd4485e['workbench'])==null?{}:_0x4c6035,..._0x358ea0,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function Qu(_0x1c462f){const _0x15e94d=_0x3f5fcc;var _0x5063b5,_0x3f4135,_0x5de05c;if(_0x1c462f[_0x15e94d(0x5ad)][_0x15e94d(0x383)]&&_0x1c462f['runtimeScope'][_0x15e94d(0x34b)][_0x15e94d(0x5f1)])return _0x1c462f[_0x15e94d(0x4f8)][_0x15e94d(0x34b)]['menuSlot'];let _0xfe971e=(_0x5063b5=(_0x3f4135=_0x1c462f[_0x15e94d(0x4f8)][_0x15e94d(0x34b)][_0x15e94d(0x4ee)])==null?_0x1c462f[_0x15e94d(0x5ad)][_0x15e94d(0x3ca)]:_0x3f4135)==null?_0x1c462f[_0x15e94d(0x5ad)][_0x15e94d(0x636)]:_0x5063b5,_0x142b0f=(_0x5de05c=_0xfe971e[_0x15e94d(0x68a)])!=null&&_0x5de05c['classList']['contains'](_0x15e94d(0x5bb))?_0xfe971e[_0x15e94d(0x68a)]:void 0x0;return _0x142b0f==null?_0xfe971e:_0x142b0f;}function $u(_0x45ba19){const _0x3d4ccb=_0x3f5fcc;return[{'hostType':_0x52a08f[_0x3d4ccb(0x40c)],'entry':_0x3d4ccb(0x47d),'childType':_0x45ba19[_0x3d4ccb(0x5ca)],'mount':_0x45ba19['mount']},{'hostType':_0x52a08f[_0x3d4ccb(0x31d)],'entry':_0x3d4ccb(0x54f),'childType':_0x45ba19[_0x3d4ccb(0x5ca)],'mount':_0x45ba19['mount']},{'hostType':_0x52a08f[_0x3d4ccb(0x2f7)],'entry':'slides-floating-object','childType':_0x45ba19[_0x3d4ccb(0x5ca)],'mount':_0x45ba19['mount']}];}const ed=_0x3f5fcc(0x2ac);function td(){const _0x19c260=_0x3f5fcc;return $u({'childType':_0x52a08f[_0x19c260(0x1dc)],'mount':nd});}function nd(_0xc207fc){const _0x4f3b8d=_0x3f5fcc;let _0x5f5af7=rd(_0xc207fc),_0x505d77=document['createElement'](_0x4f3b8d(0x50c));_0x505d77[_0x4f3b8d(0x654)](_0x4f3b8d(0x1a2),_0xc207fc[_0x4f3b8d(0x3b1)]['entry']),_0x5f5af7['appendChild'](_0x505d77);let _0x81595c=Vc(_0x505d77),_0x4e44ea=_0xc207fc[_0x4f3b8d(0x4f8)][_0x4f3b8d(0x2b3)];return _0x81595c[_0x4f3b8d(0x218)](_0x546c84(jc,{'injector':_0x4e44ea,'mountContainer':_0x5f5af7,'embedId':_0xc207fc[_0x4f3b8d(0x332)]},_0x546c84(dd,{'hostUnitId':_0xc207fc['hostUnitId'],'embedId':_0xc207fc[_0x4f3b8d(0x332)],'childUnitId':_0xc207fc[_0x4f3b8d(0x4e8)],'entry':_0xc207fc['descriptor'][_0x4f3b8d(0x4f3)],'fullscreen':!!_0xc207fc[_0x4f3b8d(0x5ad)]['fullscreen'],'usesDomFloatingStage':_0xc207fc['descriptor']['entry']===_0x4f3b8d(0x54f),'renderScopeActive$':_0xc207fc[_0x4f3b8d(0x5ad)][_0x4f3b8d(0x26a)]}))),_0x5b1d76(()=>{const _0x10e6f1=_0x4f3b8d;Hc(_0x81595c),globalThis['setTimeout'](()=>_0x505d77[_0x10e6f1(0x631)](),0x0);});}function rd(_0x417c5f){return Qu(_0x417c5f);}function id(_0x36dd83){const _0x1b5fb9=_0x3f5fcc;return Sa({'embedId':_0x36dd83[_0x1b5fb9(0x332)],'active':ad(_0x36dd83[_0x1b5fb9(0x371)],_0x36dd83['stage']),'fullscreen':_0x36dd83['fullscreen'],'usesDomFloatingStage':_0x36dd83['usesDomFloatingStage'],'renderScopeActive':_0x36dd83[_0x1b5fb9(0x1de)]});}function ad(_0x7087e3,_0x3fef80){const _0xba1cb2=_0x3f5fcc;return _0x7087e3?{'hostUnitId':'','childUnitId':'','embedId':_0x7087e3,'stage':_0x3fef80==='stage2'||_0x3fef80===_0xba1cb2(0x577)?_0xba1cb2(0x628):'inactive'}:null;}function od(_0x4969b5){const _0x4396ad=_0x3f5fcc;let {entry:_0x5c6020,fullscreen:_0x4fb0a4,stage:_0x12a7cc}=_0x4969b5;return _0x4a3bee(_0x4396ad(0x1c7),{'univer-hidden':_0x12a7cc!==_0x4396ad(0x628),'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':_0x4fb0a4,'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':!_0x4fb0a4,'univer-top-[var(--univer-embed-floating-menu-top,-44px)]':!_0x4fb0a4&&_0x5c6020!==_0x4396ad(0x47d),'univer-w-full':!_0x4fb0a4,'!univer-left-[var(--univer-embed-docs-block-page-left,0px)]\x20!univer-right-auto\x20univer-top-[calc(var(--univer-embed-docs-block-floating-menu-inset-top,52px)*-1+8px)]\x20!univer-w-[var(--univer-embed-docs-block-page-width,100%)]':!_0x4fb0a4&&_0x5c6020==='docs-custom-block'});}function sd(_0x1d301f){return _0x1d301f;}function cd(_0x3f8a68){return _0x3f8a68;}function ld(_0x572939){return!_0x572939;}function ud(_0x53c008){const _0x419273=_0x3f5fcc;return{[J]:_0x53c008,[Y]:_0x419273(0x5c0)};}function dd(_0x225025){const _0x3b8aab=_0x3f5fcc;var _0x40d089;let {hostUnitId:_0x4823e0,embedId:_0x1657b6,childUnitId:_0x468799,entry:_0x2d222a,fullscreen:_0x1e7e45,usesDomFloatingStage:_0x56055b,renderScopeActive$:_0xf9abd9}=_0x225025,_0x199219=_0x192f09(_0x4c2aa7),_0x3da374=_0x192f09(_0x4973db),_0x1ac6c4=_0x192f09(_0x12b8de),_0x19c8e6=_0x192f09(_0x870ebd),_0x1b9808=_0x192f09(_0x3edbd1),_0x11cb9a=_0x192f09(_0xab0caa),_0x608f82=_0x192f09(_0x3c4c82),_0xff13f7=_0x192f09(q),_0x4f9253=_0x49fc7f(()=>_0x11cb9a[_0x3b8aab(0x513)],_0x11cb9a[_0x3b8aab(0x65a)](),!0x1,[_0x11cb9a]),_0x350f7c=_0x49fc7f(()=>_0x1b9808[_0x3b8aab(0x5ae)],{'undos':0x0,'redos':0x0},!0x1,[_0x1b9808]),_0x535447=_0x49fc7f(()=>_0xf9abd9,!0x1,!0x1,[_0xf9abd9]),_0x306fad=_0x49fc7f(()=>_0xff13f7['active$'],_0xff13f7[_0x3b8aab(0x5bc)](),!0x1,[_0xff13f7]),_0x55e4a4=_0xff13f7[_0x3b8aab(0x53e)](_0x1657b6),[_0x3537a1,_0xd8537a]=_0x2ce260(0x0),[_0x350588,_0x79b5ae]=_0x2ce260(null),[_0x7f2e17,_0x16706f]=_0x2ce260(!0x1),[_0x1cbf29,_0x1274ef]=_0x2ce260(null),_0x20100c=_0x13ae41(null),_0x299c5e=_0x3da374[_0x3b8aab(0x212)](_0x468799,_0x52a08f[_0x3b8aab(0x1dc)]),_0x5ef5c9=_0x299c5e==null?void 0x0:_0x299c5e['getSnapshot'](),_0x24b084=Td(_0x5ef5c9,_0x4f9253[_0x3b8aab(0x62a)]),_0x19b802=Ed(_0x24b084),_0x4fb530=Dd(_0x24b084,_0x4f9253[_0x3b8aab(0x1e7)]),_0x17ceaa=id({'embedId':_0x1657b6,'activeEmbedId':_0x306fad==null?void 0x0:_0x306fad[_0x3b8aab(0x332)],'stage':_0x55e4a4,'fullscreen':_0x1e7e45,'usesDomFloatingStage':_0x56055b,'renderScopeActive':_0x535447})===_0x3b8aab(0x628),_0x35e2b4=sd(_0x1e7e45),_0xf6db91=cd(_0x1e7e45),_0x1f3d00=ld(_0x1e7e45),_0x345647=_0x35e2b4?_0x3b8aab(0x4cb):_0x3b8aab(0x36c);if(_0x56360b(()=>{_0x17ceaa||(_0x608f82['closeToolbarPanel'](),_0x608f82['closeContextMenu'](),_0x608f82['closeActiveEditor'](),_0x79b5ae(null),_0x16706f(!0x1),_0x1274ef(null));},[_0x17ceaa,_0x608f82]),_0x56360b(()=>{const _0x17fbe5=_0x3b8aab;if(!_0x350588)return;let _0x3fda50=_0x16a84d=>{const _0x5ee3c8=_0x2e56;var _0x4e8c6e;let _0x4b9c97=_0x16a84d['target']instanceof Node?_0x16a84d[_0x5ee3c8(0x669)]:null;_0x4b9c97&&(_0x4e8c6e=_0x20100c[_0x5ee3c8(0x51a)])!=null&&_0x4e8c6e[_0x5ee3c8(0x452)](_0x4b9c97)||_0x79b5ae(null);},_0x3e7330=_0x2154b1=>{const _0x253876=_0x2e56;_0x2154b1[_0x253876(0x648)]==='Escape'&&_0x79b5ae(null);};return document[_0x17fbe5(0x4a0)](_0x17fbe5(0x430),_0x3fda50,!0x0),document[_0x17fbe5(0x4a0)](_0x17fbe5(0x41c),_0x3e7330,!0x0),()=>{const _0x15ce95=_0x17fbe5;document[_0x15ce95(0x261)](_0x15ce95(0x430),_0x3fda50,!0x0),document[_0x15ce95(0x261)](_0x15ce95(0x41c),_0x3e7330,!0x0);};},[_0x350588]),!_0x5ef5c9||!_0x299c5e||!_0x24b084||!_0x4fb530)return null;let _0x35f6d5=()=>{const _0x50e932=_0x3b8aab;_0xff13f7[_0x50e932(0x1db)]({'hostUnitId':_0x4823e0,'embedId':_0x1657b6,'childUnitId':_0x468799},_0x50e932(0x628));},_0x20463b=(_0x1b8166,_0x8a2132)=>{const _0x5bea7a=_0x3b8aab;_0x35f6d5(),_0x199219[_0x5bea7a(0x48d)](_0x334b7a['id'],{'type':_0x1b8166,'anchor':jd(_0x8a2132[_0x5bea7a(0x618)]())});},_0x27b4b1=_0x1237b1=>{const _0x4f9555=_0x3b8aab;_0x35f6d5(),_0x199219[_0x4f9555(0x48d)](_0x2f211a['id'],{'tableId':_0x24b084['id'],'unitId':_0x468799,'viewId':_0x1237b1}),_0xd8537a(_0x5ed2a7=>_0x5ed2a7+0x1);},_0x1eb35a=_0xcad76c=>{const _0x4b4189=_0x3b8aab;_0x35f6d5();let _0x1b860a=_0x4b4189(0x4c5)+_0x477dab(0x6),_0x146209=_0x19c8e6[_0x4b4189(0x613)](_0xcad76c)[_0x4b4189(0x298)](_0x24b084);_0x199219[_0x4b4189(0x48d)](_0x4b1448['id'],{'unitId':_0x468799,'tableId':_0x24b084['id'],'view':{'id':_0x1b860a,'tableId':_0x24b084['id'],'name':_0x379114(_0x1ac6c4,_0xcad76c),'type':_0xcad76c,'config':_0x146209,'fieldOrder':[..._0x24b084[_0x4b4189(0x267)]],'fieldSettings':{}}})['then'](_0x1b97ea=>{_0x1b97ea&&_0x27b4b1(_0x1b860a);}),_0x79b5ae(null),_0x16706f(!0x1),_0xd8537a(_0x37e444=>_0x37e444+0x1);},_0x38c03e=_0x124afe=>{var _0x411950;let _0x4a4c5f=(_0x411950=_0x19b802[0x0])==null?void 0x0:_0x411950['id'];!_0x4a4c5f||_0x4a4c5f===_0x124afe||(_0x35f6d5(),_0x199219['executeCommand'](_0x42417c['id'],{'unitId':_0x468799,'tableId':_0x24b084['id'],'viewId':_0x124afe,'target':{'beforeViewId':_0x4a4c5f}}),_0xd8537a(_0x3f5239=>_0x3f5239+0x1));},_0x373b7f=(_0x5bc38d,_0x2009a0)=>{const _0x3db22b=_0x3b8aab;_0x35f6d5(),_0x199219[_0x3db22b(0x48d)](_0x42417c['id'],{'unitId':_0x468799,'tableId':_0x24b084['id'],'viewId':_0x5bc38d,'target':_0x2009a0}),_0xd8537a(_0x425234=>_0x425234+0x1);},_0x1efaa8=(_0x4ed550,_0x48ba23)=>{const _0xdab0f5=_0x3b8aab;_0x35f6d5(),_0x199219[_0xdab0f5(0x48d)](_0x4f24c3['id'],{'unitId':_0x468799,'tableId':_0x24b084['id'],'viewId':_0x4ed550,'name':_0x48ba23}),_0xd8537a(_0x586645=>_0x586645+0x1);},_0x5735da=_0x51aba3=>{const _0x40e6dc=_0x3b8aab;let _0x59cc21=_0x24b084['views'][_0x51aba3];if(!_0x59cc21||_0x59cc21['deleted'])return;_0x35f6d5();let _0x255c27=Od(_0x59cc21,_0x24b084['id'],_0x1ac6c4['t'](_0x40e6dc(0x57c)));_0x199219[_0x40e6dc(0x48d)](_0x4b1448['id'],{'unitId':_0x468799,'tableId':_0x24b084['id'],'view':_0x255c27})[_0x40e6dc(0x207)](_0x2ff30f=>{_0x2ff30f&&_0x27b4b1(_0x255c27['id']);}),_0xd8537a(_0x286cf2=>_0x286cf2+0x1);},_0x10dc1a=()=>{const _0x10536a=_0x3b8aab;var _0x5c12dd;let _0x126fd7=_0x1cbf29==null?_0x4fb530['id']:_0x1cbf29;if(_0x19b802[_0x10536a(0x203)]<=0x1){_0x1274ef(null);return;}let _0x548fd7=(_0x5c12dd=_0x19b802['find'](_0x2e4806=>_0x2e4806['id']!==_0x126fd7))==null?void 0x0:_0x5c12dd['id'];_0x199219[_0x10536a(0x48d)](_0x2fc8b6['id'],{'unitId':_0x468799,'tableId':_0x24b084['id'],'viewId':_0x126fd7})[_0x10536a(0x207)](_0x92a698=>{_0x92a698&&_0x548fd7&&_0x27b4b1(_0x548fd7);}),_0x1274ef(null),_0xd8537a(_0x610342=>_0x610342+0x1);},_0x2d5808=()=>{_0x199219['executeCommand'](_0x4529d7['id'],{'hostUnitId':_0x4823e0,'embedId':_0x1657b6});},_0x37d3b2=_0x459b80=>{const _0x1f458d=_0x3b8aab;_0x459b80[_0x1f458d(0x29f)]();},_0x12c47f=_0x589847=>{const _0x2ba629=_0x3b8aab;_0x589847['preventDefault'](),_0x589847[_0x2ba629(0x29f)]();};return _0x3a8a6b(_0x3777b7,{'children':[_0x3a8a6b(_0x3b8aab(0x50c),{'className':od({'entry':_0x2d222a,'fullscreen':_0x1e7e45,'stage':_0x17ceaa?_0x3b8aab(0x628):_0x3b8aab(0x1df)}),'data-embed-floating-menu':'true','data-embed-id':_0x1657b6,'data-embed-float-stage':_0x17ceaa?_0x3b8aab(0x628):'inactive','data-base-render-version':_0x3537a1,...ud(_0x1657b6),'onClick':_0x37d3b2,'onDoubleClick':_0x37d3b2,'onMouseDown':_0x12c47f,'onMouseUp':_0x37d3b2,'onPointerDown':_0x12c47f,'onPointerUp':_0x37d3b2,'children':[_0xf6db91?_0x23b3a2(hd,{'embedId':_0x1657b6,'activeView':_0x4fb530,'views':_0x19b802,'addViewOpen':_0x7f2e17,'onAddViewOpenChange':_0x16706f,'onActivateView':_0x27b4b1,'onAddView':_0x1eb35a,'onSetViewAsFirst':_0x38c03e,'onMoveView':_0x373b7f,'onRenameView':_0x1efaa8,'onDuplicateView':_0x5735da,'onConfigureView':_0x479dfb=>_0x20463b(_0x3b8aab(0x3f4),_0x479dfb),'onDeleteView':_0x1274ef}):_0x23b3a2(gd,{'activeView':_0x4fb530,'views':_0x19b802,'onActivateView':_0x27b4b1,'embedId':_0x1657b6,'onAddView':_0x57fb72=>{_0x35f6d5(),_0x79b5ae(_0x57fb72['getBoundingClientRect']());},'onConfigureView':_0x5d51a7=>_0x20463b(_0x3b8aab(0x3f4),_0x5d51a7),'onDeleteView':()=>_0x1274ef(_0x4fb530['id'])}),_0x3a8a6b(_0x3b8aab(0x50c),{'className':_0x3b8aab(0x5eb),'children':[_0x23b3a2(_0x3d9a23,{'iconOnly':!_0x35e2b4,'className':_0x345647,'state':{...bd(_0x4fb530,_0x350f7c),'searchOpen':_0x4f9253[_0x3b8aab(0x614)][_0x3b8aab(0x5f0)],'searchQuery':_0x4f9253[_0x3b8aab(0x614)][_0x3b8aab(0x449)],'searchActiveIndex':_0x4f9253[_0x3b8aab(0x614)]['activeIndex']},'onAddRecord':_0x2e240c=>_0x2e240c&&_0x20463b(_0x3b8aab(0x1be),_0x2e240c),'onCustomizeField':_0x4c584a=>_0x20463b(_0x3b8aab(0x3b2),_0x4c584a),'onCustomizeKanban':_0x464e61=>_0x20463b(_0x3b8aab(0x18f),_0x464e61),'onCustomizeGallery':_0x3d9268=>_0x20463b(_0x3b8aab(0x255),_0x3d9268),'onCalendarEventSettings':_0x34ba48=>_0x20463b(_0x3b8aab(0x1b3),_0x34ba48),'onCalendarViewSettings':_0x5b3cbf=>_0x20463b(_0x3b8aab(0x486),_0x5b3cbf),'onViewSettings':_0x1a0471=>_0x20463b(_0x3b8aab(0x3f4),_0x1a0471),'onFilter':_0x503a13=>_0x20463b('filter',_0x503a13),'onGroup':_0x550b3f=>_0x20463b('group',_0x550b3f),'onSort':_0x2ef7c7=>_0x20463b('sort',_0x2ef7c7),'onRowHeight':_0x6034f8=>_0x20463b(_0x3b8aab(0x1ce),_0x6034f8),'onConditionalColoring':_0x5693ae=>_0x20463b(_0x3b8aab(0x667),_0x5693ae),'onUndo':()=>void _0x199219[_0x3b8aab(0x48d)](_0x1b43cc['id']),'onRedo':()=>void _0x199219[_0x3b8aab(0x48d)](_0x7d4d42['id']),'onOpenSearch':()=>_0x11cb9a[_0x3b8aab(0x518)](),'onSearchQueryChange':_0x4aa493=>_0x11cb9a[_0x3b8aab(0x40b)](_0x4aa493),'onSearchPrevious':()=>{const _0xa12abd=_0x3b8aab;var _0x1a1fbb;return _0x11cb9a['setSearchActiveIndex'](Math[_0xa12abd(0x20c)](0x0,((_0x1a1fbb=_0x4f9253[_0xa12abd(0x614)]['activeIndex'])==null?0x0:_0x1a1fbb)-0x1));},'onSearchNext':()=>{const _0x34c621=_0x3b8aab;var _0x2cdff9;return _0x11cb9a[_0x34c621(0x58f)](((_0x2cdff9=_0x4f9253['search'][_0x34c621(0x67a)])==null?-0x1:_0x2cdff9)+0x1);},'onCloseSearch':()=>_0x11cb9a[_0x3b8aab(0x33a)]()}),_0x1f3d00?_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(Ad,{}),_0x23b3a2(kd,{'title':_0x1ac6c4['t'](_0x3b8aab(0x478)),'className':_0x3b8aab(0x1fc),'onClick':_0x2d5808,'children':_0x23b3a2(_0x4db22a,{})})]}):null]})]}),_0x350588?_0x2b1609(_0x23b3a2(_0x3b8aab(0x50c),{'ref':_0x20100c,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0x1657b6,[ed]:'true','className':_0x3b8aab(0x24c),'style':Md(_0x350588),'onPointerDown':_0x388f62=>_0x388f62[_0x3b8aab(0x29f)](),'children':_0x23b3a2(_0xaf6cfc,{'views':_0x46eccb(_0x1ac6c4),'onCreate':_0x1eb35a})}),(_0x40d089=_0x20f990(!0x0))==null?document[_0x3b8aab(0x5b4)]:_0x40d089):null,_0x23b3a2(_0x4d1771,{'open':!!_0x1cbf29,'title':_0x1ac6c4['t']('bases-ui.confirmDelete.viewTitle'),'description':_0x1ac6c4['t'](_0x3b8aab(0x20f)),'onCancel':()=>_0x1274ef(null),'onConfirm':_0x10dc1a}),_0x1e7e45?_0x23b3a2(fd,{'embedId':_0x1657b6,'childUnitId':_0x468799,'base':_0x299c5e,'activeTable':_0x24b084}):null]});}function fd(_0x4166e2){const _0x1b2cfc=_0x3f5fcc;let _0x2070f1=pd(_0x4166e2[_0x1b2cfc(0x332)]);return _0x2070f1?_0x2b1609(_0x23b3a2(md,{'childUnitId':_0x4166e2[_0x1b2cfc(0x4e8)],'base':_0x4166e2[_0x1b2cfc(0x313)],'activeTable':_0x4166e2[_0x1b2cfc(0x205)]}),_0x2070f1):null;}function pd(_0x3e33c5){let [_0x4862a3,_0x45ab03]=_0x2ce260(null);return _0x56360b(()=>{let _0x50da16=0x0,_0x19fe1a=()=>{const _0x29f70f=_0x2e56;var _0x233931;_0x45ab03((_0x233931=Array[_0x29f70f(0x392)](document[_0x29f70f(0x426)](_0x29f70f(0x3ba)))['find'](_0x7bc397=>_0x7bc397[_0x29f70f(0x5f2)]['embedId']===_0x3e33c5))==null?null:_0x233931);};return _0x19fe1a(),_0x50da16=window['requestAnimationFrame'](_0x19fe1a),()=>{const _0x224c98=_0x2e56;window[_0x224c98(0x608)](_0x50da16);};},[_0x3e33c5]),_0x4862a3;}function md(_0xb41a66){const _0x4ad0bb=_0x3f5fcc;var _0x2484b8,_0x515484,_0x2f99bf,_0x460d6e,_0x351cd4,_0xbd7e67;let {childUnitId:_0x1ea3a6,base:_0xc2e803,activeTable:_0x47acfc}=_0xb41a66,_0x46b34c=_0x192f09(_0x4c2aa7),_0x418900=_0x192f09(_0x5dcf41),_0x3d290f=_0x192f09(_0x12b8de),_0x51d765=_0x192f09(_0xab0caa),_0x3ed85d=_0x49fc7f(()=>_0x51d765[_0x4ad0bb(0x513)],_0x51d765[_0x4ad0bb(0x65a)](),!0x1,[_0x51d765]),[_0x2f3ce1,_0x70f61f]=_0x2ce260(null),[_0x3522cd,_0x1e2c17]=_0x2ce260(null),[_0x77a5f9,_0x39c90a]=_0x2ce260(''),[_0x42962d,_0x19f700]=_0x2ce260(_0x4ad0bb(0x24b)),[_0x27c156,_0x57005c]=_0x2ce260(null),_0x2d2413=(_0x2484b8=_0x418900==null||(_0x515484=_0x418900[_0x4ad0bb(0x278)](_0x4f2109))==null?void 0x0:_0x515484[_0x4ad0bb(0x68d)])==null?{}:_0x2484b8,_0x511527=(_0x2f99bf=(_0x460d6e=(_0x351cd4=_0x3ed85d[_0x4ad0bb(0x570)][_0x4ad0bb(0x429)])==null?_0x2d2413['leftPanelWidth']:_0x351cd4)==null?(_0xbd7e67=_0xa5fd8e['workbench'])==null?void 0x0:_0xbd7e67['leftPanelWidth']:_0x460d6e)==null?_0x5e1030:_0x2f99bf,_0x508fe3=_0xc2e803['getSnapshot'](),_0x165a86=Sd(_0x508fe3,_0x47acfc['id']),_0x193401=_0x2a25d3=>{const _0x5d9b34=_0x4ad0bb;let _0x127763=_0x508fe3['tables'][_0x2a25d3];if(!_0x127763||_0x127763[_0x5d9b34(0x464)])return;let _0x3a30e0=_0x127763[_0x5d9b34(0x408)][_0x5d9b34(0x1f2)](_0xe9f63e=>{const _0x11d08f=_0x5d9b34;let _0x61bc4e=_0x127763[_0x11d08f(0x480)][_0xe9f63e];return _0x61bc4e&&!_0x61bc4e[_0x11d08f(0x464)];});_0x51d765['activateTable'](_0x127763['id']),_0x3a30e0&&_0x51d765[_0x5d9b34(0x51d)](_0x3a30e0),_0x51d765[_0x5d9b34(0x30b)](null),_0x51d765[_0x5d9b34(0x5ac)](),_0x46b34c[_0x5d9b34(0x48d)](_0x4aaae9['id'],{'unitId':_0x1ea3a6,'tableId':_0x2a25d3});},_0x448f1b=async()=>{const _0x3c9938=_0x4ad0bb;let _0x4ac97e=_0x52aa9({'id':_0x3c9938(0x5ee)+_0x477dab(0x8),'name':Cd(_0xc2e803[_0x3c9938(0x492)](),_0x1c09b5=>_0x3d290f['t'](_0x3c9938(0x541),String(_0x1c09b5))),'primaryFieldId':_0x3c9938(0x500)+_0x477dab(0x8),'gridViewId':'view-'+_0x477dab(0x8)});await _0x46b34c[_0x3c9938(0x48d)](_0xcaaf82['id'],{'unitId':_0x1ea3a6,'table':_0x4ac97e})&&(_0x51d765[_0x3c9938(0x4a7)](_0x4ac97e['id']),_0x51d765['activateView'](_0x4ac97e[_0x3c9938(0x408)][0x0]),_0x51d765[_0x3c9938(0x30b)](null),_0x51d765[_0x3c9938(0x5ac)](),_0x57005c(_0x4ac97e['id']));},_0x1e26b2=async(_0x2b5992,_0x48e3d1,_0x5e2ee9)=>{const _0x4b706c=_0x4ad0bb;let _0x419118=_0xc2e803[_0x4b706c(0x492)](),_0x1bcbec=_0x419118[_0x4b706c(0x2d0)][_0x2b5992];if(!_0x1bcbec||_0x1bcbec['deleted'])return;let _0x1a113a=_0x37c71c(_0x1bcbec,{'id':'table-'+_0x477dab(0x8),'name':_0x48e3d1,'includeRecords':_0x5e2ee9===_0x4b706c(0x564),'regenerateViewIds':!0x0,'createViewId':()=>_0x4b706c(0x4c5)+_0x477dab(0x8)});await _0x46b34c[_0x4b706c(0x48d)](_0xcaaf82['id'],{'unitId':_0x1ea3a6,'table':_0x1a113a,'index':_0x419118['tableOrder'][_0x4b706c(0x63d)](_0x2b5992)+0x1})&&(_0x51d765[_0x4b706c(0x4a7)](_0x1a113a['id']),_0x51d765[_0x4b706c(0x51d)](_0x1a113a[_0x4b706c(0x408)][0x0]),_0x51d765['setSelection'](null),_0x51d765[_0x4b706c(0x5ac)]());},_0x5674c0=async _0x51d51d=>{const _0x25ed9f=_0x4ad0bb;let _0x32e28b=_0xc2e803[_0x25ed9f(0x492)](),_0xcbd81d=Sd(_0x32e28b,_0x47acfc['id'])[_0x25ed9f(0x533)](_0x38782d=>_0x38782d['id']);if(_0xcbd81d[_0x25ed9f(0x203)]<=0x1)return;let _0x294a5b=_0x51d51d===_0x47acfc['id']?_0xcbd81d[_0x25ed9f(0x1f2)](_0x474b96=>_0x474b96!==_0x51d51d):null;if(await _0x46b34c[_0x25ed9f(0x48d)](_0x9b18e9['id'],{'unitId':_0x1ea3a6,'tableId':_0x51d51d})&&_0x294a5b){let _0x4c0caf=_0x32e28b[_0x25ed9f(0x2d0)][_0x294a5b],_0x1534f4=_0x4c0caf==null?void 0x0:_0x4c0caf[_0x25ed9f(0x408)][_0x25ed9f(0x1f2)](_0x329155=>_0x4c0caf['views'][_0x329155]&&!_0x4c0caf[_0x25ed9f(0x480)][_0x329155][_0x25ed9f(0x464)]);_0x51d765[_0x25ed9f(0x4a7)](_0x294a5b),_0x1534f4&&_0x51d765[_0x25ed9f(0x51d)](_0x1534f4),_0x51d765[_0x25ed9f(0x30b)](null),_0x51d765[_0x25ed9f(0x5ac)]();}};return _0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0x23bb96,{'title':_0x508fe3[_0x4ad0bb(0x287)]||_0x4ad0bb(0x208),'items':_0x165a86,'width':_0x511527,'pendingRenameItemId':_0x27c156,'onActivateItem':_0x193401,'onAddTable':()=>{_0x448f1b();},'onRenameTable':(_0x4a1c48,_0x41913f)=>{_0x46b34c['executeCommand'](_0x236540['id'],{'unitId':_0x1ea3a6,'tableId':_0x4a1c48,'name':_0x41913f});},'onPendingRenameItemConsumed':_0x5bc678=>{_0x27c156===_0x5bc678&&_0x57005c(null);},'onDuplicateTable':_0xee3718=>{const _0x13bb5c=_0x4ad0bb;let _0x4f5add=_0xc2e803[_0x13bb5c(0x492)](),_0x2bff5e=_0x4f5add[_0x13bb5c(0x2d0)][_0xee3718];!_0x2bff5e||_0x2bff5e[_0x13bb5c(0x464)]||(_0x1e2c17(_0xee3718),_0x39c90a(wd(_0x4f5add,_0x3d290f['t'](_0x13bb5c(0x21a),_0x2bff5e[_0x13bb5c(0x287)]))),_0x19f700(_0x13bb5c(0x24b)));},'onDeleteTable':_0x70f61f,'onResizeWidth':_0x1a411a=>_0x51d765[_0x4ad0bb(0x670)](_0x1a411a)}),_0x23b3a2(_0x327e83,{'open':!!_0x3522cd,'name':_0x77a5f9,'mode':_0x42962d,'onNameChange':_0x39c90a,'onModeChange':_0x19f700,'onCancel':()=>_0x1e2c17(null),'onConfirm':()=>{const _0x1aec8b=_0x4ad0bb;let _0x2b8db7=_0x3522cd,_0x1fc1e9=_0x77a5f9[_0x1aec8b(0x2a8)](),_0x297657=_0x42962d;!_0x2b8db7||!_0x1fc1e9||(_0x1e2c17(null),_0x1e26b2(_0x2b8db7,_0x1fc1e9,_0x297657));}}),_0x23b3a2(_0x4d1771,{'open':!!_0x2f3ce1,'title':_0x3d290f['t'](_0x4ad0bb(0x363)),'description':_0x3d290f['t'](_0x4ad0bb(0x45b)),'onCancel':()=>_0x70f61f(null),'onConfirm':()=>{let _0x3b36ff=_0x2f3ce1;_0x70f61f(null),_0x3b36ff&&_0x5674c0(_0x3b36ff);}})]});}function hd(_0x315e9c){const _0x5d2726=_0x3f5fcc;let {activeView:_0x3a0024,views:_0x3969aa,addViewOpen:_0xb70008,onAddViewOpenChange:_0x1dae35,onActivateView:_0x5dbcff,onAddView:_0x2e3c8b,onSetViewAsFirst:_0x297ee7,onMoveView:_0x31fc9d,onRenameView:_0x39e424,onDuplicateView:_0x28421c,onConfigureView:_0x55a58f,onDeleteView:_0x20fa68}=_0x315e9c,_0x1e4a44=_0x192f09(_0x12b8de);return _0x23b3a2(_0x5d2726(0x50c),{'data-u-comp':_0x5d2726(0x655),'className':_0x5d2726(0x3a6),'children':_0x23b3a2(_0x31b108,{'className':'univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','views':_0x3969aa[_0x5d2726(0x533)](_0x5e6b11=>({'id':_0x5e6b11['id'],'name':_0x5e6b11[_0x5d2726(0x287)],'type':_0x5e6b11[_0x5d2726(0x28c)],'deleted':_0x5e6b11[_0x5d2726(0x464)]})),'activeViewId':_0x3a0024['id'],'onActivateView':_0x5dbcff,'onSetViewAsFirst':_0x297ee7,'onMoveView':_0x31fc9d,'onRenameView':_0x39e424,'onDuplicateView':_0x28421c,'onConfigureView':_0x55a58f,'onDeleteView':_0x20fa68,'onAddView':()=>_0x1dae35(!_0xb70008),'addViewDropdown':{'open':_0xb70008,'onOpenChange':_0x1dae35,'overlay':_0x23b3a2(_0x5d2726(0x50c),{'data-u-comp':'base-embed-fullscreen-add-view-menu','data-embed-id':_0x315e9c[_0x5d2726(0x332)],[ed]:_0x5d2726(0x228),'children':_0x23b3a2(_0xaf6cfc,{'views':_0x46eccb(_0x1e4a44),'onCreate':_0x2e3c8b})})}})});}function gd(_0x5cb3a7){const _0x353a98=_0x3f5fcc;var _0x53c54f,_0x28e427,_0x36d608;let {activeView:_0x406a4e,views:_0x37977e,onActivateView:_0x12265c,onAddView:_0x1467ab,onConfigureView:_0x2888ba,onDeleteView:_0x2edb79}=_0x5cb3a7,_0x5e4e25=_0x192f09(_0x12b8de),_0xa6b267=_0x13ae41(null),_0x474bd3=_0x13ae41(null),[_0x38ad7e,_0x102181]=_0x2ce260(!0x1),_0x4659a0=_0x34dd25=>{const _0x473130=_0x2e56;_0x34dd25[_0x473130(0x1f9)](),_0x34dd25['stopPropagation']();},_0x40ebbf=(_0x53c54f=(_0x28e427=_0xa6b267['current'])==null?void 0x0:_0x28e427[_0x353a98(0x618)]())==null?null:_0x53c54f;return _0x56360b(()=>{const _0x238754=_0x353a98;if(!_0x38ad7e)return;let _0x55ffc4=_0x2fcada=>{const _0xbccae6=_0x2e56;var _0xf580ba,_0x2af4bb;let _0x3daa44=_0x2fcada[_0xbccae6(0x669)]instanceof Node?_0x2fcada[_0xbccae6(0x669)]:null;!_0x3daa44||(_0xf580ba=_0xa6b267[_0xbccae6(0x51a)])!=null&&_0xf580ba['contains'](_0x3daa44)||(_0x2af4bb=_0x474bd3['current'])!=null&&_0x2af4bb['contains'](_0x3daa44)||_0x102181(!0x1);},_0x1906fc=_0x32231a=>{const _0x45fa8b=_0x2e56;_0x32231a[_0x45fa8b(0x648)]===_0x45fa8b(0x46f)&&_0x102181(!0x1);};return document[_0x238754(0x4a0)](_0x238754(0x430),_0x55ffc4,!0x0),document['addEventListener'](_0x238754(0x41c),_0x1906fc,!0x0),()=>{const _0x4d5034=_0x238754;document[_0x4d5034(0x261)](_0x4d5034(0x430),_0x55ffc4,!0x0),document['removeEventListener'](_0x4d5034(0x41c),_0x1906fc,!0x0);};},[_0x38ad7e]),_0x3a8a6b(_0x3777b7,{'children':[_0x3a8a6b(_0x2fbc76,{'ref':_0xa6b267,'type':_0x353a98(0x3c2),'size':_0x353a98(0x240),'variant':_0x353a98(0x43c),'className':_0x353a98(0x328),'title':_0x406a4e[_0x353a98(0x287)],'aria-label':_0x5e4e25['t'](_0x353a98(0x197)),'onClick':_0x8b6c48=>{const _0xd70700=_0x353a98;_0x8b6c48[_0xd70700(0x29f)](),_0x102181(_0x570480=>!_0x570480);},'onMouseDown':_0x4659a0,'onPointerDown':_0x4659a0,'children':[_0x23b3a2(_0x353a98(0x346),{'className':_0x353a98(0x2c2),'aria-hidden':'true','children':_0x23b3a2(_0x4d4554,{'type':_0x406a4e[_0x353a98(0x28c)]})}),_0x23b3a2(_0x353a98(0x346),{'className':_0x353a98(0x1a9),'children':_0x406a4e[_0x353a98(0x287)]}),_0x23b3a2(_0x42c996,{'className':_0x353a98(0x418)})]}),_0x38ad7e&&_0x40ebbf?_0x2b1609(_0x3a8a6b(_0x353a98(0x50c),{'ref':_0x474bd3,'data-u-comp':_0x353a98(0x675),'data-embed-id':_0x5cb3a7[_0x353a98(0x332)],[ed]:_0x353a98(0x228),'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':Nd(_0x40ebbf),'onClick':_0x47f6dc=>_0x47f6dc[_0x353a98(0x29f)](),'onMouseDown':_0x4659a0,'onPointerDown':_0x4659a0,'children':[_0x23b3a2(_0x353a98(0x50c),{'className':_0x353a98(0x542),'children':_0x37977e[_0x353a98(0x533)](_0x6276df=>_0x23b3a2(_0x2fbc76,{'type':_0x353a98(0x3c2),'variant':_0x353a98(0x43c),'size':_0x353a98(0x240),'className':_0x353a98(0x25f),'onClick':_0x204b7a=>{const _0x4942a0=_0x353a98;_0x204b7a[_0x4942a0(0x29f)](),_0x12265c(_0x6276df['id']),_0x102181(!0x1);},'children':_0x23b3a2(_d,{'icon':_0x23b3a2(_0x4d4554,{'type':_0x6276df['type']}),'label':_0x6276df[_0x353a98(0x287)],'trailing':_0x6276df['id']===_0x406a4e['id']?_0x23b3a2('span',{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x6276df['id']))}),_0x23b3a2(yd,{}),_0x23b3a2(vd,{'icon':_0x23b3a2(_0x32beed,{}),'label':_0x5e4e25['t'](_0x353a98(0x217)),'onClick':()=>{const _0x3dbc9b=_0x353a98;let _0x3cf2b4=_0xa6b267[_0x3dbc9b(0x51a)];_0x3cf2b4&&_0x1467ab(_0x3cf2b4),_0x102181(!0x1);}}),_0x23b3a2(vd,{'icon':_0x23b3a2(_0x442bb6,{}),'label':_0x5e4e25['t'](_0x353a98(0x3a5)),'onClick':()=>{const _0x58565a=_0x353a98;let _0x12b196=_0xa6b267[_0x58565a(0x51a)];_0x12b196&&_0x2888ba(_0x12b196),_0x102181(!0x1);}}),_0x23b3a2(vd,{'danger':!0x0,'disabled':_0x37977e[_0x353a98(0x203)]<=0x1,'icon':_0x23b3a2(_0x4db22a,{}),'label':_0x5e4e25['t'](_0x353a98(0x305)),'onClick':()=>{_0x2edb79(),_0x102181(!0x1);}})]}),(_0x36d608=_0x20f990(!0x0))==null?document[_0x353a98(0x5b4)]:_0x36d608):null]});}function _d(_0x32750b){const _0x2db035=_0x3f5fcc;return _0x3a8a6b(_0x2db035(0x346),{'className':'univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','children':[_0x23b3a2(_0x2db035(0x346),{'className':_0x2db035(0x5e8),'aria-hidden':'true','children':_0x32750b['icon']}),_0x23b3a2(_0x2db035(0x346),{'className':_0x2db035(0x29c),'children':_0x32750b[_0x2db035(0x5be)]}),_0x23b3a2(_0x2db035(0x346),{'className':'univer-grid\x20univer-size-[18px]\x20univer-place-items-center','children':_0x32750b['trailing']})]});}function vd(_0x3840df){const _0x1a753c=_0x3f5fcc;let {danger:_0x23cb90,disabled:_0x5c8397,icon:_0x237e7a,label:_0x23489d,onClick:_0x21604d}=_0x3840df;return _0x23b3a2(_0x2fbc76,{'type':_0x1a753c(0x3c2),'variant':_0x1a753c(0x43c),'size':_0x1a753c(0x240),'disabled':_0x5c8397,'className':[_0x1a753c(0x25f),_0x23cb90?_0x1a753c(0x498):''][_0x1a753c(0x345)](Boolean)['join']('\x20'),'onClick':_0x31b731=>{const _0x42d3b9=_0x1a753c;_0x31b731[_0x42d3b9(0x29f)](),_0x21604d();},'children':_0x23b3a2(_d,{'icon':_0x237e7a,'label':_0x23489d})});}function yd(){const _0x593d95=_0x3f5fcc;return _0x23b3a2(_0x593d95(0x346),{'className':'univer-my-1\x20univer-block\x20univer-h-px\x20univer-w-full\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700'});}function bd(_0x434559,_0x4df914={}){const _0x3fe655=_0x3f5fcc;var _0x221869,_0x18055a,_0xf67807,_0x55a7c9,_0x37c0dd,_0x5165c1,_0x457c81,_0x2af085,_0x4000bc;let _0x5a1a97=(_0x221869=_0x434559[_0x3fe655(0x334)])==null?{}:_0x221869,_0x4f0e9f=_0x5a1a97['conditionalColoring'],_0x2bc631=Array[_0x3fe655(0x4b9)](_0x4f0e9f==null?void 0x0:_0x4f0e9f[_0x3fe655(0x211)])?_0x4f0e9f[_0x3fe655(0x211)][_0x3fe655(0x203)]:0x0;return{'viewType':_0x434559[_0x3fe655(0x28c)],'filterCount':(_0x18055a=(_0xf67807=_0x434559[_0x3fe655(0x345)])==null||(_0xf67807=_0xf67807[_0x3fe655(0x625)])==null?void 0x0:_0xf67807['length'])==null?0x0:_0x18055a,'groupCount':(_0x55a7c9=(_0x37c0dd=_0x434559[_0x3fe655(0x56b)])==null?void 0x0:_0x37c0dd['length'])==null?0x0:_0x55a7c9,'sortCount':(_0x5165c1=(_0x457c81=_0x434559['sort'])==null?void 0x0:_0x457c81['length'])==null?0x0:_0x5165c1,'rowHeightActive':!!(_0x5a1a97[_0x3fe655(0x1ce)]&&_0x5a1a97[_0x3fe655(0x1ce)]!==_0x3fe655(0x49c)),'conditionalColoringActive':_0x2bc631>0x0,'conditionalColoringCount':_0x2bc631,'canUndo':((_0x2af085=_0x4df914[_0x3fe655(0x319)])==null?0x0:_0x2af085)>0x0,'canRedo':((_0x4000bc=_0x4df914['redos'])==null?0x0:_0x4000bc)>0x0};}function xd(_0x1cc565){const _0x47267e=_0x3f5fcc;var _0x1c569a,_0x263a58;return(_0x1c569a=_0x1cc565==null||(_0x263a58=_0x1cc565[_0x47267e(0x350)])==null?void 0x0:_0x263a58['map'](_0x454622=>_0x1cc565['tables'][_0x454622])[_0x47267e(0x345)](_0x2514d8=>!!(_0x2514d8&&!_0x2514d8[_0x47267e(0x464)])))==null?[]:_0x1c569a;}function Sd(_0x49b778,_0x524e0c){const _0x1e8aa5=_0x3f5fcc;return xd(_0x49b778)[_0x1e8aa5(0x533)](_0xee568a=>({'id':_0xee568a['id'],'name':_0xee568a[_0x1e8aa5(0x287)],'active':_0xee568a['id']===_0x524e0c}));}function Cd(_0x4354ee,_0x3d31d2){const _0x58e8dc=_0x3f5fcc;let _0x2164a7=new Set(xd(_0x4354ee)['map'](_0xe4d6ee=>_0xe4d6ee[_0x58e8dc(0x287)])),_0x5513e3=_0x2164a7['size']+0x1,_0x5ed59a=_0x3d31d2(_0x5513e3);for(;_0x2164a7[_0x58e8dc(0x4ec)](_0x5ed59a);)_0x5513e3+=0x1,_0x5ed59a=_0x3d31d2(_0x5513e3);return _0x5ed59a;}function wd(_0xd6e832,_0x2232b5){const _0x128498=_0x3f5fcc;let _0x8b2b39=new Set(xd(_0xd6e832)['map'](_0x4b5d53=>_0x4b5d53[_0x128498(0x287)]));if(!_0x8b2b39[_0x128498(0x4ec)](_0x2232b5))return _0x2232b5;let _0x1fbb0e=0x2,_0x4d728b=_0x2232b5+'\x20'+_0x1fbb0e;for(;_0x8b2b39[_0x128498(0x4ec)](_0x4d728b);)_0x1fbb0e+=0x1,_0x4d728b=_0x2232b5+'\x20'+_0x1fbb0e;return _0x4d728b;}function Td(_0x2e9002,_0x2aeb27){const _0x4d5495=_0x3f5fcc;if(!_0x2e9002)return;let _0x3f0f7d=_0x2aeb27?_0x2e9002[_0x4d5495(0x2d0)][_0x2aeb27]:void 0x0;return _0x3f0f7d&&!_0x3f0f7d[_0x4d5495(0x464)]?_0x3f0f7d:xd(_0x2e9002)[0x0];}function Ed(_0x6853c){const _0x1b3b71=_0x3f5fcc;var _0x21229f,_0x1ab840;return(_0x21229f=_0x6853c==null||(_0x1ab840=_0x6853c[_0x1b3b71(0x408)])==null?void 0x0:_0x1ab840[_0x1b3b71(0x533)](_0x473054=>_0x6853c['views'][_0x473054])[_0x1b3b71(0x345)](_0x13d913=>!!(_0x13d913&&!_0x13d913[_0x1b3b71(0x464)])))==null?[]:_0x21229f;}function Dd(_0x1f90c6,_0x3a6446){const _0x4003ad=_0x3f5fcc;if(!_0x1f90c6)return;let _0x4ae670=_0x3a6446?_0x1f90c6[_0x4003ad(0x480)][_0x3a6446]:void 0x0;return _0x4ae670&&!_0x4ae670[_0x4003ad(0x464)]?_0x4ae670:Ed(_0x1f90c6)[0x0];}function Od(_0x5b721a,_0x43a579,_0x2777aa){const _0x41112=_0x3f5fcc;var _0x486d0b,_0x3cd0ec;return{..._0x5b721a,'id':_0x41112(0x4c5)+_0x477dab(0x8),'tableId':_0x43a579,'name':_0x5b721a[_0x41112(0x287)]+'\x20'+_0x2777aa,'config':{..._0x5b721a[_0x41112(0x334)]},'fieldSettings':{...(_0x486d0b=_0x5b721a['fieldSettings'])==null?{}:_0x486d0b},'fieldOrder':[...(_0x3cd0ec=_0x5b721a['fieldOrder'])==null?[]:_0x3cd0ec],'filter':_0x5b721a[_0x41112(0x345)]?{..._0x5b721a['filter'],'conditions':[..._0x5b721a[_0x41112(0x345)]['conditions']]}:void 0x0,'group':_0x5b721a[_0x41112(0x56b)]?[..._0x5b721a[_0x41112(0x56b)]]:void 0x0,'sort':_0x5b721a[_0x41112(0x2fb)]?[..._0x5b721a[_0x41112(0x2fb)]]:void 0x0};}function kd(_0x30a76e){const _0x5928f0=_0x3f5fcc;let {children:_0x1e2d20,title:_0x2f0637,className:_0x563c4c,onClick:_0x32c4f7}=_0x30a76e;return _0x23b3a2(_0x2fbc76,{'type':'button','size':_0x5928f0(0x240),'variant':_0x5928f0(0x43c),'className':[_0x5928f0(0x471),_0x563c4c][_0x5928f0(0x345)](Boolean)[_0x5928f0(0x59b)]('\x20'),'title':_0x2f0637,'aria-label':_0x2f0637,'onClick':_0x3c679d=>_0x32c4f7(_0x3c679d[_0x5928f0(0x1fb)]),'children':_0x1e2d20});}function Ad(){const _0x44f8df=_0x3f5fcc;return _0x23b3a2('span',{'className':_0x44f8df(0x590)});}function jd(_0x1157ff){const _0x45fc44=_0x3f5fcc;return{'x':_0x1157ff['x'],'y':_0x1157ff['y'],'width':_0x1157ff['width'],'height':_0x1157ff[_0x45fc44(0x35c)]};}function Md(_0x1efba2){const _0x3a126f=_0x3f5fcc;let _0x53375a=_0x4665e0(_0x1efba2,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x53375a['top'],'left':_0x53375a[_0x3a126f(0x4bf)],'maxHeight':_0x53375a[_0x3a126f(0x33c)]};}function Nd(_0x468544){const _0x9d4b81=_0x3f5fcc;let _0x51bd08=_0x4665e0({'left':_0x468544[_0x9d4b81(0x375)]-0xd0,'right':_0x468544[_0x9d4b81(0x375)],'top':_0x468544[_0x9d4b81(0x5a9)],'bottom':_0x468544[_0x9d4b81(0x635)],'width':0xd0,'height':_0x468544[_0x9d4b81(0x35c)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x51bd08[_0x9d4b81(0x5a9)],'left':_0x51bd08['left'],'maxHeight':_0x51bd08['maxHeight']};}function Pd(_0x3cf477){const _0x12d35d=_0x3f5fcc;au(_0x3cf477,_0x12d35d(0x2aa),Fd);}function Fd(_0x3c3105){const _0x143025=_0x3f5fcc;_0x3c3105['has'](_0x23292a)||_0x3c3105['add']([_0x23292a,{'useFactory':()=>_0x3c3105[_0x143025(0x613)](Fa)}]),_0x3c3105[_0x143025(0x4ec)](_0x3ce55e)||_0x3c3105['add']([_0x3ce55e,{'useFactory':()=>_0x3c3105[_0x143025(0x613)](q)}]),_0x3c3105[_0x143025(0x4ec)](_0x32ce30)||_0x3c3105[_0x143025(0x3d8)]([_0x32ce30,{'useFactory':()=>_0x3c3105[_0x143025(0x613)](ss)}]),_0x3c3105['has'](_0x30d19e)||_0x3c3105['add']([_0x30d19e,{'useFactory':()=>_0x3c3105[_0x143025(0x613)](X)}]),_0x3c3105[_0x143025(0x4ec)](_0x4d99f3)||_0x3c3105[_0x143025(0x3d8)]([_0x4d99f3,{'useFactory':()=>Id({'embedModelService':_0x3c3105[_0x143025(0x613)](_0xe2ce8c),'restoreService':_0x3c3105[_0x143025(0x613)](ls),'mountService':_0x3c3105[_0x143025(0x613)](ts),'activationService':_0x3c3105[_0x143025(0x613)](is)})}]);let _0x5dec40=_0x3c3105[_0x143025(0x613)](_0x41cd9),_0x2afcac=_0x3c3105['get'](Yo),_0x55adf5=_0x3c3105['get'](qo),_0x177cdc=_0x3c3105['get'](Pa),_0x2ab0ec=_0x3c3105['get'](Jo),_0x32b469=_0x3c3105['get'](os),_0x5a37bf=_0x3c3105['get'](Hl),_0x52e062=_0x3c3105[_0x143025(0x613)](us),_0x35ec22=_0x3c3105[_0x143025(0x4ec)](_0x15cc4a)?_0x3c3105['get'](_0x15cc4a):void 0x0,_0x326241=_0x3c3105[_0x143025(0x4ec)](_0x4973db)?_0x3c3105['get'](_0x4973db):void 0x0,_0xe7b54f=()=>_0x3c3105[_0x143025(0x4ec)](_0xab0caa)?_0x3c3105[_0x143025(0x613)](_0xab0caa):void 0x0,_0x42129b=wu(_0x35ec22,_0x326241,_0xe7b54f);_0x5dec40['get'](_0x42129b[_0x143025(0x484)],_0x42129b[_0x143025(0x4f3)])||_0x5dec40[_0x143025(0x4aa)](_0x42129b);let _0x4035e7=Tu();_0x2afcac[_0x143025(0x613)](_0x4035e7[_0x143025(0x484)],_0x4035e7[_0x143025(0x4f3)])||_0x2afcac['register'](_0x4035e7);let _0x28a47b=Nu();_0x55adf5[_0x143025(0x613)](_0x28a47b['childType'])||_0x55adf5[_0x143025(0x4aa)](_0x28a47b);let _0x163924=mu();_0x177cdc[_0x143025(0x613)](_0x163924['childType'])||_0x177cdc[_0x143025(0x4aa)](_0x163924),td()[_0x143025(0x3e7)](_0x5d4c48=>{const _0x2757f9=_0x143025;_0x2ab0ec[_0x2757f9(0x262)](_0x5d4c48['hostType'],_0x5d4c48[_0x2757f9(0x4f3)],_0x5d4c48['childType'])||_0x2ab0ec[_0x2757f9(0x4aa)](_0x5d4c48);}),_0x32b469[_0x143025(0x1e5)](Ql(_0x3c3105,{'childType':_0x52a08f[_0x143025(0x1dc)],'renderManagerService':_0x1b124b})),_0x5a37bf[_0x143025(0x613)](_0x52a08f[_0x143025(0x1dc)])||_0x5a37bf[_0x143025(0x4aa)](hu(_0xe7b54f())),_0x52e062[_0x143025(0x613)](_0x52a08f['UNIVER_BASE'])||_0x52e062['register'](ju(_0x3c3105));}function Id(_0x3ffba8){return{'mountTableList':async _0x45518a=>{const _0x490e61=_0x2e56;let _0x144961=_0x3ffba8[_0x490e61(0x314)][_0x490e61(0x2dc)](_0x45518a[_0x490e61(0x68f)],_0x45518a[_0x490e61(0x332)]);if(!_0x144961&&_0x45518a[_0x490e61(0x4e8)]&&(_0x144961={'embedId':_0x45518a[_0x490e61(0x332)],'hostUnitId':_0x45518a[_0x490e61(0x68f)],'hostType':_0x52a08f[_0x490e61(0x1dc)],'entry':_0x490e61(0x4d5),'hostAnchorId':_0x45518a[_0x490e61(0x380)],'childUnitId':_0x45518a[_0x490e61(0x4e8)],'childType':_0x45518a[_0x490e61(0x5ca)],'source':{'unitType':_0x45518a['childType'],'ref':{'file':{'kind':_0x490e61(0x4ba)},'unit':{'selector':_0x45518a[_0x490e61(0x4e8)],'type':_0x33fc70(_0x45518a[_0x490e61(0x5ca)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'table-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x144961||_0x144961['hostAnchorId']!==_0x45518a[_0x490e61(0x380)])&&((!_0x144961['childUnitId']||_0x144961[_0x490e61(0x5ca)]==null)&&(_0x144961=await _0x3ffba8[_0x490e61(0x3f8)]['materializeDescriptor']({'descriptor':_0x144961})),!(!_0x144961[_0x490e61(0x4e8)]||_0x144961[_0x490e61(0x5ca)]==null)))return _0x3ffba8['mountService'][_0x490e61(0x2de)](_0x144961),_0x3ffba8[_0x490e61(0x3e4)][_0x490e61(0x566)](_0x144961),_0x5b1d76(()=>{const _0x5771b5=_0x490e61;_0x3ffba8[_0x5771b5(0x213)][_0x5771b5(0x31a)](_0x45518a[_0x5771b5(0x332)]),_0x3ffba8[_0x5771b5(0x3e4)]['clearTab'](_0x45518a[_0x5771b5(0x332)]);});}};}const Ld={'mode':_0x3f5fcc(0x5a0),'target':_0x3f5fcc(0x59c),'paddingX':0x0,'minScale':0x0,'align':_0x3f5fcc(0x1c8)};function Rd(){const _0xf27878=_0x3f5fcc;return lu({'childType':_0x52a08f[_0xf27878(0x40c)],'productName':_0xf27878(0x284)});}function zd(){const _0x17a2fa=_0x3f5fcc;return{'childType':_0x52a08f[_0x17a2fa(0x40c)],'supportedLayouts':[_0x17a2fa(0x1a5),'doc-width-scale',_0x17a2fa(0x2d9)],'beforeDeactivate':Bd,'mount':_0x469ce6=>_0x469ce6[_0x17a2fa(0x5ad)]['mode']==='float'?Ul(_0x469ce6,_0x1b124b,void 0x0,{'scopedInjector':Vd(_0x469ce6[_0x17a2fa(0x4f8)]['injector'])}):Ul(_0x469ce6,_0x1b124b)};}function Bd(_0x488386){const _0x48df95=_0x3f5fcc;var _0x51c366;let _0x2e84cf=_0x488386[_0x48df95(0x2b3)][_0x48df95(0x613)](_0x1b124b)['getRenderById'](_0x488386[_0x48df95(0x4e8)]),_0x40bd25=_0x2e84cf==null?void 0x0:_0x2e84cf['with'](_0x4a54a9);_0x2e84cf==null||(_0x51c366=_0x2e84cf[_0x48df95(0x38d)](_0x45c303))==null||_0x51c366[_0x48df95(0x3f5)](),_0x40bd25==null||_0x40bd25['removeAllRanges'](),_0x40bd25==null||_0x40bd25[_0x48df95(0x238)]();}function Vd(_0x1a8299){return ao(_0x1a8299,new Map([[_0x2ea0cf,_0xde70dd=>Hd(_0xde70dd)]]));}function Hd(_0x23d714){const _0x47b6ff=_0x3f5fcc;return{..._0x23d714,'fitToWidth':{..._0x23d714==null?void 0x0:_0x23d714[_0x47b6ff(0x44f)],...Ld}};}function Ud(_0x4d9636,_0x59cb72,_0x5969b6){const _0x186bbb=_0x3f5fcc;return{..._0xd1bae4(_0x4d9636,_0x59cb72),'afterCreateAnchor':_0x178553=>Gd(_0x5969b6,_0x178553[_0x186bbb(0x489)]),'afterRemoveAnchor':_0x3ced73=>Gd(_0x5969b6,_0x3ced73[_0x186bbb(0x489)])};}function Wd(){const _0x46c779=_0x3f5fcc;return{'hostType':_0x52a08f[_0x46c779(0x40c)],'entry':_0x46c779(0x47d),'layout':_0x46c779(0x1cd),'supportedLayouts':[_0x46c779(0x1cd),_0x46c779(0x1fe),_0x46c779(0x420),_0x46c779(0x2d9)],'menuBehavior':_0x46c779(0x5ec)};}function Gd(_0x6805ca,_0x29a14c){const _0xdf6908=_0x3f5fcc;var _0x56a363,_0x420004,_0xc6cfa4,_0x58f51c;if(!_0x6805ca)return;let _0x44ab0f=_0x6805ca[_0xdf6908(0x23d)](_0x29a14c);if(_0x44ab0f){for(let _0x5059a5 of _0x44ab0f[_0xdf6908(0x273)][_0xdf6908(0x5fb)]()){var _0x260f2b;(_0x260f2b=_0x5059a5[_0xdf6908(0x293)])==null||_0x260f2b[_0xdf6908(0x3c8)](_0x5059a5);}(_0x56a363=_0x44ab0f[_0xdf6908(0x634)])==null||_0x56a363['resize'](),(_0x420004=_0x44ab0f[_0xdf6908(0x3a7)])==null||_0x420004[_0xdf6908(0x293)](),(_0xc6cfa4=_0x44ab0f['with'])==null||(_0xc6cfa4=_0xc6cfa4['call'](_0x44ab0f,_0x290054))==null||(_0x58f51c=_0xc6cfa4[_0xdf6908(0x24d)])==null||_0x58f51c['call'](_0xc6cfa4);}}function Kd(_0x102ed4,_0x4de72a=0x1,_0x45311a=0x1){const _0x1ac4aa=_0x3f5fcc;let _0x4d97a8=_0x102ed4[_0x1ac4aa(0x609)]/(Math[_0x1ac4aa(0x4f2)](_0x4de72a)||0x1),_0x4c8958=_0x102ed4[_0x1ac4aa(0x27c)]/(Math[_0x1ac4aa(0x4f2)](_0x45311a)||0x1);if(_0x102ed4[_0x1ac4aa(0x67b)])_0x4d97a8=(_0x102ed4['deltaY']||_0x102ed4[_0x1ac4aa(0x609)])*0x3/(Math[_0x1ac4aa(0x4f2)](_0x4de72a)||0x1),_0x4c8958=0x0;else{let _0x588add=Math[_0x1ac4aa(0x4f2)](_0x4d97a8),_0x1aaffd=Math[_0x1ac4aa(0x4f2)](_0x4c8958);_0x1aaffd>=_0x588add*0x2?_0x4d97a8=0x0:_0x588add>=_0x1aaffd*0x2&&(_0x4c8958=0x0);}return{'offsetX':_0x4d97a8,'offsetY':_0x4c8958};}function qd(_0x4f194f,_0x5a39c6,_0x1d42fe){const _0x50b6f2=_0x3f5fcc;var _0x17d712,_0x59ee6d,_0xdcd5e1,_0x396441;if(!_0x5a39c6)return!0x1;let {offsetX:_0xf2823b,offsetY:_0x2b6924}=Jd(_0x4f194f,_0x5a39c6,_0x1d42fe);if(!_0xf2823b&&!_0x2b6924)return!0x1;let _0x1920c6=(_0x17d712=_0x5a39c6[_0x50b6f2(0x4c3)])==null?0x0:_0x17d712,_0x18f63a=(_0x59ee6d=_0x5a39c6[_0x50b6f2(0x517)])==null?0x0:_0x59ee6d;if(_0x4f194f[_0x50b6f2(0x640)]===_0x50b6f2(0x68c)&&_0x5a39c6[_0x50b6f2(0x4d0)]&&(_0x4f194f[_0x50b6f2(0x4c3)]!=null||_0x4f194f[_0x50b6f2(0x517)]!=null)){var _0x5bd5d0,_0x26c87f;_0x5a39c6[_0x50b6f2(0x4d0)]({'viewportScrollX':(_0x5bd5d0=_0x4f194f[_0x50b6f2(0x4c3)])==null?_0x1920c6:_0x5bd5d0,'viewportScrollY':(_0x26c87f=_0x4f194f[_0x50b6f2(0x517)])==null?_0x18f63a:_0x26c87f});}else{if(_0x5a39c6[_0x50b6f2(0x54a)])_0x5a39c6[_0x50b6f2(0x54a)]({'viewportScrollX':_0xf2823b,'viewportScrollY':_0x2b6924});else return!0x1;}let _0x35e1cc=((_0xdcd5e1=_0x5a39c6[_0x50b6f2(0x4c3)])==null?0x0:_0xdcd5e1)!==_0x1920c6||((_0x396441=_0x5a39c6[_0x50b6f2(0x517)])==null?0x0:_0x396441)!==_0x18f63a;if(_0x35e1cc){var _0x2a95b4;_0x1d42fe==null||(_0x2a95b4=_0x1d42fe[_0x50b6f2(0x293)])==null||_0x2a95b4[_0x50b6f2(0x3c8)](_0x1d42fe,!0x0);}return _0x35e1cc;}function Jd(_0x1833fe,_0x3927f8,_0x512751){const _0x26bf83=_0x3f5fcc;if(_0x1833fe[_0x26bf83(0x640)]==='host-scroll-sync'&&(_0x1833fe[_0x26bf83(0x4c3)]!=null||_0x1833fe[_0x26bf83(0x517)]!=null)){var _0x13c156,_0x13dea6,_0x1112ca,_0x328566,_0x506341,_0x1d6545;return{'offsetX':((_0x13c156=(_0x13dea6=_0x1833fe['viewportScrollX'])==null?_0x3927f8[_0x26bf83(0x4c3)]:_0x13dea6)==null?0x0:_0x13c156)-((_0x1112ca=_0x3927f8[_0x26bf83(0x4c3)])==null?0x0:_0x1112ca),'offsetY':((_0x328566=(_0x506341=_0x1833fe[_0x26bf83(0x517)])==null?_0x3927f8[_0x26bf83(0x517)]:_0x506341)==null?0x0:_0x328566)-((_0x1d6545=_0x3927f8[_0x26bf83(0x517)])==null?0x0:_0x1d6545)};}return Kd(_0x1833fe[_0x26bf83(0x3aa)],_0x512751==null?void 0x0:_0x512751['scaleX'],_0x512751==null?void 0x0:_0x512751[_0x26bf83(0x204)]);}function Yd(_0xf07dc9){const _0x52b11e=_0x3f5fcc;return{'childType':_0x52a08f[_0x52b11e(0x40c)],'handleWheel':_0x4d551a=>{const _0x29820f=_0x52b11e;let _0x27879c=_0xf07dc9['has'](ds)?_0xf07dc9[_0x29820f(0x613)](ds):void 0x0;if((_0x27879c==null?void 0x0:_0x27879c[_0x29820f(0x1a7)](_0x4d551a))===!0x0)return!0x0;if(!_0xf07dc9[_0x29820f(0x4ec)](_0x1b124b))return!0x1;let _0x48f893=_0xf07dc9[_0x29820f(0x613)](_0x1b124b)[_0x29820f(0x23d)](_0x4d551a[_0x29820f(0x4e8)]),_0x22ed15=_0x48f893==null?void 0x0:_0x48f893['scene'];return qd(_0x4d551a,_0x22ed15==null?void 0x0:_0x22ed15['getViewport'](_0x90ae2c[_0x29820f(0x554)]),_0x22ed15);}};}function Xd(_0x169b59){const _0x327ce8=_0x3f5fcc;var _0x53ec9a,_0x7f4d83,_0x2dcbe3,_0x387f07;let _0x4fa564=_0x192f09(_0x4c2aa7),_0x4d5fda=_0x192f09(_0x4973db),_0x290ab3=_0x192f09(_0x1b124b),_0x3a6071=of(_0x169b59[_0x327ce8(0x37b)]),_0x25bb53=_0x3a6071==null?void 0x0:_0x3a6071[_0x327ce8(0x489)],_0x4ac1c6=_0x25bb53==null?(_0x53ec9a=_0x4d5fda[_0x327ce8(0x1f0)](_0x52a08f[_0x327ce8(0x40c)]))==null?void 0x0:_0x53ec9a[_0x327ce8(0x4b3)]():_0x25bb53,_0x19fb84=_0x13ae41(null),_0x4d7183=_0x13ae41(null),[_0x2cb581,_0x19b009]=_0x2ce260(()=>_0x48499b()),_0x236d47=_0x13ae41(_0x2cb581),_0x5b9bc6=sf(_0x3a6071),_0x5b8c5b=_0x169b59[_0x327ce8(0x198)],_0x1eb993=_0x5b8c5b==null?void 0x0:_0x5b8c5b[_0x327ce8(0x443)],_0x5bdc6e=_0x5b8c5b==null?void 0x0:_0x5b8c5b[_0x327ce8(0x37c)],_0x519dba=_0x5b8c5b==null?void 0x0:_0x5b8c5b[_0x327ce8(0x21e)];_0x236d47[_0x327ce8(0x51a)]=_0x2cb581,_0x56360b(()=>{if(!_0x25bb53)return;let _0x59ef7d=[],_0x3fb4ed=()=>{const _0x378353=_0x2e56;let _0x514987=_0x4d5fda[_0x378353(0x212)](_0x25bb53,_0x52a08f[_0x378353(0x40c)]),_0x463bd3=_0x514987==null?void 0x0:_0x514987[_0x378353(0x400)];typeof _0x463bd3=='number'&&_0x4fa564[_0x378353(0x3ff)](_0x236ac4['id'],{'unitId':_0x25bb53,'zoomRatio':_0x463bd3});},_0x517f25=_0x2dd408=>{const _0xb24574=_0x2e56;if(typeof requestAnimationFrame==_0xb24574(0x1b2)){let _0x124f8b=requestAnimationFrame(_0x2dd408);_0x59ef7d[_0xb24574(0x4a8)](()=>cancelAnimationFrame(_0x124f8b));return;}let _0x47e0ed=setTimeout(_0x2dd408,0x10);_0x59ef7d[_0xb24574(0x4a8)](()=>clearTimeout(_0x47e0ed));},_0x137a37=_0xa509ee=>{const _0x145016=_0x2e56;let _0x2432ef=setTimeout(_0x3fb4ed,_0xa509ee);_0x59ef7d[_0x145016(0x4a8)](()=>clearTimeout(_0x2432ef));};return _0x3fb4ed(),_0x517f25(_0x3fb4ed),_0x517f25(()=>_0x517f25(_0x3fb4ed)),_0x137a37(0x78),_0x137a37(0x1f4),()=>{const _0x52f24d=_0x2e56;_0x59ef7d[_0x52f24d(0x3e7)](_0x5500e7=>_0x5500e7());};},[_0x4fa564,_0x25bb53,_0x4d5fda]),_0x12a2a1(()=>{const _0x55311e=_0x327ce8;let _0x12b300=_0x19fb84[_0x55311e(0x51a)];if(!_0x12b300||!_0x5b9bc6||typeof window>'u')return;let _0x4927bd,_0x4d7c75=()=>{const _0x2ba507=_0x55311e;_0x4927bd=void 0x0;let _0x1a91b8=_0x12b300[_0x2ba507(0x618)](),_0x3975c7=_0x2b370c(_0x12b300,rf(_0x519dba,()=>uf(_0x12b300,_0x1a91b8[_0x2ba507(0x576)])),{'bleedLeft':_0x1eb993,'bleedWidth':_0x5bdc6e});_0x19b009(_0x541cda=>Math[_0x2ba507(0x4f2)](_0x541cda[_0x2ba507(0x443)]-_0x3975c7['bleedLeft'])<0.5&&Math[_0x2ba507(0x4f2)](_0x541cda[_0x2ba507(0x365)]-_0x3975c7[_0x2ba507(0x365)])<0.5&&Math[_0x2ba507(0x4f2)](_0x541cda[_0x2ba507(0x37c)]-_0x3975c7['bleedWidth'])<0.5&&Math['abs'](_0x541cda[_0x2ba507(0x21e)]-_0x3975c7['contentWidth'])<0.5&&Math[_0x2ba507(0x4f2)](_0x541cda[_0x2ba507(0x42c)]-_0x3975c7[_0x2ba507(0x42c)])<0.5?_0x541cda:_0x3975c7);},_0x2591c1=()=>{const _0x297100=_0x55311e;_0x4927bd==null&&(_0x4927bd=window[_0x297100(0x620)](_0x4d7c75));},_0x4a43bc=_0x932b21=>{af(_0x12b300,_0x932b21['target'])&&_0x2591c1();};_0x4d7c75();let _0x13061c=new ResizeObserver(_0x2591c1);return _0x13061c[_0x55311e(0x4ab)](_0x12b300),window[_0x55311e(0x4a0)](_0x55311e(0x4da),_0x2591c1),window[_0x55311e(0x4a0)](_0x55311e(0x4de),_0x4a43bc,!0x0),()=>{const _0x2d8c01=_0x55311e;_0x4927bd!=null&&window[_0x2d8c01(0x608)](_0x4927bd),_0x13061c['disconnect'](),window['removeEventListener'](_0x2d8c01(0x4da),_0x2591c1),window['removeEventListener']('scroll',_0x4a43bc,!0x0);};},[_0x1eb993,_0x5bdc6e,_0x519dba,_0x5b9bc6]),_0x12a2a1(()=>{const _0x79143a=_0x327ce8;let _0xdcfa42=_0x19fb84[_0x79143a(0x51a)];if(!_0xdcfa42||!_0x5b9bc6){_0x4d7183[_0x79143a(0x51a)]=null;return;}let _0x49dac3=()=>{const _0x3b7cc7=_0x79143a;_0x4d7183[_0x3b7cc7(0x51a)]=_0xdcfa42[_0x3b7cc7(0x2e2)](_0x3b7cc7(0x301));};_0x49dac3();let _0x4862d2=new MutationObserver(_0x49dac3);return _0x4862d2[_0x79143a(0x4ab)](_0xdcfa42,{'childList':!0x0,'subtree':!0x0}),()=>{const _0x2143c2=_0x79143a;_0x4d7183[_0x2143c2(0x51a)]=null,_0x4862d2[_0x2143c2(0x460)]();};},[_0x5b9bc6]);let _0x2d3284=_0x5b9bc6?ef((_0x7f4d83=_0x169b59['customBlockRenderViewport'])==null?void 0x0:_0x7f4d83[_0x327ce8(0x677)]):_0x9fc3e((_0x2dcbe3=_0x169b59['customBlockRenderViewport'])==null?void 0x0:_0x2dcbe3['contentHeight'],0x1),_0x41d62d=nf({'contentHeight':_0x2d3284,'menuInsetTop':0x34,'sheetLike':_0x5b9bc6}),_0x70d57d=tf({'contentHeight':_0x2d3284,'sheetLike':_0x5b9bc6,'viewportHeight':(_0x387f07=_0x169b59[_0x327ce8(0x198)])==null?void 0x0:_0x387f07[_0x327ce8(0x63a)]}),_0x80edf8=_0x5b9bc6?{'--univer-embed-docs-block-bleed-left':_0x2cb581[_0x327ce8(0x443)]+'px','--univer-embed-docs-block-bleed-width':_0x2cb581[_0x327ce8(0x37c)]+'px','--univer-embed-docs-block-content-height':_0x2d3284+'px','--univer-embed-docs-block-content-width':_0x2cb581['contentWidth']+'px','--univer-embed-docs-block-floating-menu-inset-top':'52px','--univer-embed-docs-block-outer-height':_0x41d62d+'px','--univer-embed-docs-block-viewport-height':_0x70d57d+'px','--univer-embed-docs-block-virtual-width':_0x2cb581[_0x327ce8(0x42c)]+'px'}:{'--univer-embed-docs-block-floating-menu-inset-top':_0x327ce8(0x512)},_0x3d3579=_0x48ab90((_0x2f5a48,_0x2e4731)=>{const _0x4e7173=_0x327ce8;var _0x2b27b4;let _0x36eb6e=(_0x2b27b4=_0x290ab3[_0x4e7173(0x23d)](_0x2e4731[_0x4e7173(0x489)]))==null?void 0x0:_0x2b27b4[_0x4e7173(0x3a7)];return qd({..._0x2e4731,'event':_0x2f5a48,'source':_0x4e7173(0x528),'stage':_0x4e7173(0x628)},_0x36eb6e==null?void 0x0:_0x36eb6e[_0x4e7173(0x62b)](_0x90ae2c[_0x4e7173(0x554)]),_0x36eb6e);},[_0x290ab3]),_0x5a4446=_0x48ab90(_0x3c42dd=>{const _0x3668c4=_0x327ce8;var _0x1af3bd;if(!_0x4ac1c6)return!0x1;let _0x2ceaa7=(_0x1af3bd=_0x290ab3[_0x3668c4(0x23d)](_0x4ac1c6))==null?void 0x0:_0x1af3bd[_0x3668c4(0x3a7)];return qd({'event':_0x3c42dd,'source':_0x3668c4(0x528),'stage':_0x3668c4(0x628)},_0x2ceaa7==null?void 0x0:_0x2ceaa7[_0x3668c4(0x62b)](_0x90ae2c['VIEW_MAIN']),_0x2ceaa7);},[_0x290ab3,_0x4ac1c6]),_0x2fc1b8=_0x48ab90(_0x81dce6=>{Zd(_0x290ab3,_0x4ac1c6,_0x81dce6);},[_0x290ab3,_0x4ac1c6]);return _0x56360b(()=>{const _0x1db584=_0x327ce8;let _0x326437=_0x19fb84[_0x1db584(0x51a)];if(!_0x326437||!_0x5b9bc6)return;let _0x208d28=_0xa7bc0b=>{const _0x2fa0ce=_0x1db584;var _0x35a2a7;cf(_0xa7bc0b)&&((_0x35a2a7=_0x326437[_0x2fa0ce(0x2e2)](_0x2fa0ce(0x508)))==null?void 0x0:_0x35a2a7[_0x2fa0ce(0x5f2)][_0x2fa0ce(0x263)])===_0x2fa0ce(0x628)&&_0x5a4446(_0xa7bc0b)&&(_0xa7bc0b[_0x2fa0ce(0x1f9)](),_0xa7bc0b[_0x2fa0ce(0x29f)](),_0xa7bc0b['stopImmediatePropagation']());};return _0x326437['addEventListener'](_0x1db584(0x528),_0x208d28,{'capture':!0x0,'passive':!0x1}),()=>_0x326437['removeEventListener'](_0x1db584(0x528),_0x208d28,{'capture':!0x0});},[_0x5a4446,_0x5b9bc6]),_0x56360b(()=>{const _0x342881=_0x327ce8;let _0x5a90f8=_0x19fb84[_0x342881(0x51a)];if(!_0x5a90f8||!_0x5b9bc6)return;let _0xc33ef6=$d({'getLive':()=>_0x4d7183['current'],'getStage':()=>{const _0x450fa3=_0x342881;var _0x2e4846;return(_0x2e4846=_0x5a90f8[_0x450fa3(0x2e2)](_0x450fa3(0x508)))==null?void 0x0:_0x2e4846[_0x450fa3(0x5f2)][_0x450fa3(0x263)];},'getMaxScrollLeft':()=>{const _0x1336c3=_0x342881;let _0x5b1d5b=_0x236d47[_0x1336c3(0x51a)]['virtualWidth']-_0x236d47[_0x1336c3(0x51a)]['bleedWidth'];return _0x5b1d5b>0x0?_0x5b1d5b:void 0x0;}});return _0x5a90f8[_0x342881(0x4a0)](_0x342881(0x528),_0xc33ef6,{'capture':!0x0,'passive':!0x1}),()=>_0x5a90f8['removeEventListener'](_0x342881(0x528),_0xc33ef6,{'capture':!0x0});},[_0x5b9bc6]),_0x23b3a2(_0x327ce8(0x50c),{'ref':_0x19fb84,'className':'univer-embed-docs-custom-block','data-embed-docs-custom-block':_0x327ce8(0x228),'data-embed-docs-custom-block-child-type':(_0x3a6071==null?void 0x0:_0x3a6071['childType'])==null?void 0x0:String(_0x3a6071[_0x327ce8(0x5ca)]),'data-embed-docs-custom-block-sheet-like':_0x5b9bc6?_0x327ce8(0x228):void 0x0,'style':_0x80edf8,'children':_0x23b3a2(Ss,{..._0x169b59,'interactionFlow':_0x327ce8(0x3e0),'onHostWheel':_0x5b9bc6?_0x3d3579:void 0x0,'onRuntimeStageEnter':_0x2fc1b8,'syncHostVerticalScroll':_0x5b9bc6})});}function Zd(_0x72d752,_0x5eb8a7,_0xe5dbb2){const _0x1fe1dd=_0x3f5fcc;var _0x3fd771;_0xe5dbb2!==_0x1fe1dd(0x628)||!_0x5eb8a7||(_0x3fd771=_0x72d752[_0x1fe1dd(0x23d)](_0x5eb8a7))==null||(_0x3fd771=_0x3fd771[_0x1fe1dd(0x38d)](_0x4a54a9))==null||_0x3fd771[_0x1fe1dd(0x238)]();}function Qd(_0x199335){return _0xdd7c48=>{const _0x4563dd=_0x2e56;var _0x111a7b;let _0x2867e3=_0x199335[_0x4563dd(0x598)]();!_0x2867e3||_0xdd7c48[_0x4563dd(0x1e1)]||_0xdd7c48[_0x4563dd(0x3fd)]||_0x20d4fe(_0xdd7c48,_0x2867e3,{'maxScrollLeft':(_0x111a7b=_0x199335[_0x4563dd(0x5df)])==null?void 0x0:_0x111a7b[_0x4563dd(0x3c8)](_0x199335)})&&(_0xdd7c48[_0x4563dd(0x1f9)](),_0xdd7c48[_0x4563dd(0x29f)]());};}function $d(_0x54f78a){let _0x49bd59=Qd(_0x54f78a);return _0x509d5a=>{const _0x569b24=_0x2e56;_0x54f78a['getStage']()!==_0x569b24(0x628)||!lf(_0x509d5a)||_0x49bd59(_0x509d5a);};}function ef(_0x35b44c){return _0x9fc3e(_0x35b44c,0x1e0);}function tf(_0x2dba4e){const _0x32cee9=_0x3f5fcc;return _0x9fc3e(_0x2dba4e[_0x32cee9(0x63a)],_0x2dba4e['contentHeight']);}function nf(_0x546208){const _0x50240a=_0x3f5fcc;return _0x546208[_0x50240a(0x341)]?_0x546208[_0x50240a(0x677)]+_0x546208['menuInsetTop']:_0x546208[_0x50240a(0x677)];}function rf(_0x49a0b4,_0x5d7759){const _0x134418=_0x3f5fcc;return Number[_0x134418(0x68b)](_0x49a0b4)&&(_0x49a0b4==null?0x0:_0x49a0b4)>0x0?_0x49a0b4:_0x3ee6ab(void 0x0,_0x5d7759());}function af(_0xc38275,_0x2de23a){const _0x19c414=_0x3f5fcc;return!(_0x2de23a instanceof Node&&_0xc38275[_0x19c414(0x452)](_0x2de23a));}function of(_0x1a73a5){const _0x4765ae=_0x3f5fcc;if(!_0x1a73a5||typeof _0x1a73a5!=_0x4765ae(0x47f))return;let _0x430508=_0x1a73a5;if(!(_0x430508[_0x4765ae(0x252)]!==0x1||!_0x430508['embedId']||!_0x430508['hostAnchorId']))return _0x430508;}function sf(_0x51ed9d){const _0x1bb1cf=_0x3f5fcc;return(_0x51ed9d==null?void 0x0:_0x51ed9d[_0x1bb1cf(0x5ca)])===_0x52a08f['UNIVER_SHEET']||(_0x51ed9d==null?void 0x0:_0x51ed9d[_0x1bb1cf(0x5ca)])===_0x52a08f[_0x1bb1cf(0x1dc)];}function cf(_0xe7d897){const _0x1f3833=_0x3f5fcc;return _0xe7d897[_0x1f3833(0x67b)]||_0xe7d897['ctrlKey']||_0xe7d897[_0x1f3833(0x3fd)]?!0x1:Math[_0x1f3833(0x4f2)](_0xe7d897[_0x1f3833(0x27c)])>Math['abs'](_0xe7d897[_0x1f3833(0x609)]);}function lf(_0x40a93a){const _0x3f241c=_0x3f5fcc;if(_0x40a93a['ctrlKey']||_0x40a93a['metaKey'])return!0x1;let _0x91515e=_0x40a93a[_0x3f241c(0x609)]||(_0x40a93a[_0x3f241c(0x67b)]?_0x40a93a[_0x3f241c(0x27c)]:0x0),_0x19c523=_0x40a93a[_0x3f241c(0x67b)]?0x0:_0x40a93a[_0x3f241c(0x27c)];return Math[_0x3f241c(0x4f2)](_0x91515e)>Math[_0x3f241c(0x4f2)](_0x19c523);}function uf(_0x240607,_0x2bf3de){const _0x56ad7a=_0x3f5fcc;let _0x34f7cb=_0x240607[_0x56ad7a(0x2e2)](_0x56ad7a(0x3e1)),_0x21b674=_0x240607[_0x56ad7a(0x2e2)](_0x56ad7a(0x390)),_0x428b92=[Math['max'](0x1,_0x2bf3de)];return df(_0x34f7cb,_0x428b92),df(_0x21b674,_0x428b92),Math['max'](..._0x428b92['filter'](_0x119dc7=>Number['isFinite'](_0x119dc7)&&_0x119dc7>0x0));}function df(_0x2f6e97,_0x5d0581){const _0xa36673=_0x3f5fcc;if(_0x2f6e97){_0x5d0581['push'](_0x2f6e97['scrollWidth'],_0x2f6e97['offsetWidth'],_0x2f6e97[_0xa36673(0x618)]()[_0xa36673(0x576)]);for(let _0x56c87f of Array[_0xa36673(0x392)](_0x2f6e97[_0xa36673(0x476)])){if(!(_0x56c87f instanceof HTMLElement))continue;let _0x1a0e96=_0x56c87f[_0xa36673(0x618)](),_0x55e603=_0x2f6e97[_0xa36673(0x618)]();_0x5d0581['push'](_0x56c87f[_0xa36673(0x424)],_0x56c87f[_0xa36673(0x5f9)],_0x1a0e96['right']-_0x55e603[_0xa36673(0x4bf)]);}}}function ff(){return $u({'childType':_0x52a08f['UNIVER_DOC'],'mount':pf});}function pf(_0x19290d){const _0x8cd2d2=_0x3f5fcc;let _0x1005e6=Qu(_0x19290d),_0xf730e1=document[_0x8cd2d2(0x3f9)](_0x8cd2d2(0x50c));_0xf730e1[_0x8cd2d2(0x654)]('data-embed-floating-menu-entry',_0x19290d[_0x8cd2d2(0x3b1)][_0x8cd2d2(0x4f3)]),_0x1005e6['appendChild'](_0xf730e1);let _0x399a44=Vc(_0xf730e1);return _0x399a44[_0x8cd2d2(0x218)](_0x546c84(jc,{'injector':_0x19290d[_0x8cd2d2(0x4f8)][_0x8cd2d2(0x2b3)],'mountContainer':_0x1005e6,'embedId':_0x19290d[_0x8cd2d2(0x332)]},_0x546c84(mf,{'hostUnitId':_0x19290d[_0x8cd2d2(0x489)],'embedId':_0x19290d['embedId'],'entry':_0x19290d['descriptor'][_0x8cd2d2(0x4f3)],'fullscreen':!!_0x19290d[_0x8cd2d2(0x5ad)][_0x8cd2d2(0x383)],'usesDomFloatingStage':_0x19290d[_0x8cd2d2(0x3b1)][_0x8cd2d2(0x4f3)]!=='slides-floating-object','renderScopeActive$':_0x19290d[_0x8cd2d2(0x5ad)]['active$']}))),_0x5b1d76(()=>{const _0x2cd8fc=_0x8cd2d2;Hc(_0x399a44),globalThis[_0x2cd8fc(0x2bb)](()=>_0xf730e1[_0x2cd8fc(0x631)](),0x0);});}function mf(_0x415a4d){const _0x2d56e3=_0x3f5fcc;let {hostUnitId:_0x2e6bfa,embedId:_0x2dca50,entry:_0x40830f,fullscreen:_0x4b9de7,usesDomFloatingStage:_0xb28f0e,renderScopeActive$:_0x47bcf3}=_0x415a4d,_0x2d64a6=_0x49fc7f(()=>_0x47bcf3,!0x1,!0x1,[_0x47bcf3]),_0x54f053=_0x192f09(_0x4c2aa7),_0x1f6115=_0x192f09(q),_0x25d134=hf({'embedId':_0x2dca50,'active':_0x49fc7f(()=>_0x1f6115[_0x2d56e3(0x26a)],_0x1f6115[_0x2d56e3(0x5bc)](),!0x1,[_0x1f6115]),'fullscreen':_0x4b9de7,'usesDomFloatingStage':_0xb28f0e,'renderScopeActive':_0x2d64a6});return _0x23b3a2('div',{'className':gf({'entry':_0x40830f,'fullscreen':_0x4b9de7,'stage':_0x25d134}),'data-embed-floating-menu':_0x2d56e3(0x228),'data-embed-id':_0x2dca50,'data-embed-float-stage':_0x25d134,'onPointerDown':_0x18eaab=>_0x18eaab[_0x2d56e3(0x29f)](),'children':_0x23b3a2(_0x2fbc76,{'type':_0x2d56e3(0x3c2),'size':'small','variant':'ghost','className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x170475=_0x2d56e3;_0x54f053[_0x170475(0x48d)](_0x4529d7['id'],{'hostUnitId':_0x2e6bfa,'embedId':_0x2dca50});},'children':_0x23b3a2(_0x4db22a,{})})});}function hf(_0x1ab552){return Sa(_0x1ab552);}function gf(_0x6f0f3e){const _0x4ec5b6=_0x3f5fcc;let {entry:_0x28d279,fullscreen:_0x1be142,stage:_0x390aa5}=_0x6f0f3e;return _0x4a3bee(_0x4ec5b6(0x27a),{'univer-hidden':_0x390aa5!==_0x4ec5b6(0x628),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x1be142,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x1be142,'-univer-top-9':!_0x1be142&&_0x28d279!==_0x4ec5b6(0x47d),'univer-top-[calc(var(--univer-embed-docs-block-floating-menu-inset-top,52px)*-1)]':!_0x1be142&&_0x28d279===_0x4ec5b6(0x47d)});}let _f=class extends _0xa9a756{constructor(_0x2d8c28,_0xe2712f,_0xf46b5a,_0x311592,_0x8ce861,_0x41d51a){const _0x348f00=_0x3f5fcc;super(),this[_0x348f00(0x45e)]=_0x2d8c28,this[_0x348f00(0x391)]=_0xe2712f,this[_0x348f00(0x344)]=_0xf46b5a,this['_contentSizeRegistry']=_0x311592,this[_0x348f00(0x55f)]=_0x8ce861,this[_0x348f00(0x32e)]=_0x41d51a,K(this,'_resolvedChildUnits',new Map()),K(this,'_pendingChildUnits',new Map());let _0x56a4e0=_0x454d3f(()=>{const _0x1f96de=_0x348f00;this[_0x1f96de(0x496)]()||this[_0x1f96de(0x23b)]();});this[_0x348f00(0x61d)](_0x56a4e0),this['disposeWithMe']({'dispose':()=>{const _0xa96e97=_0x348f00;this[_0xa96e97(0x32a)][_0xa96e97(0x225)](),this[_0xa96e97(0x49a)][_0xa96e97(0x225)]();}});let _0x436e5f=this['_univerInstanceService'][_0x348f00(0x574)](_0x52a08f[_0x348f00(0x31d)])[_0x348f00(0x2ae)](()=>{const _0x82315=_0x348f00;_0x56a4e0[_0x82315(0x2a1)]();}),_0x41bda3=this['_univerInstanceService'][_0x348f00(0x574)](_0x52a08f[_0x348f00(0x1dc)])[_0x348f00(0x2ae)](()=>{const _0x30e770=_0x348f00;_0x56a4e0[_0x30e770(0x2a1)]();});this['disposeWithMe'](_0x5b1d76(()=>_0x436e5f[_0x348f00(0x44a)]())),this[_0x348f00(0x61d)](_0x5b1d76(()=>_0x41bda3[_0x348f00(0x44a)]()));let _0x4be28f=_0x51c756((_0x48532e,_0xf17acd,_0x31edfe)=>{const _0x322c6e=_0x348f00;var _0x4373b1,_0x1e6117,_0x32c6cb,_0xbc064f;if(_0x48532e!==this[_0x322c6e(0x45e)][_0x322c6e(0x2bf)])return null;let _0xc98329=this[_0x322c6e(0x57d)]();if(!_0xc98329)return null;let _0x15cfda=(_0x4373b1=_0xc98329['drawings'])==null?void 0x0:_0x4373b1[_0xf17acd],_0x5e1737=_0x15cfda==null?void 0x0:_0x15cfda['data'],_0xd4917d=_0x5e1737==null?void 0x0:_0x5e1737[_0x322c6e(0x5ca)];if(_0xd4917d!==_0x52a08f[_0x322c6e(0x31d)]&&_0xd4917d!==_0x52a08f[_0x322c6e(0x1dc)])return null;let _0x41b24e=this[_0x322c6e(0x325)](),_0xdbc802=this[_0x322c6e(0x1af)](_0x5e1737,_0xd4917d),_0x1685d5=_0xdbc802?this[_0x322c6e(0x637)](_0xdbc802,_0xd4917d,_0x56a4e0[_0x322c6e(0x2a1)]):void 0x0,_0x1b72bf=_0xdbc802&&_0x1685d5!=null?(_0x1e6117=this[_0x322c6e(0x229)])==null?void 0x0:_0x1e6117[_0x322c6e(0x4cf)]({'childType':_0xd4917d,'childUnit':_0x1685d5,'childUnitId':_0xdbc802,'viewportWidth':_0x31edfe[_0x322c6e(0x3ab)]}):void 0x0,_0x11a571=_0x11aaaf(_0xd4917d),_0x45fb46=yf(_0x31edfe['fallbackHeight'],_0x11a571['height']),_0x405538=yf(_0x31edfe['fallbackWidth'],_0x11a571[_0x322c6e(0x576)]);return _0x7ac0d8({'childType':_0xd4917d,'contentHeight':(_0x32c6cb=_0x1b72bf==null?void 0x0:_0x1b72bf[_0x322c6e(0x35c)])==null?_0x45fb46:_0x32c6cb,'contentWidth':_0x1b72bf==null?void 0x0:_0x1b72bf[_0x322c6e(0x576)],'docsLeft':this[_0x322c6e(0x3ee)](),'documentFlavor':(_0xbc064f=_0xc98329[_0x322c6e(0x52f)])==null?void 0x0:_0xbc064f[_0x322c6e(0x25b)],'fallbackHeight':_0x45fb46,'fallbackWidth':_0x405538,'pageMarginLeft':_0x31edfe['pageMarginLeft'],'pageMarginRight':_0x31edfe[_0x322c6e(0x545)],'pageWidth':_0x31edfe['pageWidth'],'scale':this['_context']['scene'][_0x322c6e(0x537)]()[_0x322c6e(0x28d)]||0x1,'visibleCanvasHeight':_0x41b24e==null?void 0x0:_0x41b24e[_0x322c6e(0x35c)],'visibleCanvasLeft':_0x41b24e==null?void 0x0:_0x41b24e['left'],'visibleCanvasWidth':_0x41b24e==null?void 0x0:_0x41b24e[_0x322c6e(0x576)]});});this[_0x348f00(0x61d)]({'dispose':_0x4be28f}),this[_0x348f00(0x61d)](this[_0x348f00(0x344)][_0x348f00(0x60f)](_0x5b25f4=>{const _0x163945=_0x348f00;if(_0x5b25f4['id']===_0x236ac4['id'])return;let _0x196132=this[_0x163945(0x57d)]();_0x196132&&_0x467595({'childUnitIds':_0x192085(_0x196132[_0x163945(0x42a)],_0x255cc0=>this[_0x163945(0x1af)](_0x255cc0)),'commandId':_0x5b25f4['id'],'commandParams':_0x5b25f4[_0x163945(0x304)],'hostUnitId':this['_context']['unitId']})&&_0x56a4e0[_0x163945(0x2a1)]();}));}['_getHostUnit'](){const _0x1dc39a=_0x3f5fcc;var _0x41bcd3;if(!this['_disposed'])return(_0x41bcd3=this[_0x1dc39a(0x45e)][_0x1dc39a(0x192)])==null?void 0x0:_0x41bcd3;}['_getHostSnapshot'](){const _0x2faee9=_0x3f5fcc;var _0x217435;return(_0x217435=this['_getHostUnit']())==null?void 0x0:_0x217435[_0x2faee9(0x492)]();}[_0x3f5fcc(0x496)](){const _0x57d404=_0x3f5fcc;var _0x23a9d1;let _0x1f859f=(_0x23a9d1=this['_renderManagerService'])==null?void 0x0:_0x23a9d1[_0x57d404(0x23d)](this[_0x57d404(0x45e)][_0x57d404(0x2bf)]);try{var _0x1253fc;let _0x54e644=_0x1f859f==null||(_0x1253fc=_0x1f859f[_0x57d404(0x38d)])==null?void 0x0:_0x1253fc[_0x57d404(0x3c8)](_0x1f859f,_0x1db318);return _0x54e644?(_0x54e644[_0x57d404(0x1c6)](this['_context']['unitId']),!0x0):!0x1;}catch{return!0x1;}}['_refreshHostDocZoom'](){const _0x5c4232=_0x3f5fcc;let _0x3c712c=this[_0x5c4232(0x200)](),_0x1895ce=_0x3c712c==null?void 0x0:_0x3c712c[_0x5c4232(0x400)];typeof _0x1895ce=='number'&&this[_0x5c4232(0x344)][_0x5c4232(0x3ff)](_0x236ac4['id'],{'unitId':this[_0x5c4232(0x45e)][_0x5c4232(0x2bf)],'zoomRatio':_0x1895ce});}[_0x3f5fcc(0x1af)](_0x18f632,_0x10d21c){const _0x61f863=_0x3f5fcc;var _0x1e398e;if(!_0x18f632||typeof _0x18f632!='object')return;let _0x4ab46e=_0x18f632,_0x10442b=typeof _0x4ab46e[_0x61f863(0x5ca)]==_0x61f863(0x1ec)?_0x4ab46e[_0x61f863(0x5ca)]:_0x10d21c;if(_0x10442b!==_0x52a08f[_0x61f863(0x31d)]&&_0x10442b!==_0x52a08f['UNIVER_BASE'])return;if(typeof _0x4ab46e['childUnitId']==_0x61f863(0x5a4))return _0x4ab46e['childUnitId'];if(typeof _0x4ab46e[_0x61f863(0x332)]!='string')return;let _0x2c7d9a=typeof _0x4ab46e[_0x61f863(0x489)]==_0x61f863(0x5a4)?_0x4ab46e[_0x61f863(0x489)]:this[_0x61f863(0x45e)][_0x61f863(0x2bf)],_0x60fd79=(_0x1e398e=this[_0x61f863(0x55f)])==null?void 0x0:_0x1e398e[_0x61f863(0x2dc)](_0x2c7d9a,_0x4ab46e['embedId']);if((_0x60fd79==null?void 0x0:_0x60fd79[_0x61f863(0x5ca)])===_0x10442b){if(typeof _0x60fd79['childUnitId']==_0x61f863(0x5a4))return _0x60fd79[_0x61f863(0x4e8)];try{return _0x1f2381(_0x60fd79[_0x61f863(0x640)][_0x61f863(0x543)]);}catch{return;}}}[_0x3f5fcc(0x637)](_0x53acbc,_0x589d0e,_0x3692d6){const _0x274d71=_0x3f5fcc;let _0x13000d=_0x589d0e+':'+_0x53acbc;if(this[_0x274d71(0x32a)][_0x274d71(0x4ec)](_0x13000d))return this[_0x274d71(0x32a)]['get'](_0x13000d);let _0x1ecedf=this[_0x274d71(0x391)][_0x274d71(0x212)](_0x53acbc,_0x589d0e);if(_0x1ecedf!=null){if(!vf(_0x1ecedf))return this[_0x274d71(0x32a)][_0x274d71(0x360)](_0x13000d,_0x1ecedf),_0x1ecedf;if(!this[_0x274d71(0x49a)][_0x274d71(0x4ec)](_0x13000d)){let _0x3a07a8=Promise['resolve'](_0x1ecedf)[_0x274d71(0x207)](_0x1c8acc=>(this[_0x274d71(0x49a)]['delete'](_0x13000d),this[_0x274d71(0x32a)][_0x274d71(0x360)](_0x13000d,_0x1c8acc),this[_0x274d71(0x2a0)]||_0x3692d6(),_0x1c8acc),()=>{this['_pendingChildUnits']['delete'](_0x13000d);});this[_0x274d71(0x49a)][_0x274d71(0x360)](_0x13000d,_0x3a07a8);}}}[_0x3f5fcc(0x3ee)](){const _0x655f68=_0x3f5fcc;var _0x35d11b,_0xc1939c,_0x5cdc5c;return(_0x35d11b=(_0xc1939c=this['_context'][_0x655f68(0x3c6)])==null||(_0x5cdc5c=_0xc1939c[_0x655f68(0x47c)])==null||(_0x5cdc5c=_0x5cdc5c['call'](_0xc1939c))==null?void 0x0:_0x5cdc5c[_0x655f68(0x2c5)])==null?0x0:_0x35d11b;}[_0x3f5fcc(0x325)](){const _0x2bb216=_0x3f5fcc;var _0x588697,_0x471aeb,_0x1a6ea5,_0x467eee,_0x3fb024,_0x4ade5c,_0xe975d3,_0x92ff91,_0x561544,_0x2c6738,_0xbc5e7c;let _0x2d4a06=this[_0x2bb216(0x45e)][_0x2bb216(0x3a7)][_0x2bb216(0x537)]()[_0x2bb216(0x28d)]||0x1,_0x416c0e=this[_0x2bb216(0x45e)][_0x2bb216(0x3a7)][_0x2bb216(0x537)]()['scaleY']||0x1,_0x40cb25=(_0x588697=(_0x471aeb=this[_0x2bb216(0x45e)][_0x2bb216(0x3a7)][_0x2bb216(0x62b)](_0x90ae2c[_0x2bb216(0x554)]))==null?void 0x0:_0x471aeb[_0x2bb216(0x4c3)])==null?0x0:_0x588697,_0x2615d7=(_0x1a6ea5=(_0x467eee=this[_0x2bb216(0x45e)][_0x2bb216(0x634)])[_0x2bb216(0x38c)])==null||(_0x1a6ea5=_0x1a6ea5[_0x2bb216(0x3c8)](_0x467eee))==null||(_0x3fb024=_0x1a6ea5[_0x2bb216(0x618)])==null?void 0x0:_0x3fb024[_0x2bb216(0x3c8)](_0x1a6ea5),_0x513a60=_0x2615d7==null?void 0x0:_0x2615d7[_0x2bb216(0x576)],_0x283112=_0x2615d7==null?void 0x0:_0x2615d7[_0x2bb216(0x35c)],_0x1f970d=(_0x4ade5c=(_0xe975d3=this[_0x2bb216(0x45e)][_0x2bb216(0x3c6)])==null?void 0x0:_0xe975d3[_0x2bb216(0x576)])==null?this[_0x2bb216(0x45e)][_0x2bb216(0x3a7)][_0x2bb216(0x576)]:_0x4ade5c,_0x27da84=((_0x92ff91=_0x513a60==null?_0x1f970d:_0x513a60)==null?0x0:_0x92ff91)/_0x2d4a06,_0x37bd6b=(_0x561544=(_0x2c6738=this['_context'][_0x2bb216(0x3c6)])==null?void 0x0:_0x2c6738[_0x2bb216(0x35c)])==null?this['_context']['scene']['height']:_0x561544,_0x401e13=((_0xbc5e7c=_0x283112==null?_0x37bd6b:_0x283112)==null?0x0:_0xbc5e7c)/_0x416c0e;return!_0x27da84||!Number[_0x2bb216(0x68b)](_0x27da84)||_0x27da84<=0x0||!_0x401e13||!Number['isFinite'](_0x401e13)||_0x401e13<=0x0?null:{'height':_0x401e13,'left':_0x40cb25,'width':_0x27da84};}};_f=Wa([Z(0x1,_0x359774(_0x4973db)),Z(0x2,_0x359774(_0x4c2aa7)),Z(0x3,_0x3addc7(Hl)),Z(0x4,_0x3addc7(_0xe2ce8c)),Z(0x5,_0x3addc7(_0x1b124b))],_f);function vf(_0x12afc9){const _0x133ed7=_0x3f5fcc;return!!_0x12afc9&&typeof _0x12afc9[_0x133ed7(0x207)]=='function';}function yf(_0x31e00f,_0x5a968){const _0x1a58dc=_0x3f5fcc;return typeof _0x31e00f==_0x1a58dc(0x1ec)&&Number[_0x1a58dc(0x68b)](_0x31e00f)&&_0x31e00f>0x1?_0x31e00f:_0x5a968;}function bf(_0x2ee37b){const _0x4c03ec=_0x3f5fcc;au(_0x2ee37b,_0x4c03ec(0x1ea),xf);}function xf(_0x34f1bd){const _0x4bfc1b=_0x3f5fcc;let _0x5cd31b=_0x34f1bd[_0x4bfc1b(0x613)](_0x41cd9),_0x1b56cc=_0x34f1bd[_0x4bfc1b(0x613)](Yo),_0x55d18b=_0x34f1bd[_0x4bfc1b(0x613)](qo),_0x1c8495=_0x34f1bd['get'](Pa),_0x200720=_0x34f1bd[_0x4bfc1b(0x613)](Jo),_0x4c9b35=_0x34f1bd[_0x4bfc1b(0x613)](os),_0x363b9e=_0x34f1bd[_0x4bfc1b(0x613)](us),_0x57193c=_0x34f1bd[_0x4bfc1b(0x4ec)](_0x15cc4a)?_0x34f1bd[_0x4bfc1b(0x613)](_0x15cc4a):void 0x0,_0x2577e1=_0x34f1bd[_0x4bfc1b(0x4ec)](_0x4973db)?_0x34f1bd[_0x4bfc1b(0x613)](_0x4973db):void 0x0,_0x33fcb5=_0x34f1bd[_0x4bfc1b(0x4ec)](_0x1b124b)?_0x34f1bd['get'](_0x1b124b):void 0x0;_0x33fcb5==null||_0x33fcb5[_0x4bfc1b(0x51b)](_0x52a08f[_0x4bfc1b(0x40c)],[_f]),_0x34f1bd[_0x4bfc1b(0x4ec)](_0x496f0d)&&_0x34f1bd['get'](_0x496f0d)[_0x4bfc1b(0x4aa)](_0x4c0abf,Xd);let _0x3bd53b=Ud(_0x57193c,_0x2577e1,_0x33fcb5);_0x5cd31b[_0x4bfc1b(0x613)](_0x3bd53b['hostType'],_0x3bd53b['entry'])||_0x5cd31b[_0x4bfc1b(0x4aa)](_0x3bd53b);let _0x45bad1=Wd();_0x1b56cc[_0x4bfc1b(0x613)](_0x45bad1[_0x4bfc1b(0x484)],_0x45bad1[_0x4bfc1b(0x4f3)])||_0x1b56cc[_0x4bfc1b(0x4aa)](_0x45bad1);let _0x193c33=zd();_0x55d18b[_0x4bfc1b(0x613)](_0x193c33[_0x4bfc1b(0x5ca)])||_0x55d18b['register'](_0x193c33);let _0x155bb1=Rd();_0x1c8495[_0x4bfc1b(0x613)](_0x155bb1[_0x4bfc1b(0x5ca)])||_0x1c8495[_0x4bfc1b(0x4aa)](_0x155bb1),ff()[_0x4bfc1b(0x3e7)](_0x392b13=>{const _0x58bdde=_0x4bfc1b;_0x200720[_0x58bdde(0x262)](_0x392b13['hostType'],_0x392b13[_0x58bdde(0x4f3)],_0x392b13['childType'])||_0x200720[_0x58bdde(0x4aa)](_0x392b13);}),_0x4c9b35['registerProvider'](Ql(_0x34f1bd,{'childType':_0x52a08f['UNIVER_DOC'],'renderManagerService':_0x1b124b})),_0x363b9e[_0x4bfc1b(0x613)](_0x52a08f['UNIVER_DOC'])||_0x363b9e[_0x4bfc1b(0x4aa)](Yd(_0x34f1bd));}function Sf(){const _0xf0c0de=_0x3f5fcc;return{'childType':_0x52a08f[_0xf0c0de(0x31d)],'measureContentSize':_0x1ca845=>{const _0xa3a99f=_0xf0c0de;let _0x57b97c=Cf(_0x1ca845[_0xa3a99f(0x384)]),_0x38ca26=wf(_0x1ca845[_0xa3a99f(0x384)]);return _0x57b97c==null&&_0x38ca26==null?void 0x0:{'height':_0x57b97c,'width':_0x38ca26};}};}function Cf(_0x470635){const _0x509a11=_0x3f5fcc;var _0x3558e7,_0x93e520,_0x2e8b7e;let _0x807bb0=_0x470635,_0x5743d5=_0x807bb0==null||(_0x3558e7=_0x807bb0[_0x509a11(0x442)])==null?void 0x0:_0x3558e7[_0x509a11(0x3c8)](_0x807bb0,!0x0);if(!_0x5743d5)return;let _0x34233f=Tf(_0x5743d5);if(!Number[_0x509a11(0x68b)](_0x34233f)||_0x34233f==null||_0x34233f<0x0)return;let _0x35e373=(_0x93e520=_0x5743d5[_0x509a11(0x278)])==null||(_0x93e520=_0x93e520[_0x509a11(0x3c8)](_0x5743d5))==null?void 0x0:_0x93e520[_0x509a11(0x1ff)],_0xe0c6da=Af((_0x2e8b7e=_0x5743d5[_0x509a11(0x278)])==null||(_0x2e8b7e=_0x2e8b7e[_0x509a11(0x3c8)](_0x5743d5))==null?void 0x0:_0x2e8b7e['defaultRowHeight'],_0x50d35f),_0x902994=_0x35e373!=null&&_0x35e373[_0x509a11(0x24f)]?0x0:Af(_0x35e373==null?void 0x0:_0x35e373[_0x509a11(0x35c)],0x18),_0x555e7e=0x0;for(let _0x4df773=0x0;_0x4df773<_0x34233f;_0x4df773++){var _0x1069ca,_0x2bfe41;((_0x1069ca=_0x5743d5[_0x509a11(0x2e4)])==null?void 0x0:_0x1069ca[_0x509a11(0x3c8)](_0x5743d5,_0x4df773))!==!0x1&&(_0x555e7e+=jf((_0x2bfe41=_0x5743d5[_0x509a11(0x5a3)])==null?void 0x0:_0x2bfe41['call'](_0x5743d5,_0x4df773),_0xe0c6da));}return _0x902994+_0x555e7e;}function wf(_0x5543dc){const _0x42ab7c=_0x3f5fcc;var _0x2aa2dd,_0x2f5a5c,_0x34e059;let _0x18f056=_0x5543dc,_0x25065d=_0x18f056==null||(_0x2aa2dd=_0x18f056[_0x42ab7c(0x442)])==null?void 0x0:_0x2aa2dd['call'](_0x18f056,!0x0);if(!_0x25065d)return;let _0x5e4613=Ef(_0x25065d);if(!Number[_0x42ab7c(0x68b)](_0x5e4613)||_0x5e4613==null||_0x5e4613<0x0)return;let _0x49d66e=(_0x2f5a5c=_0x25065d[_0x42ab7c(0x278)])==null||(_0x2f5a5c=_0x2f5a5c[_0x42ab7c(0x3c8)](_0x25065d))==null?void 0x0:_0x2f5a5c['rowHeader'],_0x21432b=Af((_0x34e059=_0x25065d[_0x42ab7c(0x278)])==null||(_0x34e059=_0x34e059['call'](_0x25065d))==null?void 0x0:_0x34e059['defaultColumnWidth'],_0x57c424),_0xe10b46=_0x49d66e!=null&&_0x49d66e['hidden']?0x0:Af(_0x49d66e==null?void 0x0:_0x49d66e[_0x42ab7c(0x576)],_0x46454b),_0xe54c8d=0x0;for(let _0x43d138=0x0;_0x43d138<_0x5e4613;_0x43d138++){var _0x1168b3,_0x25e60b;((_0x1168b3=_0x25065d[_0x42ab7c(0x5d4)])==null?void 0x0:_0x1168b3[_0x42ab7c(0x3c8)](_0x25065d,_0x43d138))!==!0x1&&(_0xe54c8d+=Af((_0x25e60b=_0x25065d[_0x42ab7c(0x4ca)])==null?void 0x0:_0x25e60b[_0x42ab7c(0x3c8)](_0x25065d,_0x43d138),_0x21432b));}return _0xe10b46+_0xe54c8d;}function Tf(_0x50e203){const _0x256810=_0x3f5fcc;var _0x3b7c88;return Of((_0x3b7c88=_0x50e203['getRowCount'])==null?void 0x0:_0x3b7c88[_0x256810(0x3c8)](_0x50e203));}function Ef(_0x2c1b32){const _0x32783f=_0x3f5fcc;var _0x3d1182,_0xd9b3a6,_0xfc05bc;let _0x2458cf=(_0x3d1182=_0x2c1b32[_0x32783f(0x4ae)])==null?void 0x0:_0x3d1182['call'](_0x2c1b32),_0x4c3ec9=_0x2458cf==null||(_0xd9b3a6=_0x2458cf[_0x32783f(0x50e)])==null?void 0x0:_0xd9b3a6['call'](_0x2458cf);return Df(_0x2458cf,_0x4c3ec9,_0x4c3ec9==null?void 0x0:_0x4c3ec9[_0x32783f(0x333)],(_0xfc05bc=_0x2c1b32[_0x32783f(0x683)])==null?void 0x0:_0xfc05bc[_0x32783f(0x3c8)](_0x2c1b32));}function Df(_0x3cc73a,_0x73c4fc,_0x1fa141,_0x5b60f4){const _0x21e0c4=_0x3f5fcc;if(_0x3cc73a==null)return Of(_0x5b60f4);if(!kf(_0x73c4fc)||typeof _0x1fa141!=_0x21e0c4(0x1ec)||!Number[_0x21e0c4(0x68b)](_0x1fa141)||_0x1fa141<0x0)return;let _0x379e47=Math[_0x21e0c4(0x36e)](_0x1fa141)+0x1,_0x248fdf=Of(_0x5b60f4);return _0x248fdf==null?_0x379e47:Math['min'](_0x379e47,_0x248fdf);}function Of(_0x35e7aa){const _0xb41875=_0x3f5fcc;return typeof _0x35e7aa=='number'&&Number[_0xb41875(0x68b)](_0x35e7aa)&&_0x35e7aa>=0x0?Math[_0xb41875(0x36e)](_0x35e7aa):void 0x0;}function kf(_0x18fedd){const _0x463fa3=_0x3f5fcc;return typeof(_0x18fedd==null?void 0x0:_0x18fedd['endRow'])==_0x463fa3(0x1ec)&&Number[_0x463fa3(0x68b)](_0x18fedd[_0x463fa3(0x30d)])&&_0x18fedd[_0x463fa3(0x30d)]>=0x0&&typeof _0x18fedd['endColumn']==_0x463fa3(0x1ec)&&Number[_0x463fa3(0x68b)](_0x18fedd[_0x463fa3(0x333)])&&_0x18fedd[_0x463fa3(0x333)]>=0x0;}function Af(_0x3e4dec,_0x146a67){const _0x26a3b5=_0x3f5fcc;return typeof _0x3e4dec==_0x26a3b5(0x1ec)&&Number[_0x26a3b5(0x68b)](_0x3e4dec)&&_0x3e4dec>0x0?_0x3e4dec:_0x146a67;}function jf(_0x27be3b,_0x25641b){const _0x1f6846=_0x3f5fcc;return typeof _0x27be3b==_0x1f6846(0x1ec)&&Number[_0x1f6846(0x68b)](_0x27be3b)&&_0x27be3b>=0x0?_0x27be3b:_0x25641b;}function Mf(){const _0xf27015=_0x3f5fcc;return{'hostType':_0x52a08f[_0xf27015(0x31d)],'entry':'sheets-floating-object','layout':_0xf27015(0x401),'supportedLayouts':[_0xf27015(0x401),_0xf27015(0x420),'scroll-contained'],'menuBehavior':_0xf27015(0x5ec)};}function Nf(){const _0x563ff2=_0x3f5fcc;return{'hostType':_0x52a08f[_0x563ff2(0x31d)],'entry':_0x563ff2(0x612),'layout':_0x563ff2(0x1a5),'supportedLayouts':[_0x563ff2(0x1a5)],'menuBehavior':_0x563ff2(0x529),'mount':_0x597951=>{const _0xe87f59=_0x563ff2;let _0x43432b=Pf(_0xe87f59(0x51f),_0x597951[_0xe87f59(0x3b1)][_0xe87f59(0x380)]);return _0x43432b?{'hostElement':_0x43432b}:{};}};}function Pf(_0x4d1d3b,_0x1cd7e1){const _0x16f37c=_0x3f5fcc;return document[_0x16f37c(0x2e2)]('['+_0x4d1d3b+'=\x22'+Ff(_0x1cd7e1)+'\x22]');}function Ff(_0x1be20e){const _0x1190d2=_0x3f5fcc;return _0x1be20e['replace'](/\\/g,'\x5c\x5c')[_0x1190d2(0x357)](/"/g,'\x5c\x22');}function If(_0x2c67af){const _0x184c00=_0x3f5fcc;return{'childType':_0x52a08f[_0x184c00(0x31d)],'handleWheel':_0x2603cd=>{const _0x261fd2=_0x184c00;var _0x25a180,_0x455309;if(_0x2603cd[_0x261fd2(0x640)]!=='host-scroll-sync'&&as(_0x2603cd['layout'],_0x2603cd[_0x261fd2(0x3aa)]))return!0x1;let _0x169f88=(_0x25a180=(_0x455309=_0x2603cd[_0x261fd2(0x4f8)])==null?void 0x0:_0x455309[_0x261fd2(0x2b3)])==null?_0x2c67af:_0x25a180,_0x5a43b1=_0x169f88['has'](_0x1b124b)?_0x169f88[_0x261fd2(0x613)](_0x1b124b):_0x2c67af[_0x261fd2(0x4ec)](_0x1b124b)?_0x2c67af[_0x261fd2(0x613)](_0x1b124b):void 0x0;if(!_0x5a43b1)return!0x1;let _0x2a4c7b=_0x5a43b1[_0x261fd2(0x23d)](_0x2603cd[_0x261fd2(0x4e8)]),_0x31beec=_0x2a4c7b==null?void 0x0:_0x2a4c7b[_0x261fd2(0x3a7)];return qd(_0x2603cd,_0x31beec==null?void 0x0:_0x31beec[_0x261fd2(0x62b)](_0x16ffb4['VIEW_MAIN']),_0x31beec);}};}const Lf=[_0x1e901e,_0x5dd5a5,_0x21e002,_0x2d5274,_0x21c62e,_0x47a1ad,_0x3b0876,_0x2cce19,_0x45592a,_0x126731,_0x5ec34b,_0x40bf72,_0x3f5afc,_0x281890,_0x34332b,_0x373110,_0x3676d5,_0x5726b1];function Rf(_0x3933d2){const _0x7677f7=_0x3f5fcc;let _0x551ee2=[];return _0x551ee2[_0x7677f7(0x4a8)](qa(_0x3933d2,{'id':_0x7677f7(0x3e2),'childType':_0x52a08f['UNIVER_SHEET'],'plugins':Lf})),[[_0x7677f7(0x313),_0x35f0b4,0x0],[_0x7677f7(0x60c),_0x43cf9d,0x64],[_0x7677f7(0x1bf),_0x305d8b,0x64],['conditional-formatting',_0x266e38,0x64],['data-validation',_0xd30414,0x64],[_0x7677f7(0x345),_0x4ee247,0x64],[_0x7677f7(0x527),_0x172483,0x64],[_0x7677f7(0x2fb),_0x2aa7c6,0x64],[_0x7677f7(0x421),_0x5eb2ae,0x64],[_0x7677f7(0x573),_0x481862,0x64],[_0x7677f7(0x419),_0x4d9c9c,0x64],[_0x7677f7(0x1c3),_0x1cbbe9,0x64],['print',_0x48cbc3,0x64],[_0x7677f7(0x4c1),_0x11fadc,0x64],[_0x7677f7(0x2b1),_0x3c9d8c,0x64],[_0x7677f7(0x470),_0x260457,0x64],[_0x7677f7(0x374),_0x1e8948,0x64]][_0x7677f7(0x3e7)](([_0x57aeeb,_0xff6fde,_0x1a2cfc])=>{const _0x334332=_0x7677f7;let _0x2eba9c=cl(_0x3933d2,{'id':_0x334332(0x503)+_0x57aeeb,'childType':_0x52a08f[_0x334332(0x31d)],'surface':_0x334332(0x37e),'order':_0x1a2cfc,'menuSchema':_0xff6fde});_0x2eba9c&&_0x551ee2['push'](_0x2eba9c);}),_0x5b1d76(()=>_0x551ee2[_0x7677f7(0x3e7)](_0x5e8768=>_0x5e8768['dispose']()));}function zf(){const _0x3b2f0a=_0x3f5fcc;return lu({'childType':_0x52a08f['UNIVER_SHEET'],'productName':_0x3b2f0a(0x676)});}function Bf(){const _0x39dc8b=_0x3f5fcc;return{'childType':_0x52a08f[_0x39dc8b(0x31d)],'supportedLayouts':[_0x39dc8b(0x1a5),_0x39dc8b(0x1cd),_0x39dc8b(0x2d9)],'beforeDeactivate':Vf,'mount':_0x484ec3=>{const _0x3f300b=_0x39dc8b;var _0x435384,_0xcad0fe,_0x448f3e,_0x3c4fde,_0x572fbc,_0x2f9688,_0x5d8712;let _0x43fabc=_0x484ec3[_0x3f300b(0x4f8)][_0x3f300b(0x2b3)],_0x28a362=(_0x435384=(_0xcad0fe=(_0x448f3e=_0x484ec3[_0x3f300b(0x4f8)][_0x3f300b(0x34b)]['canvas'])==null?_0x484ec3[_0x3f300b(0x5ad)][_0x3f300b(0x672)]:_0x448f3e)==null?_0x484ec3[_0x3f300b(0x5ad)][_0x3f300b(0x1ae)]:_0xcad0fe)==null?_0x484ec3[_0x3f300b(0x5ad)]['rootElement']:_0x435384,_0x1f7317=(_0x3c4fde=(_0x572fbc=_0x484ec3['runtimeScope'][_0x3f300b(0x34b)][_0x3f300b(0x45d)])==null?_0x484ec3[_0x3f300b(0x5ad)][_0x3f300b(0x1ae)]:_0x572fbc)==null?_0x28a362:_0x3c4fde;_0x28a362[_0x3f300b(0x5f2)][_0x3f300b(0x671)]=_0x484ec3[_0x3f300b(0x4e8)],_0x28a362[_0x3f300b(0x5f2)][_0x3f300b(0x530)]=_0x3f300b(0x4c9),_0x1f7317['dataset']['embedChildRenderUnitId']=_0x484ec3[_0x3f300b(0x4e8)],_0x1f7317[_0x3f300b(0x5f2)][_0x3f300b(0x530)]=_0x3f300b(0x3c5);let _0x3e92c1=(_0x2f9688=Ul(_0x484ec3,_0x1b124b,_0x28a362,{'scopedRenderInjector':!0x0}))==null?_0x5b1d76(()=>{}):_0x2f9688,_0x1e734f=Wf(_0x484ec3,_0x1f7317),_0x4b6196=Vc(_0x1f7317);return _0x4b6196['render'](_0x23b3a2(jc,{'injector':_0x43fabc,'mountContainer':_0x484ec3[_0x3f300b(0x4f8)][_0x3f300b(0x34b)][_0x3f300b(0x61b)],'embedId':_0x484ec3['embedId'],'children':_0x23b3a2(Gf,{'canvasRoot':_0x28a362,'showChrome':Hf(_0x484ec3),'readonly':((_0x5d8712=_0x484ec3[_0x3f300b(0x3b1)])==null?void 0x0:_0x5d8712['mode'])===_0x3f300b(0x591)})})),_0x5b1d76(()=>{const _0x5d0267=_0x3f300b;_0x1e734f[_0x5d0267(0x5a6)](),_0x3e92c1[_0x5d0267(0x5a6)](),Hc(_0x4b6196),_0x28a362[_0x5d0267(0x66f)]&&(_0x28a362[_0x5d0267(0x1ca)](_0x5d0267(0x40a)),_0x28a362[_0x5d0267(0x1ca)](_0x5d0267(0x4b7))),_0x1f7317[_0x5d0267(0x66f)]&&(_0x1f7317['removeAttribute'](_0x5d0267(0x40a)),_0x1f7317[_0x5d0267(0x1ca)](_0x5d0267(0x4b7)));});}};}function Vf(_0x225e9b){const _0x3a156f=_0x3f5fcc;var _0x24ea30;(_0x24ea30=_0x225e9b[_0x3a156f(0x4f8)][_0x3a156f(0x190)])==null||_0x24ea30[_0x3a156f(0x3ff)](_0x473e68['id'],{'visible':!0x1,'eventType':_0x2978ed['PointerDown'],'unitId':_0x225e9b['childUnitId']}),_0x225e9b[_0x3a156f(0x4f8)][_0x3a156f(0x2b3)]['has'](_0x2ee37e)&&_0x225e9b[_0x3a156f(0x4f8)][_0x3a156f(0x2b3)]['get'](_0x2ee37e)['hidePopupsForUnit'](_0x225e9b[_0x3a156f(0x4e8)]);}function Hf(_0x1d0f2e){const _0x23b795=_0x3f5fcc;return _0x1d0f2e[_0x23b795(0x5ad)][_0x23b795(0x645)]===_0x23b795(0x281)||!!_0x1d0f2e[_0x23b795(0x5ad)][_0x23b795(0x383)];}function Uf(_0x219f48,_0xebd701){const _0x552383=_0x3f5fcc;let _0x59cabb=_0x219f48[_0x552383(0x56f)][_0x552383(0x5a9)],_0x487b31=_0x219f48['style'][_0x552383(0x635)];return _0x219f48['style'][_0x552383(0x5a9)]=_0xebd701[_0x552383(0x4bb)]?_0x552383(0x2cc):'',_0x219f48[_0x552383(0x56f)][_0x552383(0x635)]=_0xebd701[_0x552383(0x540)]?_0x50039f+'px':'',_0x5b1d76(()=>{const _0x5cf187=_0x552383;_0x219f48['style'][_0x5cf187(0x5a9)]=_0x59cabb,_0x219f48[_0x5cf187(0x56f)][_0x5cf187(0x635)]=_0x487b31;});}function Wf(_0xc5b0c,_0x56dd88){const _0xa08dca=_0x3f5fcc;var _0x6ed203,_0x384343;return!((_0x6ed203=_0xc5b0c['injector'])==null||(_0x384343=_0x6ed203[_0xa08dca(0x4ec)])==null)&&_0x384343[_0xa08dca(0x3c8)](_0x6ed203,ss)?_0xc5b0c[_0xa08dca(0x2b3)][_0xa08dca(0x613)](ss)[_0xa08dca(0x4aa)]({'embedId':_0xc5b0c[_0xa08dca(0x332)],'childUnitId':_0xc5b0c[_0xa08dca(0x4e8)],'root':_0xc5b0c[_0xa08dca(0x5ad)][_0xa08dca(0x636)],'contentRoot':_0x56dd88}):_0x5b1d76(()=>{});}function Gf(_0xbb27bd){const _0x5a4767=_0x3f5fcc;var _0x50850d;let _0x3fe18c=_0x144b65(_0x6acb96),_0x10066d=_0x192f09(_0x496f0d),_0x4bcade=(_0x50850d=_0x10066d['get'](_0x5a4767(0x397)))==null?_0x10066d[_0x5a4767(0x613)](_0x5a4767(0x394)):_0x50850d,_0x302d63=_0xbb27bd['showChrome']&&(_0x3fe18c==null?void 0x0:_0x3fe18c['formulaBar'])!==!0x1,_0x26a70f=_0x3fe18c==null?void 0x0:_0x3fe18c[_0x5a4767(0x642)],_0x3b5d38=_0xbb27bd[_0x5a4767(0x36b)]&&_0x26a70f!==!0x1&&(typeof _0x26a70f!=_0x5a4767(0x47f)||_0x26a70f[_0x5a4767(0x540)]!==!0x1);return _0x56360b(()=>{const _0x38e7ae=_0x5a4767;let _0x4f6854=Uf(_0xbb27bd[_0x38e7ae(0x672)],{'formulaBar':_0x302d63,'sheetBar':_0x3b5d38});return()=>_0x4f6854[_0x38e7ae(0x5a6)]();},[_0xbb27bd[_0x5a4767(0x672)],_0x302d63,_0x3b5d38]),_0x3a8a6b(_0x3777b7,{'children':[_0x302d63&&_0x23b3a2(_0x5a4767(0x50c),{'className':_0x5a4767(0x407),'style':{'height':0x1c},'children':_0x23b3a2(_0xbaae9d,{})}),!_0xbb27bd[_0x5a4767(0x591)]&&_0x4bcade&&_0x23b3a2(_0x4bcade,{}),!_0xbb27bd[_0x5a4767(0x591)]&&!(_0x3fe18c!=null&&_0x3fe18c[_0x5a4767(0x25e)])&&_0x23b3a2(_0x5491e4,{}),!_0xbb27bd[_0x5a4767(0x591)]&&_0x23b3a2(_0x17eb2a,{}),_0x3b5d38&&_0x23b3a2(_0x5a4767(0x50c),{'className':_0x5a4767(0x2a2),'style':{'height':_0x50039f},'children':_0x23b3a2(_0x2ae047,{})})]});}function Kf(){return[..._0x44a5b4];}function qf(){return[..._0x377e00];}const Jf={'formatPainter':_0xcca4ca['id'],'numberFormat':_0x3f5fcc(0x4b8),'fontFamily':_0x4d97b9['id'],'fontSize':_0x34dc0a['id'],'bold':_0x4b3815['id'],'textColor':_0xcb8e4['id'],'backgroundColor':_0x561253['id'],'borderComposite':_0x2e5d0a['id'],'horizontalAlign':_0x5c9200['id'],'verticalAlign':_0xd5b687['id'],'wrap':_0x1bb05c['id'],'filter':'sheet.command.smart-toggle-filter'},Yf={'root':_0x5dc75f['id'],'all':_0x33541d['id'],'vertical':_0x470499['id'],'horizontal':_0xaf572f['id'],'unmerge':_0x3111a9['id']};function Xf(_0x544611){const _0x45f350=_0x3f5fcc;let _0x5b6873={},_0x5b89ce=_0x46f4af=>{const _0x58320d=_0x2e56;let _0x4aaf99=_0x544611[_0x58320d(0x1f2)](_0x4bab37=>{const _0x3094c5=_0x58320d;let _0x409190=_0x4bab37[_0x3094c5(0x44c)];return _0x4bab37['key']===_0x46f4af||(_0x409190==null?void 0x0:_0x409190['id'])===_0x46f4af||(_0x409190==null?void 0x0:_0x409190[_0x3094c5(0x615)])===_0x46f4af;});return _0x4aaf99==null?void 0x0:_0x4aaf99[_0x58320d(0x44c)];};Object[_0x45f350(0x433)](Jf)[_0x45f350(0x3e7)](_0x2f84f6=>{_0x5b6873[_0x2f84f6]=_0x5b89ce(Jf[_0x2f84f6]);});let _0x21d0ad=Object[_0x45f350(0x405)](Yf)[_0x45f350(0x61c)]((_0x486de6,[_0x4c8f73,_0x2a744c])=>{let _0x2a22b2=_0x5b89ce(_0x2a744c);return _0x2a22b2&&(_0x486de6[_0x4c8f73]=_0x2a22b2),_0x486de6;},{});return ep(_0x21d0ad)&&(_0x5b6873[_0x45f350(0x597)]=_0x21d0ad),_0x5b6873['deleteBlock']=!0x0,_0x5b6873;}const Zf=[{'items':['formatPainter']},{'dividerBefore':_0x3f5fcc(0x5e5),'items':[_0x3f5fcc(0x4c0)]},{'dividerBefore':_0x3f5fcc(0x646),'items':[_0x3f5fcc(0x62d),_0x3f5fcc(0x409),_0x3f5fcc(0x44d)]},{'dividerBefore':_0x3f5fcc(0x52b),'items':[_0x3f5fcc(0x29e),_0x3f5fcc(0x364),_0x3f5fcc(0x4e4)]},{'dividerBefore':_0x3f5fcc(0x44b),'items':[_0x3f5fcc(0x597),_0x3f5fcc(0x40d),_0x3f5fcc(0x50f),'wrap']},{'dividerBefore':'divider-layout','items':[_0x3f5fcc(0x345)]},{'dividerBefore':_0x3f5fcc(0x329),'items':['deleteBlock']}];function Qf(_0x508d85){let _0x1cbe91=[];return Zf['forEach'](_0x5e6aec=>{const _0x5bc59a=_0x2e56;let _0x1f8ad8=_0x5e6aec['items'][_0x5bc59a(0x345)](_0x5e7d17=>$f(_0x508d85,_0x5e7d17))[_0x5bc59a(0x533)](_0x3387df=>({'id':_0x3387df,'type':_0x3387df==='formatPainter'||_0x3387df===_0x5bc59a(0x44d)||_0x3387df===_0x5bc59a(0x345)||_0x3387df==='deleteBlock'?'button':_0x5bc59a(0x188)}));_0x1f8ad8[_0x5bc59a(0x203)]&&(_0x1cbe91[_0x5bc59a(0x203)]&&_0x5e6aec['dividerBefore']&&_0x1cbe91[_0x5bc59a(0x4a8)]({'id':_0x5e6aec[_0x5bc59a(0x4bd)],'type':_0x5bc59a(0x65b)}),_0x1cbe91[_0x5bc59a(0x4a8)](..._0x1f8ad8));}),_0x1cbe91;}function $f(_0x4ffc86,_0x5ce0e1){return!!_0x4ffc86[_0x5ce0e1];}function ep(_0x4a2b68){const _0x33b0db=_0x3f5fcc;return Object[_0x33b0db(0x5fb)](_0x4a2b68)[_0x33b0db(0x268)](Boolean);}function tp(_0x476afb){const _0x543d0d=_0x3f5fcc;return!_0x476afb||!(_0x543d0d(0x477)in _0x476afb)||!Array[_0x543d0d(0x4b9)](_0x476afb[_0x543d0d(0x477)])?[]:_0x476afb['selections'];}function np(_0x5c3f0b,_0x49dd6a){const _0x4d7fc5=_0x3f5fcc;var _0x4c312f;if(_0x5c3f0b)return{'commandId':(_0x4c312f=_0x5c3f0b[_0x4d7fc5(0x615)])==null?_0x5c3f0b['id']:_0x4c312f,'params':_0x49dd6a==null?typeof _0x5c3f0b[_0x4d7fc5(0x304)]==_0x4d7fc5(0x1b2)?_0x5c3f0b[_0x4d7fc5(0x304)]():_0x5c3f0b[_0x4d7fc5(0x304)]:_0x49dd6a};}function rp(){return $u({'childType':_0x52a08f['UNIVER_SHEET'],'mount':ip});}function ip(_0x230154){const _0x22327d=_0x3f5fcc;let _0x567f0c=Qu(_0x230154),_0x1cd227=document[_0x22327d(0x3f9)](_0x22327d(0x50c));_0x1cd227['setAttribute'](_0x22327d(0x1a2),_0x230154['descriptor'][_0x22327d(0x4f3)]),_0x567f0c[_0x22327d(0x274)](_0x1cd227);let _0x420eae=Vc(_0x1cd227);return _0x420eae['render'](_0x546c84(jc,{'injector':_0x230154[_0x22327d(0x4f8)][_0x22327d(0x2b3)],'mountContainer':_0x567f0c,'embedId':_0x230154[_0x22327d(0x332)]},_0x546c84(cp,{'hostUnitId':_0x230154[_0x22327d(0x489)],'embedId':_0x230154['embedId'],'childUnitId':_0x230154[_0x22327d(0x4e8)],'entry':_0x230154[_0x22327d(0x3b1)][_0x22327d(0x4f3)],'fullscreen':!!_0x230154[_0x22327d(0x5ad)]['fullscreen'],'usesDomFloatingStage':ap(_0x230154['descriptor'][_0x22327d(0x4f3)]),'renderScopeActive$':_0x230154[_0x22327d(0x5ad)]['active$']}))),_0x5b1d76(()=>{const _0x199696=_0x22327d;Hc(_0x420eae),globalThis[_0x199696(0x2bb)](()=>_0x1cd227['remove'](),0x0);});}function ap(_0x9694c5){return!0x0;}function op(_0x141270){return Sa(_0x141270);}function sp(_0x4367ec){const _0xb6b39c=_0x3f5fcc;let {entry:_0x531a5e,fullscreen:_0x2752b7,stage:_0x32d10f}=_0x4367ec;return _0x4a3bee(_0xb6b39c(0x4fe),{'univer-hidden':_0x32d10f!==_0xb6b39c(0x628),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2752b7,'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':!_0x2752b7,'univer-top-[var(--univer-embed-floating-menu-top,-36px)]':!_0x2752b7&&_0x531a5e!==_0xb6b39c(0x47d),'univer-top-[calc(var(--univer-embed-docs-block-floating-menu-inset-top,52px)*-1)]':!_0x2752b7&&_0x531a5e===_0xb6b39c(0x47d)});}function cp(_0x1314ac){const _0x570248=_0x3f5fcc;let {hostUnitId:_0x5d8e88,embedId:_0x3a07c5,childUnitId:_0x45eb8f,entry:_0xcdc77d,fullscreen:_0x396fdc,usesDomFloatingStage:_0x7705f5,renderScopeActive$:_0x40bd05}=_0x1314ac,_0x315f04=_0x192f09(_0x4c2aa7),_0x1d99bc=_0x192f09(_0x4973db),_0x420d56=_0x192f09(_0x14bf5f),_0x1b17d0=_0x192f09(_0x12b8de),_0x2565f3=_0x192f09(_0x38418e),_0x594206=_0x192f09(q),_0x51dc4a=op({'embedId':_0x3a07c5,'active':_0x49fc7f(()=>_0x594206[_0x570248(0x26a)],_0x594206['getActive'](),!0x1,[_0x594206]),'fullscreen':_0x396fdc,'usesDomFloatingStage':_0x7705f5,'renderScopeActive':_0x49fc7f(()=>_0x40bd05,!0x1,!0x1,[_0x40bd05])})==='stage2',[_0x313fd0,_0x37fa77]=_0x2ce260(0x0),[_0xf387cd,_0x482501]=_0x2ce260(null),_0x122157=_0x3618f9=>({'open':_0xf387cd===_0x3618f9,'onOpenChange':_0x2b8754=>_0x482501(_0x2b8754?_0x3618f9:null)});_0x56360b(()=>{const _0x389ecb=_0x570248;if(!_0xf387cd)return;let _0x37c966=_0x58bbd5=>{const _0x50d147=_0x2e56;Mp(_0x58bbd5[_0x50d147(0x669)],_0x3a07c5)||_0x482501(null);};return document[_0x389ecb(0x4a0)]('pointerdown',_0x37c966,!0x0),()=>{const _0x53cca0=_0x389ecb;document[_0x53cca0(0x261)]('pointerdown',_0x37c966,!0x0);};},[_0x3a07c5,_0xf387cd]),_0x56360b(()=>{const _0x398f89=_0x570248;let _0x215de6=_0x420d56[_0x398f89(0x596)][_0x398f89(0x2ae)](()=>{_0x37fa77(_0x3510b2=>_0x3510b2+0x1);});return()=>_0x215de6[_0x398f89(0x44a)]();},[_0x420d56]);let _0x589e4c=_0x37f599(()=>Xf(_0x420d56[_0x570248(0x5e7)](_0x136cbb[_0x570248(0x361)])),[_0x420d56,_0x313fd0]),_0x4805ae=_0x37f599(()=>new Set(Qf(_0x589e4c)[_0x570248(0x533)](_0x5bf9e8=>_0x5bf9e8['id'])),[_0x589e4c]),_0x787c16=()=>{const _0x3462d5=_0x570248;_0x594206[_0x3462d5(0x1db)]({'hostUnitId':_0x5d8e88,'embedId':_0x3a07c5,'childUnitId':_0x45eb8f},_0x3462d5(0x628)),_0x1d99bc[_0x3462d5(0x27e)](_0x45eb8f);},_0x564fd1=(_0x4fb76d,_0xa47fca)=>{const _0x21e57f=_0x570248;_0x787c16(),_0x315f04[_0x21e57f(0x48d)](_0x4fb76d,_0xa47fca);},_0x1cfefb=(_0x3352d1,_0xf50947)=>{const _0x281b1c=_0x570248;let _0x520c54=np(_0x3352d1,_0xf50947);_0x520c54&&_0x564fd1(_0x520c54[_0x281b1c(0x615)],_0x520c54[_0x281b1c(0x304)]);},_0x3691c6=()=>{const _0xf671a1=_0x570248;let _0x24e08=_0x1d99bc[_0xf671a1(0x212)](_0x45eb8f,_0x52a08f[_0xf671a1(0x31d)]),_0x3af182=_0x24e08==null?void 0x0:_0x24e08[_0xf671a1(0x442)]();return!_0x24e08||!_0x3af182?null:{'workbook':_0x24e08,'worksheet':_0x3af182,'unitId':_0x24e08[_0xf671a1(0x4b3)](),'subUnitId':_0x3af182[_0xf671a1(0x381)]()};},_0x590fe2=()=>{const _0x38c0a6=_0x570248;var _0x352f35,_0x38b7a0;return(_0x352f35=(_0x38b7a0=_0x2565f3[_0x38c0a6(0x49b)]())==null?void 0x0:_0x38b7a0[_0x38c0a6(0x533)](_0x5f467f=>_0x5f467f[_0x38c0a6(0x248)]))==null?[]:_0x352f35;},_0x366894=(_0x2b2ba1,_0x47487a,_0xf25f92=_0x5eb959['THIN'],_0xb422dd=_0x570248(0x2b0))=>{const _0x522012=_0x570248;let _0x1e1752=_0x3691c6(),_0x3f3cae=_0x590fe2();!_0x1e1752||!_0x3f3cae['length']||_0x1cfefb(_0x2b2ba1,{'unitId':_0x1e1752[_0x522012(0x2bf)],'subUnitId':_0x1e1752[_0x522012(0x27d)],'ranges':_0x3f3cae,'value':{'type':_0x47487a,'color':_0xb422dd,'style':_0xf25f92,'activeBorderType':!0x0}});},_0x50935b=()=>{const _0x38cb18=_0x570248;_0x315f04[_0x38cb18(0x48d)](_0x4529d7['id'],{'hostUnitId':_0x5d8e88,'embedId':_0x3a07c5});};return _0x3a8a6b('div',{'className':sp({'entry':_0xcdc77d,'fullscreen':_0x396fdc,'stage':_0x51dc4a?_0x570248(0x628):_0x570248(0x1df)}),'data-embed-floating-menu':_0x570248(0x228),'data-embed-id':_0x3a07c5,'data-embed-float-stage':_0x51dc4a?'stage2':'inactive','onPointerDown':_0x48e00f=>_0x48e00f[_0x570248(0x29f)](),'onMouseDown':Q,'children':[_0x4805ae[_0x570248(0x4ec)](_0x570248(0x31c))&&_0x23b3a2(hp,{'item':_0x589e4c[_0x570248(0x31c)],'fallbackTitle':_0x1b17d0['t'](_0x570248(0x4d7)),'onClick':()=>_0x1cfefb(_0x589e4c[_0x570248(0x31c)]),'children':_0x23b3a2(_0x1ac957,{})}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x5e5))&&_0x23b3a2(Hp,{}),_0x4805ae['has'](_0x570248(0x4c0))&&_0x23b3a2(_p,{'menuItem':_0x589e4c[_0x570248(0x4c0)],'onClick':()=>_0x1cfefb(_0x589e4c['numberFormat'])}),_0x4805ae['has'](_0x570248(0x646))&&_0x23b3a2(Hp,{}),_0x4805ae['has'](_0x570248(0x62d))&&_0x23b3a2(vp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x62d)],'title':_0x1b17d0['t']('embed-ui.sheetsFloating.toolbar.font'),..._0x122157(_0x570248(0x62d)),'onSelect':_0x14a01b=>_0x1cfefb(_0x589e4c[_0x570248(0x62d)],{'value':_0x14a01b})}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x409))&&_0x23b3a2(yp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x409)],'title':_0x1b17d0['t'](_0x570248(0x398)),..._0x122157('fontSize'),'onSelect':_0x11f6fb=>_0x1cfefb(_0x589e4c[_0x570248(0x409)],{'value':Number(_0x11f6fb)})}),_0x4805ae['has'](_0x570248(0x44d))&&_0x23b3a2(hp,{'item':_0x589e4c['bold'],'fallbackTitle':_0x1b17d0['t'](_0x570248(0x3c4)),'onClick':()=>_0x1cfefb(_0x589e4c[_0x570248(0x44d)]),'children':_0x23b3a2(_0x529ae2,{})}),_0x4805ae['has'](_0x570248(0x52b))&&_0x23b3a2(Hp,{}),_0x4805ae[_0x570248(0x4ec)]('textColor')&&_0x23b3a2(Cp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x29e)],'title':_0x1b17d0['t'](_0x570248(0x1b1)),'icon':_0x23b3a2(_0xb5068c,{'className':_0x570248(0x50a)}),'defaultColor':_0x570248(0x1b8),..._0x122157('textColor'),'onChange':_0x52e914=>_0x1cfefb(_0x589e4c[_0x570248(0x29e)],{'value':_0x52e914}),'onReset':()=>_0x564fd1(_0x4ca3e7['id'])}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x364))&&_0x23b3a2(Cp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x364)],'title':_0x1b17d0['t'](_0x570248(0x565)),'icon':_0x23b3a2(_0x25276b,{'className':_0x570248(0x50a)}),'defaultColor':_0x570248(0x3ed),..._0x122157(_0x570248(0x364)),'onChange':_0x1c18e4=>_0x1cfefb(_0x589e4c[_0x570248(0x364)],{'value':_0x1c18e4}),'onReset':()=>_0x564fd1(_0x2f6ccd['id'])}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x4e4))&&_0x23b3a2(wp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c['borderComposite'],..._0x122157(_0x570248(0x4e4)),'onSelect':(_0x200963,_0x17e66b,_0xe9f596)=>_0x366894(_0x589e4c[_0x570248(0x4e4)],_0x200963,_0x17e66b,_0xe9f596)}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x44b))&&_0x23b3a2(Hp,{}),_0x4805ae['has']('merge')&&_0x23b3a2(Tp,{'embedId':_0x3a07c5,'menuItems':_0x589e4c[_0x570248(0x597)],..._0x122157(_0x570248(0x597)),'execute':_0x1cfefb}),_0x4805ae['has'](_0x570248(0x40d))&&_0x23b3a2(bp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x40d)],..._0x122157(_0x570248(0x40d)),'execute':_0x1cfefb}),_0x4805ae['has']('verticalAlign')&&_0x23b3a2(xp,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x50f)],..._0x122157('verticalAlign'),'execute':_0x1cfefb}),_0x4805ae['has'](_0x570248(0x5aa))&&_0x23b3a2(Ep,{'embedId':_0x3a07c5,'menuItem':_0x589e4c[_0x570248(0x5aa)],..._0x122157(_0x570248(0x5aa)),'execute':_0x564fd1}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x5ff))&&_0x23b3a2(Hp,{}),_0x4805ae['has']('filter')&&_0x23b3a2(hp,{'item':_0x589e4c[_0x570248(0x345)],'fallbackTitle':_0x570248(0x1b6),'onClick':()=>_0x1cfefb(_0x589e4c[_0x570248(0x345)]),'children':_0x23b3a2(_0x3605cd,{})}),_0x4805ae[_0x570248(0x4ec)]('divider-block')&&_0x23b3a2(Hp,{}),_0x4805ae[_0x570248(0x4ec)](_0x570248(0x653))&&_0x23b3a2(mp,{'title':_0x570248(0x2fe),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x50935b,'children':_0x23b3a2(_0x4db22a,{})})]});}const lp=_0x3f5fcc(0x58d),up='univer-size-4',dp=_0x3f5fcc(0x2ac),fp=_0x18f3fd(({children:_0xbe2a44,className:_0x2a5665,title:_0x273f8f,onClick:_0x1bb791,onMouseDown:_0xa9cb64,onPointerDown:_0x253dd7,..._0x1154cb},_0x2597f1)=>_0x23b3a2(_0x2fbc76,{'ref':_0x2597f1,'type':'button','size':_0x3f5fcc(0x240),'variant':_0x3f5fcc(0x43c),'className':_0x4a3bee(_0x3f5fcc(0x49d),_0x2a5665),'onPointerDown':_0x128e54=>{_0x128e54['stopPropagation'](),_0x253dd7==null||_0x253dd7(_0x128e54);},'onMouseDown':_0x206316=>{const _0xe8e5fb=_0x3f5fcc;_0x206316[_0xe8e5fb(0x29f)](),_0xa9cb64==null||_0xa9cb64(_0x206316);},'onClick':_0x591041=>{const _0xf6c5b2=_0x3f5fcc;_0x1bb791==null||_0x1bb791(_0x591041),_0x591041[_0xf6c5b2(0x29f)]();},..._0x1154cb,'children':_0xbe2a44}));fp['displayName']=_0x3f5fcc(0x1c5);const pp=_0x18f3fd(({title:_0x3fca2f,primary:_0x2c1c2c,disabled:_0x5b0f61,open:_0xa8b2aa,onPrimaryClick:_0x14f664,onMouseDown:_0x2ded94,onPointerDown:_0x34b324,onClick:_0x26a97d,..._0x2d1e9e},_0x2d7976)=>_0x3a8a6b(_0x3f5fcc(0x50c),{'ref':_0x2d7976,'className':_0x4a3bee(_0x3f5fcc(0x3bd),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0xa8b2aa,'univer-cursor-not-allowed\x20univer-opacity-60':_0x5b0f61}),'onPointerDown':_0x51646c=>{_0x51646c['stopPropagation'](),_0x34b324==null||_0x34b324(_0x51646c);},'onMouseDown':_0x400cf7=>{const _0x2f5a8f=_0x3f5fcc;_0x400cf7[_0x2f5a8f(0x29f)](),_0x2ded94==null||_0x2ded94(_0x400cf7);},'onClick':_0x47d49b=>{const _0x3d4cba=_0x3f5fcc;_0x26a97d==null||_0x26a97d(_0x47d49b),_0x47d49b[_0x3d4cba(0x29f)]();},..._0x2d1e9e,'children':[_0x23b3a2(_0x3f5fcc(0x3c2),{'type':_0x3f5fcc(0x3c2),'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','disabled':_0x5b0f61,'onClick':_0x33bd5a=>{const _0x598e7d=_0x3f5fcc;_0x33bd5a[_0x598e7d(0x29f)](),_0x14f664();},'children':_0x2c1c2c}),_0x23b3a2(_0x3f5fcc(0x346),{'className':_0x3f5fcc(0x2f0)}),_0x23b3a2(_0x3f5fcc(0x3c2),{'type':_0x3f5fcc(0x3c2),'className':_0x3f5fcc(0x2da),'disabled':_0x5b0f61,'children':_0x23b3a2(_0x42c996,{'className':up})})]}));pp[_0x3f5fcc(0x581)]=_0x3f5fcc(0x1da);function mp(_0x21ed3e){const _0x38c538=_0x3f5fcc;return _0x23b3a2(_0xc784c9,{'title':_0x21ed3e[_0x38c538(0x25a)],'placement':_0x38c538(0x635),'children':_0x23b3a2(_0x4b9e60,{'className':_0x4a3bee(_0x38c538(0x1c1),_0x21ed3e[_0x38c538(0x41b)]),'disabled':_0x21ed3e[_0x38c538(0x18b)],'active':_0x21ed3e[_0x38c538(0x51e)],'onClick':_0x21ed3e[_0x38c538(0x39b)],'children':_0x21ed3e[_0x38c538(0x476)]})});}function hp(_0xd599a1){const _0x46f99e=_0x3f5fcc;let {hidden:_0x1eeb00,disabled:_0x221f1c,activated:_0x1a0db2}=gp(_0xd599a1[_0x46f99e(0x44c)]),_0x38a3fb=_0x192f09(_0x12b8de);return!_0xd599a1['item']||_0x1eeb00?null:_0x23b3a2(mp,{'title':Dp(_0xd599a1[_0x46f99e(0x44c)],_0x38a3fb,_0xd599a1[_0x46f99e(0x2d6)]),'disabled':_0x221f1c,'active':_0x1a0db2,'onClick':_0xd599a1[_0x46f99e(0x39b)],'children':_0xd599a1[_0x46f99e(0x476)]});}function gp(_0x1ba84b){let [_0x6d8dc7,_0x5f1419]=_0x2ce260(!0x1),[_0x4f6d59,_0x435cf5]=_0x2ce260(!0x1),[_0x15192f,_0x10bfd3]=_0x2ce260(!0x1),[_0x414601,_0x26cc15]=_0x2ce260(void 0x0);return _0x56360b(()=>{const _0x927128=_0x2e56;var _0x364bd2,_0x16b035,_0x258577,_0x5d3f1a;if(_0x5f1419(!0x1),_0x435cf5(!0x1),_0x10bfd3(!0x1),_0x26cc15(void 0x0),!_0x1ba84b)return;let _0x133018=[(_0x364bd2=_0x1ba84b[_0x927128(0x2f8)])==null?void 0x0:_0x364bd2[_0x927128(0x2ae)](_0x5f1419),(_0x16b035=_0x1ba84b['disabled$'])==null?void 0x0:_0x16b035['subscribe'](_0x435cf5),(_0x258577=_0x1ba84b[_0x927128(0x26f)])==null?void 0x0:_0x258577[_0x927128(0x2ae)](_0x10bfd3),(_0x5d3f1a=_0x1ba84b['value$'])==null?void 0x0:_0x5d3f1a['subscribe'](_0x26cc15)][_0x927128(0x345)](_0x239ce8=>!!_0x239ce8);return()=>{const _0x21734f=_0x927128;_0x133018[_0x21734f(0x3e7)](_0x31e420=>_0x31e420['unsubscribe']());};},[_0x1ba84b]),{'hidden':_0x6d8dc7,'disabled':_0x4f6d59,'activated':_0x15192f,'value':_0x414601};}function _p(_0xeff112){const _0x3da325=_0x3f5fcc;let {hidden:_0x5b3bc0,disabled:_0x2d5b9b,value:_0x30d1b7}=gp(_0xeff112[_0x3da325(0x688)]),_0x5cbff1=_0x192f09(_0x12b8de);if(!_0xeff112['menuItem']||_0x5b3bc0)return null;let _0x17ed21=Dp(_0xeff112[_0x3da325(0x688)],_0x5cbff1,_0x3da325(0x29b)),_0x1fab5c=typeof _0x30d1b7==_0x3da325(0x5a4)&&_0x30d1b7?_0x30d1b7:_0x3da325(0x62f);return _0x23b3a2(_0xc784c9,{'title':_0x17ed21,'placement':_0x3da325(0x635),'children':_0x3a8a6b(fp,{'title':_0x17ed21,'disabled':_0x2d5b9b,'onClick':_0xeff112[_0x3da325(0x39b)],'children':[_0x23b3a2(_0xfdb509,{}),_0x23b3a2('span',{'children':_0x1fab5c}),_0x23b3a2(_0x42c996,{'className':up})]})});}function vp(_0x1c39ae){const _0x1367be=_0x3f5fcc;let {hidden:_0x11da05,disabled:_0x413ff3,value:_0x52dd98}=gp(_0x1c39ae[_0x1367be(0x688)]);if(!_0x1c39ae[_0x1367be(0x688)]||_0x11da05)return null;let _0x4db5ae=typeof _0x52dd98=='string'&&_0x52dd98?_0x52dd98:'Arial';return _0x23b3a2(Ip,{'embedId':_0x1c39ae[_0x1367be(0x332)],'disabled':_0x413ff3,'title':_0x1c39ae[_0x1367be(0x25a)],'open':_0x1c39ae[_0x1367be(0x5f0)],'onOpenChange':_0x1c39ae[_0x1367be(0x526)],'trigger':_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0x1367be(0x346),{'className':'univer-w-28\x20univer-truncate\x20univer-text-left','children':_0x4db5ae}),_0x23b3a2(_0x42c996,{'className':up})]}),'overlay':_0x23b3a2(_0x1367be(0x50c),{'className':_0x1367be(0x414),'onPointerDown':Q,'onMouseDown':Q,'children':_0x23b3a2(_0x176327,{'value':_0x4db5ae,'onChange':_0x186a00=>{const _0x1e2b78=_0x1367be;_0x1c39ae[_0x1e2b78(0x35e)](_0x186a00),_0x1c39ae['onOpenChange'](!0x1);}})})});}function yp(_0x44a32){const _0x5d3b4e=_0x3f5fcc;let {hidden:_0x4f92dc,disabled:_0x1cbdcd,value:_0xbc7010}=gp(_0x44a32[_0x5d3b4e(0x688)]);if(!_0x44a32[_0x5d3b4e(0x688)]||_0x4f92dc)return null;let _0x34b667=typeof _0xbc7010=='number'||typeof _0xbc7010==_0x5d3b4e(0x5a4)?Number(_0xbc7010):0xb;return _0x23b3a2(Ip,{'embedId':_0x44a32[_0x5d3b4e(0x332)],'disabled':_0x1cbdcd,'title':_0x44a32[_0x5d3b4e(0x25a)],'open':_0x44a32[_0x5d3b4e(0x5f0)],'onOpenChange':_0x44a32['onOpenChange'],'trigger':_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0x5d3b4e(0x346),{'className':'univer-min-w-6\x20univer-text-left','children':_0x34b667}),_0x23b3a2(_0x42c996,{'className':up})]}),'overlay':_0x23b3a2('div',{'className':_0x5d3b4e(0x362),'onPointerDown':Q,'onMouseDown':Q,'children':qf()[_0x5d3b4e(0x533)](_0x532a5c=>{const _0x18ee93=_0x5d3b4e;let _0x3edf63=Number(_0x532a5c[_0x18ee93(0x318)])===_0x34b667;return _0x3a8a6b('button',{'type':'button','className':_0x4a3bee('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':_0x3edf63}),'onClick':()=>{const _0x1e4139=_0x18ee93;_0x44a32[_0x1e4139(0x35e)](String(_0x532a5c[_0x1e4139(0x318)])),_0x44a32[_0x1e4139(0x526)](!0x1);},'children':[_0x23b3a2(_0x18ee93(0x346),{'children':_0x532a5c[_0x18ee93(0x5be)]}),_0x3edf63&&_0x23b3a2(_0x375a93,{'className':_0x18ee93(0x32c)})]},_0x532a5c[_0x18ee93(0x318)]);})})});}function bp(_0x196f28){const _0x39c69c=_0x3f5fcc;let _0xe4c551=_0x192f09(_0x12b8de),{hidden:_0x2fece9,disabled:_0x134854}=gp(_0x196f28[_0x39c69c(0x688)]);return!_0x196f28['menuItem']||_0x2fece9?null:_0x23b3a2(Ip,{'embedId':_0x196f28[_0x39c69c(0x332)],'disabled':_0x134854,'title':_0xe4c551['t'](_0x39c69c(0x43f)),'triggerClassName':lp,'open':_0x196f28['open'],'onOpenChange':_0x196f28[_0x39c69c(0x526)],'trigger':_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0xd00420,{}),_0x23b3a2(_0x42c996,{'className':up})]}),'overlay':_0x23b3a2(Np,{'embedId':_0x196f28[_0x39c69c(0x332)],'onPointerDown':_0x498a11=>_0x498a11[_0x39c69c(0x29f)](),'children':_0x3a8a6b(Pp,{'children':[_0x23b3a2(Sp,{'item':_0x196f28['menuItem'],'title':_0xe4c551['t'](_0x39c69c(0x411)),'onClick':()=>_0x196f28['execute'](_0x196f28['menuItem'],{'value':_0x4f4e1c['LEFT']}),'children':_0x23b3a2(_0xd00420,{})}),_0x23b3a2(Sp,{'item':_0x196f28[_0x39c69c(0x688)],'title':_0xe4c551['t'](_0x39c69c(0x1b9)),'onClick':()=>_0x196f28[_0x39c69c(0x5cc)](_0x196f28[_0x39c69c(0x688)],{'value':_0x4f4e1c['CENTER']}),'children':_0x23b3a2(_0x5a5090,{})}),_0x23b3a2(Sp,{'item':_0x196f28[_0x39c69c(0x688)],'title':_0xe4c551['t'](_0x39c69c(0x373)),'onClick':()=>_0x196f28['execute'](_0x196f28[_0x39c69c(0x688)],{'value':_0x4f4e1c[_0x39c69c(0x5e6)]}),'children':_0x23b3a2(_0xa4bc3b,{})})]})})});}function xp(_0x125456){const _0x382a6b=_0x3f5fcc;let _0x2cc14d=_0x192f09(_0x12b8de),{hidden:_0x48f421,disabled:_0x30780f}=gp(_0x125456[_0x382a6b(0x688)]);return!_0x125456[_0x382a6b(0x688)]||_0x48f421?null:_0x23b3a2(Ip,{'embedId':_0x125456[_0x382a6b(0x332)],'disabled':_0x30780f,'title':_0x2cc14d['t'](_0x382a6b(0x1c2)),'triggerClassName':lp,'open':_0x125456[_0x382a6b(0x5f0)],'onOpenChange':_0x125456[_0x382a6b(0x526)],'trigger':_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0x6eb368,{}),_0x23b3a2(_0x42c996,{'className':up})]}),'overlay':_0x23b3a2(Np,{'embedId':_0x125456[_0x382a6b(0x332)],'onPointerDown':_0x8d2bfe=>_0x8d2bfe[_0x382a6b(0x29f)](),'children':_0x3a8a6b(Pp,{'children':[_0x23b3a2(Sp,{'item':_0x125456[_0x382a6b(0x688)],'title':_0x2cc14d['t'](_0x382a6b(0x54c)),'onClick':()=>_0x125456[_0x382a6b(0x5cc)](_0x125456['menuItem'],{'value':_0xd950ab[_0x382a6b(0x523)]}),'children':_0x23b3a2(_0x53f2ee,{})}),_0x23b3a2(Sp,{'item':_0x125456[_0x382a6b(0x688)],'title':_0x2cc14d['t']('embed-ui.sheetsFloating.align.middle'),'onClick':()=>_0x125456[_0x382a6b(0x5cc)](_0x125456['menuItem'],{'value':_0xd950ab[_0x382a6b(0x46c)]}),'children':_0x23b3a2(_0x6eb368,{})}),_0x23b3a2(Sp,{'item':_0x125456['menuItem'],'title':_0x2cc14d['t']('embed-ui.sheetsFloating.align.bottom'),'onClick':()=>_0x125456['execute'](_0x125456[_0x382a6b(0x688)],{'value':_0xd950ab[_0x382a6b(0x582)]}),'children':_0x23b3a2(_0x46fca3,{})})]})})});}function Sp(_0x3afa42){const _0x1b2335=_0x3f5fcc;let {hidden:_0x178593,disabled:_0x3fd1ed,activated:_0x80bd1b}=gp(_0x3afa42[_0x1b2335(0x44c)]);return!_0x3afa42[_0x1b2335(0x44c)]||_0x178593?null:_0x23b3a2(Vp,{'title':_0x3afa42[_0x1b2335(0x25a)],'disabled':_0x3fd1ed,'active':_0x80bd1b,'onClick':_0x3afa42[_0x1b2335(0x39b)],'children':_0x3afa42[_0x1b2335(0x476)]});}function Cp(_0x4fdbdc){const _0x5118c2=_0x3f5fcc;let _0x23fa8b=_0x192f09(_0x12b8de),{hidden:_0x1aa996,disabled:_0x33e011,value:_0x5da0f2}=gp(_0x4fdbdc[_0x5118c2(0x688)]),[_0x172513,_0x5edf12]=_0x2ce260(_0x4fdbdc['defaultColor']);if(!_0x4fdbdc[_0x5118c2(0x688)]||_0x1aa996)return null;let _0x187a62=typeof _0x5da0f2==_0x5118c2(0x5a4)&&_0x5da0f2?_0x5da0f2:_0x172513;return _0x23b3a2(_0x348d13,{'disabled':_0x33e011,'align':_0x5118c2(0x1c8),'sideOffset':0x6,'open':_0x4fdbdc[_0x5118c2(0x5f0)],'onOpenChange':_0x4fdbdc[_0x5118c2(0x526)],'onPointerDownOutside':_0x4f6be6=>$(_0x4f6be6,_0x4fdbdc[_0x5118c2(0x332)]),'onFocusOutside':_0x1ed314=>$(_0x1ed314,_0x4fdbdc[_0x5118c2(0x332)]),'onInteractOutside':_0x355fb7=>$(_0x355fb7,_0x4fdbdc[_0x5118c2(0x332)]),'overlay':_0x3a8a6b(_0x5118c2(0x50c),{'data-embed-id':_0x4fdbdc[_0x5118c2(0x332)],[dp]:_0x5118c2(0x228),'className':_0x5118c2(0x3f2),'onPointerDown':Q,'onMouseDown':Q,'children':[_0x23b3a2(_0x42d980,{'value':_0x187a62,'onChange':_0xe244f7=>{const _0x1152bc=_0x5118c2;_0x5edf12(_0xe244f7),_0x4fdbdc[_0x1152bc(0x270)](_0xe244f7);}}),_0x23b3a2(Fp,{}),_0x3a8a6b('button',{'type':_0x5118c2(0x3c2),'className':_0x5118c2(0x56a),'onClick':()=>{const _0x2584d4=_0x5118c2;_0x5edf12(_0x4fdbdc['defaultColor']),_0x4fdbdc['onReset'](),_0x4fdbdc[_0x2584d4(0x526)](!0x1);},'children':[_0x23b3a2(_0xb6f9ce,{}),_0x23b3a2(_0x5118c2(0x346),{'children':_0x23fa8b['t'](_0x5118c2(0x1c4))})]})]}),'children':_0x23b3a2(fp,{'title':_0x4fdbdc[_0x5118c2(0x25a)],'disabled':_0x33e011,'children':_0x4fdbdc[_0x5118c2(0x4d8)]})});}function wp(_0x22a3ba){const _0x435e1b=_0x3f5fcc;let _0x5639d9=_0x192f09(_0x12b8de),_0x2f4545=_0x192f09(_0x47a81e),{hidden:_0x323b99,disabled:_0x5274f9}=gp(_0x22a3ba[_0x435e1b(0x688)]),[_0x24e9ad,_0x368aa3]=_0x2ce260(_0x5cf088[_0x435e1b(0x5d3)]),[_0x10a83f,_0x556c32]=_0x2ce260(_0x5eb959[_0x435e1b(0x494)]),[_0x5759a1,_0x3019ba]=_0x2ce260(_0x435e1b(0x2b0));if(!_0x22a3ba[_0x435e1b(0x688)]||_0x323b99)return null;let _0x1c0bc1=(_0x4d0123=_0x24e9ad,_0x75b582=_0x10a83f,_0x255c3d=_0x5759a1)=>{const _0x39030e=_0x435e1b;_0x368aa3(_0x4d0123),_0x556c32(_0x75b582),_0x3019ba(_0x255c3d),_0x22a3ba[_0x39030e(0x35e)](_0x4d0123,_0x75b582,_0x255c3d);},_0x2ed835=_0x3538d1=>{const _0x47bf4e=_0x435e1b;var _0x3e27d5,_0x4d6565;return(_0x3e27d5=(_0x4d6565=Kf()[_0x47bf4e(0x1f2)](_0x355a46=>_0x355a46[_0x47bf4e(0x318)]===_0x3538d1))==null?void 0x0:_0x4d6565[_0x47bf4e(0x4d8)])==null?_0x47bf4e(0x3bb):_0x3e27d5;},_0x39e592=(_0x2f1047,_0xb643a5=_0x435e1b(0x50a))=>{const _0x158fa2=_0x435e1b;let _0x313248=_0x2f4545[_0x158fa2(0x613)](_0x2f1047);return _0x313248?_0x23b3a2(_0x313248,{'className':_0xb643a5}):_0x23b3a2(_0xd3720d,{});};return _0x23b3a2(_0x348d13,{'disabled':_0x5274f9,'align':'start','sideOffset':0x6,'open':_0x22a3ba[_0x435e1b(0x5f0)],'onOpenChange':_0x22a3ba[_0x435e1b(0x526)],'onPointerDownOutside':_0xe2ea8d=>$(_0xe2ea8d,_0x22a3ba[_0x435e1b(0x332)]),'onFocusOutside':_0x2ac962=>$(_0x2ac962,_0x22a3ba[_0x435e1b(0x332)]),'onInteractOutside':_0x40c5b8=>$(_0x40c5b8,_0x22a3ba['embedId']),'overlay':_0x3a8a6b(Np,{'embedId':_0x22a3ba['embedId'],'onPointerDown':_0x1b8819=>_0x1b8819[_0x435e1b(0x29f)](),'children':[_0x23b3a2('div',{'className':_0x435e1b(0x20d),'children':Kf()[_0x435e1b(0x533)](_0x200878=>_0x23b3a2(Vp,{'title':_0x5639d9['t'](_0x200878['label']),'active':_0x24e9ad===_0x200878[_0x435e1b(0x318)],'onClick':()=>_0x1c0bc1(_0x200878[_0x435e1b(0x318)]),'children':_0x39e592(_0x200878['icon'])},_0x200878[_0x435e1b(0x318)]))}),_0x23b3a2(Fp,{}),_0x3a8a6b(Pp,{'children':[_0x23b3a2(_0x348d13,{'align':_0x435e1b(0x1c8),'sideOffset':0x6,'onPointerDownOutside':_0x10707a=>$(_0x10707a,_0x22a3ba[_0x435e1b(0x332)]),'onFocusOutside':_0x5a6126=>$(_0x5a6126,_0x22a3ba['embedId']),'onInteractOutside':_0x46a573=>$(_0x46a573,_0x22a3ba[_0x435e1b(0x332)]),'overlay':_0x23b3a2(_0x435e1b(0x50c),{'data-embed-id':_0x22a3ba[_0x435e1b(0x332)],[dp]:'true','className':_0x435e1b(0x47b),'onPointerDown':Q,'onMouseDown':Q,'children':_0x23b3a2(_0x42d980,{'value':_0x5759a1,'onChange':_0x454081=>_0x1c0bc1(_0x24e9ad,_0x10a83f,_0x454081)})}),'children':_0x3a8a6b(Vp,{'title':_0x5639d9['t'](_0x435e1b(0x617)),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x23b3a2(_0x25276b,{'extend':{'colorChannel1':_0x5759a1}}),_0x23b3a2(_0x42c996,{'className':up})]})}),_0x23b3a2(_0x348d13,{'align':_0x435e1b(0x1c8),'sideOffset':0x6,'onPointerDownOutside':_0x21ffda=>$(_0x21ffda,_0x22a3ba[_0x435e1b(0x332)]),'onFocusOutside':_0x3112ef=>$(_0x3112ef,_0x22a3ba['embedId']),'onInteractOutside':_0x373f0e=>$(_0x373f0e,_0x22a3ba[_0x435e1b(0x332)]),'overlay':_0x23b3a2(_0x435e1b(0x50c),{'data-embed-id':_0x22a3ba[_0x435e1b(0x332)],[dp]:_0x435e1b(0x228),'className':_0x435e1b(0x5b0),'onPointerDown':Q,'onMouseDown':Q,'children':_0xeafa5b[_0x435e1b(0x533)](_0x55bdd3=>_0x23b3a2(_0x435e1b(0x3c2),{'type':_0x435e1b(0x3c2),'className':_0x4a3bee(_0x435e1b(0x219),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x10a83f===_0x55bdd3['value']}),'onClick':()=>_0x1c0bc1(_0x24e9ad,_0x55bdd3[_0x435e1b(0x318)]),'children':_0x23b3a2(_0x545753,{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x55bdd3[_0x435e1b(0x318)]})},_0x55bdd3[_0x435e1b(0x318)]))}),'children':_0x3a8a6b(Vp,{'title':_0x5639d9['t'](_0x435e1b(0x4c2)),'active':!0x1,'onClick':()=>void 0x0,'children':[_0x23b3a2(_0x545753,{'className':_0x435e1b(0x3ac),'type':_0x10a83f}),_0x23b3a2(_0x42c996,{'className':up})]})})]})]}),'children':_0x23b3a2(pp,{'title':Dp(_0x22a3ba[_0x435e1b(0x688)],_0x5639d9,'embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0x5274f9,'open':_0x22a3ba['open'],'primary':_0x39e592(_0x2ed835(_0x24e9ad),_0x435e1b(0x589)),'onPrimaryClick':()=>{_0x1c0bc1(),_0x22a3ba['onOpenChange'](!0x1);}})});}function Tp(_0x551a85){const _0x2ff9c2=_0x3f5fcc;var _0x5527bd,_0x1cd64e,_0x43fa18,_0x16a4fd,_0x28da19,_0x50dc1a;let _0x25e781=_0x192f09(_0x12b8de),{hidden:_0x1b5459,disabled:_0x594568}=gp((_0x5527bd=_0x551a85[_0x2ff9c2(0x454)])==null?void 0x0:_0x5527bd[_0x2ff9c2(0x3c3)]),_0x1af6ef=[];return[{'item':(_0x1cd64e=_0x551a85[_0x2ff9c2(0x454)])==null?void 0x0:_0x1cd64e['all'],'icon':_0x23b3a2(_0x1fe148,{})},{'item':(_0x43fa18=_0x551a85[_0x2ff9c2(0x454)])==null?void 0x0:_0x43fa18['vertical'],'icon':_0x23b3a2(_0x16c2c7,{})},{'item':(_0x16a4fd=_0x551a85[_0x2ff9c2(0x454)])==null?void 0x0:_0x16a4fd[_0x2ff9c2(0x447)],'icon':_0x23b3a2(_0xc3d3bf,{})},{'item':(_0x28da19=_0x551a85[_0x2ff9c2(0x454)])==null?void 0x0:_0x28da19['unmerge'],'icon':_0x23b3a2(_0x21330d,{})}][_0x2ff9c2(0x3e7)](({item:_0x380af8,icon:_0x6d44})=>{const _0x117805=_0x2ff9c2;_0x380af8&&_0x1af6ef[_0x117805(0x4a8)]({'item':_0x380af8,'icon':_0x6d44});}),!((_0x50dc1a=_0x551a85[_0x2ff9c2(0x454)])!=null&&_0x50dc1a[_0x2ff9c2(0x3c3)])||_0x1b5459||!_0x1af6ef[_0x2ff9c2(0x203)]?null:_0x23b3a2(Ip,{'embedId':_0x551a85['embedId'],'disabled':_0x594568,'title':Dp(_0x551a85['menuItems']['root'],_0x25e781,_0x2ff9c2(0x4f6)),'triggerClassName':lp,'open':_0x551a85[_0x2ff9c2(0x5f0)],'onOpenChange':_0x551a85[_0x2ff9c2(0x526)],'trigger':_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0x1fe148,{}),_0x23b3a2(_0x42c996,{'className':up})]}),'overlay':_0x23b3a2(Rp,{'children':_0x1af6ef['map'](({item:_0x1a62a7,icon:_0x4edc0c})=>_0x23b3a2(zp,{'icon':_0x4edc0c,'onClick':()=>{const _0x24e43c=_0x2ff9c2;_0x551a85[_0x24e43c(0x5cc)](_0x1a62a7),_0x551a85['onOpenChange'](!0x1);},'children':_0x25e781['t'](Op(_0x1a62a7))},_0x1a62a7['id']))})});}function Ep(_0x40c7cd){const _0x5cef7c=_0x3f5fcc;let _0x1de8ff=_0x192f09(_0x12b8de),{hidden:_0x334433,disabled:_0x4fdcd1}=gp(_0x40c7cd[_0x5cef7c(0x688)]);if(!_0x40c7cd['menuItem']||_0x334433)return null;let _0x2ded71=tp(_0x40c7cd['menuItem']),_0x2d22be=_0x2ded71['length']?_0x2ded71[_0x5cef7c(0x533)](_0x4d36ef=>{const _0x3778a2=_0x5cef7c;var _0x415c40,_0x5a463b,_0x2e843b,_0x436905,_0x4e7a64,_0x18a426;return{'label':_0x1de8ff['t'](kp(_0x4d36ef)),'icon':Ap(_0x4d36ef[_0x3778a2(0x318)]),'commandId':(_0x415c40=(_0x5a463b=(_0x2e843b=_0x4d36ef[_0x3778a2(0x615)])==null?(_0x436905=_0x40c7cd[_0x3778a2(0x688)])==null?void 0x0:_0x436905[_0x3778a2(0x615)]:_0x2e843b)==null?(_0x4e7a64=_0x40c7cd[_0x3778a2(0x688)])==null?void 0x0:_0x4e7a64['id']:_0x5a463b)==null?_0x1bb05c['id']:_0x415c40,'params':(_0x18a426=_0x4d36ef['params'])==null?{'value':_0x4d36ef[_0x3778a2(0x318)]}:_0x18a426};}):[{'label':_0x1de8ff['t'](_0x5cef7c(0x36a)),'icon':_0x23b3a2(_0x1e45fe,{}),'commandId':_0x1bb05c['id'],'params':{'value':_0x4a49ad[_0x5cef7c(0x3eb)]}},{'label':_0x1de8ff['t'](_0x5cef7c(0x3cb)),'icon':_0x23b3a2(_0x594a5f,{}),'commandId':_0x1bb05c['id'],'params':{'value':_0x4a49ad[_0x5cef7c(0x2b9)]}},{'label':_0x1de8ff['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':_0x23b3a2(_0x360f5c,{}),'commandId':_0x1bb05c['id'],'params':{'value':_0x4a49ad[_0x5cef7c(0x47e)]}}];return _0x23b3a2(Ip,{'embedId':_0x40c7cd[_0x5cef7c(0x332)],'disabled':_0x4fdcd1,'title':Dp(_0x40c7cd[_0x5cef7c(0x688)],_0x1de8ff,_0x5cef7c(0x327)),'triggerClassName':lp,'open':_0x40c7cd[_0x5cef7c(0x5f0)],'onOpenChange':_0x40c7cd['onOpenChange'],'trigger':_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0x360f5c,{}),_0x23b3a2(_0x42c996,{'className':up})]}),'overlay':_0x23b3a2(Lp,{'children':_0x2d22be[_0x5cef7c(0x533)](_0x57a312=>{const _0x47099b=_0x5cef7c;var _0x1da26e,_0x3537be;return _0x23b3a2(Bp,{'icon':_0x57a312[_0x47099b(0x4d8)],'onClick':()=>{const _0x222c29=_0x47099b;_0x40c7cd['execute'](_0x57a312['commandId'],_0x57a312[_0x222c29(0x304)]),_0x40c7cd[_0x222c29(0x526)](!0x1);},'children':_0x57a312[_0x47099b(0x5be)]},_0x57a312[_0x47099b(0x615)]+'-'+String((_0x1da26e=(_0x3537be=_0x57a312[_0x47099b(0x304)])==null?void 0x0:_0x3537be[_0x47099b(0x318)])==null?_0x57a312[_0x47099b(0x5be)]:_0x1da26e));})})});}function Dp(_0x5e66c5,_0x3c3c8c,_0x27edd6){const _0x4d4955=_0x3f5fcc;var _0x200f20,_0x58d5b6;let _0xf3d5fa=(_0x200f20=(_0x58d5b6=_0x5e66c5==null?void 0x0:_0x5e66c5[_0x4d4955(0x48e)])==null?_0x5e66c5==null?void 0x0:_0x5e66c5[_0x4d4955(0x25a)]:_0x58d5b6)==null?_0x27edd6:_0x200f20;return _0x3c3c8c['t'](_0xf3d5fa);}function Op(_0x514b51){const _0x54605a=_0x3f5fcc;var _0x214402,_0x5df0c8;return(_0x214402=(_0x5df0c8=_0x514b51[_0x54605a(0x48e)])==null?_0x514b51[_0x54605a(0x25a)]:_0x5df0c8)==null?_0x514b51['id']:_0x214402;}function kp(_0x2b62bd){const _0x30b986=_0x3f5fcc;var _0x10cdd3;return typeof _0x2b62bd[_0x30b986(0x5be)]==_0x30b986(0x5a4)?_0x2b62bd['label']:typeof _0x2b62bd[_0x30b986(0x318)]==_0x30b986(0x5a4)||typeof _0x2b62bd[_0x30b986(0x318)]==_0x30b986(0x1ec)?String(_0x2b62bd['value']):(_0x10cdd3=_0x2b62bd['id'])==null?'':_0x10cdd3;}function Ap(_0x57d732){const _0x315265=_0x3f5fcc;return _0x57d732===_0x4a49ad[_0x315265(0x3eb)]?_0x23b3a2(_0x1e45fe,{}):_0x57d732===_0x4a49ad[_0x315265(0x47e)]?_0x23b3a2(_0x360f5c,{}):_0x23b3a2(_0x594a5f,{});}function jp(_0x5d2113){const _0x5401e3=_0x3f5fcc;return _0x5d2113 instanceof HTMLElement&&!!_0x5d2113[_0x5401e3(0x4e5)](_0x5401e3(0x244));}function Q(_0x2f3de3){const _0x313495=_0x3f5fcc;_0x2f3de3[_0x313495(0x29f)](),jp(_0x2f3de3[_0x313495(0x669)])||_0x2f3de3['preventDefault']();}function Mp(_0xd4dc97,_0x1a8ed4){const _0x3b92d5=_0x3f5fcc;if(!(_0xd4dc97 instanceof HTMLElement))return!0x1;let _0x972f8f=_0xd4dc97[_0x3b92d5(0x4e5)](_0x3b92d5(0x505));return(_0x972f8f==null?void 0x0:_0x972f8f['getAttribute']('data-embed-id'))===_0x1a8ed4;}function $(_0x18aba9,_0x375a1a){const _0x201a7f=_0x3f5fcc;let _0x247513=_0x18aba9['target'];Mp(_0x247513,_0x375a1a)&&_0x18aba9[_0x201a7f(0x1f9)]();}function Np(_0x59d07d){const _0x4b33b4=_0x3f5fcc;return _0x23b3a2(_0x4b33b4(0x22a),{'data-embed-id':_0x59d07d[_0x4b33b4(0x332)],[dp]:_0x4b33b4(0x228),'className':'univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x59d07d[_0x4b33b4(0x370)],'onMouseDown':Q,'children':_0x59d07d[_0x4b33b4(0x476)]});}function Pp(_0x3c0448){const _0x1698cd=_0x3f5fcc;return _0x23b3a2(_0x1698cd(0x50c),{'className':_0x1698cd(0x2cb),'children':_0x3c0448[_0x1698cd(0x476)]});}function Fp(){const _0x110d05=_0x3f5fcc;return _0x23b3a2(_0x110d05(0x346),{'className':'univer-my-1\x20univer-block\x20univer-h-px\x20univer-w-full\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700'});}function Ip(_0xab8a02){const _0x35d8b6=_0x3f5fcc;let {open:_0x9361a5,onOpenChange:_0x5a9456}=_0xab8a02;return _0x23b3a2(_0x348d13,{'disabled':_0xab8a02[_0x35d8b6(0x18b)],'align':_0x35d8b6(0x1c8),'sideOffset':0x6,'open':_0x9361a5,'onOpenChange':_0x5a9456,'onPointerDownOutside':_0x36c2c0=>$(_0x36c2c0,_0xab8a02[_0x35d8b6(0x332)]),'onFocusOutside':_0x10b01d=>$(_0x10b01d,_0xab8a02['embedId']),'onInteractOutside':_0x3a4fe8=>$(_0x3a4fe8,_0xab8a02[_0x35d8b6(0x332)]),'overlay':_0x23b3a2('div',{'data-embed-id':_0xab8a02[_0x35d8b6(0x332)],[dp]:_0x35d8b6(0x228),'onPointerDown':Q,'onMouseDown':Q,'children':_0xab8a02[_0x35d8b6(0x4ee)]}),'children':_0x23b3a2(fp,{'title':_0xab8a02[_0x35d8b6(0x25a)],'data-state':_0x9361a5?_0x35d8b6(0x5f0):_0x35d8b6(0x49f),'disabled':_0xab8a02['disabled'],'className':_0xab8a02[_0x35d8b6(0x41d)],'children':_0xab8a02[_0x35d8b6(0x4db)]})});}function Lp(_0x4905eb){const _0xe721b1=_0x3f5fcc;return _0x23b3a2('section',{'className':_0xe721b1(0x4b5),'onPointerDown':Q,'onMouseDown':Q,'children':_0x4905eb[_0xe721b1(0x476)]});}function Rp(_0x3509eb){return _0x23b3a2('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':Q,'onMouseDown':Q,'children':_0x3509eb['children']});}function zp(_0x1f7eda){const _0x177a96=_0x3f5fcc;return _0x3a8a6b('button',{'type':_0x177a96(0x3c2),'className':_0x177a96(0x5c3),'onClick':_0x1f7eda[_0x177a96(0x39b)],'children':[_0x23b3a2('span',{'className':_0x177a96(0x18d),'children':_0x1f7eda[_0x177a96(0x4d8)]}),_0x23b3a2(_0x177a96(0x346),{'className':_0x177a96(0x3a1),'children':_0x1f7eda[_0x177a96(0x476)]})]});}function Bp(_0x36dd98){const _0xc7107=_0x3f5fcc;return _0x3a8a6b(_0xc7107(0x3c2),{'type':_0xc7107(0x3c2),'className':_0x4a3bee(_0xc7107(0x4d9),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x36dd98[_0xc7107(0x51e)]}),'onClick':_0x36dd98[_0xc7107(0x39b)],'children':[_0x36dd98[_0xc7107(0x4d8)],_0x36dd98[_0xc7107(0x476)]]});}function Vp(_0x52b8b1){const _0x1c8385=_0x3f5fcc;return _0x23b3a2(_0xc784c9,{'title':_0x52b8b1[_0x1c8385(0x25a)],'placement':_0x1c8385(0x635),'children':_0x23b3a2(_0x4b9e60,{'className':_0x1c8385(0x3f3),'disabled':_0x52b8b1[_0x1c8385(0x18b)],'active':_0x52b8b1[_0x1c8385(0x51e)],'onClick':_0x52b8b1[_0x1c8385(0x39b)],'children':_0x52b8b1[_0x1c8385(0x476)]})});}function Hp(){const _0x22787c=_0x3f5fcc;return _0x23b3a2('span',{'className':_0x22787c(0x2d7)});}const Up=new WeakMap(),Wp=new WeakSet();function Gp(_0x2a668e){const _0x393871=_0x3f5fcc;au(_0x2a668e,_0x393871(0x28a),Kp);}function Kp(_0x11f3af){const _0x5c60d1=_0x3f5fcc;let _0x2812c3=_0x11f3af[_0x5c60d1(0x613)](Yo),_0x391f57=_0x11f3af[_0x5c60d1(0x613)](qo),_0x1a80a2=_0x11f3af['get'](Pa),_0x526bb3=_0x11f3af[_0x5c60d1(0x613)](Jo),_0x4c7778=_0x11f3af[_0x5c60d1(0x613)](os),_0x52f216=_0x11f3af[_0x5c60d1(0x613)](Hl),_0x3106e7=_0x11f3af[_0x5c60d1(0x613)](us);Rf(_0x11f3af),_0x11f3af['has'](_0x38374d)||_0x11f3af[_0x5c60d1(0x3d8)]([_0x38374d,{'useFactory':()=>_0x11f3af[_0x5c60d1(0x613)](Fa)}]),_0x11f3af[_0x5c60d1(0x4ec)](_0x5522dc)||_0x11f3af[_0x5c60d1(0x3d8)]([_0x5522dc,{'useFactory':()=>qp({'embedModelService':_0x11f3af[_0x5c60d1(0x613)](_0xe2ce8c),'mountService':_0x11f3af[_0x5c60d1(0x613)](ts),'activationService':_0x11f3af['get'](is),'restoreService':_0x11f3af[_0x5c60d1(0x613)](ls)})}]),_0x11f3af[_0x5c60d1(0x4ec)](_0x496f0d)&&_0x11f3af[_0x5c60d1(0x613)](_0x496f0d)[_0x5c60d1(0x4aa)](_0x5e33e7,Ss),[Mf(),Nf()][_0x5c60d1(0x3e7)](_0x15d92b=>{const _0x177827=_0x5c60d1;_0x2812c3[_0x177827(0x613)](_0x15d92b[_0x177827(0x484)],_0x15d92b[_0x177827(0x4f3)])||_0x2812c3[_0x177827(0x4aa)](_0x15d92b);});let _0x3687fb=Bf();_0x391f57['get'](_0x3687fb['childType'])||_0x391f57[_0x5c60d1(0x4aa)](_0x3687fb);let _0x1f4ad7=zf();_0x1a80a2[_0x5c60d1(0x613)](_0x1f4ad7[_0x5c60d1(0x5ca)])||_0x1a80a2[_0x5c60d1(0x4aa)](_0x1f4ad7),rp()[_0x5c60d1(0x3e7)](_0x516f3c=>{const _0x3a707a=_0x5c60d1;_0x526bb3[_0x3a707a(0x613)](_0x516f3c[_0x3a707a(0x484)],_0x516f3c[_0x3a707a(0x4f3)],_0x516f3c[_0x3a707a(0x5ca)])||_0x526bb3['register'](_0x516f3c);}),_0x4c7778[_0x5c60d1(0x1e5)](Ql(_0x11f3af,{'childType':_0x52a08f[_0x5c60d1(0x31d)],'renderManagerService':_0x1b124b})),_0x52f216[_0x5c60d1(0x613)](_0x52a08f[_0x5c60d1(0x31d)])||_0x52f216['register'](Sf()),_0x3106e7[_0x5c60d1(0x613)](_0x52a08f[_0x5c60d1(0x31d)])||_0x3106e7[_0x5c60d1(0x4aa)](If(_0x11f3af)),Qp({'injector':_0x11f3af,'previewService':_0x4c7778});}function qp(_0x437237){return{'mountSheetTab':({hostUnitId:_0x2215de,hostAnchorId:_0x29c150,embedId:_0x5f3049})=>{const _0x44f9d4=_0x2e56;let _0x22994f=_0x437237['embedModelService'][_0x44f9d4(0x2dc)](_0x2215de,_0x5f3049);if(!_0x22994f||_0x22994f[_0x44f9d4(0x380)]!==_0x29c150)return;let _0x342bf1=!0x1,_0x45367c=!0x1,_0x3a4f15;return _0x437237[_0x44f9d4(0x3f8)][_0x44f9d4(0x649)]({'descriptor':_0x22994f})[_0x44f9d4(0x207)](_0x206414=>{const _0x2fe676=_0x44f9d4;_0x342bf1||(_0x3a4f15==null||_0x3a4f15[_0x2fe676(0x631)](),_0x3a4f15=void 0x0,_0x437237[_0x2fe676(0x213)][_0x2fe676(0x2de)](_0x206414),_0x437237[_0x2fe676(0x3e4)][_0x2fe676(0x566)](_0x206414),_0x45367c=!0x0);})[_0x44f9d4(0x2db)](_0x573bb2=>{_0x342bf1||(_0x3a4f15=Jp(_0x29c150,_0x573bb2));}),_0x5b1d76(()=>{const _0x9341d9=_0x44f9d4;_0x342bf1=!0x0,_0x3a4f15==null||_0x3a4f15[_0x9341d9(0x631)](),_0x45367c&&_0x437237[_0x9341d9(0x213)][_0x9341d9(0x31a)](_0x5f3049),_0x437237[_0x9341d9(0x3e4)]['clearTab'](_0x5f3049);});},'clearTab':_0xff6802=>{const _0x2d7dc6=_0x2e56;_0x437237[_0x2d7dc6(0x3e4)][_0x2d7dc6(0x63f)](_0xff6802);}};}function Jp(_0x33a6b2,_0xedde35){const _0x524310=_0x3f5fcc;let _0x489f8d=Yp(_0x33a6b2);if(!_0x489f8d)return;let _0x16a3d9=document['createElement'](_0x524310(0x50c));return _0x16a3d9[_0x524310(0x5f2)][_0x524310(0x3d2)]='true',_0x16a3d9[_0x524310(0x56f)]['padding']=_0x524310(0x60b),_0x16a3d9[_0x524310(0x56f)][_0x524310(0x4fc)]=_0x524310(0x19e),_0x16a3d9[_0x524310(0x56f)]['fontSize']=_0x524310(0x680),_0x16a3d9[_0x524310(0x288)]=_0xedde35 instanceof Error&&_0xedde35[_0x524310(0x5b3)]?_0xedde35[_0x524310(0x5b3)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x489f8d['replaceChildren'](_0x16a3d9),_0x16a3d9;}function Yp(_0x5c7645){const _0x43e452=_0x3f5fcc;return document[_0x43e452(0x2e2)](_0x43e452(0x643)+Xp(_0x5c7645)+'\x22]');}function Xp(_0x3b4d1f){const _0x3bc626=_0x3f5fcc;return _0x3b4d1f[_0x3bc626(0x357)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function Zp(_0x1c712b){const _0x2f01e1=_0x3f5fcc;let _0xed0400=new _0x3fa71a(),_0x477888=0x0,_0x2256bc;if(_0xed0400[_0x2f01e1(0x3d8)](_0x1c712b[_0x2f01e1(0x4e9)][_0x2f01e1(0x1cf)]['subscribe'](_0x2c9280=>{const _0x5759bf=_0x2f01e1;if(typeof _0x2c9280[_0x5759bf(0x26b)]!='string')return;let _0x595605=_0x1c712b[_0x5759bf(0x314)]['getActiveDescriptorsByChildUnit'](_0x2c9280[_0x5759bf(0x4e8)])[_0x5759bf(0x1f2)](_0x55ed2b=>_0x55ed2b[_0x5759bf(0x332)]===_0x2c9280[_0x5759bf(0x332)]&&_0x55ed2b[_0x5759bf(0x4f3)]===_0x5759bf(0x54f));_0x595605!=null&&_0x595605[_0x5759bf(0x380)]&&_0x1c712b[_0x5759bf(0x1e3)]['setPreview']({'id':_0x595605[_0x5759bf(0x380)],'image':_0x2c9280[_0x5759bf(0x26b)],'updatedAt':_0x2c9280[_0x5759bf(0x308)]});})),!_0x1c712b[_0x2f01e1(0x1e3)][_0x2f01e1(0x258)])return _0xed0400;let _0x12fb2f=()=>{const _0x4667db=_0x2f01e1;_0x2256bc||_0x477888>=0xf0||(_0x2256bc=globalThis[_0x4667db(0x2bb)](()=>{_0x2256bc=void 0x0,_0x477888+=0x1,_0x3ba52a();},0xfa));},_0x992729=_0x439de8=>{const _0x39e654=_0x2f01e1;let _0x3fa4a3=_0x439de8[_0x39e654(0x37b)];if(!_0x3fa4a3||typeof _0x3fa4a3!=_0x39e654(0x47f))return!0x0;let _0x43f94e=tm(_0x3fa4a3,_0x39e654(0x332)),_0x279822=tm(_0x3fa4a3,_0x39e654(0x489));if(!_0x43f94e||!_0x279822)return!0x0;let _0x573820=_0x1c712b[_0x39e654(0x314)][_0x39e654(0x2dc)](_0x279822,_0x43f94e);return!_0x573820||_0x573820[_0x39e654(0x4f3)]!==_0x39e654(0x54f)||!_0x573820['childUnitId']||_0x573820[_0x39e654(0x5ca)]==null?!0x1:(_0x1c712b[_0x39e654(0x4e9)][_0x39e654(0x30f)]({'descriptor':_0x573820,'childUnitId':_0x573820[_0x39e654(0x4e8)],'childType':_0x573820[_0x39e654(0x5ca)],'width':_0x439de8[_0x39e654(0x576)],'height':_0x439de8[_0x39e654(0x35c)],'dpr':typeof window>'u'?0x1:window[_0x39e654(0x52a)]||0x1,'reason':'initial'}),!0x0);},_0x3ba52a=()=>{const _0x5b6c1f=_0x2f01e1;var _0x25a907,_0x24ca48;let _0x1f40ad=!0x1;(_0x25a907=(_0x24ca48=_0x1c712b[_0x5b6c1f(0x1e3)])['getPendingRequests'])==null||_0x25a907['call'](_0x24ca48)[_0x5b6c1f(0x3e7)](_0x151a8d=>{_0x992729(_0x151a8d)||(_0x1f40ad=!0x0);}),_0x1f40ad&&_0x12fb2f();};return _0x3ba52a(),_0xed0400[_0x2f01e1(0x3d8)](_0x1c712b['canvasFloatDomPreviewService'][_0x2f01e1(0x258)][_0x2f01e1(0x2ae)](_0x18f4f6=>{_0x992729(_0x18f4f6)||_0x12fb2f();})),_0xed0400[_0x2f01e1(0x3d8)](()=>{_0x2256bc&&globalThis['clearTimeout'](_0x2256bc);}),_0xed0400;}function Qp(_0x3029ab){const _0x540cf7=_0x3f5fcc;let _0x3959a3=_0x3029ab[_0x540cf7(0x2b3)],_0x456e54=Up[_0x540cf7(0x613)](_0x3959a3);if(_0x456e54)return _0x456e54;let _0x41826b=em(_0x3029ab[_0x540cf7(0x2b3)]);if(_0x41826b!==null){if(_0x41826b){let _0x44a6aa=Zp({'previewService':_0x3029ab[_0x540cf7(0x4e9)],'embedModelService':_0x41826b['embedModelService'],'canvasFloatDomPreviewService':_0x41826b[_0x540cf7(0x1e3)]});return Up[_0x540cf7(0x360)](_0x3959a3,_0x44a6aa),_0x44a6aa;}_0x3029ab[_0x540cf7(0x546)]===!0x1||Wp[_0x540cf7(0x4ec)](_0x3959a3)||(Wp[_0x540cf7(0x3d8)](_0x3959a3),$p(_0x3029ab,0x0));}}function $p(_0x9381e5,_0x358b41){const _0x442df6=_0x3f5fcc;var _0x24af3a,_0x4e20d4;let _0x1f8500=(_0x24af3a=_0x9381e5[_0x442df6(0x22d)])==null?0xf0:_0x24af3a,_0x363921=(_0x4e20d4=_0x9381e5[_0x442df6(0x2ea)])==null?0xfa:_0x4e20d4,_0x1cb2f4=_0x9381e5['injector'];globalThis[_0x442df6(0x2bb)](()=>{const _0x2802ed=_0x442df6;if(Qp({..._0x9381e5,'retry':!0x1})||_0x358b41+0x1>=_0x1f8500){Wp[_0x2802ed(0x627)](_0x1cb2f4);return;}$p(_0x9381e5,_0x358b41+0x1);},_0x363921);}function em(_0x4bfc0e){const _0x4c8abb=_0x3f5fcc;try{return!_0x4bfc0e['has'](_0x2855a4)||!_0x4bfc0e[_0x4c8abb(0x4ec)](_0xe2ce8c)?void 0x0:{'embedModelService':_0x4bfc0e[_0x4c8abb(0x613)](_0xe2ce8c),'canvasFloatDomPreviewService':_0x4bfc0e['get'](_0x2855a4)};}catch{return null;}}function tm(_0x527f81,_0x48ca32){const _0x31755e=_0x3f5fcc;let _0x4c9ae0=_0x527f81[_0x48ca32];return typeof _0x4c9ae0==_0x31755e(0x5a4)?_0x4c9ae0:void 0x0;}function nm(){const _0x1fcdcc=_0x3f5fcc;return lu({'childType':_0x52a08f[_0x1fcdcc(0x2f7)],'productName':'Slides'});}function rm(_0x13f8d9){const _0x3a7d79=_0x3f5fcc;var _0x1584db,_0x25aabb;return Sa({'embedId':_0x13f8d9[_0x3a7d79(0x332)],'active':_0x13f8d9[_0x3a7d79(0x51e)],'fullscreen':_0x13f8d9[_0x3a7d79(0x383)],'usesDomFloatingStage':(_0x1584db=_0x13f8d9['usesDomFloatingStage'])==null?!0x0:_0x1584db,'renderScopeActive':(_0x25aabb=_0x13f8d9['renderScopeActive'])==null?!0x1:_0x25aabb});}function im(_0xe24e11){const _0x519e6b=_0x3f5fcc;var _0x438bfe;let {hostUnitId:_0x24e6d7,entry:_0x28e42d,embedId:_0x4ae94c,childUnitId:_0x4bf861,slideModel:_0x12d6ac,floatingActiveService:_0x19291f,commandService:_0x5e615a,instanceService:_0x26d40e,fullscreen:_0x1a9bf5,usesDomFloatingStage:_0x30fd1d,renderScopeActive$:_0x3d2a3e}=_0xe24e11,[_0x41ba57,_0x24cc88]=_0x2ce260(0x0),[_0x1a4684,_0x1cbab8]=_0x2ce260(()=>_0x19291f[_0x519e6b(0x5bc)]()),[_0x5159f5,_0x2942ad]=_0x2ce260(!0x1);_0x56360b(()=>{const _0x343244=_0x519e6b;let _0x45229c=()=>{_0x1cbab8(_0x19291f['getActive']()),_0x24cc88(_0x5bc705=>_0x5bc705+0x1);},_0x48cac9=_0x19291f[_0x343244(0x26a)][_0x343244(0x2ae)](_0x45229c),_0x511816=_0x12d6ac==null?void 0x0:_0x12d6ac[_0x343244(0x415)][_0x343244(0x4a6)][_0x343244(0x2ae)](_0x45229c),_0x289a3c=_0x12d6ac==null?void 0x0:_0x12d6ac[_0x343244(0x415)][_0x343244(0x286)][_0x343244(0x2ae)](_0x45229c);return()=>{const _0x51d41b=_0x343244;_0x48cac9[_0x51d41b(0x44a)](),_0x511816==null||_0x511816[_0x51d41b(0x44a)](),_0x289a3c==null||_0x289a3c['unsubscribe']();};},[_0x4ae94c,_0x19291f,_0x12d6ac]),_0x56360b(()=>{const _0x1890e8=_0x519e6b;let _0x5b68da=_0x3d2a3e['subscribe'](_0x1ed006=>{_0x2942ad(_0x1ed006);});return()=>_0x5b68da[_0x1890e8(0x44a)]();},[_0x3d2a3e]);let _0x19f6cb=_0x37f599(()=>{const _0x54204e=_0x519e6b;var _0x186502;return(_0x186502=_0x12d6ac==null?void 0x0:_0x12d6ac[_0x54204e(0x415)][_0x54204e(0x1b0)]())==null?[]:_0x186502;},[_0x12d6ac,_0x41ba57]),_0x14c588=_0x12d6ac==null||(_0x438bfe=_0x12d6ac[_0x519e6b(0x415)][_0x519e6b(0x3ad)]())==null?void 0x0:_0x438bfe['getId'](),_0x4483cc=Math[_0x519e6b(0x20c)](0x0,_0x19f6cb[_0x519e6b(0x67d)](_0x1edecf=>_0x1edecf[_0x519e6b(0x561)]()===_0x14c588)),_0x568f70=_0x19f6cb[_0x519e6b(0x203)],_0xc9bd9b=rm({'active':_0x1a4684,'embedId':_0x4ae94c,'fullscreen':_0x1a9bf5,'renderScopeActive':_0x5159f5,'usesDomFloatingStage':_0x30fd1d})==='stage2',_0x5f05d4=()=>{const _0x10a791=_0x519e6b;_0x19291f[_0x10a791(0x1db)]({'hostUnitId':_0x24e6d7,'embedId':_0x4ae94c,'childUnitId':_0x4bf861},'stage2'),_0x26d40e[_0x10a791(0x27e)](_0x4bf861);},_0x189056=_0x36f442=>{const _0x3f53e7=_0x519e6b;let _0x3b7377=_0x19f6cb[_0x36f442];!_0x3b7377||!_0x12d6ac||(_0x5f05d4(),_0x12d6ac[_0x3f53e7(0x415)][_0x3f53e7(0x458)](_0x3b7377[_0x3f53e7(0x561)]()),_0x24cc88(_0x379eb7=>_0x379eb7+0x1));};return _0x3a8a6b(_0x519e6b(0x50c),{'className':am({'entry':_0x28e42d,'fullscreen':_0x1a9bf5,'stage':_0xc9bd9b?_0x519e6b(0x628):_0x519e6b(0x1df)}),'data-embed-floating-menu':_0x519e6b(0x228),'data-embed-id':_0x4ae94c,'data-embed-float-stage':_0xc9bd9b?_0x519e6b(0x628):_0x519e6b(0x1df),'onPointerDown':_0x28c5eb=>_0x28c5eb[_0x519e6b(0x29f)](),'children':[_0x23b3a2(om,{'title':_0x519e6b(0x2be),'disabled':_0x4483cc<=0x0,'onClick':()=>_0x189056(_0x4483cc-0x1),'children':_0x23b3a2(_0x5d4829,{})}),_0x23b3a2(om,{'title':_0x519e6b(0x445),'disabled':_0x568f70===0x0||_0x4483cc>=_0x568f70-0x1,'onClick':()=>_0x189056(_0x4483cc+0x1),'children':_0x23b3a2(_0x175c19,{})}),_0x23b3a2(_0x495bba,{'align':_0x519e6b(0x1c8),'sideOffset':0x6,'data-embed-id':_0x4ae94c,'data-embed-floating-menu-popup':_0x519e6b(0x228),'items':[{'type':_0x519e6b(0x67e),'value':String(_0x4483cc),'hideIndicator':!0x0,'options':_0x19f6cb[_0x519e6b(0x533)]((_0x11268f,_0x36a8e3)=>({'label':_0x519e6b(0x209)+(_0x36a8e3+0x1),'value':String(_0x36a8e3)})),'onSelect':_0x57ac84=>_0x189056(Number(_0x57ac84))}],'children':_0x3a8a6b(_0x2fbc76,{'type':_0x519e6b(0x3c2),'size':'small','variant':_0x519e6b(0x43c),'className':_0x519e6b(0x519),'title':_0x519e6b(0x3d1),'children':[_0x23b3a2('span',{'children':_0x568f70===0x0?_0x519e6b(0x1a0):_0x4483cc+0x1+_0x519e6b(0x54e)+_0x568f70}),_0x23b3a2(_0x42c996,{'className':_0x519e6b(0x4dc)})]})}),_0x23b3a2(sm,{}),_0x23b3a2(om,{'title':_0x519e6b(0x2fe),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x1bb6ee=_0x519e6b;_0x5e615a[_0x1bb6ee(0x48d)](_0x4529d7['id'],{'hostUnitId':_0x24e6d7,'embedId':_0x4ae94c});},'children':_0x23b3a2(_0x4db22a,{})})]});}function am(_0x52b543){const _0x435920=_0x3f5fcc;let {entry:_0x4e0385,fullscreen:_0x9a9cd5,stage:_0x6d15e3}=_0x52b543;return _0x4a3bee(_0x435920(0x195),{'univer-hidden':_0x6d15e3!==_0x435920(0x628),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x9a9cd5,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x9a9cd5,'-univer-top-9':!_0x9a9cd5&&_0x4e0385!==_0x435920(0x47d),'univer-top-0':!_0x9a9cd5&&_0x4e0385===_0x435920(0x47d)});}function om(_0x26759f){const _0x32595e=_0x3f5fcc;let {children:_0x5f0aa8,title:_0x15905b,disabled:_0x157169,className:_0x2ae8d6,onClick:_0x38ca70}=_0x26759f;return _0x23b3a2(_0x2fbc76,{'type':'button','size':_0x32595e(0x240),'variant':_0x32595e(0x43c),'className':[_0x32595e(0x471),_0x2ae8d6][_0x32595e(0x345)](Boolean)[_0x32595e(0x59b)]('\x20'),'title':_0x15905b,'aria-label':_0x15905b,'disabled':_0x157169,'onClick':_0x38ca70,'children':_0x5f0aa8});}function sm(){const _0x2543a7=_0x3f5fcc;return _0x23b3a2(_0x2543a7(0x346),{'className':'univer-mx-0.5\x20univer-h-5\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-600'});}function cm(){const _0x24b540=_0x3f5fcc;return $u({'childType':_0x52a08f[_0x24b540(0x2f7)],'mount':lm});}function lm(_0x5dd4e){const _0x10dc60=_0x3f5fcc;let _0x57a169=Qu(_0x5dd4e),_0x3e3ffa=document['createElement']('div');_0x3e3ffa['setAttribute'](_0x10dc60(0x1a2),_0x5dd4e[_0x10dc60(0x3b1)]['entry']),_0x57a169[_0x10dc60(0x274)](_0x3e3ffa);let _0x4c2f4c=Vc(_0x3e3ffa),_0x16297e=_0x5dd4e['injector'][_0x10dc60(0x613)](q),_0x67d3d1=_0x5dd4e[_0x10dc60(0x2b3)]['get'](_0x4c2aa7),_0x48a921=_0x5dd4e['injector'][_0x10dc60(0x613)](_0x4973db),_0x1984c3=_0x48a921['getUnit'](_0x5dd4e[_0x10dc60(0x4e8)],_0x52a08f[_0x10dc60(0x2f7)]);return _0x4c2f4c[_0x10dc60(0x218)](_0x546c84(jc,{'injector':_0x5dd4e[_0x10dc60(0x4f8)][_0x10dc60(0x2b3)],'mountContainer':_0x57a169,'embedId':_0x5dd4e[_0x10dc60(0x332)]},_0x546c84(im,{'hostUnitId':_0x5dd4e[_0x10dc60(0x489)],'entry':_0x5dd4e['descriptor'][_0x10dc60(0x4f3)],'embedId':_0x5dd4e['embedId'],'childUnitId':_0x5dd4e[_0x10dc60(0x4e8)],'slideModel':_0x1984c3==null?null:_0x1984c3,'floatingActiveService':_0x16297e,'commandService':_0x67d3d1,'instanceService':_0x48a921,'fullscreen':!!_0x5dd4e[_0x10dc60(0x5ad)][_0x10dc60(0x383)],'usesDomFloatingStage':_0x5dd4e[_0x10dc60(0x3b1)]['entry']!=='slides-floating-object','renderScopeActive$':_0x5dd4e[_0x10dc60(0x5ad)][_0x10dc60(0x26a)]}))),_0x5b1d76(()=>{const _0x560205=_0x10dc60;Hc(_0x4c2f4c),globalThis[_0x560205(0x2bb)](()=>_0x3e3ffa[_0x560205(0x631)](),0x0);});}function um(_0x1d9487,_0x319df2,_0x1734b5){return{..._0xfe3259(_0x1d9487,_0x319df2),'activateAnchor':_0x2a5a14=>{const _0x5b99ab=_0x2e56;_0x1734b5==null||_0x1734b5[_0x5b99ab(0x604)](_0x2a5a14[_0x5b99ab(0x489)]),_0x2a5a14[_0x5b99ab(0x3b1)][_0x5b99ab(0x4e8)]&&(_0x319df2==null||_0x319df2['setCurrentUnitForType'](_0x2a5a14[_0x5b99ab(0x3b1)]['childUnitId']));let _0x216d86=_0x319df2==null?void 0x0:_0x319df2[_0x5b99ab(0x212)](_0x2a5a14['hostUnitId'],_0x52a08f['UNIVER_SLIDE']),_0x4df86c=()=>{const _0x42fd69=_0x5b99ab;var _0x48a0ec,_0x133234;return _0x216d86==null||(_0x48a0ec=_0x216d86[_0x42fd69(0x415)])==null||(_0x133234=_0x48a0ec[_0x42fd69(0x458)])==null?void 0x0:_0x133234[_0x42fd69(0x3c8)](_0x48a0ec,_0x2a5a14[_0x42fd69(0x380)]);};if(typeof window>'u'){_0x4df86c();return;}window[_0x5b99ab(0x620)](_0x4df86c);}};}function dm(){const _0x573593=_0x3f5fcc;return{'hostType':_0x52a08f[_0x573593(0x2f7)],'entry':'slides-floating-object','layout':'scroll-contained','supportedLayouts':[_0x573593(0x2d9),_0x573593(0x401),_0x573593(0x420)],'menuBehavior':_0x573593(0x5ec),'mount':_0x3fa1db=>{const _0x453156=_0x573593;let _0x3b0f3e=pm('data-embed-slides-floating-object-host',_0x3fa1db[_0x453156(0x3b1)][_0x453156(0x380)]);return _0x3b0f3e?{'hostElement':_0x3b0f3e}:{};}};}function fm(){const _0x49d3e8=_0x3f5fcc;return{'hostType':_0x52a08f[_0x49d3e8(0x2f7)],'entry':_0x49d3e8(0x3da),'layout':_0x49d3e8(0x1a5),'supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x4d4f4d=>{const _0x54e019=_0x49d3e8;let _0x20ddbb=pm(_0x54e019(0x220),_0x4d4f4d[_0x54e019(0x3b1)][_0x54e019(0x380)]);return _0x20ddbb?{'hostElement':_0x20ddbb}:{};}};}function pm(_0x570cf7,_0x193980){const _0x328238=_0x3f5fcc;return document[_0x328238(0x2e2)]('['+_0x570cf7+'=\x22'+mm(_0x193980)+'\x22]');}function mm(_0x1a2e94){const _0x467679=_0x3f5fcc;return _0x1a2e94['replace'](/\\/g,'\x5c\x5c')[_0x467679(0x357)](/"/g,'\x5c\x22');}function hm(){return{'childType':_0x52a08f['UNIVER_SLIDE'],'handleWheel':()=>!0x1};}const gm=0x10/0x9;function _m(_0x3897bc,_0x1d5984=gm){const _0x569b6b=_0x3f5fcc;let _0x2d451c=Math[_0x569b6b(0x20c)](0x1,_0x3897bc['width']),_0x584a11=Math[_0x569b6b(0x20c)](0x1,_0x3897bc['height']),_0x5974d2=Number['isFinite'](_0x1d5984)&&_0x1d5984>0x0?_0x1d5984:gm;return _0x2d451c/_0x584a11>_0x5974d2?{'width':_0x584a11*_0x5974d2,'height':_0x584a11}:{'width':_0x2d451c,'height':_0x2d451c/_0x5974d2};}function vm(_0x54d6b2={}){let {unitId:_0x3dfcb5,active$:_0x3e2caa}=_0x54d6b2,_0x5274d8=Sm(_0x3e2caa,!0x0);return _0x3a8a6b(xm,{'children':[_0x23b3a2(_0x5e7f8a,{'previewMode':!0x0,'unitId':_0x3dfcb5}),_0x5274d8&&_0x3a8a6b(_0x3777b7,{'children':[_0x23b3a2(_0xbb98b1,{}),_0x23b3a2(_0x27a4b3,{})]})]});}function ym(_0xc978de={}){let {unitId:_0xc05645,render:_0x2de7c8}=_0xc978de;return _0x23b3a2(xm,{'readonly':!0x0,'children':_0xc05645?_0x23b3a2(bm,{'unitId':_0xc05645,'render':_0x2de7c8}):_0x23b3a2(_0x5e7f8a,{'previewMode':!0x0})});}function bm(_0x8bd688){const _0x5d8cce=_0x3f5fcc;let {unitId:_0x10ae7d,render:_0x852300}=_0x8bd688,_0x4168a6=_0x13ae41(null),_0x95b288=_0x192f09(_0x1b124b);return _0x12a2a1(()=>{const _0x19a72f=_0x2e56;let _0x24599d=_0x4168a6['current'];if(!_0x24599d)return;let _0x2b2755=_0x852300==null?_0x95b288[_0x19a72f(0x23d)](_0x10ae7d):_0x852300;_0x2b2755&&_0xd80353(_0x2b2755,_0x24599d);},[_0x852300,_0x95b288,_0x10ae7d]),_0x23b3a2('div',{'ref':_0x4168a6,'className':'univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','data-embed-slide-readonly-canvas-host':_0x5d8cce(0x228),'data-embed-child-render-unit-id':_0x10ae7d});}function xm(_0x1eacbb){const _0x29944c=_0x3f5fcc;let {children:_0x5be4ce,readonly:_0x11fa30=!0x1}=_0x1eacbb,_0x223ede=_0x13ae41(null),[_0x27e73c,_0x5dd274]=_0x2ce260(null);return _0x12a2a1(()=>{const _0x58c63c=_0x2e56;let _0x496038=_0x223ede[_0x58c63c(0x51a)];if(!_0x496038)return;let _0x1977ae=()=>{const _0x5d49c1=_0x58c63c;let _0x268864=_0x496038[_0x5d49c1(0x618)]();_0x5dd274(_m({'width':_0x268864['width']||_0x496038[_0x5d49c1(0x46d)],'height':_0x268864[_0x5d49c1(0x35c)]||_0x496038['clientHeight']}));};if(_0x1977ae(),typeof ResizeObserver>'u')return;let _0x345d6d=new ResizeObserver(_0x1977ae);return _0x345d6d[_0x58c63c(0x4ab)](_0x496038),()=>_0x345d6d['disconnect']();},[]),_0x23b3a2(_0x29944c(0x50c),{'ref':_0x223ede,'className':'univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','data-embed-slide-floating-preview':_0x29944c(0x228),'data-embed-slide-readonly-floating-preview':_0x11fa30?'true':void 0x0,'children':_0x23b3a2('div',{'className':'univer-relative\x20univer-overflow-hidden','data-embed-slide-floating-page-frame':_0x29944c(0x228),'style':{'width':_0x27e73c?_0x27e73c[_0x29944c(0x576)]+'px':_0x29944c(0x553),'height':_0x27e73c?_0x27e73c[_0x29944c(0x35c)]+'px':_0x29944c(0x553)},'children':_0x5be4ce})});}function Sm(_0x1e3e14,_0x158536){let [_0x458a1e,_0x257558]=_0x2ce260(_0x158536);return _0x56360b(()=>{const _0x4297ef=_0x2e56;if(!_0x1e3e14){_0x257558(_0x158536);return;}let _0x475820=_0x1e3e14[_0x4297ef(0x2ae)](_0x4f83d6=>_0x257558(_0x4f83d6));return()=>_0x475820[_0x4297ef(0x44a)]();},[_0x158536,_0x1e3e14]),_0x458a1e;}function Cm(){const _0x259e0a=_0x3f5fcc;return{'childType':_0x52a08f[_0x259e0a(0x2f7)],'supportedLayouts':['tab-peer','aspect-fit','scroll-contained'],'beforeDeactivate':wm,'mount':Tm};}function wm(_0x225ab7){const _0x4448db=_0x3f5fcc;let _0x269232=_0x225ab7['runtimeScope'][_0x4448db(0x2b3)];if(!(_0x269232!=null&&_0x269232['has'](_0x299f23)))return;let _0x5db598=_0x269232['get'](_0x299f23);_0x5db598[_0x4448db(0x467)](),_0x5db598[_0x4448db(0x61a)]();}function Tm(_0x484325){const _0x3a162e=_0x3f5fcc;if(!_0x484325[_0x3a162e(0x2b3)][_0x3a162e(0x613)](_0x4973db)['getUnit'](_0x484325['childUnitId'],_0x52a08f[_0x3a162e(0x2f7)]))return;let _0x57c3c6=_0x484325[_0x3a162e(0x4f8)][_0x3a162e(0x2b3)];if(!_0x57c3c6)return;let _0x146363=_0x484325[_0x3a162e(0x4f8)][_0x3a162e(0x34b)][_0x3a162e(0x45d)],_0x8e3520=_0x484325[_0x3a162e(0x4f8)][_0x3a162e(0x34b)][_0x3a162e(0x210)],_0x3e3970=_0x484325[_0x3a162e(0x2b3)]['get'](_0x1b124b),_0x482629=Em(_0x484325),_0x855f75=_0x8e3520?Yl(_0x3e3970,_0x484325[_0x3a162e(0x4e8)],_0x57c3c6):void 0x0;if(_0x855f75&&_0x8e3520&&!_0x482629){try{var _0x26f4ca,_0x56f1e2;(_0x26f4ca=(_0x56f1e2=_0x855f75[_0x3a162e(0x634)])[_0x3a162e(0x31a)])==null||_0x26f4ca[_0x3a162e(0x3c8)](_0x56f1e2);}catch{}_0x855f75[_0x3a162e(0x634)][_0x3a162e(0x2de)](_0x8e3520),Zl(_0x855f75,{'activate':!0x0}),_0x8e3520['dataset'][_0x3a162e(0x671)]=_0x484325[_0x3a162e(0x4e8)],_0x8e3520[_0x3a162e(0x5f2)][_0x3a162e(0x530)]=_0x3a162e(0x382);}let _0x4c7572=Vc(_0x146363);return _0x146363[_0x3a162e(0x5f2)][_0x3a162e(0x671)]=_0x484325[_0x3a162e(0x4e8)],_0x146363['dataset'][_0x3a162e(0x530)]=_0x3a162e(0x241),_0x4c7572[_0x3a162e(0x218)](_0x23b3a2(jc,{'injector':_0x57c3c6,'mountContainer':_0x484325['runtimeScope'][_0x3a162e(0x34b)][_0x3a162e(0x61b)],'embedId':_0x484325[_0x3a162e(0x332)],'children':_0x482629?_0x23b3a2(vm,{'unitId':_0x484325[_0x3a162e(0x4e8)],'active$':_0x484325[_0x3a162e(0x5ad)][_0x3a162e(0x26a)]}):_0x23b3a2(_0x4bcd31,{})})),_0x5b1d76(()=>{const _0xdda8f4=_0x3a162e;try{var _0x195f9a,_0x582c92;_0x855f75==null||(_0x582c92=(_0x195f9a=_0x855f75[_0xdda8f4(0x634)])[_0xdda8f4(0x31a)])==null||_0x582c92[_0xdda8f4(0x3c8)](_0x195f9a);}catch{}_0x3e3970[_0xdda8f4(0x2e8)](_0x484325['childUnitId']),Hc(_0x4c7572),_0x146363[_0xdda8f4(0x66f)]&&(_0x146363[_0xdda8f4(0x1ca)](_0xdda8f4(0x40a)),_0x146363['removeAttribute'](_0xdda8f4(0x4b7))),_0x8e3520!=null&&_0x8e3520[_0xdda8f4(0x66f)]&&(_0x8e3520[_0xdda8f4(0x1ca)]('data-embed-child-render-unit-id'),_0x8e3520[_0xdda8f4(0x1ca)](_0xdda8f4(0x4b7))),_0x57c3c6['dispose']();});}function Em(_0x3c165e){const _0x3368d5=_0x3f5fcc;return _0x3c165e[_0x3368d5(0x5ad)][_0x3368d5(0x645)]==='float'&&!_0x3c165e[_0x3368d5(0x5ad)][_0x3368d5(0x383)]&&_0x3c165e[_0x3368d5(0x570)]===_0x3368d5(0x420);}let Dm=class{constructor(_0x4293a2,_0x53cb33){const _0x4b61af=_0x3f5fcc;this[_0x4b61af(0x39e)]=_0x4293a2,this[_0x4b61af(0x32e)]=_0x53cb33,K(this,_0x4b61af(0x5ca),_0x52a08f[_0x4b61af(0x2f7)]);}[_0x3f5fcc(0x1f7)](_0x4938be){const _0x4178a3=_0x3f5fcc;var _0x3a902f,_0x1f35a5,_0x3d5b0e;let _0x3c5ab0=this[_0x4178a3(0x2e6)](_0x4938be[_0x4178a3(0x4e8)]),_0x5535cd=(_0x3a902f=_0x3c5ab0==null||(_0x1f35a5=_0x3c5ab0[_0x4178a3(0x415)][_0x4178a3(0x3ad)]())==null?void 0x0:_0x1f35a5['getId']())==null?'':_0x3a902f;return{'unitId':_0x4938be[_0x4178a3(0x4e8)],'pageId':_0x5535cd,'scaleMode':_0x4178a3(0x446),'zoomRatio':_0x3c5ab0==null||(_0x3d5b0e=_0x3c5ab0[_0x4178a3(0x42b)])==null?void 0x0:_0x3d5b0e[_0x4178a3(0x3c8)](_0x3c5ab0)};}[_0x3f5fcc(0x3e5)](_0x3243cf,_0x5887a9){const _0x1f20a8=_0x3f5fcc;let _0x203530=this[_0x1f20a8(0x2e6)](_0x3243cf[_0x1f20a8(0x4e8)]);!_0x203530||!_0x5887a9[_0x1f20a8(0x539)]||!_0x203530[_0x1f20a8(0x415)][_0x1f20a8(0x33d)](_0x5887a9[_0x1f20a8(0x539)])||_0x203530[_0x1f20a8(0x415)]['setActiveSlide'](_0x5887a9[_0x1f20a8(0x539)]);}[_0x3f5fcc(0x606)](_0x6ab3c6){const _0x56a33a=_0x3f5fcc;var _0x579575,_0x1b1d2c,_0x24c765;let _0x5df425=this['_getSlideModel'](_0x6ab3c6[_0x56a33a(0x4e8)]),_0x190767=(_0x579575=_0x6ab3c6[_0x56a33a(0x296)])==null?void 0x0:_0x579575['pageId'];_0x5df425&&_0x190767&&_0x5df425[_0x56a33a(0x415)][_0x56a33a(0x33d)](_0x190767)&&_0x5df425['pageManager']['setActiveSlide'](_0x190767);let _0x4fe6ff=this['_getOrCreateRender'](_0x6ab3c6[_0x56a33a(0x4e8)]),_0x20390e=_0x4fe6ff==null||(_0x1b1d2c=_0x4fe6ff['engine'])==null||(_0x24c765=_0x1b1d2c['getCanvasElement'])==null?void 0x0:_0x24c765[_0x56a33a(0x3c8)](_0x1b1d2c);if(_0x4fe6ff&&(!_0x20390e||_0x20390e[_0x56a33a(0x576)]<=0x1||_0x20390e['height']<=0x1)&&(_0x20390e=Om(_0x4fe6ff,_0x6ab3c6['width'],_0x6ab3c6[_0x56a33a(0x35c)])),!(!_0x20390e||_0x20390e[_0x56a33a(0x576)]<=0x1||_0x20390e[_0x56a33a(0x35c)]<=0x1||typeof _0x20390e['toDataURL']!='function'))try{var _0x1ad7da,_0x20f245;let _0x246ade=_0x5df425?_0x23b208(_0x5df425[_0x56a33a(0x492)]()[_0x56a33a(0x668)]):void 0x0,_0x202304=_0x246ade?_0x246ade[_0x56a33a(0x576)]/_0x246ade[_0x56a33a(0x35c)]:void 0x0,_0x61cb1=(_0x1ad7da=jm(_0x4fe6ff,_0x20390e['width'],_0x20390e[_0x56a33a(0x35c)]))==null?_0x202304?km(_0x20390e[_0x56a33a(0x576)],_0x20390e[_0x56a33a(0x35c)],_0x202304):void 0x0:_0x1ad7da;return(_0x20f245=Mm(_0x20390e,_0x6ab3c6[_0x56a33a(0x576)],_0x6ab3c6[_0x56a33a(0x35c)],_0x6ab3c6[_0x56a33a(0x239)],_0x61cb1))==null?_0x20390e[_0x56a33a(0x271)](_0x56a33a(0x67f)):_0x20f245;}catch{return;}}[_0x3f5fcc(0x2e6)](_0x3665fd){const _0x827e57=_0x3f5fcc;var _0x4bce0e;return(_0x4bce0e=this[_0x827e57(0x39e)]['getUnit'](_0x3665fd,_0x52a08f[_0x827e57(0x2f7)]))==null?void 0x0:_0x4bce0e;}[_0x3f5fcc(0x587)](_0x6b3ad1){const _0x358144=_0x3f5fcc;let _0x378b37=this['_renderManagerService'][_0x358144(0x23d)](_0x6b3ad1);if(_0x378b37)return _0x378b37;try{return this[_0x358144(0x32e)][_0x358144(0x347)](_0x6b3ad1);}catch{return;}}};Dm=Wa([Z(0x0,_0x4973db),Z(0x1,_0x1b124b)],Dm);function Om(_0x45ea93,_0x2cec70,_0x1e1438){const _0x35f650=_0x3f5fcc;if(typeof document>'u')return;let _0x448c4e=_0x45ea93[_0x35f650(0x634)],_0x5c56b0=_0x45ea93[_0x35f650(0x3a7)];if(!(_0x448c4e!=null&&_0x448c4e[_0x35f650(0x4b1)])||!_0x448c4e['resize'])return;let _0x2c58ad=document[_0x35f650(0x3f9)]('div');_0x2c58ad[_0x35f650(0x56f)][_0x35f650(0x21f)]=_0x35f650(0x59f),_0x2c58ad['style'][_0x35f650(0x4bf)]=_0x35f650(0x5f4),_0x2c58ad[_0x35f650(0x56f)][_0x35f650(0x5a9)]=_0x35f650(0x5f4),_0x2c58ad['style'][_0x35f650(0x576)]=Math[_0x35f650(0x20c)](0x1,Math[_0x35f650(0x26d)](_0x2cec70))+'px',_0x2c58ad[_0x35f650(0x56f)]['height']=Math[_0x35f650(0x20c)](0x1,Math[_0x35f650(0x26d)](_0x1e1438))+'px',_0x2c58ad[_0x35f650(0x56f)]['pointerEvents']=_0x35f650(0x5e1),_0x2c58ad[_0x35f650(0x5f2)][_0x35f650(0x193)]='true',document[_0x35f650(0x5b4)][_0x35f650(0x274)](_0x2c58ad);try{var _0x1a9b50,_0x3028be,_0x1fc7fa;return _0x448c4e[_0x35f650(0x4b1)](_0x2c58ad),_0x448c4e[_0x35f650(0x4da)](),_0x5c56b0==null||(_0x1a9b50=_0x5c56b0['makeDirty'])==null||_0x1a9b50[_0x35f650(0x3c8)](_0x5c56b0,!0x0),_0x5c56b0==null||(_0x3028be=_0x5c56b0[_0x35f650(0x218)])==null||_0x3028be[_0x35f650(0x3c8)](_0x5c56b0),(_0x1fc7fa=_0x448c4e[_0x35f650(0x38c)])==null?void 0x0:_0x1fc7fa['call'](_0x448c4e);}finally{_0x2c58ad[_0x35f650(0x631)]();}}function km(_0x1d7d93,_0x218cfe,_0x514ffe){const _0x27c12c=_0x3f5fcc;let _0x230286=Math[_0x27c12c(0x20c)](0x1,Math[_0x27c12c(0x26d)](_0x1d7d93)),_0x84bbbe=Math[_0x27c12c(0x20c)](0x1,Math[_0x27c12c(0x26d)](_0x218cfe));if(!Number[_0x27c12c(0x68b)](_0x514ffe)||_0x514ffe<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x230286,'sHeight':_0x84bbbe};if(_0x230286/_0x84bbbe>_0x514ffe){let _0x40d462=Math[_0x27c12c(0x26d)](_0x84bbbe*_0x514ffe);return{'sx':Math['max'](0x0,Math[_0x27c12c(0x26d)]((_0x230286-_0x40d462)/0x2)),'sy':0x0,'sWidth':_0x40d462,'sHeight':_0x84bbbe};}let _0x50e096=Math[_0x27c12c(0x26d)](_0x230286/_0x514ffe);return{'sx':0x0,'sy':Math[_0x27c12c(0x20c)](0x0,Math[_0x27c12c(0x26d)]((_0x84bbbe-_0x50e096)/0x2)),'sWidth':_0x230286,'sHeight':_0x50e096};}function Am(_0x30266d,_0x32d6c7,_0x3516d2,_0x286c60,_0x50a1ac){const _0x1c6969=_0x3f5fcc;if(typeof _0x3516d2[_0x1c6969(0x4bf)]!=_0x1c6969(0x1ec)||typeof _0x3516d2[_0x1c6969(0x5a9)]!=_0x1c6969(0x1ec)||typeof _0x3516d2[_0x1c6969(0x576)]!='number'||typeof _0x3516d2['height']!='number'||_0x3516d2[_0x1c6969(0x576)]<=0x0||_0x3516d2[_0x1c6969(0x35c)]<=0x0)return;let _0x5f4455=Math['max'](0x0,Math[_0x1c6969(0x26d)](_0x3516d2[_0x1c6969(0x4bf)]*_0x286c60)),_0x3e4b88=Math[_0x1c6969(0x20c)](0x0,Math['round'](_0x3516d2['top']*_0x50a1ac));return{'sx':_0x5f4455,'sy':_0x3e4b88,'sWidth':Math[_0x1c6969(0x56c)](Math['max'](0x1,Math[_0x1c6969(0x26d)](_0x3516d2[_0x1c6969(0x576)]*_0x286c60)),Math[_0x1c6969(0x20c)](0x1,Math['round'](_0x30266d-_0x5f4455))),'sHeight':Math['min'](Math[_0x1c6969(0x20c)](0x1,Math[_0x1c6969(0x26d)](_0x3516d2['height']*_0x50a1ac)),Math[_0x1c6969(0x20c)](0x1,Math[_0x1c6969(0x26d)](_0x32d6c7-_0x3e4b88)))};}function jm(_0x2fbd4f,_0x49b1ea,_0x59cfa8){const _0x3a8ae2=_0x3f5fcc;var _0xe14721,_0x59a91c,_0x4c4b42,_0x29ba68,_0x2ecb75,_0x2e739c;let _0x44cf15=_0x2fbd4f==null?void 0x0:_0x2fbd4f[_0x3a8ae2(0x3a7)],_0x4b26c0=_0x44cf15==null||(_0xe14721=_0x44cf15[_0x3a8ae2(0x52d)])==null?void 0x0:_0xe14721[_0x3a8ae2(0x3c8)](_0x44cf15,_0x1f52eb),_0x3789e7=_0x44cf15==null||(_0x59a91c=_0x44cf15['getAncestorScale'])==null?void 0x0:_0x59a91c[_0x3a8ae2(0x3c8)](_0x44cf15),_0x4d86a5=(_0x4c4b42=(_0x29ba68=_0x3789e7==null?void 0x0:_0x3789e7['scaleX'])==null?_0x44cf15==null?void 0x0:_0x44cf15['scaleX']:_0x29ba68)==null?0x1:_0x4c4b42,_0x242d31=(_0x2ecb75=(_0x2e739c=_0x3789e7==null?void 0x0:_0x3789e7[_0x3a8ae2(0x204)])==null?_0x44cf15==null?void 0x0:_0x44cf15['scaleY']:_0x2e739c)==null?_0x4d86a5:_0x2ecb75;return _0x4b26c0?Am(_0x49b1ea,_0x59cfa8,_0x4b26c0,_0x4d86a5,_0x242d31):void 0x0;}function Mm(_0x390f71,_0x310113,_0x1403fd,_0x242d23,_0xfb8a73){const _0x57e990=_0x3f5fcc;if(typeof document>'u'||!_0xfb8a73)return;let _0x49c2d7=document['createElement'](_0x57e990(0x210));_0x49c2d7[_0x57e990(0x576)]=Math['max'](0x1,Math[_0x57e990(0x26d)](_0x310113*Math[_0x57e990(0x20c)](0x1,_0x242d23||0x1))),_0x49c2d7[_0x57e990(0x35c)]=Math[_0x57e990(0x20c)](0x1,Math['round'](_0x1403fd*Math[_0x57e990(0x20c)](0x1,_0x242d23||0x1)));let _0x2c176a=null;try{_0x2c176a=_0x49c2d7['getContext']('2d');}catch{return;}if(_0x2c176a)return _0x2c176a[_0x57e990(0x387)](_0x390f71,_0xfb8a73['sx'],_0xfb8a73['sy'],_0xfb8a73[_0x57e990(0x2fa)],_0xfb8a73['sHeight'],0x0,0x0,_0x49c2d7[_0x57e990(0x576)],_0x49c2d7[_0x57e990(0x35c)]),_0x49c2d7[_0x57e990(0x271)]('image/png');}let Nm=class{constructor(_0x296548,_0xa7725a){const _0xa23761=_0x3f5fcc;this['_instanceService']=_0x296548,this['_renderManagerService']=_0xa7725a,K(this,_0xa23761(0x5ca),_0x52a08f['UNIVER_SLIDE']),K(this,'supportedLayouts',[_0xa23761(0x420)]);}[_0x3f5fcc(0x2de)](_0x438461){const _0x101832=_0x3f5fcc;var _0x3e85fe;let _0x26a2e5=this[_0x101832(0x2e6)](_0x438461['childUnitId']);if(!_0x26a2e5)return;(_0x3e85fe=_0x438461[_0x101832(0x296)])!=null&&_0x3e85fe[_0x101832(0x539)]&&_0x26a2e5[_0x101832(0x415)][_0x101832(0x33d)](_0x438461[_0x101832(0x296)][_0x101832(0x539)])&&_0x26a2e5[_0x101832(0x415)][_0x101832(0x458)](_0x438461[_0x101832(0x296)]['pageId']);let _0x12a383=io(Pm(_0x438461));if(!_0x12a383)return;let _0x1cd946=_0x438461['roots'][_0x101832(0x210)]?Yl(this['_renderManagerService'],_0x438461['childUnitId'],_0x12a383):void 0x0;if(!_0x1cd946){_0x12a383[_0x101832(0x5a6)]();return;}_0x438461['roots'][_0x101832(0x210)]&&(_0x438461[_0x101832(0x34b)]['canvas']['dataset']['embedChildRenderUnitId']=_0x438461['childUnitId'],_0x438461[_0x101832(0x34b)][_0x101832(0x210)][_0x101832(0x5f2)]['embedChildRenderMode']='slide-readonly-preview-shell');let _0x1b1fb2=Vc(_0x438461['roots'][_0x101832(0x45d)]);return _0x438461[_0x101832(0x34b)][_0x101832(0x45d)][_0x101832(0x5f2)][_0x101832(0x671)]=_0x438461[_0x101832(0x4e8)],_0x438461[_0x101832(0x34b)][_0x101832(0x45d)]['dataset'][_0x101832(0x530)]=_0x101832(0x5b8),_0x1b1fb2[_0x101832(0x218)](_0x23b3a2(jc,{'injector':_0x12a383,'mountContainer':_0x438461['roots'][_0x101832(0x3c3)],'embedId':_0x438461[_0x101832(0x332)],'children':_0x23b3a2(ym,{'unitId':_0x438461[_0x101832(0x4e8)],'render':_0x1cd946})})),_0x5b1d76(()=>{const _0x52d959=_0x101832;var _0xd1d2ff,_0x31f6cc,_0x4c9183,_0x1366bc;try{var _0x37a2df,_0x25ec55;_0x1cd946==null||(_0x25ec55=(_0x37a2df=_0x1cd946[_0x52d959(0x634)])[_0x52d959(0x31a)])==null||_0x25ec55[_0x52d959(0x3c8)](_0x37a2df);}catch{}(_0xd1d2ff=(_0x31f6cc=this[_0x52d959(0x32e)])['removeRender'])==null||_0xd1d2ff[_0x52d959(0x3c8)](_0x31f6cc,_0x438461['childUnitId']),Hc(_0x1b1fb2),_0x438461[_0x52d959(0x34b)][_0x52d959(0x45d)]['removeAttribute'](_0x52d959(0x40a)),_0x438461[_0x52d959(0x34b)]['content'][_0x52d959(0x1ca)]('data-embed-child-render-mode'),(_0x4c9183=_0x438461[_0x52d959(0x34b)][_0x52d959(0x210)])==null||_0x4c9183['removeAttribute']('data-embed-child-render-unit-id'),(_0x1366bc=_0x438461[_0x52d959(0x34b)]['canvas'])==null||_0x1366bc[_0x52d959(0x1ca)](_0x52d959(0x4b7)),_0x12a383[_0x52d959(0x5a6)]();});}[_0x3f5fcc(0x1a7)](_0xf78cb2){const _0x1254a5=_0x3f5fcc;var _0x16d81e,_0x2ed7a2,_0x5a8b7e;let _0x569c0d=this['_getSlideModel'](_0xf78cb2['childUnitId']);if(!_0x569c0d)return!0x1;let _0x297bb1=Math[_0x1254a5(0x4f2)](_0xf78cb2[_0x1254a5(0x3aa)]['deltaY'])>=Math['abs'](_0xf78cb2[_0x1254a5(0x3aa)][_0x1254a5(0x609)])?_0xf78cb2['event'][_0x1254a5(0x27c)]:_0xf78cb2[_0x1254a5(0x3aa)][_0x1254a5(0x609)];if(_0x297bb1===0x0)return!0x1;let _0x4a6306=Fm(_0x569c0d);if(_0x4a6306[_0x1254a5(0x203)]<0x2)return!0x0;let _0x4c4305=(_0x16d81e=(_0x2ed7a2=_0x569c0d['pageManager'][_0x1254a5(0x3ad)]())==null?void 0x0:_0x2ed7a2['getId']())==null?_0x4a6306[0x0]:_0x16d81e,_0x1a9d8d=Math['max'](0x0,_0x4a6306[_0x1254a5(0x63d)](_0x4c4305)),_0x3047d9=_0x4a6306[Math[_0x1254a5(0x20c)](0x0,Math['min'](_0x4a6306['length']-0x1,_0x1a9d8d+(_0x297bb1>0x0?0x1:-0x1)))];return!_0x3047d9||_0x3047d9===_0x4c4305?!0x0:(_0x569c0d[_0x1254a5(0x415)][_0x1254a5(0x458)](_0x3047d9),_0xf78cb2[_0x1254a5(0x404)]({'unitId':_0xf78cb2['childUnitId'],'pageId':_0x3047d9,'scaleMode':_0x1254a5(0x446),'zoomRatio':(_0x5a8b7e=_0x569c0d[_0x1254a5(0x42b)])==null?void 0x0:_0x5a8b7e[_0x1254a5(0x3c8)](_0x569c0d)}),!0x0);}[_0x3f5fcc(0x2e6)](_0x3aeae6){const _0x2c6457=_0x3f5fcc;var _0x290a48;return(_0x290a48=this['_instanceService'][_0x2c6457(0x212)](_0x3aeae6,_0x52a08f['UNIVER_SLIDE']))==null?void 0x0:_0x290a48;}};Nm=Wa([Z(0x0,_0x4973db),Z(0x1,_0x1b124b)],Nm);function Pm(_0x8fca90){const _0x1d2c05=_0x3f5fcc;let _0x2ce60a=()=>{};return{'descriptor':_0x8fca90['descriptor'],'layout':_0x8fca90[_0x1d2c05(0x570)],'injector':_0x8fca90[_0x1d2c05(0x2b3)],'hostElement':_0x8fca90['roots'][_0x1d2c05(0x3c3)],'container':_0x8fca90[_0x1d2c05(0x34b)][_0x1d2c05(0x3c3)],'hostUnitId':_0x8fca90[_0x1d2c05(0x489)],'embedId':_0x8fca90[_0x1d2c05(0x332)],'childUnitId':_0x8fca90[_0x1d2c05(0x4e8)],'childType':_0x8fca90['childType'],'renderScope':{'hostUnitId':_0x8fca90['hostUnitId'],'hostAnchorId':_0x8fca90[_0x1d2c05(0x3b1)]['hostAnchorId'],'embedId':_0x8fca90[_0x1d2c05(0x332)],'childUnitId':_0x8fca90[_0x1d2c05(0x4e8)],'childType':_0x8fca90[_0x1d2c05(0x5ca)],'layout':_0x8fca90[_0x1d2c05(0x570)],'mode':_0x1d2c05(0x593),'rootElement':_0x8fca90[_0x1d2c05(0x34b)][_0x1d2c05(0x3c3)],'contentRoot':_0x8fca90['roots'][_0x1d2c05(0x45d)],'canvasRoot':_0x8fca90[_0x1d2c05(0x34b)]['canvas'],'active$':_0x1e79ed(!0x1)},'runtimeScope':{'descriptor':_0x8fca90['descriptor'],'host':{'unitId':_0x8fca90[_0x1d2c05(0x489)],'type':_0x8fca90[_0x1d2c05(0x3b1)]['hostType'],'anchorId':_0x8fca90[_0x1d2c05(0x3b1)][_0x1d2c05(0x380)],'entry':_0x8fca90[_0x1d2c05(0x3b1)][_0x1d2c05(0x4f3)],'layout':_0x1d2c05(0x593)},'child':{'unitId':_0x8fca90[_0x1d2c05(0x4e8)],'type':_0x8fca90[_0x1d2c05(0x5ca)]},'injector':_0x8fca90['injector'],'roots':{'root':_0x8fca90[_0x1d2c05(0x34b)][_0x1d2c05(0x3c3)],'content':_0x8fca90[_0x1d2c05(0x34b)]['content'],'canvas':_0x8fca90[_0x1d2c05(0x34b)][_0x1d2c05(0x210)],'overlay':_0x8fca90[_0x1d2c05(0x34b)]['root'],'popup':_0x8fca90[_0x1d2c05(0x34b)][_0x1d2c05(0x3c3)]},'activate':_0x2ce60a,'deactivate':_0x2ce60a,'dispose':_0x2ce60a}};}function Fm(_0x5395ae){const _0x2fabae=_0x3f5fcc;var _0x390366,_0xb3d554,_0x559373,_0x2d456c;let _0x53ec0c=(_0x390366=_0x5395ae['getSnapshot'])==null?void 0x0:_0x390366['call'](_0x5395ae)[_0x2fabae(0x5ea)];return Array[_0x2fabae(0x4b9)](_0x53ec0c)&&_0x53ec0c[_0x2fabae(0x203)]>0x0?_0x53ec0c:(_0xb3d554=(_0x559373=(_0x2d456c=_0x5395ae[_0x2fabae(0x415)])[_0x2fabae(0x1b0)])==null?void 0x0:_0x559373[_0x2fabae(0x3c8)](_0x2d456c)[_0x2fabae(0x533)](_0x3a19b4=>_0x3a19b4[_0x2fabae(0x561)]())['filter'](Boolean))==null?[]:_0xb3d554;}function Im(_0x348231){const _0x4e9d6d=_0x3f5fcc;au(_0x348231,_0x4e9d6d(0x583),Lm);}function Lm(_0x5d7731){const _0x212a8c=_0x3f5fcc;let _0x5f1ab9=_0x5d7731['get'](_0x41cd9),_0x10e607=_0x5d7731[_0x212a8c(0x613)](Yo),_0x396a81=_0x5d7731['get'](qo),_0x39ea91=_0x5d7731[_0x212a8c(0x613)](Pa),_0x19c53f=_0x5d7731[_0x212a8c(0x613)](Jo),_0x302e66=_0x5d7731[_0x212a8c(0x613)](os),_0x407a7e=_0x5d7731['get'](us),_0x2a46e1=_0x5d7731['get'](nu),_0x354bf1=_0x5d7731[_0x212a8c(0x4ec)](_0x15cc4a)?_0x5d7731[_0x212a8c(0x613)](_0x15cc4a):void 0x0,_0x28ed6b=_0x5d7731[_0x212a8c(0x4ec)](_0x4973db)?_0x5d7731[_0x212a8c(0x613)](_0x4973db):void 0x0;_0x5d7731[_0x212a8c(0x4ec)](_0x48c9ac)||_0x5d7731[_0x212a8c(0x3d8)]([_0x48c9ac,{'useFactory':()=>Rm({'embedModelService':_0x5d7731[_0x212a8c(0x613)](_0xe2ce8c),'mountService':_0x5d7731[_0x212a8c(0x613)](ts),'activationService':_0x5d7731[_0x212a8c(0x613)](is),'sceneCanvasCaptureService':_0x5d7731[_0x212a8c(0x4ec)](Zo)?_0x5d7731[_0x212a8c(0x613)](Zo):void 0x0})}]),_0x5d7731['has'](_0x5ccb9c)||_0x5d7731['add']([_0x5ccb9c,{'useFactory':()=>_0x5d7731['get'](q)}]),_0x5d7731['has'](_0x25c733)||_0x5d7731[_0x212a8c(0x3d8)]([_0x25c733,{'useFactory':()=>_0x5d7731['get'](ts)}]),_0x5d7731[_0x212a8c(0x4ec)](_0x3cdfdf)||_0x5d7731['add']([_0x3cdfdf,{'useFactory':()=>_0x5d7731[_0x212a8c(0x613)](is)}]),_0x5d7731[_0x212a8c(0x4ec)](_0x2c12bf)||_0x5d7731[_0x212a8c(0x3d8)]([_0x2c12bf,{'useFactory':()=>_0x5d7731[_0x212a8c(0x613)](_0x31b7e8)}]),_0x5d7731[_0x212a8c(0x4ec)](_0x3f11a5)||_0x5d7731['add']([_0x3f11a5,{'useFactory':()=>_0x5d7731[_0x212a8c(0x613)](X)}]),_0x5d7731[_0x212a8c(0x4ec)](_0x54c501)||_0x5d7731['add']([_0x54c501,{'useFactory':()=>({'render':_0x1b4622=>_0x546c84(Ss,{..._0x1b4622,'data':_0x1b4622[_0x212a8c(0x37b)]})})}]),[_0x9f9550(_0x354bf1,_0x28ed6b,()=>_0x5d7731['has'](_0x596ec5)?_0x5d7731[_0x212a8c(0x613)](_0x596ec5):void 0x0),um(_0x354bf1,_0x28ed6b,_0x5d7731['get'](_0x48c9ac))]['forEach'](_0x51f20e=>{const _0x5ed6b7=_0x212a8c;_0x5f1ab9[_0x5ed6b7(0x613)](_0x51f20e[_0x5ed6b7(0x484)],_0x51f20e[_0x5ed6b7(0x4f3)])||_0x5f1ab9[_0x5ed6b7(0x4aa)](_0x51f20e);}),[dm(),fm()][_0x212a8c(0x3e7)](_0x3649d1=>{const _0xaa8923=_0x212a8c;_0x10e607[_0xaa8923(0x613)](_0x3649d1[_0xaa8923(0x484)],_0x3649d1[_0xaa8923(0x4f3)])||_0x10e607['register'](_0x3649d1);});let _0x3241e7=Cm();_0x396a81['get'](_0x3241e7[_0x212a8c(0x5ca)])||_0x396a81[_0x212a8c(0x4aa)](_0x3241e7);let _0x587f4d=nm();_0x39ea91[_0x212a8c(0x613)](_0x587f4d[_0x212a8c(0x5ca)])||_0x39ea91[_0x212a8c(0x4aa)](_0x587f4d),cm()[_0x212a8c(0x3e7)](_0x4ed4b8=>{const _0x19760e=_0x212a8c;_0x19c53f[_0x19760e(0x262)](_0x4ed4b8['hostType'],_0x4ed4b8[_0x19760e(0x4f3)],_0x4ed4b8[_0x19760e(0x5ca)])||_0x19c53f[_0x19760e(0x4aa)](_0x4ed4b8);}),_0x302e66[_0x212a8c(0x1e5)](_0x5d7731[_0x212a8c(0x3d0)](Dm)),_0x407a7e[_0x212a8c(0x613)](_0x52a08f['UNIVER_SLIDE'])||_0x407a7e[_0x212a8c(0x4aa)](hm()),_0x2a46e1[_0x212a8c(0x613)](_0x52a08f[_0x212a8c(0x2f7)])||_0x2a46e1['register'](_0x5d7731['createInstance'](Nm));}function Rm(_0x208532){const _0x7fabe9=_0x3f5fcc;let _0x52fc84=_0x1860d4=>{const _0x5a636d=_0x2e56;if(typeof _0x1860d4=='string')return _0x1860d4;if(_0x1860d4 instanceof HTMLCanvasElement)try{return _0x1860d4['toDataURL'](_0x5a636d(0x67f));}catch{return;}};return{'mountPageList':_0x3c4ece=>{const _0x227b24=_0x2e56;var _0x202444,_0x1e4283;let _0x47e3c0={'embedId':_0x3c4ece[_0x227b24(0x332)],'hostUnitId':_0x3c4ece[_0x227b24(0x489)],'hostType':_0x52a08f['UNIVER_SLIDE'],'entry':'slides-page-list-block','hostAnchorId':_0x3c4ece[_0x227b24(0x380)],'childUnitId':_0x3c4ece[_0x227b24(0x4e8)],'childType':_0x3c4ece['childType'],'source':{'unitType':_0x3c4ece[_0x227b24(0x5ca)],'ref':{'file':{'kind':_0x227b24(0x4ba)},'unit':{'selector':_0x3c4ece['childUnitId'],'type':_0x33fc70(_0x3c4ece[_0x227b24(0x5ca)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x227b24(0x1ed),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x1bc644=(_0x202444=(_0x1e4283=_0x208532['mountService'])[_0x227b24(0x4d2)])==null?void 0x0:_0x202444[_0x227b24(0x3c8)](_0x1e4283,_0x3c4ece[_0x227b24(0x332)]);return(_0x1bc644==null?void 0x0:_0x1bc644[_0x227b24(0x489)])===_0x3c4ece[_0x227b24(0x489)]&&_0x1bc644[_0x227b24(0x4f3)]===_0x227b24(0x3da)&&_0x1bc644['childUnitId']===_0x3c4ece[_0x227b24(0x4e8)]?(_0x208532['activationService'][_0x227b24(0x566)](_0x47e3c0),_0x5b1d76(()=>{})):(_0x208532[_0x227b24(0x213)][_0x227b24(0x2de)](_0x47e3c0),_0x208532[_0x227b24(0x3e4)]['activateTab'](_0x47e3c0),_0x5b1d76(()=>{const _0x906bbd=_0x227b24;_0x208532['activationService'][_0x906bbd(0x63f)](_0x3c4ece[_0x906bbd(0x332)]),_0x208532['mountService']['unmount'](_0x3c4ece['embedId']);}));},'mountFloatingObject':_0x850647=>{const _0x130fef=_0x2e56;var _0x1d9df8;let _0x1815ef=(_0x1d9df8=_0x208532[_0x130fef(0x314)][_0x130fef(0x2dc)](_0x850647['hostUnitId'],_0x850647[_0x130fef(0x332)]))==null?{'embedId':_0x850647['embedId'],'hostUnitId':_0x850647[_0x130fef(0x489)],'hostType':_0x52a08f[_0x130fef(0x2f7)],'entry':'slides-floating-object','hostAnchorId':_0x850647['hostAnchorId'],'childUnitId':_0x850647['childUnitId'],'childType':_0x850647['childType'],'source':{'unitType':_0x850647[_0x130fef(0x5ca)],'ref':{'file':{'kind':_0x130fef(0x4ba)},'unit':{'selector':_0x850647[_0x130fef(0x4e8)],'type':_0x33fc70(_0x850647['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x130fef(0x2d9),'fullscreen':!0x0},'tab':!0x1}}:_0x1d9df8;return _0x208532[_0x130fef(0x213)][_0x130fef(0x417)](_0x1815ef,_0x850647['hostElement']),_0x5b1d76(()=>{const _0x1ef84e=_0x130fef;_0x208532[_0x1ef84e(0x213)][_0x1ef84e(0x31a)](_0x850647[_0x1ef84e(0x332)]);});},'clearAndUnmount':_0x39939d=>{const _0x4a283f=_0x2e56;_0x208532[_0x4a283f(0x3e4)][_0x4a283f(0x63f)](_0x39939d),_0x208532[_0x4a283f(0x213)]['unmount'](_0x39939d);},'unmountFloatingSessions':_0x4c4948=>{const _0x51d24f=_0x2e56;_0x208532[_0x51d24f(0x213)]['listSessions']()[_0x51d24f(0x345)](_0x4d92f2=>_0x4d92f2['hostUnitId']===_0x4c4948&&_0x4d92f2[_0x51d24f(0x4f3)]===_0x51d24f(0x4c6))[_0x51d24f(0x3e7)](_0x11dfd4=>_0x208532[_0x51d24f(0x213)]['unmount'](_0x11dfd4[_0x51d24f(0x332)]));},'listSessions':()=>_0x208532['mountService']['listSessions']()[_0x7fabe9(0x533)](_0x2472d2=>({'embedId':_0x2472d2[_0x7fabe9(0x332)],'hostUnitId':_0x2472d2[_0x7fabe9(0x489)],'entry':_0x2472d2[_0x7fabe9(0x4f3)],'childType':_0x2472d2[_0x7fabe9(0x5ca)],'childUnitId':_0x2472d2[_0x7fabe9(0x4e8)]})),'capturePreviewByHostAnchorId':async _0xd86f4b=>{const _0x179b8e=_0x7fabe9;var _0x59132c;return _0x52fc84(await((_0x59132c=_0x208532[_0x179b8e(0x594)])==null?void 0x0:_0x59132c[_0x179b8e(0x44e)](_0xd86f4b)));}};}function zm(_0x27f7d2){bf(_0x27f7d2),Gp(_0x27f7d2),Im(_0x27f7d2),Pd(_0x27f7d2);}function Bm(){return[];}let Vm=class{constructor(_0x356e9d,_0x3ae897){const _0x2233b0=_0x3f5fcc;this['_focusOwnerService']=_0x356e9d,this[_0x2233b0(0x5e3)]=_0x3ae897;}['pushUndoRedoForChild'](_0x33d01f){const _0x3e3ccc=_0x3f5fcc;let _0xc76b4c=this['resolveStackUnitId'](_0x33d01f[_0x3e3ccc(0x256)]);return this['_undoRedoService'][_0x3e3ccc(0x663)]({..._0x33d01f,'unitID':_0xc76b4c}),{'stackUnitId':_0xc76b4c,'routedToHost':_0xc76b4c!==_0x33d01f['unitID']};}[_0x3f5fcc(0x64d)](_0x3bc15f){const _0x502f7b=_0x3f5fcc;let _0x1a7eac=this[_0x502f7b(0x439)][_0x502f7b(0x337)]();return!_0x1a7eac||_0x1a7eac[_0x502f7b(0x4e8)]!==_0x3bc15f?_0x3bc15f:_0x1a7eac['hostUnitId'];}};Vm=Wa([Z(0x0,_0x359774(_0x31b7e8)),Z(0x1,_0x3edbd1)],Vm);let Hm=class extends _0x21f805{constructor(_0x4f7863=Fc,_0x241f74,_0x528e43){const _0x41697b=_0x3f5fcc;super(),this[_0x41697b(0x62e)]=_0x4f7863,this[_0x41697b(0x4df)]=_0x241f74,this['_configService']=_0x528e43;let {..._0x13d6de}=_0x79071({},Fc,this[_0x41697b(0x62e)]);this[_0x41697b(0x59d)]['setConfig'](Pc,_0x13d6de),this[_0x41697b(0x2dd)]();}[_0x3f5fcc(0x307)](){const _0x1e956b=_0x3f5fcc;this[_0x1e956b(0x26e)](),this[_0x1e956b(0x4d4)](),this[_0x1e956b(0x3e6)](),this['_registerProductMenus'](),this[_0x1e956b(0x5e0)](),this['_registerFloatingMenus'](),this[_0x1e956b(0x1eb)](),this[_0x1e956b(0x644)]();}['onReady'](){const _0xf5360e=_0x3f5fcc;this[_0xf5360e(0x5e0)]();}['_registerServices'](){const _0x3397d7=_0x3f5fcc;[[Yo],[ls],[Za],[is],[qo],[Pa],[q],[ss],[Jo],[os],[Hl],[cs],[Fa],[Ua],[Rl],[zl],[Il],[ts],[Xo],[ds],[us],[fl],[nu],[to],[X],[Zo],[Vm]][_0x3397d7(0x3e7)](_0x52f345=>this[_0x3397d7(0x4df)][_0x3397d7(0x3d8)](_0x52f345)),this[_0x3397d7(0x4df)][_0x3397d7(0x4ec)](_0x27fe63)||this[_0x3397d7(0x4df)]['add']([_0x27fe63,{'useFactory':()=>this['_injector'][_0x3397d7(0x613)](Ua)}]),this['_injector']['has'](_0x1d35a3)||this[_0x3397d7(0x4df)][_0x3397d7(0x3d8)]([_0x1d35a3,{'useFactory':()=>this[_0x3397d7(0x4df)][_0x3397d7(0x613)](X)}]),this[_0x3397d7(0x4df)]['has'](_0x4d7cf2)||this[_0x3397d7(0x4df)][_0x3397d7(0x3d8)]([_0x4d7cf2,{'useFactory':()=>this[_0x3397d7(0x4df)][_0x3397d7(0x613)](Ua)}]),this[_0x3397d7(0x4df)][_0x3397d7(0x4ec)](_0x171b17)||this[_0x3397d7(0x4df)][_0x3397d7(0x3d8)]([_0x171b17,{'useFactory':()=>this[_0x3397d7(0x4df)][_0x3397d7(0x613)](X)}]),this['_injector']['has'](_0x2b6571)||this[_0x3397d7(0x4df)][_0x3397d7(0x3d8)]([_0x2b6571,{'useFactory':()=>this[_0x3397d7(0x4df)][_0x3397d7(0x613)](ss)}]);}[_0x3f5fcc(0x4af)](){const _0x2a05d4=_0x3f5fcc;Vl(this[_0x2a05d4(0x4df)])[_0x2a05d4(0x3e7)](_0xd85e74=>this[_0x2a05d4(0x61d)](_0xd85e74));}[_0x3f5fcc(0x2dd)](){const _0x273a18=_0x3f5fcc;if(!this[_0x273a18(0x4df)][_0x273a18(0x4ec)](_0x4d7669))return;let _0x5cfb4f=this[_0x273a18(0x4df)]['get'](_0x4d7669);[_0x3f68e3,_0x29cd6e,_0x3209ad,_0x33c6ea,...Lf][_0x273a18(0x3e7)](_0x568686=>{const _0x27eae0=_0x273a18;try{_0x5cfb4f[_0x27eae0(0x23e)](_0x568686);}catch(_0x10ee8c){if(!Um(_0x10ee8c,_0x568686['pluginName']))throw _0x10ee8c;}});}[_0x3f5fcc(0x3e6)](){zm(this['_injector']);}['_flushPendingContributions'](){const _0x2abcf1=_0x3f5fcc;ou(this[_0x2abcf1(0x4df)]),ll(this[_0x2abcf1(0x4df)]),Ja(this[_0x2abcf1(0x4df)]);}['_registerFloatingMenus'](){const _0x5c24cc=_0x3f5fcc;var _0x57d38d;let _0x19fc42=this[_0x5c24cc(0x4df)][_0x5c24cc(0x613)](Jo);((_0x57d38d=this[_0x5c24cc(0x62e)][_0x5c24cc(0x48f)])==null?void 0x0:_0x57d38d['floatingMenus'])!==!0x1&&Bm()[_0x5c24cc(0x3e7)](_0x592878=>{const _0xc5bf17=_0x5c24cc;_0x19fc42[_0xc5bf17(0x262)](_0x592878[_0xc5bf17(0x484)],_0x592878[_0xc5bf17(0x4f3)],_0x592878[_0xc5bf17(0x5ca)])||_0x19fc42[_0xc5bf17(0x4aa)](_0x592878);});}[_0x3f5fcc(0x1eb)](){_0x529282(this['_injector'],[[Yo],[ls],[Za],[is],[qo],[Pa],[q],[Jo],[os],[Hl],[cs],[Fa],[Rl],[zl],[Il],[ts],[Xo],[ds],[us],[fl],[nu],[to],[X],[Zo],[Vm]]);}[_0x3f5fcc(0x644)](){const _0xa83209=_0x3f5fcc;var _0x23f996;((_0x23f996=this['_config'][_0xa83209(0x48f)])==null?void 0x0:_0x23f996[_0xa83209(0x3bc)])!==!0x1&&this[_0xa83209(0x4df)][_0xa83209(0x4ec)](_0x5f1097)&&this[_0xa83209(0x61d)](this[_0xa83209(0x4df)][_0xa83209(0x613)](_0x5f1097)[_0xa83209(0x3cd)](_0x1038e2[_0xa83209(0x4cc)],()=>Cl));}['_enableEmbedUnitLeasePolicy'](){const _0xfe14ab=_0x3f5fcc;this[_0xfe14ab(0x4df)][_0xfe14ab(0x613)](_0x49680c)['enableExclusivePolicy']();}};K(Hm,_0x3f5fcc(0x3be),_0x3f5fcc(0x33e)),K(Hm,_0x3f5fcc(0x30a),Ic),K(Hm,'version',Lc),K(Hm,_0x3f5fcc(0x28c),_0x52a08f['UNIVER_UNKNOWN']),Hm=Wa([_0xa3ff52(_0x32524a),Z(0x1,_0x359774(_0xbdc958)),Z(0x2,_0x5dcf41)],Hm);function Um(_0x423dec,_0x4f0537){const _0x1cc799=_0x3f5fcc;return _0x423dec instanceof Error&&_0x423dec[_0x1cc799(0x5b3)][_0x1cc799(0x33b)](_0x1cc799(0x39f))&&_0x423dec[_0x1cc799(0x5b3)]['includes']('\x22'+_0x4f0537+'\x22');}const Wm=_0x3f5fcc(0x45a);function Gm(_0x1a0006){const _0x349827=_0x3f5fcc;var _0x395064,_0x1b583c,_0x36b5f2,_0x179392,_0x5a6ff2;if(!_0x1a0006)return;let _0x4fbfb3=(_0x395064=(_0x1b583c=_0x1a0006[_0x349827(0x4e5)](_0x349827(0x1aa)))==null?void 0x0:_0x1b583c[_0x349827(0x506)](_0x349827(0x602)))==null?void 0x0:_0x395064,_0x13d145=qm(_0x1a0006,_0x4fbfb3),_0x54fbd9=(_0x36b5f2=_0x13d145==null?void 0x0:_0x13d145[_0x349827(0x506)](_0x349827(0x5ed)))==null?_0x4fbfb3:_0x36b5f2;if(_0x54fbd9)return{'embedId':_0x54fbd9,'hostUnitId':(_0x179392=_0x13d145==null?void 0x0:_0x13d145[_0x349827(0x506)](_0x349827(0x3a0)))==null?void 0x0:_0x179392,'childUnitId':(_0x5a6ff2=_0x13d145==null?void 0x0:_0x13d145[_0x349827(0x506)](_0x349827(0x37f)))==null?void 0x0:_0x5a6ff2,'childType':Ym(_0x13d145)};}function Km(_0x47417b=document){const _0x520165=_0x3f5fcc;let _0x4dcd72=_0x47417b[_0x520165(0x2e2)]('['+Wm+_0x520165(0x448));if(_0x4dcd72)return Gm(_0x4dcd72);}function qm(_0x354e5c,_0x57fb6d){const _0x498da5=_0x3f5fcc;var _0x59c0d9,_0x581a0b;let _0x3a0081=_0x354e5c==null?void 0x0:_0x354e5c[_0x498da5(0x4e5)]('['+Wm+'=\x22true\x22]');if(_0x3a0081&&(!_0x57fb6d||_0x3a0081[_0x498da5(0x506)]('data-embed-id')===_0x57fb6d))return _0x3a0081;let _0x4423c8=(_0x59c0d9=_0x354e5c==null?void 0x0:_0x354e5c[_0x498da5(0x53b)])==null?typeof document>'u'?void 0x0:document:_0x59c0d9;return!_0x4423c8||!_0x57fb6d?_0x3a0081==null?void 0x0:_0x3a0081:(_0x581a0b=_0x4423c8[_0x498da5(0x2e2)]('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+Jm(_0x57fb6d)+'\x22]'))==null?void 0x0:_0x581a0b;}function Jm(_0x2c2590){const _0x5a4da4=_0x3f5fcc;return _0x2c2590[_0x5a4da4(0x357)](/\\/g,'\x5c\x5c')[_0x5a4da4(0x357)](/"/g,'\x5c\x22');}function Ym(_0x529936){const _0x480506=_0x3f5fcc;let _0x317c8c=_0x529936==null?void 0x0:_0x529936[_0x480506(0x506)](_0x480506(0x221));if(!(_0x317c8c==null||_0x317c8c===''))return Number(_0x317c8c);}export{$o as EMBED_DUPLICATE_CHILD_UNIT_ERROR_CODE,J as EMBED_INTERACTION_BOUNDARY_OWNER_ATTRIBUTE,Y as EMBED_RUNTIME_FOCUS_ROLE_ATTRIBUTE,Pc as EMBED_UI_PLUGIN_CONFIG_KEY,is as EmbedActivationService,Pa as EmbedBlockRegistryService,Za as EmbedChildProductPluginRegistryService,qo as EmbedChildViewRegistryService,Hl as EmbedContentSizeRegistryService,es as EmbedDuplicateChildUnitError,Ss as EmbedFloatDomRenderer,os as EmbedFloatPreviewService,q as EmbedFloatingActiveService,ss as EmbedFloatingGeometryService,Jo as EmbedFloatingMenuRegistryService,cs as EmbedFullscreenService,Aa as EmbedHostChromeMode,Yo as EmbedHostContainerRegistryService,Fa as EmbedHostMenuOverrideService,ls as EmbedHostRestoreService,Ua as EmbedInteractionBoundaryService,ts as EmbedMountService,Xo as EmbedOverlayRootService,us as EmbedPassiveViewportRegistryService,ds as EmbedPassiveWheelHandlerRegistryService,fl as EmbedProductMenuRegistryService,nu as EmbedReadonlyPreviewRegistryService,X as EmbedRuntimeFocusCoordinator,to as EmbedRuntimePolicyService,jc as EmbedRuntimeProviders,Zo as EmbedSceneCanvasCaptureService,Zo as EmbedScreenshotService,Hm as UniverEmbedUIPlugin,Qo as captureEmbedContextCanvasScreenshot,Yl as createEmbedChildRender,Ho as createEmbedChildRuntimeScope,io as createEmbedChildUnitScopedInjector,du as createEmbedNoHeaderBlockContribution,$u as createEmbedProductFloatingMenuContributions,Vc as createEmbedReactRoot,Ql as createEmbedRenderCanvasPreviewProvider,lu as createEmbedRibbonBlockContribution,ao as createEmbedScopedConfigInjector,vo as createEmbedScopedInjector,Fc as defaultEmbedUIPluginConfig,Hc as disposeEmbedReactRoot,Ja as flushPendingEmbedChildProductPluginContributions,ou as flushPendingEmbedUIContributions,Ha as isEventTargetInSameEmbedInteractionBoundary,Ul as mountEmbedRenderChildUnit,Gl as observeEmbedRenderTargetResize,Zl as refreshEmbedChildRender,qa as registerEmbedChildProductPluginContribution,cl as registerEmbedProductMenuContribution,au as registerEmbedUIContribution,Km as resolveActiveEmbedRuntimeDomScope,Qu as resolveEmbedFloatingMenuRoot,Sa as resolveEmbedFloatingMenuStage,Gm as resolveEmbedRuntimeDomScope,Ra as runWithEmbedChildProductCurrentUnit,qd as scrollSceneViewportPassive,as as shouldPassDocsStickyVerticalWheelToHost};