@univerjs-pro/embed-ui 1.0.0-alpha.6 → 1.0.0-alpha.8

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 (98) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +0 -49
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/common/embed-float-interaction-policy.d.ts +0 -2
  63. package/lib/types/common/embed-overlay-layers.d.ts +4 -0
  64. package/lib/types/components/EmbedFloatDomRenderer.d.ts +8 -1
  65. package/lib/types/components/EmbedRuntimeProviders.d.ts +1 -0
  66. package/lib/types/products/bases/EmbedChildView.d.ts +5 -2
  67. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +0 -6
  68. package/lib/types/products/docs/docs-custom-block-layout.d.ts +5 -0
  69. package/lib/types/products/sheets/EmbedBlock.d.ts +4 -1
  70. package/lib/types/products/sheets/register.d.ts +1 -1
  71. package/lib/types/products/slides/EmbedChildView.d.ts +5 -1
  72. package/lib/types/services/embed-activation.service.d.ts +4 -5
  73. package/lib/types/services/embed-display-target-sync.d.ts +6 -0
  74. package/lib/types/services/embed-floating-menu-root.d.ts +5 -1
  75. package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +1 -0
  76. package/lib/types/services/embed-runtime-scope-dom.d.ts +2 -1
  77. package/lib/types/types/embed-ui.d.ts +1 -0
  78. package/lib/umd/index.js +1 -1
  79. package/lib/umd/locale/ar-SA.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -1
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -1
  87. package/lib/umd/locale/it-IT.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -1
  91. package/lib/umd/locale/pt-BR.js +1 -1
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -1
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +36 -34
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x5549(){const _0x54f37e=['getFocusedUnit','unitId','doc-width-scale','divider-layout','M13.7841\x201.80029C14.1155\x201.80029\x2014.3841\x202.06892\x2014.3841\x202.40029V14.0003C14.3841\x2014.3317\x2014.1155\x2014.6003\x2013.7841\x2014.6003C13.4527\x2014.6003\x2013.1841\x2014.3317\x2013.1841\x2014.0003V8.60259H7.13467C6.8033\x208.60259\x206.53467\x208.33396\x206.53467\x208.00259C6.53467\x207.67122\x206.8033\x207.40259\x207.13467\x207.40259H13.1841V2.40029C13.1841\x202.06892\x2013.4527\x201.80029\x2013.7841\x201.80029Z','OpenBaseRecordDetailPanelOperation','add','embed-ui.boardsFloating.resetZoom','grip-horizontal-icon','image','getActiveSheet','OverflowIcon','_embedModelService','getSlide','_getActiveOwnedRuntimeFocusInfo','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','openSearch','hasCommand','bold','docsLeft','missing-descriptor','identifier','[data-embed-floating-menu-popup=\x22true\x22]','_ownedEmbedAppliesToChildUnit','merge-all-icon','univer-h-8\x20univer-w-full\x20univer-px-2','more-down-icon','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','mounting','M7.9999\x200.733398C8.33127\x200.733398\x208.5999\x201.00203\x208.5999\x201.3334V4.55137L9.57564\x203.57564C9.80995\x203.34132\x2010.1899\x203.34132\x2010.4242\x203.57564C10.6585\x203.80995\x2010.6585\x204.18985\x2010.4242\x204.42417L8.42417\x206.42417C8.18985\x206.65848\x207.80995\x206.65848\x207.57564\x206.42417L5.57564\x204.42417C5.34132\x204.18985\x205.34132\x203.80995\x205.57564\x203.57564C5.80995\x203.34132\x206.18985\x203.34132\x206.42417\x203.57564L7.3999\x204.55137V1.3334C7.3999\x201.00203\x207.66853\x200.733398\x207.9999\x200.733398Z','DocsCustomBlock','[data-embed-float-drag-handle=\x22true\x22]','_ownedRuntimeFocusAppliesToHost','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','_isBodyPortalCandidate','font-color-double-icon','render','restoreViewState','_exited$','registerItem','cycle','UniverProSheetsPrint','_floatingHostFocusRestorers','registerContext','521852xVGZiK','DesktopRibbonService','string','_ribbonOverrideService','floating-stage','className','closest','records','hasRecentInteractionFor','ActivateBaseTableOperation','document','contextChanged$','get','BOARDS_UI_PLUGIN_CONFIG_KEY','removeChild','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','M2.46621\x202.73315C2.79758\x202.73315\x203.06621\x203.00178\x203.06621\x203.33315V12.6665C3.06621\x2012.9979\x202.79758\x2013.2665\x202.46621\x2013.2665C2.13484\x2013.2665\x201.86621\x2012.9979\x201.86621\x2012.6665V3.33315C1.86621\x203.00178\x202.13484\x202.73315\x202.46621\x202.73315Z','_queue','hostElement','activated$','univer-pointer-events-none','data-embed-content-root','M1.1387\x2010.8773L1.13878\x2012.6773C1.13883\x2013.6162\x201.89994\x2014.3772\x202.8388\x2014.3772L5.90638\x2014.3772L5.91296\x2014.3772L5.91955\x2014.3772L10.0775\x2014.3772C10.0806\x2014.3772\x2010.0837\x2014.3772\x2010.0868\x2014.3772C10.0899\x2014.3772\x2010.093\x2014.3772\x2010.0961\x2014.3772L13.1607\x2014.3772C14.0996\x2014.3771\x2014.8607\x2013.616\x2014.8607\x2012.6772V10.8772C14.8607\x209.93836\x2014.0996\x209.17725\x2013.1607\x209.17725H2.8387C1.89978\x209.17725\x201.13865\x209.93841\x201.1387\x2010.8773ZM9.48679\x2010.3772H6.51296V13.1772L9.48679\x2013.1772V10.3772ZM10.6868\x2013.1772V10.3772H13.1607C13.4369\x2010.3772\x2013.6607\x2010.6011\x2013.6607\x2010.8772V12.6772C13.6607\x2012.9533\x2013.4369\x2013.1771\x2013.1607\x2013.1772L10.6868\x2013.1772ZM5.31296\x2013.1772V10.3772H2.8387C2.56254\x2010.3772\x202.33868\x2010.6011\x202.3387\x2010.8773L2.33878\x2012.6773C2.33879\x2012.9534\x202.56265\x2013.1772\x202.83879\x2013.1772L5.31296\x2013.1772Z','_mountService','ignoreOwners','apply','drawing','getId','_getChildSessionPriority','defIds','parentNode','check-mark-icon','_isDetachedOffscreenPortalCandidate','IContextService','[data-u-comp=\x22headerbar\x22]','data-embed-floating-menu-entry','CellPopupManagerService','M2.5999\x202.2001C2.5999\x201.86873\x202.33127\x201.6001\x201.9999\x201.6001C1.66853\x201.6001\x201.3999\x201.86873\x201.3999\x202.2001V13.8001C1.3999\x2014.1315\x201.66853\x2014.4001\x201.9999\x2014.4001C2.33127\x2014.4001\x202.5999\x2014.1315\x202.5999\x2013.8001V2.2001Z','GRID_ADD_RECORD_ROW_HEIGHT','passThroughInteractionGate','identifier:univer.ribbon-service','_entriesByEmbedId','bold-icon','_registerChildFocusBridge','selector','getUnitId','univer-min-w-0\x20univer-truncate\x20univer-text-left','idSuffix','setDocsCustomBlockRenderViewportProvider','length','commandService','ColorPicker','getUnitCreateOptions','doc-flow','hostFloatDomLayout$','IBaseEmbedFloatingActiveService','BuiltInUIPart','filter','UniverProBasesUi','updateViewState','OpenBaseActiveEditorOperation','Select\x20page','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','disabled$','canMount','toString','divider-format-tools','roots','arrow-right-icon','pageId','GLOBAL','DOCS_UI_PLUGIN_CONFIG_KEY','_removeRuntimeFocusRoleTree','disable','registerCommand','small','cancelEditing','image/png','DesktopSidebarService','createDocsCustomBlockSizeRefreshScheduler','hostAnchorId','RibbonViewGroup','univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','embed-ui.basesFloating.viewSettings.addView','restoreEmbed','8px','_isOwnedBoundaryElement','54EikSEE','viewportPanOffset','restoreService','activateFullscreen','hasAnyChildInteractionLease','activate','trailing','executeCommand','data-embed-slides-floating-object-host','content','univer-text-primary-600','_runtimePolicyService','pending','_activeDragCleanup','error','childUnit','getBaseCanvasRoot','data-embed-id','contentRoot','parseResourceRef','base-embed-view-panel','setActivatedTab','ready','root','DocFloatMenuService','IBoardElementStateService','_rootsByEmbedId','M1.3999\x2013.6999C1.3999\x2013.3685\x201.66853\x2013.0999\x201.9999\x2013.0999H13.9999C14.3313\x2013.0999\x2014.5999\x2013.3685\x2014.5999\x2013.6999C14.5999\x2014.0312\x2014.3313\x2014.2999\x2013.9999\x2014.2999H1.9999C1.66853\x2014.2999\x201.3999\x2014.0312\x201.3999\x2013.6999Z','_runtimeScopes','BASE_LEFT_PANEL_DEFAULT_WIDTH','__embedSharedRootInjector','symbol','data-u-comp','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','_isBlockingLease','data-radix-popper-content-wrapper','_leaseSequence','prepare','M1.09985\x203.64443C1.09985\x203.31306\x201.36848\x203.04443\x201.69985\x203.04443H14.2999C14.6312\x203.04443\x2014.8999\x203.31306\x2014.8999\x203.64443C14.8999\x203.9758\x2014.6312\x204.24443\x2014.2999\x204.24443H1.69985C1.36848\x204.24443\x201.09985\x203.9758\x201.09985\x203.64443Z','EMPTY','max-depth','pageMarginLeft','showChrome','_releaseBodyPortalClaims','activeElement','EmbedHostEntryEnum','stopEditingCell','_ensurePortalObserver','univer-flex\x20univer-items-center\x20univer-justify-center','startWith','React','makeForceDirty','univer.embed.host-vertical-wheel-attempted-event','subUnitId','includeAppShellEditorPortal','univer-box-border\x20univer-px-24','getCanvasEle','embed-ui.sheetsFloating.toolbar.textColor.main','zIndex','join','UniverEmbedPlugin','lockHostRibbon','nested','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','none','_resolveLayout','_portalObservers','BoardUIStateService','Previous\x20page','closeContextMenu','_univerInstanceService','embed-ui.sheetsFloating.align.middle','UniverProSlides','rowHeader','AddWorksheetMergeVerticalCommand','docs-sticky-base','circle','one-to-one-icon','placeholder','SHEETS_UI_PLUGIN_CONFIG_KEY','display','M1.3999\x209.8334C1.3999\x209.50203\x201.66853\x209.2334\x201.9999\x209.2334H13.9999C14.3313\x209.2334\x2014.5999\x209.50203\x2014.5999\x209.8334C14.5999\x2010.1648\x2014.3313\x2010.4334\x2013.9999\x2010.4334H1.9999C1.66853\x2010.4334\x201.3999\x2010.1648\x201.3999\x209.8334Z','formatPainter','BoardImageInsertService','fullscreenService','overflow-icon','acquireLease','hideFloatMenu','getRegistration','_getOwnedEmbedIdFromEventPoint','supportedLayouts','bleedWidth','deleteConfig','isInternalEditorID','_resolveChildUnitId','embed-ui.boardsFloating.zoomIn','expand-icon','8925112rBjRUq','_assertChildUnitAvailable','getActiveDescriptors','fitToWidth','_refreshHostDocZoom','univer-fill-gray-900\x20dark:!univer-fill-white','base-embed-add-view-menu','bleedLeft','_resolveHostWheelGestureRoot','getCurrentUnitOfType','embed-ui.basesFloating.duplicateTable.copyName','M7.38216\x201.04883C3.88437\x201.04883\x201.04883\x203.88437\x201.04883\x207.38216C1.04883\x2010.88\x203.88437\x2013.7155\x207.38216\x2013.7155C8.89089\x2013.7155\x2010.2764\x2013.1879\x2011.3643\x2012.3072L13.813\x2014.7559C14.0733\x2015.0162\x2014.4954\x2015.0162\x2014.7558\x2014.7559C15.0161\x2014.4955\x2015.0161\x2014.0734\x2014.7558\x2013.8131L12.3071\x2011.3644C13.1879\x2010.2765\x2013.7155\x208.89095\x2013.7155\x207.38216C13.7155\x203.88437\x2010.88\x201.04883\x207.38216\x201.04883ZM2.38216\x207.38216C2.38216\x204.62075\x204.62075\x202.38216\x207.38216\x202.38216C10.1436\x202.38216\x2012.3822\x204.62075\x2012.3822\x207.38216C12.3822\x2010.1436\x2010.1436\x2012.3822\x207.38216\x2012.3822C4.62075\x2012.3822\x202.38216\x2010.1436\x202.38216\x207.38216Z','M4.71549\x207.38216C4.71549\x207.01397\x205.01397\x206.71549\x205.38216\x206.71549H9.38216C9.75035\x206.71549\x2010.0488\x207.01397\x2010.0488\x207.38216C10.0488\x207.75035\x209.75035\x208.04883\x209.38216\x208.04883H5.38216C5.01397\x208.04883\x204.71549\x207.75035\x204.71549\x207.38216Z','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','_items','0\x20/\x200','bleedRight','viewportScrollX','_createRenderScope','delete','tabIndex','clearSelection','design','M1.9999\x2012.9004C1.66853\x2012.9004\x201.3999\x2013.169\x201.3999\x2013.5004C1.3999\x2013.8318\x201.66853\x2014.1004\x201.9999\x2014.1004H11.3332C11.6646\x2014.1004\x2011.9332\x2013.8318\x2011.9332\x2013.5004C11.9332\x2013.169\x2011.6646\x2012.9004\x2011.3332\x2012.9004H1.9999Z','scene','backgroundColor','background:rgba(99,102,106,.06)','isConnected','Ribbon','then','hasHostPreservingChildFocusLease','previewRequested$','univer-min-w-0','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','fieldOrder','registerContextMenuHandler','onOpenChange','_boardUIStateService','viewId','UniverEmbedUIPlugin','startX','attrs','_activeDrain','EmbedDuplicateChildUnitError','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','BaseToolbar','deleteBlock','moved','AddWorksheetMergeHorizontalCommand','runtimeHost','DocPageLayoutService','calc(100%\x20-\x20','sheets-floating-object','descriptor','ISlideEmbedFloatDomRenderer','requestAnimationFrame','data-embed-child-render-mode','identifier:ui.popup.service','ownsSession','align-items:center','embedChildRenderError','_isRuntimeFocusRole','float','measureContentSize','AddWorksheetMergeAllCommand','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','mounted','getBaseFloatingPanelPortalContainer','resolvedDependencies','_assertResolvedChild','registerRuntimeScope','scopedActionServiceTokens','entries','embed-ui.sheetsFloating.toolbar.mergeCell.main','RibbonInsertGroup','getObject','M5.3334\x207.3999C5.00203\x207.3999\x204.7334\x207.66853\x204.7334\x207.9999C4.7334\x208.33127\x205.00203\x208.5999\x205.3334\x208.5999H12.603L11.9252\x209.28591C11.6922\x209.52163\x2011.6945\x209.90152\x2011.9302\x2010.1344C12.166\x2010.3673\x2012.5458\x2010.3651\x2012.7788\x2010.1293L14.4577\x208.43018C14.69\x208.19509\x2014.6884\x207.81641\x2014.4542\x207.58324L12.7753\x205.91184C12.5404\x205.67806\x2012.1605\x205.67891\x2011.9267\x205.91375C11.6929\x206.14859\x2011.6938\x206.52849\x2011.9286\x206.76228L12.5691\x207.3999H5.3334Z','scrollWidth','pluginName','GRID_ROW_HEADER_WIDTH','[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]','removeRender','sheet.command.smart-toggle-filter','#000000','SetRangeFontSizeCommand','test','getCanvas','pointercancel','univer.embed.forwarded-wheel-event','_nextIndex','register','object','hideContextMenu','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','useState','exports.@univerjs-pro/embed.@univerjs/core.@univerjs/docs-ui.@univerjs/sheets-ui.@univerjs/ui.@univerjs/design.react.rxjs.@univerjs-pro/boards.@univerjs-pro/boards-ui.react/jsx-runtime.@univerjs/engine-render.@univerjs-pro/docs-table-ui.@univerjs-pro/bases-ui.@univerjs-pro/bases.react-dom.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-outline-ui.@univerjs-pro/sheets-pivot-ui.@univerjs-pro/sheets-print.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline-ui.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter-ui.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-note-ui.@univerjs/sheets-numfmt-ui.@univerjs/sheets-sort-ui.@univerjs/sheets-table-ui.@univerjs/sheets-thread-comment-ui.@univerjs/sheets.@univerjs-pro/slides.@univerjs-pro/slides-ui','mode','hypot','geometryInvalidated$','useEffect','_touchServices','createDefaultConfig','[data-embed-float-dom]','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','deltaY','_registerProductMenus','next','data-embed-menu-slot','injector','embed-ui.boardsFloating.fitContent','UniverProBoards','THIN','updateItem','redos','handleWheel','triggerClassName','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','embed-ui.sheetsFloating.align.center','token','START','refCount','M15.1399\x207.1349C15.1399\x206.80353\x2014.8713\x206.5349\x2014.5399\x206.5349C14.2085\x206.5349\x2013.9399\x206.80353\x2013.9399\x207.1349V7.66968H12.0099C11.6786\x207.66968\x2011.4099\x207.93831\x2011.4099\x208.26968C11.4099\x208.60105\x2011.6786\x208.86968\x2012.0099\x208.86968H13.9399V9.4049C13.9399\x209.73627\x2014.2085\x2010.0049\x2014.5399\x2010.0049C14.8713\x2010.0049\x2015.1399\x209.73627\x2015.1399\x209.4049V8.27463L15.1399\x208.26968L15.1399\x208.26472V7.1349Z','UniverEngineRender','LEFT','createDefaultDocsTableLikeCustomBlockBleedViewport','constructor','M5.57564\x2011.5756L7.57564\x209.57564C7.80995\x209.34132\x208.18985\x209.34132\x208.42417\x209.57564L10.4242\x2011.5756C10.6585\x2011.81\x2010.6585\x2012.1899\x2010.4242\x2012.4242C10.1899\x2012.6585\x209.80995\x2012.6585\x209.57564\x2012.4242L8.5999\x2011.4484V14.6665C8.5999\x2014.9979\x208.33127\x2015.2665\x207.9999\x2015.2665C7.66853\x2015.2665\x207.3999\x2014.9979\x207.3999\x2014.6665V11.4484L6.42417\x2012.4242C6.18985\x2012.6585\x205.80995\x2012.6585\x205.57564\x2012.4242C5.34132\x2012.1899\x205.34132\x2011.81\x205.57564\x2011.5756Z','_isBlockingRole','mousedown','workbench','event','embed-ui.basesFloating.copySuffix','class','innerWidth','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','GRID_HEADER_HEIGHT','stale','univer-text-red-500\x20hover:univer-text-red-600','_injector','Fragment','showHostDragHandle','embed-ui.boardsFloating.zoomOut','[data-embed-float-dom=\x22true\x22]','drawImage','-52px','renderScopeActive','hasAnyBlockingChildFocusLease','trim','ShapeTextEditorContainer','deltaX','all','host-scroll','SKIP_SELF','getUnitType','getElementDataForUnit','sheets-sheet-tab','_getChildUnitForMeasurement','_notifyRuntimeSessionChanged','isEmbedBoardsFloatingElement','section','focusUnit','viewState','ZoomInIcon','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','menuSlot','univer-dropdown','inactive','WRAP','child-tab','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','capture','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','getCacheKey','_geometryInvalidated$','_enableEmbedUnitLeasePolicy','BorderLine','setSearchQuery','onPointerDown','innerHeight','Missing\x20embed\x20float\x20preview\x20provider:\x20','resolveDocsCustomBlockSize','sequence','M3.32508\x2011.7609C3.46644\x2011.8194\x203.64565\x2011.8194\x204.00407\x2011.8194H13.049L10.1235\x2014.745C9.87002\x2014.9984\x209.7433\x2015.1251\x209.68475\x2015.2665C9.60668\x2015.455\x209.60668\x2015.6668\x209.68475\x2015.8552C9.7433\x2015.9966\x209.87002\x2016.1233\x2010.1235\x2016.3768C10.3769\x2016.6302\x2010.5036\x2016.7569\x2010.645\x2016.8155C10.8335\x2016.8935\x2011.0452\x2016.8935\x2011.2337\x2016.8155C11.3751\x2016.7569\x2011.5018\x2016.6302\x2011.7552\x2016.3768L16.5105\x2011.6215C16.5524\x2011.5803\x2016.5983\x2011.5344\x2016.6493\x2011.4834L16.6495\x2011.4831C16.8561\x2011.2765\x2016.9785\x2011.1542\x2017.0484\x2011.0394C17.0648\x2011.0128\x2017.0782\x2010.9866\x2017.0893\x2010.9599C17.1674\x2010.7714\x2017.1674\x2010.5596\x2017.0893\x2010.3711C17.0308\x2010.2298\x2016.904\x2010.1031\x2016.6506\x209.84962C16.5685\x209.76752\x2016.4997\x209.69872\x2016.4394\x209.64123L11.7542\x204.95601C11.5007\x204.70257\x2011.374\x204.57585\x2011.2327\x204.5173C11.0442\x204.43923\x2010.8324\x204.43923\x2010.6439\x204.5173C10.5026\x204.57585\x2010.3758\x204.70257\x2010.1224\x204.95601L10.1224\x204.95601C9.86895\x205.20945\x209.74223\x205.33617\x209.68368\x205.47753C9.60561\x205.66601\x209.60561\x205.87779\x209.68368\x206.06627C9.74223\x206.20764\x209.86895\x206.33436\x2010.1224\x206.5878L13.0463\x209.51175H4.00407C3.64565\x209.51175\x203.46644\x209.51175\x203.32508\x209.5703C3.1366\x209.64837\x202.98685\x209.79812\x202.90877\x209.98661C2.85022\x2010.128\x202.85022\x2010.3072\x202.85022\x2010.6656C2.85022\x2011.024\x202.85022\x2011.2032\x202.90877\x2011.3446C2.98685\x2011.5331\x203.1366\x2011.6828\x203.32508\x2011.7609Z','textContent','MutationObserver','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','hasBlockingChildFocusLease','createInstance','divider-font','slideOrder$','IDocEmbedInteractionBoundaryService','div','stage2','ISlideDrawingStateService','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','open','hidePopupsForUnit','sheetBar','deltaMode','promote','ToolbarButton','unsubscribe','embedFullscreenStatus','resolveDocsTableLikeCustomBlockContentHeight','useInjector','dblclick','UniverProEmbed','base','session$','pivot-table','UniverProBases','M8.66675\x208.99984C8.66675\x208.63165\x208.36827\x208.33317\x208.00008\x208.33317C7.63189\x208.33317\x207.33341\x208.63165\x207.33341\x208.99984V9.33317C7.33341\x209.70136\x207.63189\x209.99984\x208.00008\x209.99984C8.36827\x209.99984\x208.66675\x209.70136\x208.66675\x209.33317V8.99984Z','SetDocZoomRatioOperation','item','_registerComponents','getPendingRequests','docs-sticky-sheet','_drainQueue','_resolveChildSessionMode','scrollHeight','TOP','ctrlKey','auto','existingEmbedId','xlink:href','_hostAdapterRegistry','isolate','embed-float-dom-live','menuChanged$','_rememberPreviousChildCurrentUnit','ThemeService','createSlidesPageListBlockHostAdapterContribution','RenameBaseTableCommand','_collectOwnedFloatingSurfaceRoots','assign','addDisposer','EmbedActivationService','active','customizeKanban','_runQueue','UniverSheetsThreadCommentUi','tables','UniverSheetsUi','univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','Inject','runtime','containsElement','getColumnCount','BorderStyleTypes','_getOwnedEmbedIdFromTarget','findIndex','numfmt','CloseBaseRecordDetailPanelOperation','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','SheetsOutlineUIMenuSchema','AutoFillPopupMenu','observe','EmbedFocusOwnerService','warn','block','IRibbonService','UNIVER_SLIDE','priority','reason','disableEdit','initial','SetOnceFormatPainterCommand','CreateBaseTableCommand','syncExecuteCommand','_restorePreviousChildCurrentUnit','ref','session','layoutPolicy','removeProperty','previewUpdated$','retryDelay','IBaseEmbedRuntimeFocusCoordinator','isChildUnitRuntimeEvent','Injector','onSelect','ISlideDrawingService','@univerjs-pro/embed-ui','factory','items','M8.5999\x2010.6667C8.5999\x2010.3353\x208.33127\x2010.0667\x207.9999\x2010.0667C7.66853\x2010.0667\x207.3999\x2010.3353\x207.3999\x2010.6667V14.6667C7.3999\x2014.998\x207.66853\x2015.2667\x207.9999\x2015.2667C8.33127\x2015.2667\x208.5999\x2014.998\x208.5999\x2014.6667V10.6667Z','preventDefault','M0.666748\x202.99984C0.666748\x202.26346\x201.2637\x201.6665\x202.00008\x201.6665H14.0001C14.7365\x201.6665\x2015.3334\x202.26346\x2015.3334\x202.99984V12.9998C15.3334\x2013.7362\x2014.7365\x2014.3332\x2014.0001\x2014.3332H2.00008C1.26371\x2014.3332\x200.666748\x2013.7362\x200.666748\x2012.9998V2.99984ZM14.0001\x202.99984H2.00008V12.9998H14.0001V2.99984Z','composedPath','createUnit','hasChildInteractionLease','clearTimeout','EMBED_RUNTIME_HOST_NOT_ATTACHED:','description','univer-doc-main-canvas','tab','Disposable','classList','fallbackWidth','SetBaseZoomOperation','increase-icon','resolveDocsCustomBlockRenderViewport','dragStarted','useCallback','inert','ResetBackgroundColorCommand','_isUniverPortalCandidate','identifier:','stopImmediatePropagation','EMBED_MOUNT_HOST_NOT_REGISTERED','_resolvedChildUnits','BoardSelectionService','onClick','IconManager','_childUnitAncestry','DropdownMenu','copyBaseTableSnapshot','Tooltip','undoRedoStatus$','addDescriptor','autowrap-icon','_sessions','GripHorizontalIcon','tableOrder','expiresAt','getSnapshot','sessionMode','univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','univer-relative\x20univer-overflow-hidden','#b91c1c','_materializeService','context','getTypeOfUnitAdded$','univer-flex\x20univer-items-center\x20univer-gap-1','createRibbonOverride','embed-ui.sheetsFloating.toolbar.fillColor.main','materializeDescriptor','getOwnPropertyDescriptor','ISheetEmbedFloatingGeometryService','embed-float-dom','triggerContextMenu','_markInteractionBoundaryOwnerTree','keydown','ReactDOM','padding','parentElement','univer-gap-0.5\x20univer-px-1','BaseUIStateService','identifier:univer.sheet.selection-render-service','nextSibling','setCurrentUnitForType','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','getBoardPointFromClient','entry','generateRandomId','placeholderTitle','registerElement','fixed','getConfig','shouldSuppressHostInteraction','code','isChildUnitInActiveSession','function','hostUnitId','_isHTMLElement','onStarting','isArray','onMutationExecutedForCollab','docs-custom-block','FORMULA_EDITOR_ACTIVATED','fit','elementAdd$','SheetsSparklineUIMenuSchema','_mountBlockedRuntime','M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','override$','focusFloatingRuntime','-100000px','onCommandExecuted','element','sheets-ui.embed','_activateTabPeerFocusLease','univerjs-icon\x20univerjs-icon-','ribbon','closeToolbarPanel','wrap','pointer-events','BehaviorSubject','_getHostSnapshot','UNIVER_BASE','round','SetCellEditVisibleOperation','_rectContainsPoint','stopPropagation','getAttribute','DocSelectionRenderService','_markExistingBodyPortals','allowPlaceholder','data-embed-child-render-unit-id','IBaseEmbedRuntimeService','shiftKey','univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','activeViewId','base-workbench','_registerProductUIContributions','_menuOverrideService','startsWith','[data-u-comp=\x22embed-float-dom-live-content\x22]','decorate','color','embed-ui.basesFloating.tableSidebar.defaultTableName','settleDelayMs','_setRenderFailure','mountService','StopBaseEditingCellOperation','100%','M12.5939\x201.13916L10.6607\x201.1392C9.5563\x201.13922\x208.66094\x202.03448\x208.66079\x203.13893L8.66064\x204.19191C8.6606\x204.52328\x208.92919\x204.79194\x209.26056\x204.79199C9.59193\x204.79204\x209.8606\x204.52344\x209.86064\x204.19207L9.86079\x203.13909C9.86085\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x207.40012H10.4947L11.0464\x206.84845C11.2807\x206.61414\x2011.2807\x206.23424\x2011.0464\x205.99993C10.8121\x205.76561\x2010.4322\x205.76561\x2010.1979\x205.99993L9.31395\x206.88384C8.68914\x207.50867\x208.68914\x208.52171\x209.31396\x209.14654L10.1979\x2010.0305C10.4322\x2010.2648\x2010.8121\x2010.2648\x2011.0464\x2010.0305C11.2807\x209.79614\x2011.2807\x209.41624\x2011.0464\x209.18192L10.4646\x208.60012H13.394L13.394\x2012.8612C13.394\x2013.303\x2013.0359\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86064\x2013.303\x209.86064\x2012.8612V11.8084C9.86064\x2011.4771\x209.59202\x2011.2084\x209.26064\x2011.2084C8.92927\x2011.2084\x208.66064\x2011.4771\x208.66064\x2011.8084V12.8612C8.66064\x2013.9658\x209.55607\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x208.0066L14.594\x208.00012L14.594\x207.99363L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z','createBasesTableListBlockHostAdapterContribution','BASE_VIEW_MENU_ITEMS','defaultPageSize','UniverProSheetsChartUi','1660830AoIfPZ','_registerRootPopupDescendantFocusRoles','RibbonFormulasGroup','embed-ui.sheetsFloating.toolbar.border.main','createPortal','createDefaultBaseTableSnapshot','IUndoRedoService','pointerId','_containsRegisteredElement','[data-embed-overlay-root]','pageManager','forEach','documentStyle','enableExclusivePolicy','RIBBON','CreateBaseViewCommand','documentElement','table','M4.6666\x206.5999C4.33523\x206.5999\x204.06641\x206.33127\x204.06641\x205.9999C4.06641\x205.66853\x204.33508\x205.3999\x204.66645\x205.3999L4.6666\x206.5999Z','_createMountFocusRestorer','deferred','ArrowLeftIcon','allowHostDragHandle','floatingMenuInsetTop','size','embed-float-dom-content','RibbonStartGroup','univer-size-[23px]\x20univer-fill-current','_focusDocumentBody','childUnitId','[data-u-comp=\x22embed-float-dom-content\x22]','univer-w-28\x20univer-truncate\x20univer-text-left','allowDirectBodyPortal','floatingMenus','clientY','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','slides-ui.ribbon','horizontally-icon','evenodd','RemoveEmbedCommand','getActiveDescriptorsByChildUnit','_elements','undos','pointerup','IRenderManagerService','getColVisible','_resolveFloatingSurfaceRoot','scrollToViewportPos','getContext','embed-ui.sheetsFloating.align.bottom','embed-float-dom-overlay','_registerFloatingMenus','getRegistrationByChildUnitId','enableStage1BodyDrag','start','embed-ui.sheetsFloating.toolbar.filter','customizeField','IBaseUIStateService','disconnect','embed-float-dom-interaction-gate','M9.20731\x205.99993C8.973\x206.23424\x208.973\x206.61414\x209.20731\x206.84845L10.0912\x207.73235C10.2474\x207.88856\x2010.2474\x208.14182\x2010.0912\x208.29803L9.20731\x209.18192C8.973\x209.41624\x208.973\x209.79614\x209.20731\x2010.0305C9.44163\x2010.2648\x209.82153\x2010.2648\x2010.0558\x2010.0305L10.9397\x209.14654C11.5646\x208.52171\x2011.5646\x207.50867\x2010.9397\x206.88384L10.0558\x205.99993C9.82153\x205.76561\x209.44163\x205.76561\x209.20731\x205.99993Z','closeOwnedFloatingSurfaces','SheetBar','schedule','conditional-formatting','_getHostUnit','BoardElementInsertService','_maxDepth','rowHeight','deactivateTabSessions','CreateEmbedCommand','changeDoc','stage','addRecord','BaseDuplicateTableDialog','_floatingActiveService','data','#111827','cancelAnimationFrame','fullscreenButtonInBlock','setZoom','embed-ui.sheetsFloating.toolbar.resetColor','EMBED_DUPLICATE_CHILD_UNIT','AlignBottomIcon','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','_focusOwnerService','IBaseGlobalPortalService','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','contribution','unmount','captureByChildUnitId','_findFallbackUnitId','sort','top','setActiveSlide','enabled','Docs','embed-ui.sheetsFloating.textWrap.overflow','endColumn','title','_initializeFloatingSessionActiveState','updatedAt','clearUnit','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','alt','subscribeConfigValue$','embed-ui.basesFloating.viewSettings.deleteView','useSyncExternalStore','status','childContext','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','ribbon$','setContainer','keys','isFinite','KeyboardEvent','fullscreen-runtime','self','pipe','recordOrder','setActive','left-justifying-icon','_itemId','_leaseAppliesToChildUnit','nativeEvent','sourceMeta','maxHeight','defaultColumnWidth','UniverProBoardsUi','pointerdown','Sheets','key','call','surface','startedAt','fakeToolbarVisible$','openRecordDetail','clearTab','_config','enter','getLocales','deactivateFloatingSession','M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z','ICanvasPopupService','allowed','BoardShapeTextEditorContainer','localeChanged$','ISlideEmbedActivationService','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','horizontalAlign','toDisposable','setFocusOwner','registerCtorForType','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','toDataURL','createScopedBaseCanvasRootResolverService','UniverIcon','tag','getSession','resolveDocsTableLikeCustomBlockContentWidth','getAncestorScale','medium','appendChild','DeleteIcon','calendarEventSettings','remove','maxDepth','EditorUIFloatingContainer','Next\x20page','metaKey','embed-float-dom-popup','getAll','slide-canvas','_getVisibleCanvasDocumentRect','ComponentManager','zoomRatio','SheetsUIMenuSchema','canvasFloatDomPreviewService','slides-ui.embed','clearFullscreen','toStringTag','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','blur','contentHeight','radio','fit-width','BORDER_LINE_CHILDREN','delete-icon','univer-z-30','UniverSheetsNoteUi','Slides','embed-ui','merge','use','number-icon','_context','_getCurrentUnitId','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','scaleY','SetBackgroundColorCommand','align-bottom-icon','value','endRow','M2.5999\x207.1349C2.5999\x206.80353\x202.33127\x206.5349\x201.9999\x206.5349C1.66853\x206.5349\x201.3999\x206.80353\x201.3999\x207.1349V9.4049C1.3999\x209.73627\x201.66853\x2010.0049\x201.9999\x2010.0049C2.33127\x2010.0049\x202.5999\x209.73627\x202.5999\x209.4049V8.86968H4.54992C4.88129\x208.86968\x205.14992\x208.60105\x205.14992\x208.26968C5.14992\x207.93831\x204.88129\x207.66968\x204.54992\x207.66968H2.5999V7.1349Z','renderScope','EMBED_MOUNT_CHILD_TYPE_MISMATCH','_setCurrentUnitForType','list','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','after:!univer-border-0','child-popup','children','readonly','embedSlidesPresentationSurface','icon','getRowVisible','openToolbarPanel','contains','SetTextWrapCommand','zoom-out-icon','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','tabindex','PaintBucketDoubleIcon','__editor___INTERNAL_EDITOR__','getDirection','UniverSheetsConditionalFormattingUi','UniverDocsUi','SetEmbedDescriptorMutation','listSessions','floating','getContextByEmbedId','catch','click','UNIVER_BOARD','container','M8.22957\x205.47839C8.30034\x205.50767\x208.36664\x205.55107\x208.42417\x205.6086L10.4242\x207.6086C10.6585\x207.84291\x2010.6585\x208.22281\x2010.4242\x208.45713C10.1899\x208.69144\x209.80995\x208.69144\x209.57564\x208.45713L8.5999\x207.48139V13.6995C8.5999\x2014.0309\x208.33127\x2014.2995\x207.9999\x2014.2995C7.66853\x2014.2995\x207.3999\x2014.0309\x207.3999\x2013.6995V7.48139L6.42417\x208.45713C6.18985\x208.69144\x205.80995\x208.69144\x205.57564\x208.45713C5.34132\x208.22281\x205.34132\x207.84291\x205.57564\x207.6086L7.57541\x205.60882C7.7522\x205.43203\x208.01209\x205.38841\x208.22957\x205.47839Z','__editor_docs-','LookUp','customBlockRenderViewport','UniverSheetsTableUi','_isHostPreservingLease','setConfig','doc-block-stage2-runtime','M12.5939\x201.13916L10.6607\x201.1392C9.55628\x201.13922\x208.66093\x202.03448\x208.66077\x203.13893L8.66063\x204.19191C8.66059\x204.52328\x208.92918\x204.79194\x209.26055\x204.79199C9.59192\x204.79204\x209.86059\x204.52344\x209.86063\x204.19207L9.86077\x203.13909C9.86084\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x2012.8612C13.394\x2013.303\x2013.0358\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86063\x2013.303\x209.86063\x2012.8612V11.8084C9.86063\x2011.4771\x209.592\x2011.2084\x209.26063\x2011.2084C8.92926\x2011.2084\x208.66063\x2011.4771\x208.66063\x2011.8084V12.8612C8.66063\x2013.9658\x209.55606\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z','subscribe','_isUniverPortalTreeElement','BORDER_SIZE_CHILDREN','IUIRuntimeScopeService','dpr','makeDirty','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','sheetLike','hostContext','embed-ui.sheetsFloating.align.right','isHostGesture','activeUntil','aria-hidden','M8.00008\x205.99984C8.36827\x205.99984\x208.66675\x206.29831\x208.66675\x206.6665V6.99984C8.66675\x207.36803\x208.36827\x207.6665\x208.00008\x207.6665C7.63189\x207.6665\x207.33341\x207.36803\x207.33341\x206.99984V6.6665C7.33341\x206.29831\x207.63189\x205.99984\x208.00008\x205.99984Z','ViewTabs','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','slide-readonly-preview','canvasRoot','EmbedMountService','_getActiveElement','SheetsShapeUIMenuSchema','insertBefore','numberFormat','sheet-overlay','ArrowRightIcon','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','univer-min-w-6\x20univer-text-left','_passiveWheelHandlerRegistry','EmbedChildViewRegistryService','target','divider-format','canvas','now','disposeWithMe','VIEW_MAIN','getResourceRefInputUnitSelector','SheetsThreadCommentUIMenuSchema','VIEWPORT_KEY','_registerRuntimeBoundary','has','beforeCommandExecuted','CloseBaseContextMenuOperation','_boardElementService','map','_activePortalOwners','matrix(-1\x200\x200\x201\x2020\x200)','_renderManagerService','right','collectViewState','1136319ncOvye','clsx','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','M10.3014\x201.70389C9.85268\x200.479568\x208.12109\x200.479557\x207.67238\x201.70389L4.72235\x209.75326C4.60832\x2010.0644\x204.76811\x2010.4091\x205.07924\x2010.5231C5.39038\x2010.6371\x205.73504\x2010.4773\x205.84907\x2010.1662L6.99975\x207.02646C7.03588\x207.03324\x207.07314\x207.03679\x207.11123\x207.03679H10.9778L12.1247\x2010.1662C12.2387\x2010.4773\x2012.5834\x2010.6371\x2012.8945\x2010.5231C13.2057\x2010.4091\x2013.3654\x2010.0644\x2013.2514\x209.75326L10.3014\x201.70389ZM10.538\x205.83679L9.17467\x202.11682C9.11057\x201.94192\x208.8632\x201.94192\x208.7991\x202.11682L7.43576\x205.83679H10.538Z','source','getByHostAnchorId','textColor','\x20-\x20','ISlideEmbedFloatingActiveService','conditionalColoring','_blurActiveElementBeforePortalReassignment','embedChildType','virtualWidth','outline','viewportHeight','_isAppShellEditorPortalCandidate','embed-ui.basesFloating.confirmDelete.viewTitle','M14.1544\x203.75557C14.3887\x203.98988\x2014.3887\x204.36978\x2014.1544\x204.6041L6.51409\x2012.2444C6.40157\x2012.3569\x206.24896\x2012.4201\x206.08983\x2012.4201C5.9307\x2012.4201\x205.77808\x2012.3569\x205.66556\x2012.2444L1.84541\x208.42425C1.6111\x208.18993\x201.6111\x207.81003\x201.84541\x207.57572C2.07973\x207.34141\x202.45963\x207.34141\x202.69394\x207.57572L6.08983\x2010.9716L13.3059\x203.75557C13.5402\x203.52126\x2013.9201\x203.52126\x2014.1544\x203.75557Z','univer-text-sm','embedFloatStage','truncation-icon','pushUndoRedoForChild','_hostContainerRegistry','_undoRedoService','M5.33888\x201.13919L3.40568\x201.13926C2.30114\x201.13931\x201.40575\x202.03474\x201.40576\x203.13928L1.40586\x2012.8612C1.40587\x2013.9658\x202.3013\x2014.8612\x203.40586\x2014.8612H5.33896C6.44353\x2014.8612\x207.33896\x2013.9658\x207.33896\x2012.8612V11.8084C7.33896\x2011.4771\x207.07033\x2011.2084\x206.73896\x2011.2084C6.40759\x2011.2084\x206.13896\x2011.4771\x206.13896\x2011.8084V12.8612C6.13896\x2013.303\x205.78079\x2013.6612\x205.33896\x2013.6612H3.40586C2.96403\x2013.6612\x202.60586\x2013.303\x202.60586\x2012.8612L2.60576\x203.13927C2.60576\x202.69745\x202.96391\x202.33928\x203.40573\x202.33926L5.33893\x202.33919C5.78077\x202.33917\x206.13896\x202.69735\x206.13896\x203.13919V4.192C6.13896\x204.52337\x206.40759\x204.792\x206.73896\x204.792C7.07033\x204.792\x207.33896\x204.52337\x207.33896\x204.192V3.13919C7.33896\x202.03459\x206.44348\x201.13914\x205.33888\x201.13919Z','supports','EmbedHostRestoreService','_dispatchEscapeToFloatingSurface','getSlides','M5.65252\x205.41446C5.86681\x205.53124\x206.00016\x205.75579\x206.00016\x205.99984V9.99984C6.00016\x2010.368\x205.70168\x2010.6665\x205.3335\x2010.6665C4.96531\x2010.6665\x204.66683\x2010.368\x204.66683\x209.99984V7.22312L4.36151\x207.42005C4.05209\x207.61961\x203.63948\x207.53056\x203.43992\x207.22115C3.24035\x206.91173\x203.3294\x206.49912\x203.63882\x206.29956L4.97215\x205.43959C5.17724\x205.30731\x205.43822\x205.29767\x205.65252\x205.41446Z','type','ISheetEmbedRuntimeService','RIGHT','bottom','tab-peer-runtime','ownedPointerInteractionUntil','_rootsByHostAnchorId','viewOrder','Sidebar','unitID','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','embed-ui.fullscreen.exit','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','url(#$1','width:100%','_componentManager','IUIPartsService','scrollDocsTableLikeCustomBlockLive','Button','values','setSelection','RenameBaseViewCommand','SetRangeTextColorCommand','M4.75332\x205.22217C3.86966\x205.22217\x203.15332\x205.93851\x203.15332\x206.82217V12.5331C3.15332\x2013.9691\x204.31738\x2015.1332\x205.75332\x2015.1332H10.2465C11.6825\x2015.1332\x2012.8465\x2013.9691\x2012.8465\x2012.5331V6.82217C12.8465\x205.93851\x2012.1302\x205.22217\x2011.2465\x205.22217H4.75332ZM4.35332\x206.82217C4.35332\x206.60125\x204.53241\x206.42217\x204.75332\x206.42217H11.2465C11.4674\x206.42217\x2011.6465\x206.60125\x2011.6465\x206.82217V12.5331C11.6465\x2013.3063\x2011.0197\x2013.9332\x2010.2465\x2013.9332H5.75332C4.98012\x2013.9332\x204.35332\x2013.3063\x204.35332\x2012.5331V6.82217Z','setStage','getMergedMenuSchema','startEditingCell','data-embed-canvas-root','paint-bucket-double-icon','SheetsDrawingUIMenuSchema','data-embed-overlay-root','useDependency','BaseViewWheelScrollService','_releaseFloatingHostFocusRestorers','range','set','deltaZ','field-','M7.9999\x200.733154C8.33127\x200.733154\x208.5999\x201.00178\x208.5999\x201.33315V5.33315C8.5999\x205.66453\x208.33127\x205.93315\x207.9999\x205.93315C7.66853\x205.93315\x207.3999\x205.66453\x207.3999\x205.33315V1.33315C7.3999\x201.00178\x207.66853\x200.733154\x207.9999\x200.733154Z','SheetsSelectionsService','renderManagerService','SheetsNoteUIMenuSchema','[data-embed-interaction-boundary-owner]','docs-ui.embed','querySelector','text-align:center','NoColorDoubleIcon','activateTable','UniverUi','getActive','disposeUnit','fontFamily','dialog','M5.91296\x206.82256L5.89774\x206.82237L2.83868\x206.8223C1.89982\x206.82228\x201.13874\x206.06119\x201.13872\x205.12234L1.13867\x203.32265C1.13865\x202.38375\x201.89977\x201.62261\x202.83866\x201.62261L5.90639\x201.62259L5.91296\x201.62256L5.91953\x201.62259L10.0821\x201.62258L10.0868\x201.62256L10.0914\x201.62258L13.1607\x201.62256C14.0996\x201.62256\x2014.8607\x202.38368\x2014.8607\x203.32256V5.12253C14.8607\x206.06143\x2014.0996\x206.82256\x2013.1607\x206.82253L10.0975\x206.82246L10.0868\x206.82256L10.076\x206.82246L5.92815\x206.82237L5.91296\x206.82256ZM10.6868\x205.62248L13.1607\x205.62253C13.4368\x205.62254\x2013.6607\x205.39868\x2013.6607\x205.12253V3.32256C13.6607\x203.04642\x2013.4368\x202.82256\x2013.1607\x202.82256L10.6868\x202.82257V5.62248ZM9.48679\x202.82258V5.62245L6.51296\x205.62238V2.82259L9.48679\x202.82258ZM5.31296\x202.8226V5.62236L2.8387\x205.6223C2.56257\x205.62229\x202.33872\x205.39845\x202.33872\x205.12231L2.33867\x203.32262C2.33867\x203.04647\x202.56252\x202.82261\x202.83867\x202.82261L5.31296\x202.8226Z','justify-content:center','_focusCoordinator','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','HTMLElement','univer-pointer-events-none\x20univer-fixed\x20univer-z-[1000]\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','SHEET_VIEWPORT_KEY','previewService','classic','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','univer-absolute\x20-univer-top-6\x20univer-left-0\x20univer-z-[2]\x20univer-h-4\x20univer-w-6\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-500\x20univer-shadow-none\x20dark:!univer-text-gray-300','[data-embed-float-fullscreen-button]','jsx','_rootsByChildUnitId','darkMode','popup','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','role','hasRecentInteraction','embedHostEntry','span','scrollLeft','stage1','WrapStrategy','pointer','IBaseHostChromeOverrideService','embed-ui.sheetsFloating.toolbar.bold','floatingChromeZIndex','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','pointermove','getUnit','UniverProSheetsShapeUi','doc-block','beforeDeactivate','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','_setAnchorTransformerVisible','DocRenderController','M1.9999\x207.40015C1.66853\x207.40015\x201.3999\x207.66878\x201.3999\x208.00015C1.3999\x208.33152\x201.66853\x208.60015\x201.9999\x208.60015H13.9999C14.3313\x208.60015\x2014.5999\x208.33152\x2014.5999\x208.00015C14.5999\x207.66878\x2014.3313\x207.40015\x2013.9999\x207.40015H1.9999Z','embed-ui.basesFloating.delete','clientHeight','childType','host-scroll-sync','active$','child-scroll','currentColor','DEFAULT_WORKSHEET_COLUMN_WIDTH','VIEW','M7.1349\x2013.9399C6.80353\x2013.9399\x206.5349\x2014.2085\x206.5349\x2014.5399C6.5349\x2014.8713\x206.80353\x2015.1399\x207.1349\x2015.1399H8.24962C8.25966\x2015.1404\x208.26977\x2015.1407\x208.27993\x2015.1407C8.2901\x2015.1407\x208.3002\x2015.1404\x208.31024\x2015.1399H9.4049C9.73627\x2015.1399\x2010.0049\x2014.8713\x2010.0049\x2014.5399C10.0049\x2014.2085\x209.73627\x2013.9399\x209.4049\x2013.9399H8.87993V12.0107C8.87993\x2011.6793\x208.6113\x2011.4107\x208.27993\x2011.4107C7.94856\x2011.4107\x207.67993\x2011.6793\x207.67993\x2012.0107V13.9399H7.1349Z','stable','-44px','_registrations','getFlatMenuByPositionKey','runtimeFocusChanged$','MIDDLE','_anchorModelService','_getOrCreateRender','M6.424\x208.24239C6.65832\x208.4767\x206.65832\x208.8566\x206.424\x209.09091L6.11502\x209.3999H9.33307C10.1063\x209.3999\x2010.7331\x208.7731\x2010.7331\x207.9999C10.7331\x207.22671\x2010.1063\x206.5999\x209.33307\x206.5999H4.6666L4.66645\x205.3999H9.33307C10.769\x205.3999\x2011.9331\x206.56396\x2011.9331\x207.9999C11.9331\x209.43584\x2010.769\x2010.5999\x209.33307\x2010.5999H6.11485L6.424\x2010.9091C6.65832\x2011.1434\x206.65832\x2011.5233\x206.424\x2011.7576C6.18969\x2011.9919\x205.80979\x2011.9919\x205.57548\x2011.7576L4.24214\x2010.4242C4.00783\x2010.1899\x204.00783\x209.81003\x204.24214\x209.57572L5.57548\x208.24239C5.80979\x208.00807\x206.18969\x208.00807\x206.424\x208.24239Z','UniverSheetsFilterUi','_hasContributionId','rootElement','[id^=\x22__editor_docs-\x22]','hideToolbar','0\x200\x2016\x2016','embedId','_selectAnchor','resolveGridRowHeight','createScopedBaseGlobalPortalService','M12.666\x202.70571C11.7769\x201.76476\x2010.3295\x201.76476\x209.4404\x202.70571L3.37843\x209.12427C3.31779\x209.18848\x203.27756\x209.26409\x203.24979\x209.3439C3.24809\x209.3493\x203.24299\x209.3529\x203.24129\x209.3583L2.02912\x2013.2097C1.96112\x2013.4251\x202.01439\x2013.6633\x202.16626\x2013.8236C2.27393\x2013.9382\x202.41901\x2014\x202.56692\x2014C2.62699\x2014\x202.68762\x2013.9898\x202.74599\x2013.9688L6.3825\x2012.6846C6.3876\x2012.6828\x206.391\x2012.678\x206.39553\x2012.6762C6.47147\x2012.6474\x206.54287\x2012.6042\x206.60351\x2012.54L12.666\x206.12202C13.5558\x205.18048\x2013.5558\x203.64725\x2012.666\x202.70571ZM8.62832\x205.26209L9.04031\x205.69836C9.03918\x205.69956\x209.03748\x205.70016\x209.03634\x205.70136L4.99182\x209.9836L4.58096\x209.54853L8.62832\x205.26209ZM3.46287\x2012.4512L4.02673\x2010.6593L5.15446\x2011.8535L3.46287\x2012.4512ZM6.20342\x2011.2672L5.79256\x2010.8321L9.83709\x206.54988C9.83822\x206.54868\x209.83879\x206.54688\x209.83992\x206.54568L10.2513\x206.98135L6.20342\x2011.2672ZM11.8647\x205.27349L11.0532\x206.13282L9.42963\x204.41356L10.2411\x203.55423C10.6888\x203.08016\x2011.417\x203.08076\x2011.8642\x203.55423C12.3124\x204.0283\x2012.3124\x204.79942\x2011.8647\x205.27349Z','customizeGallery','footer','activeIndex','SheetsTableUIMenuSchema','area','IBaseCanvasRootResolverService','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','arrow-left-icon','Node','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','jsxs','flushForTests','BoardTextEditingService','_rerenderHostDoc','6swwMeR','colorChannel1','menuInsetTop','connectInjector','child-session','getOffsetConfig','DATA','min-height:96px','embed-ui.sheetsFloating.toolbar.font','menuContainer','allowOwnedPortalReassignment','ISlideEmbedRuntimeFocusCoordinator','scroll-contained','overflow','M2.60991\x2012.1997C2.60991\x2011.8683\x202.34128\x2011.5997\x202.00991\x2011.5997C1.67854\x2011.5997\x201.40991\x2011.8683\x201.40991\x2012.1997V12.5297C1.40991\x2013.9656\x202.57397\x2015.1297\x204.00991\x2015.1297H4.33991C4.67128\x2015.1297\x204.93991\x2014.861\x204.93991\x2014.5297C4.93991\x2014.1983\x204.67128\x2013.9297\x204.33991\x2013.9297H4.00991C3.23671\x2013.9297\x202.60991\x2013.3029\x202.60991\x2012.5297V12.1997Z','removeEventListener','includes','_getAnyActiveElement','createChild','embed-ui.sheetsFloating.textWrap.wrap','SheetsFilterUIMenuSchema','VerticalAlign','indexOf','CLIP','getDescriptor','fill','configurations','resolved','runtime-pointer','getByEmbedId','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','IDocEmbedRuntimeFocusCoordinator','host-override','cssText','zoomStep','BaseEditorService','rxjs','M5.94379\x205.99993C6.1781\x205.76561\x206.558\x205.76561\x206.79232\x205.99993C7.02663\x206.23424\x207.02663\x206.61414\x206.79232\x206.84845L5.90842\x207.73235C5.75221\x207.88856\x205.75221\x208.14182\x205.90842\x208.29803L6.79232\x209.18193C7.02663\x209.41624\x207.02663\x209.79614\x206.79232\x2010.0305C6.558\x2010.2648\x206.1781\x2010.2648\x205.94379\x2010.0305L5.0599\x209.14656C4.43506\x208.52172\x204.43506\x207.50866\x205.0599\x206.88382L5.94379\x205.99993Z','closeRecordDetail','productName','menuSchema','EmbedReferencedUnitMaterializeService','_runChildBeforeDeactivate','AutowrapIcon','_isOwnedElement','activateTab','overflowY','getContextValue','getColumnWidth','BoardsFloatingObject','FOCUSING_SLIDE','retry','embedSlidesPresentationPreviewImage','M4.65791\x201.30005C3.77355\x201.30005\x203.05664\x202.01696\x203.05664\x202.90132V12.8588C3.05664\x2013.8755\x203.88086\x2014.6998\x204.89759\x2014.6998H9.1016C11.2233\x2014.6998\x2012.9433\x2012.9798\x2012.9433\x2010.8581C12.9433\x209.13925\x2011.8145\x207.68407\x2010.2578\x207.1934C10.8806\x206.56856\x2011.2655\x205.70659\x2011.2655\x204.75472C11.2655\x202.84676\x209.71883\x201.30005\x207.81087\x201.30005H4.65791ZM4.25664\x202.90132C4.25664\x202.6797\x204.4363\x202.50005\x204.65791\x202.50005H7.81087C9.05609\x202.50005\x2010.0655\x203.5095\x2010.0655\x204.75472C10.0655\x205.99993\x209.05609\x207.00938\x207.81087\x207.00938H4.25664V2.90132ZM4.25664\x2012.8588V8.21636H9.1016C10.5606\x208.21636\x2011.7433\x209.39909\x2011.7433\x2010.8581C11.7433\x2012.317\x2010.5606\x2013.4998\x209.1016\x2013.4998H4.89759C4.5436\x2013.4998\x204.25664\x2013.2128\x204.25664\x2012.8588Z','child-editor','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','[data-radix-popper-content-wrapper]','fromEntries','passiveViewportRegistry','_markRuntimeFocusRole','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','clearFocusOwner','univer-doc-selection-container-__INTERNAL_EDITOR__','font:13px/1.5\x20sans-serif','scrollByViewportDeltaVal','view-','Boards','querySelectorAll','getValue','setTimeout','closed','EMBED_MOUNT_CHILD_NOT_RESOLVED','ICommandService','HorizontalMergeIcon','FloatingToolbarSplitTrigger','getFocusOwner','takeRecords','subscribeContextValue$','setContextValue','MenuManagerPosition','embed-float-dom-live-canvas','formulaBar','disabled','_mountResolvedHost','engine','activeTable','bind','[data-u-comp=\x22embed-docs-custom-block\x22]','univer-popover','sHeight','tooltip','checkContentIsFocused','data-embed-popup-root','OpenBaseContextMenuOperation','createScoped','_sceneCanvasCaptureService','FOCUSING_DOC','OneToOneIcon','setSearchActiveIndex','defaultPrevented','UniverSheetsDataValidationUi','_handleDragStart','RemoveWorksheetMergeCommand','_mountFloatingMenu','registerOwnedElement','_preserveHostGlobalFocusForFloating','dispose','openContextMenu','SheetsHyperLinkUIMenuSchema','PenIcon','getActiveSlide','M8.6\x201.99991C8.60001\x201.66854\x208.33138\x201.39991\x208.00001\x201.3999C7.66864\x201.3999\x207.40001\x201.66853\x207.4\x201.9999L7.39996\x207.3999H1.9999C1.66853\x207.3999\x201.3999\x207.66853\x201.3999\x207.9999C1.3999\x208.33127\x201.66853\x208.5999\x201.9999\x208.5999H7.39995L7.3999\x2013.9999C7.3999\x2014.3313\x207.66853\x2014.5999\x207.9999\x2014.5999C8.33127\x2014.5999\x208.5999\x2014.3313\x208.5999\x2013.9999L8.59995\x208.5999H13.9999C14.3313\x208.5999\x2014.5999\x208.33127\x2014.5999\x207.9999C14.5999\x207.66853\x2014.3313\x207.3999\x2013.9999\x207.3999H8.59996L8.6\x201.99991Z','CloseBasePanelOperation','getCurrentSelections','_contextsByChildUnitId','ILayoutService','setLeftPanelWidth','UniverDesign','scaleX','createRender','from','portalContainer','divider-block','hideAllContextualTabs','getEmbedBoardsFloatingCustomData','hidden','number','data-embed-child-unit-id','data-embed-host-unit-id','ISheetEmbedInteractionBoundaryService','_current','SheetsConditionalFormattingUIMenuSchema','setZoomRatioAtViewportPoint','mount','CanvasPopup','_layoutService','borderComposite','disposed','focus','_leaseAppliesToHostUnit','stage2-runtime','true','embed.sheets.','clear','elementRemove$','getBoundingClientRect','registerProvider','hideContextualTab','state$','print','_key','boards-ui.embed','viewportScrollY','_rendering','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','IBoardElementService','_leases','embedRuntimeBlocked','dividerBefore','activationService','focused$','unregisterCommand','UNIVER_SHEET','horizontal-merge-icon','EditorContainer','getAncestryForHostUnit','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','cancel-merge-icon','viewportRoot','overlay','embed-ui.sheetsFloating.textWrap.clip','openActiveEditor','embed-ui.basesFloating.viewSettings.configureView','runtimeRoots','divider','SLIDE_PAGE_RECT_KEY','_hasUnit','_contextService','sceneCanvasCaptureService','CanvasFloatDomPreviewService','resolve','base-embed-fullscreen-view-tabs','Module','0\x200\x2017\x2016','getUniverSheetInstance','pen-icon','push','registerFocusHandler','IImageIoService','data-embed-bases-table-list-host','px)','resolveRuntimeScopeByChildUnitId','embedChildUnitId','left','app','_getBodyPortalOwner','BoardDomLayerService','some','divider-border','popupRoot','RenderBaseWorkbench','EmbedFullscreenService','M8.01281\x201.36643C8.79386\x200.585377\x2010.0602\x200.585378\x2010.8412\x201.36643L12.9223\x203.44752C13.7034\x204.22857\x2013.7034\x205.4949\x2012.9223\x206.27595L9.36445\x209.83383C8.5834\x2010.6149\x207.31707\x2010.6149\x206.53602\x209.83383L4.45493\x207.75273C3.67388\x206.97168\x203.67388\x205.70535\x204.45493\x204.9243L8.01281\x201.36643ZM9.9927\x202.21495C9.68028\x201.90253\x209.17375\x201.90253\x208.86133\x202.21495L5.30346\x205.77283L5.29671\x205.77966L10.839\x206.66224L12.0738\x205.42742C12.3862\x205.115\x2012.3862\x204.60847\x2012.0738\x204.29605L9.9927\x202.21495Z','mask','_boardElementStateService','SHEET_FOOTER_BAR_HEIGHT','src','embed-ui.boardsFloating.delete','LeftJustifyingIcon','vertical-center-icon','_focusTabPeerSession','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','SetRangeFontFamilyCommand','Subscription','univer-size-3\x20univer-shrink-0','ExpandIcon','_mountOwnedSession','SetBaseScrollOperation','activateSession','setAttribute','activeSlideId$','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','hostToolbar','scroll','http://www.w3.org/2000/svg','_instanceService','fullscreen','mountMenu','slides-floating-object','0\x200\x2017\x2017','version','_sync','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','M14.5999\x202.2001C14.5999\x201.86873\x2014.3313\x201.6001\x2013.9999\x201.6001C13.6685\x201.6001\x2013.3999\x201.86873\x2013.3999\x202.2001V13.8001C13.3999\x2014.1315\x2013.6685\x2014.4001\x2013.9999\x2014.4001C14.3313\x2014.4001\x2014.5999\x2014.1315\x2014.5999\x2013.8001V2.2001Z','_pendingChildUnits','hostType','selections','univer:embed-float-drag-handle:pointerdown','0\x200\x2020\x2021','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','activeTableId','UniverProEmbedUi','_contextsByHostAnchorId','visible','bases-ui.embed','height','complete','EMBED_SHEETS_FLOATING_COMPONENT_KEY','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','AddViewMenu','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','current','IBaseEditorService','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','height:100%','getMaxScrollLeft','clearFloating','M10.2156\x202.90265C10.2156\x202.16628\x2010.8125\x201.56934\x2011.5489\x201.56934H14.2155C14.9519\x201.56934\x2015.5489\x202.16628\x2015.5489\x202.90265V13.5692C15.5489\x2014.3056\x2014.9519\x2014.9025\x2014.2155\x2014.9025H11.5489C10.8125\x2014.9025\x2010.2156\x2014.3056\x2010.2156\x2013.5692V2.90265ZM11.5489\x202.90265H14.2155V5.5622H11.5489V2.90265ZM11.5489\x206.89552V9.57631H14.2155V6.89552H11.5489ZM11.5489\x2013.5692V10.9096H14.2155V13.5692H11.5489Z','M7.9999\x2010.5671C8.33127\x2010.5671\x208.5999\x2010.2985\x208.5999\x209.96714V2.30047C8.5999\x201.9691\x208.33127\x201.70047\x207.9999\x201.70047C7.66853\x201.70047\x207.3999\x201.9691\x207.3999\x202.30047V9.96714C7.3999\x2010.2985\x207.66853\x2010.5671\x207.9999\x2010.5671Z','setAnchor','hasAttribute','associatedChildUnitIds','_modelService','M3.33315\x2012.9004C3.00178\x2012.9004\x202.73315\x2013.169\x202.73315\x2013.5004C2.73315\x2013.8318\x203.00178\x2014.1004\x203.33315\x2014.1004H12.6665C12.9979\x2014.1004\x2013.2665\x2013.8318\x2013.2665\x2013.5004C13.2665\x2013.169\x2012.9979\x2012.9004\x2012.6665\x2012.9004H3.33315Z','style','resize','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','board-embed:','BorderType','fieldSettings','usesDomFloatingStage','img','VerticalCenterIcon','_active$','_disposed','_cleanupOrdinaryBodyChromeClaims','vertical','notifyExited','child-keyboard','_entriesByKey','getState','data-embed-runtime-focus-role','forwardRef','GRID_SUMMARY_HEIGHT','embed-float-dom-chrome','bases-ui.ribbon','activateFloating','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','docs-ui.ribbon','getProvider','10NHkILC','data-embed-footer-slot','isolation','_normalizeHostMountResult','content-bounds-fit','12px','_session$','FilterIcon','menuItem','_claimBodyPortals','_domLayerService','_contributions','unitDisposed$','data-embed-slides-page-list-host','message','_clearItems','HorizontallyIcon','IMenuManagerService','clientX','createElement','append','acquire','_getLatestActivePortalOwner','IUniverInstanceService','fallbackHeight','univer-fill-primary-600','M2.21572\x201.80029C2.54709\x201.80029\x202.81572\x202.06892\x202.81572\x202.40029V14.0003C2.81572\x2014.3317\x202.54709\x2014.6003\x202.21572\x2014.6003C1.88435\x2014.6003\x201.61572\x2014.3317\x201.61572\x2014.0003V2.40029C1.61572\x202.06892\x201.88435\x201.80029\x202.21572\x201.80029Z','getRowHeight','calculatePagePosition','useMemo','activatePortalScope','resolveDocsTableLikeCustomBlockBleedViewport','_providers','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','execute','BaseUIPopupService','EMBED_RUNTIME_HOST_ALREADY_LEASED:','find','_getSlideModel','params','Base','wheel','ribbonService','slide-workbench','views','_configService','IBaseUIPopupService','_commandService','_currentOverride','_notifyRuntimeFocusChanged','rules','unitAdded$','1012451OEXsdb','calendarViewSettings','registerMultipleCommand','getRenderById','_roots','data-embed-child-type','dispatchEvent','M7.1349\x201.3999C6.80353\x201.3999\x206.5349\x201.66853\x206.5349\x201.9999C6.5349\x202.33127\x206.80353\x202.5999\x207.1349\x202.5999H7.67993V4.55065C7.67993\x204.88203\x207.94856\x205.15065\x208.27993\x205.15065C8.6113\x205.15065\x208.87993\x204.88203\x208.87993\x204.55065V2.5999H9.4049C9.73627\x202.5999\x2010.0049\x202.33127\x2010.0049\x201.9999C10.0049\x201.66853\x209.73627\x201.3999\x209.4049\x201.3999H7.1349Z','useObservable','hostHeaderMode','univer-inline-flex\x20univer-cursor-move','sparkline','[data-u-comp=\x22embed-float-dom-live\x22]','group','[data-embed-popup-root]','getCurrentTypeOfUnit$','vertical-integration-icon','univer-size-7','embedChildRenderUnitId','FOCUSING_SHEET','disposables','unsupported-layout','ContextMenuService','#app','EMBED_MENU_OVERRIDE_TAB_REQUIRED','resolvedDependencyCollection','data-validation','activatedTab$','FOCUSING_UNIT','disposable','commandId','_tabFocusLeases','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','ISlideEmbedFocusOwnerService','DocsTablePassiveWheelService','note','embed-ui.sheetsFloating.toolbar.numberFormat','univer-ml-9\x20univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','asObservable','embed-ui.deleteBlock','General','requestPreview','EmbedHostAnchorModelService','#ffffff','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','setScrollState','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','M12.3335\x205.99984C12.3335\x205.75579\x2012.2001\x205.53124\x2011.9858\x205.41446C11.7716\x205.29767\x2011.5106\x205.30731\x2011.3055\x205.43959L9.97215\x206.29956C9.66274\x206.49912\x209.57368\x206.91173\x209.77325\x207.22115C9.97281\x207.53056\x2010.3854\x207.61961\x2010.6948\x207.42005L11.0002\x207.22312V9.99984C11.0002\x2010.368\x2011.2986\x2010.6665\x2011.6668\x2010.6665C12.035\x2010.6665\x2012.3335\x2010.368\x2012.3335\x209.99984V5.99984Z','ZoomOutIcon','embedSheetsSheetTabError','_focusLayout','scopedRenderInjector','EmbedHostAdapterRegistryService','PointerDown','rect-popup','width','maxRetries','resolveSlideLogicalPageSize','ISlideEmbedRuntimeService','.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]','clientWidth','FontColorDoubleIcon','getParentEmbedId','identifier:ui.sidebar.service','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','UNRECOGNIZED','align-top-icon','bases-table-list-block','replaceChildren','Dropdown','activateAnchor','_routeWheelToHost','_contentSizeRegistry','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','replace','defineProperty','_handlers','M15.1299\x2012.1997C15.1299\x2011.8683\x2014.8613\x2011.5997\x2014.5299\x2011.5997C14.1985\x2011.5997\x2013.9299\x2011.8683\x2013.9299\x2012.1997V12.5297C13.9299\x2013.3029\x2013.3031\x2013.9297\x2012.5299\x2013.9297H12.1999C11.8685\x2013.9297\x2011.5999\x2014.1983\x2011.5999\x2014.5297C11.5999\x2014.861\x2011.8685\x2015.1297\x2012.1999\x2015.1297H12.5299C13.9659\x2015.1297\x2015.1299\x2013.9656\x2015.1299\x2012.5297V12.1997Z','allowHostBodyDrag','decoratorName','slide-readonly-preview-shell','registerMountedRuntime','hostChromeMode','DeleteBaseTableCommand','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','4443068SWsKGE','UniverSheetsHyperLinkUi','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','_getDocsLeft','brush-icon','__addUnit','selectElements','_contextsByEmbedId','SELF','search','getTypeOfUnitDisposed$','reverse','embedChildRenderStatus','1em','svg','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','_releaseTabPeerFocusLeasesForHost','setFakeToolbarVisible','interactionGate','aside','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','floating-menu','revision','unit','HorizontalAlign','[data-embed-interaction-boundary-owner=\x22','scopedInjector','hasExact','instanceService','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','UniverCore','viewSettings','registerRenderModule','IBoardUIStateService','useRef','EDITOR_ACTIVATED','_blockRegistry','offsetWidth','INSERT','M5.9334\x202.00527C5.9334\x201.6739\x205.66477\x201.40527\x205.3334\x201.40527C5.00203\x201.40527\x204.7334\x201.6739\x204.7334\x202.00527V4.73877H1.9999C1.66853\x204.73877\x201.3999\x205.0074\x201.3999\x205.33877C1.3999\x205.67014\x201.66853\x205.93877\x201.9999\x205.93877H4.7334V10.072H1.9999C1.66853\x2010.072\x201.3999\x2010.3407\x201.3999\x2010.672C1.3999\x2011.0034\x201.66853\x2011.272\x201.9999\x2011.272H4.7334V14.0053C4.7334\x2014.3366\x205.00203\x2014.6053\x205.3334\x2014.6053C5.66477\x2014.6053\x205.9334\x2014.3366\x205.9334\x2014.0053V11.272H10.0667V14.0053C10.0667\x2014.3366\x2010.3353\x2014.6053\x2010.6667\x2014.6053C10.998\x2014.6053\x2011.2667\x2014.3366\x2011.2667\x2014.0053V11.272H13.9999C14.3313\x2011.272\x2014.5999\x2011.0034\x2014.5999\x2010.672C14.5999\x2010.3407\x2014.3313\x2010.072\x2013.9999\x2010.072H11.2667V5.93877H13.9999C14.3313\x205.93877\x2014.5999\x205.67014\x2014.5999\x205.33877C14.5999\x205.0074\x2014.3313\x204.73877\x2013.9999\x204.73877H11.2667V2.00527C11.2667\x201.6739\x2010.998\x201.40527\x2010.6667\x201.40527C10.3353\x201.40527\x2010.0667\x201.6739\x2010.0667\x202.00527V4.73877H5.9334V2.00527ZM10.0667\x2010.072V5.93877H5.9334V10.072H10.0667Z','reRender','max','embed-ui.basesFloating.confirmDelete.tableTitle','removeAttribute','captureByHostAnchorId','univer-text-red-500','defaultView','EMBED_MOUNT_CHILD_NOT_REGISTERED','clearActiveEditing','ContextMenu','before:univer-hidden','Escape','SlideCanvasView','getPrototypeOf','verticalAlign','displayName','FORMULAS','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','mainComponent','[data-embed-runtime-focus-role]','renderPreview','UniverProSheetsSparklineUi','path','false','SoftDeleteEmbedDescriptorMutation','defaultPluginConfig','button','resolveStackUnitId','index','base-embed-floating-menu','UniverInstanceType','MoveBaseViewCommand','zoom','ownerDocument','getBaseFloatingPosition','getStage','ISheetEmbedRuntimeFocusCoordinator','embedModelService','aspect-fit','_override$','exited$','pushUndoRedo','RibbonPosition','Separator','BoardElementStateService','getOverride','conditions','split','IRibbonOverrideService','_focusUnit','Element','dataset','getCanvasElement','createDocsCustomBlockHostAdapterContribution','sheet-embed-floating-menu','finally','toResourceRefUnitType','onReady','table-','BaseViewIcon','BOTTOM','UNIVER_DOC','pointerEvents','FOCUSING_','_previousChildCurrentUnits','syncHostVerticalScroll','getZoomRatio','runtimeSessionChanged$','shift','_observeWheel','transform','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','name','attachSlideRenderToCanvasHost','order','univer-contents','univer-overflow-hidden','abs','_renderOne','Subject','[data-embed-sheets-sheet-tab-host=\x22','position','stroke','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','docs-','EmbedModelService','_sortHandlers','no-border-icon','getContextByChildUnitId','LocaleService','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','no-color-double-icon','ghost','_focusTemporarySink','ActivateBaseViewOperation','base-embed-fullscreen-add-view-menu','title-only','setProperty','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','embedFloatingMenuEntry','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','registerChildInteraction','slides-page-list-block','lease','embed-ui.sheetsFloating.toolbar.fontSize','data-embed-interaction-boundary-owner','hideHostFxBar','BoldIcon','BASES_UI_PLUGIN_CONFIG_KEY','contentWidth','registerComponent','SheetsPrintMenuSchema','getComputedStyle','_overlayRootService','Embed','exit','deferInactiveFloatingChrome','UniverProSheetsPivotUi','tab-peer','M14.5179\x209.48875C14.5179\x209.99175\x2014.1101\x2010.3995\x2013.607\x2010.3995C13.1041\x2010.3995\x2012.6963\x209.99175\x2012.6963\x209.48875C12.6963\x209.1773\x2013.0455\x208.59966\x2013.3114\x208.20487C13.4549\x207.99177\x2013.7591\x207.99177\x2013.9027\x208.20486C14.1687\x208.59965\x2014.5179\x209.1773\x2014.5179\x209.48875Z','RightJustifyingIcon','SetBorderBasicCommand','_childViewRegistry','embedSlidePreviewCanvasHost','_hostGestureEvents','uComp','activeEmbedId','config','label','SheetsSortUIMenuSchema','ISheetHostChromeOverrideService','embedHostAnchorId','UpdateBoardElementMutation','_pendingPortalOwner','drawings','min','mountIntoHostElement','useLayoutEffect','translateY(','Empty\x20embed\x20float\x20preview\x20result.','Observable','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','shouldRefreshDocsCustomBlockSizeForCommand','kind','UniverSheetsNumfmtUi','SheetsPivotTableUIMenuSchema','getContextByHostAnchorId','getSheetId','SetVerticalTextAlignCommand','defaults','Bases','startY','layout','unmerge','addEventListener','embedSlidesPresentationInteractionGate','dir','contentRect','SheetsNumfmtUIMenuSchema','focusin','univer-doc-selection-container-docs-','zoom-in-icon','hasHostPreservingChildFocusLeaseForHost','_markBodyPortalOwner','objectFit','visibility','getAllUnitsForType','identifier:univer.menu-manager-service','body','baseUnitId','overlayRoot','hostAnchorRecord','invalidate','M2.60991\x204.00967C2.60991\x203.23647\x203.23671\x202.60967\x204.00991\x202.60967H4.33991C4.67128\x202.60967\x204.93991\x202.34104\x204.93991\x202.00967C4.93991\x201.6783\x204.67128\x201.40967\x204.33991\x201.40967H4.00991C2.57397\x201.40967\x201.40991\x202.57373\x201.40991\x204.00967V4.33967C1.40991\x204.67104\x201.67854\x204.93967\x202.00991\x204.93967C2.34128\x204.93967\x202.60991\x204.67104\x202.60991\x204.33967V4.00967Z','getCellMatrix','owner','IBaseViewWheelScrollService','collectDocsTableLikeEmbedChildUnitIds','UniverProDocsTableUi','addedNodes','IConfigService','UniverSheetsDrawingUi','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','BoardViewportService','IBaseEmbedFloatingGeometryService','activateView','enable','components','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','UNIVER_UNKNOWN','_relocateExistingSession','chart','splice','display:flex','IContextMenuService','scrollTop','identifier:ui.layout-service','fontSize','useValue','setCollapsedIds','docsCustomBlockLayout','runtimeScope','trigger','flatMap','with','FontFamilyItem','embedLayout','DEFAULT_EMBED_TAB_LAYOUT_POLICY','_isHostDocEditorPortal','attributes','getViewport','OpenBasePanelOperation','_flushPendingContributions','tableId','2316460QmCBRK','inline','AlignTopIcon','UniverProSlidesUi','child-fullscreen','AllBorderIcon','pageWidth','[data-embed-floating-menu=\x22true\x22]','clearVirtualRecords','shape','_releaseTabPeerFocusLease','embed-ui.config','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','embedChildRenderMode','inset','reduce','registerRoot','univer-size-3.5','AddWorksheetMergeCommand','SheetsDataValidationUIMenuSchema','slide-page-list','_getEventClientPoint','univer-grid\x20univer-gap-0.5','resolveBoardInteractionConfig'];_0x5549=function(){return _0x54f37e;};return _0x5549();}function _0x1eb6(_0x4be8ee,_0x1aae38){_0x4be8ee=_0x4be8ee-0xa2;const _0x554930=_0x5549();let _0x1eb647=_0x554930[_0x4be8ee];return _0x1eb647;}(function(_0x5550ea,_0x12e1fe){const _0xcb3eaf=_0x1eb6,_0x1c2665=_0x5550ea();while(!![]){try{const _0x140c91=-parseInt(_0xcb3eaf(0x49c))/0x1+-parseInt(_0xcb3eaf(0x346))/0x2*(parseInt(_0xcb3eaf(0x2a1))/0x3)+parseInt(_0xcb3eaf(0x633))/0x4+-parseInt(_0xcb3eaf(0x468))/0x5*(parseInt(_0xcb3eaf(0x17c))/0x6)+parseInt(_0xcb3eaf(0x4f1))/0x7+parseInt(_0xcb3eaf(0x6eb))/0x8+-parseInt(_0xcb3eaf(0x68a))/0x9*(-parseInt(_0xcb3eaf(0x5ef))/0xa);if(_0x140c91===_0x12e1fe)break;else _0x1c2665['push'](_0x1c2665['shift']());}catch(_0x1fc3ac){_0x1c2665['push'](_0x1c2665['shift']());}}}(_0x5549,0x8ac02),function(_0x18d3c4,_0x4ec0c4){const _0x2a292c=_0x1eb6;typeof exports=='object'&&typeof module<'u'?_0x4ec0c4(exports,require('@univerjs-pro/embed'),require('@univerjs/core'),require('@univerjs/docs-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('@univerjs/design'),require('react'),require('rxjs'),require('@univerjs-pro/boards'),require('@univerjs-pro/boards-ui'),require('react/jsx-runtime'),require('@univerjs/engine-render'),require('@univerjs-pro/docs-table-ui'),require('@univerjs-pro/bases-ui'),require('@univerjs-pro/bases'),require('react-dom'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-outline-ui'),require('@univerjs-pro/sheets-pivot-ui'),require('@univerjs-pro/sheets-print'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-note-ui'),require('@univerjs/sheets-numfmt-ui'),require('@univerjs/sheets-sort-ui'),require('@univerjs/sheets-table-ui'),require('@univerjs/sheets-thread-comment-ui'),require('@univerjs/sheets'),require('@univerjs-pro/slides'),require('@univerjs-pro/slides-ui')):typeof define==_0x2a292c(0x141)&&define['amd']?define(_0x2a292c(0x74a)[_0x2a292c(0x548)]('.'),_0x4ec0c4):(_0x18d3c4=typeof globalThis<'u'?globalThis:_0x18d3c4||self,_0x4ec0c4(_0x18d3c4[_0x2a292c(0x437)]={},_0x18d3c4[_0x2a292c(0xa6)],_0x18d3c4[_0x2a292c(0x50f)],_0x18d3c4[_0x2a292c(0x25e)],_0x18d3c4[_0x2a292c(0xca)],_0x18d3c4[_0x2a292c(0x2ef)],_0x18d3c4[_0x2a292c(0x3bb)],_0x18d3c4['React'],_0x18d3c4[_0x2a292c(0x36a)],_0x18d3c4[_0x2a292c(0x759)],_0x18d3c4[_0x2a292c(0x1fc)],_0x18d3c4[_0x2a292c(0x6bc)],_0x18d3c4[_0x2a292c(0x765)],_0x18d3c4[_0x2a292c(0x5cb)],_0x18d3c4[_0x2a292c(0x66d)],_0x18d3c4[_0x2a292c(0xaa)],_0x18d3c4[_0x2a292c(0x12e)],_0x18d3c4[_0x2a292c(0x17b)],_0x18d3c4['UniverProSheetsOutlineUi'],_0x18d3c4[_0x2a292c(0x58e)],_0x18d3c4[_0x2a292c(0x630)],_0x18d3c4[_0x2a292c(0x313)],_0x18d3c4[_0x2a292c(0x52e)],_0x18d3c4[_0x2a292c(0x25d)],_0x18d3c4[_0x2a292c(0x3aa)],_0x18d3c4[_0x2a292c(0x5ce)],_0x18d3c4[_0x2a292c(0x32d)],_0x18d3c4[_0x2a292c(0x4f2)],_0x18d3c4[_0x2a292c(0x239)],_0x18d3c4[_0x2a292c(0x5a9)],_0x18d3c4['UniverSheetsSortUi'],_0x18d3c4[_0x2a292c(0x26b)],_0x18d3c4[_0x2a292c(0xc8)],_0x18d3c4['UniverSheets'],_0x18d3c4[_0x2a292c(0x6d2)],_0x18d3c4[_0x2a292c(0x5f2)]));}(this,function(_0x1ae96f,_0x3f9f59,_0x1d2b2d,_0x172457,_0x4f3cc5,_0x54d9f7,_0x2c34e2,_0x271c2b,_0x4ec6cb,_0x311b0f,_0x3340b0,_0x2030b6,_0x3adadb,_0xe3360d,_0x315d36,_0xae9b0e,_0x24e4d6,_0x164731,_0x5e32ab,_0x27c3d7,_0x4b15d2,_0x1f63a4,_0x26eb9b,_0x5aedb8,_0x37ebc2,_0x54b59e,_0x51ea00,_0x51dce1,_0x462c15,_0x31253c,_0x394084,_0x347ee3,_0xae8f94,_0x13f624,_0x3132c4,_0x5846f7){const _0x541376=_0x1eb6;Object[_0x541376(0x4e7)](_0x1ae96f,Symbol[_0x541376(0x230)],{'value':_0x541376(0x3fc)});var _0x1569f6=_0x541376(0xf1),_0x39b6b6='1.0.0-alpha.6';function _0x53bb99({ref:_0xa3074a,..._0x4df6f9}){const _0xc4eba9=_0x541376;let {icon:_0x21e432,id:_0x15d705,className:_0xcaf521,extend:_0xccb432,..._0x2258c7}=_0x4df6f9,_0xcdfa6c=(_0xc4eba9(0x155)+_0x15d705+'\x20'+(_0xcaf521||''))[_0xc4eba9(0x77e)](),_0xf254b4=(0x0,_0x271c2b[_0xc4eba9(0x513)])('_'+_0x1e5b83());return _0x4b1333(_0x21e432,''+_0x15d705,{'defIds':_0x21e432[_0xc4eba9(0x650)],'idSuffix':_0xf254b4[_0xc4eba9(0x441)]},{'ref':_0xa3074a,'className':_0xcdfa6c,..._0x2258c7},_0xccb432);}function _0x4b1333(_0x3010b3,_0x1b7c57,_0x3a28b4,_0x1244e3,_0x4cdabc){const _0x3ae27f=_0x541376;return(0x0,_0x271c2b[_0x3ae27f(0x47b)])(_0x3010b3['tag'],{'key':_0x1b7c57,..._0x1ca2fd(_0x3010b3,_0x3a28b4,_0x4cdabc),..._0x1244e3},(_0x291bf4(_0x3010b3,_0x3a28b4)[_0x3ae27f(0x24f)]||[])[_0x3ae27f(0x29b)]((_0x299e84,_0x1e4e6f)=>_0x4b1333(_0x299e84,_0x1b7c57+'-'+_0x3010b3[_0x3ae27f(0x219)]+'-'+_0x1e4e6f,_0x3a28b4,void 0x0,_0x4cdabc)));}function _0x1ca2fd(_0x3561c7,_0x1fe403,_0x3f8d44){const _0x392826=_0x541376;let _0x287c41={..._0x3561c7[_0x392826(0x714)]};_0x3f8d44!=null&&_0x3f8d44[_0x392826(0x347)]&&_0x287c41[_0x392826(0x35f)]===_0x392826(0x347)&&(_0x287c41['fill']=_0x3f8d44['colorChannel1']),_0x3f8d44!=null&&_0x3f8d44['colorChannel1']&&_0x287c41[_0x392826(0x56b)]==='colorChannel1'&&(_0x287c41[_0x392826(0x56b)]=_0x3f8d44[_0x392826(0x347)]),_0x3561c7[_0x392826(0x219)]===_0x392826(0x411)&&_0x287c41['id']&&(_0x287c41['id']+=_0x1fe403[_0x392826(0x662)]),Object['entries'](_0x287c41)[_0x392826(0x187)](([_0x5e92db,_0x35f3cc])=>{const _0x396efa=_0x392826;_0x5e92db===_0x396efa(0x411)&&typeof _0x35f3cc==_0x396efa(0x635)&&(_0x287c41[_0x5e92db]=_0x35f3cc[_0x396efa(0x4e6)](/url\(#(.*)\)/,_0x396efa(0x2cc)+_0x1fe403[_0x396efa(0x662)]+')'));});let {defIds:_0x34f3be}=_0x1fe403;return!_0x34f3be||_0x34f3be['length']===0x0?_0x287c41:(_0x3561c7[_0x392826(0x219)]===_0x392826(0x23d)&&_0x287c41[_0x392826(0xb8)]&&(_0x287c41[_0x392826(0xb8)]+=_0x1fe403[_0x392826(0x662)]),Object['entries'](_0x287c41)[_0x392826(0x187)](([_0x270289,_0x45e7f7])=>{const _0x45642=_0x392826;typeof _0x45e7f7==_0x45642(0x635)&&(_0x287c41[_0x270289]=_0x45e7f7[_0x45642(0x4e6)](/url\(#(.*)\)/,_0x45642(0x2cc)+_0x1fe403[_0x45642(0x662)]+')'));}),_0x287c41);}function _0x291bf4(_0x45b04c,_0x5c2632){const _0x2b9623=_0x541376;var _0x15cc51;let {defIds:_0xb1cfa5}=_0x5c2632;return!_0xb1cfa5||_0xb1cfa5[_0x2b9623(0x664)]===0x0?_0x45b04c:_0x45b04c[_0x2b9623(0x219)]==='defs'&&(_0x15cc51=_0x45b04c[_0x2b9623(0x24f)])!=null&&_0x15cc51['length']?{..._0x45b04c,'children':_0x45b04c[_0x2b9623(0x24f)][_0x2b9623(0x29b)](_0x4c0494=>typeof _0x4c0494[_0x2b9623(0x714)]['id']==_0x2b9623(0x635)&&_0xb1cfa5&&_0xb1cfa5[_0x2b9623(0x356)](_0x4c0494[_0x2b9623(0x714)]['id'])?{..._0x4c0494,'attrs':{..._0x4c0494[_0x2b9623(0x714)],'id':_0x4c0494['attrs']['id']+_0x5c2632[_0x2b9623(0x662)]}}:_0x4c0494)}:_0x45b04c;}function _0x1e5b83(){const _0x35b337=_0x541376;return Math['random']()[_0x35b337(0x674)](0x24)['substring'](0x2,0x8);}_0x53bb99[_0x541376(0x528)]=_0x541376(0x218);let _0x53d4e5={'tag':'svg','attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x6a5),'fillRule':'evenodd','clipRule':_0x541376(0x1a2)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M7.57564\x2010.3914C7.80995\x2010.6257\x208.18985\x2010.6257\x208.42417\x2010.3914L10.4242\x208.3914C10.6585\x208.15709\x2010.6585\x207.77719\x2010.4242\x207.54287C10.1899\x207.30856\x209.80995\x207.30856\x209.57564\x207.54287L7.9999\x209.11861L6.42417\x207.54287C6.18985\x207.30856\x205.80995\x207.30856\x205.57564\x207.54287C5.34132\x207.77719\x205.34132\x208.15709\x205.57564\x208.3914L7.57564\x2010.3914Z','fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}},{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x448),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x5cae7c=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x2a460b,_0x37e264){const _0x2a86bf=_0x541376;return(0x0,_0x271c2b[_0x2a86bf(0x47b)])(_0x53bb99,Object['assign']({},_0x2a460b,{'id':_0x2a86bf(0x244),'ref':_0x37e264,'icon':_0x53d4e5}));});_0x5cae7c['displayName']=_0x541376(0x1cf);let _0x3acbfa={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':'none','viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M1.3999\x202.3002C1.3999\x202.63157\x201.66853\x202.9002\x201.9999\x202.9002H13.9999C14.3313\x202.9002\x2014.5999\x202.63157\x2014.5999\x202.3002C14.5999\x201.96882\x2014.3313\x201.7002\x2013.9999\x201.7002H1.9999C1.66853\x201.7002\x201.3999\x201.96882\x201.3999\x202.3002Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x267)}}]},_0x2bf35d=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x528fc0,_0xbf434b){const _0x465ec5=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x465ec5(0xc2)]({},_0x528fc0,{'id':_0x465ec5(0x4de),'ref':_0xbf434b,'icon':_0x3acbfa}));});_0x2bf35d['displayName']=_0x541376(0x5f1);let _0x489878={'tag':'svg','attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x434),'width':'1em','height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x7a2),'transform':_0x541376(0x29d),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x5e3ea3=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x3c6bde,_0x265f00){const _0x339213=_0x541376;return(0x0,_0x271c2b[_0x339213(0x47b)])(_0x53bb99,Object[_0x339213(0xc2)]({},_0x3c6bde,{'id':_0x339213(0x33f),'ref':_0x265f00,'icon':_0x489878}));});_0x5e3ea3[_0x541376(0x528)]=_0x541376(0x191);let _0x25a7d2={'tag':'svg','attrs':{'xmlns':_0x541376(0x426),'fill':'none','viewBox':_0x541376(0x434),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x7a2),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x74f1ba=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x31f423,_0x4a8ac4){const _0x36e883=_0x541376;return(0x0,_0x271c2b[_0x36e883(0x47b)])(_0x53bb99,Object[_0x36e883(0xc2)]({},_0x31f423,{'id':_0x36e883(0x677),'ref':_0x4a8ac4,'icon':_0x25a7d2}));});_0x74f1ba[_0x541376(0x528)]=_0x541376(0x288);let _0x3732c6={'tag':_0x541376(0x4ff),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x658)}},{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x42f)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x32c)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x18e)}}]},_0xf5502c=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x323299,_0x9efacd){const _0x55065f=_0x541376;return(0x0,_0x271c2b[_0x55065f(0x47b)])(_0x53bb99,Object[_0x55065f(0xc2)]({},_0x323299,{'id':_0x55065f(0x117),'ref':_0x9efacd,'icon':_0x3732c6}));});_0xf5502c[_0x541376(0x528)]=_0x541376(0x371);let _0x29d5d4={'tag':_0x541376(0x4ff),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x37b),'fillRule':_0x541376(0x1a2),'clipRule':'evenodd'}}]},_0x276334=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x485c9d,_0x57e96e){const _0x354d7e=_0x541376;return(0x0,_0x271c2b[_0x354d7e(0x47b)])(_0x53bb99,Object[_0x354d7e(0xc2)]({},_0x485c9d,{'id':_0x354d7e(0x65d),'ref':_0x57e96e,'icon':_0x29d5d4}));});_0x276334[_0x541376(0x528)]=_0x541376(0x584);let _0x952913={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':'M2.59219\x201.3667C1.70853\x201.3667\x200.992188\x202.08304\x200.992188\x202.9667V4.9667C0.992188\x205.85036\x201.70853\x206.5667\x202.59219\x206.5667H11.2694C12.1531\x206.5667\x2012.8694\x205.85036\x2012.8694\x204.9667V4.79985H13.8075V8.18642C13.8075\x208.38777\x2013.6579\x208.55773\x2013.4581\x208.58321L7.10511\x209.39341C6.30618\x209.4953\x205.70752\x2010.1752\x205.70752\x2010.9806V14.0332C5.70752\x2014.3646\x205.97615\x2014.6332\x206.30752\x2014.6332C6.63889\x2014.6332\x206.90752\x2014.3646\x206.90752\x2014.0332V10.9806C6.90752\x2010.7792\x207.05718\x2010.6092\x207.25692\x2010.5838L13.6099\x209.77356C14.4089\x209.67168\x2015.0075\x208.99182\x2015.0075\x208.18642V4.19985C15.0075\x203.86848\x2014.7389\x203.59985\x2014.4075\x203.59985H12.8694V2.9667C12.8694\x202.08304\x2012.1531\x201.3667\x2011.2694\x201.3667H2.59219ZM2.19219\x202.9667C2.19219\x202.74579\x202.37127\x202.5667\x202.59219\x202.5667H11.2694C11.4903\x202.5667\x2011.6694\x202.74579\x2011.6694\x202.9667V4.9667C11.6694\x205.18761\x2011.4903\x205.3667\x2011.2694\x205.3667H2.59219C2.37127\x205.3667\x202.19219\x205.18761\x202.19219\x204.9667V2.9667Z','fillRule':'evenodd','clipRule':_0x541376(0x1a2)}}]},_0x59d449=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0xa69435,_0x555000){const _0x69dab6=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x69dab6(0xc2)]({},_0xa69435,{'id':_0x69dab6(0x4f5),'ref':_0x555000,'icon':_0x952913}));});_0x59d449[_0x541376(0x528)]='BrushIcon';let _0x238dc0={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':'1em'},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x26f)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x2b9)}},{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x1b8)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x36b)}}]},_0x523db7=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x147af4,_0x2a3664){const _0x1b0e29=_0x541376;return(0x0,_0x271c2b[_0x1b0e29(0x47b)])(_0x53bb99,Object[_0x1b0e29(0xc2)]({},_0x147af4,{'id':_0x1b0e29(0x3ed),'ref':_0x2a3664,'icon':_0x238dc0}));});_0x523db7['displayName']='CancelMergeIcon';let _0x10c8bd={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x541376(0x4fe)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x2b2),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x1fa967=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x58922c,_0x49a3a6){const _0x355617=_0x541376;return(0x0,_0x271c2b[_0x355617(0x47b)])(_0x53bb99,Object[_0x355617(0xc2)]({},_0x58922c,{'id':_0x355617(0x652),'ref':_0x49a3a6,'icon':_0x10c8bd}));});_0x1fa967[_0x541376(0x528)]='CheckMarkIcon';let _0x7ba7d0={'tag':_0x541376(0x4ff),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M5.3313\x201.4667C5.3313\x201.13533\x205.59993\x200.866699\x205.9313\x200.866699H10.069C10.4004\x200.866699\x2010.669\x201.13533\x2010.669\x201.4667C10.669\x201.79807\x2010.4004\x202.0667\x2010.069\x202.0667H5.9313C5.59993\x202.0667\x205.3313\x201.79807\x205.3313\x201.4667Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x6b0)}},{'tag':'path','attrs':{'fill':'currentColor','d':'M6.12398\x208.30171C6.35829\x208.0674\x206.73819\x208.0674\x206.97251\x208.30171L8.00007\x209.32928L9.02764\x208.30171C9.26195\x208.0674\x209.64185\x208.0674\x209.87617\x208.30171C10.1105\x208.53603\x2010.1105\x208.91593\x209.87617\x209.15024L8.8486\x2010.1778L9.87617\x2011.2054C10.1105\x2011.4397\x2010.1105\x2011.8196\x209.87617\x2012.0539C9.64185\x2012.2882\x209.26195\x2012.2882\x209.02764\x2012.0539L8.00007\x2011.0263L6.97251\x2012.0539C6.73819\x2012.2882\x206.35829\x2012.2882\x206.12398\x2012.0539C5.88966\x2011.8196\x205.88966\x2011.4397\x206.12398\x2011.2054L7.15154\x2010.1778L6.12398\x209.15024C5.88966\x208.91593\x205.88966\x208.53603\x206.12398\x208.30171Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x2d6),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x4091f0=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x4f2c54,_0x2d3d68){const _0x18dc2c=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x18dc2c(0xc2)]({},_0x4f2c54,{'id':_0x18dc2c(0x237),'ref':_0x2d3d68,'icon':_0x7ba7d0}));});_0x4091f0[_0x541376(0x528)]=_0x541376(0x21f);let _0x27e21e={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'stroke':_0x541376(0x320),'d':_0x541376(0x2f7),'strokeLinecap':_0x541376(0x15d),'strokeLinejoin':_0x541376(0x15d),'strokeWidth':1.2}}]},_0x19347a=(0x0,_0x271c2b['forwardRef'])(function(_0xb23308,_0x2244c2){const _0x14b294=_0x541376;return(0x0,_0x271c2b[_0x14b294(0x47b)])(_0x53bb99,Object['assign']({},_0xb23308,{'id':_0x14b294(0x6ea),'ref':_0x2244c2,'icon':_0x27e21e}));});_0x19347a[_0x541376(0x528)]=_0x541376(0x41d);let _0x15f1ec={'tag':'svg','attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':'0\x200\x2017\x2016','width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M3.32182\x202.60967C2.98161\x202.60967\x202.79671\x203.0074\x203.01601\x203.2675L6.85819\x207.8246C6.94943\x207.93282\x206.99947\x208.06981\x206.99947\x208.21136V12.7338C6.99947\x2012.898\x207.0998\x2013.0455\x207.2525\x2013.1058L8.73833\x2013.6928C9.00085\x2013.7965\x209.28531\x2013.6031\x209.28531\x2013.3208V8.21136C9.28531\x208.06981\x209.33535\x207.93282\x209.42659\x207.8246L13.2688\x203.2675C13.4881\x203.0074\x2013.3032\x202.60967\x2012.963\x202.60967H3.32182ZM2.09858\x204.04101C1.22139\x203.0006\x201.96097\x201.40967\x203.32182\x201.40967H12.963C14.3238\x201.40967\x2015.0634\x203.0006\x2014.1862\x204.04101L10.4853\x208.43054V13.3208C10.4853\x2014.4498\x209.34747\x2015.2237\x208.29742\x2014.8089L6.81158\x2014.2219C6.20078\x2013.9806\x205.79947\x2013.3905\x205.79947\x2012.7338V8.43054L2.09858\x204.04101Z','fillRule':_0x541376(0x1a2),'clipRule':'evenodd'}}]},_0x4e05ff=(0x0,_0x271c2b['forwardRef'])(function(_0x3e5be2,_0x4a5bc1){const _0x27e08b=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x27e08b(0xc2)]({},_0x3e5be2,{'id':'filter-icon','ref':_0x4a5bc1,'icon':_0x15f1ec}));});_0x4e05ff['displayName']=_0x541376(0x46f);let _0x4e998a={'tag':_0x541376(0x4ff),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':'0\x200\x2020\x2020','width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':'circle','attrs':{'cx':0x5,'cy':0x7,'r':1.1,'fill':'currentColor'}},{'tag':_0x541376(0x6d6),'attrs':{'cx':0xa,'cy':0x7,'r':1.1,'fill':_0x541376(0x320)}},{'tag':_0x541376(0x6d6),'attrs':{'cx':0xf,'cy':0x7,'r':1.1,'fill':_0x541376(0x320)}},{'tag':_0x541376(0x6d6),'attrs':{'cx':0x5,'cy':0xd,'r':1.1,'fill':_0x541376(0x320)}},{'tag':_0x541376(0x6d6),'attrs':{'cx':0xa,'cy':0xd,'r':1.1,'fill':_0x541376(0x320)}},{'tag':'circle','attrs':{'cx':0xf,'cy':0xd,'r':1.1,'fill':'currentColor'}}]},_0x165f36=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x22d96d,_0xd376c3){const _0x550acf=_0x541376;return(0x0,_0x271c2b[_0x550acf(0x47b)])(_0x53bb99,Object['assign']({},_0x22d96d,{'id':_0x550acf(0x60f),'ref':_0xd376c3,'icon':_0x4e998a}));});_0x165f36[_0x541376(0x528)]=_0x541376(0x119);let _0x14b570={'tag':'svg','attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x2f4),'fillRule':'evenodd','clipRule':_0x541376(0x1a2)}},{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x649),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x2103a5=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x2cf38a,_0x36e1c3){const _0x1a03e3=_0x541376;return(0x0,_0x271c2b[_0x1a03e3(0x47b)])(_0x53bb99,Object[_0x1a03e3(0xc2)]({},_0x2cf38a,{'id':_0x1a03e3(0x3e9),'ref':_0x36e1c3,'icon':_0x14b570}));});_0x2103a5[_0x541376(0x528)]=_0x541376(0x38f);let _0xb61b49={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':'0\x200\x2016\x2016','width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x20a)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M3.33315\x205.56641C3.00178\x205.56641\x202.73315\x205.83504\x202.73315\x206.16641C2.73315\x206.49778\x203.00178\x206.76641\x203.33315\x206.76641H12.6665C12.9979\x206.76641\x2013.2665\x206.49778\x2013.2665\x206.16641C13.2665\x205.83504\x2012.9979\x205.56641\x2012.6665\x205.56641H3.33315Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x6db)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x44d)}}]},_0x55919a=(0x0,_0x271c2b['forwardRef'])(function(_0x2d6ce5,_0x29e560){const _0x247375=_0x541376;return(0x0,_0x271c2b[_0x247375(0x47b)])(_0x53bb99,Object[_0x247375(0xc2)]({},_0x2d6ce5,{'id':_0x247375(0x1a1),'ref':_0x29e560,'icon':_0xb61b49}));});_0x55919a[_0x541376(0x528)]=_0x541376(0x478);let _0x114909={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x3b5)}}]},_0xc24467=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x12a16b,_0x368910){const _0x5862c1=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x5862c1(0xc2)]({},_0x12a16b,{'id':_0x5862c1(0x103),'ref':_0x368910,'icon':_0x114909}));});_0xc24467[_0x541376(0x528)]='IncreaseIcon';let _0x147d25={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M1.9999\x205.56641C1.66853\x205.56641\x201.3999\x205.83504\x201.3999\x206.16641C1.3999\x206.49778\x201.66853\x206.76641\x201.9999\x206.76641H11.3332C11.6646\x206.76641\x2011.9332\x206.49778\x2011.9332\x206.16641C11.9332\x205.83504\x2011.6646\x205.56641\x2011.3332\x205.56641H1.9999Z'}},{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x6db)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x702)}}]},_0x1bff32=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x906a40,_0x13f46f){const _0x5ce728=_0x541376;return(0x0,_0x271c2b[_0x5ce728(0x47b)])(_0x53bb99,Object[_0x5ce728(0xc2)]({},_0x906a40,{'id':_0x5ce728(0x1f5),'ref':_0x13f46f,'icon':_0x147d25}));});_0x1bff32['displayName']=_0x541376(0x416);let _0x2c727={'tag':_0x541376(0x4ff),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':'1em','height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x177)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M5.33889\x201.13919L3.4057\x201.13926C2.30115\x201.13931\x201.40576\x202.03474\x201.40578\x203.13928L1.40582\x207.99139L1.40576\x208.00012L1.40582\x208.00886L1.40587\x2012.8612C1.40588\x2013.9658\x202.30131\x2014.8612\x203.40587\x2014.8612H5.33897C6.44354\x2014.8612\x207.33897\x2013.9658\x207.33897\x2012.8612V11.8084C7.33897\x2011.4771\x207.07034\x2011.2084\x206.73897\x2011.2084C6.4076\x2011.2084\x206.13897\x2011.4771\x206.13897\x2011.8084V12.8612C6.13897\x2013.303\x205.7808\x2013.6612\x205.33897\x2013.6612H3.40587C2.96405\x2013.6612\x202.60588\x2013.303\x202.60587\x2012.8612L2.60583\x208.60012H5.53538L4.95357\x209.18193C4.71925\x209.41624\x204.71925\x209.79614\x204.95357\x2010.0305C5.18788\x2010.2648\x205.56778\x2010.2648\x205.8021\x2010.0305L6.68599\x209.14656C7.31083\x208.52172\x207.31083\x207.50866\x206.68599\x206.88382L5.8021\x205.99993C5.56778\x205.76561\x205.18788\x205.76561\x204.95357\x205.99993C4.71925\x206.23424\x204.71925\x206.61414\x204.95357\x206.84845L5.50523\x207.40012H2.60582L2.60578\x203.13927C2.60577\x202.69745\x202.96393\x202.33928\x203.40574\x202.33926L5.33894\x202.33919C5.78078\x202.33917\x206.13897\x202.69735\x206.13897\x203.13919V4.192C6.13897\x204.52337\x206.4076\x204.792\x206.73897\x204.792C7.07034\x204.792\x207.33897\x204.52337\x207.33897\x204.192V3.13919C7.33897\x202.03459\x206.44349\x201.13914\x205.33889\x201.13919Z'}}]},_0x48dd56=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x4527dc,_0x3638aa){const _0x1a198e=_0x541376;return(0x0,_0x271c2b[_0x1a198e(0x47b)])(_0x53bb99,Object['assign']({},_0x4527dc,{'id':_0x1a198e(0x61f),'ref':_0x3638aa,'icon':_0x2c727}));});_0x48dd56[_0x541376(0x528)]='MergeAllIcon';let _0x193fb9={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':'0\x200\x2016\x2016','width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x4f3),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x531aa8=(0x0,_0x271c2b['forwardRef'])(function(_0x35e219,_0x2064c0){const _0x2ac4b1=_0x541376;return(0x0,_0x271c2b[_0x2ac4b1(0x47b)])(_0x53bb99,Object[_0x2ac4b1(0xc2)]({},_0x35e219,{'id':_0x2ac4b1(0x621),'ref':_0x2064c0,'icon':_0x193fb9}));});_0x531aa8[_0x541376(0x528)]='MoreDownIcon';let _0x313601={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x4a3)}},{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x247)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x764)}},{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x323)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x5c6)}},{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':'M12.1999\x201.40967C11.8685\x201.40967\x2011.5999\x201.6783\x2011.5999\x202.00967C11.5999\x202.34104\x2011.8685\x202.60967\x2012.1999\x202.60967H12.5299C13.3031\x202.60967\x2013.9299\x203.23647\x2013.9299\x204.00967V4.33967C13.9299\x204.67104\x2014.1985\x204.93967\x2014.5299\x204.93967C14.8613\x204.93967\x2015.1299\x204.67104\x2015.1299\x204.33967V4.00967C15.1299\x202.57373\x2013.9659\x201.40967\x2012.5299\x201.40967H12.1999Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x354)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x4e9)}}]},_0xddd360=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x455410,_0xc66c81){const _0xfa7324=_0x541376;return(0x0,_0x271c2b[_0xfa7324(0x47b)])(_0x53bb99,Object['assign']({},_0x455410,{'id':_0xfa7324(0x570),'ref':_0xc66c81,'icon':_0x313601}));});_0xddd360['displayName']='NoBorderIcon';let _0x3b62ae={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':'none','viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x518),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x49d65c=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x330b68,_0x320d56){const _0x56e7e5=_0x541376;return(0x0,_0x271c2b[_0x56e7e5(0x47b)])(_0x53bb99,Object[_0x56e7e5(0xc2)]({},_0x330b68,{'id':_0x56e7e5(0x23e),'ref':_0x320d56,'icon':_0x3b62ae}));});_0x49d65c[_0x541376(0x528)]='NumberIcon';let _0x4b9020={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':'0\x200\x2016\x2016','width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x2be)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x4cb)}},{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x27d)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0xab)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0xf6),'fillRule':'evenodd','clipRule':_0x541376(0x1a2)}}]},_0x5b5e2e=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x556e33,_0x2c7747){const _0x357060=_0x541376;return(0x0,_0x271c2b[_0x357060(0x47b)])(_0x53bb99,Object['assign']({},_0x556e33,{'id':_0x357060(0x6d7),'ref':_0x2c7747,'icon':_0x4b9020}));});_0x5b5e2e['displayName']=_0x541376(0x3a7);let _0x36acb8={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':'0\x200\x2016\x2016','width':_0x541376(0x4fe),'height':'1em'},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x2e5)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x643)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x737)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0xf4)}}]},_0x44f8e1=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0xf87e62,_0x49b5eb){const _0x4411ad=_0x541376;return(0x0,_0x271c2b[_0x4411ad(0x47b)])(_0x53bb99,Object['assign']({},_0xf87e62,{'id':_0x4411ad(0x6df),'ref':_0x49b5eb,'icon':_0x36acb8}));});_0x44f8e1[_0x541376(0x528)]=_0x541376(0x612);let _0x2f59a6={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x337)}}]},_0x26d731=(0x0,_0x271c2b['forwardRef'])(function(_0x380f48,_0x32e22c){const _0x4024ca=_0x541376;return(0x0,_0x271c2b[_0x4024ca(0x47b)])(_0x53bb99,Object[_0x4024ca(0xc2)]({},_0x380f48,{'id':_0x4024ca(0x3ff),'ref':_0x32e22c,'icon':_0x2f59a6}));});_0x26d731[_0x541376(0x528)]=_0x541376(0x3b3);let _0x4d17fb={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':'0\x200\x2016\x2016','width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x20a)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M4.66665\x205.56641C4.33528\x205.56641\x204.06665\x205.83504\x204.06665\x206.16641C4.06665\x206.49778\x204.33528\x206.76641\x204.66665\x206.76641H14C14.3314\x206.76641\x2014.6\x206.49778\x2014.6\x206.16641C14.6\x205.83504\x2014.3314\x205.56641\x2014\x205.56641H4.66665Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x6db)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M4.66665\x2012.9004C4.33528\x2012.9004\x204.06665\x2013.169\x204.06665\x2013.5004C4.06665\x2013.8318\x204.33528\x2014.1004\x204.66665\x2014.1004H14C14.3314\x2014.1004\x2014.6\x2013.8318\x2014.6\x2013.5004C14.6\x2013.169\x2014.3314\x2012.9004\x2014\x2012.9004H4.66665Z'}}]},_0x9a739a=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x555a9d,_0x27f53a){const _0x4eb69e=_0x541376;return(0x0,_0x271c2b[_0x4eb69e(0x47b)])(_0x53bb99,Object['assign']({},_0x555a9d,{'id':'right-justifying-icon','ref':_0x27f53a,'icon':_0x4d17fb}));});_0x9a739a[_0x541376(0x528)]=_0x541376(0x591);let _0x4e244f={'tag':_0x541376(0x4ff),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x482)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x60b)}}]},_0xe09ba2=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x3fde50,_0x2ee398){const _0x11074b=_0x541376;return(0x0,_0x271c2b[_0x11074b(0x47b)])(_0x53bb99,Object[_0x11074b(0xc2)]({},_0x3fde50,{'id':_0x11074b(0x2b5),'ref':_0x2ee398,'icon':_0x4e244f}));});_0xe09ba2[_0x541376(0x528)]='TruncationIcon';let _0x202330={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':'1em','height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x624)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x769)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x319)}}]},_0x53604a=(0x0,_0x271c2b['forwardRef'])(function(_0x146839,_0x263fc0){const _0x5e97a4=_0x541376;return(0x0,_0x271c2b[_0x5e97a4(0x47b)])(_0x53bb99,Object['assign']({},_0x146839,{'id':_0x5e97a4(0x417),'ref':_0x263fc0,'icon':_0x202330}));});_0x53604a[_0x541376(0x528)]=_0x541376(0x456);let _0x247680={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x42b),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M2.2157\x202.90265C2.2157\x202.16628\x202.81264\x201.56934\x203.54901\x201.56934H6.21565C6.95202\x201.56934\x207.54896\x202.16628\x207.54896\x202.90265V13.5692C7.54896\x2014.3056\x206.95202\x2014.9025\x206.21565\x2014.9025H3.54901C2.81264\x2014.9025\x202.2157\x2014.3056\x202.2157\x2013.5692V2.90265ZM3.54901\x202.90265H6.21565V5.5622H3.54901V2.90265ZM3.54901\x206.89552V9.57631H6.21565V6.89552H3.54901ZM3.54901\x2013.5692V10.9096H6.21565V13.5692H3.54901Z','fillRule':_0x541376(0x1a2),'clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x447),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x5f21b6=(0x0,_0x271c2b['forwardRef'])(function(_0x2a70f5,_0x36af0d){const _0x2d81b0=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x2d81b0(0xc2)]({},_0x2a70f5,{'id':_0x2d81b0(0x4ac),'ref':_0x36af0d,'icon':_0x247680}));});_0x5f21b6[_0x541376(0x528)]='VerticalIntegrationIcon';let _0x4a2da4={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':'1em','height':'1em'},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M8.04883\x205.38216C8.04883\x205.01397\x207.75035\x204.71549\x207.38216\x204.71549C7.01397\x204.71549\x206.71549\x205.01397\x206.71549\x205.38216V6.71897L5.3865\x206.7207C5.01831\x206.72117\x204.72022\x207.02004\x204.7207\x207.38823C4.72118\x207.75642\x205.02005\x208.05451\x205.38824\x208.05403L6.71549\x208.0523V9.38216C6.71549\x209.75035\x207.01397\x2010.0488\x207.38216\x2010.0488C7.75035\x2010.0488\x208.04883\x209.75035\x208.04883\x209.38216V8.05056L9.38304\x208.04883C9.75123\x208.04835\x2010.0493\x207.74948\x2010.0488\x207.38129C10.0484\x207.0131\x209.74949\x206.71502\x209.3813\x206.7155L8.04883\x206.71723V5.38216Z'}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x6f6),'fillRule':_0x541376(0x1a2),'clipRule':'evenodd'}}]},_0x358984=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x48ca71,_0x18cedd){const _0x1bf4c9=_0x541376;return(0x0,_0x271c2b[_0x1bf4c9(0x47b)])(_0x53bb99,Object['assign']({},_0x48ca71,{'id':_0x1bf4c9(0x5ba),'ref':_0x18cedd,'icon':_0x4a2da4}));});_0x358984[_0x541376(0x528)]=_0x541376(0x78d);let _0x1f03a7={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':_0x541376(0x6ca),'viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':_0x541376(0x6f7)}},{'tag':_0x541376(0x52f),'attrs':{'fill':'currentColor','d':'M1.04883\x207.38216C1.04883\x203.88437\x203.88437\x201.04883\x207.38216\x201.04883C10.88\x201.04883\x2013.7155\x203.88437\x2013.7155\x207.38216C13.7155\x208.89095\x2013.1879\x2010.2765\x2012.3071\x2011.3644L14.7558\x2013.8131C15.0161\x2014.0734\x2015.0161\x2014.4955\x2014.7558\x2014.7559C14.4954\x2015.0162\x2014.0733\x2015.0162\x2013.813\x2014.7559L11.3643\x2012.3072C10.2764\x2013.1879\x208.89089\x2013.7155\x207.38216\x2013.7155C3.88437\x2013.7155\x201.04883\x2010.88\x201.04883\x207.38216ZM7.38216\x202.38216C4.62075\x202.38216\x202.38216\x204.62075\x202.38216\x207.38216C2.38216\x2010.1436\x204.62075\x2012.3822\x207.38216\x2012.3822C10.1436\x2012.3822\x2012.3822\x2010.1436\x2012.3822\x207.38216C12.3822\x204.62075\x2010.1436\x202.38216\x207.38216\x202.38216Z','fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x5eb7aa=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x106ecf,_0x610aa8){const _0x3c9a7f=_0x541376;return(0x0,_0x271c2b[_0x3c9a7f(0x47b)])(_0x53bb99,Object[_0x3c9a7f(0xc2)]({},_0x106ecf,{'id':_0x3c9a7f(0x257),'ref':_0x610aa8,'icon':_0x1f03a7}));});_0x5eb7aa[_0x541376(0x528)]=_0x541376(0x4cc);let _0x5314cc={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':'none','viewBox':_0x541376(0x3fd),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x347),'d':_0x541376(0x1d0)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x2a4),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x17a0ec=(0x0,_0x271c2b['forwardRef'])(function(_0x5b36de,_0x2efa19){const _0x424369=_0x541376;return(0x0,_0x271c2b[_0x424369(0x47b)])(_0x53bb99,Object['assign']({},_0x5b36de,{'id':_0x424369(0x62a),'ref':_0x2efa19,'icon':_0x5314cc}));});_0x17a0ec[_0x541376(0x528)]=_0x541376(0x4d9);let _0x1e5a70={'tag':'svg','attrs':{'xmlns':_0x541376(0x426),'fill':'none','viewBox':_0x541376(0x332),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':'M12.665\x202.66496H3.33496C2.96493\x202.66496\x202.66496\x202.96493\x202.66496\x203.33496V12.665C2.66496\x2013.035\x202.96493\x2013.335\x203.33496\x2013.335H12.665C13.035\x2013.335\x2013.335\x2013.035\x2013.335\x2012.665V3.33496C13.335\x202.96493\x2013.035\x202.66496\x2012.665\x202.66496ZM3.33496\x201.33496C2.23039\x201.33496\x201.33496\x202.23039\x201.33496\x203.33496V12.665C1.33496\x2013.7695\x202.23039\x2014.665\x203.33496\x2014.665H12.665C13.7695\x2014.665\x2014.665\x2013.7695\x2014.665\x2012.665V3.33496C14.665\x202.23039\x2013.7695\x201.33496\x2012.665\x201.33496H3.33496Z','fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x347),'d':_0x541376(0x14d),'fillRule':_0x541376(0x1a2),'clipRule':_0x541376(0x1a2)}}]},_0x4d3289=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0xb7af62,_0x9a598d){const _0x4e2230=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x4e2230(0xc2)]({},_0xb7af62,{'id':_0x4e2230(0x574),'ref':_0x9a598d,'icon':_0x1e5a70}));});_0x4d3289['displayName']=_0x541376(0x2ed);let _0x2c67ac={'tag':_0x541376(0x4ff),'attrs':{'xmlns':_0x541376(0x426),'fill':'none','viewBox':_0x541376(0x3fd),'width':_0x541376(0x4fe),'height':_0x541376(0x4fe)},'children':[{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x320),'d':_0x541376(0x410),'fillRule':_0x541376(0x1a2),'clipRule':'evenodd'}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x541376(0x590)}},{'tag':_0x541376(0x52f),'attrs':{'fill':_0x541376(0x347),'d':'M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z'}}]},_0x407e6d=(0x0,_0x271c2b[_0x541376(0x460)])(function(_0x43bf1b,_0x1ab1a8){const _0x33b010=_0x541376;return(0x0,_0x271c2b['createElement'])(_0x53bb99,Object[_0x33b010(0xc2)]({},_0x43bf1b,{'id':_0x33b010(0x2db),'ref':_0x1ab1a8,'icon':_0x2c67ac}));});_0x407e6d[_0x541376(0x528)]=_0x541376(0x25a);function _0x44e452(_0x488c7d,_0x5a2e92){var _0x9232ff;return _0x488c7d['matches']('['+_0x5a2e92+']')?_0x488c7d:(_0x9232ff=_0x488c7d['querySelector']('['+_0x5a2e92+']'))==null?void 0x0:_0x9232ff;}function _0xc11f90(_0x26dc6c){const _0x3a9123=_0x541376;let _0x3d161e=[];return _0x4ffe0b(_0x26dc6c,_0x3a9123(0x648),_0x3a9123(0x565),_0x3d161e),_0x4ffe0b(_0x26dc6c,_0x3a9123(0x2da),_0x3a9123(0x450),_0x3d161e),_0x4ffe0b(_0x26dc6c,_0x3a9123(0x2dd),_0x3a9123(0x6f8),_0x3d161e),_0x4ffe0b(_0x26dc6c,_0x3a9123(0x3a2),_0x3a9123(0x6f8),_0x3d161e),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x3edae6=_0x3a9123;_0x3d161e['forEach'](_0x543026=>_0x543026[_0x3edae6(0x221)]());});}function _0x4ffe0b(_0x5e50e1,_0x54543b,_0x4857a4,_0x22e14a){const _0x43d730=_0x541376;let _0x802020=_0x44e452(_0x5e50e1,_0x54543b);if(_0x802020)return _0x802020;let _0x49dbc0=document[_0x43d730(0x47b)](_0x43d730(0x7ab));return _0x49dbc0[_0x43d730(0x421)](_0x54543b,'true'),_0x49dbc0[_0x43d730(0x421)]('data-embed-runtime-slot-owner',_0x43d730(0x23b)),_0x49dbc0[_0x43d730(0x638)]=_0x43d730(0x37d)+_0x4857a4,_0x5e50e1[_0x43d730(0x21e)](_0x49dbc0),_0x22e14a[_0x43d730(0x400)](_0x49dbc0),_0x49dbc0;}function _0x5a6161(_0x198f42){'@babel/helpers - typeof';const _0x7ec6fa=_0x541376;return _0x5a6161=typeof Symbol==_0x7ec6fa(0x141)&&typeof Symbol['iterator']==_0x7ec6fa(0x6a9)?function(_0x27ba92){return typeof _0x27ba92;}:function(_0x4dc8ba){const _0x4ade3d=_0x7ec6fa;return _0x4dc8ba&&typeof Symbol==_0x4ade3d(0x141)&&_0x4dc8ba['constructor']===Symbol&&_0x4dc8ba!==Symbol['prototype']?_0x4ade3d(0x6a9):typeof _0x4dc8ba;},_0x5a6161(_0x198f42);}function _0xd5f15a(_0x4bdd92,_0x52d291){const _0xbf5775=_0x541376;if(_0x5a6161(_0x4bdd92)!=_0xbf5775(0x746)||!_0x4bdd92)return _0x4bdd92;var _0x843d42=_0x4bdd92[Symbol['toPrimitive']];if(_0x843d42!==void 0x0){var _0x29f5d3=_0x843d42['call'](_0x4bdd92,_0x52d291||'default');if(_0x5a6161(_0x29f5d3)!='object')return _0x29f5d3;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x52d291===_0xbf5775(0x635)?String:Number)(_0x4bdd92);}function _0x347efd(_0x31d43a){const _0x4c3941=_0x541376;var _0x36433a=_0xd5f15a(_0x31d43a,_0x4c3941(0x635));return _0x5a6161(_0x36433a)==_0x4c3941(0x6a9)?_0x36433a:_0x36433a+'';}function _0x531548(_0x13bbaa,_0x2a42e5,_0x499b43){const _0x41a32a=_0x541376;return(_0x2a42e5=_0x347efd(_0x2a42e5))in _0x13bbaa?Object[_0x41a32a(0x4e7)](_0x13bbaa,_0x2a42e5,{'value':_0x499b43,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x13bbaa[_0x2a42e5]=_0x499b43,_0x13bbaa;}var _0x5a3470=class{constructor(){const _0x46d5eb=_0x541376;_0x531548(this,_0x46d5eb(0x473),new Map());}[_0x541376(0x745)](_0x134e2a){const _0xba46d8=_0x541376;return this[_0xba46d8(0x473)][_0xba46d8(0x2e2)](_0x134e2a[_0xba46d8(0x31c)],_0x134e2a),(0x0,_0x1d2b2d[_0xba46d8(0x212)])(()=>{const _0xeec2f4=_0xba46d8;this[_0xeec2f4(0x473)][_0xeec2f4(0x63f)](_0x134e2a[_0xeec2f4(0x31c)])===_0x134e2a&&this[_0xeec2f4(0x473)][_0xeec2f4(0x6fe)](_0x134e2a['childType']);});}[_0x541376(0x63f)](_0x240125){return this['_contributions']['get'](_0x240125);}[_0x541376(0x24b)](){const _0x403e40=_0x541376;return[...this['_contributions'][_0x403e40(0x2d2)]()];}},_0x3324bc=class{constructor(){const _0xaecf17=_0x541376;_0x531548(this,_0xaecf17(0x457),new _0x4ec6cb[(_0xaecf17(0x15a))](null)),_0x531548(this,_0xaecf17(0x31e),this[_0xaecf17(0x457)][_0xaecf17(0x4c2)]());}[_0x541376(0x2f0)](){const _0x19a8d3=_0x541376;return this[_0x19a8d3(0x457)]['getValue']();}[_0x541376(0x53c)](_0x1b5b1b){const _0x15ecd5=_0x541376;var _0x5d6e41;let _0x380534=this[_0x15ecd5(0x2f0)]();return(_0x380534==null?void 0x0:_0x380534[_0x15ecd5(0x333)])===_0x1b5b1b?(_0x5d6e41=_0x380534[_0x15ecd5(0x1c4)])==null?_0x15ecd5(0x30a):_0x5d6e41:_0x15ecd5(0x792);}[_0x541376(0x68f)](_0x5c32b5,_0x13b185){const _0x3fda64=_0x541376;var _0x4bd887,_0x141292,_0xd64e4a;let _0x9a67c1=this[_0x3fda64(0x2f0)](),_0xbd3b61=(_0x9a67c1==null?void 0x0:_0x9a67c1[_0x3fda64(0x142)])===_0x5c32b5[_0x3fda64(0x142)]&&_0x9a67c1[_0x3fda64(0x333)]===_0x5c32b5['embedId']&&_0x9a67c1['childUnitId']===_0x5c32b5['childUnitId'],_0x3c0905={..._0x5c32b5,'stage':(_0x4bd887=_0x13b185==null?_0x5c32b5[_0x3fda64(0x1c4)]:_0x13b185)==null?_0xbd3b61?(_0x141292=_0x9a67c1[_0x3fda64(0x1c4)])==null?_0x3fda64(0x30a):_0x141292:_0x3fda64(0x30a):_0x4bd887};(_0x9a67c1==null?void 0x0:_0x9a67c1['hostUnitId'])===_0x3c0905[_0x3fda64(0x142)]&&_0x9a67c1['embedId']===_0x3c0905[_0x3fda64(0x333)]&&_0x9a67c1[_0x3fda64(0x199)]===_0x3c0905[_0x3fda64(0x199)]&&((_0xd64e4a=_0x9a67c1[_0x3fda64(0x1c4)])==null?_0x3fda64(0x30a):_0xd64e4a)===_0x3c0905[_0x3fda64(0x1c4)]||this['_active$']['next'](_0x3c0905);}['setStage'](_0x50eb7a,_0x4144f3){const _0x136db4=_0x541376;var _0x14c319;let _0x5be465=this[_0x136db4(0x2f0)]();!_0x5be465||_0x5be465['embedId']!==_0x50eb7a||((_0x14c319=_0x5be465[_0x136db4(0x1c4)])==null?_0x136db4(0x30a):_0x14c319)!==_0x4144f3&&this[_0x136db4(0x457)][_0x136db4(0x755)]({..._0x5be465,'stage':_0x4144f3});}[_0x541376(0x7b3)](_0x282a3a){const _0x401427=_0x541376;this[_0x401427(0x53c)](_0x282a3a)===_0x401427(0x30a)&&this[_0x401427(0x2d7)](_0x282a3a,_0x401427(0x7ac));}[_0x541376(0x3d5)](_0x21ca75){const _0x1544e8=_0x541376;let _0x373d0e=this['getActive']();_0x373d0e&&(!_0x21ca75||_0x373d0e['embedId']===_0x21ca75)&&this[_0x1544e8(0x457)][_0x1544e8(0x755)](null);}},_0x50202c=class{constructor(){const _0x36dda0=_0x541376;_0x531548(this,_0x36dda0(0x540),new _0x4ec6cb[(_0x36dda0(0x15a))](null)),_0x531548(this,_0x36dda0(0x14e),this[_0x36dda0(0x540)]['asObservable']());}[_0x541376(0x546)](){const _0xf406d9=_0x541376;return this[_0xf406d9(0x540)]['getValue']();}[_0x541376(0x68f)](_0x3a1ff4,_0x5761d5,_0x3b14cc={}){const _0x25dd78=_0x541376;var _0x24740b,_0xcc1731,_0x8745cd;if(!_0x3a1ff4[_0x25dd78(0x199)]||_0x3a1ff4[_0x25dd78(0x31c)]==null)throw Error('EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED');let _0x1400a6=((_0x24740b=_0x3a1ff4[_0x25dd78(0x1f9)])==null?void 0x0:_0x24740b['tab'])||void 0x0;if(_0x5761d5==='tab-active'&&(!_0x1400a6||_0x1400a6[_0x25dd78(0x1db)]!==!0x0))throw Error(_0x25dd78(0x4b4));if(_0x5761d5!=='tab-active')throw Error(_0x25dd78(0x27f));if(((_0xcc1731=(_0x8745cd=_0x3b14cc[_0x25dd78(0xe8)])==null?void 0x0:_0x8745cd['ribbon'])==null?_0x3f9f59[_0x25dd78(0x5e8)][_0x25dd78(0x156)]:_0xcc1731)!=='host'&&_0x3b14cc[_0x25dd78(0x164)]!==!0x0)return this[_0x25dd78(0x3d5)](_0x3a1ff4[_0x25dd78(0x333)]),null;let _0x235e18={'hostUnitId':_0x3a1ff4[_0x25dd78(0x142)],'embedId':_0x3a1ff4[_0x25dd78(0x333)],'childUnitId':_0x3a1ff4['childUnitId'],'childType':_0x3a1ff4[_0x25dd78(0x31c)],'entry':_0x3a1ff4[_0x25dd78(0x138)],'reason':_0x5761d5,'portalContainer':_0x3b14cc['portalContainer'],'hideHostFxBar':_0x1400a6==null?void 0x0:_0x1400a6[_0x25dd78(0x583)],'lockHostRibbon':_0x1400a6==null?void 0x0:_0x1400a6[_0x25dd78(0x6c7)]},_0xab5616=this[_0x25dd78(0x546)]();return _0x4ea2f8(_0xab5616,_0x235e18)?_0xab5616:(this['_override$'][_0x25dd78(0x755)](_0x235e18),_0x235e18);}[_0x541376(0x3d5)](_0x161004){const _0x1e5d08=_0x541376;let _0xad6042=this[_0x1e5d08(0x546)]();_0xad6042&&(!_0x161004||_0xad6042['embedId']===_0x161004)&&this[_0x1e5d08(0x540)]['next'](null);}};function _0x4ea2f8(_0x2f00d5,_0x531d71){const _0x10eb3b=_0x541376;return _0x2f00d5!=null&&_0x2f00d5[_0x10eb3b(0x142)]===_0x531d71[_0x10eb3b(0x142)]&&_0x2f00d5[_0x10eb3b(0x333)]===_0x531d71[_0x10eb3b(0x333)]&&_0x2f00d5[_0x10eb3b(0x199)]===_0x531d71[_0x10eb3b(0x199)]&&_0x2f00d5[_0x10eb3b(0x31c)]===_0x531d71[_0x10eb3b(0x31c)]&&_0x2f00d5[_0x10eb3b(0x138)]===_0x531d71[_0x10eb3b(0x138)]&&_0x2f00d5['reason']===_0x531d71[_0x10eb3b(0xdf)]&&_0x2f00d5[_0x10eb3b(0x3bf)]===_0x531d71[_0x10eb3b(0x3bf)]&&_0x2f00d5['hideHostFxBar']===_0x531d71[_0x10eb3b(0x583)]&&_0x2f00d5[_0x10eb3b(0x6c7)]===_0x531d71[_0x10eb3b(0x6c7)];}let _0x59c51f=_0x541376(0x45f);var _0x4af2a7=class{constructor(){const _0x54fa53=_0x541376;_0x531548(this,'_leases',new Map()),_0x531548(this,_0x54fa53(0x1a5),new Map()),_0x531548(this,_0x54fa53(0x6a6),new Map()),_0x531548(this,_0x54fa53(0x6ae),0x0),_0x531548(this,_0x54fa53(0x328),new _0x4ec6cb['Subject']()),_0x531548(this,_0x54fa53(0x55c),new _0x4ec6cb[(_0x54fa53(0x568))]());}[_0x541376(0x6e0)](_0xfba358){const _0x418c15=_0x541376;let _0x180515={'role':_0xfba358[_0x418c15(0x305)],'owner':_0xfba358[_0x418c15(0x5c8)],'sessionMode':_0xfba358[_0x418c15(0x11d)],'hostUnitId':_0xfba358[_0x418c15(0x142)],'childUnitId':_0xfba358[_0x418c15(0x199)],'childType':_0xfba358[_0x418c15(0x31c)],'associatedChildUnitIds':_0xfba358[_0x418c15(0x44b)],'sequence':++this[_0x418c15(0x6ae)]},_0x1daa15=this['_leases'][_0x418c15(0x63f)](_0xfba358['embedId']);return _0x1daa15||(_0x1daa15=new Set(),this[_0x418c15(0x3e2)][_0x418c15(0x2e2)](_0xfba358[_0x418c15(0x333)],_0x1daa15)),_0x1daa15[_0x418c15(0x60d)](_0x180515),_0x180515[_0x418c15(0x305)]!==_0x418c15(0xcd)&&this[_0x418c15(0x499)](),_0x180515['role']==='child-session'&&this[_0x418c15(0x788)](),(0x0,_0x1d2b2d[_0x418c15(0x212)])(()=>{const _0x454d56=_0x418c15;_0x1daa15==null||_0x1daa15['delete'](_0x180515),(_0x1daa15==null?void 0x0:_0x1daa15[_0x454d56(0x194)])===0x0&&this[_0x454d56(0x3e2)]['delete'](_0xfba358[_0x454d56(0x333)]),_0x180515['role']!=='runtime'&&this[_0x454d56(0x499)](),_0x180515[_0x454d56(0x305)]==='child-session'&&this[_0x454d56(0x788)]();});}[_0x541376(0xf9)](_0x1f6a1b){const _0x593a98=_0x541376;if(!_0x1f6a1b)return!0x1;let _0x3ab905=this[_0x593a98(0x3e2)][_0x593a98(0x63f)](_0x1f6a1b);return _0x3ab905&&[..._0x3ab905][_0x593a98(0x40b)](_0x2782c0=>_0x2782c0[_0x593a98(0x305)]!==_0x593a98(0xcd))?!0x0:this[_0x593a98(0xce)](_0x1f6a1b,this['_getActiveElement'](_0x1f6a1b));}['hasBlockingChildFocusLease'](_0x23fe24,_0x72a7d6){const _0x5d0164=_0x541376;if(!_0x23fe24)return!0x1;let _0x35319e=this[_0x5d0164(0x3e2)][_0x5d0164(0x63f)](_0x23fe24);return _0x35319e&&[..._0x35319e][_0x5d0164(0x40b)](_0x4df9b1=>this[_0x5d0164(0x6ac)](_0x4df9b1,_0x72a7d6))?!0x0:this['containsElement'](_0x23fe24,this[_0x5d0164(0x283)](_0x23fe24));}[_0x541376(0x68e)](){const _0x3e2df2=_0x541376;return[...this[_0x3e2df2(0x3e2)][_0x3e2df2(0x2d2)]()]['some'](_0x1dceb4=>[..._0x1dceb4][_0x3e2df2(0x40b)](_0x5b8cdf=>_0x5b8cdf[_0x3e2df2(0x305)]!==_0x3e2df2(0xcd)))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}[_0x541376(0x77d)](_0x16da75){const _0xb37e8e=_0x541376;if([...this[_0xb37e8e(0x3e2)][_0xb37e8e(0x2d2)]()]['some'](_0x24bb0f=>[..._0x24bb0f]['some'](_0x1266e0=>this[_0xb37e8e(0x6ac)](_0x1266e0,_0x16da75))))return!0x0;let _0xd735a1=this['_getActiveOwnedRuntimeFocusInfo']();return _0xd735a1!=null&&this[_0xb37e8e(0x76a)](_0xd735a1[_0xb37e8e(0x305)]);}[_0x541376(0x709)](_0x16edb8,_0x5d6e78){const _0x161333=_0x541376;if(!_0x16edb8)return!0x1;let _0x6389fb=this['_leases'][_0x161333(0x63f)](_0x16edb8);return _0x6389fb&&[..._0x6389fb][_0x161333(0x40b)](_0xe80b43=>this[_0x161333(0x26c)](_0xe80b43,_0x5d6e78))?!0x0:this[_0x161333(0xce)](_0x16edb8,this[_0x161333(0x283)](_0x16edb8));}['hasAnyHostPreservingChildFocusLease'](_0x408098){const _0x5a1e69=_0x541376;return[...this[_0x5a1e69(0x3e2)]['values']()][_0x5a1e69(0x40b)](_0x2d7b1f=>[..._0x2d7b1f][_0x5a1e69(0x40b)](_0x306d4d=>this[_0x5a1e69(0x26c)](_0x306d4d,_0x408098)))?!0x0:this[_0x5a1e69(0x615)]()!=null;}['hasHostPreservingChildFocusLeaseForHost'](_0x2147b8,_0x3bd205){const _0x29620e=_0x541376;if(!_0x2147b8)return this['hasAnyHostPreservingChildFocusLease'](_0x3bd205);if([...this['_leases'][_0x29620e(0x2d2)]()][_0x29620e(0x40b)](_0x4f7808=>[..._0x4f7808][_0x29620e(0x40b)](_0x2f6a61=>this[_0x29620e(0x26c)](_0x2f6a61,_0x3bd205)&&this[_0x29620e(0x3d1)](_0x2f6a61,_0x2147b8))))return!0x0;let _0x193e46=this[_0x29620e(0x615)]();if(!_0x193e46)return!0x1;let _0x5d8c30=this['_leases'][_0x29620e(0x63f)](_0x193e46['embedId']);return _0x5d8c30&&[..._0x5d8c30][_0x29620e(0x40b)](_0x3dd9ac=>this[_0x29620e(0x26c)](_0x3dd9ac,_0x3bd205)&&this[_0x29620e(0x3d1)](_0x3dd9ac,_0x2147b8))?!0x0:this['_ownedRuntimeFocusAppliesToHost'](_0x193e46[_0x29620e(0x333)],_0x2147b8);}[_0x541376(0x140)](_0x32f91c){const _0x3aa27e=_0x541376;return _0x32f91c?[...this['_leases']['values']()][_0x3aa27e(0x40b)](_0x553008=>[..._0x553008][_0x3aa27e(0x40b)](_0x9833f7=>this[_0x3aa27e(0x1f7)](_0x9833f7,_0x32f91c)&&_0x9833f7[_0x3aa27e(0x305)]!==_0x3aa27e(0xcd))):!0x1;}[_0x541376(0x731)](_0x2b1d70){const _0x4ca142=_0x541376;let _0x3920a9={'hostUnitId':_0x2b1d70[_0x4ca142(0x142)],'childUnitId':_0x2b1d70['childUnitId'],'childType':_0x2b1d70[_0x4ca142(0x31c)],'sessionMode':_0x2b1d70[_0x4ca142(0x11d)]};return this[_0x4ca142(0x6a6)][_0x4ca142(0x2e2)](_0x2b1d70['embedId'],_0x3920a9),this[_0x4ca142(0x499)](),this[_0x4ca142(0x788)](),(0x0,_0x1d2b2d[_0x4ca142(0x212)])(()=>{const _0x244f19=_0x4ca142;this[_0x244f19(0x6a6)][_0x244f19(0x63f)](_0x2b1d70[_0x244f19(0x333)])===_0x3920a9&&(this[_0x244f19(0x6a6)]['delete'](_0x2b1d70[_0x244f19(0x333)]),this[_0x244f19(0x499)](),this['_notifyRuntimeSessionChanged']());});}[_0x541376(0x405)](_0x587242){const _0x26c770=_0x541376;if(_0x587242){for(let [_0x13cb58,_0x58b850]of this['_runtimeScopes'])if(_0x58b850[_0x26c770(0x199)]===_0x587242)return{'embedId':_0x13cb58,'hostUnitId':_0x58b850['hostUnitId'],'childUnitId':_0x58b850[_0x26c770(0x199)],'childType':_0x58b850[_0x26c770(0x31c)],'sessionMode':_0x58b850[_0x26c770(0x11d)]};}}['resolveActiveChildSessionRuntimeScope'](){const _0x2126b7=_0x541376;let _0x231480;for(let [_0x45196c,_0x4a4c38]of this[_0x2126b7(0x3e2)])for(let _0x224dd1 of _0x4a4c38){if(_0x224dd1[_0x2126b7(0x305)]!==_0x2126b7(0x34a)||!_0x224dd1['childUnitId'])continue;let _0xa29cb7=this[_0x2126b7(0x64f)](_0x224dd1);(!_0x231480||_0xa29cb7>_0x231480[_0x2126b7(0xde)]||_0xa29cb7===_0x231480[_0x2126b7(0xde)]&&_0x224dd1[_0x2126b7(0x7a1)]>_0x231480[_0x2126b7(0x580)][_0x2126b7(0x7a1)])&&(_0x231480={'embedId':_0x45196c,'lease':_0x224dd1,'priority':_0xa29cb7});}return _0x231480?{'embedId':_0x231480['embedId'],'hostUnitId':_0x231480['lease'][_0x2126b7(0x142)],'childUnitId':_0x231480[_0x2126b7(0x580)][_0x2126b7(0x199)],'childType':_0x231480['lease'][_0x2126b7(0x31c)],'sessionMode':this[_0x2126b7(0xb2)](_0x231480['lease'])}:void 0x0;}[_0x541376(0xed)](_0x4171fb,_0x35e05c,_0x1fcc8c){const _0x274a06=_0x541376;if(!_0x4171fb)return!0x1;let _0x48432b=this[_0x274a06(0xd1)](_0x35e05c,_0x1fcc8c);return _0x48432b?this[_0x274a06(0x61e)](_0x48432b,_0x4171fb):!0x1;}[_0x541376(0x13e)](_0x203a20,_0x4a66c0,_0x46c87a,_0x1ac27f){const _0x40e336=_0x541376;return this['isChildUnitRuntimeEvent'](_0x203a20,_0x4a66c0,_0x46c87a)||this[_0x40e336(0x140)](_0x203a20)?!0x1:this[_0x40e336(0x5bb)](_0x203a20,_0x1ac27f);}['registerElement'](_0x400759){const _0x2739f3=_0x541376;let _0x2ff6d6=this[_0x2739f3(0x1a5)]['get'](_0x400759['embedId']);_0x2ff6d6||(_0x2ff6d6=new Set(),this[_0x2739f3(0x1a5)]['set'](_0x400759[_0x2739f3(0x333)],_0x2ff6d6)),_0x2ff6d6['add'](_0x400759[_0x2739f3(0x152)]);let _0x3a99ff=_0x400759[_0x2739f3(0x152)][_0x2739f3(0x161)](_0x59c51f);return _0x400759[_0x2739f3(0x152)]['setAttribute'](_0x59c51f,_0x400759[_0x2739f3(0x305)]),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x389267=_0x2739f3;_0x2ff6d6==null||_0x2ff6d6[_0x389267(0x6fe)](_0x400759[_0x389267(0x152)]),(_0x2ff6d6==null?void 0x0:_0x2ff6d6[_0x389267(0x194)])===0x0&&this[_0x389267(0x1a5)][_0x389267(0x6fe)](_0x400759[_0x389267(0x333)]),_0x3a99ff==null?_0x400759[_0x389267(0x152)][_0x389267(0x51c)](_0x59c51f):_0x400759['element'][_0x389267(0x421)](_0x59c51f,_0x3a99ff);});}[_0x541376(0xce)](_0x381ee2,_0x394627,_0x3e124c){const _0x2c3d35=_0x541376;if(!_0x381ee2)return!0x1;let _0x15892a=this[_0x2c3d35(0x1a5)]['get'](_0x381ee2),_0x1f6e03=typeof(_0x3e124c==null?void 0x0:_0x3e124c[_0x2c3d35(0xf7)])==_0x2c3d35(0x141)?_0x3e124c[_0x2c3d35(0xf7)]():void 0x0;return _0x15892a!=null&&_0x15892a[_0x2c3d35(0x194)]&&_0x1f6e03!=null&&_0x1f6e03[_0x2c3d35(0x40b)](_0x411eec=>_0x411eec instanceof HTMLElement&&this[_0x2c3d35(0x184)](_0x15892a,_0x411eec))||_0x1f6e03!=null&&_0x1f6e03['some'](_0xffc37f=>_0xffc37f instanceof HTMLElement&&this['_isOwnedBoundaryElement'](_0x381ee2,_0xffc37f))?!0x0:_0x394627 instanceof HTMLElement&&(!!(_0x15892a!=null&&_0x15892a['size'])&&this[_0x2c3d35(0x184)](_0x15892a,_0x394627)||this[_0x2c3d35(0x689)](_0x381ee2,_0x394627));}['_containsRegisteredElement'](_0x2fa59d,_0x3e904a){const _0x485063=_0x541376;return[..._0x2fa59d][_0x485063(0x40b)](_0x27e12b=>_0x27e12b===_0x3e904a||_0x27e12b[_0x485063(0x255)](_0x3e904a));}['_isBlockingLease'](_0x45f23b,_0x3af661){const _0x545719=_0x541376;var _0x1528eb;return _0x45f23b['owner']&&!(_0x3af661==null||(_0x1528eb=_0x3af661[_0x545719(0x64b)])==null)&&_0x1528eb[_0x545719(0x356)](_0x45f23b[_0x545719(0x5c8)])?!0x1:this[_0x545719(0x76a)](_0x45f23b[_0x545719(0x305)]);}['_isHostPreservingLease'](_0x1db7c5,_0x4cca2b){const _0x43fbd4=_0x541376;var _0x2aed40;return _0x1db7c5[_0x43fbd4(0x5c8)]&&!(_0x4cca2b==null||(_0x2aed40=_0x4cca2b[_0x43fbd4(0x64b)])==null)&&_0x2aed40[_0x43fbd4(0x356)](_0x1db7c5[_0x43fbd4(0x5c8)])?!0x1:_0x1db7c5[_0x43fbd4(0x305)]!=='runtime';}[_0x541376(0x3d1)](_0x26befc,_0x39a0cb){const _0x3ca63b=_0x541376;return _0x26befc['hostUnitId']==null||_0x26befc[_0x3ca63b(0x142)]===_0x39a0cb;}[_0x541376(0x627)](_0x9a8ed9,_0x4c8047){const _0x1b45cf=_0x541376;let _0x93fb97=this[_0x1b45cf(0x6a6)][_0x1b45cf(0x63f)](_0x9a8ed9);return!!_0x93fb97&&(_0x93fb97[_0x1b45cf(0x142)]==null||_0x93fb97[_0x1b45cf(0x142)]===_0x4c8047);}['_leaseAppliesToChildUnit'](_0x8b5f8a,_0x71eb4b){const _0xae0c53=_0x541376;var _0x42a71f;return _0x8b5f8a['childUnitId']===_0x71eb4b||((_0x42a71f=_0x8b5f8a[_0xae0c53(0x44b)])==null?void 0x0:_0x42a71f[_0xae0c53(0x356)](_0x71eb4b))===!0x0;}[_0x541376(0x61e)](_0x1b2ecb,_0x407a8e){const _0x6dba8=_0x541376;var _0x207a0e;if(((_0x207a0e=this[_0x6dba8(0x6a6)][_0x6dba8(0x63f)](_0x1b2ecb))==null?void 0x0:_0x207a0e['childUnitId'])===_0x407a8e)return!0x0;let _0x225520=this[_0x6dba8(0x3e2)]['get'](_0x1b2ecb);return!!_0x225520&&[..._0x225520][_0x6dba8(0x40b)](_0x3be5c0=>this[_0x6dba8(0x1f7)](_0x3be5c0,_0x407a8e));}['_isBlockingRole'](_0x41501a){return _0x41501a!=='runtime';}[_0x541376(0x64f)](_0xec376){const _0x2f5545=_0x541376;let _0x45fcbb=this['_resolveChildSessionMode'](_0xec376);return _0x45fcbb===_0x2f5545(0x5f3)?0x1e:_0x45fcbb===_0x2f5545(0x45c)?0x14:_0x45fcbb===_0x2f5545(0x794)?0xa:0x0;}[_0x541376(0xb2)](_0x657eb2){const _0x3594ec=_0x541376;return _0x657eb2[_0x3594ec(0x11d)]?_0x657eb2[_0x3594ec(0x11d)]:_0x657eb2[_0x3594ec(0x5c8)]===_0x3594ec(0x1f0)?_0x3594ec(0x5f3):_0x657eb2[_0x3594ec(0x5c8)]===_0x3594ec(0x3d2)||_0x657eb2[_0x3594ec(0x5c8)]===_0x3594ec(0x26e)?_0x3594ec(0x45c):_0x657eb2[_0x3594ec(0x5c8)]===_0x3594ec(0x2c3)?_0x3594ec(0x794):_0x657eb2[_0x3594ec(0x305)]===_0x3594ec(0x34a)?_0x3594ec(0x45c):'host-passive';}['_isOwnedBoundaryElement'](_0x30963b,_0x463fec){const _0x3542a3=_0x541376;return _0x463fec[_0x3542a3(0x639)]('['+_0x4f25b8+'=\x22'+_0x30963b+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x432d9b,_0x5bbc46){const _0x24b8d7=_0x541376;var _0x29258a,_0x3f34ff;let _0x466ec0=typeof(_0x5bbc46==null?void 0x0:_0x5bbc46[_0x24b8d7(0xf7)])==_0x24b8d7(0x141)?_0x5bbc46[_0x24b8d7(0xf7)]():void 0x0,_0x1e5152=_0x466ec0==null?void 0x0:_0x466ec0[_0x24b8d7(0x48d)](_0x5f3b66=>this['_isHTMLElement'](_0x5f3b66)&&_0x5f3b66[_0x24b8d7(0x44a)](_0x24b8d7(0x582))),_0x6aa208=_0x1e5152==null?this['_isHTMLElement'](_0x432d9b)?(_0x29258a=_0x432d9b[_0x24b8d7(0x639)](_0x24b8d7(0x2e9)))==null?void 0x0:_0x29258a:void 0x0:_0x1e5152;return(_0x3f34ff=_0x6aa208==null?void 0x0:_0x6aa208['getAttribute']('data-embed-interaction-boundary-owner'))==null?this['_getOwnedEmbedIdFromEventPoint'](_0x5bbc46):_0x3f34ff;}[_0x541376(0x6e3)](_0x1077c5){const _0x307d80=_0x541376;let _0x221796=this[_0x307d80(0x604)](_0x1077c5);if(!_0x221796)return;let _0x1e6c40;for(let [_0x14423d,_0x395ed7]of this['_elements'])for(let _0x3a55d0 of _0x395ed7){let _0x1ff60b=_0x3a55d0['getBoundingClientRect']();if(!this['_rectContainsPoint'](_0x1ff60b,_0x221796[_0x307d80(0x47a)],_0x221796[_0x307d80(0x19e)]))continue;let _0x25f76d=_0x1ff60b[_0x307d80(0x4d3)]*_0x1ff60b[_0x307d80(0x43b)];(!_0x1e6c40||_0x25f76d<_0x1e6c40[_0x307d80(0x33c)])&&(_0x1e6c40={'embedId':_0x14423d,'area':_0x25f76d});}return _0x1e6c40==null?void 0x0:_0x1e6c40['embedId'];}[_0x541376(0x604)](_0x4007a6){const _0x47eb0a=_0x541376;let _0x213ccc=_0x4007a6;if(_0x213ccc){if(Number['isFinite'](_0x213ccc[_0x47eb0a(0x47a)])&&Number[_0x47eb0a(0x1ee)](_0x213ccc[_0x47eb0a(0x19e)]))return{'clientX':_0x213ccc[_0x47eb0a(0x47a)],'clientY':_0x213ccc[_0x47eb0a(0x19e)]};if(Number[_0x47eb0a(0x1ee)](_0x213ccc['x'])&&Number[_0x47eb0a(0x1ee)](_0x213ccc['y']))return{'clientX':_0x213ccc['x'],'clientY':_0x213ccc['y']};}}[_0x541376(0x15f)](_0x3cde3e,_0x367ce8,_0x19f25c){const _0x29a86b=_0x541376;return _0x3cde3e[_0x29a86b(0x4d3)]>0x0&&_0x3cde3e['height']>0x0&&_0x367ce8>=_0x3cde3e['left']&&_0x367ce8<=_0x3cde3e[_0x29a86b(0x29f)]&&_0x19f25c>=_0x3cde3e[_0x29a86b(0x1d9)]&&_0x19f25c<=_0x3cde3e[_0x29a86b(0x2c2)];}['_getActiveOwnedRuntimeFocusInfo'](){const _0x39915d=_0x541376;var _0x22c102;let _0x2e6108=this[_0x39915d(0x357)]();if(!this[_0x39915d(0x143)](_0x2e6108))return;let _0x133bbe=_0x2e6108[_0x39915d(0x639)]('['+_0x4f25b8+']');if(!_0x133bbe)return;let _0x26cb01=_0x133bbe[_0x39915d(0x161)](_0x4f25b8),_0x24bf9a=(_0x22c102=_0x2e6108['closest'](_0x39915d(0x52c)))==null?void 0x0:_0x22c102[_0x39915d(0x161)](_0x59c51f);return _0x26cb01&&this[_0x39915d(0x728)](_0x24bf9a)?{'embedId':_0x26cb01,'role':_0x24bf9a}:void 0x0;}['_isHTMLElement'](_0x29772a){const _0x4a6388=_0x541376;var _0x4ea056;if(!_0x29772a)return!0x1;let _0x1ca657=(_0x4ea056=_0x29772a[_0x4a6388(0x53a)])==null?void 0x0:_0x4ea056[_0x4a6388(0x51f)];return _0x1ca657?_0x29772a instanceof _0x1ca657[_0x4a6388(0x2f8)]:typeof HTMLElement<'u'&&_0x29772a instanceof HTMLElement;}[_0x541376(0x728)](_0x40a7b1){const _0x8594a9=_0x541376;return _0x40a7b1===_0x8594a9(0xcd)||_0x40a7b1===_0x8594a9(0x34a)||_0x40a7b1===_0x8594a9(0x37c)||_0x40a7b1===_0x8594a9(0x24e)||_0x40a7b1===_0x8594a9(0x506);}[_0x541376(0x357)](){const _0x17b11f=_0x541376;for(let _0x471f43 of this[_0x17b11f(0x1a5)]['values']()){var _0x2aaaa9;let _0x2925cc=(_0x2aaaa9=_0x471f43[_0x17b11f(0x2d2)]()['next']()[_0x17b11f(0x245)])==null?void 0x0:_0x2aaaa9['ownerDocument'];if(_0x2925cc!=null&&_0x2925cc[_0x17b11f(0x6b6)])return _0x2925cc[_0x17b11f(0x6b6)];}return typeof document>'u'?null:document['activeElement'];}[_0x541376(0x283)](_0x4d55dd){const _0x4b0ee0=_0x541376;var _0x5d4a89,_0x57ecf3;let _0x2a0d71=this[_0x4b0ee0(0x1a5)]['get'](_0x4d55dd),_0x21be78=_0x2a0d71==null||(_0x5d4a89=_0x2a0d71[_0x4b0ee0(0x2d2)]()['next']()[_0x4b0ee0(0x245)])==null?void 0x0:_0x5d4a89[_0x4b0ee0(0x53a)];return(_0x57ecf3=_0x21be78==null?void 0x0:_0x21be78[_0x4b0ee0(0x6b6)])==null?typeof document>'u'?null:document['activeElement']:_0x57ecf3;}[_0x541376(0x499)](){const _0x457e05=_0x541376;this[_0x457e05(0x328)][_0x457e05(0x755)]();}['_notifyRuntimeSessionChanged'](){this['runtimeSessionChanged$']['next']();}};let _0x4f25b8=_0x541376(0x582);var _0x5a9356=class{constructor(){const _0x8eade4=_0x541376;_0x531548(this,_0x8eade4(0x4a0),new Map()),_0x531548(this,'_portalObservers',new WeakMap()),_0x531548(this,_0x8eade4(0x29c),new WeakMap()),_0x531548(this,_0x8eade4(0x59e),void 0x0);}[_0x541376(0x5ff)](_0x207d27,_0x3a15cf){const _0x25c63b=_0x541376;let _0x35d947=this['_roots'][_0x25c63b(0x63f)](_0x207d27);_0x35d947||(_0x35d947=new Set(),this[_0x25c63b(0x4a0)][_0x25c63b(0x2e2)](_0x207d27,_0x35d947)),_0x35d947[_0x25c63b(0x60d)](_0x3a15cf);let _0x354274=_0x3a15cf['getAttribute'](_0x4f25b8);_0x3a15cf[_0x25c63b(0x421)](_0x4f25b8,_0x207d27);let _0x5c00bc=this['_registerRootPopupDescendantFocusRoles'](_0x207d27,_0x3a15cf),_0x3989b0=()=>this[_0x25c63b(0x471)](_0x207d27,_0x3a15cf[_0x25c63b(0x53a)]);return _0x3a15cf[_0x25c63b(0x5b3)](_0x25c63b(0x1fd),_0x3989b0,!0x0),_0x3a15cf[_0x25c63b(0x5b3)](_0x25c63b(0x76b),_0x3989b0,!0x0),_0x3a15cf['addEventListener'](_0x25c63b(0x5b8),_0x3989b0,!0x0),(0x0,_0x1d2b2d[_0x25c63b(0x212)])(()=>{const _0x57f2de=_0x25c63b;var _0x105b60;_0x5c00bc[_0x57f2de(0x3b0)](),_0x3a15cf[_0x57f2de(0x355)](_0x57f2de(0x1fd),_0x3989b0,!0x0),_0x3a15cf[_0x57f2de(0x355)](_0x57f2de(0x76b),_0x3989b0,!0x0),_0x3a15cf['removeEventListener'](_0x57f2de(0x5b8),_0x3989b0,!0x0),((_0x105b60=this[_0x57f2de(0x59e)])==null?void 0x0:_0x105b60['embedId'])===_0x207d27&&this[_0x57f2de(0x59e)]['document']===_0x3a15cf['ownerDocument']&&(this[_0x57f2de(0x59e)]=void 0x0),_0x35d947==null||_0x35d947['delete'](_0x3a15cf),_0x35d947&&_0x35d947[_0x57f2de(0x194)]===0x0&&this[_0x57f2de(0x4a0)]['delete'](_0x207d27),_0x354274==null?_0x3a15cf['removeAttribute'](_0x4f25b8):_0x3a15cf[_0x57f2de(0x421)](_0x4f25b8,_0x354274);});}[_0x541376(0x17d)](_0x282105,_0x3aab77){const _0xd151de=_0x541376;let _0x318966=_0x3aab77[_0xd151de(0x53a)]['defaultView'],_0x5294d3=new Map(),_0x540fbb=new Map(),_0x130a97,_0x3fbd9f=!0x1,_0x3b1c41=_0x560edf=>{const _0x284c59=_0xd151de;_0x5294d3[_0x284c59(0x297)](_0x560edf)||_0x5294d3[_0x284c59(0x2e2)](_0x560edf,_0x560edf[_0x284c59(0x161)](_0x4f25b8)),_0x540fbb[_0x284c59(0x297)](_0x560edf)||_0x540fbb['set'](_0x560edf,_0x560edf[_0x284c59(0x161)](_0x59c51f));},_0x463e17=_0x5e5133=>{const _0x3c0621=_0xd151de;_0x3b1c41(_0x5e5133),_0x5e5133[_0x3c0621(0x421)](_0x4f25b8,_0x282105),_0x5e5133[_0x3c0621(0x421)](_0x59c51f,_0x3c0621(0x24e));},_0x288d1f=_0x1d2ce3=>{const _0xf332f3=_0xd151de;this[_0xf332f3(0x271)](_0x1d2ce3)&&(_0x463e17(_0x1d2ce3),_0x1d2ce3[_0xf332f3(0x389)]('*')['forEach'](_0x463e17));},_0x4b5ce7=_0x310ea7=>{const _0x2a171c=_0xd151de;_0x3fbd9f||(_0x288d1f(_0x310ea7),_0x310ea7[_0x2a171c(0x389)]('*')[_0x2a171c(0x187)](_0x425b42=>_0x288d1f(_0x425b42)));};return _0x4b5ce7(_0x3aab77),_0x318966!=null&&_0x318966[_0xd151de(0x7a4)]&&(_0x130a97=new _0x318966[(_0xd151de(0x7a4))](_0x461ae6=>{const _0x1d5202=_0xd151de;_0x461ae6[_0x1d5202(0x187)](_0x467173=>{const _0x1120c0=_0x1d5202;_0x467173[_0x1120c0(0x5cc)]['forEach'](_0x5bea98=>{const _0x1ff182=_0x1120c0;_0x5bea98 instanceof _0x318966[_0x1ff182(0x2f8)]&&_0x4b5ce7(_0x5bea98);});});}),_0x130a97['observe'](_0x3aab77,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x1d2b2d[_0xd151de(0x212)])(()=>{const _0x39503e=_0xd151de;_0x3fbd9f=!0x0,_0x130a97==null||_0x130a97[_0x39503e(0x1b6)](),_0x5294d3['forEach']((_0x2b2498,_0x5837f0)=>{if(_0x2b2498==null){_0x5837f0['removeAttribute'](_0x4f25b8);return;}_0x5837f0['setAttribute'](_0x4f25b8,_0x2b2498);}),_0x540fbb[_0x39503e(0x187)]((_0x869d0a,_0x227032)=>{const _0x27f03f=_0x39503e;if(_0x869d0a==null){_0x227032[_0x27f03f(0x51c)](_0x59c51f);return;}_0x227032[_0x27f03f(0x421)](_0x59c51f,_0x869d0a);});});}['registerOwnedElement'](_0x128fac,_0x6d5c51){const _0x364e42=_0x541376;let _0x32f946=this[_0x364e42(0x4a0)][_0x364e42(0x63f)](_0x128fac);_0x32f946||(_0x32f946=new Set(),this[_0x364e42(0x4a0)][_0x364e42(0x2e2)](_0x128fac,_0x32f946)),_0x32f946['add'](_0x6d5c51);let _0x4cea64=this[_0x364e42(0x12c)](_0x128fac,_0x6d5c51);return(0x0,_0x1d2b2d[_0x364e42(0x212)])(()=>{const _0x367c99=_0x364e42;_0x32f946==null||_0x32f946[_0x367c99(0x6fe)](_0x6d5c51),_0x32f946&&_0x32f946[_0x367c99(0x194)]===0x0&&this[_0x367c99(0x4a0)][_0x367c99(0x6fe)](_0x128fac),_0x4cea64['dispose']();});}[_0x541376(0x255)](_0x36675a,_0x40c83f,_0x49db0d){const _0x34a743=_0x541376;let _0x2e766d=typeof(_0x49db0d==null?void 0x0:_0x49db0d[_0x34a743(0xf7)])==_0x34a743(0x141)?_0x49db0d[_0x34a743(0xf7)]():void 0x0;if(_0x2e766d!=null&&_0x2e766d[_0x34a743(0x40b)](_0x517376=>_0x517376 instanceof HTMLElement&&this[_0x34a743(0x372)](_0x36675a,_0x517376)))return!0x0;if(!(_0x40c83f instanceof HTMLElement))return!0x1;if(this[_0x34a743(0x372)](_0x36675a,_0x40c83f))return!0x0;if(!_0x36675a)return Array[_0x34a743(0x3be)](this[_0x34a743(0x4a0)][_0x34a743(0x2d2)]())[_0x34a743(0x40b)](_0x1ba115=>[..._0x1ba115][_0x34a743(0x40b)](_0x909fa4=>_0x909fa4[_0x34a743(0x706)]&&_0x909fa4['contains'](_0x40c83f)));let _0x9d8ab7=this['_roots'][_0x34a743(0x63f)](_0x36675a);return!!_0x9d8ab7&&[..._0x9d8ab7][_0x34a743(0x40b)](_0x1c1ebb=>_0x1c1ebb[_0x34a743(0x706)]&&_0x1c1ebb[_0x34a743(0x255)](_0x40c83f));}[_0x541376(0x306)](_0x4ce1be){const _0xc9be11=_0x541376;let _0x41aa02=_0x4ce1be?this[_0xc9be11(0x29c)][_0xc9be11(0x63f)](_0x4ce1be):typeof document<'u'?this[_0xc9be11(0x29c)][_0xc9be11(0x63f)](document):void 0x0;if(_0x41aa02!=null&&_0x41aa02[_0xc9be11(0x664)])return!0x0;let _0xcf4311=this[_0xc9be11(0x59e)];return!_0xcf4311||Date['now']()>_0xcf4311['expiresAt']?!0x1:!_0x4ce1be||_0xcf4311[_0xc9be11(0x63d)]===_0x4ce1be;}[_0x541376(0x63b)](_0x22567b,_0x3addd7){const _0x114f93=_0x541376;if(!_0x22567b)return!0x1;let _0x302aff=_0x3addd7?this[_0x114f93(0x29c)][_0x114f93(0x63f)](_0x3addd7):typeof document<'u'?this[_0x114f93(0x29c)][_0x114f93(0x63f)](document):void 0x0;if(_0x302aff!=null&&_0x302aff[_0x114f93(0x40b)](_0x3b7c96=>_0x3b7c96[_0x114f93(0x333)]===_0x22567b))return!0x0;let _0x4b263=this[_0x114f93(0x59e)];return!_0x4b263||_0x4b263[_0x114f93(0x333)]!==_0x22567b||Date[_0x114f93(0x290)]()>_0x4b263[_0x114f93(0x11b)]?!0x1:!_0x3addd7||_0x4b263['document']===_0x3addd7;}['closeOwnedFloatingSurfaces'](_0x4f1f18,_0x43447a){const _0x21631f=_0x541376;!_0x4f1f18||!(_0x43447a!=null&&_0x43447a[_0x21631f(0x5c1)])||this[_0x21631f(0xc1)](_0x4f1f18,_0x43447a)[_0x21631f(0x187)](_0xfa8d0b=>this[_0x21631f(0x2bc)](_0xfa8d0b,_0x43447a));}[_0x541376(0x486)](_0x406918,_0x20eada){const _0x2ebfad=_0x541376;var _0x5c2db6,_0x509041;if(!(_0x20eada!=null&&_0x20eada[_0x2ebfad(0x5c1)]))return(0x0,_0x1d2b2d[_0x2ebfad(0x212)])(()=>{});let _0x53a4a1=Symbol(_0x406918),_0x1e9048=(_0x5c2db6=this[_0x2ebfad(0x29c)][_0x2ebfad(0x63f)](_0x20eada))==null?[]:_0x5c2db6;return _0x1e9048[_0x2ebfad(0x400)]({'embedId':_0x406918,'token':_0x53a4a1}),this[_0x2ebfad(0x29c)][_0x2ebfad(0x2e2)](_0x20eada,_0x1e9048),this[_0x2ebfad(0x6b9)](_0x20eada),this[_0x2ebfad(0x163)](_0x406918,_0x20eada,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x2ebfad(0x459)](_0x406918,_0x20eada),(_0x509041=_0x20eada[_0x2ebfad(0x51f)])==null||_0x509041[_0x2ebfad(0x38b)](()=>{const _0x31bf55=_0x2ebfad;let _0x20ed4d=this[_0x31bf55(0x47e)](_0x20eada);(_0x20ed4d==null?void 0x0:_0x20ed4d[_0x31bf55(0x333)])===_0x406918&&_0x20ed4d[_0x31bf55(0x761)]===_0x53a4a1&&(this['_markExistingBodyPortals'](_0x406918,_0x20eada,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x406918,_0x20eada));},0x0),(0x0,_0x1d2b2d[_0x2ebfad(0x212)])(()=>{const _0xb38124=_0x2ebfad;let _0x3afb97=this[_0xb38124(0x29c)][_0xb38124(0x63f)](_0x20eada),_0x599eab=!0x1;if(_0x3afb97){let _0xab5b40=_0x3afb97[_0xb38124(0xd2)](_0x4e20fd=>_0x4e20fd['embedId']===_0x406918&&_0x4e20fd[_0xb38124(0x761)]===_0x53a4a1);_0xab5b40>=0x0&&_0x3afb97[_0xb38124(0x5d9)](_0xab5b40,0x1),_0x599eab=_0x3afb97[_0xb38124(0x40b)](_0x39d8a8=>_0x39d8a8[_0xb38124(0x333)]===_0x406918),_0x3afb97[_0xb38124(0x664)]===0x0&&this['_activePortalOwners'][_0xb38124(0x6fe)](_0x20eada);}_0x599eab||this['_releaseBodyPortalClaims'](_0x406918,_0x20eada);let _0x850deb=this['_getLatestActivePortalOwner'](_0x20eada);_0x850deb&&(this[_0xb38124(0x163)](_0x850deb[_0xb38124(0x333)],_0x20eada,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0xb38124(0x459)](_0x850deb['embedId'],_0x20eada));});}[_0x541376(0xc1)](_0x1c55c3,_0x486e31){const _0x450f14=_0x541376;var _0x1f4bf7;let _0x2950c2=new Set(),_0x14d18c=_0xc25d39=>{const _0x477200=_0x1eb6;let _0x59df1e=this[_0x477200(0x1aa)](_0xc25d39);!_0x59df1e||!this[_0x477200(0x372)](_0x1c55c3,_0x59df1e)||_0x2950c2['add'](_0x59df1e);};return _0x486e31[_0x450f14(0x5c1)]['querySelectorAll']('['+_0x4f25b8+'=\x22'+_0x1c55c3+'\x22]')[_0x450f14(0x187)](_0x14d18c),(_0x1f4bf7=this['_roots'][_0x450f14(0x63f)](_0x1c55c3))==null||_0x1f4bf7[_0x450f14(0x187)](_0x426e2f=>{const _0x344a52=_0x450f14;_0x426e2f[_0x344a52(0x706)]&&(_0x14d18c(_0x426e2f),_0x426e2f[_0x344a52(0x389)]('*')[_0x344a52(0x187)](_0x14d18c));}),[..._0x2950c2][_0x450f14(0x1d8)]((_0xfb5d2d,_0x508cf2)=>_0xfb5d2d['contains'](_0x508cf2)?0x1:_0x508cf2[_0x450f14(0x255)](_0xfb5d2d)?-0x1:0x0);}[_0x541376(0x1aa)](_0xff2397){const _0x5051c9=_0x541376;var _0x198458;if(!_0xff2397[_0x5051c9(0x639)](_0x5051c9(0x43e))&&this[_0x5051c9(0x271)](_0xff2397))return(_0x198458=_0xff2397[_0x5051c9(0x639)]('.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]'))==null?_0xff2397:_0x198458;}['_dispatchEscapeToFloatingSurface'](_0x387425,_0x4a427e){const _0x7101b=_0x541376;let _0x256559=_0x4a427e[_0x7101b(0x51f)],_0x1f8fb0=_0x4a427e[_0x7101b(0x6b6)]instanceof HTMLElement&&_0x387425[_0x7101b(0x255)](_0x4a427e[_0x7101b(0x6b6)])?_0x4a427e['activeElement']:_0x387425,_0x28ad8e=_0x256559!=null&&_0x256559['KeyboardEvent']?new _0x256559[(_0x7101b(0x1ef))](_0x7101b(0x12d),{'key':_0x7101b(0x524),'code':_0x7101b(0x524),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x7101b(0x12d),{'bubbles':!0x0,'cancelable':!0x0});_0x1f8fb0[_0x7101b(0x4a2)](_0x28ad8e);}[_0x541376(0x372)](_0x12ea2c,_0x205f71){const _0x2c9e8a=_0x541376;let _0x2e9094=_0x205f71['closest']('['+_0x4f25b8+']'),_0x33832d=_0x2e9094==null?void 0x0:_0x2e9094[_0x2c9e8a(0x161)](_0x4f25b8);if(_0x33832d&&(!_0x12ea2c||_0x33832d===_0x12ea2c))return!0x0;if(!_0x12ea2c)return Array[_0x2c9e8a(0x3be)](this[_0x2c9e8a(0x4a0)][_0x2c9e8a(0x2d2)]())[_0x2c9e8a(0x40b)](_0xa91b81=>[..._0xa91b81][_0x2c9e8a(0x40b)](_0x5137cd=>_0x5137cd===_0x205f71||_0x5137cd['contains'](_0x205f71)));let _0x2d6643=this['_roots'][_0x2c9e8a(0x63f)](_0x12ea2c);return!!_0x2d6643&&[..._0x2d6643][_0x2c9e8a(0x40b)](_0x957fc3=>_0x957fc3===_0x205f71||_0x957fc3[_0x2c9e8a(0x255)](_0x205f71));}[_0x541376(0x471)](_0x9da1af,_0x2d797c){const _0x550dc6=_0x541376;var _0x5f2e0a;_0x2d797c!=null&&_0x2d797c[_0x550dc6(0x5c1)]&&(this[_0x550dc6(0x59e)]={'embedId':_0x9da1af,'document':_0x2d797c,'expiresAt':Date['now']()+0x3e8},this[_0x550dc6(0x6b9)](_0x2d797c),this['_markExistingBodyPortals'](_0x9da1af,_0x2d797c,{'includeAppShellEditorPortal':!0x1}),(_0x5f2e0a=_0x2d797c[_0x550dc6(0x51f)])==null||_0x5f2e0a['setTimeout'](()=>{const _0x3e1307=_0x550dc6;let _0x102bdc=this[_0x3e1307(0x59e)];(_0x102bdc==null?void 0x0:_0x102bdc[_0x3e1307(0x333)])===_0x9da1af&&_0x102bdc[_0x3e1307(0x63d)]===_0x2d797c&&Date[_0x3e1307(0x290)]()<=_0x102bdc[_0x3e1307(0x11b)]&&this[_0x3e1307(0x163)](_0x9da1af,_0x2d797c,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x541376(0x6b9)](_0x1bd215){const _0x4a1a53=_0x541376;if(this[_0x4a1a53(0x6cc)][_0x4a1a53(0x297)](_0x1bd215)||!_0x1bd215[_0x4a1a53(0x5c1)])return;let _0x2bac27=_0x1bd215[_0x4a1a53(0x51f)];if(!(_0x2bac27!=null&&_0x2bac27[_0x4a1a53(0x7a4)]))return;let _0x2adec4=new _0x2bac27[(_0x4a1a53(0x7a4))](_0x35270f=>{const _0x1ac43b=_0x4a1a53;let _0x39d55e=this[_0x1ac43b(0x409)](_0x1bd215);if(!_0x39d55e)return;let _0x22ec82={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x39d55e[_0x1ac43b(0x324)],'allowDirectBodyPortal':!_0x39d55e[_0x1ac43b(0x324)]};_0x35270f[_0x1ac43b(0x187)](_0x41fd46=>{const _0x2248c1=_0x1ac43b;_0x41fd46[_0x2248c1(0x2bf)]===_0x2248c1(0x5ea)&&_0x41fd46[_0x2248c1(0x28d)]instanceof _0x2bac27['HTMLElement']&&this['_markBodyPortalOwner'](_0x41fd46[_0x2248c1(0x28d)],_0x39d55e[_0x2248c1(0x333)],_0x1bd215,_0x22ec82),_0x41fd46[_0x2248c1(0x5cc)][_0x2248c1(0x187)](_0x18e882=>{const _0x2d7fd3=_0x2248c1;_0x18e882 instanceof _0x2bac27['HTMLElement']&&(this[_0x2d7fd3(0x5bc)](_0x18e882,_0x39d55e[_0x2d7fd3(0x333)],_0x1bd215,_0x22ec82),_0x18e882[_0x2d7fd3(0x389)]('*')[_0x2d7fd3(0x187)](_0x1f3f76=>{const _0x1bdee1=_0x2d7fd3;this['_markBodyPortalOwner'](_0x1f3f76,_0x39d55e[_0x1bdee1(0x333)],_0x1bd215,_0x22ec82);}));});}),_0x39d55e[_0x1ac43b(0x324)]&&this[_0x1ac43b(0x459)](_0x39d55e['embedId'],_0x1bd215);});_0x2adec4['observe'](_0x1bd215[_0x4a1a53(0x5c1)],{'attributeFilter':[_0x4a1a53(0x76f),'data-u-comp','id',_0x4a1a53(0x305),_0x4a1a53(0x44e)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x2adec4[_0x4a1a53(0x392)](),this[_0x4a1a53(0x6cc)]['set'](_0x1bd215,_0x2adec4);}['_markBodyPortalOwner'](_0x301c4a,_0x31651d,_0xc1e0ca,_0x344953={}){const _0x14e614=_0x541376;_0x344953['allowDirectBodyPortal']===!0x1&&_0x301c4a['parentElement']===_0xc1e0ca[_0x14e614(0x5c1)]&&!this['_isUniverPortalCandidate'](_0x301c4a)&&!this[_0x14e614(0x2b0)](_0x301c4a)||this[_0x14e614(0x629)](_0x301c4a,_0xc1e0ca,_0x344953)&&(!this[_0x14e614(0x2b0)](_0x301c4a)&&this[_0x14e614(0x653)](_0x301c4a,_0xc1e0ca)||(this[_0x14e614(0x2ab)](_0x301c4a,_0x31651d,_0xc1e0ca),this[_0x14e614(0x12c)](_0x31651d,_0x301c4a,{'transient':!0x0}),this[_0x14e614(0x381)](_0x301c4a,_0x344953)));}['_markExistingBodyPortals'](_0x2c53b1,_0x4d5566,_0x449fff={}){const _0x33c3d3=_0x541376;_0x4d5566['body'][_0x33c3d3(0x389)]('*')[_0x33c3d3(0x187)](_0x1c89e4=>{const _0x5bc28f=_0x33c3d3;this['_markBodyPortalOwner'](_0x1c89e4,_0x2c53b1,_0x4d5566,{'includeAppShellEditorPortal':_0x449fff[_0x5bc28f(0x6c0)],'allowOwnedPortalReassignment':_0x449fff[_0x5bc28f(0x350)],'allowDirectBodyPortal':_0x449fff[_0x5bc28f(0x19c)]});});}['_isBodyPortalCandidate'](_0x196321,_0x11bbc0,_0x2a0a4e={}){const _0x513383=_0x541376;if(!_0x11bbc0[_0x513383(0x5c1)]['contains'](_0x196321))return!0x1;let _0x40f53d=!!_0x2a0a4e['includeAppShellEditorPortal']&&this[_0x513383(0x2b0)](_0x196321),_0x16389e=this['_isUniverPortalCandidate'](_0x196321);if(!_0x2a0a4e['allowOwnedPortalReassignment']&&!_0x40f53d&&_0x196321['closest']('[data-embed-interaction-boundary-owner]')||_0x196321['id']===_0x513383(0x408))return!0x1;let _0x24354c=_0x196321['parentElement'];return!!_0x2a0a4e['allowDirectBodyPortal']&&_0x24354c===_0x11bbc0[_0x513383(0x5c1)]||(_0x24354c==null?void 0x0:_0x24354c[_0x513383(0x639)](_0x513383(0x37e)))!=null||_0x16389e||_0x40f53d;}[_0x541376(0x2b0)](_0xf0628f){const _0xeed3f9=_0x541376;var _0x31d2d4,_0x554a3d;return((_0x31d2d4=_0xf0628f[_0xeed3f9(0x130)])==null?void 0x0:_0x31d2d4['id'])!==_0xeed3f9(0x408)&&((_0x554a3d=_0xf0628f[_0xeed3f9(0x639)](_0xeed3f9(0x4b3)))==null?void 0x0:_0x554a3d['parentElement'])!==_0xf0628f['ownerDocument'][_0xeed3f9(0x5c1)]?!0x1:_0xf0628f['id'][_0xeed3f9(0x16d)](_0xeed3f9(0x384))||_0xf0628f['id'][_0xeed3f9(0x16d)](_0xeed3f9(0x25b))||_0xf0628f['closest'](_0xeed3f9(0x4f0))!=null||_0xf0628f[_0xeed3f9(0x639)](_0xeed3f9(0x2cb))!=null;}[_0x541376(0x5e9)](_0x79d387){const _0x2a7243=_0x541376;return _0x79d387['id']['startsWith']('__editor_docs-')||_0x79d387['id'][_0x2a7243(0x16d)]('univer-doc-selection-container-docs-')||_0x79d387[_0x2a7243(0x639)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x79d387[_0x2a7243(0x639)](_0x2a7243(0x330))!=null;}[_0x541376(0x109)](_0x328102){const _0x16afaf=_0x541376;let _0x3edb19=typeof _0x328102['className']==_0x16afaf(0x635)?_0x328102[_0x16afaf(0x638)]:'';if(_0x328102[_0x16afaf(0x161)](_0x16afaf(0x6aa))===_0x16afaf(0x4d2)||_0x328102[_0x16afaf(0x100)][_0x16afaf(0x255)]('univer-popup')||_0x328102[_0x16afaf(0x100)][_0x16afaf(0x255)](_0x16afaf(0x39e))||_0x328102[_0x16afaf(0x100)][_0x16afaf(0x255)](_0x16afaf(0x791))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x16afaf(0x740)](_0x3edb19))return!0x0;let _0x167f7b=_0x328102['getAttribute']('role');return _0x167f7b===_0x16afaf(0x2f3)||_0x167f7b==='listbox'||_0x167f7b==='menu'||_0x167f7b===_0x16afaf(0x3a0)||_0x328102[_0x16afaf(0x44a)](_0x16afaf(0x6ad));}['_isDetachedOffscreenPortalCandidate'](_0x37c158,_0x375af3){const _0x86dfeb=_0x541376;var _0x253ac9,_0x250d88;if(!this[_0x86dfeb(0x271)](_0x37c158))return!0x1;let _0x2338f3=(_0x253ac9=_0x37c158[_0x86dfeb(0x639)](_0x86dfeb(0x4d7)))==null?_0x37c158:_0x253ac9,_0x59e57b=(_0x250d88=_0x2338f3[_0x86dfeb(0x639)](_0x86dfeb(0x4b3)))==null?_0x2338f3[_0x86dfeb(0x130)]:_0x250d88;if(_0x2338f3[_0x86dfeb(0x130)]!==_0x375af3[_0x86dfeb(0x5c1)]&&(_0x59e57b==null?void 0x0:_0x59e57b[_0x86dfeb(0x130)])!==_0x375af3[_0x86dfeb(0x5c1)])return!0x1;let _0x5a366a=_0x375af3[_0x86dfeb(0x51f)];if(!_0x5a366a)return!0x1;let _0xc6e8a=_0x2338f3['getBoundingClientRect']();return _0xc6e8a[_0x86dfeb(0x29f)]<0x0||_0xc6e8a[_0x86dfeb(0x2c2)]<0x0||_0xc6e8a[_0x86dfeb(0x407)]>_0x5a366a['innerWidth']||_0xc6e8a['top']>_0x5a366a[_0x86dfeb(0x79e)]?!0x0:_0xc6e8a['width']<=0x0||_0xc6e8a[_0x86dfeb(0x43b)]<=0x0?_0xc6e8a[_0x86dfeb(0x407)]<0x0||_0xc6e8a[_0x86dfeb(0x1d9)]<0x0||_0xc6e8a[_0x86dfeb(0x407)]>_0x5a366a[_0x86dfeb(0x770)]||_0xc6e8a[_0x86dfeb(0x1d9)]>_0x5a366a[_0x86dfeb(0x79e)]:!0x1;}[_0x541376(0x381)](_0x1f5cc0,_0x5871fd={}){const _0x2a45e7=_0x541376;let _0x5de44f=_0x5871fd[_0x2a45e7(0x6c0)]&&this[_0x2a45e7(0x2b0)](_0x1f5cc0)?_0x2a45e7(0x37c):this[_0x2a45e7(0x271)](_0x1f5cc0)?'child-popup':void 0x0;_0x5de44f&&(_0x1f5cc0[_0x2a45e7(0x421)](_0x59c51f,_0x5de44f),_0x1f5cc0['querySelectorAll']('*')[_0x2a45e7(0x187)](_0xfe7e32=>{const _0x301535=_0x2a45e7;_0xfe7e32[_0x301535(0x421)](_0x59c51f,_0x5de44f);}));}[_0x541376(0x12c)](_0x30c0f3,_0x474a58,_0x4b5386={}){const _0x2da63d=_0x541376;let _0x55fc76=new Map(),_0x4e7511=_0x2c299a=>{const _0x30c461=_0x1eb6;_0x4b5386['transient']||_0x55fc76[_0x30c461(0x2e2)](_0x2c299a,_0x2c299a[_0x30c461(0x161)](_0x4f25b8)),_0x2c299a[_0x30c461(0x421)](_0x4f25b8,_0x30c0f3);};return _0x4e7511(_0x474a58),_0x474a58['querySelectorAll']('*')[_0x2da63d(0x187)](_0x4e7511),(0x0,_0x1d2b2d[_0x2da63d(0x212)])(()=>{const _0x4afeac=_0x2da63d;_0x55fc76[_0x4afeac(0x187)]((_0x6f6dae,_0x3e566b)=>{const _0x55c26f=_0x4afeac;if(_0x6f6dae==null){_0x3e566b[_0x55c26f(0x51c)](_0x4f25b8);return;}_0x3e566b[_0x55c26f(0x421)](_0x4f25b8,_0x6f6dae);});});}[_0x541376(0x271)](_0x2e6a93){const _0x27b44e=_0x541376;return this[_0x27b44e(0x109)](_0x2e6a93)||_0x2e6a93[_0x27b44e(0x639)]('.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]')!=null;}[_0x541376(0x409)](_0x25759d){const _0x38ad5a=_0x541376;let _0x116c62=this[_0x38ad5a(0x47e)](_0x25759d);if(_0x116c62)return{'embedId':_0x116c62[_0x38ad5a(0x333)],'stable':!0x0};let _0x86af68=this['_pendingPortalOwner'];if(_0x86af68&&_0x86af68['document']===_0x25759d&&Date[_0x38ad5a(0x290)]()<=_0x86af68[_0x38ad5a(0x11b)])return{'embedId':_0x86af68[_0x38ad5a(0x333)],'stable':!0x1};}[_0x541376(0x47e)](_0x828272){const _0x15fe60=_0x541376;let _0xe8f1a4=this[_0x15fe60(0x29c)][_0x15fe60(0x63f)](_0x828272);return _0xe8f1a4==null?void 0x0:_0xe8f1a4[_0xe8f1a4[_0x15fe60(0x664)]-0x1];}[_0x541376(0x459)](_0x4d0398,_0x531a9b){const _0x2f00aa=_0x541376;let _0x424e72=this[_0x2f00aa(0x4a0)][_0x2f00aa(0x63f)](_0x4d0398);_0x531a9b[_0x2f00aa(0x5c1)]['querySelectorAll']('['+_0x4f25b8+'=\x22'+_0x4d0398+'\x22]')[_0x2f00aa(0x187)](_0x423721=>{const _0x44e56a=_0x2f00aa;_0x423721[_0x44e56a(0x130)]===_0x531a9b[_0x44e56a(0x5c1)]&&(_0x424e72&&[..._0x424e72]['some'](_0x577914=>_0x577914===_0x423721||_0x577914[_0x44e56a(0x255)](_0x423721))||this[_0x44e56a(0x109)](_0x423721)||this[_0x44e56a(0x2b0)](_0x423721)||_0x423721[_0x44e56a(0x51c)](_0x4f25b8));});}['_blurActiveElementBeforePortalReassignment'](_0x215185,_0x4d4011,_0x57610e){const _0x330c9d=_0x541376;let _0x2a3562=_0x215185[_0x330c9d(0x161)](_0x4f25b8);if(!_0x2a3562||_0x2a3562===_0x4d4011)return;let _0x24e610=_0x57610e['activeElement'];!(_0x24e610 instanceof HTMLElement)||_0x24e610!==_0x215185&&!_0x215185[_0x330c9d(0x255)](_0x24e610)||(_0x24e610[_0x330c9d(0x232)](),_0x57610e['activeElement']===_0x24e610&&this[_0x330c9d(0x198)](_0x57610e));}[_0x541376(0x6b5)](_0x53d85d,_0x13a891){const _0x3d7ba4=_0x541376;let _0x5a2c7d=this[_0x3d7ba4(0x4a0)][_0x3d7ba4(0x63f)](_0x53d85d),_0x2c0beb=_0x13a891[_0x3d7ba4(0x5c1)][_0x3d7ba4(0x389)]('['+_0x4f25b8+'=\x22'+_0x53d85d+'\x22]'),_0xe041f=_0x1ef2fb=>_0x5a2c7d!=null&&[..._0x5a2c7d][_0x3d7ba4(0x40b)](_0x3d0790=>_0x3d0790===_0x1ef2fb||_0x3d0790['contains'](_0x1ef2fb)),_0x203568=[];_0x2c0beb[_0x3d7ba4(0x187)](_0x298ea3=>{const _0x46be7a=_0x3d7ba4;_0xe041f(_0x298ea3)||(_0x203568['push'](_0x298ea3),_0x298ea3['removeAttribute'](_0x4f25b8),this[_0x46be7a(0x67b)](_0x298ea3));});let _0x130487=_0x13a891[_0x3d7ba4(0x6b6)];_0x130487 instanceof HTMLElement&&_0x203568['some'](_0x4ef14b=>_0x4ef14b===_0x130487||_0x4ef14b[_0x3d7ba4(0x255)](_0x130487))&&(_0x130487['blur'](),_0x13a891[_0x3d7ba4(0x6b6)]===_0x130487&&this[_0x3d7ba4(0x198)](_0x13a891));}[_0x541376(0x198)](_0x48d053){const _0xc1c20d=_0x541376;let _0x5f4e23=_0x48d053[_0xc1c20d(0x5c1)];if(!_0x5f4e23)return;let _0x4eb14a=_0x5f4e23[_0xc1c20d(0x161)]('tabindex');_0x4eb14a==null&&(_0x5f4e23['tabIndex']=-0x1),_0x5f4e23[_0xc1c20d(0x3d0)]({'preventScroll':!0x0}),_0x4eb14a==null?_0x5f4e23['removeAttribute'](_0xc1c20d(0x259)):_0x5f4e23['setAttribute'](_0xc1c20d(0x259),_0x4eb14a),_0x48d053[_0xc1c20d(0x6b6)]!==_0x5f4e23&&this['_focusTemporarySink'](_0x48d053);}[_0x541376(0x576)](_0x36c897){const _0x5b4dd4=_0x541376;var _0x404da2;let _0x587414=_0x36c897['body'];if(!_0x587414)return;let _0x3dfd75=_0x36c897[_0x5b4dd4(0x47b)](_0x5b4dd4(0x308));_0x3dfd75[_0x5b4dd4(0x6ff)]=-0x1,_0x3dfd75['setAttribute'](_0x5b4dd4(0x27c),_0x5b4dd4(0x3d3)),_0x3dfd75[_0x5b4dd4(0x44e)]['cssText']='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x587414[_0x5b4dd4(0x21e)](_0x3dfd75),_0x3dfd75['focus']({'preventScroll':!0x0}),(_0x404da2=_0x36c897[_0x5b4dd4(0x51f)])==null||_0x404da2[_0x5b4dd4(0x38b)](()=>_0x3dfd75[_0x5b4dd4(0x221)](),0x0);}[_0x541376(0x67b)](_0x25373b){const _0x5a92c6=_0x541376;(_0x25373b['getAttribute'](_0x5a92c6(0x45f))===_0x5a92c6(0x37c)||_0x25373b[_0x5a92c6(0x161)]('data-embed-runtime-focus-role')==='child-popup')&&_0x25373b[_0x5a92c6(0x51c)](_0x59c51f),_0x25373b['querySelectorAll']('['+_0x59c51f+']')['forEach'](_0x38e8f2=>{const _0x3266e2=_0x5a92c6;let _0x4908d1=_0x38e8f2[_0x3266e2(0x161)](_0x59c51f);(_0x4908d1===_0x3266e2(0x37c)||_0x4908d1===_0x3266e2(0x24e))&&_0x38e8f2[_0x3266e2(0x51c)](_0x59c51f);});}},_0x11a84b=class{constructor(_0xce770c={}){const _0x2638c0=_0x541376;_0x531548(this,'_childUnitAncestry',new Map()),_0x531548(this,_0x2638c0(0x1bf),void 0x0),this['_maxDepth']=_0x2f7666(_0xce770c[_0x2638c0(0x222)]);}[_0x541376(0x673)](_0x407234){const _0x2d05c5=_0x541376;let _0x11f9bc=this['getAncestryForHostUnit'](_0x407234['hostUnitId']);return _0x11f9bc[_0x2d05c5(0x40b)](_0x44d237=>_0x44d237[_0x2d05c5(0x142)]===_0x407234[_0x2d05c5(0x199)]||_0x44d237[_0x2d05c5(0x199)]===_0x407234[_0x2d05c5(0x199)])?{'allowed':!0x1,'reason':_0x2d05c5(0x62f),'ancestry':_0x11f9bc}:_0x11f9bc['length']>=this[_0x2d05c5(0x1bf)]?{'allowed':!0x1,'reason':_0x2d05c5(0x6b2),'ancestry':_0x11f9bc}:{'allowed':!0x0,'ancestry':_0x11f9bc};}[_0x541376(0x4ed)](_0x2045fb){const _0x2295c3=_0x541376;let _0xc1dc78=[...this[_0x2295c3(0x3eb)](_0x2045fb[_0x2295c3(0x142)]),{'hostUnitId':_0x2045fb[_0x2295c3(0x142)],'embedId':_0x2045fb[_0x2295c3(0x333)],'childUnitId':_0x2045fb[_0x2295c3(0x199)]}];return this[_0x2295c3(0x111)][_0x2295c3(0x2e2)](_0x2045fb[_0x2295c3(0x199)],_0xc1dc78),(0x0,_0x1d2b2d[_0x2295c3(0x212)])(()=>{const _0x267188=_0x2295c3;this[_0x267188(0x111)][_0x267188(0x63f)](_0x2045fb[_0x267188(0x199)])===_0xc1dc78&&this[_0x267188(0x111)][_0x267188(0x6fe)](_0x2045fb[_0x267188(0x199)]);});}[_0x541376(0x3eb)](_0x4496f6){const _0x5a2d88=_0x541376;var _0x2db580;return(_0x2db580=this[_0x5a2d88(0x111)][_0x5a2d88(0x63f)](_0x4496f6))==null?[]:_0x2db580;}[_0x541376(0x4da)](_0x1ff9b7){const _0x4b39ef=_0x541376;var _0x308021;return(_0x308021=this[_0x4b39ef(0x3eb)](_0x1ff9b7)['at'](-0x1))==null?void 0x0:_0x308021[_0x4b39ef(0x333)];}};function _0x2f7666(_0x8a1b17){const _0x15f953=_0x541376;return typeof _0x8a1b17=='number'&&Number[_0x15f953(0x1ee)](_0x8a1b17)&&_0x8a1b17>=0x0?Math['floor'](_0x8a1b17):0x1;}let _0x279cf4=new Set([_0x541376(0x5c0),_0x541376(0x65b),'identifier:ui.contextmenu.service',_0x541376(0x724),_0x541376(0x4db),_0x541376(0x5dd),_0x541376(0x133)]);function _0x45e7dd(_0x1f7a07){const _0x2dc1c2=_0x541376;let _0x496fda=_0x1f7a07[_0x2dc1c2(0x757)][_0x2dc1c2(0x63f)](_0x1d2b2d[_0x2dc1c2(0x47f)]),_0x3b5b77=_0x496fda[_0x2dc1c2(0x312)](_0x1f7a07[_0x2dc1c2(0x199)],_0x1f7a07[_0x2dc1c2(0x31c)]);if(!_0x3b5b77)return;let _0x4f30ac=_0xdb062d(_0x496fda,_0x1f7a07,_0x3b5b77,new _0x4ec6cb[(_0x2dc1c2(0x15a))](_0x3b5b77),new _0x4ec6cb[(_0x2dc1c2(0x15a))](_0x3b5b77[_0x2dc1c2(0x660)]())),_0x960153=_0x515c1d(_0x1f7a07),_0x719fbd=_0x3b9680(_0x1f7a07[_0x2dc1c2(0x757)]['get'](_0x1d2b2d[_0x2dc1c2(0x38e)]),_0x1f7a07,_0x496fda,_0x960153),_0x12175a=new Map([[_0x1d2b2d[_0x2dc1c2(0x47f)],_0x4f30ac],[_0x1d2b2d['ICommandService'],_0x719fbd]]),_0x500e07=[];if(_0x1f7a07['childType']===_0x1d2b2d[_0x2dc1c2(0x537)]['UNIVER_BOARD']&&_0x1f7a07[_0x2dc1c2(0x757)]['has'](_0x311b0f[_0x2dc1c2(0x3e1)])){let _0x5e39ea=_0x1f7a07[_0x2dc1c2(0x757)]['get'](_0x311b0f[_0x2dc1c2(0x3e1)]),_0x1507d1=_0x1f7a07[_0x2dc1c2(0x757)][_0x2dc1c2(0x63f)](_0x1d2b2d[_0x2dc1c2(0x5cd)]),_0x26036e=new _0x3340b0[(_0x2dc1c2(0x6cd))](_0x1507d1),_0x9f55ec=new _0x3340b0[(_0x2dc1c2(0x545))](_0x5e39ea),_0x43b284=new _0x3340b0['BoardDomLayerService'](),_0xc4a4cb=new _0x3340b0['BoardViewportService'](_0x5e39ea,_0x26036e),_0x264c8a=new _0x3340b0['BoardElementEditService'](_0x719fbd,_0x5e39ea,_0x9f55ec),_0x27715d=new _0x3340b0[(_0x2dc1c2(0x10e))](_0x5e39ea,_0x9f55ec),_0x5308e8=new _0x3340b0['BoardTextEditingService'](_0x5e39ea,_0x264c8a,_0x1f7a07['injector'][_0x2dc1c2(0x63f)](_0x3340b0['BoardShapeIntrinsicSizeService'])),_0x5cca3c=new _0x3340b0[(_0x2dc1c2(0x1be))](_0x719fbd,_0x9f55ec,_0x26036e,_0x5e39ea,_0x5308e8),_0x2c0bed=new _0x3340b0[(_0x2dc1c2(0x6dd))](_0x4f30ac,_0x5cca3c,_0x1507d1,_0x1f7a07['injector'][_0x2dc1c2(0x297)](_0x1d2b2d[_0x2dc1c2(0x402)])?_0x1f7a07[_0x2dc1c2(0x757)][_0x2dc1c2(0x63f)](_0x1d2b2d[_0x2dc1c2(0x402)]):void 0x0),_0x51e823=new _0x3340b0['BoardToolService'](_0x26036e,_0x719fbd,_0x4f30ac,_0x1507d1);_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0[_0x2dc1c2(0x512)],_0x26036e),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0['IBoardElementStateService'],_0x9f55ec),_0x12175a['set'](_0x3340b0[_0x2dc1c2(0x40a)],_0x43b284),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0['BoardElementEditService'],_0x264c8a),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0[_0x2dc1c2(0x1be)],_0x5cca3c),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0[_0x2dc1c2(0x6dd)],_0x2c0bed),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0[_0x2dc1c2(0x10e)],_0x27715d),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0['BoardViewportService'],_0xc4a4cb),_0x12175a['set'](_0x3340b0[_0x2dc1c2(0x344)],_0x5308e8),_0x12175a[_0x2dc1c2(0x2e2)](_0x3340b0['BoardToolService'],_0x51e823),_0x500e07[_0x2dc1c2(0x400)](_0x26036e,_0x9f55ec,_0x43b284,_0x5308e8);}_0x1f7a07[_0x2dc1c2(0x757)][_0x2dc1c2(0x297)](_0x11a84b)&&_0x12175a['set'](_0x11a84b,_0x1f7a07[_0x2dc1c2(0x757)][_0x2dc1c2(0x63f)](_0x11a84b));let _0x10c5de=_0x4e929d(_0x1f7a07[_0x2dc1c2(0x757)],_0x1f7a07[_0x2dc1c2(0x31c)]);_0x10c5de&&_0x12175a[_0x2dc1c2(0x2e2)](_0x1d2b2d[_0x2dc1c2(0x654)],_0x10c5de);let _0x2cb974=_0x3b8624(_0x1f7a07[_0x2dc1c2(0x757)],_0x12175a);if(_0x1f7a07['injector'][_0x2dc1c2(0x297)](_0x54d9f7[_0x2dc1c2(0x273)])){let _0x116c17=_0x1f7a07['injector'][_0x2dc1c2(0x63f)](_0x54d9f7[_0x2dc1c2(0x273)]);_0x500e07[_0x2dc1c2(0x400)](_0x116c17[_0x2dc1c2(0x745)]({'unitId':_0x1f7a07[_0x2dc1c2(0x199)],'has':_0x140e2f=>_0x2cb974['has'](_0x140e2f),'get':_0x12d7ea=>_0x2cb974[_0x2dc1c2(0x63f)](_0x12d7ea)}));}let _0x56a009=_0x324b74(_0x1f7a07[_0x2dc1c2(0x757)],_0x2cb974);if(_0x56a009){_0x2cb974[_0x2dc1c2(0x60d)]([_0x54d9f7[_0x2dc1c2(0x479)],{'useValue':_0x56a009}]);let _0x1ce5a4=new _0x54d9f7[(_0x2dc1c2(0x634))](_0x56a009,_0x4f30ac);_0x2cb974[_0x2dc1c2(0x60d)]([_0x54d9f7[_0x2dc1c2(0xdc)],{'useValue':_0x1ce5a4}]),_0x500e07['push'](_0x1ce5a4);}if(_0x1f7a07[_0x2dc1c2(0x248)]['fullscreen']){let _0x3dd977=_0x3b09a8(_0x2cb974,_0x1f7a07[_0x2dc1c2(0x199)]),_0x404dee=new _0x54d9f7['CanvasPopupService'](),_0x1c2439=new _0x54d9f7[(_0x2dc1c2(0x681))]();_0x2cb974[_0x2dc1c2(0x60d)]([_0x54d9f7[_0x2dc1c2(0x5db)],{'useValue':_0x3dd977}]),_0x2cb974['add']([_0x54d9f7[_0x2dc1c2(0x20b)],{'useValue':_0x404dee}]),_0x2cb974[_0x2dc1c2(0x60d)]([_0x54d9f7['ISidebarService'],{'useValue':_0x1c2439}]),_0x500e07[_0x2dc1c2(0x400)](_0x3dd977,_0x404dee,_0x1c2439);}else{let _0x565900=_0x79b254(_0x1f7a07[_0x2dc1c2(0x757)],_0x2cb974,_0x1f7a07[_0x2dc1c2(0x199)]);_0x565900&&_0x2cb974[_0x2dc1c2(0x60d)]([_0x54d9f7['IContextMenuService'],{'useValue':_0x565900}]);}let _0x4d928f=_0x3d94d2(_0x1f7a07[_0x2dc1c2(0x757)],_0x1f7a07);if(_0x2cb974['add']([_0x54d9f7[_0x2dc1c2(0x3b9)],{'useValue':_0x4d928f}]),_0x500e07[_0x2dc1c2(0x664)]){let _0x235b36=_0x2cb974['dispose']['bind'](_0x2cb974),_0x4280bf=!0x1;_0x2cb974[_0x2dc1c2(0x3b0)]=()=>{const _0x371f21=_0x2dc1c2;_0x4280bf||(_0x4280bf=!0x0,_0x500e07[_0x371f21(0x187)](_0x109d35=>_0x109d35['dispose']()),_0x235b36());};}return _0x2cb974;}function _0x39f352(_0x1142f5,_0x55f007){const _0xbf8def=_0x541376;if(!_0x1142f5['has'](_0x1d2b2d[_0xbf8def(0x5cd)]))return;let _0x2d0d6c=_0x1142f5['get'](_0x1d2b2d[_0xbf8def(0x5cd)]);return _0x3b8624(_0x1142f5,new Map([[_0x1d2b2d[_0xbf8def(0x5cd)],_0x4d7226(_0x2d0d6c,_0x55f007)]]));}function _0xdb062d(_0xd9ea17,_0x1feb52,_0x104c8e,_0x4614f3,_0x3ee201){const _0x486c2e=_0x541376;return{'unitAdded$':_0xd9ea17[_0x486c2e(0x49b)],'getTypeOfUnitAdded$':(..._0x8c7a21)=>_0xd9ea17[_0x486c2e(0x123)](..._0x8c7a21),'__addUnit':(..._0x4d0165)=>_0xd9ea17['__addUnit'](..._0x4d0165),'unitDisposed$':_0xd9ea17['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0x46521f)=>_0xd9ea17[_0x486c2e(0x4fb)](..._0x46521f),'focused$':_0x3ee201[_0x486c2e(0x4c2)](),'focusUnit':_0x2e0124=>{const _0x4bbe64=_0x486c2e;if(_0x2e0124===null||_0x1458e4(_0x1feb52,_0x2e0124)){_0x3ee201[_0x4bbe64(0x38a)]()!==_0x2e0124&&_0x3ee201[_0x4bbe64(0x755)](_0x2e0124);return;}_0xd9ea17[_0x4bbe64(0x78b)](_0x2e0124);},'getFocusedUnit':()=>{const _0x3decde=_0x486c2e;let _0x23a2fd=_0x3ee201[_0x3decde(0x38a)]();if(_0x23a2fd===null)return null;if(_0x23a2fd===_0x1feb52[_0x3decde(0x199)])return _0x104c8e;if((0x0,_0x1d2b2d[_0x3decde(0x6e7)])(_0x23a2fd)){var _0x3d103d;return(_0x3d103d=_0xd9ea17[_0x3decde(0x312)](_0x23a2fd))==null?_0x104c8e:_0x3d103d;}return _0xd9ea17[_0x3decde(0x607)]();},'getCurrentUnitOfType':_0x2839c9=>_0x2839c9===_0x1feb52[_0x486c2e(0x31c)]?_0x4614f3['getValue']():_0xd9ea17[_0x486c2e(0x6f4)](_0x2839c9),'setCurrentUnitForType':_0x1e3b0d=>{const _0x3fa5ea=_0x486c2e;if(_0x1458e4(_0x1feb52,_0x1e3b0d)){_0x4614f3['getValue']()!==_0x104c8e&&_0x4614f3['next'](_0x104c8e);return;}_0xd9ea17[_0x3fa5ea(0x135)](_0x1e3b0d);},'getCurrentTypeOfUnit$':_0x4783d2=>_0x4783d2===_0x1feb52[_0x486c2e(0x31c)]?_0x4614f3[_0x486c2e(0x4c2)]():_0xd9ea17['getCurrentTypeOfUnit$'](_0x4783d2),'createUnit':(..._0x134b12)=>_0xd9ea17[_0x486c2e(0xf8)](..._0x134b12),'getUnitCreateOptions':(..._0x585a05)=>_0xd9ea17[_0x486c2e(0x667)](..._0x585a05),'disposeUnit':(..._0x48fd51)=>_0xd9ea17['disposeUnit'](..._0x48fd51),'registerCtorForType':(..._0x4b562f)=>_0xd9ea17[_0x486c2e(0x214)](..._0x4b562f),'changeDoc':(..._0x4756ab)=>_0xd9ea17[_0x486c2e(0x1c3)](..._0x4756ab),'getUnit':(..._0x2535d8)=>_0xd9ea17[_0x486c2e(0x312)](..._0x2535d8),'getAllUnitsForType':(..._0x2668c4)=>_0xd9ea17[_0x486c2e(0x5bf)](..._0x2668c4),'getUnitType':(..._0x56e15b)=>_0xd9ea17[_0x486c2e(0x784)](..._0x56e15b),'getUniverSheetInstance':(..._0x155491)=>_0xd9ea17['getUniverSheetInstance'](..._0x155491),'dispose':()=>{}};}function _0x1458e4(_0x46721c,_0x59275d){const _0x2df27e=_0x541376;return _0x59275d===_0x46721c[_0x2df27e(0x199)]||(0x0,_0x1d2b2d[_0x2df27e(0x6e7)])(_0x59275d);}function _0x3b9680(_0x1720d1,_0x485547,_0x2d19f8,_0x2844fc){const _0x5e2159=_0x541376;return{'disposed':()=>_0x1720d1[_0x5e2159(0x3cf)](),'hasCommand':_0x5de1e6=>_0x1720d1[_0x5e2159(0x618)](_0x5de1e6),'registerCommand':(..._0x1de7f7)=>_0x1720d1[_0x5e2159(0x67d)](..._0x1de7f7),'unregisterCommand':_0x35cf91=>_0x1720d1[_0x5e2159(0x3e7)](_0x35cf91),'registerMultipleCommand':(..._0x157ec8)=>_0x1720d1[_0x5e2159(0x49e)](..._0x157ec8),'executeCommand':async(..._0x1fd219)=>{const _0x4de4c3=_0x5e2159;var _0x2e4489,_0x165f40;let _0x4a2a61=()=>_0x1720d1[_0x4de4c3(0x691)](_0x1fd219[0x0],_0x41d0f0(_0x485547,_0x1fd219[0x0],_0x1fd219[0x1]),_0x1fd219[0x2]);if(!_0x2844fc)return await _0x4a2a61();let _0x262936=_0x2d19f8[_0x4de4c3(0x6f4)](_0x485547[_0x4de4c3(0x31c)]),_0x439657=(_0x2e4489=(_0x165f40=_0x2d19f8[_0x4de4c3(0x607)]())==null?void 0x0:_0x165f40[_0x4de4c3(0x660)]())==null?null:_0x2e4489;try{return _0x2d19f8[_0x4de4c3(0x135)](_0x485547[_0x4de4c3(0x199)]),_0x2d19f8[_0x4de4c3(0x78b)](_0x485547[_0x4de4c3(0x199)]),await _0x4a2a61();}finally{_0x262936&&_0x2d19f8[_0x4de4c3(0x135)](_0x262936[_0x4de4c3(0x660)]()),_0x371c96(_0x485547,_0x2d19f8,_0x439657);}},'syncExecuteCommand':(..._0x5dcd72)=>{const _0x2da38f=_0x5e2159;var _0x1bc790,_0x2143e8;let _0x21edda=()=>_0x1720d1['syncExecuteCommand'](_0x5dcd72[0x0],_0x41d0f0(_0x485547,_0x5dcd72[0x0],_0x5dcd72[0x1]),_0x5dcd72[0x2]);if(!_0x2844fc)return _0x21edda();let _0x40224c=_0x2d19f8[_0x2da38f(0x6f4)](_0x485547[_0x2da38f(0x31c)]),_0x43fd2b=(_0x1bc790=(_0x2143e8=_0x2d19f8[_0x2da38f(0x607)]())==null?void 0x0:_0x2143e8['getUnitId']())==null?null:_0x1bc790;try{return _0x2d19f8[_0x2da38f(0x135)](_0x485547['childUnitId']),_0x2d19f8['focusUnit'](_0x485547[_0x2da38f(0x199)]),_0x21edda();}finally{_0x40224c&&_0x2d19f8[_0x2da38f(0x135)](_0x40224c[_0x2da38f(0x660)]()),_0x371c96(_0x485547,_0x2d19f8,_0x43fd2b);}},'onCommandExecuted':(..._0xd0139f)=>_0x1720d1[_0x5e2159(0x151)](..._0xd0139f),'beforeCommandExecuted':(..._0x1794a9)=>_0x1720d1['beforeCommandExecuted'](..._0x1794a9),'onMutationExecutedForCollab':(..._0x106975)=>_0x1720d1[_0x5e2159(0x146)](..._0x106975),'dispose':()=>{}};}function _0x515c1d(_0x426d31){const _0x4d8eaa=_0x541376;return _0x426d31['renderScope'][_0x4d8eaa(0x428)]||_0x426d31[_0x4d8eaa(0x720)]['entry']==='docs-custom-block'?!0x0:_0x2990db(_0x426d31);}function _0x2990db(_0x19927d){const _0x3f1aac=_0x541376;var _0x41bda9;return _0x19927d['descriptor'][_0x3f1aac(0x138)]==='sheets-sheet-tab'||_0x19927d[_0x3f1aac(0x720)][_0x3f1aac(0x138)]===_0x3f1aac(0x4df)||_0x19927d[_0x3f1aac(0x720)][_0x3f1aac(0x138)]===_0x3f1aac(0x57f)||_0x19927d[_0x3f1aac(0x5b1)]==='tab-peer'||!!((_0x41bda9=_0x19927d[_0x3f1aac(0x720)][_0x3f1aac(0x1f9)])!=null&&_0x41bda9['tab']);}function _0x4e929d(_0x3ae238,_0x3a466e){const _0x1fd581=_0x541376;var _0x39e42b;if(!_0x3ae238[_0x1fd581(0x297)](_0x1d2b2d[_0x1fd581(0x654)]))return;let _0x39dd06=_0x3ae238['get'](_0x1d2b2d[_0x1fd581(0x654)]),_0x3d36a3=_0x43b1f2(_0x3a466e),_0x5a01c0=new _0x4ec6cb[(_0x1fd581(0x568))]();return{'contextChanged$':(0x0,_0x4ec6cb[_0x1fd581(0x23c)])(((_0x39e42b=_0x39dd06[_0x1fd581(0x63e)])==null?_0x4ec6cb[_0x1fd581(0x6b1)]:_0x39e42b)['pipe']((0x0,_0x4ec6cb['map'])(_0x5a16c2=>Object[_0x1fd581(0x37f)](Object[_0x1fd581(0x733)](_0x5a16c2)['filter'](([_0xb3c0fa])=>!_0x2d4048(_0xb3c0fa)))),(0x0,_0x4ec6cb[_0x1fd581(0x66c)])(_0x229be1=>Object['keys'](_0x229be1)[_0x1fd581(0x664)]>0x0)),_0x5a01c0),'getContextValue':_0x1f3f86=>_0x2d4048(_0x1f3f86)?_0x65df56(_0x3d36a3,_0x1f3f86):_0x39dd06['getContextValue'](_0x1f3f86),'setContextValue':(_0x1c5201,_0x385e0d)=>{const _0x4015bd=_0x1fd581;if(!_0x2d4048(_0x1c5201)){_0x39dd06[_0x4015bd(0x394)](_0x1c5201,_0x385e0d);return;}_0x3d36a3[_0x4015bd(0x2e2)](_0x1c5201,_0x385e0d),_0x5a01c0[_0x4015bd(0x755)]({[_0x1c5201]:_0x385e0d});},'subscribeContextValue$':_0x15458d=>_0x2d4048(_0x15458d)?new _0x4ec6cb[(_0x1fd581(0x5a5))](_0x48698a=>{const _0x2152f8=_0x1fd581;let _0x90e547=_0x5a01c0[_0x2152f8(0x1f2)]((0x0,_0x4ec6cb[_0x2152f8(0x66c)])(_0x347bd6=>_0x347bd6[_0x15458d]!==void 0x0))[_0x2152f8(0x270)](_0x9167d9=>_0x48698a[_0x2152f8(0x755)](_0x9167d9[_0x15458d]));return _0x48698a[_0x2152f8(0x755)](_0x65df56(_0x3d36a3,_0x15458d)),()=>_0x90e547[_0x2152f8(0x7b5)]();}):_0x39dd06[_0x1fd581(0x393)](_0x15458d)};}function _0x43b1f2(_0x5f3830){const _0x1ff21e=_0x541376;return new Map([[_0x1d2b2d[_0x1ff21e(0x4b8)],!0x0],[_0x1d2b2d['FOCUSING_SHEET'],_0x5f3830===_0x1d2b2d[_0x1ff21e(0x537)][_0x1ff21e(0x3e8)]],[_0x1d2b2d[_0x1ff21e(0x3a6)],_0x5f3830===_0x1d2b2d[_0x1ff21e(0x537)]['UNIVER_DOC']],[_0x1d2b2d[_0x1ff21e(0x378)],_0x5f3830===_0x1d2b2d[_0x1ff21e(0x537)][_0x1ff21e(0xdd)]]]);}function _0x65df56(_0x1dab1e,_0x58c70c){const _0x5cbd4b=_0x541376;var _0x3a4204;return(_0x3a4204=_0x1dab1e[_0x5cbd4b(0x63f)](_0x58c70c))==null?!0x1:_0x3a4204;}function _0x2d4048(_0x2ca53f){const _0x5db8a0=_0x541376;return _0x2ca53f['startsWith'](_0x5db8a0(0x558))||_0x2ca53f===_0x1d2b2d[_0x5db8a0(0x514)]||_0x2ca53f===_0x1d2b2d[_0x5db8a0(0x148)];}function _0x4d7226(_0x2d6d43,_0x118174){const _0x1c5b1a=_0x541376;return{'getConfig':_0x1c1a32=>{let _0x1e7913=_0x2d6d43['getConfig'](_0x1c1a32),_0x1e5620=_0x118174['get'](_0x1c1a32);return _0x1e5620?_0x1e5620(_0x1e7913):_0x1e7913;},'setConfig':_0x2d6d43[_0x1c5b1a(0x26d)][_0x1c5b1a(0x39c)](_0x2d6d43),'deleteConfig':_0x2d6d43[_0x1c5b1a(0x6e6)]['bind'](_0x2d6d43),'subscribeConfigValue$':_0x2d6d43['subscribeConfigValue$']['bind'](_0x2d6d43),'configChanged$':_0x2d6d43['configChanged$'],'dispose':()=>{}};}function _0x41d0f0(_0x20a7fa,_0x5addca,_0x4a9e6d){const _0x4ed888=_0x541376;if(_0x5addca!==_0x3f9f59[_0x4ed888(0x1c2)]['id']||!_0x4a9e6d||typeof _0x4a9e6d!='object')return _0x4a9e6d;let _0x1de4ba=_0x4a9e6d;return _0x1de4ba['parentEmbedId']?_0x1de4ba:{..._0x1de4ba,'parentEmbedId':_0x20a7fa[_0x4ed888(0x333)]};}function _0x3b8624(_0x3af57a,_0x4a89d2,_0x27c9da=_0x3af57a){const _0x2fa9ef=_0x541376;var _0x4bfa00;let _0x592a3f=(_0x4bfa00=_0x19be78(_0x3af57a))==null?_0x27c9da:_0x4bfa00,_0x1575d6=new Map(_0x4a89d2),_0x25ee31=new Map(),_0x122f7a=new Set(),_0x2eabde=new Map(),_0x4a87ce;_0x1575d6[_0x2fa9ef(0x187)]((_0x55fc49,_0x59a543)=>{_0x3b7885(_0x59a543);});function _0x3b7885(_0x27477a){const _0x52b493=_0x2fa9ef;let _0x4af476=_0x19722f(_0x27477a);return _0x122f7a[_0x52b493(0x60d)](_0x4af476),_0x2eabde[_0x52b493(0x297)](_0x4af476)||_0x2eabde[_0x52b493(0x2e2)](_0x4af476,_0x27477a),_0x4af476;}let _0x1bf796=_0x45a7f9=>{const _0x13c642=_0x2fa9ef;var _0x561030;return _0x1575d6[_0x13c642(0x297)](_0x45a7f9)||_0x25ee31[_0x13c642(0x297)](_0x45a7f9)||(_0x561030=_0x2eabde[_0x13c642(0x63f)](_0x19722f(_0x45a7f9)))==null?_0x45a7f9:_0x561030;},_0x287fb6=_0x401cf4=>{const _0x963a6f=_0x2fa9ef;let _0x246421=_0x1bf796(_0x401cf4);if(_0x1575d6[_0x963a6f(0x297)](_0x246421))return _0x1575d6[_0x963a6f(0x63f)](_0x246421);let _0x2756b5=_0x25ee31[_0x963a6f(0x63f)](_0x246421);if(!_0x2756b5)return;let _0xc480ec=_0x2756b5();return _0x25ee31[_0x963a6f(0x6fe)](_0x246421),_0x1575d6['set'](_0x246421,_0xc480ec),_0x14bf47(_0x4a87ce,_0x246421,_0xc480ec),_0x246421!==_0x401cf4&&_0x14bf47(_0x4a87ce,_0x401cf4,_0xc480ec),_0xc480ec;},_0x3ab02b=_0x160735=>{const _0x25709a=_0x2fa9ef;let _0x4f828a=_0x1bf796(_0x160735);return _0x1575d6[_0x25709a(0x297)](_0x4f828a)||_0x25ee31[_0x25709a(0x297)](_0x4f828a);},_0x2802ba=_0x13e230=>_0x122f7a[_0x2fa9ef(0x297)](_0x19722f(_0x13e230)),_0x303039=_0x1f46df=>_0x279cf4[_0x2fa9ef(0x297)](_0x19722f(_0x1f46df)),_0x2875ca=_0xbc09d9=>!_0x2802ba(_0xbc09d9)&&_0x3af57a[_0x2fa9ef(0x297)](_0xbc09d9),_0x281a05=()=>{const _0x3163a0=_0x2fa9ef;if(_0x4a87ce)return _0x4a87ce;let _0x53b8a6=_0x3af57a[_0x3163a0(0x358)];if(typeof _0x53b8a6==_0x3163a0(0x141))return _0x4a87ce=_0x53b8a6[_0x3163a0(0x200)](_0x3af57a,[..._0x265f3b(_0x1575d6),[_0x1d2b2d[_0x3163a0(0xee)],{'useFactory':()=>_0x4a87ce}]]),_0x4a87ce;},_0x2b287f={'has':_0xe4101f=>{const _0x57a902=_0x2fa9ef;var _0x164212;if(_0xe4101f===_0x1d2b2d[_0x57a902(0xee)]||_0x3ab02b(_0xe4101f)||_0x2875ca(_0xe4101f))return!0x0;let _0x750cb3=_0x281a05();return(_0x164212=_0x750cb3==null?void 0x0:_0x750cb3['has'](_0xe4101f))==null?_0x3af57a[_0x57a902(0x297)](_0xe4101f):_0x164212;},'get':(_0x40b8c4,..._0x4b43ae)=>{const _0x89f630=_0x2fa9ef;if(_0x40b8c4===_0x1d2b2d['Injector'])return _0x2b287f;if(_0x24da52(_0x4b43ae,_0x1d2b2d[_0x89f630(0x269)][_0x89f630(0x4f9)])){let _0x8c9127=_0x281a05();_0x1d7a98(_0x8c9127,_0x40b8c4);let _0x41b993=_0x185e5c(_0x8c9127,_0x40b8c4);return _0x41b993[_0x89f630(0x361)]?_0x41b993[_0x89f630(0x245)]:_0x30b769(_0x8c9127||_0x3af57a,_0x40b8c4,_0x4b43ae);}return _0x3ab02b(_0x40b8c4)?_0x287fb6(_0x40b8c4):_0x24da52(_0x4b43ae,_0x1d2b2d[_0x89f630(0x269)][_0x89f630(0x783)])?_0x30b769(_0x3af57a,_0x40b8c4,_0x5759a4(_0x4b43ae,_0x1d2b2d[_0x89f630(0x269)][_0x89f630(0x783)])):_0x2875ca(_0x40b8c4)?_0x30b769(_0x3af57a,_0x40b8c4,_0x4b43ae):_0x30b769(_0x281a05()||_0x3af57a,_0x40b8c4,_0x4b43ae);},'invoke':(_0x51c14d,..._0x6b692b)=>_0x51c14d({'has':_0x1c7e12=>{const _0x3ed458=_0x2fa9ef;var _0x271072;if(_0x1c7e12===_0x1d2b2d['Injector']||_0x3ab02b(_0x1c7e12)||_0x2875ca(_0x1c7e12))return!0x0;let _0x1440da=_0x281a05();return(_0x271072=_0x1440da==null?void 0x0:_0x1440da[_0x3ed458(0x297)](_0x1c7e12))==null?_0x3af57a[_0x3ed458(0x297)](_0x1c7e12):_0x271072;},'get':(_0x50a31d,..._0x42bff2)=>{const _0x439fae=_0x2fa9ef;if(_0x50a31d===_0x1d2b2d[_0x439fae(0xee)])return _0x2b287f;if(_0x24da52(_0x42bff2,_0x1d2b2d[_0x439fae(0x269)][_0x439fae(0x4f9)])){let _0x549d33=_0x281a05();_0x1d7a98(_0x549d33,_0x50a31d);let _0x5e105f=_0x185e5c(_0x549d33,_0x50a31d);return _0x5e105f[_0x439fae(0x361)]?_0x5e105f['value']:_0x30b769(_0x549d33||_0x3af57a,_0x50a31d,_0x42bff2);}return _0x3ab02b(_0x50a31d)?_0x287fb6(_0x50a31d):_0x24da52(_0x42bff2,_0x1d2b2d[_0x439fae(0x269)]['SKIP_SELF'])?_0x30b769(_0x3af57a,_0x50a31d,_0x5759a4(_0x42bff2,_0x1d2b2d[_0x439fae(0x269)][_0x439fae(0x783)])):_0x2875ca(_0x50a31d)?_0x30b769(_0x3af57a,_0x50a31d,_0x42bff2):_0x30b769(_0x281a05()||_0x3af57a,_0x50a31d,_0x42bff2);}},..._0x6b692b),'add':_0xfa49e6=>{const _0x8c54dc=_0x2fa9ef;let _0x2b0d96=_0xde3135(_0xfa49e6);if(_0x2b0d96){if(_0x2b0d96[_0x8c54dc(0x5a8)]!=='factory'&&_0x2875ca(_0x2b0d96['identifier'])&&!_0x303039(_0x2b0d96['identifier']))return;let _0x562170=_0x19722f(_0x2b0d96[_0x8c54dc(0x61c)]);if(_0x122f7a[_0x8c54dc(0x297)](_0x562170))return;if(_0x3b7885(_0x2b0d96[_0x8c54dc(0x61c)]),_0x2b0d96[_0x8c54dc(0x5a8)]===_0x8c54dc(0x245))_0x25ee31['delete'](_0x2b0d96['identifier']),_0x1575d6['set'](_0x2b0d96[_0x8c54dc(0x61c)],_0x2b0d96['value']);else{let _0x5ad3d7=_0x281a05();_0x5ad3d7?_0x5fabe7(_0x5ad3d7,_0x2b0d96[_0x8c54dc(0x61c)])||_0x5ad3d7[_0x8c54dc(0x60d)](_0xfa49e6):(_0x1575d6['delete'](_0x2b0d96[_0x8c54dc(0x61c)]),_0x25ee31['set'](_0x2b0d96[_0x8c54dc(0x61c)],_0x2b0d96[_0x8c54dc(0xf2)]));}return;}let _0x4280d9=_0x19722f(_0x588838(_0xfa49e6));if(_0x4280d9!=null){if(_0x122f7a[_0x8c54dc(0x297)](_0x4280d9))return;_0x3b7885(_0x588838(_0xfa49e6));}let _0x2987c1=_0x281a05();if(_0x2987c1){_0x2987c1['add'](_0xfa49e6);return;}_0x3af57a[_0x8c54dc(0x60d)](_0xfa49e6);},'createChild':(_0x1fc2ba=[])=>{const _0x428ca3=_0x2fa9ef;let _0x4b5e56=new Map(_0x1575d6),_0x5e8ee2=[];_0x1fc2ba[_0x428ca3(0x187)](_0x53cd78=>{const _0x5c4fe6=_0x428ca3;let _0x3aa88e=_0xde3135(_0x53cd78);if((_0x3aa88e==null?void 0x0:_0x3aa88e[_0x5c4fe6(0x5a8)])===_0x5c4fe6(0x245)){_0x4b5e56[_0x5c4fe6(0x2e2)](_0x3aa88e['identifier'],_0x3aa88e[_0x5c4fe6(0x245)]);return;}_0x5e8ee2[_0x5c4fe6(0x400)](_0x53cd78);});let _0x3a287c=_0x3b8624(_0x3af57a,_0x4b5e56,_0x592a3f);return _0x5e8ee2[_0x428ca3(0x187)](_0x565570=>{const _0x37ce71=_0x428ca3;_0x3a287c[_0x37ce71(0x60d)](_0x565570);}),_0x3a287c;},'createInstance':(..._0x4666e8)=>{const _0x2de86d=_0x2fa9ef;let _0x4cded2=_0x281a05(),_0x26967e=_0x4cded2==null?void 0x0:_0x4cded2[_0x2de86d(0x7a7)];if(_0x4cded2&&typeof _0x26967e==_0x2de86d(0x141))return _0x450680(_0x4cded2,_0x4666e8[0x0]),_0x26967e[_0x2de86d(0x64c)](_0x4cded2,_0x4666e8);let _0x13068c=_0x3af57a[_0x2de86d(0x7a7)];if(typeof _0x13068c==_0x2de86d(0x141))return _0x13068c[_0x2de86d(0x64c)](_0x3af57a,_0x4666e8);let [_0xabca5a,..._0x32880f]=_0x4666e8;return new _0xabca5a(..._0x32880f);},'dispose':()=>{const _0xf3dbb=_0x2fa9ef;_0x4a87ce&&_0x337c88(_0x4a87ce,_0x592a3f,_0x1575d6['values']()),_0x4a87ce=void 0x0,_0x122f7a[_0xf3dbb(0x3d5)](),_0x2eabde[_0xf3dbb(0x3d5)](),_0x25ee31[_0xf3dbb(0x3d5)]();}};function _0x1d7a98(_0x509e8d,_0x250617){!_0x509e8d||!_0x3ab02b(_0x250617)||_0x14bf47(_0x509e8d,_0x250617,_0x287fb6(_0x250617));}function _0x450680(_0x5d1629,_0x48c25a){const _0x1d73fb=_0x2fa9ef;_0xd6b43c(_0x48c25a)[_0x1d73fb(0x187)](_0x8379d8=>_0x1d7a98(_0x5d1629,_0x8379d8));}return _0x2b287f[_0x2fa9ef(0x6a8)]=_0x592a3f,_0x2b287f;}function _0x371c96(_0x3f43bb,_0x21bcd,_0x1b1afe){const _0x4f4f61=_0x541376;let _0x47fd96=_0x3f43bb[_0x4f4f61(0x757)][_0x4f4f61(0x297)](_0x4af2a7)?_0x3f43bb[_0x4f4f61(0x757)][_0x4f4f61(0x63f)](_0x4af2a7):void 0x0;_0x21bcd[_0x4f4f61(0x78b)](_0x47fd96!=null&&_0x47fd96[_0x4f4f61(0xf9)](_0x3f43bb[_0x4f4f61(0x333)])?_0x3f43bb[_0x4f4f61(0x199)]:_0x1b1afe);}function _0x588838(_0x564194){return Array['isArray'](_0x564194)?_0x564194[0x0]:_0x564194;}function _0x19722f(_0x4cad34){const _0x2cc606=_0x541376;let _0x480a27=_0x4cad34==null?void 0x0:_0x4cad34[_0x2cc606(0x4eb)];return typeof _0x480a27=='string'&&_0x480a27?_0x2cc606(0x10a)+_0x480a27:_0x4cad34;}function _0x24da52(_0x918aef,_0x43648d){return _0x918aef['includes'](_0x43648d);}function _0x5759a4(_0x1e2c89,_0x468776){const _0x1ab161=_0x541376;return _0x1e2c89[_0x1ab161(0x66c)](_0x248e9b=>_0x248e9b!==_0x468776);}function _0x30b769(_0x189ca7,_0x5ed5db,_0x5b915e){return _0x189ca7['get'](_0x5ed5db,..._0x5b915e);}function _0x185e5c(_0xd3ffb9,_0x596e12){const _0xac101=_0x541376;var _0x5ee010;let _0xbcd42f=_0xd3ffb9==null||(_0x5ee010=_0xd3ffb9[_0xac101(0x4b5)])==null?void 0x0:_0x5ee010[_0xac101(0x72f)];if(!_0xbcd42f)return{'resolved':!0x1};let _0x59a258=_0x343dee(_0xbcd42f['get'](_0x596e12));if(_0x59a258[_0xac101(0x361)])return _0x59a258;let _0x1a3837=_0x19722f(_0x596e12);for(let [_0x3a633e,_0x5e9365]of _0xbcd42f){if(_0x3a633e===_0x596e12||_0x19722f(_0x3a633e)!==_0x1a3837)continue;let _0xcd924=_0x343dee(_0x5e9365);if(_0xcd924[_0xac101(0x361)])return _0xcd924;}return{'resolved':!0x1};}function _0x343dee(_0x46600b){const _0x1bd71c=_0x541376;return!_0x46600b||_0x46600b[_0x1bd71c(0x664)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x46600b[0x0]};}function _0x14bf47(_0x59f049,_0x3e9643,_0x2fd95a){!_0x59f049||_0x5fabe7(_0x59f049,_0x3e9643)||_0x59f049['add']([_0x3e9643,{'useValue':_0x2fd95a}]);}function _0xd6b43c(_0xe0606a){const _0x2270bc=_0x541376;if(!_0xe0606a||typeof _0xe0606a!=_0x2270bc(0x141)&&typeof _0xe0606a!=_0x2270bc(0x746))return[];for(let _0x563401 of Object['getOwnPropertySymbols'](_0xe0606a)){let _0x315d9f=_0xe0606a[_0x563401];if(!Array[_0x2270bc(0x145)](_0x315d9f))continue;let _0x22c5b5=_0x315d9f['map'](_0x414d46=>_0x414d46==null?void 0x0:_0x414d46['identifier'])[_0x2270bc(0x66c)](_0x1c57a7=>_0x1c57a7!==void 0x0);if(_0x22c5b5['length'])return _0x22c5b5;}return[];}function _0x5fabe7(_0x4f99a1,_0x1b224e){const _0x272881=_0x541376;var _0x52e60a,_0x45b14c,_0x1a3356,_0x2c7be1;let _0x29890f=_0x4f99a1;return!!(!((_0x52e60a=_0x29890f['dependencyCollection'])==null||(_0x45b14c=_0x52e60a['has'])==null)&&_0x45b14c['call'](_0x52e60a,_0x1b224e)||!((_0x1a3356=_0x29890f[_0x272881(0x4b5)])==null||(_0x2c7be1=_0x1a3356['has'])==null)&&_0x2c7be1[_0x272881(0x200)](_0x1a3356,_0x1b224e));}function _0x19be78(_0x5d5a8f){const _0x3c28c9=_0x541376;return _0x5d5a8f[_0x3c28c9(0x6a8)];}function _0x337c88(_0x25b70a,_0x596733,_0x4f3bc5=[]){const _0xb92e94=_0x541376;let _0x1f8763=_0x24b631(_0x596733);for(let _0x1ce762 of _0x4f3bc5)_0x1f8763[_0xb92e94(0x60d)](_0x1ce762);_0x2deb1c(_0x25b70a,_0x1f8763),_0x25b70a[_0xb92e94(0x3b0)]();}function _0x24b631(_0x10e671){const _0x16c7da=_0x541376;let _0x2b6e25=new Set(),_0x33ec0a=_0x140128(_0x10e671);return _0x33ec0a&&_0x33ec0a[_0x16c7da(0x187)](_0x4cb518=>{const _0x12589a=_0x16c7da;Array[_0x12589a(0x145)](_0x4cb518)&&_0x4cb518[_0x12589a(0x187)](_0x545410=>_0x2b6e25[_0x12589a(0x60d)](_0x545410));}),_0x2b6e25;}function _0x2deb1c(_0x4c1307,_0x3b08de,_0x16ff2e=new Set()){const _0x29c11a=_0x541376;if(_0x16ff2e[_0x29c11a(0x297)](_0x4c1307))return;_0x16ff2e['add'](_0x4c1307);let _0x10898e=_0x4c1307[_0x29c11a(0x24f)];_0x10898e==null||_0x10898e[_0x29c11a(0x187)](_0x39142a=>_0x2deb1c(_0x39142a,_0x3b08de,_0x16ff2e));let _0x29e7b2=_0x140128(_0x4c1307);_0x29e7b2&&_0x29e7b2['forEach']((_0x31b9b5,_0x1d1292)=>{const _0x2a5949=_0x29c11a;if(!Array[_0x2a5949(0x145)](_0x31b9b5))return;let _0x25d6a3=_0x31b9b5[_0x2a5949(0x66c)](_0x30f8f5=>!_0x3b08de[_0x2a5949(0x297)](_0x30f8f5));if(_0x25d6a3[_0x2a5949(0x664)]!==_0x31b9b5[_0x2a5949(0x664)]){if(_0x25d6a3[_0x2a5949(0x664)]===0x0){_0x29e7b2['delete'](_0x1d1292);return;}_0x29e7b2[_0x2a5949(0x2e2)](_0x1d1292,_0x25d6a3);}});}function _0x140128(_0x182298){const _0x1996a1=_0x541376;var _0x1e8374;return(_0x1e8374=_0x182298[_0x1996a1(0x4b5)])==null?void 0x0:_0x1e8374['resolvedDependencies'];}function _0x265f3b(_0x6fcf7){const _0x28e0b8=_0x541376;return Array[_0x28e0b8(0x3be)](_0x6fcf7,([_0xa4e0d6,_0x30b09d])=>[_0xa4e0d6,{'useValue':_0x30b09d}]);}function _0xde3135(_0x22bf59){const _0x5f3cef=_0x541376;if(!Array[_0x5f3cef(0x145)](_0x22bf59)||_0x22bf59[_0x5f3cef(0x664)]<0x2)return;let [_0x5cfec7,_0x3d1ad7]=_0x22bf59;if(!(!_0x3d1ad7||typeof _0x3d1ad7!='object')){if(_0x5f3cef(0x5df)in _0x3d1ad7)return{'kind':_0x5f3cef(0x245),'identifier':_0x5cfec7,'value':_0x3d1ad7['useValue']};if(typeof _0x3d1ad7['useFactory']==_0x5f3cef(0x141))return{'kind':_0x5f3cef(0xf2),'identifier':_0x5cfec7,'factory':_0x3d1ad7['useFactory']};}}function _0x324b74(_0x4c171c,_0x21aae8){const _0x333ecc=_0x541376;if(!_0x4c171c['has'](_0x54d9f7['IMenuManagerService']))return;let _0x5b6949=_0x4c171c[_0x333ecc(0x63f)](_0x54d9f7[_0x333ecc(0x479)]),_0x5b52af=_0x5b6949[_0x333ecc(0x3a4)];return typeof _0x5b52af==_0x333ecc(0x141)?_0x5b52af[_0x333ecc(0x200)](_0x5b6949,_0x21aae8):_0x5b6949;}function _0x79b254(_0x387334,_0x37f49f,_0x13bece){const _0x4ea007=_0x541376;if(!_0x387334[_0x4ea007(0x297)](_0x54d9f7[_0x4ea007(0x5db)]))return;let _0x4c2fe0=_0x387334['get'](_0x54d9f7[_0x4ea007(0x5db)]);return{get 'disabled'(){return _0x4c2fe0['disabled'];},set 'disabled'(_0x3166d0){const _0x2e08d5=_0x4ea007;_0x4c2fe0[_0x2e08d5(0x398)]=_0x3166d0;},get 'visible'(){const _0x245cb7=_0x4ea007;return _0x4c2fe0[_0x245cb7(0x439)];},'enable':()=>_0x4c2fe0[_0x4ea007(0x5d3)](),'disable':()=>_0x4c2fe0[_0x4ea007(0x67c)](),'triggerContextMenu':(_0x320282,_0x31b315,_0x48800a)=>{const _0xf946ed=_0x4ea007;var _0x4cf545;_0x4c2fe0[_0xf946ed(0x12b)](_0x320282,_0x31b315,{..._0x48800a,'unitId':(_0x4cf545=_0x48800a==null?void 0x0:_0x48800a[_0xf946ed(0x608)])==null?_0x13bece:_0x4cf545});},'hideContextMenu':()=>_0x4c2fe0[_0x4ea007(0x747)](),'registerContextMenuHandler':_0xa8fd89=>_0x4c2fe0[_0x4ea007(0x70e)](_0xa8fd89)};}function _0x3b09a8(_0x137d39,_0x59d927){const _0x18cc45=_0x541376;let _0x49437b=new _0x54d9f7[(_0x18cc45(0x4b2))]();return{get 'disabled'(){return _0x49437b['disabled'];},set 'disabled'(_0x5f05ec){const _0x42896a=_0x18cc45;_0x49437b[_0x42896a(0x398)]=_0x5f05ec;},get 'visible'(){return _0x49437b['visible'];},'enable':()=>_0x49437b[_0x18cc45(0x5d3)](),'disable':()=>_0x49437b[_0x18cc45(0x67c)](),'triggerContextMenu':(_0x356430,_0x13eb5f,_0x3284b7)=>{const _0x5ea7ef=_0x18cc45;var _0x3a748f;_0x49437b[_0x5ea7ef(0x12b)](_0x356430,_0x13eb5f,{..._0x3284b7,'unitId':(_0x3a748f=_0x3284b7==null?void 0x0:_0x3284b7[_0x5ea7ef(0x608)])==null?_0x59d927:_0x3a748f});},'hideContextMenu':()=>_0x49437b[_0x18cc45(0x747)](),'registerContextMenuHandler':_0x1e10ac=>_0x49437b[_0x18cc45(0x70e)](_0x1e10ac),'dispose':()=>_0x49437b['dispose']()};}function _0x3d94d2(_0x57224a,_0x1a500b){const _0x4ef624=_0x541376;var _0x52d0a2,_0x47a4a7,_0xa19a2c,_0x3ad107,_0x1d9610;let _0x43ebe2=_0x57224a[_0x4ef624(0x63f)](_0x54d9f7[_0x4ef624(0x3b9)]),_0x233c54=_0x57224a[_0x4ef624(0x297)](_0x5a9356)?_0x57224a[_0x4ef624(0x63f)](_0x5a9356):void 0x0,_0x10c72d=_0x57224a[_0x4ef624(0x297)](_0x4af2a7)?_0x57224a[_0x4ef624(0x63f)](_0x4af2a7):void 0x0,_0x179e81=(_0x52d0a2=(_0x47a4a7=_0x1a500b['runtimeScope'])==null||(_0x47a4a7=_0x47a4a7['roots'])==null?void 0x0:_0x47a4a7[_0x4ef624(0x6a1)])==null?_0x1a500b[_0x4ef624(0x248)][_0x4ef624(0x32f)]:_0x52d0a2,_0x45b59b=(_0xa19a2c=(_0x3ad107=(_0x1d9610=_0x1a500b[_0x4ef624(0x5e2)])==null||(_0x1d9610=_0x1d9610[_0x4ef624(0x676)])==null?void 0x0:_0x1d9610[_0x4ef624(0x693)])==null?_0x1a500b[_0x4ef624(0x248)][_0x4ef624(0x69c)]:_0x3ad107)==null?_0x179e81:_0xa19a2c,_0x50e5fa=new Set([_0x179e81,_0x45b59b]),_0x51eb65=(_0x468c0c,_0x4f0ceb)=>{const _0x5d08fa=_0x4ef624;_0x50e5fa[_0x5d08fa(0x60d)](_0x468c0c);let _0x3e15d0=_0x4f0ceb!=null&&_0x4f0ceb[_0x5d08fa(0x57e)]?_0x589012(_0x468c0c):void 0x0,_0x3f9635=_0x4f0ceb!=null&&_0x4f0ceb[_0x5d08fa(0x57e)]?_0x233c54==null?void 0x0:_0x233c54[_0x5d08fa(0x3ae)](_0x1a500b[_0x5d08fa(0x333)],_0x468c0c):void 0x0,_0x4af44d=_0x4f0ceb!=null&&_0x4f0ceb[_0x5d08fa(0x57e)]?_0x10c72d==null?void 0x0:_0x10c72d['registerElement']({'embedId':_0x1a500b[_0x5d08fa(0x333)],'role':_0x5d08fa(0x37c),'element':_0x468c0c}):void 0x0;return(0x0,_0x1d2b2d[_0x5d08fa(0x212)])(()=>{const _0x3125ed=_0x5d08fa;_0x4af44d==null||_0x4af44d[_0x3125ed(0x3b0)](),_0x3f9635==null||_0x3f9635[_0x3125ed(0x3b0)](),_0x3e15d0==null||_0x3e15d0[_0x3125ed(0x3b0)](),_0x50e5fa[_0x3125ed(0x6fe)](_0x468c0c);});},_0x5a9826=_0xc29fae=>_0xc29fae?[..._0x50e5fa][_0x4ef624(0x40b)](_0x549c09=>_0x549c09===_0xc29fae||_0x549c09[_0x4ef624(0x255)](_0xc29fae)):!0x1;return{get 'isFocused'(){return _0x43ebe2['isFocused'];},get 'rootContainerElement'(){return _0x179e81;},'focus':()=>_0x43ebe2[_0x4ef624(0x3d0)](),'registerFocusHandler':(_0xb7683,_0x2e2b8c)=>_0x43ebe2[_0x4ef624(0x401)](_0xb7683,_0x2e2b8c),'registerRootContainerElement':_0x51eb65,'registerContentElement':_0x51eb65,'registerContainerElement':_0x187f60=>_0x51eb65(_0x187f60,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x45b59b,'checkElementInCurrentContainers':_0x490f74=>_0x5a9826(_0x490f74)||(_0x233c54==null?void 0x0:_0x233c54[_0x4ef624(0x255)](_0x1a500b[_0x4ef624(0x333)],_0x490f74))||_0x43ebe2['checkElementInCurrentContainers'](_0x490f74),'checkContentIsFocused':()=>_0x5a9826(_0x45b59b[_0x4ef624(0x53a)][_0x4ef624(0x6b6)])||(_0x10c72d==null?void 0x0:_0x10c72d['hasChildInteractionLease'](_0x1a500b['embedId']))||_0x43ebe2[_0x4ef624(0x3a1)]()};}function _0x589012(_0xcead77){const _0x51bf40=_0x541376;let _0x1b4b73=new Map(),_0x43efc7=_0x20c1bf=>{const _0x3f4388=_0x1eb6;_0x1b4b73[_0x3f4388(0x2e2)](_0x20c1bf,_0x20c1bf[_0x3f4388(0x161)](_0x59c51f)),_0x20c1bf[_0x3f4388(0x421)](_0x59c51f,_0x3f4388(0x37c));};return _0x43efc7(_0xcead77),_0xcead77['querySelectorAll']('*')['forEach'](_0x43efc7),(0x0,_0x1d2b2d[_0x51bf40(0x212)])(()=>{const _0x185cc3=_0x51bf40;_0x1b4b73[_0x185cc3(0x187)]((_0xc50183,_0x421a82)=>{const _0x11f6a6=_0x185cc3;if(_0xc50183==null){_0x421a82[_0x11f6a6(0x51c)](_0x59c51f);return;}_0x421a82[_0x11f6a6(0x421)](_0x59c51f,_0xc50183);});});}function _0x475f95(_0x468efd,_0x508b90){const _0x48e05b=_0x541376;var _0x1950e8;let _0x56d6ce=(_0x1950e8=_0x27369c(_0x468efd))==null?_0x468efd['injector']:_0x1950e8,_0x42a452=_0x56d6ce!==_0x468efd[_0x48e05b(0x757)],_0x472008=_0x2be934(_0x468efd),_0x10bf50={'descriptor':_0x468efd[_0x48e05b(0x720)],'host':{'unitId':_0x468efd[_0x48e05b(0x142)],'type':_0x468efd[_0x48e05b(0x720)][_0x48e05b(0x431)],'anchorId':_0x468efd['descriptor'][_0x48e05b(0x683)],'entry':_0x468efd[_0x48e05b(0x720)]['entry'],'layout':_0x3cbdbc(_0x468efd)},'child':{'unitId':_0x468efd['childUnitId'],'type':_0x468efd[_0x48e05b(0x31c)]},'injector':_0x56d6ce,'instanceService':_0x20e60e(_0x56d6ce,_0x1d2b2d[_0x48e05b(0x47f)]),'commandService':_0x20e60e(_0x56d6ce,_0x1d2b2d[_0x48e05b(0x38e)]),'menuManagerService':_0x20e60e(_0x56d6ce,_0x54d9f7['IMenuManagerService']),'roots':_0x472008,'activate':()=>_0x508b90(!0x0),'deactivate':()=>_0x508b90(!0x1),'dispose':()=>{const _0x94d00e=_0x48e05b;_0x42a452&&_0x56d6ce[_0x94d00e(0x3b0)]();}};return{'runtimeScope':_0x10bf50,'disposable':(0x0,_0x1d2b2d[_0x48e05b(0x212)])(()=>_0x10bf50[_0x48e05b(0x3b0)]())};}function _0x2be934(_0x723f58){const _0x4e5d75=_0x541376;var _0x13cfa6,_0x4bab0e,_0x3770f3,_0x2cee8d,_0x90ec76,_0x22f0f8,_0x10f925,_0x1f3e5c,_0x2a6c15,_0x108ed,_0x28ea18,_0x55251b;let _0x1773f5=_0x723f58['renderScope']['rootElement'],_0x44c684=(_0x13cfa6=(_0x4bab0e=_0x723f58[_0x4e5d75(0x248)][_0x4e5d75(0x69c)])==null?_0x44e452(_0x1773f5,_0x4e5d75(0x648)):_0x4bab0e)==null?_0x1773f5:_0x13cfa6,_0x5a47f3=(_0x3770f3=(_0x2cee8d=_0x723f58[_0x4e5d75(0x248)][_0x4e5d75(0x5c3)])==null?_0x44e452(_0x1773f5,_0x4e5d75(0x2dd)):_0x2cee8d)==null?_0x1773f5:_0x3770f3;return{'root':_0x1773f5,'content':_0x44c684,'canvas':(_0x90ec76=(_0x22f0f8=_0x723f58[_0x4e5d75(0x248)][_0x4e5d75(0x281)])==null?_0x44e452(_0x1773f5,'data-embed-canvas-root'):_0x22f0f8)==null?void 0x0:_0x90ec76,'overlay':_0x5a47f3,'popup':(_0x10f925=(_0x1f3e5c=_0x723f58['renderScope']['popupRoot'])==null?_0x44e452(_0x1773f5,_0x4e5d75(0x3a2)):_0x1f3e5c)==null?_0x5a47f3:_0x10f925,'menuSlot':(_0x2a6c15=(_0x108ed=(_0x28ea18=_0x723f58[_0x4e5d75(0x248)]['menuOutlet'])==null?void 0x0:_0x28ea18[_0x4e5d75(0x266)])==null?_0x44e452(_0x1773f5,_0x4e5d75(0x756)):_0x108ed)==null?void 0x0:_0x2a6c15,'footerSlot':(_0x55251b=_0x44e452(_0x1773f5,_0x4e5d75(0x469)))==null?void 0x0:_0x55251b};}function _0x27369c(_0x570be5){const _0x50558e=_0x541376;if(!(!_0x570be5['injector']['has'](_0x1d2b2d['IUniverInstanceService'])||!_0x570be5[_0x50558e(0x757)][_0x50558e(0x297)](_0x1d2b2d[_0x50558e(0x38e)])))return _0x45e7dd(_0x570be5);}function _0x20e60e(_0x2694ba,_0x260287){const _0x3077aa=_0x541376;if(_0x2694ba[_0x3077aa(0x297)](_0x260287))return _0x2694ba[_0x3077aa(0x63f)](_0x260287);}function _0x3cbdbc(_0xa80ffa){const _0xc70fb9=_0x541376;var _0x256697,_0x5b0c02;switch(_0xa80ffa[_0xc70fb9(0x720)][_0xc70fb9(0x138)]){case'docs-custom-block':return _0xc70fb9(0x668);case _0xc70fb9(0x71f):case _0xc70fb9(0x42a):case'boards-floating-object':return'float';case _0xc70fb9(0x786):case _0xc70fb9(0x4df):case'slides-page-list-block':return _0xc70fb9(0x58f);default:break;}return _0xa80ffa[_0xc70fb9(0x5b1)]===_0xc70fb9(0x58f)||(_0x256697=_0xa80ffa[_0xc70fb9(0x720)]['sourceMeta'])!=null&&_0x256697[_0xc70fb9(0xfe)]?'tab-peer':(_0x5b0c02=_0xa80ffa[_0xc70fb9(0x720)][_0xc70fb9(0x1f9)])!=null&&_0x5b0c02['floating']?_0xc70fb9(0x729):_0xa80ffa[_0xc70fb9(0x5b1)]['startsWith'](_0xc70fb9(0x56d))||_0xa80ffa[_0xc70fb9(0x5b1)]===_0xc70fb9(0x352)?'doc-flow':_0xc70fb9(0x729);}var _0x493044=class{constructor(){const _0x5ae9d8=_0x541376;_0x531548(this,_0x5ae9d8(0x473),new Map());}[_0x541376(0x745)](_0x540302){const _0x391241=_0x541376;if(this[_0x391241(0x473)][_0x391241(0x297)](_0x540302[_0x391241(0x31c)]))throw Error(_0x391241(0x341)+_0x540302['childType']);this[_0x391241(0x473)][_0x391241(0x2e2)](_0x540302[_0x391241(0x31c)],_0x540302);}[_0x541376(0x63f)](_0x3f4046){const _0x3bd077=_0x541376;return this[_0x3bd077(0x473)][_0x3bd077(0x63f)](_0x3f4046);}[_0x541376(0x24b)](){const _0x51dc09=_0x541376;return[...this[_0x51dc09(0x473)][_0x51dc09(0x2d2)]()];}},_0xd7008=class{constructor(){const _0x5a4601=_0x541376;_0x531548(this,_0x5a4601(0x473),new Map());}[_0x541376(0x745)](_0x36bd60){const _0x38f710=_0x541376;let _0x5b3f48=this['_key'](_0x36bd60['hostType'],_0x36bd60['entry'],_0x36bd60[_0x38f710(0x31c)]);if(this[_0x38f710(0x473)][_0x38f710(0x297)](_0x5b3f48))throw Error(_0x38f710(0x1d3)+_0x5b3f48);return this[_0x38f710(0x473)][_0x38f710(0x2e2)](_0x5b3f48,_0x36bd60),(0x0,_0x1d2b2d[_0x38f710(0x212)])(()=>{const _0x3ef61a=_0x38f710;this[_0x3ef61a(0x473)][_0x3ef61a(0x63f)](_0x5b3f48)===_0x36bd60&&this[_0x3ef61a(0x473)][_0x3ef61a(0x6fe)](_0x5b3f48);});}[_0x541376(0x63f)](_0x18b5ee,_0x27c666,_0x44d1fc){const _0x1a33d3=_0x541376;if(_0x44d1fc!=null){let _0x714be8=this[_0x1a33d3(0x473)][_0x1a33d3(0x63f)](this[_0x1a33d3(0x3dc)](_0x18b5ee,_0x27c666,_0x44d1fc));if(_0x714be8)return _0x714be8;}return this[_0x1a33d3(0x473)]['get'](this[_0x1a33d3(0x3dc)](_0x18b5ee,_0x27c666));}[_0x541376(0x50c)](_0x19c8d5,_0x13cfa4,_0x4e3479){const _0x97c958=_0x541376;return this[_0x97c958(0x473)][_0x97c958(0x297)](this[_0x97c958(0x3dc)](_0x19c8d5,_0x13cfa4,_0x4e3479));}[_0x541376(0x24b)](){const _0x3d286a=_0x541376;return[...this[_0x3d286a(0x473)][_0x3d286a(0x2d2)]()];}['_key'](_0x92001,_0x4b7c33,_0x12a156){return _0x12a156==null?_0x92001+':'+_0x4b7c33+':*':_0x92001+':'+_0x4b7c33+':'+_0x12a156;}},_0x264650=class{constructor(){const _0x5e25f6=_0x541376;_0x531548(this,_0x5e25f6(0x473),new Map());}[_0x541376(0x745)](_0x1f60ff){const _0x51dc29=_0x541376;let _0x3a349c=this[_0x51dc29(0x3dc)](_0x1f60ff[_0x51dc29(0x431)],_0x1f60ff[_0x51dc29(0x138)]);if(this[_0x51dc29(0x473)][_0x51dc29(0x297)](_0x3a349c))throw Error('Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20'+_0x3a349c);this[_0x51dc29(0x473)][_0x51dc29(0x2e2)](_0x3a349c,_0x1f60ff);}[_0x541376(0x63f)](_0x1febd7,_0x4ffeb0){const _0x38659d=_0x541376;return this[_0x38659d(0x473)]['get'](this['_key'](_0x1febd7,_0x4ffeb0));}[_0x541376(0x24b)](){return[...this['_contributions']['values']()];}[_0x541376(0x2ba)](_0x22c438,_0x8b6a3,_0x94820f){const _0x2b147a=_0x541376;var _0x502673;let _0x436a89=this[_0x2b147a(0x63f)](_0x22c438,_0x8b6a3);return _0x436a89?((_0x502673=_0x436a89['supportedLayouts'])==null?[_0x436a89[_0x2b147a(0x5b1)]]:_0x502673)[_0x2b147a(0x356)](_0x94820f):!0x1;}[_0x541376(0x3dc)](_0x2c1e5f,_0x3666d4){return _0x2c1e5f+':'+_0x3666d4;}},_0x26678e=class{constructor(){const _0x586dfa=_0x541376;_0x531548(this,'_rootsByChildUnitId',new Map()),_0x531548(this,_0x586dfa(0x6a4),new Map()),_0x531548(this,_0x586dfa(0x2c5),new Map());}[_0x541376(0x745)](_0x16bafe,_0x4833f3){const _0x15b3ec=_0x541376;let _0x3d5960=typeof _0x16bafe==_0x15b3ec(0x635)?{'childUnitId':_0x16bafe,'root':_0x4833f3}:_0x16bafe;return this[_0x15b3ec(0x301)]['set'](_0x3d5960['childUnitId'],_0x3d5960),_0x3d5960[_0x15b3ec(0x333)]&&this[_0x15b3ec(0x6a4)]['set'](_0x3d5960[_0x15b3ec(0x333)],_0x3d5960),_0x3d5960[_0x15b3ec(0x683)]&&this[_0x15b3ec(0x2c5)]['set'](_0x3d5960[_0x15b3ec(0x683)],_0x3d5960),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x5d999d=_0x15b3ec;this[_0x5d999d(0x301)][_0x5d999d(0x63f)](_0x3d5960[_0x5d999d(0x199)])===_0x3d5960&&this[_0x5d999d(0x301)][_0x5d999d(0x6fe)](_0x3d5960['childUnitId']),_0x3d5960['embedId']&&this['_rootsByEmbedId'][_0x5d999d(0x63f)](_0x3d5960['embedId'])===_0x3d5960&&this['_rootsByEmbedId'][_0x5d999d(0x6fe)](_0x3d5960[_0x5d999d(0x333)]),_0x3d5960['hostAnchorId']&&this[_0x5d999d(0x2c5)][_0x5d999d(0x63f)](_0x3d5960[_0x5d999d(0x683)])===_0x3d5960&&this['_rootsByHostAnchorId'][_0x5d999d(0x6fe)](_0x3d5960[_0x5d999d(0x683)]);});}['get'](_0x498600){const _0x592c89=_0x541376;var _0x2b89fa,_0x20c4e1;return(_0x2b89fa=(_0x20c4e1=this['_rootsByChildUnitId'][_0x592c89(0x63f)](_0x498600))==null?void 0x0:_0x20c4e1[_0x592c89(0x6a1)])==null?null:_0x2b89fa;}[_0x541376(0x363)](_0x5e1410){const _0xcc03fa=_0x541376;var _0x2a5347,_0x1ab770;return(_0x2a5347=(_0x1ab770=this[_0xcc03fa(0x6a4)][_0xcc03fa(0x63f)](_0x5e1410))==null?void 0x0:_0x1ab770['root'])==null?null:_0x2a5347;}['getByHostAnchorId'](_0xbc2b5f){const _0x577ef5=_0x541376;var _0x425d65,_0x3c13a0;return(_0x425d65=(_0x3c13a0=this['_rootsByHostAnchorId'][_0x577ef5(0x63f)](_0xbc2b5f))==null?void 0x0:_0x3c13a0[_0x577ef5(0x6a1)])==null?null:_0x425d65;}[_0x541376(0x255)](_0x34797c,_0x1a413a){const _0x54dff3=_0x541376;if(!(_0x34797c instanceof Node))return!0x1;let _0x22d0f0=_0x1a413a[_0x54dff3(0x333)]?this['getByEmbedId'](_0x1a413a['embedId']):_0x1a413a[_0x54dff3(0x683)]?this[_0x54dff3(0x2a6)](_0x1a413a[_0x54dff3(0x683)]):_0x1a413a[_0x54dff3(0x199)]?this[_0x54dff3(0x63f)](_0x1a413a[_0x54dff3(0x199)]):null;return!!(_0x22d0f0!=null&&_0x22d0f0[_0x54dff3(0x255)](_0x34797c));}},_0x2bbf14=class{constructor(){const _0x255160=_0x541376;_0x531548(this,_0x255160(0x488),new Map()),_0x531548(this,_0x255160(0x4f8),new Map()),_0x531548(this,_0x255160(0x438),new Map()),_0x531548(this,'_contextsByChildUnitId',new Map());}['register'](_0x284cc2){const _0x1301b8=_0x541376;return this[_0x1301b8(0x488)][_0x1301b8(0x2e2)](_0x284cc2[_0x1301b8(0x31c)],_0x284cc2),(0x0,_0x1d2b2d[_0x1301b8(0x212)])(()=>{const _0x5c94e7=_0x1301b8;this[_0x5c94e7(0x488)][_0x5c94e7(0x63f)](_0x284cc2[_0x5c94e7(0x31c)])===_0x284cc2&&this[_0x5c94e7(0x488)][_0x5c94e7(0x6fe)](_0x284cc2[_0x5c94e7(0x31c)]);});}['get'](_0x4607f8){return this['_providers']['get'](_0x4607f8);}[_0x541376(0x632)](_0x81dd4d){const _0x52300b=_0x541376;return this[_0x52300b(0x4f8)][_0x52300b(0x2e2)](_0x81dd4d[_0x52300b(0x333)],_0x81dd4d),this['_contextsByHostAnchorId'][_0x52300b(0x2e2)](_0x81dd4d['descriptor']['hostAnchorId'],_0x81dd4d),this[_0x52300b(0x3b8)]['set'](_0x81dd4d[_0x52300b(0x199)],_0x81dd4d),(0x0,_0x1d2b2d[_0x52300b(0x212)])(()=>{const _0x14ccf6=_0x52300b;this[_0x14ccf6(0x4f8)][_0x14ccf6(0x63f)](_0x81dd4d['embedId'])===_0x81dd4d&&this[_0x14ccf6(0x4f8)][_0x14ccf6(0x6fe)](_0x81dd4d[_0x14ccf6(0x333)]),this['_contextsByHostAnchorId'][_0x14ccf6(0x63f)](_0x81dd4d[_0x14ccf6(0x720)][_0x14ccf6(0x683)])===_0x81dd4d&&this[_0x14ccf6(0x438)][_0x14ccf6(0x6fe)](_0x81dd4d[_0x14ccf6(0x720)][_0x14ccf6(0x683)]),this[_0x14ccf6(0x3b8)][_0x14ccf6(0x63f)](_0x81dd4d[_0x14ccf6(0x199)])===_0x81dd4d&&this['_contextsByChildUnitId'][_0x14ccf6(0x6fe)](_0x81dd4d['childUnitId']);});}[_0x541376(0x262)](_0x160cab){const _0x25a35f=_0x541376;return this[_0x25a35f(0x4f8)][_0x25a35f(0x63f)](_0x160cab);}[_0x541376(0x5ab)](_0x439f58){const _0x3e7ff4=_0x541376;return this[_0x3e7ff4(0x438)][_0x3e7ff4(0x63f)](_0x439f58);}['getContextByChildUnitId'](_0xae771f){const _0xe5b61f=_0x541376;return this[_0xe5b61f(0x3b8)][_0xe5b61f(0x63f)](_0xae771f);}[_0x541376(0x796)](_0x274fbf){const _0x391f3e=_0x541376;let _0x74efda=this[_0x391f3e(0x63f)](_0x274fbf[_0x391f3e(0x31c)]);return _0x74efda?Promise['resolve'](_0x74efda[_0x391f3e(0x796)](_0x274fbf)):Promise[_0x391f3e(0x3fa)](_0x32d961(_0x274fbf));}['captureByEmbedId'](_0x3889e3){const _0x195136=_0x541376;let _0x2bd62d=this[_0x195136(0x262)](_0x3889e3);return _0x2bd62d?this[_0x195136(0x796)](_0x2bd62d):Promise[_0x195136(0x3fa)](void 0x0);}[_0x541376(0x51d)](_0x3d9e6a){const _0x272075=_0x541376;let _0x2562b4=this[_0x272075(0x5ab)](_0x3d9e6a);return _0x2562b4?this[_0x272075(0x796)](_0x2562b4):Promise[_0x272075(0x3fa)](void 0x0);}[_0x541376(0x1d6)](_0x1990b2){const _0x1c4d6c=_0x541376;let _0x5d16b0=this[_0x1c4d6c(0x571)](_0x1990b2);return _0x5d16b0?this[_0x1c4d6c(0x796)](_0x5d16b0):Promise[_0x1c4d6c(0x3fa)](void 0x0);}};function _0x32d961(_0x3877a9){const _0x34bbf6=_0x541376;if(!_0x3877a9[_0x34bbf6(0x248)])return;let _0x551275=[_0x3877a9['renderScope'][_0x34bbf6(0x281)],_0x3877a9[_0x34bbf6(0x248)][_0x34bbf6(0x69c)],_0x3877a9[_0x34bbf6(0x248)]['rootElement']][_0x34bbf6(0x66c)](_0x59b4c0=>!!_0x59b4c0),_0x51d55e=Array[_0x34bbf6(0x3be)](new Set(_0x551275[_0x34bbf6(0x5e4)](_0x296f67=>Array[_0x34bbf6(0x3be)](_0x296f67[_0x34bbf6(0x389)](_0x34bbf6(0x28f))))))['filter'](_0x52d845=>_0x52d845[_0x34bbf6(0x4d3)]>0x1&&_0x52d845[_0x34bbf6(0x43b)]>0x1)[_0x34bbf6(0x1d8)]((_0x225edb,_0x480cbf)=>_0x480cbf[_0x34bbf6(0x4d3)]*_0x480cbf[_0x34bbf6(0x43b)]-_0x225edb[_0x34bbf6(0x4d3)]*_0x225edb[_0x34bbf6(0x43b)]);for(let _0x1d886e of _0x51d55e)try{return _0x1d886e[_0x34bbf6(0x216)](_0x34bbf6(0x680));}catch{}}function _0x3e7510(_0x110ec2,_0x12f3be){return function(_0x4a708e,_0x113817){_0x12f3be(_0x4a708e,_0x113817,_0x110ec2);};}function _0x5972e7(_0x17d47a,_0x3a1196,_0x70cd38,_0x36110a){const _0x21e62d=_0x541376;var _0x49f0a4=arguments[_0x21e62d(0x664)],_0x28e818=_0x49f0a4<0x3?_0x3a1196:_0x36110a===null?_0x36110a=Object[_0x21e62d(0x128)](_0x3a1196,_0x70cd38):_0x36110a,_0x658f2d;if(typeof Reflect==_0x21e62d(0x746)&&typeof Reflect[_0x21e62d(0x16f)]==_0x21e62d(0x141))_0x28e818=Reflect['decorate'](_0x17d47a,_0x3a1196,_0x70cd38,_0x36110a);else{for(var _0x40e9ff=_0x17d47a[_0x21e62d(0x664)]-0x1;_0x40e9ff>=0x0;_0x40e9ff--)(_0x658f2d=_0x17d47a[_0x40e9ff])&&(_0x28e818=(_0x49f0a4<0x3?_0x658f2d(_0x28e818):_0x49f0a4>0x3?_0x658f2d(_0x3a1196,_0x70cd38,_0x28e818):_0x658f2d(_0x3a1196,_0x70cd38))||_0x28e818);}return _0x49f0a4>0x3&&_0x28e818&&Object[_0x21e62d(0x4e7)](_0x3a1196,_0x70cd38,_0x28e818),_0x28e818;}let _0x43e53c=_0x541376(0x1ce);var _0x5edf21=class extends Error{constructor(_0x2ac2e5,_0x150719){const _0x395e26=_0x541376;super(_0x43e53c+':\x20'+_0x2ac2e5),this[_0x395e26(0x199)]=_0x2ac2e5,this[_0x395e26(0xb7)]=_0x150719,_0x531548(this,_0x395e26(0x13f),_0x43e53c),this[_0x395e26(0x561)]=_0x395e26(0x716);}};let _0x372c4a=class{constructor(_0x4c7c0d,_0x590b15,_0xd87792,_0x40ea5f,_0x551e38,_0x1d75c9,_0x54a50c){const _0x468363=_0x541376;this['_hostContainerRegistry']=_0x4c7c0d,this['_childViewRegistry']=_0x590b15,this[_0x468363(0x58a)]=_0xd87792,this[_0x468363(0x3a5)]=_0x40ea5f,this[_0x468363(0x6d0)]=_0x551e38,this[_0x468363(0x695)]=_0x1d75c9,this['_injector']=_0x54a50c,_0x531548(this,'_sessions',new Map()),_0x531548(this,_0x468363(0x4bb),new Map());}[_0x541376(0x3cb)](_0x2322b5){const _0xa5fcb1=_0x541376;return this[_0xa5fcb1(0x399)](_0x2322b5);}[_0x541376(0x5a1)](_0x8158d9,_0x3fd1de,_0x23ef17){return this['_mountResolvedHost'](_0x8158d9,{'hostElement':_0x3fd1de,'runtimeRoots':_0x23ef17});}[_0x541376(0x399)](_0x5d7c89,_0x34ed06){const _0x223c43=_0x541376;var _0x1d12d4,_0x4d7ed8,_0x336152;if(!_0x5d7c89[_0x223c43(0x199)]||_0x5d7c89[_0x223c43(0x31c)]==null)throw Error(_0x223c43(0x38d));this[_0x223c43(0x6ec)](_0x5d7c89);let _0x2055b0={'hostUnitId':_0x5d7c89[_0x223c43(0x142)],'embedId':_0x5d7c89[_0x223c43(0x333)],'childUnitId':_0x5d7c89['childUnitId']},_0x7d01a8=this[_0x223c43(0x6cb)](_0x5d7c89),_0x2a091b=this['_hostContainerRegistry'][_0x223c43(0x63f)](_0x5d7c89['hostType'],_0x5d7c89[_0x223c43(0x138)]);if(!_0x2a091b||!this[_0x223c43(0x2b7)]['supports'](_0x5d7c89['hostType'],_0x5d7c89[_0x223c43(0x138)],_0x7d01a8))throw Error(_0x223c43(0x10c));let _0x7830c4=this[_0x223c43(0x695)][_0x223c43(0x673)](_0x2055b0),_0x31efd5=this[_0x223c43(0x593)][_0x223c43(0x63f)](_0x5d7c89['childType']);if(_0x7830c4['allowed']&&!(_0x31efd5!=null&&_0x31efd5[_0x223c43(0x6e4)][_0x223c43(0x356)](_0x7d01a8)))throw Error(_0x223c43(0x520));this['unmount'](_0x5d7c89[_0x223c43(0x333)]);let _0x280348={'descriptor':_0x5d7c89,'layout':_0x7d01a8,'injector':this[_0x223c43(0x775)],'hostUnitId':_0x5d7c89['hostUnitId'],'embedId':_0x5d7c89[_0x223c43(0x333)],'childUnitId':_0x5d7c89[_0x223c43(0x199)],'childType':_0x5d7c89[_0x223c43(0x31c)]},_0x51891d=[],_0x35f263=_0x34ed06==null?(_0x1d12d4=_0x2a091b[_0x223c43(0x3cb)])==null?void 0x0:_0x1d12d4['call'](_0x2a091b,_0x280348):_0x34ed06,_0x356d6c=this[_0x223c43(0x46b)](_0x35f263);if(_0x356d6c['disposable']&&_0x51891d['push'](_0x356d6c['disposable']),_0x280348['hostElement']=(_0x4d7ed8=_0x356d6c['hostElement'])==null?_0x280348['hostElement']:_0x4d7ed8,_0x280348[_0x223c43(0x266)]=_0x280348['hostElement'],!_0x280348[_0x223c43(0x645)]||!_0x280348[_0x223c43(0x266)])throw[..._0x51891d][_0x223c43(0x4fc)]()[_0x223c43(0x187)](_0x248e3b=>_0x248e3b[_0x223c43(0x3b0)]()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x356d6c['runtimeRoots']||_0x51891d[_0x223c43(0x400)](_0xc11f90(_0x280348[_0x223c43(0x645)])),!_0x7830c4[_0x223c43(0x20c)])return this[_0x223c43(0x14c)](_0x5d7c89,_0x7d01a8,_0x280348['hostElement'],_0x356d6c['runtimeRoots'],_0x51891d,_0x7830c4[_0x223c43(0xdf)]);if(!_0x31efd5)throw[..._0x51891d]['reverse']()[_0x223c43(0x187)](_0x4d355d=>_0x4d355d['dispose']()),Error(_0x223c43(0x520));let {renderScope:_0x1c9b91,disposable:_0x28a456,setActive:_0xb8df18}=this[_0x223c43(0x6fd)](_0x5d7c89,_0x7d01a8,_0x280348['hostElement'],_0x356d6c[_0x223c43(0x3f3)]);_0x51891d[_0x223c43(0x400)](_0x28a456);let _0x5a281={..._0x280348,'hostElement':_0x280348[_0x223c43(0x645)],'container':_0x280348[_0x223c43(0x266)],'renderScope':_0x1c9b91},{runtimeScope:_0xd8ab7b,disposable:_0x5b3603}=_0x475f95(_0x5a281,_0xb8df18),_0x1a469e={..._0x5a281,'runtimeScope':_0xd8ab7b};_0x51891d['push'](_0x5b3603);let _0x3f676e=this['_registerRuntimeBoundary'](_0x5d7c89,_0x280348[_0x223c43(0x645)],_0x1c9b91,_0xd8ab7b['roots']);_0x3f676e&&_0x51891d[_0x223c43(0x400)](_0x3f676e),this[_0x223c43(0x775)]['has'](_0x4af2a7)&&_0x51891d[_0x223c43(0x400)](this[_0x223c43(0x775)]['get'](_0x4af2a7)[_0x223c43(0x731)]({'embedId':_0x5d7c89[_0x223c43(0x333)],'hostUnitId':_0x5d7c89['hostUnitId'],'childUnitId':_0x5d7c89[_0x223c43(0x199)],'childType':_0x5d7c89['childType']})),_0x51891d[_0x223c43(0x400)](this['_registerChildFocusBridge'](_0x5d7c89,_0x280348[_0x223c43(0x645)],_0x1c9b91['mode'],_0xd8ab7b[_0x223c43(0x50d)])),_0x51891d[_0x223c43(0x400)](this[_0x223c43(0x3a5)][_0x223c43(0x632)](_0x1a469e));let _0xa77401=this[_0x223c43(0x18f)](_0x5d7c89),_0x54ac90=(_0x336152=_0x31efd5[_0x223c43(0x3cb)])==null?void 0x0:_0x336152[_0x223c43(0x200)](_0x31efd5,_0x1a469e);if(_0x54ac90&&_0x51891d['push'](_0x54ac90),_0x51891d[_0x223c43(0x400)](_0xa77401),_0x51891d[_0x223c43(0x400)](this[_0x223c43(0x695)][_0x223c43(0x4ed)](_0x2055b0)),_0x1c9b91[_0x223c43(0x74b)]===_0x223c43(0x729)){let _0x208e05=this['_mountFloatingMenu'](_0x1a469e);_0x208e05&&_0x51891d[_0x223c43(0x400)](_0x208e05);}let _0x344e77={'hostUnitId':_0x5d7c89[_0x223c43(0x142)],'embedId':_0x5d7c89[_0x223c43(0x333)],'childUnitId':_0x5d7c89['childUnitId'],'childType':_0x5d7c89[_0x223c43(0x31c)],'entry':_0x5d7c89[_0x223c43(0x138)],'layout':_0x7d01a8,'hostElement':_0x280348[_0x223c43(0x645)],'context':_0x1a469e};return this['_sessions'][_0x223c43(0x2e2)](_0x5d7c89['embedId'],{'session':_0x344e77,'disposables':_0x51891d,'setActive':_0xb8df18}),_0x7d01a8!==_0x223c43(0x58f)&&this[_0x223c43(0x1e0)](_0x5d7c89,_0x7d01a8,_0xb8df18),_0x344e77;}[_0x541376(0x14c)](_0x447163,_0x51b042,_0x4647c9,_0x1b173d,_0x4aaf02,_0x578491){const _0x5aa4d4=_0x541376;var _0x1548b3,_0x224f33;let _0x3a16ba=(_0x1548b3=(_0x224f33=_0x1b173d==null?void 0x0:_0x1b173d['content'])==null?_0x44e452(_0x4647c9,'data-embed-content-root'):_0x224f33)==null?_0x4647c9:_0x1548b3,_0x38ab54=_0x391c79(_0x578491);_0x3a16ba[_0x5aa4d4(0x4e0)](_0x38ab54),_0x4aaf02[_0x5aa4d4(0x400)]((0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x48ac3e=_0x5aa4d4;_0x38ab54[_0x48ac3e(0x130)]===_0x3a16ba&&_0x38ab54['remove']();}));let _0x1d0e35={'hostUnitId':_0x447163[_0x5aa4d4(0x142)],'embedId':_0x447163['embedId'],'childUnitId':_0x447163['childUnitId'],'childType':_0x447163[_0x5aa4d4(0x31c)],'entry':_0x447163['entry'],'layout':_0x51b042,'hostElement':_0x4647c9};return this[_0x5aa4d4(0x118)][_0x5aa4d4(0x2e2)](_0x447163[_0x5aa4d4(0x333)],{'session':_0x1d0e35,'disposables':_0x4aaf02,'setActive':()=>{}}),_0x1d0e35;}['_initializeFloatingSessionActiveState'](_0x433f14,_0x127a99,_0x2a4f45){const _0x848e17=_0x541376;if(_0x127a99!==_0x848e17(0x58f)){if(this[_0x848e17(0x775)][_0x848e17(0x297)](_0x3f9f59[_0x848e17(0xd9)])){let _0x3c14fc=this[_0x848e17(0x775)][_0x848e17(0x63f)](_0x3f9f59[_0x848e17(0xd9)])['getFocusOwner']();if((_0x3c14fc==null?void 0x0:_0x3c14fc[_0x848e17(0x142)])===_0x433f14[_0x848e17(0x142)]){_0x2a4f45(_0x3c14fc[_0x848e17(0x333)]===_0x433f14['embedId']);return;}}_0x2a4f45(!0x1);}}[_0x541376(0x1d5)](_0x3e9fd4){const _0x3b40a8=_0x541376;let _0x5ee920=this[_0x3b40a8(0x118)][_0x3b40a8(0x63f)](_0x3e9fd4);_0x5ee920&&(this[_0x3b40a8(0x5f9)](_0x3e9fd4),[..._0x5ee920[_0x3b40a8(0x4b0)]][_0x3b40a8(0x4fc)]()[_0x3b40a8(0x187)](_0x296220=>_0x296220[_0x3b40a8(0x3b0)]()),this[_0x3b40a8(0x118)]['delete'](_0x3e9fd4));}[_0x541376(0x21a)](_0x4cb48c){const _0x2b82a8=_0x541376;var _0x5bac3e;return(_0x5bac3e=this[_0x2b82a8(0x118)]['get'](_0x4cb48c))==null?void 0x0:_0x5bac3e[_0x2b82a8(0xe7)];}['listSessions'](){const _0x2889ea=_0x541376;return[...this[_0x2889ea(0x118)]['values']()][_0x2889ea(0x29b)](({session:_0x3a35da})=>_0x3a35da);}['activateSession'](_0x552250){const _0x546d24=_0x541376;let _0x3611e3=this['_sessions'][_0x546d24(0x63f)](_0x552250);if(_0x3611e3){if(_0x3611e3[_0x546d24(0xe7)]['layout']!==_0x546d24(0x58f)){this[_0x546d24(0x118)][_0x546d24(0x187)](_0x2752b6=>{const _0x5332be=_0x546d24;_0x2752b6[_0x5332be(0xe7)][_0x5332be(0x5b1)]===_0x5332be(0x58f)||_0x2752b6[_0x5332be(0xe7)][_0x5332be(0x142)]!==_0x3611e3['session'][_0x5332be(0x142)]||_0x2752b6[_0x5332be(0x1f4)](_0x2752b6[_0x5332be(0xe7)][_0x5332be(0x333)]===_0x552250);});return;}this['_focusTabPeerSession'](_0x3611e3[_0x546d24(0xe7)]),this[_0x546d24(0x118)]['forEach'](_0x1ec4f5=>{const _0x260b61=_0x546d24;_0x1ec4f5['session'][_0x260b61(0x5b1)]!=='tab-peer'||_0x1ec4f5[_0x260b61(0xe7)][_0x260b61(0x142)]!==_0x3611e3[_0x260b61(0xe7)][_0x260b61(0x142)]||_0x1ec4f5[_0x260b61(0x1f4)](_0x1ec4f5[_0x260b61(0xe7)][_0x260b61(0x333)]===_0x552250);});}}[_0x541376(0x1c1)](_0x4d5e3e){const _0x44e45c=_0x541376;let _0x45986c=[];return this[_0x44e45c(0x118)]['forEach'](_0x28c3b0=>{const _0x244ede=_0x44e45c;_0x28c3b0[_0x244ede(0xe7)][_0x244ede(0x5b1)]===_0x244ede(0x58f)&&(_0x4d5e3e&&_0x28c3b0['session'][_0x244ede(0x333)]!==_0x4d5e3e||(this[_0x244ede(0x370)](_0x28c3b0['session']),this[_0x244ede(0x5f9)](_0x28c3b0[_0x244ede(0xe7)][_0x244ede(0x333)]),_0x28c3b0[_0x244ede(0x1f4)](!0x1),_0x45986c[_0x244ede(0x400)](_0x28c3b0[_0x244ede(0xe7)])));}),_0x45986c;}[_0x541376(0x209)](_0x1f8310){const _0x2feb8f=_0x541376;let _0x35700a=this['_sessions'][_0x2feb8f(0x63f)](_0x1f8310);if(!(!_0x35700a||_0x35700a[_0x2feb8f(0xe7)][_0x2feb8f(0x5b1)]===_0x2feb8f(0x58f)))return this[_0x2feb8f(0x370)](_0x35700a[_0x2feb8f(0xe7)]),_0x35700a[_0x2feb8f(0x1f4)](!0x1),_0x35700a[_0x2feb8f(0xe7)];}[_0x541376(0x1f4)](_0x3dd751,_0x1ae085){const _0x1e88e2=_0x541376;var _0x18c2e2;(_0x18c2e2=this[_0x1e88e2(0x118)]['get'](_0x3dd751))==null||_0x18c2e2[_0x1e88e2(0x1f4)](_0x1ae085);}['_runChildBeforeDeactivate'](_0x53c9a1){const _0x57b22c=_0x541376;let _0x51f52f=_0x53c9a1['context'];if(!_0x51f52f)return;let _0x45f8ba=this[_0x57b22c(0x593)][_0x57b22c(0x63f)](_0x53c9a1[_0x57b22c(0x31c)]);if(_0x45f8ba!=null&&_0x45f8ba[_0x57b22c(0x315)])try{_0x45f8ba['beforeDeactivate'](_0x51f52f);}catch(_0x176097){console[_0x57b22c(0xda)](_0x57b22c(0x57b),_0x176097);}}['_resolveLayout'](_0x763806){const _0x446b1d=_0x541376;var _0x5a2c35,_0x581d7a;let _0x1da443=((_0x5a2c35=_0x763806[_0x446b1d(0x1f9)])==null?void 0x0:_0x5a2c35[_0x446b1d(0x261)])||void 0x0;if(_0x1da443!=null&&_0x1da443['layout'])return _0x1da443[_0x446b1d(0x5b1)];let _0x9c29a7=((_0x581d7a=_0x763806[_0x446b1d(0x1f9)])==null?void 0x0:_0x581d7a[_0x446b1d(0xfe)])||void 0x0;if(_0x9c29a7!=null&&_0x9c29a7['enabled'])return _0x446b1d(0x58f);throw Error(_0x446b1d(0x2fd));}[_0x541376(0x6fd)](_0x150e9f,_0x2cbea0,_0x31a75a,_0x195c18){const _0x5b3fd9=_0x541376;var _0x2b91fe,_0x2a3c24,_0x4aa040,_0x4cf3da,_0x33b5e1,_0x6ddafe,_0x36bb61,_0x13f279,_0x3df702,_0x288c37;let _0x1914ba=new _0x4ec6cb[(_0x5b3fd9(0x15a))](!0x0),_0x3237b7=_0x150e9f[_0x5b3fd9(0x683)],_0x2f70e3=(_0x2b91fe=_0x150e9f[_0x5b3fd9(0x1f9)])==null?void 0x0:_0x2b91fe[_0x5b3fd9(0xfe)],_0x1ec57f=_0x2f70e3&&_0x2f70e3[_0x5b3fd9(0x1db)]?_0x5b3fd9(0xfe):(_0x2a3c24=_0x150e9f['sourceMeta'])!=null&&_0x2a3c24['floating']?_0x5b3fd9(0x729):_0x5b3fd9(0x5f0),_0x531506=(_0x4aa040=(_0x4cf3da=_0x195c18==null?void 0x0:_0x195c18[_0x5b3fd9(0x693)])==null?_0x44e452(_0x31a75a,_0x5b3fd9(0x648)):_0x4cf3da)==null?_0x31a75a:_0x4aa040,_0x38e7e5=(_0x33b5e1=(_0x6ddafe=_0x195c18==null?void 0x0:_0x195c18[_0x5b3fd9(0x28f)])==null?_0x44e452(_0x31a75a,_0x5b3fd9(0x2da)):_0x6ddafe)==null?_0x31a75a:_0x33b5e1,_0x403231=(_0x36bb61=(_0x13f279=_0x195c18==null?void 0x0:_0x195c18[_0x5b3fd9(0x3ef)])==null?_0x44e452(_0x31a75a,'data-embed-overlay-root'):_0x13f279)==null?_0x31a75a:_0x36bb61,_0x3892d7=(_0x3df702=(_0x288c37=_0x195c18==null?void 0x0:_0x195c18['popup'])==null?_0x44e452(_0x31a75a,_0x5b3fd9(0x3a2)):_0x288c37)==null?_0x403231:_0x3df702,_0x347376=this[_0x5b3fd9(0x58a)][_0x5b3fd9(0x745)]({'childUnitId':_0x150e9f['childUnitId'],'embedId':_0x150e9f[_0x5b3fd9(0x333)],'hostAnchorId':_0x3237b7,'root':_0x403231}),_0x5ebd1d=_0x40a33d=>{const _0x541cdb=_0x5b3fd9;_0x1914ba[_0x541cdb(0x38a)]()!==_0x40a33d&&(_0x25c07c(_0x31a75a,_0x40a33d,_0x1ec57f),_0x1914ba['next'](_0x40a33d));};return _0x25c07c(_0x31a75a,!0x0,_0x1ec57f),{'renderScope':{'hostUnitId':_0x150e9f['hostUnitId'],'hostAnchorId':_0x3237b7,'embedId':_0x150e9f[_0x5b3fd9(0x333)],'childUnitId':_0x150e9f[_0x5b3fd9(0x199)],'childType':_0x150e9f[_0x5b3fd9(0x31c)],'layout':_0x2cbea0,'mode':_0x1ec57f,'rootElement':_0x31a75a,'contentRoot':_0x531506,'canvasRoot':_0x38e7e5,'overlayRoot':_0x403231,'popupRoot':_0x3892d7,'menuOutlet':_0x195c18!=null&&_0x195c18[_0x5b3fd9(0x790)]?{'container':_0x195c18[_0x5b3fd9(0x790)]}:void 0x0,'active$':_0x1914ba['asObservable']()},'disposable':(0x0,_0x1d2b2d[_0x5b3fd9(0x212)])(()=>{const _0xf09a40=_0x5b3fd9;_0x347376[_0xf09a40(0x3b0)](),_0x5ebd1d(!0x1),_0x1914ba[_0xf09a40(0x43c)]();}),'setActive':_0x5ebd1d};}[_0x541376(0x296)](_0x516936,_0x13d106,_0x22c021,_0x5d4346){const _0x2e665f=_0x541376;let _0x205a93=this[_0x2e665f(0x775)][_0x2e665f(0x297)](_0x5a9356),_0x5e2b1c=this['_injector']['has'](_0x4af2a7);if(!_0x205a93&&!_0x5e2b1c)return;let _0x52a8a9=_0x205a93?this[_0x2e665f(0x775)][_0x2e665f(0x63f)](_0x5a9356):void 0x0,_0x5bc788=_0x5e2b1c?this[_0x2e665f(0x775)][_0x2e665f(0x63f)](_0x4af2a7):void 0x0,_0x2b3cdd=new Map(),_0x354e72=(_0x28d92f,_0x18ccf4)=>{const _0x3e30d8=_0x2e665f;if(!_0x28d92f)return;let _0x58b6fd=_0x2b3cdd['get'](_0x28d92f);(!_0x58b6fd||_0x58b6fd==='runtime')&&_0x2b3cdd[_0x3e30d8(0x2e2)](_0x28d92f,_0x18ccf4);};_0x354e72(_0x13d106,_0x2e665f(0xcd)),_0x354e72(_0x22c021[_0x2e665f(0x32f)],_0x2e665f(0xcd)),_0x354e72(_0x22c021['contentRoot'],_0x2e665f(0xcd)),_0x354e72(_0x22c021[_0x2e665f(0x281)],_0x2e665f(0xcd)),_0x354e72(_0x22c021['overlayRoot'],_0x2e665f(0xcd)),_0x354e72(_0x5d4346[_0x2e665f(0x6a1)],_0x2e665f(0xcd)),_0x354e72(_0x5d4346['content'],_0x2e665f(0xcd)),_0x354e72(_0x5d4346['canvas'],_0x2e665f(0xcd)),_0x354e72(_0x5d4346[_0x2e665f(0x3ef)],'runtime'),_0x354e72(_0x22c021[_0x2e665f(0x40d)],_0x2e665f(0x24e)),_0x354e72(_0x5d4346[_0x2e665f(0x303)],'child-popup');let _0x1b8467=[..._0x2b3cdd]['flatMap'](([_0x210062,_0x2a3d0f])=>[_0x52a8a9==null?void 0x0:_0x52a8a9[_0x2e665f(0x5ff)](_0x516936[_0x2e665f(0x333)],_0x210062),_0x5bc788==null?void 0x0:_0x5bc788[_0x2e665f(0x13b)]({'embedId':_0x516936[_0x2e665f(0x333)],'role':_0x2a3d0f,'element':_0x210062})][_0x2e665f(0x66c)](_0x19146e=>!!_0x19146e));return(0x0,_0x1d2b2d[_0x2e665f(0x212)])(()=>{const _0x2f05fe=_0x2e665f;[..._0x1b8467][_0x2f05fe(0x4fc)]()[_0x2f05fe(0x187)](_0x4e2a4a=>_0x4e2a4a[_0x2f05fe(0x3b0)]());});}[_0x541376(0x46b)](_0x4c9e3f){const _0x4a94ff=_0x541376;return _0x4c9e3f?_0x4a94ff(0x3b0)in _0x4c9e3f?{'disposable':_0x4c9e3f}:{'hostElement':_0x4c9e3f[_0x4a94ff(0x645)],'runtimeRoots':_0x4c9e3f['runtimeRoots'],'disposable':_0x4c9e3f[_0x4a94ff(0x4b9)]?(0x0,_0x1d2b2d[_0x4a94ff(0x212)])(()=>{const _0x373d94=_0x4a94ff;var _0x517746;return(_0x517746=_0x4c9e3f[_0x373d94(0x4b9)])==null?void 0x0:_0x517746[_0x373d94(0x3b0)]();}):void 0x0}:{};}[_0x541376(0x3ad)](_0x2fc8cf){const _0xc4fccb=_0x541376;if(!this[_0xc4fccb(0x775)][_0xc4fccb(0x297)](_0xd7008))return;let _0x20a4a0=this[_0xc4fccb(0x775)][_0xc4fccb(0x63f)](_0xd7008)[_0xc4fccb(0x63f)](_0x2fc8cf[_0xc4fccb(0x720)][_0xc4fccb(0x431)],_0x2fc8cf[_0xc4fccb(0x720)][_0xc4fccb(0x138)],_0x2fc8cf[_0xc4fccb(0x31c)]);if(!_0x20a4a0)return;let _0x4d935b=this[_0xc4fccb(0x775)][_0xc4fccb(0x297)](_0x3324bc)?this[_0xc4fccb(0x775)][_0xc4fccb(0x63f)](_0x3324bc)[_0xc4fccb(0x2f0)]():null,_0x3373b2=_0x20a4a0['mount']({..._0x2fc8cf,'active':_0x4d935b});return _0x3373b2?(0x0,_0x1d2b2d[_0xc4fccb(0x212)])(()=>_0x3373b2[_0xc4fccb(0x3b0)]()):void 0x0;}[_0x541376(0x65e)](_0x58e5cc,_0x1942b9,_0x23d6ce,_0xa2456a){const _0x404fb5=_0x541376;let _0x49bdc7=this['_injector']['has'](_0x5a9356)?this[_0x404fb5(0x775)]['get'](_0x5a9356):void 0x0,_0x244afc=this[_0x404fb5(0x775)][_0x404fb5(0x297)](_0x4af2a7)?this[_0x404fb5(0x775)][_0x404fb5(0x63f)](_0x4af2a7):void 0x0,_0x3de8e3=_0x1942b9[_0x404fb5(0x53a)],_0x3d1935=[],_0x6e87e1=()=>_0x23d6ce===_0x404fb5(0x729)?this[_0x404fb5(0x775)][_0x404fb5(0x297)](_0x3324bc)?this['_injector'][_0x404fb5(0x63f)](_0x3324bc)[_0x404fb5(0x53c)](_0x58e5cc[_0x404fb5(0x333)])===_0x404fb5(0x7ac):!0x1:!0x0,_0x78007=(_0xb84820,_0x1992c2={})=>{const _0xc03f84=_0x404fb5;let _0x5e0688=_0x1992c2['focusUnit']!==!0x1,_0x139560=_0x1992c2[_0xc03f84(0x420)]!==!0x1,_0x3a220d=(_0xb84820==null?void 0x0:_0xb84820[_0xc03f84(0x28d)])instanceof Element?_0xb84820[_0xc03f84(0x28d)]:null;if(!(_0x3a220d!=null&&_0x3a220d[_0xc03f84(0x639)](_0xc03f84(0x73b)))&&!(!_0x58e5cc[_0xc03f84(0x199)]||_0x58e5cc[_0xc03f84(0x31c)]==null)&&_0x6e87e1()){if(_0x23d6ce==='float'&&_0xa2456a&&(_0xa2456a[_0xc03f84(0x135)](_0x58e5cc[_0xc03f84(0x199)]),_0x5e0688&&_0xa2456a[_0xc03f84(0x78b)](_0x58e5cc[_0xc03f84(0x199)])),_0x23d6ce==='tab'&&this['_injector'][_0xc03f84(0x297)](_0x1d2b2d[_0xc03f84(0x47f)])){var _0x151e3d,_0x4fcad9;let _0x29ef52=this[_0xc03f84(0x775)]['get'](_0x1d2b2d[_0xc03f84(0x47f)]),_0x195d58=_0x29ef52[_0xc03f84(0x6f4)],_0x5ebcba=_0x29ef52[_0xc03f84(0x607)];(typeof _0x195d58!='function'||((_0x151e3d=_0x195d58[_0xc03f84(0x200)](_0x29ef52,_0x58e5cc[_0xc03f84(0x31c)]))==null?void 0x0:_0x151e3d[_0xc03f84(0x660)]())!==_0x58e5cc[_0xc03f84(0x199)])&&_0x29ef52[_0xc03f84(0x135)](_0x58e5cc[_0xc03f84(0x199)]),_0x5e0688&&(typeof _0x5ebcba!=_0xc03f84(0x141)||((_0x4fcad9=_0x5ebcba['call'](_0x29ef52))==null?void 0x0:_0x4fcad9[_0xc03f84(0x660)]())!==_0x58e5cc[_0xc03f84(0x199)])&&_0x29ef52[_0xc03f84(0x78b)](_0x58e5cc[_0xc03f84(0x199)]);}if(_0x23d6ce===_0xc03f84(0xfe)&&this['_injector'][_0xc03f84(0x297)](_0x1d2b2d[_0xc03f84(0x654)])){let _0x2392e0=this[_0xc03f84(0x775)]['get'](_0x1d2b2d[_0xc03f84(0x654)]);_0x2392e0['setContextValue'](_0x1d2b2d[_0xc03f84(0x4b8)],!0x0),_0x2392e0[_0xc03f84(0x394)](_0x1d2b2d['FOCUSING_DOC'],_0x58e5cc[_0xc03f84(0x31c)]===_0x1d2b2d[_0xc03f84(0x537)]['UNIVER_DOC']),_0x2392e0[_0xc03f84(0x394)](_0x1d2b2d[_0xc03f84(0x4af)],_0x58e5cc['childType']===_0x1d2b2d['UniverInstanceType']['UNIVER_SHEET']),_0x2392e0[_0xc03f84(0x394)](_0x1d2b2d['FOCUSING_SLIDE'],_0x58e5cc[_0xc03f84(0x31c)]===_0x1d2b2d['UniverInstanceType'][_0xc03f84(0xdd)]);}if(this[_0xc03f84(0x775)][_0xc03f84(0x297)](_0x3f9f59[_0xc03f84(0xd9)])){let _0x563a2c=this[_0xc03f84(0x775)][_0xc03f84(0x63f)](_0x3f9f59[_0xc03f84(0xd9)]),_0x31663a={'hostUnitId':_0x58e5cc[_0xc03f84(0x142)],'embedId':_0x58e5cc[_0xc03f84(0x333)],'childUnitId':_0x58e5cc[_0xc03f84(0x199)],'childType':_0x58e5cc['childType'],'reason':_0xc03f84(0x30c)},_0x46bca1=_0x563a2c[_0xc03f84(0x391)]();((_0x46bca1==null?void 0x0:_0x46bca1['hostUnitId'])!==_0x31663a[_0xc03f84(0x142)]||_0x46bca1[_0xc03f84(0x333)]!==_0x31663a[_0xc03f84(0x333)]||_0x46bca1[_0xc03f84(0x199)]!==_0x31663a[_0xc03f84(0x199)]||_0x46bca1[_0xc03f84(0x31c)]!==_0x31663a[_0xc03f84(0x31c)]||_0x46bca1['reason']!==_0x31663a[_0xc03f84(0xdf)])&&_0x563a2c[_0xc03f84(0x213)](_0x31663a);}_0x139560&&this[_0xc03f84(0x420)](_0x58e5cc[_0xc03f84(0x333)]);}},_0x21c0d8=_0x3d1cd=>{const _0x1bf56d=_0x404fb5;let _0x4837e8=_0x3d1cd[_0x1bf56d(0x28d)]instanceof Element?_0x3d1cd[_0x1bf56d(0x28d)]:null;if(!_0x4837e8||_0x1942b9[_0x1bf56d(0x255)](_0x4837e8)||!(_0x49bdc7!=null&&_0x49bdc7[_0x1bf56d(0x255)](_0x58e5cc[_0x1bf56d(0x333)],_0x4837e8,_0x3d1cd)||_0x244afc!=null&&_0x244afc[_0x1bf56d(0xce)](_0x58e5cc[_0x1bf56d(0x333)],_0x4837e8,_0x3d1cd)))return;_0x78007(_0x3d1cd,{'focusUnit':!0x1,'activateSession':!0x1});let _0x4ff275=_0x3de8e3['defaultView'];_0x4ff275&&_0x3d1935[_0x1bf56d(0x400)](_0x4ff275[_0x1bf56d(0x38b)](()=>_0x78007(_0x3d1cd,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x1942b9['addEventListener'](_0x404fb5(0x1fd),_0x78007,{'capture':!0x0}),_0x1942b9[_0x404fb5(0x5b3)](_0x404fb5(0x5b8),_0x78007),_0x3de8e3[_0x404fb5(0x5b3)](_0x404fb5(0x1fd),_0x21c0d8,{'capture':!0x0}),_0x3de8e3['addEventListener']('focusin',_0x21c0d8,{'capture':!0x0}),(0x0,_0x1d2b2d[_0x404fb5(0x212)])(()=>{const _0x198fef=_0x404fb5;_0x1942b9[_0x198fef(0x355)](_0x198fef(0x1fd),_0x78007,{'capture':!0x0}),_0x1942b9[_0x198fef(0x355)](_0x198fef(0x5b8),_0x78007),_0x3de8e3[_0x198fef(0x355)]('pointerdown',_0x21c0d8,{'capture':!0x0}),_0x3de8e3[_0x198fef(0x355)](_0x198fef(0x5b8),_0x21c0d8,{'capture':!0x0}),_0x3d1935[_0x198fef(0x187)](_0x43ed9a=>{const _0x1eafa3=_0x198fef;var _0x11a1d3;return(_0x11a1d3=_0x3de8e3[_0x1eafa3(0x51f)])==null?void 0x0:_0x11a1d3['clearTimeout'](_0x43ed9a);});});}[_0x541376(0x418)](_0x2cc95e){const _0x5b4126=_0x541376;if(this[_0x5b4126(0x154)](_0x2cc95e),this[_0x5b4126(0x775)][_0x5b4126(0x297)](_0x1d2b2d[_0x5b4126(0x47f)])){let _0x378b55=this[_0x5b4126(0x775)][_0x5b4126(0x63f)](_0x1d2b2d[_0x5b4126(0x47f)]);_0x378b55[_0x5b4126(0x135)](_0x2cc95e[_0x5b4126(0x199)]),_0x378b55[_0x5b4126(0x78b)](_0x2cc95e[_0x5b4126(0x199)]);}if(this[_0x5b4126(0x775)][_0x5b4126(0x297)](_0x1d2b2d[_0x5b4126(0x654)])){let _0x112722=this[_0x5b4126(0x775)][_0x5b4126(0x63f)](_0x1d2b2d[_0x5b4126(0x654)]);_0x112722[_0x5b4126(0x394)](_0x1d2b2d[_0x5b4126(0x4b8)],!0x0),_0x112722[_0x5b4126(0x394)](_0x1d2b2d[_0x5b4126(0x3a6)],_0x2cc95e[_0x5b4126(0x31c)]===_0x1d2b2d[_0x5b4126(0x537)][_0x5b4126(0x556)]),_0x112722[_0x5b4126(0x394)](_0x1d2b2d[_0x5b4126(0x4af)],_0x2cc95e[_0x5b4126(0x31c)]===_0x1d2b2d[_0x5b4126(0x537)][_0x5b4126(0x3e8)]),_0x112722['setContextValue'](_0x1d2b2d[_0x5b4126(0x378)],_0x2cc95e[_0x5b4126(0x31c)]===_0x1d2b2d['UniverInstanceType']['UNIVER_SLIDE']);}this[_0x5b4126(0x775)][_0x5b4126(0x297)](_0x3f9f59['EmbedFocusOwnerService'])&&this[_0x5b4126(0x775)][_0x5b4126(0x63f)](_0x3f9f59['EmbedFocusOwnerService'])[_0x5b4126(0x213)]({'hostUnitId':_0x2cc95e['hostUnitId'],'embedId':_0x2cc95e[_0x5b4126(0x333)],'childUnitId':_0x2cc95e['childUnitId'],'childType':_0x2cc95e['childType'],'reason':'keyboard'});}[_0x541376(0x154)](_0xb38a0){const _0x2d20f8=_0x541376;if(!this['_injector']['has'](_0x4af2a7))return;this[_0x2d20f8(0x501)](_0xb38a0[_0x2d20f8(0x142)],_0xb38a0[_0x2d20f8(0x333)]),this[_0x2d20f8(0x5f9)](_0xb38a0[_0x2d20f8(0x333)]);let _0x548c71=this['_injector'][_0x2d20f8(0x63f)](_0x4af2a7)[_0x2d20f8(0x6e0)]({'embedId':_0xb38a0[_0x2d20f8(0x333)],'role':_0x2d20f8(0x34a),'owner':'tab-peer-runtime','sessionMode':_0x2d20f8(0x794),'hostUnitId':_0xb38a0['hostUnitId'],'childUnitId':_0xb38a0[_0x2d20f8(0x199)],'childType':_0xb38a0[_0x2d20f8(0x31c)]});this['_tabFocusLeases'][_0x2d20f8(0x2e2)](_0xb38a0[_0x2d20f8(0x333)],{'hostUnitId':_0xb38a0[_0x2d20f8(0x142)],'disposable':_0x548c71});}['_releaseTabPeerFocusLeasesForHost'](_0x550afa,_0x4a28d6){const _0x5c6d97=_0x541376;[...this[_0x5c6d97(0x4bb)][_0x5c6d97(0x733)]()][_0x5c6d97(0x187)](([_0x5e94ab,_0x532aab])=>{const _0x250432=_0x5c6d97;_0x5e94ab===_0x4a28d6||_0x532aab[_0x250432(0x142)]!==_0x550afa||(_0x532aab[_0x250432(0x4b9)][_0x250432(0x3b0)](),this[_0x250432(0x4bb)][_0x250432(0x6fe)](_0x5e94ab));});}[_0x541376(0x5f9)](_0x15f493){const _0x54fe7a=_0x541376;let _0x1bd4cb=this[_0x54fe7a(0x4bb)][_0x54fe7a(0x63f)](_0x15f493);_0x1bd4cb&&(_0x1bd4cb[_0x54fe7a(0x4b9)][_0x54fe7a(0x3b0)](),this[_0x54fe7a(0x4bb)][_0x54fe7a(0x6fe)](_0x15f493));}[_0x541376(0x18f)](_0x38dbff){const _0x5e9753=_0x541376;var _0x3b73c2,_0x10a4f8;if((_0x3b73c2=_0x38dbff[_0x5e9753(0x1f9)])!=null&&_0x3b73c2[_0x5e9753(0xfe)]&&_0x38dbff['sourceMeta'][_0x5e9753(0xfe)][_0x5e9753(0x1db)]||!this[_0x5e9753(0x775)]['has'](_0x1d2b2d[_0x5e9753(0x47f)])||!_0x38dbff[_0x5e9753(0x199)])return(0x0,_0x1d2b2d[_0x5e9753(0x212)])(()=>{});let _0x80774e=this['_injector'][_0x5e9753(0x63f)](_0x1d2b2d[_0x5e9753(0x47f)]),_0x1d5a38=_0x80774e['getFocusedUnit'],_0x11e8ab=_0x80774e[_0x5e9753(0x78b)];if(typeof _0x1d5a38!='function'||typeof _0x11e8ab!=_0x5e9753(0x141))return(0x0,_0x1d2b2d[_0x5e9753(0x212)])(()=>{});let _0x5c7b92=(_0x10a4f8=_0x1d5a38[_0x5e9753(0x200)](_0x80774e))==null?void 0x0:_0x10a4f8[_0x5e9753(0x660)]();if(!_0x5c7b92||_0x5c7b92===_0x38dbff[_0x5e9753(0x199)])return(0x0,_0x1d2b2d[_0x5e9753(0x212)])(()=>{});let _0x1d4b3e=()=>{const _0x28818d=_0x5e9753;var _0x98a4f2;((_0x98a4f2=_0x1d5a38[_0x28818d(0x200)](_0x80774e))==null?void 0x0:_0x98a4f2[_0x28818d(0x660)]())===_0x38dbff[_0x28818d(0x199)]&&_0x11e8ab[_0x28818d(0x200)](_0x80774e,_0x5c7b92);},_0x4faf45=[],_0x597c60=[];return _0x1d4b3e(),typeof window<'u'&&(_0x597c60['push'](window[_0x5e9753(0x722)](_0x1d4b3e)),_0x4faf45[_0x5e9753(0x400)](window[_0x5e9753(0x38b)](_0x1d4b3e,0x0)),_0x4faf45[_0x5e9753(0x400)](window[_0x5e9753(0x38b)](_0x1d4b3e,0x78))),(0x0,_0x1d2b2d[_0x5e9753(0x212)])(()=>{const _0x5548a8=_0x5e9753;typeof window>'u'||(_0x597c60[_0x5548a8(0x187)](_0x4ffa0c=>window[_0x5548a8(0x1ca)](_0x4ffa0c)),_0x4faf45[_0x5548a8(0x187)](_0x22a3aa=>window['clearTimeout'](_0x22a3aa)));});}[_0x541376(0x6ec)](_0x2c142f){const _0x406aa3=_0x541376;let _0x55bbc5=[...this[_0x406aa3(0x118)]['values']()][_0x406aa3(0x48d)](({session:_0x928c1c})=>_0x928c1c['embedId']!==_0x2c142f[_0x406aa3(0x333)]&&_0x928c1c[_0x406aa3(0x199)]===_0x2c142f[_0x406aa3(0x199)]);if(_0x55bbc5)throw new _0x5edf21(_0x2c142f[_0x406aa3(0x199)],_0x55bbc5['session'][_0x406aa3(0x333)]);if(this[_0x406aa3(0x6d0)][_0x406aa3(0x312)](_0x2c142f[_0x406aa3(0x199)],_0x2c142f[_0x406aa3(0x31c)]))return;let _0x51d4c6=this[_0x406aa3(0x6d0)][_0x406aa3(0x784)](_0x2c142f[_0x406aa3(0x199)]);throw _0x51d4c6!==_0x1d2b2d[_0x406aa3(0x537)][_0x406aa3(0x4dd)]&&_0x51d4c6!==_0x2c142f['childType']?Error(_0x406aa3(0x249)):Error('EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE');}};_0x372c4a=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x264650)),_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x493044)),_0x3e7510(0x2,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x26678e)),_0x3e7510(0x3,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x2bbf14)),_0x3e7510(0x4,_0x1d2b2d['IUniverInstanceService']),_0x3e7510(0x5,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x11a84b)),_0x3e7510(0x6,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d[_0x541376(0xee)]))],_0x372c4a);function _0x25c07c(_0x319d04,_0x417e2e,_0x1d2371){const _0x328391=_0x541376;if(_0x319d04[_0x328391(0x54c)]['embedRenderScopeActive']=_0x417e2e?_0x328391(0x3d3):_0x328391(0x530),_0x1d2371!==_0x328391(0xfe)){_0x319d04[_0x328391(0x51c)](_0x328391(0x107)),_0x319d04[_0x328391(0x51c)]('aria-hidden'),_0x319d04[_0x328391(0x44e)][_0x328391(0xe9)](_0x328391(0x6da)),_0x319d04[_0x328391(0x44e)][_0x328391(0xe9)](_0x328391(0x159));return;}if(_0x319d04['toggleAttribute']('inert',!_0x417e2e),_0x417e2e){_0x319d04['removeAttribute'](_0x328391(0x27c)),_0x319d04[_0x328391(0x44e)][_0x328391(0xe9)](_0x328391(0x6da)),_0x319d04['style'][_0x328391(0xe9)](_0x328391(0x159));return;}_0x319d04[_0x328391(0x421)](_0x328391(0x27c),'true'),_0x319d04['style']['display']='none',_0x319d04['style'][_0x328391(0x557)]=_0x328391(0x6ca);}function _0x391c79(_0x7635d3){const _0x2c72e7=_0x541376;let _0x109c12=document[_0x2c72e7(0x47b)](_0x2c72e7(0x7ab));return _0x109c12[_0x2c72e7(0x54c)][_0x2c72e7(0x3e3)]=_0x7635d3==null?_0x2c72e7(0x6c8):_0x7635d3,_0x109c12[_0x2c72e7(0x44e)][_0x2c72e7(0x367)]=['box-sizing:border-box',_0x2c72e7(0x2cd),_0x2c72e7(0x444),_0x2c72e7(0x34d),_0x2c72e7(0x5da),_0x2c72e7(0x726),_0x2c72e7(0x2f5),'padding:16px','border:1px\x20dashed\x20rgba(99,102,106,.35)','border-radius:8px',_0x2c72e7(0x705),'color:rgba(30,34,43,.64)',_0x2c72e7(0x385),_0x2c72e7(0x2ec)][_0x2c72e7(0x6c5)](';'),_0x109c12[_0x2c72e7(0x7a3)]=_0x7635d3===_0x2c72e7(0x62f)?_0x2c72e7(0x258):'Nested\x20embed\x20is\x20not\x20supported.',_0x109c12;}let _0x499887=class{constructor(_0x3dc7f0,_0x48a228,_0x3429c6,_0x575703,_0x1dd6f7,_0x4d785d,_0x3d5561,_0x568974,_0x4f26e6){const _0x269b12=_0x541376;this['_univerInstanceService']=_0x3dc7f0,this[_0x269b12(0x1d1)]=_0x48a228,this[_0x269b12(0xb9)]=_0x3429c6,this['_menuOverrideService']=_0x575703,this[_0x269b12(0x64a)]=_0x1dd6f7,this[_0x269b12(0x515)]=_0x4d785d,this[_0x269b12(0x1c7)]=_0x3d5561,this[_0x269b12(0x3f7)]=_0x568974,this[_0x269b12(0x3cd)]=_0x4f26e6,_0x531548(this,'_previousChildCurrentUnits',new Map()),_0x531548(this,_0x269b12(0x631),new Map());}[_0x541376(0x373)](_0x576015){const _0x5a80be=_0x541376;var _0x2f58ee;this[_0x5a80be(0x730)](_0x576015),this[_0x5a80be(0xbd)](_0x576015),this['_hostAdapterRegistry'][_0x5a80be(0x4e2)]({'embedId':_0x576015[_0x5a80be(0x333)],'hostUnitId':_0x576015[_0x5a80be(0x142)],'hostType':_0x576015[_0x5a80be(0x431)],'entry':_0x576015[_0x5a80be(0x138)],'hostAnchorId':_0x576015[_0x5a80be(0x683)],'descriptor':_0x576015}),this['_mountService'][_0x5a80be(0x420)](_0x576015[_0x5a80be(0x333)]);let _0x356016=this[_0x5a80be(0x515)]['get'](_0x576015[_0x5a80be(0x31c)]);return this['_menuOverrideService'][_0x5a80be(0x68f)](_0x576015,'tab-active',{'layoutPolicy':_0x356016==null||(_0x2f58ee=_0x356016[_0x5a80be(0xe8)])==null?void 0x0:_0x2f58ee[_0x5a80be(0xfe)],'allowPlaceholder':(_0x356016==null?void 0x0:_0x356016[_0x5a80be(0x4ee)])===_0x5a80be(0x579)||(_0x356016==null?void 0x0:_0x356016[_0x5a80be(0x4a5)])===_0x5a80be(0x6d8)});}[_0x541376(0x464)](_0x52b24b,_0x3b6a7c,_0x89ec6f={}){const _0x30fc66=_0x541376;this[_0x30fc66(0x730)](_0x52b24b),this['_focusOwnerService'][_0x30fc66(0x213)]({'hostUnitId':_0x52b24b[_0x30fc66(0x142)],'embedId':_0x52b24b[_0x30fc66(0x333)],'childUnitId':_0x52b24b[_0x30fc66(0x199)],'childType':_0x52b24b['childType'],'reason':'pointer'}),this[_0x30fc66(0x64a)][_0x30fc66(0x420)](_0x52b24b[_0x30fc66(0x333)]);let _0x1873bb={'hostUnitId':_0x52b24b['hostUnitId'],'embedId':_0x52b24b[_0x30fc66(0x333)],'childUnitId':_0x52b24b[_0x30fc66(0x199)]};_0x3b6a7c?this[_0x30fc66(0x1c7)][_0x30fc66(0x68f)](_0x1873bb,_0x3b6a7c):this['_floatingActiveService'][_0x30fc66(0x68f)](_0x1873bb),this[_0x30fc66(0x16c)][_0x30fc66(0x3d5)](),_0x3b6a7c===_0x30fc66(0x7ac)?(this[_0x30fc66(0x24a)](_0x52b24b[_0x30fc66(0x199)],_0x52b24b[_0x30fc66(0x31c)]),this[_0x30fc66(0x3af)](_0x52b24b)):this[_0x30fc66(0x2e0)]();}[_0x541376(0x14f)](_0x5c4387,_0x4f56d7={}){const _0x1a5c55=_0x541376;this[_0x1a5c55(0x464)](_0x5c4387,_0x1a5c55(0x7ac),_0x4f56d7);}[_0x541376(0x68d)](_0x6abe59){const _0x4de123=_0x541376;this[_0x4de123(0x730)](_0x6abe59),this['_focusOwnerService'][_0x4de123(0x213)]({'hostUnitId':_0x6abe59[_0x4de123(0x142)],'embedId':_0x6abe59[_0x4de123(0x333)],'childUnitId':_0x6abe59[_0x4de123(0x199)],'childType':_0x6abe59[_0x4de123(0x31c)],'reason':'pointer'}),this[_0x4de123(0x54a)](_0x6abe59[_0x4de123(0x199)],_0x6abe59[_0x4de123(0x31c)]);}['clearFullscreen'](_0xa32e36){const _0x568b1d=_0x541376;let _0x50bc74=this[_0x568b1d(0x1d1)][_0x568b1d(0x391)]();_0x50bc74!=null&&_0x50bc74['embedId']&&_0x50bc74[_0x568b1d(0x333)]!==_0xa32e36['embedId']||(this[_0x568b1d(0x1d1)][_0x568b1d(0x383)](_0xa32e36[_0x568b1d(0x333)]),this[_0x568b1d(0x6d0)][_0x568b1d(0x135)](_0xa32e36[_0x568b1d(0x142)]),this[_0x568b1d(0x6d0)][_0x568b1d(0x78b)](_0xa32e36[_0x568b1d(0x142)]));}[_0x541376(0x446)](_0x3290db,_0x127ea7){const _0x1150fb=_0x541376;var _0x4265c1;let _0x31f2f0=this['_focusOwnerService'][_0x1150fb(0x391)]();if(_0x3290db&&_0x31f2f0!=null&&_0x31f2f0['embedId']&&_0x31f2f0['embedId']!==_0x3290db)return;let _0x45af09=this[_0x1150fb(0x1c7)][_0x1150fb(0x2f0)]();if(_0x3290db&&!_0x31f2f0&&(_0x45af09==null?void 0x0:_0x45af09[_0x1150fb(0x333)])!==_0x3290db&&!_0x127ea7)return;let _0x542261=(_0x4265c1=_0x127ea7==null?_0x31f2f0==null?void 0x0:_0x31f2f0[_0x1150fb(0x142)]:_0x127ea7)==null?_0x45af09==null?void 0x0:_0x45af09[_0x1150fb(0x142)]:_0x4265c1;this[_0x1150fb(0x1c7)]['clear'](_0x3290db),this[_0x1150fb(0x1d1)][_0x1150fb(0x383)](_0x3290db),this[_0x1150fb(0x16c)][_0x1150fb(0x3d5)](_0x3290db),this['_releaseFloatingHostFocusRestorers'](_0x3290db),_0x3290db&&this[_0x1150fb(0x64a)][_0x1150fb(0x209)](_0x3290db),_0x542261&&(this[_0x1150fb(0x6d0)][_0x1150fb(0x135)](_0x542261),this[_0x1150fb(0x6d0)][_0x1150fb(0x78b)](_0x542261));}['clearTab'](_0x7b9ccb){const _0x20e646=_0x541376;this[_0x20e646(0x16c)][_0x20e646(0x3d5)](_0x7b9ccb),this[_0x20e646(0x1d1)][_0x20e646(0x383)](_0x7b9ccb);let _0x1ba64a=this[_0x20e646(0x64a)]['deactivateTabSessions'](_0x7b9ccb);_0x1ba64a[_0x20e646(0x187)](_0x316484=>this[_0x20e646(0xe5)](_0x316484[_0x20e646(0x333)],_0x316484[_0x20e646(0x31c)],_0x316484['childUnitId'])),new Set(_0x1ba64a['map'](_0x27c955=>_0x27c955['hostUnitId']))['forEach'](_0xa95339=>{const _0x320d10=_0x20e646;this[_0x320d10(0x6d0)][_0x320d10(0x135)](_0xa95339),this['_univerInstanceService'][_0x320d10(0x78b)](_0xa95339);});}[_0x541376(0xbd)](_0x2204c8){const _0x21af5e=_0x541376;let _0xba12cc=_0x2204c8['childType'],_0x383d16=this[_0x21af5e(0x240)](_0xba12cc);this[_0x21af5e(0x559)][_0x21af5e(0x2e2)](_0x2204c8['embedId'],{'childType':_0xba12cc,'unitId':_0x383d16&&_0x383d16!==_0x2204c8[_0x21af5e(0x199)]?_0x383d16:void 0x0});}['_restorePreviousChildCurrentUnit'](_0x56fab8,_0x5133e1,_0xf6cea8){const _0x80aa98=_0x541376;let _0x5e9379=this['_previousChildCurrentUnits'][_0x80aa98(0x63f)](_0x56fab8);this[_0x80aa98(0x559)][_0x80aa98(0x6fe)](_0x56fab8);let _0x3c9ef3=(_0x5e9379==null?void 0x0:_0x5e9379[_0x80aa98(0x31c)])===_0x5133e1&&_0x5e9379['unitId']&&this['_hasUnit'](_0x5e9379[_0x80aa98(0x608)],_0x5133e1)?_0x5e9379[_0x80aa98(0x608)]:this[_0x80aa98(0x1d7)](_0x5133e1,_0xf6cea8);_0x3c9ef3&&this[_0x80aa98(0x6d0)][_0x80aa98(0x135)](_0x3c9ef3);}['_getCurrentUnitId'](_0x26b295){const _0x8642cf=_0x541376;var _0x3d7480;let _0x4d3db4=this[_0x8642cf(0x6d0)][_0x8642cf(0x6f4)];return _0x4d3db4==null||(_0x3d7480=_0x4d3db4[_0x8642cf(0x200)](this[_0x8642cf(0x6d0)],_0x26b295))==null?void 0x0:_0x3d7480['getUnitId']();}[_0x541376(0x3f6)](_0x5bba0d,_0x496a47){const _0x1d26c9=_0x541376;let _0x393a83=this['_univerInstanceService'][_0x1d26c9(0x312)];return!!(_0x393a83!=null&&_0x393a83[_0x1d26c9(0x200)](this[_0x1d26c9(0x6d0)],_0x5bba0d,_0x496a47));}[_0x541376(0x1d7)](_0x36aef8,_0x3d6003){const _0x4db071=_0x541376;var _0x4f576e;let _0x2886fe=this['_univerInstanceService'][_0x4db071(0x5bf)];return _0x2886fe==null||(_0x4f576e=_0x2886fe[_0x4db071(0x200)](this[_0x4db071(0x6d0)],_0x36aef8))==null||(_0x4f576e=_0x4f576e[_0x4db071(0x48d)](_0xffe54b=>_0xffe54b[_0x4db071(0x660)]()!==_0x3d6003))==null?void 0x0:_0x4f576e['getUnitId']();}[_0x541376(0x54a)](_0x4db5ef,_0x51783d){const _0x55391d=_0x541376;var _0x2a70cc;this[_0x55391d(0x24a)](_0x4db5ef,_0x51783d);let _0x568584=this[_0x55391d(0x6d0)]['getFocusedUnit'];(typeof _0x568584!=_0x55391d(0x141)||((_0x2a70cc=_0x568584[_0x55391d(0x200)](this['_univerInstanceService']))==null?void 0x0:_0x2a70cc[_0x55391d(0x660)]())!==_0x4db5ef)&&this[_0x55391d(0x6d0)]['focusUnit'](_0x4db5ef),this[_0x55391d(0x3f7)][_0x55391d(0x394)](_0x1d2b2d[_0x55391d(0x4b8)],!0x0),this[_0x55391d(0x3f7)][_0x55391d(0x394)](_0x1d2b2d[_0x55391d(0x3a6)],_0x51783d===_0x1d2b2d[_0x55391d(0x537)][_0x55391d(0x556)]),this[_0x55391d(0x3f7)]['setContextValue'](_0x1d2b2d[_0x55391d(0x4af)],_0x51783d===_0x1d2b2d['UniverInstanceType'][_0x55391d(0x3e8)]),this[_0x55391d(0x3f7)]['setContextValue'](_0x1d2b2d[_0x55391d(0x378)],_0x51783d===_0x1d2b2d[_0x55391d(0x537)][_0x55391d(0xdd)]),this[_0x55391d(0x4ce)]();}[_0x541376(0x24a)](_0x3e8284,_0x2a62f9){const _0x57dc11=_0x541376;var _0x67a980;let _0x15be08=this[_0x57dc11(0x6d0)][_0x57dc11(0x6f4)];(typeof _0x15be08!=_0x57dc11(0x141)||((_0x67a980=_0x15be08[_0x57dc11(0x200)](this[_0x57dc11(0x6d0)],_0x2a62f9))==null?void 0x0:_0x67a980[_0x57dc11(0x660)]())!==_0x3e8284)&&this[_0x57dc11(0x6d0)][_0x57dc11(0x135)](_0x3e8284);}[_0x541376(0x4ce)](){const _0x4f5697=_0x541376;let _0x44a159=()=>this[_0x4f5697(0x3cd)][_0x4f5697(0x3d0)]();_0x44a159(),typeof queueMicrotask=='function'&&queueMicrotask(_0x44a159),requestAnimationFrame(_0x44a159);}[_0x541376(0x3af)](_0x388c48){const _0x5bb7b0=_0x541376;var _0x17f1f2;if(this[_0x5bb7b0(0x2e0)](),_0x388c48[_0x5bb7b0(0x138)]===_0x5bb7b0(0x147))return;let _0x3c9903=_0x388c48[_0x5bb7b0(0x199)],_0x42252b=_0x388c48[_0x5bb7b0(0x142)],_0x41f77d=this[_0x5bb7b0(0x6d0)],_0x1da539=!0x1,_0x3694f1=()=>{const _0x7c3f82=_0x5bb7b0;var _0x416117;if(!(_0x1da539||((_0x416117=_0x41f77d[_0x7c3f82(0x607)])==null||(_0x416117=_0x416117[_0x7c3f82(0x200)](this[_0x7c3f82(0x6d0)]))==null?void 0x0:_0x416117[_0x7c3f82(0x660)]())!==_0x3c9903)){_0x1da539=!0x0;try{this[_0x7c3f82(0x6d0)][_0x7c3f82(0x135)](_0x42252b),this['_univerInstanceService'][_0x7c3f82(0x78b)](_0x42252b);}finally{_0x1da539=!0x1;}}},_0x5af758=(_0x17f1f2=_0x41f77d[_0x5bb7b0(0x3e6)])==null?void 0x0:_0x17f1f2['subscribe'](_0x3694f1);this[_0x5bb7b0(0x631)][_0x5bb7b0(0x2e2)](_0x388c48[_0x5bb7b0(0x333)],(0x0,_0x1d2b2d[_0x5bb7b0(0x212)])(()=>_0x5af758==null?void 0x0:_0x5af758[_0x5bb7b0(0x7b5)]())),_0x3694f1();}['_releaseFloatingHostFocusRestorers'](_0x2e7587){const _0x5dff06=_0x541376;this[_0x5dff06(0x631)]['forEach']((_0x4bb43a,_0x5ec195)=>{const _0xb7551a=_0x5dff06;_0x2e7587&&_0x5ec195!==_0x2e7587||(_0x4bb43a[_0xb7551a(0x3b0)](),this[_0xb7551a(0x631)][_0xb7551a(0x6fe)](_0x5ec195));});}[_0x541376(0x730)](_0x1bb957){const _0x227a3e=_0x541376;if(!_0x1bb957[_0x227a3e(0x199)]||_0x1bb957[_0x227a3e(0x31c)]==null)throw Error(_0x227a3e(0x310));}};_0x499887=_0x5972e7([_0x3e7510(0x0,_0x1d2b2d['IUniverInstanceService']),_0x3e7510(0x1,(0x0,_0x1d2b2d['Inject'])(_0x3f9f59[_0x541376(0xd9)])),_0x3e7510(0x2,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0x4d0)])),_0x3e7510(0x3,(0x0,_0x1d2b2d['Inject'])(_0x50202c)),_0x3e7510(0x4,(0x0,_0x1d2b2d['Inject'])(_0x372c4a)),_0x3e7510(0x5,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x5a3470)),_0x3e7510(0x6,(0x0,_0x1d2b2d['Inject'])(_0x3324bc)),_0x3e7510(0x7,_0x1d2b2d[_0x541376(0x654)]),_0x3e7510(0x8,_0x54d9f7['ILayoutService'])],_0x499887);var _0xe673a5=class{constructor(){const _0x878454=_0x541376;_0x531548(this,_0x878454(0x46e),new _0x4ec6cb['BehaviorSubject'](null)),_0x531548(this,_0x878454(0x62d),new _0x4ec6cb['Subject']()),_0x531548(this,'session$',this[_0x878454(0x46e)]['asObservable']()),_0x531548(this,'exited$',this[_0x878454(0x62d)]['asObservable']());}[_0x541376(0x21a)](){const _0x5a1966=_0x541376;return this[_0x5a1966(0x46e)]['getValue']();}[_0x541376(0x207)](_0x20a4e1){const _0x5393a9=_0x541376;var _0x2588a7,_0x243eb3;if(!_0x20a4e1[_0x5393a9(0x199)]||_0x20a4e1[_0x5393a9(0x31c)]==null)throw Error('EMBED_FULLSCREEN_CHILD_NOT_RESOLVED');let _0xde6769=((_0x2588a7=_0x20a4e1[_0x5393a9(0x1f9)])==null?void 0x0:_0x2588a7[_0x5393a9(0x261)])||void 0x0,_0x599dc1=((_0x243eb3=_0x20a4e1[_0x5393a9(0x1f9)])==null?void 0x0:_0x243eb3[_0x5393a9(0xfe)])||void 0x0;if(_0x599dc1&&_0x599dc1[_0x5393a9(0x1db)]&&!_0xde6769)throw Error(_0x5393a9(0x78e));let _0x3ef2c4=_0xde6769?_0xde6769[_0x5393a9(0x5b1)]:void 0x0;if(!_0x3ef2c4)throw Error(_0x5393a9(0x210));let _0x49c1f2={'hostUnitId':_0x20a4e1[_0x5393a9(0x142)],'embedId':_0x20a4e1[_0x5393a9(0x333)],'childUnitId':_0x20a4e1['childUnitId'],'childType':_0x20a4e1[_0x5393a9(0x31c)],'entry':_0x20a4e1[_0x5393a9(0x138)],'layout':_0x3ef2c4};return this[_0x5393a9(0x46e)][_0x5393a9(0x755)](_0x49c1f2),_0x49c1f2;}[_0x541376(0x58c)](_0x1f3649){const _0x215826=_0x541376;let _0x3eb0d6=this[_0x215826(0x21a)]();_0x3eb0d6&&(!_0x1f3649||_0x3eb0d6[_0x215826(0x333)]===_0x1f3649)&&this[_0x215826(0x46e)]['next'](null);}[_0x541376(0x45b)](_0x3b8b59){const _0x55cb46=_0x541376;this['_exited$'][_0x55cb46(0x755)](_0x3b8b59);}};function _0x32f46c(_0x59e4d8){const _0x4f484b=_0x541376;let {injector:_0x1a2e12,children:_0x5668f8,mountContainer:_0x1863cd,embedId:_0x7db224}=_0x59e4d8;return(0x0,_0x2030b6[_0x4f484b(0x300)])((0x0,_0x271c2b['useMemo'])(()=>(0x0,_0x54d9f7[_0x4f484b(0x349)])(_0x256658,_0x1a2e12),[_0x1a2e12]),{'mountContainer':_0x1863cd,'embedId':_0x7db224,'children':_0x5668f8});}function _0x256658(_0x5b05ce){const _0x5c9c38=_0x541376;let {children:_0x4428f9,mountContainer:_0x5c0e01,embedId:_0x1fa916}=_0x5b05ce,_0x215c20=(0x0,_0x54d9f7[_0x5c9c38(0xa4)])(),_0x14ea4b=(0x0,_0x54d9f7[_0x5c9c38(0x2de)])(_0x1d2b2d[_0x5c9c38(0x572)]),_0x41c481=(0x0,_0x271c2b[_0x5c9c38(0x485)])(()=>_0x215c20[_0x5c9c38(0x297)](_0x1d2b2d[_0x5c9c38(0xbe)])?_0x215c20['get'](_0x1d2b2d[_0x5c9c38(0xbe)]):void 0x0,[_0x215c20]),_0x2eb708=(0x0,_0x54d9f7['useObservable'])(()=>_0x14ea4b[_0x5c9c38(0x20e)][_0x5c9c38(0x1f2)]((0x0,_0x4ec6cb[_0x5c9c38(0x29b)])(()=>_0x14ea4b[_0x5c9c38(0x208)]())),_0x14ea4b[_0x5c9c38(0x208)](),!0x1,[_0x14ea4b]),_0x8a5c53=(0x0,_0x54d9f7[_0x5c9c38(0x4a4)])(()=>_0x14ea4b['direction$'],_0x14ea4b[_0x5c9c38(0x25c)](),!0x1,[_0x14ea4b]),_0x25c5c5=_0x31948c(_0x41c481),_0x446353=(0x0,_0x271c2b[_0x5c9c38(0x485)])(()=>_0x5c0e01!==void 0x0||typeof document>'u'?null:document[_0x5c9c38(0x47b)](_0x5c9c38(0x7ab)),[_0x5c0e01]),_0x934f85=_0x5c0e01===void 0x0?_0x446353:_0x5c0e01;return(0x0,_0x271c2b[_0x5c9c38(0x74e)])(()=>{const _0x156d29=_0x5c9c38;if(_0x446353)return document[_0x156d29(0x5c1)][_0x156d29(0x21e)](_0x446353),()=>{const _0x3b119e=_0x156d29;document[_0x3b119e(0x5c1)][_0x3b119e(0x641)](_0x446353);};},[_0x446353]),(0x0,_0x271c2b[_0x5c9c38(0x74e)])(()=>{const _0x3d0e6e=_0x5c9c38;let _0x37ae7d=_0x934f85;_0x37ae7d&&_0x37ae7d['setAttribute'](_0x3d0e6e(0x5b5),_0x8a5c53);},[_0x8a5c53,_0x934f85]),(0x0,_0x271c2b[_0x5c9c38(0x74e)])(()=>{const _0x4a00e0=_0x5c9c38;let _0x1a7388=_0x934f85;if(!_0x1a7388||!_0x1fa916)return;let _0x268df3=_0x1a7388[_0x4a00e0(0x161)](_0x4f25b8);return _0x1a7388['setAttribute'](_0x4f25b8,_0x1fa916),()=>{const _0x1f371a=_0x4a00e0;if(_0x268df3==null){_0x1a7388[_0x1f371a(0x51c)](_0x4f25b8);return;}_0x1a7388[_0x1f371a(0x421)](_0x4f25b8,_0x268df3);};},[_0x1fa916,_0x934f85]),(0x0,_0x2030b6['jsx'])(_0x2c34e2['ConfigProvider'],{'locale':_0x2eb708==null?void 0x0:_0x2eb708[_0x5c9c38(0x701)],'direction':_0x8a5c53,'mountContainer':_0x934f85,'children':(0x0,_0x2030b6['jsx'])(_0x5c9c38(0x7ab),{'className':(0x0,_0x2c34e2[_0x5c9c38(0x2a2)])(_0x5c9c38(0x564),{'univer-dark':_0x25c5c5}),'data-embed-runtime-provider':_0x5c9c38(0x3d3),'children':_0x4428f9})});}function _0x31948c(_0x2bedea){const _0x5b177d=_0x541376;return(0x0,_0x271c2b[_0x5b177d(0x1e7)])(_0x11a02f=>{const _0x2b11a1=_0x5b177d;if(!_0x2bedea)return()=>{};let _0x5eafd0=_0x2bedea['darkMode$'][_0x2b11a1(0x270)](()=>_0x11a02f());return()=>_0x5eafd0[_0x2b11a1(0x7b5)]();},()=>{const _0x3a9004=_0x5b177d;var _0x10e08a;return(_0x10e08a=_0x2bedea==null?void 0x0:_0x2bedea[_0x3a9004(0x302)])==null?!0x1:_0x10e08a;},()=>!0x1);}let _0x165f89=new WeakMap(),_0x5c952d=new WeakMap(),_0x49d96c=new WeakMap();function _0x3f2e2c(_0x346b76){const _0x4df3a4=_0x541376;let _0x17e0b5=_0x165f89[_0x4df3a4(0x63f)](_0x346b76);if(_0x17e0b5){var _0x522c16;return _0x49d96c['set'](_0x17e0b5,((_0x522c16=_0x49d96c[_0x4df3a4(0x63f)](_0x17e0b5))==null?0x0:_0x522c16)+0x1),_0x17e0b5;}let _0xb3f18c={'render':_0x5ec837=>(0x0,_0x2c34e2[_0x4df3a4(0x62b)])(_0x5ec837,_0x346b76)};return _0x165f89[_0x4df3a4(0x2e2)](_0x346b76,_0xb3f18c),_0x5c952d['set'](_0xb3f18c,_0x346b76),_0x49d96c['set'](_0xb3f18c,0x0),_0xb3f18c;}function _0x334c17(_0x1dcce8){const _0x51975e=_0x541376;var _0xdd565c;let _0x195988=_0x5c952d[_0x51975e(0x63f)](_0x1dcce8),_0x1f9f79=(_0xdd565c=_0x49d96c['get'](_0x1dcce8))==null?0x0:_0xdd565c;globalThis[_0x51975e(0x38b)](()=>{const _0x32bf5f=_0x51975e;var _0x5585aa;_0x195988&&_0x165f89[_0x32bf5f(0x63f)](_0x195988)!==_0x1dcce8||((_0x5585aa=_0x49d96c['get'](_0x1dcce8))==null?0x0:_0x5585aa)===_0x1f9f79&&(_0x195988&&(_0x165f89[_0x32bf5f(0x6fe)](_0x195988),_0x5c952d[_0x32bf5f(0x6fe)](_0x1dcce8)),_0x49d96c['delete'](_0x1dcce8),_0x195988&&(0x0,_0x2c34e2[_0x32bf5f(0x1d5)])(_0x195988));},0x0);}function _0x2f0523(_0x1ac008){const _0x4cb11f=_0x541376;let {container:_0xd1daef,portalContainer:_0x3c7ea3,injector:_0x175bdd,childType:_0x264b72,childUnitId:_0x100e57,embedId:_0x315aa7,menuSchema:_0x1f54fa,menuTitlePrefix:_0x897f49,activeRibbonTab:_0x3968d8,headerMenu:_0x4db2ff=!0x1,toolbarOnly:_0x4c3443,ribbonHeaderClassName:_0x4bb1f2,scopedActionServiceTokens:_0x378187}=_0x1ac008;if(_0x1f54fa!=null&&typeof _0x1f54fa!=_0x4cb11f(0x746))return;let _0x2e5098=_0x4d69ac(_0x175bdd,{'childType':_0x264b72,'childUnitId':_0x100e57,'embedId':_0x315aa7,'menuSchema':_0x1f54fa,'menuTitlePrefix':_0x897f49,'activeRibbonTab':_0x3968d8,'scopedActionServiceTokens':_0x378187}),_0x38b692=_0x3f2e2c(_0xd1daef);return _0x38b692[_0x4cb11f(0x62b)]((0x0,_0x271c2b[_0x4cb11f(0x47b)])(_0x32f46c,{'injector':_0x2e5098[_0x4cb11f(0x757)],'mountContainer':_0x3c7ea3==null?_0xd1daef:_0x3c7ea3,'embedId':_0x315aa7},(0x0,_0x271c2b[_0x4cb11f(0x47b)])(_0x54d9f7[_0x4cb11f(0x707)],{'ribbonType':_0x4cb11f(0x2fc),'headerMenu':_0x4db2ff,'toolbarOnly':_0x4c3443,'headerClassName':_0x4bb1f2}))),(0x0,_0x1d2b2d[_0x4cb11f(0x212)])(()=>{_0x334c17(_0x38b692),_0x2e5098['disposable']['dispose']();});}function _0x4d69ac(_0x34bfd1,_0x27f56f){const _0x2c30d0=_0x541376;let {childType:_0x1417b8,childUnitId:_0x375411,embedId:_0x3a475c,menuSchema:_0x56ead1,menuTitlePrefix:_0x5a7bcc,activeRibbonTab:_0x1c0b7e,scopedActionServiceTokens:_0x52569f}=_0x27f56f,_0x1cf953=_0x34bfd1[_0x2c30d0(0x63f)](_0x1d2b2d[_0x2c30d0(0x47f)]),_0x111f44=_0x4755ff(_0x1cf953,_0x1417b8,_0x375411),_0xcd8e4c=new Set(_0x52569f==null?[]:_0x52569f),_0x5cff15=new WeakMap(),_0x4fb2bf,_0x273026=_0x237524(_0x34bfd1[_0x2c30d0(0x63f)](_0x1d2b2d[_0x2c30d0(0x38e)]),_0x1cf953,_0x1417b8,_0x375411,_0x3a475c,()=>_0x4fb2bf),_0x5cfbd3=_0x375411&&_0x34bfd1[_0x2c30d0(0x297)](_0x1d2b2d[_0x2c30d0(0x654)])?_0x3a7ebc(_0x34bfd1['get'](_0x1d2b2d['IContextService']),_0x1417b8):void 0x0,_0xa2ef61=new Map([[_0x1d2b2d[_0x2c30d0(0x47f)],_0x111f44],[_0x1d2b2d[_0x2c30d0(0x38e)],_0x273026]]);_0x5cfbd3&&_0xa2ef61[_0x2c30d0(0x2e2)](_0x1d2b2d[_0x2c30d0(0x654)],_0x5cfbd3),_0xcd8e4c['forEach'](_0x3320f4=>{const _0x42c17d=_0x2c30d0;_0x375411&&_0x34bfd1[_0x42c17d(0x297)](_0x3320f4)&&_0xa2ef61[_0x42c17d(0x2e2)](_0x3320f4,_0x1a4a88(_0x34bfd1[_0x42c17d(0x63f)](_0x3320f4),_0x1cf953,_0x1417b8,_0x375411,_0x3a475c,()=>_0x4fb2bf,_0x5cff15));}),_0x4fb2bf=_0x3b8624(_0x34bfd1,_0xa2ef61);let _0x252891,_0x5e8452,_0x159515={};if(_0x56ead1&&typeof _0x56ead1==_0x2c30d0(0x746)){let _0x4e427b=new _0x54d9f7['MenuManagerService'](_0x4fb2bf,_0x34bfd1[_0x2c30d0(0x63f)](_0x1d2b2d[_0x2c30d0(0x5cd)]));_0x4e427b['mergeMenu'](_0x5356b2(_0x56ead1,_0x5a7bcc,_0x34bfd1)),_0x252891=_0x4e427b,_0x5e8452=_0x4e427b;}else{let _0x1bdcdd=_0x34bfd1[_0x2c30d0(0x63f)](_0x54d9f7[_0x2c30d0(0x479)]),_0x26d064=_0x1bdcdd[_0x2c30d0(0x3a4)];_0x252891=typeof _0x26d064==_0x2c30d0(0x141)?_0x26d064['call'](_0x1bdcdd,_0x4fb2bf):_0x1bdcdd;}let _0x21f9f4=new _0x54d9f7[(_0x2c30d0(0x634))](_0x252891,_0x111f44);_0x159515[_0x2c30d0(0x441)]=_0x21f9f4,_0x1c0b7e&&_0x21f9f4[_0x2c30d0(0x69f)](_0x1c0b7e);let _0x175128=_0x5a7bcc?_0x555d2b(_0x21f9f4,_0x5a7bcc,_0x34bfd1):_0x21f9f4;return _0x4fb2bf[_0x2c30d0(0x60d)]([_0x54d9f7['IMenuManagerService'],{'useValue':_0x252891}]),_0x4fb2bf[_0x2c30d0(0x60d)]([_0x54d9f7[_0x2c30d0(0xdc)],{'useValue':_0x175128}]),{'injector':_0x4fb2bf,'ribbonService':_0x175128,'disposable':(0x0,_0x1d2b2d[_0x2c30d0(0x212)])(()=>{const _0x2fb542=_0x2c30d0;var _0x1d5c6a;(_0x1d5c6a=_0x159515[_0x2fb542(0x441)])==null||_0x1d5c6a[_0x2fb542(0x3b0)](),_0x5e8452==null||_0x5e8452[_0x2fb542(0x3b0)](),_0x4fb2bf[_0x2fb542(0x3b0)]();})};}function _0x555d2b(_0x3c59cf,_0x1e95b9,_0x13aa41){const _0x3c0bc7=_0x541376;let _0x53e73d;try{_0x53e73d=_0x13aa41[_0x3c0bc7(0x63f)](_0x1d2b2d[_0x3c0bc7(0x572)]);}catch{_0x53e73d=void 0x0;}return{'ribbon$':_0x3c59cf[_0x3c0bc7(0x1eb)][_0x3c0bc7(0x1f2)]((0x0,_0x4ec6cb[_0x3c0bc7(0x29b)])(_0x264cfe=>_0x264cfe[_0x3c0bc7(0x29b)](_0x2caa4a=>_0x2f2aba(_0x2caa4a,_0x1e95b9,_0x53e73d)))),'activatedTab$':_0x3c59cf[_0x3c0bc7(0x4b7)],'collapsedIds$':_0x3c59cf['collapsedIds$'],'fakeToolbarVisible$':_0x3c59cf[_0x3c0bc7(0x203)],'setActivatedTab':_0x1f8b7a=>_0x3c59cf['setActivatedTab'](_0x1f8b7a),'showContextualTab':(_0x3f3240,_0x2f2280)=>_0x3c59cf['showContextualTab'](_0x3f3240,_0x2f2280),'hideContextualTab':_0x56eecb=>_0x3c59cf[_0x3c0bc7(0x3d9)](_0x56eecb),'hideAllContextualTabs':()=>_0x3c59cf[_0x3c0bc7(0x3c1)](),'setCollapsedIds':_0x5b91e4=>_0x3c59cf[_0x3c0bc7(0x5e0)](_0x5b91e4),'setFakeToolbarVisible':_0x1f26e6=>_0x3c59cf[_0x3c0bc7(0x502)](_0x1f26e6)};}function _0x2f2aba(_0x347d4e,_0x41c6e0,_0x78947){const _0x371e43=_0x541376;let _0x42f7b9=_0x347d4e[_0x371e43(0x1df)]||_0x347d4e['key'],_0x57812e=_0x78947?_0x78947['t'](_0x42f7b9):_0x42f7b9;return{..._0x347d4e,'title':_0x41c6e0+_0x371e43(0x2a8)+_0x57812e};}function _0x5356b2(_0x2f9c65,_0x58a8cf,_0x5b6e64){const _0x41662f=_0x541376;if(!_0x58a8cf||!_0x2f9c65||typeof _0x2f9c65!='object')return _0x2f9c65;let _0x2b0b85=_0x2573a1(_0x2f9c65),_0x1a6d6c=_0x2b0b85[_0x54d9f7[_0x41662f(0x395)]['RIBBON']];if(!_0x1a6d6c||typeof _0x1a6d6c!=_0x41662f(0x746))return _0x2b0b85;let _0x544e81;try{_0x544e81=_0x5b6e64[_0x41662f(0x63f)](_0x1d2b2d['LocaleService']);}catch{_0x544e81=void 0x0;}return Object[_0x41662f(0x2d2)](_0x1a6d6c)[_0x41662f(0x187)](_0x57a084=>{const _0x3880f5=_0x41662f;if(!_0x57a084||typeof _0x57a084!=_0x3880f5(0x746))return;let _0x5cdbd6=_0x57a084,_0x2a3e96=_0x5cdbd6[_0x3880f5(0x1df)];_0x2a3e96&&(_0x5cdbd6[_0x3880f5(0x1df)]=_0x58a8cf+'\x20-\x20'+(_0x544e81?_0x544e81['t'](_0x2a3e96):_0x2a3e96));}),_0x2b0b85;}function _0x2573a1(_0x1cfc9f){const _0x54c494=_0x541376;return!_0x1cfc9f||typeof _0x1cfc9f!=_0x54c494(0x746)?_0x1cfc9f:Array['isArray'](_0x1cfc9f)?_0x1cfc9f[_0x54c494(0x29b)](_0x2579dc=>_0x2573a1(_0x2579dc)):Object[_0x54c494(0x37f)](Object['entries'](_0x1cfc9f)[_0x54c494(0x29b)](([_0x399c7d,_0x1e50bd])=>[_0x399c7d,_0x2573a1(_0x1e50bd)]));}function _0x4755ff(_0x42fc14,_0x3c41ee,_0x1fb8e4){const _0x5af25b=_0x541376;let _0x206b13=()=>_0x1fb8e4?_0x42fc14[_0x5af25b(0x312)](_0x1fb8e4,_0x3c41ee):null,_0x46b3be=_0x1fb8e4?(0x0,_0x4ec6cb[_0x5af25b(0x23c)])((0x0,_0x4ec6cb['of'])(_0x1fb8e4),_0x42fc14[_0x5af25b(0x123)](_0x3c41ee)[_0x5af25b(0x1f2)]((0x0,_0x4ec6cb['map'])(()=>_0x1fb8e4)),_0x42fc14[_0x5af25b(0x4fb)](_0x3c41ee)[_0x5af25b(0x1f2)]((0x0,_0x4ec6cb['map'])(()=>_0x1fb8e4))):_0x42fc14['focused$'];return{'unitAdded$':_0x42fc14[_0x5af25b(0x49b)],'getTypeOfUnitAdded$':(..._0x9aa075)=>_0x42fc14[_0x5af25b(0x123)](..._0x9aa075),'__addUnit':(..._0x29f4e8)=>_0x42fc14[_0x5af25b(0x4f6)](..._0x29f4e8),'unitDisposed$':_0x42fc14[_0x5af25b(0x474)],'getTypeOfUnitDisposed$':(..._0x593607)=>_0x42fc14[_0x5af25b(0x4fb)](..._0x593607),'focused$':_0x46b3be,get 'focused'(){const _0x5569b1=_0x5af25b;var _0x42c1f0;return(_0x42c1f0=_0x206b13())==null?_0x42fc14[_0x5569b1(0x607)]():_0x42c1f0;},'focusUnit':(..._0x4409b8)=>_0x42fc14['focusUnit'](..._0x4409b8),'getFocusedUnit':()=>{const _0x4b0478=_0x5af25b;var _0x4ae43a;return(_0x4ae43a=_0x206b13())==null?_0x42fc14[_0x4b0478(0x607)]():_0x4ae43a;},'getCurrentUnitOfType':_0x4a66cc=>_0x4a66cc===_0x3c41ee&&_0x1fb8e4?_0x206b13():_0x42fc14[_0x5af25b(0x6f4)](_0x4a66cc),'setCurrentUnitForType':(..._0x304868)=>_0x42fc14[_0x5af25b(0x135)](..._0x304868),'getCurrentTypeOfUnit$':_0xaf87ee=>_0xaf87ee!==_0x3c41ee||!_0x1fb8e4?_0x42fc14[_0x5af25b(0x4ab)](_0xaf87ee):(0x0,_0x4ec6cb['merge'])((0x0,_0x4ec6cb['of'])(void 0x0),_0x42fc14['getTypeOfUnitAdded$'](_0x3c41ee),_0x42fc14[_0x5af25b(0x4fb)](_0x3c41ee))[_0x5af25b(0x1f2)]((0x0,_0x4ec6cb[_0x5af25b(0x29b)])(()=>_0x206b13())),'createUnit':(..._0x4f7cb5)=>_0x42fc14['createUnit'](..._0x4f7cb5),'getUnitCreateOptions':(..._0x5f9ad1)=>_0x42fc14[_0x5af25b(0x667)](..._0x5f9ad1),'disposeUnit':(..._0x5dd20f)=>_0x42fc14['disposeUnit'](..._0x5dd20f),'registerCtorForType':(..._0x28fd2c)=>_0x42fc14[_0x5af25b(0x214)](..._0x28fd2c),'changeDoc':(..._0x47f602)=>_0x42fc14[_0x5af25b(0x1c3)](..._0x47f602),'getUnit':(..._0x39dc32)=>_0x42fc14[_0x5af25b(0x312)](..._0x39dc32),'getAllUnitsForType':(..._0x5e076a)=>_0x42fc14[_0x5af25b(0x5bf)](..._0x5e076a),'getUnitType':(..._0x510e94)=>_0x42fc14[_0x5af25b(0x784)](..._0x510e94),'getUniverSheetInstance':(..._0x25421d)=>_0x42fc14[_0x5af25b(0x3fe)](..._0x25421d)};}function _0x3a7ebc(_0x50c8b1,_0x4336cb){const _0x18063c=_0x541376;return{'contextChanged$':_0x50c8b1['contextChanged$'],'getContextValue':_0x2dc9a2=>{const _0x4dc46a=_0x1eb6;let _0x5a260f=_0x5a6bff(_0x2dc9a2,_0x4336cb);return _0x5a260f==null?_0x50c8b1[_0x4dc46a(0x375)](_0x2dc9a2):_0x5a260f;},'setContextValue':(_0x1ed0f3,_0x289fd8)=>_0x50c8b1[_0x18063c(0x394)](_0x1ed0f3,_0x289fd8),'subscribeContextValue$':_0x1f0b79=>{const _0xecfb8c=_0x18063c;let _0x6fe175=_0x5a6bff(_0x1f0b79,_0x4336cb);return _0x6fe175==null?_0x50c8b1[_0xecfb8c(0x393)](_0x1f0b79):(0x0,_0x4ec6cb['of'])(_0x6fe175);}};}function _0x5a6bff(_0x39c966,_0x5e64e2){const _0x1018fa=_0x541376;if(_0x39c966===_0x1d2b2d[_0x1018fa(0x4b8)])return!0x0;if(_0x39c966===_0x1d2b2d[_0x1018fa(0x4af)]||_0x39c966===_0x1d2b2d[_0x1018fa(0x3a6)]||_0x39c966===_0x1d2b2d['FOCUSING_SLIDE'])return _0x39c966===_0x23c7a7(_0x5e64e2);}function _0x23c7a7(_0x194959){const _0x519ffe=_0x541376;if(_0x194959===_0x1d2b2d[_0x519ffe(0x537)][_0x519ffe(0x3e8)])return _0x1d2b2d['FOCUSING_SHEET'];if(_0x194959===_0x1d2b2d[_0x519ffe(0x537)][_0x519ffe(0x556)])return _0x1d2b2d[_0x519ffe(0x3a6)];if(_0x194959===_0x1d2b2d[_0x519ffe(0x537)]['UNIVER_SLIDE'])return _0x1d2b2d['FOCUSING_SLIDE'];}function _0x237524(_0x1a90da,_0x1759ef,_0x78eed0,_0x430584,_0x5e857c,_0x212b9d){const _0x295289=_0x541376;return _0x430584?{'disposed':()=>_0x1a90da[_0x295289(0x3cf)](),'hasCommand':_0x51b544=>_0x1a90da[_0x295289(0x618)](_0x51b544),'registerCommand':(..._0x4b90a4)=>_0x1a90da['registerCommand'](..._0x4b90a4),'unregisterCommand':_0x51addf=>_0x1a90da[_0x295289(0x3e7)](_0x51addf),'registerMultipleCommand':(..._0x421433)=>_0x1a90da[_0x295289(0x49e)](..._0x421433),'executeCommand':async(..._0x1fc0bd)=>{const _0x5ac40b=_0x295289;let _0x3d1aca=_0x1759ef[_0x5ac40b(0x6f4)](_0x78eed0);try{return _0x1759ef['setCurrentUnitForType'](_0x430584),await _0x1a90da[_0x5ac40b(0x691)](_0x1fc0bd[0x0],_0x1fc0bd[0x1],_0x1fc0bd[0x2]);}finally{_0x39e32e(_0x1759ef,_0x430584,_0x3d1aca,_0x5e857c,_0x212b9d);}},'syncExecuteCommand':(..._0x27e9d8)=>{const _0x58b3ed=_0x295289;let _0x1e38ad=_0x1759ef[_0x58b3ed(0x6f4)](_0x78eed0);try{return _0x1759ef[_0x58b3ed(0x135)](_0x430584),_0x1a90da[_0x58b3ed(0xe4)](_0x27e9d8[0x0],_0x27e9d8[0x1],_0x27e9d8[0x2]);}finally{_0x39e32e(_0x1759ef,_0x430584,_0x1e38ad,_0x5e857c,_0x212b9d);}},'onCommandExecuted':(..._0x211e6e)=>_0x1a90da[_0x295289(0x151)](..._0x211e6e),'beforeCommandExecuted':(..._0x3d6e86)=>_0x1a90da[_0x295289(0x298)](..._0x3d6e86),'onMutationExecutedForCollab':(..._0x4d2e8d)=>_0x1a90da[_0x295289(0x146)](..._0x4d2e8d)}:_0x1a90da;}function _0x1a4a88(_0x3d15cc,_0x257b7e,_0x1c6b44,_0x3b4f0a,_0x1b1cc6,_0x28a5de,_0x2105c9){const _0x383897=_0x541376;if(typeof _0x3d15cc!=_0x383897(0x746)&&typeof _0x3d15cc!='function'||_0x3d15cc==null)return _0x3d15cc;let _0x18b59e=_0x3d15cc,_0x3fb7fe=_0x2105c9==null?void 0x0:_0x2105c9[_0x383897(0x63f)](_0x18b59e);if(_0x3fb7fe)return _0x3fb7fe;let _0x3b62f9={..._0x18b59e};return _0xaeaf56(_0x18b59e,_0x3b62f9,_0x257b7e,_0x1c6b44,_0x3b4f0a,_0x1b1cc6,_0x28a5de),_0x2105c9==null||_0x2105c9[_0x383897(0x2e2)](_0x18b59e,_0x3b62f9),_0x3b62f9;}function _0xaeaf56(_0x4271eb,_0x33b42d,_0x442c1b,_0x5c0619,_0x36c205,_0x2bdc44,_0x24f489){const _0xb28b2b=_0x541376;let _0x4828f1=_0x873897=>{const _0x5a8106=_0x1eb6;if(_0x873897===_0x5a8106(0x768))return;let _0x44b0c5=_0x4271eb[_0x873897];if(typeof _0x44b0c5!=_0x5a8106(0x141))return;let _0x27c7dc=_0x33b42d;_0x27c7dc[_0x873897]=(..._0x2cd3ca)=>_0x19a890(_0x442c1b,_0x5c0619,_0x36c205,_0x2bdc44,_0x24f489,()=>_0x44b0c5['apply'](_0x4271eb,_0x2cd3ca));};Object[_0xb28b2b(0x1ed)](_0x4271eb)[_0xb28b2b(0x187)](_0x4828f1);let _0x159004=Object[_0xb28b2b(0x526)](_0x4271eb);_0x159004&&_0x159004!==Object['prototype']&&Object['getOwnPropertyNames'](_0x159004)['forEach'](_0x4828f1);}function _0x19a890(_0xc44227,_0x18df0c,_0x27d9d6,_0x45f35d,_0x293a08,_0x3926af){const _0x3a5133=_0x541376;let _0xc79e8b=_0xc44227[_0x3a5133(0x6f4)](_0x18df0c),_0x59f062;try{_0xc44227['setCurrentUnitForType'](_0x27d9d6),_0x59f062=_0x3926af();}catch(_0x16002f){throw _0x39e32e(_0xc44227,_0x27d9d6,_0xc79e8b,_0x45f35d,_0x293a08),_0x16002f;}return _0x51d113(_0x59f062)?_0x59f062[_0x3a5133(0x550)](()=>{_0x39e32e(_0xc44227,_0x27d9d6,_0xc79e8b,_0x45f35d,_0x293a08);}):(_0x39e32e(_0xc44227,_0x27d9d6,_0xc79e8b,_0x45f35d,_0x293a08),_0x59f062);}function _0x51d113(_0x53387d){const _0x1f3dff=_0x541376;return!!(_0x53387d&&typeof _0x53387d[_0x1f3dff(0x550)]==_0x1f3dff(0x141));}function _0x39e32e(_0x4d0d80,_0x2ac5f2,_0x18ed42,_0x5af0f1,_0x9611ee){const _0x100004=_0x541376;if(_0x1893d9(_0x5af0f1,_0x9611ee)){var _0x3adaff;_0x4d0d80['setCurrentUnitForType'](_0x2ac5f2),(_0x3adaff=_0x4d0d80['focusUnit'])==null||_0x3adaff[_0x100004(0x200)](_0x4d0d80,_0x2ac5f2);return;}_0x18ed42&&_0x4d0d80['setCurrentUnitForType'](_0x18ed42[_0x100004(0x660)]());}function _0x1893d9(_0x34959f,_0x387dec){const _0x5d890b=_0x541376;let _0x40d585=_0x387dec==null?void 0x0:_0x387dec();return!_0x34959f||!(_0x40d585!=null&&_0x40d585[_0x5d890b(0x297)](_0x4af2a7))?!0x1:_0x40d585[_0x5d890b(0x63f)](_0x4af2a7)['hasChildInteractionLease'](_0x34959f);}let _0x374f18=new WeakMap(),_0x1a1057=0x0;function _0x51b254(_0x260fcd,_0x22f6b2){const _0x520bc5=_0x541376;if(!_0x260fcd[_0x520bc5(0x297)](_0x11311e))return _0x1779fb(_0x260fcd,_0x22f6b2);let _0x2fd543=_0x260fcd[_0x520bc5(0x63f)](_0x11311e);if(!(_0x22f6b2['id']&&_0x2fd543[_0x520bc5(0x227)](_0x22f6b2[_0x520bc5(0x31c)],_0x22f6b2[_0x520bc5(0x201)])[_0x520bc5(0x40b)](_0x20f7cc=>_0x20f7cc['id']===_0x22f6b2['id'])))return _0x2fd543[_0x520bc5(0x745)](_0x22f6b2);}function _0x142d82(_0x58b629){const _0x16c34a=_0x541376;if(!_0x58b629[_0x16c34a(0x297)](_0x11311e))return;let _0x34e956=_0x374f18[_0x16c34a(0x63f)](_0x58b629);_0x34e956!=null&&_0x34e956[_0x16c34a(0x194)]&&([..._0x34e956[_0x16c34a(0x2d2)]()][_0x16c34a(0x1d8)]((_0x31c1d1,_0x60f9c4)=>_0x31c1d1[_0x16c34a(0x535)]-_0x60f9c4[_0x16c34a(0x535)])[_0x16c34a(0x187)](({contribution:_0x24fa9c})=>_0x51b254(_0x58b629,_0x24fa9c)),_0x374f18[_0x16c34a(0x6fe)](_0x58b629));}function _0x1779fb(_0x2682aa,_0x231d81){const _0x1c11d7=_0x541376;var _0x84b467;let _0x2be5db={'contribution':_0x231d81,'index':_0x1a1057++},_0x274550=_0x188faa(_0x231d81,_0x2be5db[_0x1c11d7(0x535)]),_0xa555ef=_0x2682aa,_0x4a46b2=(_0x84b467=_0x374f18[_0x1c11d7(0x63f)](_0xa555ef))==null?new Map():_0x84b467;return _0x4a46b2[_0x1c11d7(0x2e2)](_0x274550,_0x2be5db),_0x374f18[_0x1c11d7(0x2e2)](_0xa555ef,_0x4a46b2),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x4a2909=_0x1c11d7;let _0x39625e=_0x374f18[_0x4a2909(0x63f)](_0xa555ef);(_0x39625e==null?void 0x0:_0x39625e['get'](_0x274550))===_0x2be5db&&_0x39625e[_0x4a2909(0x6fe)](_0x274550);});}function _0x188faa(_0x28518c,_0x259115){const _0x2be798=_0x541376;let _0x2348a0=_0x52c1d6(_0x28518c);return _0x28518c['id']?_0x28518c[_0x2be798(0x31c)]+':'+_0x2348a0+':'+_0x28518c['id']:_0x28518c[_0x2be798(0x31c)]+':'+_0x2348a0+':anonymous:'+_0x259115;}var _0x11311e=class{constructor(){const _0x53ffc7=_0x541376;_0x531548(this,_0x53ffc7(0x473),new Map()),_0x531548(this,'_nextIndex',0x0);}[_0x541376(0x745)](_0xe7438c){const _0x48c189=_0x541376;var _0x398e29;let _0x3327a7={'contribution':_0xe7438c,'index':this[_0x48c189(0x744)]++},_0x56100b=(_0x398e29=this[_0x48c189(0x473)][_0x48c189(0x63f)](_0xe7438c['childType']))==null?[]:_0x398e29;return _0x56100b[_0x48c189(0x400)](_0x3327a7),_0x56100b['sort'](_0x54ee27),this['_contributions']['set'](_0xe7438c[_0x48c189(0x31c)],_0x56100b),(0x0,_0x1d2b2d[_0x48c189(0x212)])(()=>{const _0x6e9733=_0x48c189;let _0x425d88=this['_contributions'][_0x6e9733(0x63f)](_0xe7438c[_0x6e9733(0x31c)]);if(!_0x425d88)return;let _0x5c7345=_0x425d88[_0x6e9733(0x66c)](_0x2cb2c4=>_0x2cb2c4!==_0x3327a7);_0x5c7345['length']?this[_0x6e9733(0x473)][_0x6e9733(0x2e2)](_0xe7438c[_0x6e9733(0x31c)],_0x5c7345):this[_0x6e9733(0x473)][_0x6e9733(0x6fe)](_0xe7438c[_0x6e9733(0x31c)]);});}[_0x541376(0x63f)](_0x2dbf17){const _0x4ea146=_0x541376;return this[_0x4ea146(0x227)](_0x2dbf17)[0x0];}[_0x541376(0x227)](_0xc43076,_0x31f599){const _0x5b0ca4=_0x541376;var _0x486a60;return((_0x486a60=this['_contributions'][_0x5b0ca4(0x63f)](_0xc43076))==null?[]:_0x486a60)[_0x5b0ca4(0x29b)](_0x485e60=>_0x485e60[_0x5b0ca4(0x1d4)])[_0x5b0ca4(0x66c)](_0x278c18=>!_0x31f599||_0x52c1d6(_0x278c18)===_0x31f599);}[_0x541376(0x2d8)](_0x351314,_0x515144=_0x541376(0x156)){const _0x420096=_0x541376;let _0x3b7ee3=this['getAll'](_0x351314,_0x515144)[_0x420096(0x29b)](_0x42f759=>_0x42f759[_0x420096(0x36e)])[_0x420096(0x66c)](_0x1258bd=>_0x1258bd&&typeof _0x1258bd==_0x420096(0x746));if(_0x3b7ee3[_0x420096(0x664)])return _0x5043ae(_0x3b7ee3);}[_0x541376(0x429)](_0x4d59cc){const _0x43c21a=_0x541376;var _0x514c9c,_0x439213;let _0x52ab30=(_0x514c9c=_0x4d59cc[_0x43c21a(0x201)])==null?'ribbon':_0x514c9c,_0x122b82=this[_0x43c21a(0x227)](_0x4d59cc[_0x43c21a(0x31c)],_0x52ab30);if(!_0x122b82[_0x43c21a(0x664)])return;let _0x1189dd=_0x122b82['filter'](_0x197ccb=>_0x197ccb[_0x43c21a(0x429)]);if(_0x1189dd[_0x43c21a(0x664)]){let _0x282a1d=_0x1189dd['map'](_0x582ba=>{const _0x1dfc64=_0x43c21a;var _0x9aa988;return(_0x9aa988=_0x582ba[_0x1dfc64(0x429)])==null?void 0x0:_0x9aa988[_0x1dfc64(0x200)](_0x582ba,{..._0x4d59cc,'surface':_0x52ab30,'menuSchema':_0x582ba[_0x1dfc64(0x36e)],'scopedActionServiceTokens':_0x582ba['scopedActionServiceTokens']});})[_0x43c21a(0x66c)](_0x49bac3=>!!_0x49bac3);return(0x0,_0x1d2b2d[_0x43c21a(0x212)])(()=>{const _0x2261f9=_0x43c21a;_0x282a1d[_0x2261f9(0x187)](_0x5da7b1=>_0x5da7b1[_0x2261f9(0x3b0)]());});}let _0x2d8efc=this[_0x43c21a(0x2d8)](_0x4d59cc['childType'],_0x52ab30);if(_0x52ab30==='ribbon')return(_0x439213=_0x2f0523({..._0x4d59cc,'surface':_0x52ab30,'menuSchema':_0x2d8efc,'scopedActionServiceTokens':_0x31b8bf(_0x122b82)}))==null?void 0x0:_0x439213;}};function _0x31b8bf(_0x2c106c){const _0x12e78=_0x541376;let _0x2ba9b4=_0x2c106c[_0x12e78(0x5e4)](_0x269e54=>{const _0x415afb=_0x12e78;var _0x3b1e24;return(_0x3b1e24=_0x269e54[_0x415afb(0x732)])==null?[]:_0x3b1e24;});return _0x2ba9b4[_0x12e78(0x664)]?Array[_0x12e78(0x3be)](new Set(_0x2ba9b4)):void 0x0;}function _0x52c1d6(_0x4aecc6){const _0x3769c7=_0x541376;var _0x13278e;return(_0x13278e=_0x4aecc6[_0x3769c7(0x201)])==null?_0x3769c7(0x156):_0x13278e;}function _0x54ee27(_0x561d88,_0xd87f5a){const _0x44cf59=_0x541376;var _0x22049d,_0x30c923;return((_0x22049d=_0x561d88[_0x44cf59(0x1d4)]['order'])==null?_0x561d88['index']:_0x22049d)-((_0x30c923=_0xd87f5a['contribution'][_0x44cf59(0x563)])==null?_0xd87f5a[_0x44cf59(0x535)]:_0x30c923)||_0x561d88[_0x44cf59(0x535)]-_0xd87f5a['index'];}function _0x5043ae(_0x3fd9ff){const _0x5e58b4=_0x541376;return _0x3fd9ff[_0x5e58b4(0x5fe)]((_0xb12971,_0x4982c7)=>_0x18940e(_0xb12971,_0x4f2e2b(_0x4982c7)),{});}function _0x4f2e2b(_0x4b9624){const _0x127e6c=_0x541376;if(!_0x1463ee(_0x4b9624))return _0x4b9624;let _0x2b82b1=new Set(Object[_0x127e6c(0x2d2)](_0x54d9f7[_0x127e6c(0x543)])),_0x17317e=Object['entries'](_0x4b9624)['filter'](([_0x20eb31])=>_0x2b82b1[_0x127e6c(0x297)](_0x20eb31)),_0x5616a1=Object[_0x127e6c(0x733)](_0x4b9624)[_0x127e6c(0x66c)](([_0x1b3820])=>_0x3e0dd7(_0x1b3820));if(!_0x17317e[_0x127e6c(0x664)]&&!_0x5616a1[_0x127e6c(0x664)])return _0x4b9624;let _0x1baa68={};Object['entries'](_0x4b9624)[_0x127e6c(0x187)](([_0x40b1f2,_0x47ba9d])=>{const _0x317e76=_0x127e6c;!_0x2b82b1[_0x317e76(0x297)](_0x40b1f2)&&!_0x3e0dd7(_0x40b1f2)&&(_0x1baa68[_0x40b1f2]=_0x476d69(_0x47ba9d));});let _0x1a32ea=_0x1463ee(_0x1baa68[_0x54d9f7[_0x127e6c(0x395)]['RIBBON']])?_0x1baa68[_0x54d9f7[_0x127e6c(0x395)][_0x127e6c(0x18a)]]:{};return _0x17317e['forEach'](([_0x730a4,_0x498a6e])=>{_0x1a32ea[_0x730a4]=_0x730a4 in _0x1a32ea?_0x18940e(_0x1a32ea[_0x730a4],_0x498a6e):_0x476d69(_0x498a6e);}),_0x5616a1[_0x127e6c(0x187)](([_0x1c4b49,_0x5d4be6])=>{let _0x9a7bdd=_0x3e0dd7(_0x1c4b49);if(!_0x9a7bdd)return;let _0xa58296=_0x1463ee(_0x1a32ea[_0x9a7bdd])?_0x1a32ea[_0x9a7bdd]:{};_0xa58296[_0x1c4b49]=_0x1c4b49 in _0xa58296?_0x18940e(_0xa58296[_0x1c4b49],_0x5d4be6):_0x476d69(_0x5d4be6),_0x1a32ea[_0x9a7bdd]=_0xa58296;}),_0x1baa68[_0x54d9f7[_0x127e6c(0x395)][_0x127e6c(0x18a)]]=_0x1a32ea,_0x1baa68;}let _0x21bb35=[[Object[_0x541376(0x2d2)](_0x54d9f7[_0x541376(0x196)]),_0x54d9f7[_0x541376(0x543)][_0x541376(0x762)]],[Object[_0x541376(0x2d2)](_0x54d9f7[_0x541376(0x735)]),_0x54d9f7[_0x541376(0x543)][_0x541376(0x517)]],[Object['values'](_0x54d9f7[_0x541376(0x17e)]),_0x54d9f7[_0x541376(0x543)][_0x541376(0x529)]],[Object[_0x541376(0x2d2)](_0x54d9f7['RibbonDataGroup']),_0x54d9f7[_0x541376(0x543)][_0x541376(0x34c)]],[Object[_0x541376(0x2d2)](_0x54d9f7[_0x541376(0x684)]),_0x54d9f7[_0x541376(0x543)][_0x541376(0x322)]],[Object[_0x541376(0x2d2)](_0x54d9f7['RibbonOthersGroup']),_0x54d9f7[_0x541376(0x543)]['OTHERS']]];function _0x3e0dd7(_0x431168){const _0x2fc4f1=_0x541376;var _0x280016;return(_0x280016=_0x21bb35[_0x2fc4f1(0x48d)](([_0x279e3b])=>_0x279e3b[_0x2fc4f1(0x356)](_0x431168)))==null?void 0x0:_0x280016[0x1];}function _0x18940e(_0x13ac2b,_0x349f53){const _0xe90b4e=_0x541376;if(!_0x1463ee(_0x13ac2b)||!_0x1463ee(_0x349f53))return _0x476d69(_0x349f53);let _0x3f72ec={..._0x13ac2b};return Object[_0xe90b4e(0x733)](_0x349f53)['forEach'](([_0x30e229,_0x5cc481])=>{_0x3f72ec[_0x30e229]=_0x30e229 in _0x3f72ec?_0x18940e(_0x3f72ec[_0x30e229],_0x5cc481):_0x476d69(_0x5cc481);}),_0x3f72ec;}function _0x476d69(_0x276061){const _0x1ad0b4=_0x541376;return Array[_0x1ad0b4(0x145)](_0x276061)?_0x276061[_0x1ad0b4(0x29b)](_0x2a554b=>_0x476d69(_0x2a554b)):_0x1463ee(_0x276061)?Object['fromEntries'](Object[_0x1ad0b4(0x733)](_0x276061)[_0x1ad0b4(0x29b)](([_0x5c914d,_0x34d45b])=>[_0x5c914d,_0x476d69(_0x34d45b)])):_0x276061;}function _0x1463ee(_0x297d4f){const _0x4d634a=_0x541376;return!!_0x297d4f&&typeof _0x297d4f==_0x4d634a(0x746)&&!Array['isArray'](_0x297d4f);}function _0x4ceeeb(){const _0x519781=_0x541376;let _0xc46b2a=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x519781(0xee)]),_0x483074=(0x0,_0x54d9f7[_0x519781(0x2de)])(_0x1d2b2d['LocaleService']),_0x4f0fd7=(0x0,_0x54d9f7[_0x519781(0x2de)])(_0x499887),_0x1f2c73=(0x0,_0x54d9f7[_0x519781(0x2de)])(_0xe673a5),_0x54466=(0x0,_0x271c2b[_0x519781(0x513)])(null),_0x4105a0=(0x0,_0x271c2b[_0x519781(0x513)])(null),_0xd737ef=(0x0,_0x271c2b[_0x519781(0x513)])(null),_0x1f5e72=(0x0,_0x271c2b['useRef'])(null),_0x4295e3=(0x0,_0x271c2b[_0x519781(0x513)])(null),_0x19c197=(0x0,_0x271c2b['useRef'])(null),_0xbfd55d=(0x0,_0x271c2b[_0x519781(0x513)])(null),_0x3decd0=(0x0,_0x54d9f7['useObservable'])(()=>_0x1f2c73[_0x519781(0xa8)],_0x1f2c73[_0x519781(0x21a)](),!0x1,[_0x1f2c73]),[_0x121f2f,_0x237b1c]=(0x0,_0x271c2b[_0x519781(0x749)])(null);if((0x0,_0x271c2b[_0x519781(0x74e)])(()=>{const _0x25d705=_0x519781;var _0x360d25;let _0x88e1e9=_0xd737ef[_0x25d705(0x441)],_0x404c6f=_0x4105a0[_0x25d705(0x441)],_0x12d81c=_0x1f5e72['current'],_0x26b6fe=_0x4295e3[_0x25d705(0x441)],_0x75126f=_0x19c197[_0x25d705(0x441)],_0x487c9a=_0xbfd55d[_0x25d705(0x441)];if(!_0x3decd0||!_0x88e1e9||!_0x404c6f||!_0x12d81c||!_0x26b6fe||!_0x75126f||!_0x487c9a)return;let _0x1eb94d=_0x26e818(_0xc46b2a,_0x3decd0[_0x25d705(0x142)],_0x3decd0[_0x25d705(0x333)]);if(!(_0x1eb94d!=null&&_0x1eb94d[_0x25d705(0x199)])||_0x1eb94d[_0x25d705(0x31c)]==null){_0x88e1e9['dataset'][_0x25d705(0xa2)]=_0x25d705(0x61b);return;}let _0x59846c=_0xc46b2a['get'](_0x493044)['get'](_0x1eb94d[_0x25d705(0x31c)]);if(!(_0x59846c!=null&&_0x59846c[_0x25d705(0x6e4)]['includes'](_0x3decd0[_0x25d705(0x5b1)]))){_0x88e1e9[_0x25d705(0x54c)][_0x25d705(0xa2)]=_0x25d705(0x4b1);return;}_0x88e1e9[_0x25d705(0x54c)][_0x25d705(0xa2)]=_0x25d705(0x623),_0x88e1e9['dataset'][_0x25d705(0x333)]=_0x1eb94d['embedId'],_0x88e1e9[_0x25d705(0x54c)]['embedHostEntry']=_0x1eb94d[_0x25d705(0x138)],_0x88e1e9[_0x25d705(0x54c)][_0x25d705(0x59c)]=_0x1eb94d['hostAnchorId'],_0x88e1e9[_0x25d705(0x54c)][_0x25d705(0x5e7)]=_0x3decd0[_0x25d705(0x5b1)],_0x88e1e9[_0x25d705(0x54c)]['embedChildType']=String(_0x1eb94d[_0x25d705(0x31c)]),_0x88e1e9[_0x25d705(0x54c)][_0x25d705(0x406)]=_0x1eb94d[_0x25d705(0x199)];let _0x1215df=_0xc11f90(_0x88e1e9),_0x35dca2=_0x2e144e(_0x1eb94d,_0x3decd0[_0x25d705(0x5b1)],{'viewport':_0x88e1e9,'menuSlot':_0x404c6f,'popupSlot':_0x12d81c,'footerSlot':_0x487c9a}),_0x48e84b={'descriptor':_0x1eb94d,'layout':_0x3decd0[_0x25d705(0x5b1)],'injector':_0xc46b2a,'hostElement':_0x88e1e9,'container':_0x88e1e9,'renderScope':_0x35dca2,'hostUnitId':_0x1eb94d[_0x25d705(0x142)],'embedId':_0x1eb94d[_0x25d705(0x333)],'childUnitId':_0x1eb94d[_0x25d705(0x199)],'childType':_0x1eb94d[_0x25d705(0x31c)]},{runtimeScope:_0x21c2d3,disposable:_0xa235b8}=_0x475f95(_0x48e84b,()=>{});_0x237b1c({'embedId':_0x1eb94d[_0x25d705(0x333)],'injector':_0x21c2d3[_0x25d705(0x757)],'sourceInjector':_0xc46b2a,'popupContainer':_0x21c2d3[_0x25d705(0x676)][_0x25d705(0x303)]});let _0x569086={..._0x48e84b,'runtimeScope':_0x21c2d3},_0x3251f4=_0x578f83({'injector':_0xc46b2a,'descriptor':_0x1eb94d,'renderScope':_0x35dca2,'menuRoot':_0x54466[_0x25d705(0x441)],'menuSlot':_0x404c6f,'popupSlot':_0x12d81c,'sidebarSlot':_0x26b6fe,'rightSidebarSlot':_0x75126f,'footerSlot':_0x487c9a}),_0x11d292=_0x13eac3=>{const _0x465598=_0x25d705;var _0x16de8b,_0x3a1b3d;let _0x3b6dac=(_0x13eac3==null?void 0x0:_0x13eac3[_0x465598(0x28d)])instanceof Element?_0x13eac3[_0x465598(0x28d)]:null;_0x3b6dac!=null&&_0x3b6dac[_0x465598(0x639)]('[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]')||((_0x16de8b=_0x21c2d3[_0x465598(0x50d)])==null||_0x16de8b[_0x465598(0x135)](_0x1eb94d[_0x465598(0x199)]),(_0x3a1b3d=_0x21c2d3[_0x465598(0x50d)])==null||_0x3a1b3d['focusUnit'](_0x1eb94d[_0x465598(0x199)]),_0x4f0fd7[_0x465598(0x68d)](_0x1eb94d));};_0x11d292(),_0x88e1e9['addEventListener'](_0x25d705(0x1fd),_0x11d292,{'capture':!0x0}),_0x88e1e9[_0x25d705(0x5b3)](_0x25d705(0x5b8),_0x11d292);let _0x42e52c=(_0x360d25=_0x59846c['mount'])==null?void 0x0:_0x360d25['call'](_0x59846c,_0x569086),_0x3438fe=_0x46341f({'injector':_0xc46b2a,'descriptor':_0x1eb94d,'childContext':_0x569086,'menuContainer':_0x404c6f});return _0x88e1e9['dataset'][_0x25d705(0xa2)]=_0x25d705(0x72d),()=>{const _0x21ecee=_0x25d705;_0x237b1c(null),globalThis[_0x21ecee(0x722)](()=>{const _0x1ddad7=_0x21ecee;_0x88e1e9[_0x1ddad7(0x355)](_0x1ddad7(0x1fd),_0x11d292,{'capture':!0x0}),_0x88e1e9['removeEventListener'](_0x1ddad7(0x5b8),_0x11d292),_0x3438fe==null||_0x3438fe[_0x1ddad7(0x3b0)](),_0x42e52c==null||_0x42e52c[_0x1ddad7(0x3b0)](),_0x3251f4['dispose'](),_0xa235b8['dispose'](),_0x1215df[_0x1ddad7(0x3b0)](),_0x4f0fd7[_0x1ddad7(0x22f)](_0x1eb94d),delete _0x88e1e9[_0x1ddad7(0x54c)][_0x1ddad7(0xa2)],delete _0x88e1e9[_0x1ddad7(0x54c)][_0x1ddad7(0x333)],delete _0x88e1e9[_0x1ddad7(0x54c)][_0x1ddad7(0x307)],delete _0x88e1e9[_0x1ddad7(0x54c)]['embedHostAnchorId'],delete _0x88e1e9[_0x1ddad7(0x54c)][_0x1ddad7(0x5e7)],delete _0x88e1e9[_0x1ddad7(0x54c)][_0x1ddad7(0x2ac)],delete _0x88e1e9['dataset'][_0x1ddad7(0x406)],_0x1f2c73[_0x1ddad7(0x45b)](_0x3decd0);});};},[_0x4f0fd7,_0x1f2c73,_0xc46b2a,_0x3decd0]),!_0x3decd0)return null;let _0x59efd0=()=>{const _0x281a0e=_0x519781;_0x1f2c73[_0x281a0e(0x58c)](_0x3decd0[_0x281a0e(0x333)]);};return(0x0,_0x2030b6[_0x519781(0x342)])(_0x519781(0x7ab),{'className':_0x519781(0x671),'data-embed-fullscreen-shell':_0x519781(0x3d3),'children':[_0x3decd0[_0x519781(0x31c)]===_0x1d2b2d['UniverInstanceType'][_0x519781(0x265)]&&(0x0,_0x2030b6[_0x519781(0x300)])('div',{'className':_0x519781(0x304),'data-embed-boards-fullscreen-exit':'true','title':_0x483074['t'](_0x519781(0x2ca)),'children':(0x0,_0x2030b6['jsxs'])(_0x54d9f7[_0x519781(0x7b4)],{'noIcon':!0x0,'className':_0x519781(0x70c),'onClick':_0x59efd0,'children':[(0x0,_0x2030b6[_0x519781(0x300)])(_0x5e3ea3,{}),(0x0,_0x2030b6[_0x519781(0x300)])('span',{'children':_0x483074['t']('embed-ui.fullscreen.exit')})]})}),(0x0,_0x2030b6[_0x519781(0x342)])('div',{'ref':_0x54466,'className':_0x519781(0x3e0),'data-embed-fullscreen-menu':_0x519781(0x3d3),'children':[_0x3decd0[_0x519781(0x31c)]!==_0x1d2b2d[_0x519781(0x537)]['UNIVER_BOARD']&&(0x0,_0x2030b6[_0x519781(0x342)])(_0x519781(0x7ab),{'className':_0x519781(0x7a5),'data-embed-fullscreen-header':_0x519781(0x3d3),'children':[(0x0,_0x2030b6[_0x519781(0x300)])(_0x519781(0x308),{'className':_0x519781(0x717),'children':_0x447b3c(_0xc46b2a,_0x3decd0[_0x519781(0x31c)])}),(0x0,_0x2030b6[_0x519781(0x342)])(_0x2c34e2['Button'],{'type':_0x519781(0x533),'size':_0x519781(0x67e),'variant':_0x519781(0x575),'className':_0x519781(0x57d),'data-embed-fullscreen-close':_0x519781(0x3d3),'onClick':_0x59efd0,'children':[(0x0,_0x2030b6[_0x519781(0x300)])(_0x19347a,{}),(0x0,_0x2030b6[_0x519781(0x300)])('span',{'children':_0x483074['t'](_0x519781(0x2ca))})]})]}),(0x0,_0x2030b6[_0x519781(0x300)])(_0x519781(0x7ab),{'ref':_0x4105a0,'className':_0x519781(0x70b),'data-embed-fullscreen-menu-slot':_0x519781(0x3d3),'data-embed-menu-slot':'true'})]}),(0x0,_0x2030b6[_0x519781(0x342)])(_0x519781(0x7ab),{'className':_0x519781(0x465),'data-embed-fullscreen-body':'true','children':[(0x0,_0x2030b6[_0x519781(0x300)])('div',{'ref':_0x4295e3,'className':_0x519781(0x4c8),'data-embed-fullscreen-sidebar-slot':_0x519781(0x3d3),'data-embed-id':_0x3decd0[_0x519781(0x333)]}),(0x0,_0x2030b6[_0x519781(0x300)])(_0x519781(0x7ab),{'ref':_0xd737ef,'className':_0x519781(0x50e),'data-embed-fullscreen-viewport':_0x519781(0x3d3),'onContextMenuCapture':_0x1843b8=>{const _0x431fec=_0x519781;_0x1843b8[_0x431fec(0xf5)]();}}),(0x0,_0x2030b6[_0x519781(0x300)])('div',{'ref':_0x19c197,'className':_0x519781(0x7ae),'data-embed-fullscreen-right-sidebar-slot':_0x519781(0x3d3),'data-embed-id':_0x3decd0[_0x519781(0x333)],'children':_0x121f2f&&(0x0,_0x2030b6[_0x519781(0x300)])(_0x4bc179,{..._0x121f2f})})]}),(0x0,_0x2030b6[_0x519781(0x300)])('div',{'ref':_0xbfd55d,'className':_0x519781(0x24c),'data-embed-fullscreen-footer-slot':_0x519781(0x3d3),'data-embed-footer-slot':_0x519781(0x3d3)}),(0x0,_0x2030b6[_0x519781(0x300)])(_0x519781(0x7ab),{'ref':_0x1f5e72,'className':_0x519781(0x56c),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':_0x519781(0x3d3),'children':_0x121f2f&&(0x0,_0x2030b6['jsx'])(_0x57c489,{..._0x121f2f})})]});}function _0x57c489(_0x19ab0a){const _0x844806=_0x541376;let {embedId:_0x564ef5,injector:_0x50bb8c,sourceInjector:_0x3fee17,popupContainer:_0x141750}=_0x19ab0a;return(0x0,_0x2030b6[_0x844806(0x342)])(_0x2030b6['Fragment'],{'children':[(0x0,_0x2030b6[_0x844806(0x342)])(_0x32f46c,{'injector':_0x50bb8c,'mountContainer':_0x141750,'embedId':_0x564ef5,'children':[(0x0,_0x2030b6['jsx'])(_0x54d9f7[_0x844806(0x522)],{}),(0x0,_0x2030b6[_0x844806(0x300)])(_0x54d9f7[_0x844806(0x3cc)],{})]}),(0x0,_0x2030b6[_0x844806(0x300)])(_0x32f46c,{'injector':_0x3fee17,'mountContainer':_0x141750,'embedId':_0x564ef5,'children':(0x0,_0x2030b6['jsx'])(_0x54d9f7[_0x844806(0x3cc)],{})})]});}function _0x4bc179(_0x5390f0){const _0x513910=_0x541376;let {embedId:_0x3e23db,injector:_0x46af9a,sourceInjector:_0x46cfc5,popupContainer:_0x3816df}=_0x5390f0;return(0x0,_0x2030b6[_0x513910(0x342)])(_0x513910(0x504),{'className':'univer-z-[2]\x20univer-flex\x20univer-h-full','children':[(0x0,_0x2030b6[_0x513910(0x300)])(_0x32f46c,{'injector':_0x46af9a,'mountContainer':_0x3816df,'embedId':_0x3e23db,'children':(0x0,_0x2030b6[_0x513910(0x300)])(_0x54d9f7[_0x513910(0x2c7)],{})}),(0x0,_0x2030b6[_0x513910(0x300)])(_0x32f46c,{'injector':_0x46cfc5,'mountContainer':_0x3816df,'embedId':_0x3e23db,'children':(0x0,_0x2030b6[_0x513910(0x300)])(_0x54d9f7[_0x513910(0x2c7)],{})})]});}function _0x26e818(_0x1b497a,_0x3a00cc,_0x12220f){const _0x21e083=_0x541376;try{return _0x1b497a['get'](_0x3f9f59[_0x21e083(0x56e)])['getDescriptor'](_0x3a00cc,_0x12220f);}catch{return;}}function _0x447b3c(_0x4dacb1,_0x3de13a){const _0x5d3c8c=_0x541376;try{var _0x677f32,_0x17db43;return(_0x677f32=(_0x17db43=_0x4dacb1[_0x5d3c8c(0x63f)](_0x5a3470)[_0x5d3c8c(0x63f)](_0x3de13a))==null?void 0x0:_0x17db43[_0x5d3c8c(0x36d)])==null?_0x5d3c8c(0x58b):_0x677f32;}catch{return _0x5d3c8c(0x58b);}}function _0x2e144e(_0x4f200f,_0x117657,_0x59b699){const _0x51146a=_0x541376;var _0x52f262,_0x4a1614,_0x30780a,_0x376f57;let {viewport:_0xca37ff,menuSlot:_0x1bfaa4,popupSlot:_0x559fd8}=_0x59b699;return{'hostUnitId':_0x4f200f[_0x51146a(0x142)],'hostAnchorId':_0x4f200f[_0x51146a(0x683)],'embedId':_0x4f200f['embedId'],'childUnitId':_0x4f200f[_0x51146a(0x199)],'childType':_0x4f200f[_0x51146a(0x31c)],'layout':_0x117657,'mode':_0x51146a(0x729),'rootElement':_0xca37ff,'contentRoot':(_0x52f262=_0x44e452(_0xca37ff,_0x51146a(0x648)))==null?_0xca37ff:_0x52f262,'canvasRoot':(_0x4a1614=_0x44e452(_0xca37ff,_0x51146a(0x2da)))==null?_0xca37ff:_0x4a1614,'overlayRoot':(_0x30780a=_0x44e452(_0xca37ff,_0x51146a(0x2dd)))==null?_0xca37ff:_0x30780a,'popupRoot':(_0x376f57=_0x559fd8==null?_0x44e452(_0xca37ff,'data-embed-popup-root'):_0x559fd8)==null?_0xca37ff:_0x376f57,'menuOutlet':{'container':_0x1bfaa4},'active$':(0x0,_0x4ec6cb['of'])(!0x0),'fullscreen':!0x0};}function _0x578f83(_0x4ccc20){const _0x238308=_0x541376;let {injector:_0x4e8246,descriptor:_0x5e0963,renderScope:_0x39ba09,menuRoot:_0x3f5612,menuSlot:_0x15690f,popupSlot:_0x6d2479,sidebarSlot:_0x4db535,rightSidebarSlot:_0x3499bb,footerSlot:_0x4cf767}=_0x4ccc20,_0x490722=[],_0x14ecf8=_0x5e0963[_0x238308(0x333)];if(_0x4e8246[_0x238308(0x297)](_0x4af2a7)){let _0x582d4e=_0x4e8246['get'](_0x4af2a7);_0x490722[_0x238308(0x400)](_0x582d4e[_0x238308(0x731)]({'embedId':_0x14ecf8,'hostUnitId':_0x5e0963[_0x238308(0x142)],'childUnitId':_0x5e0963[_0x238308(0x199)],'childType':_0x5e0963[_0x238308(0x31c)],'sessionMode':_0x238308(0x5f3)})),_0x5e0963[_0x238308(0x199)]&&_0x490722[_0x238308(0x400)](_0x582d4e[_0x238308(0x6e0)]({'embedId':_0x14ecf8,'role':'child-session','owner':_0x238308(0x1f0),'sessionMode':'child-fullscreen','hostUnitId':_0x5e0963[_0x238308(0x142)],'childUnitId':_0x5e0963[_0x238308(0x199)],'childType':_0x5e0963[_0x238308(0x31c)]})),_0x314bcc({'renderScope':_0x39ba09,'menuRoot':_0x3f5612,'menuSlot':_0x15690f,'popupSlot':_0x6d2479,'sidebarSlot':_0x4db535,'rightSidebarSlot':_0x3499bb,'footerSlot':_0x4cf767})[_0x238308(0x187)](({element:_0x2d3464,role:_0x8e777c})=>{const _0x411d57=_0x238308;_0x490722[_0x411d57(0x400)](_0x582d4e[_0x411d57(0x13b)]({'embedId':_0x14ecf8,'element':_0x2d3464,'role':_0x8e777c}));});}if(_0x4e8246[_0x238308(0x297)](_0x5a9356)){let _0x1af814=_0x4e8246[_0x238308(0x63f)](_0x5a9356);_0x314bcc({'renderScope':_0x39ba09,'menuRoot':_0x3f5612,'menuSlot':_0x15690f,'popupSlot':_0x6d2479,'sidebarSlot':_0x4db535,'rightSidebarSlot':_0x3499bb,'footerSlot':_0x4cf767})[_0x238308(0x187)](({element:_0x58bba3})=>{const _0x3b69b1=_0x238308;_0x490722[_0x3b69b1(0x400)](_0x1af814[_0x3b69b1(0x5ff)](_0x14ecf8,_0x58bba3));}),_0x490722['push'](_0x1af814[_0x238308(0x486)](_0x14ecf8,_0x39ba09[_0x238308(0x32f)][_0x238308(0x53a)]));}return(0x0,_0x1d2b2d[_0x238308(0x212)])(()=>{const _0x2cf87b=_0x238308;[..._0x490722]['reverse']()['forEach'](_0x2f1124=>_0x2f1124[_0x2cf87b(0x3b0)]());});}function _0x314bcc(_0x4ec8da){const _0x1f476b=_0x541376;let {renderScope:_0xbcdbb5,menuRoot:_0x135327,menuSlot:_0x4fce08,popupSlot:_0x38d9d7,sidebarSlot:_0x4d692c,rightSidebarSlot:_0x34b189,footerSlot:_0x507fa4}=_0x4ec8da,_0x8c3f0b=[{'element':_0xbcdbb5[_0x1f476b(0x32f)],'role':_0x1f476b(0xcd)},{'element':_0xbcdbb5[_0x1f476b(0x69c)],'role':_0x1f476b(0xcd)},{'element':_0xbcdbb5[_0x1f476b(0x281)],'role':_0x1f476b(0xcd)},{'element':_0xbcdbb5['overlayRoot'],'role':'runtime'},{'element':_0x135327,'role':_0x1f476b(0x506)},{'element':_0x4fce08,'role':'floating-menu'},{'element':_0x507fa4,'role':_0x1f476b(0x506)},{'element':_0x4d692c,'role':_0x1f476b(0x24e)},{'element':_0x34b189,'role':_0x1f476b(0x24e)},{'element':_0x38d9d7,'role':_0x1f476b(0x24e)}],_0x2e7a80=new Set();return _0x8c3f0b[_0x1f476b(0x5e4)](({element:_0x1cb74f,role:_0x39b621})=>!_0x1cb74f||_0x2e7a80['has'](_0x1cb74f)?[]:(_0x2e7a80['add'](_0x1cb74f),[{'element':_0x1cb74f,'role':_0x39b621}]));}function _0x46341f(_0x3b9e53){return _0x63b185(_0x3b9e53)||_0x37a9d3(_0x3b9e53);}function _0x63b185(_0xdeec53){const _0x4dd725=_0x541376;if(!_0xdeec53['injector'][_0x4dd725(0x297)](_0x5a3470)||_0xdeec53[_0x4dd725(0x720)]['childType']==null)return;let _0x4a3001=_0xdeec53[_0x4dd725(0x757)][_0x4dd725(0x63f)](_0x5a3470)[_0x4dd725(0x63f)](_0xdeec53['descriptor'][_0x4dd725(0x31c)]);if((_0x4a3001==null?void 0x0:_0x4a3001[_0x4dd725(0x4ee)])===_0x4dd725(0x156)){if(_0xdeec53['injector']['has'](_0x11311e)){let _0x3913b7=_0xdeec53[_0x4dd725(0x757)][_0x4dd725(0x63f)](_0x11311e)[_0x4dd725(0x429)]({'container':_0xdeec53[_0x4dd725(0x34f)],'portalContainer':_0xdeec53['childContext'][_0x4dd725(0x5e2)][_0x4dd725(0x676)][_0x4dd725(0x303)],'injector':_0xdeec53[_0x4dd725(0x1e9)][_0x4dd725(0x5e2)][_0x4dd725(0x757)],'childType':_0xdeec53[_0x4dd725(0x720)][_0x4dd725(0x31c)],'childUnitId':_0xdeec53[_0x4dd725(0x720)][_0x4dd725(0x199)],'embedId':_0xdeec53[_0x4dd725(0x720)]['embedId'],'surface':'ribbon','headerMenu':!0x0,'ribbonHeaderClassName':_0x4dd725(0x6c1)});if(_0x3913b7)return _0x3913b7;}return _0x2f0523({'container':_0xdeec53[_0x4dd725(0x34f)],'portalContainer':_0xdeec53['childContext']['runtimeScope'][_0x4dd725(0x676)][_0x4dd725(0x303)],'injector':_0xdeec53[_0x4dd725(0x1e9)][_0x4dd725(0x5e2)][_0x4dd725(0x757)],'childType':_0xdeec53[_0x4dd725(0x720)][_0x4dd725(0x31c)],'childUnitId':_0xdeec53[_0x4dd725(0x720)][_0x4dd725(0x199)],'embedId':_0xdeec53[_0x4dd725(0x720)][_0x4dd725(0x333)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x4dd725(0x6c1)});}}function _0x37a9d3(_0x27e04e){const _0x62bb1b=_0x541376;if(!_0x27e04e[_0x62bb1b(0x757)][_0x62bb1b(0x297)](_0xd7008)||_0x27e04e[_0x62bb1b(0x720)][_0x62bb1b(0x31c)]==null||!_0x27e04e['descriptor']['childUnitId'])return;let _0x53e6e3=_0x27e04e[_0x62bb1b(0x757)][_0x62bb1b(0x63f)](_0xd7008)[_0x62bb1b(0x63f)](_0x27e04e['descriptor'][_0x62bb1b(0x431)],_0x27e04e['descriptor']['entry'],_0x27e04e[_0x62bb1b(0x720)][_0x62bb1b(0x31c)]),_0xf98444=_0x53e6e3==null?void 0x0:_0x53e6e3[_0x62bb1b(0x3cb)]({..._0x27e04e[_0x62bb1b(0x1e9)],'active':{'hostUnitId':_0x27e04e['descriptor']['hostUnitId'],'embedId':_0x27e04e[_0x62bb1b(0x720)][_0x62bb1b(0x333)],'childUnitId':_0x27e04e[_0x62bb1b(0x720)][_0x62bb1b(0x199)],'stage':'stage2'}});return _0xf98444?(0x0,_0x1d2b2d['toDisposable'])(()=>_0xf98444[_0x62bb1b(0x3b0)]()):void 0x0;}let _0x5ed4ac={};function _0x458f2d(_0xd1ef8a){const _0x401a8d=_0x541376;let {stage:_0x4e41cf,interactionFlow:_0x5114bf}=_0xd1ef8a,_0x3965dd=_0x5114bf==='doc-block',_0x2c0411=_0x4e41cf===_0x401a8d(0x30a)&&!_0x3965dd,_0x33d06b=_0x4e41cf===_0x401a8d(0x7ac)||_0x3965dd;return{'allowHostBodyDrag':_0x2c0411,'allowHostDragHandle':_0x2c0411,'disableLiveHostPointerEvents':!_0x3965dd&&(_0x4e41cf===_0x401a8d(0x792)||_0x4e41cf===_0x401a8d(0x30a)),'passThroughInteractionGate':_0x33d06b,'runtimeOwnsInteraction':_0x33d06b,'showHostDragHandle':_0x2c0411};}function _0x6e375e(_0x5268f2,_0x100f1c){const _0x485411=_0x541376;var _0x5b6418;return(_0x5268f2==null?void 0x0:_0x5268f2[_0x485411(0x431)])===_0x1d2b2d['UniverInstanceType'][_0x485411(0x3e8)]&&_0x5268f2[_0x485411(0x31c)]===_0x1d2b2d[_0x485411(0x537)][_0x485411(0x3e8)]&&!!((_0x5b6418=_0x5268f2['sourceMeta'])!=null&&_0x5b6418[_0x485411(0x261)])&&_0x100f1c!=='stage2';}function _0x19102d(_0x4c4ef8,_0x1ba6e3){return _0x6e375e(_0x4c4ef8,_0x1ba6e3)?'deferred':'ready';}function _0x3b6b6d(_0x394573){const _0x4a4975=_0x541376;var _0x647675;return _0x394573[_0x4a4975(0x428)]||((_0x647675=_0x394573[_0x4a4975(0xc5)])==null?void 0x0:_0x647675[_0x4a4975(0x333)])===_0x394573[_0x4a4975(0x333)]&&_0x394573[_0x4a4975(0xc5)][_0x4a4975(0x1c4)]==='stage2'||!_0x394573[_0x4a4975(0x454)]&&_0x394573[_0x4a4975(0x77c)]?'stage2':'inactive';}function _0x3ab228(_0x55256e,_0x4f8e63){const _0x14f8fb=_0x541376;return _0x55256e!==_0x14f8fb(0xb0)&&_0x55256e!==_0x14f8fb(0x6d5)||_0x4f8e63[_0x14f8fb(0x167)]||_0x4f8e63[_0x14f8fb(0xb5)]||_0x4f8e63[_0x14f8fb(0x225)]?!0x1:Math[_0x14f8fb(0x566)](_0x4f8e63['deltaY'])>Math[_0x14f8fb(0x566)](_0x4f8e63[_0x14f8fb(0x780)]);}var _0x263c89=class{constructor(){const _0x5d0877=_0x541376;_0x531548(this,_0x5d0877(0xea),new _0x4ec6cb[(_0x5d0877(0x568))]()),_0x531548(this,'_providers',new Map()),_0x531548(this,_0x5d0877(0x65c),new Map()),_0x531548(this,_0x5d0877(0x45d),new Map()),_0x531548(this,'_queue',[]),_0x531548(this,'_rendering',!0x1),_0x531548(this,_0x5d0877(0x715),null);}[_0x541376(0x3d8)](_0x3faaf2){const _0x6bf987=_0x541376;return this[_0x6bf987(0x488)]['set'](_0x3faaf2[_0x6bf987(0x31c)],_0x3faaf2),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x5b4057=_0x6bf987;this['_providers']['get'](_0x3faaf2[_0x5b4057(0x31c)])===_0x3faaf2&&this[_0x5b4057(0x488)][_0x5b4057(0x6fe)](_0x3faaf2[_0x5b4057(0x31c)]);});}[_0x541376(0x467)](_0x3ca1ba){const _0x4222e2=_0x541376;return this[_0x4222e2(0x488)][_0x4222e2(0x63f)](_0x3ca1ba);}['getPreview'](_0x301c46){const _0x521933=_0x541376;return this[_0x521933(0x65c)]['get'](_0x301c46);}['requestPreview'](_0x29c2bb){const _0x2f4ee0=_0x541376;var _0x14ed45,_0x4c147f;let _0x180a94=this['getCacheKey'](_0x29c2bb),_0x49bb39=this[_0x2f4ee0(0x45d)][_0x2f4ee0(0x63f)](_0x180a94);if(_0x49bb39&&(_0x49bb39[_0x2f4ee0(0x1e8)]===_0x2f4ee0(0x696)||_0x49bb39[_0x2f4ee0(0x1e8)]===_0x2f4ee0(0x6a0)))return _0x49bb39;let _0xdaa09b=this['_entriesByEmbedId'][_0x2f4ee0(0x63f)](_0x29c2bb[_0x2f4ee0(0x720)][_0x2f4ee0(0x333)]),_0x2e5bd3={'embedId':_0x29c2bb[_0x2f4ee0(0x720)]['embedId'],'childUnitId':_0x29c2bb[_0x2f4ee0(0x199)],'childType':_0x29c2bb['childType'],'status':_0x2f4ee0(0x696),'width':Math[_0x2f4ee0(0x51a)](0x1,Math[_0x2f4ee0(0x15d)](_0x29c2bb[_0x2f4ee0(0x4d3)])),'height':Math['max'](0x1,Math[_0x2f4ee0(0x15d)](_0x29c2bb['height'])),'dpr':_0x29c2bb[_0x2f4ee0(0x274)],'viewState':(_0x14ed45=_0x29c2bb['viewState'])==null?_0xdaa09b==null?void 0x0:_0xdaa09b['viewState']:_0x14ed45,'revision':((_0x4c147f=_0xdaa09b==null?void 0x0:_0xdaa09b[_0x2f4ee0(0x507)])==null?0x0:_0x4c147f)+0x1,'updatedAt':Date[_0x2f4ee0(0x290)]()};return this['_entriesByKey'][_0x2f4ee0(0x2e2)](_0x180a94,_0x2e5bd3),this[_0x2f4ee0(0x65c)][_0x2f4ee0(0x2e2)](_0x2e5bd3[_0x2f4ee0(0x333)],_0x2e5bd3),this[_0x2f4ee0(0x644)][_0x2f4ee0(0x400)](_0x29c2bb),this[_0x2f4ee0(0xb1)](),this[_0x2f4ee0(0xea)][_0x2f4ee0(0x755)](_0x2e5bd3),_0x2e5bd3;}async[_0x541376(0x2a0)](_0x2a189a){const _0xe6667c=_0x541376;let _0x5df4f3=this[_0xe6667c(0x488)][_0xe6667c(0x63f)](_0x2a189a[_0xe6667c(0x31c)]);if(!_0x5df4f3)return;let _0x45709f=await _0x5df4f3[_0xe6667c(0x2a0)](_0x2a189a);return this[_0xe6667c(0x66e)](_0x2a189a[_0xe6667c(0x333)],_0x45709f),_0x45709f;}async[_0x541376(0x62c)](_0x405741,_0x258e40){const _0x39dc83=_0x541376;if(_0x258e40==null)return;let _0x19c4dc=this[_0x39dc83(0x488)][_0x39dc83(0x63f)](_0x405741[_0x39dc83(0x31c)]);await(_0x19c4dc==null?void 0x0:_0x19c4dc[_0x39dc83(0x62c)](_0x405741,_0x258e40));}[_0x541376(0x66e)](_0x145262,_0x24746d){const _0xda5f24=_0x541376;let _0x500bad=this[_0xda5f24(0x65c)][_0xda5f24(0x63f)](_0x145262);if(!_0x500bad){let _0x5eed4c={'embedId':_0x145262,'childUnitId':'','childType':void 0x0,'status':_0xda5f24(0x773),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x24746d,'revision':0x0,'updatedAt':Date[_0xda5f24(0x290)]()};this[_0xda5f24(0x65c)]['set'](_0x145262,_0x5eed4c),this[_0xda5f24(0xea)]['next'](_0x5eed4c);return;}_0x500bad[_0xda5f24(0x78c)]=_0x24746d,_0x500bad['updatedAt']=Date[_0xda5f24(0x290)](),this['previewUpdated$'][_0xda5f24(0x755)](_0x500bad);}['markStale'](_0x4dfb9c,_0x35d550){const _0x2eb56b=_0x541376;let _0x5848ca=this[_0x2eb56b(0x65c)][_0x2eb56b(0x63f)](_0x4dfb9c);_0x5848ca&&(_0x5848ca[_0x2eb56b(0x1e8)]=_0x2eb56b(0x773),_0x5848ca[_0x2eb56b(0x698)]=_0x35d550,_0x5848ca[_0x2eb56b(0x1e1)]=Date[_0x2eb56b(0x290)](),this[_0x2eb56b(0xea)]['next'](_0x5848ca));}[_0x541376(0x5c5)](_0x2258e5){const _0x5c5efb=_0x541376;let _0x481c9d=this[_0x5c5efb(0x65c)][_0x5c5efb(0x63f)](_0x2258e5);this[_0x5c5efb(0x65c)]['delete'](_0x2258e5),_0x481c9d&&Array[_0x5c5efb(0x3be)](this['_entriesByKey'][_0x5c5efb(0x733)]())[_0x5c5efb(0x187)](([_0x2882f3,_0x67d822])=>{const _0x54df30=_0x5c5efb;_0x67d822[_0x54df30(0x333)]===_0x2258e5&&this[_0x54df30(0x45d)][_0x54df30(0x6fe)](_0x2882f3);});}[_0x541376(0x798)](_0x48ca07){const _0x5f2b35=_0x541376;return[_0x48ca07[_0x5f2b35(0x720)][_0x5f2b35(0x333)],_0x48ca07[_0x5f2b35(0x199)],_0x48ca07[_0x5f2b35(0x31c)],Math[_0x5f2b35(0x51a)](0x1,Math[_0x5f2b35(0x15d)](_0x48ca07[_0x5f2b35(0x4d3)])),Math[_0x5f2b35(0x51a)](0x1,Math[_0x5f2b35(0x15d)](_0x48ca07[_0x5f2b35(0x43b)])),_0x48ca07[_0x5f2b35(0x274)]][_0x5f2b35(0x6c5)]('::');}async[_0x541376(0x343)](){const _0x2d79a2=_0x541376;for(;this['_queue']['length']>0x0||this[_0x2d79a2(0x3df)]||this[_0x2d79a2(0x715)];){var _0x1b318e;await((_0x1b318e=this['_activeDrain'])==null?Promise[_0x2d79a2(0x3fa)]():_0x1b318e),await Promise[_0x2d79a2(0x3fa)]();}}[_0x541376(0x3b0)](){const _0x317f96=_0x541376;this['_providers']['clear'](),this['_entriesByEmbedId']['clear'](),this['_entriesByKey']['clear'](),this['_queue'][_0x317f96(0x664)]=0x0,this[_0x317f96(0xea)]['complete']();}[_0x541376(0xb1)](){const _0x255579=_0x541376;this[_0x255579(0x3df)]||this[_0x255579(0x715)]||(this[_0x255579(0x715)]=this['_runQueue']()[_0x255579(0x550)](()=>{const _0x5d4e26=_0x255579;this[_0x5d4e26(0x715)]=null;}));}async[_0x541376(0xc7)](){const _0x4213b2=_0x541376;if(!this[_0x4213b2(0x3df)]){this['_rendering']=!0x0;try{for(;this['_queue'][_0x4213b2(0x664)]>0x0;)await this[_0x4213b2(0x567)](this[_0x4213b2(0x644)][_0x4213b2(0x55d)]());}finally{this[_0x4213b2(0x3df)]=!0x1;}}}async[_0x541376(0x567)](_0x6414a3){const _0x4091a5=_0x541376;let _0xc19170=this[_0x4091a5(0x798)](_0x6414a3),_0x5b7a25=this[_0x4091a5(0x45d)]['get'](_0xc19170);if(!_0x5b7a25||_0x5b7a25[_0x4091a5(0x1e8)]!=='pending')return;let _0x46f3c1=this[_0x4091a5(0x488)]['get'](_0x6414a3[_0x4091a5(0x31c)]),_0x9577a4=this['_findPreviousReadyEntry'](_0x5b7a25[_0x4091a5(0x333)],_0x5b7a25);if(!_0x46f3c1){let _0x1162be=_0x6414a3[_0x4091a5(0x122)]?_0x32d961(_0x6414a3[_0x4091a5(0x122)]):void 0x0;if(_0x1162be){_0x5b7a25[_0x4091a5(0x610)]=_0x1162be,_0x5b7a25[_0x4091a5(0x1e8)]='ready',_0x5b7a25[_0x4091a5(0x1e1)]=Date[_0x4091a5(0x290)](),this['_entriesByEmbedId'][_0x4091a5(0x2e2)](_0x5b7a25[_0x4091a5(0x333)],_0x5b7a25),this[_0x4091a5(0xea)][_0x4091a5(0x755)](_0x5b7a25);return;}this[_0x4091a5(0x173)](_0x5b7a25,_0x9577a4,Error(_0x4091a5(0x79f)+_0x6414a3['childType']));return;}try{let _0x5ed1c3=await _0x46f3c1[_0x4091a5(0x52d)]({..._0x6414a3,'width':_0x5b7a25[_0x4091a5(0x4d3)],'height':_0x5b7a25[_0x4091a5(0x43b)],'viewState':_0x5b7a25[_0x4091a5(0x78c)]});if(this[_0x4091a5(0x45d)][_0x4091a5(0x63f)](_0xc19170)!==_0x5b7a25||_0x5b7a25[_0x4091a5(0x1e8)]!=='pending')return;if(!_0x5ed1c3){this[_0x4091a5(0x173)](_0x5b7a25,_0x9577a4,Error(_0x4091a5(0x5a4)));return;}_0x5b7a25['image']=_0x5ed1c3,_0x5b7a25[_0x4091a5(0x1e8)]=_0x4091a5(0x6a0),_0x5b7a25[_0x4091a5(0x1e1)]=Date[_0x4091a5(0x290)](),this[_0x4091a5(0x65c)][_0x4091a5(0x2e2)](_0x5b7a25[_0x4091a5(0x333)],_0x5b7a25),this['previewUpdated$'][_0x4091a5(0x755)](_0x5b7a25);}catch(_0x421993){this[_0x4091a5(0x173)](_0x5b7a25,_0x9577a4,_0x421993);}}['_findPreviousReadyEntry'](_0x26466d,_0x4d6d8e){const _0x11aa17=_0x541376;let _0x582f27=this[_0x11aa17(0x65c)][_0x11aa17(0x63f)](_0x26466d);return _0x582f27&&_0x582f27!==_0x4d6d8e&&_0x582f27[_0x11aa17(0x610)]?_0x582f27:Array[_0x11aa17(0x3be)](this[_0x11aa17(0x45d)]['values']())['reverse']()['find'](_0x24da10=>_0x24da10[_0x11aa17(0x333)]===_0x26466d&&_0x24da10!==_0x4d6d8e&&_0x24da10[_0x11aa17(0x610)]);}['_setRenderFailure'](_0x3b9512,_0x3c6ada,_0x4ced42){const _0xcaf695=_0x541376;var _0x77f8cd;_0x3b9512[_0xcaf695(0x1e8)]=_0x3c6ada!=null&&_0x3c6ada[_0xcaf695(0x610)]?_0xcaf695(0x773):_0xcaf695(0x698),_0x3b9512[_0xcaf695(0x610)]=_0x3c6ada==null?void 0x0:_0x3c6ada[_0xcaf695(0x610)],_0x3b9512[_0xcaf695(0x78c)]=(_0x77f8cd=_0x3b9512[_0xcaf695(0x78c)])==null?_0x3c6ada==null?void 0x0:_0x3c6ada[_0xcaf695(0x78c)]:_0x77f8cd,_0x3b9512[_0xcaf695(0x698)]=_0x4ced42,_0x3b9512['updatedAt']=Date[_0xcaf695(0x290)](),this[_0xcaf695(0x65c)][_0xcaf695(0x2e2)](_0x3b9512['embedId'],_0x3b9512),this['previewUpdated$']['next'](_0x3b9512);}},_0x74a5b6=class{constructor(){const _0x901878=_0x541376;_0x531548(this,_0x901878(0x326),new Map()),_0x531548(this,'_geometryInvalidated$',new _0x4ec6cb[(_0x901878(0x568))]()),_0x531548(this,_0x901878(0x74d),this[_0x901878(0x799)][_0x901878(0x4c2)]());}[_0x541376(0x745)](_0x1c6dff){const _0x3e12de=_0x541376;return this[_0x3e12de(0x326)][_0x3e12de(0x2e2)](_0x1c6dff['embedId'],_0x1c6dff),this['invalidate']({'embedId':_0x1c6dff[_0x3e12de(0x333)],'reason':'manual'}),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x3ecb4c=_0x3e12de;this[_0x3ecb4c(0x326)]['get'](_0x1c6dff[_0x3ecb4c(0x333)])===_0x1c6dff&&(this[_0x3ecb4c(0x326)][_0x3ecb4c(0x6fe)](_0x1c6dff['embedId']),this['invalidate']({'embedId':_0x1c6dff[_0x3ecb4c(0x333)],'reason':'manual'}));});}[_0x541376(0x6e2)](_0xd1aff2){return this['_registrations']['get'](_0xd1aff2);}[_0x541376(0x1b0)](_0x30cd5c){const _0xdf939d=_0x541376;return Array['from'](this[_0xdf939d(0x326)]['values']())[_0xdf939d(0x48d)](_0x2fb4f9=>_0x2fb4f9['childUnitId']===_0x30cd5c);}['invalidate'](_0x766dd){const _0x5e3e15=_0x541376;this['_geometryInvalidated$'][_0x5e3e15(0x755)](_0x766dd);}};let _0x7d5b09=class{constructor(_0x1b3511,_0x110832,_0x4b64a6,_0x163831){const _0x3be5ca=_0x541376;this[_0x3be5ca(0x44c)]=_0x1b3511,this['_materializeService']=_0x110832,this[_0x3be5ca(0xb9)]=_0x4b64a6,this[_0x3be5ca(0x32a)]=_0x163831;}async['materializeDescriptor'](_0x215c23){const _0x58d8c9=_0x541376;return this[_0x58d8c9(0x121)][_0x58d8c9(0x127)](_0x215c23);}async[_0x541376(0x687)](_0x1246bb){const _0x5118ce=_0x541376;var _0x8f9b54;let _0x498ac8=_0x1246bb[_0x5118ce(0x720)],_0x4312b8=(_0x8f9b54=_0x1246bb[_0x5118ce(0x5c4)])==null?this[_0x5118ce(0xb9)]['restoreAnchor']({'embedId':_0x498ac8[_0x5118ce(0x333)],'hostUnitId':_0x498ac8[_0x5118ce(0x142)],'hostType':_0x498ac8[_0x5118ce(0x431)],'entry':_0x498ac8[_0x5118ce(0x138)],'hostAnchorId':_0x498ac8[_0x5118ce(0x683)],'hostContext':_0x1246bb[_0x5118ce(0x278)],'descriptor':_0x498ac8}):_0x8f9b54;return this['_modelService'][_0x5118ce(0x116)](_0x498ac8['hostUnitId'],_0x498ac8),this[_0x5118ce(0x32a)][_0x5118ce(0x449)](_0x4312b8),this[_0x5118ce(0x44c)]['getDescriptor'](_0x498ac8['hostUnitId'],_0x498ac8[_0x5118ce(0x333)]);}};_0x7d5b09=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0x56e)])),_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0x36f)])),_0x3e7510(0x2,(0x0,_0x1d2b2d['Inject'])(_0x3f9f59[_0x541376(0x4d0)])),_0x3e7510(0x3,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0x4c6)]))],_0x7d5b09);function _0x30c098(_0xc4304a){const _0x35cbf1=_0x541376;var _0x2a3185,_0x5e6354,_0x4c8a73,_0x476004,_0x4655a9;if(!_0xc4304a)return;let _0x128acb=(_0x2a3185=(_0x5e6354=_0xc4304a[_0x35cbf1(0x639)]('[data-embed-interaction-boundary-owner]'))==null?void 0x0:_0x5e6354[_0x35cbf1(0x161)](_0x35cbf1(0x582)))==null?void 0x0:_0x2a3185,_0x484bb7=_0x3af67a(_0xc4304a,_0x128acb),_0x38b74f=(_0x4c8a73=_0x484bb7==null?void 0x0:_0x484bb7[_0x35cbf1(0x161)](_0x35cbf1(0x69b)))==null?_0x128acb:_0x4c8a73;if(_0x38b74f)return{'embedId':_0x38b74f,'hostUnitId':(_0x476004=_0x484bb7==null?void 0x0:_0x484bb7[_0x35cbf1(0x161)](_0x35cbf1(0x3c6)))==null?void 0x0:_0x476004,'childUnitId':(_0x4655a9=_0x484bb7==null?void 0x0:_0x484bb7[_0x35cbf1(0x161)](_0x35cbf1(0x3c5)))==null?void 0x0:_0x4655a9,'childType':_0x1340ce(_0x484bb7)};}function _0x3af67a(_0x5ab6ac,_0xd5bc68){const _0x28d1fa=_0x541376;var _0x317eba,_0x138c55;let _0x11c97b=_0x5ab6ac==null?void 0x0:_0x5ab6ac[_0x28d1fa(0x639)](_0x28d1fa(0x779));if(_0x11c97b&&(!_0xd5bc68||_0x11c97b['getAttribute'](_0x28d1fa(0x69b))===_0xd5bc68))return _0x11c97b;let _0xb8a35b=(_0x317eba=_0x5ab6ac==null?void 0x0:_0x5ab6ac['ownerDocument'])==null?typeof document>'u'?void 0x0:document:_0x317eba;return!_0xb8a35b||!_0xd5bc68?_0x11c97b==null?void 0x0:_0x11c97b:(_0x138c55=_0xb8a35b[_0x28d1fa(0x2eb)](_0x28d1fa(0x423)+_0x2f4741(_0xd5bc68)+'\x22]'))==null?void 0x0:_0x138c55;}function _0x2f4741(_0x482a91){const _0x2417c4=_0x541376;return _0x482a91[_0x2417c4(0x4e6)](/\\/g,'\x5c\x5c')[_0x2417c4(0x4e6)](/"/g,'\x5c\x22');}function _0x1340ce(_0x1d7204){const _0x4450b4=_0x541376;let _0x1c2148=_0x1d7204==null?void 0x0:_0x1d7204[_0x4450b4(0x161)](_0x4450b4(0x4a1));if(!(_0x1c2148==null||_0x1c2148===''))return Number(_0x1c2148);}var _0xd7aa10=class{constructor(){const _0x12d68a=_0x541376;_0x531548(this,_0x12d68a(0x118),new WeakMap()),_0x531548(this,'_hostGestureEvents',new WeakSet());}[_0x541376(0x745)](_0x30f372){const _0x1f2639=_0x541376;let _0x2ead2a=this[_0x1f2639(0x118)][_0x1f2639(0x63f)](_0x30f372);if(!_0x2ead2a){let _0x58a48e=_0x30f372[_0x1f2639(0x53a)][_0x1f2639(0x51f)];if(!_0x58a48e)return(0x0,_0x1d2b2d[_0x1f2639(0x212)])(()=>{});let _0x2fd4ab=_0x39cc06=>this[_0x1f2639(0x55e)](_0x30f372,_0x39cc06);_0x58a48e[_0x1f2639(0x5b3)](_0x1f2639(0x491),_0x2fd4ab,{'capture':!0x0,'passive':!0x0}),_0x2ead2a={'activeUntil':0x0,'dispose':()=>_0x58a48e['removeEventListener'](_0x1f2639(0x491),_0x2fd4ab,{'capture':!0x0}),'refCount':0x0},this[_0x1f2639(0x118)][_0x1f2639(0x2e2)](_0x30f372,_0x2ead2a);}let _0x9728ae=_0x2ead2a;return _0x9728ae['refCount']+=0x1,(0x0,_0x1d2b2d[_0x1f2639(0x212)])(()=>{const _0x4dd0a5=_0x1f2639;--_0x9728ae[_0x4dd0a5(0x763)],!(_0x9728ae[_0x4dd0a5(0x763)]>0x0||this[_0x4dd0a5(0x118)]['get'](_0x30f372)!==_0x9728ae)&&(_0x9728ae[_0x4dd0a5(0x3b0)](),this[_0x4dd0a5(0x118)]['delete'](_0x30f372));});}['isHostGesture'](_0x5f0619){const _0x1fa7e0=_0x541376;return this[_0x1fa7e0(0x595)][_0x1fa7e0(0x297)](_0x5f0619);}[_0x541376(0x55e)](_0x1b460b,_0x471f7f){const _0x2a8512=_0x541376;var _0x377879;let _0x1d9508=_0x1b460b[_0x2a8512(0x53a)][_0x2a8512(0x51f)];if(!_0x1d9508)return;let _0x3bb618=_0x469aac(_0x471f7f,_0x1d9508);if(!_0x3bb618||!_0x1b460b[_0x2a8512(0x255)](_0x3bb618))return;let _0x31aa59=this[_0x2a8512(0x118)][_0x2a8512(0x63f)](_0x1b460b);if(!_0x31aa59)return;let _0x19be49=Date['now'](),_0x37f197=_0x3af67a(_0x3bb618);if(!_0x37f197||!_0x1b460b[_0x2a8512(0x255)](_0x37f197)){_0x31aa59[_0x2a8512(0x27b)]=_0x19be49+0x1f4;return;}if(((_0x377879=_0x30c098(_0x37f197))==null?void 0x0:_0x377879[_0x2a8512(0x31c)])===_0x1d2b2d[_0x2a8512(0x537)][_0x2a8512(0xdd)]){_0x31aa59[_0x2a8512(0x27b)]=_0x19be49+0x1f4,this[_0x2a8512(0x595)]['add'](_0x471f7f);return;}_0x19be49>=_0x31aa59[_0x2a8512(0x27b)]||(_0x31aa59[_0x2a8512(0x27b)]=_0x19be49+0x1f4,this[_0x2a8512(0x595)][_0x2a8512(0x60d)](_0x471f7f));}};function _0x469aac(_0x1f3139,_0x407862){const _0x3439ed=_0x541376;let _0x1335b6=_0x1f3139[_0x3439ed(0x28d)];return _0x1335b6 instanceof _0x407862[_0x3439ed(0x2f8)]?_0x1335b6:_0x1335b6 instanceof _0x407862[_0x3439ed(0x54b)]||_0x1335b6 instanceof _0x407862[_0x3439ed(0x340)]?_0x1335b6[_0x3439ed(0x130)]:null;}var _0xa1e1a5=class{constructor(){const _0x384702=_0x541376;_0x531548(this,_0x384702(0x488),new Map());}[_0x541376(0x745)](_0x3fa62d){const _0x3509ba=_0x541376;return this[_0x3509ba(0x488)]['set'](_0x3fa62d[_0x3509ba(0x31c)],_0x3fa62d),(0x0,_0x1d2b2d[_0x3509ba(0x212)])(()=>{const _0x7f6fbb=_0x3509ba;this[_0x7f6fbb(0x488)][_0x7f6fbb(0x63f)](_0x3fa62d['childType'])===_0x3fa62d&&this[_0x7f6fbb(0x488)][_0x7f6fbb(0x6fe)](_0x3fa62d[_0x7f6fbb(0x31c)]);});}[_0x541376(0x63f)](_0x28e8c5,_0x10c0a2){const _0x2a2d2a=_0x541376;var _0x26f17b;let _0x11b5e5=this[_0x2a2d2a(0x488)][_0x2a2d2a(0x63f)](_0x28e8c5);if(_0x11b5e5&&!(_0x10c0a2&&(_0x26f17b=_0x11b5e5[_0x2a2d2a(0x6e4)])!=null&&_0x26f17b[_0x2a2d2a(0x664)]&&!_0x11b5e5[_0x2a2d2a(0x6e4)][_0x2a2d2a(0x356)](_0x10c0a2)))return _0x11b5e5;}[_0x541376(0x24b)](){const _0x5c2e2d=_0x541376;return[...this[_0x5c2e2d(0x488)][_0x5c2e2d(0x2d2)]()];}},_0x46b5bb=class{constructor(){const _0x5de8cb=_0x541376;_0x531548(this,_0x5de8cb(0x4e8),[]);}[_0x541376(0x745)](_0x2ed663){const _0x48d4a4=_0x541376;return this[_0x48d4a4(0x4e8)][_0x48d4a4(0x400)](_0x2ed663),this[_0x48d4a4(0x56f)](),(0x0,_0x1d2b2d[_0x48d4a4(0x212)])(()=>{const _0x2f7d7a=_0x48d4a4;let _0x48f908=this[_0x2f7d7a(0x4e8)]['indexOf'](_0x2ed663);_0x48f908>=0x0&&this[_0x2f7d7a(0x4e8)]['splice'](_0x48f908,0x1);});}['handleWheel'](_0x3c2cbd){const _0x150160=_0x541376;for(let _0x369e16 of this['_handlers']){var _0x6adf20;if(_0x369e16['childType']===_0x3c2cbd[_0x150160(0x31c)]&&!(_0x3c2cbd[_0x150160(0x5b1)]&&(_0x6adf20=_0x369e16['supportedLayouts'])!=null&&_0x6adf20['length']&&!_0x369e16[_0x150160(0x6e4)][_0x150160(0x356)](_0x3c2cbd[_0x150160(0x5b1)]))&&_0x369e16[_0x150160(0x75d)](_0x3c2cbd)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x1b8d4c=_0x541376;return[...this[_0x1b8d4c(0x4e8)]];}[_0x541376(0x56f)](){const _0x493ff5=_0x541376;this['_handlers'][_0x493ff5(0x1d8)]((_0x4e77fc,_0xf89d74)=>{const _0x1978b5=_0x493ff5;var _0x5cfced,_0x37f9be;return((_0x5cfced=_0xf89d74[_0x1978b5(0x563)])==null?0x0:_0x5cfced)-((_0x37f9be=_0x4e77fc[_0x1978b5(0x563)])==null?0x0:_0x37f9be);});}};function _0x4626df(_0x5e56f6){const _0x2a96f8=_0x541376;let {hostUnitId:_0x111d86,embedId:_0x3b281d,className:_0x3a22fa}=_0x5e56f6,_0x2ddb7c=(0x0,_0x271c2b[_0x2a96f8(0x513)])(null),_0xa392aa=(0x0,_0x54d9f7[_0x2a96f8(0x2de)])(_0x3f9f59[_0x2a96f8(0x56e)]),_0x2a99fe=(0x0,_0x54d9f7[_0x2a96f8(0x2de)])(_0x499887),_0x22a549=(0x0,_0x54d9f7['useDependency'])(_0xe673a5),_0x2ed41c=(0x0,_0x271c2b['useCallback'])(_0x1e9c42=>{const _0x296a54=_0x2a96f8;_0x1e9c42[_0x296a54(0xf5)](),_0x1e9c42['stopPropagation'](),!(!_0x111d86||!_0x3b281d)&&_0x48ed65({'hostUnitId':_0x111d86,'embedId':_0x3b281d,'activationService':_0x2a99fe,'embedModelService':_0xa392aa,'fullscreenService':_0x22a549});},[_0x2a99fe,_0x3b281d,_0xa392aa,_0x22a549,_0x111d86]);return(0x0,_0x271c2b['useEffect'])(()=>{const _0x1cb04e=_0x2a96f8;let _0x279a15=_0x2ddb7c['current'];if(!_0x279a15)return;let _0x2634ec=_0x3ef194=>{const _0x30c00e=_0x1eb6;_0x3ef194[_0x30c00e(0x160)]();};return _0x279a15['addEventListener']('pointerdown',_0x2634ec),_0x279a15[_0x1cb04e(0x5b3)](_0x1cb04e(0x264),_0x2ed41c),()=>{const _0x4c226c=_0x1cb04e;_0x279a15[_0x4c226c(0x355)](_0x4c226c(0x1fd),_0x2634ec),_0x279a15[_0x4c226c(0x355)](_0x4c226c(0x264),_0x2ed41c);};},[_0x2ed41c]),(0x0,_0x2030b6['jsx'])(_0x2a96f8(0x533),{'ref':_0x2ddb7c,'type':_0x2a96f8(0x533),'className':(0x0,_0x2c34e2[_0x2a96f8(0x2a2)])('univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]',_0x3a22fa),'data-embed-float-fullscreen-button':'true','children':(0x0,_0x2030b6[_0x2a96f8(0x300)])(_0x19347a,{'className':_0x2a96f8(0x600)})});}function _0x48ed65(_0x5e5cc0){const _0x5bc24b=_0x541376;var _0x4b9ceb;let _0x724e45=_0x5e5cc0['embedModelService'][_0x5bc24b(0x35e)](_0x5e5cc0[_0x5bc24b(0x142)],_0x5e5cc0[_0x5bc24b(0x333)]);return!(_0x724e45!=null&&_0x724e45[_0x5bc24b(0x199)])||_0x724e45[_0x5bc24b(0x31c)]==null?!0x1:((_0x4b9ceb=_0x5e5cc0['activationService'])==null||_0x4b9ceb['clearFloating'](_0x5e5cc0['embedId'],_0x5e5cc0['hostUnitId']),_0x5e5cc0[_0x5bc24b(0x6de)][_0x5bc24b(0x207)](_0x724e45),!0x0);}let _0x2c706f=_0x541376(0x433),_0x8c2063=Symbol(_0x541376(0x743)),_0x191d29=Symbol(_0x541376(0x6be)),_0x21643e=new Map(),_0x356704=_0x541376(0x3d2),_0x19cf1b=_0x541376(0x26e),_0x37949e=[_0x356704,_0x19cf1b],_0x525232=_0x541376(0x73b);function _0x285e7e(_0xe5fe78){const _0x7846be=_0x541376;let {initialStage:_0x5b9402,interactionFlow:_0x2d2bfe=_0x7846be(0x637),isExternalHostInteraction:_0x28cfd3,onHostWheel:_0xb747c5,onRuntimeStageEnter:_0xdcc331,onRuntimeStageExit:_0x102b16,resolveHostWheelGestureRoot:_0x4b5105,syncHostVerticalScroll:_0x18d42d}=_0xe5fe78,_0xe04c4=(0x0,_0x271c2b['useRef'])(null),_0x44a487=(0x0,_0x271c2b[_0x7846be(0x513)])(null),_0xbd89a0=(0x0,_0x271c2b[_0x7846be(0x513)])(null),_0x31f9cc=(0x0,_0x271c2b['useRef'])(null),_0x4cb721=(0x0,_0x271c2b[_0x7846be(0x513)])(null),_0x4d2eeb=(0x0,_0x271c2b['useRef'])(null),_0x533cf5=(0x0,_0x271c2b[_0x7846be(0x513)])(null),_0x54a7cd=(0x0,_0x271c2b[_0x7846be(0x513)])(null),_0x1edbb4=(0x0,_0x271c2b[_0x7846be(0x513)])(null),_0x134d25=(0x0,_0x271c2b['useRef'])(null),_0x1eb697=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x3f9f59[_0x7846be(0x56e)]),_0x78926f=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x3324bc),_0x11ec84=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x499887),_0x40a584=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x263c89),_0x5de8aa=(0x0,_0x54d9f7['useDependency'])(_0x74a5b6),_0x49e8c0=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0xe673a5),_0x20e2da=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x5a9356),_0x5b068c=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x372c4a),_0x1c222f=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x7d5b09),_0x81824d=(0x0,_0x54d9f7['useDependency'])(_0x46b5bb),_0x5d480b=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0xa1e1a5),_0x14af47=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0x4af2a7),_0x25f511=(0x0,_0x54d9f7[_0x7846be(0x2de)])(_0xd7aa10),_0x1af410=_0x48d203(_0xe5fe78[_0x7846be(0x1c8)]),_0x25ff16=_0xe5fe78[_0x7846be(0x5e1)],_0x23981e=_0x25ff16!=null&&_0x25ff16[_0x7846be(0x277)]?_0x25ff16:void 0x0,[_0x4ff7fe,_0x275343]=(0x0,_0x271c2b[_0x7846be(0x749)])(0x0),_0x523005=(0x0,_0x54d9f7[_0x7846be(0x4a4)])(()=>_0x78926f[_0x7846be(0x31e)][_0x7846be(0x1f2)]((0x0,_0x4ec6cb[_0x7846be(0x29b)])(()=>_0x1af410!=null&&_0x1af410[_0x7846be(0x333)]?_0x78926f[_0x7846be(0x53c)](_0x1af410[_0x7846be(0x333)]):'inactive')),_0x5b9402==null?_0x1af410!=null&&_0x1af410[_0x7846be(0x333)]?_0x78926f[_0x7846be(0x53c)](_0x1af410[_0x7846be(0x333)]):_0x7846be(0x792):_0x5b9402,!0x1,[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x78926f]),_0x655e39=(0x0,_0x271c2b[_0x7846be(0x513)])(_0x523005),_0x1bbe1d=(0x0,_0x271c2b[_0x7846be(0x513)])(!0x1),_0x2730b5=(0x0,_0x271c2b[_0x7846be(0x513)])(void 0x0),_0x3549a1=(0x0,_0x271c2b[_0x7846be(0x513)])(void 0x0),_0x380944=(0x0,_0x271c2b[_0x7846be(0x513)])(void 0x0),_0x571564=(0x0,_0x271c2b[_0x7846be(0x513)])(void 0x0),_0x492791=(0x0,_0x271c2b[_0x7846be(0x513)])(void 0x0),_0x5c659b=(0x0,_0x271c2b['useRef'])(void 0x0),_0x107910=(0x0,_0x271c2b[_0x7846be(0x513)])(0x0),_0x42cdd2=(0x0,_0x271c2b['useRef'])(0x0),_0x1abc78=(0x0,_0x271c2b['useRef'])(0x0),_0x5e98e5=(0x0,_0x271c2b[_0x7846be(0x513)])([]),_0x5d7161=(0x0,_0x271c2b[_0x7846be(0x513)])(_0x523005);_0x5d7161[_0x7846be(0x441)]=_0x523005;let _0x17f40a=(0x0,_0x271c2b[_0x7846be(0x106)])(()=>{const _0x494927=_0x7846be;var _0x1321ef;(_0x1321ef=_0x380944['current'])==null||_0x1321ef[_0x494927(0x3b0)](),_0x380944[_0x494927(0x441)]=void 0x0;},[]),_0x190c91=(0x0,_0x271c2b[_0x7846be(0x106)])(()=>{const _0x465f76=_0x7846be;var _0x429db9,_0x41cbe6,_0x170562,_0x4c46bc,_0x53d3e5,_0x4825da,_0x56fb59,_0xec960d;if(!(_0x1af410!=null&&_0x1af410['embedId'])||_0x380944[_0x465f76(0x441)])return;let _0x3fefa2=_0x1af410['hostUnitId']?_0x1eb697[_0x465f76(0x35e)](_0x1af410[_0x465f76(0x142)],_0x1af410[_0x465f76(0x333)]):void 0x0,_0x272f9b=_0xb7fecd(_0x3fefa2),_0x5b3ca7=(_0x429db9=(_0x41cbe6=(_0x170562=_0x1af410[_0x465f76(0x199)])==null?_0x3fefa2==null?void 0x0:_0x3fefa2[_0x465f76(0x199)]:_0x170562)==null?(_0x4c46bc=_0x3549a1['current'])==null?void 0x0:_0x4c46bc['childUnitId']:_0x41cbe6)==null?_0x272f9b==null?void 0x0:_0x272f9b['childUnitId']:_0x429db9,_0x243b6a=(_0x53d3e5=(_0x4825da=(_0x56fb59=_0x1af410['childType'])==null?_0x3fefa2==null?void 0x0:_0x3fefa2[_0x465f76(0x31c)]:_0x56fb59)==null?(_0xec960d=_0x3549a1[_0x465f76(0x441)])==null?void 0x0:_0xec960d[_0x465f76(0x31c)]:_0x4825da)==null?_0x272f9b==null?void 0x0:_0x272f9b['childType']:_0x53d3e5;_0x380944['current']=_0x14af47[_0x465f76(0x6e0)]({'embedId':_0x1af410[_0x465f76(0x333)],'role':_0x465f76(0x34a),'owner':_0x2d2bfe===_0x465f76(0x314)?_0x19cf1b:_0x356704,'sessionMode':'child-keyboard','hostUnitId':_0x1af410['hostUnitId'],'childUnitId':_0x5b3ca7,'childType':_0x243b6a});},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x31c)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x199)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x1eb697,_0x14af47,_0x2d2bfe]),_0x15236d=(0x0,_0x271c2b['useCallback'])(()=>{const _0x309564=_0x7846be;if(!(_0x1af410!=null&&_0x1af410[_0x309564(0x333)]))return;let _0x1dd172=_0x1af410[_0x309564(0x333)];window[_0x309564(0x722)](()=>{const _0x99af37=_0x309564;_0x78926f[_0x99af37(0x53c)](_0x1dd172)!==_0x99af37(0x7ac)&&_0x17f40a();});},[_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x78926f,_0x17f40a]),_0x31f054=_0x19102d(_0x1af410!=null&&_0x1af410[_0x7846be(0x142)]?_0x1eb697[_0x7846be(0x35e)](_0x1af410[_0x7846be(0x142)],_0x1af410['embedId']):void 0x0,_0x523005);(0x0,_0x271c2b['useEffect'])(()=>{const _0x4905e8=_0x7846be;if(!(!(_0x1af410!=null&&_0x1af410[_0x4905e8(0x333)])||_0x523005!==_0x4905e8(0x7ac)))return _0x190c91(),_0x17f40a;},[_0x190c91,_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x17f40a,_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x25413c=_0x7846be;let _0x51c5c0=_0x655e39[_0x25413c(0x441)];_0x655e39[_0x25413c(0x441)]=_0x523005;let _0x2e7875=_0x51c5c0!==_0x523005||!_0x1bbe1d[_0x25413c(0x441)]&&_0x523005!=='inactive';_0x1bbe1d[_0x25413c(0x441)]=!0x0,_0x2e7875&&(_0xdcc331==null||_0xdcc331(_0x523005),_0x5de8aa[_0x25413c(0x5c5)]({'embedId':_0x1af410==null?void 0x0:_0x1af410['embedId'],'reason':'stage-change'})),_0x51c5c0===_0x25413c(0x7ac)&&_0x523005!==_0x25413c(0x7ac)&&(_0x3c5e7e(_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x3af3eb(_0x31f9cc['current'],_0x4cb721[_0x25413c(0x441)],_0x4d2eeb[_0x25413c(0x441)],_0x1edbb4['current'],_0x134d25[_0x25413c(0x441)])),_0x11ec84['clearFloating'](_0x1af410==null?void 0x0:_0x1af410[_0x25413c(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x25413c(0x142)]),_0x102b16==null||_0x102b16());},[_0x11ec84,_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x5de8aa,_0xdcc331,_0x102b16,_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x301d95=_0x7846be;if(_0x5b9402!==_0x301d95(0x7ac)||!(_0x1af410!=null&&_0x1af410[_0x301d95(0x333)])||!_0x1af410[_0x301d95(0x142)])return;let _0x5b9ed2=_0x1eb697['getDescriptor'](_0x1af410['hostUnitId'],_0x1af410[_0x301d95(0x333)]);_0x5b9ed2!=null&&_0x5b9ed2[_0x301d95(0x199)]&&_0x78926f[_0x301d95(0x68f)]({'hostUnitId':_0x1af410[_0x301d95(0x142)],'embedId':_0x1af410[_0x301d95(0x333)],'childUnitId':_0x5b9ed2[_0x301d95(0x199)]},_0x301d95(0x7ac));},[_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x1af410==null?void 0x0:_0x1af410['hostUnitId'],_0x1eb697,_0x78926f,_0x5b9402]),(0x0,_0x271c2b['useEffect'])(()=>{const _0x4eced5=_0x7846be;let _0x4d385c=_0x31f9cc[_0x4eced5(0x441)],_0x4f3256=_0x4cb721['current'],_0x4c207c=_0x4d2eeb[_0x4eced5(0x441)],_0x1ad324=_0x1edbb4[_0x4eced5(0x441)],_0x380f50=_0x134d25['current'];if(!_0x4d385c||!_0x4f3256||!_0x4c207c||!_0x1ad324||!_0x380f50)return;let _0x35f6e2=_0x1af410!=null&&_0x1af410[_0x4eced5(0x142)]?_0x1eb697['getDescriptor'](_0x1af410[_0x4eced5(0x142)],_0x1af410['embedId']):void 0x0,_0x30d69d=_0x35f6e2?_0x327b3b(_0x35f6e2):void 0x0;if(!_0x35f6e2||!_0x30d69d||_0x31f054===_0x4eced5(0x190))return;let _0xcd1496=!0x1,_0x436429;return _0x1c222f['materializeDescriptor']({'descriptor':_0x35f6e2})['then'](_0x2af01f=>{const _0x2ebf23=_0x4eced5;var _0x1f5ee7;if(_0xcd1496)return;let _0x2ac221=_0x5b068c['mountIntoHostElement'](_0x2af01f,_0x4d385c,{'content':_0x4f3256,'canvas':_0x4c207c,'overlay':_0x1ad324,'popup':_0x380f50});_0x436429=_0x2af01f['embedId'];let _0x5c3d62=_0x2ac221==null?void 0x0:_0x2ac221['context'];_0x3549a1[_0x2ebf23(0x441)]=_0x5c3d62;let _0x4fa71a=_0x1af410!=null&&_0x1af410[_0x2ebf23(0x333)]?(_0x1f5ee7=_0x40a584['getPreview'](_0x1af410[_0x2ebf23(0x333)]))==null?void 0x0:_0x1f5ee7['viewState']:void 0x0;_0x5c3d62&&_0x4fa71a!=null&&_0x40a584[_0x2ebf23(0x62c)](_0x5c3d62,_0x4fa71a);})[_0x4eced5(0x263)](_0x5f305d=>{throw _0x5f305d;}),()=>{const _0x456df3=_0x4eced5;var _0x1876e8;_0xcd1496=!0x0,_0x436429&&((_0x1876e8=_0x3549a1['current'])==null?void 0x0:_0x1876e8[_0x456df3(0x333)])===_0x436429&&(_0x3549a1[_0x456df3(0x441)]=void 0x0),_0x5b068c[_0x456df3(0x1d5)](_0x35f6e2[_0x456df3(0x333)]);};},[_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x1eb697,_0x5b068c,_0x4ff7fe,_0x40a584,_0x1c222f,_0x31f054]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0xbbf56=_0x7846be;if(!(_0x1af410!=null&&_0x1af410[_0xbbf56(0x333)]))return;let _0x5c5eea=_0x1af410[_0xbbf56(0x333)],_0x46d85a=[];[{'element':_0x31f9cc[_0xbbf56(0x441)],'role':_0xbbf56(0xcd)},{'element':_0x4cb721[_0xbbf56(0x441)],'role':_0xbbf56(0xcd)},{'element':_0x4d2eeb[_0xbbf56(0x441)],'role':'runtime'}][_0xbbf56(0x187)](_0x1ed3a8=>{const _0x37513e=_0xbbf56;let _0x13edaa=_0x1ed3a8[_0x37513e(0x152)];_0x13edaa&&_0x46d85a[_0x37513e(0x400)]({'element':_0x13edaa,'role':_0x1ed3a8[_0x37513e(0x305)]});}),_0x523005===_0xbbf56(0x7ac)&&[{'element':_0x533cf5[_0xbbf56(0x441)],'role':_0xbbf56(0x506)},{'element':_0x1edbb4[_0xbbf56(0x441)],'role':'floating-menu'},{'element':_0x134d25['current'],'role':_0xbbf56(0x24e)}][_0xbbf56(0x187)](_0x3716b8=>{const _0xa56451=_0xbbf56;_0x3716b8[_0xa56451(0x152)]&&_0x46d85a[_0xa56451(0x400)](_0x3716b8);});let _0x1028a0=_0x46d85a[_0xbbf56(0x5e4)](({element:_0x370b0c,role:_0x538af2})=>[_0x20e2da[_0xbbf56(0x5ff)](_0x5c5eea,_0x370b0c),_0x14af47[_0xbbf56(0x13b)]({'embedId':_0x5c5eea,'role':_0x538af2,'element':_0x370b0c})]);return()=>_0x1028a0[_0xbbf56(0x187)](_0x12895f=>_0x12895f[_0xbbf56(0x3b0)]());},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x14af47,_0x20e2da,_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x2b89dd=_0x7846be;var _0x4f4eb8,_0x1ed9f5,_0xc08611,_0x13d589;if(!(_0x1af410!=null&&_0x1af410['embedId'])||_0x523005!==_0x2b89dd(0x7ac))return;let _0x489194=(_0x4f4eb8=(_0x1ed9f5=(_0xc08611=_0xe04c4[_0x2b89dd(0x441)])==null?void 0x0:_0xc08611[_0x2b89dd(0x53a)])==null?(_0x13d589=_0x31f9cc[_0x2b89dd(0x441)])==null?void 0x0:_0x13d589[_0x2b89dd(0x53a)]:_0x1ed9f5)==null?typeof document>'u'?void 0x0:document:_0x4f4eb8,_0x1b0d6d=_0x20e2da[_0x2b89dd(0x486)](_0x1af410[_0x2b89dd(0x333)],_0x489194);return()=>{const _0x475b7f=_0x2b89dd;_0x5d7161[_0x475b7f(0x441)]!==_0x475b7f(0x7ac)&&_0x20e2da[_0x475b7f(0x1b9)](_0x1af410[_0x475b7f(0x333)],_0x489194),_0x1b0d6d[_0x475b7f(0x3b0)]();};},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x20e2da,_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x12659b=_0x7846be;var _0x3fbab6,_0x2a8837,_0x2a47a0,_0x2d8485;if(!(_0x1af410!=null&&_0x1af410['embedId'])||_0x523005!==_0x12659b(0x7ac))return;let _0x3ef8cc=(_0x3fbab6=(_0x2a8837=(_0x2a47a0=_0xe04c4['current'])==null?void 0x0:_0x2a47a0[_0x12659b(0x53a)])==null?(_0x2d8485=_0x31f9cc['current'])==null?void 0x0:_0x2d8485[_0x12659b(0x53a)]:_0x2a8837)==null?typeof document>'u'?void 0x0:document:_0x3fbab6,_0x958327=_0x3ef8cc==null?void 0x0:_0x3ef8cc[_0x12659b(0x2eb)](_0x12659b(0x655));if(!_0x958327)return;let _0x4a536d=[_0x20e2da[_0x12659b(0x5ff)](_0x1af410[_0x12659b(0x333)],_0x958327),_0x14af47['registerElement']({'embedId':_0x1af410[_0x12659b(0x333)],'role':_0x12659b(0x506),'element':_0x958327})];return()=>_0x4a536d[_0x12659b(0x187)](_0x1ec8fe=>_0x1ec8fe[_0x12659b(0x3b0)]());},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x14af47,_0x20e2da,_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x32ad8d=_0x7846be;let _0x449412=_0xe04c4['current'],_0x5c48ea=_0x449412==null?void 0x0:_0x449412[_0x32ad8d(0x2eb)]('[data-u-comp=\x22embed-float-dom-content\x22]');if(!(_0x1af410!=null&&_0x1af410[_0x32ad8d(0x333)])||!_0x449412)return;let _0x27ce2f=_0x1af410['hostUnitId']?_0x1eb697[_0x32ad8d(0x35e)](_0x1af410[_0x32ad8d(0x142)],_0x1af410['embedId']):void 0x0,_0x4d4d51=_0x5de8aa[_0x32ad8d(0x745)]({'embedId':_0x1af410['embedId'],'childUnitId':_0x27ce2f==null?void 0x0:_0x27ce2f[_0x32ad8d(0x199)],'root':_0x449412,'viewport':_0x5c48ea,'contentRoot':_0x4cb721[_0x32ad8d(0x441)]});return()=>_0x4d4d51['dispose']();},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x1eb697,_0x5de8aa]),(0x0,_0x271c2b['useEffect'])(()=>{const _0x318f8d=_0x7846be;if(!(_0x1af410!=null&&_0x1af410[_0x318f8d(0x333)]))return;let _0x220724=_0x49e8c0[_0x318f8d(0x541)]['subscribe'](_0x1d1702=>{const _0x4d7d58=_0x318f8d;_0x1d1702['embedId']===_0x1af410[_0x4d7d58(0x333)]&&(_0x11ec84[_0x4d7d58(0x446)](_0x1af410[_0x4d7d58(0x333)],_0x1af410[_0x4d7d58(0x142)]),_0x5b068c[_0x4d7d58(0x1d5)](_0x1af410[_0x4d7d58(0x333)]),_0x492791['current']!=null&&(window[_0x4d7d58(0x1ca)](_0x492791['current']),_0x492791[_0x4d7d58(0x441)]=void 0x0),_0x5c659b[_0x4d7d58(0x441)]!=null&&globalThis['clearTimeout'](_0x5c659b[_0x4d7d58(0x441)]),_0x5c659b[_0x4d7d58(0x441)]=globalThis[_0x4d7d58(0x38b)](()=>{const _0x12f930=_0x4d7d58;_0x5c659b['current']=void 0x0,_0x492791[_0x12f930(0x441)]=window[_0x12f930(0x722)](()=>{const _0x236f64=_0x12f930;_0x492791[_0x236f64(0x441)]=void 0x0,_0x275343(_0x5d1bca=>_0x5d1bca+0x1);});},0x0));});return()=>{const _0x44f8bb=_0x318f8d;_0x220724[_0x44f8bb(0x7b5)](),_0x5c659b['current']!=null&&(globalThis['clearTimeout'](_0x5c659b[_0x44f8bb(0x441)]),_0x5c659b[_0x44f8bb(0x441)]=void 0x0),_0x492791[_0x44f8bb(0x441)]!=null&&(window[_0x44f8bb(0x1ca)](_0x492791[_0x44f8bb(0x441)]),_0x492791[_0x44f8bb(0x441)]=void 0x0);};},[_0x11ec84,_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x49e8c0,_0x5b068c]),(0x0,_0x271c2b['useEffect'])(()=>{const _0x429905=_0x7846be;var _0xd23883;let _0x229b03=_0xe04c4[_0x429905(0x441)],_0x2ff227=_0x533cf5[_0x429905(0x441)];if(!_0x229b03||!_0x2ff227||typeof document>'u')return;if(_0xe5fe78[_0x429905(0x58d)]===!0x0&&_0x523005===_0x429905(0x792))return _0x2ff227[_0x429905(0x44e)][_0x429905(0x5be)]=_0x429905(0x3c3),_0x2ff227[_0x429905(0x44e)]['pointerEvents']='none',()=>{const _0x20058b=_0x429905;_0x2ff227[_0x20058b(0x44e)][_0x20058b(0xe9)]('visibility'),_0x2ff227[_0x20058b(0x44e)][_0x20058b(0xe9)](_0x20058b(0x159));};let _0x34ec3e=_0x2ff227['parentElement'],_0x43db69=_0x2ff227[_0x429905(0x134)],_0x10198e,_0x5ec27f,_0x3d6030=0x0,_0x4f51d9,_0x3e4674,_0x3a6802,_0x56ec6f,_0x13161d,_0x430619,_0x390bf9,_0x5eb3da,_0x442e4c=()=>{const _0x52a0c0=_0x429905;let _0x5ee08d=_0x2a7f51(_0x229b03),_0x2677da=_0x55e799(_0x229b03),_0x5f8fe8=_0x229b03[_0x52a0c0(0x3d7)](),_0x4a153c=!_0x3a1f66(_0x229b03)&&_0x5eb3da!=null&&_0x4f51d9===_0x2677da[_0x52a0c0(0x407)]&&_0x3a6802===_0x2677da[_0x52a0c0(0x4d3)]&&_0x56ec6f===_0x2677da['height'];!_0x3a1f66(_0x229b03)&&_0x5eb3da!=null&&!_0x4a153c&&(_0x5eb3da=void 0x0);let _0x35cbdc=_0x4a153c?new DOMRect(_0x2677da['left'],_0x5eb3da,_0x2677da[_0x52a0c0(0x4d3)],_0x2677da[_0x52a0c0(0x43b)]):_0x2677da,_0x49eb28=!_0x5ee08d||_0x35cbdc[_0x52a0c0(0x43b)]>=_0xf91552,_0x50d260=_0x35cbdc['height']>=_0x2e60dc,_0x316595=_0x50d260&&_0x5f8fe8[_0x52a0c0(0x1d9)]>=_0x35cbdc[_0x52a0c0(0x1d9)];_0x404e84(_0x229b03,_0x2ff227,_0x49eb28,_0x523005),_0x95462(_0x229b03,_0x2ff227,_0x50d260,_0x316595,_0x523005),_0x5ee08d?_0x312f6c(_0x2ff227,_0x35cbdc,_0x5f8fe8):_0x13c4a2(_0x2ff227),_0x2ff227[_0x52a0c0(0x44e)]['visibility']=_0x49eb28?'':_0x52a0c0(0x3c3),_0x2ff227[_0x52a0c0(0x44e)][_0x52a0c0(0x557)]=_0x49eb28&&_0x523005!==_0x52a0c0(0x792)?'':'none',!(_0x35cbdc[_0x52a0c0(0x407)]===_0x4f51d9&&_0x35cbdc['top']===_0x3e4674&&_0x35cbdc[_0x52a0c0(0x4d3)]===_0x3a6802&&_0x35cbdc[_0x52a0c0(0x43b)]===_0x56ec6f&&_0x49eb28===_0x13161d&&_0x50d260===_0x430619&&_0x316595===_0x390bf9)&&(_0x4f51d9=_0x35cbdc[_0x52a0c0(0x407)],_0x3e4674=_0x35cbdc[_0x52a0c0(0x1d9)],_0x3a6802=_0x35cbdc[_0x52a0c0(0x4d3)],_0x56ec6f=_0x35cbdc['height'],_0x13161d=_0x49eb28,_0x430619=_0x50d260,_0x390bf9=_0x316595,_0x21643e[_0x52a0c0(0x2e2)](_0x229b03,{'left':_0x35cbdc[_0x52a0c0(0x407)],'top':_0x35cbdc[_0x52a0c0(0x1d9)],'width':_0x35cbdc[_0x52a0c0(0x4d3)],'height':_0x35cbdc[_0x52a0c0(0x43b)]}),_0x2ff227['style'][_0x52a0c0(0x407)]=_0x35cbdc[_0x52a0c0(0x407)]+'px',_0x2ff227['style']['top']=_0x35cbdc[_0x52a0c0(0x1d9)]+'px',_0x2ff227['style'][_0x52a0c0(0x4d3)]=_0x35cbdc[_0x52a0c0(0x4d3)]+'px',_0x2ff227[_0x52a0c0(0x44e)][_0x52a0c0(0x43b)]=_0x35cbdc[_0x52a0c0(0x43b)]+'px');},_0x2e69c0=()=>{_0x442e4c(),_0x10198e=window['requestAnimationFrame'](_0x2e69c0);},_0x25f56b=()=>{const _0x24f58d=_0x429905;_0x5ec27f=void 0x0,_0x442e4c(),!(_0x3d6030<=0x0)&&(--_0x3d6030,_0x5ec27f=window[_0x24f58d(0x722)](_0x25f56b));},_0x4a0188=_0xf51793=>{const _0x53ac22=_0x429905;!_0x3a1f66(_0x229b03)&&_0x52fe28(_0xf51793)&&_0x3e4674!=null&&(_0x5eb3da=_0x3e4674),_0x569b71(_0x229b03,_0xf51793,{'left':_0x4f51d9,'top':_0x3e4674,'width':_0x3a6802,'height':_0x56ec6f})&&(_0x5de8aa['invalidate']({'embedId':_0x1af410==null?void 0x0:_0x1af410[_0x53ac22(0x333)],'reason':_0x53ac22(0x491)}),_0x3d6030=Math[_0x53ac22(0x51a)](_0x3d6030,0x3),_0x5ec27f==null&&(_0x5ec27f=window['requestAnimationFrame'](_0x25f56b)));},_0x12294d=()=>{const _0xe00a32=_0x429905;_0x5eb3da=void 0x0,_0x5de8aa['invalidate']({'embedId':_0x1af410==null?void 0x0:_0x1af410[_0xe00a32(0x333)],'reason':_0xe00a32(0x782)}),_0x3d6030=Math['max'](_0x3d6030,0x2),_0x5ec27f==null&&(_0x5ec27f=window[_0xe00a32(0x722)](_0x25f56b));};_0x442e4c(),document[_0x429905(0x5c1)]['appendChild'](_0x2ff227);let _0x4fa745=()=>{_0x5eb3da=void 0x0;},_0x15dc36=new ResizeObserver(_0x442e4c);_0x15dc36[_0x429905(0xd8)](_0x229b03);let _0x2038da=(_0xd23883=_0xe5fe78[_0x429905(0x669)])==null?void 0x0:_0xd23883[_0x429905(0x270)](_0x12294d);return window[_0x429905(0x5b3)](_0x429905(0x1fd),_0x4fa745,!0x0),window['addEventListener'](_0x429905(0x425),_0x4a0188,!0x0),window['addEventListener'](_0x429905(0x491),_0x4a0188,!0x0),window[_0x429905(0x5b3)](_0x429905(0x44f),_0x4a0188),(_0x523005!=='inactive'||_0x3a1f66(_0x229b03))&&(_0x10198e=window[_0x429905(0x722)](_0x2e69c0)),()=>{const _0x481400=_0x429905;_0x10198e!=null&&window[_0x481400(0x1ca)](_0x10198e),_0x5ec27f!=null&&window[_0x481400(0x1ca)](_0x5ec27f),_0x2038da==null||_0x2038da[_0x481400(0x7b5)](),_0x15dc36[_0x481400(0x1b6)](),window['removeEventListener'](_0x481400(0x1fd),_0x4fa745,!0x0),window[_0x481400(0x355)](_0x481400(0x425),_0x4a0188,!0x0),window[_0x481400(0x355)](_0x481400(0x491),_0x4a0188,!0x0),window[_0x481400(0x355)]('resize',_0x4a0188),_0x21643e['delete'](_0x229b03),_0x2ff227['removeAttribute'](_0x481400(0x44e)),_0x404e84(_0x229b03,_0x2ff227,!0x0,'stage2'),_0x95462(_0x229b03,_0x2ff227,!0x0,!0x0,_0x481400(0x7ac)),_0x34ec3e!=null&&_0x34ec3e[_0x481400(0x706)]?_0x34ec3e[_0x481400(0x285)](_0x2ff227,_0x43db69):_0x2ff227['remove']();};},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x5de8aa,_0xe5fe78['deferInactiveFloatingChrome'],_0xe5fe78[_0x7846be(0x669)],_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0xf7e769=_0x7846be;if(!(_0x1af410!=null&&_0x1af410[_0xf7e769(0x333)])||typeof document>'u')return;let _0x28d407=_0x564fbf=>{const _0x3abcd6=_0xf7e769;var _0x15f991;let _0x52b48c=_0xe04c4[_0x3abcd6(0x441)],_0x3e7f02=_0x533cf5[_0x3abcd6(0x441)],_0x3ead82=_0x564fbf[_0x3abcd6(0x28d)],_0x2ae604=(_0x15f991=_0x28cfd3==null?void 0x0:_0x28cfd3(_0x564fbf))==null?!0x1:_0x15f991;if(_0x78926f[_0x3abcd6(0x53c)](_0x1af410[_0x3abcd6(0x333)])===_0x3abcd6(0x792))return;_0x2ae604&&(_0x42cdd2['current']=Date[_0x3abcd6(0x290)]()+0x28a);let _0x407b41=_0x14af47['containsElement'](_0x1af410[_0x3abcd6(0x333)],_0x3ead82,_0x564fbf)||_0x20e2da[_0x3abcd6(0x255)](_0x1af410['embedId'],_0x3ead82,_0x564fbf);_0x407b41&&(_0x1abc78['current']=Date[_0x3abcd6(0x290)]()+0x28a),!(!_0x52b48c||!_0x3ead82||_0x52b48c[_0x3abcd6(0x255)](_0x3ead82)||_0x3e7f02!=null&&_0x3e7f02[_0x3abcd6(0x255)](_0x3ead82)||_0x3ead82[_0x3abcd6(0x639)](_0x525232)||_0x407b41||_0x2ae604||_0xca60cf(_0x52b48c,_0x564fbf))&&_0x11ec84[_0x3abcd6(0x446)](_0x1af410[_0x3abcd6(0x333)],_0x1af410[_0x3abcd6(0x142)]);},_0x379eaa=_0x16b394=>{const _0x51852c=_0xf7e769;var _0x240e16;let _0x2e9ff5=_0xe04c4[_0x51852c(0x441)],_0x2b535e=_0x533cf5[_0x51852c(0x441)],_0x4faadd=_0x16b394[_0x51852c(0x28d)],_0x2d911b=(_0x240e16=_0x2e9ff5==null?void 0x0:_0x2e9ff5[_0x51852c(0x53a)])==null?_0x4faadd==null?void 0x0:_0x4faadd['ownerDocument']:_0x240e16,_0x3105cc=_0x14af47[_0x51852c(0x7a6)](_0x1af410[_0x51852c(0x333)],{'ignoreOwners':_0x37949e}),_0x31bdb3=_0x3c6cc9({'now':Date['now'](),'ownedPointerInteractionUntil':_0x1abc78['current']});_0x78926f[_0x51852c(0x53c)](_0x1af410[_0x51852c(0x333)])!==_0x51852c(0x792)&&(!_0x2e9ff5||!_0x4faadd||_0x3105cc||_0x31bdb3||Date[_0x51852c(0x290)]()<_0x42cdd2[_0x51852c(0x441)]||_0x20e2da['hasRecentInteractionFor'](_0x1af410[_0x51852c(0x333)],_0x2d911b)||!_0x4581e9(_0x4faadd)||_0x2e9ff5[_0x51852c(0x255)](_0x4faadd)||_0x2b535e!=null&&_0x2b535e[_0x51852c(0x255)](_0x4faadd)||_0x4faadd[_0x51852c(0x639)](_0x525232)||_0x14af47[_0x51852c(0xce)](_0x1af410[_0x51852c(0x333)],_0x4faadd,_0x16b394)||_0x20e2da['contains'](_0x1af410[_0x51852c(0x333)],_0x4faadd,_0x16b394)||_0x11ec84['clearFloating'](_0x1af410[_0x51852c(0x333)],_0x1af410['hostUnitId']));};return document['addEventListener'](_0xf7e769(0x1fd),_0x28d407,!0x0),document[_0xf7e769(0x5b3)](_0xf7e769(0x5b8),_0x379eaa,!0x0),()=>{const _0x673069=_0xf7e769;document[_0x673069(0x355)](_0x673069(0x1fd),_0x28d407,!0x0),document['removeEventListener'](_0x673069(0x5b8),_0x379eaa,!0x0);};},[_0x11ec84,_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x14af47,_0x20e2da,_0x28cfd3]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x5e13cd=_0x7846be;var _0x336d5c;_0x523005!==_0x5e13cd(0x7ac)&&((_0x336d5c=_0x571564[_0x5e13cd(0x441)])==null||_0x336d5c[_0x5e13cd(0x3b0)](),_0x571564[_0x5e13cd(0x441)]=void 0x0,_0x3c5e7e(_0x1af410==null?void 0x0:_0x1af410[_0x5e13cd(0x333)],_0x3af3eb(_0x31f9cc[_0x5e13cd(0x441)],_0x4cb721['current'],_0x4d2eeb[_0x5e13cd(0x441)],_0x1edbb4[_0x5e13cd(0x441)],_0x134d25[_0x5e13cd(0x441)])));},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x24c8aa=_0x7846be;let _0x1c692e=_0xbd89a0[_0x24c8aa(0x441)];if(!_0x1c692e||!(_0x1af410!=null&&_0x1af410[_0x24c8aa(0x333)])||!_0x1af410[_0x24c8aa(0x142)])return;let _0x45be3b=()=>{const _0x510d49=_0x24c8aa;_0x2730b5[_0x510d49(0x441)]=void 0x0;},_0x2f9404=_0x11c653=>{const _0x5a7223=_0x24c8aa;var _0xdaec85;let _0x2c6061=_0x1eb697[_0x5a7223(0x35e)](_0x1af410[_0x5a7223(0x142)],_0x1af410[_0x5a7223(0x333)]);if(!(_0x2c6061!=null&&_0x2c6061[_0x5a7223(0x199)]))return;let _0x5d8594=_0x11c653[_0x5a7223(0x28d)];_0x5d8594!=null&&_0x5d8594[_0x5a7223(0x639)](_0x525232)||_0x78926f[_0x5a7223(0x53c)](_0x1af410[_0x5a7223(0x333)])!==_0x5a7223(0x7ac)&&(_0x2730b5['current']={'pointerId':_0x11c653[_0x5a7223(0x183)],'startX':_0x11c653[_0x5a7223(0x47a)],'startY':_0x11c653[_0x5a7223(0x19e)],'button':(_0xdaec85=_0x11c653[_0x5a7223(0x533)])==null?0x0:_0xdaec85,'startedAt':Date[_0x5a7223(0x290)](),'moved':!0x1,'dragStarted':!0x1});},_0x27e1e0=_0x2c7f61=>{const _0x3db5d4=_0x24c8aa;let _0xbdbad4=_0x2730b5['current'];if(!(!_0xbdbad4||_0xbdbad4['pointerId']!==_0x2c7f61['pointerId'])&&Math[_0x3db5d4(0x74c)](_0x2c7f61['clientX']-_0xbdbad4['startX'],_0x2c7f61['clientY']-_0xbdbad4[_0x3db5d4(0x5b0)])>0x4){_0xbdbad4[_0x3db5d4(0x71a)]=!0x0;let _0x5a97a1=_0x458f2d({'stage':_0x78926f[_0x3db5d4(0x53c)](_0x1af410[_0x3db5d4(0x333)]),'interactionFlow':_0x2d2bfe});_0xe5fe78[_0x3db5d4(0x1b1)]&&!_0xbdbad4[_0x3db5d4(0x105)]&&_0x5a97a1[_0x3db5d4(0x4ea)]&&(_0xbdbad4['dragStarted']=!0x0,document['dispatchEvent'](new CustomEvent(_0x2c706f,{'detail':{'embedId':_0x1af410[_0x3db5d4(0x333)],'hostUnitId':_0x1af410['hostUnitId'],'hostAnchorId':_0x1af410['hostAnchorId'],'pointerId':_0xbdbad4['pointerId'],'clientX':_0xbdbad4[_0x3db5d4(0x713)],'clientY':_0xbdbad4[_0x3db5d4(0x5b0)],'button':_0xbdbad4[_0x3db5d4(0x533)]}})));}},_0x48e37b=_0x420d46=>{const _0x44b1ee=_0x24c8aa;let _0x31d3c4=_0x2730b5[_0x44b1ee(0x441)];if(_0x2730b5['current']=void 0x0,!_0x31d3c4||_0x31d3c4[_0x44b1ee(0x183)]!==_0x420d46[_0x44b1ee(0x183)]||_0x31d3c4['moved']||Date[_0x44b1ee(0x290)]()-_0x31d3c4[_0x44b1ee(0x202)]>0x1f4)return;let _0x2a0c08=_0x1eb697['getDescriptor'](_0x1af410[_0x44b1ee(0x142)],_0x1af410[_0x44b1ee(0x333)]);if(!(_0x2a0c08!=null&&_0x2a0c08[_0x44b1ee(0x199)]))return;let _0x2eb878=_0x78926f['getStage'](_0x1af410['embedId']);if(_0x2eb878!=='stage2'){if(_0x2eb878==='stage1'){_0x11ec84[_0x44b1ee(0x464)](_0x2a0c08,_0x44b1ee(0x7ac),{'portalContainer':_0x134d25[_0x44b1ee(0x441)]});return;}if(_0x2d2bfe===_0x44b1ee(0x314)){_0x190c91(),_0x11ec84[_0x44b1ee(0x464)](_0x2a0c08,'stage2',{'portalContainer':_0x134d25[_0x44b1ee(0x441)]}),_0x15236d();return;}_0x11ec84[_0x44b1ee(0x464)](_0x2a0c08,_0x44b1ee(0x30a));}};return _0x1c692e[_0x24c8aa(0x5b3)](_0x24c8aa(0x1fd),_0x2f9404,!0x0),_0x1c692e[_0x24c8aa(0x5b3)](_0x24c8aa(0x311),_0x27e1e0,!0x0),_0x1c692e[_0x24c8aa(0x5b3)](_0x24c8aa(0x1a7),_0x48e37b,!0x0),_0x1c692e[_0x24c8aa(0x5b3)](_0x24c8aa(0x742),_0x45be3b,!0x0),()=>{const _0x4974ef=_0x24c8aa;_0x1c692e[_0x4974ef(0x355)](_0x4974ef(0x1fd),_0x2f9404,!0x0),_0x1c692e[_0x4974ef(0x355)](_0x4974ef(0x311),_0x27e1e0,!0x0),_0x1c692e[_0x4974ef(0x355)](_0x4974ef(0x1a7),_0x48e37b,!0x0),_0x1c692e[_0x4974ef(0x355)](_0x4974ef(0x742),_0x45be3b,!0x0);};},[_0x190c91,_0x11ec84,_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x683)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x1eb697,_0x78926f,_0x2d2bfe,_0xe5fe78[_0x7846be(0x1b1)],_0x15236d]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x5ca213=_0x7846be;let _0x31fc36=_0xe04c4[_0x5ca213(0x441)];if(!_0x31fc36||!_0x4b5105)return;let _0x4bfe88=_0x4b5105(_0x31fc36);if(!_0x4bfe88)return;let _0x2558b7=_0x25f511[_0x5ca213(0x745)](_0x4bfe88);return()=>_0x2558b7[_0x5ca213(0x3b0)]();},[_0x25f511,_0x4b5105]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0xd45800=_0x7846be;let _0x5afd4d=_0xe04c4['current'],_0x42c7a0=_0xbd89a0[_0xd45800(0x441)],_0x4da2b3=_0x31f9cc[_0xd45800(0x441)];if(!_0x5afd4d||!_0x42c7a0||!_0x4da2b3)return;let _0x3a1506=_0x4eb62b=>{const _0x112eec=_0xd45800;if(_0x1c2896(_0x4eb62b))return;if(_0x4b5105&&_0x25f511[_0x112eec(0x27a)](_0x4eb62b)){let _0x19134e=_0x3549a1[_0x112eec(0x441)];if(_0x19134e&&(_0xb747c5==null?void 0x0:_0xb747c5(_0x4eb62b,_0x19134e))===!0x0||_0xb1ba19(_0x5afd4d,_0x4eb62b)){_0x1593ff(_0x5de8aa,_0x1af410==null?void 0x0:_0x1af410[_0x112eec(0x333)],_0x112eec(0x782),_0x5e98e5),_0x4eb62b[_0x112eec(0xf5)](),_0x4eb62b['stopPropagation'](),_0x4eb62b['stopImmediatePropagation']();return;}}if(_0x4eb62b[_0x112eec(0xb5)]||_0x4eb62b['metaKey'])return;let _0x26a993=_0x1af410!=null&&_0x1af410[_0x112eec(0x333)]?_0x78926f['getStage'](_0x1af410[_0x112eec(0x333)]):_0x112eec(0x792);if(_0x26a993===_0x112eec(0x7ac))return;let _0x2da04d=_0x3549a1[_0x112eec(0x441)],_0x4777f0=_0x2da04d?_0x5d480b[_0x112eec(0x63f)](_0x2da04d['childType'],_0x2da04d[_0x112eec(0x5b1)]):void 0x0,_0x28371e=_0x2da04d?{..._0x2da04d,'event':_0x4eb62b,'stage':_0x26a993,'viewportScrollY':_0x18d42d?_0x107910[_0x112eec(0x441)]:void 0x0}:void 0x0;if(_0x2da04d&&_0x5450da(_0x2da04d,_0x4eb62b,_0x18d42d)&&((_0xb747c5==null?void 0x0:_0xb747c5(_0x4eb62b,_0x2da04d))===!0x0||_0xb1ba19(_0x5afd4d,_0x4eb62b))){_0x1593ff(_0x5de8aa,_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x112eec(0x782),_0x5e98e5),_0x4eb62b['preventDefault'](),_0x4eb62b[_0x112eec(0x160)](),_0x4eb62b[_0x112eec(0x10b)]();return;}let _0x20c8db=_0x28371e?_0x81824d['handleWheel'](_0x28371e):!0x1,_0x581832=!_0x20c8db&&_0x16a19d(_0x5afd4d,_0x4eb62b),_0x5bb418=_0x581832&&_0x3afbaf(_0x4eb62b)>0x0?_0x15f93c(_0x4eb62b,_0x4da2b3):!0x1,_0x27c184=_0x5bb418||_0x581832?!0x1:(_0x4777f0==null?void 0x0:_0x4777f0[_0x112eec(0x75d)](_0x28371e))===!0x0;if(!_0x20c8db&&!_0x27c184&&!_0x5bb418&&!_0x581832&&_0x4777f0&&_0x2da04d&&_0x9883e6(_0x4eb62b)&&(_0xb747c5==null?void 0x0:_0xb747c5(_0x4eb62b,_0x2da04d))===!0x0){_0x1593ff(_0x5de8aa,_0x1af410==null?void 0x0:_0x1af410[_0x112eec(0x333)],_0x112eec(0x782),_0x5e98e5),_0x4eb62b[_0x112eec(0xf5)](),_0x4eb62b[_0x112eec(0x160)](),_0x4eb62b[_0x112eec(0x10b)]();return;}let _0x40c880=_0x27c184||_0x5bb418||!_0x581832?!0x1:_0x15f93c(_0x4eb62b,_0x4da2b3),_0x3636ff=_0x27c184||_0x5bb418||_0x581832&&_0x40c880?!0x1:_0x485d2e(_0x4eb62b,_0x4da2b3),_0x59ce9f=_0x5bb418||_0x40c880||(_0x27c184||_0x581832||_0x3636ff?!0x1:_0x2fe912(_0x4eb62b,_0x4da2b3));(_0x20c8db||_0x27c184||_0x5bb418||_0x40c880||_0x3636ff||_0x59ce9f)&&(_0x4eb62b[_0x112eec(0xf5)](),_0x4eb62b['stopPropagation']());};return _0x42c7a0[_0xd45800(0x5b3)]('wheel',_0x3a1506,{'passive':!0x1}),_0x4da2b3[_0xd45800(0x5b3)](_0xd45800(0x491),_0x3a1506,{'capture':!0x0,'passive':!0x1}),()=>{const _0x134731=_0xd45800;_0x42c7a0[_0x134731(0x355)](_0x134731(0x491),_0x3a1506),_0x4da2b3[_0x134731(0x355)]('wheel',_0x3a1506,{'capture':!0x0});};},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x78926f,_0x5de8aa,_0x25f511,_0xb747c5,_0x5d480b,_0x81824d,_0x4b5105,_0x18d42d]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x2b23ba=_0x7846be;let _0x4beaef=_0xe04c4['current'],_0x36f0b4=_0x31f9cc[_0x2b23ba(0x441)];if(!_0x4beaef||!_0x36f0b4)return;let _0x47926f=_0x7cc6c6=>{const _0x1da6fc=_0x2b23ba;_0x1593ff(_0x5de8aa,_0x1af410==null?void 0x0:_0x1af410[_0x1da6fc(0x333)],_0x7cc6c6,_0x5e98e5);},_0x45d6d8=_0x2ad51d=>{const _0x30ef08=_0x2b23ba;if((_0x1af410!=null&&_0x1af410[_0x30ef08(0x333)]?_0x78926f[_0x30ef08(0x53c)](_0x1af410[_0x30ef08(0x333)]):'inactive')!==_0x30ef08(0x7ac))return;let _0x335b80=_0x3549a1[_0x30ef08(0x441)];!_0x335b80||!_0x5450da(_0x335b80,_0x2ad51d,_0x18d42d)||_0x57f9c1(_0x2ad51d)||(_0x16116e(_0x2ad51d),((_0xb747c5==null?void 0x0:_0xb747c5(_0x2ad51d,_0x335b80))===!0x0||_0xb1ba19(_0x4beaef,_0x2ad51d))&&(_0x47926f('host-scroll'),_0x2ad51d[_0x30ef08(0xf5)](),_0x2ad51d[_0x30ef08(0x160)](),_0x2ad51d['stopImmediatePropagation']()));},_0x3cd4a7=()=>{const _0x95516=_0x2b23ba;_0x47926f(_0x95516(0x31f));};return _0x4beaef[_0x2b23ba(0x5b3)]('wheel',_0x45d6d8,{'capture':!0x0,'passive':!0x1}),_0x36f0b4[_0x2b23ba(0x5b3)](_0x2b23ba(0x491),_0x45d6d8,{'capture':!0x0,'passive':!0x1}),_0x36f0b4[_0x2b23ba(0x5b3)](_0x2b23ba(0x425),_0x3cd4a7,!0x0),()=>{const _0x83e110=_0x2b23ba;_0x4beaef[_0x83e110(0x355)](_0x83e110(0x491),_0x45d6d8,{'capture':!0x0}),_0x36f0b4['removeEventListener']('wheel',_0x45d6d8,{'capture':!0x0}),_0x36f0b4[_0x83e110(0x355)]('scroll',_0x3cd4a7,!0x0);};},[_0x1af410==null?void 0x0:_0x1af410['embedId'],_0x78926f,_0x5de8aa,_0xb747c5,_0x18d42d]),(0x0,_0x271c2b['useEffect'])(()=>()=>{const _0x48c7dc=_0x7846be;_0x5e98e5[_0x48c7dc(0x441)]['forEach'](_0x3a2694=>window[_0x48c7dc(0x1ca)](_0x3a2694)),_0x5e98e5[_0x48c7dc(0x441)]=[];},[]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x53b4d5=_0x7846be;let _0x1f4d41=_0x31f9cc[_0x53b4d5(0x441)];if(!_0x1f4d41)return;let _0x3fa91a=()=>{const _0x3f139b=_0x53b4d5;let _0x4684f4=_0x1f4d41[_0x3f139b(0x53a)][_0x3f139b(0x6b6)];return _0x4684f4?_0x3af3eb(_0x31f9cc[_0x3f139b(0x441)],_0x4cb721[_0x3f139b(0x441)],_0x4d2eeb[_0x3f139b(0x441)],_0x1edbb4['current'],_0x134d25[_0x3f139b(0x441)])[_0x3f139b(0x40b)](_0x5683ab=>_0x5683ab[_0x3f139b(0x255)](_0x4684f4)):!0x1;},_0x3e2ed6=(_0x346449,_0x2beb84=!0x1)=>{const _0x3e00d1=_0x53b4d5;_0x1af410!=null&&_0x1af410[_0x3e00d1(0x333)]&&_0x78926f[_0x3e00d1(0x53c)](_0x1af410['embedId'])!==_0x3e00d1(0x7ac)||_0x274143(_0x1af410==null?void 0x0:_0x1af410['childType'])&&(_0x14af47[_0x3e00d1(0x7a6)](_0x1af410==null?void 0x0:_0x1af410[_0x3e00d1(0x333)],{'ignoreOwners':_0x37949e})||!_0x2beb84&&_0x3fa91a()||(_0x346449['hasAttribute'](_0x3e00d1(0x259))||(_0x346449[_0x3e00d1(0x6ff)]=-0x1),_0x346449[_0x3e00d1(0x3d0)]({'preventScroll':!0x0})));},_0x3b066=_0x5abdbb=>{const _0x1e6210=_0x53b4d5;let _0x24299e=_0x1af410!=null&&_0x1af410['embedId']?_0x78926f[_0x1e6210(0x53c)](_0x1af410[_0x1e6210(0x333)]):'inactive';if(_0x1af410!=null&&_0x1af410[_0x1e6210(0x333)]&&_0x24299e!==_0x1e6210(0x7ac)){if(_0x2d2bfe!=='doc-block'||!_0x1af410[_0x1e6210(0x142)])return;let _0xf9b005=_0x1eb697[_0x1e6210(0x35e)](_0x1af410['hostUnitId'],_0x1af410[_0x1e6210(0x333)]);if(!(_0xf9b005!=null&&_0xf9b005[_0x1e6210(0x199)]))return;_0x190c91(),_0x11ec84['activateFloating'](_0xf9b005,'stage2',{'portalContainer':_0x134d25['current']}),_0x15236d();}if(_0x4447f6(_0x5abdbb[_0x1e6210(0x28d)])||_0x14af47[_0x1e6210(0x7a6)](_0x1af410==null?void 0x0:_0x1af410['embedId'],{'ignoreOwners':_0x37949e}))return;if(_0x1af410!=null&&_0x1af410[_0x1e6210(0x142)]&&_0x1af410[_0x1e6210(0x333)]){let _0x26d607=_0x1eb697['getDescriptor'](_0x1af410[_0x1e6210(0x142)],_0x1af410[_0x1e6210(0x333)]);(_0x26d607==null?void 0x0:_0x26d607[_0x1e6210(0x199)])!=null&&_0x26d607[_0x1e6210(0x31c)]!=null&&_0x11ec84[_0x1e6210(0x14f)](_0x26d607);}let _0x12b26a=_0x1f2ff3(_0x3af3eb(_0x4d2eeb[_0x1e6210(0x441)],_0x4cb721[_0x1e6210(0x441)],_0x1edbb4[_0x1e6210(0x441)],_0x134d25['current'],_0x31f9cc[_0x1e6210(0x441)]),_0x5abdbb[_0x1e6210(0x28d)]);_0x12b26a&&_0x3e2ed6(_0x12b26a,!0x0);};return _0x1f4d41[_0x53b4d5(0x5b3)](_0x53b4d5(0x1fd),_0x3b066,!0x0),()=>_0x1f4d41[_0x53b4d5(0x355)](_0x53b4d5(0x1fd),_0x3b066,!0x0);},[_0x190c91,_0x11ec84,_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x1eb697,_0x78926f,_0x14af47,_0x2d2bfe,_0x15236d]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x3c01e7=_0x7846be;let _0x3bdd79=_0x31f9cc['current'],_0x10bf91=_0x3bdd79==null?void 0x0:_0x3bdd79[_0x3c01e7(0x53a)];if(!_0x3bdd79||!_0x10bf91||!(_0x1af410!=null&&_0x1af410[_0x3c01e7(0x333)]))return;let _0xc4b364,_0x20aa47=()=>{const _0x34b917=_0x3c01e7;_0xc4b364!=null&&(globalThis[_0x34b917(0xfa)](_0xc4b364),_0xc4b364=void 0x0);},_0x5cb394=()=>{const _0x388bc5=_0x3c01e7;var _0x5983a6;_0x20aa47(),(_0x5983a6=_0x571564[_0x388bc5(0x441)])==null||_0x5983a6[_0x388bc5(0x3b0)](),_0x571564[_0x388bc5(0x441)]=void 0x0;},_0x2562f0=()=>{const _0x1e6a74=_0x3c01e7;_0x20aa47(),_0xc4b364=globalThis[_0x1e6a74(0x38b)](()=>{const _0x50ee19=_0x1e6a74;var _0x1baa4f;_0xc4b364=void 0x0,(_0x1baa4f=_0x571564[_0x50ee19(0x441)])==null||_0x1baa4f['dispose'](),_0x571564['current']=void 0x0;},0x28a);},_0x11899c=()=>{const _0x10f010=_0x3c01e7;_0x78926f['getStage'](_0x1af410[_0x10f010(0x333)])==='stage2'&&(_0x5cb394(),_0x571564[_0x10f010(0x441)]=_0x14af47[_0x10f010(0x6e0)]({'embedId':_0x1af410[_0x10f010(0x333)],'role':_0x10f010(0x37c),'owner':_0x10f010(0x362),'hostUnitId':_0x1af410[_0x10f010(0x142)],'childUnitId':_0x1af410['childUnitId'],'childType':_0x1af410['childType']}));},_0x176020=_0xbc8811=>{const _0x25f218=_0x3c01e7;var _0x226d08;if(_0x78926f['getStage'](_0x1af410[_0x25f218(0x333)])!=='stage2')return;let _0x3cbeb3=_0xbc8811[_0x25f218(0x28d)],_0xf7843a=_0x14af47[_0x25f218(0xce)](_0x1af410['embedId'],_0x3cbeb3,_0xbc8811)||_0x20e2da[_0x25f218(0x255)](_0x1af410[_0x25f218(0x333)],_0x3cbeb3,_0xbc8811);if(!_0x362d77({'stage':_0x78926f[_0x25f218(0x53c)](_0x1af410['embedId']),'target':_0x3cbeb3,'liveRoot':_0x3bdd79,'isOwnedChildInteraction':_0xf7843a}))return;_0x1abc78[_0x25f218(0x441)]=Date[_0x25f218(0x290)]()+0x28a,_0x5cb394();let _0x5cb034=(_0x226d08=_0x259554(_0x3cbeb3))==null?_0x25f218(0x37c):_0x226d08;_0x571564[_0x25f218(0x441)]=_0x14af47['acquireLease']({'embedId':_0x1af410[_0x25f218(0x333)],'role':_0x5cb034===_0x25f218(0xcd)||_0x5cb034===_0x25f218(0x34a)||_0x5cb034==='floating-menu'?'child-editor':_0x5cb034,'owner':_0x25f218(0x362),'hostUnitId':_0x1af410['hostUnitId'],'childUnitId':_0x1af410[_0x25f218(0x199)],'childType':_0x1af410[_0x25f218(0x31c)]});};return _0x3bdd79['addEventListener']('pointerdown',_0x11899c,!0x0),_0x10bf91[_0x3c01e7(0x5b3)](_0x3c01e7(0x1fd),_0x176020,!0x0),_0x10bf91[_0x3c01e7(0x5b3)](_0x3c01e7(0x1a7),_0x2562f0,!0x0),_0x10bf91[_0x3c01e7(0x5b3)](_0x3c01e7(0x742),_0x2562f0,!0x0),()=>{const _0x52b01c=_0x3c01e7;_0x3bdd79[_0x52b01c(0x355)](_0x52b01c(0x1fd),_0x11899c,!0x0),_0x10bf91[_0x52b01c(0x355)](_0x52b01c(0x1fd),_0x176020,!0x0),_0x10bf91['removeEventListener']('pointerup',_0x2562f0,!0x0),_0x10bf91[_0x52b01c(0x355)](_0x52b01c(0x742),_0x2562f0,!0x0),_0x5cb394();};},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x199)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],_0x78926f,_0x14af47,_0x20e2da]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x166f1f=_0x7846be;if(_0x523005!==_0x166f1f(0x7ac)||_0x2d2bfe!==_0x166f1f(0x314))return;let _0x3441b5=_0x31f9cc['current'];if(!_0x3441b5)return;let _0x38d209,_0x4c4f3b=()=>_0x1f2ff3(_0x3af3eb(_0x4d2eeb[_0x166f1f(0x441)],_0x4cb721['current'],_0x1edbb4['current'],_0x134d25[_0x166f1f(0x441)],_0x31f9cc[_0x166f1f(0x441)])),_0x24c2cc=()=>{const _0xca01d2=_0x166f1f;let _0x4c7b83=_0x3441b5[_0xca01d2(0x53a)][_0xca01d2(0x6b6)];return!_0x4c7b83||_0x4c7b83===_0x4c4f3b()?!0x1:_0x3af3eb(_0x31f9cc[_0xca01d2(0x441)],_0x4cb721[_0xca01d2(0x441)],_0x4d2eeb['current'],_0x1edbb4[_0xca01d2(0x441)],_0x134d25[_0xca01d2(0x441)])[_0xca01d2(0x40b)](_0x61ec5=>_0x61ec5['contains'](_0x4c7b83));},_0x413433=()=>{const _0x1e4390=_0x166f1f;if(!_0x274143(_0x1af410==null?void 0x0:_0x1af410[_0x1e4390(0x31c)]))return;let _0x21c49b=_0x4c4f3b();if(_0x21c49b&&!_0x14af47['hasBlockingChildFocusLease'](_0x1af410==null?void 0x0:_0x1af410[_0x1e4390(0x333)],{'ignoreOwners':_0x37949e})&&!_0x24c2cc()){if(_0x1af410!=null&&_0x1af410[_0x1e4390(0x142)]&&_0x1af410[_0x1e4390(0x333)]){let _0x108aa5=_0x1eb697[_0x1e4390(0x35e)](_0x1af410[_0x1e4390(0x142)],_0x1af410[_0x1e4390(0x333)]);(_0x108aa5==null?void 0x0:_0x108aa5[_0x1e4390(0x199)])!=null&&_0x108aa5['childType']!=null&&_0x11ec84[_0x1e4390(0x14f)](_0x108aa5);}_0x21c49b['hasAttribute']('tabindex')||(_0x21c49b[_0x1e4390(0x6ff)]=-0x1),_0x21c49b[_0x1e4390(0x3d0)]({'preventScroll':!0x0});}};return _0x413433(),_0x38d209=window[_0x166f1f(0x722)](()=>{_0x38d209=void 0x0,_0x413433();}),()=>{const _0x11a519=_0x166f1f;_0x38d209!=null&&(window[_0x11a519(0x1ca)](_0x38d209),_0x38d209=void 0x0);};},[_0x11ec84,_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410['hostUnitId'],_0x1eb697,_0x14af47,_0x2d2bfe,_0x523005]),(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0xe01f61=_0x7846be;let _0x1b7cb7=_0xe04c4[_0xe01f61(0x441)],_0x194fc6=_0x44a487[_0xe01f61(0x441)];if(!_0x1b7cb7||!_0x194fc6||typeof window>'u')return;let _0xd25b08,_0xe96b3=()=>{const _0x118383=_0xe01f61;var _0x449b67;let _0x26a88b=_0x3549a1[_0x118383(0x441)];if(!_0x26a88b||!_0xe5fe78[_0x118383(0x55a)]){_0x107910['current']=0x0,_0x194fc6[_0x118383(0x44e)][_0x118383(0xe9)](_0x118383(0x55f));return;}let _0xfbdc42=_0x5d480b[_0x118383(0x63f)](_0x26a88b['childType'],_0x26a88b[_0x118383(0x5b1)]);if(!_0xfbdc42)return;let _0x5e8263=_0x155a8c(_0x1b7cb7),_0x393179=(_0x449b67=_0x5e8263==null?void 0x0:_0x5e8263[_0x118383(0x3d7)]())==null?{'bottom':window[_0x118383(0x79e)],'height':window[_0x118383(0x79e)],'left':0x0,'right':window['innerWidth'],'top':0x0,'width':window[_0x118383(0x770)]}:_0x449b67,_0x54e382=_0x1b7cb7[_0x118383(0x3d7)](),_0x4215e4=_0x174d8e(_0x23981e==null?void 0x0:_0x23981e['contentHeight'],_0x54e382['height']),_0x2eecba=Math[_0x118383(0x5a0)](_0x4215e4,_0x5ed221(_0x23981e==null?void 0x0:_0x23981e[_0x118383(0x2af)],_0x194fc6['getBoundingClientRect']()[_0x118383(0x43b)],_0x393179[_0x118383(0x43b)])),_0x40d967=Math['max'](0x0,_0x4215e4-_0x2eecba),_0x28f931=_0x8d5289(_0x393179[_0x118383(0x1d9)]-_0x54e382['top'],0x0,_0x40d967);_0x194fc6[_0x118383(0x44e)][_0x118383(0x55f)]=_0x28f931===0x0?'':_0x118383(0x5a3)+_0x28f931+'px)';let _0x2a75c2=_0x28f931-_0x107910['current'];if(Math[_0x118383(0x566)](_0x2a75c2)<0.5)return;_0x107910['current']=_0x28f931,_0x5de8aa[_0x118383(0x5c5)]({'embedId':_0x1af410==null?void 0x0:_0x1af410['embedId'],'reason':_0x118383(0x782)});let _0x30e666=new WheelEvent(_0x118383(0x491),{'cancelable':!0x1,'clientX':_0x54e382[_0x118383(0x407)]+Math[_0x118383(0x5a0)](_0x54e382[_0x118383(0x4d3)],_0x393179[_0x118383(0x4d3)])/0x2,'clientY':_0x393179['top']+_0x2eecba/0x2,'deltaY':_0x2a75c2});_0xfbdc42[_0x118383(0x75d)]({..._0x26a88b,'event':_0x30e666,'source':'host-scroll-sync','stage':_0x1af410!=null&&_0x1af410[_0x118383(0x333)]?_0x78926f['getStage'](_0x1af410['embedId']):'inactive','viewportScrollY':_0x28f931});},_0x2b627d=()=>{const _0x4dabdf=_0xe01f61;_0xe96b3(),_0xd25b08=window[_0x4dabdf(0x722)](_0x2b627d);};_0xd25b08=window['requestAnimationFrame'](_0x2b627d),window['addEventListener'](_0xe01f61(0x425),_0xe96b3,!0x0),window[_0xe01f61(0x5b3)](_0xe01f61(0x44f),_0xe96b3);let _0x1f52b1=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0xe96b3);return _0x1f52b1==null||_0x1f52b1[_0xe01f61(0xd8)](_0x1b7cb7),()=>{const _0x5a8035=_0xe01f61;_0xd25b08!=null&&window[_0x5a8035(0x1ca)](_0xd25b08),_0x1f52b1==null||_0x1f52b1[_0x5a8035(0x1b6)](),window[_0x5a8035(0x355)](_0x5a8035(0x425),_0xe96b3,!0x0),window[_0x5a8035(0x355)](_0x5a8035(0x44f),_0xe96b3),_0x194fc6[_0x5a8035(0x44e)][_0x5a8035(0xe9)]('transform');};},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x23981e==null?void 0x0:_0x23981e[_0x7846be(0x233)],_0x23981e==null?void 0x0:_0x23981e[_0x7846be(0x2af)],_0x78926f,_0x5de8aa,_0x4ff7fe,_0x5d480b,_0xe5fe78[_0x7846be(0x55a)]]);let _0x342534=(0x0,_0x271c2b['useCallback'])(_0x4e9644=>{const _0x7deada=_0x7846be;if(_0x4e9644[_0x7deada(0xf5)](),_0x4e9644[_0x7deada(0x160)](),!(_0x1af410!=null&&_0x1af410['embedId'])||!_0x1af410['hostUnitId'])return;let _0x2ba98e=_0x1eb697['getDescriptor'](_0x1af410[_0x7deada(0x142)],_0x1af410[_0x7deada(0x333)]);if(!(_0x2ba98e!=null&&_0x2ba98e[_0x7deada(0x199)])||!_0x458f2d({'stage':_0x78926f[_0x7deada(0x53c)](_0x1af410[_0x7deada(0x333)]),'interactionFlow':_0x2d2bfe})[_0x7deada(0x192)])return;_0x78926f[_0x7deada(0x68f)]({'hostUnitId':_0x1af410[_0x7deada(0x142)],'embedId':_0x1af410[_0x7deada(0x333)],'childUnitId':_0x2ba98e[_0x7deada(0x199)]},_0x7deada(0x30a));let _0x2083fa=_0x7deada(0x1f8)in _0x4e9644?_0x4e9644['nativeEvent']:_0x4e9644;document[_0x7deada(0x4a2)](new CustomEvent(_0x2c706f,{'detail':{'embedId':_0x1af410[_0x7deada(0x333)],'hostUnitId':_0x1af410[_0x7deada(0x142)],'hostAnchorId':_0x1af410['hostAnchorId'],'pointerId':_0x2083fa[_0x7deada(0x183)],'clientX':_0x2083fa[_0x7deada(0x47a)],'clientY':_0x2083fa[_0x7deada(0x19e)],'button':_0x2083fa[_0x7deada(0x533)]}}));},[_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x683)],_0x1af410==null?void 0x0:_0x1af410['hostUnitId'],_0x1eb697,_0x78926f,_0x2d2bfe]);(0x0,_0x271c2b[_0x7846be(0x74e)])(()=>{const _0x44c543=_0x7846be;let _0x2a4130=_0x54a7cd['current'];if(_0x2a4130)return _0x2a4130[_0x44c543(0x5b3)](_0x44c543(0x1fd),_0x342534),()=>_0x2a4130[_0x44c543(0x355)](_0x44c543(0x1fd),_0x342534);},[_0x342534]);let _0x541b4a=_0x458f2d({'stage':_0x523005,'interactionFlow':_0x2d2bfe}),_0x9713da=_0x541b4a['disableLiveHostPointerEvents'],_0x3606eb=_0x541b4a[_0x7846be(0x65a)],_0x5289a5=_0x541b4a[_0x7846be(0x777)],_0x48d71e=_0x23981e?{'top':_0x23981e[_0x7846be(0x193)],'left':-_0x23981e[_0x7846be(0x6f2)],'width':_0x23981e[_0x7846be(0x6e5)],'height':_0x23981e[_0x7846be(0x2af)]}:_0x25ff16?{'top':_0x25ff16[_0x7846be(0x193)],'height':_0x7846be(0x71e)+_0x25ff16[_0x7846be(0x193)]+_0x7846be(0x404)}:void 0x0,_0x10fcd6=_0x23981e?{'left':_0x23981e[_0x7846be(0x6f2)],'width':_0x23981e[_0x7846be(0x6e5)],'height':_0x23981e[_0x7846be(0x2af)],'minHeight':_0x23981e['viewportHeight']}:void 0x0;return(0x0,_0x2030b6[_0x7846be(0x342)])(_0x7846be(0x7ab),{'ref':_0xe04c4,'className':_0x7846be(0x215),'data-u-comp':_0x7846be(0x12a),'data-embed-float-dom':'true','data-embed-float-stage':_0x523005,'data-embed-id':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],'data-embed-host-unit-id':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],'data-embed-host-anchor-id':_0x1af410==null?void 0x0:_0x1af410['hostAnchorId'],'data-embed-child-unit-id':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x199)],'data-embed-child-type':_0x1af410==null?void 0x0:_0x1af410['childType'],'data-embed-interaction-flow':_0x2d2bfe,'children':[(0x0,_0x2030b6[_0x7846be(0x342)])(_0x7846be(0x7ab),{'ref':_0x44a487,'className':(0x0,_0x2c34e2[_0x7846be(0x2a2)])(_0x7846be(0x642),_0x23981e&&_0x7846be(0x24d)),'data-u-comp':_0x7846be(0x195),'data-embed-float-content':_0x7846be(0x3d3),'style':_0x48d71e,'children':[(0x0,_0x2030b6[_0x7846be(0x342)])(_0x7846be(0x7ab),{'ref':_0x31f9cc,'className':(0x0,_0x2c34e2[_0x7846be(0x2a2)])(_0x7846be(0x42e),_0x23981e&&_0x7846be(0x523)),'data-u-comp':_0x7846be(0xbb),'data-embed-float-live':_0x7846be(0x3d3),'children':[(0x0,_0x2030b6[_0x7846be(0x300)])('div',{'ref':_0x4d2eeb,'className':(0x0,_0x2c34e2[_0x7846be(0x2a2)])('univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden',_0x9713da&&_0x7846be(0x647)),'data-u-comp':_0x7846be(0x396),'style':_0x10fcd6,'data-embed-canvas-root':_0x7846be(0x3d3)}),(0x0,_0x2030b6[_0x7846be(0x300)])(_0x7846be(0x7ab),{'ref':_0x4cb721,'className':(0x0,_0x2c34e2[_0x7846be(0x2a2)])('univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto',_0x9713da&&_0x7846be(0x647)),'data-u-comp':'embed-float-dom-live-content','style':_0x10fcd6,'data-embed-content-root':_0x7846be(0x3d3)})]}),(0x0,_0x2030b6[_0x7846be(0x300)])('div',{'ref':_0xbd89a0,'className':(0x0,_0x2c34e2[_0x7846be(0x2a2)])(_0x7846be(0x440),_0x3606eb&&_0x7846be(0x647)),'data-u-comp':_0x7846be(0x1b7),'data-embed-float-interaction-gate':'true'})]}),(0x0,_0x2030b6[_0x7846be(0x342)])(_0x7846be(0x7ab),{'ref':_0x533cf5,'className':_0x7846be(0x2f9),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x523005,'data-embed-id':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],'style':_0xe5fe78[_0x7846be(0x30f)]==null?void 0x0:{'zIndex':_0xe5fe78[_0x7846be(0x30f)]},'children':[(0x0,_0x2030b6['jsx'])(_0x7846be(0x7ab),{'ref':_0x1edbb4,'className':_0x7846be(0x2c9),'data-u-comp':_0x7846be(0x1ae),'data-embed-overlay-root':_0x7846be(0x3d3)}),(0x0,_0x2030b6['jsx'])(_0x7846be(0x7ab),{'ref':_0x134d25,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x7846be(0x226),'data-embed-popup-root':_0x7846be(0x3d3)}),!_0xe5fe78[_0x7846be(0x1cb)]&&(0x0,_0x2030b6[_0x7846be(0x300)])(_0x4626df,{'hostUnitId':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],'embedId':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)]}),(0x0,_0x2030b6[_0x7846be(0x300)])(_0x7846be(0x533),{'ref':_0x54a7cd,'type':_0x7846be(0x533),'className':(0x0,_0x2c34e2[_0x7846be(0x2a2)])(_0x7846be(0x2fe),_0x5289a5?_0x7846be(0x4a6):'univer-hidden'),'data-u-comp':'embed-float-dom-drag-handle','data-embed-float-drag-handle':_0x7846be(0x3d3),'children':(0x0,_0x2030b6[_0x7846be(0x300)])(_0x165f36,{'className':_0x7846be(0x197)})})]}),_0xe5fe78['fullscreenButtonInBlock']&&(0x0,_0x2030b6[_0x7846be(0x300)])(_0x4626df,{'hostUnitId':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x142)],'embedId':_0x1af410==null?void 0x0:_0x1af410[_0x7846be(0x333)],'className':_0x7846be(0x238)})]});}function _0xb7fecd(_0x3dcbdf){const _0x46436d=_0x541376;let _0x4e55d1=_0x3dcbdf==null?void 0x0:_0x3dcbdf[_0x46436d(0x2a5)]['ref'];if(_0x4e55d1)try{let _0x588113=typeof _0x4e55d1==_0x46436d(0x635)?(0x0,_0x3f9f59[_0x46436d(0x69d)])(_0x4e55d1):_0x4e55d1;return{'childUnitId':_0x588113[_0x46436d(0x508)][_0x46436d(0x65f)],'childType':(0x0,_0x3f9f59['fromResourceRefUnitType'])(_0x588113[_0x46436d(0x508)]['type'])};}catch{return;}}function _0xca60cf(_0x2f7778,_0x281c50){const _0x4d2544=_0x541376;var _0x553ad0,_0xe86b97;if(_0x2a7f51(_0x2f7778))return _0x35f84a(_0x2f7778,_0x281c50);let _0x522d58=_0x2a7f51(_0x2f7778)?0x0:0x28,_0x22679f=[_0x2f7778[_0x4d2544(0x3d7)](),(_0x553ad0=_0x2f7778[_0x4d2544(0x2eb)](_0x4d2544(0x19a)))==null?void 0x0:_0x553ad0[_0x4d2544(0x3d7)]()][_0x4d2544(0x66c)](_0x3d0efe=>!!_0x3d0efe),_0xdc7800=[(_0xe86b97=document[_0x4d2544(0x2eb)](_0x4d2544(0x4bc)+_0x2f7778['dataset'][_0x4d2544(0x333)]+'\x22]'))==null?void 0x0:_0xe86b97[_0x4d2544(0x3d7)]()][_0x4d2544(0x66c)](_0x4125d3=>!!_0x4125d3);return _0x22679f[_0x4d2544(0x40b)](_0x51dde6=>_0x281c50['clientX']>=_0x51dde6[_0x4d2544(0x407)]&&_0x281c50[_0x4d2544(0x47a)]<=_0x51dde6[_0x4d2544(0x29f)]&&_0x281c50[_0x4d2544(0x19e)]>=_0x51dde6[_0x4d2544(0x1d9)]&&_0x281c50[_0x4d2544(0x19e)]<=_0x51dde6[_0x4d2544(0x2c2)])||_0xdc7800['some'](_0x5a4021=>_0x281c50[_0x4d2544(0x47a)]>=_0x5a4021[_0x4d2544(0x407)]&&_0x281c50['clientX']<=_0x5a4021['right']&&_0x281c50[_0x4d2544(0x19e)]>=_0x5a4021[_0x4d2544(0x1d9)]-_0x522d58&&_0x281c50[_0x4d2544(0x19e)]<=_0x5a4021[_0x4d2544(0x2c2)]);}function _0x35f84a(_0x5bd22d,_0x3ff723){const _0x7da2c8=_0x541376;var _0xcf41d7,_0xda2dd3,_0x1d1b05,_0x320fc0,_0x283410;let _0xdfa816=_0x5bd22d[_0x7da2c8(0x54c)][_0x7da2c8(0x333)],_0x43517e=[(_0xcf41d7=_0x5bd22d[_0x7da2c8(0x2eb)]('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'))==null?void 0x0:_0xcf41d7[_0x7da2c8(0x3d7)](),(_0xda2dd3=_0x5bd22d['querySelector'](_0x7da2c8(0x16e)))==null?void 0x0:_0xda2dd3['getBoundingClientRect']()][_0x7da2c8(0x66c)](_0x38d3bb=>!!_0x38d3bb&&_0x38d3bb[_0x7da2c8(0x4d3)]>0x0&&_0x38d3bb['height']>0x0),_0x22eea2=document[_0x7da2c8(0x2eb)](_0x7da2c8(0x4bc)+_0xdfa816+'\x22]'),_0x18598a=[_0x22eea2==null||(_0x1d1b05=_0x22eea2['querySelector'](_0x7da2c8(0x5f6)))==null?void 0x0:_0x1d1b05[_0x7da2c8(0x3d7)](),_0x22eea2==null||(_0x320fc0=_0x22eea2['querySelector'](_0x7da2c8(0x2ff)))==null?void 0x0:_0x320fc0[_0x7da2c8(0x3d7)](),_0x22eea2==null||(_0x283410=_0x22eea2[_0x7da2c8(0x2eb)](_0x7da2c8(0x626)))==null?void 0x0:_0x283410[_0x7da2c8(0x3d7)]()][_0x7da2c8(0x66c)](_0x50498a=>!!_0x50498a&&_0x50498a[_0x7da2c8(0x4d3)]>0x0&&_0x50498a[_0x7da2c8(0x43b)]>0x0),_0x264c52=Array[_0x7da2c8(0x3be)](document[_0x7da2c8(0x389)](_0x7da2c8(0x61d)))[_0x7da2c8(0x66c)](_0x2bd5a8=>_0x2bd5a8[_0x7da2c8(0x54c)][_0x7da2c8(0x333)]===_0xdfa816)[_0x7da2c8(0x29b)](_0x537dfc=>_0x537dfc[_0x7da2c8(0x3d7)]())['filter'](_0x55b249=>_0x55b249['width']>0x0&&_0x55b249[_0x7da2c8(0x43b)]>0x0);return[..._0x43517e,..._0x18598a,..._0x264c52]['some'](_0x8bff6d=>_0x3ff723['clientX']>=_0x8bff6d[_0x7da2c8(0x407)]&&_0x3ff723[_0x7da2c8(0x47a)]<=_0x8bff6d[_0x7da2c8(0x29f)]&&_0x3ff723['clientY']>=_0x8bff6d['top']&&_0x3ff723[_0x7da2c8(0x19e)]<=_0x8bff6d[_0x7da2c8(0x2c2)]);}function _0x404e84(_0x191946,_0x391eb9,_0x33303c,_0x589879){const _0x592bb4=_0x541376;let _0x4f88f4=_0x33303c?'':_0x592bb4(0x6ca),_0x352c52=_0x191946[_0x592bb4(0x2eb)](_0x592bb4(0x19a)),_0x2c3737=_0x191946[_0x592bb4(0x2eb)](_0x592bb4(0x4a8)),_0x3dfe36=_0x191946[_0x592bb4(0x2eb)](_0x592bb4(0x2a3)),_0x55bbbd=_0x191946[_0x592bb4(0x2eb)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x2eb494=_0x191946['querySelector'](_0x592bb4(0x443)),_0x59c77f=_0x391eb9==null?void 0x0:_0x391eb9['querySelector'](_0x592bb4(0x185)),_0x1957dc=_0x391eb9==null?void 0x0:_0x391eb9[_0x592bb4(0x2eb)](_0x592bb4(0x4aa));if(_0x59c77f==null||_0x59c77f[_0x592bb4(0x44e)][_0x592bb4(0x57a)](_0x592bb4(0x159),_0x592bb4(0x6ca)),_0x1957dc==null||_0x1957dc[_0x592bb4(0x44e)][_0x592bb4(0x57a)](_0x592bb4(0x159),_0x592bb4(0x6ca)),_0x2a7f51(_0x191946)){_0x352c52==null||_0x352c52[_0x592bb4(0x44e)][_0x592bb4(0x57a)](_0x592bb4(0x159),_0x592bb4(0x6ca)),_0x2c3737==null||_0x2c3737[_0x592bb4(0x44e)]['setProperty'](_0x592bb4(0x159),'none'),_0x3dfe36==null||_0x3dfe36['style']['setProperty']('pointer-events',_0x33303c?'auto':_0x592bb4(0x6ca)),_0x55bbbd==null||_0x55bbbd[_0x592bb4(0x44e)][_0x592bb4(0x57a)](_0x592bb4(0x159),_0x592bb4(0x6ca)),_0x2eb494==null||_0x2eb494[_0x592bb4(0x44e)][_0x592bb4(0x57a)]('pointer-events','none');return;}_0x352c52==null||_0x352c52['style'][_0x592bb4(0xe9)]('pointer-events'),_0x2c3737==null||_0x2c3737[_0x592bb4(0x44e)][_0x592bb4(0x57a)](_0x592bb4(0x159),_0x4f88f4),_0x3dfe36==null||_0x3dfe36[_0x592bb4(0x44e)][_0x592bb4(0xe9)](_0x592bb4(0x159)),_0x55bbbd==null||_0x55bbbd[_0x592bb4(0x44e)]['removeProperty']('pointer-events'),_0x2eb494==null||_0x2eb494[_0x592bb4(0x44e)][_0x592bb4(0x57a)](_0x592bb4(0x159),_0x4f88f4);}function _0x95462(_0x571c98,_0x294c7d,_0x2db97f,_0x1ec927,_0x1dfdc0){const _0x15d4e9=_0x541376;var _0x110d92;let _0x4c9b21=_0x2db97f&&_0x1dfdc0!=='stage2',_0x9bda26=_0x4c9b21?'':_0x15d4e9(0x3c3),_0x1061e3=_0x4c9b21?'':'none',_0x3f25fc=_0x1ec927&&_0x1dfdc0===_0x15d4e9(0x30a),_0x23c087=_0x3f25fc?'':_0x15d4e9(0x3c3),_0x2dbba4=_0x3f25fc?'':_0x15d4e9(0x6ca),_0x30af90=_0x2db97f&&_0x1dfdc0===_0x15d4e9(0x7ac)?'':'hidden',_0x4ff124=(_0x110d92=_0x571c98[_0x15d4e9(0x2eb)](_0x15d4e9(0x2ff)))==null?_0x294c7d==null?void 0x0:_0x294c7d[_0x15d4e9(0x2eb)]('[data-embed-float-fullscreen-button]'):_0x110d92,_0x43c3e2=_0x294c7d==null?void 0x0:_0x294c7d[_0x15d4e9(0x2eb)](_0x15d4e9(0x626)),_0x1af4df=[_0x294c7d==null?void 0x0:_0x294c7d[_0x15d4e9(0x2eb)]('[data-embed-overlay-root]'),_0x294c7d==null?void 0x0:_0x294c7d['querySelector'](_0x15d4e9(0x4aa))];_0x4ff124==null||_0x4ff124[_0x15d4e9(0x44e)][_0x15d4e9(0x57a)](_0x15d4e9(0x5be),_0x9bda26),_0x4ff124==null||_0x4ff124['style'][_0x15d4e9(0x57a)](_0x15d4e9(0x159),_0x1061e3),_0x43c3e2==null||_0x43c3e2[_0x15d4e9(0x44e)][_0x15d4e9(0x57a)](_0x15d4e9(0x5be),_0x23c087),_0x43c3e2==null||_0x43c3e2['style']['setProperty'](_0x15d4e9(0x159),_0x2dbba4),_0x1af4df['forEach'](_0x27738c=>{const _0x23e33c=_0x15d4e9;_0x27738c==null||_0x27738c[_0x23e33c(0x44e)][_0x23e33c(0x57a)](_0x23e33c(0x5be),_0x30af90),_0x27738c==null||_0x27738c[_0x23e33c(0x44e)]['setProperty']('pointer-events',_0x23e33c(0x6ca)),_0x1dfdc0!==_0x23e33c(0x7ac)&&(_0x27738c==null||_0x27738c['removeAttribute'](_0x23e33c(0x45f)),_0x27738c==null||_0x27738c['querySelectorAll'](_0x23e33c(0x52c))[_0x23e33c(0x187)](_0x42969c=>{const _0x392f0b=_0x23e33c;_0x42969c[_0x392f0b(0x51c)](_0x392f0b(0x45f));}));});}function _0x312f6c(_0x4c5e9c,_0x31d468,_0x1739ad){const _0x3287d3=_0x541376;let _0xcad4f7=Math[_0x3287d3(0x51a)](_0x31d468['left'],_0x1739ad[_0x3287d3(0x407)]),_0x5c7901=Math[_0x3287d3(0x5a0)](_0x31d468['right'],_0x1739ad[_0x3287d3(0x29f)]),_0xa1eeda=Math[_0x3287d3(0x51a)](0x0,_0xcad4f7-_0x31d468['left']),_0x14c859=Math[_0x3287d3(0x51a)](0x1,_0x5c7901-_0xcad4f7||Math[_0x3287d3(0x5a0)](_0x1739ad[_0x3287d3(0x4d3)],_0x31d468[_0x3287d3(0x4d3)]));_0x4c5e9c[_0x3287d3(0x389)]('[data-embed-floating-menu=\x22true\x22]')['forEach'](_0x2c5037=>{const _0x402879=_0x3287d3;var _0x368fd7;let _0x5a7aae=(_0x368fd7=_0x2c5037[_0x402879(0x639)]('[data-embed-floating-menu-entry]'))==null?void 0x0:_0x368fd7[_0x402879(0x54c)][_0x402879(0x57c)],_0x256bdb=_0x2c5037[_0x402879(0x54c)][_0x402879(0x596)]==='base-embed-floating-menu',_0x331262=_0x2c5037['dataset']['uComp']===_0x402879(0x54f);_0x5a7aae===_0x402879(0x147)?(_0x2c5037['style']['top']=_0x256bdb?_0x402879(0x325):_0x402879(0x77b),_0x256bdb&&(_0x2c5037[_0x402879(0x44e)]['left']=_0xa1eeda+'px',_0x2c5037[_0x402879(0x44e)][_0x402879(0x4d3)]=_0x14c859+'px')):(_0x256bdb||_0x331262)&&(_0x2c5037['style'][_0x402879(0x1d9)]=_0x402879(0x688));});}function _0x13c4a2(_0x87b4b7){const _0x4f2889=_0x541376;_0x87b4b7['querySelectorAll'](_0x4f2889(0x5f6))[_0x4f2889(0x187)](_0x2d828d=>{const _0x4b62fa=_0x4f2889;_0x2d828d[_0x4b62fa(0x44e)][_0x4b62fa(0xe9)](_0x4b62fa(0x407)),_0x2d828d[_0x4b62fa(0x44e)][_0x4b62fa(0xe9)](_0x4b62fa(0x1d9)),_0x2d828d[_0x4b62fa(0x44e)][_0x4b62fa(0xe9)]('width');});}function _0x55e799(_0x6d7916){const _0x3afedc=_0x541376;let _0x99cad4=_0x3a1f66(_0x6d7916)?_0x6d7916[_0x3afedc(0x2eb)](_0x3afedc(0x19a)):null,_0x3a5aa2=_0x99cad4==null?void 0x0:_0x99cad4[_0x3afedc(0x3d7)]();return _0x3a5aa2&&_0x3a5aa2[_0x3afedc(0x4d3)]>0x0&&_0x3a5aa2[_0x3afedc(0x43b)]>0x0?_0x10f1cf(_0x3a5aa2,_0x6d7916):_0x10f1cf(_0x6d7916[_0x3afedc(0x3d7)](),_0x6d7916);}function _0x2a7f51(_0x1f0f0a){const _0x281e2e=_0x541376;return!!_0x1f0f0a[_0x281e2e(0x639)](_0x281e2e(0x33e));}function _0x3a1f66(_0x285fcc){const _0x5f1e79=_0x541376;return _0x2a7f51(_0x285fcc)||!!_0x285fcc['closest'](_0x5f1e79(0x39d));}let _0xf91552=0x18,_0x2e60dc=0x28;function _0x10f1cf(_0x2f8723,_0x4ac91f){const _0x21c276=_0x541376;var _0x4c3e76;let _0x26d472=_0x2ee446(_0x4ac91f,_0x2f8723);if(!_0x26d472&&_0x2f8723[_0x21c276(0x1d9)]>=0x0&&_0x2f8723[_0x21c276(0x407)]>=0x0)return _0x2f8723;let _0x10f7ec=(_0x4c3e76=_0x26d472==null?void 0x0:_0x26d472[_0x21c276(0x3d7)]())==null?new DOMRect(0x0,0x0,window[_0x21c276(0x770)],window[_0x21c276(0x79e)]):_0x4c3e76,_0x4c72b8=Math[_0x21c276(0x51a)](_0x2f8723[_0x21c276(0x407)],_0x10f7ec[_0x21c276(0x407)]),_0x2a028e=Math[_0x21c276(0x51a)](_0x2f8723[_0x21c276(0x1d9)],_0x10f7ec[_0x21c276(0x1d9)]),_0x3bcb7b=Math[_0x21c276(0x5a0)](_0x2f8723[_0x21c276(0x29f)],_0x10f7ec[_0x21c276(0x29f)]),_0x10244f=Math[_0x21c276(0x5a0)](_0x2f8723[_0x21c276(0x2c2)],_0x10f7ec['bottom']);return _0x3bcb7b<=_0x4c72b8||_0x10244f<=_0x2a028e?new DOMRect(_0x4c72b8,_0x2a028e,0x0,0x0):new DOMRect(_0x4c72b8,_0x2a028e,_0x3bcb7b-_0x4c72b8,_0x10244f-_0x2a028e);}function _0x2ee446(_0x560782,_0x380b21){const _0x3002aa=_0x541376;let _0xddf935=_0x560782[_0x3002aa(0x130)];for(;_0xddf935&&_0xddf935!==document[_0x3002aa(0x5c1)]&&_0xddf935!==document[_0x3002aa(0x18c)];){if(_0x53c54a(_0xddf935)&&!_0x174137(_0xddf935,_0x380b21))return _0xddf935;_0xddf935=_0xddf935[_0x3002aa(0x130)];}return null;}function _0x174137(_0x4eb123,_0x335c1a){const _0x5cc7c0=_0x541376;let _0x580810=_0x4eb123[_0x5cc7c0(0x3d7)]();return _0x580810[_0x5cc7c0(0x4d3)]<=0x0||_0x580810[_0x5cc7c0(0x43b)]<=0x0?!0x0:Math[_0x5cc7c0(0x566)](_0x580810[_0x5cc7c0(0x407)]-_0x335c1a[_0x5cc7c0(0x407)])<0x1&&Math[_0x5cc7c0(0x566)](_0x580810['top']-_0x335c1a[_0x5cc7c0(0x1d9)])<0x1&&Math['abs'](_0x580810[_0x5cc7c0(0x4d3)]-_0x335c1a['width'])<0x1&&Math[_0x5cc7c0(0x566)](_0x580810[_0x5cc7c0(0x43b)]-_0x335c1a['height'])<0x1;}function _0x1593ff(_0x13330e,_0x17f743,_0x107df1,_0x52c4b5){const _0x3b7e0f=_0x541376;_0x52c4b5[_0x3b7e0f(0x441)][_0x3b7e0f(0x187)](_0x34fca5=>window[_0x3b7e0f(0x1ca)](_0x34fca5)),_0x52c4b5[_0x3b7e0f(0x441)]=[],_0x13330e[_0x3b7e0f(0x5c5)]({'embedId':_0x17f743,'reason':_0x107df1});let _0x1b858b=_0xbf7ccb=>{const _0xd1bd3a=_0x3b7e0f;let _0x5b0312=window['requestAnimationFrame'](()=>{const _0x220382=_0x1eb6;_0x52c4b5[_0x220382(0x441)]=_0x52c4b5[_0x220382(0x441)][_0x220382(0x66c)](_0x15eda3=>_0x15eda3!==_0x5b0312),_0x13330e[_0x220382(0x5c5)]({'embedId':_0x17f743,'reason':_0x107df1}),_0xbf7ccb>0x1&&_0x1b858b(_0xbf7ccb-0x1);});_0x52c4b5[_0xd1bd3a(0x441)][_0xd1bd3a(0x400)](_0x5b0312);};_0x1b858b(0x2);}function _0x569b71(_0xdc44cc,_0x4df448,_0x3489bc){const _0x161ab8=_0x541376;if(_0x1c2896(_0x4df448))return!0x1;let _0x367eca=_0x4df448==null?void 0x0:_0x4df448[_0x161ab8(0x28d)];return!(_0x367eca instanceof Node&&_0xdc44cc['contains'](_0x367eca)||_0x367eca instanceof HTMLElement&&_0x367eca[_0x161ab8(0x639)](_0x161ab8(0x779))||_0x4df448 instanceof WheelEvent&&(_0x7d59d3(_0x4df448)||_0x40ae14(_0x3489bc,_0x4df448)));}function _0x52fe28(_0x570435){const _0xef890f=_0x541376;return _0x570435 instanceof WheelEvent?Math[_0xef890f(0x566)](_0x570435['deltaY'])>=Math[_0xef890f(0x566)](_0x570435[_0xef890f(0x780)]):(_0x570435==null?void 0x0:_0x570435[_0xef890f(0x2bf)])===_0xef890f(0x425);}function _0x1c2896(_0x17258d){return!!_0x17258d&&_0x17258d[_0x8c2063]instanceof WheelEvent;}function _0x16116e(_0x177dab){const _0x2b14eb=_0x541376;Object[_0x2b14eb(0x4e7)](_0x177dab,_0x191d29,{'configurable':!0x0,'value':!0x0});}function _0x57f9c1(_0x37b5a9){return!!_0x37b5a9[_0x191d29];}function _0x7d59d3(_0x1f99eb){const _0x16074b=_0x541376;for(let _0x1bbdc4 of _0x21643e[_0x16074b(0x2d2)]())if(_0x40ae14(_0x1bbdc4,_0x1f99eb))return!0x0;return!0x1;}function _0x40ae14(_0x2694fd,_0x136807){const _0x3070b6=_0x541376;let {left:_0x56bda5,top:_0x4602ea,width:_0x32d1c1,height:_0x55ad4f}=_0x2694fd;return!Number[_0x3070b6(0x1ee)](_0x56bda5)||!Number[_0x3070b6(0x1ee)](_0x4602ea)||!Number[_0x3070b6(0x1ee)](_0x32d1c1)||!Number['isFinite'](_0x55ad4f)||(_0x32d1c1==null?0x0:_0x32d1c1)<=0x0||(_0x55ad4f==null?0x0:_0x55ad4f)<=0x0?!0x1:_0x136807['clientX']>=_0x56bda5&&_0x136807[_0x3070b6(0x47a)]<=_0x56bda5+_0x32d1c1&&_0x136807['clientY']>=_0x4602ea&&_0x136807[_0x3070b6(0x19e)]<=_0x4602ea+_0x55ad4f;}function _0x48d203(_0x248412){const _0x24864c=_0x541376;if(!_0x248412||typeof _0x248412!=_0x24864c(0x746))return;let _0x4183ee=_0x248412;if(!(_0x4183ee[_0x24864c(0x42c)]!==0x1||!_0x4183ee[_0x24864c(0x333)]||!_0x4183ee[_0x24864c(0x683)]))return _0x4183ee;}function _0x327b3b(_0x284e7a){const _0x1169ae=_0x541376;var _0x190ff8,_0x1f9b58;let _0x21c2f7=((_0x190ff8=_0x284e7a[_0x1169ae(0x1f9)])==null?void 0x0:_0x190ff8[_0x1169ae(0x261)])||void 0x0;if(_0x21c2f7&&typeof _0x21c2f7==_0x1169ae(0x746)&&_0x21c2f7[_0x1169ae(0x5b1)])return _0x21c2f7['layout'];let _0x3faeab=((_0x1f9b58=_0x284e7a[_0x1169ae(0x1f9)])==null?void 0x0:_0x1f9b58[_0x1169ae(0xfe)])||void 0x0;return _0x3faeab&&typeof _0x3faeab==_0x1169ae(0x746)&&_0x3faeab[_0x1169ae(0x1db)]?'tab-peer':void 0x0;}function _0x485d2e(_0x748153,_0x5b5a82){const _0x54b9a9=_0x541376;var _0x480773;let _0x2c024e=(_0x480773=_0x30fbb5(_0x5b5a82,_0x748153['clientX'],_0x748153[_0x54b9a9(0x19e)]))==null?_0x5b5a82:_0x480773;if(_0x2c024e===_0x5b5a82&&!_0x5b5a82[_0x54b9a9(0x255)](_0x2c024e))return!0x1;let _0x21dbb4=_0x21d877(_0x748153,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x748153[_0x54b9a9(0x47a)],'clientY':_0x748153[_0x54b9a9(0x19e)],'ctrlKey':_0x748153[_0x54b9a9(0xb5)],'deltaMode':_0x748153[_0x54b9a9(0x7b2)],'deltaX':_0x748153['deltaX'],'deltaY':_0x748153[_0x54b9a9(0x753)],'deltaZ':_0x748153[_0x54b9a9(0x2e3)],'metaKey':_0x748153[_0x54b9a9(0x225)],'shiftKey':_0x748153['shiftKey']});return _0x2c024e[_0x54b9a9(0x4a2)](_0x21dbb4),_0x21dbb4[_0x54b9a9(0x3a9)];}function _0x2fe912(_0x3a86eb,_0x3c7cd0){const _0x1c8de5=_0x541376;var _0x1da398;let _0x59109d=_0x1d63d6((_0x1da398=_0x30fbb5(_0x3c7cd0,_0x3a86eb['clientX'],_0x3a86eb[_0x1c8de5(0x19e)]))==null?_0x3c7cd0:_0x1da398,_0x3c7cd0,_0x3a86eb);return _0x59109d?_0x15f93c(_0x3a86eb,_0x59109d):!0x1;}function _0xb1ba19(_0x1f879c,_0xbe374e){const _0x44abd0=_0x541376;let _0x277326=_0x155a8c(_0x1f879c);if(!_0x277326)return _0x521300(_0x1f879c['ownerDocument']['body'],_0x1f879c,_0xbe374e);if(!_0x358e48(_0x277326))return _0x521300(_0x277326,_0x1f879c,_0xbe374e);let _0x18bce7=_0x277326['scrollTop'];return _0x277326[_0x44abd0(0x5dc)]+=_0xbe374e['deltaY'],_0x277326['scrollTop']!==_0x18bce7;}function _0x5450da(_0x47cb29,_0x56bad2,_0x15fd00){const _0x1f5257=_0x541376;var _0x1e38af;return _0x15fd00||((_0x1e38af=_0x47cb29[_0x1f5257(0x720)]['sourceMeta'])==null?void 0x0:_0x1e38af['verticalWheelMode'])==='host'?_0x9883e6(_0x56bad2):_0x3ab228(_0x47cb29['layout'],_0x56bad2);}function _0x16a19d(_0x50f538,_0x514641){return _0x2a7f51(_0x50f538)&&_0xe45ba1(_0x514641);}function _0x3afbaf(_0x4a1d23){const _0x59cad3=_0x541376;return _0x4a1d23[_0x59cad3(0x780)]||(_0x4a1d23['shiftKey']?_0x4a1d23['deltaY']:0x0);}function _0xe45ba1(_0x5a1c30){const _0xc13a54=_0x541376;if(_0x5a1c30[_0xc13a54(0xb5)]||_0x5a1c30[_0xc13a54(0x225)])return!0x1;let _0x408374=_0x3afbaf(_0x5a1c30),_0x49e63e=_0x5a1c30[_0xc13a54(0x167)]?0x0:_0x5a1c30[_0xc13a54(0x753)];return Math[_0xc13a54(0x566)](_0x408374)>Math[_0xc13a54(0x566)](_0x49e63e);}function _0x9883e6(_0x1a6e21){const _0xb10b=_0x541376;return _0x1a6e21[_0xb10b(0x167)]||_0x1a6e21[_0xb10b(0xb5)]||_0x1a6e21[_0xb10b(0x225)]?!0x1:Math['abs'](_0x1a6e21['deltaY'])>Math['abs'](_0x1a6e21[_0xb10b(0x780)]);}function _0x155a8c(_0xc0a510){const _0x465388=_0x541376;let _0x4320ed=_0xc0a510[_0x465388(0x130)];for(;_0x4320ed&&_0x4320ed!==document[_0x465388(0x5c1)]&&_0x4320ed!==document[_0x465388(0x18c)];){if(_0x4320ed['scrollHeight']>_0x4320ed[_0x465388(0x31b)]&&_0x53c54a(_0x4320ed))return _0x4320ed;_0x4320ed=_0x4320ed['parentElement'];}return null;}function _0x174d8e(_0x2007eb,_0x3ed213){var _0x4bc8b8;return Math['max'](0x1,(_0x4bc8b8=_0x5c713a(_0x2007eb))==null?_0x3ed213:_0x4bc8b8);}function _0x5ed221(_0x34baad,_0x546e2b,_0xc2456c){const _0x1548b8=_0x541376;var _0x2576b2,_0x3f9801;return Math[_0x1548b8(0x51a)](0x1,(_0x2576b2=(_0x3f9801=_0x5c713a(_0x34baad))==null?_0x5c713a(_0x546e2b):_0x3f9801)==null?_0xc2456c:_0x2576b2);}function _0x5c713a(_0x1247ea){const _0x5bb550=_0x541376;return typeof _0x1247ea==_0x5bb550(0x3c4)&&Number['isFinite'](_0x1247ea)&&_0x1247ea>0x0?_0x1247ea:void 0x0;}function _0x53c54a(_0x3f10d6){const _0x1a931f=_0x541376;let _0x665882=window[_0x1a931f(0x589)](_0x3f10d6);return _0x665882[_0x1a931f(0x353)]==='auto'||_0x665882[_0x1a931f(0x353)]===_0x1a931f(0x425)||_0x665882[_0x1a931f(0x353)]===_0x1a931f(0x3c3)||_0x665882['overflowY']==='auto'||_0x665882[_0x1a931f(0x374)]==='scroll'||_0x665882[_0x1a931f(0x374)]===_0x1a931f(0x3c3);}function _0x358e48(_0x54fb85){const _0x30b5eb=_0x541376;let _0x1d1e64=window[_0x30b5eb(0x589)](_0x54fb85);return _0x1d1e64[_0x30b5eb(0x353)]==='auto'||_0x1d1e64['overflow']==='scroll'||_0x1d1e64[_0x30b5eb(0x374)]===_0x30b5eb(0xb6)||_0x1d1e64['overflowY']===_0x30b5eb(0x425);}function _0x521300(_0x443eb0,_0x541068,_0x248e33){const _0x4da3f9=_0x541376;let _0x1ab7f8=Array['from'](_0x443eb0[_0x4da3f9(0x389)](_0x4da3f9(0x28f)))['find'](_0xbca564=>!_0x541068[_0x4da3f9(0x255)](_0xbca564));if(!_0x1ab7f8)return!0x1;let _0x1391c7=_0x4f00e1(_0x1ab7f8,_0x541068,_0x248e33);return _0x1ab7f8[_0x4da3f9(0x4a2)](_0x21d877(_0x248e33,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x1391c7[_0x4da3f9(0x47a)],'clientY':_0x1391c7[_0x4da3f9(0x19e)],'ctrlKey':_0x248e33[_0x4da3f9(0xb5)],'deltaMode':_0x248e33['deltaMode'],'deltaX':_0x248e33['deltaX'],'deltaY':_0x248e33[_0x4da3f9(0x753)],'deltaZ':_0x248e33['deltaZ'],'metaKey':_0x248e33[_0x4da3f9(0x225)],'shiftKey':_0x248e33[_0x4da3f9(0x167)]})),!0x0;}function _0x21d877(_0x1bbe45,_0x17b0f3){const _0x23d177=_0x541376;let _0x2be717=new WheelEvent('wheel',_0x17b0f3);return Object[_0x23d177(0x4e7)](_0x2be717,_0x8c2063,{'configurable':!0x0,'value':_0x1bbe45}),_0x2be717;}function _0x4f00e1(_0x34b44c,_0x534cc9,_0x59d636){const _0x2bd1ec=_0x541376;var _0x308f0e;if(!_0xbddb08(_0x534cc9,_0x59d636[_0x2bd1ec(0x47a)],_0x59d636[_0x2bd1ec(0x19e)]))return{'clientX':_0x59d636['clientX'],'clientY':_0x59d636[_0x2bd1ec(0x19e)]};let _0x2b6a34=_0x34b44c[_0x2bd1ec(0x3d7)](),_0x1a3be1=Math[_0x2bd1ec(0x5a0)](0x18,Math[_0x2bd1ec(0x51a)](0x4,Math[_0x2bd1ec(0x5a0)](_0x2b6a34[_0x2bd1ec(0x4d3)],_0x2b6a34[_0x2bd1ec(0x43b)])/0x8)),_0x1954f7=[{'clientX':_0x2b6a34[_0x2bd1ec(0x407)]+_0x1a3be1,'clientY':_0x2b6a34[_0x2bd1ec(0x1d9)]+_0x1a3be1},{'clientX':_0x2b6a34['right']-_0x1a3be1,'clientY':_0x2b6a34[_0x2bd1ec(0x1d9)]+_0x1a3be1},{'clientX':_0x2b6a34['left']+_0x1a3be1,'clientY':_0x2b6a34[_0x2bd1ec(0x2c2)]-_0x1a3be1},{'clientX':_0x2b6a34[_0x2bd1ec(0x29f)]-_0x1a3be1,'clientY':_0x2b6a34[_0x2bd1ec(0x2c2)]-_0x1a3be1},{'clientX':_0x2b6a34[_0x2bd1ec(0x407)]+_0x2b6a34[_0x2bd1ec(0x4d3)]/0x2,'clientY':_0x2b6a34[_0x2bd1ec(0x1d9)]+_0x2b6a34[_0x2bd1ec(0x43b)]/0x2}];return(_0x308f0e=_0x1954f7[_0x2bd1ec(0x48d)](_0x567e0d=>!_0xbddb08(_0x534cc9,_0x567e0d[_0x2bd1ec(0x47a)],_0x567e0d[_0x2bd1ec(0x19e)])))==null?_0x1954f7[0x0]:_0x308f0e;}function _0x8d5289(_0x20b864,_0x4b0da0,_0x2a0233){const _0x5e103b=_0x541376;return Math[_0x5e103b(0x51a)](_0x4b0da0,Math['min'](_0x2a0233,_0x20b864));}function _0x30fbb5(_0x2870a3,_0x29cc29,_0x5c4687){if(!_0xbddb08(_0x2870a3,_0x29cc29,_0x5c4687))return null;let _0x2620fc=_0x3ca652(_0x2870a3,_0x29cc29,_0x5c4687);if(_0x2620fc)return _0x2620fc;let _0x6839ea=_0x2870a3,_0x4f7a6b=_0x42bec0=>{const _0x406078=_0x1eb6;let _0x5c38ec=Array[_0x406078(0x3be)](_0x42bec0[_0x406078(0x24f)]);for(let _0x3cd444=_0x5c38ec[_0x406078(0x664)]-0x1;_0x3cd444>=0x0;_0x3cd444--){let _0x33101b=_0x5c38ec[_0x3cd444];if(!(!(_0x33101b instanceof HTMLElement)||!_0xbddb08(_0x33101b,_0x29cc29,_0x5c4687))){_0x6839ea=_0x33101b,_0x4f7a6b(_0x33101b);return;}}};return _0x4f7a6b(_0x2870a3),_0x6839ea;}function _0x3ca652(_0x4c8b88,_0x336bce,_0x3798c2){const _0x5a18c7=_0x541376;let _0x53fccc=_0x4c8b88[_0x5a18c7(0x53a)]['elementsFromPoint'];if(typeof _0x53fccc!='function')return null;let _0x5255f6=_0x53fccc[_0x5a18c7(0x200)](_0x4c8b88['ownerDocument'],_0x336bce,_0x3798c2)['find'](_0x3e9496=>_0x3e9496 instanceof HTMLElement&&_0x4c8b88[_0x5a18c7(0x255)](_0x3e9496));return _0x5255f6==null?null:_0x5255f6;}function _0xbddb08(_0x5936ac,_0x557feb,_0x4ba761){const _0x31fc72=_0x541376;let _0x1f2d62=_0x5936ac[_0x31fc72(0x3d7)]();return _0x557feb>=_0x1f2d62[_0x31fc72(0x407)]&&_0x557feb<=_0x1f2d62[_0x31fc72(0x29f)]&&_0x4ba761>=_0x1f2d62['top']&&_0x4ba761<=_0x1f2d62['bottom'];}function _0x1d63d6(_0x43cd21,_0x32d66f,_0x2ebfa9){const _0x1b12e4=_0x541376;let _0x292624=_0x2ebfa9[_0x1b12e4(0x780)]||(_0x2ebfa9[_0x1b12e4(0x167)]?_0x2ebfa9['deltaY']:0x0),_0x56c7be=_0x2ebfa9[_0x1b12e4(0x167)]?0x0:_0x2ebfa9['deltaY'],_0x1e0351=_0x43cd21;for(;_0x1e0351&&_0x32d66f[_0x1b12e4(0x255)](_0x1e0351);){if(_0x2beb85(_0x1e0351,_0x292624,_0x56c7be))return _0x1e0351;_0x1e0351=_0x1e0351[_0x1b12e4(0x130)];}return _0x2beb85(_0x32d66f,_0x292624,_0x56c7be)?_0x32d66f:null;}function _0x15f93c(_0x3d7f5f,_0x38f71f){const _0x55e5e3=_0x541376;let _0x563821=_0x3d7f5f['deltaX']||(_0x3d7f5f[_0x55e5e3(0x167)]?_0x3d7f5f['deltaY']:0x0),_0x113bc7=_0x3d7f5f[_0x55e5e3(0x167)]?0x0:_0x3d7f5f['deltaY'],_0x48e2ca=_0x38f71f[_0x55e5e3(0x309)],_0x4a24c8=_0x38f71f[_0x55e5e3(0x5dc)];return _0x563821&&(_0x38f71f[_0x55e5e3(0x309)]+=_0x563821),_0x113bc7&&(_0x38f71f['scrollTop']+=_0x113bc7),_0x38f71f[_0x55e5e3(0x309)]!==_0x48e2ca||_0x38f71f[_0x55e5e3(0x5dc)]!==_0x4a24c8;}function _0x3af3eb(..._0x2ec03f){const _0x1a47f8=_0x541376;return _0x2ec03f[_0x1a47f8(0x66c)](_0x2babeb=>!!_0x2babeb&&_0x2babeb['isConnected']);}function _0x1f2ff3(_0x4a73e8,_0x3ece0f){const _0x182c2e=_0x541376;if(_0x3ece0f instanceof HTMLCanvasElement&&_0x4a73e8[_0x182c2e(0x40b)](_0x2c0271=>_0x2c0271['contains'](_0x3ece0f)))return _0x3ece0f;for(let _0x4a8fda of _0x4a73e8){let _0x240a07=_0x4a8fda['querySelector'](_0x182c2e(0x28f));if(_0x240a07)return _0x240a07;}return null;}function _0x274143(_0x395913){const _0xc5c840=_0x541376;return _0x395913!==_0x1d2b2d['UniverInstanceType']['UNIVER_SHEET']&&_0x395913!==_0x1d2b2d[_0xc5c840(0x537)][_0xc5c840(0x556)]&&_0x395913!==_0x1d2b2d[_0xc5c840(0x537)]['UNIVER_BASE'];}function _0x4447f6(_0x29b6fc){const _0x3c4d9c=_0x541376;let _0x3c00f7=_0x259554(_0x29b6fc);return _0x3c00f7===_0x3c4d9c(0x37c)||_0x3c00f7===_0x3c4d9c(0x24e)||_0x3c00f7==='floating-menu';}function _0x259554(_0x433dc5){const _0x358153=_0x541376;var _0x4ebe2a;if(!(_0x433dc5 instanceof HTMLElement))return;let _0x5c5285=(_0x4ebe2a=_0x433dc5[_0x358153(0x639)](_0x358153(0x52c)))==null?void 0x0:_0x4ebe2a[_0x358153(0x161)](_0x59c51f);return _0x33aaa2(_0x5c5285)?_0x5c5285:void 0x0;}function _0x362d77(_0x285b49){const _0x5b1edd=_0x541376;let {stage:_0x7455d0,isOwnedChildInteraction:_0x534f19}=_0x285b49;return _0x7455d0===_0x5b1edd(0x7ac)&&_0x534f19;}function _0x3c6cc9(_0x289534){const _0x39d48e=_0x541376;return _0x289534[_0x39d48e(0x290)]<_0x289534[_0x39d48e(0x2c4)];}function _0x33aaa2(_0x21e85c){const _0xbf8188=_0x541376;return _0x21e85c===_0xbf8188(0xcd)||_0x21e85c==='child-session'||_0x21e85c==='child-editor'||_0x21e85c===_0xbf8188(0x24e)||_0x21e85c==='floating-menu';}function _0x4581e9(_0x532866){const _0x49678f=_0x541376;return _0x532866['id']===_0x49678f(0xfd)||_0x532866['id']['startsWith'](_0x49678f(0x268))||_0x532866['id'][_0x49678f(0x16d)](_0x49678f(0x5b9))||_0x532866[_0x49678f(0x639)](_0x49678f(0x1ea))!=null;}function _0x3c5e7e(_0x311d2b,_0x2aa184){const _0x439358=_0x541376;if(!_0x311d2b||_0x2aa184['length']===0x0)return;let _0xe97dd8=_0x2aa184[0x0][_0x439358(0x53a)][_0x439358(0x6b6)];_0xe97dd8 instanceof HTMLElement&&(_0x2aa184[_0x439358(0x40b)](_0x361f87=>_0x361f87['contains'](_0xe97dd8))||_0xe97dd8[_0x439358(0x639)](_0x439358(0x50a)+_0x311d2b+'\x22]')!=null)&&_0xe97dd8['blur']();}function _0x2beb85(_0x285434,_0x57dbaa,_0x3f7224){const _0x4d6995=_0x541376;let _0x4855d1=_0x57dbaa!==0x0&&_0x285434['scrollWidth']>_0x285434[_0x4d6995(0x4d8)]&&(_0x57dbaa<0x0?_0x285434['scrollLeft']>0x0:_0x285434[_0x4d6995(0x309)]+_0x285434[_0x4d6995(0x4d8)]<_0x285434[_0x4d6995(0x738)]),_0x5688aa=_0x3f7224!==0x0&&_0x285434[_0x4d6995(0xb3)]>_0x285434[_0x4d6995(0x31b)]&&(_0x3f7224<0x0?_0x285434['scrollTop']>0x0:_0x285434['scrollTop']+_0x285434[_0x4d6995(0x31b)]<_0x285434[_0x4d6995(0xb3)]);return _0x4855d1||_0x5688aa;}function _0x4c9aa6(_0x4d42c3,_0x12be70=0x1,_0x14f395=0x1){const _0x2504d0=_0x541376;let _0x23b4d1=_0x4d42c3['deltaX']/(Math[_0x2504d0(0x566)](_0x12be70)||0x1),_0x2f9b41=_0x4d42c3[_0x2504d0(0x753)]/(Math['abs'](_0x14f395)||0x1);if(_0x4d42c3['shiftKey'])_0x23b4d1=(_0x4d42c3['deltaY']||_0x4d42c3[_0x2504d0(0x780)])*0x3/(Math[_0x2504d0(0x566)](_0x12be70)||0x1),_0x2f9b41=0x0;else{let _0x4f586c=Math[_0x2504d0(0x566)](_0x23b4d1),_0xe96b9d=Math['abs'](_0x2f9b41);_0xe96b9d>=_0x4f586c*0x2?_0x23b4d1=0x0:_0x4f586c>=_0xe96b9d*0x2&&(_0x2f9b41=0x0);}return{'offsetX':_0x23b4d1,'offsetY':_0x2f9b41};}function _0x3464aa(_0x279507,_0xf9d8e9,_0x219aff){const _0x304410=_0x541376;var _0x38f287,_0x21e9dd,_0x5b6435,_0x59a5f6;if(!_0xf9d8e9)return!0x1;let {offsetX:_0x19066c,offsetY:_0x37205d}=_0x1ca977(_0x279507,_0xf9d8e9,_0x219aff);if(!_0x19066c&&!_0x37205d)return!0x1;let _0x3c84f9=(_0x38f287=_0xf9d8e9[_0x304410(0x6fc)])==null?0x0:_0x38f287,_0x2b8820=(_0x21e9dd=_0xf9d8e9['viewportScrollY'])==null?0x0:_0x21e9dd;if(_0x279507[_0x304410(0x2a5)]===_0x304410(0x31d)&&_0xf9d8e9[_0x304410(0x1ab)]&&(_0x279507[_0x304410(0x6fc)]!=null||_0x279507[_0x304410(0x3de)]!=null)){var _0x341f1b,_0x1f3800;_0xf9d8e9[_0x304410(0x1ab)]({'viewportScrollX':(_0x341f1b=_0x279507[_0x304410(0x6fc)])==null?_0x3c84f9:_0x341f1b,'viewportScrollY':(_0x1f3800=_0x279507[_0x304410(0x3de)])==null?_0x2b8820:_0x1f3800});}else{if(_0xf9d8e9[_0x304410(0x386)])_0xf9d8e9[_0x304410(0x386)]({'viewportScrollX':_0x19066c,'viewportScrollY':_0x37205d});else return!0x1;}let _0x15c758=((_0x5b6435=_0xf9d8e9[_0x304410(0x6fc)])==null?0x0:_0x5b6435)!==_0x3c84f9||((_0x59a5f6=_0xf9d8e9[_0x304410(0x3de)])==null?0x0:_0x59a5f6)!==_0x2b8820;if(_0x15c758){var _0x46906b;_0x219aff==null||(_0x46906b=_0x219aff[_0x304410(0x275)])==null||_0x46906b['call'](_0x219aff,!0x0);}return _0x15c758;}function _0x1ca977(_0x11a691,_0xfb9d1f,_0x97c44f){const _0x1a2d84=_0x541376;if(_0x11a691[_0x1a2d84(0x2a5)]===_0x1a2d84(0x31d)&&(_0x11a691[_0x1a2d84(0x6fc)]!=null||_0x11a691[_0x1a2d84(0x3de)]!=null)){var _0x2c5ccc,_0x12b0f8,_0x5752d3,_0x5e3a75,_0x60b101,_0x9faeba;return{'offsetX':((_0x2c5ccc=(_0x12b0f8=_0x11a691[_0x1a2d84(0x6fc)])==null?_0xfb9d1f[_0x1a2d84(0x6fc)]:_0x12b0f8)==null?0x0:_0x2c5ccc)-((_0x5752d3=_0xfb9d1f[_0x1a2d84(0x6fc)])==null?0x0:_0x5752d3),'offsetY':((_0x5e3a75=(_0x60b101=_0x11a691[_0x1a2d84(0x3de)])==null?_0xfb9d1f[_0x1a2d84(0x3de)]:_0x60b101)==null?0x0:_0x5e3a75)-((_0x9faeba=_0xfb9d1f[_0x1a2d84(0x3de)])==null?0x0:_0x9faeba)};}return _0x4c9aa6(_0x11a691['event'],_0x97c44f==null?void 0x0:_0x97c44f['scaleX'],_0x97c44f==null?void 0x0:_0x97c44f[_0x1a2d84(0x242)]);}function _0x1ea84a(_0x489325){const _0x2a4f9b=_0x541376;var _0x401d43,_0x129d64,_0x2ba7d0,_0x2a9c0f;let _0x56bd19=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x2a4f9b(0x38e)]),_0x478fc0=(0x0,_0x54d9f7[_0x2a4f9b(0x2de)])(_0x1d2b2d[_0x2a4f9b(0x47f)]),_0x221c3d=(0x0,_0x54d9f7['useDependency'])(_0x3adadb['IRenderManagerService']),_0x11daf5=_0x3966f2(_0x489325[_0x2a4f9b(0x1c8)]),_0x5a7318=_0x11daf5==null?void 0x0:_0x11daf5[_0x2a4f9b(0x142)],_0x3c99dc=_0x5a7318==null?(_0x401d43=_0x478fc0[_0x2a4f9b(0x6f4)](_0x1d2b2d[_0x2a4f9b(0x537)][_0x2a4f9b(0x556)]))==null?void 0x0:_0x401d43[_0x2a4f9b(0x660)]():_0x5a7318,_0xe128a8=(0x0,_0x271c2b[_0x2a4f9b(0x513)])(null),_0x5766ea=(0x0,_0x271c2b[_0x2a4f9b(0x513)])(null),[_0x3f5ff8,_0xd02047]=(0x0,_0x271c2b[_0x2a4f9b(0x749)])(()=>(0x0,_0x172457[_0x2a4f9b(0x767)])()),_0x4e7c98=(0x0,_0x271c2b[_0x2a4f9b(0x513)])(_0x3f5ff8),_0x144380=_0x2cb40a(_0x11daf5),_0x5ad4c2=_0x489325[_0x2a4f9b(0x26a)],_0x44bc80=_0x5ad4c2==null?void 0x0:_0x5ad4c2['bleedLeft'],_0x2d880c=_0x5ad4c2==null?void 0x0:_0x5ad4c2[_0x2a4f9b(0x6e5)],_0x95affa=_0x5ad4c2==null?void 0x0:_0x5ad4c2[_0x2a4f9b(0x586)];_0x4e7c98[_0x2a4f9b(0x441)]=_0x3f5ff8,(0x0,_0x271c2b[_0x2a4f9b(0x74e)])(()=>{if(!_0x5a7318)return;let _0x5716d3=[],_0x8cf5a6=()=>{const _0x3e04ee=_0x1eb6;let _0x24f056=_0x478fc0['getUnit'](_0x5a7318,_0x1d2b2d[_0x3e04ee(0x537)]['UNIVER_DOC']),_0x53d17e=_0x24f056==null?void 0x0:_0x24f056[_0x3e04ee(0x22b)];typeof _0x53d17e==_0x3e04ee(0x3c4)&&_0x56bd19[_0x3e04ee(0xe4)](_0x172457[_0x3e04ee(0xac)]['id'],{'unitId':_0x5a7318,'zoomRatio':_0x53d17e});},_0x74e1d0=_0x1540a3=>{const _0x4e6b40=_0x1eb6;let _0x54897e=requestAnimationFrame(_0x1540a3);_0x5716d3[_0x4e6b40(0x400)](()=>cancelAnimationFrame(_0x54897e));},_0x392b88=_0x87c715=>{const _0xc3371f=_0x1eb6;let _0x59b5a7=setTimeout(_0x8cf5a6,_0x87c715);_0x5716d3[_0xc3371f(0x400)](()=>clearTimeout(_0x59b5a7));};return _0x8cf5a6(),_0x74e1d0(_0x8cf5a6),_0x74e1d0(()=>_0x74e1d0(_0x8cf5a6)),_0x392b88(0x78),_0x392b88(0x1f4),()=>{_0x5716d3['forEach'](_0xd46b35=>_0xd46b35());};},[_0x56bd19,_0x5a7318,_0x478fc0]),(0x0,_0x271c2b[_0x2a4f9b(0x5a2)])(()=>{const _0x313985=_0x2a4f9b;let _0x57bd45=_0xe128a8[_0x313985(0x441)];if(!_0x57bd45||!_0x144380||typeof window>'u')return;let _0x5725b5,_0x50f7e4=()=>{const _0x324edb=_0x313985;_0x5725b5=void 0x0;let _0x27a318=_0x57bd45['getBoundingClientRect'](),_0x3e5b43=(0x0,_0x172457[_0x324edb(0x487)])(_0x57bd45,_0x19f328(_0x95affa,()=>_0x444511(_0x57bd45,_0x27a318[_0x324edb(0x4d3)])),{'bleedLeft':_0x44bc80,'bleedWidth':_0x2d880c});_0xd02047(_0x52bd3c=>Math['abs'](_0x52bd3c[_0x324edb(0x6f2)]-_0x3e5b43[_0x324edb(0x6f2)])<0.5&&Math[_0x324edb(0x566)](_0x52bd3c[_0x324edb(0x6fb)]-_0x3e5b43[_0x324edb(0x6fb)])<0.5&&Math[_0x324edb(0x566)](_0x52bd3c[_0x324edb(0x6e5)]-_0x3e5b43[_0x324edb(0x6e5)])<0.5&&Math[_0x324edb(0x566)](_0x52bd3c[_0x324edb(0x586)]-_0x3e5b43['contentWidth'])<0.5&&Math[_0x324edb(0x566)](_0x52bd3c[_0x324edb(0x2ad)]-_0x3e5b43[_0x324edb(0x2ad)])<0.5?_0x52bd3c:_0x3e5b43);},_0x3b70ba=()=>{const _0x43cfd4=_0x313985;_0x5725b5==null&&(_0x5725b5=window[_0x43cfd4(0x722)](_0x50f7e4));},_0xcbe02c=_0x540609=>{_0x70df5c(_0x57bd45,_0x540609['target'])&&_0x3b70ba();};_0x50f7e4();let _0x370615=new ResizeObserver(_0x3b70ba);return _0x370615['observe'](_0x57bd45),window[_0x313985(0x5b3)](_0x313985(0x44f),_0x3b70ba),window['addEventListener'](_0x313985(0x425),_0xcbe02c,!0x0),()=>{const _0x4a2ae4=_0x313985;_0x5725b5!=null&&window[_0x4a2ae4(0x1ca)](_0x5725b5),_0x370615[_0x4a2ae4(0x1b6)](),window[_0x4a2ae4(0x355)](_0x4a2ae4(0x44f),_0x3b70ba),window[_0x4a2ae4(0x355)]('scroll',_0xcbe02c,!0x0);};},[_0x44bc80,_0x2d880c,_0x95affa,_0x144380]),(0x0,_0x271c2b[_0x2a4f9b(0x5a2)])(()=>{const _0x562b98=_0x2a4f9b;let _0x2ec1c6=_0xe128a8[_0x562b98(0x441)];if(!_0x2ec1c6||!_0x144380){_0x5766ea[_0x562b98(0x441)]=null;return;}let _0x77c1fa=()=>{const _0x12ad4c=_0x562b98;_0x5766ea[_0x12ad4c(0x441)]=_0x2ec1c6[_0x12ad4c(0x2eb)](_0x12ad4c(0x4a8));};_0x77c1fa();let _0x12533c=new MutationObserver(_0x77c1fa);return _0x12533c[_0x562b98(0xd8)](_0x2ec1c6,{'childList':!0x0,'subtree':!0x0}),()=>{const _0x1e6727=_0x562b98;_0x5766ea[_0x1e6727(0x441)]=null,_0x12533c[_0x1e6727(0x1b6)]();};},[_0x144380]);let _0x35549c=_0x144380?_0xf8ed70((_0x129d64=_0x489325[_0x2a4f9b(0x26a)])==null?void 0x0:_0x129d64[_0x2a4f9b(0x233)]):(0x0,_0x172457[_0x2a4f9b(0xa3)])((_0x2ba7d0=_0x489325[_0x2a4f9b(0x26a)])==null?void 0x0:_0x2ba7d0[_0x2a4f9b(0x233)],0x1),_0x15a652=_0x303fa7({'contentHeight':_0x35549c,'menuInsetTop':0x34,'sheetLike':_0x144380}),_0x50cf2f=_0xd1a15c({'contentHeight':_0x35549c,'sheetLike':_0x144380,'viewportHeight':(_0x2a9c0f=_0x489325['customBlockRenderViewport'])==null?void 0x0:_0x2a9c0f[_0x2a4f9b(0x2af)]}),_0x2b299a=_0x144380?{'height':_0x15a652,'minHeight':_0x15a652}:void 0x0,_0x3fe3ac=(0x0,_0x271c2b['useCallback'])((_0x3d9f23,_0x4f2124)=>{const _0x510999=_0x2a4f9b;var _0x10b0c5;let _0x28b90f=(_0x10b0c5=_0x221c3d[_0x510999(0x49f)](_0x4f2124[_0x510999(0x142)]))==null?void 0x0:_0x10b0c5['scene'];return _0x3464aa({..._0x4f2124,'event':_0x3d9f23,'source':_0x510999(0x491),'stage':_0x510999(0x7ac)},_0x28b90f==null?void 0x0:_0x28b90f['getViewport'](_0x172457['VIEWPORT_KEY']['VIEW_MAIN']),_0x28b90f);},[_0x221c3d]),_0x107704=(0x0,_0x271c2b[_0x2a4f9b(0x106)])(_0xe9f32=>{const _0x1c3ddd=_0x2a4f9b;var _0x1dc4a8;if(!_0x3c99dc)return!0x1;let _0x3cc56e=(_0x1dc4a8=_0x221c3d[_0x1c3ddd(0x49f)](_0x3c99dc))==null?void 0x0:_0x1dc4a8[_0x1c3ddd(0x703)];return _0x3464aa({'event':_0xe9f32,'source':'wheel','stage':'stage2'},_0x3cc56e==null?void 0x0:_0x3cc56e['getViewport'](_0x172457[_0x1c3ddd(0x295)][_0x1c3ddd(0x292)]),_0x3cc56e);},[_0x221c3d,_0x3c99dc]),_0x60b2aa=(0x0,_0x271c2b[_0x2a4f9b(0x106)])(_0x17939c=>{_0x5c30dd(_0x221c3d,_0x3c99dc,_0x17939c);},[_0x221c3d,_0x3c99dc]);return(0x0,_0x271c2b[_0x2a4f9b(0x74e)])(()=>{const _0x464c10=_0x2a4f9b;let _0x130f82=_0xe128a8['current'];if(!_0x130f82||!_0x144380)return;let _0x3ddb2e=_0x8aa4a9=>{const _0xd8e51c=_0x1eb6;var _0x1b42ce;_0x361a4b(_0x8aa4a9)&&((_0x1b42ce=_0x130f82[_0xd8e51c(0x2eb)](_0xd8e51c(0x751)))==null?void 0x0:_0x1b42ce[_0xd8e51c(0x54c)][_0xd8e51c(0x2b4)])===_0xd8e51c(0x7ac)&&_0x107704(_0x8aa4a9)&&(_0x8aa4a9[_0xd8e51c(0xf5)](),_0x8aa4a9[_0xd8e51c(0x160)](),_0x8aa4a9['stopImmediatePropagation']());};return _0x130f82[_0x464c10(0x5b3)](_0x464c10(0x491),_0x3ddb2e,{'capture':!0x0,'passive':!0x1}),()=>_0x130f82[_0x464c10(0x355)](_0x464c10(0x491),_0x3ddb2e,{'capture':!0x0});},[_0x107704,_0x144380]),(0x0,_0x271c2b[_0x2a4f9b(0x74e)])(()=>{const _0x4bf1ef=_0x2a4f9b;let _0x34c66b=_0xe128a8[_0x4bf1ef(0x441)];if(!_0x34c66b||!_0x144380)return;let _0x3a26bc=_0x465d42({'getLive':()=>_0x5766ea[_0x4bf1ef(0x441)],'getStage':()=>{const _0x3459ee=_0x4bf1ef;var _0x51fb9d;return(_0x51fb9d=_0x34c66b['querySelector'](_0x3459ee(0x751)))==null?void 0x0:_0x51fb9d[_0x3459ee(0x54c)]['embedFloatStage'];},'getMaxScrollLeft':()=>{const _0x3371e7=_0x4bf1ef;let _0x44c4e3=_0x4e7c98[_0x3371e7(0x441)][_0x3371e7(0x2ad)]-_0x4e7c98[_0x3371e7(0x441)][_0x3371e7(0x6e5)];return _0x44c4e3>0x0?_0x44c4e3:void 0x0;}});return _0x34c66b[_0x4bf1ef(0x5b3)]('wheel',_0x3a26bc,{'capture':!0x0,'passive':!0x1}),()=>_0x34c66b[_0x4bf1ef(0x355)]('wheel',_0x3a26bc,{'capture':!0x0});},[_0x144380]),(0x0,_0x2030b6[_0x2a4f9b(0x300)])(_0x2a4f9b(0x7ab),{'ref':_0xe128a8,'className':_0x2a4f9b(0x505),'data-u-comp':'embed-docs-custom-block','data-embed-docs-custom-block':'true','data-embed-docs-custom-block-child-type':(_0x11daf5==null?void 0x0:_0x11daf5[_0x2a4f9b(0x31c)])==null?void 0x0:String(_0x11daf5[_0x2a4f9b(0x31c)]),'data-embed-docs-custom-block-sheet-like':_0x144380?_0x2a4f9b(0x3d3):void 0x0,'style':_0x2b299a,'children':(0x0,_0x2030b6[_0x2a4f9b(0x300)])(_0x285e7e,{..._0x489325,'docsCustomBlockLayout':_0x144380?{'bleedLeft':_0x3f5ff8[_0x2a4f9b(0x6f2)],'bleedWidth':_0x3f5ff8[_0x2a4f9b(0x6e5)],'contentHeight':_0x35549c,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x50cf2f}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':'doc-block','onHostWheel':_0x144380?_0x3fe3ac:void 0x0,'onRuntimeStageEnter':_0x60b2aa,'syncHostVerticalScroll':_0x144380})});}function _0x5c30dd(_0x50a873,_0xcddb3d,_0x5baa2f){const _0x31c3e8=_0x541376;var _0x1f36cd;_0x5baa2f!==_0x31c3e8(0x7ac)||!_0xcddb3d||(_0x1f36cd=_0x50a873[_0x31c3e8(0x49f)](_0xcddb3d))==null||(_0x1f36cd=_0x1f36cd[_0x31c3e8(0x5e5)](_0x172457[_0x31c3e8(0x162)]))==null||_0x1f36cd[_0x31c3e8(0x232)]();}function _0xbdb536(_0x49c867){return _0x161e19=>{const _0x1acca2=_0x1eb6;var _0x48ab4d;let _0x598d41=_0x49c867['getLive']();!_0x598d41||_0x161e19[_0x1acca2(0xb5)]||_0x161e19['metaKey']||(0x0,_0x172457[_0x1acca2(0x2d0)])(_0x161e19,_0x598d41,{'maxScrollLeft':(_0x48ab4d=_0x49c867[_0x1acca2(0x445)])==null?void 0x0:_0x48ab4d[_0x1acca2(0x200)](_0x49c867)})&&(_0x161e19[_0x1acca2(0xf5)](),_0x161e19[_0x1acca2(0x160)]());};}function _0x465d42(_0x45ea6a){let _0x5bf9b1=_0xbdb536(_0x45ea6a);return _0x3bd164=>{const _0x32f228=_0x1eb6;_0x45ea6a[_0x32f228(0x53c)]()!=='stage2'||!_0x293a61(_0x3bd164)||_0x5bf9b1(_0x3bd164);};}function _0xf8ed70(_0x41bc6d){return(0x0,_0x172457['resolveDocsTableLikeCustomBlockContentHeight'])(_0x41bc6d,0x1e0);}function _0xd1a15c(_0x4f8ec2){const _0x499489=_0x541376;return(0x0,_0x172457[_0x499489(0xa3)])(_0x4f8ec2[_0x499489(0x2af)],_0x4f8ec2[_0x499489(0x233)]);}function _0x303fa7(_0x471486){const _0x16406c=_0x541376;return _0x471486['sheetLike']?_0x471486[_0x16406c(0x233)]+_0x471486[_0x16406c(0x348)]:_0x471486[_0x16406c(0x233)];}function _0x19f328(_0x321e62,_0x19d624){const _0x5db3c9=_0x541376;return Number[_0x5db3c9(0x1ee)](_0x321e62)&&(_0x321e62==null?0x0:_0x321e62)>0x0?_0x321e62:(0x0,_0x172457[_0x5db3c9(0x21b)])(void 0x0,_0x19d624());}function _0x70df5c(_0x389258,_0x445b0e){return!(_0x445b0e instanceof Node&&_0x389258['contains'](_0x445b0e));}function _0x3966f2(_0x3862f2){const _0x1b816d=_0x541376;if(!_0x3862f2||typeof _0x3862f2!='object')return;let _0x3343b8=_0x3862f2;if(!(_0x3343b8['version']!==0x1||!_0x3343b8[_0x1b816d(0x333)]||!_0x3343b8[_0x1b816d(0x683)]))return _0x3343b8;}function _0x2cb40a(_0x5bb3d4){const _0x1721ea=_0x541376;return(_0x5bb3d4==null?void 0x0:_0x5bb3d4[_0x1721ea(0x31c)])===_0x1d2b2d[_0x1721ea(0x537)][_0x1721ea(0x3e8)]||(_0x5bb3d4==null?void 0x0:_0x5bb3d4['childType'])===_0x1d2b2d[_0x1721ea(0x537)][_0x1721ea(0x15c)];}function _0x361a4b(_0x5e011d){const _0x2d463c=_0x541376;return _0x5e011d[_0x2d463c(0x167)]||_0x5e011d[_0x2d463c(0xb5)]||_0x5e011d[_0x2d463c(0x225)]?!0x1:Math[_0x2d463c(0x566)](_0x5e011d[_0x2d463c(0x753)])>Math[_0x2d463c(0x566)](_0x5e011d['deltaX']);}function _0x293a61(_0x571b1f){const _0x5d1496=_0x541376;if(_0x571b1f[_0x5d1496(0xb5)]||_0x571b1f[_0x5d1496(0x225)])return!0x1;let _0x5861a2=_0x571b1f['deltaX']||(_0x571b1f['shiftKey']?_0x571b1f[_0x5d1496(0x753)]:0x0),_0x4bdc09=_0x571b1f[_0x5d1496(0x167)]?0x0:_0x571b1f['deltaY'];return Math[_0x5d1496(0x566)](_0x5861a2)>Math[_0x5d1496(0x566)](_0x4bdc09);}function _0x444511(_0x32ef6a,_0x2aaa35){const _0x394f49=_0x541376;let _0x111799=_0x32ef6a['querySelector'](_0x394f49(0x16e)),_0x563f37=_0x32ef6a['querySelector'](_0x394f49(0x2a3)),_0x203715=[Math[_0x394f49(0x51a)](0x1,_0x2aaa35)];return _0x3e7b55(_0x111799,_0x203715),_0x3e7b55(_0x563f37,_0x203715),Math[_0x394f49(0x51a)](..._0x203715[_0x394f49(0x66c)](_0x4dfc85=>Number[_0x394f49(0x1ee)](_0x4dfc85)&&_0x4dfc85>0x0));}function _0x3e7b55(_0x59af0a,_0x3f95bb){const _0x4e07b1=_0x541376;if(_0x59af0a){_0x3f95bb[_0x4e07b1(0x400)](_0x59af0a[_0x4e07b1(0x738)],_0x59af0a['offsetWidth'],_0x59af0a[_0x4e07b1(0x3d7)]()[_0x4e07b1(0x4d3)]);for(let _0x3a57fb of Array[_0x4e07b1(0x3be)](_0x59af0a['children'])){if(!(_0x3a57fb instanceof HTMLElement))continue;let _0x114b0e=_0x3a57fb[_0x4e07b1(0x3d7)](),_0x5448cb=_0x59af0a['getBoundingClientRect']();_0x3f95bb[_0x4e07b1(0x400)](_0x3a57fb[_0x4e07b1(0x738)],_0x3a57fb[_0x4e07b1(0x516)],_0x114b0e[_0x4e07b1(0x29f)]-_0x5448cb['left']);}}}let _0x5d0c82=class extends _0x1d2b2d['Disposable']{constructor(_0x4a7dfd){const _0x4d8b9f=_0x541376;super(),this['_componentManager']=_0x4a7dfd,this[_0x4d8b9f(0xae)]();}[_0x541376(0xae)](){const _0x44ed24=_0x541376;this['disposeWithMe'](this[_0x44ed24(0x2ce)][_0x44ed24(0x745)](_0x172457[_0x44ed24(0x5d5)],_0x1ea84a)),this[_0x44ed24(0x291)](this[_0x44ed24(0x2ce)][_0x44ed24(0x745)](_0x3f9f59[_0x44ed24(0x43d)],_0x285e7e));}};_0x5d0c82=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d['Inject'])(_0x54d9f7['ComponentManager']))],_0x5d0c82);let _0x50a3b2=class{constructor(_0x4e77f9,_0x3ed40b){const _0x41b8c7=_0x541376;this[_0x41b8c7(0x775)]=_0x4e77f9,this[_0x41b8c7(0x28b)]=_0x3ed40b,this['_passiveWheelHandlerRegistry'][_0x41b8c7(0x745)]({'childType':_0x1d2b2d[_0x41b8c7(0x537)][_0x41b8c7(0x556)],'handleWheel':_0xe43b37=>this['_injector'][_0x41b8c7(0x297)](_0xe3360d['DocsTablePassiveWheelService'])?this[_0x41b8c7(0x775)]['get'](_0xe3360d[_0x41b8c7(0x4be)])['handleWheel']({'childUnitId':_0xe43b37[_0x41b8c7(0x199)],'event':_0xe43b37[_0x41b8c7(0x76d)],'source':_0xe43b37[_0x41b8c7(0x2a5)]}):!0x1,'order':0x64});}};_0x50a3b2=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d[_0x541376(0xee)])),_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x46b5bb))],_0x50a3b2);let _0x5d98bf=[_0x1d2b2d[_0x541376(0x537)][_0x541376(0x556)],_0x1d2b2d[_0x541376(0x537)][_0x541376(0x3e8)],_0x1d2b2d['UniverInstanceType']['UNIVER_BASE'],_0x1d2b2d[_0x541376(0x537)]['UNIVER_SLIDE']],_0x86b3cb=class extends _0x1d2b2d['Disposable']{constructor(_0xf5b24f,_0x52e7ca){const _0x2d36b3=_0x541376;super(),this[_0x2d36b3(0x6d0)]=_0xf5b24f,this[_0x2d36b3(0x32a)]=_0x52e7ca,_0x5d98bf[_0x2d36b3(0x187)](_0x44c82e=>{const _0x5bafbc=_0x2d36b3;this[_0x5bafbc(0x291)](this[_0x5bafbc(0x6d0)]['getTypeOfUnitDisposed$'](_0x44c82e)[_0x5bafbc(0x270)](_0x238f33=>{const _0x3ad06c=_0x5bafbc;this[_0x3ad06c(0x32a)][_0x3ad06c(0x1e2)](_0x238f33[_0x3ad06c(0x660)]());}));});}};_0x86b3cb=_0x5972e7([_0x3e7510(0x0,_0x1d2b2d[_0x541376(0x47f)]),_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0x4c6)]))],_0x86b3cb);let _0xb47ad7=class extends _0x1d2b2d['Disposable']{constructor(_0x26564f,_0x106aa5,_0x214e99,_0x5f97d0){const _0x2032d5=_0x541376;super(),this['_menuOverrideService']=_0x26564f,this[_0x2032d5(0x515)]=_0x106aa5,this['_ribbonOverrideService']=_0x214e99,this[_0x2032d5(0x775)]=_0x5f97d0,_0x531548(this,'_current',null),_0x531548(this,_0x2032d5(0x498),null),this[_0x2032d5(0x291)]((0x0,_0x1d2b2d['toDisposable'])(this[_0x2032d5(0x16c)][_0x2032d5(0x14e)][_0x2032d5(0x270)](_0x19c22e=>{const _0x1a164=_0x2032d5;var _0x1f80fe,_0x4275e2,_0x692973;if(!_0x19c22e){this['_current']?(this[_0x1a164(0x3c8)][_0x1a164(0x3b0)](),this['_current']=null):this['_ribbonOverrideService'][_0x1a164(0x3d5)](),this['_currentOverride']=null;return;}if(_0x46bed9(this[_0x1a164(0x498)],_0x19c22e))return;(_0x1f80fe=this['_current'])==null||_0x1f80fe['dispose'](),this[_0x1a164(0x3c8)]=null,this[_0x1a164(0x498)]=null;let _0x821c0c=this[_0x1a164(0x515)][_0x1a164(0x63f)](_0x19c22e['childType']),_0x571794=_0x821c0c==null||(_0x4275e2=_0x821c0c[_0x1a164(0x125)])==null?void 0x0:_0x4275e2['call'](_0x821c0c,{'childType':_0x19c22e['childType'],'childUnitId':_0x19c22e[_0x1a164(0x199)],'injector':this[_0x1a164(0x775)],'embedId':_0x19c22e['embedId'],'hostUnitId':_0x19c22e[_0x1a164(0x142)],'entry':_0x19c22e[_0x1a164(0x138)]});if(!_0x571794){this['_ribbonOverrideService']['clear']();return;}this['_ribbonOverrideService']['activate']({'id':_0x19c22e['embedId'],'ribbonService':_0x571794[_0x1a164(0x492)],'injector':_0x571794[_0x1a164(0x757)],'portalContainer':(_0x692973=_0x571794[_0x1a164(0x3bf)])==null?_0x19c22e[_0x1a164(0x3bf)]:_0x692973,'placeholderTitle':_0x571794[_0x1a164(0x13a)],'hideToolbar':_0x571794[_0x1a164(0x331)]}),this[_0x1a164(0x498)]=_0x19c22e,this[_0x1a164(0x3c8)]=(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x160a26=_0x1a164;var _0x257279;this[_0x160a26(0x636)][_0x160a26(0x3d5)](_0x19c22e['embedId']),(_0x257279=_0x571794[_0x160a26(0x4b9)])==null||_0x257279['dispose'](),this[_0x160a26(0x498)]=null;});})));}[_0x541376(0x3b0)](){const _0x4c558e=_0x541376;var _0x5c48a3;(_0x5c48a3=this[_0x4c558e(0x3c8)])==null||_0x5c48a3['dispose'](),this[_0x4c558e(0x3c8)]=null,this[_0x4c558e(0x498)]=null,super[_0x4c558e(0x3b0)]();}};_0xb47ad7=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x50202c)),_0x3e7510(0x1,(0x0,_0x1d2b2d['Inject'])(_0x5a3470)),_0x3e7510(0x2,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x54d9f7[_0x541376(0x549)])),_0x3e7510(0x3,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d[_0x541376(0xee)]))],_0xb47ad7);function _0x46bed9(_0x2bff1a,_0x2219a2){const _0x32455a=_0x541376;return _0x2bff1a!=null&&_0x2bff1a[_0x32455a(0x142)]===_0x2219a2['hostUnitId']&&_0x2bff1a[_0x32455a(0x333)]===_0x2219a2[_0x32455a(0x333)]&&_0x2bff1a[_0x32455a(0x199)]===_0x2219a2[_0x32455a(0x199)]&&_0x2bff1a['childType']===_0x2219a2[_0x32455a(0x31c)]&&_0x2bff1a[_0x32455a(0x138)]===_0x2219a2['entry']&&_0x2bff1a[_0x32455a(0xdf)]===_0x2219a2[_0x32455a(0xdf)]&&_0x2bff1a['portalContainer']===_0x2219a2[_0x32455a(0x3bf)]&&_0x2bff1a[_0x32455a(0x583)]===_0x2219a2[_0x32455a(0x583)]&&_0x2bff1a[_0x32455a(0x6c7)]===_0x2219a2['lockHostRibbon'];}function _0x4bda9b(_0x2e9f21){const _0x39a0cf=_0x541376;let _0x3313fd=[];return[[_0x1d2b2d[_0x39a0cf(0x537)][_0x39a0cf(0x556)],_0x39a0cf(0x466)],[_0x1d2b2d[_0x39a0cf(0x537)][_0x39a0cf(0x3e8)],'sheets-ui.ribbon'],[_0x1d2b2d[_0x39a0cf(0x537)][_0x39a0cf(0xdd)],_0x39a0cf(0x1a0)],[_0x1d2b2d[_0x39a0cf(0x537)]['UNIVER_BASE'],_0x39a0cf(0x463)]][_0x39a0cf(0x187)](([_0xfd3d1f,_0x21933c])=>{const _0x163c0e=_0x39a0cf;let _0x24d1ed=_0x51b254(_0x2e9f21,{'childType':_0xfd3d1f,'id':_0x21933c});_0x24d1ed&&_0x3313fd[_0x163c0e(0x400)](_0x24d1ed);}),_0x3313fd;}var _0xb23ba6=class{constructor(){const _0x10722f=_0x541376;_0x531548(this,_0x10722f(0x488),new Map());}[_0x541376(0x745)](_0x5d93c1){const _0xedafb3=_0x541376;return this[_0xedafb3(0x488)][_0xedafb3(0x2e2)](_0x5d93c1[_0xedafb3(0x31c)],_0x5d93c1),(0x0,_0x1d2b2d[_0xedafb3(0x212)])(()=>{const _0x136932=_0xedafb3;this[_0x136932(0x488)][_0x136932(0x63f)](_0x5d93c1[_0x136932(0x31c)])===_0x5d93c1&&this[_0x136932(0x488)]['delete'](_0x5d93c1[_0x136932(0x31c)]);});}['get'](_0x150a1f){const _0x2b3688=_0x541376;return this[_0x2b3688(0x488)]['get'](_0x150a1f);}[_0x541376(0x24b)](){const _0x29ae16=_0x541376;return[...this['_providers'][_0x29ae16(0x2d2)]()];}[_0x541376(0x72a)](_0x56ecc4){const _0x457bcc=_0x541376;var _0x30abec;return(_0x30abec=this[_0x457bcc(0x63f)](_0x56ecc4[_0x457bcc(0x31c)]))==null?void 0x0:_0x30abec[_0x457bcc(0x72a)](_0x56ecc4);}};function _0x18bcbe(_0x5bb2fc,_0x5d480d,_0x1fb81e=_0x3e2cdf(_0x5bb2fc),_0x405df4={}){const _0x3e39a6=_0x541376;var _0x544d41,_0x10690b,_0x44e56f,_0x1063dc,_0x5636a5;let _0x31c1e9=_0x5bb2fc[_0x3e39a6(0x757)][_0x3e39a6(0x63f)](_0x5d480d),_0x553d25=(_0x544d41=_0x405df4[_0x3e39a6(0x50b)])==null?_0x405df4[_0x3e39a6(0x4cf)]===!0x1?void 0x0:(_0x10690b=(_0x44e56f=_0x5bb2fc['runtimeScope'])==null?void 0x0:_0x44e56f['injector'])==null?_0x34cdf5(_0x5bb2fc):_0x10690b:_0x544d41,_0x2f3ffb=!_0x405df4[_0x3e39a6(0x50b)]&&_0x553d25!==((_0x1063dc=_0x5bb2fc[_0x3e39a6(0x5e2)])==null?void 0x0:_0x1063dc[_0x3e39a6(0x757)]),_0x519dee=_0x5f0f20(_0x31c1e9,_0x5bb2fc[_0x3e39a6(0x199)],_0x553d25);if(!_0x519dee){_0x2f3ffb&&(_0x553d25==null||_0x553d25['dispose']());return;}_0x1fb81e[_0x3e39a6(0x54c)][_0x3e39a6(0x4ae)]=_0x5bb2fc[_0x3e39a6(0x199)],_0x1fb81e[_0x3e39a6(0x54c)][_0x3e39a6(0x5fc)]=_0x5bb2fc[_0x3e39a6(0x248)][_0x3e39a6(0x74b)];try{var _0x31e4fb,_0x495d05;(_0x31e4fb=(_0x495d05=_0x519dee[_0x3e39a6(0x39a)])[_0x3e39a6(0x1d5)])==null||_0x31e4fb['call'](_0x495d05);}catch{}_0x519dee[_0x3e39a6(0x39a)][_0x3e39a6(0x3cb)](_0x1fb81e),_0x52ba11(_0x519dee,_0x1fb81e),_0x21da59(_0x519dee,{'activate':(_0x5636a5=_0x405df4[_0x3e39a6(0x68f)])==null?!0x0:_0x5636a5});let _0x4abfd8=_0xbe7a0a(_0x519dee,_0x1fb81e,{'activate':!0x1});return(0x0,_0x1d2b2d[_0x3e39a6(0x212)])(()=>{const _0x303e82=_0x3e39a6;var _0x58db26;_0x4abfd8[_0x303e82(0x3b0)]();try{var _0x4be249,_0x51de6d;(_0x4be249=(_0x51de6d=_0x519dee[_0x303e82(0x39a)])['unmount'])==null||_0x4be249[_0x303e82(0x200)](_0x51de6d);}catch{}(_0x58db26=_0x31c1e9[_0x303e82(0x73c)])==null||_0x58db26[_0x303e82(0x200)](_0x31c1e9,_0x5bb2fc[_0x303e82(0x199)]),_0x1fb81e[_0x303e82(0x51c)]('data-embed-child-render-unit-id'),_0x1fb81e[_0x303e82(0x51c)](_0x303e82(0x723)),_0x2f3ffb&&(_0x553d25==null||_0x553d25['dispose']());});}function _0x34cdf5(_0x1f8db7){const _0x4c0531=_0x541376;if(typeof _0x1f8db7[_0x4c0531(0x757)][_0x4c0531(0x297)]==_0x4c0531(0x141)&&!(!_0x1f8db7['injector'][_0x4c0531(0x297)](_0x1d2b2d['IUniverInstanceService'])||!_0x1f8db7['injector']['has'](_0x1d2b2d[_0x4c0531(0x38e)])))return _0x45e7dd(_0x1f8db7);}function _0xbe7a0a(_0xe614bd,_0x184b84,_0x4b9d4f={}){const _0x447562=_0x541376;if(typeof ResizeObserver>'u')return(0x0,_0x1d2b2d['toDisposable'])(()=>{});let _0x335e30=-0x1,_0x2159b7=-0x1,_0x2ae312=0x0,_0x18594c=new ResizeObserver(_0x29b004=>{const _0x321d4d=_0x1eb6;var _0x60dc6e,_0x15d706,_0x47e616;let _0x59726a=(_0x60dc6e=_0x29b004[0x0])==null?void 0x0:_0x60dc6e[_0x321d4d(0x5b6)],_0x3086fb=(_0x15d706=_0x59726a==null?void 0x0:_0x59726a[_0x321d4d(0x4d3)])==null?_0x184b84[_0x321d4d(0x4d8)]:_0x15d706,_0x432714=(_0x47e616=_0x59726a==null?void 0x0:_0x59726a[_0x321d4d(0x43b)])==null?_0x184b84[_0x321d4d(0x31b)]:_0x47e616;_0x3086fb===_0x335e30&&_0x432714===_0x2159b7||(_0x335e30=_0x3086fb,_0x2159b7=_0x432714,_0x2ae312&&window[_0x321d4d(0x1ca)](_0x2ae312),_0x2ae312=window['requestAnimationFrame'](()=>{const _0x2d04c5=_0x321d4d;var _0x4fb0cc;_0x2ae312=0x0,_0x21da59(_0xe614bd,{'activate':(_0x4fb0cc=_0x4b9d4f[_0x2d04c5(0x68f)])==null?!0x1:_0x4fb0cc});}));});return _0x18594c[_0x447562(0xd8)](_0x184b84),(0x0,_0x1d2b2d[_0x447562(0x212)])(()=>{const _0x5636e1=_0x447562;_0x2ae312&&window[_0x5636e1(0x1ca)](_0x2ae312),_0x18594c[_0x5636e1(0x1b6)]();});}function _0x3e2cdf(_0x4aa605){const _0x194cd7=_0x541376;var _0x2c8b8d,_0xf68e13,_0x3631db;return(_0x2c8b8d=(_0xf68e13=(_0x3631db=_0x4aa605[_0x194cd7(0x5e2)][_0x194cd7(0x676)][_0x194cd7(0x28f)])==null?_0x4aa605['renderScope']['canvasRoot']:_0x3631db)==null?_0x4aa605['renderScope']['contentRoot']:_0xf68e13)==null?_0x4aa605[_0x194cd7(0x248)][_0x194cd7(0x32f)]:_0x2c8b8d;}function _0x52ba11(_0xdf2225,_0x5d6a12){const _0x29147f=_0x541376;var _0x500e1e,_0x30fff9,_0x4f65ba,_0x86b5e8,_0x1fe7a0,_0x16be72;let _0x2ba6b9=(_0x500e1e=(_0x30fff9=(_0x4f65ba=_0xdf2225[_0x29147f(0x39a)])[_0x29147f(0x54d)])==null?void 0x0:_0x30fff9['call'](_0x4f65ba))==null?(_0x86b5e8=(_0x1fe7a0=_0xdf2225[_0x29147f(0x39a)])[_0x29147f(0x741)])==null||(_0x86b5e8=_0x86b5e8[_0x29147f(0x200)](_0x1fe7a0))==null||(_0x16be72=_0x86b5e8[_0x29147f(0x6c2)])==null?void 0x0:_0x16be72['call'](_0x86b5e8):_0x500e1e;!_0x2ba6b9||_0x2ba6b9[_0x29147f(0x130)]===_0x5d6a12||_0x5d6a12['appendChild'](_0x2ba6b9);}function _0x41d3d8(_0x505a88,_0x3d0827,_0x3900a0){const _0x3848c8=_0x541376;try{let _0x61a509=_0x505a88['getRenderById'](_0x3d0827);if(_0x61a509){var _0x57b43a;if(!_0x3900a0||_0x1e9882(_0x61a509)===_0x3900a0)return _0x61a509;(_0x57b43a=_0x505a88['removeRender'])==null||_0x57b43a[_0x3848c8(0x200)](_0x505a88,_0x3d0827);}return _0x505a88['createRender'](_0x3d0827,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3900a0,'skipAutoRender':!0x0});}catch{return;}}function _0x5f0f20(_0x27d1e2,_0x50dde6,_0x17cbc6){const _0xe8694e=_0x541376;try{let _0x42a8f6=_0x27d1e2['getRenderById'](_0x50dde6);if(_0x42a8f6){var _0x50941a;if(!_0x17cbc6||_0x1e9882(_0x42a8f6)===_0x17cbc6)return _0x42a8f6;(_0x50941a=_0x27d1e2['removeRender'])==null||_0x50941a[_0xe8694e(0x200)](_0x27d1e2,_0x50dde6);}return _0x27d1e2[_0xe8694e(0x3bd)](_0x50dde6,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x17cbc6,'skipAutoRender':!0x0});}catch(_0x2ee281){var _0x728423;(_0x728423=_0x27d1e2['removeRender'])==null||_0x728423['call'](_0x27d1e2,_0x50dde6),console[_0xe8694e(0xda)](_0xe8694e(0x78f),_0x2ee281);return;}}function _0x1e9882(_0x1b0810){const _0x5d5bdc=_0x541376;try{var _0x56bf66;return(_0x56bf66=_0x1b0810[_0x5d5bdc(0x5e5)])==null?void 0x0:_0x56bf66[_0x5d5bdc(0x200)](_0x1b0810,_0x1d2b2d[_0x5d5bdc(0xee)]);}catch{return;}}function _0x21da59(_0xa2160e,_0x46214b={}){const _0x5a52c8=_0x541376;var _0x12b8bf,_0x4515cf,_0x5abad1,_0x59a20b;if(_0x46214b[_0x5a52c8(0x68f)]){var _0xcc901d;(_0xcc901d=_0xa2160e[_0x5a52c8(0x68f)])==null||_0xcc901d['call'](_0xa2160e);}_0xa2160e['engine']['resize'](),_0xa2160e[_0x5a52c8(0x5d4)]['forEach'](_0x18a09f=>{const _0x4b4e80=_0x5a52c8;var _0x5453a0,_0x3babb1;(_0x5453a0=_0x18a09f[_0x4b4e80(0x6bd)])==null||_0x5453a0['call'](_0x18a09f,!0x0),(_0x3babb1=_0x18a09f[_0x4b4e80(0x275)])==null||_0x3babb1[_0x4b4e80(0x200)](_0x18a09f,!0x0);}),(_0x12b8bf=_0xa2160e[_0x5a52c8(0x52b)])==null||(_0x4515cf=_0x12b8bf['makeDirty'])==null||_0x4515cf['call'](_0x12b8bf,!0x0),_0xa2160e[_0x5a52c8(0x703)][_0x5a52c8(0x275)](),(_0x5abad1=(_0x59a20b=_0xa2160e[_0x5a52c8(0x703)])[_0x5a52c8(0x62b)])==null||_0x5abad1[_0x5a52c8(0x200)](_0x59a20b);}function _0x1ab91a(_0x1b1c20,_0x3ea0c1){const _0x2268b6=_0x541376;return{'childType':_0x3ea0c1[_0x2268b6(0x31c)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x1c9c89=>_0xd92e99(_0x1b1c20,_0x3ea0c1[_0x2268b6(0x2e7)],_0x1c9c89)};}function _0xd92e99(_0x33175b,_0xd49dc1,_0x53e59a){const _0xf7c80a=_0x541376;var _0x1da714,_0x3fe514,_0x380583;if(_0x53e59a[_0xf7c80a(0x122)]){let _0x35063e=_0x32d961(_0x53e59a[_0xf7c80a(0x122)]);if(_0x35063e)return _0x35063e;}if(typeof document>'u')return;let _0x144641=document[_0xf7c80a(0x47b)](_0xf7c80a(0x7ab));_0x144641[_0xf7c80a(0x44e)]['position']=_0xf7c80a(0x13c),_0x144641[_0xf7c80a(0x44e)][_0xf7c80a(0x407)]=_0xf7c80a(0x150),_0x144641['style'][_0xf7c80a(0x1d9)]='-100000px',_0x144641[_0xf7c80a(0x44e)][_0xf7c80a(0x4d3)]=Math[_0xf7c80a(0x51a)](0x1,Math[_0xf7c80a(0x15d)](_0x53e59a[_0xf7c80a(0x4d3)]))+'px',_0x144641['style']['height']=Math['max'](0x1,Math[_0xf7c80a(0x15d)](_0x53e59a['height']))+'px',_0x144641[_0xf7c80a(0x44e)]['pointerEvents']=_0xf7c80a(0x6ca),document[_0xf7c80a(0x5c1)][_0xf7c80a(0x21e)](_0x144641);let _0x2ad9d0=_0x33175b[_0xf7c80a(0x63f)](_0xd49dc1),_0x5370d7=!((_0x1da714=_0x53e59a[_0xf7c80a(0x122)])==null||(_0x1da714=_0x1da714[_0xf7c80a(0x5e2)])==null)&&_0x1da714[_0xf7c80a(0x757)]?void 0x0:_0x45e7dd(_0x330560(_0x33175b,_0x53e59a,_0x144641)),_0x493175=(_0x3fe514=(_0x380583=_0x53e59a[_0xf7c80a(0x122)])==null||(_0x380583=_0x380583[_0xf7c80a(0x5e2)])==null?void 0x0:_0x380583[_0xf7c80a(0x757)])==null?_0x5370d7:_0x3fe514,_0x994d79=_0x41d3d8(_0x2ad9d0,_0x53e59a[_0xf7c80a(0x199)],_0x493175);if(!_0x994d79){_0x5370d7==null||_0x5370d7[_0xf7c80a(0x3b0)](),_0x144641[_0xf7c80a(0x221)]();return;}try{var _0x24f820,_0x78c0ce,_0x32d33d,_0x4e5ea7,_0x29ea47,_0x392c9f;_0x994d79[_0xf7c80a(0x39a)]['mount'](_0x144641),_0x21da59(_0x994d79,{'activate':!0x1});let _0x2c4a05=(_0x24f820=(_0x78c0ce=(_0x32d33d=_0x994d79[_0xf7c80a(0x39a)])[_0xf7c80a(0x54d)])==null?void 0x0:_0x78c0ce[_0xf7c80a(0x200)](_0x32d33d))==null?(_0x4e5ea7=(_0x29ea47=_0x994d79[_0xf7c80a(0x39a)])[_0xf7c80a(0x741)])==null||(_0x4e5ea7=_0x4e5ea7[_0xf7c80a(0x200)](_0x29ea47))==null||(_0x392c9f=_0x4e5ea7[_0xf7c80a(0x6c2)])==null?void 0x0:_0x392c9f[_0xf7c80a(0x200)](_0x4e5ea7):_0x24f820;return!_0x2c4a05||_0x2c4a05[_0xf7c80a(0x4d3)]<=0x1||_0x2c4a05[_0xf7c80a(0x43b)]<=0x1||typeof _0x2c4a05[_0xf7c80a(0x216)]!=_0xf7c80a(0x141)?void 0x0:_0x2c4a05[_0xf7c80a(0x216)](_0xf7c80a(0x680));}catch{return;}finally{try{var _0x3ce812,_0x1354a4;(_0x3ce812=(_0x1354a4=_0x994d79[_0xf7c80a(0x39a)])[_0xf7c80a(0x1d5)])==null||_0x3ce812['call'](_0x1354a4);}catch{}if(_0x5370d7){var _0x56485c;(_0x56485c=_0x2ad9d0[_0xf7c80a(0x73c)])==null||_0x56485c[_0xf7c80a(0x200)](_0x2ad9d0,_0x53e59a['childUnitId']),_0x5370d7[_0xf7c80a(0x3b0)]();}_0x144641[_0xf7c80a(0x221)]();}}function _0x330560(_0x175a24,_0x169324,_0x29749b){const _0xe3b47f=_0x541376;let _0x4f1ab2=_0x53e5cf(_0x169324),_0x387e88=()=>{};return{'descriptor':_0x169324[_0xe3b47f(0x720)],'layout':_0x4f1ab2,'injector':_0x175a24,'hostElement':_0x29749b,'container':_0x29749b,'hostUnitId':_0x169324['descriptor'][_0xe3b47f(0x142)],'embedId':_0x169324[_0xe3b47f(0x720)][_0xe3b47f(0x333)],'childUnitId':_0x169324['childUnitId'],'childType':_0x169324[_0xe3b47f(0x31c)],'renderScope':{'hostUnitId':_0x169324['descriptor'][_0xe3b47f(0x142)],'hostAnchorId':_0x169324[_0xe3b47f(0x720)][_0xe3b47f(0x683)],'embedId':_0x169324['descriptor'][_0xe3b47f(0x333)],'childUnitId':_0x169324['childUnitId'],'childType':_0x169324['childType'],'layout':_0x4f1ab2,'mode':_0xe3b47f(0x729),'rootElement':_0x29749b,'contentRoot':_0x29749b,'canvasRoot':_0x29749b,'active$':(0x0,_0x4ec6cb['of'])(!0x1)},'runtimeScope':{'descriptor':_0x169324[_0xe3b47f(0x720)],'host':{'unitId':_0x169324[_0xe3b47f(0x720)][_0xe3b47f(0x142)],'type':_0x169324[_0xe3b47f(0x720)]['hostType'],'anchorId':_0x169324[_0xe3b47f(0x720)]['hostAnchorId'],'entry':_0x169324[_0xe3b47f(0x720)]['entry'],'layout':_0xe3b47f(0x729)},'child':{'unitId':_0x169324[_0xe3b47f(0x199)],'type':_0x169324[_0xe3b47f(0x31c)]},'injector':_0x175a24,'roots':{'root':_0x29749b,'content':_0x29749b,'canvas':_0x29749b,'overlay':_0x29749b,'popup':_0x29749b},'activate':_0x387e88,'deactivate':_0x387e88,'dispose':_0x387e88}};}function _0x53e5cf(_0x4fd512){const _0x1212ad=_0x541376;var _0x45f577,_0x3220f0,_0x4503d0;let _0x2e1ac9=(_0x45f577=_0x4fd512[_0x1212ad(0x720)][_0x1212ad(0x1f9)])==null?void 0x0:_0x45f577[_0x1212ad(0x261)];return _0x2e1ac9&&typeof _0x2e1ac9=='object'&&typeof _0x2e1ac9[_0x1212ad(0x5b1)]=='string'?_0x2e1ac9['layout']:(_0x3220f0=(_0x4503d0=_0x4fd512[_0x1212ad(0x122)])==null?void 0x0:_0x4503d0['layout'])==null?_0x1212ad(0x352):_0x3220f0;}var _0x4bf6e1=class{constructor(){const _0x229f98=_0x541376;_0x531548(this,_0x229f98(0x488),new Map());}[_0x541376(0x745)](_0x2b3db0){const _0xa42ce0=_0x541376;if(this[_0xa42ce0(0x488)]['has'](_0x2b3db0[_0xa42ce0(0x31c)]))throw Error(_0xa42ce0(0x5a6)+_0x2b3db0[_0xa42ce0(0x31c)]);this[_0xa42ce0(0x488)][_0xa42ce0(0x2e2)](_0x2b3db0[_0xa42ce0(0x31c)],_0x2b3db0);}['get'](_0x42e85d){const _0xa1dd22=_0x541376;return this[_0xa1dd22(0x488)][_0xa1dd22(0x63f)](_0x42e85d);}[_0x541376(0x24b)](){const _0x461b6b=_0x541376;return[...this[_0x461b6b(0x488)][_0x461b6b(0x2d2)]()];}};let _0x5ad411=new WeakMap(),_0x3b962c=new WeakMap();function _0x41af5a(_0x3c670e,_0x4a0e99,_0x50e31b){const _0x567f94=_0x541376;var _0x35e075,_0x2e98fb;if(_0x4ccdc0(_0x3c670e)){_0x41da83(_0x3c670e,_0x4a0e99,_0x50e31b);return;}let _0x553148=_0x3c670e;if((_0x35e075=_0x3b962c[_0x567f94(0x63f)](_0x553148))!=null&&_0x35e075[_0x567f94(0x297)](_0x4a0e99))return;let _0x155fae=(_0x2e98fb=_0x5ad411[_0x567f94(0x63f)](_0x553148))==null?new Map():_0x2e98fb;_0x155fae[_0x567f94(0x2e2)](_0x4a0e99,_0x50e31b),_0x5ad411['set'](_0x553148,_0x155fae);}function _0x30ae67(_0x55010a){const _0x2add67=_0x541376;if(!_0x4ccdc0(_0x55010a))return;let _0x5a13a9=_0x55010a,_0x264456=_0x5ad411['get'](_0x5a13a9);_0x264456!=null&&_0x264456[_0x2add67(0x194)]&&(_0x264456[_0x2add67(0x187)]((_0x10e40f,_0x1bd823)=>_0x41da83(_0x55010a,_0x1bd823,_0x10e40f)),_0x5ad411[_0x2add67(0x6fe)](_0x5a13a9));}function _0x41da83(_0x6f855f,_0xd4e2ad,_0x174833){const _0x325f23=_0x541376;var _0x34775b;let _0x106b61=_0x6f855f,_0x3ff2c0=(_0x34775b=_0x3b962c['get'](_0x106b61))==null?new Set():_0x34775b;_0x3ff2c0[_0x325f23(0x297)](_0xd4e2ad)||(_0x174833(_0x6f855f),_0x3ff2c0[_0x325f23(0x60d)](_0xd4e2ad),_0x3b962c['set'](_0x106b61,_0x3ff2c0));}function _0x4ccdc0(_0x4ae06e){const _0x5a44b6=_0x541376;return _0x4ae06e['has'](_0x3f9f59[_0x5a44b6(0x4d0)])&&_0x4ae06e['has'](_0x264650)&&_0x4ae06e[_0x5a44b6(0x297)](_0x493044)&&_0x4ae06e[_0x5a44b6(0x297)](_0x5a3470)&&_0x4ae06e[_0x5a44b6(0x297)](_0x11311e)&&_0x4ae06e['has'](_0xd7008)&&_0x4ae06e['has'](_0x263c89)&&_0x4ae06e[_0x5a44b6(0x297)](_0xb23ba6)&&_0x4ae06e[_0x5a44b6(0x297)](_0xa1e1a5)&&_0x4ae06e[_0x5a44b6(0x297)](_0x4bf6e1);}function _0x50584d(_0x5e1cdb){const _0x234003=_0x541376;let {childType:_0x507d9f,productName:_0x1c6e51}=_0x5e1cdb;return{'childType':_0x507d9f,'productName':_0x1c6e51,'hostChromeMode':_0x234003(0x156),'layoutPolicy':{'tab':_0x3f9f59['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':_0x3f9f59[_0x234003(0x382)],'docFlow':_0x3f9f59['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':({childUnitId:_0x342acf,embedId:_0x1b5b0b,injector:_0x390d05})=>{const _0x4e27bd=_0x234003;let _0x428ee8=_0x4d69ac(_0x390d05,{'childType':_0x507d9f,'childUnitId':_0x342acf,'embedId':_0x1b5b0b,'menuSchema':_0x119da7(_0x390d05,_0x507d9f,_0x5e1cdb[_0x4e27bd(0x36e)])});return{'mode':_0x4e27bd(0x156),'ribbonService':_0x428ee8[_0x4e27bd(0x492)],'injector':_0x428ee8[_0x4e27bd(0x757)],'placeholderTitle':_0x1c6e51,'disposable':_0x428ee8[_0x4e27bd(0x4b9)]};}};}function _0x119da7(_0xb770f8,_0x35cbd6,_0x705b12){const _0x5daf5a=_0x541376;let _0x3c2870=_0xb770f8;if(typeof _0x3c2870[_0x5daf5a(0x297)]==_0x5daf5a(0x141)&&typeof _0x3c2870['get']==_0x5daf5a(0x141)&&_0x3c2870[_0x5daf5a(0x297)](_0x11311e)){let _0x4ceade=_0x3c2870[_0x5daf5a(0x63f)](_0x11311e)[_0x5daf5a(0x2d8)](_0x35cbd6,_0x5daf5a(0x156));if(_0x4ceade)return _0x4ceade;}return _0x705b12;}function _0x1c1514(_0xf5f5c0){const _0x440f9a=_0x541376;var _0x4f9a57;let _0x2625d4=_0x4c723b(_0xf5f5c0);return{'childType':_0xf5f5c0['childType'],'productName':_0xf5f5c0[_0x440f9a(0x36d)],'hostChromeMode':_0x2625d4,'hostHeaderMode':(_0x4f9a57=_0xf5f5c0[_0x440f9a(0x4a5)])==null?_0x440f9a(0x6ca):_0x4f9a57,'layoutPolicy':{'tab':{..._0x3f9f59['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x2625d4==='none'?_0x440f9a(0x3c3):'host'},'float':_0x3f9f59['DEFAULT_EMBED_FLOAT_LAYOUT_POLICY'],'docFlow':_0x3f9f59['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':_0x2625d4===_0x440f9a(0x579)?()=>({'mode':_0x440f9a(0x579),'ribbonService':_0x354ca3(),'placeholderTitle':_0xf5f5c0[_0x440f9a(0x36d)],'hideToolbar':!0x0}):void 0x0};}function _0x4c723b(_0x1a6ecb){const _0xd17f20=_0x541376;return _0x1a6ecb[_0xd17f20(0x4ee)]?_0x1a6ecb['hostChromeMode']:_0x1a6ecb[_0xd17f20(0x4a5)]===_0xd17f20(0x6d8)?_0xd17f20(0x579):_0xd17f20(0x6ca);}function _0x354ca3(){return{'ribbon$':(0x0,_0x4ec6cb['of'])([]),'activatedTab$':(0x0,_0x4ec6cb['of'])(''),'collapsedIds$':(0x0,_0x4ec6cb['of'])([]),'fakeToolbarVisible$':(0x0,_0x4ec6cb['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0x5527e2(){const _0x20b4eb=_0x541376;return _0x1c1514({'childType':_0x1d2b2d[_0x20b4eb(0x537)][_0x20b4eb(0x15c)],'productName':_0x20b4eb(0x5af),'hostChromeMode':_0x20b4eb(0x579)});}function _0x33b5c0(_0x43d3f9){const _0x3a645d=_0x541376;return{'childType':_0x1d2b2d[_0x3a645d(0x537)][_0x3a645d(0x15c)],'measureContentSize':_0x2b6bdc=>{const _0x3cae1b=_0x3a645d;var _0x343a25;let _0x35133a=_0x43d3f9==null||(_0x343a25=_0x43d3f9[_0x3cae1b(0x45e)])==null?void 0x0:_0x343a25[_0x3cae1b(0x200)](_0x43d3f9),_0x442bd4=_0xe7fbca(_0x2b6bdc[_0x3cae1b(0x699)],_0x35133a),_0x607196=_0x37a66b(_0x2b6bdc[_0x3cae1b(0x699)],_0x35133a);return _0x442bd4==null&&_0x607196==null?void 0x0:{'height':_0x442bd4,'width':_0x607196};}};}function _0xe7fbca(_0x2557a8,_0x12db4e){const _0xfda472=_0x541376;var _0x579597,_0x14e4a6;let _0x2e4d74=_0x2557a8==null||(_0x579597=_0x2557a8[_0xfda472(0x11c)])==null?void 0x0:_0x579597[_0xfda472(0x200)](_0x2557a8);if(!(_0x2e4d74!=null&&_0x2e4d74['tables']))return;let _0x609f99=_0x305a7d(_0x2e4d74,_0x12db4e==null?void 0x0:_0x12db4e['activeTableId']);if(!_0x609f99)return;let _0x5ef423=_0x7569d1(_0x609f99,_0x12db4e==null?void 0x0:_0x12db4e[_0xfda472(0x169)]);return _0x315d36[_0xfda472(0x772)]+_0x1c90be(_0x609f99)*(0x0,_0x315d36[_0xfda472(0x335)])(_0x5ef423==null||(_0x14e4a6=_0x5ef423['config'])==null?void 0x0:_0x14e4a6[_0xfda472(0x1c0)])+_0x315d36[_0xfda472(0x659)]+_0x315d36[_0xfda472(0x461)];}function _0x37a66b(_0x480558,_0x2721e7){const _0x6a8945=_0x541376;var _0x3b4f5a,_0x271e1e,_0x4a2f12,_0x559439;let _0x9fab1c=_0x480558==null||(_0x3b4f5a=_0x480558[_0x6a8945(0x11c)])==null?void 0x0:_0x3b4f5a[_0x6a8945(0x200)](_0x480558);if(!(_0x9fab1c!=null&&_0x9fab1c['tables']))return;let _0x313344=_0x305a7d(_0x9fab1c,_0x2721e7==null?void 0x0:_0x2721e7[_0x6a8945(0x436)]);if(!_0x313344)return;let _0x479ff3=_0x7569d1(_0x313344,_0x2721e7==null?void 0x0:_0x2721e7[_0x6a8945(0x169)]),_0x24657a=(_0x271e1e=_0x313344['fields'])==null?{}:_0x271e1e;return _0x315d36[_0x6a8945(0x73a)]+(!(_0x479ff3==null||(_0x4a2f12=_0x479ff3[_0x6a8945(0x70d)])==null)&&_0x4a2f12[_0x6a8945(0x664)]?_0x479ff3[_0x6a8945(0x70d)]:(_0x559439=_0x313344[_0x6a8945(0x70d)])!=null&&_0x559439['length']?_0x313344[_0x6a8945(0x70d)]:Object[_0x6a8945(0x1ed)](_0x24657a))[_0x6a8945(0x5fe)]((_0x2b8858,_0x27b0fd)=>{const _0x1fdab7=_0x6a8945;var _0x1eb07c,_0x470630;let _0x41fdbc=_0x24657a[_0x27b0fd],_0x1bcd13=_0x479ff3==null||(_0x1eb07c=_0x479ff3[_0x1fdab7(0x453)])==null?void 0x0:_0x1eb07c[_0x27b0fd];return _0x41fdbc&&!(_0x1bcd13!=null&&_0x1bcd13[_0x1fdab7(0x3c3)])?_0x2b8858+_0x39cd21((_0x470630=_0x1bcd13==null?void 0x0:_0x1bcd13['width'])==null?_0x41fdbc['width']:_0x470630):_0x2b8858;},0x0)+_0x315d36['GRID_ADD_FIELD_COLUMN_WIDTH'];}function _0x39cd21(_0x53ae19){const _0x393da8=_0x541376;return typeof _0x53ae19==_0x393da8(0x3c4)&&Number[_0x393da8(0x1ee)](_0x53ae19)&&_0x53ae19>0x0?_0x53ae19:_0x315d36['GRID_DEFAULT_COLUMN_WIDTH'];}function _0x305a7d(_0x1776d7,_0x402fc3){const _0x559418=_0x541376;var _0x5da37d;let _0xa4ec71=_0x402fc3?(_0x5da37d=_0x1776d7[_0x559418(0xc9)])==null?void 0x0:_0x5da37d[_0x402fc3]:void 0x0;return _0xa4ec71==null?_0x585588(_0x1776d7):_0xa4ec71;}function _0x7569d1(_0x10a016,_0x244feb){var _0xe53b7a;let _0x4a1706=_0x244feb?(_0xe53b7a=_0x10a016['views'])==null?void 0x0:_0xe53b7a[_0x244feb]:void 0x0;return _0x4a1706==null?_0x1e718c(_0x10a016):_0x4a1706;}function _0x585588(_0x40315f){const _0x2f6141=_0x541376;var _0x53058f,_0x2c0d4b;let _0x5651f9=(_0x53058f=_0x40315f[_0x2f6141(0xc9)])==null?{}:_0x53058f,_0x153d57=(_0x2c0d4b=_0x40315f[_0x2f6141(0x11a)])==null?[]:_0x2c0d4b;return[..._0x153d57,...Object[_0x2f6141(0x1ed)](_0x5651f9)[_0x2f6141(0x66c)](_0x5409ab=>!_0x153d57['includes'](_0x5409ab))][_0x2f6141(0x29b)](_0x12c678=>_0x5651f9[_0x12c678])['find'](_0x5d0c56=>_0x5d0c56);}function _0x1e718c(_0x26b080){const _0x389624=_0x541376;var _0x113700,_0x3b80af;let _0x369f60=(_0x113700=_0x26b080['views'])==null?{}:_0x113700,_0x54423c=(_0x3b80af=_0x26b080['viewOrder'])==null?[]:_0x3b80af;return[..._0x54423c,...Object[_0x389624(0x1ed)](_0x369f60)[_0x389624(0x66c)](_0x21e65d=>!_0x54423c['includes'](_0x21e65d))][_0x389624(0x29b)](_0x3f2873=>_0x369f60[_0x3f2873])[_0x389624(0x48d)](_0x3fe682=>_0x3fe682);}function _0x1c90be(_0x143076){const _0x590aec=_0x541376;var _0x1c69fe,_0xcb3acd;let _0x24f29e=(_0x1c69fe=_0x143076['records'])==null?{}:_0x1c69fe;return((_0xcb3acd=_0x143076['recordOrder'])!=null&&_0xcb3acd[_0x590aec(0x664)]?_0x143076[_0x590aec(0x1f3)]:Object['keys'](_0x24f29e))[_0x590aec(0x66c)](_0x5a481c=>_0x24f29e[_0x5a481c])['length'];}function _0x577b53(_0x1d72b5,_0x4561e3,_0x3bff00){const _0x1ef7cb=_0x541376;return{...(0x0,_0x3f9f59[_0x1ef7cb(0x178)])(_0x1d72b5,_0x4561e3),'activateAnchor':_0x4e6a65=>{const _0x397055=_0x1ef7cb;_0x45950b(_0x4e6a65[_0x397055(0x142)],_0x4e6a65[_0x397055(0x683)],_0x4561e3,_0x541914(_0x3bff00));}};}function _0x339c31(){const _0xce104c=_0x541376;return{'hostType':_0x1d2b2d[_0xce104c(0x537)][_0xce104c(0x15c)],'entry':_0xce104c(0x4df),'layout':'tab-peer','supportedLayouts':[_0xce104c(0x58f)],'menuBehavior':'host-override','mount':_0x280129=>{const _0x175b33=_0xce104c;let _0x1c1043=_0x27ede9(_0x175b33(0x403),_0x280129[_0x175b33(0x720)]['hostAnchorId']);return _0x1c1043?{'hostElement':_0x1c1043}:{};}};}function _0x45950b(_0x140276,_0x97aec5,_0x108fb9,_0x48aa77){const _0xea2f92=_0x541376;var _0x389425;if(!_0x48aa77)return;_0x48aa77['activateTable'](_0x97aec5);let _0x5076ea=(_0x389425=_0x11c08e(_0x108fb9,_0x140276))==null?void 0x0:_0x389425[_0xea2f92(0xc9)][_0x97aec5],_0xd51996=_0x5076ea==null?void 0x0:_0x5076ea[_0xea2f92(0x2c6)][_0xea2f92(0x48d)](_0x451947=>_0x5076ea[_0xea2f92(0x494)][_0x451947]);_0xd51996&&_0x48aa77['activateView'](_0xd51996),_0x48aa77[_0xea2f92(0x2d3)](null),_0x48aa77[_0xea2f92(0x36c)]();}function _0x11c08e(_0x143842,_0x4385b9){const _0x2f1892=_0x541376;var _0xd1f6a7;return _0x143842==null||(_0xd1f6a7=_0x143842[_0x2f1892(0x312)](_0x4385b9,_0x1d2b2d[_0x2f1892(0x537)][_0x2f1892(0x15c)]))==null?void 0x0:_0xd1f6a7['getSnapshot']();}function _0x541914(_0x1bd6ea){const _0x25c7d4=_0x541376;return typeof _0x1bd6ea==_0x25c7d4(0x141)?_0x1bd6ea():_0x1bd6ea;}function _0x27ede9(_0x1ab57,_0x46c49b){const _0x2993ce=_0x541376;return document[_0x2993ce(0x2eb)]('['+_0x1ab57+'=\x22'+_0x426e84(_0x46c49b)+'\x22]');}function _0x426e84(_0x55d5b5){const _0x156ba7=_0x541376;return _0x55d5b5[_0x156ba7(0x4e6)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function _0x34558c(_0x281af3){const _0x2560ac=_0x541376;return{'childType':_0x1d2b2d['UniverInstanceType'][_0x2560ac(0x15c)],'handleWheel'(_0x31789b){const _0x1b2449=_0x2560ac;var _0x3f028b,_0xcf77dd;if(_0x31789b[_0x1b2449(0x2a5)]!==_0x1b2449(0x31d)&&_0x3ab228(_0x31789b[_0x1b2449(0x5b1)],_0x31789b[_0x1b2449(0x76d)]))return!0x1;let _0x25c5bd=(_0x3f028b=_0x31789b[_0x1b2449(0x5e2)][_0x1b2449(0x757)])==null?_0x281af3:_0x3f028b,_0x183de4=_0x25c5bd[_0x1b2449(0x297)](_0x315d36[_0x1b2449(0x5c9)])?_0x25c5bd[_0x1b2449(0x63f)](_0x315d36[_0x1b2449(0x5c9)]):_0x281af3['has'](_0x315d36[_0x1b2449(0x5c9)])?_0x281af3[_0x1b2449(0x63f)](_0x315d36[_0x1b2449(0x5c9)]):void 0x0;return(_0xcf77dd=_0x183de4==null?void 0x0:_0x183de4['handleRegisteredWheel'](_0x31789b['childUnitId'],_0x3342db(_0x31789b[_0x1b2449(0x76d)],_0x31789b[_0x1b2449(0x3de)])))==null?!0x1:_0xcf77dd;}};}function _0x3342db(_0x4982f6,_0x2b3c60){const _0x3295da=_0x541376;return{'deltaX':_0x4982f6[_0x3295da(0x780)],'deltaY':_0x4982f6['deltaY'],'deltaMode':_0x4982f6[_0x3295da(0x7b2)],'clientX':_0x4982f6[_0x3295da(0x47a)],'clientY':_0x4982f6[_0x3295da(0x19e)],'shiftKey':_0x4982f6[_0x3295da(0x167)],'viewportScrollY':_0x2b3c60};}function _0x5c6f99(){const _0x4ac3ea=_0x541376;return{'childType':_0x1d2b2d[_0x4ac3ea(0x537)][_0x4ac3ea(0x15c)],'supportedLayouts':[_0x4ac3ea(0x58f),_0x4ac3ea(0x6d5),_0x4ac3ea(0x352)],'beforeDeactivate':_0x59a03b,'mount':_0x50440d};}function _0x59a03b(_0x40f3d1){const _0xfcd916=_0x541376;var _0x228b54;(_0x228b54=_0x40f3d1[_0xfcd916(0x5e2)][_0xfcd916(0x665)])==null||_0x228b54[_0xfcd916(0xe4)](_0x315d36[_0xfcd916(0x175)]['id'],{'commit':!0x1});}function _0x50440d(_0x1e0542){const _0x54e403=_0x541376;let _0x48e462=_0x1e0542['injector']['get'](_0x1d2b2d[_0x54e403(0x47f)])['getUnit'](_0x1e0542['childUnitId'],_0x1d2b2d[_0x54e403(0x537)][_0x54e403(0x15c)]);if(!_0x48e462)return;let _0x394060=new _0x315d36[(_0x54e403(0x132))](),_0x3e267c=new _0x315d36[(_0x54e403(0x48b))](),_0x837ace=new _0x315d36[(_0x54e403(0x369))](_0x394060),_0x4b407a=new _0x315d36[(_0x54e403(0x2df))](),_0x2a8a00=_0x27b262(_0x1e0542,_0x394060,_0x3e267c,_0x837ace);if(!_0x2a8a00){_0x4b407a['dispose'](),_0x837ace[_0x54e403(0x3b0)](),_0x3e267c[_0x54e403(0x3b0)](),_0x394060[_0x54e403(0x3b0)]();return;}let _0x3be73f=_0x4dede2(_0x1e0542);_0x5b949b(_0x394060,_0x48e462,_0x3be73f);let _0x9960f8=_0x1e0542['descriptor'][_0x54e403(0x74b)]==='readonly',_0x3592ec=_0x2c0dfb(_0x1e0542[_0x54e403(0x757)],_0x2a8a00,_0x394060,_0x3e267c,_0x837ace,_0x3be73f,_0x4b407a,_0x9960f8,_0x1e0542[_0x54e403(0x5e2)]['roots']['popup']);_0x3cd6b1(_0x1e0542,_0x3592ec);let _0x2586db=_0x1f3f9e(_0x1e0542),_0x66553b=_0x3f2e2c(_0x2586db),_0x26cd19=_0x51fd7f(_0x1e0542,_0x3592ec),_0x2f31d1=_0x1e0542['injector'][_0x54e403(0x63f)](_0x1d2b2d[_0x54e403(0x47f)]),_0xa2630e=_0x2f31d1[_0x54e403(0x6f4)](_0x1d2b2d['UniverInstanceType'][_0x54e403(0x15c)]);return _0x2f31d1[_0x54e403(0x135)](_0x1e0542[_0x54e403(0x199)]),_0x2586db[_0x54e403(0x54c)][_0x54e403(0x4ae)]=_0x1e0542[_0x54e403(0x199)],_0x2586db[_0x54e403(0x54c)][_0x54e403(0x5fc)]=_0x54e403(0x16a),_0x66553b[_0x54e403(0x62b)]((0x0,_0x2030b6[_0x54e403(0x300)])(_0x32f46c,{'injector':_0x3592ec,'mountContainer':_0x1e0542[_0x54e403(0x5e2)][_0x54e403(0x676)]['popup'],'embedId':_0x1e0542['embedId'],'children':(0x0,_0x2030b6[_0x54e403(0x300)])(_0x315d36[_0x54e403(0x40e)],{})})),(0x0,_0x1d2b2d[_0x54e403(0x212)])(()=>{const _0xe21c74=_0x54e403;_0x26cd19['dispose'](),_0x334c17(_0x66553b),_0xa2630e&&_0x2f31d1['setCurrentUnitForType'](_0xa2630e[_0xe21c74(0x660)]()),_0x4b407a[_0xe21c74(0x3b0)](),_0x837ace['dispose'](),_0x3e267c[_0xe21c74(0x3b0)](),_0x394060[_0xe21c74(0x3b0)](),_0x3592ec[_0xe21c74(0x3b0)](),_0x2586db[_0xe21c74(0x706)]&&(_0x2586db[_0xe21c74(0x51c)](_0xe21c74(0x165)),_0x2586db[_0xe21c74(0x51c)](_0xe21c74(0x723)));});}function _0x3cd6b1(_0x3de6a9,_0x317ec4){const _0x3e84dd=_0x541376;_0x3de6a9[_0x3e84dd(0x5e2)][_0x3e84dd(0x757)]=_0x317ec4,_0x3de6a9[_0x3e84dd(0x5e2)][_0x3e84dd(0x50d)]=_0x317ec4[_0x3e84dd(0x63f)](_0x1d2b2d[_0x3e84dd(0x47f)]),_0x3de6a9[_0x3e84dd(0x5e2)]['commandService']=_0x317ec4[_0x3e84dd(0x63f)](_0x1d2b2d[_0x3e84dd(0x38e)]);}function _0x1f3f9e(_0x3b6c25){const _0x36cfe1=_0x541376;var _0x530f49,_0x43fc4c,_0x4bca8d,_0x32923f,_0x397a3c,_0x253586;return(_0x530f49=(_0x43fc4c=(_0x4bca8d=(_0x32923f=_0x3b6c25['runtimeScope'])==null||(_0x32923f=_0x32923f[_0x36cfe1(0x676)])==null?void 0x0:_0x32923f[_0x36cfe1(0x693)])==null?(_0x397a3c=_0x3b6c25[_0x36cfe1(0x248)])==null?void 0x0:_0x397a3c[_0x36cfe1(0x69c)]:_0x4bca8d)==null?(_0x253586=_0x3b6c25['renderScope'])==null?void 0x0:_0x253586[_0x36cfe1(0x32f)]:_0x43fc4c)==null?document:_0x530f49;}function _0x51fd7f(_0x3e8a89,_0x2b0a19){const _0x50c4c5=_0x541376;let _0xd054ce=!0x1,_0x38411d=0x0,_0x7c80f3=(0x0,_0x1d2b2d[_0x50c4c5(0x212)])(()=>{}),_0x51f6a7,_0x200161=()=>{const _0x10b01b=_0x50c4c5;if(_0xd054ce)return;let _0x391cee=()=>{_0x38411d=window['requestAnimationFrame'](_0x200161);},_0x4cbb63=_0x4e6a0b(_0x3e8a89);if(!_0x38a9dc(_0x4cbb63)){_0x3e8a89[_0x10b01b(0x266)][_0x10b01b(0x54c)][_0x10b01b(0x4fd)]='waiting-base-canvas-root',_0x391cee();return;}if(_0x51f6a7===_0x4cbb63&&_0x4cbb63[_0x10b01b(0x2eb)]('canvas'))return;_0x7c80f3[_0x10b01b(0x3b0)]();let _0x2f10b8=_0x3e8a89[_0x10b01b(0x757)][_0x10b01b(0x63f)](_0x3adadb[_0x10b01b(0x1a8)]),_0x1b0b11;try{_0x1b0b11=_0x5f0f20(_0x2f10b8,_0x3e8a89[_0x10b01b(0x199)],_0x2b0a19);}catch(_0x59d722){_0x3e8a89[_0x10b01b(0x266)][_0x10b01b(0x54c)][_0x10b01b(0x727)]=_0x59d722 instanceof Error?_0x59d722[_0x10b01b(0x476)]:String(_0x59d722),_0x1b0b11=void 0x0;}if(!_0x1b0b11){_0x3e8a89[_0x10b01b(0x266)]['dataset'][_0x10b01b(0x4fd)]='retrying-base-child-render',_0x51f6a7=void 0x0,_0x391cee();return;}delete _0x3e8a89[_0x10b01b(0x266)]['dataset'][_0x10b01b(0x727)],_0x4cbb63[_0x10b01b(0x54c)][_0x10b01b(0x4ae)]=_0x3e8a89['childUnitId'],_0x1b0b11[_0x10b01b(0x39a)][_0x10b01b(0x3cb)](_0x4cbb63),_0x21da59(_0x1b0b11,{'activate':_0x15a02b(_0x3e8a89)});let _0x124ecd=_0xbe7a0a(_0x1b0b11,_0x4cbb63,{'activate':!0x1});_0x7c80f3=(0x0,_0x1d2b2d[_0x10b01b(0x212)])(()=>{const _0x3ec54e=_0x10b01b;_0x124ecd['dispose']();try{var _0x3239c0,_0x42f8f2;(_0x3239c0=(_0x42f8f2=_0x1b0b11[_0x3ec54e(0x39a)])[_0x3ec54e(0x1d5)])==null||_0x3239c0[_0x3ec54e(0x200)](_0x42f8f2);}catch{}_0x2f10b8[_0x3ec54e(0x73c)](_0x3e8a89[_0x3ec54e(0x199)]),_0x4cbb63[_0x3ec54e(0x51c)]('data-embed-child-render-unit-id');}),_0x51f6a7=_0x4cbb63,_0x3e8a89['container'][_0x10b01b(0x54c)][_0x10b01b(0x4fd)]=_0x10b01b(0x72d),_0x391cee();};return _0x38411d=window[_0x50c4c5(0x722)](_0x200161),(0x0,_0x1d2b2d[_0x50c4c5(0x212)])(()=>{const _0x2e95a9=_0x50c4c5;_0xd054ce=!0x0,window['cancelAnimationFrame'](_0x38411d),_0x7c80f3[_0x2e95a9(0x3b0)]();});}function _0x4e6a0b(_0x17564d){const _0xfd4041=_0x541376;return(0x0,_0x315d36[_0xfd4041(0x69a)])({'unitId':_0x17564d['childUnitId'],'scope':_0x1f3f9e(_0x17564d)});}function _0x38a9dc(_0x2891c4){const _0x4fb403=_0x541376;return!!_0x2891c4&&_0x2891c4[_0x4fb403(0x706)]&&_0x2891c4['clientWidth']>0x0&&_0x2891c4['clientHeight']>0x0;}function _0x15a02b(_0x235813){return!0x0;}function _0x27b262(_0x5f2663,_0x204be0,_0x5ce874,_0x42c504){const _0x5ac32f=_0x541376;let _0x1e37bf=_0x5f2663[_0x5ac32f(0x757)][_0x5ac32f(0x63f)](_0x1d2b2d[_0x5ac32f(0x47f)]),_0x5f5441=_0x1e37bf[_0x5ac32f(0x312)](_0x5f2663[_0x5ac32f(0x199)],_0x5f2663[_0x5ac32f(0x31c)]);if(!_0x5f5441)return;let _0x55bf02=_0x5b670e(_0x1e37bf,_0x5f2663,_0x5f5441),_0x5a95ed=_0x4dd728(_0x5f2663['injector'][_0x5ac32f(0x63f)](_0x1d2b2d[_0x5ac32f(0x38e)]),_0x204be0,_0x5ce874,_0x42c504,_0x1e37bf,_0x5f2663[_0x5ac32f(0x199)]);return _0x3b8624(_0x5f2663[_0x5ac32f(0x757)],new Map([[_0x1d2b2d[_0x5ac32f(0x47f)],_0x55bf02],[_0x1d2b2d[_0x5ac32f(0x38e)],_0x5a95ed],[_0x315d36[_0x5ac32f(0x33d)],(0x0,_0x315d36[_0x5ac32f(0x217)])(_0x1f3f9e(_0x5f2663))]]));}function _0x5b670e(_0x274832,_0x24c4f8,_0x363771){const _0x52580e=_0x541376;return{'unitAdded$':_0x274832[_0x52580e(0x49b)],'unitDisposed$':_0x274832[_0x52580e(0x474)],'focused$':(0x0,_0x4ec6cb['of'])(_0x363771['getUnitId']()),'getTypeOfUnitAdded$':_0x274832[_0x52580e(0x123)][_0x52580e(0x39c)](_0x274832),'__addUnit':_0x274832[_0x52580e(0x4f6)]['bind'](_0x274832),'getTypeOfUnitDisposed$':_0x274832[_0x52580e(0x4fb)][_0x52580e(0x39c)](_0x274832),'focusUnit':_0x1556ec=>{const _0x3ef7f4=_0x52580e;_0x1556ec===null||_0x1556ec===_0x24c4f8[_0x3ef7f4(0x199)]||_0x274832['focusUnit'](_0x1556ec);},'getFocusedUnit':()=>_0x363771,'getCurrentUnitOfType':_0x2dcffc=>_0x2dcffc===_0x24c4f8[_0x52580e(0x31c)]?_0x363771:_0x274832[_0x52580e(0x6f4)](_0x2dcffc),'setCurrentUnitForType':_0x301fa3=>{const _0x41833c=_0x52580e;_0x301fa3!==_0x24c4f8[_0x41833c(0x199)]&&_0x274832[_0x41833c(0x135)](_0x301fa3);},'getCurrentTypeOfUnit$':_0x22657f=>_0x22657f===_0x24c4f8[_0x52580e(0x31c)]?(0x0,_0x4ec6cb['of'])(_0x363771):_0x274832[_0x52580e(0x4ab)](_0x22657f),'createUnit':_0x274832[_0x52580e(0xf8)][_0x52580e(0x39c)](_0x274832),'getUnitCreateOptions':_0x274832['getUnitCreateOptions']['bind'](_0x274832),'disposeUnit':_0x274832[_0x52580e(0x2f1)][_0x52580e(0x39c)](_0x274832),'registerCtorForType':_0x274832['registerCtorForType'][_0x52580e(0x39c)](_0x274832),'changeDoc':_0x274832[_0x52580e(0x1c3)][_0x52580e(0x39c)](_0x274832),'getUnit':_0x274832[_0x52580e(0x312)][_0x52580e(0x39c)](_0x274832),'getAllUnitsForType':_0x5d39b0=>_0x5d39b0===_0x24c4f8[_0x52580e(0x31c)]?[_0x363771]:_0x274832[_0x52580e(0x5bf)](_0x5d39b0),'getUnitType':_0x274832[_0x52580e(0x784)]['bind'](_0x274832),'getUniverSheetInstance':_0x274832[_0x52580e(0x3fe)][_0x52580e(0x39c)](_0x274832)};}function _0x5b949b(_0x406c8e,_0x50de69,_0x3a8e05=_0x541376(0x76c)){const _0x4b382c=_0x541376;var _0x1b3ed0,_0x484e32,_0x2222fb,_0x5228f3;let _0x345337=_0x50de69[_0x4b382c(0x11c)](),_0x48eedc=(_0x1b3ed0=(_0x484e32=_0x345337[_0x4b382c(0x11a)])==null?void 0x0:_0x484e32[0x0])==null?Object[_0x4b382c(0x1ed)]((_0x2222fb=_0x345337[_0x4b382c(0xc9)])==null?{}:_0x2222fb)[0x0]:_0x1b3ed0,_0xb9c534=_0x48eedc?(_0x5228f3=_0x345337[_0x4b382c(0xc9)])==null||(_0x5228f3=_0x5228f3[_0x48eedc])==null||(_0x5228f3=_0x5228f3[_0x4b382c(0x2c6)])==null?void 0x0:_0x5228f3[0x0]:void 0x0;_0x48eedc&&_0x406c8e[_0x4b382c(0x2ee)](_0x48eedc),_0xb9c534&&_0x406c8e[_0x4b382c(0x5d2)](_0xb9c534),_0x406c8e['setLeftSidebarVisible'](_0x3a8e05===_0x4b382c(0x76c));}function _0x4dede2(_0xc489c7){const _0x4b2b91=_0x541376;return _0xc489c7[_0x4b2b91(0x248)][_0x4b2b91(0x428)]?_0x4b2b91(0x428):_0xc489c7[_0x4b2b91(0x248)][_0x4b2b91(0x74b)]===_0x4b2b91(0x729)?'content-only':_0x4b2b91(0x76c);}function _0x2c0dfb(_0x3a31ac,_0x73f257,_0x1bafd5,_0x5d76a3=new _0x315d36['BaseUIPopupService'](),_0x8e508d=new _0x315d36['BaseEditorService'](_0x1bafd5),_0x2b04c0=_0x541376(0x76c),_0x59124b,_0x3db84d=!0x1,_0x320463){const _0x3ebfa3=_0x541376;let _0x254f62=_0x5cade7(_0x3a31ac[_0x3ebfa3(0x63f)](_0x1d2b2d[_0x3ebfa3(0x5cd)]),_0x2b04c0),_0x332702=_0x4dd728(_0x73f257[_0x3ebfa3(0x63f)](_0x1d2b2d[_0x3ebfa3(0x38e)]),_0x1bafd5,_0x5d76a3,_0x8e508d,_0x73f257[_0x3ebfa3(0x63f)](_0x1d2b2d[_0x3ebfa3(0x47f)]),void 0x0,_0x3db84d),_0x1b7eab=new Map([[_0x315d36[_0x3ebfa3(0x1b5)],_0x1bafd5],[_0x315d36[_0x3ebfa3(0x496)],_0x5d76a3],[_0x315d36[_0x3ebfa3(0x442)],_0x8e508d],[_0x1d2b2d[_0x3ebfa3(0x38e)],_0x332702],[_0x1d2b2d[_0x3ebfa3(0x5cd)],_0x254f62],[_0x315d36[_0x3ebfa3(0x33d)],_0x73f257['get'](_0x315d36['IBaseCanvasRootResolverService'])],[_0x315d36[_0x3ebfa3(0x1d2)],(0x0,_0x315d36[_0x3ebfa3(0x336)])(_0x320463)]]);return _0x59124b&&_0x1b7eab[_0x3ebfa3(0x2e2)](_0x315d36[_0x3ebfa3(0x5c9)],_0x59124b),_0x3b8624(_0x73f257,_0x1b7eab);}function _0x4dd728(_0xd8caf9,_0x3a5c6e,_0x4c3714,_0xec4c30,_0x1ec45b,_0x3c6cb6,_0x3f5964=!0x1){const _0x125862=_0x541376;return{'disposed':_0xd8caf9[_0x125862(0x3cf)][_0x125862(0x39c)](_0xd8caf9),'hasCommand':_0xd8caf9[_0x125862(0x618)][_0x125862(0x39c)](_0xd8caf9),'registerCommand':_0xd8caf9[_0x125862(0x67d)][_0x125862(0x39c)](_0xd8caf9),'unregisterCommand':_0xd8caf9['unregisterCommand'][_0x125862(0x39c)](_0xd8caf9),'registerMultipleCommand':_0xd8caf9[_0x125862(0x49e)][_0x125862(0x39c)](_0xd8caf9),'executeCommand':async(..._0x2ba28d)=>{const _0x612ca8=_0x125862;let _0x31bdc4=_0x28e471(_0x2ba28d[0x0],_0x2ba28d[0x1],_0x3a5c6e,_0x4c3714,_0x1ec45b,_0x3c6cb6);if(_0x31bdc4!==void 0x0)return _0x31bdc4;if(_0x5090a6(_0x2ba28d[0x0],_0x2ba28d[0x1],_0xec4c30,_0x3f5964))return!0x0;let _0x51fd25=_0x3c6cb6?_0x1ec45b==null?void 0x0:_0x1ec45b['getCurrentUnitOfType'](_0x1d2b2d[_0x612ca8(0x537)][_0x612ca8(0x15c)]):void 0x0;try{return _0x3c6cb6&&(_0x1ec45b==null||_0x1ec45b[_0x612ca8(0x135)](_0x3c6cb6)),await _0xd8caf9[_0x612ca8(0x691)](_0x2ba28d[0x0],_0x2ba28d[0x1],_0x2ba28d[0x2]);}finally{_0x51fd25&&(_0x1ec45b==null||_0x1ec45b[_0x612ca8(0x135)](_0x51fd25[_0x612ca8(0x660)]()));}},'syncExecuteCommand':(..._0x29403b)=>{const _0x5b3a86=_0x125862;let _0x2b8aa0=_0x28e471(_0x29403b[0x0],_0x29403b[0x1],_0x3a5c6e,_0x4c3714,_0x1ec45b,_0x3c6cb6);if(_0x2b8aa0!==void 0x0)return _0x2b8aa0;if(_0x5090a6(_0x29403b[0x0],_0x29403b[0x1],_0xec4c30,_0x3f5964))return!0x0;let _0x2134d9=_0x3c6cb6?_0x1ec45b==null?void 0x0:_0x1ec45b['getCurrentUnitOfType'](_0x1d2b2d['UniverInstanceType']['UNIVER_BASE']):void 0x0;try{return _0x3c6cb6&&(_0x1ec45b==null||_0x1ec45b[_0x5b3a86(0x135)](_0x3c6cb6)),_0xd8caf9[_0x5b3a86(0xe4)](_0x29403b[0x0],_0x29403b[0x1],_0x29403b[0x2]);}finally{_0x2134d9&&(_0x1ec45b==null||_0x1ec45b[_0x5b3a86(0x135)](_0x2134d9[_0x5b3a86(0x660)]()));}},'onCommandExecuted':_0xd8caf9['onCommandExecuted'][_0x125862(0x39c)](_0xd8caf9),'beforeCommandExecuted':_0xd8caf9['beforeCommandExecuted']['bind'](_0xd8caf9),'onMutationExecutedForCollab':_0xd8caf9[_0x125862(0x146)][_0x125862(0x39c)](_0xd8caf9)};}function _0x28e471(_0x3bd009,_0x1bb336,_0x28a2d9,_0x3774d0,_0x17a824,_0x148470){const _0x5c3f92=_0x541376;if(_0x3bd009===_0x315d36['ActivateBaseViewOperation']['id']){let _0x50f035=_0x1bb336;return _0x50f035!=null&&_0x50f035[_0x5c3f92(0x711)]?(_0x50f035[_0x5c3f92(0x5ee)]&&_0x28a2d9[_0x5c3f92(0x2ee)](_0x50f035['tableId']),_0x28a2d9[_0x5c3f92(0x5d2)](_0x50f035[_0x5c3f92(0x711)]),!0x0):!0x1;}if(_0x3bd009===_0x315d36[_0x5c3f92(0x63c)]['id']){var _0x523176;let _0x332c1a=_0x1bb336;if(!(_0x332c1a!=null&&_0x332c1a['tableId']))return!0x1;_0x28a2d9[_0x5c3f92(0x2ee)](_0x332c1a[_0x5c3f92(0x5ee)]);let _0x46ea57=_0x332c1a[_0x5c3f92(0x608)]?_0x17a824==null?void 0x0:_0x17a824[_0x5c3f92(0x312)](_0x332c1a['unitId'],_0x1d2b2d[_0x5c3f92(0x537)]['UNIVER_BASE']):_0x17a824==null?void 0x0:_0x17a824[_0x5c3f92(0x6f4)](_0x1d2b2d[_0x5c3f92(0x537)][_0x5c3f92(0x15c)]),_0x377c5d=(_0x523176=_0x46ea57==null?void 0x0:_0x46ea57[_0x5c3f92(0x660)]())==null?_0x148470:_0x523176;_0x377c5d&&(_0x17a824==null||_0x17a824['setCurrentUnitForType'](_0x377c5d),_0x17a824==null||_0x17a824['focusUnit'](_0x377c5d));let _0x291d6c=_0x46ea57==null?void 0x0:_0x46ea57['getSnapshot']()[_0x5c3f92(0xc9)][_0x332c1a['tableId']],_0x2818a0=_0x291d6c==null?void 0x0:_0x291d6c['viewOrder'][_0x5c3f92(0x48d)](_0x18dfe6=>_0x291d6c['views'][_0x18dfe6]);return _0x2818a0&&_0x28a2d9[_0x5c3f92(0x5d2)](_0x2818a0),!0x0;}if(_0x3bd009===_0x315d36[_0x5c3f92(0x41f)]['id']){var _0x6fa767,_0x484759;let _0x2d5323=_0x1bb336;return _0x2d5323!=null&&_0x2d5323['viewId']?(_0x28a2d9[_0x5c3f92(0x4c9)](_0x2d5323[_0x5c3f92(0x711)],{'x':(_0x6fa767=_0x2d5323['x'])==null?0x0:_0x6fa767,'y':(_0x484759=_0x2d5323['y'])==null?0x0:_0x484759}),!0x0):!0x1;}if(_0x3bd009===_0x315d36[_0x5c3f92(0x102)]['id']){let _0x3383f3=_0x1bb336;return!(_0x3383f3!=null&&_0x3383f3[_0x5c3f92(0x711)])||typeof _0x3383f3[_0x5c3f92(0x539)]!=_0x5c3f92(0x3c4)?!0x1:(_0x28a2d9[_0x5c3f92(0x1cc)](_0x3383f3[_0x5c3f92(0x711)],_0x3383f3[_0x5c3f92(0x539)]),!0x0);}if(_0x3bd009===_0x315d36[_0x5c3f92(0x5ec)]['id'])return _0x1bb336?(_0x28a2d9[_0x5c3f92(0x5f7)](),_0x3774d0[_0x5c3f92(0x254)](_0x1bb336),!0x0):!0x1;if(_0x3bd009===_0x315d36[_0x5c3f92(0x3b6)]['id'])return _0x3774d0[_0x5c3f92(0x157)](),!0x0;if(_0x3bd009===_0x315d36[_0x5c3f92(0x3a3)]['id'])return _0x1bb336?(_0x28a2d9[_0x5c3f92(0x5f7)](),_0x3774d0[_0x5c3f92(0x3b1)](_0x1bb336),!0x0):!0x1;if(_0x3bd009===_0x315d36[_0x5c3f92(0x299)]['id'])return _0x3774d0[_0x5c3f92(0x6cf)](),!0x0;if(_0x3bd009===_0x315d36[_0x5c3f92(0x66f)]['id'])return _0x1bb336?(_0x3774d0[_0x5c3f92(0x3f1)](_0x1bb336),!0x0):!0x1;if(_0x3bd009===_0x315d36['CloseBaseActiveEditorOperation']['id'])return _0x3774d0['closeActiveEditor'](),!0x0;if(_0x3bd009===_0x315d36[_0x5c3f92(0x60c)]['id']){let _0x8a79b7=_0x1bb336;return _0x8a79b7!=null&&_0x8a79b7['recordId']?(_0x28a2d9[_0x5c3f92(0x204)](_0x8a79b7['recordId']),!0x0):!0x1;}if(_0x3bd009===_0x315d36[_0x5c3f92(0xd4)]['id'])return _0x28a2d9['closeRecordDetail'](),!0x0;}function _0x5090a6(_0x378c7b,_0xe779be,_0x52c123,_0x36ee87=!0x1){const _0x48e038=_0x541376;return _0x378c7b===_0x315d36['StartBaseEditingCellOperation']['id']?(_0x36ee87||_0x52c123[_0x48e038(0x2d9)](_0xe779be),!0x0):_0x378c7b===_0x315d36[_0x48e038(0x175)]['id']?(_0x52c123[_0x48e038(0x6b8)](),!0x0):!0x1;}function _0x5cade7(_0x3f9abf,_0x5a64f3){const _0x55780e=_0x541376;return{'getConfig':_0x2c5f39=>{const _0x17f9eb=_0x1eb6;let _0x5dbf3f=_0x3f9abf['getConfig'](_0x2c5f39);return _0x2c5f39===_0x315d36[_0x17f9eb(0x585)]?_0x5da7e7(_0x5dbf3f==null?{}:_0x5dbf3f,_0x5a64f3):_0x5dbf3f;},'setConfig':_0x3f9abf[_0x55780e(0x26d)][_0x55780e(0x39c)](_0x3f9abf),'deleteConfig':_0x3f9abf[_0x55780e(0x6e6)][_0x55780e(0x39c)](_0x3f9abf),'subscribeConfigValue$':_0x3f9abf[_0x55780e(0x1e5)]['bind'](_0x3f9abf)};}function _0x5da7e7(_0x3a02f8,_0x578d1b='workbench'){const _0x12bc6c=_0x541376;var _0x15dd3e;let _0x4e639c;return _0x4e639c=_0x578d1b==='content-only'||_0x578d1b===_0x12bc6c(0x428)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x3a02f8,'workbench':{...(_0x15dd3e=_0x3a02f8['workbench'])==null?{}:_0x15dd3e,..._0x4e639c,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x315d0a(_0x4155aa){const _0x4fe6e5=_0x541376;var _0x2cf861,_0x508441,_0x301705;if(_0x4155aa[_0x4fe6e5(0x248)]['fullscreen']&&_0x4155aa['runtimeScope'][_0x4fe6e5(0x676)][_0x4fe6e5(0x790)])return _0x4155aa[_0x4fe6e5(0x5e2)][_0x4fe6e5(0x676)]['menuSlot'];let _0x327873=(_0x2cf861=(_0x508441=_0x4155aa[_0x4fe6e5(0x5e2)]['roots'][_0x4fe6e5(0x3ef)])==null?_0x4155aa[_0x4fe6e5(0x248)][_0x4fe6e5(0x5c3)]:_0x508441)==null?_0x4155aa[_0x4fe6e5(0x248)][_0x4fe6e5(0x32f)]:_0x2cf861,_0x386bab=((_0x301705=_0x327873[_0x4fe6e5(0x130)])==null?void 0x0:_0x301705['dataset']['uComp'])===_0x4fe6e5(0x462)?_0x327873['parentElement']:void 0x0;return _0x386bab==null?_0x327873:_0x386bab;}function _0x49990c(_0x34fe9b){const _0x44f837=_0x541376;return[{'hostType':_0x1d2b2d['UniverInstanceType'][_0x44f837(0x556)],'entry':_0x3f9f59[_0x44f837(0x6b7)][_0x44f837(0x625)],'childType':_0x34fe9b[_0x44f837(0x31c)],'mount':_0x34fe9b[_0x44f837(0x3cb)]},{'hostType':_0x1d2b2d[_0x44f837(0x537)][_0x44f837(0x3e8)],'entry':_0x3f9f59['EmbedHostEntryEnum']['SheetsFloatingObject'],'childType':_0x34fe9b['childType'],'mount':_0x34fe9b[_0x44f837(0x3cb)]},{'hostType':_0x1d2b2d[_0x44f837(0x537)]['UNIVER_SLIDE'],'entry':_0x3f9f59[_0x44f837(0x6b7)]['SlidesFloatingObject'],'childType':_0x34fe9b['childType'],'mount':_0x34fe9b['mount']},{'hostType':_0x1d2b2d[_0x44f837(0x537)][_0x44f837(0x265)],'entry':_0x3f9f59[_0x44f837(0x6b7)]['BoardsFloatingObject'],'childType':_0x34fe9b[_0x44f837(0x31c)],'mount':_0x34fe9b[_0x44f837(0x3cb)]}];}function _0x3b5e18(){const _0x2f6edb=_0x541376;return _0x49990c({'childType':_0x1d2b2d[_0x2f6edb(0x537)]['UNIVER_BASE'],'mount':_0x1384f6});}function _0x1384f6(_0x3e3bbd){const _0x6c1819=_0x541376;let _0x472127=_0x315d0a(_0x3e3bbd),_0x1ce735=document[_0x6c1819(0x47b)](_0x6c1819(0x7ab));_0x1ce735['setAttribute'](_0x6c1819(0x656),_0x3e3bbd[_0x6c1819(0x720)][_0x6c1819(0x138)]),_0x472127[_0x6c1819(0x21e)](_0x1ce735);let _0x13a6f1=_0x3f2e2c(_0x1ce735),_0x4f745a=_0x3e3bbd[_0x6c1819(0x5e2)][_0x6c1819(0x757)];return _0x13a6f1['render']((0x0,_0x271c2b[_0x6c1819(0x47b)])(_0x32f46c,{'injector':_0x4f745a,'mountContainer':_0x472127,'embedId':_0x3e3bbd[_0x6c1819(0x333)]},(0x0,_0x271c2b[_0x6c1819(0x47b)])(_0x44f18f,{'hostUnitId':_0x3e3bbd['hostUnitId'],'embedId':_0x3e3bbd[_0x6c1819(0x333)],'childUnitId':_0x3e3bbd['childUnitId'],'entry':_0x3e3bbd['descriptor'][_0x6c1819(0x138)],'fullscreen':!!_0x3e3bbd[_0x6c1819(0x248)][_0x6c1819(0x428)],'usesDomFloatingStage':_0x3e3bbd[_0x6c1819(0x720)][_0x6c1819(0x138)]==='sheets-floating-object','renderScopeActive$':_0x3e3bbd['renderScope']['active$']}))),(0x0,_0x1d2b2d[_0x6c1819(0x212)])(()=>{const _0x1e2255=_0x6c1819;_0x334c17(_0x13a6f1),globalThis[_0x1e2255(0x38b)](()=>_0x1ce735['remove'](),0x0);});}function _0x3b48cd(_0x39512e){const _0x11bb4c=_0x541376;return _0x3b6b6d({'embedId':_0x39512e[_0x11bb4c(0x333)],'active':_0x1178c9(_0x39512e[_0x11bb4c(0x597)],_0x39512e[_0x11bb4c(0x1c4)]),'fullscreen':_0x39512e['fullscreen'],'usesDomFloatingStage':_0x39512e[_0x11bb4c(0x454)],'renderScopeActive':_0x39512e[_0x11bb4c(0x77c)]});}function _0x1178c9(_0x13a687,_0x31257f){const _0x3fa8d9=_0x541376;return _0x13a687?{'hostUnitId':'','childUnitId':'','embedId':_0x13a687,'stage':_0x31257f===_0x3fa8d9(0x7ac)||_0x31257f==='stage1'?_0x3fa8d9(0x7ac):_0x3fa8d9(0x792)}:null;}function _0x117c81(_0x370259){return _0x370259;}function _0x4b3873(_0x90d846){return _0x90d846;}function _0x4a6ca3(_0x15ef41){return!_0x15ef41;}function _0x33f87d(_0x12b4e7){const _0x5e3ef2=_0x541376;return{[_0x4f25b8]:_0x12b4e7,[_0x59c51f]:_0x5e3ef2(0x506)};}function _0x44f18f(_0x34e4dc){const _0x3822b7=_0x541376;var _0x3d6c27;let {hostUnitId:_0x17dd74,embedId:_0x112800,childUnitId:_0x469887,entry:_0x46b8a8,fullscreen:_0x335df7,usesDomFloatingStage:_0x5aea08,renderScopeActive$:_0x31268e}=_0x34e4dc,_0x4936aa=(0x0,_0x54d9f7[_0x3822b7(0x2de)])(_0x1d2b2d[_0x3822b7(0x38e)]),_0x277465=(0x0,_0x54d9f7[_0x3822b7(0x2de)])(_0x1d2b2d['IUniverInstanceService']),_0x1ef6b2=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x3822b7(0x572)]),_0x4fe109=(0x0,_0x54d9f7['useDependency'])(_0xae9b0e['IBaseViewRegistryService']),_0x38b17d=(0x0,_0x54d9f7[_0x3822b7(0x2de)])(_0x1d2b2d[_0x3822b7(0x182)]),_0x229ba9=(0x0,_0x54d9f7[_0x3822b7(0x2de)])(_0x315d36['IBaseUIStateService']),_0x3a14db=(0x0,_0x54d9f7[_0x3822b7(0x2de)])(_0x315d36[_0x3822b7(0x496)]),_0x32d6d4=(0x0,_0x54d9f7[_0x3822b7(0x2de)])(_0x3324bc),_0x117cd4=(0x0,_0x54d9f7['useObservable'])(()=>_0x229ba9[_0x3822b7(0x3da)],_0x229ba9['getState'](),!0x1,[_0x229ba9]),_0x292390=(0x0,_0x54d9f7[_0x3822b7(0x4a4)])(()=>_0x38b17d[_0x3822b7(0x115)],{'undos':0x0,'redos':0x0},!0x1,[_0x38b17d]),_0x2be01a=(0x0,_0x54d9f7[_0x3822b7(0x4a4)])(()=>_0x31268e,!0x1,!0x1,[_0x31268e]),_0x24b2c0=(0x0,_0x54d9f7[_0x3822b7(0x4a4)])(()=>_0x32d6d4[_0x3822b7(0x31e)],_0x32d6d4['getActive'](),!0x1,[_0x32d6d4]),_0x5e8820=_0x32d6d4[_0x3822b7(0x53c)](_0x112800),[_0x3de077,_0x5447b4]=(0x0,_0x271c2b[_0x3822b7(0x749)])(0x0),[_0x1dbf55,_0x1ab57b]=(0x0,_0x271c2b[_0x3822b7(0x749)])(null),[_0xc21720,_0x18920d]=(0x0,_0x271c2b['useState'])(!0x1),[_0x2e8836,_0x578f11]=(0x0,_0x271c2b[_0x3822b7(0x749)])(null),_0x1c8399=(0x0,_0x271c2b[_0x3822b7(0x513)])(null),_0x3bfe7c=_0x277465[_0x3822b7(0x312)](_0x469887,_0x1d2b2d['UniverInstanceType']['UNIVER_BASE']),_0x5089e6=_0x3bfe7c==null?void 0x0:_0x3bfe7c[_0x3822b7(0x11c)](),_0x7b4e2c=_0x3a86f0(_0x5089e6,_0x117cd4[_0x3822b7(0x436)]),_0xa0d9cf=_0x5da587(_0x7b4e2c),_0x236a33=_0x20782d(_0x7b4e2c,_0x117cd4[_0x3822b7(0x169)]),_0x46ecbc=_0x3b48cd({'embedId':_0x112800,'activeEmbedId':_0x24b2c0==null?void 0x0:_0x24b2c0[_0x3822b7(0x333)],'stage':_0x5e8820,'fullscreen':_0x335df7,'usesDomFloatingStage':_0x5aea08,'renderScopeActive':_0x2be01a})===_0x3822b7(0x7ac),_0x4014f4=_0x117c81(_0x335df7),_0x3f156f=_0x4b3873(_0x335df7),_0x3acedb=_0x4a6ca3(_0x335df7),_0x1fbbe0=_0x4014f4?_0x3822b7(0x168):_0x3822b7(0x685);if((0x0,_0x271c2b[_0x3822b7(0x74e)])(()=>{const _0x574b5d=_0x3822b7;_0x46ecbc||(_0x3a14db[_0x574b5d(0x157)](),_0x3a14db['closeContextMenu'](),_0x3a14db['closeActiveEditor'](),_0x1ab57b(null),_0x18920d(!0x1),_0x578f11(null));},[_0x46ecbc,_0x3a14db]),(0x0,_0x271c2b[_0x3822b7(0x74e)])(()=>{const _0x7047d7=_0x3822b7;if(!_0x1dbf55)return;let _0x3d467f=_0x7de35a=>{const _0x477c66=_0x1eb6;var _0x105bca;let _0x4317dd=_0x7de35a[_0x477c66(0x28d)]instanceof Node?_0x7de35a[_0x477c66(0x28d)]:null;_0x4317dd&&(_0x105bca=_0x1c8399[_0x477c66(0x441)])!=null&&_0x105bca[_0x477c66(0x255)](_0x4317dd)||_0x1ab57b(null);},_0x174206=_0x26c7a7=>{const _0x4e61b1=_0x1eb6;_0x26c7a7[_0x4e61b1(0x1ff)]===_0x4e61b1(0x524)&&_0x1ab57b(null);};return document[_0x7047d7(0x5b3)](_0x7047d7(0x1fd),_0x3d467f,!0x0),document[_0x7047d7(0x5b3)]('keydown',_0x174206,!0x0),()=>{const _0x422ae3=_0x7047d7;document[_0x422ae3(0x355)](_0x422ae3(0x1fd),_0x3d467f,!0x0),document[_0x422ae3(0x355)](_0x422ae3(0x12d),_0x174206,!0x0);};},[_0x1dbf55]),!_0x5089e6||!_0x3bfe7c||!_0x7b4e2c||!_0x236a33)return null;let _0x396bcd=()=>{const _0x5b3602=_0x3822b7;_0x32d6d4[_0x5b3602(0x68f)]({'hostUnitId':_0x17dd74,'embedId':_0x112800,'childUnitId':_0x469887},_0x5b3602(0x7ac));},_0x26c06a=(_0x1faa1e,_0x149bd6)=>{const _0x2c4920=_0x3822b7;_0x396bcd(),_0x4936aa[_0x2c4920(0x691)](_0x315d36[_0x2c4920(0x5ec)]['id'],{'type':_0x1faa1e,'anchor':_0x4aa8e0(_0x149bd6['getBoundingClientRect']())});},_0x4c2416=_0x3e3a1a=>{const _0x20b287=_0x3822b7;_0x396bcd(),_0x4936aa[_0x20b287(0x691)](_0x315d36[_0x20b287(0x577)]['id'],{'tableId':_0x7b4e2c['id'],'unitId':_0x469887,'viewId':_0x3e3a1a}),_0x5447b4(_0x5c07c7=>_0x5c07c7+0x1);},_0x2bee51=_0x27ac5c=>{const _0x102f07=_0x3822b7;_0x396bcd();let _0x1ea575=_0x102f07(0x387)+(0x0,_0x1d2b2d[_0x102f07(0x139)])(0x6),_0x24114b=_0x4fe109[_0x102f07(0x63f)](_0x27ac5c)[_0x102f07(0x750)](_0x7b4e2c);_0x4936aa[_0x102f07(0x691)](_0xae9b0e[_0x102f07(0x18b)]['id'],{'unitId':_0x469887,'tableId':_0x7b4e2c['id'],'view':{'id':_0x1ea575,'tableId':_0x7b4e2c['id'],'name':(0x0,_0x315d36['createDefaultViewName'])(_0x1ef6b2,_0x27ac5c),'type':_0x27ac5c,'config':_0x24114b,'fieldOrder':[..._0x7b4e2c['fieldOrder']],'fieldSettings':{}}})['then'](_0x43ea73=>{_0x43ea73&&_0x4c2416(_0x1ea575);}),_0x1ab57b(null),_0x18920d(!0x1),_0x5447b4(_0x57e809=>_0x57e809+0x1);},_0x766eda=_0x65eedd=>{const _0x36e28d=_0x3822b7;var _0x48e069;let _0x18b534=(_0x48e069=_0xa0d9cf[0x0])==null?void 0x0:_0x48e069['id'];!_0x18b534||_0x18b534===_0x65eedd||(_0x396bcd(),_0x4936aa[_0x36e28d(0x691)](_0xae9b0e[_0x36e28d(0x538)]['id'],{'unitId':_0x469887,'tableId':_0x7b4e2c['id'],'viewId':_0x65eedd,'target':{'beforeViewId':_0x18b534}}),_0x5447b4(_0x52e421=>_0x52e421+0x1));},_0x51e0e0=(_0x1dcc76,_0x23e1ef)=>{const _0x21f4a5=_0x3822b7;_0x396bcd(),_0x4936aa['executeCommand'](_0xae9b0e[_0x21f4a5(0x538)]['id'],{'unitId':_0x469887,'tableId':_0x7b4e2c['id'],'viewId':_0x1dcc76,'target':_0x23e1ef}),_0x5447b4(_0x483138=>_0x483138+0x1);},_0x750d99=(_0x3cdb5a,_0x1b9740)=>{const _0x576309=_0x3822b7;_0x396bcd(),_0x4936aa[_0x576309(0x691)](_0xae9b0e[_0x576309(0x2d4)]['id'],{'unitId':_0x469887,'tableId':_0x7b4e2c['id'],'viewId':_0x3cdb5a,'name':_0x1b9740}),_0x5447b4(_0x114f3e=>_0x114f3e+0x1);},_0x356f9c=_0x333ddc=>{const _0x46ea3a=_0x3822b7;let _0x33fcbf=_0x7b4e2c[_0x46ea3a(0x494)][_0x333ddc];if(!_0x33fcbf)return;_0x396bcd();let _0x415e47=_0x32e27d(_0x33fcbf,_0x7b4e2c['id'],_0x1ef6b2['t'](_0x46ea3a(0x76e)));_0x4936aa[_0x46ea3a(0x691)](_0xae9b0e[_0x46ea3a(0x18b)]['id'],{'unitId':_0x469887,'tableId':_0x7b4e2c['id'],'view':_0x415e47})['then'](_0x156703=>{_0x156703&&_0x4c2416(_0x415e47['id']);}),_0x5447b4(_0x148a31=>_0x148a31+0x1);},_0x34c2bc=()=>{const _0x2010ee=_0x3822b7;var _0x22c653;let _0x30e7f5=_0x2e8836==null?_0x236a33['id']:_0x2e8836;if(_0xa0d9cf[_0x2010ee(0x664)]<=0x1){_0x578f11(null);return;}let _0x7e9627=(_0x22c653=_0xa0d9cf[_0x2010ee(0x48d)](_0x5d310a=>_0x5d310a['id']!==_0x30e7f5))==null?void 0x0:_0x22c653['id'];_0x4936aa[_0x2010ee(0x691)](_0xae9b0e['DeleteBaseViewCommand']['id'],{'unitId':_0x469887,'tableId':_0x7b4e2c['id'],'viewId':_0x30e7f5})[_0x2010ee(0x708)](_0x13aae0=>{_0x13aae0&&_0x7e9627&&_0x4c2416(_0x7e9627);}),_0x578f11(null),_0x5447b4(_0x553cb0=>_0x553cb0+0x1);},_0x2b1265=()=>{const _0x497e80=_0x3822b7;_0x4936aa[_0x497e80(0x691)](_0x3f9f59[_0x497e80(0x1a3)]['id'],{'hostUnitId':_0x17dd74,'embedId':_0x112800});},_0x279ff0=_0x878fa8=>{const _0x4f14c4=_0x3822b7;_0x878fa8[_0x4f14c4(0x160)]();},_0x4f032c=_0x2f302b=>{const _0x4f1d9a=_0x3822b7;_0x2f302b[_0x4f1d9a(0xf5)](),_0x2f302b[_0x4f1d9a(0x160)]();};return(0x0,_0x2030b6[_0x3822b7(0x342)])(_0x2030b6['Fragment'],{'children':[(0x0,_0x2030b6[_0x3822b7(0x342)])(_0x3822b7(0x7ab),{'className':(0x0,_0x2c34e2[_0x3822b7(0x2a2)])(_0x3822b7(0x276),{'univer-hidden':!_0x46ecbc,'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':_0x335df7,'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':!_0x335df7,'-univer-top-[44px]':!_0x335df7&&_0x46b8a8!==_0x3822b7(0x147),'univer-w-full':!_0x335df7,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x335df7&&_0x46b8a8===_0x3822b7(0x147)}),'data-u-comp':_0x3822b7(0x536),'data-embed-floating-menu':_0x3822b7(0x3d3),'data-embed-id':_0x112800,'data-embed-float-stage':_0x46ecbc?'stage2':_0x3822b7(0x792),'data-base-render-version':_0x3de077,..._0x33f87d(_0x112800),'onClick':_0x279ff0,'onDoubleClick':_0x279ff0,'onMouseDown':_0x4f032c,'onMouseUp':_0x279ff0,'onPointerDown':_0x4f032c,'onPointerUp':_0x279ff0,'children':[_0x3f156f?(0x0,_0x2030b6[_0x3822b7(0x300)])(_0x214a27,{'embedId':_0x112800,'activeView':_0x236a33,'views':_0xa0d9cf,'addViewOpen':_0xc21720,'onAddViewOpenChange':_0x18920d,'onActivateView':_0x4c2416,'onAddView':_0x2bee51,'onSetViewAsFirst':_0x766eda,'onMoveView':_0x51e0e0,'onRenameView':_0x750d99,'onDuplicateView':_0x356f9c,'onConfigureView':_0x5dadde=>_0x26c06a('viewSettings',_0x5dadde),'onDeleteView':_0x578f11}):(0x0,_0x2030b6[_0x3822b7(0x300)])(_0x278f46,{'activeView':_0x236a33,'views':_0xa0d9cf,'onActivateView':_0x4c2416,'embedId':_0x112800,'onAddView':_0x3eb576=>{const _0xda0f77=_0x3822b7;_0x396bcd(),_0x1ab57b(_0x3eb576[_0xda0f77(0x3d7)]());},'onConfigureView':_0xea2a57=>_0x26c06a(_0x3822b7(0x510),_0xea2a57),'onDeleteView':()=>_0x578f11(_0x236a33['id'])}),(0x0,_0x2030b6[_0x3822b7(0x342)])(_0x3822b7(0x7ab),{'className':_0x3822b7(0x560),'children':[(0x0,_0x2030b6['jsx'])(_0x315d36[_0x3822b7(0x718)],{'iconOnly':!_0x4014f4,'className':_0x1fbbe0,'state':{..._0x4ad285(_0x236a33,_0x292390),'searchOpen':_0x117cd4[_0x3822b7(0x4fa)][_0x3822b7(0x7af)],'searchQuery':_0x117cd4['search']['query'],'searchActiveIndex':_0x117cd4[_0x3822b7(0x4fa)][_0x3822b7(0x33a)]},'onAddRecord':_0x37215d=>_0x37215d&&_0x26c06a(_0x3822b7(0x1c5),_0x37215d),'onCustomizeField':_0x5e65c9=>_0x26c06a(_0x3822b7(0x1b4),_0x5e65c9),'onCustomizeKanban':_0x574071=>_0x26c06a(_0x3822b7(0xc6),_0x574071),'onCustomizeGallery':_0x3a11db=>_0x26c06a(_0x3822b7(0x338),_0x3a11db),'onCalendarEventSettings':_0x5b1c67=>_0x26c06a(_0x3822b7(0x220),_0x5b1c67),'onCalendarViewSettings':_0x580b5d=>_0x26c06a(_0x3822b7(0x49d),_0x580b5d),'onViewSettings':_0x532fbe=>_0x26c06a(_0x3822b7(0x510),_0x532fbe),'onFilter':_0x248b43=>_0x26c06a(_0x3822b7(0x66c),_0x248b43),'onGroup':_0x5b1dc5=>_0x26c06a(_0x3822b7(0x4a9),_0x5b1dc5),'onSort':_0xa9243d=>_0x26c06a(_0x3822b7(0x1d8),_0xa9243d),'onRowHeight':_0x441834=>_0x26c06a('rowHeight',_0x441834),'onConditionalColoring':_0x18b9f3=>_0x26c06a('conditionalColoring',_0x18b9f3),'onUndo':()=>void _0x4936aa['executeCommand'](_0x1d2b2d['UndoCommand']['id']),'onRedo':()=>void _0x4936aa['executeCommand'](_0x1d2b2d['RedoCommand']['id']),'onOpenSearch':()=>_0x229ba9[_0x3822b7(0x617)](),'onSearchQueryChange':_0xedc90b=>_0x229ba9[_0x3822b7(0x79c)](_0xedc90b),'onSearchPrevious':()=>{const _0x5a548e=_0x3822b7;var _0x575375;return _0x229ba9['setSearchActiveIndex'](Math[_0x5a548e(0x51a)](0x0,((_0x575375=_0x117cd4[_0x5a548e(0x4fa)]['activeIndex'])==null?0x0:_0x575375)-0x1));},'onSearchNext':()=>{const _0x2a704e=_0x3822b7;var _0x3df305;return _0x229ba9[_0x2a704e(0x3a8)](((_0x3df305=_0x117cd4[_0x2a704e(0x4fa)][_0x2a704e(0x33a)])==null?-0x1:_0x3df305)+0x1);},'onCloseSearch':()=>_0x229ba9['closeSearch']()}),_0x3acedb?(0x0,_0x2030b6[_0x3822b7(0x342)])(_0x2030b6[_0x3822b7(0x776)],{'children':[(0x0,_0x2030b6['jsx'])(_0x2c34e2['Separator'],{'orientation':_0x3822b7(0x45a)}),(0x0,_0x2030b6['jsx'])(_0x520ad9,{'titleKey':_0x3822b7(0x31a),'className':_0x3822b7(0x774),'onClick':_0x2b1265,'children':(0x0,_0x2030b6[_0x3822b7(0x300)])(_0x4091f0,{})})]}):null]})]}),_0x1dbf55?(0x0,_0x24e4d6[_0x3822b7(0x180)])((0x0,_0x2030b6['jsx'])('div',{'ref':_0x1c8399,'data-u-comp':_0x3822b7(0x6f1),'data-embed-id':_0x112800,'data-embed-floating-menu-popup':_0x3822b7(0x3d3),'className':'univer-fixed\x20univer-z-[900]','style':_0x912242(_0x1dbf55),'onPointerDown':_0x32685b=>_0x32685b[_0x3822b7(0x160)](),'children':(0x0,_0x2030b6[_0x3822b7(0x300)])(_0x315d36[_0x3822b7(0x43f)],{'views':_0x315d36['BASE_VIEW_MENU_ITEMS'][_0x3822b7(0x29b)](_0x60c7cc=>({..._0x60c7cc,'label':_0x1ef6b2['t'](_0x60c7cc[_0x3822b7(0x599)]),'description':_0x1ef6b2['t'](_0x60c7cc[_0x3822b7(0xfc)])})),'onCreate':_0x2bee51})}),(_0x3d6c27=(0x0,_0x315d36[_0x3822b7(0x72e)])(!0x0))==null?document['body']:_0x3d6c27):null,(0x0,_0x2030b6[_0x3822b7(0x300)])(_0x315d36['BaseDeleteConfirmDialog'],{'open':!!_0x2e8836,'title':_0x1ef6b2['t'](_0x3822b7(0x2b1)),'description':_0x1ef6b2['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0x578f11(null),'onConfirm':_0x34c2bc}),_0x335df7?(0x0,_0x2030b6[_0x3822b7(0x300)])(_0x26e905,{'embedId':_0x112800,'childUnitId':_0x469887,'base':_0x3bfe7c,'activeTable':_0x7b4e2c}):null]});}function _0x26e905(_0xb40bab){const _0xef3fe=_0x541376;let _0x595152=_0x439313(_0xb40bab[_0xef3fe(0x333)]);return _0x595152?(0x0,_0x24e4d6[_0xef3fe(0x180)])((0x0,_0x2030b6[_0xef3fe(0x300)])(_0x523533,{'childUnitId':_0xb40bab[_0xef3fe(0x199)],'base':_0xb40bab[_0xef3fe(0xa7)],'activeTable':_0xb40bab[_0xef3fe(0x39b)]}),_0x595152):null;}function _0x439313(_0x3f5d03){const _0x2d3cf2=_0x541376;let [_0x4611f5,_0xabaced]=(0x0,_0x271c2b[_0x2d3cf2(0x749)])(null);return(0x0,_0x271c2b[_0x2d3cf2(0x74e)])(()=>{const _0x2fd19d=_0x2d3cf2;let _0x5ddee7=0x0,_0x861fec=()=>{const _0x335999=_0x1eb6;var _0x3f0c97;_0xabaced((_0x3f0c97=Array['from'](document[_0x335999(0x389)]('[data-embed-fullscreen-sidebar-slot=\x22true\x22]'))['find'](_0xf795b7=>_0xf795b7[_0x335999(0x54c)][_0x335999(0x333)]===_0x3f5d03))==null?null:_0x3f0c97);};return _0x861fec(),_0x5ddee7=window[_0x2fd19d(0x722)](_0x861fec),()=>{const _0x22c9c6=_0x2fd19d;window[_0x22c9c6(0x1ca)](_0x5ddee7);};},[_0x3f5d03]),_0x4611f5;}function _0x523533(_0x18946a){const _0x503c52=_0x541376;var _0x394345,_0x3cc3f7,_0x11da91,_0x148f14,_0x1a89d1,_0x5f10f8;let {childUnitId:_0x43b218,base:_0x4a6dfe,activeTable:_0x5c6827}=_0x18946a,_0xe9e223=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x503c52(0x38e)]),_0x1670d9=(0x0,_0x54d9f7[_0x503c52(0x2de)])(_0x1d2b2d[_0x503c52(0x5cd)]),_0x2e5df6=(0x0,_0x54d9f7[_0x503c52(0x2de)])(_0x1d2b2d['LocaleService']),_0x4653be=(0x0,_0x54d9f7[_0x503c52(0x2de)])(_0x315d36[_0x503c52(0x1b5)]),_0x34b77b=(0x0,_0x54d9f7[_0x503c52(0x4a4)])(()=>_0x4653be[_0x503c52(0x3da)],_0x4653be[_0x503c52(0x45e)](),!0x1,[_0x4653be]),[_0x3fbe0f,_0x2fc3c6]=(0x0,_0x271c2b[_0x503c52(0x749)])(null),[_0x5e0ab8,_0x5af8bc]=(0x0,_0x271c2b[_0x503c52(0x749)])(null),[_0x504a27,_0x57f00a]=(0x0,_0x271c2b['useState'])(''),[_0x5f4fe5,_0x1ea2f3]=(0x0,_0x271c2b[_0x503c52(0x749)])(_0x503c52(0x360)),[_0x300570,_0x5ae856]=(0x0,_0x271c2b['useState'])(null),_0x2c6138=(_0x394345=_0x1670d9==null||(_0x3cc3f7=_0x1670d9[_0x503c52(0x13d)](_0x315d36[_0x503c52(0x585)]))==null?void 0x0:_0x3cc3f7[_0x503c52(0x76c)])==null?{}:_0x394345,_0x2c21b9=(_0x11da91=(_0x148f14=(_0x1a89d1=_0x34b77b[_0x503c52(0x5b1)]['leftPanelWidth'])==null?_0x2c6138['leftPanelWidth']:_0x1a89d1)==null?(_0x5f10f8=_0x315d36[_0x503c52(0x532)][_0x503c52(0x76c)])==null?void 0x0:_0x5f10f8['leftPanelWidth']:_0x148f14)==null?_0x315d36[_0x503c52(0x6a7)]:_0x11da91,_0x3e138a=_0x4a6dfe['getSnapshot'](),_0x59cb30=_0x455e7d(_0x3e138a,_0x5c6827['id']),_0x257cca=_0x16b951=>{const _0x52eff8=_0x503c52;let _0x1f6d0b=_0x3e138a[_0x52eff8(0xc9)][_0x16b951];if(!_0x1f6d0b)return;let _0xc91c81=_0x1f6d0b['viewOrder'][_0x52eff8(0x48d)](_0x26f10b=>_0x1f6d0b['views'][_0x26f10b]);_0x4653be['activateTable'](_0x1f6d0b['id']),_0xc91c81&&_0x4653be[_0x52eff8(0x5d2)](_0xc91c81),_0x4653be[_0x52eff8(0x2d3)](null),_0x4653be[_0x52eff8(0x36c)](),_0xe9e223[_0x52eff8(0x691)](_0x315d36[_0x52eff8(0x63c)]['id'],{'unitId':_0x43b218,'tableId':_0x16b951});},_0x2f29f4=async()=>{const _0xef38fd=_0x503c52;let _0x21a6c3=(0x0,_0x1d2b2d[_0xef38fd(0x181)])({'id':_0xef38fd(0x553)+(0x0,_0x1d2b2d[_0xef38fd(0x139)])(0x8),'name':_0x4f194d(_0x4a6dfe[_0xef38fd(0x11c)](),_0x3efc2b=>_0x2e5df6['t'](_0xef38fd(0x171),String(_0x3efc2b))),'primaryFieldId':_0xef38fd(0x2e4)+(0x0,_0x1d2b2d[_0xef38fd(0x139)])(0x8),'gridViewId':_0xef38fd(0x387)+(0x0,_0x1d2b2d[_0xef38fd(0x139)])(0x8)});await _0xe9e223['executeCommand'](_0xae9b0e[_0xef38fd(0xe3)]['id'],{'unitId':_0x43b218,'table':_0x21a6c3})&&(_0x4653be[_0xef38fd(0x2ee)](_0x21a6c3['id']),_0x4653be['activateView'](_0x21a6c3['viewOrder'][0x0]),_0x4653be[_0xef38fd(0x2d3)](null),_0x4653be[_0xef38fd(0x36c)](),_0x5ae856(_0x21a6c3['id']));},_0x14c588=async(_0x3f9283,_0x52cf62,_0x348ee6)=>{const _0xdadddc=_0x503c52;let _0x49e1e8=_0x4a6dfe['getSnapshot'](),_0x3fbdfe=_0x49e1e8[_0xdadddc(0xc9)][_0x3f9283];if(!_0x3fbdfe)return;let _0x1217f4=(0x0,_0xae9b0e[_0xdadddc(0x113)])(_0x3fbdfe,{'id':_0xdadddc(0x553)+(0x0,_0x1d2b2d['generateRandomId'])(0x8),'name':_0x52cf62,'includeRecords':_0x348ee6===_0xdadddc(0x63a),'regenerateViewIds':!0x0,'createViewId':()=>_0xdadddc(0x387)+(0x0,_0x1d2b2d[_0xdadddc(0x139)])(0x8)});await _0xe9e223['executeCommand'](_0xae9b0e[_0xdadddc(0xe3)]['id'],{'unitId':_0x43b218,'table':_0x1217f4,'index':_0x49e1e8[_0xdadddc(0x11a)][_0xdadddc(0x35c)](_0x3f9283)+0x1})&&(_0x4653be[_0xdadddc(0x2ee)](_0x1217f4['id']),_0x4653be['activateView'](_0x1217f4[_0xdadddc(0x2c6)][0x0]),_0x4653be[_0xdadddc(0x2d3)](null),_0x4653be['closeRecordDetail']());},_0x5ed0e7=async _0x21b155=>{const _0x12db8f=_0x503c52;let _0x5032e3=_0x4a6dfe[_0x12db8f(0x11c)](),_0xfecd57=_0x455e7d(_0x5032e3,_0x5c6827['id'])[_0x12db8f(0x29b)](_0x247011=>_0x247011['id']);if(_0xfecd57[_0x12db8f(0x664)]<=0x1)return;let _0x2911d9=_0x21b155===_0x5c6827['id']?_0xfecd57[_0x12db8f(0x48d)](_0x5075f9=>_0x5075f9!==_0x21b155):null;if(await _0xe9e223['executeCommand'](_0xae9b0e[_0x12db8f(0x4ef)]['id'],{'unitId':_0x43b218,'tableId':_0x21b155})&&_0x2911d9){let _0x578028=_0x5032e3[_0x12db8f(0xc9)][_0x2911d9],_0x201232=_0x578028==null?void 0x0:_0x578028[_0x12db8f(0x2c6)][_0x12db8f(0x48d)](_0x3a6e09=>_0x578028[_0x12db8f(0x494)][_0x3a6e09]);_0x4653be[_0x12db8f(0x2ee)](_0x2911d9),_0x201232&&_0x4653be[_0x12db8f(0x5d2)](_0x201232),_0x4653be[_0x12db8f(0x2d3)](null),_0x4653be[_0x12db8f(0x36c)]();}};return(0x0,_0x2030b6['jsxs'])(_0x2030b6[_0x503c52(0x776)],{'children':[(0x0,_0x2030b6[_0x503c52(0x300)])(_0x315d36['BaseTableSidebarFrame'],{'title':_0x3e138a[_0x503c52(0x561)]||_0x503c52(0x490),'items':_0x59cb30,'width':_0x2c21b9,'pendingRenameItemId':_0x300570,'onActivateItem':_0x257cca,'onAddTable':()=>{_0x2f29f4();},'onRenameTable':(_0x2c50e0,_0x25b31c)=>{const _0x4b6b02=_0x503c52;_0xe9e223[_0x4b6b02(0x691)](_0xae9b0e[_0x4b6b02(0xc0)]['id'],{'unitId':_0x43b218,'tableId':_0x2c50e0,'name':_0x25b31c});},'onPendingRenameItemConsumed':_0x4fce4b=>{_0x300570===_0x4fce4b&&_0x5ae856(null);},'onDuplicateTable':_0x4f6a5e=>{const _0x77f3f4=_0x503c52;let _0x24b5b7=_0x4a6dfe[_0x77f3f4(0x11c)](),_0x555b0f=_0x24b5b7[_0x77f3f4(0xc9)][_0x4f6a5e];_0x555b0f&&(_0x5af8bc(_0x4f6a5e),_0x57f00a(_0xd954c1(_0x24b5b7,_0x2e5df6['t'](_0x77f3f4(0x6f5),_0x555b0f['name']))),_0x1ea2f3('configurations'));},'onDeleteTable':_0x2fc3c6,'onResizeWidth':_0x37243f=>_0x4653be[_0x503c52(0x3ba)](_0x37243f)}),(0x0,_0x2030b6[_0x503c52(0x300)])(_0x315d36[_0x503c52(0x1c6)],{'open':!!_0x5e0ab8,'name':_0x504a27,'mode':_0x5f4fe5,'onNameChange':_0x57f00a,'onModeChange':_0x1ea2f3,'onCancel':()=>_0x5af8bc(null),'onConfirm':()=>{const _0x4b9bb6=_0x503c52;let _0x5e7ad5=_0x5e0ab8,_0x34aff4=_0x504a27[_0x4b9bb6(0x77e)](),_0x214aab=_0x5f4fe5;!_0x5e7ad5||!_0x34aff4||(_0x5af8bc(null),_0x14c588(_0x5e7ad5,_0x34aff4,_0x214aab));}}),(0x0,_0x2030b6[_0x503c52(0x300)])(_0x315d36['BaseDeleteConfirmDialog'],{'open':!!_0x3fbe0f,'title':_0x2e5df6['t'](_0x503c52(0x51b)),'description':_0x2e5df6['t']('embed-ui.basesFloating.confirmDelete.tableDescription'),'onCancel':()=>_0x2fc3c6(null),'onConfirm':()=>{let _0x4b3034=_0x3fbe0f;_0x2fc3c6(null),_0x4b3034&&_0x5ed0e7(_0x4b3034);}})]});}function _0x214a27(_0x284264){const _0x1cbe64=_0x541376;let {activeView:_0x1f0dc2,views:_0x5da9f1,addViewOpen:_0x3e8b3e,onAddViewOpenChange:_0x30ab3d,onActivateView:_0x24e6a9,onAddView:_0x2d4bb1,onSetViewAsFirst:_0x3b6a70,onMoveView:_0x257317,onRenameView:_0x190d5a,onDuplicateView:_0x2b175d,onConfigureView:_0xee5b27,onDeleteView:_0x38ad7a}=_0x284264,_0x731ea2=(0x0,_0x54d9f7[_0x1cbe64(0x2de)])(_0x1d2b2d[_0x1cbe64(0x572)]);return(0x0,_0x2030b6[_0x1cbe64(0x300)])(_0x1cbe64(0x7ab),{'data-u-comp':_0x1cbe64(0x3fb),'className':'univer-min-w-0\x20univer-self-stretch','children':(0x0,_0x2030b6[_0x1cbe64(0x300)])(_0x315d36[_0x1cbe64(0x27e)],{'className':_0x1cbe64(0x500),'views':_0x5da9f1[_0x1cbe64(0x29b)](_0x5c74fd=>({'id':_0x5c74fd['id'],'name':_0x5c74fd[_0x1cbe64(0x561)],'type':_0x5c74fd[_0x1cbe64(0x2bf)]})),'activeViewId':_0x1f0dc2['id'],'onActivateView':_0x24e6a9,'onSetViewAsFirst':_0x3b6a70,'onMoveView':_0x257317,'onRenameView':_0x190d5a,'onDuplicateView':_0x2b175d,'onConfigureView':_0xee5b27,'onDeleteView':_0x38ad7a,'onAddView':()=>_0x30ab3d(!_0x3e8b3e),'addViewDropdown':{'open':_0x3e8b3e,'onOpenChange':_0x30ab3d,'overlay':(0x0,_0x2030b6[_0x1cbe64(0x300)])(_0x1cbe64(0x7ab),{'data-u-comp':_0x1cbe64(0x578),'data-embed-id':_0x284264[_0x1cbe64(0x333)],'data-embed-floating-menu-popup':_0x1cbe64(0x3d3),'children':(0x0,_0x2030b6['jsx'])(_0x315d36[_0x1cbe64(0x43f)],{'views':_0x315d36[_0x1cbe64(0x179)][_0x1cbe64(0x29b)](_0x409313=>({..._0x409313,'label':_0x731ea2['t'](_0x409313['label']),'description':_0x731ea2['t'](_0x409313[_0x1cbe64(0xfc)])})),'onCreate':_0x2d4bb1})})}})});}function _0x278f46(_0x18c4e2){const _0x50d2fa=_0x541376;var _0x18fc2f,_0x8e2511,_0x257676;let {activeView:_0x1e736b,views:_0x2343df,onActivateView:_0x15bb05,onAddView:_0x411998,onConfigureView:_0x2f4aae,onDeleteView:_0x46c85d}=_0x18c4e2,_0x213bbc=(0x0,_0x54d9f7[_0x50d2fa(0x2de)])(_0x1d2b2d[_0x50d2fa(0x572)]),_0x27de17=(0x0,_0x271c2b[_0x50d2fa(0x513)])(null),_0x31c137=(0x0,_0x271c2b[_0x50d2fa(0x513)])(null),[_0x57ec93,_0x5767c0]=(0x0,_0x271c2b[_0x50d2fa(0x749)])(!0x1),_0x3d5555=_0x388938=>{const _0x2d28e1=_0x50d2fa;_0x388938[_0x2d28e1(0xf5)](),_0x388938['stopPropagation']();},_0x1cbe94=(_0x18fc2f=(_0x8e2511=_0x27de17[_0x50d2fa(0x441)])==null?void 0x0:_0x8e2511['getBoundingClientRect']())==null?null:_0x18fc2f;return(0x0,_0x271c2b[_0x50d2fa(0x74e)])(()=>{const _0x2d8d08=_0x50d2fa;if(!_0x57ec93)return;let _0x5c3b9e=_0x662585=>{const _0x3b32a1=_0x1eb6;var _0x1a7c8d,_0x57a09b;let _0x517642=_0x662585['target']instanceof Node?_0x662585[_0x3b32a1(0x28d)]:null;!_0x517642||(_0x1a7c8d=_0x27de17[_0x3b32a1(0x441)])!=null&&_0x1a7c8d[_0x3b32a1(0x255)](_0x517642)||(_0x57a09b=_0x31c137['current'])!=null&&_0x57a09b[_0x3b32a1(0x255)](_0x517642)||_0x5767c0(!0x1);},_0x35e8dd=_0x5af8b4=>{const _0x350fd3=_0x1eb6;_0x5af8b4[_0x350fd3(0x1ff)]===_0x350fd3(0x524)&&_0x5767c0(!0x1);};return document['addEventListener'](_0x2d8d08(0x1fd),_0x5c3b9e,!0x0),document[_0x2d8d08(0x5b3)](_0x2d8d08(0x12d),_0x35e8dd,!0x0),()=>{const _0x166a7b=_0x2d8d08;document[_0x166a7b(0x355)]('pointerdown',_0x5c3b9e,!0x0),document['removeEventListener'](_0x166a7b(0x12d),_0x35e8dd,!0x0);};},[_0x57ec93]),(0x0,_0x2030b6[_0x50d2fa(0x342)])(_0x2030b6[_0x50d2fa(0x776)],{'children':[(0x0,_0x2030b6[_0x50d2fa(0x342)])(_0x2c34e2['Button'],{'ref':_0x27de17,'type':_0x50d2fa(0x533),'size':'small','variant':'ghost','className':_0x50d2fa(0x4c1),'title':_0x1e736b['name'],'aria-label':_0x213bbc['t']('embed-ui.basesFloating.viewSettings.title'),'onClick':_0x57a972=>{const _0x7f546d=_0x50d2fa;_0x57a972[_0x7f546d(0x160)](),_0x5767c0(_0x3afc74=>!_0x3afc74);},'onMouseDown':_0x3d5555,'onPointerDown':_0x3d5555,'children':[(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x50d2fa(0x308),{'className':_0x50d2fa(0x419),'aria-hidden':_0x50d2fa(0x3d3),'children':(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x315d36['BaseViewIcon'],{'type':_0x1e736b[_0x50d2fa(0x2bf)]})}),(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x50d2fa(0x308),{'className':'univer-min-w-0\x20univer-truncate','children':_0x1e736b['name']}),(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x531aa8,{'className':_0x50d2fa(0x41c)})]}),_0x57ec93&&_0x1cbe94?(0x0,_0x24e4d6[_0x50d2fa(0x180)])((0x0,_0x2030b6[_0x50d2fa(0x342)])('div',{'ref':_0x31c137,'data-u-comp':_0x50d2fa(0x69e),'data-embed-id':_0x18c4e2['embedId'],'data-embed-floating-menu-popup':_0x50d2fa(0x3d3),'className':_0x50d2fa(0x748),'style':_0x30cd56(_0x1cbe94),'onClick':_0x5d0702=>_0x5d0702['stopPropagation'](),'onMouseDown':_0x3d5555,'onPointerDown':_0x3d5555,'children':[(0x0,_0x2030b6[_0x50d2fa(0x300)])('div',{'className':_0x50d2fa(0x605),'children':_0x2343df[_0x50d2fa(0x29b)](_0x1174c2=>(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x2c34e2[_0x50d2fa(0x2d1)],{'type':'button','variant':_0x50d2fa(0x575),'size':_0x50d2fa(0x67e),'className':_0x50d2fa(0x620),'onClick':_0x13b022=>{_0x13b022['stopPropagation'](),_0x15bb05(_0x1174c2['id']),_0x5767c0(!0x1);},'children':(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x3595c4,{'icon':(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x315d36[_0x50d2fa(0x554)],{'type':_0x1174c2[_0x50d2fa(0x2bf)]}),'label':_0x1174c2[_0x50d2fa(0x561)],'trailing':_0x1174c2['id']===_0x1e736b['id']?(0x0,_0x2030b6['jsx'])(_0x50d2fa(0x308),{'className':_0x50d2fa(0x628)}):null})},_0x1174c2['id']))}),(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0x50d2fa(0x544)],{}),(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x50bc2d,{'icon':(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0xc24467,{}),'label':_0x213bbc['t'](_0x50d2fa(0x686)),'onClick':()=>{const _0x498221=_0x50d2fa;let _0x26b0dd=_0x27de17[_0x498221(0x441)];_0x26b0dd&&_0x411998(_0x26b0dd),_0x5767c0(!0x1);}}),(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x50bc2d,{'icon':(0x0,_0x2030b6['jsx'])(_0x26d731,{}),'label':_0x213bbc['t'](_0x50d2fa(0x3f2)),'onClick':()=>{const _0x358cc9=_0x50d2fa;let _0x3b60e6=_0x27de17[_0x358cc9(0x441)];_0x3b60e6&&_0x2f4aae(_0x3b60e6),_0x5767c0(!0x1);}}),(0x0,_0x2030b6[_0x50d2fa(0x300)])(_0x50bc2d,{'danger':!0x0,'disabled':_0x2343df['length']<=0x1,'icon':(0x0,_0x2030b6['jsx'])(_0x4091f0,{}),'label':_0x213bbc['t'](_0x50d2fa(0x1e6)),'onClick':()=>{_0x46c85d(),_0x5767c0(!0x1);}})]}),(_0x257676=(0x0,_0x315d36[_0x50d2fa(0x72e)])(!0x0))==null?document[_0x50d2fa(0x5c1)]:_0x257676):null]});}function _0x3595c4(_0x4f19eb){const _0x2c0ef9=_0x541376;return(0x0,_0x2030b6[_0x2c0ef9(0x342)])(_0x2c0ef9(0x308),{'className':_0x2c0ef9(0x75f),'children':[(0x0,_0x2030b6['jsx'])(_0x2c0ef9(0x308),{'className':'univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','aria-hidden':_0x2c0ef9(0x3d3),'children':_0x4f19eb[_0x2c0ef9(0x252)]}),(0x0,_0x2030b6['jsx'])(_0x2c0ef9(0x308),{'className':_0x2c0ef9(0x661),'children':_0x4f19eb[_0x2c0ef9(0x599)]}),(0x0,_0x2030b6[_0x2c0ef9(0x300)])(_0x2c0ef9(0x308),{'className':_0x2c0ef9(0x316),'children':_0x4f19eb[_0x2c0ef9(0x690)]})]});}function _0x50bc2d(_0x5be001){const _0x248a82=_0x541376;let {danger:_0x1835f8,disabled:_0x41640e,icon:_0x269206,label:_0x4fc5ee,onClick:_0x2527e1}=_0x5be001;return(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0x248a82(0x2d1)],{'type':'button','variant':_0x248a82(0x575),'size':_0x248a82(0x67e),'disabled':_0x41640e,'className':(0x0,_0x2c34e2[_0x248a82(0x2a2)])('univer-h-8\x20univer-w-full\x20univer-px-2',_0x1835f8&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0xad7dcf=>{const _0xdcb46d=_0x248a82;_0xad7dcf[_0xdcb46d(0x160)](),_0x2527e1();},'children':(0x0,_0x2030b6[_0x248a82(0x300)])(_0x3595c4,{'icon':_0x269206,'label':_0x4fc5ee})});}function _0x4ad285(_0xd2a62a,_0x45b424={}){const _0x2449b6=_0x541376;var _0x567f92,_0x53bd18,_0x509ef6,_0x2ae06e,_0x37c552,_0x489274,_0x206fa4,_0x1a656f,_0x1c3a37;let _0x3d7113=(_0x567f92=_0xd2a62a['config'])==null?{}:_0x567f92,_0x2ed3a5=_0x3d7113[_0x2449b6(0x2aa)],_0x2854d7=Array[_0x2449b6(0x145)](_0x2ed3a5==null?void 0x0:_0x2ed3a5[_0x2449b6(0x49a)])?_0x2ed3a5[_0x2449b6(0x49a)]['length']:0x0;return{'viewType':_0xd2a62a[_0x2449b6(0x2bf)],'filterCount':(_0x53bd18=(_0x509ef6=_0xd2a62a[_0x2449b6(0x66c)])==null||(_0x509ef6=_0x509ef6[_0x2449b6(0x547)])==null?void 0x0:_0x509ef6['length'])==null?0x0:_0x53bd18,'groupCount':(_0x2ae06e=(_0x37c552=_0xd2a62a['group'])==null?void 0x0:_0x37c552[_0x2449b6(0x664)])==null?0x0:_0x2ae06e,'sortCount':(_0x489274=(_0x206fa4=_0xd2a62a[_0x2449b6(0x1d8)])==null?void 0x0:_0x206fa4[_0x2449b6(0x664)])==null?0x0:_0x489274,'rowHeightActive':!!(_0x3d7113[_0x2449b6(0x1c0)]&&_0x3d7113[_0x2449b6(0x1c0)]!==_0x2449b6(0x21d)),'conditionalColoringActive':_0x2854d7>0x0,'conditionalColoringCount':_0x2854d7,'canUndo':((_0x1a656f=_0x45b424[_0x2449b6(0x1a6)])==null?0x0:_0x1a656f)>0x0,'canRedo':((_0x1c3a37=_0x45b424[_0x2449b6(0x75c)])==null?0x0:_0x1c3a37)>0x0};}function _0x4b9222(_0x39b204){const _0x5df331=_0x541376;var _0x27b3cf,_0x2d8636;return(_0x27b3cf=_0x39b204==null||(_0x2d8636=_0x39b204[_0x5df331(0x11a)])==null?void 0x0:_0x2d8636[_0x5df331(0x29b)](_0x34cab1=>_0x39b204[_0x5df331(0xc9)][_0x34cab1])['filter'](_0x7d8f09=>!!_0x7d8f09))==null?[]:_0x27b3cf;}function _0x455e7d(_0x38263e,_0x4a902f){const _0x39cf28=_0x541376;return _0x4b9222(_0x38263e)['map'](_0x556efd=>({'id':_0x556efd['id'],'name':_0x556efd[_0x39cf28(0x561)],'active':_0x556efd['id']===_0x4a902f}));}function _0x4f194d(_0x3c380f,_0x77d062){const _0x10bfbd=_0x541376;let _0x29dbe6=new Set(_0x4b9222(_0x3c380f)[_0x10bfbd(0x29b)](_0x5260d9=>_0x5260d9[_0x10bfbd(0x561)])),_0x36dfbd=_0x29dbe6['size']+0x1,_0x135a7a=_0x77d062(_0x36dfbd);for(;_0x29dbe6[_0x10bfbd(0x297)](_0x135a7a);)_0x36dfbd+=0x1,_0x135a7a=_0x77d062(_0x36dfbd);return _0x135a7a;}function _0xd954c1(_0x481562,_0x4f26f0){const _0x240ee9=_0x541376;let _0xb44532=new Set(_0x4b9222(_0x481562)[_0x240ee9(0x29b)](_0x13f4be=>_0x13f4be[_0x240ee9(0x561)]));if(!_0xb44532[_0x240ee9(0x297)](_0x4f26f0))return _0x4f26f0;let _0x5debe9=0x2,_0x2145c8=_0x4f26f0+'\x20'+_0x5debe9;for(;_0xb44532[_0x240ee9(0x297)](_0x2145c8);)_0x5debe9+=0x1,_0x2145c8=_0x4f26f0+'\x20'+_0x5debe9;return _0x2145c8;}function _0x3a86f0(_0x68e2f1,_0x4e731c){if(!_0x68e2f1)return;let _0x39fab1=_0x4e731c?_0x68e2f1['tables'][_0x4e731c]:void 0x0;return _0x39fab1==null?_0x4b9222(_0x68e2f1)[0x0]:_0x39fab1;}function _0x5da587(_0x3a405){const _0x424d99=_0x541376;var _0x4c25f9,_0x1b4be3;return(_0x4c25f9=_0x3a405==null||(_0x1b4be3=_0x3a405[_0x424d99(0x2c6)])==null?void 0x0:_0x1b4be3[_0x424d99(0x29b)](_0x32127c=>_0x3a405[_0x424d99(0x494)][_0x32127c])['filter'](_0x44ee8e=>!!_0x44ee8e))==null?[]:_0x4c25f9;}function _0x20782d(_0x25fad1,_0x1d8d95){const _0x2ca9a9=_0x541376;if(!_0x25fad1)return;let _0x2ebcc5=_0x1d8d95?_0x25fad1[_0x2ca9a9(0x494)][_0x1d8d95]:void 0x0;return _0x2ebcc5==null?_0x5da587(_0x25fad1)[0x0]:_0x2ebcc5;}function _0x32e27d(_0x454ca3,_0x5ce9c7,_0x457b51){const _0x4a76b5=_0x541376;var _0x4f8f8f,_0x1edcb1;return{..._0x454ca3,'id':_0x4a76b5(0x387)+(0x0,_0x1d2b2d[_0x4a76b5(0x139)])(0x8),'tableId':_0x5ce9c7,'name':_0x454ca3[_0x4a76b5(0x561)]+'\x20'+_0x457b51,'config':{..._0x454ca3[_0x4a76b5(0x598)]},'fieldSettings':{...(_0x4f8f8f=_0x454ca3['fieldSettings'])==null?{}:_0x4f8f8f},'fieldOrder':[...(_0x1edcb1=_0x454ca3[_0x4a76b5(0x70d)])==null?[]:_0x1edcb1],'filter':_0x454ca3[_0x4a76b5(0x66c)]?{..._0x454ca3[_0x4a76b5(0x66c)],'conditions':[..._0x454ca3[_0x4a76b5(0x66c)]['conditions']]}:void 0x0,'group':_0x454ca3[_0x4a76b5(0x4a9)]?[..._0x454ca3[_0x4a76b5(0x4a9)]]:void 0x0,'sort':_0x454ca3[_0x4a76b5(0x1d8)]?[..._0x454ca3[_0x4a76b5(0x1d8)]]:void 0x0};}function _0x520ad9(_0x12ec93){const _0x239d60=_0x541376;let {children:_0x40bfe6,titleKey:_0x26fcd6,className:_0x3bf999,onClick:_0x16fe77}=_0x12ec93,_0x5bb803=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x239d60(0x572)]);return(0x0,_0x2030b6[_0x239d60(0x300)])(_0x2c34e2[_0x239d60(0x2d1)],{'type':'button','size':_0x239d60(0x67e),'variant':'ghost','className':(0x0,_0x2c34e2[_0x239d60(0x2a2)])('univer-size-6\x20univer-p-0',_0x3bf999),'title':_0x5bb803['t'](_0x26fcd6),'aria-label':_0x5bb803['t'](_0x26fcd6),'onClick':_0x43808b=>_0x16fe77(_0x43808b['currentTarget']),'children':_0x40bfe6});}function _0x4aa8e0(_0x2c276c){const _0x262d06=_0x541376;return{'x':_0x2c276c['x'],'y':_0x2c276c['y'],'width':_0x2c276c[_0x262d06(0x4d3)],'height':_0x2c276c[_0x262d06(0x43b)]};}function _0x912242(_0x46769c){const _0xd00715=_0x541376;let _0x1bfe22=(0x0,_0x315d36[_0xd00715(0x53b)])(_0x46769c,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x1bfe22['top'],'left':_0x1bfe22[_0xd00715(0x407)],'maxHeight':_0x1bfe22[_0xd00715(0x1fa)]};}function _0x30cd56(_0x55c6f7){const _0x3b2712=_0x541376;let _0x444df6=(0x0,_0x315d36['getBaseFloatingPosition'])({'left':_0x55c6f7[_0x3b2712(0x29f)]-0xd0,'right':_0x55c6f7[_0x3b2712(0x29f)],'top':_0x55c6f7[_0x3b2712(0x1d9)],'bottom':_0x55c6f7[_0x3b2712(0x2c2)],'width':0xd0,'height':_0x55c6f7[_0x3b2712(0x43b)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x444df6[_0x3b2712(0x1d9)],'left':_0x444df6['left'],'maxHeight':_0x444df6[_0x3b2712(0x1fa)]};}function _0x4bcb76(_0x15967f){const _0x1b187a=_0x541376;_0x41af5a(_0x15967f,_0x1b187a(0x43a),_0x909e99);}function _0x909e99(_0x301857){const _0x1da60b=_0x541376;_0x301857[_0x1da60b(0x297)](_0x315d36[_0x1da60b(0x30d)])||_0x301857['add']([_0x315d36[_0x1da60b(0x30d)],{'useFactory':()=>_0x301857[_0x1da60b(0x63f)](_0x50202c)}]),_0x301857[_0x1da60b(0x297)](_0x315d36[_0x1da60b(0x66a)])||_0x301857[_0x1da60b(0x60d)]([_0x315d36['IBaseEmbedFloatingActiveService'],{'useFactory':()=>_0x301857['get'](_0x3324bc)}]),_0x301857[_0x1da60b(0x297)](_0x315d36[_0x1da60b(0x5d1)])||_0x301857[_0x1da60b(0x60d)]([_0x315d36[_0x1da60b(0x5d1)],{'useFactory':()=>_0x301857['get'](_0x74a5b6)}]),_0x301857[_0x1da60b(0x297)](_0x315d36['IBaseEmbedRuntimeFocusCoordinator'])||_0x301857['add']([_0x315d36[_0x1da60b(0xec)],{'useFactory':()=>_0x301857['get'](_0x4af2a7)}]),_0x301857[_0x1da60b(0x297)](_0x315d36[_0x1da60b(0x166)])||_0x301857[_0x1da60b(0x60d)]([_0x315d36[_0x1da60b(0x166)],{'useFactory':()=>_0x3c4668({'embedModelService':_0x301857[_0x1da60b(0x63f)](_0x3f9f59['EmbedModelService']),'restoreService':_0x301857[_0x1da60b(0x63f)](_0x7d5b09),'mountService':_0x301857[_0x1da60b(0x63f)](_0x372c4a),'activationService':_0x301857['get'](_0x499887)})}]);let _0x4844d2=_0x301857[_0x1da60b(0x63f)](_0x3f9f59[_0x1da60b(0x4d0)]),_0x2a52f3=_0x301857[_0x1da60b(0x63f)](_0x264650),_0x1ef9c1=_0x301857['get'](_0x493044),_0x22b76a=_0x301857[_0x1da60b(0x63f)](_0x5a3470),_0x30087c=_0x301857['get'](_0xd7008),_0x1b043b=_0x301857[_0x1da60b(0x63f)](_0x263c89),_0x202ee4=_0x301857[_0x1da60b(0x63f)](_0xb23ba6),_0x331f70=_0x301857[_0x1da60b(0x63f)](_0xa1e1a5),_0x6f3a1a=_0x301857[_0x1da60b(0x297)](_0x3f9f59['EmbedHostAnchorModelService'])?_0x301857[_0x1da60b(0x63f)](_0x3f9f59['EmbedHostAnchorModelService']):void 0x0,_0x3ed5d0=_0x301857[_0x1da60b(0x297)](_0x1d2b2d[_0x1da60b(0x47f)])?_0x301857['get'](_0x1d2b2d[_0x1da60b(0x47f)]):void 0x0,_0x2b3eea=()=>_0x301857[_0x1da60b(0x297)](_0x315d36[_0x1da60b(0x1b5)])?_0x301857[_0x1da60b(0x63f)](_0x315d36[_0x1da60b(0x1b5)]):void 0x0,_0x30e6d9=_0x577b53(_0x6f3a1a,_0x3ed5d0,_0x2b3eea);_0x4844d2[_0x1da60b(0x63f)](_0x30e6d9['hostType'],_0x30e6d9[_0x1da60b(0x138)])||_0x4844d2[_0x1da60b(0x745)](_0x30e6d9);let _0x4de7d2=_0x339c31();_0x2a52f3[_0x1da60b(0x63f)](_0x4de7d2[_0x1da60b(0x431)],_0x4de7d2[_0x1da60b(0x138)])||_0x2a52f3[_0x1da60b(0x745)](_0x4de7d2);let _0x364571=_0x5c6f99();_0x1ef9c1[_0x1da60b(0x63f)](_0x364571[_0x1da60b(0x31c)])||_0x1ef9c1[_0x1da60b(0x745)](_0x364571);let _0xf55d97=_0x5527e2();_0x22b76a['get'](_0xf55d97[_0x1da60b(0x31c)])||_0x22b76a['register'](_0xf55d97),_0x3b5e18()[_0x1da60b(0x187)](_0x53a6b4=>{const _0x3d217c=_0x1da60b;_0x30087c[_0x3d217c(0x50c)](_0x53a6b4[_0x3d217c(0x431)],_0x53a6b4[_0x3d217c(0x138)],_0x53a6b4[_0x3d217c(0x31c)])||_0x30087c['register'](_0x53a6b4);}),_0x1b043b['registerProvider'](_0x1ab91a(_0x301857,{'childType':_0x1d2b2d[_0x1da60b(0x537)][_0x1da60b(0x15c)],'renderManagerService':_0x3adadb[_0x1da60b(0x1a8)]})),_0x202ee4['get'](_0x1d2b2d[_0x1da60b(0x537)][_0x1da60b(0x15c)])||_0x202ee4[_0x1da60b(0x745)](_0x33b5c0(_0x2b3eea())),_0x331f70[_0x1da60b(0x63f)](_0x1d2b2d[_0x1da60b(0x537)][_0x1da60b(0x15c)])||_0x331f70[_0x1da60b(0x745)](_0x34558c(_0x301857));}function _0x3c4668(_0x4a369e){return{'mountTableList':async _0x4eb5d5=>{const _0x9bf309=_0x1eb6;let _0x258315=_0x4a369e[_0x9bf309(0x53e)][_0x9bf309(0x35e)](_0x4eb5d5[_0x9bf309(0x5c2)],_0x4eb5d5['embedId']);if(!_0x258315&&_0x4eb5d5['childUnitId']&&(_0x258315={'embedId':_0x4eb5d5['embedId'],'hostUnitId':_0x4eb5d5[_0x9bf309(0x5c2)],'hostType':_0x1d2b2d[_0x9bf309(0x537)][_0x9bf309(0x15c)],'entry':_0x9bf309(0x4df),'hostAnchorId':_0x4eb5d5[_0x9bf309(0x683)],'childUnitId':_0x4eb5d5[_0x9bf309(0x199)],'childType':_0x4eb5d5[_0x9bf309(0x31c)],'source':{'unitType':_0x4eb5d5['childType'],'ref':{'file':{'kind':_0x9bf309(0x1f1)},'unit':{'selector':_0x4eb5d5['childUnitId'],'type':(0x0,_0x3f9f59[_0x9bf309(0x551)])(_0x4eb5d5[_0x9bf309(0x31c)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'table-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x258315||_0x258315[_0x9bf309(0x683)]!==_0x4eb5d5[_0x9bf309(0x683)])&&((!_0x258315[_0x9bf309(0x199)]||_0x258315[_0x9bf309(0x31c)]==null)&&(_0x258315=await _0x4a369e[_0x9bf309(0x68c)][_0x9bf309(0x127)]({'descriptor':_0x258315})),!(!_0x258315[_0x9bf309(0x199)]||_0x258315[_0x9bf309(0x31c)]==null)))return _0x4a369e[_0x9bf309(0x174)][_0x9bf309(0x3cb)](_0x258315),_0x4a369e[_0x9bf309(0x3e5)][_0x9bf309(0x373)](_0x258315),(0x0,_0x1d2b2d[_0x9bf309(0x212)])(()=>{const _0x5ef9ce=_0x9bf309;_0x4a369e[_0x5ef9ce(0x174)]['unmount'](_0x4eb5d5[_0x5ef9ce(0x333)]),_0x4a369e[_0x5ef9ce(0x3e5)][_0x5ef9ce(0x205)](_0x4eb5d5[_0x5ef9ce(0x333)]);});}};}let _0x4f1ade=class extends _0x1d2b2d[_0x541376(0xff)]{constructor(_0x4b3933,_0x1f7c16,_0x52d017,_0x116a84,_0x559fa7,_0x45929c,_0xb4142c,_0x1f04f1){const _0x48d66c=_0x541376;if(super(),this[_0x48d66c(0x23f)]=_0x4b3933,this[_0x48d66c(0x613)]=_0x1f7c16,this[_0x48d66c(0x472)]=_0x52d017,this[_0x48d66c(0x29a)]=_0x116a84,this['_boardElementStateService']=_0x559fa7,this['_boardUIStateService']=_0x45929c,this['_configService']=_0xb4142c,this[_0x48d66c(0x497)]=_0x1f04f1,_0x531548(this,_0x48d66c(0x6f9),new Map()),_0x531548(this,_0x48d66c(0x697),void 0x0),_0x531548(this,'_routeWheelToHost',_0x536dff=>{const _0x4d2b56=_0x48d66c;var _0x542748,_0x4cde79;let _0x3a128e=(_0x542748=(_0x4cde79=this[_0x4d2b56(0x23f)]['engine'])[_0x4d2b56(0x54d)])==null?void 0x0:_0x542748[_0x4d2b56(0x200)](_0x4cde79);return _0x3a128e?(_0x3a128e[_0x4d2b56(0x4a2)](new WheelEvent(_0x4d2b56(0x491),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x536dff[_0x4d2b56(0x47a)],'clientY':_0x536dff[_0x4d2b56(0x19e)],'ctrlKey':_0x536dff['ctrlKey'],'deltaMode':_0x536dff[_0x4d2b56(0x7b2)],'deltaX':_0x536dff[_0x4d2b56(0x780)],'deltaY':_0x536dff[_0x4d2b56(0x753)],'deltaZ':_0x536dff[_0x4d2b56(0x2e3)],'metaKey':_0x536dff['metaKey'],'shiftKey':_0x536dff[_0x4d2b56(0x167)]})),!0x0):!0x1;}),_0x531548(this,_0x48d66c(0x6f3),_0x1c71e5=>{const _0x524c98=_0x48d66c;var _0x4975a0,_0x3e0ad7;let _0x4e35cf=(_0x4975a0=(_0x3e0ad7=this[_0x524c98(0x23f)]['engine'])[_0x524c98(0x54d)])==null?void 0x0:_0x4975a0[_0x524c98(0x200)](_0x3e0ad7);if(!_0x4e35cf)return null;let _0x473d0b=_0x1c71e5;for(;_0x473d0b&&!_0x473d0b[_0x524c98(0x255)](_0x4e35cf);)_0x473d0b=_0x473d0b[_0x524c98(0x130)];return _0x473d0b;}),Promise[_0x48d66c(0x3fa)]()['then'](()=>this[_0x48d66c(0x42d)]()),typeof document<'u'){let _0x2a147f=_0x4b64d6=>this[_0x48d66c(0x3ab)](_0x4b64d6);document['addEventListener'](_0x2c706f,_0x2a147f),this[_0x48d66c(0x291)]((0x0,_0x1d2b2d['toDisposable'])(()=>document[_0x48d66c(0x355)](_0x2c706f,_0x2a147f)));}this[_0x48d66c(0x291)](this[_0x48d66c(0x497)][_0x48d66c(0x151)](_0x2ade8d=>{const _0x226928=_0x48d66c;(_0x2ade8d['id']===_0x3f9f59['CreateEmbedCommand']['id']||_0x2ade8d['id']===_0x3f9f59[_0x226928(0x1a3)]['id']||_0x2ade8d['id']===_0x3f9f59[_0x226928(0x25f)]['id']||_0x2ade8d['id']===_0x3f9f59[_0x226928(0x531)]['id'])&&this['_sync']();})),[this[_0x48d66c(0x29a)][_0x48d66c(0x14a)],this[_0x48d66c(0x29a)]['elementUpdate$'],this['_boardElementService'][_0x48d66c(0x3d6)]][_0x48d66c(0x187)](_0x2394de=>{const _0x3f0250=_0x48d66c;let _0x30dd8c=_0x2394de[_0x3f0250(0x270)](_0x1dcd4b=>{const _0x22a6c2=_0x3f0250;_0x1dcd4b[_0x22a6c2(0x40b)](_0x1acb1d=>_0x1acb1d[_0x22a6c2(0x608)]===this[_0x22a6c2(0x23f)][_0x22a6c2(0x608)])&&this[_0x22a6c2(0x42d)]();});this[_0x3f0250(0x291)]((0x0,_0x1d2b2d[_0x3f0250(0x212)])(()=>_0x30dd8c[_0x3f0250(0x7b5)]()));});}[_0x541376(0x3b0)](){const _0x3b4c9b=_0x541376;var _0x1ff35a;(_0x1ff35a=this[_0x3b4c9b(0x697)])==null||_0x1ff35a[_0x3b4c9b(0x200)](this),this[_0x3b4c9b(0x697)]=void 0x0,this['_items']['forEach'](_0x58b1ae=>_0x58b1ae[_0x3b4c9b(0x3b0)]()),this['_items'][_0x3b4c9b(0x3d5)](),super[_0x3b4c9b(0x3b0)]();}[_0x541376(0x42d)](){const _0x44c9c9=_0x541376;let _0x5dd9ec=this['_context'][_0x44c9c9(0x608)];if(this['_embedModelService'][_0x44c9c9(0x1a4)](_0x5dd9ec)[_0x44c9c9(0x664)]>0x0){this[_0x44c9c9(0x477)]();return;}let _0x51f27f=this[_0x44c9c9(0x29a)][_0x44c9c9(0x785)](_0x5dd9ec),_0x57e935=new Set();this[_0x44c9c9(0x613)][_0x44c9c9(0x6ed)](_0x5dd9ec)[_0x44c9c9(0x66c)](_0x19a034=>_0x19a034[_0x44c9c9(0x138)]===_0x3f9f59[_0x44c9c9(0x6b7)][_0x44c9c9(0x377)])[_0x44c9c9(0x187)](_0x4bfdd6=>{const _0x543e2f=_0x44c9c9;var _0x22958d,_0x13da8e,_0x42f255,_0x3f447a;let _0x98d13b=Object['values'](_0x51f27f)['find'](_0x22270d=>{const _0x2d40a8=_0x1eb6;var _0x51cd19;return(0x0,_0x311b0f[_0x2d40a8(0x789)])((_0x51cd19=_0x22270d[_0x2d40a8(0x1c8)][_0x4bfdd6[_0x2d40a8(0x683)]])==null?void 0x0:_0x51cd19[_0x2d40a8(0x152)]);}),_0x1707bd=_0x98d13b==null?void 0x0:_0x98d13b['data'][_0x4bfdd6[_0x543e2f(0x683)]],_0x16348d=_0x1707bd==null?void 0x0:_0x1707bd[_0x543e2f(0x152)];if(!_0x98d13b||!_0x1707bd||!(0x0,_0x311b0f[_0x543e2f(0x789)])(_0x16348d))return;let _0x1b2df6=(0x0,_0x311b0f[_0x543e2f(0x3c2)])(_0x16348d),_0x4dd792=this[_0x543e2f(0x1f6)](_0x4bfdd6['hostAnchorId']);_0x57e935[_0x543e2f(0x60d)](_0x4dd792);let _0x29de8d={'left':(_0x22958d=_0x16348d[_0x543e2f(0x55f)][_0x543e2f(0x407)])==null?0x0:_0x22958d,'top':(_0x13da8e=_0x16348d[_0x543e2f(0x55f)][_0x543e2f(0x1d9)])==null?0x0:_0x13da8e,'width':(_0x42f255=_0x16348d[_0x543e2f(0x55f)][_0x543e2f(0x4d3)])==null?0x230:_0x42f255,'height':(_0x3f447a=_0x16348d['transform'][_0x543e2f(0x43b)])==null?0x168:_0x3f447a},_0x5463ad=()=>{const _0x18bc8d=_0x543e2f;var _0x23679c,_0x527b24;return(0x0,_0x271c2b[_0x18bc8d(0x47b)])(_0x285e7e,{'data':{'version':0x1,'embedId':_0x4bfdd6[_0x18bc8d(0x333)],'hostUnitId':_0x5dd9ec,'hostAnchorId':_0x4bfdd6[_0x18bc8d(0x683)],'childUnitId':(_0x23679c=_0x4bfdd6[_0x18bc8d(0x199)])==null?_0x1b2df6==null?void 0x0:_0x1b2df6[_0x18bc8d(0x199)]:_0x23679c,'childType':(_0x527b24=_0x4bfdd6[_0x18bc8d(0x31c)])==null?_0x1b2df6==null?void 0x0:_0x1b2df6[_0x18bc8d(0x31c)]:_0x527b24},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x18bc8d(0x4e3)],'resolveHostWheelGestureRoot':this[_0x18bc8d(0x6f3)],'onRuntimeStageEnter':_0x57a100=>this[_0x18bc8d(0x317)](_0x57a100!==_0x18bc8d(0x7ac),_0x1707bd[_0x18bc8d(0x6bf)],_0x4bfdd6[_0x18bc8d(0x683)])});};this[_0x543e2f(0x6f9)][_0x543e2f(0x297)](_0x4dd792)?this[_0x543e2f(0x472)][_0x543e2f(0x75b)](_0x4dd792,{'rect':_0x29de8d,'content':_0x5463ad}):this[_0x543e2f(0x6f9)]['set'](_0x4dd792,this[_0x543e2f(0x472)][_0x543e2f(0x62e)]({'id':_0x4dd792,'unitId':_0x5dd9ec,'subUnitId':_0x1707bd['subUnitId'],'elementId':_0x4bfdd6[_0x543e2f(0x683)],'rect':_0x29de8d,'content':_0x5463ad,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x44c9c9(0x6f9)][_0x44c9c9(0x187)]((_0x280322,_0x1f98dc)=>{const _0x56b024=_0x44c9c9;_0x57e935['has'](_0x1f98dc)||(_0x280322[_0x56b024(0x3b0)](),this['_items'][_0x56b024(0x6fe)](_0x1f98dc));});}[_0x541376(0x1f6)](_0x4627a2){const _0xfbc68e=_0x541376;return _0xfbc68e(0x451)+this[_0xfbc68e(0x23f)][_0xfbc68e(0x608)]+':'+_0x4627a2;}['_selectAnchor'](_0x417b48,_0x3b864d){const _0x29b793=_0x541376;this[_0x29b793(0x412)][_0x29b793(0x4f7)]({'unitId':this['_context']['unitId'],'subUnitId':_0x417b48},[_0x3b864d],_0x3b864d);}['_setAnchorTransformerVisible'](_0x33e15f,_0x13b25b,_0x2f548e){const _0x374654=_0x541376;if(_0x33e15f){this[_0x374654(0x334)](_0x13b25b,_0x2f548e);return;}this[_0x374654(0x412)][_0x374654(0x700)]();}[_0x541376(0x3ab)](_0x518f5f){const _0x53e436=_0x541376;var _0x59e529,_0x1981a2,_0xfa275b,_0x42ce13,_0x4ce958,_0x230176,_0x58c7c7,_0x3b896a;let _0x21283c=_0x518f5f['detail'];if(!_0x21283c||_0x21283c[_0x53e436(0x142)]!==this[_0x53e436(0x23f)][_0x53e436(0x608)])return;let _0x373799=this[_0x53e436(0x29a)][_0x53e436(0x785)](this['_context'][_0x53e436(0x608)]),_0x7cc87d=Object['values'](_0x373799)[_0x53e436(0x48d)](_0x275ce3=>_0x275ce3[_0x53e436(0x1c8)][_0x21283c['hostAnchorId']]),_0x45c5af=_0x7cc87d==null?void 0x0:_0x7cc87d['data'][_0x21283c[_0x53e436(0x683)]];if(!_0x7cc87d||!_0x45c5af||!(0x0,_0x311b0f[_0x53e436(0x789)])(_0x45c5af[_0x53e436(0x152)])||((_0x59e529=(0x0,_0x311b0f[_0x53e436(0x3c2)])(_0x45c5af[_0x53e436(0x152)]))==null?void 0x0:_0x59e529['embedId'])!==_0x21283c[_0x53e436(0x333)])return;let _0x57f275=(_0x1981a2=(_0xfa275b=this[_0x53e436(0x23f)]['engine'])[_0x53e436(0x54d)])==null?void 0x0:_0x1981a2[_0x53e436(0x200)](_0xfa275b);if(!_0x57f275)return;(_0x42ce13=this[_0x53e436(0x697)])==null||_0x42ce13['call'](this),this['_selectAnchor'](_0x45c5af[_0x53e436(0x6bf)],_0x21283c[_0x53e436(0x683)]),this[_0x53e436(0x317)](!0x1,_0x45c5af[_0x53e436(0x6bf)],_0x21283c[_0x53e436(0x683)]);let _0xa524f3=_0x45c5af[_0x53e436(0x152)],_0x44f312=(_0x4ce958=_0xa524f3[_0x53e436(0x55f)][_0x53e436(0x407)])==null?0x0:_0x4ce958,_0x342530=(_0x230176=_0xa524f3['transform'][_0x53e436(0x1d9)])==null?0x0:_0x230176,_0x1bc87a=this['_boardUIStateService']['getState'](),_0x21fcb9=(0x0,_0x3340b0[_0x53e436(0x606)])((_0x58c7c7=this['_configService'][_0x53e436(0x13d)](_0x3340b0[_0x53e436(0x640)]))==null?void 0x0:_0x58c7c7),_0xe7cae5=(0x0,_0x3340b0[_0x53e436(0x137)])(_0x57f275,_0x21283c[_0x53e436(0x47a)],_0x21283c[_0x53e436(0x19e)],{'zoomRatio':_0x1bc87a['zoomRatio'],'panOffset':_0x1bc87a[_0x53e436(0x68b)]},_0x21fcb9),_0x2fb61a=(_0x3b896a=document[_0x53e436(0x51f)])==null?window:_0x3b896a,_0x2aa649=(_0x4db700,_0x39fb8f)=>{const _0x13799a=_0x53e436;let _0x237b74=this[_0x13799a(0x710)][_0x13799a(0x45e)](),_0x4e46c9=(0x0,_0x3340b0[_0x13799a(0x137)])(_0x57f275,_0x4db700,_0x39fb8f,{'zoomRatio':_0x237b74[_0x13799a(0x22b)],'panOffset':_0x237b74[_0x13799a(0x68b)]},_0x21fcb9);return{'left':_0x44f312+_0x4e46c9['x']-_0xe7cae5['x'],'top':_0x342530+_0x4e46c9['y']-_0xe7cae5['y']};},_0x372c12=(_0x2f7fbc,_0x28ff89)=>{const _0x435942=_0x53e436;var _0x51783f,_0x5129af;let _0x44aa2c=_0x2aa649(_0x2f7fbc,_0x28ff89);return this[_0x435942(0x472)][_0x435942(0x75b)](this[_0x435942(0x1f6)](_0x21283c['hostAnchorId']),{'rect':{..._0x44aa2c,'width':(_0x51783f=_0xa524f3[_0x435942(0x55f)][_0x435942(0x4d3)])==null?0x230:_0x51783f,'height':(_0x5129af=_0xa524f3['transform'][_0x435942(0x43b)])==null?0x168:_0x5129af}}),_0x44aa2c;},_0x3c48ef=_0x4362a6=>_0x21283c[_0x53e436(0x183)]==null||_0x4362a6[_0x53e436(0x183)]===_0x21283c[_0x53e436(0x183)],_0x2dbfd5=()=>{const _0x565a07=_0x53e436;_0x2fb61a[_0x565a07(0x355)](_0x565a07(0x311),_0x510a30),_0x2fb61a[_0x565a07(0x355)](_0x565a07(0x1a7),_0x1d12dc),_0x2fb61a[_0x565a07(0x355)](_0x565a07(0x742),_0x4c8a2a),this[_0x565a07(0x697)]===_0x2dbfd5&&(this['_activeDragCleanup']=void 0x0);},_0x510a30=_0xff0fe0=>{const _0x1acf6b=_0x53e436;_0x3c48ef(_0xff0fe0)&&(_0xff0fe0[_0x1acf6b(0xf5)](),_0x372c12(_0xff0fe0['clientX'],_0xff0fe0[_0x1acf6b(0x19e)]));},_0x1d12dc=_0x276fd8=>{const _0x456716=_0x53e436;if(!_0x3c48ef(_0x276fd8))return;_0x2dbfd5(),_0x276fd8[_0x456716(0xf5)]();let _0x466586=_0x372c12(_0x276fd8[_0x456716(0x47a)],_0x276fd8[_0x456716(0x19e)]);this[_0x456716(0x497)][_0x456716(0x691)](_0x311b0f[_0x456716(0x59d)]['id'],{'unitId':this['_context'][_0x456716(0x608)],'subUnitId':_0x45c5af[_0x456716(0x6bf)],'elementId':_0x21283c['hostAnchorId'],'element':_0xa524f3,'transform':{..._0x45c5af[_0x456716(0x55f)],..._0x466586}})[_0x456716(0x550)](()=>{const _0x50da24=_0x456716;this[_0x50da24(0x42d)](),this[_0x50da24(0x317)](!0x0,_0x45c5af[_0x50da24(0x6bf)],_0x21283c[_0x50da24(0x683)]);});},_0x4c8a2a=_0x4499e5=>{const _0xd5646f=_0x53e436;_0x3c48ef(_0x4499e5)&&(_0x2dbfd5(),this['_sync'](),this[_0xd5646f(0x317)](!0x0,_0x45c5af[_0xd5646f(0x6bf)],_0x21283c[_0xd5646f(0x683)]));};_0x2fb61a[_0x53e436(0x5b3)](_0x53e436(0x311),_0x510a30),_0x2fb61a['addEventListener'](_0x53e436(0x1a7),_0x1d12dc),_0x2fb61a['addEventListener']('pointercancel',_0x4c8a2a),this[_0x53e436(0x697)]=_0x2dbfd5;}[_0x541376(0x477)](){const _0x43b86d=_0x541376;this[_0x43b86d(0x6f9)][_0x43b86d(0x187)](_0x1e07ed=>_0x1e07ed[_0x43b86d(0x3b0)]()),this[_0x43b86d(0x6f9)]['clear']();}};_0x4f1ade=_0x5972e7([_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59['EmbedModelService'])),_0x3e7510(0x2,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3340b0['BoardDomLayerService'])),_0x3e7510(0x3,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x311b0f['IBoardElementService'])),_0x3e7510(0x4,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3340b0[_0x541376(0x6a3)])),_0x3e7510(0x5,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3340b0[_0x541376(0x512)])),_0x3e7510(0x6,_0x1d2b2d['IConfigService']),_0x3e7510(0x7,_0x1d2b2d[_0x541376(0x38e)])],_0x4f1ade);function _0x2ed512(){const _0x266df9=_0x541376;return _0x1c1514({'childType':_0x1d2b2d[_0x266df9(0x537)][_0x266df9(0x265)],'productName':_0x266df9(0x388),'hostChromeMode':_0x266df9(0x579)});}function _0x5c68e8(){const _0x23b585=_0x541376;return{'hostType':_0x1d2b2d[_0x23b585(0x537)][_0x23b585(0x265)],'entry':_0x3f9f59[_0x23b585(0x6b7)]['BoardsFloatingObject'],'layout':'scroll-contained','supportedLayouts':[_0x23b585(0x352),_0x23b585(0x609),_0x23b585(0x53f)],'menuBehavior':_0x23b585(0x261)};}function _0x3db59a(){const _0x11d786=_0x541376;return{'childType':_0x1d2b2d[_0x11d786(0x537)][_0x11d786(0x265)],'handleWheel':_0x486963=>{const _0x44ce69=_0x11d786;let _0x2c4551=_0x486963[_0x44ce69(0x5e2)][_0x44ce69(0x757)];return _0x2c4551!=null&&_0x2c4551['has'](_0x3340b0[_0x44ce69(0x512)])?(_0x2c4551[_0x44ce69(0x63f)](_0x3340b0[_0x44ce69(0x512)])['shiftViewportPanOffset']({'x':-_0x486963['event'][_0x44ce69(0x780)],'y':-_0x486963[_0x44ce69(0x76d)][_0x44ce69(0x753)]}),!0x0):!0x1;}};}function _0x5ed6e8(){const _0x27dad0=_0x541376;return{'childType':_0x1d2b2d[_0x27dad0(0x537)][_0x27dad0(0x265)],'supportedLayouts':[_0x27dad0(0x46c),'tab-peer',_0x27dad0(0x352)],'beforeDeactivate':_0x4143f7,'mount':_0x2fde31};}function _0x4143f7(_0x558239){const _0x3826fa=_0x541376;let _0x1fb042=_0x558239['runtimeScope'][_0x3826fa(0x757)];if(_0x1fb042[_0x3826fa(0x297)](_0x3340b0[_0x3826fa(0x344)])&&_0x1fb042[_0x3826fa(0x63f)](_0x3340b0['BoardTextEditingService'])[_0x3826fa(0x67f)](),_0x1fb042[_0x3826fa(0x297)](_0x3340b0[_0x3826fa(0x6a3)])){let _0x54a9bb=_0x1fb042['get'](_0x3340b0[_0x3826fa(0x6a3)]);_0x54a9bb[_0x3826fa(0x521)](),_0x54a9bb['clearSelection']();}}function _0x2fde31(_0x12145f){const _0x451ea9=_0x541376;var _0x5e272a,_0x2ed675;let _0x12cd92=_0x12145f[_0x451ea9(0x757)][_0x451ea9(0x63f)](_0x1d2b2d[_0x451ea9(0x47f)])['getUnit'](_0x12145f[_0x451ea9(0x199)],_0x1d2b2d[_0x451ea9(0x537)][_0x451ea9(0x265)]),_0x4b8741=_0x12145f[_0x451ea9(0x5e2)][_0x451ea9(0x757)];if(!_0x12cd92||!_0x4b8741)return;let _0x36c4aa=_0x12145f[_0x451ea9(0x757)]['get'](_0x3adadb[_0x451ea9(0x1a8)]),_0x3c1122=_0x5f0f20(_0x36c4aa,_0x12145f[_0x451ea9(0x199)],_0x4b8741);if(!_0x3c1122)return;let _0x331efc=_0x3f2e2c(_0x12145f[_0x451ea9(0x5e2)][_0x451ea9(0x676)]['content']);_0x331efc[_0x451ea9(0x62b)]((0x0,_0x2030b6[_0x451ea9(0x342)])(_0x32f46c,{'injector':_0x4b8741,'mountContainer':_0x12145f['runtimeScope'][_0x451ea9(0x676)][_0x451ea9(0x303)],'embedId':_0x12145f[_0x451ea9(0x333)],'children':[(0x0,_0x2030b6[_0x451ea9(0x300)])(_0x3340b0['BoardWorkbench'],{'embedded':_0x12145f['renderScope'][_0x451ea9(0x74b)]==='float'&&!_0x12145f[_0x451ea9(0x248)][_0x451ea9(0x428)],'showZoomControls':_0x12145f['renderScope'][_0x451ea9(0x74b)]===_0x451ea9(0xfe)||_0x12145f['renderScope']['fullscreen']===!0x0}),(0x0,_0x2030b6[_0x451ea9(0x300)])(_0x3340b0[_0x451ea9(0x20d)],{'positionRoot':_0x12145f[_0x451ea9(0x5e2)]['roots'][_0x451ea9(0x693)]})]})),_0x21da59(_0x3c1122,{'activate':!0x0});let _0x2443dc=(_0x5e272a=(_0x2ed675=globalThis)['requestAnimationFrame'])==null?void 0x0:_0x5e272a[_0x451ea9(0x200)](_0x2ed675,()=>{const _0x62ffcd=_0x451ea9;var _0x1eed6f,_0x45e1fa;let _0x3c9d4f=_0x12145f[_0x62ffcd(0x5e2)][_0x62ffcd(0x676)][_0x62ffcd(0x693)][_0x62ffcd(0x2eb)]('[data-board-viewport-host=\x22true\x22]'),_0x3ebf60=(_0x1eed6f=_0x3c9d4f==null?void 0x0:_0x3c9d4f[_0x62ffcd(0x3d7)]())==null?_0x12145f['runtimeScope'][_0x62ffcd(0x676)][_0x62ffcd(0x693)][_0x62ffcd(0x3d7)]():_0x1eed6f,_0x31a091=(0x0,_0x3340b0[_0x62ffcd(0x606)])((_0x45e1fa=_0x4b8741['get'](_0x1d2b2d[_0x62ffcd(0x5cd)])[_0x62ffcd(0x13d)](_0x3340b0[_0x62ffcd(0x640)]))==null?void 0x0:_0x45e1fa);_0x4b8741[_0x62ffcd(0x63f)](_0x3340b0[_0x62ffcd(0x5d0)])['fitContent'](_0x12cd92,{'viewportSize':{'width':_0x3ebf60['width'],'height':_0x3ebf60[_0x62ffcd(0x43b)]},'padding':Math[_0x62ffcd(0x51a)](0x10,Math['min'](0x40,Math[_0x62ffcd(0x5a0)](_0x3ebf60[_0x62ffcd(0x4d3)],_0x3ebf60[_0x62ffcd(0x43b)])*0.08)),'zoom':_0x31a091});});return(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x32244d=_0x451ea9;if(_0x2443dc!=null){var _0x227c0c,_0x140811;(_0x227c0c=(_0x140811=globalThis)[_0x32244d(0x1ca)])==null||_0x227c0c[_0x32244d(0x200)](_0x140811,_0x2443dc);}try{var _0x7943c4,_0x2e9218;(_0x7943c4=(_0x2e9218=_0x3c1122[_0x32244d(0x39a)])[_0x32244d(0x1d5)])==null||_0x7943c4[_0x32244d(0x200)](_0x2e9218);}catch{}_0x36c4aa[_0x32244d(0x73c)](_0x12145f[_0x32244d(0x199)]),_0x334c17(_0x331efc),_0x4b8741[_0x32244d(0x3b0)]();});}function _0xd2b5f5(){const _0x335155=_0x541376;return _0x49990c({'childType':_0x1d2b2d['UniverInstanceType'][_0x335155(0x265)],'mount':_0x6e886f});}function _0x6e886f(_0x2f56d0){const _0x301a4e=_0x541376;if(_0x2f56d0[_0x301a4e(0x248)][_0x301a4e(0x428)])return;let _0x531d83=_0x315d0a(_0x2f56d0),_0x405bc9=document[_0x301a4e(0x47b)]('div');_0x405bc9[_0x301a4e(0x54c)][_0x301a4e(0x57c)]=_0x2f56d0[_0x301a4e(0x720)]['entry'],_0x531d83['appendChild'](_0x405bc9);let _0x59d1ea=_0x3f2e2c(_0x405bc9);return _0x59d1ea[_0x301a4e(0x62b)]((0x0,_0x271c2b[_0x301a4e(0x47b)])(_0x32f46c,{'injector':_0x2f56d0[_0x301a4e(0x5e2)]['injector'],'mountContainer':_0x531d83,'embedId':_0x2f56d0['embedId']},(0x0,_0x271c2b['createElement'])(_0x43a33c,{'hostUnitId':_0x2f56d0['hostUnitId'],'embedId':_0x2f56d0['embedId'],'childUnitId':_0x2f56d0['childUnitId'],'viewportRoot':_0x2f56d0[_0x301a4e(0x5e2)][_0x301a4e(0x676)]['content'],'fullscreen':!!_0x2f56d0[_0x301a4e(0x248)]['fullscreen']}))),(0x0,_0x1d2b2d[_0x301a4e(0x212)])(()=>{const _0x29a5d0=_0x301a4e;_0x334c17(_0x59d1ea),globalThis[_0x29a5d0(0x38b)](()=>_0x405bc9[_0x29a5d0(0x221)](),0x0);});}function _0x43a33c(_0x2c7f20){const _0xa5a9d1=_0x541376;var _0x357d98;let _0x5366b9=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x1d2b2d[_0xa5a9d1(0x38e)]),_0x3ebaf1=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x1d2b2d['IConfigService']),_0x917fbc=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x1d2b2d[_0xa5a9d1(0x47f)]),_0x2693ec=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x1d2b2d[_0xa5a9d1(0x572)]),_0x261cba=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x3324bc),_0x14be3f=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x3340b0['IBoardUIStateService']),_0x53f121=(0x0,_0x54d9f7[_0xa5a9d1(0x2de)])(_0x3340b0[_0xa5a9d1(0x5d0)]),_0x230173=(0x0,_0x54d9f7[_0xa5a9d1(0x4a4)])(()=>_0x14be3f['state$'],_0x14be3f[_0xa5a9d1(0x45e)](),!0x1,[_0x14be3f]),_0x3f0508=(0x0,_0x54d9f7[_0xa5a9d1(0x4a4)])(()=>_0x261cba[_0xa5a9d1(0x31e)],_0x261cba['getActive'](),!0x1,[_0x261cba]),_0x28e3fb=_0x2f75f0({'embedId':_0x2c7f20[_0xa5a9d1(0x333)],'active':_0x3f0508,'fullscreen':_0x2c7f20[_0xa5a9d1(0x428)]}),_0x573b6b=_0x917fbc[_0xa5a9d1(0x312)](_0x2c7f20[_0xa5a9d1(0x199)],_0x1d2b2d[_0xa5a9d1(0x537)][_0xa5a9d1(0x265)]),_0x270ac2=(0x0,_0x3340b0['resolveBoardInteractionConfig'])((_0x357d98=_0x3ebaf1['getConfig'](_0x3340b0[_0xa5a9d1(0x640)]))==null?void 0x0:_0x357d98),_0x4ffc57=()=>_0x2c7f20[_0xa5a9d1(0x3ee)][_0xa5a9d1(0x3d7)](),_0x1fd339=()=>({'x':_0x4ffc57()['width']/0x2,'y':_0x4ffc57()[_0xa5a9d1(0x43b)]/0x2}),_0xbd827f=_0x4f364f=>_0x14be3f[_0xa5a9d1(0x3ca)](_0x4f364f,_0x1fd339());return(0x0,_0x2030b6[_0xa5a9d1(0x342)])(_0xa5a9d1(0x7ab),{'className':(0x0,_0x2c34e2[_0xa5a9d1(0x2a2)])(_0xa5a9d1(0x5fb),{'univer-hidden':_0x28e3fb===_0xa5a9d1(0x792),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2c7f20[_0xa5a9d1(0x428)],'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2c7f20[_0xa5a9d1(0x428)],'-univer-top-[44px]':!_0x2c7f20['fullscreen']}),'data-embed-floating-menu':_0xa5a9d1(0x3d3),'data-embed-id':_0x2c7f20['embedId'],'data-embed-float-stage':_0x28e3fb,'onPointerDown':_0x2c925e=>_0x2c925e[_0xa5a9d1(0x160)](),'children':[(0x0,_0x2030b6[_0xa5a9d1(0x300)])('span',{'title':_0x2693ec['t'](_0xa5a9d1(0x758)),'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x54d9f7[_0xa5a9d1(0x7b4)],{'onClick':()=>{const _0x2a41f8=_0xa5a9d1;let _0x5bf85e=_0x4ffc57();_0x53f121['fitContent'](_0x573b6b==null?null:_0x573b6b,{'viewportSize':{'width':_0x5bf85e[_0x2a41f8(0x4d3)],'height':_0x5bf85e[_0x2a41f8(0x43b)]},'padding':Math['max'](0x10,Math['min'](0x40,Math[_0x2a41f8(0x5a0)](_0x5bf85e['width'],_0x5bf85e[_0x2a41f8(0x43b)])*0.08)),'zoom':_0x270ac2});},'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x5b5e2e,{})})}),(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0xa5a9d1(0x308),{'title':_0x2693ec['t'](_0xa5a9d1(0x778)),'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x54d9f7['ToolbarButton'],{'onClick':()=>_0xbd827f(_0x230173[_0xa5a9d1(0x22b)]-_0x270ac2['zoomStep']),'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x5eb7aa,{})})}),(0x0,_0x2030b6['jsx'])('span',{'title':_0x2693ec['t'](_0xa5a9d1(0x60e)),'children':(0x0,_0x2030b6['jsxs'])(_0x54d9f7['ToolbarButton'],{'noIcon':!0x0,'onClick':()=>_0xbd827f(0x1),'children':[Math[_0xa5a9d1(0x15d)](_0x230173[_0xa5a9d1(0x22b)]*0x64),'%']})}),(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0xa5a9d1(0x308),{'title':_0x2693ec['t'](_0xa5a9d1(0x6e9)),'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x54d9f7['ToolbarButton'],{'onClick':()=>_0xbd827f(_0x230173[_0xa5a9d1(0x22b)]+_0x270ac2[_0xa5a9d1(0x368)]),'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x358984,{})})}),(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0xa5a9d1(0x308),{'title':_0x2693ec['t'](_0xa5a9d1(0x415)),'children':(0x0,_0x2030b6[_0xa5a9d1(0x300)])(_0x54d9f7[_0xa5a9d1(0x7b4)],{'className':_0xa5a9d1(0x51e),'onClick':()=>void _0x5366b9[_0xa5a9d1(0x691)](_0x3f9f59[_0xa5a9d1(0x1a3)]['id'],{'hostUnitId':_0x2c7f20['hostUnitId'],'embedId':_0x2c7f20['embedId']}),'children':(0x0,_0x2030b6['jsx'])(_0x4091f0,{})})})]});}function _0x2f75f0(_0x1fade9){const _0x2c77c5=_0x541376;var _0x5e504e,_0x489992;return _0x1fade9[_0x2c77c5(0x428)]?_0x2c77c5(0x7ac):((_0x5e504e=_0x1fade9['active'])==null?void 0x0:_0x5e504e[_0x2c77c5(0x333)])===_0x1fade9['embedId']?(_0x489992=_0x1fade9[_0x2c77c5(0xc5)][_0x2c77c5(0x1c4)])==null?_0x2c77c5(0x30a):_0x489992:'inactive';}function _0x3f5f9c(_0x55cf2a){const _0x58add3=_0x541376;_0x41af5a(_0x55cf2a,_0x58add3(0x3dd),_0x38ef6c);}function _0x38ef6c(_0x51a9d7){const _0x27b072=_0x541376;let _0x47fd4d=_0x51a9d7[_0x27b072(0x63f)](_0x264650),_0x1023bc=_0x51a9d7[_0x27b072(0x63f)](_0x493044),_0x45cd36=_0x51a9d7[_0x27b072(0x63f)](_0x5a3470),_0x272a91=_0x51a9d7['get'](_0xd7008),_0x203b0f=_0x51a9d7[_0x27b072(0x63f)](_0x263c89),_0x542463=_0x51a9d7['get'](_0xa1e1a5),_0x5c6841=_0x5c68e8();_0x47fd4d[_0x27b072(0x63f)](_0x5c6841['hostType'],_0x5c6841[_0x27b072(0x138)])||_0x47fd4d[_0x27b072(0x745)](_0x5c6841);let _0x4d7bb4=_0x5ed6e8();_0x1023bc[_0x27b072(0x63f)](_0x4d7bb4['childType'])||_0x1023bc[_0x27b072(0x745)](_0x4d7bb4);let _0x4cbeab=_0x2ed512();_0x45cd36['get'](_0x4cbeab[_0x27b072(0x31c)])||_0x45cd36['register'](_0x4cbeab),_0xd2b5f5()[_0x27b072(0x187)](_0x432f18=>{const _0x7682df=_0x27b072;_0x272a91[_0x7682df(0x50c)](_0x432f18[_0x7682df(0x431)],_0x432f18[_0x7682df(0x138)],_0x432f18[_0x7682df(0x31c)])||_0x272a91[_0x7682df(0x745)](_0x432f18);}),_0x203b0f[_0x27b072(0x3d8)](_0x1ab91a(_0x51a9d7,{'childType':_0x1d2b2d[_0x27b072(0x537)][_0x27b072(0x265)],'renderManagerService':_0x3adadb['IRenderManagerService']})),_0x542463[_0x27b072(0x63f)](_0x1d2b2d[_0x27b072(0x537)][_0x27b072(0x265)])||_0x542463[_0x27b072(0x745)](_0x3db59a()),_0x51a9d7[_0x27b072(0x63f)](_0x3adadb[_0x27b072(0x1a8)])[_0x27b072(0x511)](_0x1d2b2d[_0x27b072(0x537)][_0x27b072(0x265)],_0x4f1ade);}let _0x53df53={'mode':_0x541376(0x235),'target':'container','paddingX':0x0,'minScale':0x0,'align':_0x541376(0x1b2)};function _0x5cbbe4(){const _0x379af9=_0x541376;return _0x50584d({'childType':_0x1d2b2d[_0x379af9(0x537)][_0x379af9(0x556)],'productName':_0x379af9(0x1dc)});}function _0xf36829(){const _0x453d86=_0x541376;return{'childType':_0x1d2b2d['UniverInstanceType'][_0x453d86(0x556)],'supportedLayouts':[_0x453d86(0x58f),_0x453d86(0x609),_0x453d86(0x352)],'beforeDeactivate':_0xa9cd94,'mount':_0x3c620a=>_0x3c620a[_0x453d86(0x248)]['mode']==='float'?_0x18bcbe(_0x3c620a,_0x3adadb[_0x453d86(0x1a8)],void 0x0,{'scopedInjector':_0x38985b(_0x3c620a[_0x453d86(0x5e2)]['injector'])}):_0x18bcbe(_0x3c620a,_0x3adadb[_0x453d86(0x1a8)])};}function _0xa9cd94(_0x20492b){const _0x2e93bb=_0x541376;var _0x52b4e2;let _0x297bdd=_0x20492b[_0x2e93bb(0x757)]['get'](_0x3adadb['IRenderManagerService'])[_0x2e93bb(0x49f)](_0x20492b[_0x2e93bb(0x199)]),_0x499ca8=_0x297bdd==null?void 0x0:_0x297bdd[_0x2e93bb(0x5e5)](_0x172457[_0x2e93bb(0x162)]);_0x297bdd==null||(_0x52b4e2=_0x297bdd[_0x2e93bb(0x5e5)](_0x172457[_0x2e93bb(0x6a2)]))==null||_0x52b4e2[_0x2e93bb(0x6e1)](),_0x499ca8==null||_0x499ca8['removeAllRanges'](),_0x499ca8==null||_0x499ca8[_0x2e93bb(0x232)]();}function _0x38985b(_0x296728){const _0x51f969=_0x541376;return _0x39f352(_0x296728,new Map([[_0x172457[_0x51f969(0x67a)],_0x343ffd=>_0x4e36c0(_0x343ffd)]]));}function _0x4e36c0(_0x24b22e){const _0x2545f0=_0x541376;return{..._0x24b22e,'fitToWidth':{..._0x24b22e==null?void 0x0:_0x24b22e[_0x2545f0(0x6ee)],..._0x53df53}};}let _0x3edf15=class extends _0x1d2b2d[_0x541376(0xff)]{constructor(_0x47da6c,_0x33bd99,_0x2a8f2d,_0x26dd98,_0x56658e,_0xcc2130){const _0x4dff34=_0x541376;super(),this['_context']=_0x47da6c,this[_0x4dff34(0x6d0)]=_0x33bd99,this[_0x4dff34(0x497)]=_0x2a8f2d,this[_0x4dff34(0x4e4)]=_0x26dd98,this[_0x4dff34(0x613)]=_0x56658e,this[_0x4dff34(0x29e)]=_0xcc2130,_0x531548(this,'_resolvedChildUnits',new Map()),_0x531548(this,_0x4dff34(0x430),new Map());let _0x444ba2=(0x0,_0x172457[_0x4dff34(0x682)])(()=>{const _0x3a2483=_0x4dff34;this['_rerenderHostDoc']()||this[_0x3a2483(0x6ef)]();});this[_0x4dff34(0x291)](_0x444ba2),this[_0x4dff34(0x291)]({'dispose':()=>{const _0x3ea8b1=_0x4dff34;this[_0x3ea8b1(0x10d)][_0x3ea8b1(0x3d5)](),this[_0x3ea8b1(0x430)][_0x3ea8b1(0x3d5)]();}});let _0x1812ec=this[_0x4dff34(0x6d0)][_0x4dff34(0x123)](_0x1d2b2d['UniverInstanceType'][_0x4dff34(0x3e8)])[_0x4dff34(0x270)](()=>{const _0x51e394=_0x4dff34;_0x444ba2[_0x51e394(0x1bb)]();}),_0xa3c85e=this[_0x4dff34(0x6d0)][_0x4dff34(0x123)](_0x1d2b2d[_0x4dff34(0x537)][_0x4dff34(0x15c)])['subscribe'](()=>{const _0x5ef75d=_0x4dff34;_0x444ba2[_0x5ef75d(0x1bb)]();});this[_0x4dff34(0x291)]((0x0,_0x1d2b2d['toDisposable'])(()=>_0x1812ec[_0x4dff34(0x7b5)]())),this[_0x4dff34(0x291)]((0x0,_0x1d2b2d[_0x4dff34(0x212)])(()=>_0xa3c85e[_0x4dff34(0x7b5)]()));let _0x1271c0=(0x0,_0x3adadb[_0x4dff34(0x663)])((_0x352b52,_0x59697e,_0x5a16ed)=>{const _0x223ef5=_0x4dff34;var _0x3e9585,_0x29a947,_0xbe2a17;if(_0x352b52!==this[_0x223ef5(0x23f)][_0x223ef5(0x608)])return null;let _0x5c1842=this[_0x223ef5(0x15b)]();if(!_0x5c1842)return null;let _0x2e817f=(_0x3e9585=_0x5c1842[_0x223ef5(0x59f)])==null?void 0x0:_0x3e9585[_0x59697e],_0x57b085=_0x2e817f==null?void 0x0:_0x2e817f[_0x223ef5(0x1c8)],_0x3db689=_0x57b085==null?void 0x0:_0x57b085[_0x223ef5(0x31c)];if(_0x3db689!==_0x1d2b2d[_0x223ef5(0x537)][_0x223ef5(0x3e8)]&&_0x3db689!==_0x1d2b2d[_0x223ef5(0x537)]['UNIVER_BASE'])return null;let _0x425123=this[_0x223ef5(0x229)](),_0x4745a7=this[_0x223ef5(0x6e8)](_0x57b085,_0x3db689),_0x49dfb3=_0x4745a7?this[_0x223ef5(0x787)](_0x4745a7,_0x3db689,_0x444ba2[_0x223ef5(0x1bb)]):void 0x0,_0x238be0=_0x4745a7&&_0x49dfb3!=null?this[_0x223ef5(0x4e4)]['measureContentSize']({'childType':_0x3db689,'childUnit':_0x49dfb3,'childUnitId':_0x4745a7,'viewportWidth':_0x5a16ed[_0x223ef5(0x101)]}):void 0x0,_0x1ddaba=(0x0,_0x172457[_0x223ef5(0x7a0)])(_0x3db689),_0x2af0e8=_0x473f52(_0x5a16ed[_0x223ef5(0x480)],_0x1ddaba['height']),_0x3cec81=_0x473f52(_0x5a16ed[_0x223ef5(0x101)],_0x1ddaba[_0x223ef5(0x4d3)]);return(0x0,_0x172457[_0x223ef5(0x104)])({'childType':_0x3db689,'contentHeight':(_0x29a947=_0x238be0==null?void 0x0:_0x238be0['height'])==null?_0x2af0e8:_0x29a947,'contentWidth':_0x238be0==null?void 0x0:_0x238be0[_0x223ef5(0x4d3)],'docsLeft':this[_0x223ef5(0x4f4)](),'documentFlavor':(_0xbe2a17=_0x5c1842[_0x223ef5(0x188)])==null?void 0x0:_0xbe2a17['documentFlavor'],'fallbackHeight':_0x2af0e8,'fallbackWidth':_0x3cec81,'pageMarginLeft':_0x5a16ed[_0x223ef5(0x6b3)],'pageMarginRight':_0x5a16ed['pageMarginRight'],'pageWidth':_0x5a16ed[_0x223ef5(0x5f5)],'scale':this[_0x223ef5(0x23f)][_0x223ef5(0x703)]['getAncestorScale']()[_0x223ef5(0x3bc)]||0x1,'visibleCanvasHeight':_0x425123==null?void 0x0:_0x425123[_0x223ef5(0x43b)],'visibleCanvasLeft':_0x425123==null?void 0x0:_0x425123['left'],'visibleCanvasWidth':_0x425123==null?void 0x0:_0x425123['width']});});this[_0x4dff34(0x291)]({'dispose':_0x1271c0}),this['disposeWithMe'](this[_0x4dff34(0x497)][_0x4dff34(0x151)](_0x477145=>{const _0x49696f=_0x4dff34;if(_0x477145['id']===_0x172457[_0x49696f(0xac)]['id'])return;let _0x1e3823=this[_0x49696f(0x15b)]();_0x1e3823&&(0x0,_0x172457[_0x49696f(0x5a7)])({'childUnitIds':(0x0,_0x172457[_0x49696f(0x5ca)])(_0x1e3823['drawings'],_0x260976=>this[_0x49696f(0x6e8)](_0x260976)),'commandId':_0x477145['id'],'commandParams':_0x477145[_0x49696f(0x48f)],'hostUnitId':this[_0x49696f(0x23f)][_0x49696f(0x608)]})&&_0x444ba2[_0x49696f(0x1bb)]();}));}[_0x541376(0x1bd)](){const _0x3bda0e=_0x541376;var _0x5c214e;if(!this[_0x3bda0e(0x458)])return(_0x5c214e=this['_context'][_0x3bda0e(0x508)])==null?void 0x0:_0x5c214e;}[_0x541376(0x15b)](){const _0x24effd=_0x541376;var _0x49fc8d;return(_0x49fc8d=this[_0x24effd(0x1bd)]())==null?void 0x0:_0x49fc8d[_0x24effd(0x11c)]();}[_0x541376(0x345)](){const _0x50f9dc=_0x541376;let _0x5e97e4=this[_0x50f9dc(0x29e)]['getRenderById'](this[_0x50f9dc(0x23f)][_0x50f9dc(0x608)]);try{var _0x429030;let _0x4fd2aa=_0x5e97e4==null||(_0x429030=_0x5e97e4[_0x50f9dc(0x5e5)])==null?void 0x0:_0x429030[_0x50f9dc(0x200)](_0x5e97e4,_0x172457[_0x50f9dc(0x318)]);return _0x4fd2aa?(_0x4fd2aa[_0x50f9dc(0x519)](this[_0x50f9dc(0x23f)][_0x50f9dc(0x608)]),!0x0):!0x1;}catch{return!0x1;}}['_refreshHostDocZoom'](){const _0x252c6b=_0x541376;let _0x188e08=this[_0x252c6b(0x1bd)](),_0x3f3733=_0x188e08==null?void 0x0:_0x188e08[_0x252c6b(0x22b)];typeof _0x3f3733=='number'&&this[_0x252c6b(0x497)][_0x252c6b(0xe4)](_0x172457[_0x252c6b(0xac)]['id'],{'unitId':this[_0x252c6b(0x23f)]['unitId'],'zoomRatio':_0x3f3733});}[_0x541376(0x6e8)](_0x352a58,_0x749bf3){const _0x1a3aa6=_0x541376;if(!_0x352a58||typeof _0x352a58!='object')return;let _0x236128=_0x352a58,_0x297ae3=typeof _0x236128[_0x1a3aa6(0x31c)]==_0x1a3aa6(0x3c4)?_0x236128[_0x1a3aa6(0x31c)]:_0x749bf3;if(_0x297ae3!==_0x1d2b2d['UniverInstanceType'][_0x1a3aa6(0x3e8)]&&_0x297ae3!==_0x1d2b2d[_0x1a3aa6(0x537)]['UNIVER_BASE'])return;if(typeof _0x236128[_0x1a3aa6(0x199)]==_0x1a3aa6(0x635))return _0x236128[_0x1a3aa6(0x199)];if(typeof _0x236128[_0x1a3aa6(0x333)]!='string')return;let _0x81d665=typeof _0x236128[_0x1a3aa6(0x142)]=='string'?_0x236128[_0x1a3aa6(0x142)]:this['_context'][_0x1a3aa6(0x608)],_0x64a40e=this['_embedModelService'][_0x1a3aa6(0x35e)](_0x81d665,_0x236128[_0x1a3aa6(0x333)]);if((_0x64a40e==null?void 0x0:_0x64a40e['childType'])===_0x297ae3){if(typeof _0x64a40e[_0x1a3aa6(0x199)]==_0x1a3aa6(0x635))return _0x64a40e[_0x1a3aa6(0x199)];try{return(0x0,_0x3f9f59[_0x1a3aa6(0x293)])(_0x64a40e['source'][_0x1a3aa6(0xe6)]);}catch{return;}}}[_0x541376(0x787)](_0x79d47,_0x1a72b7,_0x35b31f){const _0x132a48=_0x541376;let _0x28d73f=_0x1a72b7+':'+_0x79d47;if(this[_0x132a48(0x10d)][_0x132a48(0x297)](_0x28d73f))return this[_0x132a48(0x10d)][_0x132a48(0x63f)](_0x28d73f);let _0x204ba2=this[_0x132a48(0x6d0)][_0x132a48(0x312)](_0x79d47,_0x1a72b7);if(_0x204ba2!=null){if(!_0x911e76(_0x204ba2))return this[_0x132a48(0x10d)][_0x132a48(0x2e2)](_0x28d73f,_0x204ba2),_0x204ba2;if(!this['_pendingChildUnits']['has'](_0x28d73f)){let _0x36f8c2=Promise[_0x132a48(0x3fa)](_0x204ba2)[_0x132a48(0x708)](_0x2042b6=>(this[_0x132a48(0x430)][_0x132a48(0x6fe)](_0x28d73f),this['_resolvedChildUnits'][_0x132a48(0x2e2)](_0x28d73f,_0x2042b6),this[_0x132a48(0x458)]||_0x35b31f(),_0x2042b6),()=>{const _0x9fa818=_0x132a48;this['_pendingChildUnits'][_0x9fa818(0x6fe)](_0x28d73f);});this[_0x132a48(0x430)][_0x132a48(0x2e2)](_0x28d73f,_0x36f8c2);}}}['_getDocsLeft'](){const _0x7a7f63=_0x541376;var _0x25637d,_0x5f5c7f,_0x45d6ff;return(_0x25637d=(_0x5f5c7f=this[_0x7a7f63(0x23f)][_0x7a7f63(0x52b)])==null||(_0x45d6ff=_0x5f5c7f[_0x7a7f63(0x34b)])==null||(_0x45d6ff=_0x45d6ff['call'](_0x5f5c7f))==null?void 0x0:_0x45d6ff[_0x7a7f63(0x61a)])==null?0x0:_0x25637d;}[_0x541376(0x229)](){const _0x2a8772=_0x541376;var _0x258f60,_0x2c7628,_0x25b9a0,_0x1728b2,_0x4541db,_0x1f5a4b,_0x31f59c,_0x52d449,_0x20dc75,_0x5eb1e6,_0x396802;let _0x53cf3e=this['_context'][_0x2a8772(0x703)][_0x2a8772(0x21c)]()['scaleX']||0x1,_0x166ebf=this[_0x2a8772(0x23f)][_0x2a8772(0x703)][_0x2a8772(0x21c)]()[_0x2a8772(0x242)]||0x1,_0x94c27c=(_0x258f60=(_0x2c7628=this[_0x2a8772(0x23f)][_0x2a8772(0x703)][_0x2a8772(0x5eb)](_0x172457[_0x2a8772(0x295)]['VIEW_MAIN']))==null?void 0x0:_0x2c7628['viewportScrollX'])==null?0x0:_0x258f60,_0x1bb7d2=(_0x25b9a0=(_0x1728b2=this[_0x2a8772(0x23f)][_0x2a8772(0x39a)])[_0x2a8772(0x54d)])==null||(_0x25b9a0=_0x25b9a0[_0x2a8772(0x200)](_0x1728b2))==null||(_0x4541db=_0x25b9a0[_0x2a8772(0x3d7)])==null?void 0x0:_0x4541db[_0x2a8772(0x200)](_0x25b9a0),_0x24c2a8=_0x1bb7d2==null?void 0x0:_0x1bb7d2[_0x2a8772(0x4d3)],_0x4e80ee=_0x1bb7d2==null?void 0x0:_0x1bb7d2[_0x2a8772(0x43b)],_0x599f73=(_0x1f5a4b=(_0x31f59c=this['_context']['mainComponent'])==null?void 0x0:_0x31f59c[_0x2a8772(0x4d3)])==null?this[_0x2a8772(0x23f)]['scene'][_0x2a8772(0x4d3)]:_0x1f5a4b,_0x4229c9=((_0x52d449=_0x24c2a8==null?_0x599f73:_0x24c2a8)==null?0x0:_0x52d449)/_0x53cf3e,_0x1b808b=(_0x20dc75=(_0x5eb1e6=this[_0x2a8772(0x23f)][_0x2a8772(0x52b)])==null?void 0x0:_0x5eb1e6[_0x2a8772(0x43b)])==null?this[_0x2a8772(0x23f)]['scene']['height']:_0x20dc75,_0x4e1785=((_0x396802=_0x4e80ee==null?_0x1b808b:_0x4e80ee)==null?0x0:_0x396802)/_0x166ebf;return!_0x4229c9||!Number[_0x2a8772(0x1ee)](_0x4229c9)||_0x4229c9<=0x0||!_0x4e1785||!Number[_0x2a8772(0x1ee)](_0x4e1785)||_0x4e1785<=0x0?null:{'height':_0x4e1785,'left':_0x94c27c,'width':_0x4229c9};}};_0x3edf15=_0x5972e7([_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d[_0x541376(0x47f)])),_0x3e7510(0x2,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d['ICommandService'])),_0x3e7510(0x3,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0xb23ba6)),_0x3e7510(0x4,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0x56e)])),_0x3e7510(0x5,_0x3adadb[_0x541376(0x1a8)])],_0x3edf15);function _0x911e76(_0x1e5ad1){const _0x43ec48=_0x541376;return!!_0x1e5ad1&&typeof _0x1e5ad1[_0x43ec48(0x708)]==_0x43ec48(0x141);}function _0x473f52(_0x39e76b,_0x582ec2){const _0x210793=_0x541376;return typeof _0x39e76b==_0x210793(0x3c4)&&Number[_0x210793(0x1ee)](_0x39e76b)&&_0x39e76b>0x1?_0x39e76b:_0x582ec2;}function _0x2fb2da(_0x35f587,_0x3d96a2,_0x2636a3){const _0x177ee6=_0x541376;return{...(0x0,_0x3f9f59[_0x177ee6(0x54e)])(_0x35f587,_0x3d96a2),'afterCreateAnchor':_0x398a08=>_0x3056c7(_0x2636a3,_0x398a08[_0x177ee6(0x142)]),'afterRemoveAnchor':_0x2fb5fc=>_0x3056c7(_0x2636a3,_0x2fb5fc[_0x177ee6(0x142)])};}function _0x3e5c6e(){const _0x54603e=_0x541376;return{'hostType':_0x1d2b2d[_0x54603e(0x537)]['UNIVER_DOC'],'entry':_0x54603e(0x147),'layout':_0x54603e(0xb0),'supportedLayouts':['docs-sticky-sheet',_0x54603e(0x6d5),_0x54603e(0x53f),_0x54603e(0x352),_0x54603e(0x46c)],'menuBehavior':'floating'};}function _0x3056c7(_0x378ac9,_0x182bde){const _0x17c614=_0x541376;var _0x3f86cd,_0x20e938,_0x4c6abc,_0x3a2584;if(!_0x378ac9)return;let _0x170093=_0x378ac9[_0x17c614(0x49f)](_0x182bde);if(_0x170093){for(let _0x2648bc of _0x170093['components'][_0x17c614(0x2d2)]()){var _0x1e23f0;(_0x1e23f0=_0x2648bc[_0x17c614(0x275)])==null||_0x1e23f0[_0x17c614(0x200)](_0x2648bc);}(_0x3f86cd=_0x170093[_0x17c614(0x39a)])==null||_0x3f86cd[_0x17c614(0x44f)](),(_0x20e938=_0x170093[_0x17c614(0x703)])==null||_0x20e938[_0x17c614(0x275)](),(_0x4c6abc=_0x170093[_0x17c614(0x5e5)])==null||(_0x4c6abc=_0x4c6abc['call'](_0x170093,_0x172457[_0x17c614(0x71d)]))==null||(_0x3a2584=_0x4c6abc[_0x17c614(0x484)])==null||_0x3a2584[_0x17c614(0x200)](_0x4c6abc);}}function _0x106009(_0x2b889d){const _0x45d4be=_0x541376;return{'childType':_0x1d2b2d[_0x45d4be(0x537)][_0x45d4be(0x556)],'handleWheel':_0x4f4de4=>{const _0x536dd6=_0x45d4be;let _0x423831=_0x2b889d[_0x536dd6(0x297)](_0x46b5bb)?_0x2b889d['get'](_0x46b5bb):void 0x0;if((_0x423831==null?void 0x0:_0x423831[_0x536dd6(0x75d)](_0x4f4de4))===!0x0)return!0x0;if(!_0x2b889d[_0x536dd6(0x297)](_0x3adadb[_0x536dd6(0x1a8)]))return!0x1;let _0x2e12b5=_0x2b889d[_0x536dd6(0x63f)](_0x3adadb[_0x536dd6(0x1a8)])[_0x536dd6(0x49f)](_0x4f4de4[_0x536dd6(0x199)]),_0x5a7696=_0x2e12b5==null?void 0x0:_0x2e12b5[_0x536dd6(0x703)];return _0x3464aa(_0x4f4de4,_0x5a7696==null?void 0x0:_0x5a7696[_0x536dd6(0x5eb)](_0x172457[_0x536dd6(0x295)][_0x536dd6(0x292)]),_0x5a7696);}};}function _0x54e534(){const _0x2df87b=_0x541376;return _0x49990c({'childType':_0x1d2b2d['UniverInstanceType'][_0x2df87b(0x556)],'mount':_0xd45907});}function _0xd45907(_0x2dcfc7){const _0x2b5ae3=_0x541376;let _0x235c36=_0x315d0a(_0x2dcfc7),_0x408ce3=document[_0x2b5ae3(0x47b)](_0x2b5ae3(0x7ab));_0x408ce3[_0x2b5ae3(0x421)]('data-embed-floating-menu-entry',_0x2dcfc7[_0x2b5ae3(0x720)][_0x2b5ae3(0x138)]),_0x235c36[_0x2b5ae3(0x21e)](_0x408ce3);let _0x41e488=_0x3f2e2c(_0x408ce3);return _0x41e488[_0x2b5ae3(0x62b)]((0x0,_0x271c2b[_0x2b5ae3(0x47b)])(_0x32f46c,{'injector':_0x2dcfc7[_0x2b5ae3(0x5e2)]['injector'],'mountContainer':_0x235c36,'embedId':_0x2dcfc7[_0x2b5ae3(0x333)]},(0x0,_0x271c2b[_0x2b5ae3(0x47b)])(_0x49dfa7,{'hostUnitId':_0x2dcfc7[_0x2b5ae3(0x142)],'embedId':_0x2dcfc7[_0x2b5ae3(0x333)],'entry':_0x2dcfc7['descriptor'][_0x2b5ae3(0x138)],'fullscreen':!!_0x2dcfc7[_0x2b5ae3(0x248)]['fullscreen'],'usesDomFloatingStage':_0x2dcfc7[_0x2b5ae3(0x720)][_0x2b5ae3(0x138)]!=='slides-floating-object','renderScopeActive$':_0x2dcfc7[_0x2b5ae3(0x248)][_0x2b5ae3(0x31e)]}))),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x92e83f=_0x2b5ae3;_0x334c17(_0x41e488),globalThis[_0x92e83f(0x38b)](()=>_0x408ce3['remove'](),0x0);});}function _0x49dfa7(_0x30f4f0){const _0x3991e1=_0x541376;let {hostUnitId:_0x54e66c,embedId:_0x4632c1,entry:_0x36f19d,fullscreen:_0x26605c,usesDomFloatingStage:_0x22a64a,renderScopeActive$:_0xe56dd6}=_0x30f4f0,_0x2873f0=(0x0,_0x54d9f7['useObservable'])(()=>_0xe56dd6,!0x1,!0x1,[_0xe56dd6]),_0x4d52fc=(0x0,_0x54d9f7[_0x3991e1(0x2de)])(_0x1d2b2d['ICommandService']),_0x3b64c3=(0x0,_0x54d9f7[_0x3991e1(0x2de)])(_0x3324bc),_0x3d1684=_0x3b6b6d({'embedId':_0x4632c1,'active':(0x0,_0x54d9f7[_0x3991e1(0x4a4)])(()=>_0x3b64c3['active$'],_0x3b64c3[_0x3991e1(0x2f0)](),!0x1,[_0x3b64c3]),'fullscreen':_0x26605c,'usesDomFloatingStage':_0x22a64a,'renderScopeActive':_0x2873f0});return(0x0,_0x2030b6['jsx'])(_0x3991e1(0x7ab),{'className':(0x0,_0x2c34e2[_0x3991e1(0x2a2)])(_0x3991e1(0x19f),{'univer-hidden':_0x3d1684!==_0x3991e1(0x7ac),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x26605c,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x26605c,'-univer-top-9':!_0x26605c&&_0x36f19d!==_0x3991e1(0x147),'-univer-top-[52px]':!_0x26605c&&_0x36f19d===_0x3991e1(0x147)}),'data-embed-floating-menu':'true','data-embed-id':_0x4632c1,'data-embed-float-stage':_0x3d1684,'onPointerDown':_0x1cafe9=>_0x1cafe9[_0x3991e1(0x160)](),'children':(0x0,_0x2030b6['jsx'])(_0x2c34e2['Button'],{'type':_0x3991e1(0x533),'size':_0x3991e1(0x67e),'variant':'ghost','className':_0x3991e1(0x4e5),'onClick':()=>{const _0x3508b7=_0x3991e1;_0x4d52fc[_0x3508b7(0x691)](_0x3f9f59[_0x3508b7(0x1a3)]['id'],{'hostUnitId':_0x54e66c,'embedId':_0x4632c1});},'children':(0x0,_0x2030b6[_0x3991e1(0x300)])(_0x4091f0,{})})});}function _0xddf736(_0x1d611b){const _0x4f98b7=_0x541376;_0x41af5a(_0x1d611b,_0x4f98b7(0x2ea),_0x424224);}function _0x424224(_0x34f1e8){const _0x1c86c0=_0x541376;let _0x473059=_0x34f1e8['get'](_0x3f9f59['EmbedHostAdapterRegistryService']),_0xa19ffc=_0x34f1e8[_0x1c86c0(0x63f)](_0x264650),_0x4c3d32=_0x34f1e8[_0x1c86c0(0x63f)](_0x493044),_0x2593e8=_0x34f1e8[_0x1c86c0(0x63f)](_0x5a3470),_0x3163ab=_0x34f1e8[_0x1c86c0(0x63f)](_0xd7008),_0x1035be=_0x34f1e8[_0x1c86c0(0x63f)](_0x263c89),_0x2ea526=_0x34f1e8[_0x1c86c0(0x63f)](_0xa1e1a5),_0x41ab3a=_0x34f1e8['has'](_0x3f9f59[_0x1c86c0(0x4c6)])?_0x34f1e8[_0x1c86c0(0x63f)](_0x3f9f59['EmbedHostAnchorModelService']):void 0x0,_0x2974ab=_0x34f1e8[_0x1c86c0(0x297)](_0x1d2b2d['IUniverInstanceService'])?_0x34f1e8[_0x1c86c0(0x63f)](_0x1d2b2d[_0x1c86c0(0x47f)]):void 0x0,_0x537565=_0x34f1e8[_0x1c86c0(0x297)](_0x3adadb[_0x1c86c0(0x1a8)])?_0x34f1e8[_0x1c86c0(0x63f)](_0x3adadb[_0x1c86c0(0x1a8)]):void 0x0;_0x537565==null||_0x537565[_0x1c86c0(0x511)](_0x1d2b2d['UniverInstanceType'][_0x1c86c0(0x556)],[_0x3edf15]);let _0xe43223=_0x2fb2da(_0x41ab3a,_0x2974ab,_0x537565);_0x473059['get'](_0xe43223[_0x1c86c0(0x431)],_0xe43223[_0x1c86c0(0x138)])||_0x473059[_0x1c86c0(0x745)](_0xe43223);let _0x2ca6cc=_0x3e5c6e();_0xa19ffc[_0x1c86c0(0x63f)](_0x2ca6cc[_0x1c86c0(0x431)],_0x2ca6cc[_0x1c86c0(0x138)])||_0xa19ffc['register'](_0x2ca6cc);let _0x787b0b=_0xf36829();_0x4c3d32[_0x1c86c0(0x63f)](_0x787b0b[_0x1c86c0(0x31c)])||_0x4c3d32[_0x1c86c0(0x745)](_0x787b0b);let _0xb5ef00=_0x5cbbe4();_0x2593e8[_0x1c86c0(0x63f)](_0xb5ef00[_0x1c86c0(0x31c)])||_0x2593e8[_0x1c86c0(0x745)](_0xb5ef00),_0x54e534()[_0x1c86c0(0x187)](_0x5b6524=>{const _0x1565fb=_0x1c86c0;_0x3163ab[_0x1565fb(0x50c)](_0x5b6524[_0x1565fb(0x431)],_0x5b6524[_0x1565fb(0x138)],_0x5b6524[_0x1565fb(0x31c)])||_0x3163ab[_0x1565fb(0x745)](_0x5b6524);}),_0x1035be['registerProvider'](_0x1ab91a(_0x34f1e8,{'childType':_0x1d2b2d['UniverInstanceType'][_0x1c86c0(0x556)],'renderManagerService':_0x3adadb[_0x1c86c0(0x1a8)]})),_0x2ea526[_0x1c86c0(0x63f)](_0x1d2b2d['UniverInstanceType'][_0x1c86c0(0x556)])||_0x2ea526[_0x1c86c0(0x745)](_0x106009(_0x34f1e8));}function _0x244720(){return{'childType':_0x1d2b2d['UniverInstanceType']['UNIVER_SHEET'],'measureContentSize':_0x29a746=>{let _0x40fe77=_0x478385(_0x29a746['childUnit']),_0x284858=_0x470db1(_0x29a746['childUnit']);return _0x40fe77==null&&_0x284858==null?void 0x0:{'height':_0x40fe77,'width':_0x284858};}};}function _0x478385(_0x152b0a){const _0x5eb84e=_0x541376;var _0x4b9671,_0x2d9d3c,_0x36c45c;let _0x542e6c=_0x152b0a,_0x3b9104=_0x542e6c==null||(_0x4b9671=_0x542e6c[_0x5eb84e(0x611)])==null?void 0x0:_0x4b9671[_0x5eb84e(0x200)](_0x542e6c,!0x0);if(!_0x3b9104)return;let _0xfdb16f=_0x24d2ce(_0x3b9104);if(!Number[_0x5eb84e(0x1ee)](_0xfdb16f)||_0xfdb16f==null||_0xfdb16f<0x0)return;let _0x197215=(_0x2d9d3c=_0x3b9104[_0x5eb84e(0x13d)])==null||(_0x2d9d3c=_0x2d9d3c[_0x5eb84e(0x200)](_0x3b9104))==null?void 0x0:_0x2d9d3c['columnHeader'],_0x3702de=_0xf3ddc3((_0x36c45c=_0x3b9104[_0x5eb84e(0x13d)])==null||(_0x36c45c=_0x36c45c[_0x5eb84e(0x200)](_0x3b9104))==null?void 0x0:_0x36c45c['defaultRowHeight'],_0x1d2b2d['DEFAULT_WORKSHEET_ROW_HEIGHT']),_0x3bb4ea=_0x197215!=null&&_0x197215[_0x5eb84e(0x3c3)]?0x0:_0xf3ddc3(_0x197215==null?void 0x0:_0x197215[_0x5eb84e(0x43b)],0x18),_0x1a54f2=0x0;for(let _0x1f3853=0x0;_0x1f3853<_0xfdb16f;_0x1f3853++){var _0x514b00,_0x2f9ecf;((_0x514b00=_0x3b9104[_0x5eb84e(0x253)])==null?void 0x0:_0x514b00['call'](_0x3b9104,_0x1f3853))!==!0x1&&(_0x1a54f2+=_0x1caebb((_0x2f9ecf=_0x3b9104[_0x5eb84e(0x483)])==null?void 0x0:_0x2f9ecf[_0x5eb84e(0x200)](_0x3b9104,_0x1f3853),_0x3702de));}return _0x3bb4ea+_0x1a54f2;}function _0x470db1(_0x5de9aa){const _0x367fb2=_0x541376;var _0x192a06,_0x22744a,_0x2ebebd;let _0x231556=_0x5de9aa,_0x568bc4=_0x231556==null||(_0x192a06=_0x231556[_0x367fb2(0x611)])==null?void 0x0:_0x192a06[_0x367fb2(0x200)](_0x231556,!0x0);if(!_0x568bc4)return;let _0x2d1b09=_0x544afe(_0x568bc4);if(!Number[_0x367fb2(0x1ee)](_0x2d1b09)||_0x2d1b09==null||_0x2d1b09<0x0)return;let _0x1f193f=(_0x22744a=_0x568bc4['getConfig'])==null||(_0x22744a=_0x22744a[_0x367fb2(0x200)](_0x568bc4))==null?void 0x0:_0x22744a[_0x367fb2(0x6d3)],_0x202ed6=_0xf3ddc3((_0x2ebebd=_0x568bc4[_0x367fb2(0x13d)])==null||(_0x2ebebd=_0x2ebebd[_0x367fb2(0x200)](_0x568bc4))==null?void 0x0:_0x2ebebd[_0x367fb2(0x1fb)],_0x1d2b2d[_0x367fb2(0x321)]),_0x3ef410=_0x1f193f!=null&&_0x1f193f[_0x367fb2(0x3c3)]?0x0:_0xf3ddc3(_0x1f193f==null?void 0x0:_0x1f193f['width'],_0x1d2b2d[_0x367fb2(0x1e3)]),_0x34c212=0x0;for(let _0x598ef8=0x0;_0x598ef8<_0x2d1b09;_0x598ef8++){var _0x5c1839,_0x129e89;((_0x5c1839=_0x568bc4[_0x367fb2(0x1a9)])==null?void 0x0:_0x5c1839[_0x367fb2(0x200)](_0x568bc4,_0x598ef8))!==!0x1&&(_0x34c212+=_0xf3ddc3((_0x129e89=_0x568bc4[_0x367fb2(0x376)])==null?void 0x0:_0x129e89[_0x367fb2(0x200)](_0x568bc4,_0x598ef8),_0x202ed6));}return _0x3ef410+_0x34c212;}function _0x24d2ce(_0x33cf96){const _0x493a96=_0x541376;var _0x2f9e9e;return _0x5bcd8d((_0x2f9e9e=_0x33cf96['getRowCount'])==null?void 0x0:_0x2f9e9e[_0x493a96(0x200)](_0x33cf96));}function _0x544afe(_0x18468c){const _0x27ce50=_0x541376;var _0x54014c,_0x109055,_0x3c0bb0;let _0x2c6979=(_0x54014c=_0x18468c[_0x27ce50(0x5c7)])==null?void 0x0:_0x54014c['call'](_0x18468c),_0x407cc2=_0x2c6979==null||(_0x109055=_0x2c6979['getDataRange'])==null?void 0x0:_0x109055[_0x27ce50(0x200)](_0x2c6979);return _0x57c9ad(_0x2c6979,_0x407cc2,_0x407cc2==null?void 0x0:_0x407cc2[_0x27ce50(0x1de)],(_0x3c0bb0=_0x18468c[_0x27ce50(0xcf)])==null?void 0x0:_0x3c0bb0[_0x27ce50(0x200)](_0x18468c));}function _0x57c9ad(_0x4092ea,_0x37891f,_0x45bd4d,_0x5d2591){const _0x329222=_0x541376;if(_0x4092ea==null)return _0x5bcd8d(_0x5d2591);if(!_0x3b9d32(_0x37891f)||typeof _0x45bd4d!=_0x329222(0x3c4)||!Number[_0x329222(0x1ee)](_0x45bd4d)||_0x45bd4d<0x0)return;let _0x538fb7=Math['floor'](_0x45bd4d)+0x1,_0x28e366=_0x5bcd8d(_0x5d2591);return _0x28e366==null?_0x538fb7:Math['min'](_0x538fb7,_0x28e366);}function _0x5bcd8d(_0x32b5e9){const _0x4f02ad=_0x541376;return typeof _0x32b5e9==_0x4f02ad(0x3c4)&&Number['isFinite'](_0x32b5e9)&&_0x32b5e9>=0x0?Math['floor'](_0x32b5e9):void 0x0;}function _0x3b9d32(_0x5097a2){const _0x319e4f=_0x541376;return typeof(_0x5097a2==null?void 0x0:_0x5097a2[_0x319e4f(0x246)])=='number'&&Number[_0x319e4f(0x1ee)](_0x5097a2[_0x319e4f(0x246)])&&_0x5097a2[_0x319e4f(0x246)]>=0x0&&typeof _0x5097a2['endColumn']==_0x319e4f(0x3c4)&&Number[_0x319e4f(0x1ee)](_0x5097a2[_0x319e4f(0x1de)])&&_0x5097a2[_0x319e4f(0x1de)]>=0x0;}function _0xf3ddc3(_0x201e0c,_0x51a8a4){const _0x2a9728=_0x541376;return typeof _0x201e0c=='number'&&Number[_0x2a9728(0x1ee)](_0x201e0c)&&_0x201e0c>0x0?_0x201e0c:_0x51a8a4;}function _0x1caebb(_0x104f00,_0xd36148){const _0x2616bf=_0x541376;return typeof _0x104f00==_0x2616bf(0x3c4)&&Number[_0x2616bf(0x1ee)](_0x104f00)&&_0x104f00>=0x0?_0x104f00:_0xd36148;}function _0x3a5107(){const _0x3f4791=_0x541376;return{'hostType':_0x1d2b2d[_0x3f4791(0x537)][_0x3f4791(0x3e8)],'entry':'sheets-floating-object','layout':_0x3f4791(0x609),'supportedLayouts':[_0x3f4791(0x609),_0x3f4791(0x53f),_0x3f4791(0x352),_0x3f4791(0x46c)],'menuBehavior':'floating'};}function _0x190360(){const _0x468b81=_0x541376;return{'hostType':_0x1d2b2d[_0x468b81(0x537)][_0x468b81(0x3e8)],'entry':'sheets-sheet-tab','layout':_0x468b81(0x58f),'supportedLayouts':[_0x468b81(0x58f)],'menuBehavior':_0x468b81(0x366),'mount':_0xcea49f=>{const _0x1d9926=_0x468b81;let _0x3fc392=_0x532758('data-embed-sheets-sheet-tab-host',_0xcea49f[_0x1d9926(0x720)][_0x1d9926(0x683)]);return _0x3fc392?{'hostElement':_0x3fc392}:{};}};}function _0x532758(_0x560cde,_0x27c58a){return document['querySelector']('['+_0x560cde+'=\x22'+_0x1e15bc(_0x27c58a)+'\x22]');}function _0x1e15bc(_0x313d44){const _0x4c59f8=_0x541376;return _0x313d44[_0x4c59f8(0x4e6)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function _0x1bec8d(_0xe8bdc9){const _0x156a74=_0x541376;return{'childType':_0x1d2b2d[_0x156a74(0x537)]['UNIVER_SHEET'],'handleWheel':_0x181345=>{const _0x58bd68=_0x156a74;var _0x47de74,_0x5261db;if(_0x181345['source']!=='host-scroll-sync'&&_0x3ab228(_0x181345[_0x58bd68(0x5b1)],_0x181345['event']))return!0x1;let _0x1441ca=(_0x47de74=(_0x5261db=_0x181345['runtimeScope'])==null?void 0x0:_0x5261db[_0x58bd68(0x757)])==null?_0xe8bdc9:_0x47de74,_0x4e0fcc=_0x1441ca[_0x58bd68(0x297)](_0x3adadb[_0x58bd68(0x1a8)])?_0x1441ca[_0x58bd68(0x63f)](_0x3adadb['IRenderManagerService']):_0xe8bdc9['has'](_0x3adadb[_0x58bd68(0x1a8)])?_0xe8bdc9[_0x58bd68(0x63f)](_0x3adadb[_0x58bd68(0x1a8)]):void 0x0;if(!_0x4e0fcc)return!0x1;let _0x1a7a2d=_0x4e0fcc[_0x58bd68(0x49f)](_0x181345['childUnitId']),_0x2dfa73=_0x1a7a2d==null?void 0x0:_0x1a7a2d[_0x58bd68(0x703)];return _0x3464aa(_0x181345,_0x2dfa73==null?void 0x0:_0x2dfa73['getViewport'](_0x3adadb[_0x58bd68(0x2fa)][_0x58bd68(0x292)]),_0x2dfa73);}};}function _0x52ff0f(_0x261064){const _0x315ec9=_0x541376;let _0x39b802=[];return[[_0x315ec9(0xa7),_0x4f3cc5[_0x315ec9(0x22c)],0x0],[_0x315ec9(0x2ae),_0x5e32ab[_0x315ec9(0xd6)],0x64],[_0x315ec9(0xd3),_0x31253c[_0x315ec9(0x5b7)],0x64],[_0x315ec9(0x1bc),_0x5aedb8[_0x315ec9(0x3c9)],0x64],[_0x315ec9(0x4b6),_0x37ebc2[_0x315ec9(0x602)],0x64],[_0x315ec9(0x66c),_0x51ea00[_0x315ec9(0x35a)],0x64],[_0x315ec9(0x64d),_0x54b59e[_0x315ec9(0x2dc)],0x64],[_0x315ec9(0x1d8),_0x394084[_0x315ec9(0x59a)],0x64],['hyper-link',_0x51dce1[_0x315ec9(0x3b2)],0x64],['thread-comment',_0xae8f94[_0x315ec9(0x294)],0x64],[_0x315ec9(0x18d),_0x347ee3[_0x315ec9(0x33b)],0x64],[_0x315ec9(0x4bf),_0x462c15[_0x315ec9(0x2e8)],0x64],[_0x315ec9(0x3db),_0x4b15d2[_0x315ec9(0x588)],0x64],[_0x315ec9(0xa9),_0x27c3d7[_0x315ec9(0x5aa)],0x64],[_0x315ec9(0x5d8),_0x164731['SheetsChartUIMenuSchema'],0x64],[_0x315ec9(0x4a7),_0x26eb9b[_0x315ec9(0x14b)],0x64],[_0x315ec9(0x5f8),_0x1f63a4[_0x315ec9(0x284)],0x64]][_0x315ec9(0x187)](([_0x304343,_0x5c6346,_0x3076bc])=>{const _0x190590=_0x315ec9;let _0x136382=_0x51b254(_0x261064,{'id':_0x190590(0x3d4)+_0x304343,'childType':_0x1d2b2d[_0x190590(0x537)]['UNIVER_SHEET'],'surface':'ribbon','order':_0x3076bc,'menuSchema':_0x5c6346});_0x136382&&_0x39b802['push'](_0x136382);}),(0x0,_0x1d2b2d[_0x315ec9(0x212)])(()=>_0x39b802[_0x315ec9(0x187)](_0x361d11=>_0x361d11[_0x315ec9(0x3b0)]()));}function _0x67ccb5(){const _0x22d06e=_0x541376;return _0x50584d({'childType':_0x1d2b2d[_0x22d06e(0x537)][_0x22d06e(0x3e8)],'productName':_0x22d06e(0x1fe)});}function _0x15c9e3(){const _0x27496c=_0x541376;return{'childType':_0x1d2b2d[_0x27496c(0x537)][_0x27496c(0x3e8)],'supportedLayouts':[_0x27496c(0x58f),_0x27496c(0xb0),_0x27496c(0x352)],'beforeDeactivate':_0x8e4776,'mount':_0x19e708=>{const _0x235952=_0x27496c;var _0x420142,_0x122d25,_0x2e334d,_0x298214,_0xe97280,_0x592c18,_0x4d21a7;let _0x322098=_0x19e708[_0x235952(0x5e2)][_0x235952(0x757)],_0x72947b=(_0x420142=(_0x122d25=(_0x2e334d=_0x19e708[_0x235952(0x5e2)][_0x235952(0x676)][_0x235952(0x28f)])==null?_0x19e708[_0x235952(0x248)][_0x235952(0x281)]:_0x2e334d)==null?_0x19e708['renderScope'][_0x235952(0x69c)]:_0x122d25)==null?_0x19e708[_0x235952(0x248)][_0x235952(0x32f)]:_0x420142,_0x298d31=(_0x298214=(_0xe97280=_0x19e708['runtimeScope'][_0x235952(0x676)][_0x235952(0x693)])==null?_0x19e708['renderScope'][_0x235952(0x69c)]:_0xe97280)==null?_0x72947b:_0x298214;_0x72947b[_0x235952(0x54c)][_0x235952(0x4ae)]=_0x19e708['childUnitId'],_0x72947b['dataset'][_0x235952(0x5fc)]='sheet-workbench',_0x298d31[_0x235952(0x54c)][_0x235952(0x4ae)]=_0x19e708[_0x235952(0x199)],_0x298d31[_0x235952(0x54c)][_0x235952(0x5fc)]=_0x235952(0x287);let _0x235a86=(_0x592c18=_0x18bcbe(_0x19e708,_0x3adadb[_0x235952(0x1a8)],_0x72947b,{'scopedRenderInjector':!0x0}))==null?(0x0,_0x1d2b2d[_0x235952(0x212)])(()=>{}):_0x592c18,_0x3499a0=_0x235c68(_0x19e708,_0x298d31),_0x4cc978=_0x3f2e2c(_0x298d31);return _0x4cc978['render']((0x0,_0x2030b6[_0x235952(0x300)])(_0x32f46c,{'injector':_0x322098,'mountContainer':_0x19e708['runtimeScope'][_0x235952(0x676)][_0x235952(0x303)],'embedId':_0x19e708[_0x235952(0x333)],'children':(0x0,_0x2030b6[_0x235952(0x300)])(_0x1a7539,{'canvasRoot':_0x72947b,'showChrome':_0x3efacc(_0x19e708),'readonly':((_0x4d21a7=_0x19e708[_0x235952(0x720)])==null?void 0x0:_0x4d21a7['mode'])==='readonly'})})),(0x0,_0x1d2b2d[_0x235952(0x212)])(()=>{const _0x55b2b9=_0x235952;_0x3499a0[_0x55b2b9(0x3b0)](),_0x235a86['dispose'](),_0x334c17(_0x4cc978),_0x72947b[_0x55b2b9(0x706)]&&(_0x72947b[_0x55b2b9(0x51c)](_0x55b2b9(0x165)),_0x72947b[_0x55b2b9(0x51c)](_0x55b2b9(0x723))),_0x298d31[_0x55b2b9(0x706)]&&(_0x298d31[_0x55b2b9(0x51c)](_0x55b2b9(0x165)),_0x298d31[_0x55b2b9(0x51c)]('data-embed-child-render-mode'));});}};}function _0x8e4776(_0x298f77){const _0x3efbd8=_0x541376;var _0x263cce;(_0x263cce=_0x298f77[_0x3efbd8(0x5e2)][_0x3efbd8(0x665)])==null||_0x263cce[_0x3efbd8(0xe4)](_0x4f3cc5[_0x3efbd8(0x15e)]['id'],{'visible':!0x1,'eventType':_0x3adadb['DeviceInputEventType'][_0x3efbd8(0x4d1)],'unitId':_0x298f77[_0x3efbd8(0x199)]}),_0x298f77[_0x3efbd8(0x5e2)]['injector'][_0x3efbd8(0x297)](_0x4f3cc5[_0x3efbd8(0x657)])&&_0x298f77[_0x3efbd8(0x5e2)][_0x3efbd8(0x757)][_0x3efbd8(0x63f)](_0x4f3cc5[_0x3efbd8(0x657)])[_0x3efbd8(0x7b0)](_0x298f77['childUnitId']);}function _0x3efacc(_0x58a22d){const _0x55e4d5=_0x541376;return _0x58a22d[_0x55e4d5(0x248)][_0x55e4d5(0x74b)]===_0x55e4d5(0xfe)||!!_0x58a22d[_0x55e4d5(0x248)][_0x55e4d5(0x428)];}function _0x54d82f(_0x6e9e39,_0x25918c){const _0x5d8f13=_0x541376;let _0x211363=_0x6e9e39[_0x5d8f13(0x44e)][_0x5d8f13(0x1d9)],_0x992460=_0x6e9e39[_0x5d8f13(0x44e)][_0x5d8f13(0x2c2)];return _0x6e9e39[_0x5d8f13(0x44e)][_0x5d8f13(0x1d9)]=_0x25918c[_0x5d8f13(0x397)]?'28px':'',_0x6e9e39[_0x5d8f13(0x44e)]['bottom']=_0x25918c[_0x5d8f13(0x7b1)]?_0x4f3cc5['SHEET_FOOTER_BAR_HEIGHT']+'px':'',(0x0,_0x1d2b2d[_0x5d8f13(0x212)])(()=>{const _0x15e056=_0x5d8f13;_0x6e9e39[_0x15e056(0x44e)][_0x15e056(0x1d9)]=_0x211363,_0x6e9e39[_0x15e056(0x44e)][_0x15e056(0x2c2)]=_0x992460;});}function _0x235c68(_0x4c642b,_0x4a1ac8){const _0xc66320=_0x541376;var _0x299ada,_0x1d4eef;return!((_0x299ada=_0x4c642b['injector'])==null||(_0x1d4eef=_0x299ada[_0xc66320(0x297)])==null)&&_0x1d4eef[_0xc66320(0x200)](_0x299ada,_0x74a5b6)?_0x4c642b[_0xc66320(0x757)]['get'](_0x74a5b6)['register']({'embedId':_0x4c642b[_0xc66320(0x333)],'childUnitId':_0x4c642b[_0xc66320(0x199)],'root':_0x4c642b[_0xc66320(0x248)]['rootElement'],'contentRoot':_0x4a1ac8}):(0x0,_0x1d2b2d['toDisposable'])(()=>{});}function _0x1a7539(_0x24c7be){const _0x17dda5=_0x541376;var _0x44685f;let _0x51ee92=(0x0,_0x54d9f7['useConfigValue'])(_0x4f3cc5[_0x17dda5(0x6d9)]),_0x47034d=(0x0,_0x54d9f7[_0x17dda5(0x2de)])(_0x54d9f7[_0x17dda5(0x22a)]),_0x363520=(_0x44685f=_0x47034d[_0x17dda5(0x63f)]('SheetShapeTextEditorContainer'))==null?_0x47034d['get']('ShapeTextEditorContainer'):_0x44685f,_0x147b45=_0x24c7be['showChrome']&&(_0x51ee92==null?void 0x0:_0x51ee92[_0x17dda5(0x397)])!==!0x1,_0x38ad34=_0x51ee92==null?void 0x0:_0x51ee92[_0x17dda5(0x339)],_0x4da033=_0x24c7be[_0x17dda5(0x6b4)]&&_0x38ad34!==!0x1&&(typeof _0x38ad34!=_0x17dda5(0x746)||_0x38ad34[_0x17dda5(0x7b1)]!==!0x1);return(0x0,_0x271c2b[_0x17dda5(0x74e)])(()=>{const _0x376d1b=_0x17dda5;let _0x491151=_0x54d82f(_0x24c7be['canvasRoot'],{'formulaBar':_0x147b45,'sheetBar':_0x4da033});return()=>_0x491151[_0x376d1b(0x3b0)]();},[_0x24c7be[_0x17dda5(0x281)],_0x147b45,_0x4da033]),(0x0,_0x2030b6[_0x17dda5(0x342)])(_0x2030b6[_0x17dda5(0x776)],{'children':[_0x147b45&&(0x0,_0x2030b6[_0x17dda5(0x300)])(_0x17dda5(0x7ab),{'className':_0x17dda5(0x771),'style':{'height':0x1c},'children':(0x0,_0x2030b6['jsx'])(_0x4f3cc5['FormulaBar'],{})}),!_0x24c7be[_0x17dda5(0x250)]&&_0x363520&&(0x0,_0x2030b6['jsx'])(_0x363520,{}),!_0x24c7be[_0x17dda5(0x250)]&&!(_0x51ee92!=null&&_0x51ee92[_0x17dda5(0xe0)])&&(0x0,_0x2030b6[_0x17dda5(0x300)])(_0x4f3cc5[_0x17dda5(0x3ea)],{}),!_0x24c7be[_0x17dda5(0x250)]&&(0x0,_0x2030b6['jsx'])(_0x4f3cc5[_0x17dda5(0xd7)],{}),_0x4da033&&(0x0,_0x2030b6['jsx'])('div',{'className':'univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','style':{'height':_0x4f3cc5[_0x17dda5(0x413)]},'children':(0x0,_0x2030b6[_0x17dda5(0x300)])(_0x4f3cc5[_0x17dda5(0x1ba)],{})})]});}function _0x45baec(){const _0x486215=_0x541376;return[..._0x4f3cc5[_0x486215(0x236)]];}function _0x2ee3c6(){return[..._0x54d9f7['FONT_SIZE_LIST']];}let _0x238e36={'formatPainter':_0x4f3cc5[_0x541376(0xe2)]['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':_0x4f3cc5[_0x541376(0x41a)]['id'],'fontSize':_0x4f3cc5[_0x541376(0x73f)]['id'],'bold':_0x4f3cc5['SetRangeBoldCommand']['id'],'textColor':_0x4f3cc5[_0x541376(0x2d5)]['id'],'backgroundColor':_0x13f624[_0x541376(0x243)]['id'],'borderComposite':_0x13f624[_0x541376(0x592)]['id'],'horizontalAlign':_0x13f624['SetHorizontalTextAlignCommand']['id'],'verticalAlign':_0x13f624[_0x541376(0x5ad)]['id'],'wrap':_0x13f624['SetTextWrapCommand']['id'],'filter':_0x541376(0x73d)},_0x5c39c7={'root':_0x13f624[_0x541376(0x601)]['id'],'all':_0x13f624[_0x541376(0x72b)]['id'],'vertical':_0x13f624[_0x541376(0x6d4)]['id'],'horizontal':_0x13f624[_0x541376(0x71b)]['id'],'unmerge':_0x13f624[_0x541376(0x3ac)]['id']};function _0x483e11(_0x571568){const _0x38272e=_0x541376;let _0x2f8364={},_0x527b8f=_0x6cef5e=>{const _0x53756f=_0x1eb6;let _0x3446c1=_0x571568['find'](_0x906857=>{const _0x41c190=_0x1eb6;let _0x35e0af=_0x906857['item'];return _0x906857[_0x41c190(0x1ff)]===_0x6cef5e||(_0x35e0af==null?void 0x0:_0x35e0af['id'])===_0x6cef5e||(_0x35e0af==null?void 0x0:_0x35e0af[_0x41c190(0x4ba)])===_0x6cef5e;});return _0x3446c1==null?void 0x0:_0x3446c1[_0x53756f(0xad)];};Object[_0x38272e(0x1ed)](_0x238e36)[_0x38272e(0x187)](_0x28e9f0=>{_0x2f8364[_0x28e9f0]=_0x527b8f(_0x238e36[_0x28e9f0]);});let _0x1a7fb1=Object[_0x38272e(0x733)](_0x5c39c7)[_0x38272e(0x5fe)]((_0x21dba5,[_0x4c71f0,_0x48af4a])=>{let _0x256aee=_0x527b8f(_0x48af4a);return _0x256aee&&(_0x21dba5[_0x4c71f0]=_0x256aee),_0x21dba5;},{});return _0x3423f7(_0x1a7fb1)&&(_0x2f8364[_0x38272e(0x23c)]=_0x1a7fb1),_0x2f8364['deleteBlock']=!0x0,_0x2f8364;}let _0x56dd8e=[{'items':[_0x541376(0x6dc)]},{'dividerBefore':'divider-format-tools','items':[_0x541376(0x286)]},{'dividerBefore':_0x541376(0x28e),'items':[_0x541376(0x2f2),_0x541376(0x5de),_0x541376(0x619)]},{'dividerBefore':_0x541376(0x7a8),'items':[_0x541376(0x2a7),_0x541376(0x704),'borderComposite']},{'dividerBefore':_0x541376(0x40c),'items':[_0x541376(0x23c),'horizontalAlign',_0x541376(0x527),_0x541376(0x158)]},{'dividerBefore':_0x541376(0x60a),'items':['filter']},{'dividerBefore':_0x541376(0x3c0),'items':['deleteBlock']}];function _0x337247(_0x57c38d){const _0x3e8ba1=_0x541376;let _0xa4bab8=[];return _0x56dd8e[_0x3e8ba1(0x187)](_0x3eeb56=>{const _0x533bb2=_0x3e8ba1;let _0x3bdb41=_0x3eeb56[_0x533bb2(0xf3)][_0x533bb2(0x66c)](_0x6d944d=>_0x50d3ca(_0x57c38d,_0x6d944d))[_0x533bb2(0x29b)](_0x7ba5c2=>({'id':_0x7ba5c2,'type':_0x7ba5c2===_0x533bb2(0x6dc)||_0x7ba5c2===_0x533bb2(0x619)||_0x7ba5c2===_0x533bb2(0x66c)||_0x7ba5c2===_0x533bb2(0x719)?_0x533bb2(0x533):'dropdown'}));_0x3bdb41[_0x533bb2(0x664)]&&(_0xa4bab8[_0x533bb2(0x664)]&&_0x3eeb56[_0x533bb2(0x3e4)]&&_0xa4bab8['push']({'id':_0x3eeb56[_0x533bb2(0x3e4)],'type':_0x533bb2(0x3f4)}),_0xa4bab8[_0x533bb2(0x400)](..._0x3bdb41));}),_0xa4bab8;}function _0x50d3ca(_0x3520af,_0x3da9be){return!!_0x3520af[_0x3da9be];}function _0x3423f7(_0x449bc1){return Object['values'](_0x449bc1)['some'](Boolean);}function _0x8ffdd0(_0x2373bb){const _0x90f42d=_0x541376;return!_0x2373bb||!(_0x90f42d(0x432)in _0x2373bb)||!Array['isArray'](_0x2373bb['selections'])?[]:_0x2373bb['selections'];}function _0xebb30d(_0x186f65,_0x51efb3){const _0x261b4a=_0x541376;var _0x27f279;if(_0x186f65)return{'commandId':(_0x27f279=_0x186f65['commandId'])==null?_0x186f65['id']:_0x27f279,'params':_0x51efb3==null?typeof _0x186f65[_0x261b4a(0x48f)]==_0x261b4a(0x141)?_0x186f65['params']():_0x186f65[_0x261b4a(0x48f)]:_0x51efb3};}function _0xdd2140(){const _0x79d535=_0x541376;return _0x49990c({'childType':_0x1d2b2d['UniverInstanceType'][_0x79d535(0x3e8)],'mount':_0x1dbd43});}function _0x1dbd43(_0x376b70){const _0x3c51dd=_0x541376;let _0x56c472=_0x315d0a(_0x376b70),_0x43e9ae=document[_0x3c51dd(0x47b)](_0x3c51dd(0x7ab));_0x43e9ae[_0x3c51dd(0x421)]('data-embed-floating-menu-entry',_0x376b70[_0x3c51dd(0x720)]['entry']),_0x56c472[_0x3c51dd(0x21e)](_0x43e9ae);let _0x2992dc=_0x3f2e2c(_0x43e9ae);return _0x2992dc[_0x3c51dd(0x62b)]((0x0,_0x271c2b[_0x3c51dd(0x47b)])(_0x32f46c,{'injector':_0x376b70[_0x3c51dd(0x5e2)]['injector'],'mountContainer':_0x56c472,'embedId':_0x376b70['embedId']},(0x0,_0x271c2b[_0x3c51dd(0x47b)])(_0x23b08d,{'hostUnitId':_0x376b70[_0x3c51dd(0x142)],'embedId':_0x376b70[_0x3c51dd(0x333)],'childUnitId':_0x376b70[_0x3c51dd(0x199)],'entry':_0x376b70[_0x3c51dd(0x720)][_0x3c51dd(0x138)],'fullscreen':!!_0x376b70[_0x3c51dd(0x248)][_0x3c51dd(0x428)],'usesDomFloatingStage':_0x886ad3(_0x376b70[_0x3c51dd(0x720)][_0x3c51dd(0x138)]),'renderScopeActive$':_0x376b70['renderScope']['active$']}))),(0x0,_0x1d2b2d[_0x3c51dd(0x212)])(()=>{const _0x32330d=_0x3c51dd;_0x334c17(_0x2992dc),globalThis[_0x32330d(0x38b)](()=>_0x43e9ae[_0x32330d(0x221)](),0x0);});}function _0x886ad3(_0x5ac989){return!0x0;}function _0x23b08d(_0xe8bc9e){const _0x3a644c=_0x541376;let {hostUnitId:_0x15a09b,embedId:_0x43bac7,childUnitId:_0x23b0c9,entry:_0x3163f2,fullscreen:_0x21fde9,usesDomFloatingStage:_0x18791b,renderScopeActive$:_0x60c098}=_0xe8bc9e,_0x360a78=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x3a644c(0x572)]),_0x59c186=(0x0,_0x54d9f7[_0x3a644c(0x2de)])(_0x1d2b2d[_0x3a644c(0x38e)]),_0x16028c=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x3a644c(0x47f)]),_0x333c95=(0x0,_0x54d9f7['useDependency'])(_0x54d9f7[_0x3a644c(0x479)]),_0x3b8f53=(0x0,_0x54d9f7[_0x3a644c(0x2de)])(_0x13f624[_0x3a644c(0x2e6)]),_0x36b9e7=(0x0,_0x54d9f7[_0x3a644c(0x2de)])(_0x3324bc),_0x46e090=_0x3b6b6d({'embedId':_0x43bac7,'active':(0x0,_0x54d9f7[_0x3a644c(0x4a4)])(()=>_0x36b9e7['active$'],_0x36b9e7[_0x3a644c(0x2f0)](),!0x1,[_0x36b9e7]),'fullscreen':_0x21fde9,'usesDomFloatingStage':_0x18791b,'renderScopeActive':(0x0,_0x54d9f7[_0x3a644c(0x4a4)])(()=>_0x60c098,!0x1,!0x1,[_0x60c098])})===_0x3a644c(0x7ac),[_0x18674e,_0x58956a]=(0x0,_0x271c2b[_0x3a644c(0x749)])(null),_0x44bd51=_0x44f17b=>({'open':_0x18674e===_0x44f17b,'onOpenChange':_0x2dd06d=>_0x58956a(_0x2dd06d?_0x44f17b:null)});(0x0,_0x271c2b[_0x3a644c(0x74e)])(()=>{const _0x17dcee=_0x3a644c;if(!_0x18674e)return;let _0x1fb1ac=_0x7b3088=>{const _0x3b8635=_0x1eb6;_0x25ef32(_0x7b3088[_0x3b8635(0x28d)],_0x43bac7)||_0x58956a(null);};return document[_0x17dcee(0x5b3)](_0x17dcee(0x1fd),_0x1fb1ac,!0x0),()=>{const _0xdfe758=_0x17dcee;document[_0xdfe758(0x355)](_0xdfe758(0x1fd),_0x1fb1ac,!0x0);};},[_0x43bac7,_0x18674e]);let _0x3b2515=(0x0,_0x54d9f7[_0x3a644c(0x4a4)])(()=>_0x333c95[_0x3a644c(0xbc)][_0x3a644c(0x1f2)]((0x0,_0x4ec6cb[_0x3a644c(0x29b)])(()=>_0x483e11(_0x333c95[_0x3a644c(0x327)](_0x54d9f7[_0x3a644c(0x395)][_0x3a644c(0x18a)])))),_0x483e11(_0x333c95[_0x3a644c(0x327)](_0x54d9f7[_0x3a644c(0x395)][_0x3a644c(0x18a)])),!0x1,[_0x333c95]),_0x2002c2=(0x0,_0x271c2b[_0x3a644c(0x485)])(()=>new Set(_0x337247(_0x3b2515)[_0x3a644c(0x29b)](_0x8aa44c=>_0x8aa44c['id'])),[_0x3b2515]),_0x446082=()=>{const _0xc2a5eb=_0x3a644c;_0x36b9e7['activate']({'hostUnitId':_0x15a09b,'embedId':_0x43bac7,'childUnitId':_0x23b0c9},'stage2'),_0x16028c[_0xc2a5eb(0x135)](_0x23b0c9);},_0x236419=(_0xb1cf8e,_0x168c85)=>{const _0x16b61d=_0x3a644c;_0x446082(),_0x59c186[_0x16b61d(0x691)](_0xb1cf8e,_0x168c85);},_0x448519=(_0x32c551,_0x462ba1)=>{const _0x530d5e=_0x3a644c;let _0x47e5f9=_0xebb30d(_0x32c551,_0x462ba1);_0x47e5f9&&_0x236419(_0x47e5f9[_0x530d5e(0x4ba)],_0x47e5f9[_0x530d5e(0x48f)]);},_0xd11240=()=>{const _0x34b8cd=_0x3a644c;let _0x4729ae=_0x16028c[_0x34b8cd(0x312)](_0x23b0c9,_0x1d2b2d[_0x34b8cd(0x537)][_0x34b8cd(0x3e8)]),_0x5f4d4e=_0x4729ae==null?void 0x0:_0x4729ae['getActiveSheet']();return!_0x4729ae||!_0x5f4d4e?null:{'workbook':_0x4729ae,'worksheet':_0x5f4d4e,'unitId':_0x4729ae['getUnitId'](),'subUnitId':_0x5f4d4e[_0x34b8cd(0x5ac)]()};},_0x2c5631=()=>{const _0x5e1afa=_0x3a644c;var _0x525551,_0x432919;return(_0x525551=(_0x432919=_0x3b8f53[_0x5e1afa(0x3b7)]())==null?void 0x0:_0x432919[_0x5e1afa(0x29b)](_0x20c6fc=>_0x20c6fc[_0x5e1afa(0x2e1)]))==null?[]:_0x525551;},_0x39fa03=(_0x576d6c,_0x48adfd,_0x4da19d=_0x1d2b2d['BorderStyleTypes'][_0x3a644c(0x75a)],_0x2d1390=_0x3a644c(0x73e))=>{const _0x152df5=_0x3a644c;let _0x1573d2=_0xd11240(),_0x27a3c2=_0x2c5631();!_0x1573d2||!_0x27a3c2[_0x152df5(0x664)]||_0x448519(_0x576d6c,{'unitId':_0x1573d2['unitId'],'subUnitId':_0x1573d2['subUnitId'],'ranges':_0x27a3c2,'value':{'type':_0x48adfd,'color':_0x2d1390,'style':_0x4da19d,'activeBorderType':!0x0}});},_0xaf3433=()=>{const _0x3153af=_0x3a644c;_0x59c186[_0x3153af(0x691)](_0x3f9f59['RemoveEmbedCommand']['id'],{'hostUnitId':_0x15a09b,'embedId':_0x43bac7});};return(0x0,_0x2030b6['jsxs'])(_0x3a644c(0x7ab),{'className':(0x0,_0x2c34e2[_0x3a644c(0x2a2)])(_0x3a644c(0x364),{'univer-hidden':!_0x46e090,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x21fde9,'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':!_0x21fde9,'-univer-top-9':!_0x21fde9&&_0x3163f2!==_0x3a644c(0x147),'-univer-top-[52px]':!_0x21fde9&&_0x3163f2===_0x3a644c(0x147)}),'data-u-comp':_0x3a644c(0x54f),'data-embed-floating-menu':_0x3a644c(0x3d3),'data-embed-id':_0x43bac7,'data-embed-float-stage':_0x46e090?_0x3a644c(0x7ac):'inactive','onPointerDown':_0x2ae3f5=>_0x2ae3f5[_0x3a644c(0x160)](),'onMouseDown':_0x48ffaa,'children':[_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x6dc))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x54fd7,{'item':_0x3b2515['formatPainter'],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':()=>_0x448519(_0x3b2515[_0x3a644c(0x6dc)]),'children':(0x0,_0x2030b6['jsx'])(_0x59d449,{})}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x675))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x2c34e2[_0x3a644c(0x544)],{'orientation':_0x3a644c(0x45a)}),_0x2002c2[_0x3a644c(0x297)]('numberFormat')&&(0x0,_0x2030b6['jsx'])(_0x346333,{'menuItem':_0x3b2515['numberFormat'],'onClick':()=>_0x448519(_0x3b2515[_0x3a644c(0x286)])}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x28e))&&(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0x3a644c(0x544)],{'orientation':_0x3a644c(0x45a)}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x2f2))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0xe7bbe,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x2f2)],'title':_0x3a644c(0x34e),..._0x44bd51(_0x3a644c(0x2f2)),'onSelect':_0x9ce96=>_0x448519(_0x3b2515[_0x3a644c(0x2f2)],{'value':_0x9ce96})}),_0x2002c2['has']('fontSize')&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x37e2e6,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x5de)],'title':_0x3a644c(0x581),..._0x44bd51('fontSize'),'onSelect':_0x387274=>_0x448519(_0x3b2515[_0x3a644c(0x5de)],{'value':Number(_0x387274)})}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x619))&&(0x0,_0x2030b6['jsx'])(_0x54fd7,{'item':_0x3b2515[_0x3a644c(0x619)],'title':_0x3a644c(0x30e),'onClick':()=>_0x448519(_0x3b2515['bold']),'children':(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x276334,{})}),_0x2002c2[_0x3a644c(0x297)]('divider-font')&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x2c34e2[_0x3a644c(0x544)],{'orientation':_0x3a644c(0x45a)}),_0x2002c2['has'](_0x3a644c(0x2a7))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x20712c,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x2a7)],'title':_0x3a644c(0x6c3),'icon':(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x17a0ec,{'className':_0x3a644c(0x481)}),'defaultColor':_0x3a644c(0x1c9),..._0x44bd51(_0x3a644c(0x2a7)),'onChange':_0x153421=>_0x448519(_0x3b2515[_0x3a644c(0x2a7)],{'value':_0x153421}),'onReset':()=>_0x236419(_0x4f3cc5['ResetRangeTextColorCommand']['id'])}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x704))&&(0x0,_0x2030b6['jsx'])(_0x20712c,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x704)],'title':_0x3a644c(0x126),'icon':(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x407e6d,{'className':'univer-fill-primary-600'}),'defaultColor':_0x3a644c(0x4c7),..._0x44bd51(_0x3a644c(0x704)),'onChange':_0x29c3fa=>_0x448519(_0x3b2515[_0x3a644c(0x704)],{'value':_0x29c3fa}),'onReset':()=>_0x236419(_0x13f624[_0x3a644c(0x108)]['id'])}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x3ce))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x49d4a2,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x3ce)],..._0x44bd51('borderComposite'),'onSelect':(_0xe033e4,_0x4ca2e0,_0x309ad2)=>_0x39fa03(_0x3b2515[_0x3a644c(0x3ce)],_0xe033e4,_0x4ca2e0,_0x309ad2)}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x40c))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x2c34e2[_0x3a644c(0x544)],{'orientation':'vertical'}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x23c))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x188974,{'embedId':_0x43bac7,'menuItems':_0x3b2515[_0x3a644c(0x23c)],..._0x44bd51(_0x3a644c(0x23c)),'execute':_0x448519}),_0x2002c2['has']('horizontalAlign')&&(0x0,_0x2030b6['jsx'])(_0x46e555,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x211)],..._0x44bd51(_0x3a644c(0x211)),'execute':_0x448519}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x527))&&(0x0,_0x2030b6['jsx'])(_0xc05ddc,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x527)],..._0x44bd51(_0x3a644c(0x527)),'execute':_0x448519}),_0x2002c2['has'](_0x3a644c(0x158))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x5ee81a,{'embedId':_0x43bac7,'menuItem':_0x3b2515[_0x3a644c(0x158)],..._0x44bd51('wrap'),'execute':_0x236419}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x60a))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x2c34e2['Separator'],{'orientation':'vertical'}),_0x2002c2['has'](_0x3a644c(0x66c))&&(0x0,_0x2030b6['jsx'])(_0x54fd7,{'item':_0x3b2515[_0x3a644c(0x66c)],'title':_0x3a644c(0x1b3),'onClick':()=>_0x448519(_0x3b2515[_0x3a644c(0x66c)]),'children':(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x4e05ff,{})}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x3c0))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x2c34e2[_0x3a644c(0x544)],{'orientation':_0x3a644c(0x45a)}),_0x2002c2[_0x3a644c(0x297)](_0x3a644c(0x719))&&(0x0,_0x2030b6[_0x3a644c(0x300)])(_0xab467b,{'title':_0x360a78['t']('embed-ui.deleteBlock'),'className':_0x3a644c(0x774),'onClick':_0xaf3433,'children':(0x0,_0x2030b6[_0x3a644c(0x300)])(_0x4091f0,{})})]});}let _0x4c7f86=(0x0,_0x271c2b['forwardRef'])(({children:_0x3c82fd,className:_0x49937d,title:_0x5f1a36,onClick:_0x31c244,onMouseDown:_0x5cde4d,onPointerDown:_0x93a80c,..._0x1e50a3},_0xb44374)=>{const _0x30bc95=_0x541376;let _0xe2518c=(0x0,_0x54d9f7[_0x30bc95(0x2de)])(_0x1d2b2d[_0x30bc95(0x572)])['t'](_0x5f1a36);return(0x0,_0x2030b6[_0x30bc95(0x300)])(_0x2c34e2[_0x30bc95(0x2d1)],{'ref':_0xb44374,'type':_0x30bc95(0x533),'size':_0x30bc95(0x67e),'variant':'ghost','aria-label':_0xe2518c,'title':_0xe2518c,'className':(0x0,_0x2c34e2[_0x30bc95(0x2a2)])(_0x30bc95(0x289),_0x49937d),'onPointerDown':_0x11b000=>{const _0x381f2=_0x30bc95;_0x11b000[_0x381f2(0x160)](),_0x93a80c==null||_0x93a80c(_0x11b000);},'onMouseDown':_0x5f5b53=>{_0x5f5b53['stopPropagation'](),_0x5cde4d==null||_0x5cde4d(_0x5f5b53);},'onClick':_0x2804d2=>{const _0x549de4=_0x30bc95;_0x31c244==null||_0x31c244(_0x2804d2),_0x2804d2[_0x549de4(0x160)]();},..._0x1e50a3,'children':_0x3c82fd});}),_0x2ed3c8=(0x0,_0x271c2b[_0x541376(0x460)])(({title:_0x42c57a,primary:_0x19b076,disabled:_0x4cfb6b,open:_0x4ede84,onPrimaryClick:_0x4b787e,onMouseDown:_0x137793,onPointerDown:_0xc389bd,onClick:_0x90c9aa,..._0x315851},_0x434c61)=>(0x0,_0x2030b6[_0x541376(0x342)])('div',{'ref':_0x434c61,'className':(0x0,_0x2c34e2['clsx'])(_0x541376(0x795),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x4ede84,'univer-cursor-not-allowed\x20univer-opacity-60':_0x4cfb6b}),'onPointerDown':_0x82b8ac=>{const _0x469e89=_0x541376;_0x82b8ac[_0x469e89(0x160)](),_0xc389bd==null||_0xc389bd(_0x82b8ac);},'onMouseDown':_0x1feee7=>{const _0x1a1abc=_0x541376;_0x1feee7[_0x1a1abc(0x160)](),_0x137793==null||_0x137793(_0x1feee7);},'onClick':_0x116ee2=>{const _0x2bf91f=_0x541376;_0x90c9aa==null||_0x90c9aa(_0x116ee2),_0x116ee2[_0x2bf91f(0x160)]();},..._0x315851,'children':[(0x0,_0x2030b6['jsx'])('button',{'type':_0x541376(0x533),'className':_0x541376(0x4ca),'disabled':_0x4cfb6b,'onClick':_0x57cede=>{const _0x3522f8=_0x541376;_0x57cede[_0x3522f8(0x160)](),_0x4b787e();},'children':_0x19b076}),(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0x541376(0x544)],{'orientation':_0x541376(0x45a)}),(0x0,_0x2030b6['jsx'])(_0x541376(0x533),{'type':_0x541376(0x533),'className':_0x541376(0x797),'disabled':_0x4cfb6b,'children':(0x0,_0x2030b6[_0x541376(0x300)])(_0x531aa8,{})})]}));_0x2ed3c8['displayName']=_0x541376(0x390);function _0xab467b(_0x39c5e8){const _0x30813c=_0x541376;return(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0x30813c(0x114)],{'title':_0x39c5e8[_0x30813c(0x1df)],'placement':'bottom','children':(0x0,_0x2030b6[_0x30813c(0x300)])(_0x54d9f7[_0x30813c(0x7b4)],{'className':(0x0,_0x2c34e2[_0x30813c(0x2a2)])(_0x30813c(0x2b3),_0x39c5e8[_0x30813c(0x638)]),'disabled':_0x39c5e8[_0x30813c(0x398)],'active':_0x39c5e8['active'],'onClick':_0x39c5e8[_0x30813c(0x10f)],'children':_0x39c5e8['children']})});}function _0x54fd7(_0x133ebe){const _0x9c466f=_0x541376;let {hidden:_0x2f8c57,disabled:_0x3d8de0,activated:_0x2eff47}=_0x30e546(_0x133ebe[_0x9c466f(0xad)]),_0x559bb8=(0x0,_0x54d9f7[_0x9c466f(0x2de)])(_0x1d2b2d[_0x9c466f(0x572)]);return!_0x133ebe[_0x9c466f(0xad)]||_0x2f8c57?null:(0x0,_0x2030b6[_0x9c466f(0x300)])(_0xab467b,{'title':_0x559bb8['t'](_0x133ebe[_0x9c466f(0x1df)]),'disabled':_0x3d8de0,'active':_0x2eff47,'onClick':_0x133ebe[_0x9c466f(0x10f)],'children':_0x133ebe['children']});}function _0x30e546(_0x58625e){const _0x1d1bc9=_0x541376;return{'hidden':(0x0,_0x54d9f7['useObservable'])(()=>{const _0x2766cc=_0x1eb6;var _0x4fb968,_0x59ff71;return(_0x4fb968=_0x58625e==null||(_0x59ff71=_0x58625e['hidden$'])==null?void 0x0:_0x59ff71[_0x2766cc(0x1f2)]((0x0,_0x4ec6cb['startWith'])(!0x1)))==null?(0x0,_0x4ec6cb['of'])(!0x1):_0x4fb968;},!0x1,!0x1,[_0x58625e]),'disabled':(0x0,_0x54d9f7[_0x1d1bc9(0x4a4)])(()=>{const _0x4252b7=_0x1d1bc9;var _0x3a2f0e,_0x4a56fa;return(_0x3a2f0e=_0x58625e==null||(_0x4a56fa=_0x58625e[_0x4252b7(0x672)])==null?void 0x0:_0x4a56fa['pipe']((0x0,_0x4ec6cb[_0x4252b7(0x6bb)])(!0x1)))==null?(0x0,_0x4ec6cb['of'])(!0x1):_0x3a2f0e;},!0x1,!0x1,[_0x58625e]),'activated':(0x0,_0x54d9f7[_0x1d1bc9(0x4a4)])(()=>{const _0xc97960=_0x1d1bc9;var _0xfd46af,_0x1d50dd;return(_0xfd46af=_0x58625e==null||(_0x1d50dd=_0x58625e[_0xc97960(0x646)])==null?void 0x0:_0x1d50dd['pipe']((0x0,_0x4ec6cb[_0xc97960(0x6bb)])(!0x1)))==null?(0x0,_0x4ec6cb['of'])(!0x1):_0xfd46af;},!0x1,!0x1,[_0x58625e]),'value':(0x0,_0x54d9f7[_0x1d1bc9(0x4a4)])(()=>{const _0x46f321=_0x1d1bc9;var _0x51357e,_0x525e1d;return(_0x51357e=_0x58625e==null||(_0x525e1d=_0x58625e['value$'])==null?void 0x0:_0x525e1d[_0x46f321(0x1f2)]((0x0,_0x4ec6cb[_0x46f321(0x6bb)])(void 0x0)))==null?(0x0,_0x4ec6cb['of'])(void 0x0):_0x51357e;},void 0x0,!0x1,[_0x58625e])};}function _0x346333(_0x4558cb){const _0x495508=_0x541376;let {hidden:_0x2e752c,disabled:_0x363045,value:_0xf1937}=_0x30e546(_0x4558cb[_0x495508(0x470)]),_0x2f422e=(0x0,_0x54d9f7[_0x495508(0x2de)])(_0x1d2b2d[_0x495508(0x572)]);if(!_0x4558cb[_0x495508(0x470)]||_0x2e752c)return null;let _0x45a4a4=_0x2f422e['t'](_0x495508(0x4c0)),_0x4bf201=typeof _0xf1937==_0x495508(0x635)&&_0xf1937?_0xf1937:_0x495508(0x4c4);return(0x0,_0x2030b6[_0x495508(0x300)])(_0x2c34e2[_0x495508(0x114)],{'title':_0x45a4a4,'placement':_0x495508(0x2c2),'children':(0x0,_0x2030b6[_0x495508(0x342)])(_0x4c7f86,{'title':_0x45a4a4,'disabled':_0x363045,'onClick':_0x4558cb[_0x495508(0x10f)],'children':[(0x0,_0x2030b6['jsx'])(_0x49d65c,{}),(0x0,_0x2030b6['jsx'])(_0x495508(0x308),{'children':_0x4bf201}),(0x0,_0x2030b6[_0x495508(0x300)])(_0x531aa8,{})]})});}function _0xe7bbe(_0x42c701){const _0x5d7a7b=_0x541376;let {embedId:_0x34b8bc,menuItem:_0xb0bb77,title:_0x1fef2b,open:_0x22a585,onOpenChange:_0x4a30a0,onSelect:_0x45cec8}=_0x42c701,{hidden:_0x55cd39,disabled:_0x3098e5,value:_0x39c335}=_0x30e546(_0xb0bb77);if(!_0xb0bb77||_0x55cd39)return null;let _0x373a7c=typeof _0x39c335==_0x5d7a7b(0x635)&&_0x39c335?_0x39c335:'Arial';return(0x0,_0x2030b6['jsx'])(_0x2042af,{'embedId':_0x34b8bc,'disabled':_0x3098e5,'title':_0x1fef2b,'open':_0x22a585,'onOpenChange':_0x4a30a0,'trigger':(0x0,_0x2030b6['jsxs'])(_0x2030b6[_0x5d7a7b(0x776)],{'children':[(0x0,_0x2030b6[_0x5d7a7b(0x300)])(_0x5d7a7b(0x308),{'className':_0x5d7a7b(0x19b),'children':_0x373a7c}),(0x0,_0x2030b6['jsx'])(_0x531aa8,{})]}),'overlay':(0x0,_0x2030b6[_0x5d7a7b(0x300)])(_0x5d7a7b(0x7ab),{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':(0x0,_0x2030b6[_0x5d7a7b(0x300)])(_0x54d9f7[_0x5d7a7b(0x5e6)],{'value':_0x373a7c,'onChange':_0x266c1d=>{_0x45cec8(_0x266c1d),_0x4a30a0(!0x1);}})})});}function _0x37e2e6(_0x2f0cf2){const _0x3848df=_0x541376;let {embedId:_0x42f938,menuItem:_0x371805,title:_0x14eb6e,open:_0x7cea04,onOpenChange:_0x24c331,onSelect:_0x3dc241}=_0x2f0cf2,{hidden:_0x1c54c6,disabled:_0x221f2d,value:_0x5cf04f}=_0x30e546(_0x371805);if(!_0x371805||_0x1c54c6)return null;let _0xac672a=typeof _0x5cf04f==_0x3848df(0x3c4)||typeof _0x5cf04f==_0x3848df(0x635)?Number(_0x5cf04f):0xb;return(0x0,_0x2030b6[_0x3848df(0x300)])(_0x2042af,{'embedId':_0x42f938,'disabled':_0x221f2d,'title':_0x14eb6e,'open':_0x7cea04,'onOpenChange':_0x24c331,'trigger':(0x0,_0x2030b6['jsxs'])(_0x2030b6['Fragment'],{'children':[(0x0,_0x2030b6['jsx'])(_0x3848df(0x308),{'className':_0x3848df(0x28a),'children':_0xac672a}),(0x0,_0x2030b6[_0x3848df(0x300)])(_0x531aa8,{})]}),'overlay':(0x0,_0x2030b6[_0x3848df(0x300)])(_0x3848df(0x7ab),{'className':_0x3848df(0x3ec),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':_0x2ee3c6()['map'](_0x5198a1=>{const _0x491907=_0x3848df;let _0x467103=Number(_0x5198a1[_0x491907(0x245)])===_0xac672a;return(0x0,_0x2030b6[_0x491907(0x342)])(_0x491907(0x533),{'type':_0x491907(0x533),'className':(0x0,_0x2c34e2[_0x491907(0x2a2)])(_0x491907(0x4dc),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x467103}),'onClick':()=>{_0x3dc241(String(_0x5198a1['value'])),_0x24c331(!0x1);},'children':[(0x0,_0x2030b6['jsx'])(_0x491907(0x308),{'children':_0x5198a1['label']}),_0x467103&&(0x0,_0x2030b6['jsx'])(_0x1fa967,{'className':_0x491907(0x694)})]},_0x5198a1[_0x491907(0x245)]);})})});}function _0x46e555(_0x58a095){const _0x38e38e=_0x541376;let {hidden:_0x512a0c,disabled:_0x348998}=_0x30e546(_0x58a095[_0x38e38e(0x470)]);return!_0x58a095[_0x38e38e(0x470)]||_0x512a0c?null:(0x0,_0x2030b6[_0x38e38e(0x300)])(_0x2042af,{'embedId':_0x58a095[_0x38e38e(0x333)],'disabled':_0x348998,'title':_0x38e38e(0x573),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x58a095['open'],'onOpenChange':_0x58a095['onOpenChange'],'trigger':(0x0,_0x2030b6[_0x38e38e(0x342)])(_0x2030b6[_0x38e38e(0x776)],{'children':[(0x0,_0x2030b6[_0x38e38e(0x300)])(_0x1bff32,{}),(0x0,_0x2030b6[_0x38e38e(0x300)])(_0x531aa8,{})]}),'overlay':(0x0,_0x2030b6['jsx'])(_0x1fa969,{'embedId':_0x58a095[_0x38e38e(0x333)],'onPointerDown':_0x3466e8=>_0x3466e8[_0x38e38e(0x160)](),'children':(0x0,_0x2030b6[_0x38e38e(0x342)])(_0xbcdce0,{'children':[(0x0,_0x2030b6['jsx'])(_0xdb6061,{'item':_0x58a095[_0x38e38e(0x470)],'title':'embed-ui.sheetsFloating.align.left','onClick':()=>_0x58a095['execute'](_0x58a095[_0x38e38e(0x470)],{'value':_0x1d2b2d[_0x38e38e(0x509)][_0x38e38e(0x766)]}),'children':(0x0,_0x2030b6[_0x38e38e(0x300)])(_0x1bff32,{})}),(0x0,_0x2030b6['jsx'])(_0xdb6061,{'item':_0x58a095[_0x38e38e(0x470)],'title':_0x38e38e(0x760),'onClick':()=>_0x58a095[_0x38e38e(0x48a)](_0x58a095[_0x38e38e(0x470)],{'value':_0x1d2b2d[_0x38e38e(0x509)]['CENTER']}),'children':(0x0,_0x2030b6['jsx'])(_0x55919a,{})}),(0x0,_0x2030b6[_0x38e38e(0x300)])(_0xdb6061,{'item':_0x58a095[_0x38e38e(0x470)],'title':_0x38e38e(0x279),'onClick':()=>_0x58a095[_0x38e38e(0x48a)](_0x58a095['menuItem'],{'value':_0x1d2b2d[_0x38e38e(0x509)][_0x38e38e(0x2c1)]}),'children':(0x0,_0x2030b6[_0x38e38e(0x300)])(_0x9a739a,{})})]})})});}function _0xc05ddc(_0x464e84){const _0x8a4d16=_0x541376;let {hidden:_0xb3977c,disabled:_0x3017a5}=_0x30e546(_0x464e84['menuItem']);return!_0x464e84[_0x8a4d16(0x470)]||_0xb3977c?null:(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0x2042af,{'embedId':_0x464e84[_0x8a4d16(0x333)],'disabled':_0x3017a5,'title':'embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x464e84[_0x8a4d16(0x7af)],'onOpenChange':_0x464e84['onOpenChange'],'trigger':(0x0,_0x2030b6['jsxs'])(_0x2030b6['Fragment'],{'children':[(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0x53604a,{}),(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0x531aa8,{})]}),'overlay':(0x0,_0x2030b6['jsx'])(_0x1fa969,{'embedId':_0x464e84[_0x8a4d16(0x333)],'onPointerDown':_0x398c09=>_0x398c09[_0x8a4d16(0x160)](),'children':(0x0,_0x2030b6[_0x8a4d16(0x342)])(_0xbcdce0,{'children':[(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0xdb6061,{'item':_0x464e84[_0x8a4d16(0x470)],'title':'embed-ui.sheetsFloating.align.top','onClick':()=>_0x464e84['execute'](_0x464e84[_0x8a4d16(0x470)],{'value':_0x1d2b2d[_0x8a4d16(0x35b)][_0x8a4d16(0xb4)]}),'children':(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0x2bf35d,{})}),(0x0,_0x2030b6['jsx'])(_0xdb6061,{'item':_0x464e84[_0x8a4d16(0x470)],'title':_0x8a4d16(0x6d1),'onClick':()=>_0x464e84[_0x8a4d16(0x48a)](_0x464e84['menuItem'],{'value':_0x1d2b2d[_0x8a4d16(0x35b)][_0x8a4d16(0x329)]}),'children':(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0x53604a,{})}),(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0xdb6061,{'item':_0x464e84[_0x8a4d16(0x470)],'title':_0x8a4d16(0x1ad),'onClick':()=>_0x464e84['execute'](_0x464e84[_0x8a4d16(0x470)],{'value':_0x1d2b2d[_0x8a4d16(0x35b)][_0x8a4d16(0x555)]}),'children':(0x0,_0x2030b6[_0x8a4d16(0x300)])(_0x5cae7c,{})})]})})});}function _0xdb6061(_0x3eb17a){const _0x15481e=_0x541376;let {item:_0x1321d3,title:_0x14d271,children:_0x41b0b3,onClick:_0x55583c}=_0x3eb17a,{hidden:_0x46ec32,disabled:_0x46dd65,activated:_0xd28fe9}=_0x30e546(_0x1321d3);return!_0x1321d3||_0x46ec32?null:(0x0,_0x2030b6[_0x15481e(0x300)])(_0xa0835b,{'title':_0x14d271,'disabled':_0x46dd65,'active':_0xd28fe9,'onClick':_0x55583c,'children':_0x41b0b3});}function _0x20712c(_0x466590){const _0x3200a9=_0x541376;let {embedId:_0x3167a7,menuItem:_0x22b101,title:_0x1f1031,icon:_0x5b7161,defaultColor:_0x5d8b1e,open:_0x58a5ba,onOpenChange:_0x5e8ebc,onChange:_0x526984,onReset:_0x148a51}=_0x466590,_0x9d6eae=(0x0,_0x54d9f7['useDependency'])(_0x1d2b2d[_0x3200a9(0x572)]),{hidden:_0x2c6211,disabled:_0x1899aa,value:_0x7d798d}=_0x30e546(_0x22b101),[_0x138ad3,_0x48c35a]=(0x0,_0x271c2b['useState'])(_0x5d8b1e);return!_0x22b101||_0x2c6211?null:(0x0,_0x2030b6[_0x3200a9(0x300)])(_0x2c34e2[_0x3200a9(0x4e1)],{'disabled':_0x1899aa,'align':_0x3200a9(0x1b2),'sideOffset':0x6,'open':_0x58a5ba,'onOpenChange':_0x5e8ebc,'onPointerDownOutside':_0x5094b5=>_0x2543f4(_0x5094b5,_0x3167a7),'onFocusOutside':_0xbf4cc0=>_0x2543f4(_0xbf4cc0,_0x3167a7),'onInteractOutside':_0x355a61=>_0x2543f4(_0x355a61,_0x3167a7),'overlay':(0x0,_0x2030b6['jsxs'])(_0x3200a9(0x7ab),{'data-embed-id':_0x3167a7,'data-embed-floating-menu-popup':'true','className':_0x3200a9(0x489),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':[(0x0,_0x2030b6[_0x3200a9(0x300)])(_0x2c34e2['ColorPicker'],{'value':typeof _0x7d798d==_0x3200a9(0x635)&&_0x7d798d?_0x7d798d:_0x138ad3,'onChange':_0x33b940=>{_0x48c35a(_0x33b940),_0x526984(_0x33b940);}}),(0x0,_0x2030b6[_0x3200a9(0x300)])(_0x2c34e2[_0x3200a9(0x544)],{}),(0x0,_0x2030b6[_0x3200a9(0x342)])(_0x3200a9(0x533),{'type':_0x3200a9(0x533),'className':_0x3200a9(0x622),'onClick':()=>{_0x48c35a(_0x5d8b1e),_0x148a51(),_0x5e8ebc(!0x1);},'children':[(0x0,_0x2030b6[_0x3200a9(0x300)])(_0x4d3289,{}),(0x0,_0x2030b6[_0x3200a9(0x300)])(_0x3200a9(0x308),{'children':_0x9d6eae['t'](_0x3200a9(0x1cd))})]})]}),'children':(0x0,_0x2030b6['jsx'])(_0x4c7f86,{'title':_0x1f1031,'disabled':_0x1899aa,'children':_0x5b7161})});}function _0x49d4a2(_0x463ade){const _0x2b40cd=_0x541376;let _0x41c0c7=(0x0,_0x54d9f7[_0x2b40cd(0x2de)])(_0x1d2b2d[_0x2b40cd(0x572)]),_0x2ab69c=(0x0,_0x54d9f7['useDependency'])(_0x54d9f7[_0x2b40cd(0x110)]),{hidden:_0x54d059,disabled:_0x274179}=_0x30e546(_0x463ade[_0x2b40cd(0x470)]),[_0x2c7af0,_0x1c09fa]=(0x0,_0x271c2b[_0x2b40cd(0x749)])(_0x1d2b2d[_0x2b40cd(0x452)]['ALL']),[_0x8cb121,_0x59aa77]=(0x0,_0x271c2b['useState'])(_0x1d2b2d[_0x2b40cd(0xd0)][_0x2b40cd(0x75a)]),[_0x56bae9,_0x10a0f0]=(0x0,_0x271c2b[_0x2b40cd(0x749)])('#000000');if(!_0x463ade['menuItem']||_0x54d059)return null;let _0x5c4a97=(_0x28ab9c=_0x2c7af0,_0x4f8564=_0x8cb121,_0x2afe40=_0x56bae9)=>{const _0x21ea4c=_0x2b40cd;_0x1c09fa(_0x28ab9c),_0x59aa77(_0x4f8564),_0x10a0f0(_0x2afe40),_0x463ade[_0x21ea4c(0xef)](_0x28ab9c,_0x4f8564,_0x2afe40);},_0x491691=_0x9beaf2=>{const _0x374703=_0x2b40cd;var _0x3aea48,_0x3f5107;return(_0x3aea48=(_0x3f5107=_0x45baec()[_0x374703(0x48d)](_0xd4ef35=>_0xd4ef35[_0x374703(0x245)]===_0x9beaf2))==null?void 0x0:_0x3f5107[_0x374703(0x252)])==null?_0x374703(0x5f4):_0x3aea48;},_0x24cb57=(_0x37c9e6,_0x2e5b3a=_0x2b40cd(0x481))=>{const _0x1e26d9=_0x2b40cd;let _0x5e3c8e=_0x2ab69c['get'](_0x37c9e6);return _0x5e3c8e?(0x0,_0x2030b6[_0x1e26d9(0x300)])(_0x5e3c8e,{'className':_0x2e5b3a}):(0x0,_0x2030b6[_0x1e26d9(0x300)])(_0xddd360,{});};return(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x2c34e2['Dropdown'],{'disabled':_0x274179,'align':'start','sideOffset':0x6,'open':_0x463ade[_0x2b40cd(0x7af)],'onOpenChange':_0x463ade['onOpenChange'],'onPointerDownOutside':_0x4006a5=>_0x2543f4(_0x4006a5,_0x463ade[_0x2b40cd(0x333)]),'onFocusOutside':_0x4b37e5=>_0x2543f4(_0x4b37e5,_0x463ade['embedId']),'onInteractOutside':_0x3ad039=>_0x2543f4(_0x3ad039,_0x463ade[_0x2b40cd(0x333)]),'overlay':(0x0,_0x2030b6[_0x2b40cd(0x342)])(_0x1fa969,{'embedId':_0x463ade[_0x2b40cd(0x333)],'onPointerDown':_0x252eff=>_0x252eff[_0x2b40cd(0x160)](),'children':[(0x0,_0x2030b6['jsx'])(_0x2b40cd(0x7ab),{'className':_0x2b40cd(0x231),'children':_0x45baec()['map'](_0x5e3ff8=>(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0xa0835b,{'title':_0x5e3ff8['label'],'active':_0x2c7af0===_0x5e3ff8[_0x2b40cd(0x245)],'onClick':()=>_0x5c4a97(_0x5e3ff8[_0x2b40cd(0x245)]),'children':_0x24cb57(_0x5e3ff8[_0x2b40cd(0x252)])},_0x5e3ff8['value']))}),(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x2c34e2['Separator'],{}),(0x0,_0x2030b6[_0x2b40cd(0x342)])(_0xbcdce0,{'children':[(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x2c34e2[_0x2b40cd(0x4e1)],{'align':_0x2b40cd(0x1b2),'sideOffset':0x6,'onPointerDownOutside':_0x13edf8=>_0x2543f4(_0x13edf8,_0x463ade['embedId']),'onFocusOutside':_0x5dfa43=>_0x2543f4(_0x5dfa43,_0x463ade[_0x2b40cd(0x333)]),'onInteractOutside':_0x34f018=>_0x2543f4(_0x34f018,_0x463ade[_0x2b40cd(0x333)]),'overlay':(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x2b40cd(0x7ab),{'data-embed-id':_0x463ade[_0x2b40cd(0x333)],'data-embed-floating-menu-popup':_0x2b40cd(0x3d3),'className':_0x2b40cd(0x136),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0x2b40cd(0x666)],{'value':_0x56bae9,'onChange':_0xca69a4=>_0x5c4a97(_0x2c7af0,_0x8cb121,_0xca69a4)})}),'children':(0x0,_0x2030b6[_0x2b40cd(0x342)])(_0xa0835b,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x407e6d,{'extend':{'colorChannel1':_0x56bae9}}),(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x531aa8,{})]})}),(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x2c34e2[_0x2b40cd(0x4e1)],{'align':_0x2b40cd(0x1b2),'sideOffset':0x6,'onPointerDownOutside':_0x207bd8=>_0x2543f4(_0x207bd8,_0x463ade[_0x2b40cd(0x333)]),'onFocusOutside':_0x1564d1=>_0x2543f4(_0x1564d1,_0x463ade[_0x2b40cd(0x333)]),'onInteractOutside':_0x1078a0=>_0x2543f4(_0x1078a0,_0x463ade[_0x2b40cd(0x333)]),'overlay':(0x0,_0x2030b6[_0x2b40cd(0x300)])('div',{'data-embed-id':_0x463ade[_0x2b40cd(0x333)],'data-embed-floating-menu-popup':_0x2b40cd(0x3d3),'className':_0x2b40cd(0x752),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':_0x4f3cc5[_0x2b40cd(0x272)][_0x2b40cd(0x29b)](_0x4b10a6=>(0x0,_0x2030b6[_0x2b40cd(0x300)])('button',{'type':_0x2b40cd(0x533),'className':(0x0,_0x2c34e2[_0x2b40cd(0x2a2)])(_0x2b40cd(0xd5),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x8cb121===_0x4b10a6[_0x2b40cd(0x245)]}),'onClick':()=>_0x5c4a97(_0x2c7af0,_0x4b10a6[_0x2b40cd(0x245)]),'children':(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x4f3cc5[_0x2b40cd(0x79b)],{'className':_0x2b40cd(0x6f0),'type':_0x4b10a6['value']})},_0x4b10a6['value']))}),'children':(0x0,_0x2030b6['jsxs'])(_0xa0835b,{'title':'embed-ui.sheetsFloating.borderLine.borderSize','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x2030b6['jsx'])(_0x4f3cc5[_0x2b40cd(0x79b)],{'className':_0x2b40cd(0x6f0),'type':_0x8cb121}),(0x0,_0x2030b6['jsx'])(_0x531aa8,{})]})})]})]}),'children':(0x0,_0x2030b6[_0x2b40cd(0x300)])(_0x2ed3c8,{'title':_0x41c0c7['t'](_0x2b40cd(0x17f)),'disabled':_0x274179,'open':_0x463ade[_0x2b40cd(0x7af)],'primary':_0x24cb57(_0x491691(_0x2c7af0),'univer-text-gray-900\x20dark:!univer-text-white'),'onPrimaryClick':()=>{const _0x68277f=_0x2b40cd;_0x5c4a97(),_0x463ade[_0x68277f(0x70f)](!0x1);}})});}function _0x188974(_0x110063){const _0x5f56b2=_0x541376;let {embedId:_0x362b41,menuItems:_0xa70bf8,open:_0xcf3d43,onOpenChange:_0x1d0291,execute:_0x2ad095}=_0x110063,_0x9e78d5=(0x0,_0x54d9f7[_0x5f56b2(0x2de)])(_0x1d2b2d['LocaleService']),{hidden:_0x241b08,disabled:_0x1b2a3a}=_0x30e546(_0xa70bf8==null?void 0x0:_0xa70bf8['root']),_0x1d812e=[];return[{'item':_0xa70bf8==null?void 0x0:_0xa70bf8[_0x5f56b2(0x781)],'icon':(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x48dd56,{})},{'item':_0xa70bf8==null?void 0x0:_0xa70bf8[_0x5f56b2(0x45a)],'icon':(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x5f21b6,{})},{'item':_0xa70bf8==null?void 0x0:_0xa70bf8['horizontal'],'icon':(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x2103a5,{})},{'item':_0xa70bf8==null?void 0x0:_0xa70bf8[_0x5f56b2(0x5b2)],'icon':(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x523db7,{})}][_0x5f56b2(0x187)](({item:_0x518945,icon:_0x2df063})=>{const _0x1e805d=_0x5f56b2;_0x518945&&_0x1d812e[_0x1e805d(0x400)]({'item':_0x518945,'icon':_0x2df063});}),!(_0xa70bf8!=null&&_0xa70bf8[_0x5f56b2(0x6a1)])||_0x241b08||!_0x1d812e[_0x5f56b2(0x664)]?null:(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x2042af,{'embedId':_0x362b41,'disabled':_0x1b2a3a,'title':_0x5f56b2(0x734),'triggerClassName':_0x5f56b2(0x131),'open':_0xcf3d43,'onOpenChange':_0x1d0291,'trigger':(0x0,_0x2030b6[_0x5f56b2(0x342)])(_0x2030b6[_0x5f56b2(0x776)],{'children':[(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x48dd56,{}),(0x0,_0x2030b6['jsx'])(_0x531aa8,{})]}),'overlay':(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x3317e7,{'children':_0x1d812e[_0x5f56b2(0x29b)](({item:_0xa16bb3,icon:_0x1c5c1e})=>(0x0,_0x2030b6[_0x5f56b2(0x300)])(_0x119be3,{'icon':_0x1c5c1e,'onClick':()=>{_0x2ad095(_0xa16bb3),_0x1d0291(!0x1);},'children':_0x9e78d5['t'](_0x10319d(_0xa16bb3))},_0xa16bb3['id']))})});}function _0x5ee81a(_0xc95e17){const _0x4ecc75=_0x541376;let _0x3ff5cc=(0x0,_0x54d9f7[_0x4ecc75(0x2de)])(_0x1d2b2d['LocaleService']),{hidden:_0x294bf7,disabled:_0x3c6e62}=_0x30e546(_0xc95e17[_0x4ecc75(0x470)]);if(!_0xc95e17['menuItem']||_0x294bf7)return null;let _0x1d328e=_0x8ffdd0(_0xc95e17[_0x4ecc75(0x470)]),_0x4f6086=_0x1d328e[_0x4ecc75(0x664)]?_0x1d328e[_0x4ecc75(0x29b)](_0x3daf6c=>{const _0x5f24f8=_0x4ecc75;var _0x24a194,_0x15e674,_0x95c39d,_0x9b4b9a,_0x50b34b,_0x42686a;return{'label':_0x3ff5cc['t'](_0x577e47(_0x3daf6c)),'icon':_0x58d6c4(_0x3daf6c[_0x5f24f8(0x245)]),'commandId':(_0x24a194=(_0x15e674=(_0x95c39d=_0x3daf6c['commandId'])==null?(_0x9b4b9a=_0xc95e17[_0x5f24f8(0x470)])==null?void 0x0:_0x9b4b9a[_0x5f24f8(0x4ba)]:_0x95c39d)==null?(_0x50b34b=_0xc95e17[_0x5f24f8(0x470)])==null?void 0x0:_0x50b34b['id']:_0x15e674)==null?_0x13f624['SetTextWrapCommand']['id']:_0x24a194,'params':(_0x42686a=_0x3daf6c[_0x5f24f8(0x48f)])==null?{'value':_0x3daf6c[_0x5f24f8(0x245)]}:_0x42686a};}):[{'label':_0x3ff5cc['t'](_0x4ecc75(0x3f0)),'icon':(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0xe09ba2,{}),'commandId':_0x13f624[_0x4ecc75(0x256)]['id'],'params':{'value':_0x1d2b2d[_0x4ecc75(0x30b)][_0x4ecc75(0x35d)]}},{'label':_0x3ff5cc['t'](_0x4ecc75(0x1dd)),'icon':(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0x44f8e1,{}),'commandId':_0x13f624['SetTextWrapCommand']['id'],'params':{'value':_0x1d2b2d[_0x4ecc75(0x30b)]['OVERFLOW']}},{'label':_0x3ff5cc['t'](_0x4ecc75(0x359)),'icon':(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0xf5502c,{}),'commandId':_0x13f624[_0x4ecc75(0x256)]['id'],'params':{'value':_0x1d2b2d[_0x4ecc75(0x30b)][_0x4ecc75(0x793)]}}];return(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0x2042af,{'embedId':_0xc95e17[_0x4ecc75(0x333)],'disabled':_0x3c6e62,'title':'embed-ui.sheetsFloating.toolbar.textWrapMode.main','triggerClassName':_0x4ecc75(0x131),'open':_0xc95e17[_0x4ecc75(0x7af)],'onOpenChange':_0xc95e17[_0x4ecc75(0x70f)],'trigger':(0x0,_0x2030b6[_0x4ecc75(0x342)])(_0x2030b6[_0x4ecc75(0x776)],{'children':[(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0xf5502c,{}),(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0x531aa8,{})]}),'overlay':(0x0,_0x2030b6[_0x4ecc75(0x300)])(_0x5c34c2,{'children':_0x4f6086['map'](_0x471231=>{const _0x5c6cfe=_0x4ecc75;var _0x3dc26e,_0x49d4bc;return(0x0,_0x2030b6['jsx'])(_0x316f08,{'icon':_0x471231['icon'],'onClick':()=>{const _0x3c68ab=_0x1eb6;_0xc95e17['execute'](_0x471231[_0x3c68ab(0x4ba)],_0x471231[_0x3c68ab(0x48f)]),_0xc95e17[_0x3c68ab(0x70f)](!0x1);},'children':_0x471231[_0x5c6cfe(0x599)]},_0x471231[_0x5c6cfe(0x4ba)]+'-'+String((_0x3dc26e=(_0x49d4bc=_0x471231[_0x5c6cfe(0x48f)])==null?void 0x0:_0x49d4bc[_0x5c6cfe(0x245)])==null?_0x471231[_0x5c6cfe(0x599)]:_0x3dc26e));})})});}function _0x10319d(_0x4e349d){const _0x780177=_0x541376;var _0x2750f0,_0x252c13;return(_0x2750f0=(_0x252c13=_0x4e349d[_0x780177(0x3a0)])==null?_0x4e349d[_0x780177(0x1df)]:_0x252c13)==null?_0x4e349d['id']:_0x2750f0;}function _0x577e47(_0x469df6){const _0x108ce8=_0x541376;var _0x152569;return typeof _0x469df6['label']==_0x108ce8(0x635)?_0x469df6[_0x108ce8(0x599)]:typeof _0x469df6[_0x108ce8(0x245)]==_0x108ce8(0x635)||typeof _0x469df6[_0x108ce8(0x245)]==_0x108ce8(0x3c4)?String(_0x469df6[_0x108ce8(0x245)]):(_0x152569=_0x469df6['id'])==null?'':_0x152569;}function _0x58d6c4(_0x120352){const _0x5531ec=_0x541376;return _0x120352===_0x1d2b2d['WrapStrategy'][_0x5531ec(0x35d)]?(0x0,_0x2030b6[_0x5531ec(0x300)])(_0xe09ba2,{}):_0x120352===_0x1d2b2d[_0x5531ec(0x30b)][_0x5531ec(0x793)]?(0x0,_0x2030b6[_0x5531ec(0x300)])(_0xf5502c,{}):(0x0,_0x2030b6[_0x5531ec(0x300)])(_0x44f8e1,{});}function _0x3f32c3(_0xd8c53e){const _0x5e045=_0x541376;return _0xd8c53e instanceof HTMLElement&&!!_0xd8c53e[_0x5e045(0x639)](_0x5e045(0x5cf));}function _0x48ffaa(_0x105858){const _0x5f45a6=_0x541376;_0x105858[_0x5f45a6(0x160)](),_0x3f32c3(_0x105858[_0x5f45a6(0x28d)])||_0x105858['preventDefault']();}function _0x25ef32(_0x2e83cd,_0x53b545){const _0x352981=_0x541376;if(!(_0x2e83cd instanceof HTMLElement))return!0x1;let _0x19dfea=_0x2e83cd[_0x352981(0x639)](_0x352981(0x43e));return(_0x19dfea==null?void 0x0:_0x19dfea[_0x352981(0x161)]('data-embed-id'))===_0x53b545;}function _0x2543f4(_0x25d2e8,_0x2c8b07){const _0x217f96=_0x541376;let _0xb98bc8=_0x25d2e8[_0x217f96(0x28d)];_0x25ef32(_0xb98bc8,_0x2c8b07)&&_0x25d2e8[_0x217f96(0xf5)]();}function _0x1fa969(_0x5b5e09){const _0x2c6ec2=_0x541376;return(0x0,_0x2030b6[_0x2c6ec2(0x300)])('section',{'data-embed-id':_0x5b5e09[_0x2c6ec2(0x333)],'data-embed-floating-menu-popup':_0x2c6ec2(0x3d3),'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':_0x5b5e09[_0x2c6ec2(0x79d)],'onMouseDown':_0x48ffaa,'children':_0x5b5e09[_0x2c6ec2(0x24f)]});}function _0xbcdce0(_0x258bbb){const _0x4cdf46=_0x541376;return(0x0,_0x2030b6[_0x4cdf46(0x300)])('div',{'className':_0x4cdf46(0x124),'children':_0x258bbb[_0x4cdf46(0x24f)]});}function _0x2042af(_0x27d835){const _0x1434a7=_0x541376;let {title:_0x4cb258,open:_0x472edd,onOpenChange:_0x49305a}=_0x27d835;return(0x0,_0x2030b6[_0x1434a7(0x300)])(_0x2c34e2[_0x1434a7(0x4e1)],{'disabled':_0x27d835[_0x1434a7(0x398)],'align':_0x1434a7(0x1b2),'sideOffset':0x6,'open':_0x472edd,'onOpenChange':_0x49305a,'onPointerDownOutside':_0x59fa10=>_0x2543f4(_0x59fa10,_0x27d835[_0x1434a7(0x333)]),'onFocusOutside':_0x1264a1=>_0x2543f4(_0x1264a1,_0x27d835['embedId']),'onInteractOutside':_0x185c38=>_0x2543f4(_0x185c38,_0x27d835['embedId']),'overlay':(0x0,_0x2030b6['jsx'])(_0x1434a7(0x7ab),{'data-embed-id':_0x27d835[_0x1434a7(0x333)],'data-embed-floating-menu-popup':_0x1434a7(0x3d3),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':_0x27d835[_0x1434a7(0x3ef)]}),'children':(0x0,_0x2030b6[_0x1434a7(0x300)])(_0x4c7f86,{'title':_0x4cb258,'data-state':_0x472edd?_0x1434a7(0x7af):_0x1434a7(0x38c),'disabled':_0x27d835[_0x1434a7(0x398)],'className':_0x27d835[_0x1434a7(0x75e)],'children':_0x27d835[_0x1434a7(0x5e3)]})});}function _0x5c34c2(_0xc8e59f){const _0x8cfeae=_0x541376;return(0x0,_0x2030b6[_0x8cfeae(0x300)])(_0x8cfeae(0x78a),{'className':_0x8cfeae(0x616),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':_0xc8e59f[_0x8cfeae(0x24f)]});}function _0x3317e7(_0x483003){const _0x1ae1b6=_0x541376;return(0x0,_0x2030b6[_0x1ae1b6(0x300)])('section',{'className':_0x1ae1b6(0x6c9),'onPointerDown':_0x48ffaa,'onMouseDown':_0x48ffaa,'children':_0x483003[_0x1ae1b6(0x24f)]});}function _0x119be3(_0x3de4bb){const _0x25afc3=_0x541376;return(0x0,_0x2030b6[_0x25afc3(0x342)])('button',{'type':_0x25afc3(0x533),'className':_0x25afc3(0x11e),'onClick':_0x3de4bb[_0x25afc3(0x10f)],'children':[(0x0,_0x2030b6[_0x25afc3(0x300)])(_0x25afc3(0x308),{'className':_0x25afc3(0x6ba),'children':_0x3de4bb[_0x25afc3(0x252)]}),(0x0,_0x2030b6['jsx'])(_0x25afc3(0x308),{'className':'univer-truncate','children':_0x3de4bb[_0x25afc3(0x24f)]})]});}function _0x316f08(_0x129ac7){const _0x4a95bd=_0x541376;return(0x0,_0x2030b6['jsxs'])(_0x4a95bd(0x533),{'type':'button','className':(0x0,_0x2c34e2['clsx'])(_0x4a95bd(0x52a),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x129ac7[_0x4a95bd(0xc5)]}),'onClick':_0x129ac7[_0x4a95bd(0x10f)],'children':[_0x129ac7[_0x4a95bd(0x252)],_0x129ac7[_0x4a95bd(0x24f)]]});}function _0xa0835b(_0x318d5e){const _0xbfb08c=_0x541376;let {title:_0x3ec280,active:_0x4a5749,disabled:_0x4961c3,children:_0xf511f0,onClick:_0x17a8a2}=_0x318d5e;return(0x0,_0x2030b6[_0xbfb08c(0x300)])(_0x2c34e2[_0xbfb08c(0x114)],{'title':(0x0,_0x54d9f7[_0xbfb08c(0x2de)])(_0x1d2b2d[_0xbfb08c(0x572)])['t'](_0x3ec280),'placement':_0xbfb08c(0x2c2),'children':(0x0,_0x2030b6[_0xbfb08c(0x300)])(_0x54d9f7[_0xbfb08c(0x7b4)],{'className':_0xbfb08c(0x4ad),'disabled':_0x4961c3,'active':_0x4a5749,'onClick':_0x17a8a2,'children':_0xf511f0})});}let _0x5b94f1=new WeakMap(),_0x2ca4a9=new WeakSet();function _0x17a026(_0xea9a7){const _0x16eeda=_0x541376;_0x41af5a(_0xea9a7,_0x16eeda(0x153),_0x4c6d7c);}function _0x4c6d7c(_0x325e28){const _0x3e7e55=_0x541376;let _0x2bc96e=_0x325e28[_0x3e7e55(0x63f)](_0x264650),_0x1cad71=_0x325e28[_0x3e7e55(0x63f)](_0x493044),_0x31908b=_0x325e28[_0x3e7e55(0x63f)](_0x5a3470),_0x389fc9=_0x325e28[_0x3e7e55(0x63f)](_0xd7008),_0x5dd694=_0x325e28[_0x3e7e55(0x63f)](_0x263c89),_0x202932=_0x325e28[_0x3e7e55(0x63f)](_0xb23ba6),_0x471c8a=_0x325e28['get'](_0xa1e1a5);_0x52ff0f(_0x325e28),_0x325e28[_0x3e7e55(0x297)](_0x4f3cc5['ISheetHostChromeOverrideService'])||_0x325e28[_0x3e7e55(0x60d)]([_0x4f3cc5[_0x3e7e55(0x59b)],{'useFactory':()=>_0x325e28[_0x3e7e55(0x63f)](_0x50202c)}]),_0x325e28[_0x3e7e55(0x297)](_0x4f3cc5[_0x3e7e55(0x2c0)])||_0x325e28['add']([_0x4f3cc5[_0x3e7e55(0x2c0)],{'useFactory':()=>_0x4b8a35({'embedModelService':_0x325e28[_0x3e7e55(0x63f)](_0x3f9f59[_0x3e7e55(0x56e)]),'mountService':_0x325e28['get'](_0x372c4a),'activationService':_0x325e28[_0x3e7e55(0x63f)](_0x499887),'restoreService':_0x325e28[_0x3e7e55(0x63f)](_0x7d5b09)})}]),[_0x3a5107(),_0x190360()][_0x3e7e55(0x187)](_0x32da81=>{const _0x17e5a1=_0x3e7e55;_0x2bc96e[_0x17e5a1(0x63f)](_0x32da81[_0x17e5a1(0x431)],_0x32da81[_0x17e5a1(0x138)])||_0x2bc96e[_0x17e5a1(0x745)](_0x32da81);});let _0x2f0d58=_0x15c9e3();_0x1cad71[_0x3e7e55(0x63f)](_0x2f0d58[_0x3e7e55(0x31c)])||_0x1cad71[_0x3e7e55(0x745)](_0x2f0d58);let _0x58c508=_0x67ccb5();_0x31908b[_0x3e7e55(0x63f)](_0x58c508[_0x3e7e55(0x31c)])||_0x31908b['register'](_0x58c508),_0xdd2140()['forEach'](_0xcb7934=>{const _0x154572=_0x3e7e55;_0x389fc9[_0x154572(0x63f)](_0xcb7934[_0x154572(0x431)],_0xcb7934[_0x154572(0x138)],_0xcb7934[_0x154572(0x31c)])||_0x389fc9[_0x154572(0x745)](_0xcb7934);}),_0x5dd694[_0x3e7e55(0x3d8)](_0x1ab91a(_0x325e28,{'childType':_0x1d2b2d['UniverInstanceType'][_0x3e7e55(0x3e8)],'renderManagerService':_0x3adadb[_0x3e7e55(0x1a8)]})),_0x202932[_0x3e7e55(0x63f)](_0x1d2b2d[_0x3e7e55(0x537)][_0x3e7e55(0x3e8)])||_0x202932[_0x3e7e55(0x745)](_0x244720()),_0x471c8a['get'](_0x1d2b2d['UniverInstanceType'][_0x3e7e55(0x3e8)])||_0x471c8a[_0x3e7e55(0x745)](_0x1bec8d(_0x325e28)),_0x2b9da1({'injector':_0x325e28,'previewService':_0x5dd694});}function _0x4b8a35(_0x572633){return{'mountSheetTab':({hostUnitId:_0x44e2b3,hostAnchorId:_0x11c277,embedId:_0x543ec2})=>{const _0x137f2d=_0x1eb6;let _0x523bca=_0x572633[_0x137f2d(0x53e)][_0x137f2d(0x35e)](_0x44e2b3,_0x543ec2);if(!_0x523bca||_0x523bca['hostAnchorId']!==_0x11c277)return;let _0x129b2a=!0x1,_0x4b3d38=!0x1,_0x3298fa;return _0x572633[_0x137f2d(0x68c)]['materializeDescriptor']({'descriptor':_0x523bca})[_0x137f2d(0x708)](_0x41fe9d=>{const _0x37c76c=_0x137f2d;_0x129b2a||(_0x3298fa==null||_0x3298fa[_0x37c76c(0x221)](),_0x3298fa=void 0x0,_0x572633[_0x37c76c(0x174)][_0x37c76c(0x3cb)](_0x41fe9d),_0x572633[_0x37c76c(0x3e5)][_0x37c76c(0x373)](_0x41fe9d),_0x4b3d38=!0x0);})[_0x137f2d(0x263)](_0x509a90=>{_0x129b2a||(_0x3298fa=_0x37e070(_0x11c277,_0x509a90));}),(0x0,_0x1d2b2d[_0x137f2d(0x212)])(()=>{const _0x3eadb9=_0x137f2d;_0x129b2a=!0x0,_0x3298fa==null||_0x3298fa[_0x3eadb9(0x221)](),_0x4b3d38&&_0x572633[_0x3eadb9(0x174)]['unmount'](_0x543ec2),_0x572633['activationService']['clearTab'](_0x543ec2);});},'clearTab':_0x5c8592=>{const _0x380d00=_0x1eb6;_0x572633[_0x380d00(0x3e5)][_0x380d00(0x205)](_0x5c8592);}};}function _0x37e070(_0x303125,_0x306e03){const _0x643bf=_0x541376;let _0x4951c3=_0x506563(_0x303125);if(!_0x4951c3)return;let _0x3fa070=document[_0x643bf(0x47b)]('div');return _0x3fa070['dataset'][_0x643bf(0x4cd)]=_0x643bf(0x3d3),_0x3fa070[_0x643bf(0x44e)][_0x643bf(0x12f)]=_0x643bf(0x46d),_0x3fa070[_0x643bf(0x44e)][_0x643bf(0x170)]=_0x643bf(0x120),_0x3fa070[_0x643bf(0x44e)]['fontSize']='13px',_0x3fa070[_0x643bf(0x7a3)]=_0x306e03 instanceof Error&&_0x306e03[_0x643bf(0x476)]?_0x306e03[_0x643bf(0x476)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x4951c3[_0x643bf(0x4e0)](_0x3fa070),_0x3fa070;}function _0x506563(_0x10e681){const _0x2d3cab=_0x541376;return document[_0x2d3cab(0x2eb)](_0x2d3cab(0x569)+_0x28a5f7(_0x10e681)+'\x22]');}function _0x28a5f7(_0x20a97f){const _0x561b43=_0x541376;return _0x20a97f[_0x561b43(0x4e6)](/\\/g,'\x5c\x5c')[_0x561b43(0x4e6)](/"/g,'\x5c\x22');}function _0x3a6b9a(_0xaac851){const _0xd65edf=_0x541376;let _0x294a92=new _0x4ec6cb[(_0xd65edf(0x41b))](),_0x18fc1a=0x0,_0x17eb1d;if(_0x294a92[_0xd65edf(0x60d)](_0xaac851[_0xd65edf(0x2fb)]['previewUpdated$'][_0xd65edf(0x270)](_0x591114=>{const _0x219fa8=_0xd65edf;if(typeof _0x591114[_0x219fa8(0x610)]!='string')return;let _0x53daae=_0xaac851[_0x219fa8(0x53e)][_0x219fa8(0x1a4)](_0x591114[_0x219fa8(0x199)])[_0x219fa8(0x48d)](_0x1e92a8=>_0x1e92a8[_0x219fa8(0x333)]===_0x591114[_0x219fa8(0x333)]&&_0x1e92a8['entry']==='sheets-floating-object');_0x53daae!=null&&_0x53daae['hostAnchorId']&&_0xaac851[_0x219fa8(0x22d)]['setPreview']({'id':_0x53daae[_0x219fa8(0x683)],'image':_0x591114[_0x219fa8(0x610)],'updatedAt':_0x591114[_0x219fa8(0x1e1)]});})),!_0xaac851[_0xd65edf(0x22d)][_0xd65edf(0x70a)])return _0x294a92;let _0x4a6b5d=()=>{const _0x5ea649=_0xd65edf;_0x17eb1d||_0x18fc1a>=0xf0||(_0x17eb1d=globalThis[_0x5ea649(0x38b)](()=>{_0x17eb1d=void 0x0,_0x18fc1a+=0x1,_0x2b6549();},0xfa));},_0x562774=_0x26e9d3=>{const _0x2a5cd4=_0xd65edf;let _0x3853a2=_0x26e9d3[_0x2a5cd4(0x1c8)];if(!_0x3853a2||typeof _0x3853a2!='object')return!0x0;let _0x45bc1e=_0x3f5a35(_0x3853a2,'embedId'),_0x1ac460=_0x3f5a35(_0x3853a2,'hostUnitId');if(!_0x45bc1e||!_0x1ac460)return!0x0;let _0x5d24c6=_0xaac851[_0x2a5cd4(0x53e)][_0x2a5cd4(0x35e)](_0x1ac460,_0x45bc1e);return!_0x5d24c6||_0x5d24c6[_0x2a5cd4(0x138)]!==_0x2a5cd4(0x71f)||!_0x5d24c6['childUnitId']||_0x5d24c6['childType']==null?!0x1:(_0xaac851[_0x2a5cd4(0x2fb)]['requestPreview']({'descriptor':_0x5d24c6,'childUnitId':_0x5d24c6[_0x2a5cd4(0x199)],'childType':_0x5d24c6['childType'],'width':_0x26e9d3['width'],'height':_0x26e9d3['height'],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x2a5cd4(0xe1)}),!0x0);},_0x2b6549=()=>{const _0x4b9a24=_0xd65edf;var _0x588719,_0x3fc4ec;let _0x26e677=!0x1;(_0x588719=(_0x3fc4ec=_0xaac851['canvasFloatDomPreviewService'])[_0x4b9a24(0xaf)])==null||_0x588719[_0x4b9a24(0x200)](_0x3fc4ec)[_0x4b9a24(0x187)](_0x22b6eb=>{_0x562774(_0x22b6eb)||(_0x26e677=!0x0);}),_0x26e677&&_0x4a6b5d();};return _0x2b6549(),_0x294a92[_0xd65edf(0x60d)](_0xaac851[_0xd65edf(0x22d)][_0xd65edf(0x70a)]['subscribe'](_0x18bcaf=>{_0x562774(_0x18bcaf)||_0x4a6b5d();})),_0x294a92[_0xd65edf(0x60d)](()=>{const _0x23d1e4=_0xd65edf;_0x17eb1d&&globalThis[_0x23d1e4(0xfa)](_0x17eb1d);}),_0x294a92;}function _0x2b9da1(_0x5e3521){const _0x439209=_0x541376;let _0x172cbb=_0x5e3521[_0x439209(0x757)],_0x5bf272=_0x5b94f1[_0x439209(0x63f)](_0x172cbb);if(_0x5bf272)return _0x5bf272;let _0x5f016c=_0x504ed3(_0x5e3521['injector']);if(_0x5f016c!==null){if(_0x5f016c){let _0x15df95=_0x3a6b9a({'previewService':_0x5e3521[_0x439209(0x2fb)],'embedModelService':_0x5f016c[_0x439209(0x53e)],'canvasFloatDomPreviewService':_0x5f016c[_0x439209(0x22d)]});return _0x5b94f1['set'](_0x172cbb,_0x15df95),_0x15df95;}_0x5e3521[_0x439209(0x379)]===!0x1||_0x2ca4a9[_0x439209(0x297)](_0x172cbb)||(_0x2ca4a9['add'](_0x172cbb),_0x3a6905(_0x5e3521,0x0));}}function _0x3a6905(_0x14b8c0,_0x1ac6ce){const _0x2c1b35=_0x541376;var _0x4448ee,_0x1fa3c7;let _0x307ca=(_0x4448ee=_0x14b8c0[_0x2c1b35(0x4d4)])==null?0xf0:_0x4448ee,_0x2814c6=(_0x1fa3c7=_0x14b8c0[_0x2c1b35(0xeb)])==null?0xfa:_0x1fa3c7,_0x2ffab9=_0x14b8c0[_0x2c1b35(0x757)];globalThis[_0x2c1b35(0x38b)](()=>{const _0xb139c2=_0x2c1b35;if(_0x2b9da1({..._0x14b8c0,'retry':!0x1})||_0x1ac6ce+0x1>=_0x307ca){_0x2ca4a9[_0xb139c2(0x6fe)](_0x2ffab9);return;}_0x3a6905(_0x14b8c0,_0x1ac6ce+0x1);},_0x2814c6);}function _0x504ed3(_0x3c4d76){const _0x4490a8=_0x541376;try{return!_0x3c4d76['has'](_0x54d9f7[_0x4490a8(0x3f9)])||!_0x3c4d76['has'](_0x3f9f59['EmbedModelService'])?void 0x0:{'embedModelService':_0x3c4d76[_0x4490a8(0x63f)](_0x3f9f59['EmbedModelService']),'canvasFloatDomPreviewService':_0x3c4d76[_0x4490a8(0x63f)](_0x54d9f7[_0x4490a8(0x3f9)])};}catch{return null;}}function _0x3f5a35(_0x8b089c,_0x5c42a8){const _0x583318=_0x541376;let _0x280209=_0x8b089c[_0x5c42a8];return typeof _0x280209==_0x583318(0x635)?_0x280209:void 0x0;}let _0x3cf0be=class{constructor(_0xf4c95a){const _0x24a967=_0x541376;this[_0x24a967(0x64a)]=_0xf4c95a,_0x531548(this,_0x24a967(0x3e2),new Map());}[_0x541376(0x47d)](_0x38c64c,_0x39f8bd){const _0xac53de=_0x541376;if(this[_0xac53de(0x3e2)][_0xac53de(0x297)](_0x38c64c['embedId']))throw Error(_0xac53de(0x48c)+_0x38c64c['embedId']);let _0x54cb23=this['_mountService'][_0xac53de(0x21a)](_0x38c64c[_0xac53de(0x333)]),_0xe94cba=_0x54cb23!=null&&_0x54cb23[_0xac53de(0x122)]?this[_0xac53de(0x5d7)](_0x54cb23,_0x39f8bd):this[_0xac53de(0x41e)](_0x38c64c,_0x39f8bd);return this[_0xac53de(0x3e2)][_0xac53de(0x2e2)](_0x38c64c[_0xac53de(0x333)],_0xe94cba),{'session':_0xe94cba['session'],'ownsSession':_0xe94cba[_0xac53de(0x725)],'dispose':()=>{const _0x545378=_0xac53de;this[_0x545378(0x3e2)]['get'](_0x38c64c['embedId'])===_0xe94cba&&(this['_leases'][_0x545378(0x6fe)](_0x38c64c[_0x545378(0x333)]),_0xe94cba['dispose']());}};}['_relocateExistingSession'](_0x11dd81,_0x29c7c1){const _0x224b6e=_0x541376;let _0x444ce1=_0x11dd81[_0x224b6e(0x122)][_0x224b6e(0x248)][_0x224b6e(0x32f)],_0x648c36=_0x444ce1[_0x224b6e(0x651)],_0x3cfcea=_0x444ce1[_0x224b6e(0x134)];if(!_0x648c36)throw Error(_0x224b6e(0xfb)+_0x11dd81['embedId']);return _0x29c7c1[_0x224b6e(0x4e0)](_0x444ce1),{'session':_0x11dd81,'ownsSession':!0x1,'dispose':()=>{const _0x36bd80=_0x224b6e;if(this['_mountService']['getSession'](_0x11dd81[_0x36bd80(0x333)])!==_0x11dd81){_0x444ce1[_0x36bd80(0x221)]();return;}(_0x3cfcea==null?void 0x0:_0x3cfcea[_0x36bd80(0x651)])===_0x648c36?_0x648c36[_0x36bd80(0x285)](_0x444ce1,_0x3cfcea):_0x648c36[_0x36bd80(0x21e)](_0x444ce1);}};}[_0x541376(0x41e)](_0x2870a5,_0xa2e91e){const _0x291bac=_0x541376;let _0x845a79=this[_0x291bac(0x64a)]['mountIntoHostElement'](_0x2870a5,_0xa2e91e);return{'session':_0x845a79,'ownsSession':!0x0,'dispose':()=>{const _0x4a83b4=_0x291bac;this[_0x4a83b4(0x64a)]['getSession'](_0x2870a5[_0x4a83b4(0x333)])===_0x845a79&&this[_0x4a83b4(0x64a)][_0x4a83b4(0x1d5)](_0x2870a5['embedId']);}};}};_0x3cf0be=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x372c4a))],_0x3cf0be);function _0x118684(){const _0x99b6f9=_0x541376;return _0x50584d({'childType':_0x1d2b2d[_0x99b6f9(0x537)][_0x99b6f9(0xdd)],'productName':_0x99b6f9(0x23a)});}function _0x1e8869(_0x3a7bc2){const _0x3505c9=_0x541376;var _0x1ba907,_0x1aaf28;return _0x3b6b6d({'embedId':_0x3a7bc2[_0x3505c9(0x333)],'active':_0x3a7bc2['active'],'fullscreen':_0x3a7bc2[_0x3505c9(0x428)],'usesDomFloatingStage':(_0x1ba907=_0x3a7bc2[_0x3505c9(0x454)])==null?!0x0:_0x1ba907,'renderScopeActive':(_0x1aaf28=_0x3a7bc2[_0x3505c9(0x77c)])==null?!0x1:_0x1aaf28});}function _0x24a558(_0x9c8968){const _0xb5e7e0=_0x541376;var _0x5c4629;let _0x4cfcbc=(0x0,_0x54d9f7[_0xb5e7e0(0x2de)])(_0x1d2b2d[_0xb5e7e0(0x572)]),{hostUnitId:_0x183083,embedId:_0x15e686,childUnitId:_0x2bd51c,slideModel:_0x1bed76,floatingActiveService:_0x40c52a,commandService:_0x2d005a,instanceService:_0x3effe6,fullscreen:_0x51c059,usesDomFloatingStage:_0x2f27f1,renderScopeActive$:_0x20a628}=_0x9c8968,_0x5823e2=(0x0,_0x54d9f7['useObservable'])(()=>_0x40c52a['active$'],_0x40c52a[_0xb5e7e0(0x2f0)](),!0x1,[_0x40c52a]),_0xedbb3=(0x0,_0x54d9f7[_0xb5e7e0(0x4a4)])(_0x20a628,!0x1),_0x137186=(0x0,_0x54d9f7[_0xb5e7e0(0x4a4)])(_0x1bed76===null?null:()=>_0x1bed76['pageManager'][_0xb5e7e0(0x7a9)],[],!0x1,[_0x1bed76]),_0x3ef20c=(0x0,_0x54d9f7['useObservable'])(_0x1bed76===null?null:()=>_0x1bed76[_0xb5e7e0(0x186)][_0xb5e7e0(0x422)],_0x1bed76==null||(_0x5c4629=_0x1bed76[_0xb5e7e0(0x186)][_0xb5e7e0(0x3b4)]())==null?void 0x0:_0x5c4629['getId'](),!0x1,[_0x1bed76]),_0x4ae3ea=(0x0,_0x271c2b['useMemo'])(()=>{const _0x1232cf=_0xb5e7e0;var _0x4b59c5;return(_0x4b59c5=_0x1bed76==null?void 0x0:_0x1bed76[_0x1232cf(0x186)]['getSlides']())==null?[]:_0x4b59c5;},[_0x1bed76,_0x137186]),_0x493086=Math[_0xb5e7e0(0x51a)](0x0,_0x4ae3ea[_0xb5e7e0(0xd2)](_0x3c2d74=>_0x3c2d74[_0xb5e7e0(0x64e)]()===_0x3ef20c)),_0x47ac0a=_0x4ae3ea[_0xb5e7e0(0x664)],_0x186055=_0x1e8869({'active':_0x5823e2,'embedId':_0x15e686,'fullscreen':_0x51c059,'renderScopeActive':_0xedbb3,'usesDomFloatingStage':_0x2f27f1})===_0xb5e7e0(0x7ac),_0x2f9fe2=()=>{const _0x278ce0=_0xb5e7e0;_0x40c52a[_0x278ce0(0x68f)]({'hostUnitId':_0x183083,'embedId':_0x15e686,'childUnitId':_0x2bd51c},_0x278ce0(0x7ac)),_0x3effe6['setCurrentUnitForType'](_0x2bd51c);},_0x2bbd46=_0x8660ca=>{const _0x3991a6=_0xb5e7e0;let _0x27ca63=_0x4ae3ea[_0x8660ca];!_0x27ca63||!_0x1bed76||(_0x2f9fe2(),_0x1bed76[_0x3991a6(0x186)][_0x3991a6(0x1da)](_0x27ca63[_0x3991a6(0x64e)]()));};return(0x0,_0x2030b6['jsxs'])(_0xb5e7e0(0x7ab),{'className':(0x0,_0x2c34e2['clsx'])(_0xb5e7e0(0x241),{'univer-hidden':!_0x186055,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x51c059,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x51c059,'-univer-top-9':!_0x51c059}),'data-embed-floating-menu':_0xb5e7e0(0x3d3),'data-embed-id':_0x15e686,'data-embed-float-stage':_0x186055?_0xb5e7e0(0x7ac):_0xb5e7e0(0x792),'onPointerDown':_0x1dbc97=>_0x1dbc97[_0xb5e7e0(0x160)](),'children':[(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x4ced69,{'title':_0xb5e7e0(0x6ce),'disabled':_0x493086<=0x0,'onClick':()=>_0x2bbd46(_0x493086-0x1),'children':(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x5e3ea3,{})}),(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x4ced69,{'title':_0xb5e7e0(0x224),'disabled':_0x47ac0a===0x0||_0x493086>=_0x47ac0a-0x1,'onClick':()=>_0x2bbd46(_0x493086+0x1),'children':(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x74f1ba,{})}),(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x2c34e2[_0xb5e7e0(0x112)],{'align':_0xb5e7e0(0x1b2),'sideOffset':0x6,'data-embed-id':_0x15e686,'data-embed-floating-menu-popup':_0xb5e7e0(0x3d3),'items':[{'type':_0xb5e7e0(0x234),'value':String(_0x493086),'hideIndicator':!0x0,'options':_0x4ae3ea[_0xb5e7e0(0x29b)]((_0x15760e,_0x5bde9b)=>({'label':'Slide\x20'+(_0x5bde9b+0x1),'value':String(_0x5bde9b)})),'onSelect':_0x514d21=>_0x2bbd46(Number(_0x514d21))}],'children':(0x0,_0x2030b6[_0xb5e7e0(0x342)])(_0x2c34e2[_0xb5e7e0(0x2d1)],{'type':_0xb5e7e0(0x533),'size':_0xb5e7e0(0x67e),'variant':_0xb5e7e0(0x575),'className':_0xb5e7e0(0x435),'title':_0xb5e7e0(0x670),'children':[(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0xb5e7e0(0x308),{'children':_0x47ac0a===0x0?_0xb5e7e0(0x6fa):_0x493086+0x1+'\x20/\x20'+_0x47ac0a}),(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x531aa8,{'className':'univer-size-3'})]})}),(0x0,_0x2030b6['jsx'])(_0x2c34e2[_0xb5e7e0(0x544)],{'orientation':_0xb5e7e0(0x45a)}),(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x4ced69,{'title':_0x4cfcbc['t'](_0xb5e7e0(0x4c3)),'className':_0xb5e7e0(0x774),'onClick':()=>{const _0x2f56f=_0xb5e7e0;_0x2d005a[_0x2f56f(0x691)](_0x3f9f59['RemoveEmbedCommand']['id'],{'hostUnitId':_0x183083,'embedId':_0x15e686});},'children':(0x0,_0x2030b6[_0xb5e7e0(0x300)])(_0x4091f0,{})})]});}function _0x4ced69(_0x3d4f84){const _0x2b6b82=_0x541376;let {children:_0x2d9e70,title:_0x1df78f,disabled:_0x345246,className:_0x52b33a,onClick:_0x338ae3}=_0x3d4f84;return(0x0,_0x2030b6[_0x2b6b82(0x300)])(_0x2c34e2[_0x2b6b82(0x2d1)],{'type':_0x2b6b82(0x533),'size':'small','variant':'ghost','className':(0x0,_0x2c34e2[_0x2b6b82(0x2a2)])('univer-size-6\x20univer-p-0',_0x52b33a),'title':_0x1df78f,'aria-label':_0x1df78f,'disabled':_0x345246,'onClick':_0x338ae3,'children':_0x2d9e70});}function _0xbb8b4e(){const _0x56b0a5=_0x541376;return _0x49990c({'childType':_0x1d2b2d[_0x56b0a5(0x537)][_0x56b0a5(0xdd)],'mount':_0x5ad9bd});}function _0x5ad9bd(_0x3c9ac8){const _0xb8ca8c=_0x541376;let _0x12414e=_0x315d0a(_0x3c9ac8),_0xfc2ebf=document['createElement'](_0xb8ca8c(0x7ab));_0xfc2ebf[_0xb8ca8c(0x421)]('data-embed-floating-menu-entry',_0x3c9ac8['descriptor'][_0xb8ca8c(0x138)]),_0x12414e['appendChild'](_0xfc2ebf);let _0xc1e4c8=_0x3f2e2c(_0xfc2ebf),_0x183131=_0x3c9ac8['injector']['get'](_0x3324bc),_0x4cf007=_0x3c9ac8['injector'][_0xb8ca8c(0x63f)](_0x1d2b2d[_0xb8ca8c(0x38e)]),_0x2158ae=_0x3c9ac8[_0xb8ca8c(0x757)][_0xb8ca8c(0x63f)](_0x1d2b2d[_0xb8ca8c(0x47f)]),_0x95b947=_0x2158ae[_0xb8ca8c(0x312)](_0x3c9ac8[_0xb8ca8c(0x199)],_0x1d2b2d['UniverInstanceType'][_0xb8ca8c(0xdd)]);return _0xc1e4c8[_0xb8ca8c(0x62b)]((0x0,_0x271c2b[_0xb8ca8c(0x47b)])(_0x32f46c,{'injector':_0x3c9ac8[_0xb8ca8c(0x5e2)]['injector'],'mountContainer':_0x12414e,'embedId':_0x3c9ac8[_0xb8ca8c(0x333)]},(0x0,_0x271c2b[_0xb8ca8c(0x47b)])(_0x24a558,{'hostUnitId':_0x3c9ac8[_0xb8ca8c(0x142)],'embedId':_0x3c9ac8['embedId'],'childUnitId':_0x3c9ac8[_0xb8ca8c(0x199)],'slideModel':_0x95b947==null?null:_0x95b947,'floatingActiveService':_0x183131,'commandService':_0x4cf007,'instanceService':_0x2158ae,'fullscreen':!!_0x3c9ac8[_0xb8ca8c(0x248)][_0xb8ca8c(0x428)],'usesDomFloatingStage':_0x3c9ac8[_0xb8ca8c(0x720)]['entry']!==_0xb8ca8c(0x42a),'renderScopeActive$':_0x3c9ac8[_0xb8ca8c(0x248)][_0xb8ca8c(0x31e)]}))),(0x0,_0x1d2b2d[_0xb8ca8c(0x212)])(()=>{const _0x2c7502=_0xb8ca8c;_0x334c17(_0xc1e4c8),globalThis[_0x2c7502(0x38b)](()=>_0xfc2ebf['remove'](),0x0);});}function _0x487b7b(_0x5a2095,_0x11ce65,_0x571ef5){const _0x215ad4=_0x541376;return{...(0x0,_0x3f9f59[_0x215ad4(0xbf)])(_0x5a2095,_0x11ce65),'activateAnchor':_0x41a09e=>{const _0xc2cd7c=_0x215ad4;_0x571ef5==null||_0x571ef5['unmountFloatingSessions'](_0x41a09e['hostUnitId']),_0x41a09e[_0xc2cd7c(0x720)][_0xc2cd7c(0x199)]&&(_0x11ce65==null||_0x11ce65[_0xc2cd7c(0x135)](_0x41a09e['descriptor']['childUnitId']));let _0x3686e4=_0x11ce65==null?void 0x0:_0x11ce65[_0xc2cd7c(0x312)](_0x41a09e[_0xc2cd7c(0x142)],_0x1d2b2d[_0xc2cd7c(0x537)][_0xc2cd7c(0xdd)]),_0xb18ae1=()=>{const _0xa56a77=_0xc2cd7c;var _0x195a05,_0x12a4b5;return _0x3686e4==null||(_0x195a05=_0x3686e4[_0xa56a77(0x186)])==null||(_0x12a4b5=_0x195a05[_0xa56a77(0x1da)])==null?void 0x0:_0x12a4b5[_0xa56a77(0x200)](_0x195a05,_0x41a09e[_0xa56a77(0x683)]);};if(typeof window>'u'){_0xb18ae1();return;}window[_0xc2cd7c(0x722)](_0xb18ae1);}};}function _0x4ec143(){const _0x4ff980=_0x541376;return{'hostType':_0x1d2b2d['UniverInstanceType'][_0x4ff980(0xdd)],'entry':_0x4ff980(0x42a),'layout':'scroll-contained','supportedLayouts':['scroll-contained',_0x4ff980(0x609),'aspect-fit',_0x4ff980(0x46c)],'menuBehavior':_0x4ff980(0x261),'mount':_0x19dd13=>{const _0x42ad59=_0x4ff980;let _0x3c9086=_0x5d97bb(_0x42ad59(0x692),_0x19dd13['descriptor'][_0x42ad59(0x683)]);return _0x3c9086?{'hostElement':_0x3c9086}:{};}};}function _0x2acf2e(){const _0x57b0ed=_0x541376;return{'hostType':_0x1d2b2d[_0x57b0ed(0x537)][_0x57b0ed(0xdd)],'entry':_0x57b0ed(0x57f),'layout':'tab-peer','supportedLayouts':[_0x57b0ed(0x58f)],'menuBehavior':'host-override','mount':_0x4f7437=>{const _0xfe94d7=_0x57b0ed;let _0x954b72=_0x5d97bb(_0xfe94d7(0x475),_0x4f7437[_0xfe94d7(0x720)][_0xfe94d7(0x683)]);return _0x954b72?{'hostElement':_0x954b72}:{};}};}function _0x5d97bb(_0x1fc6db,_0xa1478d){const _0x150154=_0x541376;return document[_0x150154(0x2eb)]('['+_0x1fc6db+'=\x22'+_0x242e91(_0xa1478d)+'\x22]');}function _0x242e91(_0x5ac62d){const _0x28f49c=_0x541376;return _0x5ac62d[_0x28f49c(0x4e6)](/\\/g,'\x5c\x5c')[_0x28f49c(0x4e6)](/"/g,'\x5c\x22');}function _0x235dbc(){const _0x1bf5dd=_0x541376;return{'childType':_0x1d2b2d[_0x1bf5dd(0x537)]['UNIVER_SLIDE'],'handleWheel':()=>!0x1};}let _0x11fde1=0x10/0x9;function _0x37a7c6(_0x3e9658,_0x5a9175=_0x11fde1){const _0x3695b9=_0x541376;let _0x1d1ea2=Math[_0x3695b9(0x51a)](0x1,_0x3e9658[_0x3695b9(0x4d3)]),_0x453008=Math[_0x3695b9(0x51a)](0x1,_0x3e9658[_0x3695b9(0x43b)]),_0x4e4cbf=Number[_0x3695b9(0x1ee)](_0x5a9175)&&_0x5a9175>0x0?_0x5a9175:_0x11fde1;return _0x1d1ea2/_0x453008>_0x4e4cbf?{'width':_0x453008*_0x4e4cbf,'height':_0x453008}:{'width':_0x1d1ea2,'height':_0x1d1ea2/_0x4e4cbf};}function _0x282215(_0x535366={}){const _0x3edd3f=_0x541376;let {unitId:_0x56859b,active$:_0x49c883}=_0x535366,_0x92f26e=(0x0,_0x54d9f7[_0x3edd3f(0x4a4)])(_0x49c883==null?null:_0x49c883,!0x0);return(0x0,_0x2030b6[_0x3edd3f(0x342)])(_0x5c4dce,{'children':[(0x0,_0x2030b6[_0x3edd3f(0x300)])(_0x5846f7['SlideCanvasView'],{'previewMode':!0x0,'unitId':_0x56859b}),_0x92f26e&&(0x0,_0x2030b6[_0x3edd3f(0x342)])(_0x2030b6[_0x3edd3f(0x776)],{'children':[(0x0,_0x2030b6[_0x3edd3f(0x300)])(_0x5846f7[_0x3edd3f(0x77f)],{}),(0x0,_0x2030b6['jsx'])(_0x5846f7[_0x3edd3f(0x223)],{})]})]});}function _0x3fbc71(_0x23e049={}){const _0x3ff12a=_0x541376;let {unitId:_0x466d30,render:_0x505ab5}=_0x23e049;return(0x0,_0x2030b6['jsx'])(_0x5c4dce,{'readonly':!0x0,'children':_0x466d30?(0x0,_0x2030b6[_0x3ff12a(0x300)])(_0x1d826a,{'unitId':_0x466d30,'render':_0x505ab5}):(0x0,_0x2030b6['jsx'])(_0x5846f7[_0x3ff12a(0x525)],{'previewMode':!0x0})});}function _0x1d826a(_0x4b975d){const _0x15d240=_0x541376;let {unitId:_0x9b9825,render:_0x3c425d}=_0x4b975d,_0x352a98=(0x0,_0x271c2b['useRef'])(null),_0x183144=(0x0,_0x54d9f7[_0x15d240(0x2de)])(_0x3adadb[_0x15d240(0x1a8)]);return(0x0,_0x271c2b[_0x15d240(0x5a2)])(()=>{const _0x8d5cea=_0x15d240;let _0x540b86=_0x352a98['current'];if(!_0x540b86)return;let _0xb4a8e2=_0x3c425d==null?_0x183144[_0x8d5cea(0x49f)](_0x9b9825):_0x3c425d;_0xb4a8e2&&(0x0,_0x5846f7[_0x8d5cea(0x562)])(_0xb4a8e2,_0x540b86);},[_0x3c425d,_0x183144,_0x9b9825]),(0x0,_0x2030b6[_0x15d240(0x300)])('div',{'ref':_0x352a98,'className':_0x15d240(0x6ab),'data-embed-slide-readonly-canvas-host':_0x15d240(0x3d3),'data-embed-child-render-unit-id':_0x9b9825});}function _0x5c4dce(_0x52767e){const _0x398fe0=_0x541376;let {children:_0x1cc347,readonly:_0x1051c1=!0x1}=_0x52767e,_0x2a90d6=(0x0,_0x271c2b[_0x398fe0(0x513)])(null),[_0x443b97,_0x11bcdf]=(0x0,_0x271c2b[_0x398fe0(0x749)])(null);return(0x0,_0x271c2b[_0x398fe0(0x5a2)])(()=>{const _0x2bfb5f=_0x398fe0;let _0x47c7dc=_0x2a90d6['current'];if(!_0x47c7dc)return;let _0x16f7b9=()=>{const _0x3f784f=_0x1eb6;let _0x5e310d=_0x47c7dc[_0x3f784f(0x3d7)]();_0x11bcdf(_0x37a7c6({'width':_0x5e310d[_0x3f784f(0x4d3)]||_0x47c7dc[_0x3f784f(0x4d8)],'height':_0x5e310d[_0x3f784f(0x43b)]||_0x47c7dc[_0x3f784f(0x31b)]}));};if(_0x16f7b9(),typeof ResizeObserver>'u')return;let _0x3b754b=new ResizeObserver(_0x16f7b9);return _0x3b754b[_0x2bfb5f(0xd8)](_0x47c7dc),()=>_0x3b754b[_0x2bfb5f(0x1b6)]();},[]),(0x0,_0x2030b6['jsx'])('div',{'ref':_0x2a90d6,'className':_0x398fe0(0xcb),'data-embed-slide-floating-preview':_0x398fe0(0x3d3),'data-embed-slide-readonly-floating-preview':_0x1051c1?_0x398fe0(0x3d3):void 0x0,'children':(0x0,_0x2030b6[_0x398fe0(0x300)])(_0x398fe0(0x7ab),{'className':_0x398fe0(0x11f),'data-embed-slide-floating-page-frame':'true','style':{'width':_0x443b97?_0x443b97[_0x398fe0(0x4d3)]+'px':_0x398fe0(0x176),'height':_0x443b97?_0x443b97[_0x398fe0(0x43b)]+'px':'100%'},'children':_0x1cc347})});}function _0x2da938(){const _0x33cff3=_0x541376;return{'childType':_0x1d2b2d[_0x33cff3(0x537)][_0x33cff3(0xdd)],'supportedLayouts':[_0x33cff3(0x58f),_0x33cff3(0x53f),_0x33cff3(0x352)],'beforeDeactivate':_0x13fdf,'mount':_0x19f0ec};}function _0x13fdf(_0x3163eb){const _0x40a4aa=_0x541376;let _0x2eec5c=_0x3163eb[_0x40a4aa(0x5e2)][_0x40a4aa(0x757)];if(!(_0x2eec5c!=null&&_0x2eec5c['has'](_0x5846f7['ISlideDrawingStateService'])))return;let _0x408634=_0x2eec5c[_0x40a4aa(0x63f)](_0x5846f7[_0x40a4aa(0x7ad)]);_0x408634['clearActiveEditing'](),_0x408634[_0x40a4aa(0x700)]();}function _0x19f0ec(_0x2e6e2c){const _0x57936e=_0x541376;if(!_0x2e6e2c['injector']['get'](_0x1d2b2d['IUniverInstanceService'])[_0x57936e(0x312)](_0x2e6e2c[_0x57936e(0x199)],_0x1d2b2d['UniverInstanceType'][_0x57936e(0xdd)]))return;let _0x3c5a6c=_0x2e6e2c['runtimeScope']['injector'];if(!_0x3c5a6c)return;let _0x136db7=_0x2e6e2c[_0x57936e(0x5e2)][_0x57936e(0x676)][_0x57936e(0x693)],_0x30f27b=_0x2e6e2c['runtimeScope']['roots'][_0x57936e(0x28f)],_0x28f63f=_0x2e6e2c[_0x57936e(0x757)]['get'](_0x3adadb['IRenderManagerService']),_0xd50441=_0x3c5b90(_0x2e6e2c),_0x584ef9=_0x30f27b?_0x5f0f20(_0x28f63f,_0x2e6e2c[_0x57936e(0x199)],_0x3c5a6c):void 0x0;if(_0x584ef9&&_0x30f27b&&!_0xd50441){try{var _0x2855dd,_0x107f04;(_0x2855dd=(_0x107f04=_0x584ef9[_0x57936e(0x39a)])[_0x57936e(0x1d5)])==null||_0x2855dd[_0x57936e(0x200)](_0x107f04);}catch{}_0x584ef9[_0x57936e(0x39a)][_0x57936e(0x3cb)](_0x30f27b),_0x21da59(_0x584ef9,{'activate':!0x0}),_0x30f27b[_0x57936e(0x54c)][_0x57936e(0x4ae)]=_0x2e6e2c['childUnitId'],_0x30f27b[_0x57936e(0x54c)][_0x57936e(0x5fc)]=_0x57936e(0x228);}let _0x1a026e=_0x3f2e2c(_0x136db7);return _0x136db7[_0x57936e(0x54c)][_0x57936e(0x4ae)]=_0x2e6e2c[_0x57936e(0x199)],_0x136db7['dataset']['embedChildRenderMode']=_0x57936e(0x493),_0x1a026e[_0x57936e(0x62b)]((0x0,_0x2030b6[_0x57936e(0x300)])(_0x32f46c,{'injector':_0x3c5a6c,'mountContainer':_0x2e6e2c[_0x57936e(0x5e2)][_0x57936e(0x676)][_0x57936e(0x303)],'embedId':_0x2e6e2c['embedId'],'children':_0xd50441?(0x0,_0x2030b6[_0x57936e(0x300)])(_0x282215,{'unitId':_0x2e6e2c['childUnitId'],'active$':_0x2e6e2c[_0x57936e(0x248)][_0x57936e(0x31e)]}):(0x0,_0x2030b6['jsx'])(_0x5846f7['SlideEmbedChildWorkbench'],{})})),(0x0,_0x1d2b2d[_0x57936e(0x212)])(()=>{const _0x5e26fb=_0x57936e;try{var _0x3d7957,_0x348deb;_0x584ef9==null||(_0x348deb=(_0x3d7957=_0x584ef9[_0x5e26fb(0x39a)])[_0x5e26fb(0x1d5)])==null||_0x348deb[_0x5e26fb(0x200)](_0x3d7957);}catch{}_0x28f63f['removeRender'](_0x2e6e2c[_0x5e26fb(0x199)]),_0x334c17(_0x1a026e),_0x136db7[_0x5e26fb(0x706)]&&(_0x136db7['removeAttribute']('data-embed-child-render-unit-id'),_0x136db7[_0x5e26fb(0x51c)](_0x5e26fb(0x723))),_0x30f27b!=null&&_0x30f27b[_0x5e26fb(0x706)]&&(_0x30f27b[_0x5e26fb(0x51c)](_0x5e26fb(0x165)),_0x30f27b['removeAttribute'](_0x5e26fb(0x723))),_0x3c5a6c['dispose']();});}function _0x3c5b90(_0x1ab48b){const _0x255212=_0x541376;return _0x1ab48b[_0x255212(0x248)][_0x255212(0x74b)]==='float'&&!_0x1ab48b[_0x255212(0x248)][_0x255212(0x428)]&&_0x1ab48b[_0x255212(0x5b1)]===_0x255212(0x53f);}let _0x23def3=class{constructor(_0x37c8f0,_0x3f8727){const _0x1cd1b7=_0x541376;this[_0x1cd1b7(0x427)]=_0x37c8f0,this['_renderManagerService']=_0x3f8727,_0x531548(this,'childType',_0x1d2b2d[_0x1cd1b7(0x537)][_0x1cd1b7(0xdd)]);}[_0x541376(0x2a0)](_0x371999){const _0x1069f6=_0x541376;var _0x4fa969,_0x2b65ef,_0x49823b;let _0x46ef85=this[_0x1069f6(0x48e)](_0x371999[_0x1069f6(0x199)]),_0x2b9254=(_0x4fa969=_0x46ef85==null||(_0x2b65ef=_0x46ef85[_0x1069f6(0x186)][_0x1069f6(0x3b4)]())==null?void 0x0:_0x2b65ef[_0x1069f6(0x64e)]())==null?'':_0x4fa969;return{'unitId':_0x371999[_0x1069f6(0x199)],'pageId':_0x2b9254,'scaleMode':_0x1069f6(0x149),'zoomRatio':_0x46ef85==null||(_0x49823b=_0x46ef85[_0x1069f6(0x55b)])==null?void 0x0:_0x49823b['call'](_0x46ef85)};}['restoreViewState'](_0x380f83,_0x55e4ea){const _0x104ca2=_0x541376;let _0x5a2310=this[_0x104ca2(0x48e)](_0x380f83[_0x104ca2(0x199)]);!_0x5a2310||!_0x55e4ea[_0x104ca2(0x678)]||!_0x5a2310['pageManager'][_0x104ca2(0x614)](_0x55e4ea['pageId'])||_0x5a2310[_0x104ca2(0x186)][_0x104ca2(0x1da)](_0x55e4ea['pageId']);}[_0x541376(0x52d)](_0x1d8712){const _0x3f7e11=_0x541376;var _0x43b4f8,_0x27abdd,_0xb88f3f;let _0x577985=this[_0x3f7e11(0x48e)](_0x1d8712['childUnitId']),_0x1b3a8d=(_0x43b4f8=_0x1d8712[_0x3f7e11(0x78c)])==null?void 0x0:_0x43b4f8[_0x3f7e11(0x678)];_0x577985&&_0x1b3a8d&&_0x577985[_0x3f7e11(0x186)][_0x3f7e11(0x614)](_0x1b3a8d)&&_0x577985[_0x3f7e11(0x186)][_0x3f7e11(0x1da)](_0x1b3a8d);let _0x553955=this[_0x3f7e11(0x32b)](_0x1d8712[_0x3f7e11(0x199)]),_0x1021d6=_0x553955==null||(_0x27abdd=_0x553955['engine'])==null||(_0xb88f3f=_0x27abdd[_0x3f7e11(0x54d)])==null?void 0x0:_0xb88f3f[_0x3f7e11(0x200)](_0x27abdd);if(_0x553955&&(!_0x1021d6||_0x1021d6['width']<=0x1||_0x1021d6[_0x3f7e11(0x43b)]<=0x1)&&(_0x1021d6=_0x53ec15(_0x553955,_0x1d8712['width'],_0x1d8712[_0x3f7e11(0x43b)])),!(!_0x1021d6||_0x1021d6[_0x3f7e11(0x4d3)]<=0x1||_0x1021d6['height']<=0x1||typeof _0x1021d6[_0x3f7e11(0x216)]!=_0x3f7e11(0x141)))try{var _0x283989,_0x48a3c9;let _0x8e8154=_0x577985?(0x0,_0x5846f7[_0x3f7e11(0x4d5)])(_0x577985[_0x3f7e11(0x11c)]()[_0x3f7e11(0x17a)]):void 0x0,_0x102a1a=_0x8e8154?_0x8e8154[_0x3f7e11(0x4d3)]/_0x8e8154[_0x3f7e11(0x43b)]:void 0x0,_0x24221b=(_0x283989=_0x5530e9(_0x553955,_0x1021d6[_0x3f7e11(0x4d3)],_0x1021d6[_0x3f7e11(0x43b)]))==null?_0x102a1a?_0xfe9a1b(_0x1021d6[_0x3f7e11(0x4d3)],_0x1021d6[_0x3f7e11(0x43b)],_0x102a1a):void 0x0:_0x283989;return(_0x48a3c9=_0x2e358c(_0x1021d6,_0x1d8712['width'],_0x1d8712[_0x3f7e11(0x43b)],_0x1d8712[_0x3f7e11(0x274)],_0x24221b))==null?_0x1021d6[_0x3f7e11(0x216)](_0x3f7e11(0x680)):_0x48a3c9;}catch{return;}}[_0x541376(0x48e)](_0x38c6bb){const _0x2bb7ad=_0x541376;var _0x42779f;return(_0x42779f=this[_0x2bb7ad(0x427)]['getUnit'](_0x38c6bb,_0x1d2b2d['UniverInstanceType'][_0x2bb7ad(0xdd)]))==null?void 0x0:_0x42779f;}['_getOrCreateRender'](_0x3b90af){const _0x10f9b4=_0x541376;let _0x1d2780=this[_0x10f9b4(0x29e)][_0x10f9b4(0x49f)](_0x3b90af);if(_0x1d2780)return _0x1d2780;try{return this[_0x10f9b4(0x29e)]['createRender'](_0x3b90af);}catch{return;}}};_0x23def3=_0x5972e7([_0x3e7510(0x0,_0x1d2b2d[_0x541376(0x47f)]),_0x3e7510(0x1,_0x3adadb[_0x541376(0x1a8)])],_0x23def3);function _0x53ec15(_0x21e293,_0x46738e,_0x417783){const _0x41a088=_0x541376;if(typeof document>'u')return;let _0x4638fe=_0x21e293['engine'],_0x4388df=_0x21e293[_0x41a088(0x703)];if(!(_0x4638fe!=null&&_0x4638fe[_0x41a088(0x1ec)])||!_0x4638fe[_0x41a088(0x44f)])return;let _0x593f2f=document[_0x41a088(0x47b)](_0x41a088(0x7ab));_0x593f2f[_0x41a088(0x44e)][_0x41a088(0x56a)]=_0x41a088(0x13c),_0x593f2f[_0x41a088(0x44e)]['left']=_0x41a088(0x150),_0x593f2f['style'][_0x41a088(0x1d9)]=_0x41a088(0x150),_0x593f2f[_0x41a088(0x44e)]['width']=Math[_0x41a088(0x51a)](0x1,Math[_0x41a088(0x15d)](_0x46738e))+'px',_0x593f2f[_0x41a088(0x44e)][_0x41a088(0x43b)]=Math['max'](0x1,Math[_0x41a088(0x15d)](_0x417783))+'px',_0x593f2f[_0x41a088(0x44e)]['pointerEvents']=_0x41a088(0x6ca),_0x593f2f[_0x41a088(0x54c)][_0x41a088(0x594)]='true',document[_0x41a088(0x5c1)][_0x41a088(0x21e)](_0x593f2f);try{var _0x589864,_0x5c03d2,_0x8f9624;return _0x4638fe[_0x41a088(0x1ec)](_0x593f2f),_0x4638fe['resize'](),_0x4388df==null||(_0x589864=_0x4388df[_0x41a088(0x275)])==null||_0x589864[_0x41a088(0x200)](_0x4388df,!0x0),_0x4388df==null||(_0x5c03d2=_0x4388df[_0x41a088(0x62b)])==null||_0x5c03d2[_0x41a088(0x200)](_0x4388df),(_0x8f9624=_0x4638fe[_0x41a088(0x54d)])==null?void 0x0:_0x8f9624['call'](_0x4638fe);}finally{_0x593f2f[_0x41a088(0x221)]();}}function _0xfe9a1b(_0x4aff47,_0x32bd90,_0x4e902b){const _0x68775e=_0x541376;let _0x2ee0f4=Math['max'](0x1,Math[_0x68775e(0x15d)](_0x4aff47)),_0x4e13e1=Math[_0x68775e(0x51a)](0x1,Math[_0x68775e(0x15d)](_0x32bd90));if(!Number[_0x68775e(0x1ee)](_0x4e902b)||_0x4e902b<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x2ee0f4,'sHeight':_0x4e13e1};if(_0x2ee0f4/_0x4e13e1>_0x4e902b){let _0x2f4970=Math['round'](_0x4e13e1*_0x4e902b);return{'sx':Math[_0x68775e(0x51a)](0x0,Math[_0x68775e(0x15d)]((_0x2ee0f4-_0x2f4970)/0x2)),'sy':0x0,'sWidth':_0x2f4970,'sHeight':_0x4e13e1};}let _0x2920e1=Math[_0x68775e(0x15d)](_0x2ee0f4/_0x4e902b);return{'sx':0x0,'sy':Math[_0x68775e(0x51a)](0x0,Math[_0x68775e(0x15d)]((_0x4e13e1-_0x2920e1)/0x2)),'sWidth':_0x2ee0f4,'sHeight':_0x2920e1};}function _0x4becfc(_0x123efe,_0x5c2094,_0x227325,_0x557502,_0x589ab4){const _0x2b7c42=_0x541376;if(typeof _0x227325[_0x2b7c42(0x407)]!='number'||typeof _0x227325[_0x2b7c42(0x1d9)]!=_0x2b7c42(0x3c4)||typeof _0x227325[_0x2b7c42(0x4d3)]!=_0x2b7c42(0x3c4)||typeof _0x227325[_0x2b7c42(0x43b)]!=_0x2b7c42(0x3c4)||_0x227325[_0x2b7c42(0x4d3)]<=0x0||_0x227325[_0x2b7c42(0x43b)]<=0x0)return;let _0x3c4978=Math[_0x2b7c42(0x51a)](0x0,Math['round'](_0x227325[_0x2b7c42(0x407)]*_0x557502)),_0x343770=Math[_0x2b7c42(0x51a)](0x0,Math[_0x2b7c42(0x15d)](_0x227325[_0x2b7c42(0x1d9)]*_0x589ab4));return{'sx':_0x3c4978,'sy':_0x343770,'sWidth':Math[_0x2b7c42(0x5a0)](Math[_0x2b7c42(0x51a)](0x1,Math['round'](_0x227325[_0x2b7c42(0x4d3)]*_0x557502)),Math[_0x2b7c42(0x51a)](0x1,Math[_0x2b7c42(0x15d)](_0x123efe-_0x3c4978))),'sHeight':Math[_0x2b7c42(0x5a0)](Math[_0x2b7c42(0x51a)](0x1,Math[_0x2b7c42(0x15d)](_0x227325[_0x2b7c42(0x43b)]*_0x589ab4)),Math['max'](0x1,Math['round'](_0x5c2094-_0x343770)))};}function _0x5530e9(_0x5017f0,_0x36b658,_0x4b8e7b){const _0x3d2fa9=_0x541376;var _0xbafefc,_0x16f115,_0x30a61d,_0x26f5c6,_0x3d738c,_0x1f7708;let _0x1479ee=_0x5017f0==null?void 0x0:_0x5017f0[_0x3d2fa9(0x703)],_0x5c4a4f=_0x1479ee==null||(_0xbafefc=_0x1479ee[_0x3d2fa9(0x736)])==null?void 0x0:_0xbafefc[_0x3d2fa9(0x200)](_0x1479ee,_0x5846f7[_0x3d2fa9(0x3f5)]),_0x4270f1=_0x1479ee==null||(_0x16f115=_0x1479ee[_0x3d2fa9(0x21c)])==null?void 0x0:_0x16f115[_0x3d2fa9(0x200)](_0x1479ee),_0x3f85e7=(_0x30a61d=(_0x26f5c6=_0x4270f1==null?void 0x0:_0x4270f1[_0x3d2fa9(0x3bc)])==null?_0x1479ee==null?void 0x0:_0x1479ee[_0x3d2fa9(0x3bc)]:_0x26f5c6)==null?0x1:_0x30a61d,_0x1d0329=(_0x3d738c=(_0x1f7708=_0x4270f1==null?void 0x0:_0x4270f1[_0x3d2fa9(0x242)])==null?_0x1479ee==null?void 0x0:_0x1479ee[_0x3d2fa9(0x242)]:_0x1f7708)==null?_0x3f85e7:_0x3d738c;return _0x5c4a4f?_0x4becfc(_0x36b658,_0x4b8e7b,_0x5c4a4f,_0x3f85e7,_0x1d0329):void 0x0;}function _0x2e358c(_0x24f2c4,_0xf0bf4d,_0x182f90,_0x44830a,_0x320f09){const _0x3d2345=_0x541376;if(typeof document>'u'||!_0x320f09)return;let _0x170726=document[_0x3d2345(0x47b)](_0x3d2345(0x28f));_0x170726['width']=Math[_0x3d2345(0x51a)](0x1,Math[_0x3d2345(0x15d)](_0xf0bf4d*Math[_0x3d2345(0x51a)](0x1,_0x44830a||0x1))),_0x170726['height']=Math['max'](0x1,Math[_0x3d2345(0x15d)](_0x182f90*Math[_0x3d2345(0x51a)](0x1,_0x44830a||0x1)));let _0x1d844e=null;try{_0x1d844e=_0x170726[_0x3d2345(0x1ac)]('2d');}catch{return;}if(_0x1d844e)return _0x1d844e['drawImage'](_0x24f2c4,_0x320f09['sx'],_0x320f09['sy'],_0x320f09['sWidth'],_0x320f09[_0x3d2345(0x39f)],0x0,0x0,_0x170726[_0x3d2345(0x4d3)],_0x170726[_0x3d2345(0x43b)]),_0x170726['toDataURL'](_0x3d2345(0x680));}function _0x4d232d(_0x5494b9,_0x3d5ded){const _0x16d888=_0x541376;let _0x14a8c2=!0x1,_0x4f9eda,_0x4f3a4f,_0x10a981,_0x1ec76e=_0x2d039d=>{const _0x304007=_0x1eb6;if(_0x14a8c2||_0x4f3a4f||!_0x2d039d[_0x304007(0x610)])return;let _0x691839=_0x553984(_0x2d039d[_0x304007(0x610)]);_0x691839&&(_0x4f9eda=_0x25f681(_0x3d5ded[_0x304007(0x645)],_0x4f9eda,_0x691839));},_0xaad295=_0x5494b9['previewService']['previewUpdated$'][_0x16d888(0x270)](_0x23a1e2=>{const _0x4b4768=_0x16d888;_0x23a1e2[_0x4b4768(0x333)]===_0x3d5ded[_0x4b4768(0x333)]&&(!_0x3d5ded[_0x4b4768(0x199)]||_0x23a1e2[_0x4b4768(0x199)]===_0x3d5ded[_0x4b4768(0x199)])&&_0x1ec76e(_0x23a1e2);});return _0x5889a9(_0x5494b9,_0x3d5ded)[_0x16d888(0x708)](_0x1ef114=>{const _0x56eef0=_0x16d888;if(_0x14a8c2||!_0x1ef114)return;let _0x4e3f50=_0x199d32();try{let _0x58c358=_0x5494b9['runtimeHostLeaseService'][_0x56eef0(0x47d)]({..._0x1ef114,'mode':_0x56eef0(0x250)},_0x4e3f50[_0x56eef0(0x71c)]);if(!_0x58c358[_0x56eef0(0xe7)][_0x56eef0(0x122)])throw _0x58c358[_0x56eef0(0x3b0)](),Error(_0x56eef0(0x72c));if(_0x14a8c2){_0x58c358[_0x56eef0(0x3b0)]();return;}_0x3352c4(_0x4e3f50[_0x56eef0(0x71c)]),_0x4f3a4f=_0x58c358,_0x10a981=_0x4e3f50,_0x4f9eda=void 0x0,_0x3d5ded[_0x56eef0(0x645)][_0x56eef0(0x4e0)](_0x4e3f50[_0x56eef0(0x201)]),_0x4e3f50[_0x56eef0(0xc3)](_0x418c0a(_0x5494b9,_0x58c358,_0x4e3f50[_0x56eef0(0x503)]));return;}catch{}_0x5c43db(_0x5494b9,_0x3d5ded,_0x1ef114,_0x1ec76e,()=>_0x14a8c2)[_0x56eef0(0x708)](_0x5d3c6d=>{const _0x2ff46e=_0x56eef0;!_0x14a8c2&&_0x5d3c6d&&(_0x4f9eda=_0x25f681(_0x3d5ded[_0x2ff46e(0x645)],_0x4f9eda,_0x5d3c6d));});},()=>{}),(0x0,_0x1d2b2d[_0x16d888(0x212)])(()=>{const _0x3fccaf=_0x16d888;_0x14a8c2=!0x0,_0xaad295['unsubscribe'](),_0x4f3a4f==null||_0x4f3a4f['dispose'](),_0x4f3a4f=void 0x0,_0x10a981==null||_0x10a981[_0x3fccaf(0x3b0)](),_0x10a981=void 0x0,_0x4f9eda==null||_0x4f9eda['remove'](),_0x4f9eda=void 0x0;});}async function _0x5889a9(_0x190af7,_0x579449){const _0x1b9be6=_0x541376;var _0x8f8e50;let _0x229b8a=(_0x8f8e50=_0x190af7[_0x1b9be6(0x53e)][_0x1b9be6(0x35e)](_0x579449[_0x1b9be6(0x142)],_0x579449[_0x1b9be6(0x333)]))==null?_0x227adb(_0x579449):_0x8f8e50;if(_0x229b8a){try{_0x229b8a=await _0x190af7['restoreService'][_0x1b9be6(0x127)]({'descriptor':_0x229b8a});}catch{}return _0x229b8a['childUnitId']&&_0x229b8a[_0x1b9be6(0x31c)]!=null?_0x229b8a:void 0x0;}}async function _0x5c43db(_0x78d09c,_0x51c4ee,_0x4f3769,_0x29b619,_0x382858){const _0x2531ff=_0x541376;var _0x582f84,_0xa5b628;let _0x442db6=await((_0x582f84=_0x78d09c['sceneCanvasCaptureService'])==null?void 0x0:_0x582f84[_0x2531ff(0x51d)](_0x51c4ee['hostAnchorId']));if(_0x382858())return;if(_0x442db6)return _0x553984(_0x442db6);let _0x3d85fa=_0x4f3769['childUnitId'],_0x104310=_0x4f3769['childType'];if(!_0x3d85fa||_0x104310==null)return;let _0x3f161a=(_0xa5b628=_0x78d09c[_0x2531ff(0x3f8)])==null?void 0x0:_0xa5b628[_0x2531ff(0x5ab)](_0x51c4ee['hostAnchorId']);_0x29b619(_0x78d09c[_0x2531ff(0x2fb)][_0x2531ff(0x4c5)]({'descriptor':{..._0x4f3769,'mode':_0x2531ff(0x250)},'childUnitId':_0x3d85fa,'childType':_0x104310,'width':Math[_0x2531ff(0x51a)](0x1,_0x51c4ee[_0x2531ff(0x4d3)]),'height':Math[_0x2531ff(0x51a)](0x1,_0x51c4ee[_0x2531ff(0x43b)]),'dpr':Math[_0x2531ff(0x51a)](0x1,Math[_0x2531ff(0x5a0)](0x2,_0x51c4ee[_0x2531ff(0x274)])),'reason':_0x2531ff(0xe1),'context':_0x3f161a}));}function _0x199d32(){const _0x4ab925=_0x541376;let _0x40a119=document[_0x4ab925(0x47b)](_0x4ab925(0x7ab));_0x40a119['dataset'][_0x4ab925(0x251)]=_0x4ab925(0x3d3),_0x40a119[_0x4ab925(0x44e)][_0x4ab925(0x56a)]='absolute',_0x40a119[_0x4ab925(0x44e)][_0x4ab925(0x5fd)]='0',_0x40a119['style'][_0x4ab925(0x46a)]=_0x4ab925(0xba),_0x40a119[_0x4ab925(0x44e)][_0x4ab925(0x353)]=_0x4ab925(0x3c3);let _0xef1ae6=document['createElement'](_0x4ab925(0x7ab));_0xef1ae6[_0x4ab925(0x54c)]['embedSlidesPresentationRuntime']=_0x4ab925(0x3d3),_0xef1ae6['style'][_0x4ab925(0x56a)]='absolute',_0xef1ae6[_0x4ab925(0x44e)]['inset']='0',_0xef1ae6[_0x4ab925(0x44e)][_0x4ab925(0x6c4)]='0',_0xef1ae6['style'][_0x4ab925(0x353)]=_0x4ab925(0x3c3),_0xef1ae6[_0x4ab925(0x44e)][_0x4ab925(0x557)]=_0x4ab925(0x6ca);let _0x33b0ad=document['createElement'](_0x4ab925(0x7ab));_0x33b0ad[_0x4ab925(0x54c)][_0x4ab925(0x5b4)]=_0x4ab925(0x3d3),_0x33b0ad[_0x4ab925(0x44e)]['position']='absolute',_0x33b0ad[_0x4ab925(0x44e)]['inset']='0',_0x33b0ad[_0x4ab925(0x44e)][_0x4ab925(0x6c4)]='1',_0x33b0ad[_0x4ab925(0x44e)]['pointerEvents']=_0x4ab925(0xb6),_0x33b0ad['style']['touchAction']=_0x4ab925(0x6ca),_0x40a119[_0x4ab925(0x47c)](_0xef1ae6,_0x33b0ad);let _0x5340ad=[];return{'surface':_0x40a119,'runtimeHost':_0xef1ae6,'interactionGate':_0x33b0ad,'addDisposer':_0xca703a=>_0x5340ad[_0x4ab925(0x400)](_0xca703a),'dispose':()=>{const _0x2e2914=_0x4ab925;_0x5340ad[_0x2e2914(0x5d9)](0x0)[_0x2e2914(0x4fc)]()['forEach'](_0x30bd11=>_0x30bd11()),_0x40a119[_0x2e2914(0x221)]();}};}function _0x3352c4(_0xcb001e){const _0x302a6f=_0x541376;_0xcb001e[_0x302a6f(0x44e)][_0x302a6f(0x557)]=_0x302a6f(0x6ca);}function _0x418c0a(_0x295b65,_0x5a520b,_0x45e110){const _0x5d46ac=_0x541376;let _0x509f4d=_0x524ea7=>{const _0x3b07fd=_0x1eb6;_0x524ea7['preventDefault'](),_0x524ea7[_0x3b07fd(0x160)]();},_0x31da92=_0x4af922=>{const _0x1ee5ff=_0x1eb6;var _0x37e3e0;if(_0x4af922[_0x1ee5ff(0xb5)]||_0x4af922[_0x1ee5ff(0x225)])return;let _0x10a776=_0x5a520b[_0x1ee5ff(0xe7)]['context'];if(!_0x10a776)return;let _0x557673={..._0x10a776,'event':_0x4af922,'stage':_0x1ee5ff(0x792),'source':'wheel'},_0x2e61bf=_0x295b65['passiveWheelHandlerRegistry'][_0x1ee5ff(0x75d)](_0x557673),_0x2348a5=_0x2e61bf?!0x1:((_0x37e3e0=_0x295b65[_0x1ee5ff(0x380)]['get'](_0x10a776[_0x1ee5ff(0x31c)],_0x10a776['layout']))==null?void 0x0:_0x37e3e0[_0x1ee5ff(0x75d)](_0x557673))===!0x0;(_0x2e61bf||_0x2348a5)&&(_0x4af922['preventDefault'](),_0x4af922['stopPropagation'](),_0x4af922[_0x1ee5ff(0x10b)]());},_0x630bfd=['pointerdown',_0x5d46ac(0x1a7),_0x5d46ac(0x264),_0x5d46ac(0xa5),'contextmenu'];return _0x630bfd[_0x5d46ac(0x187)](_0x33aa5d=>_0x45e110[_0x5d46ac(0x5b3)](_0x33aa5d,_0x509f4d)),_0x45e110[_0x5d46ac(0x5b3)](_0x5d46ac(0x491),_0x31da92,{'passive':!0x1}),()=>{const _0x5a53c0=_0x5d46ac;_0x630bfd['forEach'](_0x4a3a66=>_0x45e110[_0x5a53c0(0x355)](_0x4a3a66,_0x509f4d)),_0x45e110[_0x5a53c0(0x355)](_0x5a53c0(0x491),_0x31da92);};}function _0x227adb(_0x4ab99f){const _0xdb5e33=_0x541376;if(!(!_0x4ab99f[_0xdb5e33(0x199)]||_0x4ab99f['childType']==null))return{'embedId':_0x4ab99f['embedId'],'hostUnitId':_0x4ab99f['hostUnitId'],'hostType':_0x1d2b2d[_0xdb5e33(0x537)][_0xdb5e33(0xdd)],'entry':_0x4ab99f[_0xdb5e33(0x138)],'hostAnchorId':_0x4ab99f[_0xdb5e33(0x683)],'childUnitId':_0x4ab99f[_0xdb5e33(0x199)],'childType':_0x4ab99f[_0xdb5e33(0x31c)],'mode':_0xdb5e33(0x250),'source':{'unitType':_0x4ab99f['childType'],'ref':{'file':{'kind':_0xdb5e33(0x1f1)},'unit':{'selector':_0x4ab99f[_0xdb5e33(0x199)],'type':(0x0,_0x3f9f59[_0xdb5e33(0x551)])(_0x4ab99f[_0xdb5e33(0x31c)])}}},'sourceMeta':{'floating':_0x4ab99f['entry']===_0xdb5e33(0x42a)?{'enabled':!0x0,'layout':_0xdb5e33(0x352),'fullscreen':!0x1}:!0x1,'tab':_0x4ab99f[_0xdb5e33(0x138)]===_0xdb5e33(0x57f)?{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}:!0x1}};}function _0x553984(_0x2dc6ac){const _0x436474=_0x541376;if(typeof _0x2dc6ac==_0x436474(0x635))return _0x2dc6ac;if(typeof HTMLCanvasElement<'u'&&_0x2dc6ac instanceof HTMLCanvasElement)try{return _0x2dc6ac['toDataURL'](_0x436474(0x680));}catch{return;}if(typeof ImageBitmap<'u'&&_0x2dc6ac instanceof ImageBitmap&&typeof document<'u'){let _0x148af3=document[_0x436474(0x47b)](_0x436474(0x28f));_0x148af3[_0x436474(0x4d3)]=_0x2dc6ac[_0x436474(0x4d3)],_0x148af3[_0x436474(0x43b)]=_0x2dc6ac[_0x436474(0x43b)];let _0x36faca=_0x148af3[_0x436474(0x1ac)]('2d');return _0x36faca?(_0x36faca[_0x436474(0x77a)](_0x2dc6ac,0x0,0x0),_0x148af3[_0x436474(0x216)](_0x436474(0x680))):void 0x0;}}function _0x25f681(_0x47313d,_0x183728,_0x5c51cc){const _0x11433f=_0x541376;let _0x185491=_0x183728==null?document[_0x11433f(0x47b)](_0x11433f(0x455)):_0x183728;return _0x185491[_0x11433f(0x1e4)]='',_0x185491[_0x11433f(0x54c)][_0x11433f(0x37a)]='true',_0x185491[_0x11433f(0x44e)][_0x11433f(0x6da)]=_0x11433f(0xdb),_0x185491[_0x11433f(0x44e)][_0x11433f(0x4d3)]=_0x11433f(0x176),_0x185491[_0x11433f(0x44e)][_0x11433f(0x43b)]=_0x11433f(0x176),_0x185491[_0x11433f(0x44e)][_0x11433f(0x5bd)]=_0x11433f(0x35f),_0x185491[_0x11433f(0x44e)][_0x11433f(0x557)]=_0x11433f(0x6ca),_0x185491[_0x11433f(0x414)]=_0x5c51cc,_0x185491[_0x11433f(0x130)]!==_0x47313d&&_0x47313d[_0x11433f(0x4e0)](_0x185491),_0x185491;}let _0x535866=class{constructor(_0x45863f,_0x557fa0){const _0x232eb6=_0x541376;this['_instanceService']=_0x45863f,this[_0x232eb6(0x29e)]=_0x557fa0,_0x531548(this,_0x232eb6(0x31c),_0x1d2b2d[_0x232eb6(0x537)][_0x232eb6(0xdd)]),_0x531548(this,_0x232eb6(0x6e4),[_0x232eb6(0x53f)]);}['mount'](_0x845c5b){const _0x4345d5=_0x541376;var _0x3f8494;let _0x4c884a=this[_0x4345d5(0x48e)](_0x845c5b[_0x4345d5(0x199)]);if(!_0x4c884a)return;(_0x3f8494=_0x845c5b[_0x4345d5(0x78c)])!=null&&_0x3f8494[_0x4345d5(0x678)]&&_0x4c884a[_0x4345d5(0x186)]['getSlide'](_0x845c5b[_0x4345d5(0x78c)]['pageId'])&&_0x4c884a[_0x4345d5(0x186)][_0x4345d5(0x1da)](_0x845c5b['viewState'][_0x4345d5(0x678)]);let _0x455d1e=_0x45e7dd(_0x4a59bb(_0x845c5b));if(!_0x455d1e)return;let _0x4a6e62=_0x845c5b[_0x4345d5(0x676)]['canvas']?_0x5f0f20(this[_0x4345d5(0x29e)],_0x845c5b[_0x4345d5(0x199)],_0x455d1e):void 0x0;if(!_0x4a6e62){_0x455d1e['dispose']();return;}_0x845c5b[_0x4345d5(0x676)][_0x4345d5(0x28f)]&&(_0x845c5b[_0x4345d5(0x676)][_0x4345d5(0x28f)][_0x4345d5(0x54c)][_0x4345d5(0x4ae)]=_0x845c5b[_0x4345d5(0x199)],_0x845c5b[_0x4345d5(0x676)]['canvas'][_0x4345d5(0x54c)]['embedChildRenderMode']=_0x4345d5(0x4ec));let _0x12f670=_0x3f2e2c(_0x845c5b[_0x4345d5(0x676)]['content']);return _0x845c5b['roots'][_0x4345d5(0x693)]['dataset'][_0x4345d5(0x4ae)]=_0x845c5b['childUnitId'],_0x845c5b[_0x4345d5(0x676)][_0x4345d5(0x693)][_0x4345d5(0x54c)][_0x4345d5(0x5fc)]=_0x4345d5(0x280),_0x12f670['render']((0x0,_0x2030b6[_0x4345d5(0x300)])(_0x32f46c,{'injector':_0x455d1e,'mountContainer':_0x845c5b['roots'][_0x4345d5(0x6a1)],'embedId':_0x845c5b['embedId'],'children':(0x0,_0x2030b6[_0x4345d5(0x300)])(_0x3fbc71,{'unitId':_0x845c5b['childUnitId'],'render':_0x4a6e62})})),(0x0,_0x1d2b2d[_0x4345d5(0x212)])(()=>{const _0x40b22f=_0x4345d5;var _0x540f25,_0x1c2c75,_0x58c7aa,_0x3babf4;try{var _0x37040c,_0x266096;_0x4a6e62==null||(_0x266096=(_0x37040c=_0x4a6e62[_0x40b22f(0x39a)])[_0x40b22f(0x1d5)])==null||_0x266096['call'](_0x37040c);}catch{}(_0x540f25=(_0x1c2c75=this[_0x40b22f(0x29e)])[_0x40b22f(0x73c)])==null||_0x540f25[_0x40b22f(0x200)](_0x1c2c75,_0x845c5b[_0x40b22f(0x199)]),_0x334c17(_0x12f670),_0x845c5b['roots']['content']['removeAttribute'](_0x40b22f(0x165)),_0x845c5b[_0x40b22f(0x676)]['content'][_0x40b22f(0x51c)](_0x40b22f(0x723)),(_0x58c7aa=_0x845c5b[_0x40b22f(0x676)][_0x40b22f(0x28f)])==null||_0x58c7aa[_0x40b22f(0x51c)]('data-embed-child-render-unit-id'),(_0x3babf4=_0x845c5b[_0x40b22f(0x676)]['canvas'])==null||_0x3babf4[_0x40b22f(0x51c)](_0x40b22f(0x723)),_0x455d1e[_0x40b22f(0x3b0)]();});}[_0x541376(0x75d)](_0x3c5b7d){const _0x2d518f=_0x541376;var _0x1e1125,_0x504d60,_0x59f3b4;let _0x150386=this['_getSlideModel'](_0x3c5b7d[_0x2d518f(0x199)]);if(!_0x150386)return!0x1;let _0x47a621=Math['abs'](_0x3c5b7d[_0x2d518f(0x76d)][_0x2d518f(0x753)])>=Math[_0x2d518f(0x566)](_0x3c5b7d['event'][_0x2d518f(0x780)])?_0x3c5b7d[_0x2d518f(0x76d)]['deltaY']:_0x3c5b7d[_0x2d518f(0x76d)]['deltaX'];if(_0x47a621===0x0)return!0x1;let _0x152d0d=_0x3c1000(_0x150386);if(_0x152d0d[_0x2d518f(0x664)]<0x2)return!0x0;let _0x230991=(_0x1e1125=(_0x504d60=_0x150386[_0x2d518f(0x186)][_0x2d518f(0x3b4)]())==null?void 0x0:_0x504d60[_0x2d518f(0x64e)]())==null?_0x152d0d[0x0]:_0x1e1125,_0x22faa9=Math[_0x2d518f(0x51a)](0x0,_0x152d0d['indexOf'](_0x230991)),_0x4b8f0f=_0x152d0d[Math[_0x2d518f(0x51a)](0x0,Math['min'](_0x152d0d[_0x2d518f(0x664)]-0x1,_0x22faa9+(_0x47a621>0x0?0x1:-0x1)))];return!_0x4b8f0f||_0x4b8f0f===_0x230991?!0x0:(_0x150386[_0x2d518f(0x186)][_0x2d518f(0x1da)](_0x4b8f0f),_0x3c5b7d[_0x2d518f(0x66e)]({'unitId':_0x3c5b7d[_0x2d518f(0x199)],'pageId':_0x4b8f0f,'scaleMode':_0x2d518f(0x149),'zoomRatio':(_0x59f3b4=_0x150386['getZoomRatio'])==null?void 0x0:_0x59f3b4['call'](_0x150386)}),!0x0);}[_0x541376(0x48e)](_0x15ab8e){const _0x4f498e=_0x541376;var _0x1388d5;return(_0x1388d5=this['_instanceService'][_0x4f498e(0x312)](_0x15ab8e,_0x1d2b2d[_0x4f498e(0x537)]['UNIVER_SLIDE']))==null?void 0x0:_0x1388d5;}};_0x535866=_0x5972e7([_0x3e7510(0x0,_0x1d2b2d[_0x541376(0x47f)]),_0x3e7510(0x1,_0x3adadb[_0x541376(0x1a8)])],_0x535866);function _0x4a59bb(_0x43efb3){const _0x212e5a=_0x541376;let _0x53de31=()=>{};return{'descriptor':_0x43efb3['descriptor'],'layout':_0x43efb3[_0x212e5a(0x5b1)],'injector':_0x43efb3['injector'],'hostElement':_0x43efb3['roots']['root'],'container':_0x43efb3['roots'][_0x212e5a(0x6a1)],'hostUnitId':_0x43efb3[_0x212e5a(0x142)],'embedId':_0x43efb3[_0x212e5a(0x333)],'childUnitId':_0x43efb3[_0x212e5a(0x199)],'childType':_0x43efb3[_0x212e5a(0x31c)],'renderScope':{'hostUnitId':_0x43efb3[_0x212e5a(0x142)],'hostAnchorId':_0x43efb3[_0x212e5a(0x720)]['hostAnchorId'],'embedId':_0x43efb3['embedId'],'childUnitId':_0x43efb3[_0x212e5a(0x199)],'childType':_0x43efb3[_0x212e5a(0x31c)],'layout':_0x43efb3['layout'],'mode':_0x212e5a(0x729),'rootElement':_0x43efb3[_0x212e5a(0x676)]['root'],'contentRoot':_0x43efb3['roots']['content'],'canvasRoot':_0x43efb3[_0x212e5a(0x676)][_0x212e5a(0x28f)],'active$':(0x0,_0x4ec6cb['of'])(!0x1)},'runtimeScope':{'descriptor':_0x43efb3[_0x212e5a(0x720)],'host':{'unitId':_0x43efb3[_0x212e5a(0x142)],'type':_0x43efb3[_0x212e5a(0x720)]['hostType'],'anchorId':_0x43efb3[_0x212e5a(0x720)][_0x212e5a(0x683)],'entry':_0x43efb3['descriptor'][_0x212e5a(0x138)],'layout':_0x212e5a(0x729)},'child':{'unitId':_0x43efb3[_0x212e5a(0x199)],'type':_0x43efb3[_0x212e5a(0x31c)]},'injector':_0x43efb3[_0x212e5a(0x757)],'roots':{'root':_0x43efb3['roots'][_0x212e5a(0x6a1)],'content':_0x43efb3['roots'][_0x212e5a(0x693)],'canvas':_0x43efb3['roots'][_0x212e5a(0x28f)],'overlay':_0x43efb3[_0x212e5a(0x676)][_0x212e5a(0x6a1)],'popup':_0x43efb3[_0x212e5a(0x676)][_0x212e5a(0x6a1)]},'activate':_0x53de31,'deactivate':_0x53de31,'dispose':_0x53de31}};}function _0x3c1000(_0xe760c4){const _0x3fce87=_0x541376;var _0x19aeef,_0x3b2b28,_0x5bf768,_0x555c9a;let _0x3f413f=(_0x19aeef=_0xe760c4[_0x3fce87(0x11c)])==null?void 0x0:_0x19aeef['call'](_0xe760c4)['slideOrder'];return Array[_0x3fce87(0x145)](_0x3f413f)&&_0x3f413f['length']>0x0?_0x3f413f:(_0x3b2b28=(_0x5bf768=(_0x555c9a=_0xe760c4['pageManager'])[_0x3fce87(0x2bd)])==null?void 0x0:_0x5bf768[_0x3fce87(0x200)](_0x555c9a)[_0x3fce87(0x29b)](_0x56ce1b=>_0x56ce1b['getId']())[_0x3fce87(0x66c)](Boolean))==null?[]:_0x3b2b28;}function _0x259b6c(_0x4c136b){const _0x5630a2=_0x541376;_0x41af5a(_0x4c136b,_0x5630a2(0x22e),_0xf9409c);}function _0xf9409c(_0x5d71b0){const _0x5ea6ac=_0x541376;let _0x2aa0b0=_0x5d71b0[_0x5ea6ac(0x63f)](_0x3f9f59[_0x5ea6ac(0x4d0)]),_0xffc96d=_0x5d71b0[_0x5ea6ac(0x63f)](_0x264650),_0x3e5fb5=_0x5d71b0[_0x5ea6ac(0x63f)](_0x493044),_0x2ecffe=_0x5d71b0[_0x5ea6ac(0x63f)](_0x5a3470),_0xb24e5a=_0x5d71b0[_0x5ea6ac(0x63f)](_0xd7008),_0x2834be=_0x5d71b0[_0x5ea6ac(0x63f)](_0x263c89),_0x3486c2=_0x5d71b0[_0x5ea6ac(0x63f)](_0xa1e1a5),_0x651467=_0x5d71b0['get'](_0x4bf6e1),_0x54864d=_0x5d71b0[_0x5ea6ac(0x297)](_0x3f9f59[_0x5ea6ac(0x4c6)])?_0x5d71b0[_0x5ea6ac(0x63f)](_0x3f9f59[_0x5ea6ac(0x4c6)]):void 0x0,_0x1cf067=_0x5d71b0[_0x5ea6ac(0x297)](_0x1d2b2d[_0x5ea6ac(0x47f)])?_0x5d71b0[_0x5ea6ac(0x63f)](_0x1d2b2d[_0x5ea6ac(0x47f)]):void 0x0;_0x5d71b0['has'](_0x5846f7[_0x5ea6ac(0x4d6)])||_0x5d71b0[_0x5ea6ac(0x60d)]([_0x5846f7[_0x5ea6ac(0x4d6)],{'useFactory':()=>_0x4a3ea8({'embedModelService':_0x5d71b0[_0x5ea6ac(0x63f)](_0x3f9f59[_0x5ea6ac(0x56e)]),'mountService':_0x5d71b0[_0x5ea6ac(0x63f)](_0x372c4a),'activationService':_0x5d71b0[_0x5ea6ac(0x63f)](_0x499887),'restoreService':_0x5d71b0[_0x5ea6ac(0x63f)](_0x7d5b09),'previewService':_0x5d71b0['get'](_0x263c89),'runtimeHostLeaseService':_0x5d71b0[_0x5ea6ac(0x63f)](_0x3cf0be),'passiveViewportRegistry':_0x5d71b0[_0x5ea6ac(0x63f)](_0xa1e1a5),'passiveWheelHandlerRegistry':_0x5d71b0[_0x5ea6ac(0x63f)](_0x46b5bb),'sceneCanvasCaptureService':_0x5d71b0[_0x5ea6ac(0x297)](_0x2bbf14)?_0x5d71b0[_0x5ea6ac(0x63f)](_0x2bbf14):void 0x0})}]),_0x5d71b0[_0x5ea6ac(0x297)](_0x5846f7[_0x5ea6ac(0x2a9)])||_0x5d71b0[_0x5ea6ac(0x60d)]([_0x5846f7[_0x5ea6ac(0x2a9)],{'useFactory':()=>_0x5d71b0[_0x5ea6ac(0x63f)](_0x3324bc)}]),_0x5d71b0[_0x5ea6ac(0x297)](_0x5846f7['ISlideEmbedMountService'])||_0x5d71b0['add']([_0x5846f7['ISlideEmbedMountService'],{'useFactory':()=>_0x5d71b0['get'](_0x372c4a)}]),_0x5d71b0[_0x5ea6ac(0x297)](_0x5846f7[_0x5ea6ac(0x20f)])||_0x5d71b0['add']([_0x5846f7['ISlideEmbedActivationService'],{'useFactory':()=>_0x5d71b0[_0x5ea6ac(0x63f)](_0x499887)}]),_0x5d71b0['has'](_0x5846f7[_0x5ea6ac(0x4bd)])||_0x5d71b0[_0x5ea6ac(0x60d)]([_0x5846f7['ISlideEmbedFocusOwnerService'],{'useFactory':()=>_0x5d71b0[_0x5ea6ac(0x63f)](_0x3f9f59[_0x5ea6ac(0xd9)])}]),_0x5d71b0['has'](_0x5846f7[_0x5ea6ac(0x351)])||_0x5d71b0[_0x5ea6ac(0x60d)]([_0x5846f7[_0x5ea6ac(0x351)],{'useFactory':()=>_0x5d71b0['get'](_0x4af2a7)}]),_0x5d71b0[_0x5ea6ac(0x297)](_0x5846f7[_0x5ea6ac(0x721)])||_0x5d71b0['add']([_0x5846f7['ISlideEmbedFloatDomRenderer'],{'useFactory':()=>({'render':_0xd36211=>(0x0,_0x271c2b[_0x5ea6ac(0x47b)])(_0x285e7e,{..._0xd36211,'data':_0xd36211['data']})})}]),[(0x0,_0x3f9f59['createSlidesFloatingObjectHostAdapterContribution'])(_0x54864d,_0x1cf067,()=>_0x5d71b0['has'](_0x3132c4[_0x5ea6ac(0xf0)])?_0x5d71b0[_0x5ea6ac(0x63f)](_0x3132c4[_0x5ea6ac(0xf0)]):void 0x0),_0x487b7b(_0x54864d,_0x1cf067,_0x5d71b0[_0x5ea6ac(0x63f)](_0x5846f7[_0x5ea6ac(0x4d6)]))][_0x5ea6ac(0x187)](_0x349f4f=>{const _0x281ad9=_0x5ea6ac;_0x2aa0b0[_0x281ad9(0x63f)](_0x349f4f[_0x281ad9(0x431)],_0x349f4f[_0x281ad9(0x138)])||_0x2aa0b0[_0x281ad9(0x745)](_0x349f4f);}),[_0x4ec143(),_0x2acf2e()][_0x5ea6ac(0x187)](_0x39c42d=>{const _0xb2c6fe=_0x5ea6ac;_0xffc96d[_0xb2c6fe(0x63f)](_0x39c42d['hostType'],_0x39c42d['entry'])||_0xffc96d[_0xb2c6fe(0x745)](_0x39c42d);});let _0x3cd586=_0x2da938();_0x3e5fb5[_0x5ea6ac(0x63f)](_0x3cd586[_0x5ea6ac(0x31c)])||_0x3e5fb5[_0x5ea6ac(0x745)](_0x3cd586);let _0x3f567a=_0x118684();_0x2ecffe[_0x5ea6ac(0x63f)](_0x3f567a['childType'])||_0x2ecffe[_0x5ea6ac(0x745)](_0x3f567a),_0xbb8b4e()[_0x5ea6ac(0x187)](_0x5efd22=>{const _0x62e420=_0x5ea6ac;_0xb24e5a[_0x62e420(0x50c)](_0x5efd22['hostType'],_0x5efd22[_0x62e420(0x138)],_0x5efd22['childType'])||_0xb24e5a[_0x62e420(0x745)](_0x5efd22);}),_0x2834be['registerProvider'](_0x5d71b0[_0x5ea6ac(0x7a7)](_0x23def3)),_0x3486c2[_0x5ea6ac(0x63f)](_0x1d2b2d[_0x5ea6ac(0x537)]['UNIVER_SLIDE'])||_0x3486c2[_0x5ea6ac(0x745)](_0x235dbc()),_0x651467[_0x5ea6ac(0x63f)](_0x1d2b2d[_0x5ea6ac(0x537)][_0x5ea6ac(0xdd)])||_0x651467[_0x5ea6ac(0x745)](_0x5d71b0[_0x5ea6ac(0x7a7)](_0x535866));}function _0x4a3ea8(_0x54709f){const _0x5a39d3=_0x541376;return{'mountPageList':_0x559fb0=>{const _0x1ecbbc=_0x1eb6;var _0x4cd135,_0xce1387;let _0x1a88bb={'embedId':_0x559fb0[_0x1ecbbc(0x333)],'hostUnitId':_0x559fb0[_0x1ecbbc(0x142)],'hostType':_0x1d2b2d[_0x1ecbbc(0x537)][_0x1ecbbc(0xdd)],'entry':_0x1ecbbc(0x57f),'hostAnchorId':_0x559fb0['hostAnchorId'],'childUnitId':_0x559fb0[_0x1ecbbc(0x199)],'childType':_0x559fb0[_0x1ecbbc(0x31c)],'source':{'unitType':_0x559fb0['childType'],'ref':{'file':{'kind':_0x1ecbbc(0x1f1)},'unit':{'selector':_0x559fb0[_0x1ecbbc(0x199)],'type':(0x0,_0x3f9f59['toResourceRefUnitType'])(_0x559fb0[_0x1ecbbc(0x31c)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x1ecbbc(0x603),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x1c021d=(_0x4cd135=(_0xce1387=_0x54709f[_0x1ecbbc(0x174)])[_0x1ecbbc(0x21a)])==null?void 0x0:_0x4cd135['call'](_0xce1387,_0x559fb0[_0x1ecbbc(0x333)]);return(_0x1c021d==null?void 0x0:_0x1c021d['hostUnitId'])===_0x559fb0['hostUnitId']&&_0x1c021d[_0x1ecbbc(0x138)]===_0x1ecbbc(0x57f)&&_0x1c021d[_0x1ecbbc(0x199)]===_0x559fb0[_0x1ecbbc(0x199)]?(_0x54709f[_0x1ecbbc(0x3e5)][_0x1ecbbc(0x373)](_0x1a88bb),(0x0,_0x1d2b2d[_0x1ecbbc(0x212)])(()=>{})):(_0x54709f[_0x1ecbbc(0x174)][_0x1ecbbc(0x3cb)](_0x1a88bb),_0x54709f[_0x1ecbbc(0x3e5)][_0x1ecbbc(0x373)](_0x1a88bb),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0x49856e=_0x1ecbbc;_0x54709f[_0x49856e(0x3e5)][_0x49856e(0x205)](_0x559fb0['embedId']),_0x54709f[_0x49856e(0x174)]['unmount'](_0x559fb0[_0x49856e(0x333)]);}));},'mountFloatingObject':_0x28f18a=>{const _0x4c8c00=_0x1eb6;var _0x2ca4ee;let _0xe8a950=(_0x2ca4ee=_0x54709f['embedModelService']['getDescriptor'](_0x28f18a['hostUnitId'],_0x28f18a['embedId']))==null?{'embedId':_0x28f18a['embedId'],'hostUnitId':_0x28f18a[_0x4c8c00(0x142)],'hostType':_0x1d2b2d[_0x4c8c00(0x537)]['UNIVER_SLIDE'],'entry':_0x4c8c00(0x42a),'hostAnchorId':_0x28f18a[_0x4c8c00(0x683)],'childUnitId':_0x28f18a['childUnitId'],'childType':_0x28f18a[_0x4c8c00(0x31c)],'source':{'unitType':_0x28f18a['childType'],'ref':{'file':{'kind':_0x4c8c00(0x1f1)},'unit':{'selector':_0x28f18a['childUnitId'],'type':(0x0,_0x3f9f59[_0x4c8c00(0x551)])(_0x28f18a['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x4c8c00(0x352),'fullscreen':!0x0},'tab':!0x1}}:_0x2ca4ee;return _0x54709f[_0x4c8c00(0x174)][_0x4c8c00(0x5a1)](_0xe8a950,_0x28f18a[_0x4c8c00(0x645)]),(0x0,_0x1d2b2d[_0x4c8c00(0x212)])(()=>{_0x54709f['mountService']['unmount'](_0x28f18a['embedId']);});},'clearAndUnmount':_0x353c24=>{const _0x2ffd85=_0x1eb6;_0x54709f['activationService']['clearTab'](_0x353c24),_0x54709f[_0x2ffd85(0x174)]['unmount'](_0x353c24);},'unmountFloatingSessions':_0x2ca13d=>{const _0x36d783=_0x1eb6;_0x54709f[_0x36d783(0x174)][_0x36d783(0x260)]()[_0x36d783(0x66c)](_0x5113f4=>_0x5113f4[_0x36d783(0x142)]===_0x2ca13d&&_0x5113f4['entry']===_0x36d783(0x42a))[_0x36d783(0x187)](_0x4a8250=>_0x54709f['mountService'][_0x36d783(0x1d5)](_0x4a8250[_0x36d783(0x333)]));},'listSessions':()=>_0x54709f['mountService'][_0x5a39d3(0x260)]()[_0x5a39d3(0x29b)](_0x23b15a=>({'embedId':_0x23b15a[_0x5a39d3(0x333)],'hostUnitId':_0x23b15a['hostUnitId'],'entry':_0x23b15a[_0x5a39d3(0x138)],'childType':_0x23b15a[_0x5a39d3(0x31c)],'childUnitId':_0x23b15a[_0x5a39d3(0x199)]})),'capturePreviewByHostAnchorId':async _0x395935=>{const _0x2bb9b1=_0x5a39d3;var _0x20f86d;let _0x46a9b7=await((_0x20f86d=_0x54709f['sceneCanvasCaptureService'])==null?void 0x0:_0x20f86d[_0x2bb9b1(0x51d)](_0x395935));return _0x46a9b7?_0x553984(_0x46a9b7):void 0x0;},'mountPresentationEmbed':_0x38401a=>_0x4d232d(_0x54709f,_0x38401a)};}function _0x107b4d(_0x9cc53e){_0xddf736(_0x9cc53e),_0x17a026(_0x9cc53e),_0x259b6c(_0x9cc53e),_0x4bcb76(_0x9cc53e),_0x3f5f9c(_0x9cc53e);}let _0x5dd92f=[0x0,0x10,0x64,0x12c,0x3e8];async function _0x2995a8(_0x50ef38,_0x332bd1){const _0x2d8c38=_0x541376;var _0x2fc3a5,_0x3cc015,_0x122375;let {instanceService:_0x143f65,childUnitId:_0x4a8e0d,childType:_0x277a02,restoreUnitId:_0x7ad49e,shouldRestore:_0x3960d5,settleDelayMs:_0x3cc3c7=0x10,deferredRestoreDelaysMs:_0x8cf124=_0x7ad49e?_0x5dd92f:[]}=_0x50ef38,_0x32735d=_0x143f65['getCurrentUnitOfType'](_0x277a02),_0xf23478=(_0x2fc3a5=(_0x3cc015=_0x143f65[_0x2d8c38(0x607)]())==null?void 0x0:_0x3cc015[_0x2d8c38(0x660)]())==null?null:_0x2fc3a5,_0x328d07=(_0x122375=_0xf23478==null?_0x7ad49e:_0xf23478)==null?null:_0x122375;_0x143f65[_0x2d8c38(0x135)](_0x4a8e0d),_0x143f65[_0x2d8c38(0x78b)](_0x4a8e0d);let _0x33a76a=()=>{const _0x596927=_0x2d8c38;_0x3960d5&&!_0x3960d5()||(_0x32735d&&_0x32735d['getUnitId']()!==_0x4a8e0d&&_0x143f65['setCurrentUnitForType'](_0x32735d[_0x596927(0x660)]()),_0x7ad49e&&_0x143f65['setCurrentUnitForType'](_0x7ad49e),_0x143f65[_0x596927(0x78b)](_0x328d07));};try{let _0x40bf76=await _0x332bd1();return _0x3cc3c7>0x0&&await _0x31c44b(_0x3cc3c7),_0x40bf76;}finally{_0x33a76a(),_0x12ed1c(_0x33a76a,_0x8cf124);}}function _0x31c44b(_0x114ba7){return new Promise(_0x264f7a=>setTimeout(_0x264f7a,_0x114ba7));}function _0x12ed1c(_0x2b38a8,_0x560436){const _0x1b710b=_0x541376;_0x560436[_0x1b710b(0x187)](_0x179852=>{const _0x47b6ed=_0x1b710b;globalThis[_0x47b6ed(0x38b)](_0x2b38a8,_0x179852);});}let _0x59ce28=new WeakMap(),_0x4ec893=0x0;function _0x3002ec(_0x178042,_0x4a6270){const _0x1b1256=_0x541376;return _0x178042[_0x1b1256(0x297)](_0x286d6f)?_0x178042['get'](_0x286d6f)['register'](_0x4a6270):_0x190d5d(_0x178042,_0x4a6270);}function _0x26273b(_0x134e9a){const _0x527441=_0x541376;if(!_0x134e9a[_0x527441(0x297)](_0x286d6f))return;let _0x35bfc5=_0x59ce28[_0x527441(0x63f)](_0x134e9a);_0x35bfc5!=null&&_0x35bfc5[_0x527441(0x194)]&&([..._0x35bfc5[_0x527441(0x2d2)]()]['sort']((_0x3a8c7a,_0x4c2292)=>_0x3a8c7a[_0x527441(0x535)]-_0x4c2292[_0x527441(0x535)])[_0x527441(0x187)](({contribution:_0x593449})=>_0x3002ec(_0x134e9a,_0x593449)),_0x59ce28[_0x527441(0x6fe)](_0x134e9a));}function _0x190d5d(_0x62ab01,_0x5123d1){const _0x6e5be5=_0x541376;var _0x4b63a6;let _0x2c6774={'contribution':_0x5123d1,'index':_0x4ec893++},_0x3fc5b2=_0x2ede8e(_0x5123d1,_0x2c6774[_0x6e5be5(0x535)]),_0x365b9c=_0x62ab01,_0x337231=(_0x4b63a6=_0x59ce28[_0x6e5be5(0x63f)](_0x365b9c))==null?new Map():_0x4b63a6;return _0x337231[_0x6e5be5(0x2e2)](_0x3fc5b2,_0x2c6774),_0x59ce28['set'](_0x365b9c,_0x337231),(0x0,_0x1d2b2d['toDisposable'])(()=>{const _0xa8dfae=_0x6e5be5;let _0x3f7e52=_0x59ce28[_0xa8dfae(0x63f)](_0x365b9c);(_0x3f7e52==null?void 0x0:_0x3f7e52[_0xa8dfae(0x63f)](_0x3fc5b2))===_0x2c6774&&_0x3f7e52[_0xa8dfae(0x6fe)](_0x3fc5b2);});}function _0x2ede8e(_0x4194e6,_0x5b8805){const _0x29516e=_0x541376;return _0x4194e6['id']?_0x4194e6['childType']+':'+_0x4194e6['id']:_0x4194e6[_0x29516e(0x31c)]+':anonymous:'+_0x5b8805;}let _0x286d6f=class{constructor(_0x2ef7e0,_0x3dfd92){const _0x44bd30=_0x541376;this[_0x44bd30(0x775)]=_0x2ef7e0,this['_focusCoordinator']=_0x3dfd92,_0x531548(this,_0x44bd30(0x473),new Map()),_0x531548(this,_0x44bd30(0x744),0x0);}['register'](_0x457453){const _0x4dc106=_0x541376;var _0x531384;if(_0x457453['id']&&this[_0x4dc106(0x32e)](_0x457453[_0x4dc106(0x31c)],_0x457453['id']))return(0x0,_0x1d2b2d[_0x4dc106(0x212)])(()=>{});let _0x7b7585={'contribution':_0x457453,'index':this[_0x4dc106(0x744)]++},_0x3190a4=(_0x531384=this[_0x4dc106(0x473)]['get'](_0x457453[_0x4dc106(0x31c)]))==null?[]:_0x531384;return _0x3190a4[_0x4dc106(0x400)](_0x7b7585),_0x3190a4[_0x4dc106(0x1d8)](_0x49dc0e),this[_0x4dc106(0x473)][_0x4dc106(0x2e2)](_0x457453['childType'],_0x3190a4),(0x0,_0x1d2b2d[_0x4dc106(0x212)])(()=>{const _0x30a6c4=_0x4dc106;let _0x10ca65=this[_0x30a6c4(0x473)][_0x30a6c4(0x63f)](_0x457453[_0x30a6c4(0x31c)]);if(!_0x10ca65)return;let _0x289db1=_0x10ca65[_0x30a6c4(0x66c)](_0x3ce64c=>_0x3ce64c!==_0x7b7585);_0x289db1['length']?this[_0x30a6c4(0x473)][_0x30a6c4(0x2e2)](_0x457453['childType'],_0x289db1):this[_0x30a6c4(0x473)][_0x30a6c4(0x6fe)](_0x457453[_0x30a6c4(0x31c)]);});}['getAll'](_0x5e9bfd){const _0x53e8c5=_0x541376;var _0x4e9627;return((_0x4e9627=this['_contributions'][_0x53e8c5(0x63f)](_0x5e9bfd))==null?[]:_0x4e9627)['map'](_0x51a683=>_0x51a683['contribution']);}async[_0x541376(0x6af)](_0x501b1b){const _0x4af965=_0x541376;let _0x5eb02d=this[_0x4af965(0x227)](_0x501b1b[_0x4af965(0x31c)]);_0x5eb02d['length']&&await _0x2995a8({'instanceService':this[_0x4af965(0x775)]['get'](_0x1d2b2d[_0x4af965(0x47f)]),'childUnitId':_0x501b1b['childUnitId'],'childType':_0x501b1b[_0x4af965(0x31c)],'restoreUnitId':_0x501b1b['restoreUnitId'],'settleDelayMs':_0x501b1b[_0x4af965(0x172)],'shouldRestore':()=>!this[_0x4af965(0x2f6)][_0x4af965(0x140)](_0x501b1b[_0x4af965(0x199)])},async()=>{const _0x42ab05=_0x4af965;for(let _0x2af24c of _0x5eb02d)_0x2af24c['prepare']&&await _0x2af24c[_0x42ab05(0x6af)]({'injector':this[_0x42ab05(0x775)],'childUnitId':_0x501b1b[_0x42ab05(0x199)],'childType':_0x501b1b[_0x42ab05(0x31c)],'descriptor':_0x501b1b[_0x42ab05(0x720)]});});}[_0x541376(0x32e)](_0x584dc9,_0x31cbe7){const _0x22e80f=_0x541376;var _0x3ce675;return((_0x3ce675=this[_0x22e80f(0x473)][_0x22e80f(0x63f)](_0x584dc9))==null?[]:_0x3ce675)[_0x22e80f(0x40b)](_0x193c84=>_0x193c84[_0x22e80f(0x1d4)]['id']===_0x31cbe7);}};_0x286d6f=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d[_0x541376(0xee)])),_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x4af2a7))],_0x286d6f);function _0x49dc0e(_0x214bc9,_0x96a82c){const _0x22625c=_0x541376;var _0x3c2054,_0x2c540b;return((_0x3c2054=_0x214bc9[_0x22625c(0x1d4)][_0x22625c(0x563)])==null?_0x214bc9[_0x22625c(0x535)]:_0x3c2054)-((_0x2c540b=_0x96a82c[_0x22625c(0x1d4)][_0x22625c(0x563)])==null?_0x96a82c[_0x22625c(0x535)]:_0x2c540b)||_0x214bc9[_0x22625c(0x535)]-_0x96a82c[_0x22625c(0x535)];}function _0xf25ef9(){return[];}let _0x390850=class{constructor(_0x5b6682,_0x103223){const _0x415a36=_0x541376;this['_focusOwnerService']=_0x5b6682,this[_0x415a36(0x2b8)]=_0x103223;}[_0x541376(0x2b6)](_0x47fe18){const _0x3147f9=_0x541376;let _0x1b7cd7=this[_0x3147f9(0x534)](_0x47fe18[_0x3147f9(0x2c8)]);return this[_0x3147f9(0x2b8)][_0x3147f9(0x542)]({..._0x47fe18,'unitID':_0x1b7cd7}),{'stackUnitId':_0x1b7cd7,'routedToHost':_0x1b7cd7!==_0x47fe18[_0x3147f9(0x2c8)]};}[_0x541376(0x534)](_0x590f49){const _0x178191=_0x541376;let _0x43693f=this[_0x178191(0x1d1)][_0x178191(0x391)]();return!_0x43693f||_0x43693f['childUnitId']!==_0x590f49?_0x590f49:_0x43693f[_0x178191(0x142)];}};_0x390850=_0x5972e7([_0x3e7510(0x0,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x3f9f59[_0x541376(0xd9)])),_0x3e7510(0x1,_0x1d2b2d[_0x541376(0x182)])],_0x390850);let _0x582232=class extends _0x1d2b2d['Plugin']{constructor(_0x1a224c=_0x5ed4ac,_0x5c3298,_0x394139){const _0x5912b8=_0x541376;super(),this[_0x5912b8(0x206)]=_0x1a224c,this[_0x5912b8(0x775)]=_0x5c3298,this['_configService']=_0x394139;let {..._0x14324e}=(0x0,_0x1d2b2d['merge'])({},_0x5ed4ac,this[_0x5912b8(0x206)]);this[_0x5912b8(0x495)][_0x5912b8(0x26d)](_0x5912b8(0x5fa),_0x14324e);}[_0x541376(0x144)](){const _0x46a7d1=_0x541376;this[_0x46a7d1(0x79a)](),this['_registerServices'](),this[_0x46a7d1(0x16b)](),this[_0x46a7d1(0x754)](),this[_0x46a7d1(0x5ed)](),this[_0x46a7d1(0x1af)](),this['_touchServices'](),this['_registerDefaultHostToolbar']();}[_0x541376(0x552)](){const _0x557deb=_0x541376;this[_0x557deb(0x5ed)]();}['_registerServices'](){const _0x466cbf=_0x541376;[[_0x264650],[_0x7d5b09],[_0x286d6f],[_0x5d0c82],[_0x499887],[_0x493044],[_0x5a3470],[_0x3324bc],[_0x74a5b6],[_0xd7008],[_0x263c89],[_0xb23ba6],[_0xe673a5],[_0x50202c],[_0xd7aa10],[_0x5a9356],[_0x86b3cb],[_0xb47ad7],[_0x50a3b2],[_0x372c4a],[_0x26678e],[_0x46b5bb],[_0xa1e1a5],[_0x11311e],[_0x4bf6e1],[_0x11a84b],[_0x4af2a7],[_0x3cf0be],[_0x2bbf14],[_0x390850]][_0x466cbf(0x187)](_0x2a7a78=>this[_0x466cbf(0x775)][_0x466cbf(0x60d)](_0x2a7a78)),this[_0x466cbf(0x775)]['has'](_0x172457['IDocEmbedInteractionBoundaryService'])||this[_0x466cbf(0x775)]['add']([_0x172457[_0x466cbf(0x7aa)],{'useFactory':()=>this[_0x466cbf(0x775)][_0x466cbf(0x63f)](_0x5a9356)}]),this['_injector'][_0x466cbf(0x297)](_0x172457['IDocEmbedRuntimeFocusCoordinator'])||this['_injector'][_0x466cbf(0x60d)]([_0x172457[_0x466cbf(0x365)],{'useFactory':()=>this['_injector']['get'](_0x4af2a7)}]),this[_0x466cbf(0x775)]['has'](_0x4f3cc5['ISheetEmbedInteractionBoundaryService'])||this[_0x466cbf(0x775)]['add']([_0x4f3cc5[_0x466cbf(0x3c7)],{'useFactory':()=>this[_0x466cbf(0x775)][_0x466cbf(0x63f)](_0x5a9356)}]),this[_0x466cbf(0x775)][_0x466cbf(0x297)](_0x4f3cc5[_0x466cbf(0x53d)])||this[_0x466cbf(0x775)][_0x466cbf(0x60d)]([_0x4f3cc5[_0x466cbf(0x53d)],{'useFactory':()=>this['_injector']['get'](_0x4af2a7)}]),this[_0x466cbf(0x775)][_0x466cbf(0x297)](_0x4f3cc5['ISheetEmbedFloatingGeometryService'])||this[_0x466cbf(0x775)]['add']([_0x4f3cc5[_0x466cbf(0x129)],{'useFactory':()=>this[_0x466cbf(0x775)]['get'](_0x74a5b6)}]);}[_0x541376(0x754)](){const _0xdc1741=_0x541376;_0x4bda9b(this[_0xdc1741(0x775)])[_0xdc1741(0x187)](_0x1d8fd4=>this[_0xdc1741(0x291)](_0x1d8fd4));}[_0x541376(0x16b)](){const _0x21780a=_0x541376;_0x107b4d(this[_0x21780a(0x775)]);}['_flushPendingContributions'](){const _0x5e466f=_0x541376;_0x30ae67(this[_0x5e466f(0x775)]),_0x142d82(this[_0x5e466f(0x775)]),_0x26273b(this['_injector']);}[_0x541376(0x1af)](){const _0x517f95=_0x541376;var _0x2801bc;let _0x53c63b=this['_injector'][_0x517f95(0x63f)](_0xd7008);((_0x2801bc=this[_0x517f95(0x206)][_0x517f95(0x5ae)])==null?void 0x0:_0x2801bc[_0x517f95(0x19d)])!==!0x1&&_0xf25ef9()[_0x517f95(0x187)](_0x4d2e18=>{const _0xba0a58=_0x517f95;_0x53c63b[_0xba0a58(0x50c)](_0x4d2e18['hostType'],_0x4d2e18[_0xba0a58(0x138)],_0x4d2e18[_0xba0a58(0x31c)])||_0x53c63b[_0xba0a58(0x745)](_0x4d2e18);});}[_0x541376(0x74f)](){const _0x195af6=_0x541376;(0x0,_0x1d2b2d['touchDependencies'])(this[_0x195af6(0x775)],[[_0x264650],[_0x7d5b09],[_0x286d6f],[_0x5d0c82],[_0x499887],[_0x493044],[_0x5a3470],[_0x3324bc],[_0xd7008],[_0x263c89],[_0xb23ba6],[_0xe673a5],[_0x50202c],[_0xd7aa10],[_0x86b3cb],[_0xb47ad7],[_0x50a3b2],[_0x372c4a],[_0x26678e],[_0x46b5bb],[_0xa1e1a5],[_0x11311e],[_0x4bf6e1],[_0x11a84b],[_0x4af2a7],[_0x3cf0be],[_0x2bbf14],[_0x390850]]);}['_registerDefaultHostToolbar'](){const _0x18f305=_0x541376;var _0x511b0c;((_0x511b0c=this[_0x18f305(0x206)]['defaults'])==null?void 0x0:_0x511b0c[_0x18f305(0x424)])!==!0x1&&this['disposeWithMe'](this['_injector']['get'](_0x54d9f7[_0x18f305(0x2cf)])[_0x18f305(0x587)](_0x54d9f7[_0x18f305(0x66b)][_0x18f305(0x679)],()=>_0x4ceeeb));}['_enableEmbedUnitLeasePolicy'](){const _0x2699ab=_0x541376;this[_0x2699ab(0x775)][_0x2699ab(0x63f)](_0x3f9f59['EmbedUnitLeasePolicyService'])[_0x2699ab(0x189)]();}};_0x531548(_0x582232,_0x541376(0x739),'UNIVER_EMBED_UI_PLUGIN'),_0x531548(_0x582232,'packageName',_0x1569f6),_0x531548(_0x582232,_0x541376(0x42c),_0x39b6b6),_0x531548(_0x582232,_0x541376(0x2bf),_0x1d2b2d[_0x541376(0x537)][_0x541376(0x5d6)]),_0x582232=_0x5972e7([(0x0,_0x1d2b2d['DependentOn'])(_0x3f9f59[_0x541376(0x6c6)],_0x54d9f7['UniverUIPlugin']),_0x3e7510(0x1,(0x0,_0x1d2b2d[_0x541376(0xcc)])(_0x1d2b2d[_0x541376(0xee)])),_0x3e7510(0x2,_0x1d2b2d['IConfigService'])],_0x582232),Object['defineProperty'](_0x1ae96f,_0x541376(0xc4),{'enumerable':!0x0,'get':function(){return _0x499887;}}),_0x1ae96f[_0x541376(0x28c)]=_0x493044,_0x1ae96f[_0x541376(0x40f)]=_0xe673a5,_0x1ae96f['EmbedHostContainerRegistryService']=_0x264650,_0x1ae96f['EmbedHostMenuOverrideService']=_0x50202c,Object[_0x541376(0x4e7)](_0x1ae96f,_0x541376(0x2bb),{'enumerable':!0x0,'get':function(){return _0x7d5b09;}}),Object[_0x541376(0x4e7)](_0x1ae96f,_0x541376(0x282),{'enumerable':!0x0,'get':function(){return _0x372c4a;}}),Object[_0x541376(0x4e7)](_0x1ae96f,_0x541376(0x712),{'enumerable':!0x0,'get':function(){return _0x582232;}}),_0x1ae96f['registerEmbedProductMenuContribution']=_0x51b254;}));
1
+ function _0x511b(_0x262939,_0x290300){_0x262939=_0x262939-0xb4;const _0x58f147=_0x58f1();let _0x511b0b=_0x58f147[_0x262939];return _0x511b0b;}(function(_0x4081ca,_0x4efa2e){const _0x29c784=_0x511b,_0x2082ee=_0x4081ca();while(!![]){try{const _0x31deb1=-parseInt(_0x29c784(0x716))/0x1+parseInt(_0x29c784(0x70a))/0x2+parseInt(_0x29c784(0x406))/0x3+parseInt(_0x29c784(0x135))/0x4+parseInt(_0x29c784(0x663))/0x5+parseInt(_0x29c784(0x515))/0x6+parseInt(_0x29c784(0x703))/0x7*(-parseInt(_0x29c784(0x6ca))/0x8);if(_0x31deb1===_0x4efa2e)break;else _0x2082ee['push'](_0x2082ee['shift']());}catch(_0xf29f62){_0x2082ee['push'](_0x2082ee['shift']());}}}(_0x58f1,0x9506e),function(_0x5be538,_0x212807){const _0x13b770=_0x511b;typeof exports==_0x13b770(0x294)&&typeof module<'u'?_0x212807(exports,require('@univerjs-pro/embed'),require('@univerjs-pro/license'),require('@univerjs/core'),require('@univerjs/docs-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('@univerjs/design'),require('react'),require('rxjs'),require('@univerjs-pro/boards'),require('@univerjs-pro/boards-ui'),require('react/jsx-runtime'),require('@univerjs/docs'),require('@univerjs/engine-render'),require('@univerjs-pro/docs-table-ui'),require('@univerjs-pro/bases-ui'),require('@univerjs-pro/bases'),require('react-dom'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-outline-ui'),require('@univerjs-pro/sheets-pivot-ui'),require('@univerjs-pro/sheets-print'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-note-ui'),require('@univerjs/sheets-numfmt-ui'),require('@univerjs/sheets-sort-ui'),require('@univerjs/sheets-table-ui'),require('@univerjs/sheets-thread-comment-ui'),require('@univerjs/sheets'),require('@univerjs-pro/slides'),require('@univerjs-pro/slides-ui')):typeof define==_0x13b770(0x52a)&&define[_0x13b770(0x169)]?define(_0x13b770(0x536)[_0x13b770(0x2bb)]('.'),_0x212807):(_0x5be538=typeof globalThis<'u'?globalThis:_0x5be538||self,_0x212807(_0x5be538[_0x13b770(0x71a)]={},_0x5be538['UniverProEmbed'],_0x5be538[_0x13b770(0x46d)],_0x5be538[_0x13b770(0x529)],_0x5be538['UniverDocsUi'],_0x5be538[_0x13b770(0x364)],_0x5be538[_0x13b770(0x1c1)],_0x5be538['UniverDesign'],_0x5be538['React'],_0x5be538['rxjs'],_0x5be538[_0x13b770(0x2b7)],_0x5be538[_0x13b770(0x672)],_0x5be538[_0x13b770(0x33a)],_0x5be538[_0x13b770(0x74d)],_0x5be538['UniverEngineRender'],_0x5be538[_0x13b770(0x110)],_0x5be538[_0x13b770(0x53b)],_0x5be538[_0x13b770(0x1d5)],_0x5be538[_0x13b770(0x4fe)],_0x5be538[_0x13b770(0x57d)],_0x5be538[_0x13b770(0x142)],_0x5be538[_0x13b770(0x2fa)],_0x5be538[_0x13b770(0x4f1)],_0x5be538[_0x13b770(0x106)],_0x5be538[_0x13b770(0x73d)],_0x5be538[_0x13b770(0x2a6)],_0x5be538[_0x13b770(0x5e7)],_0x5be538[_0x13b770(0x40f)],_0x5be538[_0x13b770(0x783)],_0x5be538[_0x13b770(0x59c)],_0x5be538['UniverSheetsNoteUi'],_0x5be538[_0x13b770(0x2a2)],_0x5be538[_0x13b770(0x512)],_0x5be538['UniverSheetsTableUi'],_0x5be538['UniverSheetsThreadCommentUi'],_0x5be538[_0x13b770(0x639)],_0x5be538['UniverProSlides'],_0x5be538[_0x13b770(0x72f)]));}(this,function(_0x227add,_0x73305e,_0x37a008,_0x4a1c51,_0x16f5e7,_0x558462,_0x1468c8,_0x536b6f,_0x4f18af,_0x416516,_0x27f87e,_0x48316b,_0x258aa1,_0x4a8aca,_0x1b1b3f,_0xb53eea,_0x481ca6,_0x392e11,_0x37166e,_0x87bfc2,_0x2030f9,_0x459715,_0x188698,_0x4dab1b,_0x457df6,_0x2a7860,_0x46e4f7,_0x4eff06,_0x1928c2,_0x113394,_0x5bac22,_0x148747,_0x415e9a,_0x29c604,_0x4bbfac,_0x37e97b,_0x44478d,_0x5cfc91){const _0x118bac=_0x511b;Object[_0x118bac(0x677)](_0x227add,Symbol[_0x118bac(0x758)],{'value':'Module'});var _0x3eb694=_0x118bac(0x52b),_0x30b4e5='1.0.0-alpha.8';function _0x366e5c({ref:_0x1e3a9f,..._0x98c3f8}){const _0x3bed39=_0x118bac;let {icon:_0x40ad08,id:_0x509bc5,className:_0x298798,extend:_0x2234a5,..._0x3c675d}=_0x98c3f8,_0x1b5854=('univerjs-icon\x20univerjs-icon-'+_0x509bc5+'\x20'+(_0x298798||''))['trim'](),_0x5869f6=(0x0,_0x4f18af[_0x3bed39(0x4b8)])('_'+_0x3fe798());return _0x20b55c(_0x40ad08,''+_0x509bc5,{'defIds':_0x40ad08[_0x3bed39(0x1c5)],'idSuffix':_0x5869f6[_0x3bed39(0x67d)]},{'ref':_0x1e3a9f,'className':_0x1b5854,..._0x3c675d},_0x2234a5);}function _0x20b55c(_0x327cd2,_0x4198c8,_0x542b4c,_0x3be9da,_0x322bd4){const _0x2e7c8c=_0x118bac;return(0x0,_0x4f18af[_0x2e7c8c(0x4c7)])(_0x327cd2['tag'],{'key':_0x4198c8,..._0x5ac7b1(_0x327cd2,_0x542b4c,_0x322bd4),..._0x3be9da},(_0x2c6c68(_0x327cd2,_0x542b4c)[_0x2e7c8c(0x3de)]||[])[_0x2e7c8c(0x734)]((_0x52fefe,_0x446975)=>_0x20b55c(_0x52fefe,_0x4198c8+'-'+_0x327cd2[_0x2e7c8c(0x437)]+'-'+_0x446975,_0x542b4c,void 0x0,_0x322bd4)));}function _0x5ac7b1(_0x30d354,_0x3068ac,_0x1328f1){const _0x495893=_0x118bac;let _0x4d7d98={..._0x30d354[_0x495893(0x6e5)]};_0x1328f1!=null&&_0x1328f1['colorChannel1']&&_0x4d7d98['fill']==='colorChannel1'&&(_0x4d7d98[_0x495893(0x628)]=_0x1328f1[_0x495893(0x183)]),_0x1328f1!=null&&_0x1328f1[_0x495893(0x183)]&&_0x4d7d98[_0x495893(0x48b)]==='colorChannel1'&&(_0x4d7d98[_0x495893(0x48b)]=_0x1328f1['colorChannel1']),_0x30d354[_0x495893(0x437)]===_0x495893(0x13a)&&_0x4d7d98['id']&&(_0x4d7d98['id']+=_0x3068ac['idSuffix']),Object[_0x495893(0x683)](_0x4d7d98)[_0x495893(0x362)](([_0x2bdb96,_0x1ac8b2])=>{const _0x314836=_0x495893;_0x2bdb96==='mask'&&typeof _0x1ac8b2=='string'&&(_0x4d7d98[_0x2bdb96]=_0x1ac8b2['replace'](/url\(#(.*)\)/,'url(#$1'+_0x3068ac[_0x314836(0x4ec)]+')'));});let {defIds:_0x33d209}=_0x3068ac;return!_0x33d209||_0x33d209[_0x495893(0x51d)]===0x0?_0x4d7d98:(_0x30d354['tag']===_0x495893(0x380)&&_0x4d7d98['xlink:href']&&(_0x4d7d98['xlink:href']+=_0x3068ac[_0x495893(0x4ec)]),Object[_0x495893(0x683)](_0x4d7d98)[_0x495893(0x362)](([_0x5c35a6,_0x1e68ef])=>{const _0x11549b=_0x495893;typeof _0x1e68ef==_0x11549b(0x1b3)&&(_0x4d7d98[_0x5c35a6]=_0x1e68ef[_0x11549b(0x49d)](/url\(#(.*)\)/,_0x11549b(0x1da)+_0x3068ac[_0x11549b(0x4ec)]+')'));}),_0x4d7d98);}function _0x2c6c68(_0x346f57,_0x19b012){const _0x3a5db1=_0x118bac;var _0x3ebc48;let {defIds:_0x1bbdbc}=_0x19b012;return!_0x1bbdbc||_0x1bbdbc[_0x3a5db1(0x51d)]===0x0?_0x346f57:_0x346f57[_0x3a5db1(0x437)]==='defs'&&(_0x3ebc48=_0x346f57['children'])!=null&&_0x3ebc48[_0x3a5db1(0x51d)]?{..._0x346f57,'children':_0x346f57[_0x3a5db1(0x3de)]['map'](_0x86ba2b=>typeof _0x86ba2b['attrs']['id']==_0x3a5db1(0x1b3)&&_0x1bbdbc&&_0x1bbdbc[_0x3a5db1(0x2a5)](_0x86ba2b['attrs']['id'])?{..._0x86ba2b,'attrs':{..._0x86ba2b[_0x3a5db1(0x6e5)],'id':_0x86ba2b[_0x3a5db1(0x6e5)]['id']+_0x19b012[_0x3a5db1(0x4ec)]}}:_0x86ba2b)}:_0x346f57;}function _0x3fe798(){const _0x642bfe=_0x118bac;return Math[_0x642bfe(0x715)]()[_0x642bfe(0x2ec)](0x24)['substring'](0x2,0x8);}_0x366e5c[_0x118bac(0x131)]='UniverIcon';let _0x153ca3={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':'M1.3999\x2013.6999C1.3999\x2013.3685\x201.66853\x2013.0999\x201.9999\x2013.0999H13.9999C14.3313\x2013.0999\x2014.5999\x2013.3685\x2014.5999\x2013.6999C14.5999\x2014.0312\x2014.3313\x2014.2999\x2013.9999\x2014.2999H1.9999C1.66853\x2014.2999\x201.3999\x2014.0312\x201.3999\x2013.6999Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x62d),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M7.9999\x2010.5671C8.33127\x2010.5671\x208.5999\x2010.2985\x208.5999\x209.96714V2.30047C8.5999\x201.9691\x208.33127\x201.70047\x207.9999\x201.70047C7.66853\x201.70047\x207.3999\x201.9691\x207.3999\x202.30047V9.96714C7.3999\x2010.2985\x207.66853\x2010.5671\x207.9999\x2010.5671Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x361ae3=(0x0,_0x4f18af['forwardRef'])(function(_0x4e8b46,_0x4c121c){const _0x3b4de9=_0x118bac;return(0x0,_0x4f18af[_0x3b4de9(0x4c7)])(_0x366e5c,Object['assign']({},_0x4e8b46,{'id':_0x3b4de9(0x63a),'ref':_0x4c121c,'icon':_0x153ca3}));});_0x361ae3['displayName']=_0x118bac(0x2d8);let _0x113033={'tag':'svg','attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x118bac(0x469)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M8.22957\x205.47839C8.30034\x205.50767\x208.36664\x205.55107\x208.42417\x205.6086L10.4242\x207.6086C10.6585\x207.84291\x2010.6585\x208.22281\x2010.4242\x208.45713C10.1899\x208.69144\x209.80995\x208.69144\x209.57564\x208.45713L8.5999\x207.48139V13.6995C8.5999\x2014.0309\x208.33127\x2014.2995\x207.9999\x2014.2995C7.66853\x2014.2995\x207.3999\x2014.0309\x207.3999\x2013.6995V7.48139L6.42417\x208.45713C6.18985\x208.69144\x205.80995\x208.69144\x205.57564\x208.45713C5.34132\x208.22281\x205.34132\x207.84291\x205.57564\x207.6086L7.57541\x205.60882C7.7522\x205.43203\x208.01209\x205.38841\x208.22957\x205.47839Z'}}]},_0x536f17=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x2a9c9f,_0xcefedf){const _0x44d8ac=_0x118bac;return(0x0,_0x4f18af[_0x44d8ac(0x4c7)])(_0x366e5c,Object['assign']({},_0x2a9c9f,{'id':_0x44d8ac(0x3bd),'ref':_0xcefedf,'icon':_0x113033}));});_0x536f17[_0x118bac(0x131)]=_0x118bac(0x259);let _0x4647c2={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0x6fc),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1c0),'transform':'matrix(-1\x200\x200\x201\x2020\x200)','fillRule':'evenodd','clipRule':'evenodd'}}]},_0x4b1c20=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x67f80b,_0x7e9fa2){const _0x1baff1=_0x118bac;return(0x0,_0x4f18af[_0x1baff1(0x4c7)])(_0x366e5c,Object[_0x1baff1(0x5ad)]({},_0x67f80b,{'id':_0x1baff1(0x603),'ref':_0x7e9fa2,'icon':_0x4647c2}));});_0x4b1c20[_0x118bac(0x131)]=_0x118bac(0x2e6);let _0x29e1ee={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0x6fc),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1c0),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x1e4f73=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x23364b,_0x5b96dc){const _0x2888dc=_0x118bac;return(0x0,_0x4f18af[_0x2888dc(0x4c7)])(_0x366e5c,Object[_0x2888dc(0x5ad)]({},_0x23364b,{'id':_0x2888dc(0x1ca),'ref':_0x5b96dc,'icon':_0x29e1ee}));});_0x1e4f73['displayName']=_0x118bac(0x34d);let _0x57ec28={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.5999\x202.2001C2.5999\x201.86873\x202.33127\x201.6001\x201.9999\x201.6001C1.66853\x201.6001\x201.3999\x201.86873\x201.3999\x202.2001V13.8001C1.3999\x2014.1315\x201.66853\x2014.4001\x201.9999\x2014.4001C2.33127\x2014.4001\x202.5999\x2014.1315\x202.5999\x2013.8001V2.2001Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M14.5999\x202.2001C14.5999\x201.86873\x2014.3313\x201.6001\x2013.9999\x201.6001C13.6685\x201.6001\x2013.3999\x201.86873\x2013.3999\x202.2001V13.8001C13.3999\x2014.1315\x2013.6685\x2014.4001\x2013.9999\x2014.4001C14.3313\x2014.4001\x2014.5999\x2014.1315\x2014.5999\x2013.8001V2.2001Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2b5)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x652)}}]},_0x4e90b2=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0xc34821,_0x339fa0){const _0x537ef5=_0x118bac;return(0x0,_0x4f18af[_0x537ef5(0x4c7)])(_0x366e5c,Object[_0x537ef5(0x5ad)]({},_0xc34821,{'id':_0x537ef5(0x620),'ref':_0x339fa0,'icon':_0x57ec28}));});_0x4e90b2[_0x118bac(0x131)]=_0x118bac(0x65b);let _0x21c40f={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x76f),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x3766fc=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x55934c,_0x301f4e){const _0x2e5471=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x2e5471(0x5ad)]({},_0x55934c,{'id':'bold-icon','ref':_0x301f4e,'icon':_0x21c40f}));});_0x3766fc['displayName']='BoldIcon';let _0xb268d={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x118bac(0xcb),'width':'1em','height':'1em'},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.59219\x201.3667C1.70853\x201.3667\x200.992188\x202.08304\x200.992188\x202.9667V4.9667C0.992188\x205.85036\x201.70853\x206.5667\x202.59219\x206.5667H11.2694C12.1531\x206.5667\x2012.8694\x205.85036\x2012.8694\x204.9667V4.79985H13.8075V8.18642C13.8075\x208.38777\x2013.6579\x208.55773\x2013.4581\x208.58321L7.10511\x209.39341C6.30618\x209.4953\x205.70752\x2010.1752\x205.70752\x2010.9806V14.0332C5.70752\x2014.3646\x205.97615\x2014.6332\x206.30752\x2014.6332C6.63889\x2014.6332\x206.90752\x2014.3646\x206.90752\x2014.0332V10.9806C6.90752\x2010.7792\x207.05718\x2010.6092\x207.25692\x2010.5838L13.6099\x209.77356C14.4089\x209.67168\x2015.0075\x208.99182\x2015.0075\x208.18642V4.19985C15.0075\x203.86848\x2014.7389\x203.59985\x2014.4075\x203.59985H12.8694V2.9667C12.8694\x202.08304\x2012.1531\x201.3667\x2011.2694\x201.3667H2.59219ZM2.19219\x202.9667C2.19219\x202.74579\x202.37127\x202.5667\x202.59219\x202.5667H11.2694C11.4903\x202.5667\x2011.6694\x202.74579\x2011.6694\x202.9667V4.9667C11.6694\x205.18761\x2011.4903\x205.3667\x2011.2694\x205.3667H2.59219C2.37127\x205.3667\x202.19219\x205.18761\x202.19219\x204.9667V2.9667Z','fillRule':'evenodd','clipRule':_0x118bac(0x6fb)}}]},_0x4b92d6=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x2cab6d,_0x554da3){const _0x497adf=_0x118bac;return(0x0,_0x4f18af[_0x497adf(0x4c7)])(_0x366e5c,Object['assign']({},_0x2cab6d,{'id':_0x497adf(0x5a4),'ref':_0x554da3,'icon':_0xb268d}));});_0x4b92d6[_0x118bac(0x131)]='BrushIcon';let _0x40fa73={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M12.5939\x201.13916L10.6607\x201.1392C9.55628\x201.13922\x208.66093\x202.03448\x208.66077\x203.13893L8.66063\x204.19191C8.66059\x204.52328\x208.92918\x204.79194\x209.26055\x204.79199C9.59192\x204.79204\x209.86059\x204.52344\x209.86063\x204.19207L9.86077\x203.13909C9.86084\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x2012.8612C13.394\x2013.303\x2013.0358\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86063\x2013.303\x209.86063\x2012.8612V11.8084C9.86063\x2011.4771\x209.592\x2011.2084\x209.26063\x2011.2084C8.92926\x2011.2084\x208.66063\x2011.4771\x208.66063\x2011.8084V12.8612C8.66063\x2013.9658\x209.55606\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3f5)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x19b)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3fa)}}]},_0x19754f=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x48c3f7,_0x19fe5b){const _0x38e821=_0x118bac;return(0x0,_0x4f18af[_0x38e821(0x4c7)])(_0x366e5c,Object['assign']({},_0x48c3f7,{'id':_0x38e821(0x18a),'ref':_0x19fe5b,'icon':_0x40fa73}));});_0x19754f['displayName']='CancelMergeIcon';let _0x4e3e39={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x4c8),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x297afb=(0x0,_0x4f18af['forwardRef'])(function(_0x4e8d63,_0x3ca4bc){const _0x4f0226=_0x118bac;return(0x0,_0x4f18af[_0x4f0226(0x4c7)])(_0x366e5c,Object[_0x4f0226(0x5ad)]({},_0x4e8d63,{'id':_0x4f0226(0x710),'ref':_0x3ca4bc,'icon':_0x4e3e39}));});_0x297afb[_0x118bac(0x131)]=_0x118bac(0x4e5);let _0x50f023={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6a8)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x23a)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x70c)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2ae),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x2a8a74=(0x0,_0x4f18af['forwardRef'])(function(_0x747c85,_0xfc9883){const _0x4ee060=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x4ee060(0x5ad)]({},_0x747c85,{'id':_0x4ee060(0x4ef),'ref':_0xfc9883,'icon':_0x50f023}));});_0x2a8a74[_0x118bac(0x131)]=_0x118bac(0x4f7);let _0x13665e={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'stroke':_0x118bac(0x6b4),'d':_0x118bac(0x17d),'strokeLinecap':_0x118bac(0x3ee),'strokeLinejoin':_0x118bac(0x3ee),'strokeWidth':1.2}}]},_0xfa9a16=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x139a00,_0xfe0bde){const _0x2bd029=_0x118bac;return(0x0,_0x4f18af[_0x2bd029(0x4c7)])(_0x366e5c,Object['assign']({},_0x139a00,{'id':_0x2bd029(0x27e),'ref':_0xfe0bde,'icon':_0x13665e}));});_0xfa9a16['displayName']=_0x118bac(0x51b);let _0x3862b6={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0x22e),'width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x565),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x4f1ddc=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0xb703f8,_0x5c9e1c){const _0x58d749=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x58d749(0x5ad)]({},_0xb703f8,{'id':_0x58d749(0x143),'ref':_0x5c9e1c,'icon':_0x3862b6}));});_0x4f1ddc['displayName']='FilterIcon';let _0x4cd992={'tag':'svg','attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M5.91296\x206.82256L5.89774\x206.82237L2.83868\x206.8223C1.89982\x206.82228\x201.13874\x206.06119\x201.13872\x205.12234L1.13867\x203.32265C1.13865\x202.38375\x201.89977\x201.62261\x202.83866\x201.62261L5.90639\x201.62259L5.91296\x201.62256L5.91953\x201.62259L10.0821\x201.62258L10.0868\x201.62256L10.0914\x201.62258L13.1607\x201.62256C14.0996\x201.62256\x2014.8607\x202.38368\x2014.8607\x203.32256V5.12253C14.8607\x206.06143\x2014.0996\x206.82256\x2013.1607\x206.82253L10.0975\x206.82246L10.0868\x206.82256L10.076\x206.82246L5.92815\x206.82237L5.91296\x206.82256ZM10.6868\x205.62248L13.1607\x205.62253C13.4368\x205.62254\x2013.6607\x205.39868\x2013.6607\x205.12253V3.32256C13.6607\x203.04642\x2013.4368\x202.82256\x2013.1607\x202.82256L10.6868\x202.82257V5.62248ZM9.48679\x202.82258V5.62245L6.51296\x205.62238V2.82259L9.48679\x202.82258ZM5.31296\x202.8226V5.62236L2.8387\x205.6223C2.56257\x205.62229\x202.33872\x205.39845\x202.33872\x205.12231L2.33867\x203.32262C2.33867\x203.04647\x202.56252\x202.82261\x202.83867\x202.82261L5.31296\x202.8226Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x36b),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x748de7=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x49fc79,_0x5f4a9f){const _0x3f7e8c=_0x118bac;return(0x0,_0x4f18af[_0x3f7e8c(0x4c7)])(_0x366e5c,Object['assign']({},_0x49fc79,{'id':'horizontal-merge-icon','ref':_0x5f4a9f,'icon':_0x4cd992}));});_0x748de7[_0x118bac(0x131)]=_0x118bac(0x237);let _0x8521f9={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':'M3.33315\x205.56641C3.00178\x205.56641\x202.73315\x205.83504\x202.73315\x206.16641C2.73315\x206.49778\x203.00178\x206.76641\x203.33315\x206.76641H12.6665C12.9979\x206.76641\x2013.2665\x206.49778\x2013.2665\x206.16641C13.2665\x205.83504\x2012.9979\x205.56641\x2012.6665\x205.56641H3.33315Z'}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x224)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2ba)}}]},_0x56b321=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x4126a8,_0x360936){const _0x2cbb3f=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x2cbb3f(0x5ad)]({},_0x4126a8,{'id':_0x2cbb3f(0x5a0),'ref':_0x360936,'icon':_0x8521f9}));});_0x56b321[_0x118bac(0x131)]=_0x118bac(0x70b);let _0x212d79={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':'0\x200\x2016\x2016','width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M8.6\x201.99991C8.60001\x201.66854\x208.33138\x201.39991\x208.00001\x201.3999C7.66864\x201.3999\x207.40001\x201.66853\x207.4\x201.9999L7.39996\x207.3999H1.9999C1.66853\x207.3999\x201.3999\x207.66853\x201.3999\x207.9999C1.3999\x208.33127\x201.66853\x208.5999\x201.9999\x208.5999H7.39995L7.3999\x2013.9999C7.3999\x2014.3313\x207.66853\x2014.5999\x207.9999\x2014.5999C8.33127\x2014.5999\x208.5999\x2014.3313\x208.5999\x2013.9999L8.59995\x208.5999H13.9999C14.3313\x208.5999\x2014.5999\x208.33127\x2014.5999\x207.9999C14.5999\x207.66853\x2014.3313\x207.3999\x2013.9999\x207.3999H8.59996L8.6\x201.99991Z'}}]},_0x1be36f=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x9ecf0f,_0x1f11f5){const _0x4b1dac=_0x118bac;return(0x0,_0x4f18af[_0x4b1dac(0x4c7)])(_0x366e5c,Object['assign']({},_0x9ecf0f,{'id':_0x4b1dac(0x198),'ref':_0x1f11f5,'icon':_0x212d79}));});_0x1be36f[_0x118bac(0x131)]=_0x118bac(0x4fb);let _0x4f223d={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x3d1)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1de)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x224)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0xbe)}}]},_0x3aa60f=(0x0,_0x4f18af['forwardRef'])(function(_0x19cc79,_0x314c45){const _0xba79e1=_0x118bac;return(0x0,_0x4f18af[_0xba79e1(0x4c7)])(_0x366e5c,Object['assign']({},_0x19cc79,{'id':_0xba79e1(0x20c),'ref':_0x314c45,'icon':_0x4f223d}));});_0x3aa60f[_0x118bac(0x131)]=_0x118bac(0x342);let _0x33bd73={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x3fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x67a)}}]},_0x250f45=(0x0,_0x4f18af['forwardRef'])(function(_0x448c60,_0x54fde5){const _0x2efc51=_0x118bac;return(0x0,_0x4f18af[_0x2efc51(0x4c7)])(_0x366e5c,Object['assign']({},_0x448c60,{'id':_0x2efc51(0x736),'ref':_0x54fde5,'icon':_0x33bd73}));});_0x250f45['displayName']=_0x118bac(0x1fa);let _0x454ead={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x661),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x5e6630=(0x0,_0x4f18af['forwardRef'])(function(_0x2c24e7,_0x19fb0c){const _0x1bd492=_0x118bac;return(0x0,_0x4f18af[_0x1bd492(0x4c7)])(_0x366e5c,Object[_0x1bd492(0x5ad)]({},_0x2c24e7,{'id':_0x1bd492(0x239),'ref':_0x19fb0c,'icon':_0x454ead}));});_0x5e6630[_0x118bac(0x131)]=_0x118bac(0x10d);let _0x1b9cc8={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x118bac(0x325)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x145)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x43a)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M7.1349\x2013.9399C6.80353\x2013.9399\x206.5349\x2014.2085\x206.5349\x2014.5399C6.5349\x2014.8713\x206.80353\x2015.1399\x207.1349\x2015.1399H8.24962C8.25966\x2015.1404\x208.26977\x2015.1407\x208.27993\x2015.1407C8.2901\x2015.1407\x208.3002\x2015.1404\x208.31024\x2015.1399H9.4049C9.73627\x2015.1399\x2010.0049\x2014.8713\x2010.0049\x2014.5399C10.0049\x2014.2085\x209.73627\x2013.9399\x209.4049\x2013.9399H8.87993V12.0107C8.87993\x2011.6793\x208.6113\x2011.4107\x208.27993\x2011.4107C7.94856\x2011.4107\x207.67993\x2011.6793\x207.67993\x2012.0107V13.9399H7.1349Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6d6)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x3e0)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.60991\x2012.1997C2.60991\x2011.8683\x202.34128\x2011.5997\x202.00991\x2011.5997C1.67854\x2011.5997\x201.40991\x2011.8683\x201.40991\x2012.1997V12.5297C1.40991\x2013.9656\x202.57397\x2015.1297\x204.00991\x2015.1297H4.33991C4.67128\x2015.1297\x204.93991\x2014.861\x204.93991\x2014.5297C4.93991\x2014.1983\x204.67128\x2013.9297\x204.33991\x2013.9297H4.00991C3.23671\x2013.9297\x202.60991\x2013.3029\x202.60991\x2012.5297V12.1997Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M15.1299\x2012.1997C15.1299\x2011.8683\x2014.8613\x2011.5997\x2014.5299\x2011.5997C14.1985\x2011.5997\x2013.9299\x2011.8683\x2013.9299\x2012.1997V12.5297C13.9299\x2013.3029\x2013.3031\x2013.9297\x2012.5299\x2013.9297H12.1999C11.8685\x2013.9297\x2011.5999\x2014.1983\x2011.5999\x2014.5297C11.5999\x2014.861\x2011.8685\x2015.1297\x2012.1999\x2015.1297H12.5299C13.9659\x2015.1297\x2015.1299\x2013.9656\x2015.1299\x2012.5297V12.1997Z'}}]},_0x390128=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x184586,_0x511064){const _0x5a9f53=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x5a9f53(0x5ad)]({},_0x184586,{'id':'no-border-icon','ref':_0x511064,'icon':_0x1b9cc8}));});_0x390128['displayName']=_0x118bac(0x740);let _0x43b0b7={'tag':_0x118bac(0x290),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':'M5.9334\x202.00527C5.9334\x201.6739\x205.66477\x201.40527\x205.3334\x201.40527C5.00203\x201.40527\x204.7334\x201.6739\x204.7334\x202.00527V4.73877H1.9999C1.66853\x204.73877\x201.3999\x205.0074\x201.3999\x205.33877C1.3999\x205.67014\x201.66853\x205.93877\x201.9999\x205.93877H4.7334V10.072H1.9999C1.66853\x2010.072\x201.3999\x2010.3407\x201.3999\x2010.672C1.3999\x2011.0034\x201.66853\x2011.272\x201.9999\x2011.272H4.7334V14.0053C4.7334\x2014.3366\x205.00203\x2014.6053\x205.3334\x2014.6053C5.66477\x2014.6053\x205.9334\x2014.3366\x205.9334\x2014.0053V11.272H10.0667V14.0053C10.0667\x2014.3366\x2010.3353\x2014.6053\x2010.6667\x2014.6053C10.998\x2014.6053\x2011.2667\x2014.3366\x2011.2667\x2014.0053V11.272H13.9999C14.3313\x2011.272\x2014.5999\x2011.0034\x2014.5999\x2010.672C14.5999\x2010.3407\x2014.3313\x2010.072\x2013.9999\x2010.072H11.2667V5.93877H13.9999C14.3313\x205.93877\x2014.5999\x205.67014\x2014.5999\x205.33877C14.5999\x205.0074\x2014.3313\x204.73877\x2013.9999\x204.73877H11.2667V2.00527C11.2667\x201.6739\x2010.998\x201.40527\x2010.6667\x201.40527C10.3353\x201.40527\x2010.0667\x201.6739\x2010.0667\x202.00527V4.73877H5.9334V2.00527ZM10.0667\x2010.072V5.93877H5.9334V10.072H10.0667Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x22100d=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x1f2316,_0x2c3f5f){const _0x29ac9d=_0x118bac;return(0x0,_0x4f18af[_0x29ac9d(0x4c7)])(_0x366e5c,Object[_0x29ac9d(0x5ad)]({},_0x1f2316,{'id':_0x29ac9d(0x1f1),'ref':_0x2c3f5f,'icon':_0x43b0b7}));});_0x22100d['displayName']=_0x118bac(0x24b);let _0x2749e6={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1c9)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x62b)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x695)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x770)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x701),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x2b5e1e=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x575e23,_0x2a2bdc){const _0x3f6f6b=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x3f6f6b(0x5ad)]({},_0x575e23,{'id':_0x3f6f6b(0x3d9),'ref':_0x2a2bdc,'icon':_0x2749e6}));});_0x2b5e1e['displayName']='OneToOneIcon';let _0x7a347d={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M7.9999\x200.733154C8.33127\x200.733154\x208.5999\x201.00178\x208.5999\x201.33315V5.33315C8.5999\x205.66453\x208.33127\x205.93315\x207.9999\x205.93315C7.66853\x205.93315\x207.3999\x205.66453\x207.3999\x205.33315V1.33315C7.3999\x201.00178\x207.66853\x200.733154\x207.9999\x200.733154Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M2.46621\x202.73315C2.79758\x202.73315\x203.06621\x203.00178\x203.06621\x203.33315V12.6665C3.06621\x2012.9979\x202.79758\x2013.2665\x202.46621\x2013.2665C2.13484\x2013.2665\x201.86621\x2012.9979\x201.86621\x2012.6665V3.33315C1.86621\x203.00178\x202.13484\x202.73315\x202.46621\x202.73315Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x43d)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3db)}}]},_0x24f848=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x1a382f,_0x4ec6dd){const _0x397f89=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x397f89(0x5ad)]({},_0x1a382f,{'id':_0x397f89(0x24c),'ref':_0x4ec6dd,'icon':_0x7a347d}));});_0x24f848['displayName']=_0x118bac(0x68c);let _0x40dfaa={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x60e)}}]},_0xd883f3=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x38e371,_0x359b30){const _0x30a2d7=_0x118bac;return(0x0,_0x4f18af[_0x30a2d7(0x4c7)])(_0x366e5c,Object[_0x30a2d7(0x5ad)]({},_0x38e371,{'id':_0x30a2d7(0x21e),'ref':_0x359b30,'icon':_0x40dfaa}));});_0xd883f3[_0x118bac(0x131)]=_0x118bac(0x22b);let _0x2338c4={'tag':'svg','attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x3d1)}},{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x1e9)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':_0x118bac(0x224)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6d0)}}]},_0xfbe04b=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x2b65b8,_0x599256){return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object['assign']({},_0x2b65b8,{'id':'right-justifying-icon','ref':_0x599256,'icon':_0x2338c4}));});_0xfbe04b['displayName']=_0x118bac(0x2f9);let _0x3659fb={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x6fa)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2ea)}}]},_0x1965e5=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x3c1b85,_0x1d0704){const _0x59251b=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x59251b(0x5ad)]({},_0x3c1b85,{'id':_0x59251b(0x318),'ref':_0x1d0704,'icon':_0x3659fb}));});_0x1965e5[_0x118bac(0x131)]=_0x118bac(0x528);let _0x5c1f0e={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x588)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x642)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'currentColor','d':'M1.9999\x207.40015C1.66853\x207.40015\x201.3999\x207.66878\x201.3999\x208.00015C1.3999\x208.33152\x201.66853\x208.60015\x201.9999\x208.60015H13.9999C14.3313\x208.60015\x2014.5999\x208.33152\x2014.5999\x208.00015C14.5999\x207.66878\x2014.3313\x207.40015\x2013.9999\x207.40015H1.9999Z'}}]},_0x3ec37e=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x54903c,_0x1ac2fe){const _0x44d98a=_0x118bac;return(0x0,_0x4f18af[_0x44d98a(0x4c7)])(_0x366e5c,Object['assign']({},_0x54903c,{'id':'vertical-center-icon','ref':_0x1ac2fe,'icon':_0x5c1f0e}));});_0x3ec37e[_0x118bac(0x131)]=_0x118bac(0x35a);let _0x401d77={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':'none','viewBox':_0x118bac(0x6e0),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x64c),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x4b6),'fillRule':'evenodd','clipRule':_0x118bac(0x6fb)}}]},_0x500d39=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x4e0f7d,_0x2ce9e8){const _0x3d93a5=_0x118bac;return(0x0,_0x4f18af[_0x3d93a5(0x4c7)])(_0x366e5c,Object['assign']({},_0x4e0f7d,{'id':_0x3d93a5(0x5bd),'ref':_0x2ce9e8,'icon':_0x401d77}));});_0x500d39[_0x118bac(0x131)]=_0x118bac(0x2aa);let _0x2bf1c3={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M8.04883\x205.38216C8.04883\x205.01397\x207.75035\x204.71549\x207.38216\x204.71549C7.01397\x204.71549\x206.71549\x205.01397\x206.71549\x205.38216V6.71897L5.3865\x206.7207C5.01831\x206.72117\x204.72022\x207.02004\x204.7207\x207.38823C4.72118\x207.75642\x205.02005\x208.05451\x205.38824\x208.05403L6.71549\x208.0523V9.38216C6.71549\x209.75035\x207.01397\x2010.0488\x207.38216\x2010.0488C7.75035\x2010.0488\x208.04883\x209.75035\x208.04883\x209.38216V8.05056L9.38304\x208.04883C9.75123\x208.04835\x2010.0493\x207.74948\x2010.0488\x207.38129C10.0484\x207.0131\x209.74949\x206.71502\x209.3813\x206.7155L8.04883\x206.71723V5.38216Z'}},{'tag':'path','attrs':{'fill':'currentColor','d':'M7.38216\x201.04883C3.88437\x201.04883\x201.04883\x203.88437\x201.04883\x207.38216C1.04883\x2010.88\x203.88437\x2013.7155\x207.38216\x2013.7155C8.89089\x2013.7155\x2010.2764\x2013.1879\x2011.3643\x2012.3072L13.813\x2014.7559C14.0733\x2015.0162\x2014.4954\x2015.0162\x2014.7558\x2014.7559C15.0161\x2014.4955\x2015.0161\x2014.0734\x2014.7558\x2013.8131L12.3071\x2011.3644C13.1879\x2010.2765\x2013.7155\x208.89095\x2013.7155\x207.38216C13.7155\x203.88437\x2010.88\x201.04883\x207.38216\x201.04883ZM2.38216\x207.38216C2.38216\x204.62075\x204.62075\x202.38216\x207.38216\x202.38216C10.1436\x202.38216\x2012.3822\x204.62075\x2012.3822\x207.38216C12.3822\x2010.1436\x2010.1436\x2012.3822\x207.38216\x2012.3822C4.62075\x2012.3822\x202.38216\x2010.1436\x202.38216\x207.38216Z','fillRule':_0x118bac(0x6fb),'clipRule':'evenodd'}}]},_0x4d5554=(0x0,_0x4f18af['forwardRef'])(function(_0x4fca02,_0x2408e3){const _0x414cea=_0x118bac;return(0x0,_0x4f18af[_0x414cea(0x4c7)])(_0x366e5c,Object[_0x414cea(0x5ad)]({},_0x4fca02,{'id':_0x414cea(0x458),'ref':_0x2408e3,'icon':_0x2bf1c3}));});_0x4d5554[_0x118bac(0x131)]=_0x118bac(0x540);let _0xe4ab04={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':_0x118bac(0x78e),'height':_0x118bac(0x78e)},'children':[{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x2e2)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':'M1.04883\x207.38216C1.04883\x203.88437\x203.88437\x201.04883\x207.38216\x201.04883C10.88\x201.04883\x2013.7155\x203.88437\x2013.7155\x207.38216C13.7155\x208.89095\x2013.1879\x2010.2765\x2012.3071\x2011.3644L14.7558\x2013.8131C15.0161\x2014.0734\x2015.0161\x2014.4955\x2014.7558\x2014.7559C14.4954\x2015.0162\x2014.0733\x2015.0162\x2013.813\x2014.7559L11.3643\x2012.3072C10.2764\x2013.1879\x208.89089\x2013.7155\x207.38216\x2013.7155C3.88437\x2013.7155\x201.04883\x2010.88\x201.04883\x207.38216ZM7.38216\x202.38216C4.62075\x202.38216\x202.38216\x204.62075\x202.38216\x207.38216C2.38216\x2010.1436\x204.62075\x2012.3822\x207.38216\x2012.3822C10.1436\x2012.3822\x2012.3822\x2010.1436\x2012.3822\x207.38216C12.3822\x204.62075\x2010.1436\x202.38216\x207.38216\x202.38216Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x25ec2f=(0x0,_0x4f18af['forwardRef'])(function(_0x1454b5,_0x2d81c8){const _0x3b71d2=_0x118bac;return(0x0,_0x4f18af[_0x3b71d2(0x4c7)])(_0x366e5c,Object[_0x3b71d2(0x5ad)]({},_0x1454b5,{'id':_0x3b71d2(0x3cb),'ref':_0x2d81c8,'icon':_0xe4ab04}));});_0x25ec2f[_0x118bac(0x131)]=_0x118bac(0x30b);let _0x3d3f39={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':'0\x200\x2017\x2016','width':_0x118bac(0x78e),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x183),'d':'M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z'}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x234),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x547f0f=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x234d7f,_0x1dd5f7){const _0x32ccdc=_0x118bac;return(0x0,_0x4f18af['createElement'])(_0x366e5c,Object[_0x32ccdc(0x5ad)]({},_0x234d7f,{'id':_0x32ccdc(0x372),'ref':_0x1dd5f7,'icon':_0x3d3f39}));});_0x547f0f[_0x118bac(0x131)]='FontColorDoubleIcon';let _0x34cc86={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':_0x118bac(0xcb),'width':'1em','height':_0x118bac(0x78e)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x118bac(0xc4),'fillRule':'evenodd','clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x183),'d':'M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}}]},_0x5ef327=(0x0,_0x4f18af[_0x118bac(0x497)])(function(_0x14a272,_0x9b626f){const _0x2e16d2=_0x118bac;return(0x0,_0x4f18af[_0x2e16d2(0x4c7)])(_0x366e5c,Object[_0x2e16d2(0x5ad)]({},_0x14a272,{'id':_0x2e16d2(0x2d3),'ref':_0x9b626f,'icon':_0x34cc86}));});_0x5ef327[_0x118bac(0x131)]=_0x118bac(0x2f3);let _0x52412c={'tag':_0x118bac(0x290),'attrs':{'xmlns':_0x118bac(0x658),'fill':_0x118bac(0x35e),'viewBox':'0\x200\x2017\x2016','width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x39d),'fillRule':_0x118bac(0x6fb),'clipRule':_0x118bac(0x6fb)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':_0x118bac(0x6b4),'d':_0x118bac(0x5e2)}},{'tag':_0x118bac(0x5c5),'attrs':{'fill':'colorChannel1','d':_0x118bac(0x55e)}}]},_0x1a9b16=(0x0,_0x4f18af['forwardRef'])(function(_0x224785,_0x4ced82){const _0xf5389e=_0x118bac;return(0x0,_0x4f18af[_0xf5389e(0x4c7)])(_0x366e5c,Object[_0xf5389e(0x5ad)]({},_0x224785,{'id':_0xf5389e(0x34a),'ref':_0x4ced82,'icon':_0x52412c}));});_0x1a9b16[_0x118bac(0x131)]=_0x118bac(0x2c8);function _0x4a5d5c(_0x465ffc,_0x4ff914){const _0x2565cd=_0x118bac;var _0x410fcb;return _0x465ffc[_0x2565cd(0x591)]('['+_0x4ff914+']')?_0x465ffc:(_0x410fcb=_0x465ffc[_0x2565cd(0x14a)]('['+_0x4ff914+']'))==null?void 0x0:_0x410fcb;}function _0x2a1c4d(_0x42d54a){const _0x257308=_0x118bac;let _0x1c08bd=[];return _0x30e87d(_0x42d54a,'data-embed-content-root',_0x257308(0x4d6),_0x1c08bd),_0x30e87d(_0x42d54a,_0x257308(0x428),_0x257308(0x6ce),_0x1c08bd),_0x30e87d(_0x42d54a,_0x257308(0x526),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x1c08bd),_0x30e87d(_0x42d54a,_0x257308(0x374),'univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto',_0x1c08bd),(0x0,_0x4a1c51[_0x257308(0xbb)])(()=>{_0x1c08bd['forEach'](_0x39acad=>_0x39acad['remove']());});}function _0x30e87d(_0x64d79b,_0x595083,_0x47ca56,_0x244764){const _0x41ed5c=_0x118bac;let _0x3580bc=_0x4a5d5c(_0x64d79b,_0x595083);if(_0x3580bc)return _0x3580bc;let _0x11027a=document[_0x41ed5c(0x4c7)](_0x41ed5c(0x73b));return _0x11027a['setAttribute'](_0x595083,'true'),_0x11027a['setAttribute'](_0x41ed5c(0x562),_0x41ed5c(0x679)),_0x11027a['className']=_0x41ed5c(0x509)+_0x47ca56,_0x64d79b['appendChild'](_0x11027a),_0x244764[_0x41ed5c(0x6f2)](_0x11027a),_0x11027a;}function _0x2cde62(_0x503475){'@babel/helpers - typeof';const _0x375395=_0x118bac;return _0x2cde62=typeof Symbol==_0x375395(0x52a)&&typeof Symbol['iterator']==_0x375395(0x629)?function(_0x404672){return typeof _0x404672;}:function(_0x359f52){const _0x2ffe6a=_0x375395;return _0x359f52&&typeof Symbol==_0x2ffe6a(0x52a)&&_0x359f52[_0x2ffe6a(0x357)]===Symbol&&_0x359f52!==Symbol[_0x2ffe6a(0x144)]?_0x2ffe6a(0x629):typeof _0x359f52;},_0x2cde62(_0x503475);}function _0x5dceb3(_0xdf037c,_0x22127f){const _0x6bb7ca=_0x118bac;if(_0x2cde62(_0xdf037c)!='object'||!_0xdf037c)return _0xdf037c;var _0x48ed3f=_0xdf037c[Symbol[_0x6bb7ca(0x33f)]];if(_0x48ed3f!==void 0x0){var _0x85be9c=_0x48ed3f[_0x6bb7ca(0xf4)](_0xdf037c,_0x22127f||_0x6bb7ca(0x772));if(_0x2cde62(_0x85be9c)!='object')return _0x85be9c;throw TypeError(_0x6bb7ca(0x4e1));}return(_0x22127f==='string'?String:Number)(_0xdf037c);}function _0x5c06d5(_0x383588){const _0x45d4ec=_0x118bac;var _0xff1f4e=_0x5dceb3(_0x383588,'string');return _0x2cde62(_0xff1f4e)==_0x45d4ec(0x629)?_0xff1f4e:_0xff1f4e+'';}function _0x2d0c25(_0xa32fca,_0xb03d25,_0x22ced2){const _0x11cea5=_0x118bac;return(_0xb03d25=_0x5c06d5(_0xb03d25))in _0xa32fca?Object[_0x11cea5(0x677)](_0xa32fca,_0xb03d25,{'value':_0x22ced2,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0xa32fca[_0xb03d25]=_0x22ced2,_0xa32fca;}var _0x1f9ba5=class{constructor(){const _0x38472d=_0x118bac;_0x2d0c25(this,_0x38472d(0x36d),new Map());}[_0x118bac(0x246)](_0x1da359){const _0x491b20=_0x118bac;return this[_0x491b20(0x36d)][_0x491b20(0x3d4)](_0x1da359[_0x491b20(0x559)],_0x1da359),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x415622=_0x491b20;this[_0x415622(0x36d)][_0x415622(0x714)](_0x1da359[_0x415622(0x559)])===_0x1da359&&this['_contributions'][_0x415622(0x2cd)](_0x1da359[_0x415622(0x559)]);});}[_0x118bac(0x714)](_0x206ef6){const _0x97576a=_0x118bac;return this['_contributions'][_0x97576a(0x714)](_0x206ef6);}[_0x118bac(0x4ff)](){const _0x212b9a=_0x118bac;return[...this['_contributions'][_0x212b9a(0x308)]()];}},_0x34aece=class{constructor(){const _0x591946=_0x118bac;_0x2d0c25(this,'_active$',new _0x416516[(_0x591946(0x65e))](null)),_0x2d0c25(this,_0x591946(0x4b7),this['_active$']['asObservable']());}['getActive'](){const _0x3a6e0a=_0x118bac;return this[_0x3a6e0a(0x77d)]['getValue']();}[_0x118bac(0x6ac)](_0x678d5f){const _0xc2f349=_0x118bac;var _0x401246;let _0x10aab9=this[_0xc2f349(0x778)]();return(_0x10aab9==null?void 0x0:_0x10aab9[_0xc2f349(0x5bc)])===_0x678d5f?(_0x401246=_0x10aab9['stage'])==null?_0xc2f349(0x49a):_0x401246:_0xc2f349(0x421);}[_0x118bac(0x133)](_0x25191b,_0x18f9c6){const _0x456e87=_0x118bac;var _0x549a8b,_0x1c70f8,_0x2d9eac;let _0x28924a=this[_0x456e87(0x778)](),_0x32ea65=(_0x28924a==null?void 0x0:_0x28924a['hostUnitId'])===_0x25191b[_0x456e87(0x2dc)]&&_0x28924a['embedId']===_0x25191b[_0x456e87(0x5bc)]&&_0x28924a['childUnitId']===_0x25191b['childUnitId'],_0x38a23a={..._0x25191b,'stage':(_0x549a8b=_0x18f9c6==null?_0x25191b['stage']:_0x18f9c6)==null?_0x32ea65?(_0x1c70f8=_0x28924a[_0x456e87(0x545)])==null?'stage1':_0x1c70f8:_0x456e87(0x49a):_0x549a8b};((_0x28924a==null?void 0x0:_0x28924a[_0x456e87(0x2dc)])!==_0x38a23a['hostUnitId']||_0x28924a[_0x456e87(0x5bc)]!==_0x38a23a[_0x456e87(0x5bc)]||_0x28924a[_0x456e87(0x4c1)]!==_0x38a23a[_0x456e87(0x4c1)]||((_0x2d9eac=_0x28924a[_0x456e87(0x545)])==null?_0x456e87(0x49a):_0x2d9eac)!==_0x38a23a[_0x456e87(0x545)])&&this[_0x456e87(0x77d)][_0x456e87(0x2f7)](_0x38a23a);}[_0x118bac(0x5e9)](_0x4f1d76,_0x25cb7f){const _0x38f7e9=_0x118bac;var _0x35bcd1;let _0x2da37f=this[_0x38f7e9(0x778)]();!_0x2da37f||_0x2da37f[_0x38f7e9(0x5bc)]!==_0x4f1d76||((_0x35bcd1=_0x2da37f['stage'])==null?_0x38f7e9(0x49a):_0x35bcd1)!==_0x25cb7f&&this[_0x38f7e9(0x77d)][_0x38f7e9(0x2f7)]({..._0x2da37f,'stage':_0x25cb7f});}[_0x118bac(0x13c)](_0x3c54ad){const _0x447dae=_0x118bac;this['getStage'](_0x3c54ad)===_0x447dae(0x49a)&&this[_0x447dae(0x5e9)](_0x3c54ad,_0x447dae(0x510));}['clear'](_0x18b6d8){const _0x429e2b=_0x118bac;let _0x6e80a9=this[_0x429e2b(0x778)]();_0x6e80a9&&(!_0x18b6d8||_0x6e80a9[_0x429e2b(0x5bc)]===_0x18b6d8)&&this[_0x429e2b(0x77d)]['next'](null);}},_0x247cd5=class{constructor(){const _0x59a7a0=_0x118bac;_0x2d0c25(this,_0x59a7a0(0x18d),new _0x416516['BehaviorSubject'](null)),_0x2d0c25(this,_0x59a7a0(0x678),this[_0x59a7a0(0x18d)][_0x59a7a0(0x4ee)]());}[_0x118bac(0x16c)](){const _0xaac68a=_0x118bac;return this[_0xaac68a(0x18d)][_0xaac68a(0x441)]();}[_0x118bac(0x133)](_0x19157b,_0x156cbc,_0x9b3408={}){const _0x1b7867=_0x118bac;var _0x340983,_0xca824d,_0x2ed0ea;if(!_0x19157b[_0x1b7867(0x4c1)]||_0x19157b[_0x1b7867(0x559)]==null)throw Error(_0x1b7867(0x332));let _0x1e5c4a=((_0x340983=_0x19157b[_0x1b7867(0x584)])==null?void 0x0:_0x340983['tab'])||void 0x0;if(_0x156cbc===_0x1b7867(0x434)&&(!_0x1e5c4a||_0x1e5c4a[_0x1b7867(0x306)]!==!0x0))throw Error('EMBED_MENU_OVERRIDE_TAB_REQUIRED');if(_0x156cbc!==_0x1b7867(0x434))throw Error(_0x1b7867(0x6cb));if(((_0xca824d=(_0x2ed0ea=_0x9b3408['layoutPolicy'])==null?void 0x0:_0x2ed0ea[_0x1b7867(0x1d6)])==null?_0x73305e[_0x1b7867(0x433)][_0x1b7867(0x1d6)]:_0xca824d)!==_0x1b7867(0x146)&&_0x9b3408['allowPlaceholder']!==!0x0)return this[_0x1b7867(0x173)](_0x19157b[_0x1b7867(0x5bc)]),null;let _0x45997b={'hostUnitId':_0x19157b[_0x1b7867(0x2dc)],'embedId':_0x19157b['embedId'],'childUnitId':_0x19157b['childUnitId'],'childType':_0x19157b[_0x1b7867(0x559)],'entry':_0x19157b[_0x1b7867(0x3be)],'reason':_0x156cbc,'portalContainer':_0x9b3408[_0x1b7867(0x439)],'hideHostFxBar':_0x1e5c4a==null?void 0x0:_0x1e5c4a[_0x1b7867(0x176)],'lockHostRibbon':_0x1e5c4a==null?void 0x0:_0x1e5c4a['lockHostRibbon']},_0x2d4959=this[_0x1b7867(0x16c)]();return _0x2c7b5a(_0x2d4959,_0x45997b)?_0x2d4959:(this[_0x1b7867(0x18d)][_0x1b7867(0x2f7)](_0x45997b),_0x45997b);}[_0x118bac(0x173)](_0xf40423){const _0x57d1bd=_0x118bac;let _0x43b645=this['getOverride']();_0x43b645&&(!_0xf40423||_0x43b645['embedId']===_0xf40423)&&this[_0x57d1bd(0x18d)][_0x57d1bd(0x2f7)](null);}};function _0x2c7b5a(_0x1a556f,_0x5e7773){const _0x3ea65a=_0x118bac;return _0x1a556f!=null&&_0x1a556f[_0x3ea65a(0x2dc)]===_0x5e7773['hostUnitId']&&_0x1a556f[_0x3ea65a(0x5bc)]===_0x5e7773[_0x3ea65a(0x5bc)]&&_0x1a556f['childUnitId']===_0x5e7773[_0x3ea65a(0x4c1)]&&_0x1a556f[_0x3ea65a(0x559)]===_0x5e7773[_0x3ea65a(0x559)]&&_0x1a556f[_0x3ea65a(0x3be)]===_0x5e7773[_0x3ea65a(0x3be)]&&_0x1a556f[_0x3ea65a(0x531)]===_0x5e7773['reason']&&_0x1a556f['portalContainer']===_0x5e7773['portalContainer']&&_0x1a556f[_0x3ea65a(0x176)]===_0x5e7773[_0x3ea65a(0x176)]&&_0x1a556f[_0x3ea65a(0xd5)]===_0x5e7773['lockHostRibbon'];}let _0x451258='data-embed-runtime-focus-role';var _0x164bef=class{constructor(){const _0x160222=_0x118bac;_0x2d0c25(this,_0x160222(0x440),new Map()),_0x2d0c25(this,_0x160222(0x39c),new Map()),_0x2d0c25(this,_0x160222(0x13e),new Map()),_0x2d0c25(this,_0x160222(0x21a),0x0),_0x2d0c25(this,_0x160222(0x60f),new _0x416516[(_0x160222(0x4bd))]()),_0x2d0c25(this,'runtimeSessionChanged$',new _0x416516[(_0x160222(0x4bd))]());}[_0x118bac(0x311)](_0x58373f){const _0x3649c7=_0x118bac;let _0x1545fd={'role':_0x58373f[_0x3649c7(0x550)],'owner':_0x58373f['owner'],'sessionMode':_0x58373f['sessionMode'],'hostUnitId':_0x58373f['hostUnitId'],'childUnitId':_0x58373f['childUnitId'],'childType':_0x58373f[_0x3649c7(0x559)],'associatedChildUnitIds':_0x58373f[_0x3649c7(0x4c5)],'sequence':++this[_0x3649c7(0x21a)]},_0x51f461=this[_0x3649c7(0x440)][_0x3649c7(0x714)](_0x58373f[_0x3649c7(0x5bc)]);return _0x51f461||(_0x51f461=new Set(),this['_leases'][_0x3649c7(0x3d4)](_0x58373f[_0x3649c7(0x5bc)],_0x51f461)),_0x51f461[_0x3649c7(0x410)](_0x1545fd),_0x1545fd['role']!=='runtime'&&this['_notifyRuntimeFocusChanged'](),_0x1545fd[_0x3649c7(0x550)]===_0x3649c7(0x708)&&this['_notifyRuntimeSessionChanged'](),(0x0,_0x4a1c51[_0x3649c7(0xbb)])(()=>{const _0x45ab83=_0x3649c7;_0x51f461==null||_0x51f461['delete'](_0x1545fd),(_0x51f461==null?void 0x0:_0x51f461['size'])===0x0&&this[_0x45ab83(0x440)][_0x45ab83(0x2cd)](_0x58373f['embedId']),_0x1545fd[_0x45ab83(0x550)]!=='runtime'&&this['_notifyRuntimeFocusChanged'](),_0x1545fd[_0x45ab83(0x550)]==='child-session'&&this[_0x45ab83(0x34b)]();});}['hasChildInteractionLease'](_0xca956d){const _0x2ada7c=_0x118bac;if(!_0xca956d)return!0x1;let _0x15470e=this['_leases'][_0x2ada7c(0x714)](_0xca956d);return _0x15470e&&[..._0x15470e][_0x2ada7c(0x48c)](_0x1776c1=>_0x1776c1[_0x2ada7c(0x550)]!==_0x2ada7c(0x4e9))?!0x0:this['containsElement'](_0xca956d,this[_0x2ada7c(0x5a9)](_0xca956d));}[_0x118bac(0x4b2)](_0x23fc10,_0x4ae3c){const _0x358a67=_0x118bac;if(!_0x23fc10)return!0x1;let _0x4de3ae=this[_0x358a67(0x440)][_0x358a67(0x714)](_0x23fc10);return _0x4de3ae&&[..._0x4de3ae][_0x358a67(0x48c)](_0x1f6b63=>this[_0x358a67(0x659)](_0x1f6b63,_0x4ae3c))?!0x0:this[_0x358a67(0x49e)](_0x23fc10,this['_getActiveElement'](_0x23fc10));}[_0x118bac(0x35b)](){const _0x1c0cab=_0x118bac;return[...this[_0x1c0cab(0x440)][_0x1c0cab(0x308)]()]['some'](_0x3d421f=>[..._0x3d421f][_0x1c0cab(0x48c)](_0x42d18c=>_0x42d18c[_0x1c0cab(0x550)]!==_0x1c0cab(0x4e9)))||this[_0x1c0cab(0x11b)]()!=null;}[_0x118bac(0x1f5)](_0x4d7fe5){const _0x595541=_0x118bac;if([...this[_0x595541(0x440)][_0x595541(0x308)]()][_0x595541(0x48c)](_0x107182=>[..._0x107182]['some'](_0x172eca=>this[_0x595541(0x659)](_0x172eca,_0x4d7fe5))))return!0x0;let _0x177741=this['_getActiveOwnedRuntimeFocusInfo']();return _0x177741!=null&&this[_0x595541(0x4aa)](_0x177741['role']);}[_0x118bac(0x233)](_0x432e4c,_0x59a70a){const _0x58715a=_0x118bac;if(!_0x432e4c)return!0x1;let _0x5c0835=this['_leases']['get'](_0x432e4c);return _0x5c0835&&[..._0x5c0835][_0x58715a(0x48c)](_0x77b473=>this[_0x58715a(0xd6)](_0x77b473,_0x59a70a))?!0x0:this['containsElement'](_0x432e4c,this['_getActiveElement'](_0x432e4c));}[_0x118bac(0x1a4)](_0x2ddb17){const _0x7ef2a8=_0x118bac;return[...this[_0x7ef2a8(0x440)]['values']()][_0x7ef2a8(0x48c)](_0x5148e2=>[..._0x5148e2][_0x7ef2a8(0x48c)](_0x77ec07=>this['_isHostPreservingLease'](_0x77ec07,_0x2ddb17)))?!0x0:this[_0x7ef2a8(0x11b)]()!=null;}[_0x118bac(0x1e1)](_0x21f608,_0x2db0eb){const _0x1d47e7=_0x118bac;if(!_0x21f608)return this[_0x1d47e7(0x1a4)](_0x2db0eb);if([...this['_leases'][_0x1d47e7(0x308)]()]['some'](_0x480279=>[..._0x480279][_0x1d47e7(0x48c)](_0x5dcc58=>this[_0x1d47e7(0xd6)](_0x5dcc58,_0x2db0eb)&&this[_0x1d47e7(0x298)](_0x5dcc58,_0x21f608))))return!0x0;let _0x3668bd=this[_0x1d47e7(0x11b)]();if(!_0x3668bd)return!0x1;let _0x5c4edd=this[_0x1d47e7(0x440)][_0x1d47e7(0x714)](_0x3668bd['embedId']);return _0x5c4edd&&[..._0x5c4edd][_0x1d47e7(0x48c)](_0x24a364=>this[_0x1d47e7(0xd6)](_0x24a364,_0x2db0eb)&&this['_leaseAppliesToHostUnit'](_0x24a364,_0x21f608))?!0x0:this['_ownedRuntimeFocusAppliesToHost'](_0x3668bd[_0x1d47e7(0x5bc)],_0x21f608);}['isChildUnitInActiveSession'](_0x7b3916){const _0x31de1f=_0x118bac;return _0x7b3916?[...this[_0x31de1f(0x440)][_0x31de1f(0x308)]()][_0x31de1f(0x48c)](_0x517e83=>[..._0x517e83][_0x31de1f(0x48c)](_0x4eed8a=>this[_0x31de1f(0x66f)](_0x4eed8a,_0x7b3916)&&_0x4eed8a[_0x31de1f(0x550)]!=='runtime')):!0x1;}['registerRuntimeScope'](_0x1464c2){const _0x1a3366=_0x118bac;let _0x15f889={'hostUnitId':_0x1464c2[_0x1a3366(0x2dc)],'childUnitId':_0x1464c2[_0x1a3366(0x4c1)],'childType':_0x1464c2[_0x1a3366(0x559)],'sessionMode':_0x1464c2[_0x1a3366(0x760)]};return this[_0x1a3366(0x13e)]['set'](_0x1464c2[_0x1a3366(0x5bc)],_0x15f889),this[_0x1a3366(0x568)](),this['_notifyRuntimeSessionChanged'](),(0x0,_0x4a1c51[_0x1a3366(0xbb)])(()=>{const _0x398b60=_0x1a3366;this['_runtimeScopes'][_0x398b60(0x714)](_0x1464c2['embedId'])===_0x15f889&&(this[_0x398b60(0x13e)][_0x398b60(0x2cd)](_0x1464c2['embedId']),this[_0x398b60(0x568)](),this[_0x398b60(0x34b)]());});}[_0x118bac(0x3c2)](_0x451f4f){const _0x7d1eec=_0x118bac;if(_0x451f4f){for(let [_0x5a895a,_0xfd96c3]of this[_0x7d1eec(0x13e)])if(_0xfd96c3[_0x7d1eec(0x4c1)]===_0x451f4f)return{'embedId':_0x5a895a,'hostUnitId':_0xfd96c3['hostUnitId'],'childUnitId':_0xfd96c3[_0x7d1eec(0x4c1)],'childType':_0xfd96c3[_0x7d1eec(0x559)],'sessionMode':_0xfd96c3['sessionMode']};}}[_0x118bac(0x5aa)](){const _0x553200=_0x118bac;let _0x436c20;for(let [_0x50492a,_0xce041d]of this[_0x553200(0x440)])for(let _0x236b4d of _0xce041d){if(_0x236b4d[_0x553200(0x550)]!==_0x553200(0x708)||!_0x236b4d['childUnitId'])continue;let _0x38c659=this['_getChildSessionPriority'](_0x236b4d);(!_0x436c20||_0x38c659>_0x436c20['priority']||_0x38c659===_0x436c20[_0x553200(0x369)]&&_0x236b4d['sequence']>_0x436c20[_0x553200(0x6e9)][_0x553200(0x37f)])&&(_0x436c20={'embedId':_0x50492a,'lease':_0x236b4d,'priority':_0x38c659});}return _0x436c20?{'embedId':_0x436c20[_0x553200(0x5bc)],'hostUnitId':_0x436c20['lease'][_0x553200(0x2dc)],'childUnitId':_0x436c20['lease'][_0x553200(0x4c1)],'childType':_0x436c20[_0x553200(0x6e9)][_0x553200(0x559)],'sessionMode':this['_resolveChildSessionMode'](_0x436c20[_0x553200(0x6e9)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0xeef468,_0x16140f,_0x34fd4a){const _0x111608=_0x118bac;if(!_0xeef468)return!0x1;let _0x2276f1=this['_getOwnedEmbedIdFromTarget'](_0x16140f,_0x34fd4a);return _0x2276f1?this[_0x111608(0x2c4)](_0x2276f1,_0xeef468):!0x1;}[_0x118bac(0x1ac)](_0x125f9a,_0x31600b,_0x72ed98,_0x149544){const _0x388b8f=_0x118bac;return this[_0x388b8f(0x219)](_0x125f9a,_0x31600b,_0x72ed98)||this[_0x388b8f(0xb5)](_0x125f9a)?!0x1:this[_0x388b8f(0x1e1)](_0x125f9a,_0x149544);}['registerElement'](_0x30b589){const _0x1ac25d=_0x118bac;let _0x31f9e0=this['_elements'][_0x1ac25d(0x714)](_0x30b589[_0x1ac25d(0x5bc)]);_0x31f9e0||(_0x31f9e0=new Set(),this[_0x1ac25d(0x39c)][_0x1ac25d(0x3d4)](_0x30b589[_0x1ac25d(0x5bc)],_0x31f9e0)),_0x31f9e0[_0x1ac25d(0x410)](_0x30b589[_0x1ac25d(0x725)]);let _0x29fcdd=_0x30b589[_0x1ac25d(0x725)]['getAttribute'](_0x451258);return _0x30b589[_0x1ac25d(0x725)][_0x1ac25d(0x3e7)](_0x451258,_0x30b589['role']),this[_0x1ac25d(0x568)](),(0x0,_0x4a1c51[_0x1ac25d(0xbb)])(()=>{const _0x115e70=_0x1ac25d;_0x31f9e0==null||_0x31f9e0[_0x115e70(0x2cd)](_0x30b589[_0x115e70(0x725)]),(_0x31f9e0==null?void 0x0:_0x31f9e0[_0x115e70(0x347)])===0x0&&this[_0x115e70(0x39c)][_0x115e70(0x2cd)](_0x30b589[_0x115e70(0x5bc)]),_0x29fcdd==null?_0x30b589[_0x115e70(0x725)][_0x115e70(0x30f)](_0x451258):_0x30b589[_0x115e70(0x725)][_0x115e70(0x3e7)](_0x451258,_0x29fcdd),this[_0x115e70(0x568)]();});}[_0x118bac(0x491)](_0x1f1947){const _0x157d6e=_0x118bac;var _0x5c78d9;return _0x1f1947?[...(_0x5c78d9=this[_0x157d6e(0x39c)][_0x157d6e(0x714)](_0x1f1947))==null?[]:_0x5c78d9]:[];}[_0x118bac(0x49e)](_0x51e13c,_0x210bac,_0x59ab0a){const _0x37b9ec=_0x118bac;if(!_0x51e13c)return!0x1;let _0x27277e=this[_0x37b9ec(0x39c)][_0x37b9ec(0x714)](_0x51e13c),_0x4825c8=typeof(_0x59ab0a==null?void 0x0:_0x59ab0a[_0x37b9ec(0x179)])==_0x37b9ec(0x52a)?_0x59ab0a['composedPath']():void 0x0;return _0x27277e!=null&&_0x27277e[_0x37b9ec(0x347)]&&_0x4825c8!=null&&_0x4825c8[_0x37b9ec(0x48c)](_0x4afc1d=>_0x4afc1d instanceof HTMLElement&&this[_0x37b9ec(0x517)](_0x27277e,_0x4afc1d))||_0x4825c8!=null&&_0x4825c8[_0x37b9ec(0x48c)](_0x296691=>_0x296691 instanceof HTMLElement&&this[_0x37b9ec(0xb8)](_0x51e13c,_0x296691))?!0x0:_0x210bac instanceof HTMLElement&&(!!(_0x27277e!=null&&_0x27277e[_0x37b9ec(0x347)])&&this['_containsRegisteredElement'](_0x27277e,_0x210bac)||this['_isOwnedBoundaryElement'](_0x51e13c,_0x210bac));}[_0x118bac(0x517)](_0x3df72f,_0x2a8fe2){const _0x1bcfb9=_0x118bac;return[..._0x3df72f][_0x1bcfb9(0x48c)](_0x1a0950=>_0x1a0950===_0x2a8fe2||_0x1a0950['contains'](_0x2a8fe2));}[_0x118bac(0x659)](_0x4c8b67,_0x1b225c){const _0x2d03c6=_0x118bac;var _0x46de7b;return _0x4c8b67[_0x2d03c6(0x6d3)]&&_0x1b225c!=null&&(_0x46de7b=_0x1b225c[_0x2d03c6(0x350)])!=null&&_0x46de7b['includes'](_0x4c8b67['owner'])?!0x1:this[_0x2d03c6(0x4aa)](_0x4c8b67[_0x2d03c6(0x550)]);}[_0x118bac(0xd6)](_0x3a4291,_0x4198d7){const _0x19a3d6=_0x118bac;var _0xc49290;return _0x3a4291[_0x19a3d6(0x6d3)]&&_0x4198d7!=null&&(_0xc49290=_0x4198d7[_0x19a3d6(0x350)])!=null&&_0xc49290['includes'](_0x3a4291[_0x19a3d6(0x6d3)])?!0x1:_0x3a4291[_0x19a3d6(0x550)]!==_0x19a3d6(0x4e9);}['_leaseAppliesToHostUnit'](_0x38cb4d,_0x4a3b98){const _0x2361f5=_0x118bac;return _0x38cb4d['hostUnitId']==null||_0x38cb4d[_0x2361f5(0x2dc)]===_0x4a3b98;}[_0x118bac(0x307)](_0x4a6317,_0x1a557e){const _0xdaf0ca=_0x118bac;let _0x4d30d9=this['_runtimeScopes'][_0xdaf0ca(0x714)](_0x4a6317);return!!_0x4d30d9&&(_0x4d30d9[_0xdaf0ca(0x2dc)]==null||_0x4d30d9[_0xdaf0ca(0x2dc)]===_0x1a557e);}[_0x118bac(0x66f)](_0x37528e,_0x5cc338){const _0x3faee0=_0x118bac;var _0x45aee3;return _0x37528e[_0x3faee0(0x4c1)]===_0x5cc338||((_0x45aee3=_0x37528e[_0x3faee0(0x4c5)])==null?void 0x0:_0x45aee3[_0x3faee0(0x2a5)](_0x5cc338))===!0x0;}[_0x118bac(0x2c4)](_0x1eac38,_0x53d60a){const _0x3931fd=_0x118bac;var _0x1a598b;if(((_0x1a598b=this[_0x3931fd(0x13e)][_0x3931fd(0x714)](_0x1eac38))==null?void 0x0:_0x1a598b['childUnitId'])===_0x53d60a)return!0x0;let _0x51f74c=this[_0x3931fd(0x440)][_0x3931fd(0x714)](_0x1eac38);return!!_0x51f74c&&[..._0x51f74c]['some'](_0x551068=>this[_0x3931fd(0x66f)](_0x551068,_0x53d60a));}[_0x118bac(0x4aa)](_0x689763){const _0x4a3bdc=_0x118bac;return _0x689763!==_0x4a3bdc(0x4e9);}[_0x118bac(0x149)](_0x31443b){const _0x4cbf92=_0x118bac;let _0x55b23c=this['_resolveChildSessionMode'](_0x31443b);return _0x55b23c===_0x4cbf92(0x3b8)?0x1e:_0x55b23c===_0x4cbf92(0x3d8)?0x14:_0x55b23c===_0x4cbf92(0x3fd)?0xa:0x0;}[_0x118bac(0x3d2)](_0x56f8c9){const _0x9a82b7=_0x118bac;return _0x56f8c9[_0x9a82b7(0x760)]?_0x56f8c9[_0x9a82b7(0x760)]:_0x56f8c9[_0x9a82b7(0x6d3)]==='fullscreen-runtime'?'child-fullscreen':_0x56f8c9[_0x9a82b7(0x6d3)]===_0x9a82b7(0x317)||_0x56f8c9[_0x9a82b7(0x6d3)]==='doc-block-stage2-runtime'?_0x9a82b7(0x3d8):_0x56f8c9[_0x9a82b7(0x6d3)]===_0x9a82b7(0x498)?_0x9a82b7(0x3fd):_0x56f8c9['role']===_0x9a82b7(0x708)?'child-keyboard':'host-passive';}[_0x118bac(0xb8)](_0x36b95b,_0x11ee85){const _0x21a31f=_0x118bac;return _0x11ee85[_0x21a31f(0x46f)]('['+_0x123f1e+'=\x22'+_0x36b95b+'\x22]')!=null;}[_0x118bac(0x41e)](_0x4e4594,_0x326afc){const _0x35069d=_0x118bac;var _0x4c8083,_0x1581d3;let _0xb8d0b3=typeof(_0x326afc==null?void 0x0:_0x326afc[_0x35069d(0x179)])==_0x35069d(0x52a)?_0x326afc[_0x35069d(0x179)]():void 0x0,_0x3aee44=_0xb8d0b3==null?void 0x0:_0xb8d0b3['find'](_0x455c0e=>this[_0x35069d(0x62a)](_0x455c0e)&&_0x455c0e['hasAttribute']('data-embed-interaction-boundary-owner')),_0x24ccfe=_0x3aee44==null?this['_isHTMLElement'](_0x4e4594)?(_0x4c8083=_0x4e4594['closest'](_0x35069d(0x331)))==null?void 0x0:_0x4c8083:void 0x0:_0x3aee44;return(_0x1581d3=_0x24ccfe==null?void 0x0:_0x24ccfe['getAttribute'](_0x35069d(0x55c)))==null?this[_0x35069d(0x1e7)](_0x326afc):_0x1581d3;}[_0x118bac(0x1e7)](_0x43f15c){const _0x57ef0=_0x118bac;let _0x3bc9ae=this[_0x57ef0(0x693)](_0x43f15c);if(!_0x3bc9ae)return;let _0x46ae03;for(let [_0x1474f3,_0x50bfd4]of this[_0x57ef0(0x39c)])for(let _0x38f221 of _0x50bfd4){let _0x26d348=_0x38f221[_0x57ef0(0x6b7)]();if(!this['_rectContainsPoint'](_0x26d348,_0x3bc9ae[_0x57ef0(0x100)],_0x3bc9ae[_0x57ef0(0x573)]))continue;let _0x3f1f4e=_0x26d348[_0x57ef0(0x5df)]*_0x26d348[_0x57ef0(0x2c7)];(!_0x46ae03||_0x3f1f4e<_0x46ae03[_0x57ef0(0x2f2)])&&(_0x46ae03={'embedId':_0x1474f3,'area':_0x3f1f4e});}return _0x46ae03==null?void 0x0:_0x46ae03['embedId'];}[_0x118bac(0x693)](_0x1ee401){const _0x404d60=_0x118bac;let _0x3706a2=_0x1ee401;if(_0x3706a2){if(Number[_0x404d60(0xf6)](_0x3706a2[_0x404d60(0x100)])&&Number[_0x404d60(0xf6)](_0x3706a2[_0x404d60(0x573)]))return{'clientX':_0x3706a2[_0x404d60(0x100)],'clientY':_0x3706a2[_0x404d60(0x573)]};if(Number[_0x404d60(0xf6)](_0x3706a2['x'])&&Number[_0x404d60(0xf6)](_0x3706a2['y']))return{'clientX':_0x3706a2['x'],'clientY':_0x3706a2['y']};}}[_0x118bac(0x124)](_0x18d62c,_0x15b427,_0x18beae){const _0x39251c=_0x118bac;return _0x18d62c[_0x39251c(0x5df)]>0x0&&_0x18d62c[_0x39251c(0x2c7)]>0x0&&_0x15b427>=_0x18d62c[_0x39251c(0x41d)]&&_0x15b427<=_0x18d62c['right']&&_0x18beae>=_0x18d62c[_0x39251c(0x4bc)]&&_0x18beae<=_0x18d62c['bottom'];}[_0x118bac(0x11b)](){const _0x465df6=_0x118bac;var _0x2b79a7;let _0x36dc52=this[_0x465df6(0x147)]();if(!this['_isHTMLElement'](_0x36dc52))return;let _0x7f2006=_0x36dc52['closest']('['+_0x123f1e+']');if(!_0x7f2006)return;let _0x576df7=_0x7f2006[_0x465df6(0x38c)](_0x123f1e),_0x4c7e5d=(_0x2b79a7=_0x36dc52[_0x465df6(0x46f)](_0x465df6(0x2d2)))==null?void 0x0:_0x2b79a7[_0x465df6(0x38c)](_0x451258);return _0x576df7&&this[_0x465df6(0x6c9)](_0x4c7e5d)?{'embedId':_0x576df7,'role':_0x4c7e5d}:void 0x0;}['_isHTMLElement'](_0x19cbb3){const _0x48dd45=_0x118bac;var _0x381795;if(!_0x19cbb3)return!0x1;let _0x3172c9=(_0x381795=_0x19cbb3[_0x48dd45(0x18b)])==null?void 0x0:_0x381795['defaultView'];return _0x3172c9?_0x19cbb3 instanceof _0x3172c9[_0x48dd45(0xea)]:typeof HTMLElement<'u'&&_0x19cbb3 instanceof HTMLElement;}['_isRuntimeFocusRole'](_0x27a579){const _0x59cfc4=_0x118bac;return _0x27a579===_0x59cfc4(0x4e9)||_0x27a579==='child-session'||_0x27a579==='child-editor'||_0x27a579===_0x59cfc4(0x10a)||_0x27a579===_0x59cfc4(0xff);}[_0x118bac(0x147)](){const _0x181d43=_0x118bac;for(let _0x8c9a2d of this[_0x181d43(0x39c)]['values']()){var _0xd2465;let _0x4261f7=(_0xd2465=_0x8c9a2d[_0x181d43(0x308)]()[_0x181d43(0x2f7)]()['value'])==null?void 0x0:_0xd2465[_0x181d43(0x18b)];if(_0x4261f7!=null&&_0x4261f7[_0x181d43(0xfc)])return _0x4261f7[_0x181d43(0xfc)];}return typeof document>'u'?null:document['activeElement'];}[_0x118bac(0x5a9)](_0xb74ffe){const _0xef39bf=_0x118bac;var _0x2a2108,_0x3b10e0;let _0x280def=this[_0xef39bf(0x39c)][_0xef39bf(0x714)](_0xb74ffe),_0x57a6ec=_0x280def==null||(_0x2a2108=_0x280def['values']()[_0xef39bf(0x2f7)]()[_0xef39bf(0x664)])==null?void 0x0:_0x2a2108[_0xef39bf(0x18b)];return(_0x3b10e0=_0x57a6ec==null?void 0x0:_0x57a6ec[_0xef39bf(0xfc)])==null?typeof document>'u'?null:document['activeElement']:_0x3b10e0;}[_0x118bac(0x568)](){const _0x2d62f2=_0x118bac;this[_0x2d62f2(0x60f)]['next']();}[_0x118bac(0x34b)](){const _0x35782a=_0x118bac;this[_0x35782a(0x65a)][_0x35782a(0x2f7)]();}};let _0x123f1e=_0x118bac(0x55c);var _0x7aa80d=class{constructor(){const _0x2b0542=_0x118bac;_0x2d0c25(this,'_roots',new Map()),_0x2d0c25(this,'_portalObservers',new WeakMap()),_0x2d0c25(this,_0x2b0542(0x704),new WeakMap()),_0x2d0c25(this,_0x2b0542(0x348),void 0x0);}[_0x118bac(0x56f)](_0x36688b,_0x1b17a3){const _0x12bff0=_0x118bac;let _0x33863e=this['_roots'][_0x12bff0(0x714)](_0x36688b);_0x33863e||(_0x33863e=new Set(),this[_0x12bff0(0x339)]['set'](_0x36688b,_0x33863e)),_0x33863e['add'](_0x1b17a3);let _0x2bfe48=_0x1b17a3[_0x12bff0(0x38c)](_0x123f1e);_0x1b17a3[_0x12bff0(0x3e7)](_0x123f1e,_0x36688b);let _0x698b18=this['_registerRootPopupDescendantFocusRoles'](_0x36688b,_0x1b17a3),_0x5a49d0=()=>this[_0x12bff0(0x2be)](_0x36688b,_0x1b17a3[_0x12bff0(0x18b)]);return _0x1b17a3[_0x12bff0(0x607)](_0x12bff0(0x3a8),_0x5a49d0,!0x0),_0x1b17a3[_0x12bff0(0x607)](_0x12bff0(0x2f6),_0x5a49d0,!0x0),_0x1b17a3['addEventListener']('focusin',_0x5a49d0,!0x0),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x134ae8=_0x12bff0;var _0x26dba4;_0x698b18['dispose'](),_0x1b17a3[_0x134ae8(0x5cf)](_0x134ae8(0x3a8),_0x5a49d0,!0x0),_0x1b17a3['removeEventListener'](_0x134ae8(0x2f6),_0x5a49d0,!0x0),_0x1b17a3['removeEventListener'](_0x134ae8(0x640),_0x5a49d0,!0x0),((_0x26dba4=this['_pendingPortalOwner'])==null?void 0x0:_0x26dba4['embedId'])===_0x36688b&&this[_0x134ae8(0x348)]['document']===_0x1b17a3['ownerDocument']&&(this[_0x134ae8(0x348)]=void 0x0),_0x33863e==null||_0x33863e[_0x134ae8(0x2cd)](_0x1b17a3),_0x33863e&&_0x33863e['size']===0x0&&this[_0x134ae8(0x339)][_0x134ae8(0x2cd)](_0x36688b),_0x2bfe48==null?_0x1b17a3[_0x134ae8(0x30f)](_0x123f1e):_0x1b17a3['setAttribute'](_0x123f1e,_0x2bfe48);});}[_0x118bac(0x405)](_0x370448,_0x26cd54){const _0x2cbdc8=_0x118bac;let _0x46ca24=_0x26cd54[_0x2cbdc8(0x18b)][_0x2cbdc8(0x4de)],_0x1b2747=new Map(),_0x2fa1f8=new Map(),_0x4857ae,_0x377301=!0x1,_0x4104a8=_0x253f4d=>{const _0x160372=_0x2cbdc8;_0x1b2747['has'](_0x253f4d)||_0x1b2747[_0x160372(0x3d4)](_0x253f4d,_0x253f4d[_0x160372(0x38c)](_0x123f1e)),_0x2fa1f8[_0x160372(0x722)](_0x253f4d)||_0x2fa1f8[_0x160372(0x3d4)](_0x253f4d,_0x253f4d['getAttribute'](_0x451258));},_0x4cc32=_0x4c03c2=>{const _0x291304=_0x2cbdc8;_0x4104a8(_0x4c03c2),_0x4c03c2[_0x291304(0x3e7)](_0x123f1e,_0x370448),_0x4c03c2[_0x291304(0x3e7)](_0x451258,_0x291304(0x10a));},_0xb35366=_0x5c81de=>{const _0x59ce4a=_0x2cbdc8;this['_isUniverPortalTreeElement'](_0x5c81de)&&(_0x4cc32(_0x5c81de),_0x5c81de[_0x59ce4a(0x66b)]('*')[_0x59ce4a(0x362)](_0x4cc32));},_0x1b835e=_0xc20aa=>{const _0x166e5d=_0x2cbdc8;_0x377301||(_0xb35366(_0xc20aa),_0xc20aa['querySelectorAll']('*')[_0x166e5d(0x362)](_0x2ce1dd=>_0xb35366(_0x2ce1dd)));};return _0x1b835e(_0x26cd54),_0x46ca24!=null&&_0x46ca24[_0x2cbdc8(0x1b6)]&&(_0x4857ae=new _0x46ca24[(_0x2cbdc8(0x1b6))](_0xcd1371=>{_0xcd1371['forEach'](_0x4d1ee3=>{const _0x17f47e=_0x511b;_0x4d1ee3['addedNodes'][_0x17f47e(0x362)](_0x3e122d=>{_0x3e122d instanceof _0x46ca24['HTMLElement']&&_0x1b835e(_0x3e122d);});});}),_0x4857ae['observe'](_0x26cd54,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x4a1c51[_0x2cbdc8(0xbb)])(()=>{const _0x9d9a28=_0x2cbdc8;_0x377301=!0x0,_0x4857ae==null||_0x4857ae[_0x9d9a28(0x1ed)](),_0x1b2747[_0x9d9a28(0x362)]((_0x4fc657,_0x1c770a)=>{const _0x15e660=_0x9d9a28;if(_0x4fc657==null){_0x1c770a[_0x15e660(0x30f)](_0x123f1e);return;}_0x1c770a['setAttribute'](_0x123f1e,_0x4fc657);}),_0x2fa1f8[_0x9d9a28(0x362)]((_0xb137a4,_0x871ca0)=>{const _0x31b33d=_0x9d9a28;if(_0xb137a4==null){_0x871ca0[_0x31b33d(0x30f)](_0x451258);return;}_0x871ca0[_0x31b33d(0x3e7)](_0x451258,_0xb137a4);});});}[_0x118bac(0x41a)](_0x2d8a0f,_0x173843){const _0x455e70=_0x118bac;let _0x16b5d6=this[_0x455e70(0x339)][_0x455e70(0x714)](_0x2d8a0f);_0x16b5d6||(_0x16b5d6=new Set(),this[_0x455e70(0x339)][_0x455e70(0x3d4)](_0x2d8a0f,_0x16b5d6)),_0x16b5d6['add'](_0x173843);let _0x56e447=this[_0x455e70(0x282)](_0x2d8a0f,_0x173843);return(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x497b08=_0x455e70;_0x16b5d6==null||_0x16b5d6[_0x497b08(0x2cd)](_0x173843),_0x16b5d6&&_0x16b5d6[_0x497b08(0x347)]===0x0&&this['_roots']['delete'](_0x2d8a0f),_0x56e447['dispose']();});}[_0x118bac(0x1e8)](_0x30ed5a,_0x46211d,_0x21c773){const _0x76462d=_0x118bac;let _0x117efb=typeof(_0x21c773==null?void 0x0:_0x21c773[_0x76462d(0x179)])==_0x76462d(0x52a)?_0x21c773[_0x76462d(0x179)]():void 0x0;if(_0x117efb!=null&&_0x117efb[_0x76462d(0x48c)](_0x2beda6=>_0x2beda6 instanceof HTMLElement&&this['_isOwnedElement'](_0x30ed5a,_0x2beda6)))return!0x0;if(!(_0x46211d instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x30ed5a,_0x46211d))return!0x0;if(!_0x30ed5a)return Array['from'](this[_0x76462d(0x339)][_0x76462d(0x308)]())['some'](_0x1eb091=>[..._0x1eb091][_0x76462d(0x48c)](_0x11d8f9=>_0x11d8f9['isConnected']&&_0x11d8f9['contains'](_0x46211d)));let _0x1f4991=this[_0x76462d(0x339)]['get'](_0x30ed5a);return!!_0x1f4991&&[..._0x1f4991]['some'](_0x5c8f75=>_0x5c8f75['isConnected']&&_0x5c8f75[_0x76462d(0x1e8)](_0x46211d));}[_0x118bac(0x63b)](_0x176a4c){const _0x88ecc1=_0x118bac;let _0x2fe802=_0x176a4c?this[_0x88ecc1(0x704)]['get'](_0x176a4c):typeof document<'u'?this[_0x88ecc1(0x704)][_0x88ecc1(0x714)](document):void 0x0;if(_0x2fe802!=null&&_0x2fe802['length'])return!0x0;let _0x41d9a9=this['_pendingPortalOwner'];return!_0x41d9a9||Date[_0x88ecc1(0x765)]()>_0x41d9a9[_0x88ecc1(0x4dc)]?!0x1:!_0x176a4c||_0x41d9a9[_0x88ecc1(0xc6)]===_0x176a4c;}[_0x118bac(0x2e3)](_0x25e12b,_0x5c7b4b){const _0x1fa2ad=_0x118bac;if(!_0x25e12b)return!0x1;let _0x350a42=_0x5c7b4b?this['_activePortalOwners'][_0x1fa2ad(0x714)](_0x5c7b4b):typeof document<'u'?this['_activePortalOwners']['get'](document):void 0x0;if(_0x350a42!=null&&_0x350a42['some'](_0x3e40bc=>_0x3e40bc[_0x1fa2ad(0x5bc)]===_0x25e12b))return!0x0;let _0x6c35c6=this[_0x1fa2ad(0x348)];return!_0x6c35c6||_0x6c35c6[_0x1fa2ad(0x5bc)]!==_0x25e12b||Date[_0x1fa2ad(0x765)]()>_0x6c35c6[_0x1fa2ad(0x4dc)]?!0x1:!_0x5c7b4b||_0x6c35c6[_0x1fa2ad(0xc6)]===_0x5c7b4b;}[_0x118bac(0x125)](_0x30f69f,_0x3ce341){const _0x13fcc8=_0x118bac;!_0x30f69f||!(_0x3ce341!=null&&_0x3ce341['body'])||this[_0x13fcc8(0x4e8)](_0x30f69f,_0x3ce341)[_0x13fcc8(0x362)](_0xc3ba7=>this[_0x13fcc8(0x1f4)](_0xc3ba7,_0x3ce341));}['activatePortalScope'](_0x1193bd,_0x546176){const _0x488aed=_0x118bac;var _0x1783f1,_0x4d9636;if(!(_0x546176!=null&&_0x546176[_0x488aed(0x627)]))return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0x26a098=Symbol(_0x1193bd),_0x28d018=(_0x1783f1=this[_0x488aed(0x704)][_0x488aed(0x714)](_0x546176))==null?[]:_0x1783f1;return _0x28d018[_0x488aed(0x6f2)]({'embedId':_0x1193bd,'token':_0x26a098}),this[_0x488aed(0x704)][_0x488aed(0x3d4)](_0x546176,_0x28d018),this['_ensurePortalObserver'](_0x546176),this['_markExistingBodyPortals'](_0x1193bd,_0x546176,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x488aed(0x50d)](_0x1193bd,_0x546176),(_0x4d9636=_0x546176[_0x488aed(0x4de)])==null||_0x4d9636[_0x488aed(0x1cb)](()=>{const _0x5aee56=_0x488aed;let _0x2f1938=this[_0x5aee56(0x6ad)](_0x546176);(_0x2f1938==null?void 0x0:_0x2f1938[_0x5aee56(0x5bc)])===_0x1193bd&&_0x2f1938[_0x5aee56(0x461)]===_0x26a098&&(this['_markExistingBodyPortals'](_0x1193bd,_0x546176,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5aee56(0x50d)](_0x1193bd,_0x546176));},0x0),(0x0,_0x4a1c51[_0x488aed(0xbb)])(()=>{const _0x5d3622=_0x488aed;let _0x267cc5=this[_0x5d3622(0x704)][_0x5d3622(0x714)](_0x546176),_0x44574f=!0x1;if(_0x267cc5){let _0x558edc=_0x267cc5[_0x5d3622(0x54a)](_0x5a8e87=>_0x5a8e87[_0x5d3622(0x5bc)]===_0x1193bd&&_0x5a8e87[_0x5d3622(0x461)]===_0x26a098);_0x558edc>=0x0&&_0x267cc5['splice'](_0x558edc,0x1),_0x44574f=_0x267cc5[_0x5d3622(0x48c)](_0x391de7=>_0x391de7[_0x5d3622(0x5bc)]===_0x1193bd),_0x267cc5[_0x5d3622(0x51d)]===0x0&&this[_0x5d3622(0x704)]['delete'](_0x546176);}_0x44574f||this[_0x5d3622(0x5f4)](_0x1193bd,_0x546176);let _0x5ba8bb=this[_0x5d3622(0x6ad)](_0x546176);_0x5ba8bb&&(this['_markExistingBodyPortals'](_0x5ba8bb[_0x5d3622(0x5bc)],_0x546176,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x5d3622(0x50d)](_0x5ba8bb[_0x5d3622(0x5bc)],_0x546176));});}[_0x118bac(0x4e8)](_0x50c333,_0x2cf055){const _0x51a0ae=_0x118bac;var _0x500fc6;let _0x39ae7d=new Set(),_0xd6b43d=_0x27b73c=>{const _0x521088=_0x511b;let _0x1de1f0=this[_0x521088(0x4eb)](_0x27b73c);!_0x1de1f0||!this[_0x521088(0x33d)](_0x50c333,_0x1de1f0)||_0x39ae7d[_0x521088(0x410)](_0x1de1f0);};return _0x2cf055[_0x51a0ae(0x627)][_0x51a0ae(0x66b)]('['+_0x123f1e+'=\x22'+_0x50c333+'\x22]')['forEach'](_0xd6b43d),(_0x500fc6=this[_0x51a0ae(0x339)][_0x51a0ae(0x714)](_0x50c333))==null||_0x500fc6[_0x51a0ae(0x362)](_0x20aa29=>{const _0x38ea50=_0x51a0ae;_0x20aa29['isConnected']&&(_0xd6b43d(_0x20aa29),_0x20aa29[_0x38ea50(0x66b)]('*')[_0x38ea50(0x362)](_0xd6b43d));}),[..._0x39ae7d][_0x51a0ae(0x76c)]((_0x15345f,_0x420ee5)=>_0x15345f[_0x51a0ae(0x1e8)](_0x420ee5)?0x1:_0x420ee5[_0x51a0ae(0x1e8)](_0x15345f)?-0x1:0x0);}[_0x118bac(0x4eb)](_0x44d610){const _0x224443=_0x118bac;var _0x43a6e4;if(!_0x44d610[_0x224443(0x46f)](_0x224443(0x2a7))&&this['_isUniverPortalTreeElement'](_0x44d610))return(_0x43a6e4=_0x44d610[_0x224443(0x46f)](_0x224443(0x606)))==null?_0x44d610:_0x43a6e4;}['_dispatchEscapeToFloatingSurface'](_0x3bc6cd,_0x31ebad){const _0x585faf=_0x118bac;let _0x3b442a=_0x31ebad[_0x585faf(0x4de)],_0x3b993e=_0x31ebad[_0x585faf(0xfc)]instanceof HTMLElement&&_0x3bc6cd[_0x585faf(0x1e8)](_0x31ebad[_0x585faf(0xfc)])?_0x31ebad[_0x585faf(0xfc)]:_0x3bc6cd,_0x2d2f3e=_0x3b442a!=null&&_0x3b442a[_0x585faf(0x387)]?new _0x3b442a[(_0x585faf(0x387))](_0x585faf(0x449),{'key':'Escape','code':'Escape','bubbles':!0x0,'cancelable':!0x0}):new Event(_0x585faf(0x449),{'bubbles':!0x0,'cancelable':!0x0});_0x3b993e['dispatchEvent'](_0x2d2f3e);}[_0x118bac(0x33d)](_0x34715d,_0x3c54ce){const _0x50774a=_0x118bac;let _0x669cd2=_0x3c54ce['closest']('['+_0x123f1e+']'),_0x17983e=_0x669cd2==null?void 0x0:_0x669cd2[_0x50774a(0x38c)](_0x123f1e);if(_0x17983e&&(!_0x34715d||_0x17983e===_0x34715d))return!0x0;if(!_0x34715d)return Array[_0x50774a(0x289)](this[_0x50774a(0x339)]['values']())[_0x50774a(0x48c)](_0x586919=>[..._0x586919][_0x50774a(0x48c)](_0x19cffa=>_0x19cffa===_0x3c54ce||_0x19cffa[_0x50774a(0x1e8)](_0x3c54ce)));let _0x12d826=this[_0x50774a(0x339)][_0x50774a(0x714)](_0x34715d);return!!_0x12d826&&[..._0x12d826][_0x50774a(0x48c)](_0x4c2a91=>_0x4c2a91===_0x3c54ce||_0x4c2a91['contains'](_0x3c54ce));}[_0x118bac(0x2be)](_0xac9cce,_0x362b33){const _0x29679b=_0x118bac;var _0x3d6453;_0x362b33!=null&&_0x362b33['body']&&(this['_pendingPortalOwner']={'embedId':_0xac9cce,'document':_0x362b33,'expiresAt':Date['now']()+0x3e8},this[_0x29679b(0x3c5)](_0x362b33),this[_0x29679b(0xdb)](_0xac9cce,_0x362b33,{'includeAppShellEditorPortal':!0x1}),(_0x3d6453=_0x362b33[_0x29679b(0x4de)])==null||_0x3d6453[_0x29679b(0x1cb)](()=>{const _0x37a02b=_0x29679b;let _0x42b692=this[_0x37a02b(0x348)];(_0x42b692==null?void 0x0:_0x42b692[_0x37a02b(0x5bc)])===_0xac9cce&&_0x42b692[_0x37a02b(0xc6)]===_0x362b33&&Date[_0x37a02b(0x765)]()<=_0x42b692['expiresAt']&&this['_markExistingBodyPortals'](_0xac9cce,_0x362b33,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x118bac(0x3c5)](_0x3b95b5){const _0x544569=_0x118bac;if(this[_0x544569(0x577)][_0x544569(0x722)](_0x3b95b5)||!_0x3b95b5[_0x544569(0x627)])return;let _0x31c53a=_0x3b95b5[_0x544569(0x4de)];if(!(_0x31c53a!=null&&_0x31c53a[_0x544569(0x1b6)]))return;let _0x556319=new _0x31c53a[(_0x544569(0x1b6))](_0x4ecae5=>{const _0x1522b4=_0x544569;let _0x109a07=this[_0x1522b4(0x3a4)](_0x3b95b5);if(!_0x109a07)return;let _0x11531b={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x109a07['stable'],'allowDirectBodyPortal':!_0x109a07['stable']};_0x4ecae5[_0x1522b4(0x362)](_0x3051bd=>{const _0x3f0f8b=_0x1522b4;_0x3051bd[_0x3f0f8b(0x614)]==='attributes'&&_0x3051bd['target']instanceof _0x31c53a[_0x3f0f8b(0xea)]&&this[_0x3f0f8b(0x763)](_0x3051bd[_0x3f0f8b(0x6a7)],_0x109a07[_0x3f0f8b(0x5bc)],_0x3b95b5,_0x11531b),_0x3051bd[_0x3f0f8b(0x398)][_0x3f0f8b(0x362)](_0x5c395d=>{const _0x41d71d=_0x3f0f8b;_0x5c395d instanceof _0x31c53a[_0x41d71d(0xea)]&&(this['_markBodyPortalOwner'](_0x5c395d,_0x109a07[_0x41d71d(0x5bc)],_0x3b95b5,_0x11531b),_0x5c395d[_0x41d71d(0x66b)]('*')['forEach'](_0x48a791=>{const _0x448ef4=_0x41d71d;this[_0x448ef4(0x763)](_0x48a791,_0x109a07[_0x448ef4(0x5bc)],_0x3b95b5,_0x11531b);}));});}),_0x109a07[_0x1522b4(0x379)]&&this[_0x1522b4(0x50d)](_0x109a07[_0x1522b4(0x5bc)],_0x3b95b5);});_0x556319['observe'](_0x3b95b5['body'],{'attributeFilter':[_0x544569(0xdd),_0x544569(0x769),'id','role',_0x544569(0x5d3)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x556319[_0x544569(0x158)](),this[_0x544569(0x577)][_0x544569(0x3d4)](_0x3b95b5,_0x556319);}[_0x118bac(0x763)](_0x51f4ed,_0x2aec27,_0x1fde98,_0x4ec57c={}){const _0x38b8eb=_0x118bac;_0x4ec57c['allowDirectBodyPortal']===!0x1&&_0x51f4ed[_0x38b8eb(0x6d4)]===_0x1fde98['body']&&!this[_0x38b8eb(0xf7)](_0x51f4ed)&&!this['_isAppShellEditorPortalCandidate'](_0x51f4ed)||this[_0x38b8eb(0x632)](_0x51f4ed,_0x1fde98,_0x4ec57c)&&(!this[_0x38b8eb(0x33c)](_0x51f4ed)&&this['_isDetachedOffscreenPortalCandidate'](_0x51f4ed,_0x1fde98)||(this[_0x38b8eb(0x363)](_0x51f4ed,_0x2aec27,_0x1fde98),this['_markInteractionBoundaryOwnerTree'](_0x2aec27,_0x51f4ed,{'transient':!0x0}),this[_0x38b8eb(0x192)](_0x51f4ed,_0x4ec57c)));}[_0x118bac(0xdb)](_0x10adf5,_0x3a1812,_0xcc27ed={}){const _0x17da37=_0x118bac;_0x3a1812['body'][_0x17da37(0x66b)]('*')[_0x17da37(0x362)](_0x20a456=>{const _0x2d17ef=_0x17da37;this[_0x2d17ef(0x763)](_0x20a456,_0x10adf5,_0x3a1812,{'includeAppShellEditorPortal':_0xcc27ed[_0x2d17ef(0xd7)],'allowOwnedPortalReassignment':_0xcc27ed['allowOwnedPortalReassignment'],'allowDirectBodyPortal':_0xcc27ed['allowDirectBodyPortal']});});}['_isBodyPortalCandidate'](_0x15670a,_0x4dea71,_0x4c1465={}){const _0x564811=_0x118bac;if(!_0x4dea71[_0x564811(0x627)][_0x564811(0x1e8)](_0x15670a))return!0x1;let _0x3aaef0=!!_0x4c1465['includeAppShellEditorPortal']&&this['_isAppShellEditorPortalCandidate'](_0x15670a),_0x29117a=this[_0x564811(0xf7)](_0x15670a);if(!_0x4c1465['allowOwnedPortalReassignment']&&!_0x3aaef0&&_0x15670a[_0x564811(0x46f)](_0x564811(0x331))||_0x15670a['id']===_0x564811(0x58d))return!0x1;let _0x4b372d=_0x15670a[_0x564811(0x6d4)];return!!_0x4c1465[_0x564811(0x1e3)]&&_0x4b372d===_0x4dea71[_0x564811(0x627)]||(_0x4b372d==null?void 0x0:_0x4b372d[_0x564811(0x46f)](_0x564811(0x208)))!=null||_0x29117a||_0x3aaef0;}[_0x118bac(0x33c)](_0x3ea788){const _0x3c16e3=_0x118bac;var _0xc06feb,_0x2be70b;return((_0xc06feb=_0x3ea788[_0x3c16e3(0x6d4)])==null?void 0x0:_0xc06feb['id'])!==_0x3c16e3(0x58d)&&((_0x2be70b=_0x3ea788[_0x3c16e3(0x46f)](_0x3c16e3(0x75c)))==null?void 0x0:_0x2be70b[_0x3c16e3(0x6d4)])!==_0x3ea788[_0x3c16e3(0x18b)][_0x3c16e3(0x627)]?!0x1:_0x3ea788['id'][_0x3c16e3(0x5ea)](_0x3c16e3(0x238))||_0x3ea788['id'][_0x3c16e3(0x5ea)](_0x3c16e3(0x488))||_0x3ea788[_0x3c16e3(0x46f)]('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x3ea788['closest']('[id^=\x22__editor___INTERNAL_EDITOR__\x22]')!=null;}['_isHostDocEditorPortal'](_0x2df718){const _0x27c8aa=_0x118bac;return _0x2df718['id'][_0x27c8aa(0x5ea)]('__editor_docs-')||_0x2df718['id'][_0x27c8aa(0x5ea)](_0x27c8aa(0x2b4))||_0x2df718[_0x27c8aa(0x46f)]('[id^=\x22univer-doc-selection-container-docs-\x22]')!=null||_0x2df718[_0x27c8aa(0x46f)](_0x27c8aa(0x739))!=null;}['_isUniverPortalCandidate'](_0x6b5a83){const _0x30d3ed=_0x118bac;let _0x29bad3=typeof _0x6b5a83['className']==_0x30d3ed(0x1b3)?_0x6b5a83[_0x30d3ed(0xbf)]:'';if(_0x6b5a83['getAttribute'](_0x30d3ed(0x769))===_0x30d3ed(0xd9)||_0x6b5a83[_0x30d3ed(0x19a)][_0x30d3ed(0x1e8)](_0x30d3ed(0x616))||_0x6b5a83[_0x30d3ed(0x19a)][_0x30d3ed(0x1e8)]('univer-popover')||_0x6b5a83['classList'][_0x30d3ed(0x1e8)](_0x30d3ed(0x1c8))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x30d3ed(0x4b9)](_0x29bad3))return!0x0;let _0x28d435=_0x6b5a83[_0x30d3ed(0x38c)]('role');return _0x28d435===_0x30d3ed(0x24e)||_0x28d435===_0x30d3ed(0x152)||_0x28d435===_0x30d3ed(0x4c6)||_0x28d435===_0x30d3ed(0x571)||_0x6b5a83[_0x30d3ed(0x39b)](_0x30d3ed(0x70f));}[_0x118bac(0x17f)](_0x148e03,_0x32f550){const _0x2cd528=_0x118bac;var _0x20914d,_0xc81f35;if(!this['_isUniverPortalTreeElement'](_0x148e03))return!0x1;let _0x36de39=(_0x20914d=_0x148e03[_0x2cd528(0x46f)](_0x2cd528(0x606)))==null?_0x148e03:_0x20914d,_0x2dff11=(_0xc81f35=_0x36de39['closest']('#app'))==null?_0x36de39[_0x2cd528(0x6d4)]:_0xc81f35;if(_0x36de39[_0x2cd528(0x6d4)]!==_0x32f550[_0x2cd528(0x627)]&&(_0x2dff11==null?void 0x0:_0x2dff11[_0x2cd528(0x6d4)])!==_0x32f550[_0x2cd528(0x627)])return!0x1;let _0x51ed22=_0x32f550[_0x2cd528(0x4de)];if(!_0x51ed22)return!0x1;let _0x430ecd=_0x36de39[_0x2cd528(0x6b7)]();return _0x430ecd['right']<0x0||_0x430ecd[_0x2cd528(0x587)]<0x0||_0x430ecd[_0x2cd528(0x41d)]>_0x51ed22[_0x2cd528(0x6a4)]||_0x430ecd[_0x2cd528(0x4bc)]>_0x51ed22[_0x2cd528(0x480)]?!0x0:_0x430ecd[_0x2cd528(0x5df)]<=0x0||_0x430ecd['height']<=0x0?_0x430ecd['left']<0x0||_0x430ecd[_0x2cd528(0x4bc)]<0x0||_0x430ecd[_0x2cd528(0x41d)]>_0x51ed22[_0x2cd528(0x6a4)]||_0x430ecd['top']>_0x51ed22[_0x2cd528(0x480)]:!0x1;}[_0x118bac(0x192)](_0x248f1f,_0x2a4164={}){const _0x9c4304=_0x118bac;let _0x29240d=_0x2a4164[_0x9c4304(0xd7)]&&this[_0x9c4304(0x33c)](_0x248f1f)?'child-editor':this[_0x9c4304(0x12e)](_0x248f1f)?_0x9c4304(0x10a):void 0x0;_0x29240d&&(_0x248f1f[_0x9c4304(0x3e7)](_0x451258,_0x29240d),_0x248f1f[_0x9c4304(0x66b)]('*')['forEach'](_0xb03385=>{const _0x3470e7=_0x9c4304;_0xb03385[_0x3470e7(0x3e7)](_0x451258,_0x29240d);}));}[_0x118bac(0x282)](_0x2ee0fe,_0xff9158,_0x518dba={}){const _0x3ce8a4=_0x118bac;let _0x5a345c=new Map(),_0x402919=_0x3e526f=>{const _0x15571a=_0x511b;_0x518dba[_0x15571a(0x55f)]||_0x5a345c['set'](_0x3e526f,_0x3e526f[_0x15571a(0x38c)](_0x123f1e)),_0x3e526f[_0x15571a(0x3e7)](_0x123f1e,_0x2ee0fe);};return _0x402919(_0xff9158),_0xff9158['querySelectorAll']('*')[_0x3ce8a4(0x362)](_0x402919),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x9a307a=_0x3ce8a4;_0x5a345c[_0x9a307a(0x362)]((_0x35341d,_0x4e2958)=>{const _0x1c9e44=_0x9a307a;if(_0x35341d==null){_0x4e2958[_0x1c9e44(0x30f)](_0x123f1e);return;}_0x4e2958['setAttribute'](_0x123f1e,_0x35341d);});});}['_isUniverPortalTreeElement'](_0x41d756){const _0x201f01=_0x118bac;return this[_0x201f01(0xf7)](_0x41d756)||_0x41d756[_0x201f01(0x46f)](_0x201f01(0x606))!=null;}[_0x118bac(0x3a4)](_0x2ae774){const _0x4db13a=_0x118bac;let _0x16210c=this[_0x4db13a(0x6ad)](_0x2ae774);if(_0x16210c)return{'embedId':_0x16210c[_0x4db13a(0x5bc)],'stable':!0x0};let _0x4dedda=this['_pendingPortalOwner'];if(_0x4dedda&&_0x4dedda[_0x4db13a(0xc6)]===_0x2ae774&&Date['now']()<=_0x4dedda['expiresAt'])return{'embedId':_0x4dedda[_0x4db13a(0x5bc)],'stable':!0x1};}[_0x118bac(0x6ad)](_0x19e591){const _0x3ec9cb=_0x118bac;let _0x533d15=this['_activePortalOwners'][_0x3ec9cb(0x714)](_0x19e591);return _0x533d15==null?void 0x0:_0x533d15[_0x533d15[_0x3ec9cb(0x51d)]-0x1];}[_0x118bac(0x50d)](_0x21f2e4,_0x2873fe){const _0x17b8dd=_0x118bac;let _0x5ed3d3=this[_0x17b8dd(0x339)][_0x17b8dd(0x714)](_0x21f2e4);_0x2873fe[_0x17b8dd(0x627)][_0x17b8dd(0x66b)]('['+_0x123f1e+'=\x22'+_0x21f2e4+'\x22]')['forEach'](_0x58827c=>{const _0x48266b=_0x17b8dd;_0x58827c[_0x48266b(0x6d4)]===_0x2873fe[_0x48266b(0x627)]&&(_0x5ed3d3&&[..._0x5ed3d3]['some'](_0x4bd239=>_0x4bd239===_0x58827c||_0x4bd239[_0x48266b(0x1e8)](_0x58827c))||this[_0x48266b(0xf7)](_0x58827c)||this['_isAppShellEditorPortalCandidate'](_0x58827c)||_0x58827c[_0x48266b(0x30f)](_0x123f1e));});}['_blurActiveElementBeforePortalReassignment'](_0x4dccf0,_0x595020,_0x5604fb){const _0x23a332=_0x118bac;let _0x609c18=_0x4dccf0[_0x23a332(0x38c)](_0x123f1e);if(!_0x609c18||_0x609c18===_0x595020)return;let _0x20a511=_0x5604fb['activeElement'];!(_0x20a511 instanceof HTMLElement)||_0x20a511!==_0x4dccf0&&!_0x4dccf0['contains'](_0x20a511)||(_0x20a511[_0x23a332(0x502)](),_0x5604fb[_0x23a332(0xfc)]===_0x20a511&&this[_0x23a332(0x429)](_0x5604fb));}[_0x118bac(0x5f4)](_0x42bc0a,_0x283d9f){const _0x4e0647=_0x118bac;let _0x5eef38=this['_roots'][_0x4e0647(0x714)](_0x42bc0a),_0x582f90=_0x283d9f[_0x4e0647(0x627)][_0x4e0647(0x66b)]('['+_0x123f1e+'=\x22'+_0x42bc0a+'\x22]'),_0x2748e7=_0x4059f8=>_0x5eef38!=null&&[..._0x5eef38][_0x4e0647(0x48c)](_0x3f384a=>_0x3f384a===_0x4059f8||_0x3f384a[_0x4e0647(0x1e8)](_0x4059f8)),_0x4eaf5d=[];_0x582f90[_0x4e0647(0x362)](_0x17a2b8=>{const _0x1ea24d=_0x4e0647;_0x2748e7(_0x17a2b8)||(_0x4eaf5d[_0x1ea24d(0x6f2)](_0x17a2b8),_0x17a2b8[_0x1ea24d(0x30f)](_0x123f1e),this['_removeRuntimeFocusRoleTree'](_0x17a2b8));});let _0x39abb1=_0x283d9f[_0x4e0647(0xfc)];_0x39abb1 instanceof HTMLElement&&_0x4eaf5d[_0x4e0647(0x48c)](_0x87582d=>_0x87582d===_0x39abb1||_0x87582d['contains'](_0x39abb1))&&(_0x39abb1[_0x4e0647(0x502)](),_0x283d9f['activeElement']===_0x39abb1&&this[_0x4e0647(0x429)](_0x283d9f));}[_0x118bac(0x429)](_0x2d5194){const _0x39bdf7=_0x118bac;let _0x236817=_0x2d5194[_0x39bdf7(0x627)];if(!_0x236817)return;let _0x1fb09a=_0x236817[_0x39bdf7(0x38c)](_0x39bdf7(0x3a3));_0x1fb09a==null&&(_0x236817[_0x39bdf7(0x1c4)]=-0x1),_0x236817[_0x39bdf7(0x2ac)]({'preventScroll':!0x0}),_0x1fb09a==null?_0x236817[_0x39bdf7(0x30f)](_0x39bdf7(0x3a3)):_0x236817[_0x39bdf7(0x3e7)](_0x39bdf7(0x3a3),_0x1fb09a),_0x2d5194[_0x39bdf7(0xfc)]!==_0x236817&&this[_0x39bdf7(0x16f)](_0x2d5194);}[_0x118bac(0x16f)](_0x33ffff){const _0x464af9=_0x118bac;var _0x5dfb8a;let _0x2c669d=_0x33ffff[_0x464af9(0x627)];if(!_0x2c669d)return;let _0x240c7b=_0x33ffff[_0x464af9(0x4c7)](_0x464af9(0x596));_0x240c7b['tabIndex']=-0x1,_0x240c7b[_0x464af9(0x3e7)](_0x464af9(0x2ca),_0x464af9(0xd4)),_0x240c7b[_0x464af9(0x5d3)]['cssText']=_0x464af9(0x504),_0x2c669d[_0x464af9(0x6e1)](_0x240c7b),_0x240c7b['focus']({'preventScroll':!0x0}),(_0x5dfb8a=_0x33ffff[_0x464af9(0x4de)])==null||_0x5dfb8a['setTimeout'](()=>_0x240c7b[_0x464af9(0x2f4)](),0x0);}['_removeRuntimeFocusRoleTree'](_0x45a618){const _0x1becfc=_0x118bac;(_0x45a618['getAttribute'](_0x1becfc(0x4a4))===_0x1becfc(0x222)||_0x45a618[_0x1becfc(0x38c)](_0x1becfc(0x4a4))===_0x1becfc(0x10a))&&_0x45a618[_0x1becfc(0x30f)](_0x451258),_0x45a618['querySelectorAll']('['+_0x451258+']')[_0x1becfc(0x362)](_0x4813d6=>{const _0x2b5acf=_0x1becfc;let _0x20f194=_0x4813d6[_0x2b5acf(0x38c)](_0x451258);(_0x20f194===_0x2b5acf(0x222)||_0x20f194===_0x2b5acf(0x10a))&&_0x4813d6[_0x2b5acf(0x30f)](_0x451258);});}},_0x22f07b=class{constructor(_0x2ff7b5={}){const _0x4f91e3=_0x118bac;_0x2d0c25(this,_0x4f91e3(0x11a),new Map()),_0x2d0c25(this,_0x4f91e3(0x3aa),void 0x0),this[_0x4f91e3(0x3aa)]=_0x5776ed(_0x2ff7b5['maxDepth']);}[_0x118bac(0x27c)](_0x2e2a54){const _0x46e1b1=_0x118bac;let _0x1b6614=this['getAncestryForHostUnit'](_0x2e2a54['hostUnitId']);return _0x1b6614[_0x46e1b1(0x48c)](_0x3b4552=>_0x3b4552[_0x46e1b1(0x2dc)]===_0x2e2a54[_0x46e1b1(0x4c1)]||_0x3b4552['childUnitId']===_0x2e2a54['childUnitId'])?{'allowed':!0x1,'reason':_0x46e1b1(0x446),'ancestry':_0x1b6614}:_0x1b6614['length']>=this[_0x46e1b1(0x3aa)]?{'allowed':!0x1,'reason':'max-depth','ancestry':_0x1b6614}:{'allowed':!0x0,'ancestry':_0x1b6614};}[_0x118bac(0x454)](_0x15b522){const _0x471ee4=_0x118bac;let _0x57a91e=[...this['getAncestryForHostUnit'](_0x15b522[_0x471ee4(0x2dc)]),{'hostUnitId':_0x15b522[_0x471ee4(0x2dc)],'embedId':_0x15b522[_0x471ee4(0x5bc)],'childUnitId':_0x15b522[_0x471ee4(0x4c1)]}];return this[_0x471ee4(0x11a)]['set'](_0x15b522[_0x471ee4(0x4c1)],_0x57a91e),(0x0,_0x4a1c51[_0x471ee4(0xbb)])(()=>{const _0x3a8d30=_0x471ee4;this[_0x3a8d30(0x11a)][_0x3a8d30(0x714)](_0x15b522[_0x3a8d30(0x4c1)])===_0x57a91e&&this[_0x3a8d30(0x11a)][_0x3a8d30(0x2cd)](_0x15b522[_0x3a8d30(0x4c1)]);});}[_0x118bac(0x1f0)](_0x1f1509){var _0x3d6d79;return(_0x3d6d79=this['_childUnitAncestry']['get'](_0x1f1509))==null?[]:_0x3d6d79;}['getParentEmbedId'](_0x4a129e){const _0x1de932=_0x118bac;var _0xf0c628;return(_0xf0c628=this[_0x1de932(0x1f0)](_0x4a129e)['at'](-0x1))==null?void 0x0:_0xf0c628['embedId'];}};function _0x5776ed(_0x264ee4){const _0x57a5c3=_0x118bac;return typeof _0x264ee4==_0x57a5c3(0x3bc)&&Number[_0x57a5c3(0xf6)](_0x264ee4)&&_0x264ee4>=0x0?Math['floor'](_0x264ee4):0x1;}let _0x501149=new Set([_0x118bac(0x78d),_0x118bac(0x36a),'identifier:ui.contextmenu.service',_0x118bac(0x575),_0x118bac(0x6c3),_0x118bac(0x202),_0x118bac(0xe0)]);function _0x53c6dd(_0x62053f){const _0x54f7bc=_0x118bac;let _0x120f47=_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x4a1c51[_0x54f7bc(0x723)]),_0x1ac7ba=_0x120f47[_0x54f7bc(0x553)](_0x62053f[_0x54f7bc(0x4c1)],_0x62053f[_0x54f7bc(0x559)]);if(!_0x1ac7ba)return;let _0x5629d0=_0x5903b9(_0x120f47,_0x62053f,_0x1ac7ba,new _0x416516[(_0x54f7bc(0x65e))](_0x1ac7ba),new _0x416516['BehaviorSubject'](_0x1ac7ba[_0x54f7bc(0x5eb)]())),_0x11b6b1=_0x5449b4(_0x62053f),_0x6a07a6=_0x2d4e8f(_0x62053f['injector'][_0x54f7bc(0x714)](_0x4a1c51['ICommandService']),_0x62053f,_0x120f47,_0x11b6b1),_0x36536b=new Map([[_0x4a1c51[_0x54f7bc(0x723)],_0x5629d0],[_0x4a1c51['ICommandService'],_0x6a07a6]]),_0x5bd7e1=[];if(_0x62053f[_0x54f7bc(0x559)]===_0x4a1c51['UniverInstanceType'][_0x54f7bc(0x76a)]&&_0x62053f['injector']['has'](_0x27f87e['IBoardElementService'])){let _0x3ec0c9=_0x62053f['injector'][_0x54f7bc(0x714)](_0x27f87e['IBoardElementService']),_0x4afc28=_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x4a1c51[_0x54f7bc(0xd8)]),_0x4cb282=new _0x48316b[(_0x54f7bc(0x1d8))](_0x4afc28),_0x4ed767=new _0x48316b[(_0x54f7bc(0x762))](_0x3ec0c9),_0x111045=new _0x48316b['BoardDomLayerService'](),_0x4216cd=new _0x48316b[(_0x54f7bc(0x622))](_0x3ec0c9,_0x4cb282),_0x5beedd=new _0x48316b[(_0x54f7bc(0x72c))](_0x6a07a6,_0x3ec0c9,_0x4ed767),_0x527780=new _0x48316b[(_0x54f7bc(0x655))](_0x3ec0c9,_0x4ed767),_0x3a2e56=new _0x48316b[(_0x54f7bc(0x698))](_0x3ec0c9,_0x5beedd,_0x62053f[_0x54f7bc(0x5c1)]['get'](_0x48316b['BoardShapeIntrinsicSizeService'])),_0x5532fb=new _0x48316b[(_0x54f7bc(0x541))](_0x6a07a6,_0x4ed767,_0x4cb282,_0x3ec0c9,_0x3a2e56),_0x31cc3d=new _0x48316b['BoardImageInsertService'](_0x5629d0,_0x5532fb,_0x4afc28,_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x722)](_0x4a1c51['IImageIoService'])?_0x62053f['injector'][_0x54f7bc(0x714)](_0x4a1c51[_0x54f7bc(0x451)]):void 0x0),_0xaf6cce=new _0x48316b['BoardToolService'](_0x4cb282,_0x6a07a6,_0x5629d0,_0x4afc28);_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x13f)],_0x4cb282),_0x36536b['set'](_0x48316b[_0x54f7bc(0x4fd)],_0x4ed767),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x61c)],_0x111045),_0x36536b['set'](_0x48316b[_0x54f7bc(0x72c)],_0x5beedd),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x541)],_0x5532fb),_0x36536b['set'](_0x48316b[_0x54f7bc(0x156)],_0x31cc3d),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x655)],_0x527780),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x622)],_0x4216cd),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b['BoardTextEditingService'],_0x3a2e56),_0x36536b[_0x54f7bc(0x3d4)](_0x48316b[_0x54f7bc(0x39a)],_0xaf6cce),_0x5bd7e1['push'](_0x4cb282,_0x4ed767,_0x111045,_0x3a2e56);}_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x722)](_0x22f07b)&&_0x36536b[_0x54f7bc(0x3d4)](_0x22f07b,_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x22f07b));let _0x288d18=_0x2f1cec(_0x62053f[_0x54f7bc(0x5c1)],_0x62053f[_0x54f7bc(0x559)]);_0x288d18&&_0x36536b[_0x54f7bc(0x3d4)](_0x4a1c51[_0x54f7bc(0x4d5)],_0x288d18);let _0x428f21=_0x309796(_0x62053f['injector'],_0x36536b);if(_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x722)](_0x1468c8['IUIRuntimeScopeService'])){let _0x500b3a=_0x62053f[_0x54f7bc(0x5c1)][_0x54f7bc(0x714)](_0x1468c8[_0x54f7bc(0x19e)]);_0x5bd7e1[_0x54f7bc(0x6f2)](_0x500b3a[_0x54f7bc(0x246)]({'unitId':_0x62053f['childUnitId'],'has':_0x370c27=>_0x428f21[_0x54f7bc(0x722)](_0x370c27),'get':_0xbc56c=>_0x428f21[_0x54f7bc(0x714)](_0xbc56c)}));}let _0x54d9e2=_0x199ee8(_0x62053f['injector'],_0x428f21);if(_0x54d9e2){_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x6b3)],{'useValue':_0x54d9e2}]);let _0x4b519f=new _0x1468c8['DesktopRibbonService'](_0x54d9e2,_0x5629d0);_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x78c)],{'useValue':_0x4b519f}]),_0x5bd7e1['push'](_0x4b519f);}if(_0x62053f[_0x54f7bc(0x6af)]['fullscreen']){let _0x5ca043=_0x5d2ecd(_0x428f21,_0x62053f['childUnitId']),_0x2443b5=new _0x1468c8[(_0x54f7bc(0x3dc))](),_0x54a77a=new _0x1468c8[(_0x54f7bc(0x378))]();_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x4bb)],{'useValue':_0x5ca043}]),_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x535)],{'useValue':_0x2443b5}]),_0x428f21['add']([_0x1468c8[_0x54f7bc(0x25a)],{'useValue':_0x54a77a}]),_0x5bd7e1['push'](_0x5ca043,_0x2443b5,_0x54a77a);}else{let _0x96b718=_0x4eaa87(_0x62053f[_0x54f7bc(0x5c1)],_0x428f21,_0x62053f[_0x54f7bc(0x4c1)]);_0x96b718&&_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x4bb)],{'useValue':_0x96b718}]);}let _0x3f490a=_0x3468a4(_0x62053f[_0x54f7bc(0x5c1)],_0x62053f);if(_0x428f21[_0x54f7bc(0x410)]([_0x1468c8[_0x54f7bc(0x537)],{'useValue':_0x3f490a}]),_0x5bd7e1['length']){let _0x48d198=_0x428f21[_0x54f7bc(0x60c)][_0x54f7bc(0x5ac)](_0x428f21),_0x25ba0d=!0x1;_0x428f21[_0x54f7bc(0x60c)]=()=>{const _0x5130fd=_0x54f7bc;_0x25ba0d||(_0x25ba0d=!0x0,_0x5bd7e1[_0x5130fd(0x362)](_0x1a4b3d=>_0x1a4b3d[_0x5130fd(0x60c)]()),_0x48d198());};}return _0x428f21;}function _0x1fcd33(_0x133899,_0x425841){const _0x51b901=_0x118bac;if(!_0x133899['has'](_0x4a1c51[_0x51b901(0xd8)]))return;let _0x547b83=_0x133899['get'](_0x4a1c51[_0x51b901(0xd8)]);return _0x309796(_0x133899,new Map([[_0x4a1c51[_0x51b901(0xd8)],_0x2e512d(_0x547b83,_0x425841)]]));}function _0x5903b9(_0x3d3073,_0x31c22a,_0x36138e,_0x570c51,_0x20f0a6){const _0x37714a=_0x118bac;return{'unitAdded$':_0x3d3073[_0x37714a(0x3e3)],'getTypeOfUnitAdded$':(..._0x4ad25a)=>_0x3d3073[_0x37714a(0x382)](..._0x4ad25a),'__addUnit':(..._0x170d06)=>_0x3d3073['__addUnit'](..._0x170d06),'unitDisposed$':_0x3d3073[_0x37714a(0x6f1)],'getTypeOfUnitDisposed$':(..._0x52505a)=>_0x3d3073[_0x37714a(0x2bd)](..._0x52505a),'focused$':_0x20f0a6['asObservable'](),'focusUnit':_0x1ef73e=>{const _0x1e47e8=_0x37714a;if(_0x1ef73e===null||_0x567dd8(_0x31c22a,_0x1ef73e)){_0x20f0a6[_0x1e47e8(0x441)]()!==_0x1ef73e&&_0x20f0a6[_0x1e47e8(0x2f7)](_0x1ef73e);return;}_0x3d3073[_0x1e47e8(0x737)](_0x1ef73e);},'getFocusedUnit':()=>{const _0x5a2117=_0x37714a;let _0x3b6903=_0x20f0a6['getValue']();if(_0x3b6903===null)return null;if(_0x3b6903===_0x31c22a['childUnitId'])return _0x36138e;if((0x0,_0x4a1c51[_0x5a2117(0x51f)])(_0x3b6903)){var _0x544812;return(_0x544812=_0x3d3073[_0x5a2117(0x553)](_0x3b6903))==null?_0x36138e:_0x544812;}return _0x3d3073[_0x5a2117(0x431)]();},'getCurrentUnitOfType':_0x149bf7=>_0x149bf7===_0x31c22a['childType']?_0x570c51[_0x37714a(0x441)]():_0x3d3073[_0x37714a(0x5b9)](_0x149bf7),'setCurrentUnitForType':_0x4d6894=>{const _0x18e70e=_0x37714a;if(_0x567dd8(_0x31c22a,_0x4d6894)){_0x570c51[_0x18e70e(0x441)]()!==_0x36138e&&_0x570c51['next'](_0x36138e);return;}_0x3d3073[_0x18e70e(0x164)](_0x4d6894);},'getCurrentTypeOfUnit$':_0x15ce5d=>_0x15ce5d===_0x31c22a[_0x37714a(0x559)]?_0x570c51[_0x37714a(0x4ee)]():_0x3d3073[_0x37714a(0x759)](_0x15ce5d),'createUnit':(..._0x17af22)=>_0x3d3073['createUnit'](..._0x17af22),'getUnitCreateOptions':(..._0xf58b15)=>_0x3d3073[_0x37714a(0x6ab)](..._0xf58b15),'disposeUnit':(..._0x2a1be1)=>_0x3d3073[_0x37714a(0x19f)](..._0x2a1be1),'registerCtorForType':(..._0x5f5921)=>_0x3d3073['registerCtorForType'](..._0x5f5921),'getUnit':(..._0x1cb0ed)=>_0x3d3073[_0x37714a(0x553)](..._0x1cb0ed),'getAllUnitsForType':(..._0x28a588)=>_0x3d3073[_0x37714a(0x731)](..._0x28a588),'getUnitType':(..._0x2d3c5c)=>_0x3d3073['getUnitType'](..._0x2d3c5c),'dispose':()=>{}};}function _0x567dd8(_0x1928f5,_0x5f4ab5){return _0x5f4ab5===_0x1928f5['childUnitId']||(0x0,_0x4a1c51['isInternalEditorID'])(_0x5f4ab5);}function _0x2d4e8f(_0x360572,_0x388c4d,_0x49ec77,_0x2d5338){const _0xc97c79=_0x118bac;return{'disposed':()=>_0x360572['disposed'](),'hasCommand':_0x43bff5=>_0x360572[_0xc97c79(0x18e)](_0x43bff5),'registerCommand':(..._0x3047c8)=>_0x360572[_0xc97c79(0x5f8)](..._0x3047c8),'unregisterCommand':_0x18492a=>_0x360572[_0xc97c79(0x2d1)](_0x18492a),'registerMultipleCommand':(..._0x2595a8)=>_0x360572[_0xc97c79(0x3ce)](..._0x2595a8),'executeCommand':async(..._0x1183a3)=>{const _0x476000=_0xc97c79;var _0x57a533,_0x163442;let _0x38a873=()=>_0x360572['executeCommand'](_0x1183a3[0x0],_0x594fbf(_0x388c4d,_0x1183a3[0x0],_0x1183a3[0x1]),_0x1183a3[0x2]);if(!_0x2d5338)return await _0x38a873();let _0x1a3333=_0x49ec77[_0x476000(0x5b9)](_0x388c4d[_0x476000(0x559)]),_0x1808ce=(_0x57a533=(_0x163442=_0x49ec77[_0x476000(0x431)]())==null?void 0x0:_0x163442['getUnitId']())==null?null:_0x57a533;try{return _0x49ec77[_0x476000(0x164)](_0x388c4d[_0x476000(0x4c1)]),_0x49ec77[_0x476000(0x737)](_0x388c4d[_0x476000(0x4c1)]),await _0x38a873();}finally{_0x1a3333&&_0x49ec77['setCurrentUnitForType'](_0x1a3333[_0x476000(0x5eb)]()),_0x3ea11(_0x388c4d,_0x49ec77,_0x1808ce);}},'syncExecuteCommand':(..._0x3a8cef)=>{const _0x570d29=_0xc97c79;var _0xb41444,_0x5a17ff;let _0x1a9999=()=>_0x360572[_0x570d29(0x2c5)](_0x3a8cef[0x0],_0x594fbf(_0x388c4d,_0x3a8cef[0x0],_0x3a8cef[0x1]),_0x3a8cef[0x2]);if(!_0x2d5338)return _0x1a9999();let _0x451950=_0x49ec77[_0x570d29(0x5b9)](_0x388c4d[_0x570d29(0x559)]),_0x116736=(_0xb41444=(_0x5a17ff=_0x49ec77[_0x570d29(0x431)]())==null?void 0x0:_0x5a17ff[_0x570d29(0x5eb)]())==null?null:_0xb41444;try{return _0x49ec77[_0x570d29(0x164)](_0x388c4d[_0x570d29(0x4c1)]),_0x49ec77[_0x570d29(0x737)](_0x388c4d[_0x570d29(0x4c1)]),_0x1a9999();}finally{_0x451950&&_0x49ec77['setCurrentUnitForType'](_0x451950[_0x570d29(0x5eb)]()),_0x3ea11(_0x388c4d,_0x49ec77,_0x116736);}},'onCommandExecuted':(..._0x40b2a5)=>_0x360572[_0xc97c79(0x301)](..._0x40b2a5),'beforeCommandExecuted':(..._0x3cfcdd)=>_0x360572[_0xc97c79(0x572)](..._0x3cfcdd),'onMutationExecutedForCollab':(..._0x367fa3)=>_0x360572['onMutationExecutedForCollab'](..._0x367fa3),'dispose':()=>{}};}function _0x5449b4(_0x517f39){const _0x7f7a88=_0x118bac;return _0x517f39[_0x7f7a88(0x6af)][_0x7f7a88(0x12a)]||_0x517f39[_0x7f7a88(0x319)][_0x7f7a88(0x3be)]==='docs-custom-block'?!0x0:_0x183e2d(_0x517f39);}function _0x183e2d(_0x31e8d8){const _0x4a773=_0x118bac;var _0x23b2c7;return _0x31e8d8[_0x4a773(0x319)][_0x4a773(0x3be)]===_0x4a773(0x3d5)||_0x31e8d8['descriptor'][_0x4a773(0x3be)]===_0x4a773(0x29c)||_0x31e8d8[_0x4a773(0x319)][_0x4a773(0x3be)]===_0x4a773(0x134)||_0x31e8d8['layout']===_0x4a773(0x5f7)||!!((_0x23b2c7=_0x31e8d8[_0x4a773(0x319)][_0x4a773(0x584)])!=null&&_0x23b2c7[_0x4a773(0x14f)]);}function _0x2f1cec(_0x1a7eff,_0xf8f72a){const _0x279f63=_0x118bac;var _0x14ad93;if(!_0x1a7eff[_0x279f63(0x722)](_0x4a1c51[_0x279f63(0x4d5)]))return;let _0x3c9317=_0x1a7eff[_0x279f63(0x714)](_0x4a1c51[_0x279f63(0x4d5)]),_0x51848c=_0x492da7(_0xf8f72a),_0x4450cb=new _0x416516[(_0x279f63(0x4bd))]();return{'contextChanged$':(0x0,_0x416516[_0x279f63(0x6bd)])(((_0x14ad93=_0x3c9317[_0x279f63(0x459)])==null?_0x416516[_0x279f63(0x644)]:_0x14ad93)[_0x279f63(0x188)]((0x0,_0x416516[_0x279f63(0x734)])(_0x5c5186=>Object[_0x279f63(0x472)](Object['entries'](_0x5c5186)[_0x279f63(0x2f0)](([_0x345d1b])=>!_0x514605(_0x345d1b)))),(0x0,_0x416516[_0x279f63(0x2f0)])(_0x1e00da=>Object[_0x279f63(0x11c)](_0x1e00da)[_0x279f63(0x51d)]>0x0)),_0x4450cb),'getContextValue':_0x10445b=>_0x514605(_0x10445b)?_0x25a16c(_0x51848c,_0x10445b):_0x3c9317[_0x279f63(0x220)](_0x10445b),'setContextValue':(_0x44315a,_0x317001)=>{const _0x112412=_0x279f63;if(!_0x514605(_0x44315a)){_0x3c9317[_0x112412(0x786)](_0x44315a,_0x317001);return;}_0x51848c[_0x112412(0x3d4)](_0x44315a,_0x317001),_0x4450cb[_0x112412(0x2f7)]({[_0x44315a]:_0x317001});},'subscribeContextValue$':_0xab8244=>_0x514605(_0xab8244)?new _0x416516[(_0x279f63(0x418))](_0x555bd8=>{const _0x2a615e=_0x279f63;let _0x2e9d5b=_0x4450cb[_0x2a615e(0x188)]((0x0,_0x416516['filter'])(_0x50345f=>_0x50345f[_0xab8244]!==void 0x0))[_0x2a615e(0x26e)](_0x552a1d=>_0x555bd8[_0x2a615e(0x2f7)](_0x552a1d[_0xab8244]));return _0x555bd8[_0x2a615e(0x2f7)](_0x25a16c(_0x51848c,_0xab8244)),()=>_0x2e9d5b[_0x2a615e(0x297)]();}):_0x3c9317[_0x279f63(0x191)](_0xab8244)};}function _0x492da7(_0x5bb591){const _0x493403=_0x118bac;return new Map([[_0x4a1c51[_0x493403(0x688)],!0x0],[_0x4a1c51[_0x493403(0x508)],_0x5bb591===_0x4a1c51[_0x493403(0x336)]['UNIVER_SHEET']],[_0x4a1c51['FOCUSING_DOC'],_0x5bb591===_0x4a1c51['UniverInstanceType'][_0x493403(0x3e8)]],[_0x4a1c51[_0x493403(0x518)],_0x5bb591===_0x4a1c51['UniverInstanceType'][_0x493403(0x3af)]],[_0x4a1c51[_0x493403(0x14c)],_0x5bb591===_0x4a1c51[_0x493403(0x336)][_0x493403(0x76a)]]]);}function _0x25a16c(_0x2e7fbe,_0x2694fd){const _0x4282d3=_0x118bac;var _0x15bf73;return(_0x15bf73=_0x2e7fbe[_0x4282d3(0x714)](_0x2694fd))!=null&&_0x15bf73;}function _0x514605(_0x47dd31){const _0x4b5c93=_0x118bac;return _0x47dd31[_0x4b5c93(0x5ea)](_0x4b5c93(0x690))||_0x47dd31===_0x4a1c51['EDITOR_ACTIVATED']||_0x47dd31===_0x4a1c51[_0x4b5c93(0x236)];}function _0x2e512d(_0x43b0a7,_0x56da4d){const _0x36fb14=_0x118bac;return{'getConfig':_0x52b0f9=>{const _0x442e0a=_0x511b;let _0x4967fb=_0x43b0a7[_0x442e0a(0x38b)](_0x52b0f9),_0x2c3e24=_0x56da4d['get'](_0x52b0f9);return _0x2c3e24?_0x2c3e24(_0x4967fb):_0x4967fb;},'setConfig':_0x43b0a7['setConfig'][_0x36fb14(0x5ac)](_0x43b0a7),'deleteConfig':_0x43b0a7['deleteConfig'][_0x36fb14(0x5ac)](_0x43b0a7),'subscribeConfigValue$':_0x43b0a7[_0x36fb14(0x240)][_0x36fb14(0x5ac)](_0x43b0a7),'configChanged$':_0x43b0a7[_0x36fb14(0x6c0)],'dispose':()=>{}};}function _0x594fbf(_0x132dc7,_0x301d1c,_0x6725e1){const _0x274de6=_0x118bac;if(_0x301d1c!==_0x73305e['CreateEmbedCommand']['id']||!_0x6725e1||typeof _0x6725e1!=_0x274de6(0x294))return _0x6725e1;let _0x5008bd=_0x6725e1;return _0x5008bd[_0x274de6(0x1b9)]?_0x5008bd:{..._0x5008bd,'parentEmbedId':_0x132dc7[_0x274de6(0x5bc)]};}function _0x309796(_0x4b5eec,_0x510a48,_0x1f0843=_0x4b5eec){const _0x530f5d=_0x118bac;var _0x5badd6;let _0x5c84df=(_0x5badd6=_0x5568da(_0x4b5eec))==null?_0x1f0843:_0x5badd6,_0x59ed3d=new Map(_0x510a48),_0x564d30=new Map(),_0x149458=new Set(),_0x267f10=new Map(),_0x14b62a;_0x59ed3d[_0x530f5d(0x362)]((_0x2e5f36,_0x472007)=>{_0x5c6108(_0x472007);});function _0x5c6108(_0x46a218){const _0x16eb56=_0x530f5d;let _0xb3f3d0=_0x181509(_0x46a218);return _0x149458['add'](_0xb3f3d0),_0x267f10['has'](_0xb3f3d0)||_0x267f10[_0x16eb56(0x3d4)](_0xb3f3d0,_0x46a218),_0xb3f3d0;}let _0x21b971=_0x5c797e=>{const _0x4230db=_0x530f5d;var _0x3b9cb4;return _0x59ed3d[_0x4230db(0x722)](_0x5c797e)||_0x564d30[_0x4230db(0x722)](_0x5c797e)||(_0x3b9cb4=_0x267f10[_0x4230db(0x714)](_0x181509(_0x5c797e)))==null?_0x5c797e:_0x3b9cb4;},_0x23f188=_0x3e9781=>{const _0x2920a5=_0x530f5d;let _0x1ebaff=_0x21b971(_0x3e9781);if(_0x59ed3d[_0x2920a5(0x722)](_0x1ebaff))return _0x59ed3d[_0x2920a5(0x714)](_0x1ebaff);let _0x227531=_0x564d30['get'](_0x1ebaff);if(!_0x227531)return;let _0x419a22=_0x227531();return _0x564d30[_0x2920a5(0x2cd)](_0x1ebaff),_0x59ed3d['set'](_0x1ebaff,_0x419a22),_0x2bb069(_0x14b62a,_0x1ebaff,_0x419a22),_0x1ebaff!==_0x3e9781&&_0x2bb069(_0x14b62a,_0x3e9781,_0x419a22),_0x419a22;},_0x2f7fc5=_0x3c3742=>{const _0x12aabe=_0x530f5d;let _0x3f5821=_0x21b971(_0x3c3742);return _0x59ed3d[_0x12aabe(0x722)](_0x3f5821)||_0x564d30[_0x12aabe(0x722)](_0x3f5821);},_0x483b6a=_0x350dde=>_0x149458[_0x530f5d(0x722)](_0x181509(_0x350dde)),_0x2c9a58=_0x3dd9f2=>_0x501149[_0x530f5d(0x722)](_0x181509(_0x3dd9f2)),_0x3d2a3f=_0x431ec1=>!_0x483b6a(_0x431ec1)&&_0x4b5eec[_0x530f5d(0x722)](_0x431ec1),_0x59ee06=()=>{const _0x35f9ed=_0x530f5d;if(_0x14b62a)return _0x14b62a;let _0x2c693f=_0x4b5eec['createChild'];if(typeof _0x2c693f==_0x35f9ed(0x52a))return _0x14b62a=_0x2c693f[_0x35f9ed(0xf4)](_0x4b5eec,[..._0x25b12d(_0x59ed3d),[_0x4a1c51[_0x35f9ed(0x721)],{'useFactory':()=>_0x14b62a}]]),_0x14b62a;},_0x206a37={'has':_0x27c7b9=>{const _0x5a2c0d=_0x530f5d;var _0x3f3831;if(_0x27c7b9===_0x4a1c51[_0x5a2c0d(0x721)]||_0x2f7fc5(_0x27c7b9)||_0x3d2a3f(_0x27c7b9))return!0x0;let _0x2d7a4a=_0x59ee06();return(_0x3f3831=_0x2d7a4a==null?void 0x0:_0x2d7a4a[_0x5a2c0d(0x722)](_0x27c7b9))==null?_0x4b5eec['has'](_0x27c7b9):_0x3f3831;},'get':(_0x4525e0,..._0xfdccfc)=>{const _0x5df06e=_0x530f5d;if(_0x4525e0===_0x4a1c51[_0x5df06e(0x721)])return _0x206a37;if(_0x158e92(_0xfdccfc,_0x4a1c51[_0x5df06e(0x2cb)][_0x5df06e(0x324)])){let _0x50fe47=_0x59ee06();_0x5b4234(_0x50fe47,_0x4525e0);let _0x31774f=_0x391d1a(_0x50fe47,_0x4525e0);return _0x31774f[_0x5df06e(0x70d)]?_0x31774f[_0x5df06e(0x664)]:_0x5ca99c(_0x50fe47||_0x4b5eec,_0x4525e0,_0xfdccfc);}return _0x2f7fc5(_0x4525e0)?_0x23f188(_0x4525e0):_0x158e92(_0xfdccfc,_0x4a1c51['LookUp'][_0x5df06e(0x213)])?_0x5ca99c(_0x4b5eec,_0x4525e0,_0x5d2c94(_0xfdccfc,_0x4a1c51['LookUp'][_0x5df06e(0x213)])):_0x3d2a3f(_0x4525e0)?_0x5ca99c(_0x4b5eec,_0x4525e0,_0xfdccfc):_0x5ca99c(_0x59ee06()||_0x4b5eec,_0x4525e0,_0xfdccfc);},'invoke':(_0x404a5b,..._0x2da60b)=>_0x404a5b({'has':_0x1a97a9=>{const _0x1ccad5=_0x530f5d;var _0x83ce69;if(_0x1a97a9===_0x4a1c51[_0x1ccad5(0x721)]||_0x2f7fc5(_0x1a97a9)||_0x3d2a3f(_0x1a97a9))return!0x0;let _0x1e0f21=_0x59ee06();return(_0x83ce69=_0x1e0f21==null?void 0x0:_0x1e0f21[_0x1ccad5(0x722)](_0x1a97a9))==null?_0x4b5eec['has'](_0x1a97a9):_0x83ce69;},'get':(_0x34151e,..._0x1c33a6)=>{const _0x2e0826=_0x530f5d;if(_0x34151e===_0x4a1c51['Injector'])return _0x206a37;if(_0x158e92(_0x1c33a6,_0x4a1c51[_0x2e0826(0x2cb)][_0x2e0826(0x324)])){let _0x4894e9=_0x59ee06();_0x5b4234(_0x4894e9,_0x34151e);let _0x7bde50=_0x391d1a(_0x4894e9,_0x34151e);return _0x7bde50[_0x2e0826(0x70d)]?_0x7bde50[_0x2e0826(0x664)]:_0x5ca99c(_0x4894e9||_0x4b5eec,_0x34151e,_0x1c33a6);}return _0x2f7fc5(_0x34151e)?_0x23f188(_0x34151e):_0x158e92(_0x1c33a6,_0x4a1c51['LookUp']['SKIP_SELF'])?_0x5ca99c(_0x4b5eec,_0x34151e,_0x5d2c94(_0x1c33a6,_0x4a1c51['LookUp'][_0x2e0826(0x213)])):_0x3d2a3f(_0x34151e)?_0x5ca99c(_0x4b5eec,_0x34151e,_0x1c33a6):_0x5ca99c(_0x59ee06()||_0x4b5eec,_0x34151e,_0x1c33a6);}},..._0x2da60b),'add':_0x592034=>{const _0x4d3ff4=_0x530f5d;let _0x5736e5=_0x131f09(_0x592034);if(_0x5736e5){if(_0x5736e5['kind']!=='factory'&&_0x3d2a3f(_0x5736e5[_0x4d3ff4(0x3a1)])&&!_0x2c9a58(_0x5736e5['identifier']))return;let _0x5ddbe9=_0x181509(_0x5736e5[_0x4d3ff4(0x3a1)]);if(_0x149458['has'](_0x5ddbe9))return;if(_0x5c6108(_0x5736e5['identifier']),_0x5736e5[_0x4d3ff4(0x6c4)]===_0x4d3ff4(0x664))_0x564d30[_0x4d3ff4(0x2cd)](_0x5736e5[_0x4d3ff4(0x3a1)]),_0x59ed3d[_0x4d3ff4(0x3d4)](_0x5736e5[_0x4d3ff4(0x3a1)],_0x5736e5[_0x4d3ff4(0x664)]);else{let _0x59b572=_0x59ee06();_0x59b572?_0x324557(_0x59b572,_0x5736e5[_0x4d3ff4(0x3a1)])||_0x59b572['add'](_0x592034):(_0x59ed3d[_0x4d3ff4(0x2cd)](_0x5736e5[_0x4d3ff4(0x3a1)]),_0x564d30[_0x4d3ff4(0x3d4)](_0x5736e5['identifier'],_0x5736e5['factory']));}return;}let _0x2299c2=_0x181509(_0x18683f(_0x592034));if(_0x2299c2!=null){if(_0x149458[_0x4d3ff4(0x722)](_0x2299c2))return;_0x5c6108(_0x18683f(_0x592034));}let _0x513999=_0x59ee06();if(_0x513999){_0x513999[_0x4d3ff4(0x410)](_0x592034);return;}_0x4b5eec[_0x4d3ff4(0x410)](_0x592034);},'createChild':(_0x483c82=[])=>{const _0x14c80a=_0x530f5d;let _0x58735d=new Map(_0x59ed3d),_0x3bcadb=[];_0x483c82[_0x14c80a(0x362)](_0x4774f9=>{const _0x52d9ab=_0x14c80a;let _0x60d7a5=_0x131f09(_0x4774f9);if((_0x60d7a5==null?void 0x0:_0x60d7a5[_0x52d9ab(0x6c4)])===_0x52d9ab(0x664)){_0x58735d[_0x52d9ab(0x3d4)](_0x60d7a5[_0x52d9ab(0x3a1)],_0x60d7a5['value']);return;}_0x3bcadb[_0x52d9ab(0x6f2)](_0x4774f9);});let _0x4004ee=_0x309796(_0x4b5eec,_0x58735d,_0x5c84df);return _0x3bcadb[_0x14c80a(0x362)](_0x532520=>{const _0x553d44=_0x14c80a;_0x4004ee[_0x553d44(0x410)](_0x532520);}),_0x4004ee;},'createInstance':(..._0x4ea8b5)=>{const _0x417dd4=_0x530f5d;let _0x92d425=_0x59ee06(),_0x46b140=_0x92d425==null?void 0x0:_0x92d425[_0x417dd4(0x3f0)];if(_0x92d425&&typeof _0x46b140==_0x417dd4(0x52a))return _0x1f0659(_0x92d425,_0x4ea8b5[0x0]),_0x46b140[_0x417dd4(0x557)](_0x92d425,_0x4ea8b5);let _0x2d44d8=_0x4b5eec[_0x417dd4(0x3f0)];if(typeof _0x2d44d8==_0x417dd4(0x52a))return _0x2d44d8[_0x417dd4(0x557)](_0x4b5eec,_0x4ea8b5);let [_0x268080,..._0x5e7d58]=_0x4ea8b5;return new _0x268080(..._0x5e7d58);},'dispose':()=>{const _0x33026a=_0x530f5d;_0x14b62a&&_0x131a35(_0x14b62a,_0x5c84df,_0x59ed3d[_0x33026a(0x308)]()),_0x14b62a=void 0x0,_0x149458[_0x33026a(0x173)](),_0x267f10[_0x33026a(0x173)](),_0x564d30[_0x33026a(0x173)]();}};function _0x5b4234(_0x166b3f,_0x4e35a3){!_0x166b3f||!_0x2f7fc5(_0x4e35a3)||_0x2bb069(_0x166b3f,_0x4e35a3,_0x23f188(_0x4e35a3));}function _0x1f0659(_0x4c6b07,_0x476a05){const _0x1af443=_0x530f5d;_0x2f3a8a(_0x476a05)[_0x1af443(0x362)](_0x583c9b=>_0x5b4234(_0x4c6b07,_0x583c9b));}return _0x206a37[_0x530f5d(0x221)]=_0x5c84df,_0x206a37;}function _0x3ea11(_0x266734,_0x333105,_0x4b0de2){const _0x157c88=_0x118bac;let _0x3f2c73=_0x266734[_0x157c88(0x5c1)][_0x157c88(0x722)](_0x164bef)?_0x266734[_0x157c88(0x5c1)][_0x157c88(0x714)](_0x164bef):void 0x0;_0x333105[_0x157c88(0x737)](_0x3f2c73!=null&&_0x3f2c73['hasChildInteractionLease'](_0x266734['embedId'])?_0x266734[_0x157c88(0x4c1)]:_0x4b0de2);}function _0x18683f(_0x3fb0d2){const _0x26e667=_0x118bac;return Array[_0x26e667(0x6bf)](_0x3fb0d2)?_0x3fb0d2[0x0]:_0x3fb0d2;}function _0x181509(_0x3315a6){const _0x87ab44=_0x118bac;let _0x387bcb=_0x3315a6==null?void 0x0:_0x3315a6['decoratorName'];return typeof _0x387bcb==_0x87ab44(0x1b3)&&_0x387bcb?_0x87ab44(0x4da)+_0x387bcb:_0x3315a6;}function _0x158e92(_0x34a5a9,_0x1a36df){const _0x425f47=_0x118bac;return _0x34a5a9[_0x425f47(0x2a5)](_0x1a36df);}function _0x5d2c94(_0x6d1eab,_0x483563){return _0x6d1eab['filter'](_0x56a997=>_0x56a997!==_0x483563);}function _0x5ca99c(_0x114060,_0x43912b,_0x4295bd){const _0x205e0b=_0x118bac;return _0x114060[_0x205e0b(0x714)](_0x43912b,..._0x4295bd);}function _0x391d1a(_0x3b4a6d,_0x540b07){const _0x5419ec=_0x118bac;var _0x209d8d;let _0x291b42=_0x3b4a6d==null||(_0x209d8d=_0x3b4a6d[_0x5419ec(0x46b)])==null?void 0x0:_0x209d8d[_0x5419ec(0x645)];if(!_0x291b42)return{'resolved':!0x1};let _0x4c5669=_0x5f0e4f(_0x291b42['get'](_0x540b07));if(_0x4c5669['resolved'])return _0x4c5669;let _0x12e7e9=_0x181509(_0x540b07);for(let [_0x4c52da,_0x31501c]of _0x291b42){if(_0x4c52da===_0x540b07||_0x181509(_0x4c52da)!==_0x12e7e9)continue;let _0x18624f=_0x5f0e4f(_0x31501c);if(_0x18624f[_0x5419ec(0x70d)])return _0x18624f;}return{'resolved':!0x1};}function _0x5f0e4f(_0x1ce3eb){const _0x54edb8=_0x118bac;return!_0x1ce3eb||_0x1ce3eb[_0x54edb8(0x51d)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x1ce3eb[0x0]};}function _0x2bb069(_0xecd95c,_0x4b46fd,_0x1eacc4){const _0x540b16=_0x118bac;!_0xecd95c||_0x324557(_0xecd95c,_0x4b46fd)||_0xecd95c[_0x540b16(0x410)]([_0x4b46fd,{'useValue':_0x1eacc4}]);}function _0x2f3a8a(_0x1265a6){const _0x25bf16=_0x118bac;if(!_0x1265a6||typeof _0x1265a6!=_0x25bf16(0x52a)&&typeof _0x1265a6!='object')return[];for(let _0x40f889 of Object[_0x25bf16(0x749)](_0x1265a6)){let _0x3bdd17=_0x1265a6[_0x40f889];if(!Array[_0x25bf16(0x6bf)](_0x3bdd17))continue;let _0x3d18df=_0x3bdd17['map'](_0x551795=>_0x551795==null?void 0x0:_0x551795[_0x25bf16(0x3a1)])['filter'](_0x2d2827=>_0x2d2827!==void 0x0);if(_0x3d18df[_0x25bf16(0x51d)])return _0x3d18df;}return[];}function _0x324557(_0x1962e1,_0x41faf5){const _0x34442e=_0x118bac;var _0x1f0958,_0x3b3b2c,_0x350e47,_0x4bbdb8;let _0x3c8298=_0x1962e1;return!!((_0x1f0958=_0x3c8298[_0x34442e(0x4db)])!=null&&(_0x3b3b2c=_0x1f0958['has'])!=null&&_0x3b3b2c[_0x34442e(0xf4)](_0x1f0958,_0x41faf5)||(_0x350e47=_0x3c8298['resolvedDependencyCollection'])!=null&&(_0x4bbdb8=_0x350e47[_0x34442e(0x722)])!=null&&_0x4bbdb8[_0x34442e(0xf4)](_0x350e47,_0x41faf5));}function _0x5568da(_0x1eeb18){return _0x1eeb18['__embedSharedRootInjector'];}function _0x131a35(_0x2e2d0c,_0x2415e8,_0x27fa14=[]){const _0x504e1e=_0x118bac;let _0x2c644=_0x32f6ae(_0x2415e8);for(let _0x261169 of _0x27fa14)_0x2c644[_0x504e1e(0x410)](_0x261169);_0x223aa7(_0x2e2d0c,_0x2c644),_0x2e2d0c[_0x504e1e(0x60c)]();}function _0x32f6ae(_0x30ca4f){let _0x42652f=new Set(),_0x5d1b77=_0x295e08(_0x30ca4f);return _0x5d1b77&&_0x5d1b77['forEach'](_0xbd9a32=>{const _0x302a59=_0x511b;Array[_0x302a59(0x6bf)](_0xbd9a32)&&_0xbd9a32[_0x302a59(0x362)](_0x585600=>_0x42652f[_0x302a59(0x410)](_0x585600));}),_0x42652f;}function _0x223aa7(_0x254bcb,_0x4293c8,_0x48e374=new Set()){const _0x328142=_0x118bac;if(_0x48e374['has'](_0x254bcb))return;_0x48e374[_0x328142(0x410)](_0x254bcb);let _0x26ba46=_0x254bcb[_0x328142(0x3de)];_0x26ba46==null||_0x26ba46[_0x328142(0x362)](_0x1dff5f=>_0x223aa7(_0x1dff5f,_0x4293c8,_0x48e374));let _0x575530=_0x295e08(_0x254bcb);_0x575530&&_0x575530['forEach']((_0x45b1f6,_0x38be81)=>{const _0x4dad36=_0x328142;if(!Array[_0x4dad36(0x6bf)](_0x45b1f6))return;let _0x3be1c6=_0x45b1f6[_0x4dad36(0x2f0)](_0x446ad3=>!_0x4293c8[_0x4dad36(0x722)](_0x446ad3));if(_0x3be1c6[_0x4dad36(0x51d)]!==_0x45b1f6[_0x4dad36(0x51d)]){if(_0x3be1c6[_0x4dad36(0x51d)]===0x0){_0x575530[_0x4dad36(0x2cd)](_0x38be81);return;}_0x575530[_0x4dad36(0x3d4)](_0x38be81,_0x3be1c6);}});}function _0x295e08(_0x262d5c){const _0x48e56d=_0x118bac;var _0x21218f;return(_0x21218f=_0x262d5c[_0x48e56d(0x46b)])==null?void 0x0:_0x21218f['resolvedDependencies'];}function _0x25b12d(_0x3ca470){const _0xcaf95e=_0x118bac;return Array[_0xcaf95e(0x289)](_0x3ca470,([_0x5901a8,_0x4374ef])=>[_0x5901a8,{'useValue':_0x4374ef}]);}function _0x131f09(_0x25eb09){const _0x41a957=_0x118bac;if(!Array[_0x41a957(0x6bf)](_0x25eb09)||_0x25eb09[_0x41a957(0x51d)]<0x2)return;let [_0x48926b,_0x319da2]=_0x25eb09;if(!(!_0x319da2||typeof _0x319da2!=_0x41a957(0x294))){if(_0x41a957(0x581)in _0x319da2)return{'kind':'value','identifier':_0x48926b,'value':_0x319da2['useValue']};if(typeof _0x319da2[_0x41a957(0x4d2)]==_0x41a957(0x52a))return{'kind':'factory','identifier':_0x48926b,'factory':_0x319da2['useFactory']};}}function _0x199ee8(_0x58e81d,_0xde6362){const _0x50db20=_0x118bac;if(!_0x58e81d['has'](_0x1468c8[_0x50db20(0x6b3)]))return;let _0x5d2c72=_0x58e81d[_0x50db20(0x714)](_0x1468c8[_0x50db20(0x6b3)]),_0x164b21=_0x5d2c72[_0x50db20(0x51e)];return typeof _0x164b21==_0x50db20(0x52a)?_0x164b21['call'](_0x5d2c72,_0xde6362):_0x5d2c72;}function _0x4eaa87(_0x131674,_0x11fbce,_0x37f7af){const _0x20f886=_0x118bac;if(!_0x131674[_0x20f886(0x722)](_0x1468c8[_0x20f886(0x4bb)]))return;let _0x185829=_0x131674[_0x20f886(0x714)](_0x1468c8['IContextMenuService']);return{get 'disabled'(){const _0x22d833=_0x20f886;return _0x185829[_0x22d833(0x6ae)];},set 'disabled'(_0x3d6df2){const _0x4122aa=_0x20f886;_0x185829[_0x4122aa(0x6ae)]=_0x3d6df2;},get 'visible'(){const _0x419f2e=_0x20f886;return _0x185829[_0x419f2e(0x210)];},'enable':()=>_0x185829[_0x20f886(0x5d8)](),'disable':()=>_0x185829[_0x20f886(0x63f)](),'triggerContextMenu':(_0x3583c5,_0x26bf4e,_0x1bd50a)=>{const _0x136d90=_0x20f886;var _0x27447d;_0x185829[_0x136d90(0x411)](_0x3583c5,_0x26bf4e,{..._0x1bd50a,'unitId':(_0x27447d=_0x1bd50a==null?void 0x0:_0x1bd50a['unitId'])==null?_0x37f7af:_0x27447d});},'hideContextMenu':()=>_0x185829[_0x20f886(0x386)](),'registerContextMenuHandler':_0xb1b908=>_0x185829[_0x20f886(0x40d)](_0xb1b908)};}function _0x5d2ecd(_0x527fce,_0x7dd29c){const _0x973d63=_0x118bac;let _0x4b8496=new _0x1468c8[(_0x973d63(0x20a))]();return{get 'disabled'(){const _0x56e469=_0x973d63;return _0x4b8496[_0x56e469(0x6ae)];},set 'disabled'(_0x1db44a){const _0x13413d=_0x973d63;_0x4b8496[_0x13413d(0x6ae)]=_0x1db44a;},get 'visible'(){return _0x4b8496['visible'];},'enable':()=>_0x4b8496[_0x973d63(0x5d8)](),'disable':()=>_0x4b8496[_0x973d63(0x63f)](),'triggerContextMenu':(_0x3f7689,_0x4503c0,_0x4c060d)=>{const _0x53ee9d=_0x973d63;var _0x47d054;_0x4b8496['triggerContextMenu'](_0x3f7689,_0x4503c0,{..._0x4c060d,'unitId':(_0x47d054=_0x4c060d==null?void 0x0:_0x4c060d[_0x53ee9d(0x73c)])==null?_0x7dd29c:_0x47d054});},'hideContextMenu':()=>_0x4b8496[_0x973d63(0x386)](),'registerContextMenuHandler':_0x53633f=>_0x4b8496[_0x973d63(0x40d)](_0x53633f),'dispose':()=>_0x4b8496['dispose']()};}function _0x3468a4(_0x47ba12,_0x3e40e7){const _0x2fbe5d=_0x118bac;var _0x4b0f5c,_0x4041a5,_0x45a506,_0x519b4b,_0x152bf7;let _0x250c38=_0x47ba12['get'](_0x1468c8[_0x2fbe5d(0x537)]),_0x535e69=_0x47ba12[_0x2fbe5d(0x722)](_0x7aa80d)?_0x47ba12[_0x2fbe5d(0x714)](_0x7aa80d):void 0x0,_0x58dae4=_0x47ba12['has'](_0x164bef)?_0x47ba12['get'](_0x164bef):void 0x0,_0x40dcc9=(_0x4b0f5c=(_0x4041a5=_0x3e40e7[_0x2fbe5d(0x41f)])==null||(_0x4041a5=_0x4041a5[_0x2fbe5d(0x5b3)])==null?void 0x0:_0x4041a5['root'])==null?_0x3e40e7['renderScope'][_0x2fbe5d(0x2fe)]:_0x4b0f5c,_0x19630e=(_0x45a506=(_0x519b4b=(_0x152bf7=_0x3e40e7[_0x2fbe5d(0x41f)])==null||(_0x152bf7=_0x152bf7[_0x2fbe5d(0x5b3)])==null?void 0x0:_0x152bf7[_0x2fbe5d(0x177)])==null?_0x3e40e7['renderScope'][_0x2fbe5d(0x399)]:_0x519b4b)==null?_0x40dcc9:_0x45a506,_0x120748=new Set([_0x40dcc9,_0x19630e]),_0x2fa7f7=(_0x5081d6,_0x13c77c)=>{const _0x2f994f=_0x2fbe5d;_0x120748[_0x2f994f(0x410)](_0x5081d6);let _0x2f85e5=_0x13c77c!=null&&_0x13c77c[_0x2f994f(0x6aa)]?_0x34d4a1(_0x5081d6):void 0x0,_0xfd8d3=_0x13c77c!=null&&_0x13c77c[_0x2f994f(0x6aa)]?_0x535e69==null?void 0x0:_0x535e69['registerOwnedElement'](_0x3e40e7[_0x2f994f(0x5bc)],_0x5081d6):void 0x0,_0x1a2dde=_0x13c77c!=null&&_0x13c77c[_0x2f994f(0x6aa)]?_0x58dae4==null?void 0x0:_0x58dae4[_0x2f994f(0x245)]({'embedId':_0x3e40e7[_0x2f994f(0x5bc)],'role':_0x2f994f(0x222),'element':_0x5081d6}):void 0x0;return(0x0,_0x4a1c51['toDisposable'])(()=>{const _0xde18dc=_0x2f994f;_0x1a2dde==null||_0x1a2dde['dispose'](),_0xfd8d3==null||_0xfd8d3[_0xde18dc(0x60c)](),_0x2f85e5==null||_0x2f85e5['dispose'](),_0x120748[_0xde18dc(0x2cd)](_0x5081d6);});},_0x2dcc55=_0x3102=>_0x3102?[..._0x120748]['some'](_0x204a27=>_0x204a27===_0x3102||_0x204a27['contains'](_0x3102)):!0x1;return{get 'isFocused'(){const _0x51da0b=_0x2fbe5d;return _0x250c38[_0x51da0b(0x490)];},get 'rootContainerElement'(){return _0x40dcc9;},'focus':()=>_0x250c38[_0x2fbe5d(0x2ac)](),'registerFocusHandler':(_0x7d5aef,_0x4b4903)=>_0x250c38[_0x2fbe5d(0x10c)](_0x7d5aef,_0x4b4903),'registerRootContainerElement':_0x2fa7f7,'registerContentElement':_0x2fa7f7,'registerContainerElement':_0x3ffb94=>_0x2fa7f7(_0x3ffb94,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x19630e,'checkElementInCurrentContainers':_0xaf4139=>_0x2dcc55(_0xaf4139)||(_0x535e69==null?void 0x0:_0x535e69['contains'](_0x3e40e7[_0x2fbe5d(0x5bc)],_0xaf4139))||_0x250c38[_0x2fbe5d(0x75d)](_0xaf4139),'checkContentIsFocused':()=>_0x2dcc55(_0x19630e[_0x2fbe5d(0x18b)][_0x2fbe5d(0xfc)])||(_0x58dae4==null?void 0x0:_0x58dae4['hasChildInteractionLease'](_0x3e40e7[_0x2fbe5d(0x5bc)]))||_0x250c38[_0x2fbe5d(0x1c2)]()};}function _0x34d4a1(_0x5ea5a5){const _0x44c78b=_0x118bac;let _0x3b60d4=new Map(),_0x3204f3=_0x5de3ee=>{const _0x4fa5a2=_0x511b;_0x3b60d4[_0x4fa5a2(0x3d4)](_0x5de3ee,_0x5de3ee[_0x4fa5a2(0x38c)](_0x451258)),_0x5de3ee[_0x4fa5a2(0x3e7)](_0x451258,_0x4fa5a2(0x222));};return _0x3204f3(_0x5ea5a5),_0x5ea5a5[_0x44c78b(0x66b)]('*')[_0x44c78b(0x362)](_0x3204f3),(0x0,_0x4a1c51['toDisposable'])(()=>{_0x3b60d4['forEach']((_0x139056,_0x1dbf47)=>{const _0x14c1a3=_0x511b;if(_0x139056==null){_0x1dbf47['removeAttribute'](_0x451258);return;}_0x1dbf47[_0x14c1a3(0x3e7)](_0x451258,_0x139056);});});}function _0x3cca9c(_0x5d60fb,_0x5410cb){const _0x28a1d8=_0x118bac;var _0x1c62e3;let _0x1a737c=(_0x1c62e3=_0x17472d(_0x5d60fb))==null?_0x5d60fb['injector']:_0x1c62e3,_0x3307a1=_0x1a737c!==_0x5d60fb[_0x28a1d8(0x5c1)],_0x275a88=_0x1bd71a(_0x5d60fb),_0x4721a6={'descriptor':_0x5d60fb[_0x28a1d8(0x319)],'host':{'unitId':_0x5d60fb[_0x28a1d8(0x2dc)],'type':_0x5d60fb[_0x28a1d8(0x319)]['hostType'],'anchorId':_0x5d60fb['descriptor'][_0x28a1d8(0x333)],'entry':_0x5d60fb['descriptor']['entry'],'layout':_0x7a0825(_0x5d60fb)},'child':{'unitId':_0x5d60fb['childUnitId'],'type':_0x5d60fb[_0x28a1d8(0x559)]},'injector':_0x1a737c,'instanceService':_0x36bd89(_0x1a737c,_0x4a1c51[_0x28a1d8(0x723)]),'commandService':_0x36bd89(_0x1a737c,_0x4a1c51[_0x28a1d8(0x36f)]),'menuManagerService':_0x36bd89(_0x1a737c,_0x1468c8[_0x28a1d8(0x6b3)]),'roots':_0x275a88,'activate':()=>_0x5410cb(!0x0),'deactivate':()=>_0x5410cb(!0x1),'dispose':()=>{const _0x1cfd67=_0x28a1d8;_0x3307a1&&_0x1a737c[_0x1cfd67(0x60c)]();}};return{'runtimeScope':_0x4721a6,'disposable':(0x0,_0x4a1c51['toDisposable'])(()=>_0x4721a6[_0x28a1d8(0x60c)]())};}function _0x1bd71a(_0x5251b8){const _0xb46a31=_0x118bac;var _0x5e73fc,_0x2ad1a9,_0x5e8086,_0x514055,_0xd0bd21,_0x4596f4,_0x4fca2b,_0x439691,_0x121ecd,_0x325ccf,_0x168804,_0x2b70ff;let _0x7f96b6=_0x5251b8[_0xb46a31(0x6af)][_0xb46a31(0x2fe)],_0x25fa3f=(_0x5e73fc=(_0x2ad1a9=_0x5251b8[_0xb46a31(0x6af)][_0xb46a31(0x399)])==null?_0x4a5d5c(_0x7f96b6,_0xb46a31(0x630)):_0x2ad1a9)==null?_0x7f96b6:_0x5e73fc,_0x15e66f=(_0x5e8086=(_0x514055=_0x5251b8['renderScope'][_0xb46a31(0x4ed)])==null?_0x4a5d5c(_0x7f96b6,_0xb46a31(0x526)):_0x514055)==null?_0x7f96b6:_0x5e8086;return{'root':_0x7f96b6,'content':_0x25fa3f,'canvas':(_0xd0bd21=(_0x4596f4=_0x5251b8[_0xb46a31(0x6af)]['canvasRoot'])==null?_0x4a5d5c(_0x7f96b6,'data-embed-canvas-root'):_0x4596f4)==null?void 0x0:_0xd0bd21,'overlay':_0x15e66f,'popup':(_0x4fca2b=(_0x439691=_0x5251b8[_0xb46a31(0x6af)][_0xb46a31(0x15f)])==null?_0x4a5d5c(_0x7f96b6,'data-embed-popup-root'):_0x439691)==null?_0x15e66f:_0x4fca2b,'menuSlot':(_0x121ecd=(_0x325ccf=(_0x168804=_0x5251b8[_0xb46a31(0x6af)]['menuOutlet'])==null?void 0x0:_0x168804[_0xb46a31(0x1d0)])==null?_0x4a5d5c(_0x7f96b6,_0xb46a31(0x4f0)):_0x325ccf)==null?void 0x0:_0x121ecd,'footerSlot':(_0x2b70ff=_0x4a5d5c(_0x7f96b6,'data-embed-footer-slot'))==null?void 0x0:_0x2b70ff};}function _0x17472d(_0xd1e8ef){const _0x1c8497=_0x118bac;if(!(!_0xd1e8ef[_0x1c8497(0x5c1)]['has'](_0x4a1c51[_0x1c8497(0x723)])||!_0xd1e8ef[_0x1c8497(0x5c1)][_0x1c8497(0x722)](_0x4a1c51[_0x1c8497(0x36f)])))return _0x53c6dd(_0xd1e8ef);}function _0x36bd89(_0x5ebac4,_0x173c0c){if(_0x5ebac4['has'](_0x173c0c))return _0x5ebac4['get'](_0x173c0c);}function _0x7a0825(_0x3c71eb){const _0x475ce3=_0x118bac;var _0x2fdf9f,_0x34cae3;switch(_0x3c71eb[_0x475ce3(0x319)]['entry']){case'docs-custom-block':return _0x475ce3(0x6da);case _0x475ce3(0x2d5):case'slides-floating-object':case'boards-floating-object':return _0x475ce3(0x48d);case _0x475ce3(0x3d5):case _0x475ce3(0x29c):case _0x475ce3(0x134):return _0x475ce3(0x5f7);default:break;}return _0x3c71eb[_0x475ce3(0x767)]===_0x475ce3(0x5f7)||(_0x2fdf9f=_0x3c71eb[_0x475ce3(0x319)][_0x475ce3(0x584)])!=null&&_0x2fdf9f[_0x475ce3(0x14f)]?_0x475ce3(0x5f7):(_0x34cae3=_0x3c71eb[_0x475ce3(0x319)][_0x475ce3(0x584)])!=null&&_0x34cae3['floating']?_0x475ce3(0x48d):_0x3c71eb[_0x475ce3(0x767)][_0x475ce3(0x5ea)](_0x475ce3(0x326))||_0x3c71eb[_0x475ce3(0x767)]===_0x475ce3(0x780)?_0x475ce3(0x6da):_0x475ce3(0x48d);}var _0x55f3cf=class{constructor(){const _0xd98d3c=_0x118bac;_0x2d0c25(this,_0xd98d3c(0x36d),new Map());}[_0x118bac(0x246)](_0x1c9e38){const _0x11e562=_0x118bac;if(this['_contributions'][_0x11e562(0x722)](_0x1c9e38['childType']))throw Error('Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20'+_0x1c9e38[_0x11e562(0x559)]);this[_0x11e562(0x36d)]['set'](_0x1c9e38['childType'],_0x1c9e38);}[_0x118bac(0x714)](_0x48c3d0){const _0x47b24f=_0x118bac;return this[_0x47b24f(0x36d)][_0x47b24f(0x714)](_0x48c3d0);}['list'](){const _0x3f6da4=_0x118bac;return[...this[_0x3f6da4(0x36d)][_0x3f6da4(0x308)]()];}},_0x23b823=class{constructor(){const _0x1c60b5=_0x118bac;_0x2d0c25(this,_0x1c60b5(0x36d),new Map());}[_0x118bac(0x246)](_0x240b47){const _0x34774f=_0x118bac;let _0x1fd743=this[_0x34774f(0x4e7)](_0x240b47[_0x34774f(0x53f)],_0x240b47['entry'],_0x240b47[_0x34774f(0x559)]);if(this[_0x34774f(0x36d)][_0x34774f(0x722)](_0x1fd743))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x1fd743);return this[_0x34774f(0x36d)][_0x34774f(0x3d4)](_0x1fd743,_0x240b47),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x495101=_0x34774f;this['_contributions'][_0x495101(0x714)](_0x1fd743)===_0x240b47&&this['_contributions'][_0x495101(0x2cd)](_0x1fd743);});}[_0x118bac(0x714)](_0xb57d48,_0x831544,_0x452a88){const _0x5c9226=_0x118bac;if(_0x452a88!=null){let _0xe4fc63=this[_0x5c9226(0x36d)][_0x5c9226(0x714)](this[_0x5c9226(0x4e7)](_0xb57d48,_0x831544,_0x452a88));if(_0xe4fc63)return _0xe4fc63;}return this[_0x5c9226(0x36d)][_0x5c9226(0x714)](this[_0x5c9226(0x4e7)](_0xb57d48,_0x831544));}[_0x118bac(0x570)](_0x297442,_0x36ee1d,_0x4cf24c){const _0x23a364=_0x118bac;return this[_0x23a364(0x36d)][_0x23a364(0x722)](this[_0x23a364(0x4e7)](_0x297442,_0x36ee1d,_0x4cf24c));}[_0x118bac(0x4ff)](){const _0x2a7925=_0x118bac;return[...this['_contributions'][_0x2a7925(0x308)]()];}[_0x118bac(0x4e7)](_0x3a8cba,_0x1715b7,_0x342fc8){return _0x342fc8==null?_0x3a8cba+':'+_0x1715b7+':*':_0x3a8cba+':'+_0x1715b7+':'+_0x342fc8;}},_0x1cd1ba=class{constructor(){const _0xf5a1d=_0x118bac;_0x2d0c25(this,_0xf5a1d(0x36d),new Map());}['register'](_0x4846db){const _0x594b2d=_0x118bac;let _0x1fe447=this[_0x594b2d(0x4e7)](_0x4846db['hostType'],_0x4846db[_0x594b2d(0x3be)]);if(this[_0x594b2d(0x36d)][_0x594b2d(0x722)](_0x1fe447))throw Error(_0x594b2d(0x662)+_0x1fe447);this['_contributions'][_0x594b2d(0x3d4)](_0x1fe447,_0x4846db);}[_0x118bac(0x714)](_0x1d5540,_0x1b045c){const _0x1769dd=_0x118bac;return this[_0x1769dd(0x36d)][_0x1769dd(0x714)](this['_key'](_0x1d5540,_0x1b045c));}[_0x118bac(0x4ff)](){const _0x1754a5=_0x118bac;return[...this[_0x1754a5(0x36d)]['values']()];}[_0x118bac(0x2ce)](_0x1aea50,_0x3d5883,_0x4d5512){const _0x51cf23=_0x118bac;var _0x16dcaa;let _0xa349af=this[_0x51cf23(0x714)](_0x1aea50,_0x3d5883);return _0xa349af?((_0x16dcaa=_0xa349af[_0x51cf23(0x18f)])==null?[_0xa349af[_0x51cf23(0x767)]]:_0x16dcaa)[_0x51cf23(0x2a5)](_0x4d5512):!0x1;}[_0x118bac(0x4e7)](_0x5c9865,_0x36d674){return _0x5c9865+':'+_0x36d674;}},_0x561a5b=class{constructor(){const _0x5d81e7=_0x118bac;_0x2d0c25(this,'_rootsByChildUnitId',new Map()),_0x2d0c25(this,_0x5d81e7(0x161),new Map()),_0x2d0c25(this,_0x5d81e7(0x69d),new Map());}[_0x118bac(0x246)](_0x1483ec,_0x487109){const _0x493a41=_0x118bac;let _0x1704aa=typeof _0x1483ec==_0x493a41(0x1b3)?{'childUnitId':_0x1483ec,'root':_0x487109}:_0x1483ec;return this[_0x493a41(0x187)][_0x493a41(0x3d4)](_0x1704aa[_0x493a41(0x4c1)],_0x1704aa),_0x1704aa[_0x493a41(0x5bc)]&&this[_0x493a41(0x161)][_0x493a41(0x3d4)](_0x1704aa[_0x493a41(0x5bc)],_0x1704aa),_0x1704aa['hostAnchorId']&&this[_0x493a41(0x69d)]['set'](_0x1704aa[_0x493a41(0x333)],_0x1704aa),(0x0,_0x4a1c51[_0x493a41(0xbb)])(()=>{const _0x2cdf0b=_0x493a41;this['_rootsByChildUnitId'][_0x2cdf0b(0x714)](_0x1704aa[_0x2cdf0b(0x4c1)])===_0x1704aa&&this[_0x2cdf0b(0x187)]['delete'](_0x1704aa[_0x2cdf0b(0x4c1)]),_0x1704aa['embedId']&&this[_0x2cdf0b(0x161)][_0x2cdf0b(0x714)](_0x1704aa[_0x2cdf0b(0x5bc)])===_0x1704aa&&this['_rootsByEmbedId']['delete'](_0x1704aa[_0x2cdf0b(0x5bc)]),_0x1704aa[_0x2cdf0b(0x333)]&&this['_rootsByHostAnchorId'][_0x2cdf0b(0x714)](_0x1704aa[_0x2cdf0b(0x333)])===_0x1704aa&&this[_0x2cdf0b(0x69d)]['delete'](_0x1704aa[_0x2cdf0b(0x333)]);});}[_0x118bac(0x714)](_0x2b616d){const _0x365a11=_0x118bac;var _0xd5c365,_0x290407;return(_0xd5c365=(_0x290407=this['_rootsByChildUnitId'][_0x365a11(0x714)](_0x2b616d))==null?void 0x0:_0x290407['root'])==null?null:_0xd5c365;}[_0x118bac(0x4d7)](_0x7b7d60){const _0x238cca=_0x118bac;var _0xc5d21e,_0x4cb9c2;return(_0xc5d21e=(_0x4cb9c2=this['_rootsByEmbedId']['get'](_0x7b7d60))==null?void 0x0:_0x4cb9c2[_0x238cca(0x500)])==null?null:_0xc5d21e;}[_0x118bac(0x6c8)](_0x52132a){const _0x4d5fb7=_0x118bac;var _0x2553bd,_0x1067a6;return(_0x2553bd=(_0x1067a6=this[_0x4d5fb7(0x69d)][_0x4d5fb7(0x714)](_0x52132a))==null?void 0x0:_0x1067a6[_0x4d5fb7(0x500)])==null?null:_0x2553bd;}[_0x118bac(0x1e8)](_0x418ae7,_0x16cc9f){const _0x4e16d8=_0x118bac;if(!(_0x418ae7 instanceof Node))return!0x1;let _0x4db340=_0x16cc9f[_0x4e16d8(0x5bc)]?this[_0x4e16d8(0x4d7)](_0x16cc9f[_0x4e16d8(0x5bc)]):_0x16cc9f['hostAnchorId']?this[_0x4e16d8(0x6c8)](_0x16cc9f[_0x4e16d8(0x333)]):_0x16cc9f[_0x4e16d8(0x4c1)]?this[_0x4e16d8(0x714)](_0x16cc9f[_0x4e16d8(0x4c1)]):null;return!!(_0x4db340!=null&&_0x4db340[_0x4e16d8(0x1e8)](_0x418ae7));}},_0xc55dd1=class{constructor(){const _0xd6bb58=_0x118bac;_0x2d0c25(this,_0xd6bb58(0x2e5),new Map()),_0x2d0c25(this,_0xd6bb58(0x59e),new Map()),_0x2d0c25(this,_0xd6bb58(0x61d),new Map()),_0x2d0c25(this,_0xd6bb58(0x785),new Map());}['register'](_0x5dc803){const _0x7eeb76=_0x118bac;return this[_0x7eeb76(0x2e5)][_0x7eeb76(0x3d4)](_0x5dc803[_0x7eeb76(0x559)],_0x5dc803),(0x0,_0x4a1c51[_0x7eeb76(0xbb)])(()=>{const _0x4cf63d=_0x7eeb76;this[_0x4cf63d(0x2e5)][_0x4cf63d(0x714)](_0x5dc803['childType'])===_0x5dc803&&this[_0x4cf63d(0x2e5)][_0x4cf63d(0x2cd)](_0x5dc803[_0x4cf63d(0x559)]);});}[_0x118bac(0x714)](_0x85897e){const _0x3c5ac6=_0x118bac;return this[_0x3c5ac6(0x2e5)][_0x3c5ac6(0x714)](_0x85897e);}[_0x118bac(0x43e)](_0x4ef537){const _0xf635e4=_0x118bac;return this[_0xf635e4(0x59e)][_0xf635e4(0x3d4)](_0x4ef537[_0xf635e4(0x5bc)],_0x4ef537),this[_0xf635e4(0x61d)][_0xf635e4(0x3d4)](_0x4ef537[_0xf635e4(0x319)][_0xf635e4(0x333)],_0x4ef537),this[_0xf635e4(0x785)][_0xf635e4(0x3d4)](_0x4ef537[_0xf635e4(0x4c1)],_0x4ef537),(0x0,_0x4a1c51[_0xf635e4(0xbb)])(()=>{const _0x119abb=_0xf635e4;this[_0x119abb(0x59e)][_0x119abb(0x714)](_0x4ef537[_0x119abb(0x5bc)])===_0x4ef537&&this[_0x119abb(0x59e)][_0x119abb(0x2cd)](_0x4ef537[_0x119abb(0x5bc)]),this[_0x119abb(0x61d)][_0x119abb(0x714)](_0x4ef537[_0x119abb(0x319)][_0x119abb(0x333)])===_0x4ef537&&this[_0x119abb(0x61d)]['delete'](_0x4ef537[_0x119abb(0x319)][_0x119abb(0x333)]),this[_0x119abb(0x785)][_0x119abb(0x714)](_0x4ef537[_0x119abb(0x4c1)])===_0x4ef537&&this[_0x119abb(0x785)][_0x119abb(0x2cd)](_0x4ef537[_0x119abb(0x4c1)]);});}[_0x118bac(0x2ab)](_0x2f4b5a){const _0x18b1d2=_0x118bac;return this['_contextsByEmbedId'][_0x18b1d2(0x714)](_0x2f4b5a);}[_0x118bac(0x42a)](_0x53dbc6){const _0x1c4f83=_0x118bac;return this[_0x1c4f83(0x61d)]['get'](_0x53dbc6);}[_0x118bac(0x4c2)](_0x5865f3){const _0x58ff46=_0x118bac;return this[_0x58ff46(0x785)][_0x58ff46(0x714)](_0x5865f3);}[_0x118bac(0x2c3)](_0x4c78ea){const _0x2f2ae1=_0x118bac;let _0x49fc29=this[_0x2f2ae1(0x714)](_0x4c78ea[_0x2f2ae1(0x559)]);return _0x49fc29?Promise[_0x2f2ae1(0x5fe)](_0x49fc29[_0x2f2ae1(0x2c3)](_0x4c78ea)):Promise[_0x2f2ae1(0x5fe)](_0xedafcd(_0x4c78ea));}['captureByEmbedId'](_0x337b5a){const _0x14a307=_0x118bac;let _0x3f6f97=this['getContextByEmbedId'](_0x337b5a);return _0x3f6f97?this[_0x14a307(0x2c3)](_0x3f6f97):Promise['resolve'](void 0x0);}['captureByHostAnchorId'](_0x31531a){const _0x3988f6=_0x118bac;let _0x5f54eb=this[_0x3988f6(0x42a)](_0x31531a);return _0x5f54eb?this[_0x3988f6(0x2c3)](_0x5f54eb):Promise['resolve'](void 0x0);}[_0x118bac(0x21c)](_0x1b464a){const _0x1632f7=_0x118bac;let _0x54a1b4=this[_0x1632f7(0x4c2)](_0x1b464a);return _0x54a1b4?this[_0x1632f7(0x2c3)](_0x54a1b4):Promise[_0x1632f7(0x5fe)](void 0x0);}};function _0xedafcd(_0x58f9f5){const _0x238576=_0x118bac;if(!_0x58f9f5['renderScope'])return;let _0x26923d=[_0x58f9f5[_0x238576(0x6af)][_0x238576(0x75f)],_0x58f9f5[_0x238576(0x6af)][_0x238576(0x399)],_0x58f9f5[_0x238576(0x6af)]['rootElement']][_0x238576(0x2f0)](_0x5f251b=>!!_0x5f251b),_0x5d2c77=Array['from'](new Set(_0x26923d[_0x238576(0x3c9)](_0x33fb5d=>Array[_0x238576(0x289)](_0x33fb5d['querySelectorAll'](_0x238576(0x648))))))['filter'](_0x3ea50f=>_0x3ea50f[_0x238576(0x5df)]>0x1&&_0x3ea50f[_0x238576(0x2c7)]>0x1)[_0x238576(0x76c)]((_0x260c33,_0x3fd29e)=>_0x3fd29e[_0x238576(0x5df)]*_0x3fd29e[_0x238576(0x2c7)]-_0x260c33['width']*_0x260c33['height']);for(let _0x35f3a1 of _0x5d2c77)try{return _0x35f3a1['toDataURL'](_0x238576(0x322));}catch{}}function _0x4ded49(_0x25e4c8,_0x595bf2){return function(_0x1c8b15,_0x30c9b6){_0x595bf2(_0x1c8b15,_0x30c9b6,_0x25e4c8);};}function _0x5c1435(_0x38e1c4,_0x131ed2,_0x2fa8cb,_0x147025){const _0x5ab992=_0x118bac;var _0x3e3a5b=arguments[_0x5ab992(0x51d)],_0x27595b=_0x3e3a5b<0x3?_0x131ed2:_0x147025===null?_0x147025=Object[_0x5ab992(0x1a9)](_0x131ed2,_0x2fa8cb):_0x147025,_0x2241f9;if(typeof Reflect==_0x5ab992(0x294)&&typeof Reflect[_0x5ab992(0xbd)]==_0x5ab992(0x52a))_0x27595b=Reflect[_0x5ab992(0xbd)](_0x38e1c4,_0x131ed2,_0x2fa8cb,_0x147025);else{for(var _0x4990a6=_0x38e1c4[_0x5ab992(0x51d)]-0x1;_0x4990a6>=0x0;_0x4990a6--)(_0x2241f9=_0x38e1c4[_0x4990a6])&&(_0x27595b=(_0x3e3a5b<0x3?_0x2241f9(_0x27595b):_0x3e3a5b>0x3?_0x2241f9(_0x131ed2,_0x2fa8cb,_0x27595b):_0x2241f9(_0x131ed2,_0x2fa8cb))||_0x27595b);}return _0x3e3a5b>0x3&&_0x27595b&&Object['defineProperty'](_0x131ed2,_0x2fa8cb,_0x27595b),_0x27595b;}let _0x40cb95=_0x118bac(0x3b6);var _0x59df5c=class extends Error{constructor(_0x51943d,_0x6480){const _0x358e81=_0x118bac;super(_0x40cb95+':\x20'+_0x51943d),this['childUnitId']=_0x51943d,this[_0x358e81(0x5d2)]=_0x6480,_0x2d0c25(this,'code',_0x40cb95),this[_0x358e81(0x401)]=_0x358e81(0x29f);}};let _0x70dabe=class{constructor(_0x45bd0f,_0x2f36b9,_0x53a941,_0xbdefc9,_0x2bc744,_0x2f823a,_0x5e1f6e){const _0x28ab73=_0x118bac;this['_hostContainerRegistry']=_0x45bd0f,this[_0x28ab73(0x359)]=_0x2f36b9,this[_0x28ab73(0x579)]=_0x53a941,this['_sceneCanvasCaptureService']=_0xbdefc9,this[_0x28ab73(0x389)]=_0x2bc744,this[_0x28ab73(0x74b)]=_0x2f823a,this[_0x28ab73(0x609)]=_0x5e1f6e,_0x2d0c25(this,'_sessions',new Map()),_0x2d0c25(this,'_tabFocusLeases',new Map());}[_0x118bac(0xde)](_0x3184fa){return this['_mountResolvedHost'](_0x3184fa);}['mountIntoHostElement'](_0x1cf56c,_0x12debc,_0x58822e){return this['_mountResolvedHost'](_0x1cf56c,{'hostElement':_0x12debc,'runtimeRoots':_0x58822e});}[_0x118bac(0x1ad)](_0x4e119a,_0x39060a){const _0x46235d=_0x118bac;var _0x5bc800,_0x359508,_0x349d76;if(!_0x4e119a[_0x46235d(0x4c1)]||_0x4e119a[_0x46235d(0x559)]==null)throw Error(_0x46235d(0x4f4));this[_0x46235d(0x157)](_0x4e119a);let _0x23e26a={'hostUnitId':_0x4e119a[_0x46235d(0x2dc)],'embedId':_0x4e119a[_0x46235d(0x5bc)],'childUnitId':_0x4e119a[_0x46235d(0x4c1)]},_0x176e77=this[_0x46235d(0x196)](_0x4e119a),_0x4feb87=this[_0x46235d(0x20d)]['get'](_0x4e119a[_0x46235d(0x53f)],_0x4e119a[_0x46235d(0x3be)]);if(!_0x4feb87||!this[_0x46235d(0x20d)][_0x46235d(0x2ce)](_0x4e119a[_0x46235d(0x53f)],_0x4e119a['entry'],_0x176e77))throw Error(_0x46235d(0x341));let _0x270c24=this['_runtimePolicyService'][_0x46235d(0x27c)](_0x23e26a),_0x52fb0a=this[_0x46235d(0x359)][_0x46235d(0x714)](_0x4e119a['childType']);if(_0x270c24['allowed']&&!(_0x52fb0a!=null&&_0x52fb0a['supportedLayouts']['includes'](_0x176e77)))throw Error(_0x46235d(0x604));this['unmount'](_0x4e119a[_0x46235d(0x5bc)]);let _0x3e4f8f={'descriptor':_0x4e119a,'layout':_0x176e77,'injector':this[_0x46235d(0x609)],'hostUnitId':_0x4e119a[_0x46235d(0x2dc)],'embedId':_0x4e119a[_0x46235d(0x5bc)],'childUnitId':_0x4e119a[_0x46235d(0x4c1)],'childType':_0x4e119a[_0x46235d(0x559)]},_0x24a2a8=[],_0x266330=_0x39060a==null?(_0x5bc800=_0x4feb87[_0x46235d(0xde)])==null?void 0x0:_0x5bc800[_0x46235d(0xf4)](_0x4feb87,_0x3e4f8f):_0x39060a,_0x124995=this['_normalizeHostMountResult'](_0x266330);if(_0x124995[_0x46235d(0x327)]&&_0x24a2a8['push'](_0x124995['disposable']),_0x3e4f8f[_0x46235d(0xe2)]=(_0x359508=_0x124995[_0x46235d(0xe2)])==null?_0x3e4f8f[_0x46235d(0xe2)]:_0x359508,_0x3e4f8f['container']=_0x3e4f8f[_0x46235d(0xe2)],!_0x3e4f8f[_0x46235d(0xe2)]||!_0x3e4f8f[_0x46235d(0x1d0)])throw[..._0x24a2a8][_0x46235d(0x15a)]()[_0x46235d(0x362)](_0x5bdda2=>_0x5bdda2[_0x46235d(0x60c)]()),Error(_0x46235d(0x5ee));if(_0x124995['runtimeRoots']||_0x24a2a8['push'](_0x2a1c4d(_0x3e4f8f[_0x46235d(0xe2)])),!_0x270c24[_0x46235d(0x76b)])return this['_mountBlockedRuntime'](_0x4e119a,_0x176e77,_0x3e4f8f[_0x46235d(0xe2)],_0x124995[_0x46235d(0x376)],_0x24a2a8,_0x270c24[_0x46235d(0x531)]);if(!_0x52fb0a)throw[..._0x24a2a8]['reverse']()[_0x46235d(0x362)](_0x1d07b5=>_0x1d07b5[_0x46235d(0x60c)]()),Error(_0x46235d(0x604));let {renderScope:_0x41337e,disposable:_0x368038,setActive:_0x53ba7b}=this[_0x46235d(0x618)](_0x4e119a,_0x176e77,_0x3e4f8f[_0x46235d(0xe2)],_0x124995[_0x46235d(0x376)]);_0x24a2a8[_0x46235d(0x6f2)](_0x368038);let _0x2126ea={..._0x3e4f8f,'hostElement':_0x3e4f8f[_0x46235d(0xe2)],'container':_0x3e4f8f[_0x46235d(0x1d0)],'renderScope':_0x41337e},{runtimeScope:_0x2d043b,disposable:_0x3193c2}=_0x3cca9c(_0x2126ea,_0x53ba7b),_0x3fc458={..._0x2126ea,'runtimeScope':_0x2d043b};_0x24a2a8[_0x46235d(0x6f2)](_0x3193c2);let _0x142283=this['_registerRuntimeBoundary'](_0x4e119a,_0x3e4f8f[_0x46235d(0xe2)],_0x41337e,_0x2d043b[_0x46235d(0x5b3)]);_0x142283&&_0x24a2a8['push'](_0x142283),this[_0x46235d(0x609)][_0x46235d(0x722)](_0x164bef)&&_0x24a2a8['push'](this[_0x46235d(0x609)][_0x46235d(0x714)](_0x164bef)[_0x46235d(0x31a)]({'embedId':_0x4e119a[_0x46235d(0x5bc)],'hostUnitId':_0x4e119a['hostUnitId'],'childUnitId':_0x4e119a[_0x46235d(0x4c1)],'childType':_0x4e119a[_0x46235d(0x559)]})),_0x24a2a8[_0x46235d(0x6f2)](this[_0x46235d(0x334)](_0x4e119a,_0x3e4f8f[_0x46235d(0xe2)],_0x41337e[_0x46235d(0x395)],_0x2d043b[_0x46235d(0x558)])),_0x24a2a8['push'](this[_0x46235d(0x11e)][_0x46235d(0x43e)](_0x3fc458));let _0xe956a3=this[_0x46235d(0x534)](_0x4e119a),_0x54513b=(_0x349d76=_0x52fb0a[_0x46235d(0xde)])==null?void 0x0:_0x349d76[_0x46235d(0xf4)](_0x52fb0a,_0x3fc458);if(_0x54513b&&_0x24a2a8[_0x46235d(0x6f2)](_0x54513b),_0x24a2a8['push'](_0xe956a3),_0x24a2a8[_0x46235d(0x6f2)](this[_0x46235d(0x74b)][_0x46235d(0x454)](_0x23e26a)),_0x41337e[_0x46235d(0x395)]===_0x46235d(0x48d)){let _0x4315e1=this[_0x46235d(0x5b0)](_0x3fc458);_0x4315e1&&_0x24a2a8[_0x46235d(0x6f2)](_0x4315e1);}let _0x30048d={'hostUnitId':_0x4e119a['hostUnitId'],'embedId':_0x4e119a[_0x46235d(0x5bc)],'childUnitId':_0x4e119a['childUnitId'],'childType':_0x4e119a['childType'],'entry':_0x4e119a['entry'],'layout':_0x176e77,'hostElement':_0x3e4f8f[_0x46235d(0xe2)],'context':_0x3fc458};return this[_0x46235d(0x689)][_0x46235d(0x3d4)](_0x4e119a['embedId'],{'session':_0x30048d,'disposables':_0x24a2a8,'setActive':_0x53ba7b}),_0x176e77!==_0x46235d(0x5f7)&&this[_0x46235d(0xe1)](_0x4e119a,_0x176e77,_0x53ba7b),_0x30048d;}[_0x118bac(0x270)](_0x514822,_0x32209e,_0x393277,_0xab8dea,_0x131c25,_0x59fd10){const _0xd2104f=_0x118bac;var _0x11d04a,_0x30fc21;let _0x449a4a=(_0x11d04a=(_0x30fc21=_0xab8dea==null?void 0x0:_0xab8dea[_0xd2104f(0x177)])==null?_0x4a5d5c(_0x393277,_0xd2104f(0x630)):_0x30fc21)==null?_0x393277:_0x11d04a,_0x196bb7=_0x18f2e2(_0x59fd10);_0x449a4a['replaceChildren'](_0x196bb7),_0x131c25[_0xd2104f(0x6f2)]((0x0,_0x4a1c51[_0xd2104f(0xbb)])(()=>{const _0x4e7c07=_0xd2104f;_0x196bb7['parentElement']===_0x449a4a&&_0x196bb7[_0x4e7c07(0x2f4)]();}));let _0x31400f={'hostUnitId':_0x514822[_0xd2104f(0x2dc)],'embedId':_0x514822[_0xd2104f(0x5bc)],'childUnitId':_0x514822[_0xd2104f(0x4c1)],'childType':_0x514822['childType'],'entry':_0x514822[_0xd2104f(0x3be)],'layout':_0x32209e,'hostElement':_0x393277};return this['_sessions'][_0xd2104f(0x3d4)](_0x514822[_0xd2104f(0x5bc)],{'session':_0x31400f,'disposables':_0x131c25,'setActive':()=>{}}),_0x31400f;}[_0x118bac(0xe1)](_0x4d1498,_0x1433e0,_0x5eee01){const _0x3d915c=_0x118bac;if(_0x1433e0!==_0x3d915c(0x5f7)){if(this[_0x3d915c(0x609)][_0x3d915c(0x722)](_0x73305e[_0x3d915c(0xe5)])){let _0x2f34dc=this[_0x3d915c(0x609)]['get'](_0x73305e[_0x3d915c(0xe5)])[_0x3d915c(0x38f)]();if((_0x2f34dc==null?void 0x0:_0x2f34dc[_0x3d915c(0x2dc)])===_0x4d1498[_0x3d915c(0x2dc)]){_0x5eee01(_0x2f34dc[_0x3d915c(0x5bc)]===_0x4d1498[_0x3d915c(0x5bc)]);return;}}_0x5eee01(!0x1);}}[_0x118bac(0x40b)](_0x1fd573){const _0x1c13f4=_0x118bac;let _0x4e2039=this[_0x1c13f4(0x689)][_0x1c13f4(0x714)](_0x1fd573);_0x4e2039&&(this[_0x1c13f4(0x12c)](_0x1fd573),[..._0x4e2039[_0x1c13f4(0x65d)]][_0x1c13f4(0x15a)]()[_0x1c13f4(0x362)](_0x43c4f3=>_0x43c4f3[_0x1c13f4(0x60c)]()),this[_0x1c13f4(0x689)]['delete'](_0x1fd573));}[_0x118bac(0x1c7)](_0x592ad4){const _0x3e80a2=_0x118bac;var _0x5c18a5;return(_0x5c18a5=this[_0x3e80a2(0x689)][_0x3e80a2(0x714)](_0x592ad4))==null?void 0x0:_0x5c18a5[_0x3e80a2(0x466)];}[_0x118bac(0x136)](){const _0x577a49=_0x118bac;return[...this[_0x577a49(0x689)][_0x577a49(0x308)]()][_0x577a49(0x734)](({session:_0x19087d})=>_0x19087d);}['activateSession'](_0x3aeefc){const _0x41b235=_0x118bac;let _0xb38eb0=this[_0x41b235(0x689)][_0x41b235(0x714)](_0x3aeefc);if(_0xb38eb0){if(_0xb38eb0[_0x41b235(0x466)][_0x41b235(0x767)]!=='tab-peer'){this[_0x41b235(0x689)]['forEach'](_0x407a0c=>{const _0x1877c4=_0x41b235;_0x407a0c['session'][_0x1877c4(0x767)]!==_0x1877c4(0x5f7)&&_0x407a0c[_0x1877c4(0x466)][_0x1877c4(0x2dc)]===_0xb38eb0[_0x1877c4(0x466)][_0x1877c4(0x2dc)]&&_0x407a0c[_0x1877c4(0x4cb)](_0x407a0c[_0x1877c4(0x466)]['embedId']===_0x3aeefc);});return;}this[_0x41b235(0x4d3)](_0xb38eb0[_0x41b235(0x466)]),this['_sessions'][_0x41b235(0x362)](_0x1f2149=>{const _0x524859=_0x41b235;_0x1f2149[_0x524859(0x466)][_0x524859(0x767)]===_0x524859(0x5f7)&&_0x1f2149[_0x524859(0x466)][_0x524859(0x2dc)]===_0xb38eb0[_0x524859(0x466)]['hostUnitId']&&_0x1f2149[_0x524859(0x4cb)](_0x1f2149['session'][_0x524859(0x5bc)]===_0x3aeefc);});}}[_0x118bac(0xb7)](_0x39be0b){const _0x29a0f4=_0x118bac;let _0x1ca1ea=[];return this[_0x29a0f4(0x689)][_0x29a0f4(0x362)](_0x224341=>{const _0x2aa053=_0x29a0f4;_0x224341[_0x2aa053(0x466)][_0x2aa053(0x767)]===_0x2aa053(0x5f7)&&(_0x39be0b&&_0x224341[_0x2aa053(0x466)][_0x2aa053(0x5bc)]!==_0x39be0b||(this[_0x2aa053(0x4d9)](_0x224341[_0x2aa053(0x466)]),this[_0x2aa053(0x12c)](_0x224341[_0x2aa053(0x466)][_0x2aa053(0x5bc)]),_0x224341[_0x2aa053(0x4cb)](!0x1),_0x1ca1ea[_0x2aa053(0x6f2)](_0x224341[_0x2aa053(0x466)])));}),_0x1ca1ea;}['deactivateFloatingSession'](_0x489a8e){const _0x5d2977=_0x118bac;let _0x1c627a=this['_sessions'][_0x5d2977(0x714)](_0x489a8e);if(!(!_0x1c627a||_0x1c627a[_0x5d2977(0x466)][_0x5d2977(0x767)]==='tab-peer'))return this[_0x5d2977(0x4d9)](_0x1c627a[_0x5d2977(0x466)]),_0x1c627a[_0x5d2977(0x4cb)](!0x1),_0x1c627a[_0x5d2977(0x466)];}[_0x118bac(0x4cb)](_0x3f0ce1,_0x2fa1f5){const _0x5f8e39=_0x118bac;var _0x512d79;(_0x512d79=this[_0x5f8e39(0x689)][_0x5f8e39(0x714)](_0x3f0ce1))==null||_0x512d79[_0x5f8e39(0x4cb)](_0x2fa1f5);}['_runChildBeforeDeactivate'](_0x26d935){const _0x5049cf=_0x118bac;let _0x16b603=_0x26d935[_0x5049cf(0x533)];if(!_0x16b603)return;let _0xdfb43e=this[_0x5049cf(0x359)][_0x5049cf(0x714)](_0x26d935[_0x5049cf(0x559)]);if(_0xdfb43e!=null&&_0xdfb43e[_0x5049cf(0x5dc)])try{_0xdfb43e[_0x5049cf(0x5dc)](_0x16b603);}catch(_0x208181){console[_0x5049cf(0x3f2)](_0x5049cf(0x1d2),_0x208181);}}[_0x118bac(0x196)](_0x293805){const _0x16f85a=_0x118bac;var _0x4566d9,_0x1ab99b;let _0x5a55b5=((_0x4566d9=_0x293805[_0x16f85a(0x584)])==null?void 0x0:_0x4566d9[_0x16f85a(0x305)])||void 0x0;if(_0x5a55b5!=null&&_0x5a55b5[_0x16f85a(0x767)])return _0x5a55b5['layout'];let _0x4f232a=((_0x1ab99b=_0x293805[_0x16f85a(0x584)])==null?void 0x0:_0x1ab99b[_0x16f85a(0x14f)])||void 0x0;if(_0x4f232a!=null&&_0x4f232a[_0x16f85a(0x306)])return _0x16f85a(0x5f7);throw Error('EMBED_MOUNT_LAYOUT_NOT_RESOLVED');}['_createRenderScope'](_0x3cdea3,_0x1d5aa0,_0x496c01,_0x5de793){const _0x4326be=_0x118bac;var _0x1e8856,_0x247482,_0x16ae84,_0x46fa29,_0x43015f,_0x4dc9f3,_0x18be39,_0x31118e,_0x2e9a7e,_0x26b259;let _0x18488f=new _0x416516[(_0x4326be(0x65e))](!0x0),_0x2048f4=_0x3cdea3[_0x4326be(0x333)],_0x452c38=(_0x1e8856=_0x3cdea3['sourceMeta'])==null?void 0x0:_0x1e8856[_0x4326be(0x14f)],_0x428a54=_0x452c38&&_0x452c38['enabled']?_0x4326be(0x14f):(_0x247482=_0x3cdea3[_0x4326be(0x584)])!=null&&_0x247482[_0x4326be(0x305)]?'float':_0x4326be(0x273),_0x379601=(_0x16ae84=(_0x46fa29=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x177)])==null?_0x4a5d5c(_0x496c01,_0x4326be(0x630)):_0x46fa29)==null?_0x496c01:_0x16ae84,_0x5659d9=(_0x43015f=(_0x4dc9f3=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x648)])==null?_0x4a5d5c(_0x496c01,_0x4326be(0x428)):_0x4dc9f3)==null?_0x496c01:_0x43015f,_0x1dcf8b=(_0x18be39=(_0x31118e=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x650)])==null?_0x4a5d5c(_0x496c01,_0x4326be(0x526)):_0x31118e)==null?_0x496c01:_0x18be39,_0x23eab3=(_0x2e9a7e=(_0x26b259=_0x5de793==null?void 0x0:_0x5de793[_0x4326be(0x416)])==null?_0x4a5d5c(_0x496c01,'data-embed-popup-root'):_0x26b259)==null?_0x1dcf8b:_0x2e9a7e,_0x638229=this[_0x4326be(0x579)][_0x4326be(0x246)]({'childUnitId':_0x3cdea3[_0x4326be(0x4c1)],'embedId':_0x3cdea3[_0x4326be(0x5bc)],'hostAnchorId':_0x2048f4,'root':_0x1dcf8b}),_0x46bc14=_0x57ff99=>{const _0x58aa52=_0x4326be;_0x18488f[_0x58aa52(0x441)]()!==_0x57ff99&&(_0x1c49e0(_0x496c01,_0x57ff99,_0x428a54),_0x18488f[_0x58aa52(0x2f7)](_0x57ff99));};return _0x1c49e0(_0x496c01,!0x0,_0x428a54),{'renderScope':{'hostUnitId':_0x3cdea3[_0x4326be(0x2dc)],'hostAnchorId':_0x2048f4,'embedId':_0x3cdea3[_0x4326be(0x5bc)],'childUnitId':_0x3cdea3[_0x4326be(0x4c1)],'childType':_0x3cdea3[_0x4326be(0x559)],'layout':_0x1d5aa0,'mode':_0x428a54,'rootElement':_0x496c01,'contentRoot':_0x379601,'canvasRoot':_0x5659d9,'overlayRoot':_0x1dcf8b,'popupRoot':_0x23eab3,'menuOutlet':_0x5de793!=null&&_0x5de793['menuSlot']?{'container':_0x5de793['menuSlot']}:void 0x0,'active$':_0x18488f[_0x4326be(0x4ee)]()},'disposable':(0x0,_0x4a1c51[_0x4326be(0xbb)])(()=>{const _0xc71dd2=_0x4326be;_0x638229[_0xc71dd2(0x60c)](),_0x46bc14(!0x1),_0x18488f[_0xc71dd2(0x1be)]();}),'setActive':_0x46bc14};}[_0x118bac(0x368)](_0x4e2c84,_0x5aa707,_0x5566cd,_0x3ca549){const _0x474b12=_0x118bac;let _0xa5b3d0=this[_0x474b12(0x609)]['has'](_0x7aa80d),_0x23c34f=this[_0x474b12(0x609)][_0x474b12(0x722)](_0x164bef);if(!_0xa5b3d0&&!_0x23c34f)return;let _0x2e3f92=_0xa5b3d0?this[_0x474b12(0x609)][_0x474b12(0x714)](_0x7aa80d):void 0x0,_0x2f722c=_0x23c34f?this[_0x474b12(0x609)][_0x474b12(0x714)](_0x164bef):void 0x0,_0x3e965b=new Map(),_0x5c400c=(_0x5b90e5,_0x339b1b)=>{const _0x39eafb=_0x474b12;if(!_0x5b90e5)return;let _0x3c4101=_0x3e965b[_0x39eafb(0x714)](_0x5b90e5);(!_0x3c4101||_0x3c4101===_0x39eafb(0x4e9))&&_0x3e965b[_0x39eafb(0x3d4)](_0x5b90e5,_0x339b1b);};_0x5c400c(_0x5aa707,_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x2fe)],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x399)],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd['canvasRoot'],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x4ed)],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549['root'],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549[_0x474b12(0x177)],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549[_0x474b12(0x648)],_0x474b12(0x4e9)),_0x5c400c(_0x3ca549['overlay'],_0x474b12(0x4e9)),_0x5c400c(_0x5566cd[_0x474b12(0x15f)],'child-popup'),_0x5c400c(_0x3ca549[_0x474b12(0x416)],_0x474b12(0x10a));let _0x1c0585=[..._0x3e965b][_0x474b12(0x3c9)](([_0x511511,_0x17e27f])=>[_0x2e3f92==null?void 0x0:_0x2e3f92['registerRoot'](_0x4e2c84[_0x474b12(0x5bc)],_0x511511),_0x2f722c==null?void 0x0:_0x2f722c[_0x474b12(0x245)]({'embedId':_0x4e2c84[_0x474b12(0x5bc)],'role':_0x17e27f,'element':_0x511511})]['filter'](_0x5b5a48=>!!_0x5b5a48));return(0x0,_0x4a1c51[_0x474b12(0xbb)])(()=>{const _0x3c00c0=_0x474b12;[..._0x1c0585][_0x3c00c0(0x15a)]()[_0x3c00c0(0x362)](_0x4be3cb=>_0x4be3cb['dispose']());});}[_0x118bac(0x235)](_0x5d3bf7){const _0x4759b9=_0x118bac;return _0x5d3bf7?'dispose'in _0x5d3bf7?{'disposable':_0x5d3bf7}:{'hostElement':_0x5d3bf7[_0x4759b9(0xe2)],'runtimeRoots':_0x5d3bf7[_0x4759b9(0x376)],'disposable':_0x5d3bf7[_0x4759b9(0x327)]?(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x1481c3=_0x4759b9;var _0x3650f3;return(_0x3650f3=_0x5d3bf7['disposable'])==null?void 0x0:_0x3650f3[_0x1481c3(0x60c)]();}):void 0x0}:{};}[_0x118bac(0x5b0)](_0x5ccbc8){const _0x6b6e27=_0x118bac;if(!this[_0x6b6e27(0x609)]['has'](_0x23b823))return;let _0x323097=this[_0x6b6e27(0x609)][_0x6b6e27(0x714)](_0x23b823)[_0x6b6e27(0x714)](_0x5ccbc8[_0x6b6e27(0x319)][_0x6b6e27(0x53f)],_0x5ccbc8[_0x6b6e27(0x319)]['entry'],_0x5ccbc8[_0x6b6e27(0x559)]);if(!_0x323097)return;let _0x588948=this[_0x6b6e27(0x609)][_0x6b6e27(0x722)](_0x34aece)?this[_0x6b6e27(0x609)]['get'](_0x34aece)[_0x6b6e27(0x778)]():null,_0x1e2b26=_0x323097[_0x6b6e27(0xde)]({..._0x5ccbc8,'active':_0x588948});return _0x1e2b26?(0x0,_0x4a1c51[_0x6b6e27(0xbb)])(()=>_0x1e2b26[_0x6b6e27(0x60c)]()):void 0x0;}[_0x118bac(0x334)](_0x59f578,_0x31098,_0x22b3e2,_0x2149dc){const _0x4ad8c7=_0x118bac;let _0x86d47f=this[_0x4ad8c7(0x609)]['has'](_0x7aa80d)?this[_0x4ad8c7(0x609)]['get'](_0x7aa80d):void 0x0,_0x3397c8=this[_0x4ad8c7(0x609)][_0x4ad8c7(0x722)](_0x164bef)?this[_0x4ad8c7(0x609)]['get'](_0x164bef):void 0x0,_0x4c11df=_0x31098['ownerDocument'],_0x5e7999=[],_0xa53f6=()=>_0x22b3e2==='float'?this['_injector'][_0x4ad8c7(0x722)](_0x34aece)?this[_0x4ad8c7(0x609)][_0x4ad8c7(0x714)](_0x34aece)['getStage'](_0x59f578[_0x4ad8c7(0x5bc)])===_0x4ad8c7(0x510):!0x1:!0x0,_0x499d9b=(_0x3aa53a,_0x2e2fe6={})=>{const _0x22b676=_0x4ad8c7;let _0xef25f3=_0x2e2fe6[_0x22b676(0x737)]!==!0x1,_0x1beb4b=_0x2e2fe6[_0x22b676(0x3a0)]!==!0x1,_0x193f5e=(_0x3aa53a==null?void 0x0:_0x3aa53a[_0x22b676(0x6a7)])instanceof Element?_0x3aa53a[_0x22b676(0x6a7)]:null;if(!(_0x193f5e!=null&&_0x193f5e[_0x22b676(0x46f)](_0x22b676(0x1eb)))&&!(!_0x59f578[_0x22b676(0x4c1)]||_0x59f578[_0x22b676(0x559)]==null)&&_0xa53f6()){if(_0x22b3e2==='float'&&_0x2149dc&&(_0x2149dc[_0x22b676(0x164)](_0x59f578[_0x22b676(0x4c1)]),_0xef25f3&&_0x2149dc['focusUnit'](_0x59f578[_0x22b676(0x4c1)])),_0x22b3e2===_0x22b676(0x14f)&&this['_injector'][_0x22b676(0x722)](_0x4a1c51[_0x22b676(0x723)])){var _0x569a68,_0x2b4b61;let _0x7d7487=this[_0x22b676(0x609)]['get'](_0x4a1c51[_0x22b676(0x723)]),_0x2223d5=_0x7d7487[_0x22b676(0x5b9)],_0x5e0ce1=_0x7d7487['getFocusedUnit'];(typeof _0x2223d5!=_0x22b676(0x52a)||((_0x569a68=_0x2223d5[_0x22b676(0xf4)](_0x7d7487,_0x59f578[_0x22b676(0x559)]))==null?void 0x0:_0x569a68[_0x22b676(0x5eb)]())!==_0x59f578[_0x22b676(0x4c1)])&&_0x7d7487['setCurrentUnitForType'](_0x59f578[_0x22b676(0x4c1)]),_0xef25f3&&(typeof _0x5e0ce1!=_0x22b676(0x52a)||((_0x2b4b61=_0x5e0ce1[_0x22b676(0xf4)](_0x7d7487))==null?void 0x0:_0x2b4b61[_0x22b676(0x5eb)]())!==_0x59f578[_0x22b676(0x4c1)])&&_0x7d7487[_0x22b676(0x737)](_0x59f578[_0x22b676(0x4c1)]);}if(_0x22b3e2===_0x22b676(0x14f)&&this['_injector'][_0x22b676(0x722)](_0x4a1c51[_0x22b676(0x4d5)])){let _0x4f3081=this[_0x22b676(0x609)][_0x22b676(0x714)](_0x4a1c51[_0x22b676(0x4d5)]);_0x4f3081[_0x22b676(0x786)](_0x4a1c51['FOCUSING_UNIT'],!0x0),_0x4f3081[_0x22b676(0x786)](_0x4a1c51[_0x22b676(0x214)],_0x59f578[_0x22b676(0x559)]===_0x4a1c51['UniverInstanceType'][_0x22b676(0x3e8)]),_0x4f3081['setContextValue'](_0x4a1c51[_0x22b676(0x508)],_0x59f578[_0x22b676(0x559)]===_0x4a1c51[_0x22b676(0x336)][_0x22b676(0x6c7)]),_0x4f3081[_0x22b676(0x786)](_0x4a1c51[_0x22b676(0x518)],_0x59f578['childType']===_0x4a1c51[_0x22b676(0x336)][_0x22b676(0x3af)]);}if(this[_0x22b676(0x609)]['has'](_0x73305e[_0x22b676(0xe5)])){let _0x3ebe94=this[_0x22b676(0x609)][_0x22b676(0x714)](_0x73305e['EmbedFocusOwnerService']),_0x1e2633={'hostUnitId':_0x59f578[_0x22b676(0x2dc)],'embedId':_0x59f578['embedId'],'childUnitId':_0x59f578[_0x22b676(0x4c1)],'childType':_0x59f578[_0x22b676(0x559)],'reason':_0x22b676(0x64f)},_0x1efaec=_0x3ebe94[_0x22b676(0x38f)]();((_0x1efaec==null?void 0x0:_0x1efaec['hostUnitId'])!==_0x1e2633['hostUnitId']||_0x1efaec[_0x22b676(0x5bc)]!==_0x1e2633['embedId']||_0x1efaec['childUnitId']!==_0x1e2633[_0x22b676(0x4c1)]||_0x1efaec[_0x22b676(0x559)]!==_0x1e2633['childType']||_0x1efaec[_0x22b676(0x531)]!==_0x1e2633[_0x22b676(0x531)])&&_0x3ebe94[_0x22b676(0x6ec)](_0x1e2633);}_0x1beb4b&&this[_0x22b676(0x3a0)](_0x59f578['embedId']);}},_0x27ab0c=_0x4e1341=>{const _0x30b065=_0x4ad8c7;let _0x16c9df=_0x4e1341['target']instanceof Element?_0x4e1341['target']:null;if(!_0x16c9df||_0x31098[_0x30b065(0x1e8)](_0x16c9df)||!(_0x86d47f!=null&&_0x86d47f['contains'](_0x59f578['embedId'],_0x16c9df,_0x4e1341)||_0x3397c8!=null&&_0x3397c8['containsElement'](_0x59f578['embedId'],_0x16c9df,_0x4e1341)))return;_0x499d9b(_0x4e1341,{'focusUnit':!0x1,'activateSession':!0x1});let _0x1d0574=_0x4c11df[_0x30b065(0x4de)];_0x1d0574&&_0x5e7999['push'](_0x1d0574[_0x30b065(0x1cb)](()=>_0x499d9b(_0x4e1341,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x31098[_0x4ad8c7(0x607)](_0x4ad8c7(0x3a8),_0x499d9b,{'capture':!0x0}),_0x31098[_0x4ad8c7(0x607)](_0x4ad8c7(0x640),_0x499d9b),_0x4c11df[_0x4ad8c7(0x607)](_0x4ad8c7(0x3a8),_0x27ab0c,{'capture':!0x0}),_0x4c11df[_0x4ad8c7(0x607)]('focusin',_0x27ab0c,{'capture':!0x0}),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x40712c=_0x4ad8c7;_0x31098[_0x40712c(0x5cf)]('pointerdown',_0x499d9b,{'capture':!0x0}),_0x31098['removeEventListener']('focusin',_0x499d9b),_0x4c11df[_0x40712c(0x5cf)](_0x40712c(0x3a8),_0x27ab0c,{'capture':!0x0}),_0x4c11df[_0x40712c(0x5cf)](_0x40712c(0x640),_0x27ab0c,{'capture':!0x0}),_0x5e7999[_0x40712c(0x362)](_0x3c8be8=>{const _0x2fabdb=_0x40712c;var _0x18c338;return(_0x18c338=_0x4c11df[_0x2fabdb(0x4de)])==null?void 0x0:_0x18c338[_0x2fabdb(0x3b0)](_0x3c8be8);});});}[_0x118bac(0x4d3)](_0x458237){const _0x1a88c8=_0x118bac;if(this[_0x1a88c8(0x544)](_0x458237),this[_0x1a88c8(0x609)][_0x1a88c8(0x722)](_0x4a1c51[_0x1a88c8(0x723)])){let _0x1f6470=this[_0x1a88c8(0x609)]['get'](_0x4a1c51[_0x1a88c8(0x723)]);_0x1f6470['setCurrentUnitForType'](_0x458237['childUnitId']),_0x1f6470[_0x1a88c8(0x737)](_0x458237[_0x1a88c8(0x4c1)]);}if(this['_injector'][_0x1a88c8(0x722)](_0x4a1c51[_0x1a88c8(0x4d5)])){let _0x5063f3=this['_injector'][_0x1a88c8(0x714)](_0x4a1c51[_0x1a88c8(0x4d5)]);_0x5063f3['setContextValue'](_0x4a1c51[_0x1a88c8(0x688)],!0x0),_0x5063f3[_0x1a88c8(0x786)](_0x4a1c51[_0x1a88c8(0x214)],_0x458237['childType']===_0x4a1c51[_0x1a88c8(0x336)][_0x1a88c8(0x3e8)]),_0x5063f3['setContextValue'](_0x4a1c51[_0x1a88c8(0x508)],_0x458237[_0x1a88c8(0x559)]===_0x4a1c51[_0x1a88c8(0x336)][_0x1a88c8(0x6c7)]),_0x5063f3[_0x1a88c8(0x786)](_0x4a1c51[_0x1a88c8(0x518)],_0x458237[_0x1a88c8(0x559)]===_0x4a1c51[_0x1a88c8(0x336)][_0x1a88c8(0x3af)]);}this[_0x1a88c8(0x609)][_0x1a88c8(0x722)](_0x73305e[_0x1a88c8(0xe5)])&&this[_0x1a88c8(0x609)][_0x1a88c8(0x714)](_0x73305e[_0x1a88c8(0xe5)])[_0x1a88c8(0x6ec)]({'hostUnitId':_0x458237[_0x1a88c8(0x2dc)],'embedId':_0x458237['embedId'],'childUnitId':_0x458237[_0x1a88c8(0x4c1)],'childType':_0x458237[_0x1a88c8(0x559)],'reason':_0x1a88c8(0x310)});}[_0x118bac(0x544)](_0x2a0fac){const _0x4172d5=_0x118bac;this[_0x4172d5(0x373)](_0x2a0fac[_0x4172d5(0x2dc)],_0x2a0fac[_0x4172d5(0x5bc)]),this[_0x4172d5(0x12c)](_0x2a0fac[_0x4172d5(0x5bc)]);let _0x1c250d=[];if(this[_0x4172d5(0x609)]['has'](_0x164bef)&&_0x1c250d[_0x4172d5(0x6f2)](this['_injector'][_0x4172d5(0x714)](_0x164bef)[_0x4172d5(0x311)]({'embedId':_0x2a0fac['embedId'],'role':_0x4172d5(0x708),'owner':_0x4172d5(0x498),'sessionMode':_0x4172d5(0x3fd),'hostUnitId':_0x2a0fac[_0x4172d5(0x2dc)],'childUnitId':_0x2a0fac[_0x4172d5(0x4c1)],'childType':_0x2a0fac['childType']})),this[_0x4172d5(0x609)][_0x4172d5(0x722)](_0x7aa80d)){var _0x296d5d,_0x1d04d7,_0x193340;_0x1c250d['push'](this['_injector']['get'](_0x7aa80d)[_0x4172d5(0x4d0)](_0x2a0fac[_0x4172d5(0x5bc)],(_0x296d5d=(_0x1d04d7=_0x2a0fac[_0x4172d5(0xe2)])==null?void 0x0:_0x1d04d7['ownerDocument'])==null?(_0x193340=_0x2a0fac['context'])==null?void 0x0:_0x193340[_0x4172d5(0x6af)][_0x4172d5(0x2fe)][_0x4172d5(0x18b)]:_0x296d5d));}_0x1c250d['length']&&this['_tabFocusLeases'][_0x4172d5(0x3d4)](_0x2a0fac[_0x4172d5(0x5bc)],{'hostUnitId':_0x2a0fac[_0x4172d5(0x2dc)],'disposable':(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x2db0a4=_0x4172d5;[..._0x1c250d][_0x2db0a4(0x15a)]()[_0x2db0a4(0x362)](_0x15377b=>_0x15377b[_0x2db0a4(0x60c)]());})});}[_0x118bac(0x373)](_0x58ded9,_0x1bc5a3){const _0x26887b=_0x118bac;[...this[_0x26887b(0x390)]['entries']()][_0x26887b(0x362)](([_0x3a55f1,_0x3d9d81])=>{const _0x2847d7=_0x26887b;_0x3a55f1!==_0x1bc5a3&&_0x3d9d81[_0x2847d7(0x2dc)]===_0x58ded9&&(_0x3d9d81[_0x2847d7(0x327)][_0x2847d7(0x60c)](),this[_0x2847d7(0x390)][_0x2847d7(0x2cd)](_0x3a55f1));});}[_0x118bac(0x12c)](_0x2ff15a){const _0x12574b=_0x118bac;let _0x3cec55=this[_0x12574b(0x390)][_0x12574b(0x714)](_0x2ff15a);_0x3cec55&&(_0x3cec55['disposable'][_0x12574b(0x60c)](),this['_tabFocusLeases'][_0x12574b(0x2cd)](_0x2ff15a));}[_0x118bac(0x534)](_0x6f2300){const _0xdc75c9=_0x118bac;var _0x4fbd80,_0x2e0aef;if((_0x4fbd80=_0x6f2300[_0xdc75c9(0x584)])!=null&&_0x4fbd80[_0xdc75c9(0x14f)]&&_0x6f2300[_0xdc75c9(0x584)][_0xdc75c9(0x14f)][_0xdc75c9(0x306)]||!this[_0xdc75c9(0x609)]['has'](_0x4a1c51[_0xdc75c9(0x723)])||!_0x6f2300[_0xdc75c9(0x4c1)])return(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{});let _0x1e1ed7=this[_0xdc75c9(0x609)][_0xdc75c9(0x714)](_0x4a1c51['IUniverInstanceService']),_0x1b6f0b=_0x1e1ed7[_0xdc75c9(0x431)],_0x92ed86=_0x1e1ed7['focusUnit'];if(typeof _0x1b6f0b!=_0xdc75c9(0x52a)||typeof _0x92ed86!=_0xdc75c9(0x52a))return(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{});let _0x31509b=(_0x2e0aef=_0x1b6f0b['call'](_0x1e1ed7))==null?void 0x0:_0x2e0aef[_0xdc75c9(0x5eb)]();if(!_0x31509b||_0x31509b===_0x6f2300['childUnitId'])return(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{});let _0x410c95=()=>{const _0x4a49bd=_0xdc75c9;var _0x10307f;((_0x10307f=_0x1b6f0b[_0x4a49bd(0xf4)](_0x1e1ed7))==null?void 0x0:_0x10307f[_0x4a49bd(0x5eb)]())===_0x6f2300['childUnitId']&&_0x92ed86['call'](_0x1e1ed7,_0x31509b);},_0x4a3478=[],_0x22c1bc=[];return _0x410c95(),typeof window<'u'&&(_0x22c1bc[_0xdc75c9(0x6f2)](window['requestAnimationFrame'](_0x410c95)),_0x4a3478[_0xdc75c9(0x6f2)](window[_0xdc75c9(0x1cb)](_0x410c95,0x0)),_0x4a3478[_0xdc75c9(0x6f2)](window[_0xdc75c9(0x1cb)](_0x410c95,0x78))),(0x0,_0x4a1c51[_0xdc75c9(0xbb)])(()=>{const _0x5b848f=_0xdc75c9;typeof window>'u'||(_0x22c1bc[_0x5b848f(0x362)](_0x75372c=>window[_0x5b848f(0x1a8)](_0x75372c)),_0x4a3478[_0x5b848f(0x362)](_0x4be2e7=>window[_0x5b848f(0x3b0)](_0x4be2e7)));});}['_assertChildUnitAvailable'](_0x239c86){const _0x4c2b3d=_0x118bac;let _0xd35359=[...this[_0x4c2b3d(0x689)][_0x4c2b3d(0x308)]()]['find'](({session:_0x39f5b4})=>_0x39f5b4[_0x4c2b3d(0x5bc)]!==_0x239c86[_0x4c2b3d(0x5bc)]&&_0x39f5b4[_0x4c2b3d(0x4c1)]===_0x239c86['childUnitId']);if(_0xd35359)throw new _0x59df5c(_0x239c86[_0x4c2b3d(0x4c1)],_0xd35359[_0x4c2b3d(0x466)]['embedId']);if(this[_0x4c2b3d(0x389)][_0x4c2b3d(0x553)](_0x239c86[_0x4c2b3d(0x4c1)],_0x239c86[_0x4c2b3d(0x559)]))return;let _0x24b740=this[_0x4c2b3d(0x389)][_0x4c2b3d(0x2b3)](_0x239c86[_0x4c2b3d(0x4c1)]);throw _0x24b740!==_0x4a1c51['UniverInstanceType'][_0x4c2b3d(0x5f0)]&&_0x24b740!==_0x239c86[_0x4c2b3d(0x559)]?Error('EMBED_MOUNT_CHILD_TYPE_MISMATCH'):Error(_0x4c2b3d(0x6d8));}};_0x70dabe=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1cd1ba)),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x55f3cf)),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x561a5b)),_0x4ded49(0x3,(0x0,_0x4a1c51['Inject'])(_0xc55dd1)),_0x4ded49(0x4,_0x4a1c51['IUniverInstanceService']),_0x4ded49(0x5,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x22f07b)),_0x4ded49(0x6,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51['Injector']))],_0x70dabe);function _0x1c49e0(_0x41cecd,_0x52daba,_0x4e0da3){const _0x1106f6=_0x118bac;if(_0x41cecd[_0x1106f6(0xcc)][_0x1106f6(0x423)]=_0x52daba?_0x1106f6(0xd4):_0x1106f6(0x29b),_0x4e0da3!==_0x1106f6(0x14f)){_0x41cecd['removeAttribute']('inert'),_0x41cecd[_0x1106f6(0x30f)](_0x1106f6(0x2ca)),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x56d)]('display'),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x56d)]('pointer-events');return;}if(_0x41cecd[_0x1106f6(0x25f)](_0x1106f6(0x25d),!_0x52daba),_0x52daba){_0x41cecd[_0x1106f6(0x30f)]('aria-hidden'),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x56d)]('display'),_0x41cecd[_0x1106f6(0x5d3)]['removeProperty'](_0x1106f6(0x3b9));return;}_0x41cecd[_0x1106f6(0x3e7)](_0x1106f6(0x2ca),_0x1106f6(0xd4)),_0x41cecd['style']['display']=_0x1106f6(0x35e),_0x41cecd[_0x1106f6(0x5d3)][_0x1106f6(0x383)]='none';}function _0x18f2e2(_0x443b2d){const _0x5e137a=_0x118bac;let _0x57dc41=document[_0x5e137a(0x4c7)](_0x5e137a(0x73b));return _0x57dc41[_0x5e137a(0xcc)]['embedRuntimeBlocked']=_0x443b2d==null?_0x5e137a(0x76d):_0x443b2d,_0x57dc41['style'][_0x5e137a(0x64d)]=[_0x5e137a(0x70e),_0x5e137a(0x29a),'height:100%',_0x5e137a(0x5c2),_0x5e137a(0x122),_0x5e137a(0x4cc),_0x5e137a(0x231),_0x5e137a(0x556),_0x5e137a(0x432),_0x5e137a(0x4e4),'background:rgba(99,102,106,.06)','color:rgba(30,34,43,.64)',_0x5e137a(0x2a9),_0x5e137a(0x33e)][_0x5e137a(0x1f7)](';'),_0x57dc41[_0x5e137a(0x212)]=_0x443b2d==='cycle'?'Nested\x20embed\x20cycle\x20is\x20not\x20supported.':_0x5e137a(0x28f),_0x57dc41;}let _0x287047=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x400de1,_0x17a4d2,_0x4315e7,_0x362999,_0x487986,_0x5e5c9b,_0x365e6f,_0x527908,_0x3766d0){const _0x4355ee=_0x118bac;var _0x15d47f;super(),this[_0x4355ee(0x389)]=_0x400de1,this['_focusOwnerService']=_0x17a4d2,this['_hostAdapterRegistry']=_0x4315e7,this[_0x4355ee(0x28a)]=_0x362999,this[_0x4355ee(0x4dd)]=_0x487986,this[_0x4355ee(0x525)]=_0x5e5c9b,this['_floatingActiveService']=_0x365e6f,this[_0x4355ee(0x478)]=_0x527908,this[_0x4355ee(0x1a1)]=_0x3766d0,_0x2d0c25(this,_0x4355ee(0x49b),new Map());let _0x411cdb=(_0x15d47f=this[_0x4355ee(0x389)][_0x4355ee(0x1a6)])==null?void 0x0:_0x15d47f[_0x4355ee(0x26e)](_0x125116=>{const _0x11b5da=_0x4355ee;this[_0x11b5da(0x404)](_0x125116==null?null:_0x125116);});_0x411cdb&&this[_0x4355ee(0x377)](_0x411cdb);}[_0x118bac(0x51a)](_0x374209){const _0x35de78=_0x118bac;var _0x1f9de5;this[_0x35de78(0x700)](_0x374209),this['_rememberPreviousChildCurrentUnit'](_0x374209),this[_0x35de78(0x25c)][_0x35de78(0x552)]({'embedId':_0x374209[_0x35de78(0x5bc)],'hostUnitId':_0x374209[_0x35de78(0x2dc)],'hostType':_0x374209[_0x35de78(0x53f)],'entry':_0x374209['entry'],'hostAnchorId':_0x374209[_0x35de78(0x333)],'descriptor':_0x374209}),this['_mountService'][_0x35de78(0x3a0)](_0x374209['embedId']);let _0x2dc1bb=this[_0x35de78(0x525)]['get'](_0x374209[_0x35de78(0x559)]);return this[_0x35de78(0x28a)][_0x35de78(0x133)](_0x374209,_0x35de78(0x434),{'layoutPolicy':_0x2dc1bb==null||(_0x1f9de5=_0x2dc1bb[_0x35de78(0x3c3)])==null?void 0x0:_0x1f9de5['tab'],'allowPlaceholder':(_0x2dc1bb==null?void 0x0:_0x2dc1bb['hostChromeMode'])===_0x35de78(0x31d)||(_0x2dc1bb==null?void 0x0:_0x2dc1bb['hostHeaderMode'])===_0x35de78(0x1b2)});}[_0x118bac(0x5a1)](_0x2f32d1,_0x524b89,_0x169234={}){const _0x2c4d44=_0x118bac;this[_0x2c4d44(0x700)](_0x2f32d1);let _0x16ac7f=this[_0x2c4d44(0x4e2)][_0x2c4d44(0x778)](),_0x53bf49=_0x524b89===_0x2c4d44(0x510)&&(_0x16ac7f==null?void 0x0:_0x16ac7f[_0x2c4d44(0x5bc)])===_0x2f32d1['embedId']&&_0x16ac7f['childUnitId']===_0x2f32d1[_0x2c4d44(0x4c1)]&&_0x16ac7f[_0x2c4d44(0x545)]==='stage2';(_0x16ac7f==null?void 0x0:_0x16ac7f[_0x2c4d44(0x545)])==='stage2'&&!_0x53bf49&&this[_0x2c4d44(0x4b3)](_0x16ac7f['embedId']),_0x524b89==='stage2'&&!_0x53bf49&&this[_0x2c4d44(0x479)](_0x2f32d1),this[_0x2c4d44(0x718)][_0x2c4d44(0x6ec)]({'hostUnitId':_0x2f32d1[_0x2c4d44(0x2dc)],'embedId':_0x2f32d1[_0x2c4d44(0x5bc)],'childUnitId':_0x2f32d1['childUnitId'],'childType':_0x2f32d1['childType'],'reason':_0x2c4d44(0x64f)}),this['_mountService'][_0x2c4d44(0x3a0)](_0x2f32d1[_0x2c4d44(0x5bc)]);let _0x490ef6={'hostUnitId':_0x2f32d1['hostUnitId'],'embedId':_0x2f32d1[_0x2c4d44(0x5bc)],'childUnitId':_0x2f32d1[_0x2c4d44(0x4c1)]};_0x524b89?this[_0x2c4d44(0x4e2)][_0x2c4d44(0x133)](_0x490ef6,_0x524b89):this[_0x2c4d44(0x4e2)][_0x2c4d44(0x133)](_0x490ef6),this[_0x2c4d44(0x28a)]['clear'](),_0x524b89===_0x2c4d44(0x510)?(this['_focusUnit'](_0x2f32d1[_0x2c4d44(0x4c1)],_0x2f32d1[_0x2c4d44(0x559)],!0x1),this[_0x2c4d44(0x636)](_0x2f32d1)):(this[_0x2c4d44(0x389)]['setCurrentUnitForType'](_0x2f32d1[_0x2c4d44(0x2dc)]),this['_univerInstanceService'][_0x2c4d44(0x737)](_0x2f32d1[_0x2c4d44(0x2dc)]));}[_0x118bac(0x272)](_0x36266f,_0xa66018={}){const _0x4f35c2=_0x118bac;this[_0x4f35c2(0x5a1)](_0x36266f,_0x4f35c2(0x510),_0xa66018);}[_0x118bac(0x37d)](_0x3ba2a0){const _0x4db155=_0x118bac;this[_0x4db155(0x700)](_0x3ba2a0),this[_0x4db155(0x718)][_0x4db155(0x6ec)]({'hostUnitId':_0x3ba2a0[_0x4db155(0x2dc)],'embedId':_0x3ba2a0[_0x4db155(0x5bc)],'childUnitId':_0x3ba2a0['childUnitId'],'childType':_0x3ba2a0[_0x4db155(0x559)],'reason':_0x4db155(0x64f)}),this[_0x4db155(0x1ec)](_0x3ba2a0[_0x4db155(0x4c1)],_0x3ba2a0[_0x4db155(0x559)]);}['clearFullscreen'](_0x4b09a9){const _0x1e243b=_0x118bac;let _0xdf1907=this['_focusOwnerService']['getFocusOwner']();_0xdf1907!=null&&_0xdf1907[_0x1e243b(0x5bc)]&&_0xdf1907[_0x1e243b(0x5bc)]!==_0x4b09a9['embedId']||(this[_0x1e243b(0x718)][_0x1e243b(0x184)](_0x4b09a9[_0x1e243b(0x5bc)]),this[_0x1e243b(0x389)][_0x1e243b(0x164)](_0x4b09a9[_0x1e243b(0x2dc)]),this[_0x1e243b(0x389)]['focusUnit'](_0x4b09a9['hostUnitId']));}[_0x118bac(0x335)](_0x409fae,_0x39ecb3){const _0xe9e91f=_0x118bac;var _0x3d53d6;let _0x12002d=this[_0xe9e91f(0x718)][_0xe9e91f(0x38f)]();if(_0x409fae&&_0x12002d!=null&&_0x12002d[_0xe9e91f(0x5bc)]&&_0x12002d[_0xe9e91f(0x5bc)]!==_0x409fae)return;let _0x4807ba=this['_floatingActiveService']['getActive']();if(_0x409fae&&!_0x12002d&&(_0x4807ba==null?void 0x0:_0x4807ba[_0xe9e91f(0x5bc)])!==_0x409fae&&!_0x39ecb3)return;let _0x40f4e1=(_0x3d53d6=_0x39ecb3==null?_0x12002d==null?void 0x0:_0x12002d[_0xe9e91f(0x2dc)]:_0x39ecb3)==null?_0x4807ba==null?void 0x0:_0x4807ba[_0xe9e91f(0x2dc)]:_0x3d53d6;this[_0xe9e91f(0x4e2)][_0xe9e91f(0x173)](_0x409fae),this[_0xe9e91f(0x718)][_0xe9e91f(0x184)](_0x409fae),this['_menuOverrideService'][_0xe9e91f(0x173)](_0x409fae),_0x409fae&&this['_restorePreviousChildCurrentUnit'](_0x409fae),_0x409fae&&this[_0xe9e91f(0x4dd)]['deactivateFloatingSession'](_0x409fae),_0x40f4e1&&(this[_0xe9e91f(0x389)][_0xe9e91f(0x164)](_0x40f4e1),this[_0xe9e91f(0x389)][_0xe9e91f(0x737)](_0x40f4e1));}[_0x118bac(0x6ff)](_0x27c83c){const _0x7c316f=_0x118bac;this['_menuOverrideService']['clear'](_0x27c83c),this['_focusOwnerService']['clearFocusOwner'](_0x27c83c);let _0x1cf8d8=this['_mountService']['deactivateTabSessions'](_0x27c83c);_0x1cf8d8['forEach'](_0xfcbbe3=>this[_0x7c316f(0x4b3)](_0xfcbbe3['embedId'],_0xfcbbe3['childType'],_0xfcbbe3['childUnitId'])),new Set(_0x1cf8d8[_0x7c316f(0x734)](_0xe46d11=>_0xe46d11[_0x7c316f(0x2dc)]))[_0x7c316f(0x362)](_0x4f0c18=>{const _0x5a65d2=_0x7c316f;this[_0x5a65d2(0x389)]['setCurrentUnitForType'](_0x4f0c18),this[_0x5a65d2(0x389)]['focusUnit'](_0x4f0c18);});}[_0x118bac(0x479)](_0x1cd37c){const _0x4bdb4b=_0x118bac;if(this[_0x4bdb4b(0x49b)]['has'](_0x1cd37c['embedId']))return;let _0x5e48d2=_0x1cd37c[_0x4bdb4b(0x559)],_0x1fe190=this['_getCurrentUnitId'](_0x5e48d2);this[_0x4bdb4b(0x49b)][_0x4bdb4b(0x3d4)](_0x1cd37c[_0x4bdb4b(0x5bc)],{'childType':_0x5e48d2,'childUnitId':_0x1cd37c[_0x4bdb4b(0x4c1)],'unitId':_0x1fe190&&_0x1fe190!==_0x1cd37c['childUnitId']?_0x1fe190:void 0x0});}['_restorePreviousChildCurrentUnit'](_0x3b5d54,_0x10ce0a,_0x3cf697){const _0x3b0dff=_0x118bac;let _0x271137=this[_0x3b0dff(0x49b)][_0x3b0dff(0x714)](_0x3b5d54);this['_previousChildCurrentUnits'][_0x3b0dff(0x2cd)](_0x3b5d54);let _0x33972d=_0x10ce0a==null?_0x271137==null?void 0x0:_0x271137['childType']:_0x10ce0a,_0x48ca76=_0x3cf697==null?_0x271137==null?void 0x0:_0x271137[_0x3b0dff(0x4c1)]:_0x3cf697;if(_0x33972d==null||!_0x48ca76)return;let _0x306b2c=(_0x271137==null?void 0x0:_0x271137[_0x3b0dff(0x559)])===_0x33972d&&_0x271137['unitId']&&this[_0x3b0dff(0x656)](_0x271137['unitId'],_0x33972d)?_0x271137[_0x3b0dff(0x73c)]:this['_findFallbackUnitId'](_0x33972d,_0x48ca76);_0x306b2c&&this[_0x3b0dff(0x389)][_0x3b0dff(0x164)](_0x306b2c);}['_getCurrentUnitId'](_0x59e4e7){const _0x6b3542=_0x118bac;var _0x37e8be;let _0x51a497=this[_0x6b3542(0x389)][_0x6b3542(0x5b9)];return _0x51a497==null||(_0x37e8be=_0x51a497[_0x6b3542(0xf4)](this[_0x6b3542(0x389)],_0x59e4e7))==null?void 0x0:_0x37e8be[_0x6b3542(0x5eb)]();}[_0x118bac(0x656)](_0x549eba,_0x21c37c){const _0x2b0d9f=_0x118bac;let _0x17f755=this[_0x2b0d9f(0x389)]['getUnit'];return!!(_0x17f755!=null&&_0x17f755['call'](this[_0x2b0d9f(0x389)],_0x549eba,_0x21c37c));}['_findFallbackUnitId'](_0x5634f9,_0x209b6b){const _0x51add2=_0x118bac;var _0xb32591;let _0x127318=this[_0x51add2(0x389)][_0x51add2(0x731)];return _0x127318==null||(_0xb32591=_0x127318[_0x51add2(0xf4)](this[_0x51add2(0x389)],_0x5634f9))==null||(_0xb32591=_0xb32591[_0x51add2(0x3ae)](_0x4a5e64=>_0x4a5e64[_0x51add2(0x5eb)]()!==_0x209b6b))==null?void 0x0:_0xb32591[_0x51add2(0x5eb)]();}[_0x118bac(0x1ec)](_0x4c8841,_0x2123cf,_0x42fb90=!0x0){const _0x411fd4=_0x118bac;var _0x213799;let _0x3d9c21=this[_0x411fd4(0x389)][_0x411fd4(0x431)];(typeof _0x3d9c21!=_0x411fd4(0x52a)||((_0x213799=_0x3d9c21[_0x411fd4(0xf4)](this[_0x411fd4(0x389)]))==null?void 0x0:_0x213799[_0x411fd4(0x5eb)]())!==_0x4c8841)&&this[_0x411fd4(0x389)]['focusUnit'](_0x4c8841),this['_setCurrentUnitForType'](_0x4c8841,_0x2123cf),this['_contextService']['setContextValue'](_0x4a1c51['FOCUSING_UNIT'],!0x0),this[_0x411fd4(0x478)]['setContextValue'](_0x4a1c51[_0x411fd4(0x214)],_0x2123cf===_0x4a1c51[_0x411fd4(0x336)][_0x411fd4(0x3e8)]),this['_contextService'][_0x411fd4(0x786)](_0x4a1c51['FOCUSING_SHEET'],_0x2123cf===_0x4a1c51[_0x411fd4(0x336)][_0x411fd4(0x6c7)]),this[_0x411fd4(0x478)][_0x411fd4(0x786)](_0x4a1c51[_0x411fd4(0x518)],_0x2123cf===_0x4a1c51['UniverInstanceType'][_0x411fd4(0x3af)]),_0x42fb90&&this['_focusLayout']();}[_0x118bac(0x404)](_0x287284){const _0x20e695=_0x118bac;let _0x15eba5=this[_0x20e695(0x4e2)]['getActive']();if((_0x15eba5==null?void 0x0:_0x15eba5[_0x20e695(0x545)])!==_0x20e695(0x510)||_0x287284!==_0x15eba5[_0x20e695(0x2dc)])return;let _0x3aaff2=this[_0x20e695(0x718)][_0x20e695(0x38f)]();(_0x3aaff2==null?void 0x0:_0x3aaff2[_0x20e695(0x5bc)])===_0x15eba5[_0x20e695(0x5bc)]&&_0x3aaff2[_0x20e695(0x4c1)]===_0x15eba5[_0x20e695(0x4c1)]&&_0x3aaff2[_0x20e695(0x559)]!=null&&this[_0x20e695(0x1ec)](_0x3aaff2[_0x20e695(0x4c1)],_0x3aaff2[_0x20e695(0x559)],!0x1);}[_0x118bac(0x636)](_0x31c91e){const _0x329fac=_0x118bac;let _0x4ef7bf=()=>{const _0x4a9aef=_0x511b;let _0x4f1c29=this[_0x4a9aef(0x4e2)][_0x4a9aef(0x778)]();(_0x4f1c29==null?void 0x0:_0x4f1c29[_0x4a9aef(0x5bc)])===_0x31c91e[_0x4a9aef(0x5bc)]&&_0x4f1c29[_0x4a9aef(0x4c1)]===_0x31c91e[_0x4a9aef(0x4c1)]&&_0x4f1c29[_0x4a9aef(0x545)]===_0x4a9aef(0x510)&&this[_0x4a9aef(0x1ec)](_0x31c91e[_0x4a9aef(0x4c1)],_0x31c91e[_0x4a9aef(0x559)],!0x1);};typeof queueMicrotask==_0x329fac(0x52a)&&queueMicrotask(_0x4ef7bf),requestAnimationFrame(_0x4ef7bf);}['_setCurrentUnitForType'](_0x123b3c,_0x108e28){const _0x1da44b=_0x118bac;var _0x53a7cb;let _0x385370=this['_univerInstanceService'][_0x1da44b(0x5b9)];(typeof _0x385370!=_0x1da44b(0x52a)||((_0x53a7cb=_0x385370[_0x1da44b(0xf4)](this[_0x1da44b(0x389)],_0x108e28))==null?void 0x0:_0x53a7cb[_0x1da44b(0x5eb)]())!==_0x123b3c)&&this['_univerInstanceService'][_0x1da44b(0x164)](_0x123b3c);}[_0x118bac(0x160)](){const _0x1b291d=_0x118bac;let _0x157234=()=>this[_0x1b291d(0x1a1)][_0x1b291d(0x2ac)]();_0x157234(),typeof queueMicrotask=='function'&&queueMicrotask(_0x157234),requestAnimationFrame(_0x157234);}[_0x118bac(0x700)](_0x30d444){const _0x370221=_0x118bac;if(!_0x30d444['childUnitId']||_0x30d444[_0x370221(0x559)]==null)throw Error(_0x370221(0x476));}};_0x287047=_0x5c1435([_0x4ded49(0x0,_0x4a1c51[_0x118bac(0x723)]),_0x4ded49(0x1,(0x0,_0x4a1c51['Inject'])(_0x73305e['EmbedFocusOwnerService'])),_0x4ded49(0x2,(0x0,_0x4a1c51['Inject'])(_0x73305e[_0x118bac(0x717)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x247cd5)),_0x4ded49(0x4,(0x0,_0x4a1c51['Inject'])(_0x70dabe)),_0x4ded49(0x5,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1f9ba5)),_0x4ded49(0x6,(0x0,_0x4a1c51['Inject'])(_0x34aece)),_0x4ded49(0x7,_0x4a1c51['IContextService']),_0x4ded49(0x8,_0x1468c8[_0x118bac(0x537)])],_0x287047);var _0x52f0c3=class{constructor(){const _0x2d317a=_0x118bac;_0x2d0c25(this,'_session$',new _0x416516[(_0x2d317a(0x65e))](null)),_0x2d0c25(this,_0x2d317a(0x35c),new _0x416516[(_0x2d317a(0x4bd))]()),_0x2d0c25(this,'session$',this[_0x2d317a(0x5a7)][_0x2d317a(0x4ee)]()),_0x2d0c25(this,_0x2d317a(0x538),this[_0x2d317a(0x35c)][_0x2d317a(0x4ee)]());}[_0x118bac(0x1c7)](){const _0x51c773=_0x118bac;return this[_0x51c773(0x5a7)]['getValue']();}['enter'](_0x38d92f){const _0xaa5570=_0x118bac;var _0x59b71d,_0x2a3b00;if(!_0x38d92f[_0xaa5570(0x4c1)]||_0x38d92f[_0xaa5570(0x559)]==null)throw Error(_0xaa5570(0x22f));let _0x1e9fb1=((_0x59b71d=_0x38d92f[_0xaa5570(0x584)])==null?void 0x0:_0x59b71d[_0xaa5570(0x305)])||void 0x0,_0x3af778=((_0x2a3b00=_0x38d92f[_0xaa5570(0x584)])==null?void 0x0:_0x2a3b00[_0xaa5570(0x14f)])||void 0x0;if(_0x3af778&&_0x3af778[_0xaa5570(0x306)]&&!_0x1e9fb1)throw Error(_0xaa5570(0x267));let _0x285744=_0x1e9fb1?_0x1e9fb1[_0xaa5570(0x767)]:void 0x0;if(!_0x285744)throw Error(_0xaa5570(0x494));let _0x25ddfc={'hostUnitId':_0x38d92f[_0xaa5570(0x2dc)],'embedId':_0x38d92f[_0xaa5570(0x5bc)],'childUnitId':_0x38d92f['childUnitId'],'childType':_0x38d92f['childType'],'entry':_0x38d92f[_0xaa5570(0x3be)],'layout':_0x285744};return this[_0xaa5570(0x5a7)]['next'](_0x25ddfc),_0x25ddfc;}['exit'](_0x15f119){const _0x41f2a1=_0x118bac;let _0x2ee047=this['getSession']();_0x2ee047&&(!_0x15f119||_0x2ee047[_0x41f2a1(0x5bc)]===_0x15f119)&&this[_0x41f2a1(0x5a7)][_0x41f2a1(0x2f7)](null);}['notifyExited'](_0x4be27d){const _0x55d637=_0x118bac;this[_0x55d637(0x35c)][_0x55d637(0x2f7)](_0x4be27d);}};function _0x9354df(_0xa1dcac){const _0x4d1887=_0x118bac;let {injector:_0x292173,children:_0x17865f,mountContainer:_0x268061,embedId:_0x57109d}=_0xa1dcac;return(0x0,_0x258aa1[_0x4d1887(0x199)])((0x0,_0x4f18af[_0x4d1887(0x691)])(()=>(0x0,_0x1468c8[_0x4d1887(0xeb)])(_0x53388a,_0x292173),[_0x292173]),{'mountContainer':_0x268061,'embedId':_0x57109d,'children':_0x17865f});}function _0x53388a(_0x29222d){const _0x3d4a91=_0x118bac;let {children:_0x4a9b39,mountContainer:_0x57ccc1,embedId:_0xfd51fb}=_0x29222d,_0x3ff6c1=(0x0,_0x1468c8['useInjector'])(),_0x584f7d=(0x0,_0x1468c8[_0x3d4a91(0x60a)])(_0x4a1c51['LocaleService']),_0x5ca434=(0x0,_0x4f18af['useMemo'])(()=>_0x3ff6c1[_0x3d4a91(0x722)](_0x4a1c51[_0x3d4a91(0x665)])?_0x3ff6c1[_0x3d4a91(0x714)](_0x4a1c51[_0x3d4a91(0x665)]):void 0x0,[_0x3ff6c1]),_0x4ce96a=(0x0,_0x1468c8[_0x3d4a91(0xca)])(()=>_0x584f7d[_0x3d4a91(0x23c)][_0x3d4a91(0x188)]((0x0,_0x416516[_0x3d4a91(0x734)])(()=>_0x584f7d['getLocales']())),_0x584f7d[_0x3d4a91(0x103)](),!0x1,[_0x584f7d]),_0x3e1939=(0x0,_0x1468c8[_0x3d4a91(0xca)])(()=>_0x584f7d[_0x3d4a91(0x6ea)],_0x584f7d[_0x3d4a91(0x278)](),!0x1,[_0x584f7d]),_0x52c432=_0x2ed63d(_0x5ca434),_0x42103c=(0x0,_0x4f18af[_0x3d4a91(0x4b8)])(null),_0x35b074=(0x0,_0x4f18af[_0x3d4a91(0x691)])(()=>_0x57ccc1!==void 0x0||typeof document>'u'?null:document[_0x3d4a91(0x4c7)](_0x3d4a91(0x73b)),[_0x57ccc1]),_0x227126=_0x57ccc1===void 0x0?_0x35b074:_0x57ccc1;return(0x0,_0x4f18af[_0x3d4a91(0x207)])(()=>{const _0x49c862=_0x3d4a91;if(_0x35b074)return document[_0x49c862(0x627)][_0x49c862(0x6e1)](_0x35b074),()=>{const _0x1fc03e=_0x49c862;document[_0x1fc03e(0x627)]['removeChild'](_0x35b074);};},[_0x35b074]),(0x0,_0x4f18af[_0x3d4a91(0x207)])(()=>{let _0x3321f4=_0x227126;_0x3321f4&&_0x3321f4['setAttribute']('dir',_0x3e1939);},[_0x3e1939,_0x227126]),(0x0,_0x4f18af[_0x3d4a91(0x207)])(()=>{const _0x4421f7=_0x3d4a91;let _0x762d2f=_0x227126;if(!_0x762d2f||!_0xfd51fb)return;let _0x418343=_0x762d2f[_0x4421f7(0x38c)](_0x123f1e);return _0x762d2f[_0x4421f7(0x3e7)](_0x123f1e,_0xfd51fb),()=>{const _0x1ecf79=_0x4421f7;if(_0x418343==null){_0x762d2f[_0x1ecf79(0x30f)](_0x123f1e);return;}_0x762d2f[_0x1ecf79(0x3e7)](_0x123f1e,_0x418343);};},[_0xfd51fb,_0x227126]),(0x0,_0x258aa1[_0x3d4a91(0x199)])(_0x536b6f['ConfigProvider'],{'locale':_0x4ce96a==null?void 0x0:_0x4ce96a[_0x3d4a91(0x400)],'direction':_0x3e1939,'mountContainer':_0x227126,'children':(0x0,_0x258aa1['jsx'])(_0x3d4a91(0x73b),{'ref':_0x42103c,'className':(0x0,_0x536b6f[_0x3d4a91(0x578)])('univer-contents',{'univer-dark':_0x52c432}),'data-embed-runtime-provider':_0x3d4a91(0xd4),'onPointerUpCapture':_0x1d20ce=>{const _0x3abeb8=_0x3d4a91;let _0x38878c=_0x42103c[_0x3abeb8(0x67d)],_0x339423=_0x1d20ce[_0x3abeb8(0x6a7)];if(!_0xfd51fb||!_0x38878c)return;let _0x4a2a31=()=>_0x47c0ad(_0xfd51fb,_0x38878c,_0x339423);typeof queueMicrotask=='function'?queueMicrotask(_0x4a2a31):Promise[_0x3abeb8(0x5fe)]()[_0x3abeb8(0x771)](_0x4a2a31);},'children':_0x4a9b39})});}function _0x47c0ad(_0xe11ad5,_0x24c54e,_0x1a08f4){const _0x1e2d90=_0x118bac;let _0x498201=_0x24c54e[_0x1e2d90(0x18b)][_0x1e2d90(0xfc)];if(_0x44536d(_0x498201,_0xe11ad5))return;let _0xaf2657=_0x1a08f4 instanceof HTMLElement&&_0x24c54e['contains'](_0x1a08f4)?_0x1a08f4:null,_0x3446da=_0x51db53(_0xaf2657)?_0xaf2657:_0x24c54e[_0x1e2d90(0x14a)](_0x1e2d90(0x3bf));_0x3446da==null||_0x3446da[_0x1e2d90(0x2ac)]({'preventScroll':!0x0});}function _0x44536d(_0x247eaf,_0x491f4a){const _0x5f0afa=_0x118bac;let _0x10a796=_0x247eaf==null?void 0x0:_0x247eaf[_0x5f0afa(0x46f)]('['+_0x123f1e+']');return(_0x10a796==null?void 0x0:_0x10a796[_0x5f0afa(0x38c)](_0x123f1e))===_0x491f4a;}function _0x51db53(_0x16a3ad){const _0x46397e=_0x118bac;return!!_0x16a3ad&&!_0x16a3ad[_0x46397e(0x39b)](_0x46397e(0x6ae))&&_0x16a3ad[_0x46397e(0x1c4)]>=0x0;}function _0x2ed63d(_0x5660e2){const _0x376202=_0x118bac;return(0x0,_0x4f18af[_0x376202(0x594)])(_0x19109e=>{const _0x46909e=_0x376202;if(!_0x5660e2)return()=>{};let _0x466081=_0x5660e2[_0x46909e(0x271)]['subscribe'](()=>_0x19109e());return()=>_0x466081['unsubscribe']();},()=>{var _0x4b4d9b;return(_0x4b4d9b=_0x5660e2==null?void 0x0:_0x5660e2['darkMode'])!=null&&_0x4b4d9b;},()=>!0x1);}let _0x57bdf6=new WeakMap(),_0x11363a=new WeakMap(),_0xc1731=new WeakMap();function _0x21b169(_0x5120f2){const _0x589386=_0x118bac;let _0x28fb94=_0x57bdf6[_0x589386(0x714)](_0x5120f2);if(_0x28fb94){var _0x637bb5;return _0xc1731[_0x589386(0x3d4)](_0x28fb94,((_0x637bb5=_0xc1731[_0x589386(0x714)](_0x28fb94))==null?0x0:_0x637bb5)+0x1),_0x28fb94;}let _0x1bf6e3={'render':_0x10b6d4=>(0x0,_0x536b6f[_0x589386(0x30d)])(_0x10b6d4,_0x5120f2)};return _0x57bdf6[_0x589386(0x3d4)](_0x5120f2,_0x1bf6e3),_0x11363a[_0x589386(0x3d4)](_0x1bf6e3,_0x5120f2),_0xc1731[_0x589386(0x3d4)](_0x1bf6e3,0x0),_0x1bf6e3;}function _0x594117(_0x19f071){const _0x19c400=_0x118bac;var _0x104a57;let _0x1da9bc=_0x11363a['get'](_0x19f071),_0x46a9da=(_0x104a57=_0xc1731[_0x19c400(0x714)](_0x19f071))==null?0x0:_0x104a57;globalThis[_0x19c400(0x1cb)](()=>{const _0xfc45ba=_0x19c400;var _0x48f3f5;_0x1da9bc&&_0x57bdf6[_0xfc45ba(0x714)](_0x1da9bc)!==_0x19f071||((_0x48f3f5=_0xc1731['get'](_0x19f071))==null?0x0:_0x48f3f5)===_0x46a9da&&(_0x1da9bc&&(_0x57bdf6[_0xfc45ba(0x2cd)](_0x1da9bc),_0x11363a[_0xfc45ba(0x2cd)](_0x19f071)),_0xc1731[_0xfc45ba(0x2cd)](_0x19f071),_0x1da9bc&&(0x0,_0x536b6f[_0xfc45ba(0x40b)])(_0x1da9bc));},0x0);}function _0x2093a2(_0xedb646){const _0x2af5d5=_0x118bac;let {container:_0x103d16,portalContainer:_0x3021a3,injector:_0x32c506,childType:_0x3fbab3,childUnitId:_0x33fc37,embedId:_0x2a8cec,menuSchema:_0x3c87dd,menuTitlePrefix:_0x424476,activeRibbonTab:_0x317a68,headerMenu:_0x2bf841=!0x1,toolbarOnly:_0x1f1ad7,ribbonHeaderClassName:_0x4d4e9a,scopedActionServiceTokens:_0x4c477f}=_0xedb646;if(_0x3c87dd!=null&&typeof _0x3c87dd!=_0x2af5d5(0x294))return;let _0x4a36b3=_0x267cca(_0x32c506,{'childType':_0x3fbab3,'childUnitId':_0x33fc37,'embedId':_0x2a8cec,'menuSchema':_0x3c87dd,'menuTitlePrefix':_0x424476,'activeRibbonTab':_0x317a68,'scopedActionServiceTokens':_0x4c477f}),_0x23bda6=_0x21b169(_0x103d16);return _0x23bda6[_0x2af5d5(0x30d)]((0x0,_0x4f18af[_0x2af5d5(0x4c7)])(_0x9354df,{'injector':_0x4a36b3[_0x2af5d5(0x5c1)],'mountContainer':_0x3021a3==null?_0x103d16:_0x3021a3,'embedId':_0x2a8cec},(0x0,_0x4f18af['createElement'])(_0x1468c8[_0x2af5d5(0x563)],{'ribbonType':'classic','headerMenu':_0x2bf841,'toolbarOnly':_0x1f1ad7,'headerClassName':_0x4d4e9a}))),(0x0,_0x4a1c51[_0x2af5d5(0xbb)])(()=>{const _0x59f8fc=_0x2af5d5;_0x594117(_0x23bda6),_0x4a36b3[_0x59f8fc(0x327)][_0x59f8fc(0x60c)]();});}function _0x267cca(_0x3f1944,_0x544791){const _0x383124=_0x118bac;let {childType:_0x133560,childUnitId:_0x5ac462,embedId:_0x3180f4,menuSchema:_0x2284c2,menuTitlePrefix:_0x4b1544,activeRibbonTab:_0x22bc25,scopedActionServiceTokens:_0x2f09c5}=_0x544791,_0x24f2d6=_0x3f1944[_0x383124(0x714)](_0x4a1c51[_0x383124(0x723)]),_0x4cefde=_0x5a19e4(_0x24f2d6,_0x133560,_0x5ac462),_0x5cd630=new Set(_0x2f09c5==null?[]:_0x2f09c5),_0x3a0561=new WeakMap(),_0x580efa,_0x2e0ddc=_0x29eb04(_0x3f1944['get'](_0x4a1c51[_0x383124(0x36f)]),_0x24f2d6,_0x133560,_0x5ac462,_0x3180f4,()=>_0x580efa),_0xc42aa0=_0x5ac462&&_0x3f1944[_0x383124(0x722)](_0x4a1c51['IContextService'])?_0x7c878d(_0x3f1944[_0x383124(0x714)](_0x4a1c51['IContextService']),_0x133560):void 0x0,_0x4d0066=new Map([[_0x4a1c51[_0x383124(0x723)],_0x4cefde],[_0x4a1c51['ICommandService'],_0x2e0ddc]]);_0xc42aa0&&_0x4d0066['set'](_0x4a1c51['IContextService'],_0xc42aa0),_0x5cd630['forEach'](_0xc70289=>{const _0x2116a2=_0x383124;_0x5ac462&&_0x3f1944[_0x2116a2(0x722)](_0xc70289)&&_0x4d0066[_0x2116a2(0x3d4)](_0xc70289,_0x2e5c5a(_0x3f1944['get'](_0xc70289),_0x24f2d6,_0x133560,_0x5ac462,_0x3180f4,()=>_0x580efa,_0x3a0561));}),_0x580efa=_0x309796(_0x3f1944,_0x4d0066);let _0x44188b,_0x1cc89d,_0x36a568={};if(_0x2284c2&&typeof _0x2284c2==_0x383124(0x294)){let _0x41144f=new _0x1468c8[(_0x383124(0x102))](_0x580efa,_0x3f1944[_0x383124(0x714)](_0x4a1c51['IConfigService']));_0x41144f[_0x383124(0x6a1)](_0x551205(_0x2284c2,_0x4b1544,_0x3f1944)),_0x44188b=_0x41144f,_0x1cc89d=_0x41144f;}else{let _0x3a1339=_0x3f1944[_0x383124(0x714)](_0x1468c8[_0x383124(0x6b3)]),_0x109851=_0x3a1339[_0x383124(0x51e)];_0x44188b=typeof _0x109851==_0x383124(0x52a)?_0x109851[_0x383124(0xf4)](_0x3a1339,_0x580efa):_0x3a1339;}let _0x666e16=new _0x1468c8[(_0x383124(0x388))](_0x44188b,_0x4cefde);_0x36a568[_0x383124(0x67d)]=_0x666e16,_0x22bc25&&_0x666e16[_0x383124(0x11f)](_0x22bc25);let _0x134f2b=_0x4b1544?_0x3f20a8(_0x666e16,_0x4b1544,_0x3f1944):_0x666e16;return _0x580efa['add']([_0x1468c8[_0x383124(0x6b3)],{'useValue':_0x44188b}]),_0x580efa[_0x383124(0x410)]([_0x1468c8[_0x383124(0x78c)],{'useValue':_0x134f2b}]),{'injector':_0x580efa,'ribbonService':_0x134f2b,'disposable':(0x0,_0x4a1c51[_0x383124(0xbb)])(()=>{const _0xe26f8c=_0x383124;var _0x557d7f;(_0x557d7f=_0x36a568[_0xe26f8c(0x67d)])==null||_0x557d7f[_0xe26f8c(0x60c)](),_0x1cc89d==null||_0x1cc89d[_0xe26f8c(0x60c)](),_0x580efa[_0xe26f8c(0x60c)]();})};}function _0x3f20a8(_0x4b8656,_0x54baca,_0x568fff){const _0x42fa0f=_0x118bac;let _0x5da98f;try{_0x5da98f=_0x568fff[_0x42fa0f(0x714)](_0x4a1c51[_0x42fa0f(0x743)]);}catch{_0x5da98f=void 0x0;}return{'ribbon$':_0x4b8656[_0x42fa0f(0x56a)][_0x42fa0f(0x188)]((0x0,_0x416516[_0x42fa0f(0x734)])(_0x323626=>_0x323626['map'](_0x22b099=>_0x1a9352(_0x22b099,_0x54baca,_0x5da98f)))),'activatedTab$':_0x4b8656['activatedTab$'],'collapsedIds$':_0x4b8656[_0x42fa0f(0x13d)],'fakeToolbarVisible$':_0x4b8656[_0x42fa0f(0x22c)],'setActivatedTab':_0x1dda8d=>_0x4b8656[_0x42fa0f(0x11f)](_0x1dda8d),'showContextualTab':(_0x4edd2d,_0x1c8671)=>_0x4b8656['showContextualTab'](_0x4edd2d,_0x1c8671),'hideContextualTab':_0x49530f=>_0x4b8656[_0x42fa0f(0x71e)](_0x49530f),'hideAllContextualTabs':()=>_0x4b8656[_0x42fa0f(0x5de)](),'setCollapsedIds':_0x55370a=>_0x4b8656[_0x42fa0f(0x1b5)](_0x55370a),'setFakeToolbarVisible':_0x2980d0=>_0x4b8656[_0x42fa0f(0x11d)](_0x2980d0)};}function _0x1a9352(_0x29ebe6,_0x5ca0eb,_0x2f6bf2){const _0x16d179=_0x118bac;let _0x441052=_0x29ebe6[_0x16d179(0x481)]||_0x29ebe6['key'],_0x72e2c7=_0x2f6bf2?_0x2f6bf2['t'](_0x441052):_0x441052;return{..._0x29ebe6,'title':_0x5ca0eb+_0x16d179(0x5c4)+_0x72e2c7};}function _0x551205(_0x338b90,_0x16b270,_0x212a11){const _0x524fe0=_0x118bac;if(!_0x16b270||!_0x338b90||typeof _0x338b90!=_0x524fe0(0x294))return _0x338b90;let _0x224bd3=_0x3986ca(_0x338b90),_0x22abf7=_0x224bd3[_0x1468c8[_0x524fe0(0x590)]['RIBBON']];if(!_0x22abf7||typeof _0x22abf7!=_0x524fe0(0x294))return _0x224bd3;let _0x1cf90a;try{_0x1cf90a=_0x212a11[_0x524fe0(0x714)](_0x4a1c51[_0x524fe0(0x743)]);}catch{_0x1cf90a=void 0x0;}return Object[_0x524fe0(0x308)](_0x22abf7)[_0x524fe0(0x362)](_0x507cd2=>{const _0x350e4b=_0x524fe0;if(!_0x507cd2||typeof _0x507cd2!='object')return;let _0xedde4c=_0x507cd2,_0x2e2929=_0xedde4c[_0x350e4b(0x481)];_0x2e2929&&(_0xedde4c['title']=_0x16b270+'\x20-\x20'+(_0x1cf90a?_0x1cf90a['t'](_0x2e2929):_0x2e2929));}),_0x224bd3;}function _0x3986ca(_0xa67b4a){const _0x452ec4=_0x118bac;return!_0xa67b4a||typeof _0xa67b4a!=_0x452ec4(0x294)?_0xa67b4a:Array[_0x452ec4(0x6bf)](_0xa67b4a)?_0xa67b4a['map'](_0x346feb=>_0x3986ca(_0x346feb)):Object[_0x452ec4(0x472)](Object[_0x452ec4(0x683)](_0xa67b4a)[_0x452ec4(0x734)](([_0x97b29,_0x26732c])=>[_0x97b29,_0x3986ca(_0x26732c)]));}function _0x5a19e4(_0x4bb955,_0x1181ae,_0x4601f4){const _0x27233f=_0x118bac;let _0x2f1d26=()=>_0x4601f4?_0x4bb955[_0x27233f(0x553)](_0x4601f4,_0x1181ae):null,_0xee2267=_0x4601f4?(0x0,_0x416516[_0x27233f(0x6bd)])((0x0,_0x416516['of'])(_0x4601f4),_0x4bb955[_0x27233f(0x382)](_0x1181ae)['pipe']((0x0,_0x416516[_0x27233f(0x734)])(()=>_0x4601f4)),_0x4bb955[_0x27233f(0x2bd)](_0x1181ae)['pipe']((0x0,_0x416516[_0x27233f(0x734)])(()=>_0x4601f4))):_0x4bb955[_0x27233f(0x1a6)];return{'unitAdded$':_0x4bb955[_0x27233f(0x3e3)],'getTypeOfUnitAdded$':(..._0xca2f7)=>_0x4bb955[_0x27233f(0x382)](..._0xca2f7),'__addUnit':(..._0x45a135)=>_0x4bb955[_0x27233f(0x44b)](..._0x45a135),'unitDisposed$':_0x4bb955[_0x27233f(0x6f1)],'getTypeOfUnitDisposed$':(..._0x33acd0)=>_0x4bb955[_0x27233f(0x2bd)](..._0x33acd0),'focused$':_0xee2267,get 'focused'(){const _0x4a808a=_0x27233f;var _0x47ac91;return(_0x47ac91=_0x2f1d26())==null?_0x4bb955[_0x4a808a(0x431)]():_0x47ac91;},'focusUnit':(..._0x5cebce)=>_0x4bb955[_0x27233f(0x737)](..._0x5cebce),'getFocusedUnit':()=>{const _0x5d0bf6=_0x27233f;var _0x462343;return(_0x462343=_0x2f1d26())==null?_0x4bb955[_0x5d0bf6(0x431)]():_0x462343;},'getCurrentUnitOfType':_0x4cb0e8=>_0x4cb0e8===_0x1181ae&&_0x4601f4?_0x2f1d26():_0x4bb955[_0x27233f(0x5b9)](_0x4cb0e8),'setCurrentUnitForType':(..._0x4192fe)=>_0x4bb955[_0x27233f(0x164)](..._0x4192fe),'getCurrentTypeOfUnit$':_0x484d31=>_0x484d31!==_0x1181ae||!_0x4601f4?_0x4bb955[_0x27233f(0x759)](_0x484d31):(0x0,_0x416516['merge'])((0x0,_0x416516['of'])(void 0x0),_0x4bb955[_0x27233f(0x382)](_0x1181ae),_0x4bb955[_0x27233f(0x2bd)](_0x1181ae))['pipe']((0x0,_0x416516[_0x27233f(0x734)])(()=>_0x2f1d26())),'createUnit':(..._0x3b7385)=>_0x4bb955[_0x27233f(0x197)](..._0x3b7385),'getUnitCreateOptions':(..._0x3ff4f4)=>_0x4bb955['getUnitCreateOptions'](..._0x3ff4f4),'disposeUnit':(..._0xdcd54a)=>_0x4bb955[_0x27233f(0x19f)](..._0xdcd54a),'registerCtorForType':(..._0x17284e)=>_0x4bb955[_0x27233f(0x697)](..._0x17284e),'getUnit':(..._0xfd6f13)=>_0x4bb955[_0x27233f(0x553)](..._0xfd6f13),'getAllUnitsForType':(..._0x389630)=>_0x4bb955[_0x27233f(0x731)](..._0x389630),'getUnitType':(..._0x543748)=>_0x4bb955[_0x27233f(0x2b3)](..._0x543748)};}function _0x7c878d(_0xa1e3ea,_0x19c794){const _0x5ce9c9=_0x118bac;return{'contextChanged$':_0xa1e3ea[_0x5ce9c9(0x459)],'getContextValue':_0x1f18ac=>{const _0x544ebe=_0x5ce9c9;let _0x3d0108=_0x527bf0(_0x1f18ac,_0x19c794);return _0x3d0108==null?_0xa1e3ea[_0x544ebe(0x220)](_0x1f18ac):_0x3d0108;},'setContextValue':(_0x5e942d,_0x5e6c87)=>_0xa1e3ea['setContextValue'](_0x5e942d,_0x5e6c87),'subscribeContextValue$':_0x454188=>{const _0xebb2cb=_0x5ce9c9;let _0x26e38a=_0x527bf0(_0x454188,_0x19c794);return _0x26e38a==null?_0xa1e3ea[_0xebb2cb(0x191)](_0x454188):(0x0,_0x416516['of'])(_0x26e38a);}};}function _0x527bf0(_0x55cd5e,_0x123507){const _0x14ae53=_0x118bac;if(_0x55cd5e===_0x4a1c51[_0x14ae53(0x688)])return!0x0;if(_0x55cd5e===_0x4a1c51['FOCUSING_SHEET']||_0x55cd5e===_0x4a1c51[_0x14ae53(0x214)]||_0x55cd5e===_0x4a1c51[_0x14ae53(0x518)])return _0x55cd5e===_0xec7296(_0x123507);}function _0xec7296(_0x182063){const _0x45c2dd=_0x118bac;if(_0x182063===_0x4a1c51[_0x45c2dd(0x336)][_0x45c2dd(0x6c7)])return _0x4a1c51[_0x45c2dd(0x508)];if(_0x182063===_0x4a1c51[_0x45c2dd(0x336)][_0x45c2dd(0x3e8)])return _0x4a1c51[_0x45c2dd(0x214)];if(_0x182063===_0x4a1c51[_0x45c2dd(0x336)][_0x45c2dd(0x3af)])return _0x4a1c51[_0x45c2dd(0x518)];}function _0x29eb04(_0x1cc813,_0xb6fe64,_0x28ee6b,_0x30469e,_0x2b7604,_0x48fad2){const _0x29f195=_0x118bac;return _0x30469e?{'disposed':()=>_0x1cc813['disposed'](),'hasCommand':_0x35ba75=>_0x1cc813['hasCommand'](_0x35ba75),'registerCommand':(..._0x1ba7a5)=>_0x1cc813[_0x29f195(0x5f8)](..._0x1ba7a5),'unregisterCommand':_0x4f873d=>_0x1cc813[_0x29f195(0x2d1)](_0x4f873d),'registerMultipleCommand':(..._0x1ff4f4)=>_0x1cc813[_0x29f195(0x3ce)](..._0x1ff4f4),'executeCommand':async(..._0x5624a6)=>{const _0x5a040b=_0x29f195;let _0x2d7069=_0xb6fe64[_0x5a040b(0x5b9)](_0x28ee6b);try{return _0xb6fe64['setCurrentUnitForType'](_0x30469e),await _0x1cc813[_0x5a040b(0x484)](_0x5624a6[0x0],_0x5624a6[0x1],_0x5624a6[0x2]);}finally{_0x2bf828(_0xb6fe64,_0x30469e,_0x2d7069,_0x2b7604,_0x48fad2);}},'syncExecuteCommand':(..._0x394250)=>{const _0x58eb61=_0x29f195;let _0x53cd9b=_0xb6fe64[_0x58eb61(0x5b9)](_0x28ee6b);try{return _0xb6fe64['setCurrentUnitForType'](_0x30469e),_0x1cc813[_0x58eb61(0x2c5)](_0x394250[0x0],_0x394250[0x1],_0x394250[0x2]);}finally{_0x2bf828(_0xb6fe64,_0x30469e,_0x53cd9b,_0x2b7604,_0x48fad2);}},'onCommandExecuted':(..._0x56c858)=>_0x1cc813['onCommandExecuted'](..._0x56c858),'beforeCommandExecuted':(..._0x11f0f4)=>_0x1cc813['beforeCommandExecuted'](..._0x11f0f4),'onMutationExecutedForCollab':(..._0x1a0e03)=>_0x1cc813[_0x29f195(0x2d9)](..._0x1a0e03)}:_0x1cc813;}function _0x2e5c5a(_0x28a181,_0xf68e87,_0x39558c,_0x342e4c,_0x5cc21c,_0x17919c,_0x17df6f){const _0x23ae9b=_0x118bac;if(typeof _0x28a181!=_0x23ae9b(0x294)&&typeof _0x28a181!=_0x23ae9b(0x52a)||_0x28a181==null)return _0x28a181;let _0x351da3=_0x28a181,_0x33eade=_0x17df6f==null?void 0x0:_0x17df6f[_0x23ae9b(0x714)](_0x351da3);if(_0x33eade)return _0x33eade;let _0x2c96d9={..._0x351da3};return _0x25e5c6(_0x351da3,_0x2c96d9,_0xf68e87,_0x39558c,_0x342e4c,_0x5cc21c,_0x17919c),_0x17df6f==null||_0x17df6f['set'](_0x351da3,_0x2c96d9),_0x2c96d9;}function _0x25e5c6(_0x18997a,_0x5caa64,_0x25ee5b,_0x4927c3,_0x4d1d76,_0x5c00b9,_0x2d31f4){const _0x367ff=_0x118bac;let _0x1b0e99=_0x1635e6=>{const _0x446a51=_0x511b;if(_0x1635e6===_0x446a51(0x357))return;let _0x392187=_0x18997a[_0x1635e6];if(typeof _0x392187!=_0x446a51(0x52a))return;let _0x58c1e4=_0x5caa64;_0x58c1e4[_0x1635e6]=(..._0x321252)=>_0x3bc3ee(_0x25ee5b,_0x4927c3,_0x4d1d76,_0x5c00b9,_0x2d31f4,()=>_0x392187[_0x446a51(0x557)](_0x18997a,_0x321252));};Object[_0x367ff(0x11c)](_0x18997a)[_0x367ff(0x362)](_0x1b0e99);let _0x3c169f=Object[_0x367ff(0x438)](_0x18997a);_0x3c169f&&_0x3c169f!==Object[_0x367ff(0x144)]&&Object[_0x367ff(0x277)](_0x3c169f)[_0x367ff(0x362)](_0x1b0e99);}function _0x3bc3ee(_0x4563a1,_0x1302ff,_0x46cff9,_0x168ff0,_0x3cb4cc,_0xefa093){const _0x1cc21f=_0x118bac;let _0x136fd2=_0x4563a1[_0x1cc21f(0x5b9)](_0x1302ff),_0x4b63e9;try{_0x4563a1[_0x1cc21f(0x164)](_0x46cff9),_0x4b63e9=_0xefa093();}catch(_0x3a08d5){throw _0x2bf828(_0x4563a1,_0x46cff9,_0x136fd2,_0x168ff0,_0x3cb4cc),_0x3a08d5;}return _0x3f1624(_0x4b63e9)?_0x4b63e9[_0x1cc21f(0x1ae)](()=>{_0x2bf828(_0x4563a1,_0x46cff9,_0x136fd2,_0x168ff0,_0x3cb4cc);}):(_0x2bf828(_0x4563a1,_0x46cff9,_0x136fd2,_0x168ff0,_0x3cb4cc),_0x4b63e9);}function _0x3f1624(_0x2f44a7){const _0x25f30f=_0x118bac;return!!(_0x2f44a7&&typeof _0x2f44a7[_0x25f30f(0x1ae)]==_0x25f30f(0x52a));}function _0x2bf828(_0x41cfb0,_0x15765c,_0x2301a0,_0x4f44c6,_0x3dc9bf){const _0x446bed=_0x118bac;if(_0xc26ea(_0x4f44c6,_0x3dc9bf)){var _0x27da8f;_0x41cfb0[_0x446bed(0x164)](_0x15765c),(_0x27da8f=_0x41cfb0[_0x446bed(0x737)])==null||_0x27da8f[_0x446bed(0xf4)](_0x41cfb0,_0x15765c);return;}_0x2301a0&&_0x41cfb0[_0x446bed(0x164)](_0x2301a0[_0x446bed(0x5eb)]());}function _0xc26ea(_0x3e8cbc,_0x374892){const _0xda5dbc=_0x118bac;let _0x237e86=_0x374892==null?void 0x0:_0x374892();return!_0x3e8cbc||!(_0x237e86!=null&&_0x237e86['has'](_0x164bef))?!0x1:_0x237e86[_0xda5dbc(0x714)](_0x164bef)[_0xda5dbc(0x113)](_0x3e8cbc);}let _0xf4bb19=new WeakMap(),_0x4140b5=0x0;function _0x4ef1fb(_0x4b50ca,_0x176a77){const _0x4d3ea4=_0x118bac;if(!_0x4b50ca['has'](_0x2a2d57))return _0x33d2cc(_0x4b50ca,_0x176a77);let _0x499344=_0x4b50ca[_0x4d3ea4(0x714)](_0x2a2d57);if(!(_0x176a77['id']&&_0x499344['getAll'](_0x176a77[_0x4d3ea4(0x559)],_0x176a77['surface'])[_0x4d3ea4(0x48c)](_0x33879f=>_0x33879f['id']===_0x176a77['id'])))return _0x499344[_0x4d3ea4(0x246)](_0x176a77);}function _0x10e6c1(_0x33527f){const _0xa50bd=_0x118bac;if(!_0x33527f[_0xa50bd(0x722)](_0x2a2d57))return;let _0x33f45e=_0xf4bb19[_0xa50bd(0x714)](_0x33527f);_0x33f45e!=null&&_0x33f45e[_0xa50bd(0x347)]&&([..._0x33f45e[_0xa50bd(0x308)]()]['sort']((_0x2dfbe2,_0x5373bd)=>_0x2dfbe2[_0xa50bd(0x111)]-_0x5373bd['index'])[_0xa50bd(0x362)](({contribution:_0xb66052})=>_0x4ef1fb(_0x33527f,_0xb66052)),_0xf4bb19['delete'](_0x33527f));}function _0x33d2cc(_0x1a2939,_0x2ffe5f){const _0x127280=_0x118bac;var _0x3bb6f0;let _0x38f714={'contribution':_0x2ffe5f,'index':_0x4140b5++},_0x5c65d5=_0xbeaba(_0x2ffe5f,_0x38f714[_0x127280(0x111)]),_0x3d5f79=_0x1a2939,_0x5a7747=(_0x3bb6f0=_0xf4bb19[_0x127280(0x714)](_0x3d5f79))==null?new Map():_0x3bb6f0;return _0x5a7747[_0x127280(0x3d4)](_0x5c65d5,_0x38f714),_0xf4bb19['set'](_0x3d5f79,_0x5a7747),(0x0,_0x4a1c51[_0x127280(0xbb)])(()=>{const _0x25376a=_0x127280;let _0x56200b=_0xf4bb19[_0x25376a(0x714)](_0x3d5f79);(_0x56200b==null?void 0x0:_0x56200b[_0x25376a(0x714)](_0x5c65d5))===_0x38f714&&_0x56200b['delete'](_0x5c65d5);});}function _0xbeaba(_0x59c9aa,_0x1c0f46){const _0x29285c=_0x118bac;let _0x385911=_0x3073f6(_0x59c9aa);return _0x59c9aa['id']?_0x59c9aa[_0x29285c(0x559)]+':'+_0x385911+':'+_0x59c9aa['id']:_0x59c9aa[_0x29285c(0x559)]+':'+_0x385911+_0x29285c(0x22d)+_0x1c0f46;}var _0x2a2d57=class{constructor(){const _0x13a5c4=_0x118bac;_0x2d0c25(this,'_contributions',new Map()),_0x2d0c25(this,_0x13a5c4(0x1fb),0x0);}[_0x118bac(0x246)](_0x2d228d){const _0x5a5b78=_0x118bac;var _0x272068;let _0x30e570={'contribution':_0x2d228d,'index':this[_0x5a5b78(0x1fb)]++},_0x294765=(_0x272068=this[_0x5a5b78(0x36d)][_0x5a5b78(0x714)](_0x2d228d[_0x5a5b78(0x559)]))==null?[]:_0x272068;return _0x294765['push'](_0x30e570),_0x294765[_0x5a5b78(0x76c)](_0x15c3da),this[_0x5a5b78(0x36d)][_0x5a5b78(0x3d4)](_0x2d228d[_0x5a5b78(0x559)],_0x294765),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x4166a2=_0x5a5b78;let _0x464219=this[_0x4166a2(0x36d)][_0x4166a2(0x714)](_0x2d228d['childType']);if(!_0x464219)return;let _0xa5f85a=_0x464219[_0x4166a2(0x2f0)](_0x53b4d4=>_0x53b4d4!==_0x30e570);_0xa5f85a[_0x4166a2(0x51d)]?this[_0x4166a2(0x36d)][_0x4166a2(0x3d4)](_0x2d228d[_0x4166a2(0x559)],_0xa5f85a):this['_contributions'][_0x4166a2(0x2cd)](_0x2d228d['childType']);});}['get'](_0x1f49a0){const _0x2f0a06=_0x118bac;return this[_0x2f0a06(0x174)](_0x1f49a0)[0x0];}['getAll'](_0x55c31e,_0x26d44c){const _0xca3a22=_0x118bac;var _0x2fa3b8;return((_0x2fa3b8=this[_0xca3a22(0x36d)][_0xca3a22(0x714)](_0x55c31e))==null?[]:_0x2fa3b8)[_0xca3a22(0x734)](_0x11213d=>_0x11213d[_0xca3a22(0x166)])[_0xca3a22(0x2f0)](_0x1f96fd=>!_0x26d44c||_0x3073f6(_0x1f96fd)===_0x26d44c);}[_0x118bac(0x649)](_0x2a0698,_0xbf8031=_0x118bac(0x1d6)){const _0x84a3e5=_0x118bac;let _0x1d81c4=this[_0x84a3e5(0x174)](_0x2a0698,_0xbf8031)['map'](_0x31ca78=>_0x31ca78[_0x84a3e5(0x5ed)])[_0x84a3e5(0x2f0)](_0x174897=>_0x174897&&typeof _0x174897=='object');if(_0x1d81c4[_0x84a3e5(0x51d)])return _0x4cea3e(_0x1d81c4);}[_0x118bac(0x57a)](_0x3ff69f){const _0x42e389=_0x118bac;var _0x549784,_0x88e985;let _0x22cd21=(_0x549784=_0x3ff69f[_0x42e389(0x132)])==null?_0x42e389(0x1d6):_0x549784,_0x437289=this[_0x42e389(0x174)](_0x3ff69f[_0x42e389(0x559)],_0x22cd21);if(!_0x437289['length'])return;let _0x3e73a7=_0x437289[_0x42e389(0x2f0)](_0x118fc7=>_0x118fc7[_0x42e389(0x57a)]);if(_0x3e73a7[_0x42e389(0x51d)]){let _0x1219f3=_0x3e73a7['map'](_0xae1330=>{const _0x1cae9f=_0x42e389;var _0x3d64cc;return(_0x3d64cc=_0xae1330[_0x1cae9f(0x57a)])==null?void 0x0:_0x3d64cc[_0x1cae9f(0xf4)](_0xae1330,{..._0x3ff69f,'surface':_0x22cd21,'menuSchema':_0xae1330[_0x1cae9f(0x5ed)],'scopedActionServiceTokens':_0xae1330[_0x1cae9f(0x65f)]});})['filter'](_0x46543f=>!!_0x46543f);return(0x0,_0x4a1c51[_0x42e389(0xbb)])(()=>{_0x1219f3['forEach'](_0x4e2705=>_0x4e2705['dispose']());});}let _0x22efff=this[_0x42e389(0x649)](_0x3ff69f['childType'],_0x22cd21);if(_0x22cd21==='ribbon')return(_0x88e985=_0x2093a2({..._0x3ff69f,'surface':_0x22cd21,'menuSchema':_0x22efff,'scopedActionServiceTokens':_0x1b2c80(_0x437289)}))==null?void 0x0:_0x88e985;}};function _0x1b2c80(_0x1a1d28){const _0x5bfbb9=_0x118bac;let _0x3f9f7f=_0x1a1d28['flatMap'](_0x573a0e=>{const _0x5e1a94=_0x511b;var _0x57c5b9;return(_0x57c5b9=_0x573a0e[_0x5e1a94(0x65f)])==null?[]:_0x57c5b9;});return _0x3f9f7f['length']?Array[_0x5bfbb9(0x289)](new Set(_0x3f9f7f)):void 0x0;}function _0x3073f6(_0x238143){const _0x1ef4dd=_0x118bac;var _0x91a66d;return(_0x91a66d=_0x238143[_0x1ef4dd(0x132)])==null?_0x1ef4dd(0x1d6):_0x91a66d;}function _0x15c3da(_0x4f971a,_0x41677b){const _0x5d1c00=_0x118bac;var _0x2220de,_0x1ffeee;return((_0x2220de=_0x4f971a['contribution'][_0x5d1c00(0x4c9)])==null?_0x4f971a[_0x5d1c00(0x111)]:_0x2220de)-((_0x1ffeee=_0x41677b[_0x5d1c00(0x166)][_0x5d1c00(0x4c9)])==null?_0x41677b[_0x5d1c00(0x111)]:_0x1ffeee)||_0x4f971a[_0x5d1c00(0x111)]-_0x41677b[_0x5d1c00(0x111)];}function _0x4cea3e(_0x18a2ed){const _0x2740d2=_0x118bac;return _0x18a2ed[_0x2740d2(0x5be)]((_0x1c656a,_0x108926)=>_0x690c6b(_0x1c656a,_0x5a148b(_0x108926)),{});}function _0x5a148b(_0xe62e08){const _0x44b7af=_0x118bac;if(!_0x109657(_0xe62e08))return _0xe62e08;let _0x5cc976=new Set(Object[_0x44b7af(0x308)](_0x1468c8['RibbonPosition'])),_0x5cc9b1=Object[_0x44b7af(0x683)](_0xe62e08)[_0x44b7af(0x2f0)](([_0x360fdb])=>_0x5cc976[_0x44b7af(0x722)](_0x360fdb)),_0x1e69e4=Object['entries'](_0xe62e08)[_0x44b7af(0x2f0)](([_0x3ddde8])=>_0x50bde9(_0x3ddde8));if(!_0x5cc9b1[_0x44b7af(0x51d)]&&!_0x1e69e4[_0x44b7af(0x51d)])return _0xe62e08;let _0x32f12f={};Object[_0x44b7af(0x683)](_0xe62e08)['forEach'](([_0x5d6b95,_0x3e9fc2])=>{!_0x5cc976['has'](_0x5d6b95)&&!_0x50bde9(_0x5d6b95)&&(_0x32f12f[_0x5d6b95]=_0x2bf717(_0x3e9fc2));});let _0x5c55d0=_0x109657(_0x32f12f[_0x1468c8['MenuManagerPosition']['RIBBON']])?_0x32f12f[_0x1468c8[_0x44b7af(0x590)][_0x44b7af(0xee)]]:{};return _0x5cc9b1[_0x44b7af(0x362)](([_0x3d1d58,_0x3e7ef3])=>{_0x5c55d0[_0x3d1d58]=_0x3d1d58 in _0x5c55d0?_0x690c6b(_0x5c55d0[_0x3d1d58],_0x3e7ef3):_0x2bf717(_0x3e7ef3);}),_0x1e69e4[_0x44b7af(0x362)](([_0x13b714,_0x4a07a0])=>{let _0x424bf1=_0x50bde9(_0x13b714);if(!_0x424bf1)return;let _0x31a23f=_0x109657(_0x5c55d0[_0x424bf1])?_0x5c55d0[_0x424bf1]:{};_0x31a23f[_0x13b714]=_0x13b714 in _0x31a23f?_0x690c6b(_0x31a23f[_0x13b714],_0x4a07a0):_0x2bf717(_0x4a07a0),_0x5c55d0[_0x424bf1]=_0x31a23f;}),_0x32f12f[_0x1468c8[_0x44b7af(0x590)][_0x44b7af(0xee)]]=_0x5c55d0,_0x32f12f;}let _0x3584de=[[Object[_0x118bac(0x308)](_0x1468c8['RibbonStartGroup']),_0x1468c8[_0x118bac(0x4e6)][_0x118bac(0x58e)]],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0x674)]),_0x1468c8['RibbonPosition'][_0x118bac(0x426)]],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0xd2)]),_0x1468c8['RibbonPosition']['FORMULAS']],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0x54b)]),_0x1468c8[_0x118bac(0x4e6)][_0x118bac(0x6f0)]],[Object[_0x118bac(0x308)](_0x1468c8[_0x118bac(0x3f3)]),_0x1468c8['RibbonPosition']['VIEW']],[Object['values'](_0x1468c8[_0x118bac(0x4fa)]),_0x1468c8[_0x118bac(0x4e6)][_0x118bac(0x501)]]];function _0x50bde9(_0x58529a){var _0x3f99ec;return(_0x3f99ec=_0x3584de['find'](([_0x5b6069])=>_0x5b6069['includes'](_0x58529a)))==null?void 0x0:_0x3f99ec[0x1];}function _0x690c6b(_0x5936cc,_0xc5b4c2){const _0x5e87ba=_0x118bac;if(!_0x109657(_0x5936cc)||!_0x109657(_0xc5b4c2))return _0x2bf717(_0xc5b4c2);let _0x4b9c88={..._0x5936cc};return Object[_0x5e87ba(0x683)](_0xc5b4c2)[_0x5e87ba(0x362)](([_0x32cd01,_0x12aaa3])=>{_0x4b9c88[_0x32cd01]=_0x32cd01 in _0x4b9c88?_0x690c6b(_0x4b9c88[_0x32cd01],_0x12aaa3):_0x2bf717(_0x12aaa3);}),_0x4b9c88;}function _0x2bf717(_0x544390){const _0x44e62d=_0x118bac;return Array[_0x44e62d(0x6bf)](_0x544390)?_0x544390[_0x44e62d(0x734)](_0x1e9332=>_0x2bf717(_0x1e9332)):_0x109657(_0x544390)?Object[_0x44e62d(0x472)](Object['entries'](_0x544390)[_0x44e62d(0x734)](([_0x4ecbbf,_0x1f928f])=>[_0x4ecbbf,_0x2bf717(_0x1f928f)])):_0x544390;}function _0x109657(_0x3197da){const _0x1836bc=_0x118bac;return!!_0x3197da&&typeof _0x3197da=='object'&&!Array[_0x1836bc(0x6bf)](_0x3197da);}function _0x420432(){const _0x1d4366=_0x118bac;let _0xc19848=(0x0,_0x1468c8[_0x1d4366(0x60a)])(_0x4a1c51[_0x1d4366(0x721)]),_0x16a271=(0x0,_0x1468c8['useDependency'])(_0x4a1c51['LocaleService']),_0x172f9c=(0x0,_0x1468c8[_0x1d4366(0x60a)])(_0x287047),_0x3c9f28=(0x0,_0x1468c8[_0x1d4366(0x60a)])(_0x52f0c3),_0x359fbd=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x1ad862=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x18a647=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x20e869=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x359de3=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x10083c=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x2e3f72=(0x0,_0x4f18af[_0x1d4366(0x4b8)])(null),_0x5721ff=(0x0,_0x1468c8[_0x1d4366(0xca)])(()=>_0x3c9f28[_0x1d4366(0x77e)],_0x3c9f28[_0x1d4366(0x1c7)](),!0x1,[_0x3c9f28]),[_0x258ed7,_0x446ed1]=(0x0,_0x4f18af[_0x1d4366(0xba)])(null);if((0x0,_0x4f18af[_0x1d4366(0x207)])(()=>{const _0x129544=_0x1d4366;var _0x4b7998;let _0x1eccff=_0x18a647[_0x129544(0x67d)],_0x477d3d=_0x1ad862['current'],_0x26c5e5=_0x20e869[_0x129544(0x67d)],_0xe6fe69=_0x359de3['current'],_0x4a02fc=_0x10083c[_0x129544(0x67d)],_0x3eddc5=_0x2e3f72[_0x129544(0x67d)];if(!_0x5721ff||!_0x1eccff||!_0x477d3d||!_0x26c5e5||!_0xe6fe69||!_0x4a02fc||!_0x3eddc5)return;let _0x1b0487=_0x38a3ff(_0xc19848,_0x5721ff[_0x129544(0x2dc)],_0x5721ff[_0x129544(0x5bc)]);if(!(_0x1b0487!=null&&_0x1b0487[_0x129544(0x4c1)])||_0x1b0487[_0x129544(0x559)]==null){_0x1eccff[_0x129544(0xcc)][_0x129544(0x6d9)]=_0x129544(0x6a6);return;}let _0x2a77de=_0xc19848[_0x129544(0x714)](_0x55f3cf)[_0x129544(0x714)](_0x1b0487[_0x129544(0x559)]);if(!(_0x2a77de!=null&&_0x2a77de[_0x129544(0x18f)][_0x129544(0x2a5)](_0x5721ff[_0x129544(0x767)]))){_0x1eccff['dataset'][_0x129544(0x6d9)]=_0x129544(0x343);return;}_0x1eccff[_0x129544(0xcc)][_0x129544(0x6d9)]='mounting',_0x1eccff['dataset'][_0x129544(0x5bc)]=_0x1b0487[_0x129544(0x5bc)],_0x1eccff[_0x129544(0xcc)][_0x129544(0x29e)]=_0x1b0487[_0x129544(0x3be)],_0x1eccff[_0x129544(0xcc)][_0x129544(0x468)]=_0x1b0487[_0x129544(0x333)],_0x1eccff[_0x129544(0xcc)][_0x129544(0x155)]=_0x5721ff['layout'],_0x1eccff[_0x129544(0xcc)]['embedChildType']=String(_0x1b0487['childType']),_0x1eccff[_0x129544(0xcc)][_0x129544(0x118)]=_0x1b0487[_0x129544(0x4c1)];let _0x5ba119=_0x2a1c4d(_0x1eccff),_0x246b03=_0x2ddf51(_0x1b0487,_0x5721ff[_0x129544(0x767)],{'viewport':_0x1eccff,'menuSlot':_0x477d3d,'popupSlot':_0x26c5e5,'footerSlot':_0x3eddc5}),_0x560f42={'descriptor':_0x1b0487,'layout':_0x5721ff['layout'],'injector':_0xc19848,'hostElement':_0x1eccff,'container':_0x1eccff,'renderScope':_0x246b03,'hostUnitId':_0x1b0487[_0x129544(0x2dc)],'embedId':_0x1b0487[_0x129544(0x5bc)],'childUnitId':_0x1b0487[_0x129544(0x4c1)],'childType':_0x1b0487[_0x129544(0x559)]},{runtimeScope:_0x4519da,disposable:_0x337f4f}=_0x3cca9c(_0x560f42,()=>{});_0x446ed1({'embedId':_0x1b0487[_0x129544(0x5bc)],'injector':_0x4519da[_0x129544(0x5c1)],'sourceInjector':_0xc19848,'popupContainer':_0x4519da[_0x129544(0x5b3)][_0x129544(0x416)]});let _0x29e885={..._0x560f42,'runtimeScope':_0x4519da},_0x2b3556=_0x32ab50({'injector':_0xc19848,'descriptor':_0x1b0487,'renderScope':_0x246b03,'menuRoot':_0x359fbd[_0x129544(0x67d)],'menuSlot':_0x477d3d,'popupSlot':_0x26c5e5,'sidebarSlot':_0xe6fe69,'rightSidebarSlot':_0x4a02fc,'footerSlot':_0x3eddc5}),_0x49d0ed=_0x3668a2=>{const _0xb25485=_0x129544;var _0x3e5666,_0x34c2f4;let _0x4427e4=(_0x3668a2==null?void 0x0:_0x3668a2[_0xb25485(0x6a7)])instanceof Element?_0x3668a2['target']:null;_0x4427e4!=null&&_0x4427e4[_0xb25485(0x46f)](_0xb25485(0x68d))||((_0x3e5666=_0x4519da[_0xb25485(0x558)])==null||_0x3e5666[_0xb25485(0x164)](_0x1b0487[_0xb25485(0x4c1)]),(_0x34c2f4=_0x4519da[_0xb25485(0x558)])==null||_0x34c2f4[_0xb25485(0x737)](_0x1b0487[_0xb25485(0x4c1)]),_0x172f9c[_0xb25485(0x37d)](_0x1b0487));};_0x49d0ed(),_0x1eccff[_0x129544(0x607)](_0x129544(0x3a8),_0x49d0ed,{'capture':!0x0}),_0x1eccff['addEventListener'](_0x129544(0x640),_0x49d0ed);let _0x2b0c10=(_0x4b7998=_0x2a77de[_0x129544(0xde)])==null?void 0x0:_0x4b7998[_0x129544(0xf4)](_0x2a77de,_0x29e885),_0x270263=_0x21df20({'injector':_0xc19848,'descriptor':_0x1b0487,'childContext':_0x29e885,'menuContainer':_0x477d3d});return _0x1eccff[_0x129544(0xcc)][_0x129544(0x6d9)]='mounted',()=>{const _0x311e80=_0x129544;_0x446ed1(null),globalThis[_0x311e80(0x668)](()=>{const _0x465bf8=_0x311e80;_0x1eccff[_0x465bf8(0x5cf)](_0x465bf8(0x3a8),_0x49d0ed,{'capture':!0x0}),_0x1eccff[_0x465bf8(0x5cf)](_0x465bf8(0x640),_0x49d0ed),_0x270263==null||_0x270263[_0x465bf8(0x60c)](),_0x2b0c10==null||_0x2b0c10[_0x465bf8(0x60c)](),_0x2b3556[_0x465bf8(0x60c)](),_0x337f4f[_0x465bf8(0x60c)](),_0x5ba119[_0x465bf8(0x60c)](),_0x172f9c['clearFullscreen'](_0x1b0487),delete _0x1eccff['dataset'][_0x465bf8(0x6d9)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x5bc)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x29e)],delete _0x1eccff['dataset'][_0x465bf8(0x468)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x155)],delete _0x1eccff['dataset'][_0x465bf8(0x1d7)],delete _0x1eccff[_0x465bf8(0xcc)][_0x465bf8(0x118)],_0x3c9f28[_0x465bf8(0xe6)](_0x5721ff);});};},[_0x172f9c,_0x3c9f28,_0xc19848,_0x5721ff]),!_0x5721ff)return null;let _0x42f227=()=>{const _0x3ef5f1=_0x1d4366;_0x3c9f28[_0x3ef5f1(0x631)](_0x5721ff[_0x3ef5f1(0x5bc)]);};return(0x0,_0x258aa1['jsxs'])(_0x1d4366(0x73b),{'className':_0x1d4366(0x194),'data-embed-fullscreen-shell':_0x1d4366(0xd4),'style':{'zIndex':0x32a},'children':[_0x5721ff[_0x1d4366(0x559)]===_0x4a1c51['UniverInstanceType'][_0x1d4366(0x76a)]&&(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'className':_0x1d4366(0x5af),'data-embed-boards-fullscreen-exit':_0x1d4366(0xd4),'title':_0x16a271['t'](_0x1d4366(0x151)),'children':(0x0,_0x258aa1[_0x1d4366(0x712)])(_0x1468c8[_0x1d4366(0x69b)],{'noIcon':!0x0,'className':_0x1d4366(0x68b),'onClick':_0x42f227,'children':[(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x4b1c20,{}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x596),{'children':_0x16a271['t']('embed-ui.fullscreen.exit')})]})}),(0x0,_0x258aa1[_0x1d4366(0x712)])('div',{'ref':_0x359fbd,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x1d4366(0xd4),'children':[_0x5721ff[_0x1d4366(0x559)]!==_0x4a1c51['UniverInstanceType'][_0x1d4366(0x76a)]&&(0x0,_0x258aa1[_0x1d4366(0x712)])(_0x1d4366(0x73b),{'className':_0x1d4366(0x116),'data-embed-fullscreen-header':_0x1d4366(0xd4),'children':[(0x0,_0x258aa1[_0x1d4366(0x199)])('span',{'className':_0x1d4366(0x344),'children':_0x4dbcff(_0xc19848,_0x5721ff['childType'])}),(0x0,_0x258aa1[_0x1d4366(0x712)])(_0x536b6f[_0x1d4366(0xfd)],{'type':_0x1d4366(0x2d6),'size':_0x1d4366(0x4cd),'variant':_0x1d4366(0x709),'className':'univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','data-embed-fullscreen-close':'true','onClick':_0x42f227,'children':[(0x0,_0x258aa1[_0x1d4366(0x199)])(_0xfa9a16,{}),(0x0,_0x258aa1['jsx'])(_0x1d4366(0x596),{'children':_0x16a271['t'](_0x1d4366(0x151))})]})]}),(0x0,_0x258aa1['jsx'])(_0x1d4366(0x73b),{'ref':_0x1ad862,'className':_0x1d4366(0xc0),'data-embed-fullscreen-menu-slot':_0x1d4366(0xd4),'data-embed-menu-slot':_0x1d4366(0xd4)})]}),(0x0,_0x258aa1[_0x1d4366(0x712)])('div',{'className':_0x1d4366(0x5b1),'data-embed-fullscreen-body':_0x1d4366(0xd4),'children':[(0x0,_0x258aa1['jsx'])(_0x1d4366(0x73b),{'ref':_0x359de3,'className':_0x1d4366(0x6c1),'data-embed-fullscreen-sidebar-slot':'true','data-embed-id':_0x5721ff['embedId']}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'ref':_0x18a647,'className':_0x1d4366(0x3c0),'data-embed-fullscreen-viewport':_0x1d4366(0xd4),'onContextMenuCapture':_0x3b3ab5=>{const _0xd5987a=_0x1d4366;_0x3b3ab5[_0xd5987a(0x582)]();}}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'ref':_0x10083c,'className':_0x1d4366(0x72b),'data-embed-fullscreen-right-sidebar-slot':'true','data-embed-id':_0x5721ff[_0x1d4366(0x5bc)],'children':_0x258ed7&&(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d081b,{..._0x258ed7})})]}),(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x1d4366(0x73b),{'ref':_0x2e3f72,'className':_0x1d4366(0x228),'data-embed-fullscreen-footer-slot':_0x1d4366(0xd4),'data-embed-footer-slot':_0x1d4366(0xd4)}),(0x0,_0x258aa1['jsx'])(_0x1d4366(0x73b),{'ref':_0x20e869,'className':_0x1d4366(0x32e),'data-embed-fullscreen-popup-root':_0x1d4366(0xd4),'data-embed-popup-root':_0x1d4366(0xd4),'children':_0x258ed7&&(0x0,_0x258aa1[_0x1d4366(0x199)])(_0x55be8a,{..._0x258ed7})})]});}function _0x55be8a(_0x1df2fe){const _0x1d4f65=_0x118bac;let {embedId:_0x476cc6,injector:_0xe12e87,sourceInjector:_0x5d03b5,popupContainer:_0x2b1764}=_0x1df2fe;return(0x0,_0x258aa1[_0x1d4f65(0x712)])(_0x258aa1[_0x1d4f65(0x34e)],{'children':[(0x0,_0x258aa1[_0x1d4f65(0x712)])(_0x9354df,{'injector':_0xe12e87,'mountContainer':_0x2b1764,'embedId':_0x476cc6,'children':[(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x1d4f65(0x32d)],{}),(0x0,_0x258aa1[_0x1d4f65(0x199)])(_0x1468c8[_0x1d4f65(0x1d3)],{})]}),(0x0,_0x258aa1[_0x1d4f65(0x199)])(_0x9354df,{'injector':_0x5d03b5,'mountContainer':_0x2b1764,'embedId':_0x476cc6,'children':(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x1d4f65(0x1d3)],{})})]});}function _0x1d081b(_0x56cc5f){const _0x4e6bdc=_0x118bac;let {embedId:_0x599d9e,injector:_0x4e3cee,sourceInjector:_0x109169,popupContainer:_0xff5f75}=_0x56cc5f;return(0x0,_0x258aa1[_0x4e6bdc(0x712)])(_0x4e6bdc(0x5c7),{'className':_0x4e6bdc(0x17c),'children':[(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x9354df,{'injector':_0x4e3cee,'mountContainer':_0xff5f75,'embedId':_0x599d9e,'children':(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x1468c8[_0x4e6bdc(0x638)],{})}),(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x9354df,{'injector':_0x109169,'mountContainer':_0xff5f75,'embedId':_0x599d9e,'children':(0x0,_0x258aa1[_0x4e6bdc(0x199)])(_0x1468c8['Sidebar'],{})})]});}function _0x38a3ff(_0x2c23f2,_0x24141e,_0x5e5125){const _0x295aeb=_0x118bac;try{return _0x2c23f2['get'](_0x73305e[_0x295aeb(0x6e4)])[_0x295aeb(0x686)](_0x24141e,_0x5e5125);}catch{return;}}function _0x4dbcff(_0x47fb89,_0x1a9c49){const _0xe31bc3=_0x118bac;try{var _0x4ff4d8,_0x39894d;return(_0x4ff4d8=(_0x39894d=_0x47fb89[_0xe31bc3(0x714)](_0x1f9ba5)[_0xe31bc3(0x714)](_0x1a9c49))==null?void 0x0:_0x39894d['productName'])==null?'Embed':_0x4ff4d8;}catch{return'Embed';}}function _0x2ddf51(_0x3f9e67,_0x557503,_0x5e4f1a){const _0x33d355=_0x118bac;var _0x33ee79,_0x2189d6,_0x487d89,_0x158fe0;let {viewport:_0x4c759f,menuSlot:_0x11962d,popupSlot:_0xa20adf}=_0x5e4f1a;return{'hostUnitId':_0x3f9e67[_0x33d355(0x2dc)],'hostAnchorId':_0x3f9e67[_0x33d355(0x333)],'embedId':_0x3f9e67[_0x33d355(0x5bc)],'childUnitId':_0x3f9e67[_0x33d355(0x4c1)],'childType':_0x3f9e67['childType'],'layout':_0x557503,'mode':_0x33d355(0x48d),'rootElement':_0x4c759f,'contentRoot':(_0x33ee79=_0x4a5d5c(_0x4c759f,_0x33d355(0x630)))==null?_0x4c759f:_0x33ee79,'canvasRoot':(_0x2189d6=_0x4a5d5c(_0x4c759f,_0x33d355(0x428)))==null?_0x4c759f:_0x2189d6,'overlayRoot':(_0x487d89=_0x4a5d5c(_0x4c759f,_0x33d355(0x526)))==null?_0x4c759f:_0x487d89,'popupRoot':(_0x158fe0=_0xa20adf==null?_0x4a5d5c(_0x4c759f,'data-embed-popup-root'):_0xa20adf)==null?_0x4c759f:_0x158fe0,'menuOutlet':{'container':_0x11962d},'active$':(0x0,_0x416516['of'])(!0x0),'fullscreen':!0x0};}function _0x32ab50(_0x53999d){const _0x2e1b73=_0x118bac;let {injector:_0x3c6b29,descriptor:_0x1a5b18,renderScope:_0x11facb,menuRoot:_0x47f412,menuSlot:_0xaf2d53,popupSlot:_0x3e00ae,sidebarSlot:_0x4aa372,rightSidebarSlot:_0x1b3c9f,footerSlot:_0x5c5193}=_0x53999d,_0x29c3fa=[],_0x20161e=_0x1a5b18['embedId'];if(_0x3c6b29['has'](_0x164bef)){let _0x37bab7=_0x3c6b29[_0x2e1b73(0x714)](_0x164bef);_0x29c3fa[_0x2e1b73(0x6f2)](_0x37bab7[_0x2e1b73(0x31a)]({'embedId':_0x20161e,'hostUnitId':_0x1a5b18[_0x2e1b73(0x2dc)],'childUnitId':_0x1a5b18[_0x2e1b73(0x4c1)],'childType':_0x1a5b18[_0x2e1b73(0x559)],'sessionMode':_0x2e1b73(0x3b8)})),_0x1a5b18['childUnitId']&&_0x29c3fa[_0x2e1b73(0x6f2)](_0x37bab7[_0x2e1b73(0x311)]({'embedId':_0x20161e,'role':_0x2e1b73(0x708),'owner':_0x2e1b73(0x61a),'sessionMode':'child-fullscreen','hostUnitId':_0x1a5b18[_0x2e1b73(0x2dc)],'childUnitId':_0x1a5b18[_0x2e1b73(0x4c1)],'childType':_0x1a5b18['childType']})),_0x373d12({'renderScope':_0x11facb,'menuRoot':_0x47f412,'menuSlot':_0xaf2d53,'popupSlot':_0x3e00ae,'sidebarSlot':_0x4aa372,'rightSidebarSlot':_0x1b3c9f,'footerSlot':_0x5c5193})[_0x2e1b73(0x362)](({element:_0x2fd617,role:_0x597cb4})=>{const _0x70a96a=_0x2e1b73;_0x29c3fa[_0x70a96a(0x6f2)](_0x37bab7['registerElement']({'embedId':_0x20161e,'element':_0x2fd617,'role':_0x597cb4}));});}if(_0x3c6b29['has'](_0x7aa80d)){let _0x239594=_0x3c6b29[_0x2e1b73(0x714)](_0x7aa80d);_0x373d12({'renderScope':_0x11facb,'menuRoot':_0x47f412,'menuSlot':_0xaf2d53,'popupSlot':_0x3e00ae,'sidebarSlot':_0x4aa372,'rightSidebarSlot':_0x1b3c9f,'footerSlot':_0x5c5193})[_0x2e1b73(0x362)](({element:_0x32ecee})=>{const _0x1895f6=_0x2e1b73;_0x29c3fa['push'](_0x239594[_0x1895f6(0x56f)](_0x20161e,_0x32ecee));}),_0x29c3fa[_0x2e1b73(0x6f2)](_0x239594[_0x2e1b73(0x4d0)](_0x20161e,_0x11facb[_0x2e1b73(0x2fe)][_0x2e1b73(0x18b)]));}return(0x0,_0x4a1c51[_0x2e1b73(0xbb)])(()=>{const _0x1a89a9=_0x2e1b73;[..._0x29c3fa][_0x1a89a9(0x15a)]()['forEach'](_0x1a6da1=>_0x1a6da1[_0x1a89a9(0x60c)]());});}function _0x373d12(_0x1ee34f){const _0x43f794=_0x118bac;let {renderScope:_0x2bfbb4,menuRoot:_0x502b15,menuSlot:_0xfdcdae,popupSlot:_0x173eb2,sidebarSlot:_0x5ebe99,rightSidebarSlot:_0x1f6ef9,footerSlot:_0x584a99}=_0x1ee34f,_0x69dae8=[{'element':_0x2bfbb4[_0x43f794(0x2fe)],'role':_0x43f794(0x4e9)},{'element':_0x2bfbb4[_0x43f794(0x399)],'role':_0x43f794(0x4e9)},{'element':_0x2bfbb4[_0x43f794(0x75f)],'role':_0x43f794(0x4e9)},{'element':_0x2bfbb4[_0x43f794(0x4ed)],'role':_0x43f794(0x4e9)},{'element':_0x502b15,'role':_0x43f794(0xff)},{'element':_0xfdcdae,'role':_0x43f794(0xff)},{'element':_0x584a99,'role':_0x43f794(0xff)},{'element':_0x5ebe99,'role':'child-popup'},{'element':_0x1f6ef9,'role':_0x43f794(0x10a)},{'element':_0x173eb2,'role':_0x43f794(0x10a)}],_0x5d1f5d=new Set();return _0x69dae8[_0x43f794(0x3c9)](({element:_0x413618,role:_0x102e5e})=>!_0x413618||_0x5d1f5d[_0x43f794(0x722)](_0x413618)?[]:(_0x5d1f5d[_0x43f794(0x410)](_0x413618),[{'element':_0x413618,'role':_0x102e5e}]));}function _0x21df20(_0x4020e9){return _0x3d3f67(_0x4020e9)||_0x56f666(_0x4020e9);}function _0x3d3f67(_0x1e905a){const _0x200b5b=_0x118bac;if(!_0x1e905a[_0x200b5b(0x5c1)][_0x200b5b(0x722)](_0x1f9ba5)||_0x1e905a['descriptor'][_0x200b5b(0x559)]==null)return;let _0x5b95f8=_0x1e905a[_0x200b5b(0x5c1)][_0x200b5b(0x714)](_0x1f9ba5)[_0x200b5b(0x714)](_0x1e905a[_0x200b5b(0x319)]['childType']);if((_0x5b95f8==null?void 0x0:_0x5b95f8[_0x200b5b(0x353)])===_0x200b5b(0x1d6)){if(_0x1e905a[_0x200b5b(0x5c1)]['has'](_0x2a2d57)){let _0x2debc4=_0x1e905a[_0x200b5b(0x5c1)]['get'](_0x2a2d57)[_0x200b5b(0x57a)]({'container':_0x1e905a[_0x200b5b(0x6de)],'portalContainer':_0x1e905a[_0x200b5b(0x50e)]['runtimeScope']['roots']['popup'],'injector':_0x1e905a['childContext']['runtimeScope']['injector'],'childType':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x559)],'childUnitId':_0x1e905a['descriptor']['childUnitId'],'embedId':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x5bc)],'surface':_0x200b5b(0x1d6),'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});if(_0x2debc4)return _0x2debc4;}return _0x2093a2({'container':_0x1e905a['menuContainer'],'portalContainer':_0x1e905a[_0x200b5b(0x50e)][_0x200b5b(0x41f)][_0x200b5b(0x5b3)][_0x200b5b(0x416)],'injector':_0x1e905a[_0x200b5b(0x50e)][_0x200b5b(0x41f)][_0x200b5b(0x5c1)],'childType':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x559)],'childUnitId':_0x1e905a[_0x200b5b(0x319)]['childUnitId'],'embedId':_0x1e905a[_0x200b5b(0x319)][_0x200b5b(0x5bc)],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':_0x200b5b(0x68f)});}}function _0x56f666(_0x5a55fc){const _0x583d6d=_0x118bac;if(!_0x5a55fc['injector'][_0x583d6d(0x722)](_0x23b823)||_0x5a55fc[_0x583d6d(0x319)][_0x583d6d(0x559)]==null||!_0x5a55fc['descriptor'][_0x583d6d(0x4c1)])return;let _0x421c0f=_0x5a55fc['injector'][_0x583d6d(0x714)](_0x23b823)[_0x583d6d(0x714)](_0x5a55fc['descriptor'][_0x583d6d(0x53f)],_0x5a55fc[_0x583d6d(0x319)]['entry'],_0x5a55fc['descriptor'][_0x583d6d(0x559)]),_0xe1fc86=_0x421c0f==null?void 0x0:_0x421c0f[_0x583d6d(0xde)]({..._0x5a55fc[_0x583d6d(0x50e)],'active':{'hostUnitId':_0x5a55fc[_0x583d6d(0x319)]['hostUnitId'],'embedId':_0x5a55fc[_0x583d6d(0x319)][_0x583d6d(0x5bc)],'childUnitId':_0x5a55fc[_0x583d6d(0x319)][_0x583d6d(0x4c1)],'stage':_0x583d6d(0x510)}});return _0xe1fc86?(0x0,_0x4a1c51[_0x583d6d(0xbb)])(()=>_0xe1fc86[_0x583d6d(0x60c)]()):void 0x0;}let _0x25806d={};function _0x4ab848(_0x5f5456){const _0x525eca=_0x118bac;let {stage:_0x1e3e57,interactionFlow:_0x3a03cf}=_0x5f5456,_0x2c0bcb=_0x3a03cf===_0x525eca(0x546),_0x531ad6=_0x1e3e57==='stage1'&&!_0x2c0bcb,_0x145224=_0x1e3e57==='stage2'||_0x2c0bcb;return{'allowHostBodyDrag':_0x531ad6,'disableLiveHostPointerEvents':!_0x2c0bcb&&(_0x1e3e57==='inactive'||_0x1e3e57===_0x525eca(0x49a)),'passThroughInteractionGate':_0x145224,'runtimeOwnsInteraction':_0x145224};}function _0x414ec3(_0x3a7e8a,_0x2da74a){const _0x445590=_0x118bac;var _0x3e79ab;return(_0x3a7e8a==null?void 0x0:_0x3a7e8a[_0x445590(0x53f)])===_0x4a1c51[_0x445590(0x336)][_0x445590(0x6c7)]&&_0x3a7e8a[_0x445590(0x559)]===_0x4a1c51[_0x445590(0x336)][_0x445590(0x6c7)]&&!!((_0x3e79ab=_0x3a7e8a[_0x445590(0x584)])!=null&&_0x3e79ab['floating'])&&_0x2da74a!==_0x445590(0x510);}function _0x4a3da6(_0x239711,_0x11f858){const _0x6b63ed=_0x118bac;return _0x414ec3(_0x239711,_0x11f858)?_0x6b63ed(0x76e):'ready';}function _0x468ff2(_0x415ad2){const _0xaac5c4=_0x118bac;var _0x3ff2a8;return _0x415ad2['fullscreen']||((_0x3ff2a8=_0x415ad2[_0xaac5c4(0x6fd)])==null?void 0x0:_0x3ff2a8['embedId'])===_0x415ad2[_0xaac5c4(0x5bc)]&&_0x415ad2[_0xaac5c4(0x6fd)][_0xaac5c4(0x545)]===_0xaac5c4(0x510)||!_0x415ad2['usesDomFloatingStage']&&_0x415ad2[_0xaac5c4(0x3e1)]?_0xaac5c4(0x510):_0xaac5c4(0x421);}function _0x11ffd9(_0x5768c3,_0x3275da){const _0x481cc1=_0x118bac;return _0x5768c3!==_0x481cc1(0x358)&&_0x5768c3!==_0x481cc1(0x56c)||_0x3275da['shiftKey']||_0x3275da[_0x481cc1(0xfe)]||_0x3275da[_0x481cc1(0x170)]?!0x1:Math[_0x481cc1(0x4d8)](_0x3275da[_0x481cc1(0x692)])>Math[_0x481cc1(0x4d8)](_0x3275da[_0x481cc1(0x74a)]);}var _0x43540b=class{constructor(){const _0x17bc16=_0x118bac;_0x2d0c25(this,'previewUpdated$',new _0x416516[(_0x17bc16(0x4bd))]()),_0x2d0c25(this,_0x17bc16(0x2e5),new Map()),_0x2d0c25(this,_0x17bc16(0x14e),new Map()),_0x2d0c25(this,'_entriesByKey',new Map()),_0x2d0c25(this,_0x17bc16(0x4b5),[]),_0x2d0c25(this,_0x17bc16(0x6f7),!0x1),_0x2d0c25(this,_0x17bc16(0xf9),null);}['registerProvider'](_0x57cb26){const _0xcb6d69=_0x118bac;return this['_providers'][_0xcb6d69(0x3d4)](_0x57cb26[_0xcb6d69(0x559)],_0x57cb26),(0x0,_0x4a1c51[_0xcb6d69(0xbb)])(()=>{const _0x25e5de=_0xcb6d69;this['_providers'][_0x25e5de(0x714)](_0x57cb26[_0x25e5de(0x559)])===_0x57cb26&&this['_providers']['delete'](_0x57cb26[_0x25e5de(0x559)]);});}[_0x118bac(0x751)](_0x49f85a){const _0x10eb8d=_0x118bac;return this['_providers'][_0x10eb8d(0x714)](_0x49f85a);}[_0x118bac(0x24f)](_0x35a731){const _0x26f9ed=_0x118bac;return this[_0x26f9ed(0x14e)][_0x26f9ed(0x714)](_0x35a731);}[_0x118bac(0x54c)](_0x55b463){const _0x39187a=_0x118bac;var _0x947c5,_0x4e2b7d;let _0x2d1e2f=this[_0x39187a(0x150)](_0x55b463),_0xe896c9=this[_0x39187a(0x774)][_0x39187a(0x714)](_0x2d1e2f);if(_0xe896c9&&(_0xe896c9[_0x39187a(0x2f5)]===_0x39187a(0x61e)||_0xe896c9['status']===_0x39187a(0x3ba)))return _0xe896c9;let _0x8bc860=this['_entriesByEmbedId'][_0x39187a(0x714)](_0x55b463[_0x39187a(0x319)][_0x39187a(0x5bc)]),_0x11572f={'embedId':_0x55b463[_0x39187a(0x319)]['embedId'],'childUnitId':_0x55b463['childUnitId'],'childType':_0x55b463[_0x39187a(0x559)],'status':'pending','width':Math[_0x39187a(0x1d4)](0x1,Math['round'](_0x55b463[_0x39187a(0x5df)])),'height':Math[_0x39187a(0x1d4)](0x1,Math[_0x39187a(0x3ee)](_0x55b463['height'])),'dpr':_0x55b463['dpr'],'viewState':(_0x947c5=_0x55b463[_0x39187a(0x516)])==null?_0x8bc860==null?void 0x0:_0x8bc860['viewState']:_0x947c5,'revision':((_0x4e2b7d=_0x8bc860==null?void 0x0:_0x8bc860[_0x39187a(0x474)])==null?0x0:_0x4e2b7d)+0x1,'updatedAt':Date['now']()};return this[_0x39187a(0x774)][_0x39187a(0x3d4)](_0x2d1e2f,_0x11572f),this[_0x39187a(0x14e)][_0x39187a(0x3d4)](_0x11572f[_0x39187a(0x5bc)],_0x11572f),this[_0x39187a(0x4b5)]['push'](_0x55b463),this['_drainQueue'](),this['previewUpdated$'][_0x39187a(0x2f7)](_0x11572f),_0x11572f;}async[_0x118bac(0x49c)](_0x578eff){const _0x4b9d20=_0x118bac;let _0x3c53ae=this[_0x4b9d20(0x2e5)][_0x4b9d20(0x714)](_0x578eff[_0x4b9d20(0x559)]);if(!_0x3c53ae)return;let _0x16150e=await _0x3c53ae[_0x4b9d20(0x49c)](_0x578eff);return this[_0x4b9d20(0x412)](_0x578eff[_0x4b9d20(0x5bc)],_0x16150e),_0x16150e;}async[_0x118bac(0x669)](_0x3c1fc1,_0x1f0fb4){const _0x29ce7d=_0x118bac;if(_0x1f0fb4==null)return;let _0x397549=this[_0x29ce7d(0x2e5)]['get'](_0x3c1fc1[_0x29ce7d(0x559)]);await(_0x397549==null?void 0x0:_0x397549['restoreViewState'](_0x3c1fc1,_0x1f0fb4));}[_0x118bac(0x412)](_0x33068c,_0x411181){const _0x35cd95=_0x118bac;let _0x6a22a7=this[_0x35cd95(0x14e)][_0x35cd95(0x714)](_0x33068c);if(!_0x6a22a7){let _0x78fd08={'embedId':_0x33068c,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x411181,'revision':0x0,'updatedAt':Date[_0x35cd95(0x765)]()};this[_0x35cd95(0x14e)]['set'](_0x33068c,_0x78fd08),this[_0x35cd95(0x757)]['next'](_0x78fd08);return;}_0x6a22a7[_0x35cd95(0x516)]=_0x411181,_0x6a22a7[_0x35cd95(0x3ab)]=Date[_0x35cd95(0x765)](),this[_0x35cd95(0x757)][_0x35cd95(0x2f7)](_0x6a22a7);}[_0x118bac(0x45d)](_0x15934d,_0x22b8cf){const _0xfd38f0=_0x118bac;let _0x3a3a90=this[_0xfd38f0(0x14e)][_0xfd38f0(0x714)](_0x15934d);_0x3a3a90&&(_0x3a3a90[_0xfd38f0(0x2f5)]='stale',_0x3a3a90[_0xfd38f0(0xb4)]=_0x22b8cf,_0x3a3a90[_0xfd38f0(0x3ab)]=Date[_0xfd38f0(0x765)](),this[_0xfd38f0(0x757)][_0xfd38f0(0x2f7)](_0x3a3a90));}[_0x118bac(0x360)](_0x464f0c){const _0x109510=_0x118bac;let _0x4eeadc=this[_0x109510(0x14e)][_0x109510(0x714)](_0x464f0c);this[_0x109510(0x14e)]['delete'](_0x464f0c),_0x4eeadc&&Array['from'](this[_0x109510(0x774)][_0x109510(0x683)]())[_0x109510(0x362)](([_0xb796db,_0x311516])=>{const _0x542c13=_0x109510;_0x311516['embedId']===_0x464f0c&&this[_0x542c13(0x774)]['delete'](_0xb796db);});}[_0x118bac(0x150)](_0x27c05c){const _0x18b77c=_0x118bac;return[_0x27c05c[_0x18b77c(0x319)][_0x18b77c(0x5bc)],_0x27c05c['childUnitId'],_0x27c05c[_0x18b77c(0x559)],Math[_0x18b77c(0x1d4)](0x1,Math[_0x18b77c(0x3ee)](_0x27c05c[_0x18b77c(0x5df)])),Math[_0x18b77c(0x1d4)](0x1,Math[_0x18b77c(0x3ee)](_0x27c05c[_0x18b77c(0x2c7)])),_0x27c05c[_0x18b77c(0x291)]][_0x18b77c(0x1f7)]('::');}async['flushForTests'](){const _0x1a308d=_0x118bac;for(;this[_0x1a308d(0x4b5)][_0x1a308d(0x51d)]>0x0||this['_rendering']||this[_0x1a308d(0xf9)];){var _0x4a17ff;await((_0x4a17ff=this[_0x1a308d(0xf9)])==null?Promise['resolve']():_0x4a17ff),await Promise[_0x1a308d(0x5fe)]();}}[_0x118bac(0x60c)](){const _0x335c77=_0x118bac;this[_0x335c77(0x2e5)][_0x335c77(0x173)](),this[_0x335c77(0x14e)][_0x335c77(0x173)](),this[_0x335c77(0x774)][_0x335c77(0x173)](),this['_queue'][_0x335c77(0x51d)]=0x0,this[_0x335c77(0x757)][_0x335c77(0x1be)]();}[_0x118bac(0x250)](){const _0x21e091=_0x118bac;this[_0x21e091(0x6f7)]||this[_0x21e091(0xf9)]||(this['_activeDrain']=this[_0x21e091(0x30c)]()[_0x21e091(0x1ae)](()=>{const _0x47f777=_0x21e091;this[_0x47f777(0xf9)]=null;}));}async[_0x118bac(0x30c)](){const _0x13394c=_0x118bac;if(!this[_0x13394c(0x6f7)]){this['_rendering']=!0x0;try{for(;this[_0x13394c(0x4b5)][_0x13394c(0x51d)]>0x0;)await this['_renderOne'](this['_queue'][_0x13394c(0x39e)]());}finally{this[_0x13394c(0x6f7)]=!0x1;}}}async[_0x118bac(0x75a)](_0x4237ab){const _0x3118e2=_0x118bac;let _0x4e21e3=this[_0x3118e2(0x150)](_0x4237ab),_0xb76e61=this[_0x3118e2(0x774)][_0x3118e2(0x714)](_0x4e21e3);if(!_0xb76e61||_0xb76e61['status']!=='pending')return;let _0x4e12f0=this['_providers'][_0x3118e2(0x714)](_0x4237ab['childType']),_0x2ddae4=this[_0x3118e2(0xc7)](_0xb76e61[_0x3118e2(0x5bc)],_0xb76e61);if(!_0x4e12f0){let _0x2afc7c=_0x4237ab[_0x3118e2(0x533)]?_0xedafcd(_0x4237ab[_0x3118e2(0x533)]):void 0x0;if(_0x2afc7c){_0xb76e61[_0x3118e2(0x6e6)]=_0x2afc7c,_0xb76e61[_0x3118e2(0x2f5)]=_0x3118e2(0x3ba),_0xb76e61[_0x3118e2(0x3ab)]=Date[_0x3118e2(0x765)](),this[_0x3118e2(0x14e)][_0x3118e2(0x3d4)](_0xb76e61[_0x3118e2(0x5bc)],_0xb76e61),this[_0x3118e2(0x757)]['next'](_0xb76e61);return;}this[_0x3118e2(0x29d)](_0xb76e61,_0x2ddae4,Error(_0x3118e2(0x1aa)+_0x4237ab['childType']));return;}try{let _0x2bf149=await _0x4e12f0['renderPreview']({..._0x4237ab,'width':_0xb76e61[_0x3118e2(0x5df)],'height':_0xb76e61[_0x3118e2(0x2c7)],'viewState':_0xb76e61[_0x3118e2(0x516)]});if(this[_0x3118e2(0x774)][_0x3118e2(0x714)](_0x4e21e3)!==_0xb76e61||_0xb76e61[_0x3118e2(0x2f5)]!==_0x3118e2(0x61e))return;if(!_0x2bf149){this[_0x3118e2(0x29d)](_0xb76e61,_0x2ddae4,Error(_0x3118e2(0x782)));return;}_0xb76e61[_0x3118e2(0x6e6)]=_0x2bf149,_0xb76e61['status']=_0x3118e2(0x3ba),_0xb76e61['updatedAt']=Date[_0x3118e2(0x765)](),this[_0x3118e2(0x14e)][_0x3118e2(0x3d4)](_0xb76e61[_0x3118e2(0x5bc)],_0xb76e61),this[_0x3118e2(0x757)]['next'](_0xb76e61);}catch(_0x2fde53){this[_0x3118e2(0x29d)](_0xb76e61,_0x2ddae4,_0x2fde53);}}['_findPreviousReadyEntry'](_0x3b5b7d,_0x8687bc){const _0x43af76=_0x118bac;let _0x4046c4=this[_0x43af76(0x14e)][_0x43af76(0x714)](_0x3b5b7d);return _0x4046c4&&_0x4046c4!==_0x8687bc&&_0x4046c4[_0x43af76(0x6e6)]?_0x4046c4:Array[_0x43af76(0x289)](this[_0x43af76(0x774)][_0x43af76(0x308)]())[_0x43af76(0x15a)]()[_0x43af76(0x3ae)](_0x4604a1=>_0x4604a1[_0x43af76(0x5bc)]===_0x3b5b7d&&_0x4604a1!==_0x8687bc&&_0x4604a1[_0x43af76(0x6e6)]);}['_setRenderFailure'](_0xe37bba,_0x588bb1,_0x2ed3fa){const _0x2f626a=_0x118bac;var _0x1c0104;_0xe37bba[_0x2f626a(0x2f5)]=_0x588bb1!=null&&_0x588bb1[_0x2f626a(0x6e6)]?_0x2f626a(0x3f8):_0x2f626a(0xb4),_0xe37bba[_0x2f626a(0x6e6)]=_0x588bb1==null?void 0x0:_0x588bb1['image'],_0xe37bba[_0x2f626a(0x516)]=(_0x1c0104=_0xe37bba['viewState'])==null?_0x588bb1==null?void 0x0:_0x588bb1['viewState']:_0x1c0104,_0xe37bba['error']=_0x2ed3fa,_0xe37bba['updatedAt']=Date['now'](),this['_entriesByEmbedId']['set'](_0xe37bba['embedId'],_0xe37bba),this['previewUpdated$'][_0x2f626a(0x2f7)](_0xe37bba);}},_0xc08a98=class{constructor(){const _0x217dcc=_0x118bac;_0x2d0c25(this,_0x217dcc(0x2cf),new Map()),_0x2d0c25(this,'_geometryInvalidated$',new _0x416516[(_0x217dcc(0x4bd))]()),_0x2d0c25(this,_0x217dcc(0x209),this[_0x217dcc(0x564)][_0x217dcc(0x4ee)]());}[_0x118bac(0x246)](_0xa79326){const _0x23ffc7=_0x118bac;return this[_0x23ffc7(0x2cf)][_0x23ffc7(0x3d4)](_0xa79326['embedId'],_0xa79326),this[_0x23ffc7(0x360)]({'embedId':_0xa79326['embedId'],'reason':_0x23ffc7(0x200)}),(0x0,_0x4a1c51[_0x23ffc7(0xbb)])(()=>{const _0x3e5f5c=_0x23ffc7;this[_0x3e5f5c(0x2cf)]['get'](_0xa79326['embedId'])===_0xa79326&&(this[_0x3e5f5c(0x2cf)]['delete'](_0xa79326[_0x3e5f5c(0x5bc)]),this[_0x3e5f5c(0x360)]({'embedId':_0xa79326['embedId'],'reason':_0x3e5f5c(0x200)}));});}[_0x118bac(0x77c)](_0x196c5d){return this['_registrations']['get'](_0x196c5d);}[_0x118bac(0x5e8)](_0x355b6c){const _0x57e638=_0x118bac;return Array[_0x57e638(0x289)](this[_0x57e638(0x2cf)][_0x57e638(0x308)]())['find'](_0x122b25=>_0x122b25['childUnitId']===_0x355b6c);}[_0x118bac(0x360)](_0x4c48bc){const _0x3743cd=_0x118bac;this[_0x3743cd(0x564)][_0x3743cd(0x2f7)](_0x4c48bc);}};let _0x1858f1=class{constructor(_0x48b225,_0x14e8b8,_0x51a593,_0x4a8dad){const _0x30cc3c=_0x118bac;this[_0x30cc3c(0x283)]=_0x48b225,this[_0x30cc3c(0x5d0)]=_0x14e8b8,this['_hostAdapterRegistry']=_0x51a593,this[_0x30cc3c(0x50a)]=_0x4a8dad;}async[_0x118bac(0x6f5)](_0x16f5cb){const _0x5d9bed=_0x118bac;return this[_0x5d9bed(0x5d0)]['materializeDescriptor'](_0x16f5cb);}async['restoreEmbed'](_0x2299e6){const _0x5e4560=_0x118bac;var _0x2e1689;let _0xcb37af=_0x2299e6['descriptor'],_0x56c40=(_0x2e1689=_0x2299e6[_0x5e4560(0x30e)])==null?this[_0x5e4560(0x25c)]['restoreAnchor']({'embedId':_0xcb37af[_0x5e4560(0x5bc)],'hostUnitId':_0xcb37af[_0x5e4560(0x2dc)],'hostType':_0xcb37af[_0x5e4560(0x53f)],'entry':_0xcb37af[_0x5e4560(0x3be)],'hostAnchorId':_0xcb37af[_0x5e4560(0x333)],'hostContext':_0x2299e6[_0x5e4560(0x5c3)],'descriptor':_0xcb37af}):_0x2e1689;return this['_modelService'][_0x5e4560(0x4ce)](_0xcb37af[_0x5e4560(0x2dc)],_0xcb37af),this[_0x5e4560(0x50a)]['setAnchor'](_0x56c40),this[_0x5e4560(0x283)][_0x5e4560(0x686)](_0xcb37af[_0x5e4560(0x2dc)],_0xcb37af['embedId']);}};_0x1858f1=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x6e4)])),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x3dd)])),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x717)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x163)]))],_0x1858f1);function _0x36ad68(_0x49a950){const _0x970ebf=_0x118bac;var _0x39668c,_0x49209e,_0x5b4433,_0x3a5517,_0x507da2;if(!_0x49a950)return;let _0x262019=(_0x39668c=(_0x49209e=_0x49a950['closest'](_0x970ebf(0x331)))==null?void 0x0:_0x49209e[_0x970ebf(0x38c)]('data-embed-interaction-boundary-owner'))==null?void 0x0:_0x39668c,_0x1b9750=_0x1089e1(_0x49a950,_0x262019),_0xc08e2b=(_0x5b4433=_0x1b9750==null?void 0x0:_0x1b9750[_0x970ebf(0x38c)]('data-embed-id'))==null?_0x262019:_0x5b4433;if(_0xc08e2b)return{'embedId':_0xc08e2b,'hostUnitId':(_0x3a5517=_0x1b9750==null?void 0x0:_0x1b9750['getAttribute'](_0x970ebf(0x1df)))==null?void 0x0:_0x3a5517,'childUnitId':(_0x507da2=_0x1b9750==null?void 0x0:_0x1b9750[_0x970ebf(0x38c)](_0x1468c8[_0x970ebf(0x168)]))==null?void 0x0:_0x507da2,'childType':_0x11cd8d(_0x1b9750)};}function _0x1089e1(_0x22fc67,_0x14b7f6){const _0x45efeb=_0x118bac;var _0x5953be,_0x51cf60;let _0x4b2bc5=_0x22fc67==null?void 0x0:_0x22fc67['closest'](_0x45efeb(0x462));if(_0x4b2bc5&&(!_0x14b7f6||_0x4b2bc5[_0x45efeb(0x38c)](_0x45efeb(0x4e3))===_0x14b7f6))return _0x4b2bc5;let _0x4b7e4f=(_0x5953be=_0x22fc67==null?void 0x0:_0x22fc67['ownerDocument'])==null?typeof document>'u'?void 0x0:document:_0x5953be;return!_0x4b7e4f||!_0x14b7f6?_0x4b2bc5==null?void 0x0:_0x4b2bc5:(_0x51cf60=_0x4b7e4f['querySelector'](_0x45efeb(0x6f8)+_0x444155(_0x14b7f6)+'\x22]'))==null?void 0x0:_0x51cf60;}function _0x444155(_0x227513){const _0x482c9c=_0x118bac;return _0x227513[_0x482c9c(0x49d)](/\\/g,'\x5c\x5c')[_0x482c9c(0x49d)](/"/g,'\x5c\x22');}function _0x11cd8d(_0x17bb62){const _0x520f9b=_0x118bac;let _0x45b21a=_0x17bb62==null?void 0x0:_0x17bb62[_0x520f9b(0x38c)](_0x520f9b(0x3d0));if(_0x45b21a!=null&&_0x45b21a!=='')return Number(_0x45b21a);}var _0x312f60=class{constructor(){const _0x50a72d=_0x118bac;_0x2d0c25(this,_0x50a72d(0x689),new WeakMap()),_0x2d0c25(this,_0x50a72d(0x660),new WeakSet());}['register'](_0x3475de){const _0x2f9617=_0x118bac;let _0x28df00=this[_0x2f9617(0x689)]['get'](_0x3475de);if(!_0x28df00){let _0x4b3162=_0x3475de[_0x2f9617(0x18b)][_0x2f9617(0x4de)];if(!_0x4b3162)return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0x149f45=_0x161ded=>this['_observeWheel'](_0x3475de,_0x161ded);_0x4b3162[_0x2f9617(0x607)](_0x2f9617(0x729),_0x149f45,{'capture':!0x0,'passive':!0x0}),_0x28df00={'activeUntil':0x0,'dispose':()=>_0x4b3162[_0x2f9617(0x5cf)](_0x2f9617(0x729),_0x149f45,{'capture':!0x0}),'refCount':0x0},this[_0x2f9617(0x689)]['set'](_0x3475de,_0x28df00);}let _0x3829ba=_0x28df00;return _0x3829ba[_0x2f9617(0x68a)]+=0x1,(0x0,_0x4a1c51[_0x2f9617(0xbb)])(()=>{const _0x38cdef=_0x2f9617;--_0x3829ba[_0x38cdef(0x68a)],!(_0x3829ba[_0x38cdef(0x68a)]>0x0||this[_0x38cdef(0x689)]['get'](_0x3475de)!==_0x3829ba)&&(_0x3829ba[_0x38cdef(0x60c)](),this[_0x38cdef(0x689)]['delete'](_0x3475de));});}[_0x118bac(0x2e8)](_0x553e17){const _0x2e606d=_0x118bac;return this[_0x2e606d(0x660)]['has'](_0x553e17);}['_observeWheel'](_0x643999,_0x43b616){const _0x490a3e=_0x118bac;var _0x110021;let _0x40f20b=_0x643999[_0x490a3e(0x18b)][_0x490a3e(0x4de)];if(!_0x40f20b)return;let _0x583ca9=_0x5bfa00(_0x43b616,_0x40f20b);if(!_0x583ca9||!_0x643999['contains'](_0x583ca9))return;let _0x3b48c8=this[_0x490a3e(0x689)][_0x490a3e(0x714)](_0x643999);if(!_0x3b48c8)return;let _0x5e937e=Date[_0x490a3e(0x765)](),_0x32380a=_0x1089e1(_0x583ca9);if(!_0x32380a||!_0x643999[_0x490a3e(0x1e8)](_0x32380a)){_0x3b48c8[_0x490a3e(0x3eb)]=_0x5e937e+0x1f4;return;}if(((_0x110021=_0x36ad68(_0x32380a))==null?void 0x0:_0x110021['childType'])===_0x4a1c51[_0x490a3e(0x336)]['UNIVER_SLIDE']){_0x3b48c8[_0x490a3e(0x3eb)]=_0x5e937e+0x1f4,this[_0x490a3e(0x660)][_0x490a3e(0x410)](_0x43b616);return;}_0x5e937e>=_0x3b48c8[_0x490a3e(0x3eb)]||(_0x3b48c8[_0x490a3e(0x3eb)]=_0x5e937e+0x1f4,this['_hostGestureEvents'][_0x490a3e(0x410)](_0x43b616));}};function _0x5bfa00(_0xf2a3f0,_0x1d1a4a){const _0x2057ad=_0x118bac;let _0x38f94d=_0xf2a3f0[_0x2057ad(0x6a7)];return _0x38f94d instanceof _0x1d1a4a[_0x2057ad(0xea)]?_0x38f94d:_0x38f94d instanceof _0x1d1a4a[_0x2057ad(0x789)]||_0x38f94d instanceof _0x1d1a4a[_0x2057ad(0x58f)]?_0x38f94d['parentElement']:null;}var _0x3ef29=class{constructor(){const _0x22e39c=_0x118bac;_0x2d0c25(this,_0x22e39c(0x2e5),new Map());}['register'](_0x14cb1b){const _0x4a309d=_0x118bac;return this[_0x4a309d(0x2e5)]['set'](_0x14cb1b[_0x4a309d(0x559)],_0x14cb1b),(0x0,_0x4a1c51[_0x4a309d(0xbb)])(()=>{const _0x21473d=_0x4a309d;this[_0x21473d(0x2e5)][_0x21473d(0x714)](_0x14cb1b[_0x21473d(0x559)])===_0x14cb1b&&this[_0x21473d(0x2e5)][_0x21473d(0x2cd)](_0x14cb1b['childType']);});}[_0x118bac(0x714)](_0x4dd3c0,_0x575eda){const _0x80a3c2=_0x118bac;var _0x3f9ec8;let _0x5375fe=this[_0x80a3c2(0x2e5)]['get'](_0x4dd3c0);if(_0x5375fe&&!(_0x575eda&&(_0x3f9ec8=_0x5375fe['supportedLayouts'])!=null&&_0x3f9ec8['length']&&!_0x5375fe[_0x80a3c2(0x18f)][_0x80a3c2(0x2a5)](_0x575eda)))return _0x5375fe;}[_0x118bac(0x4ff)](){const _0x4df9d8=_0x118bac;return[...this[_0x4df9d8(0x2e5)][_0x4df9d8(0x308)]()];}},_0x3957bf=class{constructor(){const _0xfc5ca8=_0x118bac;_0x2d0c25(this,_0xfc5ca8(0x205),[]);}['register'](_0x531956){const _0x2ce66c=_0x118bac;return this[_0x2ce66c(0x205)][_0x2ce66c(0x6f2)](_0x531956),this[_0x2ce66c(0x355)](),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x2a40c0=_0x2ce66c;let _0x2d0194=this['_handlers'][_0x2a40c0(0x274)](_0x531956);_0x2d0194>=0x0&&this[_0x2a40c0(0x205)]['splice'](_0x2d0194,0x1);});}[_0x118bac(0x543)](_0x2b3c8f){const _0x110f23=_0x118bac;for(let _0x390d09 of this[_0x110f23(0x205)]){var _0x36a6aa;if(_0x390d09[_0x110f23(0x559)]===_0x2b3c8f[_0x110f23(0x559)]&&!(_0x2b3c8f[_0x110f23(0x767)]&&(_0x36a6aa=_0x390d09['supportedLayouts'])!=null&&_0x36a6aa[_0x110f23(0x51d)]&&!_0x390d09[_0x110f23(0x18f)]['includes'](_0x2b3c8f['layout']))&&_0x390d09[_0x110f23(0x543)](_0x2b3c8f)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x5c79c1=_0x118bac;return[...this[_0x5c79c1(0x205)]];}['_sortHandlers'](){const _0x154c49=_0x118bac;this['_handlers'][_0x154c49(0x76c)]((_0x53c3ca,_0x2f2a15)=>{const _0xf667db=_0x154c49;var _0xcdba5c,_0x237973;return((_0xcdba5c=_0x2f2a15[_0xf667db(0x4c9)])==null?0x0:_0xcdba5c)-((_0x237973=_0x53c3ca['order'])==null?0x0:_0x237973);});}};function _0x2a16db(_0x4f80df){const _0x4d7f89=_0x118bac;let {hostUnitId:_0x1b72a6,embedId:_0x54f17f,className:_0x2f6a43}=_0x4f80df,_0x1df0b2=(0x0,_0x4f18af[_0x4d7f89(0x4b8)])(null),_0x91dd24=(0x0,_0x1468c8[_0x4d7f89(0x60a)])(_0x73305e['EmbedModelService']),_0x1dfd0d=(0x0,_0x1468c8[_0x4d7f89(0x60a)])(_0x287047),_0x219383=(0x0,_0x1468c8[_0x4d7f89(0x60a)])(_0x52f0c3),_0x55a6f9=(0x0,_0x4f18af['useCallback'])(_0x1c7037=>{const _0x1f41f6=_0x4d7f89;_0x1c7037[_0x1f41f6(0x582)](),_0x1c7037[_0x1f41f6(0x6ed)](),!(!_0x1b72a6||!_0x54f17f)&&_0x263033({'hostUnitId':_0x1b72a6,'embedId':_0x54f17f,'activationService':_0x1dfd0d,'embedModelService':_0x91dd24,'fullscreenService':_0x219383});},[_0x1dfd0d,_0x54f17f,_0x91dd24,_0x219383,_0x1b72a6]);return(0x0,_0x4f18af[_0x4d7f89(0x207)])(()=>{const _0x5ca2e0=_0x4d7f89;let _0x1e0546=_0x1df0b2[_0x5ca2e0(0x67d)];if(!_0x1e0546)return;let _0x4ad6b1=_0x1476aa=>{_0x1476aa['stopPropagation']();};return _0x1e0546['addEventListener'](_0x5ca2e0(0x3a8),_0x4ad6b1),_0x1e0546[_0x5ca2e0(0x607)](_0x5ca2e0(0xec),_0x55a6f9),()=>{const _0x251482=_0x5ca2e0;_0x1e0546['removeEventListener'](_0x251482(0x3a8),_0x4ad6b1),_0x1e0546[_0x251482(0x5cf)]('click',_0x55a6f9);};},[_0x55a6f9]),(0x0,_0x258aa1[_0x4d7f89(0x199)])(_0x4d7f89(0x2d6),{'ref':_0x1df0b2,'type':_0x4d7f89(0x2d6),'className':(0x0,_0x536b6f[_0x4d7f89(0x578)])(_0x4d7f89(0x43b),_0x2f6a43),'data-embed-float-fullscreen-button':'true','children':(0x0,_0x258aa1['jsx'])(_0xfa9a16,{'className':_0x4d7f89(0x50b)})});}function _0x263033(_0x3283f7){const _0x1fdd97=_0x118bac;var _0x35115c;let _0x5ea211=_0x3283f7['embedModelService'][_0x1fdd97(0x686)](_0x3283f7[_0x1fdd97(0x2dc)],_0x3283f7['embedId']);return!(_0x5ea211!=null&&_0x5ea211[_0x1fdd97(0x4c1)])||_0x5ea211['childType']==null?!0x1:((_0x35115c=_0x3283f7[_0x1fdd97(0x5d9)])==null||_0x35115c[_0x1fdd97(0x335)](_0x3283f7[_0x1fdd97(0x5bc)],_0x3283f7[_0x1fdd97(0x2dc)]),_0x3283f7[_0x1fdd97(0x354)][_0x1fdd97(0x20f)](_0x5ea211),!0x0);}let _0x21e2a4=_0x118bac(0x32b),_0x1d7d90=Symbol(_0x118bac(0x309)),_0x32499a=Symbol(_0x118bac(0x59a)),_0x5083eb=new Map(),_0x11a4a8=_0x118bac(0x317),_0x5f4049='doc-block-stage2-runtime',_0x4eaad1=[_0x11a4a8,_0x5f4049],_0x157e44=_0x118bac(0x1eb);function _0x2cdbbb(_0x3fa71b){const _0x423587=_0x118bac;var _0x332323,_0x14828d,_0x3b8768,_0x199181,_0x1dd25b,_0x385a65,_0x243356,_0x254c9e,_0x2e2f1d;let {data:_0x55777b,deferInactiveFloatingChrome:_0x36da43,docsCustomBlockLayout:_0xf868ed,enableStage1BodyDrag:_0x3151ff,floatingChromeZIndex:_0x3fbf0f,fullscreenButtonInBlock:_0x129075,hostFloatDomLayout$:_0x399130,initialStage:_0x10ccc3,interactionFlow:_0x41215a=_0x423587(0x340),isExternalHostInteraction:_0x4b6bc8,onHostWheel:_0x5e0595,onRuntimeStageEnter:_0x199309,onRuntimeStageExit:_0x475470,resolveHostWheelGestureRoot:_0x4322d3,syncHostVerticalScroll:_0x228533}=_0x3fa71b,_0x143c36=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x425416=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x498b67=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x2027d3=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x10602c=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x53f00a=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x47d33f=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x831d04=(0x0,_0x4f18af['useRef'])(null),_0x3d3f50=(0x0,_0x4f18af[_0x423587(0x4b8)])(null),_0x1a821e=(0x0,_0x1468c8['useDependency'])(_0x73305e[_0x423587(0x6e4)]),_0x5bd495=(0x0,_0x1468c8['useDependency'])(_0x55f3cf),_0x2530af=(0x0,_0x1468c8['useDependency'])(_0x34aece),_0x2bf63a=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x287047),_0x451b78=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x43540b),_0x288b3a=(0x0,_0x1468c8['useDependency'])(_0xc08a98),_0x35588b=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x52f0c3),_0x36fa7c=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x7aa80d),_0x53dfd8=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x70dabe),_0xd3b21e=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x1858f1),_0x68c5be=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x3957bf),_0x581546=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x3ef29),_0x4c9aa4=(0x0,_0x1468c8['useDependency'])(_0x164bef),_0x44b463=(0x0,_0x1468c8[_0x423587(0x60a)])(_0x312f60),_0x51e177=(0x0,_0x1468c8['useDependency'])(_0x1468c8[_0x423587(0x537)]),_0x1c2e91=_0x2a6261(_0x55777b),_0x77c08a=_0xf868ed!=null&&_0xf868ed[_0x423587(0x264)]?_0xf868ed:void 0x0,[_0x1a073f,_0x286f4d]=(0x0,_0x4f18af['useState'])(0x0),_0x584bdc=(0x0,_0x1468c8[_0x423587(0xca)])(()=>_0x2530af['active$'][_0x423587(0x188)]((0x0,_0x416516[_0x423587(0x734)])(()=>_0x1c2e91!=null&&_0x1c2e91[_0x423587(0x5bc)]?_0x2530af['getStage'](_0x1c2e91[_0x423587(0x5bc)]):_0x423587(0x421))),_0x10ccc3==null?_0x1c2e91!=null&&_0x1c2e91[_0x423587(0x5bc)]?_0x2530af[_0x423587(0x6ac)](_0x1c2e91[_0x423587(0x5bc)]):_0x423587(0x421):_0x10ccc3,!0x1,[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x2530af]),_0x36bb39=(0x0,_0x4f18af[_0x423587(0x4b8)])(_0x584bdc),_0x225800=(0x0,_0x4f18af[_0x423587(0x4b8)])(!0x1),_0x2c81ed=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x160412=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x2ae794=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x2256f4=(0x0,_0x4f18af['useRef'])(void 0x0),_0x19a3f8=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0x574b74=(0x0,_0x4f18af[_0x423587(0x4b8)])(void 0x0),_0xaeb920=(0x0,_0x4f18af[_0x423587(0x4b8)])(0x0),_0x16c554=(0x0,_0x4f18af['useRef'])(0x0),_0x3067fc=(0x0,_0x4f18af['useRef'])(0x0),_0x5f183d=(0x0,_0x4f18af[_0x423587(0x4b8)])([]),_0x439d24=(0x0,_0x4f18af[_0x423587(0x4b8)])(_0x584bdc);_0x439d24[_0x423587(0x67d)]=_0x584bdc;let _0x14571c=(0x0,_0x4f18af['useCallback'])(()=>{const _0x306a97=_0x423587;var _0x5344a2;(_0x5344a2=_0x2ae794[_0x306a97(0x67d)])==null||_0x5344a2['dispose'](),_0x2ae794[_0x306a97(0x67d)]=void 0x0;},[]),_0x36feca=(0x0,_0x4f18af[_0x423587(0x313)])(()=>{const _0x27c77a=_0x423587;var _0x23aaff,_0x4fc743,_0x16c639,_0x4bc773,_0x1abb67,_0x19f4ed,_0x1ac07a,_0x4032c8;if(!(_0x1c2e91!=null&&_0x1c2e91[_0x27c77a(0x5bc)])||_0x2ae794[_0x27c77a(0x67d)])return;let _0x16ef3a=_0x1c2e91[_0x27c77a(0x2dc)]?_0x1a821e[_0x27c77a(0x686)](_0x1c2e91['hostUnitId'],_0x1c2e91[_0x27c77a(0x5bc)]):void 0x0,_0x1c222a=_0x455040(_0x16ef3a),_0x376f00=(_0x23aaff=(_0x4fc743=(_0x16c639=_0x1c2e91[_0x27c77a(0x4c1)])==null?_0x16ef3a==null?void 0x0:_0x16ef3a[_0x27c77a(0x4c1)]:_0x16c639)==null?(_0x4bc773=_0x160412[_0x27c77a(0x67d)])==null?void 0x0:_0x4bc773[_0x27c77a(0x4c1)]:_0x4fc743)==null?_0x1c222a==null?void 0x0:_0x1c222a['childUnitId']:_0x23aaff,_0xf6de08=(_0x1abb67=(_0x19f4ed=(_0x1ac07a=_0x1c2e91['childType'])==null?_0x16ef3a==null?void 0x0:_0x16ef3a[_0x27c77a(0x559)]:_0x1ac07a)==null?(_0x4032c8=_0x160412[_0x27c77a(0x67d)])==null?void 0x0:_0x4032c8[_0x27c77a(0x559)]:_0x19f4ed)==null?_0x1c222a==null?void 0x0:_0x1c222a[_0x27c77a(0x559)]:_0x1abb67;_0x2ae794['current']=_0x4c9aa4[_0x27c77a(0x311)]({'embedId':_0x1c2e91[_0x27c77a(0x5bc)],'role':_0x27c77a(0x708),'owner':_0x41215a===_0x27c77a(0x546)?_0x5f4049:_0x11a4a8,'sessionMode':_0x27c77a(0x3d8),'hostUnitId':_0x1c2e91[_0x27c77a(0x2dc)],'childUnitId':_0x376f00,'childType':_0xf6de08});},[_0x1c2e91==null?void 0x0:_0x1c2e91['childType'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x4c1)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x4c9aa4,_0x41215a]),_0x118022=(0x0,_0x4f18af['useCallback'])(()=>{const _0xeb9a24=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91[_0xeb9a24(0x5bc)]))return;let _0x53cf07=_0x1c2e91[_0xeb9a24(0x5bc)];window['requestAnimationFrame'](()=>{const _0x5b6661=_0xeb9a24;_0x2530af[_0x5b6661(0x6ac)](_0x53cf07)!=='stage2'&&_0x14571c();});},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x2530af,_0x14571c]),_0x198527=_0x1c2e91!=null&&_0x1c2e91[_0x423587(0x2dc)]?_0x1a821e['getDescriptor'](_0x1c2e91[_0x423587(0x2dc)],_0x1c2e91[_0x423587(0x5bc)]):void 0x0,_0x2a19b5=_0x455040(_0x198527),_0x36ab23=(_0x332323=(_0x14828d=(_0x3b8768=_0x1c2e91==null?void 0x0:_0x1c2e91['childUnitId'])==null?_0x198527==null?void 0x0:_0x198527[_0x423587(0x4c1)]:_0x3b8768)==null?(_0x199181=_0x160412[_0x423587(0x67d)])==null?void 0x0:_0x199181[_0x423587(0x4c1)]:_0x14828d)==null?_0x2a19b5==null?void 0x0:_0x2a19b5['childUnitId']:_0x332323,_0x40ed4d=(_0x1dd25b=(_0x385a65=(_0x243356=_0x1c2e91==null?void 0x0:_0x1c2e91['childType'])==null?_0x198527==null?void 0x0:_0x198527[_0x423587(0x559)]:_0x243356)==null?(_0x254c9e=_0x160412[_0x423587(0x67d)])==null?void 0x0:_0x254c9e[_0x423587(0x559)]:_0x385a65)==null?_0x2a19b5==null?void 0x0:_0x2a19b5['childType']:_0x1dd25b,_0x34cae8=_0x40ed4d==null||(_0x2e2f1d=_0x5bd495[_0x423587(0x714)](_0x40ed4d))==null?void 0x0:_0x2e2f1d[_0x423587(0xef)],_0x473ca4=_0x4a3da6(_0x198527,_0x584bdc);(0x0,_0x4f18af['useEffect'])(()=>{const _0x528558=_0x423587;if(!(!(_0x1c2e91!=null&&_0x1c2e91[_0x528558(0x5bc)])||_0x584bdc!==_0x528558(0x510)))return _0x36feca(),_0x14571c;},[_0x36feca,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x14571c,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x29307c=_0x423587;let _0x20463d=_0x143c36['current'],_0x4d6a73=_0xd77ab3(_0x51e177,_0x4c9aa4,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x29307c(0x5bc)],_0x20463d,_0x584bdc);if(_0x4d6a73)return()=>_0x4d6a73['dispose']();},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x4c9aa4,_0x51e177,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x599c41=_0x423587;let _0x3226b2=_0x36bb39['current'];_0x36bb39['current']=_0x584bdc;let _0x45d32a=_0x3226b2!==_0x584bdc||!_0x225800[_0x599c41(0x67d)]&&_0x584bdc!==_0x599c41(0x421);_0x225800[_0x599c41(0x67d)]=!0x0,_0x45d32a&&(_0x199309==null||_0x199309(_0x584bdc),_0x288b3a['invalidate']({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x5bc)],'reason':_0x599c41(0x186)})),_0x3226b2===_0x599c41(0x510)&&_0x584bdc!==_0x599c41(0x510)&&(_0xa5535e(_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x5bc)],_0x6fb204(_0x2027d3[_0x599c41(0x67d)],_0x10602c['current'],_0x53f00a['current'],_0x831d04[_0x599c41(0x67d)],_0x3d3f50['current'])),_0x2bf63a[_0x599c41(0x335)](_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x599c41(0x2dc)]),_0x475470==null||_0x475470());},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x288b3a,_0x199309,_0x475470,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x4cff0d=_0x423587;if(_0x10ccc3!==_0x4cff0d(0x510)||!(_0x1c2e91!=null&&_0x1c2e91['embedId'])||!_0x1c2e91[_0x4cff0d(0x2dc)])return;let _0x3b2d73=_0x1a821e[_0x4cff0d(0x686)](_0x1c2e91[_0x4cff0d(0x2dc)],_0x1c2e91[_0x4cff0d(0x5bc)]);_0x3b2d73!=null&&_0x3b2d73[_0x4cff0d(0x4c1)]&&_0x2530af[_0x4cff0d(0x133)]({'hostUnitId':_0x1c2e91[_0x4cff0d(0x2dc)],'embedId':_0x1c2e91[_0x4cff0d(0x5bc)],'childUnitId':_0x3b2d73[_0x4cff0d(0x4c1)]},'stage2');},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x2530af,_0x10ccc3]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x1ee1ae=_0x423587;let _0x2d6816=_0x2027d3[_0x1ee1ae(0x67d)],_0x461ddf=_0x10602c[_0x1ee1ae(0x67d)],_0x28378a=_0x53f00a[_0x1ee1ae(0x67d)],_0x160a19=_0x831d04[_0x1ee1ae(0x67d)],_0x259fce=_0x3d3f50[_0x1ee1ae(0x67d)];if(!_0x2d6816||!_0x461ddf||!_0x28378a||!_0x160a19||!_0x259fce)return;let _0x5bf9ea=_0x1c2e91!=null&&_0x1c2e91[_0x1ee1ae(0x2dc)]?_0x1a821e['getDescriptor'](_0x1c2e91['hostUnitId'],_0x1c2e91[_0x1ee1ae(0x5bc)]):void 0x0,_0x533262=_0x5bf9ea?_0x42c278(_0x5bf9ea):void 0x0;if(!_0x5bf9ea||!_0x533262||_0x473ca4===_0x1ee1ae(0x76e))return;let _0x1f0e51=!0x1,_0x9af7e3;return _0xd3b21e['materializeDescriptor']({'descriptor':_0x5bf9ea})[_0x1ee1ae(0x771)](_0x14d707=>{const _0x44e76e=_0x1ee1ae;var _0x53c41d;if(_0x1f0e51)return;let _0x418623=_0x53dfd8[_0x44e76e(0x201)](_0x14d707,_0x2d6816,{'content':_0x461ddf,'canvas':_0x28378a,'overlay':_0x160a19,'popup':_0x259fce});_0x9af7e3=_0x14d707[_0x44e76e(0x5bc)];let _0x3ef69e=_0x418623==null?void 0x0:_0x418623[_0x44e76e(0x533)];_0x160412[_0x44e76e(0x67d)]=_0x3ef69e;let _0xfff944=_0x1c2e91!=null&&_0x1c2e91[_0x44e76e(0x5bc)]?(_0x53c41d=_0x451b78[_0x44e76e(0x24f)](_0x1c2e91[_0x44e76e(0x5bc)]))==null?void 0x0:_0x53c41d[_0x44e76e(0x516)]:void 0x0;_0x3ef69e&&_0xfff944!=null&&_0x451b78[_0x44e76e(0x669)](_0x3ef69e,_0xfff944);})[_0x1ee1ae(0x442)](_0x292410=>{throw _0x292410;}),()=>{const _0x2d3244=_0x1ee1ae;var _0x5b6493;_0x1f0e51=!0x0,_0x9af7e3&&((_0x5b6493=_0x160412[_0x2d3244(0x67d)])==null?void 0x0:_0x5b6493[_0x2d3244(0x5bc)])===_0x9af7e3&&(_0x160412['current']=void 0x0),_0x53dfd8['unmount'](_0x5bf9ea[_0x2d3244(0x5bc)]);};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x1a821e,_0x53dfd8,_0x1a073f,_0x451b78,_0xd3b21e,_0x473ca4]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x1cbd6f=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91[_0x1cbd6f(0x5bc)]))return;let _0x22e6c0=_0x1c2e91[_0x1cbd6f(0x5bc)],_0x5d59ab=[];[{'element':_0x2027d3[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0x4e9)},{'element':_0x10602c['current'],'role':_0x1cbd6f(0x4e9)},{'element':_0x53f00a[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0x4e9)}][_0x1cbd6f(0x362)](_0x18f521=>{const _0x260e06=_0x1cbd6f;let _0x5dc2df=_0x18f521[_0x260e06(0x725)];_0x5dc2df&&_0x5d59ab[_0x260e06(0x6f2)]({'element':_0x5dc2df,'role':_0x18f521[_0x260e06(0x550)]});}),_0x584bdc===_0x1cbd6f(0x510)&&[{'element':_0x47d33f[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0xff)},{'element':_0x831d04[_0x1cbd6f(0x67d)],'role':'floating-menu'},{'element':_0x3d3f50[_0x1cbd6f(0x67d)],'role':_0x1cbd6f(0x10a)}][_0x1cbd6f(0x362)](_0x6fb4f5=>{_0x6fb4f5['element']&&_0x5d59ab['push'](_0x6fb4f5);});let _0xf9f811=_0x5d59ab['flatMap'](({element:_0x5eb1a4,role:_0x45f64a})=>[_0x36fa7c[_0x1cbd6f(0x56f)](_0x22e6c0,_0x5eb1a4),_0x4c9aa4[_0x1cbd6f(0x245)]({'embedId':_0x22e6c0,'role':_0x45f64a,'element':_0x5eb1a4})]);return()=>_0xf9f811[_0x1cbd6f(0x362)](_0x51b52d=>_0x51b52d[_0x1cbd6f(0x60c)]());},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x4c9aa4,_0x36fa7c,_0x584bdc]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x423622=_0x423587;var _0x17d821,_0x63f1fc,_0x3f19c5,_0x3f2413;if(!(_0x1c2e91!=null&&_0x1c2e91['embedId'])||_0x584bdc!==_0x423622(0x510))return;let _0x22861d=(_0x17d821=(_0x63f1fc=(_0x3f19c5=_0x143c36[_0x423622(0x67d)])==null?void 0x0:_0x3f19c5[_0x423622(0x18b)])==null?(_0x3f2413=_0x2027d3[_0x423622(0x67d)])==null?void 0x0:_0x3f2413[_0x423622(0x18b)]:_0x63f1fc)==null?typeof document>'u'?void 0x0:document:_0x17d821,_0x4180f9=_0x36fa7c[_0x423622(0x4d0)](_0x1c2e91['embedId'],_0x22861d);return()=>{const _0x4e8b98=_0x423622;_0x439d24[_0x4e8b98(0x67d)]!==_0x4e8b98(0x510)&&_0x36fa7c[_0x4e8b98(0x125)](_0x1c2e91['embedId'],_0x22861d),_0x4180f9['dispose']();};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x36fa7c,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x42e0f9=_0x423587;var _0x52c4cb,_0x4098f5,_0x2b3866,_0xc9687b;if(!(_0x1c2e91!=null&&_0x1c2e91['embedId'])||_0x584bdc!==_0x42e0f9(0x510))return;let _0x9634d=(_0x52c4cb=(_0x4098f5=(_0x2b3866=_0x143c36[_0x42e0f9(0x67d)])==null?void 0x0:_0x2b3866[_0x42e0f9(0x18b)])==null?(_0xc9687b=_0x2027d3['current'])==null?void 0x0:_0xc9687b[_0x42e0f9(0x18b)]:_0x4098f5)==null?typeof document>'u'?void 0x0:document:_0x52c4cb,_0x6b284e=_0x9634d==null?void 0x0:_0x9634d[_0x42e0f9(0x14a)](_0x42e0f9(0x707));if(!_0x6b284e)return;let _0x413e21=[_0x36fa7c[_0x42e0f9(0x56f)](_0x1c2e91[_0x42e0f9(0x5bc)],_0x6b284e),_0x4c9aa4['registerElement']({'embedId':_0x1c2e91[_0x42e0f9(0x5bc)],'role':_0x42e0f9(0xff),'element':_0x6b284e})];return()=>_0x413e21[_0x42e0f9(0x362)](_0x3a57de=>_0x3a57de[_0x42e0f9(0x60c)]());},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x4c9aa4,_0x36fa7c,_0x584bdc]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x56af17=_0x423587;let _0x2a3710=_0x143c36[_0x56af17(0x67d)],_0x593a02=_0x2a3710==null?void 0x0:_0x2a3710[_0x56af17(0x14a)](_0x56af17(0x57f));if(!(_0x1c2e91!=null&&_0x1c2e91[_0x56af17(0x5bc)])||!_0x2a3710)return;let _0x1a9ca7=_0x1c2e91[_0x56af17(0x2dc)]?_0x1a821e[_0x56af17(0x686)](_0x1c2e91[_0x56af17(0x2dc)],_0x1c2e91[_0x56af17(0x5bc)]):void 0x0,_0x403801=_0x288b3a[_0x56af17(0x246)]({'embedId':_0x1c2e91[_0x56af17(0x5bc)],'childUnitId':_0x1a9ca7==null?void 0x0:_0x1a9ca7['childUnitId'],'root':_0x2a3710,'viewport':_0x593a02,'contentRoot':_0x10602c[_0x56af17(0x67d)]});return()=>_0x403801[_0x56af17(0x60c)]();},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x1a821e,_0x288b3a]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x2f782f=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91['embedId']))return;let _0x4a9078=_0x35588b[_0x2f782f(0x538)][_0x2f782f(0x26e)](_0x4f6975=>{const _0x261435=_0x2f782f;_0x4f6975['embedId']===_0x1c2e91[_0x261435(0x5bc)]&&(_0x2bf63a['clearFloating'](_0x1c2e91[_0x261435(0x5bc)],_0x1c2e91[_0x261435(0x2dc)]),_0x53dfd8['unmount'](_0x1c2e91[_0x261435(0x5bc)]),_0x19a3f8[_0x261435(0x67d)]!=null&&(window[_0x261435(0x1a8)](_0x19a3f8[_0x261435(0x67d)]),_0x19a3f8[_0x261435(0x67d)]=void 0x0),_0x574b74['current']!=null&&globalThis[_0x261435(0x3b0)](_0x574b74[_0x261435(0x67d)]),_0x574b74[_0x261435(0x67d)]=globalThis['setTimeout'](()=>{const _0x3a0998=_0x261435;_0x574b74[_0x3a0998(0x67d)]=void 0x0,_0x19a3f8[_0x3a0998(0x67d)]=window['requestAnimationFrame'](()=>{const _0x5f58a9=_0x3a0998;_0x19a3f8[_0x5f58a9(0x67d)]=void 0x0,_0x286f4d(_0x22f6dc=>_0x22f6dc+0x1);});},0x0));});return()=>{const _0x43f616=_0x2f782f;_0x4a9078[_0x43f616(0x297)](),_0x574b74[_0x43f616(0x67d)]!=null&&(globalThis['clearTimeout'](_0x574b74[_0x43f616(0x67d)]),_0x574b74[_0x43f616(0x67d)]=void 0x0),_0x19a3f8['current']!=null&&(window['cancelAnimationFrame'](_0x19a3f8[_0x43f616(0x67d)]),_0x19a3f8['current']=void 0x0);};},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x35588b,_0x53dfd8]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x31d814=_0x423587;let _0x3ab5a2=_0x143c36[_0x31d814(0x67d)],_0xb1a603=_0x47d33f[_0x31d814(0x67d)];if(!_0x3ab5a2||!_0xb1a603||typeof document>'u')return;if(_0x36da43===!0x0&&_0x584bdc===_0x31d814(0x421))return _0xb1a603['style'][_0x31d814(0x112)]=_0x31d814(0x699),_0xb1a603[_0x31d814(0x5d3)]['pointerEvents']=_0x31d814(0x35e),()=>{const _0x46cf96=_0x31d814;_0xb1a603[_0x46cf96(0x5d3)][_0x46cf96(0x56d)](_0x46cf96(0x112)),_0xb1a603[_0x46cf96(0x5d3)][_0x46cf96(0x56d)](_0x46cf96(0x3b9));};let _0x66e2d7=_0xb1a603[_0x31d814(0x6d4)],_0x10e740=_0xb1a603['nextSibling'],_0x5ac35e,_0x17662f,_0x28f665=0x0,_0x4065b0,_0x32c24d,_0x1498de,_0x257f32,_0x6a7bfb,_0x42c422,_0x44882a,_0x575f28=()=>{const _0x1242f1=_0x31d814;let _0x2f75f6=_0xcec73a(_0x3ab5a2),_0x16a9d6=_0x45d166(_0x3ab5a2),_0x45c89c=_0x3ab5a2[_0x1242f1(0x6b7)](),_0x5b9ec8=!_0x4714f4(_0x3ab5a2)&&_0x44882a!=null&&_0x4065b0===_0x16a9d6[_0x1242f1(0x41d)]&&_0x1498de===_0x16a9d6[_0x1242f1(0x5df)]&&_0x257f32===_0x16a9d6[_0x1242f1(0x2c7)];!_0x4714f4(_0x3ab5a2)&&_0x44882a!=null&&!_0x5b9ec8&&(_0x44882a=void 0x0);let _0x4834cd=_0x5b9ec8?new DOMRect(_0x16a9d6[_0x1242f1(0x41d)],_0x44882a,_0x16a9d6[_0x1242f1(0x5df)],_0x16a9d6[_0x1242f1(0x2c7)]):_0x16a9d6,_0x49f12b=!_0x2f75f6||_0x4834cd[_0x1242f1(0x2c7)]>=_0x86a3d6,_0x2acaf8=_0x4834cd[_0x1242f1(0x2c7)]>=_0xc2e7de;_0x4d567e(_0x3ab5a2,_0xb1a603,_0x49f12b,_0x584bdc),_0x24bfcc(_0x3ab5a2,_0xb1a603,_0x2acaf8,_0x584bdc),_0x2f75f6?_0x24f926(_0xb1a603,_0x4834cd,_0x45c89c):_0x322ab4(_0xb1a603),_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x112)]=_0x49f12b?'':_0x1242f1(0x699),_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x383)]=_0x49f12b&&_0x584bdc!==_0x1242f1(0x421)?'':_0x1242f1(0x35e),(_0x4834cd[_0x1242f1(0x41d)]!==_0x4065b0||_0x4834cd[_0x1242f1(0x4bc)]!==_0x32c24d||_0x4834cd[_0x1242f1(0x5df)]!==_0x1498de||_0x4834cd[_0x1242f1(0x2c7)]!==_0x257f32||_0x49f12b!==_0x6a7bfb||_0x2acaf8!==_0x42c422)&&(_0x4065b0=_0x4834cd[_0x1242f1(0x41d)],_0x32c24d=_0x4834cd[_0x1242f1(0x4bc)],_0x1498de=_0x4834cd[_0x1242f1(0x5df)],_0x257f32=_0x4834cd['height'],_0x6a7bfb=_0x49f12b,_0x42c422=_0x2acaf8,_0x5083eb[_0x1242f1(0x3d4)](_0x3ab5a2,{'left':_0x4834cd[_0x1242f1(0x41d)],'top':_0x4834cd['top'],'width':_0x4834cd[_0x1242f1(0x5df)],'height':_0x4834cd[_0x1242f1(0x2c7)]}),_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x41d)]=_0x4834cd[_0x1242f1(0x41d)]+'px',_0xb1a603['style']['top']=_0x4834cd[_0x1242f1(0x4bc)]+'px',_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x5df)]=_0x4834cd['width']+'px',_0xb1a603[_0x1242f1(0x5d3)][_0x1242f1(0x2c7)]=_0x4834cd[_0x1242f1(0x2c7)]+'px');},_0x31a4d8=()=>{const _0xd3ee07=_0x31d814;_0x575f28(),_0x5ac35e=window[_0xd3ee07(0x668)](_0x31a4d8);},_0x23ff6f=()=>{_0x17662f=void 0x0,_0x575f28(),!(_0x28f665<=0x0)&&(--_0x28f665,_0x17662f=window['requestAnimationFrame'](_0x23ff6f));},_0x409ddc=_0x33ca70=>{const _0x127829=_0x31d814;!_0x4714f4(_0x3ab5a2)&&_0x551447(_0x33ca70)&&_0x32c24d!=null&&(_0x44882a=_0x32c24d),_0x843f2e(_0x3ab5a2,_0x33ca70,{'left':_0x4065b0,'top':_0x32c24d,'width':_0x1498de,'height':_0x257f32})&&(_0x288b3a[_0x127829(0x360)]({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],'reason':_0x127829(0x729)}),_0x28f665=Math[_0x127829(0x1d4)](_0x28f665,0x3),_0x17662f==null&&(_0x17662f=window['requestAnimationFrame'](_0x23ff6f)));},_0xe8e2e1=()=>{const _0x54ede2=_0x31d814;_0x44882a=void 0x0,_0x288b3a['invalidate']({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x54ede2(0x5bc)],'reason':_0x54ede2(0x511)}),_0x28f665=Math[_0x54ede2(0x1d4)](_0x28f665,0x2),_0x17662f==null&&(_0x17662f=window[_0x54ede2(0x668)](_0x23ff6f));};_0x575f28(),document[_0x31d814(0x627)][_0x31d814(0x6e1)](_0xb1a603);let _0x33bc57=()=>{_0x44882a=void 0x0;},_0x252511=new ResizeObserver(_0x575f28);_0x252511[_0x31d814(0x53c)](_0x3ab5a2);let _0x11a6e0=_0x399130==null?void 0x0:_0x399130[_0x31d814(0x26e)](_0xe8e2e1);return window[_0x31d814(0x607)](_0x31d814(0x3a8),_0x33bc57,!0x0),window[_0x31d814(0x607)](_0x31d814(0x2b2),_0x409ddc,!0x0),window[_0x31d814(0x607)](_0x31d814(0x729),_0x409ddc,!0x0),window['addEventListener']('resize',_0x409ddc),(_0x584bdc!==_0x31d814(0x421)||_0x4714f4(_0x3ab5a2))&&(_0x5ac35e=window[_0x31d814(0x668)](_0x31a4d8)),()=>{const _0x358d9d=_0x31d814;_0x5ac35e!=null&&window['cancelAnimationFrame'](_0x5ac35e),_0x17662f!=null&&window[_0x358d9d(0x1a8)](_0x17662f),_0x11a6e0==null||_0x11a6e0[_0x358d9d(0x297)](),_0x252511[_0x358d9d(0x1ed)](),window['removeEventListener'](_0x358d9d(0x3a8),_0x33bc57,!0x0),window[_0x358d9d(0x5cf)](_0x358d9d(0x2b2),_0x409ddc,!0x0),window[_0x358d9d(0x5cf)](_0x358d9d(0x729),_0x409ddc,!0x0),window[_0x358d9d(0x5cf)]('resize',_0x409ddc),_0x5083eb[_0x358d9d(0x2cd)](_0x3ab5a2),_0x2e9a0e(_0xb1a603),_0x4d567e(_0x3ab5a2,_0xb1a603,!0x0,'stage2'),_0x24bfcc(_0x3ab5a2,_0xb1a603,!0x0,_0x358d9d(0x510)),_0x66e2d7!=null&&_0x66e2d7[_0x358d9d(0x2a8)]?_0x66e2d7[_0x358d9d(0x21d)](_0xb1a603,_0x10e740):_0xb1a603[_0x358d9d(0x2f4)]();};},[_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x36da43,_0x288b3a,_0x399130,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x40c0e0=_0x423587;if(!(_0x1c2e91!=null&&_0x1c2e91[_0x40c0e0(0x5bc)])||typeof document>'u')return;let _0x373f6e=_0x1d9dc5=>{const _0x2becdf=_0x40c0e0;var _0xc13e08;let _0x415f58=_0x143c36[_0x2becdf(0x67d)],_0x5dcff9=_0x47d33f[_0x2becdf(0x67d)],_0x2da290=_0x1d9dc5[_0x2becdf(0x6a7)],_0x39fb65=(_0xc13e08=_0x4b6bc8==null?void 0x0:_0x4b6bc8(_0x1d9dc5))!=null&&_0xc13e08;if(_0x2530af[_0x2becdf(0x6ac)](_0x1c2e91['embedId'])===_0x2becdf(0x421))return;_0x39fb65&&(_0x16c554['current']=Date[_0x2becdf(0x765)]()+0x28a);let _0x2dc85f=_0x4c9aa4[_0x2becdf(0x49e)](_0x1c2e91[_0x2becdf(0x5bc)],_0x2da290,_0x1d9dc5)||_0x36fa7c[_0x2becdf(0x1e8)](_0x1c2e91[_0x2becdf(0x5bc)],_0x2da290,_0x1d9dc5);_0x2dc85f&&(_0x3067fc[_0x2becdf(0x67d)]=Date[_0x2becdf(0x765)]()+0x28a),!(!_0x415f58||!_0x2da290||_0x415f58[_0x2becdf(0x1e8)](_0x2da290)||_0x5dcff9!=null&&_0x5dcff9[_0x2becdf(0x1e8)](_0x2da290)||_0x2da290[_0x2becdf(0x46f)](_0x157e44)||_0x2dc85f||_0x39fb65||_0x451851(_0x415f58,_0x1d9dc5))&&_0x2bf63a[_0x2becdf(0x335)](_0x1c2e91[_0x2becdf(0x5bc)],_0x1c2e91[_0x2becdf(0x2dc)]);},_0x146329=_0x364bf0=>{const _0x4aec20=_0x40c0e0;var _0x434fff;let _0xd0d86f=_0x143c36['current'],_0x3d4254=_0x47d33f[_0x4aec20(0x67d)],_0x4e42fa=_0x364bf0[_0x4aec20(0x6a7)],_0x30f214=(_0x434fff=_0xd0d86f==null?void 0x0:_0xd0d86f['ownerDocument'])==null?_0x4e42fa==null?void 0x0:_0x4e42fa[_0x4aec20(0x18b)]:_0x434fff,_0x2d5762=_0x4c9aa4[_0x4aec20(0x4b2)](_0x1c2e91[_0x4aec20(0x5bc)],{'ignoreOwners':_0x4eaad1}),_0xdfa96a=_0x1fa08d({'now':Date[_0x4aec20(0x765)](),'ownedPointerInteractionUntil':_0x3067fc[_0x4aec20(0x67d)]});_0x2530af[_0x4aec20(0x6ac)](_0x1c2e91[_0x4aec20(0x5bc)])!=='inactive'&&(!_0xd0d86f||!_0x4e42fa||_0x2d5762||_0xdfa96a||Date[_0x4aec20(0x765)]()<_0x16c554[_0x4aec20(0x67d)]||_0x36fa7c[_0x4aec20(0x2e3)](_0x1c2e91[_0x4aec20(0x5bc)],_0x30f214)||!_0x378846(_0x4e42fa)||_0xd0d86f[_0x4aec20(0x1e8)](_0x4e42fa)||_0x3d4254!=null&&_0x3d4254[_0x4aec20(0x1e8)](_0x4e42fa)||_0x4e42fa[_0x4aec20(0x46f)](_0x157e44)||_0x4c9aa4[_0x4aec20(0x49e)](_0x1c2e91[_0x4aec20(0x5bc)],_0x4e42fa,_0x364bf0)||_0x36fa7c[_0x4aec20(0x1e8)](_0x1c2e91[_0x4aec20(0x5bc)],_0x4e42fa,_0x364bf0)||_0x2bf63a[_0x4aec20(0x335)](_0x1c2e91[_0x4aec20(0x5bc)],_0x1c2e91[_0x4aec20(0x2dc)]));};return document[_0x40c0e0(0x607)]('pointerdown',_0x373f6e,!0x0),document['addEventListener'](_0x40c0e0(0x640),_0x146329,!0x0),()=>{const _0x2f67bb=_0x40c0e0;document[_0x2f67bb(0x5cf)](_0x2f67bb(0x3a8),_0x373f6e,!0x0),document[_0x2f67bb(0x5cf)](_0x2f67bb(0x640),_0x146329,!0x0);};},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x4c9aa4,_0x36fa7c,_0x4b6bc8]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x5d6667=_0x423587;var _0x309551;_0x584bdc!==_0x5d6667(0x510)&&((_0x309551=_0x2256f4[_0x5d6667(0x67d)])==null||_0x309551['dispose'](),_0x2256f4['current']=void 0x0,_0xa5535e(_0x1c2e91==null?void 0x0:_0x1c2e91[_0x5d6667(0x5bc)],_0x6fb204(_0x2027d3[_0x5d6667(0x67d)],_0x10602c[_0x5d6667(0x67d)],_0x53f00a['current'],_0x831d04[_0x5d6667(0x67d)],_0x3d3f50[_0x5d6667(0x67d)])));},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x50d7ed=_0x423587;let _0x3c155f=_0x498b67[_0x50d7ed(0x67d)];if(!_0x3c155f||!(_0x1c2e91!=null&&_0x1c2e91[_0x50d7ed(0x5bc)])||!_0x1c2e91[_0x50d7ed(0x2dc)])return;let _0x45c172=()=>{const _0x23eed8=_0x50d7ed;_0x2c81ed[_0x23eed8(0x67d)]=void 0x0;},_0x49d01b=_0x2d89d7=>{const _0x50703f=_0x50d7ed;var _0x270aa5;let _0x586c37=_0x1a821e[_0x50703f(0x686)](_0x1c2e91[_0x50703f(0x2dc)],_0x1c2e91[_0x50703f(0x5bc)]);if(!(_0x586c37!=null&&_0x586c37[_0x50703f(0x4c1)]))return;let _0x346535=_0x2d89d7[_0x50703f(0x6a7)];_0x346535!=null&&_0x346535[_0x50703f(0x46f)](_0x157e44)||_0x2530af[_0x50703f(0x6ac)](_0x1c2e91[_0x50703f(0x5bc)])!==_0x50703f(0x510)&&(_0x2c81ed[_0x50703f(0x67d)]={'pointerId':_0x2d89d7[_0x50703f(0x602)],'startX':_0x2d89d7[_0x50703f(0x100)],'startY':_0x2d89d7[_0x50703f(0x573)],'button':(_0x270aa5=_0x2d89d7[_0x50703f(0x2d6)])==null?0x0:_0x270aa5,'startedAt':Date[_0x50703f(0x765)](),'moved':!0x1,'dragStarted':!0x1});},_0x4efb42=_0x493547=>{const _0x2d6abc=_0x50d7ed;let _0x100a46=_0x2c81ed[_0x2d6abc(0x67d)];if(!(!_0x100a46||_0x100a46[_0x2d6abc(0x602)]!==_0x493547[_0x2d6abc(0x602)])&&Math[_0x2d6abc(0x3f7)](_0x493547[_0x2d6abc(0x100)]-_0x100a46[_0x2d6abc(0x54d)],_0x493547[_0x2d6abc(0x573)]-_0x100a46[_0x2d6abc(0x55a)])>0x4){_0x100a46[_0x2d6abc(0x31b)]=!0x0;let _0x35af7a=_0x4ab848({'stage':_0x2530af[_0x2d6abc(0x6ac)](_0x1c2e91[_0x2d6abc(0x5bc)]),'interactionFlow':_0x41215a});_0x3151ff&&!_0x100a46[_0x2d6abc(0x16b)]&&_0x35af7a['allowHostBodyDrag']&&(_0x100a46[_0x2d6abc(0x16b)]=!0x0,document[_0x2d6abc(0x6dc)](new CustomEvent(_0x21e2a4,{'detail':{'embedId':_0x1c2e91[_0x2d6abc(0x5bc)],'hostUnitId':_0x1c2e91[_0x2d6abc(0x2dc)],'hostAnchorId':_0x1c2e91['hostAnchorId'],'pointerId':_0x100a46[_0x2d6abc(0x602)],'clientX':_0x100a46[_0x2d6abc(0x54d)],'clientY':_0x100a46[_0x2d6abc(0x55a)],'button':_0x100a46[_0x2d6abc(0x2d6)]}})));}},_0x3cbfdb=_0x20b95e=>{const _0x28a440=_0x50d7ed;let _0x4b7977=_0x2c81ed[_0x28a440(0x67d)];if(_0x2c81ed[_0x28a440(0x67d)]=void 0x0,!_0x4b7977||_0x4b7977['pointerId']!==_0x20b95e[_0x28a440(0x602)]||_0x4b7977['moved']||Date[_0x28a440(0x765)]()-_0x4b7977[_0x28a440(0x69f)]>0x1f4)return;let _0x3c66e1=_0x1a821e[_0x28a440(0x686)](_0x1c2e91[_0x28a440(0x2dc)],_0x1c2e91['embedId']);if(!(_0x3c66e1!=null&&_0x3c66e1[_0x28a440(0x4c1)]))return;let _0x1c2d58=_0x2530af[_0x28a440(0x6ac)](_0x1c2e91[_0x28a440(0x5bc)]);if(_0x1c2d58!=='stage2'){if(_0x1c2d58===_0x28a440(0x49a)){_0x2bf63a[_0x28a440(0x5a1)](_0x3c66e1,_0x28a440(0x510),{'portalContainer':_0x3d3f50['current']});return;}if(_0x41215a===_0x28a440(0x546)){_0x36feca(),_0x2bf63a[_0x28a440(0x5a1)](_0x3c66e1,_0x28a440(0x510),{'portalContainer':_0x3d3f50[_0x28a440(0x67d)]}),_0x118022();return;}_0x2bf63a['activateFloating'](_0x3c66e1,_0x28a440(0x49a));}};return _0x3c155f['addEventListener'](_0x50d7ed(0x3a8),_0x49d01b,!0x0),_0x3c155f[_0x50d7ed(0x607)]('pointermove',_0x4efb42,!0x0),_0x3c155f['addEventListener'](_0x50d7ed(0x547),_0x3cbfdb,!0x0),_0x3c155f['addEventListener']('pointercancel',_0x45c172,!0x0),()=>{const _0x5f2ed2=_0x50d7ed;_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x3a8),_0x49d01b,!0x0),_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x427),_0x4efb42,!0x0),_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x547),_0x3cbfdb,!0x0),_0x3c155f[_0x5f2ed2(0x5cf)](_0x5f2ed2(0x784),_0x45c172,!0x0);};},[_0x36feca,_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x333)],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x2530af,_0x41215a,_0x3151ff,_0x118022]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x2c7fa1=_0x423587;let _0x16b127=_0x143c36[_0x2c7fa1(0x67d)];if(!_0x16b127||!_0x4322d3)return;let _0x42aa5b=_0x4322d3(_0x16b127);if(!_0x42aa5b)return;let _0xb6da9f=_0x44b463['register'](_0x42aa5b);return()=>_0xb6da9f[_0x2c7fa1(0x60c)]();},[_0x44b463,_0x4322d3]),(0x0,_0x4f18af['useEffect'])(()=>{const _0x5b5d28=_0x423587;let _0x39d05f=_0x143c36[_0x5b5d28(0x67d)],_0x4cbca9=_0x498b67[_0x5b5d28(0x67d)],_0x2ac5ac=_0x2027d3[_0x5b5d28(0x67d)];if(!_0x39d05f||!_0x4cbca9||!_0x2ac5ac)return;let _0x43dc54=_0x29ff1f=>{const _0x4412b6=_0x5b5d28;if(_0x3aea10(_0x29ff1f))return;if(_0x4322d3&&_0x44b463['isHostGesture'](_0x29ff1f)){let _0x1d7fed=_0x160412[_0x4412b6(0x67d)];if(_0x1d7fed&&(_0x5e0595==null?void 0x0:_0x5e0595(_0x29ff1f,_0x1d7fed))===!0x0||_0x3dacdc(_0x39d05f,_0x29ff1f)){_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x4412b6(0x511),_0x5f183d),_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)](),_0x29ff1f[_0x4412b6(0x65c)]();return;}}if(_0x29ff1f[_0x4412b6(0xfe)]||_0x29ff1f[_0x4412b6(0x170)])return;let _0x5bbc67=_0x1c2e91!=null&&_0x1c2e91['embedId']?_0x2530af[_0x4412b6(0x6ac)](_0x1c2e91['embedId']):_0x4412b6(0x421);if(_0x5bbc67===_0x4412b6(0x510))return;let _0x25ec55=_0x160412[_0x4412b6(0x67d)],_0x43806c=_0x25ec55?_0x581546['get'](_0x25ec55['childType'],_0x25ec55[_0x4412b6(0x767)]):void 0x0,_0x587e47=_0x25ec55?{..._0x25ec55,'event':_0x29ff1f,'stage':_0x5bbc67,'viewportScrollY':_0x228533?_0xaeb920[_0x4412b6(0x67d)]:void 0x0}:void 0x0;if(_0x25ec55&&_0xcdb45f(_0x25ec55,_0x29ff1f,_0x228533)&&((_0x5e0595==null?void 0x0:_0x5e0595(_0x29ff1f,_0x25ec55))===!0x0||_0x3dacdc(_0x39d05f,_0x29ff1f))){_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x4412b6(0x5bc)],_0x4412b6(0x511),_0x5f183d),_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)](),_0x29ff1f[_0x4412b6(0x65c)]();return;}let _0x447b5c=_0x587e47?_0x68c5be[_0x4412b6(0x543)](_0x587e47):!0x1,_0x24aad5=!_0x447b5c&&_0x262e71(_0x39d05f,_0x29ff1f),_0x3f0a34=_0x24aad5&&_0x463aeb(_0x29ff1f)>0x0?_0x258db1(_0x29ff1f,_0x2ac5ac):!0x1,_0x2f8f7f=_0x3f0a34||_0x24aad5?!0x1:(_0x43806c==null?void 0x0:_0x43806c[_0x4412b6(0x543)](_0x587e47))===!0x0;if(!_0x447b5c&&!_0x2f8f7f&&!_0x3f0a34&&!_0x24aad5&&_0x43806c&&_0x25ec55&&_0x4a861b(_0x29ff1f)&&(_0x5e0595==null?void 0x0:_0x5e0595(_0x29ff1f,_0x25ec55))===!0x0){_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x4412b6(0x5bc)],'host-scroll',_0x5f183d),_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)](),_0x29ff1f['stopImmediatePropagation']();return;}let _0x47eea2=_0x2f8f7f||_0x3f0a34||!_0x24aad5?!0x1:_0x258db1(_0x29ff1f,_0x2ac5ac),_0x5a2303=_0x2f8f7f||_0x3f0a34||_0x24aad5&&_0x47eea2?!0x1:_0x8e0d2d(_0x29ff1f,_0x2ac5ac),_0x20868b=_0x3f0a34||_0x47eea2||(_0x2f8f7f||_0x24aad5||_0x5a2303?!0x1:_0x1e951c(_0x29ff1f,_0x2ac5ac));(_0x447b5c||_0x2f8f7f||_0x3f0a34||_0x47eea2||_0x5a2303||_0x20868b)&&(_0x29ff1f[_0x4412b6(0x582)](),_0x29ff1f[_0x4412b6(0x6ed)]());};return _0x4cbca9[_0x5b5d28(0x607)](_0x5b5d28(0x729),_0x43dc54,{'passive':!0x1}),_0x2ac5ac[_0x5b5d28(0x607)](_0x5b5d28(0x729),_0x43dc54,{'capture':!0x0,'passive':!0x1}),()=>{const _0x3aee9c=_0x5b5d28;_0x4cbca9['removeEventListener'](_0x3aee9c(0x729),_0x43dc54),_0x2ac5ac[_0x3aee9c(0x5cf)]('wheel',_0x43dc54,{'capture':!0x0});};},[_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x2530af,_0x288b3a,_0x44b463,_0x5e0595,_0x581546,_0x68c5be,_0x4322d3,_0x228533]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x2823a7=_0x423587;let _0x100e19=_0x143c36[_0x2823a7(0x67d)],_0x36f680=_0x2027d3[_0x2823a7(0x67d)];if(!_0x100e19||!_0x36f680)return;let _0x5c524f=_0x8c36c9=>{const _0x1b7657=_0x2823a7;_0x607083(_0x288b3a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x1b7657(0x5bc)],_0x8c36c9,_0x5f183d);},_0x35ba99=_0x31e14e=>{const _0x407752=_0x2823a7;if((_0x1c2e91!=null&&_0x1c2e91['embedId']?_0x2530af[_0x407752(0x6ac)](_0x1c2e91['embedId']):_0x407752(0x421))!==_0x407752(0x510))return;let _0x4bbc7d=_0x160412['current'];!_0x4bbc7d||!_0xcdb45f(_0x4bbc7d,_0x31e14e,_0x228533)||_0x1a2b7b(_0x31e14e)||(_0xbe7b40(_0x31e14e),((_0x5e0595==null?void 0x0:_0x5e0595(_0x31e14e,_0x4bbc7d))===!0x0||_0x3dacdc(_0x100e19,_0x31e14e))&&(_0x5c524f(_0x407752(0x511)),_0x31e14e[_0x407752(0x582)](),_0x31e14e[_0x407752(0x6ed)](),_0x31e14e[_0x407752(0x65c)]()));},_0x260c91=()=>{const _0x4ce658=_0x2823a7;_0x5c524f(_0x4ce658(0xd3));};return _0x100e19[_0x2823a7(0x607)](_0x2823a7(0x729),_0x35ba99,{'capture':!0x0,'passive':!0x1}),_0x36f680[_0x2823a7(0x607)]('wheel',_0x35ba99,{'capture':!0x0,'passive':!0x1}),_0x36f680[_0x2823a7(0x607)]('scroll',_0x260c91,!0x0),()=>{const _0x384b7e=_0x2823a7;_0x100e19['removeEventListener'](_0x384b7e(0x729),_0x35ba99,{'capture':!0x0}),_0x36f680[_0x384b7e(0x5cf)]('wheel',_0x35ba99,{'capture':!0x0}),_0x36f680[_0x384b7e(0x5cf)]('scroll',_0x260c91,!0x0);};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x2530af,_0x288b3a,_0x5e0595,_0x228533]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>()=>{const _0x3b51ab=_0x423587;_0x5f183d[_0x3b51ab(0x67d)][_0x3b51ab(0x362)](_0x20d365=>window['cancelAnimationFrame'](_0x20d365)),_0x5f183d[_0x3b51ab(0x67d)]=[];},[]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x63289d=_0x423587;let _0x19aa1e=_0x2027d3[_0x63289d(0x67d)];if(!_0x19aa1e)return;let _0x448c27=()=>{const _0x2f3111=_0x63289d;let _0x5a7435=_0x19aa1e[_0x2f3111(0x18b)][_0x2f3111(0xfc)];return _0x5a7435?_0x6fb204(_0x2027d3['current'],_0x10602c[_0x2f3111(0x67d)],_0x53f00a[_0x2f3111(0x67d)],_0x831d04['current'],_0x3d3f50[_0x2f3111(0x67d)])[_0x2f3111(0x48c)](_0x2b4c11=>_0x2b4c11[_0x2f3111(0x1e8)](_0x5a7435)):!0x1;},_0x279ae4=(_0x299850,_0x145f69=!0x1,_0x25162c=!0x1)=>{const _0x3b1b24=_0x63289d;_0x1c2e91!=null&&_0x1c2e91[_0x3b1b24(0x5bc)]&&_0x2530af[_0x3b1b24(0x6ac)](_0x1c2e91[_0x3b1b24(0x5bc)])!==_0x3b1b24(0x510)||_0xc6e377(_0x1c2e91==null?void 0x0:_0x1c2e91['childType'],_0x25162c)&&(_0x4c9aa4[_0x3b1b24(0x4b2)](_0x1c2e91==null?void 0x0:_0x1c2e91[_0x3b1b24(0x5bc)],{'ignoreOwners':_0x4eaad1})||!_0x145f69&&_0x448c27()||(_0x299850[_0x3b1b24(0x39b)]('tabindex')||(_0x299850[_0x3b1b24(0x1c4)]=-0x1),_0x299850[_0x3b1b24(0x2ac)]({'preventScroll':!0x0})));},_0x66f529=_0x449eed=>{const _0x4fac81=_0x63289d;let _0x453553=_0x1c2e91!=null&&_0x1c2e91[_0x4fac81(0x5bc)]?_0x2530af[_0x4fac81(0x6ac)](_0x1c2e91['embedId']):_0x4fac81(0x421);if(_0x1c2e91!=null&&_0x1c2e91[_0x4fac81(0x5bc)]&&_0x453553!=='stage2'){if(_0x41215a!==_0x4fac81(0x546)||!_0x1c2e91[_0x4fac81(0x2dc)])return;let _0x193da3=_0x1a821e['getDescriptor'](_0x1c2e91[_0x4fac81(0x2dc)],_0x1c2e91[_0x4fac81(0x5bc)]);if(!(_0x193da3!=null&&_0x193da3['childUnitId']))return;_0x36feca(),_0x2bf63a[_0x4fac81(0x5a1)](_0x193da3,_0x4fac81(0x510),{'portalContainer':_0x3d3f50['current']}),_0x118022();}if(_0x2f5a63(_0x449eed[_0x4fac81(0x6a7)])||_0x4c9aa4[_0x4fac81(0x4b2)](_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],{'ignoreOwners':_0x4eaad1}))return;if(_0x1c2e91!=null&&_0x1c2e91[_0x4fac81(0x2dc)]&&_0x1c2e91[_0x4fac81(0x5bc)]){let _0x389807=_0x1a821e['getDescriptor'](_0x1c2e91[_0x4fac81(0x2dc)],_0x1c2e91['embedId']);(_0x389807==null?void 0x0:_0x389807[_0x4fac81(0x4c1)])!=null&&_0x389807['childType']!=null&&_0x2bf63a[_0x4fac81(0x272)](_0x389807);}let _0xdad23d=_0x63cedd(_0x6fb204(_0x53f00a[_0x4fac81(0x67d)],_0x10602c['current'],_0x831d04['current'],_0x3d3f50[_0x4fac81(0x67d)],_0x2027d3[_0x4fac81(0x67d)]),_0x449eed[_0x4fac81(0x6a7)]);_0xdad23d&&_0x279ae4(_0xdad23d,!0x0,_0x449eed[_0x4fac81(0x6a7)]===_0xdad23d);};return _0x19aa1e[_0x63289d(0x607)](_0x63289d(0x3a8),_0x66f529,!0x0),()=>_0x19aa1e['removeEventListener'](_0x63289d(0x3a8),_0x66f529,!0x0);},[_0x36feca,_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],_0x1a821e,_0x2530af,_0x4c9aa4,_0x41215a,_0x118022]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x149fdd=_0x423587;let _0x942e64=_0x2027d3[_0x149fdd(0x67d)],_0x2ac19f=_0x942e64==null?void 0x0:_0x942e64['ownerDocument'];if(!_0x942e64||!_0x2ac19f||!(_0x1c2e91!=null&&_0x1c2e91[_0x149fdd(0x5bc)]))return;let _0x4656e4,_0x58c715=()=>{_0x4656e4!=null&&(globalThis['clearTimeout'](_0x4656e4),_0x4656e4=void 0x0);},_0x50cfb5=()=>{const _0x4726a4=_0x149fdd;var _0x57d730;_0x58c715(),(_0x57d730=_0x2256f4['current'])==null||_0x57d730['dispose'](),_0x2256f4[_0x4726a4(0x67d)]=void 0x0;},_0x372044=()=>{const _0x1a0e25=_0x149fdd;_0x58c715(),_0x4656e4=globalThis[_0x1a0e25(0x1cb)](()=>{const _0x168975=_0x1a0e25;var _0x2d4325;_0x4656e4=void 0x0,(_0x2d4325=_0x2256f4[_0x168975(0x67d)])==null||_0x2d4325['dispose'](),_0x2256f4['current']=void 0x0;},0x28a);},_0x5cd44d=()=>{const _0x3d7f76=_0x149fdd;_0x2530af[_0x3d7f76(0x6ac)](_0x1c2e91[_0x3d7f76(0x5bc)])===_0x3d7f76(0x510)&&(_0x50cfb5(),_0x2256f4[_0x3d7f76(0x67d)]=_0x4c9aa4[_0x3d7f76(0x311)]({'embedId':_0x1c2e91['embedId'],'role':_0x3d7f76(0x222),'owner':_0x3d7f76(0x3cf),'hostUnitId':_0x1c2e91['hostUnitId'],'childUnitId':_0x1c2e91[_0x3d7f76(0x4c1)],'childType':_0x1c2e91[_0x3d7f76(0x559)]}));},_0x4456c0=_0x310512=>{const _0x855c75=_0x149fdd;var _0x56236f;if(_0x2530af[_0x855c75(0x6ac)](_0x1c2e91['embedId'])!==_0x855c75(0x510))return;let _0x413af2=_0x310512[_0x855c75(0x6a7)],_0x4d21f7=_0x4c9aa4[_0x855c75(0x49e)](_0x1c2e91['embedId'],_0x413af2,_0x310512)||_0x36fa7c[_0x855c75(0x1e8)](_0x1c2e91[_0x855c75(0x5bc)],_0x413af2,_0x310512);if(!_0x11190e({'stage':_0x2530af[_0x855c75(0x6ac)](_0x1c2e91['embedId']),'target':_0x413af2,'liveRoot':_0x942e64,'isOwnedChildInteraction':_0x4d21f7}))return;_0x3067fc[_0x855c75(0x67d)]=Date[_0x855c75(0x765)]()+0x28a,_0x50cfb5();let _0x181343=(_0x56236f=_0x5a476a(_0x413af2))==null?_0x855c75(0x222):_0x56236f;_0x2256f4[_0x855c75(0x67d)]=_0x4c9aa4['acquireLease']({'embedId':_0x1c2e91[_0x855c75(0x5bc)],'role':_0x181343==='runtime'||_0x181343===_0x855c75(0x708)||_0x181343===_0x855c75(0xff)?_0x855c75(0x222):_0x181343,'owner':'runtime-pointer','hostUnitId':_0x1c2e91['hostUnitId'],'childUnitId':_0x1c2e91['childUnitId'],'childType':_0x1c2e91['childType']});};return _0x942e64[_0x149fdd(0x607)]('pointerdown',_0x5cd44d,!0x0),_0x2ac19f['addEventListener']('pointerdown',_0x4456c0,!0x0),_0x2ac19f[_0x149fdd(0x607)](_0x149fdd(0x547),_0x372044,!0x0),_0x2ac19f['addEventListener'](_0x149fdd(0x784),_0x372044,!0x0),()=>{const _0x38ef7d=_0x149fdd;_0x942e64[_0x38ef7d(0x5cf)](_0x38ef7d(0x3a8),_0x5cd44d,!0x0),_0x2ac19f['removeEventListener'](_0x38ef7d(0x3a8),_0x4456c0,!0x0),_0x2ac19f[_0x38ef7d(0x5cf)]('pointerup',_0x372044,!0x0),_0x2ac19f[_0x38ef7d(0x5cf)](_0x38ef7d(0x784),_0x372044,!0x0),_0x50cfb5();};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x4c1)],_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x2530af,_0x4c9aa4,_0x36fa7c]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x321b5a=_0x423587;if(_0x584bdc!==_0x321b5a(0x510)||_0x41215a!==_0x321b5a(0x546))return;let _0x1bc125=_0x2027d3[_0x321b5a(0x67d)];if(!_0x1bc125)return;let _0x5be6e7,_0x375d42=()=>_0x63cedd(_0x6fb204(_0x53f00a[_0x321b5a(0x67d)],_0x10602c['current'],_0x831d04[_0x321b5a(0x67d)],_0x3d3f50['current'],_0x2027d3[_0x321b5a(0x67d)])),_0x9f158f=()=>{const _0x183649=_0x321b5a;let _0x5387d5=_0x1bc125[_0x183649(0x18b)][_0x183649(0xfc)];return!_0x5387d5||_0x5387d5===_0x375d42()?!0x1:_0x6fb204(_0x2027d3[_0x183649(0x67d)],_0x10602c['current'],_0x53f00a[_0x183649(0x67d)],_0x831d04['current'],_0x3d3f50[_0x183649(0x67d)])[_0x183649(0x48c)](_0x25774b=>_0x25774b[_0x183649(0x1e8)](_0x5387d5));},_0xede426=()=>{const _0x4d6259=_0x321b5a;if(!_0xc6e377(_0x1c2e91==null?void 0x0:_0x1c2e91['childType'],!0x0))return;let _0x47542d=_0x375d42();if(_0x47542d&&!_0x4c9aa4[_0x4d6259(0x4b2)](_0x1c2e91==null?void 0x0:_0x1c2e91[_0x4d6259(0x5bc)],{'ignoreOwners':_0x4eaad1})&&!_0x9f158f()){if(_0x1c2e91!=null&&_0x1c2e91[_0x4d6259(0x2dc)]&&_0x1c2e91[_0x4d6259(0x5bc)]){let _0x2e4e0f=_0x1a821e[_0x4d6259(0x686)](_0x1c2e91['hostUnitId'],_0x1c2e91[_0x4d6259(0x5bc)]);(_0x2e4e0f==null?void 0x0:_0x2e4e0f['childUnitId'])!=null&&_0x2e4e0f[_0x4d6259(0x559)]!=null&&_0x2bf63a[_0x4d6259(0x272)](_0x2e4e0f);}_0x47542d[_0x4d6259(0x39b)](_0x4d6259(0x3a3))||(_0x47542d['tabIndex']=-0x1),_0x47542d[_0x4d6259(0x2ac)]({'preventScroll':!0x0});}};return _0xede426(),_0x5be6e7=window[_0x321b5a(0x668)](()=>{_0x5be6e7=void 0x0,_0xede426();}),()=>{const _0x256a56=_0x321b5a;_0x5be6e7!=null&&(window[_0x256a56(0x1a8)](_0x5be6e7),_0x5be6e7=void 0x0);};},[_0x2bf63a,_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],_0x1a821e,_0x4c9aa4,_0x41215a,_0x584bdc]),(0x0,_0x4f18af[_0x423587(0x207)])(()=>{const _0x3bb80f=_0x423587;let _0x390a46=_0x143c36[_0x3bb80f(0x67d)],_0x13c03c=_0x425416[_0x3bb80f(0x67d)];if(!_0x390a46||!_0x13c03c||typeof window>'u')return;let _0x52ab21,_0x407a1b=()=>{const _0x1c20b3=_0x3bb80f;var _0x2980ac;let _0x24689e=_0x160412[_0x1c20b3(0x67d)];if(!_0x24689e||!_0x228533){_0xaeb920[_0x1c20b3(0x67d)]=0x0,_0x13c03c['style'][_0x1c20b3(0x56d)](_0x1c20b3(0x768));return;}let _0x571a9d=_0x581546[_0x1c20b3(0x714)](_0x24689e[_0x1c20b3(0x559)],_0x24689e[_0x1c20b3(0x767)]);if(!_0x571a9d)return;let _0xf32dc6=_0x240f06(_0x390a46),_0xde72f3=(_0x2980ac=_0xf32dc6==null?void 0x0:_0xf32dc6[_0x1c20b3(0x6b7)]())==null?{'bottom':window[_0x1c20b3(0x480)],'height':window[_0x1c20b3(0x480)],'left':0x0,'right':window[_0x1c20b3(0x6a4)],'top':0x0,'width':window[_0x1c20b3(0x6a4)]}:_0x2980ac,_0x41054e=_0x390a46[_0x1c20b3(0x6b7)](),_0x2f106a=_0x4e8b1f(_0x77c08a==null?void 0x0:_0x77c08a['contentHeight'],_0x41054e[_0x1c20b3(0x2c7)]),_0x4a8575=Math[_0x1c20b3(0x1e0)](_0x2f106a,_0x1b322b(_0x77c08a==null?void 0x0:_0x77c08a['viewportHeight'],_0x13c03c['getBoundingClientRect']()['height'],_0xde72f3['height'])),_0x1c9535=Math[_0x1c20b3(0x1d4)](0x0,_0x2f106a-_0x4a8575),_0x151ad2=_0x178953(_0xde72f3[_0x1c20b3(0x4bc)]-_0x41054e[_0x1c20b3(0x4bc)],0x0,_0x1c9535);_0x13c03c[_0x1c20b3(0x5d3)][_0x1c20b3(0x768)]=_0x151ad2===0x0?'':'translateY('+_0x151ad2+_0x1c20b3(0x162);let _0x286399=_0x151ad2-_0xaeb920[_0x1c20b3(0x67d)];if(Math['abs'](_0x286399)<0.5)return;_0xaeb920['current']=_0x151ad2,_0x288b3a[_0x1c20b3(0x360)]({'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x1c20b3(0x5bc)],'reason':_0x1c20b3(0x511)});let _0x2fd17d=new WheelEvent(_0x1c20b3(0x729),{'cancelable':!0x1,'clientX':_0x41054e[_0x1c20b3(0x41d)]+Math[_0x1c20b3(0x1e0)](_0x41054e[_0x1c20b3(0x5df)],_0xde72f3[_0x1c20b3(0x5df)])/0x2,'clientY':_0xde72f3['top']+_0x4a8575/0x2,'deltaY':_0x286399});_0x571a9d[_0x1c20b3(0x543)]({..._0x24689e,'event':_0x2fd17d,'source':_0x1c20b3(0x585),'stage':_0x1c2e91!=null&&_0x1c2e91[_0x1c20b3(0x5bc)]?_0x2530af[_0x1c20b3(0x6ac)](_0x1c2e91['embedId']):'inactive','viewportScrollY':_0x151ad2});},_0x2f5e35=()=>{const _0x1bf34a=_0x3bb80f;_0x407a1b(),_0x52ab21=window[_0x1bf34a(0x668)](_0x2f5e35);};_0x52ab21=window['requestAnimationFrame'](_0x2f5e35),window[_0x3bb80f(0x607)](_0x3bb80f(0x2b2),_0x407a1b,!0x0),window[_0x3bb80f(0x607)](_0x3bb80f(0x67e),_0x407a1b);let _0x18e296=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x407a1b);return _0x18e296==null||_0x18e296[_0x3bb80f(0x53c)](_0x390a46),()=>{const _0xea13da=_0x3bb80f;_0x52ab21!=null&&window[_0xea13da(0x1a8)](_0x52ab21),_0x18e296==null||_0x18e296['disconnect'](),window['removeEventListener'](_0xea13da(0x2b2),_0x407a1b,!0x0),window[_0xea13da(0x5cf)]('resize',_0x407a1b),_0x13c03c[_0xea13da(0x5d3)][_0xea13da(0x56d)](_0xea13da(0x768));};},[_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],_0x77c08a==null?void 0x0:_0x77c08a[_0x423587(0x5f6)],_0x77c08a==null?void 0x0:_0x77c08a[_0x423587(0x482)],_0x2530af,_0x288b3a,_0x1a073f,_0x581546,_0x228533]);let _0x2e95ba=_0x4ab848({'stage':_0x584bdc,'interactionFlow':_0x41215a}),_0x4712b2=_0x2e95ba[_0x423587(0x393)],_0x25a605=_0x2e95ba[_0x423587(0x251)],_0x15013c=_0x77c08a?{'top':_0x77c08a[_0x423587(0x3a7)],'left':-_0x77c08a['bleedLeft'],'width':_0x77c08a[_0x423587(0x452)],'height':_0x77c08a[_0x423587(0x482)]}:_0xf868ed?{'top':_0xf868ed['floatingMenuInsetTop'],'height':_0x423587(0x4a8)+_0xf868ed[_0x423587(0x3a7)]+_0x423587(0x162)}:void 0x0,_0x2789de=_0x77c08a?{'left':_0x77c08a[_0x423587(0x3e5)],'width':_0x77c08a[_0x423587(0x452)],'height':_0x77c08a[_0x423587(0x482)],'minHeight':_0x77c08a['viewportHeight']}:void 0x0;return(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x143c36,'className':_0x423587(0x1b4),'data-u-comp':_0x423587(0x78f),'data-embed-float-dom':_0x423587(0xd4),'data-embed-float-stage':_0x584bdc,'data-embed-id':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],'data-embed-host-unit-id':_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],'data-embed-host-anchor-id':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x333)],'data-embed-child-unit-id':_0x36ab23,'data-embed-child-type':_0x40ed4d,'data-embed-interaction-flow':_0x41215a,'children':[(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x425416,'className':(0x0,_0x536b6f[_0x423587(0x578)])(_0x423587(0x71f),_0x77c08a&&_0x423587(0x3e2)),'data-u-comp':_0x423587(0x5fa),'data-embed-float-content':_0x423587(0xd4),'style':_0x15013c,'children':[(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x2027d3,'className':(0x0,_0x536b6f['clsx'])(_0x423587(0x66c),_0x77c08a&&_0x423587(0x315)),'data-u-comp':_0x423587(0xe7),'data-embed-float-live':_0x423587(0xd4),'children':[(0x0,_0x258aa1[_0x423587(0x199)])(_0x423587(0x73b),{'ref':_0x53f00a,'className':(0x0,_0x536b6f[_0x423587(0x578)])(_0x423587(0x14b),_0x34cae8,_0x4712b2&&_0x423587(0x513)),'data-u-comp':'embed-float-dom-live-canvas','style':_0x2789de,'data-embed-canvas-root':_0x423587(0xd4)}),(0x0,_0x258aa1[_0x423587(0x199)])(_0x423587(0x73b),{'ref':_0x10602c,'className':(0x0,_0x536b6f[_0x423587(0x578)])(_0x423587(0x1a2),_0x4712b2&&_0x423587(0x513)),'data-u-comp':_0x423587(0x120),'style':_0x2789de,'data-embed-content-root':_0x423587(0xd4)})]}),(0x0,_0x258aa1['jsx'])('div',{'ref':_0x498b67,'className':(0x0,_0x536b6f[_0x423587(0x578)])('univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent',_0x25a605&&_0x423587(0x513)),'data-u-comp':_0x423587(0x4b4),'data-embed-float-interaction-gate':_0x423587(0xd4)})]}),(0x0,_0x258aa1[_0x423587(0x712)])(_0x423587(0x73b),{'ref':_0x47d33f,'className':_0x423587(0x287),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x584bdc,'data-embed-id':_0x1c2e91==null?void 0x0:_0x1c2e91['embedId'],'style':{'zIndex':_0x3fbf0f==null?0x320:_0x3fbf0f},'children':[(0x0,_0x258aa1[_0x423587(0x199)])(_0x423587(0x73b),{'ref':_0x831d04,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':'embed-float-dom-overlay','data-embed-overlay-root':_0x423587(0xd4)}),(0x0,_0x258aa1['jsx'])(_0x423587(0x73b),{'ref':_0x3d3f50,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':'embed-float-dom-popup','data-embed-popup-root':_0x423587(0xd4)}),!_0x129075&&(0x0,_0x258aa1[_0x423587(0x199)])(_0x2a16db,{'hostUnitId':_0x1c2e91==null?void 0x0:_0x1c2e91['hostUnitId'],'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)]})]}),_0x129075&&(0x0,_0x258aa1[_0x423587(0x199)])(_0x2a16db,{'hostUnitId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x2dc)],'embedId':_0x1c2e91==null?void 0x0:_0x1c2e91[_0x423587(0x5bc)],'className':_0x423587(0x787)})]});}function _0x2e9a0e(_0x1abf91){const _0x3eaeac=_0x118bac;_0x1abf91[_0x3eaeac(0x5d3)]['removeProperty'](_0x3eaeac(0x41d)),_0x1abf91[_0x3eaeac(0x5d3)][_0x3eaeac(0x56d)](_0x3eaeac(0x4bc)),_0x1abf91[_0x3eaeac(0x5d3)][_0x3eaeac(0x56d)](_0x3eaeac(0x5df)),_0x1abf91['style']['removeProperty'](_0x3eaeac(0x2c7)),_0x1abf91['style'][_0x3eaeac(0x56d)](_0x3eaeac(0x112)),_0x1abf91[_0x3eaeac(0x5d3)][_0x3eaeac(0x56d)](_0x3eaeac(0x3b9));}function _0x455040(_0x13d20b){const _0xfe2397=_0x118bac;let _0x42da9f=_0x13d20b==null?void 0x0:_0x13d20b[_0xfe2397(0x63e)][_0xfe2397(0x330)];if(_0x42da9f)try{let _0x1044bb=typeof _0x42da9f==_0xfe2397(0x1b3)?(0x0,_0x73305e[_0xfe2397(0x51c)])(_0x42da9f):_0x42da9f;return{'childUnitId':_0x1044bb[_0xfe2397(0x300)][_0xfe2397(0xbc)],'childType':(0x0,_0x73305e['fromResourceRefUnitType'])(_0x1044bb[_0xfe2397(0x300)][_0xfe2397(0x614)])};}catch{return;}}function _0x451851(_0x7baa98,_0x192a77){const _0x30a6d7=_0x118bac;var _0x6e6a82,_0x153e09,_0x2ffa93;if(_0xcec73a(_0x7baa98))return _0x280972(_0x7baa98,_0x192a77);let _0x4ad05d=[_0x7baa98[_0x30a6d7(0x6b7)](),(_0x6e6a82=_0x7baa98['querySelector'](_0x30a6d7(0x57f)))==null?void 0x0:_0x6e6a82['getBoundingClientRect']()]['filter'](_0x308a58=>!!_0x308a58),_0x5d2480=_0x7baa98[_0x30a6d7(0xcc)][_0x30a6d7(0x5bc)],_0x1d0ac7=_0x7baa98[_0x30a6d7(0x18b)],_0x422731=_0x1d0ac7[_0x30a6d7(0x14a)](_0x30a6d7(0xce)+_0x5d2480+'\x22]'),_0x14496e=[_0x422731==null||(_0x153e09=_0x422731[_0x30a6d7(0x14a)](_0x30a6d7(0x2ed)))==null?void 0x0:_0x153e09[_0x30a6d7(0x6b7)](),_0x422731==null||(_0x2ffa93=_0x422731[_0x30a6d7(0x14a)]('[data-embed-float-fullscreen-button]'))==null?void 0x0:_0x2ffa93[_0x30a6d7(0x6b7)]()][_0x30a6d7(0x2f0)](_0x2b714e=>!!_0x2b714e&&_0x2b714e[_0x30a6d7(0x5df)]>0x0&&_0x2b714e['height']>0x0),_0x5f1d00=Array[_0x30a6d7(0x289)](_0x1d0ac7['querySelectorAll']('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x30a6d7(0x2f0)](_0x12044f=>_0x12044f['dataset'][_0x30a6d7(0x5bc)]===_0x5d2480)[_0x30a6d7(0x734)](_0x4e1c3c=>_0x4e1c3c[_0x30a6d7(0x6b7)]())[_0x30a6d7(0x2f0)](_0x5a0112=>_0x5a0112[_0x30a6d7(0x5df)]>0x0&&_0x5a0112[_0x30a6d7(0x2c7)]>0x0);return[..._0x4ad05d,..._0x14496e,..._0x5f1d00][_0x30a6d7(0x48c)](_0x3776af=>_0x192a77[_0x30a6d7(0x100)]>=_0x3776af[_0x30a6d7(0x41d)]&&_0x192a77[_0x30a6d7(0x100)]<=_0x3776af['right']&&_0x192a77[_0x30a6d7(0x573)]>=_0x3776af[_0x30a6d7(0x4bc)]&&_0x192a77[_0x30a6d7(0x573)]<=_0x3776af['bottom']);}function _0x280972(_0x695649,_0x384e7f){const _0x456d76=_0x118bac;var _0x98611f,_0xb85988,_0x25d3d0,_0x16f50e;let _0x299e8d=_0x695649[_0x456d76(0xcc)][_0x456d76(0x5bc)],_0x5b57f6=_0x695649[_0x456d76(0x18b)],_0x5e2e6a=[(_0x98611f=_0x695649[_0x456d76(0x14a)](_0x456d76(0x53d)))==null?void 0x0:_0x98611f[_0x456d76(0x6b7)](),(_0xb85988=_0x695649['querySelector'](_0x456d76(0x3b7)))==null?void 0x0:_0xb85988[_0x456d76(0x6b7)]()][_0x456d76(0x2f0)](_0xc52d66=>!!_0xc52d66&&_0xc52d66['width']>0x0&&_0xc52d66[_0x456d76(0x2c7)]>0x0),_0x6642bd=_0x5b57f6[_0x456d76(0x14a)](_0x456d76(0xce)+_0x299e8d+'\x22]'),_0x266f89=[_0x6642bd==null||(_0x25d3d0=_0x6642bd[_0x456d76(0x14a)](_0x456d76(0x2ed)))==null?void 0x0:_0x25d3d0['getBoundingClientRect'](),_0x6642bd==null||(_0x16f50e=_0x6642bd['querySelector'](_0x456d76(0x13b)))==null?void 0x0:_0x16f50e[_0x456d76(0x6b7)]()][_0x456d76(0x2f0)](_0x3ed7b3=>!!_0x3ed7b3&&_0x3ed7b3['width']>0x0&&_0x3ed7b3[_0x456d76(0x2c7)]>0x0),_0x16f4b9=Array[_0x456d76(0x289)](_0x5b57f6['querySelectorAll'](_0x456d76(0x5fb)))[_0x456d76(0x2f0)](_0x132f9d=>_0x132f9d['dataset']['embedId']===_0x299e8d)[_0x456d76(0x734)](_0x2ebacf=>_0x2ebacf[_0x456d76(0x6b7)]())[_0x456d76(0x2f0)](_0x3115a0=>_0x3115a0['width']>0x0&&_0x3115a0[_0x456d76(0x2c7)]>0x0);return[..._0x5e2e6a,..._0x266f89,..._0x16f4b9][_0x456d76(0x48c)](_0x582b8d=>_0x384e7f[_0x456d76(0x100)]>=_0x582b8d['left']&&_0x384e7f['clientX']<=_0x582b8d[_0x456d76(0x1b0)]&&_0x384e7f[_0x456d76(0x573)]>=_0x582b8d[_0x456d76(0x4bc)]&&_0x384e7f[_0x456d76(0x573)]<=_0x582b8d['bottom']);}function _0x4d567e(_0x19bbd7,_0x5d8903,_0x1e3b21,_0x597559){const _0xe9bc1e=_0x118bac;let _0x1b6926=_0x1e3b21?'':_0xe9bc1e(0x35e),_0x478f33=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x57f)),_0x12e81c=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x495)),_0x237d8c=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x53d)),_0x3c147d=_0x19bbd7[_0xe9bc1e(0x14a)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x1ffe5c=_0x19bbd7[_0xe9bc1e(0x14a)](_0xe9bc1e(0x4a1)),_0x58ce06=_0x5d8903==null?void 0x0:_0x5d8903[_0xe9bc1e(0x14a)](_0xe9bc1e(0x52e)),_0x281a77=_0x5d8903==null?void 0x0:_0x5d8903[_0xe9bc1e(0x14a)](_0xe9bc1e(0x346));if(_0x58ce06==null||_0x58ce06[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)]('pointer-events',_0xe9bc1e(0x35e)),_0x281a77==null||_0x281a77[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)]('pointer-events',_0xe9bc1e(0x35e)),_0xcec73a(_0x19bbd7)){_0x478f33==null||_0x478f33[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)]('pointer-events','none'),_0x12e81c==null||_0x12e81c[_0xe9bc1e(0x5d3)]['setProperty'](_0xe9bc1e(0x3b9),_0xe9bc1e(0x35e)),_0x237d8c==null||_0x237d8c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0x1e3b21?_0xe9bc1e(0x3c7):_0xe9bc1e(0x35e)),_0x3c147d==null||_0x3c147d[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0xe9bc1e(0x35e)),_0x1ffe5c==null||_0x1ffe5c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0xe9bc1e(0x35e));return;}_0x478f33==null||_0x478f33[_0xe9bc1e(0x5d3)]['removeProperty'](_0xe9bc1e(0x3b9)),_0x12e81c==null||_0x12e81c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0x1b6926),_0x237d8c==null||_0x237d8c[_0xe9bc1e(0x5d3)]['removeProperty'](_0xe9bc1e(0x3b9)),_0x3c147d==null||_0x3c147d['style'][_0xe9bc1e(0x56d)]('pointer-events'),_0x1ffe5c==null||_0x1ffe5c[_0xe9bc1e(0x5d3)][_0xe9bc1e(0x788)](_0xe9bc1e(0x3b9),_0x1b6926);}function _0x24bfcc(_0x52308a,_0x17db68,_0x18e4e6,_0x33a877){const _0x43336f=_0x118bac;var _0xf1cff4;let _0x5c1836=_0x18e4e6&&_0x33a877!==_0x43336f(0x510),_0x5681aa=_0x5c1836?'':_0x43336f(0x699),_0x27e19a=_0x5c1836?'':'none',_0x518d17=_0x18e4e6&&_0x33a877===_0x43336f(0x510)?'':_0x43336f(0x699),_0x3c9217=(_0xf1cff4=_0x52308a['querySelector']('[data-embed-float-fullscreen-button]'))==null?_0x17db68==null?void 0x0:_0x17db68['querySelector'](_0x43336f(0x13b)):_0xf1cff4,_0x1907e6=[_0x17db68==null?void 0x0:_0x17db68[_0x43336f(0x14a)](_0x43336f(0x52e)),_0x17db68==null?void 0x0:_0x17db68[_0x43336f(0x14a)](_0x43336f(0x346))];_0x3c9217==null||_0x3c9217[_0x43336f(0x5d3)]['setProperty']('visibility',_0x5681aa),_0x3c9217==null||_0x3c9217[_0x43336f(0x5d3)]['setProperty'](_0x43336f(0x3b9),_0x27e19a),_0x1907e6[_0x43336f(0x362)](_0x275dc6=>{const _0x4bc3a0=_0x43336f;_0x275dc6==null||_0x275dc6['style']['setProperty'](_0x4bc3a0(0x112),_0x518d17),_0x275dc6==null||_0x275dc6['style']['setProperty'](_0x4bc3a0(0x3b9),'none'),_0x33a877!=='stage2'&&(_0x275dc6==null||_0x275dc6['removeAttribute']('data-embed-runtime-focus-role'),_0x275dc6==null||_0x275dc6[_0x4bc3a0(0x66b)]('[data-embed-runtime-focus-role]')[_0x4bc3a0(0x362)](_0x568795=>{const _0x57d10a=_0x4bc3a0;_0x568795[_0x57d10a(0x30f)](_0x57d10a(0x4a4));}));});}function _0x24f926(_0x17a6d5,_0x52f553,_0x4574c8){const _0x321c3c=_0x118bac;let _0x216037=Math[_0x321c3c(0x1d4)](_0x52f553[_0x321c3c(0x41d)],_0x4574c8[_0x321c3c(0x41d)]),_0x61ae3e=Math[_0x321c3c(0x1d4)](0x0,_0x216037-_0x52f553['left']);_0x17a6d5[_0x321c3c(0x66b)](_0x321c3c(0x2ed))[_0x321c3c(0x362)](_0x1e5a74=>{const _0x441765=_0x321c3c;var _0x245732;let _0x2ed1e=(_0x245732=_0x1e5a74[_0x441765(0x46f)]('[data-embed-floating-menu-entry]'))==null?void 0x0:_0x245732[_0x441765(0xcc)]['embedFloatingMenuEntry'],_0x4647ee=_0x1e5a74['dataset'][_0x441765(0x680)]===_0x441765(0x580),_0x46b041=_0x1e5a74['dataset'][_0x441765(0x680)]===_0x441765(0x49f);if(_0x2ed1e===_0x441765(0x26c)){if(_0x1e5a74['style'][_0x441765(0x4bc)]=_0x4647ee?_0x441765(0x4a7):_0x441765(0xcd),_0x4647ee){var _0xf5ceb0;(_0xf5ceb0=_0x1e5a74['querySelector'](_0x441765(0x352)))==null||_0xf5ceb0[_0x441765(0x5d3)]['setProperty'](_0x441765(0x611),_0x61ae3e+'px');}}else(_0x4647ee||_0x46b041)&&(_0x1e5a74['style']['top']=_0x441765(0x284));});}function _0x322ab4(_0x3bb9fa){const _0xbddc5a=_0x118bac;_0x3bb9fa[_0xbddc5a(0x66b)](_0xbddc5a(0x2ed))[_0xbddc5a(0x362)](_0x50f0e3=>{const _0x27e72a=_0xbddc5a;var _0x8df346;_0x50f0e3['style'][_0x27e72a(0x56d)](_0x27e72a(0x41d)),_0x50f0e3[_0x27e72a(0x5d3)][_0x27e72a(0x56d)](_0x27e72a(0x4bc)),_0x50f0e3[_0x27e72a(0x5d3)][_0x27e72a(0x56d)]('width'),(_0x8df346=_0x50f0e3[_0x27e72a(0x14a)](_0x27e72a(0x352)))==null||_0x8df346[_0x27e72a(0x5d3)][_0x27e72a(0x56d)](_0x27e72a(0x611));});}function _0x45d166(_0x338e0b){const _0x6437b0=_0x118bac;let _0x53a09b=_0x4714f4(_0x338e0b)?_0x338e0b[_0x6437b0(0x14a)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x258cd0=_0x53a09b==null?void 0x0:_0x53a09b[_0x6437b0(0x6b7)]();return _0x258cd0&&_0x258cd0[_0x6437b0(0x5df)]>0x0&&_0x258cd0[_0x6437b0(0x2c7)]>0x0?_0x4f5830(_0x258cd0,_0x338e0b):_0x4f5830(_0x338e0b[_0x6437b0(0x6b7)](),_0x338e0b);}function _0xcec73a(_0x385937){const _0x561b3f=_0x118bac;return!!_0x385937[_0x561b3f(0x46f)](_0x561b3f(0x5e3));}function _0x4714f4(_0x5aa264){const _0x3a65bf=_0x118bac;return _0xcec73a(_0x5aa264)||!!_0x5aa264[_0x3a65bf(0x46f)](_0x3a65bf(0x165));}let _0x86a3d6=0x18,_0xc2e7de=0x28;function _0x4f5830(_0x2ebe98,_0x23c05a){const _0x10a246=_0x118bac;var _0x481dde;let _0xebc9b7=_0x2186f3(_0x23c05a,_0x2ebe98);if(!_0xebc9b7&&_0x2ebe98[_0x10a246(0x4bc)]>=0x0&&_0x2ebe98[_0x10a246(0x41d)]>=0x0)return _0x2ebe98;let _0x48d458=(_0x481dde=_0xebc9b7==null?void 0x0:_0xebc9b7['getBoundingClientRect']())==null?new DOMRect(0x0,0x0,window[_0x10a246(0x6a4)],window['innerHeight']):_0x481dde,_0x3423e8=Math[_0x10a246(0x1d4)](_0x2ebe98[_0x10a246(0x41d)],_0x48d458[_0x10a246(0x41d)]),_0x38364b=Math[_0x10a246(0x1d4)](_0x2ebe98['top'],_0x48d458[_0x10a246(0x4bc)]),_0x402a62=Math['min'](_0x2ebe98[_0x10a246(0x1b0)],_0x48d458['right']),_0x41bd35=Math['min'](_0x2ebe98[_0x10a246(0x587)],_0x48d458[_0x10a246(0x587)]);return _0x402a62<=_0x3423e8||_0x41bd35<=_0x38364b?new DOMRect(_0x3423e8,_0x38364b,0x0,0x0):new DOMRect(_0x3423e8,_0x38364b,_0x402a62-_0x3423e8,_0x41bd35-_0x38364b);}function _0x2186f3(_0x4686de,_0x4f4d2f){const _0xff7aca=_0x118bac;let _0x4ff133=_0x4686de[_0xff7aca(0x6d4)];for(;_0x4ff133&&_0x4ff133!==document['body']&&_0x4ff133!==document[_0xff7aca(0x128)];){if(_0x3177ea(_0x4ff133)&&!_0x1f09cc(_0x4ff133,_0x4f4d2f))return _0x4ff133;_0x4ff133=_0x4ff133[_0xff7aca(0x6d4)];}return null;}function _0x1f09cc(_0x23e03b,_0x15842b){const _0x4d9c72=_0x118bac;let _0x58f488=_0x23e03b[_0x4d9c72(0x6b7)]();return _0x58f488[_0x4d9c72(0x5df)]<=0x0||_0x58f488[_0x4d9c72(0x2c7)]<=0x0||Math['abs'](_0x58f488['left']-_0x15842b[_0x4d9c72(0x41d)])<0x1&&Math[_0x4d9c72(0x4d8)](_0x58f488[_0x4d9c72(0x4bc)]-_0x15842b[_0x4d9c72(0x4bc)])<0x1&&Math[_0x4d9c72(0x4d8)](_0x58f488[_0x4d9c72(0x5df)]-_0x15842b[_0x4d9c72(0x5df)])<0x1&&Math[_0x4d9c72(0x4d8)](_0x58f488[_0x4d9c72(0x2c7)]-_0x15842b[_0x4d9c72(0x2c7)])<0x1;}function _0x607083(_0x1c4dff,_0xbd1651,_0x1a982c,_0x59e1d4){const _0x27b024=_0x118bac;_0x59e1d4[_0x27b024(0x67d)][_0x27b024(0x362)](_0x3ff11b=>window[_0x27b024(0x1a8)](_0x3ff11b)),_0x59e1d4[_0x27b024(0x67d)]=[],_0x1c4dff[_0x27b024(0x360)]({'embedId':_0xbd1651,'reason':_0x1a982c});let _0x5e8e0e=_0x3d3d3b=>{const _0x2f13e7=_0x27b024;let _0x40d0f7=window[_0x2f13e7(0x668)](()=>{const _0x10671b=_0x2f13e7;_0x59e1d4[_0x10671b(0x67d)]=_0x59e1d4[_0x10671b(0x67d)]['filter'](_0x422c4=>_0x422c4!==_0x40d0f7),_0x1c4dff['invalidate']({'embedId':_0xbd1651,'reason':_0x1a982c}),_0x3d3d3b>0x1&&_0x5e8e0e(_0x3d3d3b-0x1);});_0x59e1d4['current'][_0x2f13e7(0x6f2)](_0x40d0f7);};_0x5e8e0e(0x2);}function _0x843f2e(_0x122411,_0x296455,_0x1c4a16){const _0x5baf57=_0x118bac;if(_0x3aea10(_0x296455))return!0x1;let _0x41a087=_0x296455==null?void 0x0:_0x296455[_0x5baf57(0x6a7)];return!(_0x41a087 instanceof Node&&_0x122411[_0x5baf57(0x1e8)](_0x41a087)||_0x41a087 instanceof HTMLElement&&_0x41a087['closest'](_0x5baf57(0x462))||_0x296455 instanceof WheelEvent&&(_0x3b0f7e(_0x296455)||_0x5b6454(_0x1c4a16,_0x296455)));}function _0x551447(_0x2ceb4e){const _0x5afd1e=_0x118bac;return _0x2ceb4e instanceof WheelEvent?Math[_0x5afd1e(0x4d8)](_0x2ceb4e[_0x5afd1e(0x692)])>=Math[_0x5afd1e(0x4d8)](_0x2ceb4e[_0x5afd1e(0x74a)]):(_0x2ceb4e==null?void 0x0:_0x2ceb4e[_0x5afd1e(0x614)])===_0x5afd1e(0x2b2);}function _0x3aea10(_0x11189c){return!!_0x11189c&&_0x11189c[_0x1d7d90]instanceof WheelEvent;}function _0xbe7b40(_0xc7824d){const _0x486c6a=_0x118bac;Object[_0x486c6a(0x677)](_0xc7824d,_0x32499a,{'configurable':!0x0,'value':!0x0});}function _0x1a2b7b(_0x365454){return!!_0x365454[_0x32499a];}function _0x3b0f7e(_0x2795ed){const _0x18f90e=_0x118bac;for(let _0x2cecf7 of _0x5083eb[_0x18f90e(0x308)]())if(_0x5b6454(_0x2cecf7,_0x2795ed))return!0x0;return!0x1;}function _0x5b6454(_0x4e74e2,_0xc96262){const _0x443b04=_0x118bac;let {left:_0x31a5e4,top:_0x557d5c,width:_0x455863,height:_0x553f38}=_0x4e74e2;return!Number[_0x443b04(0xf6)](_0x31a5e4)||!Number['isFinite'](_0x557d5c)||!Number['isFinite'](_0x455863)||!Number[_0x443b04(0xf6)](_0x553f38)||(_0x455863==null?0x0:_0x455863)<=0x0||(_0x553f38==null?0x0:_0x553f38)<=0x0?!0x1:_0xc96262['clientX']>=_0x31a5e4&&_0xc96262[_0x443b04(0x100)]<=_0x31a5e4+_0x455863&&_0xc96262[_0x443b04(0x573)]>=_0x557d5c&&_0xc96262[_0x443b04(0x573)]<=_0x557d5c+_0x553f38;}function _0x2a6261(_0x22ab5f){const _0x4d5e01=_0x118bac;if(!_0x22ab5f||typeof _0x22ab5f!=_0x4d5e01(0x294))return;let _0xce94a2=_0x22ab5f;if(!(_0xce94a2[_0x4d5e01(0x15b)]!==0x1||!_0xce94a2[_0x4d5e01(0x5bc)]||!_0xce94a2[_0x4d5e01(0x333)]))return _0xce94a2;}function _0x42c278(_0x249905){const _0x13a303=_0x118bac;var _0x471968,_0xad7119;let _0x226226=((_0x471968=_0x249905['sourceMeta'])==null?void 0x0:_0x471968[_0x13a303(0x305)])||void 0x0;if(_0x226226&&typeof _0x226226==_0x13a303(0x294)&&_0x226226['layout'])return _0x226226[_0x13a303(0x767)];let _0x3d6221=((_0xad7119=_0x249905['sourceMeta'])==null?void 0x0:_0xad7119[_0x13a303(0x14f)])||void 0x0;return _0x3d6221&&typeof _0x3d6221==_0x13a303(0x294)&&_0x3d6221[_0x13a303(0x306)]?_0x13a303(0x5f7):void 0x0;}function _0x8e0d2d(_0x5e0d64,_0x3df5c2){const _0x582ec0=_0x118bac;var _0x51a1f9;let _0x3b195b=(_0x51a1f9=_0x37e102(_0x3df5c2,_0x5e0d64['clientX'],_0x5e0d64[_0x582ec0(0x573)]))==null?_0x3df5c2:_0x51a1f9;if(_0x3b195b===_0x3df5c2&&!_0x3df5c2['contains'](_0x3b195b))return!0x1;let _0x194d30=_0x51028f(_0x5e0d64,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x5e0d64[_0x582ec0(0x100)],'clientY':_0x5e0d64[_0x582ec0(0x573)],'ctrlKey':_0x5e0d64[_0x582ec0(0xfe)],'deltaMode':_0x5e0d64[_0x582ec0(0x569)],'deltaX':_0x5e0d64['deltaX'],'deltaY':_0x5e0d64[_0x582ec0(0x692)],'deltaZ':_0x5e0d64[_0x582ec0(0x6b5)],'metaKey':_0x5e0d64[_0x582ec0(0x170)],'shiftKey':_0x5e0d64['shiftKey']});return _0x3b195b[_0x582ec0(0x6dc)](_0x194d30),_0x194d30[_0x582ec0(0x3da)];}function _0x1e951c(_0x43027c,_0x535030){const _0x19da33=_0x118bac;var _0x20d249;let _0x3e628e=_0x40cdc5((_0x20d249=_0x37e102(_0x535030,_0x43027c[_0x19da33(0x100)],_0x43027c[_0x19da33(0x573)]))==null?_0x535030:_0x20d249,_0x535030,_0x43027c);return _0x3e628e?_0x258db1(_0x43027c,_0x3e628e):!0x1;}function _0x3dacdc(_0x85aa27,_0x5643c0){const _0x3ea51d=_0x118bac;let _0x47240d=_0x240f06(_0x85aa27);if(!_0x47240d)return _0x562105(_0x85aa27[_0x3ea51d(0x18b)]['body'],_0x85aa27,_0x5643c0);if(!_0x198bf8(_0x47240d))return _0x562105(_0x47240d,_0x85aa27,_0x5643c0);let _0x1fb2ca=_0x47240d['scrollTop'];return _0x47240d[_0x3ea51d(0x329)]+=_0x5643c0[_0x3ea51d(0x692)],_0x47240d[_0x3ea51d(0x329)]!==_0x1fb2ca;}function _0xcdb45f(_0x59de6b,_0x334dff,_0x35b043){const _0x2c6a6e=_0x118bac;var _0x5773d4;return _0x35b043||((_0x5773d4=_0x59de6b[_0x2c6a6e(0x319)]['sourceMeta'])==null?void 0x0:_0x5773d4[_0x2c6a6e(0x42f)])===_0x2c6a6e(0x146)?_0x3ffbb4(_0x334dff):_0x11ffd9(_0x59de6b[_0x2c6a6e(0x767)],_0x334dff);}function _0x262e71(_0x4ca22a,_0x4ef22d){return _0xcec73a(_0x4ca22a)&&_0x588ca1(_0x4ef22d);}function _0x463aeb(_0x41d285){const _0x2a4400=_0x118bac;return _0x41d285['deltaX']||(_0x41d285['shiftKey']?_0x41d285[_0x2a4400(0x692)]:0x0);}function _0x588ca1(_0x59984e){const _0x2181de=_0x118bac;if(_0x59984e[_0x2181de(0xfe)]||_0x59984e['metaKey'])return!0x1;let _0x30464c=_0x463aeb(_0x59984e),_0x53519f=_0x59984e['shiftKey']?0x0:_0x59984e[_0x2181de(0x692)];return Math[_0x2181de(0x4d8)](_0x30464c)>Math[_0x2181de(0x4d8)](_0x53519f);}function _0x3ffbb4(_0x5105a3){const _0x21f5a9=_0x118bac;return _0x5105a3[_0x21f5a9(0x623)]||_0x5105a3[_0x21f5a9(0xfe)]||_0x5105a3[_0x21f5a9(0x170)]?!0x1:Math[_0x21f5a9(0x4d8)](_0x5105a3[_0x21f5a9(0x692)])>Math['abs'](_0x5105a3[_0x21f5a9(0x74a)]);}function _0x4a861b(_0x2f07bd){return _0x588ca1(_0x2f07bd)||_0x3ffbb4(_0x2f07bd);}function _0x240f06(_0x13db58){const _0x5c8590=_0x118bac;let _0x3d3588=_0x13db58[_0x5c8590(0x6d4)];for(;_0x3d3588&&_0x3d3588!==document[_0x5c8590(0x627)]&&_0x3d3588!==document[_0x5c8590(0x128)];){if(_0x3d3588[_0x5c8590(0x1e2)]>_0x3d3588[_0x5c8590(0x337)]&&_0x3177ea(_0x3d3588))return _0x3d3588;_0x3d3588=_0x3d3588['parentElement'];}return null;}function _0x4e8b1f(_0x3ce28d,_0x2d7332){var _0x3d639f;return Math['max'](0x1,(_0x3d639f=_0x57f155(_0x3ce28d))==null?_0x2d7332:_0x3d639f);}function _0x1b322b(_0x3e4aa6,_0x294cdc,_0x38a0e0){var _0x2c67cc,_0x2c6002;return Math['max'](0x1,(_0x2c67cc=(_0x2c6002=_0x57f155(_0x3e4aa6))==null?_0x57f155(_0x294cdc):_0x2c6002)==null?_0x38a0e0:_0x2c67cc);}function _0x57f155(_0x4508c5){const _0x4a7da7=_0x118bac;return typeof _0x4508c5==_0x4a7da7(0x3bc)&&Number[_0x4a7da7(0xf6)](_0x4508c5)&&_0x4508c5>0x0?_0x4508c5:void 0x0;}function _0x3177ea(_0xd1aad4){const _0x41637d=_0x118bac;let _0x199107=window[_0x41637d(0x1ef)](_0xd1aad4);return _0x199107[_0x41637d(0x117)]==='auto'||_0x199107[_0x41637d(0x117)]===_0x41637d(0x2b2)||_0x199107[_0x41637d(0x117)]==='hidden'||_0x199107[_0x41637d(0xd0)]==='auto'||_0x199107[_0x41637d(0xd0)]==='scroll'||_0x199107[_0x41637d(0xd0)]===_0x41637d(0x699);}function _0x198bf8(_0x583c48){const _0x3c924d=_0x118bac;let _0x4cf90a=window['getComputedStyle'](_0x583c48);return _0x4cf90a[_0x3c924d(0x117)]==='auto'||_0x4cf90a[_0x3c924d(0x117)]===_0x3c924d(0x2b2)||_0x4cf90a[_0x3c924d(0xd0)]===_0x3c924d(0x3c7)||_0x4cf90a['overflowY']===_0x3c924d(0x2b2);}function _0x562105(_0x3a7dfa,_0x497300,_0x3fad17){const _0x48ada4=_0x118bac;let _0x5f0498=Array[_0x48ada4(0x289)](_0x3a7dfa[_0x48ada4(0x66b)](_0x48ada4(0x648)))['find'](_0x4e6be2=>!_0x497300[_0x48ada4(0x1e8)](_0x4e6be2));if(!_0x5f0498)return!0x1;let _0x1007d0=_0x18d039(_0x5f0498,_0x497300,_0x3fad17);return _0x5f0498['dispatchEvent'](_0x51028f(_0x3fad17,{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x1007d0[_0x48ada4(0x100)],'clientY':_0x1007d0['clientY'],'ctrlKey':_0x3fad17[_0x48ada4(0xfe)],'deltaMode':_0x3fad17['deltaMode'],'deltaX':_0x3fad17['deltaX'],'deltaY':_0x3fad17[_0x48ada4(0x692)],'deltaZ':_0x3fad17[_0x48ada4(0x6b5)],'metaKey':_0x3fad17[_0x48ada4(0x170)],'shiftKey':_0x3fad17[_0x48ada4(0x623)]})),!0x0;}function _0x51028f(_0x33ccf5,_0x3177dd){const _0x264674=_0x118bac;let _0x557b10=new WheelEvent(_0x264674(0x729),_0x3177dd);return Object[_0x264674(0x677)](_0x557b10,_0x1d7d90,{'configurable':!0x0,'value':_0x33ccf5}),_0x557b10;}function _0x18d039(_0x25d92a,_0x4892f4,_0x3b8ca3){const _0x1d217b=_0x118bac;var _0x56f4f6;if(!_0x208dba(_0x4892f4,_0x3b8ca3[_0x1d217b(0x100)],_0x3b8ca3[_0x1d217b(0x573)]))return{'clientX':_0x3b8ca3[_0x1d217b(0x100)],'clientY':_0x3b8ca3['clientY']};let _0x11c5aa=_0x25d92a[_0x1d217b(0x6b7)](),_0x28e183=Math[_0x1d217b(0x1e0)](0x18,Math[_0x1d217b(0x1d4)](0x4,Math[_0x1d217b(0x1e0)](_0x11c5aa[_0x1d217b(0x5df)],_0x11c5aa['height'])/0x8)),_0x5af5ec=[{'clientX':_0x11c5aa[_0x1d217b(0x41d)]+_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x4bc)]+_0x28e183},{'clientX':_0x11c5aa['right']-_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x4bc)]+_0x28e183},{'clientX':_0x11c5aa[_0x1d217b(0x41d)]+_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x587)]-_0x28e183},{'clientX':_0x11c5aa['right']-_0x28e183,'clientY':_0x11c5aa[_0x1d217b(0x587)]-_0x28e183},{'clientX':_0x11c5aa['left']+_0x11c5aa[_0x1d217b(0x5df)]/0x2,'clientY':_0x11c5aa['top']+_0x11c5aa['height']/0x2}];return(_0x56f4f6=_0x5af5ec[_0x1d217b(0x3ae)](_0x2c66f3=>!_0x208dba(_0x4892f4,_0x2c66f3[_0x1d217b(0x100)],_0x2c66f3[_0x1d217b(0x573)])))==null?_0x5af5ec[0x0]:_0x56f4f6;}function _0x178953(_0x19e679,_0x40c7cc,_0x4460d7){const _0x194c9e=_0x118bac;return Math['max'](_0x40c7cc,Math[_0x194c9e(0x1e0)](_0x4460d7,_0x19e679));}function _0x37e102(_0x8a9f10,_0x52d976,_0x49499b){if(!_0x208dba(_0x8a9f10,_0x52d976,_0x49499b))return null;let _0x344c9e=_0x5706b5(_0x8a9f10,_0x52d976,_0x49499b);if(_0x344c9e)return _0x344c9e;let _0x1773ae=_0x8a9f10,_0x44ed7f=_0x15a39b=>{const _0x12b767=_0x511b;let _0x2a1b9c=Array[_0x12b767(0x289)](_0x15a39b[_0x12b767(0x3de)]);for(let _0x95478=_0x2a1b9c['length']-0x1;_0x95478>=0x0;_0x95478--){let _0x4db2a5=_0x2a1b9c[_0x95478];if(!(!(_0x4db2a5 instanceof HTMLElement)||!_0x208dba(_0x4db2a5,_0x52d976,_0x49499b))){_0x1773ae=_0x4db2a5,_0x44ed7f(_0x4db2a5);return;}}};return _0x44ed7f(_0x8a9f10),_0x1773ae;}function _0x5706b5(_0x210988,_0x4c9aa5,_0x4a3722){const _0x5c9692=_0x118bac;let _0x1b0c54=_0x210988[_0x5c9692(0x18b)]['elementsFromPoint'];if(typeof _0x1b0c54!=_0x5c9692(0x52a))return null;let _0x4b9927=_0x1b0c54[_0x5c9692(0xf4)](_0x210988[_0x5c9692(0x18b)],_0x4c9aa5,_0x4a3722)['find'](_0x32b985=>_0x32b985 instanceof HTMLElement&&_0x210988['contains'](_0x32b985));return _0x4b9927==null?null:_0x4b9927;}function _0x208dba(_0x4e3c47,_0x58fcc2,_0x11f43d){const _0x57382c=_0x118bac;let _0x50c75e=_0x4e3c47[_0x57382c(0x6b7)]();return _0x58fcc2>=_0x50c75e['left']&&_0x58fcc2<=_0x50c75e[_0x57382c(0x1b0)]&&_0x11f43d>=_0x50c75e[_0x57382c(0x4bc)]&&_0x11f43d<=_0x50c75e[_0x57382c(0x587)];}function _0x40cdc5(_0x45aaf7,_0x1dda1a,_0x1b9560){const _0x22e60a=_0x118bac;let _0x21c454=_0x1b9560[_0x22e60a(0x74a)]||(_0x1b9560[_0x22e60a(0x623)]?_0x1b9560[_0x22e60a(0x692)]:0x0),_0xdd8b79=_0x1b9560['shiftKey']?0x0:_0x1b9560[_0x22e60a(0x692)],_0x130860=_0x45aaf7;for(;_0x130860&&_0x1dda1a[_0x22e60a(0x1e8)](_0x130860);){if(_0x17c2ff(_0x130860,_0x21c454,_0xdd8b79))return _0x130860;_0x130860=_0x130860[_0x22e60a(0x6d4)];}return _0x17c2ff(_0x1dda1a,_0x21c454,_0xdd8b79)?_0x1dda1a:null;}function _0x258db1(_0x329f8c,_0x2bad45){const _0x4f6a81=_0x118bac;let _0x361fae=_0x329f8c[_0x4f6a81(0x74a)]||(_0x329f8c[_0x4f6a81(0x623)]?_0x329f8c[_0x4f6a81(0x692)]:0x0),_0x57405d=_0x329f8c[_0x4f6a81(0x623)]?0x0:_0x329f8c[_0x4f6a81(0x692)],_0x39ff57=_0x2bad45[_0x4f6a81(0x25e)],_0x181353=_0x2bad45[_0x4f6a81(0x329)];return _0x361fae&&(_0x2bad45['scrollLeft']+=_0x361fae),_0x57405d&&(_0x2bad45[_0x4f6a81(0x329)]+=_0x57405d),_0x2bad45[_0x4f6a81(0x25e)]!==_0x39ff57||_0x2bad45[_0x4f6a81(0x329)]!==_0x181353;}function _0x6fb204(..._0x3799dd){const _0x56f0f2=_0x118bac;return _0x3799dd[_0x56f0f2(0x2f0)](_0x3058ca=>!!_0x3058ca&&_0x3058ca[_0x56f0f2(0x2a8)]);}function _0x63cedd(_0xdf2da3,_0x3873b7){const _0x4ecf6a=_0x118bac;if(_0x3873b7 instanceof HTMLCanvasElement&&_0xdf2da3[_0x4ecf6a(0x48c)](_0x2315f9=>_0x2315f9[_0x4ecf6a(0x1e8)](_0x3873b7)))return _0x3873b7;for(let _0x21c0ce of _0xdf2da3){let _0x1766f0=_0x21c0ce[_0x4ecf6a(0x14a)](_0x4ecf6a(0x648));if(_0x1766f0)return _0x1766f0;}return null;}function _0xc6e377(_0x2c0f19,_0x52f499=!0x1){const _0x2898c6=_0x118bac;return _0x2c0f19!==_0x4a1c51['UniverInstanceType'][_0x2898c6(0x6c7)]&&_0x2c0f19!==_0x4a1c51[_0x2898c6(0x336)]['UNIVER_DOC']&&(_0x52f499||_0x2c0f19!==_0x4a1c51[_0x2898c6(0x336)][_0x2898c6(0x109)]);}function _0x2f5a63(_0x1f4b76){const _0x48381d=_0x118bac;let _0x408478=_0x5a476a(_0x1f4b76);return _0x408478==='child-editor'||_0x408478===_0x48381d(0x10a)||_0x408478===_0x48381d(0xff);}function _0x5a476a(_0x31d100){const _0x2ec637=_0x118bac;var _0x4cbf89;if(!(_0x31d100 instanceof HTMLElement))return;let _0x53bbe9=(_0x4cbf89=_0x31d100['closest'](_0x2ec637(0x2d2)))==null?void 0x0:_0x4cbf89['getAttribute'](_0x451258);return _0x49f2c6(_0x53bbe9)?_0x53bbe9:void 0x0;}function _0xd77ab3(_0x4e2d01,_0xbf741e,_0x359840,_0x4a1fb9,_0x52abfd){const _0x47e695=_0x118bac;if(_0x52abfd!==_0x47e695(0x510)||!_0x359840||!_0x4a1fb9)return;let _0x1e23e7=new Map(),_0x646d0b=()=>{const _0x430c28=_0x47e695;let _0x11fd52=new Set([_0x4a1fb9,..._0xbf741e[_0x430c28(0x491)](_0x359840)]);_0x1e23e7[_0x430c28(0x362)]((_0x59e857,_0x2b9736)=>{const _0xa59165=_0x430c28;_0x11fd52[_0xa59165(0x722)](_0x2b9736)||(_0x59e857[_0xa59165(0x60c)](),_0x1e23e7[_0xa59165(0x2cd)](_0x2b9736));}),_0x11fd52[_0x430c28(0x362)](_0x5194f7=>{const _0x49f09b=_0x430c28;_0x1e23e7[_0x49f09b(0x722)](_0x5194f7)||_0x4e2d01['checkElementInCurrentContainers'](_0x5194f7)||_0x1e23e7['set'](_0x5194f7,_0x4e2d01[_0x49f09b(0x28c)](_0x5194f7));});};_0x646d0b();let _0x40599d=_0xbf741e[_0x47e695(0x60f)][_0x47e695(0x26e)](_0x646d0b);return(0x0,_0x4a1c51[_0x47e695(0xbb)])(()=>{const _0x29d5bd=_0x47e695;_0x40599d[_0x29d5bd(0x297)](),_0x1e23e7[_0x29d5bd(0x362)](_0x47c099=>_0x47c099[_0x29d5bd(0x60c)]()),_0x1e23e7['clear']();});}function _0x11190e(_0x285a99){const _0x3118c5=_0x118bac;let {stage:_0xaaa5d8,isOwnedChildInteraction:_0x3c5e3a}=_0x285a99;return _0xaaa5d8===_0x3118c5(0x510)&&_0x3c5e3a;}function _0x1fa08d(_0x53ab72){const _0x48d3de=_0x118bac;return _0x53ab72[_0x48d3de(0x765)]<_0x53ab72[_0x48d3de(0x2cc)];}function _0x49f2c6(_0x55ff3f){const _0x5a3461=_0x118bac;return _0x55ff3f===_0x5a3461(0x4e9)||_0x55ff3f===_0x5a3461(0x708)||_0x55ff3f===_0x5a3461(0x222)||_0x55ff3f===_0x5a3461(0x10a)||_0x55ff3f===_0x5a3461(0xff);}function _0x378846(_0x21a560){const _0x4e9b45=_0x118bac;return _0x21a560['id']===_0x4e9b45(0x195)||_0x21a560['id'][_0x4e9b45(0x5ea)]('__editor_docs-')||_0x21a560['id']['startsWith'](_0x4e9b45(0x2b4))||_0x21a560[_0x4e9b45(0x46f)](_0x4e9b45(0x2fd))!=null;}function _0xa5535e(_0x2803b5,_0x8d714d){const _0x4beb01=_0x118bac;if(!_0x2803b5||_0x8d714d[_0x4beb01(0x51d)]===0x0)return;let _0x843e01=_0x8d714d[0x0][_0x4beb01(0x18b)][_0x4beb01(0xfc)];_0x843e01 instanceof HTMLElement&&(_0x8d714d[_0x4beb01(0x48c)](_0x2e09d0=>_0x2e09d0[_0x4beb01(0x1e8)](_0x843e01))||_0x843e01[_0x4beb01(0x46f)](_0x4beb01(0x779)+_0x2803b5+'\x22]')!=null)&&_0x843e01[_0x4beb01(0x502)]();}function _0x17c2ff(_0x44a3e9,_0x4744ff,_0x45f982){const _0x2e5526=_0x118bac;let _0x13507a=_0x4744ff!==0x0&&_0x44a3e9[_0x2e5526(0x3cd)]>_0x44a3e9[_0x2e5526(0x6b8)]&&(_0x4744ff<0x0?_0x44a3e9[_0x2e5526(0x25e)]>0x0:_0x44a3e9[_0x2e5526(0x25e)]+_0x44a3e9[_0x2e5526(0x6b8)]<_0x44a3e9['scrollWidth']),_0x2f11de=_0x45f982!==0x0&&_0x44a3e9['scrollHeight']>_0x44a3e9[_0x2e5526(0x337)]&&(_0x45f982<0x0?_0x44a3e9[_0x2e5526(0x329)]>0x0:_0x44a3e9['scrollTop']+_0x44a3e9['clientHeight']<_0x44a3e9[_0x2e5526(0x1e2)]);return _0x13507a||_0x2f11de;}function _0x43ab3e(_0xfe931f,_0x4bc6f6=0x1,_0x5f4554=0x1){const _0x51553c=_0x118bac;let _0x1458ee=_0xfe931f[_0x51553c(0x74a)]/(Math[_0x51553c(0x4d8)](_0x4bc6f6)||0x1),_0x55d660=_0xfe931f[_0x51553c(0x692)]/(Math[_0x51553c(0x4d8)](_0x5f4554)||0x1);if(_0xfe931f['shiftKey'])_0x1458ee=(_0xfe931f[_0x51553c(0x692)]||_0xfe931f['deltaX'])*0x3/(Math[_0x51553c(0x4d8)](_0x4bc6f6)||0x1),_0x55d660=0x0;else{let _0x138341=Math[_0x51553c(0x4d8)](_0x1458ee),_0xbecbce=Math['abs'](_0x55d660);_0xbecbce>=_0x138341*0x2?_0x1458ee=0x0:_0x138341>=_0xbecbce*0x2&&(_0x55d660=0x0);}return{'offsetX':_0x1458ee,'offsetY':_0x55d660};}function _0x12d3aa(_0x2b4e1f,_0x145064,_0x44d53a){const _0x920906=_0x118bac;var _0x585b24,_0x429367,_0x1fbdc1,_0x4d37b8;if(!_0x145064)return!0x1;let {offsetX:_0x21f9f1,offsetY:_0x556cdb}=_0x31b359(_0x2b4e1f,_0x145064,_0x44d53a);if(!_0x21f9f1&&!_0x556cdb)return!0x1;let _0xb37416=(_0x585b24=_0x145064[_0x920906(0x3b2)])==null?0x0:_0x585b24,_0x2f2131=(_0x429367=_0x145064[_0x920906(0x77b)])==null?0x0:_0x429367;if(_0x2b4e1f[_0x920906(0x63e)]===_0x920906(0x585)&&_0x145064[_0x920906(0x252)]&&(_0x2b4e1f[_0x920906(0x3b2)]!=null||_0x2b4e1f['viewportScrollY']!=null)){var _0x26e51f,_0xc7152;_0x145064[_0x920906(0x252)]({'viewportScrollX':(_0x26e51f=_0x2b4e1f['viewportScrollX'])==null?_0xb37416:_0x26e51f,'viewportScrollY':(_0xc7152=_0x2b4e1f[_0x920906(0x77b)])==null?_0x2f2131:_0xc7152});}else{if(_0x145064[_0x920906(0x78b)])_0x145064[_0x920906(0x78b)]({'viewportScrollX':_0x21f9f1,'viewportScrollY':_0x556cdb});else return!0x1;}let _0xb1578d=((_0x1fbdc1=_0x145064[_0x920906(0x3b2)])==null?0x0:_0x1fbdc1)!==_0xb37416||((_0x4d37b8=_0x145064[_0x920906(0x77b)])==null?0x0:_0x4d37b8)!==_0x2f2131;if(_0xb1578d){var _0x5b60c1;_0x44d53a==null||(_0x5b60c1=_0x44d53a[_0x920906(0x522)])==null||_0x5b60c1['call'](_0x44d53a,!0x0);}return _0xb1578d;}function _0x31b359(_0x3051e9,_0x31fce6,_0xfe2b68){const _0x5adf62=_0x118bac;if(_0x3051e9['source']===_0x5adf62(0x585)&&(_0x3051e9[_0x5adf62(0x3b2)]!=null||_0x3051e9[_0x5adf62(0x77b)]!=null)){var _0x4a3a60,_0x382817,_0x268ca2,_0x5f046c,_0x3976eb,_0x414256;return{'offsetX':((_0x4a3a60=(_0x382817=_0x3051e9[_0x5adf62(0x3b2)])==null?_0x31fce6[_0x5adf62(0x3b2)]:_0x382817)==null?0x0:_0x4a3a60)-((_0x268ca2=_0x31fce6[_0x5adf62(0x3b2)])==null?0x0:_0x268ca2),'offsetY':((_0x5f046c=(_0x3976eb=_0x3051e9[_0x5adf62(0x77b)])==null?_0x31fce6[_0x5adf62(0x77b)]:_0x3976eb)==null?0x0:_0x5f046c)-((_0x414256=_0x31fce6['viewportScrollY'])==null?0x0:_0x414256)};}return _0x43ab3e(_0x3051e9[_0x5adf62(0x1a5)],_0xfe2b68==null?void 0x0:_0xfe2b68[_0x5adf62(0x28d)],_0xfe2b68==null?void 0x0:_0xfe2b68['scaleY']);}function _0x2c8598(_0x10733b){const _0x520a05=_0x118bac;return _0x10733b[_0x520a05(0x539)]?_0x10733b[_0x520a05(0x5f6)]+0x34:_0x10733b[_0x520a05(0x5f6)];}function _0x39cac2(_0x4ae3d2){const _0x3281f9=_0x118bac;var _0x900330;let {data:_0x3f50de,customBlockRenderViewport:_0x44dd3b}=_0x4ae3d2,_0x1fc8a1=(0x0,_0x1468c8[_0x3281f9(0x60a)])(_0x4a1c51[_0x3281f9(0x36f)]),_0x526efc=(0x0,_0x1468c8[_0x3281f9(0x60a)])(_0x4a1c51[_0x3281f9(0x723)]),_0x5be494=(0x0,_0x1468c8[_0x3281f9(0x60a)])(_0x1b1b3f['IRenderManagerService']),_0x3f8f6b=_0xf0fc07(_0x3f50de),_0x4ba877=_0x3f8f6b==null?void 0x0:_0x3f8f6b[_0x3281f9(0x2dc)],_0x3dc63c=_0x4ba877==null?(_0x900330=_0x526efc['getCurrentUnitOfType'](_0x4a1c51['UniverInstanceType'][_0x3281f9(0x3e8)]))==null?void 0x0:_0x900330[_0x3281f9(0x5eb)]():_0x4ba877,_0x29d90a=(0x0,_0x4f18af[_0x3281f9(0x4b8)])(null),_0x4bf591=(0x0,_0x4f18af['useRef'])(null),[_0x25ed22,_0x1ef462]=(0x0,_0x4f18af['useState'])(()=>(0x0,_0x16f5e7['createDefaultDocsTableLikeCustomBlockBleedViewport'])()),_0x103427=(0x0,_0x4f18af[_0x3281f9(0x4b8)])(_0x25ed22),_0x33dba9=(0x0,_0x4a8aca[_0x3281f9(0x66a)])(_0x3f8f6b==null?void 0x0:_0x3f8f6b['childType']),_0xae8895=_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x3e5)],_0x3a009f=_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x452)],_0x565818=_0x44dd3b==null?void 0x0:_0x44dd3b['contentWidth'];_0x103427[_0x3281f9(0x67d)]=_0x25ed22,(0x0,_0x4f18af[_0x3281f9(0x207)])(()=>{if(!_0x4ba877)return;let _0x16fb2e=[],_0x48b32a=()=>{const _0x5ee44e=_0x511b;let _0x2c5f6e=_0x526efc[_0x5ee44e(0x553)](_0x4ba877,_0x4a1c51[_0x5ee44e(0x336)][_0x5ee44e(0x3e8)]),_0x33d37c=_0x2c5f6e==null?void 0x0:_0x2c5f6e[_0x5ee44e(0x5ff)];typeof _0x33d37c=='number'&&_0x1fc8a1[_0x5ee44e(0x2c5)](_0x16f5e7[_0x5ee44e(0x1c3)]['id'],{'unitId':_0x4ba877,'zoomRatio':_0x33d37c});},_0x5815cd=_0xd7463d=>{const _0x108807=_0x511b;let _0xa1117=requestAnimationFrame(_0xd7463d);_0x16fb2e[_0x108807(0x6f2)](()=>cancelAnimationFrame(_0xa1117));},_0x45a125=_0x133842=>{let _0x146640=setTimeout(_0x48b32a,_0x133842);_0x16fb2e['push'](()=>clearTimeout(_0x146640));};return _0x48b32a(),_0x5815cd(_0x48b32a),_0x5815cd(()=>_0x5815cd(_0x48b32a)),_0x45a125(0x78),_0x45a125(0x1f4),()=>{const _0x5d206d=_0x511b;_0x16fb2e[_0x5d206d(0x362)](_0x3c2c37=>_0x3c2c37());};},[_0x1fc8a1,_0x4ba877,_0x526efc]),(0x0,_0x4f18af[_0x3281f9(0xc5)])(()=>{const _0x35fef3=_0x3281f9;let _0x490e2d=_0x29d90a[_0x35fef3(0x67d)];if(!_0x490e2d||!_0x33dba9||typeof window>'u')return;let _0x3d60d4,_0x17b516=()=>{const _0x50ffd8=_0x35fef3;_0x3d60d4=void 0x0;let _0x4f42a4=_0x490e2d['getBoundingClientRect'](),_0xcd939d=_0x23582d(_0x565818,()=>_0x55c10c(_0x490e2d,_0x4f42a4[_0x50ffd8(0x5df)])),_0x3b42b1=(0x0,_0x16f5e7['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x490e2d,_0xcd939d,{'bleedLeft':_0xae8895,'bleedWidth':_0x3a009f});_0x1ef462(_0x39d27b=>Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x3e5)]-_0x3b42b1[_0x50ffd8(0x3e5)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x413)]-_0x3b42b1[_0x50ffd8(0x413)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x452)]-_0x3b42b1[_0x50ffd8(0x452)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x684)]-_0x3b42b1[_0x50ffd8(0x684)])<0.5&&Math[_0x50ffd8(0x4d8)](_0x39d27b[_0x50ffd8(0x38a)]-_0x3b42b1[_0x50ffd8(0x38a)])<0.5?_0x39d27b:_0x3b42b1);},_0x59b44b=()=>{const _0x14986d=_0x35fef3;_0x3d60d4==null&&(_0x3d60d4=window[_0x14986d(0x668)](_0x17b516));},_0xdf1004=_0x3a591e=>{const _0x4ddf36=_0x35fef3;_0x24a209(_0x490e2d,_0x3a591e[_0x4ddf36(0x6a7)])&&_0x59b44b();};_0x17b516();let _0x57974e=new ResizeObserver(_0x59b44b);return _0x57974e[_0x35fef3(0x53c)](_0x490e2d),window[_0x35fef3(0x607)]('resize',_0x59b44b),window[_0x35fef3(0x607)]('scroll',_0xdf1004,!0x0),()=>{const _0x15f8cb=_0x35fef3;_0x3d60d4!=null&&window[_0x15f8cb(0x1a8)](_0x3d60d4),_0x57974e['disconnect'](),window[_0x15f8cb(0x5cf)](_0x15f8cb(0x67e),_0x59b44b),window[_0x15f8cb(0x5cf)]('scroll',_0xdf1004,!0x0);};},[_0xae8895,_0x3a009f,_0x565818,_0x33dba9]),(0x0,_0x4f18af[_0x3281f9(0xc5)])(()=>{const _0x38cde1=_0x3281f9;let _0x157264=_0x29d90a[_0x38cde1(0x67d)];if(!_0x157264||!_0x33dba9){_0x4bf591[_0x38cde1(0x67d)]=null;return;}let _0x5b2b7d=()=>{const _0x1e7aab=_0x38cde1;_0x4bf591[_0x1e7aab(0x67d)]=_0x157264[_0x1e7aab(0x14a)](_0x1e7aab(0x495));};_0x5b2b7d();let _0x144d27=new MutationObserver(_0x5b2b7d);return _0x144d27[_0x38cde1(0x53c)](_0x157264,{'childList':!0x0,'subtree':!0x0}),()=>{_0x4bf591['current']=null,_0x144d27['disconnect']();};},[_0x33dba9]);let _0x4b96e5=_0x33dba9?_0x3600eb(_0x44dd3b==null?void 0x0:_0x44dd3b['contentHeight']):(0x0,_0x16f5e7[_0x3281f9(0xf1)])(_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x5f6)],0x1),_0x19443d=_0x2c8598({'contentHeight':_0x4b96e5,'tableLike':_0x33dba9}),_0x3c9981=_0x2e5a2c({'contentHeight':_0x4b96e5,'viewportHeight':_0x44dd3b==null?void 0x0:_0x44dd3b[_0x3281f9(0x482)]}),_0x1acbb4=_0x33dba9?{'height':_0x19443d,'minHeight':_0x19443d}:void 0x0,_0x58242c=(0x0,_0x4f18af[_0x3281f9(0x313)])((_0x4bd6b0,_0x53643c)=>{const _0x4c2936=_0x3281f9;var _0x5d0906;let _0x13be6c=(_0x5d0906=_0x5be494['getRenderUnitById'](_0x53643c[_0x4c2936(0x2dc)]))==null?void 0x0:_0x5d0906['scene'];return _0x12d3aa({..._0x53643c,'event':_0x4bd6b0,'source':_0x4c2936(0x729),'stage':'stage2'},_0x13be6c==null?void 0x0:_0x13be6c['getViewport'](_0x16f5e7['VIEWPORT_KEY']['VIEW_MAIN']),_0x13be6c);},[_0x5be494]),_0xc63b51=(0x0,_0x4f18af[_0x3281f9(0x313)])(_0x2fd39d=>{const _0x55ed5f=_0x3281f9;var _0x460049;if(!_0x3dc63c)return!0x1;let _0x2282af=(_0x460049=_0x5be494[_0x55ed5f(0x72a)](_0x3dc63c))==null?void 0x0:_0x460049[_0x55ed5f(0x4b1)];return _0x12d3aa({'event':_0x2fd39d,'source':'wheel','stage':_0x55ed5f(0x510)},_0x2282af==null?void 0x0:_0x2282af[_0x55ed5f(0x551)](_0x16f5e7[_0x55ed5f(0x265)][_0x55ed5f(0x17a)]),_0x2282af);},[_0x5be494,_0x3dc63c]),_0x28c2c2=(0x0,_0x4f18af['useCallback'])(_0x6dea4e=>{_0x426f61(_0x5be494,_0x3dc63c,_0x6dea4e);},[_0x5be494,_0x3dc63c]);return(0x0,_0x4f18af[_0x3281f9(0x207)])(()=>{const _0x28b152=_0x3281f9;let _0x4c3d10=_0x29d90a[_0x28b152(0x67d)];if(!_0x4c3d10||!_0x33dba9)return;let _0x5f5aa2=_0x22c100=>{const _0x4f3928=_0x28b152;var _0x2366cc;_0x3b8acc(_0x22c100)&&((_0x2366cc=_0x4c3d10['querySelector'](_0x4f3928(0xc9)))==null?void 0x0:_0x2366cc[_0x4f3928(0xcc)][_0x4f3928(0x523)])===_0x4f3928(0x510)&&_0xc63b51(_0x22c100)&&(_0x22c100['preventDefault'](),_0x22c100[_0x4f3928(0x6ed)](),_0x22c100[_0x4f3928(0x65c)]());};return _0x4c3d10['addEventListener'](_0x28b152(0x729),_0x5f5aa2,{'capture':!0x0,'passive':!0x1}),()=>_0x4c3d10['removeEventListener']('wheel',_0x5f5aa2,{'capture':!0x0});},[_0xc63b51,_0x33dba9]),(0x0,_0x4f18af[_0x3281f9(0x207)])(()=>{const _0x417989=_0x3281f9;let _0xcb9790=_0x29d90a['current'];if(!_0xcb9790||!_0x33dba9)return;let _0x9ee266=_0x42263c({'getLive':()=>_0x4bf591[_0x417989(0x67d)],'getStage':()=>{const _0x11c941=_0x417989;var _0x1201d1;return(_0x1201d1=_0xcb9790[_0x11c941(0x14a)]('[data-embed-float-dom]'))==null?void 0x0:_0x1201d1[_0x11c941(0xcc)][_0x11c941(0x523)];},'getMaxScrollLeft':()=>{const _0x16ceb5=_0x417989;let _0x4bb761=_0x103427[_0x16ceb5(0x67d)][_0x16ceb5(0x38a)]-_0x103427[_0x16ceb5(0x67d)][_0x16ceb5(0x452)];return _0x4bb761>0x0?_0x4bb761:void 0x0;}});return _0xcb9790[_0x417989(0x607)](_0x417989(0x729),_0x9ee266,{'capture':!0x0,'passive':!0x1}),()=>_0xcb9790[_0x417989(0x5cf)](_0x417989(0x729),_0x9ee266,{'capture':!0x0});},[_0x33dba9]),(0x0,_0x258aa1[_0x3281f9(0x199)])('div',{'ref':_0x29d90a,'className':_0x3281f9(0x394),'data-u-comp':_0x3281f9(0x425),'data-embed-docs-custom-block':_0x3281f9(0xd4),'data-embed-docs-custom-block-child-type':(_0x3f8f6b==null?void 0x0:_0x3f8f6b[_0x3281f9(0x559)])==null?void 0x0:String(_0x3f8f6b[_0x3281f9(0x559)]),'data-embed-docs-custom-block-sheet-like':_0x33dba9?'true':void 0x0,'style':_0x1acbb4,'children':(0x0,_0x258aa1[_0x3281f9(0x199)])(_0x2cdbbb,{..._0x4ae3d2,'docsCustomBlockLayout':_0x33dba9?{'bleedLeft':_0x25ed22[_0x3281f9(0x3e5)],'bleedWidth':_0x25ed22[_0x3281f9(0x452)],'contentHeight':_0x4b96e5,'floatingMenuInsetTop':0x34,'sheetLike':!0x0,'viewportHeight':_0x3c9981}:{'floatingMenuInsetTop':0x34,'sheetLike':!0x1},'interactionFlow':_0x3281f9(0x546),'onHostWheel':_0x33dba9?_0x58242c:void 0x0,'onRuntimeStageEnter':_0x28c2c2,'syncHostVerticalScroll':_0x33dba9})});}function _0x426f61(_0x36ef2c,_0x1e48e0,_0x2724c2){const _0x4a77ef=_0x118bac;var _0x2063d1;_0x2724c2!=='stage2'||!_0x1e48e0||(_0x2063d1=_0x36ef2c[_0x4a77ef(0x72a)](_0x1e48e0))==null||(_0x2063d1=_0x2063d1['with'](_0x16f5e7['DocSelectionRenderService']))==null||_0x2063d1[_0x4a77ef(0x502)]();}function _0x346d39(_0x375c6a){return _0x4baa5c=>{const _0x39d4ed=_0x511b;var _0x141e75;let _0x4f72ad=_0x375c6a[_0x39d4ed(0x71b)]();!_0x4f72ad||_0x4baa5c[_0x39d4ed(0xfe)]||_0x4baa5c['metaKey']||(0x0,_0x16f5e7['scrollDocsTableLikeCustomBlockLive'])(_0x4baa5c,_0x4f72ad,{'maxScrollLeft':(_0x141e75=_0x375c6a[_0x39d4ed(0x286)])==null?void 0x0:_0x141e75[_0x39d4ed(0xf4)](_0x375c6a)})&&(_0x4baa5c['preventDefault'](),_0x4baa5c[_0x39d4ed(0x6ed)]());};}function _0x42263c(_0x306d2d){let _0x1bd19b=_0x346d39(_0x306d2d);return _0x32db6b=>{const _0x5da9c=_0x511b;_0x306d2d[_0x5da9c(0x6ac)]()!==_0x5da9c(0x510)||!_0x588c3b(_0x32db6b)||_0x1bd19b(_0x32db6b);};}function _0x3600eb(_0x35b3b5){return(0x0,_0x16f5e7['resolveDocsTableLikeCustomBlockContentHeight'])(_0x35b3b5,0x1e0);}function _0x2e5a2c(_0x3a0f22){const _0x2dd33f=_0x118bac;return(0x0,_0x16f5e7[_0x2dd33f(0xf1)])(_0x3a0f22['viewportHeight'],_0x3a0f22[_0x2dd33f(0x5f6)]);}function _0x23582d(_0x1ee981,_0x5a819b){const _0x777d8a=_0x118bac;return Number[_0x777d8a(0xf6)](_0x1ee981)&&(_0x1ee981==null?0x0:_0x1ee981)>0x0?_0x1ee981:(0x0,_0x16f5e7[_0x777d8a(0x247)])(void 0x0,_0x5a819b());}function _0x24a209(_0x48c1dc,_0x4f0aac){const _0x5b2a88=_0x118bac;return!(_0x4f0aac instanceof Node&&_0x48c1dc[_0x5b2a88(0x1e8)](_0x4f0aac));}function _0xf0fc07(_0x23c534){const _0xc287ce=_0x118bac;if(!_0x23c534||typeof _0x23c534!=_0xc287ce(0x294))return;let _0x294e5a=_0x23c534;if(!(_0x294e5a['version']!==0x1||!_0x294e5a[_0xc287ce(0x5bc)]||!_0x294e5a[_0xc287ce(0x333)]))return _0x294e5a;}function _0x3b8acc(_0x1819ff){const _0x154fb4=_0x118bac;return _0x1819ff[_0x154fb4(0x623)]||_0x1819ff[_0x154fb4(0xfe)]||_0x1819ff['metaKey']?!0x1:Math[_0x154fb4(0x4d8)](_0x1819ff[_0x154fb4(0x692)])>Math[_0x154fb4(0x4d8)](_0x1819ff[_0x154fb4(0x74a)]);}function _0x588c3b(_0x265274){const _0x58c1f7=_0x118bac;if(_0x265274[_0x58c1f7(0xfe)]||_0x265274[_0x58c1f7(0x170)])return!0x1;let _0x425777=_0x265274['deltaX']||(_0x265274[_0x58c1f7(0x623)]?_0x265274['deltaY']:0x0),_0x53bf6d=_0x265274[_0x58c1f7(0x623)]?0x0:_0x265274['deltaY'];return Math['abs'](_0x425777)>Math[_0x58c1f7(0x4d8)](_0x53bf6d);}function _0x55c10c(_0x4a9266,_0x17b113){const _0x17dc74=_0x118bac;let _0x4d4a98=_0x4a9266[_0x17dc74(0x14a)](_0x17dc74(0x3b7)),_0x1e8c13=_0x4a9266[_0x17dc74(0x14a)]('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'),_0x35d1d6=[Math[_0x17dc74(0x1d4)](0x1,_0x17b113)];return _0x56230f(_0x4d4a98,_0x35d1d6),_0x56230f(_0x1e8c13,_0x35d1d6),Math[_0x17dc74(0x1d4)](..._0x35d1d6[_0x17dc74(0x2f0)](_0x56a659=>Number[_0x17dc74(0xf6)](_0x56a659)&&_0x56a659>0x0));}function _0x56230f(_0x332c98,_0x4f61c5){const _0x7f702=_0x118bac;if(_0x332c98){_0x4f61c5['push'](_0x332c98[_0x7f702(0x3cd)],_0x332c98[_0x7f702(0x6a9)],_0x332c98['getBoundingClientRect']()['width']);for(let _0x557666 of Array[_0x7f702(0x289)](_0x332c98[_0x7f702(0x3de)])){if(!(_0x557666 instanceof HTMLElement))continue;let _0x1e2cac=_0x557666[_0x7f702(0x6b7)](),_0xca6d33=_0x332c98['getBoundingClientRect']();_0x4f61c5['push'](_0x557666[_0x7f702(0x3cd)],_0x557666[_0x7f702(0x6a9)],_0x1e2cac[_0x7f702(0x1b0)]-_0xca6d33['left']);}}}let _0x49a92f=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x3dd9d9){const _0x2f5a7e=_0x118bac;super(),this[_0x2f5a7e(0x4a0)]=_0x3dd9d9,this[_0x2f5a7e(0x5cc)]();}[_0x118bac(0x5cc)](){const _0x520cf8=_0x118bac;this['disposeWithMe'](this[_0x520cf8(0x4a0)]['register'](_0x4a8aca[_0x520cf8(0x1ea)],_0x39cac2)),this[_0x520cf8(0x377)](this[_0x520cf8(0x4a0)]['register'](_0x73305e[_0x520cf8(0x63d)],_0x2cdbbb));}};_0x49a92f=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51['Inject'])(_0x1468c8[_0x118bac(0x612)]))],_0x49a92f);let _0x3f3a8c=class{constructor(_0x758279,_0x19a1ec){const _0x4975a3=_0x118bac;this[_0x4975a3(0x609)]=_0x758279,this[_0x4975a3(0x732)]=_0x19a1ec,this[_0x4975a3(0x732)][_0x4975a3(0x246)]({'childType':_0x4a1c51[_0x4975a3(0x336)]['UNIVER_DOC'],'handleWheel':_0x3b0cf7=>this['_injector'][_0x4975a3(0x722)](_0xb53eea[_0x4975a3(0x1dc)])?this[_0x4975a3(0x609)][_0x4975a3(0x714)](_0xb53eea[_0x4975a3(0x1dc)])['handleWheel']({'childUnitId':_0x3b0cf7[_0x4975a3(0x4c1)],'event':_0x3b0cf7[_0x4975a3(0x1a5)],'source':_0x3b0cf7[_0x4975a3(0x63e)]}):!0x1,'order':0x64});}};_0x3f3a8c=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51['Inject'])(_0x4a1c51['Injector'])),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x3957bf))],_0x3f3a8c);let _0xbea479=[_0x4a1c51['UniverInstanceType']['UNIVER_DOC'],_0x4a1c51['UniverInstanceType'][_0x118bac(0x6c7)],_0x4a1c51[_0x118bac(0x336)][_0x118bac(0x109)],_0x4a1c51[_0x118bac(0x336)][_0x118bac(0x3af)]],_0x49babd=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x182544,_0x4270c4){const _0x3304ef=_0x118bac;super(),this[_0x3304ef(0x389)]=_0x182544,this['_anchorModelService']=_0x4270c4,_0xbea479['forEach'](_0x48b5bf=>{const _0x52b4cb=_0x3304ef;this['disposeWithMe'](this[_0x52b4cb(0x389)][_0x52b4cb(0x2bd)](_0x48b5bf)[_0x52b4cb(0x26e)](_0x13b27a=>{const _0x39af10=_0x52b4cb;this['_anchorModelService'][_0x39af10(0x40c)](_0x13b27a[_0x39af10(0x5eb)]());}));});}};_0x49babd=_0x5c1435([_0x4ded49(0x0,_0x4a1c51[_0x118bac(0x723)]),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e['EmbedHostAnchorModelService']))],_0x49babd);let _0x45af56=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x75a0d9,_0x350c73,_0x2f7853,_0x1fc916){const _0x569218=_0x118bac;super(),this[_0x569218(0x28a)]=_0x75a0d9,this[_0x569218(0x525)]=_0x350c73,this[_0x569218(0x242)]=_0x2f7853,this['_injector']=_0x1fc916,_0x2d0c25(this,_0x569218(0x37b),null),_0x2d0c25(this,'_currentOverride',null),this[_0x569218(0x377)]((0x0,_0x4a1c51[_0x569218(0xbb)])(this[_0x569218(0x28a)][_0x569218(0x678)]['subscribe'](_0x3be848=>{const _0x4ae43c=_0x569218;var _0x22649b,_0x39b749,_0x152d0c;if(!_0x3be848){this[_0x4ae43c(0x37b)]?(this[_0x4ae43c(0x37b)][_0x4ae43c(0x60c)](),this[_0x4ae43c(0x37b)]=null):this['_ribbonOverrideService'][_0x4ae43c(0x173)](),this[_0x4ae43c(0x75e)]=null;return;}if(_0x32d35e(this[_0x4ae43c(0x75e)],_0x3be848))return;(_0x22649b=this[_0x4ae43c(0x37b)])==null||_0x22649b['dispose'](),this[_0x4ae43c(0x37b)]=null,this[_0x4ae43c(0x75e)]=null;let _0x4ea5d3=this[_0x4ae43c(0x525)][_0x4ae43c(0x714)](_0x3be848[_0x4ae43c(0x559)]),_0x570fe1=_0x4ea5d3==null||(_0x39b749=_0x4ea5d3[_0x4ae43c(0x470)])==null?void 0x0:_0x39b749[_0x4ae43c(0xf4)](_0x4ea5d3,{'childType':_0x3be848[_0x4ae43c(0x559)],'childUnitId':_0x3be848['childUnitId'],'injector':this[_0x4ae43c(0x609)],'embedId':_0x3be848[_0x4ae43c(0x5bc)],'hostUnitId':_0x3be848['hostUnitId'],'entry':_0x3be848['entry']});if(!_0x570fe1){this['_ribbonOverrideService'][_0x4ae43c(0x173)]();return;}this[_0x4ae43c(0x242)]['activate']({'id':_0x3be848[_0x4ae43c(0x5bc)],'ribbonService':_0x570fe1[_0x4ae43c(0x3c1)],'injector':_0x570fe1['injector'],'portalContainer':(_0x152d0c=_0x570fe1[_0x4ae43c(0x439)])==null?_0x3be848['portalContainer']:_0x152d0c,'placeholderTitle':_0x570fe1[_0x4ae43c(0x667)],'hideToolbar':_0x570fe1[_0x4ae43c(0x4ac)]}),this[_0x4ae43c(0x75e)]=_0x3be848,this[_0x4ae43c(0x37b)]=(0x0,_0x4a1c51[_0x4ae43c(0xbb)])(()=>{const _0x82d6d2=_0x4ae43c;var _0x293b06;this[_0x82d6d2(0x242)][_0x82d6d2(0x173)](_0x3be848[_0x82d6d2(0x5bc)]),(_0x293b06=_0x570fe1['disposable'])==null||_0x293b06[_0x82d6d2(0x60c)](),this[_0x82d6d2(0x75e)]=null;});})));}['dispose'](){const _0x187b6e=_0x118bac;var _0x2ddab3;(_0x2ddab3=this[_0x187b6e(0x37b)])==null||_0x2ddab3[_0x187b6e(0x60c)](),this[_0x187b6e(0x37b)]=null,this['_currentOverride']=null,super[_0x187b6e(0x60c)]();}};_0x45af56=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51['Inject'])(_0x247cd5)),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1f9ba5)),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x1468c8[_0x118bac(0x189)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x721)]))],_0x45af56);function _0x32d35e(_0x1a7060,_0x5121ec){const _0x5ebd02=_0x118bac;return _0x1a7060!=null&&_0x1a7060[_0x5ebd02(0x2dc)]===_0x5121ec[_0x5ebd02(0x2dc)]&&_0x1a7060[_0x5ebd02(0x5bc)]===_0x5121ec['embedId']&&_0x1a7060['childUnitId']===_0x5121ec[_0x5ebd02(0x4c1)]&&_0x1a7060['childType']===_0x5121ec['childType']&&_0x1a7060[_0x5ebd02(0x3be)]===_0x5121ec[_0x5ebd02(0x3be)]&&_0x1a7060[_0x5ebd02(0x531)]===_0x5121ec[_0x5ebd02(0x531)]&&_0x1a7060[_0x5ebd02(0x439)]===_0x5121ec[_0x5ebd02(0x439)]&&_0x1a7060[_0x5ebd02(0x176)]===_0x5121ec['hideHostFxBar']&&_0x1a7060[_0x5ebd02(0xd5)]===_0x5121ec[_0x5ebd02(0xd5)];}function _0x53f00c(_0x5dcdf5){const _0x28dfc5=_0x118bac;let _0x24ff16=[];return[[_0x4a1c51[_0x28dfc5(0x336)]['UNIVER_DOC'],_0x28dfc5(0x463)],[_0x4a1c51[_0x28dfc5(0x336)][_0x28dfc5(0x6c7)],_0x28dfc5(0x633)],[_0x4a1c51['UniverInstanceType'][_0x28dfc5(0x3af)],_0x28dfc5(0x3ef)],[_0x4a1c51['UniverInstanceType'][_0x28dfc5(0x109)],'bases-ui.ribbon']][_0x28dfc5(0x362)](([_0x47ea2b,_0x169bb6])=>{const _0x3cce53=_0x28dfc5;let _0x4ca3db=_0x4ef1fb(_0x5dcdf5,{'childType':_0x47ea2b,'id':_0x169bb6});_0x4ca3db&&_0x24ff16[_0x3cce53(0x6f2)](_0x4ca3db);}),_0x24ff16;}var _0x2b6f2d=class{constructor(){const _0x15b23c=_0x118bac;_0x2d0c25(this,_0x15b23c(0x2e5),new Map());}[_0x118bac(0x246)](_0x23b1fb){const _0x26855f=_0x118bac;return this['_providers']['set'](_0x23b1fb[_0x26855f(0x559)],_0x23b1fb),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x1db99e=_0x26855f;this['_providers'][_0x1db99e(0x714)](_0x23b1fb[_0x1db99e(0x559)])===_0x23b1fb&&this['_providers'][_0x1db99e(0x2cd)](_0x23b1fb[_0x1db99e(0x559)]);});}[_0x118bac(0x714)](_0x14da92){const _0x38873e=_0x118bac;return this['_providers'][_0x38873e(0x714)](_0x14da92);}[_0x118bac(0x4ff)](){const _0x190447=_0x118bac;return[...this[_0x190447(0x2e5)][_0x190447(0x308)]()];}['measureContentSize'](_0x13dfd7){const _0x4bf485=_0x118bac;var _0x469799;return(_0x469799=this[_0x4bf485(0x714)](_0x13dfd7['childType']))==null?void 0x0:_0x469799[_0x4bf485(0x597)](_0x13dfd7);}};function _0x27640d(_0x5c4ace,_0x11b963,_0x1aa95e=_0x398a78(_0x5c4ace),_0x75ae7a={}){const _0x2377c8=_0x118bac;var _0x3c89db,_0x101327,_0x481707,_0x1c85a5,_0x58456a;let _0x28878c=_0x5c4ace[_0x2377c8(0x5c1)][_0x2377c8(0x714)](_0x11b963),_0x2d09a6=(_0x3c89db=_0x75ae7a[_0x2377c8(0x44a)])==null?_0x75ae7a[_0x2377c8(0x73a)]===!0x1?void 0x0:(_0x101327=(_0x481707=_0x5c4ace['runtimeScope'])==null?void 0x0:_0x481707[_0x2377c8(0x5c1)])==null?_0x451c5a(_0x5c4ace):_0x101327:_0x3c89db,_0x2a24e3=!_0x75ae7a[_0x2377c8(0x44a)]&&_0x2d09a6!==((_0x1c85a5=_0x5c4ace[_0x2377c8(0x41f)])==null?void 0x0:_0x1c85a5[_0x2377c8(0x5c1)]),_0x598326=_0xfe0e7d(_0x28878c,_0x5c4ace[_0x2377c8(0x4c1)],_0x2d09a6);if(!_0x598326){_0x2a24e3&&(_0x2d09a6==null||_0x2d09a6['dispose']());return;}_0x1aa95e[_0x2377c8(0xcc)][_0x2377c8(0x6e8)]=_0x5c4ace[_0x2377c8(0x4c1)],_0x1aa95e[_0x2377c8(0xcc)][_0x2377c8(0x26d)]=_0x5c4ace[_0x2377c8(0x6af)][_0x2377c8(0x395)];try{var _0x10a409,_0x5cd683;(_0x10a409=(_0x5cd683=_0x598326[_0x2377c8(0x666)])[_0x2377c8(0x40b)])==null||_0x10a409[_0x2377c8(0xf4)](_0x5cd683);}catch{}_0x598326[_0x2377c8(0x666)][_0x2377c8(0xde)](_0x1aa95e),_0x4479f2(_0x598326,_0x1aa95e),_0xb2724a(_0x598326,{'activate':(_0x58456a=_0x75ae7a['activate'])==null||_0x58456a});let _0x411896=_0x451779(_0x598326,_0x1aa95e,{'activate':!0x1});return(0x0,_0x4a1c51[_0x2377c8(0xbb)])(()=>{const _0xe0bec5=_0x2377c8;var _0xd3cb88;_0x411896['dispose']();try{var _0x3395d1,_0x381ef2;(_0x3395d1=(_0x381ef2=_0x598326[_0xe0bec5(0x666)])['unmount'])==null||_0x3395d1[_0xe0bec5(0xf4)](_0x381ef2);}catch{}(_0xd3cb88=_0x28878c[_0xe0bec5(0x72e)])==null||_0xd3cb88['call'](_0x28878c,_0x5c4ace[_0xe0bec5(0x4c1)]),_0x1aa95e[_0xe0bec5(0x30f)]('data-embed-child-render-unit-id'),_0x1aa95e[_0xe0bec5(0x30f)](_0xe0bec5(0x619)),_0x2a24e3&&(_0x2d09a6==null||_0x2d09a6[_0xe0bec5(0x60c)]());});}function _0x451c5a(_0x49a2ad){const _0x3c3ffd=_0x118bac;if(typeof _0x49a2ad[_0x3c3ffd(0x5c1)]['has']==_0x3c3ffd(0x52a)&&!(!_0x49a2ad[_0x3c3ffd(0x5c1)]['has'](_0x4a1c51[_0x3c3ffd(0x723)])||!_0x49a2ad[_0x3c3ffd(0x5c1)][_0x3c3ffd(0x722)](_0x4a1c51[_0x3c3ffd(0x36f)])))return _0x53c6dd(_0x49a2ad);}function _0x451779(_0x5c9b1a,_0x27fded,_0x3af1f8={}){const _0x5a6aff=_0x118bac;if(typeof ResizeObserver>'u')return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0x48235f=-0x1,_0x1ce27b=-0x1,_0x439360=0x0,_0xb62a09=new ResizeObserver(_0xf8582e=>{const _0x5dbe11=_0x511b;var _0x73dd46,_0x2460b8,_0x3879ae;let _0xa242ac=(_0x73dd46=_0xf8582e[0x0])==null?void 0x0:_0x73dd46[_0x5dbe11(0x257)],_0x27d1aa=(_0x2460b8=_0xa242ac==null?void 0x0:_0xa242ac[_0x5dbe11(0x5df)])==null?_0x27fded[_0x5dbe11(0x6b8)]:_0x2460b8,_0x4cc6b9=(_0x3879ae=_0xa242ac==null?void 0x0:_0xa242ac[_0x5dbe11(0x2c7)])==null?_0x27fded[_0x5dbe11(0x337)]:_0x3879ae;(_0x27d1aa!==_0x48235f||_0x4cc6b9!==_0x1ce27b)&&(_0x48235f=_0x27d1aa,_0x1ce27b=_0x4cc6b9,_0x439360&&window['cancelAnimationFrame'](_0x439360),_0x439360=window[_0x5dbe11(0x668)](()=>{const _0x3667a4=_0x5dbe11;var _0x2117cb;_0x439360=0x0,_0xb2724a(_0x5c9b1a,{'activate':(_0x2117cb=_0x3af1f8[_0x3667a4(0x133)])!=null&&_0x2117cb});}));});return _0xb62a09[_0x5a6aff(0x53c)](_0x27fded),(0x0,_0x4a1c51[_0x5a6aff(0xbb)])(()=>{const _0x55fb4a=_0x5a6aff;_0x439360&&window[_0x55fb4a(0x1a8)](_0x439360),_0xb62a09[_0x55fb4a(0x1ed)]();});}function _0x398a78(_0x2ab1df){const _0x8f3025=_0x118bac;var _0x43fd4c,_0x584c95,_0x49f2a5;return(_0x43fd4c=(_0x584c95=(_0x49f2a5=_0x2ab1df[_0x8f3025(0x41f)][_0x8f3025(0x5b3)][_0x8f3025(0x648)])==null?_0x2ab1df['renderScope'][_0x8f3025(0x75f)]:_0x49f2a5)==null?_0x2ab1df[_0x8f3025(0x6af)]['contentRoot']:_0x584c95)==null?_0x2ab1df[_0x8f3025(0x6af)][_0x8f3025(0x2fe)]:_0x43fd4c;}function _0x4479f2(_0x1b0b5a,_0x4f943b){const _0x24f7cd=_0x118bac;var _0x3a6fc1,_0x441bc0,_0x51e655,_0x2dd490,_0x1219eb,_0x105f66;let _0x310635=(_0x3a6fc1=(_0x441bc0=(_0x51e655=_0x1b0b5a[_0x24f7cd(0x666)])['getCanvasElement'])==null?void 0x0:_0x441bc0[_0x24f7cd(0xf4)](_0x51e655))==null?(_0x2dd490=(_0x1219eb=_0x1b0b5a[_0x24f7cd(0x666)])[_0x24f7cd(0x2e1)])==null||(_0x2dd490=_0x2dd490[_0x24f7cd(0xf4)](_0x1219eb))==null||(_0x105f66=_0x2dd490[_0x24f7cd(0x5a6)])==null?void 0x0:_0x105f66[_0x24f7cd(0xf4)](_0x2dd490):_0x3a6fc1;!_0x310635||_0x310635[_0x24f7cd(0x6d4)]===_0x4f943b||_0x4f943b['appendChild'](_0x310635);}function _0x28d5e1(_0x1f4063,_0x344bea,_0x3ea3f3){const _0x22873f=_0x118bac;try{let _0x4129d6=_0x1f4063['getRenderUnitById'](_0x344bea);if(_0x4129d6){var _0x4dcf3a;if(!_0x3ea3f3||_0x567ca7(_0x4129d6)===_0x3ea3f3)return _0x4129d6;(_0x4dcf3a=_0x1f4063[_0x22873f(0x72e)])==null||_0x4dcf3a[_0x22873f(0xf4)](_0x1f4063,_0x344bea);}return _0x1f4063['createRender'](_0x344bea,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3ea3f3,'skipAutoRender':!0x0});}catch{return;}}function _0xfe0e7d(_0x199709,_0x4e54b8,_0x3bb062){const _0x15137a=_0x118bac;try{let _0x28cbfe=_0x199709[_0x15137a(0x72a)](_0x4e54b8);if(_0x28cbfe){var _0x422f89;if(!_0x3bb062||_0x567ca7(_0x28cbfe)===_0x3bb062)return _0x28cbfe;(_0x422f89=_0x199709[_0x15137a(0x72e)])==null||_0x422f89['call'](_0x199709,_0x4e54b8);}return _0x199709['createRender'](_0x4e54b8,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x3bb062,'skipAutoRender':!0x0});}catch(_0x4d7047){var _0x17f3a6;(_0x17f3a6=_0x199709['removeRender'])==null||_0x17f3a6[_0x15137a(0xf4)](_0x199709,_0x4e54b8),console['warn'](_0x15137a(0x485),_0x4d7047);return;}}function _0x567ca7(_0x164eab){const _0x1ad0ec=_0x118bac;try{var _0x26cba4;return(_0x26cba4=_0x164eab[_0x1ad0ec(0x57c)])==null?void 0x0:_0x26cba4[_0x1ad0ec(0xf4)](_0x164eab,_0x4a1c51['Injector']);}catch{return;}}function _0xb2724a(_0x1f31b8,_0x5d15fc={}){const _0x3d9245=_0x118bac;var _0x402d9b,_0x4d3368,_0x1136a4,_0xb25c39;if(_0x5d15fc['activate']){var _0x20dc7c;(_0x20dc7c=_0x1f31b8['activate'])==null||_0x20dc7c['call'](_0x1f31b8);}_0x1f31b8[_0x3d9245(0x666)][_0x3d9245(0x67e)](),_0x1f31b8[_0x3d9245(0x16a)]['forEach'](_0xc492c4=>{const _0x409875=_0x3d9245;var _0x24d228,_0x358e49;(_0x24d228=_0xc492c4[_0x409875(0x3ea)])==null||_0x24d228[_0x409875(0xf4)](_0xc492c4,!0x0),(_0x358e49=_0xc492c4[_0x409875(0x522)])==null||_0x358e49[_0x409875(0xf4)](_0xc492c4,!0x0);}),(_0x402d9b=_0x1f31b8[_0x3d9245(0x321)])==null||(_0x4d3368=_0x402d9b[_0x3d9245(0x522)])==null||_0x4d3368[_0x3d9245(0xf4)](_0x402d9b,!0x0),_0x1f31b8[_0x3d9245(0x4b1)][_0x3d9245(0x522)](),(_0x1136a4=(_0xb25c39=_0x1f31b8[_0x3d9245(0x4b1)])[_0x3d9245(0x30d)])==null||_0x1136a4[_0x3d9245(0xf4)](_0xb25c39);}function _0x492d56(_0x54e758,_0x13b2f3){return{'childType':_0x13b2f3['childType'],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x42aa0d=>_0x44d0a6(_0x54e758,_0x13b2f3['renderManagerService'],_0x42aa0d)};}function _0x44d0a6(_0x141892,_0x48df9e,_0x5d1959){const _0x2154b4=_0x118bac;var _0x1c6ac8,_0x461041,_0x506d2b;if(_0x5d1959[_0x2154b4(0x533)]){let _0x543c77=_0xedafcd(_0x5d1959[_0x2154b4(0x533)]);if(_0x543c77)return _0x543c77;}if(typeof document>'u')return;let _0x33e455=document[_0x2154b4(0x4c7)]('div');_0x33e455[_0x2154b4(0x5d3)][_0x2154b4(0x5bb)]=_0x2154b4(0x696),_0x33e455[_0x2154b4(0x5d3)][_0x2154b4(0x41d)]=_0x2154b4(0x356),_0x33e455[_0x2154b4(0x5d3)]['top']='-100000px',_0x33e455['style'][_0x2154b4(0x5df)]=Math[_0x2154b4(0x1d4)](0x1,Math[_0x2154b4(0x3ee)](_0x5d1959[_0x2154b4(0x5df)]))+'px',_0x33e455[_0x2154b4(0x5d3)]['height']=Math[_0x2154b4(0x1d4)](0x1,Math[_0x2154b4(0x3ee)](_0x5d1959[_0x2154b4(0x2c7)]))+'px',_0x33e455[_0x2154b4(0x5d3)][_0x2154b4(0x383)]=_0x2154b4(0x35e),document['body']['appendChild'](_0x33e455);let _0x3694ae=_0x141892[_0x2154b4(0x714)](_0x48df9e),_0x2b2ed3=(_0x1c6ac8=_0x5d1959[_0x2154b4(0x533)])!=null&&(_0x1c6ac8=_0x1c6ac8['runtimeScope'])!=null&&_0x1c6ac8[_0x2154b4(0x5c1)]?void 0x0:_0x53c6dd(_0x416f57(_0x141892,_0x5d1959,_0x33e455)),_0x2c20f0=(_0x461041=(_0x506d2b=_0x5d1959[_0x2154b4(0x533)])==null||(_0x506d2b=_0x506d2b[_0x2154b4(0x41f)])==null?void 0x0:_0x506d2b[_0x2154b4(0x5c1)])==null?_0x2b2ed3:_0x461041,_0x1d7c49=_0x28d5e1(_0x3694ae,_0x5d1959[_0x2154b4(0x4c1)],_0x2c20f0);if(!_0x1d7c49){_0x2b2ed3==null||_0x2b2ed3[_0x2154b4(0x60c)](),_0x33e455[_0x2154b4(0x2f4)]();return;}try{var _0x58f98f,_0x342a24,_0x323088,_0x17b610,_0x15d860,_0x452738;_0x1d7c49[_0x2154b4(0x666)][_0x2154b4(0xde)](_0x33e455),_0xb2724a(_0x1d7c49,{'activate':!0x1});let _0x590a1d=(_0x58f98f=(_0x342a24=(_0x323088=_0x1d7c49[_0x2154b4(0x666)])[_0x2154b4(0x140)])==null?void 0x0:_0x342a24['call'](_0x323088))==null?(_0x17b610=(_0x15d860=_0x1d7c49[_0x2154b4(0x666)])[_0x2154b4(0x2e1)])==null||(_0x17b610=_0x17b610[_0x2154b4(0xf4)](_0x15d860))==null||(_0x452738=_0x17b610[_0x2154b4(0x5a6)])==null?void 0x0:_0x452738[_0x2154b4(0xf4)](_0x17b610):_0x58f98f;return!_0x590a1d||_0x590a1d[_0x2154b4(0x5df)]<=0x1||_0x590a1d['height']<=0x1||typeof _0x590a1d[_0x2154b4(0x69a)]!=_0x2154b4(0x52a)?void 0x0:_0x590a1d[_0x2154b4(0x69a)]('image/png');}catch{return;}finally{try{var _0x5cb168,_0xf10b59;(_0x5cb168=(_0xf10b59=_0x1d7c49[_0x2154b4(0x666)])[_0x2154b4(0x40b)])==null||_0x5cb168[_0x2154b4(0xf4)](_0xf10b59);}catch{}if(_0x2b2ed3){var _0xbbb89c;(_0xbbb89c=_0x3694ae[_0x2154b4(0x72e)])==null||_0xbbb89c[_0x2154b4(0xf4)](_0x3694ae,_0x5d1959['childUnitId']),_0x2b2ed3[_0x2154b4(0x60c)]();}_0x33e455[_0x2154b4(0x2f4)]();}}function _0x416f57(_0x1e5f25,_0x1c6115,_0xfef68b){const _0x2bce25=_0x118bac;let _0x2171ca=_0x56be2b(_0x1c6115),_0x423d1d=()=>{};return{'descriptor':_0x1c6115[_0x2bce25(0x319)],'layout':_0x2171ca,'injector':_0x1e5f25,'hostElement':_0xfef68b,'container':_0xfef68b,'hostUnitId':_0x1c6115['descriptor'][_0x2bce25(0x2dc)],'embedId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x5bc)],'childUnitId':_0x1c6115['childUnitId'],'childType':_0x1c6115[_0x2bce25(0x559)],'renderScope':{'hostUnitId':_0x1c6115[_0x2bce25(0x319)]['hostUnitId'],'hostAnchorId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x333)],'embedId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x5bc)],'childUnitId':_0x1c6115[_0x2bce25(0x4c1)],'childType':_0x1c6115[_0x2bce25(0x559)],'layout':_0x2171ca,'mode':'float','rootElement':_0xfef68b,'contentRoot':_0xfef68b,'canvasRoot':_0xfef68b,'active$':(0x0,_0x416516['of'])(!0x1)},'runtimeScope':{'descriptor':_0x1c6115[_0x2bce25(0x319)],'host':{'unitId':_0x1c6115['descriptor'][_0x2bce25(0x2dc)],'type':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x53f)],'anchorId':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x333)],'entry':_0x1c6115[_0x2bce25(0x319)][_0x2bce25(0x3be)],'layout':_0x2bce25(0x48d)},'child':{'unitId':_0x1c6115['childUnitId'],'type':_0x1c6115[_0x2bce25(0x559)]},'injector':_0x1e5f25,'roots':{'root':_0xfef68b,'content':_0xfef68b,'canvas':_0xfef68b,'overlay':_0xfef68b,'popup':_0xfef68b},'activate':_0x423d1d,'deactivate':_0x423d1d,'dispose':_0x423d1d}};}function _0x56be2b(_0x19aaba){const _0xf5013e=_0x118bac;var _0x1e34e1,_0x29612d,_0x378b1a;let _0x528672=(_0x1e34e1=_0x19aaba['descriptor'][_0xf5013e(0x584)])==null?void 0x0:_0x1e34e1['floating'];return _0x528672&&typeof _0x528672==_0xf5013e(0x294)&&typeof _0x528672[_0xf5013e(0x767)]==_0xf5013e(0x1b3)?_0x528672[_0xf5013e(0x767)]:(_0x29612d=(_0x378b1a=_0x19aaba[_0xf5013e(0x533)])==null?void 0x0:_0x378b1a['layout'])==null?_0xf5013e(0x780):_0x29612d;}var _0x3f8bf3=class{constructor(){_0x2d0c25(this,'_providers',new Map());}[_0x118bac(0x246)](_0x5dfa8c){const _0x3afa99=_0x118bac;if(this['_providers'][_0x3afa99(0x722)](_0x5dfa8c[_0x3afa99(0x559)]))throw Error(_0x3afa99(0x55d)+_0x5dfa8c['childType']);this['_providers'][_0x3afa99(0x3d4)](_0x5dfa8c[_0x3afa99(0x559)],_0x5dfa8c);}[_0x118bac(0x714)](_0x556bf4){const _0x387cfa=_0x118bac;return this[_0x387cfa(0x2e5)][_0x387cfa(0x714)](_0x556bf4);}['list'](){const _0x4c06ff=_0x118bac;return[...this[_0x4c06ff(0x2e5)][_0x4c06ff(0x308)]()];}};let _0x3b33ef=new WeakMap(),_0x5ee074=new WeakMap();function _0x3859ab(_0xb59328,_0x2f5479,_0x2a4812){const _0x29f58d=_0x118bac;var _0x39348c,_0xc9328f;if(_0xd567ee(_0xb59328)){_0x1d0171(_0xb59328,_0x2f5479,_0x2a4812);return;}let _0x544e0e=_0xb59328;if((_0x39348c=_0x5ee074['get'](_0x544e0e))!=null&&_0x39348c[_0x29f58d(0x722)](_0x2f5479))return;let _0x4a1157=(_0xc9328f=_0x3b33ef[_0x29f58d(0x714)](_0x544e0e))==null?new Map():_0xc9328f;_0x4a1157['set'](_0x2f5479,_0x2a4812),_0x3b33ef[_0x29f58d(0x3d4)](_0x544e0e,_0x4a1157);}function _0x1ffb2f(_0x42ab6d){const _0x45a7db=_0x118bac;if(!_0xd567ee(_0x42ab6d))return;let _0x60a7bf=_0x42ab6d,_0x583ed3=_0x3b33ef[_0x45a7db(0x714)](_0x60a7bf);_0x583ed3!=null&&_0x583ed3[_0x45a7db(0x347)]&&(_0x583ed3[_0x45a7db(0x362)]((_0x141654,_0x43b02a)=>_0x1d0171(_0x42ab6d,_0x43b02a,_0x141654)),_0x3b33ef[_0x45a7db(0x2cd)](_0x60a7bf));}function _0x1d0171(_0x4d84bf,_0x2e7464,_0x2b04cc){const _0x1830bd=_0x118bac;var _0x31483;let _0x14dd8d=_0x4d84bf,_0x22f724=(_0x31483=_0x5ee074[_0x1830bd(0x714)](_0x14dd8d))==null?new Set():_0x31483;_0x22f724[_0x1830bd(0x722)](_0x2e7464)||(_0x2b04cc(_0x4d84bf),_0x22f724[_0x1830bd(0x410)](_0x2e7464),_0x5ee074[_0x1830bd(0x3d4)](_0x14dd8d,_0x22f724));}function _0xd567ee(_0x33e861){const _0x2e0f7d=_0x118bac;return _0x33e861[_0x2e0f7d(0x722)](_0x73305e[_0x2e0f7d(0x717)])&&_0x33e861[_0x2e0f7d(0x722)](_0x1cd1ba)&&_0x33e861[_0x2e0f7d(0x722)](_0x55f3cf)&&_0x33e861['has'](_0x1f9ba5)&&_0x33e861[_0x2e0f7d(0x722)](_0x2a2d57)&&_0x33e861[_0x2e0f7d(0x722)](_0x23b823)&&_0x33e861[_0x2e0f7d(0x722)](_0x43540b)&&_0x33e861['has'](_0x2b6f2d)&&_0x33e861[_0x2e0f7d(0x722)](_0x3ef29)&&_0x33e861[_0x2e0f7d(0x722)](_0x3f8bf3);}function _0x39e948(_0x5cc497){let {childType:_0x4acda4,productName:_0x5cda5e}=_0x5cc497;return{'childType':_0x4acda4,'productName':_0x5cda5e,'hostChromeMode':'ribbon','layoutPolicy':{'tab':_0x73305e['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'float':_0x73305e['DEFAULT_EMBED_FLOAT_LAYOUT_POLICY'],'docFlow':_0x73305e['DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY']},'createRibbonOverride':({childUnitId:_0x578c3b,embedId:_0x33cf26,injector:_0x540fc7})=>{const _0x3eac69=_0x511b;let _0x16bf4d=_0x267cca(_0x540fc7,{'childType':_0x4acda4,'childUnitId':_0x578c3b,'embedId':_0x33cf26,'menuSchema':_0xa88aca(_0x540fc7,_0x4acda4,_0x5cc497[_0x3eac69(0x5ed)])});return{'mode':_0x3eac69(0x1d6),'ribbonService':_0x16bf4d[_0x3eac69(0x3c1)],'injector':_0x16bf4d[_0x3eac69(0x5c1)],'placeholderTitle':_0x5cda5e,'disposable':_0x16bf4d[_0x3eac69(0x327)]};}};}function _0xa88aca(_0x5e9aa2,_0x52f669,_0x2a16ce){const _0x1fc26f=_0x118bac;let _0x519f57=_0x5e9aa2;if(typeof _0x519f57[_0x1fc26f(0x722)]==_0x1fc26f(0x52a)&&typeof _0x519f57[_0x1fc26f(0x714)]=='function'&&_0x519f57[_0x1fc26f(0x722)](_0x2a2d57)){let _0x278d87=_0x519f57['get'](_0x2a2d57)[_0x1fc26f(0x649)](_0x52f669,_0x1fc26f(0x1d6));if(_0x278d87)return _0x278d87;}return _0x2a16ce;}function _0x3dd20a(_0x57df7a){const _0x1293a3=_0x118bac;var _0xc70338;let _0x1a172d=_0x5aee0f(_0x57df7a);return{'childType':_0x57df7a['childType'],'productName':_0x57df7a['productName'],'hostChromeMode':_0x1a172d,'hostHeaderMode':(_0xc70338=_0x57df7a[_0x1293a3(0x37e)])==null?_0x1293a3(0x35e):_0xc70338,'layoutPolicy':{'tab':{..._0x73305e['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x1a172d==='none'?_0x1293a3(0x699):_0x1293a3(0x146)},'float':_0x73305e[_0x1293a3(0x2c6)],'docFlow':_0x73305e[_0x1293a3(0x521)]},'createRibbonOverride':_0x1a172d===_0x1293a3(0x31d)?()=>({'mode':'title-only','ribbonService':_0x2241c7(),'placeholderTitle':_0x57df7a[_0x1293a3(0x31c)],'hideToolbar':!0x0}):void 0x0};}function _0x5aee0f(_0x46db88){const _0x29ec73=_0x118bac;return _0x46db88[_0x29ec73(0x353)]?_0x46db88[_0x29ec73(0x353)]:_0x46db88[_0x29ec73(0x37e)]===_0x29ec73(0x1b2)?'title-only':_0x29ec73(0x35e);}function _0x2241c7(){return{'ribbon$':(0x0,_0x416516['of'])([]),'activatedTab$':(0x0,_0x416516['of'])(''),'collapsedIds$':(0x0,_0x416516['of'])([]),'fakeToolbarVisible$':(0x0,_0x416516['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0x215875(){const _0x35171b=_0x118bac;return _0x3dd20a({'childType':_0x4a1c51[_0x35171b(0x336)][_0x35171b(0x109)],'productName':_0x35171b(0x64a),'hostChromeMode':_0x35171b(0x31d)});}function _0x2ea304(_0x2913ba){const _0x555b3d=_0x118bac;return{'childType':_0x4a1c51['UniverInstanceType'][_0x555b3d(0x109)],'measureContentSize':_0x20eaa4=>{const _0x56cf92=_0x555b3d;var _0x315ab6;let _0x142809=_0x2913ba==null||(_0x315ab6=_0x2913ba[_0x56cf92(0x6dd)])==null?void 0x0:_0x315ab6['call'](_0x2913ba),_0x1f7e85=_0x26f890(_0x20eaa4[_0x56cf92(0x1f8)],_0x142809),_0x2e0649=_0x52087e(_0x20eaa4[_0x56cf92(0x1f8)],_0x142809);return _0x1f7e85==null&&_0x2e0649==null?void 0x0:{'height':_0x1f7e85,'width':_0x2e0649};}};}function _0x26f890(_0x259084,_0x47de37){const _0x1bf4ff=_0x118bac;var _0x2d4375,_0x286938;let _0x5be5f3=_0x259084==null||(_0x2d4375=_0x259084['getSnapshot'])==null?void 0x0:_0x2d4375['call'](_0x259084);if(!(_0x5be5f3!=null&&_0x5be5f3[_0x1bf4ff(0x6ef)]))return;let _0x444bb9=_0x3a7fcb(_0x5be5f3,_0x47de37==null?void 0x0:_0x47de37[_0x1bf4ff(0x52c)]);if(!_0x444bb9)return;let _0x387f74=_0x46b8b7(_0x444bb9,_0x47de37==null?void 0x0:_0x47de37[_0x1bf4ff(0x790)]);return _0x481ca6[_0x1bf4ff(0x6e3)]+_0x491307(_0x444bb9)*(0x0,_0x481ca6[_0x1bf4ff(0x5a3)])(_0x387f74==null||(_0x286938=_0x387f74[_0x1bf4ff(0x415)])==null?void 0x0:_0x286938[_0x1bf4ff(0x3cc)])+_0x481ca6[_0x1bf4ff(0x275)]+_0x481ca6['GRID_SUMMARY_HEIGHT'];}function _0x52087e(_0x45f7cd,_0x4529d8){const _0x3ef9e0=_0x118bac;var _0x2bea73,_0x3c227e,_0x1c1983,_0x525bc6;let _0x5e6e3a=_0x45f7cd==null||(_0x2bea73=_0x45f7cd[_0x3ef9e0(0x4f5)])==null?void 0x0:_0x2bea73['call'](_0x45f7cd);if(!(_0x5e6e3a!=null&&_0x5e6e3a[_0x3ef9e0(0x6ef)]))return;let _0x2ac0e0=_0x3a7fcb(_0x5e6e3a,_0x4529d8==null?void 0x0:_0x4529d8[_0x3ef9e0(0x52c)]);if(!_0x2ac0e0)return;let _0x6cc214=_0x46b8b7(_0x2ac0e0,_0x4529d8==null?void 0x0:_0x4529d8[_0x3ef9e0(0x790)]),_0xbc45ac=(_0x3c227e=_0x2ac0e0[_0x3ef9e0(0x101)])==null?{}:_0x3c227e;return _0x481ca6[_0x3ef9e0(0x58c)]+(_0x6cc214!=null&&(_0x1c1983=_0x6cc214[_0x3ef9e0(0x15e)])!=null&&_0x1c1983[_0x3ef9e0(0x51d)]?_0x6cc214[_0x3ef9e0(0x15e)]:(_0x525bc6=_0x2ac0e0['fieldOrder'])!=null&&_0x525bc6[_0x3ef9e0(0x51d)]?_0x2ac0e0[_0x3ef9e0(0x15e)]:Object[_0x3ef9e0(0x11c)](_0xbc45ac))['reduce']((_0x3ad0a9,_0x1c58af)=>{const _0x2ebfc2=_0x3ef9e0;var _0x5c558d,_0x5a0f89;let _0x2a9d91=_0xbc45ac[_0x1c58af],_0x345d8e=_0x6cc214==null||(_0x5c558d=_0x6cc214[_0x2ebfc2(0x6b0)])==null?void 0x0:_0x5c558d[_0x1c58af];return _0x2a9d91&&!(_0x345d8e!=null&&_0x345d8e[_0x2ebfc2(0x699)])?_0x3ad0a9+_0x25927a((_0x5a0f89=_0x345d8e==null?void 0x0:_0x345d8e['width'])==null?_0x2a9d91['width']:_0x5a0f89):_0x3ad0a9;},0x0)+_0x481ca6['GRID_ADD_FIELD_COLUMN_WIDTH'];}function _0x25927a(_0x2ba00c){const _0x33eb5e=_0x118bac;return typeof _0x2ba00c==_0x33eb5e(0x3bc)&&Number[_0x33eb5e(0xf6)](_0x2ba00c)&&_0x2ba00c>0x0?_0x2ba00c:_0x481ca6[_0x33eb5e(0x635)];}function _0x3a7fcb(_0x201b9e,_0x63fd70){const _0xeead28=_0x118bac;var _0x1cf7c2;let _0x351e1b=_0x63fd70?(_0x1cf7c2=_0x201b9e[_0xeead28(0x6ef)])==null?void 0x0:_0x1cf7c2[_0x63fd70]:void 0x0;return _0x351e1b==null?_0x252ed8(_0x201b9e):_0x351e1b;}function _0x46b8b7(_0x21baa5,_0xde46e9){var _0x4a8dcb;let _0xe9eb9c=_0xde46e9?(_0x4a8dcb=_0x21baa5['views'])==null?void 0x0:_0x4a8dcb[_0xde46e9]:void 0x0;return _0xe9eb9c==null?_0x3d47cf(_0x21baa5):_0xe9eb9c;}function _0x252ed8(_0x2bd0ce){const _0x566a47=_0x118bac;var _0x1dfbf2,_0x4bce66;let _0x4434ed=(_0x1dfbf2=_0x2bd0ce[_0x566a47(0x6ef)])==null?{}:_0x1dfbf2,_0x22ebc5=(_0x4bce66=_0x2bd0ce[_0x566a47(0x5c0)])==null?[]:_0x4bce66;return[..._0x22ebc5,...Object[_0x566a47(0x11c)](_0x4434ed)[_0x566a47(0x2f0)](_0x5d63a9=>!_0x22ebc5['includes'](_0x5d63a9))][_0x566a47(0x734)](_0x246e2e=>_0x4434ed[_0x246e2e])[_0x566a47(0x3ae)](_0x6efa82=>_0x6efa82);}function _0x3d47cf(_0x3193a1){const _0x486c23=_0x118bac;var _0x507f02,_0x2d4263;let _0x42a098=(_0x507f02=_0x3193a1[_0x486c23(0x2df)])==null?{}:_0x507f02,_0x1deca7=(_0x2d4263=_0x3193a1[_0x486c23(0x44d)])==null?[]:_0x2d4263;return[..._0x1deca7,...Object[_0x486c23(0x11c)](_0x42a098)[_0x486c23(0x2f0)](_0x144b7f=>!_0x1deca7['includes'](_0x144b7f))][_0x486c23(0x734)](_0x1c909d=>_0x42a098[_0x1c909d])[_0x486c23(0x3ae)](_0x1a796d=>_0x1a796d);}function _0x491307(_0x195e6e){const _0x189317=_0x118bac;var _0x577d52,_0x114314;let _0x368c8d=(_0x577d52=_0x195e6e[_0x189317(0x2b6)])==null?{}:_0x577d52;return((_0x114314=_0x195e6e[_0x189317(0x52f)])!=null&&_0x114314['length']?_0x195e6e[_0x189317(0x52f)]:Object['keys'](_0x368c8d))[_0x189317(0x2f0)](_0x3ecdae=>_0x368c8d[_0x3ecdae])[_0x189317(0x51d)];}function _0x264f49(_0x49979e,_0x5bc68a,_0x5ab9fa){return{...(0x0,_0x73305e['createBasesTableListBlockHostAdapterContribution'])(_0x49979e,_0x5bc68a),'activateAnchor':_0xfd9ed9=>{_0x2b8942(_0xfd9ed9['hostUnitId'],_0xfd9ed9['hostAnchorId'],_0x5bc68a,_0x11fb89(_0x5ab9fa));}};}function _0x572e8e(){const _0x4508ef=_0x118bac;return{'hostType':_0x4a1c51[_0x4508ef(0x336)][_0x4508ef(0x109)],'entry':_0x4508ef(0x29c),'layout':'tab-peer','supportedLayouts':['tab-peer'],'menuBehavior':'host-override','mount':_0x1b8449=>{const _0x51a8f8=_0x4508ef;let _0xd757b9=_0x387693(_0x51a8f8(0x1dd),_0x1b8449[_0x51a8f8(0x319)][_0x51a8f8(0x333)]);return _0xd757b9?{'hostElement':_0xd757b9}:{};}};}function _0x2b8942(_0x203643,_0xf26043,_0x435c52,_0x210598){const _0x274da1=_0x118bac;var _0x12add3;if(!_0x210598)return;_0x210598['activateTable'](_0xf26043);let _0x1e4414=(_0x12add3=_0x59488d(_0x435c52,_0x203643))==null?void 0x0:_0x12add3['tables'][_0xf26043],_0x55e27f=_0x1e4414==null?void 0x0:_0x1e4414['viewOrder'][_0x274da1(0x3ae)](_0x3387a2=>_0x1e4414[_0x274da1(0x2df)][_0x3387a2]);_0x55e27f&&_0x210598[_0x274da1(0x3d7)](_0x55e27f),_0x210598['setSelection'](null),_0x210598[_0x274da1(0x5b7)]();}function _0x59488d(_0x16de19,_0x2e3334){const _0x52e165=_0x118bac;var _0x9e92e1;return _0x16de19==null||(_0x9e92e1=_0x16de19['getUnit'](_0x2e3334,_0x4a1c51[_0x52e165(0x336)][_0x52e165(0x109)]))==null?void 0x0:_0x9e92e1[_0x52e165(0x4f5)]();}function _0x11fb89(_0x41e63e){const _0x26edde=_0x118bac;return typeof _0x41e63e==_0x26edde(0x52a)?_0x41e63e():_0x41e63e;}function _0x387693(_0x529af5,_0x2e2211){const _0x129d8e=_0x118bac;return document[_0x129d8e(0x14a)]('['+_0x529af5+'=\x22'+_0x377cbe(_0x2e2211)+'\x22]');}function _0x377cbe(_0x5bac89){const _0x591a68=_0x118bac;return _0x5bac89[_0x591a68(0x49d)](/\\/g,'\x5c\x5c')[_0x591a68(0x49d)](/"/g,'\x5c\x22');}function _0xa38eba(_0x535e81){const _0x21732e=_0x118bac;return{'childType':_0x4a1c51[_0x21732e(0x336)][_0x21732e(0x109)],'handleWheel'(_0x2109b2){const _0x16685e=_0x21732e;var _0x2bb8c6,_0x4069a5;if(_0x2109b2[_0x16685e(0x63e)]!==_0x16685e(0x585)&&_0x11ffd9(_0x2109b2[_0x16685e(0x767)],_0x2109b2[_0x16685e(0x1a5)]))return!0x1;let _0x45288c=(_0x2bb8c6=_0x2109b2[_0x16685e(0x41f)]['injector'])==null?_0x535e81:_0x2bb8c6,_0x4ad17b=_0x45288c[_0x16685e(0x722)](_0x481ca6['IBaseViewWheelScrollService'])?_0x45288c[_0x16685e(0x714)](_0x481ca6['IBaseViewWheelScrollService']):_0x535e81[_0x16685e(0x722)](_0x481ca6[_0x16685e(0x60b)])?_0x535e81['get'](_0x481ca6[_0x16685e(0x60b)]):void 0x0;return(_0x4069a5=_0x4ad17b==null?void 0x0:_0x4ad17b[_0x16685e(0x487)](_0x2109b2[_0x16685e(0x4c1)],_0x2962a1(_0x2109b2[_0x16685e(0x1a5)],_0x2109b2[_0x16685e(0x77b)])))!=null&&_0x4069a5;}};}function _0x2962a1(_0x2e872a,_0x33001b){const _0x586c8d=_0x118bac;return{'deltaX':_0x2e872a[_0x586c8d(0x74a)],'deltaY':_0x2e872a[_0x586c8d(0x692)],'deltaMode':_0x2e872a['deltaMode'],'clientX':_0x2e872a['clientX'],'clientY':_0x2e872a[_0x586c8d(0x573)],'shiftKey':_0x2e872a['shiftKey'],'viewportScrollY':_0x33001b};}function _0x4f3362(_0x543041,_0x4d7a33,_0x3a014a){const _0x3f8969=_0x118bac;let _0x47fe7a=_0x543041['descriptor'][_0x3f8969(0x492)];return _0x3a014a(_0x47fe7a),_0x4d7a33[_0x3f8969(0x301)](_0x13bb85=>{const _0x3f10a2=_0x3f8969;var _0x345e1a;if(!_0x56d89c(_0x13bb85))return;let {params:_0x18393d}=_0x13bb85;if(_0x18393d[_0x3f10a2(0x73c)]!==_0x543041[_0x3f10a2(0x2dc)]||_0x18393d[_0x3f10a2(0x319)][_0x3f10a2(0x5bc)]!==_0x543041[_0x3f10a2(0x5bc)])return;let _0x5b1265=_0x18393d[_0x3f10a2(0x319)]['displayTarget'];(0x0,_0x4a1c51['deepCompare'])((_0x345e1a=_0x47fe7a)==null?{}:_0x345e1a,_0x5b1265==null?{}:_0x5b1265)||(_0x47fe7a=_0x5b1265,_0x3a014a(_0x5b1265));});}function _0x56d89c(_0x22d1b4){const _0xa97fc2=_0x118bac;return _0x22d1b4['id']===_0x73305e[_0xa97fc2(0x2af)]['id']&&_0x22d1b4[_0xa97fc2(0xdf)]!==void 0x0&&_0xa97fc2(0x73c)in _0x22d1b4[_0xa97fc2(0xdf)]&&typeof _0x22d1b4['params'][_0xa97fc2(0x73c)]==_0xa97fc2(0x1b3)&&_0xa97fc2(0x319)in _0x22d1b4[_0xa97fc2(0xdf)]&&typeof _0x22d1b4[_0xa97fc2(0xdf)][_0xa97fc2(0x319)]==_0xa97fc2(0x294)&&_0x22d1b4[_0xa97fc2(0xdf)][_0xa97fc2(0x319)]!==null&&'embedId'in _0x22d1b4['params'][_0xa97fc2(0x319)]&&typeof _0x22d1b4[_0xa97fc2(0xdf)]['descriptor'][_0xa97fc2(0x5bc)]==_0xa97fc2(0x1b3);}function _0x4d019c(_0x5cfe12){const _0x8c4687=_0x118bac;return{'childType':_0x4a1c51[_0x8c4687(0x336)][_0x8c4687(0x109)],'supportedLayouts':[_0x8c4687(0x5f7),_0x8c4687(0x56c),_0x8c4687(0x780)],'beforeDeactivate':_0x24b50d,'mount':_0x40eb73=>_0x519201(_0x40eb73,_0x5cfe12)};}function _0x24b50d(_0x3785f4){const _0x2d7f8e=_0x118bac;var _0x1d4d8c;(_0x1d4d8c=_0x3785f4['runtimeScope'][_0x2d7f8e(0x555)])==null||_0x1d4d8c[_0x2d7f8e(0x2c5)](_0x481ca6[_0x2d7f8e(0x16e)]['id'],{'commit':!0x1});}function _0x519201(_0x102ea9,_0x376548){const _0x177d0c=_0x118bac;let _0x3c6201=_0x102ea9[_0x177d0c(0x5c1)]['get'](_0x4a1c51['IUniverInstanceService'])[_0x177d0c(0x553)](_0x102ea9[_0x177d0c(0x4c1)],_0x4a1c51[_0x177d0c(0x336)][_0x177d0c(0x109)]);if(!_0x3c6201)return;let _0x46dd78=new _0x481ca6[(_0x177d0c(0x126))](),_0x5ff090=new _0x481ca6[(_0x177d0c(0x34f))](),_0x3fcd20=new _0x481ca6[(_0x177d0c(0x4c4))](_0x46dd78),_0x258af8=new _0x481ca6[(_0x177d0c(0x45c))](),_0x39e5f6=_0x304a4a(_0x102ea9,_0x46dd78,_0x5ff090,_0x3fcd20);if(!_0x39e5f6){_0x258af8[_0x177d0c(0x60c)](),_0x3fcd20[_0x177d0c(0x60c)](),_0x5ff090[_0x177d0c(0x60c)](),_0x46dd78[_0x177d0c(0x60c)]();return;}let _0x4132f3=_0x5699ef(_0x102ea9);_0x242c47(_0x46dd78,_0x3c6201,_0x4132f3,_0x102ea9[_0x177d0c(0x319)]['displayTarget']);let _0x47dc2c=_0x4f3362(_0x102ea9,_0x376548,_0x5aad9b=>_0x12680e(_0x46dd78,_0x3c6201,_0x5aad9b)),_0x3033fc=_0x102ea9[_0x177d0c(0x319)][_0x177d0c(0x395)]==='readonly',_0x4a27d4=_0x942182(_0x102ea9['injector'],_0x39e5f6,_0x46dd78,_0x5ff090,_0x3fcd20,_0x4132f3,_0x258af8,_0x3033fc,_0x102ea9['runtimeScope']['roots']['popup']);_0x552485(_0x102ea9,_0x4a27d4);let _0x176839=_0x5ec93a(_0x102ea9),_0x20d0e4=_0x21b169(_0x176839),_0x310775=_0x4c4051(_0x102ea9,_0x4a27d4),_0x2fa999=_0x102ea9['injector'][_0x177d0c(0x714)](_0x4a1c51[_0x177d0c(0x723)]),_0x206d56=_0x2fa999[_0x177d0c(0x5b9)](_0x4a1c51[_0x177d0c(0x336)][_0x177d0c(0x109)]);return _0x2fa999[_0x177d0c(0x164)](_0x102ea9[_0x177d0c(0x4c1)]),_0x176839[_0x177d0c(0xcc)][_0x177d0c(0x6e8)]=_0x102ea9[_0x177d0c(0x4c1)],_0x176839[_0x177d0c(0xcc)][_0x177d0c(0x26d)]='base-workbench',_0x20d0e4[_0x177d0c(0x30d)]((0x0,_0x258aa1[_0x177d0c(0x199)])(_0x9354df,{'injector':_0x4a27d4,'mountContainer':_0x102ea9[_0x177d0c(0x41f)]['roots'][_0x177d0c(0x416)],'embedId':_0x102ea9['embedId'],'children':(0x0,_0x258aa1[_0x177d0c(0x199)])(_0x481ca6['RenderBaseWorkbench'],{})})),(0x0,_0x4a1c51[_0x177d0c(0xbb)])(()=>{const _0x3ee1cc=_0x177d0c;_0x47dc2c[_0x3ee1cc(0x60c)](),_0x310775[_0x3ee1cc(0x60c)](),_0x594117(_0x20d0e4),_0x206d56&&_0x2fa999[_0x3ee1cc(0x164)](_0x206d56[_0x3ee1cc(0x5eb)]()),_0x258af8[_0x3ee1cc(0x60c)](),_0x3fcd20[_0x3ee1cc(0x60c)](),_0x5ff090['dispose'](),_0x46dd78['dispose'](),_0x4a27d4[_0x3ee1cc(0x60c)](),_0x176839[_0x3ee1cc(0x2a8)]&&(_0x176839['removeAttribute'](_0x3ee1cc(0x64b)),_0x176839[_0x3ee1cc(0x30f)](_0x3ee1cc(0x619)));});}function _0x552485(_0x22bb68,_0x52decd){const _0x3748f8=_0x118bac;_0x22bb68['runtimeScope'][_0x3748f8(0x5c1)]=_0x52decd,_0x22bb68[_0x3748f8(0x41f)][_0x3748f8(0x558)]=_0x52decd[_0x3748f8(0x714)](_0x4a1c51[_0x3748f8(0x723)]),_0x22bb68[_0x3748f8(0x41f)][_0x3748f8(0x555)]=_0x52decd[_0x3748f8(0x714)](_0x4a1c51[_0x3748f8(0x36f)]);}function _0x5ec93a(_0x3dd596){const _0x237dcd=_0x118bac;var _0x1f6e2e,_0x287675,_0x43aff4,_0x5f2444,_0xacdbc9,_0x355812;return(_0x1f6e2e=(_0x287675=(_0x43aff4=(_0x5f2444=_0x3dd596[_0x237dcd(0x41f)])==null||(_0x5f2444=_0x5f2444[_0x237dcd(0x5b3)])==null?void 0x0:_0x5f2444[_0x237dcd(0x177)])==null?(_0xacdbc9=_0x3dd596[_0x237dcd(0x6af)])==null?void 0x0:_0xacdbc9[_0x237dcd(0x399)]:_0x43aff4)==null?(_0x355812=_0x3dd596[_0x237dcd(0x6af)])==null?void 0x0:_0x355812[_0x237dcd(0x2fe)]:_0x287675)==null?document:_0x1f6e2e;}function _0x4c4051(_0x35b3f4,_0x26ee43){const _0x30778c=_0x118bac;let _0x5c4c2f=!0x1,_0x1ea663=0x0,_0x2a9377=(0x0,_0x4a1c51[_0x30778c(0xbb)])(()=>{}),_0x27f89f,_0x559ef0=()=>{const _0x4b39bf=_0x30778c;if(_0x5c4c2f)return;let _0x373fcb=()=>{const _0x47f805=_0x511b;_0x1ea663=window[_0x47f805(0x668)](_0x559ef0);},_0x21908b=_0x2fffb9(_0x35b3f4);if(!_0x3b8b1f(_0x21908b)){_0x35b3f4[_0x4b39bf(0x1d0)][_0x4b39bf(0xcc)][_0x4b39bf(0x3c6)]='waiting-base-canvas-root',_0x373fcb();return;}if(_0x27f89f===_0x21908b&&_0x21908b[_0x4b39bf(0x14a)](_0x4b39bf(0x648)))return;_0x2a9377['dispose']();let _0x3264b9=_0x35b3f4[_0x4b39bf(0x5c1)][_0x4b39bf(0x714)](_0x1b1b3f[_0x4b39bf(0x402)]),_0x531f30;try{_0x531f30=_0xfe0e7d(_0x3264b9,_0x35b3f4[_0x4b39bf(0x4c1)],_0x26ee43);}catch(_0x4d4c55){_0x35b3f4[_0x4b39bf(0x1d0)]['dataset'][_0x4b39bf(0x41b)]=_0x4d4c55 instanceof Error?_0x4d4c55[_0x4b39bf(0x6db)]:String(_0x4d4c55),_0x531f30=void 0x0;}if(!_0x531f30){_0x35b3f4['container'][_0x4b39bf(0xcc)]['embedChildRenderStatus']=_0x4b39bf(0x26b),_0x27f89f=void 0x0,_0x373fcb();return;}delete _0x35b3f4[_0x4b39bf(0x1d0)]['dataset']['embedChildRenderError'],_0x21908b['dataset'][_0x4b39bf(0x6e8)]=_0x35b3f4['childUnitId'],_0x531f30['engine'][_0x4b39bf(0xde)](_0x21908b),_0xb2724a(_0x531f30,{'activate':_0x3a6e8c(_0x35b3f4)});let _0x9d3748=_0x451779(_0x531f30,_0x21908b,{'activate':!0x1});_0x2a9377=(0x0,_0x4a1c51[_0x4b39bf(0xbb)])(()=>{const _0x1329eb=_0x4b39bf;_0x9d3748[_0x1329eb(0x60c)]();try{var _0x476835,_0x4feb3c;(_0x476835=(_0x4feb3c=_0x531f30['engine'])[_0x1329eb(0x40b)])==null||_0x476835[_0x1329eb(0xf4)](_0x4feb3c);}catch{}_0x3264b9[_0x1329eb(0x72e)](_0x35b3f4['childUnitId']),_0x21908b[_0x1329eb(0x30f)](_0x1329eb(0x64b));}),_0x27f89f=_0x21908b,_0x35b3f4['container'][_0x4b39bf(0xcc)][_0x4b39bf(0x3c6)]='mounted',_0x373fcb();};return _0x1ea663=window[_0x30778c(0x668)](_0x559ef0),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x262c41=_0x30778c;_0x5c4c2f=!0x0,window[_0x262c41(0x1a8)](_0x1ea663),_0x2a9377[_0x262c41(0x60c)]();});}function _0x2fffb9(_0x4510f3){const _0xd66cdb=_0x118bac;return(0x0,_0x481ca6['getBaseCanvasRoot'])({'unitId':_0x4510f3[_0xd66cdb(0x4c1)],'scope':_0x5ec93a(_0x4510f3)});}function _0x3b8b1f(_0x50c43c){const _0x171a14=_0x118bac;return!!_0x50c43c&&_0x50c43c[_0x171a14(0x2a8)]&&_0x50c43c[_0x171a14(0x6b8)]>0x0&&_0x50c43c['clientHeight']>0x0;}function _0x3a6e8c(_0x2a792f){return!0x0;}function _0x304a4a(_0x29bcfc,_0x3a8834,_0x419746,_0x42de24){const _0x2699eb=_0x118bac;let _0x4ad61f=_0x29bcfc[_0x2699eb(0x5c1)][_0x2699eb(0x714)](_0x4a1c51[_0x2699eb(0x723)]),_0x563e52=_0x4ad61f[_0x2699eb(0x553)](_0x29bcfc['childUnitId'],_0x29bcfc[_0x2699eb(0x559)]);if(!_0x563e52)return;let _0x415fc2=_0x256fb5(_0x4ad61f,_0x29bcfc,_0x563e52),_0x55e34a=_0x17266e(_0x29bcfc[_0x2699eb(0x5c1)][_0x2699eb(0x714)](_0x4a1c51[_0x2699eb(0x36f)]),_0x3a8834,_0x419746,_0x42de24,_0x4ad61f,_0x29bcfc[_0x2699eb(0x4c1)]);return _0x309796(_0x29bcfc[_0x2699eb(0x5c1)],new Map([[_0x4a1c51['IUniverInstanceService'],_0x415fc2],[_0x4a1c51[_0x2699eb(0x36f)],_0x55e34a],[_0x481ca6['IBaseCanvasRootResolverService'],(0x0,_0x481ca6['createScopedBaseCanvasRootResolverService'])(_0x5ec93a(_0x29bcfc))]]));}function _0x256fb5(_0x5c284f,_0x422b59,_0x5e4a8a){const _0x2d8ff2=_0x118bac;return{'unitAdded$':_0x5c284f[_0x2d8ff2(0x3e3)],'unitDisposed$':_0x5c284f[_0x2d8ff2(0x6f1)],'focused$':(0x0,_0x416516['of'])(_0x5e4a8a['getUnitId']()),'getTypeOfUnitAdded$':_0x5c284f[_0x2d8ff2(0x382)][_0x2d8ff2(0x5ac)](_0x5c284f),'__addUnit':_0x5c284f[_0x2d8ff2(0x44b)][_0x2d8ff2(0x5ac)](_0x5c284f),'getTypeOfUnitDisposed$':_0x5c284f[_0x2d8ff2(0x2bd)][_0x2d8ff2(0x5ac)](_0x5c284f),'focusUnit':_0x84b77c=>{const _0x1a4996=_0x2d8ff2;_0x84b77c!==null&&_0x84b77c!==_0x422b59[_0x1a4996(0x4c1)]&&_0x5c284f[_0x1a4996(0x737)](_0x84b77c);},'getFocusedUnit':()=>_0x5e4a8a,'getCurrentUnitOfType':_0xa7698c=>_0xa7698c===_0x422b59[_0x2d8ff2(0x559)]?_0x5e4a8a:_0x5c284f[_0x2d8ff2(0x5b9)](_0xa7698c),'setCurrentUnitForType':_0x4ed536=>{const _0x3eea58=_0x2d8ff2;_0x4ed536!==_0x422b59['childUnitId']&&_0x5c284f[_0x3eea58(0x164)](_0x4ed536);},'getCurrentTypeOfUnit$':_0xfcb937=>_0xfcb937===_0x422b59['childType']?(0x0,_0x416516['of'])(_0x5e4a8a):_0x5c284f[_0x2d8ff2(0x759)](_0xfcb937),'createUnit':_0x5c284f[_0x2d8ff2(0x197)][_0x2d8ff2(0x5ac)](_0x5c284f),'getUnitCreateOptions':_0x5c284f[_0x2d8ff2(0x6ab)][_0x2d8ff2(0x5ac)](_0x5c284f),'disposeUnit':_0x5c284f[_0x2d8ff2(0x19f)][_0x2d8ff2(0x5ac)](_0x5c284f),'registerCtorForType':_0x5c284f[_0x2d8ff2(0x697)]['bind'](_0x5c284f),'getUnit':_0x5c284f[_0x2d8ff2(0x553)]['bind'](_0x5c284f),'getAllUnitsForType':_0x1b95b0=>_0x1b95b0===_0x422b59[_0x2d8ff2(0x559)]?[_0x5e4a8a]:_0x5c284f[_0x2d8ff2(0x731)](_0x1b95b0),'getUnitType':_0x5c284f[_0x2d8ff2(0x2b3)][_0x2d8ff2(0x5ac)](_0x5c284f)};}function _0x242c47(_0x336f3c,_0x8e60b9,_0x155bac='workbench',_0x4228a7){const _0x8fc910=_0x118bac;let {tableId:_0x532542,viewId:_0x4d76ff}=_0x59c17e(_0x8e60b9,_0x4228a7);_0x532542&&_0x336f3c[_0x8fc910(0x3df)](_0x532542),_0x4d76ff&&_0x336f3c[_0x8fc910(0x3d7)](_0x4d76ff),_0x336f3c[_0x8fc910(0x328)](_0x155bac==='workbench');}function _0x59c17e(_0x16d5c5,_0x4fc554){const _0x41579a=_0x118bac;var _0x1e5e8b,_0x3cb902,_0x4ff7ad,_0x11f6d4,_0x12a47f,_0x5a58bd,_0x5a67a1,_0x2768fc;let _0xcc1690=_0x16d5c5['getSnapshot'](),_0x1a1e23=_0x4fc554==null?void 0x0:_0x4fc554['tableId'],_0x5b23e8=_0x1a1e23&&(_0x1e5e8b=_0xcc1690[_0x41579a(0x6ef)])!=null&&_0x1e5e8b[_0x1a1e23]?_0x1a1e23:(_0x3cb902=(_0x4ff7ad=(_0x11f6d4=_0xcc1690[_0x41579a(0x5c0)])==null?void 0x0:_0x11f6d4['find'](_0x54c7b4=>{const _0x3c36d3=_0x41579a;var _0xd5833;return!!((_0xd5833=_0xcc1690[_0x3c36d3(0x6ef)])!=null&&_0xd5833[_0x54c7b4]);}))==null?Object[_0x41579a(0x11c)]((_0x12a47f=_0xcc1690[_0x41579a(0x6ef)])==null?{}:_0x12a47f)[0x0]:_0x4ff7ad)==null?'':_0x3cb902,_0x188144=(_0x5a58bd=_0xcc1690[_0x41579a(0x6ef)])==null?void 0x0:_0x5a58bd[_0x5b23e8],_0x210cf9=_0x4fc554==null?void 0x0:_0x4fc554[_0x41579a(0x489)],_0x360150=_0x210cf9&&_0x188144!=null&&(_0x5a67a1=_0x188144[_0x41579a(0x2df)])!=null&&_0x5a67a1[_0x210cf9]?_0x210cf9:_0x188144==null||(_0x2768fc=_0x188144[_0x41579a(0x44d)])==null?void 0x0:_0x2768fc[_0x41579a(0x3ae)](_0x5cfcb9=>{const _0x255d24=_0x41579a;var _0x560841;return!!((_0x560841=_0x188144[_0x255d24(0x2df)])!=null&&_0x560841[_0x5cfcb9]);});return{'tableId':_0x5b23e8,..._0x360150?{'viewId':_0x360150}:{}};}function _0x12680e(_0x58c3e6,_0x4f7336,_0x599e8a){const _0x5ed764=_0x118bac;let _0x36a889=_0x59c17e(_0x4f7336,_0x599e8a),_0x2eea7a=_0x58c3e6['getState']();_0x36a889[_0x5ed764(0x58a)]&&_0x2eea7a[_0x5ed764(0x52c)]!==_0x36a889['tableId']&&_0x58c3e6[_0x5ed764(0x3df)](_0x36a889[_0x5ed764(0x58a)]),_0x36a889[_0x5ed764(0x489)]&&_0x58c3e6[_0x5ed764(0x6dd)]()['activeViewId']!==_0x36a889[_0x5ed764(0x489)]&&_0x58c3e6[_0x5ed764(0x3d7)](_0x36a889[_0x5ed764(0x489)]);}function _0x5699ef(_0x123bb0){const _0x42d753=_0x118bac;return _0x123bb0[_0x42d753(0x6af)][_0x42d753(0x12a)]?_0x42d753(0x12a):_0x123bb0[_0x42d753(0x6af)][_0x42d753(0x395)]===_0x42d753(0x48d)?'content-only':_0x42d753(0x21b);}function _0x942182(_0x4ec374,_0x273d10,_0x396f3e,_0x583809=new _0x481ca6[(_0x118bac(0x34f))](),_0x1b6ca1=new _0x481ca6[(_0x118bac(0x4c4))](_0x396f3e),_0x5321cd=_0x118bac(0x21b),_0x8eb1a0,_0x52c8aa=!0x1,_0x549692){const _0x27a524=_0x118bac;let _0x4f4dae=_0x3350fa(_0x4ec374[_0x27a524(0x714)](_0x4a1c51[_0x27a524(0xd8)]),_0x5321cd),_0x5ec763=_0x17266e(_0x273d10['get'](_0x4a1c51[_0x27a524(0x36f)]),_0x396f3e,_0x583809,_0x1b6ca1,_0x273d10[_0x27a524(0x714)](_0x4a1c51[_0x27a524(0x723)]),void 0x0,_0x52c8aa),_0x13ac22=new Map([[_0x481ca6[_0x27a524(0x66e)],_0x396f3e],[_0x481ca6[_0x27a524(0x2e7)],_0x583809],[_0x481ca6[_0x27a524(0x530)],_0x1b6ca1],[_0x4a1c51[_0x27a524(0x36f)],_0x5ec763],[_0x4a1c51[_0x27a524(0xd8)],_0x4f4dae],[_0x481ca6[_0x27a524(0x2d7)],_0x273d10['get'](_0x481ca6[_0x27a524(0x2d7)])],[_0x481ca6['IBaseGlobalPortalService'],(0x0,_0x481ca6[_0x27a524(0x6b2)])(_0x549692)]]);return _0x8eb1a0&&_0x13ac22['set'](_0x481ca6[_0x27a524(0x60b)],_0x8eb1a0),_0x309796(_0x273d10,_0x13ac22);}function _0x17266e(_0x1db9a5,_0x33078b,_0x2fec3c,_0x2fa24a,_0xc529eb,_0x279279,_0x1cdf64=!0x1){const _0x2d0d0d=_0x118bac;return{'disposed':_0x1db9a5[_0x2d0d0d(0x5f1)]['bind'](_0x1db9a5),'hasCommand':_0x1db9a5[_0x2d0d0d(0x18e)]['bind'](_0x1db9a5),'registerCommand':_0x1db9a5[_0x2d0d0d(0x5f8)][_0x2d0d0d(0x5ac)](_0x1db9a5),'unregisterCommand':_0x1db9a5[_0x2d0d0d(0x2d1)]['bind'](_0x1db9a5),'registerMultipleCommand':_0x1db9a5[_0x2d0d0d(0x3ce)]['bind'](_0x1db9a5),'executeCommand':async(..._0xb7e578)=>{const _0xa6b231=_0x2d0d0d;let _0x4e82c8=_0x3d0669(_0xb7e578[0x0],_0xb7e578[0x1],_0x33078b,_0x2fec3c,_0xc529eb,_0x279279);if(_0x4e82c8!==void 0x0)return _0x4e82c8;if(_0x10b121(_0xb7e578[0x0],_0xb7e578[0x1],_0x2fa24a,_0x1cdf64))return!0x0;let _0x56b438=_0x279279?_0xc529eb==null?void 0x0:_0xc529eb['getCurrentUnitOfType'](_0x4a1c51['UniverInstanceType'][_0xa6b231(0x109)]):void 0x0;try{return _0x279279&&(_0xc529eb==null||_0xc529eb[_0xa6b231(0x164)](_0x279279)),await _0x1db9a5[_0xa6b231(0x484)](_0xb7e578[0x0],_0xb7e578[0x1],_0xb7e578[0x2]);}finally{_0x56b438&&(_0xc529eb==null||_0xc529eb[_0xa6b231(0x164)](_0x56b438[_0xa6b231(0x5eb)]()));}},'syncExecuteCommand':(..._0xee9145)=>{const _0x2d578a=_0x2d0d0d;let _0xafce0f=_0x3d0669(_0xee9145[0x0],_0xee9145[0x1],_0x33078b,_0x2fec3c,_0xc529eb,_0x279279);if(_0xafce0f!==void 0x0)return _0xafce0f;if(_0x10b121(_0xee9145[0x0],_0xee9145[0x1],_0x2fa24a,_0x1cdf64))return!0x0;let _0x57ad7b=_0x279279?_0xc529eb==null?void 0x0:_0xc529eb[_0x2d578a(0x5b9)](_0x4a1c51[_0x2d578a(0x336)][_0x2d578a(0x109)]):void 0x0;try{return _0x279279&&(_0xc529eb==null||_0xc529eb[_0x2d578a(0x164)](_0x279279)),_0x1db9a5[_0x2d578a(0x2c5)](_0xee9145[0x0],_0xee9145[0x1],_0xee9145[0x2]);}finally{_0x57ad7b&&(_0xc529eb==null||_0xc529eb[_0x2d578a(0x164)](_0x57ad7b[_0x2d578a(0x5eb)]()));}},'onCommandExecuted':_0x1db9a5[_0x2d0d0d(0x301)][_0x2d0d0d(0x5ac)](_0x1db9a5),'beforeCommandExecuted':_0x1db9a5[_0x2d0d0d(0x572)][_0x2d0d0d(0x5ac)](_0x1db9a5),'onMutationExecutedForCollab':_0x1db9a5[_0x2d0d0d(0x2d9)][_0x2d0d0d(0x5ac)](_0x1db9a5)};}function _0x3d0669(_0x5c1240,_0x54fac2,_0x2e4f25,_0x354aee,_0x323546,_0x46f19e){const _0x5e5b8b=_0x118bac;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x5d5)]['id']){let _0x8d8a1b=_0x54fac2;return _0x8d8a1b!=null&&_0x8d8a1b[_0x5e5b8b(0x489)]?(_0x8d8a1b['tableId']&&_0x2e4f25['activateTable'](_0x8d8a1b[_0x5e5b8b(0x58a)]),_0x2e4f25[_0x5e5b8b(0x3d7)](_0x8d8a1b[_0x5e5b8b(0x489)]),!0x0):!0x1;}if(_0x5c1240===_0x481ca6['ActivateBaseTableOperation']['id']){var _0x27ae83;let _0x8aabdb=_0x54fac2;if(!(_0x8aabdb!=null&&_0x8aabdb[_0x5e5b8b(0x58a)]))return!0x1;_0x2e4f25['activateTable'](_0x8aabdb[_0x5e5b8b(0x58a)]);let _0x45f60d=_0x8aabdb[_0x5e5b8b(0x73c)]?_0x323546==null?void 0x0:_0x323546[_0x5e5b8b(0x553)](_0x8aabdb[_0x5e5b8b(0x73c)],_0x4a1c51[_0x5e5b8b(0x336)][_0x5e5b8b(0x109)]):_0x323546==null?void 0x0:_0x323546[_0x5e5b8b(0x5b9)](_0x4a1c51[_0x5e5b8b(0x336)]['UNIVER_BASE']),_0x55fbdc=(_0x27ae83=_0x45f60d==null?void 0x0:_0x45f60d[_0x5e5b8b(0x5eb)]())==null?_0x46f19e:_0x27ae83;_0x55fbdc&&(_0x323546==null||_0x323546[_0x5e5b8b(0x164)](_0x55fbdc),_0x323546==null||_0x323546[_0x5e5b8b(0x737)](_0x55fbdc));let _0x5c7474=_0x45f60d==null?void 0x0:_0x45f60d['getSnapshot']()[_0x5e5b8b(0x6ef)][_0x8aabdb[_0x5e5b8b(0x58a)]],_0xbe8de3=_0x5c7474==null?void 0x0:_0x5c7474[_0x5e5b8b(0x44d)][_0x5e5b8b(0x3ae)](_0x2c3a5d=>_0x5c7474[_0x5e5b8b(0x2df)][_0x2c3a5d]);return _0xbe8de3&&_0x2e4f25[_0x5e5b8b(0x3d7)](_0xbe8de3),!0x0;}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x738)]['id']){var _0x136d07,_0x1670a8;let _0xd82e1d=_0x54fac2;return _0xd82e1d!=null&&_0xd82e1d[_0x5e5b8b(0x489)]?(_0x2e4f25[_0x5e5b8b(0x5c6)](_0xd82e1d[_0x5e5b8b(0x489)],{'x':(_0x136d07=_0xd82e1d['x'])==null?0x0:_0x136d07,'y':(_0x1670a8=_0xd82e1d['y'])==null?0x0:_0x1670a8}),!0x0):!0x1;}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x3e6)]['id']){let _0x340f95=_0x54fac2;return!(_0x340f95!=null&&_0x340f95[_0x5e5b8b(0x489)])||typeof _0x340f95[_0x5e5b8b(0x72d)]!='number'?!0x1:(_0x2e4f25['setZoom'](_0x340f95['viewId'],_0x340f95[_0x5e5b8b(0x72d)]),!0x0);}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x6a2)]['id'])return _0x54fac2?(_0x2e4f25['clearVirtualRecords'](),_0x354aee[_0x5e5b8b(0x258)](_0x54fac2),!0x0):!0x1;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x296)]['id'])return _0x354aee[_0x5e5b8b(0x464)](),!0x0;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x226)]['id'])return _0x54fac2?(_0x2e4f25[_0x5e5b8b(0x1b8)](),_0x354aee[_0x5e5b8b(0x64e)](_0x54fac2),!0x0):!0x1;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x4af)]['id'])return _0x354aee[_0x5e5b8b(0x2de)](),!0x0;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x38d)]['id'])return _0x54fac2?(_0x354aee[_0x5e5b8b(0x5f5)](_0x54fac2),!0x0):!0x1;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x776)]['id'])return _0x354aee[_0x5e5b8b(0x35f)](),!0x0;if(_0x5c1240===_0x481ca6[_0x5e5b8b(0x6a5)]['id']){let _0x48eb74=_0x54fac2;return _0x48eb74!=null&&_0x48eb74[_0x5e5b8b(0x727)]?(_0x2e4f25[_0x5e5b8b(0x42d)](_0x48eb74[_0x5e5b8b(0x727)]),!0x0):!0x1;}if(_0x5c1240===_0x481ca6[_0x5e5b8b(0xc2)]['id'])return _0x2e4f25[_0x5e5b8b(0x5b7)](),!0x0;}function _0x10b121(_0x5c5825,_0x187440,_0x40f655,_0x265ba1=!0x1){const _0x5a7d60=_0x118bac;return _0x5c5825===_0x481ca6[_0x5a7d60(0x4ca)]['id']?(_0x265ba1||_0x40f655[_0x5a7d60(0x26a)](_0x187440),!0x0):_0x5c5825===_0x481ca6[_0x5a7d60(0x16e)]['id']?(_0x40f655[_0x5a7d60(0x1f2)](),!0x0):!0x1;}function _0x3350fa(_0x474091,_0x4f4b5f){const _0x5005ee=_0x118bac;return{'getConfig':_0x256ea2=>{const _0x1b73b0=_0x511b;let _0x417cc3=_0x474091[_0x1b73b0(0x38b)](_0x256ea2);return _0x256ea2===_0x481ca6[_0x1b73b0(0x5fc)]?_0x6f4c3e(_0x417cc3==null?{}:_0x417cc3,_0x4f4b5f):_0x417cc3;},'setConfig':_0x474091[_0x5005ee(0x2b1)][_0x5005ee(0x5ac)](_0x474091),'deleteConfig':_0x474091['deleteConfig'][_0x5005ee(0x5ac)](_0x474091),'subscribeConfigValue$':_0x474091['subscribeConfigValue$'][_0x5005ee(0x5ac)](_0x474091)};}function _0x6f4c3e(_0x539a4d,_0x57dd1a='workbench'){const _0x4ae62a=_0x118bac;var _0x227412;let _0x1d7e21;return _0x1d7e21=_0x57dd1a==='content-only'||_0x57dd1a===_0x4ae62a(0x12a)?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x539a4d,'workbench':{...(_0x227412=_0x539a4d[_0x4ae62a(0x21b)])==null?{}:_0x227412,..._0x1d7e21,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x117c53(_0x3c0493){const _0x5533b7=_0x118bac;var _0x531fb5,_0x1ffdd9,_0x46f276;if(_0x3c0493[_0x5533b7(0x6af)][_0x5533b7(0x12a)]&&_0x3c0493[_0x5533b7(0x41f)][_0x5533b7(0x5b3)][_0x5533b7(0x3ad)])return _0x3c0493[_0x5533b7(0x41f)][_0x5533b7(0x5b3)][_0x5533b7(0x3ad)];let _0x452856=(_0x531fb5=(_0x1ffdd9=_0x3c0493[_0x5533b7(0x41f)][_0x5533b7(0x5b3)][_0x5533b7(0x650)])==null?_0x3c0493[_0x5533b7(0x6af)][_0x5533b7(0x4ed)]:_0x1ffdd9)==null?_0x3c0493['renderScope'][_0x5533b7(0x2fe)]:_0x531fb5,_0x4f9a52=((_0x46f276=_0x452856[_0x5533b7(0x6d4)])==null?void 0x0:_0x46f276[_0x5533b7(0xcc)][_0x5533b7(0x680)])==='embed-float-dom-chrome'?_0x452856[_0x5533b7(0x6d4)]:void 0x0;if(!_0x4f9a52||!_0x3c0493[_0x5533b7(0x5bc)]||!_0x4f9a52[_0x5533b7(0xcc)]['embedId']||_0x4f9a52['dataset'][_0x5533b7(0x5bc)]===_0x3c0493[_0x5533b7(0x5bc)])return _0x4f9a52==null?_0x452856:_0x4f9a52;let _0x2e71f4=_0x3c0493[_0x5533b7(0x6af)][_0x5533b7(0x2fe)]['ownerDocument'],_0x1bf511=Array['from'](_0x2e71f4[_0x5533b7(0x66b)](_0x5533b7(0x617)))[_0x5533b7(0x3ae)](_0x3ca1b0=>_0x3ca1b0[_0x5533b7(0xcc)]['embedId']===_0x3c0493[_0x5533b7(0x5bc)]);return _0x1bf511==null?_0x452856:_0x1bf511;}function _0x3229f5(_0x1fe26e){const _0x26dedb=_0x118bac;let _0x1f7c1d=_0x117c53(_0x1fe26e),_0x1d861d=_0x1fe26e[_0x26dedb(0x6af)][_0x26dedb(0x2fe)][_0x26dedb(0x18b)][_0x26dedb(0x4c7)]('div');return _0x1d861d[_0x26dedb(0xcc)][_0x26dedb(0x781)]=_0x1fe26e['descriptor']['entry'],_0x1d861d[_0x26dedb(0xbf)]=_0x26dedb(0x513),_0x1f7c1d[_0x26dedb(0x6e1)](_0x1d861d),{'root':_0x1f7c1d,'menu':_0x1d861d};}function _0x11d97c(_0x568a03){const _0x3e5dbd=_0x118bac;return[{'hostType':_0x4a1c51[_0x3e5dbd(0x336)]['UNIVER_DOC'],'entry':_0x73305e[_0x3e5dbd(0x396)][_0x3e5dbd(0x15c)],'childType':_0x568a03[_0x3e5dbd(0x559)],'mount':_0x568a03['mount']},{'hostType':_0x4a1c51[_0x3e5dbd(0x336)][_0x3e5dbd(0x6c7)],'entry':_0x73305e['EmbedHostEntryEnum'][_0x3e5dbd(0x6f9)],'childType':_0x568a03['childType'],'mount':_0x568a03['mount']},{'hostType':_0x4a1c51['UniverInstanceType']['UNIVER_SLIDE'],'entry':_0x73305e[_0x3e5dbd(0x396)][_0x3e5dbd(0x23e)],'childType':_0x568a03[_0x3e5dbd(0x559)],'mount':_0x568a03[_0x3e5dbd(0xde)]},{'hostType':_0x4a1c51[_0x3e5dbd(0x336)][_0x3e5dbd(0x76a)],'entry':_0x73305e[_0x3e5dbd(0x396)][_0x3e5dbd(0x185)],'childType':_0x568a03[_0x3e5dbd(0x559)],'mount':_0x568a03['mount']}];}function _0x35b2d2(){const _0x2ae954=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x2ae954(0x336)]['UNIVER_BASE'],'mount':_0x1f83e7});}function _0x1f83e7(_0x2e0384){const _0x22cfc4=_0x118bac;let {root:_0x5eece4,menu:_0x3bb6b7}=_0x3229f5(_0x2e0384),_0x133dd3=_0x21b169(_0x3bb6b7),_0x5029fe=_0x2e0384[_0x22cfc4(0x41f)]['injector'];return _0x133dd3[_0x22cfc4(0x30d)]((0x0,_0x4f18af[_0x22cfc4(0x4c7)])(_0x9354df,{'injector':_0x5029fe,'mountContainer':_0x5eece4,'embedId':_0x2e0384[_0x22cfc4(0x5bc)]},(0x0,_0x4f18af[_0x22cfc4(0x4c7)])(_0x392b38,{'hostUnitId':_0x2e0384[_0x22cfc4(0x2dc)],'embedId':_0x2e0384[_0x22cfc4(0x5bc)],'childUnitId':_0x2e0384[_0x22cfc4(0x4c1)],'entry':_0x2e0384['descriptor'][_0x22cfc4(0x3be)],'fullscreen':!!_0x2e0384['renderScope']['fullscreen'],'usesDomFloatingStage':_0x2e0384[_0x22cfc4(0x319)][_0x22cfc4(0x3be)]===_0x22cfc4(0x2d5),'renderScopeActive$':_0x2e0384[_0x22cfc4(0x6af)]['active$']}))),(0x0,_0x4a1c51[_0x22cfc4(0xbb)])(()=>{const _0x26b0e5=_0x22cfc4;_0x594117(_0x133dd3),globalThis['setTimeout'](()=>_0x3bb6b7[_0x26b0e5(0x2f4)](),0x0);});}function _0x1ddf79(_0x3e3d3b){const _0xc7ac27=_0x118bac;return _0x468ff2({'embedId':_0x3e3d3b[_0xc7ac27(0x5bc)],'active':_0x18b5f6(_0x3e3d3b[_0xc7ac27(0x675)],_0x3e3d3b[_0xc7ac27(0x545)]),'fullscreen':_0x3e3d3b[_0xc7ac27(0x12a)],'usesDomFloatingStage':_0x3e3d3b[_0xc7ac27(0x744)],'renderScopeActive':_0x3e3d3b[_0xc7ac27(0x3e1)]});}function _0x18b5f6(_0x2d25fb,_0x4205a1){const _0x43f9ce=_0x118bac;return _0x2d25fb?{'hostUnitId':'','childUnitId':'','embedId':_0x2d25fb,'stage':_0x4205a1===_0x43f9ce(0x510)||_0x4205a1==='stage1'?_0x43f9ce(0x510):_0x43f9ce(0x421)}:null;}function _0x10babe(_0x4ce741){return _0x4ce741;}function _0x5e9c98(_0x26681e){return _0x26681e;}function _0x3f60fa(_0x6339e3){return!_0x6339e3;}function _0x979dc0(_0x57f1f2){return{[_0x123f1e]:_0x57f1f2,[_0x451258]:'floating-menu'};}function _0x392b38(_0x763ce9){const _0x4fbc06=_0x118bac;var _0x5196ed;let {hostUnitId:_0x243650,embedId:_0xc00f95,childUnitId:_0x7efe94,entry:_0x4603cc,fullscreen:_0x3b37a1,usesDomFloatingStage:_0x84dd2c,renderScopeActive$:_0x2e3e74}=_0x763ce9,_0x74c167=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51[_0x4fbc06(0x36f)]),_0x157845=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51['IUniverInstanceService']),_0x2d7d90=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51[_0x4fbc06(0x743)]),_0x41c6e0=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x392e11[_0x4fbc06(0x507)]),_0x4233ed=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x4a1c51[_0x4fbc06(0x45b)]),_0x50158a=(0x0,_0x1468c8['useDependency'])(_0x481ca6[_0x4fbc06(0x66e)]),_0x276f67=(0x0,_0x1468c8[_0x4fbc06(0x60a)])(_0x481ca6[_0x4fbc06(0x2e7)]),_0x2579e3=(0x0,_0x1468c8['useDependency'])(_0x34aece),_0x44223c=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x50158a['state$'],_0x50158a[_0x4fbc06(0x6dd)](),!0x1,[_0x50158a]),_0x40f5c3=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x4233ed[_0x4fbc06(0x5c8)],{'undos':0x0,'redos':0x0},!0x1,[_0x4233ed]),_0x476703=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x2e3e74,!0x1,!0x1,[_0x2e3e74]),_0x547c7d=(0x0,_0x1468c8[_0x4fbc06(0xca)])(()=>_0x2579e3[_0x4fbc06(0x4b7)],_0x2579e3[_0x4fbc06(0x778)](),!0x1,[_0x2579e3]),_0x4f6c91=_0x2579e3[_0x4fbc06(0x6ac)](_0xc00f95),[_0x12ad7f,_0x54ccad]=(0x0,_0x4f18af[_0x4fbc06(0xba)])(0x0),[_0x25a850,_0x518c05]=(0x0,_0x4f18af['useState'])(null),[_0x596ca5,_0x1eb20e]=(0x0,_0x4f18af['useState'])(!0x1),[_0x160cc0,_0x28ca1a]=(0x0,_0x4f18af[_0x4fbc06(0xba)])(null),_0x5a15b2=(0x0,_0x4f18af[_0x4fbc06(0x4b8)])(null),_0x41e183=_0x157845[_0x4fbc06(0x553)](_0x7efe94,_0x4a1c51[_0x4fbc06(0x336)][_0x4fbc06(0x109)]),_0x237c40=_0x41e183==null?void 0x0:_0x41e183[_0x4fbc06(0x4f5)](),_0xde278b=_0x27684f(_0x237c40,_0x44223c[_0x4fbc06(0x52c)]),_0x406a90=_0x334b1d(_0xde278b),_0x4b279c=_0x1d1247(_0xde278b,_0x44223c[_0x4fbc06(0x790)]),_0x4a68ee=_0x1ddf79({'embedId':_0xc00f95,'activeEmbedId':_0x547c7d==null?void 0x0:_0x547c7d['embedId'],'stage':_0x4f6c91,'fullscreen':_0x3b37a1,'usesDomFloatingStage':_0x84dd2c,'renderScopeActive':_0x476703})===_0x4fbc06(0x510),_0x3f494f=_0x10babe(_0x3b37a1),_0x4b06a8=_0x5e9c98(_0x3b37a1),_0x3cc1ec=_0x3f60fa(_0x3b37a1),_0x37dfab=_0x3f494f?_0x4fbc06(0x422):'univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent';if((0x0,_0x4f18af[_0x4fbc06(0x207)])(()=>{const _0x11f93c=_0x4fbc06;_0x4a68ee||(_0x276f67[_0x11f93c(0x464)](),_0x276f67[_0x11f93c(0x2de)](),_0x276f67[_0x11f93c(0x35f)](),_0x518c05(null),_0x1eb20e(!0x1),_0x28ca1a(null));},[_0x4a68ee,_0x276f67]),(0x0,_0x4f18af[_0x4fbc06(0x207)])(()=>{const _0x49cbd1=_0x4fbc06;if(!_0x25a850)return;let _0x3856dc=_0x2a9448=>{const _0x4ec8fa=_0x511b;var _0x4e0b39;let _0x206cff=_0x2a9448[_0x4ec8fa(0x6a7)]instanceof Node?_0x2a9448['target']:null;_0x206cff&&(_0x4e0b39=_0x5a15b2['current'])!=null&&_0x4e0b39[_0x4ec8fa(0x1e8)](_0x206cff)||_0x518c05(null);},_0x424041=_0x4de030=>{const _0x353b72=_0x511b;_0x4de030[_0x353b72(0x6a0)]==='Escape'&&_0x518c05(null);};return document['addEventListener'](_0x49cbd1(0x3a8),_0x3856dc,!0x0),document[_0x49cbd1(0x607)](_0x49cbd1(0x449),_0x424041,!0x0),()=>{const _0x1635d7=_0x49cbd1;document[_0x1635d7(0x5cf)](_0x1635d7(0x3a8),_0x3856dc,!0x0),document[_0x1635d7(0x5cf)](_0x1635d7(0x449),_0x424041,!0x0);};},[_0x25a850]),!_0x237c40||!_0x41e183||!_0xde278b||!_0x4b279c)return null;let _0x6f4ab3=()=>{const _0x19f01f=_0x4fbc06;_0x2579e3[_0x19f01f(0x133)]({'hostUnitId':_0x243650,'embedId':_0xc00f95,'childUnitId':_0x7efe94},'stage2');},_0x85768e=(_0x46c40c,_0x2b4190)=>{const _0x2fa8b5=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x2fa8b5(0x484)](_0x481ca6[_0x2fa8b5(0x6a2)]['id'],{'type':_0x46c40c,'anchor':_0x12f971(_0x2b4190[_0x2fa8b5(0x6b7)]())});},_0x31dc04=_0xb2b0fe=>{const _0x4e2baa=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x4e2baa(0x484)](_0x481ca6[_0x4e2baa(0x5d5)]['id'],{'tableId':_0xde278b['id'],'unitId':_0x7efe94,'viewId':_0xb2b0fe}),_0x54ccad(_0xedbd4=>_0xedbd4+0x1);},_0x4b4fd1=_0x1d37b6=>{const _0x333399=_0x4fbc06;_0x6f4ab3();let _0x3e98f8=_0x333399(0x182)+(0x0,_0x4a1c51['generateRandomId'])(0x6),_0x10f163=_0x41c6e0[_0x333399(0x714)](_0x1d37b6)['createDefaultConfig'](_0xde278b);_0x74c167[_0x333399(0x484)](_0x392e11[_0x333399(0x349)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'view':{'id':_0x3e98f8,'tableId':_0xde278b['id'],'name':(0x0,_0x481ca6[_0x333399(0x6d2)])(_0x2d7d90,_0x1d37b6),'type':_0x1d37b6,'config':_0x10f163,'fieldOrder':[..._0xde278b['fieldOrder']],'fieldSettings':{}}})['then'](_0x26dba9=>{_0x26dba9&&_0x31dc04(_0x3e98f8);}),_0x518c05(null),_0x1eb20e(!0x1),_0x54ccad(_0x1246a2=>_0x1246a2+0x1);},_0x3a8fb9=_0x560f02=>{const _0x442f7a=_0x4fbc06;var _0x292b6c;let _0x32290b=(_0x292b6c=_0x406a90[0x0])==null?void 0x0:_0x292b6c['id'];!_0x32290b||_0x32290b===_0x560f02||(_0x6f4ab3(),_0x74c167['executeCommand'](_0x392e11[_0x442f7a(0x2ff)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x560f02,'target':{'beforeViewId':_0x32290b}}),_0x54ccad(_0xeffcbf=>_0xeffcbf+0x1));},_0x5369a1=(_0x1b1062,_0x544b04)=>{const _0x5cd7d3=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x5cd7d3(0x484)](_0x392e11[_0x5cd7d3(0x2ff)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x1b1062,'target':_0x544b04}),_0x54ccad(_0xbdd9c5=>_0xbdd9c5+0x1);},_0x2a166c=(_0x2e61cb,_0x530a3d)=>{const _0x1bf02e=_0x4fbc06;_0x6f4ab3(),_0x74c167[_0x1bf02e(0x484)](_0x392e11['RenameBaseViewCommand']['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x2e61cb,'name':_0x530a3d}),_0x54ccad(_0x18ca24=>_0x18ca24+0x1);},_0x45862a=_0x35eeca=>{const _0x2825f8=_0x4fbc06;let _0x13317d=_0xde278b[_0x2825f8(0x2df)][_0x35eeca];if(!_0x13317d)return;_0x6f4ab3();let _0x11fed4=_0x479202(_0x13317d,_0xde278b['id'],_0x2d7d90['t'](_0x2825f8(0x519)));_0x74c167['executeCommand'](_0x392e11[_0x2825f8(0x349)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'view':_0x11fed4})['then'](_0x2bc5bc=>{_0x2bc5bc&&_0x31dc04(_0x11fed4['id']);}),_0x54ccad(_0x3c9fd1=>_0x3c9fd1+0x1);},_0x1d44cd=()=>{const _0x4d1825=_0x4fbc06;var _0x266482;let _0x58624a=_0x160cc0==null?_0x4b279c['id']:_0x160cc0;if(_0x406a90[_0x4d1825(0x51d)]<=0x1){_0x28ca1a(null);return;}let _0x4ff6c2=(_0x266482=_0x406a90[_0x4d1825(0x3ae)](_0x288a23=>_0x288a23['id']!==_0x58624a))==null?void 0x0:_0x266482['id'];_0x74c167[_0x4d1825(0x484)](_0x392e11[_0x4d1825(0x6eb)]['id'],{'unitId':_0x7efe94,'tableId':_0xde278b['id'],'viewId':_0x58624a})[_0x4d1825(0x771)](_0x1d9771=>{_0x1d9771&&_0x4ff6c2&&_0x31dc04(_0x4ff6c2);}),_0x28ca1a(null),_0x54ccad(_0x51dacc=>_0x51dacc+0x1);},_0x2e47af=()=>{const _0x4d8809=_0x4fbc06;_0x74c167[_0x4d8809(0x484)](_0x73305e[_0x4d8809(0x36e)]['id'],{'hostUnitId':_0x243650,'embedId':_0xc00f95});},_0x25bc78=_0x189617=>{const _0x574e8e=_0x4fbc06;_0x189617[_0x574e8e(0x6ed)]();},_0x814ac7=_0x23ddd7=>{_0x23ddd7['preventDefault'](),_0x23ddd7['stopPropagation']();};return(0x0,_0x258aa1['jsxs'])(_0x258aa1['Fragment'],{'children':[(0x0,_0x258aa1[_0x4fbc06(0x712)])(_0x4fbc06(0x73b),{'className':(0x0,_0x536b6f['clsx'])(_0x4fbc06(0x601),{'univer-hidden':!_0x4a68ee,'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':_0x3b37a1,'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':!_0x3b37a1,'-univer-top-[44px]':!_0x3b37a1&&_0x4603cc!==_0x4fbc06(0x26c),'univer-w-full':!_0x3b37a1,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x3b37a1&&_0x4603cc===_0x4fbc06(0x26c)}),'data-u-comp':_0x4fbc06(0x580),'data-embed-floating-menu':_0x4fbc06(0xd4),'data-embed-id':_0xc00f95,'data-embed-float-stage':_0x4a68ee?_0x4fbc06(0x510):'inactive','data-base-render-version':_0x12ad7f,..._0x979dc0(_0xc00f95),'onClick':_0x25bc78,'onDoubleClick':_0x25bc78,'onMouseDown':_0x814ac7,'onMouseUp':_0x25bc78,'onPointerDown':_0x814ac7,'onPointerUp':_0x25bc78,'children':[_0x4b06a8?(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x545d1f,{'embedId':_0xc00f95,'activeView':_0x4b279c,'views':_0x406a90,'addViewOpen':_0x596ca5,'onAddViewOpenChange':_0x1eb20e,'onActivateView':_0x31dc04,'onAddView':_0x4b4fd1,'onSetViewAsFirst':_0x3a8fb9,'onMoveView':_0x5369a1,'onRenameView':_0x2a166c,'onDuplicateView':_0x45862a,'onConfigureView':_0x34186c=>_0x85768e(_0x4fbc06(0x445),_0x34186c),'onDeleteView':_0x28ca1a}):(0x0,_0x258aa1['jsx'])('div',{'data-u-comp':_0x4fbc06(0x304),'className':_0x4fbc06(0x6c2),'children':(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x5770d4,{'activeView':_0x4b279c,'views':_0x406a90,'onActivateView':_0x31dc04,'embedId':_0xc00f95,'onAddView':_0x2e99c8=>{const _0x326cff=_0x4fbc06;_0x6f4ab3(),_0x518c05(_0x2e99c8[_0x326cff(0x6b7)]());},'onConfigureView':_0x2f9ea6=>_0x85768e('viewSettings',_0x2f9ea6),'onDeleteView':()=>_0x28ca1a(_0x4b279c['id'])})}),(0x0,_0x258aa1[_0x4fbc06(0x712)])(_0x4fbc06(0x73b),{'className':_0x4fbc06(0xb6),'children':[(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x481ca6[_0x4fbc06(0x4a3)],{'iconOnly':!_0x3f494f,'className':_0x37dfab,'state':{..._0x3a29bf(_0x4b279c,_0x40f5c3),'searchOpen':_0x44223c[_0x4fbc06(0x4f9)][_0x4fbc06(0x4c3)],'searchQuery':_0x44223c[_0x4fbc06(0x4f9)][_0x4fbc06(0x1fd)],'searchActiveIndex':_0x44223c[_0x4fbc06(0x4f9)][_0x4fbc06(0x12b)]},'onAddRecord':_0xc68480=>_0xc68480&&_0x85768e(_0x4fbc06(0x281),_0xc68480),'onCustomizeField':_0x57befb=>_0x85768e('customizeField',_0x57befb),'onCustomizeKanban':_0x4bb18a=>_0x85768e(_0x4fbc06(0x5d4),_0x4bb18a),'onCustomizeGallery':_0x25dbc1=>_0x85768e('customizeGallery',_0x25dbc1),'onCalendarEventSettings':_0x319102=>_0x85768e(_0x4fbc06(0x180),_0x319102),'onCalendarViewSettings':_0x32fbc3=>_0x85768e('calendarViewSettings',_0x32fbc3),'onViewSettings':_0x23842a=>_0x85768e('viewSettings',_0x23842a),'onFilter':_0xd4faff=>_0x85768e('filter',_0xd4faff),'onGroup':_0x82b6f8=>_0x85768e(_0x4fbc06(0xe3),_0x82b6f8),'onSort':_0x3437a3=>_0x85768e(_0x4fbc06(0x76c),_0x3437a3),'onRowHeight':_0x2f2631=>_0x85768e(_0x4fbc06(0x3cc),_0x2f2631),'onConditionalColoring':_0x343cfa=>_0x85768e(_0x4fbc06(0x2bc),_0x343cfa),'onUndo':()=>void _0x74c167[_0x4fbc06(0x484)](_0x4a1c51[_0x4fbc06(0x218)]['id']),'onRedo':()=>void _0x74c167['executeCommand'](_0x4a1c51['RedoCommand']['id']),'onOpenSearch':()=>_0x50158a[_0x4fbc06(0x52d)](),'onSearchQueryChange':_0x300149=>_0x50158a[_0x4fbc06(0x77a)](_0x300149),'onSearchPrevious':()=>{const _0x48db2a=_0x4fbc06;var _0x161ddb;return _0x50158a['setSearchActiveIndex'](Math[_0x48db2a(0x1d4)](0x0,((_0x161ddb=_0x44223c[_0x48db2a(0x4f9)][_0x48db2a(0x12b)])==null?0x0:_0x161ddb)-0x1));},'onSearchNext':()=>{const _0x51d76c=_0x4fbc06;var _0x4d75d9;return _0x50158a['setSearchActiveIndex'](((_0x4d75d9=_0x44223c[_0x51d76c(0x4f9)][_0x51d76c(0x12b)])==null?-0x1:_0x4d75d9)+0x1);},'onCloseSearch':()=>_0x50158a['closeSearch']()}),_0x3cc1ec?(0x0,_0x258aa1[_0x4fbc06(0x712)])(_0x258aa1[_0x4fbc06(0x34e)],{'children':[(0x0,_0x258aa1['jsx'])(_0x536b6f['Separator'],{'orientation':'vertical'}),(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x2ccfe0,{'title':_0x2d7d90['t'](_0x4fbc06(0x262)),'className':_0x4fbc06(0x419),'onClick':_0x2e47af,'children':(0x0,_0x258aa1['jsx'])(_0x2a8a74,{})})]}):null]})]}),_0x25a850?(0x0,_0x37166e['createPortal'])((0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x4fbc06(0x73b),{'ref':_0x5a15b2,'data-u-comp':'base-embed-add-view-menu','data-embed-id':_0xc00f95,'data-embed-floating-menu-popup':_0x4fbc06(0xd4),'className':'univer-fixed\x20univer-z-[900]','style':_0x36c12f(_0x25a850),'onPointerDown':_0x226e7a=>_0x226e7a['stopPropagation'](),'children':(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x481ca6[_0x4fbc06(0x46a)],{'views':_0x481ca6[_0x4fbc06(0xf5)]['map'](_0x4b7197=>({..._0x4b7197,'label':_0x2d7d90['t'](_0x4b7197['label']),'description':_0x2d7d90['t'](_0x4b7197['description'])})),'onCreate':_0x4b4fd1})}),(_0x5196ed=(0x0,_0x481ca6[_0x4fbc06(0x227)])(!0x0))==null?document[_0x4fbc06(0x627)]:_0x5196ed):null,(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0x481ca6[_0x4fbc06(0x473)],{'open':!!_0x160cc0,'title':_0x2d7d90['t'](_0x4fbc06(0x3f6)),'description':_0x2d7d90['t']('embed-ui.basesFloating.confirmDelete.viewDescription'),'onCancel':()=>_0x28ca1a(null),'onConfirm':_0x1d44cd}),_0x3b37a1?(0x0,_0x258aa1[_0x4fbc06(0x199)])(_0xb4c6b9,{'embedId':_0xc00f95,'childUnitId':_0x7efe94,'base':_0x41e183,'activeTable':_0xde278b}):null]});}function _0xb4c6b9(_0x154ff2){const _0x3ced46=_0x118bac;let {embedId:_0x52c9d1,childUnitId:_0x3f1816,base:_0x3de495,activeTable:_0x597d77}=_0x154ff2,_0x5d8da2=_0x1c4489(_0x52c9d1);return _0x5d8da2?(0x0,_0x37166e[_0x3ced46(0x592)])((0x0,_0x258aa1['jsx'])(_0x254f48,{'childUnitId':_0x3f1816,'base':_0x3de495,'activeTable':_0x597d77}),_0x5d8da2):null;}function _0x1c4489(_0x1b3971){const _0x78324a=_0x118bac;let [_0x42c388,_0x27f8e7]=(0x0,_0x4f18af[_0x78324a(0xba)])(null);return(0x0,_0x4f18af[_0x78324a(0x207)])(()=>{const _0x289d43=_0x78324a;let _0x4d0e15=0x0,_0x25b3bc=()=>{const _0x57186d=_0x511b;var _0x403ab4;let _0x42258d=(_0x403ab4=Array[_0x57186d(0x289)](document[_0x57186d(0x66b)](_0x57186d(0x253)))['find'](_0xc3ecae=>_0xc3ecae['dataset'][_0x57186d(0x5bc)]===_0x1b3971))==null?null:_0x403ab4;_0x27f8e7(_0x42258d);};return _0x25b3bc(),_0x4d0e15=window[_0x289d43(0x668)](_0x25b3bc),()=>{window['cancelAnimationFrame'](_0x4d0e15);};},[_0x1b3971]),_0x42c388;}function _0x254f48(_0x1bd139){const _0x5273c4=_0x118bac;var _0x295e92,_0x55ecfd,_0x35669f,_0x205272,_0x3d3643,_0x459fe9;let {childUnitId:_0x2836be,base:_0x47c826,activeTable:_0x2835c3}=_0x1bd139,_0xc5714d=(0x0,_0x1468c8[_0x5273c4(0x60a)])(_0x4a1c51[_0x5273c4(0x36f)]),_0xe111db=(0x0,_0x1468c8[_0x5273c4(0x60a)])(_0x4a1c51[_0x5273c4(0xd8)]),_0x4f8f08=(0x0,_0x1468c8['useDependency'])(_0x4a1c51['LocaleService']),_0x1a55bf=(0x0,_0x1468c8['useDependency'])(_0x481ca6['IBaseUIStateService']),_0xb1c380=(0x0,_0x1468c8[_0x5273c4(0xca)])(()=>_0x1a55bf[_0x5273c4(0x365)],_0x1a55bf[_0x5273c4(0x6dd)](),!0x1,[_0x1a55bf]),[_0x3b746f,_0xd18612]=(0x0,_0x4f18af[_0x5273c4(0xba)])(null),[_0x12eafb,_0x50eb78]=(0x0,_0x4f18af[_0x5273c4(0xba)])(null),[_0x237a0b,_0x472690]=(0x0,_0x4f18af['useState'])(''),[_0x3e785f,_0x369739]=(0x0,_0x4f18af[_0x5273c4(0xba)])(_0x5273c4(0x1f9)),[_0xb4ec7b,_0x27570a]=(0x0,_0x4f18af[_0x5273c4(0xba)])(null),_0x201ccd=(_0x295e92=_0xe111db==null||(_0x55ecfd=_0xe111db[_0x5273c4(0x38b)](_0x481ca6['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x55ecfd[_0x5273c4(0x21b)])==null?{}:_0x295e92,_0x1ff2d1=(_0x35669f=(_0x205272=(_0x3d3643=_0xb1c380[_0x5273c4(0x767)][_0x5273c4(0x5ce)])==null?_0x201ccd[_0x5273c4(0x5ce)]:_0x3d3643)==null?(_0x459fe9=_0x481ca6['defaultPluginConfig'][_0x5273c4(0x21b)])==null?void 0x0:_0x459fe9[_0x5273c4(0x5ce)]:_0x205272)==null?_0x481ca6['BASE_LEFT_PANEL_DEFAULT_WIDTH']:_0x35669f,_0x166c66=_0x47c826[_0x5273c4(0x4f5)](),_0x2d8bff=_0x40cf91(_0x166c66,_0x2835c3['id']),_0x2192e7=_0x4c31cc=>{const _0x19a157=_0x5273c4;let _0xc41a2d=_0x166c66[_0x19a157(0x6ef)][_0x4c31cc];if(!_0xc41a2d)return;let _0x5e2532=_0xc41a2d[_0x19a157(0x44d)][_0x19a157(0x3ae)](_0x515ef8=>_0xc41a2d[_0x19a157(0x2df)][_0x515ef8]);_0x1a55bf[_0x19a157(0x3df)](_0xc41a2d['id']),_0x5e2532&&_0x1a55bf['activateView'](_0x5e2532),_0x1a55bf[_0x19a157(0x2da)](null),_0x1a55bf[_0x19a157(0x5b7)](),_0xc5714d[_0x19a157(0x484)](_0x481ca6['ActivateBaseTableOperation']['id'],{'unitId':_0x2836be,'tableId':_0x4c31cc});},_0x3058b5=async()=>{const _0x5af6bf=_0x5273c4;let _0x52f785=(0x0,_0x4a1c51['createDefaultBaseTableSnapshot'])({'id':'table-'+(0x0,_0x4a1c51[_0x5af6bf(0x1d1)])(0x8),'name':_0x5e8145(_0x47c826[_0x5af6bf(0x4f5)](),_0xd4db92=>_0x4f8f08['t'](_0x5af6bf(0x605),String(_0xd4db92))),'primaryFieldId':'field-'+(0x0,_0x4a1c51[_0x5af6bf(0x1d1)])(0x8),'gridViewId':_0x5af6bf(0x182)+(0x0,_0x4a1c51[_0x5af6bf(0x1d1)])(0x8)});await _0xc5714d['executeCommand'](_0x392e11['CreateBaseTableCommand']['id'],{'unitId':_0x2836be,'table':_0x52f785})&&(_0x1a55bf[_0x5af6bf(0x3df)](_0x52f785['id']),_0x1a55bf[_0x5af6bf(0x3d7)](_0x52f785['viewOrder'][0x0]),_0x1a55bf[_0x5af6bf(0x2da)](null),_0x1a55bf[_0x5af6bf(0x5b7)](),_0x27570a(_0x52f785['id']));},_0x1e4567=async(_0x2f42fc,_0x53ba95,_0x3491d0)=>{const _0x1ceb43=_0x5273c4;let _0x179ccc=_0x47c826['getSnapshot'](),_0x5dd545=_0x179ccc[_0x1ceb43(0x6ef)][_0x2f42fc];if(!_0x5dd545)return;let _0x1e3e6a=(0x0,_0x392e11[_0x1ceb43(0x741)])(_0x5dd545,{'id':_0x1ceb43(0x54e)+(0x0,_0x4a1c51[_0x1ceb43(0x1d1)])(0x8),'name':_0x53ba95,'includeRecords':_0x3491d0===_0x1ceb43(0x2b6),'regenerateViewIds':!0x0,'createViewId':()=>_0x1ceb43(0x182)+(0x0,_0x4a1c51[_0x1ceb43(0x1d1)])(0x8)});await _0xc5714d['executeCommand'](_0x392e11[_0x1ceb43(0x728)]['id'],{'unitId':_0x2836be,'table':_0x1e3e6a,'index':_0x179ccc[_0x1ceb43(0x5c0)][_0x1ceb43(0x274)](_0x2f42fc)+0x1})&&(_0x1a55bf[_0x1ceb43(0x3df)](_0x1e3e6a['id']),_0x1a55bf[_0x1ceb43(0x3d7)](_0x1e3e6a[_0x1ceb43(0x44d)][0x0]),_0x1a55bf[_0x1ceb43(0x2da)](null),_0x1a55bf[_0x1ceb43(0x5b7)]());},_0x5193c2=async _0x16768d=>{const _0x56ce9c=_0x5273c4;let _0x3674f5=_0x47c826[_0x56ce9c(0x4f5)](),_0x4a48b5=_0x40cf91(_0x3674f5,_0x2835c3['id'])[_0x56ce9c(0x734)](_0x5adcb1=>_0x5adcb1['id']);if(_0x4a48b5['length']<=0x1)return;let _0x3b00ad=_0x16768d===_0x2835c3['id']?_0x4a48b5['find'](_0xb19a86=>_0xb19a86!==_0x16768d):null;if(await _0xc5714d[_0x56ce9c(0x484)](_0x392e11[_0x56ce9c(0x32c)]['id'],{'unitId':_0x2836be,'tableId':_0x16768d})&&_0x3b00ad){let _0x9fb8ba=_0x3674f5[_0x56ce9c(0x6ef)][_0x3b00ad],_0x121471=_0x9fb8ba==null?void 0x0:_0x9fb8ba[_0x56ce9c(0x44d)][_0x56ce9c(0x3ae)](_0x3b1926=>_0x9fb8ba['views'][_0x3b1926]);_0x1a55bf[_0x56ce9c(0x3df)](_0x3b00ad),_0x121471&&_0x1a55bf[_0x56ce9c(0x3d7)](_0x121471),_0x1a55bf['setSelection'](null),_0x1a55bf['closeRecordDetail']();}};return(0x0,_0x258aa1[_0x5273c4(0x712)])(_0x258aa1[_0x5273c4(0x34e)],{'children':[(0x0,_0x258aa1[_0x5273c4(0x199)])(_0x481ca6[_0x5273c4(0x223)],{'title':_0x166c66[_0x5273c4(0x401)]||_0x5273c4(0x5ba),'items':_0x2d8bff,'width':_0x1ff2d1,'pendingRenameItemId':_0xb4ec7b,'onActivateItem':_0x2192e7,'onAddTable':()=>{_0x3058b5();},'onRenameTable':(_0x23c4e8,_0x4cc32e)=>{_0xc5714d['executeCommand'](_0x392e11['RenameBaseTableCommand']['id'],{'unitId':_0x2836be,'tableId':_0x23c4e8,'name':_0x4cc32e});},'onPendingRenameItemConsumed':_0x277db9=>{_0xb4ec7b===_0x277db9&&_0x27570a(null);},'onDuplicateTable':_0x212663=>{const _0x5d213e=_0x5273c4;let _0x1a4e5a=_0x47c826[_0x5d213e(0x4f5)](),_0x393fe3=_0x1a4e5a[_0x5d213e(0x6ef)][_0x212663];_0x393fe3&&(_0x50eb78(_0x212663),_0x472690(_0x223898(_0x1a4e5a,_0x4f8f08['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x393fe3[_0x5d213e(0x401)]))),_0x369739(_0x5d213e(0x1f9)));},'onDeleteTable':_0xd18612,'onResizeWidth':_0x3bd22a=>_0x1a55bf['setLeftPanelWidth'](_0x3bd22a)}),(0x0,_0x258aa1[_0x5273c4(0x199)])(_0x481ca6[_0x5273c4(0x1a3)],{'open':!!_0x12eafb,'name':_0x237a0b,'mode':_0x3e785f,'onNameChange':_0x472690,'onModeChange':_0x369739,'onCancel':()=>_0x50eb78(null),'onConfirm':()=>{let _0x543f12=_0x12eafb,_0x47fd42=_0x237a0b['trim'](),_0xb5d927=_0x3e785f;!_0x543f12||!_0x47fd42||(_0x50eb78(null),_0x1e4567(_0x543f12,_0x47fd42,_0xb5d927));}}),(0x0,_0x258aa1[_0x5273c4(0x199)])(_0x481ca6[_0x5273c4(0x473)],{'open':!!_0x3b746f,'title':_0x4f8f08['t'](_0x5273c4(0x46e)),'description':_0x4f8f08['t'](_0x5273c4(0x2fb)),'onCancel':()=>_0xd18612(null),'onConfirm':()=>{let _0x246cb1=_0x3b746f;_0xd18612(null),_0x246cb1&&_0x5193c2(_0x246cb1);}})]});}function _0x545d1f(_0x56cda9){const _0x36de8e=_0x118bac;let {embedId:_0x4bf227,activeView:_0x3cb2a6,views:_0x8439fc,addViewOpen:_0x191627,onAddViewOpenChange:_0x164f28,onActivateView:_0x12a3a5,onAddView:_0x467c80,onSetViewAsFirst:_0x392f7d,onMoveView:_0x82981e,onRenameView:_0x158719,onDuplicateView:_0x25abf4,onConfigureView:_0x182189,onDeleteView:_0x3eb2d4}=_0x56cda9,_0x41a53d=(0x0,_0x1468c8[_0x36de8e(0x60a)])(_0x4a1c51['LocaleService']);return(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x36de8e(0x73b),{'data-u-comp':'base-embed-fullscreen-view-tabs','className':'univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','children':(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x481ca6[_0x36de8e(0x409)],{'className':_0x36de8e(0x53a),'views':_0x8439fc[_0x36de8e(0x734)](_0x446722=>({'id':_0x446722['id'],'name':_0x446722['name'],'type':_0x446722['type']})),'activeViewId':_0x3cb2a6['id'],'onActivateView':_0x12a3a5,'onSetViewAsFirst':_0x392f7d,'onMoveView':_0x82981e,'onRenameView':_0x158719,'onDuplicateView':_0x25abf4,'onConfigureView':_0x182189,'onDeleteView':_0x3eb2d4,'onAddView':()=>_0x164f28(!_0x191627),'addViewDropdown':{'open':_0x191627,'onOpenChange':_0x164f28,'overlay':(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x36de8e(0x73b),{'data-u-comp':_0x36de8e(0x37c),'data-embed-id':_0x4bf227,'data-embed-floating-menu-popup':'true','children':(0x0,_0x258aa1[_0x36de8e(0x199)])(_0x481ca6[_0x36de8e(0x46a)],{'views':_0x481ca6['BASE_VIEW_MENU_ITEMS'][_0x36de8e(0x734)](_0x173fcf=>({..._0x173fcf,'label':_0x41a53d['t'](_0x173fcf['label']),'description':_0x41a53d['t'](_0x173fcf[_0x36de8e(0x36c)])})),'onCreate':_0x467c80})})}})});}function _0x5770d4(_0x20abd6){const _0x10e0a2=_0x118bac;var _0x3fc07b,_0x32fbc7,_0x1ddc73;let {embedId:_0x4f7dc9,activeView:_0x4bfff6,views:_0x505919,onActivateView:_0x18801b,onAddView:_0x5cc6ed,onConfigureView:_0x1ec00b,onDeleteView:_0x3e2e2a}=_0x20abd6,_0x18b14b=(0x0,_0x1468c8[_0x10e0a2(0x60a)])(_0x4a1c51[_0x10e0a2(0x743)]),_0x199edf=(0x0,_0x4f18af['useRef'])(null),_0x1c8900=(0x0,_0x4f18af[_0x10e0a2(0x4b8)])(null),[_0x33c221,_0x122e36]=(0x0,_0x4f18af[_0x10e0a2(0xba)])(!0x1),_0x4cebdc=_0x10ab4d=>{const _0x3352be=_0x10e0a2;_0x10ab4d[_0x3352be(0x582)](),_0x10ab4d[_0x3352be(0x6ed)]();},_0x4d16f6=(_0x3fc07b=(_0x32fbc7=_0x199edf['current'])==null?void 0x0:_0x32fbc7[_0x10e0a2(0x6b7)]())==null?null:_0x3fc07b;return(0x0,_0x4f18af[_0x10e0a2(0x207)])(()=>{const _0xf0e92=_0x10e0a2;if(!_0x33c221)return;let _0x4237ac=_0x2e850b=>{const _0x3881dc=_0x511b;var _0x4580f3,_0x48a9a2;let _0x5bfe68=_0x2e850b[_0x3881dc(0x6a7)]instanceof Node?_0x2e850b[_0x3881dc(0x6a7)]:null;!_0x5bfe68||(_0x4580f3=_0x199edf[_0x3881dc(0x67d)])!=null&&_0x4580f3[_0x3881dc(0x1e8)](_0x5bfe68)||(_0x48a9a2=_0x1c8900[_0x3881dc(0x67d)])!=null&&_0x48a9a2[_0x3881dc(0x1e8)](_0x5bfe68)||_0x122e36(!0x1);},_0x5250ce=_0x23e20a=>{const _0x5c700f=_0x511b;_0x23e20a[_0x5c700f(0x6a0)]===_0x5c700f(0x6cc)&&_0x122e36(!0x1);};return document[_0xf0e92(0x607)](_0xf0e92(0x3a8),_0x4237ac,!0x0),document['addEventListener']('keydown',_0x5250ce,!0x0),()=>{const _0xd2b8d7=_0xf0e92;document[_0xd2b8d7(0x5cf)](_0xd2b8d7(0x3a8),_0x4237ac,!0x0),document['removeEventListener'](_0xd2b8d7(0x449),_0x5250ce,!0x0);};},[_0x33c221]),(0x0,_0x258aa1['jsxs'])(_0x258aa1[_0x10e0a2(0x34e)],{'children':[(0x0,_0x258aa1[_0x10e0a2(0x712)])(_0x536b6f['Button'],{'ref':_0x199edf,'type':'button','size':_0x10e0a2(0x4cd),'variant':_0x10e0a2(0x709),'className':_0x10e0a2(0x6ba),'title':_0x4bfff6[_0x10e0a2(0x401)],'aria-label':_0x18b14b['t'](_0x10e0a2(0x211)),'onClick':_0x3f6c9b=>{const _0x40b8d0=_0x10e0a2;_0x3f6c9b[_0x40b8d0(0x6ed)](),_0x122e36(_0x1048e=>!_0x1048e);},'onMouseDown':_0x4cebdc,'onPointerDown':_0x4cebdc,'children':[(0x0,_0x258aa1[_0x10e0a2(0x199)])('span',{'className':_0x10e0a2(0x171),'aria-hidden':_0x10e0a2(0xd4),'children':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x481ca6[_0x10e0a2(0x2ef)],{'type':_0x4bfff6['type']})}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x10e0a2(0x596),{'className':_0x10e0a2(0x1ff),'children':_0x4bfff6[_0x10e0a2(0x401)]}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5e6630,{'className':'univer-size-3\x20univer-shrink-0'})]}),_0x33c221&&_0x4d16f6?(0x0,_0x37166e[_0x10e0a2(0x592)])((0x0,_0x258aa1['jsxs'])(_0x10e0a2(0x73b),{'ref':_0x1c8900,'data-u-comp':_0x10e0a2(0x3a9),'data-embed-id':_0x4f7dc9,'data-embed-floating-menu-popup':_0x10e0a2(0xd4),'className':_0x10e0a2(0x361),'style':_0xa36380(_0x4d16f6),'onClick':_0x1a6562=>_0x1a6562['stopPropagation'](),'onMouseDown':_0x4cebdc,'onPointerDown':_0x4cebdc,'children':[(0x0,_0x258aa1['jsx'])(_0x10e0a2(0x73b),{'className':_0x10e0a2(0x4a9),'children':_0x505919[_0x10e0a2(0x734)](_0x5541ef=>(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x536b6f['Button'],{'type':_0x10e0a2(0x2d6),'variant':_0x10e0a2(0x709),'size':_0x10e0a2(0x4cd),'className':_0x10e0a2(0x671),'onClick':_0x323f19=>{const _0x17293f=_0x10e0a2;_0x323f19[_0x17293f(0x6ed)](),_0x18801b(_0x5541ef['id']),_0x122e36(!0x1);},'children':(0x0,_0x258aa1['jsx'])(_0x56d5b6,{'icon':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x481ca6[_0x10e0a2(0x2ef)],{'type':_0x5541ef[_0x10e0a2(0x614)]}),'label':_0x5541ef[_0x10e0a2(0x401)],'trailing':_0x5541ef['id']===_0x4bfff6['id']?(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x10e0a2(0x596),{'className':_0x10e0a2(0x127)}):null})},_0x5541ef['id']))}),(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x10e0a2(0x266)],{}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5281a7,{'icon':(0x0,_0x258aa1['jsx'])(_0x1be36f,{}),'label':_0x18b14b['t']('embed-ui.basesFloating.viewSettings.addView'),'onClick':()=>{const _0x5457c8=_0x10e0a2;let _0x5a1be6=_0x199edf[_0x5457c8(0x67d)];_0x5a1be6&&_0x5cc6ed(_0x5a1be6),_0x122e36(!0x1);}}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5281a7,{'icon':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0xd883f3,{}),'label':_0x18b14b['t']('embed-ui.basesFloating.viewSettings.configureView'),'onClick':()=>{const _0x5fda3e=_0x10e0a2;let _0xa09079=_0x199edf[_0x5fda3e(0x67d)];_0xa09079&&_0x1ec00b(_0xa09079),_0x122e36(!0x1);}}),(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x5281a7,{'danger':!0x0,'disabled':_0x505919[_0x10e0a2(0x51d)]<=0x1,'icon':(0x0,_0x258aa1[_0x10e0a2(0x199)])(_0x2a8a74,{}),'label':_0x18b14b['t'](_0x10e0a2(0x465)),'onClick':()=>{_0x3e2e2a(),_0x122e36(!0x1);}})]}),(_0x1ddc73=(0x0,_0x481ca6[_0x10e0a2(0x227)])(!0x0))==null?document[_0x10e0a2(0x627)]:_0x1ddc73):null]});}function _0x56d5b6(_0x3a7a7b){const _0x47d0a1=_0x118bac;let {icon:_0xc585a8,label:_0x5ef0c9,trailing:_0x33ad2d}=_0x3a7a7b;return(0x0,_0x258aa1[_0x47d0a1(0x712)])(_0x47d0a1(0x596),{'className':_0x47d0a1(0x23d),'children':[(0x0,_0x258aa1[_0x47d0a1(0x199)])(_0x47d0a1(0x596),{'className':_0x47d0a1(0x448),'aria-hidden':_0x47d0a1(0xd4),'children':_0xc585a8}),(0x0,_0x258aa1['jsx'])('span',{'className':'univer-min-w-0\x20univer-truncate\x20univer-text-left','children':_0x5ef0c9}),(0x0,_0x258aa1[_0x47d0a1(0x199)])(_0x47d0a1(0x596),{'className':_0x47d0a1(0x114),'children':_0x33ad2d})]});}function _0x5281a7(_0x590e08){const _0x374c75=_0x118bac;let {danger:_0x5e4b26,disabled:_0x437cb1,icon:_0x54d602,label:_0x5386b2,onClick:_0x253cde}=_0x590e08;return(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x374c75(0xfd)],{'type':_0x374c75(0x2d6),'variant':'ghost','size':'small','disabled':_0x437cb1,'className':(0x0,_0x536b6f[_0x374c75(0x578)])(_0x374c75(0x671),_0x5e4b26&&_0x374c75(0x2a3)),'onClick':_0x48a8d3=>{const _0x342f18=_0x374c75;_0x48a8d3[_0x342f18(0x6ed)](),_0x253cde();},'children':(0x0,_0x258aa1[_0x374c75(0x199)])(_0x56d5b6,{'icon':_0x54d602,'label':_0x5386b2})});}function _0x3a29bf(_0x2390c6,_0x121dc6={}){const _0x1fd29a=_0x118bac;var _0x14ca55,_0xffcc4c,_0x12cf99,_0x427cf3,_0x4f3a32,_0x582e27,_0x20c8bf,_0x461684,_0x139e2f;let _0x1f3997=(_0x14ca55=_0x2390c6[_0x1fd29a(0x415)])==null?{}:_0x14ca55,_0x1b9e48=_0x1f3997[_0x1fd29a(0x2bc)],_0x42d7ba=Array[_0x1fd29a(0x6bf)](_0x1b9e48==null?void 0x0:_0x1b9e48[_0x1fd29a(0x3b5)])?_0x1b9e48['rules'][_0x1fd29a(0x51d)]:0x0;return{'viewType':_0x2390c6[_0x1fd29a(0x614)],'filterCount':(_0xffcc4c=(_0x12cf99=_0x2390c6[_0x1fd29a(0x2f0)])==null||(_0x12cf99=_0x12cf99[_0x1fd29a(0x43c)])==null?void 0x0:_0x12cf99[_0x1fd29a(0x51d)])==null?0x0:_0xffcc4c,'groupCount':(_0x427cf3=(_0x4f3a32=_0x2390c6[_0x1fd29a(0xe3)])==null?void 0x0:_0x4f3a32[_0x1fd29a(0x51d)])==null?0x0:_0x427cf3,'sortCount':(_0x582e27=(_0x20c8bf=_0x2390c6[_0x1fd29a(0x76c)])==null?void 0x0:_0x20c8bf[_0x1fd29a(0x51d)])==null?0x0:_0x582e27,'rowHeightActive':!!(_0x1f3997[_0x1fd29a(0x3cc)]&&_0x1f3997[_0x1fd29a(0x3cc)]!==_0x1fd29a(0x178)),'conditionalColoringActive':_0x42d7ba>0x0,'conditionalColoringCount':_0x42d7ba,'canUndo':((_0x461684=_0x121dc6['undos'])==null?0x0:_0x461684)>0x0,'canRedo':((_0x139e2f=_0x121dc6[_0x1fd29a(0x3ed)])==null?0x0:_0x139e2f)>0x0};}function _0x2200fa(_0x574b83){const _0x4dfe4a=_0x118bac;var _0x7d9266,_0x44df3a;return(_0x7d9266=_0x574b83==null||(_0x44df3a=_0x574b83[_0x4dfe4a(0x5c0)])==null?void 0x0:_0x44df3a[_0x4dfe4a(0x734)](_0x23191f=>_0x574b83[_0x4dfe4a(0x6ef)][_0x23191f])['filter'](_0xc8fe9c=>!!_0xc8fe9c))==null?[]:_0x7d9266;}function _0x40cf91(_0x21d222,_0x350582){const _0x2dad12=_0x118bac;return _0x2200fa(_0x21d222)[_0x2dad12(0x734)](_0xc0706f=>({'id':_0xc0706f['id'],'name':_0xc0706f[_0x2dad12(0x401)],'active':_0xc0706f['id']===_0x350582}));}function _0x5e8145(_0x330326,_0x2ef172){const _0x1529f8=_0x118bac;let _0x399839=new Set(_0x2200fa(_0x330326)[_0x1529f8(0x734)](_0x56d478=>_0x56d478[_0x1529f8(0x401)])),_0xc09521=_0x399839[_0x1529f8(0x347)]+0x1,_0x287ef9=_0x2ef172(_0xc09521);for(;_0x399839[_0x1529f8(0x722)](_0x287ef9);)_0xc09521+=0x1,_0x287ef9=_0x2ef172(_0xc09521);return _0x287ef9;}function _0x223898(_0x1b1438,_0x361eff){const _0x5248cc=_0x118bac;let _0x105aac=new Set(_0x2200fa(_0x1b1438)[_0x5248cc(0x734)](_0x407e5b=>_0x407e5b['name']));if(!_0x105aac['has'](_0x361eff))return _0x361eff;let _0x10d999=0x2,_0x763e14=_0x361eff+'\x20'+_0x10d999;for(;_0x105aac[_0x5248cc(0x722)](_0x763e14);)_0x10d999+=0x1,_0x763e14=_0x361eff+'\x20'+_0x10d999;return _0x763e14;}function _0x27684f(_0x187569,_0x3babb7){const _0x242d35=_0x118bac;if(!_0x187569)return;let _0x381e06=_0x3babb7?_0x187569[_0x242d35(0x6ef)][_0x3babb7]:void 0x0;return _0x381e06==null?_0x2200fa(_0x187569)[0x0]:_0x381e06;}function _0x334b1d(_0x1bbaa1){const _0x2f77d9=_0x118bac;var _0x3610b7,_0x1ad234;return(_0x3610b7=_0x1bbaa1==null||(_0x1ad234=_0x1bbaa1['viewOrder'])==null?void 0x0:_0x1ad234[_0x2f77d9(0x734)](_0x313d65=>_0x1bbaa1[_0x2f77d9(0x2df)][_0x313d65])[_0x2f77d9(0x2f0)](_0x68be8a=>!!_0x68be8a))==null?[]:_0x3610b7;}function _0x1d1247(_0x3839a3,_0x24956e){const _0x2aa7b8=_0x118bac;if(!_0x3839a3)return;let _0x2af27f=_0x24956e?_0x3839a3[_0x2aa7b8(0x2df)][_0x24956e]:void 0x0;return _0x2af27f==null?_0x334b1d(_0x3839a3)[0x0]:_0x2af27f;}function _0x479202(_0x439393,_0x3abd42,_0x414da3){const _0x10f59c=_0x118bac;var _0x2d626e,_0x593b14;return{..._0x439393,'id':_0x10f59c(0x182)+(0x0,_0x4a1c51[_0x10f59c(0x1d1)])(0x8),'tableId':_0x3abd42,'name':_0x439393['name']+'\x20'+_0x414da3,'config':{..._0x439393[_0x10f59c(0x415)]},'fieldSettings':{...(_0x2d626e=_0x439393['fieldSettings'])==null?{}:_0x2d626e},'fieldOrder':[...(_0x593b14=_0x439393[_0x10f59c(0x15e)])==null?[]:_0x593b14],'filter':_0x439393['filter']?{..._0x439393['filter'],'conditions':[..._0x439393[_0x10f59c(0x2f0)][_0x10f59c(0x43c)]]}:void 0x0,'group':_0x439393[_0x10f59c(0xe3)]?[..._0x439393[_0x10f59c(0xe3)]]:void 0x0,'sort':_0x439393['sort']?[..._0x439393[_0x10f59c(0x76c)]]:void 0x0};}function _0x2ccfe0(_0x33ebc7){const _0x19de61=_0x118bac;let {children:_0xef3e5,title:_0x282483,className:_0x3c5ad1,onClick:_0x52a2a3}=_0x33ebc7;return(0x0,_0x258aa1[_0x19de61(0x199)])(_0x536b6f[_0x19de61(0xfd)],{'type':'button','size':'small','variant':_0x19de61(0x709),'className':(0x0,_0x536b6f[_0x19de61(0x578)])(_0x19de61(0x414),_0x3c5ad1),'title':_0x282483,'aria-label':_0x282483,'onClick':_0x2bf26a=>_0x52a2a3(_0x2bf26a[_0x19de61(0xfa)]),'children':_0xef3e5});}function _0x12f971(_0x4d297d){const _0x3270bf=_0x118bac;return{'x':_0x4d297d['x'],'y':_0x4d297d['y'],'width':_0x4d297d[_0x3270bf(0x5df)],'height':_0x4d297d[_0x3270bf(0x2c7)]};}function _0x36c12f(_0x36f7aa){const _0x31e2bc=_0x118bac;let _0x28b41=(0x0,_0x481ca6[_0x31e2bc(0x42c)])(_0x36f7aa,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x28b41['top'],'left':_0x28b41['left'],'maxHeight':_0x28b41[_0x31e2bc(0x460)]};}function _0xa36380(_0x1ecf31){const _0x23676b=_0x118bac;let _0x4bbb0c=(0x0,_0x481ca6[_0x23676b(0x42c)])({'left':_0x1ecf31['right']-0xd0,'right':_0x1ecf31['right'],'top':_0x1ecf31['top'],'bottom':_0x1ecf31[_0x23676b(0x587)],'width':0xd0,'height':_0x1ecf31['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x4bbb0c[_0x23676b(0x4bc)],'left':_0x4bbb0c[_0x23676b(0x41d)],'maxHeight':_0x4bbb0c['maxHeight']};}function _0x105369(_0x2be7e7){const _0x7635af=_0x118bac;_0x3859ab(_0x2be7e7,_0x7635af(0x6cd),_0x4f8527);}function _0x4f8527(_0x3c6b9a){const _0x3880aa=_0x118bac;_0x3c6b9a['has'](_0x481ca6[_0x3880aa(0x15d)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6['IBaseHostChromeOverrideService'],{'useFactory':()=>_0x3c6b9a['get'](_0x247cd5)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6[_0x3880aa(0x115)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6[_0x3880aa(0x115)],{'useFactory':()=>_0x3c6b9a['get'](_0x34aece)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6[_0x3880aa(0x43f)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6['IBaseEmbedFloatingGeometryService'],{'useFactory':()=>_0x3c6b9a[_0x3880aa(0x714)](_0xc08a98)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6[_0x3880aa(0x4ae)])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6[_0x3880aa(0x4ae)],{'useFactory':()=>_0x3c6b9a[_0x3880aa(0x714)](_0x164bef)}]),_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6['IBaseEmbedRuntimeService'])||_0x3c6b9a[_0x3880aa(0x410)]([_0x481ca6[_0x3880aa(0x554)],{'useFactory':()=>_0x2043f7({'embedModelService':_0x3c6b9a[_0x3880aa(0x714)](_0x73305e[_0x3880aa(0x6e4)]),'restoreService':_0x3c6b9a[_0x3880aa(0x714)](_0x1858f1),'mountService':_0x3c6b9a[_0x3880aa(0x714)](_0x70dabe),'activationService':_0x3c6b9a[_0x3880aa(0x714)](_0x287047)})}]);let _0x43155e=_0x3c6b9a[_0x3880aa(0x714)](_0x73305e[_0x3880aa(0x717)]),_0x188c56=_0x3c6b9a[_0x3880aa(0x714)](_0x1cd1ba),_0x4f093c=_0x3c6b9a['get'](_0x55f3cf),_0x560bad=_0x3c6b9a[_0x3880aa(0x714)](_0x1f9ba5),_0x549af3=_0x3c6b9a['get'](_0x23b823),_0x28950c=_0x3c6b9a[_0x3880aa(0x714)](_0x43540b),_0x416d01=_0x3c6b9a[_0x3880aa(0x714)](_0x2b6f2d),_0x407481=_0x3c6b9a[_0x3880aa(0x714)](_0x3ef29),_0x952429=_0x3c6b9a[_0x3880aa(0x722)](_0x73305e[_0x3880aa(0x163)])?_0x3c6b9a[_0x3880aa(0x714)](_0x73305e['EmbedHostAnchorModelService']):void 0x0,_0x13c0b2=_0x3c6b9a[_0x3880aa(0x722)](_0x4a1c51['IUniverInstanceService'])?_0x3c6b9a[_0x3880aa(0x714)](_0x4a1c51[_0x3880aa(0x723)]):void 0x0,_0x2adc39=()=>_0x3c6b9a[_0x3880aa(0x722)](_0x481ca6['IBaseUIStateService'])?_0x3c6b9a['get'](_0x481ca6[_0x3880aa(0x66e)]):void 0x0,_0x407d0d=_0x264f49(_0x952429,_0x13c0b2,_0x2adc39);_0x43155e[_0x3880aa(0x714)](_0x407d0d['hostType'],_0x407d0d['entry'])||_0x43155e[_0x3880aa(0x246)](_0x407d0d);let _0x228f3b=_0x572e8e();_0x188c56['get'](_0x228f3b['hostType'],_0x228f3b[_0x3880aa(0x3be)])||_0x188c56[_0x3880aa(0x246)](_0x228f3b);let _0x3ce867=_0x4d019c(_0x3c6b9a[_0x3880aa(0x714)](_0x4a1c51[_0x3880aa(0x36f)]));_0x4f093c['get'](_0x3ce867[_0x3880aa(0x559)])||_0x4f093c[_0x3880aa(0x246)](_0x3ce867);let _0x180c20=_0x215875();_0x560bad[_0x3880aa(0x714)](_0x180c20[_0x3880aa(0x559)])||_0x560bad[_0x3880aa(0x246)](_0x180c20),_0x35b2d2()[_0x3880aa(0x362)](_0x337a97=>{const _0x155c2b=_0x3880aa;_0x549af3[_0x155c2b(0x570)](_0x337a97[_0x155c2b(0x53f)],_0x337a97[_0x155c2b(0x3be)],_0x337a97[_0x155c2b(0x559)])||_0x549af3[_0x155c2b(0x246)](_0x337a97);}),_0x28950c['registerProvider'](_0x492d56(_0x3c6b9a,{'childType':_0x4a1c51[_0x3880aa(0x336)][_0x3880aa(0x109)],'renderManagerService':_0x1b1b3f[_0x3880aa(0x402)]})),_0x416d01[_0x3880aa(0x714)](_0x4a1c51['UniverInstanceType'][_0x3880aa(0x109)])||_0x416d01[_0x3880aa(0x246)](_0x2ea304(_0x2adc39())),_0x407481[_0x3880aa(0x714)](_0x4a1c51['UniverInstanceType'][_0x3880aa(0x109)])||_0x407481[_0x3880aa(0x246)](_0xa38eba(_0x3c6b9a));}function _0x2043f7(_0x581c6c){return{'mountTableList':async _0x370537=>{const _0x2542e9=_0x511b;let _0x272a22=_0x581c6c[_0x2542e9(0x26f)][_0x2542e9(0x686)](_0x370537[_0x2542e9(0x625)],_0x370537[_0x2542e9(0x5bc)]);if(!_0x272a22&&_0x370537['childUnitId']&&(_0x272a22={'embedId':_0x370537[_0x2542e9(0x5bc)],'hostUnitId':_0x370537['baseUnitId'],'hostType':_0x4a1c51[_0x2542e9(0x336)][_0x2542e9(0x109)],'entry':_0x2542e9(0x29c),'hostAnchorId':_0x370537[_0x2542e9(0x333)],'childUnitId':_0x370537[_0x2542e9(0x4c1)],'childType':_0x370537[_0x2542e9(0x559)],'source':{'unitType':_0x370537[_0x2542e9(0x559)],'ref':{'file':{'kind':_0x2542e9(0x303)},'unit':{'selector':_0x370537[_0x2542e9(0x4c1)],'type':(0x0,_0x73305e[_0x2542e9(0x455)])(_0x370537[_0x2542e9(0x559)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x2542e9(0x676),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x272a22||_0x272a22['hostAnchorId']!==_0x370537[_0x2542e9(0x333)])&&((!_0x272a22[_0x2542e9(0x4c1)]||_0x272a22[_0x2542e9(0x559)]==null)&&(_0x272a22=await _0x581c6c[_0x2542e9(0x71c)][_0x2542e9(0x6f5)]({'descriptor':_0x272a22})),!(!_0x272a22[_0x2542e9(0x4c1)]||_0x272a22['childType']==null)))return _0x581c6c[_0x2542e9(0x243)][_0x2542e9(0xde)](_0x272a22),_0x581c6c[_0x2542e9(0x5d9)][_0x2542e9(0x51a)](_0x272a22),(0x0,_0x4a1c51[_0x2542e9(0xbb)])(()=>{const _0x2b6dae=_0x2542e9;_0x581c6c[_0x2b6dae(0x243)][_0x2b6dae(0x40b)](_0x370537[_0x2b6dae(0x5bc)]),_0x581c6c[_0x2b6dae(0x5d9)]['clearTab'](_0x370537[_0x2b6dae(0x5bc)]);});}};}let _0x20d648=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x2e2aae,_0x486924,_0x58e654,_0x50d868,_0x2c9c3e,_0x49d7ab,_0x4b5e2d,_0x3bf28b){const _0x3027de=_0x118bac;if(super(),this[_0x3027de(0x6b6)]=_0x2e2aae,this[_0x3027de(0x520)]=_0x486924,this[_0x3027de(0x32a)]=_0x58e654,this[_0x3027de(0xda)]=_0x50d868,this['_boardElementStateService']=_0x2c9c3e,this[_0x3027de(0x58b)]=_0x49d7ab,this[_0x3027de(0x159)]=_0x4b5e2d,this[_0x3027de(0x74e)]=_0x3bf28b,_0x2d0c25(this,_0x3027de(0x139),new Map()),_0x2d0c25(this,_0x3027de(0xf8),void 0x0),_0x2d0c25(this,_0x3027de(0x32f),_0x10bd37=>{const _0x4c8ab4=_0x3027de;var _0x291857,_0x17b052;let _0x54da2f=(_0x291857=(_0x17b052=this[_0x4c8ab4(0x6b6)][_0x4c8ab4(0x666)])[_0x4c8ab4(0x140)])==null?void 0x0:_0x291857[_0x4c8ab4(0xf4)](_0x17b052);return _0x54da2f?(_0x54da2f[_0x4c8ab4(0x6dc)](new WheelEvent(_0x4c8ab4(0x729),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x10bd37['clientX'],'clientY':_0x10bd37[_0x4c8ab4(0x573)],'ctrlKey':_0x10bd37[_0x4c8ab4(0xfe)],'deltaMode':_0x10bd37[_0x4c8ab4(0x569)],'deltaX':_0x10bd37[_0x4c8ab4(0x74a)],'deltaY':_0x10bd37[_0x4c8ab4(0x692)],'deltaZ':_0x10bd37[_0x4c8ab4(0x6b5)],'metaKey':_0x10bd37['metaKey'],'shiftKey':_0x10bd37[_0x4c8ab4(0x623)]})),!0x0):!0x1;}),_0x2d0c25(this,_0x3027de(0x4fc),_0x55fdc=>{const _0x2c49bb=_0x3027de;var _0x38dfdd,_0x53bf4b;let _0x5b59f0=(_0x38dfdd=(_0x53bf4b=this[_0x2c49bb(0x6b6)][_0x2c49bb(0x666)])[_0x2c49bb(0x140)])==null?void 0x0:_0x38dfdd[_0x2c49bb(0xf4)](_0x53bf4b);if(!_0x5b59f0)return null;let _0x5992c9=_0x55fdc;for(;_0x5992c9&&!_0x5992c9[_0x2c49bb(0x1e8)](_0x5b59f0);)_0x5992c9=_0x5992c9['parentElement'];return _0x5992c9;}),Promise['resolve']()[_0x3027de(0x771)](()=>this[_0x3027de(0x249)]()),typeof document<'u'){let _0x592afb=_0x4aa771=>this[_0x3027de(0x4e0)](_0x4aa771);document[_0x3027de(0x607)](_0x21e2a4,_0x592afb),this['disposeWithMe']((0x0,_0x4a1c51[_0x3027de(0xbb)])(()=>document[_0x3027de(0x5cf)](_0x21e2a4,_0x592afb)));}this[_0x3027de(0x377)](this['_commandService'][_0x3027de(0x301)](_0x51d200=>{const _0x4ce1ab=_0x3027de;(_0x51d200['id']===_0x73305e[_0x4ce1ab(0x3ca)]['id']||_0x51d200['id']===_0x73305e[_0x4ce1ab(0x36e)]['id']||_0x51d200['id']===_0x73305e[_0x4ce1ab(0x2af)]['id']||_0x51d200['id']===_0x73305e[_0x4ce1ab(0x5cb)]['id'])&&this[_0x4ce1ab(0x249)]();})),[this[_0x3027de(0xda)][_0x3027de(0x61f)],this['_boardElementService'][_0x3027de(0x18c)],this[_0x3027de(0xda)][_0x3027de(0x754)]][_0x3027de(0x362)](_0x4b75a8=>{const _0x53866d=_0x3027de;let _0x21d83c=_0x4b75a8['subscribe'](_0x247065=>{const _0x5b0fbe=_0x511b;_0x247065['some'](_0xcb6e2e=>_0xcb6e2e[_0x5b0fbe(0x73c)]===this[_0x5b0fbe(0x6b6)]['unitId'])&&this[_0x5b0fbe(0x249)]();});this[_0x53866d(0x377)]((0x0,_0x4a1c51['toDisposable'])(()=>_0x21d83c[_0x53866d(0x297)]()));});}[_0x118bac(0x60c)](){const _0x3ef160=_0x118bac;var _0x5b014a;(_0x5b014a=this[_0x3ef160(0xf8)])==null||_0x5b014a[_0x3ef160(0xf4)](this),this['_activeDragCleanup']=void 0x0,this[_0x3ef160(0x139)][_0x3ef160(0x362)](_0x3ee638=>_0x3ee638['dispose']()),this[_0x3ef160(0x139)]['clear'](),super[_0x3ef160(0x60c)]();}['_sync'](){const _0x1b4e6a=_0x118bac;let _0x53dccc=this['_context'][_0x1b4e6a(0x73c)];if(this[_0x1b4e6a(0x520)][_0x1b4e6a(0xfb)](_0x53dccc)[_0x1b4e6a(0x51d)]>0x0){this[_0x1b4e6a(0x653)]();return;}let _0x57c263=this[_0x1b4e6a(0xda)][_0x1b4e6a(0x493)](_0x53dccc),_0x1d83f0=new Set();this[_0x1b4e6a(0x520)][_0x1b4e6a(0x27b)](_0x53dccc)[_0x1b4e6a(0x2f0)](_0x2a7a0c=>_0x2a7a0c['entry']===_0x73305e['EmbedHostEntryEnum']['BoardsFloatingObject'])[_0x1b4e6a(0x362)](_0x4b33f0=>{const _0x532811=_0x1b4e6a;var _0x432938,_0x3cb648,_0xeab697,_0x3df282;let _0x3d0a7a=Object['values'](_0x57c263)[_0x532811(0x3ae)](_0x503595=>{const _0x6c5daf=_0x532811;var _0x2ef0b6;return(0x0,_0x27f87e[_0x6c5daf(0x279)])((_0x2ef0b6=_0x503595[_0x6c5daf(0x35d)][_0x4b33f0[_0x6c5daf(0x333)]])==null?void 0x0:_0x2ef0b6[_0x6c5daf(0x725)]);}),_0x402ca5=_0x3d0a7a==null?void 0x0:_0x3d0a7a[_0x532811(0x35d)][_0x4b33f0['hostAnchorId']],_0x55132a=_0x402ca5==null?void 0x0:_0x402ca5['element'];if(!_0x3d0a7a||!_0x402ca5||!(0x0,_0x27f87e[_0x532811(0x279)])(_0x55132a))return;let _0x580577=(0x0,_0x27f87e[_0x532811(0x593)])(_0x55132a),_0x31d036=this['_itemId'](_0x4b33f0[_0x532811(0x333)]);_0x1d83f0[_0x532811(0x410)](_0x31d036);let _0x2b20e1={'left':(_0x432938=_0x55132a[_0x532811(0x768)][_0x532811(0x41d)])==null?0x0:_0x432938,'top':(_0x3cb648=_0x55132a[_0x532811(0x768)][_0x532811(0x4bc)])==null?0x0:_0x3cb648,'width':(_0xeab697=_0x55132a[_0x532811(0x768)][_0x532811(0x5df)])==null?0x230:_0xeab697,'height':(_0x3df282=_0x55132a[_0x532811(0x768)][_0x532811(0x2c7)])==null?0x168:_0x3df282},_0x3b7740=()=>{const _0x57004b=_0x532811;var _0x2f5f4e,_0x24d005;return(0x0,_0x4f18af[_0x57004b(0x4c7)])(_0x2cdbbb,{'data':{'version':0x1,'embedId':_0x4b33f0[_0x57004b(0x5bc)],'hostUnitId':_0x53dccc,'hostAnchorId':_0x4b33f0[_0x57004b(0x333)],'childUnitId':(_0x2f5f4e=_0x4b33f0['childUnitId'])==null?_0x580577==null?void 0x0:_0x580577[_0x57004b(0x4c1)]:_0x2f5f4e,'childType':(_0x24d005=_0x4b33f0[_0x57004b(0x559)])==null?_0x580577==null?void 0x0:_0x580577[_0x57004b(0x559)]:_0x24d005},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this['_routeWheelToHost'],'resolveHostWheelGestureRoot':this[_0x57004b(0x4fc)],'onRuntimeStageEnter':_0x30223e=>this['_setAnchorTransformerVisible'](_0x30223e!==_0x57004b(0x510),_0x402ca5['subUnitId'],_0x4b33f0['hostAnchorId'])});};this[_0x532811(0x139)][_0x532811(0x722)](_0x31d036)?this['_domLayerService'][_0x532811(0x3f9)](_0x31d036,{'rect':_0x2b20e1,'content':_0x3b7740}):this['_items']['set'](_0x31d036,this['_domLayerService'][_0x532811(0x705)]({'id':_0x31d036,'unitId':_0x53dccc,'subUnitId':_0x402ca5['subUnitId'],'elementId':_0x4b33f0['hostAnchorId'],'rect':_0x2b20e1,'content':_0x3b7740,'interactive':!0x0,'showResizeGuide':!0x0}));}),this['_items'][_0x1b4e6a(0x362)]((_0x5493b4,_0x360f9b)=>{const _0x33950d=_0x1b4e6a;_0x1d83f0['has'](_0x360f9b)||(_0x5493b4[_0x33950d(0x60c)](),this[_0x33950d(0x139)]['delete'](_0x360f9b));});}[_0x118bac(0x444)](_0x28f19f){const _0x2a186b=_0x118bac;return'board-embed:'+this[_0x2a186b(0x6b6)][_0x2a186b(0x73c)]+':'+_0x28f19f;}['_selectAnchor'](_0x4a63e9,_0x21edf6){const _0x22df1b=_0x118bac;this['_boardElementStateService'][_0x22df1b(0xf0)]({'unitId':this[_0x22df1b(0x6b6)][_0x22df1b(0x73c)],'subUnitId':_0x4a63e9},[_0x21edf6],_0x21edf6);}[_0x118bac(0x316)](_0x70a046,_0x35489b,_0xb3dee8){const _0x510ca2=_0x118bac;if(_0x70a046){this[_0x510ca2(0x646)](_0x35489b,_0xb3dee8);return;}this['_boardElementStateService'][_0x510ca2(0x1bc)]();}[_0x118bac(0x4e0)](_0x25a45d){const _0x2f8795=_0x118bac;var _0x29f48f,_0x4a9f85,_0x2763c6,_0x1a4d89,_0x19e1f5,_0x4835cd,_0x5fa7d2,_0x1e7025;let _0x528adb=_0x25a45d[_0x2f8795(0x62e)];if(!_0x528adb||_0x528adb[_0x2f8795(0x2dc)]!==this[_0x2f8795(0x6b6)]['unitId'])return;let _0x3ef0ba=this[_0x2f8795(0xda)][_0x2f8795(0x493)](this[_0x2f8795(0x6b6)][_0x2f8795(0x73c)]),_0x4a2fea=Object['values'](_0x3ef0ba)['find'](_0x38fe39=>_0x38fe39[_0x2f8795(0x35d)][_0x528adb[_0x2f8795(0x333)]]),_0x435b3e=_0x4a2fea==null?void 0x0:_0x4a2fea[_0x2f8795(0x35d)][_0x528adb[_0x2f8795(0x333)]];if(!_0x4a2fea||!_0x435b3e||!(0x0,_0x27f87e[_0x2f8795(0x279)])(_0x435b3e[_0x2f8795(0x725)])||((_0x29f48f=(0x0,_0x27f87e[_0x2f8795(0x593)])(_0x435b3e['element']))==null?void 0x0:_0x29f48f[_0x2f8795(0x5bc)])!==_0x528adb[_0x2f8795(0x5bc)])return;let _0x42a82f=(_0x4a9f85=(_0x2763c6=this[_0x2f8795(0x6b6)][_0x2f8795(0x666)])['getCanvasElement'])==null?void 0x0:_0x4a9f85[_0x2f8795(0xf4)](_0x2763c6);if(!_0x42a82f)return;(_0x1a4d89=this[_0x2f8795(0xf8)])==null||_0x1a4d89[_0x2f8795(0xf4)](this),this[_0x2f8795(0x646)](_0x435b3e[_0x2f8795(0x746)],_0x528adb[_0x2f8795(0x333)]),this[_0x2f8795(0x316)](!0x1,_0x435b3e[_0x2f8795(0x746)],_0x528adb[_0x2f8795(0x333)]);let _0x4e201c=_0x435b3e[_0x2f8795(0x725)],_0x2005e6=(_0x19e1f5=_0x4e201c[_0x2f8795(0x768)]['left'])==null?0x0:_0x19e1f5,_0x3963c4=(_0x4835cd=_0x4e201c[_0x2f8795(0x768)]['top'])==null?0x0:_0x4835cd,_0x592452=this['_boardUIStateService']['getState'](),_0x2856de=(0x0,_0x48316b[_0x2f8795(0x430)])((_0x5fa7d2=this[_0x2f8795(0x159)]['getConfig'](_0x48316b[_0x2f8795(0x104)]))==null?void 0x0:_0x5fa7d2),_0x133c57=(0x0,_0x48316b[_0x2f8795(0x681)])(_0x42a82f,_0x528adb[_0x2f8795(0x100)],_0x528adb[_0x2f8795(0x573)],{'zoomRatio':_0x592452[_0x2f8795(0x5ff)],'panOffset':_0x592452[_0x2f8795(0x4f6)]},_0x2856de),_0x2d13bb=(_0x1e7025=document[_0x2f8795(0x4de)])==null?window:_0x1e7025,_0x1ead61=(_0x41d794,_0xc79346)=>{const _0x44ddbc=_0x2f8795;let _0x4b9cc8=this['_boardUIStateService'][_0x44ddbc(0x6dd)](),_0x510555=(0x0,_0x48316b[_0x44ddbc(0x681)])(_0x42a82f,_0x41d794,_0xc79346,{'zoomRatio':_0x4b9cc8[_0x44ddbc(0x5ff)],'panOffset':_0x4b9cc8[_0x44ddbc(0x4f6)]},_0x2856de);return{'left':_0x2005e6+_0x510555['x']-_0x133c57['x'],'top':_0x3963c4+_0x510555['y']-_0x133c57['y']};},_0x25e8a8=(_0x36276c,_0x15ba1b)=>{const _0x182dc7=_0x2f8795;var _0x83aeae,_0x49733f;let _0x4ff3f5=_0x1ead61(_0x36276c,_0x15ba1b);return this[_0x182dc7(0x32a)][_0x182dc7(0x3f9)](this[_0x182dc7(0x444)](_0x528adb[_0x182dc7(0x333)]),{'rect':{..._0x4ff3f5,'width':(_0x83aeae=_0x4e201c[_0x182dc7(0x768)][_0x182dc7(0x5df)])==null?0x230:_0x83aeae,'height':(_0x49733f=_0x4e201c[_0x182dc7(0x768)]['height'])==null?0x168:_0x49733f}}),_0x4ff3f5;},_0x395c8e=_0x21bbbb=>_0x528adb['pointerId']==null||_0x21bbbb[_0x2f8795(0x602)]===_0x528adb[_0x2f8795(0x602)],_0x38541a=()=>{const _0x3add3b=_0x2f8795;_0x2d13bb[_0x3add3b(0x5cf)](_0x3add3b(0x427),_0x10f66c),_0x2d13bb[_0x3add3b(0x5cf)](_0x3add3b(0x547),_0x20c3d4),_0x2d13bb[_0x3add3b(0x5cf)](_0x3add3b(0x784),_0x8ba53c),this[_0x3add3b(0xf8)]===_0x38541a&&(this['_activeDragCleanup']=void 0x0);},_0x10f66c=_0x529fe2=>{const _0x13d6d7=_0x2f8795;_0x395c8e(_0x529fe2)&&(_0x529fe2[_0x13d6d7(0x582)](),_0x25e8a8(_0x529fe2['clientX'],_0x529fe2[_0x13d6d7(0x573)]));},_0x20c3d4=_0x1f3097=>{const _0x2acb65=_0x2f8795;if(!_0x395c8e(_0x1f3097))return;_0x38541a(),_0x1f3097[_0x2acb65(0x582)]();let _0x5bd8fd=_0x25e8a8(_0x1f3097[_0x2acb65(0x100)],_0x1f3097['clientY']);this['_commandService'][_0x2acb65(0x484)](_0x27f87e['UpdateBoardElementMutation']['id'],{'unitId':this['_context'][_0x2acb65(0x73c)],'subUnitId':_0x435b3e[_0x2acb65(0x746)],'elementId':_0x528adb[_0x2acb65(0x333)],'element':_0x4e201c,'transform':{..._0x435b3e[_0x2acb65(0x768)],..._0x5bd8fd}})[_0x2acb65(0x1ae)](()=>{const _0x13ac3e=_0x2acb65;this[_0x13ac3e(0x249)](),this[_0x13ac3e(0x316)](!0x0,_0x435b3e[_0x13ac3e(0x746)],_0x528adb[_0x13ac3e(0x333)]);});},_0x8ba53c=_0x2299c0=>{const _0x11805f=_0x2f8795;_0x395c8e(_0x2299c0)&&(_0x38541a(),this[_0x11805f(0x249)](),this[_0x11805f(0x316)](!0x0,_0x435b3e[_0x11805f(0x746)],_0x528adb['hostAnchorId']));};_0x2d13bb['addEventListener'](_0x2f8795(0x427),_0x10f66c),_0x2d13bb[_0x2f8795(0x607)](_0x2f8795(0x547),_0x20c3d4),_0x2d13bb[_0x2f8795(0x607)](_0x2f8795(0x784),_0x8ba53c),this[_0x2f8795(0xf8)]=_0x38541a;}[_0x118bac(0x653)](){const _0x4eaba9=_0x118bac;this[_0x4eaba9(0x139)][_0x4eaba9(0x362)](_0x2ffc2b=>_0x2ffc2b['dispose']()),this[_0x4eaba9(0x139)][_0x4eaba9(0x173)]();}};_0x20d648=_0x5c1435([_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e['EmbedModelService'])),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x48316b[_0x118bac(0x61c)])),_0x4ded49(0x3,(0x0,_0x4a1c51['Inject'])(_0x27f87e[_0x118bac(0x2a0)])),_0x4ded49(0x4,(0x0,_0x4a1c51['Inject'])(_0x48316b[_0x118bac(0x4fd)])),_0x4ded49(0x5,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x48316b[_0x118bac(0x13f)])),_0x4ded49(0x6,_0x4a1c51['IConfigService']),_0x4ded49(0x7,_0x4a1c51[_0x118bac(0x36f)])],_0x20d648);function _0x3d17bf(){const _0x2322b3=_0x118bac;return _0x3dd20a({'childType':_0x4a1c51[_0x2322b3(0x336)]['UNIVER_BOARD'],'productName':'Boards','hostChromeMode':_0x2322b3(0x31d)});}function _0x29429d(){const _0x3bd648=_0x118bac;return{'hostType':_0x4a1c51['UniverInstanceType'][_0x3bd648(0x76a)],'entry':_0x73305e[_0x3bd648(0x396)][_0x3bd648(0x185)],'layout':_0x3bd648(0x780),'supportedLayouts':[_0x3bd648(0x780),_0x3bd648(0x59b),_0x3bd648(0x17e)],'menuBehavior':'floating'};}function _0x3e18e1(){const _0x6bab23=_0x118bac;return{'childType':_0x4a1c51[_0x6bab23(0x336)][_0x6bab23(0x76a)],'handleWheel':_0x537cc1=>{const _0x3670a2=_0x6bab23;let _0x42503c=_0x537cc1[_0x3670a2(0x41f)][_0x3670a2(0x5c1)];return _0x42503c!=null&&_0x42503c[_0x3670a2(0x722)](_0x48316b[_0x3670a2(0x13f)])?(_0x42503c[_0x3670a2(0x714)](_0x48316b['IBoardUIStateService'])[_0x3670a2(0x47d)]({'x':-_0x537cc1['event']['deltaX'],'y':-_0x537cc1['event']['deltaY']}),!0x0):!0x1;}};}function _0x36e820(){const _0x329e1c=_0x118bac;return{'childType':_0x4a1c51[_0x329e1c(0x336)][_0x329e1c(0x76a)],'supportedLayouts':[_0x329e1c(0x384),_0x329e1c(0x5f7),_0x329e1c(0x780)],'beforeDeactivate':_0x21c7a3,'mount':_0x22c9af};}function _0x21c7a3(_0x3d9892){const _0x48bca1=_0x118bac;let _0x4ba46a=_0x3d9892['runtimeScope']['injector'];if(_0x4ba46a['has'](_0x48316b[_0x48bca1(0x698)])&&_0x4ba46a[_0x48bca1(0x714)](_0x48316b['BoardTextEditingService'])[_0x48bca1(0x225)](),_0x4ba46a[_0x48bca1(0x722)](_0x48316b[_0x48bca1(0x4fd)])){let _0x8fb525=_0x4ba46a[_0x48bca1(0x714)](_0x48316b[_0x48bca1(0x4fd)]);_0x8fb525[_0x48bca1(0x27f)](),_0x8fb525[_0x48bca1(0x1bc)]();}}function _0x22c9af(_0x3391cc){const _0x43806a=_0x118bac;var _0x16cf34,_0xa8229b;let _0x2a96ec=_0x3391cc[_0x43806a(0x5c1)][_0x43806a(0x714)](_0x4a1c51['IUniverInstanceService'])[_0x43806a(0x553)](_0x3391cc[_0x43806a(0x4c1)],_0x4a1c51[_0x43806a(0x336)][_0x43806a(0x76a)]),_0x9ce2c8=_0x3391cc[_0x43806a(0x41f)][_0x43806a(0x5c1)];if(!_0x2a96ec||!_0x9ce2c8)return;let _0x33782d=_0x3391cc[_0x43806a(0x5c1)]['get'](_0x1b1b3f['IRenderManagerService']),_0x35abb5=_0xfe0e7d(_0x33782d,_0x3391cc[_0x43806a(0x4c1)],_0x9ce2c8);if(!_0x35abb5)return;let _0x2d6f5b=_0x21b169(_0x3391cc[_0x43806a(0x41f)][_0x43806a(0x5b3)][_0x43806a(0x177)]);_0x2d6f5b[_0x43806a(0x30d)]((0x0,_0x258aa1[_0x43806a(0x712)])(_0x9354df,{'injector':_0x9ce2c8,'mountContainer':_0x3391cc[_0x43806a(0x41f)][_0x43806a(0x5b3)]['popup'],'embedId':_0x3391cc['embedId'],'children':[(0x0,_0x258aa1[_0x43806a(0x199)])(_0x48316b['BoardWorkbench'],{'embedded':_0x3391cc['renderScope'][_0x43806a(0x395)]===_0x43806a(0x48d)&&!_0x3391cc[_0x43806a(0x6af)][_0x43806a(0x12a)],'fitOnMount':!0x1,'showZoomControls':_0x3391cc[_0x43806a(0x6af)][_0x43806a(0x395)]===_0x43806a(0x14f)||_0x3391cc[_0x43806a(0x6af)][_0x43806a(0x12a)]===!0x0}),(0x0,_0x258aa1[_0x43806a(0x199)])(_0x48316b[_0x43806a(0x4a6)],{'positionRoot':_0x3391cc['runtimeScope'][_0x43806a(0x5b3)][_0x43806a(0x177)]})]})),_0xb2724a(_0x35abb5,{'activate':!0x0});let _0x3b566e=(_0x16cf34=(_0xa8229b=globalThis)[_0x43806a(0x668)])==null?void 0x0:_0x16cf34[_0x43806a(0xf4)](_0xa8229b,()=>{const _0x92658d=_0x43806a;var _0x14afb8,_0x13a133;let _0x1b5aa8=_0x3391cc[_0x92658d(0x41f)][_0x92658d(0x5b3)]['content']['querySelector']('[data-board-viewport-host=\x22true\x22]'),_0x832ebf=(_0x14afb8=_0x1b5aa8==null?void 0x0:_0x1b5aa8[_0x92658d(0x6b7)]())==null?_0x3391cc[_0x92658d(0x41f)][_0x92658d(0x5b3)]['content'][_0x92658d(0x6b7)]():_0x14afb8,_0x324578=(0x0,_0x48316b[_0x92658d(0x430)])((_0x13a133=_0x9ce2c8[_0x92658d(0x714)](_0x4a1c51['IConfigService'])[_0x92658d(0x38b)](_0x48316b[_0x92658d(0x104)]))==null?void 0x0:_0x13a133);_0x9ce2c8[_0x92658d(0x714)](_0x48316b[_0x92658d(0x622)])[_0x92658d(0x524)](_0x2a96ec,{'viewportSize':{'width':_0x832ebf['width'],'height':_0x832ebf['height']},'padding':Math[_0x92658d(0x1d4)](0x10,Math['min'](0x40,Math[_0x92658d(0x1e0)](_0x832ebf[_0x92658d(0x5df)],_0x832ebf['height'])*0.08)),'zoom':_0x324578});});return(0x0,_0x4a1c51[_0x43806a(0xbb)])(()=>{const _0x4eb4ab=_0x43806a;if(_0x3b566e!=null){var _0x4ff18e,_0x33a868;(_0x4ff18e=(_0x33a868=globalThis)[_0x4eb4ab(0x1a8)])==null||_0x4ff18e[_0x4eb4ab(0xf4)](_0x33a868,_0x3b566e);}try{var _0x5647d1,_0x5a5ca9;(_0x5647d1=(_0x5a5ca9=_0x35abb5['engine'])[_0x4eb4ab(0x40b)])==null||_0x5647d1['call'](_0x5a5ca9);}catch{}_0x33782d['removeRender'](_0x3391cc['childUnitId']),_0x594117(_0x2d6f5b),_0x9ce2c8[_0x4eb4ab(0x60c)]();});}function _0x2e9468(){const _0x4bb58c=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x4bb58c(0x336)]['UNIVER_BOARD'],'mount':_0x10addd});}function _0x10addd(_0x5bbeb6){const _0x3ed392=_0x118bac;if(_0x5bbeb6[_0x3ed392(0x6af)]['fullscreen'])return;let {root:_0x313ce2,menu:_0x29b1f9}=_0x3229f5(_0x5bbeb6),_0x3b9468=_0x21b169(_0x29b1f9);return _0x3b9468[_0x3ed392(0x30d)]((0x0,_0x4f18af[_0x3ed392(0x4c7)])(_0x9354df,{'injector':_0x5bbeb6[_0x3ed392(0x41f)][_0x3ed392(0x5c1)],'mountContainer':_0x313ce2,'embedId':_0x5bbeb6[_0x3ed392(0x5bc)]},(0x0,_0x4f18af['createElement'])(_0x4567a7,{'hostUnitId':_0x5bbeb6[_0x3ed392(0x2dc)],'embedId':_0x5bbeb6[_0x3ed392(0x5bc)],'childUnitId':_0x5bbeb6[_0x3ed392(0x4c1)],'viewportRoot':_0x5bbeb6[_0x3ed392(0x41f)][_0x3ed392(0x5b3)][_0x3ed392(0x177)],'fullscreen':!!_0x5bbeb6[_0x3ed392(0x6af)][_0x3ed392(0x12a)]}))),(0x0,_0x4a1c51[_0x3ed392(0xbb)])(()=>{const _0xc389ed=_0x3ed392;_0x594117(_0x3b9468),globalThis[_0xc389ed(0x1cb)](()=>_0x29b1f9[_0xc389ed(0x2f4)](),0x0);});}function _0x4567a7(_0x1d3227){const _0x367928=_0x118bac;var _0x44bb0b;let {hostUnitId:_0x1555d2,embedId:_0x1b0976,childUnitId:_0x53aa6b,viewportRoot:_0xadc69e,fullscreen:_0x3ed8e0}=_0x1d3227,_0x4e3137=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51['ICommandService']),_0x312f0b=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51['IConfigService']),_0xaca610=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51['IUniverInstanceService']),_0x255b4e=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x4a1c51[_0x367928(0x743)]),_0x232f40=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x34aece),_0x245e23=(0x0,_0x1468c8[_0x367928(0x60a)])(_0x48316b[_0x367928(0x13f)]),_0xe32b3a=(0x0,_0x1468c8['useDependency'])(_0x48316b['BoardViewportService']),_0x146b4b=(0x0,_0x1468c8[_0x367928(0xca)])(()=>_0x245e23['state$'],_0x245e23['getState'](),!0x1,[_0x245e23]),_0x44c4bc=_0x2b7ad2({'embedId':_0x1b0976,'active':(0x0,_0x1468c8[_0x367928(0xca)])(()=>_0x232f40[_0x367928(0x4b7)],_0x232f40['getActive'](),!0x1,[_0x232f40]),'fullscreen':_0x3ed8e0}),_0x518dc2=_0xaca610[_0x367928(0x553)](_0x53aa6b,_0x4a1c51[_0x367928(0x336)][_0x367928(0x76a)]),_0x9547bf=(0x0,_0x48316b['resolveBoardInteractionConfig'])((_0x44bb0b=_0x312f0b[_0x367928(0x38b)](_0x48316b[_0x367928(0x104)]))==null?void 0x0:_0x44bb0b),_0x4890ab=()=>_0xadc69e[_0x367928(0x6b7)](),_0x440c1e=()=>({'x':_0x4890ab()[_0x367928(0x5df)]/0x2,'y':_0x4890ab()[_0x367928(0x2c7)]/0x2}),_0x13e398=_0x5ae270=>_0x245e23[_0x367928(0x255)](_0x5ae270,_0x440c1e());return(0x0,_0x258aa1[_0x367928(0x712)])(_0x367928(0x73b),{'className':(0x0,_0x536b6f[_0x367928(0x578)])(_0x367928(0x56b),{'univer-hidden':_0x44c4bc===_0x367928(0x421),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3ed8e0,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x3ed8e0,'-univer-top-[44px]':!_0x3ed8e0}),'data-embed-floating-menu':_0x367928(0xd4),'data-embed-id':_0x1b0976,'data-embed-float-stage':_0x44c4bc,'onPointerDown':_0x133016=>_0x133016['stopPropagation'](),'children':[(0x0,_0x258aa1[_0x367928(0x199)])(_0x367928(0x596),{'title':_0x255b4e['t'](_0x367928(0x3a5)),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x1468c8[_0x367928(0x69b)],{'onClick':()=>{const _0x3bd7e9=_0x367928;let _0x1b21cc=_0x4890ab();_0xe32b3a[_0x3bd7e9(0x524)](_0x518dc2==null?null:_0x518dc2,{'viewportSize':{'width':_0x1b21cc[_0x3bd7e9(0x5df)],'height':_0x1b21cc[_0x3bd7e9(0x2c7)]},'padding':Math[_0x3bd7e9(0x1d4)](0x10,Math[_0x3bd7e9(0x1e0)](0x40,Math[_0x3bd7e9(0x1e0)](_0x1b21cc[_0x3bd7e9(0x5df)],_0x1b21cc[_0x3bd7e9(0x2c7)])*0.08)),'zoom':_0x9547bf});},'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x2b5e1e,{})})}),(0x0,_0x258aa1[_0x367928(0x199)])(_0x367928(0x596),{'title':_0x255b4e['t'](_0x367928(0x3e9)),'children':(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x367928(0x69b)],{'onClick':()=>_0x13e398(_0x146b4b['zoomRatio']-_0x9547bf[_0x367928(0x216)]),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x25ec2f,{})})}),(0x0,_0x258aa1[_0x367928(0x199)])(_0x367928(0x596),{'title':_0x255b4e['t'](_0x367928(0x4c0)),'children':(0x0,_0x258aa1[_0x367928(0x712)])(_0x1468c8[_0x367928(0x69b)],{'noIcon':!0x0,'onClick':()=>_0x13e398(0x1),'children':[Math[_0x367928(0x3ee)](_0x146b4b[_0x367928(0x5ff)]*0x64),'%']})}),(0x0,_0x258aa1[_0x367928(0x199)])('span',{'title':_0x255b4e['t'](_0x367928(0x2ee)),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x1468c8[_0x367928(0x69b)],{'onClick':()=>_0x13e398(_0x146b4b[_0x367928(0x5ff)]+_0x9547bf['zoomStep']),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x4d5554,{})})}),(0x0,_0x258aa1[_0x367928(0x199)])('span',{'title':_0x255b4e['t'](_0x367928(0x320)),'children':(0x0,_0x258aa1[_0x367928(0x199)])(_0x1468c8[_0x367928(0x69b)],{'className':_0x367928(0x351),'onClick':()=>void _0x4e3137[_0x367928(0x484)](_0x73305e[_0x367928(0x36e)]['id'],{'hostUnitId':_0x1555d2,'embedId':_0x1b0976}),'children':(0x0,_0x258aa1['jsx'])(_0x2a8a74,{})})})]});}function _0x2b7ad2(_0x1fba08){const _0x1aef9b=_0x118bac;var _0x5d8400,_0x1cf00d;return _0x1fba08[_0x1aef9b(0x12a)]?_0x1aef9b(0x510):((_0x5d8400=_0x1fba08[_0x1aef9b(0x6fd)])==null?void 0x0:_0x5d8400[_0x1aef9b(0x5bc)])===_0x1fba08[_0x1aef9b(0x5bc)]?(_0x1cf00d=_0x1fba08[_0x1aef9b(0x6fd)][_0x1aef9b(0x545)])==null?_0x1aef9b(0x49a):_0x1cf00d:_0x1aef9b(0x421);}function _0x5e5265(_0x227d04){_0x3859ab(_0x227d04,'boards-ui.embed',_0x3cd687);}function _0x3cd687(_0x96a9){const _0x12e3f5=_0x118bac;_0x96a9[_0x12e3f5(0x722)](_0x48316b[_0x12e3f5(0x45e)])||_0x96a9[_0x12e3f5(0x410)]([_0x48316b[_0x12e3f5(0x45e)],{'useFactory':()=>_0x96a9[_0x12e3f5(0x714)](_0x164bef)}]);let _0x10ab65=_0x96a9['get'](_0x1cd1ba),_0x101fcc=_0x96a9[_0x12e3f5(0x714)](_0x55f3cf),_0x7ee3f0=_0x96a9[_0x12e3f5(0x714)](_0x1f9ba5),_0x4b03a6=_0x96a9[_0x12e3f5(0x714)](_0x23b823),_0x4999ac=_0x96a9[_0x12e3f5(0x714)](_0x43540b),_0x15693c=_0x96a9[_0x12e3f5(0x714)](_0x3ef29),_0x3e8c2b=_0x29429d();_0x10ab65[_0x12e3f5(0x714)](_0x3e8c2b['hostType'],_0x3e8c2b[_0x12e3f5(0x3be)])||_0x10ab65[_0x12e3f5(0x246)](_0x3e8c2b);let _0x5c750e=_0x36e820();_0x101fcc[_0x12e3f5(0x714)](_0x5c750e[_0x12e3f5(0x559)])||_0x101fcc[_0x12e3f5(0x246)](_0x5c750e);let _0x51eb0b=_0x3d17bf();_0x7ee3f0[_0x12e3f5(0x714)](_0x51eb0b[_0x12e3f5(0x559)])||_0x7ee3f0[_0x12e3f5(0x246)](_0x51eb0b),_0x2e9468()[_0x12e3f5(0x362)](_0x7b0a30=>{const _0x3a38cf=_0x12e3f5;_0x4b03a6[_0x3a38cf(0x570)](_0x7b0a30[_0x3a38cf(0x53f)],_0x7b0a30[_0x3a38cf(0x3be)],_0x7b0a30[_0x3a38cf(0x559)])||_0x4b03a6['register'](_0x7b0a30);}),_0x4999ac[_0x12e3f5(0x3d6)](_0x492d56(_0x96a9,{'childType':_0x4a1c51[_0x12e3f5(0x336)][_0x12e3f5(0x76a)],'renderManagerService':_0x1b1b3f[_0x12e3f5(0x402)]})),_0x15693c[_0x12e3f5(0x714)](_0x4a1c51[_0x12e3f5(0x336)]['UNIVER_BOARD'])||_0x15693c[_0x12e3f5(0x246)](_0x3e18e1()),_0x96a9[_0x12e3f5(0x714)](_0x1b1b3f[_0x12e3f5(0x402)])[_0x12e3f5(0x4a2)](_0x4a1c51[_0x12e3f5(0x336)][_0x12e3f5(0x76a)],_0x20d648);}let _0x2f7467={'mode':'fit-width','target':_0x118bac(0x1d0),'paddingX':0x0,'minScale':0x0,'align':_0x118bac(0xc8)};function _0x8d3f48(){const _0x249650=_0x118bac;return _0x39e948({'childType':_0x4a1c51[_0x249650(0x336)][_0x249650(0x3e8)],'productName':_0x249650(0x129)});}function _0x5dc9a7(){const _0x4c2bfd=_0x118bac;return{'childType':_0x4a1c51[_0x4c2bfd(0x336)][_0x4c2bfd(0x3e8)],'supportedLayouts':[_0x4c2bfd(0x5f7),_0x4c2bfd(0x59b),_0x4c2bfd(0x780)],'beforeDeactivate':_0x44a692,'mount':_0xd2adb5=>_0xd2adb5['renderScope'][_0x4c2bfd(0x395)]===_0x4c2bfd(0x48d)?_0x27640d(_0xd2adb5,_0x1b1b3f[_0x4c2bfd(0x402)],void 0x0,{'scopedInjector':_0x300afb(_0xd2adb5['runtimeScope'][_0x4c2bfd(0x5c1)])}):_0x27640d(_0xd2adb5,_0x1b1b3f[_0x4c2bfd(0x402)])};}function _0x44a692(_0x30fd05){const _0x30830d=_0x118bac;var _0x5dd411;let _0x4d27df=_0x30fd05[_0x30830d(0x5c1)][_0x30830d(0x714)](_0x1b1b3f[_0x30830d(0x402)])[_0x30830d(0x72a)](_0x30fd05[_0x30830d(0x4c1)]),_0x48ff16=_0x4d27df==null?void 0x0:_0x4d27df[_0x30830d(0x57c)](_0x16f5e7[_0x30830d(0x496)]);_0x4d27df==null||(_0x5dd411=_0x4d27df[_0x30830d(0x57c)](_0x16f5e7[_0x30830d(0x60d)]))==null||_0x5dd411[_0x30830d(0x682)](),_0x48ff16==null||_0x48ff16['removeAllRanges'](),_0x48ff16==null||_0x48ff16[_0x30830d(0x502)]();}function _0x300afb(_0x5f376a){const _0x18fd01=_0x118bac;return _0x1fcd33(_0x5f376a,new Map([[_0x16f5e7[_0x18fd01(0x2a1)],_0x4a526e=>_0xa30530(_0x4a526e)]]));}function _0xa30530(_0x56223b){return{..._0x56223b,'fitToWidth':{..._0x56223b==null?void 0x0:_0x56223b['fitToWidth'],..._0x2f7467}};}let _0x582cc0=class extends _0x4a1c51[_0x118bac(0x375)]{constructor(_0x2e3da4,_0x1a65d3,_0x410b80,_0x149de8,_0x49102b,_0x4b6527){const _0x42d69d=_0x118bac;super(),this[_0x42d69d(0x6b6)]=_0x2e3da4,this[_0x42d69d(0x389)]=_0x1a65d3,this[_0x42d69d(0x74e)]=_0x410b80,this['_contentSizeRegistry']=_0x149de8,this[_0x42d69d(0x520)]=_0x49102b,this[_0x42d69d(0x2dd)]=_0x4b6527,_0x2d0c25(this,_0x42d69d(0x47e),new Map()),_0x2d0c25(this,'_pendingChildUnits',new Map());let _0x54ad8e=(0x0,_0x16f5e7[_0x42d69d(0x63c)])(()=>{const _0x41038c=_0x42d69d;this[_0x41038c(0x724)]()||this[_0x41038c(0x67b)]();});this[_0x42d69d(0x377)](_0x54ad8e),this[_0x42d69d(0x377)]({'dispose':()=>{const _0x8c1808=_0x42d69d;this['_resolvedChildUnits'][_0x8c1808(0x173)](),this[_0x8c1808(0x2a4)][_0x8c1808(0x173)]();}});let _0x378bae=this[_0x42d69d(0x389)][_0x42d69d(0x382)](_0x4a1c51[_0x42d69d(0x336)]['UNIVER_SHEET'])[_0x42d69d(0x26e)](()=>{const _0x427dc4=_0x42d69d;_0x54ad8e[_0x427dc4(0x37a)]();}),_0x571bfa=this[_0x42d69d(0x389)][_0x42d69d(0x382)](_0x4a1c51[_0x42d69d(0x336)][_0x42d69d(0x109)])[_0x42d69d(0x26e)](()=>{const _0xda8185=_0x42d69d;_0x54ad8e[_0xda8185(0x37a)]();});this[_0x42d69d(0x377)]((0x0,_0x4a1c51[_0x42d69d(0xbb)])(()=>_0x378bae[_0x42d69d(0x297)]())),this['disposeWithMe']((0x0,_0x4a1c51[_0x42d69d(0xbb)])(()=>_0x571bfa['unsubscribe']()));let _0x425f81=(0x0,_0x1b1b3f[_0x42d69d(0x4ba)])((_0x5dbaa1,_0x17675f,_0x4aea1e)=>{const _0x546683=_0x42d69d;var _0xbcaa25,_0x319ba0,_0x219de8,_0xa3d25a;if(_0x5dbaa1!==this[_0x546683(0x6b6)][_0x546683(0x73c)])return null;let _0x2cdaea=this[_0x546683(0x4cf)]();if(!_0x2cdaea)return null;let _0x119141=(_0xbcaa25=_0x2cdaea['drawings'])==null?void 0x0:_0xbcaa25[_0x17675f],_0x49585d=_0x119141==null?void 0x0:_0x119141[_0x546683(0x35d)],_0x174e63=_0x49585d==null?void 0x0:_0x49585d[_0x546683(0x559)];if(_0x174e63!==_0x4a1c51[_0x546683(0x336)][_0x546683(0x6c7)]&&_0x174e63!==_0x4a1c51[_0x546683(0x336)][_0x546683(0x109)])return null;let _0x20f29b=this[_0x546683(0x345)](),_0x4cd74d=this[_0x546683(0x6bb)](_0x49585d,_0x174e63),_0x3fc5be=_0x4cd74d?this['_getChildUnitForMeasurement'](_0x4cd74d,_0x174e63,_0x54ad8e[_0x546683(0x37a)]):void 0x0,_0x488cf0=_0x4cd74d&&_0x3fc5be!=null?this[_0x546683(0x5ae)][_0x546683(0x597)]({'childType':_0x174e63,'childUnit':_0x3fc5be,'childUnitId':_0x4cd74d,'viewportWidth':_0x4aea1e[_0x546683(0x471)]}):void 0x0,_0x28971e=(0x0,_0x4a8aca[_0x546683(0x3ff)])(_0x174e63),_0xde2ce7=_0x88621e(_0x4aea1e[_0x546683(0x1ee)],_0x28971e[_0x546683(0x2c7)]),_0x476564=_0x88621e(_0x4aea1e[_0x546683(0x471)],_0x28971e[_0x546683(0x5df)]),_0xb52ec7=(0x0,_0x16f5e7[_0x546683(0x69e)])({'childType':_0x174e63,'contentHeight':(_0x319ba0=_0x488cf0==null?void 0x0:_0x488cf0[_0x546683(0x2c7)])==null?_0xde2ce7:_0x319ba0,'contentWidth':_0x488cf0==null?void 0x0:_0x488cf0[_0x546683(0x5df)],'docsLeft':this[_0x546683(0x48e)](),'documentFlavor':(_0x219de8=_0x2cdaea[_0x546683(0x47f)])==null?void 0x0:_0x219de8['documentFlavor'],'fallbackHeight':_0xde2ce7,'fallbackWidth':_0x476564,'pageMarginLeft':_0x4aea1e['pageMarginLeft'],'pageMarginRight':_0x4aea1e[_0x546683(0x367)],'pageWidth':_0x4aea1e[_0x546683(0x5e4)],'scale':this['_context'][_0x546683(0x4b1)]['getAncestorScale']()[_0x546683(0x28d)]||0x1,'visibleCanvasHeight':_0x20f29b==null?void 0x0:_0x20f29b[_0x546683(0x2c7)],'visibleCanvasLeft':_0x20f29b==null?void 0x0:_0x20f29b['left'],'visibleCanvasWidth':_0x20f29b==null?void 0x0:_0x20f29b[_0x546683(0x5df)]});return{..._0xb52ec7,'height':_0x2c8598({'contentHeight':(_0xa3d25a=_0xb52ec7[_0x546683(0x5f6)])==null?_0xb52ec7['height']:_0xa3d25a,'tableLike':!0x0})};});this['disposeWithMe']({'dispose':_0x425f81}),this[_0x42d69d(0x377)](this[_0x42d69d(0x74e)][_0x42d69d(0x301)](_0x99a997=>{const _0x3f9bfd=_0x42d69d;if(_0x99a997['id']===_0x16f5e7[_0x3f9bfd(0x1c3)]['id'])return;let _0x4093de=this[_0x3f9bfd(0x4cf)]();_0x4093de&&(0x0,_0x16f5e7[_0x3f9bfd(0x3c8)])({'childUnitIds':(0x0,_0x16f5e7[_0x3f9bfd(0x77f)])(_0x4093de[_0x3f9bfd(0x694)],_0x23271f=>this[_0x3f9bfd(0x6bb)](_0x23271f)),'commandId':_0x99a997['id'],'commandParams':_0x99a997[_0x3f9bfd(0xdf)],'hostUnitId':this[_0x3f9bfd(0x6b6)][_0x3f9bfd(0x73c)]})&&_0x54ad8e['schedule']();}));}['_getHostUnit'](){const _0x10a055=_0x118bac;var _0x520822;if(!this[_0x10a055(0x74f)])return(_0x520822=this[_0x10a055(0x6b6)][_0x10a055(0x300)])==null?void 0x0:_0x520822;}['_getHostSnapshot'](){const _0x345a2e=_0x118bac;var _0x6776f6;return(_0x6776f6=this[_0x345a2e(0x19d)]())==null?void 0x0:_0x6776f6[_0x345a2e(0x4f5)]();}[_0x118bac(0x724)](){const _0x22558c=_0x118bac;let _0x1c9cc5=this[_0x22558c(0x2dd)][_0x22558c(0x72a)](this[_0x22558c(0x6b6)][_0x22558c(0x73c)]);try{var _0x309565;let _0x29ec2f=_0x1c9cc5==null||(_0x309565=_0x1c9cc5[_0x22558c(0x57c)])==null?void 0x0:_0x309565[_0x22558c(0xf4)](_0x1c9cc5,_0x16f5e7[_0x22558c(0x641)]);return _0x29ec2f?(_0x29ec2f[_0x22558c(0x391)](this[_0x22558c(0x6b6)][_0x22558c(0x73c)]),!0x0):!0x1;}catch{return!0x1;}}[_0x118bac(0x67b)](){const _0x355b5b=_0x118bac;let _0x119c6a=this['_getHostUnit'](),_0x195ed8=_0x119c6a==null?void 0x0:_0x119c6a['zoomRatio'];typeof _0x195ed8==_0x355b5b(0x3bc)&&this[_0x355b5b(0x74e)][_0x355b5b(0x2c5)](_0x16f5e7[_0x355b5b(0x1c3)]['id'],{'unitId':this['_context'][_0x355b5b(0x73c)],'zoomRatio':_0x195ed8});}['_resolveChildUnitId'](_0x46409c,_0x37feff){const _0x34b38b=_0x118bac;if(!_0x46409c||typeof _0x46409c!=_0x34b38b(0x294))return;let _0x27cb0f=_0x46409c,_0x11b79f=typeof _0x27cb0f[_0x34b38b(0x559)]==_0x34b38b(0x3bc)?_0x27cb0f[_0x34b38b(0x559)]:_0x37feff;if(_0x11b79f!==_0x4a1c51[_0x34b38b(0x336)][_0x34b38b(0x6c7)]&&_0x11b79f!==_0x4a1c51['UniverInstanceType'][_0x34b38b(0x109)])return;if(typeof _0x27cb0f['childUnitId']==_0x34b38b(0x1b3))return _0x27cb0f[_0x34b38b(0x4c1)];if(typeof _0x27cb0f[_0x34b38b(0x5bc)]!=_0x34b38b(0x1b3))return;let _0x221e3=typeof _0x27cb0f['hostUnitId']==_0x34b38b(0x1b3)?_0x27cb0f[_0x34b38b(0x2dc)]:this['_context'][_0x34b38b(0x73c)],_0x17e31f=this[_0x34b38b(0x520)][_0x34b38b(0x686)](_0x221e3,_0x27cb0f[_0x34b38b(0x5bc)]);if((_0x17e31f==null?void 0x0:_0x17e31f[_0x34b38b(0x559)])===_0x11b79f){if(typeof _0x17e31f['childUnitId']==_0x34b38b(0x1b3))return _0x17e31f['childUnitId'];try{return(0x0,_0x73305e[_0x34b38b(0x610)])(_0x17e31f[_0x34b38b(0x63e)][_0x34b38b(0x330)]);}catch{return;}}}['_getChildUnitForMeasurement'](_0x43bec4,_0x2e727d,_0x93d386){const _0x29ffed=_0x118bac;let _0x1623d8=_0x2e727d+':'+_0x43bec4;if(this[_0x29ffed(0x47e)][_0x29ffed(0x722)](_0x1623d8))return this[_0x29ffed(0x47e)][_0x29ffed(0x714)](_0x1623d8);let _0x4dddb6=this[_0x29ffed(0x389)][_0x29ffed(0x553)](_0x43bec4,_0x2e727d);if(_0x4dddb6!=null){if(!_0x2d83dd(_0x4dddb6))return this[_0x29ffed(0x47e)]['set'](_0x1623d8,_0x4dddb6),_0x4dddb6;if(!this[_0x29ffed(0x2a4)][_0x29ffed(0x722)](_0x1623d8)){let _0x4cefad=Promise['resolve'](_0x4dddb6)[_0x29ffed(0x771)](_0x3793de=>(this[_0x29ffed(0x2a4)]['delete'](_0x1623d8),this[_0x29ffed(0x47e)][_0x29ffed(0x3d4)](_0x1623d8,_0x3793de),this[_0x29ffed(0x74f)]||_0x93d386(),_0x3793de),()=>{this['_pendingChildUnits']['delete'](_0x1623d8);});this[_0x29ffed(0x2a4)][_0x29ffed(0x3d4)](_0x1623d8,_0x4cefad);}}}[_0x118bac(0x48e)](){const _0x1bee86=_0x118bac;var _0x34fd06,_0xb328b4,_0x48ae91;return(_0x34fd06=(_0xb328b4=this[_0x1bee86(0x6b6)][_0x1bee86(0x321)])==null||(_0x48ae91=_0xb328b4['getOffsetConfig'])==null||(_0x48ae91=_0x48ae91['call'](_0xb328b4))==null?void 0x0:_0x48ae91['docsLeft'])==null?0x0:_0x34fd06;}['_getVisibleCanvasDocumentRect'](){const _0x5663d6=_0x118bac;var _0x3ad257,_0x7b3890,_0x38cb7c,_0x21ccc0,_0x5aba14,_0x122896,_0x10c4a7,_0x1e6a5b,_0x42327f,_0x40aac1,_0xc2bb1b;let _0x2c9665=this[_0x5663d6(0x6b6)][_0x5663d6(0x4b1)][_0x5663d6(0x608)]()[_0x5663d6(0x28d)]||0x1,_0x223031=this['_context'][_0x5663d6(0x4b1)]['getAncestorScale']()[_0x5663d6(0x566)]||0x1,_0x2c9ea9=(_0x3ad257=(_0x7b3890=this[_0x5663d6(0x6b6)][_0x5663d6(0x4b1)]['getViewport'](_0x16f5e7[_0x5663d6(0x265)][_0x5663d6(0x17a)]))==null?void 0x0:_0x7b3890[_0x5663d6(0x3b2)])==null?0x0:_0x3ad257,_0x17f9a4=(_0x38cb7c=(_0x21ccc0=this['_context']['engine'])[_0x5663d6(0x140)])==null||(_0x38cb7c=_0x38cb7c['call'](_0x21ccc0))==null||(_0x5aba14=_0x38cb7c[_0x5663d6(0x6b7)])==null?void 0x0:_0x5aba14[_0x5663d6(0xf4)](_0x38cb7c),_0x4dbbe2=_0x17f9a4==null?void 0x0:_0x17f9a4['width'],_0x4a498e=_0x17f9a4==null?void 0x0:_0x17f9a4[_0x5663d6(0x2c7)],_0x2aafa9=(_0x122896=(_0x10c4a7=this[_0x5663d6(0x6b6)]['mainComponent'])==null?void 0x0:_0x10c4a7[_0x5663d6(0x5df)])==null?this[_0x5663d6(0x6b6)][_0x5663d6(0x4b1)][_0x5663d6(0x5df)]:_0x122896,_0x4ee959=((_0x1e6a5b=_0x4dbbe2==null?_0x2aafa9:_0x4dbbe2)==null?0x0:_0x1e6a5b)/_0x2c9665,_0x164bc0=(_0x42327f=(_0x40aac1=this[_0x5663d6(0x6b6)][_0x5663d6(0x321)])==null?void 0x0:_0x40aac1[_0x5663d6(0x2c7)])==null?this[_0x5663d6(0x6b6)]['scene'][_0x5663d6(0x2c7)]:_0x42327f,_0x4a129d=((_0xc2bb1b=_0x4a498e==null?_0x164bc0:_0x4a498e)==null?0x0:_0xc2bb1b)/_0x223031;return!_0x4ee959||!Number[_0x5663d6(0xf6)](_0x4ee959)||_0x4ee959<=0x0||!_0x4a129d||!Number[_0x5663d6(0xf6)](_0x4a129d)||_0x4a129d<=0x0?null:{'height':_0x4a129d,'left':_0x2c9ea9,'width':_0x4ee959};}};_0x582cc0=_0x5c1435([_0x4ded49(0x1,(0x0,_0x4a1c51['Inject'])(_0x4a1c51['IUniverInstanceService'])),_0x4ded49(0x2,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x36f)])),_0x4ded49(0x3,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x2b6f2d)),_0x4ded49(0x4,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e[_0x118bac(0x6e4)])),_0x4ded49(0x5,_0x1b1b3f[_0x118bac(0x402)])],_0x582cc0);function _0x2d83dd(_0x6c01d5){const _0x1833e2=_0x118bac;return!!_0x6c01d5&&typeof _0x6c01d5['then']==_0x1833e2(0x52a);}function _0x88621e(_0x1f5df7,_0xe6f2cc){const _0x546dc1=_0x118bac;return typeof _0x1f5df7==_0x546dc1(0x3bc)&&Number[_0x546dc1(0xf6)](_0x1f5df7)&&_0x1f5df7>0x1?_0x1f5df7:_0xe6f2cc;}function _0x30aab6(_0x10ebe4,_0x57360c,_0x2b7c52){const _0x59882f=_0x118bac;return{...(0x0,_0x73305e[_0x59882f(0x61b)])(_0x10ebe4,_0x57360c),'afterCreateAnchor':_0x162e16=>_0x424d06(_0x2b7c52,_0x162e16[_0x59882f(0x2dc)]),'afterRemoveAnchor':_0xbaac5a=>_0x424d06(_0x2b7c52,_0xbaac5a[_0x59882f(0x2dc)])};}function _0x57628d(){const _0x1f28ee=_0x118bac;return{'hostType':_0x4a1c51['UniverInstanceType'][_0x1f28ee(0x3e8)],'entry':'docs-custom-block','layout':_0x1f28ee(0x358),'supportedLayouts':[_0x1f28ee(0x358),_0x1f28ee(0x56c),_0x1f28ee(0x17e),_0x1f28ee(0x780),_0x1f28ee(0x384)],'menuBehavior':_0x1f28ee(0x305)};}function _0x424d06(_0x3e28a9,_0x2fcb7a){const _0x4ceecc=_0x118bac;var _0x3ab0e8,_0x3572e1,_0x107582,_0x2edc2c;if(!_0x3e28a9)return;let _0x1777fa=_0x3e28a9['getRenderUnitById'](_0x2fcb7a);if(_0x1777fa){for(let _0x482f78 of _0x1777fa[_0x4ceecc(0x16a)]['values']()){var _0x5a6419;(_0x5a6419=_0x482f78[_0x4ceecc(0x522)])==null||_0x5a6419[_0x4ceecc(0xf4)](_0x482f78);}(_0x3ab0e8=_0x1777fa['engine'])==null||_0x3ab0e8[_0x4ceecc(0x67e)](),(_0x3572e1=_0x1777fa['scene'])==null||_0x3572e1['makeDirty'](),(_0x107582=_0x1777fa[_0x4ceecc(0x57c)])==null||(_0x107582=_0x107582['call'](_0x1777fa,_0x16f5e7['DocPageLayoutService']))==null||(_0x2edc2c=_0x107582[_0x4ceecc(0x5b4)])==null||_0x2edc2c[_0x4ceecc(0xf4)](_0x107582);}}function _0x4af387(_0x3d0f05){const _0x5f4771=_0x118bac;return{'childType':_0x4a1c51[_0x5f4771(0x336)][_0x5f4771(0x3e8)],'handleWheel':_0x370155=>{const _0x269b97=_0x5f4771;let _0x14217e=_0x3d0f05[_0x269b97(0x722)](_0x3957bf)?_0x3d0f05[_0x269b97(0x714)](_0x3957bf):void 0x0;if((_0x14217e==null?void 0x0:_0x14217e[_0x269b97(0x543)](_0x370155))===!0x0)return!0x0;if(!_0x3d0f05['has'](_0x1b1b3f['IRenderManagerService']))return!0x1;let _0x3e779f=_0x3d0f05[_0x269b97(0x714)](_0x1b1b3f[_0x269b97(0x402)])['getRenderUnitById'](_0x370155[_0x269b97(0x4c1)]),_0x59590f=_0x3e779f==null?void 0x0:_0x3e779f[_0x269b97(0x4b1)];return _0x12d3aa(_0x370155,_0x59590f==null?void 0x0:_0x59590f[_0x269b97(0x551)](_0x16f5e7['VIEWPORT_KEY'][_0x269b97(0x17a)]),_0x59590f);}};}function _0x3aa261(){const _0x291d2e=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x291d2e(0x336)]['UNIVER_DOC'],'mount':_0x430c77});}function _0x430c77(_0x130ff6){const _0x23dfca=_0x118bac;let {root:_0x4e25e8,menu:_0x377058}=_0x3229f5(_0x130ff6),_0x45e7cc=_0x21b169(_0x377058);return _0x45e7cc[_0x23dfca(0x30d)]((0x0,_0x4f18af['createElement'])(_0x9354df,{'injector':_0x130ff6[_0x23dfca(0x41f)][_0x23dfca(0x5c1)],'mountContainer':_0x4e25e8,'embedId':_0x130ff6[_0x23dfca(0x5bc)]},(0x0,_0x4f18af[_0x23dfca(0x4c7)])(_0x30ba63,{'hostUnitId':_0x130ff6[_0x23dfca(0x2dc)],'embedId':_0x130ff6['embedId'],'entry':_0x130ff6[_0x23dfca(0x319)][_0x23dfca(0x3be)],'fullscreen':!!_0x130ff6['renderScope'][_0x23dfca(0x12a)],'usesDomFloatingStage':_0x130ff6[_0x23dfca(0x319)][_0x23dfca(0x3be)]!==_0x23dfca(0x5b8),'renderScopeActive$':_0x130ff6[_0x23dfca(0x6af)][_0x23dfca(0x4b7)]}))),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x2c35bb=_0x23dfca;_0x594117(_0x45e7cc),globalThis[_0x2c35bb(0x1cb)](()=>_0x377058[_0x2c35bb(0x2f4)](),0x0);});}function _0x30ba63(_0x17d329){const _0x108aa2=_0x118bac;let {hostUnitId:_0x2cd624,embedId:_0xc6dfb1,entry:_0x52c703,fullscreen:_0x2843ad,usesDomFloatingStage:_0x5563e9,renderScopeActive$:_0x1847cd}=_0x17d329,_0x2c1092=(0x0,_0x1468c8['useObservable'])(()=>_0x1847cd,!0x1,!0x1,[_0x1847cd]),_0x22b994=(0x0,_0x1468c8[_0x108aa2(0x60a)])(_0x4a1c51['ICommandService']),_0x403567=(0x0,_0x1468c8[_0x108aa2(0x60a)])(_0x34aece),_0x5b3ddc=_0x468ff2({'embedId':_0xc6dfb1,'active':(0x0,_0x1468c8['useObservable'])(()=>_0x403567['active$'],_0x403567[_0x108aa2(0x778)](),!0x1,[_0x403567]),'fullscreen':_0x2843ad,'usesDomFloatingStage':_0x5563e9,'renderScopeActive':_0x2c1092});return(0x0,_0x258aa1[_0x108aa2(0x199)])(_0x108aa2(0x73b),{'className':(0x0,_0x536b6f['clsx'])(_0x108aa2(0x1a0),{'univer-hidden':_0x5b3ddc!==_0x108aa2(0x510),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x2843ad,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x2843ad,'-univer-top-9':!_0x2843ad&&_0x52c703!==_0x108aa2(0x26c),'-univer-top-[52px]':!_0x2843ad&&_0x52c703==='docs-custom-block'}),'data-embed-floating-menu':'true','data-embed-id':_0xc6dfb1,'data-embed-float-stage':_0x5b3ddc,'onPointerDown':_0x33588c=>_0x33588c[_0x108aa2(0x6ed)](),'children':(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x108aa2(0xfd)],{'type':_0x108aa2(0x2d6),'size':_0x108aa2(0x4cd),'variant':_0x108aa2(0x709),'className':_0x108aa2(0x2fc),'onClick':()=>{const _0x5a10d4=_0x108aa2;_0x22b994[_0x5a10d4(0x484)](_0x73305e[_0x5a10d4(0x36e)]['id'],{'hostUnitId':_0x2cd624,'embedId':_0xc6dfb1});},'children':(0x0,_0x258aa1[_0x108aa2(0x199)])(_0x2a8a74,{})})});}function _0x1fd288(_0x3d0741){const _0x48fa84=_0x118bac;_0x3859ab(_0x3d0741,_0x48fa84(0x3b4),_0x188c7e);}function _0x188c7e(_0x59a9cf){const _0x30fde6=_0x118bac;let _0x4ecddc=_0x59a9cf[_0x30fde6(0x714)](_0x73305e['EmbedHostAdapterRegistryService']),_0x4b6c7f=_0x59a9cf[_0x30fde6(0x714)](_0x1cd1ba),_0x19fa4c=_0x59a9cf[_0x30fde6(0x714)](_0x55f3cf),_0x8ac6ec=_0x59a9cf[_0x30fde6(0x714)](_0x1f9ba5),_0x3180c0=_0x59a9cf[_0x30fde6(0x714)](_0x23b823),_0x492821=_0x59a9cf['get'](_0x43540b),_0x1d3c5c=_0x59a9cf[_0x30fde6(0x714)](_0x3ef29),_0xd37ebe=_0x59a9cf['has'](_0x73305e[_0x30fde6(0x163)])?_0x59a9cf['get'](_0x73305e[_0x30fde6(0x163)]):void 0x0,_0x2b9f88=_0x59a9cf[_0x30fde6(0x722)](_0x4a1c51[_0x30fde6(0x723)])?_0x59a9cf[_0x30fde6(0x714)](_0x4a1c51[_0x30fde6(0x723)]):void 0x0,_0xea840=_0x59a9cf[_0x30fde6(0x722)](_0x1b1b3f[_0x30fde6(0x402)])?_0x59a9cf[_0x30fde6(0x714)](_0x1b1b3f[_0x30fde6(0x402)]):void 0x0;_0xea840==null||_0xea840[_0x30fde6(0x4a2)](_0x4a1c51[_0x30fde6(0x336)][_0x30fde6(0x3e8)],[_0x582cc0]);let _0x36ee20=_0x30aab6(_0xd37ebe,_0x2b9f88,_0xea840);_0x4ecddc[_0x30fde6(0x714)](_0x36ee20[_0x30fde6(0x53f)],_0x36ee20[_0x30fde6(0x3be)])||_0x4ecddc[_0x30fde6(0x246)](_0x36ee20);let _0x1ff24d=_0x57628d();_0x4b6c7f[_0x30fde6(0x714)](_0x1ff24d[_0x30fde6(0x53f)],_0x1ff24d['entry'])||_0x4b6c7f['register'](_0x1ff24d);let _0xe11b55=_0x5dc9a7();_0x19fa4c[_0x30fde6(0x714)](_0xe11b55[_0x30fde6(0x559)])||_0x19fa4c[_0x30fde6(0x246)](_0xe11b55);let _0x1cc9d7=_0x8d3f48();_0x8ac6ec[_0x30fde6(0x714)](_0x1cc9d7[_0x30fde6(0x559)])||_0x8ac6ec[_0x30fde6(0x246)](_0x1cc9d7),_0x3aa261()['forEach'](_0x370c0d=>{const _0x2c8709=_0x30fde6;_0x3180c0[_0x2c8709(0x570)](_0x370c0d[_0x2c8709(0x53f)],_0x370c0d[_0x2c8709(0x3be)],_0x370c0d[_0x2c8709(0x559)])||_0x3180c0[_0x2c8709(0x246)](_0x370c0d);}),_0x492821['registerProvider'](_0x492d56(_0x59a9cf,{'childType':_0x4a1c51[_0x30fde6(0x336)][_0x30fde6(0x3e8)],'renderManagerService':_0x1b1b3f[_0x30fde6(0x402)]})),_0x1d3c5c['get'](_0x4a1c51[_0x30fde6(0x336)][_0x30fde6(0x3e8)])||_0x1d3c5c[_0x30fde6(0x246)](_0x4af387(_0x59a9cf));}function _0x30e9dd(){const _0xaee7a0=_0x118bac;return{'childType':_0x4a1c51[_0xaee7a0(0x336)][_0xaee7a0(0x6c7)],'measureContentSize':_0x430c13=>{const _0x2510ef=_0xaee7a0;let _0x24898f=_0x57ec4d(_0x430c13[_0x2510ef(0x1f8)]),_0x3307ea=_0x593769(_0x430c13[_0x2510ef(0x1f8)]);return _0x24898f==null&&_0x3307ea==null?void 0x0:{'height':_0x24898f,'width':_0x3307ea};}};}function _0x57ec4d(_0x2dadfa){const _0x4d609f=_0x118bac;var _0x442f82,_0x218148,_0x5edbf4;let _0x2e0b70=_0x2dadfa,_0x222328=_0x2e0b70==null||(_0x442f82=_0x2e0b70['getActiveSheet'])==null?void 0x0:_0x442f82['call'](_0x2e0b70,!0x0);if(!_0x222328)return;let _0x385350=_0x464403(_0x222328);if(!Number[_0x4d609f(0xf6)](_0x385350)||_0x385350==null||_0x385350<0x0)return;let _0xce4b21=(_0x218148=_0x222328[_0x4d609f(0x38b)])==null||(_0x218148=_0x218148[_0x4d609f(0xf4)](_0x222328))==null?void 0x0:_0x218148[_0x4d609f(0x295)],_0x2a482c=_0x4299ba((_0x5edbf4=_0x222328['getConfig'])==null||(_0x5edbf4=_0x5edbf4['call'](_0x222328))==null?void 0x0:_0x5edbf4[_0x4d609f(0x435)],_0x4a1c51[_0x4d609f(0xb9)]),_0x3091f5=_0xce4b21!=null&&_0xce4b21[_0x4d609f(0x699)]?0x0:_0x4299ba(_0xce4b21==null?void 0x0:_0xce4b21[_0x4d609f(0x2c7)],0x18),_0x5bf588=0x0;for(let _0x38325b=0x0;_0x38325b<_0x385350;_0x38325b++){var _0x43f018,_0x33140f;((_0x43f018=_0x222328[_0x4d609f(0x28e)])==null?void 0x0:_0x43f018[_0x4d609f(0xf4)](_0x222328,_0x38325b))!==!0x1&&(_0x5bf588+=_0x5853a8((_0x33140f=_0x222328[_0x4d609f(0x41c)])==null?void 0x0:_0x33140f[_0x4d609f(0xf4)](_0x222328,_0x38325b),_0x2a482c));}return _0x3091f5+_0x5bf588;}function _0x593769(_0x406cfd){const _0xdfd3cd=_0x118bac;var _0x5c2dc4,_0x1c2753,_0x1cf350;let _0x3f9fc8=_0x406cfd,_0x375699=_0x3f9fc8==null||(_0x5c2dc4=_0x3f9fc8[_0xdfd3cd(0x248)])==null?void 0x0:_0x5c2dc4['call'](_0x3f9fc8,!0x0);if(!_0x375699)return;let _0x6e99df=_0x89d2ad(_0x375699);if(!Number[_0xdfd3cd(0xf6)](_0x6e99df)||_0x6e99df==null||_0x6e99df<0x0)return;let _0x4edfec=(_0x1c2753=_0x375699[_0xdfd3cd(0x38b)])==null||(_0x1c2753=_0x1c2753[_0xdfd3cd(0xf4)](_0x375699))==null?void 0x0:_0x1c2753[_0xdfd3cd(0x276)],_0x302ed5=_0x4299ba((_0x1cf350=_0x375699['getConfig'])==null||(_0x1cf350=_0x1cf350[_0xdfd3cd(0xf4)](_0x375699))==null?void 0x0:_0x1cf350[_0xdfd3cd(0x33b)],_0x4a1c51[_0xdfd3cd(0x457)]),_0x43ea47=_0x4edfec!=null&&_0x4edfec[_0xdfd3cd(0x699)]?0x0:_0x4299ba(_0x4edfec==null?void 0x0:_0x4edfec[_0xdfd3cd(0x5df)],_0x4a1c51[_0xdfd3cd(0x107)]),_0x3c3552=0x0;for(let _0x2a30f0=0x0;_0x2a30f0<_0x6e99df;_0x2a30f0++){var _0x1c79f6,_0x51d976;((_0x1c79f6=_0x375699[_0xdfd3cd(0x5ec)])==null?void 0x0:_0x1c79f6[_0xdfd3cd(0xf4)](_0x375699,_0x2a30f0))!==!0x1&&(_0x3c3552+=_0x4299ba((_0x51d976=_0x375699[_0xdfd3cd(0x119)])==null?void 0x0:_0x51d976[_0xdfd3cd(0xf4)](_0x375699,_0x2a30f0),_0x302ed5));}return _0x43ea47+_0x3c3552;}function _0x464403(_0x387cd){const _0x2085e6=_0x118bac;var _0x8fa8fa;return _0xa3e4fc((_0x8fa8fa=_0x387cd[_0x2085e6(0xc1)])==null?void 0x0:_0x8fa8fa[_0x2085e6(0xf4)](_0x387cd));}function _0x89d2ad(_0x1b59e0){const _0x53148e=_0x118bac;var _0x2e9241,_0x403bf5,_0x3e0dfc;let _0x1c45a0=(_0x2e9241=_0x1b59e0[_0x53148e(0x766)])==null?void 0x0:_0x2e9241[_0x53148e(0xf4)](_0x1b59e0),_0x3ee02d=_0x1c45a0==null||(_0x403bf5=_0x1c45a0[_0x53148e(0x713)])==null?void 0x0:_0x403bf5[_0x53148e(0xf4)](_0x1c45a0);return _0xa29bf2(_0x1c45a0,_0x3ee02d,_0x3ee02d==null?void 0x0:_0x3ee02d[_0x53148e(0x167)],(_0x3e0dfc=_0x1b59e0[_0x53148e(0x532)])==null?void 0x0:_0x3e0dfc[_0x53148e(0xf4)](_0x1b59e0));}function _0xa29bf2(_0x41215d,_0xc6d7e9,_0x1bade7,_0x3aaefd){const _0x2252f9=_0x118bac;if(_0x41215d==null)return _0xa3e4fc(_0x3aaefd);if(!_0x3088fb(_0xc6d7e9)||typeof _0x1bade7!=_0x2252f9(0x3bc)||!Number[_0x2252f9(0xf6)](_0x1bade7)||_0x1bade7<0x0)return;let _0x92cb3a=Math[_0x2252f9(0x24a)](_0x1bade7)+0x1,_0x535502=_0xa3e4fc(_0x3aaefd);return _0x535502==null?_0x92cb3a:Math['min'](_0x92cb3a,_0x535502);}function _0xa3e4fc(_0x2d7256){const _0x4f932f=_0x118bac;return typeof _0x2d7256==_0x4f932f(0x3bc)&&Number[_0x4f932f(0xf6)](_0x2d7256)&&_0x2d7256>=0x0?Math[_0x4f932f(0x24a)](_0x2d7256):void 0x0;}function _0x3088fb(_0x41c80c){const _0x358e09=_0x118bac;return typeof(_0x41c80c==null?void 0x0:_0x41c80c['endRow'])=='number'&&Number[_0x358e09(0xf6)](_0x41c80c[_0x358e09(0x730)])&&_0x41c80c[_0x358e09(0x730)]>=0x0&&typeof _0x41c80c[_0x358e09(0x167)]==_0x358e09(0x3bc)&&Number['isFinite'](_0x41c80c['endColumn'])&&_0x41c80c[_0x358e09(0x167)]>=0x0;}function _0x4299ba(_0x2a101e,_0xcc229b){const _0x5ec913=_0x118bac;return typeof _0x2a101e==_0x5ec913(0x3bc)&&Number[_0x5ec913(0xf6)](_0x2a101e)&&_0x2a101e>0x0?_0x2a101e:_0xcc229b;}function _0x5853a8(_0x2af740,_0x134d0b){const _0x25d350=_0x118bac;return typeof _0x2af740==_0x25d350(0x3bc)&&Number[_0x25d350(0xf6)](_0x2af740)&&_0x2af740>=0x0?_0x2af740:_0x134d0b;}function _0x3ccd07(){const _0x48183a=_0x118bac;return{'hostType':_0x4a1c51[_0x48183a(0x336)][_0x48183a(0x6c7)],'entry':_0x48183a(0x2d5),'layout':'doc-width-scale','supportedLayouts':[_0x48183a(0x59b),_0x48183a(0x17e),'scroll-contained',_0x48183a(0x384)],'menuBehavior':_0x48183a(0x305)};}function _0x3eb13b(){const _0x43581c=_0x118bac;return{'hostType':_0x4a1c51['UniverInstanceType']['UNIVER_SHEET'],'entry':_0x43581c(0x3d5),'layout':'tab-peer','supportedLayouts':[_0x43581c(0x5f7)],'menuBehavior':_0x43581c(0x486),'mount':_0x16e8bc=>{const _0x4aa6a6=_0x43581c;let _0xb2cd12=_0x5f4d99(_0x4aa6a6(0xf2),_0x16e8bc[_0x4aa6a6(0x319)][_0x4aa6a6(0x333)]);return _0xb2cd12?{'hostElement':_0xb2cd12}:{};}};}function _0x5f4d99(_0x3eadab,_0xfcd7b9){const _0x2b72a9=_0x118bac;return document[_0x2b72a9(0x14a)]('['+_0x3eadab+'=\x22'+_0x3c48b9(_0xfcd7b9)+'\x22]');}function _0x3c48b9(_0x6e6217){const _0x10a5d3=_0x118bac;return _0x6e6217['replace'](/\\/g,'\x5c\x5c')[_0x10a5d3(0x49d)](/"/g,'\x5c\x22');}function _0x1c48ae(_0x473bfa){const _0x5909f8=_0x118bac;return{'childType':_0x4a1c51['UniverInstanceType'][_0x5909f8(0x6c7)],'handleWheel':_0x12dee0=>{const _0x1d14c6=_0x5909f8;var _0x2e26b2,_0x4157de;if(_0x12dee0['source']!==_0x1d14c6(0x585)&&_0x11ffd9(_0x12dee0[_0x1d14c6(0x767)],_0x12dee0[_0x1d14c6(0x1a5)]))return!0x1;let _0x34e29f=(_0x2e26b2=(_0x4157de=_0x12dee0['runtimeScope'])==null?void 0x0:_0x4157de[_0x1d14c6(0x5c1)])==null?_0x473bfa:_0x2e26b2,_0x11ea3b=_0x34e29f[_0x1d14c6(0x722)](_0x1b1b3f[_0x1d14c6(0x402)])?_0x34e29f['get'](_0x1b1b3f['IRenderManagerService']):_0x473bfa[_0x1d14c6(0x722)](_0x1b1b3f[_0x1d14c6(0x402)])?_0x473bfa[_0x1d14c6(0x714)](_0x1b1b3f[_0x1d14c6(0x402)]):void 0x0;if(!_0x11ea3b)return!0x1;let _0x27f13e=_0x11ea3b[_0x1d14c6(0x72a)](_0x12dee0[_0x1d14c6(0x4c1)]),_0xdd4402=_0x27f13e==null?void 0x0:_0x27f13e[_0x1d14c6(0x4b1)];return _0x12d3aa(_0x12dee0,_0xdd4402==null?void 0x0:_0xdd4402[_0x1d14c6(0x551)](_0x1b1b3f['SHEET_VIEWPORT_KEY'][_0x1d14c6(0x17a)]),_0xdd4402);}};}function _0x3a6c4a(_0x2ac223){const _0x1f0919=_0x118bac;let _0x14a999=[];return[['base',_0x558462[_0x1f0919(0x47c)],0x0],[_0x1f0919(0x3d3),_0x2030f9[_0x1f0919(0x154)],0x64],['numfmt',_0x148747[_0x1f0919(0x777)],0x64],[_0x1f0919(0x62c),_0x2a7860['SheetsConditionalFormattingUIMenuSchema'],0x64],[_0x1f0919(0x338),_0x46e4f7[_0x1f0919(0x4f2)],0x64],[_0x1f0919(0x2f0),_0x1928c2[_0x1f0919(0x483)],0x64],['drawing',_0x4eff06[_0x1f0919(0x23b)],0x64],['sort',_0x415e9a[_0x1f0919(0x42b)],0x64],[_0x1f0919(0x687),_0x113394['SheetsHyperLinkUIMenuSchema'],0x64],['thread-comment',_0x4bbfac['SheetsThreadCommentUIMenuSchema'],0x64],[_0x1f0919(0x408),_0x29c604[_0x1f0919(0x4ea)],0x64],['note',_0x5bac22['SheetsNoteUIMenuSchema'],0x64],[_0x1f0919(0x2ad),_0x188698[_0x1f0919(0x702)],0x64],[_0x1f0919(0x2b8),_0x459715['SheetsPivotTableUIMenuSchema'],0x64],['chart',_0x87bfc2[_0x1f0919(0x685)],0x64],[_0x1f0919(0x75b),_0x457df6['SheetsSparklineUIMenuSchema'],0x64],[_0x1f0919(0x68e),_0x4dab1b['SheetsShapeUIMenuSchema'],0x64]][_0x1f0919(0x362)](([_0x40b8f3,_0x3fcdd1,_0x5b7854])=>{const _0x158972=_0x1f0919;let _0x18d3ab=_0x4ef1fb(_0x2ac223,{'id':_0x158972(0x148)+_0x40b8f3,'childType':_0x4a1c51[_0x158972(0x336)]['UNIVER_SHEET'],'surface':_0x158972(0x1d6),'order':_0x5b7854,'menuSchema':_0x3fcdd1});_0x18d3ab&&_0x14a999['push'](_0x18d3ab);}),(0x0,_0x4a1c51[_0x1f0919(0xbb)])(()=>_0x14a999[_0x1f0919(0x362)](_0x1b9c07=>_0x1b9c07[_0x1f0919(0x60c)]()));}function _0x54f8ea(){const _0x52d0ed=_0x118bac;return _0x39e948({'childType':_0x4a1c51[_0x52d0ed(0x336)]['UNIVER_SHEET'],'productName':_0x52d0ed(0x456)});}function _0x394072(_0x38feae){const _0x3b4c64=_0x118bac;return{'childType':_0x4a1c51[_0x3b4c64(0x336)][_0x3b4c64(0x6c7)],'supportedLayouts':[_0x3b4c64(0x5f7),_0x3b4c64(0x358),_0x3b4c64(0x780)],'canvasRootClassName':'univer-bg-white\x20dark:!univer-bg-gray-900','beforeDeactivate':_0x4d04aa,'mount':_0x52cbd7=>{const _0x3c465b=_0x3b4c64;var _0x1ae16c,_0x5ad2a8,_0x5917c2,_0x588b81,_0x5e0884,_0x22848c,_0x5ee385;let _0x41347e=_0x52cbd7['runtimeScope'][_0x3c465b(0x5c1)],_0x3fc460=(_0x1ae16c=(_0x5ad2a8=(_0x5917c2=_0x52cbd7['runtimeScope']['roots'][_0x3c465b(0x648)])==null?_0x52cbd7['renderScope'][_0x3c465b(0x75f)]:_0x5917c2)==null?_0x52cbd7['renderScope'][_0x3c465b(0x399)]:_0x5ad2a8)==null?_0x52cbd7[_0x3c465b(0x6af)][_0x3c465b(0x2fe)]:_0x1ae16c,_0x3c2999=(_0x588b81=(_0x5e0884=_0x52cbd7[_0x3c465b(0x41f)][_0x3c465b(0x5b3)][_0x3c465b(0x177)])==null?_0x52cbd7[_0x3c465b(0x6af)][_0x3c465b(0x399)]:_0x5e0884)==null?_0x3fc460:_0x588b81;_0x3fc460[_0x3c465b(0xcc)][_0x3c465b(0x6e8)]=_0x52cbd7[_0x3c465b(0x4c1)],_0x3fc460[_0x3c465b(0xcc)][_0x3c465b(0x26d)]='sheet-workbench',_0x3c2999[_0x3c465b(0xcc)][_0x3c465b(0x6e8)]=_0x52cbd7[_0x3c465b(0x4c1)],_0x3c2999[_0x3c465b(0xcc)][_0x3c465b(0x26d)]='sheet-overlay';let _0xbc1cf7=_0x52cbd7[_0x3c465b(0x5c1)][_0x3c465b(0x714)](_0x4a1c51[_0x3c465b(0x723)])[_0x3c465b(0x553)](_0x52cbd7[_0x3c465b(0x4c1)],_0x4a1c51[_0x3c465b(0x336)][_0x3c465b(0x6c7)]),_0x1d4726=_0xbc1cf7?_0x4f3362(_0x52cbd7,_0x38feae,_0x2cabad=>_0x445282(_0xbc1cf7,_0x2cabad)):(0x0,_0x4a1c51[_0x3c465b(0xbb)])(()=>{}),_0x2c3cb9=(_0x22848c=_0x27640d(_0x52cbd7,_0x1b1b3f[_0x3c465b(0x402)],_0x3fc460,{'scopedRenderInjector':!0x0}))==null?(0x0,_0x4a1c51['toDisposable'])(()=>{}):_0x22848c,_0x5a9d3d=_0x10d1c0(_0x52cbd7,_0x3c2999),_0x5735dc=_0x21b169(_0x3c2999);return _0x5735dc['render']((0x0,_0x258aa1[_0x3c465b(0x199)])(_0x9354df,{'injector':_0x41347e,'mountContainer':_0x52cbd7[_0x3c465b(0x41f)][_0x3c465b(0x5b3)]['popup'],'embedId':_0x52cbd7[_0x3c465b(0x5bc)],'children':(0x0,_0x258aa1[_0x3c465b(0x199)])(_0x1c730b,{'canvasRoot':_0x3fc460,'showChrome':_0x569800(_0x52cbd7),'readonly':((_0x5ee385=_0x52cbd7[_0x3c465b(0x319)])==null?void 0x0:_0x5ee385['mode'])==='readonly'})})),(0x0,_0x4a1c51[_0x3c465b(0xbb)])(()=>{const _0x50e92f=_0x3c465b;_0x1d4726['dispose'](),_0x5a9d3d[_0x50e92f(0x60c)](),_0x2c3cb9[_0x50e92f(0x60c)](),_0x594117(_0x5735dc),_0x3fc460[_0x50e92f(0x2a8)]&&(_0x3fc460[_0x50e92f(0x30f)](_0x50e92f(0x64b)),_0x3fc460[_0x50e92f(0x30f)](_0x50e92f(0x619))),_0x3c2999[_0x50e92f(0x2a8)]&&(_0x3c2999[_0x50e92f(0x30f)](_0x50e92f(0x64b)),_0x3c2999[_0x50e92f(0x30f)](_0x50e92f(0x619)));});}};}function _0x445282(_0xa7df0a,_0x406c86){const _0x387a18=_0x118bac;var _0x356dd1,_0x36abcb;let _0x3fe4c7=_0x406c86==null?void 0x0:_0x406c86[_0x387a18(0x746)],_0x314af0=(_0x356dd1=_0x3fe4c7?_0xa7df0a['getSheetBySheetId'](_0x3fe4c7):void 0x0)==null?_0xa7df0a[_0x387a18(0x67f)]()[0x0]:_0x356dd1;_0x314af0&&((_0x36abcb=_0xa7df0a[_0x387a18(0x248)](!0x0))==null?void 0x0:_0x36abcb[_0x387a18(0x3b3)]())!==_0x314af0[_0x387a18(0x3b3)]()&&_0xa7df0a[_0x387a18(0x6f4)](_0x314af0);}function _0x4d04aa(_0x2009d0){const _0x49850d=_0x118bac;var _0x1c8e3b;(_0x1c8e3b=_0x2009d0['runtimeScope'][_0x49850d(0x555)])==null||_0x1c8e3b[_0x49850d(0x2c5)](_0x558462[_0x49850d(0x292)]['id'],{'visible':!0x1,'eventType':_0x1b1b3f['DeviceInputEventType'][_0x49850d(0x3c4)],'unitId':_0x2009d0['childUnitId']}),_0x2009d0[_0x49850d(0x41f)]['injector'][_0x49850d(0x722)](_0x558462[_0x49850d(0x5ef)])&&_0x2009d0[_0x49850d(0x41f)][_0x49850d(0x5c1)][_0x49850d(0x714)](_0x558462[_0x49850d(0x5ef)])[_0x49850d(0x1b7)](_0x2009d0['childUnitId']);}function _0x569800(_0x273c51){const _0x3ca0ce=_0x118bac;return _0x273c51[_0x3ca0ce(0x6af)]['mode']===_0x3ca0ce(0x14f)||!!_0x273c51[_0x3ca0ce(0x6af)][_0x3ca0ce(0x12a)];}function _0x55249f(_0x5b18b5,_0x5037b5){const _0x349424=_0x118bac;let _0x4186c3=_0x5b18b5[_0x349424(0x5d3)][_0x349424(0x4bc)],_0xcffb4f=_0x5b18b5[_0x349424(0x5d3)][_0x349424(0x587)];return _0x5b18b5[_0x349424(0x5d3)][_0x349424(0x4bc)]=_0x5037b5[_0x349424(0x39f)]?_0x349424(0x6ee):'',_0x5b18b5[_0x349424(0x5d3)][_0x349424(0x587)]=_0x5037b5[_0x349424(0x1bd)]?_0x558462[_0x349424(0x56e)]+'px':'',(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x56288e=_0x349424;_0x5b18b5['style']['top']=_0x4186c3,_0x5b18b5[_0x56288e(0x5d3)][_0x56288e(0x587)]=_0xcffb4f;});}function _0x10d1c0(_0x55b0ed,_0x426af8){const _0x17764b=_0x118bac;var _0x4386ac,_0x42e41b;return(_0x4386ac=_0x55b0ed[_0x17764b(0x5c1)])!=null&&(_0x42e41b=_0x4386ac['has'])!=null&&_0x42e41b['call'](_0x4386ac,_0xc08a98)?_0x55b0ed[_0x17764b(0x5c1)][_0x17764b(0x714)](_0xc08a98)['register']({'embedId':_0x55b0ed[_0x17764b(0x5bc)],'childUnitId':_0x55b0ed[_0x17764b(0x4c1)],'root':_0x55b0ed[_0x17764b(0x6af)][_0x17764b(0x2fe)],'contentRoot':_0x426af8}):(0x0,_0x4a1c51[_0x17764b(0xbb)])(()=>{});}function _0x1c730b(_0x2f9fa7){const _0x3cb277=_0x118bac;var _0x53557f;let {canvasRoot:_0x3c189d,showChrome:_0x2d3f32,readonly:_0xee63f4}=_0x2f9fa7,_0x59c667=(0x0,_0x1468c8[_0x3cb277(0x6a3)])(_0x558462['SHEETS_UI_PLUGIN_CONFIG_KEY']),_0x3265ee=(0x0,_0x1468c8[_0x3cb277(0x60a)])(_0x1468c8[_0x3cb277(0x612)]),_0x239702=(_0x53557f=_0x3265ee[_0x3cb277(0x714)](_0x3cb277(0x40a)))==null?_0x3265ee[_0x3cb277(0x714)](_0x3cb277(0x750)):_0x53557f,_0x7ea8e1=_0x2d3f32&&(_0x59c667==null?void 0x0:_0x59c667[_0x3cb277(0x39f)])!==!0x1,_0xc009d5=_0x59c667==null?void 0x0:_0x59c667['footer'],_0x263caf=_0x2d3f32&&_0xc009d5!==!0x1&&(typeof _0xc009d5!=_0x3cb277(0x294)||_0xc009d5[_0x3cb277(0x1bd)]!==!0x1);return(0x0,_0x4f18af['useEffect'])(()=>{const _0x5343c7=_0x3cb277;let _0x451b03=_0x55249f(_0x3c189d,{'formulaBar':_0x7ea8e1,'sheetBar':_0x263caf});return()=>_0x451b03[_0x5343c7(0x60c)]();},[_0x3c189d,_0x7ea8e1,_0x263caf]),(0x0,_0x258aa1[_0x3cb277(0x712)])(_0x258aa1[_0x3cb277(0x34e)],{'children':[_0x7ea8e1&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x3cb277(0x73b),{'className':_0x3cb277(0x172),'style':{'height':0x1c},'children':(0x0,_0x258aa1['jsx'])(_0x558462[_0x3cb277(0x548)],{})}),!_0xee63f4&&_0x239702&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x239702,{}),!_0xee63f4&&!(_0x59c667!=null&&_0x59c667[_0x3cb277(0x20b)])&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x558462[_0x3cb277(0x12d)],{}),!_0xee63f4&&(0x0,_0x258aa1['jsx'])(_0x558462[_0x3cb277(0x424)],{}),_0x263caf&&(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x3cb277(0x73b),{'className':_0x3cb277(0x5fd),'style':{'height':_0x558462[_0x3cb277(0x56e)]},'children':(0x0,_0x258aa1[_0x3cb277(0x199)])(_0x558462[_0x3cb277(0x371)],{})})]});}function _0x145ebc(){const _0x28d36e=_0x118bac;return[..._0x558462[_0x28d36e(0x742)]];}function _0x997282(){const _0x540ed7=_0x118bac;return[..._0x1468c8[_0x540ed7(0x1e5)]];}let _0x512b34={'formatPainter':_0x558462['SetOnceFormatPainterCommand']['id'],'numberFormat':'sheet.operation.open.numfmt.panel','fontFamily':_0x558462['SetRangeFontFamilyCommand']['id'],'fontSize':_0x558462[_0x118bac(0xd1)]['id'],'bold':_0x558462[_0x118bac(0x40e)]['id'],'textColor':_0x558462[_0x118bac(0x4df)]['id'],'backgroundColor':_0x37e97b[_0x118bac(0x3ec)]['id'],'borderComposite':_0x37e97b[_0x118bac(0x3a6)]['id'],'horizontalAlign':_0x37e97b[_0x118bac(0x6c6)]['id'],'verticalAlign':_0x37e97b[_0x118bac(0x756)]['id'],'wrap':_0x37e97b['SetTextWrapCommand']['id'],'filter':_0x118bac(0x217)},_0x4a5e21={'root':_0x37e97b[_0x118bac(0x407)]['id'],'all':_0x37e97b[_0x118bac(0x25b)]['id'],'vertical':_0x37e97b[_0x118bac(0x46c)]['id'],'horizontal':_0x37e97b[_0x118bac(0x6e2)]['id'],'unmerge':_0x37e97b[_0x118bac(0x647)]['id']};function _0x20bfe3(_0x29f82d){const _0x1e6fa6=_0x118bac;let _0x35eb3e={},_0x459333=_0x21adbc=>{const _0x584c70=_0x511b;let _0x41b35b=_0x29f82d[_0x584c70(0x3ae)](_0xf9dd51=>{const _0x482c53=_0x584c70;let _0x4e4097=_0xf9dd51[_0x482c53(0x615)];return _0xf9dd51[_0x482c53(0x6a0)]===_0x21adbc||(_0x4e4097==null?void 0x0:_0x4e4097['id'])===_0x21adbc||(_0x4e4097==null?void 0x0:_0x4e4097['commandId'])===_0x21adbc;});return _0x41b35b==null?void 0x0:_0x41b35b[_0x584c70(0x615)];};Object['keys'](_0x512b34)['forEach'](_0x1e3670=>{_0x35eb3e[_0x1e3670]=_0x459333(_0x512b34[_0x1e3670]);});let _0x51e8cd=Object[_0x1e6fa6(0x683)](_0x4a5e21)['reduce']((_0x48fc65,[_0x326f73,_0x2c4804])=>{let _0x3eec54=_0x459333(_0x2c4804);return _0x3eec54&&(_0x48fc65[_0x326f73]=_0x3eec54),_0x48fc65;},{});return _0x470026(_0x51e8cd)&&(_0x35eb3e[_0x1e6fa6(0x6bd)]=_0x51e8cd),_0x35eb3e[_0x1e6fa6(0x1cc)]=!0x0,_0x35eb3e;}let _0x1e3d7c=[{'items':[_0x118bac(0x560)]},{'dividerBefore':_0x118bac(0x403),'items':[_0x118bac(0x752)]},{'dividerBefore':_0x118bac(0x38e),'items':[_0x118bac(0x5cd),_0x118bac(0x17b),_0x118bac(0x57b)]},{'dividerBefore':_0x118bac(0x549),'items':[_0x118bac(0x5e0),_0x118bac(0x2c1),_0x118bac(0xed)]},{'dividerBefore':_0x118bac(0x244),'items':[_0x118bac(0x6bd),_0x118bac(0x3fc),'verticalAlign',_0x118bac(0x50f)]},{'dividerBefore':_0x118bac(0x108),'items':[_0x118bac(0x2f0)]},{'dividerBefore':_0x118bac(0x241),'items':[_0x118bac(0x1cc)]}];function _0x13bcc6(_0x59517f){const _0x50e5f1=_0x118bac;let _0x1e92f3=[];return _0x1e3d7c[_0x50e5f1(0x362)](_0x495be8=>{const _0x3d305d=_0x50e5f1;let _0x557c80=_0x495be8[_0x3d305d(0x12f)][_0x3d305d(0x2f0)](_0x25c179=>_0x114375(_0x59517f,_0x25c179))[_0x3d305d(0x734)](_0x19fbf4=>({'id':_0x19fbf4,'type':_0x19fbf4===_0x3d305d(0x560)||_0x19fbf4===_0x3d305d(0x57b)||_0x19fbf4==='filter'||_0x19fbf4===_0x3d305d(0x1cc)?_0x3d305d(0x2d6):_0x3d305d(0x50c)}));_0x557c80[_0x3d305d(0x51d)]&&(_0x1e92f3['length']&&_0x495be8['dividerBefore']&&_0x1e92f3[_0x3d305d(0x6f2)]({'id':_0x495be8[_0x3d305d(0x719)],'type':_0x3d305d(0xc3)}),_0x1e92f3[_0x3d305d(0x6f2)](..._0x557c80));}),_0x1e92f3;}function _0x114375(_0x159062,_0x24159c){return!!_0x159062[_0x24159c];}function _0x470026(_0x5818cd){const _0x4ee52b=_0x118bac;return Object[_0x4ee52b(0x308)](_0x5818cd)['some'](Boolean);}function _0x1830e8(_0x582f04){const _0xf00493=_0x118bac;return!_0x582f04||!(_0xf00493(0x755)in _0x582f04)||!Array[_0xf00493(0x6bf)](_0x582f04[_0xf00493(0x755)])?[]:_0x582f04[_0xf00493(0x755)];}function _0x59e430(_0x3c49e3,_0xa75b15){const _0x243dce=_0x118bac;var _0x5abfa8;if(_0x3c49e3)return{'commandId':(_0x5abfa8=_0x3c49e3[_0x243dce(0x561)])==null?_0x3c49e3['id']:_0x5abfa8,'params':_0xa75b15==null?typeof _0x3c49e3['params']==_0x243dce(0x52a)?_0x3c49e3[_0x243dce(0xdf)]():_0x3c49e3[_0x243dce(0xdf)]:_0xa75b15};}function _0x3e0f55(){const _0x10eea2=_0x118bac;return _0x11d97c({'childType':_0x4a1c51[_0x10eea2(0x336)][_0x10eea2(0x6c7)],'mount':_0x565b31});}function _0x565b31(_0x51f405){const _0xea753a=_0x118bac;let {root:_0x5085ba,menu:_0x560519}=_0x3229f5(_0x51f405),_0x11a779=_0x21b169(_0x560519);return _0x11a779[_0xea753a(0x30d)]((0x0,_0x4f18af[_0xea753a(0x4c7)])(_0x9354df,{'injector':_0x51f405[_0xea753a(0x41f)]['injector'],'mountContainer':_0x5085ba,'embedId':_0x51f405['embedId']},(0x0,_0x4f18af[_0xea753a(0x4c7)])(_0x33a7f1,{'hostUnitId':_0x51f405['hostUnitId'],'embedId':_0x51f405[_0xea753a(0x5bc)],'childUnitId':_0x51f405['childUnitId'],'entry':_0x51f405[_0xea753a(0x319)][_0xea753a(0x3be)],'fullscreen':!!_0x51f405[_0xea753a(0x6af)][_0xea753a(0x12a)],'usesDomFloatingStage':_0x19d568(_0x51f405[_0xea753a(0x319)][_0xea753a(0x3be)]),'renderScopeActive$':_0x51f405[_0xea753a(0x6af)][_0xea753a(0x4b7)]}))),(0x0,_0x4a1c51[_0xea753a(0xbb)])(()=>{const _0x33f95f=_0xea753a;_0x594117(_0x11a779),globalThis[_0x33f95f(0x1cb)](()=>_0x560519['remove'](),0x0);});}function _0x19d568(_0x55858a){return!0x0;}function _0x33a7f1(_0x45208c){const _0x186790=_0x118bac;let {hostUnitId:_0x2203d8,embedId:_0x197793,childUnitId:_0x4805b2,entry:_0x24aa3d,fullscreen:_0x4fc18e,usesDomFloatingStage:_0x1f1c38,renderScopeActive$:_0x417960}=_0x45208c,_0x1a3771=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x4a1c51['LocaleService']),_0x116f0=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x4a1c51['ICommandService']),_0x331302=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x4a1c51[_0x186790(0x723)]),_0x58b8ab=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x1468c8[_0x186790(0x6b3)]),_0x503d55=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x37e97b[_0x186790(0x45a)]),_0x566567=(0x0,_0x1468c8[_0x186790(0x60a)])(_0x34aece),_0x25a9d6=_0x468ff2({'embedId':_0x197793,'active':(0x0,_0x1468c8['useObservable'])(()=>_0x566567[_0x186790(0x4b7)],_0x566567[_0x186790(0x778)](),!0x1,[_0x566567]),'fullscreen':_0x4fc18e,'usesDomFloatingStage':_0x1f1c38,'renderScopeActive':(0x0,_0x1468c8[_0x186790(0xca)])(()=>_0x417960,!0x1,!0x1,[_0x417960])})===_0x186790(0x510),[_0x2638e3,_0x3f34e7]=(0x0,_0x4f18af[_0x186790(0xba)])(null),_0x2fa0dd=_0x41775c=>({'open':_0x2638e3===_0x41775c,'onOpenChange':_0x4b061a=>_0x3f34e7(_0x4b061a?_0x41775c:null)});(0x0,_0x4f18af[_0x186790(0x207)])(()=>{const _0x306245=_0x186790;if(!_0x2638e3)return;let _0x53e5c7=_0x2c92f9=>{const _0x51e3e7=_0x511b;_0xafd718(_0x2c92f9[_0x51e3e7(0x6a7)],_0x197793)||_0x3f34e7(null);};return document[_0x306245(0x607)](_0x306245(0x3a8),_0x53e5c7,!0x0),()=>{const _0x1ca0b5=_0x306245;document[_0x1ca0b5(0x5cf)](_0x1ca0b5(0x3a8),_0x53e5c7,!0x0);};},[_0x197793,_0x2638e3]);let _0x267909=(0x0,_0x1468c8[_0x186790(0xca)])(()=>_0x58b8ab[_0x186790(0x3ac)][_0x186790(0x188)]((0x0,_0x416516[_0x186790(0x734)])(()=>_0x20bfe3(_0x58b8ab[_0x186790(0x4d1)](_0x1468c8[_0x186790(0x590)][_0x186790(0xee)])))),_0x20bfe3(_0x58b8ab['getFlatMenuByPositionKey'](_0x1468c8[_0x186790(0x590)][_0x186790(0xee)])),!0x1,[_0x58b8ab]),_0x22319d=(0x0,_0x4f18af[_0x186790(0x691)])(()=>new Set(_0x13bcc6(_0x267909)['map'](_0xe67802=>_0xe67802['id'])),[_0x267909]),_0x30001f=()=>{const _0x23b95b=_0x186790;_0x566567[_0x23b95b(0x133)]({'hostUnitId':_0x2203d8,'embedId':_0x197793,'childUnitId':_0x4805b2},'stage2'),_0x331302[_0x23b95b(0x164)](_0x4805b2);},_0x414b84=(_0x4e7672,_0x517d34)=>{const _0xb4e0aa=_0x186790;_0x30001f(),_0x116f0[_0xb4e0aa(0x484)](_0x4e7672,_0x517d34);},_0x5e96dc=(_0x42ba55,_0x563bb2)=>{const _0x4fd88a=_0x186790;let _0x51ca9d=_0x59e430(_0x42ba55,_0x563bb2);_0x51ca9d&&_0x414b84(_0x51ca9d['commandId'],_0x51ca9d[_0x4fd88a(0xdf)]);},_0xd4b57d=()=>{const _0x143023=_0x186790;let _0x1931a3=_0x331302[_0x143023(0x553)](_0x4805b2,_0x4a1c51[_0x143023(0x336)][_0x143023(0x6c7)]),_0x43f265=_0x1931a3==null?void 0x0:_0x1931a3[_0x143023(0x248)]();return!_0x1931a3||!_0x43f265?null:{'workbook':_0x1931a3,'worksheet':_0x43f265,'unitId':_0x1931a3['getUnitId'](),'subUnitId':_0x43f265[_0x143023(0x3b3)]()};},_0x5c475c=()=>{const _0x2978e9=_0x186790;var _0x1cc750,_0xf6a084;return(_0x1cc750=(_0xf6a084=_0x503d55[_0x2978e9(0x34c)]())==null?void 0x0:_0xf6a084['map'](_0x26b14f=>_0x26b14f[_0x2978e9(0x3f4)]))==null?[]:_0x1cc750;},_0x58d01a=(_0x518df2,_0x23b585,_0x315d85=_0x4a1c51[_0x186790(0x3fe)]['THIN'],_0x466f45='#000000')=>{const _0x7312bd=_0x186790;let _0x5969fc=_0xd4b57d(),_0x35c5ad=_0x5c475c();!_0x5969fc||!_0x35c5ad['length']||_0x5e96dc(_0x518df2,{'unitId':_0x5969fc['unitId'],'subUnitId':_0x5969fc[_0x7312bd(0x746)],'ranges':_0x35c5ad,'value':{'type':_0x23b585,'color':_0x466f45,'style':_0x315d85,'activeBorderType':!0x0}});},_0x210b8b=()=>{const _0x12dbba=_0x186790;_0x116f0[_0x12dbba(0x484)](_0x73305e[_0x12dbba(0x36e)]['id'],{'hostUnitId':_0x2203d8,'embedId':_0x197793});};return(0x0,_0x258aa1[_0x186790(0x712)])(_0x186790(0x73b),{'className':(0x0,_0x536b6f['clsx'])(_0x186790(0x613),{'univer-hidden':!_0x25a9d6,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4fc18e,'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':!_0x4fc18e,'-univer-top-9':!_0x4fc18e&&_0x24aa3d!==_0x186790(0x26c),'-univer-top-[52px]':!_0x4fc18e&&_0x24aa3d===_0x186790(0x26c)}),'data-u-comp':_0x186790(0x49f),'data-embed-floating-menu':_0x186790(0xd4),'data-embed-id':_0x197793,'data-embed-float-stage':_0x25a9d6?_0x186790(0x510):_0x186790(0x421),'onPointerDown':_0x2de604=>_0x2de604[_0x186790(0x6ed)](),'onMouseDown':_0x3faf71,'children':[_0x22319d[_0x186790(0x722)](_0x186790(0x560))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x1e5ff5,{'item':_0x267909[_0x186790(0x560)],'title':_0x186790(0x1d9),'onClick':()=>_0x5e96dc(_0x267909[_0x186790(0x560)]),'children':(0x0,_0x258aa1[_0x186790(0x199)])(_0x4b92d6,{})}),_0x22319d['has']('divider-format-tools')&&(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x186790(0x266)],{'orientation':'vertical'}),_0x22319d['has'](_0x186790(0x752))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x3f9e7f,{'menuItem':_0x267909[_0x186790(0x752)],'onClick':()=>_0x5e96dc(_0x267909['numberFormat'])}),_0x22319d[_0x186790(0x722)](_0x186790(0x38e))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':'vertical'}),_0x22319d['has'](_0x186790(0x5cd))&&(0x0,_0x258aa1['jsx'])(_0x148ddb,{'embedId':_0x197793,'menuItem':_0x267909['fontFamily'],'title':_0x186790(0x62f),..._0x2fa0dd(_0x186790(0x5cd)),'onSelect':_0x6890eb=>_0x5e96dc(_0x267909[_0x186790(0x5cd)],{'value':_0x6890eb})}),_0x22319d[_0x186790(0x722)](_0x186790(0x17b))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x3be743,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x17b)],'title':_0x186790(0xdc),..._0x2fa0dd(_0x186790(0x17b)),'onSelect':_0x58e4a6=>_0x5e96dc(_0x267909['fontSize'],{'value':Number(_0x58e4a6)})}),_0x22319d[_0x186790(0x722)]('bold')&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x1e5ff5,{'item':_0x267909[_0x186790(0x57b)],'title':'embed-ui.sheetsFloating.toolbar.bold','onClick':()=>_0x5e96dc(_0x267909['bold']),'children':(0x0,_0x258aa1[_0x186790(0x199)])(_0x3766fc,{})}),_0x22319d[_0x186790(0x722)]('divider-font')&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x5e0))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x4bee72,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x5e0)],'title':'embed-ui.sheetsFloating.toolbar.textColor.main','icon':(0x0,_0x258aa1['jsx'])(_0x547f0f,{'className':_0x186790(0x3f1)}),'defaultColor':_0x186790(0x753),..._0x2fa0dd(_0x186790(0x5e0)),'onChange':_0x2debce=>_0x5e96dc(_0x267909[_0x186790(0x5e0)],{'value':_0x2debce}),'onReset':()=>_0x414b84(_0x558462['ResetRangeTextColorCommand']['id'])}),_0x22319d[_0x186790(0x722)]('backgroundColor')&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x4bee72,{'embedId':_0x197793,'menuItem':_0x267909['backgroundColor'],'title':_0x186790(0x31e),'icon':(0x0,_0x258aa1['jsx'])(_0x1a9b16,{'className':_0x186790(0x3f1)}),'defaultColor':_0x186790(0x4f3),..._0x2fa0dd('backgroundColor'),'onChange':_0x288e3a=>_0x5e96dc(_0x267909[_0x186790(0x2c1)],{'value':_0x288e3a}),'onReset':()=>_0x414b84(_0x37e97b[_0x186790(0x1cd)]['id'])}),_0x22319d['has'](_0x186790(0xed))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x3d3a68,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0xed)],..._0x2fa0dd(_0x186790(0xed)),'onSelect':(_0xb52aa6,_0x58c9c0,_0xff2d42)=>_0x58d01a(_0x267909[_0x186790(0xed)],_0xb52aa6,_0x58c9c0,_0xff2d42)}),_0x22319d[_0x186790(0x722)](_0x186790(0x244))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x6bd))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0xdb8a40,{'embedId':_0x197793,'menuItems':_0x267909['merge'],..._0x2fa0dd(_0x186790(0x6bd)),'execute':_0x5e96dc}),_0x22319d[_0x186790(0x722)](_0x186790(0x3fc))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x58bf3d,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x3fc)],..._0x2fa0dd(_0x186790(0x3fc)),'execute':_0x5e96dc}),_0x22319d[_0x186790(0x722)](_0x186790(0x45f))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x2b3975,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x45f)],..._0x2fa0dd('verticalAlign'),'execute':_0x5e96dc}),_0x22319d[_0x186790(0x722)]('wrap')&&(0x0,_0x258aa1['jsx'])(_0x1961c2,{'embedId':_0x197793,'menuItem':_0x267909[_0x186790(0x50f)],..._0x2fa0dd('wrap'),'execute':_0x414b84}),_0x22319d[_0x186790(0x722)](_0x186790(0x108))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f['Separator'],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x2f0))&&(0x0,_0x258aa1['jsx'])(_0x1e5ff5,{'item':_0x267909['filter'],'title':_0x186790(0x506),'onClick':()=>_0x5e96dc(_0x267909[_0x186790(0x2f0)]),'children':(0x0,_0x258aa1['jsx'])(_0x4f1ddc,{})}),_0x22319d['has'](_0x186790(0x241))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x536b6f[_0x186790(0x266)],{'orientation':_0x186790(0x5a8)}),_0x22319d[_0x186790(0x722)](_0x186790(0x1cc))&&(0x0,_0x258aa1[_0x186790(0x199)])(_0x76f0b3,{'title':_0x1a3771['t'](_0x186790(0x23f)),'className':_0x186790(0x586),'onClick':_0x210b8b,'children':(0x0,_0x258aa1['jsx'])(_0x2a8a74,{})})]});}let _0x16307f=(0x0,_0x4f18af[_0x118bac(0x497)])(({children:_0x1ad86c,className:_0x4007d2,title:_0x40d79e,onClick:_0x33f680,onMouseDown:_0x450902,onPointerDown:_0x52d6ab,..._0xfddeb1},_0x542af0)=>{const _0x4a999f=_0x118bac;let _0xd7d60=(0x0,_0x1468c8['useDependency'])(_0x4a1c51[_0x4a999f(0x743)])['t'](_0x40d79e);return(0x0,_0x258aa1[_0x4a999f(0x199)])(_0x536b6f[_0x4a999f(0xfd)],{'ref':_0x542af0,'type':_0x4a999f(0x2d6),'size':'small','variant':_0x4a999f(0x709),'aria-label':_0xd7d60,'title':_0xd7d60,'className':(0x0,_0x536b6f[_0x4a999f(0x578)])('univer-gap-1\x20univer-px-1.5\x20univer-text-sm',_0x4007d2),'onPointerDown':_0x1ac894=>{const _0x55f0ae=_0x4a999f;_0x1ac894[_0x55f0ae(0x6ed)](),_0x52d6ab==null||_0x52d6ab(_0x1ac894);},'onMouseDown':_0x3c04e8=>{const _0x54d2de=_0x4a999f;_0x3c04e8[_0x54d2de(0x6ed)](),_0x450902==null||_0x450902(_0x3c04e8);},'onClick':_0x24f3cd=>{const _0x48e72a=_0x4a999f;_0x33f680==null||_0x33f680(_0x24f3cd),_0x24f3cd[_0x48e72a(0x6ed)]();},..._0xfddeb1,'children':_0x1ad86c});}),_0x5e0c1f=(0x0,_0x4f18af[_0x118bac(0x497)])(({title:_0xfc35ce,primary:_0x3529fb,disabled:_0x2b6a7c,open:_0x496dda,onPrimaryClick:_0x1b7e7d,onMouseDown:_0x4b47c1,onPointerDown:_0x29a714,onClick:_0x19e165,..._0x3d2119},_0x40cf26)=>(0x0,_0x258aa1[_0x118bac(0x712)])(_0x118bac(0x73b),{'ref':_0x40cf26,'className':(0x0,_0x536b6f[_0x118bac(0x578)])('univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x496dda,'univer-cursor-not-allowed\x20univer-opacity-60':_0x2b6a7c}),'onPointerDown':_0x190421=>{const _0x19ea17=_0x118bac;_0x190421[_0x19ea17(0x6ed)](),_0x29a714==null||_0x29a714(_0x190421);},'onMouseDown':_0x15be2c=>{const _0x17a547=_0x118bac;_0x15be2c[_0x17a547(0x6ed)](),_0x4b47c1==null||_0x4b47c1(_0x15be2c);},'onClick':_0x493423=>{const _0x152fea=_0x118bac;_0x19e165==null||_0x19e165(_0x493423),_0x493423[_0x152fea(0x6ed)]();},..._0x3d2119,'children':[(0x0,_0x258aa1[_0x118bac(0x199)])('button',{'type':_0x118bac(0x2d6),'className':_0x118bac(0x475),'disabled':_0x2b6a7c,'onClick':_0x5117a0=>{const _0x2e35de=_0x118bac;_0x5117a0[_0x2e35de(0x6ed)](),_0x1b7e7d();},'children':_0x3529fb}),(0x0,_0x258aa1['jsx'])(_0x536b6f[_0x118bac(0x266)],{'orientation':_0x118bac(0x5a8)}),(0x0,_0x258aa1[_0x118bac(0x199)])(_0x118bac(0x2d6),{'type':'button','className':_0x118bac(0x254),'disabled':_0x2b6a7c,'children':(0x0,_0x258aa1[_0x118bac(0x199)])(_0x5e6630,{})})]}));_0x5e0c1f[_0x118bac(0x131)]=_0x118bac(0x748);function _0x76f0b3(_0x59caf5){const _0xa31aa0=_0x118bac;let {children:_0x5f0f4c,title:_0xc250cc,className:_0x27339d,disabled:_0x17761a,active:_0x578dac,onClick:_0x2c380a}=_0x59caf5;return(0x0,_0x258aa1[_0xa31aa0(0x199)])(_0x536b6f[_0xa31aa0(0x66d)],{'title':_0xc250cc,'placement':'bottom','children':(0x0,_0x258aa1[_0xa31aa0(0x199)])(_0x1468c8[_0xa31aa0(0x69b)],{'className':(0x0,_0x536b6f[_0xa31aa0(0x578)])('univer-text-sm',_0x27339d),'disabled':_0x17761a,'active':_0x578dac,'onClick':_0x2c380a,'children':_0x5f0f4c})});}function _0x1e5ff5(_0x5d3cd4){const _0x3dc751=_0x118bac;let {item:_0x2e8016,children:_0x4f7670,title:_0x448587,onClick:_0x1218b1}=_0x5d3cd4,{hidden:_0x3fceac,disabled:_0x31ab9f,activated:_0x17989c}=_0x54fc30(_0x2e8016),_0x553474=(0x0,_0x1468c8[_0x3dc751(0x60a)])(_0x4a1c51['LocaleService']);return!_0x2e8016||_0x3fceac?null:(0x0,_0x258aa1[_0x3dc751(0x199)])(_0x76f0b3,{'title':_0x553474['t'](_0x448587),'disabled':_0x31ab9f,'active':_0x17989c,'onClick':_0x1218b1,'children':_0x4f7670});}function _0x54fc30(_0x970f8f){const _0x588e0b=_0x118bac;return{'hidden':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x57dec7=_0x588e0b;var _0x229182,_0x26da94;return(_0x229182=_0x970f8f==null||(_0x26da94=_0x970f8f[_0x57dec7(0x503)])==null?void 0x0:_0x26da94[_0x57dec7(0x188)]((0x0,_0x416516[_0x57dec7(0x5da)])(!0x1)))==null?(0x0,_0x416516['of'])(!0x1):_0x229182;},!0x1,!0x1,[_0x970f8f]),'disabled':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x448954=_0x588e0b;var _0x1a44f0,_0x28be3d;return(_0x1a44f0=_0x970f8f==null||(_0x28be3d=_0x970f8f[_0x448954(0x1c6)])==null?void 0x0:_0x28be3d[_0x448954(0x188)]((0x0,_0x416516[_0x448954(0x5da)])(!0x1)))==null?(0x0,_0x416516['of'])(!0x1):_0x1a44f0;},!0x1,!0x1,[_0x970f8f]),'activated':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x542ba2=_0x588e0b;var _0x2ee7bb,_0x2f25dd;return(_0x2ee7bb=_0x970f8f==null||(_0x2f25dd=_0x970f8f['activated$'])==null?void 0x0:_0x2f25dd[_0x542ba2(0x188)]((0x0,_0x416516[_0x542ba2(0x5da)])(!0x1)))==null?(0x0,_0x416516['of'])(!0x1):_0x2ee7bb;},!0x1,!0x1,[_0x970f8f]),'value':(0x0,_0x1468c8[_0x588e0b(0xca)])(()=>{const _0x257b23=_0x588e0b;var _0x4d739c,_0x4add1a;return(_0x4d739c=_0x970f8f==null||(_0x4add1a=_0x970f8f[_0x257b23(0x381)])==null?void 0x0:_0x4add1a['pipe']((0x0,_0x416516['startWith'])(void 0x0)))==null?(0x0,_0x416516['of'])(void 0x0):_0x4d739c;},void 0x0,!0x1,[_0x970f8f])};}function _0x3f9e7f(_0x459c3d){const _0x3dfedb=_0x118bac;let {menuItem:_0x5b6c60,onClick:_0x2ff413}=_0x459c3d,{hidden:_0x118266,disabled:_0x44c0b8,value:_0x1e6f8e}=_0x54fc30(_0x5b6c60),_0x2bed02=(0x0,_0x1468c8[_0x3dfedb(0x60a)])(_0x4a1c51[_0x3dfedb(0x743)]);if(!_0x5b6c60||_0x118266)return null;let _0x295c79=_0x2bed02['t'](_0x3dfedb(0x4be));return(0x0,_0x258aa1[_0x3dfedb(0x199)])(_0x536b6f[_0x3dfedb(0x66d)],{'title':_0x295c79,'placement':_0x3dfedb(0x587),'children':(0x0,_0x258aa1[_0x3dfedb(0x712)])(_0x16307f,{'title':_0x295c79,'disabled':_0x44c0b8,'onClick':_0x2ff413,'children':[(0x0,_0x258aa1[_0x3dfedb(0x199)])(_0x22100d,{}),(0x0,_0x258aa1[_0x3dfedb(0x199)])(_0x3dfedb(0x596),{'children':typeof _0x1e6f8e=='string'&&_0x1e6f8e?_0x1e6f8e:_0x3dfedb(0x1e6)}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]})});}function _0x148ddb(_0x11c064){const _0x2a862a=_0x118bac;let {embedId:_0xe89cab,menuItem:_0x3e9323,title:_0x62aef1,open:_0x36b558,onOpenChange:_0x44c569,onSelect:_0x218e4e}=_0x11c064,{hidden:_0x4831f9,disabled:_0x4d4875,value:_0x58ea57}=_0x54fc30(_0x3e9323);if(!_0x3e9323||_0x4831f9)return null;let _0x5cc013=typeof _0x58ea57==_0x2a862a(0x1b3)&&_0x58ea57?_0x58ea57:_0x2a862a(0x6f3);return(0x0,_0x258aa1[_0x2a862a(0x199)])(_0x419b46,{'embedId':_0xe89cab,'disabled':_0x4d4875,'title':_0x62aef1,'open':_0x36b558,'onOpenChange':_0x44c569,'trigger':(0x0,_0x258aa1[_0x2a862a(0x712)])(_0x258aa1[_0x2a862a(0x34e)],{'children':[(0x0,_0x258aa1[_0x2a862a(0x199)])(_0x2a862a(0x596),{'className':_0x2a862a(0x514),'children':_0x5cc013}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x2a862a(0x199)])(_0x2a862a(0x73b),{'className':_0x2a862a(0x4bf),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':(0x0,_0x258aa1['jsx'])(_0x1468c8[_0x2a862a(0x5db)],{'value':_0x5cc013,'onChange':_0x168349=>{_0x218e4e(_0x168349),_0x44c569(!0x1);}})})});}function _0x3be743(_0x1d713b){const _0x5e34eb=_0x118bac;let {embedId:_0x4bac08,menuItem:_0x375d95,title:_0x4de878,open:_0x54e654,onOpenChange:_0x30254a,onSelect:_0x1c99d5}=_0x1d713b,{hidden:_0x436006,disabled:_0x318de3,value:_0x1ece5b}=_0x54fc30(_0x375d95);if(!_0x375d95||_0x436006)return null;let _0x187427=typeof _0x1ece5b==_0x5e34eb(0x3bc)||typeof _0x1ece5b==_0x5e34eb(0x1b3)?Number(_0x1ece5b):0xb;return(0x0,_0x258aa1['jsx'])(_0x419b46,{'embedId':_0x4bac08,'disabled':_0x318de3,'title':_0x4de878,'open':_0x54e654,'onOpenChange':_0x30254a,'trigger':(0x0,_0x258aa1[_0x5e34eb(0x712)])(_0x258aa1[_0x5e34eb(0x34e)],{'children':[(0x0,_0x258aa1['jsx'])(_0x5e34eb(0x596),{'className':_0x5e34eb(0x775),'children':_0x187427}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x5e34eb(0x199)])('div',{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x997282()[_0x5e34eb(0x734)](_0x50b37c=>{const _0x9f102a=_0x5e34eb;let _0x108d31=Number(_0x50b37c['value'])===_0x187427;return(0x0,_0x258aa1['jsxs'])(_0x9f102a(0x2d6),{'type':_0x9f102a(0x2d6),'className':(0x0,_0x536b6f[_0x9f102a(0x578)])(_0x9f102a(0x3e4),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x108d31}),'onClick':()=>{_0x1c99d5(String(_0x50b37c['value'])),_0x30254a(!0x1);},'children':[(0x0,_0x258aa1[_0x9f102a(0x199)])(_0x9f102a(0x596),{'children':_0x50b37c[_0x9f102a(0x206)]}),_0x108d31&&(0x0,_0x258aa1[_0x9f102a(0x199)])(_0x297afb,{'className':'univer-text-primary-600'})]},_0x50b37c[_0x9f102a(0x664)]);})})});}function _0x58bf3d(_0x1cadf8){const _0x28d25b=_0x118bac;let {embedId:_0x28bffb,menuItem:_0x572620,open:_0x226468,onOpenChange:_0x2c98c8,execute:_0x2e91fa}=_0x1cadf8,{hidden:_0x58c7db,disabled:_0x5645b0}=_0x54fc30(_0x572620);return!_0x572620||_0x58c7db?null:(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x419b46,{'embedId':_0x28bffb,'disabled':_0x5645b0,'title':_0x28d25b(0x137),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x226468,'onOpenChange':_0x2c98c8,'trigger':(0x0,_0x258aa1[_0x28d25b(0x712)])(_0x258aa1['Fragment'],{'children':[(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x3aa60f,{}),(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x1d749f,{'embedId':_0x28bffb,'onPointerDown':_0x4dc596=>_0x4dc596[_0x28d25b(0x6ed)](),'children':(0x0,_0x258aa1[_0x28d25b(0x712)])(_0x913153,{'children':[(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x4a9124,{'item':_0x572620,'title':_0x28d25b(0x1bb),'onClick':()=>_0x2e91fa(_0x572620,{'value':_0x4a1c51[_0x28d25b(0xe8)][_0x28d25b(0x123)]}),'children':(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x3aa60f,{})}),(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x4a9124,{'item':_0x572620,'title':_0x28d25b(0x2b9),'onClick':()=>_0x2e91fa(_0x572620,{'value':_0x4a1c51['HorizontalAlign'][_0x28d25b(0x2e0)]}),'children':(0x0,_0x258aa1['jsx'])(_0x56b321,{})}),(0x0,_0x258aa1[_0x28d25b(0x199)])(_0x4a9124,{'item':_0x572620,'title':_0x28d25b(0x44e),'onClick':()=>_0x2e91fa(_0x572620,{'value':_0x4a1c51['HorizontalAlign'][_0x28d25b(0x2bf)]}),'children':(0x0,_0x258aa1[_0x28d25b(0x199)])(_0xfbe04b,{})})]})})});}function _0x2b3975(_0x4b9d23){const _0x5a61f1=_0x118bac;let {embedId:_0x503325,menuItem:_0x2f547b,open:_0x2c2a1f,onOpenChange:_0x1df181,execute:_0x217289}=_0x4b9d23,{hidden:_0x348742,disabled:_0x46a0bf}=_0x54fc30(_0x2f547b);return!_0x2f547b||_0x348742?null:(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x419b46,{'embedId':_0x503325,'disabled':_0x46a0bf,'title':_0x5a61f1(0x299),'triggerClassName':_0x5a61f1(0x711),'open':_0x2c2a1f,'onOpenChange':_0x1df181,'trigger':(0x0,_0x258aa1[_0x5a61f1(0x712)])(_0x258aa1[_0x5a61f1(0x34e)],{'children':[(0x0,_0x258aa1['jsx'])(_0x3ec37e,{}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x1d749f,{'embedId':_0x503325,'onPointerDown':_0x2b8042=>_0x2b8042[_0x5a61f1(0x6ed)](),'children':(0x0,_0x258aa1['jsxs'])(_0x913153,{'children':[(0x0,_0x258aa1['jsx'])(_0x4a9124,{'item':_0x2f547b,'title':_0x5a61f1(0x6be),'onClick':()=>_0x217289(_0x2f547b,{'value':_0x4a1c51[_0x5a61f1(0x14d)]['TOP']}),'children':(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x536f17,{})}),(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x4a9124,{'item':_0x2f547b,'title':_0x5a61f1(0x288),'onClick':()=>_0x217289(_0x2f547b,{'value':_0x4a1c51[_0x5a61f1(0x14d)][_0x5a61f1(0x4ad)]}),'children':(0x0,_0x258aa1['jsx'])(_0x3ec37e,{})}),(0x0,_0x258aa1[_0x5a61f1(0x199)])(_0x4a9124,{'item':_0x2f547b,'title':'embed-ui.sheetsFloating.align.bottom','onClick':()=>_0x217289(_0x2f547b,{'value':_0x4a1c51[_0x5a61f1(0x14d)][_0x5a61f1(0x5d1)]}),'children':(0x0,_0x258aa1['jsx'])(_0x361ae3,{})})]})})});}function _0x4a9124(_0x371cc1){let {item:_0x5ca9ad,title:_0x52756e,children:_0x3ad6ec,onClick:_0x81e094}=_0x371cc1,{hidden:_0x555bf1,disabled:_0x1d6f2f,activated:_0x4c3192}=_0x54fc30(_0x5ca9ad);return!_0x5ca9ad||_0x555bf1?null:(0x0,_0x258aa1['jsx'])(_0x29531c,{'title':_0x52756e,'disabled':_0x1d6f2f,'active':_0x4c3192,'onClick':_0x81e094,'children':_0x3ad6ec});}function _0x4bee72(_0x24f8db){const _0x413725=_0x118bac;let {embedId:_0x3cd10a,menuItem:_0x30295f,title:_0xf59caa,icon:_0x9c2ee7,defaultColor:_0x3026cc,open:_0x4339fd,onOpenChange:_0x543020,onChange:_0x41657c,onReset:_0x31ce34}=_0x24f8db,_0x2342bc=(0x0,_0x1468c8[_0x413725(0x60a)])(_0x4a1c51[_0x413725(0x743)]),{hidden:_0x2ff687,disabled:_0x463741,value:_0x4b4f9e}=_0x54fc30(_0x30295f),[_0x40d830,_0x23b49b]=(0x0,_0x4f18af['useState'])(_0x3026cc);return!_0x30295f||_0x2ff687?null:(0x0,_0x258aa1[_0x413725(0x199)])(_0x536b6f[_0x413725(0x761)],{'disabled':_0x463741,'align':_0x413725(0xc8),'sideOffset':0x6,'open':_0x4339fd,'onOpenChange':_0x543020,'onPointerDownOutside':_0x10200f=>_0x211fc4(_0x10200f,_0x3cd10a),'onFocusOutside':_0xafdd21=>_0x211fc4(_0xafdd21,_0x3cd10a),'onInteractOutside':_0x347586=>_0x211fc4(_0x347586,_0x3cd10a),'overlay':(0x0,_0x258aa1['jsxs'])(_0x413725(0x73b),{'data-embed-id':_0x3cd10a,'data-embed-floating-menu-popup':_0x413725(0xd4),'className':_0x413725(0x10f),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':[(0x0,_0x258aa1[_0x413725(0x199)])(_0x536b6f['ColorPicker'],{'value':typeof _0x4b4f9e==_0x413725(0x1b3)&&_0x4b4f9e?_0x4b4f9e:_0x40d830,'onChange':_0x27c0b3=>{_0x23b49b(_0x27c0b3),_0x41657c(_0x27c0b3);}}),(0x0,_0x258aa1[_0x413725(0x199)])(_0x536b6f[_0x413725(0x266)],{}),(0x0,_0x258aa1[_0x413725(0x712)])('button',{'type':_0x413725(0x2d6),'className':_0x413725(0x2e9),'onClick':()=>{_0x23b49b(_0x3026cc),_0x31ce34(),_0x543020(!0x1);},'children':[(0x0,_0x258aa1['jsx'])(_0x5ef327,{}),(0x0,_0x258aa1[_0x413725(0x199)])('span',{'children':_0x2342bc['t'](_0x413725(0x19c))})]})]}),'children':(0x0,_0x258aa1[_0x413725(0x199)])(_0x16307f,{'title':_0xf59caa,'disabled':_0x463741,'children':_0x9c2ee7})});}function _0x3d3a68(_0x1988c6){const _0x347fe4=_0x118bac;let {embedId:_0x1de299,menuItem:_0x5895f0,open:_0x2f3692,onOpenChange:_0x282a42,onSelect:_0x4d6dce}=_0x1988c6,_0x524b34=(0x0,_0x1468c8['useDependency'])(_0x4a1c51[_0x347fe4(0x743)]),_0x4cc0ef=(0x0,_0x1468c8[_0x347fe4(0x60a)])(_0x1468c8[_0x347fe4(0x4b0)]),{hidden:_0x16b7e1,disabled:_0xe172b8}=_0x54fc30(_0x5895f0),[_0x45ccbe,_0x2e2e70]=(0x0,_0x4f18af[_0x347fe4(0xba)])(_0x4a1c51[_0x347fe4(0x263)][_0x347fe4(0x78a)]),[_0x469935,_0x1e0515]=(0x0,_0x4f18af[_0x347fe4(0xba)])(_0x4a1c51[_0x347fe4(0x3fe)][_0x347fe4(0x73e)]),[_0xe91e3d,_0x51af57]=(0x0,_0x4f18af[_0x347fe4(0xba)])(_0x347fe4(0x1f3));if(!_0x5895f0||_0x16b7e1)return null;let _0xe99f03=(_0x454f7a=_0x45ccbe,_0x364e56=_0x469935,_0x425af9=_0xe91e3d)=>{_0x2e2e70(_0x454f7a),_0x1e0515(_0x364e56),_0x51af57(_0x425af9),_0x4d6dce(_0x454f7a,_0x364e56,_0x425af9);},_0x1d1f90=_0xa70ae8=>{const _0x5abae7=_0x347fe4;var _0x244826,_0x3e9484;return(_0x244826=(_0x3e9484=_0x145ebc()['find'](_0xde55d2=>_0xde55d2['value']===_0xa70ae8))==null?void 0x0:_0x3e9484[_0x5abae7(0x5d7)])==null?_0x5abae7(0x626):_0x244826;},_0x824297=(_0x4023df,_0x2a9d3d=_0x347fe4(0x3f1))=>{const _0x3fa8b5=_0x347fe4;let _0x209509=_0x4cc0ef[_0x3fa8b5(0x714)](_0x4023df);return _0x209509?(0x0,_0x258aa1[_0x3fa8b5(0x199)])(_0x209509,{'className':_0x2a9d3d}):(0x0,_0x258aa1['jsx'])(_0x390128,{});};return(0x0,_0x258aa1['jsx'])(_0x536b6f['Dropdown'],{'disabled':_0xe172b8,'align':_0x347fe4(0xc8),'sideOffset':0x6,'open':_0x2f3692,'onOpenChange':_0x282a42,'onPointerDownOutside':_0x4a847f=>_0x211fc4(_0x4a847f,_0x1de299),'onFocusOutside':_0x4105b1=>_0x211fc4(_0x4105b1,_0x1de299),'onInteractOutside':_0x2498b4=>_0x211fc4(_0x2498b4,_0x1de299),'overlay':(0x0,_0x258aa1['jsxs'])(_0x1d749f,{'embedId':_0x1de299,'onPointerDown':_0x3db0c6=>_0x3db0c6[_0x347fe4(0x6ed)](),'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x347fe4(0x73b),{'className':_0x347fe4(0x10b),'children':_0x145ebc()['map'](_0x57df12=>(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x29531c,{'title':_0x57df12[_0x347fe4(0x206)],'active':_0x45ccbe===_0x57df12[_0x347fe4(0x664)],'onClick':()=>_0xe99f03(_0x57df12['value']),'children':_0x824297(_0x57df12[_0x347fe4(0x5d7)])},_0x57df12['value']))}),(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f['Separator'],{}),(0x0,_0x258aa1[_0x347fe4(0x712)])(_0x913153,{'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f[_0x347fe4(0x761)],{'align':_0x347fe4(0xc8),'sideOffset':0x6,'onPointerDownOutside':_0x361fb7=>_0x211fc4(_0x361fb7,_0x1de299),'onFocusOutside':_0x4287bd=>_0x211fc4(_0x4287bd,_0x1de299),'onInteractOutside':_0x2f878b=>_0x211fc4(_0x2f878b,_0x1de299),'overlay':(0x0,_0x258aa1['jsx'])('div',{'data-embed-id':_0x1de299,'data-embed-floating-menu-popup':_0x347fe4(0xd4),'className':_0x347fe4(0x215),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f['ColorPicker'],{'value':_0xe91e3d,'onChange':_0x5478a4=>_0xe99f03(_0x45ccbe,_0x469935,_0x5478a4)})}),'children':(0x0,_0x258aa1['jsxs'])(_0x29531c,{'title':_0x347fe4(0x269),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x1a9b16,{'extend':{'colorChannel1':_0xe91e3d}}),(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x5e6630,{})]})}),(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x536b6f[_0x347fe4(0x761)],{'align':_0x347fe4(0xc8),'sideOffset':0x6,'onPointerDownOutside':_0x56867b=>_0x211fc4(_0x56867b,_0x1de299),'onFocusOutside':_0x461f7b=>_0x211fc4(_0x461f7b,_0x1de299),'onInteractOutside':_0x1ca76e=>_0x211fc4(_0x1ca76e,_0x1de299),'overlay':(0x0,_0x258aa1['jsx'])(_0x347fe4(0x73b),{'data-embed-id':_0x1de299,'data-embed-floating-menu-popup':_0x347fe4(0xd4),'className':_0x347fe4(0x589),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x558462[_0x347fe4(0x4d4)][_0x347fe4(0x734)](_0x44363a=>(0x0,_0x258aa1['jsx'])(_0x347fe4(0x2d6),{'type':_0x347fe4(0x2d6),'className':(0x0,_0x536b6f[_0x347fe4(0x578)])(_0x347fe4(0x138),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x469935===_0x44363a[_0x347fe4(0x664)]}),'onClick':()=>_0xe99f03(_0x45ccbe,_0x44363a[_0x347fe4(0x664)]),'children':(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x558462[_0x347fe4(0x6f6)],{'className':_0x347fe4(0x1b1),'type':_0x44363a[_0x347fe4(0x664)]})},_0x44363a[_0x347fe4(0x664)]))}),'children':(0x0,_0x258aa1['jsxs'])(_0x29531c,{'title':_0x347fe4(0x385),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x258aa1[_0x347fe4(0x199)])(_0x558462[_0x347fe4(0x6f6)],{'className':_0x347fe4(0x1b1),'type':_0x469935}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]})})]})]}),'children':(0x0,_0x258aa1['jsx'])(_0x5e0c1f,{'title':_0x524b34['t']('embed-ui.sheetsFloating.toolbar.border.main'),'disabled':_0xe172b8,'open':_0x2f3692,'primary':_0x824297(_0x1d1f90(_0x45ccbe),_0x347fe4(0x6fe)),'onPrimaryClick':()=>{_0xe99f03(),_0x282a42(!0x1);}})});}function _0xdb8a40(_0x8065b2){const _0x2ae332=_0x118bac;let {embedId:_0x87e3dd,menuItems:_0x291c80,open:_0x40ce9e,onOpenChange:_0x3204c5,execute:_0x298185}=_0x8065b2,_0x1cd799=(0x0,_0x1468c8[_0x2ae332(0x60a)])(_0x4a1c51[_0x2ae332(0x743)]),{hidden:_0x393704,disabled:_0x25c42f}=_0x54fc30(_0x291c80==null?void 0x0:_0x291c80['root']),_0x5d5ffc=[];return[{'item':_0x291c80==null?void 0x0:_0x291c80['all'],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x250f45,{})},{'item':_0x291c80==null?void 0x0:_0x291c80[_0x2ae332(0x5a8)],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x500d39,{})},{'item':_0x291c80==null?void 0x0:_0x291c80[_0x2ae332(0x2f8)],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x748de7,{})},{'item':_0x291c80==null?void 0x0:_0x291c80[_0x2ae332(0x654)],'icon':(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x19754f,{})}][_0x2ae332(0x362)](({item:_0x3b3b10,icon:_0xf51173})=>{_0x3b3b10&&_0x5d5ffc['push']({'item':_0x3b3b10,'icon':_0xf51173});}),!(_0x291c80!=null&&_0x291c80[_0x2ae332(0x500)])||_0x393704||!_0x5d5ffc[_0x2ae332(0x51d)]?null:(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x419b46,{'embedId':_0x87e3dd,'disabled':_0x25c42f,'title':_0x2ae332(0x6b9),'triggerClassName':_0x2ae332(0x711),'open':_0x40ce9e,'onOpenChange':_0x3204c5,'trigger':(0x0,_0x258aa1[_0x2ae332(0x712)])(_0x258aa1['Fragment'],{'children':[(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x250f45,{}),(0x0,_0x258aa1[_0x2ae332(0x199)])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1['jsx'])(_0x15d20e,{'children':_0x5d5ffc[_0x2ae332(0x734)](({item:_0x5570d4,icon:_0x4032a1})=>(0x0,_0x258aa1[_0x2ae332(0x199)])(_0xf1d23b,{'icon':_0x4032a1,'onClick':()=>{_0x298185(_0x5570d4),_0x3204c5(!0x1);},'children':_0x1cd799['t'](_0x4d6565(_0x5570d4))},_0x5570d4['id']))})});}function _0x1961c2(_0x3f7599){const _0x4f4a36=_0x118bac;let {embedId:_0x41f38b,menuItem:_0xad82e9,open:_0x44fbf1,onOpenChange:_0x4c2198,execute:_0x2f1f2d}=_0x3f7599,_0x5b3150=(0x0,_0x1468c8[_0x4f4a36(0x60a)])(_0x4a1c51[_0x4f4a36(0x743)]),{hidden:_0x112ee6,disabled:_0x278a5a}=_0x54fc30(_0xad82e9);if(!_0xad82e9||_0x112ee6)return null;let _0x5d53c1=_0x1830e8(_0xad82e9),_0x569767=_0x5d53c1[_0x4f4a36(0x51d)]?_0x5d53c1[_0x4f4a36(0x734)](_0x1fb28e=>{const _0x453ab3=_0x4f4a36;var _0x4b9861,_0x3022f7,_0x247cbf,_0x478f97;return{'label':_0x5b3150['t'](_0x1324fa(_0x1fb28e)),'icon':_0x16fe46(_0x1fb28e[_0x453ab3(0x664)]),'commandId':(_0x4b9861=(_0x3022f7=(_0x247cbf=_0x1fb28e[_0x453ab3(0x561)])==null?_0xad82e9==null?void 0x0:_0xad82e9[_0x453ab3(0x561)]:_0x247cbf)==null?_0xad82e9==null?void 0x0:_0xad82e9['id']:_0x3022f7)==null?_0x37e97b['SetTextWrapCommand']['id']:_0x4b9861,'params':(_0x478f97=_0x1fb28e['params'])==null?{'value':_0x1fb28e[_0x453ab3(0x664)]}:_0x478f97};}):[{'label':_0x5b3150['t'](_0x4f4a36(0x706)),'icon':(0x0,_0x258aa1['jsx'])(_0x1965e5,{}),'commandId':_0x37e97b[_0x4f4a36(0x285)]['id'],'params':{'value':_0x4a1c51[_0x4f4a36(0x22a)]['CLIP']}},{'label':_0x5b3150['t'](_0x4f4a36(0x673)),'icon':(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x24f848,{}),'commandId':_0x37e97b['SetTextWrapCommand']['id'],'params':{'value':_0x4a1c51[_0x4f4a36(0x22a)][_0x4f4a36(0x527)]}},{'label':_0x5b3150['t'](_0x4f4a36(0x420)),'icon':(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x4e90b2,{}),'commandId':_0x37e97b[_0x4f4a36(0x285)]['id'],'params':{'value':_0x4a1c51['WrapStrategy'][_0x4f4a36(0x745)]}}];return(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x419b46,{'embedId':_0x41f38b,'disabled':_0x278a5a,'title':_0x4f4a36(0x55b),'triggerClassName':_0x4f4a36(0x711),'open':_0x44fbf1,'onOpenChange':_0x4c2198,'trigger':(0x0,_0x258aa1[_0x4f4a36(0x712)])(_0x258aa1[_0x4f4a36(0x34e)],{'children':[(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x4e90b2,{}),(0x0,_0x258aa1['jsx'])(_0x5e6630,{})]}),'overlay':(0x0,_0x258aa1[_0x4f4a36(0x199)])(_0x966e91,{'children':_0x569767['map'](_0x2f4e4a=>{const _0x2264c5=_0x4f4a36;var _0x2230b7,_0x39efb9;return(0x0,_0x258aa1[_0x2264c5(0x199)])(_0x3b89d3,{'icon':_0x2f4e4a['icon'],'onClick':()=>{const _0x4207ec=_0x2264c5;_0x2f1f2d(_0x2f4e4a[_0x4207ec(0x561)],_0x2f4e4a[_0x4207ec(0xdf)]),_0x4c2198(!0x1);},'children':_0x2f4e4a[_0x2264c5(0x206)]},_0x2f4e4a['commandId']+'-'+String((_0x2230b7=(_0x39efb9=_0x2f4e4a[_0x2264c5(0xdf)])==null?void 0x0:_0x39efb9[_0x2264c5(0x664)])==null?_0x2f4e4a[_0x2264c5(0x206)]:_0x2230b7));})})});}function _0x4d6565(_0x27829a){const _0x30cc66=_0x118bac;var _0x132e3d,_0x503f14;return(_0x132e3d=(_0x503f14=_0x27829a[_0x30cc66(0x571)])==null?_0x27829a[_0x30cc66(0x481)]:_0x503f14)==null?_0x27829a['id']:_0x132e3d;}function _0x1324fa(_0x85114){const _0x2838d5=_0x118bac;var _0x4ced70;return typeof _0x85114[_0x2838d5(0x206)]==_0x2838d5(0x1b3)?_0x85114[_0x2838d5(0x206)]:typeof _0x85114[_0x2838d5(0x664)]==_0x2838d5(0x1b3)||typeof _0x85114['value']==_0x2838d5(0x3bc)?String(_0x85114['value']):(_0x4ced70=_0x85114['id'])==null?'':_0x4ced70;}function _0x16fe46(_0x331356){const _0x7a0d47=_0x118bac;return _0x331356===_0x4a1c51['WrapStrategy'][_0x7a0d47(0x59f)]?(0x0,_0x258aa1[_0x7a0d47(0x199)])(_0x1965e5,{}):_0x331356===_0x4a1c51[_0x7a0d47(0x22a)][_0x7a0d47(0x745)]?(0x0,_0x258aa1[_0x7a0d47(0x199)])(_0x4e90b2,{}):(0x0,_0x258aa1[_0x7a0d47(0x199)])(_0x24f848,{});}function _0x139a7e(_0x23d04b){const _0x392aad=_0x118bac;return _0x23d04b instanceof HTMLElement&&!!_0x23d04b[_0x392aad(0x46f)](_0x392aad(0x4a5));}function _0x3faf71(_0x1abc1f){const _0x3bdfa0=_0x118bac;_0x1abc1f['stopPropagation'](),_0x139a7e(_0x1abc1f['target'])||_0x1abc1f[_0x3bdfa0(0x582)]();}function _0xafd718(_0x212d18,_0x3b5bd0){const _0x490bd3=_0x118bac;if(!(_0x212d18 instanceof HTMLElement))return!0x1;let _0x5a3c8b=_0x212d18[_0x490bd3(0x46f)](_0x490bd3(0x2a7));return(_0x5a3c8b==null?void 0x0:_0x5a3c8b[_0x490bd3(0x38c)](_0x490bd3(0x4e3)))===_0x3b5bd0;}function _0x211fc4(_0x607ea4,_0x69cde0){const _0x448329=_0x118bac;let _0xf20ebe=_0x607ea4[_0x448329(0x6a7)];_0xafd718(_0xf20ebe,_0x69cde0)&&_0x607ea4['preventDefault']();}function _0x1d749f(_0x1969b0){const _0x397a49=_0x118bac;let {embedId:_0xcb7ed0,children:_0x5d0cd3,onPointerDown:_0x156e3f}=_0x1969b0;return(0x0,_0x258aa1[_0x397a49(0x199)])('section',{'data-embed-id':_0xcb7ed0,'data-embed-floating-menu-popup':_0x397a49(0xd4),'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':_0x156e3f,'onMouseDown':_0x3faf71,'children':_0x5d0cd3});}function _0x913153(_0x539c35){const _0x5967c5=_0x118bac;let {children:_0x2e63c0}=_0x539c35;return(0x0,_0x258aa1[_0x5967c5(0x199)])(_0x5967c5(0x73b),{'className':_0x5967c5(0x1db),'children':_0x2e63c0});}function _0x419b46(_0xca8f9c){const _0x468097=_0x118bac;let {embedId:_0xc86679,title:_0x16c8b9,trigger:_0x332bd9,overlay:_0xfe017a,disabled:_0x3ae003,triggerClassName:_0x3c8346,open:_0x3993b2,onOpenChange:_0x1cb204}=_0xca8f9c;return(0x0,_0x258aa1[_0x468097(0x199)])(_0x536b6f[_0x468097(0x761)],{'disabled':_0x3ae003,'align':_0x468097(0xc8),'sideOffset':0x6,'open':_0x3993b2,'onOpenChange':_0x1cb204,'onPointerDownOutside':_0x56a78c=>_0x211fc4(_0x56a78c,_0xc86679),'onFocusOutside':_0x4b516f=>_0x211fc4(_0x4b516f,_0xc86679),'onInteractOutside':_0x55e1e9=>_0x211fc4(_0x55e1e9,_0xc86679),'overlay':(0x0,_0x258aa1[_0x468097(0x199)])(_0x468097(0x73b),{'data-embed-id':_0xc86679,'data-embed-floating-menu-popup':_0x468097(0xd4),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0xfe017a}),'children':(0x0,_0x258aa1['jsx'])(_0x16307f,{'title':_0x16c8b9,'data-state':_0x3993b2?_0x468097(0x4c3):_0x468097(0x67c),'disabled':_0x3ae003,'className':_0x3c8346,'children':_0x332bd9})});}function _0x966e91(_0x373452){const _0x5b02b6=_0x118bac;let {children:_0x1f3964}=_0x373452;return(0x0,_0x258aa1[_0x5b02b6(0x199)])('section',{'className':_0x5b02b6(0x2f1),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x1f3964});}function _0x15d20e(_0x473736){const _0x254481=_0x118bac;let {children:_0x3f3b90}=_0x473736;return(0x0,_0x258aa1[_0x254481(0x199)])('section',{'className':_0x254481(0x73f),'onPointerDown':_0x3faf71,'onMouseDown':_0x3faf71,'children':_0x3f3b90});}function _0xf1d23b(_0x5ecfc0){const _0x2c2783=_0x118bac;let {children:_0x54c9fa,icon:_0x2b8554,onClick:_0x48958a}=_0x5ecfc0;return(0x0,_0x258aa1[_0x2c2783(0x712)])(_0x2c2783(0x2d6),{'type':_0x2c2783(0x2d6),'className':'univer-box-border\x20univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1.5rem_1fr]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','onClick':_0x48958a,'children':[(0x0,_0x258aa1[_0x2c2783(0x199)])(_0x2c2783(0x596),{'className':_0x2c2783(0x1cf),'children':_0x2b8554}),(0x0,_0x258aa1[_0x2c2783(0x199)])(_0x2c2783(0x596),{'className':'univer-truncate','children':_0x54c9fa})]});}function _0x3b89d3(_0x2e8329){const _0x208d05=_0x118bac;let {children:_0x24530f,icon:_0x358018,active:_0x5ab863,onClick:_0x37d3a2}=_0x2e8329;return(0x0,_0x258aa1[_0x208d05(0x712)])('button',{'type':_0x208d05(0x2d6),'className':(0x0,_0x536b6f[_0x208d05(0x578)])(_0x208d05(0x1a7),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x5ab863}),'onClick':_0x37d3a2,'children':[_0x358018,_0x24530f]});}function _0x29531c(_0xbf2ae3){const _0x1d5a02=_0x118bac;let {title:_0x5b2aa0,active:_0x296c7a,disabled:_0x2e5920,children:_0x2d4eca,onClick:_0x44c040}=_0xbf2ae3;return(0x0,_0x258aa1[_0x1d5a02(0x199)])(_0x536b6f[_0x1d5a02(0x66d)],{'title':(0x0,_0x1468c8[_0x1d5a02(0x60a)])(_0x4a1c51[_0x1d5a02(0x743)])['t'](_0x5b2aa0),'placement':_0x1d5a02(0x587),'children':(0x0,_0x258aa1[_0x1d5a02(0x199)])(_0x1468c8[_0x1d5a02(0x69b)],{'className':'univer-size-7','disabled':_0x2e5920,'active':_0x296c7a,'onClick':_0x44c040,'children':_0x2d4eca})});}let _0x597657=new WeakMap(),_0x34dfed=new WeakSet();function _0x5c3887(_0x470bde){_0x3859ab(_0x470bde,'sheets-ui.embed',_0x503bff);}function _0x503bff(_0x3521f3){const _0x58a6ad=_0x118bac;let _0x28f5bd=_0x3521f3[_0x58a6ad(0x714)](_0x1cd1ba),_0x53555b=_0x3521f3[_0x58a6ad(0x714)](_0x55f3cf),_0x362338=_0x3521f3[_0x58a6ad(0x714)](_0x1f9ba5),_0x430690=_0x3521f3['get'](_0x23b823),_0x54ce88=_0x3521f3[_0x58a6ad(0x714)](_0x43540b),_0x4b03c7=_0x3521f3[_0x58a6ad(0x714)](_0x2b6f2d),_0x24c33d=_0x3521f3[_0x58a6ad(0x714)](_0x3ef29);_0x3a6c4a(_0x3521f3),_0x3521f3[_0x58a6ad(0x722)](_0x558462['ISheetHostChromeOverrideService'])||_0x3521f3['add']([_0x558462[_0x58a6ad(0x5f9)],{'useFactory':()=>_0x3521f3[_0x58a6ad(0x714)](_0x247cd5)}]),_0x3521f3[_0x58a6ad(0x722)](_0x558462[_0x58a6ad(0x392)])||_0x3521f3['add']([_0x558462[_0x58a6ad(0x392)],{'useFactory':()=>_0x46efad({'embedModelService':_0x3521f3[_0x58a6ad(0x714)](_0x73305e[_0x58a6ad(0x6e4)]),'mountService':_0x3521f3[_0x58a6ad(0x714)](_0x70dabe),'activationService':_0x3521f3['get'](_0x287047),'restoreService':_0x3521f3['get'](_0x1858f1)})}]),[_0x3ccd07(),_0x3eb13b()][_0x58a6ad(0x362)](_0x72001e=>{const _0x159f84=_0x58a6ad;_0x28f5bd['get'](_0x72001e['hostType'],_0x72001e[_0x159f84(0x3be)])||_0x28f5bd[_0x159f84(0x246)](_0x72001e);});let _0x179dca=_0x394072(_0x3521f3[_0x58a6ad(0x714)](_0x4a1c51[_0x58a6ad(0x36f)]));_0x53555b['get'](_0x179dca[_0x58a6ad(0x559)])||_0x53555b['register'](_0x179dca);let _0x548d94=_0x54f8ea();_0x362338[_0x58a6ad(0x714)](_0x548d94['childType'])||_0x362338[_0x58a6ad(0x246)](_0x548d94),_0x3e0f55()[_0x58a6ad(0x362)](_0x5085be=>{const _0x482c08=_0x58a6ad;_0x430690[_0x482c08(0x714)](_0x5085be[_0x482c08(0x53f)],_0x5085be[_0x482c08(0x3be)],_0x5085be[_0x482c08(0x559)])||_0x430690['register'](_0x5085be);}),_0x54ce88[_0x58a6ad(0x3d6)](_0x492d56(_0x3521f3,{'childType':_0x4a1c51['UniverInstanceType'][_0x58a6ad(0x6c7)],'renderManagerService':_0x1b1b3f['IRenderManagerService']})),_0x4b03c7[_0x58a6ad(0x714)](_0x4a1c51[_0x58a6ad(0x336)][_0x58a6ad(0x6c7)])||_0x4b03c7['register'](_0x30e9dd()),_0x24c33d['get'](_0x4a1c51['UniverInstanceType']['UNIVER_SHEET'])||_0x24c33d[_0x58a6ad(0x246)](_0x1c48ae(_0x3521f3)),_0x3094b8({'injector':_0x3521f3,'previewService':_0x54ce88});}function _0x46efad(_0x1adcc0){return{'mountSheetTab':({hostUnitId:_0x54c0b8,hostAnchorId:_0x429bcb,embedId:_0x594924})=>{const _0x20c3b3=_0x511b;let _0x5dbeba=_0x1adcc0[_0x20c3b3(0x26f)][_0x20c3b3(0x686)](_0x54c0b8,_0x594924);if(!_0x5dbeba||_0x5dbeba[_0x20c3b3(0x333)]!==_0x429bcb)return;let _0x3a0d90=!0x1,_0xa9a400=!0x1,_0x53cdf6;return _0x1adcc0['restoreService'][_0x20c3b3(0x6f5)]({'descriptor':_0x5dbeba})['then'](_0x3a78ce=>{const _0x4e195a=_0x20c3b3;_0x3a0d90||(_0x53cdf6==null||_0x53cdf6[_0x4e195a(0x2f4)](),_0x53cdf6=void 0x0,_0x1adcc0[_0x4e195a(0x243)]['mount'](_0x3a78ce),_0x1adcc0[_0x4e195a(0x5d9)][_0x4e195a(0x51a)](_0x3a78ce),_0xa9a400=!0x0);})['catch'](_0x17e095=>{_0x3a0d90||(_0x53cdf6=_0x556fbf(_0x429bcb,_0x17e095));}),(0x0,_0x4a1c51[_0x20c3b3(0xbb)])(()=>{const _0x358eff=_0x20c3b3;_0x3a0d90=!0x0,_0x53cdf6==null||_0x53cdf6['remove'](),_0xa9a400&&_0x1adcc0[_0x358eff(0x243)][_0x358eff(0x40b)](_0x594924),_0x1adcc0[_0x358eff(0x5d9)][_0x358eff(0x6ff)](_0x594924);});},'clearTab':_0x280484=>{const _0x90b4df=_0x511b;_0x1adcc0[_0x90b4df(0x5d9)]['clearTab'](_0x280484);}};}function _0x556fbf(_0x1d2f7c,_0xffc3c9){const _0x5da6ee=_0x118bac;let _0x522178=_0x17bd5d(_0x1d2f7c);if(!_0x522178)return;let _0x3f5b6c=document[_0x5da6ee(0x4c7)](_0x5da6ee(0x73b));return _0x3f5b6c[_0x5da6ee(0xcc)]['embedSheetsSheetTabError']=_0x5da6ee(0xd4),_0x3f5b6c[_0x5da6ee(0x5d3)][_0x5da6ee(0x505)]=_0x5da6ee(0x48a),_0x3f5b6c[_0x5da6ee(0x5d3)]['color']='#b91c1c',_0x3f5b6c[_0x5da6ee(0x5d3)][_0x5da6ee(0x17b)]=_0x5da6ee(0x1af),_0x3f5b6c[_0x5da6ee(0x212)]=_0xffc3c9 instanceof Error&&_0xffc3c9[_0x5da6ee(0x6db)]?_0xffc3c9[_0x5da6ee(0x6db)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0x522178['replaceChildren'](_0x3f5b6c),_0x3f5b6c;}function _0x17bd5d(_0x389520){const _0x4ade73=_0x118bac;return document[_0x4ade73(0x14a)](_0x4ade73(0x1ab)+_0x3ef245(_0x389520)+'\x22]');}function _0x3ef245(_0x1eb321){const _0x573f90=_0x118bac;return _0x1eb321[_0x573f90(0x49d)](/\\/g,'\x5c\x5c')[_0x573f90(0x49d)](/"/g,'\x5c\x22');}function _0x28e4dc(_0x59e254){const _0x482b6c=_0x118bac;let _0xa0a13d=new _0x416516['Subscription'](),_0x3acebc=0x0,_0x3014bf;if(_0xa0a13d[_0x482b6c(0x410)](_0x59e254['previewService'][_0x482b6c(0x757)][_0x482b6c(0x26e)](_0x28ffad=>{const _0x55f318=_0x482b6c;if(typeof _0x28ffad[_0x55f318(0x6e6)]!=_0x55f318(0x1b3))return;let _0x43f149=_0x59e254[_0x55f318(0x26f)]['getActiveDescriptorsByChildUnit'](_0x28ffad[_0x55f318(0x4c1)])[_0x55f318(0x3ae)](_0x5dfb48=>_0x5dfb48['embedId']===_0x28ffad[_0x55f318(0x5bc)]&&_0x5dfb48['entry']===_0x55f318(0x2d5));_0x43f149!=null&&_0x43f149['hostAnchorId']&&_0x59e254['canvasFloatDomPreviewService']['setPreview']({'id':_0x43f149[_0x55f318(0x333)],'image':_0x28ffad['image'],'updatedAt':_0x28ffad['updatedAt']});})),!_0x59e254['canvasFloatDomPreviewService'][_0x482b6c(0x670)])return _0xa0a13d;let _0x37bdf2=()=>{_0x3014bf||_0x3acebc>=0xf0||(_0x3014bf=globalThis['setTimeout'](()=>{_0x3014bf=void 0x0,_0x3acebc+=0x1,_0x5e9e04();},0xfa));},_0x5cdf79=_0x19cf22=>{const _0x5ccb44=_0x482b6c;let _0x4bde34=_0x19cf22[_0x5ccb44(0x35d)];if(!_0x4bde34||typeof _0x4bde34!='object')return!0x0;let _0x41872b=_0x173c1b(_0x4bde34,_0x5ccb44(0x5bc)),_0x21b7df=_0x173c1b(_0x4bde34,_0x5ccb44(0x2dc));if(!_0x41872b||!_0x21b7df)return!0x0;let _0x36d97e=_0x59e254[_0x5ccb44(0x26f)][_0x5ccb44(0x686)](_0x21b7df,_0x41872b);return!_0x36d97e||_0x36d97e[_0x5ccb44(0x3be)]!==_0x5ccb44(0x2d5)||!_0x36d97e[_0x5ccb44(0x4c1)]||_0x36d97e[_0x5ccb44(0x559)]==null?!0x1:(_0x59e254[_0x5ccb44(0x417)][_0x5ccb44(0x54c)]({'descriptor':_0x36d97e,'childUnitId':_0x36d97e[_0x5ccb44(0x4c1)],'childType':_0x36d97e[_0x5ccb44(0x559)],'width':_0x19cf22[_0x5ccb44(0x5df)],'height':_0x19cf22['height'],'dpr':typeof window>'u'?0x1:window[_0x5ccb44(0x599)]||0x1,'reason':'initial'}),!0x0);},_0x5e9e04=()=>{const _0x5060bd=_0x482b6c;var _0xe6702a,_0x259ea6;let _0x225c64=!0x1;(_0xe6702a=(_0x259ea6=_0x59e254[_0x5060bd(0x30a)])['getPendingRequests'])==null||_0xe6702a[_0x5060bd(0xf4)](_0x259ea6)['forEach'](_0x1debda=>{_0x5cdf79(_0x1debda)||(_0x225c64=!0x0);}),_0x225c64&&_0x37bdf2();};return _0x5e9e04(),_0xa0a13d[_0x482b6c(0x410)](_0x59e254[_0x482b6c(0x30a)][_0x482b6c(0x670)][_0x482b6c(0x26e)](_0x2cf549=>{_0x5cdf79(_0x2cf549)||_0x37bdf2();})),_0xa0a13d[_0x482b6c(0x410)](()=>{const _0x1d8fdc=_0x482b6c;_0x3014bf&&globalThis[_0x1d8fdc(0x3b0)](_0x3014bf);}),_0xa0a13d;}function _0x3094b8(_0x3c7dcf){const _0x5d53b5=_0x118bac;let _0x5401ee=_0x3c7dcf['injector'],_0x4b75cc=_0x597657[_0x5d53b5(0x714)](_0x5401ee);if(_0x4b75cc)return _0x4b75cc;let _0xd21e1e=_0x2e9006(_0x3c7dcf[_0x5d53b5(0x5c1)]);if(_0xd21e1e!==null){if(_0xd21e1e){let _0x587149=_0x28e4dc({'previewService':_0x3c7dcf['previewService'],'embedModelService':_0xd21e1e[_0x5d53b5(0x26f)],'canvasFloatDomPreviewService':_0xd21e1e[_0x5d53b5(0x30a)]});return _0x597657[_0x5d53b5(0x3d4)](_0x5401ee,_0x587149),_0x587149;}_0x3c7dcf[_0x5d53b5(0x71d)]===!0x1||_0x34dfed[_0x5d53b5(0x722)](_0x5401ee)||(_0x34dfed[_0x5d53b5(0x410)](_0x5401ee),_0x1a4d73(_0x3c7dcf,0x0));}}function _0x1a4d73(_0x1d0d75,_0x559175){const _0x3dd7fc=_0x118bac;var _0x5b3780,_0x3a8b5c;let _0x4ead65=(_0x5b3780=_0x1d0d75[_0x3dd7fc(0x747)])==null?0xf0:_0x5b3780,_0x12141d=(_0x3a8b5c=_0x1d0d75[_0x3dd7fc(0x2db)])==null?0xfa:_0x3a8b5c,_0x5b381f=_0x1d0d75[_0x3dd7fc(0x5c1)];globalThis[_0x3dd7fc(0x1cb)](()=>{const _0x58270d=_0x3dd7fc;if(_0x3094b8({..._0x1d0d75,'retry':!0x1})||_0x559175+0x1>=_0x4ead65){_0x34dfed[_0x58270d(0x2cd)](_0x5b381f);return;}_0x1a4d73(_0x1d0d75,_0x559175+0x1);},_0x12141d);}function _0x2e9006(_0x41c480){const _0x19a10a=_0x118bac;try{return!_0x41c480[_0x19a10a(0x722)](_0x1468c8[_0x19a10a(0x48f)])||!_0x41c480[_0x19a10a(0x722)](_0x73305e['EmbedModelService'])?void 0x0:{'embedModelService':_0x41c480[_0x19a10a(0x714)](_0x73305e[_0x19a10a(0x6e4)]),'canvasFloatDomPreviewService':_0x41c480[_0x19a10a(0x714)](_0x1468c8[_0x19a10a(0x48f)])};}catch{return null;}}function _0x173c1b(_0x175985,_0x596512){const _0x477e35=_0x118bac;let _0x158e91=_0x175985[_0x596512];return typeof _0x158e91==_0x477e35(0x1b3)?_0x158e91:void 0x0;}let _0x4fbd11=class{constructor(_0x56b266){const _0x2cdfeb=_0x118bac;this[_0x2cdfeb(0x4dd)]=_0x56b266,_0x2d0c25(this,_0x2cdfeb(0x440),new Map());}['acquire'](_0xea1cb4,_0x59ad02){const _0x20dfcd=_0x118bac;if(this[_0x20dfcd(0x440)][_0x20dfcd(0x722)](_0xea1cb4['embedId']))throw Error(_0x20dfcd(0x1fc)+_0xea1cb4[_0x20dfcd(0x5bc)]);let _0x257c4a=this[_0x20dfcd(0x4dd)][_0x20dfcd(0x1c7)](_0xea1cb4[_0x20dfcd(0x5bc)]),_0xa91f75=_0x257c4a!=null&&_0x257c4a[_0x20dfcd(0x533)]?this['_relocateExistingSession'](_0x257c4a,_0x59ad02):this[_0x20dfcd(0x397)](_0xea1cb4,_0x59ad02);return this[_0x20dfcd(0x440)][_0x20dfcd(0x3d4)](_0xea1cb4['embedId'],_0xa91f75),{'session':_0xa91f75[_0x20dfcd(0x466)],'ownsSession':_0xa91f75[_0x20dfcd(0x2eb)],'dispose':()=>{const _0x911ec1=_0x20dfcd;this[_0x911ec1(0x440)][_0x911ec1(0x714)](_0xea1cb4[_0x911ec1(0x5bc)])===_0xa91f75&&(this[_0x911ec1(0x440)][_0x911ec1(0x2cd)](_0xea1cb4[_0x911ec1(0x5bc)]),_0xa91f75[_0x911ec1(0x60c)]());}};}[_0x118bac(0x6d7)](_0x4d2b7c,_0x1908b9){const _0x3ae01b=_0x118bac;let _0x448b91=_0x4d2b7c[_0x3ae01b(0x533)]['renderScope']['rootElement'],_0x23469d=_0x448b91['parentNode'],_0x1849c6=_0x448b91[_0x3ae01b(0x477)];if(!_0x23469d)throw Error(_0x3ae01b(0x735)+_0x4d2b7c[_0x3ae01b(0x5bc)]);return _0x1908b9['replaceChildren'](_0x448b91),{'session':_0x4d2b7c,'ownsSession':!0x1,'dispose':()=>{const _0x2f44f9=_0x3ae01b;if(this[_0x2f44f9(0x4dd)][_0x2f44f9(0x1c7)](_0x4d2b7c[_0x2f44f9(0x5bc)])!==_0x4d2b7c){_0x448b91[_0x2f44f9(0x2f4)]();return;}(_0x1849c6==null?void 0x0:_0x1849c6[_0x2f44f9(0x314)])===_0x23469d?_0x23469d['insertBefore'](_0x448b91,_0x1849c6):_0x23469d[_0x2f44f9(0x6e1)](_0x448b91);}};}[_0x118bac(0x397)](_0x4fb7f9,_0x4a86ec){const _0x2d2f7d=_0x118bac;let _0x42d72f=this[_0x2d2f7d(0x4dd)]['mountIntoHostElement'](_0x4fb7f9,_0x4a86ec);return{'session':_0x42d72f,'ownsSession':!0x0,'dispose':()=>{const _0x4f96c5=_0x2d2f7d;this[_0x4f96c5(0x4dd)][_0x4f96c5(0x1c7)](_0x4fb7f9['embedId'])===_0x42d72f&&this[_0x4f96c5(0x4dd)][_0x4f96c5(0x40b)](_0x4fb7f9[_0x4f96c5(0x5bc)]);}};}};_0x4fbd11=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x70dabe))],_0x4fbd11);function _0x2b28a7(){const _0x131af4=_0x118bac;return _0x39e948({'childType':_0x4a1c51[_0x131af4(0x336)][_0x131af4(0x3af)],'productName':'Slides'});}function _0xdce980(_0x460178){const _0x1d5dad=_0x118bac;var _0x447157,_0xbe8458;return _0x468ff2({'embedId':_0x460178[_0x1d5dad(0x5bc)],'active':_0x460178['active'],'fullscreen':_0x460178['fullscreen'],'usesDomFloatingStage':(_0x447157=_0x460178[_0x1d5dad(0x744)])==null||_0x447157,'renderScopeActive':(_0xbe8458=_0x460178['renderScopeActive'])!=null&&_0xbe8458});}function _0x2ed7b4(_0x39f18f){const _0x289b50=_0x118bac;var _0xfeb637;let _0x1d6201=(0x0,_0x1468c8[_0x289b50(0x60a)])(_0x4a1c51[_0x289b50(0x743)]),{hostUnitId:_0x400193,embedId:_0x49c30c,childUnitId:_0x46987c,slideModel:_0x5bb8f7,floatingActiveService:_0x4121bd,commandService:_0x847144,instanceService:_0x412b06,fullscreen:_0x592881,usesDomFloatingStage:_0x10dc15,renderScopeActive$:_0x283bd0}=_0x39f18f,_0x337f0b=(0x0,_0x1468c8[_0x289b50(0xca)])(()=>_0x4121bd[_0x289b50(0x4b7)],_0x4121bd['getActive'](),!0x1,[_0x4121bd]),_0x34bb3a=(0x0,_0x1468c8[_0x289b50(0xca)])(_0x283bd0,!0x1),_0xa96fc1=(0x0,_0x1468c8[_0x289b50(0xca)])(_0x5bb8f7===null?null:()=>_0x5bb8f7[_0x289b50(0x5bf)][_0x289b50(0x1e4)],[],!0x1,[_0x5bb8f7]),_0x3b7845=(0x0,_0x1468c8[_0x289b50(0xca)])(_0x5bb8f7===null?null:()=>_0x5bb8f7[_0x289b50(0x5bf)][_0x289b50(0x261)],_0x5bb8f7==null||(_0xfeb637=_0x5bb8f7[_0x289b50(0x5bf)]['getActiveSlide']())==null?void 0x0:_0xfeb637[_0x289b50(0x5ca)](),!0x1,[_0x5bb8f7]),_0x4ae638=(0x0,_0x4f18af[_0x289b50(0x691)])(()=>{const _0x3dfa30=_0x289b50;var _0x146f61;return(_0x146f61=_0x5bb8f7==null?void 0x0:_0x5bb8f7[_0x3dfa30(0x5bf)][_0x3dfa30(0x583)]())==null?[]:_0x146f61;},[_0x5bb8f7,_0xa96fc1]),_0x31323f=Math['max'](0x0,_0x4ae638[_0x289b50(0x54a)](_0x30b291=>_0x30b291[_0x289b50(0x5ca)]()===_0x3b7845)),_0x998609=_0x4ae638[_0x289b50(0x51d)],_0x47a60e=_0xdce980({'active':_0x337f0b,'embedId':_0x49c30c,'fullscreen':_0x592881,'renderScopeActive':_0x34bb3a,'usesDomFloatingStage':_0x10dc15})===_0x289b50(0x510),_0x4f5ad9=()=>{const _0x4aeaa4=_0x289b50;_0x4121bd[_0x4aeaa4(0x133)]({'hostUnitId':_0x400193,'embedId':_0x49c30c,'childUnitId':_0x46987c},'stage2'),_0x412b06['setCurrentUnitForType'](_0x46987c);},_0x582e01=_0x387ed1=>{const _0x36c082=_0x289b50;let _0x145b70=_0x4ae638[_0x387ed1];!_0x145b70||!_0x5bb8f7||(_0x4f5ad9(),_0x5bb8f7['pageManager'][_0x36c082(0x20e)](_0x145b70['getId']()));};return(0x0,_0x258aa1[_0x289b50(0x712)])('div',{'className':(0x0,_0x536b6f[_0x289b50(0x578)])(_0x289b50(0x5a5),{'univer-hidden':!_0x47a60e,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x592881,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x592881,'-univer-top-9':!_0x592881}),'data-embed-floating-menu':_0x289b50(0xd4),'data-embed-id':_0x49c30c,'data-embed-float-stage':_0x47a60e?_0x289b50(0x510):_0x289b50(0x421),'onPointerDown':_0x169517=>_0x169517[_0x289b50(0x6ed)](),'children':[(0x0,_0x258aa1['jsx'])(_0x4a14f6,{'title':_0x289b50(0x10e),'disabled':_0x31323f<=0x0,'onClick':()=>_0x582e01(_0x31323f-0x1),'children':(0x0,_0x258aa1[_0x289b50(0x199)])(_0x4b1c20,{})}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x4a14f6,{'title':_0x289b50(0x293),'disabled':_0x998609===0x0||_0x31323f>=_0x998609-0x1,'onClick':()=>_0x582e01(_0x31323f+0x1),'children':(0x0,_0x258aa1[_0x289b50(0x199)])(_0x1e4f73,{})}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x536b6f['DropdownMenu'],{'align':_0x289b50(0xc8),'sideOffset':0x6,'data-embed-id':_0x49c30c,'data-embed-floating-menu-popup':_0x289b50(0xd4),'items':[{'type':'radio','value':String(_0x31323f),'hideIndicator':!0x0,'options':_0x4ae638[_0x289b50(0x734)]((_0x30054d,_0x3ed595)=>({'label':'Slide\x20'+(_0x3ed595+0x1),'value':String(_0x3ed595)})),'onSelect':_0x4c4bd1=>_0x582e01(Number(_0x4c4bd1))}],'children':(0x0,_0x258aa1[_0x289b50(0x712)])(_0x536b6f['Button'],{'type':_0x289b50(0x2d6),'size':_0x289b50(0x4cd),'variant':'ghost','className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','title':'Select\x20page','children':[(0x0,_0x258aa1['jsx'])(_0x289b50(0x596),{'children':_0x998609===0x0?'0\x20/\x200':_0x31323f+0x1+'\x20/\x20'+_0x998609}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x5e6630,{'className':_0x289b50(0x1fe)})]})}),(0x0,_0x258aa1[_0x289b50(0x199)])(_0x536b6f['Separator'],{'orientation':'vertical'}),(0x0,_0x258aa1['jsx'])(_0x4a14f6,{'title':_0x1d6201['t']('embed-ui.deleteBlock'),'className':_0x289b50(0x586),'onClick':()=>{const _0x52cdc7=_0x289b50;_0x847144[_0x52cdc7(0x484)](_0x73305e[_0x52cdc7(0x36e)]['id'],{'hostUnitId':_0x400193,'embedId':_0x49c30c});},'children':(0x0,_0x258aa1[_0x289b50(0x199)])(_0x2a8a74,{})})]});}function _0x4a14f6(_0x43e67e){const _0x1b163b=_0x118bac;let {children:_0x4f8c45,title:_0xdb3f8c,disabled:_0x28128d,className:_0x59441c,onClick:_0x3e6e79}=_0x43e67e;return(0x0,_0x258aa1[_0x1b163b(0x199)])(_0x536b6f['Button'],{'type':_0x1b163b(0x2d6),'size':_0x1b163b(0x4cd),'variant':'ghost','className':(0x0,_0x536b6f['clsx'])(_0x1b163b(0x414),_0x59441c),'title':_0xdb3f8c,'aria-label':_0xdb3f8c,'disabled':_0x28128d,'onClick':_0x3e6e79,'children':_0x4f8c45});}function _0x212703(){return _0x11d97c({'childType':_0x4a1c51['UniverInstanceType']['UNIVER_SLIDE'],'mount':_0x35afb2});}function _0x35afb2(_0x99637b){const _0x352fba=_0x118bac;let {root:_0x5113c6,menu:_0x4ba2bf}=_0x3229f5(_0x99637b),_0x33929c=_0x21b169(_0x4ba2bf),_0x279480=_0x99637b[_0x352fba(0x5c1)][_0x352fba(0x714)](_0x34aece),_0x4e2334=_0x99637b[_0x352fba(0x5c1)]['get'](_0x4a1c51[_0x352fba(0x36f)]),_0x42d6ad=_0x99637b['injector'][_0x352fba(0x714)](_0x4a1c51['IUniverInstanceService']),_0x6a872c=_0x42d6ad['getUnit'](_0x99637b[_0x352fba(0x4c1)],_0x4a1c51[_0x352fba(0x336)][_0x352fba(0x3af)]);return _0x33929c['render']((0x0,_0x4f18af[_0x352fba(0x4c7)])(_0x9354df,{'injector':_0x99637b[_0x352fba(0x41f)][_0x352fba(0x5c1)],'mountContainer':_0x5113c6,'embedId':_0x99637b[_0x352fba(0x5bc)]},(0x0,_0x4f18af[_0x352fba(0x4c7)])(_0x2ed7b4,{'hostUnitId':_0x99637b['hostUnitId'],'embedId':_0x99637b[_0x352fba(0x5bc)],'childUnitId':_0x99637b[_0x352fba(0x4c1)],'slideModel':_0x6a872c==null?null:_0x6a872c,'floatingActiveService':_0x279480,'commandService':_0x4e2334,'instanceService':_0x42d6ad,'fullscreen':!!_0x99637b['renderScope'][_0x352fba(0x12a)],'usesDomFloatingStage':_0x99637b[_0x352fba(0x319)][_0x352fba(0x3be)]!==_0x352fba(0x5b8),'renderScopeActive$':_0x99637b[_0x352fba(0x6af)]['active$']}))),(0x0,_0x4a1c51[_0x352fba(0xbb)])(()=>{const _0x4f9c19=_0x352fba;_0x594117(_0x33929c),globalThis[_0x4f9c19(0x1cb)](()=>_0x4ba2bf[_0x4f9c19(0x2f4)](),0x0);});}function _0x174c48(_0x5dd73e,_0x356bc7,_0x45e4dd){const _0x1505e5=_0x118bac;return{...(0x0,_0x73305e[_0x1505e5(0x624)])(_0x5dd73e,_0x356bc7),'activateAnchor':_0x4e1ae2=>{const _0x3ddff4=_0x1505e5;_0x45e4dd==null||_0x45e4dd['unmountFloatingSessions'](_0x4e1ae2[_0x3ddff4(0x2dc)]),_0x4e1ae2['descriptor']['childUnitId']&&(_0x356bc7==null||_0x356bc7[_0x3ddff4(0x164)](_0x4e1ae2['descriptor'][_0x3ddff4(0x4c1)]));let _0x4fd2a4=_0x356bc7==null?void 0x0:_0x356bc7[_0x3ddff4(0x553)](_0x4e1ae2['hostUnitId'],_0x4a1c51[_0x3ddff4(0x336)][_0x3ddff4(0x3af)]),_0x44d238=()=>{const _0x1f986d=_0x3ddff4;var _0x416a37,_0x1d07f2;return _0x4fd2a4==null||(_0x416a37=_0x4fd2a4['pageManager'])==null||(_0x1d07f2=_0x416a37['setActiveSlide'])==null?void 0x0:_0x1d07f2[_0x1f986d(0xf4)](_0x416a37,_0x4e1ae2[_0x1f986d(0x333)]);};if(typeof window>'u'){_0x44d238();return;}window['requestAnimationFrame'](_0x44d238);}};}function _0x346fa1(){const _0x19bd1e=_0x118bac;return{'hostType':_0x4a1c51[_0x19bd1e(0x336)][_0x19bd1e(0x3af)],'entry':_0x19bd1e(0x5b8),'layout':_0x19bd1e(0x780),'supportedLayouts':[_0x19bd1e(0x780),_0x19bd1e(0x59b),_0x19bd1e(0x17e),'content-bounds-fit'],'menuBehavior':_0x19bd1e(0x305),'mount':_0x3cbebf=>{const _0x388c38=_0x19bd1e;let _0x5c5931=_0x1fefe0(_0x388c38(0x44c),_0x3cbebf[_0x388c38(0x319)][_0x388c38(0x333)]);return _0x5c5931?{'hostElement':_0x5c5931}:{};}};}function _0x37dd09(){const _0x3c243a=_0x118bac;return{'hostType':_0x4a1c51[_0x3c243a(0x336)][_0x3c243a(0x3af)],'entry':_0x3c243a(0x134),'layout':_0x3c243a(0x5f7),'supportedLayouts':[_0x3c243a(0x5f7)],'menuBehavior':_0x3c243a(0x486),'mount':_0x358ae7=>{const _0x4d5338=_0x3c243a;let _0x366022=_0x1fefe0(_0x4d5338(0x27a),_0x358ae7[_0x4d5338(0x319)][_0x4d5338(0x333)]);return _0x366022?{'hostElement':_0x366022}:{};}};}function _0x1fefe0(_0x5ef653,_0x27e7b6){const _0x59a514=_0x118bac;return document[_0x59a514(0x14a)]('['+_0x5ef653+'=\x22'+_0x2b40f1(_0x27e7b6)+'\x22]');}function _0x2b40f1(_0x22fa4f){const _0x228faa=_0x118bac;return _0x22fa4f[_0x228faa(0x49d)](/\\/g,'\x5c\x5c')[_0x228faa(0x49d)](/"/g,'\x5c\x22');}function _0x226f8b(){const _0x3d2c6c=_0x118bac;return{'childType':_0x4a1c51['UniverInstanceType'][_0x3d2c6c(0x3af)],'handleWheel':()=>!0x1};}let _0x4f0a3e=0x10/0x9;function _0xfcb6e9(_0x4b8e35,_0x32f122=_0x4f0a3e){const _0x8d8485=_0x118bac;let _0x1ceee0=Math[_0x8d8485(0x1d4)](0x1,_0x4b8e35[_0x8d8485(0x5df)]),_0x33a501=Math[_0x8d8485(0x1d4)](0x1,_0x4b8e35[_0x8d8485(0x2c7)]),_0x243c46=Number[_0x8d8485(0xf6)](_0x32f122)&&_0x32f122>0x0?_0x32f122:_0x4f0a3e;return _0x1ceee0/_0x33a501>_0x243c46?{'width':_0x33a501*_0x243c46,'height':_0x33a501}:{'width':_0x1ceee0,'height':_0x1ceee0/_0x243c46};}function _0x252cb3(_0x22d6e7={}){const _0x11222e=_0x118bac;let {unitId:_0x453837,active$:_0xa776ec}=_0x22d6e7,_0x37e37e=(0x0,_0x1468c8['useObservable'])(_0xa776ec==null?null:_0xa776ec,!0x0);return(0x0,_0x258aa1[_0x11222e(0x712)])(_0x1f6d79,{'children':[(0x0,_0x258aa1[_0x11222e(0x199)])(_0x5cfc91[_0x11222e(0x2c2)],{'previewMode':!0x0,'unitId':_0x453837}),_0x37e37e&&(0x0,_0x258aa1[_0x11222e(0x712)])(_0x258aa1[_0x11222e(0x34e)],{'children':[(0x0,_0x258aa1[_0x11222e(0x199)])(_0x5cfc91[_0x11222e(0x750)],{}),(0x0,_0x258aa1['jsx'])(_0x5cfc91[_0x11222e(0x4f8)],{})]})]});}function _0x7a1318(_0x2d169a={}){const _0x1f947a=_0x118bac;let {unitId:_0x46c453,render:_0x150aa2}=_0x2d169a;return(0x0,_0x258aa1[_0x1f947a(0x199)])(_0x1f6d79,{'readonly':!0x0,'children':_0x46c453?(0x0,_0x258aa1['jsx'])(_0x3c4dd1,{'unitId':_0x46c453,'render':_0x150aa2}):(0x0,_0x258aa1[_0x1f947a(0x199)])(_0x5cfc91[_0x1f947a(0x2c2)],{'previewMode':!0x0})});}function _0x3c4dd1(_0x869656){const _0x2cea7a=_0x118bac;let {unitId:_0x5eccea,render:_0x35aaed}=_0x869656,_0x15a213=(0x0,_0x4f18af[_0x2cea7a(0x4b8)])(null),_0x3836a4=(0x0,_0x1468c8[_0x2cea7a(0x60a)])(_0x1b1b3f['IRenderManagerService']);return(0x0,_0x4f18af[_0x2cea7a(0xc5)])(()=>{const _0x180db2=_0x2cea7a;let _0x2d791b=_0x15a213['current'];if(!_0x2d791b)return;let _0x30e31a=_0x35aaed==null?_0x3836a4[_0x180db2(0x72a)](_0x5eccea):_0x35aaed;_0x30e31a&&(0x0,_0x5cfc91[_0x180db2(0x450)])(_0x30e31a,_0x2d791b);},[_0x35aaed,_0x3836a4,_0x5eccea]),(0x0,_0x258aa1[_0x2cea7a(0x199)])(_0x2cea7a(0x73b),{'ref':_0x15a213,'className':_0x2cea7a(0x726),'data-embed-slide-readonly-canvas-host':'true','data-embed-child-render-unit-id':_0x5eccea});}function _0x1f6d79(_0x457b2b){const _0x5898b2=_0x118bac;let {children:_0x4cab0e,readonly:_0x361f37=!0x1}=_0x457b2b,_0x793c5c=(0x0,_0x4f18af[_0x5898b2(0x4b8)])(null),[_0x1a05e7,_0x450e50]=(0x0,_0x4f18af[_0x5898b2(0xba)])(null);return(0x0,_0x4f18af[_0x5898b2(0xc5)])(()=>{const _0x28f1b2=_0x5898b2;let _0x3309fd=_0x793c5c[_0x28f1b2(0x67d)];if(!_0x3309fd)return;let _0x13afd7=()=>{const _0x371980=_0x28f1b2;let _0x4c12c9=_0x3309fd[_0x371980(0x6b7)]();_0x450e50(_0xfcb6e9({'width':_0x4c12c9['width']||_0x3309fd[_0x371980(0x6b8)],'height':_0x4c12c9['height']||_0x3309fd[_0x371980(0x337)]}));};if(_0x13afd7(),typeof ResizeObserver>'u')return;let _0x55c6ee=new ResizeObserver(_0x13afd7);return _0x55c6ee[_0x28f1b2(0x53c)](_0x3309fd),()=>_0x55c6ee[_0x28f1b2(0x1ed)]();},[]),(0x0,_0x258aa1[_0x5898b2(0x199)])(_0x5898b2(0x73b),{'ref':_0x793c5c,'className':'univer-relative\x20univer-flex\x20univer-size-full\x20univer-items-center\x20univer-justify-center\x20univer-overflow-hidden','data-embed-slide-floating-preview':_0x5898b2(0xd4),'data-embed-slide-readonly-floating-preview':_0x361f37?_0x5898b2(0xd4):void 0x0,'children':(0x0,_0x258aa1[_0x5898b2(0x199)])(_0x5898b2(0x73b),{'className':_0x5898b2(0x6d1),'data-embed-slide-floating-page-frame':'true','style':{'width':_0x1a05e7?_0x1a05e7[_0x5898b2(0x5df)]+'px':_0x5898b2(0x1ba),'height':_0x1a05e7?_0x1a05e7[_0x5898b2(0x2c7)]+'px':_0x5898b2(0x1ba)},'children':_0x4cab0e})});}function _0x3d8132(_0x453b0e){const _0x48e1b5=_0x118bac;return{'childType':_0x4a1c51[_0x48e1b5(0x336)]['UNIVER_SLIDE'],'supportedLayouts':[_0x48e1b5(0x5f7),_0x48e1b5(0x17e),'scroll-contained'],'beforeDeactivate':_0x240ab3,'mount':_0x3e1614=>_0x3284dc(_0x3e1614,_0x453b0e)};}function _0x240ab3(_0x57e78b){const _0x30f9ff=_0x118bac;let _0x25232f=_0x57e78b[_0x30f9ff(0x41f)][_0x30f9ff(0x5c1)];if(!(_0x25232f!=null&&_0x25232f[_0x30f9ff(0x722)](_0x5cfc91[_0x30f9ff(0x6cf)])))return;let _0x4909e0=_0x25232f[_0x30f9ff(0x714)](_0x5cfc91[_0x30f9ff(0x6cf)]);_0x4909e0[_0x30f9ff(0x27f)](),_0x4909e0[_0x30f9ff(0x1bc)]();}function _0x3284dc(_0x387b2e,_0x18b3d4){const _0x488729=_0x118bac;let _0x22eec8=_0x387b2e[_0x488729(0x5c1)][_0x488729(0x714)](_0x4a1c51[_0x488729(0x723)])[_0x488729(0x553)](_0x387b2e[_0x488729(0x4c1)],_0x4a1c51[_0x488729(0x336)][_0x488729(0x3af)]);if(!_0x22eec8)return;let _0x57f55b=_0x387b2e[_0x488729(0x41f)]['injector'];if(!_0x57f55b)return;let _0x2ee227=_0x4f3362(_0x387b2e,_0x18b3d4,_0x361839=>_0x450f94(_0x22eec8,_0x361839)),_0x297f3d=_0x387b2e['runtimeScope'][_0x488729(0x5b3)][_0x488729(0x177)],_0x317081=_0x387b2e[_0x488729(0x41f)]['roots'][_0x488729(0x648)],_0x4f55c1=_0x387b2e[_0x488729(0x5c1)][_0x488729(0x714)](_0x1b1b3f['IRenderManagerService']),_0x21bd8f=_0x18cc59(_0x387b2e),_0x3d2b18=_0x317081?_0xfe0e7d(_0x4f55c1,_0x387b2e[_0x488729(0x4c1)],_0x57f55b):void 0x0;if(_0x3d2b18&&_0x317081&&!_0x21bd8f){try{var _0x245451,_0xa374f2;(_0x245451=(_0xa374f2=_0x3d2b18[_0x488729(0x666)])[_0x488729(0x40b)])==null||_0x245451[_0x488729(0xf4)](_0xa374f2);}catch{}_0x3d2b18['engine'][_0x488729(0xde)](_0x317081),_0xb2724a(_0x3d2b18,{'activate':!0x0}),_0x317081['dataset'][_0x488729(0x6e8)]=_0x387b2e['childUnitId'],_0x317081[_0x488729(0xcc)][_0x488729(0x26d)]=_0x488729(0x21f);}let _0x24bfc4=_0x21b169(_0x297f3d);return _0x297f3d['dataset'][_0x488729(0x6e8)]=_0x387b2e[_0x488729(0x4c1)],_0x297f3d[_0x488729(0xcc)][_0x488729(0x26d)]='slide-workbench',_0x24bfc4['render']((0x0,_0x258aa1[_0x488729(0x199)])(_0x9354df,{'injector':_0x57f55b,'mountContainer':_0x387b2e[_0x488729(0x41f)][_0x488729(0x5b3)][_0x488729(0x416)],'embedId':_0x387b2e[_0x488729(0x5bc)],'children':_0x21bd8f?(0x0,_0x258aa1[_0x488729(0x199)])(_0x252cb3,{'unitId':_0x387b2e[_0x488729(0x4c1)],'active$':_0x387b2e[_0x488729(0x6af)][_0x488729(0x4b7)]}):(0x0,_0x258aa1['jsx'])(_0x5cfc91['SlideEmbedChildWorkbench'],{})})),(0x0,_0x4a1c51[_0x488729(0xbb)])(()=>{const _0x3a13b8=_0x488729;_0x2ee227[_0x3a13b8(0x60c)]();try{var _0x30e9c7,_0x24daa6;_0x3d2b18==null||(_0x24daa6=(_0x30e9c7=_0x3d2b18['engine'])[_0x3a13b8(0x40b)])==null||_0x24daa6[_0x3a13b8(0xf4)](_0x30e9c7);}catch{}_0x4f55c1['removeRender'](_0x387b2e[_0x3a13b8(0x4c1)]),_0x594117(_0x24bfc4),_0x297f3d[_0x3a13b8(0x2a8)]&&(_0x297f3d[_0x3a13b8(0x30f)](_0x3a13b8(0x64b)),_0x297f3d[_0x3a13b8(0x30f)]('data-embed-child-render-mode')),_0x317081!=null&&_0x317081[_0x3a13b8(0x2a8)]&&(_0x317081[_0x3a13b8(0x30f)](_0x3a13b8(0x64b)),_0x317081[_0x3a13b8(0x30f)](_0x3a13b8(0x619))),_0x57f55b[_0x3a13b8(0x60c)]();});}function _0x450f94(_0x45bf31,_0x143682){const _0x1b68a4=_0x118bac;var _0x43aaf2,_0x3ac767;let _0x213537=_0x143682==null?void 0x0:_0x143682[_0x1b68a4(0x2d4)],_0x3e7c3b=_0x213537&&_0x45bf31[_0x1b68a4(0x5bf)][_0x1b68a4(0x268)](_0x213537)?_0x213537:(_0x43aaf2=_0x45bf31['pageManager'][_0x1b68a4(0x583)]()[0x0])==null?void 0x0:_0x43aaf2[_0x1b68a4(0x5ca)]();_0x3e7c3b&&((_0x3ac767=_0x45bf31['pageManager'][_0x1b68a4(0x3bb)]())==null?void 0x0:_0x3ac767['getId']())!==_0x3e7c3b&&_0x45bf31[_0x1b68a4(0x5bf)]['setActiveSlide'](_0x3e7c3b);}function _0x18cc59(_0x287334){const _0x137c7e=_0x118bac;return _0x287334['renderScope'][_0x137c7e(0x395)]===_0x137c7e(0x48d)&&!_0x287334[_0x137c7e(0x6af)][_0x137c7e(0x12a)]&&_0x287334['layout']===_0x137c7e(0x17e);}let _0x470b3e=class{constructor(_0x1fcb3a,_0x56dd65){const _0x5153c=_0x118bac;this[_0x5153c(0x499)]=_0x1fcb3a,this[_0x5153c(0x2dd)]=_0x56dd65,_0x2d0c25(this,'childType',_0x4a1c51['UniverInstanceType'][_0x5153c(0x3af)]);}[_0x118bac(0x49c)](_0x2fd70e){const _0x411871=_0x118bac;var _0x4cd0fd,_0x15132,_0x3c373e;let _0x4d8e50=this[_0x411871(0x2c0)](_0x2fd70e[_0x411871(0x4c1)]),_0x3a5df6=(_0x4cd0fd=_0x4d8e50==null||(_0x15132=_0x4d8e50[_0x411871(0x5bf)][_0x411871(0x3bb)]())==null?void 0x0:_0x15132['getId']())==null?'':_0x4cd0fd;return{'unitId':_0x2fd70e[_0x411871(0x4c1)],'pageId':_0x3a5df6,'scaleMode':'fit','zoomRatio':_0x4d8e50==null||(_0x3c373e=_0x4d8e50[_0x411871(0x69c)])==null?void 0x0:_0x3c373e['call'](_0x4d8e50)};}[_0x118bac(0x669)](_0x5895c7,_0x18489a){const _0x4de7bd=_0x118bac;let _0x591e30=this[_0x4de7bd(0x2c0)](_0x5895c7[_0x4de7bd(0x4c1)]);!_0x591e30||!_0x18489a[_0x4de7bd(0x2d4)]||!_0x591e30[_0x4de7bd(0x5bf)][_0x4de7bd(0x268)](_0x18489a[_0x4de7bd(0x2d4)])||_0x591e30[_0x4de7bd(0x5bf)][_0x4de7bd(0x20e)](_0x18489a[_0x4de7bd(0x2d4)]);}[_0x118bac(0x260)](_0x5f0246){const _0x1ef212=_0x118bac;var _0x5ed8fb,_0xb553e2,_0x45c073;let _0x568ec0=this['_getSlideModel'](_0x5f0246['childUnitId']),_0x4ee065=(_0x5ed8fb=_0x5f0246[_0x1ef212(0x516)])==null?void 0x0:_0x5ed8fb[_0x1ef212(0x2d4)];_0x568ec0&&_0x4ee065&&_0x568ec0['pageManager'][_0x1ef212(0x268)](_0x4ee065)&&_0x568ec0['pageManager'][_0x1ef212(0x20e)](_0x4ee065);let _0x5a398b=this['_getOrCreateRender'](_0x5f0246['childUnitId']),_0x3bb579=_0x5a398b==null||(_0xb553e2=_0x5a398b['engine'])==null||(_0x45c073=_0xb553e2['getCanvasElement'])==null?void 0x0:_0x45c073[_0x1ef212(0xf4)](_0xb553e2);if(_0x5a398b&&(!_0x3bb579||_0x3bb579[_0x1ef212(0x5df)]<=0x1||_0x3bb579[_0x1ef212(0x2c7)]<=0x1)&&(_0x3bb579=_0x136ad7(_0x5a398b,_0x5f0246[_0x1ef212(0x5df)],_0x5f0246[_0x1ef212(0x2c7)])),!(!_0x3bb579||_0x3bb579[_0x1ef212(0x5df)]<=0x1||_0x3bb579['height']<=0x1||typeof _0x3bb579['toDataURL']!=_0x1ef212(0x52a)))try{var _0x986b58,_0x1f932f;let _0x482b61=_0x568ec0?(0x0,_0x5cfc91[_0x1ef212(0x5a2)])(_0x568ec0[_0x1ef212(0x4f5)]()[_0x1ef212(0x5b5)]):void 0x0,_0x5e9863=_0x482b61?_0x482b61[_0x1ef212(0x5df)]/_0x482b61[_0x1ef212(0x2c7)]:void 0x0,_0x4cd950=(_0x986b58=_0x2598c0(_0x5a398b,_0x3bb579[_0x1ef212(0x5df)],_0x3bb579['height']))==null?_0x5e9863?_0x482857(_0x3bb579[_0x1ef212(0x5df)],_0x3bb579[_0x1ef212(0x2c7)],_0x5e9863):void 0x0:_0x986b58;return(_0x1f932f=_0x251d38(_0x3bb579,_0x5f0246['width'],_0x5f0246[_0x1ef212(0x2c7)],_0x5f0246[_0x1ef212(0x291)],_0x4cd950))==null?_0x3bb579[_0x1ef212(0x69a)](_0x1ef212(0x322)):_0x1f932f;}catch{return;}}[_0x118bac(0x2c0)](_0x5b771c){const _0x4905fe=_0x118bac;var _0x309407;return(_0x309407=this[_0x4905fe(0x499)][_0x4905fe(0x553)](_0x5b771c,_0x4a1c51[_0x4905fe(0x336)][_0x4905fe(0x3af)]))==null?void 0x0:_0x309407;}['_getOrCreateRender'](_0x3660ea){const _0x43c0df=_0x118bac;let _0x519793=this[_0x43c0df(0x2dd)][_0x43c0df(0x72a)](_0x3660ea);if(_0x519793)return _0x519793;try{return this[_0x43c0df(0x2dd)]['createRender'](_0x3660ea);}catch{return;}}};_0x470b3e=_0x5c1435([_0x4ded49(0x0,_0x4a1c51[_0x118bac(0x723)]),_0x4ded49(0x1,_0x1b1b3f[_0x118bac(0x402)])],_0x470b3e);function _0x136ad7(_0x533bcf,_0x514409,_0x29eaba){const _0x17ee53=_0x118bac;if(typeof document>'u')return;let _0x7ae45c=_0x533bcf['engine'],_0x1268ac=_0x533bcf[_0x17ee53(0x4b1)];if(!(_0x7ae45c!=null&&_0x7ae45c[_0x17ee53(0xde)])||!_0x7ae45c[_0x17ee53(0x67e)])return;let _0x1c7393=document['createElement'](_0x17ee53(0x73b));_0x1c7393['style'][_0x17ee53(0x5bb)]=_0x17ee53(0x696),_0x1c7393[_0x17ee53(0x5d3)]['left']=_0x17ee53(0x356),_0x1c7393[_0x17ee53(0x5d3)][_0x17ee53(0x4bc)]=_0x17ee53(0x356),_0x1c7393[_0x17ee53(0x5d3)]['width']=Math[_0x17ee53(0x1d4)](0x1,Math[_0x17ee53(0x3ee)](_0x514409))+'px',_0x1c7393['style'][_0x17ee53(0x2c7)]=Math[_0x17ee53(0x1d4)](0x1,Math[_0x17ee53(0x3ee)](_0x29eaba))+'px',_0x1c7393[_0x17ee53(0x5d3)][_0x17ee53(0x383)]=_0x17ee53(0x35e),_0x1c7393['dataset'][_0x17ee53(0x130)]=_0x17ee53(0xd4),document[_0x17ee53(0x627)][_0x17ee53(0x6e1)](_0x1c7393);try{var _0x1aa736,_0x4156c1,_0x21b46c;return _0x7ae45c['mount'](_0x1c7393),_0x7ae45c[_0x17ee53(0x67e)](),_0x1268ac==null||(_0x1aa736=_0x1268ac[_0x17ee53(0x522)])==null||_0x1aa736[_0x17ee53(0xf4)](_0x1268ac,!0x0),_0x1268ac==null||(_0x4156c1=_0x1268ac[_0x17ee53(0x30d)])==null||_0x4156c1[_0x17ee53(0xf4)](_0x1268ac),(_0x21b46c=_0x7ae45c[_0x17ee53(0x140)])==null?void 0x0:_0x21b46c[_0x17ee53(0xf4)](_0x7ae45c);}finally{_0x1c7393['remove']();}}function _0x482857(_0x2f4979,_0x3ff522,_0x240b41){const _0x34fa2e=_0x118bac;let _0x53b9c9=Math[_0x34fa2e(0x1d4)](0x1,Math[_0x34fa2e(0x3ee)](_0x2f4979)),_0x7f6570=Math['max'](0x1,Math[_0x34fa2e(0x3ee)](_0x3ff522));if(!Number[_0x34fa2e(0xf6)](_0x240b41)||_0x240b41<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x53b9c9,'sHeight':_0x7f6570};if(_0x53b9c9/_0x7f6570>_0x240b41){let _0x38d06d=Math[_0x34fa2e(0x3ee)](_0x7f6570*_0x240b41);return{'sx':Math[_0x34fa2e(0x1d4)](0x0,Math[_0x34fa2e(0x3ee)]((_0x53b9c9-_0x38d06d)/0x2)),'sy':0x0,'sWidth':_0x38d06d,'sHeight':_0x7f6570};}let _0x41964f=Math[_0x34fa2e(0x3ee)](_0x53b9c9/_0x240b41);return{'sx':0x0,'sy':Math[_0x34fa2e(0x1d4)](0x0,Math[_0x34fa2e(0x3ee)]((_0x7f6570-_0x41964f)/0x2)),'sWidth':_0x53b9c9,'sHeight':_0x41964f};}function _0x159a31(_0x2d7b7b,_0x21ef07,_0x2f426a,_0xbd002a,_0x5d17df){const _0x429a83=_0x118bac;if(typeof _0x2f426a['left']!='number'||typeof _0x2f426a[_0x429a83(0x4bc)]!=_0x429a83(0x3bc)||typeof _0x2f426a[_0x429a83(0x5df)]!=_0x429a83(0x3bc)||typeof _0x2f426a[_0x429a83(0x2c7)]!=_0x429a83(0x3bc)||_0x2f426a[_0x429a83(0x5df)]<=0x0||_0x2f426a[_0x429a83(0x2c7)]<=0x0)return;let _0x28fb21=Math['max'](0x0,Math[_0x429a83(0x3ee)](_0x2f426a['left']*_0xbd002a)),_0x4ef9bb=Math['max'](0x0,Math[_0x429a83(0x3ee)](_0x2f426a[_0x429a83(0x4bc)]*_0x5d17df));return{'sx':_0x28fb21,'sy':_0x4ef9bb,'sWidth':Math[_0x429a83(0x1e0)](Math['max'](0x1,Math[_0x429a83(0x3ee)](_0x2f426a[_0x429a83(0x5df)]*_0xbd002a)),Math[_0x429a83(0x1d4)](0x1,Math['round'](_0x2d7b7b-_0x28fb21))),'sHeight':Math[_0x429a83(0x1e0)](Math[_0x429a83(0x1d4)](0x1,Math['round'](_0x2f426a[_0x429a83(0x2c7)]*_0x5d17df)),Math[_0x429a83(0x1d4)](0x1,Math[_0x429a83(0x3ee)](_0x21ef07-_0x4ef9bb)))};}function _0x2598c0(_0x10b503,_0x300e2e,_0x31f76a){const _0x5a0d20=_0x118bac;var _0x466be9,_0x224432,_0x10aec5,_0x9beba4,_0x133a45,_0x2c12b7;let _0x48c080=_0x10b503==null?void 0x0:_0x10b503[_0x5a0d20(0x4b1)],_0x260fb5=_0x48c080==null||(_0x466be9=_0x48c080['getObject'])==null?void 0x0:_0x466be9[_0x5a0d20(0xf4)](_0x48c080,_0x5cfc91[_0x5a0d20(0x600)]),_0x200b6f=_0x48c080==null||(_0x224432=_0x48c080[_0x5a0d20(0x608)])==null?void 0x0:_0x224432[_0x5a0d20(0xf4)](_0x48c080),_0x2c3ab9=(_0x10aec5=(_0x9beba4=_0x200b6f==null?void 0x0:_0x200b6f[_0x5a0d20(0x28d)])==null?_0x48c080==null?void 0x0:_0x48c080[_0x5a0d20(0x28d)]:_0x9beba4)==null?0x1:_0x10aec5,_0x9b849e=(_0x133a45=(_0x2c12b7=_0x200b6f==null?void 0x0:_0x200b6f[_0x5a0d20(0x566)])==null?_0x48c080==null?void 0x0:_0x48c080[_0x5a0d20(0x566)]:_0x2c12b7)==null?_0x2c3ab9:_0x133a45;return _0x260fb5?_0x159a31(_0x300e2e,_0x31f76a,_0x260fb5,_0x2c3ab9,_0x9b849e):void 0x0;}function _0x251d38(_0x45b044,_0xbe1a2b,_0x48a815,_0x55b83a,_0x2f77ba){const _0x31bc5f=_0x118bac;if(typeof document>'u'||!_0x2f77ba)return;let _0x103e7d=document['createElement'](_0x31bc5f(0x648));_0x103e7d['width']=Math[_0x31bc5f(0x1d4)](0x1,Math['round'](_0xbe1a2b*Math['max'](0x1,_0x55b83a||0x1))),_0x103e7d[_0x31bc5f(0x2c7)]=Math['max'](0x1,Math['round'](_0x48a815*Math[_0x31bc5f(0x1d4)](0x1,_0x55b83a||0x1)));let _0x48834f=null;try{_0x48834f=_0x103e7d['getContext']('2d');}catch{return;}if(_0x48834f)return _0x48834f[_0x31bc5f(0x637)](_0x45b044,_0x2f77ba['sx'],_0x2f77ba['sy'],_0x2f77ba['sWidth'],_0x2f77ba[_0x31bc5f(0x6d5)],0x0,0x0,_0x103e7d[_0x31bc5f(0x5df)],_0x103e7d[_0x31bc5f(0x2c7)]),_0x103e7d[_0x31bc5f(0x69a)](_0x31bc5f(0x322));}function _0x56a7dc(_0x45d641,_0x593b77){const _0xc723c3=_0x118bac;let _0xb41ba7=!0x1,_0xb52ba0,_0x36f635,_0x767b48,_0x54c241=_0x2ea778=>{const _0x2f2b4f=_0x511b;if(_0xb41ba7||_0x36f635||!_0x2ea778[_0x2f2b4f(0x6e6)])return;let _0x1ca12f=_0x5e57ed(_0x2ea778['image']);_0x1ca12f&&(_0xb52ba0=_0x314fd0(_0x593b77['hostElement'],_0xb52ba0,_0x1ca12f));},_0xab133b=_0x45d641[_0xc723c3(0x417)]['previewUpdated$'][_0xc723c3(0x26e)](_0x56b94e=>{const _0x8c9319=_0xc723c3;_0x56b94e['embedId']===_0x593b77[_0x8c9319(0x5bc)]&&(!_0x593b77['childUnitId']||_0x56b94e[_0x8c9319(0x4c1)]===_0x593b77[_0x8c9319(0x4c1)])&&_0x54c241(_0x56b94e);});return _0x163393(_0x45d641,_0x593b77)[_0xc723c3(0x771)](_0x60256b=>{const _0x240158=_0xc723c3;if(_0xb41ba7||!_0x60256b)return;let _0x2600bc=_0x363cd5();try{let _0x497d8c=_0x45d641[_0x240158(0x59d)]['acquire']({..._0x60256b,'mode':_0x240158(0x193)},_0x2600bc['runtimeHost']);if(!_0x497d8c['session']['context'])throw _0x497d8c[_0x240158(0x60c)](),Error(_0x240158(0x5b6));if(_0xb41ba7){_0x497d8c[_0x240158(0x60c)]();return;}_0x583c5d(_0x2600bc[_0x240158(0xe4)]),_0x36f635=_0x497d8c,_0x767b48=_0x2600bc,_0xb52ba0=void 0x0,_0x593b77['hostElement'][_0x240158(0x2e4)](_0x2600bc[_0x240158(0x132)]),_0x2600bc[_0x240158(0x6c5)](_0xd070fc(_0x45d641,_0x497d8c,_0x2600bc[_0x240158(0x3a2)]));return;}catch{}_0x4f27fb(_0x45d641,_0x593b77,_0x60256b,_0x54c241,()=>_0xb41ba7)[_0x240158(0x771)](_0x57c7eb=>{const _0x49bd02=_0x240158;!_0xb41ba7&&_0x57c7eb&&(_0xb52ba0=_0x314fd0(_0x593b77[_0x49bd02(0xe2)],_0xb52ba0,_0x57c7eb));});},()=>{}),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x4a872e=_0xc723c3;_0xb41ba7=!0x0,_0xab133b[_0x4a872e(0x297)](),_0x36f635==null||_0x36f635['dispose'](),_0x36f635=void 0x0,_0x767b48==null||_0x767b48['dispose'](),_0x767b48=void 0x0,_0xb52ba0==null||_0xb52ba0[_0x4a872e(0x2f4)](),_0xb52ba0=void 0x0;});}async function _0x163393(_0x4eb9bd,_0x4144cc){const _0x5333a5=_0x118bac;var _0x3efe08;let _0x1acba9=(_0x3efe08=_0x4eb9bd[_0x5333a5(0x26f)][_0x5333a5(0x686)](_0x4144cc[_0x5333a5(0x2dc)],_0x4144cc['embedId']))==null?_0x52fc4c(_0x4144cc):_0x3efe08;if(_0x1acba9){try{_0x1acba9=await _0x4eb9bd[_0x5333a5(0x71c)][_0x5333a5(0x6f5)]({'descriptor':_0x1acba9});}catch{}return _0x1acba9[_0x5333a5(0x4c1)]&&_0x1acba9['childType']!=null?_0x1acba9:void 0x0;}}async function _0x4f27fb(_0x280e8e,_0x2b3015,_0x4d7704,_0x1c7196,_0x4c1ada){const _0x3fe706=_0x118bac;var _0x3bc7b9,_0x338e21;let _0x2f6069=await((_0x3bc7b9=_0x280e8e[_0x3fe706(0x5e1)])==null?void 0x0:_0x3bc7b9['captureByHostAnchorId'](_0x2b3015[_0x3fe706(0x333)]));if(_0x4c1ada())return;if(_0x2f6069)return _0x5e57ed(_0x2f6069);let _0x34efb0=_0x4d7704[_0x3fe706(0x4c1)],_0x38db33=_0x4d7704[_0x3fe706(0x559)];if(!_0x34efb0||_0x38db33==null)return;let _0x4511dc=(_0x338e21=_0x280e8e[_0x3fe706(0x5e1)])==null?void 0x0:_0x338e21['getContextByHostAnchorId'](_0x2b3015[_0x3fe706(0x333)]);_0x1c7196(_0x280e8e[_0x3fe706(0x417)][_0x3fe706(0x54c)]({'descriptor':{..._0x4d7704,'mode':'readonly'},'childUnitId':_0x34efb0,'childType':_0x38db33,'width':Math[_0x3fe706(0x1d4)](0x1,_0x2b3015[_0x3fe706(0x5df)]),'height':Math[_0x3fe706(0x1d4)](0x1,_0x2b3015[_0x3fe706(0x2c7)]),'dpr':Math[_0x3fe706(0x1d4)](0x1,Math[_0x3fe706(0x1e0)](0x2,_0x2b3015[_0x3fe706(0x291)])),'reason':_0x3fe706(0x6df),'context':_0x4511dc}));}function _0x363cd5(){const _0x312b8d=_0x118bac;let _0x24b5dd=document[_0x312b8d(0x4c7)](_0x312b8d(0x73b));_0x24b5dd[_0x312b8d(0xcc)][_0x312b8d(0x733)]='true',_0x24b5dd[_0x312b8d(0x5d3)][_0x312b8d(0x5bb)]=_0x312b8d(0x598),_0x24b5dd['style']['inset']='0',_0x24b5dd[_0x312b8d(0x5d3)][_0x312b8d(0x42e)]='isolate',_0x24b5dd[_0x312b8d(0x5d3)][_0x312b8d(0x117)]=_0x312b8d(0x699);let _0x32a32f=document[_0x312b8d(0x4c7)]('div');_0x32a32f['dataset'][_0x312b8d(0x74c)]=_0x312b8d(0xd4),_0x32a32f['style'][_0x312b8d(0x5bb)]=_0x312b8d(0x598),_0x32a32f[_0x312b8d(0x5d3)][_0x312b8d(0x2d0)]='0',_0x32a32f[_0x312b8d(0x5d3)][_0x312b8d(0x634)]='0',_0x32a32f[_0x312b8d(0x5d3)][_0x312b8d(0x117)]=_0x312b8d(0x699),_0x32a32f['style'][_0x312b8d(0x383)]=_0x312b8d(0x35e);let _0x5e5d1d=document[_0x312b8d(0x4c7)](_0x312b8d(0x73b));_0x5e5d1d[_0x312b8d(0xcc)][_0x312b8d(0x542)]='true',_0x5e5d1d['style']['position']='absolute',_0x5e5d1d['style'][_0x312b8d(0x2d0)]='0',_0x5e5d1d[_0x312b8d(0x5d3)][_0x312b8d(0x634)]='1',_0x5e5d1d[_0x312b8d(0x5d3)][_0x312b8d(0x383)]=_0x312b8d(0x3c7),_0x5e5d1d[_0x312b8d(0x5d3)]['touchAction']=_0x312b8d(0x35e),_0x24b5dd[_0x312b8d(0x175)](_0x32a32f,_0x5e5d1d);let _0x4ed4c2=[];return{'surface':_0x24b5dd,'runtimeHost':_0x32a32f,'interactionGate':_0x5e5d1d,'addDisposer':_0x5d1e8a=>_0x4ed4c2[_0x312b8d(0x6f2)](_0x5d1e8a),'dispose':()=>{const _0x5631fb=_0x312b8d;_0x4ed4c2[_0x5631fb(0x256)](0x0)[_0x5631fb(0x15a)]()['forEach'](_0x1b15cd=>_0x1b15cd()),_0x24b5dd['remove']();}};}function _0x583c5d(_0x2e01ee){const _0x264fb8=_0x118bac;_0x2e01ee[_0x264fb8(0x5d3)][_0x264fb8(0x383)]='none';}function _0xd070fc(_0x16a34b,_0x24206d,_0x2f5008){const _0x325c1b=_0x118bac;let _0x1bc3b7=_0x57b362=>{const _0xb9ca68=_0x511b;_0x57b362[_0xb9ca68(0x582)](),_0x57b362[_0xb9ca68(0x6ed)]();},_0x79d8d9=_0x54c318=>{const _0x2bfc39=_0x511b;var _0x304e85;if(_0x54c318[_0x2bfc39(0xfe)]||_0x54c318[_0x2bfc39(0x170)])return;let _0x43c48d=_0x24206d['session'][_0x2bfc39(0x533)];if(!_0x43c48d)return;let _0x189b97={..._0x43c48d,'event':_0x54c318,'stage':_0x2bfc39(0x421),'source':'wheel'},_0x470724=_0x16a34b['passiveWheelHandlerRegistry'][_0x2bfc39(0x543)](_0x189b97),_0x10fd0d=!_0x470724&&((_0x304e85=_0x16a34b[_0x2bfc39(0x232)][_0x2bfc39(0x714)](_0x43c48d[_0x2bfc39(0x559)],_0x43c48d[_0x2bfc39(0x767)]))==null?void 0x0:_0x304e85['handleWheel'](_0x189b97))===!0x0;(_0x470724||_0x10fd0d)&&(_0x54c318[_0x2bfc39(0x582)](),_0x54c318[_0x2bfc39(0x6ed)](),_0x54c318['stopImmediatePropagation']());},_0x2e22f8=[_0x325c1b(0x3a8),_0x325c1b(0x547),_0x325c1b(0xec),_0x325c1b(0x651),_0x325c1b(0x5c9)];return _0x2e22f8['forEach'](_0x59df49=>_0x2f5008['addEventListener'](_0x59df49,_0x1bc3b7)),_0x2f5008['addEventListener']('wheel',_0x79d8d9,{'passive':!0x1}),()=>{const _0x3307b6=_0x325c1b;_0x2e22f8[_0x3307b6(0x362)](_0x3a24d2=>_0x2f5008[_0x3307b6(0x5cf)](_0x3a24d2,_0x1bc3b7)),_0x2f5008['removeEventListener'](_0x3307b6(0x729),_0x79d8d9);};}function _0x52fc4c(_0x206eaf){const _0x3cdb9a=_0x118bac;if(!(!_0x206eaf[_0x3cdb9a(0x4c1)]||_0x206eaf[_0x3cdb9a(0x559)]==null))return{'embedId':_0x206eaf[_0x3cdb9a(0x5bc)],'hostUnitId':_0x206eaf[_0x3cdb9a(0x2dc)],'hostType':_0x4a1c51[_0x3cdb9a(0x336)]['UNIVER_SLIDE'],'entry':_0x206eaf[_0x3cdb9a(0x3be)],'hostAnchorId':_0x206eaf['hostAnchorId'],'childUnitId':_0x206eaf[_0x3cdb9a(0x4c1)],'childType':_0x206eaf[_0x3cdb9a(0x559)],'mode':_0x3cdb9a(0x193),'source':{'unitType':_0x206eaf['childType'],'ref':{'file':{'kind':_0x3cdb9a(0x303)},'unit':{'selector':_0x206eaf[_0x3cdb9a(0x4c1)],'type':(0x0,_0x73305e['toResourceRefUnitType'])(_0x206eaf[_0x3cdb9a(0x559)])}}},'sourceMeta':{'floating':_0x206eaf['entry']===_0x3cdb9a(0x5b8)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x206eaf['entry']===_0x3cdb9a(0x134)&&{'enabled':!0x0,'container':_0x3cdb9a(0x141),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function _0x5e57ed(_0x1b2c03){const _0x13df52=_0x118bac;if(typeof _0x1b2c03==_0x13df52(0x1b3))return _0x1b2c03;if(typeof HTMLCanvasElement<'u'&&_0x1b2c03 instanceof HTMLCanvasElement)try{return _0x1b2c03['toDataURL'](_0x13df52(0x322));}catch{return;}if(typeof ImageBitmap<'u'&&_0x1b2c03 instanceof ImageBitmap&&typeof document<'u'){let _0x4346aa=document[_0x13df52(0x4c7)](_0x13df52(0x648));_0x4346aa[_0x13df52(0x5df)]=_0x1b2c03[_0x13df52(0x5df)],_0x4346aa[_0x13df52(0x2c7)]=_0x1b2c03[_0x13df52(0x2c7)];let _0x5cabd9=_0x4346aa['getContext']('2d');return _0x5cabd9?(_0x5cabd9['drawImage'](_0x1b2c03,0x0,0x0),_0x4346aa['toDataURL'](_0x13df52(0x322))):void 0x0;}}function _0x314fd0(_0x341f3a,_0x51f4bc,_0x5b8fa5){const _0x284c8b=_0x118bac;let _0x557942=_0x51f4bc==null?document[_0x284c8b(0x4c7)](_0x284c8b(0x370)):_0x51f4bc;return _0x557942[_0x284c8b(0x436)]='',_0x557942['dataset'][_0x284c8b(0x47b)]='true',_0x557942[_0x284c8b(0x5d3)][_0x284c8b(0x312)]='block',_0x557942[_0x284c8b(0x5d3)]['width']=_0x284c8b(0x1ba),_0x557942[_0x284c8b(0x5d3)][_0x284c8b(0x2c7)]=_0x284c8b(0x1ba),_0x557942[_0x284c8b(0x5d3)]['objectFit']=_0x284c8b(0x628),_0x557942[_0x284c8b(0x5d3)]['pointerEvents']=_0x284c8b(0x35e),_0x557942[_0x284c8b(0x47a)]=_0x5b8fa5,_0x557942[_0x284c8b(0x6d4)]!==_0x341f3a&&_0x341f3a[_0x284c8b(0x2e4)](_0x557942),_0x557942;}let _0x1e427d=class{constructor(_0x59d700,_0x4f3c08){const _0x30528e=_0x118bac;this[_0x30528e(0x499)]=_0x59d700,this[_0x30528e(0x2dd)]=_0x4f3c08,_0x2d0c25(this,_0x30528e(0x559),_0x4a1c51[_0x30528e(0x336)][_0x30528e(0x3af)]),_0x2d0c25(this,'supportedLayouts',[_0x30528e(0x17e)]);}['mount'](_0x3e116e){const _0x21d889=_0x118bac;var _0x3bf08a;let _0x31110d=this[_0x21d889(0x2c0)](_0x3e116e['childUnitId']);if(!_0x31110d)return;(_0x3bf08a=_0x3e116e['viewState'])!=null&&_0x3bf08a[_0x21d889(0x2d4)]&&_0x31110d['pageManager'][_0x21d889(0x268)](_0x3e116e[_0x21d889(0x516)][_0x21d889(0x2d4)])&&_0x31110d['pageManager'][_0x21d889(0x20e)](_0x3e116e['viewState'][_0x21d889(0x2d4)]);let _0x1dcebc=_0x53c6dd(_0x2443e4(_0x3e116e));if(!_0x1dcebc)return;let _0x49468f=_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)]?_0xfe0e7d(this[_0x21d889(0x2dd)],_0x3e116e[_0x21d889(0x4c1)],_0x1dcebc):void 0x0;if(!_0x49468f){_0x1dcebc['dispose']();return;}_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)]&&(_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)]['dataset']['embedChildRenderUnitId']=_0x3e116e[_0x21d889(0x4c1)],_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x648)][_0x21d889(0xcc)][_0x21d889(0x26d)]=_0x21d889(0x5dd));let _0x44450c=_0x21b169(_0x3e116e[_0x21d889(0x5b3)]['content']);return _0x3e116e[_0x21d889(0x5b3)]['content'][_0x21d889(0xcc)][_0x21d889(0x6e8)]=_0x3e116e[_0x21d889(0x4c1)],_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x177)]['dataset']['embedChildRenderMode']=_0x21d889(0x105),_0x44450c[_0x21d889(0x30d)]((0x0,_0x258aa1[_0x21d889(0x199)])(_0x9354df,{'injector':_0x1dcebc,'mountContainer':_0x3e116e[_0x21d889(0x5b3)][_0x21d889(0x500)],'embedId':_0x3e116e['embedId'],'children':(0x0,_0x258aa1[_0x21d889(0x199)])(_0x7a1318,{'unitId':_0x3e116e[_0x21d889(0x4c1)],'render':_0x49468f})})),(0x0,_0x4a1c51[_0x21d889(0xbb)])(()=>{const _0x38c8b7=_0x21d889;var _0x325253,_0x3ea738,_0x49c99c,_0x353f32;try{var _0x3c2aec,_0x3f1696;_0x49468f==null||(_0x3f1696=(_0x3c2aec=_0x49468f[_0x38c8b7(0x666)])[_0x38c8b7(0x40b)])==null||_0x3f1696[_0x38c8b7(0xf4)](_0x3c2aec);}catch{}(_0x325253=(_0x3ea738=this[_0x38c8b7(0x2dd)])[_0x38c8b7(0x72e)])==null||_0x325253[_0x38c8b7(0xf4)](_0x3ea738,_0x3e116e['childUnitId']),_0x594117(_0x44450c),_0x3e116e[_0x38c8b7(0x5b3)][_0x38c8b7(0x177)][_0x38c8b7(0x30f)](_0x38c8b7(0x64b)),_0x3e116e[_0x38c8b7(0x5b3)][_0x38c8b7(0x177)][_0x38c8b7(0x30f)]('data-embed-child-render-mode'),(_0x49c99c=_0x3e116e[_0x38c8b7(0x5b3)][_0x38c8b7(0x648)])==null||_0x49c99c[_0x38c8b7(0x30f)]('data-embed-child-render-unit-id'),(_0x353f32=_0x3e116e['roots'][_0x38c8b7(0x648)])==null||_0x353f32[_0x38c8b7(0x30f)]('data-embed-child-render-mode'),_0x1dcebc[_0x38c8b7(0x60c)]();});}[_0x118bac(0x543)](_0x41f597){const _0x2a7e5e=_0x118bac;var _0x3472d6,_0x54c80f,_0x4b968c;let _0x5763de=this[_0x2a7e5e(0x2c0)](_0x41f597[_0x2a7e5e(0x4c1)]);if(!_0x5763de)return!0x1;let _0x26cf44=Math[_0x2a7e5e(0x4d8)](_0x41f597[_0x2a7e5e(0x1a5)][_0x2a7e5e(0x692)])>=Math['abs'](_0x41f597[_0x2a7e5e(0x1a5)]['deltaX'])?_0x41f597[_0x2a7e5e(0x1a5)][_0x2a7e5e(0x692)]:_0x41f597[_0x2a7e5e(0x1a5)][_0x2a7e5e(0x74a)];if(_0x26cf44===0x0)return!0x1;let _0x239a60=_0x590e18(_0x5763de);if(_0x239a60[_0x2a7e5e(0x51d)]<0x2)return!0x0;let _0x13c7f6=(_0x3472d6=(_0x54c80f=_0x5763de[_0x2a7e5e(0x5bf)][_0x2a7e5e(0x3bb)]())==null?void 0x0:_0x54c80f['getId']())==null?_0x239a60[0x0]:_0x3472d6,_0x3c91d6=Math['max'](0x0,_0x239a60[_0x2a7e5e(0x274)](_0x13c7f6)),_0x57c784=_0x239a60[Math[_0x2a7e5e(0x1d4)](0x0,Math[_0x2a7e5e(0x1e0)](_0x239a60[_0x2a7e5e(0x51d)]-0x1,_0x3c91d6+(_0x26cf44>0x0?0x1:-0x1)))];return!_0x57c784||_0x57c784===_0x13c7f6?!0x0:(_0x5763de[_0x2a7e5e(0x5bf)][_0x2a7e5e(0x20e)](_0x57c784),_0x41f597[_0x2a7e5e(0x412)]({'unitId':_0x41f597[_0x2a7e5e(0x4c1)],'pageId':_0x57c784,'scaleMode':'fit','zoomRatio':(_0x4b968c=_0x5763de[_0x2a7e5e(0x69c)])==null?void 0x0:_0x4b968c['call'](_0x5763de)}),!0x0);}[_0x118bac(0x2c0)](_0x384f33){const _0x563cb9=_0x118bac;var _0x28146a;return(_0x28146a=this[_0x563cb9(0x499)][_0x563cb9(0x553)](_0x384f33,_0x4a1c51[_0x563cb9(0x336)][_0x563cb9(0x3af)]))==null?void 0x0:_0x28146a;}};_0x1e427d=_0x5c1435([_0x4ded49(0x0,_0x4a1c51['IUniverInstanceService']),_0x4ded49(0x1,_0x1b1b3f[_0x118bac(0x402)])],_0x1e427d);function _0x2443e4(_0x3dc83a){const _0x115e6d=_0x118bac;let _0x58383e=()=>{};return{'descriptor':_0x3dc83a[_0x115e6d(0x319)],'layout':_0x3dc83a[_0x115e6d(0x767)],'injector':_0x3dc83a[_0x115e6d(0x5c1)],'hostElement':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)],'container':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)],'hostUnitId':_0x3dc83a[_0x115e6d(0x2dc)],'embedId':_0x3dc83a[_0x115e6d(0x5bc)],'childUnitId':_0x3dc83a[_0x115e6d(0x4c1)],'childType':_0x3dc83a[_0x115e6d(0x559)],'renderScope':{'hostUnitId':_0x3dc83a[_0x115e6d(0x2dc)],'hostAnchorId':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x333)],'embedId':_0x3dc83a[_0x115e6d(0x5bc)],'childUnitId':_0x3dc83a[_0x115e6d(0x4c1)],'childType':_0x3dc83a[_0x115e6d(0x559)],'layout':_0x3dc83a[_0x115e6d(0x767)],'mode':_0x115e6d(0x48d),'rootElement':_0x3dc83a['roots'][_0x115e6d(0x500)],'contentRoot':_0x3dc83a[_0x115e6d(0x5b3)]['content'],'canvasRoot':_0x3dc83a['roots'][_0x115e6d(0x648)],'active$':(0x0,_0x416516['of'])(!0x1)},'runtimeScope':{'descriptor':_0x3dc83a[_0x115e6d(0x319)],'host':{'unitId':_0x3dc83a['hostUnitId'],'type':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x53f)],'anchorId':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x333)],'entry':_0x3dc83a[_0x115e6d(0x319)][_0x115e6d(0x3be)],'layout':'float'},'child':{'unitId':_0x3dc83a[_0x115e6d(0x4c1)],'type':_0x3dc83a[_0x115e6d(0x559)]},'injector':_0x3dc83a['injector'],'roots':{'root':_0x3dc83a[_0x115e6d(0x5b3)]['root'],'content':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x177)],'canvas':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x648)],'overlay':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)],'popup':_0x3dc83a[_0x115e6d(0x5b3)][_0x115e6d(0x500)]},'activate':_0x58383e,'deactivate':_0x58383e,'dispose':_0x58383e}};}function _0x590e18(_0x181124){const _0x2d904b=_0x118bac;var _0xdc662a,_0x329e43,_0x53e20e,_0x57886c;let _0xf2cf33=(_0xdc662a=_0x181124[_0x2d904b(0x4f5)])==null?void 0x0:_0xdc662a[_0x2d904b(0xf4)](_0x181124)[_0x2d904b(0x204)];return Array['isArray'](_0xf2cf33)&&_0xf2cf33[_0x2d904b(0x51d)]>0x0?_0xf2cf33:(_0x329e43=(_0x53e20e=(_0x57886c=_0x181124[_0x2d904b(0x5bf)])['getSlides'])==null?void 0x0:_0x53e20e['call'](_0x57886c)[_0x2d904b(0x734)](_0xba221=>_0xba221[_0x2d904b(0x5ca)]())[_0x2d904b(0x2f0)](Boolean))==null?[]:_0x329e43;}function _0x15d46d(_0x3ebf34){const _0x5a27c1=_0x118bac;_0x3859ab(_0x3ebf34,_0x5a27c1(0x44f),_0x539c2d);}function _0x539c2d(_0x1c0d80){const _0x4b77fd=_0x118bac;let _0x3ec798=_0x1c0d80['get'](_0x73305e[_0x4b77fd(0x717)]),_0x39f336=_0x1c0d80[_0x4b77fd(0x714)](_0x1cd1ba),_0x447b1f=_0x1c0d80[_0x4b77fd(0x714)](_0x55f3cf),_0xa193c1=_0x1c0d80[_0x4b77fd(0x714)](_0x1f9ba5),_0x550b87=_0x1c0d80['get'](_0x23b823),_0x52c0b6=_0x1c0d80[_0x4b77fd(0x714)](_0x43540b),_0xda51a5=_0x1c0d80['get'](_0x3ef29),_0x2e66e8=_0x1c0d80[_0x4b77fd(0x714)](_0x3f8bf3),_0x12c7ae=_0x1c0d80[_0x4b77fd(0x722)](_0x73305e['EmbedHostAnchorModelService'])?_0x1c0d80[_0x4b77fd(0x714)](_0x73305e[_0x4b77fd(0x163)]):void 0x0,_0x2c5ef8=_0x1c0d80[_0x4b77fd(0x722)](_0x4a1c51['IUniverInstanceService'])?_0x1c0d80['get'](_0x4a1c51[_0x4b77fd(0x723)]):void 0x0;_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91[_0x4b77fd(0x773)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91['ISlideEmbedRuntimeService'],{'useFactory':()=>_0x4d8a04({'embedModelService':_0x1c0d80['get'](_0x73305e[_0x4b77fd(0x6e4)]),'mountService':_0x1c0d80[_0x4b77fd(0x714)](_0x70dabe),'activationService':_0x1c0d80['get'](_0x287047),'restoreService':_0x1c0d80['get'](_0x1858f1),'previewService':_0x1c0d80[_0x4b77fd(0x714)](_0x43540b),'runtimeHostLeaseService':_0x1c0d80['get'](_0x4fbd11),'passiveViewportRegistry':_0x1c0d80[_0x4b77fd(0x714)](_0x3ef29),'passiveWheelHandlerRegistry':_0x1c0d80[_0x4b77fd(0x714)](_0x3957bf),'sceneCanvasCaptureService':_0x1c0d80[_0x4b77fd(0x722)](_0xc55dd1)?_0x1c0d80['get'](_0xc55dd1):void 0x0})}]),_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91[_0x4b77fd(0x6b1)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x6b1)],{'useFactory':()=>_0x1c0d80['get'](_0x34aece)}]),_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91[_0x4b77fd(0x203)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x203)],{'useFactory':()=>_0x1c0d80['get'](_0x70dabe)}]),_0x1c0d80['has'](_0x5cfc91[_0x4b77fd(0x567)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x567)],{'useFactory':()=>_0x1c0d80['get'](_0x287047)}]),_0x1c0d80['has'](_0x5cfc91[_0x4b77fd(0x621)])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91['ISlideEmbedFocusOwnerService'],{'useFactory':()=>_0x1c0d80[_0x4b77fd(0x714)](_0x73305e['EmbedFocusOwnerService'])}]),_0x1c0d80[_0x4b77fd(0x722)](_0x5cfc91['ISlideEmbedRuntimeFocusCoordinator'])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x121)],{'useFactory':()=>_0x1c0d80[_0x4b77fd(0x714)](_0x164bef)}]),_0x1c0d80['has'](_0x5cfc91['ISlideEmbedFloatDomRenderer'])||_0x1c0d80[_0x4b77fd(0x410)]([_0x5cfc91[_0x4b77fd(0x5b2)],{'useFactory':()=>({'render':_0x35b068=>{const _0x5f8aab=_0x4b77fd;let {data:_0x1367ec}=_0x35b068;return(0x0,_0x4f18af[_0x5f8aab(0x4c7)])(_0x2cdbbb,{..._0x35b068,'data':_0x1367ec});}})}]),[(0x0,_0x73305e[_0x4b77fd(0x6bc)])(_0x12c7ae,_0x2c5ef8,()=>_0x1c0d80[_0x4b77fd(0x722)](_0x44478d[_0x4b77fd(0x5e5)])?_0x1c0d80[_0x4b77fd(0x714)](_0x44478d['ISlideDrawingService']):void 0x0),_0x174c48(_0x12c7ae,_0x2c5ef8,_0x1c0d80['get'](_0x5cfc91[_0x4b77fd(0x773)]))][_0x4b77fd(0x362)](_0x474bf1=>{const _0x38b15d=_0x4b77fd;_0x3ec798[_0x38b15d(0x714)](_0x474bf1[_0x38b15d(0x53f)],_0x474bf1[_0x38b15d(0x3be)])||_0x3ec798[_0x38b15d(0x246)](_0x474bf1);}),[_0x346fa1(),_0x37dd09()][_0x4b77fd(0x362)](_0x2adb6d=>{const _0x1e7744=_0x4b77fd;_0x39f336['get'](_0x2adb6d[_0x1e7744(0x53f)],_0x2adb6d[_0x1e7744(0x3be)])||_0x39f336[_0x1e7744(0x246)](_0x2adb6d);});let _0x597e8e=_0x3d8132(_0x1c0d80[_0x4b77fd(0x714)](_0x4a1c51['ICommandService']));_0x447b1f['get'](_0x597e8e['childType'])||_0x447b1f[_0x4b77fd(0x246)](_0x597e8e);let _0x351159=_0x2b28a7();_0xa193c1[_0x4b77fd(0x714)](_0x351159[_0x4b77fd(0x559)])||_0xa193c1[_0x4b77fd(0x246)](_0x351159),_0x212703()['forEach'](_0x4b96f1=>{const _0x4e870c=_0x4b77fd;_0x550b87['hasExact'](_0x4b96f1[_0x4e870c(0x53f)],_0x4b96f1[_0x4e870c(0x3be)],_0x4b96f1['childType'])||_0x550b87[_0x4e870c(0x246)](_0x4b96f1);}),_0x52c0b6['registerProvider'](_0x1c0d80['createInstance'](_0x470b3e)),_0xda51a5[_0x4b77fd(0x714)](_0x4a1c51[_0x4b77fd(0x336)][_0x4b77fd(0x3af)])||_0xda51a5[_0x4b77fd(0x246)](_0x226f8b()),_0x2e66e8[_0x4b77fd(0x714)](_0x4a1c51[_0x4b77fd(0x336)][_0x4b77fd(0x3af)])||_0x2e66e8[_0x4b77fd(0x246)](_0x1c0d80[_0x4b77fd(0x3f0)](_0x1e427d));}function _0x4d8a04(_0x4e70aa){const _0x16663c=_0x118bac;return{'mountPageList':_0x220f14=>{const _0x538e37=_0x511b;var _0x5ba39f,_0x4ac8d4;let _0x393e51={'embedId':_0x220f14['embedId'],'hostUnitId':_0x220f14[_0x538e37(0x2dc)],'hostType':_0x4a1c51[_0x538e37(0x336)][_0x538e37(0x3af)],'entry':'slides-page-list-block','hostAnchorId':_0x220f14[_0x538e37(0x333)],'childUnitId':_0x220f14[_0x538e37(0x4c1)],'childType':_0x220f14['childType'],'source':{'unitType':_0x220f14[_0x538e37(0x559)],'ref':{'file':{'kind':_0x538e37(0x303)},'unit':{'selector':_0x220f14[_0x538e37(0x4c1)],'type':(0x0,_0x73305e[_0x538e37(0x455)])(_0x220f14[_0x538e37(0x559)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':'slide-page-list','replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0xb4b289=(_0x5ba39f=(_0x4ac8d4=_0x4e70aa['mountService'])[_0x538e37(0x1c7)])==null?void 0x0:_0x5ba39f[_0x538e37(0xf4)](_0x4ac8d4,_0x220f14[_0x538e37(0x5bc)]);return(_0xb4b289==null?void 0x0:_0xb4b289[_0x538e37(0x2dc)])===_0x220f14[_0x538e37(0x2dc)]&&_0xb4b289['entry']===_0x538e37(0x134)&&_0xb4b289['childUnitId']===_0x220f14[_0x538e37(0x4c1)]?(_0x4e70aa['activationService'][_0x538e37(0x51a)](_0x393e51),(0x0,_0x4a1c51[_0x538e37(0xbb)])(()=>{})):(_0x4e70aa[_0x538e37(0x243)]['mount'](_0x393e51),_0x4e70aa[_0x538e37(0x5d9)][_0x538e37(0x51a)](_0x393e51),(0x0,_0x4a1c51[_0x538e37(0xbb)])(()=>{const _0x204f49=_0x538e37;_0x4e70aa[_0x204f49(0x5d9)]['clearTab'](_0x220f14[_0x204f49(0x5bc)]),_0x4e70aa[_0x204f49(0x243)][_0x204f49(0x40b)](_0x220f14[_0x204f49(0x5bc)]);}));},'mountFloatingObject':_0x23ac75=>{const _0x4f3cb8=_0x511b;var _0x29ac8f;let _0x161f0c=(_0x29ac8f=_0x4e70aa[_0x4f3cb8(0x26f)][_0x4f3cb8(0x686)](_0x23ac75[_0x4f3cb8(0x2dc)],_0x23ac75[_0x4f3cb8(0x5bc)]))==null?{'embedId':_0x23ac75[_0x4f3cb8(0x5bc)],'hostUnitId':_0x23ac75['hostUnitId'],'hostType':_0x4a1c51['UniverInstanceType'][_0x4f3cb8(0x3af)],'entry':_0x4f3cb8(0x5b8),'hostAnchorId':_0x23ac75[_0x4f3cb8(0x333)],'childUnitId':_0x23ac75[_0x4f3cb8(0x4c1)],'childType':_0x23ac75[_0x4f3cb8(0x559)],'source':{'unitType':_0x23ac75[_0x4f3cb8(0x559)],'ref':{'file':{'kind':_0x4f3cb8(0x303)},'unit':{'selector':_0x23ac75[_0x4f3cb8(0x4c1)],'type':(0x0,_0x73305e[_0x4f3cb8(0x455)])(_0x23ac75['childType'])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x4f3cb8(0x780),'fullscreen':!0x0},'tab':!0x1}}:_0x29ac8f;return _0x4e70aa[_0x4f3cb8(0x243)]['mountIntoHostElement'](_0x161f0c,_0x23ac75[_0x4f3cb8(0xe2)]),(0x0,_0x4a1c51[_0x4f3cb8(0xbb)])(()=>{const _0xc4b074=_0x4f3cb8;_0x4e70aa[_0xc4b074(0x243)][_0xc4b074(0x40b)](_0x23ac75[_0xc4b074(0x5bc)]);});},'clearAndUnmount':_0x466b46=>{const _0x2be252=_0x511b;_0x4e70aa['activationService'][_0x2be252(0x6ff)](_0x466b46),_0x4e70aa['mountService'][_0x2be252(0x40b)](_0x466b46);},'unmountFloatingSessions':_0x14760d=>{const _0x5049f3=_0x511b;_0x4e70aa[_0x5049f3(0x243)]['listSessions']()['filter'](_0x2fec35=>_0x2fec35['hostUnitId']===_0x14760d&&_0x2fec35[_0x5049f3(0x3be)]===_0x5049f3(0x5b8))['forEach'](_0x4e1866=>_0x4e70aa[_0x5049f3(0x243)][_0x5049f3(0x40b)](_0x4e1866[_0x5049f3(0x5bc)]));},'listSessions':()=>_0x4e70aa[_0x16663c(0x243)][_0x16663c(0x136)]()[_0x16663c(0x734)](_0x372595=>({'embedId':_0x372595[_0x16663c(0x5bc)],'hostUnitId':_0x372595['hostUnitId'],'entry':_0x372595[_0x16663c(0x3be)],'childType':_0x372595['childType'],'childUnitId':_0x372595['childUnitId']})),'capturePreviewByHostAnchorId':async _0x5cd01c=>{const _0x297dbc=_0x16663c;var _0x3eaf3d;let _0x43ac04=await((_0x3eaf3d=_0x4e70aa[_0x297dbc(0x5e1)])==null?void 0x0:_0x3eaf3d['captureByHostAnchorId'](_0x5cd01c));return _0x43ac04?_0x5e57ed(_0x43ac04):void 0x0;},'mountPresentationEmbed':_0x4879fe=>_0x56a7dc(_0x4e70aa,_0x4879fe)};}function _0x3137fc(_0x483ddf){_0x1fd288(_0x483ddf),_0x5c3887(_0x483ddf),_0x15d46d(_0x483ddf),_0x105369(_0x483ddf),_0x5e5265(_0x483ddf);}let _0x13b68c=[0x0,0x10,0x64,0x12c,0x3e8];async function _0x5f3829(_0x3a8468,_0x5728f5){const _0x3959fe=_0x118bac;var _0x34e328,_0x3a649b,_0x29e492;let {instanceService:_0x5a7615,childUnitId:_0x1494ac,childType:_0x883703,restoreUnitId:_0x5ae493,shouldRestore:_0x4e91b4,settleDelayMs:_0xeafb52=0x10,deferredRestoreDelaysMs:_0x4cddfc=_0x5ae493?_0x13b68c:[]}=_0x3a8468,_0x21cdf8=_0x5a7615[_0x3959fe(0x5b9)](_0x883703),_0x143917=(_0x34e328=(_0x3a649b=_0x5a7615[_0x3959fe(0x431)]())==null?void 0x0:_0x3a649b[_0x3959fe(0x5eb)]())==null?null:_0x34e328,_0x332348=(_0x29e492=_0x143917==null?_0x5ae493:_0x143917)==null?null:_0x29e492;_0x5a7615['setCurrentUnitForType'](_0x1494ac),_0x5a7615[_0x3959fe(0x737)](_0x1494ac);let _0x2ca924=()=>{const _0x1e59d5=_0x3959fe;_0x4e91b4&&!_0x4e91b4()||(_0x21cdf8&&_0x21cdf8['getUnitId']()!==_0x1494ac&&_0x5a7615[_0x1e59d5(0x164)](_0x21cdf8[_0x1e59d5(0x5eb)]()),_0x5ae493&&_0x5a7615[_0x1e59d5(0x164)](_0x5ae493),_0x5a7615['focusUnit'](_0x332348));};try{let _0x36baf1=await _0x5728f5();return _0xeafb52>0x0&&await _0x5241f0(_0xeafb52),_0x36baf1;}finally{_0x2ca924(),_0xe0769d(_0x2ca924,_0x4cddfc);}}function _0x5241f0(_0xa0fd57){return new Promise(_0x13aa7c=>setTimeout(_0x13aa7c,_0xa0fd57));}function _0xe0769d(_0x215259,_0x23c133){const _0x38b63d=_0x118bac;_0x23c133[_0x38b63d(0x362)](_0x2ff914=>{const _0x333ae4=_0x38b63d;globalThis[_0x333ae4(0x1cb)](_0x215259,_0x2ff914);});}let _0x1c0627=new WeakMap(),_0x5ab009=0x0;function _0x129d7b(_0x139b71,_0x1966db){const _0x4f125e=_0x118bac;return _0x139b71[_0x4f125e(0x722)](_0x44876c)?_0x139b71[_0x4f125e(0x714)](_0x44876c)[_0x4f125e(0x246)](_0x1966db):_0x518110(_0x139b71,_0x1966db);}function _0x3f8314(_0x3d829e){const _0x433a55=_0x118bac;if(!_0x3d829e[_0x433a55(0x722)](_0x44876c))return;let _0x7511e5=_0x1c0627[_0x433a55(0x714)](_0x3d829e);_0x7511e5!=null&&_0x7511e5['size']&&([..._0x7511e5[_0x433a55(0x308)]()][_0x433a55(0x76c)]((_0x5b6b1f,_0x3b0de4)=>_0x5b6b1f['index']-_0x3b0de4[_0x433a55(0x111)])[_0x433a55(0x362)](({contribution:_0x2b0140})=>_0x129d7b(_0x3d829e,_0x2b0140)),_0x1c0627[_0x433a55(0x2cd)](_0x3d829e));}function _0x518110(_0x120db8,_0x4a66e3){const _0x1009d6=_0x118bac;var _0x3db008;let _0x513254={'contribution':_0x4a66e3,'index':_0x5ab009++},_0x1805c1=_0x48b4e1(_0x4a66e3,_0x513254[_0x1009d6(0x111)]),_0x288cf9=_0x120db8,_0x151e95=(_0x3db008=_0x1c0627[_0x1009d6(0x714)](_0x288cf9))==null?new Map():_0x3db008;return _0x151e95[_0x1009d6(0x3d4)](_0x1805c1,_0x513254),_0x1c0627[_0x1009d6(0x3d4)](_0x288cf9,_0x151e95),(0x0,_0x4a1c51['toDisposable'])(()=>{const _0x1619b4=_0x1009d6;let _0x34a3eb=_0x1c0627[_0x1619b4(0x714)](_0x288cf9);(_0x34a3eb==null?void 0x0:_0x34a3eb[_0x1619b4(0x714)](_0x1805c1))===_0x513254&&_0x34a3eb[_0x1619b4(0x2cd)](_0x1805c1);});}function _0x48b4e1(_0x934a0c,_0x261069){const _0x3d32fb=_0x118bac;return _0x934a0c['id']?_0x934a0c['childType']+':'+_0x934a0c['id']:_0x934a0c['childType']+_0x3d32fb(0x22d)+_0x261069;}let _0x44876c=class{constructor(_0x256f50,_0x39ecad){const _0x34eae0=_0x118bac;this[_0x34eae0(0x609)]=_0x256f50,this[_0x34eae0(0x3b1)]=_0x39ecad,_0x2d0c25(this,_0x34eae0(0x36d),new Map()),_0x2d0c25(this,'_nextIndex',0x0);}['register'](_0x2e76ec){const _0x5a1187=_0x118bac;var _0x1dc654;if(_0x2e76ec['id']&&this[_0x5a1187(0x28b)](_0x2e76ec[_0x5a1187(0x559)],_0x2e76ec['id']))return(0x0,_0x4a1c51['toDisposable'])(()=>{});let _0xa1982a={'contribution':_0x2e76ec,'index':this['_nextIndex']++},_0x439931=(_0x1dc654=this[_0x5a1187(0x36d)][_0x5a1187(0x714)](_0x2e76ec[_0x5a1187(0x559)]))==null?[]:_0x1dc654;return _0x439931[_0x5a1187(0x6f2)](_0xa1982a),_0x439931[_0x5a1187(0x76c)](_0xe3d9dc),this['_contributions'][_0x5a1187(0x3d4)](_0x2e76ec[_0x5a1187(0x559)],_0x439931),(0x0,_0x4a1c51[_0x5a1187(0xbb)])(()=>{const _0x498409=_0x5a1187;let _0x30e137=this[_0x498409(0x36d)][_0x498409(0x714)](_0x2e76ec[_0x498409(0x559)]);if(!_0x30e137)return;let _0x36b595=_0x30e137[_0x498409(0x2f0)](_0x185282=>_0x185282!==_0xa1982a);_0x36b595[_0x498409(0x51d)]?this[_0x498409(0x36d)][_0x498409(0x3d4)](_0x2e76ec[_0x498409(0x559)],_0x36b595):this['_contributions']['delete'](_0x2e76ec[_0x498409(0x559)]);});}[_0x118bac(0x174)](_0xc5bc6d){const _0x4a0543=_0x118bac;var _0x108fae;return((_0x108fae=this[_0x4a0543(0x36d)]['get'](_0xc5bc6d))==null?[]:_0x108fae)[_0x4a0543(0x734)](_0x572d05=>_0x572d05[_0x4a0543(0x166)]);}async['prepare'](_0x24f45c){const _0x121eeb=_0x118bac;let _0x390090=this[_0x121eeb(0x174)](_0x24f45c[_0x121eeb(0x559)]);_0x390090[_0x121eeb(0x51d)]&&await _0x5f3829({'instanceService':this[_0x121eeb(0x609)][_0x121eeb(0x714)](_0x4a1c51[_0x121eeb(0x723)]),'childUnitId':_0x24f45c[_0x121eeb(0x4c1)],'childType':_0x24f45c[_0x121eeb(0x559)],'restoreUnitId':_0x24f45c['restoreUnitId'],'settleDelayMs':_0x24f45c['settleDelayMs'],'shouldRestore':()=>!this[_0x121eeb(0x3b1)]['isChildUnitInActiveSession'](_0x24f45c[_0x121eeb(0x4c1)])},async()=>{const _0x5f37b6=_0x121eeb;for(let _0xe979c2 of _0x390090)_0xe979c2['prepare']&&await _0xe979c2[_0x5f37b6(0x190)]({'injector':this['_injector'],'childUnitId':_0x24f45c[_0x5f37b6(0x4c1)],'childType':_0x24f45c[_0x5f37b6(0x559)],'descriptor':_0x24f45c['descriptor']});});}[_0x118bac(0x28b)](_0xdec612,_0x40ea8b){const _0x1e1739=_0x118bac;var _0x4edca5;return((_0x4edca5=this[_0x1e1739(0x36d)][_0x1e1739(0x714)](_0xdec612))==null?[]:_0x4edca5)['some'](_0x103be2=>_0x103be2[_0x1e1739(0x166)]['id']===_0x40ea8b);}};_0x44876c=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x721)])),_0x4ded49(0x1,(0x0,_0x4a1c51['Inject'])(_0x164bef))],_0x44876c);function _0xe3d9dc(_0x296942,_0x2cf6e9){const _0x57368a=_0x118bac;var _0x1d5a80,_0x43b94c;return((_0x1d5a80=_0x296942[_0x57368a(0x166)]['order'])==null?_0x296942[_0x57368a(0x111)]:_0x1d5a80)-((_0x43b94c=_0x2cf6e9['contribution'][_0x57368a(0x4c9)])==null?_0x2cf6e9['index']:_0x43b94c)||_0x296942[_0x57368a(0x111)]-_0x2cf6e9[_0x57368a(0x111)];}function _0x4c256e(){return[];}let _0x3fb886=class{constructor(_0x4daf28,_0x7a04c1){const _0x185520=_0x118bac;this[_0x185520(0x718)]=_0x4daf28,this[_0x185520(0x5f3)]=_0x7a04c1;}['pushUndoRedoForChild'](_0x12e45d){const _0x3410f5=_0x118bac;let _0x18b7f0=this[_0x3410f5(0x16d)](_0x12e45d[_0x3410f5(0x447)]);return this[_0x3410f5(0x5f3)][_0x3410f5(0x443)]({..._0x12e45d,'unitID':_0x18b7f0}),{'stackUnitId':_0x18b7f0,'routedToHost':_0x18b7f0!==_0x12e45d[_0x3410f5(0x447)]};}[_0x118bac(0x16d)](_0x474167){const _0x22d971=_0x118bac;let _0x450993=this[_0x22d971(0x718)][_0x22d971(0x38f)]();return!_0x450993||_0x450993[_0x22d971(0x4c1)]!==_0x474167?_0x474167:_0x450993['hostUnitId'];}};_0x3fb886=_0x5c1435([_0x4ded49(0x0,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x73305e['EmbedFocusOwnerService'])),_0x4ded49(0x1,_0x4a1c51[_0x118bac(0x45b)])],_0x3fb886);let _0x1f4647=class extends _0x4a1c51['Plugin']{constructor(_0x2073f2=_0x25806d,_0x439cfd,_0x15a9d6){const _0xe977d0=_0x118bac;super(),this['_config']=_0x2073f2,this[_0xe977d0(0x609)]=_0x439cfd,this[_0xe977d0(0x159)]=_0x15a9d6;let {..._0xd66b9a}=(0x0,_0x4a1c51[_0xe977d0(0x6bd)])({},_0x25806d,this[_0xe977d0(0x5e6)]);this['_configService'][_0xe977d0(0x2b1)](_0xe977d0(0x1f6),_0xd66b9a);}[_0x118bac(0xe9)](){const _0x373264=_0x118bac;this['_enableEmbedUnitLeasePolicy'](),this['_registerServices'](),this['_registerProductUIContributions'](),this[_0x373264(0x453)](),this[_0x373264(0x230)](),this[_0x373264(0x2c9)](),this['_touchServices'](),this['_registerDefaultHostToolbar']();}['onReady'](){const _0x1ecaec=_0x118bac;this[_0x1ecaec(0x230)]();}[_0x118bac(0x31f)](){const _0x5a909e=_0x118bac;[[_0x1cd1ba],[_0x1858f1],[_0x44876c],[_0x49a92f],[_0x287047],[_0x55f3cf],[_0x1f9ba5],[_0x34aece],[_0xc08a98],[_0x23b823],[_0x43540b],[_0x2b6f2d],[_0x52f0c3],[_0x247cd5],[_0x312f60],[_0x7aa80d],[_0x49babd],[_0x45af56],[_0x3f3a8c],[_0x70dabe],[_0x561a5b],[_0x3957bf],[_0x3ef29],[_0x2a2d57],[_0x3f8bf3],[_0x22f07b],[_0x164bef],[_0x4fbd11],[_0xc55dd1],[_0x3fb886]][_0x5a909e(0x362)](_0x424a69=>this['_injector'][_0x5a909e(0x410)](_0x424a69)),this[_0x5a909e(0x609)][_0x5a909e(0x722)](_0x16f5e7[_0x5a909e(0x181)])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x16f5e7[_0x5a909e(0x181)],{'useFactory':()=>this[_0x5a909e(0x609)][_0x5a909e(0x714)](_0x7aa80d)}]),this['_injector'][_0x5a909e(0x722)](_0x16f5e7['IDocEmbedRuntimeFocusCoordinator'])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x16f5e7[_0x5a909e(0x24d)],{'useFactory':()=>this[_0x5a909e(0x609)][_0x5a909e(0x714)](_0x164bef)}]),this['_injector'][_0x5a909e(0x722)](_0x558462[_0x5a909e(0xf3)])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x558462['ISheetEmbedInteractionBoundaryService'],{'useFactory':()=>this['_injector']['get'](_0x7aa80d)}]),this[_0x5a909e(0x609)][_0x5a909e(0x722)](_0x558462['ISheetEmbedRuntimeFocusCoordinator'])||this[_0x5a909e(0x609)][_0x5a909e(0x410)]([_0x558462[_0x5a909e(0x1ce)],{'useFactory':()=>this[_0x5a909e(0x609)]['get'](_0x164bef)}]),this[_0x5a909e(0x609)]['has'](_0x558462[_0x5a909e(0x5ab)])||this[_0x5a909e(0x609)]['add']([_0x558462['ISheetEmbedFloatingGeometryService'],{'useFactory':()=>this['_injector'][_0x5a909e(0x714)](_0xc08a98)}]);}[_0x118bac(0x453)](){const _0x3a565d=_0x118bac;_0x53f00c(this['_injector'])[_0x3a565d(0x362)](_0x3dd674=>this[_0x3a565d(0x377)](_0x3dd674));}[_0x118bac(0xcf)](){_0x3137fc(this['_injector']);}[_0x118bac(0x230)](){const _0x5b99c7=_0x118bac;_0x1ffb2f(this['_injector']),_0x10e6c1(this['_injector']),_0x3f8314(this[_0x5b99c7(0x609)]);}[_0x118bac(0x2c9)](){const _0x485750=_0x118bac;var _0x97a211;let _0x4e22a8=this[_0x485750(0x609)][_0x485750(0x714)](_0x23b823);((_0x97a211=this[_0x485750(0x5e6)][_0x485750(0x280)])==null?void 0x0:_0x97a211[_0x485750(0x467)])!==!0x1&&_0x4c256e()[_0x485750(0x362)](_0x5bae36=>{const _0x1b37bf=_0x485750;_0x4e22a8[_0x1b37bf(0x570)](_0x5bae36[_0x1b37bf(0x53f)],_0x5bae36[_0x1b37bf(0x3be)],_0x5bae36[_0x1b37bf(0x559)])||_0x4e22a8['register'](_0x5bae36);});}[_0x118bac(0x53e)](){const _0x1bf13b=_0x118bac;(0x0,_0x4a1c51[_0x1bf13b(0x657)])(this[_0x1bf13b(0x609)],[[_0x1cd1ba],[_0x1858f1],[_0x44876c],[_0x49a92f],[_0x287047],[_0x55f3cf],[_0x1f9ba5],[_0x34aece],[_0x23b823],[_0x43540b],[_0x2b6f2d],[_0x52f0c3],[_0x247cd5],[_0x312f60],[_0x49babd],[_0x45af56],[_0x3f3a8c],[_0x70dabe],[_0x561a5b],[_0x3957bf],[_0x3ef29],[_0x2a2d57],[_0x3f8bf3],[_0x22f07b],[_0x164bef],[_0x4fbd11],[_0xc55dd1],[_0x3fb886]]);}[_0x118bac(0x643)](){const _0x13a555=_0x118bac;var _0x16456c;((_0x16456c=this[_0x13a555(0x5e6)][_0x13a555(0x280)])==null?void 0x0:_0x16456c[_0x13a555(0x153)])!==!0x1&&this[_0x13a555(0x377)](this[_0x13a555(0x609)]['get'](_0x1468c8[_0x13a555(0x57e)])[_0x13a555(0x302)](_0x1468c8[_0x13a555(0x1bf)][_0x13a555(0x4ab)],()=>_0x420432));}['_enableEmbedUnitLeasePolicy'](){const _0x346465=_0x118bac;this[_0x346465(0x609)][_0x346465(0x714)](_0x73305e[_0x346465(0x764)])[_0x346465(0x366)]();}};_0x2d0c25(_0x1f4647,_0x118bac(0x2b0),_0x118bac(0x323)),_0x2d0c25(_0x1f4647,_0x118bac(0x595),_0x3eb694),_0x2d0c25(_0x1f4647,_0x118bac(0x15b),_0x30b4e5),_0x2d0c25(_0x1f4647,_0x118bac(0x614),_0x4a1c51['UniverInstanceType']['UNIVER_UNKNOWN']),_0x1f4647=_0x5c1435([(0x0,_0x4a1c51['DependentOn'])(_0x37a008[_0x118bac(0x5f2)],_0x73305e[_0x118bac(0x54f)],_0x1468c8['UniverUIPlugin']),_0x4ded49(0x1,(0x0,_0x4a1c51[_0x118bac(0x576)])(_0x4a1c51[_0x118bac(0x721)])),_0x4ded49(0x2,_0x4a1c51[_0x118bac(0xd8)])],_0x1f4647),Object[_0x118bac(0x677)](_0x227add,_0x118bac(0x574),{'enumerable':!0x0,'get':function(){return _0x287047;}}),_0x227add[_0x118bac(0x27d)]=_0x55f3cf,_0x227add['EmbedFullscreenService']=_0x52f0c3,_0x227add[_0x118bac(0x5d6)]=_0x1cd1ba,_0x227add[_0x118bac(0x229)]=_0x247cd5,Object['defineProperty'](_0x227add,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return _0x1858f1;}}),Object['defineProperty'](_0x227add,_0x118bac(0x720),{'enumerable':!0x0,'get':function(){return _0x70dabe;}}),Object[_0x118bac(0x677)](_0x227add,_0x118bac(0x6e7),{'enumerable':!0x0,'get':function(){return _0x1f4647;}}),_0x227add['registerEmbedProductMenuContribution']=_0x4ef1fb;}));function _0x58f1(){const _0x374fd9=['exit','_isBodyPortalCandidate','sheets-ui.ribbon','zIndex','GRID_DEFAULT_COLUMN_WIDTH','_scheduleFloatingChildFocus','drawImage','Sidebar','UniverSheets','align-bottom-icon','hasRecentInteraction','createDocsCustomBlockSizeRefreshScheduler','EMBED_SHEETS_FLOATING_COMPONENT_KEY','source','disable','focusin','DocRenderController','M5.57564\x2011.5756L7.57564\x209.57564C7.80995\x209.34132\x208.18985\x209.34132\x208.42417\x209.57564L10.4242\x2011.5756C10.6585\x2011.81\x2010.6585\x2012.1899\x2010.4242\x2012.4242C10.1899\x2012.6585\x209.80995\x2012.6585\x209.57564\x2012.4242L8.5999\x2011.4484V14.6665C8.5999\x2014.9979\x208.33127\x2015.2665\x207.9999\x2015.2665C7.66853\x2015.2665\x207.3999\x2014.9979\x207.3999\x2014.6665V11.4484L6.42417\x2012.4242C6.18985\x2012.6585\x205.80995\x2012.6585\x205.57564\x2012.4242C5.34132\x2012.1899\x205.34132\x2011.81\x205.57564\x2011.5756Z','_registerDefaultHostToolbar','EMPTY','resolvedDependencies','_selectAnchor','RemoveWorksheetMergeCommand','canvas','getMergedMenuSchema','Bases','data-embed-child-render-unit-id','M2.2157\x202.90265C2.2157\x202.16628\x202.81264\x201.56934\x203.54901\x201.56934H6.21565C6.95202\x201.56934\x207.54896\x202.16628\x207.54896\x202.90265V13.5692C7.54896\x2014.3056\x206.95202\x2014.9025\x206.21565\x2014.9025H3.54901C2.81264\x2014.9025\x202.2157\x2014.3056\x202.2157\x2013.5692V2.90265ZM3.54901\x202.90265H6.21565V5.5622H3.54901V2.90265ZM3.54901\x206.89552V9.57631H6.21565V6.89552H3.54901ZM3.54901\x2013.5692V10.9096H6.21565V13.5692H3.54901Z','cssText','openContextMenu','pointer','overlay','dblclick','M4.6666\x206.5999C4.33523\x206.5999\x204.06641\x206.33127\x204.06641\x205.9999C4.06641\x205.66853\x204.33508\x205.3999\x204.66645\x205.3999L4.6666\x206.5999Z','_clearItems','unmerge','BoardSelectionService','_hasUnit','touchDependencies','http://www.w3.org/2000/svg','_isBlockingLease','runtimeSessionChanged$','AutowrapIcon','stopImmediatePropagation','disposables','BehaviorSubject','scopedActionServiceTokens','_hostGestureEvents','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','5349340xLoBBh','value','ThemeService','engine','placeholderTitle','requestAnimationFrame','restoreViewState','isSheetLikeDocsCustomBlockChildType','querySelectorAll','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','Tooltip','IBaseUIStateService','_leaseAppliesToChildUnit','previewRequested$','univer-h-8\x20univer-w-full\x20univer-px-2','UniverProBoardsUi','embed-ui.sheetsFloating.textWrap.overflow','RibbonInsertGroup','activeEmbedId','table-list','defineProperty','override$','embed-ui','M5.33889\x201.13919L3.4057\x201.13926C2.30115\x201.13931\x201.40576\x202.03474\x201.40578\x203.13928L1.40582\x207.99139L1.40576\x208.00012L1.40582\x208.00886L1.40587\x2012.8612C1.40588\x2013.9658\x202.30131\x2014.8612\x203.40587\x2014.8612H5.33897C6.44354\x2014.8612\x207.33897\x2013.9658\x207.33897\x2012.8612V11.8084C7.33897\x2011.4771\x207.07034\x2011.2084\x206.73897\x2011.2084C6.4076\x2011.2084\x206.13897\x2011.4771\x206.13897\x2011.8084V12.8612C6.13897\x2013.303\x205.7808\x2013.6612\x205.33897\x2013.6612H3.40587C2.96405\x2013.6612\x202.60588\x2013.303\x202.60587\x2012.8612L2.60583\x208.60012H5.53538L4.95357\x209.18193C4.71925\x209.41624\x204.71925\x209.79614\x204.95357\x2010.0305C5.18788\x2010.2648\x205.56778\x2010.2648\x205.8021\x2010.0305L6.68599\x209.14656C7.31083\x208.52172\x207.31083\x207.50866\x206.68599\x206.88382L5.8021\x205.99993C5.56778\x205.76561\x205.18788\x205.76561\x204.95357\x205.99993C4.71925\x206.23424\x204.71925\x206.61414\x204.95357\x206.84845L5.50523\x207.40012H2.60582L2.60578\x203.13927C2.60577\x202.69745\x202.96393\x202.33928\x203.40574\x202.33926L5.33894\x202.33919C5.78078\x202.33917\x206.13897\x202.69735\x206.13897\x203.13919V4.192C6.13897\x204.52337\x206.4076\x204.792\x206.73897\x204.792C7.07034\x204.792\x207.33897\x204.52337\x207.33897\x204.192V3.13919C7.33897\x202.03459\x206.44349\x201.13914\x205.33889\x201.13919Z','_refreshHostDocZoom','closed','current','resize','getSheets','uComp','getBoardPointFromClient','hideFloatMenu','entries','contentWidth','SheetsChartUIMenuSchema','getDescriptor','hyper-link','FOCUSING_UNIT','_sessions','refCount','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','OverflowIcon','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','shape','univer-box-border\x20univer-px-24','FOCUSING_','useMemo','deltaY','_getEventClientPoint','drawings','M8.00008\x205.99984C8.36827\x205.99984\x208.66675\x206.29831\x208.66675\x206.6665V6.99984C8.66675\x207.36803\x208.36827\x207.6665\x208.00008\x207.6665C7.63189\x207.6665\x207.33341\x207.36803\x207.33341\x206.99984V6.6665C7.33341\x206.29831\x207.63189\x205.99984\x208.00008\x205.99984Z','fixed','registerCtorForType','BoardTextEditingService','hidden','toDataURL','ToolbarButton','getZoomRatio','_rootsByHostAnchorId','resolveDocsCustomBlockRenderViewport','startedAt','key','mergeMenu','OpenBasePanelOperation','useConfigValue','innerWidth','OpenBaseRecordDetailPanelOperation','missing-descriptor','target','M5.3313\x201.4667C5.3313\x201.13533\x205.59993\x200.866699\x205.9313\x200.866699H10.069C10.4004\x200.866699\x2010.669\x201.13533\x2010.669\x201.4667C10.669\x201.79807\x2010.4004\x202.0667\x2010.069\x202.0667H5.9313C5.59993\x202.0667\x205.3313\x201.79807\x205.3313\x201.4667Z','offsetWidth','registerChildInteraction','getUnitCreateOptions','getStage','_getLatestActivePortalOwner','disabled','renderScope','fieldSettings','ISlideEmbedFloatingActiveService','createScopedBaseGlobalPortalService','IMenuManagerService','currentColor','deltaZ','_context','getBoundingClientRect','clientWidth','embed-ui.sheetsFloating.toolbar.mergeCell.main','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','_resolveChildUnitId','createSlidesFloatingObjectHostAdapterContribution','merge','embed-ui.sheetsFloating.align.top','isArray','configChanged$','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','univer-pointer-events-auto\x20univer-shrink-0','identifier:ui.sidebar.service','kind','addDisposer','SetHorizontalTextAlignCommand','UNIVER_SHEET','getByHostAnchorId','_isRuntimeFocusRole','1369136CqzdzP','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','Escape','bases-ui.embed','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','ISlideDrawingStateService','M4.66665\x2012.9004C4.33528\x2012.9004\x204.06665\x2013.169\x204.06665\x2013.5004C4.06665\x2013.8318\x204.33528\x2014.1004\x204.66665\x2014.1004H14C14.3314\x2014.1004\x2014.6\x2013.8318\x2014.6\x2013.5004C14.6\x2013.169\x2014.3314\x2012.9004\x2014\x2012.9004H4.66665Z','univer-relative\x20univer-overflow-hidden','createDefaultViewName','owner','parentElement','sHeight','M2.60991\x204.00967C2.60991\x203.23647\x203.23671\x202.60967\x204.00991\x202.60967H4.33991C4.67128\x202.60967\x204.93991\x202.34104\x204.93991\x202.00967C4.93991\x201.6783\x204.67128\x201.40967\x204.33991\x201.40967H4.00991C2.57397\x201.40967\x201.40991\x202.57373\x201.40991\x204.00967V4.33967C1.40991\x204.67104\x201.67854\x204.93967\x202.00991\x204.93967C2.34128\x204.93967\x202.60991\x204.67104\x202.60991\x204.33967V4.00967Z','_relocateExistingSession','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','embedFullscreenStatus','doc-flow','message','dispatchEvent','getState','menuContainer','initial','0\x200\x2017\x2017','appendChild','AddWorksheetMergeHorizontalCommand','GRID_HEADER_HEIGHT','EmbedModelService','attrs','image','UniverEmbedUIPlugin','embedChildRenderUnitId','lease','direction$','DeleteBaseViewCommand','setFocusOwner','stopPropagation','28px','tables','DATA','unitDisposed$','push','Arial','setActiveSheet','materializeDescriptor','BorderLine','_rendering','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','SheetsFloatingObject','M2.21572\x201.80029C2.54709\x201.80029\x202.81572\x202.06892\x202.81572\x202.40029V14.0003C2.81572\x2014.3317\x202.54709\x2014.6003\x202.21572\x2014.6003C1.88435\x2014.6003\x201.61572\x2014.3317\x201.61572\x2014.0003V2.40029C1.61572\x202.06892\x201.88435\x201.80029\x202.21572\x201.80029Z','evenodd','0\x200\x2020\x2021','active','univer-text-gray-900\x20dark:!univer-text-white','clearTab','_assertResolvedChild','M0.666748\x202.99984C0.666748\x202.26346\x201.2637\x201.6665\x202.00008\x201.6665H14.0001C14.7365\x201.6665\x2015.3334\x202.26346\x2015.3334\x202.99984V12.9998C15.3334\x2013.7362\x2014.7365\x2014.3332\x2014.0001\x2014.3332H2.00008C1.26371\x2014.3332\x200.666748\x2013.7362\x200.666748\x2012.9998V2.99984ZM14.0001\x202.99984H2.00008V12.9998H14.0001V2.99984Z','SheetsPrintMenuSchema','126THRnsk','_activePortalOwners','registerItem','embed-ui.sheetsFloating.textWrap.clip','[data-u-comp=\x22headerbar\x22]','child-session','ghost','2350150tbwXZx','HorizontallyIcon','M6.12398\x208.30171C6.35829\x208.0674\x206.73819\x208.0674\x206.97251\x208.30171L8.00007\x209.32928L9.02764\x208.30171C9.26195\x208.0674\x209.64185\x208.0674\x209.87617\x208.30171C10.1105\x208.53603\x2010.1105\x208.91593\x209.87617\x209.15024L8.8486\x2010.1778L9.87617\x2011.2054C10.1105\x2011.4397\x2010.1105\x2011.8196\x209.87617\x2012.0539C9.64185\x2012.2882\x209.26195\x2012.2882\x209.02764\x2012.0539L8.00007\x2011.0263L6.97251\x2012.0539C6.73819\x2012.2882\x206.35829\x2012.2882\x206.12398\x2012.0539C5.88966\x2011.8196\x205.88966\x2011.4397\x206.12398\x2011.2054L7.15154\x2010.1778L6.12398\x209.15024C5.88966\x208.91593\x205.88966\x208.53603\x206.12398\x208.30171Z','resolved','box-sizing:border-box','data-radix-popper-content-wrapper','check-mark-icon','univer-gap-0.5\x20univer-px-1','jsxs','getDataRange','get','random','546773qrCifS','EmbedHostAdapterRegistryService','_focusOwnerService','dividerBefore','UniverProEmbedUi','getLive','restoreService','retry','hideContextualTab','univer-absolute\x20univer-inset-0\x20univer-box-border\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-rounded-md\x20after:univer-pointer-events-none\x20after:univer-absolute\x20after:univer-inset-0\x20after:univer-z-20\x20after:univer-box-border\x20after:univer-rounded-[inherit]\x20after:univer-border\x20after:univer-border-solid\x20after:univer-border-gray-200\x20after:univer-content-[\x27\x27]\x20dark:after:!univer-border-gray-600','EmbedMountService','Injector','has','IUniverInstanceService','_rerenderHostDoc','element','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-overflow-hidden','recordId','CreateBaseTableCommand','wheel','getRenderUnitById','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','BoardElementEditService','zoom','removeRender','UniverProSlidesUi','endRow','getAllUnitsForType','_passiveWheelHandlerRegistry','embedSlidesPresentationSurface','map','EMBED_RUNTIME_HOST_NOT_ATTACHED:','merge-all-icon','focusUnit','SetBaseScrollOperation','[id^=\x22__editor_docs-\x22]','scopedRenderInjector','div','unitId','UniverProSheetsSparklineUi','THIN','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','NoBorderIcon','copyBaseTableSnapshot','BORDER_LINE_CHILDREN','LocaleService','usesDomFloatingStage','WRAP','subUnitId','maxRetries','FloatingToolbarSplitTrigger','getOwnPropertySymbols','deltaX','_runtimePolicyService','embedSlidesPresentationRuntime','UniverDocs','_commandService','_disposed','ShapeTextEditorContainer','getProvider','numberFormat','#111827','elementRemove$','selections','SetVerticalTextAlignCommand','previewUpdated$','toStringTag','getCurrentTypeOfUnit$','_renderOne','sparkline','#app','checkElementInCurrentContainers','_currentOverride','canvasRoot','sessionMode','Dropdown','BoardElementStateService','_markBodyPortalOwner','EmbedUnitLeasePolicyService','now','getCellMatrix','layout','transform','data-u-comp','UNIVER_BOARD','allowed','sort','nested','deferred','M4.65791\x201.30005C3.77355\x201.30005\x203.05664\x202.01696\x203.05664\x202.90132V12.8588C3.05664\x2013.8755\x203.88086\x2014.6998\x204.89759\x2014.6998H9.1016C11.2233\x2014.6998\x2012.9433\x2012.9798\x2012.9433\x2010.8581C12.9433\x209.13925\x2011.8145\x207.68407\x2010.2578\x207.1934C10.8806\x206.56856\x2011.2655\x205.70659\x2011.2655\x204.75472C11.2655\x202.84676\x209.71883\x201.30005\x207.81087\x201.30005H4.65791ZM4.25664\x202.90132C4.25664\x202.6797\x204.4363\x202.50005\x204.65791\x202.50005H7.81087C9.05609\x202.50005\x2010.0655\x203.5095\x2010.0655\x204.75472C10.0655\x205.99993\x209.05609\x207.00938\x207.81087\x207.00938H4.25664V2.90132ZM4.25664\x2012.8588V8.21636H9.1016C10.5606\x208.21636\x2011.7433\x209.39909\x2011.7433\x2010.8581C11.7433\x2012.317\x2010.5606\x2013.4998\x209.1016\x2013.4998H4.89759C4.5436\x2013.4998\x204.25664\x2013.2128\x204.25664\x2012.8588Z','M8.66675\x208.99984C8.66675\x208.63165\x208.36827\x208.33317\x208.00008\x208.33317C7.63189\x208.33317\x207.33341\x208.63165\x207.33341\x208.99984V9.33317C7.33341\x209.70136\x207.63189\x209.99984\x208.00008\x209.99984C8.36827\x209.99984\x208.66675\x209.70136\x208.66675\x209.33317V8.99984Z','then','default','ISlideEmbedRuntimeService','_entriesByKey','univer-min-w-6\x20univer-text-left','CloseBaseActiveEditorOperation','SheetsNumfmtUIMenuSchema','getActive','[data-embed-interaction-boundary-owner=\x22','setSearchQuery','viewportScrollY','getRegistration','_active$','session$','collectDocsTableLikeEmbedChildUnitIds','scroll-contained','embedFloatingMenuEntry','Empty\x20embed\x20float\x20preview\x20result.','UniverSheetsFilterUi','pointercancel','_contextsByChildUnitId','setContextValue','univer-z-30','setProperty','Element','ALL','scrollByViewportDeltaVal','IRibbonService','identifier:univer.menu-manager-service','1em','embed-float-dom','activeViewId','error','isChildUnitInActiveSession','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','deactivateTabSessions','_isOwnedBoundaryElement','DEFAULT_WORKSHEET_ROW_HEIGHT','useState','toDisposable','selector','decorate','M1.9999\x2012.9004C1.66853\x2012.9004\x201.3999\x2013.169\x201.3999\x2013.5004C1.3999\x2013.8318\x201.66853\x2014.1004\x201.9999\x2014.1004H11.3332C11.6646\x2014.1004\x2011.9332\x2013.8318\x2011.9332\x2013.5004C11.9332\x2013.169\x2011.6646\x2012.9004\x2011.3332\x2012.9004H1.9999Z','className','univer-min-w-0','getRowCount','CloseBaseRecordDetailPanelOperation','divider','M12.665\x202.66496H3.33496C2.96493\x202.66496\x202.66496\x202.96493\x202.66496\x203.33496V12.665C2.66496\x2013.035\x202.96493\x2013.335\x203.33496\x2013.335H12.665C13.035\x2013.335\x2013.335\x2013.035\x2013.335\x2012.665V3.33496C13.335\x202.96493\x2013.035\x202.66496\x2012.665\x202.66496ZM3.33496\x201.33496C2.23039\x201.33496\x201.33496\x202.23039\x201.33496\x203.33496V12.665C1.33496\x2013.7695\x202.23039\x2014.665\x203.33496\x2014.665H12.665C13.7695\x2014.665\x2014.665\x2013.7695\x2014.665\x2012.665V3.33496C14.665\x202.23039\x2013.7695\x201.33496\x2012.665\x201.33496H3.33496Z','useLayoutEffect','document','_findPreviousReadyEntry','start','[data-embed-float-dom]','useObservable','0\x200\x2016\x2016','dataset','-52px','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','_registerProductUIContributions','overflowY','SetRangeFontSizeCommand','RibbonFormulasGroup','child-scroll','true','lockHostRibbon','_isHostPreservingLease','includeAppShellEditorPortal','IConfigService','rect-popup','_boardElementService','_markExistingBodyPortals','embed-ui.sheetsFloating.toolbar.fontSize','class','mount','params','identifier:univer.sheet.selection-render-service','_initializeFloatingSessionActiveState','hostElement','group','runtimeHost','EmbedFocusOwnerService','notifyExited','embed-float-dom-live','HorizontalAlign','onStarting','HTMLElement','connectInjector','click','borderComposite','RIBBON','canvasRootClassName','selectElements','resolveDocsTableLikeCustomBlockContentHeight','data-embed-sheets-sheet-tab-host','ISheetEmbedInteractionBoundaryService','call','BASE_VIEW_MENU_ITEMS','isFinite','_isUniverPortalCandidate','_activeDragCleanup','_activeDrain','currentTarget','getActiveDescriptorsByChildUnit','activeElement','Button','ctrlKey','floating-menu','clientX','fields','MenuManagerService','getLocales','BOARDS_UI_PLUGIN_CONFIG_KEY','slide-readonly-preview','UniverProSheetsShapeUi','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','divider-layout','UNIVER_BASE','child-popup','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','registerFocusHandler','MoreDownIcon','Previous\x20page','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','UniverProDocsTableUi','index','visibility','hasChildInteractionLease','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','IBaseEmbedFloatingActiveService','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','overflow','embedChildUnitId','getColumnWidth','_childUnitAncestry','_getActiveOwnedRuntimeFocusInfo','keys','setFakeToolbarVisible','_sceneCanvasCaptureService','setActivatedTab','embed-float-dom-live-content','ISlideEmbedRuntimeFocusCoordinator','display:flex','LEFT','_rectContainsPoint','closeOwnedFloatingSurfaces','BaseUIStateService','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','documentElement','Docs','fullscreen','activeIndex','_releaseTabPeerFocusLease','EditorContainer','_isUniverPortalTreeElement','items','embedSlidePreviewCanvasHost','displayName','surface','activate','slides-page-list-block','4686972AXVGxy','listSessions','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','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','_items','mask','[data-embed-float-fullscreen-button]','promote','collapsedIds$','_runtimeScopes','IBoardUIStateService','getCanvasElement','slide-page-list','UniverProSheetsOutlineUi','filter-icon','prototype','M2.5999\x207.1349C2.5999\x206.80353\x202.33127\x206.5349\x201.9999\x206.5349C1.66853\x206.5349\x201.3999\x206.80353\x201.3999\x207.1349V9.4049C1.3999\x209.73627\x201.66853\x2010.0049\x201.9999\x2010.0049C2.33127\x2010.0049\x202.5999\x209.73627\x202.5999\x209.4049V8.86968H4.54992C4.88129\x208.86968\x205.14992\x208.60105\x205.14992\x208.26968C5.14992\x207.93831\x204.88129\x207.66968\x204.54992\x207.66968H2.5999V7.1349Z','host','_getAnyActiveElement','embed.sheets.','_getChildSessionPriority','querySelector','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','FOCUSING_BOARD','VerticalAlign','_entriesByEmbedId','tab','getCacheKey','embed-ui.fullscreen.exit','listbox','hostToolbar','SheetsOutlineUIMenuSchema','embedLayout','BoardImageInsertService','_assertChildUnitAvailable','takeRecords','_configService','reverse','version','DocsCustomBlock','IBaseHostChromeOverrideService','fieldOrder','popupRoot','_focusLayout','_rootsByEmbedId','px)','EmbedHostAnchorModelService','setCurrentUnitForType','[data-u-comp=\x22embed-docs-custom-block\x22]','contribution','endColumn','EMBED_CHILD_UNIT_ID_ATTRIBUTE','amd','components','dragStarted','getOverride','resolveStackUnitId','StopBaseEditingCellOperation','_focusTemporarySink','metaKey','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','clear','getAll','append','hideHostFxBar','content','medium','composedPath','VIEW_MAIN','fontSize','univer-z-[2]\x20univer-flex\x20univer-h-full','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','aspect-fit','_isDetachedOffscreenPortalCandidate','calendarEventSettings','IDocEmbedInteractionBoundaryService','view-','colorChannel1','clearFocusOwner','BoardsFloatingObject','stage-change','_rootsByChildUnitId','pipe','IRibbonOverrideService','cancel-merge-icon','ownerDocument','elementUpdate$','_override$','hasCommand','supportedLayouts','prepare','subscribeContextValue$','_markRuntimeFocusRole','readonly','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-white\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-white','univer-doc-main-canvas','_resolveLayout','createUnit','increase-icon','jsx','classList','M9.20731\x205.99993C8.973\x206.23424\x208.973\x206.61414\x209.20731\x206.84845L10.0912\x207.73235C10.2474\x207.88856\x2010.2474\x208.14182\x2010.0912\x208.29803L9.20731\x209.18192C8.973\x209.41624\x208.973\x209.79614\x209.20731\x2010.0305C9.44163\x2010.2648\x209.82153\x2010.2648\x2010.0558\x2010.0305L10.9397\x209.14654C11.5646\x208.52171\x2011.5646\x207.50867\x2010.9397\x206.88384L10.0558\x205.99993C9.82153\x205.76561\x209.44163\x205.76561\x209.20731\x205.99993Z','embed-ui.sheetsFloating.toolbar.resetColor','_getHostUnit','IUIRuntimeScopeService','disposeUnit','univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','_layoutService','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-[1]\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','BaseDuplicateTableDialog','hasAnyHostPreservingChildFocusLease','event','focused$','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','cancelAnimationFrame','getOwnPropertyDescriptor','Missing\x20embed\x20float\x20preview\x20provider:\x20','[data-embed-sheets-sheet-tab-host=\x22','shouldSuppressHostInteraction','_mountResolvedHost','finally','13px','right','univer-fill-gray-900\x20dark:!univer-fill-white','placeholder','string','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','setCollapsedIds','MutationObserver','hidePopupsForUnit','clearVirtualRecords','parentEmbedId','100%','embed-ui.sheetsFloating.align.left','clearSelection','sheetBar','complete','BuiltInUIPart','M3.32508\x2011.7609C3.46644\x2011.8194\x203.64565\x2011.8194\x204.00407\x2011.8194H13.049L10.1235\x2014.745C9.87002\x2014.9984\x209.7433\x2015.1251\x209.68475\x2015.2665C9.60668\x2015.455\x209.60668\x2015.6668\x209.68475\x2015.8552C9.7433\x2015.9966\x209.87002\x2016.1233\x2010.1235\x2016.3768C10.3769\x2016.6302\x2010.5036\x2016.7569\x2010.645\x2016.8155C10.8335\x2016.8935\x2011.0452\x2016.8935\x2011.2337\x2016.8155C11.3751\x2016.7569\x2011.5018\x2016.6302\x2011.7552\x2016.3768L16.5105\x2011.6215C16.5524\x2011.5803\x2016.5983\x2011.5344\x2016.6493\x2011.4834L16.6495\x2011.4831C16.8561\x2011.2765\x2016.9785\x2011.1542\x2017.0484\x2011.0394C17.0648\x2011.0128\x2017.0782\x2010.9866\x2017.0893\x2010.9599C17.1674\x2010.7714\x2017.1674\x2010.5596\x2017.0893\x2010.3711C17.0308\x2010.2298\x2016.904\x2010.1031\x2016.6506\x209.84962C16.5685\x209.76752\x2016.4997\x209.69872\x2016.4394\x209.64123L11.7542\x204.95601C11.5007\x204.70257\x2011.374\x204.57585\x2011.2327\x204.5173C11.0442\x204.43923\x2010.8324\x204.43923\x2010.6439\x204.5173C10.5026\x204.57585\x2010.3758\x204.70257\x2010.1224\x204.95601L10.1224\x204.95601C9.86895\x205.20945\x209.74223\x205.33617\x209.68368\x205.47753C9.60561\x205.66601\x209.60561\x205.87779\x209.68368\x206.06627C9.74223\x206.20764\x209.86895\x206.33436\x2010.1224\x206.5878L13.0463\x209.51175H4.00407C3.64565\x209.51175\x203.46644\x209.51175\x203.32508\x209.5703C3.1366\x209.64837\x202.98685\x209.79812\x202.90877\x209.98661C2.85022\x2010.128\x202.85022\x2010.3072\x202.85022\x2010.6656C2.85022\x2011.024\x202.85022\x2011.2032\x202.90877\x2011.3446C2.98685\x2011.5331\x203.1366\x2011.6828\x203.32508\x2011.7609Z','UniverUi','checkContentIsFocused','SetDocZoomRatioOperation','tabIndex','defIds','disabled$','getSession','univer-dropdown','M5.65252\x205.41446C5.86681\x205.53124\x206.00016\x205.75579\x206.00016\x205.99984V9.99984C6.00016\x2010.368\x205.70168\x2010.6665\x205.3335\x2010.6665C4.96531\x2010.6665\x204.66683\x2010.368\x204.66683\x209.99984V7.22312L4.36151\x207.42005C4.05209\x207.61961\x203.63948\x207.53056\x203.43992\x207.22115C3.24035\x206.91173\x203.3294\x206.49912\x203.63882\x206.29956L4.97215\x205.43959C5.17724\x205.30731\x205.43822\x205.29767\x205.65252\x205.41446Z','arrow-right-icon','setTimeout','deleteBlock','ResetBackgroundColorCommand','ISheetEmbedRuntimeFocusCoordinator','univer-flex\x20univer-items-center\x20univer-justify-center','container','generateRandomId','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','CanvasPopup','max','UniverProBases','ribbon','embedChildType','BoardUIStateService','embed-ui.sheetsFloating.toolbar.formatPainter','url(#$1','univer-flex\x20univer-items-center\x20univer-gap-1','DocsTablePassiveWheelService','data-embed-bases-table-list-host','M1.9999\x205.56641C1.66853\x205.56641\x201.3999\x205.83504\x201.3999\x206.16641C1.3999\x206.49778\x201.66853\x206.76641\x201.9999\x206.76641H11.3332C11.6646\x206.76641\x2011.9332\x206.49778\x2011.9332\x206.16641C11.9332\x205.83504\x2011.6646\x205.56641\x2011.3332\x205.56641H1.9999Z','data-embed-host-unit-id','min','hasHostPreservingChildFocusLeaseForHost','scrollHeight','allowDirectBodyPortal','slideOrder$','FONT_SIZE_LIST','General','_getOwnedEmbedIdFromEventPoint','contains','M4.66665\x205.56641C4.33528\x205.56641\x204.06665\x205.83504\x204.06665\x206.16641C4.06665\x206.49778\x204.33528\x206.76641\x204.66665\x206.76641H14C14.3314\x206.76641\x2014.6\x206.49778\x2014.6\x206.16641C14.6\x205.83504\x2014.3314\x205.56641\x2014\x205.56641H4.66665Z','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','_focusUnit','disconnect','fallbackHeight','getComputedStyle','getAncestryForHostUnit','number-icon','stopEditingCell','#000000','_dispatchEscapeToFloatingSurface','hasAnyBlockingChildFocusLease','embed-ui.config','join','childUnit','configurations','MergeAllIcon','_nextIndex','EMBED_RUNTIME_HOST_ALREADY_LEASED:','query','univer-size-3','univer-min-w-0\x20univer-truncate','manual','mountIntoHostElement','identifier:ui.layout-service','ISlideEmbedMountService','slideOrder','_handlers','label','useEffect','[data-radix-popper-content-wrapper]','geometryInvalidated$','ContextMenuService','disableEdit','left-justifying-icon','_hostContainerRegistry','setActiveSlide','enter','visible','embed-ui.basesFloating.viewSettings.title','textContent','SKIP_SELF','FOCUSING_DOC','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','zoomStep','sheet.command.smart-toggle-filter','UndoCommand','isChildUnitRuntimeEvent','_leaseSequence','workbench','captureByChildUnitId','insertBefore','pen-icon','slide-canvas','getContextValue','__embedSharedRootInjector','child-editor','BaseTableSidebarFrame','M1.3999\x209.8334C1.3999\x209.50203\x201.66853\x209.2334\x201.9999\x209.2334H13.9999C14.3313\x209.2334\x2014.5999\x209.50203\x2014.5999\x209.8334C14.5999\x2010.1648\x2014.3313\x2010.4334\x2013.9999\x2010.4334H1.9999C1.66853\x2010.4334\x201.3999\x2010.1648\x201.3999\x209.8334Z','cancelEditing','OpenBaseContextMenuOperation','getBaseFloatingPanelPortalContainer','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','EmbedHostMenuOverrideService','WrapStrategy','PenIcon','fakeToolbarVisible$',':anonymous:','0\x200\x2017\x2016','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','_flushPendingContributions','justify-content:center','passiveViewportRegistry','hasHostPreservingChildFocusLease','M10.3014\x201.70389C9.85268\x200.479568\x208.12109\x200.479557\x207.67238\x201.70389L4.72235\x209.75326C4.60832\x2010.0644\x204.76811\x2010.4091\x205.07924\x2010.5231C5.39038\x2010.6371\x205.73504\x2010.4773\x205.84907\x2010.1662L6.99975\x207.02646C7.03588\x207.03324\x207.07314\x207.03679\x207.11123\x207.03679H10.9778L12.1247\x2010.1662C12.2387\x2010.4773\x2012.5834\x2010.6371\x2012.8945\x2010.5231C13.2057\x2010.4091\x2013.3654\x2010.0644\x2013.2514\x209.75326L10.3014\x201.70389ZM10.538\x205.83679L9.17467\x202.11682C9.11057\x201.94192\x208.8632\x201.94192\x208.7991\x202.11682L7.43576\x205.83679H10.538Z','_normalizeHostMountResult','FORMULA_EDITOR_ACTIVATED','HorizontalMergeIcon','univer-doc-selection-container-__INTERNAL_EDITOR__','more-down-icon','M1.09985\x203.64443C1.09985\x203.31306\x201.36848\x203.04443\x201.69985\x203.04443H14.2999C14.6312\x203.04443\x2014.8999\x203.31306\x2014.8999\x203.64443C14.8999\x203.9758\x2014.6312\x204.24443\x2014.2999\x204.24443H1.69985C1.36848\x204.24443\x201.09985\x203.9758\x201.09985\x203.64443Z','SheetsDrawingUIMenuSchema','localeChanged$','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','SlidesFloatingObject','embed-ui.deleteBlock','subscribeConfigValue$','divider-block','_ribbonOverrideService','mountService','divider-border','registerElement','register','resolveDocsTableLikeCustomBlockContentWidth','getActiveSheet','_sync','floor','NumberIcon','overflow-icon','IDocEmbedRuntimeFocusCoordinator','dialog','getPreview','_drainQueue','passThroughInteractionGate','scrollToViewportPos','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','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','setZoomRatioAtViewportPoint','splice','contentRect','openToolbarPanel','AlignTopIcon','ISidebarService','AddWorksheetMergeAllCommand','_hostAdapterRegistry','inert','scrollLeft','toggleAttribute','renderPreview','activeSlideId$','embed-ui.basesFloating.delete','BorderType','sheetLike','VIEWPORT_KEY','Separator','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','getSlide','embed-ui.sheetsFloating.borderLine.borderColor','startEditingCell','retrying-base-child-render','docs-custom-block','embedChildRenderMode','subscribe','embedModelService','_mountBlockedRuntime','darkMode$','focusFloatingRuntime','inline','indexOf','GRID_ADD_RECORD_ROW_HEIGHT','rowHeader','getOwnPropertyNames','getDirection','isEmbedBoardsFloatingElement','data-embed-slides-page-list-host','getActiveDescriptors','canMount','EmbedChildViewRegistryService','expand-icon','clearActiveEditing','defaults','addRecord','_markInteractionBoundaryOwnerTree','_modelService','8px','SetTextWrapCommand','getMaxScrollLeft','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','embed-ui.sheetsFloating.align.middle','from','_menuOverrideService','_hasContributionId','registerContainerElement','scaleX','getRowVisible','Nested\x20embed\x20is\x20not\x20supported.','svg','dpr','SetCellEditVisibleOperation','Next\x20page','object','columnHeader','CloseBasePanelOperation','unsubscribe','_leaseAppliesToHostUnit','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','width:100%','false','bases-table-list-block','_setRenderFailure','embedHostEntry','EmbedDuplicateChildUnitError','IBoardElementService','DOCS_UI_PLUGIN_CONFIG_KEY','UniverSheetsNumfmtUi','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','_pendingChildUnits','includes','UniverSheetsConditionalFormattingUi','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','isConnected','font:13px/1.5\x20sans-serif','VerticalIntegrationIcon','getContextByEmbedId','focus','print','M4.75332\x205.22217C3.86966\x205.22217\x203.15332\x205.93851\x203.15332\x206.82217V12.5331C3.15332\x2013.9691\x204.31738\x2015.1332\x205.75332\x2015.1332H10.2465C11.6825\x2015.1332\x2012.8465\x2013.9691\x2012.8465\x2012.5331V6.82217C12.8465\x205.93851\x2012.1302\x205.22217\x2011.2465\x205.22217H4.75332ZM4.35332\x206.82217C4.35332\x206.60125\x204.53241\x206.42217\x204.75332\x206.42217H11.2465C11.4674\x206.42217\x2011.6465\x206.60125\x2011.6465\x206.82217V12.5331C11.6465\x2013.3063\x2011.0197\x2013.9332\x2010.2465\x2013.9332H5.75332C4.98012\x2013.9332\x204.35332\x2013.3063\x204.35332\x2012.5331V6.82217Z','SetEmbedDescriptorMutation','pluginName','setConfig','scroll','getUnitType','univer-doc-selection-container-docs-','M6.424\x208.24239C6.65832\x208.4767\x206.65832\x208.8566\x206.424\x209.09091L6.11502\x209.3999H9.33307C10.1063\x209.3999\x2010.7331\x208.7731\x2010.7331\x207.9999C10.7331\x207.22671\x2010.1063\x206.5999\x209.33307\x206.5999H4.6666L4.66645\x205.3999H9.33307C10.769\x205.3999\x2011.9331\x206.56396\x2011.9331\x207.9999C11.9331\x209.43584\x2010.769\x2010.5999\x209.33307\x2010.5999H6.11485L6.424\x2010.9091C6.65832\x2011.1434\x206.65832\x2011.5233\x206.424\x2011.7576C6.18969\x2011.9919\x205.80979\x2011.9919\x205.57548\x2011.7576L4.24214\x2010.4242C4.00783\x2010.1899\x204.00783\x209.81003\x204.24214\x209.57572L5.57548\x208.24239C5.80979\x208.00807\x206.18969\x208.00807\x206.424\x208.24239Z','records','UniverProBoards','pivot-table','embed-ui.sheetsFloating.align.center','M3.33315\x2012.9004C3.00178\x2012.9004\x202.73315\x2013.169\x202.73315\x2013.5004C2.73315\x2013.8318\x203.00178\x2014.1004\x203.33315\x2014.1004H12.6665C12.9979\x2014.1004\x2013.2665\x2013.8318\x2013.2665\x2013.5004C13.2665\x2013.169\x2012.9979\x2012.9004\x2012.6665\x2012.9004H3.33315Z','split','conditionalColoring','getTypeOfUnitDisposed$','_claimBodyPortals','RIGHT','_getSlideModel','backgroundColor','SlideCanvasView','capture','_ownedEmbedAppliesToChildUnit','syncExecuteCommand','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','height','PaintBucketDoubleIcon','_registerFloatingMenus','aria-hidden','LookUp','ownedPointerInteractionUntil','delete','supports','_registrations','inset','unregisterCommand','[data-embed-runtime-focus-role]','no-color-double-icon','pageId','sheets-floating-object','button','IBaseCanvasRootResolverService','AlignBottomIcon','onMutationExecutedForCollab','setSelection','retryDelay','hostUnitId','_renderManagerService','closeContextMenu','views','CENTER','getCanvas','M4.71549\x207.38216C4.71549\x207.01397\x205.01397\x206.71549\x205.38216\x206.71549H9.38216C9.75035\x206.71549\x2010.0488\x207.01397\x2010.0488\x207.38216C10.0488\x207.75035\x209.75035\x208.04883\x209.38216\x208.04883H5.38216C5.01397\x208.04883\x204.71549\x207.75035\x204.71549\x207.38216Z','hasRecentInteractionFor','replaceChildren','_providers','ArrowLeftIcon','IBaseUIPopupService','isHostGesture','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','M13.7841\x201.80029C14.1155\x201.80029\x2014.3841\x202.06892\x2014.3841\x202.40029V14.0003C14.3841\x2014.3317\x2014.1155\x2014.6003\x2013.7841\x2014.6003C13.4527\x2014.6003\x2013.1841\x2014.3317\x2013.1841\x2014.0003V8.60259H7.13467C6.8033\x208.60259\x206.53467\x208.33396\x206.53467\x208.00259C6.53467\x207.67122\x206.8033\x207.40259\x207.13467\x207.40259H13.1841V2.40029C13.1841\x202.06892\x2013.4527\x201.80029\x2013.7841\x201.80029Z','ownsSession','toString','[data-embed-floating-menu=\x22true\x22]','embed-ui.boardsFloating.zoomIn','BaseViewIcon','filter','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','area','NoColorDoubleIcon','remove','status','mousedown','next','horizontal','RightJustifyingIcon','UniverProSheetsPivotUi','embed-ui.basesFloating.confirmDelete.tableDescription','univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','rootElement','MoveBaseViewCommand','unit','onCommandExecuted','registerComponent','self','base-embed-view-slot','floating','enabled','_ownedRuntimeFocusAppliesToHost','values','univer.embed.forwarded-wheel-event','canvasFloatDomPreviewService','ZoomOutIcon','_runQueue','render','hostAnchorRecord','removeAttribute','keyboard','acquireLease','display','useCallback','parentNode','before:univer-hidden','_setAnchorTransformerVisible','stage2-runtime','truncation-icon','descriptor','registerRuntimeScope','moved','productName','title-only','embed-ui.sheetsFloating.toolbar.fillColor.main','_registerServices','embed-ui.boardsFloating.delete','mainComponent','image/png','UNIVER_EMBED_UI_PLUGIN','SELF','M7.1349\x201.3999C6.80353\x201.3999\x206.5349\x201.66853\x206.5349\x201.9999C6.5349\x202.33127\x206.80353\x202.5999\x207.1349\x202.5999H7.67993V4.55065C7.67993\x204.88203\x207.94856\x205.15065\x208.27993\x205.15065C8.6113\x205.15065\x208.87993\x204.88203\x208.87993\x204.55065V2.5999H9.4049C9.73627\x202.5999\x2010.0049\x202.33127\x2010.0049\x201.9999C10.0049\x201.66853\x209.73627\x201.3999\x209.4049\x201.3999H7.1349Z','docs-','disposable','setLeftSidebarVisible','scrollTop','_domLayerService','univer:embed-float-drag-handle:pointerdown','DeleteBaseTableCommand','ContextMenu','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','_routeWheelToHost','ref','[data-embed-interaction-boundary-owner]','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','hostAnchorId','_registerChildFocusBridge','clearFloating','UniverInstanceType','clientHeight','data-validation','_roots','React','defaultColumnWidth','_isAppShellEditorPortalCandidate','_isOwnedElement','text-align:center','toPrimitive','floating-stage','EMBED_MOUNT_HOST_NOT_REGISTERED','LeftJustifyingIcon','unsupported-layout','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','_getVisibleCanvasDocumentRect','[data-embed-popup-root]','size','_pendingPortalOwner','CreateBaseViewCommand','paint-bucket-double-icon','_notifyRuntimeSessionChanged','getCurrentSelections','ArrowRightIcon','Fragment','BaseUIPopupService','ignoreOwners','univer-text-red-500','[data-u-comp=\x22base-embed-view-slot\x22]','hostChromeMode','fullscreenService','_sortHandlers','-100000px','constructor','docs-sticky-sheet','_childViewRegistry','VerticalCenterIcon','hasAnyChildInteractionLease','_exited$','data','none','closeActiveEditor','invalidate','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','forEach','_blurActiveElementBeforePortalReassignment','UniverSheetsUi','state$','enableExclusivePolicy','pageMarginRight','_registerRuntimeBoundary','priority','identifier:univer.ribbon-service','M1.1387\x2010.8773L1.13878\x2012.6773C1.13883\x2013.6162\x201.89994\x2014.3772\x202.8388\x2014.3772L5.90638\x2014.3772L5.91296\x2014.3772L5.91955\x2014.3772L10.0775\x2014.3772C10.0806\x2014.3772\x2010.0837\x2014.3772\x2010.0868\x2014.3772C10.0899\x2014.3772\x2010.093\x2014.3772\x2010.0961\x2014.3772L13.1607\x2014.3772C14.0996\x2014.3771\x2014.8607\x2013.616\x2014.8607\x2012.6772V10.8772C14.8607\x209.93836\x2014.0996\x209.17725\x2013.1607\x209.17725H2.8387C1.89978\x209.17725\x201.13865\x209.93841\x201.1387\x2010.8773ZM9.48679\x2010.3772H6.51296V13.1772L9.48679\x2013.1772V10.3772ZM10.6868\x2013.1772V10.3772H13.1607C13.4369\x2010.3772\x2013.6607\x2010.6011\x2013.6607\x2010.8772V12.6772C13.6607\x2012.9533\x2013.4369\x2013.1771\x2013.1607\x2013.1772L10.6868\x2013.1772ZM5.31296\x2013.1772V10.3772H2.8387C2.56254\x2010.3772\x202.33868\x2010.6011\x202.3387\x2010.8773L2.33878\x2012.6773C2.33879\x2012.9534\x202.56265\x2013.1772\x202.83879\x2013.1772L5.31296\x2013.1772Z','description','_contributions','RemoveEmbedCommand','ICommandService','img','SheetBar','font-color-double-icon','_releaseTabPeerFocusLeasesForHost','data-embed-popup-root','Disposable','runtimeRoots','disposeWithMe','DesktopSidebarService','stable','schedule','_current','base-embed-fullscreen-add-view-menu','activateFullscreen','hostHeaderMode','sequence','use','value$','getTypeOfUnitAdded$','pointerEvents','content-bounds-fit','embed-ui.sheetsFloating.borderLine.borderSize','hideContextMenu','KeyboardEvent','DesktopRibbonService','_univerInstanceService','virtualWidth','getConfig','getAttribute','OpenBaseActiveEditorOperation','divider-format','getFocusOwner','_tabFocusLeases','reRender','ISheetEmbedRuntimeService','disableLiveHostPointerEvents','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','mode','EmbedHostEntryEnum','_mountOwnedSession','addedNodes','contentRoot','BoardToolService','hasAttribute','_elements','M8.01281\x201.36643C8.79386\x200.585377\x2010.0602\x200.585378\x2010.8412\x201.36643L12.9223\x203.44752C13.7034\x204.22857\x2013.7034\x205.4949\x2012.9223\x206.27595L9.36445\x209.83383C8.5834\x2010.6149\x207.31707\x2010.6149\x206.53602\x209.83383L4.45493\x207.75273C3.67388\x206.97168\x203.67388\x205.70535\x204.45493\x204.9243L8.01281\x201.36643ZM9.9927\x202.21495C9.68028\x201.90253\x209.17375\x201.90253\x208.86133\x202.21495L5.30346\x205.77283L5.29671\x205.77966L10.839\x206.66224L12.0738\x205.42742C12.3862\x205.115\x2012.3862\x204.60847\x2012.0738\x204.29605L9.9927\x202.21495Z','shift','formulaBar','activateSession','identifier','interactionGate','tabindex','_getBodyPortalOwner','embed-ui.boardsFloating.fitContent','SetBorderBasicCommand','floatingMenuInsetTop','pointerdown','base-embed-view-panel','_maxDepth','updatedAt','menuChanged$','menuSlot','find','UNIVER_SLIDE','clearTimeout','_focusCoordinator','viewportScrollX','getSheetId','docs-ui.embed','rules','EMBED_DUPLICATE_CHILD_UNIT','[data-u-comp=\x22embed-float-dom-live-content\x22]','child-fullscreen','pointer-events','ready','getActiveSlide','number','align-top-icon','entry','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','ribbonService','resolveRuntimeScopeByChildUnitId','layoutPolicy','PointerDown','_ensurePortalObserver','embedChildRenderStatus','auto','shouldRefreshDocsCustomBlockSizeForCommand','flatMap','CreateEmbedCommand','zoom-out-icon','rowHeight','scrollWidth','registerMultipleCommand','runtime-pointer','data-embed-child-type','M1.9999\x201.89941C1.66853\x201.89941\x201.3999\x202.16804\x201.3999\x202.49941C1.3999\x202.83078\x201.66853\x203.09941\x201.9999\x203.09941H13.9999C14.3313\x203.09941\x2014.5999\x202.83078\x2014.5999\x202.49941C14.5999\x202.16804\x2014.3313\x201.89941\x2013.9999\x201.89941H1.9999Z','_resolveChildSessionMode','outline','set','sheets-sheet-tab','registerProvider','activateView','child-keyboard','one-to-one-icon','defaultPrevented','M8.5999\x2010.6667C8.5999\x2010.3353\x208.33127\x2010.0667\x207.9999\x2010.0667C7.66853\x2010.0667\x207.3999\x2010.3353\x207.3999\x2010.6667V14.6667C7.3999\x2014.998\x207.66853\x2015.2667\x207.9999\x2015.2667C8.33127\x2015.2667\x208.5999\x2014.998\x208.5999\x2014.6667V10.6667Z','CanvasPopupService','EmbedReferencedUnitMaterializeService','children','activateTable','M12.1999\x201.40967C11.8685\x201.40967\x2011.5999\x201.6783\x2011.5999\x202.00967C11.5999\x202.34104\x2011.8685\x202.60967\x2012.1999\x202.60967H12.5299C13.3031\x202.60967\x2013.9299\x203.23647\x2013.9299\x204.00967V4.33967C13.9299\x204.67104\x2014.1985\x204.93967\x2014.5299\x204.93967C14.8613\x204.93967\x2015.1299\x204.67104\x2015.1299\x204.33967V4.00967C15.1299\x202.57373\x2013.9659\x201.40967\x2012.5299\x201.40967H12.1999Z','renderScopeActive','after:!univer-border-0','unitAdded$','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','bleedLeft','SetBaseZoomOperation','setAttribute','UNIVER_DOC','embed-ui.boardsFloating.zoomOut','makeForceDirty','activeUntil','SetBackgroundColorCommand','redos','round','slides-ui.ribbon','createInstance','univer-fill-primary-600','warn','RibbonViewGroup','range','M5.33888\x201.13919L3.40568\x201.13926C2.30114\x201.13931\x201.40575\x202.03474\x201.40576\x203.13928L1.40586\x2012.8612C1.40587\x2013.9658\x202.3013\x2014.8612\x203.40586\x2014.8612H5.33896C6.44353\x2014.8612\x207.33896\x2013.9658\x207.33896\x2012.8612V11.8084C7.33896\x2011.4771\x207.07033\x2011.2084\x206.73896\x2011.2084C6.40759\x2011.2084\x206.13896\x2011.4771\x206.13896\x2011.8084V12.8612C6.13896\x2013.303\x205.78079\x2013.6612\x205.33896\x2013.6612H3.40586C2.96403\x2013.6612\x202.60586\x2013.303\x202.60586\x2012.8612L2.60576\x203.13927C2.60576\x202.69745\x202.96391\x202.33928\x203.40573\x202.33926L5.33893\x202.33919C5.78077\x202.33917\x206.13896\x202.69735\x206.13896\x203.13919V4.192C6.13896\x204.52337\x206.40759\x204.792\x206.73896\x204.792C7.07033\x204.792\x207.33896\x204.52337\x207.33896\x204.192V3.13919C7.33896\x202.03459\x206.44348\x201.13914\x205.33888\x201.13919Z','embed-ui.basesFloating.confirmDelete.viewTitle','hypot','stale','updateItem','M5.94379\x205.99993C6.1781\x205.76561\x206.558\x205.76561\x206.79232\x205.99993C7.02663\x206.23424\x207.02663\x206.61414\x206.79232\x206.84845L5.90842\x207.73235C5.75221\x207.88856\x205.75221\x208.14182\x205.90842\x208.29803L6.79232\x209.18193C7.02663\x209.41624\x207.02663\x209.79614\x206.79232\x2010.0305C6.558\x2010.2648\x206.1781\x2010.2648\x205.94379\x2010.0305L5.0599\x209.14656C4.43506\x208.52172\x204.43506\x207.50866\x205.0599\x206.88382L5.94379\x205.99993Z','M12.5939\x201.13916L10.6607\x201.1392C9.5563\x201.13922\x208.66094\x202.03448\x208.66079\x203.13893L8.66064\x204.19191C8.6606\x204.52328\x208.92919\x204.79194\x209.26056\x204.79199C9.59193\x204.79204\x209.8606\x204.52344\x209.86064\x204.19207L9.86079\x203.13909C9.86085\x202.69731\x2010.219\x202.33921\x2010.6608\x202.3392L12.594\x202.33916C13.0358\x202.33915\x2013.394\x202.69732\x2013.394\x203.13916L13.394\x207.40012H10.4947L11.0464\x206.84845C11.2807\x206.61414\x2011.2807\x206.23424\x2011.0464\x205.99993C10.8121\x205.76561\x2010.4322\x205.76561\x2010.1979\x205.99993L9.31395\x206.88384C8.68914\x207.50867\x208.68914\x208.52171\x209.31396\x209.14654L10.1979\x2010.0305C10.4322\x2010.2648\x2010.8121\x2010.2648\x2011.0464\x2010.0305C11.2807\x209.79614\x2011.2807\x209.41624\x2011.0464\x209.18192L10.4646\x208.60012H13.394L13.394\x2012.8612C13.394\x2013.303\x2013.0359\x2013.6612\x2012.594\x2013.6612H10.6606C10.2188\x2013.6612\x209.86064\x2013.303\x209.86064\x2012.8612V11.8084C9.86064\x2011.4771\x209.59202\x2011.2084\x209.26064\x2011.2084C8.92927\x2011.2084\x208.66064\x2011.4771\x208.66064\x2011.8084V12.8612C8.66064\x2013.9658\x209.55607\x2014.8612\x2010.6606\x2014.8612H12.594C13.6986\x2014.8612\x2014.594\x2013.9658\x2014.594\x2012.8612L14.594\x208.0066L14.594\x208.00012L14.594\x207.99363L14.594\x203.13915C14.594\x202.03457\x2013.6985\x201.13914\x2012.5939\x201.13916Z','horizontalAlign','child-tab','BorderStyleTypes','resolveDocsCustomBlockSize','design','name','IRenderManagerService','divider-format-tools','_restoreStage2ChildFocusWhenHostRefocuses','_registerRootPopupDescendantFocusRoles','230697afQbKR','AddWorksheetMergeCommand','table','ViewTabs','SheetShapeTextEditorContainer','unmount','clearUnit','registerContextMenuHandler','SetRangeBoldCommand','UniverSheetsDrawingUi','add','triggerContextMenu','updateViewState','bleedRight','univer-size-6\x20univer-p-0','config','popup','previewService','Observable','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','registerOwnedElement','embedChildRenderError','getRowHeight','left','_getOwnedEmbedIdFromTarget','runtimeScope','embed-ui.sheetsFloating.textWrap.wrap','inactive','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','embedRenderScopeActive','AutoFillPopupMenu','embed-docs-custom-block','INSERT','pointermove','data-embed-canvas-root','_focusDocumentBody','getContextByHostAnchorId','SheetsSortUIMenuSchema','getBaseFloatingPosition','openRecordDetail','isolation','verticalWheelMode','resolveBoardInteractionConfig','getFocusedUnit','border:1px\x20dashed\x20rgba(99,102,106,.35)','DEFAULT_EMBED_TAB_LAYOUT_POLICY','tab-active','defaultRowHeight','alt','tag','getPrototypeOf','portalContainer','M15.1399\x207.1349C15.1399\x206.80353\x2014.8713\x206.5349\x2014.5399\x206.5349C14.2085\x206.5349\x2013.9399\x206.80353\x2013.9399\x207.1349V7.66968H12.0099C11.6786\x207.66968\x2011.4099\x207.93831\x2011.4099\x208.26968C11.4099\x208.60105\x2011.6786\x208.86968\x2012.0099\x208.86968H13.9399V9.4049C13.9399\x209.73627\x2014.2085\x2010.0049\x2014.5399\x2010.0049C14.8713\x2010.0049\x2015.1399\x209.73627\x2015.1399\x209.4049V8.27463L15.1399\x208.26968L15.1399\x208.26472V7.1349Z','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-6\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-[rgba(0,0,0,0.15)]\x20univer-p-0\x20univer-text-white\x20univer-opacity-100\x20univer-shadow-sm\x20univer-transition\x20univer-duration-150\x20hover:univer-bg-[rgba(0,0,0,0.4)]\x20hover:univer-opacity-100\x20hover:univer-shadow-md\x20dark:!univer-bg-[rgba(243,244,246,0.22)]\x20dark:!univer-text-gray-900\x20dark:!univer-shadow-none\x20dark:hover:!univer-bg-[rgba(243,244,246,0.4)]','conditions','M5.3334\x207.3999C5.00203\x207.3999\x204.7334\x207.66853\x204.7334\x207.9999C4.7334\x208.33127\x205.00203\x208.5999\x205.3334\x208.5999H12.603L11.9252\x209.28591C11.6922\x209.52163\x2011.6945\x209.90152\x2011.9302\x2010.1344C12.166\x2010.3673\x2012.5458\x2010.3651\x2012.7788\x2010.1293L14.4577\x208.43018C14.69\x208.19509\x2014.6884\x207.81641\x2014.4542\x207.58324L12.7753\x205.91184C12.5404\x205.67806\x2012.1605\x205.67891\x2011.9267\x205.91375C11.6929\x206.14859\x2011.6938\x206.52849\x2011.9286\x206.76228L12.5691\x207.3999H5.3334Z','registerContext','IBaseEmbedFloatingGeometryService','_leases','getValue','catch','pushUndoRedo','_itemId','viewSettings','cycle','unitID','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','keydown','scopedInjector','__addUnit','data-embed-slides-floating-object-host','viewOrder','embed-ui.sheetsFloating.align.right','slides-ui.embed','attachSlideRenderToCanvasHost','IImageIoService','bleedWidth','_registerProductMenus','registerMountedRuntime','toResourceRefUnitType','Sheets','DEFAULT_WORKSHEET_COLUMN_WIDTH','zoom-in-icon','contextChanged$','SheetsSelectionsService','IUndoRedoService','BaseViewWheelScrollService','markStale','IBoardEmbedRuntimeFocusCoordinator','verticalAlign','maxHeight','token','[data-embed-float-dom=\x22true\x22]','docs-ui.ribbon','closeToolbarPanel','embed-ui.basesFloating.viewSettings.deleteView','session','floatingMenus','embedHostAnchorId','M1.3999\x202.3002C1.3999\x202.63157\x201.66853\x202.9002\x201.9999\x202.9002H13.9999C14.3313\x202.9002\x2014.5999\x202.63157\x2014.5999\x202.3002C14.5999\x201.96882\x2014.3313\x201.7002\x2013.9999\x201.7002H1.9999C1.66853\x201.7002\x201.3999\x201.96882\x201.3999\x202.3002Z','AddViewMenu','resolvedDependencyCollection','AddWorksheetMergeVerticalCommand','UniverProLicense','embed-ui.basesFloating.confirmDelete.tableTitle','closest','createRibbonOverride','fallbackWidth','fromEntries','BaseDeleteConfirmDialog','revision','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','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','nextSibling','_contextService','_rememberPreviousChildCurrentUnit','src','embedSlidesPresentationPreviewImage','SheetsUIMenuSchema','shiftViewportPanOffset','_resolvedChildUnits','documentStyle','innerHeight','title','viewportHeight','SheetsFilterUIMenuSchema','executeCommand','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','host-override','handleRegisteredWheel','__editor___INTERNAL_EDITOR__','viewId','12px','stroke','some','float','_getDocsLeft','CanvasFloatDomPreviewService','isFocused','listElements','displayTarget','getElementDataForUnit','EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED','[data-u-comp=\x22embed-float-dom-live\x22]','DocSelectionRenderService','forwardRef','tab-peer-runtime','_instanceService','stage1','_previousChildCurrentUnits','collectViewState','replace','containsElement','sheet-embed-floating-menu','_componentManager','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','registerRenderModule','BaseToolbar','data-embed-runtime-focus-role','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','BoardShapeTextEditorContainer','-44px','calc(100%\x20-\x20','univer-grid\x20univer-gap-0.5','_isBlockingRole','GLOBAL','hideToolbar','MIDDLE','IBaseEmbedRuntimeFocusCoordinator','CloseBaseContextMenuOperation','IconManager','scene','hasBlockingChildFocusLease','_restorePreviousChildCurrentUnit','embed-float-dom-interaction-gate','_queue','M10.2156\x202.90265C10.2156\x202.16628\x2010.8125\x201.56934\x2011.5489\x201.56934H14.2155C14.9519\x201.56934\x2015.5489\x202.16628\x2015.5489\x202.90265V13.5692C15.5489\x2014.3056\x2014.9519\x2014.9025\x2014.2155\x2014.9025H11.5489C10.8125\x2014.9025\x2010.2156\x2014.3056\x2010.2156\x2013.5692V2.90265ZM11.5489\x202.90265H14.2155V5.5622H11.5489V2.90265ZM11.5489\x206.89552V9.57631H14.2155V6.89552H11.5489ZM11.5489\x2013.5692V10.9096H14.2155V13.5692H11.5489Z','active$','useRef','test','setDocsCustomBlockRenderViewportProvider','IContextMenuService','top','Subject','embed-ui.sheetsFloating.toolbar.numberFormat','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','embed-ui.boardsFloating.resetZoom','childUnitId','getContextByChildUnitId','open','BaseEditorService','associatedChildUnitIds','menu','createElement','M14.1544\x203.75557C14.3887\x203.98988\x2014.3887\x204.36978\x2014.1544\x204.6041L6.51409\x2012.2444C6.40157\x2012.3569\x206.24896\x2012.4201\x206.08983\x2012.4201C5.9307\x2012.4201\x205.77808\x2012.3569\x205.66556\x2012.2444L1.84541\x208.42425C1.6111\x208.18993\x201.6111\x207.81003\x201.84541\x207.57572C2.07973\x207.34141\x202.45963\x207.34141\x202.69394\x207.57572L6.08983\x2010.9716L13.3059\x203.75557C13.5402\x203.52126\x2013.9201\x203.52126\x2014.1544\x203.75557Z','order','StartBaseEditingCellOperation','setActive','align-items:center','small','addDescriptor','_getHostSnapshot','activatePortalScope','getFlatMenuByPositionKey','useFactory','_focusTabPeerSession','BORDER_SIZE_CHILDREN','IContextService','univer-overflow-hidden','getByEmbedId','abs','_runChildBeforeDeactivate','identifier:','dependencyCollection','expiresAt','_mountService','defaultView','SetRangeTextColorCommand','_handleDragStart','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','_floatingActiveService','data-embed-id','border-radius:8px','CheckMarkIcon','RibbonPosition','_key','_collectOwnedFloatingSurfaceRoots','runtime','SheetsTableUIMenuSchema','_resolveFloatingSurfaceRoot','idSuffix','overlayRoot','asObservable','delete-icon','data-embed-menu-slot','UniverProSheetsPrint','SheetsDataValidationUIMenuSchema','#ffffff','EMBED_MOUNT_CHILD_NOT_RESOLVED','getSnapshot','viewportPanOffset','DeleteIcon','EditorUIFloatingContainer','search','RibbonOthersGroup','IncreaseIcon','_resolveHostWheelGestureRoot','IBoardElementStateService','ReactDOM','list','root','OTHERS','blur','hidden$','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','padding','embed-ui.sheetsFloating.toolbar.filter','IBaseViewRegistryService','FOCUSING_SHEET','univer-box-border\x20univer-absolute\x20univer-inset-0\x20','_anchorModelService','univer-size-3.5','dropdown','_cleanupOrdinaryBodyChromeClaims','childContext','wrap','stage2','host-scroll','UniverSheetsSortUi','univer-pointer-events-none','univer-w-28\x20univer-truncate\x20univer-text-left','4464948rTdXui','viewState','_containsRegisteredElement','FOCUSING_SLIDE','embed-ui.basesFloating.copySuffix','activateTab','ExpandIcon','parseResourceRef','length','createScoped','isInternalEditorID','_embedModelService','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','makeDirty','embedFloatStage','fitContent','_blockRegistry','data-embed-overlay-root','OVERFLOW','TruncationIcon','UniverCore','function','@univerjs-pro/embed-ui','activeTableId','openSearch','[data-embed-overlay-root]','recordOrder','IBaseEditorService','reason','getColumnCount','context','_createMountFocusRestorer','ICanvasPopupService','exports.@univerjs-pro/embed.@univerjs-pro/license.@univerjs/core.@univerjs/docs-ui.@univerjs/sheets-ui.@univerjs/ui.@univerjs/design.react.rxjs.@univerjs-pro/boards.@univerjs-pro/boards-ui.react/jsx-runtime.@univerjs/docs.@univerjs/engine-render.@univerjs-pro/docs-table-ui.@univerjs-pro/bases-ui.@univerjs-pro/bases.react-dom.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-outline-ui.@univerjs-pro/sheets-pivot-ui.@univerjs-pro/sheets-print.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline-ui.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter-ui.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-note-ui.@univerjs/sheets-numfmt-ui.@univerjs/sheets-sort-ui.@univerjs/sheets-table-ui.@univerjs/sheets-thread-comment-ui.@univerjs/sheets.@univerjs-pro/slides.@univerjs-pro/slides-ui','ILayoutService','exited$','tableLike','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','UniverProBasesUi','observe','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','_touchServices','hostType','ZoomInIcon','BoardElementInsertService','embedSlidesPresentationInteractionGate','handleWheel','_activateTabPeerFocusLease','stage','doc-block','pointerup','FormulaBar','divider-font','findIndex','RibbonDataGroup','requestPreview','startX','table-','UniverEmbedPlugin','role','getViewport','activateAnchor','getUnit','IBaseEmbedRuntimeService','commandService','padding:16px','apply','instanceService','childType','startY','embed-ui.sheetsFloating.toolbar.textWrapMode.main','data-embed-interaction-boundary-owner','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','M1.98682\x2013.4992C1.98682\x2012.5603\x202.74793\x2011.7992\x203.68682\x2011.7992H14.2868C15.2257\x2011.7992\x2015.9868\x2012.5603\x2015.9868\x2013.4992V13.4992C15.9868\x2014.4381\x2015.2257\x2015.1992\x2014.2868\x2015.1992H3.68682C2.74793\x2015.1992\x201.98682\x2014.4381\x201.98682\x2013.4992V13.4992Z','transient','formatPainter','commandId','data-embed-runtime-slot-owner','Ribbon','_geometryInvalidated$','M3.32182\x202.60967C2.98161\x202.60967\x202.79671\x203.0074\x203.01601\x203.2675L6.85819\x207.8246C6.94943\x207.93282\x206.99947\x208.06981\x206.99947\x208.21136V12.7338C6.99947\x2012.898\x207.0998\x2013.0455\x207.2525\x2013.1058L8.73833\x2013.6928C9.00085\x2013.7965\x209.28531\x2013.6031\x209.28531\x2013.3208V8.21136C9.28531\x208.06981\x209.33535\x207.93282\x209.42659\x207.8246L13.2688\x203.2675C13.4881\x203.0074\x2013.3032\x202.60967\x2012.963\x202.60967H3.32182ZM2.09858\x204.04101C1.22139\x203.0006\x201.96097\x201.40967\x203.32182\x201.40967H12.963C14.3238\x201.40967\x2015.0634\x203.0006\x2014.1862\x204.04101L10.4853\x208.43054V13.3208C10.4853\x2014.4498\x209.34747\x2015.2237\x208.29742\x2014.8089L6.81158\x2014.2219C6.20078\x2013.9806\x205.79947\x2013.3905\x205.79947\x2012.7338V8.43054L2.09858\x204.04101Z','scaleY','ISlideEmbedActivationService','_notifyRuntimeFocusChanged','deltaMode','ribbon$','univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','docs-sticky-base','removeProperty','SHEET_FOOTER_BAR_HEIGHT','registerRoot','hasExact','tooltip','beforeCommandExecuted','clientY','EmbedActivationService','identifier:ui.popup.service','Inject','_portalObservers','clsx','_overlayRootService','mountMenu','bold','with','UniverProSheetsChartUi','IUIPartsService','[data-u-comp=\x22embed-float-dom-content\x22]','base-embed-floating-menu','useValue','preventDefault','getSlides','sourceMeta','host-scroll-sync','univer-text-red-500\x20hover:univer-text-red-600','bottom','M7.9999\x200.733398C8.33127\x200.733398\x208.5999\x201.00203\x208.5999\x201.3334V4.55137L9.57564\x203.57564C9.80995\x203.34132\x2010.1899\x203.34132\x2010.4242\x203.57564C10.6585\x203.80995\x2010.6585\x204.18985\x2010.4242\x204.42417L8.42417\x206.42417C8.18985\x206.65848\x207.80995\x206.65848\x207.57564\x206.42417L5.57564\x204.42417C5.34132\x204.18985\x205.34132\x203.80995\x205.57564\x203.57564C5.80995\x203.34132\x206.18985\x203.34132\x206.42417\x203.57564L7.3999\x204.55137V1.3334C7.3999\x201.00203\x207.66853\x200.733398\x207.9999\x200.733398Z','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','tableId','_boardUIStateService','GRID_ROW_HEADER_WIDTH','app','START','Node','MenuManagerPosition','matches','createPortal','getEmbedBoardsFloatingCustomData','useSyncExternalStore','packageName','span','measureContentSize','absolute','devicePixelRatio','univer.embed.host-vertical-wheel-attempted-event','doc-width-scale','UniverSheetsHyperLinkUi','runtimeHostLeaseService','_contextsByEmbedId','CLIP','horizontally-icon','activateFloating','resolveSlideLogicalPageSize','resolveGridRowHeight','brush-icon','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white','getCanvasEle','_session$','vertical','_getActiveElement','resolveActiveChildSessionRuntimeScope','ISheetEmbedFloatingGeometryService','bind','assign','_contentSizeRegistry','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','_mountFloatingMenu','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','ISlideEmbedFloatDomRenderer','roots','calculatePagePosition','defaultPageSize','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','closeRecordDetail','slides-floating-object','getCurrentUnitOfType','Base','position','embedId','vertical-integration-icon','reduce','pageManager','tableOrder','injector','min-height:96px','hostContext','\x20-\x20','path','setScrollState','aside','undoRedoStatus$','contextmenu','getId','SoftDeleteEmbedDescriptorMutation','_registerComponents','fontFamily','leftPanelWidth','removeEventListener','_materializeService','BOTTOM','existingEmbedId','style','customizeKanban','ActivateBaseViewOperation','EmbedHostContainerRegistryService','icon','enable','activationService','startWith','FontFamilyItem','beforeDeactivate','slide-readonly-preview-shell','hideAllContextualTabs','width','textColor','sceneCanvasCaptureService','M14.5179\x209.48875C14.5179\x209.99175\x2014.1101\x2010.3995\x2013.607\x2010.3995C13.1041\x2010.3995\x2012.6963\x209.99175\x2012.6963\x209.48875C12.6963\x209.1773\x2013.0455\x208.59966\x2013.3114\x208.20487C13.4549\x207.99177\x2013.7591\x207.99177\x2013.9027\x208.20486C14.1687\x208.59965\x2014.5179\x209.1773\x2014.5179\x209.48875Z','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','pageWidth','ISlideDrawingService','_config','UniverSheetsDataValidationUi','getRegistrationByChildUnitId','setStage','startsWith','getUnitId','getColVisible','menuSchema','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','CellPopupManagerService','UNRECOGNIZED','disposed','UniverLicensePlugin','_undoRedoService','_releaseBodyPortalClaims','openActiveEditor','contentHeight','tab-peer','registerCommand','ISheetHostChromeOverrideService','embed-float-dom-content','[data-embed-floating-menu-popup=\x22true\x22]','BASES_UI_PLUGIN_CONFIG_KEY','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','resolve','zoomRatio','SLIDE_PAGE_RECT_KEY','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','pointerId','arrow-left-icon','EMBED_MOUNT_CHILD_NOT_REGISTERED','embed-ui.basesFloating.tableSidebar.defaultTableName','.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]','addEventListener','getAncestorScale','_injector','useDependency','IBaseViewWheelScrollService','dispose','DocFloatMenuService','M12.666\x202.70571C11.7769\x201.76476\x2010.3295\x201.76476\x209.4404\x202.70571L3.37843\x209.12427C3.31779\x209.18848\x203.27756\x209.26409\x203.24979\x209.3439C3.24809\x209.3493\x203.24299\x209.3529\x203.24129\x209.3583L2.02912\x2013.2097C1.96112\x2013.4251\x202.01439\x2013.6633\x202.16626\x2013.8236C2.27393\x2013.9382\x202.41901\x2014\x202.56692\x2014C2.62699\x2014\x202.68762\x2013.9898\x202.74599\x2013.9688L6.3825\x2012.6846C6.3876\x2012.6828\x206.391\x2012.678\x206.39553\x2012.6762C6.47147\x2012.6474\x206.54287\x2012.6042\x206.60351\x2012.54L12.666\x206.12202C13.5558\x205.18048\x2013.5558\x203.64725\x2012.666\x202.70571ZM8.62832\x205.26209L9.04031\x205.69836C9.03918\x205.69956\x209.03748\x205.70016\x209.03634\x205.70136L4.99182\x209.9836L4.58096\x209.54853L8.62832\x205.26209ZM3.46287\x2012.4512L4.02673\x2010.6593L5.15446\x2011.8535L3.46287\x2012.4512ZM6.20342\x2011.2672L5.79256\x2010.8321L9.83709\x206.54988C9.83822\x206.54868\x209.83879\x206.54688\x209.83992\x206.54568L10.2513\x206.98135L6.20342\x2011.2672ZM11.8647\x205.27349L11.0532\x206.13282L9.42963\x204.41356L10.2411\x203.55423C10.6888\x203.08016\x2011.417\x203.08076\x2011.8642\x203.55423C12.3124\x204.0283\x2012.3124\x204.79942\x2011.8647\x205.27349Z','runtimeFocusChanged$','getResourceRefInputUnitSelector','margin-left','ComponentManager','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','type','item','univer-popup','[data-u-comp=\x22embed-float-dom-chrome\x22]','_createRenderScope','data-embed-child-render-mode','fullscreen-runtime','createDocsCustomBlockHostAdapterContribution','BoardDomLayerService','_contextsByHostAnchorId','pending','elementAdd$','autowrap-icon','ISlideEmbedFocusOwnerService','BoardViewportService','shiftKey','createSlidesPageListBlockHostAdapterContribution','baseUnitId','AllBorderIcon','body','fill','symbol','_isHTMLElement','M12.3335\x205.99984C12.3335\x205.75579\x2012.2001\x205.53124\x2011.9858\x205.41446C11.7716\x205.29767\x2011.5106\x205.30731\x2011.3055\x205.43959L9.97215\x206.29956C9.66274\x206.49912\x209.57368\x206.91173\x209.77325\x207.22115C9.97281\x207.53056\x2010.3854\x207.61961\x2010.6948\x207.42005L11.0002\x207.22312V9.99984C11.0002\x2010.368\x2011.2986\x2010.6665\x2011.6668\x2010.6665C12.035\x2010.6665\x2012.3335\x2010.368\x2012.3335\x209.99984V5.99984Z','conditional-formatting','M7.57564\x2010.3914C7.80995\x2010.6257\x208.18985\x2010.6257\x208.42417\x2010.3914L10.4242\x208.3914C10.6585\x208.15709\x2010.6585\x207.77719\x2010.4242\x207.54287C10.1899\x207.30856\x209.80995\x207.30856\x209.57564\x207.54287L7.9999\x209.11861L6.42417\x207.54287C6.18985\x207.30856\x205.80995\x207.30856\x205.57564\x207.54287C5.34132\x207.77719\x205.34132\x208.15709\x205.57564\x208.3914L7.57564\x2010.3914Z','detail','embed-ui.sheetsFloating.toolbar.font','data-embed-content-root'];_0x58f1=function(){return _0x374fd9;};return _0x58f1();}