@univerjs-pro/embed-ui 1.0.0-beta.0 → 1.0.0-beta.2

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 (126) 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 +204 -78
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/EmbedFloatDomRenderer.d.ts +3 -3
  63. package/lib/types/components/EmbedFloatFullscreenButton.d.ts +1 -0
  64. package/lib/types/components/EmbedMenuTooltip.d.ts +11 -0
  65. package/lib/types/components/EmbedPrintImage.d.ts +8 -0
  66. package/lib/types/components/EmbedRuntimeProviders.d.ts +2 -0
  67. package/lib/types/components/embed-float-dom-geometry.d.ts +4 -1
  68. package/lib/types/components/embed-float-dom-interaction.d.ts +11 -2
  69. package/lib/types/controllers/embed-host-popup-lifecycle.controller.d.ts +13 -0
  70. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +3 -2
  71. package/lib/types/controllers/embed-owned-dialog-cleanup.controller.d.ts +11 -0
  72. package/lib/types/controllers/embed-print.controller.d.ts +71 -0
  73. package/lib/types/controllers/embed-sheet-editor-shortcut.controller.d.ts +8 -0
  74. package/lib/types/locale/en-US.d.ts +6 -0
  75. package/lib/types/products/bases/EmbedChildView.d.ts +3 -3
  76. package/lib/types/products/bases/embed-content-size.d.ts +1 -0
  77. package/lib/types/products/boards/EmbedChildView.d.ts +2 -1
  78. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +6 -0
  79. package/lib/types/products/docs/docs-custom-block-layout.d.ts +1 -0
  80. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +7 -1
  81. package/lib/types/products/sheets/embed-content-size.d.ts +4 -0
  82. package/lib/types/products/slides/EmbedChildView.d.ts +4 -1
  83. package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
  84. package/lib/types/products/slides/register.d.ts +4 -0
  85. package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
  86. package/lib/types/services/embed-activation.service.d.ts +5 -1
  87. package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
  88. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +8 -2
  89. package/lib/types/services/embed-content-size-registry.service.d.ts +9 -1
  90. package/lib/types/services/embed-dom-wheel.d.ts +4 -2
  91. package/lib/types/services/embed-floating-menu-root.d.ts +2 -1
  92. package/lib/types/services/embed-fullscreen.service.d.ts +4 -1
  93. package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
  94. package/lib/types/services/embed-host-wheel-gesture.service.d.ts +1 -1
  95. package/lib/types/services/embed-host-zoom-wheel.d.ts +7 -0
  96. package/lib/types/services/embed-interaction-boundary.service.d.ts +8 -2
  97. package/lib/types/services/embed-mount.service.d.ts +8 -1
  98. package/lib/types/services/embed-presentation-policy.d.ts +1 -0
  99. package/lib/types/services/embed-print.service.d.ts +55 -0
  100. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
  101. package/lib/types/services/embed-render-child-view-contribution.d.ts +7 -3
  102. package/lib/types/services/embed-runtime-host-lease.service.d.ts +2 -2
  103. package/lib/types/services/embed-scene-canvas-capture.service.d.ts +29 -1
  104. package/lib/types/services/embed-ui-runtime-scope-lease.service.d.ts +16 -0
  105. package/lib/types/types/embed-ui.d.ts +29 -5
  106. package/lib/umd/index.js +1 -1
  107. package/lib/umd/locale/ar-SA.js +1 -1
  108. package/lib/umd/locale/ca-ES.js +1 -1
  109. package/lib/umd/locale/de-DE.js +1 -1
  110. package/lib/umd/locale/en-US.js +1 -1
  111. package/lib/umd/locale/es-ES.js +1 -1
  112. package/lib/umd/locale/fa-IR.js +1 -1
  113. package/lib/umd/locale/fr-FR.js +1 -1
  114. package/lib/umd/locale/id-ID.js +1 -1
  115. package/lib/umd/locale/it-IT.js +1 -1
  116. package/lib/umd/locale/ja-JP.js +1 -1
  117. package/lib/umd/locale/ko-KR.js +1 -1
  118. package/lib/umd/locale/pl-PL.js +1 -1
  119. package/lib/umd/locale/pt-BR.js +1 -1
  120. package/lib/umd/locale/ru-RU.js +1 -1
  121. package/lib/umd/locale/sk-SK.js +1 -1
  122. package/lib/umd/locale/vi-VN.js +1 -1
  123. package/lib/umd/locale/zh-CN.js +1 -1
  124. package/lib/umd/locale/zh-HK.js +1 -1
  125. package/lib/umd/locale/zh-TW.js +1 -1
  126. package/package.json +40 -37
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x5b76(_0x10a2f5,_0x5b0d8d){_0x10a2f5=_0x10a2f5-0x10e;const _0x4b8bbe=_0x4b8b();let _0x5b764f=_0x4b8bbe[_0x10a2f5];return _0x5b764f;}function _0x4b8b(){const _0x449063=['button','DependentOn','copyBaseTableSnapshot','IncreaseIcon','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','identifier:univer.ribbon-service','_containsRegisteredElement','BorderType','clip-path','embed-float-dom-content','divider-format','data-embed-child-type','slideOrder','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','shift','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','acquire','target','_routeWheelToHost','tabIndex','_registerChildFocusBridge','SlideEmbedReadonlyFloatingPreview','tag','commandId','__addUnit','tab','syncHostVerticalScroll','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','engine','portalContainer','previewUpdated$','pointermove','IContextService','_dispatchEscapeToFloatingSurface','CloseBasePanelOperation','UNRECOGNIZED','use','_hostContainerRegistry','getSheets','EMBED_MENU_OVERRIDE_TAB_REQUIRED','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','AddWorksheetMergeHorizontalCommand','contextChanged$','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','Plugin','activateTab','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-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','fit-width','UniverDesign','display:flex','createSlidesFloatingObjectHostAdapterContribution','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','data-embed-id','_embedModelService','manual','setLeftPanelWidth','ISheetHostChromeOverrideService','direction$','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','geometryInvalidated$','EmbedMountService','_previousChildCurrentUnits','syncingHostFromChild','onReady','_refreshHostDocZoom','getAllUnitsForType','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','position','hasAnyHostPreservingChildFocusLease','univer-text-red-500','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','_contextsByChildUnitId','view-','data-embed-menu-slot','univer-contents','pageWidth','pivot-table','Node','floating','svg','[data-embed-popup-root]','iterator','univer-doc-selection-container-__INTERNAL_EDITOR__','ICanvasPopupService','shouldRefreshDocsCustomBlockSizeForCommand','_boardUIStateService','0\x200\x2017\x2016','IRibbonOverrideService','resolvedDependencyCollection','[data-embed-float-dom=\x22true\x22][data-embed-id=\x22','calc(100%\x20-\x20','collectViewState','getViewScale','getEmbedBoardsFloatingCustomData','checkElementInCurrentContainers','base-embed-floating-menu','title-only','UNIVER_SLIDE','updateItem','child-tab','SheetsNumfmtUIMenuSchema','univer-doc-selection-container-docs-','conditional-formatting','pipe','embedSlidesPresentationInteractionGate','verticalScrollOwner','roots','_getBodyPortalOwner','_ownedEmbedAppliesToChildUnit','IDocEmbedInteractionBoundaryService','setSearchQuery','identifier','BaseViewWheelScrollService','_releaseBodyPortalClaims','disposables','MoveBaseViewCommand','ref','columnHeader','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','removeRender','SheetsFloatingObject','keyboard','hideFloatMenu','closeContextMenu','top\x20left','registerRenderModule','UndoCommand','univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700','values','scrollTop','getActiveDescriptors','MergeAllIcon','board-embed:','defaults','startsWith','hideAllContextualTabs','subUnitId','_focusDocumentBody','base-embed-fullscreen-add-view-menu','placeholder','FilterIcon','bleedWidth','ContextMenuService','activatedTab$','ribbonService','popupRoot','sourceMeta','data-validation','_registerComponents','_focusUnit','find','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','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','EMBED_RUNTIME_HOST_NOT_ATTACHED:','createRender','stopEditingCell','body','pointerId','SheetsPivotTableUIMenuSchema','mount','horizontal','descriptor','childUnit','UniverProDocsTableUi','_projectionService','clipPath','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','state$','_resolveChildSessionMode','setFocusOwner','EmbedModelService','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','[id^=\x22__editor_docs-\x22]','viewportPanOffset','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','univer-fixed\x20univer-z-[900]','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','resolvedDependencies','runtimeFocusOwners','abs','_rootsByHostAnchorId','slides-ui.embed','IRenderManagerService','ContextMenu','embedSlidesPresentationPreviewImage','querySelector','collapsedGroupPaths','_renderOne','embedId','activateSession','_notifyRuntimeSessionChanged','13px','getRegistration','getPrototypeOf','floatingMenuInsetTop','sheets-ui.ribbon','IDocEmbedRuntimeFocusCoordinator','getProjection','getElementDataForUnit','Escape','renderScope','createDefaultDocsTableLikeCustomBlockBleedViewport','[data-embed-floating-menu-entry]','_normalizeHostMountResult','RemoveWorksheetMergeCommand','_getEventClientPoint','value','registerOwnedElement','area','viewId','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','UniverSheetsDrawingUi','univer-pointer-events-auto\x20univer-gap-1.5\x20[&_svg]:!univer-size-3.5','RedoCommand','getPreview','_handlers','_leases','setSearchActiveIndex','value$','Failed\x20to\x20load\x20embedded\x20sheet.','translateY(','defaultPrevented','IBaseEmbedFloatingActiveService','liveRoot','SheetShapeTextEditorContainer','RenameBaseTableCommand','base-embed-view-slot','aspect-fit','IContextMenuService','univer-z-30','open','_registerFloatingMenus','getOwnPropertySymbols','UniverProSlides','getLocales','_getOwnedEmbedIdFromTarget','name','embed-ui.sheetsFloating.toolbar.textColor.main','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','associatedChildUnitIds','findIndex','contentHeight','alt','customizeField','EMPTY','resolveGridRowHeight','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','univer-min-w-0\x20univer-truncate','docs-ui.ribbon','getSheetBySheetId','xlink:href','_mountOwnedSession','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','self','items','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','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','[data-embed-overlay-root]','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','SetDocZoomRatioOperation','pointer','getUnitId','mask','deltaY','hideToolbar','FloatingToolbarSplitTrigger','RibbonPosition','getRegistrationByChildUnitId','getConfig','clearSelection','_flushPendingContributions','pluginName','EMBED_CHILD_UNIT_ID_ATTRIBUTE','StopBaseEditingCellOperation','pageMarginLeft','instanceService','floatingMenus','container','univer-pointer-events-auto\x20univer-min-w-0\x20univer-self-stretch','selections','mode','unitDisposed$','colorChannel1','BoardElementInsertService','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','startX','TOP','stage-change','fromEntries','ISlideEmbedRuntimeService','workbench','background:rgba(99,102,106,.06)','univer-pointer-events-none','_setCurrentUnitForType','_markBodyPortalOwner','hostAnchorId','initialWidth',':anonymous:','maxExpansion','min','registerChildInteraction','beforeDeactivate','univer-overflow-hidden','RibbonOthersGroup','ActivateBaseViewOperation','[data-u-comp=\x22embed-float-dom-content\x22]','ResetRangeTextColorCommand','removeAttribute','toDisposable','ISidebarService','DesktopRibbonService','menuContainer','backgroundColor','openActiveEditor','filter-icon','box-sizing:border-box','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','[data-embed-fullscreen-sidebar-slot=\x22true\x22]','[data-embed-float-dom=\x22true\x22]','_registerRuntimeBoundary','EditorContainer','NumberIcon','BorderStyleTypes','EMBED_MOUNT_CHILD_NOT_REGISTERED','align-top-icon','Workbook','exit','SheetsOutlineUIMenuSchema','BaseViewType','getAncestorScale','calendarViewSettings','forEach','resolveStackUnitId','EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON','IConfigService','IBaseEmbedRuntimeFocusCoordinator','WrapStrategy','stage','refCount','IImageIoService','session','univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','Separator','clientX','resolveDocsTableLikeCustomBlockBleedViewport','UniverProSlidesUi','before:univer-hidden','_context','RenderBaseWorkbench','disposeWithMe','_rememberPreviousChildCurrentUnit','embed-ui.basesFloating.viewSettings.deleteView','bottom','activateFloating','getSnapshot','disableEdit','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','Injector','univer-box-border\x20univer-px-24','fullscreen','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','_contentSizeRegistry','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-700','univer-flex\x20univer-items-center\x20univer-justify-center','horizontally-icon','rect-popup','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','data-embed-host-unit-id','registerElement','defs','RibbonViewGroup','getActive','embed-ui.basesFloating.confirmDelete.tableTitle','_entriesByKey','mountMenu','_session$','embedHostEntry','univer-z-[2]\x20univer-flex\x20univer-h-full','createBasesTableListBlockHostAdapterContribution','px\x200)','_isBlockingLease','getRenderUnitById','data-embed-content-root','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','disposeUnit','[data-u-comp=\x22base-embed-view-slot\x22]','Fragment','resizeDocsSheetLikeRendererByWheel','closeOwnedFloatingSurfaces','test','[data-u-comp=\x22headerbar\x22]','hostAnchorRecord','child-editor','embedChildRenderMode','children','IBaseEmbedRuntimeService','_key','hidePopupsForUnit','embed-ui.basesFloating.viewSettings.configureView','resolveRuntimeScopeByChildUnitId','SetEmbedDescriptorMutation','ignoreOwners','0\x200\x2020\x2021','_mountFloatingMenu','BorderLine','startWith','Subscription','embedChildRenderStatus','pending','UniverIcon','embed-ui.sheetsFloating.align.bottom','setTimeout','cancel-merge-icon','interactionFlow','74OneJMk','from','subscribe','renderScopeActive','[data-embed-sheets-sheet-tab-host=\x22','_registerServices','_getHostSnapshot','align-bottom-icon','IBaseHostChromeOverrideService','deactivateFloatingSession','BOARDS_UI_PLUGIN_CONFIG_KEY','dragStarted','gate','8px','_contextService','removeAllRanges','IMenuManagerService','identifier:ui.contextmenu.service','BaseDuplicateTableDialog','getContextValue','Ribbon','BaseToolbar','asObservable','unitAdded$','getCurrentUnitOfType','embed-float-dom-chrome','_sync','UniverSheetsFilterUi','brush-icon','index','_configService','univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','executeCommand','sort','configurations','activateTable','_tabFocusLeases','sheet.operation.open.numfmt.panel','SetRangeTextColorCommand','BoardUIStateService','parentElement','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','_releaseTabPeerFocusLease','makeDirty','UniverSheetsConditionalFormattingUi','ToolbarButton','embed-ui.sheetsFloating.toolbar.mergeCell.main','_registerRootPopupDescendantFocusRoles','jsx','setAttribute','AddWorksheetMergeCommand','AddViewMenu','isArray','identifier:','onScrollByBar$','getByEmbedId','passiveViewportRegistry','BoldIcon','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','ISlideDrawingService','createDefaultViewName','rootElement','embed-ui.sheetsFloating.borderLine.borderSize','hidden$','createSlidesPageListBlockHostAdapterContribution','role','UniverCore','data-embed-popup-root','version','_getCurrentUnitId','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','scrollLeft','getViewport','ISheetEmbedFloatingGeometryService','isEmbedBoardsFloatingElement','span','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','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','embedChildType','\x20/\x20','pointercancel','_undoRedoService','ZoomInIcon','rxjs','clientY','data-embed-sheets-sheet-tab-host','M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','FOCUSING_DOC','fitToWidth','univer-grid\x20univer-gap-0.5','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','_isUniverPortalCandidate','search','UniverProBasesUi','displayTarget','supports','zoom','registerCtorForType','stopImmediatePropagation','FOCUSING_BOARD','floatingActiveService','getColVisible','AutoFillPopupMenu','BaseUIPopupService','divider-block','mounted','getActiveDescriptorsByChildUnit','evenodd','offsetWidth','embed-ui.boardsFloating.resetZoom','defaultPluginConfig','root','drawings','docs-ui.embed','SetCellEditVisibleOperation','sheet-overlay','ActivateBaseTableOperation','tab-peer-runtime','SetRangeFontFamilyCommand','calendarEventSettings','listElements','collapsedIds$','_collectOwnedFloatingSurfaceRoots','_setAnchorTransformerVisible','data-embed-overlay-root','toString','keydown','bold','views','substring','embedModelService','IRibbonService','_univerInstanceService','inline','UniverProBoards','sceneCanvasCaptureService','customizeGallery','_blurActiveElementBeforePortalReassignment','pointerLease','focus','mounting','enable','_rendering','1018400QmeEUU','zoomRatio','_isAppShellEditorPortalCandidate','undoRedoStatus$','_override$','embedFloatingMenuEntry','_observeWheel','defineProperty','childOffset','[id^=\x22univer-doc-selection-container-docs-\x22]','AlignTopIcon','ctrlKey','dependencyCollection','inert','embed-ui.basesFloating.confirmDelete.viewTitle','ISlideEmbedRuntimeFocusCoordinator','RIBBON','UNIVER_EMBED_UI_PLUGIN','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','_setRenderFailure','MoreDownIcon','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','data-radix-popper-content-wrapper','settleDelayMs','clearFocusOwner','getDescriptor','EMBED_RUNTIME_HOST_ALREADY_LEASED:','UniverSheetsThreadCommentUi','status','enter','bases-table-list-block','visible','resize','maxRetries','documentElement','activeElement','remove','LEFT','ISlideEmbedMountService','composedPath','Inject','scroll-contained','hostUnitId','_isBodyPortalCandidate','getProvider','_cleanupOrdinaryBodyChromeClaims','list','redos','subscribeVerticalScroll','RightJustifyingIcon','useRef','_activePortalOwners','layout','catch','decoratorName','SheetsHyperLinkUIMenuSchema','includes','overlayRoot','UniverSheetsHyperLinkUi','activatePortalScope','fieldOrder','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','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','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','getSheetId','tableOrder','Arial','univer-pointer-events-auto\x20univer-shrink-0','resolveDocsTableLikeCustomBlockContentHeight','packageName','getCanvasElement','sparkline','resolveSlideLogicalPageSize','[data-embed-float-fullscreen-button]','maxDepth','_clearItems','clearActiveEditing','hyper-link','SetBaseZoomOperation','THIN','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','_mountService','float','fontFamily','embed-float-dom-overlay','displayName','bleedRight','embedChildRenderUnitId','child-popup','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','UNIVER_SHEET','UniverProSheetsShapeUi','_maxDepth','recordId','AlignBottomIcon','getContextByEmbedId','get','top','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','listSessions','metaKey','registerEmbedProductMenuContribution','readonly','[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]','SHEET_FOOTER_BAR_HEIGHT','viewportScrollY','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','menu','_leaseSequence','clientWidth','description','lockHostRibbon','WRAP','parentEmbedId','hostChromeMode','unmountFloatingSessions','wheel','_anchorModelService','UniverProBases','markStale','RenameBaseViewCommand','_childViewRegistry','restoreViewState','viewportHeight','clearFullscreen','width:100%','content-only','isSheetLikeDocsCustomBlockChildType','onCommandExecuted','embedSlidesPresentationSurface','fromResourceRefUnitType','_getDocsLeft','setZoom','BASES_UI_PLUGIN_CONFIG_KEY','order','checkContentIsFocused','string','embed-ui.basesFloating.viewSettings.title','univer-h-8\x20univer-w-full\x20univer-px-2','UniverSheetsTableUi','_contributions','embedLayout','keys','dialog','exited$','layoutPolicy','embedRuntimeBlocked','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','LocaleService','UpdateBoardElementMutation','hostLayout$','data-u-comp','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','mergeMenu','http://www.w3.org/2000/svg','DocSkeletonManagerService','HTMLElement','host','_getLatestActivePortalOwner','embed-ui.sheetsFloating.textWrap.clip','BoardTextEditingService','createDocsCustomBlockSizeRefreshScheduler','pageMarginRight','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','mousedown','_createMountFocusRestorer','useCallback','clientHeight','388612cUbKkL','with','_mountResolvedHost','closeRecordDetail','SheetsSelectionsService','[data-u-comp=\x22embed-float-dom-live\x22]','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','unitID','viewScale','_getSlideModel','ScrollBar','[data-u-comp=\x22embed-float-dom-chrome\x22]','deltaMode','_rerenderHostDoc','connectInjector','deleteConfig','defIds','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','menuChanged$','pointerEvents','getFocusOwner','height:100%','identifier:univer.sheet.selection-render-service','runtimeHostLeaseService','resolveDocsTableLikeCustomBlockContentWidth','inactive','startEditingCell','design','CreateBaseViewCommand','embed-ui.fullscreen.exit','_leaseAppliesToHostUnit','setStage','merge-all-icon','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','data-embed-slides-floating-object-host','toStringTag','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','BaseEditorService','activeViewId','GRID_HEADER_HEIGHT','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','closeSearch','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','add','BoardSelectionService','[data-radix-popper-content-wrapper]','allowDirectBodyPortal','isChildUnitInActiveSession','scopedInjector','_createRenderScope','embed-ui.boardsFloating.fitContent','_sessions','resolve','hostType','ribbon$','CENTER','__embedSharedRootInjector','createScoped','contribution','_layoutService','SheetsShapeUIMenuSchema','objectFit','SheetsFilterUIMenuSchema','getPendingRequests','getOwnPropertyNames','divider-layout','deleteBlock','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','mountService','registerMultipleCommand','_sortHandlers','univer-gap-1\x20univer-px-1.5\x20univer-text-sm','LeftJustifyingIcon','runtimeFocusChanged$','next','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','cycle','[data-embed-interaction-boundary-owner]','DeleteBaseViewCommand','ownedPointerInteractionUntil','event','small','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','UniverDocs','mountIntoHostElement','focused$','_materializeService','_assertChildUnitAvailable','map','restoreAnchor','_isBlockingRole','univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','localeChanged$','classic','_drainQueue','divider-font','formatPainter','IBaseViewWheelScrollService','invalidate','[data-embed-floating-menu=\x22true\x22]','data-embed-canvas-root','EmbedReferencedUnitMaterializeService','token','footer','hasAttribute','CanvasPopupService','closeActiveEditor','tableId','fontSize','CheckMarkIcon','AllBorderIcon','isInternalEditorID','isHostGesture','_renderManagerService','retry','ISheetEmbedRuntimeFocusCoordinator','_markExistingBodyPortals','IUniverInstanceService','embed-ui.sheetsFloating.toolbar.filter','SetBaseScrollOperation','bind','embed-ui.basesFloating.duplicateTable.copyName','resolveBoardInteractionConfig','createInstance','reverse','univer-size-7','innerHeight','setActivatedTab','docs-','setLeftSidebarVisible','selector','INSERT','sWidth','univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','BrushIcon','_isOwnedBoundaryElement','parseResourceRef','getBoundingClientRect','clearVirtualRecords','reason','RemoveEmbedCommand','productName','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','getMergedMenuSchema','getObject','hasRecentInteractionFor','disconnect','data-embed-child-render-unit-id','drawImage','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.@univerjs/engine-render.react/jsx-runtime.@univerjs/docs.@univerjs-pro/docs-table-ui.@univerjs-pro/bases.@univerjs-pro/bases-ui.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','univer-size-3\x20univer-shrink-0','content-bounds-fit','src','onHostWheel','data-embed-footer-slot','horizontalAlign','section','floor','#b91c1c','deltaX','_initializeFloatingSessionActiveState','setActive','query','fit','clsx','MenuManagerPosition','priority','disableLiveHostPointerEvents','calculatePagePosition','_isHostDocEditorPortal','ownerDocument','Base','CreateEmbedCommand','DropdownMenu','tab-peer','requestPreview','UNIVER_DOC','boards-floating-object','Nested\x20embed\x20is\x20not\x20supported.','OVERFLOW','ready','_relocateExistingSession','error','_restorePreviousChildCurrentUnit','app','BOTTOM','makeForceDirty','_getAnyActiveElement','setContextValue','_ensurePortalObserver','has','embedRenderScopeActive','#ffffff','image/png','scrollState','IBaseCanvasRootResolverService','viewSettings','_floatingActiveService','isolate','image','slide-page-list','[data-embed-runtime-focus-role]','forwardRef','supportedLayouts','number-icon','ISlideEmbedFloatingActiveService','univer-text-red-500\x20hover:univer-text-red-600','call','undos','unsubscribe','expand-icon','_getChildUnitForMeasurement','Docs','createDefaultBaseTableSnapshot','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','stage2-runtime','CreateBaseTableCommand','_instanceService','zoomStep','viewOrder','sheet-embed-floating-menu','size','_focusCoordinator','BoardImageInsertService','splice','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','ZoomOutIcon','clearFloating','hostElement','pen-icon','@univerjs-pro/embed-ui','SheetsPrintMenuSchema','BASE_VIEW_MENU_ITEMS','more-down-icon','runtimeRoots','SetRangeFontSizeCommand','isConnected','closeToolbarPanel','deepCompare','wrap','left','replaceChildren','attributes','embed-ui.basesFloating.confirmDelete.tableDescription','UniverProSheetsOutlineUi','deactivateTabSessions','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','getContext','round','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','docsSheetLikeLayout','SetTextWrapCommand','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','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','radio','apply','doc-width-scale','_portalObservers','sheets-sheet-tab','verticalAlign','ExpandIcon','UniverProEmbed','DocViewScaleService','registerItem','contentWidth','EmbedHostEntryEnum','UniverUi','CloseBaseContextMenuOperation','unmount','inset(0\x200\x20','hidden','none','menuSchema','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','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-white\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','TruncationIcon','ISlideEmbedActivationService','embed-ui.sheetsFloating.toolbar.numberFormat','matches','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','embedSheetsSheetTabError','_assertResolvedChild','_isUniverPortalTreeElement','_registerProductUIContributions','_active$','takeRecords','activeSlideId$','scopedActionServiceTokens','_getHostUnit','_itemId','embed-ui.deleteBlock','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','warn','pageManager','getUnit','_notifyRuntimeFocusChanged','cancelAnimationFrame','_getOrCreateRender','[data-embed-interaction-boundary-owner=\x22','embed-ui.basesFloating.tableSidebar.defaultTableName','overflow','BaseDeleteConfirmDialog','runtime-pointer','SheetsChartUIMenuSchema','nextSibling','aria-hidden','max-depth','blur','setPreview','IUIRuntimeScopeService','removeChild','BASE_LEFT_PANEL_DEFAULT_WIDTH','[data-u-comp=\x22embed-float-dom-live-content\x22]','embed-float-dom-live','embed-ui.boardsFloating.delete','6zEhNrS','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','pointer-events','BaseViewIcon','preventDefault','contains','CanvasFloatDomPreviewService','univer-flex\x20univer-items-center\x20univer-gap-1','overlay','6614FzpkqE','FORMULA_EDITOR_ACTIVATED','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','lease','allowOwnedPortalReassignment','embedHostAnchorId','data','min-height:96px','width','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','registerContext','SetVerticalTextAlignCommand','getSlide','symbol','_resolveHostWheelGestureRoot','fakeToolbarVisible$','FONT_SIZE_LIST','openToolbarPanel','DEFAULT_WORKSHEET_COLUMN_WIDTH','SoftDeleteEmbedDescriptorMutation','getCanvasEle','_pendingChildUnits','SlideEmbedChildWorkbench','arrow-left-icon','ISlideEmbedFocusOwnerService','embed.sheets.','pointerdown','VIEW_MAIN','embedChildRenderError','child-session','Previous\x20page','_boardElementStateService','univer-w-28\x20univer-truncate\x20univer-text-left','current','canvasFloatDomPreviewService','NoBorderIcon','toResourceRefUnitType','contextmenu','collectDocsTableLikeEmbedChildUnitIds','embedFullscreenStatus','item','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','vertical-integration-icon','canvas','scaleY','getStage','fullscreen-runtime','_injector','_hostGestureEvents','active$','disabled','BoardToolService','Slides','start','px)','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','customizeKanban','_claimBodyPortals','stage2','max-width','viewState','_hasContributionId','DATA','scopedRenderInjector','requestAnimationFrame','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','Observable','rowHeight','no-color-double-icon','base-embed-add-view-menu','context','embed-ui.sheetsFloating.align.left','activate','ILayoutService','getChildContext','getState','hostHeaderMode','measureContentSize','path','uComp','active','_isHTMLElement','ComponentManager','useMemo','UniverDocsUi','getBaseFloatingPosition','childUnitId','materializeDescriptor','enableStage1BodyDrag','_domLayerService','embed-ui.basesFloating.viewSettings.addView','univer-truncate','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','embed-float-dom-live-content','rules','getValue','runtimeSessionChanged$','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','SheetsDataValidationUIMenuSchema','hideTrackWhenUnscrollable','table','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','_componentManager','_resolveFloatingSurfaceRoot','bubbles','getContextByHostAnchorId','START','group','485283rXBNFC','_restoreStage2ChildFocusWhenHostRefocuses','getAll','useSyncExternalStore','embed-ui.sheetsFloating.toolbar.resetColor','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','position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;','right-justifying-icon','removeProperty','FORMULAS','table-','_modelService','triggerContextMenu','EmbedFullscreenService','VerticalCenterIcon','interactionBoundaryService','_enableEmbedUnitLeasePolicy','divider-format-tools','indexOf','setActiveSheet','ALL','getActiveSheet','IBaseEmbedFloatingGeometryService','Disposable','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','stale','-100000px','decorate','MutationObserver','hasHostPreservingChildFocusLeaseForHost','_nextIndex','textContent','note','activateView','_mountBlockedRuntime','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','createScopedBaseCanvasRootResolverService','stable','divider-border','subscribeEvent','FOCUSING_UNIT','child-scroll','hostOffset','_activateTabPeerFocusLease','kind','routeHostGestures','defaultColumnWidth','restoreService','_isRuntimeFocusRole','dispose','scaleX','getByHostAnchorId','important','_rootsByEmbedId','maxHeight','IBoardElementService','Gantt','BehaviorSubject','expiresAt','_geometryInvalidated$','ICommandService','subscribeConfigValue$','univer-pointer-events-auto\x20univer-max-w-full\x20!univer-bg-transparent\x20dark:!univer-bg-transparent','SlidesFloatingObject','session$','hasAnyChildInteractionLease','registerProvider','createUnit','univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','tables','BoardsFloatingObject','0\x200\x2016\x2016','SetRangeBoldCommand','OneToOneIcon','retrying-base-child-render','isolation','univer-text-primary-600','UniverProEmbedUi','hasChildInteractionLease','focusUnit','_entriesByEmbedId','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','increase-icon','UNIVER_BASE','pointerup','focusin','ISheetEmbedInteractionBoundaryService','getId','_findPreviousReadyEntry','querySelectorAll','setCurrentUnitForType','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','715833ZbKjpc','vertical-center-icon','startedAt','runtime','stopPropagation','child-fullscreen','IBaseGlobalPortalService','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:univer-pointer-events-none\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','unitId','BaseDataModel','block','bases-ui.embed','hasRecentInteraction','DEFAULT_EMBED_TAB_LAYOUT_POLICY','print','commandService','EmbedFocusOwnerService','1em','host-passive','set','GLOBAL','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','BaseUIStateService','number','Tooltip','startY','click','sheet-workbench','-44px','getContextByChildUnitId','slides-page-list-block','SheetsThreadCommentUIMenuSchema','clearTimeout','menuSlot','PaintBucketDoubleIcon','fitContent','_releaseTabPeerFocusLeasesForHost','IUndoRedoService','handleRegisteredWheel','getCurrentTypeOfUnit$','getTypeOfUnitDisposed$','setZoomRatioAtViewportPoint','activeTableId','UniverEmbedPlugin','disposed','univer-min-w-0\x20univer-truncate\x20univer-text-left','allowed','acquireLease','docs-sticky-base','DocSelectionRenderService','BoardShapeTextEditorContainer','UniverSheetsNoteUi','numberFormat','shiftViewportPanOffset','defaultPageSize','ColorPicker','handleWheel','right','UniverEmbedUIPlugin','showContextualTab','some','dblclick','Boards','elementUpdate$','registerMountedRuntime','currentColor','getParentEmbedId','ThemeService','fallbackHeight','previewService','univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600','register','rowHeader','attrs','entry','_leaseAppliesToChildUnit','AddWorksheetMergeVerticalCommand','_commandService','CancelMergeIcon','doc-block-stage2-runtime','univer.embed.forwarded-wheel-event','_isDetachedOffscreenPortalCandidate','_getActiveOwnedRuntimeFocusInfo','absolute','dpr','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','BoardViewportService','setDocsCustomBlockRenderViewportProvider','idSuffix','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','slide-workbench','unregisterCommand','title','SlideEmbedFloatingPreview','color:rgba(30,34,43,.64)','shiftKey','scale(','data-embed-interaction-boundary-owner','IBaseEditorService','scene','univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','_selectAnchor','overflowY','openContextMenu','DocsTablePassiveWheelService','SetHorizontalTextAlignCommand','_baseUIStateService','EMBED_MOUNT_HOST_NOT_REGISTERED','sessionMode','toPrimitive','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','push','SELF','EmbedHostAdapterRegistryService','IBoardUIStateService','docs-sticky-sheet','deferred','SheetsSparklineUIMenuSchema','transform','hasHostPreservingChildFocusLease','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','ReactDOM','detail','data-embed-child-render-mode','mainComponent','padding:16px','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','_registerProductMenus','entries','3723390MKeeoG','SetBackgroundColorCommand','deltaZ','getFlatMenuByPositionKey','HorizontalMergeIcon','univer-size-3.5','AutowrapIcon','finally','updateViewState','addDescriptor','ArrowLeftIcon','Sidebar','_runtimePolicyService','FontColorDoubleIcon','prepare','_childUnitAncestry','UniverSheetsNumfmtUi','CLIP','_runChildBeforeDeactivate','observe','dispatchEvent','sequence','GRID_SUMMARY_HEIGHT','capture','vertical','getBoardPointFromClient','generateRandomId','flatMap','0\x200\x2017\x2017','identifier:ui.layout-service','elementRemove$','embed-ui.basesFloating.delete','_current','_contextsByHostAnchorId','syncExecuteCommand','ArrowRightIcon','getOffsetConfig','addedNodes','visibility','enableExclusivePolicy','viewportScrollX','slides-floating-object','BoardWorkbench','hideHostFxBar','EmbedChildViewRegistryService','key','data-embed-runtime-focus-role','Button','doc-block','createRibbonOverride','override$','OTHERS','zIndex','tab-active','DEFAULT_TOTAL_SIZE','base-embed-view-panel','SheetsConditionalFormattingUIMenuSchema','EmbedUnitLeasePolicyService','getGridProjectionBodyHeight','_registrations','useDependency','_sceneCanvasCaptureService','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','_exited$','BORDER_SIZE_CHILDREN','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-white','setConfig','embed-float-dom-live-canvas','stage1','_resolvedChildUnits','factory','embedChildUnitId','\x20-\x20','_getActiveElement','hasBlockingChildFocusLease','_registerLateProductUIContributions','left-justifying-icon','SheetBar','defaultView','one-to-one-icon','runtimeHost','Module','_focusLayout','univer-fill-gray-900\x20dark:!univer-fill-white','img','floating-stage','object','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','_boardElementService','_scheduleFloatingChildFocus','disposable','OverflowIcon','virtualWidth','aside','pageId','addEventListener','GRID_ADD_FIELD_COLUMN_WIDTH','_findFallbackUnitId','_hasUnit','pushUndoRedo','justify-content:center','univer-gap-0.5\x20univer-px-1','hasExact','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','docs-custom-block','host-scroll-sync','DesktopSidebarService','sheet.command.smart-toggle-filter','toDataURL','previewRequested$','RIGHT','all','clearTab','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','identifier:ui.sidebar.service','length','borderComposite','updatedAt','initial','Next\x20page','getFocusedUnit','getUnitCreateOptions','element','embed-ui','setActiveSlide','Bases','trim','[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view','OpenBaseActiveEditorOperation','menuOutlet','useState','getRowVisible','useFactory','StartBaseEditingCellOperation','chrome','popup','child-keyboard','scroll','DocPageLayoutService','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','_disposed','_getChildSessionPriority','join','VerticalIntegrationIcon','ISheetEmbedRuntimeService','LookUp','activationService','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','appendChild','univer-text-sm','config','CloseBaseRecordDetailPanelOperation','embed-docs-custom-block','deferInactive','addDisposer','univer-min-w-0','scrollWidth','_runQueue','FOCUSING_SLIDE','_markInteractionBoundaryOwnerTree','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','unmerge','activeUntil','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','cssText','syncingChildFromHost','div','registerCommand','field-','_isOwnedElement','replace','_overlayRootService','registerContextMenuHandler','embed-ui.boardsFloating.zoomIn','tabindex','toggleAttribute','_focusTemporarySink','contentRoot','max','hostScrollOffset','true','_runtimeScopes','isChildUnitRuntimeEvent','classList','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','display','conditionalColoring','innerWidth','DOCS_UI_PLUGIN_CONFIG_KEY','unit','sheets-ui.embed','content','stroke','parentNode','SKIP_SELF','usesDomFloatingStage','now','focusCoordinator','hostContext','fallbackWidth','altKey','DeleteBaseTableCommand','configChanged$','getTypeOfUnitAdded$','__editor___INTERNAL_EDITOR__','tooltip','resolved','duplicateView','dividerBefore','embed-ui.basesFloating.confirmDelete.viewDescription','canMount','_passiveWheelHandlerRegistry','icon','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','getCanvas','document','className','EmbedHostMenuOverrideService','surface','moved','message','_registerDefaultHostToolbar','React','Subject','label','univer-popup','_ownedRuntimeFocusAppliesToHost','hideContextualTab','FOCUSING_SHEET','style','childContext','allowHostBodyDrag','sheets-floating-object','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','color','reduce','waiting-base-canvas-root','Missing\x20embed\x20float\x20preview\x20provider:\x20','useEffect','type','useValue','slides-ui.ribbon','docsLeft','HorizontalAlign','drawing','_rootsByChildUnitId','getRuntimeRoots','EmbedHostAnchorModelService','IBaseProjectionService','closest','.univer-popup,\x20.univer-popover,\x20.univer-dropdown,\x20[data-radix-popper-content-wrapper],\x20[data-u-comp=\x22rect-popup\x22],\x20[role=\x22dialog\x22],\x20[role=\x22listbox\x22],\x20[role=\x22menu\x22],\x20[role=\x22tooltip\x22]','Slide\x20','height','focusFloatingRuntime','createElement','ribbon','_roots','getCacheKey','interactionGate','univer-fill-primary-600','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','pageContentWidth','_getVisibleCanvasDocumentRect','UniverProSheetsPivotUi','_items','closed','activateFullscreen','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','embedSlidePreviewCanvasHost','delete','class','dataset','containsElement','notifyExited','#app','embed-ui.basesFloating.copySuffix','hideContextMenu','outline','removeEventListener','renderManagerService','registerRuntimeScope','schedule','_handleDragStart','font:13px/1.5\x20sans-serif','baseUnitId','univer:embed-float-drag-handle:pointerdown','merge','onMutationExecutedForCollab','getActiveSlide','[data-embed-floating-menu-popup=\x22true\x22]','_menuOverrideService','childType','getSlides','univer-size-6\x20univer-p-0','_touchServices','ISlideDrawingStateService','records','nested','activateAnchor','activeEmbedId','_resolveChildUnitId','univer-dropdown','setSelection','_activeDrain','_currentOverride','touchAction','elementAdd$','params','openSearch','setProperty','acquireStage2SessionLease','scrollHeight','CellPopupManagerService','Dropdown','_queue','IBaseUIStateService','host-scroll','_blockRegistry','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','Embed','false','pushUndoRedoForChild','_focusTabPeerSession','prototype','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','_removeRuntimeFocusRoleTree','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','registerRoot','univer-bg-white\x20dark:!univer-bg-gray-900','url(#$1','UNIVER_BOARD','_contextsByEmbedId','KeyboardEvent','table-list','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','enabled','slice','SHEET_VIEWPORT_KEY','UniverInstanceType','function','IBaseViewRegistryService','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','sheetLike','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','clearUnit','IBoardEmbedRuntimeFocusCoordinator','_hostAdapterRegistry','child','documentFlavor','_focusOwnerService','activeIndex','IBaseUIPopupService','elementsFromPoint','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','_providers','embed-ui.sheetsFloating.toolbar.font','canvasRootClassName','createScopedBaseGlobalPortalService','scrollByViewportDeltaVal','hypot','ghost','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','bleedLeft','auto','_resolveLayout','floating-menu','getUnitType','_elements','embed-ui.sheetsFloating.toolbar.border.main','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','activated$','getBaseFloatingPanelPortalContainer','getAttribute','dropdown','0\x20/\x200','graceMs','_pendingPortalOwner','passiveWheelHandlerRegistry','owner','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','getSession','defaultRowHeight','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','truncation-icon','_config','SetBorderBasicCommand','GRID_ROW_HEADER_WIDTH','OpenBasePanelOperation','leftPanelWidth','MIDDLE','VIEWPORT_KEY','then','__editor_docs-','embed-ui.sheetsFloating.toolbar.textWrapMode.main','render','includeAppShellEditorPortal','flushForTests','FOCUSING_','IBoardElementStateService','revision','getOverride','CanvasPopup','IUIPartsService','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','restoreEmbed','injector','base-workbench','7442428sSTspF','releaseStage2SessionLeaseIfActivationDoesNotStick','EDITOR_ACTIVATED','embed-ui.boardsFloating.zoomOut','inset','source','RibbonFormulasGroup','_activeDragCleanup','useObservable','canvasRoot','clipBottom','allowPlaceholder','VerticalAlign','beforeCommandExecuted','host-override','visualOffset','bases-ui.ribbon','assign','BoardShapeIntrinsicSizeService','filter','[data-u-comp=\x22embed-docs-custom-block\x22]','cancelable','jsxs','subscribeContextValue$','medium','UniverSheets','GRID_DEFAULT_COLUMN_WIDTH','embed-ui.sheetsFloating.toolbar.fillColor.main','FontFamilyItem','getAncestryForHostUnit','BoardDomLayerService','stickyHeaderHeight','_isHostPreservingLease','doc-flow','darkMode','isFinite','univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','_wheelScrollService','amd','FloatDom','overflow-icon','externalHostInteractionUntil','clear','univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','PenIcon','captureByHostAnchorId','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','getZoomRatio','runtimeScope','_markRuntimeFocusRole','hasCommand','DeviceInputEventType','_ribbonOverrideService','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','textColor','100%','getStickyHeaderHeight','embed-ui.sheetsFloating.toolbar.bold','IconManager'];_0x4b8b=function(){return _0x449063;};return _0x4b8b();}(function(_0x2fae0a,_0x5cb30a){const _0x4b3996=_0x5b76,_0x55ce52=_0x2fae0a();while(!![]){try{const _0x32d943=parseInt(_0x4b3996(0x821))/0x1*(parseInt(_0x4b3996(0x366))/0x2)+-parseInt(_0x4b3996(0x3d2))/0x3+parseInt(_0x4b3996(0x222))/0x4+-parseInt(_0x4b3996(0x4af))/0x5+-parseInt(_0x4b3996(0x35d))/0x6*(-parseInt(_0x4b3996(0x646))/0x7)+parseInt(_0x4b3996(0x17a))/0x8+-parseInt(_0x4b3996(0x42e))/0x9;if(_0x32d943===_0x5cb30a)break;else _0x55ce52['push'](_0x55ce52['shift']());}catch(_0x214fa9){_0x55ce52['push'](_0x55ce52['shift']());}}}(_0x4b8b,0x8565f),function(_0x1d4811,_0x5308df){const _0x26c261=_0x5b76;typeof exports==_0x26c261(0x505)&&typeof module<'u'?_0x5308df(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('@univerjs/engine-render'),require('react/jsx-runtime'),require('@univerjs/docs'),require('@univerjs-pro/docs-table-ui'),require('@univerjs-pro/bases'),require('@univerjs-pro/bases-ui'),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==_0x26c261(0x602)&&define[_0x26c261(0x66c)]?define(_0x26c261(0x2b7)['split']('.'),_0x5308df):(_0x1d4811=typeof globalThis<'u'?globalThis:_0x1d4811||self,_0x5308df(_0x1d4811[_0x26c261(0x41f)]={},_0x1d4811[_0x26c261(0x327)],_0x1d4811['UniverProLicense'],_0x1d4811[_0x26c261(0x12d)],_0x1d4811[_0x26c261(0x3ba)],_0x1d4811['UniverSheetsUi'],_0x1d4811[_0x26c261(0x32c)],_0x1d4811[_0x26c261(0x6b2)],_0x1d4811[_0x26c261(0x58d)],_0x1d4811[_0x26c261(0x13e)],_0x1d4811[_0x26c261(0x171)],_0x1d4811['UniverProBoardsUi'],_0x1d4811['UniverEngineRender'],_0x1d4811[_0x26c261(0x58d)],_0x1d4811[_0x26c261(0x275)],_0x1d4811[_0x26c261(0x725)],_0x1d4811[_0x26c261(0x1f0)],_0x1d4811[_0x26c261(0x148)],_0x1d4811[_0x26c261(0x4a7)],_0x1d4811['UniverProSheetsChartUi'],_0x1d4811[_0x26c261(0x316)],_0x1d4811[_0x26c261(0x5b6)],_0x1d4811['UniverProSheetsPrint'],_0x1d4811[_0x26c261(0x1d5)],_0x1d4811['UniverProSheetsSparklineUi'],_0x1d4811[_0x26c261(0x117)],_0x1d4811['UniverSheetsDataValidationUi'],_0x1d4811[_0x26c261(0x755)],_0x1d4811[_0x26c261(0x83c)],_0x1d4811[_0x26c261(0x1b4)],_0x1d4811[_0x26c261(0x461)],_0x1d4811[_0x26c261(0x4bf)],_0x1d4811['UniverSheetsSortUi'],_0x1d4811[_0x26c261(0x205)],_0x1d4811[_0x26c261(0x195)],_0x1d4811[_0x26c261(0x65f)],_0x1d4811[_0x26c261(0x76b)],_0x1d4811[_0x26c261(0x7dc)]));}(this,function(_0x2504c6,_0x233a55,_0x30a8b7,_0x21e99d,_0x5bd767,_0x26ee58,_0x384c00,_0x5b4c13,_0x373e09,_0x465e89,_0x47567d,_0x16b137,_0x59d49a,_0x520e3c,_0x1d121b,_0x208925,_0x33460d,_0x131d37,_0x4e63dc,_0xec8a6a,_0x2bf96f,_0x5b8907,_0x351483,_0x3ac220,_0x55519e,_0x343139,_0x507f27,_0x399b45,_0x452a3f,_0xe98019,_0x1fefc8,_0x16ef27,_0x3da0f7,_0x478a8b,_0x27112d,_0x46b290,_0x4caf4a,_0x365cfa){const _0x3431b8=_0x5b76;Object[_0x3431b8(0x181)](_0x2504c6,Symbol[_0x3431b8(0x245)],{'value':_0x3431b8(0x500)});var _0x400768=_0x3431b8(0x308),_0x3cfb97='1.0.0-beta.0';function _0x5bb4cc({ref:_0xe30973,..._0x29aa8e}){const _0x30b52e=_0x3431b8;let {icon:_0xa525b0,id:_0x33e55a,className:_0x2269b9,extend:_0x23b110,..._0x253f54}=_0x29aa8e,_0x138349=('univerjs-icon\x20univerjs-icon-'+_0x33e55a+'\x20'+(_0x2269b9||''))[_0x30b52e(0x52d)](),_0x372c90=(0x0,_0x373e09[_0x30b52e(0x1ac)])('_'+_0xa1d4ca());return _0x2c75d8(_0xa525b0,''+_0x33e55a,{'defIds':_0xa525b0[_0x30b52e(0x232)],'idSuffix':_0x372c90[_0x30b52e(0x387)]},{'ref':_0xe30973,'className':_0x138349,..._0x253f54},_0x23b110);}function _0x2c75d8(_0x3a6371,_0x144c79,_0x1bbae4,_0x3680ca,_0x30ff17){const _0x5d9036=_0x3431b8;return(0x0,_0x373e09[_0x5d9036(0x5ad)])(_0x3a6371[_0x5d9036(0x697)],{'key':_0x144c79,..._0x336fcf(_0x3a6371,_0x1bbae4,_0x30ff17),..._0x3680ca},(_0x2f7b6f(_0x3a6371,_0x1bbae4)[_0x5d9036(0x80d)]||[])[_0x5d9036(0x27a)]((_0x3a3ff9,_0x7aba43)=>_0x2c75d8(_0x3a3ff9,_0x144c79+'-'+_0x3a6371['tag']+'-'+_0x7aba43,_0x1bbae4,void 0x0,_0x30ff17)));}function _0x336fcf(_0x25d583,_0x25a671,_0x46442d){const _0xfae202=_0x3431b8;let _0x3dedb5={..._0x25d583[_0xfae202(0x477)]};_0x46442d!=null&&_0x46442d['colorChannel1']&&_0x3dedb5['fill']===_0xfae202(0x79c)&&(_0x3dedb5['fill']=_0x46442d['colorChannel1']),_0x46442d!=null&&_0x46442d[_0xfae202(0x79c)]&&_0x3dedb5[_0xfae202(0x56f)]===_0xfae202(0x79c)&&(_0x3dedb5[_0xfae202(0x56f)]=_0x46442d[_0xfae202(0x79c)]),_0x25d583[_0xfae202(0x697)]===_0xfae202(0x788)&&_0x3dedb5['id']&&(_0x3dedb5['id']+=_0x25a671[_0xfae202(0x486)]),Object[_0xfae202(0x4ae)](_0x3dedb5)[_0xfae202(0x7ce)](([_0x57a047,_0x274d47])=>{const _0x4b81e2=_0xfae202;_0x57a047===_0x4b81e2(0x788)&&typeof _0x274d47==_0x4b81e2(0x202)&&(_0x3dedb5[_0x57a047]=_0x274d47[_0x4b81e2(0x559)](/url\(#(.*)\)/,_0x4b81e2(0x5f8)+_0x25a671[_0x4b81e2(0x486)]+')'));});let {defIds:_0x4d8115}=_0x25a671;return!_0x4d8115||_0x4d8115[_0xfae202(0x522)]===0x0?_0x3dedb5:(_0x25d583[_0xfae202(0x697)]===_0xfae202(0x6a5)&&_0x3dedb5[_0xfae202(0x77c)]&&(_0x3dedb5[_0xfae202(0x77c)]+=_0x25a671[_0xfae202(0x486)]),Object[_0xfae202(0x4ae)](_0x3dedb5)['forEach'](([_0x1e1966,_0x27e004])=>{const _0x508e6c=_0xfae202;typeof _0x27e004==_0x508e6c(0x202)&&(_0x3dedb5[_0x1e1966]=_0x27e004[_0x508e6c(0x559)](/url\(#(.*)\)/,_0x508e6c(0x5f8)+_0x25a671[_0x508e6c(0x486)]+')'));}),_0x3dedb5);}function _0x2f7b6f(_0x47e999,_0x5b4b70){const _0x5b1c69=_0x3431b8;var _0x37cb56;let {defIds:_0x49e9b8}=_0x5b4b70;return!_0x49e9b8||_0x49e9b8[_0x5b1c69(0x522)]===0x0?_0x47e999:_0x47e999[_0x5b1c69(0x697)]===_0x5b1c69(0x7f4)&&(_0x37cb56=_0x47e999[_0x5b1c69(0x80d)])!=null&&_0x37cb56[_0x5b1c69(0x522)]?{..._0x47e999,'children':_0x47e999['children'][_0x5b1c69(0x27a)](_0x2951d5=>typeof _0x2951d5['attrs']['id']==_0x5b1c69(0x202)&&_0x49e9b8&&_0x49e9b8[_0x5b1c69(0x1b2)](_0x2951d5[_0x5b1c69(0x477)]['id'])?{..._0x2951d5,'attrs':{..._0x2951d5[_0x5b1c69(0x477)],'id':_0x2951d5['attrs']['id']+_0x5b4b70[_0x5b1c69(0x486)]}}:_0x2951d5)}:_0x47e999;}function _0xa1d4ca(){const _0x4d5578=_0x3431b8;return Math['random']()[_0x4d5578(0x168)](0x24)[_0x4d5578(0x16c)](0x2,0x8);}_0x5bb4cc[_0x3431b8(0x1cf)]=_0x3431b8(0x81c);let _0x599cb1={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x552),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'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':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x598),'fillRule':'evenodd','clipRule':_0x3431b8(0x156)}}]},_0x45fdde=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x2d432f,_0x3423eb){const _0x81b9f6=_0x3431b8;return(0x0,_0x373e09[_0x81b9f6(0x5ad)])(_0x5bb4cc,Object[_0x81b9f6(0x657)]({},_0x2d432f,{'id':_0x81b9f6(0x828),'ref':_0x3423eb,'icon':_0x599cb1}));});_0x45fdde[_0x3431b8(0x1cf)]=_0x3431b8(0x1d8);let _0x29f4d0={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x719)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x754)}}]},_0x4a1181=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x3607e1,_0x10dcb2){const _0x2776d7=_0x3431b8;return(0x0,_0x373e09['createElement'])(_0x5bb4cc,Object[_0x2776d7(0x657)]({},_0x3607e1,{'id':_0x2776d7(0x7c7),'ref':_0x10dcb2,'icon':_0x29f4d0}));});_0x4a1181[_0x3431b8(0x1cf)]=_0x3431b8(0x184);let _0x3d5022={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x815),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x3431b8(0x49c),'transform':'matrix(-1\x200\x200\x201\x2020\x200)','fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x1b19a2=(0x0,_0x373e09['forwardRef'])(function(_0x4daeaf,_0x332823){const _0x17c680=_0x3431b8;return(0x0,_0x373e09[_0x17c680(0x5ad)])(_0x5bb4cc,Object['assign']({},_0x4daeaf,{'id':_0x17c680(0x37d),'ref':_0x332823,'icon':_0x3d5022}));});_0x1b19a2[_0x3431b8(0x1cf)]=_0x3431b8(0x4b9);let _0xc14382={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':'0\x200\x2020\x2021','width':_0x3431b8(0x43f),'height':'1em'},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x49c),'fillRule':'evenodd','clipRule':_0x3431b8(0x156)}}]},_0xd51725=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x55b311,_0x5cd7f1){const _0x4c7f3e=_0x3431b8;return(0x0,_0x373e09[_0x4c7f3e(0x5ad)])(_0x5bb4cc,Object[_0x4c7f3e(0x657)]({},_0x55b311,{'id':'arrow-right-icon','ref':_0x5cd7f1,'icon':_0xc14382}));});_0xd51725['displayName']=_0x3431b8(0x4d2);let _0x348b76={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':'1em'},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x21d)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x246)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':'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'}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':'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'}}]},_0x12ab9b=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x472001,_0x2f3471){const _0x55a6ac=_0x3431b8;return(0x0,_0x373e09[_0x55a6ac(0x5ad)])(_0x5bb4cc,Object['assign']({},_0x472001,{'id':'autowrap-icon','ref':_0x2f3471,'icon':_0x348b76}));});_0x12ab9b[_0x3431b8(0x1cf)]=_0x3431b8(0x4b5);let _0x5e8708={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':'0\x200\x2016\x2016','width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x4a6),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x15267a=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x3b48b8,_0x29eb8d){const _0x3edc3b=_0x3431b8;return(0x0,_0x373e09[_0x3edc3b(0x5ad)])(_0x5bb4cc,Object[_0x3edc3b(0x657)]({},_0x3b48b8,{'id':'bold-icon','ref':_0x29eb8d,'icon':_0x5e8708}));});_0x15267a['displayName']=_0x3431b8(0x124);let _0xb052bd={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x778),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x3eab2c=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x29a2be,_0x3254a3){const _0x2e3dde=_0x3431b8;return(0x0,_0x373e09[_0x2e3dde(0x5ad)])(_0x5bb4cc,Object[_0x2e3dde(0x657)]({},_0x29a2be,{'id':_0x2e3dde(0x83d),'ref':_0x3254a3,'icon':_0xb052bd}));});_0x3eab2c[_0x3431b8(0x1cf)]=_0x3431b8(0x2a8);let _0x118686={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':'1em'},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x5ed)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x782)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':'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'}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x1d3)}}]},_0x4ca3bf=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x15c334,_0x380c2){const _0xa988dd=_0x3431b8;return(0x0,_0x373e09[_0xa988dd(0x5ad)])(_0x5bb4cc,Object[_0xa988dd(0x657)]({},_0x15c334,{'id':_0xa988dd(0x81f),'ref':_0x380c2,'icon':_0x118686}));});_0x4ca3bf[_0x3431b8(0x1cf)]=_0x3431b8(0x47c);let _0x2eda44={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':'1em'},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x642),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x5cbf32=(0x0,_0x373e09['forwardRef'])(function(_0x297dc3,_0x35c373){const _0x1eec18=_0x3431b8;return(0x0,_0x373e09[_0x1eec18(0x5ad)])(_0x5bb4cc,Object[_0x1eec18(0x657)]({},_0x297dc3,{'id':'check-mark-icon','ref':_0x35c373,'icon':_0x2eda44}));});_0x5cbf32[_0x3431b8(0x1cf)]=_0x3431b8(0x28f);let _0x5bb6c4={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':'0\x200\x2016\x2016','width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x1b9)}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x3c7)}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x68e)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x138),'fillRule':'evenodd','clipRule':_0x3431b8(0x156)}}]},_0x2309c2=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x2dca53,_0x1cf4fc){const _0x1a9998=_0x3431b8;return(0x0,_0x373e09[_0x1a9998(0x5ad)])(_0x5bb4cc,Object[_0x1a9998(0x657)]({},_0x2dca53,{'id':'delete-icon','ref':_0x1cf4fc,'icon':_0x5bb6c4}));});_0x2309c2[_0x3431b8(0x1cf)]='DeleteIcon';let _0x230867={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':_0x3431b8(0x43f)},'children':[{'tag':'path','attrs':{'stroke':_0x3431b8(0x46f),'d':_0x3431b8(0x3c2),'strokeLinecap':'round','strokeLinejoin':_0x3431b8(0x31a),'strokeWidth':1.2}}]},_0x2fae4f=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x18421a,_0x42abd7){const _0x296f02=_0x3431b8;return(0x0,_0x373e09[_0x296f02(0x5ad)])(_0x5bb4cc,Object[_0x296f02(0x657)]({},_0x18421a,{'id':_0x296f02(0x2f4),'ref':_0x42abd7,'icon':_0x230867}));});_0x2fae4f['displayName']=_0x3431b8(0x326);let _0x194d7e={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':'0\x200\x2017\x2016','width':_0x3431b8(0x43f),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x6f8),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x5434f3=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x3d1881,_0x35c6ac){const _0x23db2f=_0x3431b8;return(0x0,_0x373e09[_0x23db2f(0x5ad)])(_0x5bb4cc,Object[_0x23db2f(0x657)]({},_0x3d1881,{'id':_0x23db2f(0x7bc),'ref':_0x35c6ac,'icon':_0x194d7e}));});_0x5434f3[_0x3431b8(0x1cf)]=_0x3431b8(0x70e);let _0x33555b={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x62d),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x72d),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0xa964ce=(0x0,_0x373e09['forwardRef'])(function(_0x489497,_0x5c927d){const _0x16e911=_0x3431b8;return(0x0,_0x373e09[_0x16e911(0x5ad)])(_0x5bb4cc,Object[_0x16e911(0x657)]({},_0x489497,{'id':'horizontal-merge-icon','ref':_0x5c927d,'icon':_0x33555b}));});_0xa964ce[_0x3431b8(0x1cf)]=_0x3431b8(0x4b3);let _0xe53484={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x2f8)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x274)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':'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'}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x730)}}]},_0x1a1e22=(0x0,_0x373e09['forwardRef'])(function(_0x38ce6f,_0x216be1){const _0x5317d9=_0x3431b8;return(0x0,_0x373e09[_0x5317d9(0x5ad)])(_0x5bb4cc,Object[_0x5317d9(0x657)]({},_0x38ce6f,{'id':_0x5317d9(0x7ef),'ref':_0x216be1,'icon':_0xe53484}));});_0x1a1e22[_0x3431b8(0x1cf)]='HorizontallyIcon';let _0x35bca4={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':'none','viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x6ac)}}]},_0x1234f2=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x427b2d,_0xf44ab0){const _0x89d175=_0x3431b8;return(0x0,_0x373e09[_0x89d175(0x5ad)])(_0x5bb4cc,Object['assign']({},_0x427b2d,{'id':_0x89d175(0x424),'ref':_0xf44ab0,'icon':_0x35bca4}));});_0x1234f2[_0x3431b8(0x1cf)]=_0x3431b8(0x684);let _0x423195={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':'1em'},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x2f8)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x125)}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x114)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x228)}}]},_0x21e834=(0x0,_0x373e09['forwardRef'])(function(_0x2c41e3,_0x2422bf){const _0x587347=_0x3431b8;return(0x0,_0x373e09[_0x587347(0x5ad)])(_0x5bb4cc,Object['assign']({},_0x2c41e3,{'id':_0x587347(0x4fb),'ref':_0x2422bf,'icon':_0x423195}));});_0x21e834[_0x3431b8(0x1cf)]=_0x3431b8(0x26a);let _0x3b03ca={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':'0\x200\x2016\x2016','width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x39d)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','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'}}]},_0x553160=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x27d3b,_0x5206da){const _0x29b650=_0x3431b8;return(0x0,_0x373e09['createElement'])(_0x5bb4cc,Object['assign']({},_0x27d3b,{'id':_0x29b650(0x242),'ref':_0x5206da,'icon':_0x3b03ca}));});_0x553160[_0x3431b8(0x1cf)]=_0x3431b8(0x705);let _0x42c9a1={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x79e),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x3b926f=(0x0,_0x373e09['forwardRef'])(function(_0x3eef83,_0x829ded){const _0xe301fa=_0x3431b8;return(0x0,_0x373e09[_0xe301fa(0x5ad)])(_0x5bb4cc,Object[_0xe301fa(0x657)]({},_0x3eef83,{'id':_0xe301fa(0x30b),'ref':_0x829ded,'icon':_0x42c9a1}));});_0x3b926f['displayName']=_0x3431b8(0x18e);let _0x5e4b35={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':'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'}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x265)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x3431b8(0x770)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x233)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x24a)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x784)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x3ea)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x71a)}}]},_0x1421e7=(0x0,_0x373e09['forwardRef'])(function(_0x33083a,_0x12f2ee){const _0x150d59=_0x3431b8;return(0x0,_0x373e09[_0x150d59(0x5ad)])(_0x5bb4cc,Object[_0x150d59(0x657)]({},_0x33083a,{'id':'no-border-icon','ref':_0x12f2ee,'icon':_0x5e4b35}));});_0x1421e7['displayName']=_0x3431b8(0x389);let _0x1c5f04={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x53a),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x2b0671=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x55b35d,_0x43b0ec){const _0x2f0441=_0x3431b8;return(0x0,_0x373e09[_0x2f0441(0x5ad)])(_0x5bb4cc,Object['assign']({},_0x55b35d,{'id':_0x2f0441(0x2ee),'ref':_0x43b0ec,'icon':_0x1c5f04}));});_0x2b0671[_0x3431b8(0x1cf)]=_0x3431b8(0x7c4);let _0x2c85d6={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x38f)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':'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'}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x728)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x69c)}},{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':'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','fillRule':'evenodd','clipRule':_0x3431b8(0x156)}}]},_0x2eb3c3=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x487d56,_0x5e2088){const _0x1c511d=_0x3431b8;return(0x0,_0x373e09[_0x1c511d(0x5ad)])(_0x5bb4cc,Object[_0x1c511d(0x657)]({},_0x487d56,{'id':_0x1c511d(0x4fe),'ref':_0x5e2088,'icon':_0x2c85d6}));});_0x2eb3c3['displayName']=_0x3431b8(0x41b);let _0x52b019={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':'0\x200\x2016\x2016','width':_0x3431b8(0x43f),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x620)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x3431b8(0x584)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x567)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':'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'}}]},_0x507cb4=(0x0,_0x373e09['forwardRef'])(function(_0x5fc0b2,_0x153249){const _0x9ca9f9=_0x3431b8;return(0x0,_0x373e09[_0x9ca9f9(0x5ad)])(_0x5bb4cc,Object[_0x9ca9f9(0x657)]({},_0x5fc0b2,{'id':_0x9ca9f9(0x66e),'ref':_0x153249,'icon':_0x52b019}));});_0x507cb4[_0x3431b8(0x1cf)]=_0x3431b8(0x50a);let _0x4fc6a9={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x31f)}}]},_0x31576b=(0x0,_0x373e09['forwardRef'])(function(_0x273164,_0x350ce7){const _0x1dcbcc=_0x3431b8;return(0x0,_0x373e09[_0x1dcbcc(0x5ad)])(_0x5bb4cc,Object[_0x1dcbcc(0x657)]({},_0x273164,{'id':_0x1dcbcc(0x307),'ref':_0x350ce7,'icon':_0x4fc6a9}));});_0x31576b[_0x3431b8(0x1cf)]=_0x3431b8(0x672);let _0x57efb3={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':'1em'},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x2f8)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x6c4)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x114)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x67b)}}]},_0x3b7bd7=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x1f7295,_0x3d2d90){const _0x14fc49=_0x3431b8;return(0x0,_0x373e09[_0x14fc49(0x5ad)])(_0x5bb4cc,Object[_0x14fc49(0x657)]({},_0x1f7295,{'id':_0x14fc49(0x3d9),'ref':_0x3d2d90,'icon':_0x57efb3}));});_0x3b7bd7[_0x3431b8(0x1cf)]=_0x3431b8(0x1ab);let _0x14fe6c={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x212)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x604)}}]},_0x455cc0=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x29372e,_0x4584a7){const _0x45c713=_0x3431b8;return(0x0,_0x373e09['createElement'])(_0x5bb4cc,Object[_0x45c713(0x657)]({},_0x29372e,{'id':_0x45c713(0x62e),'ref':_0x4584a7,'icon':_0x14fe6c}));});_0x455cc0[_0x3431b8(0x1cf)]=_0x3431b8(0x335);let _0x5efc4d={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x7f1)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x5f3)}},{'tag':_0x3431b8(0x3b4),'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'}}]},_0x2f3ebf=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x574a50,_0x22d349){const _0x52cd2f=_0x3431b8;return(0x0,_0x373e09[_0x52cd2f(0x5ad)])(_0x5bb4cc,Object[_0x52cd2f(0x657)]({},_0x574a50,{'id':_0x52cd2f(0x42f),'ref':_0x22d349,'icon':_0x5efc4d}));});_0x2f3ebf['displayName']=_0x3431b8(0x3e0);let _0x301bdf={'tag':'svg','attrs':{'xmlns':_0x3431b8(0x214),'fill':'none','viewBox':_0x3431b8(0x4cb),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x137),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':'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','fillRule':'evenodd','clipRule':'evenodd'}}]},_0x514a5e=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x336cc2,_0x5baf3d){const _0x205f80=_0x3431b8;return(0x0,_0x373e09[_0x205f80(0x5ad)])(_0x5bb4cc,Object[_0x205f80(0x657)]({},_0x336cc2,{'id':_0x205f80(0x390),'ref':_0x5baf3d,'icon':_0x301bdf}));});_0x514a5e[_0x3431b8(0x1cf)]=_0x3431b8(0x53e);let _0x533423={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x690)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x1e4),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x338d44=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x57430b,_0x1178f1){return(0x0,_0x373e09['createElement'])(_0x5bb4cc,Object['assign']({},_0x57430b,{'id':'zoom-in-icon','ref':_0x1178f1,'icon':_0x533423}));});_0x338d44['displayName']=_0x3431b8(0x13d);let _0x2aa39a={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x487)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x54f),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x572b4c=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x4963ea,_0x1e064c){const _0x42d962=_0x3431b8;return(0x0,_0x373e09['createElement'])(_0x5bb4cc,Object[_0x42d962(0x657)]({},_0x4963ea,{'id':'zoom-out-icon','ref':_0x1e064c,'icon':_0x2aa39a}));});_0x572b4c[_0x3431b8(0x1cf)]=_0x3431b8(0x304);let _0x39b0cc={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x6d8),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x79c),'d':_0x3431b8(0x18c)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x542),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}}]},_0x379b39=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x401883,_0x43dab2){const _0x5c0c28=_0x3431b8;return(0x0,_0x373e09[_0x5c0c28(0x5ad)])(_0x5bb4cc,Object[_0x5c0c28(0x657)]({},_0x401883,{'id':'font-color-double-icon','ref':_0x43dab2,'icon':_0x39b0cc}));});_0x379b39[_0x3431b8(0x1cf)]=_0x3431b8(0x4bc);let _0x361a81={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x419),'width':'1em','height':_0x3431b8(0x43f)},'children':[{'tag':'path','attrs':{'fill':_0x3431b8(0x46f),'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':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x79c),'d':_0x3431b8(0x141),'fillRule':_0x3431b8(0x156),'clipRule':'evenodd'}}]},_0x40094c=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x5d2c18,_0x345fbe){const _0xe8211d=_0x3431b8;return(0x0,_0x373e09[_0xe8211d(0x5ad)])(_0x5bb4cc,Object[_0xe8211d(0x657)]({},_0x5d2c18,{'id':_0xe8211d(0x3aa),'ref':_0x345fbe,'icon':_0x361a81}));});_0x40094c['displayName']='NoColorDoubleIcon';let _0x2afe1b={'tag':_0x3431b8(0x6d1),'attrs':{'xmlns':_0x3431b8(0x214),'fill':_0x3431b8(0x331),'viewBox':_0x3431b8(0x6d8),'width':_0x3431b8(0x43f),'height':_0x3431b8(0x43f)},'children':[{'tag':_0x3431b8(0x3b4),'attrs':{'fill':'currentColor','d':_0x3431b8(0x333),'fillRule':_0x3431b8(0x156),'clipRule':_0x3431b8(0x156)}},{'tag':_0x3431b8(0x3b4),'attrs':{'fill':_0x3431b8(0x46f),'d':_0x3431b8(0x606)}},{'tag':'path','attrs':{'fill':_0x3431b8(0x79c),'d':_0x3431b8(0x18c)}}]},_0xc7861b=(0x0,_0x373e09[_0x3431b8(0x2ec)])(function(_0x173c69,_0x482c8c){const _0x34242b=_0x3431b8;return(0x0,_0x373e09[_0x34242b(0x5ad)])(_0x5bb4cc,Object[_0x34242b(0x657)]({},_0x173c69,{'id':'paint-bucket-double-icon','ref':_0x482c8c,'icon':_0x2afe1b}));});_0xc7861b[_0x3431b8(0x1cf)]=_0x3431b8(0x450);function _0x4470c1(_0x68d1e4,_0x74edd1){const _0x3e664d=_0x3431b8;return _0x68d1e4[_0x3e664d(0x338)]('['+_0x74edd1+']')?_0x68d1e4:_0x68d1e4[_0x3e664d(0x73b)]('['+_0x74edd1+']')??void 0x0;}function _0x40fba1(_0x1503ca){const _0x1e57e5=_0x3431b8;let _0x559715=[];return _0x2fc07a(_0x1503ca,_0x1e57e5(0x801),_0x1e57e5(0x7b0),_0x559715),_0x2fc07a(_0x1503ca,_0x1e57e5(0x286),_0x1e57e5(0x802),_0x559715),_0x2fc07a(_0x1503ca,_0x1e57e5(0x167),_0x1e57e5(0x31e),_0x559715),_0x2fc07a(_0x1503ca,_0x1e57e5(0x12e),_0x1e57e5(0x31e),_0x559715),(0x0,_0x21e99d[_0x1e57e5(0x7b6)])(()=>{const _0x6e8b24=_0x1e57e5;_0x559715[_0x6e8b24(0x7ce)](_0x5b980f=>_0x5b980f[_0x6e8b24(0x19e)]());});}function _0x2fc07a(_0x20796d,_0x14b68f,_0x32115f,_0x1ee57e){const _0x39a824=_0x3431b8;let _0x46dad8=_0x4470c1(_0x20796d,_0x14b68f);if(_0x46dad8)return _0x46dad8;let _0x38de1e=document['createElement']('div');return _0x38de1e[_0x39a824(0x11c)](_0x14b68f,_0x39a824(0x563)),_0x38de1e[_0x39a824(0x11c)]('data-embed-runtime-slot-owner',_0x39a824(0x52a)),_0x38de1e[_0x39a824(0x587)]='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x32115f,_0x20796d[_0x39a824(0x543)](_0x38de1e),_0x1ee57e[_0x39a824(0x49d)](_0x38de1e),_0x38de1e;}function _0x42665b(_0xa5ae86){'@babel/helpers - typeof';const _0xfa7ec7=_0x3431b8;return _0x42665b=typeof Symbol==_0xfa7ec7(0x602)&&typeof Symbol[_0xfa7ec7(0x6d3)]=='symbol'?function(_0x32c9b7){return typeof _0x32c9b7;}:function(_0x3d9dc9){const _0x1a7bd5=_0xfa7ec7;return _0x3d9dc9&&typeof Symbol==_0x1a7bd5(0x602)&&_0x3d9dc9['constructor']===Symbol&&_0x3d9dc9!==Symbol[_0x1a7bd5(0x5f2)]?_0x1a7bd5(0x373):typeof _0x3d9dc9;},_0x42665b(_0xa5ae86);}function _0x4b1692(_0xdb7837,_0x2b8e90){const _0x30c029=_0x3431b8;if(_0x42665b(_0xdb7837)!=_0x30c029(0x505)||!_0xdb7837)return _0xdb7837;var _0x51f8b6=_0xdb7837[Symbol[_0x30c029(0x49b)]];if(_0x51f8b6!==void 0x0){var _0x5a48fa=_0x51f8b6[_0x30c029(0x2f1)](_0xdb7837,_0x2b8e90||'default');if(_0x42665b(_0x5a48fa)!='object')return _0x5a48fa;throw TypeError(_0x30c029(0x6bc));}return(_0x2b8e90===_0x30c029(0x202)?String:Number)(_0xdb7837);}function _0x13e89f(_0x253a37){const _0x4dbe07=_0x3431b8;var _0x409822=_0x4b1692(_0x253a37,_0x4dbe07(0x202));return _0x42665b(_0x409822)==_0x4dbe07(0x373)?_0x409822:_0x409822+'';}function _0x2c4771(_0x4dadd5,_0x55a10e,_0x25ba6d){return(_0x55a10e=_0x13e89f(_0x55a10e))in _0x4dadd5?Object['defineProperty'](_0x4dadd5,_0x55a10e,{'value':_0x25ba6d,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4dadd5[_0x55a10e]=_0x25ba6d,_0x4dadd5;}var _0x101d0b=class{constructor(){_0x2c4771(this,'_contributions',new Map());}[_0x3431b8(0x475)](_0x30cce9){const _0x255fd5=_0x3431b8;return this['_contributions'][_0x255fd5(0x441)](_0x30cce9[_0x255fd5(0x5d2)],_0x30cce9),(0x0,_0x21e99d[_0x255fd5(0x7b6)])(()=>{const _0x3ddd79=_0x255fd5;this[_0x3ddd79(0x206)][_0x3ddd79(0x1da)](_0x30cce9['childType'])===_0x30cce9&&this[_0x3ddd79(0x206)][_0x3ddd79(0x5bc)](_0x30cce9[_0x3ddd79(0x5d2)]);});}['get'](_0xffd4a6){const _0x50b2ce=_0x3431b8;return this['_contributions'][_0x50b2ce(0x1da)](_0xffd4a6);}[_0x3431b8(0x1a8)](){const _0x4ff9a6=_0x3431b8;return[...this[_0x4ff9a6(0x206)][_0x4ff9a6(0x702)]()];}},_0x13b828=class{constructor(){const _0x377a55=_0x3431b8;_0x2c4771(this,_0x377a55(0x33e),new _0x465e89[(_0x377a55(0x40b))](null)),_0x2c4771(this,_0x377a55(0x397),this[_0x377a55(0x33e)][_0x377a55(0x837)]());}[_0x3431b8(0x7f6)](){const _0x37b770=_0x3431b8;return this[_0x37b770(0x33e)][_0x37b770(0x3c5)]();}['getStage'](_0x1b9576){const _0x3a50f0=_0x3431b8;let _0xc137ff=this['getActive']();return(_0xc137ff==null?void 0x0:_0xc137ff[_0x3a50f0(0x73e)])===_0x1b9576?_0xc137ff[_0x3a50f0(0x7d4)]??_0x3a50f0(0x4f3):'inactive';}[_0x3431b8(0x3ae)](_0x1ed675,_0x24217b){const _0x24272c=_0x3431b8;let _0x72508f=this[_0x24272c(0x7f6)](),_0x472784=(_0x72508f==null?void 0x0:_0x72508f[_0x24272c(0x1a4)])===_0x1ed675[_0x24272c(0x1a4)]&&_0x72508f['embedId']===_0x1ed675['embedId']&&_0x72508f['childUnitId']===_0x1ed675[_0x24272c(0x3bc)],_0x9e8247={..._0x1ed675,'stage':_0x24217b??_0x1ed675[_0x24272c(0x7d4)]??(_0x472784?_0x72508f['stage']??_0x24272c(0x4f3):_0x24272c(0x4f3))};((_0x72508f==null?void 0x0:_0x72508f[_0x24272c(0x1a4)])!==_0x9e8247[_0x24272c(0x1a4)]||_0x72508f['embedId']!==_0x9e8247['embedId']||_0x72508f[_0x24272c(0x3bc)]!==_0x9e8247[_0x24272c(0x3bc)]||(_0x72508f[_0x24272c(0x7d4)]??_0x24272c(0x4f3))!==_0x9e8247[_0x24272c(0x7d4)])&&this[_0x24272c(0x33e)][_0x24272c(0x26c)](_0x9e8247);}[_0x3431b8(0x241)](_0x312a3d,_0x350c79){const _0x4592b6=_0x3431b8;let _0x2a4730=this[_0x4592b6(0x7f6)]();!_0x2a4730||_0x2a4730[_0x4592b6(0x73e)]!==_0x312a3d||(_0x2a4730[_0x4592b6(0x7d4)]??'stage1')!==_0x350c79&&this['_active$']['next']({..._0x2a4730,'stage':_0x350c79});}['promote'](_0x29cdef){const _0x40c672=_0x3431b8;this[_0x40c672(0x393)](_0x29cdef)===_0x40c672(0x4f3)&&this[_0x40c672(0x241)](_0x29cdef,_0x40c672(0x3a0));}[_0x3431b8(0x670)](_0x248881){const _0x1b09d7=_0x3431b8;let _0x53405f=this['getActive']();_0x53405f&&(!_0x248881||_0x53405f['embedId']===_0x248881)&&this[_0x1b09d7(0x33e)][_0x1b09d7(0x26c)](null);}},_0xd40a8f=class{constructor(){const _0x2e5d55=_0x3431b8;_0x2c4771(this,'_override$',new _0x465e89[(_0x2e5d55(0x40b))](null)),_0x2c4771(this,_0x2e5d55(0x4e1),this[_0x2e5d55(0x17e)]['asObservable']());}[_0x3431b8(0x63f)](){return this['_override$']['getValue']();}[_0x3431b8(0x3ae)](_0x1bc3c4,_0x44618b,_0x2e169b={}){const _0xded1=_0x3431b8;var _0x5ce1ef,_0x16c118;if(!_0x1bc3c4[_0xded1(0x3bc)]||_0x1bc3c4['childType']==null)throw Error(_0xded1(0x20d));let _0x563eb6=((_0x5ce1ef=_0x1bc3c4[_0xded1(0x714)])==null?void 0x0:_0x5ce1ef['tab'])||void 0x0;if(_0x44618b==='tab-active'&&(!_0x563eb6||_0x563eb6['enabled']!==!0x0))throw Error(_0xded1(0x6a8));if(_0x44618b!==_0xded1(0x4e4))throw Error(_0xded1(0x7d0));if((((_0x16c118=_0x2e169b[_0xded1(0x20b)])==null?void 0x0:_0x16c118[_0xded1(0x5ae)])??_0x233a55[_0xded1(0x43b)]['ribbon'])!=='host'&&_0x2e169b[_0xded1(0x651)]!==!0x0)return this['clear'](_0x1bc3c4[_0xded1(0x73e)]),null;let _0x4a2de7={'hostUnitId':_0x1bc3c4[_0xded1(0x1a4)],'embedId':_0x1bc3c4[_0xded1(0x73e)],'childUnitId':_0x1bc3c4[_0xded1(0x3bc)],'childType':_0x1bc3c4['childType'],'entry':_0x1bc3c4['entry'],'reason':_0x44618b,'portalContainer':_0x2e169b[_0xded1(0x69e)],'hideHostFxBar':_0x563eb6==null?void 0x0:_0x563eb6[_0xded1(0x4da)],'lockHostRibbon':_0x563eb6==null?void 0x0:_0x563eb6[_0xded1(0x1e9)]},_0x2116b3=this[_0xded1(0x63f)]();return _0x16ceec(_0x2116b3,_0x4a2de7)?_0x2116b3:(this[_0xded1(0x17e)][_0xded1(0x26c)](_0x4a2de7),_0x4a2de7);}[_0x3431b8(0x670)](_0xa942ad){const _0x1b0f9d=_0x3431b8;let _0x43c3eb=this[_0x1b0f9d(0x63f)]();_0x43c3eb&&(!_0xa942ad||_0x43c3eb[_0x1b0f9d(0x73e)]===_0xa942ad)&&this[_0x1b0f9d(0x17e)][_0x1b0f9d(0x26c)](null);}};function _0x16ceec(_0x49be1a,_0x4141c2){const _0xcd8d87=_0x3431b8;return _0x49be1a!=null&&_0x49be1a[_0xcd8d87(0x1a4)]===_0x4141c2[_0xcd8d87(0x1a4)]&&_0x49be1a[_0xcd8d87(0x73e)]===_0x4141c2[_0xcd8d87(0x73e)]&&_0x49be1a[_0xcd8d87(0x3bc)]===_0x4141c2['childUnitId']&&_0x49be1a[_0xcd8d87(0x5d2)]===_0x4141c2[_0xcd8d87(0x5d2)]&&_0x49be1a[_0xcd8d87(0x478)]===_0x4141c2[_0xcd8d87(0x478)]&&_0x49be1a[_0xcd8d87(0x2ad)]===_0x4141c2[_0xcd8d87(0x2ad)]&&_0x49be1a[_0xcd8d87(0x69e)]===_0x4141c2[_0xcd8d87(0x69e)]&&_0x49be1a[_0xcd8d87(0x4da)]===_0x4141c2[_0xcd8d87(0x4da)]&&_0x49be1a[_0xcd8d87(0x1e9)]===_0x4141c2[_0xcd8d87(0x1e9)];}let _0xc2fa90=_0x3431b8(0x4dd);var _0xc6fcec=class{constructor(){const _0x2dacd3=_0x3431b8;_0x2c4771(this,_0x2dacd3(0x75a),new Map()),_0x2c4771(this,_0x2dacd3(0x61e),new Map()),_0x2c4771(this,'_runtimeScopes',new Map()),_0x2c4771(this,_0x2dacd3(0x1e6),0x0),_0x2c4771(this,_0x2dacd3(0x26b),new _0x465e89[(_0x2dacd3(0x58e))]()),_0x2c4771(this,_0x2dacd3(0x3c6),new _0x465e89[(_0x2dacd3(0x58e))]());}['acquireLease'](_0x5335e1){const _0x4feed1=_0x3431b8;let _0x165865={'role':_0x5335e1[_0x4feed1(0x12c)],'owner':_0x5335e1[_0x4feed1(0x629)],'sessionMode':_0x5335e1[_0x4feed1(0x49a)],'hostUnitId':_0x5335e1[_0x4feed1(0x1a4)],'childUnitId':_0x5335e1['childUnitId'],'childType':_0x5335e1[_0x4feed1(0x5d2)],'associatedChildUnitIds':_0x5335e1[_0x4feed1(0x771)],'sequence':++this['_leaseSequence']},_0x37f36a=this[_0x4feed1(0x75a)]['get'](_0x5335e1['embedId']);return _0x37f36a||(_0x37f36a=new Set(),this[_0x4feed1(0x75a)][_0x4feed1(0x441)](_0x5335e1[_0x4feed1(0x73e)],_0x37f36a)),_0x37f36a['add'](_0x165865),_0x165865[_0x4feed1(0x12c)]!==_0x4feed1(0x431)&&this[_0x4feed1(0x349)](),_0x165865[_0x4feed1(0x12c)]===_0x4feed1(0x383)&&this[_0x4feed1(0x740)](),(0x0,_0x21e99d[_0x4feed1(0x7b6)])(()=>{const _0x3fc04c=_0x4feed1;_0x37f36a==null||_0x37f36a[_0x3fc04c(0x5bc)](_0x165865),(_0x37f36a==null?void 0x0:_0x37f36a['size'])===0x0&&this['_leases']['delete'](_0x5335e1[_0x3fc04c(0x73e)]),_0x165865[_0x3fc04c(0x12c)]!==_0x3fc04c(0x431)&&this[_0x3fc04c(0x349)](),_0x165865[_0x3fc04c(0x12c)]===_0x3fc04c(0x383)&&this['_notifyRuntimeSessionChanged']();});}[_0x3431b8(0x420)](_0x3bc085){const _0x50a16e=_0x3431b8;if(!_0x3bc085)return!0x1;let _0x28f3b4=this[_0x50a16e(0x75a)][_0x50a16e(0x1da)](_0x3bc085);return _0x28f3b4&&[..._0x28f3b4]['some'](_0xd19543=>_0xd19543['role']!==_0x50a16e(0x431))?!0x0:this[_0x50a16e(0x5bf)](_0x3bc085,this[_0x50a16e(0x4f8)](_0x3bc085));}[_0x3431b8(0x4f9)](_0x3d78e4,_0x27f9fb){const _0x29ef83=_0x3431b8;if(!_0x3d78e4)return!0x1;let _0xdbf602=this[_0x29ef83(0x75a)][_0x29ef83(0x1da)](_0x3d78e4);return _0xdbf602&&[..._0xdbf602][_0x29ef83(0x46a)](_0x3c0b9a=>this[_0x29ef83(0x7ff)](_0x3c0b9a,_0x27f9fb))?!0x0:this[_0x29ef83(0x5bf)](_0x3d78e4,this[_0x29ef83(0x4f8)](_0x3d78e4));}[_0x3431b8(0x413)](){const _0x1e2627=_0x3431b8;return[...this[_0x1e2627(0x75a)][_0x1e2627(0x702)]()]['some'](_0x3b43ba=>[..._0x3b43ba][_0x1e2627(0x46a)](_0x227f2e=>_0x227f2e['role']!==_0x1e2627(0x431)))||this['_getActiveOwnedRuntimeFocusInfo']()!=null;}['hasAnyBlockingChildFocusLease'](_0x402111){const _0x3982d1=_0x3431b8;if([...this[_0x3982d1(0x75a)]['values']()][_0x3982d1(0x46a)](_0x229272=>[..._0x229272]['some'](_0x1157bb=>this[_0x3982d1(0x7ff)](_0x1157bb,_0x402111))))return!0x0;let _0x12f4ae=this['_getActiveOwnedRuntimeFocusInfo']();return _0x12f4ae!=null&&this[_0x3982d1(0x27c)](_0x12f4ae[_0x3982d1(0x12c)]);}[_0x3431b8(0x4a5)](_0x1ee734,_0x25f3ad){const _0xba7578=_0x3431b8;if(!_0x1ee734)return!0x1;let _0x5eb9a7=this['_leases'][_0xba7578(0x1da)](_0x1ee734);return _0x5eb9a7&&[..._0x5eb9a7][_0xba7578(0x46a)](_0xbaef84=>this[_0xba7578(0x666)](_0xbaef84,_0x25f3ad))?!0x0:this[_0xba7578(0x5bf)](_0x1ee734,this[_0xba7578(0x4f8)](_0x1ee734));}[_0x3431b8(0x6c6)](_0x390748){const _0x4850fd=_0x3431b8;return[...this[_0x4850fd(0x75a)][_0x4850fd(0x702)]()][_0x4850fd(0x46a)](_0x4f993b=>[..._0x4f993b][_0x4850fd(0x46a)](_0x42c85a=>this[_0x4850fd(0x666)](_0x42c85a,_0x390748)))?!0x0:this[_0x4850fd(0x480)]()!=null;}[_0x3431b8(0x3ef)](_0x49e33f,_0x491a56){const _0xcdb093=_0x3431b8;if(!_0x49e33f)return this['hasAnyHostPreservingChildFocusLease'](_0x491a56);if([...this[_0xcdb093(0x75a)]['values']()][_0xcdb093(0x46a)](_0x31ea75=>[..._0x31ea75][_0xcdb093(0x46a)](_0x2eb72c=>this[_0xcdb093(0x666)](_0x2eb72c,_0x491a56)&&this[_0xcdb093(0x240)](_0x2eb72c,_0x49e33f))))return!0x0;let _0xb1f16=this['_getActiveOwnedRuntimeFocusInfo']();if(!_0xb1f16)return!0x1;let _0x44db98=this['_leases'][_0xcdb093(0x1da)](_0xb1f16['embedId']);return _0x44db98&&[..._0x44db98][_0xcdb093(0x46a)](_0x466055=>this[_0xcdb093(0x666)](_0x466055,_0x491a56)&&this[_0xcdb093(0x240)](_0x466055,_0x49e33f))?!0x0:this[_0xcdb093(0x591)](_0xb1f16['embedId'],_0x49e33f);}[_0x3431b8(0x251)](_0x5c0cd5){const _0x456b38=_0x3431b8;return _0x5c0cd5?[...this[_0x456b38(0x75a)]['values']()][_0x456b38(0x46a)](_0x1af700=>[..._0x1af700]['some'](_0x10fd0d=>this[_0x456b38(0x479)](_0x10fd0d,_0x5c0cd5)&&_0x10fd0d[_0x456b38(0x12c)]!=='runtime')):!0x1;}[_0x3431b8(0x5c7)](_0x2faaec){const _0x231c95=_0x3431b8;let _0x5b24f7={'hostUnitId':_0x2faaec[_0x231c95(0x1a4)],'childUnitId':_0x2faaec['childUnitId'],'childType':_0x2faaec[_0x231c95(0x5d2)],'sessionMode':_0x2faaec[_0x231c95(0x49a)]};return this['_runtimeScopes'][_0x231c95(0x441)](_0x2faaec[_0x231c95(0x73e)],_0x5b24f7),this[_0x231c95(0x349)](),this[_0x231c95(0x740)](),(0x0,_0x21e99d[_0x231c95(0x7b6)])(()=>{const _0x50a5ea=_0x231c95;this[_0x50a5ea(0x564)][_0x50a5ea(0x1da)](_0x2faaec[_0x50a5ea(0x73e)])===_0x5b24f7&&(this[_0x50a5ea(0x564)][_0x50a5ea(0x5bc)](_0x2faaec['embedId']),this[_0x50a5ea(0x349)](),this['_notifyRuntimeSessionChanged']());});}[_0x3431b8(0x812)](_0x11fc20){const _0x3d8510=_0x3431b8;if(_0x11fc20){for(let [_0x434b56,_0x3722c2]of this[_0x3d8510(0x564)])if(_0x3722c2[_0x3d8510(0x3bc)]===_0x11fc20)return{'embedId':_0x434b56,'hostUnitId':_0x3722c2[_0x3d8510(0x1a4)],'childUnitId':_0x3722c2[_0x3d8510(0x3bc)],'childType':_0x3722c2['childType'],'sessionMode':_0x3722c2['sessionMode']};}}['resolveActiveChildSessionRuntimeScope'](){const _0x1628d0=_0x3431b8;let _0x2da324;for(let [_0x3b8d36,_0x144171]of this[_0x1628d0(0x75a)])for(let _0x589e23 of _0x144171){if(_0x589e23[_0x1628d0(0x12c)]!=='child-session'||!_0x589e23[_0x1628d0(0x3bc)])continue;let _0x13b827=this['_getChildSessionPriority'](_0x589e23);(!_0x2da324||_0x13b827>_0x2da324[_0x1628d0(0x2c8)]||_0x13b827===_0x2da324[_0x1628d0(0x2c8)]&&_0x589e23[_0x1628d0(0x4c4)]>_0x2da324[_0x1628d0(0x369)]['sequence'])&&(_0x2da324={'embedId':_0x3b8d36,'lease':_0x589e23,'priority':_0x13b827});}return _0x2da324?{'embedId':_0x2da324[_0x1628d0(0x73e)],'hostUnitId':_0x2da324[_0x1628d0(0x369)][_0x1628d0(0x1a4)],'childUnitId':_0x2da324[_0x1628d0(0x369)][_0x1628d0(0x3bc)],'childType':_0x2da324[_0x1628d0(0x369)][_0x1628d0(0x5d2)],'sessionMode':this[_0x1628d0(0x72a)](_0x2da324[_0x1628d0(0x369)])}:void 0x0;}[_0x3431b8(0x565)](_0x5b6263,_0x56ad88,_0x4c480c){const _0x1fea78=_0x3431b8;if(!_0x5b6263)return!0x1;let _0x348147=this[_0x1fea78(0x76d)](_0x56ad88,_0x4c480c);return _0x348147?this[_0x1fea78(0x6ee)](_0x348147,_0x5b6263):!0x1;}['shouldSuppressHostInteraction'](_0x5daada,_0xe4d9e0,_0x488580,_0x545191){const _0x29f9db=_0x3431b8;return this[_0x29f9db(0x565)](_0x5daada,_0xe4d9e0,_0x488580)||this[_0x29f9db(0x251)](_0x5daada)?!0x1:this[_0x29f9db(0x3ef)](_0x5daada,_0x545191);}['registerElement'](_0x92bcc1){const _0x297b52=_0x3431b8;let _0x52e7fb=this[_0x297b52(0x61e)][_0x297b52(0x1da)](_0x92bcc1['embedId']);_0x52e7fb||(_0x52e7fb=new Set(),this[_0x297b52(0x61e)]['set'](_0x92bcc1['embedId'],_0x52e7fb)),_0x52e7fb['add'](_0x92bcc1[_0x297b52(0x529)]);let _0x29101f=_0x92bcc1[_0x297b52(0x529)][_0x297b52(0x623)](_0xc2fa90);return _0x92bcc1[_0x297b52(0x529)][_0x297b52(0x11c)](_0xc2fa90,_0x92bcc1['role']),this[_0x297b52(0x349)](),(0x0,_0x21e99d[_0x297b52(0x7b6)])(()=>{const _0x40f4e6=_0x297b52;_0x52e7fb==null||_0x52e7fb['delete'](_0x92bcc1[_0x40f4e6(0x529)]),(_0x52e7fb==null?void 0x0:_0x52e7fb[_0x40f4e6(0x2ff)])===0x0&&this[_0x40f4e6(0x61e)][_0x40f4e6(0x5bc)](_0x92bcc1[_0x40f4e6(0x73e)]),_0x29101f==null?_0x92bcc1['element'][_0x40f4e6(0x7b5)](_0xc2fa90):_0x92bcc1[_0x40f4e6(0x529)][_0x40f4e6(0x11c)](_0xc2fa90,_0x29101f),this[_0x40f4e6(0x349)]();});}['listElements'](_0x5433ff){const _0x2ddd2c=_0x3431b8;return _0x5433ff?[...this[_0x2ddd2c(0x61e)][_0x2ddd2c(0x1da)](_0x5433ff)??[]]:[];}[_0x3431b8(0x5bf)](_0xc93463,_0x367e06,_0x5c83ad){const _0x52a3da=_0x3431b8;if(!_0xc93463)return!0x1;let _0x2119d4=this[_0x52a3da(0x61e)][_0x52a3da(0x1da)](_0xc93463),_0x1879fc=typeof(_0x5c83ad==null?void 0x0:_0x5c83ad[_0x52a3da(0x1a1)])==_0x52a3da(0x602)?_0x5c83ad[_0x52a3da(0x1a1)]():void 0x0;return _0x2119d4!=null&&_0x2119d4[_0x52a3da(0x2ff)]&&_0x1879fc!=null&&_0x1879fc[_0x52a3da(0x46a)](_0x1993cc=>_0x1993cc instanceof HTMLElement&&this['_containsRegisteredElement'](_0x2119d4,_0x1993cc))||_0x1879fc!=null&&_0x1879fc[_0x52a3da(0x46a)](_0x22b806=>_0x22b806 instanceof HTMLElement&&this[_0x52a3da(0x2a9)](_0xc93463,_0x22b806))?!0x0:_0x367e06 instanceof HTMLElement&&(!!(_0x2119d4!=null&&_0x2119d4[_0x52a3da(0x2ff)])&&this[_0x52a3da(0x687)](_0x2119d4,_0x367e06)||this[_0x52a3da(0x2a9)](_0xc93463,_0x367e06));}['_containsRegisteredElement'](_0x32c257,_0x5ec4a3){const _0x2fdd70=_0x3431b8;return[..._0x32c257][_0x2fdd70(0x46a)](_0x111364=>_0x111364===_0x5ec4a3||_0x111364[_0x2fdd70(0x362)](_0x5ec4a3));}[_0x3431b8(0x7ff)](_0x4f9827,_0x5af49c){const _0x222a07=_0x3431b8;var _0x3d04b4;return _0x4f9827[_0x222a07(0x629)]&&_0x5af49c!=null&&(_0x3d04b4=_0x5af49c[_0x222a07(0x814)])!=null&&_0x3d04b4[_0x222a07(0x1b2)](_0x4f9827[_0x222a07(0x629)])?!0x1:this[_0x222a07(0x27c)](_0x4f9827[_0x222a07(0x12c)]);}['_isHostPreservingLease'](_0x2cf1af,_0x20a0f6){const _0x6f2337=_0x3431b8;var _0x5b0ef8;return _0x2cf1af[_0x6f2337(0x629)]&&_0x20a0f6!=null&&(_0x5b0ef8=_0x20a0f6[_0x6f2337(0x814)])!=null&&_0x5b0ef8['includes'](_0x2cf1af[_0x6f2337(0x629)])?!0x1:_0x2cf1af['role']!==_0x6f2337(0x431);}[_0x3431b8(0x240)](_0x46dcc9,_0x4a8919){const _0x433c48=_0x3431b8;return _0x46dcc9[_0x433c48(0x1a4)]==null||_0x46dcc9[_0x433c48(0x1a4)]===_0x4a8919;}['_ownedRuntimeFocusAppliesToHost'](_0x3dea0f,_0x20b514){const _0x434225=_0x3431b8;let _0x2c915e=this[_0x434225(0x564)][_0x434225(0x1da)](_0x3dea0f);return!!_0x2c915e&&(_0x2c915e[_0x434225(0x1a4)]==null||_0x2c915e['hostUnitId']===_0x20b514);}[_0x3431b8(0x479)](_0x349065,_0x2c4d19){const _0x3f5eb1=_0x3431b8;var _0x7caced;return _0x349065[_0x3f5eb1(0x3bc)]===_0x2c4d19||((_0x7caced=_0x349065[_0x3f5eb1(0x771)])==null?void 0x0:_0x7caced[_0x3f5eb1(0x1b2)](_0x2c4d19))===!0x0;}[_0x3431b8(0x6ee)](_0x1118c7,_0x463ef2){const _0x5ec05b=_0x3431b8;var _0x4e3b66;if(((_0x4e3b66=this[_0x5ec05b(0x564)]['get'](_0x1118c7))==null?void 0x0:_0x4e3b66[_0x5ec05b(0x3bc)])===_0x463ef2)return!0x0;let _0x2ce366=this[_0x5ec05b(0x75a)][_0x5ec05b(0x1da)](_0x1118c7);return!!_0x2ce366&&[..._0x2ce366][_0x5ec05b(0x46a)](_0xf48110=>this[_0x5ec05b(0x479)](_0xf48110,_0x463ef2));}[_0x3431b8(0x27c)](_0x41afe1){const _0x39b723=_0x3431b8;return _0x41afe1!==_0x39b723(0x431);}[_0x3431b8(0x53c)](_0x18d3a1){const _0x808851=_0x3431b8;let _0x36a479=this[_0x808851(0x72a)](_0x18d3a1);return _0x36a479==='child-fullscreen'?0x1e:_0x36a479===_0x808851(0x537)?0x14:_0x36a479===_0x808851(0x6e5)?0xa:0x0;}[_0x3431b8(0x72a)](_0x4bcdba){const _0x15347d=_0x3431b8;return _0x4bcdba[_0x15347d(0x49a)]?_0x4bcdba[_0x15347d(0x49a)]:_0x4bcdba[_0x15347d(0x629)]===_0x15347d(0x394)?'child-fullscreen':_0x4bcdba[_0x15347d(0x629)]===_0x15347d(0x2f9)||_0x4bcdba[_0x15347d(0x629)]==='doc-block-stage2-runtime'?_0x15347d(0x537):_0x4bcdba[_0x15347d(0x629)]===_0x15347d(0x160)?_0x15347d(0x6e5):_0x4bcdba[_0x15347d(0x12c)]===_0x15347d(0x383)?_0x15347d(0x537):_0x15347d(0x440);}[_0x3431b8(0x2a9)](_0x1749a6,_0x145ce3){return _0x145ce3['closest']('['+_0x23d1a8+'=\x22'+_0x1749a6+'\x22]')!=null;}[_0x3431b8(0x76d)](_0x218579,_0x27fbfa){const _0x46e945=_0x3431b8;let _0x453a0a=typeof(_0x27fbfa==null?void 0x0:_0x27fbfa[_0x46e945(0x1a1)])==_0x46e945(0x602)?_0x27fbfa[_0x46e945(0x1a1)]():void 0x0,_0x3929a9=(_0x453a0a==null?void 0x0:_0x453a0a[_0x46e945(0x718)](_0x86a991=>this[_0x46e945(0x3b7)](_0x86a991)&&_0x86a991[_0x46e945(0x28a)](_0x46e945(0x48f))))??(this[_0x46e945(0x3b7)](_0x218579)?_0x218579['closest'](_0x46e945(0x26f))??void 0x0:void 0x0);return(_0x3929a9==null?void 0x0:_0x3929a9[_0x46e945(0x623)](_0x46e945(0x48f)))??this['_getOwnedEmbedIdFromEventPoint'](_0x27fbfa);}['_getOwnedEmbedIdFromEventPoint'](_0x2d466a){const _0x2a160e=_0x3431b8;let _0xd6a90f=this[_0x2a160e(0x74f)](_0x2d466a);if(!_0xd6a90f)return;let _0x1ba65f;for(let [_0x283cc6,_0x593260]of this[_0x2a160e(0x61e)])for(let _0x53f713 of _0x593260){let _0x702360=_0x53f713[_0x2a160e(0x2ab)]();if(!this['_rectContainsPoint'](_0x702360,_0xd6a90f[_0x2a160e(0x7da)],_0xd6a90f[_0x2a160e(0x13f)]))continue;let _0xd97008=_0x702360['width']*_0x702360[_0x2a160e(0x5ab)];(!_0x1ba65f||_0xd97008<_0x1ba65f[_0x2a160e(0x752)])&&(_0x1ba65f={'embedId':_0x283cc6,'area':_0xd97008});}return _0x1ba65f==null?void 0x0:_0x1ba65f[_0x2a160e(0x73e)];}[_0x3431b8(0x74f)](_0x242bdc){const _0x4b1561=_0x3431b8;let _0x5962d7=_0x242bdc;if(_0x5962d7){if(Number[_0x4b1561(0x669)](_0x5962d7[_0x4b1561(0x7da)])&&Number[_0x4b1561(0x669)](_0x5962d7[_0x4b1561(0x13f)]))return{'clientX':_0x5962d7['clientX'],'clientY':_0x5962d7[_0x4b1561(0x13f)]};if(Number[_0x4b1561(0x669)](_0x5962d7['x'])&&Number[_0x4b1561(0x669)](_0x5962d7['y']))return{'clientX':_0x5962d7['x'],'clientY':_0x5962d7['y']};}}['_rectContainsPoint'](_0x1b099d,_0x1b0e9e,_0x504576){const _0x4c5e41=_0x3431b8;return _0x1b099d[_0x4c5e41(0x36e)]>0x0&&_0x1b099d[_0x4c5e41(0x5ab)]>0x0&&_0x1b0e9e>=_0x1b099d[_0x4c5e41(0x312)]&&_0x1b0e9e<=_0x1b099d[_0x4c5e41(0x467)]&&_0x504576>=_0x1b099d[_0x4c5e41(0x1db)]&&_0x504576<=_0x1b099d[_0x4c5e41(0x7e3)];}[_0x3431b8(0x480)](){const _0x3d0331=_0x3431b8;var _0x4cc4f6;let _0x884af6=this[_0x3d0331(0x2dd)]();if(!this[_0x3d0331(0x3b7)](_0x884af6))return;let _0x5bdb18=_0x884af6['closest']('['+_0x23d1a8+']');if(!_0x5bdb18)return;let _0x306383=_0x5bdb18[_0x3d0331(0x623)](_0x23d1a8),_0x358909=(_0x4cc4f6=_0x884af6[_0x3d0331(0x5a8)]('[data-embed-runtime-focus-role]'))==null?void 0x0:_0x4cc4f6['getAttribute'](_0xc2fa90);return _0x306383&&this['_isRuntimeFocusRole'](_0x358909)?{'embedId':_0x306383,'role':_0x358909}:void 0x0;}[_0x3431b8(0x3b7)](_0xb98f85){const _0x2b60cb=_0x3431b8;var _0x5d76cb;if(!_0xb98f85)return!0x1;let _0x43b255=(_0x5d76cb=_0xb98f85[_0x2b60cb(0x2cc)])==null?void 0x0:_0x5d76cb[_0x2b60cb(0x4fd)];return _0x43b255?_0xb98f85 instanceof _0x43b255[_0x2b60cb(0x216)]:typeof HTMLElement<'u'&&_0xb98f85 instanceof HTMLElement;}[_0x3431b8(0x402)](_0x761e68){const _0x164e0a=_0x3431b8;return _0x761e68==='runtime'||_0x761e68===_0x164e0a(0x383)||_0x761e68==='child-editor'||_0x761e68===_0x164e0a(0x1d2)||_0x761e68==='floating-menu';}['_getAnyActiveElement'](){const _0x318900=_0x3431b8;for(let _0x16981e of this[_0x318900(0x61e)]['values']()){var _0x8df1c8;let _0x300287=(_0x8df1c8=_0x16981e['values']()['next']()[_0x318900(0x750)])==null?void 0x0:_0x8df1c8[_0x318900(0x2cc)];if(_0x300287!=null&&_0x300287['activeElement'])return _0x300287[_0x318900(0x19d)];}return typeof document>'u'?null:document[_0x318900(0x19d)];}[_0x3431b8(0x4f8)](_0x2f2f2a){const _0x48d0e0=_0x3431b8;var _0x15ae61;let _0x1d367a=this[_0x48d0e0(0x61e)][_0x48d0e0(0x1da)](_0x2f2f2a),_0x23bad7=_0x1d367a==null||(_0x15ae61=_0x1d367a[_0x48d0e0(0x702)]()[_0x48d0e0(0x26c)]()[_0x48d0e0(0x750)])==null?void 0x0:_0x15ae61[_0x48d0e0(0x2cc)];return(_0x23bad7==null?void 0x0:_0x23bad7[_0x48d0e0(0x19d)])??(typeof document>'u'?null:document[_0x48d0e0(0x19d)]);}[_0x3431b8(0x349)](){const _0x276221=_0x3431b8;this[_0x276221(0x26b)]['next']();}[_0x3431b8(0x740)](){const _0x1d3d0f=_0x3431b8;this[_0x1d3d0f(0x3c6)][_0x1d3d0f(0x26c)]();}};let _0x23d1a8=_0x3431b8(0x48f);var _0x116086=class{constructor(){const _0x4c0f48=_0x3431b8;_0x2c4771(this,'_roots',new Map()),_0x2c4771(this,_0x4c0f48(0x323),new WeakMap()),_0x2c4771(this,_0x4c0f48(0x1ad),new WeakMap()),_0x2c4771(this,_0x4c0f48(0x627),void 0x0);}['registerRoot'](_0x576c91,_0x57c2e3){const _0x407414=_0x3431b8;let _0x4c72e7=this[_0x407414(0x5af)][_0x407414(0x1da)](_0x576c91);_0x4c72e7||(_0x4c72e7=new Set(),this[_0x407414(0x5af)][_0x407414(0x441)](_0x576c91,_0x4c72e7)),_0x4c72e7[_0x407414(0x24d)](_0x57c2e3);let _0x65bdf5=_0x57c2e3['getAttribute'](_0x23d1a8);_0x57c2e3[_0x407414(0x11c)](_0x23d1a8,_0x576c91);let _0x59c56f=this[_0x407414(0x11a)](_0x576c91,_0x57c2e3),_0x54ae24=()=>this[_0x407414(0x39f)](_0x576c91,_0x57c2e3['ownerDocument']);return _0x57c2e3['addEventListener'](_0x407414(0x380),_0x54ae24,!0x0),_0x57c2e3['addEventListener']('mousedown',_0x54ae24,!0x0),_0x57c2e3['addEventListener'](_0x407414(0x427),_0x54ae24,!0x0),(0x0,_0x21e99d[_0x407414(0x7b6)])(()=>{const _0x554287=_0x407414;var _0x3eee08;_0x59c56f[_0x554287(0x403)](),_0x57c2e3[_0x554287(0x5c5)](_0x554287(0x380),_0x54ae24,!0x0),_0x57c2e3[_0x554287(0x5c5)](_0x554287(0x21e),_0x54ae24,!0x0),_0x57c2e3[_0x554287(0x5c5)](_0x554287(0x427),_0x54ae24,!0x0),((_0x3eee08=this[_0x554287(0x627)])==null?void 0x0:_0x3eee08[_0x554287(0x73e)])===_0x576c91&&this[_0x554287(0x627)][_0x554287(0x586)]===_0x57c2e3['ownerDocument']&&(this[_0x554287(0x627)]=void 0x0),_0x4c72e7==null||_0x4c72e7[_0x554287(0x5bc)](_0x57c2e3),_0x4c72e7&&_0x4c72e7[_0x554287(0x2ff)]===0x0&&this[_0x554287(0x5af)][_0x554287(0x5bc)](_0x576c91),_0x65bdf5==null?_0x57c2e3[_0x554287(0x7b5)](_0x23d1a8):_0x57c2e3[_0x554287(0x11c)](_0x23d1a8,_0x65bdf5);});}['_registerRootPopupDescendantFocusRoles'](_0x3d3cc8,_0x4fd22f){const _0x2aacf2=_0x3431b8;let _0x5ed4b1=_0x4fd22f[_0x2aacf2(0x2cc)][_0x2aacf2(0x4fd)],_0x58be4e=new Map(),_0x341e5e=new Map(),_0x63e43b,_0x2abe37=!0x1,_0x28246f=_0x2200ae=>{const _0x4164d6=_0x2aacf2;_0x58be4e[_0x4164d6(0x2e0)](_0x2200ae)||_0x58be4e['set'](_0x2200ae,_0x2200ae[_0x4164d6(0x623)](_0x23d1a8)),_0x341e5e[_0x4164d6(0x2e0)](_0x2200ae)||_0x341e5e[_0x4164d6(0x441)](_0x2200ae,_0x2200ae['getAttribute'](_0xc2fa90));},_0x3a3c56=_0xc9a64c=>{const _0x54ca4e=_0x2aacf2;_0x28246f(_0xc9a64c),_0xc9a64c['setAttribute'](_0x23d1a8,_0x3d3cc8),_0xc9a64c[_0x54ca4e(0x11c)](_0xc2fa90,_0x54ca4e(0x1d2));},_0x4395bd=_0x5a65a3=>{const _0x47d80c=_0x2aacf2;this[_0x47d80c(0x33c)](_0x5a65a3)&&(_0x3a3c56(_0x5a65a3),_0x5a65a3[_0x47d80c(0x42b)]('*')[_0x47d80c(0x7ce)](_0x3a3c56));},_0x16308a=_0x3f6596=>{const _0x2ad656=_0x2aacf2;_0x2abe37||(_0x4395bd(_0x3f6596),_0x3f6596[_0x2ad656(0x42b)]('*')[_0x2ad656(0x7ce)](_0x1804a6=>_0x4395bd(_0x1804a6)));};return _0x16308a(_0x4fd22f),_0x5ed4b1!=null&&_0x5ed4b1[_0x2aacf2(0x3ee)]&&(_0x63e43b=new _0x5ed4b1[(_0x2aacf2(0x3ee))](_0x39f9b0=>{const _0x468d96=_0x2aacf2;_0x39f9b0[_0x468d96(0x7ce)](_0x23de38=>{const _0x32e3b7=_0x468d96;_0x23de38[_0x32e3b7(0x4d4)][_0x32e3b7(0x7ce)](_0x2cea95=>{_0x2cea95 instanceof _0x5ed4b1['HTMLElement']&&_0x16308a(_0x2cea95);});});}),_0x63e43b['observe'](_0x4fd22f,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x21e99d[_0x2aacf2(0x7b6)])(()=>{const _0x586789=_0x2aacf2;_0x2abe37=!0x0,_0x63e43b==null||_0x63e43b[_0x586789(0x2b4)](),_0x58be4e[_0x586789(0x7ce)]((_0x31daf0,_0x448ed0)=>{const _0x6291fd=_0x586789;if(_0x31daf0==null){_0x448ed0['removeAttribute'](_0x23d1a8);return;}_0x448ed0[_0x6291fd(0x11c)](_0x23d1a8,_0x31daf0);}),_0x341e5e[_0x586789(0x7ce)]((_0x22a004,_0x16155e)=>{const _0x32d44a=_0x586789;if(_0x22a004==null){_0x16155e[_0x32d44a(0x7b5)](_0xc2fa90);return;}_0x16155e[_0x32d44a(0x11c)](_0xc2fa90,_0x22a004);});});}[_0x3431b8(0x751)](_0x121744,_0x1003f2){const _0x128c58=_0x3431b8;let _0x5ce47f=this[_0x128c58(0x5af)][_0x128c58(0x1da)](_0x121744);_0x5ce47f||(_0x5ce47f=new Set(),this[_0x128c58(0x5af)][_0x128c58(0x441)](_0x121744,_0x5ce47f)),_0x5ce47f['add'](_0x1003f2);let _0x41c979=this[_0x128c58(0x54e)](_0x121744,_0x1003f2);return(0x0,_0x21e99d[_0x128c58(0x7b6)])(()=>{const _0x4fb6fc=_0x128c58;_0x5ce47f==null||_0x5ce47f[_0x4fb6fc(0x5bc)](_0x1003f2),_0x5ce47f&&_0x5ce47f['size']===0x0&&this['_roots'][_0x4fb6fc(0x5bc)](_0x121744),_0x41c979[_0x4fb6fc(0x403)]();});}[_0x3431b8(0x362)](_0x190fe3,_0x4bbc31,_0x4c587e){const _0x13c92a=_0x3431b8;let _0x5a0ec4=typeof(_0x4c587e==null?void 0x0:_0x4c587e[_0x13c92a(0x1a1)])==_0x13c92a(0x602)?_0x4c587e[_0x13c92a(0x1a1)]():void 0x0;if(_0x5a0ec4!=null&&_0x5a0ec4[_0x13c92a(0x46a)](_0xf579e6=>_0xf579e6 instanceof HTMLElement&&this[_0x13c92a(0x558)](_0x190fe3,_0xf579e6)))return!0x0;if(!(_0x4bbc31 instanceof HTMLElement))return!0x1;if(this['_isOwnedElement'](_0x190fe3,_0x4bbc31))return!0x0;if(!_0x190fe3)return Array[_0x13c92a(0x822)](this[_0x13c92a(0x5af)][_0x13c92a(0x702)]())[_0x13c92a(0x46a)](_0x4d38cf=>[..._0x4d38cf][_0x13c92a(0x46a)](_0x5c21e2=>_0x5c21e2[_0x13c92a(0x30e)]&&_0x5c21e2['contains'](_0x4bbc31)));let _0x55709a=this['_roots'][_0x13c92a(0x1da)](_0x190fe3);return!!_0x55709a&&[..._0x55709a][_0x13c92a(0x46a)](_0xd47486=>_0xd47486[_0x13c92a(0x30e)]&&_0xd47486[_0x13c92a(0x362)](_0x4bbc31));}[_0x3431b8(0x43a)](_0x55f0a7){const _0x4a06aa=_0x3431b8;let _0x5c951f=_0x55f0a7?this[_0x4a06aa(0x1ad)][_0x4a06aa(0x1da)](_0x55f0a7):typeof document<'u'?this[_0x4a06aa(0x1ad)][_0x4a06aa(0x1da)](document):void 0x0;if(_0x5c951f!=null&&_0x5c951f[_0x4a06aa(0x522)])return!0x0;let _0x4e2eaa=this[_0x4a06aa(0x627)];return!_0x4e2eaa||Date[_0x4a06aa(0x573)]()>_0x4e2eaa['expiresAt']?!0x1:!_0x55f0a7||_0x4e2eaa['document']===_0x55f0a7;}[_0x3431b8(0x2b3)](_0x2bdd9e,_0xa4be19){const _0x50d28c=_0x3431b8;if(!_0x2bdd9e)return!0x1;let _0x4d4178=_0xa4be19?this[_0x50d28c(0x1ad)][_0x50d28c(0x1da)](_0xa4be19):typeof document<'u'?this[_0x50d28c(0x1ad)][_0x50d28c(0x1da)](document):void 0x0;if(_0x4d4178!=null&&_0x4d4178[_0x50d28c(0x46a)](_0x17d2b8=>_0x17d2b8[_0x50d28c(0x73e)]===_0x2bdd9e))return!0x0;let _0x29a8f4=this[_0x50d28c(0x627)];return!_0x29a8f4||_0x29a8f4[_0x50d28c(0x73e)]!==_0x2bdd9e||Date[_0x50d28c(0x573)]()>_0x29a8f4['expiresAt']?!0x1:!_0xa4be19||_0x29a8f4[_0x50d28c(0x586)]===_0xa4be19;}[_0x3431b8(0x807)](_0x154c3e,_0x544efe){const _0x55cd0a=_0x3431b8;!_0x154c3e||!(_0x544efe!=null&&_0x544efe[_0x55cd0a(0x71e)])||this[_0x55cd0a(0x165)](_0x154c3e,_0x544efe)['forEach'](_0x1f6774=>this[_0x55cd0a(0x6a2)](_0x1f6774,_0x544efe));}['activatePortalScope'](_0x4f0dc1,_0x2014ba){const _0x356218=_0x3431b8;var _0x589585;if(!(_0x2014ba!=null&&_0x2014ba[_0x356218(0x71e)]))return(0x0,_0x21e99d[_0x356218(0x7b6)])(()=>{});let _0x4ab380=Symbol(_0x4f0dc1),_0x57db01=this[_0x356218(0x1ad)][_0x356218(0x1da)](_0x2014ba)??[];return _0x57db01[_0x356218(0x49d)]({'embedId':_0x4f0dc1,'token':_0x4ab380}),this[_0x356218(0x1ad)][_0x356218(0x441)](_0x2014ba,_0x57db01),this[_0x356218(0x2df)](_0x2014ba),this[_0x356218(0x296)](_0x4f0dc1,_0x2014ba,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x356218(0x1a7)](_0x4f0dc1,_0x2014ba),(_0x589585=_0x2014ba['defaultView'])==null||_0x589585['setTimeout'](()=>{const _0x442c32=_0x356218;let _0x51705f=this[_0x442c32(0x218)](_0x2014ba);(_0x51705f==null?void 0x0:_0x51705f[_0x442c32(0x73e)])===_0x4f0dc1&&_0x51705f[_0x442c32(0x288)]===_0x4ab380&&(this['_markExistingBodyPortals'](_0x4f0dc1,_0x2014ba,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x442c32(0x1a7)](_0x4f0dc1,_0x2014ba));},0x0),(0x0,_0x21e99d[_0x356218(0x7b6)])(()=>{const _0x2e6f20=_0x356218;let _0xafcb47=this[_0x2e6f20(0x1ad)][_0x2e6f20(0x1da)](_0x2014ba),_0x334d0a=!0x1;if(_0xafcb47){let _0x3e5de5=_0xafcb47[_0x2e6f20(0x772)](_0x3e259c=>_0x3e259c[_0x2e6f20(0x73e)]===_0x4f0dc1&&_0x3e259c[_0x2e6f20(0x288)]===_0x4ab380);_0x3e5de5>=0x0&&_0xafcb47[_0x2e6f20(0x302)](_0x3e5de5,0x1),_0x334d0a=_0xafcb47[_0x2e6f20(0x46a)](_0x3eafed=>_0x3eafed['embedId']===_0x4f0dc1),_0xafcb47['length']===0x0&&this[_0x2e6f20(0x1ad)]['delete'](_0x2014ba);}_0x334d0a||this[_0x2e6f20(0x6f3)](_0x4f0dc1,_0x2014ba);let _0x42b539=this['_getLatestActivePortalOwner'](_0x2014ba);_0x42b539&&(this['_markExistingBodyPortals'](_0x42b539['embedId'],_0x2014ba,{'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x2e6f20(0x1a7)](_0x42b539['embedId'],_0x2014ba));});}[_0x3431b8(0x165)](_0xc1eada,_0x260974){const _0x189ed8=_0x3431b8;var _0x8b1c0b;let _0x353d29=new Set(),_0x3f811e=_0x51b084=>{const _0x21c272=_0x5b76;let _0x5780a9=this[_0x21c272(0x3cd)](_0x51b084);!_0x5780a9||!this['_isOwnedElement'](_0xc1eada,_0x5780a9)||_0x353d29['add'](_0x5780a9);};return _0x260974[_0x189ed8(0x71e)][_0x189ed8(0x42b)]('['+_0x23d1a8+'=\x22'+_0xc1eada+'\x22]')[_0x189ed8(0x7ce)](_0x3f811e),(_0x8b1c0b=this[_0x189ed8(0x5af)]['get'](_0xc1eada))==null||_0x8b1c0b[_0x189ed8(0x7ce)](_0x43c291=>{const _0x35394d=_0x189ed8;_0x43c291[_0x35394d(0x30e)]&&(_0x3f811e(_0x43c291),_0x43c291[_0x35394d(0x42b)]('*')[_0x35394d(0x7ce)](_0x3f811e));}),[..._0x353d29][_0x189ed8(0x842)]((_0x182dc3,_0x3ac6b5)=>_0x182dc3[_0x189ed8(0x362)](_0x3ac6b5)?0x1:_0x3ac6b5[_0x189ed8(0x362)](_0x182dc3)?-0x1:0x0);}[_0x3431b8(0x3cd)](_0x45a6e2){const _0xe28693=_0x3431b8;if(!_0x45a6e2[_0xe28693(0x5a8)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]')&&this[_0xe28693(0x33c)](_0x45a6e2))return _0x45a6e2['closest'](_0xe28693(0x5a9))??_0x45a6e2;}[_0x3431b8(0x6a2)](_0x1f2a18,_0x50a095){const _0x4b457d=_0x3431b8;let _0x4926e4=_0x50a095[_0x4b457d(0x4fd)],_0x11f853=_0x50a095[_0x4b457d(0x19d)]instanceof HTMLElement&&_0x1f2a18[_0x4b457d(0x362)](_0x50a095['activeElement'])?_0x50a095[_0x4b457d(0x19d)]:_0x1f2a18,_0x3443ca=_0x4926e4!=null&&_0x4926e4[_0x4b457d(0x5fb)]?new _0x4926e4['KeyboardEvent'](_0x4b457d(0x169),{'key':_0x4b457d(0x749),'code':_0x4b457d(0x749),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x4b457d(0x169),{'bubbles':!0x0,'cancelable':!0x0});_0x11f853[_0x4b457d(0x4c3)](_0x3443ca);}[_0x3431b8(0x558)](_0xfdd390,_0x1446af){const _0x96945e=_0x3431b8;let _0x4f7240=_0x1446af[_0x96945e(0x5a8)]('['+_0x23d1a8+']'),_0xc7a6ef=_0x4f7240==null?void 0x0:_0x4f7240['getAttribute'](_0x23d1a8);if(_0xc7a6ef&&(!_0xfdd390||_0xc7a6ef===_0xfdd390))return!0x0;if(!_0xfdd390)return Array[_0x96945e(0x822)](this['_roots']['values']())['some'](_0x5a24a6=>[..._0x5a24a6][_0x96945e(0x46a)](_0xc72230=>_0xc72230===_0x1446af||_0xc72230[_0x96945e(0x362)](_0x1446af)));let _0x285f2c=this[_0x96945e(0x5af)][_0x96945e(0x1da)](_0xfdd390);return!!_0x285f2c&&[..._0x285f2c]['some'](_0x2feb87=>_0x2feb87===_0x1446af||_0x2feb87['contains'](_0x1446af));}['_claimBodyPortals'](_0x4f55be,_0x3d979a){const _0xab5955=_0x3431b8;var _0x46d1dc;_0x3d979a!=null&&_0x3d979a[_0xab5955(0x71e)]&&(this[_0xab5955(0x627)]={'embedId':_0x4f55be,'document':_0x3d979a,'expiresAt':Date[_0xab5955(0x573)]()+0x3e8},this[_0xab5955(0x2df)](_0x3d979a),this[_0xab5955(0x296)](_0x4f55be,_0x3d979a,{'includeAppShellEditorPortal':!0x1}),(_0x46d1dc=_0x3d979a[_0xab5955(0x4fd)])==null||_0x46d1dc[_0xab5955(0x81e)](()=>{const _0x138410=_0xab5955;let _0x38c5a9=this[_0x138410(0x627)];(_0x38c5a9==null?void 0x0:_0x38c5a9[_0x138410(0x73e)])===_0x4f55be&&_0x38c5a9['document']===_0x3d979a&&Date[_0x138410(0x573)]()<=_0x38c5a9[_0x138410(0x40c)]&&this[_0x138410(0x296)](_0x4f55be,_0x3d979a,{'includeAppShellEditorPortal':!0x1});},0x0));}['_ensurePortalObserver'](_0x339834){const _0x5625ac=_0x3431b8;if(this['_portalObservers'][_0x5625ac(0x2e0)](_0x339834)||!_0x339834['body'])return;let _0x40879c=_0x339834[_0x5625ac(0x4fd)];if(!(_0x40879c!=null&&_0x40879c[_0x5625ac(0x3ee)]))return;let _0x5ab3cf=new _0x40879c[(_0x5625ac(0x3ee))](_0x2cce79=>{const _0x32fbf9=_0x5625ac;let _0x4cd1b0=this[_0x32fbf9(0x6ed)](_0x339834);if(!_0x4cd1b0)return;let _0x39e695={'includeAppShellEditorPortal':!0x0,'allowOwnedPortalReassignment':_0x4cd1b0['stable'],'allowDirectBodyPortal':!_0x4cd1b0[_0x32fbf9(0x3f7)]};_0x2cce79[_0x32fbf9(0x7ce)](_0x31e6f3=>{const _0x436353=_0x32fbf9;_0x31e6f3[_0x436353(0x59e)]===_0x436353(0x314)&&_0x31e6f3['target']instanceof _0x40879c[_0x436353(0x216)]&&this[_0x436353(0x7a8)](_0x31e6f3['target'],_0x4cd1b0['embedId'],_0x339834,_0x39e695),_0x31e6f3['addedNodes']['forEach'](_0x306a91=>{const _0x5cb008=_0x436353;_0x306a91 instanceof _0x40879c[_0x5cb008(0x216)]&&(this['_markBodyPortalOwner'](_0x306a91,_0x4cd1b0[_0x5cb008(0x73e)],_0x339834,_0x39e695),_0x306a91[_0x5cb008(0x42b)]('*')[_0x5cb008(0x7ce)](_0x3a57b2=>{const _0x574f85=_0x5cb008;this[_0x574f85(0x7a8)](_0x3a57b2,_0x4cd1b0[_0x574f85(0x73e)],_0x339834,_0x39e695);}));});}),_0x4cd1b0[_0x32fbf9(0x3f7)]&&this['_cleanupOrdinaryBodyChromeClaims'](_0x4cd1b0[_0x32fbf9(0x73e)],_0x339834);});_0x5ab3cf[_0x5625ac(0x4c2)](_0x339834[_0x5625ac(0x71e)],{'attributeFilter':[_0x5625ac(0x5bd),'data-u-comp','id',_0x5625ac(0x12c),'style'],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x5ab3cf[_0x5625ac(0x33f)](),this[_0x5625ac(0x323)]['set'](_0x339834,_0x5ab3cf);}[_0x3431b8(0x7a8)](_0x2cc8e2,_0x4f4e58,_0x254956,_0xdcf0b3={}){const _0x1e22d7=_0x3431b8;_0xdcf0b3[_0x1e22d7(0x250)]===!0x1&&_0x2cc8e2[_0x1e22d7(0x113)]===_0x254956[_0x1e22d7(0x71e)]&&!this[_0x1e22d7(0x146)](_0x2cc8e2)&&!this[_0x1e22d7(0x17c)](_0x2cc8e2)||this['_isBodyPortalCandidate'](_0x2cc8e2,_0x254956,_0xdcf0b3)&&(!this[_0x1e22d7(0x17c)](_0x2cc8e2)&&this[_0x1e22d7(0x47f)](_0x2cc8e2,_0x254956)||(this['_blurActiveElementBeforePortalReassignment'](_0x2cc8e2,_0x4f4e58,_0x254956),this[_0x1e22d7(0x54e)](_0x4f4e58,_0x2cc8e2,{'transient':!0x0}),this[_0x1e22d7(0x677)](_0x2cc8e2,_0xdcf0b3)));}[_0x3431b8(0x296)](_0x3bd2df,_0x1a3d6c,_0x28a50f={}){const _0x4f35a7=_0x3431b8;_0x1a3d6c[_0x4f35a7(0x71e)][_0x4f35a7(0x42b)]('*')[_0x4f35a7(0x7ce)](_0x2430bd=>{const _0x1c5923=_0x4f35a7;this['_markBodyPortalOwner'](_0x2430bd,_0x3bd2df,_0x1a3d6c,{'includeAppShellEditorPortal':_0x28a50f['includeAppShellEditorPortal'],'allowOwnedPortalReassignment':_0x28a50f[_0x1c5923(0x36a)],'allowDirectBodyPortal':_0x28a50f[_0x1c5923(0x250)]});});}[_0x3431b8(0x1a5)](_0x2f24fe,_0x3166ed,_0x3388de={}){const _0x36cffd=_0x3431b8;if(!_0x3166ed['body'][_0x36cffd(0x362)](_0x2f24fe))return!0x1;let _0x3a5d6b=!!_0x3388de[_0x36cffd(0x63a)]&&this[_0x36cffd(0x17c)](_0x2f24fe),_0x41154b=this[_0x36cffd(0x146)](_0x2f24fe);if(!_0x3388de[_0x36cffd(0x36a)]&&!_0x3a5d6b&&_0x2f24fe[_0x36cffd(0x5a8)](_0x36cffd(0x26f))||_0x2f24fe['id']===_0x36cffd(0x2da))return!0x1;let _0x4bc8bd=_0x2f24fe[_0x36cffd(0x113)];return!!_0x3388de[_0x36cffd(0x250)]&&_0x4bc8bd===_0x3166ed[_0x36cffd(0x71e)]||(_0x4bc8bd==null?void 0x0:_0x4bc8bd['closest'](_0x36cffd(0x24f)))!=null||_0x41154b||_0x3a5d6b;}['_isAppShellEditorPortalCandidate'](_0x1c4813){const _0x5bcc95=_0x3431b8;var _0x13e29c,_0x52a20f;return((_0x13e29c=_0x1c4813[_0x5bcc95(0x113)])==null?void 0x0:_0x13e29c['id'])!==_0x5bcc95(0x2da)&&((_0x52a20f=_0x1c4813[_0x5bcc95(0x5a8)]('#app'))==null?void 0x0:_0x52a20f[_0x5bcc95(0x113)])!==_0x1c4813[_0x5bcc95(0x2cc)][_0x5bcc95(0x71e)]?!0x1:_0x1c4813['id']['startsWith'](_0x5bcc95(0x6d4))||_0x1c4813['id']['startsWith'](_0x5bcc95(0x57b))||_0x1c4813[_0x5bcc95(0x5a8)](_0x5bcc95(0x1e1))!=null||_0x1c4813[_0x5bcc95(0x5a8)](_0x5bcc95(0x7e7))!=null;}[_0x3431b8(0x2cb)](_0x1e4eb4){const _0x51a368=_0x3431b8;return _0x1e4eb4['id']['startsWith'](_0x51a368(0x637))||_0x1e4eb4['id']['startsWith']('univer-doc-selection-container-docs-')||_0x1e4eb4['closest'](_0x51a368(0x183))!=null||_0x1e4eb4['closest'](_0x51a368(0x72e))!=null;}[_0x3431b8(0x146)](_0x58713a){const _0x136315=_0x3431b8;let _0x408d07=typeof _0x58713a[_0x136315(0x587)]==_0x136315(0x202)?_0x58713a[_0x136315(0x587)]:'';if(_0x58713a[_0x136315(0x623)](_0x136315(0x211))===_0x136315(0x7f0)||_0x58713a[_0x136315(0x566)]['contains'](_0x136315(0x590))||_0x58713a['classList'][_0x136315(0x362)]('univer-popover')||_0x58713a['classList'][_0x136315(0x362)](_0x136315(0x5dc))||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x136315(0x808)](_0x408d07))return!0x0;let _0x15e872=_0x58713a[_0x136315(0x623)]('role');return _0x15e872===_0x136315(0x209)||_0x15e872==='listbox'||_0x15e872===_0x136315(0x1e5)||_0x15e872===_0x136315(0x57c)||_0x58713a['hasAttribute'](_0x136315(0x190));}['_isDetachedOffscreenPortalCandidate'](_0x20c478,_0x3c3b8f){const _0xdd1071=_0x3431b8;if(!this['_isUniverPortalTreeElement'](_0x20c478))return!0x1;let _0x4b5aba=_0x20c478[_0xdd1071(0x5a8)](_0xdd1071(0x5a9))??_0x20c478,_0x21ae9d=_0x4b5aba[_0xdd1071(0x5a8)](_0xdd1071(0x5c1))??_0x4b5aba['parentElement'];if(_0x4b5aba[_0xdd1071(0x113)]!==_0x3c3b8f[_0xdd1071(0x71e)]&&(_0x21ae9d==null?void 0x0:_0x21ae9d[_0xdd1071(0x113)])!==_0x3c3b8f['body'])return!0x1;let _0x466bba=_0x3c3b8f[_0xdd1071(0x4fd)];if(!_0x466bba)return!0x1;let _0x52d377=_0x4b5aba['getBoundingClientRect']();return _0x52d377[_0xdd1071(0x467)]<0x0||_0x52d377[_0xdd1071(0x7e3)]<0x0||_0x52d377[_0xdd1071(0x312)]>_0x466bba[_0xdd1071(0x56a)]||_0x52d377[_0xdd1071(0x1db)]>_0x466bba[_0xdd1071(0x2a0)]?!0x0:_0x52d377['width']<=0x0||_0x52d377[_0xdd1071(0x5ab)]<=0x0?_0x52d377['left']<0x0||_0x52d377[_0xdd1071(0x1db)]<0x0||_0x52d377[_0xdd1071(0x312)]>_0x466bba['innerWidth']||_0x52d377[_0xdd1071(0x1db)]>_0x466bba['innerHeight']:!0x1;}[_0x3431b8(0x677)](_0x3cc798,_0x456480={}){const _0x56bbb2=_0x3431b8;let _0xc9b9b=_0x456480['includeAppShellEditorPortal']&&this['_isAppShellEditorPortalCandidate'](_0x3cc798)?'child-editor':this[_0x56bbb2(0x33c)](_0x3cc798)?_0x56bbb2(0x1d2):void 0x0;_0xc9b9b&&(_0x3cc798[_0x56bbb2(0x11c)](_0xc2fa90,_0xc9b9b),_0x3cc798[_0x56bbb2(0x42b)]('*')[_0x56bbb2(0x7ce)](_0x3efce4=>{_0x3efce4['setAttribute'](_0xc2fa90,_0xc9b9b);}));}[_0x3431b8(0x54e)](_0x464e8f,_0x4c9c0b,_0x4df690={}){const _0x2e03c0=_0x3431b8;let _0x1b6cbb=new Map(),_0x14d382=_0x55ca0e=>{const _0x54c547=_0x5b76;_0x4df690['transient']||_0x1b6cbb[_0x54c547(0x441)](_0x55ca0e,_0x55ca0e[_0x54c547(0x623)](_0x23d1a8)),_0x55ca0e['setAttribute'](_0x23d1a8,_0x464e8f);};return _0x14d382(_0x4c9c0b),_0x4c9c0b[_0x2e03c0(0x42b)]('*')[_0x2e03c0(0x7ce)](_0x14d382),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x27d0c3=_0x2e03c0;_0x1b6cbb[_0x27d0c3(0x7ce)]((_0x51bb9a,_0x2401aa)=>{const _0x2d1ff=_0x27d0c3;if(_0x51bb9a==null){_0x2401aa['removeAttribute'](_0x23d1a8);return;}_0x2401aa[_0x2d1ff(0x11c)](_0x23d1a8,_0x51bb9a);});});}['_isUniverPortalTreeElement'](_0x3e6484){const _0x13a981=_0x3431b8;return this[_0x13a981(0x146)](_0x3e6484)||_0x3e6484['closest'](_0x13a981(0x5a9))!=null;}['_getBodyPortalOwner'](_0x4e8858){const _0x198136=_0x3431b8;let _0x1b6a13=this[_0x198136(0x218)](_0x4e8858);if(_0x1b6a13)return{'embedId':_0x1b6a13[_0x198136(0x73e)],'stable':!0x0};let _0xc9b282=this[_0x198136(0x627)];if(_0xc9b282&&_0xc9b282[_0x198136(0x586)]===_0x4e8858&&Date['now']()<=_0xc9b282[_0x198136(0x40c)])return{'embedId':_0xc9b282['embedId'],'stable':!0x1};}[_0x3431b8(0x218)](_0x12b716){const _0x4d032f=_0x3431b8;let _0x31fc06=this[_0x4d032f(0x1ad)]['get'](_0x12b716);return _0x31fc06==null?void 0x0:_0x31fc06[_0x31fc06['length']-0x1];}['_cleanupOrdinaryBodyChromeClaims'](_0x2b4ab9,_0x5423ec){const _0x3893a7=_0x3431b8;let _0x19aab8=this['_roots'][_0x3893a7(0x1da)](_0x2b4ab9);_0x5423ec['body']['querySelectorAll']('['+_0x23d1a8+'=\x22'+_0x2b4ab9+'\x22]')[_0x3893a7(0x7ce)](_0xb4012f=>{const _0x27cc5c=_0x3893a7;_0xb4012f[_0x27cc5c(0x113)]===_0x5423ec['body']&&(_0x19aab8&&[..._0x19aab8][_0x27cc5c(0x46a)](_0x5e5a89=>_0x5e5a89===_0xb4012f||_0x5e5a89['contains'](_0xb4012f))||this['_isUniverPortalCandidate'](_0xb4012f)||this[_0x27cc5c(0x17c)](_0xb4012f)||_0xb4012f['removeAttribute'](_0x23d1a8));});}[_0x3431b8(0x174)](_0xab998b,_0x20c567,_0x30b43e){const _0x2bb6f2=_0x3431b8;let _0x522c62=_0xab998b[_0x2bb6f2(0x623)](_0x23d1a8);if(!_0x522c62||_0x522c62===_0x20c567)return;let _0x553b70=_0x30b43e['activeElement'];!(_0x553b70 instanceof HTMLElement)||_0x553b70!==_0xab998b&&!_0xab998b[_0x2bb6f2(0x362)](_0x553b70)||(_0x553b70[_0x2bb6f2(0x355)](),_0x30b43e[_0x2bb6f2(0x19d)]===_0x553b70&&this[_0x2bb6f2(0x70b)](_0x30b43e));}[_0x3431b8(0x6f3)](_0x3873d9,_0x439608){const _0x12506d=_0x3431b8;let _0x2f9e0b=this['_roots']['get'](_0x3873d9),_0x349265=_0x439608[_0x12506d(0x71e)][_0x12506d(0x42b)]('['+_0x23d1a8+'=\x22'+_0x3873d9+'\x22]'),_0x2a91e2=_0x3f940e=>_0x2f9e0b!=null&&[..._0x2f9e0b][_0x12506d(0x46a)](_0x212364=>_0x212364===_0x3f940e||_0x212364[_0x12506d(0x362)](_0x3f940e)),_0x1b19e5=[];_0x349265[_0x12506d(0x7ce)](_0x21a48a=>{const _0x1b1094=_0x12506d;_0x2a91e2(_0x21a48a)||(_0x1b19e5[_0x1b1094(0x49d)](_0x21a48a),_0x21a48a['removeAttribute'](_0x23d1a8),this[_0x1b1094(0x5f4)](_0x21a48a));});let _0x2102f5=_0x439608[_0x12506d(0x19d)];_0x2102f5 instanceof HTMLElement&&_0x1b19e5['some'](_0x448eff=>_0x448eff===_0x2102f5||_0x448eff['contains'](_0x2102f5))&&(_0x2102f5['blur'](),_0x439608[_0x12506d(0x19d)]===_0x2102f5&&this['_focusDocumentBody'](_0x439608));}[_0x3431b8(0x70b)](_0x3222ff){const _0x378e4b=_0x3431b8;let _0x18f261=_0x3222ff[_0x378e4b(0x71e)];if(!_0x18f261)return;let _0x2bb3f1=_0x18f261[_0x378e4b(0x623)](_0x378e4b(0x55d));_0x2bb3f1??(_0x18f261[_0x378e4b(0x694)]=-0x1),_0x18f261[_0x378e4b(0x176)]({'preventScroll':!0x0}),_0x2bb3f1==null?_0x18f261['removeAttribute']('tabindex'):_0x18f261[_0x378e4b(0x11c)]('tabindex',_0x2bb3f1),_0x3222ff['activeElement']!==_0x18f261&&this[_0x378e4b(0x55f)](_0x3222ff);}[_0x3431b8(0x55f)](_0x30be72){const _0x3cc4c0=_0x3431b8;var _0x2ea3f9;let _0x3fee69=_0x30be72['body'];if(!_0x3fee69)return;let _0x159ad9=_0x30be72['createElement'](_0x3cc4c0(0x136));_0x159ad9[_0x3cc4c0(0x694)]=-0x1,_0x159ad9['setAttribute'](_0x3cc4c0(0x353),'true'),_0x159ad9[_0x3cc4c0(0x594)][_0x3cc4c0(0x553)]=_0x3cc4c0(0x3d8),_0x3fee69['appendChild'](_0x159ad9),_0x159ad9['focus']({'preventScroll':!0x0}),(_0x2ea3f9=_0x30be72['defaultView'])==null||_0x2ea3f9[_0x3cc4c0(0x81e)](()=>_0x159ad9[_0x3cc4c0(0x19e)](),0x0);}[_0x3431b8(0x5f4)](_0x5822f1){const _0x4d5c0d=_0x3431b8;(_0x5822f1['getAttribute'](_0x4d5c0d(0x4dd))===_0x4d5c0d(0x80b)||_0x5822f1['getAttribute']('data-embed-runtime-focus-role')===_0x4d5c0d(0x1d2))&&_0x5822f1[_0x4d5c0d(0x7b5)](_0xc2fa90),_0x5822f1[_0x4d5c0d(0x42b)]('['+_0xc2fa90+']')[_0x4d5c0d(0x7ce)](_0x5e3c05=>{const _0x52f576=_0x4d5c0d;let _0x533e41=_0x5e3c05['getAttribute'](_0xc2fa90);(_0x533e41==='child-editor'||_0x533e41==='child-popup')&&_0x5e3c05[_0x52f576(0x7b5)](_0xc2fa90);});}},_0x28f64f=class{constructor(_0x39ed96={}){const _0x3c0a87=_0x3431b8;_0x2c4771(this,'_childUnitAncestry',new Map()),_0x2c4771(this,_0x3c0a87(0x1d6),void 0x0),this[_0x3c0a87(0x1d6)]=_0x2a2632(_0x39ed96[_0x3c0a87(0x1c4)]);}['canMount'](_0x779557){const _0x55a740=_0x3431b8;let _0x20bdf3=this[_0x55a740(0x663)](_0x779557[_0x55a740(0x1a4)]);return _0x20bdf3[_0x55a740(0x46a)](_0x3b41e4=>_0x3b41e4[_0x55a740(0x1a4)]===_0x779557[_0x55a740(0x3bc)]||_0x3b41e4[_0x55a740(0x3bc)]===_0x779557[_0x55a740(0x3bc)])?{'allowed':!0x1,'reason':_0x55a740(0x26e),'ancestry':_0x20bdf3}:_0x20bdf3[_0x55a740(0x522)]>=this['_maxDepth']?{'allowed':!0x1,'reason':_0x55a740(0x354),'ancestry':_0x20bdf3}:{'allowed':!0x0,'ancestry':_0x20bdf3};}[_0x3431b8(0x46e)](_0xeb36){const _0x4af2ea=_0x3431b8;let _0x4a4051=[...this['getAncestryForHostUnit'](_0xeb36['hostUnitId']),{'hostUnitId':_0xeb36['hostUnitId'],'embedId':_0xeb36[_0x4af2ea(0x73e)],'childUnitId':_0xeb36[_0x4af2ea(0x3bc)]}];return this[_0x4af2ea(0x4be)][_0x4af2ea(0x441)](_0xeb36[_0x4af2ea(0x3bc)],_0x4a4051),(0x0,_0x21e99d[_0x4af2ea(0x7b6)])(()=>{const _0x30bc9d=_0x4af2ea;this[_0x30bc9d(0x4be)][_0x30bc9d(0x1da)](_0xeb36['childUnitId'])===_0x4a4051&&this['_childUnitAncestry'][_0x30bc9d(0x5bc)](_0xeb36[_0x30bc9d(0x3bc)]);});}[_0x3431b8(0x663)](_0x1231ec){const _0x109c1e=_0x3431b8;return this[_0x109c1e(0x4be)]['get'](_0x1231ec)??[];}[_0x3431b8(0x470)](_0x1add9c){const _0x4645a5=_0x3431b8;var _0x44d2b5;return(_0x44d2b5=this[_0x4645a5(0x663)](_0x1add9c)[_0x4645a5(0x5ff)](-0x1)[0x0])==null?void 0x0:_0x44d2b5[_0x4645a5(0x73e)];}};function _0x2a2632(_0x57508c){const _0x164751=_0x3431b8;return typeof _0x57508c==_0x164751(0x445)&&Number[_0x164751(0x669)](_0x57508c)&&_0x57508c>=0x0?Math[_0x164751(0x2bf)](_0x57508c):0x1;}let _0x4f187a=new Set(['identifier:univer.menu-manager-service',_0x3431b8(0x686),_0x3431b8(0x832),'identifier:ui.popup.service',_0x3431b8(0x521),_0x3431b8(0x4cc),_0x3431b8(0x238)]);function _0x4e5e63(_0x16734f){const _0x5cb76e=_0x3431b8;let _0x5f1c61=_0x16734f[_0x5cb76e(0x644)]['get'](_0x21e99d[_0x5cb76e(0x297)]),_0x24234b=_0x5f1c61['getUnit'](_0x16734f['childUnitId'],_0x16734f[_0x5cb76e(0x5d2)]);if(!_0x24234b)return;let _0x58ea88=_0x3d59ba(_0x5f1c61,_0x16734f,_0x24234b,new _0x465e89['BehaviorSubject'](_0x24234b),new _0x465e89['BehaviorSubject'](_0x24234b[_0x5cb76e(0x787)]())),_0x30a8d7=_0x3af3d5(_0x16734f),_0x22bbdd=_0x23e148(_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x1da)](_0x21e99d[_0x5cb76e(0x40e)]),_0x16734f,_0x5f1c61,_0x30a8d7),_0x56ac48=new Map([[_0x21e99d[_0x5cb76e(0x297)],_0x58ea88],[_0x21e99d[_0x5cb76e(0x40e)],_0x22bbdd]]),_0x560bd0=[];if(_0x16734f['childType']===_0x21e99d[_0x5cb76e(0x601)]['UNIVER_BOARD']&&_0x16734f[_0x5cb76e(0x644)]['has'](_0x47567d[_0x5cb76e(0x409)])){let _0x3984af=_0x16734f['injector'][_0x5cb76e(0x1da)](_0x47567d[_0x5cb76e(0x409)]),_0x5545f6=_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x1da)](_0x59d49a[_0x5cb76e(0x738)]),_0x112dbb=_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x1da)](_0x21e99d['IConfigService']),_0x21b621=new _0x16b137[(_0x5cb76e(0x112))](_0x112dbb),_0x75812f=new _0x16b137['BoardElementStateService'](_0x3984af),_0x459373=new _0x16b137['BoardDomLayerService'](),_0x20535f=new _0x16b137[(_0x5cb76e(0x484))](_0x3984af,_0x21b621,_0x5545f6),_0x811706=new _0x16b137['BoardElementEditService'](_0x22bbdd,_0x3984af,_0x75812f),_0x6e4b87=new _0x16b137['BoardSelectionService'](_0x3984af,_0x75812f,_0x5545f6),_0x142de5=new _0x16b137[(_0x5cb76e(0x21a))](_0x3984af,_0x811706,_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x1da)](_0x16b137[_0x5cb76e(0x658)])),_0x424ad0=new _0x16b137[(_0x5cb76e(0x79d))](_0x22bbdd,_0x75812f,_0x21b621,_0x3984af,_0x142de5),_0xf9105b=new _0x16b137['BoardImageInsertService'](_0x58ea88,_0x424ad0,_0x112dbb,_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x2e0)](_0x21e99d[_0x5cb76e(0x7d6)])?_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x1da)](_0x21e99d[_0x5cb76e(0x7d6)]):void 0x0),_0x34cba8=new _0x16b137[(_0x5cb76e(0x399))](_0x21b621,_0x22bbdd,_0x58ea88,_0x112dbb);_0x56ac48[_0x5cb76e(0x441)](_0x16b137[_0x5cb76e(0x4a0)],_0x21b621),_0x56ac48[_0x5cb76e(0x441)](_0x16b137[_0x5cb76e(0x63d)],_0x75812f),_0x56ac48[_0x5cb76e(0x441)](_0x16b137['BoardDomLayerService'],_0x459373),_0x56ac48['set'](_0x16b137['BoardElementEditService'],_0x811706),_0x56ac48[_0x5cb76e(0x441)](_0x16b137[_0x5cb76e(0x79d)],_0x424ad0),_0x56ac48['set'](_0x16b137[_0x5cb76e(0x301)],_0xf9105b),_0x56ac48[_0x5cb76e(0x441)](_0x16b137[_0x5cb76e(0x24e)],_0x6e4b87),_0x56ac48[_0x5cb76e(0x441)](_0x16b137[_0x5cb76e(0x484)],_0x20535f),_0x56ac48[_0x5cb76e(0x441)](_0x16b137['BoardTextEditingService'],_0x142de5),_0x56ac48[_0x5cb76e(0x441)](_0x16b137[_0x5cb76e(0x399)],_0x34cba8),_0x560bd0[_0x5cb76e(0x49d)](_0x21b621,_0x75812f,_0x459373,_0x142de5);}_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x2e0)](_0x28f64f)&&_0x56ac48[_0x5cb76e(0x441)](_0x28f64f,_0x16734f['injector'][_0x5cb76e(0x1da)](_0x28f64f));let _0x2dfc7f=_0x245840(_0x16734f['injector'],_0x16734f[_0x5cb76e(0x5d2)]);_0x2dfc7f&&_0x56ac48['set'](_0x21e99d[_0x5cb76e(0x6a1)],_0x2dfc7f);let _0x37d41f=_0x3eefc0(_0x16734f[_0x5cb76e(0x644)],_0x56ac48);if(_0x16734f['injector']['has'](_0x384c00[_0x5cb76e(0x357)])){let _0x5b4e3e=_0x16734f[_0x5cb76e(0x644)][_0x5cb76e(0x1da)](_0x384c00[_0x5cb76e(0x357)]);_0x560bd0[_0x5cb76e(0x49d)](_0x5b4e3e['register']({'unitId':_0x16734f[_0x5cb76e(0x3bc)],'has':_0x2a675c=>_0x37d41f[_0x5cb76e(0x2e0)](_0x2a675c),'get':_0x357d47=>_0x37d41f[_0x5cb76e(0x1da)](_0x357d47)}));}let _0x55b95e=_0x367437(_0x16734f[_0x5cb76e(0x644)],_0x37d41f);if(_0x55b95e){_0x37d41f['add']([_0x384c00['IMenuManagerService'],{'useValue':_0x55b95e}]);let _0x1ee58e=new _0x384c00[(_0x5cb76e(0x7b8))](_0x55b95e,_0x58ea88);_0x37d41f['add']([_0x384c00[_0x5cb76e(0x16e)],{'useValue':_0x1ee58e}]),_0x560bd0['push'](_0x1ee58e);}if(_0x16734f['renderScope'][_0x5cb76e(0x7ea)]){let _0x17c5d7=_0x5c371e(_0x37d41f,_0x16734f[_0x5cb76e(0x3bc)]),_0x539665=new _0x384c00[(_0x5cb76e(0x28b))](),_0x4078e4=new _0x384c00[(_0x5cb76e(0x519))]();_0x37d41f[_0x5cb76e(0x24d)]([_0x384c00[_0x5cb76e(0x766)],{'useValue':_0x17c5d7}]),_0x37d41f[_0x5cb76e(0x24d)]([_0x384c00[_0x5cb76e(0x6d5)],{'useValue':_0x539665}]),_0x37d41f[_0x5cb76e(0x24d)]([_0x384c00[_0x5cb76e(0x7b7)],{'useValue':_0x4078e4}]),_0x560bd0[_0x5cb76e(0x49d)](_0x17c5d7,_0x539665,_0x4078e4);}else{let _0x1d0a43=_0x1ce5e0(_0x16734f[_0x5cb76e(0x644)],_0x37d41f,_0x16734f[_0x5cb76e(0x3bc)]);_0x1d0a43&&_0x37d41f[_0x5cb76e(0x24d)]([_0x384c00[_0x5cb76e(0x766)],{'useValue':_0x1d0a43}]);}let _0x11510b=_0x4e5d9f(_0x16734f[_0x5cb76e(0x644)],_0x16734f);if(_0x37d41f[_0x5cb76e(0x24d)]([_0x384c00[_0x5cb76e(0x3af)],{'useValue':_0x11510b}]),_0x560bd0[_0x5cb76e(0x522)]){let _0x34399c=_0x37d41f['dispose']['bind'](_0x37d41f),_0x32a191=!0x1;_0x37d41f[_0x5cb76e(0x403)]=()=>{const _0x38c30a=_0x5cb76e;_0x32a191||(_0x32a191=!0x0,_0x560bd0[_0x38c30a(0x7ce)](_0x2ebbf6=>_0x2ebbf6['dispose']()),_0x34399c());};}return _0x37d41f;}function _0x1bf45a(_0x479b60,_0x3436a4){const _0x3921dc=_0x3431b8;if(!_0x479b60[_0x3921dc(0x2e0)](_0x21e99d[_0x3921dc(0x7d1)]))return;let _0x3ad5e9=_0x479b60[_0x3921dc(0x1da)](_0x21e99d[_0x3921dc(0x7d1)]);return _0x3eefc0(_0x479b60,new Map([[_0x21e99d['IConfigService'],_0x1aec60(_0x3ad5e9,_0x3436a4)]]));}function _0x3d59ba(_0x45a17b,_0x29e895,_0x3b5f76,_0xdff069,_0x2b1396){const _0x328f0b=_0x3431b8;return{'unitAdded$':_0x45a17b[_0x328f0b(0x838)],'getTypeOfUnitAdded$':(..._0x42c3c5)=>_0x45a17b[_0x328f0b(0x57a)](..._0x42c3c5),'__addUnit':(..._0x1f2872)=>_0x45a17b[_0x328f0b(0x699)](..._0x1f2872),'unitDisposed$':_0x45a17b['unitDisposed$'],'getTypeOfUnitDisposed$':(..._0x3bf3d7)=>_0x45a17b['getTypeOfUnitDisposed$'](..._0x3bf3d7),'focused$':_0x2b1396[_0x328f0b(0x837)](),'focusUnit':_0x4b5568=>{const _0x981019=_0x328f0b;if(_0x4b5568===null||_0x3ac69d(_0x29e895,_0x4b5568)){_0x2b1396['getValue']()!==_0x4b5568&&_0x2b1396[_0x981019(0x26c)](_0x4b5568);return;}_0x45a17b['focusUnit'](_0x4b5568);},'getFocusedUnit':()=>{const _0x30af9c=_0x328f0b;let _0xe8cfc0=_0x2b1396['getValue']();return _0xe8cfc0===null?null:_0xe8cfc0===_0x29e895[_0x30af9c(0x3bc)]?_0x3b5f76:(0x0,_0x21e99d['isInternalEditorID'])(_0xe8cfc0)?_0x45a17b[_0x30af9c(0x348)](_0xe8cfc0)??_0x3b5f76:_0x45a17b[_0x30af9c(0x527)]();},'getCurrentUnitOfType':_0x3a3f0d=>_0x3a3f0d===_0x29e895['childType']?_0xdff069['getValue']():_0x45a17b[_0x328f0b(0x839)](_0x3a3f0d),'setCurrentUnitForType':_0x1395e1=>{const _0x1c443b=_0x328f0b;if(_0x3ac69d(_0x29e895,_0x1395e1)){_0xdff069['getValue']()!==_0x3b5f76&&_0xdff069[_0x1c443b(0x26c)](_0x3b5f76);return;}_0x45a17b[_0x1c443b(0x42c)](_0x1395e1);},'getCurrentTypeOfUnit$':_0x48b139=>_0x48b139===_0x29e895['childType']?_0xdff069['asObservable']():_0x45a17b[_0x328f0b(0x455)](_0x48b139),'createUnit':(..._0x2c7678)=>_0x45a17b[_0x328f0b(0x415)](..._0x2c7678),'getUnitCreateOptions':(..._0x41df10)=>_0x45a17b[_0x328f0b(0x528)](..._0x41df10),'disposeUnit':(..._0x45cbe9)=>_0x45a17b[_0x328f0b(0x803)](..._0x45cbe9),'registerCtorForType':(..._0x3f655a)=>_0x45a17b[_0x328f0b(0x14c)](..._0x3f655a),'getUnit':(..._0x1ba7c5)=>_0x45a17b[_0x328f0b(0x348)](..._0x1ba7c5),'getAllUnitsForType':(..._0x58e358)=>_0x45a17b['getAllUnitsForType'](..._0x58e358),'getUnitType':(..._0x1b5ca7)=>_0x45a17b[_0x328f0b(0x61d)](..._0x1b5ca7),'dispose':()=>{}};}function _0x3ac69d(_0x34e9b6,_0x37693d){const _0x19c3b2=_0x3431b8;return _0x37693d===_0x34e9b6[_0x19c3b2(0x3bc)]||(0x0,_0x21e99d[_0x19c3b2(0x291)])(_0x37693d);}function _0x23e148(_0x7f9047,_0x5757dc,_0x48a13c,_0x4f6cee){const _0x1a55a4=_0x3431b8;return{'disposed':()=>_0x7f9047[_0x1a55a4(0x45a)](),'hasCommand':_0x21dfcf=>_0x7f9047[_0x1a55a4(0x678)](_0x21dfcf),'registerCommand':(..._0x56aff0)=>_0x7f9047[_0x1a55a4(0x556)](..._0x56aff0),'unregisterCommand':_0x3a88fb=>_0x7f9047[_0x1a55a4(0x489)](_0x3a88fb),'registerMultipleCommand':(..._0x1bf554)=>_0x7f9047[_0x1a55a4(0x267)](..._0x1bf554),'executeCommand':async(..._0x1c7d3c)=>{const _0x2071b8=_0x1a55a4;var _0x19bfe1;let _0x592237=()=>_0x7f9047[_0x2071b8(0x841)](_0x1c7d3c[0x0],_0x31f331(_0x5757dc,_0x1c7d3c[0x0],_0x1c7d3c[0x1]),_0x1c7d3c[0x2]);if(!_0x4f6cee)return await _0x592237();let _0x338898=_0x48a13c[_0x2071b8(0x839)](_0x5757dc[_0x2071b8(0x5d2)]),_0x1754b6=((_0x19bfe1=_0x48a13c['getFocusedUnit']())==null?void 0x0:_0x19bfe1[_0x2071b8(0x787)]())??null;try{return _0x48a13c[_0x2071b8(0x42c)](_0x5757dc[_0x2071b8(0x3bc)]),_0x48a13c['focusUnit'](_0x5757dc['childUnitId']),await _0x592237();}finally{_0x338898&&_0x48a13c[_0x2071b8(0x42c)](_0x338898['getUnitId']()),_0x54ffe7(_0x5757dc,_0x48a13c,_0x1754b6);}},'syncExecuteCommand':(..._0x34a722)=>{const _0x1ef267=_0x1a55a4;var _0xc8b0f9;let _0x20d07a=()=>_0x7f9047[_0x1ef267(0x4d1)](_0x34a722[0x0],_0x31f331(_0x5757dc,_0x34a722[0x0],_0x34a722[0x1]),_0x34a722[0x2]);if(!_0x4f6cee)return _0x20d07a();let _0xf4b1dc=_0x48a13c['getCurrentUnitOfType'](_0x5757dc[_0x1ef267(0x5d2)]),_0xd78a80=((_0xc8b0f9=_0x48a13c[_0x1ef267(0x527)]())==null?void 0x0:_0xc8b0f9[_0x1ef267(0x787)]())??null;try{return _0x48a13c['setCurrentUnitForType'](_0x5757dc[_0x1ef267(0x3bc)]),_0x48a13c[_0x1ef267(0x421)](_0x5757dc[_0x1ef267(0x3bc)]),_0x20d07a();}finally{_0xf4b1dc&&_0x48a13c[_0x1ef267(0x42c)](_0xf4b1dc[_0x1ef267(0x787)]()),_0x54ffe7(_0x5757dc,_0x48a13c,_0xd78a80);}},'onCommandExecuted':(..._0x39af25)=>_0x7f9047[_0x1a55a4(0x1fa)](..._0x39af25),'beforeCommandExecuted':(..._0x448a92)=>_0x7f9047[_0x1a55a4(0x653)](..._0x448a92),'onMutationExecutedForCollab':(..._0x366f56)=>_0x7f9047['onMutationExecutedForCollab'](..._0x366f56),'dispose':()=>{}};}function _0x3af3d5(_0x2ccf95){const _0x1bc8e7=_0x3431b8;return _0x2ccf95['renderScope'][_0x1bc8e7(0x7ea)]||_0x2ccf95[_0x1bc8e7(0x723)][_0x1bc8e7(0x478)]==='docs-custom-block'?!0x0:_0x161b8f(_0x2ccf95);}function _0x161b8f(_0x2b1ae6){const _0x4d8a72=_0x3431b8;var _0x28f8d4;return _0x2b1ae6['descriptor'][_0x4d8a72(0x478)]===_0x4d8a72(0x324)||_0x2b1ae6[_0x4d8a72(0x723)][_0x4d8a72(0x478)]===_0x4d8a72(0x198)||_0x2b1ae6[_0x4d8a72(0x723)][_0x4d8a72(0x478)]===_0x4d8a72(0x44c)||_0x2b1ae6[_0x4d8a72(0x1ae)]===_0x4d8a72(0x2d0)||!!((_0x28f8d4=_0x2b1ae6[_0x4d8a72(0x723)][_0x4d8a72(0x714)])!=null&&_0x28f8d4[_0x4d8a72(0x69a)]);}function _0x245840(_0x25d8d6,_0xba39bc){const _0x38f4c4=_0x3431b8;if(!_0x25d8d6[_0x38f4c4(0x2e0)](_0x21e99d[_0x38f4c4(0x6a1)]))return;let _0x428c10=_0x25d8d6[_0x38f4c4(0x1da)](_0x21e99d[_0x38f4c4(0x6a1)]),_0x3fcdcb=_0x2b0932(_0xba39bc),_0x115fad=new _0x465e89[(_0x38f4c4(0x58e))]();return{'contextChanged$':(0x0,_0x465e89['merge'])((_0x428c10[_0x38f4c4(0x6ab)]??_0x465e89[_0x38f4c4(0x776)])['pipe']((0x0,_0x465e89[_0x38f4c4(0x27a)])(_0x59a3e0=>Object[_0x38f4c4(0x7a2)](Object[_0x38f4c4(0x4ae)](_0x59a3e0)['filter'](([_0x3c29f8])=>!_0x1b231b(_0x3c29f8)))),(0x0,_0x465e89['filter'])(_0x2d8318=>Object[_0x38f4c4(0x208)](_0x2d8318)['length']>0x0)),_0x115fad),'getContextValue':_0x2507ef=>_0x1b231b(_0x2507ef)?_0x1e432e(_0x3fcdcb,_0x2507ef):_0x428c10[_0x38f4c4(0x834)](_0x2507ef),'setContextValue':(_0xfadbde,_0x1f26b8)=>{const _0x356bc4=_0x38f4c4;if(!_0x1b231b(_0xfadbde)){_0x428c10['setContextValue'](_0xfadbde,_0x1f26b8);return;}_0x3fcdcb[_0x356bc4(0x441)](_0xfadbde,_0x1f26b8),_0x115fad[_0x356bc4(0x26c)]({[_0xfadbde]:_0x1f26b8});},'subscribeContextValue$':_0x572fa7=>_0x1b231b(_0x572fa7)?new _0x465e89[(_0x38f4c4(0x3a8))](_0x49bb98=>{const _0x257b5d=_0x38f4c4;let _0x14dbe3=_0x115fad[_0x257b5d(0x6e9)]((0x0,_0x465e89[_0x257b5d(0x659)])(_0x11d312=>_0x11d312[_0x572fa7]!==void 0x0))[_0x257b5d(0x823)](_0x573b62=>_0x49bb98[_0x257b5d(0x26c)](_0x573b62[_0x572fa7]));return _0x49bb98[_0x257b5d(0x26c)](_0x1e432e(_0x3fcdcb,_0x572fa7)),()=>_0x14dbe3[_0x257b5d(0x2f3)]();}):_0x428c10[_0x38f4c4(0x65d)](_0x572fa7)};}function _0x2b0932(_0x16a0a7){const _0x31ae1e=_0x3431b8;return new Map([[_0x21e99d[_0x31ae1e(0x3fa)],!0x0],[_0x21e99d[_0x31ae1e(0x593)],_0x16a0a7===_0x21e99d[_0x31ae1e(0x601)][_0x31ae1e(0x1d4)]],[_0x21e99d[_0x31ae1e(0x142)],_0x16a0a7===_0x21e99d[_0x31ae1e(0x601)][_0x31ae1e(0x2d2)]],[_0x21e99d[_0x31ae1e(0x54d)],_0x16a0a7===_0x21e99d[_0x31ae1e(0x601)]['UNIVER_SLIDE']],[_0x21e99d[_0x31ae1e(0x14e)],_0x16a0a7===_0x21e99d[_0x31ae1e(0x601)]['UNIVER_BOARD']]]);}function _0x1e432e(_0x2322d5,_0x1ccb56){const _0x11e979=_0x3431b8;return _0x2322d5[_0x11e979(0x1da)](_0x1ccb56)??!0x1;}function _0x1b231b(_0x123b12){const _0x1ec487=_0x3431b8;return _0x123b12[_0x1ec487(0x708)](_0x1ec487(0x63c))||_0x123b12===_0x21e99d[_0x1ec487(0x648)]||_0x123b12===_0x21e99d[_0x1ec487(0x367)];}function _0x1aec60(_0x24426b,_0x36ebd4){const _0x301f08=_0x3431b8;return{'getConfig':_0x4a0fbf=>{const _0x48d58d=_0x5b76;let _0x9c7f6a=_0x24426b['getConfig'](_0x4a0fbf),_0x45be43=_0x36ebd4[_0x48d58d(0x1da)](_0x4a0fbf);return _0x45be43?_0x45be43(_0x9c7f6a):_0x9c7f6a;},'setConfig':_0x24426b['setConfig'][_0x301f08(0x29a)](_0x24426b),'deleteConfig':_0x24426b[_0x301f08(0x231)][_0x301f08(0x29a)](_0x24426b),'subscribeConfigValue$':_0x24426b[_0x301f08(0x40f)][_0x301f08(0x29a)](_0x24426b),'configChanged$':_0x24426b[_0x301f08(0x579)],'dispose':()=>{}};}function _0x31f331(_0x59d7cf,_0x26d4f4,_0x5eeef3){const _0x1b2a5a=_0x3431b8;if(_0x26d4f4!==_0x233a55['CreateEmbedCommand']['id']||!_0x5eeef3||typeof _0x5eeef3!='object')return _0x5eeef3;let _0x14abb4=_0x5eeef3;return _0x14abb4[_0x1b2a5a(0x1eb)]?_0x14abb4:{..._0x14abb4,'parentEmbedId':_0x59d7cf[_0x1b2a5a(0x73e)]};}function _0x3eefc0(_0x5c9c2b,_0x477860,_0x87aefc=_0x5c9c2b){const _0x173ee6=_0x3431b8;let _0x305155=_0x28cf79(_0x5c9c2b)??_0x87aefc,_0x98826f=new Map(_0x477860),_0xf487ff=new Map(),_0x51a380=new Set(),_0x25fb83=new Map(),_0x26216d;_0x98826f['forEach']((_0x53a61b,_0x2caa73)=>{_0x1c9c83(_0x2caa73);});function _0x1c9c83(_0x316561){const _0x1f5f01=_0x5b76;let _0x22688a=_0x4e615a(_0x316561);return _0x51a380[_0x1f5f01(0x24d)](_0x22688a),_0x25fb83['has'](_0x22688a)||_0x25fb83[_0x1f5f01(0x441)](_0x22688a,_0x316561),_0x22688a;}let _0x479cc9=_0x2e8351=>_0x98826f[_0x173ee6(0x2e0)](_0x2e8351)||_0xf487ff['has'](_0x2e8351)?_0x2e8351:_0x25fb83['get'](_0x4e615a(_0x2e8351))??_0x2e8351,_0x35a5a3=_0x1db1dd=>{const _0x502a82=_0x173ee6;let _0x40d612=_0x479cc9(_0x1db1dd);if(_0x98826f[_0x502a82(0x2e0)](_0x40d612))return _0x98826f[_0x502a82(0x1da)](_0x40d612);let _0x405609=_0xf487ff[_0x502a82(0x1da)](_0x40d612);if(!_0x405609)return;let _0x1ff31c=_0x405609();return _0xf487ff[_0x502a82(0x5bc)](_0x40d612),_0x98826f['set'](_0x40d612,_0x1ff31c),_0x51937d(_0x26216d,_0x40d612,_0x1ff31c),_0x40d612!==_0x1db1dd&&_0x51937d(_0x26216d,_0x1db1dd,_0x1ff31c),_0x1ff31c;},_0x1999e9=_0x314451=>{const _0x58c628=_0x173ee6;let _0x2f05b3=_0x479cc9(_0x314451);return _0x98826f['has'](_0x2f05b3)||_0xf487ff[_0x58c628(0x2e0)](_0x2f05b3);},_0x4021f5=_0x12731f=>_0x51a380[_0x173ee6(0x2e0)](_0x4e615a(_0x12731f)),_0x3d745e=_0x2b867c=>_0x4f187a[_0x173ee6(0x2e0)](_0x4e615a(_0x2b867c)),_0x57b10d=_0x2a165f=>!_0x4021f5(_0x2a165f)&&_0x5c9c2b[_0x173ee6(0x2e0)](_0x2a165f),_0x55ce9c=()=>{const _0x4877bd=_0x173ee6;if(_0x26216d)return _0x26216d;let _0x3f6423=_0x5c9c2b['createChild'];if(typeof _0x3f6423==_0x4877bd(0x602))return _0x26216d=_0x3f6423[_0x4877bd(0x2f1)](_0x5c9c2b,[..._0x12eaeb(_0x98826f),[_0x21e99d['Injector'],{'useFactory':()=>_0x26216d}]]),_0x26216d;},_0x30911d={'has':_0x545f57=>{const _0x3b80f1=_0x173ee6;if(_0x545f57===_0x21e99d[_0x3b80f1(0x7e8)]||_0x1999e9(_0x545f57)||_0x57b10d(_0x545f57))return!0x0;let _0x47ffa4=_0x55ce9c();return(_0x47ffa4==null?void 0x0:_0x47ffa4[_0x3b80f1(0x2e0)](_0x545f57))??_0x5c9c2b[_0x3b80f1(0x2e0)](_0x545f57);},'get':(_0x32b88d,..._0x8bd5e1)=>{const _0x47aeb7=_0x173ee6;if(_0x32b88d===_0x21e99d[_0x47aeb7(0x7e8)])return _0x30911d;if(_0x1f489c(_0x8bd5e1,_0x21e99d[_0x47aeb7(0x540)][_0x47aeb7(0x49e)])){let _0x4b3659=_0x55ce9c();_0x48f5f6(_0x4b3659,_0x32b88d);let _0x8517dc=_0xa7b6bf(_0x4b3659,_0x32b88d);return _0x8517dc[_0x47aeb7(0x57d)]?_0x8517dc[_0x47aeb7(0x750)]:_0x1288e8(_0x4b3659||_0x5c9c2b,_0x32b88d,_0x8bd5e1);}return _0x1999e9(_0x32b88d)?_0x35a5a3(_0x32b88d):_0x1f489c(_0x8bd5e1,_0x21e99d['LookUp']['SKIP_SELF'])?_0x1288e8(_0x5c9c2b,_0x32b88d,_0x588121(_0x8bd5e1,_0x21e99d[_0x47aeb7(0x540)][_0x47aeb7(0x571)])):_0x57b10d(_0x32b88d)?_0x1288e8(_0x5c9c2b,_0x32b88d,_0x8bd5e1):_0x1288e8(_0x55ce9c()||_0x5c9c2b,_0x32b88d,_0x8bd5e1);},'invoke':(_0x595972,..._0x8302fb)=>_0x595972({'has':_0x1e413d=>{const _0x3d9e99=_0x173ee6;if(_0x1e413d===_0x21e99d[_0x3d9e99(0x7e8)]||_0x1999e9(_0x1e413d)||_0x57b10d(_0x1e413d))return!0x0;let _0x36f617=_0x55ce9c();return(_0x36f617==null?void 0x0:_0x36f617[_0x3d9e99(0x2e0)](_0x1e413d))??_0x5c9c2b[_0x3d9e99(0x2e0)](_0x1e413d);},'get':(_0x5cfdf9,..._0x255125)=>{const _0x216810=_0x173ee6;if(_0x5cfdf9===_0x21e99d['Injector'])return _0x30911d;if(_0x1f489c(_0x255125,_0x21e99d[_0x216810(0x540)][_0x216810(0x49e)])){let _0xed93c1=_0x55ce9c();_0x48f5f6(_0xed93c1,_0x5cfdf9);let _0x15ed31=_0xa7b6bf(_0xed93c1,_0x5cfdf9);return _0x15ed31[_0x216810(0x57d)]?_0x15ed31[_0x216810(0x750)]:_0x1288e8(_0xed93c1||_0x5c9c2b,_0x5cfdf9,_0x255125);}return _0x1999e9(_0x5cfdf9)?_0x35a5a3(_0x5cfdf9):_0x1f489c(_0x255125,_0x21e99d[_0x216810(0x540)]['SKIP_SELF'])?_0x1288e8(_0x5c9c2b,_0x5cfdf9,_0x588121(_0x255125,_0x21e99d[_0x216810(0x540)][_0x216810(0x571)])):_0x57b10d(_0x5cfdf9)?_0x1288e8(_0x5c9c2b,_0x5cfdf9,_0x255125):_0x1288e8(_0x55ce9c()||_0x5c9c2b,_0x5cfdf9,_0x255125);}},..._0x8302fb),'add':_0x4d29bb=>{const _0x48670c=_0x173ee6;let _0x2d9eff=_0xf1cf28(_0x4d29bb);if(_0x2d9eff){if(_0x2d9eff[_0x48670c(0x3fe)]!==_0x48670c(0x4f5)&&_0x57b10d(_0x2d9eff['identifier'])&&!_0x3d745e(_0x2d9eff['identifier']))return;let _0x52d606=_0x4e615a(_0x2d9eff['identifier']);if(_0x51a380[_0x48670c(0x2e0)](_0x52d606))return;if(_0x1c9c83(_0x2d9eff[_0x48670c(0x6f1)]),_0x2d9eff[_0x48670c(0x3fe)]==='value')_0xf487ff[_0x48670c(0x5bc)](_0x2d9eff['identifier']),_0x98826f['set'](_0x2d9eff['identifier'],_0x2d9eff[_0x48670c(0x750)]);else{let _0x5057d7=_0x55ce9c();_0x5057d7?_0x548fa7(_0x5057d7,_0x2d9eff[_0x48670c(0x6f1)])||_0x5057d7[_0x48670c(0x24d)](_0x4d29bb):(_0x98826f[_0x48670c(0x5bc)](_0x2d9eff[_0x48670c(0x6f1)]),_0xf487ff[_0x48670c(0x441)](_0x2d9eff[_0x48670c(0x6f1)],_0x2d9eff[_0x48670c(0x4f5)]));}return;}let _0x9154d5=_0x4e615a(_0x54b05f(_0x4d29bb));if(_0x9154d5!=null){if(_0x51a380['has'](_0x9154d5))return;_0x1c9c83(_0x54b05f(_0x4d29bb));}let _0x2eb4bc=_0x55ce9c();if(_0x2eb4bc){_0x2eb4bc[_0x48670c(0x24d)](_0x4d29bb);return;}_0x5c9c2b[_0x48670c(0x24d)](_0x4d29bb);},'createChild':(_0x33e27f=[])=>{const _0x4a2356=_0x173ee6;let _0x43e049=new Map(_0x98826f),_0x4b77c9=[];_0x33e27f[_0x4a2356(0x7ce)](_0x3fb697=>{const _0x2ab22e=_0x4a2356;let _0x37cbe1=_0xf1cf28(_0x3fb697);if((_0x37cbe1==null?void 0x0:_0x37cbe1[_0x2ab22e(0x3fe)])===_0x2ab22e(0x750)){_0x43e049['set'](_0x37cbe1['identifier'],_0x37cbe1[_0x2ab22e(0x750)]);return;}_0x4b77c9[_0x2ab22e(0x49d)](_0x3fb697);});let _0x19c67b=_0x3eefc0(_0x5c9c2b,_0x43e049,_0x305155);return _0x4b77c9[_0x4a2356(0x7ce)](_0x51a5e3=>{const _0x19960e=_0x4a2356;_0x19c67b[_0x19960e(0x24d)](_0x51a5e3);}),_0x19c67b;},'createInstance':(..._0x52a3e0)=>{const _0x167799=_0x173ee6;let _0x175609=_0x55ce9c(),_0xa9f1fa=_0x175609==null?void 0x0:_0x175609[_0x167799(0x29d)];if(_0x175609&&typeof _0xa9f1fa==_0x167799(0x602))return _0x1fd10a(_0x175609,_0x52a3e0[0x0]),_0xa9f1fa[_0x167799(0x321)](_0x175609,_0x52a3e0);let _0x1e531=_0x5c9c2b[_0x167799(0x29d)];if(typeof _0x1e531=='function')return _0x1e531[_0x167799(0x321)](_0x5c9c2b,_0x52a3e0);let [_0x3c813d,..._0x3b29ef]=_0x52a3e0;return new _0x3c813d(..._0x3b29ef);},'dispose':()=>{const _0x4e5a83=_0x173ee6;_0x26216d&&_0x1c5f89(_0x26216d,_0x305155,_0x98826f[_0x4e5a83(0x702)]()),_0x26216d=void 0x0,_0x51a380[_0x4e5a83(0x670)](),_0x25fb83[_0x4e5a83(0x670)](),_0xf487ff[_0x4e5a83(0x670)]();}};function _0x48f5f6(_0x1be0fe,_0x4c0ef7){!_0x1be0fe||!_0x1999e9(_0x4c0ef7)||_0x51937d(_0x1be0fe,_0x4c0ef7,_0x35a5a3(_0x4c0ef7));}function _0x1fd10a(_0x434d2a,_0x400ebd){const _0x2f6c19=_0x173ee6;_0x3c75b0(_0x400ebd)[_0x2f6c19(0x7ce)](_0x4fc573=>_0x48f5f6(_0x434d2a,_0x4fc573));}return _0x30911d['__embedSharedRootInjector']=_0x305155,_0x30911d;}function _0x54ffe7(_0x2a53cf,_0xaf8ded,_0x2a4b42){const _0x442e76=_0x3431b8;let _0xe8c6ea=_0x2a53cf[_0x442e76(0x644)][_0x442e76(0x2e0)](_0xc6fcec)?_0x2a53cf[_0x442e76(0x644)][_0x442e76(0x1da)](_0xc6fcec):void 0x0;_0xaf8ded[_0x442e76(0x421)](_0xe8c6ea!=null&&_0xe8c6ea['hasChildInteractionLease'](_0x2a53cf[_0x442e76(0x73e)])?_0x2a53cf[_0x442e76(0x3bc)]:_0x2a4b42);}function _0x54b05f(_0x1b3068){const _0x65c0bd=_0x3431b8;return Array[_0x65c0bd(0x11f)](_0x1b3068)?_0x1b3068[0x0]:_0x1b3068;}function _0x4e615a(_0xddce8d){const _0x141eec=_0x3431b8;let _0x51cbb1=_0xddce8d==null?void 0x0:_0xddce8d[_0x141eec(0x1b0)];return typeof _0x51cbb1==_0x141eec(0x202)&&_0x51cbb1?_0x141eec(0x120)+_0x51cbb1:_0xddce8d;}function _0x1f489c(_0x59eb47,_0x3e9803){const _0x1dae40=_0x3431b8;return _0x59eb47[_0x1dae40(0x1b2)](_0x3e9803);}function _0x588121(_0x513aef,_0x236654){const _0xa1b7de=_0x3431b8;return _0x513aef[_0xa1b7de(0x659)](_0x3ef01a=>_0x3ef01a!==_0x236654);}function _0x1288e8(_0x4121a7,_0x56a9de,_0x22ac71){return _0x4121a7['get'](_0x56a9de,..._0x22ac71);}function _0xa7b6bf(_0x2f31b9,_0x5f538c){const _0x116cb7=_0x3431b8;var _0x188868;let _0x53b7f6=_0x2f31b9==null||(_0x188868=_0x2f31b9[_0x116cb7(0x6da)])==null?void 0x0:_0x188868['resolvedDependencies'];if(!_0x53b7f6)return{'resolved':!0x1};let _0x20bdea=_0x2cf908(_0x53b7f6[_0x116cb7(0x1da)](_0x5f538c));if(_0x20bdea['resolved'])return _0x20bdea;let _0x287f4d=_0x4e615a(_0x5f538c);for(let [_0x121076,_0x440a1c]of _0x53b7f6){if(_0x121076===_0x5f538c||_0x4e615a(_0x121076)!==_0x287f4d)continue;let _0x3d299a=_0x2cf908(_0x440a1c);if(_0x3d299a[_0x116cb7(0x57d)])return _0x3d299a;}return{'resolved':!0x1};}function _0x2cf908(_0x425055){const _0x3a2b94=_0x3431b8;return!_0x425055||_0x425055[_0x3a2b94(0x522)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x425055[0x0]};}function _0x51937d(_0x1f0f98,_0x4ec4c6,_0x40769c){const _0x24ae02=_0x3431b8;!_0x1f0f98||_0x548fa7(_0x1f0f98,_0x4ec4c6)||_0x1f0f98[_0x24ae02(0x24d)]([_0x4ec4c6,{'useValue':_0x40769c}]);}function _0x3c75b0(_0x1dc872){const _0x8d35a8=_0x3431b8;if(!_0x1dc872||typeof _0x1dc872!=_0x8d35a8(0x602)&&typeof _0x1dc872!=_0x8d35a8(0x505))return[];for(let _0xd55536 of Object[_0x8d35a8(0x76a)](_0x1dc872)){let _0x2bc14a=_0x1dc872[_0xd55536];if(!Array[_0x8d35a8(0x11f)](_0x2bc14a))continue;let _0x224266=_0x2bc14a[_0x8d35a8(0x27a)](_0x50f4fb=>_0x50f4fb==null?void 0x0:_0x50f4fb['identifier'])[_0x8d35a8(0x659)](_0x5ad86a=>_0x5ad86a!==void 0x0);if(_0x224266[_0x8d35a8(0x522)])return _0x224266;}return[];}function _0x548fa7(_0xaf42ad,_0x1cf50c){const _0x3b11f3=_0x3431b8;var _0x5f66d0,_0x636549,_0x10c4c6,_0x21143c;let _0x48efd5=_0xaf42ad;return!!((_0x5f66d0=_0x48efd5[_0x3b11f3(0x186)])!=null&&(_0x636549=_0x5f66d0[_0x3b11f3(0x2e0)])!=null&&_0x636549[_0x3b11f3(0x2f1)](_0x5f66d0,_0x1cf50c)||(_0x10c4c6=_0x48efd5[_0x3b11f3(0x6da)])!=null&&(_0x21143c=_0x10c4c6[_0x3b11f3(0x2e0)])!=null&&_0x21143c[_0x3b11f3(0x2f1)](_0x10c4c6,_0x1cf50c));}function _0x28cf79(_0x1bf832){const _0x5f4fde=_0x3431b8;return _0x1bf832[_0x5f4fde(0x25a)];}function _0x1c5f89(_0x128b64,_0x451565,_0x35fdb7=[]){const _0x188640=_0x3431b8;let _0x43fa05=_0x2df7e3(_0x451565);for(let _0x519863 of _0x35fdb7)_0x43fa05[_0x188640(0x24d)](_0x519863);_0x412744(_0x128b64,_0x43fa05),_0x128b64[_0x188640(0x403)]();}function _0x2df7e3(_0x2cddae){const _0x1b8e1f=_0x3431b8;let _0x5c4033=new Set(),_0x2c3ea4=_0x4c9920(_0x2cddae);return _0x2c3ea4&&_0x2c3ea4[_0x1b8e1f(0x7ce)](_0x276bb3=>{const _0x53e7de=_0x1b8e1f;Array[_0x53e7de(0x11f)](_0x276bb3)&&_0x276bb3[_0x53e7de(0x7ce)](_0x34151b=>_0x5c4033[_0x53e7de(0x24d)](_0x34151b));}),_0x5c4033;}function _0x412744(_0x4e38be,_0x167baf,_0x2657f3=new Set()){const _0x4e7684=_0x3431b8;if(_0x2657f3[_0x4e7684(0x2e0)](_0x4e38be))return;_0x2657f3[_0x4e7684(0x24d)](_0x4e38be);let _0x1a3cf9=_0x4e38be[_0x4e7684(0x80d)];_0x1a3cf9==null||_0x1a3cf9['forEach'](_0x3b92e4=>_0x412744(_0x3b92e4,_0x167baf,_0x2657f3));let _0x3f0388=_0x4c9920(_0x4e38be);_0x3f0388&&_0x3f0388[_0x4e7684(0x7ce)]((_0x3fcd6f,_0x247793)=>{const _0x407744=_0x4e7684;if(!Array[_0x407744(0x11f)](_0x3fcd6f))return;let _0x3c63d6=_0x3fcd6f[_0x407744(0x659)](_0x4effe4=>!_0x167baf[_0x407744(0x2e0)](_0x4effe4));if(_0x3c63d6[_0x407744(0x522)]!==_0x3fcd6f[_0x407744(0x522)]){if(_0x3c63d6[_0x407744(0x522)]===0x0){_0x3f0388['delete'](_0x247793);return;}_0x3f0388['set'](_0x247793,_0x3c63d6);}});}function _0x4c9920(_0x528546){const _0x3bcb61=_0x3431b8;var _0x434f14;return(_0x434f14=_0x528546['resolvedDependencyCollection'])==null?void 0x0:_0x434f14[_0x3bcb61(0x733)];}function _0x12eaeb(_0x1e7a77){const _0x4bedb8=_0x3431b8;return Array[_0x4bedb8(0x822)](_0x1e7a77,([_0x92acbe,_0x3b5cde])=>[_0x92acbe,{'useValue':_0x3b5cde}]);}function _0xf1cf28(_0x3424b9){const _0x153529=_0x3431b8;if(!Array[_0x153529(0x11f)](_0x3424b9)||_0x3424b9['length']<0x2)return;let [_0x3a00bd,_0x35fdbf]=_0x3424b9;if(!(!_0x35fdbf||typeof _0x35fdbf!=_0x153529(0x505))){if(_0x153529(0x59f)in _0x35fdbf)return{'kind':_0x153529(0x750),'identifier':_0x3a00bd,'value':_0x35fdbf[_0x153529(0x59f)]};if(typeof _0x35fdbf[_0x153529(0x533)]==_0x153529(0x602))return{'kind':_0x153529(0x4f5),'identifier':_0x3a00bd,'factory':_0x35fdbf['useFactory']};}}function _0x367437(_0x273264,_0x2c32e2){const _0x292609=_0x3431b8;if(!_0x273264['has'](_0x384c00['IMenuManagerService']))return;let _0x2b3fae=_0x273264['get'](_0x384c00[_0x292609(0x831)]),_0xad9e6e=_0x2b3fae[_0x292609(0x25b)];return typeof _0xad9e6e==_0x292609(0x602)?_0xad9e6e[_0x292609(0x2f1)](_0x2b3fae,_0x2c32e2):_0x2b3fae;}function _0x1ce5e0(_0x54c0a2,_0x6710a2,_0x1bd06e){const _0x3fe0f3=_0x3431b8;if(!_0x54c0a2['has'](_0x384c00[_0x3fe0f3(0x766)]))return;let _0x37fda3=_0x54c0a2['get'](_0x384c00[_0x3fe0f3(0x766)]);return{get 'disabled'(){return _0x37fda3['disabled'];},set 'disabled'(_0x3ea47f){const _0x2ac07f=_0x3fe0f3;_0x37fda3[_0x2ac07f(0x398)]=_0x3ea47f;},get 'visible'(){const _0xa6ee41=_0x3fe0f3;return _0x37fda3[_0xa6ee41(0x199)];},'enable':()=>_0x37fda3[_0x3fe0f3(0x178)](),'disable':()=>_0x37fda3['disable'](),'triggerContextMenu':(_0x1af9d6,_0x1e1a77,_0x466c3e)=>{const _0x2c445a=_0x3fe0f3;_0x37fda3[_0x2c445a(0x3de)](_0x1af9d6,_0x1e1a77,{..._0x466c3e,'unitId':(_0x466c3e==null?void 0x0:_0x466c3e['unitId'])??_0x1bd06e});},'hideContextMenu':()=>_0x37fda3[_0x3fe0f3(0x5c3)](),'registerContextMenuHandler':_0x38820e=>_0x37fda3[_0x3fe0f3(0x55b)](_0x38820e)};}function _0x5c371e(_0x4b2a90,_0x47de8e){const _0x28e5fb=_0x3431b8;let _0x17d94b=new _0x384c00[(_0x28e5fb(0x710))]();return{get 'disabled'(){const _0x3e2bd8=_0x28e5fb;return _0x17d94b[_0x3e2bd8(0x398)];},set 'disabled'(_0x580898){const _0x29d3dc=_0x28e5fb;_0x17d94b[_0x29d3dc(0x398)]=_0x580898;},get 'visible'(){const _0x341a87=_0x28e5fb;return _0x17d94b[_0x341a87(0x199)];},'enable':()=>_0x17d94b[_0x28e5fb(0x178)](),'disable':()=>_0x17d94b['disable'](),'triggerContextMenu':(_0x147404,_0x37f871,_0x4a8905)=>{_0x17d94b['triggerContextMenu'](_0x147404,_0x37f871,{..._0x4a8905,'unitId':(_0x4a8905==null?void 0x0:_0x4a8905['unitId'])??_0x47de8e});},'hideContextMenu':()=>_0x17d94b[_0x28e5fb(0x5c3)](),'registerContextMenuHandler':_0x4ca39b=>_0x17d94b[_0x28e5fb(0x55b)](_0x4ca39b),'dispose':()=>_0x17d94b[_0x28e5fb(0x403)]()};}function _0x4e5d9f(_0x1c2dda,_0x29fe43){const _0xd8689d=_0x3431b8;var _0xf69d76,_0x809923;let _0x17ef7b=_0x1c2dda['get'](_0x384c00[_0xd8689d(0x3af)]),_0x5d12f2=_0x1c2dda[_0xd8689d(0x2e0)](_0x116086)?_0x1c2dda[_0xd8689d(0x1da)](_0x116086):void 0x0,_0x4a8c4d=_0x1c2dda[_0xd8689d(0x2e0)](_0xc6fcec)?_0x1c2dda[_0xd8689d(0x1da)](_0xc6fcec):void 0x0,_0x584ad7=((_0xf69d76=_0x29fe43['runtimeScope'])==null||(_0xf69d76=_0xf69d76[_0xd8689d(0x6ec)])==null?void 0x0:_0xf69d76[_0xd8689d(0x15a)])??_0x29fe43[_0xd8689d(0x74a)]['rootElement'],_0x1c3b6f=((_0x809923=_0x29fe43[_0xd8689d(0x676)])==null||(_0x809923=_0x809923[_0xd8689d(0x6ec)])==null?void 0x0:_0x809923[_0xd8689d(0x56e)])??_0x29fe43['renderScope'][_0xd8689d(0x560)]??_0x584ad7,_0x500220=new Set([_0x584ad7,_0x1c3b6f]),_0x5dc1c3=(_0xe2482c,_0x167616)=>{const _0x4747f2=_0xd8689d;_0x500220[_0x4747f2(0x24d)](_0xe2482c);let _0x184c16=_0x167616!=null&&_0x167616[_0x4747f2(0x7ae)]?_0x4c1eba(_0xe2482c):void 0x0,_0x2e86b9=_0x167616!=null&&_0x167616[_0x4747f2(0x7ae)]?_0x5d12f2==null?void 0x0:_0x5d12f2[_0x4747f2(0x751)](_0x29fe43['embedId'],_0xe2482c):void 0x0,_0x2b8127=_0x167616!=null&&_0x167616[_0x4747f2(0x7ae)]?_0x4a8c4d==null?void 0x0:_0x4a8c4d[_0x4747f2(0x7f3)]({'embedId':_0x29fe43[_0x4747f2(0x73e)],'role':_0x4747f2(0x80b),'element':_0xe2482c}):void 0x0;return(0x0,_0x21e99d[_0x4747f2(0x7b6)])(()=>{const _0x4f9cff=_0x4747f2;_0x2b8127==null||_0x2b8127[_0x4f9cff(0x403)](),_0x2e86b9==null||_0x2e86b9[_0x4f9cff(0x403)](),_0x184c16==null||_0x184c16['dispose'](),_0x500220[_0x4f9cff(0x5bc)](_0xe2482c);});},_0x570a06=_0x47c1fa=>_0x47c1fa?[..._0x500220][_0xd8689d(0x46a)](_0x443321=>_0x443321===_0x47c1fa||_0x443321[_0xd8689d(0x362)](_0x47c1fa)):!0x1;return{get 'isFocused'(){return _0x17ef7b['isFocused'];},get 'rootContainerElement'(){return _0x584ad7;},'focus':()=>_0x17ef7b[_0xd8689d(0x176)](),'registerFocusHandler':(_0x10f3ce,_0x1e51d0)=>_0x17ef7b['registerFocusHandler'](_0x10f3ce,_0x1e51d0),'registerRootContainerElement':_0x5dc1c3,'registerContentElement':_0x5dc1c3,'registerContainerElement':_0x146ee8=>_0x5dc1c3(_0x146ee8,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x1c3b6f,'checkElementInCurrentContainers':_0x24f32a=>_0x570a06(_0x24f32a)||(_0x5d12f2==null?void 0x0:_0x5d12f2[_0xd8689d(0x362)](_0x29fe43[_0xd8689d(0x73e)],_0x24f32a))||_0x17ef7b[_0xd8689d(0x6e0)](_0x24f32a),'checkContentIsFocused':()=>_0x570a06(_0x1c3b6f[_0xd8689d(0x2cc)][_0xd8689d(0x19d)])||(_0x4a8c4d==null?void 0x0:_0x4a8c4d['hasChildInteractionLease'](_0x29fe43[_0xd8689d(0x73e)]))||_0x17ef7b[_0xd8689d(0x201)]()};}function _0x4c1eba(_0x219861){const _0x5a433e=_0x3431b8;let _0x55b292=new Map(),_0x49f915=_0xbdfed6=>{const _0x4889b1=_0x5b76;_0x55b292[_0x4889b1(0x441)](_0xbdfed6,_0xbdfed6[_0x4889b1(0x623)](_0xc2fa90)),_0xbdfed6[_0x4889b1(0x11c)](_0xc2fa90,_0x4889b1(0x80b));};return _0x49f915(_0x219861),_0x219861[_0x5a433e(0x42b)]('*')[_0x5a433e(0x7ce)](_0x49f915),(0x0,_0x21e99d[_0x5a433e(0x7b6)])(()=>{_0x55b292['forEach']((_0x40573c,_0x55762c)=>{const _0x2e99b2=_0x5b76;if(_0x40573c==null){_0x55762c[_0x2e99b2(0x7b5)](_0xc2fa90);return;}_0x55762c[_0x2e99b2(0x11c)](_0xc2fa90,_0x40573c);});});}function _0x2559d0(_0x4cbfe2,_0x8f5f89){const _0x15fe80=_0x3431b8;let _0x91efda=_0x15cf7a(_0x4cbfe2)??_0x4cbfe2[_0x15fe80(0x644)],_0x3890e7=_0x91efda!==_0x4cbfe2[_0x15fe80(0x644)],_0x40b70e=_0x2ea022(_0x4cbfe2),_0x5316ad={'descriptor':_0x4cbfe2['descriptor'],'host':{'unitId':_0x4cbfe2[_0x15fe80(0x1a4)],'type':_0x4cbfe2[_0x15fe80(0x723)]['hostType'],'anchorId':_0x4cbfe2[_0x15fe80(0x723)][_0x15fe80(0x7a9)],'entry':_0x4cbfe2[_0x15fe80(0x723)][_0x15fe80(0x478)],'layout':_0x5d2f91(_0x4cbfe2)},'child':{'unitId':_0x4cbfe2['childUnitId'],'type':_0x4cbfe2[_0x15fe80(0x5d2)]},'injector':_0x91efda,'instanceService':_0x3aff39(_0x91efda,_0x21e99d['IUniverInstanceService']),'commandService':_0x3aff39(_0x91efda,_0x21e99d[_0x15fe80(0x40e)]),'menuManagerService':_0x3aff39(_0x91efda,_0x384c00[_0x15fe80(0x831)]),'roots':_0x40b70e,'activate':()=>_0x8f5f89(!0x0),'deactivate':()=>_0x8f5f89(!0x1),'dispose':()=>{const _0x4d9e00=_0x15fe80;_0x3890e7&&_0x91efda[_0x4d9e00(0x403)]();}};return{'runtimeScope':_0x5316ad,'disposable':(0x0,_0x21e99d[_0x15fe80(0x7b6)])(()=>_0x5316ad[_0x15fe80(0x403)]())};}function _0x2ea022(_0x1ab963){const _0xc24a20=_0x3431b8;var _0x665ddb;let _0x266d12=_0x1ab963[_0xc24a20(0x74a)][_0xc24a20(0x128)],_0x22a7ee=_0x1ab963[_0xc24a20(0x74a)]['contentRoot']??_0x4470c1(_0x266d12,'data-embed-content-root')??_0x266d12,_0x4e57c2=_0x1ab963['renderScope'][_0xc24a20(0x1b3)]??_0x4470c1(_0x266d12,'data-embed-overlay-root')??_0x266d12;return{'root':_0x266d12,'content':_0x22a7ee,'canvas':_0x1ab963[_0xc24a20(0x74a)][_0xc24a20(0x64f)]??_0x4470c1(_0x266d12,'data-embed-canvas-root')??void 0x0,'overlay':_0x4e57c2,'popup':_0x1ab963[_0xc24a20(0x74a)][_0xc24a20(0x713)]??_0x4470c1(_0x266d12,'data-embed-popup-root')??_0x4e57c2,'menuSlot':((_0x665ddb=_0x1ab963[_0xc24a20(0x74a)][_0xc24a20(0x530)])==null?void 0x0:_0x665ddb[_0xc24a20(0x797)])??_0x4470c1(_0x266d12,_0xc24a20(0x6cb))??void 0x0,'footerSlot':_0x4470c1(_0x266d12,_0xc24a20(0x2bc))??void 0x0};}function _0x15cf7a(_0x532bfd){const _0x158477=_0x3431b8;if(!(!_0x532bfd[_0x158477(0x644)][_0x158477(0x2e0)](_0x21e99d[_0x158477(0x297)])||!_0x532bfd[_0x158477(0x644)]['has'](_0x21e99d[_0x158477(0x40e)])))return _0x4e5e63(_0x532bfd);}function _0x3aff39(_0x1e6f58,_0x53566d){if(_0x1e6f58['has'](_0x53566d))return _0x1e6f58['get'](_0x53566d);}function _0x5d2f91(_0xca3fb6){const _0xbaffe=_0x3431b8;var _0x1d5636,_0x30437a;switch(_0xca3fb6[_0xbaffe(0x723)][_0xbaffe(0x478)]){case _0xbaffe(0x517):return _0xbaffe(0x667);case'sheets-floating-object':case _0xbaffe(0x4d8):case _0xbaffe(0x2d3):return _0xbaffe(0x1cc);case _0xbaffe(0x324):case _0xbaffe(0x198):case _0xbaffe(0x44c):return _0xbaffe(0x2d0);default:break;}return _0xca3fb6[_0xbaffe(0x1ae)]===_0xbaffe(0x2d0)||(_0x1d5636=_0xca3fb6[_0xbaffe(0x723)]['sourceMeta'])!=null&&_0x1d5636[_0xbaffe(0x69a)]?_0xbaffe(0x2d0):(_0x30437a=_0xca3fb6[_0xbaffe(0x723)][_0xbaffe(0x714)])!=null&&_0x30437a[_0xbaffe(0x6d0)]?_0xbaffe(0x1cc):_0xca3fb6['layout']['startsWith'](_0xbaffe(0x2a2))||_0xca3fb6[_0xbaffe(0x1ae)]==='scroll-contained'?_0xbaffe(0x667):'float';}var _0x486096=class{constructor(){const _0x32a013=_0x3431b8;_0x2c4771(this,_0x32a013(0x206),new Map());}[_0x3431b8(0x475)](_0x22283f){const _0x6e9a35=_0x3431b8;if(this[_0x6e9a35(0x206)]['has'](_0x22283f['childType']))throw Error(_0x6e9a35(0x423)+_0x22283f[_0x6e9a35(0x5d2)]);this[_0x6e9a35(0x206)][_0x6e9a35(0x441)](_0x22283f[_0x6e9a35(0x5d2)],_0x22283f);}[_0x3431b8(0x1da)](_0x52b34e){const _0x5ec237=_0x3431b8;return this[_0x5ec237(0x206)][_0x5ec237(0x1da)](_0x52b34e);}[_0x3431b8(0x1a8)](){const _0x4f7030=_0x3431b8;return[...this['_contributions'][_0x4f7030(0x702)]()];}},_0x121581=class{constructor(){_0x2c4771(this,'_contributions',new Map());}[_0x3431b8(0x475)](_0x18a99e){const _0x54a47d=_0x3431b8;let _0x3d3168=this[_0x54a47d(0x80f)](_0x18a99e[_0x54a47d(0x257)],_0x18a99e[_0x54a47d(0x478)],_0x18a99e[_0x54a47d(0x5d2)]);if(this[_0x54a47d(0x206)][_0x54a47d(0x2e0)](_0x3d3168))throw Error('Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20'+_0x3d3168);return this[_0x54a47d(0x206)][_0x54a47d(0x441)](_0x3d3168,_0x18a99e),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x19801b=_0x54a47d;this[_0x19801b(0x206)][_0x19801b(0x1da)](_0x3d3168)===_0x18a99e&&this[_0x19801b(0x206)][_0x19801b(0x5bc)](_0x3d3168);});}[_0x3431b8(0x1da)](_0x421875,_0x5c0ae0,_0x566fd2){const _0x52da5f=_0x3431b8;if(_0x566fd2!=null){let _0x4f48c5=this[_0x52da5f(0x206)]['get'](this[_0x52da5f(0x80f)](_0x421875,_0x5c0ae0,_0x566fd2));if(_0x4f48c5)return _0x4f48c5;}return this[_0x52da5f(0x206)][_0x52da5f(0x1da)](this[_0x52da5f(0x80f)](_0x421875,_0x5c0ae0));}[_0x3431b8(0x515)](_0x244457,_0x50fb58,_0x45af3f){const _0xacb8b6=_0x3431b8;return this[_0xacb8b6(0x206)][_0xacb8b6(0x2e0)](this[_0xacb8b6(0x80f)](_0x244457,_0x50fb58,_0x45af3f));}[_0x3431b8(0x1a8)](){const _0x38974b=_0x3431b8;return[...this[_0x38974b(0x206)][_0x38974b(0x702)]()];}[_0x3431b8(0x80f)](_0x359e58,_0x23bce6,_0x583b64){return _0x583b64==null?_0x359e58+':'+_0x23bce6+':*':_0x359e58+':'+_0x23bce6+':'+_0x583b64;}},_0x30faa5=class{constructor(){_0x2c4771(this,'_contributions',new Map());}[_0x3431b8(0x475)](_0x531d92){const _0x5a24c8=_0x3431b8;let _0x22cae8=this[_0x5a24c8(0x80f)](_0x531d92[_0x5a24c8(0x257)],_0x531d92[_0x5a24c8(0x478)]);if(this[_0x5a24c8(0x206)][_0x5a24c8(0x2e0)](_0x22cae8))throw Error(_0x5a24c8(0x4ac)+_0x22cae8);this[_0x5a24c8(0x206)][_0x5a24c8(0x441)](_0x22cae8,_0x531d92);}[_0x3431b8(0x1da)](_0x3e7800,_0x55bbad){const _0x2701bf=_0x3431b8;return this[_0x2701bf(0x206)][_0x2701bf(0x1da)](this[_0x2701bf(0x80f)](_0x3e7800,_0x55bbad));}['list'](){const _0x477e8c=_0x3431b8;return[...this[_0x477e8c(0x206)]['values']()];}['supports'](_0x136f20,_0x37f351,_0x2ea361){const _0x4669ec=_0x3431b8;let _0x124bb6=this['get'](_0x136f20,_0x37f351);return _0x124bb6?(_0x124bb6[_0x4669ec(0x2ed)]??[_0x124bb6[_0x4669ec(0x1ae)]])[_0x4669ec(0x1b2)](_0x2ea361):!0x1;}[_0x3431b8(0x80f)](_0xb0b9a4,_0x450f08){return _0xb0b9a4+':'+_0x450f08;}},_0x34c95d=class{constructor(){const _0x1f7515=_0x3431b8;_0x2c4771(this,_0x1f7515(0x5a4),new Map()),_0x2c4771(this,_0x1f7515(0x407),new Map()),_0x2c4771(this,'_rootsByHostAnchorId',new Map());}['register'](_0x46bccb,_0x48dca3){const _0x466c93=_0x3431b8;let _0x1c919d=typeof _0x46bccb=='string'?{'childUnitId':_0x46bccb,'root':_0x48dca3}:_0x46bccb;return this[_0x466c93(0x5a4)][_0x466c93(0x441)](_0x1c919d[_0x466c93(0x3bc)],_0x1c919d),_0x1c919d[_0x466c93(0x73e)]&&this[_0x466c93(0x407)][_0x466c93(0x441)](_0x1c919d[_0x466c93(0x73e)],_0x1c919d),_0x1c919d[_0x466c93(0x7a9)]&&this['_rootsByHostAnchorId'][_0x466c93(0x441)](_0x1c919d[_0x466c93(0x7a9)],_0x1c919d),(0x0,_0x21e99d[_0x466c93(0x7b6)])(()=>{const _0x22fc3a=_0x466c93;this['_rootsByChildUnitId'][_0x22fc3a(0x1da)](_0x1c919d[_0x22fc3a(0x3bc)])===_0x1c919d&&this['_rootsByChildUnitId'][_0x22fc3a(0x5bc)](_0x1c919d[_0x22fc3a(0x3bc)]),_0x1c919d[_0x22fc3a(0x73e)]&&this[_0x22fc3a(0x407)]['get'](_0x1c919d[_0x22fc3a(0x73e)])===_0x1c919d&&this[_0x22fc3a(0x407)][_0x22fc3a(0x5bc)](_0x1c919d['embedId']),_0x1c919d[_0x22fc3a(0x7a9)]&&this['_rootsByHostAnchorId'][_0x22fc3a(0x1da)](_0x1c919d['hostAnchorId'])===_0x1c919d&&this[_0x22fc3a(0x736)][_0x22fc3a(0x5bc)](_0x1c919d[_0x22fc3a(0x7a9)]);});}[_0x3431b8(0x1da)](_0x32d6d1){const _0x11639c=_0x3431b8;var _0x3140cf;return((_0x3140cf=this[_0x11639c(0x5a4)][_0x11639c(0x1da)](_0x32d6d1))==null?void 0x0:_0x3140cf['root'])??null;}[_0x3431b8(0x122)](_0x1c15bb){const _0x222ab4=_0x3431b8;var _0x45e6a8;return((_0x45e6a8=this[_0x222ab4(0x407)]['get'](_0x1c15bb))==null?void 0x0:_0x45e6a8['root'])??null;}['getByHostAnchorId'](_0x5c4165){const _0x3d0494=_0x3431b8;var _0x24623b;return((_0x24623b=this[_0x3d0494(0x736)][_0x3d0494(0x1da)](_0x5c4165))==null?void 0x0:_0x24623b[_0x3d0494(0x15a)])??null;}[_0x3431b8(0x362)](_0x11f291,_0x52a4d2){const _0x187cb1=_0x3431b8;if(!(_0x11f291 instanceof Node))return!0x1;let _0x3c6b4d=_0x52a4d2[_0x187cb1(0x73e)]?this[_0x187cb1(0x122)](_0x52a4d2['embedId']):_0x52a4d2[_0x187cb1(0x7a9)]?this[_0x187cb1(0x405)](_0x52a4d2['hostAnchorId']):_0x52a4d2['childUnitId']?this[_0x187cb1(0x1da)](_0x52a4d2[_0x187cb1(0x3bc)]):null;return!!(_0x3c6b4d!=null&&_0x3c6b4d['contains'](_0x11f291));}},_0x4797d2=class{constructor(){const _0x3eb8fa=_0x3431b8;_0x2c4771(this,_0x3eb8fa(0x611),new Map()),_0x2c4771(this,_0x3eb8fa(0x5fa),new Map()),_0x2c4771(this,_0x3eb8fa(0x4d0),new Map()),_0x2c4771(this,_0x3eb8fa(0x6c9),new Map());}['register'](_0x5ab5f8){const _0x4f5ab7=_0x3431b8;return this[_0x4f5ab7(0x611)]['set'](_0x5ab5f8[_0x4f5ab7(0x5d2)],_0x5ab5f8),(0x0,_0x21e99d[_0x4f5ab7(0x7b6)])(()=>{const _0x208202=_0x4f5ab7;this[_0x208202(0x611)][_0x208202(0x1da)](_0x5ab5f8[_0x208202(0x5d2)])===_0x5ab5f8&&this[_0x208202(0x611)][_0x208202(0x5bc)](_0x5ab5f8['childType']);});}[_0x3431b8(0x1da)](_0x23a0b0){const _0x571f3a=_0x3431b8;return this[_0x571f3a(0x611)][_0x571f3a(0x1da)](_0x23a0b0);}[_0x3431b8(0x370)](_0x860c08){const _0x3c5d64=_0x3431b8;return this['_contextsByEmbedId'][_0x3c5d64(0x441)](_0x860c08[_0x3c5d64(0x73e)],_0x860c08),this[_0x3c5d64(0x4d0)][_0x3c5d64(0x441)](_0x860c08[_0x3c5d64(0x723)][_0x3c5d64(0x7a9)],_0x860c08),this[_0x3c5d64(0x6c9)][_0x3c5d64(0x441)](_0x860c08[_0x3c5d64(0x3bc)],_0x860c08),(0x0,_0x21e99d[_0x3c5d64(0x7b6)])(()=>{const _0x39b8a7=_0x3c5d64;this[_0x39b8a7(0x5fa)]['get'](_0x860c08[_0x39b8a7(0x73e)])===_0x860c08&&this[_0x39b8a7(0x5fa)]['delete'](_0x860c08['embedId']),this[_0x39b8a7(0x4d0)][_0x39b8a7(0x1da)](_0x860c08[_0x39b8a7(0x723)]['hostAnchorId'])===_0x860c08&&this[_0x39b8a7(0x4d0)][_0x39b8a7(0x5bc)](_0x860c08[_0x39b8a7(0x723)][_0x39b8a7(0x7a9)]),this[_0x39b8a7(0x6c9)][_0x39b8a7(0x1da)](_0x860c08['childUnitId'])===_0x860c08&&this[_0x39b8a7(0x6c9)][_0x39b8a7(0x5bc)](_0x860c08['childUnitId']);});}[_0x3431b8(0x1d9)](_0xaa08b2){const _0x3111b5=_0x3431b8;return this[_0x3111b5(0x5fa)][_0x3111b5(0x1da)](_0xaa08b2);}[_0x3431b8(0x3cf)](_0x10a1a5){const _0x26b6a4=_0x3431b8;return this[_0x26b6a4(0x4d0)][_0x26b6a4(0x1da)](_0x10a1a5);}['getContextByChildUnitId'](_0x30014b){const _0x511c23=_0x3431b8;return this['_contextsByChildUnitId'][_0x511c23(0x1da)](_0x30014b);}['capture'](_0x4ee7eb){const _0x3a001a=_0x3431b8;let _0x392943=this[_0x3a001a(0x1da)](_0x4ee7eb[_0x3a001a(0x5d2)]);return _0x392943?Promise[_0x3a001a(0x256)](_0x392943['capture'](_0x4ee7eb)):Promise[_0x3a001a(0x256)](_0x2ae109(_0x4ee7eb));}['captureByEmbedId'](_0x201c1a){const _0x484838=_0x3431b8;let _0x4b02fb=this[_0x484838(0x1d9)](_0x201c1a);return _0x4b02fb?this['capture'](_0x4b02fb):Promise[_0x484838(0x256)](void 0x0);}['captureByHostAnchorId'](_0x5006b1){const _0x3beeb0=_0x3431b8;let _0x45529e=this[_0x3beeb0(0x3cf)](_0x5006b1);return _0x45529e?this[_0x3beeb0(0x4c6)](_0x45529e):Promise[_0x3beeb0(0x256)](void 0x0);}['captureByChildUnitId'](_0x24241d){const _0x448ca8=_0x3431b8;let _0x487eca=this[_0x448ca8(0x44b)](_0x24241d);return _0x487eca?this['capture'](_0x487eca):Promise[_0x448ca8(0x256)](void 0x0);}};function _0x2ae109(_0x2bb927){const _0x49de96=_0x3431b8;if(!_0x2bb927[_0x49de96(0x74a)])return;let _0x27d3fa=[_0x2bb927[_0x49de96(0x74a)][_0x49de96(0x64f)],_0x2bb927[_0x49de96(0x74a)]['contentRoot'],_0x2bb927[_0x49de96(0x74a)][_0x49de96(0x128)]][_0x49de96(0x659)](_0x607f41=>!!_0x607f41),_0x3336c0=Array[_0x49de96(0x822)](new Set(_0x27d3fa[_0x49de96(0x4ca)](_0x2d2158=>Array['from'](_0x2d2158[_0x49de96(0x42b)](_0x49de96(0x391))))))[_0x49de96(0x659)](_0x1b6f92=>_0x1b6f92['width']>0x1&&_0x1b6f92[_0x49de96(0x5ab)]>0x1)[_0x49de96(0x842)]((_0x561c6f,_0x4560ef)=>_0x4560ef['width']*_0x4560ef[_0x49de96(0x5ab)]-_0x561c6f[_0x49de96(0x36e)]*_0x561c6f[_0x49de96(0x5ab)]);for(let _0x4c059b of _0x3336c0)try{return _0x4c059b[_0x49de96(0x51b)](_0x49de96(0x2e3));}catch{}}function _0x4bfa6d(_0x41c6a0,_0x31997d){return function(_0x1628ac,_0x22d075){_0x31997d(_0x1628ac,_0x22d075,_0x41c6a0);};}function _0x36d13f(_0x260c9e,_0x29226c,_0x40d36a,_0x131ee3){const _0x43e8fb=_0x3431b8;var _0x3dc0ec=arguments[_0x43e8fb(0x522)],_0x24046e=_0x3dc0ec<0x3?_0x29226c:_0x131ee3===null?_0x131ee3=Object['getOwnPropertyDescriptor'](_0x29226c,_0x40d36a):_0x131ee3,_0x315635;if(typeof Reflect==_0x43e8fb(0x505)&&typeof Reflect[_0x43e8fb(0x3ed)]==_0x43e8fb(0x602))_0x24046e=Reflect[_0x43e8fb(0x3ed)](_0x260c9e,_0x29226c,_0x40d36a,_0x131ee3);else{for(var _0x4e34db=_0x260c9e[_0x43e8fb(0x522)]-0x1;_0x4e34db>=0x0;_0x4e34db--)(_0x315635=_0x260c9e[_0x4e34db])&&(_0x24046e=(_0x3dc0ec<0x3?_0x315635(_0x24046e):_0x3dc0ec>0x3?_0x315635(_0x29226c,_0x40d36a,_0x24046e):_0x315635(_0x29226c,_0x40d36a))||_0x24046e);}return _0x3dc0ec>0x3&&_0x24046e&&Object[_0x43e8fb(0x181)](_0x29226c,_0x40d36a,_0x24046e),_0x24046e;}let _0x27f2e8='EMBED_DUPLICATE_CHILD_UNIT';var _0x337a31=class extends Error{constructor(_0x5e4fd5,_0x17cd7e){const _0x53a461=_0x3431b8;super(_0x27f2e8+':\x20'+_0x5e4fd5),this[_0x53a461(0x3bc)]=_0x5e4fd5,this['existingEmbedId']=_0x17cd7e,_0x2c4771(this,'code',_0x27f2e8),this['name']='EmbedDuplicateChildUnitError';}};let _0x353757=class{constructor(_0x485a78,_0x5d64a0,_0x91c515,_0x8eee4b,_0x3bf8ed,_0x1e1dde,_0x39209a){const _0x46a6ab=_0x3431b8;this[_0x46a6ab(0x6a6)]=_0x485a78,this[_0x46a6ab(0x1f3)]=_0x5d64a0,this[_0x46a6ab(0x55a)]=_0x91c515,this['_sceneCanvasCaptureService']=_0x8eee4b,this[_0x46a6ab(0x16f)]=_0x3bf8ed,this[_0x46a6ab(0x4bb)]=_0x1e1dde,this['_injector']=_0x39209a,_0x2c4771(this,_0x46a6ab(0x255),new Map()),_0x2c4771(this,_0x46a6ab(0x10f),new Map());}[_0x3431b8(0x721)](_0x2530e5){const _0x193eb9=_0x3431b8;return this[_0x193eb9(0x224)](_0x2530e5);}[_0x3431b8(0x276)](_0x15a475,_0x312469,_0x6c2783){const _0x8a8846=_0x3431b8;return this[_0x8a8846(0x224)](_0x15a475,{'hostElement':_0x312469,'runtimeRoots':_0x6c2783});}[_0x3431b8(0x224)](_0x282f5b,_0x2d2508){const _0x2e3b5e=_0x3431b8;var _0x18c0bc,_0x342be6;if(!_0x282f5b[_0x2e3b5e(0x3bc)]||_0x282f5b[_0x2e3b5e(0x5d2)]==null)throw Error('EMBED_MOUNT_CHILD_NOT_RESOLVED');this[_0x2e3b5e(0x279)](_0x282f5b);let _0x363925={'hostUnitId':_0x282f5b[_0x2e3b5e(0x1a4)],'embedId':_0x282f5b[_0x2e3b5e(0x73e)],'childUnitId':_0x282f5b[_0x2e3b5e(0x3bc)]},_0x555e8e=this[_0x2e3b5e(0x61b)](_0x282f5b),_0x53cf55=this[_0x2e3b5e(0x6a6)][_0x2e3b5e(0x1da)](_0x282f5b['hostType'],_0x282f5b['entry']);if(!_0x53cf55||!this[_0x2e3b5e(0x6a6)][_0x2e3b5e(0x14a)](_0x282f5b[_0x2e3b5e(0x257)],_0x282f5b[_0x2e3b5e(0x478)],_0x555e8e))throw Error(_0x2e3b5e(0x499));let _0x37571b=this['_runtimePolicyService'][_0x2e3b5e(0x581)](_0x363925),_0x44d889=this[_0x2e3b5e(0x1f3)]['get'](_0x282f5b[_0x2e3b5e(0x5d2)]);if(_0x37571b[_0x2e3b5e(0x45c)]&&!(_0x44d889!=null&&_0x44d889[_0x2e3b5e(0x2ed)][_0x2e3b5e(0x1b2)](_0x555e8e)))throw Error(_0x2e3b5e(0x7c6));this[_0x2e3b5e(0x32e)](_0x282f5b['embedId']);let _0x1af8cc={'descriptor':_0x282f5b,'layout':_0x555e8e,'injector':this[_0x2e3b5e(0x395)],'hostUnitId':_0x282f5b['hostUnitId'],'embedId':_0x282f5b[_0x2e3b5e(0x73e)],'childUnitId':_0x282f5b[_0x2e3b5e(0x3bc)],'childType':_0x282f5b['childType']},_0x4707d7=[],_0x33159b=_0x2d2508??((_0x18c0bc=_0x53cf55['mount'])==null?void 0x0:_0x18c0bc[_0x2e3b5e(0x2f1)](_0x53cf55,_0x1af8cc)),_0x5816d6=this[_0x2e3b5e(0x74d)](_0x33159b);if(_0x5816d6[_0x2e3b5e(0x509)]&&_0x4707d7[_0x2e3b5e(0x49d)](_0x5816d6[_0x2e3b5e(0x509)]),_0x1af8cc[_0x2e3b5e(0x306)]=_0x5816d6[_0x2e3b5e(0x306)]??_0x1af8cc[_0x2e3b5e(0x306)],_0x1af8cc[_0x2e3b5e(0x797)]=_0x1af8cc['hostElement'],!_0x1af8cc[_0x2e3b5e(0x306)]||!_0x1af8cc[_0x2e3b5e(0x797)])throw[..._0x4707d7][_0x2e3b5e(0x29e)]()[_0x2e3b5e(0x7ce)](_0x5a4395=>_0x5a4395['dispose']()),Error('EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED');if(_0x5816d6[_0x2e3b5e(0x30c)]||_0x4707d7[_0x2e3b5e(0x49d)](_0x40fba1(_0x1af8cc[_0x2e3b5e(0x306)])),!_0x37571b['allowed'])return this[_0x2e3b5e(0x3f4)](_0x282f5b,_0x555e8e,_0x1af8cc['hostElement'],_0x5816d6[_0x2e3b5e(0x30c)],_0x4707d7,_0x37571b[_0x2e3b5e(0x2ad)]);if(!_0x44d889)throw[..._0x4707d7]['reverse']()[_0x2e3b5e(0x7ce)](_0x3b25f8=>_0x3b25f8[_0x2e3b5e(0x403)]()),Error(_0x2e3b5e(0x7c6));let {renderScope:_0x3a180a,disposable:_0x122914,setActive:_0x318b43}=this[_0x2e3b5e(0x253)](_0x282f5b,_0x555e8e,_0x1af8cc['hostElement'],_0x5816d6[_0x2e3b5e(0x30c)]);_0x4707d7['push'](_0x122914);let _0x5a2207={..._0x1af8cc,'hostElement':_0x1af8cc[_0x2e3b5e(0x306)],'container':_0x1af8cc[_0x2e3b5e(0x797)],'renderScope':_0x3a180a},{runtimeScope:_0x1eabeb,disposable:_0x3c25d1}=_0x2559d0(_0x5a2207,_0x318b43),_0x1c4097={..._0x5a2207,'runtimeScope':_0x1eabeb};_0x4707d7[_0x2e3b5e(0x49d)](_0x3c25d1);let _0x2c3bc4=this[_0x2e3b5e(0x7c2)](_0x282f5b,_0x1af8cc[_0x2e3b5e(0x306)],_0x3a180a,_0x1eabeb[_0x2e3b5e(0x6ec)]);_0x2c3bc4&&_0x4707d7[_0x2e3b5e(0x49d)](_0x2c3bc4),this[_0x2e3b5e(0x395)][_0x2e3b5e(0x2e0)](_0xc6fcec)&&_0x4707d7['push'](this['_injector'][_0x2e3b5e(0x1da)](_0xc6fcec)[_0x2e3b5e(0x5c7)]({'embedId':_0x282f5b[_0x2e3b5e(0x73e)],'hostUnitId':_0x282f5b[_0x2e3b5e(0x1a4)],'childUnitId':_0x282f5b[_0x2e3b5e(0x3bc)],'childType':_0x282f5b['childType']})),_0x4707d7[_0x2e3b5e(0x49d)](this[_0x2e3b5e(0x695)](_0x282f5b,_0x1af8cc[_0x2e3b5e(0x306)],_0x3a180a[_0x2e3b5e(0x79a)],_0x1eabeb[_0x2e3b5e(0x795)])),_0x4707d7[_0x2e3b5e(0x49d)](this[_0x2e3b5e(0x4ec)][_0x2e3b5e(0x370)](_0x1c4097));let _0x1b063e=this[_0x2e3b5e(0x21f)](_0x282f5b),_0x5f09c4=(_0x342be6=_0x44d889['mount'])==null?void 0x0:_0x342be6[_0x2e3b5e(0x2f1)](_0x44d889,_0x1c4097);if(_0x5f09c4&&_0x4707d7[_0x2e3b5e(0x49d)](_0x5f09c4),_0x4707d7[_0x2e3b5e(0x49d)](_0x1b063e),_0x4707d7['push'](this[_0x2e3b5e(0x4bb)][_0x2e3b5e(0x46e)](_0x363925)),_0x3a180a['mode']===_0x2e3b5e(0x1cc)){let _0x2ed2ea=this[_0x2e3b5e(0x816)](_0x1c4097);_0x2ed2ea&&_0x4707d7[_0x2e3b5e(0x49d)](_0x2ed2ea);}let _0x2ffccb={'hostUnitId':_0x282f5b[_0x2e3b5e(0x1a4)],'embedId':_0x282f5b[_0x2e3b5e(0x73e)],'childUnitId':_0x282f5b[_0x2e3b5e(0x3bc)],'childType':_0x282f5b[_0x2e3b5e(0x5d2)],'entry':_0x282f5b['entry'],'layout':_0x555e8e,'hostElement':_0x1af8cc['hostElement'],'context':_0x1c4097};return this[_0x2e3b5e(0x255)]['set'](_0x282f5b[_0x2e3b5e(0x73e)],{'session':_0x2ffccb,'disposables':_0x4707d7,'setActive':_0x318b43}),_0x555e8e!==_0x2e3b5e(0x2d0)&&this[_0x2e3b5e(0x2c2)](_0x282f5b,_0x555e8e,_0x318b43),_0x2ffccb;}['_mountBlockedRuntime'](_0x18017a,_0x12787f,_0x490d62,_0x1042ab,_0x5163ba,_0x3d33f3){const _0x15dc7d=_0x3431b8;let _0x3a71ca=(_0x1042ab==null?void 0x0:_0x1042ab[_0x15dc7d(0x56e)])??_0x4470c1(_0x490d62,_0x15dc7d(0x801))??_0x490d62,_0x74dcd0=_0x566cb7(_0x3d33f3);_0x3a71ca[_0x15dc7d(0x313)](_0x74dcd0),_0x5163ba[_0x15dc7d(0x49d)]((0x0,_0x21e99d[_0x15dc7d(0x7b6)])(()=>{const _0x3dcebf=_0x15dc7d;_0x74dcd0[_0x3dcebf(0x113)]===_0x3a71ca&&_0x74dcd0['remove']();}));let _0x3f1b8d={'hostUnitId':_0x18017a['hostUnitId'],'embedId':_0x18017a[_0x15dc7d(0x73e)],'childUnitId':_0x18017a[_0x15dc7d(0x3bc)],'childType':_0x18017a[_0x15dc7d(0x5d2)],'entry':_0x18017a[_0x15dc7d(0x478)],'layout':_0x12787f,'hostElement':_0x490d62};return this[_0x15dc7d(0x255)][_0x15dc7d(0x441)](_0x18017a[_0x15dc7d(0x73e)],{'session':_0x3f1b8d,'disposables':_0x5163ba,'setActive':()=>{}}),_0x3f1b8d;}[_0x3431b8(0x2c2)](_0x177c14,_0x3510eb,_0x470c99){const _0x598cb4=_0x3431b8;if(_0x3510eb!==_0x598cb4(0x2d0)){if(this[_0x598cb4(0x395)]['has'](_0x233a55[_0x598cb4(0x43e)])){let _0x2864c1=this[_0x598cb4(0x395)][_0x598cb4(0x1da)](_0x233a55[_0x598cb4(0x43e)])[_0x598cb4(0x236)]();if((_0x2864c1==null?void 0x0:_0x2864c1[_0x598cb4(0x1a4)])===_0x177c14['hostUnitId']){_0x470c99(_0x2864c1[_0x598cb4(0x73e)]===_0x177c14[_0x598cb4(0x73e)]);return;}}_0x470c99(!0x1);}}['unmount'](_0x19ce8f){const _0x18c87c=_0x3431b8;let _0x3eb51d=this[_0x18c87c(0x255)]['get'](_0x19ce8f);_0x3eb51d&&(this[_0x18c87c(0x115)](_0x19ce8f),[..._0x3eb51d[_0x18c87c(0x6f4)]][_0x18c87c(0x29e)]()[_0x18c87c(0x7ce)](_0x2c58e2=>_0x2c58e2[_0x18c87c(0x403)]()),this[_0x18c87c(0x255)]['delete'](_0x19ce8f));}[_0x3431b8(0x62b)](_0x5a1bf9){const _0x2448ca=_0x3431b8;var _0x631de8;return(_0x631de8=this[_0x2448ca(0x255)][_0x2448ca(0x1da)](_0x5a1bf9))==null?void 0x0:_0x631de8[_0x2448ca(0x7d7)];}[_0x3431b8(0x1dd)](){return[...this['_sessions']['values']()]['map'](({session:_0x16da3f})=>_0x16da3f);}[_0x3431b8(0x73f)](_0x25a66c){const _0x2303e4=_0x3431b8;let _0x5ced5c=this[_0x2303e4(0x255)]['get'](_0x25a66c);if(_0x5ced5c){if(_0x5ced5c['session'][_0x2303e4(0x1ae)]!==_0x2303e4(0x2d0)){this[_0x2303e4(0x255)][_0x2303e4(0x7ce)](_0xdf170c=>{const _0x7f4add=_0x2303e4;_0xdf170c[_0x7f4add(0x7d7)]['layout']!==_0x7f4add(0x2d0)&&_0xdf170c[_0x7f4add(0x7d7)][_0x7f4add(0x1a4)]===_0x5ced5c[_0x7f4add(0x7d7)][_0x7f4add(0x1a4)]&&_0xdf170c[_0x7f4add(0x2c3)](_0xdf170c[_0x7f4add(0x7d7)][_0x7f4add(0x73e)]===_0x25a66c);});return;}this[_0x2303e4(0x5f1)](_0x5ced5c[_0x2303e4(0x7d7)]),this[_0x2303e4(0x255)][_0x2303e4(0x7ce)](_0x257d0d=>{const _0x156744=_0x2303e4;_0x257d0d[_0x156744(0x7d7)][_0x156744(0x1ae)]===_0x156744(0x2d0)&&_0x257d0d[_0x156744(0x7d7)]['hostUnitId']===_0x5ced5c[_0x156744(0x7d7)][_0x156744(0x1a4)]&&_0x257d0d['setActive'](_0x257d0d[_0x156744(0x7d7)][_0x156744(0x73e)]===_0x25a66c);});}}['deactivateTabSessions'](_0x56cb97){const _0xcbb109=_0x3431b8;let _0x3b0e93=[];return this[_0xcbb109(0x255)][_0xcbb109(0x7ce)](_0x5bb338=>{const _0x116e79=_0xcbb109;_0x5bb338[_0x116e79(0x7d7)][_0x116e79(0x1ae)]==='tab-peer'&&(_0x56cb97&&_0x5bb338[_0x116e79(0x7d7)][_0x116e79(0x73e)]!==_0x56cb97||(this[_0x116e79(0x4c1)](_0x5bb338[_0x116e79(0x7d7)]),this[_0x116e79(0x115)](_0x5bb338[_0x116e79(0x7d7)][_0x116e79(0x73e)]),_0x5bb338['setActive'](!0x1),_0x3b0e93[_0x116e79(0x49d)](_0x5bb338[_0x116e79(0x7d7)])));}),_0x3b0e93;}[_0x3431b8(0x82a)](_0x36d15b){const _0x15fc3c=_0x3431b8;let _0x1dcf9c=this[_0x15fc3c(0x255)][_0x15fc3c(0x1da)](_0x36d15b);if(!(!_0x1dcf9c||_0x1dcf9c[_0x15fc3c(0x7d7)]['layout']==='tab-peer'))return this['_runChildBeforeDeactivate'](_0x1dcf9c[_0x15fc3c(0x7d7)]),_0x1dcf9c[_0x15fc3c(0x2c3)](!0x1),_0x1dcf9c[_0x15fc3c(0x7d7)];}[_0x3431b8(0x2c3)](_0x3a56f2,_0x18feda){const _0x204889=_0x3431b8;var _0x211102;(_0x211102=this['_sessions'][_0x204889(0x1da)](_0x3a56f2))==null||_0x211102['setActive'](_0x18feda);}[_0x3431b8(0x4c1)](_0x3d6e6a){const _0x34f6c8=_0x3431b8;let _0x4e8aa8=_0x3d6e6a[_0x34f6c8(0x3ac)];if(!_0x4e8aa8)return;let _0x4e866a=this[_0x34f6c8(0x1f3)][_0x34f6c8(0x1da)](_0x3d6e6a[_0x34f6c8(0x5d2)]);if(_0x4e866a!=null&&_0x4e866a[_0x34f6c8(0x7af)])try{_0x4e866a[_0x34f6c8(0x7af)](_0x4e8aa8);}catch(_0x5bd09e){console[_0x34f6c8(0x346)](_0x34f6c8(0x52e),_0x5bd09e);}}[_0x3431b8(0x61b)](_0x744483){const _0x3a258c=_0x3431b8;var _0x4c6399,_0x160e5d;let _0x85d3d=((_0x4c6399=_0x744483[_0x3a258c(0x714)])==null?void 0x0:_0x4c6399['floating'])||void 0x0;if(_0x85d3d!=null&&_0x85d3d['layout'])return _0x85d3d[_0x3a258c(0x1ae)];let _0x566c34=((_0x160e5d=_0x744483[_0x3a258c(0x714)])==null?void 0x0:_0x160e5d[_0x3a258c(0x69a)])||void 0x0;if(_0x566c34!=null&&_0x566c34[_0x3a258c(0x5fe)])return _0x3a258c(0x2d0);throw Error(_0x3a258c(0x3a7));}[_0x3431b8(0x253)](_0x562890,_0x2a9cc,_0x35829f,_0x1e9cd1){const _0x3a448f=_0x3431b8;var _0x4fd03b,_0x35f38b;let _0x10338b=new _0x465e89[(_0x3a448f(0x40b))](!0x0),_0x557e8f=_0x562890['hostAnchorId'],_0xa3225a=(_0x4fd03b=_0x562890['sourceMeta'])==null?void 0x0:_0x4fd03b['tab'],_0x2a673e=_0xa3225a&&_0xa3225a[_0x3a448f(0x5fe)]?_0x3a448f(0x69a):(_0x35f38b=_0x562890['sourceMeta'])!=null&&_0x35f38b[_0x3a448f(0x6d0)]?_0x3a448f(0x1cc):_0x3a448f(0x170),_0x34197d=(_0x1e9cd1==null?void 0x0:_0x1e9cd1[_0x3a448f(0x56e)])??_0x4470c1(_0x35829f,_0x3a448f(0x801))??_0x35829f,_0x3ab3c5=(_0x1e9cd1==null?void 0x0:_0x1e9cd1[_0x3a448f(0x391)])??_0x4470c1(_0x35829f,_0x3a448f(0x286))??_0x35829f,_0x5a150d=(_0x1e9cd1==null?void 0x0:_0x1e9cd1[_0x3a448f(0x365)])??_0x4470c1(_0x35829f,_0x3a448f(0x167))??_0x35829f,_0x3d8c5b=(_0x1e9cd1==null?void 0x0:_0x1e9cd1[_0x3a448f(0x536)])??_0x4470c1(_0x35829f,'data-embed-popup-root')??_0x5a150d,_0x3e3769=this[_0x3a448f(0x55a)][_0x3a448f(0x475)]({'childUnitId':_0x562890[_0x3a448f(0x3bc)],'embedId':_0x562890[_0x3a448f(0x73e)],'hostAnchorId':_0x557e8f,'root':_0x5a150d}),_0x47a6d4=_0x281553=>{const _0x485ccb=_0x3a448f;_0x10338b[_0x485ccb(0x3c5)]()!==_0x281553&&(_0x4f43bc(_0x35829f,_0x281553,_0x2a673e),_0x10338b[_0x485ccb(0x26c)](_0x281553));};return _0x4f43bc(_0x35829f,!0x0,_0x2a673e),{'renderScope':{'hostUnitId':_0x562890[_0x3a448f(0x1a4)],'hostAnchorId':_0x557e8f,'embedId':_0x562890[_0x3a448f(0x73e)],'childUnitId':_0x562890[_0x3a448f(0x3bc)],'childType':_0x562890['childType'],'layout':_0x2a9cc,'mode':_0x2a673e,'rootElement':_0x35829f,'contentRoot':_0x34197d,'canvasRoot':_0x3ab3c5,'overlayRoot':_0x5a150d,'popupRoot':_0x3d8c5b,'menuOutlet':_0x1e9cd1!=null&&_0x1e9cd1[_0x3a448f(0x44f)]?{'container':_0x1e9cd1[_0x3a448f(0x44f)]}:void 0x0,'active$':_0x10338b[_0x3a448f(0x837)]()},'disposable':(0x0,_0x21e99d[_0x3a448f(0x7b6)])(()=>{const _0x53e437=_0x3a448f;_0x3e3769[_0x53e437(0x403)](),_0x47a6d4(!0x1),_0x10338b['complete']();}),'setActive':_0x47a6d4};}['_registerRuntimeBoundary'](_0x3ba3f9,_0x3343c2,_0x3ff194,_0x34cddd){const _0x4b9ad9=_0x3431b8;let _0x312598=this[_0x4b9ad9(0x395)][_0x4b9ad9(0x2e0)](_0x116086),_0x5c573e=this['_injector'][_0x4b9ad9(0x2e0)](_0xc6fcec);if(!_0x312598&&!_0x5c573e)return;let _0x1e4e91=_0x312598?this[_0x4b9ad9(0x395)][_0x4b9ad9(0x1da)](_0x116086):void 0x0,_0x502f22=_0x5c573e?this[_0x4b9ad9(0x395)][_0x4b9ad9(0x1da)](_0xc6fcec):void 0x0,_0x35d8e5=new Map(),_0x48d5a6=(_0x1df4bb,_0xbafbdf)=>{const _0x263f7a=_0x4b9ad9;if(!_0x1df4bb)return;let _0x5a9a63=_0x35d8e5[_0x263f7a(0x1da)](_0x1df4bb);(!_0x5a9a63||_0x5a9a63===_0x263f7a(0x431))&&_0x35d8e5['set'](_0x1df4bb,_0xbafbdf);};_0x48d5a6(_0x3343c2,'runtime'),_0x48d5a6(_0x3ff194[_0x4b9ad9(0x128)],_0x4b9ad9(0x431)),_0x48d5a6(_0x3ff194[_0x4b9ad9(0x560)],_0x4b9ad9(0x431)),_0x48d5a6(_0x3ff194[_0x4b9ad9(0x64f)],_0x4b9ad9(0x431)),_0x48d5a6(_0x3ff194[_0x4b9ad9(0x1b3)],'runtime'),_0x48d5a6(_0x34cddd['root'],_0x4b9ad9(0x431)),_0x48d5a6(_0x34cddd[_0x4b9ad9(0x56e)],_0x4b9ad9(0x431)),_0x48d5a6(_0x34cddd['canvas'],'runtime'),_0x48d5a6(_0x34cddd[_0x4b9ad9(0x365)],_0x4b9ad9(0x431)),_0x48d5a6(_0x3ff194[_0x4b9ad9(0x713)],_0x4b9ad9(0x1d2)),_0x48d5a6(_0x34cddd[_0x4b9ad9(0x536)],_0x4b9ad9(0x1d2));let _0x5f5b11=[..._0x35d8e5]['flatMap'](([_0x2c9407,_0x4c4362])=>[_0x1e4e91==null?void 0x0:_0x1e4e91[_0x4b9ad9(0x5f6)](_0x3ba3f9['embedId'],_0x2c9407),_0x502f22==null?void 0x0:_0x502f22['registerElement']({'embedId':_0x3ba3f9[_0x4b9ad9(0x73e)],'role':_0x4c4362,'element':_0x2c9407})][_0x4b9ad9(0x659)](_0xa5b788=>!!_0xa5b788));return(0x0,_0x21e99d[_0x4b9ad9(0x7b6)])(()=>{const _0x418ed2=_0x4b9ad9;[..._0x5f5b11][_0x418ed2(0x29e)]()['forEach'](_0x45f54f=>_0x45f54f[_0x418ed2(0x403)]());});}['_normalizeHostMountResult'](_0x5f56ad){const _0xa5514d=_0x3431b8;return _0x5f56ad?_0xa5514d(0x403)in _0x5f56ad?{'disposable':_0x5f56ad}:{'hostElement':_0x5f56ad[_0xa5514d(0x306)],'runtimeRoots':_0x5f56ad[_0xa5514d(0x30c)],'disposable':_0x5f56ad[_0xa5514d(0x509)]?(0x0,_0x21e99d['toDisposable'])(()=>{const _0x54df55=_0xa5514d;var _0x1dd86d;return(_0x1dd86d=_0x5f56ad[_0x54df55(0x509)])==null?void 0x0:_0x1dd86d[_0x54df55(0x403)]();}):void 0x0}:{};}[_0x3431b8(0x816)](_0x4d452f){const _0x1ffd67=_0x3431b8;if(!this[_0x1ffd67(0x395)]['has'](_0x121581))return;let _0x1616f1=this[_0x1ffd67(0x395)][_0x1ffd67(0x1da)](_0x121581)[_0x1ffd67(0x1da)](_0x4d452f[_0x1ffd67(0x723)][_0x1ffd67(0x257)],_0x4d452f[_0x1ffd67(0x723)][_0x1ffd67(0x478)],_0x4d452f['childType']);if(!_0x1616f1)return;let _0xe4fed1=this[_0x1ffd67(0x395)][_0x1ffd67(0x2e0)](_0x13b828)?this[_0x1ffd67(0x395)]['get'](_0x13b828)[_0x1ffd67(0x7f6)]():null,_0x35b1af=_0x1616f1[_0x1ffd67(0x721)]({..._0x4d452f,'active':_0xe4fed1});return _0x35b1af?(0x0,_0x21e99d[_0x1ffd67(0x7b6)])(()=>_0x35b1af[_0x1ffd67(0x403)]()):void 0x0;}[_0x3431b8(0x695)](_0x140e60,_0x17670e,_0x51e37c,_0x1f758a){const _0x55acc5=_0x3431b8;let _0x2e0580=this[_0x55acc5(0x395)][_0x55acc5(0x2e0)](_0x116086)?this[_0x55acc5(0x395)][_0x55acc5(0x1da)](_0x116086):void 0x0,_0x5836c5=this[_0x55acc5(0x395)][_0x55acc5(0x2e0)](_0xc6fcec)?this[_0x55acc5(0x395)][_0x55acc5(0x1da)](_0xc6fcec):void 0x0,_0x25a257=_0x17670e[_0x55acc5(0x2cc)],_0x7c44bd=[],_0x68bb51=()=>_0x51e37c==='float'?this[_0x55acc5(0x395)]['has'](_0x13b828)?this[_0x55acc5(0x395)][_0x55acc5(0x1da)](_0x13b828)[_0x55acc5(0x393)](_0x140e60[_0x55acc5(0x73e)])===_0x55acc5(0x3a0):!0x1:!0x0,_0x3cf1fc=(_0xf49006,_0x59e24a={})=>{const _0x58a564=_0x55acc5;let _0x13b39b=_0x59e24a[_0x58a564(0x421)]!==!0x1,_0x389dfd=_0x59e24a[_0x58a564(0x73f)]!==!0x1,_0x1ac48d=(_0xf49006==null?void 0x0:_0xf49006[_0x58a564(0x692)])instanceof Element?_0xf49006[_0x58a564(0x692)]:null;if(!(_0x1ac48d!=null&&_0x1ac48d[_0x58a564(0x5a8)](_0x58a564(0x131)))&&!(!_0x140e60[_0x58a564(0x3bc)]||_0x140e60[_0x58a564(0x5d2)]==null)&&_0x68bb51()){if(_0x51e37c===_0x58a564(0x1cc)&&_0x1f758a&&(_0x1f758a[_0x58a564(0x42c)](_0x140e60[_0x58a564(0x3bc)]),_0x13b39b&&_0x1f758a[_0x58a564(0x421)](_0x140e60['childUnitId'])),_0x51e37c==='tab'&&this[_0x58a564(0x395)][_0x58a564(0x2e0)](_0x21e99d[_0x58a564(0x297)])){var _0x15dc20,_0xab8516;let _0x55ef9e=this[_0x58a564(0x395)][_0x58a564(0x1da)](_0x21e99d[_0x58a564(0x297)]),_0x176d90=_0x55ef9e['getCurrentUnitOfType'],_0x53811d=_0x55ef9e[_0x58a564(0x527)];(typeof _0x176d90!=_0x58a564(0x602)||((_0x15dc20=_0x176d90[_0x58a564(0x2f1)](_0x55ef9e,_0x140e60['childType']))==null?void 0x0:_0x15dc20[_0x58a564(0x787)]())!==_0x140e60['childUnitId'])&&_0x55ef9e[_0x58a564(0x42c)](_0x140e60['childUnitId']),_0x13b39b&&(typeof _0x53811d!=_0x58a564(0x602)||((_0xab8516=_0x53811d[_0x58a564(0x2f1)](_0x55ef9e))==null?void 0x0:_0xab8516[_0x58a564(0x787)]())!==_0x140e60[_0x58a564(0x3bc)])&&_0x55ef9e[_0x58a564(0x421)](_0x140e60['childUnitId']);}if(_0x51e37c==='tab'&&this[_0x58a564(0x395)][_0x58a564(0x2e0)](_0x21e99d[_0x58a564(0x6a1)])){let _0x4feabd=this[_0x58a564(0x395)]['get'](_0x21e99d[_0x58a564(0x6a1)]);_0x4feabd[_0x58a564(0x2de)](_0x21e99d['FOCUSING_UNIT'],!0x0),_0x4feabd['setContextValue'](_0x21e99d[_0x58a564(0x142)],_0x140e60[_0x58a564(0x5d2)]===_0x21e99d[_0x58a564(0x601)][_0x58a564(0x2d2)]),_0x4feabd[_0x58a564(0x2de)](_0x21e99d[_0x58a564(0x593)],_0x140e60[_0x58a564(0x5d2)]===_0x21e99d[_0x58a564(0x601)]['UNIVER_SHEET']),_0x4feabd[_0x58a564(0x2de)](_0x21e99d[_0x58a564(0x54d)],_0x140e60[_0x58a564(0x5d2)]===_0x21e99d[_0x58a564(0x601)][_0x58a564(0x6e3)]);}if(this[_0x58a564(0x395)][_0x58a564(0x2e0)](_0x233a55[_0x58a564(0x43e)])){let _0xd36a46=this[_0x58a564(0x395)][_0x58a564(0x1da)](_0x233a55['EmbedFocusOwnerService']),_0x11b2d7={'hostUnitId':_0x140e60[_0x58a564(0x1a4)],'embedId':_0x140e60[_0x58a564(0x73e)],'childUnitId':_0x140e60[_0x58a564(0x3bc)],'childType':_0x140e60['childType'],'reason':_0x58a564(0x786)},_0x3cb15a=_0xd36a46['getFocusOwner']();((_0x3cb15a==null?void 0x0:_0x3cb15a['hostUnitId'])!==_0x11b2d7[_0x58a564(0x1a4)]||_0x3cb15a[_0x58a564(0x73e)]!==_0x11b2d7[_0x58a564(0x73e)]||_0x3cb15a[_0x58a564(0x3bc)]!==_0x11b2d7[_0x58a564(0x3bc)]||_0x3cb15a[_0x58a564(0x5d2)]!==_0x11b2d7[_0x58a564(0x5d2)]||_0x3cb15a[_0x58a564(0x2ad)]!==_0x11b2d7['reason'])&&_0xd36a46[_0x58a564(0x72b)](_0x11b2d7);}_0x389dfd&&this[_0x58a564(0x73f)](_0x140e60[_0x58a564(0x73e)]);}},_0x534507=_0x51738a=>{const _0x3f1ddd=_0x55acc5;let _0x34c606=_0x51738a[_0x3f1ddd(0x692)]instanceof Element?_0x51738a[_0x3f1ddd(0x692)]:null;if(!_0x34c606||_0x17670e[_0x3f1ddd(0x362)](_0x34c606)||!(_0x2e0580!=null&&_0x2e0580[_0x3f1ddd(0x362)](_0x140e60[_0x3f1ddd(0x73e)],_0x34c606,_0x51738a)||_0x5836c5!=null&&_0x5836c5[_0x3f1ddd(0x5bf)](_0x140e60[_0x3f1ddd(0x73e)],_0x34c606,_0x51738a)))return;_0x3cf1fc(_0x51738a,{'focusUnit':!0x1,'activateSession':!0x1});let _0x26c04e=_0x25a257['defaultView'];_0x26c04e&&_0x7c44bd['push'](_0x26c04e['setTimeout'](()=>_0x3cf1fc(_0x51738a,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x17670e[_0x55acc5(0x50e)](_0x55acc5(0x380),_0x3cf1fc,{'capture':!0x0}),_0x17670e[_0x55acc5(0x50e)]('focusin',_0x3cf1fc),_0x25a257[_0x55acc5(0x50e)](_0x55acc5(0x380),_0x534507,{'capture':!0x0}),_0x25a257[_0x55acc5(0x50e)](_0x55acc5(0x427),_0x534507,{'capture':!0x0}),(0x0,_0x21e99d[_0x55acc5(0x7b6)])(()=>{const _0x2cee1d=_0x55acc5;_0x17670e[_0x2cee1d(0x5c5)](_0x2cee1d(0x380),_0x3cf1fc,{'capture':!0x0}),_0x17670e['removeEventListener'](_0x2cee1d(0x427),_0x3cf1fc),_0x25a257[_0x2cee1d(0x5c5)](_0x2cee1d(0x380),_0x534507,{'capture':!0x0}),_0x25a257[_0x2cee1d(0x5c5)](_0x2cee1d(0x427),_0x534507,{'capture':!0x0}),_0x7c44bd[_0x2cee1d(0x7ce)](_0x406145=>{const _0x28c65d=_0x2cee1d;var _0x402bce;return(_0x402bce=_0x25a257[_0x28c65d(0x4fd)])==null?void 0x0:_0x402bce[_0x28c65d(0x44e)](_0x406145);});});}[_0x3431b8(0x5f1)](_0x37133d){const _0x545677=_0x3431b8;if(this['_activateTabPeerFocusLease'](_0x37133d),this[_0x545677(0x395)][_0x545677(0x2e0)](_0x21e99d[_0x545677(0x297)])){let _0x5dc527=this[_0x545677(0x395)][_0x545677(0x1da)](_0x21e99d[_0x545677(0x297)]);_0x5dc527[_0x545677(0x42c)](_0x37133d['childUnitId']),_0x5dc527[_0x545677(0x421)](_0x37133d['childUnitId']);}if(this[_0x545677(0x395)][_0x545677(0x2e0)](_0x21e99d[_0x545677(0x6a1)])){let _0x4a15cc=this[_0x545677(0x395)]['get'](_0x21e99d['IContextService']);_0x4a15cc['setContextValue'](_0x21e99d[_0x545677(0x3fa)],!0x0),_0x4a15cc['setContextValue'](_0x21e99d[_0x545677(0x142)],_0x37133d[_0x545677(0x5d2)]===_0x21e99d[_0x545677(0x601)][_0x545677(0x2d2)]),_0x4a15cc[_0x545677(0x2de)](_0x21e99d[_0x545677(0x593)],_0x37133d[_0x545677(0x5d2)]===_0x21e99d[_0x545677(0x601)][_0x545677(0x1d4)]),_0x4a15cc[_0x545677(0x2de)](_0x21e99d[_0x545677(0x54d)],_0x37133d['childType']===_0x21e99d[_0x545677(0x601)][_0x545677(0x6e3)]);}this[_0x545677(0x395)]['has'](_0x233a55['EmbedFocusOwnerService'])&&this[_0x545677(0x395)][_0x545677(0x1da)](_0x233a55[_0x545677(0x43e)])['setFocusOwner']({'hostUnitId':_0x37133d[_0x545677(0x1a4)],'embedId':_0x37133d[_0x545677(0x73e)],'childUnitId':_0x37133d[_0x545677(0x3bc)],'childType':_0x37133d[_0x545677(0x5d2)],'reason':_0x545677(0x6fb)});}[_0x3431b8(0x3fd)](_0x32bb20){const _0x339b71=_0x3431b8;this[_0x339b71(0x452)](_0x32bb20[_0x339b71(0x1a4)],_0x32bb20['embedId']),this['_releaseTabPeerFocusLease'](_0x32bb20[_0x339b71(0x73e)]);let _0x1c560b=[];if(this[_0x339b71(0x395)][_0x339b71(0x2e0)](_0xc6fcec)&&_0x1c560b[_0x339b71(0x49d)](this['_injector'][_0x339b71(0x1da)](_0xc6fcec)[_0x339b71(0x45d)]({'embedId':_0x32bb20[_0x339b71(0x73e)],'role':_0x339b71(0x383),'owner':'tab-peer-runtime','sessionMode':'child-tab','hostUnitId':_0x32bb20[_0x339b71(0x1a4)],'childUnitId':_0x32bb20['childUnitId'],'childType':_0x32bb20['childType']})),this[_0x339b71(0x395)][_0x339b71(0x2e0)](_0x116086)){var _0x19b454,_0x22cb44;_0x1c560b[_0x339b71(0x49d)](this[_0x339b71(0x395)][_0x339b71(0x1da)](_0x116086)['activatePortalScope'](_0x32bb20['embedId'],((_0x19b454=_0x32bb20[_0x339b71(0x306)])==null?void 0x0:_0x19b454[_0x339b71(0x2cc)])??((_0x22cb44=_0x32bb20[_0x339b71(0x3ac)])==null?void 0x0:_0x22cb44[_0x339b71(0x74a)][_0x339b71(0x128)][_0x339b71(0x2cc)])));}_0x1c560b['length']&&this['_tabFocusLeases'][_0x339b71(0x441)](_0x32bb20[_0x339b71(0x73e)],{'hostUnitId':_0x32bb20[_0x339b71(0x1a4)],'disposable':(0x0,_0x21e99d[_0x339b71(0x7b6)])(()=>{const _0x102b1d=_0x339b71;[..._0x1c560b][_0x102b1d(0x29e)]()[_0x102b1d(0x7ce)](_0x16e83b=>_0x16e83b[_0x102b1d(0x403)]());})});}[_0x3431b8(0x452)](_0x26d6d6,_0x4eff4a){const _0x1b4fdc=_0x3431b8;[...this[_0x1b4fdc(0x10f)][_0x1b4fdc(0x4ae)]()][_0x1b4fdc(0x7ce)](([_0x5f79c4,_0x3d1054])=>{const _0x10eea3=_0x1b4fdc;_0x5f79c4!==_0x4eff4a&&_0x3d1054['hostUnitId']===_0x26d6d6&&(_0x3d1054['disposable'][_0x10eea3(0x403)](),this[_0x10eea3(0x10f)][_0x10eea3(0x5bc)](_0x5f79c4));});}[_0x3431b8(0x115)](_0x2734aa){const _0x19fd65=_0x3431b8;let _0x7ee4c=this[_0x19fd65(0x10f)][_0x19fd65(0x1da)](_0x2734aa);_0x7ee4c&&(_0x7ee4c['disposable'][_0x19fd65(0x403)](),this[_0x19fd65(0x10f)]['delete'](_0x2734aa));}[_0x3431b8(0x21f)](_0x5acfde){const _0x3ff1a2=_0x3431b8;var _0x37aba8,_0x54611f;if((_0x37aba8=_0x5acfde[_0x3ff1a2(0x714)])!=null&&_0x37aba8[_0x3ff1a2(0x69a)]&&_0x5acfde[_0x3ff1a2(0x714)]['tab'][_0x3ff1a2(0x5fe)]||!this['_injector']['has'](_0x21e99d['IUniverInstanceService'])||!_0x5acfde[_0x3ff1a2(0x3bc)])return(0x0,_0x21e99d['toDisposable'])(()=>{});let _0x3f0477=this['_injector'][_0x3ff1a2(0x1da)](_0x21e99d[_0x3ff1a2(0x297)]),_0x5bc21b=_0x3f0477[_0x3ff1a2(0x527)],_0x1e8ecc=_0x3f0477[_0x3ff1a2(0x421)];if(typeof _0x5bc21b!=_0x3ff1a2(0x602)||typeof _0x1e8ecc!='function')return(0x0,_0x21e99d['toDisposable'])(()=>{});let _0xd7bcf9=(_0x54611f=_0x5bc21b['call'](_0x3f0477))==null?void 0x0:_0x54611f['getUnitId']();if(!_0xd7bcf9||_0xd7bcf9===_0x5acfde[_0x3ff1a2(0x3bc)])return(0x0,_0x21e99d[_0x3ff1a2(0x7b6)])(()=>{});let _0x493712=()=>{const _0x5a26ba=_0x3ff1a2;var _0x4911b2;((_0x4911b2=_0x5bc21b['call'](_0x3f0477))==null?void 0x0:_0x4911b2[_0x5a26ba(0x787)]())===_0x5acfde[_0x5a26ba(0x3bc)]&&_0x1e8ecc[_0x5a26ba(0x2f1)](_0x3f0477,_0xd7bcf9);},_0x47131b=[],_0x5a6fe8=[];return _0x493712(),typeof window<'u'&&(_0x5a6fe8[_0x3ff1a2(0x49d)](window[_0x3ff1a2(0x3a6)](_0x493712)),_0x47131b[_0x3ff1a2(0x49d)](window[_0x3ff1a2(0x81e)](_0x493712,0x0)),_0x47131b['push'](window[_0x3ff1a2(0x81e)](_0x493712,0x78))),(0x0,_0x21e99d[_0x3ff1a2(0x7b6)])(()=>{const _0x5266be=_0x3ff1a2;typeof window>'u'||(_0x5a6fe8['forEach'](_0x7072b4=>window[_0x5266be(0x34a)](_0x7072b4)),_0x47131b[_0x5266be(0x7ce)](_0x508310=>window['clearTimeout'](_0x508310)));});}[_0x3431b8(0x279)](_0x1dbc50){const _0x27a25f=_0x3431b8;let _0x2b9521=[...this['_sessions'][_0x27a25f(0x702)]()][_0x27a25f(0x718)](({session:_0x26790c})=>_0x26790c[_0x27a25f(0x73e)]!==_0x1dbc50[_0x27a25f(0x73e)]&&_0x26790c[_0x27a25f(0x3bc)]===_0x1dbc50['childUnitId']);if(_0x2b9521)throw new _0x337a31(_0x1dbc50[_0x27a25f(0x3bc)],_0x2b9521[_0x27a25f(0x7d7)][_0x27a25f(0x73e)]);if(this[_0x27a25f(0x16f)][_0x27a25f(0x348)](_0x1dbc50['childUnitId'],_0x1dbc50[_0x27a25f(0x5d2)]))return;let _0xd4f5cd=this[_0x27a25f(0x16f)]['getUnitType'](_0x1dbc50['childUnitId']);throw _0xd4f5cd!==_0x21e99d[_0x27a25f(0x601)][_0x27a25f(0x6a4)]&&_0xd4f5cd!==_0x1dbc50[_0x27a25f(0x5d2)]?Error('EMBED_MOUNT_CHILD_TYPE_MISMATCH'):Error(_0x27a25f(0x483));}};_0x353757=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x30faa5)),_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x486096)),_0x4bfa6d(0x2,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x34c95d)),_0x4bfa6d(0x3,(0x0,_0x21e99d['Inject'])(_0x4797d2)),_0x4bfa6d(0x4,_0x21e99d[_0x3431b8(0x297)]),_0x4bfa6d(0x5,(0x0,_0x21e99d['Inject'])(_0x28f64f)),_0x4bfa6d(0x6,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x7e8)]))],_0x353757);function _0x4f43bc(_0x48b3b4,_0x2b923f,_0xa92770){const _0x178fe5=_0x3431b8;if(_0x48b3b4[_0x178fe5(0x5be)][_0x178fe5(0x2e1)]=_0x2b923f?_0x178fe5(0x563):_0x178fe5(0x5ef),_0xa92770!=='tab'){_0x48b3b4[_0x178fe5(0x7b5)](_0x178fe5(0x187)),_0x48b3b4[_0x178fe5(0x7b5)]('aria-hidden'),_0x48b3b4[_0x178fe5(0x594)]['removeProperty']('display'),_0x48b3b4['style'][_0x178fe5(0x3da)](_0x178fe5(0x35f));return;}if(_0x48b3b4[_0x178fe5(0x55e)](_0x178fe5(0x187),!_0x2b923f),_0x2b923f){_0x48b3b4['removeAttribute'](_0x178fe5(0x353)),_0x48b3b4[_0x178fe5(0x594)]['removeProperty'](_0x178fe5(0x568)),_0x48b3b4[_0x178fe5(0x594)]['removeProperty']('pointer-events');return;}_0x48b3b4['setAttribute'](_0x178fe5(0x353),'true'),_0x48b3b4[_0x178fe5(0x594)][_0x178fe5(0x568)]='none',_0x48b3b4[_0x178fe5(0x594)]['pointerEvents']='none';}function _0x566cb7(_0x1b8691){const _0x2b725b=_0x3431b8;let _0x5457ea=document[_0x2b725b(0x5ad)](_0x2b725b(0x555));return _0x5457ea[_0x2b725b(0x5be)][_0x2b725b(0x20c)]=_0x1b8691??_0x2b725b(0x5d8),_0x5457ea['style']['cssText']=[_0x2b725b(0x7bd),_0x2b725b(0x1f7),_0x2b725b(0x237),_0x2b725b(0x36d),_0x2b725b(0x6b3),'align-items:center',_0x2b725b(0x513),_0x2b725b(0x4ab),'border:1px\x20dashed\x20rgba(99,102,106,.35)','border-radius:8px',_0x2b725b(0x7a5),_0x2b725b(0x48c),_0x2b725b(0x5ca),'text-align:center'][_0x2b725b(0x53d)](';'),_0x5457ea['textContent']=_0x1b8691===_0x2b725b(0x26e)?_0x2b725b(0x35e):_0x2b725b(0x2d4),_0x5457ea;}let _0x220bdc=class extends _0x21e99d[_0x3431b8(0x3e9)]{constructor(_0x3f177d,_0x4d89be,_0x14bdd9,_0x215d5f,_0x3183ac,_0x4d9fe2,_0x3ebdad,_0xb55068,_0x44754a){const _0x3e6502=_0x3431b8;var _0x11227a;super(),this[_0x3e6502(0x16f)]=_0x3f177d,this['_focusOwnerService']=_0x4d89be,this['_hostAdapterRegistry']=_0x14bdd9,this[_0x3e6502(0x5d1)]=_0x215d5f,this[_0x3e6502(0x1cb)]=_0x3183ac,this[_0x3e6502(0x5ec)]=_0x4d9fe2,this[_0x3e6502(0x2e7)]=_0x3ebdad,this['_contextService']=_0xb55068,this[_0x3e6502(0x25d)]=_0x44754a,_0x2c4771(this,'_previousChildCurrentUnits',new Map());let _0x5ccd54=(_0x11227a=this[_0x3e6502(0x16f)][_0x3e6502(0x277)])==null?void 0x0:_0x11227a[_0x3e6502(0x823)](_0x45ffeb=>{const _0x512d65=_0x3e6502;this[_0x512d65(0x3d3)](_0x45ffeb??null);});_0x5ccd54&&this[_0x3e6502(0x7e0)](_0x5ccd54);}[_0x3431b8(0x6ae)](_0x46b049){const _0x10bd4b=_0x3431b8;var _0x5074e2;this[_0x10bd4b(0x33b)](_0x46b049),this[_0x10bd4b(0x7e1)](_0x46b049),this[_0x10bd4b(0x609)][_0x10bd4b(0x5d9)]({'embedId':_0x46b049['embedId'],'hostUnitId':_0x46b049[_0x10bd4b(0x1a4)],'hostType':_0x46b049['hostType'],'entry':_0x46b049[_0x10bd4b(0x478)],'hostAnchorId':_0x46b049[_0x10bd4b(0x7a9)],'descriptor':_0x46b049}),this[_0x10bd4b(0x1cb)][_0x10bd4b(0x73f)](_0x46b049[_0x10bd4b(0x73e)]);let _0x1df7fa=this[_0x10bd4b(0x5ec)][_0x10bd4b(0x1da)](_0x46b049['childType']);return this[_0x10bd4b(0x5d1)][_0x10bd4b(0x3ae)](_0x46b049,_0x10bd4b(0x4e4),{'layoutPolicy':_0x1df7fa==null||(_0x5074e2=_0x1df7fa['layoutPolicy'])==null?void 0x0:_0x5074e2[_0x10bd4b(0x69a)],'allowPlaceholder':(_0x1df7fa==null?void 0x0:_0x1df7fa[_0x10bd4b(0x1ec)])===_0x10bd4b(0x6e2)||(_0x1df7fa==null?void 0x0:_0x1df7fa[_0x10bd4b(0x3b2)])===_0x10bd4b(0x70d)});}['activateFloating'](_0x43ce47,_0x10937b,_0x18b723={}){const _0x519ba7=_0x3431b8;this[_0x519ba7(0x33b)](_0x43ce47);let _0x2b8588=this[_0x519ba7(0x2e7)]['getActive'](),_0x21d0ce=_0x10937b==='stage2'&&(_0x2b8588==null?void 0x0:_0x2b8588[_0x519ba7(0x73e)])===_0x43ce47[_0x519ba7(0x73e)]&&_0x2b8588[_0x519ba7(0x3bc)]===_0x43ce47[_0x519ba7(0x3bc)]&&_0x2b8588['stage']===_0x519ba7(0x3a0);(_0x2b8588==null?void 0x0:_0x2b8588['stage'])===_0x519ba7(0x3a0)&&!_0x21d0ce&&this[_0x519ba7(0x2d9)](_0x2b8588['embedId']),_0x10937b===_0x519ba7(0x3a0)&&!_0x21d0ce&&this[_0x519ba7(0x7e1)](_0x43ce47),this[_0x519ba7(0x60c)][_0x519ba7(0x72b)]({'hostUnitId':_0x43ce47[_0x519ba7(0x1a4)],'embedId':_0x43ce47[_0x519ba7(0x73e)],'childUnitId':_0x43ce47[_0x519ba7(0x3bc)],'childType':_0x43ce47[_0x519ba7(0x5d2)],'reason':_0x519ba7(0x786)}),this[_0x519ba7(0x1cb)]['activateSession'](_0x43ce47[_0x519ba7(0x73e)]);let _0x296bb0={'hostUnitId':_0x43ce47[_0x519ba7(0x1a4)],'embedId':_0x43ce47[_0x519ba7(0x73e)],'childUnitId':_0x43ce47['childUnitId']};_0x10937b?this['_floatingActiveService']['activate'](_0x296bb0,_0x10937b):this[_0x519ba7(0x2e7)][_0x519ba7(0x3ae)](_0x296bb0),this['_menuOverrideService'][_0x519ba7(0x670)](),_0x10937b==='stage2'?(this['_focusUnit'](_0x43ce47[_0x519ba7(0x3bc)],_0x43ce47[_0x519ba7(0x5d2)],!0x1),this[_0x519ba7(0x508)](_0x43ce47)):(this[_0x519ba7(0x16f)]['setCurrentUnitForType'](_0x43ce47[_0x519ba7(0x1a4)]),this[_0x519ba7(0x16f)]['focusUnit'](_0x43ce47[_0x519ba7(0x1a4)]));}[_0x3431b8(0x5ac)](_0x559e4c,_0x63265={}){const _0x22d77b=_0x3431b8;this[_0x22d77b(0x7e4)](_0x559e4c,_0x22d77b(0x3a0),_0x63265);}[_0x3431b8(0x5b9)](_0x434c92){const _0x388bd1=_0x3431b8;this[_0x388bd1(0x33b)](_0x434c92),this[_0x388bd1(0x60c)][_0x388bd1(0x72b)]({'hostUnitId':_0x434c92[_0x388bd1(0x1a4)],'embedId':_0x434c92[_0x388bd1(0x73e)],'childUnitId':_0x434c92[_0x388bd1(0x3bc)],'childType':_0x434c92['childType'],'reason':_0x388bd1(0x786)}),this['_focusUnit'](_0x434c92['childUnitId'],_0x434c92[_0x388bd1(0x5d2)]);}['clearFullscreen'](_0x23ed2b){const _0x3f9877=_0x3431b8;let _0x233da9=this[_0x3f9877(0x60c)][_0x3f9877(0x236)]();_0x233da9!=null&&_0x233da9[_0x3f9877(0x73e)]&&_0x233da9['embedId']!==_0x23ed2b[_0x3f9877(0x73e)]||(this[_0x3f9877(0x60c)][_0x3f9877(0x192)](_0x23ed2b['embedId']),this[_0x3f9877(0x16f)][_0x3f9877(0x42c)](_0x23ed2b['hostUnitId']),this[_0x3f9877(0x16f)]['focusUnit'](_0x23ed2b[_0x3f9877(0x1a4)]));}['clearFloating'](_0x526dea,_0x52adb2){const _0x2a9e45=_0x3431b8;let _0x186d5d=this[_0x2a9e45(0x60c)]['getFocusOwner']();if(_0x526dea&&_0x186d5d!=null&&_0x186d5d['embedId']&&_0x186d5d[_0x2a9e45(0x73e)]!==_0x526dea)return;let _0x315867=this['_floatingActiveService'][_0x2a9e45(0x7f6)]();if(_0x526dea&&!_0x186d5d&&(_0x315867==null?void 0x0:_0x315867[_0x2a9e45(0x73e)])!==_0x526dea&&!_0x52adb2)return;let _0x5c5c2e=_0x52adb2??(_0x186d5d==null?void 0x0:_0x186d5d[_0x2a9e45(0x1a4)])??(_0x315867==null?void 0x0:_0x315867['hostUnitId']);this[_0x2a9e45(0x2e7)]['clear'](_0x526dea),this['_focusOwnerService'][_0x2a9e45(0x192)](_0x526dea),this[_0x2a9e45(0x5d1)][_0x2a9e45(0x670)](_0x526dea),_0x526dea&&this[_0x2a9e45(0x2d9)](_0x526dea),_0x526dea&&this[_0x2a9e45(0x1cb)][_0x2a9e45(0x82a)](_0x526dea),_0x5c5c2e&&(this[_0x2a9e45(0x16f)]['setCurrentUnitForType'](_0x5c5c2e),this['_univerInstanceService']['focusUnit'](_0x5c5c2e));}[_0x3431b8(0x51f)](_0x594f50){const _0x22a20d=_0x3431b8;this[_0x22a20d(0x5d1)]['clear'](_0x594f50),this[_0x22a20d(0x60c)][_0x22a20d(0x192)](_0x594f50);let _0xd3965c=this[_0x22a20d(0x1cb)][_0x22a20d(0x317)](_0x594f50);_0xd3965c['forEach'](_0x5d1700=>this['_restorePreviousChildCurrentUnit'](_0x5d1700[_0x22a20d(0x73e)],_0x5d1700['childType'],_0x5d1700[_0x22a20d(0x3bc)])),new Set(_0xd3965c[_0x22a20d(0x27a)](_0x44db59=>_0x44db59[_0x22a20d(0x1a4)]))['forEach'](_0x18ad08=>{const _0x35aad1=_0x22a20d;this[_0x35aad1(0x16f)][_0x35aad1(0x42c)](_0x18ad08),this[_0x35aad1(0x16f)]['focusUnit'](_0x18ad08);});}[_0x3431b8(0x7e1)](_0x59b3ec){const _0x41b443=_0x3431b8;if(this[_0x41b443(0x6bf)][_0x41b443(0x2e0)](_0x59b3ec['embedId']))return;let _0x202f2b=_0x59b3ec[_0x41b443(0x5d2)],_0x410233=this['_getCurrentUnitId'](_0x202f2b);this[_0x41b443(0x6bf)][_0x41b443(0x441)](_0x59b3ec[_0x41b443(0x73e)],{'childType':_0x202f2b,'childUnitId':_0x59b3ec[_0x41b443(0x3bc)],'unitId':_0x410233&&_0x410233!==_0x59b3ec[_0x41b443(0x3bc)]?_0x410233:void 0x0});}[_0x3431b8(0x2d9)](_0x4c59bf,_0x49b7b1,_0x402138){const _0x5da4cc=_0x3431b8;let _0x2745f6=this[_0x5da4cc(0x6bf)][_0x5da4cc(0x1da)](_0x4c59bf);this['_previousChildCurrentUnits'][_0x5da4cc(0x5bc)](_0x4c59bf);let _0x43cadc=_0x49b7b1??(_0x2745f6==null?void 0x0:_0x2745f6[_0x5da4cc(0x5d2)]),_0x52b0cb=_0x402138??(_0x2745f6==null?void 0x0:_0x2745f6[_0x5da4cc(0x3bc)]);if(_0x43cadc==null||!_0x52b0cb)return;let _0x6bf3a9=(_0x2745f6==null?void 0x0:_0x2745f6[_0x5da4cc(0x5d2)])===_0x43cadc&&_0x2745f6['unitId']&&this[_0x5da4cc(0x511)](_0x2745f6['unitId'],_0x43cadc)?_0x2745f6[_0x5da4cc(0x436)]:this[_0x5da4cc(0x510)](_0x43cadc,_0x52b0cb);_0x6bf3a9&&this[_0x5da4cc(0x16f)][_0x5da4cc(0x42c)](_0x6bf3a9);}[_0x3431b8(0x130)](_0xf7e17b){const _0x5b108f=_0x3431b8;var _0xe1765f;let _0xd14f90=this[_0x5b108f(0x16f)]['getCurrentUnitOfType'];return _0xd14f90==null||(_0xe1765f=_0xd14f90['call'](this['_univerInstanceService'],_0xf7e17b))==null?void 0x0:_0xe1765f[_0x5b108f(0x787)]();}[_0x3431b8(0x511)](_0x29f14d,_0x5b6fb3){const _0x60a839=_0x3431b8;let _0xf2ec93=this['_univerInstanceService'][_0x60a839(0x348)];return!!(_0xf2ec93!=null&&_0xf2ec93[_0x60a839(0x2f1)](this[_0x60a839(0x16f)],_0x29f14d,_0x5b6fb3));}[_0x3431b8(0x510)](_0x1b97bf,_0x2a338c){const _0x43f000=_0x3431b8;var _0x298e6d;let _0x510509=this[_0x43f000(0x16f)][_0x43f000(0x6c3)];return _0x510509==null||(_0x298e6d=_0x510509[_0x43f000(0x2f1)](this[_0x43f000(0x16f)],_0x1b97bf))==null||(_0x298e6d=_0x298e6d[_0x43f000(0x718)](_0x5d3ab0=>_0x5d3ab0[_0x43f000(0x787)]()!==_0x2a338c))==null?void 0x0:_0x298e6d[_0x43f000(0x787)]();}[_0x3431b8(0x717)](_0x3999fb,_0x2b4987,_0x487a0f=!0x0){const _0x7f2070=_0x3431b8;var _0x180742;let _0x5c25d2=this[_0x7f2070(0x16f)][_0x7f2070(0x527)];(typeof _0x5c25d2!='function'||((_0x180742=_0x5c25d2[_0x7f2070(0x2f1)](this[_0x7f2070(0x16f)]))==null?void 0x0:_0x180742[_0x7f2070(0x787)]())!==_0x3999fb)&&this[_0x7f2070(0x16f)][_0x7f2070(0x421)](_0x3999fb),this['_setCurrentUnitForType'](_0x3999fb,_0x2b4987),this[_0x7f2070(0x82f)][_0x7f2070(0x2de)](_0x21e99d[_0x7f2070(0x3fa)],!0x0),this[_0x7f2070(0x82f)][_0x7f2070(0x2de)](_0x21e99d[_0x7f2070(0x142)],_0x2b4987===_0x21e99d['UniverInstanceType'][_0x7f2070(0x2d2)]),this['_contextService'][_0x7f2070(0x2de)](_0x21e99d[_0x7f2070(0x593)],_0x2b4987===_0x21e99d[_0x7f2070(0x601)][_0x7f2070(0x1d4)]),this[_0x7f2070(0x82f)]['setContextValue'](_0x21e99d[_0x7f2070(0x54d)],_0x2b4987===_0x21e99d['UniverInstanceType'][_0x7f2070(0x6e3)]),_0x487a0f&&this['_focusLayout']();}[_0x3431b8(0x3d3)](_0x24410f){const _0x255fb3=_0x3431b8;let _0x13286d=this[_0x255fb3(0x2e7)][_0x255fb3(0x7f6)]();if((_0x13286d==null?void 0x0:_0x13286d['stage'])!=='stage2'||_0x24410f!==_0x13286d[_0x255fb3(0x1a4)])return;let _0x30eb0b=this[_0x255fb3(0x60c)][_0x255fb3(0x236)]();(_0x30eb0b==null?void 0x0:_0x30eb0b['embedId'])===_0x13286d['embedId']&&_0x30eb0b['childUnitId']===_0x13286d[_0x255fb3(0x3bc)]&&_0x30eb0b[_0x255fb3(0x5d2)]!=null&&this[_0x255fb3(0x717)](_0x30eb0b[_0x255fb3(0x3bc)],_0x30eb0b['childType'],!0x1);}[_0x3431b8(0x508)](_0x4925b6){const _0x2e8851=_0x3431b8;let _0x4ae015=()=>{const _0x4af0d5=_0x5b76;let _0x6ee3f1=this[_0x4af0d5(0x2e7)][_0x4af0d5(0x7f6)]();(_0x6ee3f1==null?void 0x0:_0x6ee3f1[_0x4af0d5(0x73e)])===_0x4925b6['embedId']&&_0x6ee3f1[_0x4af0d5(0x3bc)]===_0x4925b6['childUnitId']&&_0x6ee3f1[_0x4af0d5(0x7d4)]===_0x4af0d5(0x3a0)&&this[_0x4af0d5(0x717)](_0x4925b6[_0x4af0d5(0x3bc)],_0x4925b6[_0x4af0d5(0x5d2)],!0x1);};typeof queueMicrotask==_0x2e8851(0x602)&&queueMicrotask(_0x4ae015),requestAnimationFrame(_0x4ae015);}[_0x3431b8(0x7a7)](_0x1c1d7b,_0x214853){const _0x52d473=_0x3431b8;var _0x32be25;let _0x5b55bd=this[_0x52d473(0x16f)]['getCurrentUnitOfType'];(typeof _0x5b55bd!=_0x52d473(0x602)||((_0x32be25=_0x5b55bd['call'](this['_univerInstanceService'],_0x214853))==null?void 0x0:_0x32be25[_0x52d473(0x787)]())!==_0x1c1d7b)&&this[_0x52d473(0x16f)][_0x52d473(0x42c)](_0x1c1d7b);}[_0x3431b8(0x501)](){let _0x5a94c2=()=>this['_layoutService']['focus']();_0x5a94c2(),typeof queueMicrotask=='function'&&queueMicrotask(_0x5a94c2),requestAnimationFrame(_0x5a94c2);}['_assertResolvedChild'](_0x213fb6){const _0x59342b=_0x3431b8;if(!_0x213fb6[_0x59342b(0x3bc)]||_0x213fb6[_0x59342b(0x5d2)]==null)throw Error(_0x59342b(0x345));}};_0x220bdc=_0x36d13f([_0x4bfa6d(0x0,_0x21e99d[_0x3431b8(0x297)]),_0x4bfa6d(0x1,(0x0,_0x21e99d['Inject'])(_0x233a55[_0x3431b8(0x43e)])),_0x4bfa6d(0x2,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x49f)])),_0x4bfa6d(0x3,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0xd40a8f)),_0x4bfa6d(0x4,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x353757)),_0x4bfa6d(0x5,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x101d0b)),_0x4bfa6d(0x6,(0x0,_0x21e99d['Inject'])(_0x13b828)),_0x4bfa6d(0x7,_0x21e99d[_0x3431b8(0x6a1)]),_0x4bfa6d(0x8,_0x384c00[_0x3431b8(0x3af)])],_0x220bdc);function _0x17c507(_0x3e4c31){const _0x42c876=_0x3431b8;let {injector:_0x314c28,children:_0x249413,mountContainer:_0x1df0fe,embedId:_0x316c4d}=_0x3e4c31;return(0x0,_0x520e3c[_0x42c876(0x11b)])((0x0,_0x373e09[_0x42c876(0x3b9)])(()=>(0x0,_0x384c00[_0x42c876(0x230)])(_0x727dee,_0x314c28),[_0x314c28]),{'mountContainer':_0x1df0fe,'embedId':_0x316c4d,'children':_0x249413});}function _0x727dee(_0x45355e){const _0x312d1e=_0x3431b8;let {children:_0x2295a2,mountContainer:_0x147a82,embedId:_0x4375fe}=_0x45355e,_0x1227f7=(0x0,_0x384c00['useInjector'])(),_0x84329c=(0x0,_0x384c00[_0x312d1e(0x4eb)])(_0x21e99d[_0x312d1e(0x20e)]),_0x5d52d8=(0x0,_0x373e09['useMemo'])(()=>_0x1227f7[_0x312d1e(0x2e0)](_0x21e99d[_0x312d1e(0x471)])?_0x1227f7[_0x312d1e(0x1da)](_0x21e99d[_0x312d1e(0x471)]):void 0x0,[_0x1227f7]),_0x135f6=(0x0,_0x384c00['useObservable'])(()=>_0x84329c[_0x312d1e(0x27e)][_0x312d1e(0x6e9)]((0x0,_0x465e89['map'])(()=>_0x84329c[_0x312d1e(0x76c)]())),_0x84329c[_0x312d1e(0x76c)](),!0x1,[_0x84329c]),_0x1beeaa=(0x0,_0x384c00[_0x312d1e(0x64e)])(()=>_0x84329c[_0x312d1e(0x6bb)],_0x84329c['getDirection'](),!0x1,[_0x84329c]),_0x210ff2=_0x91c142(_0x5d52d8),_0x1eb5e9=(0x0,_0x373e09[_0x312d1e(0x1ac)])(null),_0x1c87d6=(0x0,_0x373e09['useMemo'])(()=>_0x147a82!==void 0x0||typeof document>'u'?null:document['createElement']('div'),[_0x147a82]),_0x3a0da8=_0x147a82===void 0x0?_0x1c87d6:_0x147a82;return(0x0,_0x373e09['useEffect'])(()=>{const _0x5c8143=_0x312d1e;if(_0x1c87d6)return document[_0x5c8143(0x71e)][_0x5c8143(0x543)](_0x1c87d6),()=>{const _0x437f38=_0x5c8143;document[_0x437f38(0x71e)][_0x437f38(0x358)](_0x1c87d6);};},[_0x1c87d6]),(0x0,_0x373e09[_0x312d1e(0x59d)])(()=>{const _0x1fd4e9=_0x312d1e;let _0x4719af=_0x3a0da8;_0x4719af&&_0x4719af[_0x1fd4e9(0x11c)]('dir',_0x1beeaa);},[_0x1beeaa,_0x3a0da8]),(0x0,_0x373e09[_0x312d1e(0x59d)])(()=>{const _0x564a7e=_0x312d1e;let _0x57dc46=_0x3a0da8;if(!_0x57dc46||!_0x4375fe)return;let _0x33e838=_0x57dc46[_0x564a7e(0x623)](_0x23d1a8);return _0x57dc46['setAttribute'](_0x23d1a8,_0x4375fe),()=>{const _0x3e3800=_0x564a7e;if(_0x33e838==null){_0x57dc46[_0x3e3800(0x7b5)](_0x23d1a8);return;}_0x57dc46['setAttribute'](_0x23d1a8,_0x33e838);};},[_0x4375fe,_0x3a0da8]),(0x0,_0x520e3c['jsx'])(_0x5b4c13['ConfigProvider'],{'locale':_0x135f6==null?void 0x0:_0x135f6[_0x312d1e(0x23d)],'direction':_0x1beeaa,'mountContainer':_0x3a0da8,'children':(0x0,_0x520e3c[_0x312d1e(0x11b)])(_0x312d1e(0x555),{'ref':_0x1eb5e9,'className':(0x0,_0x5b4c13['clsx'])(_0x312d1e(0x6cc),{'univer-dark':_0x210ff2}),'data-embed-runtime-provider':_0x312d1e(0x563),'onPointerUpCapture':_0x4b9f13=>{const _0x516412=_0x312d1e;let _0x203975=_0x1eb5e9[_0x516412(0x387)],_0x3944ac=_0x4b9f13[_0x516412(0x692)];if(!_0x4375fe||!_0x203975)return;let _0xe37b7b=()=>_0x5d9699(_0x4375fe,_0x203975,_0x3944ac);typeof queueMicrotask=='function'?queueMicrotask(_0xe37b7b):Promise[_0x516412(0x256)]()[_0x516412(0x636)](_0xe37b7b);},'children':_0x2295a2})});}function _0x5d9699(_0x5a439f,_0x40f2c6,_0x2c78ba){const _0x111378=_0x3431b8;let _0x3e1c64=_0x40f2c6[_0x111378(0x2cc)]['activeElement'];if(_0xea4fbe(_0x3e1c64,_0x5a439f))return;let _0x55c3fc=_0x2c78ba instanceof HTMLElement&&_0x40f2c6['contains'](_0x2c78ba)?_0x2c78ba:null,_0xec47b2=_0x38f7c9(_0x55c3fc)?_0x55c3fc:_0x40f2c6[_0x111378(0x73b)](_0x111378(0x1b7));_0xec47b2==null||_0xec47b2[_0x111378(0x176)]({'preventScroll':!0x0});}function _0xea4fbe(_0x33f3c2,_0x9185a7){const _0xc8d8a1=_0x3431b8;let _0x5c99b2=_0x33f3c2==null?void 0x0:_0x33f3c2[_0xc8d8a1(0x5a8)]('['+_0x23d1a8+']');return(_0x5c99b2==null?void 0x0:_0x5c99b2[_0xc8d8a1(0x623)](_0x23d1a8))===_0x9185a7;}function _0x38f7c9(_0x2cb404){return!!_0x2cb404&&!_0x2cb404['hasAttribute']('disabled')&&_0x2cb404['tabIndex']>=0x0;}function _0x91c142(_0x350d4a){const _0x21e8ef=_0x3431b8;return(0x0,_0x373e09[_0x21e8ef(0x3d5)])(_0x2b5bb3=>{const _0x27c6f7=_0x21e8ef;if(!_0x350d4a)return()=>{};let _0x47548f=_0x350d4a['darkMode$'][_0x27c6f7(0x823)](()=>_0x2b5bb3());return()=>_0x47548f[_0x27c6f7(0x2f3)]();},()=>(_0x350d4a==null?void 0x0:_0x350d4a[_0x21e8ef(0x668)])??!0x1,()=>!0x1);}let _0x3d535b=new WeakMap(),_0x9e603b=new WeakMap(),_0x8a38af=new WeakMap();function _0x340eb8(_0x50dc18){const _0x4a7d1f=_0x3431b8;let _0xd5f805=_0x3d535b[_0x4a7d1f(0x1da)](_0x50dc18);if(_0xd5f805)return _0x8a38af[_0x4a7d1f(0x441)](_0xd5f805,(_0x8a38af['get'](_0xd5f805)??0x0)+0x1),_0xd5f805;let _0x13e5b1={'render':_0x4e128b=>(0x0,_0x5b4c13[_0x4a7d1f(0x639)])(_0x4e128b,_0x50dc18)};return _0x3d535b['set'](_0x50dc18,_0x13e5b1),_0x9e603b[_0x4a7d1f(0x441)](_0x13e5b1,_0x50dc18),_0x8a38af['set'](_0x13e5b1,0x0),_0x13e5b1;}function _0x9a59f3(_0x26c182){const _0x39087e=_0x3431b8;let _0x82faa5=_0x9e603b[_0x39087e(0x1da)](_0x26c182),_0x58313c=_0x8a38af[_0x39087e(0x1da)](_0x26c182)??0x0;globalThis[_0x39087e(0x81e)](()=>{const _0x3f2a5d=_0x39087e;_0x82faa5&&_0x3d535b[_0x3f2a5d(0x1da)](_0x82faa5)!==_0x26c182||(_0x8a38af[_0x3f2a5d(0x1da)](_0x26c182)??0x0)===_0x58313c&&(_0x82faa5&&(_0x3d535b[_0x3f2a5d(0x5bc)](_0x82faa5),_0x9e603b[_0x3f2a5d(0x5bc)](_0x26c182)),_0x8a38af[_0x3f2a5d(0x5bc)](_0x26c182),_0x82faa5&&(0x0,_0x5b4c13['unmount'])(_0x82faa5));},0x0);}function _0x5e8cfd(_0x1acfa1){const _0x12d69e=_0x3431b8;let {container:_0x532f61,portalContainer:_0x31fb68,injector:_0x5931d8,childType:_0x9f8324,childUnitId:_0x4754e9,embedId:_0x173a51,menuSchema:_0x373b1b,menuTitlePrefix:_0x3d8612,activeRibbonTab:_0x5bf433,headerMenu:_0x5aafb6=!0x1,toolbarOnly:_0x3c5189,ribbonHeaderClassName:_0x3a48a8,scopedActionServiceTokens:_0x29e7b3}=_0x1acfa1;if(_0x373b1b!=null&&typeof _0x373b1b!=_0x12d69e(0x505))return;let _0x4d15ab=_0x3c3280(_0x5931d8,{'childType':_0x9f8324,'childUnitId':_0x4754e9,'embedId':_0x173a51,'menuSchema':_0x373b1b,'menuTitlePrefix':_0x3d8612,'activeRibbonTab':_0x5bf433,'scopedActionServiceTokens':_0x29e7b3}),_0x28480f=_0x340eb8(_0x532f61);return _0x28480f[_0x12d69e(0x639)]((0x0,_0x373e09[_0x12d69e(0x5ad)])(_0x17c507,{'injector':_0x4d15ab['injector'],'mountContainer':_0x31fb68??_0x532f61,'embedId':_0x173a51},(0x0,_0x373e09[_0x12d69e(0x5ad)])(_0x384c00[_0x12d69e(0x835)],{'ribbonType':_0x12d69e(0x27f),'headerMenu':_0x5aafb6,'toolbarOnly':_0x3c5189,'headerClassName':_0x3a48a8}))),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x41404b=_0x12d69e;_0x9a59f3(_0x28480f),_0x4d15ab[_0x41404b(0x509)][_0x41404b(0x403)]();});}function _0x3c3280(_0x3cf489,_0x3d2190){const _0x998285=_0x3431b8;let {childType:_0x30716b,childUnitId:_0x1db26d,embedId:_0x3faf2b,menuSchema:_0x53b8c4,menuTitlePrefix:_0x3594af,activeRibbonTab:_0x578e87,scopedActionServiceTokens:_0x537120}=_0x3d2190,_0x4d2d37=_0x3cf489[_0x998285(0x1da)](_0x21e99d['IUniverInstanceService']),_0x2febff=_0x526fb5(_0x4d2d37,_0x30716b,_0x1db26d),_0x14e7f9=new Set(_0x537120??[]),_0x2c5e41=new WeakMap(),_0x3c5c85,_0x1193f2=_0x3e5f0c(_0x3cf489[_0x998285(0x1da)](_0x21e99d[_0x998285(0x40e)]),_0x4d2d37,_0x30716b,_0x1db26d,_0x3faf2b,()=>_0x3c5c85),_0x43b266=_0x1db26d&&_0x3cf489[_0x998285(0x2e0)](_0x21e99d[_0x998285(0x6a1)])?_0x5ea72a(_0x3cf489[_0x998285(0x1da)](_0x21e99d['IContextService']),_0x30716b):void 0x0,_0x44f743=new Map([[_0x21e99d['IUniverInstanceService'],_0x2febff],[_0x21e99d[_0x998285(0x40e)],_0x1193f2]]);_0x43b266&&_0x44f743[_0x998285(0x441)](_0x21e99d[_0x998285(0x6a1)],_0x43b266),_0x14e7f9[_0x998285(0x7ce)](_0x184358=>{const _0x2cf1ee=_0x998285;_0x1db26d&&_0x3cf489['has'](_0x184358)&&_0x44f743[_0x2cf1ee(0x441)](_0x184358,_0x32c270(_0x3cf489[_0x2cf1ee(0x1da)](_0x184358),_0x4d2d37,_0x30716b,_0x1db26d,_0x3faf2b,()=>_0x3c5c85,_0x2c5e41));}),_0x3c5c85=_0x3eefc0(_0x3cf489,_0x44f743);let _0x5e3820,_0x38b1dc,_0x38b148={};if(_0x53b8c4&&typeof _0x53b8c4==_0x998285(0x505)){let _0x698946=new _0x384c00['MenuManagerService'](_0x3c5c85,_0x3cf489[_0x998285(0x1da)](_0x21e99d['IConfigService']));_0x698946[_0x998285(0x213)](_0x1b8706(_0x53b8c4,_0x3594af,_0x3cf489)),_0x5e3820=_0x698946,_0x38b1dc=_0x698946;}else{let _0x5da44a=_0x3cf489[_0x998285(0x1da)](_0x384c00[_0x998285(0x831)]),_0x155bb9=_0x5da44a['createScoped'];_0x5e3820=typeof _0x155bb9==_0x998285(0x602)?_0x155bb9[_0x998285(0x2f1)](_0x5da44a,_0x3c5c85):_0x5da44a;}let _0x13d2ce=new _0x384c00['DesktopRibbonService'](_0x5e3820,_0x2febff);_0x38b148[_0x998285(0x387)]=_0x13d2ce,_0x578e87&&_0x13d2ce['setActivatedTab'](_0x578e87);let _0x3b713e=_0x3594af?_0x4ca758(_0x13d2ce,_0x3594af,_0x3cf489):_0x13d2ce;return _0x3c5c85['add']([_0x384c00[_0x998285(0x831)],{'useValue':_0x5e3820}]),_0x3c5c85[_0x998285(0x24d)]([_0x384c00['IRibbonService'],{'useValue':_0x3b713e}]),{'injector':_0x3c5c85,'ribbonService':_0x3b713e,'disposable':(0x0,_0x21e99d[_0x998285(0x7b6)])(()=>{const _0x56da76=_0x998285;var _0x486589;(_0x486589=_0x38b148[_0x56da76(0x387)])==null||_0x486589['dispose'](),_0x38b1dc==null||_0x38b1dc[_0x56da76(0x403)](),_0x3c5c85[_0x56da76(0x403)]();})};}function _0x4ca758(_0x1725c3,_0x38f2c6,_0x51d070){const _0x578d29=_0x3431b8;let _0x1aeb6d;try{_0x1aeb6d=_0x51d070['get'](_0x21e99d['LocaleService']);}catch{_0x1aeb6d=void 0x0;}return{'ribbon$':_0x1725c3[_0x578d29(0x258)][_0x578d29(0x6e9)]((0x0,_0x465e89['map'])(_0xa2cfbb=>_0xa2cfbb[_0x578d29(0x27a)](_0x53015e=>_0x3c3f16(_0x53015e,_0x38f2c6,_0x1aeb6d)))),'activatedTab$':_0x1725c3[_0x578d29(0x711)],'collapsedIds$':_0x1725c3[_0x578d29(0x164)],'fakeToolbarVisible$':_0x1725c3[_0x578d29(0x375)],'setActivatedTab':_0x3ab693=>_0x1725c3[_0x578d29(0x2a1)](_0x3ab693),'showContextualTab':(_0xa1d71c,_0x79ec4d)=>_0x1725c3[_0x578d29(0x469)](_0xa1d71c,_0x79ec4d),'hideContextualTab':_0x30108f=>_0x1725c3[_0x578d29(0x592)](_0x30108f),'hideAllContextualTabs':()=>_0x1725c3[_0x578d29(0x709)](),'setCollapsedIds':_0x3fe2c=>_0x1725c3['setCollapsedIds'](_0x3fe2c),'setFakeToolbarVisible':_0x48d7f5=>_0x1725c3['setFakeToolbarVisible'](_0x48d7f5)};}function _0x3c3f16(_0x1ffa90,_0x2e01ac,_0x16f9b6){const _0x217c35=_0x3431b8;let _0x21be15=_0x1ffa90['title']||_0x1ffa90[_0x217c35(0x4dc)],_0x1d4e42=_0x16f9b6?_0x16f9b6['t'](_0x21be15):_0x21be15;return{..._0x1ffa90,'title':_0x2e01ac+'\x20-\x20'+_0x1d4e42};}function _0x1b8706(_0x4351a6,_0x3aed1e,_0x5230a5){const _0x249a91=_0x3431b8;if(!_0x3aed1e||!_0x4351a6||typeof _0x4351a6!='object')return _0x4351a6;let _0xb60b58=_0x49fb5d(_0x4351a6),_0x5046fd=_0xb60b58[_0x384c00[_0x249a91(0x2c7)][_0x249a91(0x18a)]];if(!_0x5046fd||typeof _0x5046fd!=_0x249a91(0x505))return _0xb60b58;let _0x540cca;try{_0x540cca=_0x5230a5[_0x249a91(0x1da)](_0x21e99d[_0x249a91(0x20e)]);}catch{_0x540cca=void 0x0;}return Object['values'](_0x5046fd)[_0x249a91(0x7ce)](_0xc66aaf=>{const _0x33a9ab=_0x249a91;if(!_0xc66aaf||typeof _0xc66aaf!=_0x33a9ab(0x505))return;let _0x323497=_0xc66aaf,_0x1316bd=_0x323497[_0x33a9ab(0x48a)];_0x1316bd&&(_0x323497['title']=_0x3aed1e+_0x33a9ab(0x4f7)+(_0x540cca?_0x540cca['t'](_0x1316bd):_0x1316bd));}),_0xb60b58;}function _0x49fb5d(_0x1ed42c){const _0x5b652b=_0x3431b8;return!_0x1ed42c||typeof _0x1ed42c!=_0x5b652b(0x505)?_0x1ed42c:Array[_0x5b652b(0x11f)](_0x1ed42c)?_0x1ed42c[_0x5b652b(0x27a)](_0x5a905b=>_0x49fb5d(_0x5a905b)):Object[_0x5b652b(0x7a2)](Object[_0x5b652b(0x4ae)](_0x1ed42c)[_0x5b652b(0x27a)](([_0x2354c2,_0x485daa])=>[_0x2354c2,_0x49fb5d(_0x485daa)]));}function _0x526fb5(_0xb48792,_0x3da320,_0x58ef9e){const _0x344cc9=_0x3431b8;let _0x4452f1=()=>_0x58ef9e?_0xb48792['getUnit'](_0x58ef9e,_0x3da320):null,_0x23a0fe=_0x58ef9e?(0x0,_0x465e89[_0x344cc9(0x5cd)])((0x0,_0x465e89['of'])(_0x58ef9e),_0xb48792[_0x344cc9(0x57a)](_0x3da320)['pipe']((0x0,_0x465e89['map'])(()=>_0x58ef9e)),_0xb48792[_0x344cc9(0x456)](_0x3da320)[_0x344cc9(0x6e9)]((0x0,_0x465e89[_0x344cc9(0x27a)])(()=>_0x58ef9e))):_0xb48792[_0x344cc9(0x277)];return{'unitAdded$':_0xb48792[_0x344cc9(0x838)],'getTypeOfUnitAdded$':(..._0x2144c5)=>_0xb48792[_0x344cc9(0x57a)](..._0x2144c5),'__addUnit':(..._0x3a80e7)=>_0xb48792[_0x344cc9(0x699)](..._0x3a80e7),'unitDisposed$':_0xb48792[_0x344cc9(0x79b)],'getTypeOfUnitDisposed$':(..._0x3a43b3)=>_0xb48792[_0x344cc9(0x456)](..._0x3a43b3),'focused$':_0x23a0fe,get 'focused'(){const _0x4e15c1=_0x344cc9;return _0x4452f1()??_0xb48792[_0x4e15c1(0x527)]();},'focusUnit':(..._0x51b3fd)=>_0xb48792[_0x344cc9(0x421)](..._0x51b3fd),'getFocusedUnit':()=>_0x4452f1()??_0xb48792[_0x344cc9(0x527)](),'getCurrentUnitOfType':_0x532d15=>_0x532d15===_0x3da320&&_0x58ef9e?_0x4452f1():_0xb48792['getCurrentUnitOfType'](_0x532d15),'setCurrentUnitForType':(..._0x5a172f)=>_0xb48792[_0x344cc9(0x42c)](..._0x5a172f),'getCurrentTypeOfUnit$':_0x3765ea=>_0x3765ea!==_0x3da320||!_0x58ef9e?_0xb48792['getCurrentTypeOfUnit$'](_0x3765ea):(0x0,_0x465e89[_0x344cc9(0x5cd)])((0x0,_0x465e89['of'])(void 0x0),_0xb48792[_0x344cc9(0x57a)](_0x3da320),_0xb48792[_0x344cc9(0x456)](_0x3da320))['pipe']((0x0,_0x465e89[_0x344cc9(0x27a)])(()=>_0x4452f1())),'createUnit':(..._0x17343f)=>_0xb48792['createUnit'](..._0x17343f),'getUnitCreateOptions':(..._0x44d694)=>_0xb48792[_0x344cc9(0x528)](..._0x44d694),'disposeUnit':(..._0x3b89ed)=>_0xb48792[_0x344cc9(0x803)](..._0x3b89ed),'registerCtorForType':(..._0x38a857)=>_0xb48792[_0x344cc9(0x14c)](..._0x38a857),'getUnit':(..._0x589d92)=>_0xb48792['getUnit'](..._0x589d92),'getAllUnitsForType':(..._0x2da121)=>_0xb48792[_0x344cc9(0x6c3)](..._0x2da121),'getUnitType':(..._0x1fad29)=>_0xb48792['getUnitType'](..._0x1fad29)};}function _0x5ea72a(_0x3140e9,_0x3650da){const _0x1943ad=_0x3431b8;return{'contextChanged$':_0x3140e9[_0x1943ad(0x6ab)],'getContextValue':_0x330e49=>_0x2f15ac(_0x330e49,_0x3650da)??_0x3140e9[_0x1943ad(0x834)](_0x330e49),'setContextValue':(_0x1b6422,_0x24b822)=>_0x3140e9[_0x1943ad(0x2de)](_0x1b6422,_0x24b822),'subscribeContextValue$':_0x40b31b=>{const _0x4ff43f=_0x1943ad;let _0x488255=_0x2f15ac(_0x40b31b,_0x3650da);return _0x488255==null?_0x3140e9[_0x4ff43f(0x65d)](_0x40b31b):(0x0,_0x465e89['of'])(_0x488255);}};}function _0x2f15ac(_0x2775de,_0x2aa0c1){const _0x1d43c7=_0x3431b8;if(_0x2775de===_0x21e99d[_0x1d43c7(0x3fa)])return!0x0;if(_0x2775de===_0x21e99d[_0x1d43c7(0x593)]||_0x2775de===_0x21e99d[_0x1d43c7(0x142)]||_0x2775de===_0x21e99d[_0x1d43c7(0x54d)])return _0x2775de===_0x191182(_0x2aa0c1);}function _0x191182(_0x1595d2){const _0x4fe9be=_0x3431b8;if(_0x1595d2===_0x21e99d[_0x4fe9be(0x601)]['UNIVER_SHEET'])return _0x21e99d[_0x4fe9be(0x593)];if(_0x1595d2===_0x21e99d[_0x4fe9be(0x601)]['UNIVER_DOC'])return _0x21e99d[_0x4fe9be(0x142)];if(_0x1595d2===_0x21e99d[_0x4fe9be(0x601)][_0x4fe9be(0x6e3)])return _0x21e99d[_0x4fe9be(0x54d)];}function _0x3e5f0c(_0x52536c,_0x47faa5,_0x5b03e1,_0x7bec87,_0x533c5f,_0x30ff8c){const _0x5df1d3=_0x3431b8;return _0x7bec87?{'disposed':()=>_0x52536c['disposed'](),'hasCommand':_0x56bb72=>_0x52536c[_0x5df1d3(0x678)](_0x56bb72),'registerCommand':(..._0x35936d)=>_0x52536c[_0x5df1d3(0x556)](..._0x35936d),'unregisterCommand':_0x5de2d1=>_0x52536c[_0x5df1d3(0x489)](_0x5de2d1),'registerMultipleCommand':(..._0xebbbf8)=>_0x52536c[_0x5df1d3(0x267)](..._0xebbbf8),'executeCommand':async(..._0x5417a3)=>{const _0x48eeb7=_0x5df1d3;let _0x29dd65=_0x47faa5['getCurrentUnitOfType'](_0x5b03e1);try{return _0x47faa5[_0x48eeb7(0x42c)](_0x7bec87),await _0x52536c['executeCommand'](_0x5417a3[0x0],_0x5417a3[0x1],_0x5417a3[0x2]);}finally{_0x11242f(_0x47faa5,_0x7bec87,_0x29dd65,_0x533c5f,_0x30ff8c);}},'syncExecuteCommand':(..._0x1c8323)=>{const _0x412192=_0x5df1d3;let _0x1cce80=_0x47faa5[_0x412192(0x839)](_0x5b03e1);try{return _0x47faa5['setCurrentUnitForType'](_0x7bec87),_0x52536c[_0x412192(0x4d1)](_0x1c8323[0x0],_0x1c8323[0x1],_0x1c8323[0x2]);}finally{_0x11242f(_0x47faa5,_0x7bec87,_0x1cce80,_0x533c5f,_0x30ff8c);}},'onCommandExecuted':(..._0x28f5ae)=>_0x52536c[_0x5df1d3(0x1fa)](..._0x28f5ae),'beforeCommandExecuted':(..._0x1cad03)=>_0x52536c[_0x5df1d3(0x653)](..._0x1cad03),'onMutationExecutedForCollab':(..._0x280d40)=>_0x52536c[_0x5df1d3(0x5ce)](..._0x280d40)}:_0x52536c;}function _0x32c270(_0x155218,_0x26e88b,_0x499a69,_0x1ac94c,_0x1d5069,_0x2eeb62,_0x5d218e){const _0x15fc48=_0x3431b8;if(typeof _0x155218!=_0x15fc48(0x505)&&typeof _0x155218!='function'||_0x155218==null)return _0x155218;let _0x42cc7e=_0x155218,_0x4e87b2=_0x5d218e==null?void 0x0:_0x5d218e['get'](_0x42cc7e);if(_0x4e87b2)return _0x4e87b2;let _0x52658a={..._0x42cc7e};return _0x1034c6(_0x42cc7e,_0x52658a,_0x26e88b,_0x499a69,_0x1ac94c,_0x1d5069,_0x2eeb62),_0x5d218e==null||_0x5d218e[_0x15fc48(0x441)](_0x42cc7e,_0x52658a),_0x52658a;}function _0x1034c6(_0xa1f7a6,_0x5dca08,_0x2f6a7d,_0xde4846,_0x36e81b,_0x47faf7,_0xaeff21){const _0x3ec5f3=_0x3431b8;let _0x4597bc=_0x161c61=>{const _0x5b44fa=_0x5b76;if(_0x161c61==='constructor')return;let _0x5e1fbd=_0xa1f7a6[_0x161c61];if(typeof _0x5e1fbd!='function')return;let _0x3dd08c=_0x5dca08;_0x3dd08c[_0x161c61]=(..._0x1e6777)=>_0x466879(_0x2f6a7d,_0xde4846,_0x36e81b,_0x47faf7,_0xaeff21,()=>_0x5e1fbd[_0x5b44fa(0x321)](_0xa1f7a6,_0x1e6777));};Object[_0x3ec5f3(0x208)](_0xa1f7a6)[_0x3ec5f3(0x7ce)](_0x4597bc);let _0x51fe6f=Object[_0x3ec5f3(0x743)](_0xa1f7a6);_0x51fe6f&&_0x51fe6f!==Object[_0x3ec5f3(0x5f2)]&&Object[_0x3ec5f3(0x262)](_0x51fe6f)[_0x3ec5f3(0x7ce)](_0x4597bc);}function _0x466879(_0x24ed66,_0x1b2549,_0x4049f7,_0x4b7757,_0x3016aa,_0x39d964){const _0x42a194=_0x3431b8;let _0x8266d2=_0x24ed66[_0x42a194(0x839)](_0x1b2549),_0x36de09;try{_0x24ed66[_0x42a194(0x42c)](_0x4049f7),_0x36de09=_0x39d964();}catch(_0x83b8da){throw _0x11242f(_0x24ed66,_0x4049f7,_0x8266d2,_0x4b7757,_0x3016aa),_0x83b8da;}return _0x4859c7(_0x36de09)?_0x36de09['finally'](()=>{_0x11242f(_0x24ed66,_0x4049f7,_0x8266d2,_0x4b7757,_0x3016aa);}):(_0x11242f(_0x24ed66,_0x4049f7,_0x8266d2,_0x4b7757,_0x3016aa),_0x36de09);}function _0x4859c7(_0x5d431c){const _0x336d10=_0x3431b8;return!!(_0x5d431c&&typeof _0x5d431c[_0x336d10(0x4b6)]==_0x336d10(0x602));}function _0x11242f(_0x53bc76,_0x1ae5c1,_0x20fa31,_0x2facd3,_0x18152){const _0x4f6291=_0x3431b8;if(_0x4704d0(_0x2facd3,_0x18152)){var _0x1eef47;_0x53bc76[_0x4f6291(0x42c)](_0x1ae5c1),(_0x1eef47=_0x53bc76['focusUnit'])==null||_0x1eef47[_0x4f6291(0x2f1)](_0x53bc76,_0x1ae5c1);return;}_0x20fa31&&_0x53bc76['setCurrentUnitForType'](_0x20fa31['getUnitId']());}function _0x4704d0(_0x2dd13e,_0x242e0b){const _0x43b9b1=_0x3431b8;let _0x578535=_0x242e0b==null?void 0x0:_0x242e0b();return!_0x2dd13e||!(_0x578535!=null&&_0x578535[_0x43b9b1(0x2e0)](_0xc6fcec))?!0x1:_0x578535[_0x43b9b1(0x1da)](_0xc6fcec)[_0x43b9b1(0x420)](_0x2dd13e);}let _0x45c2c0=new WeakMap(),_0x280270=0x0;function _0x5a101b(_0x1a879b,_0x1313b6){const _0x3dd06a=_0x3431b8;if(!_0x1a879b[_0x3dd06a(0x2e0)](_0x1d18d3))return _0x370f21(_0x1a879b,_0x1313b6);let _0x308895=_0x1a879b[_0x3dd06a(0x1da)](_0x1d18d3);if(!(_0x1313b6['id']&&_0x308895['getAll'](_0x1313b6['childType'],_0x1313b6[_0x3dd06a(0x589)])['some'](_0x395929=>_0x395929['id']===_0x1313b6['id'])))return _0x308895[_0x3dd06a(0x475)](_0x1313b6);}function _0x4f579d(_0x4bacf2){const _0x5c3f31=_0x3431b8;if(!_0x4bacf2[_0x5c3f31(0x2e0)](_0x1d18d3))return;let _0x358560=_0x45c2c0[_0x5c3f31(0x1da)](_0x4bacf2);_0x358560!=null&&_0x358560[_0x5c3f31(0x2ff)]&&([..._0x358560['values']()][_0x5c3f31(0x842)]((_0x4303af,_0xd69692)=>_0x4303af[_0x5c3f31(0x83e)]-_0xd69692[_0x5c3f31(0x83e)])['forEach'](({contribution:_0x393bfb})=>_0x5a101b(_0x4bacf2,_0x393bfb)),_0x45c2c0['delete'](_0x4bacf2));}function _0x370f21(_0x21c90a,_0x35cbca){const _0xd7296=_0x3431b8;let _0x135033={'contribution':_0x35cbca,'index':_0x280270++},_0x1b42b9=_0x8b266a(_0x35cbca,_0x135033[_0xd7296(0x83e)]),_0x314463=_0x21c90a,_0x507bb2=_0x45c2c0[_0xd7296(0x1da)](_0x314463)??new Map();return _0x507bb2[_0xd7296(0x441)](_0x1b42b9,_0x135033),_0x45c2c0[_0xd7296(0x441)](_0x314463,_0x507bb2),(0x0,_0x21e99d[_0xd7296(0x7b6)])(()=>{const _0x4f3276=_0xd7296;let _0x5b4576=_0x45c2c0[_0x4f3276(0x1da)](_0x314463);(_0x5b4576==null?void 0x0:_0x5b4576[_0x4f3276(0x1da)](_0x1b42b9))===_0x135033&&_0x5b4576[_0x4f3276(0x5bc)](_0x1b42b9);});}function _0x8b266a(_0x4b5443,_0x56f990){const _0xd4f952=_0x3431b8;let _0x33e647=_0x44fbd2(_0x4b5443);return _0x4b5443['id']?_0x4b5443[_0xd4f952(0x5d2)]+':'+_0x33e647+':'+_0x4b5443['id']:_0x4b5443[_0xd4f952(0x5d2)]+':'+_0x33e647+_0xd4f952(0x7ab)+_0x56f990;}var _0x1d18d3=class{constructor(){_0x2c4771(this,'_contributions',new Map()),_0x2c4771(this,'_nextIndex',0x0);}[_0x3431b8(0x475)](_0x57eb56){const _0x598928=_0x3431b8;let _0x5616c6={'contribution':_0x57eb56,'index':this[_0x598928(0x3f0)]++},_0x853da4=this['_contributions'][_0x598928(0x1da)](_0x57eb56[_0x598928(0x5d2)])??[];return _0x853da4[_0x598928(0x49d)](_0x5616c6),_0x853da4[_0x598928(0x842)](_0xcca174),this['_contributions']['set'](_0x57eb56[_0x598928(0x5d2)],_0x853da4),(0x0,_0x21e99d[_0x598928(0x7b6)])(()=>{const _0x42083e=_0x598928;let _0xbb1a52=this[_0x42083e(0x206)][_0x42083e(0x1da)](_0x57eb56['childType']);if(!_0xbb1a52)return;let _0x5c60be=_0xbb1a52[_0x42083e(0x659)](_0x1fce1e=>_0x1fce1e!==_0x5616c6);_0x5c60be['length']?this[_0x42083e(0x206)][_0x42083e(0x441)](_0x57eb56[_0x42083e(0x5d2)],_0x5c60be):this['_contributions'][_0x42083e(0x5bc)](_0x57eb56['childType']);});}['get'](_0x1d75d3){const _0x1e8939=_0x3431b8;return this[_0x1e8939(0x3d4)](_0x1d75d3)[0x0];}[_0x3431b8(0x3d4)](_0x7659b2,_0x144eba){const _0x582120=_0x3431b8;return(this[_0x582120(0x206)][_0x582120(0x1da)](_0x7659b2)??[])[_0x582120(0x27a)](_0x4c4cf1=>_0x4c4cf1[_0x582120(0x25c)])[_0x582120(0x659)](_0x3f5920=>!_0x144eba||_0x44fbd2(_0x3f5920)===_0x144eba);}['getMergedMenuSchema'](_0x492ace,_0x3b0842=_0x3431b8(0x5ae)){const _0x536f55=_0x3431b8;let _0x14af19=this[_0x536f55(0x3d4)](_0x492ace,_0x3b0842)['map'](_0x59b957=>_0x59b957[_0x536f55(0x332)])[_0x536f55(0x659)](_0x4c3531=>_0x4c3531&&typeof _0x4c3531==_0x536f55(0x505));if(_0x14af19[_0x536f55(0x522)])return _0x5ebd55(_0x14af19);}['mountMenu'](_0x26d3fb){const _0x1254b4=_0x3431b8;let _0x994789=_0x26d3fb['surface']??_0x1254b4(0x5ae),_0x2c242f=this['getAll'](_0x26d3fb['childType'],_0x994789);if(!_0x2c242f[_0x1254b4(0x522)])return;let _0x4aac9a=_0x2c242f[_0x1254b4(0x659)](_0x1f8312=>_0x1f8312[_0x1254b4(0x7f9)]);if(_0x4aac9a[_0x1254b4(0x522)]){let _0xe8247a=_0x4aac9a['map'](_0x1096ab=>{const _0x1af0ad=_0x1254b4;var _0x63f110;return(_0x63f110=_0x1096ab['mountMenu'])==null?void 0x0:_0x63f110[_0x1af0ad(0x2f1)](_0x1096ab,{..._0x26d3fb,'surface':_0x994789,'menuSchema':_0x1096ab[_0x1af0ad(0x332)],'scopedActionServiceTokens':_0x1096ab[_0x1af0ad(0x341)]});})[_0x1254b4(0x659)](_0x2ec481=>!!_0x2ec481);return(0x0,_0x21e99d[_0x1254b4(0x7b6)])(()=>{const _0x17637b=_0x1254b4;_0xe8247a[_0x17637b(0x7ce)](_0x443498=>_0x443498[_0x17637b(0x403)]());});}let _0x18b8f6=this[_0x1254b4(0x2b1)](_0x26d3fb[_0x1254b4(0x5d2)],_0x994789);if(_0x994789===_0x1254b4(0x5ae))return _0x5e8cfd({..._0x26d3fb,'surface':_0x994789,'menuSchema':_0x18b8f6,'scopedActionServiceTokens':_0x1d36b7(_0x2c242f)})??void 0x0;}};function _0x1d36b7(_0x146a45){const _0xc4a04a=_0x3431b8;let _0x566806=_0x146a45['flatMap'](_0x109e5f=>_0x109e5f[_0xc4a04a(0x341)]??[]);return _0x566806[_0xc4a04a(0x522)]?Array[_0xc4a04a(0x822)](new Set(_0x566806)):void 0x0;}function _0x44fbd2(_0xa9f396){const _0x1e4a09=_0x3431b8;return _0xa9f396[_0x1e4a09(0x589)]??_0x1e4a09(0x5ae);}function _0xcca174(_0x492224,_0x561b93){const _0x19d316=_0x3431b8;return(_0x492224[_0x19d316(0x25c)]['order']??_0x492224[_0x19d316(0x83e)])-(_0x561b93[_0x19d316(0x25c)][_0x19d316(0x200)]??_0x561b93[_0x19d316(0x83e)])||_0x492224[_0x19d316(0x83e)]-_0x561b93[_0x19d316(0x83e)];}function _0x5ebd55(_0x362e39){return _0x362e39['reduce']((_0x5ba5d2,_0x23c1c3)=>_0x17f003(_0x5ba5d2,_0x108bfc(_0x23c1c3)),{});}function _0x108bfc(_0x3da7bc){const _0x4ebe34=_0x3431b8;if(!_0x1e2a56(_0x3da7bc))return _0x3da7bc;let _0x486f12=new Set(Object[_0x4ebe34(0x702)](_0x384c00[_0x4ebe34(0x78c)])),_0x4bf85f=Object[_0x4ebe34(0x4ae)](_0x3da7bc)[_0x4ebe34(0x659)](([_0x3a3553])=>_0x486f12[_0x4ebe34(0x2e0)](_0x3a3553)),_0x2c8a91=Object[_0x4ebe34(0x4ae)](_0x3da7bc)['filter'](([_0x15612d])=>_0x54c627(_0x15612d));if(!_0x4bf85f['length']&&!_0x2c8a91[_0x4ebe34(0x522)])return _0x3da7bc;let _0x19efb0={};Object[_0x4ebe34(0x4ae)](_0x3da7bc)[_0x4ebe34(0x7ce)](([_0x5cd12b,_0x56af45])=>{const _0x1e6d2c=_0x4ebe34;!_0x486f12[_0x1e6d2c(0x2e0)](_0x5cd12b)&&!_0x54c627(_0x5cd12b)&&(_0x19efb0[_0x5cd12b]=_0x22dfe0(_0x56af45));});let _0x55910e=_0x1e2a56(_0x19efb0[_0x384c00[_0x4ebe34(0x2c7)][_0x4ebe34(0x18a)]])?_0x19efb0[_0x384c00['MenuManagerPosition'][_0x4ebe34(0x18a)]]:{};return _0x4bf85f[_0x4ebe34(0x7ce)](([_0x1553e9,_0x4f6bac])=>{_0x55910e[_0x1553e9]=_0x1553e9 in _0x55910e?_0x17f003(_0x55910e[_0x1553e9],_0x4f6bac):_0x22dfe0(_0x4f6bac);}),_0x2c8a91['forEach'](([_0xf1e1d,_0x29e4a4])=>{let _0x24c77a=_0x54c627(_0xf1e1d);if(!_0x24c77a)return;let _0x1975b8=_0x1e2a56(_0x55910e[_0x24c77a])?_0x55910e[_0x24c77a]:{};_0x1975b8[_0xf1e1d]=_0xf1e1d in _0x1975b8?_0x17f003(_0x1975b8[_0xf1e1d],_0x29e4a4):_0x22dfe0(_0x29e4a4),_0x55910e[_0x24c77a]=_0x1975b8;}),_0x19efb0[_0x384c00[_0x4ebe34(0x2c7)][_0x4ebe34(0x18a)]]=_0x55910e,_0x19efb0;}let _0x10007c=[[Object[_0x3431b8(0x702)](_0x384c00['RibbonStartGroup']),_0x384c00['RibbonPosition'][_0x3431b8(0x3d0)]],[Object['values'](_0x384c00['RibbonInsertGroup']),_0x384c00[_0x3431b8(0x78c)][_0x3431b8(0x2a5)]],[Object['values'](_0x384c00[_0x3431b8(0x64c)]),_0x384c00['RibbonPosition'][_0x3431b8(0x3db)]],[Object[_0x3431b8(0x702)](_0x384c00['RibbonDataGroup']),_0x384c00['RibbonPosition'][_0x3431b8(0x3a4)]],[Object[_0x3431b8(0x702)](_0x384c00[_0x3431b8(0x7f5)]),_0x384c00[_0x3431b8(0x78c)]['VIEW']],[Object[_0x3431b8(0x702)](_0x384c00[_0x3431b8(0x7b1)]),_0x384c00[_0x3431b8(0x78c)][_0x3431b8(0x4e2)]]];function _0x54c627(_0xb27a49){const _0x36cf8f=_0x3431b8;var _0x8b77f4;return(_0x8b77f4=_0x10007c[_0x36cf8f(0x718)](([_0x52ba8f])=>_0x52ba8f[_0x36cf8f(0x1b2)](_0xb27a49)))==null?void 0x0:_0x8b77f4[0x1];}function _0x17f003(_0x1d2454,_0x21c582){if(!_0x1e2a56(_0x1d2454)||!_0x1e2a56(_0x21c582))return _0x22dfe0(_0x21c582);let _0x7451d4={..._0x1d2454};return Object['entries'](_0x21c582)['forEach'](([_0x387819,_0x2a4552])=>{_0x7451d4[_0x387819]=_0x387819 in _0x7451d4?_0x17f003(_0x7451d4[_0x387819],_0x2a4552):_0x22dfe0(_0x2a4552);}),_0x7451d4;}function _0x22dfe0(_0x273093){const _0xf2ddc9=_0x3431b8;return Array[_0xf2ddc9(0x11f)](_0x273093)?_0x273093[_0xf2ddc9(0x27a)](_0x19428b=>_0x22dfe0(_0x19428b)):_0x1e2a56(_0x273093)?Object[_0xf2ddc9(0x7a2)](Object[_0xf2ddc9(0x4ae)](_0x273093)[_0xf2ddc9(0x27a)](([_0x239d6f,_0x6b44e6])=>[_0x239d6f,_0x22dfe0(_0x6b44e6)])):_0x273093;}function _0x1e2a56(_0xe83813){const _0xf1d9e2=_0x3431b8;return!!_0xe83813&&typeof _0xe83813==_0xf1d9e2(0x505)&&!Array[_0xf1d9e2(0x11f)](_0xe83813);}function _0x14d6dd(_0x51ac9d,_0x44fdf0,_0x197b5e){const _0x4d1243=_0x3431b8;let {viewport:_0x6b9754,menuSlot:_0x40e0b9,popupSlot:_0x2f1daa}=_0x197b5e;return{'hostUnitId':_0x51ac9d['hostUnitId'],'hostAnchorId':_0x51ac9d['hostAnchorId'],'embedId':_0x51ac9d[_0x4d1243(0x73e)],'childUnitId':_0x51ac9d[_0x4d1243(0x3bc)],'childType':_0x51ac9d[_0x4d1243(0x5d2)],'layout':_0x44fdf0,'mode':_0x4d1243(0x1cc),'rootElement':_0x6b9754,'contentRoot':_0x4470c1(_0x6b9754,_0x4d1243(0x801))??_0x6b9754,'canvasRoot':_0x4470c1(_0x6b9754,_0x4d1243(0x286))??_0x6b9754,'overlayRoot':_0x4470c1(_0x6b9754,_0x4d1243(0x167))??_0x6b9754,'popupRoot':_0x2f1daa??_0x4470c1(_0x6b9754,'data-embed-popup-root')??_0x6b9754,'menuOutlet':{'container':_0x40e0b9},'active$':(0x0,_0x465e89['of'])(!0x0),'fullscreen':!0x0};}function _0x45cc28(_0x31ac97){const _0x55147=_0x3431b8;let {injector:_0x26be3f,descriptor:_0x5d4c0b,renderScope:_0x4ab49b}=_0x31ac97,_0x234846=[],_0x24dc2c=_0x5d4c0b[_0x55147(0x73e)];if(_0x26be3f['has'](_0xc6fcec)){let _0x5613a7=_0x26be3f[_0x55147(0x1da)](_0xc6fcec);_0x234846[_0x55147(0x49d)](_0x5613a7[_0x55147(0x5c7)]({'embedId':_0x24dc2c,'hostUnitId':_0x5d4c0b[_0x55147(0x1a4)],'childUnitId':_0x5d4c0b[_0x55147(0x3bc)],'childType':_0x5d4c0b['childType'],'sessionMode':_0x55147(0x433)})),_0x5d4c0b['childUnitId']&&_0x234846[_0x55147(0x49d)](_0x5613a7['acquireLease']({'embedId':_0x24dc2c,'role':_0x55147(0x383),'owner':_0x55147(0x394),'sessionMode':_0x55147(0x433),'hostUnitId':_0x5d4c0b[_0x55147(0x1a4)],'childUnitId':_0x5d4c0b[_0x55147(0x3bc)],'childType':_0x5d4c0b[_0x55147(0x5d2)]})),_0x518c29(_0x31ac97)[_0x55147(0x7ce)](({element:_0x404204,role:_0x108772})=>{const _0x22f60f=_0x55147;_0x234846[_0x22f60f(0x49d)](_0x5613a7['registerElement']({'embedId':_0x24dc2c,'element':_0x404204,'role':_0x108772}));});}if(_0x26be3f[_0x55147(0x2e0)](_0x116086)){let _0xbd8ac5=_0x26be3f[_0x55147(0x1da)](_0x116086);_0x518c29(_0x31ac97)[_0x55147(0x7ce)](({element:_0x61469e})=>{const _0x4e8c06=_0x55147;_0x234846[_0x4e8c06(0x49d)](_0xbd8ac5[_0x4e8c06(0x5f6)](_0x24dc2c,_0x61469e));}),_0x234846[_0x55147(0x49d)](_0xbd8ac5[_0x55147(0x1b5)](_0x24dc2c,_0x4ab49b[_0x55147(0x128)][_0x55147(0x2cc)]));}return(0x0,_0x21e99d[_0x55147(0x7b6)])(()=>{const _0x27e771=_0x55147;[..._0x234846][_0x27e771(0x29e)]()['forEach'](_0x3588e5=>_0x3588e5[_0x27e771(0x403)]());});}function _0x518c29(_0x4873d6){const _0x40ee98=_0x3431b8;let {renderScope:_0x25721f,menuRoot:_0x41225a,menuSlot:_0x471af6,popupSlot:_0x14c3b4,sidebarSlot:_0x438b2c,rightSidebarSlot:_0x181426,footerSlot:_0xae41c9}=_0x4873d6,_0xc7618b=[{'element':_0x25721f['rootElement'],'role':_0x40ee98(0x431)},{'element':_0x25721f[_0x40ee98(0x560)],'role':_0x40ee98(0x431)},{'element':_0x25721f[_0x40ee98(0x64f)],'role':_0x40ee98(0x431)},{'element':_0x25721f[_0x40ee98(0x1b3)],'role':'runtime'},{'element':_0x41225a,'role':_0x40ee98(0x61c)},{'element':_0x471af6,'role':_0x40ee98(0x61c)},{'element':_0xae41c9,'role':'floating-menu'},{'element':_0x438b2c,'role':_0x40ee98(0x1d2)},{'element':_0x181426,'role':'child-popup'},{'element':_0x14c3b4,'role':_0x40ee98(0x1d2)}],_0x560b25=new Set();return _0xc7618b[_0x40ee98(0x4ca)](({element:_0x1fb9ed,role:_0x3aa157})=>!_0x1fb9ed||_0x560b25['has'](_0x1fb9ed)?[]:(_0x560b25[_0x40ee98(0x24d)](_0x1fb9ed),[{'element':_0x1fb9ed,'role':_0x3aa157}]));}function _0x25d874(_0x4b8f21){return _0x1335a9(_0x4b8f21)||_0x34b77a(_0x4b8f21);}function _0x1335a9(_0x56ccc8){const _0x3143e5=_0x3431b8;if(!_0x56ccc8['injector'][_0x3143e5(0x2e0)](_0x101d0b)||_0x56ccc8[_0x3143e5(0x723)][_0x3143e5(0x5d2)]==null)return;let _0x52995c=_0x56ccc8[_0x3143e5(0x644)]['get'](_0x101d0b)[_0x3143e5(0x1da)](_0x56ccc8[_0x3143e5(0x723)][_0x3143e5(0x5d2)]);if((_0x52995c==null?void 0x0:_0x52995c[_0x3143e5(0x1ec)])==='ribbon'){if(_0x56ccc8[_0x3143e5(0x644)][_0x3143e5(0x2e0)](_0x1d18d3)){let _0x1db02d=_0x56ccc8[_0x3143e5(0x644)][_0x3143e5(0x1da)](_0x1d18d3)['mountMenu']({'container':_0x56ccc8[_0x3143e5(0x7b9)],'portalContainer':_0x56ccc8[_0x3143e5(0x595)][_0x3143e5(0x676)]['roots'][_0x3143e5(0x536)],'injector':_0x56ccc8[_0x3143e5(0x595)][_0x3143e5(0x676)][_0x3143e5(0x644)],'childType':_0x56ccc8[_0x3143e5(0x723)][_0x3143e5(0x5d2)],'childUnitId':_0x56ccc8[_0x3143e5(0x723)][_0x3143e5(0x3bc)],'embedId':_0x56ccc8[_0x3143e5(0x723)][_0x3143e5(0x73e)],'surface':'ribbon','headerMenu':!0x0,'ribbonHeaderClassName':_0x3143e5(0x7e9)});if(_0x1db02d)return _0x1db02d;}return _0x5e8cfd({'container':_0x56ccc8[_0x3143e5(0x7b9)],'portalContainer':_0x56ccc8[_0x3143e5(0x595)][_0x3143e5(0x676)][_0x3143e5(0x6ec)][_0x3143e5(0x536)],'injector':_0x56ccc8[_0x3143e5(0x595)]['runtimeScope']['injector'],'childType':_0x56ccc8[_0x3143e5(0x723)]['childType'],'childUnitId':_0x56ccc8[_0x3143e5(0x723)][_0x3143e5(0x3bc)],'embedId':_0x56ccc8[_0x3143e5(0x723)]['embedId'],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonHeaderClassName':'univer-box-border\x20univer-px-24'});}}function _0x34b77a(_0x96c42){const _0x3ab13c=_0x3431b8;if(!_0x96c42[_0x3ab13c(0x644)]['has'](_0x121581)||_0x96c42['descriptor'][_0x3ab13c(0x5d2)]==null||!_0x96c42[_0x3ab13c(0x723)][_0x3ab13c(0x3bc)])return;let _0x54fe10=_0x96c42[_0x3ab13c(0x644)][_0x3ab13c(0x1da)](_0x121581)[_0x3ab13c(0x1da)](_0x96c42[_0x3ab13c(0x723)]['hostType'],_0x96c42['descriptor'][_0x3ab13c(0x478)],_0x96c42[_0x3ab13c(0x723)][_0x3ab13c(0x5d2)]),_0xd288db=_0x54fe10==null?void 0x0:_0x54fe10[_0x3ab13c(0x721)]({..._0x96c42['childContext'],'active':{'hostUnitId':_0x96c42[_0x3ab13c(0x723)]['hostUnitId'],'embedId':_0x96c42[_0x3ab13c(0x723)][_0x3ab13c(0x73e)],'childUnitId':_0x96c42['descriptor'][_0x3ab13c(0x3bc)],'stage':_0x3ab13c(0x3a0)}});return _0xd288db?(0x0,_0x21e99d[_0x3ab13c(0x7b6)])(()=>_0xd288db['dispose']()):void 0x0;}var _0x4c7338=class{constructor(){const _0x1faaf9=_0x3431b8;_0x2c4771(this,_0x1faaf9(0x7fa),new _0x465e89['BehaviorSubject'](null)),_0x2c4771(this,_0x1faaf9(0x4ee),new _0x465e89['Subject']()),_0x2c4771(this,'session$',this[_0x1faaf9(0x7fa)][_0x1faaf9(0x837)]()),_0x2c4771(this,_0x1faaf9(0x20a),this[_0x1faaf9(0x4ee)][_0x1faaf9(0x837)]());}[_0x3431b8(0x62b)](){const _0x3e2f6a=_0x3431b8;return this[_0x3e2f6a(0x7fa)][_0x3e2f6a(0x3c5)]();}[_0x3431b8(0x197)](_0x37d55e){const _0x38bed2=_0x3431b8;var _0x28d99a,_0x165e91;if(!_0x37d55e[_0x38bed2(0x3bc)]||_0x37d55e[_0x38bed2(0x5d2)]==null)throw Error('EMBED_FULLSCREEN_CHILD_NOT_RESOLVED');let _0x195748=((_0x28d99a=_0x37d55e[_0x38bed2(0x714)])==null?void 0x0:_0x28d99a[_0x38bed2(0x6d0)])||void 0x0,_0x18602d=((_0x165e91=_0x37d55e[_0x38bed2(0x714)])==null?void 0x0:_0x165e91[_0x38bed2(0x69a)])||void 0x0;if(_0x18602d&&_0x18602d[_0x38bed2(0x5fe)]&&!_0x195748)throw Error(_0x38bed2(0x674));let _0x4d1f7c=_0x195748?_0x195748['layout']:void 0x0;if(!_0x4d1f7c)throw Error('EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED');let _0x207055={'hostUnitId':_0x37d55e[_0x38bed2(0x1a4)],'embedId':_0x37d55e['embedId'],'childUnitId':_0x37d55e[_0x38bed2(0x3bc)],'childType':_0x37d55e[_0x38bed2(0x5d2)],'entry':_0x37d55e[_0x38bed2(0x478)],'layout':_0x4d1f7c};return this['_session$'][_0x38bed2(0x26c)](_0x207055),_0x207055;}[_0x3431b8(0x7c9)](_0x5dca46){const _0x1d4cb3=_0x3431b8;let _0x755f9d=this[_0x1d4cb3(0x62b)]();_0x755f9d&&(!_0x5dca46||_0x755f9d[_0x1d4cb3(0x73e)]===_0x5dca46)&&this[_0x1d4cb3(0x7fa)][_0x1d4cb3(0x26c)](null);}[_0x3431b8(0x5c0)](_0x827315){const _0x3c29cb=_0x3431b8;this[_0x3c29cb(0x4ee)]['next'](_0x827315);}};function _0x2ff1a6(){const _0x486659=_0x3431b8;let _0x37ce4c=(0x0,_0x384c00[_0x486659(0x4eb)])(_0x21e99d['Injector']),_0x305fd7=(0x0,_0x384c00[_0x486659(0x4eb)])(_0x21e99d[_0x486659(0x20e)]),_0x1bc6ac=(0x0,_0x384c00[_0x486659(0x4eb)])(_0x220bdc),_0x1b1a63=(0x0,_0x384c00[_0x486659(0x4eb)])(_0x4c7338),_0x25969b=(0x0,_0x373e09[_0x486659(0x1ac)])(null),_0x2999a0=(0x0,_0x373e09[_0x486659(0x1ac)])(null),_0x1a369b=(0x0,_0x373e09[_0x486659(0x1ac)])(null),_0x4ad502=(0x0,_0x373e09[_0x486659(0x1ac)])(null),_0x88f586=(0x0,_0x373e09[_0x486659(0x1ac)])(null),_0x174fb7=(0x0,_0x373e09[_0x486659(0x1ac)])(null),_0x6c7ca4=(0x0,_0x373e09['useRef'])(null),_0x4f0849=(0x0,_0x384c00['useObservable'])(()=>_0x1b1a63[_0x486659(0x412)],_0x1b1a63[_0x486659(0x62b)](),!0x1,[_0x1b1a63]),[_0x13806b,_0x3509da]=(0x0,_0x373e09[_0x486659(0x531)])(null);if((0x0,_0x373e09[_0x486659(0x59d)])(()=>{const _0x494f59=_0x486659;var _0x3984e8;let _0x19935a=_0x1a369b[_0x494f59(0x387)],_0x3aee8c=_0x2999a0[_0x494f59(0x387)],_0x333560=_0x4ad502[_0x494f59(0x387)],_0x59ff38=_0x88f586[_0x494f59(0x387)],_0x27c66c=_0x174fb7[_0x494f59(0x387)],_0x5c8e68=_0x6c7ca4['current'];if(!_0x4f0849||!_0x19935a||!_0x3aee8c||!_0x333560||!_0x59ff38||!_0x27c66c||!_0x5c8e68)return;let _0x22f363=_0x204d20(_0x37ce4c,_0x4f0849[_0x494f59(0x1a4)],_0x4f0849[_0x494f59(0x73e)]);if(!(_0x22f363!=null&&_0x22f363[_0x494f59(0x3bc)])||_0x22f363[_0x494f59(0x5d2)]==null){_0x19935a[_0x494f59(0x5be)]['embedFullscreenStatus']='missing-descriptor';return;}let _0x37c8c7=_0x37ce4c['get'](_0x486096)[_0x494f59(0x1da)](_0x22f363[_0x494f59(0x5d2)]);if(!(_0x37c8c7!=null&&_0x37c8c7[_0x494f59(0x2ed)][_0x494f59(0x1b2)](_0x4f0849['layout']))){_0x19935a[_0x494f59(0x5be)][_0x494f59(0x38d)]='unsupported-layout';return;}_0x19935a['dataset'][_0x494f59(0x38d)]=_0x494f59(0x177),_0x19935a[_0x494f59(0x5be)][_0x494f59(0x73e)]=_0x22f363['embedId'],_0x19935a[_0x494f59(0x5be)][_0x494f59(0x7fb)]=_0x22f363[_0x494f59(0x478)],_0x19935a['dataset'][_0x494f59(0x36b)]=_0x22f363[_0x494f59(0x7a9)],_0x19935a[_0x494f59(0x5be)][_0x494f59(0x207)]=_0x4f0849[_0x494f59(0x1ae)],_0x19935a[_0x494f59(0x5be)][_0x494f59(0x139)]=String(_0x22f363[_0x494f59(0x5d2)]),_0x19935a['dataset'][_0x494f59(0x4f6)]=_0x22f363[_0x494f59(0x3bc)];let _0x5434bb=_0x40fba1(_0x19935a),_0x2b2159=_0x14d6dd(_0x22f363,_0x4f0849['layout'],{'viewport':_0x19935a,'menuSlot':_0x3aee8c,'popupSlot':_0x333560,'footerSlot':_0x5c8e68}),_0x244b24={'descriptor':_0x22f363,'layout':_0x4f0849[_0x494f59(0x1ae)],'injector':_0x37ce4c,'hostElement':_0x19935a,'container':_0x19935a,'renderScope':_0x2b2159,'hostUnitId':_0x22f363['hostUnitId'],'embedId':_0x22f363[_0x494f59(0x73e)],'childUnitId':_0x22f363[_0x494f59(0x3bc)],'childType':_0x22f363[_0x494f59(0x5d2)]},{runtimeScope:_0x145c33,disposable:_0x2588e6}=_0x2559d0(_0x244b24,()=>{});_0x3509da({'embedId':_0x22f363['embedId'],'injector':_0x145c33[_0x494f59(0x644)],'sourceInjector':_0x37ce4c,'popupContainer':_0x145c33['roots'][_0x494f59(0x536)]});let _0x210efb={..._0x244b24,'runtimeScope':_0x145c33},_0x16d226=_0x45cc28({'injector':_0x37ce4c,'descriptor':_0x22f363,'renderScope':_0x2b2159,'menuRoot':_0x25969b['current'],'menuSlot':_0x3aee8c,'popupSlot':_0x333560,'sidebarSlot':_0x59ff38,'rightSidebarSlot':_0x27c66c,'footerSlot':_0x5c8e68}),_0x17c230=_0x9193f4=>{const _0x40a19=_0x494f59;var _0x3ac333,_0xf5c41e;let _0x15d8c6=(_0x9193f4==null?void 0x0:_0x9193f4[_0x40a19(0x692)])instanceof Element?_0x9193f4[_0x40a19(0x692)]:null;_0x15d8c6!=null&&_0x15d8c6[_0x40a19(0x5a8)](_0x40a19(0x243))||((_0x3ac333=_0x145c33[_0x40a19(0x795)])==null||_0x3ac333[_0x40a19(0x42c)](_0x22f363[_0x40a19(0x3bc)]),(_0xf5c41e=_0x145c33[_0x40a19(0x795)])==null||_0xf5c41e[_0x40a19(0x421)](_0x22f363['childUnitId']),_0x1bc6ac[_0x40a19(0x5b9)](_0x22f363));};_0x17c230(),_0x19935a[_0x494f59(0x50e)]('pointerdown',_0x17c230,{'capture':!0x0}),_0x19935a[_0x494f59(0x50e)](_0x494f59(0x427),_0x17c230);let _0x2a88be=(_0x3984e8=_0x37c8c7[_0x494f59(0x721)])==null?void 0x0:_0x3984e8[_0x494f59(0x2f1)](_0x37c8c7,_0x210efb),_0x5f7d34=_0x25d874({'injector':_0x37ce4c,'descriptor':_0x22f363,'childContext':_0x210efb,'menuContainer':_0x3aee8c});return _0x19935a[_0x494f59(0x5be)][_0x494f59(0x38d)]='mounted',()=>{const _0x52232d=_0x494f59;_0x3509da(null),globalThis[_0x52232d(0x3a6)](()=>{const _0x524b15=_0x52232d;_0x19935a[_0x524b15(0x5c5)](_0x524b15(0x380),_0x17c230,{'capture':!0x0}),_0x19935a[_0x524b15(0x5c5)]('focusin',_0x17c230),_0x5f7d34==null||_0x5f7d34[_0x524b15(0x403)](),_0x2a88be==null||_0x2a88be['dispose'](),_0x16d226[_0x524b15(0x403)](),_0x2588e6[_0x524b15(0x403)](),_0x5434bb[_0x524b15(0x403)](),_0x1bc6ac[_0x524b15(0x1f6)](_0x22f363),delete _0x19935a[_0x524b15(0x5be)][_0x524b15(0x38d)],delete _0x19935a[_0x524b15(0x5be)][_0x524b15(0x73e)],delete _0x19935a[_0x524b15(0x5be)][_0x524b15(0x7fb)],delete _0x19935a[_0x524b15(0x5be)][_0x524b15(0x36b)],delete _0x19935a[_0x524b15(0x5be)][_0x524b15(0x207)],delete _0x19935a[_0x524b15(0x5be)][_0x524b15(0x139)],delete _0x19935a[_0x524b15(0x5be)]['embedChildUnitId'],_0x1b1a63[_0x524b15(0x5c0)](_0x4f0849);});};},[_0x1bc6ac,_0x1b1a63,_0x37ce4c,_0x4f0849]),!_0x4f0849)return null;let _0x513459=()=>{const _0x54607d=_0x486659;_0x1b1a63[_0x54607d(0x7c9)](_0x4f0849[_0x54607d(0x73e)]);};return(0x0,_0x520e3c[_0x486659(0x65c)])(_0x486659(0x555),{'className':_0x486659(0x1b8),'data-embed-fullscreen-shell':_0x486659(0x563),'style':{'zIndex':0x32a},'children':[_0x4f0849[_0x486659(0x5d2)]===_0x21e99d[_0x486659(0x601)][_0x486659(0x5f9)]&&(0x0,_0x520e3c['jsx'])(_0x486659(0x555),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','data-embed-boards-fullscreen-exit':_0x486659(0x563),'title':_0x305fd7['t']('embed-ui.fullscreen.exit'),'children':(0x0,_0x520e3c['jsxs'])(_0x384c00[_0x486659(0x118)],{'noIcon':!0x0,'className':_0x486659(0x62a),'onClick':_0x513459,'children':[(0x0,_0x520e3c[_0x486659(0x11b)])(_0x1b19a2,{}),(0x0,_0x520e3c[_0x486659(0x11b)])(_0x486659(0x136),{'children':_0x305fd7['t'](_0x486659(0x23f))})]})}),(0x0,_0x520e3c[_0x486659(0x65c)])(_0x486659(0x555),{'ref':_0x25969b,'className':_0x486659(0x492),'data-embed-fullscreen-menu':'true','children':[_0x4f0849['childType']!==_0x21e99d[_0x486659(0x601)][_0x486659(0x5f9)]&&(0x0,_0x520e3c[_0x486659(0x65c)])('div',{'className':_0x486659(0x3d7),'data-embed-fullscreen-header':'true','children':[(0x0,_0x520e3c['jsx'])('span',{'className':_0x486659(0x18f),'children':_0x5e447a(_0x37ce4c,_0x4f0849[_0x486659(0x5d2)])}),(0x0,_0x520e3c['jsxs'])(_0x5b4c13[_0x486659(0x4de)],{'type':_0x486659(0x681),'size':_0x486659(0x273),'variant':_0x486659(0x617),'className':_0x486659(0x756),'data-embed-fullscreen-close':_0x486659(0x563),'onClick':_0x513459,'children':[(0x0,_0x520e3c[_0x486659(0x11b)])(_0x2fae4f,{}),(0x0,_0x520e3c[_0x486659(0x11b)])(_0x486659(0x136),{'children':_0x305fd7['t']('embed-ui.fullscreen.exit')})]})]}),(0x0,_0x520e3c['jsx'])(_0x486659(0x555),{'ref':_0x2999a0,'className':_0x486659(0x54a),'data-embed-fullscreen-menu-slot':'true','data-embed-menu-slot':'true'})]}),(0x0,_0x520e3c[_0x486659(0x65c)])(_0x486659(0x555),{'className':_0x486659(0x339),'data-embed-fullscreen-body':'true','children':[(0x0,_0x520e3c[_0x486659(0x11b)])(_0x486659(0x555),{'ref':_0x88f586,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','data-embed-fullscreen-sidebar-slot':_0x486659(0x563),'data-embed-id':_0x4f0849['embedId']}),(0x0,_0x520e3c[_0x486659(0x11b)])(_0x486659(0x555),{'ref':_0x1a369b,'className':'univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','data-embed-fullscreen-viewport':'true','onContextMenuCapture':_0x59dd21=>{const _0x2c2a8b=_0x486659;_0x59dd21[_0x2c2a8b(0x361)]();}}),(0x0,_0x520e3c['jsx'])(_0x486659(0x555),{'ref':_0x174fb7,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-white\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-right-sidebar-slot':_0x486659(0x563),'data-embed-id':_0x4f0849[_0x486659(0x73e)],'children':_0x13806b&&(0x0,_0x520e3c[_0x486659(0x11b)])(_0x2a7f33,{..._0x13806b})})]}),(0x0,_0x520e3c['jsx'])('div',{'ref':_0x6c7ca4,'className':_0x486659(0x27d),'data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':'true'}),(0x0,_0x520e3c[_0x486659(0x11b)])(_0x486659(0x555),{'ref':_0x4ad502,'className':_0x486659(0x6a9),'data-embed-fullscreen-popup-root':'true','data-embed-popup-root':'true','children':_0x13806b&&(0x0,_0x520e3c[_0x486659(0x11b)])(_0x302f0e,{..._0x13806b})})]});}function _0x302f0e(_0x5dbfd6){const _0x37bb5e=_0x3431b8;let {embedId:_0x1cb46e,injector:_0x24404e,sourceInjector:_0xa8ba7,popupContainer:_0x4982eb}=_0x5dbfd6;return(0x0,_0x520e3c[_0x37bb5e(0x65c)])(_0x520e3c[_0x37bb5e(0x805)],{'children':[(0x0,_0x520e3c[_0x37bb5e(0x65c)])(_0x17c507,{'injector':_0x24404e,'mountContainer':_0x4982eb,'embedId':_0x1cb46e,'children':[(0x0,_0x520e3c['jsx'])(_0x384c00[_0x37bb5e(0x739)],{}),(0x0,_0x520e3c[_0x37bb5e(0x11b)])(_0x384c00[_0x37bb5e(0x640)],{})]}),(0x0,_0x520e3c[_0x37bb5e(0x11b)])(_0x17c507,{'injector':_0xa8ba7,'mountContainer':_0x4982eb,'embedId':_0x1cb46e,'children':(0x0,_0x520e3c[_0x37bb5e(0x11b)])(_0x384c00[_0x37bb5e(0x640)],{})})]});}function _0x2a7f33(_0x33f9d7){const _0x23bfbf=_0x3431b8;let {embedId:_0x445d8d,injector:_0x4d86c3,sourceInjector:_0x22856e,popupContainer:_0x1f5471}=_0x33f9d7;return(0x0,_0x520e3c[_0x23bfbf(0x65c)])(_0x23bfbf(0x50c),{'className':_0x23bfbf(0x7fc),'children':[(0x0,_0x520e3c['jsx'])(_0x17c507,{'injector':_0x4d86c3,'mountContainer':_0x1f5471,'embedId':_0x445d8d,'children':(0x0,_0x520e3c[_0x23bfbf(0x11b)])(_0x384c00[_0x23bfbf(0x4ba)],{})}),(0x0,_0x520e3c[_0x23bfbf(0x11b)])(_0x17c507,{'injector':_0x22856e,'mountContainer':_0x1f5471,'embedId':_0x445d8d,'children':(0x0,_0x520e3c[_0x23bfbf(0x11b)])(_0x384c00[_0x23bfbf(0x4ba)],{})})]});}function _0x204d20(_0x5b1c17,_0x358d6,_0xa573f0){const _0x3ec611=_0x3431b8;try{return _0x5b1c17[_0x3ec611(0x1da)](_0x233a55[_0x3ec611(0x72c)])[_0x3ec611(0x193)](_0x358d6,_0xa573f0);}catch{return;}}function _0x5e447a(_0xb4e9e5,_0x26c5bf){const _0x3363ad=_0x3431b8;try{var _0x49b854;return((_0x49b854=_0xb4e9e5['get'](_0x101d0b)[_0x3363ad(0x1da)](_0x26c5bf))==null?void 0x0:_0x49b854['productName'])??'Embed';}catch{return _0x3363ad(0x5ee);}}let _0x524cf3={};function _0x27923f(_0x26e588){const _0x4782eb=_0x3431b8;let {stage:_0xc48d5d,interactionFlow:_0x403d1}=_0x26e588,_0x449be3=_0x403d1==='doc-block',_0x2242e2=_0xc48d5d===_0x4782eb(0x4f3)&&!_0x449be3,_0x1831c9=_0xc48d5d===_0x4782eb(0x3a0)||_0x449be3;return{'allowHostBodyDrag':_0x2242e2,'disableLiveHostPointerEvents':!_0x449be3&&(_0xc48d5d===_0x4782eb(0x23b)||_0xc48d5d===_0x4782eb(0x4f3)),'passThroughInteractionGate':_0x1831c9,'runtimeOwnsInteraction':_0x1831c9};}function _0x1dd3bc(_0x11a28b,_0x380da2){const _0x4961f5=_0x3431b8;var _0x4ebc14;return(_0x11a28b==null?void 0x0:_0x11a28b[_0x4961f5(0x257)])===_0x21e99d[_0x4961f5(0x601)]['UNIVER_SHEET']&&_0x11a28b[_0x4961f5(0x5d2)]===_0x21e99d[_0x4961f5(0x601)][_0x4961f5(0x1d4)]&&!!((_0x4ebc14=_0x11a28b[_0x4961f5(0x714)])!=null&&_0x4ebc14[_0x4961f5(0x6d0)])&&_0x380da2!=='stage2';}function _0x4f08b7(_0x2b71dc,_0x49a6ac){const _0x25a396=_0x3431b8;return _0x1dd3bc(_0x2b71dc,_0x49a6ac)?_0x25a396(0x4a2):'ready';}function _0x4073ba(_0x5e20c9){const _0x4f66c3=_0x3431b8;var _0x39eb4b;return _0x5e20c9[_0x4f66c3(0x7ea)]||((_0x39eb4b=_0x5e20c9[_0x4f66c3(0x3b6)])==null?void 0x0:_0x39eb4b[_0x4f66c3(0x73e)])===_0x5e20c9[_0x4f66c3(0x73e)]&&_0x5e20c9['active'][_0x4f66c3(0x7d4)]==='stage2'||!_0x5e20c9[_0x4f66c3(0x572)]&&_0x5e20c9[_0x4f66c3(0x824)]?_0x4f66c3(0x3a0):_0x4f66c3(0x23b);}function _0x2c86c5(_0x476779,_0x22f779){const _0x259d6e=_0x3431b8;return _0x476779!==_0x259d6e(0x4a1)&&_0x476779!==_0x259d6e(0x45e)||_0x22f779[_0x259d6e(0x48d)]||_0x22f779[_0x259d6e(0x185)]||_0x22f779['metaKey']?!0x1:Math[_0x259d6e(0x735)](_0x22f779[_0x259d6e(0x789)])>Math[_0x259d6e(0x735)](_0x22f779[_0x259d6e(0x2c1)]);}let _0xad6592=Symbol(_0x3431b8(0x47e)),_0x467b28=Symbol('univer.embed.host-vertical-wheel-attempted-event');function _0x58f947(_0x4c7197){const _0x33bd75=_0x3431b8;let _0x2a51b6=_0x97a8b5=>{const _0x5def6c=_0x5b76;var _0x5a4a55;if(_0x12994e(_0x97a8b5))return;if(_0x4c7197[_0x5def6c(0x3ff)]&&_0x4c7197['hostWheelGestureService'][_0x5def6c(0x292)](_0x97a8b5)){var _0x54ed4b;let _0x26fc82=_0x4c7197[_0x5def6c(0x3b0)]();if(_0x26fc82&&((_0x54ed4b=_0x4c7197['onHostWheel'])==null?void 0x0:_0x54ed4b[_0x5def6c(0x2f1)](_0x4c7197,_0x97a8b5,_0x26fc82))===!0x0||_0x56f8c7(_0x4c7197['container'],_0x97a8b5)){_0x4c7197[_0x5def6c(0x284)](_0x5def6c(0x5eb)),_0x4710f8(_0x97a8b5,!0x0);return;}}if(_0x97a8b5[_0x5def6c(0x185)]||_0x97a8b5['metaKey'])return;let _0xf33124=_0x4c7197[_0x5def6c(0x393)]();if(_0xf33124===_0x5def6c(0x3a0))return;let _0xe13a86=_0x4c7197[_0x5def6c(0x3b0)](),_0x1d496d=_0xe13a86?_0x4c7197['passiveViewportRegistry']['get'](_0xe13a86[_0x5def6c(0x5d2)],_0xe13a86[_0x5def6c(0x1ae)]):void 0x0,_0x130912=_0x97575e(_0x97a8b5,_0x4c7197[_0x5def6c(0x22a)]),_0xc8d7c=_0xe13a86?{..._0xe13a86,'event':_0x130912,'stage':_0xf33124,'viewportScrollY':_0x4c7197[_0x5def6c(0x69b)]?_0x4c7197['hostScrollOffset'][_0x5def6c(0x387)]:void 0x0}:void 0x0;if(_0xe13a86&&_0x1fa935(_0xe13a86,_0x97a8b5,_0x4c7197[_0x5def6c(0x69b)])){var _0x14a5b9;if(((_0x14a5b9=_0x4c7197[_0x5def6c(0x2bb)])==null?void 0x0:_0x14a5b9[_0x5def6c(0x2f1)](_0x4c7197,_0x97a8b5,_0xe13a86))===!0x0||_0x56f8c7(_0x4c7197[_0x5def6c(0x797)],_0x97a8b5)){_0x4c7197[_0x5def6c(0x284)](_0x5def6c(0x5eb)),_0x4710f8(_0x97a8b5,!0x0);return;}}let _0x5254be=_0xc8d7c?_0x4c7197[_0x5def6c(0x628)][_0x5def6c(0x466)](_0xc8d7c):!0x1,_0x570251=!_0x5254be&&_0x231d26(_0x4c7197[_0x5def6c(0x797)],_0x97a8b5),_0x2ae9cb=!0x1,_0x7d3fa2=!0x1;if(!_0x5254be&&_0x570251?_0x1a08d4(_0x515bd0(_0x97a8b5),()=>{const _0x2b6a73=_0x5def6c;var _0x5d5157;return _0x7d3fa2=((_0x5d5157=_0x4c7197[_0x2b6a73(0x806)])==null?void 0x0:_0x5d5157[_0x2b6a73(0x2f1)](_0x4c7197,_0x97a8b5))===!0x0;},()=>_0x2ae9cb=(_0x1d496d==null?void 0x0:_0x1d496d['handleWheel'](_0xc8d7c))===!0x0):_0x5254be||(_0x2ae9cb=(_0x1d496d==null?void 0x0:_0x1d496d['handleWheel'](_0xc8d7c))===!0x0),!_0x5254be&&!_0x2ae9cb&&!_0x7d3fa2&&!_0x570251&&_0x1d496d&&_0xe13a86&&_0x4b3554(_0x97a8b5)&&((_0x5a4a55=_0x4c7197[_0x5def6c(0x2bb)])==null?void 0x0:_0x5a4a55[_0x5def6c(0x2f1)](_0x4c7197,_0x97a8b5,_0xe13a86))===!0x0){_0x4c7197['invalidate'](_0x5def6c(0x5eb)),_0x4710f8(_0x97a8b5,!0x0);return;}let _0x16e7c3=_0x2ae9cb||_0x7d3fa2?!0x1:_0x52ef39(_0x97a8b5,_0x4c7197[_0x5def6c(0x761)]),_0x6714f4=_0x2ae9cb||_0x7d3fa2||(_0x570251||_0x16e7c3?!0x1:_0x455015(_0x97a8b5,_0x4c7197[_0x5def6c(0x761)]));(_0x5254be||_0x2ae9cb||_0x7d3fa2||_0x16e7c3||_0x6714f4)&&_0x4710f8(_0x97a8b5,!0x1);},_0x1609df=_0x43351a=>{const _0x4e3082=_0x5b76;var _0x5007ea;if(_0x4c7197[_0x4e3082(0x393)]()!=='stage2')return;let _0xf99567=_0x4c7197[_0x4e3082(0x3b0)]();if(_0xf99567){if(_0x231d26(_0x4c7197[_0x4e3082(0x797)],_0x43351a)){let _0x902d37=_0x4c7197[_0x4e3082(0x123)][_0x4e3082(0x1da)](_0xf99567[_0x4e3082(0x5d2)],_0xf99567[_0x4e3082(0x1ae)]),_0x1079a0=_0x97575e(_0x43351a,_0x4c7197['viewScale']),_0x8a658f={..._0xf99567,'event':_0x1079a0,'stage':_0x4e3082(0x3a0),'viewportScrollY':_0x4c7197[_0x4e3082(0x69b)]?_0x4c7197[_0x4e3082(0x562)][_0x4e3082(0x387)]:void 0x0};_0x1a08d4(_0x515bd0(_0x43351a),()=>{const _0x4e35b9=_0x4e3082;var _0xad705;return((_0xad705=_0x4c7197['resizeDocsSheetLikeRendererByWheel'])==null?void 0x0:_0xad705[_0x4e35b9(0x2f1)](_0x4c7197,_0x43351a))===!0x0;},()=>_0x4c7197[_0x4e3082(0x628)][_0x4e3082(0x466)](_0x8a658f)||(_0x902d37==null?void 0x0:_0x902d37[_0x4e3082(0x466)](_0x8a658f))===!0x0)&&_0x4710f8(_0x43351a,!0x0);return;}_0x1fa935(_0xf99567,_0x43351a,_0x4c7197[_0x4e3082(0x69b)])&&(_0x20998a(_0x43351a)||(_0x22a66b(_0x43351a),(((_0x5007ea=_0x4c7197[_0x4e3082(0x2bb)])==null?void 0x0:_0x5007ea[_0x4e3082(0x2f1)](_0x4c7197,_0x43351a,_0xf99567))===!0x0||_0x56f8c7(_0x4c7197[_0x4e3082(0x797)],_0x43351a))&&(_0x4c7197[_0x4e3082(0x284)]('host-scroll'),_0x4710f8(_0x43351a,!0x0))));}},_0x53bf42=()=>_0x4c7197['invalidate'](_0x33bd75(0x3fb));return _0x4c7197[_0x33bd75(0x82d)]['addEventListener'](_0x33bd75(0x1ee),_0x2a51b6,{'passive':!0x1}),_0x4c7197[_0x33bd75(0x761)][_0x33bd75(0x50e)](_0x33bd75(0x1ee),_0x2a51b6,{'capture':!0x0,'passive':!0x1}),_0x4c7197['container'][_0x33bd75(0x50e)]('wheel',_0x1609df,{'capture':!0x0,'passive':!0x1}),_0x4c7197[_0x33bd75(0x761)]['addEventListener'](_0x33bd75(0x1ee),_0x1609df,{'capture':!0x0,'passive':!0x1}),_0x4c7197['liveRoot'][_0x33bd75(0x50e)](_0x33bd75(0x538),_0x53bf42,!0x0),(0x0,_0x21e99d[_0x33bd75(0x7b6)])(()=>{const _0x32aa9b=_0x33bd75;_0x4c7197['gate'][_0x32aa9b(0x5c5)](_0x32aa9b(0x1ee),_0x2a51b6),_0x4c7197[_0x32aa9b(0x761)][_0x32aa9b(0x5c5)]('wheel',_0x2a51b6,{'capture':!0x0}),_0x4c7197['container'][_0x32aa9b(0x5c5)](_0x32aa9b(0x1ee),_0x1609df,{'capture':!0x0}),_0x4c7197[_0x32aa9b(0x761)]['removeEventListener'](_0x32aa9b(0x1ee),_0x1609df,{'capture':!0x0}),_0x4c7197[_0x32aa9b(0x761)][_0x32aa9b(0x5c5)](_0x32aa9b(0x538),_0x53bf42,!0x0);});}function _0x97575e(_0x4fdc78,_0x6e3da1){const _0x3a8cce=_0x3431b8;return typeof _0x6e3da1!=_0x3a8cce(0x445)||!Number[_0x3a8cce(0x669)](_0x6e3da1)||_0x6e3da1<=0x0||_0x6e3da1===0x1?_0x4fdc78:new WheelEvent(_0x4fdc78[_0x3a8cce(0x59e)],{'altKey':_0x4fdc78[_0x3a8cce(0x577)],'bubbles':_0x4fdc78[_0x3a8cce(0x3ce)],'cancelable':_0x4fdc78[_0x3a8cce(0x65b)],'clientX':_0x4fdc78[_0x3a8cce(0x7da)],'clientY':_0x4fdc78[_0x3a8cce(0x13f)],'ctrlKey':_0x4fdc78[_0x3a8cce(0x185)],'deltaMode':_0x4fdc78[_0x3a8cce(0x22e)],'deltaX':_0x4fdc78[_0x3a8cce(0x2c1)]/_0x6e3da1,'deltaY':_0x4fdc78[_0x3a8cce(0x789)]/_0x6e3da1,'deltaZ':_0x4fdc78[_0x3a8cce(0x4b1)]/_0x6e3da1,'metaKey':_0x4fdc78[_0x3a8cce(0x1de)],'shiftKey':_0x4fdc78['shiftKey']});}function _0x5a65b1(_0x1ccf59,_0x3e2e0c){const _0x5dc13d=_0x3431b8;let _0x4f921b=new WheelEvent('wheel',{'clientX':_0x1ccf59['clientX'],'clientY':_0x1ccf59[_0x5dc13d(0x13f)],'ctrlKey':_0x1ccf59['ctrlKey'],'deltaMode':_0x1ccf59[_0x5dc13d(0x22e)],'deltaX':_0x1ccf59[_0x5dc13d(0x2c1)],'deltaY':_0x1ccf59['deltaY'],'deltaZ':_0x1ccf59['deltaZ'],'metaKey':_0x1ccf59['metaKey'],'shiftKey':_0x1ccf59[_0x5dc13d(0x48d)],..._0x3e2e0c});return Object['defineProperty'](_0x4f921b,_0xad6592,{'configurable':!0x0,'value':_0x1ccf59}),_0x4f921b;}function _0x12994e(_0x64397b){return!!_0x64397b&&_0x64397b[_0xad6592]instanceof WheelEvent;}function _0x22a66b(_0x523ee8){const _0x2f96f1=_0x3431b8;Object[_0x2f96f1(0x181)](_0x523ee8,_0x467b28,{'configurable':!0x0,'value':!0x0});}function _0x20998a(_0x1af069){return!!_0x1af069[_0x467b28];}function _0x52ef39(_0x58d0ee,_0x1c036e){const _0x276bcb=_0x3431b8;let _0x453e0b=_0x2a04ed(_0x1c036e,_0x58d0ee['clientX'],_0x58d0ee[_0x276bcb(0x13f)])??_0x1c036e,_0x5c1c8d=_0x5a65b1(_0x58d0ee,{'bubbles':!0x0,'cancelable':!0x0});return _0x453e0b[_0x276bcb(0x4c3)](_0x5c1c8d),_0x5c1c8d[_0x276bcb(0x75f)];}function _0x455015(_0x53a733,_0x2af443){const _0x4441d7=_0x3431b8;let _0x281738=_0xcc4ab(_0x2a04ed(_0x2af443,_0x53a733[_0x4441d7(0x7da)],_0x53a733[_0x4441d7(0x13f)])??_0x2af443,_0x2af443,_0x53a733);return _0x281738?_0x12da55(_0x53a733,_0x281738):!0x1;}function _0x12da55(_0x17b736,_0x446375){const _0x1cb38b=_0x3431b8;let _0x24d29f=_0x515bd0(_0x17b736),_0x268252=_0x17b736[_0x1cb38b(0x48d)]?0x0:_0x17b736['deltaY'],_0x2287b3=_0x446375['scrollLeft'],_0xb3cbec=_0x446375[_0x1cb38b(0x703)];return _0x24d29f&&(_0x446375[_0x1cb38b(0x132)]+=_0x24d29f),_0x268252&&(_0x446375['scrollTop']+=_0x268252),_0x446375[_0x1cb38b(0x132)]!==_0x2287b3||_0x446375[_0x1cb38b(0x703)]!==_0xb3cbec;}function _0x56f8c7(_0x364985,_0x773318){const _0x51a912=_0x3431b8;let _0x100fe4=_0x1d9e04(_0x364985);if(!_0x100fe4)return _0x45ad42(_0x364985['ownerDocument'][_0x51a912(0x71e)],_0x364985,_0x773318);if(!_0x5e5f76(_0x100fe4))return _0x45ad42(_0x100fe4,_0x364985,_0x773318);let _0x4a7a13=_0x100fe4[_0x51a912(0x703)];return _0x100fe4[_0x51a912(0x703)]+=_0x773318[_0x51a912(0x789)],_0x100fe4[_0x51a912(0x703)]!==_0x4a7a13;}function _0x1d9e04(_0x5d8081){const _0x99a6a8=_0x3431b8;let _0x5ebb59=_0x5d8081[_0x99a6a8(0x113)];for(;_0x5ebb59&&_0x5ebb59!==document['body']&&_0x5ebb59!==document[_0x99a6a8(0x19c)];){if(_0x5ebb59['scrollHeight']>_0x5ebb59[_0x99a6a8(0x221)]&&_0x55540f(_0x5ebb59))return _0x5ebb59;_0x5ebb59=_0x5ebb59[_0x99a6a8(0x113)];}return null;}function _0x55540f(_0x4d2019){const _0x47f607=_0x3431b8;let _0x106f80=window['getComputedStyle'](_0x4d2019);return _0x106f80[_0x47f607(0x34e)]===_0x47f607(0x61a)||_0x106f80['overflow']===_0x47f607(0x538)||_0x106f80[_0x47f607(0x34e)]===_0x47f607(0x330)||_0x106f80[_0x47f607(0x494)]===_0x47f607(0x61a)||_0x106f80[_0x47f607(0x494)]===_0x47f607(0x538)||_0x106f80[_0x47f607(0x494)]===_0x47f607(0x330);}function _0x1fa935(_0x4aeddc,_0x360753,_0x1bc2c5){const _0x493849=_0x3431b8;var _0x3dbd89;return _0x1bc2c5||((_0x3dbd89=_0x4aeddc[_0x493849(0x723)][_0x493849(0x714)])==null?void 0x0:_0x3dbd89['verticalWheelMode'])==='host'?_0x13e324(_0x360753):_0x2c86c5(_0x4aeddc[_0x493849(0x1ae)],_0x360753);}function _0x231d26(_0x17e7d8,_0x44c412){const _0x801a2e=_0x3431b8;return!!_0x17e7d8[_0x801a2e(0x5a8)]('[data-embed-docs-custom-block-sheet-like=\x22true\x22]')&&_0x255009(_0x44c412);}function _0x515bd0(_0x495b18){const _0x4d4604=_0x3431b8;return _0x495b18['deltaX']||(_0x495b18[_0x4d4604(0x48d)]?_0x495b18[_0x4d4604(0x789)]:0x0);}function _0x1a08d4(_0x2f16d6,_0x284fc0,_0x510ae8){return _0x2f16d6>0x0?_0x284fc0()||_0x510ae8():_0x510ae8()||_0x284fc0();}function _0x4b3554(_0x51c5fa){return _0x255009(_0x51c5fa)||_0x13e324(_0x51c5fa);}function _0x255009(_0x1cb012){const _0x436b91=_0x3431b8;if(_0x1cb012['ctrlKey']||_0x1cb012[_0x436b91(0x1de)])return!0x1;let _0x1d2700=_0x515bd0(_0x1cb012),_0x16481b=_0x1cb012['shiftKey']?0x0:_0x1cb012['deltaY'];return Math['abs'](_0x1d2700)>Math[_0x436b91(0x735)](_0x16481b);}function _0x13e324(_0x35bea0){const _0x4ae057=_0x3431b8;return _0x35bea0[_0x4ae057(0x48d)]||_0x35bea0[_0x4ae057(0x185)]||_0x35bea0[_0x4ae057(0x1de)]?!0x1:Math['abs'](_0x35bea0['deltaY'])>Math[_0x4ae057(0x735)](_0x35bea0['deltaX']);}function _0x45ad42(_0x43aaa9,_0x5bbebf,_0x15583a){const _0x5696ec=_0x3431b8;let _0x2a9112=Array[_0x5696ec(0x822)](_0x43aaa9[_0x5696ec(0x42b)](_0x5696ec(0x391)))['find'](_0x4eb4cd=>!_0x5bbebf[_0x5696ec(0x362)](_0x4eb4cd));return _0x2a9112?(_0x2a9112[_0x5696ec(0x4c3)](_0x5a65b1(_0x15583a,{'bubbles':!0x0,'cancelable':!0x0,..._0x5a056f(_0x2a9112,_0x5bbebf,_0x15583a)})),!0x0):!0x1;}function _0x5a056f(_0x21018c,_0x2d4a98,_0x22e23a){const _0x1f3395=_0x3431b8;if(!_0x3ea201(_0x2d4a98,_0x22e23a[_0x1f3395(0x7da)],_0x22e23a[_0x1f3395(0x13f)]))return{'clientX':_0x22e23a['clientX'],'clientY':_0x22e23a[_0x1f3395(0x13f)]};let _0x444e32=_0x21018c[_0x1f3395(0x2ab)](),_0x4801e8=Math[_0x1f3395(0x7ad)](0x18,Math[_0x1f3395(0x561)](0x4,Math[_0x1f3395(0x7ad)](_0x444e32[_0x1f3395(0x36e)],_0x444e32[_0x1f3395(0x5ab)])/0x8)),_0x10fc34=[{'clientX':_0x444e32[_0x1f3395(0x312)]+_0x4801e8,'clientY':_0x444e32[_0x1f3395(0x1db)]+_0x4801e8},{'clientX':_0x444e32[_0x1f3395(0x467)]-_0x4801e8,'clientY':_0x444e32['top']+_0x4801e8},{'clientX':_0x444e32['left']+_0x4801e8,'clientY':_0x444e32['bottom']-_0x4801e8},{'clientX':_0x444e32[_0x1f3395(0x467)]-_0x4801e8,'clientY':_0x444e32[_0x1f3395(0x7e3)]-_0x4801e8},{'clientX':_0x444e32['left']+_0x444e32['width']/0x2,'clientY':_0x444e32['top']+_0x444e32[_0x1f3395(0x5ab)]/0x2}];return _0x10fc34[_0x1f3395(0x718)](_0x110404=>!_0x3ea201(_0x2d4a98,_0x110404[_0x1f3395(0x7da)],_0x110404[_0x1f3395(0x13f)]))??_0x10fc34[0x0];}function _0x5e5f76(_0xc14448){const _0xebc2df=_0x3431b8;let _0x530457=window['getComputedStyle'](_0xc14448);return _0x530457['overflow']==='auto'||_0x530457[_0xebc2df(0x34e)]==='scroll'||_0x530457[_0xebc2df(0x494)]==='auto'||_0x530457[_0xebc2df(0x494)]==='scroll';}function _0x2a04ed(_0x246935,_0x3a2d66,_0x586f2a){const _0x35bd2d=_0x3431b8;if(!_0x3ea201(_0x246935,_0x3a2d66,_0x586f2a))return null;let _0x1216cd=_0x246935[_0x35bd2d(0x2cc)][_0x35bd2d(0x60f)];if(typeof _0x1216cd==_0x35bd2d(0x602)){let _0xd5c0b5=_0x1216cd[_0x35bd2d(0x2f1)](_0x246935[_0x35bd2d(0x2cc)],_0x3a2d66,_0x586f2a)[_0x35bd2d(0x718)](_0x40e097=>_0x40e097 instanceof HTMLElement&&_0x246935['contains'](_0x40e097));if(_0xd5c0b5)return _0xd5c0b5;}let _0x52c6d6=_0x246935,_0x7d9932=_0x365155=>{const _0x18091f=_0x35bd2d;let _0x8f0604=Array['from'](_0x365155['children']);for(let _0x1de01c=_0x8f0604[_0x18091f(0x522)]-0x1;_0x1de01c>=0x0;_0x1de01c--){let _0x5068e0=_0x8f0604[_0x1de01c];if(!(!(_0x5068e0 instanceof HTMLElement)||!_0x3ea201(_0x5068e0,_0x3a2d66,_0x586f2a))){_0x52c6d6=_0x5068e0,_0x7d9932(_0x5068e0);return;}}};return _0x7d9932(_0x246935),_0x52c6d6;}function _0xcc4ab(_0x90aaf0,_0x404acc,_0x551f75){const _0x3b1a87=_0x3431b8;let _0x391261=_0x515bd0(_0x551f75),_0x229959=_0x551f75[_0x3b1a87(0x48d)]?0x0:_0x551f75[_0x3b1a87(0x789)],_0x55b807=_0x90aaf0;for(;_0x55b807&&_0x404acc['contains'](_0x55b807);){if(_0x3017ce(_0x55b807,_0x391261,_0x229959))return _0x55b807;_0x55b807=_0x55b807[_0x3b1a87(0x113)];}return _0x3017ce(_0x404acc,_0x391261,_0x229959)?_0x404acc:null;}function _0x3ea201(_0x466eef,_0x3102b9,_0x5012ee){const _0x5e63b0=_0x3431b8;let _0x37e786=_0x466eef[_0x5e63b0(0x2ab)]();return _0x3102b9>=_0x37e786['left']&&_0x3102b9<=_0x37e786[_0x5e63b0(0x467)]&&_0x5012ee>=_0x37e786['top']&&_0x5012ee<=_0x37e786[_0x5e63b0(0x7e3)];}function _0x3017ce(_0x433b97,_0x498bd8,_0x53e3a1){const _0x2922ae=_0x3431b8;let _0x210c13=_0x498bd8!==0x0&&_0x433b97[_0x2922ae(0x54b)]>_0x433b97['clientWidth']&&(_0x498bd8<0x0?_0x433b97[_0x2922ae(0x132)]>0x0:_0x433b97[_0x2922ae(0x132)]+_0x433b97[_0x2922ae(0x1e7)]<_0x433b97[_0x2922ae(0x54b)]),_0x52bf30=_0x53e3a1!==0x0&&_0x433b97[_0x2922ae(0x5e6)]>_0x433b97['clientHeight']&&(_0x53e3a1<0x0?_0x433b97[_0x2922ae(0x703)]>0x0:_0x433b97[_0x2922ae(0x703)]+_0x433b97['clientHeight']<_0x433b97[_0x2922ae(0x5e6)]);return _0x210c13||_0x52bf30;}function _0x4710f8(_0x4db437,_0x18854a){const _0x53897f=_0x3431b8;_0x4db437[_0x53897f(0x361)](),_0x4db437['stopPropagation'](),_0x18854a&&_0x4db437[_0x53897f(0x14d)]();}var _0x11aab4=class{constructor(){const _0x551894=_0x3431b8;_0x2c4771(this,_0x551894(0x69f),new _0x465e89['Subject']()),_0x2c4771(this,'_providers',new Map()),_0x2c4771(this,'_entriesByEmbedId',new Map()),_0x2c4771(this,_0x551894(0x7f8),new Map()),_0x2c4771(this,_0x551894(0x5e9),[]),_0x2c4771(this,_0x551894(0x179),!0x1),_0x2c4771(this,_0x551894(0x5de),null);}[_0x3431b8(0x414)](_0x27b5e3){const _0x1eb149=_0x3431b8;return this[_0x1eb149(0x611)][_0x1eb149(0x441)](_0x27b5e3[_0x1eb149(0x5d2)],_0x27b5e3),(0x0,_0x21e99d[_0x1eb149(0x7b6)])(()=>{const _0x41b0d5=_0x1eb149;this['_providers'][_0x41b0d5(0x1da)](_0x27b5e3[_0x41b0d5(0x5d2)])===_0x27b5e3&&this['_providers'][_0x41b0d5(0x5bc)](_0x27b5e3[_0x41b0d5(0x5d2)]);});}[_0x3431b8(0x1a6)](_0x1c1d1e){const _0x3710a2=_0x3431b8;return this[_0x3710a2(0x611)][_0x3710a2(0x1da)](_0x1c1d1e);}[_0x3431b8(0x758)](_0xebd614){const _0x148cea=_0x3431b8;return this[_0x148cea(0x422)][_0x148cea(0x1da)](_0xebd614);}[_0x3431b8(0x2d1)](_0x4d348d){const _0x270524=_0x3431b8;let _0x46021f=this[_0x270524(0x5b0)](_0x4d348d),_0xd803db=this['_entriesByKey'][_0x270524(0x1da)](_0x46021f);if(_0xd803db&&(_0xd803db[_0x270524(0x196)]==='pending'||_0xd803db[_0x270524(0x196)]===_0x270524(0x2d6)))return _0xd803db;let _0x2df18c=this[_0x270524(0x422)]['get'](_0x4d348d[_0x270524(0x723)][_0x270524(0x73e)]),_0x263d52={'embedId':_0x4d348d[_0x270524(0x723)]['embedId'],'childUnitId':_0x4d348d[_0x270524(0x3bc)],'childType':_0x4d348d[_0x270524(0x5d2)],'status':'pending','width':Math['max'](0x1,Math[_0x270524(0x31a)](_0x4d348d[_0x270524(0x36e)])),'height':Math['max'](0x1,Math[_0x270524(0x31a)](_0x4d348d[_0x270524(0x5ab)])),'dpr':_0x4d348d[_0x270524(0x482)],'viewState':_0x4d348d['viewState']??(_0x2df18c==null?void 0x0:_0x2df18c[_0x270524(0x3a2)]),'revision':((_0x2df18c==null?void 0x0:_0x2df18c[_0x270524(0x63e)])??0x0)+0x1,'updatedAt':Date[_0x270524(0x573)]()};return this[_0x270524(0x7f8)][_0x270524(0x441)](_0x46021f,_0x263d52),this['_entriesByEmbedId']['set'](_0x263d52[_0x270524(0x73e)],_0x263d52),this[_0x270524(0x5e9)][_0x270524(0x49d)](_0x4d348d),this[_0x270524(0x280)](),this[_0x270524(0x69f)][_0x270524(0x26c)](_0x263d52),_0x263d52;}async[_0x3431b8(0x6dd)](_0x589f17){const _0x189e5c=_0x3431b8;let _0x63cea1=this[_0x189e5c(0x611)][_0x189e5c(0x1da)](_0x589f17['childType']);if(!_0x63cea1)return;let _0x12b213=await _0x63cea1['collectViewState'](_0x589f17);return this[_0x189e5c(0x4b7)](_0x589f17[_0x189e5c(0x73e)],_0x12b213),_0x12b213;}async[_0x3431b8(0x1f4)](_0x20d5d1,_0x1a7d86){const _0x13d0b0=_0x3431b8;if(_0x1a7d86==null)return;let _0x23bec0=this[_0x13d0b0(0x611)][_0x13d0b0(0x1da)](_0x20d5d1[_0x13d0b0(0x5d2)]);await(_0x23bec0==null?void 0x0:_0x23bec0[_0x13d0b0(0x1f4)](_0x20d5d1,_0x1a7d86));}['updateViewState'](_0x17c51b,_0x24c8ac){const _0x2cb2d7=_0x3431b8;let _0x520bea=this[_0x2cb2d7(0x422)][_0x2cb2d7(0x1da)](_0x17c51b);if(!_0x520bea){let _0x35308c={'embedId':_0x17c51b,'childUnitId':'','childType':void 0x0,'status':_0x2cb2d7(0x3eb),'width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x24c8ac,'revision':0x0,'updatedAt':Date['now']()};this[_0x2cb2d7(0x422)][_0x2cb2d7(0x441)](_0x17c51b,_0x35308c),this[_0x2cb2d7(0x69f)]['next'](_0x35308c);return;}_0x520bea['viewState']=_0x24c8ac,_0x520bea[_0x2cb2d7(0x524)]=Date[_0x2cb2d7(0x573)](),this[_0x2cb2d7(0x69f)][_0x2cb2d7(0x26c)](_0x520bea);}[_0x3431b8(0x1f1)](_0x3c90d6,_0x4c935c){const _0x438c15=_0x3431b8;let _0x1314a6=this['_entriesByEmbedId'][_0x438c15(0x1da)](_0x3c90d6);_0x1314a6&&(_0x1314a6[_0x438c15(0x196)]=_0x438c15(0x3eb),_0x1314a6[_0x438c15(0x2d8)]=_0x4c935c,_0x1314a6[_0x438c15(0x524)]=Date[_0x438c15(0x573)](),this[_0x438c15(0x69f)][_0x438c15(0x26c)](_0x1314a6));}[_0x3431b8(0x284)](_0x5f01fc){const _0x5a45be=_0x3431b8;let _0x2be1e2=this['_entriesByEmbedId']['get'](_0x5f01fc);this['_entriesByEmbedId'][_0x5a45be(0x5bc)](_0x5f01fc),_0x2be1e2&&Array[_0x5a45be(0x822)](this[_0x5a45be(0x7f8)][_0x5a45be(0x4ae)]())[_0x5a45be(0x7ce)](([_0x11b365,_0x54c368])=>{const _0x2167da=_0x5a45be;_0x54c368[_0x2167da(0x73e)]===_0x5f01fc&&this[_0x2167da(0x7f8)][_0x2167da(0x5bc)](_0x11b365);});}['getCacheKey'](_0x37f25c){const _0xcb8a4d=_0x3431b8;return[_0x37f25c[_0xcb8a4d(0x723)][_0xcb8a4d(0x73e)],_0x37f25c[_0xcb8a4d(0x3bc)],_0x37f25c[_0xcb8a4d(0x5d2)],Math[_0xcb8a4d(0x561)](0x1,Math[_0xcb8a4d(0x31a)](_0x37f25c['width'])),Math[_0xcb8a4d(0x561)](0x1,Math[_0xcb8a4d(0x31a)](_0x37f25c[_0xcb8a4d(0x5ab)])),_0x37f25c[_0xcb8a4d(0x482)]][_0xcb8a4d(0x53d)]('::');}async[_0x3431b8(0x63b)](){const _0x3b8ea1=_0x3431b8;for(;this['_queue'][_0x3b8ea1(0x522)]>0x0||this['_rendering']||this[_0x3b8ea1(0x5de)];)await(this[_0x3b8ea1(0x5de)]??Promise['resolve']()),await Promise['resolve']();}['dispose'](){const _0x41697f=_0x3431b8;this[_0x41697f(0x611)][_0x41697f(0x670)](),this['_entriesByEmbedId'][_0x41697f(0x670)](),this['_entriesByKey'][_0x41697f(0x670)](),this[_0x41697f(0x5e9)][_0x41697f(0x522)]=0x0,this[_0x41697f(0x69f)]['complete']();}[_0x3431b8(0x280)](){const _0x48f72f=_0x3431b8;this[_0x48f72f(0x179)]||this[_0x48f72f(0x5de)]||(this['_activeDrain']=this[_0x48f72f(0x54c)]()[_0x48f72f(0x4b6)](()=>{const _0x216584=_0x48f72f;this[_0x216584(0x5de)]=null;}));}async[_0x3431b8(0x54c)](){const _0x5b8678=_0x3431b8;if(!this[_0x5b8678(0x179)]){this[_0x5b8678(0x179)]=!0x0;try{for(;this['_queue'][_0x5b8678(0x522)]>0x0;)await this[_0x5b8678(0x73d)](this[_0x5b8678(0x5e9)][_0x5b8678(0x68f)]());}finally{this['_rendering']=!0x1;}}}async[_0x3431b8(0x73d)](_0x4b52b0){const _0x581b86=_0x3431b8;let _0x24fb89=this[_0x581b86(0x5b0)](_0x4b52b0),_0x54f91f=this['_entriesByKey'][_0x581b86(0x1da)](_0x24fb89);if(!_0x54f91f||_0x54f91f[_0x581b86(0x196)]!==_0x581b86(0x81b))return;let _0x2f086a=this['_providers'][_0x581b86(0x1da)](_0x4b52b0[_0x581b86(0x5d2)]),_0x3a83b5=this[_0x581b86(0x42a)](_0x54f91f[_0x581b86(0x73e)],_0x54f91f);if(!_0x2f086a){let _0x445098=_0x4b52b0[_0x581b86(0x3ac)]?_0x2ae109(_0x4b52b0[_0x581b86(0x3ac)]):void 0x0;if(_0x445098){_0x54f91f[_0x581b86(0x2e9)]=_0x445098,_0x54f91f[_0x581b86(0x196)]=_0x581b86(0x2d6),_0x54f91f[_0x581b86(0x524)]=Date[_0x581b86(0x573)](),this[_0x581b86(0x422)][_0x581b86(0x441)](_0x54f91f[_0x581b86(0x73e)],_0x54f91f),this[_0x581b86(0x69f)]['next'](_0x54f91f);return;}this[_0x581b86(0x18d)](_0x54f91f,_0x3a83b5,Error(_0x581b86(0x59c)+_0x4b52b0[_0x581b86(0x5d2)]));return;}try{let _0x3d3792=await _0x2f086a['renderPreview']({..._0x4b52b0,'width':_0x54f91f['width'],'height':_0x54f91f[_0x581b86(0x5ab)],'viewState':_0x54f91f['viewState']});if(this[_0x581b86(0x7f8)][_0x581b86(0x1da)](_0x24fb89)!==_0x54f91f||_0x54f91f['status']!=='pending')return;if(!_0x3d3792){this[_0x581b86(0x18d)](_0x54f91f,_0x3a83b5,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x54f91f[_0x581b86(0x2e9)]=_0x3d3792,_0x54f91f['status']=_0x581b86(0x2d6),_0x54f91f[_0x581b86(0x524)]=Date[_0x581b86(0x573)](),this[_0x581b86(0x422)][_0x581b86(0x441)](_0x54f91f['embedId'],_0x54f91f),this[_0x581b86(0x69f)][_0x581b86(0x26c)](_0x54f91f);}catch(_0xcc45d9){this[_0x581b86(0x18d)](_0x54f91f,_0x3a83b5,_0xcc45d9);}}['_findPreviousReadyEntry'](_0x43e38a,_0x53ff0e){const _0x3b2ec6=_0x3431b8;let _0x1db16a=this[_0x3b2ec6(0x422)][_0x3b2ec6(0x1da)](_0x43e38a);return _0x1db16a&&_0x1db16a!==_0x53ff0e&&_0x1db16a[_0x3b2ec6(0x2e9)]?_0x1db16a:Array['from'](this[_0x3b2ec6(0x7f8)]['values']())[_0x3b2ec6(0x29e)]()[_0x3b2ec6(0x718)](_0x31386f=>_0x31386f[_0x3b2ec6(0x73e)]===_0x43e38a&&_0x31386f!==_0x53ff0e&&_0x31386f['image']);}['_setRenderFailure'](_0x38156f,_0xfa2a1,_0x499ce1){const _0x394967=_0x3431b8;_0x38156f[_0x394967(0x196)]=_0xfa2a1!=null&&_0xfa2a1['image']?_0x394967(0x3eb):_0x394967(0x2d8),_0x38156f[_0x394967(0x2e9)]=_0xfa2a1==null?void 0x0:_0xfa2a1['image'],_0x38156f[_0x394967(0x3a2)]=_0x38156f[_0x394967(0x3a2)]??(_0xfa2a1==null?void 0x0:_0xfa2a1[_0x394967(0x3a2)]),_0x38156f['error']=_0x499ce1,_0x38156f['updatedAt']=Date[_0x394967(0x573)](),this[_0x394967(0x422)][_0x394967(0x441)](_0x38156f['embedId'],_0x38156f),this[_0x394967(0x69f)]['next'](_0x38156f);}},_0x2c4f4c=class{constructor(){const _0x12cb97=_0x3431b8;_0x2c4771(this,_0x12cb97(0x4ea),new Map()),_0x2c4771(this,_0x12cb97(0x40d),new _0x465e89['Subject']()),_0x2c4771(this,_0x12cb97(0x6bd),this[_0x12cb97(0x40d)][_0x12cb97(0x837)]());}[_0x3431b8(0x475)](_0x31f131){const _0x15c1af=_0x3431b8;return this[_0x15c1af(0x4ea)]['set'](_0x31f131[_0x15c1af(0x73e)],_0x31f131),this[_0x15c1af(0x284)]({'embedId':_0x31f131['embedId'],'reason':_0x15c1af(0x6b8)}),(0x0,_0x21e99d[_0x15c1af(0x7b6)])(()=>{const _0x1def84=_0x15c1af;this[_0x1def84(0x4ea)][_0x1def84(0x1da)](_0x31f131[_0x1def84(0x73e)])===_0x31f131&&(this['_registrations'][_0x1def84(0x5bc)](_0x31f131[_0x1def84(0x73e)]),this[_0x1def84(0x284)]({'embedId':_0x31f131[_0x1def84(0x73e)],'reason':_0x1def84(0x6b8)}));});}[_0x3431b8(0x742)](_0x397b5b){const _0x44e374=_0x3431b8;return this[_0x44e374(0x4ea)]['get'](_0x397b5b);}[_0x3431b8(0x78d)](_0x5e52e9){const _0x37a76e=_0x3431b8;return Array[_0x37a76e(0x822)](this['_registrations'][_0x37a76e(0x702)]())['find'](_0x202c0b=>_0x202c0b[_0x37a76e(0x3bc)]===_0x5e52e9);}['invalidate'](_0x2f7565){const _0x5e7e5c=_0x3431b8;this['_geometryInvalidated$'][_0x5e7e5c(0x26c)](_0x2f7565);}};let _0x307d2f=class{constructor(_0xeb3b26,_0x1a9bcf,_0x5ba5a8,_0x2aa523){const _0x174a8a=_0x3431b8;this[_0x174a8a(0x3dd)]=_0xeb3b26,this[_0x174a8a(0x278)]=_0x1a9bcf,this[_0x174a8a(0x609)]=_0x5ba5a8,this[_0x174a8a(0x1ef)]=_0x2aa523;}async[_0x3431b8(0x3bd)](_0xea6796){const _0x20e781=_0x3431b8;return this[_0x20e781(0x278)][_0x20e781(0x3bd)](_0xea6796);}async[_0x3431b8(0x643)](_0x2841b3){const _0x3a5011=_0x3431b8;let _0x3c17cc=_0x2841b3[_0x3a5011(0x723)],_0x5c0e4f=_0x2841b3[_0x3a5011(0x80a)]??this[_0x3a5011(0x609)][_0x3a5011(0x27b)]({'embedId':_0x3c17cc[_0x3a5011(0x73e)],'hostUnitId':_0x3c17cc[_0x3a5011(0x1a4)],'hostType':_0x3c17cc[_0x3a5011(0x257)],'entry':_0x3c17cc[_0x3a5011(0x478)],'hostAnchorId':_0x3c17cc['hostAnchorId'],'hostContext':_0x2841b3[_0x3a5011(0x575)],'descriptor':_0x3c17cc});return this[_0x3a5011(0x3dd)][_0x3a5011(0x4b8)](_0x3c17cc[_0x3a5011(0x1a4)],_0x3c17cc),this[_0x3a5011(0x1ef)]['setAnchor'](_0x5c0e4f),this[_0x3a5011(0x3dd)][_0x3a5011(0x193)](_0x3c17cc['hostUnitId'],_0x3c17cc[_0x3a5011(0x73e)]);}};_0x307d2f=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x72c)])),_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x287)])),_0x4bfa6d(0x2,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x49f)])),_0x4bfa6d(0x3,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x5a6)]))],_0x307d2f);function _0x2ba1f4(_0x8ca1b6){const _0x1ead0c=_0x3431b8;var _0x234af0;if(!_0x8ca1b6)return;let _0x53107c=((_0x234af0=_0x8ca1b6[_0x1ead0c(0x5a8)](_0x1ead0c(0x26f)))==null?void 0x0:_0x234af0[_0x1ead0c(0x623)](_0x1ead0c(0x48f)))??void 0x0,_0x5725d4=_0x31c9f6(_0x8ca1b6,_0x53107c),_0x118d24=(_0x5725d4==null?void 0x0:_0x5725d4[_0x1ead0c(0x623)](_0x1ead0c(0x6b6)))??_0x53107c;if(_0x118d24)return{'embedId':_0x118d24,'hostUnitId':(_0x5725d4==null?void 0x0:_0x5725d4[_0x1ead0c(0x623)](_0x1ead0c(0x7f2)))??void 0x0,'childUnitId':(_0x5725d4==null?void 0x0:_0x5725d4[_0x1ead0c(0x623)](_0x384c00[_0x1ead0c(0x792)]))??void 0x0,'childType':_0x173ac1(_0x5725d4)};}function _0x31c9f6(_0xab850a,_0x4b67a9){const _0x2710b2=_0x3431b8;let _0x17bad0=_0xab850a==null?void 0x0:_0xab850a[_0x2710b2(0x5a8)]('[data-embed-float-dom=\x22true\x22]');if(_0x17bad0&&(!_0x4b67a9||_0x17bad0[_0x2710b2(0x623)](_0x2710b2(0x6b6))===_0x4b67a9))return _0x17bad0;let _0xca8f33=(_0xab850a==null?void 0x0:_0xab850a[_0x2710b2(0x2cc)])??(typeof document>'u'?void 0x0:document);return!_0xca8f33||!_0x4b67a9?_0x17bad0??void 0x0:_0xca8f33[_0x2710b2(0x73b)](_0x2710b2(0x6db)+_0xbb16c4(_0x4b67a9)+'\x22]')??void 0x0;}function _0xbb16c4(_0x313584){const _0xe03a31=_0x3431b8;return _0x313584[_0xe03a31(0x559)](/\\/g,'\x5c\x5c')[_0xe03a31(0x559)](/"/g,'\x5c\x22');}function _0x173ac1(_0x2825dd){const _0x5bbcfe=_0x3431b8;let _0x42d534=_0x2825dd==null?void 0x0:_0x2825dd['getAttribute'](_0x5bbcfe(0x68c));if(_0x42d534!=null&&_0x42d534!=='')return Number(_0x42d534);}var _0x194d49=class{constructor(){const _0x416f1b=_0x3431b8;_0x2c4771(this,_0x416f1b(0x255),new WeakMap()),_0x2c4771(this,_0x416f1b(0x396),new WeakSet());}[_0x3431b8(0x475)](_0x4ba0b9){const _0x58b841=_0x3431b8;let _0x426f3b=this[_0x58b841(0x255)][_0x58b841(0x1da)](_0x4ba0b9);if(!_0x426f3b){let _0x18fa22=_0x4ba0b9[_0x58b841(0x2cc)][_0x58b841(0x4fd)];if(!_0x18fa22)return(0x0,_0x21e99d[_0x58b841(0x7b6)])(()=>{});let _0x32b7fa=_0x5061c1=>this[_0x58b841(0x180)](_0x4ba0b9,_0x5061c1);_0x18fa22[_0x58b841(0x50e)](_0x58b841(0x1ee),_0x32b7fa,{'capture':!0x0,'passive':!0x0}),_0x426f3b={'activeUntil':0x0,'dispose':()=>_0x18fa22[_0x58b841(0x5c5)](_0x58b841(0x1ee),_0x32b7fa,{'capture':!0x0}),'refCount':0x0},this[_0x58b841(0x255)][_0x58b841(0x441)](_0x4ba0b9,_0x426f3b);}let _0x1645f1=_0x426f3b;return _0x1645f1[_0x58b841(0x7d5)]+=0x1,(0x0,_0x21e99d[_0x58b841(0x7b6)])(()=>{const _0x277ab7=_0x58b841;--_0x1645f1['refCount'],!(_0x1645f1[_0x277ab7(0x7d5)]>0x0||this[_0x277ab7(0x255)][_0x277ab7(0x1da)](_0x4ba0b9)!==_0x1645f1)&&(_0x1645f1['dispose'](),this[_0x277ab7(0x255)][_0x277ab7(0x5bc)](_0x4ba0b9));});}['isHostGesture'](_0x3e973f){const _0x57ee03=_0x3431b8;return this['_hostGestureEvents'][_0x57ee03(0x2e0)](_0x3e973f);}[_0x3431b8(0x180)](_0x22990a,_0x361834){const _0x327870=_0x3431b8;var _0x1fc1dd;let _0x4ec0dd=_0x22990a[_0x327870(0x2cc)][_0x327870(0x4fd)];if(!_0x4ec0dd)return;let _0x1eaa23=_0x35dfb4(_0x361834,_0x4ec0dd);if(!_0x1eaa23||!_0x22990a['contains'](_0x1eaa23))return;let _0x468095=this['_sessions'][_0x327870(0x1da)](_0x22990a);if(!_0x468095)return;let _0x12d24f=Date[_0x327870(0x573)](),_0x5d6a0a=_0x31c9f6(_0x1eaa23);if(!_0x5d6a0a||!_0x22990a['contains'](_0x5d6a0a)){_0x468095[_0x327870(0x551)]=_0x12d24f+0x1f4;return;}if(((_0x1fc1dd=_0x2ba1f4(_0x5d6a0a))==null?void 0x0:_0x1fc1dd[_0x327870(0x5d2)])===_0x21e99d[_0x327870(0x601)][_0x327870(0x6e3)]){_0x468095[_0x327870(0x551)]=_0x12d24f+0x1f4,this[_0x327870(0x396)]['add'](_0x361834);return;}_0x12d24f>=_0x468095['activeUntil']||(_0x468095['activeUntil']=_0x12d24f+0x1f4,this['_hostGestureEvents'][_0x327870(0x24d)](_0x361834));}};function _0x35dfb4(_0x30ea59,_0x4ce305){const _0x79d59a=_0x3431b8;let _0x5edfae=_0x30ea59[_0x79d59a(0x692)];return _0x5edfae instanceof _0x4ce305[_0x79d59a(0x216)]?_0x5edfae:_0x5edfae instanceof _0x4ce305['Element']||_0x5edfae instanceof _0x4ce305[_0x79d59a(0x6cf)]?_0x5edfae[_0x79d59a(0x113)]:null;}var _0x56aeca=class{constructor(){const _0x31eb2c=_0x3431b8;_0x2c4771(this,_0x31eb2c(0x611),new Map());}[_0x3431b8(0x475)](_0x1cad5c){const _0x124fde=_0x3431b8;return this[_0x124fde(0x611)][_0x124fde(0x441)](_0x1cad5c[_0x124fde(0x5d2)],_0x1cad5c),(0x0,_0x21e99d[_0x124fde(0x7b6)])(()=>{const _0x2da912=_0x124fde;this[_0x2da912(0x611)][_0x2da912(0x1da)](_0x1cad5c[_0x2da912(0x5d2)])===_0x1cad5c&&this[_0x2da912(0x611)][_0x2da912(0x5bc)](_0x1cad5c['childType']);});}[_0x3431b8(0x1da)](_0x2137f7,_0x5e3e5f){const _0x2a8fea=_0x3431b8;var _0x4207fb;let _0xe203b3=this['_providers'][_0x2a8fea(0x1da)](_0x2137f7);if(_0xe203b3&&!(_0x5e3e5f&&(_0x4207fb=_0xe203b3[_0x2a8fea(0x2ed)])!=null&&_0x4207fb[_0x2a8fea(0x522)]&&!_0xe203b3[_0x2a8fea(0x2ed)][_0x2a8fea(0x1b2)](_0x5e3e5f)))return _0xe203b3;}[_0x3431b8(0x1a8)](){const _0x4b1965=_0x3431b8;return[...this[_0x4b1965(0x611)][_0x4b1965(0x702)]()];}},_0x524487=class{constructor(){const _0x4ba118=_0x3431b8;_0x2c4771(this,_0x4ba118(0x759),[]);}[_0x3431b8(0x475)](_0x503cf4){const _0x5a4238=_0x3431b8;return this[_0x5a4238(0x759)][_0x5a4238(0x49d)](_0x503cf4),this[_0x5a4238(0x268)](),(0x0,_0x21e99d[_0x5a4238(0x7b6)])(()=>{const _0xa27cd3=_0x5a4238;let _0x14c84b=this[_0xa27cd3(0x759)][_0xa27cd3(0x3e4)](_0x503cf4);_0x14c84b>=0x0&&this[_0xa27cd3(0x759)]['splice'](_0x14c84b,0x1);});}['handleWheel'](_0x577c3c){const _0x180aeb=_0x3431b8;for(let _0x3f13f6 of this[_0x180aeb(0x759)]){var _0x5ae28f;if(_0x3f13f6[_0x180aeb(0x5d2)]===_0x577c3c[_0x180aeb(0x5d2)]&&!(_0x577c3c[_0x180aeb(0x1ae)]&&(_0x5ae28f=_0x3f13f6[_0x180aeb(0x2ed)])!=null&&_0x5ae28f[_0x180aeb(0x522)]&&!_0x3f13f6[_0x180aeb(0x2ed)][_0x180aeb(0x1b2)](_0x577c3c[_0x180aeb(0x1ae)]))&&_0x3f13f6[_0x180aeb(0x466)](_0x577c3c)===!0x0)return!0x0;}return!0x1;}['list'](){const _0x28c395=_0x3431b8;return[...this[_0x28c395(0x759)]];}[_0x3431b8(0x268)](){const _0x1f0714=_0x3431b8;this[_0x1f0714(0x759)]['sort']((_0x35bbf5,_0x1b9ec0)=>(_0x1b9ec0['order']??0x0)-(_0x35bbf5[_0x1f0714(0x200)]??0x0));}};function _0x189489(_0x26edb8){const _0x3b429e=_0x3431b8;if(!_0x26edb8||typeof _0x26edb8!='object')return;let _0x5e0eb0=_0x26edb8;return _0x5e0eb0[_0x3b429e(0x12f)]===0x1&&_0x5e0eb0[_0x3b429e(0x73e)]&&_0x5e0eb0[_0x3b429e(0x7a9)]?_0x5e0eb0:void 0x0;}let _0x54b531=new Map();function _0x12c67f(_0x87514a){const _0x165c1a=_0x3431b8;var _0x50a9a5,_0xa51753;let {container:_0x592940,content:_0x564e78,offset:_0x4653ad}=_0x87514a;if(!_0x87514a[_0x165c1a(0x5fe)])return _0x4653ad[_0x165c1a(0x387)]=0x0,_0x564e78[_0x165c1a(0x594)]['removeProperty'](_0x165c1a(0x4a4)),_0x564e78['style'][_0x165c1a(0x3da)](_0x165c1a(0x689)),(0x0,_0x21e99d[_0x165c1a(0x7b6)])(()=>{});let _0x37841d=_0x592940[_0x165c1a(0x2cc)][_0x165c1a(0x4fd)]??window,_0x35c7d3=_0x50b651(_0x87514a[_0x165c1a(0x22a)],0x1),_0x686605=!0x1,_0x5ca792,_0x128cf2=()=>{const _0x55322d=_0x165c1a;var _0x25f8d5;if(_0x686605)return;let _0x5c8eec=_0x87514a[_0x55322d(0x3b0)]();if(!_0x5c8eec){_0x4653ad['current']=0x0,_0x564e78[_0x55322d(0x594)]['removeProperty']('transform'),_0x564e78['style'][_0x55322d(0x3da)](_0x55322d(0x689));return;}let _0x1b0082=_0x87514a[_0x55322d(0x1a6)](_0x5c8eec);if(!_0x1b0082)return;let _0x194504=_0x1d9e04(_0x592940),_0x490084=(_0x194504==null?void 0x0:_0x194504[_0x55322d(0x2ab)]())??{'height':_0x37841d[_0x55322d(0x2a0)],'top':0x0,'width':_0x37841d[_0x55322d(0x56a)]},_0x3dfb66=_0x592940[_0x55322d(0x2ab)](),_0x4bf66f=_0x50b651(_0x87514a[_0x55322d(0x773)],_0x3dfb66[_0x55322d(0x5ab)]/_0x35c7d3),_0x538c36=Math['min'](_0x4bf66f,_0x50b651(_0x87514a['viewportHeight'],_0x564e78[_0x55322d(0x2ab)]()['height']/_0x35c7d3,_0x490084[_0x55322d(0x5ab)]/_0x35c7d3)),_0x52e907=_0x2c9673({'contentHeight':_0x4bf66f,'hostOffset':Math['max'](0x0,(_0x490084[_0x55322d(0x1db)]-_0x3dfb66[_0x55322d(0x1db)])/_0x35c7d3),'stickyHeaderHeight':Math['max'](0x18,((_0x25f8d5=_0x1b0082[_0x55322d(0x67e)])==null?void 0x0:_0x25f8d5[_0x55322d(0x2f1)](_0x1b0082,_0x5c8eec))??0x0),'viewportHeight':_0x538c36});if(_0x564e78['style'][_0x55322d(0x4a4)]=_0x52e907[_0x55322d(0x655)]===0x0?'':_0x55322d(0x75e)+_0x52e907[_0x55322d(0x655)]*_0x35c7d3+_0x55322d(0x39c),_0x564e78[_0x55322d(0x594)][_0x55322d(0x727)]=_0x52e907[_0x55322d(0x650)]===0x0?'':_0x55322d(0x32f)+_0x52e907[_0x55322d(0x650)]*_0x35c7d3+_0x55322d(0x7fe),!_0x16d119(_0x87514a['owner']['current'],_0x55322d(0x217))||_0x87514a['syncingHostFromChild'][_0x55322d(0x387)])return;let _0x4fb965=_0x52e907[_0x55322d(0x182)]-_0x4653ad[_0x55322d(0x387)];if(Math[_0x55322d(0x735)](_0x4fb965)<0.5)return;_0x4653ad[_0x55322d(0x387)]=_0x52e907[_0x55322d(0x182)],_0x87514a[_0x55322d(0x284)]();let _0xfb9ca0=new WheelEvent(_0x55322d(0x1ee),{'cancelable':!0x1,'clientX':_0x3dfb66['left']+Math[_0x55322d(0x7ad)](_0x3dfb66['width'],_0x490084[_0x55322d(0x36e)])/0x2,'clientY':_0x490084[_0x55322d(0x1db)]+_0x538c36*_0x35c7d3/0x2,'deltaY':_0x4fb965});_0x87514a[_0x55322d(0x554)][_0x55322d(0x387)]=!0x0;try{_0x1b0082['handleWheel']({..._0x5c8eec,'event':_0xfb9ca0,'source':_0x55322d(0x518),'stage':_0x87514a[_0x55322d(0x393)](),'viewportScrollY':_0x52e907['childOffset']});}finally{_0x87514a[_0x55322d(0x554)][_0x55322d(0x387)]=!0x1;}},_0x362d89=()=>{const _0x474949=_0x165c1a;_0x128cf2(),_0x686605||(_0x5ca792=_0x37841d[_0x474949(0x3a6)](_0x362d89));},_0xab9490=()=>{globalThis['queueMicrotask'](()=>{_0x686605||_0x128cf2();});},_0x55764b=_0x87514a[_0x165c1a(0x3b0)](),_0x518f07=_0x55764b?_0x87514a[_0x165c1a(0x1a6)](_0x55764b):void 0x0,_0x4ea477=_0x55764b&&(_0x518f07==null||(_0x50a9a5=_0x518f07[_0x165c1a(0x1aa)])==null?void 0x0:_0x50a9a5['call'](_0x518f07,_0x55764b,_0x1d128a=>{const _0x125d7c=_0x165c1a;var _0x416d6b;if(_0x87514a[_0x125d7c(0x554)][_0x125d7c(0x387)]||!_0x16d119(_0x87514a[_0x125d7c(0x629)][_0x125d7c(0x387)],_0x125d7c(0x60a)))return;let _0x173a08=Math[_0x125d7c(0x561)](0x0,_0x50b651(_0x87514a[_0x125d7c(0x773)])-_0x50b651(_0x87514a[_0x125d7c(0x1f5)])),_0x7e5c07=_0x2b16f8(_0x1d128a,0x0,_0x173a08),_0x21d0a9=_0x592940[_0x125d7c(0x2ab)](),_0x4d6ef3=((_0x416d6b=_0x1d9e04(_0x592940))==null?void 0x0:_0x416d6b[_0x125d7c(0x2ab)]()[_0x125d7c(0x1db)])??0x0,_0x27967c=_0x279c63(_0x7e5c07,_0x2b16f8((_0x4d6ef3-_0x21d0a9[_0x125d7c(0x1db)])/_0x35c7d3,0x0,_0x173a08),Math[_0x125d7c(0x561)](0x0,(_0x21d0a9[_0x125d7c(0x1db)]-_0x4d6ef3)/_0x35c7d3));if(Math[_0x125d7c(0x735)](_0x27967c)<0.5)return;let _0x4602c4=new WheelEvent('wheel',{'cancelable':!0x1,'clientX':_0x21d0a9[_0x125d7c(0x312)]+_0x21d0a9[_0x125d7c(0x36e)]/0x2,'clientY':_0x21d0a9[_0x125d7c(0x1db)]+Math[_0x125d7c(0x7ad)](_0x21d0a9['height'],(_0x87514a[_0x125d7c(0x1f5)]??_0x21d0a9[_0x125d7c(0x5ab)]/_0x35c7d3)*_0x35c7d3)/0x2,'deltaY':_0x27967c*_0x35c7d3}),_0x98cb7e=_0x4653ad[_0x125d7c(0x387)],_0x47fd31=_0x564e78[_0x125d7c(0x594)][_0x125d7c(0x4a4)],_0x11cef9=_0x564e78['style'][_0x125d7c(0x727)];_0x4653ad[_0x125d7c(0x387)]=_0x7e5c07,_0x564e78[_0x125d7c(0x594)][_0x125d7c(0x4a4)]=_0x7e5c07===0x0?'':_0x125d7c(0x75e)+_0x7e5c07*_0x35c7d3+'px)',_0x564e78[_0x125d7c(0x594)][_0x125d7c(0x727)]='',_0x87514a[_0x125d7c(0x6c0)]['current']=!0x0;let _0x13b3dc=!0x1;try{var _0x5eef70;_0x13b3dc=((_0x5eef70=_0x87514a[_0x125d7c(0x2bb)])==null?void 0x0:_0x5eef70[_0x125d7c(0x2f1)](_0x87514a,_0x4602c4,_0x55764b))===!0x0||_0x56f8c7(_0x592940,_0x4602c4);}finally{_0x87514a[_0x125d7c(0x6c0)][_0x125d7c(0x387)]=!0x1;}if(!_0x13b3dc){_0x4653ad[_0x125d7c(0x387)]=_0x98cb7e,_0x564e78[_0x125d7c(0x594)][_0x125d7c(0x4a4)]=_0x47fd31,_0x564e78[_0x125d7c(0x594)][_0x125d7c(0x727)]=_0x11cef9;return;}_0x87514a[_0x125d7c(0x284)]();}));_0x5ca792=_0x37841d['requestAnimationFrame'](_0x362d89);let _0x105e51=(_0xa51753=_0x87514a[_0x165c1a(0x210)])==null?void 0x0:_0xa51753[_0x165c1a(0x823)](_0xab9490);_0x37841d['addEventListener'](_0x165c1a(0x538),_0x128cf2,!0x0),_0x37841d[_0x165c1a(0x50e)](_0x165c1a(0x19a),_0x128cf2);let _0x38094c=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x128cf2);return _0x38094c==null||_0x38094c[_0x165c1a(0x4c2)](_0x592940),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x20e52f=_0x165c1a;_0x686605=!0x0,_0x5ca792!=null&&_0x37841d['cancelAnimationFrame'](_0x5ca792),_0x4ea477==null||_0x4ea477[_0x20e52f(0x403)](),_0x105e51==null||_0x105e51['unsubscribe'](),_0x38094c==null||_0x38094c[_0x20e52f(0x2b4)](),_0x37841d['removeEventListener'](_0x20e52f(0x538),_0x128cf2,!0x0),_0x37841d[_0x20e52f(0x5c5)](_0x20e52f(0x19a),_0x128cf2),_0x564e78[_0x20e52f(0x594)]['removeProperty']('transform'),_0x564e78[_0x20e52f(0x594)]['removeProperty'](_0x20e52f(0x689));});}function _0x16d119(_0x1afecc,_0x28f8bf){return _0x1afecc==null||_0x1afecc===_0x28f8bf;}function _0x279c63(_0x2b5a45,_0x6a37af,_0x404dd2){const _0x262f00=_0x3431b8;let _0x20364e=_0x2b5a45-_0x6a37af;return _0x20364e+(_0x20364e>0x0?Math[_0x262f00(0x561)](0x0,_0x404dd2):0x0);}function _0x2c9673(_0x14d59b){const _0x4a66db=_0x3431b8;let _0x3cf191=_0x50b651(_0x14d59b[_0x4a66db(0x773)]),_0x1211b0=Math[_0x4a66db(0x7ad)](_0x3cf191,_0x50b651(_0x14d59b[_0x4a66db(0x1f5)])),_0x504284=Math[_0x4a66db(0x561)](0x0,_0x3cf191-_0x1211b0);if(_0x504284===0x0)return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x249ce8=Math[_0x4a66db(0x561)](0x0,_0x14d59b[_0x4a66db(0x3fc)]),_0x561a86=_0x2b16f8(_0x50b651(_0x14d59b[_0x4a66db(0x665)]),0x1,_0x1211b0),_0x14b37a=Math[_0x4a66db(0x561)](_0x504284,_0x3cf191-_0x561a86),_0x1191b4=Math[_0x4a66db(0x7ad)](_0x249ce8,_0x14b37a),_0x550c20=_0x2b16f8(_0x3cf191-_0x249ce8,_0x561a86,_0x1211b0);return{'childOffset':Math['min'](_0x249ce8,_0x504284),'clipBottom':_0x1211b0-_0x550c20,'visualOffset':_0x1191b4};}function _0x552858(_0x34514c){const _0xe2c169=_0x3431b8;let _0x2facff=Math['max'](0x1,_0x34514c['bleedWidth']-_0x34514c[_0xe2c169(0x619)]),_0x5a1e6e=Math[_0xe2c169(0x7ad)](_0x34514c[_0xe2c169(0x32a)],_0x2facff);return{'initialWidth':_0x5a1e6e,'maxExpansion':Math[_0xe2c169(0x7ad)](_0x34514c[_0xe2c169(0x619)],Math['max'](0x0,_0x34514c[_0xe2c169(0x32a)]-_0x5a1e6e))};}function _0x2b16f8(_0x2880ed,_0x1ecebd,_0x3fe69d){const _0xc1bba1=_0x3431b8;return Math[_0xc1bba1(0x561)](_0x1ecebd,Math[_0xc1bba1(0x7ad)](_0x3fe69d,_0x2880ed));}function _0x723244(_0x58e5b){const _0x3f1f10=_0x3431b8;_0x58e5b['style']['removeProperty'](_0x3f1f10(0x312)),_0x58e5b['style']['removeProperty']('top'),_0x58e5b[_0x3f1f10(0x594)][_0x3f1f10(0x3da)](_0x3f1f10(0x36e)),_0x58e5b[_0x3f1f10(0x594)][_0x3f1f10(0x3da)](_0x3f1f10(0x5ab)),_0x58e5b[_0x3f1f10(0x594)][_0x3f1f10(0x3da)](_0x3f1f10(0x4d5)),_0x58e5b[_0x3f1f10(0x594)][_0x3f1f10(0x3da)]('pointer-events');}function _0x5988b3(_0x162a68,_0x5aeba1){const _0xbf3b47=_0x3431b8;_0x5aeba1?_0x54b531[_0xbf3b47(0x441)](_0x162a68,_0x5aeba1):_0x54b531[_0xbf3b47(0x5bc)](_0x162a68);}function _0x13da40(_0x144717){const _0x44b55d=_0x3431b8;var _0x2b3e7e;let {chrome:_0x42adf0,container:_0x2401a2,geometryService:_0xa8d473,stage:_0x4de253}=_0x144717;if(_0x144717[_0x44b55d(0x548)]&&_0x4de253===_0x44b55d(0x23b))return _0x42adf0[_0x44b55d(0x594)][_0x44b55d(0x4d5)]=_0x44b55d(0x330),_0x42adf0[_0x44b55d(0x594)]['pointerEvents']='none',(0x0,_0x21e99d[_0x44b55d(0x7b6)])(()=>{const _0x4ea2ff=_0x44b55d;_0x42adf0[_0x4ea2ff(0x594)][_0x4ea2ff(0x3da)](_0x4ea2ff(0x4d5)),_0x42adf0[_0x4ea2ff(0x594)][_0x4ea2ff(0x3da)](_0x4ea2ff(0x35f));});let _0x8c8f16=_0x42adf0[_0x44b55d(0x113)],_0x4369e0=_0x42adf0[_0x44b55d(0x352)],_0x1e74d8,_0x4c1b31,_0x3de92b=0x0,_0x554b29,_0x15835b,_0x4f0991,_0xdff8a9,_0x2350ef,_0x3643b5,_0x29faa7,_0x434fad=()=>{const _0x28539c=_0x44b55d;let _0x41d8df=_0x54d328(_0x2401a2),_0x5c9283=_0x5de370(_0x2401a2),_0x21e345=!_0x103cf1(_0x2401a2)&&_0x29faa7!=null&&_0x554b29===_0x5c9283[_0x28539c(0x312)]&&_0x4f0991===_0x5c9283[_0x28539c(0x36e)]&&_0xdff8a9===_0x5c9283[_0x28539c(0x5ab)];!_0x103cf1(_0x2401a2)&&_0x29faa7!=null&&!_0x21e345&&(_0x29faa7=void 0x0);let _0x414b9d=_0x21e345?new DOMRect(_0x5c9283[_0x28539c(0x312)],_0x29faa7,_0x5c9283[_0x28539c(0x36e)],_0x5c9283['height']):_0x5c9283,_0x87c8f4=!_0x41d8df||_0x414b9d['height']>=0x18,_0x198a91=_0x5089e3(_0x41d8df,_0x87c8f4,_0x414b9d[_0x28539c(0x5ab)]);if(_0x5bcf6d(_0x2401a2,_0x42adf0,_0x87c8f4,_0x4de253),_0x103ac0(_0x2401a2,_0x42adf0,_0x198a91,_0x4de253),_0x41d8df){let _0xfa5cf8=_0x2401a2[_0x28539c(0x2ab)]();_0x2435c5(_0x42adf0,_0x414b9d,_0x53ed62(_0xfa5cf8,_0x144717[_0x28539c(0x31c)]));}else _0x1892e9(_0x42adf0);_0x42adf0[_0x28539c(0x594)]['visibility']=_0x87c8f4?'':_0x28539c(0x330),_0x42adf0['style'][_0x28539c(0x235)]=_0x87c8f4&&_0x4de253!==_0x28539c(0x23b)?'':_0x28539c(0x331),(_0x414b9d[_0x28539c(0x312)]!==_0x554b29||_0x414b9d['top']!==_0x15835b||_0x414b9d[_0x28539c(0x36e)]!==_0x4f0991||_0x414b9d[_0x28539c(0x5ab)]!==_0xdff8a9||_0x87c8f4!==_0x2350ef||_0x198a91!==_0x3643b5)&&(_0x554b29=_0x414b9d[_0x28539c(0x312)],_0x15835b=_0x414b9d[_0x28539c(0x1db)],_0x4f0991=_0x414b9d[_0x28539c(0x36e)],_0xdff8a9=_0x414b9d[_0x28539c(0x5ab)],_0x2350ef=_0x87c8f4,_0x3643b5=_0x198a91,_0x5988b3(_0x2401a2,{'height':_0x414b9d['height'],'left':_0x414b9d[_0x28539c(0x312)],'top':_0x414b9d[_0x28539c(0x1db)],'width':_0x414b9d[_0x28539c(0x36e)]}),_0x42adf0['style'][_0x28539c(0x312)]=_0x414b9d['left']+'px',_0x42adf0['style'][_0x28539c(0x1db)]=_0x414b9d[_0x28539c(0x1db)]+'px',_0x42adf0['style'][_0x28539c(0x36e)]=_0x414b9d[_0x28539c(0x36e)]+'px',_0x42adf0['style'][_0x28539c(0x5ab)]=_0x414b9d[_0x28539c(0x5ab)]+'px');},_0x1f8c6f=()=>{_0x434fad(),_0x1e74d8=window['requestAnimationFrame'](_0x1f8c6f);},_0x66fcea=()=>{const _0x2582c6=_0x44b55d;_0x4c1b31=void 0x0,_0x434fad(),!(_0x3de92b<=0x0)&&(--_0x3de92b,_0x4c1b31=window[_0x2582c6(0x3a6)](_0x66fcea));},_0x36d91a=_0x1027fa=>{const _0xa07f10=_0x44b55d;!_0x103cf1(_0x2401a2)&&_0x16c57c(_0x1027fa)&&_0x15835b!=null&&(_0x29faa7=_0x15835b),_0x110557(_0x2401a2,_0x1027fa,{'height':_0xdff8a9,'left':_0x554b29,'top':_0x15835b,'width':_0x4f0991})&&(_0xa8d473[_0xa07f10(0x284)]({'embedId':_0x144717[_0xa07f10(0x73e)],'reason':'wheel'}),_0x3de92b=Math['max'](_0x3de92b,0x3),_0x4c1b31??=window[_0xa07f10(0x3a6)](_0x66fcea));},_0x18172f=()=>{const _0x21e401=_0x44b55d;_0x29faa7=void 0x0,_0xa8d473[_0x21e401(0x284)]({'embedId':_0x144717[_0x21e401(0x73e)],'reason':_0x21e401(0x5eb)}),_0x3de92b=Math['max'](_0x3de92b,0x2),_0x4c1b31??=window[_0x21e401(0x3a6)](_0x66fcea);},_0x28f0f4=()=>{_0x29faa7=void 0x0;};_0x434fad(),document['body'][_0x44b55d(0x543)](_0x42adf0);let _0x5d34d5=new ResizeObserver(_0x434fad);_0x5d34d5[_0x44b55d(0x4c2)](_0x2401a2);let _0xe7b30a=(_0x2b3e7e=_0x144717[_0x44b55d(0x210)])==null?void 0x0:_0x2b3e7e['subscribe'](_0x18172f);return window[_0x44b55d(0x50e)](_0x44b55d(0x380),_0x28f0f4,!0x0),window[_0x44b55d(0x50e)]('scroll',_0x36d91a,!0x0),window[_0x44b55d(0x50e)]('wheel',_0x36d91a,!0x0),window[_0x44b55d(0x50e)](_0x44b55d(0x19a),_0x36d91a),(_0x4de253!==_0x44b55d(0x23b)||_0x103cf1(_0x2401a2))&&(_0x1e74d8=window[_0x44b55d(0x3a6)](_0x1f8c6f)),(0x0,_0x21e99d[_0x44b55d(0x7b6)])(()=>{const _0x2638b5=_0x44b55d;_0x1e74d8!=null&&window[_0x2638b5(0x34a)](_0x1e74d8),_0x4c1b31!=null&&window['cancelAnimationFrame'](_0x4c1b31),_0xe7b30a==null||_0xe7b30a['unsubscribe'](),_0x5d34d5[_0x2638b5(0x2b4)](),window[_0x2638b5(0x5c5)](_0x2638b5(0x380),_0x28f0f4,!0x0),window['removeEventListener'](_0x2638b5(0x538),_0x36d91a,!0x0),window['removeEventListener'](_0x2638b5(0x1ee),_0x36d91a,!0x0),window['removeEventListener'](_0x2638b5(0x19a),_0x36d91a),_0x5988b3(_0x2401a2),_0x723244(_0x42adf0),_0x5bcf6d(_0x2401a2,_0x42adf0,!0x0,_0x2638b5(0x3a0)),_0x103ac0(_0x2401a2,_0x42adf0,!0x0,_0x2638b5(0x3a0)),_0x8c8f16!=null&&_0x8c8f16[_0x2638b5(0x30e)]?_0x8c8f16['insertBefore'](_0x42adf0,_0x4369e0):_0x42adf0[_0x2638b5(0x19e)]();});}function _0x385004(_0x144917,_0x2d86ba){const _0x2fdc6b=_0x3431b8;var _0xafefe2,_0x1fce46,_0xe24937;let _0x15b8ad=_0x144917[_0x2fdc6b(0x5be)]['embedId'],_0x526e64=_0x144917[_0x2fdc6b(0x2cc)],_0x4e0def=_0x54d328(_0x144917)?[_0x5de370(_0x144917)]:[_0x144917['getBoundingClientRect'](),(_0xafefe2=_0x144917['querySelector'](_0x2fdc6b(0x7b3)))==null?void 0x0:_0xafefe2['getBoundingClientRect']()],_0x4085f1=_0x526e64[_0x2fdc6b(0x73b)]('[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22'+_0x15b8ad+'\x22]'),_0x4c0f40=[_0x4085f1==null||(_0x1fce46=_0x4085f1['querySelector']('[data-embed-floating-menu=\x22true\x22]'))==null?void 0x0:_0x1fce46[_0x2fdc6b(0x2ab)](),_0x4085f1==null||(_0xe24937=_0x4085f1[_0x2fdc6b(0x73b)](_0x2fdc6b(0x1c3)))==null?void 0x0:_0xe24937[_0x2fdc6b(0x2ab)]()],_0xcad4d4=Array[_0x2fdc6b(0x822)](_0x526e64[_0x2fdc6b(0x42b)](_0x2fdc6b(0x5d0)))['filter'](_0x514c6e=>_0x514c6e[_0x2fdc6b(0x5be)][_0x2fdc6b(0x73e)]===_0x15b8ad)[_0x2fdc6b(0x27a)](_0x1e267b=>_0x1e267b['getBoundingClientRect']());return[..._0x4e0def,..._0x4c0f40,..._0xcad4d4][_0x2fdc6b(0x659)](_0x3221c5=>!!_0x3221c5&&_0x3221c5['width']>0x0&&_0x3221c5['height']>0x0)['some'](_0x4b88b3=>_0x31bf83(_0x4b88b3,_0x2d86ba[_0x2fdc6b(0x7da)],_0x2d86ba[_0x2fdc6b(0x13f)]));}function _0x5bcf6d(_0xdbf822,_0xbad3e7,_0x271d9f,_0x225108){const _0xffa83c=_0x3431b8;let _0x4522a9=_0x271d9f?'':_0xffa83c(0x331),_0xa63969=_0xdbf822['querySelector']('[data-u-comp=\x22embed-float-dom-content\x22]'),_0x100142=_0xdbf822['querySelector'](_0xffa83c(0x227)),_0x318a5e=_0xdbf822[_0xffa83c(0x73b)](_0xffa83c(0x1ca)),_0x5d3a3a=_0xdbf822['querySelector'](_0xffa83c(0x35a)),_0x26e326=_0xdbf822['querySelector']('[data-u-comp=\x22embed-float-dom-interaction-gate\x22]'),_0x321bec=_0xbad3e7==null?void 0x0:_0xbad3e7['querySelector'](_0xffa83c(0x783)),_0x409376=_0xbad3e7==null?void 0x0:_0xbad3e7['querySelector'](_0xffa83c(0x6d2));if(_0x321bec==null||_0x321bec[_0xffa83c(0x594)][_0xffa83c(0x5e4)]('pointer-events','none'),_0x409376==null||_0x409376[_0xffa83c(0x594)][_0xffa83c(0x5e4)](_0xffa83c(0x35f),'none'),_0x54d328(_0xdbf822)){_0xdbf822[_0xffa83c(0x594)][_0xffa83c(0x5e4)]('pointer-events',_0xffa83c(0x331)),_0xa63969==null||_0xa63969[_0xffa83c(0x594)][_0xffa83c(0x5e4)](_0xffa83c(0x35f),_0xffa83c(0x331)),_0x100142==null||_0x100142[_0xffa83c(0x594)]['setProperty'](_0xffa83c(0x35f),'none'),_0x318a5e==null||_0x318a5e[_0xffa83c(0x594)][_0xffa83c(0x5e4)](_0xffa83c(0x35f),_0x271d9f?_0xffa83c(0x61a):_0xffa83c(0x331)),_0x5d3a3a==null||_0x5d3a3a['style']['setProperty'](_0xffa83c(0x35f),_0xffa83c(0x331)),_0x26e326==null||_0x26e326[_0xffa83c(0x594)]['setProperty'](_0xffa83c(0x35f),_0xffa83c(0x331));return;}_0xdbf822[_0xffa83c(0x594)]['removeProperty'](_0xffa83c(0x35f)),_0xa63969==null||_0xa63969['style'][_0xffa83c(0x3da)](_0xffa83c(0x35f)),_0x100142==null||_0x100142[_0xffa83c(0x594)][_0xffa83c(0x5e4)]('pointer-events',_0x4522a9),_0x318a5e==null||_0x318a5e[_0xffa83c(0x594)][_0xffa83c(0x3da)](_0xffa83c(0x35f)),_0x5d3a3a==null||_0x5d3a3a['style'][_0xffa83c(0x3da)]('pointer-events'),_0x26e326==null||_0x26e326[_0xffa83c(0x594)][_0xffa83c(0x5e4)](_0xffa83c(0x35f),_0x4522a9);}function _0x103ac0(_0x3536c9,_0x58ea01,_0x471210,_0x5b84fe){const _0x3c4e90=_0x3431b8;let _0x3566ac=_0x471210&&_0x5b84fe!==_0x3c4e90(0x3a0),_0x2d6667=_0x3536c9[_0x3c4e90(0x73b)](_0x3c4e90(0x1c3))??(_0x58ea01==null?void 0x0:_0x58ea01[_0x3c4e90(0x73b)]('[data-embed-float-fullscreen-button]')),_0x37140a=[_0x58ea01==null?void 0x0:_0x58ea01[_0x3c4e90(0x73b)](_0x3c4e90(0x783)),_0x58ea01==null?void 0x0:_0x58ea01[_0x3c4e90(0x73b)](_0x3c4e90(0x6d2))];_0x2d6667==null||_0x2d6667[_0x3c4e90(0x594)]['setProperty'](_0x3c4e90(0x4d5),_0x3566ac?'':_0x3c4e90(0x330)),_0x2d6667==null||_0x2d6667['style']['setProperty']('pointer-events',_0x3566ac?'':'none'),_0x37140a['forEach'](_0xcef30a=>{const _0x606880=_0x3c4e90;_0xcef30a==null||_0xcef30a[_0x606880(0x594)]['setProperty'](_0x606880(0x4d5),_0x471210&&_0x5b84fe===_0x606880(0x3a0)?'':_0x606880(0x330)),_0xcef30a==null||_0xcef30a[_0x606880(0x594)][_0x606880(0x5e4)](_0x606880(0x35f),_0x606880(0x331)),_0x5b84fe!=='stage2'&&(_0xcef30a==null||_0xcef30a['removeAttribute'](_0x606880(0x4dd)),_0xcef30a==null||_0xcef30a['querySelectorAll']('[data-embed-runtime-focus-role]')[_0x606880(0x7ce)](_0x2db65b=>{const _0x106643=_0x606880;_0x2db65b[_0x106643(0x7b5)](_0x106643(0x4dd));}));});}function _0x5089e3(_0x2111f2,_0x1a6d20,_0x33e8eb){return _0x2111f2?_0x1a6d20:_0x33e8eb>=0x28;}function _0x2435c5(_0xa65701,_0xc02512,_0x4ad3cd){const _0x349eee=_0x3431b8;let _0x198fc0=_0x4ad3cd['left']-_0xc02512[_0x349eee(0x312)],_0x335833=_0x4ad3cd[_0x349eee(0x36e)];_0xa65701[_0x349eee(0x42b)](_0x349eee(0x285))['forEach'](_0x34270f=>{const _0x2c833d=_0x349eee;var _0x39a41f;let _0x430be6=(_0x39a41f=_0x34270f[_0x2c833d(0x5a8)](_0x2c833d(0x74c)))==null?void 0x0:_0x39a41f['dataset'][_0x2c833d(0x17f)],_0x2e8240=_0x34270f['dataset']['uComp']===_0x2c833d(0x6e1),_0x5b2916=_0x34270f[_0x2c833d(0x5be)]['uComp']===_0x2c833d(0x2fe);_0x430be6===_0x2c833d(0x517)?(_0x34270f[_0x2c833d(0x594)][_0x2c833d(0x1db)]=_0x2e8240?_0x2c833d(0x44a):'-52px',_0x2e8240?(_0x34270f[_0x2c833d(0x594)][_0x2c833d(0x5e4)](_0x2c833d(0x312),_0x198fc0+'px',_0x2c833d(0x406)),_0x34270f[_0x2c833d(0x594)][_0x2c833d(0x5e4)]('right','auto','important'),_0x34270f[_0x2c833d(0x594)][_0x2c833d(0x5e4)](_0x2c833d(0x36e),_0x335833+'px',_0x2c833d(0x406))):_0x5b2916&&(_0x34270f[_0x2c833d(0x594)][_0x2c833d(0x5e4)](_0x2c833d(0x312),_0x198fc0+_0x335833/0x2+'px','important'),_0x34270f[_0x2c833d(0x594)][_0x2c833d(0x5e4)](_0x2c833d(0x3a1),_0x335833+'px'))):(_0x2e8240||_0x5b2916)&&(_0x34270f['style'][_0x2c833d(0x1db)]=_0x2c833d(0x82e));});}function _0x53ed62(_0x1dde5b,_0x109a0d){const _0x26f33b=_0x3431b8;if(!_0x109a0d)return _0x1dde5b;let _0x38e9eb=Math[_0x26f33b(0x7ad)](_0x109a0d['contentWidth'],_0x109a0d[_0x26f33b(0x5b4)]);if(_0x38e9eb<=0x0||_0x1dde5b[_0x26f33b(0x36e)]<=0x0)return _0x1dde5b;let _0x14a61d=_0x1dde5b[_0x26f33b(0x36e)]/_0x38e9eb;return new DOMRect(_0x1dde5b[_0x26f33b(0x312)],_0x1dde5b[_0x26f33b(0x1db)],_0x109a0d[_0x26f33b(0x5b4)]*_0x14a61d,_0x1dde5b['height']);}function _0x1892e9(_0x3e9deb){const _0x50b27d=_0x3431b8;_0x3e9deb['querySelectorAll'](_0x50b27d(0x285))[_0x50b27d(0x7ce)](_0x2d58eb=>{const _0x3b533e=_0x50b27d;var _0x648484;_0x2d58eb[_0x3b533e(0x594)][_0x3b533e(0x3da)](_0x3b533e(0x312)),_0x2d58eb[_0x3b533e(0x594)][_0x3b533e(0x3da)](_0x3b533e(0x1db)),_0x2d58eb[_0x3b533e(0x594)][_0x3b533e(0x3da)](_0x3b533e(0x36e)),_0x2d58eb['style'][_0x3b533e(0x3da)](_0x3b533e(0x467)),_0x2d58eb[_0x3b533e(0x594)][_0x3b533e(0x3da)](_0x3b533e(0x3a1)),(_0x648484=_0x2d58eb[_0x3b533e(0x73b)](_0x3b533e(0x804)))==null||_0x648484[_0x3b533e(0x594)][_0x3b533e(0x3da)]('margin-left');});}function _0x5de370(_0x10c0e1){const _0x37f684=_0x3431b8;let _0x48be7a=_0x103cf1(_0x10c0e1)?_0x10c0e1['querySelector'](_0x37f684(0x7b3)):null,_0x23f979=_0x48be7a==null?void 0x0:_0x48be7a[_0x37f684(0x2ab)](),_0xdedf1f=_0x10c0e1[_0x37f684(0x2ab)]();return _0x1da651(_0x23f979&&_0x23f979[_0x37f684(0x36e)]>0x0&&_0x23f979['height']>0x0?_0x54d328(_0x10c0e1)?_0x1f25d3(_0x23f979,_0xdedf1f[_0x37f684(0x7e3)]):_0x23f979:_0xdedf1f,_0x10c0e1);}function _0x54d328(_0x4cb455){const _0x4fcb26=_0x3431b8;return!!_0x4cb455[_0x4fcb26(0x5a8)](_0x4fcb26(0x5f5));}function _0x103cf1(_0xb17a97){const _0x14777a=_0x3431b8;return _0x54d328(_0xb17a97)||!!_0xb17a97[_0x14777a(0x5a8)](_0x14777a(0x65a));}function _0x59e572(_0x3e7f9e,_0xf00a72,_0x3d5348,_0x2ad64c){const _0xc6a6bf=_0x3431b8;_0x2ad64c['current'][_0xc6a6bf(0x7ce)](_0x3d5920=>window[_0xc6a6bf(0x34a)](_0x3d5920)),_0x2ad64c[_0xc6a6bf(0x387)]=[],_0x3e7f9e[_0xc6a6bf(0x284)]({'embedId':_0xf00a72,'reason':_0x3d5348});let _0x46ef8f=_0x28c649=>{const _0x1bc946=_0xc6a6bf;let _0x122587=window['requestAnimationFrame'](()=>{const _0x2aeeba=_0x5b76;_0x2ad64c[_0x2aeeba(0x387)]=_0x2ad64c['current'][_0x2aeeba(0x659)](_0x4efda0=>_0x4efda0!==_0x122587),_0x3e7f9e[_0x2aeeba(0x284)]({'embedId':_0xf00a72,'reason':_0x3d5348}),_0x28c649>0x1&&_0x46ef8f(_0x28c649-0x1);});_0x2ad64c[_0x1bc946(0x387)][_0x1bc946(0x49d)](_0x122587);};_0x46ef8f(0x2);}function _0x110557(_0x49a4c7,_0x469a1d,_0x518718){const _0x162aa0=_0x3431b8;if(_0x12994e(_0x469a1d))return!0x1;let _0x46a04b=_0x469a1d==null?void 0x0:_0x469a1d[_0x162aa0(0x692)];return!(_0x46a04b instanceof Node&&_0x49a4c7[_0x162aa0(0x362)](_0x46a04b)||_0x46a04b instanceof HTMLElement&&_0x46a04b[_0x162aa0(0x5a8)](_0x162aa0(0x7c1))||_0x469a1d instanceof WheelEvent&&([..._0x54b531[_0x162aa0(0x702)]()][_0x162aa0(0x46a)](_0x1164b6=>_0x24698c(_0x1164b6,_0x469a1d))||_0x24698c(_0x518718,_0x469a1d)));}function _0x16c57c(_0x2a60c1){const _0x3da619=_0x3431b8;return _0x2a60c1 instanceof WheelEvent?Math[_0x3da619(0x735)](_0x2a60c1[_0x3da619(0x789)])>=Math[_0x3da619(0x735)](_0x2a60c1['deltaX']):(_0x2a60c1==null?void 0x0:_0x2a60c1[_0x3da619(0x59e)])===_0x3da619(0x538);}function _0x1da651(_0x112b5b,_0x2d3dcc){const _0x1ddf5d=_0x3431b8;let _0x5adaa8=_0x5d125e(_0x2d3dcc,_0x112b5b);if(!_0x5adaa8&&_0x112b5b['top']>=0x0&&_0x112b5b[_0x1ddf5d(0x312)]>=0x0)return _0x112b5b;let _0x19a3b7=(_0x5adaa8==null?void 0x0:_0x5adaa8[_0x1ddf5d(0x2ab)]())??new DOMRect(0x0,0x0,window[_0x1ddf5d(0x56a)],window[_0x1ddf5d(0x2a0)]),_0x51ec91=Math['max'](_0x112b5b['left'],_0x19a3b7[_0x1ddf5d(0x312)]),_0x400730=Math[_0x1ddf5d(0x561)](_0x112b5b[_0x1ddf5d(0x1db)],_0x19a3b7[_0x1ddf5d(0x1db)]),_0x259c87=Math[_0x1ddf5d(0x7ad)](_0x112b5b['right'],_0x19a3b7['right']),_0x54547f=Math['min'](_0x112b5b[_0x1ddf5d(0x7e3)],_0x19a3b7[_0x1ddf5d(0x7e3)]);return _0x259c87<=_0x51ec91||_0x54547f<=_0x400730?new DOMRect(_0x51ec91,_0x400730,0x0,0x0):new DOMRect(_0x51ec91,_0x400730,_0x259c87-_0x51ec91,_0x54547f-_0x400730);}function _0x1f25d3(_0x2ed948,_0x43cf9a){const _0x994757=_0x3431b8;let _0x3de30f=Math[_0x994757(0x7ad)](_0x2ed948[_0x994757(0x7e3)],_0x43cf9a);return _0x3de30f<=_0x2ed948[_0x994757(0x1db)]?new DOMRect(_0x2ed948[_0x994757(0x312)],_0x2ed948[_0x994757(0x1db)],0x0,0x0):new DOMRect(_0x2ed948[_0x994757(0x312)],_0x2ed948[_0x994757(0x1db)],_0x2ed948[_0x994757(0x36e)],_0x3de30f-_0x2ed948[_0x994757(0x1db)]);}function _0x5d125e(_0x5e80d7,_0x2f2b50){const _0x4e01f7=_0x3431b8;let _0x4f4681=_0x5e80d7[_0x4e01f7(0x113)];for(;_0x4f4681&&_0x4f4681!==document[_0x4e01f7(0x71e)]&&_0x4f4681!==document[_0x4e01f7(0x19c)];){if(_0x55540f(_0x4f4681)&&!_0xddf2bf(_0x4f4681,_0x2f2b50))return _0x4f4681;_0x4f4681=_0x4f4681[_0x4e01f7(0x113)];}return null;}function _0xddf2bf(_0x25105a,_0x101e01){const _0xcced6a=_0x3431b8;let _0x5b4df4=_0x25105a['getBoundingClientRect']();return _0x5b4df4['width']<=0x0||_0x5b4df4[_0xcced6a(0x5ab)]<=0x0||Math[_0xcced6a(0x735)](_0x5b4df4[_0xcced6a(0x312)]-_0x101e01[_0xcced6a(0x312)])<0x1&&Math[_0xcced6a(0x735)](_0x5b4df4[_0xcced6a(0x1db)]-_0x101e01[_0xcced6a(0x1db)])<0x1&&Math['abs'](_0x5b4df4[_0xcced6a(0x36e)]-_0x101e01[_0xcced6a(0x36e)])<0x1&&Math[_0xcced6a(0x735)](_0x5b4df4['height']-_0x101e01[_0xcced6a(0x5ab)])<0x1;}function _0x31bf83(_0x41c021,_0x31ae94,_0x54e7bf){const _0x40b0b4=_0x3431b8;return _0x31ae94>=_0x41c021[_0x40b0b4(0x312)]&&_0x31ae94<=_0x41c021[_0x40b0b4(0x467)]&&_0x54e7bf>=_0x41c021[_0x40b0b4(0x1db)]&&_0x54e7bf<=_0x41c021['bottom'];}function _0x24698c(_0x563ded,_0x13f4bf){const _0x170595=_0x3431b8;let {height:_0x53b939,left:_0xce6112,top:_0x500ffe,width:_0x4193bc}=_0x563ded;return Number[_0x170595(0x669)](_0xce6112)&&Number['isFinite'](_0x500ffe)&&Number[_0x170595(0x669)](_0x4193bc)&&Number[_0x170595(0x669)](_0x53b939)&&(_0x4193bc??0x0)>0x0&&(_0x53b939??0x0)>0x0&&_0x13f4bf[_0x170595(0x7da)]>=_0xce6112&&_0x13f4bf[_0x170595(0x7da)]<=_0xce6112+_0x4193bc&&_0x13f4bf[_0x170595(0x13f)]>=_0x500ffe&&_0x13f4bf[_0x170595(0x13f)]<=_0x500ffe+_0x53b939;}function _0x50b651(..._0x23f6df){const _0x2732cc=_0x3431b8;return Math[_0x2732cc(0x561)](0x1,_0x23f6df['find'](_0x18c320=>typeof _0x18c320=='number'&&Number[_0x2732cc(0x669)](_0x18c320)&&_0x18c320>0x0)??0x1);}let _0x4ddbc3=_0x3431b8(0x5cc);function _0x411be9(..._0x2f2a28){const _0x2f84b8=_0x3431b8;return _0x2f2a28[_0x2f84b8(0x659)](_0x410269=>!!_0x410269&&_0x410269[_0x2f84b8(0x30e)]);}function _0x3e76fb(_0x4a44b0,_0x469742){const _0x5911e8=_0x3431b8;if(_0x469742 instanceof HTMLCanvasElement&&_0x4a44b0[_0x5911e8(0x46a)](_0x1e5124=>_0x1e5124['contains'](_0x469742)))return _0x469742;for(let _0xdf2c56 of _0x4a44b0){let _0x23ec3c=_0xdf2c56[_0x5911e8(0x73b)]('canvas');if(_0x23ec3c)return _0x23ec3c;}return null;}function _0x523f39(_0x3e7b0a,_0x3d403e=!0x1){const _0x566c28=_0x3431b8;return _0x3e7b0a!==_0x21e99d[_0x566c28(0x601)][_0x566c28(0x1d4)]&&_0x3e7b0a!==_0x21e99d[_0x566c28(0x601)][_0x566c28(0x2d2)]&&(_0x3d403e||_0x3e7b0a!==_0x21e99d['UniverInstanceType'][_0x566c28(0x425)]);}function _0x37fd0e(_0x3df9fb){const _0x142391=_0x3431b8;let _0x25d400=_0x5acbd9(_0x3df9fb);return _0x25d400===_0x142391(0x80b)||_0x25d400==='child-popup'||_0x25d400==='floating-menu';}function _0x5acbd9(_0x1a60af){const _0x51d62f=_0x3431b8;var _0x2742af;if(!(_0x1a60af instanceof HTMLElement))return;let _0x3cb716=(_0x2742af=_0x1a60af['closest'](_0x51d62f(0x2eb)))==null?void 0x0:_0x2742af[_0x51d62f(0x623)](_0xc2fa90);return _0x52e397(_0x3cb716)?_0x3cb716:void 0x0;}function _0x344d80(_0x4d42e5,_0x20b5c7,_0x2c6eba,_0x2ea9a0,_0x13716e){const _0x3faa33=_0x3431b8;if(_0x13716e!=='stage2'||!_0x2c6eba||!_0x2ea9a0)return;let _0x425e09=new Map(),_0x3460c9=()=>{const _0x15186f=_0x5b76;let _0x54fe95=new Set([_0x2ea9a0,..._0x20b5c7[_0x15186f(0x163)](_0x2c6eba)]);_0x425e09[_0x15186f(0x7ce)]((_0x405d85,_0x1f4572)=>{const _0x229e03=_0x15186f;_0x54fe95[_0x229e03(0x2e0)](_0x1f4572)||(_0x405d85['dispose'](),_0x425e09[_0x229e03(0x5bc)](_0x1f4572));}),_0x54fe95[_0x15186f(0x7ce)](_0x49cf70=>{const _0x5b7f9e=_0x15186f;_0x425e09[_0x5b7f9e(0x2e0)](_0x49cf70)||_0x4d42e5['checkElementInCurrentContainers'](_0x49cf70)||_0x425e09[_0x5b7f9e(0x441)](_0x49cf70,_0x4d42e5['registerContainerElement'](_0x49cf70));});};_0x3460c9();let _0x31966b=_0x20b5c7['runtimeFocusChanged$']['subscribe'](_0x3460c9);return(0x0,_0x21e99d[_0x3faa33(0x7b6)])(()=>{const _0x23a6d7=_0x3faa33;_0x31966b[_0x23a6d7(0x2f3)](),_0x425e09['forEach'](_0x1d9851=>_0x1d9851[_0x23a6d7(0x403)]()),_0x425e09['clear']();});}function _0x358655(_0x3fa619){const _0x45a97c=_0x3431b8;let _0x5d3df2=_0x2d2ead=>{const _0x417aea=_0x5b76;var _0x292e80,_0x287bfb;let _0x3b1d6c=_0x2d2ead[_0x417aea(0x692)],_0x555aec=((_0x292e80=_0x3fa619['isExternalHostInteraction'])==null?void 0x0:_0x292e80['call'](_0x3fa619,_0x2d2ead))??!0x1;if(_0x3fa619['floatingActiveService'][_0x417aea(0x393)](_0x3fa619[_0x417aea(0x73e)])==='inactive')return;_0x555aec&&(_0x3fa619[_0x417aea(0x66f)][_0x417aea(0x387)]=Date[_0x417aea(0x573)]()+_0x3fa619[_0x417aea(0x626)]);let _0xbafb78=_0x3fa619['focusCoordinator'][_0x417aea(0x5bf)](_0x3fa619[_0x417aea(0x73e)],_0x3b1d6c,_0x2d2ead)||_0x3fa619[_0x417aea(0x3e1)]['contains'](_0x3fa619[_0x417aea(0x73e)],_0x3b1d6c,_0x2d2ead);_0xbafb78&&(_0x3fa619[_0x417aea(0x271)][_0x417aea(0x387)]=Date[_0x417aea(0x573)]()+_0x3fa619[_0x417aea(0x626)]),!(!_0x3b1d6c||_0x3fa619[_0x417aea(0x797)]['contains'](_0x3b1d6c)||(_0x287bfb=_0x3fa619[_0x417aea(0x535)])!=null&&_0x287bfb[_0x417aea(0x362)](_0x3b1d6c)||_0x3b1d6c['closest']('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0xbafb78||_0x555aec||_0x385004(_0x3fa619[_0x417aea(0x797)],_0x2d2ead))&&_0x3fa619[_0x417aea(0x541)][_0x417aea(0x305)](_0x3fa619['embedId'],_0x3fa619[_0x417aea(0x1a4)]);},_0x5ae370=_0x32e35d=>{const _0x9a31b=_0x5b76;var _0x94ddad;let _0x3d1638=_0x32e35d[_0x9a31b(0x692)],_0x12ad7b=_0x3fa619[_0x9a31b(0x797)][_0x9a31b(0x2cc)]??(_0x3d1638==null?void 0x0:_0x3d1638[_0x9a31b(0x2cc)]),_0x2d5c55=_0x3fa619[_0x9a31b(0x574)][_0x9a31b(0x4f9)](_0x3fa619['embedId'],{'ignoreOwners':_0x3fa619[_0x9a31b(0x734)]});_0x3fa619['floatingActiveService'][_0x9a31b(0x393)](_0x3fa619[_0x9a31b(0x73e)])!=='inactive'&&(!_0x3d1638||_0x2d5c55||Date[_0x9a31b(0x573)]()<_0x3fa619[_0x9a31b(0x271)]['current']||Date['now']()<_0x3fa619[_0x9a31b(0x66f)][_0x9a31b(0x387)]||_0x3fa619['interactionBoundaryService'][_0x9a31b(0x2b3)](_0x3fa619[_0x9a31b(0x73e)],_0x12ad7b)||!_0xebb5a1(_0x3d1638)||_0x3fa619[_0x9a31b(0x797)][_0x9a31b(0x362)](_0x3d1638)||(_0x94ddad=_0x3fa619[_0x9a31b(0x535)])!=null&&_0x94ddad[_0x9a31b(0x362)](_0x3d1638)||_0x3d1638['closest'](_0x9a31b(0x131))||_0x3fa619[_0x9a31b(0x574)][_0x9a31b(0x5bf)](_0x3fa619[_0x9a31b(0x73e)],_0x3d1638,_0x32e35d)||_0x3fa619[_0x9a31b(0x3e1)][_0x9a31b(0x362)](_0x3fa619[_0x9a31b(0x73e)],_0x3d1638,_0x32e35d)||_0x3fa619['activationService'][_0x9a31b(0x305)](_0x3fa619[_0x9a31b(0x73e)],_0x3fa619[_0x9a31b(0x1a4)]));};return document[_0x45a97c(0x50e)](_0x45a97c(0x380),_0x5d3df2,!0x0),document[_0x45a97c(0x50e)](_0x45a97c(0x427),_0x5ae370,!0x0),(0x0,_0x21e99d[_0x45a97c(0x7b6)])(()=>{const _0x5671a1=_0x45a97c;document[_0x5671a1(0x5c5)]('pointerdown',_0x5d3df2,!0x0),document[_0x5671a1(0x5c5)](_0x5671a1(0x427),_0x5ae370,!0x0);});}function _0x1c5299(_0x381adc){const _0x58e127=_0x3431b8;let _0x1133ed,_0x242e92=()=>{_0x1133ed=void 0x0;},_0x2ca3b6=_0x5ee951=>{const _0x1edaa1=_0x5b76;let _0x355571=_0x381adc['embedModelService']['getDescriptor'](_0x381adc[_0x1edaa1(0x36c)][_0x1edaa1(0x1a4)],_0x381adc[_0x1edaa1(0x36c)]['embedId']);if(!(_0x355571!=null&&_0x355571['childUnitId']))return;let _0xe32bb3=_0x5ee951[_0x1edaa1(0x692)];_0xe32bb3!=null&&_0xe32bb3[_0x1edaa1(0x5a8)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]')||_0x381adc[_0x1edaa1(0x14f)][_0x1edaa1(0x393)](_0x381adc[_0x1edaa1(0x36c)]['embedId'])!=='stage2'&&(_0x1133ed={'button':_0x5ee951[_0x1edaa1(0x681)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x5ee951['pointerId'],'startedAt':Date[_0x1edaa1(0x573)](),'startX':_0x5ee951[_0x1edaa1(0x7da)],'startY':_0x5ee951[_0x1edaa1(0x13f)]});},_0x8798ab=_0xe336a=>{const _0x2cb4c7=_0x5b76;if(!_0x1133ed||_0x1133ed[_0x2cb4c7(0x71f)]!==_0xe336a[_0x2cb4c7(0x71f)]||Math[_0x2cb4c7(0x616)](_0xe336a['clientX']-_0x1133ed[_0x2cb4c7(0x79f)],_0xe336a[_0x2cb4c7(0x13f)]-_0x1133ed[_0x2cb4c7(0x447)])<=0x4)return;_0x1133ed[_0x2cb4c7(0x58a)]=!0x0;let _0x402b5f=_0x27923f({'interactionFlow':_0x381adc[_0x2cb4c7(0x820)],'stage':_0x381adc[_0x2cb4c7(0x14f)][_0x2cb4c7(0x393)](_0x381adc[_0x2cb4c7(0x36c)][_0x2cb4c7(0x73e)])});!_0x381adc[_0x2cb4c7(0x3be)]||_0x1133ed[_0x2cb4c7(0x82c)]||!_0x402b5f[_0x2cb4c7(0x596)]||(_0x1133ed[_0x2cb4c7(0x82c)]=!0x0,document[_0x2cb4c7(0x4c3)](new CustomEvent(_0x4ddbc3,{'detail':{'button':_0x1133ed['button'],'clientX':_0x1133ed['startX'],'clientY':_0x1133ed[_0x2cb4c7(0x447)],'embedId':_0x381adc['data'][_0x2cb4c7(0x73e)],'hostAnchorId':_0x381adc[_0x2cb4c7(0x36c)][_0x2cb4c7(0x7a9)],'hostUnitId':_0x381adc[_0x2cb4c7(0x36c)][_0x2cb4c7(0x1a4)],'pointerId':_0x1133ed['pointerId']}})));},_0x29cffc=_0x4e2123=>{const _0x59f245=_0x5b76;let _0x1b89c1=_0x1133ed;if(_0x1133ed=void 0x0,!_0x1b89c1||_0x1b89c1['pointerId']!==_0x4e2123[_0x59f245(0x71f)]||_0x1b89c1[_0x59f245(0x58a)]||Date[_0x59f245(0x573)]()-_0x1b89c1[_0x59f245(0x430)]>0x1f4)return;let _0x38c98d=_0x381adc['embedModelService'][_0x59f245(0x193)](_0x381adc[_0x59f245(0x36c)][_0x59f245(0x1a4)],_0x381adc[_0x59f245(0x36c)][_0x59f245(0x73e)]);if(!(_0x38c98d!=null&&_0x38c98d[_0x59f245(0x3bc)]))return;let _0x1a0c04=_0x381adc[_0x59f245(0x14f)][_0x59f245(0x393)](_0x381adc[_0x59f245(0x36c)][_0x59f245(0x73e)]);if(_0x1a0c04!==_0x59f245(0x3a0)){if(_0x1a0c04===_0x59f245(0x4f3)){_0x381adc[_0x59f245(0x541)][_0x59f245(0x7e4)](_0x38c98d,_0x59f245(0x3a0),{'portalContainer':_0x381adc[_0x59f245(0x713)]});return;}if(_0x381adc['interactionFlow']===_0x59f245(0x4df)){_0x381adc[_0x59f245(0x5e5)](),_0x381adc[_0x59f245(0x541)][_0x59f245(0x7e4)](_0x38c98d,_0x59f245(0x3a0),{'portalContainer':_0x381adc[_0x59f245(0x713)]}),_0x381adc['releaseStage2SessionLeaseIfActivationDoesNotStick']();return;}_0x381adc[_0x59f245(0x541)][_0x59f245(0x7e4)](_0x38c98d,'stage1');}};return _0x381adc['gate']['addEventListener']('pointerdown',_0x2ca3b6,!0x0),_0x381adc[_0x58e127(0x82d)][_0x58e127(0x50e)]('pointermove',_0x8798ab,!0x0),_0x381adc[_0x58e127(0x82d)][_0x58e127(0x50e)](_0x58e127(0x426),_0x29cffc,!0x0),_0x381adc[_0x58e127(0x82d)][_0x58e127(0x50e)]('pointercancel',_0x242e92,!0x0),(0x0,_0x21e99d[_0x58e127(0x7b6)])(()=>{const _0x3aa959=_0x58e127;_0x381adc[_0x3aa959(0x82d)][_0x3aa959(0x5c5)](_0x3aa959(0x380),_0x2ca3b6,!0x0),_0x381adc['gate'][_0x3aa959(0x5c5)](_0x3aa959(0x6a0),_0x8798ab,!0x0),_0x381adc[_0x3aa959(0x82d)][_0x3aa959(0x5c5)]('pointerup',_0x29cffc,!0x0),_0x381adc[_0x3aa959(0x82d)][_0x3aa959(0x5c5)]('pointercancel',_0x242e92,!0x0);});}function _0x2df173(_0x219812){const _0x48aed3=_0x3431b8;let _0x19dc73=()=>{const _0x176374=_0x5b76;let _0x333c57=_0x219812[_0x176374(0x761)][_0x176374(0x2cc)][_0x176374(0x19d)];return!!_0x333c57&&_0x219812['getRuntimeRoots']()['some'](_0x4699f7=>_0x4699f7[_0x176374(0x362)](_0x333c57));},_0x29bce8=(_0x4c093c,_0x55009f=!0x1,_0x271814=!0x1)=>{const _0x3d4c5b=_0x5b76;_0x219812[_0x3d4c5b(0x36c)][_0x3d4c5b(0x73e)]&&_0x219812[_0x3d4c5b(0x14f)][_0x3d4c5b(0x393)](_0x219812[_0x3d4c5b(0x36c)][_0x3d4c5b(0x73e)])!=='stage2'||_0x523f39(_0x219812[_0x3d4c5b(0x36c)][_0x3d4c5b(0x5d2)],_0x271814)&&(_0x219812[_0x3d4c5b(0x574)]['hasBlockingChildFocusLease'](_0x219812['data']['embedId'],{'ignoreOwners':_0x219812[_0x3d4c5b(0x734)]})||!_0x55009f&&_0x19dc73()||(_0x4c093c[_0x3d4c5b(0x28a)](_0x3d4c5b(0x55d))||(_0x4c093c[_0x3d4c5b(0x694)]=-0x1),_0x4c093c[_0x3d4c5b(0x176)]({'preventScroll':!0x0})));},_0x18e8e3=_0xf673b7=>{const _0x1d620b=_0x5b76;let _0x17b2f3=_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x73e)]?_0x219812[_0x1d620b(0x14f)][_0x1d620b(0x393)](_0x219812[_0x1d620b(0x36c)]['embedId']):'inactive';if(_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x73e)]&&_0x17b2f3!=='stage2'){if(_0x219812[_0x1d620b(0x820)]!=='doc-block'||!_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x1a4)])return;let _0x2c537f=_0x219812[_0x1d620b(0x16d)][_0x1d620b(0x193)](_0x219812['data'][_0x1d620b(0x1a4)],_0x219812[_0x1d620b(0x36c)]['embedId']);if(!(_0x2c537f!=null&&_0x2c537f['childUnitId']))return;_0x219812[_0x1d620b(0x5e5)](),_0x219812[_0x1d620b(0x541)]['activateFloating'](_0x2c537f,_0x1d620b(0x3a0),{'portalContainer':_0x219812['popupRoot']}),_0x219812[_0x1d620b(0x647)]();}if(_0x37fd0e(_0xf673b7[_0x1d620b(0x692)])||_0x219812[_0x1d620b(0x574)][_0x1d620b(0x4f9)](_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x73e)],{'ignoreOwners':_0x219812[_0x1d620b(0x734)]}))return;if(_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x1a4)]&&_0x219812['data'][_0x1d620b(0x73e)]){let _0x579652=_0x219812[_0x1d620b(0x16d)][_0x1d620b(0x193)](_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x1a4)],_0x219812[_0x1d620b(0x36c)][_0x1d620b(0x73e)]);(_0x579652==null?void 0x0:_0x579652[_0x1d620b(0x3bc)])!=null&&_0x579652[_0x1d620b(0x5d2)]!=null&&_0x219812[_0x1d620b(0x541)][_0x1d620b(0x5ac)](_0x579652);}let _0x21946e=_0x3e76fb(_0x219812[_0x1d620b(0x5a5)](),_0xf673b7[_0x1d620b(0x692)]);_0x21946e&&_0x29bce8(_0x21946e,!0x0,_0xf673b7[_0x1d620b(0x692)]===_0x21946e);};return _0x219812[_0x48aed3(0x761)][_0x48aed3(0x50e)](_0x48aed3(0x380),_0x18e8e3,!0x0),(0x0,_0x21e99d['toDisposable'])(()=>_0x219812[_0x48aed3(0x761)][_0x48aed3(0x5c5)](_0x48aed3(0x380),_0x18e8e3,!0x0));}function _0x9e8ab1(_0x3700fe){const _0x236995=_0x3431b8;let _0x46f7f6=_0x3700fe[_0x236995(0x761)]['ownerDocument'],_0x5f3ec1,_0x1dbbd9=()=>{_0x5f3ec1!=null&&(globalThis['clearTimeout'](_0x5f3ec1),_0x5f3ec1=void 0x0);},_0x27cda6=()=>{const _0x3c1991=_0x236995;var _0x62d3b2;_0x1dbbd9(),(_0x62d3b2=_0x3700fe['pointerLease'][_0x3c1991(0x387)])==null||_0x62d3b2[_0x3c1991(0x403)](),_0x3700fe['pointerLease']['current']=void 0x0;},_0x11370a=()=>{const _0x44ddb4=_0x236995;globalThis['queueMicrotask'](()=>{const _0x591204=_0x5b76;_0x3700fe[_0x591204(0x6eb)][_0x591204(0x387)]=void 0x0;}),_0x1dbbd9(),_0x5f3ec1=globalThis[_0x44ddb4(0x81e)](()=>{const _0x1afb62=_0x44ddb4;var _0x329049;_0x5f3ec1=void 0x0,(_0x329049=_0x3700fe[_0x1afb62(0x175)][_0x1afb62(0x387)])==null||_0x329049['dispose'](),_0x3700fe['pointerLease']['current']=void 0x0;},_0x3700fe[_0x44ddb4(0x626)]);},_0x5be788=_0x53e73b=>{const _0x185496=_0x236995;_0x27cda6(),_0x3700fe[_0x185496(0x175)][_0x185496(0x387)]=_0x3700fe[_0x185496(0x574)][_0x185496(0x45d)]({'childType':_0x3700fe['data'][_0x185496(0x5d2)],'childUnitId':_0x3700fe[_0x185496(0x36c)][_0x185496(0x3bc)],'embedId':_0x3700fe[_0x185496(0x36c)]['embedId'],'hostUnitId':_0x3700fe[_0x185496(0x36c)]['hostUnitId'],'owner':_0x185496(0x350),'role':_0x53e73b});},_0x32e1a4=()=>{const _0x4f0057=_0x236995;_0x3700fe[_0x4f0057(0x14f)][_0x4f0057(0x393)](_0x3700fe[_0x4f0057(0x36c)]['embedId'])===_0x4f0057(0x3a0)&&_0x5be788('child-editor');},_0x29be99=_0x176341=>{const _0x34eb66=_0x236995;let _0x46a9e8=_0x176341['target'],_0x5682f4=_0x46a9e8 instanceof Node&&_0x3700fe['liveRoot'][_0x34eb66(0x362)](_0x46a9e8)||_0x3700fe[_0x34eb66(0x574)][_0x34eb66(0x5bf)](_0x3700fe[_0x34eb66(0x36c)][_0x34eb66(0x73e)],_0x46a9e8,_0x176341)||_0x3700fe[_0x34eb66(0x3e1)][_0x34eb66(0x362)](_0x3700fe['data'][_0x34eb66(0x73e)],_0x46a9e8,_0x176341);_0x3700fe[_0x34eb66(0x6eb)][_0x34eb66(0x387)]=_0x5682f4?_0x34eb66(0x60a):'host';},_0x44908f=_0x45ee5e=>{const _0x4c9448=_0x236995;if(_0x3700fe[_0x4c9448(0x14f)][_0x4c9448(0x393)](_0x3700fe['data'][_0x4c9448(0x73e)])!==_0x4c9448(0x3a0)||!(_0x3700fe[_0x4c9448(0x574)][_0x4c9448(0x5bf)](_0x3700fe['data'][_0x4c9448(0x73e)],_0x45ee5e[_0x4c9448(0x692)],_0x45ee5e)||_0x3700fe['interactionBoundaryService'][_0x4c9448(0x362)](_0x3700fe[_0x4c9448(0x36c)][_0x4c9448(0x73e)],_0x45ee5e[_0x4c9448(0x692)],_0x45ee5e)))return;_0x3700fe[_0x4c9448(0x271)][_0x4c9448(0x387)]=Date['now']()+_0x3700fe['graceMs'];let _0x609a62=_0x5acbd9(_0x45ee5e['target'])??_0x4c9448(0x80b);_0x5be788(_0x609a62===_0x4c9448(0x431)||_0x609a62===_0x4c9448(0x383)||_0x609a62===_0x4c9448(0x61c)?_0x4c9448(0x80b):_0x609a62);};return _0x3700fe[_0x236995(0x761)]['addEventListener'](_0x236995(0x380),_0x32e1a4,!0x0),_0x46f7f6[_0x236995(0x50e)](_0x236995(0x380),_0x29be99,!0x0),_0x46f7f6['addEventListener'](_0x236995(0x380),_0x44908f,!0x0),_0x46f7f6[_0x236995(0x50e)](_0x236995(0x426),_0x11370a,!0x0),_0x46f7f6[_0x236995(0x50e)]('pointercancel',_0x11370a,!0x0),(0x0,_0x21e99d[_0x236995(0x7b6)])(()=>{const _0x47832b=_0x236995;_0x3700fe[_0x47832b(0x761)][_0x47832b(0x5c5)](_0x47832b(0x380),_0x32e1a4,!0x0),_0x46f7f6[_0x47832b(0x5c5)]('pointerdown',_0x29be99,!0x0),_0x46f7f6['removeEventListener']('pointerdown',_0x44908f,!0x0),_0x46f7f6[_0x47832b(0x5c5)](_0x47832b(0x426),_0x11370a,!0x0),_0x46f7f6[_0x47832b(0x5c5)](_0x47832b(0x13b),_0x11370a,!0x0),_0x3700fe[_0x47832b(0x6eb)][_0x47832b(0x387)]=void 0x0,_0x27cda6();});}function _0xebb5a1(_0xb8cb83){const _0x262c73=_0x3431b8;return _0xb8cb83['id']==='univer-doc-main-canvas'||_0xb8cb83['id'][_0x262c73(0x708)]('__editor_docs-')||_0xb8cb83['id'][_0x262c73(0x708)](_0x262c73(0x6e7))||_0xb8cb83[_0x262c73(0x5a8)](_0x262c73(0x368))!=null;}function _0x3ef84e(_0x327d70,_0x516709){const _0x3e061c=_0x3431b8;if(!_0x327d70||_0x516709[_0x3e061c(0x522)]===0x0)return;let _0x4a9057=_0x516709[0x0]['ownerDocument'][_0x3e061c(0x19d)];_0x4a9057 instanceof HTMLElement&&(_0x516709[_0x3e061c(0x46a)](_0x1a070e=>_0x1a070e[_0x3e061c(0x362)](_0x4a9057))||_0x4a9057[_0x3e061c(0x5a8)](_0x3e061c(0x34c)+_0x327d70+'\x22]')!=null)&&_0x4a9057['blur']();}function _0x52e397(_0x439256){const _0xa3a941=_0x3431b8;return _0x439256===_0xa3a941(0x431)||_0x439256===_0xa3a941(0x383)||_0x439256===_0xa3a941(0x80b)||_0x439256===_0xa3a941(0x1d2)||_0x439256==='floating-menu';}function _0x16e147(_0x1833ce){const _0x4c1cfe=_0x3431b8;let {hostUnitId:_0x41f3cb,embedId:_0x3d3ab9,className:_0x1ecee6}=_0x1833ce,_0x5cd5e4=(0x0,_0x373e09[_0x4c1cfe(0x1ac)])(null),_0x2d6196=(0x0,_0x384c00[_0x4c1cfe(0x4eb)])(_0x233a55['EmbedModelService']),_0x5cd421=(0x0,_0x384c00[_0x4c1cfe(0x4eb)])(_0x220bdc),_0x1f4404=(0x0,_0x384c00[_0x4c1cfe(0x4eb)])(_0x4c7338),_0x3bcb7c=(0x0,_0x373e09['useCallback'])(_0x47cb21=>{const _0x5ef3e=_0x4c1cfe;_0x47cb21[_0x5ef3e(0x361)](),_0x47cb21[_0x5ef3e(0x432)](),!(!_0x41f3cb||!_0x3d3ab9)&&_0x56c70d({'hostUnitId':_0x41f3cb,'embedId':_0x3d3ab9,'activationService':_0x5cd421,'embedModelService':_0x2d6196,'fullscreenService':_0x1f4404});},[_0x5cd421,_0x3d3ab9,_0x2d6196,_0x1f4404,_0x41f3cb]);return(0x0,_0x373e09[_0x4c1cfe(0x59d)])(()=>{const _0x437d5f=_0x4c1cfe;let _0x201819=_0x5cd5e4[_0x437d5f(0x387)];if(!_0x201819)return;let _0x379a77=_0x349abf=>{_0x349abf['stopPropagation']();};return _0x201819['addEventListener']('pointerdown',_0x379a77),_0x201819[_0x437d5f(0x50e)](_0x437d5f(0x448),_0x3bcb7c),()=>{const _0x509933=_0x437d5f;_0x201819['removeEventListener'](_0x509933(0x380),_0x379a77),_0x201819[_0x509933(0x5c5)](_0x509933(0x448),_0x3bcb7c);};},[_0x3bcb7c]),(0x0,_0x520e3c[_0x4c1cfe(0x11b)])(_0x4c1cfe(0x681),{'ref':_0x5cd5e4,'type':_0x4c1cfe(0x681),'className':(0x0,_0x5b4c13[_0x4c1cfe(0x2c6)])('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)]',_0x1ecee6),'data-embed-float-fullscreen-button':_0x4c1cfe(0x563),'children':(0x0,_0x520e3c[_0x4c1cfe(0x11b)])(_0x2fae4f,{'className':_0x4c1cfe(0x4b4)})});}function _0x56c70d(_0x29d997){const _0x138472=_0x3431b8;var _0x185620;let _0x5d6e21=_0x29d997[_0x138472(0x16d)][_0x138472(0x193)](_0x29d997[_0x138472(0x1a4)],_0x29d997['embedId']);return!(_0x5d6e21!=null&&_0x5d6e21[_0x138472(0x3bc)])||_0x5d6e21[_0x138472(0x5d2)]==null?!0x1:((_0x185620=_0x29d997['activationService'])==null||_0x185620['clearFloating'](_0x29d997[_0x138472(0x73e)],_0x29d997[_0x138472(0x1a4)]),_0x29d997['fullscreenService'][_0x138472(0x197)](_0x5d6e21),!0x0);}let _0x26fca4='stage2-runtime',_0x3ef8ff=_0x3431b8(0x47d),_0x4c1956=[_0x26fca4,_0x3ef8ff];function _0x4b3426(_0x35d558){const _0x412289=_0x3431b8;var _0x4f04df,_0x12ac31,_0x4daeb8;let {data:_0x1f7604,deferInactiveFloatingChrome:_0x258ace,docsCustomBlockLayout:_0x149440,enableStage1BodyDrag:_0x27638a,floatingChromeZIndex:_0x456c88,fullscreenButtonInBlock:_0x4495ef,hostFloatDomLayout$:_0x194565,initialStage:_0x1f6e63,interactionFlow:_0x48b716=_0x412289(0x504),isExternalHostInteraction:_0x464241,onHostWheel:_0x1c3e96,onRuntimeStageEnter:_0x486836,onRuntimeStageExit:_0x49a155,resolveHostWheelGestureRoot:_0x255062,syncHostVerticalScroll:_0x2e1c9e}=_0x35d558,_0x33f63b=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x1e6ccc=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x4eae84=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x4a0d49=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x195d47=(0x0,_0x373e09['useRef'])(null),_0x183c08=(0x0,_0x373e09['useRef'])(null),_0x4dd5eb=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x449822=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x1d5b46=(0x0,_0x373e09[_0x412289(0x1ac)])(null),_0x43f290=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x233a55[_0x412289(0x72c)]),_0x3dc04b=(0x0,_0x384c00['useDependency'])(_0x486096),_0x1a3a85=(0x0,_0x384c00['useDependency'])(_0x13b828),_0x33d419=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x220bdc),_0x51d44f=(0x0,_0x384c00['useDependency'])(_0x11aab4),_0x56fd53=(0x0,_0x384c00['useDependency'])(_0x2c4f4c),_0x11b6b8=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x4c7338),_0x58865f=(0x0,_0x384c00['useDependency'])(_0x116086),_0x33b573=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x353757),_0x17a948=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x307d2f),_0x8bdd3d=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x524487),_0x21510c=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x56aeca),_0x148590=(0x0,_0x384c00[_0x412289(0x4eb)])(_0xc6fcec),_0x566495=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x194d49),_0x2f9a6a=(0x0,_0x384c00[_0x412289(0x4eb)])(_0x384c00[_0x412289(0x3af)]),_0x3408e4=_0x189489(_0x1f7604),_0xbe241f=_0x149440!=null&&_0x149440[_0x412289(0x605)]?_0x149440:void 0x0,_0x980e99=_0xbe241f==null?void 0x0:_0xbe241f['contentWidth'],_0x47a1b9=_0xbe241f==null?void 0x0:_0xbe241f[_0x412289(0x5b4)],_0x68d65b=(_0xbe241f==null?void 0x0:_0xbe241f['viewScale'])??0x1,[_0x4a77d1,_0x3daff2]=(0x0,_0x373e09[_0x412289(0x531)])(0x0),[_0x5d59cb,_0x5d92dc]=(0x0,_0x373e09[_0x412289(0x531)])(0x0),_0x275494=_0xbe241f?_0x552858(_0xbe241f):void 0x0,_0x850168=Math[_0x412289(0x7ad)](_0x5d59cb,(_0x275494==null?void 0x0:_0x275494[_0x412289(0x7ac)])??0x0),_0x287c9a=(0x0,_0x384c00['useObservable'])(()=>_0x1a3a85[_0x412289(0x397)][_0x412289(0x6e9)]((0x0,_0x465e89['map'])(()=>_0x3408e4!=null&&_0x3408e4[_0x412289(0x73e)]?_0x1a3a85[_0x412289(0x393)](_0x3408e4[_0x412289(0x73e)]):_0x412289(0x23b))),_0x1f6e63??(_0x3408e4!=null&&_0x3408e4[_0x412289(0x73e)]?_0x1a3a85[_0x412289(0x393)](_0x3408e4[_0x412289(0x73e)]):_0x412289(0x23b)),!0x1,[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x1a3a85]),_0x371227=(0x0,_0x373e09[_0x412289(0x1ac)])(_0x287c9a),_0x3dcbef=(0x0,_0x373e09[_0x412289(0x1ac)])(!0x1),_0x1e9304=(0x0,_0x373e09[_0x412289(0x1ac)])(void 0x0),_0x2af6d9=(0x0,_0x373e09['useRef'])(void 0x0),_0x4393f3=(0x0,_0x373e09[_0x412289(0x1ac)])(void 0x0),_0x340203=(0x0,_0x373e09[_0x412289(0x1ac)])(void 0x0),_0x2747c8=(0x0,_0x373e09[_0x412289(0x1ac)])(void 0x0),_0x16be35=(0x0,_0x373e09[_0x412289(0x1ac)])(0x0),_0x3d0818=(0x0,_0x373e09[_0x412289(0x1ac)])(void 0x0),_0x498f3f=(0x0,_0x373e09[_0x412289(0x1ac)])(!0x1),_0x34daab=(0x0,_0x373e09[_0x412289(0x1ac)])(!0x1),_0x506987=(0x0,_0x373e09[_0x412289(0x1ac)])(_0x850168),_0xd91512=(0x0,_0x373e09[_0x412289(0x1ac)])(_0x275494),_0xb038c0=(0x0,_0x373e09['useRef'])(_0x68d65b),_0x58e1fe=(0x0,_0x373e09[_0x412289(0x1ac)])(0x0),_0x277218=(0x0,_0x373e09[_0x412289(0x1ac)])(0x0),_0x3d96bd=(0x0,_0x373e09['useRef'])([]),_0x2781a6=(0x0,_0x373e09[_0x412289(0x1ac)])(_0x287c9a);_0x2781a6[_0x412289(0x387)]=_0x287c9a,_0x506987[_0x412289(0x387)]=_0x850168,_0xd91512[_0x412289(0x387)]=_0x275494,_0xb038c0[_0x412289(0x387)]=_0x68d65b;let _0xc358bd=(0x0,_0x373e09['useCallback'])(_0x1cbebd=>{const _0x236fc5=_0x412289;let _0xd2ae23=_0xd91512[_0x236fc5(0x387)];if(!_0xd2ae23)return!0x1;let _0x4645a0=_0x506987['current'],_0x476563=_0x2b16f8(_0x4645a0+_0x515bd0(_0x1cbebd)/_0xb038c0[_0x236fc5(0x387)],0x0,_0xd2ae23[_0x236fc5(0x7ac)]);return _0x476563===_0x4645a0?!0x1:(_0x506987['current']=_0x476563,_0x5d92dc(_0x476563),!0x0);},[]),_0x3ae9a7=(0x0,_0x373e09[_0x412289(0x220)])(()=>{const _0x54bc82=_0x412289;var _0x2d0748;(_0x2d0748=_0x2af6d9[_0x54bc82(0x387)])==null||_0x2d0748[_0x54bc82(0x403)](),_0x2af6d9['current']=void 0x0;},[]),_0x5a3628=(0x0,_0x373e09[_0x412289(0x220)])(()=>{const _0x2e5dfc=_0x412289;var _0x35f8f3,_0x3d8867;if(!(_0x3408e4!=null&&_0x3408e4[_0x2e5dfc(0x73e)])||_0x2af6d9[_0x2e5dfc(0x387)])return;let _0x3426f5=_0x3408e4[_0x2e5dfc(0x1a4)]?_0x43f290[_0x2e5dfc(0x193)](_0x3408e4[_0x2e5dfc(0x1a4)],_0x3408e4[_0x2e5dfc(0x73e)]):void 0x0,_0x1cba75=_0x3d1934(_0x3426f5),_0x528dfc=_0x3408e4[_0x2e5dfc(0x3bc)]??(_0x3426f5==null?void 0x0:_0x3426f5['childUnitId'])??((_0x35f8f3=_0x1e9304[_0x2e5dfc(0x387)])==null?void 0x0:_0x35f8f3['childUnitId'])??(_0x1cba75==null?void 0x0:_0x1cba75[_0x2e5dfc(0x3bc)]),_0x5bf2d8=_0x3408e4[_0x2e5dfc(0x5d2)]??(_0x3426f5==null?void 0x0:_0x3426f5[_0x2e5dfc(0x5d2)])??((_0x3d8867=_0x1e9304[_0x2e5dfc(0x387)])==null?void 0x0:_0x3d8867[_0x2e5dfc(0x5d2)])??(_0x1cba75==null?void 0x0:_0x1cba75[_0x2e5dfc(0x5d2)]);_0x2af6d9[_0x2e5dfc(0x387)]=_0x148590['acquireLease']({'embedId':_0x3408e4[_0x2e5dfc(0x73e)],'role':_0x2e5dfc(0x383),'owner':_0x48b716===_0x2e5dfc(0x4df)?_0x3ef8ff:_0x26fca4,'sessionMode':_0x2e5dfc(0x537),'hostUnitId':_0x3408e4[_0x2e5dfc(0x1a4)],'childUnitId':_0x528dfc,'childType':_0x5bf2d8});},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x5d2)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x3bc)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x43f290,_0x148590,_0x48b716]),_0x38bc2a=(0x0,_0x373e09['useCallback'])(()=>{const _0x52800b=_0x412289;if(!(_0x3408e4!=null&&_0x3408e4[_0x52800b(0x73e)]))return;let _0xfff999=_0x3408e4['embedId'];window['requestAnimationFrame'](()=>{const _0xd83a66=_0x52800b;_0x1a3a85['getStage'](_0xfff999)!==_0xd83a66(0x3a0)&&_0x3ae9a7();});},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x1a3a85,_0x3ae9a7]),_0x486887=_0x3408e4!=null&&_0x3408e4[_0x412289(0x1a4)]?_0x43f290[_0x412289(0x193)](_0x3408e4['hostUnitId'],_0x3408e4[_0x412289(0x73e)]):void 0x0,_0x330345=_0x3d1934(_0x486887),_0x141a23=(_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x3bc)])??(_0x486887==null?void 0x0:_0x486887[_0x412289(0x3bc)])??((_0x4f04df=_0x1e9304[_0x412289(0x387)])==null?void 0x0:_0x4f04df['childUnitId'])??(_0x330345==null?void 0x0:_0x330345[_0x412289(0x3bc)]),_0xd5e17=(_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x5d2)])??(_0x486887==null?void 0x0:_0x486887[_0x412289(0x5d2)])??((_0x12ac31=_0x1e9304['current'])==null?void 0x0:_0x12ac31[_0x412289(0x5d2)])??(_0x330345==null?void 0x0:_0x330345['childType']),_0x3747f6=_0xd5e17==null||(_0x4daeb8=_0x3dc04b[_0x412289(0x1da)](_0xd5e17))==null?void 0x0:_0x4daeb8[_0x412289(0x613)],_0x1ef269=_0x4f08b7(_0x486887,_0x287c9a);(0x0,_0x373e09['useEffect'])(()=>{const _0x3ce32d=_0x412289;if(!(!(_0x3408e4!=null&&_0x3408e4[_0x3ce32d(0x73e)])||_0x287c9a!==_0x3ce32d(0x3a0)))return _0x5a3628(),_0x3ae9a7;},[_0x5a3628,_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3ae9a7,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x29bb39=_0x412289;let _0xe96d77=_0x33f63b[_0x29bb39(0x387)],_0x5df9fd=_0x344d80(_0x2f9a6a,_0x148590,_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0xe96d77,_0x287c9a);if(_0x5df9fd)return()=>_0x5df9fd['dispose']();},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x148590,_0x2f9a6a,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x4a0a0f=_0x412289;let _0x307945=_0x371227[_0x4a0a0f(0x387)];_0x371227[_0x4a0a0f(0x387)]=_0x287c9a;let _0x109579=_0x307945!==_0x287c9a||!_0x3dcbef['current']&&_0x287c9a!=='inactive';_0x3dcbef['current']=!0x0,_0x109579&&(_0x486836==null||_0x486836(_0x287c9a),_0x56fd53[_0x4a0a0f(0x284)]({'embedId':_0x3408e4==null?void 0x0:_0x3408e4[_0x4a0a0f(0x73e)],'reason':_0x4a0a0f(0x7a1)})),_0x307945===_0x4a0a0f(0x3a0)&&_0x287c9a!==_0x4a0a0f(0x3a0)&&(_0x3ef84e(_0x3408e4==null?void 0x0:_0x3408e4[_0x4a0a0f(0x73e)],_0x411be9(_0x4a0d49[_0x4a0a0f(0x387)],_0x195d47['current'],_0x183c08[_0x4a0a0f(0x387)],_0x449822[_0x4a0a0f(0x387)],_0x1d5b46['current'])),_0x33d419[_0x4a0a0f(0x305)](_0x3408e4==null?void 0x0:_0x3408e4[_0x4a0a0f(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4[_0x4a0a0f(0x1a4)]),_0x49a155==null||_0x49a155());},[_0x33d419,_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x56fd53,_0x486836,_0x49a155,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x36d8d7=_0x412289;if(_0x1f6e63!==_0x36d8d7(0x3a0)||!(_0x3408e4!=null&&_0x3408e4[_0x36d8d7(0x73e)])||!_0x3408e4[_0x36d8d7(0x1a4)])return;let _0xc467aa=_0x43f290[_0x36d8d7(0x193)](_0x3408e4[_0x36d8d7(0x1a4)],_0x3408e4['embedId']);_0xc467aa!=null&&_0xc467aa[_0x36d8d7(0x3bc)]&&_0x1a3a85['activate']({'hostUnitId':_0x3408e4['hostUnitId'],'embedId':_0x3408e4[_0x36d8d7(0x73e)],'childUnitId':_0xc467aa[_0x36d8d7(0x3bc)]},_0x36d8d7(0x3a0));},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x43f290,_0x1a3a85,_0x1f6e63]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x283b2b=_0x412289;let _0x63be6c=_0x4a0d49[_0x283b2b(0x387)],_0x381a7d=_0x195d47[_0x283b2b(0x387)],_0x1db462=_0x183c08['current'],_0x3fb420=_0x449822[_0x283b2b(0x387)],_0x4d87b4=_0x1d5b46[_0x283b2b(0x387)];if(!_0x63be6c||!_0x381a7d||!_0x1db462||!_0x3fb420||!_0x4d87b4)return;let _0x15611a=_0x3408e4!=null&&_0x3408e4[_0x283b2b(0x1a4)]?_0x43f290[_0x283b2b(0x193)](_0x3408e4[_0x283b2b(0x1a4)],_0x3408e4[_0x283b2b(0x73e)]):void 0x0,_0x36adfe=_0x15611a?_0x353ce6(_0x15611a):void 0x0;if(!_0x15611a||!_0x36adfe||_0x1ef269==='deferred')return;let _0x49644b=!0x1,_0x5aaeca;return _0x17a948[_0x283b2b(0x3bd)]({'descriptor':_0x15611a})[_0x283b2b(0x636)](async _0x182ff1=>{const _0x379491=_0x283b2b;var _0x3e31da;if(_0x49644b)return;let _0x3a7a02=_0x33b573[_0x379491(0x276)](_0x182ff1,_0x63be6c,{'content':_0x381a7d,'canvas':_0x1db462,'overlay':_0x3fb420,'popup':_0x4d87b4});_0x5aaeca=_0x182ff1['embedId'];let _0x33c540=_0x3a7a02==null?void 0x0:_0x3a7a02[_0x379491(0x3ac)];_0x1e9304['current']=_0x33c540;let _0x45fd80=_0x3408e4!=null&&_0x3408e4[_0x379491(0x73e)]?(_0x3e31da=_0x51d44f[_0x379491(0x758)](_0x3408e4['embedId']))==null?void 0x0:_0x3e31da['viewState']:void 0x0;_0x33c540&&_0x45fd80!=null&&await _0x51d44f[_0x379491(0x1f4)](_0x33c540,_0x45fd80);})[_0x283b2b(0x1af)](_0x19fed8=>{queueMicrotask(()=>{throw _0x19fed8;});}),()=>{const _0x1beaa5=_0x283b2b;var _0x3da0d9;_0x49644b=!0x0,_0x5aaeca&&((_0x3da0d9=_0x1e9304[_0x1beaa5(0x387)])==null?void 0x0:_0x3da0d9[_0x1beaa5(0x73e)])===_0x5aaeca&&(_0x1e9304[_0x1beaa5(0x387)]=void 0x0),_0x33b573[_0x1beaa5(0x32e)](_0x15611a[_0x1beaa5(0x73e)]);};},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4['hostUnitId'],_0x43f290,_0x33b573,_0x4a77d1,_0x51d44f,_0x17a948,_0x1ef269]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x327788=_0x412289;if(!(_0x3408e4!=null&&_0x3408e4[_0x327788(0x73e)]))return;let _0x1c8af0=_0x3408e4[_0x327788(0x73e)],_0x24f7d2=[];[{'element':_0x4a0d49[_0x327788(0x387)],'role':_0x327788(0x431)},{'element':_0x195d47[_0x327788(0x387)],'role':'runtime'},{'element':_0x183c08[_0x327788(0x387)],'role':_0x327788(0x431)}]['forEach'](_0x161f63=>{const _0x18e844=_0x327788;let _0x96d292=_0x161f63['element'];_0x96d292&&_0x24f7d2[_0x18e844(0x49d)]({'element':_0x96d292,'role':_0x161f63[_0x18e844(0x12c)]});}),_0x287c9a===_0x327788(0x3a0)&&[{'element':_0x4dd5eb[_0x327788(0x387)],'role':_0x327788(0x61c)},{'element':_0x449822['current'],'role':_0x327788(0x61c)},{'element':_0x1d5b46[_0x327788(0x387)],'role':_0x327788(0x1d2)}][_0x327788(0x7ce)](_0x4dae67=>{const _0x2fd1eb=_0x327788;_0x4dae67[_0x2fd1eb(0x529)]&&_0x24f7d2[_0x2fd1eb(0x49d)](_0x4dae67);});let _0x4dace8=_0x24f7d2['flatMap'](({element:_0x5423f6,role:_0x46ee86})=>[_0x58865f['registerRoot'](_0x1c8af0,_0x5423f6),_0x148590['registerElement']({'embedId':_0x1c8af0,'role':_0x46ee86,'element':_0x5423f6})]);return()=>_0x4dace8['forEach'](_0x45146b=>_0x45146b[_0x327788(0x403)]());},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x148590,_0x58865f,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x4ff734=_0x412289;var _0x7ed1e5,_0x3bd987;if(!(_0x3408e4!=null&&_0x3408e4[_0x4ff734(0x73e)])||_0x287c9a!==_0x4ff734(0x3a0))return;let _0x17ba01=((_0x7ed1e5=_0x33f63b['current'])==null?void 0x0:_0x7ed1e5[_0x4ff734(0x2cc)])??((_0x3bd987=_0x4a0d49[_0x4ff734(0x387)])==null?void 0x0:_0x3bd987['ownerDocument'])??(typeof document>'u'?void 0x0:document),_0x1a2f85=_0x58865f[_0x4ff734(0x1b5)](_0x3408e4[_0x4ff734(0x73e)],_0x17ba01);return()=>{const _0x29aec9=_0x4ff734;_0x2781a6[_0x29aec9(0x387)]!==_0x29aec9(0x3a0)&&_0x58865f[_0x29aec9(0x807)](_0x3408e4[_0x29aec9(0x73e)],_0x17ba01),_0x1a2f85[_0x29aec9(0x403)]();};},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x58865f,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x5a11f4=_0x412289;var _0x5c986d,_0x14d1b7;if(!(_0x3408e4!=null&&_0x3408e4['embedId'])||_0x287c9a!==_0x5a11f4(0x3a0))return;let _0x43cb51=((_0x5c986d=_0x33f63b['current'])==null?void 0x0:_0x5c986d[_0x5a11f4(0x2cc)])??((_0x14d1b7=_0x4a0d49[_0x5a11f4(0x387)])==null?void 0x0:_0x14d1b7[_0x5a11f4(0x2cc)])??(typeof document>'u'?void 0x0:document),_0x9f8f36=_0x43cb51==null?void 0x0:_0x43cb51[_0x5a11f4(0x73b)](_0x5a11f4(0x809));if(!_0x9f8f36)return;let _0x383ecc=[_0x58865f[_0x5a11f4(0x5f6)](_0x3408e4[_0x5a11f4(0x73e)],_0x9f8f36),_0x148590[_0x5a11f4(0x7f3)]({'embedId':_0x3408e4['embedId'],'role':_0x5a11f4(0x61c),'element':_0x9f8f36})];return()=>_0x383ecc[_0x5a11f4(0x7ce)](_0xb93576=>_0xb93576[_0x5a11f4(0x403)]());},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x148590,_0x58865f,_0x287c9a]),(0x0,_0x373e09['useEffect'])(()=>{const _0x1c0f26=_0x412289;let _0x8ba42=_0x33f63b[_0x1c0f26(0x387)],_0xf51048=_0x8ba42==null?void 0x0:_0x8ba42[_0x1c0f26(0x73b)]('[data-u-comp=\x22embed-float-dom-content\x22]');if(!(_0x3408e4!=null&&_0x3408e4['embedId'])||!_0x8ba42)return;let _0x7c7144=_0x3408e4[_0x1c0f26(0x1a4)]?_0x43f290[_0x1c0f26(0x193)](_0x3408e4[_0x1c0f26(0x1a4)],_0x3408e4[_0x1c0f26(0x73e)]):void 0x0,_0x337ec6=_0x56fd53['register']({'embedId':_0x3408e4[_0x1c0f26(0x73e)],'childUnitId':_0x7c7144==null?void 0x0:_0x7c7144[_0x1c0f26(0x3bc)],'root':_0x8ba42,'viewport':_0xf51048,'contentRoot':_0x195d47[_0x1c0f26(0x387)]});return()=>_0x337ec6[_0x1c0f26(0x403)]();},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4['hostUnitId'],_0x43f290,_0x56fd53]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x1b53aa=_0x412289;if(!(_0x3408e4!=null&&_0x3408e4[_0x1b53aa(0x73e)]))return;let _0x103cb6=_0x11b6b8[_0x1b53aa(0x20a)][_0x1b53aa(0x823)](_0x4a8a70=>{const _0x19f741=_0x1b53aa;_0x4a8a70[_0x19f741(0x73e)]===_0x3408e4[_0x19f741(0x73e)]&&(_0x33d419[_0x19f741(0x305)](_0x3408e4[_0x19f741(0x73e)],_0x3408e4['hostUnitId']),_0x33b573[_0x19f741(0x32e)](_0x3408e4['embedId']),_0x340203['current']!=null&&(window[_0x19f741(0x34a)](_0x340203[_0x19f741(0x387)]),_0x340203[_0x19f741(0x387)]=void 0x0),_0x2747c8[_0x19f741(0x387)]!=null&&globalThis[_0x19f741(0x44e)](_0x2747c8[_0x19f741(0x387)]),_0x2747c8['current']=globalThis[_0x19f741(0x81e)](()=>{const _0x1cd566=_0x19f741;_0x2747c8[_0x1cd566(0x387)]=void 0x0,_0x340203[_0x1cd566(0x387)]=window[_0x1cd566(0x3a6)](()=>{const _0x4a5ac1=_0x1cd566;_0x340203[_0x4a5ac1(0x387)]=void 0x0,_0x3daff2(_0x2cca18=>_0x2cca18+0x1);});},0x0));});return()=>{const _0x2d1e92=_0x1b53aa;_0x103cb6[_0x2d1e92(0x2f3)](),_0x2747c8[_0x2d1e92(0x387)]!=null&&(globalThis['clearTimeout'](_0x2747c8['current']),_0x2747c8[_0x2d1e92(0x387)]=void 0x0),_0x340203[_0x2d1e92(0x387)]!=null&&(window[_0x2d1e92(0x34a)](_0x340203[_0x2d1e92(0x387)]),_0x340203[_0x2d1e92(0x387)]=void 0x0);};},[_0x33d419,_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x11b6b8,_0x33b573]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x57bbe1=_0x412289;let _0x59d947=_0x33f63b[_0x57bbe1(0x387)],_0x50453a=_0x4dd5eb[_0x57bbe1(0x387)];if(!_0x59d947||!_0x50453a||typeof document>'u')return;let _0x43d32f=_0x13da40({'chrome':_0x50453a,'container':_0x59d947,'deferInactive':_0x258ace,'embedId':_0x3408e4==null?void 0x0:_0x3408e4[_0x57bbe1(0x73e)],'geometryService':_0x56fd53,'hostLayout$':_0x194565,'stage':_0x287c9a,'docsSheetLikeLayout':_0x980e99!=null&&_0x47a1b9!=null?{'contentWidth':_0x980e99,'pageContentWidth':_0x47a1b9}:void 0x0});return()=>_0x43d32f[_0x57bbe1(0x403)]();},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x258ace,_0x980e99,_0x47a1b9,_0x56fd53,_0x194565,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x1d1d25=_0x412289;let _0x235ca2=_0x33f63b['current'];if(!(_0x3408e4!=null&&_0x3408e4[_0x1d1d25(0x73e)])||!_0x235ca2||typeof document>'u')return;let _0x2264da=_0x358655({'activationService':_0x33d419,'chrome':_0x4dd5eb[_0x1d1d25(0x387)],'container':_0x235ca2,'embedId':_0x3408e4[_0x1d1d25(0x73e)],'externalHostInteractionUntil':_0x58e1fe,'floatingActiveService':_0x1a3a85,'focusCoordinator':_0x148590,'graceMs':0x28a,'hostUnitId':_0x3408e4['hostUnitId'],'interactionBoundaryService':_0x58865f,'isExternalHostInteraction':_0x464241,'ownedPointerInteractionUntil':_0x277218,'runtimeFocusOwners':_0x4c1956});return()=>_0x2264da[_0x1d1d25(0x403)]();},[_0x33d419,_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x1a3a85,_0x148590,_0x58865f,_0x464241]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x512e3f=_0x412289;var _0x17129a;_0x287c9a!=='stage2'&&((_0x17129a=_0x4393f3[_0x512e3f(0x387)])==null||_0x17129a['dispose'](),_0x4393f3[_0x512e3f(0x387)]=void 0x0,_0x3ef84e(_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0x411be9(_0x4a0d49[_0x512e3f(0x387)],_0x195d47[_0x512e3f(0x387)],_0x183c08[_0x512e3f(0x387)],_0x449822[_0x512e3f(0x387)],_0x1d5b46['current'])));},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x272939=_0x412289;let _0x45af85=_0x4eae84[_0x272939(0x387)];if(!_0x45af85||!(_0x3408e4!=null&&_0x3408e4[_0x272939(0x73e)])||!_0x3408e4[_0x272939(0x1a4)])return;let _0x4947f3=_0x1c5299({'acquireStage2SessionLease':_0x5a3628,'activationService':_0x33d419,'data':{'embedId':_0x3408e4['embedId'],'hostAnchorId':_0x3408e4[_0x272939(0x7a9)],'hostUnitId':_0x3408e4[_0x272939(0x1a4)]},'embedModelService':_0x43f290,'enableStage1BodyDrag':_0x27638a,'floatingActiveService':_0x1a3a85,'gate':_0x45af85,'interactionFlow':_0x48b716,'popupRoot':_0x1d5b46[_0x272939(0x387)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x38bc2a});return()=>_0x4947f3[_0x272939(0x403)]();},[_0x5a3628,_0x33d419,_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x7a9)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x43f290,_0x27638a,_0x1a3a85,_0x48b716,_0x38bc2a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x3df734=_0x412289;let _0x40e8d1=_0x33f63b[_0x3df734(0x387)];if(!_0x40e8d1||!_0x255062)return;let _0x2d20c2=_0x255062(_0x40e8d1);if(!_0x2d20c2)return;let _0x308be9=_0x566495[_0x3df734(0x475)](_0x2d20c2);return()=>_0x308be9[_0x3df734(0x403)]();},[_0x566495,_0x255062]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x4bdbba=_0x412289;let _0x40b8d6=_0x33f63b[_0x4bdbba(0x387)],_0x966ae7=_0x4eae84[_0x4bdbba(0x387)],_0x2332a9=_0x4a0d49[_0x4bdbba(0x387)];if(!_0x40b8d6||!_0x966ae7||!_0x2332a9)return;let _0x2fc2ed=_0x58f947({'container':_0x40b8d6,'gate':_0x966ae7,'getChildContext':()=>_0x1e9304[_0x4bdbba(0x387)],'getStage':()=>_0x3408e4!=null&&_0x3408e4[_0x4bdbba(0x73e)]?_0x1a3a85[_0x4bdbba(0x393)](_0x3408e4[_0x4bdbba(0x73e)]):_0x4bdbba(0x23b),'hostScrollOffset':_0x16be35,'hostWheelGestureService':_0x566495,'invalidate':_0xcfda60=>_0x59e572(_0x56fd53,_0x3408e4==null?void 0x0:_0x3408e4[_0x4bdbba(0x73e)],_0xcfda60,_0x3d96bd),'liveRoot':_0x2332a9,'onHostWheel':_0x1c3e96,'passiveViewportRegistry':_0x21510c,'passiveWheelHandlerRegistry':_0x8bdd3d,'resizeDocsSheetLikeRendererByWheel':_0xc358bd,'routeHostGestures':!!_0x255062,'syncHostVerticalScroll':_0x2e1c9e,'viewScale':_0x68d65b});return()=>_0x2fc2ed[_0x4bdbba(0x403)]();},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],_0x68d65b,_0x1a3a85,_0x56fd53,_0x566495,_0x1c3e96,_0x21510c,_0x8bdd3d,_0xc358bd,_0x255062,_0x2e1c9e]),(0x0,_0x373e09['useEffect'])(()=>()=>{const _0x280fdf=_0x412289;_0x3d96bd[_0x280fdf(0x387)][_0x280fdf(0x7ce)](_0x67e1e=>window['cancelAnimationFrame'](_0x67e1e)),_0x3d96bd[_0x280fdf(0x387)]=[];},[]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x3376fe=_0x412289;let _0x4d2598=_0x4a0d49[_0x3376fe(0x387)];if(!_0x4d2598)return;let _0x517c8f=_0x2df173({'acquireStage2SessionLease':_0x5a3628,'activationService':_0x33d419,'data':{'childType':_0x3408e4==null?void 0x0:_0x3408e4[_0x3376fe(0x5d2)],'embedId':_0x3408e4==null?void 0x0:_0x3408e4[_0x3376fe(0x73e)],'hostUnitId':_0x3408e4==null?void 0x0:_0x3408e4[_0x3376fe(0x1a4)]},'embedModelService':_0x43f290,'floatingActiveService':_0x1a3a85,'focusCoordinator':_0x148590,'getRuntimeRoots':()=>_0x411be9(_0x183c08[_0x3376fe(0x387)],_0x195d47['current'],_0x449822['current'],_0x1d5b46[_0x3376fe(0x387)],_0x4a0d49['current']),'interactionFlow':_0x48b716,'liveRoot':_0x4d2598,'popupRoot':_0x1d5b46[_0x3376fe(0x387)],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x38bc2a,'runtimeFocusOwners':_0x4c1956});return()=>_0x517c8f[_0x3376fe(0x403)]();},[_0x5a3628,_0x33d419,_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x5d2)],_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x43f290,_0x1a3a85,_0x148590,_0x48b716,_0x38bc2a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x3c8a81=_0x412289;let _0x3bb86e=_0x4a0d49[_0x3c8a81(0x387)];if(!_0x3bb86e||!(_0x3408e4!=null&&_0x3408e4[_0x3c8a81(0x73e)]))return;let _0x2f87ff=_0x9e8ab1({'data':{'childType':_0x3408e4[_0x3c8a81(0x5d2)],'childUnitId':_0x3408e4[_0x3c8a81(0x3bc)],'embedId':_0x3408e4[_0x3c8a81(0x73e)],'hostUnitId':_0x3408e4[_0x3c8a81(0x1a4)]},'floatingActiveService':_0x1a3a85,'focusCoordinator':_0x148590,'graceMs':0x28a,'interactionBoundaryService':_0x58865f,'liveRoot':_0x3bb86e,'ownedPointerInteractionUntil':_0x277218,'pointerLease':_0x4393f3,'verticalScrollOwner':_0x3d0818});return()=>_0x2f87ff[_0x3c8a81(0x403)]();},[_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x5d2)],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x3bc)],_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],_0x1a3a85,_0x148590,_0x58865f]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x232a08=_0x412289;if(_0x287c9a!==_0x232a08(0x3a0)||_0x48b716!=='doc-block')return;let _0x631128=_0x4a0d49[_0x232a08(0x387)];if(!_0x631128)return;let _0x5627af,_0x5ec3a0=()=>_0x3e76fb(_0x411be9(_0x183c08[_0x232a08(0x387)],_0x195d47[_0x232a08(0x387)],_0x449822[_0x232a08(0x387)],_0x1d5b46[_0x232a08(0x387)],_0x4a0d49[_0x232a08(0x387)])),_0x6f82b4=()=>{const _0x1fc714=_0x232a08;let _0xdec477=_0x631128[_0x1fc714(0x2cc)][_0x1fc714(0x19d)];return!_0xdec477||_0xdec477===_0x5ec3a0()?!0x1:_0x411be9(_0x4a0d49['current'],_0x195d47['current'],_0x183c08[_0x1fc714(0x387)],_0x449822[_0x1fc714(0x387)],_0x1d5b46['current'])[_0x1fc714(0x46a)](_0x2aad04=>_0x2aad04['contains'](_0xdec477));},_0x5d7dff=()=>{const _0x4be344=_0x232a08;if(!_0x523f39(_0x3408e4==null?void 0x0:_0x3408e4[_0x4be344(0x5d2)],!0x0))return;let _0x380126=_0x5ec3a0();if(_0x380126&&!_0x148590[_0x4be344(0x4f9)](_0x3408e4==null?void 0x0:_0x3408e4[_0x4be344(0x73e)],{'ignoreOwners':_0x4c1956})&&!_0x6f82b4()){if(_0x3408e4!=null&&_0x3408e4[_0x4be344(0x1a4)]&&_0x3408e4[_0x4be344(0x73e)]){let _0x58b7e7=_0x43f290['getDescriptor'](_0x3408e4['hostUnitId'],_0x3408e4['embedId']);(_0x58b7e7==null?void 0x0:_0x58b7e7[_0x4be344(0x3bc)])!=null&&_0x58b7e7[_0x4be344(0x5d2)]!=null&&_0x33d419[_0x4be344(0x5ac)](_0x58b7e7);}_0x380126[_0x4be344(0x28a)](_0x4be344(0x55d))||(_0x380126[_0x4be344(0x694)]=-0x1),_0x380126[_0x4be344(0x176)]({'preventScroll':!0x0});}};return _0x5d7dff(),_0x5627af=window['requestAnimationFrame'](()=>{_0x5627af=void 0x0,_0x5d7dff();}),()=>{_0x5627af!=null&&(window['cancelAnimationFrame'](_0x5627af),_0x5627af=void 0x0);};},[_0x33d419,_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x5d2)],_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0x3408e4==null?void 0x0:_0x3408e4['hostUnitId'],_0x43f290,_0x148590,_0x48b716,_0x287c9a]),(0x0,_0x373e09[_0x412289(0x59d)])(()=>{const _0x3e5a23=_0x412289;let _0xa7e473=_0x33f63b[_0x3e5a23(0x387)],_0x588647=_0x1e6ccc[_0x3e5a23(0x387)];if(!_0xa7e473||!_0x588647||typeof window>'u')return;let _0x700ca1=_0x12c67f({'container':_0xa7e473,'content':_0x588647,'contentHeight':_0xbe241f==null?void 0x0:_0xbe241f[_0x3e5a23(0x773)],'enabled':_0x2e1c9e,'getChildContext':()=>_0x1e9304[_0x3e5a23(0x387)],'getProvider':_0x1498b8=>_0x21510c[_0x3e5a23(0x1da)](_0x1498b8[_0x3e5a23(0x5d2)],_0x1498b8['layout']),'getStage':()=>_0x3408e4!=null&&_0x3408e4['embedId']?_0x1a3a85[_0x3e5a23(0x393)](_0x3408e4[_0x3e5a23(0x73e)]):_0x3e5a23(0x23b),'hostLayout$':_0x194565,'invalidate':()=>_0x56fd53[_0x3e5a23(0x284)]({'embedId':_0x3408e4==null?void 0x0:_0x3408e4[_0x3e5a23(0x73e)],'reason':_0x3e5a23(0x5eb)}),'offset':_0x16be35,'onHostWheel':_0x1c3e96,'owner':_0x3d0818,'syncingChildFromHost':_0x498f3f,'syncingHostFromChild':_0x34daab,'viewScale':_0x68d65b,'viewportHeight':_0xbe241f==null?void 0x0:_0xbe241f[_0x3e5a23(0x1f5)]});return()=>_0x700ca1[_0x3e5a23(0x403)]();},[_0x3408e4==null?void 0x0:_0x3408e4['embedId'],_0xbe241f==null?void 0x0:_0xbe241f[_0x412289(0x773)],_0x68d65b,_0xbe241f==null?void 0x0:_0xbe241f[_0x412289(0x1f5)],_0x1a3a85,_0x56fd53,_0x194565,_0x4a77d1,_0x1c3e96,_0x21510c,_0x2e1c9e]);let _0x2ff8d8=_0x27923f({'stage':_0x287c9a,'interactionFlow':_0x48b716}),_0xfb288f=_0x2ff8d8[_0x412289(0x2c9)],_0x210bc1=_0x2ff8d8['passThroughInteractionGate'],_0x200928=_0xbe241f?{'top':_0xbe241f[_0x412289(0x744)]*_0x68d65b,'left':-_0x850168*_0x68d65b,'width':(((_0x275494==null?void 0x0:_0x275494['initialWidth'])??0x1)+_0x850168)*_0x68d65b,'height':_0xbe241f[_0x412289(0x1f5)]*_0x68d65b}:_0x149440?{'top':_0x149440[_0x412289(0x744)],'height':_0x412289(0x6dc)+_0x149440[_0x412289(0x744)]+_0x412289(0x39c)}:void 0x0,_0x2a02e1=_0xbe241f?{'width':((_0x275494==null?void 0x0:_0x275494[_0x412289(0x7aa)])??0x1)+_0x850168,'height':_0xbe241f['viewportHeight'],'transform':_0x68d65b===0x1?void 0x0:_0x412289(0x48e)+_0x68d65b+')','transformOrigin':_0x412289(0x6fe)}:void 0x0,_0x4f671e=_0xbe241f?{'left':0x0,'width':_0x412289(0x67d),'height':_0xbe241f['viewportHeight'],'minHeight':_0xbe241f[_0x412289(0x1f5)]}:void 0x0;return(0x0,_0x520e3c[_0x412289(0x65c)])(_0x412289(0x555),{'ref':_0x33f63b,'className':(0x0,_0x5b4c13[_0x412289(0x2c6)])(_0x412289(0x7bf),_0xbe241f&&_0x412289(0x7a6)),'data-u-comp':'embed-float-dom','data-embed-float-dom':_0x412289(0x563),'data-embed-float-stage':_0x287c9a,'data-embed-id':_0x3408e4==null?void 0x0:_0x3408e4['embedId'],'data-embed-host-unit-id':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],'data-embed-host-anchor-id':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x7a9)],'data-embed-child-unit-id':_0x141a23,'data-embed-child-type':_0xd5e17,'data-embed-interaction-flow':_0x48b716,'children':[(0x0,_0x520e3c[_0x412289(0x65c)])(_0x412289(0x555),{'ref':_0x1e6ccc,'className':(0x0,_0x5b4c13[_0x412289(0x2c6)])('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',_0xbe241f&&'after:!univer-border-b-0\x20after:!univer-border-r-0'),'data-u-comp':_0x412289(0x68a),'data-embed-float-content':'true','style':_0x200928,'children':[(0x0,_0x520e3c[_0x412289(0x65c)])(_0x412289(0x555),{'ref':_0x4a0d49,'className':(0x0,_0x5b4c13['clsx'])(_0x412289(0x781),_0xbe241f&&_0x412289(0x7dd)),'data-u-comp':_0x412289(0x35b),'data-embed-float-live':_0x412289(0x563),'style':_0x2a02e1,'children':[(0x0,_0x520e3c[_0x412289(0x11b)])('div',{'ref':_0x183c08,'className':(0x0,_0x5b4c13[_0x412289(0x2c6)])('univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden',_0x3747f6,_0xbe241f&&'univer-pointer-events-auto',_0xfb288f&&'univer-pointer-events-none'),'data-u-comp':_0x412289(0x4f2),'style':_0x4f671e,'data-embed-canvas-root':'true'}),(0x0,_0x520e3c['jsx'])(_0x412289(0x555),{'ref':_0x195d47,'className':(0x0,_0x5b4c13['clsx'])('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',_0xfb288f&&'univer-pointer-events-none'),'data-u-comp':_0x412289(0x3c3),'style':_0x4f671e,'data-embed-content-root':_0x412289(0x563)})]}),(0x0,_0x520e3c[_0x412289(0x11b)])(_0x412289(0x555),{'ref':_0x4eae84,'className':(0x0,_0x5b4c13[_0x412289(0x2c6)])('univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent',_0x210bc1&&_0x412289(0x7a6)),'data-u-comp':'embed-float-dom-interaction-gate','data-embed-float-interaction-gate':_0x412289(0x563)})]}),(0x0,_0x520e3c[_0x412289(0x65c)])(_0x412289(0x555),{'ref':_0x4dd5eb,'className':_0x412289(0x145),'data-u-comp':_0x412289(0x83a),'data-embed-float-stage':_0x287c9a,'data-embed-id':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],'style':{'zIndex':_0x456c88??0x320},'children':[(0x0,_0x520e3c['jsx'])(_0x412289(0x555),{'ref':_0x449822,'className':_0x412289(0x2b0),'data-u-comp':_0x412289(0x1ce),'data-embed-overlay-root':_0x412289(0x563)}),(0x0,_0x520e3c[_0x412289(0x11b)])(_0x412289(0x555),{'ref':_0x1d5b46,'className':_0x412289(0x2b0),'data-u-comp':'embed-float-dom-popup','data-embed-popup-root':'true'}),!_0x4495ef&&(0x0,_0x520e3c[_0x412289(0x11b)])(_0x16e147,{'hostUnitId':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],'embedId':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)]})]}),_0x4495ef&&(0x0,_0x520e3c[_0x412289(0x11b)])(_0x16e147,{'hostUnitId':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x1a4)],'embedId':_0x3408e4==null?void 0x0:_0x3408e4[_0x412289(0x73e)],'className':_0x412289(0x767)})]});}function _0x3d1934(_0x5047d7){const _0x26a27b=_0x3431b8;let _0x2baf5b=_0x5047d7==null?void 0x0:_0x5047d7[_0x26a27b(0x64b)]['ref'];if(_0x2baf5b)try{let _0x3fa200=typeof _0x2baf5b==_0x26a27b(0x202)?(0x0,_0x233a55[_0x26a27b(0x2aa)])(_0x2baf5b):_0x2baf5b;return{'childUnitId':_0x3fa200['unit'][_0x26a27b(0x2a4)],'childType':(0x0,_0x233a55[_0x26a27b(0x1fc)])(_0x3fa200['unit']['type'])};}catch{return;}}function _0x353ce6(_0x7c0caf){const _0x18bc82=_0x3431b8;var _0x2537c6,_0x50fec0;let _0x2e1e86=((_0x2537c6=_0x7c0caf[_0x18bc82(0x714)])==null?void 0x0:_0x2537c6[_0x18bc82(0x6d0)])||void 0x0;if(_0x2e1e86&&typeof _0x2e1e86==_0x18bc82(0x505)&&_0x2e1e86['layout'])return _0x2e1e86['layout'];let _0x51cfe1=((_0x50fec0=_0x7c0caf[_0x18bc82(0x714)])==null?void 0x0:_0x50fec0[_0x18bc82(0x69a)])||void 0x0;return _0x51cfe1&&typeof _0x51cfe1==_0x18bc82(0x505)&&_0x51cfe1[_0x18bc82(0x5fe)]?_0x18bc82(0x2d0):void 0x0;}function _0xfb47c1(_0x368dc0,_0x2a44a7=0x1,_0xc0b7fd=0x1){const _0x55e0d6=_0x3431b8;let _0x9b27aa=_0x368dc0[_0x55e0d6(0x2c1)]/(Math[_0x55e0d6(0x735)](_0x2a44a7)||0x1),_0x1b6153=_0x368dc0[_0x55e0d6(0x789)]/(Math['abs'](_0xc0b7fd)||0x1);if(_0x368dc0[_0x55e0d6(0x48d)])_0x9b27aa=(_0x368dc0['deltaY']||_0x368dc0[_0x55e0d6(0x2c1)])*0x3/(Math['abs'](_0x2a44a7)||0x1),_0x1b6153=0x0;else{let _0x742e40=Math[_0x55e0d6(0x735)](_0x9b27aa),_0x484d3d=Math['abs'](_0x1b6153);_0x484d3d>=_0x742e40*0x2?_0x9b27aa=0x0:_0x742e40>=_0x484d3d*0x2&&(_0x1b6153=0x0);}return{'offsetX':_0x9b27aa,'offsetY':_0x1b6153};}function _0x3f74a2(_0x3eba44,_0x3d0904,_0x4b6820){const _0x1ad2d3=_0x3431b8;if(!_0x3d0904)return!0x1;let {offsetX:_0x300d1d,offsetY:_0x978d36}=_0x4ce5b1(_0x3eba44,_0x3d0904,_0x4b6820);if(!_0x300d1d&&!_0x978d36)return!0x1;let _0x879d02=_0x3d0904[_0x1ad2d3(0x4d7)]??0x0,_0x4ea829=_0x3d0904[_0x1ad2d3(0x1e3)]??0x0;if(_0x3eba44[_0x1ad2d3(0x64b)]===_0x1ad2d3(0x518)&&_0x3d0904['scrollToViewportPos']&&(_0x3eba44[_0x1ad2d3(0x4d7)]!=null||_0x3eba44[_0x1ad2d3(0x1e3)]!=null))_0x3d0904['scrollToViewportPos']({'viewportScrollX':_0x3eba44[_0x1ad2d3(0x4d7)]??_0x879d02,'viewportScrollY':_0x3eba44[_0x1ad2d3(0x1e3)]??_0x4ea829});else{if(_0x3d0904[_0x1ad2d3(0x615)])_0x3d0904[_0x1ad2d3(0x615)]({'viewportScrollX':_0x300d1d,'viewportScrollY':_0x978d36});else return!0x1;}let _0x51c286=(_0x3d0904[_0x1ad2d3(0x4d7)]??0x0)!==_0x879d02||(_0x3d0904['viewportScrollY']??0x0)!==_0x4ea829;if(_0x51c286){var _0x347951;_0x4b6820==null||(_0x347951=_0x4b6820[_0x1ad2d3(0x116)])==null||_0x347951[_0x1ad2d3(0x2f1)](_0x4b6820,!0x0);}return _0x51c286;}function _0x4ce5b1(_0x566f6a,_0x1cc945,_0x374fd5){const _0x1ff367=_0x3431b8;return _0x566f6a[_0x1ff367(0x64b)]===_0x1ff367(0x518)&&(_0x566f6a['viewportScrollX']!=null||_0x566f6a[_0x1ff367(0x1e3)]!=null)?{'offsetX':(_0x566f6a['viewportScrollX']??_0x1cc945[_0x1ff367(0x4d7)]??0x0)-(_0x1cc945['viewportScrollX']??0x0),'offsetY':(_0x566f6a[_0x1ff367(0x1e3)]??_0x1cc945[_0x1ff367(0x1e3)]??0x0)-(_0x1cc945[_0x1ff367(0x1e3)]??0x0)}:_0xfb47c1(_0x566f6a['event'],_0x374fd5==null?void 0x0:_0x374fd5['scaleX'],_0x374fd5==null?void 0x0:_0x374fd5['scaleY']);}function _0x4d15fd(_0x3ac669){const _0xed54fb=_0x3431b8;return _0x3ac669+_0x59d49a[_0xed54fb(0x22c)][_0xed54fb(0x4e5)];}function _0x351461(_0x5c21a7){const _0x2e1191=_0x3431b8;return _0x5c21a7[_0x2e1191(0x773)]+_0x5c21a7[_0x2e1191(0x744)];}function _0x75c08b(_0x348717){const _0x4566ca=_0x3431b8;var _0x4d9965;let {data:_0x35aeb2,customBlockRenderViewport:_0x2b7cfc}=_0x348717,_0x43544e=(0x0,_0x384c00[_0x4566ca(0x4eb)])(_0x21e99d['ICommandService']),_0x2bd155=(0x0,_0x384c00[_0x4566ca(0x4eb)])(_0x21e99d['IUniverInstanceService']),_0x3a2e8e=(0x0,_0x384c00[_0x4566ca(0x4eb)])(_0x59d49a[_0x4566ca(0x738)]),_0x411f11=_0x189489(_0x35aeb2),_0x336049=_0x411f11==null?void 0x0:_0x411f11['hostUnitId'],_0x472ad4=_0x336049??((_0x4d9965=_0x2bd155[_0x4566ca(0x839)](_0x21e99d[_0x4566ca(0x601)][_0x4566ca(0x2d2)]))==null?void 0x0:_0x4d9965[_0x4566ca(0x787)]()),_0x594a69=(0x0,_0x373e09['useRef'])(null),[_0xfe2260,_0x39c246]=(0x0,_0x373e09[_0x4566ca(0x531)])(()=>(0x0,_0x5bd767[_0x4566ca(0x74b)])()),_0x1764fc=(0x0,_0x1d121b[_0x4566ca(0x1f9)])(_0x411f11==null?void 0x0:_0x411f11[_0x4566ca(0x5d2)]),_0x5868d3=_0x2b7cfc==null?void 0x0:_0x2b7cfc['bleedLeft'],_0x4757a9=_0x2b7cfc==null?void 0x0:_0x2b7cfc['bleedWidth'],_0x1c6460=_0x2b7cfc==null?void 0x0:_0x2b7cfc[_0x4566ca(0x32a)],_0x14f9f0=_0x52443a(_0x2b7cfc==null?void 0x0:_0x2b7cfc['viewScale']);(0x0,_0x373e09[_0x4566ca(0x59d)])(()=>{if(!_0x336049)return;let _0x165427=[],_0x1ec78e=()=>{const _0x13e5e7=_0x5b76;let _0x1e9b09=_0x2bd155[_0x13e5e7(0x348)](_0x336049,_0x21e99d[_0x13e5e7(0x601)][_0x13e5e7(0x2d2)]),_0x234ce8=_0x1e9b09==null?void 0x0:_0x1e9b09['zoomRatio'];typeof _0x234ce8=='number'&&_0x43544e[_0x13e5e7(0x4d1)](_0x5bd767[_0x13e5e7(0x785)]['id'],{'unitId':_0x336049,'zoomRatio':_0x234ce8});},_0x352293=_0x37b0ee=>{const _0x306b7a=_0x5b76;let _0x520717=requestAnimationFrame(_0x37b0ee);_0x165427[_0x306b7a(0x49d)](()=>cancelAnimationFrame(_0x520717));},_0x171497=_0x5bea56=>{const _0x415d24=_0x5b76;let _0xe2bba4=setTimeout(_0x1ec78e,_0x5bea56);_0x165427[_0x415d24(0x49d)](()=>clearTimeout(_0xe2bba4));};return _0x1ec78e(),_0x352293(_0x1ec78e),_0x352293(()=>_0x352293(_0x1ec78e)),_0x171497(0x78),_0x171497(0x1f4),()=>{const _0x20a30d=_0x5b76;_0x165427[_0x20a30d(0x7ce)](_0x2ae264=>_0x2ae264());};},[_0x43544e,_0x336049,_0x2bd155]),(0x0,_0x373e09['useLayoutEffect'])(()=>{const _0x4a555c=_0x4566ca;let _0x569fe3=_0x594a69['current'];if(!_0x569fe3||!_0x1764fc||typeof window>'u')return;let _0x5a1eb2,_0x59c6c0=()=>{const _0x1ed1df=_0x5b76;_0x5a1eb2=void 0x0;let _0x39363e=_0x569fe3['getBoundingClientRect'](),_0xe6bef=_0x371705(_0x1c6460,()=>_0xd34bda(_0x569fe3,_0x39363e[_0x1ed1df(0x36e)]/_0x14f9f0)),_0x482a82=(0x0,_0x5bd767[_0x1ed1df(0x7db)])(_0x569fe3,_0xe6bef,{'authoritativeContentWidth':Number[_0x1ed1df(0x669)](_0x1c6460)&&(_0x1c6460??0x0)>0x0,'bleedLeft':_0x5868d3,'bleedWidth':_0x4757a9,'viewScale':_0x14f9f0});_0x39c246(_0x203c63=>Math['abs'](_0x203c63[_0x1ed1df(0x619)]-_0x482a82['bleedLeft'])<0.5&&Math[_0x1ed1df(0x735)](_0x203c63[_0x1ed1df(0x1d0)]-_0x482a82[_0x1ed1df(0x1d0)])<0.5&&Math[_0x1ed1df(0x735)](_0x203c63['bleedWidth']-_0x482a82[_0x1ed1df(0x70f)])<0.5&&Math['abs'](_0x203c63['contentWidth']-_0x482a82['contentWidth'])<0.5&&Math[_0x1ed1df(0x735)](_0x203c63[_0x1ed1df(0x50b)]-_0x482a82[_0x1ed1df(0x50b)])<0.5?_0x203c63:_0x482a82);},_0x290fbe=()=>{const _0x242d6a=_0x5b76;_0x5a1eb2??=window[_0x242d6a(0x3a6)](_0x59c6c0);},_0x5665d4=_0x16bee1=>{const _0xfb85d2=_0x5b76;_0x2aa855(_0x569fe3,_0x16bee1[_0xfb85d2(0x692)])&&_0x290fbe();};_0x59c6c0();let _0x267473=new ResizeObserver(_0x290fbe);return _0x267473[_0x4a555c(0x4c2)](_0x569fe3),window[_0x4a555c(0x50e)](_0x4a555c(0x19a),_0x290fbe),window[_0x4a555c(0x50e)](_0x4a555c(0x538),_0x5665d4,!0x0),()=>{const _0x4d726f=_0x4a555c;_0x5a1eb2!=null&&window[_0x4d726f(0x34a)](_0x5a1eb2),_0x267473[_0x4d726f(0x2b4)](),window[_0x4d726f(0x5c5)](_0x4d726f(0x19a),_0x290fbe),window['removeEventListener'](_0x4d726f(0x538),_0x5665d4,!0x0);};},[_0x5868d3,_0x4757a9,_0x1c6460,_0x1764fc,_0x14f9f0]);let _0xdd3497=_0x1764fc?_0x3dd63e(_0x2b7cfc==null?void 0x0:_0x2b7cfc[_0x4566ca(0x773)]):(0x0,_0x5bd767[_0x4566ca(0x1be)])(_0x2b7cfc==null?void 0x0:_0x2b7cfc[_0x4566ca(0x773)],0x1),_0x45b4d0=_0x1764fc?0x34:0x0,_0x58b02c=_0x364f89({'contentHeight':_0xdd3497,'viewportHeight':_0x2b7cfc==null?void 0x0:_0x2b7cfc[_0x4566ca(0x1f5)]}),_0x582100=_0x351461({'contentHeight':_0xdd3497,'floatingMenuInsetTop':_0x45b4d0}),_0x9de479=_0x1764fc?{'height':_0x582100*_0x14f9f0,'minHeight':_0x582100*_0x14f9f0}:void 0x0,_0x17e53d=(0x0,_0x373e09[_0x4566ca(0x220)])((_0x28fc52,_0x1d930a)=>{const _0x3767a1=_0x4566ca;var _0x40de27;let _0x450aca=(_0x40de27=_0x3a2e8e[_0x3767a1(0x800)](_0x1d930a['hostUnitId']))==null?void 0x0:_0x40de27['scene'];return _0x3f74a2({..._0x1d930a,'event':_0x28fc52,'source':_0x3767a1(0x1ee),'stage':_0x3767a1(0x3a0)},_0x450aca==null?void 0x0:_0x450aca[_0x3767a1(0x133)](_0x5bd767[_0x3767a1(0x635)][_0x3767a1(0x381)]),_0x450aca);},[_0x3a2e8e]),_0x5968e2=(0x0,_0x373e09[_0x4566ca(0x220)])(_0x26a753=>{_0x1258c4(_0x3a2e8e,_0x472ad4,_0x26a753);},[_0x3a2e8e,_0x472ad4]);return(0x0,_0x520e3c[_0x4566ca(0x11b)])('div',{'ref':_0x594a69,'className':_0x4566ca(0x435),'data-u-comp':_0x4566ca(0x547),'data-embed-docs-custom-block':_0x4566ca(0x563),'data-embed-docs-custom-block-child-type':(_0x411f11==null?void 0x0:_0x411f11['childType'])==null?void 0x0:String(_0x411f11['childType']),'data-embed-docs-custom-block-sheet-like':_0x1764fc?_0x4566ca(0x563):void 0x0,'style':_0x9de479,'children':(0x0,_0x520e3c[_0x4566ca(0x11b)])(_0x4b3426,{..._0x348717,'docsCustomBlockLayout':_0x1764fc?{'bleedLeft':_0xfe2260[_0x4566ca(0x619)],'bleedWidth':_0xfe2260[_0x4566ca(0x70f)],'contentHeight':_0xdd3497,'contentWidth':_0xfe2260[_0x4566ca(0x32a)],'floatingMenuInsetTop':_0x45b4d0,'pageContentWidth':(_0x2b7cfc==null?void 0x0:_0x2b7cfc[_0x4566ca(0x5b4)])??_0xfe2260[_0x4566ca(0x32a)],'sheetLike':!0x0,'viewScale':_0x14f9f0,'viewportHeight':_0x58b02c}:{'floatingMenuInsetTop':_0x45b4d0,'sheetLike':!0x1},'interactionFlow':_0x4566ca(0x4df),'onHostWheel':_0x1764fc?_0x17e53d:void 0x0,'onRuntimeStageEnter':_0x5968e2,'syncHostVerticalScroll':_0x1764fc})});}function _0x52443a(_0x329931){const _0x4359ac=_0x3431b8;return typeof _0x329931==_0x4359ac(0x445)&&Number['isFinite'](_0x329931)&&_0x329931>0x0?_0x329931:0x1;}function _0x1258c4(_0x4df269,_0xba4a2,_0x246c39){const _0x1e0f0d=_0x3431b8;var _0x263e64;_0x246c39!==_0x1e0f0d(0x3a0)||!_0xba4a2||(_0x263e64=_0x4df269[_0x1e0f0d(0x800)](_0xba4a2))==null||(_0x263e64=_0x263e64[_0x1e0f0d(0x223)](_0x5bd767[_0x1e0f0d(0x45f)]))==null||_0x263e64[_0x1e0f0d(0x355)]();}function _0x3dd63e(_0xb2eaae){const _0x4bdf5b=_0x3431b8;return(0x0,_0x5bd767[_0x4bdf5b(0x1be)])(_0xb2eaae,0x1e0);}function _0x364f89(_0x4f920a){const _0x440d26=_0x3431b8;return(0x0,_0x5bd767['resolveDocsTableLikeCustomBlockContentHeight'])(_0x4f920a[_0x440d26(0x1f5)],_0x4f920a[_0x440d26(0x773)]);}function _0x371705(_0x417d77,_0x1b927a){const _0x33b78a=_0x3431b8;return Number[_0x33b78a(0x669)](_0x417d77)&&(_0x417d77??0x0)>0x0?_0x417d77:(0x0,_0x5bd767[_0x33b78a(0x23a)])(void 0x0,_0x1b927a());}function _0x2aa855(_0x2b5bbc,_0x40da0d){return!(_0x40da0d instanceof Node&&_0x2b5bbc['contains'](_0x40da0d));}function _0xd34bda(_0x28503f,_0x4779b7){const _0x166429=_0x3431b8;let _0xf969f0=_0x28503f['querySelector'](_0x166429(0x35a)),_0x24b400=_0x28503f[_0x166429(0x73b)](_0x166429(0x1ca)),_0x324f34=[Math[_0x166429(0x561)](0x1,_0x4779b7)];return _0xe8dc82(_0xf969f0,_0x324f34),_0xe8dc82(_0x24b400,_0x324f34),Math[_0x166429(0x561)](..._0x324f34['filter'](_0x137031=>Number[_0x166429(0x669)](_0x137031)&&_0x137031>0x0));}function _0xe8dc82(_0x5421f1,_0x52f079){const _0x1d5a63=_0x3431b8;if(_0x5421f1){_0x52f079[_0x1d5a63(0x49d)](_0x5421f1[_0x1d5a63(0x54b)],_0x5421f1['offsetWidth'],_0x5421f1[_0x1d5a63(0x2ab)]()[_0x1d5a63(0x36e)]);for(let _0x288cd0 of Array['from'](_0x5421f1[_0x1d5a63(0x80d)])){if(!(_0x288cd0 instanceof HTMLElement))continue;let _0x1c3024=_0x288cd0[_0x1d5a63(0x2ab)](),_0x490d53=_0x5421f1[_0x1d5a63(0x2ab)]();_0x52f079[_0x1d5a63(0x49d)](_0x288cd0['scrollWidth'],_0x288cd0[_0x1d5a63(0x157)],_0x1c3024['right']-_0x490d53[_0x1d5a63(0x312)]);}}}let _0x5445f1=class extends _0x21e99d[_0x3431b8(0x3e9)]{constructor(_0xe97297){const _0x4cb09d=_0x3431b8;super(),this[_0x4cb09d(0x3cc)]=_0xe97297,this[_0x4cb09d(0x716)]();}['_registerComponents'](){const _0x1614f=_0x3431b8;this[_0x1614f(0x7e0)](this[_0x1614f(0x3cc)][_0x1614f(0x475)](_0x1d121b[_0x1614f(0x42d)],_0x75c08b)),this[_0x1614f(0x7e0)](this[_0x1614f(0x3cc)][_0x1614f(0x475)](_0x233a55['EMBED_SHEETS_FLOATING_COMPONENT_KEY'],_0x4b3426));}};_0x5445f1=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d['Inject'])(_0x384c00[_0x3431b8(0x3b8)]))],_0x5445f1);let _0x2a6290=class{constructor(_0x42949d,_0x2e51c0){const _0x78fff1=_0x3431b8;this[_0x78fff1(0x395)]=_0x42949d,this[_0x78fff1(0x582)]=_0x2e51c0,this['_passiveWheelHandlerRegistry'][_0x78fff1(0x475)]({'childType':_0x21e99d['UniverInstanceType']['UNIVER_DOC'],'handleWheel':_0x1ccdde=>this['_injector'][_0x78fff1(0x2e0)](_0x208925[_0x78fff1(0x496)])?this['_injector'][_0x78fff1(0x1da)](_0x208925[_0x78fff1(0x496)])[_0x78fff1(0x466)]({'childUnitId':_0x1ccdde[_0x78fff1(0x3bc)],'event':_0x1ccdde[_0x78fff1(0x272)],'source':_0x1ccdde[_0x78fff1(0x64b)]}):!0x1,'order':0x64});}};_0x2a6290=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x7e8)])),_0x4bfa6d(0x1,(0x0,_0x21e99d['Inject'])(_0x524487))],_0x2a6290);let _0x239ee2=[_0x21e99d['UniverInstanceType']['UNIVER_DOC'],_0x21e99d['UniverInstanceType']['UNIVER_SHEET'],_0x21e99d['UniverInstanceType'][_0x3431b8(0x425)],_0x21e99d['UniverInstanceType'][_0x3431b8(0x6e3)]],_0x41a9de=class extends _0x21e99d['Disposable']{constructor(_0x5a54c2,_0x52f728){const _0x4f4784=_0x3431b8;super(),this[_0x4f4784(0x16f)]=_0x5a54c2,this[_0x4f4784(0x1ef)]=_0x52f728,_0x239ee2[_0x4f4784(0x7ce)](_0x1ed26c=>{const _0x1b47e7=_0x4f4784;this['disposeWithMe'](this['_univerInstanceService'][_0x1b47e7(0x456)](_0x1ed26c)['subscribe'](_0xbc880f=>{const _0x18348b=_0x1b47e7;this[_0x18348b(0x1ef)][_0x18348b(0x607)](_0xbc880f[_0x18348b(0x787)]());}));});}};_0x41a9de=_0x36d13f([_0x4bfa6d(0x0,_0x21e99d[_0x3431b8(0x297)]),_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55['EmbedHostAnchorModelService']))],_0x41a9de);let _0x4382b5=class extends _0x21e99d[_0x3431b8(0x3e9)]{constructor(_0x30bd21,_0x5667b5,_0x46c119,_0x27c36f){const _0x166599=_0x3431b8;super(),this[_0x166599(0x5d1)]=_0x30bd21,this[_0x166599(0x5ec)]=_0x5667b5,this[_0x166599(0x67a)]=_0x46c119,this[_0x166599(0x395)]=_0x27c36f,_0x2c4771(this,_0x166599(0x4cf),null),_0x2c4771(this,_0x166599(0x5df),null),this[_0x166599(0x7e0)]((0x0,_0x21e99d[_0x166599(0x7b6)])(this[_0x166599(0x5d1)][_0x166599(0x4e1)][_0x166599(0x823)](_0x136154=>{const _0x478ae5=_0x166599;var _0x16bada,_0x155522;if(!_0x136154){this[_0x478ae5(0x4cf)]?(this[_0x478ae5(0x4cf)][_0x478ae5(0x403)](),this[_0x478ae5(0x4cf)]=null):this[_0x478ae5(0x67a)][_0x478ae5(0x670)](),this['_currentOverride']=null;return;}if(_0x4bd80b(this[_0x478ae5(0x5df)],_0x136154))return;(_0x16bada=this[_0x478ae5(0x4cf)])==null||_0x16bada['dispose'](),this[_0x478ae5(0x4cf)]=null,this[_0x478ae5(0x5df)]=null;let _0x37103e=this[_0x478ae5(0x5ec)][_0x478ae5(0x1da)](_0x136154[_0x478ae5(0x5d2)]),_0x277ca2=_0x37103e==null||(_0x155522=_0x37103e[_0x478ae5(0x4e0)])==null?void 0x0:_0x155522[_0x478ae5(0x2f1)](_0x37103e,{'childType':_0x136154[_0x478ae5(0x5d2)],'childUnitId':_0x136154[_0x478ae5(0x3bc)],'injector':this[_0x478ae5(0x395)],'embedId':_0x136154['embedId'],'hostUnitId':_0x136154['hostUnitId'],'entry':_0x136154[_0x478ae5(0x478)]});if(!_0x277ca2){this[_0x478ae5(0x67a)][_0x478ae5(0x670)]();return;}this['_ribbonOverrideService']['activate']({'id':_0x136154[_0x478ae5(0x73e)],'ribbonService':_0x277ca2[_0x478ae5(0x712)],'injector':_0x277ca2[_0x478ae5(0x644)],'portalContainer':_0x277ca2[_0x478ae5(0x69e)]??_0x136154[_0x478ae5(0x69e)],'placeholderTitle':_0x277ca2['placeholderTitle'],'hideToolbar':_0x277ca2[_0x478ae5(0x78a)]}),this[_0x478ae5(0x5df)]=_0x136154,this[_0x478ae5(0x4cf)]=(0x0,_0x21e99d['toDisposable'])(()=>{const _0x1bdf60=_0x478ae5;var _0x4d3a44;this[_0x1bdf60(0x67a)]['clear'](_0x136154[_0x1bdf60(0x73e)]),(_0x4d3a44=_0x277ca2[_0x1bdf60(0x509)])==null||_0x4d3a44[_0x1bdf60(0x403)](),this[_0x1bdf60(0x5df)]=null;});})));}[_0x3431b8(0x403)](){const _0x54dbca=_0x3431b8;var _0x231232;(_0x231232=this[_0x54dbca(0x4cf)])==null||_0x231232['dispose'](),this[_0x54dbca(0x4cf)]=null,this[_0x54dbca(0x5df)]=null,super[_0x54dbca(0x403)]();}};_0x4382b5=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0xd40a8f)),_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x101d0b)),_0x4bfa6d(0x2,(0x0,_0x21e99d['Inject'])(_0x384c00[_0x3431b8(0x6d9)])),_0x4bfa6d(0x3,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x7e8)]))],_0x4382b5);function _0x4bd80b(_0x10373f,_0x4eeae9){const _0x2bc365=_0x3431b8;return _0x10373f!=null&&_0x10373f[_0x2bc365(0x1a4)]===_0x4eeae9[_0x2bc365(0x1a4)]&&_0x10373f[_0x2bc365(0x73e)]===_0x4eeae9[_0x2bc365(0x73e)]&&_0x10373f[_0x2bc365(0x3bc)]===_0x4eeae9['childUnitId']&&_0x10373f[_0x2bc365(0x5d2)]===_0x4eeae9['childType']&&_0x10373f[_0x2bc365(0x478)]===_0x4eeae9[_0x2bc365(0x478)]&&_0x10373f[_0x2bc365(0x2ad)]===_0x4eeae9[_0x2bc365(0x2ad)]&&_0x10373f['portalContainer']===_0x4eeae9[_0x2bc365(0x69e)]&&_0x10373f[_0x2bc365(0x4da)]===_0x4eeae9[_0x2bc365(0x4da)]&&_0x10373f[_0x2bc365(0x1e9)]===_0x4eeae9[_0x2bc365(0x1e9)];}function _0x21f2ba(_0x23c911){const _0x4379d2=_0x3431b8;let _0x544a41=[];return[[_0x21e99d[_0x4379d2(0x601)][_0x4379d2(0x2d2)],_0x4379d2(0x77a)],[_0x21e99d[_0x4379d2(0x601)]['UNIVER_SHEET'],_0x4379d2(0x745)],[_0x21e99d[_0x4379d2(0x601)][_0x4379d2(0x6e3)],_0x4379d2(0x5a0)],[_0x21e99d['UniverInstanceType']['UNIVER_BASE'],_0x4379d2(0x656)]][_0x4379d2(0x7ce)](([_0x219b95,_0x2c53f8])=>{const _0x1dd1e2=_0x4379d2;let _0x13cd12=_0x5a101b(_0x23c911,{'childType':_0x219b95,'id':_0x2c53f8});_0x13cd12&&_0x544a41[_0x1dd1e2(0x49d)](_0x13cd12);}),_0x544a41;}var _0x16f1ec=class{constructor(){const _0x63b398=_0x3431b8;_0x2c4771(this,_0x63b398(0x611),new Map());}[_0x3431b8(0x475)](_0x308a21){const _0x2fce9b=_0x3431b8;return this[_0x2fce9b(0x611)][_0x2fce9b(0x441)](_0x308a21[_0x2fce9b(0x5d2)],_0x308a21),(0x0,_0x21e99d[_0x2fce9b(0x7b6)])(()=>{const _0x1fa6fe=_0x2fce9b;this['_providers'][_0x1fa6fe(0x1da)](_0x308a21[_0x1fa6fe(0x5d2)])===_0x308a21&&this['_providers'][_0x1fa6fe(0x5bc)](_0x308a21[_0x1fa6fe(0x5d2)]);});}['get'](_0x59c9db){const _0x274d2f=_0x3431b8;return this[_0x274d2f(0x611)][_0x274d2f(0x1da)](_0x59c9db);}[_0x3431b8(0x1a8)](){return[...this['_providers']['values']()];}['measureContentSize'](_0x474eb3){const _0x425340=_0x3431b8;var _0x4368fc;return(_0x4368fc=this[_0x425340(0x1da)](_0x474eb3[_0x425340(0x5d2)]))==null?void 0x0:_0x4368fc[_0x425340(0x3b3)](_0x474eb3);}};function _0x431077(_0xc87076,_0x6a7515,_0xf914cf=_0x13ad65(_0xc87076),_0x4d065b={}){const _0x3ee482=_0x3431b8;var _0x224908,_0x42e2c8;let _0x4b93b0=_0xc87076[_0x3ee482(0x644)][_0x3ee482(0x1da)](_0x6a7515),_0x323fc3=_0x4d065b[_0x3ee482(0x252)]??(_0x4d065b[_0x3ee482(0x3a5)]===!0x1?void 0x0:((_0x224908=_0xc87076[_0x3ee482(0x676)])==null?void 0x0:_0x224908['injector'])??_0xeb26cd(_0xc87076)),_0x2292d3=!_0x4d065b['scopedInjector']&&_0x323fc3!==((_0x42e2c8=_0xc87076[_0x3ee482(0x676)])==null?void 0x0:_0x42e2c8[_0x3ee482(0x644)]),_0x1b92a3=_0x10c735(_0x4b93b0,_0xc87076['childUnitId'],_0x323fc3);if(!_0x1b92a3){_0x2292d3&&(_0x323fc3==null||_0x323fc3[_0x3ee482(0x403)]());return;}_0xf914cf[_0x3ee482(0x5be)][_0x3ee482(0x1d1)]=_0xc87076[_0x3ee482(0x3bc)],_0xf914cf[_0x3ee482(0x5be)][_0x3ee482(0x80c)]=_0xc87076[_0x3ee482(0x74a)][_0x3ee482(0x79a)];try{var _0x2443a8,_0x592f99;(_0x2443a8=(_0x592f99=_0x1b92a3['engine'])[_0x3ee482(0x32e)])==null||_0x2443a8[_0x3ee482(0x2f1)](_0x592f99);}catch{}_0x1b92a3[_0x3ee482(0x69d)][_0x3ee482(0x721)](_0xf914cf),_0x281e4f(_0x1b92a3,_0xf914cf),_0x45a652(_0x1b92a3,{'activate':_0x4d065b[_0x3ee482(0x3ae)]??!0x0});let _0x2f3e10=_0x532ca0(_0x1b92a3,_0xf914cf,{'activate':!0x1});return(0x0,_0x21e99d['toDisposable'])(()=>{const _0x5e5ee4=_0x3ee482;var _0x13e87a;_0x2f3e10['dispose']();try{var _0x4b12f4,_0x357c64;(_0x4b12f4=(_0x357c64=_0x1b92a3[_0x5e5ee4(0x69d)])[_0x5e5ee4(0x32e)])==null||_0x4b12f4[_0x5e5ee4(0x2f1)](_0x357c64);}catch{}(_0x13e87a=_0x4b93b0[_0x5e5ee4(0x6f9)])==null||_0x13e87a[_0x5e5ee4(0x2f1)](_0x4b93b0,_0xc87076['childUnitId']),_0xf914cf[_0x5e5ee4(0x7b5)](_0x5e5ee4(0x2b5)),_0xf914cf[_0x5e5ee4(0x7b5)](_0x5e5ee4(0x4a9)),_0x2292d3&&(_0x323fc3==null||_0x323fc3[_0x5e5ee4(0x403)]());});}function _0xeb26cd(_0x138583){const _0x4e13e0=_0x3431b8;if(typeof _0x138583[_0x4e13e0(0x644)][_0x4e13e0(0x2e0)]==_0x4e13e0(0x602)&&!(!_0x138583[_0x4e13e0(0x644)][_0x4e13e0(0x2e0)](_0x21e99d[_0x4e13e0(0x297)])||!_0x138583[_0x4e13e0(0x644)]['has'](_0x21e99d[_0x4e13e0(0x40e)])))return _0x4e5e63(_0x138583);}function _0x532ca0(_0x348ac4,_0x1cc009,_0x306d13={}){const _0x5607e7=_0x3431b8;if(typeof ResizeObserver>'u')return(0x0,_0x21e99d['toDisposable'])(()=>{});let _0x36938e=-0x1,_0x3977c3=-0x1,_0x7d027e=0x0,_0x2cd5de=new ResizeObserver(_0x35fd61=>{const _0x4be101=_0x5b76;var _0x6d6e04;let _0x404d4f=(_0x6d6e04=_0x35fd61[0x0])==null?void 0x0:_0x6d6e04['contentRect'],_0x349e30=(_0x404d4f==null?void 0x0:_0x404d4f['width'])??_0x1cc009[_0x4be101(0x1e7)],_0x111b0c=(_0x404d4f==null?void 0x0:_0x404d4f[_0x4be101(0x5ab)])??_0x1cc009[_0x4be101(0x221)];(_0x349e30!==_0x36938e||_0x111b0c!==_0x3977c3)&&(_0x36938e=_0x349e30,_0x3977c3=_0x111b0c,_0x7d027e&&window[_0x4be101(0x34a)](_0x7d027e),_0x7d027e=window[_0x4be101(0x3a6)](()=>{const _0x15bc3f=_0x4be101;_0x7d027e=0x0,_0x45a652(_0x348ac4,{'activate':_0x306d13[_0x15bc3f(0x3ae)]??!0x1});}));});return _0x2cd5de[_0x5607e7(0x4c2)](_0x1cc009),(0x0,_0x21e99d[_0x5607e7(0x7b6)])(()=>{const _0xcd17ff=_0x5607e7;_0x7d027e&&window[_0xcd17ff(0x34a)](_0x7d027e),_0x2cd5de['disconnect']();});}function _0x13ad65(_0x125925){const _0x4ffbb1=_0x3431b8;return _0x125925['runtimeScope'][_0x4ffbb1(0x6ec)]['canvas']??_0x125925[_0x4ffbb1(0x74a)][_0x4ffbb1(0x64f)]??_0x125925[_0x4ffbb1(0x74a)][_0x4ffbb1(0x560)]??_0x125925[_0x4ffbb1(0x74a)][_0x4ffbb1(0x128)];}function _0x281e4f(_0x3424ac,_0x13e2bf){const _0x502531=_0x3431b8;var _0x3a4403,_0x15b031,_0x228029,_0x238017,_0x3682d0;let _0x126b2c=((_0x3a4403=(_0x15b031=_0x3424ac['engine'])['getCanvasElement'])==null?void 0x0:_0x3a4403['call'](_0x15b031))??((_0x228029=(_0x238017=_0x3424ac[_0x502531(0x69d)])['getCanvas'])==null||(_0x228029=_0x228029[_0x502531(0x2f1)](_0x238017))==null||(_0x3682d0=_0x228029['getCanvasEle'])==null?void 0x0:_0x3682d0[_0x502531(0x2f1)](_0x228029));!_0x126b2c||_0x126b2c['parentElement']===_0x13e2bf||_0x13e2bf[_0x502531(0x543)](_0x126b2c);}function _0x256072(_0x343c4d,_0x483cc2,_0x5913fe){const _0x144d85=_0x3431b8;try{let _0x393517=_0x343c4d[_0x144d85(0x800)](_0x483cc2);if(_0x393517){var _0x3d9393;if(!_0x5913fe||_0x3f8c2b(_0x393517)===_0x5913fe)return _0x393517;(_0x3d9393=_0x343c4d['removeRender'])==null||_0x3d9393[_0x144d85(0x2f1)](_0x343c4d,_0x483cc2);}return _0x343c4d[_0x144d85(0x71c)](_0x483cc2,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5913fe,'skipAutoRender':!0x0});}catch{return;}}function _0x10c735(_0x359bf5,_0x432f52,_0x106e6c){const _0xc90261=_0x3431b8;try{let _0x2964b5=_0x359bf5[_0xc90261(0x800)](_0x432f52);if(_0x2964b5){var _0x570114;if(!_0x106e6c||_0x3f8c2b(_0x2964b5)===_0x106e6c)return _0x2964b5;(_0x570114=_0x359bf5[_0xc90261(0x6f9)])==null||_0x570114[_0xc90261(0x2f1)](_0x359bf5,_0x432f52);}return _0x359bf5[_0xc90261(0x71c)](_0x432f52,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x106e6c,'skipAutoRender':!0x0});}catch(_0x5f301c){var _0xb1a05c;(_0xb1a05c=_0x359bf5[_0xc90261(0x6f9)])==null||_0xb1a05c[_0xc90261(0x2f1)](_0x359bf5,_0x432f52),console[_0xc90261(0x346)]('[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render',_0x5f301c);return;}}function _0x3f8c2b(_0x6212b0){const _0x20a18f=_0x3431b8;try{var _0x263a0a;return(_0x263a0a=_0x6212b0[_0x20a18f(0x223)])==null?void 0x0:_0x263a0a['call'](_0x6212b0,_0x21e99d[_0x20a18f(0x7e8)]);}catch{return;}}function _0x45a652(_0x343eb1,_0x501d70={}){const _0x53daec=_0x3431b8;var _0x110229,_0x3d0793,_0x53170b,_0x2ae51a;if(_0x501d70[_0x53daec(0x3ae)]){var _0x591eec;(_0x591eec=_0x343eb1[_0x53daec(0x3ae)])==null||_0x591eec[_0x53daec(0x2f1)](_0x343eb1);}_0x343eb1['engine'][_0x53daec(0x19a)](),_0x343eb1['components'][_0x53daec(0x7ce)](_0x417331=>{const _0x703b11=_0x53daec;var _0x919aff,_0xbc1708;(_0x919aff=_0x417331[_0x703b11(0x2dc)])==null||_0x919aff[_0x703b11(0x2f1)](_0x417331,!0x0),(_0xbc1708=_0x417331['makeDirty'])==null||_0xbc1708[_0x703b11(0x2f1)](_0x417331,!0x0);}),(_0x110229=_0x343eb1[_0x53daec(0x4aa)])==null||(_0x3d0793=_0x110229[_0x53daec(0x116)])==null||_0x3d0793[_0x53daec(0x2f1)](_0x110229,!0x0),_0x343eb1[_0x53daec(0x491)][_0x53daec(0x116)](),(_0x53170b=(_0x2ae51a=_0x343eb1[_0x53daec(0x491)])[_0x53daec(0x639)])==null||_0x53170b[_0x53daec(0x2f1)](_0x2ae51a);}function _0xf45caa(_0x108954,_0x12f30a){const _0x4ef9f1=_0x3431b8;return{'childType':_0x12f30a[_0x4ef9f1(0x5d2)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x4e95e2=>_0xbebf02(_0x108954,_0x12f30a[_0x4ef9f1(0x5c6)],_0x4e95e2)};}function _0xbebf02(_0x30b715,_0xd4b9dc,_0x3fc888){const _0x2d3ee3=_0x3431b8;var _0x3c6aa4,_0x377af4;if(_0x3fc888[_0x2d3ee3(0x3ac)]){let _0x350fe7=_0x2ae109(_0x3fc888[_0x2d3ee3(0x3ac)]);if(_0x350fe7)return _0x350fe7;}if(typeof document>'u')return;let _0x1f1d32=document[_0x2d3ee3(0x5ad)](_0x2d3ee3(0x555));_0x1f1d32[_0x2d3ee3(0x594)]['position']='fixed',_0x1f1d32[_0x2d3ee3(0x594)][_0x2d3ee3(0x312)]='-100000px',_0x1f1d32[_0x2d3ee3(0x594)][_0x2d3ee3(0x1db)]=_0x2d3ee3(0x3ec),_0x1f1d32[_0x2d3ee3(0x594)][_0x2d3ee3(0x36e)]=Math['max'](0x1,Math['round'](_0x3fc888[_0x2d3ee3(0x36e)]))+'px',_0x1f1d32['style'][_0x2d3ee3(0x5ab)]=Math[_0x2d3ee3(0x561)](0x1,Math[_0x2d3ee3(0x31a)](_0x3fc888[_0x2d3ee3(0x5ab)]))+'px',_0x1f1d32['style'][_0x2d3ee3(0x235)]=_0x2d3ee3(0x331),document[_0x2d3ee3(0x71e)][_0x2d3ee3(0x543)](_0x1f1d32);let _0x7fa943=_0x30b715[_0x2d3ee3(0x1da)](_0xd4b9dc),_0x1181e8=(_0x3c6aa4=_0x3fc888[_0x2d3ee3(0x3ac)])!=null&&(_0x3c6aa4=_0x3c6aa4[_0x2d3ee3(0x676)])!=null&&_0x3c6aa4[_0x2d3ee3(0x644)]?void 0x0:_0x4e5e63(_0xec9684(_0x30b715,_0x3fc888,_0x1f1d32)),_0x27e563=((_0x377af4=_0x3fc888[_0x2d3ee3(0x3ac)])==null||(_0x377af4=_0x377af4[_0x2d3ee3(0x676)])==null?void 0x0:_0x377af4['injector'])??_0x1181e8,_0x3b3693=_0x256072(_0x7fa943,_0x3fc888[_0x2d3ee3(0x3bc)],_0x27e563);if(!_0x3b3693){_0x1181e8==null||_0x1181e8['dispose'](),_0x1f1d32[_0x2d3ee3(0x19e)]();return;}try{var _0x4f9500,_0x218053,_0x127268,_0x32bc20,_0x2deccc;_0x3b3693['engine'][_0x2d3ee3(0x721)](_0x1f1d32),_0x45a652(_0x3b3693,{'activate':!0x1});let _0x232ce1=((_0x4f9500=(_0x218053=_0x3b3693['engine'])[_0x2d3ee3(0x1c0)])==null?void 0x0:_0x4f9500[_0x2d3ee3(0x2f1)](_0x218053))??((_0x127268=(_0x32bc20=_0x3b3693[_0x2d3ee3(0x69d)])[_0x2d3ee3(0x585)])==null||(_0x127268=_0x127268['call'](_0x32bc20))==null||(_0x2deccc=_0x127268[_0x2d3ee3(0x37a)])==null?void 0x0:_0x2deccc['call'](_0x127268));return!_0x232ce1||_0x232ce1['width']<=0x1||_0x232ce1[_0x2d3ee3(0x5ab)]<=0x1||typeof _0x232ce1[_0x2d3ee3(0x51b)]!=_0x2d3ee3(0x602)?void 0x0:_0x232ce1[_0x2d3ee3(0x51b)](_0x2d3ee3(0x2e3));}catch{return;}finally{try{var _0x489976,_0x1dec59;(_0x489976=(_0x1dec59=_0x3b3693[_0x2d3ee3(0x69d)])['unmount'])==null||_0x489976[_0x2d3ee3(0x2f1)](_0x1dec59);}catch{}if(_0x1181e8){var _0x2f4c21;(_0x2f4c21=_0x7fa943[_0x2d3ee3(0x6f9)])==null||_0x2f4c21['call'](_0x7fa943,_0x3fc888['childUnitId']),_0x1181e8['dispose']();}_0x1f1d32['remove']();}}function _0xec9684(_0x59c5a1,_0x5bb3ef,_0x1b3dcd){const _0x2419ef=_0x3431b8;let _0x4e6a0e=_0x547a0e(_0x5bb3ef),_0x15570f=()=>{};return{'descriptor':_0x5bb3ef[_0x2419ef(0x723)],'layout':_0x4e6a0e,'injector':_0x59c5a1,'hostElement':_0x1b3dcd,'container':_0x1b3dcd,'hostUnitId':_0x5bb3ef[_0x2419ef(0x723)]['hostUnitId'],'embedId':_0x5bb3ef[_0x2419ef(0x723)][_0x2419ef(0x73e)],'childUnitId':_0x5bb3ef[_0x2419ef(0x3bc)],'childType':_0x5bb3ef[_0x2419ef(0x5d2)],'renderScope':{'hostUnitId':_0x5bb3ef[_0x2419ef(0x723)][_0x2419ef(0x1a4)],'hostAnchorId':_0x5bb3ef[_0x2419ef(0x723)][_0x2419ef(0x7a9)],'embedId':_0x5bb3ef[_0x2419ef(0x723)][_0x2419ef(0x73e)],'childUnitId':_0x5bb3ef[_0x2419ef(0x3bc)],'childType':_0x5bb3ef[_0x2419ef(0x5d2)],'layout':_0x4e6a0e,'mode':_0x2419ef(0x1cc),'rootElement':_0x1b3dcd,'contentRoot':_0x1b3dcd,'canvasRoot':_0x1b3dcd,'active$':(0x0,_0x465e89['of'])(!0x1)},'runtimeScope':{'descriptor':_0x5bb3ef[_0x2419ef(0x723)],'host':{'unitId':_0x5bb3ef[_0x2419ef(0x723)][_0x2419ef(0x1a4)],'type':_0x5bb3ef[_0x2419ef(0x723)][_0x2419ef(0x257)],'anchorId':_0x5bb3ef['descriptor']['hostAnchorId'],'entry':_0x5bb3ef[_0x2419ef(0x723)]['entry'],'layout':'float'},'child':{'unitId':_0x5bb3ef[_0x2419ef(0x3bc)],'type':_0x5bb3ef['childType']},'injector':_0x59c5a1,'roots':{'root':_0x1b3dcd,'content':_0x1b3dcd,'canvas':_0x1b3dcd,'overlay':_0x1b3dcd,'popup':_0x1b3dcd},'activate':_0x15570f,'deactivate':_0x15570f,'dispose':_0x15570f}};}function _0x547a0e(_0x3e2abe){const _0x4edab9=_0x3431b8;var _0x821308,_0x5061ac;let _0x2799bf=(_0x821308=_0x3e2abe[_0x4edab9(0x723)][_0x4edab9(0x714)])==null?void 0x0:_0x821308[_0x4edab9(0x6d0)];return _0x2799bf&&typeof _0x2799bf==_0x4edab9(0x505)&&typeof _0x2799bf[_0x4edab9(0x1ae)]=='string'?_0x2799bf[_0x4edab9(0x1ae)]:((_0x5061ac=_0x3e2abe[_0x4edab9(0x3ac)])==null?void 0x0:_0x5061ac[_0x4edab9(0x1ae)])??_0x4edab9(0x1a3);}var _0x20cbcb=class{constructor(){const _0x55748c=_0x3431b8;_0x2c4771(this,_0x55748c(0x611),new Map());}[_0x3431b8(0x475)](_0x52bc60){const _0x2e2c0d=_0x3431b8;if(this[_0x2e2c0d(0x611)][_0x2e2c0d(0x2e0)](_0x52bc60[_0x2e2c0d(0x5d2)]))throw Error(_0x2e2c0d(0x610)+_0x52bc60[_0x2e2c0d(0x5d2)]);this[_0x2e2c0d(0x611)][_0x2e2c0d(0x441)](_0x52bc60[_0x2e2c0d(0x5d2)],_0x52bc60);}[_0x3431b8(0x1da)](_0x2ba4b5){const _0x437f60=_0x3431b8;return this[_0x437f60(0x611)][_0x437f60(0x1da)](_0x2ba4b5);}[_0x3431b8(0x1a8)](){const _0x67c811=_0x3431b8;return[...this[_0x67c811(0x611)]['values']()];}};let _0x557808=new WeakMap(),_0x2dcbd6=new WeakMap();function _0x4c24e7(_0x37e4b7,_0x276b98,_0x2674ad){const _0x2d5310=_0x3431b8;var _0x412d8c;if(_0x451769(_0x37e4b7)){_0x245706(_0x37e4b7,_0x276b98,_0x2674ad);return;}let _0x4239bd=_0x37e4b7;if((_0x412d8c=_0x2dcbd6['get'](_0x4239bd))!=null&&_0x412d8c[_0x2d5310(0x2e0)](_0x276b98))return;let _0x1f377b=_0x557808['get'](_0x4239bd)??new Map();_0x1f377b[_0x2d5310(0x441)](_0x276b98,_0x2674ad),_0x557808[_0x2d5310(0x441)](_0x4239bd,_0x1f377b);}function _0x15ab8f(_0x2098bd){const _0x8362c3=_0x3431b8;if(!_0x451769(_0x2098bd))return;let _0x361f83=_0x2098bd,_0x21338d=_0x557808['get'](_0x361f83);_0x21338d!=null&&_0x21338d[_0x8362c3(0x2ff)]&&(_0x21338d[_0x8362c3(0x7ce)]((_0x5a0c0f,_0x33b1d6)=>_0x245706(_0x2098bd,_0x33b1d6,_0x5a0c0f)),_0x557808[_0x8362c3(0x5bc)](_0x361f83));}function _0x245706(_0x5f2532,_0x4434d9,_0x24d414){const _0x302371=_0x3431b8;let _0x81ba1f=_0x5f2532,_0x52aeee=_0x2dcbd6['get'](_0x81ba1f)??new Set();_0x52aeee[_0x302371(0x2e0)](_0x4434d9)||(_0x24d414(_0x5f2532),_0x52aeee[_0x302371(0x24d)](_0x4434d9),_0x2dcbd6['set'](_0x81ba1f,_0x52aeee));}function _0x451769(_0x35ddb2){const _0xc0b4de=_0x3431b8;return _0x35ddb2['has'](_0x233a55[_0xc0b4de(0x49f)])&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x30faa5)&&_0x35ddb2['has'](_0x486096)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x101d0b)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x1d18d3)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x121581)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x11aab4)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x16f1ec)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x56aeca)&&_0x35ddb2[_0xc0b4de(0x2e0)](_0x20cbcb);}function _0x475ddf(_0x2de39c){const _0xe124c4=_0x3431b8;let {childType:_0x1d6c13,productName:_0x41e409}=_0x2de39c;return{'childType':_0x1d6c13,'productName':_0x41e409,'hostChromeMode':_0xe124c4(0x5ae),'layoutPolicy':{'tab':_0x233a55[_0xe124c4(0x43b)],'float':_0x233a55[_0xe124c4(0x7be)],'docFlow':_0x233a55[_0xe124c4(0x31b)]},'createRibbonOverride':({childUnitId:_0x520709,embedId:_0x51a6a2,injector:_0x2596bf})=>{const _0x22f16e=_0xe124c4;let _0x113458=_0x3c3280(_0x2596bf,{'childType':_0x1d6c13,'childUnitId':_0x520709,'embedId':_0x51a6a2,'menuSchema':_0x2de213(_0x2596bf,_0x1d6c13,_0x2de39c['menuSchema'])});return{'mode':'ribbon','ribbonService':_0x113458[_0x22f16e(0x712)],'injector':_0x113458[_0x22f16e(0x644)],'placeholderTitle':_0x41e409,'disposable':_0x113458['disposable']};}};}function _0x2de213(_0x22831c,_0x4cc170,_0x9589d7){const _0x38a44b=_0x3431b8;let _0xf633bc=_0x22831c;if(typeof _0xf633bc[_0x38a44b(0x2e0)]==_0x38a44b(0x602)&&typeof _0xf633bc[_0x38a44b(0x1da)]=='function'&&_0xf633bc[_0x38a44b(0x2e0)](_0x1d18d3)){let _0x5ea420=_0xf633bc[_0x38a44b(0x1da)](_0x1d18d3)[_0x38a44b(0x2b1)](_0x4cc170,_0x38a44b(0x5ae));if(_0x5ea420)return _0x5ea420;}return _0x9589d7;}function _0x3f651d(_0x5ce935){const _0x379aa2=_0x3431b8;let _0x18bb6c=_0x126a63(_0x5ce935);return{'childType':_0x5ce935[_0x379aa2(0x5d2)],'productName':_0x5ce935[_0x379aa2(0x2af)],'hostChromeMode':_0x18bb6c,'hostHeaderMode':_0x5ce935[_0x379aa2(0x3b2)]??'none','layoutPolicy':{'tab':{..._0x233a55[_0x379aa2(0x43b)],'ribbon':_0x18bb6c===_0x379aa2(0x331)?_0x379aa2(0x330):_0x379aa2(0x217)},'float':_0x233a55[_0x379aa2(0x7be)],'docFlow':_0x233a55[_0x379aa2(0x31b)]},'createRibbonOverride':_0x18bb6c==='title-only'?()=>({'mode':'title-only','ribbonService':_0x3ca797(),'placeholderTitle':_0x5ce935[_0x379aa2(0x2af)],'hideToolbar':!0x0}):void 0x0};}function _0x126a63(_0x44f9e1){const _0x49ead4=_0x3431b8;return _0x44f9e1[_0x49ead4(0x1ec)]?_0x44f9e1['hostChromeMode']:_0x44f9e1[_0x49ead4(0x3b2)]===_0x49ead4(0x70d)?_0x49ead4(0x6e2):_0x49ead4(0x331);}function _0x3ca797(){return{'ribbon$':(0x0,_0x465e89['of'])([]),'activatedTab$':(0x0,_0x465e89['of'])(''),'collapsedIds$':(0x0,_0x465e89['of'])([]),'fakeToolbarVisible$':(0x0,_0x465e89['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0x4855f5(){const _0x36fd60=_0x3431b8;return _0x3f651d({'childType':_0x21e99d[_0x36fd60(0x601)]['UNIVER_BASE'],'productName':_0x36fd60(0x52c),'hostChromeMode':_0x36fd60(0x6e2)});}let _0x289854=class{constructor(_0xc1ae1a,_0x51b309,_0x24f7c7){const _0x302195=_0x3431b8;this[_0x302195(0x498)]=_0xc1ae1a,this[_0x302195(0x726)]=_0x51b309,this[_0x302195(0x66b)]=_0x24f7c7,_0x2c4771(this,_0x302195(0x5d2),_0x21e99d[_0x302195(0x601)][_0x302195(0x425)]);}[_0x3431b8(0x3b3)](_0x1afc62){const _0x35ab9a=_0x3431b8;let _0x2019ae=_0x1afc62[_0x35ab9a(0x724)]instanceof _0x21e99d[_0x35ab9a(0x437)]?_0x1afc62[_0x35ab9a(0x724)]['getSnapshot']():void 0x0;if(!_0x2019ae)return;let _0x2896a5=this[_0x35ab9a(0x498)][_0x35ab9a(0x3b1)](),_0x132047=_0x39bf12(_0x2019ae,_0x2896a5,this[_0x35ab9a(0x726)],this[_0x35ab9a(0x66b)]),_0x529a08=_0x48f3b4(_0x2019ae,_0x2896a5);return _0x132047==null&&_0x529a08==null?void 0x0:{'height':_0x132047,'width':_0x529a08};}};_0x289854=_0x36d13f([_0x4bfa6d(0x0,_0x131d37['IBaseUIStateService']),_0x4bfa6d(0x1,_0x33460d[_0x3431b8(0x5a7)]),_0x4bfa6d(0x2,_0x131d37[_0x3431b8(0x283)])],_0x289854);function _0x39bf12(_0x1b2870,_0x3ac13a,_0x3fd7ef,_0x444fd6){const _0x3165cf=_0x3431b8;var _0x1acede;let _0x5c4e33=_0x562082(_0x1b2870,_0x3ac13a==null?void 0x0:_0x3ac13a[_0x3165cf(0x458)]),_0x4251ef=_0x5c4e33?_0x1b2870[_0x3165cf(0x417)][_0x5c4e33]:void 0x0;if(!_0x4251ef||!_0x5c4e33)return;let _0x23325b=_0x304f18(_0x4251ef,_0x3ac13a==null?void 0x0:_0x3ac13a[_0x3165cf(0x248)]),_0x512d6d=_0x23325b?(_0x1acede=_0x4251ef[_0x3165cf(0x16b)])==null?void 0x0:_0x1acede[_0x23325b]:void 0x0,_0x5d8c22=_0x3025f2(_0x4251ef),_0xf38fd7=(0x0,_0x131d37[_0x3165cf(0x777)])(_0x512d6d!=null&&_0x512d6d[_0x3165cf(0x545)]&&'rowHeight'in _0x512d6d[_0x3165cf(0x545)]?_0x512d6d[_0x3165cf(0x545)][_0x3165cf(0x3a9)]:void 0x0);return _0x53c4d6(_0x1b2870,_0x5c4e33,_0x23325b,_0xf38fd7,_0x3ac13a,_0x3fd7ef,_0x444fd6)??_0x131d37[_0x3165cf(0x249)]+_0x5d8c22*_0xf38fd7+_0x131d37['GRID_ADD_RECORD_ROW_HEIGHT']+_0x131d37[_0x3165cf(0x4c5)];}function _0x53c4d6(_0x2a1496,_0x51a9e9,_0xe9839b,_0x3c947e,_0x2abb3b,_0x5b12b1,_0xcdddf7){const _0x5e687f=_0x3431b8;if(!_0xe9839b||!_0x5b12b1||!_0xcdddf7)return;let _0x2a574e=_0x5b12b1[_0x5e687f(0x747)](_0x2a1496,_0x51a9e9,_0xe9839b);if(_0x2a574e['type']===_0x21e99d[_0x5e687f(0x7cb)]['Grid']||_0x2a574e[_0x5e687f(0x59e)]===_0x21e99d[_0x5e687f(0x7cb)][_0x5e687f(0x40a)])return _0x131d37[_0x5e687f(0x249)]+_0xcdddf7[_0x5e687f(0x4e9)](_0x2a574e,_0x2abb3b==null?void 0x0:_0x2abb3b[_0x5e687f(0x73c)][_0xe9839b],_0x3c947e)+_0x131d37[_0x5e687f(0x4c5)];}function _0x48f3b4(_0x209392,_0x1181e5){const _0x31d733=_0x3431b8;var _0xc15963,_0x352e7e;let _0x1a7ef4=_0x115cfa(_0x209392,_0x1181e5==null?void 0x0:_0x1181e5[_0x31d733(0x458)]);if(!_0x1a7ef4)return;let _0x26ad67=_0x183a03(_0x1a7ef4,_0x1181e5==null?void 0x0:_0x1181e5[_0x31d733(0x248)]),_0x3910c3=_0x1a7ef4['fields']??{};return _0x131d37[_0x31d733(0x631)]+(_0x26ad67!=null&&(_0xc15963=_0x26ad67[_0x31d733(0x1b6)])!=null&&_0xc15963[_0x31d733(0x522)]?_0x26ad67[_0x31d733(0x1b6)]:(_0x352e7e=_0x1a7ef4[_0x31d733(0x1b6)])!=null&&_0x352e7e[_0x31d733(0x522)]?_0x1a7ef4[_0x31d733(0x1b6)]:Object[_0x31d733(0x208)](_0x3910c3))[_0x31d733(0x59a)]((_0x1fdaa9,_0x586a46)=>{const _0x2437fc=_0x31d733;var _0x3f4540;let _0x51427f=_0x3910c3[_0x586a46],_0x526ac7=_0x26ad67==null||(_0x3f4540=_0x26ad67['fieldSettings'])==null?void 0x0:_0x3f4540[_0x586a46];return _0x51427f&&!(_0x526ac7!=null&&_0x526ac7[_0x2437fc(0x330)])?_0x1fdaa9+_0x11550d(_0x526ac7==null?void 0x0:_0x526ac7[_0x2437fc(0x36e)]):_0x1fdaa9;},0x0)+_0x131d37[_0x31d733(0x50f)];}function _0x11550d(_0x5b3782){const _0x48751e=_0x3431b8;return typeof _0x5b3782==_0x48751e(0x445)&&Number[_0x48751e(0x669)](_0x5b3782)&&_0x5b3782>0x0?_0x5b3782:_0x131d37[_0x48751e(0x660)];}function _0x115cfa(_0x1c81c3,_0x34bebb){const _0x5bfff1=_0x3431b8;var _0x81c7dc;let _0x3c2cb5=_0x562082(_0x1c81c3,_0x34bebb);return _0x3c2cb5?(_0x81c7dc=_0x1c81c3[_0x5bfff1(0x417)])==null?void 0x0:_0x81c7dc[_0x3c2cb5]:void 0x0;}function _0x183a03(_0x409e1a,_0x56bbe4){var _0x524d9d;let _0x183535=_0x304f18(_0x409e1a,_0x56bbe4);return _0x183535?(_0x524d9d=_0x409e1a['views'])==null?void 0x0:_0x524d9d[_0x183535]:void 0x0;}function _0x562082(_0x546254,_0x4ccfab){const _0x3cebf1=_0x3431b8;let _0x433b8d=_0x546254[_0x3cebf1(0x417)]??{};if(_0x4ccfab&&_0x433b8d[_0x4ccfab])return _0x4ccfab;let _0x5c1135=_0x546254[_0x3cebf1(0x1bb)]??[];return[..._0x5c1135,...Object[_0x3cebf1(0x208)](_0x433b8d)[_0x3cebf1(0x659)](_0x44ee97=>!_0x5c1135['includes'](_0x44ee97))]['find'](_0x440c48=>_0x433b8d[_0x440c48]);}function _0x304f18(_0x2f2eb0,_0xab3704){const _0x289e39=_0x3431b8;let _0xbdc05a=_0x2f2eb0[_0x289e39(0x16b)]??{};if(_0xab3704&&_0xbdc05a[_0xab3704])return _0xab3704;let _0x3108f4=_0x2f2eb0['viewOrder']??[];return[..._0x3108f4,...Object[_0x289e39(0x208)](_0xbdc05a)[_0x289e39(0x659)](_0xa71c87=>!_0x3108f4[_0x289e39(0x1b2)](_0xa71c87))][_0x289e39(0x718)](_0x15d9f9=>_0xbdc05a[_0x15d9f9]);}function _0x3025f2(_0x4a35ac){const _0x40a73a=_0x3431b8;var _0x43f434;let _0x201293=_0x4a35ac[_0x40a73a(0x5d7)]??{};return((_0x43f434=_0x4a35ac['recordOrder'])!=null&&_0x43f434['length']?_0x4a35ac['recordOrder']:Object[_0x40a73a(0x208)](_0x201293))[_0x40a73a(0x659)](_0x5202a=>_0x201293[_0x5202a])['length'];}function _0x3e2222(_0x3bb2ab,_0x13f27b,_0x1ca66b){const _0x4fa136=_0x3431b8;return{...(0x0,_0x233a55[_0x4fa136(0x7fd)])(_0x3bb2ab,_0x13f27b),'activateAnchor':_0x1bd68a=>{const _0x55614e=_0x4fa136;_0x21c730(_0x1bd68a[_0x55614e(0x1a4)],_0x1bd68a[_0x55614e(0x7a9)],_0x13f27b,_0x1b9641(_0x1ca66b));}};}function _0x8deba8(){const _0xf4a0a5=_0x3431b8;return{'hostType':_0x21e99d[_0xf4a0a5(0x601)][_0xf4a0a5(0x425)],'entry':_0xf4a0a5(0x198),'layout':_0xf4a0a5(0x2d0),'supportedLayouts':[_0xf4a0a5(0x2d0)],'menuBehavior':_0xf4a0a5(0x654),'mount':_0x15f42c=>{const _0x19e85f=_0xf4a0a5;let _0x317dcc=_0x5b5ec2('data-embed-bases-table-list-host',_0x15f42c[_0x19e85f(0x723)][_0x19e85f(0x7a9)]);return _0x317dcc?{'hostElement':_0x317dcc}:{};}};}function _0x21c730(_0x35f2ad,_0xecd0f0,_0x170184,_0x3ee81a){const _0x58e8b2=_0x3431b8;var _0x2399eb;if(!_0x3ee81a)return;_0x3ee81a[_0x58e8b2(0x10e)](_0xecd0f0);let _0x372a31=(_0x2399eb=_0x455e09(_0x170184,_0x35f2ad))==null?void 0x0:_0x2399eb[_0x58e8b2(0x417)][_0xecd0f0],_0x3d868f=_0x372a31==null?void 0x0:_0x372a31[_0x58e8b2(0x2fd)]['find'](_0x262a1d=>_0x372a31[_0x58e8b2(0x16b)][_0x262a1d]);_0x3d868f&&_0x3ee81a[_0x58e8b2(0x3f3)](_0x3d868f),_0x3ee81a[_0x58e8b2(0x5dd)](null),_0x3ee81a['closeRecordDetail']();}function _0x455e09(_0xc5b8ab,_0xabb107){const _0xc04051=_0x3431b8;var _0x3b675b;return _0xc5b8ab==null||(_0x3b675b=_0xc5b8ab[_0xc04051(0x348)](_0xabb107,_0x21e99d[_0xc04051(0x601)][_0xc04051(0x425)]))==null?void 0x0:_0x3b675b['getSnapshot']();}function _0x1b9641(_0x16e57d){return typeof _0x16e57d=='function'?_0x16e57d():_0x16e57d;}function _0x5b5ec2(_0x23a173,_0x4977e4){const _0x27e879=_0x3431b8;return document[_0x27e879(0x73b)]('['+_0x23a173+'=\x22'+_0x2438b5(_0x4977e4)+'\x22]');}function _0x2438b5(_0x3dc68b){const _0x327f15=_0x3431b8;return _0x3dc68b[_0x327f15(0x559)](/\\/g,'\x5c\x5c')[_0x327f15(0x559)](/"/g,'\x5c\x22');}function _0x430352(_0x349dc5){const _0x15cc22=_0x3431b8;let _0x3d1ab3=_0x349dc5['has'](_0x131d37[_0x15cc22(0x5ea)])?_0x349dc5[_0x15cc22(0x1da)](_0x131d37[_0x15cc22(0x5ea)]):void 0x0,_0x1fcb59=_0x349dc5[_0x15cc22(0x2e0)](_0x131d37[_0x15cc22(0x283)])?_0x349dc5[_0x15cc22(0x1da)](_0x131d37[_0x15cc22(0x283)]):void 0x0;return{'childType':_0x21e99d[_0x15cc22(0x601)]['UNIVER_BASE'],'getStickyHeaderHeight':()=>_0x131d37[_0x15cc22(0x249)],'subscribeVerticalScroll'(_0x2d3116,_0x3589b2){const _0x467689=_0x15cc22;var _0x345df2,_0x1714d3;let _0x2c8a4a=((_0x345df2=_0x2d3116[_0x467689(0x676)])==null?void 0x0:_0x345df2[_0x467689(0x644)])??_0x349dc5,_0x1073c6=_0x2c8a4a!==_0x349dc5&&_0x2c8a4a['has'](_0x131d37[_0x467689(0x5ea)])?_0x2c8a4a[_0x467689(0x1da)](_0x131d37[_0x467689(0x5ea)]):_0x3d1ab3;if(!_0x1073c6)return;let _0x677da9=_0x1073c6[_0x467689(0x3b1)](),_0x46eaf8=_0x677da9['activeViewId'],_0x2424e4=_0x46eaf8?((_0x1714d3=_0x677da9['scrollState'][_0x46eaf8])==null?void 0x0:_0x1714d3['y'])??0x0:0x0,_0x3ae845=_0x1073c6[_0x467689(0x729)][_0x467689(0x823)](_0x240397=>{const _0x55e52f=_0x467689;var _0x3ea8ac;let _0x34d094=_0x240397[_0x55e52f(0x248)],_0x58b026=_0x34d094?((_0x3ea8ac=_0x240397[_0x55e52f(0x2e4)][_0x34d094])==null?void 0x0:_0x3ea8ac['y'])??0x0:0x0;if(_0x34d094!==_0x46eaf8){_0x46eaf8=_0x34d094,_0x2424e4=_0x58b026;return;}_0x58b026!==_0x2424e4&&(_0x2424e4=_0x58b026,_0x3589b2(_0x58b026));});return(0x0,_0x21e99d[_0x467689(0x7b6)])(()=>_0x3ae845['unsubscribe']());},'handleWheel'(_0x258826){const _0x1d86af=_0x15cc22;if(_0x258826[_0x1d86af(0x64b)]!==_0x1d86af(0x518)&&_0x2c86c5(_0x258826[_0x1d86af(0x1ae)],_0x258826['event']))return!0x1;let _0x11afa4=_0x258826['runtimeScope'][_0x1d86af(0x644)]??_0x349dc5,_0x1bca05=_0x11afa4!==_0x349dc5&&_0x11afa4[_0x1d86af(0x2e0)](_0x131d37[_0x1d86af(0x283)])?_0x11afa4['get'](_0x131d37[_0x1d86af(0x283)]):_0x1fcb59;return(_0x1bca05==null?void 0x0:_0x1bca05[_0x1d86af(0x454)](_0x258826[_0x1d86af(0x3bc)],_0x2bb5bf(_0x258826[_0x1d86af(0x272)],_0x258826['viewportScrollY'])))??!0x1;}};}function _0x2bb5bf(_0xffe945,_0x49e492){const _0x580962=_0x3431b8;return{'deltaX':_0xffe945[_0x580962(0x2c1)],'deltaY':_0xffe945[_0x580962(0x789)],'deltaMode':_0xffe945['deltaMode'],'clientX':_0xffe945[_0x580962(0x7da)],'clientY':_0xffe945[_0x580962(0x13f)],'shiftKey':_0xffe945[_0x580962(0x48d)],'viewportScrollY':_0x49e492};}function _0x4d909f(_0x854732,_0x13fcbe,_0x2fea1c){const _0x189dbc=_0x3431b8;let _0x159ff7=_0x854732[_0x189dbc(0x723)][_0x189dbc(0x149)];return _0x2fea1c(_0x159ff7),_0x13fcbe[_0x189dbc(0x1fa)](_0x170052=>{const _0x54625d=_0x189dbc;if(!_0x3460bb(_0x170052))return;let {params:_0x2e4964}=_0x170052;if(_0x2e4964[_0x54625d(0x436)]!==_0x854732[_0x54625d(0x1a4)]||_0x2e4964[_0x54625d(0x723)][_0x54625d(0x73e)]!==_0x854732[_0x54625d(0x73e)])return;let _0x5db67d=_0x2e4964[_0x54625d(0x723)][_0x54625d(0x149)];(0x0,_0x21e99d[_0x54625d(0x310)])(_0x159ff7??{},_0x5db67d??{})||(_0x159ff7=_0x5db67d,_0x2fea1c(_0x5db67d));});}function _0x3460bb(_0x167faf){const _0x10bc87=_0x3431b8;return _0x167faf['id']===_0x233a55[_0x10bc87(0x813)]['id']&&_0x167faf[_0x10bc87(0x5e2)]!==void 0x0&&_0x10bc87(0x436)in _0x167faf[_0x10bc87(0x5e2)]&&typeof _0x167faf['params']['unitId']==_0x10bc87(0x202)&&_0x10bc87(0x723)in _0x167faf[_0x10bc87(0x5e2)]&&typeof _0x167faf[_0x10bc87(0x5e2)][_0x10bc87(0x723)]==_0x10bc87(0x505)&&_0x167faf['params'][_0x10bc87(0x723)]!==null&&_0x10bc87(0x73e)in _0x167faf['params'][_0x10bc87(0x723)]&&typeof _0x167faf[_0x10bc87(0x5e2)][_0x10bc87(0x723)][_0x10bc87(0x73e)]==_0x10bc87(0x202);}function _0x1b288a(_0x49c227){const _0x1b83a5=_0x3431b8;return{'childType':_0x21e99d[_0x1b83a5(0x601)]['UNIVER_BASE'],'supportedLayouts':[_0x1b83a5(0x2d0),_0x1b83a5(0x45e),_0x1b83a5(0x1a3)],'beforeDeactivate':_0x12a905,'mount':_0x4339d9=>_0x19348f(_0x4339d9,_0x49c227)};}function _0x12a905(_0x5cf548){const _0x2710cd=_0x3431b8;var _0x59d5c7;(_0x59d5c7=_0x5cf548['runtimeScope'][_0x2710cd(0x43d)])==null||_0x59d5c7[_0x2710cd(0x4d1)](_0x131d37[_0x2710cd(0x793)]['id'],{'commit':!0x1});}function _0x19348f(_0x3e6d38,_0x436906){const _0xb41e69=_0x3431b8;let _0xeb9b50=_0x3e6d38[_0xb41e69(0x644)][_0xb41e69(0x1da)](_0x21e99d['IUniverInstanceService'])['getUnit'](_0x3e6d38[_0xb41e69(0x3bc)],_0x21e99d['UniverInstanceType']['UNIVER_BASE']);if(!_0xeb9b50)return;let _0x13f8a9=new _0x131d37[(_0xb41e69(0x444))](),_0x1acec0=new _0x131d37[(_0xb41e69(0x152))](),_0x4ba996=new _0x131d37[(_0xb41e69(0x247))](_0x13f8a9),_0x563103=new _0x131d37[(_0xb41e69(0x6f2))](),_0x33ec41=_0x331f7d(_0x3e6d38,_0x13f8a9,_0x1acec0,_0x4ba996);if(!_0x33ec41){_0x563103[_0xb41e69(0x403)](),_0x4ba996[_0xb41e69(0x403)](),_0x1acec0[_0xb41e69(0x403)](),_0x13f8a9[_0xb41e69(0x403)]();return;}let _0x538ba0=_0x23c948(_0x3e6d38);_0x4ce57d(_0x13f8a9,_0xeb9b50,_0x538ba0,_0x3e6d38[_0xb41e69(0x723)][_0xb41e69(0x149)]);let _0x528e35=_0x4d909f(_0x3e6d38,_0x436906,_0xdd2389=>_0xb49641(_0x13f8a9,_0xeb9b50,_0xdd2389)),_0x2d2251=_0x3e6d38[_0xb41e69(0x723)][_0xb41e69(0x79a)]==='readonly',_0x35b3cb=_0x2df2aa(_0x3e6d38[_0xb41e69(0x644)],_0x33ec41,_0x13f8a9,_0x1acec0,_0x4ba996,_0x538ba0,_0x563103,_0x2d2251,_0x3e6d38[_0xb41e69(0x676)][_0xb41e69(0x6ec)][_0xb41e69(0x536)]);_0x394d14(_0x3e6d38,_0x35b3cb);let _0x182631=_0x229af9(_0x3e6d38),_0x27d3d6=_0x340eb8(_0x182631),_0x461e09=_0x289743(_0x3e6d38,_0x35b3cb),_0x1b6d45=_0x3e6d38[_0xb41e69(0x644)]['get'](_0x21e99d[_0xb41e69(0x297)]),_0x1febcc=_0x1b6d45['getCurrentUnitOfType'](_0x21e99d[_0xb41e69(0x601)][_0xb41e69(0x425)]);return _0x1b6d45[_0xb41e69(0x42c)](_0x3e6d38[_0xb41e69(0x3bc)]),_0x182631[_0xb41e69(0x5be)][_0xb41e69(0x1d1)]=_0x3e6d38[_0xb41e69(0x3bc)],_0x182631[_0xb41e69(0x5be)]['embedChildRenderMode']=_0xb41e69(0x645),_0x27d3d6[_0xb41e69(0x639)]((0x0,_0x520e3c[_0xb41e69(0x11b)])(_0x17c507,{'injector':_0x35b3cb,'mountContainer':_0x3e6d38[_0xb41e69(0x676)][_0xb41e69(0x6ec)][_0xb41e69(0x536)],'embedId':_0x3e6d38[_0xb41e69(0x73e)],'children':(0x0,_0x520e3c[_0xb41e69(0x11b)])(_0x131d37[_0xb41e69(0x7df)],{})})),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x4096d4=_0xb41e69;_0x528e35[_0x4096d4(0x403)](),_0x461e09[_0x4096d4(0x403)](),_0x9a59f3(_0x27d3d6),_0x1febcc&&_0x1b6d45[_0x4096d4(0x42c)](_0x1febcc[_0x4096d4(0x787)]()),_0x563103[_0x4096d4(0x403)](),_0x4ba996[_0x4096d4(0x403)](),_0x1acec0[_0x4096d4(0x403)](),_0x13f8a9['dispose'](),_0x35b3cb[_0x4096d4(0x403)](),_0x182631[_0x4096d4(0x30e)]&&(_0x182631[_0x4096d4(0x7b5)](_0x4096d4(0x2b5)),_0x182631['removeAttribute'](_0x4096d4(0x4a9)));});}function _0x394d14(_0x24b560,_0x4730a1){const _0x392e2c=_0x3431b8;_0x24b560['runtimeScope'][_0x392e2c(0x644)]=_0x4730a1,_0x24b560['runtimeScope'][_0x392e2c(0x795)]=_0x4730a1[_0x392e2c(0x1da)](_0x21e99d[_0x392e2c(0x297)]),_0x24b560[_0x392e2c(0x676)]['commandService']=_0x4730a1[_0x392e2c(0x1da)](_0x21e99d[_0x392e2c(0x40e)]);}function _0x229af9(_0x6a1959){const _0x4e1d2a=_0x3431b8;var _0x22ff33,_0x311e42,_0x4f7ae0;return((_0x22ff33=_0x6a1959[_0x4e1d2a(0x676)])==null||(_0x22ff33=_0x22ff33[_0x4e1d2a(0x6ec)])==null?void 0x0:_0x22ff33[_0x4e1d2a(0x56e)])??((_0x311e42=_0x6a1959[_0x4e1d2a(0x74a)])==null?void 0x0:_0x311e42[_0x4e1d2a(0x560)])??((_0x4f7ae0=_0x6a1959[_0x4e1d2a(0x74a)])==null?void 0x0:_0x4f7ae0['rootElement'])??document;}function _0x289743(_0x135cae,_0x169c95){const _0x39b94f=_0x3431b8;let _0x5bc162=!0x1,_0x4acef0=0x0,_0x9775fd=(0x0,_0x21e99d[_0x39b94f(0x7b6)])(()=>{}),_0x2c0c26,_0x301e25=()=>{const _0x1507a0=_0x39b94f;if(_0x5bc162)return;let _0x51ec79=()=>{const _0x5d83da=_0x5b76;_0x4acef0=window[_0x5d83da(0x3a6)](_0x301e25);},_0x5f0146=_0x2a0c37(_0x135cae);if(!_0x3b8050(_0x5f0146)){_0x135cae[_0x1507a0(0x797)][_0x1507a0(0x5be)]['embedChildRenderStatus']=_0x1507a0(0x59b),_0x51ec79();return;}if(_0x2c0c26===_0x5f0146&&_0x5f0146[_0x1507a0(0x73b)]('canvas'))return;_0x9775fd[_0x1507a0(0x403)]();let _0x2c121d=_0x135cae[_0x1507a0(0x644)]['get'](_0x59d49a[_0x1507a0(0x738)]),_0x474ff4;try{_0x474ff4=_0x10c735(_0x2c121d,_0x135cae['childUnitId'],_0x169c95);}catch(_0x45b2ee){_0x135cae[_0x1507a0(0x797)]['dataset'][_0x1507a0(0x382)]=_0x45b2ee instanceof Error?_0x45b2ee[_0x1507a0(0x58b)]:String(_0x45b2ee),_0x474ff4=void 0x0;}if(!_0x474ff4){_0x135cae[_0x1507a0(0x797)]['dataset'][_0x1507a0(0x81a)]=_0x1507a0(0x41c),_0x2c0c26=void 0x0,_0x51ec79();return;}delete _0x135cae[_0x1507a0(0x797)]['dataset'][_0x1507a0(0x382)],_0x5f0146[_0x1507a0(0x5be)][_0x1507a0(0x1d1)]=_0x135cae['childUnitId'],_0x474ff4[_0x1507a0(0x69d)]['mount'](_0x5f0146),_0x45a652(_0x474ff4,{'activate':_0x54ee56(_0x135cae)});let _0x3c416d=_0x532ca0(_0x474ff4,_0x5f0146,{'activate':!0x1});_0x9775fd=(0x0,_0x21e99d[_0x1507a0(0x7b6)])(()=>{const _0x27cb26=_0x1507a0;_0x3c416d['dispose']();try{var _0x98995d,_0x5b4255;(_0x98995d=(_0x5b4255=_0x474ff4['engine'])[_0x27cb26(0x32e)])==null||_0x98995d[_0x27cb26(0x2f1)](_0x5b4255);}catch{}_0x2c121d[_0x27cb26(0x6f9)](_0x135cae[_0x27cb26(0x3bc)]),_0x5f0146[_0x27cb26(0x7b5)](_0x27cb26(0x2b5));}),_0x2c0c26=_0x5f0146,_0x135cae[_0x1507a0(0x797)][_0x1507a0(0x5be)][_0x1507a0(0x81a)]=_0x1507a0(0x154),_0x51ec79();};return _0x4acef0=window['requestAnimationFrame'](_0x301e25),(0x0,_0x21e99d[_0x39b94f(0x7b6)])(()=>{const _0x4797f8=_0x39b94f;_0x5bc162=!0x0,window[_0x4797f8(0x34a)](_0x4acef0),_0x9775fd[_0x4797f8(0x403)]();});}function _0x2a0c37(_0x1d03eb){const _0x2d3fc2=_0x3431b8;return(0x0,_0x131d37['getBaseCanvasRoot'])({'unitId':_0x1d03eb[_0x2d3fc2(0x3bc)],'scope':_0x229af9(_0x1d03eb)});}function _0x3b8050(_0x380ece){const _0x18b6ef=_0x3431b8;return!!_0x380ece&&_0x380ece[_0x18b6ef(0x30e)]&&_0x380ece[_0x18b6ef(0x1e7)]>0x0&&_0x380ece[_0x18b6ef(0x221)]>0x0;}function _0x54ee56(_0x455844){return!0x0;}function _0x331f7d(_0x16273d,_0x20ea68,_0x155f2d,_0x1622d9){const _0x2e2bde=_0x3431b8;let _0x50a622=_0x16273d[_0x2e2bde(0x644)][_0x2e2bde(0x1da)](_0x21e99d['IUniverInstanceService']),_0x3dc380=_0x50a622['getUnit'](_0x16273d['childUnitId'],_0x16273d['childType']);if(!_0x3dc380)return;let _0x1cb8f1=_0x49b315(_0x50a622,_0x16273d,_0x3dc380),_0x6a83d9=_0x2cfa37(_0x16273d[_0x2e2bde(0x644)][_0x2e2bde(0x1da)](_0x21e99d[_0x2e2bde(0x40e)]),_0x20ea68,_0x155f2d,_0x1622d9,_0x50a622,_0x16273d[_0x2e2bde(0x3bc)]);return _0x3eefc0(_0x16273d[_0x2e2bde(0x644)],new Map([[_0x21e99d[_0x2e2bde(0x297)],_0x1cb8f1],[_0x21e99d[_0x2e2bde(0x40e)],_0x6a83d9],[_0x131d37[_0x2e2bde(0x2e5)],(0x0,_0x131d37[_0x2e2bde(0x3f6)])(_0x229af9(_0x16273d))]]));}function _0x49b315(_0x5e88ae,_0x1e96a7,_0x2c73f8){const _0x5c9ea0=_0x3431b8;return{'unitAdded$':_0x5e88ae[_0x5c9ea0(0x838)],'unitDisposed$':_0x5e88ae[_0x5c9ea0(0x79b)],'focused$':(0x0,_0x465e89['of'])(_0x2c73f8[_0x5c9ea0(0x787)]()),'getTypeOfUnitAdded$':_0x5e88ae[_0x5c9ea0(0x57a)]['bind'](_0x5e88ae),'__addUnit':_0x5e88ae[_0x5c9ea0(0x699)][_0x5c9ea0(0x29a)](_0x5e88ae),'getTypeOfUnitDisposed$':_0x5e88ae[_0x5c9ea0(0x456)]['bind'](_0x5e88ae),'focusUnit':_0x38773c=>{const _0x2064ce=_0x5c9ea0;_0x38773c!==null&&_0x38773c!==_0x1e96a7[_0x2064ce(0x3bc)]&&_0x5e88ae[_0x2064ce(0x421)](_0x38773c);},'getFocusedUnit':()=>_0x2c73f8,'getCurrentUnitOfType':_0x176f35=>_0x176f35===_0x1e96a7[_0x5c9ea0(0x5d2)]?_0x2c73f8:_0x5e88ae[_0x5c9ea0(0x839)](_0x176f35),'setCurrentUnitForType':_0x23175d=>{const _0x9c16ff=_0x5c9ea0;_0x23175d!==_0x1e96a7[_0x9c16ff(0x3bc)]&&_0x5e88ae[_0x9c16ff(0x42c)](_0x23175d);},'getCurrentTypeOfUnit$':_0x5c748e=>_0x5c748e===_0x1e96a7['childType']?(0x0,_0x465e89['of'])(_0x2c73f8):_0x5e88ae[_0x5c9ea0(0x455)](_0x5c748e),'createUnit':_0x5e88ae[_0x5c9ea0(0x415)][_0x5c9ea0(0x29a)](_0x5e88ae),'getUnitCreateOptions':_0x5e88ae['getUnitCreateOptions'][_0x5c9ea0(0x29a)](_0x5e88ae),'disposeUnit':_0x5e88ae['disposeUnit'][_0x5c9ea0(0x29a)](_0x5e88ae),'registerCtorForType':_0x5e88ae[_0x5c9ea0(0x14c)][_0x5c9ea0(0x29a)](_0x5e88ae),'getUnit':_0x5e88ae[_0x5c9ea0(0x348)]['bind'](_0x5e88ae),'getAllUnitsForType':_0xd1d214=>_0xd1d214===_0x1e96a7[_0x5c9ea0(0x5d2)]?[_0x2c73f8]:_0x5e88ae[_0x5c9ea0(0x6c3)](_0xd1d214),'getUnitType':_0x5e88ae[_0x5c9ea0(0x61d)][_0x5c9ea0(0x29a)](_0x5e88ae)};}function _0x4ce57d(_0x5ac1ae,_0x3bd254,_0x4fcb44=_0x3431b8(0x7a4),_0xfeebae){const _0x3c2938=_0x3431b8;let {tableId:_0x1b95c8,viewId:_0x5768ab}=_0x4c480f(_0x3bd254,_0xfeebae);_0x1b95c8&&_0x5ac1ae['activateTable'](_0x1b95c8),_0x5768ab&&_0x5ac1ae[_0x3c2938(0x3f3)](_0x5768ab),_0x5ac1ae[_0x3c2938(0x2a3)](_0x4fcb44===_0x3c2938(0x7a4));}function _0x4c480f(_0x14b4b0,_0x45e898){const _0xa90119=_0x3431b8;var _0xaa8cc5,_0x5dc7d3,_0x3217b5,_0x57160f,_0x3350e2;let _0x1ccbfa=_0x14b4b0['getSnapshot'](),_0x25732e=_0x45e898==null?void 0x0:_0x45e898[_0xa90119(0x28d)],_0xee0006=_0x25732e&&(_0xaa8cc5=_0x1ccbfa[_0xa90119(0x417)])!=null&&_0xaa8cc5[_0x25732e]?_0x25732e:((_0x5dc7d3=_0x1ccbfa['tableOrder'])==null?void 0x0:_0x5dc7d3[_0xa90119(0x718)](_0x5995a6=>{const _0x66f31a=_0xa90119;var _0x4243ad;return!!((_0x4243ad=_0x1ccbfa[_0x66f31a(0x417)])!=null&&_0x4243ad[_0x5995a6]);}))??Object[_0xa90119(0x208)](_0x1ccbfa['tables']??{})[0x0]??'',_0x5f5a75=(_0x3217b5=_0x1ccbfa['tables'])==null?void 0x0:_0x3217b5[_0xee0006],_0x1e984d=_0x45e898==null?void 0x0:_0x45e898[_0xa90119(0x753)],_0x419c89=_0x1e984d&&_0x5f5a75!=null&&(_0x57160f=_0x5f5a75['views'])!=null&&_0x57160f[_0x1e984d]?_0x1e984d:_0x5f5a75==null||(_0x3350e2=_0x5f5a75[_0xa90119(0x2fd)])==null?void 0x0:_0x3350e2[_0xa90119(0x718)](_0x2248cd=>{const _0x8ecda4=_0xa90119;var _0x4bed51;return!!((_0x4bed51=_0x5f5a75[_0x8ecda4(0x16b)])!=null&&_0x4bed51[_0x2248cd]);});return{'tableId':_0xee0006,..._0x419c89?{'viewId':_0x419c89}:{}};}function _0xb49641(_0x5878a8,_0x727792,_0x3837e4){const _0x5ca08d=_0x3431b8;let _0x562b95=_0x4c480f(_0x727792,_0x3837e4),_0xa96be2=_0x5878a8[_0x5ca08d(0x3b1)]();_0x562b95[_0x5ca08d(0x28d)]&&_0xa96be2['activeTableId']!==_0x562b95['tableId']&&_0x5878a8['activateTable'](_0x562b95['tableId']),_0x562b95[_0x5ca08d(0x753)]&&_0x5878a8[_0x5ca08d(0x3b1)]()[_0x5ca08d(0x248)]!==_0x562b95['viewId']&&_0x5878a8[_0x5ca08d(0x3f3)](_0x562b95[_0x5ca08d(0x753)]);}function _0x23c948(_0x446190){const _0x27554b=_0x3431b8;return _0x446190['renderScope'][_0x27554b(0x7ea)]?_0x27554b(0x7ea):_0x446190[_0x27554b(0x74a)][_0x27554b(0x79a)]===_0x27554b(0x1cc)?_0x27554b(0x1f8):_0x27554b(0x7a4);}function _0x2df2aa(_0xd0810e,_0x39fb66,_0xc8cba4,_0x1a0128=new _0x131d37['BaseUIPopupService'](),_0x30428c=new _0x131d37['BaseEditorService'](_0xc8cba4),_0x4843e3=_0x3431b8(0x7a4),_0x56c647,_0x2c78de=!0x1,_0x548cb3){const _0x1eabd2=_0x3431b8;let _0xe7754f=_0xebdc67(_0xd0810e[_0x1eabd2(0x1da)](_0x21e99d[_0x1eabd2(0x7d1)]),_0x4843e3),_0x4101d4=_0x2cfa37(_0x39fb66[_0x1eabd2(0x1da)](_0x21e99d[_0x1eabd2(0x40e)]),_0xc8cba4,_0x1a0128,_0x30428c,_0x39fb66['get'](_0x21e99d[_0x1eabd2(0x297)]),void 0x0,_0x2c78de),_0x5c5cc5=new Map([[_0x131d37['IBaseUIStateService'],_0xc8cba4],[_0x131d37[_0x1eabd2(0x60e)],_0x1a0128],[_0x131d37[_0x1eabd2(0x490)],_0x30428c],[_0x21e99d[_0x1eabd2(0x40e)],_0x4101d4],[_0x21e99d[_0x1eabd2(0x7d1)],_0xe7754f],[_0x131d37[_0x1eabd2(0x2e5)],_0x39fb66[_0x1eabd2(0x1da)](_0x131d37[_0x1eabd2(0x2e5)])],[_0x131d37[_0x1eabd2(0x434)],(0x0,_0x131d37[_0x1eabd2(0x614)])(_0x548cb3)]]);return _0x56c647&&_0x5c5cc5[_0x1eabd2(0x441)](_0x131d37['IBaseViewWheelScrollService'],_0x56c647),_0x3eefc0(_0x39fb66,_0x5c5cc5);}function _0x2cfa37(_0x207e55,_0x560a68,_0x5ca655,_0xad0549,_0x4dec16,_0x22ae9e,_0x56e3a4=!0x1){const _0x416384=_0x3431b8;return{'disposed':_0x207e55[_0x416384(0x45a)][_0x416384(0x29a)](_0x207e55),'hasCommand':_0x207e55[_0x416384(0x678)][_0x416384(0x29a)](_0x207e55),'registerCommand':_0x207e55[_0x416384(0x556)][_0x416384(0x29a)](_0x207e55),'unregisterCommand':_0x207e55[_0x416384(0x489)][_0x416384(0x29a)](_0x207e55),'registerMultipleCommand':_0x207e55['registerMultipleCommand'][_0x416384(0x29a)](_0x207e55),'executeCommand':async(..._0x43d055)=>{const _0x4bd2eb=_0x416384;let _0x25007b=_0x9b56dc(_0x43d055[0x0],_0x43d055[0x1],_0x560a68,_0x5ca655,_0x4dec16,_0x22ae9e);if(_0x25007b!==void 0x0)return _0x25007b;if(_0x7316d(_0x43d055[0x0],_0x43d055[0x1],_0xad0549,_0x56e3a4))return!0x0;let _0x72076d=_0x22ae9e?_0x4dec16==null?void 0x0:_0x4dec16[_0x4bd2eb(0x839)](_0x21e99d[_0x4bd2eb(0x601)][_0x4bd2eb(0x425)]):void 0x0;try{return _0x22ae9e&&(_0x4dec16==null||_0x4dec16['setCurrentUnitForType'](_0x22ae9e)),await _0x207e55[_0x4bd2eb(0x841)](_0x43d055[0x0],_0x43d055[0x1],_0x43d055[0x2]);}finally{_0x72076d&&(_0x4dec16==null||_0x4dec16[_0x4bd2eb(0x42c)](_0x72076d[_0x4bd2eb(0x787)]()));}},'syncExecuteCommand':(..._0x243b20)=>{const _0x260e3f=_0x416384;let _0x11e82=_0x9b56dc(_0x243b20[0x0],_0x243b20[0x1],_0x560a68,_0x5ca655,_0x4dec16,_0x22ae9e);if(_0x11e82!==void 0x0)return _0x11e82;if(_0x7316d(_0x243b20[0x0],_0x243b20[0x1],_0xad0549,_0x56e3a4))return!0x0;let _0x3fe003=_0x22ae9e?_0x4dec16==null?void 0x0:_0x4dec16[_0x260e3f(0x839)](_0x21e99d[_0x260e3f(0x601)][_0x260e3f(0x425)]):void 0x0;try{return _0x22ae9e&&(_0x4dec16==null||_0x4dec16[_0x260e3f(0x42c)](_0x22ae9e)),_0x207e55[_0x260e3f(0x4d1)](_0x243b20[0x0],_0x243b20[0x1],_0x243b20[0x2]);}finally{_0x3fe003&&(_0x4dec16==null||_0x4dec16[_0x260e3f(0x42c)](_0x3fe003['getUnitId']()));}},'onCommandExecuted':_0x207e55[_0x416384(0x1fa)][_0x416384(0x29a)](_0x207e55),'beforeCommandExecuted':_0x207e55['beforeCommandExecuted']['bind'](_0x207e55),'onMutationExecutedForCollab':_0x207e55[_0x416384(0x5ce)]['bind'](_0x207e55)};}function _0x9b56dc(_0x3b46f9,_0x240edb,_0xec3d6,_0x5a6010,_0x4a1c19,_0x11956c){const _0x44962a=_0x3431b8;if(_0x3b46f9===_0x131d37[_0x44962a(0x7b2)]['id']){let _0x5c055c=_0x240edb;return _0x5c055c!=null&&_0x5c055c[_0x44962a(0x753)]?(_0x5c055c['tableId']&&_0xec3d6['activateTable'](_0x5c055c[_0x44962a(0x28d)]),_0xec3d6[_0x44962a(0x3f3)](_0x5c055c[_0x44962a(0x753)]),!0x0):!0x1;}if(_0x3b46f9===_0x131d37[_0x44962a(0x15f)]['id']){let _0x175d70=_0x240edb;if(!(_0x175d70!=null&&_0x175d70['tableId']))return!0x1;_0xec3d6[_0x44962a(0x10e)](_0x175d70['tableId']);let _0x1bdf1e=_0x175d70[_0x44962a(0x436)]?_0x4a1c19==null?void 0x0:_0x4a1c19[_0x44962a(0x348)](_0x175d70[_0x44962a(0x436)],_0x21e99d[_0x44962a(0x601)][_0x44962a(0x425)]):_0x4a1c19==null?void 0x0:_0x4a1c19[_0x44962a(0x839)](_0x21e99d[_0x44962a(0x601)][_0x44962a(0x425)]),_0x13b3e4=(_0x1bdf1e==null?void 0x0:_0x1bdf1e[_0x44962a(0x787)]())??_0x11956c;_0x13b3e4&&(_0x4a1c19==null||_0x4a1c19[_0x44962a(0x42c)](_0x13b3e4),_0x4a1c19==null||_0x4a1c19['focusUnit'](_0x13b3e4));let _0x5e0555=_0x1bdf1e==null?void 0x0:_0x1bdf1e[_0x44962a(0x7e5)]()[_0x44962a(0x417)][_0x175d70[_0x44962a(0x28d)]],_0x35acbb=_0x5e0555==null?void 0x0:_0x5e0555[_0x44962a(0x2fd)]['find'](_0x2f4a9f=>_0x5e0555[_0x44962a(0x16b)][_0x2f4a9f]);return _0x35acbb&&_0xec3d6['activateView'](_0x35acbb),!0x0;}if(_0x3b46f9===_0x131d37[_0x44962a(0x299)]['id']){let _0x1b3fbb=_0x240edb;return _0x1b3fbb!=null&&_0x1b3fbb['viewId']?(_0xec3d6['setScrollState'](_0x1b3fbb[_0x44962a(0x753)],{'x':_0x1b3fbb['x']??0x0,'y':_0x1b3fbb['y']??0x0}),!0x0):!0x1;}if(_0x3b46f9===_0x131d37[_0x44962a(0x1c8)]['id']){let _0x1b4555=_0x240edb;return!(_0x1b4555!=null&&_0x1b4555['viewId'])||typeof _0x1b4555[_0x44962a(0x14b)]!=_0x44962a(0x445)?!0x1:(_0xec3d6[_0x44962a(0x1fe)](_0x1b4555[_0x44962a(0x753)],_0x1b4555[_0x44962a(0x14b)]),!0x0);}if(_0x3b46f9===_0x131d37['OpenBasePanelOperation']['id'])return _0x240edb?(_0xec3d6[_0x44962a(0x2ac)](),_0x5a6010[_0x44962a(0x377)](_0x240edb),!0x0):!0x1;if(_0x3b46f9===_0x131d37[_0x44962a(0x6a3)]['id'])return _0x5a6010[_0x44962a(0x30f)](),!0x0;if(_0x3b46f9===_0x131d37['OpenBaseContextMenuOperation']['id'])return _0x240edb?(_0xec3d6[_0x44962a(0x2ac)](),_0x5a6010[_0x44962a(0x495)](_0x240edb),!0x0):!0x1;if(_0x3b46f9===_0x131d37[_0x44962a(0x32d)]['id'])return _0x5a6010[_0x44962a(0x6fd)](),!0x0;if(_0x3b46f9===_0x131d37[_0x44962a(0x52f)]['id'])return _0x240edb?(_0x5a6010[_0x44962a(0x7bb)](_0x240edb),!0x0):!0x1;if(_0x3b46f9===_0x131d37['CloseBaseActiveEditorOperation']['id'])return _0x5a6010[_0x44962a(0x28c)](),!0x0;if(_0x3b46f9===_0x131d37['OpenBaseRecordDetailPanelOperation']['id']){let _0x3b92ac=_0x240edb;return _0x3b92ac!=null&&_0x3b92ac[_0x44962a(0x1d7)]?(_0xec3d6['openRecordDetail'](_0x3b92ac[_0x44962a(0x1d7)]),!0x0):!0x1;}if(_0x3b46f9===_0x131d37[_0x44962a(0x546)]['id'])return _0xec3d6[_0x44962a(0x225)](),!0x0;}function _0x7316d(_0xb6fe1f,_0x5857f2,_0x5f4fb8,_0x5c9983=!0x1){const _0x2f40f1=_0x3431b8;return _0xb6fe1f===_0x131d37[_0x2f40f1(0x534)]['id']?(_0x5c9983||_0x5f4fb8[_0x2f40f1(0x23c)](_0x5857f2),!0x0):_0xb6fe1f===_0x131d37['StopBaseEditingCellOperation']['id']?(_0x5f4fb8[_0x2f40f1(0x71d)](),!0x0):!0x1;}function _0xebdc67(_0x44dc0d,_0x1c7539){const _0xfdab73=_0x3431b8;return{'getConfig':_0x2264d6=>{const _0x35c87e=_0x5b76;let _0x2c99f6=_0x44dc0d[_0x35c87e(0x78e)](_0x2264d6);return _0x2264d6===_0x131d37[_0x35c87e(0x1ff)]?_0x2c2d96(_0x2c99f6??{},_0x1c7539):_0x2c99f6;},'setConfig':_0x44dc0d[_0xfdab73(0x4f1)][_0xfdab73(0x29a)](_0x44dc0d),'deleteConfig':_0x44dc0d[_0xfdab73(0x231)][_0xfdab73(0x29a)](_0x44dc0d),'subscribeConfigValue$':_0x44dc0d[_0xfdab73(0x40f)][_0xfdab73(0x29a)](_0x44dc0d)};}function _0x2c2d96(_0x416fc3,_0x3a5979='workbench'){const _0x474846=_0x3431b8;let _0x226a81;return _0x226a81=_0x3a5979==='content-only'||_0x3a5979==='fullscreen'?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x416fc3,'workbench':{..._0x416fc3[_0x474846(0x7a4)]??{},..._0x226a81,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x44651a(_0x49b041){const _0x331417=_0x3431b8;var _0xe51623;if(_0x49b041[_0x331417(0x74a)][_0x331417(0x7ea)]&&_0x49b041[_0x331417(0x676)][_0x331417(0x6ec)][_0x331417(0x44f)])return _0x49b041[_0x331417(0x676)][_0x331417(0x6ec)][_0x331417(0x44f)];let _0x56d4c1=_0x49b041[_0x331417(0x676)][_0x331417(0x6ec)][_0x331417(0x365)]??_0x49b041[_0x331417(0x74a)][_0x331417(0x1b3)]??_0x49b041[_0x331417(0x74a)][_0x331417(0x128)],_0x2a00de=((_0xe51623=_0x56d4c1[_0x331417(0x113)])==null?void 0x0:_0xe51623[_0x331417(0x5be)][_0x331417(0x3b5)])==='embed-float-dom-chrome'?_0x56d4c1[_0x331417(0x113)]:void 0x0;if(!_0x2a00de||!_0x49b041[_0x331417(0x73e)]||!_0x2a00de[_0x331417(0x5be)]['embedId']||_0x2a00de[_0x331417(0x5be)][_0x331417(0x73e)]===_0x49b041['embedId'])return _0x2a00de??_0x56d4c1;let _0x596020=_0x49b041[_0x331417(0x74a)][_0x331417(0x128)][_0x331417(0x2cc)];return Array[_0x331417(0x822)](_0x596020[_0x331417(0x42b)](_0x331417(0x22d)))['find'](_0x528e60=>_0x528e60['dataset']['embedId']===_0x49b041[_0x331417(0x73e)])??_0x56d4c1;}function _0x3f02ba(_0x52e138){const _0x410f5b=_0x3431b8;let _0xe14377=_0x44651a(_0x52e138),_0x244829=_0x52e138[_0x410f5b(0x74a)]['rootElement'][_0x410f5b(0x2cc)]['createElement'](_0x410f5b(0x555));return _0x244829['dataset'][_0x410f5b(0x17f)]=_0x52e138[_0x410f5b(0x723)][_0x410f5b(0x478)],_0x244829[_0x410f5b(0x587)]=_0x410f5b(0x7a6),_0xe14377['appendChild'](_0x244829),{'root':_0xe14377,'menu':_0x244829};}function _0x79518(_0x179875){const _0x22f0ce=_0x3431b8;return[{'hostType':_0x21e99d['UniverInstanceType']['UNIVER_DOC'],'entry':_0x233a55[_0x22f0ce(0x32b)]['DocsCustomBlock'],'childType':_0x179875[_0x22f0ce(0x5d2)],'mount':_0x179875[_0x22f0ce(0x721)]},{'hostType':_0x21e99d[_0x22f0ce(0x601)][_0x22f0ce(0x1d4)],'entry':_0x233a55[_0x22f0ce(0x32b)][_0x22f0ce(0x6fa)],'childType':_0x179875[_0x22f0ce(0x5d2)],'mount':_0x179875['mount']},{'hostType':_0x21e99d[_0x22f0ce(0x601)][_0x22f0ce(0x6e3)],'entry':_0x233a55[_0x22f0ce(0x32b)][_0x22f0ce(0x411)],'childType':_0x179875[_0x22f0ce(0x5d2)],'mount':_0x179875[_0x22f0ce(0x721)]},{'hostType':_0x21e99d['UniverInstanceType'][_0x22f0ce(0x5f9)],'entry':_0x233a55[_0x22f0ce(0x32b)][_0x22f0ce(0x418)],'childType':_0x179875['childType'],'mount':_0x179875[_0x22f0ce(0x721)]}];}function _0x1da2c5(_0x42a0e0){const _0x9fbefa=_0x3431b8;let {embedId:_0x115544,childUnitId:_0x2ba435,base:_0x57e96f,activeTable:_0x5f4ea5}=_0x42a0e0,_0x266e4a=_0x17b72b(_0x115544);return _0x266e4a?(0x0,_0x4e63dc['createPortal'])((0x0,_0x520e3c[_0x9fbefa(0x11b)])(_0x2851ee,{'childUnitId':_0x2ba435,'base':_0x57e96f,'activeTable':_0x5f4ea5}),_0x266e4a):null;}function _0x17b72b(_0x49a2a5){const _0x311396=_0x3431b8;let [_0x3af596,_0x18341b]=(0x0,_0x373e09['useState'])(()=>_0x401daa(_0x49a2a5));return(0x0,_0x373e09[_0x311396(0x59d)])(()=>{const _0x3bf333=_0x311396;let _0x2b8ac0=window[_0x3bf333(0x3a6)](()=>_0x18341b(_0x401daa(_0x49a2a5)));return()=>{const _0xc0540e=_0x3bf333;window[_0xc0540e(0x34a)](_0x2b8ac0);};},[_0x49a2a5]),_0x3af596;}function _0x401daa(_0x11ce67){const _0x4b1fb6=_0x3431b8;return Array['from'](document[_0x4b1fb6(0x42b)](_0x4b1fb6(0x7c0)))[_0x4b1fb6(0x718)](_0x2c8b81=>_0x2c8b81[_0x4b1fb6(0x5be)][_0x4b1fb6(0x73e)]===_0x11ce67)??null;}function _0x2851ee(_0x1aec00){const _0x33fa73=_0x3431b8;var _0xc9a3c8,_0xded777;let {childUnitId:_0x185d1e,base:_0x458e0e,activeTable:_0xab8a61}=_0x1aec00,_0x49ba47=(0x0,_0x384c00[_0x33fa73(0x4eb)])(_0x21e99d['ICommandService']),_0x3330de=(0x0,_0x384c00['useDependency'])(_0x21e99d[_0x33fa73(0x7d1)]),_0x22dfee=(0x0,_0x384c00[_0x33fa73(0x4eb)])(_0x21e99d[_0x33fa73(0x20e)]),_0x51dd54=(0x0,_0x384c00[_0x33fa73(0x4eb)])(_0x131d37['IBaseUIStateService']),_0x993023=(0x0,_0x384c00['useObservable'])(()=>_0x51dd54[_0x33fa73(0x729)],_0x51dd54[_0x33fa73(0x3b1)](),!0x1,[_0x51dd54]),[_0x4bd156,_0x4575d6]=(0x0,_0x373e09['useState'])(null),[_0x47ae82,_0x14836f]=(0x0,_0x373e09[_0x33fa73(0x531)])(null),[_0xc2c1f9,_0x263785]=(0x0,_0x373e09['useState'])(''),[_0x35b958,_0x3e285e]=(0x0,_0x373e09['useState'])(_0x33fa73(0x843)),[_0x2389e4,_0x208316]=(0x0,_0x373e09[_0x33fa73(0x531)])(null),_0x1869ae=(_0x3330de==null||(_0xc9a3c8=_0x3330de[_0x33fa73(0x78e)](_0x131d37['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0xc9a3c8[_0x33fa73(0x7a4)])??{},_0x4bec2a=_0x993023[_0x33fa73(0x1ae)][_0x33fa73(0x633)]??_0x1869ae[_0x33fa73(0x633)]??((_0xded777=_0x131d37[_0x33fa73(0x159)][_0x33fa73(0x7a4)])==null?void 0x0:_0xded777[_0x33fa73(0x633)])??_0x131d37[_0x33fa73(0x359)],_0x529840=_0x458e0e[_0x33fa73(0x7e5)](),_0x171dd6=_0x398715(_0x529840,_0xab8a61['id']),_0x238dd2=async _0x18689c=>{const _0x4f660e=_0x33fa73;let _0x392ddb=_0x529840[_0x4f660e(0x417)][_0x18689c];if(!_0x392ddb)return;let _0x34722b=_0x392ddb[_0x4f660e(0x2fd)][_0x4f660e(0x718)](_0x40b768=>_0x392ddb['views'][_0x40b768]);_0x51dd54['activateTable'](_0x392ddb['id']),_0x34722b&&_0x51dd54[_0x4f660e(0x3f3)](_0x34722b),_0x51dd54['setSelection'](null),_0x51dd54[_0x4f660e(0x225)](),await _0x49ba47[_0x4f660e(0x841)](_0x131d37[_0x4f660e(0x15f)]['id'],{'unitId':_0x185d1e,'tableId':_0x18689c});},_0x43bf58=async()=>{const _0x46eb37=_0x33fa73;let _0x258d98=(0x0,_0x21e99d[_0x46eb37(0x2f7)])({'id':_0x46eb37(0x3dc)+(0x0,_0x21e99d[_0x46eb37(0x4c9)])(0x8),'name':_0xe96775(_0x458e0e[_0x46eb37(0x7e5)](),_0x4e1935=>_0x22dfee['t'](_0x46eb37(0x34d),String(_0x4e1935))),'primaryFieldId':_0x46eb37(0x557)+(0x0,_0x21e99d[_0x46eb37(0x4c9)])(0x8),'gridViewId':_0x46eb37(0x6ca)+(0x0,_0x21e99d[_0x46eb37(0x4c9)])(0x8)});await _0x49ba47[_0x46eb37(0x841)](_0x33460d['CreateBaseTableCommand']['id'],{'unitId':_0x185d1e,'table':_0x258d98})&&(_0x51dd54[_0x46eb37(0x10e)](_0x258d98['id']),_0x51dd54['activateView'](_0x258d98['viewOrder'][0x0]),_0x51dd54['setSelection'](null),_0x51dd54[_0x46eb37(0x225)](),_0x208316(_0x258d98['id']));},_0x438bc=async(_0x31756d,_0xcbe565,_0x550354)=>{const _0x42ef80=_0x33fa73;let _0xfe80d2=_0x458e0e[_0x42ef80(0x7e5)](),_0x5eabe2=_0xfe80d2[_0x42ef80(0x417)][_0x31756d];if(!_0x5eabe2)return;let _0x26c643=(0x0,_0x33460d[_0x42ef80(0x683)])(_0x5eabe2,{'id':_0x42ef80(0x3dc)+(0x0,_0x21e99d[_0x42ef80(0x4c9)])(0x8),'name':_0xcbe565,'includeRecords':_0x550354===_0x42ef80(0x5d7),'regenerateViewIds':!0x0,'createViewId':()=>_0x42ef80(0x6ca)+(0x0,_0x21e99d[_0x42ef80(0x4c9)])(0x8)});await _0x49ba47[_0x42ef80(0x841)](_0x33460d[_0x42ef80(0x2fa)]['id'],{'unitId':_0x185d1e,'table':_0x26c643,'index':_0xfe80d2[_0x42ef80(0x1bb)]['indexOf'](_0x31756d)+0x1})&&(_0x51dd54[_0x42ef80(0x10e)](_0x26c643['id']),_0x51dd54['activateView'](_0x26c643[_0x42ef80(0x2fd)][0x0]),_0x51dd54[_0x42ef80(0x5dd)](null),_0x51dd54['closeRecordDetail']());},_0x52d543=async _0xfb6d1c=>{const _0x3efcb6=_0x33fa73;let _0x1c37ce=_0x458e0e['getSnapshot'](),_0x2be4c9=_0x398715(_0x1c37ce,_0xab8a61['id'])['map'](_0xdf8754=>_0xdf8754['id']);if(_0x2be4c9[_0x3efcb6(0x522)]<=0x1)return;let _0x24f4c4=_0xfb6d1c===_0xab8a61['id']?_0x2be4c9['find'](_0x1e6daf=>_0x1e6daf!==_0xfb6d1c):null;if(await _0x49ba47[_0x3efcb6(0x841)](_0x33460d[_0x3efcb6(0x578)]['id'],{'unitId':_0x185d1e,'tableId':_0xfb6d1c})&&_0x24f4c4){let _0x4d21e1=_0x1c37ce[_0x3efcb6(0x417)][_0x24f4c4],_0x430429=_0x4d21e1==null?void 0x0:_0x4d21e1[_0x3efcb6(0x2fd)][_0x3efcb6(0x718)](_0x27dbac=>_0x4d21e1[_0x3efcb6(0x16b)][_0x27dbac]);_0x51dd54[_0x3efcb6(0x10e)](_0x24f4c4),_0x430429&&_0x51dd54[_0x3efcb6(0x3f3)](_0x430429),_0x51dd54[_0x3efcb6(0x5dd)](null),_0x51dd54['closeRecordDetail']();}};return(0x0,_0x520e3c[_0x33fa73(0x65c)])(_0x520e3c[_0x33fa73(0x805)],{'children':[(0x0,_0x520e3c[_0x33fa73(0x11b)])(_0x131d37['BaseTableSidebarFrame'],{'title':_0x529840[_0x33fa73(0x76e)]||_0x33fa73(0x2cd),'items':_0x171dd6,'width':_0x4bec2a,'pendingRenameItemId':_0x2389e4,'onActivateItem':_0x238dd2,'onAddTable':async()=>{await _0x43bf58();},'onRenameTable':async(_0x1e34c3,_0x37378d)=>{const _0x28ad46=_0x33fa73;await _0x49ba47['executeCommand'](_0x33460d[_0x28ad46(0x763)]['id'],{'unitId':_0x185d1e,'tableId':_0x1e34c3,'name':_0x37378d});},'onPendingRenameItemConsumed':_0x237128=>{_0x2389e4===_0x237128&&_0x208316(null);},'onDuplicateTable':_0x5b9448=>{const _0xb692b5=_0x33fa73;let _0x121c27=_0x458e0e[_0xb692b5(0x7e5)](),_0x1af987=_0x121c27[_0xb692b5(0x417)][_0x5b9448];_0x1af987&&(_0x14836f(_0x5b9448),_0x263785(_0x56a257(_0x121c27,_0x22dfee['t'](_0xb692b5(0x29b),_0x1af987[_0xb692b5(0x76e)]))),_0x3e285e(_0xb692b5(0x843)));},'onDeleteTable':_0x4575d6,'onResizeWidth':_0x2a9ebc=>_0x51dd54[_0x33fa73(0x6b9)](_0x2a9ebc)}),(0x0,_0x520e3c[_0x33fa73(0x11b)])(_0x131d37[_0x33fa73(0x833)],{'open':!!_0x47ae82,'name':_0xc2c1f9,'mode':_0x35b958,'onNameChange':_0x263785,'onModeChange':_0x3e285e,'onCancel':()=>_0x14836f(null),'onConfirm':async()=>{let _0x4b3fbb=_0x47ae82,_0x221d3d=_0xc2c1f9['trim'](),_0x13b200=_0x35b958;!_0x4b3fbb||!_0x221d3d||(_0x14836f(null),await _0x438bc(_0x4b3fbb,_0x221d3d,_0x13b200));}}),(0x0,_0x520e3c[_0x33fa73(0x11b)])(_0x131d37[_0x33fa73(0x34f)],{'open':!!_0x4bd156,'title':_0x22dfee['t'](_0x33fa73(0x7f7)),'description':_0x22dfee['t'](_0x33fa73(0x315)),'onCancel':()=>_0x4575d6(null),'onConfirm':async()=>{let _0x28eb03=_0x4bd156;_0x4575d6(null),_0x28eb03&&await _0x52d543(_0x28eb03);}})]});}function _0x446995(_0x296548){const _0x3650d8=_0x3431b8;let {embedId:_0x3ca730,activeView:_0x16cb31,views:_0x41a6af,addViewOpen:_0x1b9bbe,onAddViewOpenChange:_0x35b15f,onActivateView:_0x6eb52c,onAddView:_0x4c084f,onSetViewAsFirst:_0x246282,onMoveView:_0x31c3b9,onRenameView:_0x1493f2,onDuplicateView:_0x2587ef,onConfigureView:_0x44d82e,onDeleteView:_0x3a5b4a}=_0x296548,_0x553c94=(0x0,_0x384c00['useDependency'])(_0x21e99d['LocaleService']);return(0x0,_0x520e3c['jsx'])(_0x3650d8(0x555),{'data-u-comp':'base-embed-fullscreen-view-tabs','className':_0x3650d8(0x798),'children':(0x0,_0x520e3c['jsx'])(_0x131d37['ViewTabs'],{'className':_0x3650d8(0x3cb),'views':_0x41a6af['map'](_0xf4331b=>({'id':_0xf4331b['id'],'name':_0xf4331b['name'],'type':_0xf4331b[_0x3650d8(0x59e)]})),'activeViewId':_0x16cb31['id'],'onActivateView':_0x6eb52c,'onSetViewAsFirst':_0x246282,'onMoveView':_0x31c3b9,'onRenameView':_0x1493f2,'onDuplicateView':_0x2587ef,'onConfigureView':_0x44d82e,'onDeleteView':_0x3a5b4a,'onAddView':()=>_0x35b15f(!_0x1b9bbe),'addViewDropdown':{'open':_0x1b9bbe,'onOpenChange':_0x35b15f,'overlay':(0x0,_0x520e3c['jsx'])(_0x3650d8(0x555),{'data-u-comp':_0x3650d8(0x70c),'data-embed-id':_0x3ca730,'data-embed-floating-menu-popup':_0x3650d8(0x563),'children':(0x0,_0x520e3c['jsx'])(_0x131d37[_0x3650d8(0x11e)],{'views':_0x131d37[_0x3650d8(0x30a)][_0x3650d8(0x27a)](_0x28bd4a=>({..._0x28bd4a,'label':_0x553c94['t'](_0x28bd4a[_0x3650d8(0x58f)]),'description':_0x553c94['t'](_0x28bd4a[_0x3650d8(0x1e8)])})),'onCreate':_0x4c084f})})}})});}function _0x333115(_0x334be3){const _0x1bfb10=_0x3431b8;var _0x339757;return(_0x334be3==null||(_0x339757=_0x334be3['tableOrder'])==null?void 0x0:_0x339757[_0x1bfb10(0x27a)](_0x5ab719=>_0x334be3[_0x1bfb10(0x417)][_0x5ab719])[_0x1bfb10(0x659)](_0x407202=>!!_0x407202))??[];}function _0x398715(_0x29f336,_0x4b5228){const _0x492e1f=_0x3431b8;return _0x333115(_0x29f336)[_0x492e1f(0x27a)](_0x5a01d5=>({'id':_0x5a01d5['id'],'name':_0x5a01d5[_0x492e1f(0x76e)],'active':_0x5a01d5['id']===_0x4b5228}));}function _0xe96775(_0x3779bc,_0x16639c){const _0x46654a=_0x3431b8;let _0x1f1c3c=new Set(_0x333115(_0x3779bc)[_0x46654a(0x27a)](_0x1c913d=>_0x1c913d[_0x46654a(0x76e)])),_0x1c3942=_0x1f1c3c[_0x46654a(0x2ff)]+0x1,_0x378e32=_0x16639c(_0x1c3942);for(;_0x1f1c3c[_0x46654a(0x2e0)](_0x378e32);)_0x1c3942+=0x1,_0x378e32=_0x16639c(_0x1c3942);return _0x378e32;}function _0x56a257(_0x5a5b08,_0x44bd1f){const _0x3100b4=_0x3431b8;let _0x3c3398=new Set(_0x333115(_0x5a5b08)[_0x3100b4(0x27a)](_0x57f5d2=>_0x57f5d2['name']));if(!_0x3c3398[_0x3100b4(0x2e0)](_0x44bd1f))return _0x44bd1f;let _0x516bba=0x2,_0x91fc64=_0x44bd1f+'\x20'+_0x516bba;for(;_0x3c3398[_0x3100b4(0x2e0)](_0x91fc64);)_0x516bba+=0x1,_0x91fc64=_0x44bd1f+'\x20'+_0x516bba;return _0x91fc64;}function _0x2504ec(){const _0xefb6e8=_0x3431b8;return _0x79518({'childType':_0x21e99d[_0xefb6e8(0x601)][_0xefb6e8(0x425)],'mount':_0xce9154});}function _0xce9154(_0x20672d){const _0x44e4f7=_0x3431b8;let {root:_0x11ae35,menu:_0x5a1862}=_0x3f02ba(_0x20672d),_0x4c0b75=_0x340eb8(_0x5a1862),_0x13979e=_0x20672d[_0x44e4f7(0x676)][_0x44e4f7(0x644)];return _0x4c0b75[_0x44e4f7(0x639)]((0x0,_0x373e09[_0x44e4f7(0x5ad)])(_0x17c507,{'injector':_0x13979e,'mountContainer':_0x11ae35,'embedId':_0x20672d['embedId']},(0x0,_0x373e09[_0x44e4f7(0x5ad)])(_0xa230fd,{'hostUnitId':_0x20672d[_0x44e4f7(0x1a4)],'embedId':_0x20672d['embedId'],'childUnitId':_0x20672d[_0x44e4f7(0x3bc)],'entry':_0x20672d[_0x44e4f7(0x723)][_0x44e4f7(0x478)],'fullscreen':!!_0x20672d[_0x44e4f7(0x74a)][_0x44e4f7(0x7ea)],'usesDomFloatingStage':_0x20672d[_0x44e4f7(0x723)][_0x44e4f7(0x478)]===_0x44e4f7(0x597),'renderScopeActive$':_0x20672d['renderScope'][_0x44e4f7(0x397)]}))),(0x0,_0x21e99d[_0x44e4f7(0x7b6)])(()=>{const _0x44bec2=_0x44e4f7;_0x9a59f3(_0x4c0b75),globalThis[_0x44bec2(0x81e)](()=>_0x5a1862['remove'](),0x0);});}function _0x12ce27(_0x34ad41){const _0x35a4bf=_0x3431b8;return _0x4073ba({'embedId':_0x34ad41['embedId'],'active':_0x58d90d(_0x34ad41[_0x35a4bf(0x5da)],_0x34ad41[_0x35a4bf(0x7d4)]),'fullscreen':_0x34ad41[_0x35a4bf(0x7ea)],'usesDomFloatingStage':_0x34ad41[_0x35a4bf(0x572)],'renderScopeActive':_0x34ad41[_0x35a4bf(0x824)]});}function _0x58d90d(_0x55ffda,_0x4dd363){const _0x18b8a6=_0x3431b8;return _0x55ffda?{'hostUnitId':'','childUnitId':'','embedId':_0x55ffda,'stage':_0x4dd363==='stage2'||_0x4dd363===_0x18b8a6(0x4f3)?_0x18b8a6(0x3a0):_0x18b8a6(0x23b)}:null;}function _0xd92716(_0x4cd1ac){return _0x4cd1ac;}function _0x344d7f(_0x4b6841){return _0x4b6841;}function _0x35c63b(_0x525762){return!_0x525762;}function _0x398908(_0x307004){const _0x42d680=_0x3431b8;return{[_0x23d1a8]:_0x307004,[_0xc2fa90]:_0x42d680(0x61c)};}function _0xa230fd(_0x27a596){const _0x1482f5=_0x3431b8;let {hostUnitId:_0xe74f35,embedId:_0x2f7da2,childUnitId:_0x12c37a,entry:_0xf2308d,fullscreen:_0x4b4515,usesDomFloatingStage:_0x7b9711,renderScopeActive$:_0x402524}=_0x27a596,_0x5716bc=(0x0,_0x384c00[_0x1482f5(0x4eb)])(_0x21e99d['ICommandService']),_0x625b4d=(0x0,_0x384c00[_0x1482f5(0x4eb)])(_0x21e99d['IUniverInstanceService']),_0x3ceeb1=(0x0,_0x384c00['useDependency'])(_0x21e99d[_0x1482f5(0x20e)]),_0x2b5933=(0x0,_0x384c00[_0x1482f5(0x4eb)])(_0x33460d[_0x1482f5(0x603)]),_0x599ecc=(0x0,_0x384c00[_0x1482f5(0x4eb)])(_0x21e99d[_0x1482f5(0x453)]),_0x440502=(0x0,_0x384c00[_0x1482f5(0x4eb)])(_0x131d37['IBaseUIStateService']),_0x28b7b0=(0x0,_0x384c00['useDependency'])(_0x131d37[_0x1482f5(0x60e)]),_0x2bf080=(0x0,_0x384c00[_0x1482f5(0x4eb)])(_0x13b828),_0x134ec6=(0x0,_0x384c00[_0x1482f5(0x64e)])(()=>_0x440502[_0x1482f5(0x729)],_0x440502[_0x1482f5(0x3b1)](),!0x1,[_0x440502]),_0x48cd3d=(0x0,_0x384c00[_0x1482f5(0x64e)])(()=>_0x599ecc[_0x1482f5(0x17d)],{'undos':0x0,'redos':0x0},!0x1,[_0x599ecc]),_0x2581cb=(0x0,_0x384c00[_0x1482f5(0x64e)])(()=>_0x402524,!0x1,!0x1,[_0x402524]),_0x5320cd=(0x0,_0x384c00[_0x1482f5(0x64e)])(()=>_0x2bf080[_0x1482f5(0x397)],_0x2bf080['getActive'](),!0x1,[_0x2bf080]),_0x523b92=_0x2bf080[_0x1482f5(0x393)](_0x2f7da2),[_0x4a25e4,_0x27f4e8]=(0x0,_0x373e09[_0x1482f5(0x531)])(0x0),[_0x193b6b,_0x1c62b8]=(0x0,_0x373e09[_0x1482f5(0x531)])(null),[_0x2b0d0f,_0x355748]=(0x0,_0x373e09[_0x1482f5(0x531)])(!0x1),[_0x1aedf5,_0x52905d]=(0x0,_0x373e09[_0x1482f5(0x531)])(null),_0x5a3a06=(0x0,_0x373e09[_0x1482f5(0x1ac)])(null),_0x50d528=_0x625b4d[_0x1482f5(0x348)](_0x12c37a,_0x21e99d['UniverInstanceType'][_0x1482f5(0x425)]),_0x309826=_0x50d528==null?void 0x0:_0x50d528[_0x1482f5(0x7e5)](),_0x57a405=_0x3c4322(_0x309826,_0x134ec6[_0x1482f5(0x458)]),_0x12fbfc=_0x2565bb(_0x57a405),_0x234f8e=_0x5ab40e(_0x57a405,_0x134ec6[_0x1482f5(0x248)]),_0x54fe86=_0x12ce27({'embedId':_0x2f7da2,'activeEmbedId':_0x5320cd==null?void 0x0:_0x5320cd[_0x1482f5(0x73e)],'stage':_0x523b92,'fullscreen':_0x4b4515,'usesDomFloatingStage':_0x7b9711,'renderScopeActive':_0x2581cb})==='stage2',[_0x3c1278,_0x343dfd]=(0x0,_0x373e09['useState'])(_0x54fe86),_0x421950=_0xd92716(_0x4b4515),_0x5528e8=_0x344d7f(_0x4b4515),_0x3b2395=_0x35c63b(_0x4b4515),_0xc44bbf=_0x421950?_0x1482f5(0x3f5):_0x1482f5(0x410);if(_0x3c1278!==_0x54fe86&&(_0x343dfd(_0x54fe86),_0x54fe86||(_0x1c62b8(null),_0x355748(!0x1),_0x52905d(null))),(0x0,_0x373e09[_0x1482f5(0x59d)])(()=>{const _0x550476=_0x1482f5;_0x54fe86||(_0x28b7b0[_0x550476(0x30f)](),_0x28b7b0[_0x550476(0x6fd)](),_0x28b7b0['closeActiveEditor']());},[_0x54fe86,_0x28b7b0]),(0x0,_0x373e09[_0x1482f5(0x59d)])(()=>{const _0x4e0578=_0x1482f5;if(!_0x193b6b)return;let _0x5d4055=_0x1313fb=>{const _0x2682e3=_0x5b76;var _0xe79838;let _0x599b0e=_0x1313fb[_0x2682e3(0x692)]instanceof Node?_0x1313fb[_0x2682e3(0x692)]:null;_0x599b0e&&(_0xe79838=_0x5a3a06[_0x2682e3(0x387)])!=null&&_0xe79838['contains'](_0x599b0e)||_0x1c62b8(null);},_0xa9d7f7=_0x5e8b38=>{const _0x4817ce=_0x5b76;_0x5e8b38['key']===_0x4817ce(0x749)&&_0x1c62b8(null);};return document[_0x4e0578(0x50e)](_0x4e0578(0x380),_0x5d4055,!0x0),document['addEventListener'](_0x4e0578(0x169),_0xa9d7f7,!0x0),()=>{const _0x2f2940=_0x4e0578;document['removeEventListener'](_0x2f2940(0x380),_0x5d4055,!0x0),document['removeEventListener']('keydown',_0xa9d7f7,!0x0);};},[_0x193b6b]),!_0x309826||!_0x50d528||!_0x57a405||!_0x234f8e)return null;let _0x244629=()=>{const _0x53f666=_0x1482f5;_0x2bf080[_0x53f666(0x3ae)]({'hostUnitId':_0xe74f35,'embedId':_0x2f7da2,'childUnitId':_0x12c37a},_0x53f666(0x3a0));},_0x23a59e=async(_0x13a871,_0x1ac4c1)=>{const _0x3d0768=_0x1482f5;_0x244629(),await _0x5716bc['executeCommand'](_0x131d37[_0x3d0768(0x632)]['id'],{'type':_0x13a871,'anchor':_0x324c04(_0x1ac4c1[_0x3d0768(0x2ab)]())});},_0x2971eb=async _0x14e7da=>{const _0x4daeb4=_0x1482f5;_0x244629(),await _0x5716bc[_0x4daeb4(0x841)](_0x131d37['ActivateBaseViewOperation']['id'],{'tableId':_0x57a405['id'],'unitId':_0x12c37a,'viewId':_0x14e7da}),_0x27f4e8(_0x3a77ca=>_0x3a77ca+0x1);},_0x292c68=async _0x5a0b63=>{const _0x3d1000=_0x1482f5;_0x244629();let _0x5ecdac=_0x3d1000(0x6ca)+(0x0,_0x21e99d['generateRandomId'])(0x6),_0x471705=_0x2b5933[_0x3d1000(0x1da)](_0x5a0b63)['createDefaultConfig'](_0x57a405),_0x1eb8fe=await _0x5716bc[_0x3d1000(0x841)](_0x33460d[_0x3d1000(0x23e)]['id'],{'unitId':_0x12c37a,'tableId':_0x57a405['id'],'view':{'id':_0x5ecdac,'tableId':_0x57a405['id'],'name':(0x0,_0x131d37[_0x3d1000(0x127)])(_0x3ceeb1,_0x5a0b63),'type':_0x5a0b63,'config':_0x471705,'fieldOrder':[..._0x57a405[_0x3d1000(0x1b6)]],'fieldSettings':{}}});_0x1c62b8(null),_0x355748(!0x1),_0x27f4e8(_0x4cadeb=>_0x4cadeb+0x1),_0x1eb8fe&&await _0x2971eb(_0x5ecdac);},_0x256acf=async _0x2c3261=>{const _0x1a330b=_0x1482f5;var _0x5a1eac;let _0x2694e6=(_0x5a1eac=_0x12fbfc[0x0])==null?void 0x0:_0x5a1eac['id'];!_0x2694e6||_0x2694e6===_0x2c3261||(_0x244629(),await _0x5716bc[_0x1a330b(0x841)](_0x33460d['MoveBaseViewCommand']['id'],{'unitId':_0x12c37a,'tableId':_0x57a405['id'],'viewId':_0x2c3261,'target':{'beforeViewId':_0x2694e6}}),_0x27f4e8(_0x2a0777=>_0x2a0777+0x1));},_0x1a52b3=async(_0x437e09,_0x32be8e)=>{const _0x1ea167=_0x1482f5;_0x244629(),await _0x5716bc[_0x1ea167(0x841)](_0x33460d[_0x1ea167(0x6f5)]['id'],{'unitId':_0x12c37a,'tableId':_0x57a405['id'],'viewId':_0x437e09,'target':_0x32be8e}),_0x27f4e8(_0x595ae3=>_0x595ae3+0x1);},_0x5c0fde=async(_0x509259,_0x78444)=>{const _0x1e7541=_0x1482f5;_0x244629(),await _0x5716bc['executeCommand'](_0x33460d[_0x1e7541(0x1f2)]['id'],{'unitId':_0x12c37a,'tableId':_0x57a405['id'],'viewId':_0x509259,'name':_0x78444}),_0x27f4e8(_0x369600=>_0x369600+0x1);},_0x2cccbe=async _0x49e3a9=>{const _0x23c825=_0x1482f5;let _0x4c61a3=_0x57a405[_0x23c825(0x16b)][_0x49e3a9];if(!_0x4c61a3)return;_0x244629();let _0x12db0b=(0x0,_0x131d37[_0x23c825(0x57e)])(_0x4c61a3,_0x57a405['id'],_0x3ceeb1['t'](_0x23c825(0x5c2))),_0x37aa3d=await _0x5716bc['executeCommand'](_0x33460d[_0x23c825(0x23e)]['id'],{'unitId':_0x12c37a,'tableId':_0x57a405['id'],'view':_0x12db0b});_0x27f4e8(_0x20dbe9=>_0x20dbe9+0x1),_0x37aa3d&&await _0x2971eb(_0x12db0b['id']);},_0x2a4394=async()=>{const _0x5ce3bf=_0x1482f5;var _0x5de5d3;let _0x57e519=_0x1aedf5??_0x234f8e['id'];if(_0x12fbfc['length']<=0x1){_0x52905d(null);return;}let _0x3a71b5=(_0x5de5d3=_0x12fbfc[_0x5ce3bf(0x718)](_0x582d0a=>_0x582d0a['id']!==_0x57e519))==null?void 0x0:_0x5de5d3['id'],_0x4824c1=await _0x5716bc[_0x5ce3bf(0x841)](_0x33460d[_0x5ce3bf(0x270)]['id'],{'unitId':_0x12c37a,'tableId':_0x57a405['id'],'viewId':_0x57e519});_0x52905d(null),_0x27f4e8(_0x522492=>_0x522492+0x1),_0x4824c1&&_0x3a71b5&&await _0x2971eb(_0x3a71b5);},_0x4c9d9b=async()=>{await _0x5716bc['executeCommand'](_0x233a55['RemoveEmbedCommand']['id'],{'hostUnitId':_0xe74f35,'embedId':_0x2f7da2});},_0x67e109=_0x35454a=>{_0x35454a['stopPropagation']();},_0x5bfe5c=_0x4b074b=>{const _0x562c09=_0x1482f5;_0x4b074b['preventDefault'](),_0x4b074b[_0x562c09(0x432)]();};return(0x0,_0x520e3c[_0x1482f5(0x65c)])(_0x520e3c[_0x1482f5(0x805)],{'children':[(0x0,_0x520e3c[_0x1482f5(0x65c)])(_0x1482f5(0x555),{'className':(0x0,_0x5b4c13[_0x1482f5(0x2c6)])(_0x1482f5(0x4f0),{'univer-hidden':!_0x54fe86,'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':_0x4b4515,'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':!_0x4b4515,'-univer-top-[44px]':!_0x4b4515&&_0xf2308d!==_0x1482f5(0x517),'univer-w-full':!_0x4b4515,'!univer-left-0\x20!univer-right-auto\x20-univer-top-[44px]\x20!univer-w-full':!_0x4b4515&&_0xf2308d===_0x1482f5(0x517)}),'data-u-comp':_0x1482f5(0x6e1),'data-embed-floating-menu':_0x1482f5(0x563),'data-embed-id':_0x2f7da2,'data-embed-float-stage':_0x54fe86?'stage2':_0x1482f5(0x23b),'data-base-render-version':_0x4a25e4,..._0x398908(_0x2f7da2),'onClick':_0x67e109,'onDoubleClick':_0x67e109,'onMouseDown':_0x5bfe5c,'onMouseUp':_0x67e109,'onPointerDown':_0x5bfe5c,'onPointerUp':_0x67e109,'children':[_0x5528e8?(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x446995,{'embedId':_0x2f7da2,'activeView':_0x234f8e,'views':_0x12fbfc,'addViewOpen':_0x2b0d0f,'onAddViewOpenChange':_0x355748,'onActivateView':_0x2971eb,'onAddView':_0x292c68,'onSetViewAsFirst':_0x256acf,'onMoveView':_0x1a52b3,'onRenameView':_0x5c0fde,'onDuplicateView':_0x2cccbe,'onConfigureView':_0x192d6d=>_0x23a59e(_0x1482f5(0x2e6),_0x192d6d),'onDeleteView':_0x52905d}):(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x1482f5(0x555),{'data-u-comp':_0x1482f5(0x764),'className':_0x1482f5(0x1bd),'children':(0x0,_0x520e3c['jsx'])(_0x48461f,{'activeView':_0x234f8e,'views':_0x12fbfc,'onActivateView':_0x2971eb,'embedId':_0x2f7da2,'onAddView':_0x27434b=>{_0x244629(),_0x1c62b8(_0x27434b['getBoundingClientRect']());},'onConfigureView':_0x569498=>_0x23a59e(_0x1482f5(0x2e6),_0x569498),'onDeleteView':()=>_0x52905d(_0x234f8e['id'])})}),(0x0,_0x520e3c['jsxs'])('div',{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','children':[(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x131d37[_0x1482f5(0x836)],{'iconOnly':!_0x421950,'className':_0xc44bbf,'state':{..._0x58233b(_0x234f8e,_0x48cd3d),'searchOpen':_0x134ec6[_0x1482f5(0x147)][_0x1482f5(0x768)],'searchQuery':_0x134ec6[_0x1482f5(0x147)][_0x1482f5(0x2c4)],'searchActiveIndex':_0x134ec6[_0x1482f5(0x147)][_0x1482f5(0x60d)]},'onAddRecord':_0x322b97=>_0x322b97&&_0x23a59e('addRecord',_0x322b97),'onCustomizeField':_0x18a129=>_0x23a59e(_0x1482f5(0x775),_0x18a129),'onCustomizeKanban':_0x5ed4c9=>_0x23a59e(_0x1482f5(0x39e),_0x5ed4c9),'onCustomizeGallery':_0xa00c9a=>_0x23a59e(_0x1482f5(0x173),_0xa00c9a),'onCalendarEventSettings':_0x54efd2=>_0x23a59e(_0x1482f5(0x162),_0x54efd2),'onCalendarViewSettings':_0x1be109=>_0x23a59e(_0x1482f5(0x7cd),_0x1be109),'onViewSettings':_0xa00c73=>_0x23a59e('viewSettings',_0xa00c73),'onFilter':_0x3f11af=>_0x23a59e('filter',_0x3f11af),'onGroup':_0x257cdd=>_0x23a59e(_0x1482f5(0x3d1),_0x257cdd),'onSort':_0x453dd5=>_0x23a59e('sort',_0x453dd5),'onRowHeight':_0x1061f2=>_0x23a59e(_0x1482f5(0x3a9),_0x1061f2),'onConditionalColoring':_0x2987c3=>_0x23a59e('conditionalColoring',_0x2987c3),'onUndo':async()=>_0x5716bc['executeCommand'](_0x21e99d[_0x1482f5(0x700)]['id']),'onRedo':async()=>_0x5716bc['executeCommand'](_0x21e99d[_0x1482f5(0x757)]['id']),'onOpenSearch':()=>_0x440502[_0x1482f5(0x5e3)](),'onSearchQueryChange':_0x2e7a53=>_0x440502[_0x1482f5(0x6f0)](_0x2e7a53),'onSearchPrevious':()=>_0x440502[_0x1482f5(0x75b)](Math[_0x1482f5(0x561)](0x0,(_0x134ec6['search']['activeIndex']??0x0)-0x1)),'onSearchNext':()=>_0x440502[_0x1482f5(0x75b)]((_0x134ec6[_0x1482f5(0x147)]['activeIndex']??-0x1)+0x1),'onCloseSearch':()=>_0x440502[_0x1482f5(0x24b)]()}),_0x3b2395?(0x0,_0x520e3c[_0x1482f5(0x65c)])(_0x520e3c['Fragment'],{'children':[(0x0,_0x520e3c['jsx'])(_0x5b4c13['Separator'],{'orientation':_0x1482f5(0x4c7)}),(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x3e0f65,{'title':_0x3ceeb1['t'](_0x1482f5(0x4ce)),'className':_0x1482f5(0x66a),'onClick':_0x4c9d9b,'children':(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x2309c2,{})})]}):null]})]}),_0x193b6b?(0x0,_0x4e63dc['createPortal'])((0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x1482f5(0x555),{'ref':_0x5a3a06,'data-u-comp':_0x1482f5(0x3ab),'data-embed-id':_0x2f7da2,'data-embed-floating-menu-popup':_0x1482f5(0x563),'className':_0x1482f5(0x731),'style':_0x34a9de(_0x193b6b),'onPointerDown':_0x23466f=>_0x23466f['stopPropagation'](),'children':(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x131d37[_0x1482f5(0x11e)],{'views':_0x131d37[_0x1482f5(0x30a)]['map'](_0x5ef2bc=>({..._0x5ef2bc,'label':_0x3ceeb1['t'](_0x5ef2bc[_0x1482f5(0x58f)]),'description':_0x3ceeb1['t'](_0x5ef2bc['description'])})),'onCreate':_0x292c68})}),(0x0,_0x131d37[_0x1482f5(0x622)])(!0x0)??document['body']):null,(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x131d37['BaseDeleteConfirmDialog'],{'open':!!_0x1aedf5,'title':_0x3ceeb1['t'](_0x1482f5(0x188)),'description':_0x3ceeb1['t'](_0x1482f5(0x580)),'onCancel':()=>_0x52905d(null),'onConfirm':_0x2a4394}),_0x4b4515?(0x0,_0x520e3c[_0x1482f5(0x11b)])(_0x1da2c5,{'embedId':_0x2f7da2,'childUnitId':_0x12c37a,'base':_0x50d528,'activeTable':_0x57a405}):null]});}function _0x48461f(_0xaf21e5){const _0x499f3c=_0x3431b8;var _0x50fbce;let {embedId:_0x580b5b,activeView:_0x2357f6,views:_0x4b1eda,onActivateView:_0x1800ba,onAddView:_0x5e0209,onConfigureView:_0x55afc3,onDeleteView:_0x4aa9e4}=_0xaf21e5,_0x132566=(0x0,_0x384c00[_0x499f3c(0x4eb)])(_0x21e99d['LocaleService']),_0x552474=(0x0,_0x373e09[_0x499f3c(0x1ac)])(null),_0x386984=(0x0,_0x373e09['useRef'])(null),[_0x20f990,_0x2fffa3]=(0x0,_0x373e09[_0x499f3c(0x531)])(!0x1),_0x320ee3=_0xb69737=>{const _0x57af31=_0x499f3c;_0xb69737[_0x57af31(0x361)](),_0xb69737[_0x57af31(0x432)]();},_0x3e3405=((_0x50fbce=_0x552474['current'])==null?void 0x0:_0x50fbce['getBoundingClientRect']())??null;return(0x0,_0x373e09[_0x499f3c(0x59d)])(()=>{const _0x1b0187=_0x499f3c;if(!_0x20f990)return;let _0x445e0b=_0x1a2337=>{const _0x5ebcad=_0x5b76;var _0x50508e,_0x5e5901;let _0x3574c7=_0x1a2337[_0x5ebcad(0x692)]instanceof Node?_0x1a2337[_0x5ebcad(0x692)]:null;!_0x3574c7||(_0x50508e=_0x552474[_0x5ebcad(0x387)])!=null&&_0x50508e[_0x5ebcad(0x362)](_0x3574c7)||(_0x5e5901=_0x386984[_0x5ebcad(0x387)])!=null&&_0x5e5901[_0x5ebcad(0x362)](_0x3574c7)||_0x2fffa3(!0x1);},_0x262318=_0x5e04eb=>{_0x5e04eb['key']==='Escape'&&_0x2fffa3(!0x1);};return document[_0x1b0187(0x50e)](_0x1b0187(0x380),_0x445e0b,!0x0),document[_0x1b0187(0x50e)](_0x1b0187(0x169),_0x262318,!0x0),()=>{const _0x57b621=_0x1b0187;document[_0x57b621(0x5c5)]('pointerdown',_0x445e0b,!0x0),document[_0x57b621(0x5c5)](_0x57b621(0x169),_0x262318,!0x0);};},[_0x20f990]),(0x0,_0x520e3c[_0x499f3c(0x65c)])(_0x520e3c[_0x499f3c(0x805)],{'children':[(0x0,_0x520e3c[_0x499f3c(0x65c)])(_0x5b4c13[_0x499f3c(0x4de)],{'ref':_0x552474,'type':'button','size':_0x499f3c(0x273),'variant':_0x499f3c(0x617),'className':_0x499f3c(0x6b0),'title':_0x2357f6[_0x499f3c(0x76e)],'aria-label':_0x132566['t'](_0x499f3c(0x203)),'onClick':_0x3b9fbc=>{const _0x41eb0b=_0x499f3c;_0x3b9fbc[_0x41eb0b(0x432)](),_0x2fffa3(_0x3d751d=>!_0x3d751d);},'onMouseDown':_0x320ee3,'onPointerDown':_0x320ee3,'children':[(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x499f3c(0x136),{'className':_0x499f3c(0x318),'aria-hidden':'true','children':(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x131d37['BaseViewIcon'],{'type':_0x2357f6[_0x499f3c(0x59e)]})}),(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x499f3c(0x136),{'className':_0x499f3c(0x779),'children':_0x2357f6[_0x499f3c(0x76e)]}),(0x0,_0x520e3c['jsx'])(_0x3b926f,{'className':_0x499f3c(0x2b8)})]}),_0x20f990&&_0x3e3405?(0x0,_0x4e63dc['createPortal'])((0x0,_0x520e3c[_0x499f3c(0x65c)])(_0x499f3c(0x555),{'ref':_0x386984,'data-u-comp':_0x499f3c(0x4e6),'data-embed-id':_0x580b5b,'data-embed-floating-menu-popup':_0x499f3c(0x563),'className':_0x499f3c(0x516),'style':_0x1576cb(_0x3e3405),'onClick':_0x456395=>_0x456395['stopPropagation'](),'onMouseDown':_0x320ee3,'onPointerDown':_0x320ee3,'children':[(0x0,_0x520e3c['jsx'])(_0x499f3c(0x555),{'className':_0x499f3c(0x144),'children':_0x4b1eda[_0x499f3c(0x27a)](_0xc6879=>(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x5b4c13[_0x499f3c(0x4de)],{'type':_0x499f3c(0x681),'variant':_0x499f3c(0x617),'size':_0x499f3c(0x273),'className':_0x499f3c(0x204),'onClick':_0x166e3e=>{const _0x4c7c8b=_0x499f3c;_0x166e3e[_0x4c7c8b(0x432)](),_0x1800ba(_0xc6879['id']),_0x2fffa3(!0x1);},'children':(0x0,_0x520e3c['jsx'])(_0x375875,{'icon':(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x131d37[_0x499f3c(0x360)],{'type':_0xc6879['type']}),'label':_0xc6879[_0x499f3c(0x76e)],'trailing':_0xc6879['id']===_0x2357f6['id']?(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x499f3c(0x136),{'className':_0x499f3c(0x474)}):null})},_0xc6879['id']))}),(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x5b4c13[_0x499f3c(0x7d9)],{}),(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x1fe55c,{'icon':(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x1234f2,{}),'label':_0x132566['t'](_0x499f3c(0x3c0)),'onClick':()=>{const _0x46af9f=_0x499f3c;let _0x29f970=_0x552474[_0x46af9f(0x387)];_0x29f970&&_0x5e0209(_0x29f970),_0x2fffa3(!0x1);}}),(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x1fe55c,{'icon':(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x31576b,{}),'label':_0x132566['t'](_0x499f3c(0x811)),'onClick':()=>{const _0x47b73a=_0x499f3c;let _0x2ec29e=_0x552474[_0x47b73a(0x387)];_0x2ec29e&&_0x55afc3(_0x2ec29e),_0x2fffa3(!0x1);}}),(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x1fe55c,{'danger':!0x0,'disabled':_0x4b1eda['length']<=0x1,'icon':(0x0,_0x520e3c[_0x499f3c(0x11b)])(_0x2309c2,{}),'label':_0x132566['t'](_0x499f3c(0x7e2)),'onClick':()=>{_0x4aa9e4(),_0x2fffa3(!0x1);}})]}),(0x0,_0x131d37['getBaseFloatingPanelPortalContainer'])(!0x0)??document['body']):null]});}function _0x375875(_0x4c5d70){const _0x1d8ac4=_0x3431b8;let {icon:_0x7208fe,label:_0x487f4a,trailing:_0x1902de}=_0x4c5d70;return(0x0,_0x520e3c[_0x1d8ac4(0x65c)])(_0x1d8ac4(0x136),{'className':_0x1d8ac4(0x7d8),'children':[(0x0,_0x520e3c[_0x1d8ac4(0x11b)])('span',{'className':_0x1d8ac4(0x671),'aria-hidden':_0x1d8ac4(0x563),'children':_0x7208fe}),(0x0,_0x520e3c[_0x1d8ac4(0x11b)])(_0x1d8ac4(0x136),{'className':_0x1d8ac4(0x45b),'children':_0x487f4a}),(0x0,_0x520e3c[_0x1d8ac4(0x11b)])(_0x1d8ac4(0x136),{'className':_0x1d8ac4(0x77e),'children':_0x1902de})]});}function _0x1fe55c(_0x63a926){const _0x2a8520=_0x3431b8;let {danger:_0xa98902,disabled:_0x2fce04,icon:_0x3b5ef3,label:_0x597ed5,onClick:_0x2cdfe3}=_0x63a926;return(0x0,_0x520e3c[_0x2a8520(0x11b)])(_0x5b4c13[_0x2a8520(0x4de)],{'type':_0x2a8520(0x681),'variant':'ghost','size':_0x2a8520(0x273),'disabled':_0x2fce04,'className':(0x0,_0x5b4c13[_0x2a8520(0x2c6)])(_0x2a8520(0x204),_0xa98902&&_0x2a8520(0x701)),'onClick':_0x356a77=>{const _0x587dea=_0x2a8520;_0x356a77[_0x587dea(0x432)](),_0x2cdfe3();},'children':(0x0,_0x520e3c[_0x2a8520(0x11b)])(_0x375875,{'icon':_0x3b5ef3,'label':_0x597ed5})});}function _0x58233b(_0x12c76f,_0x345574={}){const _0x58fc22=_0x3431b8;var _0x3b61e2,_0x30eb03,_0x2b99b3;let _0x2046a9=_0x12c76f[_0x58fc22(0x545)]??{},_0xfec677=_0x2046a9[_0x58fc22(0x569)],_0x1c283a=Array[_0x58fc22(0x11f)](_0xfec677==null?void 0x0:_0xfec677[_0x58fc22(0x3c4)])?_0xfec677[_0x58fc22(0x3c4)][_0x58fc22(0x522)]:0x0;return{'viewType':_0x12c76f[_0x58fc22(0x59e)],'filterCount':((_0x3b61e2=_0x12c76f[_0x58fc22(0x659)])==null||(_0x3b61e2=_0x3b61e2['conditions'])==null?void 0x0:_0x3b61e2[_0x58fc22(0x522)])??0x0,'groupCount':((_0x30eb03=_0x12c76f['group'])==null?void 0x0:_0x30eb03[_0x58fc22(0x522)])??0x0,'sortCount':((_0x2b99b3=_0x12c76f['sort'])==null?void 0x0:_0x2b99b3[_0x58fc22(0x522)])??0x0,'rowHeightActive':!!(_0x2046a9[_0x58fc22(0x3a9)]&&_0x2046a9[_0x58fc22(0x3a9)]!==_0x58fc22(0x65e)),'conditionalColoringActive':_0x1c283a>0x0,'conditionalColoringCount':_0x1c283a,'canUndo':(_0x345574[_0x58fc22(0x2f2)]??0x0)>0x0,'canRedo':(_0x345574[_0x58fc22(0x1a9)]??0x0)>0x0};}function _0x3c4322(_0x31efea,_0x3444cc){const _0x34e061=_0x3431b8;if(_0x31efea)return(_0x3444cc?_0x31efea[_0x34e061(0x417)][_0x3444cc]:void 0x0)??_0x333115(_0x31efea)[0x0];}function _0x2565bb(_0x2ab0c2){const _0x10f048=_0x3431b8;var _0x80c1e2;return(_0x2ab0c2==null||(_0x80c1e2=_0x2ab0c2['viewOrder'])==null?void 0x0:_0x80c1e2['map'](_0x4137bd=>_0x2ab0c2[_0x10f048(0x16b)][_0x4137bd])[_0x10f048(0x659)](_0x408639=>!!_0x408639))??[];}function _0x5ab40e(_0x110693,_0x361344){const _0x57ebc4=_0x3431b8;if(_0x110693)return(_0x361344?_0x110693[_0x57ebc4(0x16b)][_0x361344]:void 0x0)??_0x2565bb(_0x110693)[0x0];}function _0x3e0f65(_0x157226){const _0x1f69d6=_0x3431b8;let {children:_0x62b896,title:_0x4742f9,className:_0x1fa9ad,onClick:_0x468b6c}=_0x157226;return(0x0,_0x520e3c['jsx'])(_0x5b4c13['Button'],{'type':_0x1f69d6(0x681),'size':_0x1f69d6(0x273),'variant':_0x1f69d6(0x617),'className':(0x0,_0x5b4c13[_0x1f69d6(0x2c6)])('univer-size-6\x20univer-p-0',_0x1fa9ad),'title':_0x4742f9,'aria-label':_0x4742f9,'onClick':_0x346f24=>_0x468b6c(_0x346f24['currentTarget']),'children':_0x62b896});}function _0x324c04(_0x6fcfea){const _0x1c86a9=_0x3431b8;return{'x':_0x6fcfea['x'],'y':_0x6fcfea['y'],'width':_0x6fcfea[_0x1c86a9(0x36e)],'height':_0x6fcfea['height']};}function _0x34a9de(_0x2d111c){const _0x2157ea=_0x3431b8;let _0x3fc346=(0x0,_0x131d37[_0x2157ea(0x3bb)])(_0x2d111c,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x3fc346[_0x2157ea(0x1db)],'left':_0x3fc346[_0x2157ea(0x312)],'maxHeight':_0x3fc346[_0x2157ea(0x408)]};}function _0x1576cb(_0xd87cb){const _0x4504f3=_0x3431b8;let _0x24d63b=(0x0,_0x131d37['getBaseFloatingPosition'])({'left':_0xd87cb['right']-0xd0,'right':_0xd87cb[_0x4504f3(0x467)],'top':_0xd87cb['top'],'bottom':_0xd87cb['bottom'],'width':0xd0,'height':_0xd87cb[_0x4504f3(0x5ab)]},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x24d63b[_0x4504f3(0x1db)],'left':_0x24d63b['left'],'maxHeight':_0x24d63b[_0x4504f3(0x408)]};}function _0x348cc4(_0x4b91ae){const _0x331d43=_0x3431b8;_0x4c24e7(_0x4b91ae,_0x331d43(0x439),_0x4eaf1e);}function _0x4eaf1e(_0x45cfed){const _0x33dc95=_0x3431b8;_0x45cfed[_0x33dc95(0x2e0)](_0x131d37[_0x33dc95(0x829)])||_0x45cfed[_0x33dc95(0x24d)]([_0x131d37[_0x33dc95(0x829)],{'useFactory':()=>_0x45cfed[_0x33dc95(0x1da)](_0xd40a8f)}]),_0x45cfed['has'](_0x131d37[_0x33dc95(0x760)])||_0x45cfed[_0x33dc95(0x24d)]([_0x131d37[_0x33dc95(0x760)],{'useFactory':()=>_0x45cfed[_0x33dc95(0x1da)](_0x13b828)}]),_0x45cfed[_0x33dc95(0x2e0)](_0x131d37['IBaseEmbedFloatingGeometryService'])||_0x45cfed['add']([_0x131d37[_0x33dc95(0x3e8)],{'useFactory':()=>_0x45cfed[_0x33dc95(0x1da)](_0x2c4f4c)}]),_0x45cfed[_0x33dc95(0x2e0)](_0x131d37['IBaseEmbedRuntimeFocusCoordinator'])||_0x45cfed['add']([_0x131d37[_0x33dc95(0x7d2)],{'useFactory':()=>_0x45cfed[_0x33dc95(0x1da)](_0xc6fcec)}]),_0x45cfed[_0x33dc95(0x2e0)](_0x131d37[_0x33dc95(0x80e)])||_0x45cfed[_0x33dc95(0x24d)]([_0x131d37[_0x33dc95(0x80e)],{'useFactory':()=>_0x32cbdd({'embedModelService':_0x45cfed[_0x33dc95(0x1da)](_0x233a55[_0x33dc95(0x72c)]),'restoreService':_0x45cfed['get'](_0x307d2f),'mountService':_0x45cfed[_0x33dc95(0x1da)](_0x353757),'activationService':_0x45cfed[_0x33dc95(0x1da)](_0x220bdc)})}]);let _0x1fb352=_0x45cfed[_0x33dc95(0x1da)](_0x233a55[_0x33dc95(0x49f)]),_0x44da64=_0x45cfed['get'](_0x30faa5),_0x3dba5c=_0x45cfed[_0x33dc95(0x1da)](_0x486096),_0x1fd66d=_0x45cfed[_0x33dc95(0x1da)](_0x101d0b),_0x15e77a=_0x45cfed[_0x33dc95(0x1da)](_0x121581),_0x121f52=_0x45cfed[_0x33dc95(0x1da)](_0x11aab4),_0x174a9e=_0x45cfed[_0x33dc95(0x1da)](_0x56aeca),_0x250b43=_0x3e2222(_0x45cfed[_0x33dc95(0x2e0)](_0x233a55[_0x33dc95(0x5a6)])?_0x45cfed['get'](_0x233a55[_0x33dc95(0x5a6)]):void 0x0,_0x45cfed[_0x33dc95(0x2e0)](_0x21e99d[_0x33dc95(0x297)])?_0x45cfed[_0x33dc95(0x1da)](_0x21e99d[_0x33dc95(0x297)]):void 0x0,()=>_0x45cfed['has'](_0x131d37[_0x33dc95(0x5ea)])?_0x45cfed[_0x33dc95(0x1da)](_0x131d37[_0x33dc95(0x5ea)]):void 0x0);_0x1fb352[_0x33dc95(0x1da)](_0x250b43[_0x33dc95(0x257)],_0x250b43[_0x33dc95(0x478)])||_0x1fb352[_0x33dc95(0x475)](_0x250b43);let _0x182d00=_0x8deba8();_0x44da64[_0x33dc95(0x1da)](_0x182d00['hostType'],_0x182d00['entry'])||_0x44da64[_0x33dc95(0x475)](_0x182d00);let _0x112cb8=_0x1b288a(_0x45cfed['get'](_0x21e99d['ICommandService']));_0x3dba5c[_0x33dc95(0x1da)](_0x112cb8[_0x33dc95(0x5d2)])||_0x3dba5c['register'](_0x112cb8);let _0x466cba=_0x4855f5();_0x1fd66d[_0x33dc95(0x1da)](_0x466cba[_0x33dc95(0x5d2)])||_0x1fd66d['register'](_0x466cba),_0x2504ec()[_0x33dc95(0x7ce)](_0x33fb2d=>{const _0x423fc7=_0x33dc95;_0x15e77a[_0x423fc7(0x515)](_0x33fb2d['hostType'],_0x33fb2d[_0x423fc7(0x478)],_0x33fb2d[_0x423fc7(0x5d2)])||_0x15e77a[_0x423fc7(0x475)](_0x33fb2d);}),_0x121f52[_0x33dc95(0x414)](_0xf45caa(_0x45cfed,{'childType':_0x21e99d[_0x33dc95(0x601)]['UNIVER_BASE'],'renderManagerService':_0x59d49a[_0x33dc95(0x738)]})),_0xa8d584(_0x45cfed),_0x174a9e[_0x33dc95(0x1da)](_0x21e99d['UniverInstanceType']['UNIVER_BASE'])||_0x174a9e['register'](_0x430352(_0x45cfed));}function _0xa8d584(_0x2b0abb){const _0x228340=_0x3431b8;let _0x14bd41=_0x2b0abb['get'](_0x16f1ec);_0x14bd41[_0x228340(0x1da)](_0x21e99d[_0x228340(0x601)][_0x228340(0x425)])||!_0x2b0abb[_0x228340(0x2e0)](_0x131d37['IBaseUIStateService'])||!_0x2b0abb[_0x228340(0x2e0)](_0x33460d[_0x228340(0x5a7)])||!_0x2b0abb['has'](_0x131d37[_0x228340(0x283)])||_0x14bd41['register'](_0x2b0abb['createInstance'](_0x289854));}function _0x32cbdd(_0x43677d){return{'mountTableList':async _0x2c29d3=>{const _0x3c26bf=_0x5b76;let _0x4c210c=_0x43677d['embedModelService'][_0x3c26bf(0x193)](_0x2c29d3[_0x3c26bf(0x5cb)],_0x2c29d3[_0x3c26bf(0x73e)]);if(!_0x4c210c&&_0x2c29d3[_0x3c26bf(0x3bc)]&&(_0x4c210c={'embedId':_0x2c29d3[_0x3c26bf(0x73e)],'hostUnitId':_0x2c29d3[_0x3c26bf(0x5cb)],'hostType':_0x21e99d[_0x3c26bf(0x601)][_0x3c26bf(0x425)],'entry':_0x3c26bf(0x198),'hostAnchorId':_0x2c29d3[_0x3c26bf(0x7a9)],'childUnitId':_0x2c29d3[_0x3c26bf(0x3bc)],'childType':_0x2c29d3[_0x3c26bf(0x5d2)],'source':{'unitType':_0x2c29d3[_0x3c26bf(0x5d2)],'ref':{'file':{'kind':_0x3c26bf(0x77f)},'unit':{'selector':_0x2c29d3[_0x3c26bf(0x3bc)],'type':(0x0,_0x233a55[_0x3c26bf(0x38a)])(_0x2c29d3['childType'])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x3c26bf(0x5fc),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x4c210c||_0x4c210c[_0x3c26bf(0x7a9)]!==_0x2c29d3[_0x3c26bf(0x7a9)])&&((!_0x4c210c['childUnitId']||_0x4c210c[_0x3c26bf(0x5d2)]==null)&&(_0x4c210c=await _0x43677d[_0x3c26bf(0x401)][_0x3c26bf(0x3bd)]({'descriptor':_0x4c210c})),!(!_0x4c210c[_0x3c26bf(0x3bc)]||_0x4c210c['childType']==null)))return _0x43677d['mountService'][_0x3c26bf(0x721)](_0x4c210c),_0x43677d[_0x3c26bf(0x541)][_0x3c26bf(0x6ae)](_0x4c210c),(0x0,_0x21e99d[_0x3c26bf(0x7b6)])(()=>{const _0x2e0b22=_0x3c26bf;_0x43677d[_0x2e0b22(0x266)][_0x2e0b22(0x32e)](_0x2c29d3[_0x2e0b22(0x73e)]),_0x43677d[_0x2e0b22(0x541)][_0x2e0b22(0x51f)](_0x2c29d3[_0x2e0b22(0x73e)]);});}};}let _0x3617ba=class extends _0x21e99d['Disposable']{constructor(_0x392569,_0x15d782,_0x274864,_0x5b7eb9,_0x4192b6,_0x221103,_0x370977,_0x58c321){const _0x50bbd4=_0x3431b8;if(super(),this['_context']=_0x392569,this['_embedModelService']=_0x15d782,this[_0x50bbd4(0x3bf)]=_0x274864,this[_0x50bbd4(0x507)]=_0x5b7eb9,this['_boardElementStateService']=_0x4192b6,this['_boardUIStateService']=_0x221103,this['_configService']=_0x370977,this['_commandService']=_0x58c321,_0x2c4771(this,'_items',new Map()),_0x2c4771(this,'_activeDragCleanup',void 0x0),_0x2c4771(this,'_routeWheelToHost',_0xe9bed9=>{const _0x4019b2=_0x50bbd4;var _0x594e31,_0x21ba33;let _0x2a573d=(_0x594e31=(_0x21ba33=this[_0x4019b2(0x7de)][_0x4019b2(0x69d)])[_0x4019b2(0x1c0)])==null?void 0x0:_0x594e31['call'](_0x21ba33);return _0x2a573d?(_0x2a573d[_0x4019b2(0x4c3)](new WheelEvent(_0x4019b2(0x1ee),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0xe9bed9[_0x4019b2(0x7da)],'clientY':_0xe9bed9[_0x4019b2(0x13f)],'ctrlKey':_0xe9bed9[_0x4019b2(0x185)],'deltaMode':_0xe9bed9[_0x4019b2(0x22e)],'deltaX':_0xe9bed9['deltaX'],'deltaY':_0xe9bed9[_0x4019b2(0x789)],'deltaZ':_0xe9bed9[_0x4019b2(0x4b1)],'metaKey':_0xe9bed9[_0x4019b2(0x1de)],'shiftKey':_0xe9bed9[_0x4019b2(0x48d)]})),!0x0):!0x1;}),_0x2c4771(this,_0x50bbd4(0x374),_0x4b8e90=>{const _0x26a357=_0x50bbd4;var _0xac74e5,_0x19cae9;let _0x4f0f74=(_0xac74e5=(_0x19cae9=this[_0x26a357(0x7de)]['engine'])[_0x26a357(0x1c0)])==null?void 0x0:_0xac74e5['call'](_0x19cae9);if(!_0x4f0f74)return null;let _0x4b959c=_0x4b8e90;for(;_0x4b959c&&!_0x4b959c['contains'](_0x4f0f74);)_0x4b959c=_0x4b959c['parentElement'];return _0x4b959c;}),Promise['resolve']()[_0x50bbd4(0x636)](()=>this[_0x50bbd4(0x83b)]()),typeof document<'u'){let _0x2bf69e=_0x2d9df1=>this[_0x50bbd4(0x5c9)](_0x2d9df1);document[_0x50bbd4(0x50e)](_0x4ddbc3,_0x2bf69e),this[_0x50bbd4(0x7e0)]((0x0,_0x21e99d[_0x50bbd4(0x7b6)])(()=>document[_0x50bbd4(0x5c5)](_0x4ddbc3,_0x2bf69e)));}this['disposeWithMe'](this[_0x50bbd4(0x47b)]['onCommandExecuted'](_0x53a648=>{const _0x429251=_0x50bbd4;(_0x53a648['id']===_0x233a55[_0x429251(0x2ce)]['id']||_0x53a648['id']===_0x233a55['RemoveEmbedCommand']['id']||_0x53a648['id']===_0x233a55[_0x429251(0x813)]['id']||_0x53a648['id']===_0x233a55[_0x429251(0x379)]['id'])&&this[_0x429251(0x83b)]();})),[this[_0x50bbd4(0x507)][_0x50bbd4(0x5e1)],this['_boardElementService'][_0x50bbd4(0x46d)],this['_boardElementService'][_0x50bbd4(0x4cd)]]['forEach'](_0x201891=>{const _0x34bd64=_0x50bbd4;let _0x1295de=_0x201891[_0x34bd64(0x823)](_0x55b7aa=>{const _0xf4bb16=_0x34bd64;_0x55b7aa['some'](_0x23caaa=>_0x23caaa[_0xf4bb16(0x436)]===this[_0xf4bb16(0x7de)]['unitId'])&&this[_0xf4bb16(0x83b)]();});this[_0x34bd64(0x7e0)]((0x0,_0x21e99d[_0x34bd64(0x7b6)])(()=>_0x1295de['unsubscribe']()));});}['dispose'](){const _0x5b13fa=_0x3431b8;var _0x2fb316;(_0x2fb316=this['_activeDragCleanup'])==null||_0x2fb316[_0x5b13fa(0x2f1)](this),this[_0x5b13fa(0x64d)]=void 0x0,this['_items']['forEach'](_0x348b58=>_0x348b58[_0x5b13fa(0x403)]()),this[_0x5b13fa(0x5b7)]['clear'](),super[_0x5b13fa(0x403)]();}[_0x3431b8(0x83b)](){const _0x182305=_0x3431b8;let _0x472dad=this[_0x182305(0x7de)][_0x182305(0x436)];if(this[_0x182305(0x6b7)]['getActiveDescriptorsByChildUnit'](_0x472dad)[_0x182305(0x522)]>0x0){this[_0x182305(0x1c5)]();return;}let _0x469e07=this[_0x182305(0x507)][_0x182305(0x748)](_0x472dad),_0x319a4f=new Set();this[_0x182305(0x6b7)][_0x182305(0x704)](_0x472dad)[_0x182305(0x659)](_0xe72ad=>_0xe72ad[_0x182305(0x478)]===_0x233a55[_0x182305(0x32b)][_0x182305(0x418)])[_0x182305(0x7ce)](_0x4b648b=>{const _0x3bcd6d=_0x182305;let _0x4d1c1f=Object[_0x3bcd6d(0x702)](_0x469e07)[_0x3bcd6d(0x718)](_0x1d6904=>{const _0x213985=_0x3bcd6d;var _0xf270a6;return(0x0,_0x47567d['isEmbedBoardsFloatingElement'])((_0xf270a6=_0x1d6904[_0x213985(0x36c)][_0x4b648b[_0x213985(0x7a9)]])==null?void 0x0:_0xf270a6[_0x213985(0x529)]);}),_0xf504a0=_0x4d1c1f==null?void 0x0:_0x4d1c1f['data'][_0x4b648b['hostAnchorId']],_0x56b25f=_0xf504a0==null?void 0x0:_0xf504a0[_0x3bcd6d(0x529)];if(!_0x4d1c1f||!_0xf504a0||!(0x0,_0x47567d[_0x3bcd6d(0x135)])(_0x56b25f))return;let _0x33a0d1=(0x0,_0x47567d['getEmbedBoardsFloatingCustomData'])(_0x56b25f),_0x10c3c9=this[_0x3bcd6d(0x343)](_0x4b648b[_0x3bcd6d(0x7a9)]);_0x319a4f[_0x3bcd6d(0x24d)](_0x10c3c9);let _0xa161f={'left':_0x56b25f[_0x3bcd6d(0x4a4)]['left']??0x0,'top':_0x56b25f[_0x3bcd6d(0x4a4)][_0x3bcd6d(0x1db)]??0x0,'width':_0x56b25f[_0x3bcd6d(0x4a4)][_0x3bcd6d(0x36e)]??0x230,'height':_0x56b25f[_0x3bcd6d(0x4a4)][_0x3bcd6d(0x5ab)]??0x168},_0x4b3976=()=>(0x0,_0x373e09[_0x3bcd6d(0x5ad)])(_0x4b3426,{'data':{'version':0x1,'embedId':_0x4b648b[_0x3bcd6d(0x73e)],'hostUnitId':_0x472dad,'hostAnchorId':_0x4b648b[_0x3bcd6d(0x7a9)],'childUnitId':_0x4b648b['childUnitId']??(_0x33a0d1==null?void 0x0:_0x33a0d1[_0x3bcd6d(0x3bc)]),'childType':_0x4b648b[_0x3bcd6d(0x5d2)]??(_0x33a0d1==null?void 0x0:_0x33a0d1['childType'])},'deferInactiveFloatingChrome':!0x0,'enableStage1BodyDrag':!0x0,'fullscreenButtonInBlock':!0x0,'onHostWheel':this[_0x3bcd6d(0x693)],'resolveHostWheelGestureRoot':this[_0x3bcd6d(0x374)],'onRuntimeStageEnter':_0x3abc64=>this[_0x3bcd6d(0x166)](_0x3abc64!==_0x3bcd6d(0x3a0),_0xf504a0[_0x3bcd6d(0x70a)],_0x4b648b['hostAnchorId'])});this[_0x3bcd6d(0x5b7)][_0x3bcd6d(0x2e0)](_0x10c3c9)?this['_domLayerService'][_0x3bcd6d(0x6e4)](_0x10c3c9,{'rect':_0xa161f,'content':_0x4b3976}):this['_items'][_0x3bcd6d(0x441)](_0x10c3c9,this['_domLayerService'][_0x3bcd6d(0x329)]({'id':_0x10c3c9,'unitId':_0x472dad,'subUnitId':_0xf504a0[_0x3bcd6d(0x70a)],'elementId':_0x4b648b['hostAnchorId'],'rect':_0xa161f,'content':_0x4b3976,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x182305(0x5b7)][_0x182305(0x7ce)]((_0x194c04,_0x116e39)=>{const _0x21d84b=_0x182305;_0x319a4f[_0x21d84b(0x2e0)](_0x116e39)||(_0x194c04[_0x21d84b(0x403)](),this[_0x21d84b(0x5b7)][_0x21d84b(0x5bc)](_0x116e39));});}[_0x3431b8(0x343)](_0x4483d5){const _0x248ec9=_0x3431b8;return _0x248ec9(0x706)+this[_0x248ec9(0x7de)][_0x248ec9(0x436)]+':'+_0x4483d5;}['_selectAnchor'](_0xee9e1c,_0x4feee9){const _0x49351a=_0x3431b8;this['_boardElementStateService']['selectElements']({'unitId':this['_context'][_0x49351a(0x436)],'subUnitId':_0xee9e1c},[_0x4feee9],_0x4feee9);}[_0x3431b8(0x166)](_0x4ff35f,_0xaaf405,_0x4761bb){const _0x3ef48f=_0x3431b8;if(_0x4ff35f){this[_0x3ef48f(0x493)](_0xaaf405,_0x4761bb);return;}this[_0x3ef48f(0x385)][_0x3ef48f(0x78f)]();}['_handleDragStart'](_0x452e7f){const _0x22a6df=_0x3431b8;var _0x3ecfa6,_0x285b25,_0x53bf00,_0x16d3da;let _0x1c7ec6=_0x452e7f[_0x22a6df(0x4a8)];if(!_0x1c7ec6||_0x1c7ec6[_0x22a6df(0x1a4)]!==this[_0x22a6df(0x7de)][_0x22a6df(0x436)])return;let _0x51e80e=this['_boardElementService'][_0x22a6df(0x748)](this[_0x22a6df(0x7de)][_0x22a6df(0x436)]),_0x4db1fb=Object[_0x22a6df(0x702)](_0x51e80e)[_0x22a6df(0x718)](_0x981065=>_0x981065[_0x22a6df(0x36c)][_0x1c7ec6[_0x22a6df(0x7a9)]]),_0x445268=_0x4db1fb==null?void 0x0:_0x4db1fb['data'][_0x1c7ec6['hostAnchorId']];if(!_0x4db1fb||!_0x445268||!(0x0,_0x47567d[_0x22a6df(0x135)])(_0x445268['element'])||((_0x3ecfa6=(0x0,_0x47567d[_0x22a6df(0x6df)])(_0x445268[_0x22a6df(0x529)]))==null?void 0x0:_0x3ecfa6[_0x22a6df(0x73e)])!==_0x1c7ec6[_0x22a6df(0x73e)])return;let _0x38677a=(_0x285b25=(_0x53bf00=this[_0x22a6df(0x7de)]['engine'])[_0x22a6df(0x1c0)])==null?void 0x0:_0x285b25['call'](_0x53bf00);if(!_0x38677a)return;(_0x16d3da=this[_0x22a6df(0x64d)])==null||_0x16d3da['call'](this),this[_0x22a6df(0x493)](_0x445268['subUnitId'],_0x1c7ec6[_0x22a6df(0x7a9)]),this[_0x22a6df(0x166)](!0x1,_0x445268[_0x22a6df(0x70a)],_0x1c7ec6['hostAnchorId']);let _0x164852=_0x445268[_0x22a6df(0x529)],_0x391904=_0x164852[_0x22a6df(0x4a4)][_0x22a6df(0x312)]??0x0,_0x3fccb6=_0x164852[_0x22a6df(0x4a4)][_0x22a6df(0x1db)]??0x0,_0x3f879e=this[_0x22a6df(0x6d7)][_0x22a6df(0x3b1)](),_0x26c92f=(0x0,_0x16b137[_0x22a6df(0x29c)])(this[_0x22a6df(0x83f)][_0x22a6df(0x78e)](_0x16b137['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x541cf3=(0x0,_0x16b137[_0x22a6df(0x4c8)])(_0x38677a,_0x1c7ec6[_0x22a6df(0x7da)],_0x1c7ec6[_0x22a6df(0x13f)],{'zoomRatio':_0x3f879e[_0x22a6df(0x17b)],'panOffset':_0x3f879e['viewportPanOffset']},_0x26c92f),_0x4be49c=document[_0x22a6df(0x4fd)]??window,_0x221f86=(_0x400ceb,_0x5b5a2c)=>{const _0x568e9e=_0x22a6df;let _0x4fac94=this[_0x568e9e(0x6d7)][_0x568e9e(0x3b1)](),_0x21b008=(0x0,_0x16b137[_0x568e9e(0x4c8)])(_0x38677a,_0x400ceb,_0x5b5a2c,{'zoomRatio':_0x4fac94[_0x568e9e(0x17b)],'panOffset':_0x4fac94[_0x568e9e(0x72f)]},_0x26c92f);return{'left':_0x391904+_0x21b008['x']-_0x541cf3['x'],'top':_0x3fccb6+_0x21b008['y']-_0x541cf3['y']};},_0x11fbad=(_0x285198,_0x563714)=>{const _0x27779f=_0x22a6df;let _0xe5f865=_0x221f86(_0x285198,_0x563714);return this[_0x27779f(0x3bf)][_0x27779f(0x6e4)](this[_0x27779f(0x343)](_0x1c7ec6[_0x27779f(0x7a9)]),{'rect':{..._0xe5f865,'width':_0x164852[_0x27779f(0x4a4)]['width']??0x230,'height':_0x164852[_0x27779f(0x4a4)][_0x27779f(0x5ab)]??0x168}}),_0xe5f865;},_0x4f289b=_0x3ca79b=>_0x1c7ec6[_0x22a6df(0x71f)]==null||_0x3ca79b[_0x22a6df(0x71f)]===_0x1c7ec6['pointerId'],_0x44142f=()=>{},_0x101ffa=_0x5727f4=>{const _0x5dddfb=_0x22a6df;_0x4f289b(_0x5727f4)&&(_0x5727f4[_0x5dddfb(0x361)](),_0x11fbad(_0x5727f4[_0x5dddfb(0x7da)],_0x5727f4[_0x5dddfb(0x13f)]));},_0x99b457=async _0x56f2d9=>{const _0x5b86a6=_0x22a6df;if(!_0x4f289b(_0x56f2d9))return;_0x44142f(),_0x56f2d9['preventDefault']();let _0x433282=_0x11fbad(_0x56f2d9[_0x5b86a6(0x7da)],_0x56f2d9[_0x5b86a6(0x13f)]);await this[_0x5b86a6(0x47b)][_0x5b86a6(0x841)](_0x47567d[_0x5b86a6(0x20f)]['id'],{'unitId':this[_0x5b86a6(0x7de)][_0x5b86a6(0x436)],'subUnitId':_0x445268[_0x5b86a6(0x70a)],'elementId':_0x1c7ec6[_0x5b86a6(0x7a9)],'element':_0x164852,'transform':{..._0x445268['transform'],..._0x433282}})[_0x5b86a6(0x4b6)](()=>{const _0x144b23=_0x5b86a6;this[_0x144b23(0x83b)](),this['_setAnchorTransformerVisible'](!0x0,_0x445268['subUnitId'],_0x1c7ec6[_0x144b23(0x7a9)]);});},_0x5f1f99=_0x488d8d=>{const _0x37fb47=_0x22a6df;_0x4f289b(_0x488d8d)&&(_0x44142f(),this[_0x37fb47(0x83b)](),this['_setAnchorTransformerVisible'](!0x0,_0x445268['subUnitId'],_0x1c7ec6[_0x37fb47(0x7a9)]));};_0x44142f=()=>{const _0x2f9d4f=_0x22a6df;_0x4be49c[_0x2f9d4f(0x5c5)]('pointermove',_0x101ffa),_0x4be49c['removeEventListener'](_0x2f9d4f(0x426),_0x99b457),_0x4be49c[_0x2f9d4f(0x5c5)]('pointercancel',_0x5f1f99),this[_0x2f9d4f(0x64d)]===_0x44142f&&(this[_0x2f9d4f(0x64d)]=void 0x0);},_0x4be49c[_0x22a6df(0x50e)](_0x22a6df(0x6a0),_0x101ffa),_0x4be49c[_0x22a6df(0x50e)]('pointerup',_0x99b457),_0x4be49c[_0x22a6df(0x50e)]('pointercancel',_0x5f1f99),this[_0x22a6df(0x64d)]=_0x44142f;}[_0x3431b8(0x1c5)](){const _0x112595=_0x3431b8;this[_0x112595(0x5b7)][_0x112595(0x7ce)](_0x302172=>_0x302172[_0x112595(0x403)]()),this[_0x112595(0x5b7)][_0x112595(0x670)]();}};_0x3617ba=_0x36d13f([_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x72c)])),_0x4bfa6d(0x2,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x16b137[_0x3431b8(0x664)])),_0x4bfa6d(0x3,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x47567d[_0x3431b8(0x409)])),_0x4bfa6d(0x4,(0x0,_0x21e99d['Inject'])(_0x16b137['IBoardElementStateService'])),_0x4bfa6d(0x5,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x16b137[_0x3431b8(0x4a0)])),_0x4bfa6d(0x6,_0x21e99d[_0x3431b8(0x7d1)]),_0x4bfa6d(0x7,_0x21e99d[_0x3431b8(0x40e)])],_0x3617ba);function _0x9d10d3(){const _0x398228=_0x3431b8;return _0x3f651d({'childType':_0x21e99d[_0x398228(0x601)][_0x398228(0x5f9)],'productName':_0x398228(0x46c),'hostChromeMode':_0x398228(0x6e2)});}function _0x26fc44(){const _0x582989=_0x3431b8;return{'hostType':_0x21e99d[_0x582989(0x601)][_0x582989(0x5f9)],'entry':_0x233a55['EmbedHostEntryEnum'][_0x582989(0x418)],'layout':_0x582989(0x1a3),'supportedLayouts':[_0x582989(0x1a3),_0x582989(0x322),_0x582989(0x765)],'menuBehavior':_0x582989(0x6d0)};}function _0x7dc40(){const _0x224b6e=_0x3431b8;return{'childType':_0x21e99d[_0x224b6e(0x601)][_0x224b6e(0x5f9)],'handleWheel':_0x182b3c=>{const _0xa56b92=_0x224b6e;let _0x1e8558=_0x182b3c[_0xa56b92(0x676)][_0xa56b92(0x644)];return _0x1e8558!=null&&_0x1e8558[_0xa56b92(0x2e0)](_0x16b137[_0xa56b92(0x4a0)])?(_0x1e8558['get'](_0x16b137[_0xa56b92(0x4a0)])[_0xa56b92(0x463)]({'x':-_0x182b3c[_0xa56b92(0x272)][_0xa56b92(0x2c1)],'y':-_0x182b3c[_0xa56b92(0x272)][_0xa56b92(0x789)]}),!0x0):!0x1;}};}function _0x318cc1(){const _0x48d084=_0x3431b8;return{'childType':_0x21e99d[_0x48d084(0x601)]['UNIVER_BOARD'],'supportedLayouts':[_0x48d084(0x2b9),_0x48d084(0x2d0),'scroll-contained'],'beforeDeactivate':_0x4a0916,'mount':_0x2e8332};}function _0x4a0916(_0x1c8329){const _0x1c358b=_0x3431b8;let _0x5c6fdd=_0x1c8329['runtimeScope'][_0x1c358b(0x644)];if(_0x5c6fdd[_0x1c358b(0x2e0)](_0x16b137[_0x1c358b(0x21a)])&&_0x5c6fdd['get'](_0x16b137[_0x1c358b(0x21a)])['cancelEditing'](),_0x5c6fdd[_0x1c358b(0x2e0)](_0x16b137[_0x1c358b(0x63d)])){let _0x495a7b=_0x5c6fdd[_0x1c358b(0x1da)](_0x16b137[_0x1c358b(0x63d)]);_0x495a7b[_0x1c358b(0x1c6)](),_0x495a7b[_0x1c358b(0x78f)]();}}function _0x2e8332(_0x9c0be5){const _0x334ea8=_0x3431b8;var _0x42b304,_0xe7e6d8;let _0x4c8af6=_0x9c0be5[_0x334ea8(0x644)][_0x334ea8(0x1da)](_0x21e99d[_0x334ea8(0x297)])[_0x334ea8(0x348)](_0x9c0be5[_0x334ea8(0x3bc)],_0x21e99d[_0x334ea8(0x601)][_0x334ea8(0x5f9)]),_0x2904dd=_0x9c0be5[_0x334ea8(0x676)][_0x334ea8(0x644)];if(!_0x4c8af6||!_0x2904dd)return;let _0x5120e5=_0x9c0be5[_0x334ea8(0x644)][_0x334ea8(0x1da)](_0x59d49a['IRenderManagerService']),_0x6da82a=_0x10c735(_0x5120e5,_0x9c0be5['childUnitId'],_0x2904dd);if(!_0x6da82a)return;let _0x5d0d2e=_0x340eb8(_0x9c0be5[_0x334ea8(0x676)][_0x334ea8(0x6ec)][_0x334ea8(0x56e)]);_0x5d0d2e['render']((0x0,_0x520e3c[_0x334ea8(0x65c)])(_0x17c507,{'injector':_0x2904dd,'mountContainer':_0x9c0be5[_0x334ea8(0x676)]['roots']['popup'],'embedId':_0x9c0be5[_0x334ea8(0x73e)],'children':[(0x0,_0x520e3c[_0x334ea8(0x11b)])(_0x16b137[_0x334ea8(0x4d9)],{'embedded':_0x9c0be5[_0x334ea8(0x74a)][_0x334ea8(0x79a)]===_0x334ea8(0x1cc)&&!_0x9c0be5['renderScope'][_0x334ea8(0x7ea)],'fitOnMount':!0x1,'showZoomControls':_0x9c0be5['renderScope'][_0x334ea8(0x79a)]===_0x334ea8(0x69a)||_0x9c0be5[_0x334ea8(0x74a)][_0x334ea8(0x7ea)]===!0x0}),(0x0,_0x520e3c[_0x334ea8(0x11b)])(_0x16b137[_0x334ea8(0x460)],{'positionRoot':_0x9c0be5['runtimeScope'][_0x334ea8(0x6ec)][_0x334ea8(0x56e)]})]})),_0x45a652(_0x6da82a,{'activate':!0x0});let _0x22b262=(_0x42b304=(_0xe7e6d8=globalThis)[_0x334ea8(0x3a6)])==null?void 0x0:_0x42b304[_0x334ea8(0x2f1)](_0xe7e6d8,()=>{const _0x5ae4f7=_0x334ea8;let _0x516e48=_0x9c0be5[_0x5ae4f7(0x676)]['roots'][_0x5ae4f7(0x56e)]['querySelector']('[data-board-viewport-host=\x22true\x22]'),_0x29a1e2=(_0x516e48==null?void 0x0:_0x516e48[_0x5ae4f7(0x2ab)]())??_0x9c0be5[_0x5ae4f7(0x676)][_0x5ae4f7(0x6ec)]['content'][_0x5ae4f7(0x2ab)](),_0x5aae41=(0x0,_0x16b137['resolveBoardInteractionConfig'])(_0x2904dd['get'](_0x21e99d[_0x5ae4f7(0x7d1)])['getConfig'](_0x16b137[_0x5ae4f7(0x82b)])??void 0x0);_0x2904dd[_0x5ae4f7(0x1da)](_0x16b137[_0x5ae4f7(0x484)])[_0x5ae4f7(0x451)](_0x4c8af6,{'viewportSize':{'width':_0x29a1e2[_0x5ae4f7(0x36e)],'height':_0x29a1e2[_0x5ae4f7(0x5ab)]},'padding':Math[_0x5ae4f7(0x561)](0x10,Math[_0x5ae4f7(0x7ad)](0x40,Math['min'](_0x29a1e2[_0x5ae4f7(0x36e)],_0x29a1e2['height'])*0.08)),'zoom':_0x5aae41});});return(0x0,_0x21e99d['toDisposable'])(()=>{const _0xb0e91f=_0x334ea8;if(_0x22b262!=null){var _0x26cf4c,_0x2e8563;(_0x26cf4c=(_0x2e8563=globalThis)[_0xb0e91f(0x34a)])==null||_0x26cf4c[_0xb0e91f(0x2f1)](_0x2e8563,_0x22b262);}try{var _0x41e8bc,_0x42a7cf;(_0x41e8bc=(_0x42a7cf=_0x6da82a[_0xb0e91f(0x69d)])[_0xb0e91f(0x32e)])==null||_0x41e8bc[_0xb0e91f(0x2f1)](_0x42a7cf);}catch{}_0x5120e5[_0xb0e91f(0x6f9)](_0x9c0be5['childUnitId']),_0x9a59f3(_0x5d0d2e),_0x2904dd['dispose']();});}function _0x6646f7(){return _0x79518({'childType':_0x21e99d['UniverInstanceType']['UNIVER_BOARD'],'mount':_0x343d34});}function _0x343d34(_0x4fdb4c){const _0xfc32e8=_0x3431b8;if(_0x4fdb4c[_0xfc32e8(0x74a)][_0xfc32e8(0x7ea)])return;let {root:_0x50a435,menu:_0x23a2dc}=_0x3f02ba(_0x4fdb4c),_0x3dc0a2=_0x340eb8(_0x23a2dc);return _0x3dc0a2[_0xfc32e8(0x639)]((0x0,_0x373e09['createElement'])(_0x17c507,{'injector':_0x4fdb4c[_0xfc32e8(0x676)][_0xfc32e8(0x644)],'mountContainer':_0x50a435,'embedId':_0x4fdb4c[_0xfc32e8(0x73e)]},(0x0,_0x373e09[_0xfc32e8(0x5ad)])(_0x190a74,{'hostUnitId':_0x4fdb4c[_0xfc32e8(0x1a4)],'embedId':_0x4fdb4c[_0xfc32e8(0x73e)],'childUnitId':_0x4fdb4c[_0xfc32e8(0x3bc)],'viewportRoot':_0x4fdb4c[_0xfc32e8(0x676)][_0xfc32e8(0x6ec)][_0xfc32e8(0x56e)],'fullscreen':!!_0x4fdb4c[_0xfc32e8(0x74a)][_0xfc32e8(0x7ea)]}))),(0x0,_0x21e99d[_0xfc32e8(0x7b6)])(()=>{const _0x1615e7=_0xfc32e8;_0x9a59f3(_0x3dc0a2),globalThis[_0x1615e7(0x81e)](()=>_0x23a2dc['remove'](),0x0);});}function _0x190a74(_0x13f35b){const _0xfac069=_0x3431b8;let {hostUnitId:_0x43e0b6,embedId:_0x2dea18,childUnitId:_0x285206,viewportRoot:_0xf82d5,fullscreen:_0x1bce27}=_0x13f35b,_0x262fe9=(0x0,_0x384c00['useDependency'])(_0x21e99d[_0xfac069(0x40e)]),_0x25a9a5=(0x0,_0x384c00[_0xfac069(0x4eb)])(_0x21e99d[_0xfac069(0x7d1)]),_0x21f5cd=(0x0,_0x384c00[_0xfac069(0x4eb)])(_0x21e99d[_0xfac069(0x297)]),_0x11c215=(0x0,_0x384c00[_0xfac069(0x4eb)])(_0x21e99d[_0xfac069(0x20e)]),_0x4056a0=(0x0,_0x384c00[_0xfac069(0x4eb)])(_0x13b828),_0x5dd63d=(0x0,_0x384c00[_0xfac069(0x4eb)])(_0x16b137[_0xfac069(0x4a0)]),_0x5b2e67=(0x0,_0x384c00[_0xfac069(0x4eb)])(_0x16b137[_0xfac069(0x484)]),_0x45fe90=(0x0,_0x384c00[_0xfac069(0x64e)])(()=>_0x5dd63d[_0xfac069(0x729)],_0x5dd63d[_0xfac069(0x3b1)](),!0x1,[_0x5dd63d]),_0x53c924=_0x16da2a({'embedId':_0x2dea18,'active':(0x0,_0x384c00['useObservable'])(()=>_0x4056a0['active$'],_0x4056a0[_0xfac069(0x7f6)](),!0x1,[_0x4056a0]),'fullscreen':_0x1bce27}),_0x48ca80=_0x21f5cd[_0xfac069(0x348)](_0x285206,_0x21e99d[_0xfac069(0x601)]['UNIVER_BOARD']),_0x2574be=(0x0,_0x16b137['resolveBoardInteractionConfig'])(_0x25a9a5['getConfig'](_0x16b137[_0xfac069(0x82b)])??void 0x0),_0x1ad03f=()=>_0xf82d5[_0xfac069(0x2ab)](),_0x25a5f3=()=>({'x':_0x1ad03f()[_0xfac069(0x36e)]/0x2,'y':_0x1ad03f()['height']/0x2}),_0x3809ce=_0x50bf37=>_0x5dd63d[_0xfac069(0x457)](_0x50bf37,_0x25a5f3());return(0x0,_0x520e3c['jsxs'])('div',{'className':(0x0,_0x5b4c13[_0xfac069(0x2c6)])(_0xfac069(0x685),{'univer-hidden':_0x53c924===_0xfac069(0x23b),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x1bce27,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x1bce27,'-univer-top-[44px]':!_0x1bce27}),'data-embed-floating-menu':_0xfac069(0x563),'data-embed-id':_0x2dea18,'data-embed-float-stage':_0x53c924,'onPointerDown':_0x195680=>_0x195680[_0xfac069(0x432)](),'children':[(0x0,_0x520e3c[_0xfac069(0x11b)])(_0xfac069(0x136),{'title':_0x11c215['t'](_0xfac069(0x254)),'children':(0x0,_0x520e3c[_0xfac069(0x11b)])(_0x384c00[_0xfac069(0x118)],{'onClick':()=>{const _0x2c756b=_0xfac069;let _0x254899=_0x1ad03f();_0x5b2e67[_0x2c756b(0x451)](_0x48ca80??null,{'viewportSize':{'width':_0x254899[_0x2c756b(0x36e)],'height':_0x254899[_0x2c756b(0x5ab)]},'padding':Math['max'](0x10,Math[_0x2c756b(0x7ad)](0x40,Math[_0x2c756b(0x7ad)](_0x254899[_0x2c756b(0x36e)],_0x254899['height'])*0.08)),'zoom':_0x2574be});},'children':(0x0,_0x520e3c['jsx'])(_0x2eb3c3,{})})}),(0x0,_0x520e3c[_0xfac069(0x11b)])('span',{'title':_0x11c215['t'](_0xfac069(0x649)),'children':(0x0,_0x520e3c['jsx'])(_0x384c00[_0xfac069(0x118)],{'onClick':()=>_0x3809ce(_0x45fe90['zoomRatio']-_0x2574be[_0xfac069(0x2fc)]),'children':(0x0,_0x520e3c[_0xfac069(0x11b)])(_0x572b4c,{})})}),(0x0,_0x520e3c[_0xfac069(0x11b)])('span',{'title':_0x11c215['t'](_0xfac069(0x158)),'children':(0x0,_0x520e3c['jsxs'])(_0x384c00[_0xfac069(0x118)],{'noIcon':!0x0,'onClick':()=>_0x3809ce(0x1),'children':[Math[_0xfac069(0x31a)](_0x45fe90[_0xfac069(0x17b)]*0x64),'%']})}),(0x0,_0x520e3c[_0xfac069(0x11b)])(_0xfac069(0x136),{'title':_0x11c215['t'](_0xfac069(0x55c)),'children':(0x0,_0x520e3c[_0xfac069(0x11b)])(_0x384c00['ToolbarButton'],{'onClick':()=>_0x3809ce(_0x45fe90[_0xfac069(0x17b)]+_0x2574be[_0xfac069(0x2fc)]),'children':(0x0,_0x520e3c[_0xfac069(0x11b)])(_0x338d44,{})})}),(0x0,_0x520e3c[_0xfac069(0x11b)])(_0xfac069(0x136),{'title':_0x11c215['t'](_0xfac069(0x35c)),'children':(0x0,_0x520e3c[_0xfac069(0x11b)])(_0x384c00[_0xfac069(0x118)],{'className':_0xfac069(0x6c7),'onClick':()=>void _0x262fe9[_0xfac069(0x841)](_0x233a55[_0xfac069(0x2ae)]['id'],{'hostUnitId':_0x43e0b6,'embedId':_0x2dea18}),'children':(0x0,_0x520e3c[_0xfac069(0x11b)])(_0x2309c2,{})})})]});}function _0x16da2a(_0x250c8d){const _0x4ed469=_0x3431b8;var _0x1b6ac5;return _0x250c8d['fullscreen']?_0x4ed469(0x3a0):((_0x1b6ac5=_0x250c8d[_0x4ed469(0x3b6)])==null?void 0x0:_0x1b6ac5[_0x4ed469(0x73e)])===_0x250c8d[_0x4ed469(0x73e)]?_0x250c8d[_0x4ed469(0x3b6)]['stage']??'stage1':'inactive';}function _0x451a83(_0x1acdf4){_0x4c24e7(_0x1acdf4,'boards-ui.embed',_0x2a09a9);}function _0x2a09a9(_0x57d8e6){const _0x5843fd=_0x3431b8;_0x57d8e6[_0x5843fd(0x2e0)](_0x16b137[_0x5843fd(0x608)])||_0x57d8e6[_0x5843fd(0x24d)]([_0x16b137[_0x5843fd(0x608)],{'useFactory':()=>_0x57d8e6['get'](_0xc6fcec)}]);let _0x1b5548=_0x57d8e6[_0x5843fd(0x1da)](_0x30faa5),_0x45ffce=_0x57d8e6['get'](_0x486096),_0x2c35cc=_0x57d8e6['get'](_0x101d0b),_0x421244=_0x57d8e6[_0x5843fd(0x1da)](_0x121581),_0x28f38d=_0x57d8e6[_0x5843fd(0x1da)](_0x11aab4),_0x39a8d7=_0x57d8e6[_0x5843fd(0x1da)](_0x56aeca),_0x2ff95e=_0x26fc44();_0x1b5548[_0x5843fd(0x1da)](_0x2ff95e[_0x5843fd(0x257)],_0x2ff95e[_0x5843fd(0x478)])||_0x1b5548[_0x5843fd(0x475)](_0x2ff95e);let _0x421174=_0x318cc1();_0x45ffce['get'](_0x421174[_0x5843fd(0x5d2)])||_0x45ffce['register'](_0x421174);let _0x445f97=_0x9d10d3();_0x2c35cc[_0x5843fd(0x1da)](_0x445f97[_0x5843fd(0x5d2)])||_0x2c35cc[_0x5843fd(0x475)](_0x445f97),_0x6646f7()[_0x5843fd(0x7ce)](_0x77e679=>{const _0x26ea13=_0x5843fd;_0x421244[_0x26ea13(0x515)](_0x77e679[_0x26ea13(0x257)],_0x77e679[_0x26ea13(0x478)],_0x77e679['childType'])||_0x421244[_0x26ea13(0x475)](_0x77e679);}),_0x28f38d[_0x5843fd(0x414)](_0xf45caa(_0x57d8e6,{'childType':_0x21e99d[_0x5843fd(0x601)]['UNIVER_BOARD'],'renderManagerService':_0x59d49a['IRenderManagerService']})),_0x39a8d7[_0x5843fd(0x1da)](_0x21e99d[_0x5843fd(0x601)][_0x5843fd(0x5f9)])||_0x39a8d7['register'](_0x7dc40()),_0x57d8e6[_0x5843fd(0x1da)](_0x59d49a[_0x5843fd(0x738)])['registerRenderModule'](_0x21e99d['UniverInstanceType']['UNIVER_BOARD'],_0x3617ba);}let _0x1321ae={'mode':_0x3431b8(0x6b1),'target':_0x3431b8(0x797),'paddingX':0x0,'minScale':0x0,'align':_0x3431b8(0x39b)};function _0x85dc4e(){const _0x13e483=_0x3431b8;return _0x475ddf({'childType':_0x21e99d['UniverInstanceType']['UNIVER_DOC'],'productName':_0x13e483(0x2f6)});}function _0x3d9997(){const _0x38ffa5=_0x3431b8;return{'childType':_0x21e99d[_0x38ffa5(0x601)][_0x38ffa5(0x2d2)],'supportedLayouts':[_0x38ffa5(0x2d0),'doc-width-scale',_0x38ffa5(0x1a3)],'beforeDeactivate':_0x5bdfb8,'mount':_0x1688a1=>_0x1688a1[_0x38ffa5(0x74a)]['mode']===_0x38ffa5(0x1cc)?_0x431077(_0x1688a1,_0x59d49a[_0x38ffa5(0x738)],void 0x0,{'scopedInjector':_0x15c584(_0x1688a1[_0x38ffa5(0x676)]['injector'])}):_0x431077(_0x1688a1,_0x59d49a[_0x38ffa5(0x738)])};}function _0x5bdfb8(_0x25cfd2){const _0x24bcdc=_0x3431b8;var _0x46ec81;let _0x5bca09=_0x25cfd2['injector'][_0x24bcdc(0x1da)](_0x59d49a[_0x24bcdc(0x738)])[_0x24bcdc(0x800)](_0x25cfd2[_0x24bcdc(0x3bc)]),_0x22f56=_0x5bca09==null?void 0x0:_0x5bca09[_0x24bcdc(0x223)](_0x5bd767[_0x24bcdc(0x45f)]);_0x5bca09==null||(_0x46ec81=_0x5bca09['with'](_0x5bd767['DocFloatMenuService']))==null||_0x46ec81[_0x24bcdc(0x6fc)](),_0x22f56==null||_0x22f56[_0x24bcdc(0x830)](),_0x22f56==null||_0x22f56[_0x24bcdc(0x355)]();}function _0x15c584(_0x5c60d7){const _0x131b8b=_0x3431b8;return _0x1bf45a(_0x5c60d7,new Map([[_0x5bd767[_0x131b8b(0x56b)],_0x10082d=>_0x55967c(_0x10082d)]]));}function _0x55967c(_0x12af4c){const _0x584dc6=_0x3431b8;return{..._0x12af4c,'fitToWidth':{..._0x12af4c==null?void 0x0:_0x12af4c[_0x584dc6(0x143)],..._0x1321ae}};}let _0xe1537e=class extends _0x21e99d['Disposable']{constructor(_0x31beab,_0x3bbb67,_0x580db6,_0x547933,_0xbb8f6e,_0x59312a,_0x38ca48){const _0x5be742=_0x3431b8;var _0x39a5c2,_0x27601b;super(),this[_0x5be742(0x7de)]=_0x31beab,this[_0x5be742(0x16f)]=_0x3bbb67,this['_commandService']=_0x580db6,this[_0x5be742(0x7ec)]=_0x547933,this[_0x5be742(0x6b7)]=_0xbb8f6e,this[_0x5be742(0x293)]=_0x59312a,this['_docViewScaleService']=_0x38ca48,_0x2c4771(this,'_resolvedChildUnits',new Map()),_0x2c4771(this,_0x5be742(0x37b),new Map());let _0x2d6132=(0x0,_0x5bd767['createDocsCustomBlockSizeRefreshScheduler'])(()=>{const _0x669b77=_0x5be742;this[_0x669b77(0x22f)]()||this['_refreshHostDocZoom']();}),_0xfc2fbf=(0x0,_0x5bd767[_0x5be742(0x21b)])(()=>{this['_rerenderHostDoc']();});this[_0x5be742(0x7e0)](_0x2d6132),this[_0x5be742(0x7e0)](_0xfc2fbf);let _0x587d1d=_0x1ea280((_0x39a5c2=this[_0x5be742(0x7de)][_0x5be742(0x69d)])==null||(_0x27601b=_0x39a5c2['getCanvasElement'])==null?void 0x0:_0x27601b[_0x5be742(0x2f1)](_0x39a5c2),_0x2d6132['schedule']);_0x587d1d&&this[_0x5be742(0x7e0)](_0x587d1d),this[_0x5be742(0x7e0)]({'dispose':()=>{const _0xa52fe7=_0x5be742;this['_resolvedChildUnits'][_0xa52fe7(0x670)](),this[_0xa52fe7(0x37b)][_0xa52fe7(0x670)]();}});let _0x5bbf06=this[_0x5be742(0x16f)]['getTypeOfUnitAdded$'](_0x21e99d['UniverInstanceType']['UNIVER_SHEET'])[_0x5be742(0x823)](()=>{const _0x452c3e=_0x5be742;_0x2d6132[_0x452c3e(0x5c8)]();}),_0x5ad4a5=this[_0x5be742(0x16f)][_0x5be742(0x57a)](_0x21e99d[_0x5be742(0x601)][_0x5be742(0x425)])['subscribe'](()=>{const _0x347ad7=_0x5be742;_0x2d6132[_0x347ad7(0x5c8)]();});this['disposeWithMe']((0x0,_0x21e99d[_0x5be742(0x7b6)])(()=>_0x5bbf06[_0x5be742(0x2f3)]())),this[_0x5be742(0x7e0)]((0x0,_0x21e99d[_0x5be742(0x7b6)])(()=>_0x5ad4a5[_0x5be742(0x2f3)]()));let _0x425ce8=(0x0,_0x59d49a[_0x5be742(0x485)])((_0x462988,_0x3e02dc,_0x284983)=>{const _0x30c8ee=_0x5be742;var _0x2231db,_0x41322;if(_0x462988!==this[_0x30c8ee(0x7de)][_0x30c8ee(0x436)])return null;let _0x48b045=this['_getHostSnapshot']();if(!_0x48b045)return null;let _0x50562a=(_0x2231db=_0x48b045[_0x30c8ee(0x15b)])==null?void 0x0:_0x2231db[_0x3e02dc],_0x1b4a92=_0x50562a==null?void 0x0:_0x50562a[_0x30c8ee(0x36c)],_0x18d133=_0x1b4a92==null?void 0x0:_0x1b4a92[_0x30c8ee(0x5d2)];if(_0x18d133!==_0x21e99d[_0x30c8ee(0x601)][_0x30c8ee(0x1d4)]&&_0x18d133!==_0x21e99d[_0x30c8ee(0x601)][_0x30c8ee(0x425)])return null;let _0x4126be=this['_docViewScaleService'][_0x30c8ee(0x6de)](),_0xa13817=this['_getVisibleCanvasDocumentRect'](_0x4126be),_0x4914c6=this['_resolveChildUnitId'](_0x1b4a92,_0x18d133),_0x211ca9=_0x4914c6?this[_0x30c8ee(0x2f5)](_0x4914c6,_0x18d133,_0x2d6132[_0x30c8ee(0x5c8)]):void 0x0,_0x4005fe=_0x4914c6&&_0x211ca9!=null?this[_0x30c8ee(0x7ec)][_0x30c8ee(0x3b3)]({'childType':_0x18d133,'childUnit':_0x211ca9,'childUnitId':_0x4914c6,'viewportWidth':_0x284983[_0x30c8ee(0x576)]}):void 0x0,_0x254138=(0x0,_0x1d121b['resolveDocsCustomBlockSize'])(_0x18d133),_0x52f775=_0x44d1db(_0x284983[_0x30c8ee(0x472)],_0x254138[_0x30c8ee(0x5ab)]),_0x3d6285=_0x44d1db(_0x284983[_0x30c8ee(0x576)],_0x254138['width']),_0x368441=(_0x4005fe==null?void 0x0:_0x4005fe[_0x30c8ee(0x5ab)])??_0x52f775,_0x1a59ef=(0x0,_0x5bd767['resolveDocsCustomBlockRenderViewport'])({'childType':_0x18d133,'contentHeight':_0x18d133===_0x21e99d[_0x30c8ee(0x601)][_0x30c8ee(0x1d4)]?_0x4d15fd(_0x368441):_0x368441,'contentWidth':_0x4005fe==null?void 0x0:_0x4005fe[_0x30c8ee(0x36e)],'docsLeft':this[_0x30c8ee(0x1fd)](),'documentFlavor':(_0x41322=_0x48b045['documentStyle'])==null?void 0x0:_0x41322[_0x30c8ee(0x60b)],'fallbackHeight':_0x52f775,'fallbackWidth':_0x3d6285,'pageMarginLeft':_0x284983[_0x30c8ee(0x794)],'pageMarginRight':_0x284983[_0x30c8ee(0x21c)],'pageWidth':_0x284983[_0x30c8ee(0x6cd)],'scale':_0x4126be,'visibleCanvasHeight':_0xa13817==null?void 0x0:_0xa13817[_0x30c8ee(0x5ab)],'visibleCanvasLeft':_0xa13817==null?void 0x0:_0xa13817[_0x30c8ee(0x312)],'visibleCanvasWidth':_0xa13817==null?void 0x0:_0xa13817['width']}),_0x46a306=_0x1a59ef[_0x30c8ee(0x773)]??_0x1a59ef['height'],_0x42a685=_0x18d133===_0x21e99d['UniverInstanceType']['UNIVER_BASE']?0x34:0x0,_0x491f88=(_0xa13817==null?void 0x0:_0xa13817['height'])==null?_0x1a59ef[_0x30c8ee(0x1f5)]??_0x46a306:Math[_0x30c8ee(0x7ad)](_0x46a306,Math[_0x30c8ee(0x561)](0x1,_0xa13817['height']-_0x42a685));return{..._0x1a59ef,'viewportHeight':_0x491f88,'height':_0x351461({'contentHeight':_0x46a306,'floatingMenuInsetTop':0x34})};});this['disposeWithMe']({'dispose':_0x425ce8}),this['disposeWithMe'](this[_0x5be742(0x47b)]['onCommandExecuted'](_0x8ab751=>{const _0x5d6842=_0x5be742;if(_0x8ab751['id']===_0x5bd767['SetDocZoomRatioOperation']['id']){let _0x47b7c8=_0x8ab751[_0x5d6842(0x5e2)];typeof _0x47b7c8==_0x5d6842(0x505)&&_0x47b7c8&&_0x5d6842(0x436)in _0x47b7c8&&_0x47b7c8[_0x5d6842(0x436)]===this[_0x5d6842(0x7de)][_0x5d6842(0x436)]&&_0xfc2fbf['schedule']();return;}let _0x4ce7f7=this[_0x5d6842(0x827)]();_0x4ce7f7&&(0x0,_0x5bd767[_0x5d6842(0x6d6)])({'childUnitIds':(0x0,_0x5bd767[_0x5d6842(0x38c)])(_0x4ce7f7[_0x5d6842(0x15b)],_0x37389e=>this[_0x5d6842(0x5db)](_0x37389e)),'commandId':_0x8ab751['id'],'commandParams':_0x8ab751[_0x5d6842(0x5e2)],'hostUnitId':this[_0x5d6842(0x7de)][_0x5d6842(0x436)]})&&_0x2d6132[_0x5d6842(0x5c8)]();}));}[_0x3431b8(0x342)](){const _0x2cae5c=_0x3431b8;if(!this[_0x2cae5c(0x53b)])return this[_0x2cae5c(0x7de)][_0x2cae5c(0x56c)]??void 0x0;}[_0x3431b8(0x827)](){const _0x340273=_0x3431b8;var _0x272e75;return(_0x272e75=this[_0x340273(0x342)]())==null?void 0x0:_0x272e75[_0x340273(0x7e5)]();}['_rerenderHostDoc'](){const _0x309b84=_0x3431b8;let _0x1c8da3=this[_0x309b84(0x293)][_0x309b84(0x800)](this['_context']['unitId']);try{var _0x508939;let _0x3304d8=_0x1c8da3==null||(_0x508939=_0x1c8da3[_0x309b84(0x223)])==null?void 0x0:_0x508939[_0x309b84(0x2f1)](_0x1c8da3,_0x1d121b[_0x309b84(0x215)]);return _0x3304d8?(_0x3304d8['recalculate'](),!0x0):!0x1;}catch{return!0x1;}}[_0x3431b8(0x6c2)](){const _0x319495=_0x3431b8;let _0x4bcb53=this[_0x319495(0x342)](),_0x5bc227=_0x4bcb53==null?void 0x0:_0x4bcb53['zoomRatio'];typeof _0x5bc227==_0x319495(0x445)&&this['_commandService'][_0x319495(0x4d1)](_0x5bd767[_0x319495(0x785)]['id'],{'unitId':this[_0x319495(0x7de)][_0x319495(0x436)],'zoomRatio':_0x5bc227});}[_0x3431b8(0x5db)](_0x11adbb,_0x1f7516){const _0x54d47a=_0x3431b8;if(!_0x11adbb||typeof _0x11adbb!='object')return;let _0x28a496=_0x11adbb,_0x27db7c=typeof _0x28a496[_0x54d47a(0x5d2)]==_0x54d47a(0x445)?_0x28a496[_0x54d47a(0x5d2)]:_0x1f7516;if(_0x27db7c!==_0x21e99d['UniverInstanceType'][_0x54d47a(0x1d4)]&&_0x27db7c!==_0x21e99d['UniverInstanceType'][_0x54d47a(0x425)])return;if(typeof _0x28a496[_0x54d47a(0x3bc)]=='string')return _0x28a496[_0x54d47a(0x3bc)];if(typeof _0x28a496['embedId']!=_0x54d47a(0x202))return;let _0x5a323a=typeof _0x28a496['hostUnitId']=='string'?_0x28a496[_0x54d47a(0x1a4)]:this[_0x54d47a(0x7de)][_0x54d47a(0x436)],_0x373525=this['_embedModelService'][_0x54d47a(0x193)](_0x5a323a,_0x28a496[_0x54d47a(0x73e)]);if((_0x373525==null?void 0x0:_0x373525[_0x54d47a(0x5d2)])===_0x27db7c){if(typeof _0x373525[_0x54d47a(0x3bc)]==_0x54d47a(0x202))return _0x373525[_0x54d47a(0x3bc)];try{return(0x0,_0x233a55['getResourceRefInputUnitSelector'])(_0x373525[_0x54d47a(0x64b)][_0x54d47a(0x6f6)]);}catch{return;}}}[_0x3431b8(0x2f5)](_0x2a9c1b,_0x1c0119,_0x51169b){const _0x5315c8=_0x3431b8;let _0x523a76=_0x1c0119+':'+_0x2a9c1b;if(this[_0x5315c8(0x4f4)][_0x5315c8(0x2e0)](_0x523a76))return this[_0x5315c8(0x4f4)][_0x5315c8(0x1da)](_0x523a76);let _0x17797f=this[_0x5315c8(0x16f)]['getUnit'](_0x2a9c1b,_0x1c0119);if(_0x17797f!=null){if(!_0x210890(_0x17797f))return this[_0x5315c8(0x4f4)][_0x5315c8(0x441)](_0x523a76,_0x17797f),_0x17797f;if(!this[_0x5315c8(0x37b)][_0x5315c8(0x2e0)](_0x523a76)){let _0xa16e18=Promise[_0x5315c8(0x256)](_0x17797f)[_0x5315c8(0x636)](_0xd9175c=>(this['_pendingChildUnits'][_0x5315c8(0x5bc)](_0x523a76),this[_0x5315c8(0x4f4)]['set'](_0x523a76,_0xd9175c),this['_disposed']||_0x51169b(),_0xd9175c),()=>{const _0x262054=_0x5315c8;this[_0x262054(0x37b)][_0x262054(0x5bc)](_0x523a76);});this['_pendingChildUnits'][_0x5315c8(0x441)](_0x523a76,_0xa16e18);}}}[_0x3431b8(0x1fd)](){const _0x3259b8=_0x3431b8;var _0x4d8519,_0x503561;return((_0x4d8519=this[_0x3259b8(0x7de)]['mainComponent'])==null||(_0x503561=_0x4d8519[_0x3259b8(0x4d3)])==null||(_0x503561=_0x503561['call'](_0x4d8519))==null?void 0x0:_0x503561[_0x3259b8(0x5a1)])??0x0;}[_0x3431b8(0x5b5)](_0x339ea6){const _0x3b25f2=_0x3431b8;var _0x5ac0e3,_0x4702b1,_0x1d7d37,_0x1323eb,_0x41cc12,_0x45c404;let _0xa5a451=Number[_0x3b25f2(0x669)](_0x339ea6)&&_0x339ea6>0x0?_0x339ea6:0x1,_0x34d139=((_0x5ac0e3=this[_0x3b25f2(0x7de)][_0x3b25f2(0x491)][_0x3b25f2(0x133)](_0x5bd767['VIEWPORT_KEY'][_0x3b25f2(0x381)]))==null?void 0x0:_0x5ac0e3[_0x3b25f2(0x4d7)])??0x0,_0x2cad41=(_0x4702b1=(_0x1d7d37=this[_0x3b25f2(0x7de)][_0x3b25f2(0x69d)])['getCanvasElement'])==null||(_0x4702b1=_0x4702b1[_0x3b25f2(0x2f1)](_0x1d7d37))==null||(_0x1323eb=_0x4702b1['getBoundingClientRect'])==null?void 0x0:_0x1323eb['call'](_0x4702b1),_0x4ed6d2=_0x2cad41==null?void 0x0:_0x2cad41[_0x3b25f2(0x36e)],_0x300b3b=_0x2cad41==null?void 0x0:_0x2cad41['height'],_0x44d3d6=((_0x41cc12=this[_0x3b25f2(0x7de)]['mainComponent'])==null?void 0x0:_0x41cc12[_0x3b25f2(0x36e)])??this[_0x3b25f2(0x7de)][_0x3b25f2(0x491)]['width'],_0x4d0550=(_0x4ed6d2??_0x44d3d6??0x0)/_0xa5a451,_0x124c95=((_0x45c404=this[_0x3b25f2(0x7de)][_0x3b25f2(0x4aa)])==null?void 0x0:_0x45c404['height'])??this[_0x3b25f2(0x7de)][_0x3b25f2(0x491)][_0x3b25f2(0x5ab)],_0x3784a2=(_0x300b3b??_0x124c95??0x0)/_0xa5a451;return!_0x4d0550||!Number[_0x3b25f2(0x669)](_0x4d0550)||_0x4d0550<=0x0||!_0x3784a2||!Number['isFinite'](_0x3784a2)||_0x3784a2<=0x0?null:{'height':_0x3784a2,'left':_0x34d139,'width':_0x4d0550};}};_0xe1537e=_0x36d13f([_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x297)])),_0x4bfa6d(0x2,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x40e)])),_0x4bfa6d(0x3,(0x0,_0x21e99d['Inject'])(_0x16f1ec)),_0x4bfa6d(0x4,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55['EmbedModelService'])),_0x4bfa6d(0x5,_0x59d49a[_0x3431b8(0x738)]),_0x4bfa6d(0x6,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x5bd767[_0x3431b8(0x328)]))],_0xe1537e);function _0x1ea280(_0x4093e0,_0x5c0f59){const _0x1b5dea=_0x3431b8;if(!_0x4093e0||typeof ResizeObserver>'u')return;let _0x16c066=new ResizeObserver(()=>_0x5c0f59());return _0x16c066[_0x1b5dea(0x4c2)](_0x4093e0),{'dispose':()=>_0x16c066[_0x1b5dea(0x2b4)]()};}function _0x210890(_0x28d39c){return!!_0x28d39c&&typeof _0x28d39c['then']=='function';}function _0x44d1db(_0x411106,_0x6ed2f6){const _0xefe56=_0x3431b8;return typeof _0x411106==_0xefe56(0x445)&&Number['isFinite'](_0x411106)&&_0x411106>0x1?_0x411106:_0x6ed2f6;}function _0x497963(_0x4b41d4,_0x1cc948,_0x2a1117){const _0x1493f6=_0x3431b8;return{...(0x0,_0x233a55['createDocsCustomBlockHostAdapterContribution'])(_0x4b41d4,_0x1cc948),'afterCreateAnchor':_0x527265=>_0x1fc56c(_0x2a1117,_0x527265['hostUnitId']),'afterRemoveAnchor':_0x184764=>_0x1fc56c(_0x2a1117,_0x184764[_0x1493f6(0x1a4)])};}function _0x57306d(){const _0x4f1537=_0x3431b8;return{'hostType':_0x21e99d[_0x4f1537(0x601)][_0x4f1537(0x2d2)],'entry':_0x4f1537(0x517),'layout':_0x4f1537(0x4a1),'supportedLayouts':[_0x4f1537(0x4a1),'docs-sticky-base',_0x4f1537(0x765),_0x4f1537(0x1a3),_0x4f1537(0x2b9)],'menuBehavior':'floating'};}function _0x1fc56c(_0x2c479f,_0x5aef58){const _0x2cccbc=_0x3431b8;var _0x3fc2ca,_0x39e169,_0x13f050,_0x33193c;if(!_0x2c479f)return;let _0x450b9e=_0x2c479f[_0x2cccbc(0x800)](_0x5aef58);if(_0x450b9e){for(let _0x3c1e89 of _0x450b9e['components'][_0x2cccbc(0x702)]()){var _0x184830;(_0x184830=_0x3c1e89[_0x2cccbc(0x116)])==null||_0x184830[_0x2cccbc(0x2f1)](_0x3c1e89);}(_0x3fc2ca=_0x450b9e[_0x2cccbc(0x69d)])==null||_0x3fc2ca[_0x2cccbc(0x19a)](),(_0x39e169=_0x450b9e[_0x2cccbc(0x491)])==null||_0x39e169[_0x2cccbc(0x116)](),(_0x13f050=_0x450b9e[_0x2cccbc(0x223)])==null||(_0x13f050=_0x13f050[_0x2cccbc(0x2f1)](_0x450b9e,_0x5bd767[_0x2cccbc(0x539)]))==null||(_0x33193c=_0x13f050[_0x2cccbc(0x2ca)])==null||_0x33193c[_0x2cccbc(0x2f1)](_0x13f050);}}function _0xa6e777(_0x6d1701){const _0x298c91=_0x3431b8;return{'childType':_0x21e99d[_0x298c91(0x601)][_0x298c91(0x2d2)],'handleWheel':_0x520a37=>{const _0x53564f=_0x298c91;let _0x2944c1=_0x6d1701[_0x53564f(0x2e0)](_0x524487)?_0x6d1701[_0x53564f(0x1da)](_0x524487):void 0x0;if((_0x2944c1==null?void 0x0:_0x2944c1['handleWheel'](_0x520a37))===!0x0)return!0x0;if(!_0x6d1701[_0x53564f(0x2e0)](_0x59d49a['IRenderManagerService']))return!0x1;let _0x1ba979=_0x6d1701[_0x53564f(0x1da)](_0x59d49a[_0x53564f(0x738)])[_0x53564f(0x800)](_0x520a37[_0x53564f(0x3bc)]),_0x200628=_0x1ba979==null?void 0x0:_0x1ba979[_0x53564f(0x491)];return _0x3f74a2(_0x520a37,_0x200628==null?void 0x0:_0x200628[_0x53564f(0x133)](_0x5bd767[_0x53564f(0x635)][_0x53564f(0x381)]),_0x200628);}};}function _0x3cbf01(){const _0xd44781=_0x3431b8;return _0x79518({'childType':_0x21e99d[_0xd44781(0x601)][_0xd44781(0x2d2)],'mount':_0x44cf79});}function _0x44cf79(_0x14a529){const _0x34a5ad=_0x3431b8;let {root:_0x502f7f,menu:_0x5a5483}=_0x3f02ba(_0x14a529),_0x5b2a1a=_0x340eb8(_0x5a5483);return _0x5b2a1a[_0x34a5ad(0x639)]((0x0,_0x373e09['createElement'])(_0x17c507,{'injector':_0x14a529[_0x34a5ad(0x676)][_0x34a5ad(0x644)],'mountContainer':_0x502f7f,'embedId':_0x14a529[_0x34a5ad(0x73e)]},(0x0,_0x373e09['createElement'])(_0x245cf5,{'hostUnitId':_0x14a529['hostUnitId'],'embedId':_0x14a529[_0x34a5ad(0x73e)],'entry':_0x14a529[_0x34a5ad(0x723)]['entry'],'fullscreen':!!_0x14a529['renderScope']['fullscreen'],'usesDomFloatingStage':_0x14a529['descriptor'][_0x34a5ad(0x478)]!==_0x34a5ad(0x4d8),'renderScopeActive$':_0x14a529[_0x34a5ad(0x74a)][_0x34a5ad(0x397)]}))),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x1c5465=_0x34a5ad;_0x9a59f3(_0x5b2a1a),globalThis[_0x1c5465(0x81e)](()=>_0x5a5483['remove'](),0x0);});}function _0x245cf5(_0x14799e){const _0x232a8d=_0x3431b8;let {hostUnitId:_0x28c69c,embedId:_0x3b3299,entry:_0x54054c,fullscreen:_0x5d4c78,usesDomFloatingStage:_0x18c305,renderScopeActive$:_0x2f6676}=_0x14799e,_0x4114c9=(0x0,_0x384c00[_0x232a8d(0x64e)])(()=>_0x2f6676,!0x1,!0x1,[_0x2f6676]),_0x49571d=(0x0,_0x384c00['useDependency'])(_0x21e99d['ICommandService']),_0x5004cf=(0x0,_0x384c00[_0x232a8d(0x4eb)])(_0x13b828),_0x527a30=_0x4073ba({'embedId':_0x3b3299,'active':(0x0,_0x384c00[_0x232a8d(0x64e)])(()=>_0x5004cf['active$'],_0x5004cf[_0x232a8d(0x7f6)](),!0x1,[_0x5004cf]),'fullscreen':_0x5d4c78,'usesDomFloatingStage':_0x18c305,'renderScopeActive':_0x4114c9});return(0x0,_0x520e3c[_0x232a8d(0x11b)])('div',{'className':(0x0,_0x5b4c13['clsx'])('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',{'univer-hidden':_0x527a30!==_0x232a8d(0x3a0),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x5d4c78,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x5d4c78,'-univer-top-9':!_0x5d4c78&&_0x54054c!=='docs-custom-block','-univer-top-[52px]':!_0x5d4c78&&_0x54054c==='docs-custom-block'}),'data-embed-floating-menu':'true','data-embed-id':_0x3b3299,'data-embed-float-stage':_0x527a30,'onPointerDown':_0x5d2832=>_0x5d2832['stopPropagation'](),'children':(0x0,_0x520e3c[_0x232a8d(0x11b)])(_0x5b4c13[_0x232a8d(0x4de)],{'type':_0x232a8d(0x681),'size':_0x232a8d(0x273),'variant':_0x232a8d(0x617),'className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':()=>{const _0x4a6597=_0x232a8d;_0x49571d['executeCommand'](_0x233a55[_0x4a6597(0x2ae)]['id'],{'hostUnitId':_0x28c69c,'embedId':_0x3b3299});},'children':(0x0,_0x520e3c['jsx'])(_0x2309c2,{})})});}function _0x8dcde8(_0x4b97cd){const _0x3aa4f6=_0x3431b8;_0x4c24e7(_0x4b97cd,_0x3aa4f6(0x15c),_0x420ef7);}function _0x420ef7(_0x826d9a){const _0x12c925=_0x3431b8;let _0x37a179=_0x826d9a[_0x12c925(0x1da)](_0x233a55[_0x12c925(0x49f)]),_0x549f8a=_0x826d9a[_0x12c925(0x1da)](_0x30faa5),_0x2285c8=_0x826d9a[_0x12c925(0x1da)](_0x486096),_0x2a6366=_0x826d9a[_0x12c925(0x1da)](_0x101d0b),_0x4ae4a2=_0x826d9a[_0x12c925(0x1da)](_0x121581),_0x45ce03=_0x826d9a['get'](_0x11aab4),_0x20751c=_0x826d9a[_0x12c925(0x1da)](_0x56aeca),_0x9252d=_0x826d9a[_0x12c925(0x2e0)](_0x233a55[_0x12c925(0x5a6)])?_0x826d9a['get'](_0x233a55[_0x12c925(0x5a6)]):void 0x0,_0x10f598=_0x826d9a[_0x12c925(0x2e0)](_0x21e99d[_0x12c925(0x297)])?_0x826d9a[_0x12c925(0x1da)](_0x21e99d[_0x12c925(0x297)]):void 0x0,_0x2fea90=_0x826d9a[_0x12c925(0x2e0)](_0x59d49a[_0x12c925(0x738)])?_0x826d9a[_0x12c925(0x1da)](_0x59d49a[_0x12c925(0x738)]):void 0x0;_0x2fea90==null||_0x2fea90[_0x12c925(0x6ff)](_0x21e99d[_0x12c925(0x601)][_0x12c925(0x2d2)],[_0xe1537e]);let _0x38d930=_0x497963(_0x9252d,_0x10f598,_0x2fea90);_0x37a179[_0x12c925(0x1da)](_0x38d930[_0x12c925(0x257)],_0x38d930[_0x12c925(0x478)])||_0x37a179[_0x12c925(0x475)](_0x38d930);let _0x27d3bf=_0x57306d();_0x549f8a['get'](_0x27d3bf[_0x12c925(0x257)],_0x27d3bf['entry'])||_0x549f8a[_0x12c925(0x475)](_0x27d3bf);let _0x108518=_0x3d9997();_0x2285c8[_0x12c925(0x1da)](_0x108518[_0x12c925(0x5d2)])||_0x2285c8[_0x12c925(0x475)](_0x108518);let _0x479002=_0x85dc4e();_0x2a6366[_0x12c925(0x1da)](_0x479002[_0x12c925(0x5d2)])||_0x2a6366['register'](_0x479002),_0x3cbf01()[_0x12c925(0x7ce)](_0x1ff07c=>{const _0x3c7c7d=_0x12c925;_0x4ae4a2[_0x3c7c7d(0x515)](_0x1ff07c[_0x3c7c7d(0x257)],_0x1ff07c[_0x3c7c7d(0x478)],_0x1ff07c['childType'])||_0x4ae4a2[_0x3c7c7d(0x475)](_0x1ff07c);}),_0x45ce03[_0x12c925(0x414)](_0xf45caa(_0x826d9a,{'childType':_0x21e99d['UniverInstanceType'][_0x12c925(0x2d2)],'renderManagerService':_0x59d49a[_0x12c925(0x738)]})),_0x20751c['get'](_0x21e99d['UniverInstanceType'][_0x12c925(0x2d2)])||_0x20751c['register'](_0xa6e777(_0x826d9a));}function _0x27f80b(){const _0x1294fc=_0x3431b8;return{'childType':_0x21e99d[_0x1294fc(0x601)][_0x1294fc(0x1d4)],'measureContentSize':_0x299e16=>{const _0x5e7fec=_0x1294fc;let _0x436e76=_0x1a1ca3(_0x299e16[_0x5e7fec(0x724)]),_0x1bd8ab=_0x573f2d(_0x299e16[_0x5e7fec(0x724)]);return _0x436e76==null&&_0x1bd8ab==null?void 0x0:{'height':_0x436e76,'width':_0x1bd8ab};}};}function _0x1a1ca3(_0x1445f6){const _0x28c8ae=_0x3431b8;var _0x1da8dd;let _0xf92e92=_0x1445f6 instanceof _0x21e99d[_0x28c8ae(0x7c8)]?_0x1445f6['getActiveSheet'](!0x0):void 0x0;if(!_0xf92e92)return;let _0x347cd5=_0x115bf0(_0xf92e92);if(!Number[_0x28c8ae(0x669)](_0x347cd5)||_0x347cd5==null||_0x347cd5<0x0)return;let _0xc3cac9=_0x105528((_0x1da8dd=_0xf92e92[_0x28c8ae(0x78e)])==null||(_0x1da8dd=_0x1da8dd[_0x28c8ae(0x2f1)](_0xf92e92))==null?void 0x0:_0x1da8dd[_0x28c8ae(0x62c)],_0x21e99d['DEFAULT_WORKSHEET_ROW_HEIGHT']),_0x1d7fbc=_0xaa6bcd(_0x1445f6),_0x4b6fcc=0x0;for(let _0xae6c49=0x0;_0xae6c49<_0x347cd5;_0xae6c49++){var _0x5b201c,_0x1b1a01;((_0x5b201c=_0xf92e92[_0x28c8ae(0x532)])==null?void 0x0:_0x5b201c[_0x28c8ae(0x2f1)](_0xf92e92,_0xae6c49))!==!0x1&&(_0x4b6fcc+=_0x371011((_0x1b1a01=_0xf92e92['getRowHeight'])==null?void 0x0:_0x1b1a01[_0x28c8ae(0x2f1)](_0xf92e92,_0xae6c49),_0xc3cac9));}return _0x1d7fbc+_0x4b6fcc;}function _0xaa6bcd(_0x1a9d29){const _0x5a2ad8=_0x3431b8;var _0x4998e4;let _0x74614=_0x1a9d29 instanceof _0x21e99d[_0x5a2ad8(0x7c8)]?_0x1a9d29[_0x5a2ad8(0x3e7)](!0x0):void 0x0,_0x2c587d=_0x74614==null||(_0x4998e4=_0x74614['getConfig'])==null||(_0x4998e4=_0x4998e4[_0x5a2ad8(0x2f1)](_0x74614))==null?void 0x0:_0x4998e4[_0x5a2ad8(0x6f7)];return _0x2c587d!=null&&_0x2c587d[_0x5a2ad8(0x330)]?0x0:_0x105528(_0x2c587d==null?void 0x0:_0x2c587d[_0x5a2ad8(0x5ab)],0x18);}function _0x573f2d(_0x47f2a6){const _0x4619fd=_0x3431b8;var _0x706267,_0x5a0abf;let _0x23cf52=_0x47f2a6 instanceof _0x21e99d[_0x4619fd(0x7c8)]?_0x47f2a6[_0x4619fd(0x3e7)](!0x0):void 0x0;if(!_0x23cf52)return;let _0x51dc61=_0x22b41a(_0x23cf52);if(!Number[_0x4619fd(0x669)](_0x51dc61)||_0x51dc61==null||_0x51dc61<0x0)return;let _0x2e51c4=(_0x706267=_0x23cf52[_0x4619fd(0x78e)])==null||(_0x706267=_0x706267[_0x4619fd(0x2f1)](_0x23cf52))==null?void 0x0:_0x706267[_0x4619fd(0x476)],_0x330714=_0x105528((_0x5a0abf=_0x23cf52['getConfig'])==null||(_0x5a0abf=_0x5a0abf['call'](_0x23cf52))==null?void 0x0:_0x5a0abf[_0x4619fd(0x400)],_0x21e99d[_0x4619fd(0x378)]),_0x284326=_0x2e51c4!=null&&_0x2e51c4[_0x4619fd(0x330)]?0x0:_0x105528(_0x2e51c4==null?void 0x0:_0x2e51c4[_0x4619fd(0x36e)],_0x21e99d[_0x4619fd(0x5ba)]),_0x3bd1a1=0x0;for(let _0x4f88dc=0x0;_0x4f88dc<_0x51dc61;_0x4f88dc++){var _0x2e3c44,_0x3667b4;((_0x2e3c44=_0x23cf52[_0x4619fd(0x150)])==null?void 0x0:_0x2e3c44[_0x4619fd(0x2f1)](_0x23cf52,_0x4f88dc))!==!0x1&&(_0x3bd1a1+=_0x105528((_0x3667b4=_0x23cf52['getColumnWidth'])==null?void 0x0:_0x3667b4[_0x4619fd(0x2f1)](_0x23cf52,_0x4f88dc),_0x330714));}return _0x284326+_0x3bd1a1+_0x59d49a['ScrollBar']['DEFAULT_TOTAL_SIZE'];}function _0x115bf0(_0x775a9a){return _0x48b60f(_0x775a9a['getRowCount']());}function _0x22b41a(_0x1dfa2e){return _0x48b60f(_0x1dfa2e['getColumnCount']());}function _0x48b60f(_0x3bd8f2){const _0x5b9cad=_0x3431b8;return typeof _0x3bd8f2==_0x5b9cad(0x445)&&Number[_0x5b9cad(0x669)](_0x3bd8f2)&&_0x3bd8f2>=0x0?Math[_0x5b9cad(0x2bf)](_0x3bd8f2):void 0x0;}function _0x105528(_0x5d56d0,_0x2da126){const _0x3987d0=_0x3431b8;return typeof _0x5d56d0==_0x3987d0(0x445)&&Number[_0x3987d0(0x669)](_0x5d56d0)&&_0x5d56d0>0x0?_0x5d56d0:_0x2da126;}function _0x371011(_0x2f9e78,_0x5b7913){const _0x28122d=_0x3431b8;return typeof _0x2f9e78==_0x28122d(0x445)&&Number[_0x28122d(0x669)](_0x2f9e78)&&_0x2f9e78>=0x0?_0x2f9e78:_0x5b7913;}function _0x40a9d7(){const _0x3a3332=_0x3431b8;return{'hostType':_0x21e99d['UniverInstanceType']['UNIVER_SHEET'],'entry':_0x3a3332(0x597),'layout':_0x3a3332(0x322),'supportedLayouts':[_0x3a3332(0x322),_0x3a3332(0x765),_0x3a3332(0x1a3),_0x3a3332(0x2b9)],'menuBehavior':_0x3a3332(0x6d0)};}function _0xcda378(){const _0x5a25df=_0x3431b8;return{'hostType':_0x21e99d[_0x5a25df(0x601)][_0x5a25df(0x1d4)],'entry':_0x5a25df(0x324),'layout':_0x5a25df(0x2d0),'supportedLayouts':['tab-peer'],'menuBehavior':_0x5a25df(0x654),'mount':_0x1b2345=>{const _0x194721=_0x5a25df;let _0x18f754=_0x58e15d(_0x194721(0x140),_0x1b2345[_0x194721(0x723)][_0x194721(0x7a9)]);return _0x18f754?{'hostElement':_0x18f754}:{};}};}function _0x58e15d(_0x5da14d,_0x4dbbf4){const _0x431822=_0x3431b8;return document[_0x431822(0x73b)]('['+_0x5da14d+'=\x22'+_0x251620(_0x4dbbf4)+'\x22]');}function _0x251620(_0x1a7cf9){const _0x1a9d13=_0x3431b8;return _0x1a7cf9[_0x1a9d13(0x559)](/\\/g,'\x5c\x5c')[_0x1a9d13(0x559)](/"/g,'\x5c\x22');}function _0x4477c9(_0x57ae1e){const _0x965486=_0x3431b8;let _0x15c718=_0x57ae1e[_0x965486(0x2e0)](_0x21e99d[_0x965486(0x297)])?_0x57ae1e['get'](_0x21e99d['IUniverInstanceService']):void 0x0,_0x224b9f=_0x57ae1e[_0x965486(0x2e0)](_0x59d49a[_0x965486(0x738)])?_0x57ae1e['get'](_0x59d49a[_0x965486(0x738)]):void 0x0;return{'childType':_0x21e99d[_0x965486(0x601)][_0x965486(0x1d4)],'getStickyHeaderHeight':_0x1fdf58=>{const _0x500062=_0x965486;let _0x441771=_0x1fdf58[_0x500062(0x676)][_0x500062(0x795)]??_0x15c718;return _0xaa6bcd(_0x441771==null?void 0x0:_0x441771[_0x500062(0x348)](_0x1fdf58['childUnitId'],_0x21e99d[_0x500062(0x601)]['UNIVER_SHEET']));},'subscribeVerticalScroll':(_0xd362ef,_0xe93239)=>{const _0x5aa216=_0x965486;var _0x3bdf57,_0x270f55;let _0x8a291b=((_0x3bdf57=_0xd362ef[_0x5aa216(0x676)])==null?void 0x0:_0x3bdf57[_0x5aa216(0x644)])??_0x57ae1e,_0x34c949=_0x8a291b!==_0x57ae1e&&_0x8a291b[_0x5aa216(0x2e0)](_0x59d49a[_0x5aa216(0x738)])?_0x8a291b[_0x5aa216(0x1da)](_0x59d49a[_0x5aa216(0x738)]):_0x224b9f,_0x428b9f=_0x34c949==null||(_0x270f55=_0x34c949[_0x5aa216(0x800)](_0xd362ef[_0x5aa216(0x3bc)]))==null||(_0x270f55=_0x270f55[_0x5aa216(0x491)])==null?void 0x0:_0x270f55[_0x5aa216(0x133)](_0x59d49a['SHEET_VIEWPORT_KEY'][_0x5aa216(0x381)]);if(!_0x428b9f)return;let _0x43305c=_0x428b9f[_0x5aa216(0x121)][_0x5aa216(0x3f9)](_0x59c528=>{const _0x9d59fa=_0x5aa216;_0xe93239(_0x59c528[_0x9d59fa(0x1e3)]??_0x428b9f[_0x9d59fa(0x1e3)]??0x0);});return(0x0,_0x21e99d[_0x5aa216(0x7b6)])(()=>_0x43305c[_0x5aa216(0x2f3)]());},'handleWheel':_0x18d8ce=>{const _0x21cf02=_0x965486;var _0x54fdb8;if(_0x18d8ce[_0x21cf02(0x64b)]!==_0x21cf02(0x518)&&_0x2c86c5(_0x18d8ce['layout'],_0x18d8ce[_0x21cf02(0x272)]))return!0x1;let _0x5827e0=((_0x54fdb8=_0x18d8ce[_0x21cf02(0x676)])==null?void 0x0:_0x54fdb8[_0x21cf02(0x644)])??_0x57ae1e,_0x3835fa=_0x5827e0!==_0x57ae1e&&_0x5827e0[_0x21cf02(0x2e0)](_0x59d49a[_0x21cf02(0x738)])?_0x5827e0[_0x21cf02(0x1da)](_0x59d49a['IRenderManagerService']):_0x224b9f;if(!_0x3835fa)return!0x1;let _0x4f08b5=_0x3835fa['getRenderUnitById'](_0x18d8ce[_0x21cf02(0x3bc)]),_0xbbabce=_0x4f08b5==null?void 0x0:_0x4f08b5[_0x21cf02(0x491)];return _0x3f74a2(_0x18d8ce,_0xbbabce==null?void 0x0:_0xbbabce[_0x21cf02(0x133)](_0x59d49a[_0x21cf02(0x600)][_0x21cf02(0x381)]),_0xbbabce);}};}function _0x585882(_0x3d4d6a){const _0x2db4ae=_0x3431b8;let _0x5aeeea=[];return[['base',_0x26ee58['SheetsUIMenuSchema'],0x0],[_0x2db4ae(0x5c4),_0x2bf96f[_0x2db4ae(0x7ca)],0x64],['numfmt',_0x16ef27[_0x2db4ae(0x6e6)],0x64],[_0x2db4ae(0x6e8),_0x343139[_0x2db4ae(0x4e7)],0x64],[_0x2db4ae(0x715),_0x507f27[_0x2db4ae(0x3c8)],0x64],['filter',_0x452a3f[_0x2db4ae(0x260)],0x64],[_0x2db4ae(0x5a3),_0x399b45['SheetsDrawingUIMenuSchema'],0x64],[_0x2db4ae(0x842),_0x3da0f7['SheetsSortUIMenuSchema'],0x64],[_0x2db4ae(0x1c7),_0xe98019[_0x2db4ae(0x1b1)],0x64],['thread-comment',_0x27112d[_0x2db4ae(0x44d)],0x64],[_0x2db4ae(0x3ca),_0x478a8b['SheetsTableUIMenuSchema'],0x64],[_0x2db4ae(0x3f2),_0x1fefc8['SheetsNoteUIMenuSchema'],0x64],[_0x2db4ae(0x43c),_0x351483[_0x2db4ae(0x309)],0x64],[_0x2db4ae(0x6ce),_0x5b8907[_0x2db4ae(0x720)],0x64],['chart',_0xec8a6a[_0x2db4ae(0x351)],0x64],[_0x2db4ae(0x1c1),_0x55519e[_0x2db4ae(0x4a3)],0x64],['shape',_0x3ac220[_0x2db4ae(0x25e)],0x64]]['forEach'](([_0x1d029a,_0x141656,_0x56f800])=>{const _0x29e906=_0x2db4ae;let _0x25a8e1=_0x5a101b(_0x3d4d6a,{'id':_0x29e906(0x37f)+_0x1d029a,'childType':_0x21e99d['UniverInstanceType']['UNIVER_SHEET'],'surface':_0x29e906(0x5ae),'order':_0x56f800,'menuSchema':_0x141656});_0x25a8e1&&_0x5aeeea[_0x29e906(0x49d)](_0x25a8e1);}),(0x0,_0x21e99d[_0x2db4ae(0x7b6)])(()=>_0x5aeeea[_0x2db4ae(0x7ce)](_0xb580a=>_0xb580a[_0x2db4ae(0x403)]()));}function _0x3d3d7a(){const _0x2e956e=_0x3431b8;return _0x475ddf({'childType':_0x21e99d[_0x2e956e(0x601)][_0x2e956e(0x1d4)],'productName':'Sheets'});}function _0x513600(_0x2a2121){const _0x5f1f1c=_0x3431b8;return{'childType':_0x21e99d['UniverInstanceType']['UNIVER_SHEET'],'supportedLayouts':[_0x5f1f1c(0x2d0),_0x5f1f1c(0x4a1),_0x5f1f1c(0x1a3)],'canvasRootClassName':_0x5f1f1c(0x5f7),'beforeDeactivate':_0x515502,'mount':_0x15cdeb=>{const _0x44e241=_0x5f1f1c;var _0x43e05e;let _0x33cfb1=_0x15cdeb[_0x44e241(0x676)][_0x44e241(0x644)],_0x52a1b4=_0x15cdeb[_0x44e241(0x676)][_0x44e241(0x6ec)][_0x44e241(0x391)]??_0x15cdeb[_0x44e241(0x74a)][_0x44e241(0x64f)]??_0x15cdeb[_0x44e241(0x74a)][_0x44e241(0x560)]??_0x15cdeb[_0x44e241(0x74a)]['rootElement'],_0x1a4dd5=_0x15cdeb[_0x44e241(0x676)][_0x44e241(0x6ec)][_0x44e241(0x56e)]??_0x15cdeb[_0x44e241(0x74a)][_0x44e241(0x560)]??_0x52a1b4;_0x52a1b4['dataset'][_0x44e241(0x1d1)]=_0x15cdeb[_0x44e241(0x3bc)],_0x52a1b4[_0x44e241(0x5be)][_0x44e241(0x80c)]=_0x44e241(0x449),_0x1a4dd5['dataset'][_0x44e241(0x1d1)]=_0x15cdeb[_0x44e241(0x3bc)],_0x1a4dd5[_0x44e241(0x5be)][_0x44e241(0x80c)]=_0x44e241(0x15e);let _0x4e4fbc=_0x15cdeb[_0x44e241(0x644)][_0x44e241(0x1da)](_0x21e99d['IUniverInstanceService'])[_0x44e241(0x348)](_0x15cdeb[_0x44e241(0x3bc)],_0x21e99d[_0x44e241(0x601)]['UNIVER_SHEET']),_0x4cbe25=_0x4e4fbc?_0x4d909f(_0x15cdeb,_0x2a2121,_0x29dd72=>_0x3c0e67(_0x4e4fbc,_0x29dd72)):(0x0,_0x21e99d[_0x44e241(0x7b6)])(()=>{}),_0x1ffa3e=_0x431077(_0x15cdeb,_0x59d49a[_0x44e241(0x738)],_0x52a1b4,{'scopedRenderInjector':!0x0})??(0x0,_0x21e99d[_0x44e241(0x7b6)])(()=>{}),_0x3a2a5f=_0x12e850(_0x15cdeb),_0x1df4d1=_0x371788(_0x15cdeb,_0x1a4dd5),_0x42b9d4=_0x340eb8(_0x1a4dd5);return _0x42b9d4['render']((0x0,_0x520e3c[_0x44e241(0x11b)])(_0x17c507,{'injector':_0x33cfb1,'mountContainer':_0x15cdeb['runtimeScope'][_0x44e241(0x6ec)][_0x44e241(0x536)],'embedId':_0x15cdeb[_0x44e241(0x73e)],'children':(0x0,_0x520e3c[_0x44e241(0x11b)])(_0x16249f,{'canvasRoot':_0x52a1b4,'showChrome':_0x14670a(_0x15cdeb),'readonly':((_0x43e05e=_0x15cdeb['descriptor'])==null?void 0x0:_0x43e05e['mode'])===_0x44e241(0x1e0),'unitId':_0x15cdeb[_0x44e241(0x3bc)]})})),(0x0,_0x21e99d[_0x44e241(0x7b6)])(()=>{const _0xbdd38c=_0x44e241;_0x4cbe25['dispose'](),_0x1df4d1[_0xbdd38c(0x403)](),_0x3a2a5f['dispose'](),_0x1ffa3e['dispose'](),_0x9a59f3(_0x42b9d4),_0x52a1b4[_0xbdd38c(0x30e)]&&(_0x52a1b4[_0xbdd38c(0x7b5)](_0xbdd38c(0x2b5)),_0x52a1b4['removeAttribute'](_0xbdd38c(0x4a9))),_0x1a4dd5[_0xbdd38c(0x30e)]&&(_0x1a4dd5[_0xbdd38c(0x7b5)](_0xbdd38c(0x2b5)),_0x1a4dd5['removeAttribute'](_0xbdd38c(0x4a9)));});}};}function _0x12e850(_0x20213d){const _0x549d0d=_0x3431b8;var _0x41e64f;if(_0x20213d['layout']!=='docs-sticky-sheet')return(0x0,_0x21e99d['toDisposable'])(()=>{});let _0x5f1ff1=(_0x41e64f=_0x20213d['injector'][_0x549d0d(0x1da)](_0x59d49a[_0x549d0d(0x738)])[_0x549d0d(0x800)](_0x20213d[_0x549d0d(0x3bc)]))==null||(_0x41e64f=_0x41e64f[_0x549d0d(0x491)]['getViewport'](_0x59d49a[_0x549d0d(0x600)][_0x549d0d(0x381)]))==null?void 0x0:_0x41e64f['getScrollBar']();if(!_0x5f1ff1)return(0x0,_0x21e99d[_0x549d0d(0x7b6)])(()=>{});let _0x201829=_0x5f1ff1[_0x549d0d(0x3c9)];return _0x5f1ff1['hideTrackWhenUnscrollable']=!0x0,(0x0,_0x21e99d[_0x549d0d(0x7b6)])(()=>{const _0x2e78c8=_0x549d0d;_0x5f1ff1[_0x2e78c8(0x3c9)]=_0x201829;});}function _0x3c0e67(_0x43e90b,_0x5cfd7d){const _0x5a205e=_0x3431b8;var _0x1c9cad;let _0x45aed6=_0x5cfd7d==null?void 0x0:_0x5cfd7d[_0x5a205e(0x70a)],_0x4131fb=(_0x45aed6?_0x43e90b[_0x5a205e(0x77b)](_0x45aed6):void 0x0)??_0x43e90b[_0x5a205e(0x6a7)]()[0x0];_0x4131fb&&((_0x1c9cad=_0x43e90b[_0x5a205e(0x3e7)](!0x0))==null?void 0x0:_0x1c9cad['getSheetId']())!==_0x4131fb[_0x5a205e(0x1ba)]()&&_0x43e90b[_0x5a205e(0x3e5)](_0x4131fb);}function _0x515502(_0x1a7e7f){const _0xfe3d9a=_0x3431b8;var _0x92d837;(_0x92d837=_0x1a7e7f[_0xfe3d9a(0x676)]['commandService'])==null||_0x92d837[_0xfe3d9a(0x4d1)](_0x26ee58[_0xfe3d9a(0x15d)]['id'],{'visible':!0x1,'eventType':_0x59d49a[_0xfe3d9a(0x679)]['PointerDown'],'unitId':_0x1a7e7f[_0xfe3d9a(0x3bc)]}),_0x1a7e7f[_0xfe3d9a(0x676)][_0xfe3d9a(0x644)][_0xfe3d9a(0x2e0)](_0x26ee58[_0xfe3d9a(0x5e7)])&&_0x1a7e7f[_0xfe3d9a(0x676)]['injector'][_0xfe3d9a(0x1da)](_0x26ee58[_0xfe3d9a(0x5e7)])[_0xfe3d9a(0x810)](_0x1a7e7f['childUnitId']);}function _0x14670a(_0x3d7d49){const _0x11b15c=_0x3431b8;return _0x3d7d49[_0x11b15c(0x74a)][_0x11b15c(0x79a)]===_0x11b15c(0x69a)||!!_0x3d7d49[_0x11b15c(0x74a)][_0x11b15c(0x7ea)];}function _0x31e5cf(_0x3aefc3,_0x11ddac){const _0x43d868=_0x3431b8;let _0x4cba89=_0x3aefc3[_0x43d868(0x594)][_0x43d868(0x1db)],_0x69786a=_0x3aefc3[_0x43d868(0x594)]['bottom'];return _0x3aefc3['style'][_0x43d868(0x1db)]=_0x11ddac['formulaBar']?'28px':'',_0x3aefc3[_0x43d868(0x594)][_0x43d868(0x7e3)]=_0x11ddac['sheetBar']?_0x26ee58[_0x43d868(0x1e2)]+'px':'',(0x0,_0x21e99d[_0x43d868(0x7b6)])(()=>{const _0x3b15e7=_0x43d868;_0x3aefc3['style']['top']=_0x4cba89,_0x3aefc3[_0x3b15e7(0x594)][_0x3b15e7(0x7e3)]=_0x69786a;});}function _0x371788(_0x2a252f,_0x46e95b){const _0x10f065=_0x3431b8;var _0x11f0fe,_0x22213e;return(_0x11f0fe=_0x2a252f[_0x10f065(0x644)])!=null&&(_0x22213e=_0x11f0fe[_0x10f065(0x2e0)])!=null&&_0x22213e[_0x10f065(0x2f1)](_0x11f0fe,_0x2c4f4c)?_0x2a252f[_0x10f065(0x644)][_0x10f065(0x1da)](_0x2c4f4c)['register']({'embedId':_0x2a252f[_0x10f065(0x73e)],'childUnitId':_0x2a252f[_0x10f065(0x3bc)],'root':_0x2a252f[_0x10f065(0x74a)]['rootElement'],'contentRoot':_0x46e95b}):(0x0,_0x21e99d[_0x10f065(0x7b6)])(()=>{});}function _0x16249f(_0xd72447){const _0x3607d9=_0x3431b8;let {canvasRoot:_0x27d276,readonly:_0x3bb0b5,showChrome:_0x1f8656,unitId:_0x2c9d0e}=_0xd72447,_0x23b6bc=(0x0,_0x384c00['useConfigValue'])(_0x26ee58['SHEETS_UI_PLUGIN_CONFIG_KEY']),_0x15bdcb=(0x0,_0x384c00[_0x3607d9(0x4eb)])(_0x384c00['ComponentManager']),_0x372bb5=_0x15bdcb[_0x3607d9(0x1da)](_0x3607d9(0x762))??_0x15bdcb[_0x3607d9(0x1da)]('ShapeTextEditorContainer'),_0x10021e=_0x1f8656&&(_0x23b6bc==null?void 0x0:_0x23b6bc['formulaBar'])!==!0x1,_0x13583a=_0x23b6bc==null?void 0x0:_0x23b6bc[_0x3607d9(0x289)],_0x491829=_0x1f8656&&_0x13583a!==!0x1&&(typeof _0x13583a!=_0x3607d9(0x505)||_0x13583a['sheetBar']!==!0x1);return(0x0,_0x373e09[_0x3607d9(0x59d)])(()=>{const _0x3977f4=_0x3607d9;let _0xcb4fce=_0x31e5cf(_0x27d276,{'formulaBar':_0x10021e,'sheetBar':_0x491829});return()=>_0xcb4fce[_0x3977f4(0x403)]();},[_0x27d276,_0x10021e,_0x491829]),(0x0,_0x520e3c[_0x3607d9(0x65c)])(_0x520e3c['Fragment'],{'children':[(0x0,_0x520e3c['jsx'])(_0x3607d9(0x555),{'className':_0x3607d9(0x26d),'data-u-comp':'sheet-embed-float-dom-root','children':(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x384c00[_0x3607d9(0x66d)],{'unitId':_0x2c9d0e})}),_0x10021e&&(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x3607d9(0x555),{'className':_0x3607d9(0x840),'style':{'height':0x1c},'children':(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x26ee58['FormulaBar'],{})}),!_0x3bb0b5&&_0x372bb5&&(0x0,_0x520e3c['jsx'])(_0x372bb5,{}),!_0x3bb0b5&&!(_0x23b6bc!=null&&_0x23b6bc[_0x3607d9(0x7e6)])&&(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x26ee58[_0x3607d9(0x7c3)],{}),!_0x3bb0b5&&(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x26ee58[_0x3607d9(0x151)],{}),_0x491829&&(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x3607d9(0x555),{'className':_0x3607d9(0x24c),'style':{'height':_0x26ee58['SHEET_FOOTER_BAR_HEIGHT']},'children':(0x0,_0x520e3c[_0x3607d9(0x11b)])(_0x26ee58[_0x3607d9(0x4fc)],{})})]});}let _0x24d3b6=(0x0,_0x373e09['forwardRef'])(({children:_0x521678,className:_0x3371fa,title:_0x23e4d7,onClick:_0x4a01f9,onMouseDown:_0x535ead,onPointerDown:_0x506355,..._0x48b3eb},_0x1ae7a3)=>{const _0x3daff4=_0x3431b8;let _0x102d32=(0x0,_0x384c00[_0x3daff4(0x4eb)])(_0x21e99d[_0x3daff4(0x20e)])['t'](_0x23e4d7);return(0x0,_0x520e3c['jsx'])(_0x5b4c13['Button'],{'ref':_0x1ae7a3,'type':_0x3daff4(0x681),'size':_0x3daff4(0x273),'variant':'ghost','aria-label':_0x102d32,'title':_0x102d32,'className':(0x0,_0x5b4c13[_0x3daff4(0x2c6)])(_0x3daff4(0x269),_0x3371fa),'onPointerDown':_0xc0b640=>{const _0x4a4752=_0x3daff4;_0xc0b640[_0x4a4752(0x432)](),_0x506355==null||_0x506355(_0xc0b640);},'onMouseDown':_0x2e31be=>{const _0x5437cf=_0x3daff4;_0x2e31be[_0x5437cf(0x432)](),_0x535ead==null||_0x535ead(_0x2e31be);},'onClick':_0x2d50e6=>{_0x4a01f9==null||_0x4a01f9(_0x2d50e6),_0x2d50e6['stopPropagation']();},..._0x48b3eb,'children':_0x521678});}),_0x528bc5=(0x0,_0x373e09[_0x3431b8(0x2ec)])(({title:_0xa31b9,primary:_0x5d5f87,disabled:_0x55f285,open:_0x1aa671,onPrimaryClick:_0xd024ef,onMouseDown:_0x53eaea,onPointerDown:_0x32dfda,onClick:_0x3d02d1,..._0x4b56ca},_0x214d18)=>(0x0,_0x520e3c[_0x3431b8(0x65c)])(_0x3431b8(0x555),{'ref':_0x214d18,'className':(0x0,_0x5b4c13[_0x3431b8(0x2c6)])(_0x3431b8(0x6af),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x1aa671,'univer-cursor-not-allowed\x20univer-opacity-60':_0x55f285}),'onPointerDown':_0x468abe=>{const _0x113219=_0x3431b8;_0x468abe[_0x113219(0x432)](),_0x32dfda==null||_0x32dfda(_0x468abe);},'onMouseDown':_0x2df4c7=>{const _0x123466=_0x3431b8;_0x2df4c7[_0x123466(0x432)](),_0x53eaea==null||_0x53eaea(_0x2df4c7);},'onClick':_0x4b1bfe=>{const _0x52f3ec=_0x3431b8;_0x3d02d1==null||_0x3d02d1(_0x4b1bfe),_0x4b1bfe[_0x52f3ec(0x432)]();},..._0x4b56ca,'children':[(0x0,_0x520e3c['jsx'])(_0x3431b8(0x681),{'type':_0x3431b8(0x681),'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','disabled':_0x55f285,'onClick':_0x303339=>{_0x303339['stopPropagation'](),_0xd024ef();},'children':_0x5d5f87}),(0x0,_0x520e3c[_0x3431b8(0x11b)])(_0x5b4c13['Separator'],{'orientation':_0x3431b8(0x4c7)}),(0x0,_0x520e3c[_0x3431b8(0x11b)])(_0x3431b8(0x681),{'type':_0x3431b8(0x681),'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-white\x20dark:hover:!univer-bg-gray-600','disabled':_0x55f285,'children':(0x0,_0x520e3c[_0x3431b8(0x11b)])(_0x3b926f,{})})]}));_0x528bc5[_0x3431b8(0x1cf)]=_0x3431b8(0x78b);function _0x4ae029(_0x121854){const _0x16f0f5=_0x3431b8;let {children:_0x3302cb,title:_0x3207ca,className:_0x1b3a15,disabled:_0x3abfe2,active:_0xc3b5ac,onClick:_0x3a0aec}=_0x121854;return(0x0,_0x520e3c[_0x16f0f5(0x11b)])(_0x5b4c13[_0x16f0f5(0x446)],{'title':_0x3207ca,'placement':_0x16f0f5(0x7e3),'children':(0x0,_0x520e3c['jsx'])(_0x384c00[_0x16f0f5(0x118)],{'className':(0x0,_0x5b4c13[_0x16f0f5(0x2c6)])(_0x16f0f5(0x544),_0x1b3a15),'disabled':_0x3abfe2,'active':_0xc3b5ac,'onClick':_0x3a0aec,'children':_0x3302cb})});}function _0x4c66f4(_0x558a11){const _0x1e713f=_0x3431b8;let {item:_0x1e2635,children:_0x4c16a9,title:_0x5345e3,onClick:_0xffb6b7}=_0x558a11,{hidden:_0x51f5e5,disabled:_0x1c77d4,activated:_0x5be66b}=_0x47997d(_0x1e2635),_0x2cd74d=(0x0,_0x384c00[_0x1e713f(0x4eb)])(_0x21e99d[_0x1e713f(0x20e)]);return!_0x1e2635||_0x51f5e5?null:(0x0,_0x520e3c[_0x1e713f(0x11b)])(_0x4ae029,{'title':_0x2cd74d['t'](_0x5345e3),'disabled':_0x1c77d4,'active':_0x5be66b,'onClick':_0xffb6b7,'children':_0x4c16a9});}function _0x47997d(_0x1d25a0){const _0x13e340=_0x3431b8;return{'hidden':(0x0,_0x384c00[_0x13e340(0x64e)])(()=>{const _0x36f9aa=_0x13e340;var _0x1602da;return(_0x1d25a0==null||(_0x1602da=_0x1d25a0[_0x36f9aa(0x12a)])==null?void 0x0:_0x1602da['pipe']((0x0,_0x465e89[_0x36f9aa(0x818)])(!0x1)))??(0x0,_0x465e89['of'])(!0x1);},!0x1,!0x1,[_0x1d25a0]),'disabled':(0x0,_0x384c00[_0x13e340(0x64e)])(()=>{const _0x517ba6=_0x13e340;var _0x5e7495;return(_0x1d25a0==null||(_0x5e7495=_0x1d25a0['disabled$'])==null?void 0x0:_0x5e7495[_0x517ba6(0x6e9)]((0x0,_0x465e89[_0x517ba6(0x818)])(!0x1)))??(0x0,_0x465e89['of'])(!0x1);},!0x1,!0x1,[_0x1d25a0]),'activated':(0x0,_0x384c00['useObservable'])(()=>{const _0x599874=_0x13e340;var _0x123681;return(_0x1d25a0==null||(_0x123681=_0x1d25a0[_0x599874(0x621)])==null?void 0x0:_0x123681[_0x599874(0x6e9)]((0x0,_0x465e89[_0x599874(0x818)])(!0x1)))??(0x0,_0x465e89['of'])(!0x1);},!0x1,!0x1,[_0x1d25a0]),'value':(0x0,_0x384c00[_0x13e340(0x64e)])(()=>{const _0x21ca85=_0x13e340;var _0x3e42e6;return(_0x1d25a0==null||(_0x3e42e6=_0x1d25a0[_0x21ca85(0x75c)])==null?void 0x0:_0x3e42e6[_0x21ca85(0x6e9)]((0x0,_0x465e89[_0x21ca85(0x818)])(void 0x0)))??(0x0,_0x465e89['of'])(void 0x0);},void 0x0,!0x1,[_0x1d25a0])};}function _0x24a69d(_0x44535e){const _0x5bdaaa=_0x3431b8;return _0x44535e[_0x5bdaaa(0x57c)]??_0x44535e['title']??_0x44535e['id'];}function _0x4da90c(_0x53e63f){const _0x5675f=_0x3431b8;return typeof _0x53e63f[_0x5675f(0x58f)]==_0x5675f(0x202)?_0x53e63f[_0x5675f(0x58f)]:typeof _0x53e63f[_0x5675f(0x750)]==_0x5675f(0x202)||typeof _0x53e63f[_0x5675f(0x750)]==_0x5675f(0x445)?String(_0x53e63f['value']):_0x53e63f['id']??'';}function _0x41b673(_0x1eb86c){const _0x1e9dac=_0x3431b8;return _0x1eb86c===_0x21e99d[_0x1e9dac(0x7d3)][_0x1e9dac(0x4c0)]?(0x0,_0x520e3c[_0x1e9dac(0x11b)])(_0x455cc0,{}):_0x1eb86c===_0x21e99d[_0x1e9dac(0x7d3)][_0x1e9dac(0x1ea)]?(0x0,_0x520e3c['jsx'])(_0x12ab9b,{}):(0x0,_0x520e3c[_0x1e9dac(0x11b)])(_0x507cb4,{});}function _0x182acc(_0x25f041){const _0x2c7411=_0x3431b8;return _0x25f041 instanceof HTMLElement&&!!_0x25f041[_0x2c7411(0x5a8)]('button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select');}function _0x41e6d8(_0x518c61){const _0x5c5521=_0x3431b8;_0x518c61['stopPropagation'](),_0x182acc(_0x518c61[_0x5c5521(0x692)])||_0x518c61[_0x5c5521(0x361)]();}function _0x2f1f8b(_0x7232a4,_0x532265){const _0x106b9c=_0x3431b8;if(!(_0x7232a4 instanceof HTMLElement))return!0x1;let _0x42bf1e=_0x7232a4[_0x106b9c(0x5a8)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]');return(_0x42bf1e==null?void 0x0:_0x42bf1e[_0x106b9c(0x623)](_0x106b9c(0x6b6)))===_0x532265;}function _0x382a61(_0x2cc932,_0x671f88){let _0x5d83e2=_0x2cc932['target'];_0x2f1f8b(_0x5d83e2,_0x671f88)&&_0x2cc932['preventDefault']();}function _0x2ba2c7(_0x3e21b9){const _0x41fdd7=_0x3431b8;let {embedId:_0x35021c,children:_0x548271,onPointerDown:_0x981f5a}=_0x3e21b9;return(0x0,_0x520e3c[_0x41fdd7(0x11b)])(_0x41fdd7(0x2be),{'data-embed-id':_0x35021c,'data-embed-floating-menu-popup':'true','className':_0x41fdd7(0x4ed),'onPointerDown':_0x981f5a,'onMouseDown':_0x41e6d8,'children':_0x548271});}function _0x48ae59(_0x4ac96d){const _0x30d7dc=_0x3431b8;let {children:_0x3988a4}=_0x4ac96d;return(0x0,_0x520e3c[_0x30d7dc(0x11b)])(_0x30d7dc(0x555),{'className':_0x30d7dc(0x364),'children':_0x3988a4});}function _0x4d293e(_0x2043cb){const _0x8043d0=_0x3431b8;let {embedId:_0x4320da,title:_0x4196c4,trigger:_0x29d8bf,overlay:_0x245c90,disabled:_0xaf401e,triggerClassName:_0x43c54e,open:_0x4d9fd7,onOpenChange:_0x37a1d3}=_0x2043cb;return(0x0,_0x520e3c[_0x8043d0(0x11b)])(_0x5b4c13[_0x8043d0(0x5e8)],{'disabled':_0xaf401e,'align':_0x8043d0(0x39b),'sideOffset':0x6,'open':_0x4d9fd7,'onOpenChange':_0x37a1d3,'onPointerDownOutside':_0x1c86cf=>_0x382a61(_0x1c86cf,_0x4320da),'onFocusOutside':_0x209a4a=>_0x382a61(_0x209a4a,_0x4320da),'onInteractOutside':_0x564b1a=>_0x382a61(_0x564b1a,_0x4320da),'overlay':(0x0,_0x520e3c[_0x8043d0(0x11b)])(_0x8043d0(0x555),{'data-embed-id':_0x4320da,'data-embed-floating-menu-popup':_0x8043d0(0x563),'onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':_0x245c90}),'children':(0x0,_0x520e3c['jsx'])(_0x24d3b6,{'title':_0x4196c4,'data-state':_0x4d9fd7?_0x8043d0(0x768):_0x8043d0(0x5b8),'disabled':_0xaf401e,'className':_0x43c54e,'children':_0x29d8bf})});}function _0x55be46(_0x5d865d){const _0x1053cc=_0x3431b8;let {children:_0x13bd06}=_0x5d865d;return(0x0,_0x520e3c[_0x1053cc(0x11b)])(_0x1053cc(0x2be),{'className':_0x1053cc(0x1dc),'onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':_0x13bd06});}function _0x34541e(_0xab0ca5){const _0x57c0ea=_0x3431b8;let {children:_0x2ce18f}=_0xab0ca5;return(0x0,_0x520e3c['jsx'])('section',{'className':_0x57c0ea(0x6c8),'onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':_0x2ce18f});}function _0x362a64(_0x5cd26d){const _0x1d03cc=_0x3431b8;let {children:_0x3455ee,icon:_0x2d24a9,onClick:_0x5e28fb}=_0x5cd26d;return(0x0,_0x520e3c[_0x1d03cc(0x65c)])(_0x1d03cc(0x681),{'type':_0x1d03cc(0x681),'className':_0x1d03cc(0x303),'onClick':_0x5e28fb,'children':[(0x0,_0x520e3c[_0x1d03cc(0x11b)])(_0x1d03cc(0x136),{'className':_0x1d03cc(0x7ee),'children':_0x2d24a9}),(0x0,_0x520e3c[_0x1d03cc(0x11b)])(_0x1d03cc(0x136),{'className':_0x1d03cc(0x3c1),'children':_0x3455ee})]});}function _0x4088c7(_0xa2a65c){const _0x2f0923=_0x3431b8;let {children:_0x59bdf5,icon:_0x3c39ed,active:_0x4e3cee,onClick:_0x2f4886}=_0xa2a65c;return(0x0,_0x520e3c[_0x2f0923(0x65c)])(_0x2f0923(0x681),{'type':_0x2f0923(0x681),'className':(0x0,_0x5b4c13[_0x2f0923(0x2c6)])(_0x2f0923(0x732),{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x4e3cee}),'onClick':_0x2f4886,'children':[_0x3c39ed,_0x59bdf5]});}function _0x5c83ef(_0x9f20ef){const _0x38ab4c=_0x3431b8;let {title:_0x6d0180,active:_0x3fc949,disabled:_0x2581ac,children:_0x33927d,onClick:_0x797387}=_0x9f20ef;return(0x0,_0x520e3c[_0x38ab4c(0x11b)])(_0x5b4c13[_0x38ab4c(0x446)],{'title':(0x0,_0x384c00[_0x38ab4c(0x4eb)])(_0x21e99d[_0x38ab4c(0x20e)])['t'](_0x6d0180),'placement':'bottom','children':(0x0,_0x520e3c[_0x38ab4c(0x11b)])(_0x384c00[_0x38ab4c(0x118)],{'className':_0x38ab4c(0x29f),'disabled':_0x2581ac,'active':_0x3fc949,'onClick':_0x797387,'children':_0x33927d})});}function _0x391758(){return[..._0x26ee58['BORDER_LINE_CHILDREN']];}function _0x7b1848(){const _0x5e843f=_0x3431b8;return[..._0x384c00[_0x5e843f(0x376)]];}function _0x4ac946(_0x58c9a9){const _0x11b042=_0x3431b8;return!_0x58c9a9||!(_0x11b042(0x799)in _0x58c9a9)||!Array[_0x11b042(0x11f)](_0x58c9a9['selections'])?[]:_0x58c9a9[_0x11b042(0x799)];}function _0x3603fe(_0x4374d3){const _0x46e238=_0x3431b8;let {menuItem:_0x27b038,onClick:_0xc73e16}=_0x4374d3,{hidden:_0x1d4df5,disabled:_0x490a12,value:_0x278172}=_0x47997d(_0x27b038),_0x3037d6=(0x0,_0x384c00[_0x46e238(0x4eb)])(_0x21e99d[_0x46e238(0x20e)]);if(!_0x27b038||_0x1d4df5)return null;let _0xd344d6=_0x3037d6['t'](_0x46e238(0x337));return(0x0,_0x520e3c[_0x46e238(0x11b)])(_0x5b4c13[_0x46e238(0x446)],{'title':_0xd344d6,'placement':'bottom','children':(0x0,_0x520e3c[_0x46e238(0x65c)])(_0x24d3b6,{'title':_0xd344d6,'disabled':_0x490a12,'onClick':_0xc73e16,'children':[(0x0,_0x520e3c['jsx'])(_0x2b0671,{}),(0x0,_0x520e3c[_0x46e238(0x11b)])(_0x46e238(0x136),{'children':typeof _0x278172==_0x46e238(0x202)&&_0x278172?_0x278172:'General'}),(0x0,_0x520e3c['jsx'])(_0x3b926f,{})]})});}function _0x35dc40(_0x346824){const _0x118747=_0x3431b8;let {embedId:_0x1dc366,menuItem:_0x4c85f9,title:_0x5e03fd,open:_0x47e99c,onOpenChange:_0x14ff82,onSelect:_0x2fa835}=_0x346824,{hidden:_0x2a9ae2,disabled:_0x3a2a01,value:_0x54e98c}=_0x47997d(_0x4c85f9);if(!_0x4c85f9||_0x2a9ae2)return null;let _0x32f665=typeof _0x54e98c==_0x118747(0x202)&&_0x54e98c?_0x54e98c:_0x118747(0x1bc);return(0x0,_0x520e3c['jsx'])(_0x4d293e,{'embedId':_0x1dc366,'disabled':_0x3a2a01,'title':_0x5e03fd,'open':_0x47e99c,'onOpenChange':_0x14ff82,'trigger':(0x0,_0x520e3c[_0x118747(0x65c)])(_0x520e3c[_0x118747(0x805)],{'children':[(0x0,_0x520e3c['jsx'])(_0x118747(0x136),{'className':_0x118747(0x386),'children':_0x32f665}),(0x0,_0x520e3c[_0x118747(0x11b)])(_0x3b926f,{})]}),'overlay':(0x0,_0x520e3c[_0x118747(0x11b)])(_0x118747(0x555),{'className':_0x118747(0x506),'onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':(0x0,_0x520e3c[_0x118747(0x11b)])(_0x384c00[_0x118747(0x662)],{'value':_0x32f665,'onChange':_0x50e405=>{_0x2fa835(_0x50e405),_0x14ff82(!0x1);}})})});}function _0x1e9450(_0x5758b6){const _0x21b620=_0x3431b8;let {embedId:_0x4be46e,menuItem:_0x39401c,title:_0xbc49b4,open:_0x51be60,onOpenChange:_0x46110d,onSelect:_0x3fcb37}=_0x5758b6,{hidden:_0x85de91,disabled:_0x451670,value:_0x3caece}=_0x47997d(_0x39401c);if(!_0x39401c||_0x85de91)return null;let _0x762a35=typeof _0x3caece==_0x21b620(0x445)||typeof _0x3caece=='string'?Number(_0x3caece):0xb;return(0x0,_0x520e3c[_0x21b620(0x11b)])(_0x4d293e,{'embedId':_0x4be46e,'disabled':_0x451670,'title':_0xbc49b4,'open':_0x51be60,'onOpenChange':_0x46110d,'trigger':(0x0,_0x520e3c[_0x21b620(0x65c)])(_0x520e3c['Fragment'],{'children':[(0x0,_0x520e3c[_0x21b620(0x11b)])(_0x21b620(0x136),{'className':'univer-min-w-6\x20univer-text-left','children':_0x762a35}),(0x0,_0x520e3c[_0x21b620(0x11b)])(_0x3b926f,{})]}),'overlay':(0x0,_0x520e3c[_0x21b620(0x11b)])('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':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':_0x7b1848()[_0x21b620(0x27a)](_0x4412a3=>{const _0x22f119=_0x21b620;let _0x3e848c=Number(_0x4412a3[_0x22f119(0x750)])===_0x762a35;return(0x0,_0x520e3c[_0x22f119(0x65c)])('button',{'type':'button','className':(0x0,_0x5b4c13[_0x22f119(0x2c6)])(_0x22f119(0x7ed),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x3e848c}),'onClick':()=>{const _0x3c1f96=_0x22f119;_0x3fcb37(String(_0x4412a3[_0x3c1f96(0x750)])),_0x46110d(!0x1);},'children':[(0x0,_0x520e3c['jsx'])('span',{'children':_0x4412a3['label']}),_0x3e848c&&(0x0,_0x520e3c[_0x22f119(0x11b)])(_0x5cbf32,{'className':_0x22f119(0x41e)})]},_0x4412a3[_0x22f119(0x750)]);})})});}function _0x4c6d82(_0x334788){const _0x77120a=_0x3431b8;let {embedId:_0x273c28,menuItem:_0x5e4574,open:_0x3d5319,onOpenChange:_0x5e8e57,execute:_0x5a20b2}=_0x334788,{hidden:_0x2d1589,disabled:_0x589f96}=_0x47997d(_0x5e4574);return!_0x5e4574||_0x2d1589?null:(0x0,_0x520e3c['jsx'])(_0x4d293e,{'embedId':_0x273c28,'disabled':_0x589f96,'title':_0x77120a(0x618),'triggerClassName':_0x77120a(0x514),'open':_0x3d5319,'onOpenChange':_0x5e8e57,'trigger':(0x0,_0x520e3c[_0x77120a(0x65c)])(_0x520e3c['Fragment'],{'children':[(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x21e834,{}),(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x3b926f,{})]}),'overlay':(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x2ba2c7,{'embedId':_0x273c28,'onPointerDown':_0x13433c=>_0x13433c[_0x77120a(0x432)](),'children':(0x0,_0x520e3c[_0x77120a(0x65c)])(_0x48ae59,{'children':[(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x2d9f70,{'item':_0x5e4574,'title':_0x77120a(0x3ad),'onClick':()=>_0x5a20b2(_0x5e4574,{'value':_0x21e99d['HorizontalAlign'][_0x77120a(0x19f)]}),'children':(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x21e834,{})}),(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x2d9f70,{'item':_0x5e4574,'title':'embed-ui.sheetsFloating.align.center','onClick':()=>_0x5a20b2(_0x5e4574,{'value':_0x21e99d[_0x77120a(0x5a2)][_0x77120a(0x259)]}),'children':(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x1a1e22,{})}),(0x0,_0x520e3c['jsx'])(_0x2d9f70,{'item':_0x5e4574,'title':'embed-ui.sheetsFloating.align.right','onClick':()=>_0x5a20b2(_0x5e4574,{'value':_0x21e99d[_0x77120a(0x5a2)][_0x77120a(0x51d)]}),'children':(0x0,_0x520e3c[_0x77120a(0x11b)])(_0x3b7bd7,{})})]})})});}function _0x3e24c5(_0x461586){const _0x19da7a=_0x3431b8;let {embedId:_0x5bc20c,menuItem:_0x88526d,open:_0x3c3b7a,onOpenChange:_0x2102d1,execute:_0x2d66ee}=_0x461586,{hidden:_0x492afd,disabled:_0x3cd07f}=_0x47997d(_0x88526d);return!_0x88526d||_0x492afd?null:(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x4d293e,{'embedId':_0x5bc20c,'disabled':_0x3cd07f,'title':_0x19da7a(0x7eb),'triggerClassName':_0x19da7a(0x514),'open':_0x3c3b7a,'onOpenChange':_0x2102d1,'trigger':(0x0,_0x520e3c[_0x19da7a(0x65c)])(_0x520e3c['Fragment'],{'children':[(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x2f3ebf,{}),(0x0,_0x520e3c['jsx'])(_0x3b926f,{})]}),'overlay':(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x2ba2c7,{'embedId':_0x5bc20c,'onPointerDown':_0x4bc983=>_0x4bc983[_0x19da7a(0x432)](),'children':(0x0,_0x520e3c['jsxs'])(_0x48ae59,{'children':[(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x2d9f70,{'item':_0x88526d,'title':'embed-ui.sheetsFloating.align.top','onClick':()=>_0x2d66ee(_0x88526d,{'value':_0x21e99d[_0x19da7a(0x652)][_0x19da7a(0x7a0)]}),'children':(0x0,_0x520e3c['jsx'])(_0x4a1181,{})}),(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x2d9f70,{'item':_0x88526d,'title':'embed-ui.sheetsFloating.align.middle','onClick':()=>_0x2d66ee(_0x88526d,{'value':_0x21e99d[_0x19da7a(0x652)][_0x19da7a(0x634)]}),'children':(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x2f3ebf,{})}),(0x0,_0x520e3c['jsx'])(_0x2d9f70,{'item':_0x88526d,'title':_0x19da7a(0x81d),'onClick':()=>_0x2d66ee(_0x88526d,{'value':_0x21e99d[_0x19da7a(0x652)][_0x19da7a(0x2db)]}),'children':(0x0,_0x520e3c[_0x19da7a(0x11b)])(_0x45fdde,{})})]})})});}function _0x2d9f70(_0x382edb){const _0x327524=_0x3431b8;let {item:_0x30d7e1,title:_0x41c6dd,children:_0x42c0a4,onClick:_0x28bfc8}=_0x382edb,{hidden:_0x2f6c1a,disabled:_0x42c511,activated:_0x2e59be}=_0x47997d(_0x30d7e1);return!_0x30d7e1||_0x2f6c1a?null:(0x0,_0x520e3c[_0x327524(0x11b)])(_0x5c83ef,{'title':_0x41c6dd,'disabled':_0x42c511,'active':_0x2e59be,'onClick':_0x28bfc8,'children':_0x42c0a4});}function _0x11a636(_0x39bd08){const _0x406e4f=_0x3431b8;let {embedId:_0x5dd235,menuItem:_0x929e0d,title:_0x16da1d,icon:_0x47ae9e,defaultColor:_0x139458,open:_0x3ca810,onOpenChange:_0x1f0b32,onChange:_0x4277ba,onReset:_0x2833f8}=_0x39bd08,_0x152940=(0x0,_0x384c00['useDependency'])(_0x21e99d[_0x406e4f(0x20e)]),{hidden:_0x40cd9f,disabled:_0x5ad4e1,value:_0x410466}=_0x47997d(_0x929e0d),[_0x2f8714,_0x24ea69]=(0x0,_0x373e09['useState'])(_0x139458);return!_0x929e0d||_0x40cd9f?null:(0x0,_0x520e3c[_0x406e4f(0x11b)])(_0x5b4c13[_0x406e4f(0x5e8)],{'disabled':_0x5ad4e1,'align':_0x406e4f(0x39b),'sideOffset':0x6,'open':_0x3ca810,'onOpenChange':_0x1f0b32,'onPointerDownOutside':_0x4efcf1=>_0x382a61(_0x4efcf1,_0x5dd235),'onFocusOutside':_0x30110c=>_0x382a61(_0x30110c,_0x5dd235),'onInteractOutside':_0x339b6e=>_0x382a61(_0x339b6e,_0x5dd235),'overlay':(0x0,_0x520e3c[_0x406e4f(0x65c)])(_0x406e4f(0x555),{'data-embed-id':_0x5dd235,'data-embed-floating-menu-popup':_0x406e4f(0x563),'className':'univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':[(0x0,_0x520e3c[_0x406e4f(0x11b)])(_0x5b4c13[_0x406e4f(0x465)],{'value':typeof _0x410466==_0x406e4f(0x202)&&_0x410466?_0x410466:_0x2f8714,'onChange':_0x434bf4=>{_0x24ea69(_0x434bf4),_0x4277ba(_0x434bf4);}}),(0x0,_0x520e3c['jsx'])(_0x5b4c13[_0x406e4f(0x7d9)],{}),(0x0,_0x520e3c['jsxs'])(_0x406e4f(0x681),{'type':_0x406e4f(0x681),'className':_0x406e4f(0x6b5),'onClick':()=>{_0x24ea69(_0x139458),_0x2833f8(),_0x1f0b32(!0x1);},'children':[(0x0,_0x520e3c[_0x406e4f(0x11b)])(_0x40094c,{}),(0x0,_0x520e3c[_0x406e4f(0x11b)])(_0x406e4f(0x136),{'children':_0x152940['t'](_0x406e4f(0x3d6))})]})]}),'children':(0x0,_0x520e3c[_0x406e4f(0x11b)])(_0x24d3b6,{'title':_0x16da1d,'disabled':_0x5ad4e1,'children':_0x47ae9e})});}function _0x15c029(_0x2c5e12){const _0xdb0622=_0x3431b8;let {embedId:_0x1aef7a,menuItem:_0x51abc0,open:_0x8e3f54,onOpenChange:_0x441f66,onSelect:_0x1c49d8}=_0x2c5e12,_0x572957=(0x0,_0x384c00['useDependency'])(_0x21e99d[_0xdb0622(0x20e)]),_0x191c2d=(0x0,_0x384c00[_0xdb0622(0x4eb)])(_0x384c00[_0xdb0622(0x680)]),{hidden:_0x3488ce,disabled:_0x4f854b}=_0x47997d(_0x51abc0),[_0x2916fc,_0x1d51d5]=(0x0,_0x373e09[_0xdb0622(0x531)])(_0x21e99d[_0xdb0622(0x688)][_0xdb0622(0x3e6)]),[_0x17b069,_0x497f5a]=(0x0,_0x373e09[_0xdb0622(0x531)])(_0x21e99d[_0xdb0622(0x7c5)][_0xdb0622(0x1c9)]),[_0x47b315,_0x544bfa]=(0x0,_0x373e09['useState'])('#000000');if(!_0x51abc0||_0x3488ce)return null;let _0x26ebe7=(_0x17b4f9=_0x2916fc,_0x37ecdd=_0x17b069,_0x268cf5=_0x47b315)=>{_0x1d51d5(_0x17b4f9),_0x497f5a(_0x37ecdd),_0x544bfa(_0x268cf5),_0x1c49d8(_0x17b4f9,_0x37ecdd,_0x268cf5);},_0x31de03=_0x3a065d=>{const _0x56566f=_0xdb0622;var _0x25673c;return((_0x25673c=_0x391758()[_0x56566f(0x718)](_0x4532bf=>_0x4532bf[_0x56566f(0x750)]===_0x3a065d))==null?void 0x0:_0x25673c[_0x56566f(0x583)])??_0x56566f(0x290);},_0x243ae9=(_0x3cd15b,_0x298533=_0xdb0622(0x5b2))=>{const _0x1163ba=_0xdb0622;let _0x2ecec5=_0x191c2d[_0x1163ba(0x1da)](_0x3cd15b);return _0x2ecec5?(0x0,_0x520e3c[_0x1163ba(0x11b)])(_0x2ecec5,{'className':_0x298533}):(0x0,_0x520e3c[_0x1163ba(0x11b)])(_0x1421e7,{});};return(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x5b4c13[_0xdb0622(0x5e8)],{'disabled':_0x4f854b,'align':_0xdb0622(0x39b),'sideOffset':0x6,'open':_0x8e3f54,'onOpenChange':_0x441f66,'onPointerDownOutside':_0xd5319=>_0x382a61(_0xd5319,_0x1aef7a),'onFocusOutside':_0x4a1791=>_0x382a61(_0x4a1791,_0x1aef7a),'onInteractOutside':_0x2f301e=>_0x382a61(_0x2f301e,_0x1aef7a),'overlay':(0x0,_0x520e3c[_0xdb0622(0x65c)])(_0x2ba2c7,{'embedId':_0x1aef7a,'onPointerDown':_0x3ee2b5=>_0x3ee2b5[_0xdb0622(0x432)](),'children':[(0x0,_0x520e3c[_0xdb0622(0x11b)])('div',{'className':_0xdb0622(0x416),'children':_0x391758()[_0xdb0622(0x27a)](_0x51a15b=>(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x5c83ef,{'title':_0x51a15b[_0xdb0622(0x58f)],'active':_0x2916fc===_0x51a15b['value'],'onClick':()=>_0x26ebe7(_0x51a15b[_0xdb0622(0x750)]),'children':_0x243ae9(_0x51a15b[_0xdb0622(0x583)])},_0x51a15b['value']))}),(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x5b4c13[_0xdb0622(0x7d9)],{}),(0x0,_0x520e3c[_0xdb0622(0x65c)])(_0x48ae59,{'children':[(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x5b4c13[_0xdb0622(0x5e8)],{'align':_0xdb0622(0x39b),'sideOffset':0x6,'onPointerDownOutside':_0x2fe1ea=>_0x382a61(_0x2fe1ea,_0x1aef7a),'onFocusOutside':_0x5b9f41=>_0x382a61(_0x5b9f41,_0x1aef7a),'onInteractOutside':_0x2ed531=>_0x382a61(_0x2ed531,_0x1aef7a),'overlay':(0x0,_0x520e3c['jsx'])('div',{'data-embed-id':_0x1aef7a,'data-embed-floating-menu-popup':'true','className':_0xdb0622(0x334),'onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x5b4c13[_0xdb0622(0x465)],{'value':_0x47b315,'onChange':_0x70be1=>_0x26ebe7(_0x2916fc,_0x17b069,_0x70be1)})}),'children':(0x0,_0x520e3c['jsxs'])(_0x5c83ef,{'title':'embed-ui.sheetsFloating.borderLine.borderColor','active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0xc7861b,{'extend':{'colorChannel1':_0x47b315}}),(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x3b926f,{})]})}),(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x5b4c13[_0xdb0622(0x5e8)],{'align':_0xdb0622(0x39b),'sideOffset':0x6,'onPointerDownOutside':_0x2c5db5=>_0x382a61(_0x2c5db5,_0x1aef7a),'onFocusOutside':_0x1ef2c5=>_0x382a61(_0x1ef2c5,_0x1aef7a),'onInteractOutside':_0x4c6826=>_0x382a61(_0x4c6826,_0x1aef7a),'overlay':(0x0,_0x520e3c[_0xdb0622(0x11b)])('div',{'data-embed-id':_0x1aef7a,'data-embed-floating-menu-popup':_0xdb0622(0x563),'className':_0xdb0622(0x5fd),'onPointerDown':_0x41e6d8,'onMouseDown':_0x41e6d8,'children':_0x26ee58[_0xdb0622(0x4ef)][_0xdb0622(0x27a)](_0x3f824f=>(0x0,_0x520e3c['jsx'])('button',{'type':_0xdb0622(0x681),'className':(0x0,_0x5b4c13['clsx'])(_0xdb0622(0x36f),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0x17b069===_0x3f824f[_0xdb0622(0x750)]}),'onClick':()=>_0x26ebe7(_0x2916fc,_0x3f824f[_0xdb0622(0x750)]),'children':(0x0,_0x520e3c['jsx'])(_0x26ee58[_0xdb0622(0x817)],{'className':_0xdb0622(0x502),'type':_0x3f824f[_0xdb0622(0x750)]})},_0x3f824f[_0xdb0622(0x750)]))}),'children':(0x0,_0x520e3c[_0xdb0622(0x65c)])(_0x5c83ef,{'title':_0xdb0622(0x129),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x26ee58[_0xdb0622(0x817)],{'className':'univer-fill-gray-900\x20dark:!univer-fill-white','type':_0x17b069}),(0x0,_0x520e3c[_0xdb0622(0x11b)])(_0x3b926f,{})]})})]})]}),'children':(0x0,_0x520e3c['jsx'])(_0x528bc5,{'title':_0x572957['t'](_0xdb0622(0x61f)),'disabled':_0x4f854b,'open':_0x8e3f54,'primary':_0x243ae9(_0x31de03(_0x2916fc),'univer-text-gray-900\x20dark:!univer-text-white'),'onPrimaryClick':()=>{_0x26ebe7(),_0x441f66(!0x1);}})});}function _0x4e9db9(_0x52ae7c){const _0x51c889=_0x3431b8;let {embedId:_0x3f7422,menuItems:_0x249d23,open:_0x5d3354,onOpenChange:_0x426653,execute:_0x11bafb}=_0x52ae7c,_0x39c812=(0x0,_0x384c00[_0x51c889(0x4eb)])(_0x21e99d[_0x51c889(0x20e)]),{hidden:_0x570227,disabled:_0x55ea5e}=_0x47997d(_0x249d23==null?void 0x0:_0x249d23[_0x51c889(0x15a)]),_0x201b3f=[];return[{'item':_0x249d23==null?void 0x0:_0x249d23[_0x51c889(0x51e)],'icon':(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x553160,{})},{'item':_0x249d23==null?void 0x0:_0x249d23[_0x51c889(0x4c7)],'icon':(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x514a5e,{})},{'item':_0x249d23==null?void 0x0:_0x249d23[_0x51c889(0x722)],'icon':(0x0,_0x520e3c[_0x51c889(0x11b)])(_0xa964ce,{})},{'item':_0x249d23==null?void 0x0:_0x249d23[_0x51c889(0x550)],'icon':(0x0,_0x520e3c['jsx'])(_0x4ca3bf,{})}][_0x51c889(0x7ce)](({item:_0x5ee400,icon:_0x3fe9ba})=>{const _0x29f42f=_0x51c889;_0x5ee400&&_0x201b3f[_0x29f42f(0x49d)]({'item':_0x5ee400,'icon':_0x3fe9ba});}),!(_0x249d23!=null&&_0x249d23[_0x51c889(0x15a)])||_0x570227||!_0x201b3f[_0x51c889(0x522)]?null:(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x4d293e,{'embedId':_0x3f7422,'disabled':_0x55ea5e,'title':_0x51c889(0x119),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x5d3354,'onOpenChange':_0x426653,'trigger':(0x0,_0x520e3c[_0x51c889(0x65c)])(_0x520e3c[_0x51c889(0x805)],{'children':[(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x553160,{}),(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x3b926f,{})]}),'overlay':(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x34541e,{'children':_0x201b3f[_0x51c889(0x27a)](({item:_0x191671,icon:_0x1e6ae})=>(0x0,_0x520e3c[_0x51c889(0x11b)])(_0x362a64,{'icon':_0x1e6ae,'onClick':()=>{_0x11bafb(_0x191671),_0x426653(!0x1);},'children':_0x39c812['t'](_0x24a69d(_0x191671))},_0x191671['id']))})});}function _0x7219bd(_0x4f23cd){const _0x59d222=_0x3431b8;let {embedId:_0x56d267,menuItem:_0x1a0030,open:_0x3695f1,onOpenChange:_0x553d26,execute:_0x206e3a}=_0x4f23cd,_0x31f305=(0x0,_0x384c00[_0x59d222(0x4eb)])(_0x21e99d[_0x59d222(0x20e)]),{hidden:_0x3838a7,disabled:_0x46f439}=_0x47997d(_0x1a0030);if(!_0x1a0030||_0x3838a7)return null;let _0x45a2ab=_0x4ac946(_0x1a0030),_0x5c38fb=_0x45a2ab[_0x59d222(0x522)]?_0x45a2ab[_0x59d222(0x27a)](_0x3854bd=>({'label':_0x31f305['t'](_0x4da90c(_0x3854bd)),'icon':_0x41b673(_0x3854bd[_0x59d222(0x750)]),'commandId':_0x3854bd[_0x59d222(0x698)]??(_0x1a0030==null?void 0x0:_0x1a0030[_0x59d222(0x698)])??(_0x1a0030==null?void 0x0:_0x1a0030['id'])??_0x46b290[_0x59d222(0x31d)]['id'],'params':_0x3854bd[_0x59d222(0x5e2)]??{'value':_0x3854bd[_0x59d222(0x750)]}})):[{'label':_0x31f305['t'](_0x59d222(0x219)),'icon':(0x0,_0x520e3c[_0x59d222(0x11b)])(_0x455cc0,{}),'commandId':_0x46b290[_0x59d222(0x31d)]['id'],'params':{'value':_0x21e99d['WrapStrategy'][_0x59d222(0x4c0)]}},{'label':_0x31f305['t']('embed-ui.sheetsFloating.textWrap.overflow'),'icon':(0x0,_0x520e3c[_0x59d222(0x11b)])(_0x507cb4,{}),'commandId':_0x46b290['SetTextWrapCommand']['id'],'params':{'value':_0x21e99d[_0x59d222(0x7d3)][_0x59d222(0x2d5)]}},{'label':_0x31f305['t']('embed-ui.sheetsFloating.textWrap.wrap'),'icon':(0x0,_0x520e3c[_0x59d222(0x11b)])(_0x12ab9b,{}),'commandId':_0x46b290[_0x59d222(0x31d)]['id'],'params':{'value':_0x21e99d[_0x59d222(0x7d3)]['WRAP']}}];return(0x0,_0x520e3c['jsx'])(_0x4d293e,{'embedId':_0x56d267,'disabled':_0x46f439,'title':_0x59d222(0x638),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x3695f1,'onOpenChange':_0x553d26,'trigger':(0x0,_0x520e3c[_0x59d222(0x65c)])(_0x520e3c[_0x59d222(0x805)],{'children':[(0x0,_0x520e3c[_0x59d222(0x11b)])(_0x12ab9b,{}),(0x0,_0x520e3c[_0x59d222(0x11b)])(_0x3b926f,{})]}),'overlay':(0x0,_0x520e3c['jsx'])(_0x55be46,{'children':_0x5c38fb[_0x59d222(0x27a)](_0x14df09=>{const _0x34a172=_0x59d222;var _0x5dd575;return(0x0,_0x520e3c[_0x34a172(0x11b)])(_0x4088c7,{'icon':_0x14df09[_0x34a172(0x583)],'onClick':()=>{const _0x139ab7=_0x34a172;_0x206e3a(_0x14df09[_0x139ab7(0x698)],_0x14df09['params']),_0x553d26(!0x1);},'children':_0x14df09['label']},_0x14df09[_0x34a172(0x698)]+'-'+String(((_0x5dd575=_0x14df09[_0x34a172(0x5e2)])==null?void 0x0:_0x5dd575[_0x34a172(0x750)])??_0x14df09['label']));})})});}let _0x139da1={'formatPainter':_0x26ee58['SetOnceFormatPainterCommand']['id'],'numberFormat':_0x3431b8(0x110),'fontFamily':_0x26ee58[_0x3431b8(0x161)]['id'],'fontSize':_0x26ee58[_0x3431b8(0x30d)]['id'],'bold':_0x26ee58[_0x3431b8(0x41a)]['id'],'textColor':_0x26ee58[_0x3431b8(0x111)]['id'],'backgroundColor':_0x46b290[_0x3431b8(0x4b0)]['id'],'borderComposite':_0x46b290[_0x3431b8(0x630)]['id'],'horizontalAlign':_0x46b290[_0x3431b8(0x497)]['id'],'verticalAlign':_0x46b290[_0x3431b8(0x371)]['id'],'wrap':_0x46b290['SetTextWrapCommand']['id'],'filter':_0x3431b8(0x51a)},_0x4fc9fa={'root':_0x46b290[_0x3431b8(0x11d)]['id'],'all':_0x46b290['AddWorksheetMergeAllCommand']['id'],'vertical':_0x46b290[_0x3431b8(0x47a)]['id'],'horizontal':_0x46b290[_0x3431b8(0x6aa)]['id'],'unmerge':_0x46b290[_0x3431b8(0x74e)]['id']};function _0x554969(_0x1fd99e){const _0x171e35=_0x3431b8;let _0x29c065={},_0x5a2f40=_0x217d0e=>{const _0x4dc9be=_0x5b76;let _0x4d934b=_0x1fd99e['find'](_0x38984f=>{const _0x345bb0=_0x5b76;let _0x35364b=_0x38984f[_0x345bb0(0x38e)];return _0x38984f['key']===_0x217d0e||(_0x35364b==null?void 0x0:_0x35364b['id'])===_0x217d0e||(_0x35364b==null?void 0x0:_0x35364b[_0x345bb0(0x698)])===_0x217d0e;});return _0x4d934b==null?void 0x0:_0x4d934b[_0x4dc9be(0x38e)];};Object[_0x171e35(0x208)](_0x139da1)['forEach'](_0x55fc97=>{_0x29c065[_0x55fc97]=_0x5a2f40(_0x139da1[_0x55fc97]);});let _0x2dc5f1=Object[_0x171e35(0x4ae)](_0x4fc9fa)[_0x171e35(0x59a)]((_0x146a92,[_0x3adefd,_0x12922b])=>{let _0x5ae890=_0x5a2f40(_0x12922b);return _0x5ae890&&(_0x146a92[_0x3adefd]=_0x5ae890),_0x146a92;},{});return _0x23d8b4(_0x2dc5f1)&&(_0x29c065[_0x171e35(0x5cd)]=_0x2dc5f1),_0x29c065['deleteBlock']=!0x0,_0x29c065;}let _0xaa14b2=[{'items':[_0x3431b8(0x282)]},{'dividerBefore':_0x3431b8(0x3e3),'items':[_0x3431b8(0x462)]},{'dividerBefore':_0x3431b8(0x68b),'items':[_0x3431b8(0x1cd),_0x3431b8(0x28e),_0x3431b8(0x16a)]},{'dividerBefore':_0x3431b8(0x281),'items':[_0x3431b8(0x67c),_0x3431b8(0x7ba),_0x3431b8(0x523)]},{'dividerBefore':_0x3431b8(0x3f8),'items':[_0x3431b8(0x5cd),_0x3431b8(0x2bd),'verticalAlign',_0x3431b8(0x311)]},{'dividerBefore':_0x3431b8(0x263),'items':[_0x3431b8(0x659)]},{'dividerBefore':_0x3431b8(0x153),'items':[_0x3431b8(0x264)]}];function _0x58f053(_0x4af63b){const _0x50c360=_0x3431b8;let _0xa6c765=[];return _0xaa14b2[_0x50c360(0x7ce)](_0x2ed848=>{const _0x353b68=_0x50c360;let _0xb11b83=_0x2ed848[_0x353b68(0x780)]['filter'](_0xfdef06=>_0x5b9e4f(_0x4af63b,_0xfdef06))[_0x353b68(0x27a)](_0x130280=>({'id':_0x130280,'type':_0x130280==='formatPainter'||_0x130280===_0x353b68(0x16a)||_0x130280===_0x353b68(0x659)||_0x130280===_0x353b68(0x264)?_0x353b68(0x681):_0x353b68(0x624)}));_0xb11b83['length']&&(_0xa6c765[_0x353b68(0x522)]&&_0x2ed848[_0x353b68(0x57f)]&&_0xa6c765[_0x353b68(0x49d)]({'id':_0x2ed848[_0x353b68(0x57f)],'type':'divider'}),_0xa6c765[_0x353b68(0x49d)](..._0xb11b83));}),_0xa6c765;}function _0x5b9e4f(_0x205157,_0x18cfc2){return!!_0x205157[_0x18cfc2];}function _0x23d8b4(_0x124c68){const _0x4d1192=_0x3431b8;return Object[_0x4d1192(0x702)](_0x124c68)['some'](Boolean);}function _0x5a9442(_0x516415,_0x28ac26){const _0x2a1ddb=_0x3431b8;if(_0x516415)return{'commandId':_0x516415['commandId']??_0x516415['id'],'params':_0x28ac26??(typeof _0x516415[_0x2a1ddb(0x5e2)]==_0x2a1ddb(0x602)?_0x516415[_0x2a1ddb(0x5e2)]():_0x516415[_0x2a1ddb(0x5e2)])};}function _0x3622cb(){const _0x5a8cb0=_0x3431b8;return _0x79518({'childType':_0x21e99d[_0x5a8cb0(0x601)][_0x5a8cb0(0x1d4)],'mount':_0x1d2070});}function _0x1d2070(_0x4033e6){const _0x5ef517=_0x3431b8;let {root:_0x4bee0a,menu:_0x6f2a5b}=_0x3f02ba(_0x4033e6),_0x3d6bdc=_0x340eb8(_0x6f2a5b);return _0x3d6bdc['render']((0x0,_0x373e09[_0x5ef517(0x5ad)])(_0x17c507,{'injector':_0x4033e6[_0x5ef517(0x676)]['injector'],'mountContainer':_0x4bee0a,'embedId':_0x4033e6[_0x5ef517(0x73e)]},(0x0,_0x373e09['createElement'])(_0x5a5037,{'hostUnitId':_0x4033e6[_0x5ef517(0x1a4)],'embedId':_0x4033e6['embedId'],'childUnitId':_0x4033e6['childUnitId'],'entry':_0x4033e6[_0x5ef517(0x723)][_0x5ef517(0x478)],'fullscreen':!!_0x4033e6[_0x5ef517(0x74a)]['fullscreen'],'usesDomFloatingStage':_0x163bc2(_0x4033e6[_0x5ef517(0x723)][_0x5ef517(0x478)]),'renderScopeActive$':_0x4033e6['renderScope'][_0x5ef517(0x397)]}))),(0x0,_0x21e99d[_0x5ef517(0x7b6)])(()=>{const _0x2b2a88=_0x5ef517;_0x9a59f3(_0x3d6bdc),globalThis[_0x2b2a88(0x81e)](()=>_0x6f2a5b[_0x2b2a88(0x19e)](),0x0);});}function _0x163bc2(_0x354a37){return!0x0;}function _0x5a5037(_0x5b4b0f){const _0x1eb456=_0x3431b8;let {hostUnitId:_0x1de585,embedId:_0x5da276,childUnitId:_0x4a8598,entry:_0x1df621,fullscreen:_0x3b8f19,usesDomFloatingStage:_0x968750,renderScopeActive$:_0x1a3db3}=_0x5b4b0f,_0x35d2a4=(0x0,_0x384c00['useDependency'])(_0x21e99d['LocaleService']),_0x1bb570=(0x0,_0x384c00[_0x1eb456(0x4eb)])(_0x21e99d['ICommandService']),_0x37c9f7=(0x0,_0x384c00[_0x1eb456(0x4eb)])(_0x21e99d['IUniverInstanceService']),_0x3faeb5=(0x0,_0x384c00['useDependency'])(_0x384c00['IMenuManagerService']),_0x2a0300=(0x0,_0x384c00[_0x1eb456(0x4eb)])(_0x46b290[_0x1eb456(0x226)]),_0x487348=(0x0,_0x384c00[_0x1eb456(0x4eb)])(_0x13b828),_0x28c7c0=_0x4073ba({'embedId':_0x5da276,'active':(0x0,_0x384c00[_0x1eb456(0x64e)])(()=>_0x487348[_0x1eb456(0x397)],_0x487348[_0x1eb456(0x7f6)](),!0x1,[_0x487348]),'fullscreen':_0x3b8f19,'usesDomFloatingStage':_0x968750,'renderScopeActive':(0x0,_0x384c00[_0x1eb456(0x64e)])(()=>_0x1a3db3,!0x1,!0x1,[_0x1a3db3])})===_0x1eb456(0x3a0),[_0x5299e9,_0x2382a7]=(0x0,_0x373e09[_0x1eb456(0x531)])(null),_0x19f45c=_0x860832=>({'open':_0x5299e9===_0x860832,'onOpenChange':_0x3e707f=>_0x2382a7(_0x3e707f?_0x860832:null)});(0x0,_0x373e09['useEffect'])(()=>{const _0x92538c=_0x1eb456;if(!_0x5299e9)return;let _0xaecf7b=_0x451cc2=>{_0x2f1f8b(_0x451cc2['target'],_0x5da276)||_0x2382a7(null);};return document[_0x92538c(0x50e)]('pointerdown',_0xaecf7b,!0x0),()=>{const _0x3bb474=_0x92538c;document[_0x3bb474(0x5c5)](_0x3bb474(0x380),_0xaecf7b,!0x0);};},[_0x5da276,_0x5299e9]);let _0x2ad37d=(0x0,_0x384c00[_0x1eb456(0x64e)])(()=>_0x3faeb5[_0x1eb456(0x234)][_0x1eb456(0x6e9)]((0x0,_0x465e89[_0x1eb456(0x27a)])(()=>_0x554969(_0x3faeb5[_0x1eb456(0x4b2)](_0x384c00[_0x1eb456(0x2c7)][_0x1eb456(0x18a)])))),_0x554969(_0x3faeb5[_0x1eb456(0x4b2)](_0x384c00[_0x1eb456(0x2c7)][_0x1eb456(0x18a)])),!0x1,[_0x3faeb5]),_0x1634c7=(0x0,_0x373e09['useMemo'])(()=>new Set(_0x58f053(_0x2ad37d)['map'](_0x172222=>_0x172222['id'])),[_0x2ad37d]),_0x2775d2=()=>{const _0x398a92=_0x1eb456;_0x487348['activate']({'hostUnitId':_0x1de585,'embedId':_0x5da276,'childUnitId':_0x4a8598},_0x398a92(0x3a0)),_0x37c9f7['setCurrentUnitForType'](_0x4a8598);},_0x1db060=async(_0x3fa9e7,_0x562a2c)=>{const _0x2b212b=_0x1eb456;_0x2775d2(),await _0x1bb570[_0x2b212b(0x841)](_0x3fa9e7,_0x562a2c);},_0x4697ce=async(_0x2cdf44,_0xabcb48)=>{const _0x2cc5cc=_0x1eb456;let _0x1d2c12=_0x5a9442(_0x2cdf44,_0xabcb48);_0x1d2c12&&await _0x1db060(_0x1d2c12[_0x2cc5cc(0x698)],_0x1d2c12['params']);},_0x42dca4=()=>{const _0x1a9031=_0x1eb456;let _0x572cae=_0x37c9f7['getUnit'](_0x4a8598,_0x21e99d[_0x1a9031(0x601)][_0x1a9031(0x1d4)]),_0x246a8b=_0x572cae==null?void 0x0:_0x572cae[_0x1a9031(0x3e7)]();return!_0x572cae||!_0x246a8b?null:{'workbook':_0x572cae,'worksheet':_0x246a8b,'unitId':_0x572cae[_0x1a9031(0x787)](),'subUnitId':_0x246a8b[_0x1a9031(0x1ba)]()};},_0x3b85f1=()=>{const _0x4da188=_0x1eb456;var _0x12ef6d;return((_0x12ef6d=_0x2a0300['getCurrentSelections']())==null?void 0x0:_0x12ef6d[_0x4da188(0x27a)](_0x5599f1=>_0x5599f1['range']))??[];},_0x15e6fe=async(_0x395a38,_0x907788,_0x1a19bc=_0x21e99d[_0x1eb456(0x7c5)][_0x1eb456(0x1c9)],_0x441417='#000000')=>{const _0x18b7a3=_0x1eb456;let _0x1973bb=_0x42dca4(),_0xd29deb=_0x3b85f1();!_0x1973bb||!_0xd29deb['length']||await _0x4697ce(_0x395a38,{'unitId':_0x1973bb[_0x18b7a3(0x436)],'subUnitId':_0x1973bb['subUnitId'],'ranges':_0xd29deb,'value':{'type':_0x907788,'color':_0x441417,'style':_0x1a19bc,'activeBorderType':!0x0}});},_0x37566c=async()=>{const _0x1aaaec=_0x1eb456;await _0x1bb570[_0x1aaaec(0x841)](_0x233a55[_0x1aaaec(0x2ae)]['id'],{'hostUnitId':_0x1de585,'embedId':_0x5da276});};return(0x0,_0x520e3c[_0x1eb456(0x65c)])(_0x1eb456(0x555),{'className':(0x0,_0x5b4c13[_0x1eb456(0x2c6)])(_0x1eb456(0x520),{'univer-hidden':!_0x28c7c0,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x3b8f19,'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':!_0x3b8f19,'-univer-top-9':!_0x3b8f19&&_0x1df621!==_0x1eb456(0x517),'-univer-top-[52px]':!_0x3b8f19&&_0x1df621===_0x1eb456(0x517)}),'data-u-comp':_0x1eb456(0x2fe),'data-embed-floating-menu':_0x1eb456(0x563),'data-embed-id':_0x5da276,'data-embed-float-stage':_0x28c7c0?_0x1eb456(0x3a0):_0x1eb456(0x23b),'onPointerDown':_0x2be4d6=>_0x2be4d6[_0x1eb456(0x432)](),'onMouseDown':_0x41e6d8,'children':[_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x282))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x4c66f4,{'item':_0x2ad37d['formatPainter'],'title':'embed-ui.sheetsFloating.toolbar.formatPainter','onClick':async()=>_0x4697ce(_0x2ad37d[_0x1eb456(0x282)]),'children':(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x3eab2c,{})}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x3e3))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x5b4c13[_0x1eb456(0x7d9)],{'orientation':'vertical'}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x462))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x3603fe,{'menuItem':_0x2ad37d[_0x1eb456(0x462)],'onClick':async()=>_0x4697ce(_0x2ad37d[_0x1eb456(0x462)])}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x68b))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x5b4c13[_0x1eb456(0x7d9)],{'orientation':'vertical'}),_0x1634c7[_0x1eb456(0x2e0)]('fontFamily')&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x35dc40,{'embedId':_0x5da276,'menuItem':_0x2ad37d[_0x1eb456(0x1cd)],'title':_0x1eb456(0x612),..._0x19f45c('fontFamily'),'onSelect':async _0x47140f=>_0x4697ce(_0x2ad37d[_0x1eb456(0x1cd)],{'value':_0x47140f})}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x28e))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x1e9450,{'embedId':_0x5da276,'menuItem':_0x2ad37d[_0x1eb456(0x28e)],'title':'embed-ui.sheetsFloating.toolbar.fontSize',..._0x19f45c(_0x1eb456(0x28e)),'onSelect':async _0x22bc0e=>_0x4697ce(_0x2ad37d['fontSize'],{'value':Number(_0x22bc0e)})}),_0x1634c7[_0x1eb456(0x2e0)]('bold')&&(0x0,_0x520e3c['jsx'])(_0x4c66f4,{'item':_0x2ad37d['bold'],'title':_0x1eb456(0x67f),'onClick':async()=>_0x4697ce(_0x2ad37d[_0x1eb456(0x16a)]),'children':(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x15267a,{})}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x281))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x5b4c13[_0x1eb456(0x7d9)],{'orientation':_0x1eb456(0x4c7)}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x67c))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x11a636,{'embedId':_0x5da276,'menuItem':_0x2ad37d['textColor'],'title':_0x1eb456(0x76f),'icon':(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x379b39,{'className':'univer-fill-primary-600'}),'defaultColor':'#111827',..._0x19f45c('textColor'),'onChange':async _0x47a49a=>_0x4697ce(_0x2ad37d[_0x1eb456(0x67c)],{'value':_0x47a49a}),'onReset':async()=>_0x1db060(_0x26ee58[_0x1eb456(0x7b4)]['id'])}),_0x1634c7[_0x1eb456(0x2e0)]('backgroundColor')&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x11a636,{'embedId':_0x5da276,'menuItem':_0x2ad37d[_0x1eb456(0x7ba)],'title':_0x1eb456(0x661),'icon':(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0xc7861b,{'className':_0x1eb456(0x5b2)}),'defaultColor':_0x1eb456(0x2e2),..._0x19f45c(_0x1eb456(0x7ba)),'onChange':async _0xa56d4e=>_0x4697ce(_0x2ad37d[_0x1eb456(0x7ba)],{'value':_0xa56d4e}),'onReset':async()=>_0x1db060(_0x46b290['ResetBackgroundColorCommand']['id'])}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x523))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x15c029,{'embedId':_0x5da276,'menuItem':_0x2ad37d[_0x1eb456(0x523)],..._0x19f45c(_0x1eb456(0x523)),'onSelect':async(_0x85d2b5,_0x1cc235,_0x2d72ae)=>_0x15e6fe(_0x2ad37d[_0x1eb456(0x523)],_0x85d2b5,_0x1cc235,_0x2d72ae)}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x3f8))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x5b4c13[_0x1eb456(0x7d9)],{'orientation':_0x1eb456(0x4c7)}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x5cd))&&(0x0,_0x520e3c['jsx'])(_0x4e9db9,{'embedId':_0x5da276,'menuItems':_0x2ad37d[_0x1eb456(0x5cd)],..._0x19f45c(_0x1eb456(0x5cd)),'execute':_0x4697ce}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x2bd))&&(0x0,_0x520e3c['jsx'])(_0x4c6d82,{'embedId':_0x5da276,'menuItem':_0x2ad37d['horizontalAlign'],..._0x19f45c(_0x1eb456(0x2bd)),'execute':_0x4697ce}),_0x1634c7['has'](_0x1eb456(0x325))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x3e24c5,{'embedId':_0x5da276,'menuItem':_0x2ad37d[_0x1eb456(0x325)],..._0x19f45c(_0x1eb456(0x325)),'execute':_0x4697ce}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x311))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x7219bd,{'embedId':_0x5da276,'menuItem':_0x2ad37d[_0x1eb456(0x311)],..._0x19f45c('wrap'),'execute':_0x1db060}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x263))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x5b4c13[_0x1eb456(0x7d9)],{'orientation':_0x1eb456(0x4c7)}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x659))&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x4c66f4,{'item':_0x2ad37d[_0x1eb456(0x659)],'title':_0x1eb456(0x298),'onClick':async()=>_0x4697ce(_0x2ad37d[_0x1eb456(0x659)]),'children':(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x5434f3,{})}),_0x1634c7[_0x1eb456(0x2e0)](_0x1eb456(0x153))&&(0x0,_0x520e3c['jsx'])(_0x5b4c13[_0x1eb456(0x7d9)],{'orientation':_0x1eb456(0x4c7)}),_0x1634c7['has']('deleteBlock')&&(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x4ae029,{'title':_0x35d2a4['t'](_0x1eb456(0x344)),'className':_0x1eb456(0x2f0),'onClick':_0x37566c,'children':(0x0,_0x520e3c[_0x1eb456(0x11b)])(_0x2309c2,{})})]});}let _0xd15d02=new WeakMap(),_0xfef632=new WeakSet();function _0xa88cc(_0x2e382e){const _0x3c6d29=_0x3431b8;_0x4c24e7(_0x2e382e,_0x3c6d29(0x56d),_0x7b0213);}function _0x7b0213(_0x47c46e){const _0x3cfbdf=_0x3431b8;let _0x49cd39=_0x47c46e[_0x3cfbdf(0x1da)](_0x30faa5),_0x4c49e9=_0x47c46e[_0x3cfbdf(0x1da)](_0x486096),_0x44827b=_0x47c46e[_0x3cfbdf(0x1da)](_0x101d0b),_0x4f49d2=_0x47c46e[_0x3cfbdf(0x1da)](_0x121581),_0x42e9bf=_0x47c46e[_0x3cfbdf(0x1da)](_0x11aab4),_0x49a012=_0x47c46e[_0x3cfbdf(0x1da)](_0x16f1ec),_0x3f9a9d=_0x47c46e[_0x3cfbdf(0x1da)](_0x56aeca);_0x585882(_0x47c46e),_0x47c46e[_0x3cfbdf(0x2e0)](_0x26ee58['ISheetHostChromeOverrideService'])||_0x47c46e[_0x3cfbdf(0x24d)]([_0x26ee58[_0x3cfbdf(0x6ba)],{'useFactory':()=>_0x47c46e[_0x3cfbdf(0x1da)](_0xd40a8f)}]),_0x47c46e[_0x3cfbdf(0x2e0)](_0x26ee58[_0x3cfbdf(0x53f)])||_0x47c46e[_0x3cfbdf(0x24d)]([_0x26ee58[_0x3cfbdf(0x53f)],{'useFactory':()=>_0x101f84({'embedModelService':_0x47c46e[_0x3cfbdf(0x1da)](_0x233a55['EmbedModelService']),'mountService':_0x47c46e[_0x3cfbdf(0x1da)](_0x353757),'activationService':_0x47c46e[_0x3cfbdf(0x1da)](_0x220bdc),'restoreService':_0x47c46e[_0x3cfbdf(0x1da)](_0x307d2f)})}]),[_0x40a9d7(),_0xcda378()][_0x3cfbdf(0x7ce)](_0x295d56=>{const _0x39c306=_0x3cfbdf;_0x49cd39[_0x39c306(0x1da)](_0x295d56[_0x39c306(0x257)],_0x295d56[_0x39c306(0x478)])||_0x49cd39[_0x39c306(0x475)](_0x295d56);});let _0x506d4d=_0x513600(_0x47c46e[_0x3cfbdf(0x1da)](_0x21e99d[_0x3cfbdf(0x40e)]));_0x4c49e9[_0x3cfbdf(0x1da)](_0x506d4d[_0x3cfbdf(0x5d2)])||_0x4c49e9[_0x3cfbdf(0x475)](_0x506d4d);let _0x155d8d=_0x3d3d7a();_0x44827b[_0x3cfbdf(0x1da)](_0x155d8d[_0x3cfbdf(0x5d2)])||_0x44827b[_0x3cfbdf(0x475)](_0x155d8d),_0x3622cb()[_0x3cfbdf(0x7ce)](_0x26e3b3=>{const _0x2f6595=_0x3cfbdf;_0x4f49d2[_0x2f6595(0x1da)](_0x26e3b3[_0x2f6595(0x257)],_0x26e3b3[_0x2f6595(0x478)],_0x26e3b3['childType'])||_0x4f49d2['register'](_0x26e3b3);}),_0x42e9bf['registerProvider'](_0xf45caa(_0x47c46e,{'childType':_0x21e99d['UniverInstanceType']['UNIVER_SHEET'],'renderManagerService':_0x59d49a[_0x3cfbdf(0x738)]})),_0x49a012[_0x3cfbdf(0x1da)](_0x21e99d['UniverInstanceType'][_0x3cfbdf(0x1d4)])||_0x49a012['register'](_0x27f80b()),_0x3f9a9d['get'](_0x21e99d['UniverInstanceType']['UNIVER_SHEET'])||_0x3f9a9d[_0x3cfbdf(0x475)](_0x4477c9(_0x47c46e)),_0x34f44c({'injector':_0x47c46e,'previewService':_0x42e9bf});}function _0x101f84(_0xcf4a11){return{'mountSheetTab':({hostUnitId:_0x3da044,hostAnchorId:_0x16bd9c,embedId:_0x4bbaea})=>{const _0x52e9ad=_0x5b76;let _0x2dc541=_0xcf4a11[_0x52e9ad(0x16d)][_0x52e9ad(0x193)](_0x3da044,_0x4bbaea);if(!_0x2dc541||_0x2dc541[_0x52e9ad(0x7a9)]!==_0x16bd9c)return;let _0x8e5e9d=!0x1,_0x88aec9=!0x1,_0x57ca28;return _0xcf4a11['restoreService'][_0x52e9ad(0x3bd)]({'descriptor':_0x2dc541})[_0x52e9ad(0x636)](_0x5de9f2=>{const _0x38417=_0x52e9ad;_0x8e5e9d||(_0x57ca28==null||_0x57ca28[_0x38417(0x19e)](),_0x57ca28=void 0x0,_0xcf4a11['mountService'][_0x38417(0x721)](_0x5de9f2),_0xcf4a11[_0x38417(0x541)]['activateTab'](_0x5de9f2),_0x88aec9=!0x0);})[_0x52e9ad(0x1af)](_0x569087=>{_0x8e5e9d||(_0x57ca28=_0x49a91d(_0x16bd9c,_0x569087));}),(0x0,_0x21e99d[_0x52e9ad(0x7b6)])(()=>{const _0x1a3571=_0x52e9ad;_0x8e5e9d=!0x0,_0x57ca28==null||_0x57ca28[_0x1a3571(0x19e)](),_0x88aec9&&_0xcf4a11[_0x1a3571(0x266)][_0x1a3571(0x32e)](_0x4bbaea),_0xcf4a11['activationService'][_0x1a3571(0x51f)](_0x4bbaea);});},'clearTab':_0x932db0=>{const _0x258378=_0x5b76;_0xcf4a11[_0x258378(0x541)][_0x258378(0x51f)](_0x932db0);}};}function _0x49a91d(_0x2a7cfc,_0x23623d){const _0x31da9a=_0x3431b8;let _0x59d194=_0x2f84c6(_0x2a7cfc);if(!_0x59d194)return;let _0x2d7106=document['createElement'](_0x31da9a(0x555));return _0x2d7106['dataset'][_0x31da9a(0x33a)]=_0x31da9a(0x563),_0x2d7106['style']['padding']='12px',_0x2d7106[_0x31da9a(0x594)][_0x31da9a(0x599)]=_0x31da9a(0x2c0),_0x2d7106[_0x31da9a(0x594)][_0x31da9a(0x28e)]=_0x31da9a(0x741),_0x2d7106[_0x31da9a(0x3f1)]=_0x23623d instanceof Error&&_0x23623d[_0x31da9a(0x58b)]?_0x23623d[_0x31da9a(0x58b)]:_0x31da9a(0x75d),_0x59d194[_0x31da9a(0x313)](_0x2d7106),_0x2d7106;}function _0x2f84c6(_0x175e51){const _0x2dedf5=_0x3431b8;return document[_0x2dedf5(0x73b)](_0x2dedf5(0x825)+_0x424c8c(_0x175e51)+'\x22]');}function _0x424c8c(_0x31a3da){const _0x2bf8db=_0x3431b8;return _0x31a3da[_0x2bf8db(0x559)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function _0x1d5253(_0x59c6ef){const _0x17cb68=_0x3431b8;let _0x74fad1=new _0x465e89[(_0x17cb68(0x819))](),_0xd87b3f=0x0,_0x46ba29;if(_0x74fad1['add'](_0x59c6ef['previewService'][_0x17cb68(0x69f)][_0x17cb68(0x823)](_0x196fbf=>{const _0x3f61b1=_0x17cb68;if(typeof _0x196fbf['image']!='string')return;let _0x560d45=_0x59c6ef[_0x3f61b1(0x16d)][_0x3f61b1(0x155)](_0x196fbf['childUnitId'])[_0x3f61b1(0x718)](_0x1d2f2e=>_0x1d2f2e[_0x3f61b1(0x73e)]===_0x196fbf['embedId']&&_0x1d2f2e[_0x3f61b1(0x478)]===_0x3f61b1(0x597));_0x560d45!=null&&_0x560d45[_0x3f61b1(0x7a9)]&&_0x59c6ef['canvasFloatDomPreviewService'][_0x3f61b1(0x356)]({'id':_0x560d45[_0x3f61b1(0x7a9)],'image':_0x196fbf[_0x3f61b1(0x2e9)],'updatedAt':_0x196fbf[_0x3f61b1(0x524)]});})),!_0x59c6ef[_0x17cb68(0x388)][_0x17cb68(0x51c)])return _0x74fad1;let _0x2137d6=()=>{const _0x543ae8=_0x17cb68;_0x46ba29||_0xd87b3f>=0xf0||(_0x46ba29=globalThis[_0x543ae8(0x81e)](()=>{_0x46ba29=void 0x0,_0xd87b3f+=0x1,_0x37ec02();},0xfa));},_0x8cae6d=_0x52375c=>{const _0x534ef2=_0x17cb68;let _0x5db3c4=_0x52375c['data'];if(!_0x5db3c4||typeof _0x5db3c4!=_0x534ef2(0x505))return!0x0;let _0x1391ca=_0x440e08(_0x5db3c4,_0x534ef2(0x73e)),_0x11eb78=_0x440e08(_0x5db3c4,_0x534ef2(0x1a4));if(!_0x1391ca||!_0x11eb78)return!0x0;let _0x506e2f=_0x59c6ef[_0x534ef2(0x16d)][_0x534ef2(0x193)](_0x11eb78,_0x1391ca);return!_0x506e2f||_0x506e2f['entry']!==_0x534ef2(0x597)||!_0x506e2f[_0x534ef2(0x3bc)]||_0x506e2f[_0x534ef2(0x5d2)]==null?!0x1:(_0x59c6ef[_0x534ef2(0x473)]['requestPreview']({'descriptor':_0x506e2f,'childUnitId':_0x506e2f[_0x534ef2(0x3bc)],'childType':_0x506e2f[_0x534ef2(0x5d2)],'width':_0x52375c[_0x534ef2(0x36e)],'height':_0x52375c[_0x534ef2(0x5ab)],'dpr':typeof window>'u'?0x1:window['devicePixelRatio']||0x1,'reason':_0x534ef2(0x525)}),!0x0);},_0x37ec02=()=>{const _0xf699a9=_0x17cb68;var _0x121d75,_0x946b0b;let _0x26c5a7=!0x1;(_0x121d75=(_0x946b0b=_0x59c6ef['canvasFloatDomPreviewService'])[_0xf699a9(0x261)])==null||_0x121d75[_0xf699a9(0x2f1)](_0x946b0b)['forEach'](_0x3f445e=>{_0x8cae6d(_0x3f445e)||(_0x26c5a7=!0x0);}),_0x26c5a7&&_0x2137d6();};return _0x37ec02(),_0x74fad1[_0x17cb68(0x24d)](_0x59c6ef[_0x17cb68(0x388)]['previewRequested$'][_0x17cb68(0x823)](_0x17ea79=>{_0x8cae6d(_0x17ea79)||_0x2137d6();})),_0x74fad1[_0x17cb68(0x24d)](()=>{const _0x2d7da3=_0x17cb68;_0x46ba29&&globalThis[_0x2d7da3(0x44e)](_0x46ba29);}),_0x74fad1;}function _0x34f44c(_0x5ecd4e){const _0x4d3230=_0x3431b8;let _0x527883=_0x5ecd4e[_0x4d3230(0x644)],_0x235a24=_0xd15d02[_0x4d3230(0x1da)](_0x527883);if(_0x235a24)return _0x235a24;let _0x323d7e=_0x3e64fb(_0x5ecd4e['injector']);if(_0x323d7e!==null){if(_0x323d7e){let _0x316e40=_0x1d5253({'previewService':_0x5ecd4e[_0x4d3230(0x473)],'embedModelService':_0x323d7e[_0x4d3230(0x16d)],'canvasFloatDomPreviewService':_0x323d7e[_0x4d3230(0x388)]});return _0xd15d02[_0x4d3230(0x441)](_0x527883,_0x316e40),_0x316e40;}_0x5ecd4e[_0x4d3230(0x294)]===!0x1||_0xfef632[_0x4d3230(0x2e0)](_0x527883)||(_0xfef632[_0x4d3230(0x24d)](_0x527883),_0x1b46c5(_0x5ecd4e,0x0));}}function _0x1b46c5(_0x2a14ed,_0x1ef507){const _0x2b4bc8=_0x3431b8;let _0x55b92a=_0x2a14ed[_0x2b4bc8(0x19b)]??0xf0,_0x384832=_0x2a14ed['retryDelay']??0xfa,_0x330b4b=_0x2a14ed[_0x2b4bc8(0x644)];globalThis['setTimeout'](()=>{const _0x362869=_0x2b4bc8;if(_0x34f44c({..._0x2a14ed,'retry':!0x1})||_0x1ef507+0x1>=_0x55b92a){_0xfef632[_0x362869(0x5bc)](_0x330b4b);return;}_0x1b46c5(_0x2a14ed,_0x1ef507+0x1);},_0x384832);}function _0x3e64fb(_0x3498f){const _0x38cbf8=_0x3431b8;try{return!_0x3498f[_0x38cbf8(0x2e0)](_0x384c00[_0x38cbf8(0x363)])||!_0x3498f[_0x38cbf8(0x2e0)](_0x233a55[_0x38cbf8(0x72c)])?void 0x0:{'embedModelService':_0x3498f['get'](_0x233a55[_0x38cbf8(0x72c)]),'canvasFloatDomPreviewService':_0x3498f[_0x38cbf8(0x1da)](_0x384c00[_0x38cbf8(0x363)])};}catch{return null;}}function _0x440e08(_0x2f5dd7,_0x488960){const _0x4cfc72=_0x3431b8;let _0x460bbc=_0x2f5dd7[_0x488960];return typeof _0x460bbc==_0x4cfc72(0x202)?_0x460bbc:void 0x0;}let _0x129a48=class{constructor(_0xf1a793){const _0x4a1c59=_0x3431b8;this[_0x4a1c59(0x1cb)]=_0xf1a793,_0x2c4771(this,_0x4a1c59(0x75a),new Map());}[_0x3431b8(0x691)](_0xdc9140,_0xe4b1a1){const _0x371baf=_0x3431b8;if(this[_0x371baf(0x75a)]['has'](_0xdc9140[_0x371baf(0x73e)]))throw Error(_0x371baf(0x194)+_0xdc9140[_0x371baf(0x73e)]);let _0x190a9f=this[_0x371baf(0x1cb)][_0x371baf(0x62b)](_0xdc9140['embedId']),_0x235a53=_0x190a9f!=null&&_0x190a9f[_0x371baf(0x3ac)]?this[_0x371baf(0x2d7)](_0x190a9f,_0xe4b1a1):this[_0x371baf(0x77d)](_0xdc9140,_0xe4b1a1);return this[_0x371baf(0x75a)]['set'](_0xdc9140[_0x371baf(0x73e)],_0x235a53),{'session':_0x235a53[_0x371baf(0x7d7)],'ownsSession':_0x235a53['ownsSession'],'dispose':()=>{const _0x9677d4=_0x371baf;this[_0x9677d4(0x75a)][_0x9677d4(0x1da)](_0xdc9140[_0x9677d4(0x73e)])===_0x235a53&&(this[_0x9677d4(0x75a)][_0x9677d4(0x5bc)](_0xdc9140[_0x9677d4(0x73e)]),_0x235a53[_0x9677d4(0x403)]());}};}['_relocateExistingSession'](_0x3ead7f,_0x5cc234){const _0x38a685=_0x3431b8;let _0x394c14=_0x3ead7f['context']['renderScope'][_0x38a685(0x128)],_0xd52318=_0x394c14[_0x38a685(0x570)],_0x3fe30f=_0x394c14[_0x38a685(0x352)];if(!_0xd52318)throw Error(_0x38a685(0x71b)+_0x3ead7f[_0x38a685(0x73e)]);return _0x5cc234['replaceChildren'](_0x394c14),{'session':_0x3ead7f,'ownsSession':!0x1,'dispose':()=>{const _0x9d9461=_0x38a685;if(this[_0x9d9461(0x1cb)]['getSession'](_0x3ead7f[_0x9d9461(0x73e)])!==_0x3ead7f){_0x394c14[_0x9d9461(0x19e)]();return;}(_0x3fe30f==null?void 0x0:_0x3fe30f['parentNode'])===_0xd52318?_0xd52318['insertBefore'](_0x394c14,_0x3fe30f):_0xd52318['appendChild'](_0x394c14);}};}['_mountOwnedSession'](_0x1b8abf,_0x35766c){const _0x4a470c=_0x3431b8;let _0x4f02b0=this['_mountService'][_0x4a470c(0x276)](_0x1b8abf,_0x35766c);return{'session':_0x4f02b0,'ownsSession':!0x0,'dispose':()=>{const _0x557747=_0x4a470c;this[_0x557747(0x1cb)][_0x557747(0x62b)](_0x1b8abf['embedId'])===_0x4f02b0&&this['_mountService'][_0x557747(0x32e)](_0x1b8abf['embedId']);}};}};_0x129a48=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d['Inject'])(_0x353757))],_0x129a48);function _0x2f8f32(){const _0x18f4c5=_0x3431b8;return _0x475ddf({'childType':_0x21e99d[_0x18f4c5(0x601)][_0x18f4c5(0x6e3)],'productName':_0x18f4c5(0x39a)});}function _0x11e155(_0x135eb8){const _0x2dc5a5=_0x3431b8;return _0x4073ba({'embedId':_0x135eb8[_0x2dc5a5(0x73e)],'active':_0x135eb8[_0x2dc5a5(0x3b6)],'fullscreen':_0x135eb8['fullscreen'],'usesDomFloatingStage':_0x135eb8[_0x2dc5a5(0x572)]??!0x0,'renderScopeActive':_0x135eb8[_0x2dc5a5(0x824)]??!0x1});}function _0x359e1e(_0x365c83){const _0x80836e=_0x3431b8;var _0x469b43;let _0x42e8df=(0x0,_0x384c00[_0x80836e(0x4eb)])(_0x21e99d[_0x80836e(0x20e)]),{hostUnitId:_0x5eb445,embedId:_0x1fe66e,childUnitId:_0x2e0d12,slideModel:_0x20dbe4,floatingActiveService:_0x5db053,commandService:_0x4106a1,instanceService:_0x549091,fullscreen:_0x30732c,usesDomFloatingStage:_0x143320,renderScopeActive$:_0x144d98}=_0x365c83,_0x576cb3=(0x0,_0x384c00[_0x80836e(0x64e)])(()=>_0x5db053[_0x80836e(0x397)],_0x5db053[_0x80836e(0x7f6)](),!0x1,[_0x5db053]),_0x19e50e=(0x0,_0x384c00[_0x80836e(0x64e)])(_0x144d98,!0x1),_0x26a0d7=(0x0,_0x384c00[_0x80836e(0x64e)])(_0x20dbe4===null?null:()=>_0x20dbe4[_0x80836e(0x347)]['slideOrder$'],[],!0x1,[_0x20dbe4]),_0x44939c=(0x0,_0x384c00[_0x80836e(0x64e)])(_0x20dbe4===null?null:()=>_0x20dbe4['pageManager'][_0x80836e(0x340)],_0x20dbe4==null||(_0x469b43=_0x20dbe4[_0x80836e(0x347)][_0x80836e(0x5cf)]())==null?void 0x0:_0x469b43[_0x80836e(0x429)](),!0x1,[_0x20dbe4]),_0x36ef5a=(0x0,_0x373e09[_0x80836e(0x3b9)])(()=>(_0x20dbe4==null?void 0x0:_0x20dbe4[_0x80836e(0x347)]['getSlides']())??[],[_0x20dbe4,_0x26a0d7]),_0x4dbbd7=Math['max'](0x0,_0x36ef5a[_0x80836e(0x772)](_0x3d827c=>_0x3d827c[_0x80836e(0x429)]()===_0x44939c)),_0x56da4f=_0x36ef5a['length'],_0x3c45ba=_0x11e155({'active':_0x576cb3,'embedId':_0x1fe66e,'fullscreen':_0x30732c,'renderScopeActive':_0x19e50e,'usesDomFloatingStage':_0x143320})===_0x80836e(0x3a0),_0x521811=()=>{const _0x31cb93=_0x80836e;_0x5db053['activate']({'hostUnitId':_0x5eb445,'embedId':_0x1fe66e,'childUnitId':_0x2e0d12},_0x31cb93(0x3a0)),_0x549091[_0x31cb93(0x42c)](_0x2e0d12);},_0x3fe03a=_0x215489=>{const _0x136054=_0x80836e;let _0x1f6899=_0x36ef5a[_0x215489];!_0x1f6899||!_0x20dbe4||(_0x521811(),_0x20dbe4[_0x136054(0x347)]['setActiveSlide'](_0x1f6899['getId']()));};return(0x0,_0x520e3c[_0x80836e(0x65c)])(_0x80836e(0x555),{'className':(0x0,_0x5b4c13[_0x80836e(0x2c6)])(_0x80836e(0x443),{'univer-hidden':!_0x3c45ba,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x30732c,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x30732c,'-univer-top-9':!_0x30732c}),'data-embed-floating-menu':_0x80836e(0x563),'data-embed-id':_0x1fe66e,'data-embed-float-stage':_0x3c45ba?_0x80836e(0x3a0):'inactive','onPointerDown':_0x59bf4e=>_0x59bf4e[_0x80836e(0x432)](),'children':[(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x18d0d7,{'title':_0x80836e(0x384),'disabled':_0x4dbbd7<=0x0,'onClick':()=>_0x3fe03a(_0x4dbbd7-0x1),'children':(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x1b19a2,{})}),(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x18d0d7,{'title':_0x80836e(0x526),'disabled':_0x56da4f===0x0||_0x4dbbd7>=_0x56da4f-0x1,'onClick':()=>_0x3fe03a(_0x4dbbd7+0x1),'children':(0x0,_0x520e3c[_0x80836e(0x11b)])(_0xd51725,{})}),(0x0,_0x520e3c['jsx'])(_0x5b4c13[_0x80836e(0x2cf)],{'align':_0x80836e(0x39b),'sideOffset':0x6,'data-embed-id':_0x1fe66e,'data-embed-floating-menu-popup':_0x80836e(0x563),'items':[{'type':_0x80836e(0x320),'value':String(_0x4dbbd7),'hideIndicator':!0x0,'options':_0x36ef5a[_0x80836e(0x27a)]((_0xef0ab5,_0x4887fd)=>({'label':_0x80836e(0x5aa)+(_0x4887fd+0x1),'value':String(_0x4887fd)})),'onSelect':_0xf91783=>_0x3fe03a(Number(_0xf91783))}],'children':(0x0,_0x520e3c['jsxs'])(_0x5b4c13[_0x80836e(0x4de)],{'type':'button','size':_0x80836e(0x273),'variant':_0x80836e(0x617),'className':_0x80836e(0x2a7),'title':'Select\x20page','children':[(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x80836e(0x136),{'children':_0x56da4f===0x0?_0x80836e(0x625):_0x4dbbd7+0x1+_0x80836e(0x13a)+_0x56da4f}),(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x3b926f,{'className':'univer-size-3'})]})}),(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x5b4c13['Separator'],{'orientation':_0x80836e(0x4c7)}),(0x0,_0x520e3c['jsx'])(_0x18d0d7,{'title':_0x42e8df['t'](_0x80836e(0x344)),'className':_0x80836e(0x2f0),'onClick':()=>{const _0x5e2595=_0x80836e;_0x4106a1['executeCommand'](_0x233a55[_0x5e2595(0x2ae)]['id'],{'hostUnitId':_0x5eb445,'embedId':_0x1fe66e});},'children':(0x0,_0x520e3c[_0x80836e(0x11b)])(_0x2309c2,{})})]});}function _0x18d0d7(_0xb6e216){const _0x3b64a2=_0x3431b8;let {children:_0x3d2b2f,title:_0x5347e4,disabled:_0x5cf2f9,className:_0x5f5c01,onClick:_0x7ac80c}=_0xb6e216;return(0x0,_0x520e3c[_0x3b64a2(0x11b)])(_0x5b4c13['Button'],{'type':_0x3b64a2(0x681),'size':_0x3b64a2(0x273),'variant':'ghost','className':(0x0,_0x5b4c13[_0x3b64a2(0x2c6)])(_0x3b64a2(0x5d4),_0x5f5c01),'title':_0x5347e4,'aria-label':_0x5347e4,'disabled':_0x5cf2f9,'onClick':_0x7ac80c,'children':_0x3d2b2f});}function _0x3cdd30(){const _0x226dfe=_0x3431b8;return _0x79518({'childType':_0x21e99d[_0x226dfe(0x601)][_0x226dfe(0x6e3)],'mount':_0x2062ac});}function _0x2062ac(_0x4c902e){const _0x3fe4e0=_0x3431b8;let {root:_0x3dce60,menu:_0x11af4e}=_0x3f02ba(_0x4c902e),_0x5796d4=_0x340eb8(_0x11af4e),_0x50aeb6=_0x4c902e[_0x3fe4e0(0x644)]['get'](_0x13b828),_0x24f9d5=_0x4c902e[_0x3fe4e0(0x644)][_0x3fe4e0(0x1da)](_0x21e99d[_0x3fe4e0(0x40e)]),_0x388a1a=_0x4c902e['injector']['get'](_0x21e99d[_0x3fe4e0(0x297)]),_0x10d3f3=_0x388a1a[_0x3fe4e0(0x348)](_0x4c902e[_0x3fe4e0(0x3bc)],_0x21e99d['UniverInstanceType']['UNIVER_SLIDE']);return _0x5796d4['render']((0x0,_0x373e09[_0x3fe4e0(0x5ad)])(_0x17c507,{'injector':_0x4c902e[_0x3fe4e0(0x676)][_0x3fe4e0(0x644)],'mountContainer':_0x3dce60,'embedId':_0x4c902e[_0x3fe4e0(0x73e)]},(0x0,_0x373e09[_0x3fe4e0(0x5ad)])(_0x359e1e,{'hostUnitId':_0x4c902e['hostUnitId'],'embedId':_0x4c902e[_0x3fe4e0(0x73e)],'childUnitId':_0x4c902e['childUnitId'],'slideModel':_0x10d3f3??null,'floatingActiveService':_0x50aeb6,'commandService':_0x24f9d5,'instanceService':_0x388a1a,'fullscreen':!!_0x4c902e[_0x3fe4e0(0x74a)]['fullscreen'],'usesDomFloatingStage':_0x4c902e[_0x3fe4e0(0x723)][_0x3fe4e0(0x478)]!==_0x3fe4e0(0x4d8),'renderScopeActive$':_0x4c902e['renderScope'][_0x3fe4e0(0x397)]}))),(0x0,_0x21e99d[_0x3fe4e0(0x7b6)])(()=>{const _0xc87e1a=_0x3fe4e0;_0x9a59f3(_0x5796d4),globalThis['setTimeout'](()=>_0x11af4e[_0xc87e1a(0x19e)](),0x0);});}function _0x2d4177(_0x5bd6c5,_0x3b2a60,_0x30212f){const _0x1ffef3=_0x3431b8;return{...(0x0,_0x233a55[_0x1ffef3(0x12b)])(_0x5bd6c5,_0x3b2a60),'activateAnchor':_0x2d570d=>{const _0x4049c7=_0x1ffef3;_0x30212f==null||_0x30212f[_0x4049c7(0x1ed)](_0x2d570d[_0x4049c7(0x1a4)]),_0x2d570d[_0x4049c7(0x723)]['childUnitId']&&(_0x3b2a60==null||_0x3b2a60['setCurrentUnitForType'](_0x2d570d[_0x4049c7(0x723)][_0x4049c7(0x3bc)]));let _0x995814=_0x3b2a60==null?void 0x0:_0x3b2a60['getUnit'](_0x2d570d['hostUnitId'],_0x21e99d[_0x4049c7(0x601)]['UNIVER_SLIDE']),_0x5c65a1=()=>{const _0x4a889d=_0x4049c7;var _0x178ce3,_0x1c7875;return _0x995814==null||(_0x178ce3=_0x995814[_0x4a889d(0x347)])==null||(_0x1c7875=_0x178ce3[_0x4a889d(0x52b)])==null?void 0x0:_0x1c7875[_0x4a889d(0x2f1)](_0x178ce3,_0x2d570d[_0x4a889d(0x7a9)]);};if(typeof window>'u'){_0x5c65a1();return;}window['requestAnimationFrame'](_0x5c65a1);}};}function _0x51bc23(){const _0x298d46=_0x3431b8;return{'hostType':_0x21e99d[_0x298d46(0x601)][_0x298d46(0x6e3)],'entry':_0x298d46(0x4d8),'layout':_0x298d46(0x1a3),'supportedLayouts':[_0x298d46(0x1a3),_0x298d46(0x322),_0x298d46(0x765),_0x298d46(0x2b9)],'menuBehavior':'floating','mount':_0x3e709c=>{const _0xc9e37a=_0x298d46;let _0x25cab0=_0x128d44(_0xc9e37a(0x244),_0x3e709c['descriptor'][_0xc9e37a(0x7a9)]);return _0x25cab0?{'hostElement':_0x25cab0}:{};}};}function _0xf491cd(){const _0x5618cf=_0x3431b8;return{'hostType':_0x21e99d[_0x5618cf(0x601)][_0x5618cf(0x6e3)],'entry':'slides-page-list-block','layout':_0x5618cf(0x2d0),'supportedLayouts':[_0x5618cf(0x2d0)],'menuBehavior':_0x5618cf(0x654),'mount':_0x3a5f05=>{const _0x3c3baf=_0x5618cf;let _0x4e51dd=_0x128d44('data-embed-slides-page-list-host',_0x3a5f05[_0x3c3baf(0x723)]['hostAnchorId']);return _0x4e51dd?{'hostElement':_0x4e51dd}:{};}};}function _0x128d44(_0x3959df,_0x2aada5){const _0x3af3f1=_0x3431b8;return document[_0x3af3f1(0x73b)]('['+_0x3959df+'=\x22'+_0x107e8c(_0x2aada5)+'\x22]');}function _0x107e8c(_0x5b3c53){const _0x34765b=_0x3431b8;return _0x5b3c53[_0x34765b(0x559)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function _0xcb5f8a(){const _0x5c8b47=_0x3431b8;return{'childType':_0x21e99d[_0x5c8b47(0x601)][_0x5c8b47(0x6e3)],'handleWheel':()=>!0x1};}function _0x241f42(_0x5c3cc5){const _0x37ac83=_0x3431b8;return{'childType':_0x21e99d['UniverInstanceType']['UNIVER_SLIDE'],'supportedLayouts':[_0x37ac83(0x2d0),_0x37ac83(0x765),_0x37ac83(0x1a3)],'beforeDeactivate':_0x5a69f0,'mount':_0x2a6318=>_0x599fda(_0x2a6318,_0x5c3cc5)};}function _0x5a69f0(_0x210ee1){const _0x28991e=_0x3431b8;let _0x3fa697=_0x210ee1[_0x28991e(0x676)][_0x28991e(0x644)];if(!(_0x3fa697!=null&&_0x3fa697['has'](_0x365cfa[_0x28991e(0x5d6)])))return;let _0x3dafe9=_0x3fa697[_0x28991e(0x1da)](_0x365cfa['ISlideDrawingStateService']);_0x3dafe9[_0x28991e(0x1c6)](),_0x3dafe9[_0x28991e(0x78f)]();}function _0x599fda(_0x277b99,_0x599925){const _0x165257=_0x3431b8;let _0x514f0f=_0x277b99['injector'][_0x165257(0x1da)](_0x21e99d['IUniverInstanceService'])[_0x165257(0x348)](_0x277b99[_0x165257(0x3bc)],_0x21e99d[_0x165257(0x601)][_0x165257(0x6e3)]);if(!_0x514f0f)return;let _0x13ff97=_0x277b99[_0x165257(0x676)][_0x165257(0x644)];if(!_0x13ff97)return;let _0x4d87cb=_0x4d909f(_0x277b99,_0x599925,_0x397ff2=>_0x236650(_0x514f0f,_0x397ff2)),_0x5f2b26=_0x277b99['runtimeScope'][_0x165257(0x6ec)][_0x165257(0x56e)],_0x2ae0f6=_0x277b99['runtimeScope'][_0x165257(0x6ec)]['canvas'],_0x409b6d=_0x277b99[_0x165257(0x644)][_0x165257(0x1da)](_0x59d49a['IRenderManagerService']),_0x5e01c8=_0x5693cf(_0x277b99),_0x23f145=_0x2ae0f6?_0x10c735(_0x409b6d,_0x277b99[_0x165257(0x3bc)],_0x13ff97):void 0x0;if(_0x23f145&&_0x2ae0f6&&!_0x5e01c8){try{var _0x23247e,_0x493783;(_0x23247e=(_0x493783=_0x23f145[_0x165257(0x69d)])[_0x165257(0x32e)])==null||_0x23247e[_0x165257(0x2f1)](_0x493783);}catch{}_0x23f145[_0x165257(0x69d)][_0x165257(0x721)](_0x2ae0f6),_0x45a652(_0x23f145,{'activate':!0x0}),_0x2ae0f6[_0x165257(0x5be)][_0x165257(0x1d1)]=_0x277b99[_0x165257(0x3bc)],_0x2ae0f6[_0x165257(0x5be)][_0x165257(0x80c)]='slide-canvas';}let _0x51bb42=_0x340eb8(_0x5f2b26);return _0x5f2b26[_0x165257(0x5be)]['embedChildRenderUnitId']=_0x277b99['childUnitId'],_0x5f2b26[_0x165257(0x5be)][_0x165257(0x80c)]=_0x165257(0x488),_0x51bb42[_0x165257(0x639)]((0x0,_0x520e3c[_0x165257(0x11b)])(_0x17c507,{'injector':_0x13ff97,'mountContainer':_0x277b99[_0x165257(0x676)][_0x165257(0x6ec)][_0x165257(0x536)],'embedId':_0x277b99[_0x165257(0x73e)],'children':_0x5e01c8?(0x0,_0x520e3c[_0x165257(0x11b)])(_0x365cfa[_0x165257(0x48b)],{'unitId':_0x277b99[_0x165257(0x3bc)],'active$':_0x277b99[_0x165257(0x74a)][_0x165257(0x397)]}):(0x0,_0x520e3c[_0x165257(0x11b)])(_0x365cfa[_0x165257(0x37c)],{})})),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x20afac=_0x165257;_0x4d87cb['dispose']();try{var _0x789bbb,_0x2e3383;_0x23f145==null||(_0x2e3383=(_0x789bbb=_0x23f145['engine'])['unmount'])==null||_0x2e3383[_0x20afac(0x2f1)](_0x789bbb);}catch{}_0x409b6d[_0x20afac(0x6f9)](_0x277b99[_0x20afac(0x3bc)]),_0x9a59f3(_0x51bb42),_0x5f2b26[_0x20afac(0x30e)]&&(_0x5f2b26[_0x20afac(0x7b5)](_0x20afac(0x2b5)),_0x5f2b26[_0x20afac(0x7b5)](_0x20afac(0x4a9))),_0x2ae0f6!=null&&_0x2ae0f6[_0x20afac(0x30e)]&&(_0x2ae0f6[_0x20afac(0x7b5)](_0x20afac(0x2b5)),_0x2ae0f6[_0x20afac(0x7b5)](_0x20afac(0x4a9))),_0x13ff97[_0x20afac(0x403)]();});}function _0x236650(_0x29d83b,_0x147466){const _0xebe9e7=_0x3431b8;var _0x564fc5,_0x3e452c;let _0x288041=_0x147466==null?void 0x0:_0x147466[_0xebe9e7(0x50d)],_0x2c9574=_0x288041&&_0x29d83b[_0xebe9e7(0x347)][_0xebe9e7(0x372)](_0x288041)?_0x288041:(_0x564fc5=_0x29d83b[_0xebe9e7(0x347)]['getSlides']()[0x0])==null?void 0x0:_0x564fc5[_0xebe9e7(0x429)]();_0x2c9574&&((_0x3e452c=_0x29d83b[_0xebe9e7(0x347)][_0xebe9e7(0x5cf)]())==null?void 0x0:_0x3e452c['getId']())!==_0x2c9574&&_0x29d83b[_0xebe9e7(0x347)][_0xebe9e7(0x52b)](_0x2c9574);}function _0x5693cf(_0x4fddc5){const _0x5433a2=_0x3431b8;return _0x4fddc5['renderScope'][_0x5433a2(0x79a)]===_0x5433a2(0x1cc)&&!_0x4fddc5['renderScope'][_0x5433a2(0x7ea)]&&_0x4fddc5[_0x5433a2(0x1ae)]===_0x5433a2(0x765);}let _0x5b7003=class{constructor(_0x304c64,_0x554534){const _0x4a4a6c=_0x3431b8;this[_0x4a4a6c(0x2fb)]=_0x304c64,this[_0x4a4a6c(0x293)]=_0x554534,_0x2c4771(this,_0x4a4a6c(0x5d2),_0x21e99d[_0x4a4a6c(0x601)][_0x4a4a6c(0x6e3)]);}[_0x3431b8(0x6dd)](_0x14e1d9){const _0x1e83a1=_0x3431b8;var _0x462b20,_0x564eb8;let _0x292f78=this['_getSlideModel'](_0x14e1d9[_0x1e83a1(0x3bc)]),_0x3b431b=(_0x292f78==null||(_0x462b20=_0x292f78[_0x1e83a1(0x347)][_0x1e83a1(0x5cf)]())==null?void 0x0:_0x462b20[_0x1e83a1(0x429)]())??'';return{'unitId':_0x14e1d9[_0x1e83a1(0x3bc)],'pageId':_0x3b431b,'scaleMode':_0x1e83a1(0x2c5),'zoomRatio':_0x292f78==null||(_0x564eb8=_0x292f78['getZoomRatio'])==null?void 0x0:_0x564eb8[_0x1e83a1(0x2f1)](_0x292f78)};}[_0x3431b8(0x1f4)](_0x1ae1c6,_0x3667cc){const _0x324522=_0x3431b8;let _0x57f3a4=this[_0x324522(0x22b)](_0x1ae1c6['childUnitId']);!_0x57f3a4||!_0x3667cc[_0x324522(0x50d)]||!_0x57f3a4[_0x324522(0x347)][_0x324522(0x372)](_0x3667cc[_0x324522(0x50d)])||_0x57f3a4[_0x324522(0x347)][_0x324522(0x52b)](_0x3667cc['pageId']);}['renderPreview'](_0x22a329){const _0x1cc572=_0x3431b8;var _0x36fc6f,_0x2296cb,_0x4561a1;let _0xde9d56=this[_0x1cc572(0x22b)](_0x22a329['childUnitId']),_0x2206f7=(_0x36fc6f=_0x22a329[_0x1cc572(0x3a2)])==null?void 0x0:_0x36fc6f[_0x1cc572(0x50d)];_0xde9d56&&_0x2206f7&&_0xde9d56[_0x1cc572(0x347)][_0x1cc572(0x372)](_0x2206f7)&&_0xde9d56[_0x1cc572(0x347)][_0x1cc572(0x52b)](_0x2206f7);let _0x38b3eb=this[_0x1cc572(0x34b)](_0x22a329[_0x1cc572(0x3bc)]),_0x1162f2=_0x38b3eb==null||(_0x2296cb=_0x38b3eb[_0x1cc572(0x69d)])==null||(_0x4561a1=_0x2296cb[_0x1cc572(0x1c0)])==null?void 0x0:_0x4561a1[_0x1cc572(0x2f1)](_0x2296cb);if(_0x38b3eb&&(!_0x1162f2||_0x1162f2['width']<=0x1||_0x1162f2[_0x1cc572(0x5ab)]<=0x1)&&(_0x1162f2=_0x5a09df(_0x38b3eb,_0x22a329[_0x1cc572(0x36e)],_0x22a329[_0x1cc572(0x5ab)])),!(!_0x1162f2||_0x1162f2[_0x1cc572(0x36e)]<=0x1||_0x1162f2[_0x1cc572(0x5ab)]<=0x1||typeof _0x1162f2['toDataURL']!='function'))try{let _0x2677b8=_0xde9d56?(0x0,_0x365cfa[_0x1cc572(0x1c2)])(_0xde9d56[_0x1cc572(0x7e5)]()[_0x1cc572(0x464)]):void 0x0,_0x264188=_0x2677b8?_0x2677b8[_0x1cc572(0x36e)]/_0x2677b8[_0x1cc572(0x5ab)]:void 0x0,_0x5370d2=_0x3dddc6(_0x38b3eb,_0x1162f2['width'],_0x1162f2[_0x1cc572(0x5ab)])??(_0x264188?_0x540f2f(_0x1162f2[_0x1cc572(0x36e)],_0x1162f2[_0x1cc572(0x5ab)],_0x264188):void 0x0);return _0x552f01(_0x1162f2,_0x22a329['width'],_0x22a329[_0x1cc572(0x5ab)],_0x22a329[_0x1cc572(0x482)],_0x5370d2)??_0x1162f2[_0x1cc572(0x51b)](_0x1cc572(0x2e3));}catch{return;}}[_0x3431b8(0x22b)](_0x453049){const _0x1be001=_0x3431b8;return this['_instanceService']['getUnit'](_0x453049,_0x21e99d[_0x1be001(0x601)][_0x1be001(0x6e3)])??void 0x0;}[_0x3431b8(0x34b)](_0x4dd643){const _0x4b19f1=_0x3431b8;let _0x27f8f2=this['_renderManagerService'][_0x4b19f1(0x800)](_0x4dd643);if(_0x27f8f2)return _0x27f8f2;try{return this[_0x4b19f1(0x293)]['createRender'](_0x4dd643);}catch{return;}}};_0x5b7003=_0x36d13f([_0x4bfa6d(0x0,_0x21e99d[_0x3431b8(0x297)]),_0x4bfa6d(0x1,_0x59d49a[_0x3431b8(0x738)])],_0x5b7003);function _0x5a09df(_0x52cabe,_0x23c280,_0x3b8656){const _0x18e9fb=_0x3431b8;if(typeof document>'u')return;let _0xd639bd=_0x52cabe[_0x18e9fb(0x69d)],_0x59d87e=_0x52cabe['scene'];if(!(_0xd639bd!=null&&_0xd639bd[_0x18e9fb(0x721)])||!_0xd639bd['resize'])return;let _0x2c76b6=document[_0x18e9fb(0x5ad)](_0x18e9fb(0x555));_0x2c76b6['style'][_0x18e9fb(0x6c5)]='fixed',_0x2c76b6[_0x18e9fb(0x594)][_0x18e9fb(0x312)]=_0x18e9fb(0x3ec),_0x2c76b6[_0x18e9fb(0x594)][_0x18e9fb(0x1db)]='-100000px',_0x2c76b6[_0x18e9fb(0x594)]['width']=Math[_0x18e9fb(0x561)](0x1,Math['round'](_0x23c280))+'px',_0x2c76b6[_0x18e9fb(0x594)][_0x18e9fb(0x5ab)]=Math['max'](0x1,Math[_0x18e9fb(0x31a)](_0x3b8656))+'px',_0x2c76b6[_0x18e9fb(0x594)][_0x18e9fb(0x235)]=_0x18e9fb(0x331),_0x2c76b6[_0x18e9fb(0x5be)][_0x18e9fb(0x5bb)]=_0x18e9fb(0x563),document[_0x18e9fb(0x71e)][_0x18e9fb(0x543)](_0x2c76b6);try{var _0x3831a9,_0x5afe10,_0x57a0fc;return _0xd639bd['mount'](_0x2c76b6),_0xd639bd[_0x18e9fb(0x19a)](),_0x59d87e==null||(_0x3831a9=_0x59d87e[_0x18e9fb(0x116)])==null||_0x3831a9[_0x18e9fb(0x2f1)](_0x59d87e,!0x0),_0x59d87e==null||(_0x5afe10=_0x59d87e[_0x18e9fb(0x639)])==null||_0x5afe10['call'](_0x59d87e),(_0x57a0fc=_0xd639bd[_0x18e9fb(0x1c0)])==null?void 0x0:_0x57a0fc[_0x18e9fb(0x2f1)](_0xd639bd);}finally{_0x2c76b6[_0x18e9fb(0x19e)]();}}function _0x540f2f(_0x2f844a,_0x284169,_0x470dbe){const _0x54a411=_0x3431b8;let _0x8e7675=Math['max'](0x1,Math[_0x54a411(0x31a)](_0x2f844a)),_0x31abb7=Math[_0x54a411(0x561)](0x1,Math['round'](_0x284169));if(!Number[_0x54a411(0x669)](_0x470dbe)||_0x470dbe<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0x8e7675,'sHeight':_0x31abb7};if(_0x8e7675/_0x31abb7>_0x470dbe){let _0x46c563=Math[_0x54a411(0x31a)](_0x31abb7*_0x470dbe);return{'sx':Math[_0x54a411(0x561)](0x0,Math[_0x54a411(0x31a)]((_0x8e7675-_0x46c563)/0x2)),'sy':0x0,'sWidth':_0x46c563,'sHeight':_0x31abb7};}let _0x3e5c75=Math[_0x54a411(0x31a)](_0x8e7675/_0x470dbe);return{'sx':0x0,'sy':Math['max'](0x0,Math[_0x54a411(0x31a)]((_0x31abb7-_0x3e5c75)/0x2)),'sWidth':_0x8e7675,'sHeight':_0x3e5c75};}function _0x1cff3b(_0x640ba5,_0x3ff449,_0x273f4e,_0x5c4b9c,_0x5a258b){const _0x8f9368=_0x3431b8;if(typeof _0x273f4e[_0x8f9368(0x312)]!='number'||typeof _0x273f4e[_0x8f9368(0x1db)]!=_0x8f9368(0x445)||typeof _0x273f4e[_0x8f9368(0x36e)]!=_0x8f9368(0x445)||typeof _0x273f4e['height']!=_0x8f9368(0x445)||_0x273f4e['width']<=0x0||_0x273f4e[_0x8f9368(0x5ab)]<=0x0)return;let _0x41c234=Math[_0x8f9368(0x561)](0x0,Math[_0x8f9368(0x31a)](_0x273f4e[_0x8f9368(0x312)]*_0x5c4b9c)),_0x3c6e9e=Math[_0x8f9368(0x561)](0x0,Math['round'](_0x273f4e['top']*_0x5a258b));return{'sx':_0x41c234,'sy':_0x3c6e9e,'sWidth':Math[_0x8f9368(0x7ad)](Math['max'](0x1,Math['round'](_0x273f4e[_0x8f9368(0x36e)]*_0x5c4b9c)),Math[_0x8f9368(0x561)](0x1,Math[_0x8f9368(0x31a)](_0x640ba5-_0x41c234))),'sHeight':Math[_0x8f9368(0x7ad)](Math[_0x8f9368(0x561)](0x1,Math[_0x8f9368(0x31a)](_0x273f4e['height']*_0x5a258b)),Math['max'](0x1,Math[_0x8f9368(0x31a)](_0x3ff449-_0x3c6e9e)))};}function _0x3dddc6(_0x202536,_0xaec7b7,_0x5f522d){const _0x456884=_0x3431b8;var _0x5c3ec4,_0x47c131;let _0x53eedd=_0x202536==null?void 0x0:_0x202536[_0x456884(0x491)],_0xc76012=_0x53eedd==null||(_0x5c3ec4=_0x53eedd[_0x456884(0x2b2)])==null?void 0x0:_0x5c3ec4[_0x456884(0x2f1)](_0x53eedd,_0x365cfa['SLIDE_PAGE_RECT_KEY']),_0x415434=_0x53eedd==null||(_0x47c131=_0x53eedd[_0x456884(0x7cc)])==null?void 0x0:_0x47c131[_0x456884(0x2f1)](_0x53eedd),_0x235f4c=(_0x415434==null?void 0x0:_0x415434[_0x456884(0x404)])??(_0x53eedd==null?void 0x0:_0x53eedd['scaleX'])??0x1,_0x43ec25=(_0x415434==null?void 0x0:_0x415434['scaleY'])??(_0x53eedd==null?void 0x0:_0x53eedd[_0x456884(0x392)])??_0x235f4c;return _0xc76012?_0x1cff3b(_0xaec7b7,_0x5f522d,_0xc76012,_0x235f4c,_0x43ec25):void 0x0;}function _0x552f01(_0x3f51b5,_0x2ad943,_0x5929f4,_0x54b71f,_0x20456b){const _0x368300=_0x3431b8;if(typeof document>'u'||!_0x20456b)return;let _0x3d352d=document[_0x368300(0x5ad)](_0x368300(0x391));_0x3d352d[_0x368300(0x36e)]=Math[_0x368300(0x561)](0x1,Math[_0x368300(0x31a)](_0x2ad943*Math[_0x368300(0x561)](0x1,_0x54b71f||0x1))),_0x3d352d['height']=Math[_0x368300(0x561)](0x1,Math[_0x368300(0x31a)](_0x5929f4*Math[_0x368300(0x561)](0x1,_0x54b71f||0x1)));let _0xd22de5=null;try{_0xd22de5=_0x3d352d['getContext']('2d');}catch{return;}if(_0xd22de5)return _0xd22de5[_0x368300(0x2b6)](_0x3f51b5,_0x20456b['sx'],_0x20456b['sy'],_0x20456b[_0x368300(0x2a6)],_0x20456b['sHeight'],0x0,0x0,_0x3d352d[_0x368300(0x36e)],_0x3d352d[_0x368300(0x5ab)]),_0x3d352d[_0x368300(0x51b)]('image/png');}function _0x49ac35(_0x35ddd5,_0x5160e2){const _0x29987d=_0x3431b8;let _0x7356ae=!0x1,_0x12bdab,_0x32effc,_0x5524ea,_0x3415cf=_0x5199ac=>{const _0x50e2ef=_0x5b76;if(_0x7356ae||_0x32effc||!_0x5199ac['image'])return;let _0x35352d=_0x4b84bc(_0x5199ac[_0x50e2ef(0x2e9)]);_0x35352d&&(_0x12bdab=_0x148cd2(_0x5160e2[_0x50e2ef(0x306)],_0x12bdab,_0x35352d));},_0x2d2a00=_0x35ddd5[_0x29987d(0x473)][_0x29987d(0x69f)][_0x29987d(0x823)](_0x2533ed=>{const _0x613a8c=_0x29987d;_0x2533ed[_0x613a8c(0x73e)]===_0x5160e2['embedId']&&(!_0x5160e2[_0x613a8c(0x3bc)]||_0x2533ed[_0x613a8c(0x3bc)]===_0x5160e2['childUnitId'])&&_0x3415cf(_0x2533ed);});return _0xcba023(_0x35ddd5,_0x5160e2)[_0x29987d(0x636)](_0x5d08de=>{const _0x31850e=_0x29987d;if(_0x7356ae||!_0x5d08de)return;let _0x12f4b1=_0x552d2a();try{let _0x3227e7=_0x35ddd5[_0x31850e(0x239)][_0x31850e(0x691)]({..._0x5d08de,'mode':_0x31850e(0x1e0)},_0x12f4b1[_0x31850e(0x4ff)]);if(!_0x3227e7[_0x31850e(0x7d7)]['context'])throw _0x3227e7['dispose'](),Error(_0x31850e(0x5b3));if(_0x7356ae){_0x3227e7[_0x31850e(0x403)]();return;}_0x6cebcd(_0x12f4b1[_0x31850e(0x4ff)]),_0x32effc=_0x3227e7,_0x5524ea=_0x12f4b1,_0x12bdab=void 0x0,_0x5160e2[_0x31850e(0x306)][_0x31850e(0x313)](_0x12f4b1[_0x31850e(0x589)]),_0x12f4b1[_0x31850e(0x549)](_0x7f56ee(_0x35ddd5,_0x3227e7,_0x12f4b1[_0x31850e(0x5b1)]));return;}catch{}_0x57c902(_0x35ddd5,_0x5160e2,_0x5d08de,_0x3415cf,()=>_0x7356ae)[_0x31850e(0x636)](_0x55a860=>{const _0x930c5d=_0x31850e;!_0x7356ae&&_0x55a860&&(_0x12bdab=_0x148cd2(_0x5160e2[_0x930c5d(0x306)],_0x12bdab,_0x55a860));});},()=>{}),(0x0,_0x21e99d[_0x29987d(0x7b6)])(()=>{const _0x3af768=_0x29987d;_0x7356ae=!0x0,_0x2d2a00[_0x3af768(0x2f3)](),_0x32effc==null||_0x32effc[_0x3af768(0x403)](),_0x32effc=void 0x0,_0x5524ea==null||_0x5524ea['dispose'](),_0x5524ea=void 0x0,_0x12bdab==null||_0x12bdab['remove'](),_0x12bdab=void 0x0;});}async function _0xcba023(_0x3efb5f,_0x1b3c89){const _0x314fe5=_0x3431b8;let _0x510ec2=_0x3efb5f['embedModelService']['getDescriptor'](_0x1b3c89[_0x314fe5(0x1a4)],_0x1b3c89['embedId'])??_0x4913e4(_0x1b3c89);if(_0x510ec2){try{_0x510ec2=await _0x3efb5f[_0x314fe5(0x401)]['materializeDescriptor']({'descriptor':_0x510ec2});}catch{}return _0x510ec2[_0x314fe5(0x3bc)]&&_0x510ec2[_0x314fe5(0x5d2)]!=null?_0x510ec2:void 0x0;}}async function _0x57c902(_0x560925,_0x503a1f,_0xea7eae,_0x5efc88,_0x52cba6){const _0x5ca3f9=_0x3431b8;var _0x33d92f,_0x3bcabf;let _0xfb6786=await((_0x33d92f=_0x560925[_0x5ca3f9(0x172)])==null?void 0x0:_0x33d92f[_0x5ca3f9(0x673)](_0x503a1f[_0x5ca3f9(0x7a9)]));if(_0x52cba6())return;if(_0xfb6786)return _0x4b84bc(_0xfb6786);let _0x199924=_0xea7eae[_0x5ca3f9(0x3bc)],_0x2864e3=_0xea7eae[_0x5ca3f9(0x5d2)];if(!_0x199924||_0x2864e3==null)return;let _0x265862=(_0x3bcabf=_0x560925[_0x5ca3f9(0x172)])==null?void 0x0:_0x3bcabf[_0x5ca3f9(0x3cf)](_0x503a1f[_0x5ca3f9(0x7a9)]);_0x5efc88(_0x560925[_0x5ca3f9(0x473)]['requestPreview']({'descriptor':{..._0xea7eae,'mode':_0x5ca3f9(0x1e0)},'childUnitId':_0x199924,'childType':_0x2864e3,'width':Math['max'](0x1,_0x503a1f[_0x5ca3f9(0x36e)]),'height':Math[_0x5ca3f9(0x561)](0x1,_0x503a1f[_0x5ca3f9(0x5ab)]),'dpr':Math[_0x5ca3f9(0x561)](0x1,Math['min'](0x2,_0x503a1f[_0x5ca3f9(0x482)])),'reason':_0x5ca3f9(0x525),'context':_0x265862}));}function _0x552d2a(){const _0x3e6cac=_0x3431b8;let _0x4d2f46=document[_0x3e6cac(0x5ad)](_0x3e6cac(0x555));_0x4d2f46[_0x3e6cac(0x5be)][_0x3e6cac(0x1fb)]=_0x3e6cac(0x563),_0x4d2f46['style'][_0x3e6cac(0x6c5)]='absolute',_0x4d2f46[_0x3e6cac(0x594)]['inset']='0',_0x4d2f46[_0x3e6cac(0x594)][_0x3e6cac(0x41d)]=_0x3e6cac(0x2e8),_0x4d2f46[_0x3e6cac(0x594)]['overflow']=_0x3e6cac(0x330);let _0x357cae=document[_0x3e6cac(0x5ad)]('div');_0x357cae[_0x3e6cac(0x5be)]['embedSlidesPresentationRuntime']=_0x3e6cac(0x563),_0x357cae['style']['position']=_0x3e6cac(0x481),_0x357cae[_0x3e6cac(0x594)][_0x3e6cac(0x64a)]='0',_0x357cae['style'][_0x3e6cac(0x4e3)]='0',_0x357cae['style']['overflow']=_0x3e6cac(0x330),_0x357cae[_0x3e6cac(0x594)][_0x3e6cac(0x235)]=_0x3e6cac(0x331);let _0x36ae74=document[_0x3e6cac(0x5ad)](_0x3e6cac(0x555));_0x36ae74[_0x3e6cac(0x5be)][_0x3e6cac(0x6ea)]='true',_0x36ae74[_0x3e6cac(0x594)][_0x3e6cac(0x6c5)]=_0x3e6cac(0x481),_0x36ae74[_0x3e6cac(0x594)][_0x3e6cac(0x64a)]='0',_0x36ae74[_0x3e6cac(0x594)]['zIndex']='1',_0x36ae74[_0x3e6cac(0x594)][_0x3e6cac(0x235)]=_0x3e6cac(0x61a),_0x36ae74[_0x3e6cac(0x594)][_0x3e6cac(0x5e0)]='none',_0x4d2f46['append'](_0x357cae,_0x36ae74);let _0x2a8048=[];return{'surface':_0x4d2f46,'runtimeHost':_0x357cae,'interactionGate':_0x36ae74,'addDisposer':_0x46abc4=>_0x2a8048[_0x3e6cac(0x49d)](_0x46abc4),'dispose':()=>{const _0x3f2fa3=_0x3e6cac;_0x2a8048[_0x3f2fa3(0x302)](0x0)[_0x3f2fa3(0x29e)]()[_0x3f2fa3(0x7ce)](_0x4d29d1=>_0x4d29d1()),_0x4d2f46[_0x3f2fa3(0x19e)]();}};}function _0x6cebcd(_0x8191d){const _0x61304c=_0x3431b8;_0x8191d[_0x61304c(0x594)][_0x61304c(0x235)]=_0x61304c(0x331);}function _0x7f56ee(_0x104d3d,_0x34c837,_0x402e81){const _0x142883=_0x3431b8;let _0x218086=_0x47cd50=>{const _0x4f0ce8=_0x5b76;_0x47cd50[_0x4f0ce8(0x361)](),_0x47cd50['stopPropagation']();},_0x340e30=_0xdc5085=>{const _0x2e0aae=_0x5b76;var _0x3a03a3;if(_0xdc5085[_0x2e0aae(0x185)]||_0xdc5085[_0x2e0aae(0x1de)])return;let _0x38d994=_0x34c837[_0x2e0aae(0x7d7)][_0x2e0aae(0x3ac)];if(!_0x38d994)return;let _0x4fd9cb={..._0x38d994,'event':_0xdc5085,'stage':_0x2e0aae(0x23b),'source':_0x2e0aae(0x1ee)},_0x6fab0b=_0x104d3d[_0x2e0aae(0x628)][_0x2e0aae(0x466)](_0x4fd9cb),_0x309336=!_0x6fab0b&&((_0x3a03a3=_0x104d3d[_0x2e0aae(0x123)][_0x2e0aae(0x1da)](_0x38d994['childType'],_0x38d994[_0x2e0aae(0x1ae)]))==null?void 0x0:_0x3a03a3[_0x2e0aae(0x466)](_0x4fd9cb))===!0x0;(_0x6fab0b||_0x309336)&&(_0xdc5085['preventDefault'](),_0xdc5085[_0x2e0aae(0x432)](),_0xdc5085[_0x2e0aae(0x14d)]());},_0x364a7a=[_0x142883(0x380),_0x142883(0x426),_0x142883(0x448),_0x142883(0x46b),_0x142883(0x38b)];return _0x364a7a[_0x142883(0x7ce)](_0x574732=>_0x402e81[_0x142883(0x50e)](_0x574732,_0x218086)),_0x402e81['addEventListener']('wheel',_0x340e30,{'passive':!0x1}),()=>{const _0x160f23=_0x142883;_0x364a7a[_0x160f23(0x7ce)](_0x2cab49=>_0x402e81[_0x160f23(0x5c5)](_0x2cab49,_0x218086)),_0x402e81[_0x160f23(0x5c5)](_0x160f23(0x1ee),_0x340e30);};}function _0x4913e4(_0x3bc985){const _0x4dce18=_0x3431b8;if(!(!_0x3bc985[_0x4dce18(0x3bc)]||_0x3bc985['childType']==null))return{'embedId':_0x3bc985[_0x4dce18(0x73e)],'hostUnitId':_0x3bc985[_0x4dce18(0x1a4)],'hostType':_0x21e99d[_0x4dce18(0x601)][_0x4dce18(0x6e3)],'entry':_0x3bc985['entry'],'hostAnchorId':_0x3bc985[_0x4dce18(0x7a9)],'childUnitId':_0x3bc985[_0x4dce18(0x3bc)],'childType':_0x3bc985[_0x4dce18(0x5d2)],'mode':_0x4dce18(0x1e0),'source':{'unitType':_0x3bc985[_0x4dce18(0x5d2)],'ref':{'file':{'kind':_0x4dce18(0x77f)},'unit':{'selector':_0x3bc985['childUnitId'],'type':(0x0,_0x233a55[_0x4dce18(0x38a)])(_0x3bc985[_0x4dce18(0x5d2)])}}},'sourceMeta':{'floating':_0x3bc985[_0x4dce18(0x478)]===_0x4dce18(0x4d8)&&{'enabled':!0x0,'layout':_0x4dce18(0x1a3),'fullscreen':!0x1},'tab':_0x3bc985[_0x4dce18(0x478)]===_0x4dce18(0x44c)&&{'enabled':!0x0,'container':_0x4dce18(0x2ea),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function _0x4b84bc(_0xe4efd4){const _0x3e5515=_0x3431b8;if(typeof _0xe4efd4==_0x3e5515(0x202))return _0xe4efd4;if(typeof HTMLCanvasElement<'u'&&_0xe4efd4 instanceof HTMLCanvasElement)try{return _0xe4efd4['toDataURL'](_0x3e5515(0x2e3));}catch{return;}if(typeof ImageBitmap<'u'&&_0xe4efd4 instanceof ImageBitmap&&typeof document<'u'){let _0x374c41=document[_0x3e5515(0x5ad)](_0x3e5515(0x391));_0x374c41['width']=_0xe4efd4[_0x3e5515(0x36e)],_0x374c41[_0x3e5515(0x5ab)]=_0xe4efd4[_0x3e5515(0x5ab)];let _0x10db0f=_0x374c41[_0x3e5515(0x319)]('2d');return _0x10db0f?(_0x10db0f[_0x3e5515(0x2b6)](_0xe4efd4,0x0,0x0),_0x374c41['toDataURL'](_0x3e5515(0x2e3))):void 0x0;}}function _0x148cd2(_0x34e099,_0x2260e2,_0x31b1de){const _0x2f20e2=_0x3431b8;let _0x50d805=_0x2260e2??document[_0x2f20e2(0x5ad)](_0x2f20e2(0x503));return _0x50d805[_0x2f20e2(0x774)]='',_0x50d805['dataset'][_0x2f20e2(0x73a)]='true',_0x50d805[_0x2f20e2(0x594)][_0x2f20e2(0x568)]=_0x2f20e2(0x438),_0x50d805[_0x2f20e2(0x594)][_0x2f20e2(0x36e)]=_0x2f20e2(0x67d),_0x50d805['style'][_0x2f20e2(0x5ab)]='100%',_0x50d805[_0x2f20e2(0x594)][_0x2f20e2(0x25f)]='fill',_0x50d805[_0x2f20e2(0x594)][_0x2f20e2(0x235)]=_0x2f20e2(0x331),_0x50d805[_0x2f20e2(0x2ba)]=_0x31b1de,_0x50d805['parentElement']!==_0x34e099&&_0x34e099[_0x2f20e2(0x313)](_0x50d805),_0x50d805;}let _0x30273e=class{constructor(_0x23096f,_0x80d77b){const _0x1aea8a=_0x3431b8;this[_0x1aea8a(0x2fb)]=_0x23096f,this['_renderManagerService']=_0x80d77b,_0x2c4771(this,_0x1aea8a(0x5d2),_0x21e99d['UniverInstanceType'][_0x1aea8a(0x6e3)]),_0x2c4771(this,_0x1aea8a(0x2ed),['aspect-fit']);}[_0x3431b8(0x721)](_0x5d283b){const _0x484313=_0x3431b8;var _0x172fa6;let _0x12c4b2=this[_0x484313(0x22b)](_0x5d283b[_0x484313(0x3bc)]);if(!_0x12c4b2)return;(_0x172fa6=_0x5d283b[_0x484313(0x3a2)])!=null&&_0x172fa6['pageId']&&_0x12c4b2[_0x484313(0x347)][_0x484313(0x372)](_0x5d283b[_0x484313(0x3a2)][_0x484313(0x50d)])&&_0x12c4b2['pageManager'][_0x484313(0x52b)](_0x5d283b['viewState'][_0x484313(0x50d)]);let _0x5ca036=_0x4e5e63(_0x12f512(_0x5d283b));if(!_0x5ca036)return;let _0x401b25=_0x5d283b[_0x484313(0x6ec)][_0x484313(0x391)]?_0x10c735(this['_renderManagerService'],_0x5d283b[_0x484313(0x3bc)],_0x5ca036):void 0x0;if(!_0x401b25){_0x5ca036[_0x484313(0x403)]();return;}_0x5d283b[_0x484313(0x6ec)][_0x484313(0x391)]&&(_0x5d283b['roots'][_0x484313(0x391)][_0x484313(0x5be)][_0x484313(0x1d1)]=_0x5d283b['childUnitId'],_0x5d283b[_0x484313(0x6ec)][_0x484313(0x391)][_0x484313(0x5be)][_0x484313(0x80c)]='slide-readonly-preview-shell');let _0x3e4687=_0x340eb8(_0x5d283b['roots'][_0x484313(0x56e)]);return _0x5d283b['roots'][_0x484313(0x56e)][_0x484313(0x5be)]['embedChildRenderUnitId']=_0x5d283b[_0x484313(0x3bc)],_0x5d283b[_0x484313(0x6ec)][_0x484313(0x56e)][_0x484313(0x5be)][_0x484313(0x80c)]='slide-readonly-preview',_0x3e4687[_0x484313(0x639)]((0x0,_0x520e3c[_0x484313(0x11b)])(_0x17c507,{'injector':_0x5ca036,'mountContainer':_0x5d283b['roots'][_0x484313(0x15a)],'embedId':_0x5d283b[_0x484313(0x73e)],'children':(0x0,_0x520e3c['jsx'])(_0x365cfa[_0x484313(0x696)],{'unitId':_0x5d283b[_0x484313(0x3bc)],'render':_0x401b25})})),(0x0,_0x21e99d[_0x484313(0x7b6)])(()=>{const _0x47a9cf=_0x484313;var _0xed79f4,_0x2413e2,_0x5a56ec,_0x29475d;try{var _0x355e81,_0x427c4a;_0x401b25==null||(_0x427c4a=(_0x355e81=_0x401b25[_0x47a9cf(0x69d)])['unmount'])==null||_0x427c4a[_0x47a9cf(0x2f1)](_0x355e81);}catch{}(_0xed79f4=(_0x2413e2=this[_0x47a9cf(0x293)])[_0x47a9cf(0x6f9)])==null||_0xed79f4[_0x47a9cf(0x2f1)](_0x2413e2,_0x5d283b[_0x47a9cf(0x3bc)]),_0x9a59f3(_0x3e4687),_0x5d283b['roots'][_0x47a9cf(0x56e)]['removeAttribute'](_0x47a9cf(0x2b5)),_0x5d283b[_0x47a9cf(0x6ec)][_0x47a9cf(0x56e)]['removeAttribute'](_0x47a9cf(0x4a9)),(_0x5a56ec=_0x5d283b[_0x47a9cf(0x6ec)][_0x47a9cf(0x391)])==null||_0x5a56ec['removeAttribute'](_0x47a9cf(0x2b5)),(_0x29475d=_0x5d283b['roots']['canvas'])==null||_0x29475d[_0x47a9cf(0x7b5)]('data-embed-child-render-mode'),_0x5ca036[_0x47a9cf(0x403)]();});}[_0x3431b8(0x466)](_0x31f29a){const _0x3cec32=_0x3431b8;var _0x262c9e,_0xce6449;let _0x2bc0de=this[_0x3cec32(0x22b)](_0x31f29a[_0x3cec32(0x3bc)]);if(!_0x2bc0de)return!0x1;let _0x53192b=Math[_0x3cec32(0x735)](_0x31f29a[_0x3cec32(0x272)]['deltaY'])>=Math[_0x3cec32(0x735)](_0x31f29a[_0x3cec32(0x272)][_0x3cec32(0x2c1)])?_0x31f29a[_0x3cec32(0x272)][_0x3cec32(0x789)]:_0x31f29a[_0x3cec32(0x272)]['deltaX'];if(_0x53192b===0x0)return!0x1;let _0x4e29f4=_0x318a3a(_0x2bc0de);if(_0x4e29f4['length']<0x2)return!0x0;let _0xe7a80b=((_0x262c9e=_0x2bc0de[_0x3cec32(0x347)][_0x3cec32(0x5cf)]())==null?void 0x0:_0x262c9e[_0x3cec32(0x429)]())??_0x4e29f4[0x0],_0x1f8e31=Math[_0x3cec32(0x561)](0x0,_0x4e29f4[_0x3cec32(0x3e4)](_0xe7a80b)),_0x214ffc=_0x4e29f4[Math[_0x3cec32(0x561)](0x0,Math['min'](_0x4e29f4['length']-0x1,_0x1f8e31+(_0x53192b>0x0?0x1:-0x1)))];return!_0x214ffc||_0x214ffc===_0xe7a80b?!0x0:(_0x2bc0de[_0x3cec32(0x347)][_0x3cec32(0x52b)](_0x214ffc),_0x31f29a[_0x3cec32(0x4b7)]({'unitId':_0x31f29a[_0x3cec32(0x3bc)],'pageId':_0x214ffc,'scaleMode':_0x3cec32(0x2c5),'zoomRatio':(_0xce6449=_0x2bc0de[_0x3cec32(0x675)])==null?void 0x0:_0xce6449[_0x3cec32(0x2f1)](_0x2bc0de)}),!0x0);}[_0x3431b8(0x22b)](_0x1e73e9){const _0x441c91=_0x3431b8;return this[_0x441c91(0x2fb)][_0x441c91(0x348)](_0x1e73e9,_0x21e99d[_0x441c91(0x601)][_0x441c91(0x6e3)])??void 0x0;}};_0x30273e=_0x36d13f([_0x4bfa6d(0x0,_0x21e99d['IUniverInstanceService']),_0x4bfa6d(0x1,_0x59d49a['IRenderManagerService'])],_0x30273e);function _0x12f512(_0x303a06){const _0x26d8a8=_0x3431b8;let _0x1cfbb2=()=>{};return{'descriptor':_0x303a06[_0x26d8a8(0x723)],'layout':_0x303a06[_0x26d8a8(0x1ae)],'injector':_0x303a06['injector'],'hostElement':_0x303a06[_0x26d8a8(0x6ec)][_0x26d8a8(0x15a)],'container':_0x303a06[_0x26d8a8(0x6ec)][_0x26d8a8(0x15a)],'hostUnitId':_0x303a06['hostUnitId'],'embedId':_0x303a06[_0x26d8a8(0x73e)],'childUnitId':_0x303a06[_0x26d8a8(0x3bc)],'childType':_0x303a06[_0x26d8a8(0x5d2)],'renderScope':{'hostUnitId':_0x303a06[_0x26d8a8(0x1a4)],'hostAnchorId':_0x303a06[_0x26d8a8(0x723)][_0x26d8a8(0x7a9)],'embedId':_0x303a06['embedId'],'childUnitId':_0x303a06[_0x26d8a8(0x3bc)],'childType':_0x303a06['childType'],'layout':_0x303a06[_0x26d8a8(0x1ae)],'mode':_0x26d8a8(0x1cc),'rootElement':_0x303a06['roots'][_0x26d8a8(0x15a)],'contentRoot':_0x303a06['roots'][_0x26d8a8(0x56e)],'canvasRoot':_0x303a06[_0x26d8a8(0x6ec)]['canvas'],'active$':(0x0,_0x465e89['of'])(!0x1)},'runtimeScope':{'descriptor':_0x303a06[_0x26d8a8(0x723)],'host':{'unitId':_0x303a06[_0x26d8a8(0x1a4)],'type':_0x303a06[_0x26d8a8(0x723)]['hostType'],'anchorId':_0x303a06[_0x26d8a8(0x723)][_0x26d8a8(0x7a9)],'entry':_0x303a06['descriptor'][_0x26d8a8(0x478)],'layout':_0x26d8a8(0x1cc)},'child':{'unitId':_0x303a06['childUnitId'],'type':_0x303a06[_0x26d8a8(0x5d2)]},'injector':_0x303a06[_0x26d8a8(0x644)],'roots':{'root':_0x303a06[_0x26d8a8(0x6ec)][_0x26d8a8(0x15a)],'content':_0x303a06['roots'][_0x26d8a8(0x56e)],'canvas':_0x303a06[_0x26d8a8(0x6ec)]['canvas'],'overlay':_0x303a06[_0x26d8a8(0x6ec)][_0x26d8a8(0x15a)],'popup':_0x303a06[_0x26d8a8(0x6ec)][_0x26d8a8(0x15a)]},'activate':_0x1cfbb2,'deactivate':_0x1cfbb2,'dispose':_0x1cfbb2}};}function _0x318a3a(_0x3f3e1e){const _0x3ccdf3=_0x3431b8;var _0x1544d6,_0x253fc3,_0x4a91bd;let _0x5910b3=(_0x1544d6=_0x3f3e1e[_0x3ccdf3(0x7e5)])==null?void 0x0:_0x1544d6[_0x3ccdf3(0x2f1)](_0x3f3e1e)[_0x3ccdf3(0x68d)];return Array[_0x3ccdf3(0x11f)](_0x5910b3)&&_0x5910b3[_0x3ccdf3(0x522)]>0x0?_0x5910b3:((_0x253fc3=(_0x4a91bd=_0x3f3e1e[_0x3ccdf3(0x347)])[_0x3ccdf3(0x5d3)])==null?void 0x0:_0x253fc3[_0x3ccdf3(0x2f1)](_0x4a91bd)['map'](_0x3d5c23=>_0x3d5c23[_0x3ccdf3(0x429)]())[_0x3ccdf3(0x659)](Boolean))??[];}function _0xd6032d(_0x5ab5cb){const _0x36da2f=_0x3431b8;_0x4c24e7(_0x5ab5cb,_0x36da2f(0x737),_0x37a272);}function _0x37a272(_0x31b419){const _0x3a70e9=_0x3431b8;let _0x18e5b4=_0x31b419['get'](_0x233a55['EmbedHostAdapterRegistryService']),_0x331be6=_0x31b419[_0x3a70e9(0x1da)](_0x30faa5),_0x3c5588=_0x31b419[_0x3a70e9(0x1da)](_0x486096),_0x48b765=_0x31b419['get'](_0x101d0b),_0x2d068a=_0x31b419['get'](_0x121581),_0x16473e=_0x31b419[_0x3a70e9(0x1da)](_0x11aab4),_0x17b296=_0x31b419['get'](_0x56aeca),_0x4ee2bc=_0x31b419[_0x3a70e9(0x1da)](_0x20cbcb),_0xf5f0de=_0x31b419[_0x3a70e9(0x2e0)](_0x233a55['EmbedHostAnchorModelService'])?_0x31b419['get'](_0x233a55[_0x3a70e9(0x5a6)]):void 0x0,_0x2f7dd8=_0x31b419[_0x3a70e9(0x2e0)](_0x21e99d[_0x3a70e9(0x297)])?_0x31b419[_0x3a70e9(0x1da)](_0x21e99d[_0x3a70e9(0x297)]):void 0x0;_0x31b419[_0x3a70e9(0x2e0)](_0x365cfa[_0x3a70e9(0x7a3)])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa[_0x3a70e9(0x7a3)],{'useFactory':()=>_0x55848c({'embedModelService':_0x31b419['get'](_0x233a55[_0x3a70e9(0x72c)]),'mountService':_0x31b419['get'](_0x353757),'activationService':_0x31b419[_0x3a70e9(0x1da)](_0x220bdc),'restoreService':_0x31b419[_0x3a70e9(0x1da)](_0x307d2f),'previewService':_0x31b419[_0x3a70e9(0x1da)](_0x11aab4),'runtimeHostLeaseService':_0x31b419['get'](_0x129a48),'passiveViewportRegistry':_0x31b419[_0x3a70e9(0x1da)](_0x56aeca),'passiveWheelHandlerRegistry':_0x31b419[_0x3a70e9(0x1da)](_0x524487),'sceneCanvasCaptureService':_0x31b419[_0x3a70e9(0x2e0)](_0x4797d2)?_0x31b419['get'](_0x4797d2):void 0x0})}]),_0x31b419['has'](_0x365cfa[_0x3a70e9(0x2ef)])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa[_0x3a70e9(0x2ef)],{'useFactory':()=>_0x31b419[_0x3a70e9(0x1da)](_0x13b828)}]),_0x31b419[_0x3a70e9(0x2e0)](_0x365cfa[_0x3a70e9(0x1a0)])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa[_0x3a70e9(0x1a0)],{'useFactory':()=>_0x31b419[_0x3a70e9(0x1da)](_0x353757)}]),_0x31b419[_0x3a70e9(0x2e0)](_0x365cfa['ISlideEmbedActivationService'])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa[_0x3a70e9(0x336)],{'useFactory':()=>_0x31b419[_0x3a70e9(0x1da)](_0x220bdc)}]),_0x31b419['has'](_0x365cfa[_0x3a70e9(0x37e)])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa[_0x3a70e9(0x37e)],{'useFactory':()=>_0x31b419[_0x3a70e9(0x1da)](_0x233a55[_0x3a70e9(0x43e)])}]),_0x31b419[_0x3a70e9(0x2e0)](_0x365cfa['ISlideEmbedRuntimeFocusCoordinator'])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa[_0x3a70e9(0x189)],{'useFactory':()=>_0x31b419['get'](_0xc6fcec)}]),_0x31b419[_0x3a70e9(0x2e0)](_0x365cfa['ISlideEmbedFloatDomRenderer'])||_0x31b419[_0x3a70e9(0x24d)]([_0x365cfa['ISlideEmbedFloatDomRenderer'],{'useFactory':()=>({'render':_0x2be474=>{const _0x493393=_0x3a70e9;let {data:_0x28eaad}=_0x2be474;return(0x0,_0x373e09[_0x493393(0x5ad)])(_0x4b3426,{..._0x2be474,'data':_0x28eaad});}})}]),[(0x0,_0x233a55[_0x3a70e9(0x6b4)])(_0xf5f0de,_0x2f7dd8,()=>_0x31b419[_0x3a70e9(0x2e0)](_0x4caf4a['ISlideDrawingService'])?_0x31b419[_0x3a70e9(0x1da)](_0x4caf4a[_0x3a70e9(0x126)]):void 0x0),_0x2d4177(_0xf5f0de,_0x2f7dd8,_0x31b419[_0x3a70e9(0x1da)](_0x365cfa[_0x3a70e9(0x7a3)]))][_0x3a70e9(0x7ce)](_0x409fe0=>{const _0x5d83e1=_0x3a70e9;_0x18e5b4['get'](_0x409fe0[_0x5d83e1(0x257)],_0x409fe0[_0x5d83e1(0x478)])||_0x18e5b4[_0x5d83e1(0x475)](_0x409fe0);}),[_0x51bc23(),_0xf491cd()][_0x3a70e9(0x7ce)](_0x49c712=>{const _0x2aefb1=_0x3a70e9;_0x331be6[_0x2aefb1(0x1da)](_0x49c712[_0x2aefb1(0x257)],_0x49c712[_0x2aefb1(0x478)])||_0x331be6[_0x2aefb1(0x475)](_0x49c712);});let _0xdc5242=_0x241f42(_0x31b419[_0x3a70e9(0x1da)](_0x21e99d['ICommandService']));_0x3c5588[_0x3a70e9(0x1da)](_0xdc5242[_0x3a70e9(0x5d2)])||_0x3c5588[_0x3a70e9(0x475)](_0xdc5242);let _0x56742f=_0x2f8f32();_0x48b765[_0x3a70e9(0x1da)](_0x56742f[_0x3a70e9(0x5d2)])||_0x48b765[_0x3a70e9(0x475)](_0x56742f),_0x3cdd30()[_0x3a70e9(0x7ce)](_0x3c66c0=>{const _0x33fba3=_0x3a70e9;_0x2d068a[_0x33fba3(0x515)](_0x3c66c0[_0x33fba3(0x257)],_0x3c66c0[_0x33fba3(0x478)],_0x3c66c0[_0x33fba3(0x5d2)])||_0x2d068a[_0x33fba3(0x475)](_0x3c66c0);}),_0x16473e['registerProvider'](_0x31b419[_0x3a70e9(0x29d)](_0x5b7003)),_0x17b296[_0x3a70e9(0x1da)](_0x21e99d[_0x3a70e9(0x601)][_0x3a70e9(0x6e3)])||_0x17b296[_0x3a70e9(0x475)](_0xcb5f8a()),_0x4ee2bc[_0x3a70e9(0x1da)](_0x21e99d[_0x3a70e9(0x601)][_0x3a70e9(0x6e3)])||_0x4ee2bc['register'](_0x31b419[_0x3a70e9(0x29d)](_0x30273e));}function _0x55848c(_0x98a3fd){const _0x185faf=_0x3431b8;return{'mountPageList':_0x23b6fb=>{const _0x279d90=_0x5b76;var _0x54ac2c,_0x53180f;let _0x371bd2={'embedId':_0x23b6fb['embedId'],'hostUnitId':_0x23b6fb['hostUnitId'],'hostType':_0x21e99d['UniverInstanceType'][_0x279d90(0x6e3)],'entry':'slides-page-list-block','hostAnchorId':_0x23b6fb[_0x279d90(0x7a9)],'childUnitId':_0x23b6fb['childUnitId'],'childType':_0x23b6fb[_0x279d90(0x5d2)],'source':{'unitType':_0x23b6fb[_0x279d90(0x5d2)],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x23b6fb[_0x279d90(0x3bc)],'type':(0x0,_0x233a55[_0x279d90(0x38a)])(_0x23b6fb[_0x279d90(0x5d2)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x279d90(0x2ea),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x2735fe=(_0x54ac2c=(_0x53180f=_0x98a3fd[_0x279d90(0x266)])[_0x279d90(0x62b)])==null?void 0x0:_0x54ac2c[_0x279d90(0x2f1)](_0x53180f,_0x23b6fb[_0x279d90(0x73e)]);return(_0x2735fe==null?void 0x0:_0x2735fe[_0x279d90(0x1a4)])===_0x23b6fb[_0x279d90(0x1a4)]&&_0x2735fe['entry']===_0x279d90(0x44c)&&_0x2735fe[_0x279d90(0x3bc)]===_0x23b6fb[_0x279d90(0x3bc)]?(_0x98a3fd[_0x279d90(0x541)]['activateTab'](_0x371bd2),(0x0,_0x21e99d['toDisposable'])(()=>{})):(_0x98a3fd['mountService']['mount'](_0x371bd2),_0x98a3fd[_0x279d90(0x541)][_0x279d90(0x6ae)](_0x371bd2),(0x0,_0x21e99d[_0x279d90(0x7b6)])(()=>{const _0x295224=_0x279d90;_0x98a3fd[_0x295224(0x541)][_0x295224(0x51f)](_0x23b6fb['embedId']),_0x98a3fd[_0x295224(0x266)][_0x295224(0x32e)](_0x23b6fb['embedId']);}));},'mountFloatingObject':_0x499ffc=>{const _0x4e78a4=_0x5b76;let _0x1a523d=_0x98a3fd[_0x4e78a4(0x16d)]['getDescriptor'](_0x499ffc[_0x4e78a4(0x1a4)],_0x499ffc['embedId'])??{'embedId':_0x499ffc['embedId'],'hostUnitId':_0x499ffc['hostUnitId'],'hostType':_0x21e99d[_0x4e78a4(0x601)][_0x4e78a4(0x6e3)],'entry':_0x4e78a4(0x4d8),'hostAnchorId':_0x499ffc['hostAnchorId'],'childUnitId':_0x499ffc['childUnitId'],'childType':_0x499ffc[_0x4e78a4(0x5d2)],'source':{'unitType':_0x499ffc[_0x4e78a4(0x5d2)],'ref':{'file':{'kind':'self'},'unit':{'selector':_0x499ffc[_0x4e78a4(0x3bc)],'type':(0x0,_0x233a55[_0x4e78a4(0x38a)])(_0x499ffc[_0x4e78a4(0x5d2)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':_0x4e78a4(0x1a3),'fullscreen':!0x0},'tab':!0x1}};return _0x98a3fd['mountService']['mountIntoHostElement'](_0x1a523d,_0x499ffc[_0x4e78a4(0x306)]),(0x0,_0x21e99d['toDisposable'])(()=>{const _0x1062fb=_0x4e78a4;_0x98a3fd[_0x1062fb(0x266)][_0x1062fb(0x32e)](_0x499ffc['embedId']);});},'clearAndUnmount':_0x5da8d8=>{const _0x1af38d=_0x5b76;_0x98a3fd[_0x1af38d(0x541)][_0x1af38d(0x51f)](_0x5da8d8),_0x98a3fd[_0x1af38d(0x266)][_0x1af38d(0x32e)](_0x5da8d8);},'unmountFloatingSessions':_0x5c0784=>{const _0x5cf570=_0x5b76;_0x98a3fd[_0x5cf570(0x266)][_0x5cf570(0x1dd)]()[_0x5cf570(0x659)](_0x44e7df=>_0x44e7df['hostUnitId']===_0x5c0784&&_0x44e7df[_0x5cf570(0x478)]==='slides-floating-object')[_0x5cf570(0x7ce)](_0x419600=>_0x98a3fd[_0x5cf570(0x266)]['unmount'](_0x419600[_0x5cf570(0x73e)]));},'listSessions':()=>_0x98a3fd[_0x185faf(0x266)]['listSessions']()['map'](_0x8a824e=>({'embedId':_0x8a824e['embedId'],'hostUnitId':_0x8a824e[_0x185faf(0x1a4)],'entry':_0x8a824e[_0x185faf(0x478)],'childType':_0x8a824e['childType'],'childUnitId':_0x8a824e[_0x185faf(0x3bc)]})),'capturePreviewByHostAnchorId':async _0x4ad5ca=>{const _0x5a538e=_0x185faf;var _0x931a0f;let _0x370cdc=await((_0x931a0f=_0x98a3fd[_0x5a538e(0x172)])==null?void 0x0:_0x931a0f['captureByHostAnchorId'](_0x4ad5ca));return _0x370cdc?_0x4b84bc(_0x370cdc):void 0x0;},'mountPresentationEmbed':_0x366e14=>_0x49ac35(_0x98a3fd,_0x366e14)};}function _0x2c8e39(_0x1d9d76){_0x8dcde8(_0x1d9d76),_0xa88cc(_0x1d9d76),_0xd6032d(_0x1d9d76),_0x348cc4(_0x1d9d76),_0x451a83(_0x1d9d76);}function _0x29283f(_0x8fbb6f){_0xa8d584(_0x8fbb6f);}let _0x53a390=[0x0,0x10,0x64,0x12c,0x3e8];async function _0x2e635d(_0x2c6d38,_0x2d754c){const _0x37e6a5=_0x3431b8;var _0x3a1b3c;let {instanceService:_0x3bf7ca,childUnitId:_0x2729dc,childType:_0x47fc59,restoreUnitId:_0x4479ee,shouldRestore:_0x31e68c,settleDelayMs:_0x3054c4=0x10,deferredRestoreDelaysMs:_0x3acd49=_0x4479ee?_0x53a390:[]}=_0x2c6d38,_0x490bd9=_0x3bf7ca[_0x37e6a5(0x839)](_0x47fc59),_0x3c5fd5=((_0x3a1b3c=_0x3bf7ca['getFocusedUnit']())==null?void 0x0:_0x3a1b3c['getUnitId']())??null??_0x4479ee??null;_0x3bf7ca[_0x37e6a5(0x42c)](_0x2729dc),_0x3bf7ca['focusUnit'](_0x2729dc);let _0x3be762=()=>{const _0x16647b=_0x37e6a5;_0x31e68c&&!_0x31e68c()||(_0x490bd9&&_0x490bd9[_0x16647b(0x787)]()!==_0x2729dc&&_0x3bf7ca[_0x16647b(0x42c)](_0x490bd9[_0x16647b(0x787)]()),_0x4479ee&&_0x3bf7ca[_0x16647b(0x42c)](_0x4479ee),_0x3bf7ca[_0x16647b(0x421)](_0x3c5fd5));};try{let _0x398349=await _0x2d754c();return _0x3054c4>0x0&&await _0x203b55(_0x3054c4),_0x398349;}finally{_0x3be762(),_0x23b21f(_0x3be762,_0x3acd49);}}function _0x203b55(_0x511293){return new Promise(_0x16851b=>setTimeout(_0x16851b,_0x511293));}function _0x23b21f(_0x1be9e9,_0x36b9c4){_0x36b9c4['forEach'](_0x47d0c3=>{const _0x5cb15d=_0x5b76;globalThis[_0x5cb15d(0x81e)](_0x1be9e9,_0x47d0c3);});}let _0x2aa8bd=new WeakMap(),_0x2f9287=0x0;function _0x41ad5e(_0x27f676,_0x4a3f9e){const _0x281479=_0x3431b8;return _0x27f676['has'](_0x3597d2)?_0x27f676['get'](_0x3597d2)[_0x281479(0x475)](_0x4a3f9e):_0x4e2811(_0x27f676,_0x4a3f9e);}function _0x54f313(_0x150500){const _0x2b2f2e=_0x3431b8;if(!_0x150500[_0x2b2f2e(0x2e0)](_0x3597d2))return;let _0x2094b4=_0x2aa8bd['get'](_0x150500);_0x2094b4!=null&&_0x2094b4['size']&&([..._0x2094b4[_0x2b2f2e(0x702)]()][_0x2b2f2e(0x842)]((_0x4c62ca,_0x245e27)=>_0x4c62ca[_0x2b2f2e(0x83e)]-_0x245e27[_0x2b2f2e(0x83e)])[_0x2b2f2e(0x7ce)](({contribution:_0x218130})=>_0x41ad5e(_0x150500,_0x218130)),_0x2aa8bd[_0x2b2f2e(0x5bc)](_0x150500));}function _0x4e2811(_0x18c0a5,_0x10d35d){const _0x5bd197=_0x3431b8;let _0x3794b0={'contribution':_0x10d35d,'index':_0x2f9287++},_0x4c086c=_0x221038(_0x10d35d,_0x3794b0[_0x5bd197(0x83e)]),_0x216842=_0x18c0a5,_0x3c78a6=_0x2aa8bd[_0x5bd197(0x1da)](_0x216842)??new Map();return _0x3c78a6[_0x5bd197(0x441)](_0x4c086c,_0x3794b0),_0x2aa8bd['set'](_0x216842,_0x3c78a6),(0x0,_0x21e99d[_0x5bd197(0x7b6)])(()=>{const _0x5de12c=_0x5bd197;let _0x2baa72=_0x2aa8bd[_0x5de12c(0x1da)](_0x216842);(_0x2baa72==null?void 0x0:_0x2baa72['get'](_0x4c086c))===_0x3794b0&&_0x2baa72['delete'](_0x4c086c);});}function _0x221038(_0x263afb,_0x2e6171){const _0x1a68ef=_0x3431b8;return _0x263afb['id']?_0x263afb[_0x1a68ef(0x5d2)]+':'+_0x263afb['id']:_0x263afb[_0x1a68ef(0x5d2)]+_0x1a68ef(0x7ab)+_0x2e6171;}let _0x3597d2=class{constructor(_0x1ff0cb,_0x33fd1c){const _0x24aafd=_0x3431b8;this[_0x24aafd(0x395)]=_0x1ff0cb,this['_focusCoordinator']=_0x33fd1c,_0x2c4771(this,'_contributions',new Map()),_0x2c4771(this,_0x24aafd(0x3f0),0x0);}['register'](_0x40f5b3){const _0x1474e1=_0x3431b8;if(_0x40f5b3['id']&&this[_0x1474e1(0x3a3)](_0x40f5b3['childType'],_0x40f5b3['id']))return(0x0,_0x21e99d['toDisposable'])(()=>{});let _0x541183={'contribution':_0x40f5b3,'index':this[_0x1474e1(0x3f0)]++},_0x4d77d9=this[_0x1474e1(0x206)][_0x1474e1(0x1da)](_0x40f5b3['childType'])??[];return _0x4d77d9['push'](_0x541183),_0x4d77d9[_0x1474e1(0x842)](_0x325974),this[_0x1474e1(0x206)][_0x1474e1(0x441)](_0x40f5b3[_0x1474e1(0x5d2)],_0x4d77d9),(0x0,_0x21e99d[_0x1474e1(0x7b6)])(()=>{const _0x56b497=_0x1474e1;let _0x60446f=this[_0x56b497(0x206)][_0x56b497(0x1da)](_0x40f5b3[_0x56b497(0x5d2)]);if(!_0x60446f)return;let _0x3520bf=_0x60446f['filter'](_0x168c42=>_0x168c42!==_0x541183);_0x3520bf[_0x56b497(0x522)]?this[_0x56b497(0x206)][_0x56b497(0x441)](_0x40f5b3[_0x56b497(0x5d2)],_0x3520bf):this['_contributions']['delete'](_0x40f5b3[_0x56b497(0x5d2)]);});}['getAll'](_0x534dcd){const _0x42dd15=_0x3431b8;return(this[_0x42dd15(0x206)][_0x42dd15(0x1da)](_0x534dcd)??[])['map'](_0x207570=>_0x207570[_0x42dd15(0x25c)]);}async[_0x3431b8(0x4bd)](_0x3c390e){const _0x35a81e=_0x3431b8;let _0x39d5f4=this['getAll'](_0x3c390e[_0x35a81e(0x5d2)]);_0x39d5f4[_0x35a81e(0x522)]&&await _0x2e635d({'instanceService':this['_injector'][_0x35a81e(0x1da)](_0x21e99d[_0x35a81e(0x297)]),'childUnitId':_0x3c390e['childUnitId'],'childType':_0x3c390e['childType'],'restoreUnitId':_0x3c390e['restoreUnitId'],'settleDelayMs':_0x3c390e[_0x35a81e(0x191)],'shouldRestore':()=>!this[_0x35a81e(0x300)]['isChildUnitInActiveSession'](_0x3c390e[_0x35a81e(0x3bc)])},async()=>{const _0x160700=_0x35a81e;for(let _0x191b91 of _0x39d5f4)_0x191b91[_0x160700(0x4bd)]&&await _0x191b91[_0x160700(0x4bd)]({'injector':this[_0x160700(0x395)],'childUnitId':_0x3c390e['childUnitId'],'childType':_0x3c390e['childType'],'descriptor':_0x3c390e[_0x160700(0x723)]});});}[_0x3431b8(0x3a3)](_0x488c47,_0x137b3f){const _0x3e74a8=_0x3431b8;return(this[_0x3e74a8(0x206)][_0x3e74a8(0x1da)](_0x488c47)??[])[_0x3e74a8(0x46a)](_0x9f354b=>_0x9f354b[_0x3e74a8(0x25c)]['id']===_0x137b3f);}};_0x3597d2=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x7e8)])),_0x4bfa6d(0x1,(0x0,_0x21e99d['Inject'])(_0xc6fcec))],_0x3597d2);function _0x325974(_0x3cbcd9,_0x2df78c){const _0x258649=_0x3431b8;return(_0x3cbcd9[_0x258649(0x25c)][_0x258649(0x200)]??_0x3cbcd9[_0x258649(0x83e)])-(_0x2df78c[_0x258649(0x25c)][_0x258649(0x200)]??_0x2df78c['index'])||_0x3cbcd9[_0x258649(0x83e)]-_0x2df78c[_0x258649(0x83e)];}function _0x48ad9d(){return[];}let _0x197fb7=class{constructor(_0x3b9e62,_0x808a85){const _0x578ffa=_0x3431b8;this['_focusOwnerService']=_0x3b9e62,this[_0x578ffa(0x13c)]=_0x808a85;}[_0x3431b8(0x5f0)](_0x66640b){const _0x3e5b89=_0x3431b8;let _0x10c063=this['resolveStackUnitId'](_0x66640b['unitID']);return this[_0x3e5b89(0x13c)][_0x3e5b89(0x512)]({..._0x66640b,'unitID':_0x10c063}),{'stackUnitId':_0x10c063,'routedToHost':_0x10c063!==_0x66640b[_0x3e5b89(0x229)]};}[_0x3431b8(0x7cf)](_0x24b37b){const _0x5b9427=_0x3431b8;let _0x1d37af=this[_0x5b9427(0x60c)][_0x5b9427(0x236)]();return!_0x1d37af||_0x1d37af[_0x5b9427(0x3bc)]!==_0x24b37b?_0x24b37b:_0x1d37af[_0x5b9427(0x1a4)];}};_0x197fb7=_0x36d13f([_0x4bfa6d(0x0,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x233a55[_0x3431b8(0x43e)])),_0x4bfa6d(0x1,_0x21e99d[_0x3431b8(0x453)])],_0x197fb7);let _0x3d1158=class extends _0x21e99d[_0x3431b8(0x6ad)]{constructor(_0xd566f7=_0x524cf3,_0x23fb7b,_0x143bc5,_0x563fd9){const _0x49c9d2=_0x3431b8;super(),this['_config']=_0xd566f7,this[_0x49c9d2(0x395)]=_0x23fb7b,this[_0x49c9d2(0x83f)]=_0x143bc5,this[_0x49c9d2(0x16f)]=_0x563fd9;let {..._0x10fc00}=(0x0,_0x21e99d[_0x49c9d2(0x5cd)])({},_0x524cf3,this[_0x49c9d2(0x62f)]);this[_0x49c9d2(0x83f)][_0x49c9d2(0x4f1)]('embed-ui.config',_0x10fc00);}['onStarting'](){const _0x382a41=_0x3431b8;this['_enableEmbedUnitLeasePolicy'](),this[_0x382a41(0x826)](),this[_0x382a41(0x33d)](),this[_0x382a41(0x4fa)](),this[_0x382a41(0x4ad)](),this['_flushPendingContributions'](),this[_0x382a41(0x769)](),this['_touchServices'](),this['_registerDefaultHostToolbar']();}[_0x3431b8(0x6c1)](){this['_flushPendingContributions']();}[_0x3431b8(0x826)](){const _0x1370f1=_0x3431b8;[[_0x30faa5],[_0x307d2f],[_0x3597d2],[_0x5445f1],[_0x220bdc],[_0x486096],[_0x101d0b],[_0x13b828],[_0x2c4f4c],[_0x121581],[_0x11aab4],[_0x16f1ec],[_0x4c7338],[_0xd40a8f],[_0x194d49],[_0x116086],[_0x41a9de],[_0x4382b5],[_0x2a6290],[_0x353757],[_0x34c95d],[_0x524487],[_0x56aeca],[_0x1d18d3],[_0x20cbcb],[_0x28f64f],[_0xc6fcec],[_0x129a48],[_0x4797d2],[_0x197fb7]][_0x1370f1(0x7ce)](_0x1082c6=>this[_0x1370f1(0x395)][_0x1370f1(0x24d)](_0x1082c6)),this[_0x1370f1(0x395)][_0x1370f1(0x2e0)](_0x5bd767[_0x1370f1(0x6ef)])||this[_0x1370f1(0x395)][_0x1370f1(0x24d)]([_0x5bd767['IDocEmbedInteractionBoundaryService'],{'useFactory':()=>this[_0x1370f1(0x395)][_0x1370f1(0x1da)](_0x116086)}]),this[_0x1370f1(0x395)][_0x1370f1(0x2e0)](_0x5bd767[_0x1370f1(0x746)])||this[_0x1370f1(0x395)][_0x1370f1(0x24d)]([_0x5bd767['IDocEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this[_0x1370f1(0x395)]['get'](_0xc6fcec)}]),this[_0x1370f1(0x395)]['has'](_0x26ee58[_0x1370f1(0x428)])||this[_0x1370f1(0x395)][_0x1370f1(0x24d)]([_0x26ee58['ISheetEmbedInteractionBoundaryService'],{'useFactory':()=>this[_0x1370f1(0x395)]['get'](_0x116086)}]),this[_0x1370f1(0x395)][_0x1370f1(0x2e0)](_0x26ee58['ISheetEmbedRuntimeFocusCoordinator'])||this['_injector'][_0x1370f1(0x24d)]([_0x26ee58[_0x1370f1(0x295)],{'useFactory':()=>this['_injector'][_0x1370f1(0x1da)](_0xc6fcec)}]),this[_0x1370f1(0x395)][_0x1370f1(0x2e0)](_0x26ee58['ISheetEmbedFloatingGeometryService'])||this[_0x1370f1(0x395)]['add']([_0x26ee58[_0x1370f1(0x134)],{'useFactory':()=>this[_0x1370f1(0x395)][_0x1370f1(0x1da)](_0x2c4f4c)}]);}[_0x3431b8(0x4ad)](){const _0xc7af9=_0x3431b8;_0x21f2ba(this['_injector'])[_0xc7af9(0x7ce)](_0x55852b=>this['disposeWithMe'](_0x55852b));}[_0x3431b8(0x33d)](){const _0x250ec6=_0x3431b8;_0x2c8e39(this[_0x250ec6(0x395)]);}['_registerLateProductUIContributions'](){const _0x3d1822=_0x3431b8;let _0x1570ab=this[_0x3d1822(0x16f)]['getTypeOfUnitAdded$'](_0x21e99d[_0x3d1822(0x601)][_0x3d1822(0x425)])[_0x3d1822(0x823)](()=>_0x29283f(this[_0x3d1822(0x395)]));this[_0x3d1822(0x7e0)]((0x0,_0x21e99d[_0x3d1822(0x7b6)])(()=>_0x1570ab[_0x3d1822(0x2f3)]()));}[_0x3431b8(0x790)](){const _0xa390e5=_0x3431b8;_0x15ab8f(this[_0xa390e5(0x395)]),_0x4f579d(this[_0xa390e5(0x395)]),_0x54f313(this['_injector']);}[_0x3431b8(0x769)](){const _0x1749d9=_0x3431b8;var _0x78bde5;let _0x4768c2=this[_0x1749d9(0x395)][_0x1749d9(0x1da)](_0x121581);((_0x78bde5=this[_0x1749d9(0x62f)][_0x1749d9(0x707)])==null?void 0x0:_0x78bde5[_0x1749d9(0x796)])!==!0x1&&_0x48ad9d()['forEach'](_0x42af3c=>{const _0xb38eb9=_0x1749d9;_0x4768c2[_0xb38eb9(0x515)](_0x42af3c['hostType'],_0x42af3c[_0xb38eb9(0x478)],_0x42af3c['childType'])||_0x4768c2[_0xb38eb9(0x475)](_0x42af3c);});}[_0x3431b8(0x5d5)](){const _0x447fcf=_0x3431b8;(0x0,_0x21e99d['touchDependencies'])(this[_0x447fcf(0x395)],[[_0x30faa5],[_0x307d2f],[_0x3597d2],[_0x5445f1],[_0x220bdc],[_0x486096],[_0x101d0b],[_0x13b828],[_0x121581],[_0x11aab4],[_0x16f1ec],[_0x4c7338],[_0xd40a8f],[_0x194d49],[_0x41a9de],[_0x4382b5],[_0x2a6290],[_0x353757],[_0x34c95d],[_0x524487],[_0x56aeca],[_0x1d18d3],[_0x20cbcb],[_0x28f64f],[_0xc6fcec],[_0x129a48],[_0x4797d2],[_0x197fb7]]);}[_0x3431b8(0x58c)](){const _0x23cbd1=_0x3431b8;var _0x256193;((_0x256193=this[_0x23cbd1(0x62f)]['defaults'])==null?void 0x0:_0x256193['hostToolbar'])!==!0x1&&this[_0x23cbd1(0x7e0)](this[_0x23cbd1(0x395)][_0x23cbd1(0x1da)](_0x384c00[_0x23cbd1(0x641)])['registerComponent'](_0x384c00['BuiltInUIPart'][_0x23cbd1(0x442)],()=>_0x2ff1a6));}[_0x3431b8(0x3e2)](){const _0x112e9f=_0x3431b8;this['_injector'][_0x112e9f(0x1da)](_0x233a55[_0x112e9f(0x4e8)])[_0x112e9f(0x4d6)]();}};_0x2c4771(_0x3d1158,_0x3431b8(0x791),_0x3431b8(0x18b)),_0x2c4771(_0x3d1158,_0x3431b8(0x1bf),_0x400768),_0x2c4771(_0x3d1158,'version',_0x3cfb97),_0x2c4771(_0x3d1158,'type',_0x21e99d[_0x3431b8(0x601)]['UNIVER_UNKNOWN']),_0x3d1158=_0x36d13f([(0x0,_0x21e99d[_0x3431b8(0x682)])(_0x30a8b7['UniverLicensePlugin'],_0x233a55[_0x3431b8(0x459)]),_0x4bfa6d(0x1,(0x0,_0x21e99d[_0x3431b8(0x1a2)])(_0x21e99d[_0x3431b8(0x7e8)])),_0x4bfa6d(0x2,_0x21e99d[_0x3431b8(0x7d1)]),_0x4bfa6d(0x3,_0x21e99d[_0x3431b8(0x297)])],_0x3d1158),Object[_0x3431b8(0x181)](_0x2504c6,'EmbedActivationService',{'enumerable':!0x0,'get':function(){return _0x220bdc;}}),_0x2504c6[_0x3431b8(0x4db)]=_0x486096,_0x2504c6[_0x3431b8(0x3df)]=_0x4c7338,_0x2504c6['EmbedHostContainerRegistryService']=_0x30faa5,_0x2504c6[_0x3431b8(0x588)]=_0xd40a8f,Object[_0x3431b8(0x181)](_0x2504c6,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return _0x307d2f;}}),Object[_0x3431b8(0x181)](_0x2504c6,_0x3431b8(0x6be),{'enumerable':!0x0,'get':function(){return _0x353757;}}),Object[_0x3431b8(0x181)](_0x2504c6,_0x3431b8(0x468),{'enumerable':!0x0,'get':function(){return _0x3d1158;}}),_0x2504c6[_0x3431b8(0x1df)]=_0x5a101b;}));
1
+ function _0x41b8(_0x23d51f,_0xb5a679){_0x23d51f=_0x23d51f-0xa6;const _0x404c58=_0x404c();let _0x41b850=_0x404c58[_0x23d51f];return _0x41b850;}(function(_0x40dc04,_0x1fae83){const _0x30df41=_0x41b8,_0x5946aa=_0x40dc04();while(!![]){try{const _0x102617=-parseInt(_0x30df41(0x4ef))/0x1*(-parseInt(_0x30df41(0x6c4))/0x2)+-parseInt(_0x30df41(0x2e3))/0x3+parseInt(_0x30df41(0x7ed))/0x4*(parseInt(_0x30df41(0x180))/0x5)+parseInt(_0x30df41(0x518))/0x6+parseInt(_0x30df41(0x559))/0x7+parseInt(_0x30df41(0x657))/0x8+-parseInt(_0x30df41(0x575))/0x9;if(_0x102617===_0x1fae83)break;else _0x5946aa['push'](_0x5946aa['shift']());}catch(_0x10ec0f){_0x5946aa['push'](_0x5946aa['shift']());}}}(_0x404c,0xb2ba4),function(_0x4d88d3,_0x4cff45){const _0x3fbbc7=_0x41b8;typeof exports=='object'&&typeof module<'u'?_0x4cff45(exports,require('@univerjs-pro/boards-print'),require('@univerjs-pro/embed'),require('@univerjs-pro/license'),require('@univerjs-pro/print'),require('@univerjs-pro/slides-print'),require('@univerjs/core'),require('@univerjs/docs-ui'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('@univerjs/design'),require('react'),require('rxjs'),require('@univerjs/engine-render'),require('react/jsx-runtime'),require('@univerjs/docs'),require('@univerjs-pro/slides'),require('@univerjs-pro/bases-ui'),require('@univerjs/sheets'),require('@univerjs-pro/docs-table-ui'),require('@univerjs/sheets-note-ui'),require('@univerjs-pro/boards'),require('@univerjs-pro/slides-ui'),require('@univerjs-pro/bases'),require('react-dom'),require('@univerjs-pro/boards-ui'),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-numfmt-ui'),require('@univerjs/sheets-sort-ui'),require('@univerjs/sheets-table-ui'),require('@univerjs/sheets-thread-comment-ui')):typeof define=='function'&&define['amd']?define(_0x3fbbc7(0x5d0)['split']('.'),_0x4cff45):(_0x4d88d3=typeof globalThis<'u'?globalThis:_0x4d88d3||self,_0x4cff45(_0x4d88d3['UniverProEmbedUi']={},_0x4d88d3[_0x3fbbc7(0x23c)],_0x4d88d3['UniverProEmbed'],_0x4d88d3['UniverProLicense'],_0x4d88d3[_0x3fbbc7(0x2bd)],_0x4d88d3[_0x3fbbc7(0x2cc)],_0x4d88d3[_0x3fbbc7(0x28d)],_0x4d88d3[_0x3fbbc7(0x388)],_0x4d88d3[_0x3fbbc7(0x8c2)],_0x4d88d3['UniverUi'],_0x4d88d3[_0x3fbbc7(0x306)],_0x4d88d3[_0x3fbbc7(0xa9)],_0x4d88d3[_0x3fbbc7(0x3bd)],_0x4d88d3[_0x3fbbc7(0x78f)],_0x4d88d3[_0x3fbbc7(0xa9)],_0x4d88d3[_0x3fbbc7(0x3dd)],_0x4d88d3[_0x3fbbc7(0x725)],_0x4d88d3[_0x3fbbc7(0x73b)],_0x4d88d3['UniverSheets'],_0x4d88d3[_0x3fbbc7(0x759)],_0x4d88d3[_0x3fbbc7(0x7ea)],_0x4d88d3[_0x3fbbc7(0x156)],_0x4d88d3[_0x3fbbc7(0x746)],_0x4d88d3[_0x3fbbc7(0x1db)],_0x4d88d3[_0x3fbbc7(0x75c)],_0x4d88d3[_0x3fbbc7(0x770)],_0x4d88d3[_0x3fbbc7(0x3e3)],_0x4d88d3[_0x3fbbc7(0x6ba)],_0x4d88d3[_0x3fbbc7(0x562)],_0x4d88d3[_0x3fbbc7(0x2a7)],_0x4d88d3['UniverProSheetsShapeUi'],_0x4d88d3[_0x3fbbc7(0x7dc)],_0x4d88d3[_0x3fbbc7(0x218)],_0x4d88d3[_0x3fbbc7(0x175)],_0x4d88d3['UniverSheetsDrawingUi'],_0x4d88d3['UniverSheetsFilterUi'],_0x4d88d3[_0x3fbbc7(0x3c9)],_0x4d88d3[_0x3fbbc7(0x3ff)],_0x4d88d3[_0x3fbbc7(0x1ab)],_0x4d88d3[_0x3fbbc7(0x49d)],_0x4d88d3['UniverSheetsThreadCommentUi']));}(this,function(_0x46ed01,_0x4e9347,_0x5e7b5b,_0x4ef1d5,_0x2ed2f5,_0x2da869,_0x414d24,_0x241ab5,_0x34d89f,_0x5ab84f,_0x1f8b59,_0x725655,_0x61d5ff,_0x1ed905,_0x5c0f5d,_0x470dcf,_0x33aad3,_0x2624b9,_0x3733e3,_0x363ea7,_0x1a2545,_0x26e12c,_0x5dbcbd,_0x48134b,_0x1966e4,_0x1dcdeb,_0x417532,_0x1fa6a0,_0x76ac90,_0x423b77,_0x2ab04e,_0x7ef75f,_0x29f928,_0x11ee15,_0x5badc1,_0x393616,_0x46fa6f,_0x600da8,_0x255a79,_0x2ab0f9,_0x3089bb){const _0x19cb8f=_0x41b8;Object[_0x19cb8f(0x280)](_0x46ed01,Symbol[_0x19cb8f(0x17d)],{'value':'Module'});var _0x5b5adb=_0x19cb8f(0x41b),_0x2af798='1.0.0-beta.2';function _0x3160b6({ref:_0x1deb34,..._0x1a6bdf}){const _0x4caed6=_0x19cb8f;let {preserveStrokeWidth:_0x46abef,icon:_0x1728f2,id:_0x510a43,className:_0x2b8be9,extend:_0x1070e4,..._0x17a723}=_0x1a6bdf,_0x5af335=(_0x4caed6(0xc5)+_0x510a43+'\x20'+(_0x2b8be9||''))[_0x4caed6(0xd1)](),_0x4c3ada='_'+(0x0,_0x725655[_0x4caed6(0x43f)])(),_0x580940=(0x0,_0x725655[_0x4caed6(0x236)])(null);return(0x0,_0x725655[_0x4caed6(0x406)])(_0x1deb34,()=>_0x580940[_0x4caed6(0x835)]),(0x0,_0x725655['useLayoutEffect'])(()=>{const _0x248c81=_0x4caed6;if(!(!_0x46abef||!_0x580940[_0x248c81(0x835)]||_0x580940[_0x248c81(0x835)][_0x248c81(0x6ca)]!==_0x1728f2[_0x248c81(0x386)]))return _0x1885ae(_0x580940[_0x248c81(0x835)]);},[_0x46abef,_0x1728f2]),_0x312b37(_0x1728f2,''+_0x510a43,{'defIds':_0x1728f2[_0x4caed6(0x486)],'idSuffix':_0x4c3ada},{'ref':_0x580940,'className':_0x5af335,..._0x17a723},_0x1070e4);}function _0x312b37(_0x2734ee,_0xfff081,_0x420804,_0x46956b,_0x125fd7){const _0x50caed=_0x19cb8f;return(0x0,_0x725655[_0x50caed(0x3a6)])(_0x2734ee[_0x50caed(0x386)],{'key':_0xfff081,..._0xba2bca(_0x2734ee,_0x420804,_0x125fd7),..._0x46956b},(_0x2d9e7c(_0x2734ee,_0x420804)['children']||[])[_0x50caed(0x4da)]((_0x125308,_0x4ba61a)=>_0x312b37(_0x125308,_0xfff081+'-'+_0x2734ee[_0x50caed(0x386)]+'-'+_0x4ba61a,_0x420804,void 0x0,_0x125fd7)));}function _0xba2bca(_0x893455,_0xd72d1d,_0x116551){const _0x44983e=_0x19cb8f;let _0x30a0ce={..._0x893455[_0x44983e(0x6e5)]};_0x116551!=null&&_0x116551[_0x44983e(0x5ec)]&&_0x30a0ce['fill']===_0x44983e(0x5ec)&&(_0x30a0ce['fill']=_0x116551[_0x44983e(0x5ec)]),_0x116551!=null&&_0x116551[_0x44983e(0x5ec)]&&_0x30a0ce['stroke']===_0x44983e(0x5ec)&&(_0x30a0ce[_0x44983e(0x3d1)]=_0x116551['colorChannel1']),_0x893455[_0x44983e(0x386)]===_0x44983e(0x453)&&_0x30a0ce['id']&&(_0x30a0ce['id']+=_0xd72d1d[_0x44983e(0x178)]),Object[_0x44983e(0x45d)](_0x30a0ce)[_0x44983e(0x2f2)](([_0xbddbae,_0x2f27ba])=>{const _0x5f0658=_0x44983e;_0xbddbae===_0x5f0658(0x453)&&typeof _0x2f27ba=='string'&&(_0x30a0ce[_0xbddbae]=_0x2f27ba[_0x5f0658(0x574)](/url\(#(.*)\)/,_0x5f0658(0x5f3)+_0xd72d1d[_0x5f0658(0x178)]+')'));});let {defIds:_0x79e969}=_0xd72d1d;return!_0x79e969||_0x79e969[_0x44983e(0x716)]===0x0?_0x30a0ce:(_0x893455['tag']===_0x44983e(0x8e2)&&_0x30a0ce[_0x44983e(0x475)]&&(_0x30a0ce[_0x44983e(0x475)]+=_0xd72d1d[_0x44983e(0x178)]),Object['entries'](_0x30a0ce)['forEach'](([_0x4295cb,_0x486a28])=>{const _0x41d20d=_0x44983e;typeof _0x486a28==_0x41d20d(0x3e0)&&(_0x30a0ce[_0x4295cb]=_0x486a28[_0x41d20d(0x574)](/url\(#(.*)\)/,_0x41d20d(0x5f3)+_0xd72d1d['idSuffix']+')'));}),_0x30a0ce);}function _0x2d9e7c(_0x3768b7,_0x410d6c){const _0x303f55=_0x19cb8f;var _0x42d7c3;let {defIds:_0x2cb4ad}=_0x410d6c;return!_0x2cb4ad||_0x2cb4ad[_0x303f55(0x716)]===0x0?_0x3768b7:_0x3768b7['tag']==='defs'&&(_0x42d7c3=_0x3768b7[_0x303f55(0x445)])!=null&&_0x42d7c3[_0x303f55(0x716)]?{..._0x3768b7,'children':_0x3768b7[_0x303f55(0x445)][_0x303f55(0x4da)](_0x511e17=>typeof _0x511e17[_0x303f55(0x6e5)]['id']==_0x303f55(0x3e0)&&_0x2cb4ad&&_0x2cb4ad[_0x303f55(0x2b3)](_0x511e17['attrs']['id'])?{..._0x511e17,'attrs':{..._0x511e17[_0x303f55(0x6e5)],'id':_0x511e17[_0x303f55(0x6e5)]['id']+_0x410d6c[_0x303f55(0x178)]}}:_0x511e17)}:_0x3768b7;}function _0x1885ae(_0x3677f4){const _0x342a26=_0x19cb8f;let _0xb5f2fd=_0x3677f4['viewBox'][_0x342a26(0x1ba)],_0x5ca315=Math['max'](_0xb5f2fd[_0x342a26(0x597)],_0xb5f2fd[_0x342a26(0x101)]);if(!Number[_0x342a26(0x60e)](_0x5ca315)||_0x5ca315<=0x0||_0xb5f2fd[_0x342a26(0x597)]<=0x0||_0xb5f2fd['height']<=0x0)return()=>void 0x0;let _0x37f3dd=0x10/_0x5ca315,_0x191a05=Array[_0x342a26(0x7d3)](_0x3677f4[_0x342a26(0x24e)](_0x342a26(0x745)))['flatMap'](_0x4750b5=>{const _0x1025a8=_0x342a26;let _0x18c90f=getComputedStyle(_0x4750b5),_0x1bea05=Number[_0x1025a8(0x663)](_0x18c90f[_0x1025a8(0x7c0)]);return _0x18c90f['stroke']==='none'||Number[_0x1025a8(0x663)](_0x18c90f[_0x1025a8(0x7a6)])===0x0||_0x18c90f[_0x1025a8(0x61f)]===_0x1025a8(0x8de)||!Number[_0x1025a8(0x60e)](_0x1bea05)||_0x1bea05<=0x0?[]:[{'element':_0x4750b5,'hadStyleAttribute':_0x4750b5[_0x1025a8(0x80a)](_0x1025a8(0x163)),'originalStrokeWidth':_0x1bea05,'strokeWidth':_0x240e96(_0x4750b5[_0x1025a8(0x163)],_0x1025a8(0x143))}];})[_0x342a26(0x4da)](_0x243b3f=>({'appliedStrokeWidth':null,'element':_0x243b3f[_0x342a26(0x2f9)],'hadStyleAttribute':_0x243b3f[_0x342a26(0x315)],'isReleased':!0x1,'originalStrokeWidth':_0x243b3f['originalStrokeWidth'],'strokeWidth':_0x243b3f[_0x342a26(0x7c0)]}));if(_0x191a05[_0x342a26(0x716)]===0x0)return()=>void 0x0;let _0x2f004c=(_0xe34ec0,_0xf40260)=>{const _0x9dfc06=_0x342a26;if(_0xb5f2fd[_0x9dfc06(0x597)]<=0x0||_0xb5f2fd[_0x9dfc06(0x101)]<=0x0||_0xe34ec0<=0x0||_0xf40260<=0x0)return;let _0x27c283=Math['min'](_0xe34ec0/_0xb5f2fd['width'],_0xf40260/_0xb5f2fd[_0x9dfc06(0x101)]);!Number[_0x9dfc06(0x60e)](_0x27c283)||_0x27c283<=0x0||_0x191a05['forEach'](_0x3b2828=>{const _0x23d5c9=_0x9dfc06;if(_0x3b2828[_0x23d5c9(0x2d2)])return;if(_0x3b2828[_0x23d5c9(0xde)]!==null&&(_0x3b2828[_0x23d5c9(0x2f9)][_0x23d5c9(0x163)][_0x23d5c9(0x6ae)](_0x23d5c9(0x143))!==_0x3b2828['appliedStrokeWidth']||_0x3b2828[_0x23d5c9(0x2f9)][_0x23d5c9(0x163)][_0x23d5c9(0x805)](_0x23d5c9(0x143))!==_0x3b2828[_0x23d5c9(0x7c0)][_0x23d5c9(0x376)])){_0x3b2828[_0x23d5c9(0xde)]=null,_0x3b2828[_0x23d5c9(0x2d2)]=!0x0;return;}let _0x1f0d2b=_0x3b2828[_0x23d5c9(0x183)]*_0x37f3dd/_0x27c283,_0x12ea0f=Number(_0x1f0d2b[_0x23d5c9(0x741)](0xc))+'px';_0x3b2828[_0x23d5c9(0x2f9)]['style']['setProperty'](_0x23d5c9(0x143),_0x12ea0f,_0x3b2828[_0x23d5c9(0x7c0)]['priority']),_0x3b2828[_0x23d5c9(0xde)]=_0x12ea0f;});},_0x59b09d=_0x3677f4[_0x342a26(0x2b9)]();_0x2f004c(_0x59b09d[_0x342a26(0x597)],_0x59b09d[_0x342a26(0x101)]);let _0x179fbc=typeof ResizeObserver>'u'?null:new ResizeObserver(_0x4bef97=>{const _0x408f0e=_0x342a26;if(_0x4bef97[_0x408f0e(0x1c9)](_0xe6bd32=>_0xe6bd32[_0x408f0e(0x129)]===_0x3677f4)){let _0x87522a=_0x3677f4['getBoundingClientRect']();_0x2f004c(_0x87522a[_0x408f0e(0x597)],_0x87522a[_0x408f0e(0x101)]);}});return _0x179fbc==null||_0x179fbc['observe'](_0x3677f4),()=>{const _0x3c0101=_0x342a26;_0x179fbc==null||_0x179fbc[_0x3c0101(0x2af)](),_0x191a05[_0x3c0101(0x2f2)](_0x192bc5=>{const _0x3da85f=_0x3c0101;_0x192bc5['appliedStrokeWidth']!==null&&(_0x181517(_0x192bc5[_0x3da85f(0x2f9)]['style'],_0x3da85f(0x143),_0x192bc5[_0x3da85f(0xde)],_0x192bc5['strokeWidth'][_0x3da85f(0x376)],_0x192bc5[_0x3da85f(0x7c0)]),!_0x192bc5[_0x3da85f(0x315)]&&_0x192bc5[_0x3da85f(0x2f9)][_0x3da85f(0x163)][_0x3da85f(0x716)]===0x0&&_0x192bc5['element'][_0x3da85f(0x5b6)](_0x3da85f(0x163)));});};}function _0x240e96(_0x3136b1,_0x1f4e66){const _0x17c73b=_0x19cb8f;return{'priority':_0x3136b1[_0x17c73b(0x805)](_0x1f4e66),'value':_0x3136b1['getPropertyValue'](_0x1f4e66)};}function _0x181517(_0xebcd73,_0x46a49a,_0x49e3e9,_0x1550b4,_0x1e292b){const _0x8a5643=_0x19cb8f;_0xebcd73[_0x8a5643(0x6ae)](_0x46a49a)===_0x49e3e9&&_0xebcd73[_0x8a5643(0x805)](_0x46a49a)===_0x1550b4&&(_0x1e292b[_0x8a5643(0x21b)]?_0xebcd73[_0x8a5643(0x415)](_0x46a49a,_0x1e292b[_0x8a5643(0x21b)],_0x1e292b['priority']):_0xebcd73[_0x8a5643(0x688)](_0x46a49a));}_0x3160b6[_0x19cb8f(0x747)]='UniverIcon';let _0x571453={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':'none','viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x1bc),'fillRule':'evenodd','clipRule':_0x19cb8f(0x22d)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x8b6),'fillRule':'evenodd','clipRule':_0x19cb8f(0x22d)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x5d2),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x2f62dd=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x2a08ff,_0x2e4823){const _0x415ad9=_0x19cb8f;return(0x0,_0x725655[_0x415ad9(0x3a6)])(_0x3160b6,Object[_0x415ad9(0x6eb)]({},_0x2a08ff,{'id':'align-bottom-icon','ref':_0x2e4823,'icon':_0x571453}));});_0x2f62dd[_0x19cb8f(0x747)]=_0x19cb8f(0x1e5);let _0x1137d3={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x705)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x641)}}]},_0x3d3889=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x5017e1,_0x5e3c1a){const _0x449606=_0x19cb8f;return(0x0,_0x725655['createElement'])(_0x3160b6,Object[_0x449606(0x6eb)]({},_0x5017e1,{'id':_0x449606(0x4f2),'ref':_0x5e3c1a,'icon':_0x1137d3}));});_0x3d3889[_0x19cb8f(0x747)]='AlignTopIcon';let _0x3b54a4={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':'0\x200\x2020\x2021','width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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','transform':_0x19cb8f(0x115),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x531969=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x470608,_0xf52e62){const _0x39de1a=_0x19cb8f;return(0x0,_0x725655[_0x39de1a(0x3a6)])(_0x3160b6,Object[_0x39de1a(0x6eb)]({},_0x470608,{'id':_0x39de1a(0x3cf),'ref':_0xf52e62,'icon':_0x3b54a4}));});_0x531969[_0x19cb8f(0x747)]=_0x19cb8f(0x37e);let _0x25ff2d={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x1d6),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x328),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x3270ae=(0x0,_0x725655['forwardRef'])(function(_0x49334e,_0x2666d6){const _0x13790b=_0x19cb8f;return(0x0,_0x725655[_0x13790b(0x3a6)])(_0x3160b6,Object['assign']({},_0x49334e,{'id':_0x13790b(0x598),'ref':_0x2666d6,'icon':_0x25ff2d}));});_0x3270ae[_0x19cb8f(0x747)]=_0x19cb8f(0x67a);let _0x18ee8b={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x2e8)}},{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x45e)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0xe2)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x4ac)}}]},_0x10cdaa=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x1cf866,_0x37b8e5){const _0x4794d5=_0x19cb8f;return(0x0,_0x725655[_0x4794d5(0x3a6)])(_0x3160b6,Object[_0x4794d5(0x6eb)]({},_0x1cf866,{'id':_0x4794d5(0x4cc),'ref':_0x37b8e5,'icon':_0x18ee8b}));});_0x10cdaa['displayName']=_0x19cb8f(0x428);let _0x1f047e={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x74f),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x503fd6=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x89b515,_0x243855){const _0x1e7b76=_0x19cb8f;return(0x0,_0x725655[_0x1e7b76(0x3a6)])(_0x3160b6,Object['assign']({},_0x89b515,{'id':_0x1e7b76(0x43e),'ref':_0x243855,'icon':_0x1f047e}));});_0x503fd6['displayName']=_0x19cb8f(0x8e0);let _0x1efe8d={'tag':'svg','attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x647),'fillRule':'evenodd','clipRule':'evenodd'}}]},_0x5cf622=(0x0,_0x725655['forwardRef'])(function(_0x228323,_0x582ae6){const _0x59d58f=_0x19cb8f;return(0x0,_0x725655['createElement'])(_0x3160b6,Object[_0x59d58f(0x6eb)]({},_0x228323,{'id':_0x59d58f(0x84a),'ref':_0x582ae6,'icon':_0x1efe8d}));});_0x5cf622['displayName']=_0x19cb8f(0x753);let _0x5eb479={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x272)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x68a)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x67e)}}]},_0x3d965c=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x50b61e,_0x34a3b4){const _0xb0f3e2=_0x19cb8f;return(0x0,_0x725655[_0xb0f3e2(0x3a6)])(_0x3160b6,Object[_0xb0f3e2(0x6eb)]({},_0x50b61e,{'id':_0xb0f3e2(0x361),'ref':_0x34a3b4,'icon':_0x5eb479}));});_0x3d965c[_0x19cb8f(0x747)]=_0x19cb8f(0x46b);let _0x3cc8e0={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x1f7),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x2d93bd=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x2e0981,_0x1dca1e){const _0x2c0933=_0x19cb8f;return(0x0,_0x725655[_0x2c0933(0x3a6)])(_0x3160b6,Object[_0x2c0933(0x6eb)]({},_0x2e0981,{'id':_0x2c0933(0xaa),'ref':_0x1dca1e,'icon':_0x3cc8e0}));});_0x2d93bd[_0x19cb8f(0x747)]=_0x19cb8f(0x151);let _0x39bedf={'tag':'svg','attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x884)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0xfe)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x19cb8f(0x44d),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x323f7a=(0x0,_0x725655['forwardRef'])(function(_0x50153d,_0x956d79){const _0x38c5a9=_0x19cb8f;return(0x0,_0x725655[_0x38c5a9(0x3a6)])(_0x3160b6,Object['assign']({},_0x50153d,{'id':'delete-icon','ref':_0x956d79,'icon':_0x39bedf}));});_0x323f7a['displayName']='DeleteIcon';let _0x182f62={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':'0\x200\x2016\x2016','width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'stroke':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x5a9),'strokeLinecap':_0x19cb8f(0x71b),'strokeLinejoin':_0x19cb8f(0x71b),'strokeWidth':1.2}}]},_0x1ee57f=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x58480c,_0x1f4c39){const _0x26328f=_0x19cb8f;return(0x0,_0x725655['createElement'])(_0x3160b6,Object[_0x26328f(0x6eb)]({},_0x58480c,{'id':_0x26328f(0x47e),'ref':_0x1f4c39,'icon':_0x182f62}));});_0x1ee57f[_0x19cb8f(0x747)]=_0x19cb8f(0x6d3);let _0x2cfbd9={'tag':'svg','attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x30f),'width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','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':'evenodd','clipRule':_0x19cb8f(0x22d)}}]},_0x250cfc=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x50f916,_0x23900a){const _0x5b48cf=_0x19cb8f;return(0x0,_0x725655[_0x5b48cf(0x3a6)])(_0x3160b6,Object[_0x5b48cf(0x6eb)]({},_0x50f916,{'id':'filter-icon','ref':_0x23900a,'icon':_0x2cfbd9}));});_0x250cfc[_0x19cb8f(0x747)]=_0x19cb8f(0x3b8);let _0x58e350={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':'1em','height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'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':'evenodd','clipRule':'evenodd'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x47f),'fillRule':_0x19cb8f(0x22d),'clipRule':'evenodd'}}]},_0x42594c=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0xd95ec5,_0x288eab){const _0xd2e229=_0x19cb8f;return(0x0,_0x725655[_0xd2e229(0x3a6)])(_0x3160b6,Object[_0xd2e229(0x6eb)]({},_0xd95ec5,{'id':_0xd2e229(0xf9),'ref':_0x288eab,'icon':_0x58e350}));});_0x42594c[_0x19cb8f(0x747)]='HorizontalMergeIcon';let _0x41b350={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x521)}},{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x680)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x221)}},{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x65c)}}]},_0x23c45b=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x4d943a,_0x2a6036){const _0x52cb52=_0x19cb8f;return(0x0,_0x725655[_0x52cb52(0x3a6)])(_0x3160b6,Object[_0x52cb52(0x6eb)]({},_0x4d943a,{'id':_0x52cb52(0x351),'ref':_0x2a6036,'icon':_0x41b350}));});_0x23c45b[_0x19cb8f(0x747)]=_0x19cb8f(0x1b2);let _0x3b97d1={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':'0\x200\x2016\x2016','width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x4bf)}}]},_0x8924a1=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x189b7e,_0x1bdd19){const _0x5dcb8f=_0x19cb8f;return(0x0,_0x725655[_0x5dcb8f(0x3a6)])(_0x3160b6,Object[_0x5dcb8f(0x6eb)]({},_0x189b7e,{'id':_0x5dcb8f(0x1c6),'ref':_0x1bdd19,'icon':_0x3b97d1}));});_0x8924a1[_0x19cb8f(0x747)]=_0x19cb8f(0x414);let _0x3f9061={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x19cb8f(0x489),'viewBox':'0\x200\x2016\x2016','width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x521)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x63f)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x221)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x760)}}]},_0x43469e=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x3d34bd,_0x4ac491){const _0x634dd0=_0x19cb8f;return(0x0,_0x725655[_0x634dd0(0x3a6)])(_0x3160b6,Object[_0x634dd0(0x6eb)]({},_0x3d34bd,{'id':_0x634dd0(0x79a),'ref':_0x4ac491,'icon':_0x3f9061}));});_0x43469e[_0x19cb8f(0x747)]=_0x19cb8f(0x3ab);let _0xc29040={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x565)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','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'}}]},_0x3466b4=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x58e25d,_0x2e8fe3){const _0x4f25a3=_0x19cb8f;return(0x0,_0x725655['createElement'])(_0x3160b6,Object[_0x4f25a3(0x6eb)]({},_0x58e25d,{'id':_0x4f25a3(0x497),'ref':_0x2e8fe3,'icon':_0xc29040}));});_0x3466b4[_0x19cb8f(0x747)]='MergeAllIcon';let _0x444319={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':'1em','height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':'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','fillRule':_0x19cb8f(0x22d),'clipRule':'evenodd'}}]},_0x5d21f2=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x279252,_0x158a99){const _0x4b7035=_0x19cb8f;return(0x0,_0x725655[_0x4b7035(0x3a6)])(_0x3160b6,Object['assign']({},_0x279252,{'id':'more-down-icon','ref':_0x158a99,'icon':_0x444319}));});_0x5d21f2[_0x19cb8f(0x747)]=_0x19cb8f(0x881);let _0x49610d={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x6c8)}},{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x88f)}},{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x4ba)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x464)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x629)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0xe4)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x591)}},{'tag':'path','attrs':{'fill':'currentColor','d':_0x19cb8f(0x7d7)}}]},_0x785d3a=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x1ca745,_0x1374ea){const _0x20469b=_0x19cb8f;return(0x0,_0x725655[_0x20469b(0x3a6)])(_0x3160b6,Object[_0x20469b(0x6eb)]({},_0x1ca745,{'id':'no-border-icon','ref':_0x1374ea,'icon':_0x49610d}));});_0x785d3a[_0x19cb8f(0x747)]=_0x19cb8f(0x368);let _0x814d64={'tag':'svg','attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'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':_0x19cb8f(0x22d),'clipRule':'evenodd'}}]},_0x42ab13=(0x0,_0x725655['forwardRef'])(function(_0x859c63,_0x342172){const _0x22e1c3=_0x19cb8f;return(0x0,_0x725655[_0x22e1c3(0x3a6)])(_0x3160b6,Object['assign']({},_0x859c63,{'id':_0x22e1c3(0x17a),'ref':_0x342172,'icon':_0x814d64}));});_0x42ab13['displayName']=_0x19cb8f(0x15f);let _0x1e89cc={'tag':'svg','attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x4c4),'attrs':{'width':13.6,'height':11.6,'x':1.2,'y':2.2,'stroke':_0x19cb8f(0x1d0),'rx':0.8,'strokeWidth':1.2}},{'tag':_0x19cb8f(0x179),'attrs':{'stroke':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x6c1),'strokeLinecap':_0x19cb8f(0x71b),'strokeLinejoin':_0x19cb8f(0x71b),'strokeWidth':1.2}},{'tag':_0x19cb8f(0x179),'attrs':{'stroke':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x85d),'strokeLinecap':_0x19cb8f(0x71b),'strokeWidth':1.4}}]},_0x432667=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x14414e,_0x2db81a){const _0x226850=_0x19cb8f;return(0x0,_0x725655['createElement'])(_0x3160b6,Object[_0x226850(0x6eb)]({},_0x14414e,{'id':_0x226850(0x3d8),'ref':_0x2db81a,'icon':_0x1e89cc}));});_0x432667[_0x19cb8f(0x747)]='OneToOneIcon';let _0x3836e3={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0xd7)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x767)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x558)}},{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x72d)}}]},_0x4770c6=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x14cd3a,_0x533346){const _0x5e94c8=_0x19cb8f;return(0x0,_0x725655[_0x5e94c8(0x3a6)])(_0x3160b6,Object[_0x5e94c8(0x6eb)]({},_0x14cd3a,{'id':'overflow-icon','ref':_0x533346,'icon':_0x3836e3}));});_0x4770c6['displayName']=_0x19cb8f(0x87b);let _0x10254a={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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'}}]},_0x4043bb=(0x0,_0x725655['forwardRef'])(function(_0x21c567,_0x5aa941){const _0x411a67=_0x19cb8f;return(0x0,_0x725655[_0x411a67(0x3a6)])(_0x3160b6,Object[_0x411a67(0x6eb)]({},_0x21c567,{'id':_0x411a67(0x39f),'ref':_0x5aa941,'icon':_0x10254a}));});_0x4043bb[_0x19cb8f(0x747)]=_0x19cb8f(0x2d0);let _0x4c1af1={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x521)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x269)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'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'}}]},_0x42963e=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x8de59e,_0x2e2924){const _0x1c9efb=_0x19cb8f;return(0x0,_0x725655[_0x1c9efb(0x3a6)])(_0x3160b6,Object[_0x1c9efb(0x6eb)]({},_0x8de59e,{'id':_0x1c9efb(0x23f),'ref':_0x2e2924,'icon':_0x4c1af1}));});_0x42963e[_0x19cb8f(0x747)]=_0x19cb8f(0x534);let _0x5e4af3={'tag':'svg','attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'stroke':_0x19cb8f(0x1d0),'d':'M10\x2010L14\x2014M10\x2010V13.2M10\x2010H13.2M6\x2013.2V10H2.8M6\x2010L2\x2014M10\x202.8V6H13.2M10\x206L14\x202M6\x202.8V6H2.8M6\x206L2\x202','strokeLinecap':_0x19cb8f(0x71b),'strokeLinejoin':_0x19cb8f(0x71b),'strokeWidth':1.2}}]},_0x1c0555=(0x0,_0x725655['forwardRef'])(function(_0x415d80,_0x3f056d){const _0x690e57=_0x19cb8f;return(0x0,_0x725655[_0x690e57(0x3a6)])(_0x3160b6,Object['assign']({},_0x415d80,{'id':_0x690e57(0x4dd),'ref':_0x3f056d,'icon':_0x5e4af3}));});_0x1c0555['displayName']=_0x19cb8f(0x3d6);let _0x4ced78={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x6f7)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x1ea)}}]},_0x4c8bca=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x7e74ae,_0xd4935d){const _0x2fcdbf=_0x19cb8f;return(0x0,_0x725655[_0x2fcdbf(0x3a6)])(_0x3160b6,Object[_0x2fcdbf(0x6eb)]({},_0x7e74ae,{'id':_0x2fcdbf(0x51f),'ref':_0xd4935d,'icon':_0x4ced78}));});_0x4c8bca[_0x19cb8f(0x747)]=_0x19cb8f(0x176);let _0x46224e={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x66d)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'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'}}]},_0x5c579c=(0x0,_0x725655['forwardRef'])(function(_0xf39c80,_0x29af4b){const _0x58f696=_0x19cb8f;return(0x0,_0x725655[_0x58f696(0x3a6)])(_0x3160b6,Object[_0x58f696(0x6eb)]({},_0xf39c80,{'id':'vertical-center-icon','ref':_0x29af4b,'icon':_0x46224e}));});_0x5c579c[_0x19cb8f(0x747)]=_0x19cb8f(0x1d5);let _0x451450={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x26c),'width':'1em','height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x869),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x57d),'fillRule':'evenodd','clipRule':_0x19cb8f(0x22d)}}]},_0x320735=(0x0,_0x725655['forwardRef'])(function(_0x2694cc,_0x17f47e){const _0x5d77d5=_0x19cb8f;return(0x0,_0x725655[_0x5d77d5(0x3a6)])(_0x3160b6,Object['assign']({},_0x2694cc,{'id':'vertical-integration-icon','ref':_0x17f47e,'icon':_0x451450}));});_0x320735[_0x19cb8f(0x747)]='VerticalIntegrationIcon';let _0x159df4={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x838),'width':'1em','height':'1em'},'children':[{'tag':'path','attrs':{'fill':'currentColor','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':_0x19cb8f(0x179),'attrs':{'fill':'currentColor','d':_0x19cb8f(0x8f9),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x57bcd9=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x2eb6f4,_0x305348){const _0xf7fab4=_0x19cb8f;return(0x0,_0x725655[_0xf7fab4(0x3a6)])(_0x3160b6,Object[_0xf7fab4(0x6eb)]({},_0x2eb6f4,{'id':_0xf7fab4(0x35f),'ref':_0x305348,'icon':_0x159df4}));});_0x57bcd9[_0x19cb8f(0x747)]=_0x19cb8f(0x533);let _0x27b067={'tag':'svg','attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x838),'width':'1em','height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x86b),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x5c8554=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x37c706,_0xc92e41){const _0x54370c=_0x19cb8f;return(0x0,_0x725655[_0x54370c(0x3a6)])(_0x3160b6,Object[_0x54370c(0x6eb)]({},_0x37c706,{'id':_0x54370c(0x32d),'ref':_0xc92e41,'icon':_0x27b067}));});_0x5c8554[_0x19cb8f(0x747)]=_0x19cb8f(0x2c6);let _0x59e731={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':_0x19cb8f(0x30f),'width':_0x19cb8f(0x1f9),'height':'1em'},'children':[{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x5ec),'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':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':'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','fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x4b50c6=(0x0,_0x725655['forwardRef'])(function(_0x10a6ae,_0x1ed9e2){const _0xa89554=_0x19cb8f;return(0x0,_0x725655[_0xa89554(0x3a6)])(_0x3160b6,Object[_0xa89554(0x6eb)]({},_0x10a6ae,{'id':_0xa89554(0x191),'ref':_0x1ed9e2,'icon':_0x59e731}));});_0x4b50c6[_0x19cb8f(0x747)]='FontColorDoubleIcon';let _0x26d602={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':'none','viewBox':_0x19cb8f(0x838),'width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x796),'fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x5ec),'d':'M13.2559\x2014.1963L1.64941\x202.58984L2.58987\x201.64939L14.1963\x2013.2558L13.2559\x2014.1963Z','fillRule':_0x19cb8f(0x22d),'clipRule':_0x19cb8f(0x22d)}}]},_0x7d4615=(0x0,_0x725655['forwardRef'])(function(_0x48a3ff,_0x13e874){const _0x8cf7e5=_0x19cb8f;return(0x0,_0x725655[_0x8cf7e5(0x3a6)])(_0x3160b6,Object[_0x8cf7e5(0x6eb)]({},_0x48a3ff,{'id':_0x8cf7e5(0x53a),'ref':_0x13e874,'icon':_0x26d602}));});_0x7d4615[_0x19cb8f(0x747)]='NoColorDoubleIcon';let _0x40965a={'tag':_0x19cb8f(0x46d),'attrs':{'xmlns':_0x19cb8f(0x228),'fill':_0x19cb8f(0x489),'viewBox':'0\x200\x2017\x2016','width':_0x19cb8f(0x1f9),'height':_0x19cb8f(0x1f9)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x19cb8f(0x323),'fillRule':_0x19cb8f(0x22d),'clipRule':'evenodd'}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x1d0),'d':_0x19cb8f(0x324)}},{'tag':_0x19cb8f(0x179),'attrs':{'fill':_0x19cb8f(0x5ec),'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'}}]},_0x24f215=(0x0,_0x725655[_0x19cb8f(0x1ec)])(function(_0x25cd7a,_0x2b60bc){const _0x19fd6a=_0x19cb8f;return(0x0,_0x725655[_0x19fd6a(0x3a6)])(_0x3160b6,Object['assign']({},_0x25cd7a,{'id':_0x19fd6a(0xc1),'ref':_0x2b60bc,'icon':_0x40965a}));});_0x24f215[_0x19cb8f(0x747)]='PaintBucketDoubleIcon';function _0x17b62b(_0x5ba8a0,_0x2d9e7f){const _0x5d7d85=_0x19cb8f;return _0x5ba8a0['matches']('['+_0x2d9e7f+']')?_0x5ba8a0:_0x5ba8a0[_0x5d7d85(0x7e7)]('['+_0x2d9e7f+']')??void 0x0;}function _0x2c78bf(_0x47c5f5){const _0x23f62c=_0x19cb8f;let _0x44f10a=[];return _0x359754(_0x47c5f5,_0x23f62c(0x857),'univer-overflow-hidden',_0x44f10a),_0x359754(_0x47c5f5,_0x23f62c(0x15a),_0x23f62c(0x33f),_0x44f10a),_0x359754(_0x47c5f5,_0x23f62c(0x39a),_0x23f62c(0x1a2),_0x44f10a),_0x359754(_0x47c5f5,_0x23f62c(0x774),_0x23f62c(0x1a2),_0x44f10a),(0x0,_0x414d24['toDisposable'])(()=>{const _0x221173=_0x23f62c;_0x44f10a[_0x221173(0x2f2)](_0x923abb=>_0x923abb[_0x221173(0x7b3)]());});}function _0x359754(_0x550631,_0x1c1056,_0x5bb32f,_0x794c5){const _0x1290c1=_0x19cb8f;let _0x57cad5=_0x17b62b(_0x550631,_0x1c1056);if(_0x57cad5)return _0x57cad5;let _0x2c9847=document[_0x1290c1(0x3a6)](_0x1290c1(0x5ff));return _0x2c9847[_0x1290c1(0x7b0)](_0x1c1056,_0x1290c1(0x223)),_0x2c9847[_0x1290c1(0x7b0)](_0x1290c1(0x287),'embed-ui'),_0x2c9847['className']='univer-box-border\x20univer-absolute\x20univer-inset-0\x20'+_0x5bb32f,_0x550631[_0x1290c1(0x46f)](_0x2c9847),_0x794c5[_0x1290c1(0x731)](_0x2c9847),_0x2c9847;}function _0x38c5dd(_0x4db8e3){'@babel/helpers - typeof';const _0xf781c=_0x19cb8f;return _0x38c5dd=typeof Symbol==_0xf781c(0x697)&&typeof Symbol['iterator']==_0xf781c(0x23e)?function(_0x301e71){return typeof _0x301e71;}:function(_0x41f614){const _0x5cd810=_0xf781c;return _0x41f614&&typeof Symbol==_0x5cd810(0x697)&&_0x41f614['constructor']===Symbol&&_0x41f614!==Symbol[_0x5cd810(0x6fb)]?_0x5cd810(0x23e):typeof _0x41f614;},_0x38c5dd(_0x4db8e3);}function _0x4b7423(_0x3ac314,_0x1b2392){const _0x2cb9bf=_0x19cb8f;if(_0x38c5dd(_0x3ac314)!=_0x2cb9bf(0x599)||!_0x3ac314)return _0x3ac314;var _0x329efb=_0x3ac314[Symbol[_0x2cb9bf(0x208)]];if(_0x329efb!==void 0x0){var _0x425511=_0x329efb[_0x2cb9bf(0x353)](_0x3ac314,_0x1b2392||_0x2cb9bf(0x8f6));if(_0x38c5dd(_0x425511)!='object')return _0x425511;throw TypeError(_0x2cb9bf(0xfd));}return(_0x1b2392===_0x2cb9bf(0x3e0)?String:Number)(_0x3ac314);}function _0x638eb8(_0x2fe0ce){const _0x37ce91=_0x19cb8f;var _0x3249e0=_0x4b7423(_0x2fe0ce,_0x37ce91(0x3e0));return _0x38c5dd(_0x3249e0)==_0x37ce91(0x23e)?_0x3249e0:_0x3249e0+'';}function _0x53835d(_0x27fc9c,_0x2bef7b,_0x2f7778){return(_0x2bef7b=_0x638eb8(_0x2bef7b))in _0x27fc9c?Object['defineProperty'](_0x27fc9c,_0x2bef7b,{'value':_0x2f7778,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x27fc9c[_0x2bef7b]=_0x2f7778,_0x27fc9c;}var _0x25c01f=class{constructor(){const _0x1e5444=_0x19cb8f;_0x53835d(this,_0x1e5444(0x556),new Map());}[_0x19cb8f(0x586)](_0x861bef){const _0x2b7d16=_0x19cb8f;return this[_0x2b7d16(0x556)][_0x2b7d16(0x4a8)](_0x861bef[_0x2b7d16(0x23a)],_0x861bef),(0x0,_0x414d24[_0x2b7d16(0x5f4)])(()=>{const _0xc52949=_0x2b7d16;this['_contributions'][_0xc52949(0x8ee)](_0x861bef[_0xc52949(0x23a)])===_0x861bef&&this[_0xc52949(0x556)][_0xc52949(0x4f4)](_0x861bef[_0xc52949(0x23a)]);});}[_0x19cb8f(0x8ee)](_0xb5e087){const _0x3965bd=_0x19cb8f;return this[_0x3965bd(0x556)][_0x3965bd(0x8ee)](_0xb5e087);}[_0x19cb8f(0x54b)](){return[...this['_contributions']['values']()];}},_0x8dbbb4=class{constructor(){const _0x3c6298=_0x19cb8f;_0x53835d(this,'_active$',new _0x61d5ff['BehaviorSubject'](null)),_0x53835d(this,_0x3c6298(0x829),this[_0x3c6298(0x364)][_0x3c6298(0x26d)]());}[_0x19cb8f(0x849)](){const _0x11ad9f=_0x19cb8f;return this[_0x11ad9f(0x364)][_0x11ad9f(0x1e1)]();}[_0x19cb8f(0x3b9)](_0x342b22){const _0x303b68=_0x19cb8f;let _0x54bf89=this[_0x303b68(0x849)]();return(_0x54bf89==null?void 0x0:_0x54bf89[_0x303b68(0x576)])===_0x342b22?_0x54bf89[_0x303b68(0x77a)]??'stage1':'inactive';}[_0x19cb8f(0x1a8)](_0x4b1c32,_0x255c05){const _0x7e1b42=_0x19cb8f;let _0x31da38=this[_0x7e1b42(0x849)](),_0x37df91=(_0x31da38==null?void 0x0:_0x31da38['hostUnitId'])===_0x4b1c32[_0x7e1b42(0x672)]&&_0x31da38[_0x7e1b42(0x576)]===_0x4b1c32[_0x7e1b42(0x576)]&&_0x31da38[_0x7e1b42(0x27a)]===_0x4b1c32['childUnitId'],_0x15bc8f={..._0x4b1c32,'stage':_0x255c05??_0x4b1c32[_0x7e1b42(0x77a)]??(_0x37df91?_0x31da38['stage']??'stage1':_0x7e1b42(0x436))};((_0x31da38==null?void 0x0:_0x31da38[_0x7e1b42(0x672)])!==_0x15bc8f[_0x7e1b42(0x672)]||_0x31da38[_0x7e1b42(0x576)]!==_0x15bc8f['embedId']||_0x31da38['childUnitId']!==_0x15bc8f[_0x7e1b42(0x27a)]||(_0x31da38[_0x7e1b42(0x77a)]??_0x7e1b42(0x436))!==_0x15bc8f[_0x7e1b42(0x77a)])&&this[_0x7e1b42(0x364)][_0x7e1b42(0x665)](_0x15bc8f);}[_0x19cb8f(0x3df)](_0x431b19,_0x8625b0){const _0x5c9007=_0x19cb8f;let _0x967725=this[_0x5c9007(0x849)]();!_0x967725||_0x967725['embedId']!==_0x431b19||(_0x967725[_0x5c9007(0x77a)]??'stage1')!==_0x8625b0&&this['_active$'][_0x5c9007(0x665)]({..._0x967725,'stage':_0x8625b0});}[_0x19cb8f(0x5e0)](_0xb78ae4){const _0x4011cf=_0x19cb8f;this[_0x4011cf(0x3b9)](_0xb78ae4)===_0x4011cf(0x436)&&this[_0x4011cf(0x3df)](_0xb78ae4,_0x4011cf(0x8bf));}[_0x19cb8f(0x13a)](_0x310c8f){const _0x304773=_0x19cb8f;let _0x2bcc0a=this[_0x304773(0x849)]();_0x2bcc0a&&(!_0x310c8f||_0x2bcc0a['embedId']===_0x310c8f)&&this['_active$']['next'](null);}},_0x18e118=class{constructor(){const _0x5d235a=_0x19cb8f;_0x53835d(this,'_override$',new _0x61d5ff[(_0x5d235a(0x6a5))](null)),_0x53835d(this,_0x5d235a(0x171),this['_override$']['asObservable']());}[_0x19cb8f(0x718)](){const _0x4d75b5=_0x19cb8f;return this[_0x4d75b5(0x437)]['getValue']();}[_0x19cb8f(0x1a8)](_0x2005ff,_0x24d6f9,_0x34cf8e={}){const _0x1f65f0=_0x19cb8f;var _0x4d36df,_0x445c39;if(!_0x2005ff[_0x1f65f0(0x27a)]||_0x2005ff[_0x1f65f0(0x23a)]==null)throw Error(_0x1f65f0(0x2c8));let _0x551a7b=((_0x4d36df=_0x2005ff[_0x1f65f0(0x735)])==null?void 0x0:_0x4d36df[_0x1f65f0(0x55a)])||void 0x0;if(_0x24d6f9==='tab-active'&&(!_0x551a7b||_0x551a7b[_0x1f65f0(0x317)]!==!0x0))throw Error(_0x1f65f0(0x105));if(_0x24d6f9!==_0x1f65f0(0x3a5))throw Error('EMBED_MENU_OVERRIDE_UNSUPPORTED_REASON');if((((_0x445c39=_0x34cf8e[_0x1f65f0(0x584)])==null?void 0x0:_0x445c39[_0x1f65f0(0x886)])??_0x5e7b5b[_0x1f65f0(0x54c)][_0x1f65f0(0x886)])!==_0x1f65f0(0x7a0)&&_0x34cf8e[_0x1f65f0(0x71f)]!==!0x0&&_0x34cf8e[_0x1f65f0(0x59b)]!==!0x0)return this[_0x1f65f0(0x13a)](_0x2005ff[_0x1f65f0(0x576)]),null;let _0x67ac81={'hostUnitId':_0x2005ff[_0x1f65f0(0x672)],'embedId':_0x2005ff[_0x1f65f0(0x576)],'childUnitId':_0x2005ff[_0x1f65f0(0x27a)],'childType':_0x2005ff['childType'],'entry':_0x2005ff['entry'],'reason':_0x24d6f9,'portalContainer':_0x34cf8e[_0x1f65f0(0x8f2)],'hideHostFxBar':_0x551a7b==null?void 0x0:_0x551a7b[_0x1f65f0(0xf5)],'lockHostRibbon':_0x551a7b==null?void 0x0:_0x551a7b[_0x1f65f0(0x14f)]},_0x122096=this[_0x1f65f0(0x718)]();return _0x15ea53(_0x122096,_0x67ac81)?_0x122096:(this[_0x1f65f0(0x437)][_0x1f65f0(0x665)](_0x67ac81),_0x67ac81);}[_0x19cb8f(0x13a)](_0xb514c0){const _0x46e357=_0x19cb8f;let _0x2c265a=this['getOverride']();_0x2c265a&&(!_0xb514c0||_0x2c265a['embedId']===_0xb514c0)&&this['_override$'][_0x46e357(0x665)](null);}};function _0x15ea53(_0x16740b,_0x4a170c){const _0x556fb5=_0x19cb8f;return _0x16740b!=null&&_0x16740b[_0x556fb5(0x672)]===_0x4a170c[_0x556fb5(0x672)]&&_0x16740b[_0x556fb5(0x576)]===_0x4a170c[_0x556fb5(0x576)]&&_0x16740b[_0x556fb5(0x27a)]===_0x4a170c[_0x556fb5(0x27a)]&&_0x16740b['childType']===_0x4a170c['childType']&&_0x16740b[_0x556fb5(0x3a2)]===_0x4a170c['entry']&&_0x16740b[_0x556fb5(0x225)]===_0x4a170c[_0x556fb5(0x225)]&&_0x16740b['portalContainer']===_0x4a170c[_0x556fb5(0x8f2)]&&_0x16740b[_0x556fb5(0xf5)]===_0x4a170c[_0x556fb5(0xf5)]&&_0x16740b['lockHostRibbon']===_0x4a170c[_0x556fb5(0x14f)];}let _0x12a30c=_0x19cb8f(0x780);var _0x1db604=class{constructor(){const _0x59bb62=_0x19cb8f;_0x53835d(this,_0x59bb62(0x76d),new Map()),_0x53835d(this,_0x59bb62(0x212),new Map()),_0x53835d(this,_0x59bb62(0x1b9),new Map()),_0x53835d(this,_0x59bb62(0x2e7),0x0),_0x53835d(this,_0x59bb62(0x10a),new _0x61d5ff[(_0x59bb62(0x160))]()),_0x53835d(this,'runtimeSessionChanged$',new _0x61d5ff[(_0x59bb62(0x160))]());}[_0x19cb8f(0x710)](_0x5b7f03){const _0x309aab=_0x19cb8f;let _0x36bf13={'role':_0x5b7f03[_0x309aab(0x1af)],'owner':_0x5b7f03['owner'],'sessionMode':_0x5b7f03['sessionMode'],'hostUnitId':_0x5b7f03[_0x309aab(0x672)],'childUnitId':_0x5b7f03[_0x309aab(0x27a)],'childType':_0x5b7f03[_0x309aab(0x23a)],'associatedChildUnitIds':_0x5b7f03[_0x309aab(0x515)],'sequence':++this[_0x309aab(0x2e7)]},_0x256ff1=this[_0x309aab(0x76d)][_0x309aab(0x8ee)](_0x5b7f03[_0x309aab(0x576)]);return _0x256ff1||(_0x256ff1=new Set(),this['_leases']['set'](_0x5b7f03[_0x309aab(0x576)],_0x256ff1)),_0x256ff1[_0x309aab(0x70a)](_0x36bf13),_0x36bf13[_0x309aab(0x1af)]!==_0x309aab(0x318)&&this['_notifyRuntimeFocusChanged'](),_0x36bf13['role']===_0x309aab(0x696)&&this[_0x309aab(0x1fc)](),(0x0,_0x414d24['toDisposable'])(()=>{const _0x31e970=_0x309aab;_0x256ff1==null||_0x256ff1['delete'](_0x36bf13),(_0x256ff1==null?void 0x0:_0x256ff1['size'])===0x0&&this[_0x31e970(0x76d)]['delete'](_0x5b7f03[_0x31e970(0x576)]),_0x36bf13[_0x31e970(0x1af)]!==_0x31e970(0x318)&&this[_0x31e970(0x404)](),_0x36bf13[_0x31e970(0x1af)]===_0x31e970(0x696)&&this[_0x31e970(0x1fc)]();});}['hasChildInteractionLease'](_0x490e8a){const _0x361360=_0x19cb8f;if(!_0x490e8a)return!0x1;let _0x260c63=this[_0x361360(0x76d)][_0x361360(0x8ee)](_0x490e8a);return _0x260c63&&[..._0x260c63][_0x361360(0x1c9)](_0xcb3d39=>_0xcb3d39['role']!==_0x361360(0x318))?!0x0:this[_0x361360(0x1d8)](_0x490e8a,this[_0x361360(0x498)](_0x490e8a));}[_0x19cb8f(0x3be)](_0x246932,_0x38b2d8){const _0x399b34=_0x19cb8f;if(!_0x246932)return!0x1;let _0x42cd48=this[_0x399b34(0x76d)][_0x399b34(0x8ee)](_0x246932);return _0x42cd48&&[..._0x42cd48][_0x399b34(0x1c9)](_0x28fe41=>this['_isBlockingLease'](_0x28fe41,_0x38b2d8))?!0x0:this[_0x399b34(0x1d8)](_0x246932,this['_getActiveElement'](_0x246932));}['hasAnyChildInteractionLease'](){const _0x49199d=_0x19cb8f;return[...this[_0x49199d(0x76d)][_0x49199d(0x195)]()]['some'](_0x3714df=>[..._0x3714df][_0x49199d(0x1c9)](_0x159837=>_0x159837[_0x49199d(0x1af)]!=='runtime'))||this[_0x49199d(0x302)]()!=null;}['hasAnyBlockingChildFocusLease'](_0x26b4fb){const _0x2414bb=_0x19cb8f;if([...this[_0x2414bb(0x76d)][_0x2414bb(0x195)]()][_0x2414bb(0x1c9)](_0x4198e9=>[..._0x4198e9][_0x2414bb(0x1c9)](_0x56ca5b=>this[_0x2414bb(0x690)](_0x56ca5b,_0x26b4fb))))return!0x0;let _0x4c6f99=this[_0x2414bb(0x302)]();return _0x4c6f99!=null&&this[_0x2414bb(0x3e7)](_0x4c6f99[_0x2414bb(0x1af)]);}[_0x19cb8f(0x78a)](_0x559b54,_0x393636){const _0x5493a3=_0x19cb8f;if(!_0x559b54)return!0x1;let _0x146551=this[_0x5493a3(0x76d)]['get'](_0x559b54);return _0x146551&&[..._0x146551][_0x5493a3(0x1c9)](_0x5a6632=>this[_0x5493a3(0x82c)](_0x5a6632,_0x393636))?!0x0:this[_0x5493a3(0x1d8)](_0x559b54,this[_0x5493a3(0x498)](_0x559b54));}[_0x19cb8f(0x19b)](_0x396468){const _0x2b506f=_0x19cb8f;return[...this[_0x2b506f(0x76d)][_0x2b506f(0x195)]()]['some'](_0x2e81f0=>[..._0x2e81f0][_0x2b506f(0x1c9)](_0x2bae96=>this[_0x2b506f(0x82c)](_0x2bae96,_0x396468)))?!0x0:this[_0x2b506f(0x302)]()!=null;}[_0x19cb8f(0x30c)](_0x54888a,_0x506896){const _0x3e4323=_0x19cb8f;if(!_0x54888a)return this[_0x3e4323(0x19b)](_0x506896);if([...this['_leases'][_0x3e4323(0x195)]()]['some'](_0x5138f9=>[..._0x5138f9][_0x3e4323(0x1c9)](_0x4fc815=>this[_0x3e4323(0x82c)](_0x4fc815,_0x506896)&&this[_0x3e4323(0x4b6)](_0x4fc815,_0x54888a))))return!0x0;let _0x37d370=this[_0x3e4323(0x302)]();if(!_0x37d370)return!0x1;let _0xc1700b=this[_0x3e4323(0x76d)][_0x3e4323(0x8ee)](_0x37d370['embedId']);return _0xc1700b&&[..._0xc1700b][_0x3e4323(0x1c9)](_0x5061de=>this['_isHostPreservingLease'](_0x5061de,_0x506896)&&this['_leaseAppliesToHostUnit'](_0x5061de,_0x54888a))?!0x0:this[_0x3e4323(0x4e5)](_0x37d370['embedId'],_0x54888a);}['isChildUnitInActiveSession'](_0x29c055){const _0x31256d=_0x19cb8f;return _0x29c055?[...this[_0x31256d(0x76d)][_0x31256d(0x195)]()][_0x31256d(0x1c9)](_0x44f971=>[..._0x44f971][_0x31256d(0x1c9)](_0x429041=>this['_leaseAppliesToChildUnit'](_0x429041,_0x29c055)&&_0x429041[_0x31256d(0x1af)]!==_0x31256d(0x318))):!0x1;}[_0x19cb8f(0x62b)](_0x1c5912){const _0x25b19a=_0x19cb8f;let _0x38b2cb={'hostUnitId':_0x1c5912[_0x25b19a(0x672)],'childUnitId':_0x1c5912[_0x25b19a(0x27a)],'childType':_0x1c5912[_0x25b19a(0x23a)],'sessionMode':_0x1c5912['sessionMode'],'sequence':++this[_0x25b19a(0x2e7)]},_0x7848ab=this[_0x25b19a(0x1b9)]['get'](_0x1c5912[_0x25b19a(0x576)]);return _0x7848ab||(_0x7848ab=new Set(),this[_0x25b19a(0x1b9)][_0x25b19a(0x4a8)](_0x1c5912['embedId'],_0x7848ab)),_0x7848ab[_0x25b19a(0x70a)](_0x38b2cb),this[_0x25b19a(0x404)](),this[_0x25b19a(0x1fc)](),(0x0,_0x414d24[_0x25b19a(0x5f4)])(()=>{const _0x1911e1=_0x25b19a;_0x7848ab==null||_0x7848ab[_0x1911e1(0x4f4)](_0x38b2cb),(_0x7848ab==null?void 0x0:_0x7848ab[_0x1911e1(0x70b)])===0x0&&this[_0x1911e1(0x1b9)][_0x1911e1(0x4f4)](_0x1c5912['embedId']),this[_0x1911e1(0x404)](),this[_0x1911e1(0x1fc)]();});}[_0x19cb8f(0x6ac)](_0x57dd0e){const _0xd0af12=_0x19cb8f;if(!_0x57dd0e)return;let _0x26add3;for(let [_0xba2b5e,_0x5db29f]of this[_0xd0af12(0x1b9)])for(let _0x1ad5ad of _0x5db29f)_0x1ad5ad['childUnitId']===_0x57dd0e&&(!_0x26add3||_0x1ad5ad[_0xd0af12(0x882)]>_0x26add3[_0xd0af12(0x112)][_0xd0af12(0x882)])&&(_0x26add3={'embedId':_0xba2b5e,'scope':_0x1ad5ad});if(_0x26add3){let {embedId:_0x37742f,scope:_0x283796}=_0x26add3;return{'embedId':_0x37742f,'hostUnitId':_0x283796['hostUnitId'],'childUnitId':_0x283796[_0xd0af12(0x27a)],'childType':_0x283796[_0xd0af12(0x23a)],'sessionMode':_0x283796['sessionMode']};}}[_0x19cb8f(0x374)](){const _0x242609=_0x19cb8f;let _0x4f8b2b;for(let [_0x35634a,_0xe5f4c5]of this[_0x242609(0x76d)])for(let _0x726d3b of _0xe5f4c5){if(_0x726d3b['role']!==_0x242609(0x696)||!_0x726d3b['childUnitId'])continue;let _0x12194e=this[_0x242609(0x7ce)](_0x726d3b);(!_0x4f8b2b||_0x12194e>_0x4f8b2b[_0x242609(0x376)]||_0x12194e===_0x4f8b2b[_0x242609(0x376)]&&_0x726d3b[_0x242609(0x882)]>_0x4f8b2b[_0x242609(0x6ef)][_0x242609(0x882)])&&(_0x4f8b2b={'embedId':_0x35634a,'lease':_0x726d3b,'priority':_0x12194e});}return _0x4f8b2b?{'embedId':_0x4f8b2b[_0x242609(0x576)],'hostUnitId':_0x4f8b2b['lease'][_0x242609(0x672)],'childUnitId':_0x4f8b2b[_0x242609(0x6ef)][_0x242609(0x27a)],'childType':_0x4f8b2b[_0x242609(0x6ef)][_0x242609(0x23a)],'sessionMode':this[_0x242609(0x2cb)](_0x4f8b2b[_0x242609(0x6ef)])}:void 0x0;}['isChildUnitRuntimeEvent'](_0x5bce91,_0x1d2ab7,_0x1dc899){const _0xee5581=_0x19cb8f;if(!_0x5bce91)return!0x1;let _0x12c1e8=this['_getOwnedEmbedIdFromTarget'](_0x1d2ab7,_0x1dc899);return _0x12c1e8?this[_0xee5581(0x38f)](_0x12c1e8,_0x5bce91):!0x1;}[_0x19cb8f(0x686)](_0x3426ac,_0x4a29f0,_0x29a358,_0x451c1d){const _0x53bee9=_0x19cb8f;return this['isChildUnitRuntimeEvent'](_0x3426ac,_0x4a29f0,_0x29a358)||this['isChildUnitInActiveSession'](_0x3426ac)?!0x1:this[_0x53bee9(0x30c)](_0x3426ac,_0x451c1d);}[_0x19cb8f(0xeb)](_0x5e7df0){const _0x1d2aca=_0x19cb8f;let _0x2e52b2=this[_0x1d2aca(0x212)][_0x1d2aca(0x8ee)](_0x5e7df0[_0x1d2aca(0x576)]);_0x2e52b2||(_0x2e52b2=new Set(),this[_0x1d2aca(0x212)][_0x1d2aca(0x4a8)](_0x5e7df0[_0x1d2aca(0x576)],_0x2e52b2)),_0x2e52b2[_0x1d2aca(0x70a)](_0x5e7df0[_0x1d2aca(0x2f9)]);let _0x194c3f=_0x5e7df0['element'][_0x1d2aca(0x3cc)](_0x12a30c);return _0x5e7df0[_0x1d2aca(0x2f9)][_0x1d2aca(0x7b0)](_0x12a30c,_0x5e7df0['role']),this[_0x1d2aca(0x404)](),(0x0,_0x414d24['toDisposable'])(()=>{const _0x3bdbbb=_0x1d2aca;_0x2e52b2==null||_0x2e52b2['delete'](_0x5e7df0['element']),(_0x2e52b2==null?void 0x0:_0x2e52b2[_0x3bdbbb(0x70b)])===0x0&&this[_0x3bdbbb(0x212)]['delete'](_0x5e7df0[_0x3bdbbb(0x576)]),_0x194c3f==null?_0x5e7df0[_0x3bdbbb(0x2f9)][_0x3bdbbb(0x5b6)](_0x12a30c):_0x5e7df0[_0x3bdbbb(0x2f9)]['setAttribute'](_0x12a30c,_0x194c3f),this[_0x3bdbbb(0x404)]();});}[_0x19cb8f(0x5a6)](_0x1556c8){const _0x26401=_0x19cb8f;return _0x1556c8?[...this[_0x26401(0x212)][_0x26401(0x8ee)](_0x1556c8)??[]]:[];}[_0x19cb8f(0x1d8)](_0x36dbf9,_0x3270fe,_0x2a5d1c){const _0x3e0856=_0x19cb8f;if(!_0x36dbf9)return!0x1;let _0x1921ac=this[_0x3e0856(0x212)]['get'](_0x36dbf9),_0x37450e=typeof(_0x2a5d1c==null?void 0x0:_0x2a5d1c[_0x3e0856(0x444)])==_0x3e0856(0x697)?_0x2a5d1c[_0x3e0856(0x444)]():void 0x0;return _0x1921ac!=null&&_0x1921ac[_0x3e0856(0x70b)]&&_0x37450e!=null&&_0x37450e[_0x3e0856(0x1c9)](_0xdcff50=>_0xdcff50 instanceof HTMLElement&&this[_0x3e0856(0x69e)](_0x1921ac,_0xdcff50))||_0x37450e!=null&&_0x37450e[_0x3e0856(0x1c9)](_0x4be845=>_0x4be845 instanceof HTMLElement&&this[_0x3e0856(0x1b3)](_0x36dbf9,_0x4be845))?!0x0:_0x3270fe instanceof HTMLElement&&(!!(_0x1921ac!=null&&_0x1921ac[_0x3e0856(0x70b)])&&this[_0x3e0856(0x69e)](_0x1921ac,_0x3270fe)||this[_0x3e0856(0x1b3)](_0x36dbf9,_0x3270fe));}['_containsRegisteredElement'](_0x3d70e5,_0x1242a5){const _0x3e80ce=_0x19cb8f;return[..._0x3d70e5][_0x3e80ce(0x1c9)](_0x522ede=>_0x522ede===_0x1242a5||_0x522ede[_0x3e80ce(0x691)](_0x1242a5));}[_0x19cb8f(0x690)](_0xfab3b1,_0x285795){const _0x4119ca=_0x19cb8f;var _0x5fd651;return _0xfab3b1[_0x4119ca(0x3e9)]&&_0x285795!=null&&(_0x5fd651=_0x285795[_0x4119ca(0x14b)])!=null&&_0x5fd651[_0x4119ca(0x2b3)](_0xfab3b1[_0x4119ca(0x3e9)])?!0x1:this[_0x4119ca(0x3e7)](_0xfab3b1[_0x4119ca(0x1af)]);}[_0x19cb8f(0x82c)](_0x4bee4b,_0x1c8e4f){const _0x2b81ec=_0x19cb8f;var _0x24afb7;return _0x4bee4b[_0x2b81ec(0x3e9)]&&_0x1c8e4f!=null&&(_0x24afb7=_0x1c8e4f[_0x2b81ec(0x14b)])!=null&&_0x24afb7[_0x2b81ec(0x2b3)](_0x4bee4b['owner'])?!0x1:_0x4bee4b[_0x2b81ec(0x1af)]!==_0x2b81ec(0x318);}[_0x19cb8f(0x4b6)](_0x4f0214,_0x441ef2){const _0x142d67=_0x19cb8f;return _0x4f0214[_0x142d67(0x672)]==null||_0x4f0214['hostUnitId']===_0x441ef2;}[_0x19cb8f(0x4e5)](_0x203b7c,_0x371024){const _0x4e29d9=_0x19cb8f;let _0x405616=this[_0x4e29d9(0x1b9)][_0x4e29d9(0x8ee)](_0x203b7c);return!!_0x405616&&[..._0x405616]['some'](_0x103c37=>_0x103c37[_0x4e29d9(0x672)]==null||_0x103c37[_0x4e29d9(0x672)]===_0x371024);}[_0x19cb8f(0x172)](_0x1123c1,_0x449e0a){const _0x20ca06=_0x19cb8f;var _0x576277;return _0x1123c1[_0x20ca06(0x27a)]===_0x449e0a||((_0x576277=_0x1123c1[_0x20ca06(0x515)])==null?void 0x0:_0x576277[_0x20ca06(0x2b3)](_0x449e0a))===!0x0;}[_0x19cb8f(0x38f)](_0x509eb5,_0x18b4c5){const _0x474b9b=_0x19cb8f;if([...this[_0x474b9b(0x1b9)][_0x474b9b(0x8ee)](_0x509eb5)??[]]['some'](_0x58d3db=>_0x58d3db[_0x474b9b(0x27a)]===_0x18b4c5))return!0x0;let _0x5c0c9e=this['_leases'][_0x474b9b(0x8ee)](_0x509eb5);return!!_0x5c0c9e&&[..._0x5c0c9e]['some'](_0x2e9ff0=>this[_0x474b9b(0x172)](_0x2e9ff0,_0x18b4c5));}[_0x19cb8f(0x3e7)](_0x4f2dd6){const _0x4f99ef=_0x19cb8f;return _0x4f2dd6!==_0x4f99ef(0x318);}[_0x19cb8f(0x7ce)](_0x955b2){const _0x11fc7a=_0x19cb8f;let _0x424e75=this[_0x11fc7a(0x2cb)](_0x955b2);return _0x424e75===_0x11fc7a(0x7c6)?0x1e:_0x424e75===_0x11fc7a(0x7e3)?0x14:_0x424e75===_0x11fc7a(0x8cd)?0xa:0x0;}[_0x19cb8f(0x2cb)](_0x3a528b){const _0x4466df=_0x19cb8f;return _0x3a528b[_0x4466df(0x174)]?_0x3a528b[_0x4466df(0x174)]:_0x3a528b['owner']===_0x4466df(0x5b9)?_0x4466df(0x7c6):_0x3a528b[_0x4466df(0x3e9)]===_0x4466df(0x56b)||_0x3a528b[_0x4466df(0x3e9)]===_0x4466df(0x873)?'child-keyboard':_0x3a528b[_0x4466df(0x3e9)]===_0x4466df(0x20d)?_0x4466df(0x8cd):_0x3a528b['role']===_0x4466df(0x696)?_0x4466df(0x7e3):_0x4466df(0x4f3);}[_0x19cb8f(0x1b3)](_0x1b1c5b,_0x3e765d){const _0x117287=_0x19cb8f;return _0x3e765d[_0x117287(0x13c)]('['+_0x51f778+'=\x22'+_0x1b1c5b+'\x22]')!=null;}['_getOwnedEmbedIdFromTarget'](_0x2e2b77,_0x120922){const _0x11464a=_0x19cb8f;let _0x29ad3b=typeof(_0x120922==null?void 0x0:_0x120922['composedPath'])==_0x11464a(0x697)?_0x120922[_0x11464a(0x444)]():void 0x0,_0x57845d=(_0x29ad3b==null?void 0x0:_0x29ad3b[_0x11464a(0x138)](_0x3e7e2c=>this[_0x11464a(0x139)](_0x3e7e2c)&&_0x3e7e2c[_0x11464a(0x80a)](_0x11464a(0x300))))??(this[_0x11464a(0x139)](_0x2e2b77)?_0x2e2b77[_0x11464a(0x13c)](_0x11464a(0x851))??void 0x0:void 0x0);return(_0x57845d==null?void 0x0:_0x57845d[_0x11464a(0x3cc)](_0x11464a(0x300)))??this['_getOwnedEmbedIdFromEventPoint'](_0x120922);}['_getOwnedEmbedIdFromEventPoint'](_0x248186){const _0x403319=_0x19cb8f;let _0x161f4c=this[_0x403319(0x893)](_0x248186);if(!_0x161f4c)return;let _0x4f6788;for(let [_0x3aca39,_0x31ea35]of this[_0x403319(0x212)])for(let _0x385b8a of _0x31ea35){let _0x28cad9=_0x385b8a[_0x403319(0x2b9)]();if(!this[_0x403319(0x69f)](_0x28cad9,_0x161f4c['clientX'],_0x161f4c[_0x403319(0x1e8)]))continue;let _0x196376=_0x28cad9[_0x403319(0x597)]*_0x28cad9[_0x403319(0x101)];(!_0x4f6788||_0x196376<_0x4f6788['area'])&&(_0x4f6788={'embedId':_0x3aca39,'area':_0x196376});}return _0x4f6788==null?void 0x0:_0x4f6788['embedId'];}['_getEventClientPoint'](_0xc0bd72){const _0x19d68e=_0x19cb8f;let _0x2d71d8=_0xc0bd72;if(_0x2d71d8){if(Number[_0x19d68e(0x60e)](_0x2d71d8[_0x19d68e(0x751)])&&Number[_0x19d68e(0x60e)](_0x2d71d8[_0x19d68e(0x1e8)]))return{'clientX':_0x2d71d8['clientX'],'clientY':_0x2d71d8[_0x19d68e(0x1e8)]};if(Number[_0x19d68e(0x60e)](_0x2d71d8['x'])&&Number[_0x19d68e(0x60e)](_0x2d71d8['y']))return{'clientX':_0x2d71d8['x'],'clientY':_0x2d71d8['y']};}}[_0x19cb8f(0x69f)](_0x4f03e7,_0x43c1d5,_0x1427ab){const _0x207e7d=_0x19cb8f;return _0x4f03e7[_0x207e7d(0x597)]>0x0&&_0x4f03e7['height']>0x0&&_0x43c1d5>=_0x4f03e7[_0x207e7d(0x3b4)]&&_0x43c1d5<=_0x4f03e7[_0x207e7d(0x5ce)]&&_0x1427ab>=_0x4f03e7[_0x207e7d(0x678)]&&_0x1427ab<=_0x4f03e7[_0x207e7d(0x6b6)];}[_0x19cb8f(0x302)](){const _0xdd11c0=_0x19cb8f;var _0xbf43b5;let _0x516eeb=this['_getAnyActiveElement']();if(!this[_0xdd11c0(0x139)](_0x516eeb))return;let _0x370214=_0x516eeb[_0xdd11c0(0x13c)]('['+_0x51f778+']');if(!_0x370214)return;let _0x379b0c=_0x370214[_0xdd11c0(0x3cc)](_0x51f778),_0x5845c8=(_0xbf43b5=_0x516eeb['closest'](_0xdd11c0(0x1c0)))==null?void 0x0:_0xbf43b5[_0xdd11c0(0x3cc)](_0x12a30c);return _0x379b0c&&this['_isRuntimeFocusRole'](_0x5845c8)?{'embedId':_0x379b0c,'role':_0x5845c8}:void 0x0;}[_0x19cb8f(0x139)](_0x523a85){const _0x451e2=_0x19cb8f;var _0x1f65b0;if(!_0x523a85)return!0x1;let _0x18910b=(_0x1f65b0=_0x523a85[_0x451e2(0x7c1)])==null?void 0x0:_0x1f65b0[_0x451e2(0x503)];return _0x18910b?_0x523a85 instanceof _0x18910b[_0x451e2(0x1b8)]:typeof HTMLElement<'u'&&_0x523a85 instanceof HTMLElement;}['_isRuntimeFocusRole'](_0xa26a92){const _0x41aef1=_0x19cb8f;return _0xa26a92==='runtime'||_0xa26a92===_0x41aef1(0x696)||_0xa26a92===_0x41aef1(0x6bd)||_0xa26a92==='child-popup'||_0xa26a92===_0x41aef1(0xf4);}['_getAnyActiveElement'](){const _0x482fee=_0x19cb8f;for(let _0x32ee14 of this[_0x482fee(0x212)]['values']()){var _0x398770;let _0x25f3c5=(_0x398770=_0x32ee14[_0x482fee(0x195)]()[_0x482fee(0x665)]()[_0x482fee(0x21b)])==null?void 0x0:_0x398770[_0x482fee(0x7c1)];if(_0x25f3c5!=null&&_0x25f3c5[_0x482fee(0x48f)])return _0x25f3c5[_0x482fee(0x48f)];}return typeof document>'u'?null:document[_0x482fee(0x48f)];}[_0x19cb8f(0x498)](_0x376be7){const _0x222a77=_0x19cb8f;var _0x4d20da;let _0x1559e9=this['_elements'][_0x222a77(0x8ee)](_0x376be7),_0x304839=_0x1559e9==null||(_0x4d20da=_0x1559e9[_0x222a77(0x195)]()[_0x222a77(0x665)]()[_0x222a77(0x21b)])==null?void 0x0:_0x4d20da[_0x222a77(0x7c1)];return(_0x304839==null?void 0x0:_0x304839[_0x222a77(0x48f)])??(typeof document>'u'?null:document[_0x222a77(0x48f)]);}[_0x19cb8f(0x404)](){const _0x446741=_0x19cb8f;this[_0x446741(0x10a)][_0x446741(0x665)]();}['_notifyRuntimeSessionChanged'](){const _0x27c49f=_0x19cb8f;this[_0x27c49f(0x461)][_0x27c49f(0x665)]();}};let _0x51f778=_0x19cb8f(0x300),_0x437ef3=_0x19cb8f(0x26e);var _0x58aac7=class{constructor(){const _0x213516=_0x19cb8f;_0x53835d(this,_0x213516(0x6a7),new Map()),_0x53835d(this,_0x213516(0x1fd),new Map()),_0x53835d(this,'_portalObservers',new WeakMap()),_0x53835d(this,'_closedPortalInputGuards',new WeakSet()),_0x53835d(this,_0x213516(0x504),new WeakMap()),_0x53835d(this,_0x213516(0x113),void 0x0);}[_0x19cb8f(0x480)](_0x1dddf2,_0x16035a,_0x2d37f2){const _0x846645=_0x19cb8f;let _0x569168=this[_0x846645(0x6a7)]['get'](_0x1dddf2);_0x569168||(_0x569168=new Set(),this[_0x846645(0x6a7)]['set'](_0x1dddf2,_0x569168)),_0x2d37f2&&this['_childUnitIds'][_0x846645(0x4a8)](_0x1dddf2,_0x2d37f2),_0x569168[_0x846645(0x70a)](_0x16035a);let _0x547f9e=_0x16035a[_0x846645(0x3cc)](_0x51f778),_0x243550=_0x16035a['getAttribute'](_0x5ab84f[_0x846645(0x3c1)]);_0x16035a['setAttribute'](_0x51f778,_0x1dddf2),_0x2d37f2&&_0x16035a['setAttribute'](_0x5ab84f['EMBED_CHILD_UNIT_ID_ATTRIBUTE'],_0x2d37f2);let _0x3cd54f=this['_registerRootPopupDescendantFocusRoles'](_0x1dddf2,_0x16035a),_0x1c6b39=()=>this[_0x846645(0x74a)](_0x1dddf2,_0x16035a[_0x846645(0x7c1)]);return _0x16035a[_0x846645(0x474)](_0x846645(0x381),_0x1c6b39,!0x0),_0x16035a[_0x846645(0x474)](_0x846645(0x6b9),_0x1c6b39,!0x0),_0x16035a[_0x846645(0x474)](_0x846645(0x455),_0x1c6b39,!0x0),(0x0,_0x414d24[_0x846645(0x5f4)])(()=>{const _0x274593=_0x846645;var _0x31eb60;_0x3cd54f[_0x274593(0x3b7)](),_0x16035a[_0x274593(0x8f5)]('pointerdown',_0x1c6b39,!0x0),_0x16035a[_0x274593(0x8f5)](_0x274593(0x6b9),_0x1c6b39,!0x0),_0x16035a['removeEventListener'](_0x274593(0x455),_0x1c6b39,!0x0),((_0x31eb60=this[_0x274593(0x113)])==null?void 0x0:_0x31eb60[_0x274593(0x576)])===_0x1dddf2&&this[_0x274593(0x113)]['document']===_0x16035a[_0x274593(0x7c1)]&&(this[_0x274593(0x113)]=void 0x0),_0x569168==null||_0x569168['delete'](_0x16035a),_0x569168&&_0x569168[_0x274593(0x70b)]===0x0&&(this[_0x274593(0x6a7)][_0x274593(0x4f4)](_0x1dddf2),this[_0x274593(0x1fd)]['delete'](_0x1dddf2)),_0x547f9e==null?_0x16035a[_0x274593(0x5b6)](_0x51f778):_0x16035a[_0x274593(0x7b0)](_0x51f778,_0x547f9e),_0x243550==null?_0x16035a[_0x274593(0x5b6)](_0x5ab84f[_0x274593(0x3c1)]):_0x16035a[_0x274593(0x7b0)](_0x5ab84f[_0x274593(0x3c1)],_0x243550);});}[_0x19cb8f(0x2a9)](_0x1d8882,_0x100b94){const _0x64a9f5=_0x19cb8f;let _0x17f0e4=_0x100b94[_0x64a9f5(0x7c1)][_0x64a9f5(0x503)],_0x5bcfe8=new Map(),_0x5554b8=new Map(),_0x51a6b0,_0x2105a3=!0x1,_0x189330=_0x57eef4=>{const _0x4907fa=_0x64a9f5;_0x5bcfe8[_0x4907fa(0x8f1)](_0x57eef4)||_0x5bcfe8['set'](_0x57eef4,_0x57eef4[_0x4907fa(0x3cc)](_0x51f778)),_0x5554b8[_0x4907fa(0x8f1)](_0x57eef4)||_0x5554b8[_0x4907fa(0x4a8)](_0x57eef4,_0x57eef4[_0x4907fa(0x3cc)](_0x12a30c));},_0x1a406b=_0x1f164a=>{const _0x21e4de=_0x64a9f5;_0x189330(_0x1f164a),_0x1f164a[_0x21e4de(0x7b0)](_0x51f778,_0x1d8882),_0x1f164a[_0x21e4de(0x7b0)](_0x12a30c,_0x21e4de(0x717));},_0x108987=_0x5070a8=>{const _0x9c9d9f=_0x64a9f5;this[_0x9c9d9f(0x413)](_0x5070a8)&&(_0x1a406b(_0x5070a8),_0x5070a8[_0x9c9d9f(0x24e)]('*')[_0x9c9d9f(0x2f2)](_0x1a406b));},_0x24c257=_0x11e713=>{const _0xbd152a=_0x64a9f5;_0x2105a3||(_0x108987(_0x11e713),_0x11e713[_0xbd152a(0x24e)]('*')[_0xbd152a(0x2f2)](_0x2b0ea8=>_0x108987(_0x2b0ea8)));};return _0x24c257(_0x100b94),_0x17f0e4!=null&&_0x17f0e4[_0x64a9f5(0x6c3)]&&(_0x51a6b0=new _0x17f0e4['MutationObserver'](_0x2446f5=>{const _0x657e73=_0x64a9f5;_0x2446f5[_0x657e73(0x2f2)](_0x15f234=>{const _0xd1c9d0=_0x657e73;_0x15f234['addedNodes'][_0xd1c9d0(0x2f2)](_0x1eeff9=>{const _0x3ca732=_0xd1c9d0;_0x1eeff9 instanceof _0x17f0e4[_0x3ca732(0x1b8)]&&_0x24c257(_0x1eeff9);});});}),_0x51a6b0[_0x64a9f5(0x512)](_0x100b94,{'childList':!0x0,'subtree':!0x0})),(0x0,_0x414d24['toDisposable'])(()=>{const _0xa2db6d=_0x64a9f5;_0x2105a3=!0x0,_0x51a6b0==null||_0x51a6b0[_0xa2db6d(0x2af)](),_0x5bcfe8[_0xa2db6d(0x2f2)]((_0x201dd4,_0x431673)=>{const _0x4562f9=_0xa2db6d;if(_0x201dd4==null){_0x431673[_0x4562f9(0x5b6)](_0x51f778);return;}_0x431673[_0x4562f9(0x7b0)](_0x51f778,_0x201dd4);}),_0x5554b8[_0xa2db6d(0x2f2)]((_0x21aeab,_0x530b11)=>{const _0x265d4b=_0xa2db6d;if(_0x21aeab==null){_0x530b11[_0x265d4b(0x5b6)](_0x12a30c);return;}_0x530b11[_0x265d4b(0x7b0)](_0x12a30c,_0x21aeab);});});}[_0x19cb8f(0x154)](_0x33d11e,_0x50a52e){const _0x5c742e=_0x19cb8f;let _0x16dc21=this[_0x5c742e(0x6a7)][_0x5c742e(0x8ee)](_0x33d11e);_0x16dc21||(_0x16dc21=new Set(),this[_0x5c742e(0x6a7)][_0x5c742e(0x4a8)](_0x33d11e,_0x16dc21)),_0x16dc21['add'](_0x50a52e);let _0x4e92c0=this[_0x5c742e(0x131)](_0x33d11e,_0x50a52e);return(0x0,_0x414d24[_0x5c742e(0x5f4)])(()=>{const _0x12930b=_0x5c742e;_0x16dc21==null||_0x16dc21[_0x12930b(0x4f4)](_0x50a52e),_0x16dc21&&_0x16dc21[_0x12930b(0x70b)]===0x0&&this[_0x12930b(0x6a7)]['delete'](_0x33d11e),_0x4e92c0[_0x12930b(0x3b7)]();});}['contains'](_0x3e7228,_0x2ecddf,_0x977d6d){const _0x399568=_0x19cb8f;let _0x950f38=typeof(_0x977d6d==null?void 0x0:_0x977d6d[_0x399568(0x444)])=='function'?_0x977d6d[_0x399568(0x444)]():void 0x0;if(_0x950f38!=null&&_0x950f38[_0x399568(0x1c9)](_0x14ec0f=>_0x14ec0f instanceof HTMLElement&&this[_0x399568(0x60a)](_0x3e7228,_0x14ec0f)))return!0x0;if(!(_0x2ecddf instanceof HTMLElement))return!0x1;if(this[_0x399568(0x60a)](_0x3e7228,_0x2ecddf))return!0x0;if(!_0x3e7228)return Array[_0x399568(0x7d3)](this['_roots']['values']())[_0x399568(0x1c9)](_0x32cd1b=>[..._0x32cd1b][_0x399568(0x1c9)](_0x5649f5=>_0x5649f5[_0x399568(0x52c)]&&_0x5649f5['contains'](_0x2ecddf)));let _0x91552a=this[_0x399568(0x6a7)]['get'](_0x3e7228);return!!_0x91552a&&[..._0x91552a][_0x399568(0x1c9)](_0x1b234e=>_0x1b234e[_0x399568(0x52c)]&&_0x1b234e[_0x399568(0x691)](_0x2ecddf));}[_0x19cb8f(0x6f1)](_0x3ce474){const _0x1df9a6=_0x19cb8f;let _0x80b310=_0x3ce474?this[_0x1df9a6(0x504)][_0x1df9a6(0x8ee)](_0x3ce474):typeof document<'u'?this['_activePortalOwners']['get'](document):void 0x0;if(_0x80b310!=null&&_0x80b310[_0x1df9a6(0x716)])return!0x0;let _0x5e3f6d=this['_pendingPortalOwner'];return!_0x5e3f6d||Date[_0x1df9a6(0x5a8)]()>_0x5e3f6d['expiresAt']?!0x1:!_0x3ce474||_0x5e3f6d[_0x1df9a6(0x5eb)]===_0x3ce474;}['hasRecentInteractionFor'](_0xc67315,_0x50b962){const _0xbfc35b=_0x19cb8f;if(!_0xc67315)return!0x1;let _0xf2e31b=_0x50b962?this[_0xbfc35b(0x504)]['get'](_0x50b962):typeof document<'u'?this[_0xbfc35b(0x504)][_0xbfc35b(0x8ee)](document):void 0x0;if(_0xf2e31b!=null&&_0xf2e31b['some'](_0x13715c=>_0x13715c[_0xbfc35b(0x576)]===_0xc67315))return!0x0;let _0x45d770=this[_0xbfc35b(0x113)];return!_0x45d770||_0x45d770[_0xbfc35b(0x576)]!==_0xc67315||Date[_0xbfc35b(0x5a8)]()>_0x45d770[_0xbfc35b(0x8d3)]?!0x1:!_0x50b962||_0x45d770[_0xbfc35b(0x5eb)]===_0x50b962;}['closeOwnedFloatingSurfaces'](_0x981e3a,_0x1d2cfa){const _0x3ac48b=_0x19cb8f;!_0x981e3a||!(_0x1d2cfa!=null&&_0x1d2cfa[_0x3ac48b(0x7ae)])||this['_collectOwnedFloatingSurfaceRoots'](_0x981e3a,_0x1d2cfa)['forEach'](_0x3f076e=>this[_0x3ac48b(0x634)](_0x3f076e,_0x1d2cfa));}[_0x19cb8f(0x54e)](_0xc91740,_0x58ff49,_0x35ab7e={}){const _0x1dd424=_0x19cb8f;var _0x3aae86;if(!(_0x58ff49!=null&&_0x58ff49[_0x1dd424(0x7ae)]))return(0x0,_0x414d24[_0x1dd424(0x5f4)])(()=>{});let _0x40a4c7=Symbol(_0xc91740),_0x4d8a48=this[_0x1dd424(0x504)][_0x1dd424(0x8ee)](_0x58ff49)??[],_0x4ad551=_0x35ab7e['includeAppShellEditorPortal']??!0x0;return _0x4d8a48['push']({'embedId':_0xc91740,'includeAppShellEditorPortal':_0x4ad551,'token':_0x40a4c7}),this[_0x1dd424(0x504)]['set'](_0x58ff49,_0x4d8a48),this['_ensurePortalObserver'](_0x58ff49),this[_0x1dd424(0xdc)](_0xc91740,_0x58ff49,{'includeAppShellEditorPortal':_0x4ad551,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0xc91740,_0x58ff49),(_0x3aae86=_0x58ff49['defaultView'])==null||_0x3aae86[_0x1dd424(0x4bc)](()=>{const _0x58213e=_0x1dd424;let _0x22d1ad=this[_0x58213e(0x507)](_0x58ff49);(_0x22d1ad==null?void 0x0:_0x22d1ad[_0x58213e(0x576)])===_0xc91740&&_0x22d1ad[_0x58213e(0x88b)]===_0x40a4c7&&(this['_markExistingBodyPortals'](_0xc91740,_0x58ff49,{'includeAppShellEditorPortal':_0x4ad551,'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this[_0x58213e(0x59c)](_0xc91740,_0x58ff49));},0x0),(0x0,_0x414d24['toDisposable'])(()=>{const _0x37dc7e=_0x1dd424;let _0x59c8b=this['_activePortalOwners'][_0x37dc7e(0x8ee)](_0x58ff49),_0x11e1bd=!0x1;if(_0x59c8b){let _0x3c82eb=_0x59c8b['findIndex'](_0x1b7475=>_0x1b7475['embedId']===_0xc91740&&_0x1b7475[_0x37dc7e(0x88b)]===_0x40a4c7);_0x3c82eb>=0x0&&_0x59c8b[_0x37dc7e(0x2c5)](_0x3c82eb,0x1),_0x11e1bd=_0x59c8b[_0x37dc7e(0x1c9)](_0x20f541=>_0x20f541[_0x37dc7e(0x576)]===_0xc91740),_0x59c8b[_0x37dc7e(0x716)]===0x0&&this[_0x37dc7e(0x504)][_0x37dc7e(0x4f4)](_0x58ff49);}_0x11e1bd||this[_0x37dc7e(0x64c)](_0xc91740,_0x58ff49);let _0x23c32b=this[_0x37dc7e(0x507)](_0x58ff49);_0x23c32b&&(this[_0x37dc7e(0xdc)](_0x23c32b[_0x37dc7e(0x576)],_0x58ff49,{'includeAppShellEditorPortal':_0x23c32b[_0x37dc7e(0x74e)],'allowOwnedPortalReassignment':!0x0,'allowDirectBodyPortal':!0x1}),this['_cleanupOrdinaryBodyChromeClaims'](_0x23c32b[_0x37dc7e(0x576)],_0x58ff49));});}[_0x19cb8f(0x538)](_0x20d2d9,_0x59ef85){const _0x18f3d0=_0x19cb8f;var _0x12dc8f;let _0x4aa982=new Set(),_0x4a8ee8=_0xc6c142=>{const _0xd4d003=_0x41b8;let _0x55b73b=this['_resolveFloatingSurfaceRoot'](_0xc6c142);!_0x55b73b||!this['_isOwnedElement'](_0x20d2d9,_0x55b73b)||_0x4aa982[_0xd4d003(0x70a)](_0x55b73b);};return _0x59ef85[_0x18f3d0(0x7ae)][_0x18f3d0(0x24e)]('['+_0x51f778+'=\x22'+_0x20d2d9+'\x22]')['forEach'](_0x4a8ee8),(_0x12dc8f=this[_0x18f3d0(0x6a7)][_0x18f3d0(0x8ee)](_0x20d2d9))==null||_0x12dc8f[_0x18f3d0(0x2f2)](_0x286449=>{const _0x494b8b=_0x18f3d0;_0x286449[_0x494b8b(0x52c)]&&(_0x4a8ee8(_0x286449),_0x286449[_0x494b8b(0x24e)]('*')[_0x494b8b(0x2f2)](_0x4a8ee8));}),[..._0x4aa982][_0x18f3d0(0x192)]((_0x1084a3,_0x492a18)=>_0x1084a3['contains'](_0x492a18)?0x1:_0x492a18['contains'](_0x1084a3)?-0x1:0x0);}['_resolveFloatingSurfaceRoot'](_0x470206){const _0x9dc45=_0x19cb8f;if(!_0x470206[_0x9dc45(0x13c)](_0x9dc45(0x25f))&&this['_isUniverPortalTreeElement'](_0x470206))return _0x470206['closest'](_0x9dc45(0x7fd))??_0x470206;}[_0x19cb8f(0x634)](_0x239c9c,_0x2603c7){const _0x2fcb9e=_0x19cb8f;let _0x333cfb=_0x2603c7['defaultView'],_0x303c5b=_0x2603c7[_0x2fcb9e(0x48f)]instanceof HTMLElement&&_0x239c9c[_0x2fcb9e(0x691)](_0x2603c7[_0x2fcb9e(0x48f)])?_0x2603c7[_0x2fcb9e(0x48f)]:_0x239c9c,_0x509f47=_0x333cfb!=null&&_0x333cfb[_0x2fcb9e(0x5e5)]?new _0x333cfb[(_0x2fcb9e(0x5e5))]('keydown',{'key':_0x2fcb9e(0x793),'code':_0x2fcb9e(0x793),'bubbles':!0x0,'cancelable':!0x0}):new Event(_0x2fcb9e(0x615),{'bubbles':!0x0,'cancelable':!0x0});_0x303c5b[_0x2fcb9e(0x1a5)](_0x509f47);}[_0x19cb8f(0x60a)](_0x114d58,_0x26ea5d){const _0x2430d9=_0x19cb8f;let _0x89f240=_0x26ea5d[_0x2430d9(0x13c)]('['+_0x51f778+']'),_0x5a4415=_0x89f240==null?void 0x0:_0x89f240[_0x2430d9(0x3cc)](_0x51f778);if(_0x5a4415&&(!_0x114d58||_0x5a4415===_0x114d58))return!0x0;if(!_0x114d58)return Array[_0x2430d9(0x7d3)](this[_0x2430d9(0x6a7)][_0x2430d9(0x195)]())[_0x2430d9(0x1c9)](_0x39aece=>[..._0x39aece][_0x2430d9(0x1c9)](_0x4c616f=>_0x4c616f===_0x26ea5d||_0x4c616f[_0x2430d9(0x691)](_0x26ea5d)));let _0x479b77=this[_0x2430d9(0x6a7)]['get'](_0x114d58);return!!_0x479b77&&[..._0x479b77][_0x2430d9(0x1c9)](_0x2c85e8=>_0x2c85e8===_0x26ea5d||_0x2c85e8['contains'](_0x26ea5d));}[_0x19cb8f(0x74a)](_0x1e7c95,_0xfa7447){const _0x1e71f7=_0x19cb8f;var _0x5dea00;_0xfa7447!=null&&_0xfa7447[_0x1e71f7(0x7ae)]&&(this[_0x1e71f7(0x113)]={'embedId':_0x1e7c95,'document':_0xfa7447,'expiresAt':Date[_0x1e71f7(0x5a8)]()+0x3e8},this[_0x1e71f7(0x847)](_0xfa7447),this[_0x1e71f7(0xdc)](_0x1e7c95,_0xfa7447,{'includeAppShellEditorPortal':!0x1}),(_0x5dea00=_0xfa7447[_0x1e71f7(0x503)])==null||_0x5dea00[_0x1e71f7(0x4bc)](()=>{const _0x545d28=_0x1e71f7;let _0xccdf3b=this[_0x545d28(0x113)];(_0xccdf3b==null?void 0x0:_0xccdf3b[_0x545d28(0x576)])===_0x1e7c95&&_0xccdf3b[_0x545d28(0x5eb)]===_0xfa7447&&Date['now']()<=_0xccdf3b[_0x545d28(0x8d3)]&&this['_markExistingBodyPortals'](_0x1e7c95,_0xfa7447,{'includeAppShellEditorPortal':!0x1});},0x0));}[_0x19cb8f(0x847)](_0x1c1a90){const _0x26ace2=_0x19cb8f;if(this[_0x26ace2(0x5ab)][_0x26ace2(0x8f1)](_0x1c1a90)||!_0x1c1a90[_0x26ace2(0x7ae)])return;let _0x33b6b2=_0x1c1a90[_0x26ace2(0x503)];if(!(_0x33b6b2!=null&&_0x33b6b2['MutationObserver']))return;let _0x5fdfc6=new _0x33b6b2[(_0x26ace2(0x6c3))](_0x4ba4ae=>{const _0x686a3c=_0x26ace2;let _0x13c860=this[_0x686a3c(0x284)](_0x1c1a90);if(!_0x13c860)return;let _0x3d2b6b={'includeAppShellEditorPortal':_0x13c860[_0x686a3c(0x74e)],'allowOwnedPortalReassignment':_0x13c860[_0x686a3c(0x170)],'allowDirectBodyPortal':!_0x13c860['stable']};_0x4ba4ae[_0x686a3c(0x2f2)](_0x318d0e=>{const _0x2e440e=_0x686a3c;_0x318d0e[_0x2e440e(0x519)]===_0x2e440e(0x29b)&&_0x318d0e['target']instanceof _0x33b6b2[_0x2e440e(0x1b8)]&&(this[_0x2e440e(0x53f)](_0x318d0e['target'],_0x13c860['embedId'],_0x1c1a90,_0x3d2b6b),_0x318d0e[_0x2e440e(0x81b)]===_0x2e440e(0x65f)&&this['_syncClosedPortalInputGuard'](_0x318d0e[_0x2e440e(0x129)],_0x13c860[_0x2e440e(0x576)])),_0x318d0e[_0x2e440e(0x7fe)]['forEach'](_0x5b2a61=>{const _0x4ec3de=_0x2e440e;_0x5b2a61 instanceof _0x33b6b2[_0x4ec3de(0x1b8)]&&(this[_0x4ec3de(0x53f)](_0x5b2a61,_0x13c860[_0x4ec3de(0x576)],_0x1c1a90,_0x3d2b6b),_0x5b2a61[_0x4ec3de(0x24e)]('*')[_0x4ec3de(0x2f2)](_0x2569cf=>{const _0xc32aae=_0x4ec3de;this['_markBodyPortalOwner'](_0x2569cf,_0x13c860[_0xc32aae(0x576)],_0x1c1a90,_0x3d2b6b);}),_0x5b2a61[_0x4ec3de(0x80a)](_0x4ec3de(0x65f))&&this[_0x4ec3de(0x52b)](_0x5b2a61,_0x13c860[_0x4ec3de(0x576)]),_0x5b2a61[_0x4ec3de(0x24e)]('[data-state]')[_0x4ec3de(0x2f2)](_0x5669ef=>{const _0xdf1f09=_0x4ec3de;this[_0xdf1f09(0x52b)](_0x5669ef,_0x13c860[_0xdf1f09(0x576)]);}));});}),_0x13c860[_0x686a3c(0x170)]&&this[_0x686a3c(0x59c)](_0x13c860[_0x686a3c(0x576)],_0x1c1a90);});_0x5fdfc6['observe'](_0x1c1a90[_0x26ace2(0x7ae)],{'attributeFilter':[_0x26ace2(0x1ef),_0x26ace2(0x65f),'data-u-comp','id',_0x26ace2(0x1af),_0x26ace2(0x163)],'attributes':!0x0,'childList':!0x0,'subtree':!0x0}),_0x5fdfc6[_0x26ace2(0x6c0)](),this['_portalObservers']['set'](_0x1c1a90,_0x5fdfc6);}['_markBodyPortalOwner'](_0x1dd1c2,_0xc9bf8c,_0x358547,_0x54a401={}){const _0x40c4ce=_0x19cb8f;_0x54a401[_0x40c4ce(0x528)]===!0x1&&_0x1dd1c2[_0x40c4ce(0x2c7)]===_0x358547['body']&&!this[_0x40c4ce(0x5d7)](_0x1dd1c2)&&!this['_isAppShellEditorPortalCandidate'](_0x1dd1c2)||this[_0x40c4ce(0x6d2)](_0x1dd1c2,_0x358547,_0x54a401)&&(!this['_isAppShellEditorPortalCandidate'](_0x1dd1c2)&&this[_0x40c4ce(0x6dc)](_0x1dd1c2,_0x358547)||(this[_0x40c4ce(0xee)](_0x1dd1c2,_0xc9bf8c,_0x358547),this[_0x40c4ce(0x131)](_0xc9bf8c,_0x1dd1c2,{'transient':!0x0}),this['_markRuntimeFocusRole'](_0x1dd1c2,_0x54a401)));}[_0x19cb8f(0xdc)](_0x50f380,_0x3ad39b,_0x1b3efa={}){const _0xc1d1c8=_0x19cb8f;_0x3ad39b[_0xc1d1c8(0x7ae)][_0xc1d1c8(0x24e)]('*')[_0xc1d1c8(0x2f2)](_0x427396=>{const _0x5bc7f6=_0xc1d1c8;this['_markBodyPortalOwner'](_0x427396,_0x50f380,_0x3ad39b,{'includeAppShellEditorPortal':_0x1b3efa[_0x5bc7f6(0x74e)],'allowOwnedPortalReassignment':_0x1b3efa[_0x5bc7f6(0xae)],'allowDirectBodyPortal':_0x1b3efa[_0x5bc7f6(0x528)]});});}['_isBodyPortalCandidate'](_0x3c9397,_0x6f345,_0x5e9464={}){const _0x5d52e5=_0x19cb8f;if(!_0x6f345[_0x5d52e5(0x7ae)]['contains'](_0x3c9397))return!0x1;let _0x3a1d30=!!_0x5e9464['includeAppShellEditorPortal']&&this[_0x5d52e5(0x8b0)](_0x3c9397),_0x3b9ebd=this[_0x5d52e5(0x5d7)](_0x3c9397);if(!_0x5e9464[_0x5d52e5(0xae)]&&!_0x3a1d30&&_0x3c9397[_0x5d52e5(0x13c)](_0x5d52e5(0x851))||_0x3c9397['id']==='app')return!0x1;let _0x45ce8d=_0x3c9397[_0x5d52e5(0x2c7)];return!!_0x5e9464['allowDirectBodyPortal']&&_0x45ce8d===_0x6f345[_0x5d52e5(0x7ae)]||(_0x45ce8d==null?void 0x0:_0x45ce8d[_0x5d52e5(0x13c)](_0x5d52e5(0x546)))!=null||_0x3b9ebd||_0x3a1d30;}[_0x19cb8f(0x8b0)](_0x3c2281){const _0x425683=_0x19cb8f;var _0x4dc629,_0x5ca02f;return((_0x4dc629=_0x3c2281[_0x425683(0x2c7)])==null?void 0x0:_0x4dc629['id'])!==_0x425683(0x523)&&((_0x5ca02f=_0x3c2281[_0x425683(0x13c)]('#app'))==null?void 0x0:_0x5ca02f['parentElement'])!==_0x3c2281[_0x425683(0x7c1)]['body']?!0x1:_0x3c2281['id'][_0x425683(0x3e1)](_0x425683(0x56a))||_0x3c2281['id']['startsWith'](_0x425683(0x189))||_0x3c2281['closest']('[id^=\x22univer-doc-selection-container-__INTERNAL_EDITOR__\x22]')!=null||_0x3c2281[_0x425683(0x13c)](_0x425683(0x402))!=null;}[_0x19cb8f(0x5af)](_0xd32947){const _0x63815c=_0x19cb8f;return _0xd32947['id'][_0x63815c(0x3e1)](_0x63815c(0x2e1))||_0xd32947['id']['startsWith']('univer-doc-selection-container-docs-')||_0xd32947[_0x63815c(0x13c)](_0x63815c(0x303))!=null||_0xd32947[_0x63815c(0x13c)]('[id^=\x22__editor_docs-\x22]')!=null;}[_0x19cb8f(0x5d7)](_0x4512f1){const _0x19509d=_0x19cb8f;let _0x33e0af=typeof _0x4512f1['className']==_0x19509d(0x3e0)?_0x4512f1[_0x19509d(0x50c)]:'';if(_0x4512f1[_0x19509d(0x3cc)](_0x19509d(0x706))==='rect-popup'||_0x4512f1[_0x19509d(0x8e5)][_0x19509d(0x691)]('univer-popup')||_0x4512f1[_0x19509d(0x8e5)][_0x19509d(0x691)](_0x19509d(0x661))||_0x4512f1[_0x19509d(0x8e5)][_0x19509d(0x691)]('univer-dropdown')||/\buniver-(popup|popover|dropdown|calendar|tooltip|menu)\b/[_0x19509d(0xb7)](_0x33e0af))return!0x0;let _0x232793=_0x4512f1[_0x19509d(0x3cc)](_0x19509d(0x1af));return _0x232793===_0x19509d(0x529)||_0x232793==='listbox'||_0x232793===_0x19509d(0x251)||_0x232793===_0x19509d(0x5e9)||_0x4512f1['hasAttribute'](_0x19509d(0x8df));}['_isDetachedOffscreenPortalCandidate'](_0x2fb753,_0x4536b6){const _0xa17190=_0x19cb8f;if(!this[_0xa17190(0x413)](_0x2fb753))return!0x1;let _0xe9ff4=_0x2fb753['closest'](_0xa17190(0x7fd))??_0x2fb753,_0x585ffc=_0xe9ff4[_0xa17190(0x13c)](_0xa17190(0x707))??_0xe9ff4[_0xa17190(0x2c7)];if(_0xe9ff4[_0xa17190(0x2c7)]!==_0x4536b6['body']&&(_0x585ffc==null?void 0x0:_0x585ffc[_0xa17190(0x2c7)])!==_0x4536b6[_0xa17190(0x7ae)])return!0x1;let _0x34db14=_0x4536b6[_0xa17190(0x503)];if(!_0x34db14)return!0x1;let _0x58d9f8=_0xe9ff4['getBoundingClientRect']();return _0x58d9f8[_0xa17190(0x5ce)]<0x0||_0x58d9f8['bottom']<0x0||_0x58d9f8['left']>_0x34db14[_0xa17190(0x472)]||_0x58d9f8[_0xa17190(0x678)]>_0x34db14[_0xa17190(0x639)]?!0x0:_0x58d9f8['width']<=0x0||_0x58d9f8[_0xa17190(0x101)]<=0x0?_0x58d9f8[_0xa17190(0x3b4)]<0x0||_0x58d9f8[_0xa17190(0x678)]<0x0||_0x58d9f8[_0xa17190(0x3b4)]>_0x34db14[_0xa17190(0x472)]||_0x58d9f8[_0xa17190(0x678)]>_0x34db14[_0xa17190(0x639)]:!0x1;}[_0x19cb8f(0x568)](_0x406988,_0x5d8c79={}){const _0x28af2f=_0x19cb8f;let _0x4c3f22=_0x5d8c79['includeAppShellEditorPortal']&&this[_0x28af2f(0x8b0)](_0x406988)?'child-editor':this[_0x28af2f(0x413)](_0x406988)?_0x28af2f(0x717):void 0x0;_0x4c3f22&&(_0x406988[_0x28af2f(0x7b0)](_0x12a30c,_0x4c3f22),_0x406988[_0x28af2f(0x24e)]('*')[_0x28af2f(0x2f2)](_0x96cd86=>{_0x96cd86['setAttribute'](_0x12a30c,_0x4c3f22);}));}['_syncClosedPortalInputGuard'](_0x317052,_0xdb606c){const _0xd3eaf3=_0x19cb8f;let _0x2fead3=_0x317052[_0xd3eaf3(0x3cc)](_0xd3eaf3(0x300))===_0xdb606c&&_0x317052[_0xd3eaf3(0x3cc)](_0xd3eaf3(0x65f))===_0xd3eaf3(0xd2)&&this[_0xd3eaf3(0x413)](_0x317052),_0x574b45=_0x317052[_0xd3eaf3(0x13c)](_0xd3eaf3(0x546))??_0x317052;if(_0x2fead3){_0x574b45[_0xd3eaf3(0x8e5)][_0xd3eaf3(0x691)](_0x437ef3)||(_0x574b45[_0xd3eaf3(0x8e5)][_0xd3eaf3(0x70a)](_0x437ef3),this[_0xd3eaf3(0x5f9)][_0xd3eaf3(0x70a)](_0x574b45));return;}this['_clearClosedPortalInputGuard'](_0x574b45);}[_0x19cb8f(0x7fc)](_0x3c78d1){const _0x36a1ff=_0x19cb8f;this[_0x36a1ff(0x5f9)][_0x36a1ff(0x8f1)](_0x3c78d1)&&(_0x3c78d1['classList']['remove'](_0x437ef3),this[_0x36a1ff(0x5f9)]['delete'](_0x3c78d1));}[_0x19cb8f(0x131)](_0x1a0470,_0x31ae86,_0x4706e6={}){const _0xff111f=_0x19cb8f;let _0x1376bd=new Map(),_0x354f3e=new Map(),_0x31b840=this[_0xff111f(0x1fd)][_0xff111f(0x8ee)](_0x1a0470),_0x42b099=_0x135925=>{const _0x4fe2e1=_0xff111f;_0x4706e6[_0x4fe2e1(0x1bd)]||(_0x1376bd[_0x4fe2e1(0x4a8)](_0x135925,_0x135925[_0x4fe2e1(0x3cc)](_0x51f778)),_0x354f3e[_0x4fe2e1(0x4a8)](_0x135925,_0x135925[_0x4fe2e1(0x3cc)](_0x5ab84f[_0x4fe2e1(0x3c1)]))),_0x135925[_0x4fe2e1(0x7b0)](_0x51f778,_0x1a0470),_0x31b840&&_0x135925[_0x4fe2e1(0x7b0)](_0x5ab84f[_0x4fe2e1(0x3c1)],_0x31b840);};return _0x42b099(_0x31ae86),_0x31ae86[_0xff111f(0x24e)]('*')[_0xff111f(0x2f2)](_0x42b099),(0x0,_0x414d24[_0xff111f(0x5f4)])(()=>{const _0x54da2d=_0xff111f;_0x1376bd[_0x54da2d(0x2f2)]((_0x6d80fb,_0x55c9ca)=>{const _0x5c2248=_0x54da2d;if(_0x6d80fb==null){_0x55c9ca[_0x5c2248(0x5b6)](_0x51f778);return;}_0x55c9ca[_0x5c2248(0x7b0)](_0x51f778,_0x6d80fb);}),_0x354f3e['forEach']((_0x112b3e,_0x5413d0)=>{const _0x85e0f2=_0x54da2d;if(_0x112b3e==null){_0x5413d0[_0x85e0f2(0x5b6)](_0x5ab84f[_0x85e0f2(0x3c1)]);return;}_0x5413d0[_0x85e0f2(0x7b0)](_0x5ab84f[_0x85e0f2(0x3c1)],_0x112b3e);});});}['_isUniverPortalTreeElement'](_0x835bc1){const _0x2c4cff=_0x19cb8f;return this[_0x2c4cff(0x5d7)](_0x835bc1)||_0x835bc1[_0x2c4cff(0x13c)](_0x2c4cff(0x7fd))!=null;}[_0x19cb8f(0x284)](_0x20c652){const _0x4b1c5e=_0x19cb8f;let _0x5111ac=this[_0x4b1c5e(0x507)](_0x20c652);if(_0x5111ac)return{'embedId':_0x5111ac[_0x4b1c5e(0x576)],'includeAppShellEditorPortal':_0x5111ac['includeAppShellEditorPortal'],'stable':!0x0};let _0x415062=this[_0x4b1c5e(0x113)];if(_0x415062&&_0x415062[_0x4b1c5e(0x5eb)]===_0x20c652&&Date[_0x4b1c5e(0x5a8)]()<=_0x415062[_0x4b1c5e(0x8d3)])return{'embedId':_0x415062[_0x4b1c5e(0x576)],'includeAppShellEditorPortal':!0x1,'stable':!0x1};}[_0x19cb8f(0x507)](_0x340b90){const _0x36b1e0=_0x19cb8f;let _0x3988e3=this[_0x36b1e0(0x504)][_0x36b1e0(0x8ee)](_0x340b90);return _0x3988e3==null?void 0x0:_0x3988e3[_0x3988e3[_0x36b1e0(0x716)]-0x1];}['_cleanupOrdinaryBodyChromeClaims'](_0x17d158,_0x1a9db4){const _0x517bad=_0x19cb8f;let _0x3cb6d0=this[_0x517bad(0x6a7)][_0x517bad(0x8ee)](_0x17d158);_0x1a9db4[_0x517bad(0x7ae)][_0x517bad(0x24e)]('['+_0x51f778+'=\x22'+_0x17d158+'\x22]')[_0x517bad(0x2f2)](_0x47e2ee=>{const _0x5f3a0c=_0x517bad;_0x47e2ee['parentElement']===_0x1a9db4[_0x5f3a0c(0x7ae)]&&(_0x3cb6d0&&[..._0x3cb6d0][_0x5f3a0c(0x1c9)](_0x1ebac3=>_0x1ebac3===_0x47e2ee||_0x1ebac3[_0x5f3a0c(0x691)](_0x47e2ee))||this[_0x5f3a0c(0x5d7)](_0x47e2ee)||this[_0x5f3a0c(0x8b0)](_0x47e2ee)||(_0x47e2ee['removeAttribute'](_0x51f778),_0x47e2ee[_0x5f3a0c(0x5b6)](_0x5ab84f['EMBED_CHILD_UNIT_ID_ATTRIBUTE'])));});}[_0x19cb8f(0xee)](_0x15872c,_0x33150c,_0x200ed7){const _0x30625e=_0x19cb8f;let _0x1acfa9=_0x15872c[_0x30625e(0x3cc)](_0x51f778);if(!_0x1acfa9||_0x1acfa9===_0x33150c)return;let _0x5524f6=_0x200ed7[_0x30625e(0x48f)];!(_0x5524f6 instanceof HTMLElement)||_0x5524f6!==_0x15872c&&!_0x15872c[_0x30625e(0x691)](_0x5524f6)||(_0x5524f6[_0x30625e(0x335)](),_0x200ed7[_0x30625e(0x48f)]===_0x5524f6&&this[_0x30625e(0x380)](_0x200ed7));}['_releaseBodyPortalClaims'](_0xa31ea,_0x2d882a){const _0x21cf00=_0x19cb8f;let _0x34f56a=this[_0x21cf00(0x6a7)][_0x21cf00(0x8ee)](_0xa31ea),_0x527709=_0x2d882a[_0x21cf00(0x7ae)][_0x21cf00(0x24e)]('['+_0x51f778+'=\x22'+_0xa31ea+'\x22]'),_0x18c247=_0x95447c=>_0x34f56a!=null&&[..._0x34f56a][_0x21cf00(0x1c9)](_0x69d7ce=>_0x69d7ce===_0x95447c||_0x69d7ce[_0x21cf00(0x691)](_0x95447c)),_0x1c3808=[];_0x527709[_0x21cf00(0x2f2)](_0x4bfd5a=>{const _0x4e7acb=_0x21cf00;_0x18c247(_0x4bfd5a)||(_0x1c3808['push'](_0x4bfd5a),this[_0x4e7acb(0x7fc)](_0x4bfd5a),_0x4bfd5a[_0x4e7acb(0x5b6)](_0x51f778),_0x4bfd5a[_0x4e7acb(0x5b6)](_0x5ab84f[_0x4e7acb(0x3c1)]),this['_removeRuntimeFocusRoleTree'](_0x4bfd5a));});let _0x54d924=_0x2d882a['activeElement'];_0x54d924 instanceof HTMLElement&&_0x1c3808[_0x21cf00(0x1c9)](_0x3db525=>_0x3db525===_0x54d924||_0x3db525[_0x21cf00(0x691)](_0x54d924))&&(_0x54d924['blur'](),_0x2d882a['activeElement']===_0x54d924&&this['_focusDocumentBody'](_0x2d882a));}[_0x19cb8f(0x380)](_0x1e59ad){const _0x27ce47=_0x19cb8f;let _0x3f991d=_0x1e59ad[_0x27ce47(0x7ae)];if(!_0x3f991d)return;let _0x5e0802=_0x3f991d[_0x27ce47(0x3cc)]('tabindex');_0x5e0802??(_0x3f991d[_0x27ce47(0x292)]=-0x1),_0x3f991d[_0x27ce47(0x816)]({'preventScroll':!0x0}),_0x5e0802==null?_0x3f991d[_0x27ce47(0x5b6)](_0x27ce47(0x2c4)):_0x3f991d[_0x27ce47(0x7b0)](_0x27ce47(0x2c4),_0x5e0802),_0x1e59ad[_0x27ce47(0x48f)]!==_0x3f991d&&this[_0x27ce47(0x897)](_0x1e59ad);}[_0x19cb8f(0x897)](_0x105f6e){const _0xb26be7=_0x19cb8f;var _0x4ad0a6;let _0x12b45a=_0x105f6e['body'];if(!_0x12b45a)return;let _0x3de578=_0x105f6e[_0xb26be7(0x3a6)](_0xb26be7(0x2c1));_0x3de578['tabIndex']=-0x1,_0x3de578[_0xb26be7(0x7b0)]('aria-hidden',_0xb26be7(0x223)),_0x3de578[_0xb26be7(0x163)][_0xb26be7(0x620)]='position:fixed;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none;',_0x12b45a[_0xb26be7(0x46f)](_0x3de578),_0x3de578['focus']({'preventScroll':!0x0}),(_0x4ad0a6=_0x105f6e[_0xb26be7(0x503)])==null||_0x4ad0a6['setTimeout'](()=>_0x3de578['remove'](),0x0);}['_removeRuntimeFocusRoleTree'](_0x394e36){const _0x193701=_0x19cb8f;(_0x394e36['getAttribute'](_0x193701(0x780))===_0x193701(0x6bd)||_0x394e36[_0x193701(0x3cc)](_0x193701(0x780))===_0x193701(0x717))&&_0x394e36[_0x193701(0x5b6)](_0x12a30c),_0x394e36['querySelectorAll']('['+_0x12a30c+']')['forEach'](_0x2243c9=>{const _0x431769=_0x193701;let _0xa1d206=_0x2243c9[_0x431769(0x3cc)](_0x12a30c);(_0xa1d206===_0x431769(0x6bd)||_0xa1d206===_0x431769(0x717))&&_0x2243c9[_0x431769(0x5b6)](_0x12a30c);});}},_0xa9cb4a=class{constructor(_0x526ecf={}){const _0x5ef262=_0x19cb8f;_0x53835d(this,_0x5ef262(0x4c2),new Map()),_0x53835d(this,_0x5ef262(0x2ff),void 0x0),this[_0x5ef262(0x2ff)]=_0x70a994(_0x526ecf[_0x5ef262(0x2e5)]);}[_0x19cb8f(0x6e0)](_0x3d1b6c){const _0x35e7b7=_0x19cb8f;let _0x4d05ad=this[_0x35e7b7(0x3cd)](_0x3d1b6c[_0x35e7b7(0x672)]);return _0x4d05ad[_0x35e7b7(0x1c9)](_0x2e1d0e=>_0x2e1d0e[_0x35e7b7(0x672)]===_0x3d1b6c[_0x35e7b7(0x27a)]||_0x2e1d0e[_0x35e7b7(0x27a)]===_0x3d1b6c[_0x35e7b7(0x27a)])?{'allowed':!0x1,'reason':_0x35e7b7(0x3d2),'ancestry':_0x4d05ad}:_0x4d05ad[_0x35e7b7(0x716)]>=this[_0x35e7b7(0x2ff)]?{'allowed':!0x1,'reason':_0x35e7b7(0x616),'ancestry':_0x4d05ad}:{'allowed':!0x0,'ancestry':_0x4d05ad};}[_0x19cb8f(0x8ed)](_0x20417b){const _0x390a6f=_0x19cb8f;let _0x1888e3=[...this[_0x390a6f(0x3cd)](_0x20417b[_0x390a6f(0x672)]),{'hostUnitId':_0x20417b[_0x390a6f(0x672)],'embedId':_0x20417b[_0x390a6f(0x576)],'childUnitId':_0x20417b['childUnitId']}];return this[_0x390a6f(0x4c2)][_0x390a6f(0x4a8)](_0x20417b[_0x390a6f(0x27a)],_0x1888e3),(0x0,_0x414d24[_0x390a6f(0x5f4)])(()=>{const _0x4597f6=_0x390a6f;this[_0x4597f6(0x4c2)]['get'](_0x20417b[_0x4597f6(0x27a)])===_0x1888e3&&this[_0x4597f6(0x4c2)][_0x4597f6(0x4f4)](_0x20417b[_0x4597f6(0x27a)]);});}[_0x19cb8f(0x3cd)](_0x46ebcf){const _0x887917=_0x19cb8f;return this[_0x887917(0x4c2)]['get'](_0x46ebcf)??[];}[_0x19cb8f(0x7c7)](_0x698f1a){const _0x201b4b=_0x19cb8f;var _0x101f09;return(_0x101f09=this['getAncestryForHostUnit'](_0x698f1a)['slice'](-0x1)[0x0])==null?void 0x0:_0x101f09[_0x201b4b(0x576)];}};function _0x70a994(_0x4907c3){const _0x2f8ea5=_0x19cb8f;return typeof _0x4907c3==_0x2f8ea5(0x700)&&Number[_0x2f8ea5(0x60e)](_0x4907c3)&&_0x4907c3>=0x0?Math['floor'](_0x4907c3):0x1;}function _0x482d3a(_0x1f24bf,_0x475293){return function(_0x3dce6b,_0x4f864b){_0x475293(_0x3dce6b,_0x4f864b,_0x1f24bf);};}function _0x276853(_0x1fe7a2,_0x3eb35b,_0x223ac6,_0x69e5fe){const _0x5e5085=_0x19cb8f;var _0x1b3f8a=arguments['length'],_0x155919=_0x1b3f8a<0x3?_0x3eb35b:_0x69e5fe===null?_0x69e5fe=Object[_0x5e5085(0x407)](_0x3eb35b,_0x223ac6):_0x69e5fe,_0x166f9d;if(typeof Reflect==_0x5e5085(0x599)&&typeof Reflect[_0x5e5085(0x814)]=='function')_0x155919=Reflect['decorate'](_0x1fe7a2,_0x3eb35b,_0x223ac6,_0x69e5fe);else{for(var _0x564bcc=_0x1fe7a2[_0x5e5085(0x716)]-0x1;_0x564bcc>=0x0;_0x564bcc--)(_0x166f9d=_0x1fe7a2[_0x564bcc])&&(_0x155919=(_0x1b3f8a<0x3?_0x166f9d(_0x155919):_0x1b3f8a>0x3?_0x166f9d(_0x3eb35b,_0x223ac6,_0x155919):_0x166f9d(_0x3eb35b,_0x223ac6))||_0x155919);}return _0x1b3f8a>0x3&&_0x155919&&Object[_0x5e5085(0x280)](_0x3eb35b,_0x223ac6,_0x155919),_0x155919;}let _0x43c779=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x3eeb6b){const _0x2f71f7=_0x19cb8f;super(),this[_0x2f71f7(0x794)]=_0x3eeb6b,_0x53835d(this,'_entries',new Map());}['acquire'](_0x28006b){const _0x183fb2=_0x19cb8f;let _0x44f906=this[_0x183fb2(0x1d3)][_0x183fb2(0x8ee)](_0x28006b[_0x183fb2(0x448)]);if(!_0x44f906){let _0x2f03bc=[],_0xbd1145={'unitId':_0x28006b[_0x183fb2(0x448)],'has':_0x658bd6=>{const _0x4b5a80=_0x183fb2;var _0x3fd228;return((_0x3fd228=_0x2f03bc[_0x2f03bc[_0x4b5a80(0x716)]-0x1])==null?void 0x0:_0x3fd228[_0x4b5a80(0x8f1)](_0x658bd6))??!0x1;},'get':_0x7148ec=>{const _0x470a93=_0x183fb2;let _0x1a7887=_0x2f03bc[_0x2f03bc['length']-0x1];if(!_0x1a7887)throw Error(_0x470a93(0x632)+_0x28006b[_0x470a93(0x448)]);return _0x1a7887[_0x470a93(0x8ee)](_0x7148ec);}};_0x44f906={'registration':this[_0x183fb2(0x794)]['register'](_0xbd1145),'scopes':_0x2f03bc},this[_0x183fb2(0x1d3)][_0x183fb2(0x4a8)](_0x28006b['unitId'],_0x44f906);}let _0x5464b0=_0x44f906;return _0x5464b0['scopes'][_0x183fb2(0x731)](_0x28006b),(0x0,_0x414d24['toDisposable'])(()=>{const _0x5d6b6a=_0x183fb2;let _0x557d02=_0x5464b0[_0x5d6b6a(0x431)][_0x5d6b6a(0x5a0)](_0x28006b);_0x557d02<0x0||(_0x5464b0[_0x5d6b6a(0x431)][_0x5d6b6a(0x2c5)](_0x557d02,0x1),!(_0x5464b0[_0x5d6b6a(0x431)][_0x5d6b6a(0x716)]>0x0||this[_0x5d6b6a(0x1d3)][_0x5d6b6a(0x8ee)](_0x28006b[_0x5d6b6a(0x448)])!==_0x5464b0)&&(_0x5464b0['registration'][_0x5d6b6a(0x3b7)](),this[_0x5d6b6a(0x1d3)][_0x5d6b6a(0x4f4)](_0x28006b[_0x5d6b6a(0x448)])));});}['dispose'](){const _0x209940=_0x19cb8f;this['_entries'][_0x209940(0x2f2)](({registration:_0xddcd5b})=>_0xddcd5b['dispose']()),this[_0x209940(0x1d3)][_0x209940(0x13a)](),super[_0x209940(0x3b7)]();}};_0x43c779=_0x276853([_0x482d3a(0x0,_0x5ab84f[_0x19cb8f(0x3ee)])],_0x43c779);let _0xa0b1fe=new Set(['identifier:univer.menu-manager-service','identifier:univer.ribbon-service',_0x19cb8f(0x5c9),'identifier:ui.popup.service',_0x19cb8f(0xbd),_0x19cb8f(0x8af),'identifier:univer.sheet.selection-render-service']),_0x25a7b7=_0x19cb8f(0x684),_0x4d1f4c=[_0x414d24['FOCUSING_UNIT'],_0x414d24[_0x19cb8f(0x42a)],_0x414d24[_0x19cb8f(0x4a4)],_0x414d24[_0x19cb8f(0x102)],_0x414d24[_0x19cb8f(0x655)],_0x414d24['FOCUSING_BOARD'],_0x25a7b7,_0x414d24[_0x19cb8f(0x709)],_0x414d24[_0x19cb8f(0x81a)]],_0x3f33f7=new Set([_0x5ab84f[_0x19cb8f(0x481)]['id'],_0x5ab84f[_0x19cb8f(0x711)]['id'],_0x5ab84f['PasteCommand']['id']]),_0x5f0232=new Set([_0x19cb8f(0x7a1),_0x19cb8f(0x715),_0x19cb8f(0x22f),_0x19cb8f(0x19c),'boards-exchange-client.operation.insert-mermaid']);function _0x4aacd2(_0x659618,_0x502a67=[]){const _0x398b93=_0x19cb8f;let _0x2c3528=_0x659618[_0x398b93(0x412)][_0x398b93(0x8ee)](_0x414d24[_0x398b93(0x468)]),_0x379def=_0x2c3528[_0x398b93(0xf7)](_0x659618[_0x398b93(0x27a)],_0x659618[_0x398b93(0x23a)]);if(!_0x379def)return;let _0x13489d=_0x2eb98b(_0x2c3528,_0x659618,_0x379def,new _0x61d5ff[(_0x398b93(0x6a5))](_0x379def),new _0x61d5ff[(_0x398b93(0x6a5))](_0x659618[_0x398b93(0x84f)][_0x398b93(0x744)]===_0x398b93(0x21d)&&!_0x659618[_0x398b93(0x84f)][_0x398b93(0x4fa)]?null:_0x379def[_0x398b93(0x24c)]())),_0x502322=_0x2b25c3(_0x659618[_0x398b93(0x412)],_0x659618['childType']),_0xf2e43b=_0x3e06f4(_0x659618),_0x2e42e0=_0x304a1d(_0x659618[_0x398b93(0x412)][_0x398b93(0x8ee)](_0x414d24[_0x398b93(0x6e1)]),_0x659618,_0x2c3528,_0xf2e43b,_0x502322),_0x2b8e14=new Map([[_0x414d24[_0x398b93(0x468)],_0x13489d],[_0x414d24[_0x398b93(0x6e1)],_0x2e42e0]]);_0x659618[_0x398b93(0x412)][_0x398b93(0x8f1)](_0x414d24[_0x398b93(0x66f)])&&_0x2b8e14[_0x398b93(0x4a8)](_0x414d24['IConfigService'],_0xc1594d(_0x659618[_0x398b93(0x412)][_0x398b93(0x8ee)](_0x414d24[_0x398b93(0x66f)])));let _0x324776=[];_0x659618[_0x398b93(0x412)][_0x398b93(0x8f1)](_0xa9cb4a)&&_0x2b8e14['set'](_0xa9cb4a,_0x659618[_0x398b93(0x412)][_0x398b93(0x8ee)](_0xa9cb4a)),_0x502322&&_0x2b8e14[_0x398b93(0x4a8)](_0x414d24[_0x398b93(0x880)],_0x502322);let _0x46063e=_0x1fd47d(_0x659618[_0x398b93(0x412)],_0x2b8e14);_0x502a67[_0x398b93(0x2f2)](_0x4088eb=>_0x46063e[_0x398b93(0x70a)](_0x4088eb));let _0x5be468=_0x33d760(_0x659618[_0x398b93(0x412)],_0x46063e);if(_0x5be468){_0x46063e[_0x398b93(0x70a)]([_0x5ab84f[_0x398b93(0x671)],{'useValue':_0x5be468}]);let _0xb1fe75=new _0x5ab84f[(_0x398b93(0x40b))](_0x5be468,_0x13489d);_0x46063e[_0x398b93(0x70a)]([_0x5ab84f[_0x398b93(0x8bc)],{'useValue':_0xb1fe75}]),_0x324776[_0x398b93(0x731)](_0xb1fe75);}if(_0x659618[_0x398b93(0x84f)][_0x398b93(0x4fa)]){let _0x462664=_0x3c3615(_0x46063e,_0x659618[_0x398b93(0x27a)]),_0x30c3c0=new _0x5ab84f['CanvasPopupService'](),_0x1f3427=new _0x5ab84f[(_0x398b93(0x35d))]();_0x46063e[_0x398b93(0x70a)]([_0x5ab84f[_0x398b93(0x64a)],{'useValue':_0x462664}]),_0x46063e['add']([_0x5ab84f['ICanvasPopupService'],{'useValue':_0x30c3c0}]),_0x46063e[_0x398b93(0x70a)]([_0x5ab84f[_0x398b93(0x6a3)],{'useValue':_0x1f3427}]),_0x324776['push'](_0x462664,_0x30c3c0,_0x1f3427);}else{let _0xbc347c=_0x24bbd6(_0x659618[_0x398b93(0x412)],_0x46063e,_0x659618['childUnitId']);_0xbc347c&&_0x46063e[_0x398b93(0x70a)]([_0x5ab84f[_0x398b93(0x64a)],{'useValue':_0xbc347c}]);}let _0x50b7b5=_0xb9b2ab(_0x659618[_0x398b93(0x412)],_0x659618);_0x46063e[_0x398b93(0x70a)]([_0x5ab84f[_0x398b93(0x12e)],{'useValue':_0x50b7b5}]);let _0x390ec4={'unitId':_0x659618[_0x398b93(0x27a)],'has':_0x1873ca=>_0x46063e[_0x398b93(0x8f1)](_0x1873ca),'get':_0xeb2136=>_0x46063e[_0x398b93(0x8ee)](_0xeb2136)};if(_0x659618['injector'][_0x398b93(0x8f1)](_0x43c779)?_0x324776['push'](_0x659618[_0x398b93(0x412)][_0x398b93(0x8ee)](_0x43c779)[_0x398b93(0x296)](_0x390ec4)):_0x659618[_0x398b93(0x412)][_0x398b93(0x8f1)](_0x5ab84f[_0x398b93(0x3ee)])&&_0x324776[_0x398b93(0x731)](_0x659618[_0x398b93(0x412)][_0x398b93(0x8ee)](_0x5ab84f[_0x398b93(0x3ee)])[_0x398b93(0x586)](_0x390ec4)),_0x324776['length']){let _0x363f00=_0x46063e[_0x398b93(0x3b7)][_0x398b93(0x262)](_0x46063e),_0x31a6f6=!0x1;_0x46063e[_0x398b93(0x3b7)]=()=>{const _0x70987f=_0x398b93;_0x31a6f6||(_0x31a6f6=!0x0,_0x324776[_0x70987f(0x2f2)](_0x1cbc38=>_0x1cbc38[_0x70987f(0x3b7)]()),_0x363f00());};}return _0x46063e;}function _0xd751d8(_0x43bbb0,_0x25d1b3){const _0x383f07=_0x19cb8f;if(!_0x43bbb0[_0x383f07(0x8f1)](_0x414d24[_0x383f07(0x66f)]))return;let _0x2ea52a=_0x43bbb0[_0x383f07(0x8ee)](_0x414d24[_0x383f07(0x66f)]);return _0x1fd47d(_0x43bbb0,new Map([[_0x414d24[_0x383f07(0x66f)],_0xcbf573(_0x2ea52a,_0x25d1b3)]]));}function _0x2eb98b(_0x522839,_0x191eee,_0x5d0727,_0x2356bd,_0x131758){const _0x3ef9ba=_0x19cb8f;return{'unitAdded$':_0x522839[_0x3ef9ba(0x2f4)],'getTypeOfUnitAdded$':(..._0x36b840)=>_0x522839[_0x3ef9ba(0x36d)](..._0x36b840),'__addUnit':(..._0x520b98)=>_0x522839['__addUnit'](..._0x520b98),'unitDisposed$':_0x522839[_0x3ef9ba(0x4b7)],'getTypeOfUnitDisposed$':(..._0x1ce239)=>_0x522839[_0x3ef9ba(0x1a6)](..._0x1ce239),'focused$':_0x131758[_0x3ef9ba(0x26d)](),'focusUnit':_0x1d1c5b=>{const _0x965b4b=_0x3ef9ba;if(_0x1d1c5b===null||_0x503749(_0x191eee,_0x1d1c5b)){_0x131758[_0x965b4b(0x1e1)]()!==_0x1d1c5b&&_0x131758[_0x965b4b(0x665)](_0x1d1c5b);return;}_0x522839[_0x965b4b(0x721)](_0x1d1c5b);},'getFocusedUnit':()=>{const _0x2c674d=_0x3ef9ba;let _0x4ebccf=_0x131758[_0x2c674d(0x1e1)]();return _0x4ebccf===null?null:_0x4ebccf===_0x191eee['childUnitId']?_0x5d0727:(0x0,_0x414d24['isInternalEditorID'])(_0x4ebccf)?_0x522839[_0x2c674d(0xf7)](_0x4ebccf)??_0x5d0727:_0x522839[_0x2c674d(0x78b)]();},'getCurrentUnitOfType':_0x5808d0=>_0x5808d0===_0x191eee['childType']?_0x2356bd[_0x3ef9ba(0x1e1)]():_0x522839['getCurrentUnitOfType'](_0x5808d0),'setCurrentUnitForType':_0x345014=>{const _0x4eb702=_0x3ef9ba;if(_0x503749(_0x191eee,_0x345014)){_0x2356bd[_0x4eb702(0x1e1)]()!==_0x5d0727&&_0x2356bd['next'](_0x5d0727);return;}_0x522839['setCurrentUnitForType'](_0x345014);},'getCurrentTypeOfUnit$':_0x2ee068=>_0x2ee068===_0x191eee['childType']?_0x2356bd[_0x3ef9ba(0x26d)]():_0x522839[_0x3ef9ba(0x87d)](_0x2ee068),'createUnit':(..._0x580622)=>_0x522839[_0x3ef9ba(0x779)](..._0x580622),'getUnitCreateOptions':(..._0x5d6084)=>_0x522839[_0x3ef9ba(0x67b)](..._0x5d6084),'disposeUnit':(..._0x1452a9)=>_0x522839[_0x3ef9ba(0x4f1)](..._0x1452a9),'registerCtorForType':(..._0xcbff88)=>_0x522839[_0x3ef9ba(0x40f)](..._0xcbff88),'getUnit':(..._0x4555c7)=>_0x522839[_0x3ef9ba(0xf7)](..._0x4555c7),'getAllUnitsForType':(..._0x37a086)=>_0x522839[_0x3ef9ba(0x7fa)](..._0x37a086),'getUnitType':(..._0x49dd1f)=>_0x522839['getUnitType'](..._0x49dd1f),'dispose':()=>{}};}function _0x503749(_0x51e710,_0x1a5548){const _0x2c7be6=_0x19cb8f;return _0x1a5548===_0x51e710[_0x2c7be6(0x27a)]||(0x0,_0x414d24[_0x2c7be6(0x5ee)])(_0x1a5548);}function _0x304a1d(_0x3374d9,_0x41807b,_0x1c038a,_0x3ff82a,_0x99a351){const _0x4ef6d0=_0x19cb8f;let _0x23402d=_0x41807b[_0x4ef6d0(0x412)][_0x4ef6d0(0x8f1)](_0x414d24['IContextService'])?_0x41807b['injector'][_0x4ef6d0(0x8ee)](_0x414d24[_0x4ef6d0(0x880)]):void 0x0;return{'disposed':()=>_0x3374d9[_0x4ef6d0(0x6dd)](),'hasCommand':_0x2ebbb5=>_0x3374d9['hasCommand'](_0x2ebbb5),'registerCommand':_0x599f76=>_0x3374d9[_0x4ef6d0(0x8ad)](_0x599f76),'unregisterCommand':_0x1712c5=>_0x3374d9[_0x4ef6d0(0x5fe)](_0x1712c5),'registerMultipleCommand':_0x17abe3=>_0x3374d9[_0x4ef6d0(0x60c)](_0x17abe3),'executeCommand':async(_0x33f429,_0x18a615,_0x24d810)=>{const _0x41d872=_0x4ef6d0;var _0x3d7cb6;let _0x27bcee=()=>_0x2864f4(_0x33f429,_0x23402d,_0x99a351,()=>_0x3374d9['executeCommand'](_0x33f429,_0x1b459c(_0x41807b,_0x33f429,_0x18a615),_0x5c4785(_0x41807b[_0x41d872(0x23a)],_0x41807b[_0x41d872(0x27a)],_0x24d810))),_0x529a30=_0x55a890(_0x41807b)&&!_0x139afc(_0x33f429)&&!_0x3e20f8(_0x33f429),_0x21e4f8=_0x3ff82a||_0x139afc(_0x33f429)||_0x3e20f8(_0x33f429)||_0x529a30,_0x57ba07=_0x21e4f8?_0x12d4c2():null;if(!_0x21e4f8)return await _0x27bcee();let _0x2bc391=_0x1c038a[_0x41d872(0x654)](_0x41807b['childType']),_0x407026=((_0x3d7cb6=_0x1c038a[_0x41d872(0x78b)]())==null?void 0x0:_0x3d7cb6['getUnitId']())??null;try{return _0x1c038a['setCurrentUnitForType'](_0x41807b[_0x41d872(0x27a)]),_0x529a30||_0x1c038a[_0x41d872(0x721)](_0x41807b[_0x41d872(0x27a)]),await _0x27bcee();}finally{_0x301722(_0x1c038a,_0x2bc391),_0x529a30||(_0x2d3aee(_0x41807b,_0x1c038a,_0x407026,_0x3ff82a),_0x40975b(_0x41807b,_0x57ba07)&&_0x46b312(_0x41807b,_0x57ba07));}},'syncExecuteCommand':(_0x1fb55e,_0x255781,_0x15d3a9)=>{const _0x4e8a10=_0x4ef6d0;var _0x10e07b;let _0x38e35c=()=>_0x2864f4(_0x1fb55e,_0x23402d,_0x99a351,()=>_0x3374d9['syncExecuteCommand'](_0x1fb55e,_0x1b459c(_0x41807b,_0x1fb55e,_0x255781),_0x5c4785(_0x41807b['childType'],_0x41807b[_0x4e8a10(0x27a)],_0x15d3a9))),_0x23812a=_0x55a890(_0x41807b)&&!_0x139afc(_0x1fb55e)&&!_0x3e20f8(_0x1fb55e),_0x372642=_0x3ff82a||_0x139afc(_0x1fb55e)||_0x3e20f8(_0x1fb55e)||_0x23812a,_0x522b24=_0x372642?_0x12d4c2():null;if(!_0x372642)return _0x38e35c();let _0x4da06c=_0x1c038a[_0x4e8a10(0x654)](_0x41807b[_0x4e8a10(0x23a)]),_0x52e3fb=((_0x10e07b=_0x1c038a[_0x4e8a10(0x78b)]())==null?void 0x0:_0x10e07b[_0x4e8a10(0x24c)]())??null;try{return _0x1c038a[_0x4e8a10(0x601)](_0x41807b['childUnitId']),_0x23812a||_0x1c038a[_0x4e8a10(0x721)](_0x41807b[_0x4e8a10(0x27a)]),_0x38e35c();}finally{_0x301722(_0x1c038a,_0x4da06c),_0x23812a||(_0x2d3aee(_0x41807b,_0x1c038a,_0x52e3fb,_0x3ff82a),_0x40975b(_0x41807b,_0x522b24)&&_0x46b312(_0x41807b,_0x522b24));}},'onCommandExecuted':_0x116c22=>_0x3374d9['onCommandExecuted'](_0x116c22),'beforeCommandExecuted':_0xd4af9=>_0x3374d9[_0x4ef6d0(0x3c5)](_0xd4af9),'onMutationExecutedForCollab':_0x1f9eb=>_0x3374d9[_0x4ef6d0(0x7ee)](_0x1f9eb)};}function _0x2864f4(_0x9486c4,_0x3bd22c,_0x5a2230,_0x3586c6){const _0x5a59e6=_0x19cb8f;if(!_0x3f33f7[_0x5a59e6(0x8f1)](_0x9486c4)||!_0x3bd22c||!_0x5a2230||typeof _0x3bd22c[_0x5a59e6(0x677)]!=_0x5a59e6(0x697)||_0x3bd22c===_0x5a2230)return _0x3586c6();let _0xdba4cc=[];for(let _0x39b25b of _0x4d1f4c){let _0x1da9e8=_0x3bd22c[_0x5a59e6(0x522)](_0x39b25b),_0x378fb1=_0x5a2230[_0x5a59e6(0x522)](_0x39b25b);_0x1da9e8!==_0x378fb1&&(_0xdba4cc[_0x5a59e6(0x731)]({'key':_0x39b25b,'value':_0x1da9e8}),_0x3bd22c['setContextValue'](_0x39b25b,_0x378fb1));}try{return _0x3586c6();}finally{for(let _0x5c9944=_0xdba4cc[_0x5a59e6(0x716)]-0x1;_0x5c9944>=0x0;_0x5c9944--){let {key:_0x501952,value:_0x320981}=_0xdba4cc[_0x5c9944];_0x3bd22c[_0x5a59e6(0x677)](_0x501952,_0x320981);}}}function _0x301722(_0xdc5a2d,_0x37ffc6){const _0x127323=_0x19cb8f;if(!_0x37ffc6)return;let _0x1247e9=_0x37ffc6[_0x127323(0x24c)]();_0xdc5a2d['getUnit'](_0x1247e9)&&_0xdc5a2d[_0x127323(0x601)](_0x1247e9);}function _0x5c4785(_0x3060e7,_0x16b586,_0x3ec750){const _0x2273c9=_0x19cb8f;return _0x3060e7===_0x414d24[_0x2273c9(0x4ed)][_0x2273c9(0x8ef)]?{..._0x3ec750,'unitId':_0x16b586}:_0x3ec750;}function _0x139afc(_0x45239f){const _0x3d606b=_0x19cb8f;return _0x45239f===_0x414d24[_0x3d606b(0x72e)]['id']||_0x45239f===_0x414d24['RedoCommand']['id'];}function _0x12d4c2(){const _0x2986dc=_0x19cb8f;return typeof document<'u'&&document['activeElement']instanceof HTMLElement?document[_0x2986dc(0x48f)]:null;}function _0x40975b(_0x38af1b,_0xa38056){const _0x4ba2f6=_0x19cb8f;if(!_0xa38056||_0x38af1b[_0x4ba2f6(0x23a)]===_0x414d24[_0x4ba2f6(0x4ed)][_0x4ba2f6(0x520)])return _0xa38056!=null;let _0x306fa1=_0xa38056;for(;_0x306fa1;){if(_0x414d24['SHEET_EDITOR_UNITS']['some'](_0x272b70=>(_0x306fa1==null?void 0x0:_0x306fa1['id'])===_0x4ba2f6(0xdf)+_0x272b70||(_0x306fa1==null?void 0x0:_0x306fa1['id'])===_0x4ba2f6(0x148)+_0x272b70))return!0x1;_0x306fa1=_0x306fa1[_0x4ba2f6(0x2c7)];}return!0x0;}function _0x46b312(_0x5c10e5,_0xa1a0e){const _0x1dd121=_0x19cb8f;var _0xa6fa3f;let _0x1f3a19=()=>{const _0x3a64d4=_0x41b8;let _0x48e6e6=_0x5c10e5[_0x3a64d4(0x84f)][_0x3a64d4(0xe5)]??_0x5c10e5['renderScope']['rootElement'],_0x1bd228=_0xa1a0e!=null&&_0xa1a0e['isConnected']?_0xa1a0e:_0x48e6e6[_0x3a64d4(0x7e7)](_0x3a64d4(0x209))??_0x48e6e6;!_0x1bd228['isConnected']||_0x1bd228[_0x3a64d4(0x7c1)][_0x3a64d4(0x48f)]===_0x1bd228||(_0x1bd228[_0x3a64d4(0x80a)](_0x3a64d4(0x2c4))||(_0x1bd228['tabIndex']=-0x1),_0x1bd228['focus']({'preventScroll':!0x0}));};_0x1f3a19(),(_0xa6fa3f=_0x5c10e5[_0x1dd121(0x84f)][_0x1dd121(0x89e)]['ownerDocument'][_0x1dd121(0x503)])==null||_0xa6fa3f[_0x1dd121(0x2e9)](_0x1f3a19);}function _0x55a890(_0xabaccd){const _0x3d951e=_0x19cb8f;if(_0xabaccd['childType']===_0x414d24['UniverInstanceType']['UNIVER_BOARD']||_0xabaccd[_0x3d951e(0x84f)]['mode']!==_0x3d951e(0x21d)||!_0xabaccd[_0x3d951e(0x412)][_0x3d951e(0x8f1)](_0x1db604))return!0x1;let _0x55193e=_0xabaccd[_0x3d951e(0x412)]['get'](_0x1db604)['resolveActiveChildSessionRuntimeScope']();return((_0x55193e==null?void 0x0:_0x55193e['sessionMode'])===_0x3d951e(0x7e3)||(_0x55193e==null?void 0x0:_0x55193e['sessionMode'])===_0x3d951e(0x7c6))&&_0x55193e[_0x3d951e(0x576)]===_0xabaccd[_0x3d951e(0x576)]&&_0x55193e[_0x3d951e(0x672)]===_0xabaccd['hostUnitId']&&_0x55193e['childUnitId']===_0xabaccd[_0x3d951e(0x27a)]&&_0x55193e[_0x3d951e(0x23a)]===_0xabaccd[_0x3d951e(0x23a)];}function _0x3e20f8(_0x372996){const _0x441374=_0x19cb8f;return _0x372996===_0x34d89f[_0x441374(0x5d8)]['id'];}function _0x3e06f4(_0x2e6c67){const _0x81d045=_0x19cb8f;return _0x2e6c67[_0x81d045(0x84f)][_0x81d045(0x4fa)]||_0x2e6c67[_0x81d045(0x58f)][_0x81d045(0x3a2)]==='docs-custom-block'?!0x0:_0x4f7c21(_0x2e6c67);}function _0x4f7c21(_0x46f6f0){const _0x8bcd66=_0x19cb8f;var _0x170446;return _0x46f6f0[_0x8bcd66(0x58f)][_0x8bcd66(0x3a2)]===_0x8bcd66(0xe8)||_0x46f6f0[_0x8bcd66(0x58f)][_0x8bcd66(0x3a2)]===_0x8bcd66(0x1be)||_0x46f6f0['descriptor'][_0x8bcd66(0x3a2)]==='slides-page-list-block'||_0x46f6f0['layout']===_0x8bcd66(0x801)||!!((_0x170446=_0x46f6f0[_0x8bcd66(0x58f)][_0x8bcd66(0x735)])!=null&&_0x170446[_0x8bcd66(0x55a)]);}function _0x2b25c3(_0x3abd32,_0x559e75){const _0x35b43d=_0x19cb8f;if(!_0x3abd32[_0x35b43d(0x8f1)](_0x414d24[_0x35b43d(0x880)]))return;let _0x429c2a=_0x3abd32[_0x35b43d(0x8ee)](_0x414d24[_0x35b43d(0x880)]),_0x2d6eab=_0x3239dc(_0x559e75),_0x21b506=new _0x61d5ff[(_0x35b43d(0x160))]();return{'contextChanged$':(0x0,_0x61d5ff[_0x35b43d(0x8f3)])((_0x429c2a[_0x35b43d(0x42e)]??_0x61d5ff[_0x35b43d(0x194)])[_0x35b43d(0x795)]((0x0,_0x61d5ff[_0x35b43d(0x4da)])(_0x36e407=>Object[_0x35b43d(0x161)](Object[_0x35b43d(0x45d)](_0x36e407)[_0x35b43d(0x1d4)](([_0x4998b8])=>!_0x456bfc(_0x4998b8)))),(0x0,_0x61d5ff[_0x35b43d(0x1d4)])(_0x2f342f=>Object[_0x35b43d(0x5fa)](_0x2f342f)[_0x35b43d(0x716)]>0x0)),_0x21b506),'getContextValue':_0x2ea0b5=>_0x456bfc(_0x2ea0b5)?_0x55500c(_0x2d6eab,_0x2ea0b5):_0x429c2a['getContextValue'](_0x2ea0b5),'setContextValue':(_0x3bc0bf,_0x51f6fc)=>{const _0x2160b7=_0x35b43d;if(!_0x456bfc(_0x3bc0bf)){_0x429c2a[_0x2160b7(0x677)](_0x3bc0bf,_0x51f6fc);return;}_0x2d6eab['set'](_0x3bc0bf,_0x51f6fc),_0x21b506['next']({[_0x3bc0bf]:_0x51f6fc});},'subscribeContextValue$':_0x5def44=>_0x456bfc(_0x5def44)?new _0x61d5ff[(_0x35b43d(0x71a))](_0x522d12=>{const _0x32f9bb=_0x35b43d;let _0x433ae6=_0x21b506[_0x32f9bb(0x795)]((0x0,_0x61d5ff['filter'])(_0x53fc31=>_0x53fc31[_0x5def44]!==void 0x0))[_0x32f9bb(0x132)](_0x1ad83d=>_0x522d12[_0x32f9bb(0x665)](_0x1ad83d[_0x5def44]));return _0x522d12['next'](_0x55500c(_0x2d6eab,_0x5def44)),()=>_0x433ae6[_0x32f9bb(0x333)]();}):_0x429c2a['subscribeContextValue$'](_0x5def44)};}function _0x3239dc(_0x3c5dcf){const _0x48a44e=_0x19cb8f;return new Map([[_0x414d24['FOCUSING_UNIT'],!0x0],[_0x414d24[_0x48a44e(0x42a)],_0x3c5dcf===_0x414d24['UniverInstanceType'][_0x48a44e(0x520)]||_0x3c5dcf===_0x414d24[_0x48a44e(0x4ed)][_0x48a44e(0x5ba)]||_0x3c5dcf===_0x414d24[_0x48a44e(0x4ed)][_0x48a44e(0x833)]],[_0x414d24['FOCUSING_SHEET'],_0x3c5dcf===_0x414d24[_0x48a44e(0x4ed)]['UNIVER_SHEET']],[_0x414d24[_0x48a44e(0x102)],_0x3c5dcf===_0x414d24[_0x48a44e(0x4ed)][_0x48a44e(0x5ba)]],[_0x414d24[_0x48a44e(0x655)],_0x3c5dcf===_0x414d24[_0x48a44e(0x4ed)][_0x48a44e(0x833)]],[_0x414d24['FOCUSING_BOARD'],_0x3c5dcf===_0x414d24[_0x48a44e(0x4ed)]['UNIVER_BOARD']],[_0x25a7b7,_0x3c5dcf===_0x414d24['UniverInstanceType']['UNIVER_BASE']]]);}function _0x55500c(_0x5a9414,_0x5a6e9c){const _0x56e071=_0x19cb8f;return _0x5a9414[_0x56e071(0x8ee)](_0x5a6e9c)??!0x1;}function _0x456bfc(_0x4b1528){const _0x1ed877=_0x19cb8f;return _0x4b1528[_0x1ed877(0x3e1)](_0x1ed877(0x130))||_0x4b1528===_0x414d24[_0x1ed877(0x709)]||_0x4b1528===_0x414d24[_0x1ed877(0x81a)];}function _0xcbf573(_0x2640b5,_0x15a874){const _0x4eb651=_0x19cb8f;return{'getConfig':_0x569f96=>{const _0x14e198=_0x41b8;let _0x3fca60=_0x2640b5[_0x14e198(0x77b)](_0x569f96),_0x500558=_0x15a874[_0x14e198(0x8ee)](_0x569f96);return _0x500558?_0x500558(_0x3fca60):_0x3fca60;},'setConfig':_0x2640b5[_0x4eb651(0x8b7)]['bind'](_0x2640b5),'deleteConfig':_0x2640b5[_0x4eb651(0x5aa)][_0x4eb651(0x262)](_0x2640b5),'subscribeConfigValue$':_0x2640b5['subscribeConfigValue$'][_0x4eb651(0x262)](_0x2640b5),'configChanged$':_0x2640b5[_0x4eb651(0x811)],'dispose':()=>{}};}function _0xc1594d(_0x172a30){const _0x127315=_0x19cb8f;return _0xcbf573(_0x172a30,new Map([[_0x127315(0x251),_0xe117ca=>{const _0x134ed6=_0x127315;let _0xe3e2f5={..._0xe117ca??{}};return _0x5f0232[_0x134ed6(0x2f2)](_0x418351=>{_0xe3e2f5[_0x418351]={..._0xe3e2f5[_0x418351],'hidden':!0x0};}),_0xe3e2f5;}]]));}function _0x1b459c(_0x5d4fb4,_0x264854,_0x181dd4){const _0x296466=_0x19cb8f;if(_0x264854!==_0x5e7b5b[_0x296466(0x18c)]['id']||!_0x181dd4||typeof _0x181dd4!=_0x296466(0x599))return _0x181dd4;let _0x4dfe04=_0x181dd4;return _0x4dfe04[_0x296466(0x726)]?_0x4dfe04:{..._0x4dfe04,'parentEmbedId':_0x5d4fb4[_0x296466(0x576)]};}function _0x1fd47d(_0x17f8ad,_0x527a55,_0x558a60=_0x17f8ad){const _0x1f802f=_0x19cb8f;let _0xc6e1bb=_0x343aa5(_0x17f8ad)??_0x558a60,_0x30c882=new Map(_0x527a55),_0x5a3f36=new Map(),_0x21955f=new Set(),_0x3e9222=new Map(),_0x280a2f;_0x30c882[_0x1f802f(0x2f2)]((_0x3ed8a6,_0x11bc79)=>{_0x17dd80(_0x11bc79);});function _0x17dd80(_0x4f2353){const _0x477b74=_0x1f802f;let _0x5dec63=_0x1b2cf3(_0x4f2353);return _0x21955f['add'](_0x5dec63),_0x3e9222[_0x477b74(0x8f1)](_0x5dec63)||_0x3e9222['set'](_0x5dec63,_0x4f2353),_0x5dec63;}let _0x4633e1=_0x2e442b=>_0x30c882[_0x1f802f(0x8f1)](_0x2e442b)||_0x5a3f36[_0x1f802f(0x8f1)](_0x2e442b)?_0x2e442b:_0x3e9222[_0x1f802f(0x8ee)](_0x1b2cf3(_0x2e442b))??_0x2e442b,_0x245306=_0x2bf586=>{const _0x3885de=_0x1f802f;let _0x5b8b2d=_0x4633e1(_0x2bf586);if(_0x30c882['has'](_0x5b8b2d))return _0x30c882[_0x3885de(0x8ee)](_0x5b8b2d);let _0xa7b07=_0x5a3f36[_0x3885de(0x8ee)](_0x5b8b2d);if(!_0xa7b07)return;let _0x1e8785=_0xa7b07();return _0x5a3f36[_0x3885de(0x4f4)](_0x5b8b2d),_0x30c882[_0x3885de(0x4a8)](_0x5b8b2d,_0x1e8785),_0x213b73(_0x280a2f,_0x5b8b2d,_0x1e8785),_0x5b8b2d!==_0x2bf586&&_0x213b73(_0x280a2f,_0x2bf586,_0x1e8785),_0x1e8785;},_0x132a05=_0x17b51a=>{const _0x3dbfc8=_0x1f802f;let _0x15f107=_0x4633e1(_0x17b51a);return _0x30c882[_0x3dbfc8(0x8f1)](_0x15f107)||_0x5a3f36[_0x3dbfc8(0x8f1)](_0x15f107);},_0x27455d=_0x1c384d=>_0x21955f['has'](_0x1b2cf3(_0x1c384d)),_0x208060=_0x59d46b=>_0xa0b1fe[_0x1f802f(0x8f1)](_0x1b2cf3(_0x59d46b)),_0x2d0d1b=_0x214312=>!_0x27455d(_0x214312)&&_0x17f8ad[_0x1f802f(0x8f1)](_0x214312),_0x511f89=()=>{const _0x4af412=_0x1f802f;if(_0x280a2f)return _0x280a2f;let _0x194b39=_0x17f8ad['createChild'];if(typeof _0x194b39==_0x4af412(0x697))return _0x280a2f=_0x194b39[_0x4af412(0x353)](_0x17f8ad,[..._0x3482a2(_0x30c882),[_0x414d24[_0x4af412(0xc8)],{'useFactory':()=>_0x280a2f}]]),_0x280a2f;},_0x39c2b9={'has':_0x149bff=>{const _0x55a695=_0x1f802f;if(_0x149bff===_0x414d24[_0x55a695(0xc8)]||_0x132a05(_0x149bff)||_0x2d0d1b(_0x149bff))return!0x0;let _0x365699=_0x511f89();return(_0x365699==null?void 0x0:_0x365699[_0x55a695(0x8f1)](_0x149bff))??_0x17f8ad[_0x55a695(0x8f1)](_0x149bff);},'get':(_0x49eb9f,..._0x26f9f7)=>{const _0x5a4064=_0x1f802f;if(_0x49eb9f===_0x414d24[_0x5a4064(0xc8)])return _0x39c2b9;if(_0x4a0851(_0x26f9f7,_0x414d24['LookUp'][_0x5a4064(0x74c)])){let _0x47360d=_0x511f89();_0x572084(_0x47360d,_0x49eb9f);let _0x260101=_0x5eac55(_0x47360d,_0x49eb9f);return _0x260101[_0x5a4064(0x824)]?_0x260101['value']:_0x35f5bd(_0x47360d||_0x17f8ad,_0x49eb9f,_0x26f9f7);}return _0x132a05(_0x49eb9f)?_0x245306(_0x49eb9f):_0x4a0851(_0x26f9f7,_0x414d24['LookUp'][_0x5a4064(0x140)])?_0x35f5bd(_0x17f8ad,_0x49eb9f,_0x15e218(_0x26f9f7,_0x414d24['LookUp'][_0x5a4064(0x140)])):_0x2d0d1b(_0x49eb9f)?_0x35f5bd(_0x17f8ad,_0x49eb9f,_0x26f9f7):_0x35f5bd(_0x511f89()||_0x17f8ad,_0x49eb9f,_0x26f9f7);},'invoke':(_0x413d9a,..._0x5297c9)=>_0x413d9a({'has':_0x533d2f=>{const _0x58d8b3=_0x1f802f;if(_0x533d2f===_0x414d24[_0x58d8b3(0xc8)]||_0x132a05(_0x533d2f)||_0x2d0d1b(_0x533d2f))return!0x0;let _0x33b603=_0x511f89();return(_0x33b603==null?void 0x0:_0x33b603[_0x58d8b3(0x8f1)](_0x533d2f))??_0x17f8ad[_0x58d8b3(0x8f1)](_0x533d2f);},'get':(_0x12ba9d,..._0x43fb37)=>{const _0x269c17=_0x1f802f;if(_0x12ba9d===_0x414d24[_0x269c17(0xc8)])return _0x39c2b9;if(_0x4a0851(_0x43fb37,_0x414d24[_0x269c17(0x600)]['SELF'])){let _0x3f2aa9=_0x511f89();_0x572084(_0x3f2aa9,_0x12ba9d);let _0x4eaaab=_0x5eac55(_0x3f2aa9,_0x12ba9d);return _0x4eaaab['resolved']?_0x4eaaab[_0x269c17(0x21b)]:_0x35f5bd(_0x3f2aa9||_0x17f8ad,_0x12ba9d,_0x43fb37);}return _0x132a05(_0x12ba9d)?_0x245306(_0x12ba9d):_0x4a0851(_0x43fb37,_0x414d24[_0x269c17(0x600)][_0x269c17(0x140)])?_0x35f5bd(_0x17f8ad,_0x12ba9d,_0x15e218(_0x43fb37,_0x414d24[_0x269c17(0x600)]['SKIP_SELF'])):_0x2d0d1b(_0x12ba9d)?_0x35f5bd(_0x17f8ad,_0x12ba9d,_0x43fb37):_0x35f5bd(_0x511f89()||_0x17f8ad,_0x12ba9d,_0x43fb37);}},..._0x5297c9),'add':_0x3cfb04=>{const _0x332736=_0x1f802f;let _0x1fd12e=_0x316e1d(_0x3cfb04);if(_0x1fd12e){if(_0x1fd12e[_0x332736(0x144)]!==_0x332736(0x4e9)&&_0x2d0d1b(_0x1fd12e[_0x332736(0x7ca)])&&!_0x208060(_0x1fd12e[_0x332736(0x7ca)]))return;let _0x32c820=_0x1b2cf3(_0x1fd12e[_0x332736(0x7ca)]);if(_0x21955f[_0x332736(0x8f1)](_0x32c820))return;if(_0x17dd80(_0x1fd12e[_0x332736(0x7ca)]),_0x1fd12e['kind']===_0x332736(0x21b))_0x5a3f36[_0x332736(0x4f4)](_0x1fd12e[_0x332736(0x7ca)]),_0x30c882[_0x332736(0x4a8)](_0x1fd12e[_0x332736(0x7ca)],_0x1fd12e[_0x332736(0x21b)]);else{let _0x44f874=_0x511f89();_0x44f874?_0x2d52d9(_0x44f874,_0x1fd12e['identifier'])||_0x44f874[_0x332736(0x70a)](_0x3cfb04):(_0x30c882[_0x332736(0x4f4)](_0x1fd12e['identifier']),_0x5a3f36[_0x332736(0x4a8)](_0x1fd12e[_0x332736(0x7ca)],_0x1fd12e[_0x332736(0x4e9)]));}return;}let _0x591644=_0x1b2cf3(_0x3ec484(_0x3cfb04));if(_0x591644!=null){if(_0x21955f[_0x332736(0x8f1)](_0x591644))return;_0x17dd80(_0x3ec484(_0x3cfb04));}let _0x226f05=_0x511f89();if(_0x226f05){_0x226f05['add'](_0x3cfb04);return;}_0x17f8ad[_0x332736(0x70a)](_0x3cfb04);},'createChild':(_0xa5b8d3=[])=>{const _0x1efd17=_0x1f802f;let _0x3d9745=new Map(_0x30c882);_0x3e9222[_0x1efd17(0x2f2)](_0x6344fb=>{const _0x19e86d=_0x1efd17;if(_0x3d9745[_0x19e86d(0x8f1)](_0x6344fb))return;if(_0x132a05(_0x6344fb)){_0x3d9745[_0x19e86d(0x4a8)](_0x6344fb,_0x245306(_0x6344fb));return;}let _0x49beb3=_0x511f89();_0x49beb3&&_0x2d52d9(_0x49beb3,_0x6344fb)&&_0x3d9745[_0x19e86d(0x4a8)](_0x6344fb,_0x35f5bd(_0x49beb3,_0x6344fb,[_0x414d24[_0x19e86d(0x600)]['SELF']]));});let _0x309473=[];_0xa5b8d3[_0x1efd17(0x2f2)](_0x3dbce1=>{const _0x26f504=_0x1efd17;let _0x3e5803=_0x316e1d(_0x3dbce1);if((_0x3e5803==null?void 0x0:_0x3e5803[_0x26f504(0x144)])===_0x26f504(0x21b)){_0x3d9745[_0x26f504(0x4a8)](_0x3e5803[_0x26f504(0x7ca)],_0x3e5803[_0x26f504(0x21b)]);return;}_0x309473[_0x26f504(0x731)](_0x3dbce1);});let _0x57c1d9=_0x1fd47d(_0x17f8ad,_0x3d9745,_0xc6e1bb);return _0x309473[_0x1efd17(0x2f2)](_0x5db2ac=>{const _0x304abb=_0x1efd17;_0x57c1d9[_0x304abb(0x70a)](_0x5db2ac);}),_0x57c1d9;},'createInstance':(..._0x5ec626)=>{const _0x31068e=_0x1f802f;let _0x568f3c=_0x511f89(),_0x355234=_0x568f3c==null?void 0x0:_0x568f3c[_0x31068e(0x71c)];if(_0x568f3c&&typeof _0x355234=='function')return _0x2c2aff(_0x568f3c,_0x5ec626[0x0]),_0x355234[_0x31068e(0x5bc)](_0x568f3c,_0x5ec626);let _0x9b0e74=_0x17f8ad[_0x31068e(0x71c)];if(typeof _0x9b0e74==_0x31068e(0x697))return _0x9b0e74[_0x31068e(0x5bc)](_0x17f8ad,_0x5ec626);let [_0x482667,..._0x172c7d]=_0x5ec626;return new _0x482667(..._0x172c7d);},'dispose':()=>{const _0x38a237=_0x1f802f;_0x280a2f&&_0x5bb1a3(_0x280a2f,_0xc6e1bb,_0x30c882['values']()),_0x280a2f=void 0x0,_0x21955f[_0x38a237(0x13a)](),_0x3e9222['clear'](),_0x5a3f36[_0x38a237(0x13a)]();}};function _0x572084(_0xaf1b63,_0x4cde97){!_0xaf1b63||!_0x132a05(_0x4cde97)||_0x213b73(_0xaf1b63,_0x4cde97,_0x245306(_0x4cde97));}function _0x2c2aff(_0x106f7f,_0x3b88ca){const _0x425262=_0x1f802f;_0x28d9dd(_0x3b88ca)[_0x425262(0x2f2)](_0x11f93e=>_0x572084(_0x106f7f,_0x11f93e));}return _0x39c2b9[_0x1f802f(0x214)]=_0xc6e1bb,_0x39c2b9;}function _0x2d3aee(_0x17f4c9,_0x161cda,_0x43709a,_0x3e42bb=!0x0){const _0x5d747b=_0x19cb8f;let _0x3bbb27=_0x3e42bb&&_0x17f4c9[_0x5d747b(0x412)][_0x5d747b(0x8f1)](_0x1db604)?_0x17f4c9[_0x5d747b(0x412)][_0x5d747b(0x8ee)](_0x1db604):void 0x0;_0x161cda[_0x5d747b(0x721)](_0x3bbb27!=null&&_0x3bbb27[_0x5d747b(0x4ce)](_0x17f4c9[_0x5d747b(0x576)])?_0x17f4c9[_0x5d747b(0x27a)]:_0x43709a);}function _0x3ec484(_0x49b8a6){const _0x38c05d=_0x19cb8f;return Array[_0x38c05d(0x8fc)](_0x49b8a6)?_0x49b8a6[0x0]:_0x49b8a6;}function _0x1b2cf3(_0x5424e4){const _0x45ac1c=_0x19cb8f;let _0x376bf5=_0x5424e4==null?void 0x0:_0x5424e4['decoratorName'];return typeof _0x376bf5==_0x45ac1c(0x3e0)&&_0x376bf5?'identifier:'+_0x376bf5:_0x5424e4;}function _0x4a0851(_0x5ea11b,_0xc719e){return _0x5ea11b['includes'](_0xc719e);}function _0x15e218(_0x398a0e,_0x4c0f14){return _0x398a0e['filter'](_0x4a2426=>_0x4a2426!==_0x4c0f14);}function _0x35f5bd(_0x20e809,_0x426fa1,_0x41102f){const _0x284e31=_0x19cb8f;return _0x20e809[_0x284e31(0x8ee)](_0x426fa1,..._0x41102f);}function _0x5eac55(_0x4ee858,_0x10e24f){const _0x9c8b85=_0x19cb8f;var _0x36ed39;let _0x353661=_0x4ee858==null||(_0x36ed39=_0x4ee858[_0x9c8b85(0x7a4)])==null?void 0x0:_0x36ed39[_0x9c8b85(0x457)];if(!_0x353661)return{'resolved':!0x1};let _0x214212=_0x223f95(_0x353661[_0x9c8b85(0x8ee)](_0x10e24f));if(_0x214212[_0x9c8b85(0x824)])return _0x214212;let _0x5e1db6=_0x1b2cf3(_0x10e24f);for(let [_0x2e44cc,_0x356065]of _0x353661){if(_0x2e44cc===_0x10e24f||_0x1b2cf3(_0x2e44cc)!==_0x5e1db6)continue;let _0x1958b7=_0x223f95(_0x356065);if(_0x1958b7['resolved'])return _0x1958b7;}return{'resolved':!0x1};}function _0x223f95(_0x2a27be){const _0x120811=_0x19cb8f;return!_0x2a27be||_0x2a27be[_0x120811(0x716)]!==0x1?{'resolved':!0x1}:{'resolved':!0x0,'value':_0x2a27be[0x0]};}function _0x213b73(_0x19245f,_0x50eec8,_0x7239c2){const _0x10d026=_0x19cb8f;!_0x19245f||_0x2d52d9(_0x19245f,_0x50eec8)||_0x19245f[_0x10d026(0x70a)]([_0x50eec8,{'useValue':_0x7239c2}]);}function _0x28d9dd(_0x329dc5){const _0xd9b2a5=_0x19cb8f;if(!_0x329dc5||typeof _0x329dc5!='function'&&typeof _0x329dc5!=_0xd9b2a5(0x599))return[];for(let _0x486c8f of Object[_0xd9b2a5(0x390)](_0x329dc5)){let _0xc7aff2=_0x329dc5[_0x486c8f];if(!Array[_0xd9b2a5(0x8fc)](_0xc7aff2))continue;let _0x45b7da=_0xc7aff2['map'](_0x24175e=>_0x24175e==null?void 0x0:_0x24175e[_0xd9b2a5(0x7ca)])[_0xd9b2a5(0x1d4)](_0x2c623b=>_0x2c623b!==void 0x0);if(_0x45b7da[_0xd9b2a5(0x716)])return _0x45b7da;}return[];}function _0x2d52d9(_0x3306d3,_0x5a4420){const _0x294206=_0x19cb8f;var _0x2c6edb,_0x3e3351,_0xe81ac9,_0x5567ba;let _0x495418=_0x3306d3;return!!((_0x2c6edb=_0x495418['dependencyCollection'])!=null&&(_0x3e3351=_0x2c6edb['has'])!=null&&_0x3e3351[_0x294206(0x353)](_0x2c6edb,_0x5a4420)||(_0xe81ac9=_0x495418[_0x294206(0x7a4)])!=null&&(_0x5567ba=_0xe81ac9['has'])!=null&&_0x5567ba[_0x294206(0x353)](_0xe81ac9,_0x5a4420));}function _0x343aa5(_0x4f3032){const _0x50440=_0x19cb8f;return _0x4f3032[_0x50440(0x214)];}function _0x5bb1a3(_0x1bda91,_0x54a014,_0x148549=[]){const _0x1b857c=_0x19cb8f;let _0x32ea80=_0x2668a4(_0x54a014);for(let _0x55565b of _0x148549)_0x32ea80[_0x1b857c(0x70a)](_0x55565b);_0x30112e(_0x1bda91,_0x32ea80),_0x1bda91[_0x1b857c(0x3b7)]();}function _0x2668a4(_0x13aa19){const _0x33ff87=_0x19cb8f;let _0x565fd2=new Set(),_0x218408=_0x40a9ee(_0x13aa19);return _0x218408&&_0x218408[_0x33ff87(0x2f2)](_0xab658a=>{const _0x365c9f=_0x33ff87;Array['isArray'](_0xab658a)&&_0xab658a[_0x365c9f(0x2f2)](_0x28a59f=>_0x565fd2[_0x365c9f(0x70a)](_0x28a59f));}),_0x565fd2;}function _0x30112e(_0x3f6b8f,_0x1613cc,_0x1341de=new Set()){const _0x1c79ea=_0x19cb8f;if(_0x1341de[_0x1c79ea(0x8f1)](_0x3f6b8f))return;_0x1341de[_0x1c79ea(0x70a)](_0x3f6b8f);let _0x5207f5=_0x3f6b8f['children'];_0x5207f5==null||_0x5207f5[_0x1c79ea(0x2f2)](_0x28e68b=>_0x30112e(_0x28e68b,_0x1613cc,_0x1341de));let _0x4d472f=_0x40a9ee(_0x3f6b8f);_0x4d472f&&_0x4d472f['forEach']((_0x5c0a02,_0x396a39)=>{const _0x2bc2e8=_0x1c79ea;if(!Array[_0x2bc2e8(0x8fc)](_0x5c0a02))return;let _0x1e9b65=_0x5c0a02[_0x2bc2e8(0x1d4)](_0x4910e1=>!_0x1613cc[_0x2bc2e8(0x8f1)](_0x4910e1));if(_0x1e9b65[_0x2bc2e8(0x716)]!==_0x5c0a02['length']){if(_0x1e9b65[_0x2bc2e8(0x716)]===0x0){_0x4d472f[_0x2bc2e8(0x4f4)](_0x396a39);return;}_0x4d472f[_0x2bc2e8(0x4a8)](_0x396a39,_0x1e9b65);}});}function _0x40a9ee(_0x2a5a0b){const _0x2d145a=_0x19cb8f;var _0x2a4859;return(_0x2a4859=_0x2a5a0b['resolvedDependencyCollection'])==null?void 0x0:_0x2a4859[_0x2d145a(0x457)];}function _0x3482a2(_0x582503){const _0x47cdb3=_0x19cb8f;return Array[_0x47cdb3(0x7d3)](_0x582503,([_0x107011,_0x3c3c49])=>[_0x107011,{'useValue':_0x3c3c49}]);}function _0x316e1d(_0x19801e){const _0x15a794=_0x19cb8f;if(!Array['isArray'](_0x19801e)||_0x19801e['length']<0x2)return;let [_0x41f3d4,_0x545371]=_0x19801e;if(!(!_0x545371||typeof _0x545371!=_0x15a794(0x599))){if('useValue'in _0x545371)return{'kind':'value','identifier':_0x41f3d4,'value':_0x545371[_0x15a794(0x392)]};if(typeof _0x545371[_0x15a794(0x642)]==_0x15a794(0x697))return{'kind':_0x15a794(0x4e9),'identifier':_0x41f3d4,'factory':_0x545371[_0x15a794(0x642)]};}}function _0x33d760(_0x202e14,_0x3073d){const _0x127208=_0x19cb8f;if(!_0x202e14[_0x127208(0x8f1)](_0x5ab84f[_0x127208(0x671)]))return;let _0x48c152=_0x202e14[_0x127208(0x8ee)](_0x5ab84f['IMenuManagerService']),_0x5e954d=_0x48c152['createScoped'];return _0x5c7b73(typeof _0x5e954d==_0x127208(0x697)?_0x5e954d[_0x127208(0x353)](_0x48c152,_0x3073d):_0x48c152);}function _0x5c7b73(_0x436060){const _0x520a97=_0x19cb8f;return{'menuChanged$':_0x436060['menuChanged$'],'mergeMenu':(_0x557e72,_0x314d22)=>_0x436060[_0x520a97(0x63e)](_0x557e72,_0x314d22),'appendRootMenu':_0x164515=>_0x436060[_0x520a97(0x7c5)](_0x164515),'getMenuByPositionKey':_0x5dff0=>_0x3559d5(_0x436060[_0x520a97(0x83f)](_0x5dff0)),'getFlatMenuByPositionKey':_0x5bce31=>_0x3559d5(_0x436060[_0x520a97(0x48a)](_0x5bce31))};}function _0x3559d5(_0x3662db){const _0x3c32d4=_0x19cb8f;return _0x3662db[_0x3c32d4(0x24b)](_0x56c174=>{const _0x502463=_0x3c32d4;var _0x5761bc;if(_0x5f0232[_0x502463(0x8f1)](((_0x5761bc=_0x56c174[_0x502463(0x8c1)])==null?void 0x0:_0x5761bc['id'])??_0x56c174[_0x502463(0x785)]))return[];if(!_0x56c174[_0x502463(0x445)])return[_0x56c174];let _0x44ae18=_0x3559d5(_0x56c174[_0x502463(0x445)]);return _0x56c174[_0x502463(0x445)]['length']>0x0&&_0x44ae18['length']===0x0&&!_0x56c174[_0x502463(0x8c1)]&&!_0x56c174['headerActionItem']?[]:[{..._0x56c174,'children':_0x44ae18}];});}function _0x24bbd6(_0x50e3e1,_0x5258ab,_0x11e850){const _0x59309f=_0x19cb8f;if(!_0x50e3e1[_0x59309f(0x8f1)](_0x5ab84f[_0x59309f(0x64a)]))return;let _0x593669=_0x50e3e1[_0x59309f(0x8ee)](_0x5ab84f[_0x59309f(0x64a)]);return{get 'disabled'(){return _0x593669['disabled'];},set 'disabled'(_0x40c85a){const _0xb1286e=_0x59309f;_0x593669[_0xb1286e(0x80e)]=_0x40c85a;},get 'visible'(){const _0x3b9e2f=_0x59309f;return _0x593669[_0x3b9e2f(0x2fc)];},'enable':()=>_0x593669[_0x59309f(0x3aa)](),'disable':()=>_0x593669['disable'](),'triggerContextMenu':(_0x45ecea,_0x5c97d8,_0x19a93b)=>{const _0x325327=_0x59309f;_0x593669['triggerContextMenu'](_0x45ecea,_0x5c97d8,{..._0x19a93b,'unitId':(_0x19a93b==null?void 0x0:_0x19a93b[_0x325327(0x448)])??_0x11e850});},'hideContextMenu':()=>_0x593669[_0x59309f(0x5f6)](),'registerContextMenuHandler':_0x282091=>_0x593669[_0x59309f(0x594)](_0x282091)};}function _0x3c3615(_0x4c6832,_0x4635dc){const _0x5ca293=_0x19cb8f;let _0x24bd6d=new _0x5ab84f['ContextMenuService']();return{get 'disabled'(){const _0x1d566e=_0x41b8;return _0x24bd6d[_0x1d566e(0x80e)];},set 'disabled'(_0x309085){const _0x209664=_0x41b8;_0x24bd6d[_0x209664(0x80e)]=_0x309085;},get 'visible'(){return _0x24bd6d['visible'];},'enable':()=>_0x24bd6d['enable'](),'disable':()=>_0x24bd6d['disable'](),'triggerContextMenu':(_0x46af29,_0x102408,_0x2b731a)=>{const _0x42a9f1=_0x41b8;_0x24bd6d[_0x42a9f1(0x440)](_0x46af29,_0x102408,{..._0x2b731a,'unitId':(_0x2b731a==null?void 0x0:_0x2b731a[_0x42a9f1(0x448)])??_0x4635dc});},'hideContextMenu':()=>_0x24bd6d[_0x5ca293(0x5f6)](),'registerContextMenuHandler':_0x15ae4d=>_0x24bd6d['registerContextMenuHandler'](_0x15ae4d),'dispose':()=>_0x24bd6d[_0x5ca293(0x3b7)]()};}function _0xb9b2ab(_0xa5a127,_0x2f480e){const _0x4ba2f4=_0x19cb8f;let _0x1ca604=_0xa5a127['get'](_0x5ab84f[_0x4ba2f4(0x12e)]),_0x1b8ab9=_0xa5a127['has'](_0x58aac7)?_0xa5a127['get'](_0x58aac7):void 0x0,_0x1df3f4=_0xa5a127['has'](_0x1db604)?_0xa5a127[_0x4ba2f4(0x8ee)](_0x1db604):void 0x0,_0x22a05e=_0x2f480e[_0x4ba2f4(0x84f)][_0x4ba2f4(0x89e)],_0x3ea7fb=_0x2f480e[_0x4ba2f4(0x84f)][_0x4ba2f4(0xe5)]??_0x22a05e,_0x45a7a9=new Set([_0x22a05e,_0x3ea7fb]),_0x4e7eb5=_0x2f480e['renderScope'][_0x4ba2f4(0x744)]!=='float'||_0x2f480e['renderScope'][_0x4ba2f4(0x4fa)],_0x293c87=(_0x2d1068,_0x4e665e)=>{const _0x3e3f55=_0x4ba2f4;_0x45a7a9['add'](_0x2d1068);let _0x334dc3=(_0x4e665e==null?void 0x0:_0x4e665e['registerChildInteraction'])&&_0x4e7eb5,_0x222c4e=_0x334dc3?_0x5694df(_0x2d1068):void 0x0,_0x4c6712=_0x334dc3?_0x1b8ab9==null?void 0x0:_0x1b8ab9[_0x3e3f55(0x154)](_0x2f480e['embedId'],_0x2d1068):void 0x0,_0x4f1b58=_0x334dc3?_0x1df3f4==null?void 0x0:_0x1df3f4[_0x3e3f55(0xeb)]({'embedId':_0x2f480e[_0x3e3f55(0x576)],'role':_0x3e3f55(0x6bd),'element':_0x2d1068}):void 0x0;return(0x0,_0x414d24[_0x3e3f55(0x5f4)])(()=>{const _0x1e1095=_0x3e3f55;_0x4f1b58==null||_0x4f1b58[_0x1e1095(0x3b7)](),_0x4c6712==null||_0x4c6712[_0x1e1095(0x3b7)](),_0x222c4e==null||_0x222c4e[_0x1e1095(0x3b7)](),_0x45a7a9[_0x1e1095(0x4f4)](_0x2d1068);});},_0x1bd926=_0x2fee84=>_0x2fee84?[..._0x45a7a9][_0x4ba2f4(0x1c9)](_0x20ea18=>_0x20ea18===_0x2fee84||_0x20ea18[_0x4ba2f4(0x691)](_0x2fee84)):!0x1;return{get 'isFocused'(){const _0x12cd7b=_0x4ba2f4;return _0x1ca604[_0x12cd7b(0x5f0)];},get 'rootContainerElement'(){return _0x22a05e;},'focus':()=>_0x1ca604['focus'](),'registerFocusHandler':(_0x23e06e,_0x135532)=>_0x1ca604[_0x4ba2f4(0x2dc)](_0x23e06e,_0x135532),'registerRootContainerElement':_0x293c87,'registerContentElement':_0x293c87,'registerContainerElement':_0x52c264=>_0x293c87(_0x52c264,{'registerChildInteraction':!0x0}),'getContentElement':()=>_0x3ea7fb,'checkElementInCurrentContainers':_0xdc94ab=>_0x1bd926(_0xdc94ab)||(_0x1b8ab9==null?void 0x0:_0x1b8ab9['contains'](_0x2f480e[_0x4ba2f4(0x576)],_0xdc94ab))||_0x1ca604['checkElementInCurrentContainers'](_0xdc94ab),'checkContentIsFocused':()=>_0x1bd926(_0x3ea7fb['ownerDocument'][_0x4ba2f4(0x48f)])||(_0x1df3f4==null?void 0x0:_0x1df3f4['hasChildInteractionLease'](_0x2f480e[_0x4ba2f4(0x576)]))||_0x1ca604[_0x4ba2f4(0x68b)]()};}function _0x5694df(_0x5a4888){const _0x395db8=_0x19cb8f;let _0x5ce8ba=new Map(),_0x1e1ed4=_0xd5c86a=>{const _0x5f5c22=_0x41b8;_0x5ce8ba['set'](_0xd5c86a,_0xd5c86a[_0x5f5c22(0x3cc)](_0x12a30c)),_0xd5c86a[_0x5f5c22(0x7b0)](_0x12a30c,_0x5f5c22(0x6bd));};return _0x1e1ed4(_0x5a4888),_0x5a4888['querySelectorAll']('*')[_0x395db8(0x2f2)](_0x1e1ed4),(0x0,_0x414d24[_0x395db8(0x5f4)])(()=>{const _0x2b74e7=_0x395db8;_0x5ce8ba[_0x2b74e7(0x2f2)]((_0x4ef340,_0x1468a3)=>{const _0x57a8f9=_0x2b74e7;if(_0x4ef340==null){_0x1468a3['removeAttribute'](_0x12a30c);return;}_0x1468a3[_0x57a8f9(0x7b0)](_0x12a30c,_0x4ef340);});});}function _0x2bdbff(_0x26b6f8,_0x171903,_0x4f0321=[]){const _0x53e02c=_0x19cb8f;let _0xe1be4b=_0x438cdb(_0x26b6f8,_0x4f0321)??_0x26b6f8[_0x53e02c(0x412)],_0x2b96a1=_0xe1be4b!==_0x26b6f8[_0x53e02c(0x412)],_0xf82581=_0x27cc76(_0x26b6f8),_0x10d08d={'descriptor':_0x26b6f8[_0x53e02c(0x58f)],'host':{'unitId':_0x26b6f8['hostUnitId'],'type':_0x26b6f8[_0x53e02c(0x58f)][_0x53e02c(0x2b7)],'anchorId':_0x26b6f8['descriptor']['hostAnchorId'],'entry':_0x26b6f8[_0x53e02c(0x58f)][_0x53e02c(0x3a2)],'layout':_0x4e16d5(_0x26b6f8)},'child':{'unitId':_0x26b6f8[_0x53e02c(0x27a)],'type':_0x26b6f8[_0x53e02c(0x23a)]},'injector':_0xe1be4b,'instanceService':_0x4629f9(_0xe1be4b,_0x414d24['IUniverInstanceService']),'commandService':_0x4629f9(_0xe1be4b,_0x414d24[_0x53e02c(0x6e1)]),'menuManagerService':_0x4629f9(_0xe1be4b,_0x5ab84f['IMenuManagerService']),'roots':_0xf82581,'activate':()=>_0x171903(!0x0),'deactivate':()=>_0x171903(!0x1),'dispose':()=>{const _0x19265c=_0x53e02c;_0x2b96a1&&_0xe1be4b[_0x19265c(0x3b7)]();}};return{'runtimeScope':_0x10d08d,'disposable':(0x0,_0x414d24['toDisposable'])(()=>_0x10d08d[_0x53e02c(0x3b7)]())};}function _0x27cc76(_0x249715){const _0x36ed40=_0x19cb8f;var _0x33f713;let _0x125b9d=_0x249715[_0x36ed40(0x84f)][_0x36ed40(0x89e)],_0x5c64ca=_0x249715[_0x36ed40(0x84f)][_0x36ed40(0xe5)]??_0x17b62b(_0x125b9d,'data-embed-content-root')??_0x125b9d,_0x29c33b=_0x249715[_0x36ed40(0x84f)][_0x36ed40(0x778)]??_0x17b62b(_0x125b9d,_0x36ed40(0x39a))??_0x125b9d;return{'root':_0x125b9d,'content':_0x5c64ca,'canvas':_0x249715[_0x36ed40(0x84f)]['canvasRoot']??_0x17b62b(_0x125b9d,_0x36ed40(0x15a))??void 0x0,'overlay':_0x29c33b,'popup':_0x249715[_0x36ed40(0x84f)]['popupRoot']??_0x17b62b(_0x125b9d,_0x36ed40(0x774))??_0x29c33b,'menuSlot':((_0x33f713=_0x249715[_0x36ed40(0x84f)]['menuOutlet'])==null?void 0x0:_0x33f713[_0x36ed40(0x532)])??_0x17b62b(_0x125b9d,'data-embed-menu-slot')??void 0x0,'footerSlot':_0x17b62b(_0x125b9d,_0x36ed40(0x3ce))??void 0x0};}function _0x438cdb(_0x406016,_0x13bd12){const _0x1b2f90=_0x19cb8f;if(!(!_0x406016[_0x1b2f90(0x412)]['has'](_0x414d24[_0x1b2f90(0x468)])||!_0x406016['injector'][_0x1b2f90(0x8f1)](_0x414d24[_0x1b2f90(0x6e1)])))return _0x4aacd2(_0x406016,_0x13bd12);}function _0x4629f9(_0x17af60,_0x1c9d9d){const _0x3016f8=_0x19cb8f;if(_0x17af60[_0x3016f8(0x8f1)](_0x1c9d9d))return _0x17af60['get'](_0x1c9d9d);}function _0x4e16d5(_0x3b08c3){const _0x53f63a=_0x19cb8f;var _0x5a7b98,_0x1b5d80;switch(_0x3b08c3[_0x53f63a(0x58f)][_0x53f63a(0x3a2)]){case'docs-custom-block':return _0x53f63a(0x784);case'sheets-floating-object':case _0x53f63a(0x33d):case _0x53f63a(0x47d):return'float';case _0x53f63a(0xe8):case'bases-table-list-block':case _0x53f63a(0x527):return'tab-peer';default:break;}return _0x3b08c3[_0x53f63a(0x447)]===_0x53f63a(0x801)||(_0x5a7b98=_0x3b08c3[_0x53f63a(0x58f)][_0x53f63a(0x735)])!=null&&_0x5a7b98[_0x53f63a(0x55a)]?_0x53f63a(0x801):(_0x1b5d80=_0x3b08c3[_0x53f63a(0x58f)][_0x53f63a(0x735)])!=null&&_0x1b5d80[_0x53f63a(0x41e)]?'float':_0x3b08c3['layout'][_0x53f63a(0x3e1)](_0x53f63a(0x367))||_0x3b08c3[_0x53f63a(0x447)]===_0x53f63a(0x73f)?'doc-flow':'float';}var _0x5ad416=class{constructor(){const _0x7c206=_0x19cb8f;_0x53835d(this,_0x7c206(0x556),new Map());}['register'](_0x49c499){const _0xeb4b8b=_0x19cb8f;if(this['_contributions']['has'](_0x49c499[_0xeb4b8b(0x23a)]))throw Error(_0xeb4b8b(0x7bf)+_0x49c499[_0xeb4b8b(0x23a)]);this[_0xeb4b8b(0x556)][_0xeb4b8b(0x4a8)](_0x49c499['childType'],_0x49c499);}[_0x19cb8f(0x8ee)](_0x71d249){const _0x1b40ed=_0x19cb8f;return this[_0x1b40ed(0x556)][_0x1b40ed(0x8ee)](_0x71d249);}['list'](){return[...this['_contributions']['values']()];}},_0x144cfe=class{constructor(){const _0x618755=_0x19cb8f;_0x53835d(this,_0x618755(0x556),new Map());}[_0x19cb8f(0x586)](_0x293013){const _0x2e5f64=_0x19cb8f;let _0x3c0917=this[_0x2e5f64(0x3ad)](_0x293013[_0x2e5f64(0x2b7)],_0x293013['entry'],_0x293013['childType']);if(this['_contributions']['has'](_0x3c0917))throw Error(_0x2e5f64(0x363)+_0x3c0917);return this[_0x2e5f64(0x556)][_0x2e5f64(0x4a8)](_0x3c0917,_0x293013),(0x0,_0x414d24[_0x2e5f64(0x5f4)])(()=>{const _0x43170a=_0x2e5f64;this['_contributions'][_0x43170a(0x8ee)](_0x3c0917)===_0x293013&&this[_0x43170a(0x556)]['delete'](_0x3c0917);});}[_0x19cb8f(0x8ee)](_0x2f1579,_0x733e2,_0x514c6c){const _0x2dcadf=_0x19cb8f;if(_0x514c6c!=null){let _0x5aa425=this[_0x2dcadf(0x556)]['get'](this[_0x2dcadf(0x3ad)](_0x2f1579,_0x733e2,_0x514c6c));if(_0x5aa425)return _0x5aa425;}return this[_0x2dcadf(0x556)][_0x2dcadf(0x8ee)](this[_0x2dcadf(0x3ad)](_0x2f1579,_0x733e2));}[_0x19cb8f(0x1b4)](_0x10fc98,_0x3066f4,_0x43eb1f){const _0xa97980=_0x19cb8f;return this[_0xa97980(0x556)][_0xa97980(0x8f1)](this[_0xa97980(0x3ad)](_0x10fc98,_0x3066f4,_0x43eb1f));}[_0x19cb8f(0x54b)](){const _0x25e45b=_0x19cb8f;return[...this[_0x25e45b(0x556)]['values']()];}[_0x19cb8f(0x3ad)](_0x2032bb,_0xc170a7,_0x17d9ae){return _0x17d9ae==null?_0x2032bb+':'+_0xc170a7+':*':_0x2032bb+':'+_0xc170a7+':'+_0x17d9ae;}},_0x4af4b3=class{constructor(){_0x53835d(this,'_contributions',new Map());}['register'](_0x286ea0){const _0x3a58dc=_0x19cb8f;let _0x5f0dd1=this[_0x3a58dc(0x3ad)](_0x286ea0[_0x3a58dc(0x2b7)],_0x286ea0[_0x3a58dc(0x3a2)]);if(this[_0x3a58dc(0x556)][_0x3a58dc(0x8f1)](_0x5f0dd1))throw Error(_0x3a58dc(0xb9)+_0x5f0dd1);this[_0x3a58dc(0x556)][_0x3a58dc(0x4a8)](_0x5f0dd1,_0x286ea0);}[_0x19cb8f(0x8ee)](_0x364b41,_0x102e08){const _0x53b926=_0x19cb8f;return this[_0x53b926(0x556)][_0x53b926(0x8ee)](this[_0x53b926(0x3ad)](_0x364b41,_0x102e08));}['list'](){const _0x54fb1e=_0x19cb8f;return[...this[_0x54fb1e(0x556)][_0x54fb1e(0x195)]()];}[_0x19cb8f(0x334)](_0x10ba5b,_0x2cf320,_0x3b6c57){const _0x49222c=_0x19cb8f;let _0x33393b=this[_0x49222c(0x8ee)](_0x10ba5b,_0x2cf320);return _0x33393b?(_0x33393b[_0x49222c(0x6db)]??[_0x33393b['layout']])[_0x49222c(0x2b3)](_0x3b6c57):!0x1;}[_0x19cb8f(0x3ad)](_0x22ea28,_0x55e978){return _0x22ea28+':'+_0x55e978;}},_0x406df7=class{constructor(){const _0x2955e1=_0x19cb8f;_0x53835d(this,_0x2955e1(0x8c9),new Map()),_0x53835d(this,_0x2955e1(0x77c),new Map()),_0x53835d(this,_0x2955e1(0x55b),new Map());}[_0x19cb8f(0x586)](_0x4591a1,_0x402b47){const _0x175942=_0x19cb8f;let _0x6d5723=typeof _0x4591a1=='string'?{'childUnitId':_0x4591a1,'root':_0x402b47}:_0x4591a1;return this[_0x175942(0x8c9)][_0x175942(0x4a8)](_0x6d5723[_0x175942(0x27a)],_0x6d5723),_0x6d5723['embedId']&&this[_0x175942(0x77c)][_0x175942(0x4a8)](_0x6d5723[_0x175942(0x576)],_0x6d5723),_0x6d5723[_0x175942(0x590)]&&this['_rootsByHostAnchorId'][_0x175942(0x4a8)](_0x6d5723['hostAnchorId'],_0x6d5723),(0x0,_0x414d24['toDisposable'])(()=>{const _0x139872=_0x175942;this[_0x139872(0x8c9)]['get'](_0x6d5723[_0x139872(0x27a)])===_0x6d5723&&this[_0x139872(0x8c9)][_0x139872(0x4f4)](_0x6d5723[_0x139872(0x27a)]),_0x6d5723[_0x139872(0x576)]&&this[_0x139872(0x77c)][_0x139872(0x8ee)](_0x6d5723[_0x139872(0x576)])===_0x6d5723&&this['_rootsByEmbedId'][_0x139872(0x4f4)](_0x6d5723[_0x139872(0x576)]),_0x6d5723[_0x139872(0x590)]&&this['_rootsByHostAnchorId']['get'](_0x6d5723['hostAnchorId'])===_0x6d5723&&this[_0x139872(0x55b)][_0x139872(0x4f4)](_0x6d5723[_0x139872(0x590)]);});}[_0x19cb8f(0x8ee)](_0x1eeb91){const _0x564dbf=_0x19cb8f;var _0x21013e;return((_0x21013e=this['_rootsByChildUnitId']['get'](_0x1eeb91))==null?void 0x0:_0x21013e[_0x564dbf(0x270)])??null;}['getByEmbedId'](_0x4c0273){const _0x3c0a41=_0x19cb8f;var _0x43216d;return((_0x43216d=this[_0x3c0a41(0x77c)][_0x3c0a41(0x8ee)](_0x4c0273))==null?void 0x0:_0x43216d[_0x3c0a41(0x270)])??null;}[_0x19cb8f(0xb4)](_0x6fc2ca){const _0x3dc658=_0x19cb8f;var _0xbb498;return((_0xbb498=this[_0x3dc658(0x55b)][_0x3dc658(0x8ee)](_0x6fc2ca))==null?void 0x0:_0xbb498[_0x3dc658(0x270)])??null;}['contains'](_0x56ab82,_0x4dcfd0){const _0x1d768f=_0x19cb8f;if(!(_0x56ab82 instanceof Node))return!0x1;let _0x16dd0d=_0x4dcfd0['embedId']?this['getByEmbedId'](_0x4dcfd0['embedId']):_0x4dcfd0['hostAnchorId']?this[_0x1d768f(0xb4)](_0x4dcfd0[_0x1d768f(0x590)]):_0x4dcfd0[_0x1d768f(0x27a)]?this[_0x1d768f(0x8ee)](_0x4dcfd0['childUnitId']):null;return!!(_0x16dd0d!=null&&_0x16dd0d[_0x1d768f(0x691)](_0x56ab82));}};function _0x14d5c8(_0xd339ee,_0xdfdb9a,_0x2aa890=_0x430649(_0xd339ee),_0x3e72c1={}){const _0x5d3d36=_0x19cb8f;var _0x2b9883,_0x445a51;let _0x211088=_0xd339ee[_0x5d3d36(0x412)][_0x5d3d36(0x8ee)](_0xdfdb9a),_0x14bf92=_0x3e72c1[_0x5d3d36(0x8c5)]??(_0x3e72c1[_0x5d3d36(0x61b)]===!0x1?void 0x0:((_0x2b9883=_0xd339ee['runtimeScope'])==null?void 0x0:_0x2b9883[_0x5d3d36(0x412)])??_0x52e45c(_0xd339ee)),_0x181026=!_0x3e72c1[_0x5d3d36(0x8c5)]&&_0x14bf92!==((_0x445a51=_0xd339ee[_0x5d3d36(0x17b)])==null?void 0x0:_0x445a51[_0x5d3d36(0x412)]),_0x16834a=_0x5a052f(_0x211088,_0xd339ee[_0x5d3d36(0x27a)],_0x14bf92);if(!_0x16834a){_0x181026&&(_0x14bf92==null||_0x14bf92[_0x5d3d36(0x3b7)]());return;}_0x2aa890[_0x5d3d36(0x810)][_0x5d3d36(0x6a8)]=_0xd339ee[_0x5d3d36(0x27a)],_0x2aa890[_0x5d3d36(0x810)][_0x5d3d36(0x5e7)]=_0xd339ee[_0x5d3d36(0x84f)][_0x5d3d36(0x744)];try{var _0x3c96a8,_0x2844a0;(_0x3c96a8=(_0x2844a0=_0x16834a[_0x5d3d36(0x266)])[_0x5d3d36(0x1dc)])==null||_0x3c96a8[_0x5d3d36(0x353)](_0x2844a0);}catch{}_0x16834a[_0x5d3d36(0x266)][_0x5d3d36(0x65a)](_0x2aa890),_0x55545c(_0x16834a,_0x2aa890),_0x4c745b(_0x16834a,{'activate':_0x3e72c1[_0x5d3d36(0x1a8)]??!0x0});let _0x2f379e=_0x5a7220(_0x16834a,_0x2aa890,{'activate':!0x1,'idleMs':_0xd339ee[_0x5d3d36(0x58f)][_0x5d3d36(0x2b7)]===_0x414d24[_0x5d3d36(0x4ed)]['UNIVER_SHEET']&&_0xd339ee[_0x5d3d36(0x84f)]['mode']===_0x5d3d36(0x21d)?0x64:0x0});return(0x0,_0x414d24['toDisposable'])(()=>{const _0x2f5e3a=_0x5d3d36;var _0x4ff7c0;_0x2f379e['dispose']();try{var _0x44dc5f,_0x23e8b4;(_0x44dc5f=(_0x23e8b4=_0x16834a['engine'])['unmount'])==null||_0x44dc5f['call'](_0x23e8b4);}catch{}(_0x4ff7c0=_0x211088['removeRender'])==null||_0x4ff7c0[_0x2f5e3a(0x353)](_0x211088,_0xd339ee[_0x2f5e3a(0x27a)]),_0x2aa890[_0x2f5e3a(0x5b6)]('data-embed-child-render-unit-id'),_0x2aa890[_0x2f5e3a(0x5b6)](_0x2f5e3a(0x2f0)),_0x181026&&(_0x14bf92==null||_0x14bf92[_0x2f5e3a(0x3b7)]());});}function _0x52e45c(_0x589358){const _0x182c55=_0x19cb8f;if(typeof _0x589358[_0x182c55(0x412)][_0x182c55(0x8f1)]==_0x182c55(0x697)&&!(!_0x589358['injector']['has'](_0x414d24[_0x182c55(0x468)])||!_0x589358[_0x182c55(0x412)][_0x182c55(0x8f1)](_0x414d24[_0x182c55(0x6e1)])))return _0x4aacd2(_0x589358);}function _0x5a7220(_0x3af523,_0x27e724,_0x491fe7={}){const _0x3b2aba=_0x19cb8f;if(typeof ResizeObserver>'u')return(0x0,_0x414d24[_0x3b2aba(0x5f4)])(()=>{});let _0x15881b=-0x1,_0x32a221=-0x1,_0x2b9cae=0x0,_0x51dc92,_0x303b3b=()=>{const _0x39cff7=_0x3b2aba;_0x2b9cae&&=(window['cancelAnimationFrame'](_0x2b9cae),0x0),_0x2b9cae=window[_0x39cff7(0x2e9)](()=>{_0x2b9cae=0x0,_0x4c745b(_0x3af523,{'activate':_0x491fe7['activate']??!0x1});});},_0x47f683=new ResizeObserver(_0x1ab5e1=>{const _0xf154ab=_0x3b2aba;var _0x597999;let _0x3c810c=(_0x597999=_0x1ab5e1[0x0])==null?void 0x0:_0x597999[_0xf154ab(0x7aa)],_0x5ee132=(_0x3c810c==null?void 0x0:_0x3c810c[_0xf154ab(0x597)])??_0x27e724['clientWidth'],_0x2cecdc=(_0x3c810c==null?void 0x0:_0x3c810c[_0xf154ab(0x101)])??_0x27e724[_0xf154ab(0x398)];(_0x5ee132!==_0x15881b||_0x2cecdc!==_0x32a221)&&(_0x15881b=_0x5ee132,_0x32a221=_0x2cecdc,_0x2b9cae&&=(window[_0xf154ab(0x6b0)](_0x2b9cae),0x0),_0x51dc92!=null&&globalThis[_0xf154ab(0x547)](_0x51dc92),(_0x491fe7[_0xf154ab(0x5c6)]??0x0)>0x0?_0x51dc92=globalThis[_0xf154ab(0x4bc)](()=>{_0x51dc92=void 0x0,_0x303b3b();},_0x491fe7['idleMs']):_0x303b3b());});return _0x47f683[_0x3b2aba(0x512)](_0x27e724),(0x0,_0x414d24[_0x3b2aba(0x5f4)])(()=>{const _0x28280d=_0x3b2aba;_0x2b9cae&&window[_0x28280d(0x6b0)](_0x2b9cae),_0x51dc92!=null&&globalThis[_0x28280d(0x547)](_0x51dc92),_0x47f683['disconnect']();});}function _0x430649(_0x2258ba){const _0x54f770=_0x19cb8f;return _0x2258ba[_0x54f770(0x17b)][_0x54f770(0x6f8)][_0x54f770(0x209)]??_0x2258ba[_0x54f770(0x84f)]['canvasRoot']??_0x2258ba['renderScope'][_0x54f770(0xe5)]??_0x2258ba[_0x54f770(0x84f)][_0x54f770(0x89e)];}function _0x55545c(_0x4c4775,_0x386eab){const _0x961632=_0x19cb8f;var _0x44fdfd,_0x327f67,_0x40e476,_0x133ba6,_0x46adf5;let _0x220c04=((_0x44fdfd=(_0x327f67=_0x4c4775[_0x961632(0x266)])[_0x961632(0x51d)])==null?void 0x0:_0x44fdfd[_0x961632(0x353)](_0x327f67))??((_0x40e476=(_0x133ba6=_0x4c4775[_0x961632(0x266)])[_0x961632(0xd3)])==null||(_0x40e476=_0x40e476[_0x961632(0x353)](_0x133ba6))==null||(_0x46adf5=_0x40e476[_0x961632(0x488)])==null?void 0x0:_0x46adf5[_0x961632(0x353)](_0x40e476));!_0x220c04||_0x220c04[_0x961632(0x2c7)]===_0x386eab||_0x386eab[_0x961632(0x46f)](_0x220c04);}function _0x2ffcac(_0xc844f1,_0x564418,_0x475b77){const _0x1d2466=_0x19cb8f;try{let _0x397c9f=_0xc844f1[_0x1d2466(0x4a0)](_0x564418);if(_0x397c9f){var _0xc525a1;if(!_0x475b77||_0x2e8bd(_0x397c9f)===_0x475b77)return _0x397c9f;(_0xc525a1=_0xc844f1['removeRender'])==null||_0xc525a1[_0x1d2466(0x353)](_0xc844f1,_0x564418);}return _0xc844f1[_0x1d2466(0x1e0)](_0x564418,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x475b77,'skipAutoRender':!0x0});}catch{return;}}function _0x5a052f(_0xf81838,_0x9d300,_0x5acb98){const _0x1b679b=_0x19cb8f;try{let _0x4269d4=_0xf81838[_0x1b679b(0x4a0)](_0x9d300);if(_0x4269d4){var _0xc7a423;if(!_0x5acb98||_0x2e8bd(_0x4269d4)===_0x5acb98)return _0x4269d4;(_0xc7a423=_0xf81838[_0x1b679b(0x3e4)])==null||_0xc7a423[_0x1b679b(0x353)](_0xf81838,_0x9d300);}return _0xf81838['createRender'](_0x9d300,{'embeddedRender':!0x0,'makeCurrent':!0x1,'renderParentInjector':_0x5acb98,'skipAutoRender':!0x0});}catch(_0x89f70c){var _0x22a0c1;(_0x22a0c1=_0xf81838[_0x1b679b(0x3e4)])==null||_0x22a0c1[_0x1b679b(0x353)](_0xf81838,_0x9d300),console['warn'](_0x1b679b(0x110),_0x89f70c);return;}}function _0x2e8bd(_0x33b2e4){const _0x4eb1f1=_0x19cb8f;try{var _0xd74ee3;return(_0xd74ee3=_0x33b2e4[_0x4eb1f1(0x57f)])==null?void 0x0:_0xd74ee3[_0x4eb1f1(0x353)](_0x33b2e4,_0x414d24[_0x4eb1f1(0xc8)]);}catch{return;}}function _0x4c745b(_0xc5688d,_0xf42947={}){const _0x569685=_0x19cb8f;var _0x513572,_0xde9aac,_0x4cee2e,_0x38d247;if(_0xf42947[_0x569685(0x1a8)]){var _0x2722ad;(_0x2722ad=_0xc5688d[_0x569685(0x1a8)])==null||_0x2722ad[_0x569685(0x353)](_0xc5688d);}_0xc5688d[_0x569685(0x266)]['resize'](),_0xc5688d[_0x569685(0x6bb)][_0x569685(0x2f2)](_0x536c28=>{const _0x1721fd=_0x569685;var _0x289454,_0x3f8f10;(_0x289454=_0x536c28[_0x1721fd(0x1f2)])==null||_0x289454[_0x1721fd(0x353)](_0x536c28,!0x0),(_0x3f8f10=_0x536c28[_0x1721fd(0x2fd)])==null||_0x3f8f10[_0x1721fd(0x353)](_0x536c28,!0x0);}),(_0x513572=_0xc5688d['mainComponent'])==null||(_0xde9aac=_0x513572['makeDirty'])==null||_0xde9aac[_0x569685(0x353)](_0x513572,!0x0),_0xc5688d[_0x569685(0x89a)][_0x569685(0x2fd)](),(_0x4cee2e=(_0x38d247=_0xc5688d[_0x569685(0x89a)])[_0x569685(0x378)])==null||_0x4cee2e[_0x569685(0x353)](_0x38d247);}var _0x2f9bd3=class{constructor(){const _0xf8cbdc=_0x19cb8f;_0x53835d(this,_0xf8cbdc(0x259),new Map()),_0x53835d(this,_0xf8cbdc(0x4d1),new Map()),_0x53835d(this,'_contextsByHostAnchorId',new Map()),_0x53835d(this,'_contextsByChildUnitId',new Map());}[_0x19cb8f(0x586)](_0x456714){const _0x222e34=_0x19cb8f;return this[_0x222e34(0x259)][_0x222e34(0x4a8)](_0x456714['childType'],_0x456714),(0x0,_0x414d24[_0x222e34(0x5f4)])(()=>{const _0xd51752=_0x222e34;this['_providers'][_0xd51752(0x8ee)](_0x456714[_0xd51752(0x23a)])===_0x456714&&this['_providers'][_0xd51752(0x4f4)](_0x456714['childType']);});}[_0x19cb8f(0x8ee)](_0xd9fecd){const _0x18b638=_0x19cb8f;return this['_providers'][_0x18b638(0x8ee)](_0xd9fecd);}['registerContext'](_0x9d501b){const _0x562f53=_0x19cb8f;return this[_0x562f53(0x4d1)][_0x562f53(0x4a8)](_0x9d501b[_0x562f53(0x576)],_0x9d501b),this[_0x562f53(0x636)]['set'](_0x9d501b[_0x562f53(0x58f)][_0x562f53(0x590)],_0x9d501b),this[_0x562f53(0x5a4)][_0x562f53(0x4a8)](_0x9d501b[_0x562f53(0x27a)],_0x9d501b),(0x0,_0x414d24[_0x562f53(0x5f4)])(()=>{const _0x58ecef=_0x562f53;this[_0x58ecef(0x4d1)][_0x58ecef(0x8ee)](_0x9d501b[_0x58ecef(0x576)])===_0x9d501b&&this['_contextsByEmbedId']['delete'](_0x9d501b[_0x58ecef(0x576)]),this['_contextsByHostAnchorId']['get'](_0x9d501b[_0x58ecef(0x58f)]['hostAnchorId'])===_0x9d501b&&this['_contextsByHostAnchorId'][_0x58ecef(0x4f4)](_0x9d501b[_0x58ecef(0x58f)]['hostAnchorId']),this[_0x58ecef(0x5a4)][_0x58ecef(0x8ee)](_0x9d501b[_0x58ecef(0x27a)])===_0x9d501b&&this['_contextsByChildUnitId'][_0x58ecef(0x4f4)](_0x9d501b[_0x58ecef(0x27a)]);});}['getContextByEmbedId'](_0x35f737){const _0x14ead5=_0x19cb8f;return this[_0x14ead5(0x4d1)]['get'](_0x35f737);}[_0x19cb8f(0x3a3)](_0x2573a6){const _0x18d155=_0x19cb8f;return this[_0x18d155(0x636)]['get'](_0x2573a6);}['getContextByChildUnitId'](_0x3ffea8){const _0xccb2f3=_0x19cb8f;return this[_0xccb2f3(0x5a4)][_0xccb2f3(0x8ee)](_0x3ffea8);}['capture'](_0x37725e){const _0x2453cd=_0x19cb8f;let _0x464e70=this[_0x2453cd(0x8ee)](_0x37725e['childType']);return _0x464e70?Promise[_0x2453cd(0x8ab)](_0x464e70[_0x2453cd(0x382)](_0x37725e)):Promise[_0x2453cd(0x8ab)](_0x2749ee(_0x37725e));}[_0x19cb8f(0x510)](_0x3731f4){const _0x38d86f=_0x19cb8f;let _0x13e7a6=this[_0x38d86f(0x4a3)](_0x3731f4);return _0x13e7a6?this['capture'](_0x13e7a6):Promise[_0x38d86f(0x8ab)](void 0x0);}['captureByHostAnchorId'](_0x334641){const _0x205e20=_0x19cb8f;let _0x2b22ab=this['getContextByHostAnchorId'](_0x334641);return _0x2b22ab?this[_0x205e20(0x382)](_0x2b22ab):Promise[_0x205e20(0x8ab)](void 0x0);}[_0x19cb8f(0x305)](_0x43a56e){const _0x286ceb=_0x19cb8f;let _0x2a18eb=this[_0x286ceb(0x3a0)](_0x43a56e);return _0x2a18eb?this[_0x286ceb(0x382)](_0x2a18eb):Promise[_0x286ceb(0x8ab)](void 0x0);}};function _0x2749ee(_0x2af025){const _0x3efc31=_0x19cb8f;let _0x21a9fd=_0x4b209f(_0x2af025);if(_0x21a9fd)try{return _0x21a9fd[_0x3efc31(0x3b6)](_0x3efc31(0x369));}catch{return;}}let _0x158033=_0x19cb8f(0x6b2);function _0x4b209f(_0x95eb5d,_0x2297ce=!0x1){const _0x1f0476=_0x19cb8f;if(!_0x95eb5d['renderScope'])return;let _0x2b9f52=[_0x95eb5d['renderScope'][_0x1f0476(0x24d)],_0x95eb5d[_0x1f0476(0x84f)][_0x1f0476(0xe5)],_0x95eb5d['renderScope']['rootElement']][_0x1f0476(0x1d4)](_0x2d7d7f=>!!_0x2d7d7f),_0x46e790=Array[_0x1f0476(0x7d3)](new Set(_0x2b9f52[_0x1f0476(0x24b)](_0x1ff219=>Array[_0x1f0476(0x7d3)](_0x1ff219[_0x1f0476(0x24e)](_0x1f0476(0x209))))))['filter'](_0x5872a6=>_0x5872a6[_0x1f0476(0x597)]>0x1&&_0x5872a6['height']>0x1)[_0x1f0476(0x192)]((_0x5f04a2,_0x44f4f9)=>_0x44f4f9[_0x1f0476(0x597)]*_0x44f4f9[_0x1f0476(0x101)]-_0x5f04a2[_0x1f0476(0x597)]*_0x5f04a2[_0x1f0476(0x101)]);for(let _0x35e9c5 of _0x46e790){if(_0x2297ce)return _0x35e9c5;try{return _0x35e9c5[_0x1f0476(0x3b6)](_0x1f0476(0x369)),_0x35e9c5;}catch{}}}function _0x418969(_0x45d685){const _0x4ede79=_0x19cb8f;try{var _0x3bf8ea;return _0x42b92c((((_0x3bf8ea=_0x45d685[_0x4ede79(0x17b)])==null?void 0x0:_0x3bf8ea[_0x4ede79(0x412)])??_0x45d685[_0x4ede79(0x412)])['get'](_0x1ed905[_0x4ede79(0x3ba)])['getRenderUnitById'](_0x45d685[_0x4ede79(0x27a)])??void 0x0,_0x5b3fcd(_0x45d685));}catch{return _0x42b92c(void 0x0,_0x5b3fcd(_0x45d685));}}function _0x42b92c(_0x2514a4,_0x8fdbd0=[]){const _0xc5402f=_0x19cb8f;let _0xed560f=_0x1da9aa(_0x2514a4==null?void 0x0:_0x2514a4[_0xc5402f(0x89a)]),_0x5e384d=_0xed560f[_0xc5402f(0x24b)](_0x2cbc49=>{const _0x12832a=_0xc5402f;var _0x39c3c4;return((_0x39c3c4=_0x2cbc49[_0x12832a(0x181)])==null?void 0x0:_0x39c3c4['call'](_0x2cbc49))??[];})[_0xc5402f(0x4da)](_0xb5a1c0=>{const _0x2eb0cd=_0xc5402f;var _0x24738e;return(_0x24738e=_0xb5a1c0[_0x2eb0cd(0x120)])==null?void 0x0:_0x24738e['call'](_0xb5a1c0);})['filter'](_0x504b26=>!!_0x504b26)['map'](_0x14d5f9=>({'scrollBar':_0x14d5f9,'enableHorizontal':_0x14d5f9['enableHorizontal'],'enableVertical':_0x14d5f9[_0xc5402f(0x5d5)]})),_0x306b7d=_0xed560f[_0xc5402f(0x24b)](_0x1cf8a2=>{const _0x141fe2=_0xc5402f;var _0x387ba2;return((_0x387ba2=_0x1cf8a2[_0x141fe2(0x258)])==null?void 0x0:_0x387ba2[_0x141fe2(0x353)](_0x1cf8a2))??[];})['filter'](_0x3fc0d5=>_0x3fc0d5['oKey']===_0xc5402f(0x399))['map'](_0xe0eedd=>({'object':_0xe0eedd,'visible':_0xe0eedd[_0xc5402f(0x2fc)]})),_0x573f9b=Array['from'](new Set(_0x8fdbd0)),_0x3dcb59=_0x573f9b['map'](_0x1b7c97=>({'element':_0x1b7c97,'overflow':_0x1b7c97[_0xc5402f(0x163)]['overflow'],'hadHideClass':_0x1b7c97[_0xc5402f(0x8e5)][_0xc5402f(0x691)](_0x158033)}));_0x5e384d[_0xc5402f(0x2f2)](({scrollBar:_0x101350})=>{const _0x1430a7=_0xc5402f;_0x101350[_0x1430a7(0xc6)]=!0x1,_0x101350[_0x1430a7(0x5d5)]=!0x1;}),_0x306b7d[_0xc5402f(0x2f2)](({object:_0x5e8056})=>{const _0x1e789c=_0xc5402f;var _0x2f09ec;return(_0x2f09ec=_0x5e8056[_0x1e789c(0x3b1)])==null?void 0x0:_0x2f09ec[_0x1e789c(0x353)](_0x5e8056);}),_0x573f9b['forEach'](_0x28a9db=>{const _0x38737d=_0xc5402f;_0x28a9db[_0x38737d(0x163)][_0x38737d(0x5ad)]=_0x38737d(0x2ac),_0x28a9db[_0x38737d(0x8e5)][_0x38737d(0x70a)](_0x158033);}),_0x3f3509(_0x573f9b)['forEach'](_0x36b0c4=>_0x36b0c4[_0xc5402f(0x1a5)](new MouseEvent(_0xc5402f(0x6d0)))),_0xed560f[_0xc5402f(0x2f2)](_0x4ab5b7);let _0xf29318=!0x1;return()=>{const _0x22198f=_0xc5402f;_0xf29318||(_0xf29318=!0x0,_0x5e384d[_0x22198f(0x2f2)](({scrollBar:_0x5deae6,enableHorizontal:_0x26cd85,enableVertical:_0x3d271f})=>{const _0x19192a=_0x22198f;_0x5deae6[_0x19192a(0xc6)]=_0x26cd85,_0x5deae6[_0x19192a(0x5d5)]=_0x3d271f;}),_0x306b7d[_0x22198f(0x2f2)](({object:_0x5d2b6f,visible:_0x579534})=>{const _0x1847aa=_0x22198f;if(_0x579534){var _0x2548f5;(_0x2548f5=_0x5d2b6f[_0x1847aa(0x511)])==null||_0x2548f5[_0x1847aa(0x353)](_0x5d2b6f);}else{var _0x41cbda;(_0x41cbda=_0x5d2b6f[_0x1847aa(0x3b1)])==null||_0x41cbda[_0x1847aa(0x353)](_0x5d2b6f);}}),_0x3dcb59['forEach'](({element:_0x386b9f,overflow:_0x529da8,hadHideClass:_0x2e35c5})=>{const _0x587405=_0x22198f;_0x386b9f[_0x587405(0x163)][_0x587405(0x5ad)]=_0x529da8,_0x2e35c5||_0x386b9f[_0x587405(0x8e5)]['remove'](_0x158033);}),_0xed560f[_0x22198f(0x2f2)](_0x4ab5b7));};}function _0x12a0a5(_0x5d68b2){const _0x223d6d=_0x19cb8f;return _0x5d68b2===_0x414d24[_0x223d6d(0x4ed)][_0x223d6d(0x618)]?new Promise(_0x42638b=>globalThis[_0x223d6d(0x4bc)](_0x42638b,0x398)):Promise['resolve']();}function _0x1da9aa(_0x3c1069){if(!_0x3c1069)return[];let _0x165e03=[],_0x30feca=new Set(),_0x564f9c=_0x58c787=>{const _0x2f15ff=_0x41b8;var _0x124add;_0x30feca['has'](_0x58c787)||(_0x30feca['add'](_0x58c787),_0x165e03[_0x2f15ff(0x731)](_0x58c787),(_0x124add=_0x58c787[_0x2f15ff(0x258)])==null||_0x124add[_0x2f15ff(0x353)](_0x58c787)[_0x2f15ff(0x2f2)](_0x5b44af=>{const _0x1e4007=_0x2f15ff;var _0x9b09fe;(_0x9b09fe=_0x5b44af[_0x1e4007(0x564)])==null||_0x9b09fe[_0x1e4007(0x353)](_0x5b44af)[_0x1e4007(0x2f2)](_0x564f9c);}));};return _0x564f9c(_0x3c1069),_0x165e03;}function _0x5b3fcd(_0x2afffc){const _0x507a43=_0x19cb8f;return[_0x2afffc[_0x507a43(0x532)],_0x2afffc[_0x507a43(0x84f)][_0x507a43(0x89e)],_0x2afffc[_0x507a43(0x84f)][_0x507a43(0xe5)],_0x2afffc['renderScope'][_0x507a43(0x24d)]][_0x507a43(0x1d4)](_0x1f09e5=>!!_0x1f09e5);}function _0x3f3509(_0x129460){const _0x147fb0=_0x19cb8f;return Array[_0x147fb0(0x7d3)](new Set(_0x129460['flatMap'](_0x918624=>[..._0x918624 instanceof HTMLCanvasElement?[_0x918624]:[],...Array[_0x147fb0(0x7d3)](_0x918624[_0x147fb0(0x24e)](_0x147fb0(0x209)))])));}function _0x4ab5b7(_0x37130f){const _0x767c2a=_0x19cb8f;var _0x6f9e61,_0x5249d7;_0x37130f==null||(_0x6f9e61=_0x37130f[_0x767c2a(0x2fd)])==null||_0x6f9e61[_0x767c2a(0x353)](_0x37130f,!0x0),_0x37130f==null||(_0x5249d7=_0x37130f[_0x767c2a(0x378)])==null||_0x5249d7[_0x767c2a(0x353)](_0x37130f);}let _0x331a9b=_0x19cb8f(0x2f3);var _0x5aaf04=class extends Error{constructor(_0x216f77,_0x285832){const _0x5436a3=_0x19cb8f;super(_0x331a9b+':\x20'+_0x216f77),this[_0x5436a3(0x27a)]=_0x216f77,this[_0x5436a3(0x7be)]=_0x285832,_0x53835d(this,_0x5436a3(0x344),_0x331a9b),this[_0x5436a3(0x51a)]=_0x5436a3(0x298);}};let _0x1a9e2a=class{constructor(_0x516033,_0x153801,_0x528b98,_0x2c19bf,_0x14efe6,_0x48979f,_0x3265aa,_0x4127d4){const _0x119538=_0x19cb8f;this[_0x119538(0x23d)]=_0x516033,this[_0x119538(0x36b)]=_0x153801,this['_overlayRootService']=_0x528b98,this[_0x119538(0x5c2)]=_0x2c19bf,this[_0x119538(0x123)]=_0x14efe6,this[_0x119538(0xba)]=_0x48979f,this[_0x119538(0x8c3)]=_0x3265aa,this[_0x119538(0x8e9)]=_0x4127d4,_0x53835d(this,_0x119538(0x429),new Map()),_0x53835d(this,_0x119538(0x88d),new Map()),_0x53835d(this,_0x119538(0x842),new Map());}[_0x19cb8f(0x65a)](_0xf4c35c){const _0x2ba207=_0x19cb8f;return this[_0x2ba207(0x67f)](_0xf4c35c);}[_0x19cb8f(0xc7)](_0x102793,_0x3ea172,_0x350260){return this['_mountResolvedHost'](_0x102793,{'hostElement':_0x3ea172,'runtimeRoots':_0x350260});}[_0x19cb8f(0x67f)](_0x353da6,_0x18e6ac){const _0x3b705e=_0x19cb8f;var _0x10b08e,_0x362bca;if(!_0x353da6['childUnitId']||_0x353da6[_0x3b705e(0x23a)]==null)throw Error(_0x3b705e(0x596));this[_0x3b705e(0x7bc)](_0x353da6),this['unmount'](_0x353da6[_0x3b705e(0x576)]);let _0x12ca22={'hostUnitId':_0x353da6[_0x3b705e(0x672)],'embedId':_0x353da6[_0x3b705e(0x576)],'childUnitId':_0x353da6[_0x3b705e(0x27a)]},_0x3e9749=this[_0x3b705e(0x7b4)](_0x353da6),_0x509a5f=this[_0x3b705e(0x23d)]['get'](_0x353da6['hostType'],_0x353da6[_0x3b705e(0x3a2)]);if(!_0x509a5f||!this[_0x3b705e(0x23d)]['supports'](_0x353da6[_0x3b705e(0x2b7)],_0x353da6[_0x3b705e(0x3a2)],_0x3e9749))throw Error(_0x3b705e(0x1e6));let _0x50ccd8=this[_0x3b705e(0x8c3)][_0x3b705e(0x6e0)](_0x12ca22),_0xece912=this[_0x3b705e(0x36b)][_0x3b705e(0x8ee)](_0x353da6[_0x3b705e(0x23a)]);if(_0x50ccd8['allowed']&&!(_0xece912!=null&&_0xece912[_0x3b705e(0x6db)]['includes'](_0x3e9749)))throw Error(_0x3b705e(0x81d));let _0xbc4489={'descriptor':_0x353da6,'layout':_0x3e9749,'injector':this[_0x3b705e(0x8e9)],'hostUnitId':_0x353da6['hostUnitId'],'embedId':_0x353da6[_0x3b705e(0x576)],'childUnitId':_0x353da6['childUnitId'],'childType':_0x353da6[_0x3b705e(0x23a)]},_0xec7cb=[],_0xfb59d6=_0x18e6ac??((_0x10b08e=_0x509a5f[_0x3b705e(0x65a)])==null?void 0x0:_0x10b08e[_0x3b705e(0x353)](_0x509a5f,_0xbc4489)),_0x33f919=this[_0x3b705e(0xed)](_0xfb59d6);if(_0x33f919[_0x3b705e(0xec)]&&_0xec7cb['push'](_0x33f919['disposable']),_0xbc4489[_0x3b705e(0x5da)]=_0x33f919[_0x3b705e(0x5da)]??_0xbc4489[_0x3b705e(0x5da)],_0xbc4489[_0x3b705e(0x532)]=_0xbc4489['hostElement'],!_0xbc4489[_0x3b705e(0x5da)]||!_0xbc4489[_0x3b705e(0x532)])throw[..._0xec7cb][_0x3b705e(0x82d)]()[_0x3b705e(0x2f2)](_0x4c5c3d=>_0x4c5c3d[_0x3b705e(0x3b7)]()),Error(_0x3b705e(0x373));if(_0x33f919[_0x3b705e(0x18b)]||_0xec7cb[_0x3b705e(0x731)](_0x2c78bf(_0xbc4489['hostElement'])),!_0x50ccd8[_0x3b705e(0x146)])return this['_mountBlockedRuntime'](_0x353da6,_0x3e9749,_0xbc4489[_0x3b705e(0x5da)],_0x33f919[_0x3b705e(0x18b)],_0xec7cb,_0x50ccd8[_0x3b705e(0x225)]);if(!_0xece912)throw[..._0xec7cb][_0x3b705e(0x82d)]()[_0x3b705e(0x2f2)](_0x4ae927=>_0x4ae927[_0x3b705e(0x3b7)]()),Error('EMBED_MOUNT_CHILD_NOT_REGISTERED');let {renderScope:_0x5150ea,disposable:_0x379802,setActive:_0x4496e1}=this[_0x3b705e(0x18f)](_0x353da6,_0x3e9749,_0xbc4489[_0x3b705e(0x5da)],_0x33f919[_0x3b705e(0x18b)]);_0xec7cb[_0x3b705e(0x731)](_0x379802);let _0x24b1c7={..._0xbc4489,'hostElement':_0xbc4489[_0x3b705e(0x5da)],'container':_0xbc4489[_0x3b705e(0x532)],'renderScope':_0x5150ea},{runtimeScope:_0x43edd5,disposable:_0x18c7aa}=_0x2bdbff(_0x24b1c7,_0x4496e1,_0xece912[_0x3b705e(0x72c)]),_0x58072a={..._0x24b1c7,'runtimeScope':_0x43edd5};_0xec7cb[_0x3b705e(0x731)](_0x18c7aa);let _0x3a6252=this[_0x3b705e(0x535)](_0x353da6,_0xbc4489[_0x3b705e(0x5da)],_0x5150ea,_0x43edd5[_0x3b705e(0x6f8)]);_0x3a6252&&_0xec7cb[_0x3b705e(0x731)](_0x3a6252),this[_0x3b705e(0x8e9)][_0x3b705e(0x8f1)](_0x1db604)&&_0xec7cb['push'](this[_0x3b705e(0x8e9)]['get'](_0x1db604)[_0x3b705e(0x62b)]({'embedId':_0x353da6['embedId'],'hostUnitId':_0x353da6[_0x3b705e(0x672)],'childUnitId':_0x353da6[_0x3b705e(0x27a)],'childType':_0x353da6[_0x3b705e(0x23a)]}));let _0x382f6c=_0x43edd5[_0x3b705e(0x412)]===_0xbc4489['injector']?void 0x0:_0x43edd5[_0x3b705e(0x28a)];_0xec7cb['push'](this[_0x3b705e(0x4c5)](_0x353da6,_0xbc4489['hostElement'],_0x5150ea[_0x3b705e(0x744)],_0x382f6c)),_0xec7cb[_0x3b705e(0x731)](this['_sceneCanvasCaptureService']['registerContext'](_0x58072a));let _0x40bb6f=this['_createMountFocusRestorer'](_0x353da6),_0x490614=(_0x362bca=_0xece912['mount'])==null?void 0x0:_0x362bca['call'](_0xece912,_0x58072a);if(_0x490614&&_0xec7cb[_0x3b705e(0x731)](_0x490614),_0xec7cb[_0x3b705e(0x731)](_0x40bb6f),_0xec7cb[_0x3b705e(0x731)](this[_0x3b705e(0x8c3)][_0x3b705e(0x8ed)](_0x12ca22)),_0x5150ea[_0x3b705e(0x744)]===_0x3b705e(0x21d)){let _0x3bc873=this['_mountFloatingMenu'](_0x58072a);_0x3bc873&&_0xec7cb[_0x3b705e(0x731)](_0x3bc873);}let _0x1fd2b7={'hostUnitId':_0x353da6['hostUnitId'],'embedId':_0x353da6[_0x3b705e(0x576)],'childUnitId':_0x353da6[_0x3b705e(0x27a)],'childType':_0x353da6['childType'],'entry':_0x353da6[_0x3b705e(0x3a2)],'layout':_0x3e9749,'hostElement':_0xbc4489[_0x3b705e(0x5da)],'context':_0x58072a};return this[_0x3b705e(0x429)][_0x3b705e(0x4a8)](_0x353da6['embedId'],{'session':_0x1fd2b7,'disposables':_0xec7cb,'setActive':_0x4496e1}),_0x3e9749!==_0x3b705e(0x801)&&this[_0x3b705e(0x64e)](_0x353da6,_0x3e9749,_0x4496e1),_0x1fd2b7;}[_0x19cb8f(0x387)](_0x300d99,_0x9c54ca,_0x21d5bf,_0x406cb9,_0x27e427,_0x218332){const _0x25d75c=_0x19cb8f;let _0x207c6d=(_0x406cb9==null?void 0x0:_0x406cb9[_0x25d75c(0x2e6)])??_0x17b62b(_0x21d5bf,_0x25d75c(0x857))??_0x21d5bf,_0x479e0a=_0x397f51(_0x218332);_0x207c6d[_0x25d75c(0x578)](_0x479e0a),_0x27e427[_0x25d75c(0x731)]((0x0,_0x414d24[_0x25d75c(0x5f4)])(()=>{const _0x5c07bc=_0x25d75c;_0x479e0a[_0x5c07bc(0x2c7)]===_0x207c6d&&_0x479e0a[_0x5c07bc(0x7b3)]();}));let _0x1e4f51={'hostUnitId':_0x300d99['hostUnitId'],'embedId':_0x300d99[_0x25d75c(0x576)],'childUnitId':_0x300d99[_0x25d75c(0x27a)],'childType':_0x300d99[_0x25d75c(0x23a)],'entry':_0x300d99['entry'],'layout':_0x9c54ca,'hostElement':_0x21d5bf};return this['_sessions'][_0x25d75c(0x4a8)](_0x300d99[_0x25d75c(0x576)],{'session':_0x1e4f51,'disposables':_0x27e427,'setActive':()=>{}}),_0x1e4f51;}[_0x19cb8f(0x64e)](_0x355e4b,_0x43a5d9,_0x409322){const _0x9e34c7=_0x19cb8f;if(_0x43a5d9!==_0x9e34c7(0x801)){if(this[_0x9e34c7(0x8e9)][_0x9e34c7(0x8f1)](_0x5e7b5b[_0x9e34c7(0x14d)])){let _0x3d7d35=this[_0x9e34c7(0x8e9)][_0x9e34c7(0x8ee)](_0x5e7b5b[_0x9e34c7(0x14d)])[_0x9e34c7(0x6e7)]();if((_0x3d7d35==null?void 0x0:_0x3d7d35[_0x9e34c7(0x672)])===_0x355e4b[_0x9e34c7(0x672)]){_0x409322(_0x3d7d35[_0x9e34c7(0x576)]===_0x355e4b[_0x9e34c7(0x576)]);return;}}_0x409322(!0x1);}}[_0x19cb8f(0x1dc)](_0x4130a6){const _0x12c34c=_0x19cb8f;let _0x36f80c=this[_0x12c34c(0x429)]['get'](_0x4130a6);_0x36f80c&&(this[_0x12c34c(0x3fd)](_0x4130a6),this[_0x12c34c(0x260)](_0x4130a6),[..._0x36f80c[_0x12c34c(0x860)]][_0x12c34c(0x82d)]()['forEach'](_0x4b5fea=>_0x4b5fea[_0x12c34c(0x3b7)]()),this['_sessions']['delete'](_0x4130a6));}[_0x19cb8f(0x443)](_0x9771d3){const _0x323bf3=_0x19cb8f;var _0x360adb;return(_0x360adb=this[_0x323bf3(0x429)][_0x323bf3(0x8ee)](_0x9771d3))==null?void 0x0:_0x360adb['session'];}[_0x19cb8f(0x4df)](){const _0x5c59cb=_0x19cb8f;return[...this['_sessions'][_0x5c59cb(0x195)]()]['map'](({session:_0x3db85d})=>_0x3db85d);}[_0x19cb8f(0x7a7)](_0x46a8cd){const _0x103099=_0x19cb8f;let _0x4c42cb=this[_0x103099(0x429)][_0x103099(0x8ee)](_0x46a8cd);if(_0x4c42cb){if(_0x4c42cb[_0x103099(0x1d2)][_0x103099(0x447)]!=='tab-peer'){var _0x3cd090;let _0x5489b7=(_0x3cd090=this[_0x103099(0xba)]['getActive']())==null?void 0x0:_0x3cd090[_0x103099(0x576)];this['_sessions'][_0x103099(0x2f2)](_0x25d70e=>{const _0x5e57f6=_0x103099;var _0x688a06;if(_0x25d70e[_0x5e57f6(0x1d2)][_0x5e57f6(0x447)]==='tab-peer'||_0x25d70e[_0x5e57f6(0x1d2)][_0x5e57f6(0x672)]!==_0x4c42cb[_0x5e57f6(0x1d2)][_0x5e57f6(0x672)])return;let _0x25e6b0=_0x25d70e[_0x5e57f6(0x1d2)]['embedId']===_0x46a8cd;!_0x25e6b0&&(_0x25d70e['session']['embedId']===_0x5489b7||((_0x688a06=_0x25d70e['session'][_0x5e57f6(0x585)])==null?void 0x0:_0x688a06['renderScope'][_0x5e57f6(0x89e)][_0x5e57f6(0x810)]['embedRenderScopeActive'])===_0x5e57f6(0x223))&&this['_runChildBeforeDeactivate'](_0x25d70e['session']),_0x25d70e[_0x5e57f6(0x4d9)](_0x25e6b0);});return;}this[_0x103099(0x7a3)](_0x4c42cb['session']),this['_sessions']['forEach'](_0x1a04c7=>{const _0x59224b=_0x103099;var _0x4ae9bb;if(_0x1a04c7[_0x59224b(0x1d2)][_0x59224b(0x447)]!==_0x59224b(0x801)||_0x1a04c7['session']['hostUnitId']!==_0x4c42cb[_0x59224b(0x1d2)][_0x59224b(0x672)])return;let _0x22bf70=_0x1a04c7[_0x59224b(0x1d2)][_0x59224b(0x576)]===_0x46a8cd;!_0x22bf70&&((_0x4ae9bb=_0x1a04c7[_0x59224b(0x1d2)][_0x59224b(0x585)])==null?void 0x0:_0x4ae9bb[_0x59224b(0x84f)]['rootElement'][_0x59224b(0x810)]['embedRenderScopeActive'])===_0x59224b(0x223)&&this['_runChildBeforeDeactivate'](_0x1a04c7[_0x59224b(0x1d2)]),_0x1a04c7[_0x59224b(0x4d9)](_0x22bf70);}),this[_0x103099(0x19a)](_0x4c42cb['session']),this[_0x103099(0x1d9)](_0x4c42cb['session']);}}['releaseSessionFocus'](_0x3f1a11){const _0x5e7c06=_0x19cb8f;let _0x1ccb4c=this[_0x5e7c06(0x88d)][_0x5e7c06(0x8f1)](_0x3f1a11);return this['_releaseTabPeerFocusLease'](_0x3f1a11),_0x1ccb4c;}[_0x19cb8f(0x3da)](_0x4a6abd){const _0x4b9dec=_0x19cb8f;let _0x3e9eaf=[];return this['_sessions'][_0x4b9dec(0x2f2)](_0x45744f=>{const _0x251e84=_0x4b9dec;_0x45744f[_0x251e84(0x1d2)][_0x251e84(0x447)]==='tab-peer'&&(_0x4a6abd&&_0x45744f[_0x251e84(0x1d2)][_0x251e84(0x576)]!==_0x4a6abd||(this['_runChildBeforeDeactivate'](_0x45744f['session']),this[_0x251e84(0x3fd)](_0x45744f['session'][_0x251e84(0x576)]),_0x45744f['setActive'](!0x1),this[_0x251e84(0x260)](_0x45744f['session'][_0x251e84(0x576)]),_0x3e9eaf[_0x251e84(0x731)](_0x45744f['session'])));}),_0x3e9eaf;}[_0x19cb8f(0x6df)](_0x3549d1){const _0x541aca=_0x19cb8f;let _0x432193=this[_0x541aca(0x429)]['get'](_0x3549d1);if(!(!_0x432193||_0x432193[_0x541aca(0x1d2)][_0x541aca(0x447)]==='tab-peer'))return this['_runChildBeforeDeactivate'](_0x432193['session']),_0x432193[_0x541aca(0x4d9)](!0x1),_0x432193[_0x541aca(0x1d2)];}['setActive'](_0x6ac7dc,_0x29d47a){const _0x3bf395=_0x19cb8f;var _0x2129e8;(_0x2129e8=this[_0x3bf395(0x429)][_0x3bf395(0x8ee)](_0x6ac7dc))==null||_0x2129e8['setActive'](_0x29d47a);}[_0x19cb8f(0x43a)](_0x219d51){const _0x50f00b=_0x19cb8f;let _0x7a27f4=_0x219d51[_0x50f00b(0x585)];if(!_0x7a27f4)return;let _0x2eea44=this[_0x50f00b(0x36b)][_0x50f00b(0x8ee)](_0x219d51[_0x50f00b(0x23a)]);if(_0x2eea44!=null&&_0x2eea44[_0x50f00b(0x356)])try{_0x2eea44[_0x50f00b(0x356)](_0x7a27f4);}catch(_0x17bbd3){console[_0x50f00b(0x736)]('[embed-ui]\x20failed\x20to\x20deactivate\x20embedded\x20child\x20view',_0x17bbd3);}}[_0x19cb8f(0x7a3)](_0x1857d1){const _0x1e76ef=_0x19cb8f;var _0x7d19f7;let _0x2b89e8=(_0x7d19f7=_0x1857d1[_0x1e76ef(0x585)])==null?void 0x0:_0x7d19f7[_0x1e76ef(0x412)];if(!(_0x2b89e8!=null&&_0x2b89e8[_0x1e76ef(0x8f1)](_0x1ed905[_0x1e76ef(0x3ba)])))return;let _0x1e942b=this['_tabHostRenderLeases'][_0x1e76ef(0x8ee)](_0x1857d1[_0x1e76ef(0x672)]);if(_0x1e942b){this[_0x1e76ef(0x842)][_0x1e76ef(0x4a8)](_0x1857d1[_0x1e76ef(0x672)],{..._0x1e942b,'embedId':_0x1857d1['embedId']});return;}let _0x59c53d=_0x2b89e8[_0x1e76ef(0x8ee)](_0x1ed905[_0x1e76ef(0x3ba)])[_0x1e76ef(0x4a0)](_0x1857d1[_0x1e76ef(0x672)]);if(!_0x59c53d||_0x59c53d[_0x1e76ef(0x34a)]===!0x1||_0x59c53d[_0x1e76ef(0x898)]())return;let _0x2f32b2=_0x59c53d[_0x1e76ef(0x266)]['getCanvasElement']()[_0x1e76ef(0x2c7)];_0x2f32b2&&(_0x59c53d[_0x1e76ef(0x1df)](),_0x59c53d[_0x1e76ef(0x266)][_0x1e76ef(0x1dc)](),this[_0x1e76ef(0x842)][_0x1e76ef(0x4a8)](_0x1857d1[_0x1e76ef(0x672)],{'embedId':_0x1857d1['embedId'],'render':_0x59c53d,'parentElement':_0x2f32b2}));}['_releaseTabPeerHostRenderLease'](_0x30e491){const _0x403996=_0x19cb8f;this['_tabHostRenderLeases'][_0x403996(0x2f2)]((_0x5bc4b5,_0x19ac1e)=>{const _0x2b4414=_0x403996;_0x5bc4b5[_0x2b4414(0x576)]===_0x30e491&&(this[_0x2b4414(0x842)][_0x2b4414(0x4f4)](_0x19ac1e),!(_0x5bc4b5[_0x2b4414(0x378)]['isDisposed']()||!_0x5bc4b5['parentElement'][_0x2b4414(0x52c)])&&(_0x5bc4b5[_0x2b4414(0x378)][_0x2b4414(0x266)][_0x2b4414(0x51d)]()[_0x2b4414(0x2c7)]!==_0x5bc4b5[_0x2b4414(0x2c7)]&&_0x5bc4b5['render']['engine'][_0x2b4414(0x65a)](_0x5bc4b5['parentElement']),_0x4c745b(_0x5bc4b5[_0x2b4414(0x378)],{'activate':!0x0})));});}['_resolveLayout'](_0x46032f){const _0x2a300d=_0x19cb8f;var _0x40ba0a,_0x66ddac;let _0x1d8611=((_0x40ba0a=_0x46032f[_0x2a300d(0x735)])==null?void 0x0:_0x40ba0a['floating'])||void 0x0;if(_0x1d8611!=null&&_0x1d8611[_0x2a300d(0x447)])return _0x1d8611[_0x2a300d(0x447)];let _0x15b09a=((_0x66ddac=_0x46032f[_0x2a300d(0x735)])==null?void 0x0:_0x66ddac[_0x2a300d(0x55a)])||void 0x0;if(_0x15b09a!=null&&_0x15b09a['enabled'])return _0x2a300d(0x801);throw Error(_0x2a300d(0x492));}[_0x19cb8f(0x18f)](_0x186852,_0x4ea72e,_0x4f4d48,_0x35eb61){const _0x2a8377=_0x19cb8f;var _0x13cdf4,_0x36a343;let _0x1109a8=new _0x61d5ff['BehaviorSubject'](!0x0),_0x7170cf=_0x186852[_0x2a8377(0x590)],_0x4d320d=(_0x13cdf4=_0x186852[_0x2a8377(0x735)])==null?void 0x0:_0x13cdf4[_0x2a8377(0x55a)],_0xecc911=_0x4d320d&&_0x4d320d[_0x2a8377(0x317)]?_0x2a8377(0x55a):(_0x36a343=_0x186852[_0x2a8377(0x735)])!=null&&_0x36a343[_0x2a8377(0x41e)]?_0x2a8377(0x21d):_0x2a8377(0x54a),_0x56cf0f=(_0x35eb61==null?void 0x0:_0x35eb61[_0x2a8377(0x2e6)])??_0x17b62b(_0x4f4d48,_0x2a8377(0x857))??_0x4f4d48,_0x15e40b=(_0x35eb61==null?void 0x0:_0x35eb61[_0x2a8377(0x209)])??_0x17b62b(_0x4f4d48,_0x2a8377(0x15a))??_0x4f4d48,_0x19eae3=(_0x35eb61==null?void 0x0:_0x35eb61['overlay'])??_0x17b62b(_0x4f4d48,'data-embed-overlay-root')??_0x4f4d48,_0x58e206=(_0x35eb61==null?void 0x0:_0x35eb61[_0x2a8377(0x828)])??_0x17b62b(_0x4f4d48,_0x2a8377(0x774))??_0x19eae3,_0x5443ab=this[_0x2a8377(0x59d)][_0x2a8377(0x586)]({'childUnitId':_0x186852['childUnitId'],'embedId':_0x186852[_0x2a8377(0x576)],'hostAnchorId':_0x7170cf,'root':_0x19eae3}),_0x29bf0e=_0x441906=>{const _0x2e6b7e=_0x2a8377;_0x1109a8[_0x2e6b7e(0x1e1)]()!==_0x441906&&(_0x37eee9(_0x4f4d48,_0x441906,_0xecc911),_0x1109a8[_0x2e6b7e(0x665)](_0x441906));};return _0x37eee9(_0x4f4d48,!0x0,_0xecc911),{'renderScope':{'hostUnitId':_0x186852['hostUnitId'],'hostAnchorId':_0x7170cf,'embedId':_0x186852[_0x2a8377(0x576)],'childUnitId':_0x186852['childUnitId'],'childType':_0x186852[_0x2a8377(0x23a)],'layout':_0x4ea72e,'mode':_0xecc911,'rootElement':_0x4f4d48,'contentRoot':_0x56cf0f,'canvasRoot':_0x15e40b,'overlayRoot':_0x19eae3,'popupRoot':_0x58e206,'menuOutlet':_0x35eb61!=null&&_0x35eb61[_0x2a8377(0x86f)]?{'container':_0x35eb61[_0x2a8377(0x86f)]}:void 0x0,'active$':_0x1109a8[_0x2a8377(0x26d)]()},'disposable':(0x0,_0x414d24[_0x2a8377(0x5f4)])(()=>{const _0x109696=_0x2a8377;_0x5443ab[_0x109696(0x3b7)](),_0x29bf0e(!0x1),_0x1109a8[_0x109696(0x75d)]();}),'setActive':_0x29bf0e};}[_0x19cb8f(0x535)](_0x5f398b,_0x3f5304,_0x452614,_0x73c941){const _0x4a9fa3=_0x19cb8f;let _0x33b691=this['_injector'][_0x4a9fa3(0x8f1)](_0x58aac7),_0xcda8d1=this['_injector']['has'](_0x1db604);if(!_0x33b691&&!_0xcda8d1)return;let _0xe91c63=_0x33b691?this[_0x4a9fa3(0x8e9)]['get'](_0x58aac7):void 0x0,_0x10d77d=_0xcda8d1?this[_0x4a9fa3(0x8e9)][_0x4a9fa3(0x8ee)](_0x1db604):void 0x0,_0xb6f27=new Map(),_0x4c6c83=(_0x16e0a0,_0x12e367)=>{const _0x121a13=_0x4a9fa3;if(!_0x16e0a0)return;let _0xeef81c=_0xb6f27[_0x121a13(0x8ee)](_0x16e0a0);(!_0xeef81c||_0xeef81c===_0x121a13(0x318))&&_0xb6f27[_0x121a13(0x4a8)](_0x16e0a0,_0x12e367);};_0x4c6c83(_0x3f5304,'runtime'),_0x4c6c83(_0x452614['rootElement'],_0x4a9fa3(0x318)),_0x4c6c83(_0x452614['contentRoot'],_0x4a9fa3(0x318)),_0x4c6c83(_0x452614[_0x4a9fa3(0x24d)],_0x4a9fa3(0x318)),_0x4c6c83(_0x452614['overlayRoot'],_0x4a9fa3(0x318)),_0x4c6c83(_0x73c941['root'],_0x4a9fa3(0x318)),_0x4c6c83(_0x73c941['content'],'runtime'),_0x4c6c83(_0x73c941[_0x4a9fa3(0x209)],_0x4a9fa3(0x318)),_0x4c6c83(_0x73c941[_0x4a9fa3(0x38b)],_0x4a9fa3(0x318)),_0x4c6c83(_0x452614[_0x4a9fa3(0x72b)],_0x4a9fa3(0x717)),_0x4c6c83(_0x73c941[_0x4a9fa3(0x828)],_0x4a9fa3(0x717));let _0x211998=[..._0xb6f27][_0x4a9fa3(0x24b)](([_0x49dd8c,_0x58350c])=>[_0xe91c63==null?void 0x0:_0xe91c63['registerRoot'](_0x5f398b[_0x4a9fa3(0x576)],_0x49dd8c,_0x5f398b['childUnitId']),_0x10d77d==null?void 0x0:_0x10d77d['registerElement']({'embedId':_0x5f398b[_0x4a9fa3(0x576)],'role':_0x58350c,'element':_0x49dd8c})][_0x4a9fa3(0x1d4)](_0x45b316=>!!_0x45b316));return(0x0,_0x414d24[_0x4a9fa3(0x5f4)])(()=>{const _0x2beb78=_0x4a9fa3;[..._0x211998]['reverse']()[_0x2beb78(0x2f2)](_0x587116=>_0x587116['dispose']());});}['_normalizeHostMountResult'](_0x216fc1){const _0x447eff=_0x19cb8f;return _0x216fc1?_0x447eff(0x3b7)in _0x216fc1?{'disposable':_0x216fc1}:{'hostElement':_0x216fc1['hostElement'],'runtimeRoots':_0x216fc1['runtimeRoots'],'disposable':_0x216fc1[_0x447eff(0xec)]?(0x0,_0x414d24['toDisposable'])(()=>{const _0x52a151=_0x447eff;var _0x2a1ed6;return(_0x2a1ed6=_0x216fc1['disposable'])==null?void 0x0:_0x2a1ed6[_0x52a151(0x3b7)]();}):void 0x0}:{};}[_0x19cb8f(0x607)](_0xc0597){const _0x5ee5fd=_0x19cb8f;if(!this['_injector'][_0x5ee5fd(0x8f1)](_0x144cfe))return;let _0x12ae8=this['_injector'][_0x5ee5fd(0x8ee)](_0x144cfe)[_0x5ee5fd(0x8ee)](_0xc0597[_0x5ee5fd(0x58f)][_0x5ee5fd(0x2b7)],_0xc0597['descriptor']['entry'],_0xc0597[_0x5ee5fd(0x23a)]);if(!_0x12ae8)return;let _0x44867c=this[_0x5ee5fd(0xba)]['getActive'](),_0x1c4fe5=_0x12ae8[_0x5ee5fd(0x65a)]({..._0xc0597,'active':_0x44867c});return _0x1c4fe5?(0x0,_0x414d24['toDisposable'])(()=>_0x1c4fe5['dispose']()):void 0x0;}['_registerChildFocusBridge'](_0x3e399a,_0x461871,_0x46de42,_0x4e5321){const _0x4cac0a=_0x19cb8f;let _0x36e7b8=this[_0x4cac0a(0x8e9)]['has'](_0x58aac7)?this[_0x4cac0a(0x8e9)][_0x4cac0a(0x8ee)](_0x58aac7):void 0x0,_0x34b048=this[_0x4cac0a(0x8e9)][_0x4cac0a(0x8f1)](_0x1db604)?this[_0x4cac0a(0x8e9)][_0x4cac0a(0x8ee)](_0x1db604):void 0x0,_0x56adeb=_0x461871['ownerDocument'],_0xf79cee=[],_0x4de5e3=_0x46de42===_0x4cac0a(0x21d)&&_0x4e5321?this[_0x4cac0a(0xba)][_0x4cac0a(0x829)][_0x4cac0a(0x132)](()=>{const _0x54d873=_0x4cac0a;this['_floatingActiveService'][_0x54d873(0x3b9)](_0x3e399a[_0x54d873(0x576)])!==_0x54d873(0x8bf)&&_0x4e5321['focusUnit'](null);}):void 0x0,_0x29ff10=()=>_0x46de42!==_0x4cac0a(0x21d)||this[_0x4cac0a(0xba)]['getStage'](_0x3e399a[_0x4cac0a(0x576)])===_0x4cac0a(0x8bf),_0x5c7386=(_0x4ebbba,_0x2f6e81={})=>{const _0x52dc36=_0x4cac0a;let _0x3200ab=_0x2f6e81[_0x52dc36(0x721)]!==!0x1,_0x161314=_0x2f6e81[_0x52dc36(0x7a7)]!==!0x1,_0x1cf919=(_0x4ebbba==null?void 0x0:_0x4ebbba[_0x52dc36(0x129)])instanceof Element?_0x4ebbba['target']:null;if(_0x1cf919!=null&&_0x1cf919[_0x52dc36(0x13c)](_0x52dc36(0x2d4))||!_0x3e399a[_0x52dc36(0x27a)]||_0x3e399a[_0x52dc36(0x23a)]==null||_0x46de42===_0x52dc36(0x55a)&&(_0x4ebbba==null?void 0x0:_0x4ebbba[_0x52dc36(0x519)])===_0x52dc36(0x455)&&!this[_0x52dc36(0x88d)][_0x52dc36(0x8f1)](_0x3e399a[_0x52dc36(0x576)])||!_0x29ff10())return;let _0x4be61f=_0x46de42===_0x52dc36(0x55a)&&this['_injector'][_0x52dc36(0x8f1)](_0x5e7b5b[_0x52dc36(0x14d)])?this[_0x52dc36(0x8e9)]['get'](_0x5e7b5b[_0x52dc36(0x14d)])[_0x52dc36(0x6e7)]():null,_0x447172=(_0x4be61f==null?void 0x0:_0x4be61f[_0x52dc36(0x672)])===_0x3e399a[_0x52dc36(0x672)]&&_0x4be61f[_0x52dc36(0x576)]===_0x3e399a[_0x52dc36(0x576)]&&_0x4be61f[_0x52dc36(0x27a)]===_0x3e399a[_0x52dc36(0x27a)]&&_0x4be61f[_0x52dc36(0x23a)]===_0x3e399a['childType'];if(_0x46de42==='float'&&_0x4e5321&&(_0x4e5321['setCurrentUnitForType'](_0x3e399a[_0x52dc36(0x27a)]),_0x3200ab&&_0x4e5321[_0x52dc36(0x721)](_0x3e399a[_0x52dc36(0x27a)])),_0x46de42==='tab'&&this[_0x52dc36(0x8e9)][_0x52dc36(0x8f1)](_0x414d24['IUniverInstanceService'])){var _0x556883,_0x2f09db;let _0x2042ca=this[_0x52dc36(0x8e9)][_0x52dc36(0x8ee)](_0x414d24[_0x52dc36(0x468)]),_0x124753=_0x2042ca[_0x52dc36(0x654)],_0x15534f=_0x2042ca[_0x52dc36(0x78b)];(typeof _0x124753!=_0x52dc36(0x697)||((_0x556883=_0x124753[_0x52dc36(0x353)](_0x2042ca,_0x3e399a[_0x52dc36(0x23a)]))==null?void 0x0:_0x556883['getUnitId']())!==_0x3e399a['childUnitId'])&&_0x2042ca[_0x52dc36(0x601)](_0x3e399a[_0x52dc36(0x27a)]),_0x3200ab&&(typeof _0x15534f!='function'||((_0x2f09db=_0x15534f['call'](_0x2042ca))==null?void 0x0:_0x2f09db['getUnitId']())!==_0x3e399a[_0x52dc36(0x27a)])&&_0x2042ca[_0x52dc36(0x721)](_0x3e399a['childUnitId']);}if(_0x46de42===_0x52dc36(0x55a)&&this[_0x52dc36(0x8e9)][_0x52dc36(0x8f1)](_0x414d24[_0x52dc36(0x880)])){let _0x2da700=this['_injector'][_0x52dc36(0x8ee)](_0x414d24['IContextService']);_0x2da700[_0x52dc36(0x677)](_0x414d24[_0x52dc36(0x772)],!0x0),_0x2da700[_0x52dc36(0x677)](_0x414d24[_0x52dc36(0x102)],_0x3e399a['childType']===_0x414d24[_0x52dc36(0x4ed)][_0x52dc36(0x5ba)]),_0x2da700[_0x52dc36(0x677)](_0x414d24['FOCUSING_SHEET'],_0x3e399a['childType']===_0x414d24[_0x52dc36(0x4ed)][_0x52dc36(0x520)]),_0x2da700[_0x52dc36(0x677)](_0x414d24['FOCUSING_SLIDE'],_0x3e399a[_0x52dc36(0x23a)]===_0x414d24['UniverInstanceType'][_0x52dc36(0x833)]),_0x2da700[_0x52dc36(0x677)](_0x414d24[_0x52dc36(0x4b1)],_0x3e399a[_0x52dc36(0x23a)]===_0x414d24[_0x52dc36(0x4ed)]['UNIVER_BOARD']);}if(this[_0x52dc36(0x8e9)]['has'](_0x5e7b5b[_0x52dc36(0x14d)])){let _0x38dece=this[_0x52dc36(0x8e9)][_0x52dc36(0x8ee)](_0x5e7b5b[_0x52dc36(0x14d)]),_0x4b191d={'hostUnitId':_0x3e399a[_0x52dc36(0x672)],'embedId':_0x3e399a[_0x52dc36(0x576)],'childUnitId':_0x3e399a[_0x52dc36(0x27a)],'childType':_0x3e399a[_0x52dc36(0x23a)],'reason':'pointer'},_0x502f2d=_0x38dece['getFocusOwner']();((_0x502f2d==null?void 0x0:_0x502f2d[_0x52dc36(0x672)])!==_0x4b191d[_0x52dc36(0x672)]||_0x502f2d[_0x52dc36(0x576)]!==_0x4b191d[_0x52dc36(0x576)]||_0x502f2d[_0x52dc36(0x27a)]!==_0x4b191d[_0x52dc36(0x27a)]||_0x502f2d[_0x52dc36(0x23a)]!==_0x4b191d[_0x52dc36(0x23a)]||_0x502f2d[_0x52dc36(0x225)]!==_0x4b191d[_0x52dc36(0x225)])&&_0x38dece[_0x52dc36(0x219)](_0x4b191d);}_0x161314&&(_0x46de42==='tab'&&_0x461871[_0x52dc36(0x810)]['embedRenderScopeActive']===_0x52dc36(0x223)&&this[_0x52dc36(0x88d)][_0x52dc36(0x8f1)](_0x3e399a[_0x52dc36(0x576)])&&((_0x4ebbba==null?void 0x0:_0x4ebbba[_0x52dc36(0x519)])==='pointerdown'||_0x447172)||this[_0x52dc36(0x7a7)](_0x3e399a[_0x52dc36(0x576)]));},_0x31291a=_0x2accc9=>{const _0x21b489=_0x4cac0a;let _0x23a734=_0x2accc9[_0x21b489(0x129)]instanceof Element?_0x2accc9[_0x21b489(0x129)]:null;if(!_0x23a734||_0x461871[_0x21b489(0x691)](_0x23a734)||!(_0x36e7b8!=null&&_0x36e7b8[_0x21b489(0x691)](_0x3e399a[_0x21b489(0x576)],_0x23a734,_0x2accc9)||_0x34b048!=null&&_0x34b048[_0x21b489(0x1d8)](_0x3e399a[_0x21b489(0x576)],_0x23a734,_0x2accc9)))return;_0x5c7386(_0x2accc9,{'focusUnit':!0x1,'activateSession':!0x1});let _0x570989=_0x56adeb[_0x21b489(0x503)];_0x570989&&_0xf79cee['push'](_0x570989['setTimeout'](()=>_0x5c7386(_0x2accc9,{'focusUnit':!0x1,'activateSession':!0x1}),0x0));};return _0x461871['addEventListener'](_0x4cac0a(0x381),_0x5c7386,{'capture':!0x0}),_0x461871[_0x4cac0a(0x474)](_0x4cac0a(0x455),_0x5c7386),_0x56adeb[_0x4cac0a(0x474)]('pointerdown',_0x31291a,{'capture':!0x0}),_0x56adeb[_0x4cac0a(0x474)](_0x4cac0a(0x455),_0x31291a,{'capture':!0x0}),(0x0,_0x414d24['toDisposable'])(()=>{const _0x261285=_0x4cac0a;_0x461871[_0x261285(0x8f5)](_0x261285(0x381),_0x5c7386,{'capture':!0x0}),_0x461871[_0x261285(0x8f5)](_0x261285(0x455),_0x5c7386),_0x56adeb[_0x261285(0x8f5)](_0x261285(0x381),_0x31291a,{'capture':!0x0}),_0x56adeb[_0x261285(0x8f5)](_0x261285(0x455),_0x31291a,{'capture':!0x0}),_0xf79cee[_0x261285(0x2f2)](_0xb6c827=>{const _0x58d6ce=_0x261285;var _0x294b45;return(_0x294b45=_0x56adeb[_0x58d6ce(0x503)])==null?void 0x0:_0x294b45[_0x58d6ce(0x547)](_0xb6c827);}),_0x4de5e3==null||_0x4de5e3[_0x261285(0x333)]();});}[_0x19cb8f(0x19a)](_0x33e351){const _0x398bf4=_0x19cb8f;if(this[_0x398bf4(0xdd)](_0x33e351),this[_0x398bf4(0x8e9)][_0x398bf4(0x8f1)](_0x414d24[_0x398bf4(0x468)])){let _0xc1585e=this[_0x398bf4(0x8e9)]['get'](_0x414d24['IUniverInstanceService']);_0xc1585e['setCurrentUnitForType'](_0x33e351[_0x398bf4(0x27a)]),_0xc1585e[_0x398bf4(0x721)](_0x33e351[_0x398bf4(0x27a)]);}if(this[_0x398bf4(0x8e9)][_0x398bf4(0x8f1)](_0x414d24['IContextService'])){let _0x371ad5=this['_injector']['get'](_0x414d24[_0x398bf4(0x880)]);_0x371ad5[_0x398bf4(0x677)](_0x414d24[_0x398bf4(0x772)],!0x0),_0x371ad5['setContextValue'](_0x414d24[_0x398bf4(0x102)],_0x33e351[_0x398bf4(0x23a)]===_0x414d24[_0x398bf4(0x4ed)][_0x398bf4(0x5ba)]),_0x371ad5[_0x398bf4(0x677)](_0x414d24[_0x398bf4(0x4a4)],_0x33e351['childType']===_0x414d24[_0x398bf4(0x4ed)][_0x398bf4(0x520)]),_0x371ad5[_0x398bf4(0x677)](_0x414d24['FOCUSING_SLIDE'],_0x33e351[_0x398bf4(0x23a)]===_0x414d24[_0x398bf4(0x4ed)]['UNIVER_SLIDE']),_0x371ad5[_0x398bf4(0x677)](_0x414d24[_0x398bf4(0x4b1)],_0x33e351[_0x398bf4(0x23a)]===_0x414d24[_0x398bf4(0x4ed)][_0x398bf4(0x8ef)]);}this[_0x398bf4(0x8e9)][_0x398bf4(0x8f1)](_0x5e7b5b[_0x398bf4(0x14d)])&&this['_injector'][_0x398bf4(0x8ee)](_0x5e7b5b['EmbedFocusOwnerService'])['setFocusOwner']({'hostUnitId':_0x33e351['hostUnitId'],'embedId':_0x33e351[_0x398bf4(0x576)],'childUnitId':_0x33e351['childUnitId'],'childType':_0x33e351[_0x398bf4(0x23a)],'reason':'keyboard'});}[_0x19cb8f(0x1d9)](_0x202f6b){const _0x3a486d=_0x19cb8f;var _0x49563d;let _0x6556b5=(_0x49563d=_0x202f6b[_0x3a486d(0x585)])==null?void 0x0:_0x49563d[_0x3a486d(0x412)];if(!(_0x6556b5!=null&&_0x6556b5[_0x3a486d(0x8f1)](_0x1ed905['IRenderManagerService'])))return;let _0x5c5cd6=_0x6556b5[_0x3a486d(0x8ee)](_0x1ed905[_0x3a486d(0x3ba)])[_0x3a486d(0x4a0)](_0x202f6b[_0x3a486d(0x27a)]);(_0x5c5cd6==null?void 0x0:_0x5c5cd6['isMainScene'])===!0x1&&_0x4c745b(_0x5c5cd6,{'activate':!0x0});}['_activateTabPeerFocusLease'](_0x29eca5){const _0x5b1b75=_0x19cb8f;this[_0x5b1b75(0x234)](_0x29eca5[_0x5b1b75(0x672)],_0x29eca5[_0x5b1b75(0x576)]),this[_0x5b1b75(0x3fd)](_0x29eca5[_0x5b1b75(0x576)]);let _0x35c1a3=[];if(this['_injector']['has'](_0x1db604)&&_0x35c1a3[_0x5b1b75(0x731)](this[_0x5b1b75(0x8e9)][_0x5b1b75(0x8ee)](_0x1db604)['acquireLease']({'embedId':_0x29eca5['embedId'],'role':_0x5b1b75(0x696),'owner':_0x5b1b75(0x20d),'sessionMode':_0x5b1b75(0x8cd),'hostUnitId':_0x29eca5[_0x5b1b75(0x672)],'childUnitId':_0x29eca5[_0x5b1b75(0x27a)],'childType':_0x29eca5[_0x5b1b75(0x23a)]})),this['_injector']['has'](_0x58aac7)){var _0x33e8c3,_0xbaec1c;_0x35c1a3[_0x5b1b75(0x731)](this[_0x5b1b75(0x8e9)][_0x5b1b75(0x8ee)](_0x58aac7)[_0x5b1b75(0x54e)](_0x29eca5[_0x5b1b75(0x576)],((_0x33e8c3=_0x29eca5[_0x5b1b75(0x5da)])==null?void 0x0:_0x33e8c3[_0x5b1b75(0x7c1)])??((_0xbaec1c=_0x29eca5[_0x5b1b75(0x585)])==null?void 0x0:_0xbaec1c['renderScope'][_0x5b1b75(0x89e)]['ownerDocument']),{'includeAppShellEditorPortal':_0x29eca5[_0x5b1b75(0x23a)]===_0x414d24[_0x5b1b75(0x4ed)]['UNIVER_SHEET']}));}_0x35c1a3[_0x5b1b75(0x716)]&&this['_tabFocusLeases'][_0x5b1b75(0x4a8)](_0x29eca5[_0x5b1b75(0x576)],{'hostUnitId':_0x29eca5[_0x5b1b75(0x672)],'disposable':(0x0,_0x414d24[_0x5b1b75(0x5f4)])(()=>{const _0x209ba3=_0x5b1b75;[..._0x35c1a3][_0x209ba3(0x82d)]()[_0x209ba3(0x2f2)](_0x244605=>_0x244605[_0x209ba3(0x3b7)]());})});}['_releaseTabPeerFocusLeasesForHost'](_0x1a5256,_0x16b48b){const _0x1f1325=_0x19cb8f;[...this[_0x1f1325(0x88d)][_0x1f1325(0x45d)]()]['forEach'](([_0x4ce4a0,_0x40a7eb])=>{const _0x28d6b9=_0x1f1325;_0x4ce4a0!==_0x16b48b&&_0x40a7eb[_0x28d6b9(0x672)]===_0x1a5256&&(_0x40a7eb[_0x28d6b9(0xec)][_0x28d6b9(0x3b7)](),this[_0x28d6b9(0x88d)][_0x28d6b9(0x4f4)](_0x4ce4a0));});}[_0x19cb8f(0x3fd)](_0x3ddfd5){const _0x38aa9f=_0x19cb8f;let _0x38760d=this[_0x38aa9f(0x88d)][_0x38aa9f(0x8ee)](_0x3ddfd5);_0x38760d&&(_0x38760d[_0x38aa9f(0xec)]['dispose'](),this[_0x38aa9f(0x88d)][_0x38aa9f(0x4f4)](_0x3ddfd5));}['_createMountFocusRestorer'](_0x5d2931){const _0x27fe43=_0x19cb8f;var _0x5a47ba,_0x1c5cea;if((_0x5a47ba=_0x5d2931['sourceMeta'])!=null&&_0x5a47ba['tab']&&_0x5d2931[_0x27fe43(0x735)]['tab'][_0x27fe43(0x317)]||!this[_0x27fe43(0x8e9)][_0x27fe43(0x8f1)](_0x414d24['IUniverInstanceService'])||!_0x5d2931[_0x27fe43(0x27a)])return(0x0,_0x414d24[_0x27fe43(0x5f4)])(()=>{});let _0xdc0e6e=this[_0x27fe43(0x8e9)]['get'](_0x414d24[_0x27fe43(0x468)]),_0x31a9b6=_0xdc0e6e[_0x27fe43(0x78b)],_0x4e3cc4=_0xdc0e6e['focusUnit'];if(typeof _0x31a9b6!=_0x27fe43(0x697)||typeof _0x4e3cc4!=_0x27fe43(0x697))return(0x0,_0x414d24[_0x27fe43(0x5f4)])(()=>{});let _0x5216f6=(_0x1c5cea=_0x31a9b6['call'](_0xdc0e6e))==null?void 0x0:_0x1c5cea[_0x27fe43(0x24c)]();if(!_0x5216f6||_0x5216f6===_0x5d2931[_0x27fe43(0x27a)])return(0x0,_0x414d24[_0x27fe43(0x5f4)])(()=>{});let _0x597bbe=()=>{const _0x1e8243=_0x27fe43;var _0x484489;((_0x484489=_0x31a9b6[_0x1e8243(0x353)](_0xdc0e6e))==null?void 0x0:_0x484489[_0x1e8243(0x24c)]())===_0x5d2931[_0x1e8243(0x27a)]&&_0x4e3cc4['call'](_0xdc0e6e,_0x5216f6);},_0x463a26=[],_0x552fb7=[];return _0x597bbe(),typeof window<'u'&&(_0x552fb7[_0x27fe43(0x731)](window[_0x27fe43(0x2e9)](_0x597bbe)),_0x463a26['push'](window[_0x27fe43(0x4bc)](_0x597bbe,0x0)),_0x463a26[_0x27fe43(0x731)](window[_0x27fe43(0x4bc)](_0x597bbe,0x78))),(0x0,_0x414d24[_0x27fe43(0x5f4)])(()=>{const _0x1806e9=_0x27fe43;typeof window>'u'||(_0x552fb7[_0x1806e9(0x2f2)](_0x5b8da5=>window[_0x1806e9(0x6b0)](_0x5b8da5)),_0x463a26[_0x1806e9(0x2f2)](_0x2820ff=>window['clearTimeout'](_0x2820ff)));});}['_assertChildUnitAvailable'](_0x30df08){const _0x5eb5e7=_0x19cb8f;let _0x5cc9c3=[...this[_0x5eb5e7(0x429)]['values']()][_0x5eb5e7(0x138)](({session:_0x546e83})=>_0x546e83[_0x5eb5e7(0x576)]!==_0x30df08[_0x5eb5e7(0x576)]&&_0x546e83['childUnitId']===_0x30df08[_0x5eb5e7(0x27a)]);if(_0x5cc9c3)throw new _0x5aaf04(_0x30df08[_0x5eb5e7(0x27a)],_0x5cc9c3[_0x5eb5e7(0x1d2)][_0x5eb5e7(0x576)]);if(this[_0x5eb5e7(0x123)]['getUnit'](_0x30df08[_0x5eb5e7(0x27a)],_0x30df08[_0x5eb5e7(0x23a)]))return;let _0x533a1e=this[_0x5eb5e7(0x123)]['getUnitType'](_0x30df08[_0x5eb5e7(0x27a)]);throw _0x533a1e!==_0x414d24[_0x5eb5e7(0x4ed)]['UNRECOGNIZED']&&_0x533a1e!==_0x30df08['childType']?Error(_0x5eb5e7(0x1e4)):Error(_0x5eb5e7(0x434));}};_0x1a9e2a=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x4af4b3)),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5ad416)),_0x482d3a(0x2,(0x0,_0x414d24['Inject'])(_0x406df7)),_0x482d3a(0x3,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x2f9bd3)),_0x482d3a(0x4,_0x414d24[_0x19cb8f(0x468)]),_0x482d3a(0x5,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x8dbbb4)),_0x482d3a(0x6,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0xa9cb4a)),_0x482d3a(0x7,(0x0,_0x414d24['Inject'])(_0x414d24[_0x19cb8f(0xc8)]))],_0x1a9e2a);function _0x37eee9(_0xef75b8,_0x15946d,_0x2ed753){const _0x5ac4ea=_0x19cb8f;if(_0xef75b8[_0x5ac4ea(0x810)]['embedRenderScopeActive']=_0x15946d?_0x5ac4ea(0x223):_0x5ac4ea(0x282),_0x2ed753!==_0x5ac4ea(0x55a)){_0xef75b8[_0x5ac4ea(0x5b6)](_0x5ac4ea(0x3b2)),_0xef75b8[_0x5ac4ea(0x5b6)](_0x5ac4ea(0x4c0)),_0xef75b8['style'][_0x5ac4ea(0x688)](_0x5ac4ea(0x63a)),_0xef75b8['style'][_0x5ac4ea(0x688)](_0x5ac4ea(0x611));return;}if(_0xef75b8['toggleAttribute'](_0x5ac4ea(0x3b2),!_0x15946d),_0x15946d){_0xef75b8['removeAttribute'](_0x5ac4ea(0x4c0)),_0xef75b8[_0x5ac4ea(0x163)][_0x5ac4ea(0x688)](_0x5ac4ea(0x63a)),_0xef75b8['style'][_0x5ac4ea(0x688)](_0x5ac4ea(0x611));return;}_0xef75b8['setAttribute']('aria-hidden','true'),_0xef75b8[_0x5ac4ea(0x163)][_0x5ac4ea(0x63a)]=_0x5ac4ea(0x489),_0xef75b8[_0x5ac4ea(0x163)][_0x5ac4ea(0x37d)]=_0x5ac4ea(0x489);}function _0x397f51(_0x20caeb){const _0x1f7a89=_0x19cb8f;let _0x35647b=document['createElement']('div');return _0x35647b[_0x1f7a89(0x810)][_0x1f7a89(0x8cc)]=_0x20caeb??'nested',_0x35647b[_0x1f7a89(0x163)]['cssText']=[_0x1f7a89(0x821),_0x1f7a89(0x29d),'height:100%',_0x1f7a89(0x621),_0x1f7a89(0x2ec),'align-items:center','justify-content:center','padding:16px',_0x1f7a89(0x2be),_0x1f7a89(0x6f4),_0x1f7a89(0x6d9),_0x1f7a89(0x6f3),_0x1f7a89(0x235),_0x1f7a89(0x8c7)][_0x1f7a89(0x806)](';'),_0x35647b[_0x1f7a89(0x6f5)]=_0x20caeb===_0x1f7a89(0x3d2)?_0x1f7a89(0x53e):'Nested\x20embed\x20is\x20not\x20supported.',_0x35647b;}let _0x3d7577=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x3e80d8,_0x1dcebd,_0x4d92af,_0x5480aa,_0x428180,_0xeeff1a,_0x63cf33,_0x59451e,_0x3ad284){const _0x332edd=_0x19cb8f;var _0x207d23;super(),this[_0x332edd(0x123)]=_0x3e80d8,this[_0x332edd(0x52e)]=_0x1dcebd,this[_0x332edd(0x1d7)]=_0x4d92af,this[_0x332edd(0x7af)]=_0x5480aa,this['_mountService']=_0x428180,this[_0x332edd(0x1b6)]=_0xeeff1a,this[_0x332edd(0xba)]=_0x63cf33,this[_0x332edd(0x826)]=_0x59451e,this['_layoutService']=_0x3ad284,_0x53835d(this,_0x332edd(0x1f1),new Map());let _0x616784=(_0x207d23=this[_0x332edd(0x123)][_0x332edd(0x1b0)])==null?void 0x0:_0x207d23[_0x332edd(0x132)](_0x52af38=>{const _0x4e5491=_0x332edd;this[_0x4e5491(0x2f1)](_0x52af38??null);});_0x616784&&this['disposeWithMe'](_0x616784);}[_0x19cb8f(0x150)](_0x1763c0){const _0x2c9e2b=_0x19cb8f;var _0x503362;this[_0x2c9e2b(0x7f1)](_0x1763c0),this[_0x2c9e2b(0x566)](_0x1763c0),this[_0x2c9e2b(0x1d7)][_0x2c9e2b(0x37f)]({'embedId':_0x1763c0[_0x2c9e2b(0x576)],'hostUnitId':_0x1763c0['hostUnitId'],'hostType':_0x1763c0['hostType'],'entry':_0x1763c0[_0x2c9e2b(0x3a2)],'hostAnchorId':_0x1763c0[_0x2c9e2b(0x590)],'descriptor':_0x1763c0}),this[_0x2c9e2b(0x7db)]['activateSession'](_0x1763c0[_0x2c9e2b(0x576)]);let _0x31c4b0=this[_0x2c9e2b(0x1b6)][_0x2c9e2b(0x8ee)](_0x1763c0[_0x2c9e2b(0x23a)]);return this[_0x2c9e2b(0x7af)][_0x2c9e2b(0x1a8)](_0x1763c0,_0x2c9e2b(0x3a5),{'layoutPolicy':_0x31c4b0==null||(_0x503362=_0x31c4b0[_0x2c9e2b(0x584)])==null?void 0x0:_0x503362['tab'],'allowPlaceholder':(_0x31c4b0==null?void 0x0:_0x31c4b0[_0x2c9e2b(0x6b4)])==='title-only'||(_0x31c4b0==null?void 0x0:_0x31c4b0[_0x2c9e2b(0x840)])===_0x2c9e2b(0x8d2),'allowHiddenRibbon':(_0x31c4b0==null?void 0x0:_0x31c4b0[_0x2c9e2b(0x6b4)])==='none'});}[_0x19cb8f(0x865)](_0x333a55,_0x4a73dd,_0x56f8b5={}){const _0x295d8c=_0x19cb8f;this['_assertResolvedChild'](_0x333a55);let _0x34582f=this[_0x295d8c(0xba)][_0x295d8c(0x849)](),_0x52cb88=_0x4a73dd===_0x295d8c(0x8bf)&&(_0x34582f==null?void 0x0:_0x34582f[_0x295d8c(0x576)])===_0x333a55[_0x295d8c(0x576)]&&_0x34582f[_0x295d8c(0x27a)]===_0x333a55['childUnitId']&&_0x34582f[_0x295d8c(0x77a)]==='stage2';(_0x34582f==null?void 0x0:_0x34582f[_0x295d8c(0x77a)])===_0x295d8c(0x8bf)&&!_0x52cb88&&this['_restorePreviousChildCurrentUnit'](_0x34582f[_0x295d8c(0x576)]),_0x4a73dd===_0x295d8c(0x8bf)&&!_0x52cb88&&this[_0x295d8c(0x566)](_0x333a55),this[_0x295d8c(0x52e)][_0x295d8c(0x219)]({'hostUnitId':_0x333a55[_0x295d8c(0x672)],'embedId':_0x333a55['embedId'],'childUnitId':_0x333a55[_0x295d8c(0x27a)],'childType':_0x333a55['childType'],'reason':'pointer'}),this[_0x295d8c(0x7db)][_0x295d8c(0x7a7)](_0x333a55['embedId']);let _0x3767f6={'hostUnitId':_0x333a55[_0x295d8c(0x672)],'embedId':_0x333a55['embedId'],'childUnitId':_0x333a55[_0x295d8c(0x27a)]};_0x4a73dd?this[_0x295d8c(0xba)]['activate'](_0x3767f6,_0x4a73dd):this[_0x295d8c(0xba)]['activate'](_0x3767f6),this['_menuOverrideService'][_0x295d8c(0x13a)](),_0x4a73dd===_0x295d8c(0x8bf)?(this[_0x295d8c(0x8e8)](_0x333a55['childUnitId'],_0x333a55['childType'],!0x1,_0x333a55['embedId']),this[_0x295d8c(0x1f4)](_0x333a55)):(this[_0x295d8c(0x123)][_0x295d8c(0x601)](_0x333a55[_0x295d8c(0x672)]),this[_0x295d8c(0x123)]['focusUnit'](_0x333a55[_0x295d8c(0x672)]));}[_0x19cb8f(0x63d)](_0x5ba4b0,_0x55f891={}){const _0x3b2468=_0x19cb8f;this[_0x3b2468(0x865)](_0x5ba4b0,_0x3b2468(0x8bf),_0x55f891);}[_0x19cb8f(0x326)](_0x18b7eb,_0x18a70d={}){const _0x5da4cb=_0x19cb8f;this['_assertResolvedChild'](_0x18b7eb),this[_0x5da4cb(0x52e)]['setFocusOwner']({'hostUnitId':_0x18b7eb['hostUnitId'],'embedId':_0x18b7eb[_0x5da4cb(0x576)],'childUnitId':_0x18b7eb[_0x5da4cb(0x27a)],'childType':_0x18b7eb[_0x5da4cb(0x23a)],'reason':_0x5da4cb(0x2a1)}),this['_focusUnit'](_0x18b7eb[_0x5da4cb(0x27a)],_0x18b7eb[_0x5da4cb(0x23a)],_0x18a70d[_0x5da4cb(0x752)]??!0x0,_0x18b7eb[_0x5da4cb(0x576)]);}[_0x19cb8f(0x27c)](_0x488255){const _0x45375a=_0x19cb8f;let _0x2b7fee=this[_0x45375a(0x7db)][_0x45375a(0x75f)](_0x488255[_0x45375a(0x576)]);this[_0x45375a(0x7af)][_0x45375a(0x13a)](_0x488255[_0x45375a(0x576)]),this[_0x45375a(0x52e)]['clearFocusOwner'](_0x488255['embedId']),_0x2b7fee&&this['_previousChildCurrentUnits']['has'](_0x488255['embedId'])&&this[_0x45375a(0x452)](_0x488255[_0x45375a(0x576)],_0x488255[_0x45375a(0x23a)],_0x488255[_0x45375a(0x27a)]),this[_0x45375a(0x8e8)](_0x488255[_0x45375a(0x672)],_0x488255[_0x45375a(0x2b7)],!0x1);}['clearFullscreen'](_0x2f11e0){const _0x4c89ab=_0x19cb8f;let _0x54e28b=this[_0x4c89ab(0x52e)]['getFocusOwner']();_0x54e28b!=null&&_0x54e28b[_0x4c89ab(0x576)]&&_0x54e28b[_0x4c89ab(0x576)]!==_0x2f11e0[_0x4c89ab(0x576)]||(this[_0x4c89ab(0x52e)][_0x4c89ab(0x8aa)](_0x2f11e0[_0x4c89ab(0x576)]),this[_0x4c89ab(0x123)][_0x4c89ab(0x601)](_0x2f11e0[_0x4c89ab(0x672)]),this[_0x4c89ab(0x123)][_0x4c89ab(0x721)](_0x2f11e0['hostUnitId']),requestAnimationFrame(()=>{const _0x455684=_0x4c89ab;this[_0x455684(0x52e)]['getFocusOwner']()||(this[_0x455684(0x123)][_0x455684(0x721)](null),this[_0x455684(0x123)][_0x455684(0x721)](_0x2f11e0[_0x455684(0x672)]));}));}[_0x19cb8f(0x798)](_0x5d4d75,_0x47e6c4){const _0x5b8a8a=_0x19cb8f;let _0x484e4a=this[_0x5b8a8a(0x52e)][_0x5b8a8a(0x6e7)]();if(_0x5d4d75&&_0x484e4a!=null&&_0x484e4a[_0x5b8a8a(0x576)]&&_0x484e4a[_0x5b8a8a(0x576)]!==_0x5d4d75)return;let _0x26c969=this[_0x5b8a8a(0xba)][_0x5b8a8a(0x849)]();if(_0x5d4d75&&!_0x484e4a&&(_0x26c969==null?void 0x0:_0x26c969[_0x5b8a8a(0x576)])!==_0x5d4d75&&!_0x47e6c4)return;let _0x5c0a3a=_0x47e6c4??(_0x484e4a==null?void 0x0:_0x484e4a[_0x5b8a8a(0x672)])??(_0x26c969==null?void 0x0:_0x26c969[_0x5b8a8a(0x672)]);this[_0x5b8a8a(0xba)]['clear'](_0x5d4d75),this[_0x5b8a8a(0x52e)]['clearFocusOwner'](_0x5d4d75),this[_0x5b8a8a(0x7af)][_0x5b8a8a(0x13a)](_0x5d4d75),_0x5d4d75&&this[_0x5b8a8a(0x452)](_0x5d4d75),_0x5d4d75&&this[_0x5b8a8a(0x7db)][_0x5b8a8a(0x6df)](_0x5d4d75),_0x5c0a3a&&(this['_univerInstanceService'][_0x5b8a8a(0x601)](_0x5c0a3a),this[_0x5b8a8a(0x123)]['focusUnit'](_0x5c0a3a),requestAnimationFrame(()=>{const _0xd2516b=_0x5b8a8a;this[_0xd2516b(0x52e)]['getFocusOwner']()||(this[_0xd2516b(0x123)][_0xd2516b(0x721)](null),this[_0xd2516b(0x123)]['focusUnit'](_0x5c0a3a));}));}[_0x19cb8f(0x4c3)](_0xa2bf3b){const _0x197e01=_0x19cb8f;this[_0x197e01(0x7af)][_0x197e01(0x13a)](_0xa2bf3b),this[_0x197e01(0x52e)][_0x197e01(0x8aa)](_0xa2bf3b);let _0x1a41a9=this['_mountService']['deactivateTabSessions'](_0xa2bf3b);_0x1a41a9[_0x197e01(0x2f2)](_0xf3abd7=>this[_0x197e01(0x452)](_0xf3abd7[_0x197e01(0x576)],_0xf3abd7[_0x197e01(0x23a)],_0xf3abd7['childUnitId'])),new Set(_0x1a41a9[_0x197e01(0x4da)](_0x4cc2c1=>_0x4cc2c1[_0x197e01(0x672)]))[_0x197e01(0x2f2)](_0x362c1f=>{const _0x2381f4=_0x197e01;this[_0x2381f4(0x123)][_0x2381f4(0x601)](_0x362c1f),this[_0x2381f4(0x123)][_0x2381f4(0x721)](_0x362c1f);});}[_0x19cb8f(0x566)](_0x17bdf5){const _0x2f5a9b=_0x19cb8f;if(this['_previousChildCurrentUnits'][_0x2f5a9b(0x8f1)](_0x17bdf5['embedId']))return;let _0x4a19c3=_0x17bdf5[_0x2f5a9b(0x23a)],_0x3a0c4f=this[_0x2f5a9b(0x2de)](_0x4a19c3);this[_0x2f5a9b(0x1f1)][_0x2f5a9b(0x4a8)](_0x17bdf5[_0x2f5a9b(0x576)],{'childType':_0x4a19c3,'childUnitId':_0x17bdf5[_0x2f5a9b(0x27a)],'unitId':_0x3a0c4f&&_0x3a0c4f!==_0x17bdf5[_0x2f5a9b(0x27a)]?_0x3a0c4f:void 0x0});}['_restorePreviousChildCurrentUnit'](_0x4702e4,_0x4d4e43,_0x3ce094){const _0x11976a=_0x19cb8f;let _0x441ba6=this[_0x11976a(0x1f1)][_0x11976a(0x8ee)](_0x4702e4);this[_0x11976a(0x1f1)][_0x11976a(0x4f4)](_0x4702e4);let _0x178ce5=_0x4d4e43??(_0x441ba6==null?void 0x0:_0x441ba6['childType']),_0x6f218=_0x3ce094??(_0x441ba6==null?void 0x0:_0x441ba6[_0x11976a(0x27a)]);if(_0x178ce5==null||!_0x6f218)return;let _0x12635a=(_0x441ba6==null?void 0x0:_0x441ba6[_0x11976a(0x23a)])===_0x178ce5&&_0x441ba6[_0x11976a(0x448)]&&this[_0x11976a(0x155)](_0x441ba6[_0x11976a(0x448)],_0x178ce5)?_0x441ba6[_0x11976a(0x448)]:this[_0x11976a(0x569)](_0x178ce5,_0x6f218);_0x12635a&&this[_0x11976a(0x123)][_0x11976a(0x601)](_0x12635a);}[_0x19cb8f(0x2de)](_0x3dddca){const _0x357e70=_0x19cb8f;var _0x3be03c;let _0xc88427=this[_0x357e70(0x123)][_0x357e70(0x654)];return _0xc88427==null||(_0x3be03c=_0xc88427[_0x357e70(0x353)](this['_univerInstanceService'],_0x3dddca))==null?void 0x0:_0x3be03c[_0x357e70(0x24c)]();}[_0x19cb8f(0x155)](_0x4aabee,_0x20c362){const _0x21fc32=_0x19cb8f;let _0x484ac2=this[_0x21fc32(0x123)][_0x21fc32(0xf7)];return!!(_0x484ac2!=null&&_0x484ac2['call'](this[_0x21fc32(0x123)],_0x4aabee,_0x20c362));}['_findFallbackUnitId'](_0x112139,_0x5c2541){const _0x3be747=_0x19cb8f;var _0x36aef7;let _0x3a10f1=this[_0x3be747(0x123)][_0x3be747(0x7fa)];return _0x3a10f1==null||(_0x36aef7=_0x3a10f1['call'](this['_univerInstanceService'],_0x112139))==null||(_0x36aef7=_0x36aef7['find'](_0xb03114=>_0xb03114['getUnitId']()!==_0x5c2541))==null?void 0x0:_0x36aef7[_0x3be747(0x24c)]();}[_0x19cb8f(0x8e8)](_0x55f2c4,_0x3822c4,_0x1069e2=!0x0,_0x49e654){const _0x1c06a6=_0x19cb8f;let _0x63c44c=this['_univerInstanceService'][_0x1c06a6(0x78b)];if(!_0x49e654){var _0x5b7b72;(typeof _0x63c44c!=_0x1c06a6(0x697)||((_0x5b7b72=_0x63c44c['call'](this[_0x1c06a6(0x123)]))==null?void 0x0:_0x5b7b72[_0x1c06a6(0x24c)]())!==_0x55f2c4)&&this[_0x1c06a6(0x123)][_0x1c06a6(0x721)](_0x55f2c4),this[_0x1c06a6(0x18e)](_0x55f2c4,_0x3822c4),this[_0x1c06a6(0x826)][_0x1c06a6(0x677)](_0x414d24[_0x1c06a6(0x772)],!0x0),this[_0x1c06a6(0x826)][_0x1c06a6(0x677)](_0x414d24['FOCUSING_DOC'],_0x3822c4===_0x414d24[_0x1c06a6(0x4ed)][_0x1c06a6(0x5ba)]),this[_0x1c06a6(0x826)][_0x1c06a6(0x677)](_0x414d24[_0x1c06a6(0x4a4)],_0x3822c4===_0x414d24[_0x1c06a6(0x4ed)][_0x1c06a6(0x520)]),this[_0x1c06a6(0x826)][_0x1c06a6(0x677)](_0x414d24[_0x1c06a6(0x655)],_0x3822c4===_0x414d24[_0x1c06a6(0x4ed)][_0x1c06a6(0x833)]),this[_0x1c06a6(0x826)][_0x1c06a6(0x677)](_0x414d24['FOCUSING_BOARD'],_0x3822c4===_0x414d24['UniverInstanceType'][_0x1c06a6(0x8ef)]);}_0x1069e2&&this['_focusLayout']();}[_0x19cb8f(0x2f1)](_0x23aa6b){const _0x15c14d=_0x19cb8f;let _0x10282d=this['_floatingActiveService'][_0x15c14d(0x849)]();if((_0x10282d==null?void 0x0:_0x10282d[_0x15c14d(0x77a)])!=='stage2'||_0x23aa6b!==_0x10282d[_0x15c14d(0x672)])return;let _0x4f80e7=this[_0x15c14d(0x52e)][_0x15c14d(0x6e7)]();(_0x4f80e7==null?void 0x0:_0x4f80e7['embedId'])===_0x10282d['embedId']&&_0x4f80e7[_0x15c14d(0x27a)]===_0x10282d[_0x15c14d(0x27a)]&&_0x4f80e7[_0x15c14d(0x23a)]!=null&&this['_focusUnit'](_0x4f80e7[_0x15c14d(0x27a)],_0x4f80e7['childType'],!0x1,_0x4f80e7[_0x15c14d(0x576)]);}['_scheduleFloatingChildFocus'](_0x2f8f4e){const _0x4d642b=_0x19cb8f;let _0x39c087=()=>{const _0x14fe3d=_0x41b8;let _0x4e1e6b=this[_0x14fe3d(0xba)]['getActive']();(_0x4e1e6b==null?void 0x0:_0x4e1e6b[_0x14fe3d(0x576)])===_0x2f8f4e[_0x14fe3d(0x576)]&&_0x4e1e6b[_0x14fe3d(0x27a)]===_0x2f8f4e[_0x14fe3d(0x27a)]&&_0x4e1e6b[_0x14fe3d(0x77a)]===_0x14fe3d(0x8bf)&&this[_0x14fe3d(0x8e8)](_0x2f8f4e['childUnitId'],_0x2f8f4e[_0x14fe3d(0x23a)],!0x1,_0x2f8f4e[_0x14fe3d(0x576)]);};typeof queueMicrotask==_0x4d642b(0x697)&&queueMicrotask(_0x39c087),requestAnimationFrame(_0x39c087);}[_0x19cb8f(0x18e)](_0x5667df,_0x329e79){const _0x42540c=_0x19cb8f;var _0x35998c;let _0x596fb4=this['_univerInstanceService'][_0x42540c(0x654)];(typeof _0x596fb4!='function'||((_0x35998c=_0x596fb4[_0x42540c(0x353)](this[_0x42540c(0x123)],_0x329e79))==null?void 0x0:_0x35998c[_0x42540c(0x24c)]())!==_0x5667df)&&this[_0x42540c(0x123)]['setCurrentUnitForType'](_0x5667df);}[_0x19cb8f(0x24a)](){const _0x4e2614=_0x19cb8f;let _0x5768e7=()=>this[_0x4e2614(0xce)][_0x4e2614(0x816)]();_0x5768e7(),typeof queueMicrotask==_0x4e2614(0x697)&&queueMicrotask(_0x5768e7),requestAnimationFrame(_0x5768e7);}[_0x19cb8f(0x7f1)](_0x15b061){const _0xf28fe=_0x19cb8f;if(!_0x15b061[_0xf28fe(0x27a)]||_0x15b061[_0xf28fe(0x23a)]==null)throw Error(_0xf28fe(0x142));}};_0x3d7577=_0x276853([_0x482d3a(0x0,_0x414d24[_0x19cb8f(0x468)]),_0x482d3a(0x1,(0x0,_0x414d24['Inject'])(_0x5e7b5b['EmbedFocusOwnerService'])),_0x482d3a(0x2,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b['EmbedHostAdapterRegistryService'])),_0x482d3a(0x3,(0x0,_0x414d24['Inject'])(_0x18e118)),_0x482d3a(0x4,(0x0,_0x414d24['Inject'])(_0x1a9e2a)),_0x482d3a(0x5,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x25c01f)),_0x482d3a(0x6,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x8dbbb4)),_0x482d3a(0x7,_0x414d24[_0x19cb8f(0x880)]),_0x482d3a(0x8,_0x5ab84f[_0x19cb8f(0x12e)])],_0x3d7577);function _0x4f3c32(_0x29e730){const _0x110ff0=_0x19cb8f;let {injector:_0x188e5e,children:_0x46b814,mountContainer:_0x436c11,embedId:_0x165718}=_0x29e730;return(0x0,_0x5c0f5d[_0x110ff0(0x7ba)])((0x0,_0x725655[_0x110ff0(0x68d)])(()=>(0x0,_0x5ab84f['connectInjector'])(_0x4b17da,_0x188e5e),[_0x188e5e]),{'mountContainer':_0x436c11,'embedId':_0x165718,'children':_0x46b814});}function _0x4b17da(_0x1d0f97){const _0x849879=_0x19cb8f;let {children:_0x5c9063,mountContainer:_0x36c967,embedId:_0x2877d7,passThroughWheelGestures:_0x115bf5}=_0x1d0f97,_0x41f7ef=(0x0,_0x5ab84f[_0x849879(0x604)])(),_0xd9919=(0x0,_0x5ab84f[_0x849879(0x563)])(_0x414d24[_0x849879(0x52d)]),_0x531dfa=(0x0,_0x725655[_0x849879(0x68d)])(()=>_0x41f7ef['has'](_0x414d24[_0x849879(0x4c8)])?_0x41f7ef[_0x849879(0x8ee)](_0x414d24['ThemeService']):void 0x0,[_0x41f7ef]),_0x5aa7d3=(0x0,_0x5ab84f[_0x849879(0x213)])(()=>_0xd9919[_0x849879(0x6d4)][_0x849879(0x795)]((0x0,_0x61d5ff['map'])(()=>_0xd9919[_0x849879(0x124)]())),_0xd9919[_0x849879(0x124)](),!0x1,[_0xd9919]),_0x1e2f90=(0x0,_0x5ab84f[_0x849879(0x213)])(()=>_0xd9919[_0x849879(0x5b8)],_0xd9919[_0x849879(0x4cb)](),!0x1,[_0xd9919]),_0x2a1f85=_0x3cc9fd(_0x531dfa),_0x2ffbf1=(0x0,_0x725655[_0x849879(0x236)])(null),_0x3c56a9=(0x0,_0x725655[_0x849879(0x68d)])(()=>_0x36c967!==void 0x0||typeof document>'u'?null:document[_0x849879(0x3a6)](_0x849879(0x5ff)),[_0x36c967]),_0x202c17=_0x36c967===void 0x0?_0x3c56a9:_0x36c967;return(0x0,_0x725655[_0x849879(0x432)])(()=>{const _0x366d76=_0x849879;if(_0x3c56a9)return document[_0x366d76(0x7ae)]['appendChild'](_0x3c56a9),()=>{const _0x4e1af3=_0x366d76;document['body'][_0x4e1af3(0x878)](_0x3c56a9);};},[_0x3c56a9]),(0x0,_0x725655[_0x849879(0x432)])(()=>{const _0x5bdf34=_0x849879;let _0x31b2b6=_0x202c17;_0x31b2b6&&_0x31b2b6[_0x5bdf34(0x7b0)](_0x5bdf34(0x803),_0x1e2f90);},[_0x1e2f90,_0x202c17]),(0x0,_0x725655['useEffect'])(()=>{if(!(!_0x202c17||_0x115bf5))return(0x0,_0x5ab84f['preventBrowserZoomInContainers'])([_0x202c17]);},[_0x115bf5,_0x202c17]),(0x0,_0x725655[_0x849879(0x432)])(()=>{const _0x364808=_0x849879;let _0x19a5ae=_0x202c17;if(!_0x19a5ae||!_0x2877d7)return;let _0x2d969e=_0x19a5ae[_0x364808(0x3cc)](_0x51f778);return _0x19a5ae[_0x364808(0x7b0)](_0x51f778,_0x2877d7),()=>{const _0x1e8121=_0x364808;if(_0x2d969e==null){_0x19a5ae['removeAttribute'](_0x51f778);return;}_0x19a5ae[_0x1e8121(0x7b0)](_0x51f778,_0x2d969e);};},[_0x2877d7,_0x202c17]),(0x0,_0x5c0f5d[_0x849879(0x7ba)])(_0x1f8b59['ConfigProvider'],{'locale':_0x5aa7d3==null?void 0x0:_0x5aa7d3[_0x849879(0x3fe)],'direction':_0x1e2f90,'mountContainer':_0x202c17,'children':(0x0,_0x5c0f5d[_0x849879(0x7ba)])('div',{'ref':_0x2ffbf1,'className':(0x0,_0x1f8b59['clsx'])(_0x849879(0x737),{'univer-dark':_0x2a1f85}),'data-embed-runtime-provider':'true','onPointerUpCapture':_0x2151b6=>{const _0x11a4c1=_0x849879;let _0x12ef5d=_0x2ffbf1['current'],_0x40fdad=_0x2151b6[_0x11a4c1(0x129)];if(!_0x2877d7||!_0x12ef5d)return;let _0x1ea77a=()=>_0x4f3536(_0x2877d7,_0x12ef5d,_0x40fdad);typeof queueMicrotask==_0x11a4c1(0x697)?queueMicrotask(_0x1ea77a):Promise[_0x11a4c1(0x8ab)]()[_0x11a4c1(0x48e)](_0x1ea77a);},'children':_0x5c9063})});}function _0x4f3536(_0x13fa78,_0x4ad26c,_0x4fb6e2){const _0x445494=_0x19cb8f;let _0x560877=_0x4ad26c[_0x445494(0x7c1)][_0x445494(0x48f)];if(_0x77fb66(_0x560877,_0x13fa78))return;let _0x471b18=_0x4fb6e2 instanceof HTMLElement&&_0x4ad26c[_0x445494(0x691)](_0x4fb6e2)?_0x4fb6e2:null,_0x7c626d=_0x2a85fa(_0x471b18)?_0x471b18:_0x4ad26c[_0x445494(0x7e7)](_0x445494(0xa8));_0x7c626d==null||_0x7c626d[_0x445494(0x816)]({'preventScroll':!0x0});}function _0xf21485(_0x581632,_0x5c16a3){const _0xd770f4=_0x19cb8f;_0x77fb66(_0x5c16a3[_0xd770f4(0x7c1)][_0xd770f4(0x48f)],_0x581632)||(_0x5c16a3['hasAttribute'](_0xd770f4(0x2c4))||(_0x5c16a3[_0xd770f4(0x292)]=-0x1),_0x5c16a3[_0xd770f4(0x816)]({'preventScroll':!0x0}));}function _0x77fb66(_0x4372d8,_0x4b304b){const _0xd8a8f9=_0x19cb8f;let _0x1005f9=_0x4372d8==null?void 0x0:_0x4372d8[_0xd8a8f9(0x13c)]('['+_0x51f778+']');return(_0x1005f9==null?void 0x0:_0x1005f9['getAttribute'](_0x51f778))===_0x4b304b;}function _0x2a85fa(_0x526a36){const _0x4d4be9=_0x19cb8f;return!!_0x526a36&&!_0x526a36['hasAttribute']('disabled')&&_0x526a36[_0x4d4be9(0x292)]>=0x0;}function _0x3cc9fd(_0x3a4b7c){const _0x47ca92=_0x19cb8f;return(0x0,_0x725655[_0x47ca92(0x6fd)])(_0x12cca1=>{const _0x3bcff6=_0x47ca92;if(!_0x3a4b7c)return()=>{};let _0x584a5f=_0x3a4b7c[_0x3bcff6(0xc3)][_0x3bcff6(0x132)](()=>_0x12cca1());return()=>_0x584a5f['unsubscribe']();},()=>(_0x3a4b7c==null?void 0x0:_0x3a4b7c[_0x47ca92(0x39c)])??!0x1,()=>!0x1);}let _0x2262d5=new WeakMap(),_0x52bc07=new WeakMap(),_0x277fe9=new WeakMap();function _0xeb3d32(_0xdd3116){const _0xe0ac78=_0x19cb8f;let _0x58fd66=_0x2262d5[_0xe0ac78(0x8ee)](_0xdd3116);if(_0x58fd66)return _0x277fe9[_0xe0ac78(0x4a8)](_0x58fd66,(_0x277fe9[_0xe0ac78(0x8ee)](_0x58fd66)??0x0)+0x1),_0x58fd66;let _0x4e6390={'render':_0x38bf1c=>(0x0,_0x1f8b59['render'])(_0x38bf1c,_0xdd3116)};return _0x2262d5['set'](_0xdd3116,_0x4e6390),_0x52bc07[_0xe0ac78(0x4a8)](_0x4e6390,_0xdd3116),_0x277fe9[_0xe0ac78(0x4a8)](_0x4e6390,0x0),_0x4e6390;}function _0x533a4a(_0x101d28){const _0x33f78f=_0x19cb8f;let _0x1a1357=_0x52bc07[_0x33f78f(0x8ee)](_0x101d28),_0xe23ae0=_0x277fe9[_0x33f78f(0x8ee)](_0x101d28)??0x0;globalThis[_0x33f78f(0x4bc)](()=>{const _0xb0a753=_0x33f78f;_0x1a1357&&_0x2262d5[_0xb0a753(0x8ee)](_0x1a1357)!==_0x101d28||(_0x277fe9[_0xb0a753(0x8ee)](_0x101d28)??0x0)===_0xe23ae0&&(_0x1a1357&&(_0x2262d5[_0xb0a753(0x4f4)](_0x1a1357),_0x52bc07[_0xb0a753(0x4f4)](_0x101d28)),_0x277fe9['delete'](_0x101d28),_0x1a1357&&(0x0,_0x1f8b59[_0xb0a753(0x1dc)])(_0x1a1357));},0x0);}function _0x124a18(_0x435e6d){const _0x2824e8=_0x19cb8f;let {container:_0x3189c9,portalContainer:_0x108ed8,injector:_0x3e28f1,childType:_0x3a5889,childUnitId:_0x55e0d8,embedId:_0x465bdd,menuSchema:_0x4ab5b6,menuTitlePrefix:_0x124454,activeRibbonTab:_0x415a1a,headerMenu:_0x135b31=!0x1,toolbarOnly:_0x59fd2a,ribbonType:_0x46341c=_0x2824e8(0x4e0),ribbonHeaderClassName:_0x51ca20,scopedActionServiceTokens:_0x230280}=_0x435e6d;if(_0x4ab5b6!=null&&typeof _0x4ab5b6!=_0x2824e8(0x599))return;let _0x4d2ab6=_0x2328e6(_0x3e28f1,{'childType':_0x3a5889,'childUnitId':_0x55e0d8,'embedId':_0x465bdd,'menuSchema':_0x4ab5b6,'menuTitlePrefix':_0x124454,'activeRibbonTab':_0x415a1a,'scopedActionServiceTokens':_0x230280}),_0x27ddcf=_0xeb3d32(_0x3189c9);return _0x27ddcf[_0x2824e8(0x378)]((0x0,_0x725655[_0x2824e8(0x3a6)])(_0x4f3c32,{'injector':_0x4d2ab6[_0x2824e8(0x412)],'mountContainer':_0x108ed8??_0x3189c9,'embedId':_0x465bdd},(0x0,_0x725655[_0x2824e8(0x3a6)])(_0x5ab84f[_0x2824e8(0x33a)],{'ribbonType':_0x46341c,'headerMenu':_0x135b31,'toolbarOnly':_0x59fd2a,'headerClassName':_0x51ca20}))),(0x0,_0x414d24['toDisposable'])(()=>{const _0x1a1bcf=_0x2824e8;_0x533a4a(_0x27ddcf),_0x4d2ab6[_0x1a1bcf(0xec)][_0x1a1bcf(0x3b7)]();});}function _0x2328e6(_0x2602d7,_0x27e52c){const _0x1b082b=_0x19cb8f;let {childType:_0x2a2a4b,childUnitId:_0x1705f7,embedId:_0x1febd0,menuSchema:_0x21996b,menuTitlePrefix:_0x4098bc,activeRibbonTab:_0x49ce78,scopedActionServiceTokens:_0x3ed3d0}=_0x27e52c,_0x37effa=_0x2602d7['get'](_0x414d24[_0x1b082b(0x468)]),_0x254dc3=_0x1aa6e8(_0x2602d7)[_0x1b082b(0x8ee)](_0x414d24[_0x1b082b(0x468)]),_0x24b079=_0x5ce8c1(_0x37effa,_0x2a2a4b,_0x1705f7),_0x4757a9=new WeakMap(),_0x3b0e69,_0x2d233a=_0x188ab2(_0x2602d7['get'](_0x414d24[_0x1b082b(0x6e1)]),_0x37effa,_0x2a2a4b,_0x1705f7,_0x1febd0,()=>_0x3b0e69),_0x506006=_0x1705f7&&_0x2602d7[_0x1b082b(0x8f1)](_0x414d24[_0x1b082b(0x880)])?_0x58ec06(_0x2602d7[_0x1b082b(0x8ee)](_0x414d24[_0x1b082b(0x880)]),_0x2a2a4b):void 0x0,_0x57bbe0=new Map([[_0x414d24[_0x1b082b(0x468)],_0x24b079],[_0x414d24[_0x1b082b(0x6e1)],_0x2d233a],..._0x506006?[[_0x414d24[_0x1b082b(0x880)],_0x506006]]:[]]);_0x2602d7[_0x1b082b(0x8f1)](_0x414d24['IConfigService'])&&_0x57bbe0[_0x1b082b(0x4a8)](_0x414d24[_0x1b082b(0x66f)],_0xc1594d(_0x2602d7[_0x1b082b(0x8ee)](_0x414d24[_0x1b082b(0x66f)]))),new Set(_0x3ed3d0??[])[_0x1b082b(0x2f2)](_0x3a5ee2=>{const _0x21f64d=_0x1b082b;_0x1705f7&&_0x2602d7[_0x21f64d(0x8f1)](_0x3a5ee2)&&_0x57bbe0[_0x21f64d(0x4a8)](_0x3a5ee2,_0x341f0e(_0x2602d7['get'](_0x3a5ee2),_0x254dc3,_0x2a2a4b,_0x1705f7,_0x1febd0,()=>_0x3b0e69,_0x4757a9));}),_0x3b0e69=_0x1fd47d(_0x2602d7,_0x57bbe0);let {menuManager:_0x21aeb2,disposable:_0x487389}=_0x5055dc(_0x2602d7,_0x3b0e69,_0x21996b,_0x4098bc),_0x3e27cf=new _0x5ab84f[(_0x1b082b(0x40b))](_0x21aeb2,_0x24b079);_0x49ce78&&_0x3e27cf[_0x1b082b(0x7b1)](_0x49ce78);let _0x27f01e=_0x4098bc?_0x46934e(_0x3e27cf,_0x4098bc,_0x2602d7):_0x3e27cf;_0x3b0e69['add']([_0x5ab84f[_0x1b082b(0x671)],{'useValue':_0x21aeb2}]),_0x3b0e69['add']([_0x5ab84f['IRibbonService'],{'useValue':_0x27f01e}]);let _0x234ecb=_0x34cc01(_0x2602d7,_0x3e27cf,_0x21aeb2,{'embedId':_0x1febd0,'childUnitId':_0x1705f7});return{'injector':_0x3b0e69,'ribbonService':_0x27f01e,'disposable':(0x0,_0x414d24[_0x1b082b(0x5f4)])(()=>{const _0x38113a=_0x1b082b;_0x234ecb==null||_0x234ecb[_0x38113a(0x3b7)](),_0x3e27cf[_0x38113a(0x3b7)](),_0x487389==null||_0x487389['dispose'](),_0x3b0e69[_0x38113a(0x3b7)]();})};}function _0x5055dc(_0x319224,_0x2a63cd,_0x493b8d,_0x3927c2){const _0x16bb38=_0x19cb8f;if(_0x493b8d&&typeof _0x493b8d=='object'){let _0x899fe6=new _0x5ab84f['MenuManagerService'](_0x2a63cd,_0x2a63cd[_0x16bb38(0x8ee)](_0x414d24[_0x16bb38(0x66f)]));return _0x899fe6['mergeMenu'](_0x18803f(_0x493b8d,_0x3927c2,_0x319224)),{'menuManager':_0x5c7b73(_0x899fe6),'disposable':_0x899fe6};}let _0x4d4da4=_0x319224[_0x16bb38(0x8ee)](_0x5ab84f['IMenuManagerService']),_0x5105fb=_0x4d4da4['createScoped'];return{'menuManager':_0x5c7b73(typeof _0x5105fb==_0x16bb38(0x697)?_0x5105fb[_0x16bb38(0x353)](_0x4d4da4,_0x2a63cd):_0x4d4da4)};}function _0x34cc01(_0x4aaea7,_0x350bb4,_0x1e8c0e,_0x2ce4bb){const _0x422662=_0x19cb8f;let {embedId:_0x581198,childUnitId:_0x50aa01}=_0x2ce4bb;if(!_0x581198||!_0x50aa01)return;let _0x2a3279=_0x1aa6e8(_0x4aaea7);if(!_0x2a3279[_0x422662(0x8f1)](_0x5ab84f['IRibbonService'])||!_0x2a3279[_0x422662(0x8f1)](_0x1db604))return;let _0x3a38cc=_0x2a3279['get'](_0x5ab84f[_0x422662(0x8bc)]),_0x50e7bd=_0x2a3279[_0x422662(0x8ee)](_0x1db604),_0x8c7698=new Set(),_0x190a62=(0x0,_0x61d5ff[_0x422662(0x26f)])([_0x3a38cc[_0x422662(0x4ff)],_0x3a38cc[_0x422662(0x3af)],_0x1e8c0e[_0x422662(0x55f)][_0x422662(0x795)]((0x0,_0x61d5ff[_0x422662(0x622)])(void 0x0)),(0x0,_0x61d5ff[_0x422662(0x8f3)])(_0x50e7bd['runtimeFocusChanged$'],_0x50e7bd[_0x422662(0x461)])[_0x422662(0x795)]((0x0,_0x61d5ff[_0x422662(0x622)])(void 0x0))])[_0x422662(0x132)](([_0x8fb2dc,_0x5cdb1f])=>{const _0x1fa3e8=_0x422662;let _0x585620=_0x50e7bd[_0x1fa3e8(0x374)](),_0x1ea79b=(_0x585620==null?void 0x0:_0x585620[_0x1fa3e8(0x576)])===_0x581198&&_0x585620[_0x1fa3e8(0x27a)]===_0x50aa01&&(_0x585620[_0x1fa3e8(0x174)]===_0x1fa3e8(0x8cd)||_0x585620[_0x1fa3e8(0x174)]===_0x1fa3e8(0x7c6)),_0x9dcc8d=new Set(_0x1e8c0e[_0x1fa3e8(0x83f)](_0x5ab84f[_0x1fa3e8(0x6c2)][_0x1fa3e8(0x200)])[_0x1fa3e8(0x1d4)](({contextual:_0x16e3e8})=>_0x16e3e8)[_0x1fa3e8(0x4da)](({key:_0x145154})=>_0x145154)),_0x3feb1f=_0x1ea79b?new Set(_0x8fb2dc['filter'](({contextual:_0xf5652b,key:_0x16708b})=>_0xf5652b&&_0x9dcc8d[_0x1fa3e8(0x8f1)](_0x16708b))[_0x1fa3e8(0x4da)](({key:_0x4ff1e8})=>_0x4ff1e8)):new Set();_0x8c7698['forEach'](_0xeb276f=>{const _0x55982e=_0x1fa3e8;_0x3feb1f['has'](_0xeb276f)||_0x350bb4[_0x55982e(0x61d)](_0xeb276f);}),_0x3feb1f[_0x1fa3e8(0x2f2)](_0x99f5ec=>{const _0x55ad58=_0x1fa3e8;_0x8c7698[_0x55ad58(0x8f1)](_0x99f5ec)||_0x350bb4[_0x55ad58(0x650)](_0x99f5ec);}),_0x3feb1f[_0x1fa3e8(0x8f1)](_0x5cdb1f)&&_0x350bb4['setActivatedTab'](_0x5cdb1f),_0x8c7698=_0x3feb1f;});return(0x0,_0x414d24['toDisposable'])(()=>{const _0x4a7976=_0x422662;_0x190a62['unsubscribe'](),_0x8c7698[_0x4a7976(0x2f2)](_0x5c2a4b=>_0x350bb4['hideContextualTab'](_0x5c2a4b)),_0x8c7698[_0x4a7976(0x13a)]();});}function _0x1aa6e8(_0x1d320){return _0x1d320['__embedSharedRootInjector']??_0x1d320;}function _0x46934e(_0x4f75e3,_0x48183b,_0x171ba7){const _0x160961=_0x19cb8f;let _0x3c31bb;try{_0x3c31bb=_0x171ba7[_0x160961(0x8ee)](_0x414d24[_0x160961(0x52d)]);}catch{_0x3c31bb=void 0x0;}return{'ribbon$':_0x4f75e3[_0x160961(0x4ff)][_0x160961(0x795)]((0x0,_0x61d5ff['map'])(_0x29af67=>_0x29af67[_0x160961(0x4da)](_0x2eee8e=>_0x3bcf1f(_0x2eee8e,_0x48183b,_0x3c31bb)))),'activatedTab$':_0x4f75e3[_0x160961(0x3af)],'collapsedIds$':_0x4f75e3['collapsedIds$'],'fakeToolbarVisible$':_0x4f75e3[_0x160961(0x450)],'setActivatedTab':_0x462d60=>_0x4f75e3[_0x160961(0x7b1)](_0x462d60),'showContextualTab':(_0x1f5a11,_0x27dfb9)=>_0x4f75e3[_0x160961(0x650)](_0x1f5a11,_0x27dfb9),'hideContextualTab':_0x458a83=>_0x4f75e3['hideContextualTab'](_0x458a83),'hideAllContextualTabs':()=>_0x4f75e3[_0x160961(0x812)](),'setCollapsedIds':_0x21ceab=>_0x4f75e3[_0x160961(0x127)](_0x21ceab),'setFakeToolbarVisible':_0x177f69=>_0x4f75e3[_0x160961(0x126)](_0x177f69)};}function _0x3bcf1f(_0x5d7270,_0x419bb1,_0x58457e){const _0x39528d=_0x19cb8f;let _0x1837ad=_0x5d7270[_0x39528d(0x508)]||_0x5d7270[_0x39528d(0x785)],_0x1921e8=_0x58457e?_0x58457e['t'](_0x1837ad):_0x1837ad;return{..._0x5d7270,'title':_0x419bb1+_0x39528d(0x40d)+_0x1921e8};}function _0x18803f(_0x8e06f6,_0x12c4d3,_0x4350f6){const _0x577a3c=_0x19cb8f;if(!_0x12c4d3||!_0x8e06f6||typeof _0x8e06f6!=_0x577a3c(0x599))return _0x8e06f6;let _0x25eefa=_0x4e2188(_0x8e06f6),_0x5e0b52=_0x25eefa[_0x5ab84f[_0x577a3c(0x6c2)][_0x577a3c(0x200)]];if(!_0x5e0b52||typeof _0x5e0b52!='object')return _0x25eefa;let _0x37dbcb;try{_0x37dbcb=_0x4350f6[_0x577a3c(0x8ee)](_0x414d24['LocaleService']);}catch{_0x37dbcb=void 0x0;}return Object['values'](_0x5e0b52)[_0x577a3c(0x2f2)](_0x8159ee=>{const _0x3227a2=_0x577a3c;if(!_0x8159ee||typeof _0x8159ee!='object')return;let _0x3e9de1=_0x8159ee,_0x4a6ab2=_0x3e9de1['title'];_0x4a6ab2&&(_0x3e9de1[_0x3227a2(0x508)]=_0x12c4d3+_0x3227a2(0x40d)+(_0x37dbcb?_0x37dbcb['t'](_0x4a6ab2):_0x4a6ab2));}),_0x25eefa;}function _0x4e2188(_0x26e7df){const _0x351ac6=_0x19cb8f;return!_0x26e7df||typeof _0x26e7df!=_0x351ac6(0x599)?_0x26e7df:Array[_0x351ac6(0x8fc)](_0x26e7df)?_0x26e7df[_0x351ac6(0x4da)](_0x2c6b36=>_0x4e2188(_0x2c6b36)):Object[_0x351ac6(0x161)](Object[_0x351ac6(0x45d)](_0x26e7df)[_0x351ac6(0x4da)](([_0x215bf1,_0x52603c])=>[_0x215bf1,_0x4e2188(_0x52603c)]));}function _0x5ce8c1(_0x5067ff,_0x46d390,_0xe2c6e3){const _0x1a6db2=_0x19cb8f;let _0x236f3d=()=>_0xe2c6e3?_0x5067ff[_0x1a6db2(0xf7)](_0xe2c6e3,_0x46d390):null,_0x3a9dd4=_0xe2c6e3?(0x0,_0x61d5ff[_0x1a6db2(0x8f3)])((0x0,_0x61d5ff['of'])(_0xe2c6e3),_0x5067ff['getTypeOfUnitAdded$'](_0x46d390)['pipe']((0x0,_0x61d5ff[_0x1a6db2(0x4da)])(()=>_0xe2c6e3)),_0x5067ff[_0x1a6db2(0x1a6)](_0x46d390)[_0x1a6db2(0x795)]((0x0,_0x61d5ff['map'])(()=>_0xe2c6e3))):_0x5067ff[_0x1a6db2(0x1b0)];return{'unitAdded$':_0x5067ff[_0x1a6db2(0x2f4)],'getTypeOfUnitAdded$':(..._0x4f40d4)=>_0x5067ff[_0x1a6db2(0x36d)](..._0x4f40d4),'__addUnit':(..._0xdf48d4)=>_0x5067ff[_0x1a6db2(0x7f5)](..._0xdf48d4),'unitDisposed$':_0x5067ff[_0x1a6db2(0x4b7)],'getTypeOfUnitDisposed$':(..._0x44da4e)=>_0x5067ff['getTypeOfUnitDisposed$'](..._0x44da4e),'focused$':_0x3a9dd4,get 'focused'(){const _0xe6fc0c=_0x1a6db2;return _0x236f3d()??_0x5067ff[_0xe6fc0c(0x78b)]();},'focusUnit':(..._0x41df49)=>_0x5067ff[_0x1a6db2(0x721)](..._0x41df49),'getFocusedUnit':()=>_0x236f3d()??_0x5067ff[_0x1a6db2(0x78b)](),'getCurrentUnitOfType':_0x420575=>_0x420575===_0x46d390&&_0xe2c6e3?_0x236f3d():_0x5067ff[_0x1a6db2(0x654)](_0x420575),'setCurrentUnitForType':(..._0x4232ee)=>_0x5067ff[_0x1a6db2(0x601)](..._0x4232ee),'getCurrentTypeOfUnit$':_0x3cb2f2=>_0x3cb2f2!==_0x46d390||!_0xe2c6e3?_0x5067ff[_0x1a6db2(0x87d)](_0x3cb2f2):(0x0,_0x61d5ff['merge'])((0x0,_0x61d5ff['of'])(void 0x0),_0x5067ff[_0x1a6db2(0x36d)](_0x46d390),_0x5067ff[_0x1a6db2(0x1a6)](_0x46d390))[_0x1a6db2(0x795)]((0x0,_0x61d5ff[_0x1a6db2(0x4da)])(()=>_0x236f3d())),'createUnit':(..._0x250ece)=>_0x5067ff[_0x1a6db2(0x779)](..._0x250ece),'getUnitCreateOptions':(..._0x4c5f35)=>_0x5067ff[_0x1a6db2(0x67b)](..._0x4c5f35),'disposeUnit':(..._0x5d718f)=>_0x5067ff[_0x1a6db2(0x4f1)](..._0x5d718f),'registerCtorForType':(..._0x5bf8cd)=>_0x5067ff[_0x1a6db2(0x40f)](..._0x5bf8cd),'getUnit':(..._0x3672c8)=>_0x5067ff[_0x1a6db2(0xf7)](..._0x3672c8),'getAllUnitsForType':(..._0x13e0a6)=>_0x5067ff[_0x1a6db2(0x7fa)](..._0x13e0a6),'getUnitType':(..._0x257ff2)=>_0x5067ff[_0x1a6db2(0x4ec)](..._0x257ff2)};}function _0x58ec06(_0x3d7f6b,_0x1cac8d){const _0x3e64f4=_0x19cb8f;return{'contextChanged$':_0x3d7f6b[_0x3e64f4(0x42e)],'getContextValue':_0x3f9078=>_0x2c718c(_0x3f9078,_0x1cac8d)??_0x3d7f6b[_0x3e64f4(0x522)](_0x3f9078),'setContextValue':(_0xa432b9,_0x41754b)=>_0x3d7f6b[_0x3e64f4(0x677)](_0xa432b9,_0x41754b),'subscribeContextValue$':_0x12a15a=>{let _0x9afbf0=_0x2c718c(_0x12a15a,_0x1cac8d);return _0x9afbf0==null?_0x3d7f6b['subscribeContextValue$'](_0x12a15a):(0x0,_0x61d5ff['of'])(_0x9afbf0);}};}function _0x2c718c(_0x249aac,_0x230d89){const _0x5742dc=_0x19cb8f;if(_0x249aac===_0x414d24[_0x5742dc(0x772)])return!0x0;if(_0x249aac===_0x414d24['FOCUSING_SHEET']||_0x249aac===_0x414d24[_0x5742dc(0x102)]||_0x249aac===_0x414d24[_0x5742dc(0x655)])return _0x249aac===_0x424dd0(_0x230d89);}function _0x424dd0(_0xe361dd){const _0x392744=_0x19cb8f;if(_0xe361dd===_0x414d24[_0x392744(0x4ed)][_0x392744(0x520)])return _0x414d24[_0x392744(0x4a4)];if(_0xe361dd===_0x414d24[_0x392744(0x4ed)]['UNIVER_DOC'])return _0x414d24['FOCUSING_DOC'];if(_0xe361dd===_0x414d24[_0x392744(0x4ed)]['UNIVER_SLIDE'])return _0x414d24[_0x392744(0x655)];}function _0x188ab2(_0x2e2b2d,_0x35711a,_0x330892,_0xaaaba6,_0xc6143,_0x5d6c9a){const _0x329dd4=_0x19cb8f;return _0xaaaba6?{'disposed':()=>_0x2e2b2d['disposed'](),'hasCommand':_0x26b072=>_0x2e2b2d['hasCommand'](_0x26b072),'registerCommand':(..._0x50e99e)=>_0x2e2b2d[_0x329dd4(0x8ad)](..._0x50e99e),'unregisterCommand':_0x22610d=>_0x2e2b2d[_0x329dd4(0x5fe)](_0x22610d),'registerMultipleCommand':(..._0x16caea)=>_0x2e2b2d[_0x329dd4(0x60c)](..._0x16caea),'executeCommand':async(..._0x3015bb)=>{const _0x211beb=_0x329dd4;let _0xb876f2=_0x35711a['getCurrentUnitOfType'](_0x330892);try{return _0x35711a[_0x211beb(0x601)](_0xaaaba6),await _0x2e2b2d[_0x211beb(0x6ed)](_0x3015bb[0x0],_0x3015bb[0x1],_0x525b5b(_0x330892,_0xaaaba6,_0x3015bb[0x2]));}finally{_0x5b24a4(_0x35711a,_0xaaaba6,_0xb876f2,_0xc6143,_0x5d6c9a);}},'syncExecuteCommand':(..._0x5e8beb)=>{const _0x2bdb52=_0x329dd4;let _0x5a36a8=_0x35711a[_0x2bdb52(0x654)](_0x330892);try{return _0x35711a[_0x2bdb52(0x601)](_0xaaaba6),_0x2e2b2d[_0x2bdb52(0x289)](_0x5e8beb[0x0],_0x5e8beb[0x1],_0x525b5b(_0x330892,_0xaaaba6,_0x5e8beb[0x2]));}finally{_0x5b24a4(_0x35711a,_0xaaaba6,_0x5a36a8,_0xc6143,_0x5d6c9a);}},'onCommandExecuted':(..._0x13ff7c)=>_0x2e2b2d[_0x329dd4(0x119)](..._0x13ff7c),'beforeCommandExecuted':(..._0x4ce556)=>_0x2e2b2d['beforeCommandExecuted'](..._0x4ce556),'onMutationExecutedForCollab':(..._0x22295d)=>_0x2e2b2d[_0x329dd4(0x7ee)](..._0x22295d)}:_0x2e2b2d;}function _0x525b5b(_0x24a601,_0x42a36b,_0x11e22f){const _0x56d6cf=_0x19cb8f;return _0x24a601===_0x414d24[_0x56d6cf(0x4ed)][_0x56d6cf(0x8ef)]?{..._0x11e22f,'unitId':_0x42a36b}:_0x11e22f;}function _0x341f0e(_0x23a45a,_0x15af49,_0x13948f,_0x13d4ea,_0x3cc548,_0x1f6c9d,_0x201940){const _0x6cd03e=_0x19cb8f;if(typeof _0x23a45a!=_0x6cd03e(0x599)&&typeof _0x23a45a!=_0x6cd03e(0x697)||_0x23a45a==null)return _0x23a45a;let _0x4078ef=_0x23a45a,_0x4e1863=_0x201940==null?void 0x0:_0x201940[_0x6cd03e(0x8ee)](_0x4078ef);if(_0x4e1863)return _0x4e1863;let _0xe1ee69={..._0x4078ef};return _0x593cb7(_0x4078ef,_0xe1ee69,_0x15af49,_0x13948f,_0x13d4ea,_0x3cc548,_0x1f6c9d),_0x201940==null||_0x201940[_0x6cd03e(0x4a8)](_0x4078ef,_0xe1ee69),_0xe1ee69;}function _0x593cb7(_0x1fb57c,_0x50fca3,_0xd82ef1,_0x1b4ca9,_0x3b07da,_0x2da62a,_0x144fa1){const _0x33b183=_0x19cb8f;let _0x269947=_0x54516c=>{const _0x20e4f4=_0x41b8;if(_0x54516c===_0x20e4f4(0x1c1))return;let _0x313ec7=_0x1fb57c[_0x54516c];if(typeof _0x313ec7!=_0x20e4f4(0x697))return;let _0x47236a=_0x50fca3;_0x47236a[_0x54516c]=(..._0x1ae4b3)=>_0x4eb005(_0xd82ef1,_0x1b4ca9,_0x3b07da,_0x2da62a,_0x144fa1,()=>_0x313ec7[_0x20e4f4(0x5bc)](_0x1fb57c,_0x1ae4b3));};Object[_0x33b183(0x5fa)](_0x1fb57c)['forEach'](_0x269947);let _0x1f115f=Object[_0x33b183(0x243)](_0x1fb57c);_0x1f115f&&_0x1f115f!==Object[_0x33b183(0x6fb)]&&Object[_0x33b183(0x572)](_0x1f115f)['forEach'](_0x269947);}function _0x4eb005(_0x659c7b,_0xaff153,_0x48c654,_0x24c2e6,_0x5f3425,_0x5c9258){const _0x1b0f4e=_0x19cb8f;let _0x3ade26=_0x659c7b[_0x1b0f4e(0x654)](_0xaff153),_0x212320;try{_0x659c7b[_0x1b0f4e(0x601)](_0x48c654),_0x212320=_0x5c9258();}catch(_0x37195a){throw _0x5b24a4(_0x659c7b,_0x48c654,_0x3ade26,_0x24c2e6,_0x5f3425),_0x37195a;}return _0x26c2c1(_0x212320)?_0x212320[_0x1b0f4e(0x1c4)](()=>{_0x5b24a4(_0x659c7b,_0x48c654,_0x3ade26,_0x24c2e6,_0x5f3425);}):(_0x5b24a4(_0x659c7b,_0x48c654,_0x3ade26,_0x24c2e6,_0x5f3425),_0x212320);}function _0x26c2c1(_0x19a2a5){const _0x162cfa=_0x19cb8f;return!!(_0x19a2a5&&typeof _0x19a2a5[_0x162cfa(0x1c4)]==_0x162cfa(0x697));}function _0x5b24a4(_0x255825,_0x2bc790,_0x884f02,_0x207a41,_0xbe805d){const _0x2d6c9a=_0x19cb8f;if(_0x1a0fd3(_0x207a41,_0xbe805d)){var _0x585c23;_0x255825[_0x2d6c9a(0x601)](_0x2bc790),(_0x585c23=_0x255825['focusUnit'])==null||_0x585c23[_0x2d6c9a(0x353)](_0x255825,_0x2bc790);return;}_0x884f02&&_0x255825['setCurrentUnitForType'](_0x884f02[_0x2d6c9a(0x24c)]());}function _0x1a0fd3(_0x318d51,_0x4f927e){const _0x21d60e=_0x19cb8f;let _0xe9ed06=_0x4f927e==null?void 0x0:_0x4f927e();return!_0x318d51||!(_0xe9ed06!=null&&_0xe9ed06[_0x21d60e(0x8f1)](_0x1db604))?!0x1:_0xe9ed06['get'](_0x1db604)[_0x21d60e(0x4ce)](_0x318d51);}let _0xbdb268=new WeakMap(),_0x396387=0x0;function _0x1ee6c4(_0x1cf304,_0x42bb18){const _0x1b86cd=_0x19cb8f;if(!_0x1cf304['has'](_0x537d9d))return _0x6d55b5(_0x1cf304,_0x42bb18);let _0x20018f=_0x1cf304['get'](_0x537d9d);if(!(_0x42bb18['id']&&_0x20018f['getAll'](_0x42bb18[_0x1b86cd(0x23a)],_0x42bb18[_0x1b86cd(0x73a)])['some'](_0x3643dd=>_0x3643dd['id']===_0x42bb18['id'])))return _0x20018f[_0x1b86cd(0x586)](_0x42bb18);}function _0x24bb30(_0xafea8d){const _0x2aaa81=_0x19cb8f;if(!_0xafea8d[_0x2aaa81(0x8f1)](_0x537d9d))return;let _0x1f4509=_0xbdb268[_0x2aaa81(0x8ee)](_0xafea8d);_0x1f4509!=null&&_0x1f4509[_0x2aaa81(0x70b)]&&([..._0x1f4509[_0x2aaa81(0x195)]()][_0x2aaa81(0x192)]((_0x28f2aa,_0x4a3b15)=>_0x28f2aa['index']-_0x4a3b15[_0x2aaa81(0x606)])['forEach'](({contribution:_0x5935d7})=>_0x1ee6c4(_0xafea8d,_0x5935d7)),_0xbdb268[_0x2aaa81(0x4f4)](_0xafea8d));}function _0x6d55b5(_0x24cf93,_0x4b118a){const _0x18f39=_0x19cb8f;let _0x2c38e7={'contribution':_0x4b118a,'index':_0x396387++},_0x42c01d=_0x93d909(_0x4b118a,_0x2c38e7['index']),_0x5ba037=_0x24cf93,_0x1aa28c=_0xbdb268[_0x18f39(0x8ee)](_0x5ba037)??new Map();return _0x1aa28c[_0x18f39(0x4a8)](_0x42c01d,_0x2c38e7),_0xbdb268[_0x18f39(0x4a8)](_0x5ba037,_0x1aa28c),(0x0,_0x414d24['toDisposable'])(()=>{const _0x3fd6e3=_0x18f39;let _0x3cdb0e=_0xbdb268['get'](_0x5ba037);(_0x3cdb0e==null?void 0x0:_0x3cdb0e[_0x3fd6e3(0x8ee)](_0x42c01d))===_0x2c38e7&&_0x3cdb0e[_0x3fd6e3(0x4f4)](_0x42c01d);});}function _0x93d909(_0x28a7f5,_0x99c6a0){const _0x1ad2e0=_0x19cb8f;let _0x320fd2=_0xa41c03(_0x28a7f5);return _0x28a7f5['id']?_0x28a7f5[_0x1ad2e0(0x23a)]+':'+_0x320fd2+':'+_0x28a7f5['id']:_0x28a7f5[_0x1ad2e0(0x23a)]+':'+_0x320fd2+_0x1ad2e0(0x7d4)+_0x99c6a0;}var _0x537d9d=class{constructor(){const _0x2ce23a=_0x19cb8f;_0x53835d(this,_0x2ce23a(0x556),new Map()),_0x53835d(this,_0x2ce23a(0x366),0x0);}[_0x19cb8f(0x586)](_0x105a9a){const _0x457588=_0x19cb8f;let _0x515c8d={'contribution':_0x105a9a,'index':this[_0x457588(0x366)]++},_0xbd62cc=this[_0x457588(0x556)][_0x457588(0x8ee)](_0x105a9a[_0x457588(0x23a)])??[];return _0xbd62cc['push'](_0x515c8d),_0xbd62cc[_0x457588(0x192)](_0x395693),this[_0x457588(0x556)][_0x457588(0x4a8)](_0x105a9a['childType'],_0xbd62cc),(0x0,_0x414d24[_0x457588(0x5f4)])(()=>{const _0x115448=_0x457588;let _0x3a5ee7=this[_0x115448(0x556)][_0x115448(0x8ee)](_0x105a9a[_0x115448(0x23a)]);if(!_0x3a5ee7)return;let _0x55326b=_0x3a5ee7['filter'](_0x783c9c=>_0x783c9c!==_0x515c8d);_0x55326b['length']?this[_0x115448(0x556)][_0x115448(0x4a8)](_0x105a9a[_0x115448(0x23a)],_0x55326b):this[_0x115448(0x556)][_0x115448(0x4f4)](_0x105a9a[_0x115448(0x23a)]);});}['get'](_0x33aa46){const _0x537b8b=_0x19cb8f;return this[_0x537b8b(0x4b2)](_0x33aa46)[0x0];}[_0x19cb8f(0x4b2)](_0xc15306,_0x1e2cd1){const _0x150f40=_0x19cb8f;return(this[_0x150f40(0x556)][_0x150f40(0x8ee)](_0xc15306)??[])[_0x150f40(0x4da)](_0x277604=>_0x277604[_0x150f40(0x644)])[_0x150f40(0x1d4)](_0x4d8dad=>!_0x1e2cd1||_0xa41c03(_0x4d8dad)===_0x1e2cd1);}[_0x19cb8f(0x2fa)](_0x2da60b,_0x5e9f34=_0x19cb8f(0x886)){const _0x25829d=_0x19cb8f;let _0x322b65=this[_0x25829d(0x4b2)](_0x2da60b,_0x5e9f34)[_0x25829d(0x4da)](_0x2a0e72=>_0x2a0e72[_0x25829d(0x739)])[_0x25829d(0x1d4)](_0x4f3ab9=>_0x4f3ab9&&typeof _0x4f3ab9==_0x25829d(0x599));if(_0x322b65['length'])return _0x1bc3c4(_0x322b65);}[_0x19cb8f(0x128)](_0x186478){const _0x218c13=_0x19cb8f;let _0xdf283c=_0x186478[_0x218c13(0x73a)]??_0x218c13(0x886),_0xccf8db=this['getAll'](_0x186478[_0x218c13(0x23a)],_0xdf283c);if(!_0xccf8db['length'])return;let _0x2226cb=_0xccf8db[_0x218c13(0x1d4)](_0x285cec=>_0x285cec[_0x218c13(0x128)]);if(_0x2226cb['length']){let _0x369677=_0x2226cb[_0x218c13(0x4da)](_0x43c00f=>{const _0xdb7982=_0x218c13;var _0x31e3fa;return(_0x31e3fa=_0x43c00f[_0xdb7982(0x128)])==null?void 0x0:_0x31e3fa[_0xdb7982(0x353)](_0x43c00f,{..._0x186478,'surface':_0xdf283c,'menuSchema':_0x43c00f[_0xdb7982(0x739)],'scopedActionServiceTokens':_0x43c00f[_0xdb7982(0x850)]});})['filter'](_0x3d26ae=>!!_0x3d26ae);return(0x0,_0x414d24[_0x218c13(0x5f4)])(()=>{_0x369677['forEach'](_0x4638f3=>_0x4638f3['dispose']());});}let _0xc7b27c=this[_0x218c13(0x2fa)](_0x186478['childType'],_0xdf283c);if(_0xdf283c===_0x218c13(0x886))return _0x124a18({..._0x186478,'surface':_0xdf283c,'menuSchema':_0xc7b27c,'scopedActionServiceTokens':_0xf10a3a(_0xccf8db)})??void 0x0;}};function _0xf10a3a(_0x4626c5){const _0x23e386=_0x19cb8f;let _0x3925f8=_0x4626c5[_0x23e386(0x24b)](_0x3c9943=>_0x3c9943[_0x23e386(0x850)]??[]);return _0x3925f8[_0x23e386(0x716)]?Array['from'](new Set(_0x3925f8)):void 0x0;}function _0xa41c03(_0x1d7805){const _0xe13510=_0x19cb8f;return _0x1d7805[_0xe13510(0x73a)]??_0xe13510(0x886);}function _0x395693(_0x3a2fcf,_0x552e85){const _0x3d2db3=_0x19cb8f;return(_0x3a2fcf[_0x3d2db3(0x644)][_0x3d2db3(0x51e)]??_0x3a2fcf[_0x3d2db3(0x606)])-(_0x552e85[_0x3d2db3(0x644)][_0x3d2db3(0x51e)]??_0x552e85[_0x3d2db3(0x606)])||_0x3a2fcf[_0x3d2db3(0x606)]-_0x552e85[_0x3d2db3(0x606)];}function _0x1bc3c4(_0x1e0395){const _0x138e23=_0x19cb8f;return _0x1e0395[_0x138e23(0x685)]((_0x40eb41,_0x5058ab)=>_0x4c7770(_0x40eb41,_0x172c6b(_0x5058ab)),{});}function _0x172c6b(_0x5d8038){const _0x54ac45=_0x19cb8f;if(!_0x3d847f(_0x5d8038))return _0x5d8038;let _0x1c0d4d=new Set(Object['values'](_0x5ab84f[_0x54ac45(0x6d5)])),_0x279128=Object[_0x54ac45(0x45d)](_0x5d8038)['filter'](([_0x4be42f])=>_0x1c0d4d['has'](_0x4be42f)),_0x5262da=Object[_0x54ac45(0x45d)](_0x5d8038)[_0x54ac45(0x1d4)](([_0x133655])=>_0xaf2721(_0x133655));if(!_0x279128[_0x54ac45(0x716)]&&!_0x5262da[_0x54ac45(0x716)])return _0x5d8038;let _0x53cdae={};Object[_0x54ac45(0x45d)](_0x5d8038)['forEach'](([_0x571f7a,_0x2e12a4])=>{const _0x3a2c1e=_0x54ac45;!_0x1c0d4d[_0x3a2c1e(0x8f1)](_0x571f7a)&&!_0xaf2721(_0x571f7a)&&(_0x53cdae[_0x571f7a]=_0x486cbb(_0x2e12a4));});let _0x11a2de=_0x3d847f(_0x53cdae[_0x5ab84f[_0x54ac45(0x6c2)][_0x54ac45(0x200)]])?_0x53cdae[_0x5ab84f['MenuManagerPosition'][_0x54ac45(0x200)]]:{};return _0x279128['forEach'](([_0xc0a8f,_0x3161de])=>{_0x11a2de[_0xc0a8f]=_0xc0a8f in _0x11a2de?_0x4c7770(_0x11a2de[_0xc0a8f],_0x3161de):_0x486cbb(_0x3161de);}),_0x5262da[_0x54ac45(0x2f2)](([_0x2e6df6,_0x807f62])=>{let _0x289260=_0xaf2721(_0x2e6df6);if(!_0x289260)return;let _0x427c40=_0x3d847f(_0x11a2de[_0x289260])?_0x11a2de[_0x289260]:{};_0x427c40[_0x2e6df6]=_0x2e6df6 in _0x427c40?_0x4c7770(_0x427c40[_0x2e6df6],_0x807f62):_0x486cbb(_0x807f62),_0x11a2de[_0x289260]=_0x427c40;}),_0x53cdae[_0x5ab84f[_0x54ac45(0x6c2)][_0x54ac45(0x200)]]=_0x11a2de,_0x53cdae;}let _0x82e371=[[Object[_0x19cb8f(0x195)](_0x5ab84f[_0x19cb8f(0xd5)]),_0x5ab84f[_0x19cb8f(0x6d5)][_0x19cb8f(0x198)]],[Object[_0x19cb8f(0x195)](_0x5ab84f[_0x19cb8f(0x3c2)]),_0x5ab84f[_0x19cb8f(0x6d5)]['INSERT']],[Object[_0x19cb8f(0x195)](_0x5ab84f[_0x19cb8f(0x854)]),_0x5ab84f[_0x19cb8f(0x6d5)][_0x19cb8f(0x1de)]],[Object[_0x19cb8f(0x195)](_0x5ab84f['RibbonDataGroup']),_0x5ab84f['RibbonPosition'][_0x19cb8f(0x748)]],[Object['values'](_0x5ab84f[_0x19cb8f(0x2c3)]),_0x5ab84f[_0x19cb8f(0x6d5)]['VIEW']],[Object[_0x19cb8f(0x195)](_0x5ab84f[_0x19cb8f(0x28c)]),_0x5ab84f[_0x19cb8f(0x6d5)][_0x19cb8f(0x7e5)]]];function _0xaf2721(_0x2c855f){const _0x6d7922=_0x19cb8f;var _0x20d3f8;return(_0x20d3f8=_0x82e371[_0x6d7922(0x138)](([_0x45d070])=>_0x45d070[_0x6d7922(0x2b3)](_0x2c855f)))==null?void 0x0:_0x20d3f8[0x1];}function _0x4c7770(_0x1fa232,_0x326400){const _0x1ed528=_0x19cb8f;if(!_0x3d847f(_0x1fa232)||!_0x3d847f(_0x326400))return _0x486cbb(_0x326400);let _0x2e012d={..._0x1fa232};return Object[_0x1ed528(0x45d)](_0x326400)[_0x1ed528(0x2f2)](([_0x2fe702,_0x2d6c21])=>{_0x2e012d[_0x2fe702]=_0x2fe702 in _0x2e012d?_0x4c7770(_0x2e012d[_0x2fe702],_0x2d6c21):_0x486cbb(_0x2d6c21);}),_0x2e012d;}function _0x486cbb(_0x153918){const _0x1b5254=_0x19cb8f;return Array['isArray'](_0x153918)?_0x153918['map'](_0x4553d7=>_0x486cbb(_0x4553d7)):_0x3d847f(_0x153918)?Object[_0x1b5254(0x161)](Object[_0x1b5254(0x45d)](_0x153918)[_0x1b5254(0x4da)](([_0x1c99d7,_0x2f8bb0])=>[_0x1c99d7,_0x486cbb(_0x2f8bb0)])):_0x153918;}function _0x3d847f(_0xb991a8){const _0x1aecd6=_0x19cb8f;return!!_0xb991a8&&typeof _0xb991a8==_0x1aecd6(0x599)&&!Array[_0x1aecd6(0x8fc)](_0xb991a8);}function _0x407169(_0xe08f45,_0x37cc0d,_0x104c62){const _0x5dc277=_0x19cb8f;let {viewport:_0x162281,menuSlot:_0x14f6dd,popupSlot:_0x3b9d5c}=_0x104c62;return{'hostUnitId':_0xe08f45[_0x5dc277(0x672)],'hostAnchorId':_0xe08f45[_0x5dc277(0x590)],'embedId':_0xe08f45['embedId'],'childUnitId':_0xe08f45[_0x5dc277(0x27a)],'childType':_0xe08f45[_0x5dc277(0x23a)],'layout':_0x37cc0d,'mode':_0x5dc277(0x21d),'rootElement':_0x162281,'contentRoot':_0x17b62b(_0x162281,_0x5dc277(0x857))??_0x162281,'canvasRoot':_0x17b62b(_0x162281,_0x5dc277(0x15a))??_0x162281,'overlayRoot':_0x17b62b(_0x162281,_0x5dc277(0x39a))??_0x162281,'popupRoot':_0x3b9d5c??_0x17b62b(_0x162281,_0x5dc277(0x774))??_0x162281,'menuOutlet':{'container':_0x14f6dd},'active$':(0x0,_0x61d5ff['of'])(!0x0),'fullscreen':!0x0};}function _0x3f9f8b(_0x474a0b){const _0x57ed15=_0x19cb8f;let {injector:_0x1dc69b,descriptor:_0x2415b3,renderScope:_0x3ff772}=_0x474a0b,_0x1e6a8e=[],_0x23ca6e=_0x2415b3[_0x57ed15(0x576)],_0x405c2a=_0x1dc69b[_0x57ed15(0x8f1)](_0x1db604)?_0x1dc69b[_0x57ed15(0x8ee)](_0x1db604):void 0x0,_0x579613=_0x1dc69b[_0x57ed15(0x8f1)](_0x58aac7)?_0x1dc69b['get'](_0x58aac7):void 0x0;return _0x405c2a&&(_0x1e6a8e[_0x57ed15(0x731)](_0x405c2a[_0x57ed15(0x62b)]({'embedId':_0x23ca6e,'hostUnitId':_0x2415b3[_0x57ed15(0x672)],'childUnitId':_0x2415b3[_0x57ed15(0x27a)],'childType':_0x2415b3[_0x57ed15(0x23a)],'sessionMode':_0x57ed15(0x7c6)})),_0x2415b3['childUnitId']&&_0x1e6a8e[_0x57ed15(0x731)](_0x405c2a['acquireLease']({'embedId':_0x23ca6e,'role':_0x57ed15(0x696),'owner':'fullscreen-runtime','sessionMode':_0x57ed15(0x7c6),'hostUnitId':_0x2415b3['hostUnitId'],'childUnitId':_0x2415b3[_0x57ed15(0x27a)],'childType':_0x2415b3[_0x57ed15(0x23a)]})),_0x197770(_0x474a0b)[_0x57ed15(0x2f2)](({element:_0x4d5e5c,role:_0x2e5232})=>{const _0xf74af5=_0x57ed15;_0x1e6a8e['push'](_0x405c2a[_0xf74af5(0xeb)]({'embedId':_0x23ca6e,'element':_0x4d5e5c,'role':_0x2e5232}));})),_0x579613&&(_0x197770(_0x474a0b)['forEach'](({element:_0x2b9812})=>{const _0x480134=_0x57ed15;_0x1e6a8e['push'](_0x579613['registerRoot'](_0x23ca6e,_0x2b9812,_0x2415b3[_0x480134(0x27a)]));}),_0x1e6a8e['push'](_0x579613[_0x57ed15(0x54e)](_0x23ca6e,_0x3ff772[_0x57ed15(0x89e)]['ownerDocument'],{'includeAppShellEditorPortal':_0x2415b3['childType']===_0x414d24[_0x57ed15(0x4ed)]['UNIVER_SHEET']}))),_0x405c2a&&_0x579613&&_0x1e6a8e[_0x57ed15(0x731)](_0x1d9e1f({'embedId':_0x23ca6e,'focusCoordinator':_0x405c2a,'interactionBoundaryService':_0x579613,'runtimeRoot':_0x3ff772[_0x57ed15(0x89e)]})),(0x0,_0x414d24[_0x57ed15(0x5f4)])(()=>{const _0x1c2f6a=_0x57ed15;[..._0x1e6a8e][_0x1c2f6a(0x82d)]()[_0x1c2f6a(0x2f2)](_0x115b54=>_0x115b54[_0x1c2f6a(0x3b7)]());});}function _0x1d9e1f(_0xb5d4b6){const _0x5adbab=_0x19cb8f;let {embedId:_0x539127,focusCoordinator:_0x29bf20,interactionBoundaryService:_0x315dd2,runtimeRoot:_0x3e2da6}=_0xb5d4b6,_0xb60ba5=_0x3e2da6[_0x5adbab(0x7c1)],_0x1fcca8=_0xb60ba5['defaultView'],_0x20d632,_0x13924b=_0x126c58=>{const _0x46afbf=_0x5adbab;var _0x2788bc;let _0x51000a=_0x126c58[_0x46afbf(0x519)]==='keydown'&&_0x126c58[_0x46afbf(0x785)]===_0x46afbf(0x793);if(_0x126c58[_0x46afbf(0x519)]===_0x46afbf(0x615)&&!_0x51000a)return;let _0x253527=_0x29bf20['resolveActiveChildSessionRuntimeScope']();if((_0x253527==null?void 0x0:_0x253527[_0x46afbf(0x576)])!==_0x539127||_0x253527[_0x46afbf(0x174)]!==_0x46afbf(0x7c6))return;let _0x2f7b0d=_0x126c58[_0x46afbf(0x129)]instanceof HTMLElement?_0x126c58[_0x46afbf(0x129)]:null,_0x45054f=!!_0x2f7b0d&&(_0x315dd2[_0x46afbf(0x691)](_0x539127,_0x2f7b0d,_0x126c58)||_0x29bf20['containsElement'](_0x539127,_0x2f7b0d,_0x126c58)),_0x447c64=_0x2f7b0d==null||(_0x2788bc=_0x2f7b0d[_0x46afbf(0x13c)](_0x46afbf(0x1c0)))==null?void 0x0:_0x2788bc['getAttribute'](_0x12a30c);!_0x51000a&&(!_0x45054f||_0x447c64!==_0x46afbf(0x717)&&_0x447c64!=='floating-menu')||_0x1fcca8&&(_0x20d632!=null&&_0x1fcca8['cancelAnimationFrame'](_0x20d632),_0x20d632=_0x1fcca8[_0x46afbf(0x2e9)](()=>{const _0x1a65b0=_0x46afbf;_0x20d632=_0x1fcca8[_0x1a65b0(0x2e9)](()=>{const _0x1d96da=_0x1a65b0;if(_0x20d632=void 0x0,!_0x51000a&&_0x2f7b0d!=null&&_0x2f7b0d[_0x1d96da(0x52c)])return;let _0x157a9d=_0xb60ba5['activeElement'],_0x28ced1=_0x315dd2[_0x1d96da(0x691)](_0x539127,_0x157a9d)||_0x29bf20['containsElement'](_0x539127,_0x157a9d),_0x19442c=_0x29bf20[_0x1d96da(0x374)]();_0x28ced1||!_0x3e2da6['isConnected']||(_0x19442c==null?void 0x0:_0x19442c[_0x1d96da(0x576)])!==_0x539127||_0x19442c[_0x1d96da(0x174)]!==_0x1d96da(0x7c6)||(_0x3e2da6[_0x1d96da(0x80a)]('tabindex')||(_0x3e2da6[_0x1d96da(0x292)]=-0x1),_0x3e2da6[_0x1d96da(0x816)]({'preventScroll':!0x0}));});}));};return _0xb60ba5[_0x5adbab(0x474)]('click',_0x13924b,!0x0),_0xb60ba5[_0x5adbab(0x474)](_0x5adbab(0x615),_0x13924b,!0x0),(0x0,_0x414d24['toDisposable'])(()=>{const _0x21b525=_0x5adbab;_0xb60ba5['removeEventListener'](_0x21b525(0x870),_0x13924b,!0x0),_0xb60ba5['removeEventListener'](_0x21b525(0x615),_0x13924b,!0x0),_0x20d632!=null&&(_0x1fcca8==null||_0x1fcca8[_0x21b525(0x6b0)](_0x20d632));});}function _0x197770(_0x3558f9){const _0xb5e6af=_0x19cb8f;let {renderScope:_0x4e8db5,menuRoot:_0x16ad38,menuSlot:_0x23857a,popupSlot:_0xd555cc,sidebarSlot:_0x45359a,rightSidebarSlot:_0x59a05e,footerSlot:_0xf0f836}=_0x3558f9,_0x59c583=[{'element':_0x4e8db5['rootElement'],'role':'runtime'},{'element':_0x4e8db5[_0xb5e6af(0xe5)],'role':_0xb5e6af(0x318)},{'element':_0x4e8db5[_0xb5e6af(0x24d)],'role':_0xb5e6af(0x318)},{'element':_0x4e8db5['overlayRoot'],'role':'runtime'},{'element':_0x16ad38,'role':'floating-menu'},{'element':_0x23857a,'role':'floating-menu'},{'element':_0xf0f836,'role':'floating-menu'},{'element':_0x45359a,'role':_0xb5e6af(0x717)},{'element':_0x59a05e,'role':_0xb5e6af(0x717)},{'element':_0xd555cc,'role':_0xb5e6af(0x717)}],_0x3b91f0=new Set();return _0x59c583[_0xb5e6af(0x24b)](({element:_0x15eb70,role:_0x3d3051})=>!_0x15eb70||_0x3b91f0[_0xb5e6af(0x8f1)](_0x15eb70)?[]:(_0x3b91f0['add'](_0x15eb70),[{'element':_0x15eb70,'role':_0x3d3051}]));}function _0x28227f(_0x434e4d){return _0xa8a26d(_0x434e4d)||_0x33ddad(_0x434e4d);}function _0xa8a26d(_0x17611e){const _0x392551=_0x19cb8f;if(!_0x17611e['injector'][_0x392551(0x8f1)](_0x25c01f)||_0x17611e['descriptor'][_0x392551(0x23a)]==null)return;let _0x507198=_0x17611e[_0x392551(0x412)][_0x392551(0x8ee)](_0x25c01f)['get'](_0x17611e[_0x392551(0x58f)]['childType']);if((_0x507198==null?void 0x0:_0x507198[_0x392551(0x6b4)])!=='ribbon')return;let _0x155020=_0x1bdc9f(_0x17611e[_0x392551(0x412)]);if(_0x17611e[_0x392551(0x412)][_0x392551(0x8f1)](_0x537d9d)){let _0x3f2152=_0x17611e[_0x392551(0x412)][_0x392551(0x8ee)](_0x537d9d)[_0x392551(0x128)]({'container':_0x17611e['menuContainer'],'portalContainer':_0x17611e['childContext'][_0x392551(0x17b)][_0x392551(0x6f8)][_0x392551(0x828)],'injector':_0x17611e[_0x392551(0x890)][_0x392551(0x17b)][_0x392551(0x412)],'childType':_0x17611e[_0x392551(0x58f)]['childType'],'childUnitId':_0x17611e[_0x392551(0x58f)][_0x392551(0x27a)],'embedId':_0x17611e['descriptor'][_0x392551(0x576)],'surface':_0x392551(0x886),'headerMenu':!0x0,'ribbonType':_0x155020,'ribbonHeaderClassName':_0x392551(0x20c)});if(_0x3f2152)return _0x3f2152;}return _0x124a18({'container':_0x17611e[_0x392551(0x499)],'portalContainer':_0x17611e['childContext'][_0x392551(0x17b)][_0x392551(0x6f8)]['popup'],'injector':_0x17611e[_0x392551(0x890)][_0x392551(0x17b)][_0x392551(0x412)],'childType':_0x17611e[_0x392551(0x58f)][_0x392551(0x23a)],'childUnitId':_0x17611e['descriptor']['childUnitId'],'embedId':_0x17611e[_0x392551(0x58f)]['embedId'],'menuSchema':void 0x0,'headerMenu':!0x0,'ribbonType':_0x155020,'ribbonHeaderClassName':'univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900'});}function _0x1bdc9f(_0x39ad16){const _0x18b024=_0x19cb8f;var _0x17dda8;return _0x39ad16['has'](_0x414d24[_0x18b024(0x66f)])?((_0x17dda8=_0x39ad16['get'](_0x414d24['IConfigService'])['getConfig'](_0x5ab84f[_0x18b024(0x8e1)]))==null?void 0x0:_0x17dda8[_0x18b024(0x2c2)])??'classic':'classic';}function _0x33ddad(_0x2cb96d){const _0x4c6474=_0x19cb8f;if(!_0x2cb96d[_0x4c6474(0x412)]['has'](_0x144cfe)||_0x2cb96d[_0x4c6474(0x58f)][_0x4c6474(0x23a)]==null||!_0x2cb96d[_0x4c6474(0x58f)][_0x4c6474(0x27a)])return;let _0x41e123=_0x2cb96d[_0x4c6474(0x412)][_0x4c6474(0x8ee)](_0x144cfe)['get'](_0x2cb96d[_0x4c6474(0x58f)][_0x4c6474(0x2b7)],_0x2cb96d[_0x4c6474(0x58f)][_0x4c6474(0x3a2)],_0x2cb96d[_0x4c6474(0x58f)][_0x4c6474(0x23a)]),_0xf102d9=_0x41e123==null?void 0x0:_0x41e123['mount']({..._0x2cb96d[_0x4c6474(0x890)],'active':{'hostUnitId':_0x2cb96d[_0x4c6474(0x58f)]['hostUnitId'],'embedId':_0x2cb96d[_0x4c6474(0x58f)]['embedId'],'childUnitId':_0x2cb96d['descriptor'][_0x4c6474(0x27a)],'stage':_0x4c6474(0x8bf)}});return _0xf102d9?(0x0,_0x414d24[_0x4c6474(0x5f4)])(()=>_0xf102d9[_0x4c6474(0x3b7)]()):void 0x0;}let _0x53fbde=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x1a8c87,_0xf232c7){const _0x482b25=_0x19cb8f;super(),_0x53835d(this,_0x482b25(0x7ec),new _0x61d5ff[(_0x482b25(0x6a5))](null)),_0x53835d(this,_0x482b25(0x226),new _0x61d5ff['Subject']()),_0x53835d(this,'session$',this['_session$']['asObservable']()),_0x53835d(this,_0x482b25(0x626),this[_0x482b25(0x226)][_0x482b25(0x26d)]()),this[_0x482b25(0x45f)](_0x1a8c87[_0x482b25(0x119)](_0x40df6a=>{const _0x5b52d8=_0x482b25;if(!_0x28c1a4(_0x40df6a))return;let _0x5f3475=this[_0x5b52d8(0x443)]();(_0x5f3475==null?void 0x0:_0x5f3475[_0x5b52d8(0x672)])===_0x40df6a[_0x5b52d8(0x4b9)]['unitId']&&_0x5f3475[_0x5b52d8(0x576)]===_0x40df6a[_0x5b52d8(0x4b9)]['embedId']&&this[_0x5b52d8(0x8dc)](_0x5f3475[_0x5b52d8(0x576)]);})),this[_0x482b25(0x45f)](_0xf232c7[_0x482b25(0x4b7)][_0x482b25(0x132)](_0xd16758=>{const _0x1c3382=_0x482b25;let _0x4bbfbf=this[_0x1c3382(0x443)](),_0x3483c0=_0xd16758[_0x1c3382(0x24c)]();_0x4bbfbf&&(_0x4bbfbf[_0x1c3382(0x672)]===_0x3483c0||_0x4bbfbf[_0x1c3382(0x27a)]===_0x3483c0)&&this['exit'](_0x4bbfbf[_0x1c3382(0x576)]);}));}['dispose'](){const _0x10a642=_0x19cb8f;super['dispose'](),this[_0x10a642(0x7ec)][_0x10a642(0x75d)](),this[_0x10a642(0x226)]['complete']();}[_0x19cb8f(0x443)](){const _0x6c9636=_0x19cb8f;return this[_0x6c9636(0x7ec)][_0x6c9636(0x1e1)]();}[_0x19cb8f(0xad)](_0x1b79a1){const _0x16f36e=_0x19cb8f;var _0x35237b,_0x213e83;if(!_0x1b79a1[_0x16f36e(0x27a)]||_0x1b79a1['childType']==null)throw Error(_0x16f36e(0x469));let _0x5583a3=((_0x35237b=_0x1b79a1[_0x16f36e(0x735)])==null?void 0x0:_0x35237b[_0x16f36e(0x41e)])||void 0x0,_0x1183a8=((_0x213e83=_0x1b79a1[_0x16f36e(0x735)])==null?void 0x0:_0x213e83[_0x16f36e(0x55a)])||void 0x0;if(_0x1183a8&&_0x1183a8[_0x16f36e(0x317)]&&!_0x5583a3)throw Error(_0x16f36e(0x63b));let _0x1c10a1=_0x5583a3?_0x5583a3['layout']:void 0x0;if(!_0x1c10a1)throw Error('EMBED_FULLSCREEN_LAYOUT_NOT_RESOLVED');let _0x42222a={'hostUnitId':_0x1b79a1[_0x16f36e(0x672)],'embedId':_0x1b79a1[_0x16f36e(0x576)],'childUnitId':_0x1b79a1[_0x16f36e(0x27a)],'childType':_0x1b79a1[_0x16f36e(0x23a)],'entry':_0x1b79a1[_0x16f36e(0x3a2)],'layout':_0x1c10a1};return this['_session$']['next'](_0x42222a),_0x42222a;}[_0x19cb8f(0x8dc)](_0x49cdbd){const _0xd9f78b=_0x19cb8f;let _0x51a292=this['getSession']();_0x51a292&&(!_0x49cdbd||_0x51a292[_0xd9f78b(0x576)]===_0x49cdbd)&&this[_0xd9f78b(0x7ec)][_0xd9f78b(0x665)](null);}[_0x19cb8f(0xe7)](_0x9392f2){const _0x442a5e=_0x19cb8f;this['_exited$'][_0x442a5e(0x665)](_0x9392f2);}};_0x53fbde=_0x276853([_0x482d3a(0x0,_0x414d24[_0x19cb8f(0x6e1)]),_0x482d3a(0x1,_0x414d24[_0x19cb8f(0x468)])],_0x53fbde);function _0x28c1a4(_0x5d4c92){const _0x442ed2=_0x19cb8f;return _0x5d4c92['id']===_0x5e7b5b[_0x442ed2(0x77f)]['id']&&typeof _0x5d4c92['params']==_0x442ed2(0x599)&&_0x5d4c92[_0x442ed2(0x4b9)]!==null&&'unitId'in _0x5d4c92[_0x442ed2(0x4b9)]&&typeof _0x5d4c92[_0x442ed2(0x4b9)][_0x442ed2(0x448)]=='string'&&_0x442ed2(0x576)in _0x5d4c92['params']&&typeof _0x5d4c92[_0x442ed2(0x4b9)][_0x442ed2(0x576)]==_0x442ed2(0x3e0);}function _0x448e3d(){const _0x46b425=_0x19cb8f;let _0x4a3681=(0x0,_0x5ab84f[_0x46b425(0x563)])(_0x414d24[_0x46b425(0xc8)]),_0x27852c=(0x0,_0x5ab84f[_0x46b425(0x563)])(_0x414d24[_0x46b425(0x52d)]),_0x325337=(0x0,_0x5ab84f[_0x46b425(0x563)])(_0x3d7577),_0x52ee1c=(0x0,_0x5ab84f['useDependency'])(_0x53fbde),_0x4fd347=(0x0,_0x725655[_0x46b425(0x236)])(null),_0x26971e=(0x0,_0x725655['useRef'])(null),_0x14e996=(0x0,_0x725655[_0x46b425(0x236)])(null),_0x50face=(0x0,_0x725655[_0x46b425(0x236)])(null),_0x596278=(0x0,_0x725655[_0x46b425(0x236)])(null),_0x5d3258=(0x0,_0x725655[_0x46b425(0x236)])(null),_0x29a4a9=(0x0,_0x725655[_0x46b425(0x236)])(null),_0x5ae845=(0x0,_0x5ab84f[_0x46b425(0x213)])(()=>_0x52ee1c[_0x46b425(0x1ca)],_0x52ee1c['getSession'](),!0x1,[_0x52ee1c]),[_0x48653d,_0x5f0a53]=(0x0,_0x725655[_0x46b425(0x2db)])(null);if((0x0,_0x725655[_0x46b425(0x432)])(()=>{const _0x34edf7=_0x46b425;var _0x3f00c2;let _0x331b07=_0x14e996[_0x34edf7(0x835)],_0x14afcb=_0x26971e[_0x34edf7(0x835)],_0x1e1569=_0x50face[_0x34edf7(0x835)],_0x1b4016=_0x596278[_0x34edf7(0x835)],_0x596668=_0x5d3258[_0x34edf7(0x835)],_0x26b154=_0x29a4a9[_0x34edf7(0x835)];if(!_0x5ae845||!_0x331b07||!_0x14afcb||!_0x1e1569||!_0x1b4016||!_0x596668||!_0x26b154)return;let _0x13d084=_0x30316d(_0x4a3681,_0x5ae845['hostUnitId'],_0x5ae845[_0x34edf7(0x576)]);if(!(_0x13d084!=null&&_0x13d084[_0x34edf7(0x27a)])||_0x13d084[_0x34edf7(0x23a)]==null){_0x331b07[_0x34edf7(0x810)][_0x34edf7(0x375)]=_0x34edf7(0x3ca);return;}let _0x532983=_0x4a3681[_0x34edf7(0x8ee)](_0x5ad416)[_0x34edf7(0x8ee)](_0x13d084[_0x34edf7(0x23a)]);if(!(_0x532983!=null&&_0x532983[_0x34edf7(0x6db)][_0x34edf7(0x2b3)](_0x5ae845[_0x34edf7(0x447)]))){_0x331b07[_0x34edf7(0x810)][_0x34edf7(0x375)]=_0x34edf7(0x649);return;}_0x331b07[_0x34edf7(0x810)][_0x34edf7(0x375)]=_0x34edf7(0x31d),_0x331b07[_0x34edf7(0x810)][_0x34edf7(0x576)]=_0x13d084[_0x34edf7(0x576)],_0x331b07[_0x34edf7(0x810)]['embedHostEntry']=_0x13d084[_0x34edf7(0x3a2)],_0x331b07['dataset']['embedHostAnchorId']=_0x13d084['hostAnchorId'],_0x331b07[_0x34edf7(0x810)][_0x34edf7(0x26b)]=_0x5ae845[_0x34edf7(0x447)],_0x331b07[_0x34edf7(0x810)][_0x34edf7(0x1e7)]=String(_0x13d084[_0x34edf7(0x23a)]),_0x331b07['dataset'][_0x34edf7(0x6b5)]=_0x13d084[_0x34edf7(0x27a)];let _0x4f09cf=_0x2c78bf(_0x331b07),_0x265ec4=_0x407169(_0x13d084,_0x5ae845['layout'],{'viewport':_0x331b07,'menuSlot':_0x14afcb,'popupSlot':_0x1e1569,'footerSlot':_0x26b154}),_0x294c23={'descriptor':_0x13d084,'layout':_0x5ae845[_0x34edf7(0x447)],'injector':_0x4a3681,'hostElement':_0x331b07,'container':_0x331b07,'renderScope':_0x265ec4,'hostUnitId':_0x13d084[_0x34edf7(0x672)],'embedId':_0x13d084[_0x34edf7(0x576)],'childUnitId':_0x13d084['childUnitId'],'childType':_0x13d084['childType']},{runtimeScope:_0x415fe7,disposable:_0x4bb9dc}=_0x2bdbff(_0x294c23,()=>{},_0x532983['scopedDependencies']);_0x5f0a53({'embedId':_0x13d084['embedId'],'injector':_0x415fe7[_0x34edf7(0x412)],'sourceInjector':_0x4a3681,'popupContainer':_0x415fe7['roots'][_0x34edf7(0x828)]});let _0x380c6e={..._0x294c23,'runtimeScope':_0x415fe7},_0x3a67ff=_0x3f9f8b({'injector':_0x4a3681,'descriptor':_0x13d084,'renderScope':_0x265ec4,'menuRoot':_0x4fd347[_0x34edf7(0x835)],'menuSlot':_0x14afcb,'popupSlot':_0x1e1569,'sidebarSlot':_0x1b4016,'rightSidebarSlot':_0x596668,'footerSlot':_0x26b154}),_0x13cc73=(_0x221612,_0xe2fd7=!0x1)=>{const _0x5ac64a=_0x34edf7;var _0x2244e8,_0x28e6cd;let _0x41fdeb=(_0x221612==null?void 0x0:_0x221612['target'])instanceof Element?_0x221612[_0x5ac64a(0x129)]:null;_0x41fdeb!=null&&_0x41fdeb[_0x5ac64a(0x13c)](_0x5ac64a(0x168))||((_0x2244e8=_0x415fe7[_0x5ac64a(0x28a)])==null||_0x2244e8[_0x5ac64a(0x601)](_0x13d084[_0x5ac64a(0x27a)]),(_0x28e6cd=_0x415fe7[_0x5ac64a(0x28a)])==null||_0x28e6cd[_0x5ac64a(0x721)](_0x13d084['childUnitId']),_0x325337[_0x5ac64a(0x326)](_0x13d084,{'focusLayout':_0xe2fd7}));};_0x13cc73(void 0x0,!0x0),_0x331b07[_0x34edf7(0x474)]('pointerdown',_0x13cc73,{'capture':!0x0}),_0x331b07[_0x34edf7(0x474)](_0x34edf7(0x455),_0x13cc73);let _0x3b26b4=(_0x3f00c2=_0x532983[_0x34edf7(0x65a)])==null?void 0x0:_0x3f00c2['call'](_0x532983,_0x380c6e);_0x13d084[_0x34edf7(0x23a)]===_0x414d24[_0x34edf7(0x4ed)][_0x34edf7(0x618)]&&_0xf21485(_0x13d084[_0x34edf7(0x576)],_0x265ec4['rootElement']);let _0x329b1d=_0x28227f({'injector':_0x4a3681,'descriptor':_0x13d084,'childContext':_0x380c6e,'menuContainer':_0x14afcb});return _0x331b07['dataset'][_0x34edf7(0x375)]=_0x34edf7(0x25d),()=>{const _0x5a3fd4=_0x34edf7;_0x5f0a53(null),globalThis[_0x5a3fd4(0x2e9)](()=>{const _0x17f8d5=_0x5a3fd4;_0x331b07[_0x17f8d5(0x8f5)](_0x17f8d5(0x381),_0x13cc73,{'capture':!0x0}),_0x331b07[_0x17f8d5(0x8f5)](_0x17f8d5(0x455),_0x13cc73),_0x329b1d==null||_0x329b1d['dispose'](),_0x3b26b4==null||_0x3b26b4['dispose'](),_0x3a67ff[_0x17f8d5(0x3b7)](),_0x4bb9dc[_0x17f8d5(0x3b7)](),_0x4f09cf[_0x17f8d5(0x3b7)](),_0x325337[_0x17f8d5(0x329)](_0x13d084),delete _0x331b07[_0x17f8d5(0x810)]['embedFullscreenStatus'],delete _0x331b07['dataset'][_0x17f8d5(0x576)],delete _0x331b07['dataset'][_0x17f8d5(0x2e2)],delete _0x331b07[_0x17f8d5(0x810)][_0x17f8d5(0x763)],delete _0x331b07[_0x17f8d5(0x810)]['embedLayout'],delete _0x331b07[_0x17f8d5(0x810)][_0x17f8d5(0x1e7)],delete _0x331b07[_0x17f8d5(0x810)][_0x17f8d5(0x6b5)],_0x52ee1c[_0x17f8d5(0xe7)](_0x5ae845);});};},[_0x325337,_0x52ee1c,_0x4a3681,_0x5ae845]),!_0x5ae845)return null;let _0x448311=()=>{const _0x536e76=_0x46b425;_0x52ee1c[_0x536e76(0x8dc)](_0x5ae845[_0x536e76(0x576)]);};return(0x0,_0x5c0f5d[_0x46b425(0x49b)])('div',{'className':_0x46b425(0x5b5),'data-embed-fullscreen-shell':_0x46b425(0x223),'style':{'zIndex':0x32a},'children':[_0x5ae845[_0x46b425(0x23a)]===_0x414d24[_0x46b425(0x4ed)]['UNIVER_BOARD']&&(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x5ff),{'className':_0x46b425(0x64b),'data-embed-boards-fullscreen-exit':_0x46b425(0x223),'title':_0x27852c['t']('embed-ui.fullscreen.exit'),'children':(0x0,_0x5c0f5d[_0x46b425(0x49b)])(_0x5ab84f[_0x46b425(0x5b7)],{'noIcon':!0x0,'className':_0x46b425(0x82e),'onClick':_0x448311,'children':[(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x531969,{}),(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x2c1),{'children':_0x27852c['t'](_0x46b425(0x802))})]})}),(0x0,_0x5c0f5d[_0x46b425(0x49b)])(_0x46b425(0x5ff),{'ref':_0x4fd347,'className':'univer-relative\x20univer-z-[3]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-menu':_0x46b425(0x223),'children':[_0x5ae845[_0x46b425(0x23a)]!==_0x414d24[_0x46b425(0x4ed)]['UNIVER_BOARD']&&(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x5ff),{'className':'univer-pointer-events-none\x20univer-absolute\x20univer-right-3\x20univer-top-0\x20univer-z-[4]\x20univer-flex\x20univer-h-9\x20univer-items-center','data-embed-fullscreen-header':_0x46b425(0x223),'children':(0x0,_0x5c0f5d[_0x46b425(0x49b)])(_0x1f8b59[_0x46b425(0x3a4)],{'type':'button','size':_0x46b425(0x454),'variant':_0x46b425(0x8d7),'className':_0x46b425(0x25a),'data-embed-fullscreen-close':'true','onClick':_0x448311,'children':[(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x1c0555,{}),(0x0,_0x5c0f5d['jsx'])(_0x46b425(0x2c1),{'children':_0x27852c['t'](_0x46b425(0x802))})]})}),(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x5ff),{'ref':_0x26971e,'className':_0x46b425(0x1f3),'data-embed-fullscreen-menu-slot':'true','data-embed-menu-slot':_0x46b425(0x223)})]}),(0x0,_0x5c0f5d['jsxs'])(_0x46b425(0x5ff),{'className':_0x46b425(0x20e),'data-embed-fullscreen-body':_0x46b425(0x223),'children':[(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x5ff),{'ref':_0x596278,'className':_0x46b425(0x285),'data-embed-fullscreen-sidebar-slot':_0x46b425(0x223),'data-embed-id':_0x5ae845[_0x46b425(0x576)]}),(0x0,_0x5c0f5d['jsx'])(_0x46b425(0x5ff),{'ref':_0x14e996,'className':_0x46b425(0x754),'data-embed-fullscreen-viewport':_0x46b425(0x223),'onContextMenuCapture':_0x475b20=>{const _0x35b132=_0x46b425;_0x475b20[_0x35b132(0x276)]();}}),(0x0,_0x5c0f5d['jsx'])(_0x46b425(0x5ff),{'ref':_0x5d3258,'className':'univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-right-sidebar-slot':_0x46b425(0x223),'data-embed-id':_0x5ae845['embedId'],'children':_0x48653d&&(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x66888f,{..._0x48653d})})]}),(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x5ff),{'ref':_0x29a4a9,'className':'univer-relative\x20univer-z-[2]\x20univer-min-w-0\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800','data-embed-fullscreen-footer-slot':'true','data-embed-footer-slot':'true'}),(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x46b425(0x5ff),{'ref':_0x50face,'className':_0x46b425(0x8cb),'data-embed-fullscreen-popup-root':_0x46b425(0x223),'data-embed-popup-root':'true','children':_0x48653d&&(0x0,_0x5c0f5d[_0x46b425(0x7ba)])(_0x4a4e05,{..._0x48653d})})]});}function _0x4a4e05(_0x31f41c){const _0x84788f=_0x19cb8f;let {embedId:_0x5867c1,injector:_0x4cad13,sourceInjector:_0x1720b7,popupContainer:_0x232e1b}=_0x31f41c;return(0x0,_0x5c0f5d['jsxs'])(_0x5c0f5d[_0x84788f(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0x84788f(0x49b)])(_0x4f3c32,{'injector':_0x4cad13,'mountContainer':_0x232e1b,'embedId':_0x5867c1,'children':[(0x0,_0x5c0f5d['jsx'])(_0x5ab84f[_0x84788f(0x53b)],{}),(0x0,_0x5c0f5d[_0x84788f(0x7ba)])(_0x5ab84f[_0x84788f(0x4b5)],{})]}),(0x0,_0x5c0f5d['jsx'])(_0x4f3c32,{'injector':_0x1720b7,'mountContainer':_0x232e1b,'embedId':_0x5867c1,'children':(0x0,_0x5c0f5d[_0x84788f(0x7ba)])(_0x5ab84f['CanvasPopup'],{})})]});}function _0x66888f(_0x8b6424){const _0xbb81c0=_0x19cb8f;let {embedId:_0x4a93d7,injector:_0x5800c7,sourceInjector:_0x5afa9f,popupContainer:_0x467f44}=_0x8b6424;return(0x0,_0x5c0f5d[_0xbb81c0(0x49b)])(_0xbb81c0(0x7da),{'className':'univer-z-[2]\x20univer-flex\x20univer-h-full','children':[(0x0,_0x5c0f5d[_0xbb81c0(0x7ba)])(_0x4f3c32,{'injector':_0x5800c7,'mountContainer':_0x467f44,'embedId':_0x4a93d7,'children':(0x0,_0x5c0f5d['jsx'])(_0x5ab84f[_0xbb81c0(0x4ad)],{})}),(0x0,_0x5c0f5d['jsx'])(_0x4f3c32,{'injector':_0x5afa9f,'mountContainer':_0x467f44,'embedId':_0x4a93d7,'children':(0x0,_0x5c0f5d[_0xbb81c0(0x7ba)])(_0x5ab84f['Sidebar'],{})})]});}function _0x30316d(_0x25e9e6,_0x304b7d,_0x6656dc){const _0x3bdf27=_0x19cb8f;try{return _0x25e9e6['get'](_0x5e7b5b[_0x3bdf27(0x646)])['getDescriptor'](_0x304b7d,_0x6656dc);}catch{return;}}let _0x1bbf4e={};function _0x3ecc87(_0x263400){const _0x16f068=_0x19cb8f;let {stage:_0x10ceae,interactionFlow:_0x49d8ee}=_0x263400,_0x314802=_0x49d8ee===_0x16f068(0x8b9),_0x215b24=_0x10ceae===_0x16f068(0x436)&&!_0x314802,_0x32a1ef=_0x10ceae===_0x16f068(0x8bf)||_0x314802;return{'allowHostBodyDrag':_0x215b24,'disableLiveHostPointerEvents':!_0x314802&&(_0x10ceae===_0x16f068(0x4d3)||_0x10ceae==='stage1'),'passThroughInteractionGate':_0x32a1ef,'runtimeOwnsInteraction':_0x32a1ef};}function _0x5f23f6(_0x39b21d,_0x504fd2){const _0x13f5d0=_0x19cb8f;var _0x35e76e;return(_0x39b21d==null?void 0x0:_0x39b21d[_0x13f5d0(0x2b7)])===_0x414d24[_0x13f5d0(0x4ed)][_0x13f5d0(0x520)]&&_0x39b21d['childType']===_0x414d24['UniverInstanceType']['UNIVER_SHEET']&&!!((_0x35e76e=_0x39b21d[_0x13f5d0(0x735)])!=null&&_0x35e76e[_0x13f5d0(0x41e)])&&_0x504fd2!=='stage2';}function _0x112e74(_0x103bf8,_0x4972d2){const _0x40b58d=_0x19cb8f;return _0x5f23f6(_0x103bf8,_0x4972d2)?_0x40b58d(0x27d):'ready';}function _0x8076af(_0x278f39){const _0x5dc96c=_0x19cb8f;var _0x59b2a9;return _0x278f39[_0x5dc96c(0x4fa)]||((_0x59b2a9=_0x278f39[_0x5dc96c(0x788)])==null?void 0x0:_0x59b2a9['embedId'])===_0x278f39[_0x5dc96c(0x576)]&&_0x278f39['active'][_0x5dc96c(0x77a)]===_0x5dc96c(0x8bf)||!_0x278f39[_0x5dc96c(0xfc)]&&_0x278f39[_0x5dc96c(0x2ab)]?_0x5dc96c(0x8bf):_0x5dc96c(0x4d3);}function _0x550a1a(_0x3bba84,_0x297337){const _0x394aa1=_0x19cb8f;return _0x3bba84!==_0x394aa1(0x64f)&&_0x3bba84!=='docs-sticky-base'||_0x297337[_0x394aa1(0x7e8)]||_0x297337['ctrlKey']||_0x297337[_0x394aa1(0x7f7)]?!0x1:Math[_0x394aa1(0x5a5)](_0x297337[_0x394aa1(0x789)])>Math[_0x394aa1(0x5a5)](_0x297337[_0x394aa1(0x602)]);}let _0x33ca11=Symbol(_0x19cb8f(0x54f)),_0x53ede0=Symbol(_0x19cb8f(0x79f));function _0x3037cf(_0x3b6e34,_0x113a93){const _0x138dec=_0x19cb8f;var _0x2416c5;if(!_0x3b6e34[_0x138dec(0x4d8)]&&!_0x3b6e34[_0x138dec(0x7f7)])return!0x1;let _0x6c7dc5=_0x113a93[_0x138dec(0x619)]();return!_0x6c7dc5||((_0x2416c5=_0x113a93[_0x138dec(0x2c0)])==null?void 0x0:_0x2416c5[_0x138dec(0x353)](_0x113a93,_0x3b6e34,_0x6c7dc5))!==!0x0?!0x1:(_0x113a93[_0x138dec(0x3a1)](_0x138dec(0x758)),_0x35609a(_0x3b6e34,!0x0),!0x0);}function _0x93f611(_0x36a257){const _0x33f9a1=_0x19cb8f;let _0x576ce3={'activeUntil':0x0},_0x3b1524=_0x40a684=>{const _0x9c10ac=_0x41b8;var _0x4cf187;if(_0x3749bb(_0x40a684)||((_0x40a684['ctrlKey']||_0x40a684[_0x9c10ac(0x7f7)])&&(_0x576ce3['activeUntil']=0x0),_0x3037cf(_0x40a684,_0x36a257)))return;if(_0x36a257['routeHostGestures']&&_0x36a257[_0x9c10ac(0x80f)][_0x9c10ac(0x13b)](_0x40a684)){var _0x187af8;let _0x450384=_0x36a257[_0x9c10ac(0x619)]();if(_0x450384&&((_0x187af8=_0x36a257[_0x9c10ac(0x2c0)])==null?void 0x0:_0x187af8[_0x9c10ac(0x353)](_0x36a257,_0x40a684,_0x450384))===!0x0||_0x23df9c(_0x36a257[_0x9c10ac(0x532)],_0x40a684)){_0x36a257[_0x9c10ac(0x3a1)](_0x9c10ac(0x758)),_0x35609a(_0x40a684,!0x0);return;}}if(_0x40a684[_0x9c10ac(0x4d8)]||_0x40a684[_0x9c10ac(0x7f7)])return;let _0x2c05e1=_0x36a257['getStage']();if(_0x2c05e1===_0x9c10ac(0x8bf))return;let _0x3fdc54=_0x36a257['getChildContext'](),_0x42df19=_0x3fdc54?_0x36a257['passiveViewportRegistry'][_0x9c10ac(0x8ee)](_0x3fdc54[_0x9c10ac(0x23a)],_0x3fdc54[_0x9c10ac(0x447)]):void 0x0,_0x231ffe=_0x4aac0f(_0x40a684,_0x36a257['viewScale']),_0x275e46=_0x3fdc54?{..._0x3fdc54,'event':_0x231ffe,'stage':_0x2c05e1,'viewportScrollY':_0x36a257[_0x9c10ac(0x855)]?_0x36a257['hostScrollOffset']['current']:void 0x0}:void 0x0;if(_0x3fdc54&&_0x566852(_0x3fdc54,_0x40a684,_0x36a257[_0x9c10ac(0x855)])){var _0x1ce9ac;if(((_0x1ce9ac=_0x36a257[_0x9c10ac(0x2c0)])==null?void 0x0:_0x1ce9ac['call'](_0x36a257,_0x40a684,_0x3fdc54))===!0x0||_0x23df9c(_0x36a257['container'],_0x40a684)){_0x36a257[_0x9c10ac(0x3a1)](_0x9c10ac(0x758)),_0x35609a(_0x40a684,!0x0);return;}}let _0x3c4819=_0x275e46?_0x36a257[_0x9c10ac(0x3d9)][_0x9c10ac(0x514)](_0x275e46):!0x1,_0x155351=!_0x3c4819&&_0x1edc3e(_0x36a257['container'],_0x40a684),_0x1e69dd=!0x1,_0x3f3723=!0x1;!_0x3c4819&&_0x155351?_0xf2d46a(_0x57ad39(_0x40a684),()=>{const _0x2b320a=_0x9c10ac;var _0x4224d8;return _0x3f3723=((_0x4224d8=_0x36a257[_0x2b320a(0x29e)])==null?void 0x0:_0x4224d8[_0x2b320a(0x353)](_0x36a257,_0x40a684))===!0x0;},()=>_0x1e69dd=(_0x42df19==null?void 0x0:_0x42df19[_0x9c10ac(0x514)](_0x275e46))===!0x0):_0x3c4819||(_0x1e69dd=(_0x42df19==null?void 0x0:_0x42df19[_0x9c10ac(0x514)](_0x275e46))===!0x0);let _0x273a99=_0x2c05e1==='inactive'&&!_0x3c4819&&!_0x1e69dd&&!_0x3f3723&&!_0x155351&&!!_0x42df19&&!!_0x3fdc54&&_0x12ea2f(_0x40a684);if(_0x273a99&&_0x4569cf(_0x40a684,_0x576ce3))return;if(_0x273a99&&_0x3fdc54&&((_0x4cf187=_0x36a257[_0x9c10ac(0x2c0)])==null?void 0x0:_0x4cf187[_0x9c10ac(0x353)](_0x36a257,_0x40a684,_0x3fdc54))===!0x0){_0x36a257[_0x9c10ac(0x3a1)](_0x9c10ac(0x758)),_0x35609a(_0x40a684,!0x0);return;}let _0x203bf5=_0x1e69dd||_0x3f3723?!0x1:_0x409de8(_0x40a684,_0x36a257['liveRoot']),_0x5d9e6c=_0x1e69dd||_0x3f3723||(_0x155351||_0x203bf5?!0x1:_0x2371df(_0x40a684,_0x36a257['liveRoot']));if(_0x3c4819||_0x1e69dd||_0x3f3723||_0x203bf5||_0x5d9e6c){_0x2c05e1===_0x9c10ac(0x4d3)&&_0x10ae0d(_0x576ce3),_0x35609a(_0x40a684,!0x1);return;}_0x2c05e1===_0x9c10ac(0x436)&&_0x3fdc54&&_0x12ea2f(_0x40a684)&&_0x35609a(_0x40a684,!0x0);},_0x49ff8a=_0x1415ce=>{const _0x3fb45=_0x41b8;var _0x41f2cf;if(_0x36a257['getStage']()!==_0x3fb45(0x8bf)||_0x1415ce[_0x3fb45(0x4d8)]||_0x1415ce[_0x3fb45(0x7f7)])return;let _0x463cb1=_0x36a257[_0x3fb45(0x619)]();if(_0x463cb1){if(_0x1edc3e(_0x36a257[_0x3fb45(0x532)],_0x1415ce)){let _0x4dd9a8=_0x36a257['passiveViewportRegistry'][_0x3fb45(0x8ee)](_0x463cb1[_0x3fb45(0x23a)],_0x463cb1[_0x3fb45(0x447)]),_0x82a40=_0x4aac0f(_0x1415ce,_0x36a257[_0x3fb45(0x5db)]),_0x5f1bb8={..._0x463cb1,'event':_0x82a40,'stage':'stage2','viewportScrollY':_0x36a257['syncHostVerticalScroll']?_0x36a257[_0x3fb45(0x54d)]['current']:void 0x0};(_0xf2d46a(_0x57ad39(_0x1415ce),()=>{const _0x1c1558=_0x3fb45;var _0x5ec0d3;return((_0x5ec0d3=_0x36a257[_0x1c1558(0x29e)])==null?void 0x0:_0x5ec0d3[_0x1c1558(0x353)](_0x36a257,_0x1415ce))===!0x0;},()=>_0x36a257[_0x3fb45(0x3d9)][_0x3fb45(0x514)](_0x5f1bb8)||(_0x4dd9a8==null?void 0x0:_0x4dd9a8[_0x3fb45(0x514)](_0x5f1bb8))===!0x0)||_0x12ea2f(_0x1415ce))&&_0x35609a(_0x1415ce,!0x0);return;}_0x566852(_0x463cb1,_0x1415ce,_0x36a257[_0x3fb45(0x855)])&&(_0x154023(_0x1415ce)||(_0x26db4d(_0x1415ce),(((_0x41f2cf=_0x36a257[_0x3fb45(0x2c0)])==null?void 0x0:_0x41f2cf[_0x3fb45(0x353)](_0x36a257,_0x1415ce,_0x463cb1))===!0x0||_0x23df9c(_0x36a257['container'],_0x1415ce))&&(_0x36a257['invalidate'](_0x3fb45(0x758)),_0x35609a(_0x1415ce,!0x0))));}},_0x4598e5=_0x432cd3=>{const _0x901449=_0x41b8;_0x36a257[_0x901449(0x3b9)]()!=='stage2'||_0x432cd3[_0x901449(0x4d8)]||_0x432cd3['metaKey']||_0x432cd3[_0x901449(0x76e)]||_0x241a3e(_0x36a257[_0x901449(0x548)],_0x432cd3)||!_0x36a257[_0x901449(0x619)]()||!_0x12ea2f(_0x432cd3)||_0x35609a(_0x432cd3,!0x0);},_0x342a10=()=>_0x36a257[_0x33f9a1(0x3a1)](_0x33f9a1(0x41a));return _0x36a257[_0x33f9a1(0x25e)][_0x33f9a1(0x474)](_0x33f9a1(0x73e),_0x3b1524,{'passive':!0x1}),_0x36a257[_0x33f9a1(0x548)]['addEventListener'](_0x33f9a1(0x73e),_0x3b1524,{'capture':!0x0,'passive':!0x1}),_0x36a257[_0x33f9a1(0x532)][_0x33f9a1(0x474)](_0x33f9a1(0x73e),_0x49ff8a,{'capture':!0x0,'passive':!0x1}),_0x36a257[_0x33f9a1(0x548)][_0x33f9a1(0x474)](_0x33f9a1(0x73e),_0x49ff8a,{'capture':!0x0,'passive':!0x1}),_0x36a257[_0x33f9a1(0x532)]['addEventListener'](_0x33f9a1(0x73e),_0x4598e5,{'passive':!0x1}),_0x36a257[_0x33f9a1(0x548)][_0x33f9a1(0x474)](_0x33f9a1(0x13d),_0x342a10,!0x0),(0x0,_0x414d24[_0x33f9a1(0x5f4)])(()=>{const _0x2976a5=_0x33f9a1;_0x36a257[_0x2976a5(0x25e)][_0x2976a5(0x8f5)](_0x2976a5(0x73e),_0x3b1524),_0x36a257['liveRoot'][_0x2976a5(0x8f5)](_0x2976a5(0x73e),_0x3b1524,{'capture':!0x0}),_0x36a257[_0x2976a5(0x532)][_0x2976a5(0x8f5)](_0x2976a5(0x73e),_0x49ff8a,{'capture':!0x0}),_0x36a257[_0x2976a5(0x548)][_0x2976a5(0x8f5)]('wheel',_0x49ff8a,{'capture':!0x0}),_0x36a257['container'][_0x2976a5(0x8f5)](_0x2976a5(0x73e),_0x4598e5),_0x36a257[_0x2976a5(0x548)][_0x2976a5(0x8f5)](_0x2976a5(0x13d),_0x342a10,!0x0);});}function _0x10ae0d(_0x566676){const _0x4aab38=_0x19cb8f;_0x566676[_0x4aab38(0x70d)]=Date[_0x4aab38(0x5a8)]()+0xb4;}function _0x4569cf(_0x4ff754,_0x3d8421){const _0x107040=_0x19cb8f;return Date[_0x107040(0x5a8)]()>=_0x3d8421[_0x107040(0x70d)]?!0x1:(_0x10ae0d(_0x3d8421),_0x35609a(_0x4ff754,!0x0),!0x0);}function _0x4aac0f(_0x6693a2,_0x531716){const _0x2cb35b=_0x19cb8f;return typeof _0x531716!=_0x2cb35b(0x700)||!Number[_0x2cb35b(0x60e)](_0x531716)||_0x531716<=0x0||_0x531716===0x1?_0x6693a2:new WheelEvent(_0x6693a2[_0x2cb35b(0x519)],{'altKey':_0x6693a2['altKey'],'bubbles':_0x6693a2[_0x2cb35b(0x698)],'cancelable':_0x6693a2['cancelable'],'clientX':_0x6693a2[_0x2cb35b(0x751)],'clientY':_0x6693a2['clientY'],'ctrlKey':_0x6693a2['ctrlKey'],'deltaMode':_0x6693a2['deltaMode'],'deltaX':_0x6693a2['deltaX']/_0x531716,'deltaY':_0x6693a2[_0x2cb35b(0x789)]/_0x531716,'deltaZ':_0x6693a2['deltaZ']/_0x531716,'metaKey':_0x6693a2['metaKey'],'shiftKey':_0x6693a2[_0x2cb35b(0x7e8)]});}function _0x1dbb36(_0x5775cb,_0x1da3e7){const _0x164bcd=_0x19cb8f;let _0x2149d2=new WheelEvent(_0x164bcd(0x73e),{'clientX':_0x5775cb[_0x164bcd(0x751)],'clientY':_0x5775cb[_0x164bcd(0x1e8)],'ctrlKey':_0x5775cb['ctrlKey'],'deltaMode':_0x5775cb[_0x164bcd(0x2e0)],'deltaX':_0x5775cb['deltaX'],'deltaY':_0x5775cb[_0x164bcd(0x789)],'deltaZ':_0x5775cb['deltaZ'],'metaKey':_0x5775cb['metaKey'],'shiftKey':_0x5775cb[_0x164bcd(0x7e8)],..._0x1da3e7});return Object['defineProperty'](_0x2149d2,_0x33ca11,{'configurable':!0x0,'value':_0x5775cb}),_0x2149d2;}function _0x3749bb(_0x22bb33){return!!_0x22bb33&&_0x22bb33[_0x33ca11]instanceof WheelEvent;}function _0x26db4d(_0x1cd7de){Object['defineProperty'](_0x1cd7de,_0x53ede0,{'configurable':!0x0,'value':!0x0});}function _0x154023(_0x1fd00d){return!!_0x1fd00d[_0x53ede0];}function _0x409de8(_0xc3be00,_0x901ac){const _0x2a1ff0=_0x19cb8f;let _0x22efb0=_0x365397(_0x901ac,_0xc3be00[_0x2a1ff0(0x751)],_0xc3be00[_0x2a1ff0(0x1e8)])??_0x901ac,_0x32cc94=_0x1dbb36(_0xc3be00,{'bubbles':!0x0,'cancelable':!0x0});return _0x22efb0[_0x2a1ff0(0x1a5)](_0x32cc94),_0x32cc94[_0x2a1ff0(0x76e)];}function _0x2371df(_0x286d9e,_0x3f7033){const _0x2abb1d=_0x19cb8f;let _0x33cd96=_0x537e92(_0x365397(_0x3f7033,_0x286d9e['clientX'],_0x286d9e[_0x2abb1d(0x1e8)])??_0x3f7033,_0x3f7033,_0x286d9e);return _0x33cd96?_0xc20bd6(_0x286d9e,_0x33cd96):!0x1;}function _0xc20bd6(_0x1d1849,_0x296d9c){const _0x74c061=_0x19cb8f;let _0x4b40a2=_0x57ad39(_0x1d1849),_0x531124=_0x1d1849[_0x74c061(0x7e8)]?0x0:_0x1d1849[_0x74c061(0x789)],_0x112a04=_0x296d9c[_0x74c061(0x5be)],_0x38dd05=_0x296d9c[_0x74c061(0x21e)];return _0x4b40a2&&(_0x296d9c[_0x74c061(0x5be)]+=_0x4b40a2),_0x531124&&(_0x296d9c['scrollTop']+=_0x531124),_0x296d9c[_0x74c061(0x5be)]!==_0x112a04||_0x296d9c[_0x74c061(0x21e)]!==_0x38dd05;}function _0x23df9c(_0x4bcab6,_0x4be37c){const _0x18b473=_0x19cb8f;let _0x32d389=_0x4bc3e3(_0x4bcab6);if(!_0x32d389)return _0x441a81(_0x4bcab6['ownerDocument'][_0x18b473(0x7ae)],_0x4bcab6,_0x4be37c);if(!_0x4b776f(_0x32d389))return _0x441a81(_0x32d389,_0x4bcab6,_0x4be37c);let _0x162b3f=_0x32d389['scrollTop'];return _0x32d389[_0x18b473(0x21e)]+=_0x4be37c['deltaY'],_0x32d389['scrollTop']!==_0x162b3f;}function _0x4bc3e3(_0x4e47f5){const _0x212761=_0x19cb8f;let _0x558098=_0x4e47f5[_0x212761(0x2c7)];for(;_0x558098&&_0x558098!==document[_0x212761(0x7ae)]&&_0x558098!==document[_0x212761(0x4e2)];){if(_0x558098[_0x212761(0x762)]>_0x558098['clientHeight']&&_0x166127(_0x558098))return _0x558098;_0x558098=_0x558098['parentElement'];}return null;}function _0x166127(_0x4ec898){const _0x4b805c=_0x19cb8f;let _0xd29370=window[_0x4b805c(0x467)](_0x4ec898);return _0xd29370[_0x4b805c(0x5ad)]===_0x4b805c(0x45a)||_0xd29370['overflow']===_0x4b805c(0x13d)||_0xd29370[_0x4b805c(0x5ad)]===_0x4b805c(0x2ac)||_0xd29370['overflowY']===_0x4b805c(0x45a)||_0xd29370[_0x4b805c(0x722)]===_0x4b805c(0x13d)||_0xd29370['overflowY']==='hidden';}function _0x566852(_0x28b687,_0x231872,_0x1b160e){const _0x4882b3=_0x19cb8f;var _0x7f9f99;return _0x1b160e||((_0x7f9f99=_0x28b687[_0x4882b3(0x58f)][_0x4882b3(0x735)])==null?void 0x0:_0x7f9f99[_0x4882b3(0x8c0)])===_0x4882b3(0x7a0)?_0x436f3e(_0x231872):_0x550a1a(_0x28b687[_0x4882b3(0x447)],_0x231872);}function _0x1edc3e(_0x5ebb6d,_0x272734){const _0x20929c=_0x19cb8f;return!!_0x5ebb6d['closest'](_0x20929c(0x86e))&&_0x567995(_0x272734);}function _0x57ad39(_0x286780){const _0x5df66e=_0x19cb8f;return _0x286780['deltaX']||(_0x286780[_0x5df66e(0x7e8)]?_0x286780[_0x5df66e(0x789)]:0x0);}function _0xf2d46a(_0x54fdea,_0x16f805,_0x4d02c8){return _0x54fdea>0x0?_0x16f805()||_0x4d02c8():_0x4d02c8()||_0x16f805();}function _0x12ea2f(_0xf3d7f){return _0x567995(_0xf3d7f)||_0x436f3e(_0xf3d7f);}function _0x567995(_0x8833ab){const _0x1b0bf6=_0x19cb8f;if(_0x8833ab['ctrlKey']||_0x8833ab[_0x1b0bf6(0x7f7)])return!0x1;let _0x1b1c65=_0x57ad39(_0x8833ab),_0xc89e40=_0x8833ab['shiftKey']?0x0:_0x8833ab[_0x1b0bf6(0x789)];return Math[_0x1b0bf6(0x5a5)](_0x1b1c65)>Math[_0x1b0bf6(0x5a5)](_0xc89e40);}function _0x436f3e(_0x2821e5){const _0x35e7f0=_0x19cb8f;return _0x2821e5[_0x35e7f0(0x7e8)]||_0x2821e5[_0x35e7f0(0x4d8)]||_0x2821e5[_0x35e7f0(0x7f7)]?!0x1:Math[_0x35e7f0(0x5a5)](_0x2821e5[_0x35e7f0(0x789)])>Math['abs'](_0x2821e5[_0x35e7f0(0x602)]);}function _0x441a81(_0x43afc1,_0x4f390c,_0x2c94db){const _0x20fb80=_0x19cb8f;let _0x206939=Array[_0x20fb80(0x7d3)](_0x43afc1[_0x20fb80(0x24e)](_0x20fb80(0x209)))[_0x20fb80(0x138)](_0x3d5e6e=>!_0x4f390c[_0x20fb80(0x691)](_0x3d5e6e));return _0x206939?(_0x206939[_0x20fb80(0x1a5)](_0x1dbb36(_0x2c94db,{'bubbles':!0x0,'cancelable':!0x0,..._0x3b10c3(_0x206939,_0x4f390c,_0x2c94db)})),!0x0):!0x1;}function _0x3b10c3(_0x37dab7,_0x4ea82a,_0x12fa5b){const _0x5059dc=_0x19cb8f;if(!_0x42144a(_0x4ea82a,_0x12fa5b['clientX'],_0x12fa5b[_0x5059dc(0x1e8)]))return{'clientX':_0x12fa5b[_0x5059dc(0x751)],'clientY':_0x12fa5b['clientY']};let _0x5db4d6=_0x37dab7[_0x5059dc(0x2b9)](),_0x4ff38f=Math['min'](0x18,Math['max'](0x4,Math['min'](_0x5db4d6[_0x5059dc(0x597)],_0x5db4d6[_0x5059dc(0x101)])/0x8)),_0x41429e=[{'clientX':_0x5db4d6[_0x5059dc(0x3b4)]+_0x4ff38f,'clientY':_0x5db4d6[_0x5059dc(0x678)]+_0x4ff38f},{'clientX':_0x5db4d6[_0x5059dc(0x5ce)]-_0x4ff38f,'clientY':_0x5db4d6[_0x5059dc(0x678)]+_0x4ff38f},{'clientX':_0x5db4d6['left']+_0x4ff38f,'clientY':_0x5db4d6[_0x5059dc(0x6b6)]-_0x4ff38f},{'clientX':_0x5db4d6[_0x5059dc(0x5ce)]-_0x4ff38f,'clientY':_0x5db4d6['bottom']-_0x4ff38f},{'clientX':_0x5db4d6[_0x5059dc(0x3b4)]+_0x5db4d6['width']/0x2,'clientY':_0x5db4d6[_0x5059dc(0x678)]+_0x5db4d6[_0x5059dc(0x101)]/0x2}];return _0x41429e[_0x5059dc(0x138)](_0x373fe4=>!_0x42144a(_0x4ea82a,_0x373fe4[_0x5059dc(0x751)],_0x373fe4[_0x5059dc(0x1e8)]))??_0x41429e[0x0];}function _0x4b776f(_0x51b7e0){const _0x4a8322=_0x19cb8f;let _0x1c09bc=window[_0x4a8322(0x467)](_0x51b7e0);return _0x1c09bc[_0x4a8322(0x5ad)]===_0x4a8322(0x45a)||_0x1c09bc[_0x4a8322(0x5ad)]===_0x4a8322(0x13d)||_0x1c09bc[_0x4a8322(0x722)]==='auto'||_0x1c09bc[_0x4a8322(0x722)]===_0x4a8322(0x13d);}function _0x365397(_0x5e1530,_0x4c3318,_0x3ad8c8){const _0xcb9fd6=_0x19cb8f;if(!_0x42144a(_0x5e1530,_0x4c3318,_0x3ad8c8))return null;let _0x4b6a1a=_0x5e1530[_0xcb9fd6(0x7c1)][_0xcb9fd6(0x100)];if(typeof _0x4b6a1a==_0xcb9fd6(0x697)){let _0x1b6f9a=_0x4b6a1a['call'](_0x5e1530[_0xcb9fd6(0x7c1)],_0x4c3318,_0x3ad8c8)['find'](_0x35057d=>_0x35057d instanceof HTMLElement&&_0x5e1530[_0xcb9fd6(0x691)](_0x35057d));if(_0x1b6f9a)return _0x1b6f9a;}let _0x38738b=_0x5e1530,_0xf9b074=_0x2c31d2=>{const _0xdcfff0=_0xcb9fd6;let _0x5c83d4=Array[_0xdcfff0(0x7d3)](_0x2c31d2[_0xdcfff0(0x445)]);for(let _0x3771b6=_0x5c83d4[_0xdcfff0(0x716)]-0x1;_0x3771b6>=0x0;_0x3771b6--){let _0xc86dde=_0x5c83d4[_0x3771b6];if(!(!(_0xc86dde instanceof HTMLElement)||!_0x42144a(_0xc86dde,_0x4c3318,_0x3ad8c8))){_0x38738b=_0xc86dde,_0xf9b074(_0xc86dde);return;}}};return _0xf9b074(_0x5e1530),_0x38738b;}function _0x537e92(_0x584ba2,_0x1e3857,_0x271215){const _0x2b6861=_0x19cb8f;let _0x2271a8=_0x57ad39(_0x271215),_0xbf7fc7=_0x271215[_0x2b6861(0x7e8)]?0x0:_0x271215[_0x2b6861(0x789)],_0xfd69a5=_0x584ba2;for(;_0xfd69a5&&_0x1e3857['contains'](_0xfd69a5);){if(_0x44318f(_0xfd69a5,_0x2271a8,_0xbf7fc7))return _0xfd69a5;_0xfd69a5=_0xfd69a5['parentElement'];}return _0x44318f(_0x1e3857,_0x2271a8,_0xbf7fc7)?_0x1e3857:null;}function _0x241a3e(_0x362a54,_0x21dafc){const _0x4faef3=_0x19cb8f;return _0x537e92(_0x365397(_0x362a54,_0x21dafc[_0x4faef3(0x751)],_0x21dafc[_0x4faef3(0x1e8)])??_0x362a54,_0x362a54,_0x21dafc);}function _0x42144a(_0x33fdd1,_0x32d29e,_0x4e9c13){const _0x22940b=_0x19cb8f;let _0xe50031=_0x33fdd1[_0x22940b(0x2b9)]();return _0x32d29e>=_0xe50031[_0x22940b(0x3b4)]&&_0x32d29e<=_0xe50031[_0x22940b(0x5ce)]&&_0x4e9c13>=_0xe50031['top']&&_0x4e9c13<=_0xe50031['bottom'];}function _0x44318f(_0x37486b,_0x26a7b3,_0x17141c){const _0x14bca8=_0x19cb8f;let _0x253ac0=_0x26a7b3!==0x0&&_0x37486b[_0x14bca8(0x844)]>_0x37486b[_0x14bca8(0x58b)]&&(_0x26a7b3<0x0?_0x37486b[_0x14bca8(0x5be)]>0x0:_0x37486b[_0x14bca8(0x5be)]+_0x37486b[_0x14bca8(0x58b)]<_0x37486b[_0x14bca8(0x844)]),_0x33bd46=_0x17141c!==0x0&&_0x37486b[_0x14bca8(0x762)]>_0x37486b[_0x14bca8(0x398)]&&(_0x17141c<0x0?_0x37486b[_0x14bca8(0x21e)]>0x0:_0x37486b[_0x14bca8(0x21e)]+_0x37486b[_0x14bca8(0x398)]<_0x37486b[_0x14bca8(0x762)]);return _0x253ac0||_0x33bd46;}function _0x35609a(_0x34dfc5,_0xecc387){const _0x3bf7f9=_0x19cb8f;_0x34dfc5['preventDefault'](),_0x34dfc5[_0x3bf7f9(0x732)](),_0xecc387&&_0x34dfc5['stopImmediatePropagation']();}var _0x4cff85=class{constructor(){const _0xd63496=_0x19cb8f;_0x53835d(this,_0xd63496(0x4db),new _0x61d5ff[(_0xd63496(0x160))]()),_0x53835d(this,_0xd63496(0x259),new Map()),_0x53835d(this,_0xd63496(0x3f8),new Map()),_0x53835d(this,'_entriesByKey',new Map()),_0x53835d(this,_0xd63496(0x524),[]),_0x53835d(this,'_rendering',!0x1),_0x53835d(this,_0xd63496(0x220),null);}['registerProvider'](_0x26ec4d){const _0x3788a3=_0x19cb8f;return this[_0x3788a3(0x259)][_0x3788a3(0x4a8)](_0x26ec4d['childType'],_0x26ec4d),(0x0,_0x414d24[_0x3788a3(0x5f4)])(()=>{const _0x4f27e1=_0x3788a3;this[_0x4f27e1(0x259)]['get'](_0x26ec4d['childType'])===_0x26ec4d&&this[_0x4f27e1(0x259)][_0x4f27e1(0x4f4)](_0x26ec4d['childType']);});}[_0x19cb8f(0x7bd)](_0x124ebc){const _0x2f0787=_0x19cb8f;return this[_0x2f0787(0x259)]['get'](_0x124ebc);}[_0x19cb8f(0x8cf)](_0x2bc4d9){const _0x18978d=_0x19cb8f;return this[_0x18978d(0x3f8)][_0x18978d(0x8ee)](_0x2bc4d9);}[_0x19cb8f(0x6c9)](_0x543f69){const _0x16aeb6=_0x19cb8f;let _0x3582e4=this[_0x16aeb6(0x692)](_0x543f69),_0x31d675=this[_0x16aeb6(0x659)][_0x16aeb6(0x8ee)](_0x3582e4);if(_0x31d675&&(_0x31d675['status']===_0x16aeb6(0x78c)||_0x31d675['status']===_0x16aeb6(0x13f)))return _0x31d675;let _0x5d43ac=this[_0x16aeb6(0x3f8)][_0x16aeb6(0x8ee)](_0x543f69['descriptor'][_0x16aeb6(0x576)]),_0x3fd2a0={'embedId':_0x543f69[_0x16aeb6(0x58f)][_0x16aeb6(0x576)],'childUnitId':_0x543f69[_0x16aeb6(0x27a)],'childType':_0x543f69[_0x16aeb6(0x23a)],'status':_0x16aeb6(0x78c),'width':Math['max'](0x1,Math[_0x16aeb6(0x71b)](_0x543f69[_0x16aeb6(0x597)])),'height':Math[_0x16aeb6(0x2ad)](0x1,Math[_0x16aeb6(0x71b)](_0x543f69[_0x16aeb6(0x101)])),'dpr':_0x543f69[_0x16aeb6(0x39b)],'viewState':_0x543f69[_0x16aeb6(0x7eb)]??(_0x5d43ac==null?void 0x0:_0x5d43ac[_0x16aeb6(0x7eb)]),'revision':((_0x5d43ac==null?void 0x0:_0x5d43ac[_0x16aeb6(0x573)])??0x0)+0x1,'updatedAt':Date[_0x16aeb6(0x5a8)]()};return this[_0x16aeb6(0x659)][_0x16aeb6(0x4a8)](_0x3582e4,_0x3fd2a0),this[_0x16aeb6(0x3f8)][_0x16aeb6(0x4a8)](_0x3fd2a0[_0x16aeb6(0x576)],_0x3fd2a0),this[_0x16aeb6(0x524)][_0x16aeb6(0x731)](_0x543f69),this['_drainQueue'](),this[_0x16aeb6(0x4db)][_0x16aeb6(0x665)](_0x3fd2a0),_0x3fd2a0;}async[_0x19cb8f(0x3a7)](_0x108b14){const _0x44ec60=_0x19cb8f;let _0x11d3dd=this[_0x44ec60(0x259)][_0x44ec60(0x8ee)](_0x108b14[_0x44ec60(0x23a)]);if(!_0x11d3dd)return;let _0x1d4e29=await _0x11d3dd[_0x44ec60(0x3a7)](_0x108b14);return this['updateViewState'](_0x108b14[_0x44ec60(0x576)],_0x1d4e29),_0x1d4e29;}async['restoreViewState'](_0x42e5cd,_0x106665){const _0x162c7f=_0x19cb8f;if(_0x106665==null)return;let _0x3134ad=this[_0x162c7f(0x259)]['get'](_0x42e5cd[_0x162c7f(0x23a)]);await(_0x3134ad==null?void 0x0:_0x3134ad[_0x162c7f(0x1c5)](_0x42e5cd,_0x106665));}[_0x19cb8f(0x215)](_0x2cac50,_0x154586){const _0x21f494=_0x19cb8f;let _0x1f95bf=this[_0x21f494(0x3f8)][_0x21f494(0x8ee)](_0x2cac50);if(!_0x1f95bf){let _0xc6b819={'embedId':_0x2cac50,'childUnitId':'','childType':void 0x0,'status':'stale','width':0x0,'height':0x0,'dpr':0x1,'viewState':_0x154586,'revision':0x0,'updatedAt':Date[_0x21f494(0x5a8)]()};this[_0x21f494(0x3f8)][_0x21f494(0x4a8)](_0x2cac50,_0xc6b819),this[_0x21f494(0x4db)][_0x21f494(0x665)](_0xc6b819);return;}_0x1f95bf[_0x21f494(0x7eb)]=_0x154586,_0x1f95bf[_0x21f494(0x658)]=Date['now'](),this[_0x21f494(0x4db)]['next'](_0x1f95bf);}['markStale'](_0x154c0d,_0xc0cd1d){const _0x32f455=_0x19cb8f;let _0x4d9985=this[_0x32f455(0x3f8)][_0x32f455(0x8ee)](_0x154c0d);_0x4d9985&&(_0x4d9985[_0x32f455(0x719)]=_0x32f455(0x4f7),_0x4d9985[_0x32f455(0x2dd)]=_0xc0cd1d,_0x4d9985[_0x32f455(0x658)]=Date[_0x32f455(0x5a8)](),this['previewUpdated$'][_0x32f455(0x665)](_0x4d9985));}[_0x19cb8f(0x3a1)](_0x12f433){const _0x3ce088=_0x19cb8f;let _0x3a0e9a=this[_0x3ce088(0x3f8)][_0x3ce088(0x8ee)](_0x12f433);this[_0x3ce088(0x3f8)][_0x3ce088(0x4f4)](_0x12f433),_0x3a0e9a&&Array[_0x3ce088(0x7d3)](this['_entriesByKey']['entries']())[_0x3ce088(0x2f2)](([_0x2f9933,_0x4b2352])=>{const _0x3743da=_0x3ce088;_0x4b2352[_0x3743da(0x576)]===_0x12f433&&this[_0x3743da(0x659)][_0x3743da(0x4f4)](_0x2f9933);});}[_0x19cb8f(0x692)](_0x25cc7e){const _0x12eef8=_0x19cb8f;return[_0x25cc7e[_0x12eef8(0x58f)][_0x12eef8(0x576)],_0x25cc7e[_0x12eef8(0x27a)],_0x25cc7e['childType'],Math[_0x12eef8(0x2ad)](0x1,Math[_0x12eef8(0x71b)](_0x25cc7e[_0x12eef8(0x597)])),Math['max'](0x1,Math[_0x12eef8(0x71b)](_0x25cc7e[_0x12eef8(0x101)])),_0x25cc7e[_0x12eef8(0x39b)]][_0x12eef8(0x806)]('::');}async[_0x19cb8f(0x36e)](){const _0x789a95=_0x19cb8f;for(;this['_queue']['length']>0x0||this[_0x789a95(0x5e8)]||this[_0x789a95(0x220)];)await(this[_0x789a95(0x220)]??Promise['resolve']()),await Promise[_0x789a95(0x8ab)]();}[_0x19cb8f(0x3b7)](){const _0x27dd64=_0x19cb8f;this[_0x27dd64(0x259)]['clear'](),this[_0x27dd64(0x3f8)][_0x27dd64(0x13a)](),this[_0x27dd64(0x659)]['clear'](),this[_0x27dd64(0x524)][_0x27dd64(0x716)]=0x0,this[_0x27dd64(0x4db)][_0x27dd64(0x75d)]();}[_0x19cb8f(0x3f9)](){const _0x375684=_0x19cb8f;this[_0x375684(0x5e8)]||this[_0x375684(0x220)]||(this[_0x375684(0x220)]=this['_runQueue']()['finally'](()=>{const _0x4d1095=_0x375684;this[_0x4d1095(0x220)]=null;}));}async['_runQueue'](){const _0x356600=_0x19cb8f;if(!this[_0x356600(0x5e8)]){this[_0x356600(0x5e8)]=!0x0;try{for(;this[_0x356600(0x524)][_0x356600(0x716)]>0x0;)await this[_0x356600(0x638)](this[_0x356600(0x524)][_0x356600(0x80b)]());}finally{this['_rendering']=!0x1;}}}async[_0x19cb8f(0x638)](_0x151066){const _0x5abb38=_0x19cb8f;let _0x75eee5=this[_0x5abb38(0x692)](_0x151066),_0x371967=this[_0x5abb38(0x659)]['get'](_0x75eee5);if(!_0x371967||_0x371967[_0x5abb38(0x719)]!==_0x5abb38(0x78c))return;let _0x5d30b0=this[_0x5abb38(0x259)][_0x5abb38(0x8ee)](_0x151066[_0x5abb38(0x23a)]),_0x3b8c9f=this['_findPreviousReadyEntry'](_0x371967[_0x5abb38(0x576)],_0x371967);if(!_0x5d30b0){let _0x278302=_0x151066['context']?_0x2749ee(_0x151066['context']):void 0x0;if(_0x278302){_0x371967['image']=_0x278302,_0x371967[_0x5abb38(0x719)]='ready',_0x371967[_0x5abb38(0x658)]=Date[_0x5abb38(0x5a8)](),this[_0x5abb38(0x3f8)][_0x5abb38(0x4a8)](_0x371967['embedId'],_0x371967),this['previewUpdated$'][_0x5abb38(0x665)](_0x371967);return;}this[_0x5abb38(0x6fc)](_0x371967,_0x3b8c9f,Error(_0x5abb38(0x603)+_0x151066['childType']));return;}try{let _0x1313d6=await _0x5d30b0['renderPreview']({..._0x151066,'width':_0x371967[_0x5abb38(0x597)],'height':_0x371967['height'],'viewState':_0x371967[_0x5abb38(0x7eb)]});if(this[_0x5abb38(0x659)]['get'](_0x75eee5)!==_0x371967||_0x371967[_0x5abb38(0x719)]!==_0x5abb38(0x78c))return;if(!_0x1313d6){this[_0x5abb38(0x6fc)](_0x371967,_0x3b8c9f,Error('Empty\x20embed\x20float\x20preview\x20result.'));return;}_0x371967['image']=_0x1313d6,_0x371967[_0x5abb38(0x719)]=_0x5abb38(0x13f),_0x371967['updatedAt']=Date['now'](),this[_0x5abb38(0x3f8)][_0x5abb38(0x4a8)](_0x371967[_0x5abb38(0x576)],_0x371967),this['previewUpdated$'][_0x5abb38(0x665)](_0x371967);}catch(_0x4ef867){this['_setRenderFailure'](_0x371967,_0x3b8c9f,_0x4ef867);}}[_0x19cb8f(0x583)](_0x3ae3d8,_0x2a279d){const _0x75dc8f=_0x19cb8f;let _0x2ee1b4=this[_0x75dc8f(0x3f8)][_0x75dc8f(0x8ee)](_0x3ae3d8);return _0x2ee1b4&&_0x2ee1b4!==_0x2a279d&&_0x2ee1b4[_0x75dc8f(0x38e)]?_0x2ee1b4:Array[_0x75dc8f(0x7d3)](this[_0x75dc8f(0x659)][_0x75dc8f(0x195)]())['reverse']()[_0x75dc8f(0x138)](_0x13b3dd=>_0x13b3dd[_0x75dc8f(0x576)]===_0x3ae3d8&&_0x13b3dd!==_0x2a279d&&_0x13b3dd[_0x75dc8f(0x38e)]);}[_0x19cb8f(0x6fc)](_0x45ce18,_0xc94fe8,_0x5c0299){const _0x34bafd=_0x19cb8f;_0x45ce18[_0x34bafd(0x719)]=_0xc94fe8!=null&&_0xc94fe8['image']?_0x34bafd(0x4f7):_0x34bafd(0x2dd),_0x45ce18[_0x34bafd(0x38e)]=_0xc94fe8==null?void 0x0:_0xc94fe8[_0x34bafd(0x38e)],_0x45ce18[_0x34bafd(0x7eb)]=_0x45ce18['viewState']??(_0xc94fe8==null?void 0x0:_0xc94fe8[_0x34bafd(0x7eb)]),_0x45ce18['error']=_0x5c0299,_0x45ce18[_0x34bafd(0x658)]=Date[_0x34bafd(0x5a8)](),this[_0x34bafd(0x3f8)][_0x34bafd(0x4a8)](_0x45ce18['embedId'],_0x45ce18),this[_0x34bafd(0x4db)][_0x34bafd(0x665)](_0x45ce18);}},_0x24b559=class{constructor(){const _0x3f8890=_0x19cb8f;_0x53835d(this,_0x3f8890(0x6e3),new Map()),_0x53835d(this,_0x3f8890(0x693),new _0x61d5ff['Subject']()),_0x53835d(this,_0x3f8890(0x872),this[_0x3f8890(0x693)][_0x3f8890(0x26d)]());}[_0x19cb8f(0x586)](_0x298aae){const _0xca322d=_0x19cb8f;return this[_0xca322d(0x6e3)]['set'](_0x298aae[_0xca322d(0x576)],_0x298aae),this[_0xca322d(0x3a1)]({'embedId':_0x298aae[_0xca322d(0x576)],'reason':_0xca322d(0x49a)}),(0x0,_0x414d24[_0xca322d(0x5f4)])(()=>{const _0x5e5e67=_0xca322d;this['_registrations']['get'](_0x298aae['embedId'])===_0x298aae&&(this[_0x5e5e67(0x6e3)][_0x5e5e67(0x4f4)](_0x298aae[_0x5e5e67(0x576)]),this['invalidate']({'embedId':_0x298aae[_0x5e5e67(0x576)],'reason':'manual'}));});}[_0x19cb8f(0xb5)](_0x3c8242){const _0x4f15bd=_0x19cb8f;return this[_0x4f15bd(0x6e3)]['get'](_0x3c8242);}[_0x19cb8f(0x7d5)](_0x438da9){const _0x1258a5=_0x19cb8f;return Array[_0x1258a5(0x7d3)](this[_0x1258a5(0x6e3)][_0x1258a5(0x195)]())[_0x1258a5(0x138)](_0x473b8e=>_0x473b8e[_0x1258a5(0x27a)]===_0x438da9);}['invalidate'](_0x4edd04){const _0x3a933b=_0x19cb8f;this['_geometryInvalidated$'][_0x3a933b(0x665)](_0x4edd04);}};let _0x4bb871=class{constructor(_0x3018dd,_0x5ca932,_0x157eef,_0x4bc81d){const _0x58d2d9=_0x19cb8f;this['_modelService']=_0x3018dd,this[_0x58d2d9(0x76f)]=_0x5ca932,this[_0x58d2d9(0x1d7)]=_0x157eef,this[_0x58d2d9(0xf8)]=_0x4bc81d;}async[_0x19cb8f(0x34c)](_0x40ed3f){const _0x4eecb=_0x19cb8f;return this[_0x4eecb(0x76f)][_0x4eecb(0x34c)](_0x40ed3f);}async[_0x19cb8f(0x286)](_0x5e7be8){const _0x2c4465=_0x19cb8f;let _0x8d38f6=_0x5e7be8[_0x2c4465(0x58f)],_0x4c4766=_0x5e7be8[_0x2c4465(0x377)]??this['_hostAdapterRegistry'][_0x2c4465(0x797)]({'embedId':_0x8d38f6['embedId'],'hostUnitId':_0x8d38f6['hostUnitId'],'hostType':_0x8d38f6[_0x2c4465(0x2b7)],'entry':_0x8d38f6['entry'],'hostAnchorId':_0x8d38f6['hostAnchorId'],'hostContext':_0x5e7be8['hostContext'],'descriptor':_0x8d38f6});return this[_0x2c4465(0x595)]['addDescriptor'](_0x8d38f6[_0x2c4465(0x672)],_0x8d38f6),this[_0x2c4465(0xf8)]['setAnchor'](_0x4c4766),this['_modelService'][_0x2c4465(0x62c)](_0x8d38f6[_0x2c4465(0x672)],_0x8d38f6[_0x2c4465(0x576)]);}};_0x4bb871=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x646)])),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0xb0)])),_0x482d3a(0x2,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b['EmbedHostAdapterRegistryService'])),_0x482d3a(0x3,(0x0,_0x414d24['Inject'])(_0x5e7b5b[_0x19cb8f(0x8ba)]))],_0x4bb871);function _0x50cd94(_0x5517ae){const _0x5daeaf=_0x19cb8f;var _0xa0ac5b;if(!_0x5517ae)return;let _0x273382=((_0xa0ac5b=_0x5517ae[_0x5daeaf(0x13c)]('[data-embed-interaction-boundary-owner]'))==null?void 0x0:_0xa0ac5b[_0x5daeaf(0x3cc)](_0x5daeaf(0x300)))??void 0x0,_0x3704b5=_0x52dbcb(_0x5517ae,_0x273382),_0x79aceb=(_0x3704b5==null?void 0x0:_0x3704b5[_0x5daeaf(0x3cc)]('data-embed-id'))??_0x273382;if(_0x79aceb)return{'embedId':_0x79aceb,'hostUnitId':(_0x3704b5==null?void 0x0:_0x3704b5['getAttribute'](_0x5daeaf(0x68f)))??void 0x0,'childUnitId':(_0x3704b5==null?void 0x0:_0x3704b5['getAttribute'](_0x5ab84f[_0x5daeaf(0x3c1)]))??void 0x0,'childType':_0x20586f(_0x3704b5)};}function _0x52dbcb(_0x5d7107,_0x12d2fb){const _0x470dcd=_0x19cb8f;let _0x1575a8=_0x5d7107==null?void 0x0:_0x5d7107[_0x470dcd(0x13c)](_0x470dcd(0x42b));if(_0x1575a8&&(!_0x12d2fb||_0x1575a8[_0x470dcd(0x3cc)](_0x470dcd(0x4aa))===_0x12d2fb))return _0x1575a8;let _0xd37d85=(_0x5d7107==null?void 0x0:_0x5d7107[_0x470dcd(0x7c1)])??(typeof document>'u'?void 0x0:document);return!_0xd37d85||!_0x12d2fb?_0x1575a8??void 0x0:_0xd37d85[_0x470dcd(0x7e7)]('[data-embed-float-dom=\x22true\x22][data-embed-id=\x22'+_0x101dbb(_0x12d2fb)+'\x22]')??void 0x0;}function _0x101dbb(_0x3f105a){const _0x518374=_0x19cb8f;return _0x3f105a['replace'](/\\/g,'\x5c\x5c')[_0x518374(0x574)](/"/g,'\x5c\x22');}function _0x20586f(_0x5cc5ed){const _0x1eed81=_0x19cb8f;let _0x37532e=_0x5cc5ed==null?void 0x0:_0x5cc5ed[_0x1eed81(0x3cc)](_0x1eed81(0x501));if(_0x37532e!=null&&_0x37532e!=='')return Number(_0x37532e);}var _0x3ddae4=class{constructor(){const _0x2be24f=_0x19cb8f;_0x53835d(this,_0x2be24f(0x429),new WeakMap()),_0x53835d(this,_0x2be24f(0x817),new WeakSet());}[_0x19cb8f(0x586)](_0x1940f1,_0x153b62){const _0x2d28c4=_0x19cb8f;let _0x20a61c=this[_0x2d28c4(0x429)][_0x2d28c4(0x8ee)](_0x1940f1);if(!_0x20a61c){let _0x328ec0=_0x1940f1[_0x2d28c4(0x7c1)][_0x2d28c4(0x503)];if(!_0x328ec0)return(0x0,_0x414d24[_0x2d28c4(0x5f4)])(()=>{});let _0x442584=_0xb823ec=>this['_observeWheel'](_0x1940f1,_0xb823ec);_0x328ec0[_0x2d28c4(0x474)](_0x2d28c4(0x73e),_0x442584,{'capture':!0x0,'passive':!0x1}),_0x20a61c={'activeUntil':0x0,'containers':new Map(),'dispose':()=>_0x328ec0[_0x2d28c4(0x8f5)](_0x2d28c4(0x73e),_0x442584,{'capture':!0x0}),'refCount':0x0},this[_0x2d28c4(0x429)][_0x2d28c4(0x4a8)](_0x1940f1,_0x20a61c);}let _0x2e91d4=_0x20a61c;return _0x2e91d4[_0x2d28c4(0x766)]+=0x1,_0x2e91d4['containers'][_0x2d28c4(0x4a8)](_0x153b62,(_0x2e91d4[_0x2d28c4(0x867)][_0x2d28c4(0x8ee)](_0x153b62)??0x0)+0x1),(0x0,_0x414d24[_0x2d28c4(0x5f4)])(()=>{const _0x4f2a7f=_0x2d28c4;let _0x8298a4=_0x2e91d4[_0x4f2a7f(0x867)]['get'](_0x153b62)??0x0;_0x8298a4<=0x1?_0x2e91d4[_0x4f2a7f(0x867)][_0x4f2a7f(0x4f4)](_0x153b62):_0x2e91d4[_0x4f2a7f(0x867)][_0x4f2a7f(0x4a8)](_0x153b62,_0x8298a4-0x1),--_0x2e91d4['refCount'],!(_0x2e91d4[_0x4f2a7f(0x766)]>0x0||this[_0x4f2a7f(0x429)]['get'](_0x1940f1)!==_0x2e91d4)&&(_0x2e91d4[_0x4f2a7f(0x3b7)](),this[_0x4f2a7f(0x429)][_0x4f2a7f(0x4f4)](_0x1940f1));});}[_0x19cb8f(0x13b)](_0x1ac97b){const _0x3cc432=_0x19cb8f;return this['_hostGestureEvents'][_0x3cc432(0x8f1)](_0x1ac97b);}[_0x19cb8f(0x787)](_0x3fd01c,_0x4da875){const _0xf5d93c=_0x19cb8f;var _0x1857b0;let _0x514482=_0x3fd01c[_0xf5d93c(0x7c1)][_0xf5d93c(0x503)];if(!_0x514482)return;let _0x3add10=_0x5f338f(_0x4da875,_0x514482);if(!_0x3add10||!_0x3fd01c[_0xf5d93c(0x691)](_0x3add10))return;let _0x56c794=this['_sessions'][_0xf5d93c(0x8ee)](_0x3fd01c);if(!_0x56c794)return;let _0x28024f=Date[_0xf5d93c(0x5a8)](),_0x45b035=_0x52dbcb(_0x3add10),_0x306329=_0x45b035??_0x54c106(_0x56c794['containers']['keys'](),_0x4da875[_0xf5d93c(0x751)],_0x4da875[_0xf5d93c(0x1e8)]);if(!_0x306329||!_0x3fd01c[_0xf5d93c(0x691)](_0x306329)){_0x56c794[_0xf5d93c(0x70d)]=_0x28024f+0x1f4;return;}let _0x187d71=_0x306329['getAttribute'](_0xf5d93c(0x304));if(_0x187d71===_0xf5d93c(0x4d3)&&!_0x45b035){_0x56c794[_0xf5d93c(0x70d)]=_0x28024f+0x1f4;return;}if(_0x187d71===_0xf5d93c(0x4d3)&&((_0x1857b0=_0x50cd94(_0x306329))==null?void 0x0:_0x1857b0[_0xf5d93c(0x23a)])===_0x414d24[_0xf5d93c(0x4ed)][_0xf5d93c(0x833)]){_0x56c794[_0xf5d93c(0x70d)]=_0x28024f+0x1f4,this[_0xf5d93c(0x817)][_0xf5d93c(0x70a)](_0x4da875);return;}if(_0x28024f>=_0x56c794[_0xf5d93c(0x70d)]){_0x45b035||(_0x4da875[_0xf5d93c(0x276)](),_0x4da875[_0xf5d93c(0x45c)]());return;}_0x56c794[_0xf5d93c(0x70d)]=_0x28024f+0x1f4,this[_0xf5d93c(0x817)]['add'](_0x4da875);}};function _0x54c106(_0x3bbbd9,_0xabd828,_0x1c63a2){const _0x154a07=_0x19cb8f;for(let _0x47ef45 of _0x3bbbd9){let _0x4b0cfe=_0x47ef45['getBoundingClientRect']();if(_0x4b0cfe['width']>0x0&&_0x4b0cfe[_0x154a07(0x101)]>0x0&&_0xabd828>=_0x4b0cfe[_0x154a07(0x3b4)]&&_0xabd828<=_0x4b0cfe['right']&&_0x1c63a2>=_0x4b0cfe[_0x154a07(0x678)]&&_0x1c63a2<=_0x4b0cfe[_0x154a07(0x6b6)])return _0x47ef45;}}function _0x5f338f(_0x1d3bd5,_0x1ada12){const _0x44c06b=_0x19cb8f;let _0x10a29b=_0x1d3bd5['target'];return _0x10a29b instanceof _0x1ada12[_0x44c06b(0x1b8)]?_0x10a29b:_0x10a29b instanceof _0x1ada12[_0x44c06b(0x704)]||_0x10a29b instanceof _0x1ada12[_0x44c06b(0x6d6)]?_0x10a29b['parentElement']:null;}function _0x2a5e3b(_0x293439,_0x12c21d,_0xd74db3){const _0x924d99=_0x19cb8f;if(!_0x293439[_0x924d99(0x4d8)]&&!_0x293439[_0x924d99(0x7f7)])return!0x1;switch(_0x12c21d[_0x924d99(0x58f)][_0x924d99(0x2b7)]){case _0x414d24[_0x924d99(0x4ed)][_0x924d99(0x520)]:return _0xb76341(_0x293439,_0x12c21d,_0xd74db3);case _0x414d24[_0x924d99(0x4ed)]['UNIVER_DOC']:return _0x1531bb(_0x293439,_0x12c21d,_0xd74db3);case _0x414d24[_0x924d99(0x4ed)][_0x924d99(0x833)]:return _0x5c5dbf(_0x293439,_0x12c21d,_0xd74db3);default:return!0x1;}}function _0xb76341(_0x560473,_0x4fa9e7,_0x427e09){const _0x176422=_0x19cb8f;let _0x1efb47=_0x427e09[_0x176422(0x19d)][_0x176422(0xf7)](_0x4fa9e7[_0x176422(0x672)],_0x414d24[_0x176422(0x4ed)][_0x176422(0x520)]),_0x56335d=_0x1efb47==null?void 0x0:_0x1efb47[_0x176422(0x813)]();return!_0x1efb47||!_0x56335d?!0x1:(_0x427e09['commandService'][_0x176422(0x6ed)](_0x34d89f['SetZoomRatioCommand']['id'],{'unitId':_0x4fa9e7[_0x176422(0x672)],'subUnitId':_0x56335d['getSheetId'](),'zoomRatio':_0x28bacd(_0x56335d[_0x176422(0x5c3)](),_0x560473)}),!0x0);}function _0x1531bb(_0x592253,_0x8930b2,_0x1a0ef4){const _0x40fd5c=_0x19cb8f;var _0x13f278;let _0x306d76=_0x1a0ef4[_0x40fd5c(0x19d)][_0x40fd5c(0xf7)](_0x8930b2[_0x40fd5c(0x672)],_0x414d24[_0x40fd5c(0x4ed)]['UNIVER_DOC']);return _0x306d76?(_0x1a0ef4[_0x40fd5c(0x8a5)]['executeCommand'](_0x241ab5[_0x40fd5c(0x2ee)]['id'],{'documentId':_0x8930b2[_0x40fd5c(0x672)],'zoomRatio':_0x28bacd(((_0x13f278=_0x306d76[_0x40fd5c(0x800)]())==null?void 0x0:_0x13f278[_0x40fd5c(0x625)])??0x1,_0x592253)}),!0x0):!0x1;}function _0x5c5dbf(_0x6f5953,_0x2418d4,_0x3d52f1){const _0x1a507a=_0x19cb8f;let _0x46b5dc=_0x3d52f1['univerInstanceService'][_0x1a507a(0xf7)](_0x2418d4['hostUnitId'],_0x414d24[_0x1a507a(0x4ed)][_0x1a507a(0x833)]);return _0x46b5dc?(_0x3d52f1[_0x1a507a(0x8a5)]['executeCommand'](_0x33aad3['SetSlideZoomRatioOperation']['id'],{'unitId':_0x2418d4['hostUnitId'],'zoomRatio':_0x28bacd(_0x46b5dc['getZoomRatio'](),_0x6f5953)}),!0x0):!0x1;}function _0x28bacd(_0x413089,_0x171a4b){const _0x3273b1=_0x19cb8f;return(0x0,_0x1ed905[_0x3273b1(0x56c)])(_0x413089,{'deltaMode':_0x171a4b[_0x3273b1(0x2e0)],'deltaX':_0x171a4b[_0x3273b1(0x602)],'deltaY':_0x171a4b['deltaY'],'wheelDelta':_0x171a4b['wheelDelta']});}var _0x48d47d=class{constructor(){const _0x27146d=_0x19cb8f;_0x53835d(this,_0x27146d(0x259),new Map());}[_0x19cb8f(0x586)](_0x160bba){const _0x5c24ec=_0x19cb8f;return this[_0x5c24ec(0x259)][_0x5c24ec(0x4a8)](_0x160bba[_0x5c24ec(0x23a)],_0x160bba),(0x0,_0x414d24[_0x5c24ec(0x5f4)])(()=>{const _0x5a091e=_0x5c24ec;this[_0x5a091e(0x259)][_0x5a091e(0x8ee)](_0x160bba[_0x5a091e(0x23a)])===_0x160bba&&this[_0x5a091e(0x259)][_0x5a091e(0x4f4)](_0x160bba[_0x5a091e(0x23a)]);});}[_0x19cb8f(0x8ee)](_0x8a3c95,_0x68a903){const _0x1a0c1d=_0x19cb8f;var _0x2b1868;let _0x3967db=this[_0x1a0c1d(0x259)][_0x1a0c1d(0x8ee)](_0x8a3c95);if(_0x3967db&&!(_0x68a903&&(_0x2b1868=_0x3967db['supportedLayouts'])!=null&&_0x2b1868['length']&&!_0x3967db['supportedLayouts'][_0x1a0c1d(0x2b3)](_0x68a903)))return _0x3967db;}[_0x19cb8f(0x54b)](){const _0x37af49=_0x19cb8f;return[...this['_providers'][_0x37af49(0x195)]()];}},_0x43b400=class{constructor(){_0x53835d(this,'_handlers',[]);}['register'](_0x4b5ecf){const _0x212ae6=_0x19cb8f;return this[_0x212ae6(0x7ad)]['push'](_0x4b5ecf),this[_0x212ae6(0x2a4)](),(0x0,_0x414d24[_0x212ae6(0x5f4)])(()=>{const _0x229092=_0x212ae6;let _0x5c3756=this['_handlers'][_0x229092(0x340)](_0x4b5ecf);_0x5c3756>=0x0&&this[_0x229092(0x7ad)][_0x229092(0x2c5)](_0x5c3756,0x1);});}[_0x19cb8f(0x514)](_0x5a9ab9){const _0x2ac8e1=_0x19cb8f;for(let _0x2b2cb1 of this[_0x2ac8e1(0x7ad)]){var _0x241dd6;if(_0x2b2cb1[_0x2ac8e1(0x23a)]===_0x5a9ab9[_0x2ac8e1(0x23a)]&&!(_0x5a9ab9[_0x2ac8e1(0x447)]&&(_0x241dd6=_0x2b2cb1[_0x2ac8e1(0x6db)])!=null&&_0x241dd6[_0x2ac8e1(0x716)]&&!_0x2b2cb1[_0x2ac8e1(0x6db)][_0x2ac8e1(0x2b3)](_0x5a9ab9[_0x2ac8e1(0x447)]))&&_0x2b2cb1['handleWheel'](_0x5a9ab9)===!0x0)return!0x0;}return!0x1;}[_0x19cb8f(0x54b)](){const _0x462758=_0x19cb8f;return[...this[_0x462758(0x7ad)]];}[_0x19cb8f(0x2a4)](){const _0x1c98c3=_0x19cb8f;this[_0x1c98c3(0x7ad)]['sort']((_0x316df9,_0x7c6055)=>(_0x7c6055[_0x1c98c3(0x51e)]??0x0)-(_0x316df9['order']??0x0));}};function _0x103f56(_0x295205){const _0x1570bf=_0x19cb8f;if(!_0x295205||typeof _0x295205!=_0x1570bf(0x599))return;let _0x267c65=_0x295205;return _0x267c65[_0x1570bf(0x482)]===0x1&&_0x267c65[_0x1570bf(0x576)]&&_0x267c65[_0x1570bf(0x590)]?_0x267c65:void 0x0;}let _0x4e9486=new Map();function _0x3a5f7d(_0x36630a){const _0x1feb68=_0x19cb8f;var _0x850b25,_0x13000c;let {container:_0x4636f6,content:_0x1929cd,offset:_0x24a056}=_0x36630a;if(!_0x36630a[_0x1feb68(0x317)])return _0x24a056['current']=0x0,_0x1929cd[_0x1feb68(0x163)][_0x1feb68(0x688)]('transform'),_0x1929cd['style'][_0x1feb68(0x688)](_0x1feb68(0x653)),(0x0,_0x414d24[_0x1feb68(0x5f4)])(()=>{});let _0x35df36=_0x4636f6[_0x1feb68(0x7c1)]['defaultView']??window,_0x417432=_0x3bf974(_0x36630a[_0x1feb68(0x5db)]),_0x34378c=!0x1,_0x2fb569,_0x11b37c=()=>{const _0x22c665=_0x1feb68;var _0x277504,_0x18316b;if(_0x34378c)return;let _0xa9a93b=_0x36630a[_0x22c665(0x619)]();if(!_0xa9a93b){_0x24a056[_0x22c665(0x835)]=0x0,_0x1929cd['style']['removeProperty'](_0x22c665(0x540)),_0x1929cd[_0x22c665(0x163)][_0x22c665(0x688)]('clip-path');return;}let _0x4e09e4=_0x36630a['getProvider'](_0xa9a93b);if(!_0x4e09e4)return;let _0x2262f1=_0x4bc3e3(_0x4636f6),_0x5c4476=(_0x2262f1==null?void 0x0:_0x2262f1[_0x22c665(0x2b9)]())??{'height':_0x35df36[_0x22c665(0x639)],'top':0x0,'width':_0x35df36[_0x22c665(0x472)]},_0xd2c2d7=_0x4636f6[_0x22c665(0x2b9)](),_0x32df93=(_0x277504=_0x88740e(_0x4636f6))==null?void 0x0:_0x277504[_0x22c665(0x2b9)]()['height'],_0x4379b0=_0x44ca03(_0x36630a[_0x22c665(0x19e)],_0x32df93==null?void 0x0:_0x32df93/_0x417432,_0x5c4476[_0x22c665(0x101)]/_0x417432),_0x57dad9=_0x36630a[_0x22c665(0x88a)]&&Math['round'](_0xd2c2d7[_0x22c665(0x101)]/_0x417432)>=Math['round'](_0x4379b0),_0x535b14=_0x44ca03(_0x36630a[_0x22c665(0x38c)],_0xd2c2d7[_0x22c665(0x101)]/_0x417432),_0x5573b6=Math[_0x22c665(0x484)](_0x535b14,_0x44ca03(_0x36630a['viewportHeight'],_0x1929cd['getBoundingClientRect']()['height']/_0x417432,_0x5c4476[_0x22c665(0x101)]/_0x417432)),_0x48f793=_0x36a88f({'collapseWithoutChildScroll':_0x57dad9,'contentHeight':_0x535b14,'hostOffset':Math[_0x22c665(0x2ad)](0x0,(_0x5c4476[_0x22c665(0x678)]-_0xd2c2d7[_0x22c665(0x678)])/_0x417432),'stickyHeaderHeight':Math[_0x22c665(0x2ad)](0x18,((_0x18316b=_0x4e09e4[_0x22c665(0x36a)])==null?void 0x0:_0x18316b[_0x22c665(0x353)](_0x4e09e4,_0xa9a93b))??0x0),'viewportHeight':_0x5573b6});if(_0x1929cd[_0x22c665(0x163)]['transform']=_0x48f793[_0x22c665(0x456)]===0x0?'':'translateY('+_0x48f793[_0x22c665(0x456)]*_0x417432+_0x22c665(0x724),_0x1929cd[_0x22c665(0x163)][_0x22c665(0x233)]=_0x48f793[_0x22c665(0x147)]===0x0?'':_0x22c665(0x34b)+_0x48f793[_0x22c665(0x147)]*_0x417432+_0x22c665(0x1ff),!_0x4fc6fa(_0x36630a[_0x22c665(0x3e9)]['current'],_0x22c665(0x7a0))||_0x36630a[_0x22c665(0x10f)]['current'])return;let _0x1ae4b6=_0x48f793[_0x22c665(0x44a)]-_0x24a056['current'];if(Math[_0x22c665(0x5a5)](_0x1ae4b6)<0.5)return;_0x24a056['current']=_0x48f793[_0x22c665(0x44a)],_0x36630a[_0x22c665(0x3a1)]();let _0x1b1434=new WheelEvent(_0x22c665(0x73e),{'cancelable':!0x1,'clientX':_0xd2c2d7[_0x22c665(0x3b4)]+Math[_0x22c665(0x484)](_0xd2c2d7[_0x22c665(0x597)],_0x5c4476[_0x22c665(0x597)])/0x2,'clientY':_0x5c4476[_0x22c665(0x678)]+_0x5573b6*_0x417432/0x2,'deltaY':_0x1ae4b6});_0x36630a[_0x22c665(0x85c)][_0x22c665(0x835)]=!0x0;try{_0x4e09e4[_0x22c665(0x514)]({..._0xa9a93b,'event':_0x1b1434,'source':_0x22c665(0x656),'stage':_0x36630a[_0x22c665(0x3b9)](),'viewportScrollY':_0x48f793['childOffset']});}finally{_0x36630a[_0x22c665(0x85c)]['current']=!0x1;}},_0x2dd326=()=>{const _0x1f78bf=_0x1feb68;_0x11b37c(),_0x34378c||(_0x2fb569=_0x35df36[_0x1f78bf(0x2e9)](_0x2dd326));},_0x4163c8=()=>{const _0x4c65a8=_0x1feb68;globalThis[_0x4c65a8(0x164)](()=>{_0x34378c||_0x11b37c();});},_0x4ff30e=_0x36630a[_0x1feb68(0x619)](),_0x4c1d06=_0x4ff30e?_0x36630a[_0x1feb68(0x7bd)](_0x4ff30e):void 0x0,_0x4d8de5=_0x4ff30e&&(_0x4c1d06==null||(_0x850b25=_0x4c1d06['subscribeVerticalScroll'])==null?void 0x0:_0x850b25['call'](_0x4c1d06,_0x4ff30e,_0x2f6cfc=>{const _0x17bdc6=_0x1feb68;var _0x17dd57;if(_0x36630a['syncingChildFromHost'][_0x17bdc6(0x835)]||!_0x4fc6fa(_0x36630a[_0x17bdc6(0x3e9)][_0x17bdc6(0x835)],'child'))return;let _0x58a065=Math[_0x17bdc6(0x2ad)](0x0,_0x44ca03(_0x36630a[_0x17bdc6(0x38c)])-_0x44ca03(_0x36630a[_0x17bdc6(0x1fb)])),_0x3bb81c=_0x516189(_0x2f6cfc,0x0,_0x58a065),_0x359b1e=_0x4636f6[_0x17bdc6(0x2b9)](),_0x2f4f4e=((_0x17dd57=_0x4bc3e3(_0x4636f6))==null?void 0x0:_0x17dd57[_0x17bdc6(0x2b9)]()[_0x17bdc6(0x678)])??0x0,_0x26ccd4=_0x4fe187(_0x3bb81c,_0x516189((_0x2f4f4e-_0x359b1e['top'])/_0x417432,0x0,_0x58a065),Math[_0x17bdc6(0x2ad)](0x0,(_0x359b1e['top']-_0x2f4f4e)/_0x417432));if(Math[_0x17bdc6(0x5a5)](_0x26ccd4)<0.5)return;let _0x393e53=new WheelEvent(_0x17bdc6(0x73e),{'cancelable':!0x1,'clientX':_0x359b1e[_0x17bdc6(0x3b4)]+_0x359b1e[_0x17bdc6(0x597)]/0x2,'clientY':_0x359b1e[_0x17bdc6(0x678)]+Math[_0x17bdc6(0x484)](_0x359b1e[_0x17bdc6(0x101)],(_0x36630a[_0x17bdc6(0x1fb)]??_0x359b1e[_0x17bdc6(0x101)]/_0x417432)*_0x417432)/0x2,'deltaY':_0x26ccd4*_0x417432}),_0x376bdb=_0x24a056[_0x17bdc6(0x835)],_0x5283eb=_0x1929cd[_0x17bdc6(0x163)][_0x17bdc6(0x540)],_0x5d3c77=_0x1929cd['style'][_0x17bdc6(0x233)];_0x24a056[_0x17bdc6(0x835)]=_0x3bb81c,_0x1929cd[_0x17bdc6(0x163)][_0x17bdc6(0x540)]=_0x3bb81c===0x0?'':'translateY('+_0x3bb81c*_0x417432+_0x17bdc6(0x724),_0x36630a['syncingHostFromChild']['current']=!0x0;let _0xd84c2c=!0x1;try{var _0x22aa73;_0xd84c2c=((_0x22aa73=_0x36630a[_0x17bdc6(0x2c0)])==null?void 0x0:_0x22aa73[_0x17bdc6(0x353)](_0x36630a,_0x393e53,_0x4ff30e))===!0x0||_0x23df9c(_0x4636f6,_0x393e53);}finally{_0x36630a[_0x17bdc6(0x10f)][_0x17bdc6(0x835)]=!0x1;}if(!_0xd84c2c){_0x24a056[_0x17bdc6(0x835)]=_0x376bdb,_0x1929cd['style'][_0x17bdc6(0x540)]=_0x5283eb,_0x1929cd['style']['clipPath']=_0x5d3c77;return;}_0x36630a[_0x17bdc6(0x3a1)]();}));_0x2fb569=_0x35df36[_0x1feb68(0x2e9)](_0x2dd326);let _0x4b47dc=(_0x13000c=_0x36630a[_0x1feb68(0xa6)])==null?void 0x0:_0x13000c[_0x1feb68(0x132)](_0x4163c8);_0x35df36[_0x1feb68(0x474)](_0x1feb68(0x13d),_0x11b37c,!0x0),_0x35df36['addEventListener']('resize',_0x11b37c);let _0x4d9c3f=typeof ResizeObserver>'u'?void 0x0:new ResizeObserver(_0x11b37c);return _0x4d9c3f==null||_0x4d9c3f[_0x1feb68(0x512)](_0x4636f6),(0x0,_0x414d24[_0x1feb68(0x5f4)])(()=>{const _0xe10014=_0x1feb68;_0x34378c=!0x0,_0x2fb569!=null&&_0x35df36[_0xe10014(0x6b0)](_0x2fb569),_0x4d8de5==null||_0x4d8de5[_0xe10014(0x3b7)](),_0x4b47dc==null||_0x4b47dc[_0xe10014(0x333)](),_0x4d9c3f==null||_0x4d9c3f[_0xe10014(0x2af)](),_0x35df36[_0xe10014(0x8f5)](_0xe10014(0x13d),_0x11b37c,!0x0),_0x35df36['removeEventListener'](_0xe10014(0x628),_0x11b37c),_0x1929cd[_0xe10014(0x163)][_0xe10014(0x688)](_0xe10014(0x540)),_0x1929cd[_0xe10014(0x163)]['removeProperty']('clip-path');});}function _0x88740e(_0x39fe14){const _0xdc5a8f=_0x19cb8f;let _0x449977=_0x39fe14['parentElement'];for(;_0x449977&&_0x449977!==document[_0xdc5a8f(0x7ae)]&&_0x449977!==document[_0xdc5a8f(0x4e2)];){if(_0x166127(_0x449977))return _0x449977;_0x449977=_0x449977['parentElement'];}return null;}function _0x4fc6fa(_0x39cc8f,_0x4dbd10){return _0x39cc8f==null||_0x39cc8f===_0x4dbd10;}function _0x4fe187(_0x1826d2,_0x45e056,_0x3099d0){const _0x48b45e=_0x19cb8f;let _0x227b15=_0x1826d2-_0x45e056;return _0x227b15+(_0x227b15>0x0?Math[_0x48b45e(0x2ad)](0x0,_0x3099d0):0x0);}function _0x36a88f(_0x37465b){const _0x2403d8=_0x19cb8f;let _0x5b4183=_0x44ca03(_0x37465b[_0x2403d8(0x38c)]),_0x175cb8=Math[_0x2403d8(0x484)](_0x5b4183,_0x44ca03(_0x37465b[_0x2403d8(0x1fb)])),_0x18d810=Math[_0x2403d8(0x2ad)](0x0,_0x5b4183-_0x175cb8);if(_0x18d810===0x0&&!_0x37465b[_0x2403d8(0x88a)])return{'childOffset':0x0,'clipBottom':0x0,'visualOffset':0x0};let _0x753400=Math[_0x2403d8(0x2ad)](0x0,_0x37465b['hostOffset']),_0x418ba0=_0x516189(_0x44ca03(_0x37465b[_0x2403d8(0x6ad)]),0x1,_0x175cb8),_0x21043b=Math[_0x2403d8(0x2ad)](_0x18d810,_0x5b4183-_0x418ba0),_0x139f0f=Math[_0x2403d8(0x484)](_0x753400,_0x21043b),_0x29905c=_0x516189(_0x5b4183-_0x753400,_0x418ba0,_0x175cb8);return{'childOffset':Math[_0x2403d8(0x484)](_0x753400,_0x18d810),'clipBottom':_0x175cb8-_0x29905c,'visualOffset':_0x139f0f};}function _0x243d8f(_0x346c2c){const _0x243e4f=_0x19cb8f;let _0x2e5463=Math['max'](0x1,_0x346c2c[_0x243e4f(0x786)]-_0x346c2c['bleedLeft']),_0x367b8e=Math[_0x243e4f(0x484)](_0x346c2c[_0x243e4f(0x580)],_0x2e5463);return{'initialWidth':_0x367b8e,'maxExpansion':Math[_0x243e4f(0x484)](_0x346c2c[_0x243e4f(0x2a3)],Math[_0x243e4f(0x2ad)](0x0,_0x346c2c[_0x243e4f(0x580)]-_0x367b8e))};}function _0x516189(_0x490c88,_0x383d82,_0x2d761d){const _0x75cedd=_0x19cb8f;return Math[_0x75cedd(0x2ad)](_0x383d82,Math[_0x75cedd(0x484)](_0x2d761d,_0x490c88));}function _0x49b6f8(_0x354831){const _0x5f2ce4=_0x19cb8f;_0x354831[_0x5f2ce4(0x163)][_0x5f2ce4(0x688)]('left'),_0x354831[_0x5f2ce4(0x163)][_0x5f2ce4(0x688)]('top'),_0x354831[_0x5f2ce4(0x163)][_0x5f2ce4(0x688)](_0x5f2ce4(0x597)),_0x354831[_0x5f2ce4(0x163)][_0x5f2ce4(0x688)](_0x5f2ce4(0x101)),_0x354831['style'][_0x5f2ce4(0x688)](_0x5f2ce4(0x57b)),_0x354831['style']['removeProperty']('pointer-events');}function _0x1c2d71(_0xd28727,_0x2c79f5){const _0x3238c0=_0x19cb8f;_0x2c79f5?_0x4e9486[_0x3238c0(0x4a8)](_0xd28727,_0x2c79f5):_0x4e9486[_0x3238c0(0x4f4)](_0xd28727);}function _0x1b3d3b(_0x429cfc){const _0x1c7f84=_0x19cb8f;var _0x3087ab;let {chrome:_0x1fc85e,container:_0xa68597,geometryService:_0x2199b9,stage:_0x285e6e}=_0x429cfc;if(_0x429cfc['deferInactive']&&_0x285e6e===_0x1c7f84(0x4d3))return _0x1fc85e[_0x1c7f84(0x163)][_0x1c7f84(0x57b)]='hidden',_0x1fc85e[_0x1c7f84(0x163)][_0x1c7f84(0x37d)]=_0x1c7f84(0x489),(0x0,_0x414d24[_0x1c7f84(0x5f4)])(()=>{const _0x1f0b19=_0x1c7f84;_0x1fc85e[_0x1f0b19(0x163)][_0x1f0b19(0x688)]('visibility'),_0x1fc85e[_0x1f0b19(0x163)][_0x1f0b19(0x688)](_0x1f0b19(0x611));});let _0x107eac=_0x1fc85e[_0x1c7f84(0x2c7)],_0x5e979c=_0x1fc85e[_0x1c7f84(0x135)],_0x5edb29,_0x4e4f21,_0x2546bb=0x0,_0x38b0ae,_0x43a231,_0x16908c,_0xd154b0,_0x2925d1,_0x3f7820,_0x2c244f,_0x414c3c=()=>{const _0x29b4cd=_0x1c7f84;let _0x49657e=_0x350b6f(_0xa68597),_0x53025f=_0x1ff8b6(_0xa68597),_0x22bf59=!_0x331ccb(_0xa68597)&&_0x2c244f!=null&&_0x38b0ae===_0x53025f['left']&&_0x16908c===_0x53025f[_0x29b4cd(0x597)]&&_0xd154b0===_0x53025f[_0x29b4cd(0x101)];!_0x331ccb(_0xa68597)&&_0x2c244f!=null&&!_0x22bf59&&(_0x2c244f=void 0x0);let _0x1e9a1c=_0x22bf59?new DOMRect(_0x53025f['left'],_0x2c244f,_0x53025f['width'],_0x53025f[_0x29b4cd(0x101)]):_0x53025f,_0x7a0477=!_0x49657e||_0x1e9a1c[_0x29b4cd(0x101)]>=0x18,_0x55203c=_0x29a5d7(_0x49657e,_0x7a0477,_0x1e9a1c[_0x29b4cd(0x101)]);if(_0x5974cb(_0xa68597,_0x1fc85e,_0x7a0477,_0x285e6e),_0x49671d(_0x1fc85e,_0x55203c,_0x285e6e),_0x49657e){let _0x5a9279=_0xa68597[_0x29b4cd(0x2b9)]();_0x31e478(_0x1fc85e,_0x1e9a1c,_0x1ddfb3(_0x5a9279,_0x429cfc['docsSheetLikeLayout']));}else _0x9f0666(_0x1fc85e);_0x1fc85e[_0x29b4cd(0x163)][_0x29b4cd(0x57b)]=_0x7a0477?'':'hidden',_0x1fc85e[_0x29b4cd(0x163)][_0x29b4cd(0x37d)]=_0x7a0477&&_0x285e6e!=='inactive'?'':_0x29b4cd(0x489),(_0x1e9a1c[_0x29b4cd(0x3b4)]!==_0x38b0ae||_0x1e9a1c[_0x29b4cd(0x678)]!==_0x43a231||_0x1e9a1c[_0x29b4cd(0x597)]!==_0x16908c||_0x1e9a1c['height']!==_0xd154b0||_0x7a0477!==_0x2925d1||_0x55203c!==_0x3f7820)&&(_0x38b0ae=_0x1e9a1c['left'],_0x43a231=_0x1e9a1c[_0x29b4cd(0x678)],_0x16908c=_0x1e9a1c[_0x29b4cd(0x597)],_0xd154b0=_0x1e9a1c[_0x29b4cd(0x101)],_0x2925d1=_0x7a0477,_0x3f7820=_0x55203c,_0x1c2d71(_0xa68597,{'height':_0x1e9a1c[_0x29b4cd(0x101)],'left':_0x1e9a1c['left'],'top':_0x1e9a1c[_0x29b4cd(0x678)],'width':_0x1e9a1c[_0x29b4cd(0x597)]}),_0x1fc85e['style'][_0x29b4cd(0x3b4)]=_0x1e9a1c[_0x29b4cd(0x3b4)]+'px',_0x1fc85e['style'][_0x29b4cd(0x678)]=_0x1e9a1c[_0x29b4cd(0x678)]+'px',_0x1fc85e[_0x29b4cd(0x163)][_0x29b4cd(0x597)]=_0x1e9a1c[_0x29b4cd(0x597)]+'px',_0x1fc85e['style'][_0x29b4cd(0x101)]=_0x1e9a1c[_0x29b4cd(0x101)]+'px');},_0x647e43=()=>{const _0x25bdd0=_0x1c7f84;_0x414c3c(),_0x5edb29=window[_0x25bdd0(0x2e9)](_0x647e43);},_0x367abb=()=>{const _0x1fae66=_0x1c7f84;_0x4e4f21=void 0x0,_0x414c3c(),!(_0x2546bb<=0x0)&&(--_0x2546bb,_0x4e4f21=window[_0x1fae66(0x2e9)](_0x367abb));},_0x2a20aa=_0x2efc22=>{const _0x181da3=_0x1c7f84;!_0x331ccb(_0xa68597)&&_0x2ff124(_0x2efc22)&&_0x43a231!=null&&(_0x2c244f=_0x43a231),_0x572f85(_0xa68597,_0x2efc22,{'height':_0xd154b0,'left':_0x38b0ae,'top':_0x43a231,'width':_0x16908c})&&(_0x2199b9['invalidate']({'embedId':_0x429cfc[_0x181da3(0x576)],'reason':_0x181da3(0x73e)}),_0x2546bb=Math[_0x181da3(0x2ad)](_0x2546bb,0x3),_0x4e4f21??=window[_0x181da3(0x2e9)](_0x367abb));},_0x236722=()=>{const _0x397622=_0x1c7f84;_0x2c244f=void 0x0,_0x2199b9[_0x397622(0x3a1)]({'embedId':_0x429cfc[_0x397622(0x576)],'reason':_0x397622(0x758)}),_0x2546bb=Math[_0x397622(0x2ad)](_0x2546bb,0x2),_0x4e4f21??=window['requestAnimationFrame'](_0x367abb);},_0x5100fe=()=>{_0x2c244f=void 0x0;};_0x414c3c(),document[_0x1c7f84(0x7ae)]['appendChild'](_0x1fc85e);let _0x49bfae=new ResizeObserver(_0x414c3c);_0x49bfae['observe'](_0xa68597);let _0x469ee2=(_0x3087ab=_0x429cfc[_0x1c7f84(0xa6)])==null?void 0x0:_0x3087ab['subscribe'](_0x236722);return window['addEventListener']('pointerdown',_0x5100fe,!0x0),window[_0x1c7f84(0x474)](_0x1c7f84(0x13d),_0x2a20aa,!0x0),window[_0x1c7f84(0x474)]('wheel',_0x2a20aa,!0x0),window['addEventListener']('resize',_0x2a20aa),(_0x285e6e!==_0x1c7f84(0x4d3)||_0x331ccb(_0xa68597))&&(_0x5edb29=window[_0x1c7f84(0x2e9)](_0x647e43)),(0x0,_0x414d24['toDisposable'])(()=>{const _0x1f36ae=_0x1c7f84;_0x5edb29!=null&&window[_0x1f36ae(0x6b0)](_0x5edb29),_0x4e4f21!=null&&window[_0x1f36ae(0x6b0)](_0x4e4f21),_0x469ee2==null||_0x469ee2[_0x1f36ae(0x333)](),_0x49bfae[_0x1f36ae(0x2af)](),window[_0x1f36ae(0x8f5)](_0x1f36ae(0x381),_0x5100fe,!0x0),window[_0x1f36ae(0x8f5)]('scroll',_0x2a20aa,!0x0),window[_0x1f36ae(0x8f5)](_0x1f36ae(0x73e),_0x2a20aa,!0x0),window[_0x1f36ae(0x8f5)](_0x1f36ae(0x628),_0x2a20aa),_0x1c2d71(_0xa68597),_0x49b6f8(_0x1fc85e),_0x5974cb(_0xa68597,_0x1fc85e,!0x0,_0x1f36ae(0x8bf)),_0x49671d(_0x1fc85e,!0x0,_0x1f36ae(0x8bf)),_0x107eac!=null&&_0x107eac[_0x1f36ae(0x52c)]?_0x107eac[_0x1f36ae(0xaf)](_0x1fc85e,_0x5e979c):_0x1fc85e[_0x1f36ae(0x7b3)]();});}function _0x112b25(_0x2e31b8,_0x5e0680){const _0x3882b8=_0x19cb8f;var _0x561f68,_0x2a6bdc,_0xdcc97b;let _0x5acc3d=_0x2e31b8[_0x3882b8(0x810)]['embedId'],_0x304992=_0x2e31b8[_0x3882b8(0x7c1)],_0xaed544=_0x350b6f(_0x2e31b8)?[_0x1ff8b6(_0x2e31b8)]:[_0x2e31b8[_0x3882b8(0x2b9)](),(_0x561f68=_0x2e31b8[_0x3882b8(0x7e7)](_0x3882b8(0x7e4)))==null?void 0x0:_0x561f68['getBoundingClientRect']()],_0xbd7b3b=_0x304992['querySelector'](_0x3882b8(0x27e)+_0x5acc3d+'\x22]'),_0x21a3d6=[_0xbd7b3b==null||(_0x2a6bdc=_0xbd7b3b['querySelector'](_0x3882b8(0x420)))==null?void 0x0:_0x2a6bdc[_0x3882b8(0x2b9)](),_0xbd7b3b==null||(_0xdcc97b=_0xbd7b3b[_0x3882b8(0x7e7)](_0x3882b8(0x350)))==null?void 0x0:_0xdcc97b[_0x3882b8(0x2b9)]()],_0x596ccc=Array[_0x3882b8(0x7d3)](_0x304992[_0x3882b8(0x24e)]('[data-embed-floating-menu-popup=\x22true\x22]'))[_0x3882b8(0x1d4)](_0x4f6f9f=>_0x4f6f9f['dataset']['embedId']===_0x5acc3d)['map'](_0x309a40=>_0x309a40[_0x3882b8(0x2b9)]());return[..._0xaed544,..._0x21a3d6,..._0x596ccc]['filter'](_0xd2fbff=>!!_0xd2fbff&&_0xd2fbff[_0x3882b8(0x597)]>0x0&&_0xd2fbff[_0x3882b8(0x101)]>0x0)[_0x3882b8(0x1c9)](_0x272f8d=>_0x4f0d79(_0x272f8d,_0x5e0680[_0x3882b8(0x751)],_0x5e0680['clientY']));}function _0x5974cb(_0x49b25a,_0x5321e9,_0x456f31,_0x428a91){const _0xcd5b93=_0x19cb8f;let _0xbb6b73=_0x456f31?'':'none',_0x3c1681=_0x49b25a['querySelector']('[data-u-comp=\x22embed-float-dom-content\x22]'),_0x4e7f94=_0x49b25a[_0xcd5b93(0x7e7)](_0xcd5b93(0x516)),_0xf74783=_0x49b25a[_0xcd5b93(0x7e7)](_0xcd5b93(0xcc)),_0x2032f3=_0x49b25a['querySelector'](_0xcd5b93(0x11d)),_0x279a90=_0x49b25a[_0xcd5b93(0x7e7)](_0xcd5b93(0x38a)),_0x1312d0=_0x5321e9==null?void 0x0:_0x5321e9['querySelector'](_0xcd5b93(0x755)),_0x58d3d9=_0x5321e9==null?void 0x0:_0x5321e9['querySelector'](_0xcd5b93(0x3f1));if(_0x1312d0==null||_0x1312d0[_0xcd5b93(0x163)]['setProperty'](_0xcd5b93(0x611),_0xcd5b93(0x489)),_0x58d3d9==null||_0x58d3d9['style'][_0xcd5b93(0x415)](_0xcd5b93(0x611),_0xcd5b93(0x489)),_0x350b6f(_0x49b25a)){_0x49b25a[_0xcd5b93(0x163)][_0xcd5b93(0x415)](_0xcd5b93(0x611),_0xcd5b93(0x489)),_0x3c1681==null||_0x3c1681[_0xcd5b93(0x163)]['setProperty'](_0xcd5b93(0x611),_0xcd5b93(0x489)),_0x4e7f94==null||_0x4e7f94[_0xcd5b93(0x163)]['setProperty']('pointer-events',_0xcd5b93(0x489)),_0xf74783==null||_0xf74783[_0xcd5b93(0x163)][_0xcd5b93(0x415)]('pointer-events',_0x456f31?_0xcd5b93(0x45a):_0xcd5b93(0x489)),_0x2032f3==null||_0x2032f3[_0xcd5b93(0x163)][_0xcd5b93(0x415)](_0xcd5b93(0x611),'none'),_0x279a90==null||_0x279a90[_0xcd5b93(0x163)][_0xcd5b93(0x415)](_0xcd5b93(0x611),_0xcd5b93(0x489));return;}_0x49b25a[_0xcd5b93(0x163)][_0xcd5b93(0x688)]('pointer-events'),_0x3c1681==null||_0x3c1681[_0xcd5b93(0x163)][_0xcd5b93(0x688)]('pointer-events'),_0x4e7f94==null||_0x4e7f94[_0xcd5b93(0x163)][_0xcd5b93(0x415)]('pointer-events',_0xbb6b73),_0xf74783==null||_0xf74783[_0xcd5b93(0x163)]['removeProperty'](_0xcd5b93(0x611)),_0x2032f3==null||_0x2032f3['style'][_0xcd5b93(0x688)](_0xcd5b93(0x611)),_0x279a90==null||_0x279a90[_0xcd5b93(0x163)]['setProperty'](_0xcd5b93(0x611),_0xbb6b73);}function _0x49671d(_0x26d4c3,_0x506ea4,_0x57c792){const _0x13522f=_0x19cb8f;let _0x5b624c=_0x506ea4&&_0x57c792!==_0x13522f(0x8bf),_0x145288=_0x26d4c3==null?void 0x0:_0x26d4c3[_0x13522f(0x7e7)](_0x13522f(0x350)),_0x1a18ea=[_0x26d4c3==null?void 0x0:_0x26d4c3['querySelector'](_0x13522f(0x755)),_0x26d4c3==null?void 0x0:_0x26d4c3[_0x13522f(0x7e7)](_0x13522f(0x3f1))];_0x145288==null||_0x145288[_0x13522f(0x163)][_0x13522f(0x415)]('visibility',_0x5b624c?'':_0x13522f(0x2ac)),_0x145288==null||_0x145288[_0x13522f(0x163)][_0x13522f(0x415)]('pointer-events',_0x5b624c?'':'none'),_0x1a18ea[_0x13522f(0x2f2)](_0x18ff12=>{const _0xd9df4b=_0x13522f;_0x18ff12==null||_0x18ff12[_0xd9df4b(0x163)][_0xd9df4b(0x415)](_0xd9df4b(0x57b),_0x506ea4&&_0x57c792==='stage2'?'':_0xd9df4b(0x2ac)),_0x18ff12==null||_0x18ff12[_0xd9df4b(0x163)]['setProperty'](_0xd9df4b(0x611),_0xd9df4b(0x489)),_0x57c792!=='stage2'&&(_0x18ff12==null||_0x18ff12[_0xd9df4b(0x5b6)]('data-embed-runtime-focus-role'),_0x18ff12==null||_0x18ff12[_0xd9df4b(0x24e)](_0xd9df4b(0x1c0))['forEach'](_0x33bd82=>{const _0x13f5f2=_0xd9df4b;_0x33bd82[_0x13f5f2(0x5b6)]('data-embed-runtime-focus-role');}));});}function _0x29a5d7(_0x38f11b,_0x22ec0e,_0x343f72){return _0x38f11b?_0x22ec0e:_0x343f72>=0x28;}function _0x31e478(_0x75288d,_0x30723f,_0xb96d14){const _0x10134c=_0x19cb8f;let _0x5108d0=_0xb96d14[_0x10134c(0x3b4)]-_0x30723f[_0x10134c(0x3b4)],_0x426668=_0xb96d14['width'];_0x75288d[_0x10134c(0x24e)](_0x10134c(0x420))['forEach'](_0x2dbd15=>{const _0x499896=_0x10134c;var _0x2ad1ce;let _0xd9b68b=(_0x2ad1ce=_0x2dbd15[_0x499896(0x13c)]('[data-embed-floating-menu-entry]'))==null?void 0x0:_0x2ad1ce[_0x499896(0x810)][_0x499896(0x312)],_0x2f815f=_0x2dbd15['dataset'][_0x499896(0x5b1)]===_0x499896(0x1da),_0x45cec8=_0x2dbd15['dataset'][_0x499896(0x5b1)]===_0x499896(0x3f5);_0xd9b68b===_0x499896(0xca)?(_0x2dbd15[_0x499896(0x163)][_0x499896(0x678)]=_0x2f815f?_0x499896(0x345):'-52px',_0x2f815f?(_0x2dbd15['style'][_0x499896(0x415)](_0x499896(0x3b4),_0x5108d0+'px',_0x499896(0x107)),_0x2dbd15[_0x499896(0x163)]['setProperty'](_0x499896(0x5ce),_0x499896(0x45a),_0x499896(0x107)),_0x2dbd15[_0x499896(0x163)][_0x499896(0x415)](_0x499896(0x597),_0x426668+'px',_0x499896(0x107))):_0x45cec8&&(_0x2dbd15['style'][_0x499896(0x415)](_0x499896(0x3b4),_0x5108d0+_0x426668/0x2+'px',_0x499896(0x107)),_0x2dbd15[_0x499896(0x163)][_0x499896(0x415)](_0x499896(0x3d5),_0x426668+'px'))):(_0x2f815f||_0x45cec8)&&(_0x2dbd15[_0x499896(0x163)][_0x499896(0x678)]='8px');});}function _0x1ddfb3(_0x9fffe7,_0x379873){const _0x2e57f0=_0x19cb8f;if(!_0x379873)return _0x9fffe7;let _0x4cb4ef=Math[_0x2e57f0(0x484)](_0x379873[_0x2e57f0(0x580)],_0x379873[_0x2e57f0(0x815)]);if(_0x4cb4ef<=0x0||_0x9fffe7[_0x2e57f0(0x597)]<=0x0)return _0x9fffe7;let _0x822b2d=_0x9fffe7['width']/_0x4cb4ef;return new DOMRect(_0x9fffe7[_0x2e57f0(0x3b4)],_0x9fffe7[_0x2e57f0(0x678)],_0x379873[_0x2e57f0(0x815)]*_0x822b2d,_0x9fffe7[_0x2e57f0(0x101)]);}function _0x9f0666(_0x33cdac){const _0x39e780=_0x19cb8f;_0x33cdac[_0x39e780(0x24e)](_0x39e780(0x420))[_0x39e780(0x2f2)](_0xea27f8=>{const _0x524004=_0x39e780;var _0x1df709;_0xea27f8[_0x524004(0x163)]['removeProperty'](_0x524004(0x3b4)),_0xea27f8[_0x524004(0x163)][_0x524004(0x688)](_0x524004(0x678)),_0xea27f8[_0x524004(0x163)][_0x524004(0x688)]('width'),_0xea27f8[_0x524004(0x163)][_0x524004(0x688)](_0x524004(0x5ce)),_0xea27f8[_0x524004(0x163)][_0x524004(0x688)]('max-width'),(_0x1df709=_0xea27f8[_0x524004(0x7e7)](_0x524004(0x756)))==null||_0x1df709[_0x524004(0x163)][_0x524004(0x688)](_0x524004(0x1eb));});}function _0x1ff8b6(_0x58a28b){const _0x4ac9ce=_0x19cb8f;let _0xff13d4=_0x331ccb(_0x58a28b)?_0x58a28b[_0x4ac9ce(0x7e7)]('[data-u-comp=\x22embed-float-dom-content\x22]'):null,_0x479c90=_0xff13d4==null?void 0x0:_0xff13d4[_0x4ac9ce(0x2b9)](),_0x3f8fb8=_0x58a28b[_0x4ac9ce(0x2b9)]();return _0x20bd85(_0x479c90&&_0x479c90['width']>0x0&&_0x479c90[_0x4ac9ce(0x101)]>0x0?_0x350b6f(_0x58a28b)?_0x384899(_0x479c90,_0x3f8fb8[_0x4ac9ce(0x6b6)]):_0x479c90:_0x3f8fb8,_0x58a28b);}function _0x350b6f(_0x2ddf42){const _0x2eca2b=_0x19cb8f;return!!_0x2ddf42[_0x2eca2b(0x13c)](_0x2eca2b(0x86e));}function _0x331ccb(_0x1cf75f){const _0x1c9997=_0x19cb8f;return _0x350b6f(_0x1cf75f)||!!_0x1cf75f['closest'](_0x1c9997(0x2a5));}function _0x1038c1(_0x19a63f,_0x202ff8,_0x1e021b,_0x526a64){const _0x274acc=_0x19cb8f;_0x526a64[_0x274acc(0x835)][_0x274acc(0x2f2)](_0x4af1e5=>window[_0x274acc(0x6b0)](_0x4af1e5)),_0x526a64[_0x274acc(0x835)]=[],_0x19a63f[_0x274acc(0x3a1)]({'embedId':_0x202ff8,'reason':_0x1e021b});let _0x392e57=_0x494624=>{const _0x69b0f7=_0x274acc;let _0xc9e8e4=window[_0x69b0f7(0x2e9)](()=>{const _0x3aa52c=_0x69b0f7;_0x526a64['current']=_0x526a64[_0x3aa52c(0x835)][_0x3aa52c(0x1d4)](_0x56e607=>_0x56e607!==_0xc9e8e4),_0x19a63f['invalidate']({'embedId':_0x202ff8,'reason':_0x1e021b}),_0x494624>0x1&&_0x392e57(_0x494624-0x1);});_0x526a64[_0x69b0f7(0x835)]['push'](_0xc9e8e4);};_0x392e57(0x2);}function _0x572f85(_0x4296ff,_0x230538,_0x3af32d){const _0x1c21cd=_0x19cb8f;if(_0x3749bb(_0x230538))return!0x1;let _0x1840f8=_0x230538==null?void 0x0:_0x230538['target'];return!(_0x1840f8 instanceof Node&&_0x4296ff[_0x1c21cd(0x691)](_0x1840f8)||_0x1840f8 instanceof HTMLElement&&_0x1840f8[_0x1c21cd(0x13c)]('[data-embed-float-dom=\x22true\x22]')||_0x230538 instanceof WheelEvent&&([..._0x4e9486['values']()][_0x1c21cd(0x1c9)](_0x2a992e=>_0x1ca608(_0x2a992e,_0x230538))||_0x1ca608(_0x3af32d,_0x230538)));}function _0x2ff124(_0x520e1d){const _0x1f68a7=_0x19cb8f;return _0x520e1d instanceof WheelEvent?Math['abs'](_0x520e1d[_0x1f68a7(0x789)])>=Math[_0x1f68a7(0x5a5)](_0x520e1d[_0x1f68a7(0x602)]):(_0x520e1d==null?void 0x0:_0x520e1d[_0x1f68a7(0x519)])===_0x1f68a7(0x13d);}function _0x20bd85(_0x58702e,_0x5dc6a5){const _0xe6ac60=_0x19cb8f;let _0x3b8824=_0x1b0e54(_0x5dc6a5,_0x58702e);if(!_0x3b8824&&_0x58702e['top']>=0x0&&_0x58702e[_0xe6ac60(0x3b4)]>=0x0)return _0x58702e;let _0x21381f=(_0x3b8824==null?void 0x0:_0x3b8824[_0xe6ac60(0x2b9)]())??new DOMRect(0x0,0x0,window[_0xe6ac60(0x472)],window[_0xe6ac60(0x639)]),_0x432ebc=Math['max'](_0x58702e['left'],_0x21381f['left']),_0x3eb4cb=Math[_0xe6ac60(0x2ad)](_0x58702e['top'],_0x21381f['top']),_0x3f45a1=Math[_0xe6ac60(0x484)](_0x58702e[_0xe6ac60(0x5ce)],_0x21381f[_0xe6ac60(0x5ce)]),_0xd449d0=Math[_0xe6ac60(0x484)](_0x58702e['bottom'],_0x21381f[_0xe6ac60(0x6b6)]);return _0x3f45a1<=_0x432ebc||_0xd449d0<=_0x3eb4cb?new DOMRect(_0x432ebc,_0x3eb4cb,0x0,0x0):new DOMRect(_0x432ebc,_0x3eb4cb,_0x3f45a1-_0x432ebc,_0xd449d0-_0x3eb4cb);}function _0x384899(_0x3ff623,_0x266275){const _0x165dc4=_0x19cb8f;let _0x209255=Math['min'](_0x3ff623[_0x165dc4(0x6b6)],_0x266275);return _0x209255<=_0x3ff623[_0x165dc4(0x678)]?new DOMRect(_0x3ff623['left'],_0x3ff623[_0x165dc4(0x678)],0x0,0x0):new DOMRect(_0x3ff623['left'],_0x3ff623[_0x165dc4(0x678)],_0x3ff623[_0x165dc4(0x597)],_0x209255-_0x3ff623[_0x165dc4(0x678)]);}function _0x1b0e54(_0x1701fc,_0x592fcf){const _0x1ed268=_0x19cb8f;let _0x1a96bb=_0x1701fc[_0x1ed268(0x2c7)];for(;_0x1a96bb&&_0x1a96bb!==document[_0x1ed268(0x7ae)]&&_0x1a96bb!==document[_0x1ed268(0x4e2)];){if(_0x166127(_0x1a96bb)&&!_0x365e7f(_0x1a96bb,_0x592fcf))return _0x1a96bb;_0x1a96bb=_0x1a96bb[_0x1ed268(0x2c7)];}return null;}function _0x365e7f(_0x4c1dc2,_0x4faf2c){const _0x53ef04=_0x19cb8f;let _0x5ed7d1=_0x4c1dc2[_0x53ef04(0x2b9)]();return _0x5ed7d1[_0x53ef04(0x597)]<=0x0||_0x5ed7d1['height']<=0x0||Math[_0x53ef04(0x5a5)](_0x5ed7d1[_0x53ef04(0x3b4)]-_0x4faf2c[_0x53ef04(0x3b4)])<0x1&&Math[_0x53ef04(0x5a5)](_0x5ed7d1['top']-_0x4faf2c[_0x53ef04(0x678)])<0x1&&Math[_0x53ef04(0x5a5)](_0x5ed7d1[_0x53ef04(0x597)]-_0x4faf2c['width'])<0x1&&Math[_0x53ef04(0x5a5)](_0x5ed7d1['height']-_0x4faf2c['height'])<0x1;}function _0x4f0d79(_0xede4fc,_0x28142e,_0x1a645f){const _0x2ede31=_0x19cb8f;return _0x28142e>=_0xede4fc[_0x2ede31(0x3b4)]&&_0x28142e<=_0xede4fc[_0x2ede31(0x5ce)]&&_0x1a645f>=_0xede4fc[_0x2ede31(0x678)]&&_0x1a645f<=_0xede4fc[_0x2ede31(0x6b6)];}function _0x1ca608(_0x34f591,_0xa8ddf8){const _0x11effc=_0x19cb8f;let {height:_0x2cb14b,left:_0x287686,top:_0x232b78,width:_0x1db9cc}=_0x34f591;return Number['isFinite'](_0x287686)&&Number[_0x11effc(0x60e)](_0x232b78)&&Number[_0x11effc(0x60e)](_0x1db9cc)&&Number['isFinite'](_0x2cb14b)&&(_0x1db9cc??0x0)>0x0&&(_0x2cb14b??0x0)>0x0&&_0xa8ddf8[_0x11effc(0x751)]>=_0x287686&&_0xa8ddf8[_0x11effc(0x751)]<=_0x287686+_0x1db9cc&&_0xa8ddf8[_0x11effc(0x1e8)]>=_0x232b78&&_0xa8ddf8[_0x11effc(0x1e8)]<=_0x232b78+_0x2cb14b;}function _0x44ca03(..._0x5a42f2){const _0x4dac80=_0x19cb8f;return Math[_0x4dac80(0x2ad)](0x1,_0x5a42f2['find'](_0x213bd9=>typeof _0x213bd9=='number'&&Number[_0x4dac80(0x60e)](_0x213bd9)&&_0x213bd9>0x0)??0x1);}function _0x3bf974(_0xdde831){const _0x2abdf0=_0x19cb8f;return typeof _0xdde831==_0x2abdf0(0x700)&&Number[_0x2abdf0(0x60e)](_0xdde831)&&_0xdde831>0x0?_0xdde831:0x1;}let _0xe07b51=_0x19cb8f(0x1cd);function _0x26d834(..._0x2d342){const _0x5fdc87=_0x19cb8f;return _0x2d342['filter'](_0x25f538=>!!_0x25f538&&_0x25f538[_0x5fdc87(0x52c)]);}function _0x775a46(_0x329ba7,_0xf7f41,_0x46117e,_0x311699,_0x30f0c2){const _0x1892f7=_0x19cb8f;let _0x32ac1f=_0x30f0c2===_0x414d24['UniverInstanceType'][_0x1892f7(0x833)],_0x2ef34a=_0x32ac1f?()=>{}:(0x0,_0x5ab84f['preventBrowserZoomInContainers'])(_0xf7f41?[_0x329ba7,_0xf7f41]:[_0x329ba7]),_0x39d8d6=_0x242734=>{const _0xb2f99f=_0x1892f7;let _0x38076e=_0x242734[_0xb2f99f(0x129)]instanceof HTMLElement?_0x242734[_0xb2f99f(0x129)]:null,_0x5b0eb1=_0x38076e?_0x38076e[_0xb2f99f(0x13c)](_0xb2f99f(0x2a0)):null,_0x733953=_0x329ba7[_0xb2f99f(0x810)][_0xb2f99f(0x576)],_0x3c993c=!!_0x5b0eb1&&(_0x329ba7[_0xb2f99f(0x691)](_0x5b0eb1)||(_0xf7f41==null?void 0x0:_0xf7f41[_0xb2f99f(0x691)](_0x5b0eb1))||_0x733953&&_0x5b0eb1['dataset'][_0xb2f99f(0x576)]===_0x733953),_0x326dc7=!!_0x38076e&&!!(_0x311699!=null&&_0x311699['contains'](_0x38076e))&&!_0x329ba7[_0xb2f99f(0x691)](_0x38076e);if(!(!_0x3c993c&&!_0x326dc7&&!_0x486943(_0x32ac1f,_0x329ba7,_0xf7f41,_0x38076e))){if(_0x32ac1f){_0x46117e==null||_0x46117e(_0x242734),_0x242734['preventDefault'](),_0x242734[_0xb2f99f(0x732)]();return;}!_0x242734[_0xb2f99f(0x4d8)]&&!_0x242734['metaKey']&&(_0x46117e==null?void 0x0:_0x46117e(_0x242734))!==!0x0||(_0x242734[_0xb2f99f(0x276)](),_0x242734[_0xb2f99f(0x732)]());}};return _0x329ba7[_0x1892f7(0x7c1)][_0x1892f7(0x474)](_0x1892f7(0x73e),_0x39d8d6,{'capture':!0x0,'passive':!0x1}),()=>{const _0x321c8f=_0x1892f7;_0x329ba7[_0x321c8f(0x7c1)][_0x321c8f(0x8f5)](_0x321c8f(0x73e),_0x39d8d6,!0x0),_0x2ef34a();};}function _0x486943(_0x29a8e1,_0x45e669,_0x395342,_0x31a3c3){const _0xbbe859=_0x19cb8f;return _0x29a8e1&&(_0x45e669[_0xbbe859(0x691)](_0x31a3c3)||(_0x395342==null?void 0x0:_0x395342[_0xbbe859(0x691)](_0x31a3c3))===!0x0);}function _0x2ff2aa(_0x18812d,_0x3fddce){const _0x448b9a=_0x19cb8f;let _0x46f7bc=_0x18812d[_0x448b9a(0x7e7)](_0x448b9a(0x372)),_0x5af40a=(_0x46f7bc==null?void 0x0:_0x46f7bc[_0x448b9a(0x6fe)])instanceof HTMLElement?_0x46f7bc[_0x448b9a(0x6fe)]:null,_0x2af504=_0x531dbb=>_0x531dbb instanceof Node&&(_0x18812d[_0x448b9a(0x691)](_0x531dbb)||_0x3fddce[_0x448b9a(0x691)](_0x531dbb)),_0x199caf=()=>{const _0x1be0c4=_0x448b9a;var _0x41c3c3,_0x8b0a70;_0x46f7bc==null||_0x46f7bc[_0x1be0c4(0x163)][_0x1be0c4(0x415)](_0x1be0c4(0xe1),'1'),((_0x41c3c3=_0x18812d['ownerDocument'][_0x1be0c4(0x503)])==null||(_0x8b0a70=_0x41c3c3[_0x1be0c4(0x89d)])==null?void 0x0:_0x8b0a70['call'](_0x41c3c3,_0x1be0c4(0x283))[_0x1be0c4(0x238)])!==!0x0&&(_0x5af40a==null||_0x5af40a[_0x1be0c4(0x163)][_0x1be0c4(0x415)](_0x1be0c4(0x149),_0x1be0c4(0x55e)));},_0x5b89d2=()=>{const _0x3220c5=_0x448b9a;_0x46f7bc==null||_0x46f7bc[_0x3220c5(0x163)][_0x3220c5(0x688)](_0x3220c5(0xe1)),_0x5af40a==null||_0x5af40a['style']['removeProperty']('animation');},_0x43169a=()=>{const _0x35ea9f=_0x448b9a;_0x3fddce[_0x35ea9f(0x163)][_0x35ea9f(0x415)](_0x35ea9f(0xe1),'1'),_0x199caf();},_0x260bf4=_0x38cd7a=>{const _0x411646=_0x448b9a;_0x2af504(_0x38cd7a['relatedTarget'])||(_0x3fddce[_0x411646(0x163)][_0x411646(0x688)](_0x411646(0xe1)),_0x5b89d2());};return _0x18812d['addEventListener']('pointerenter',_0x43169a),_0x18812d[_0x448b9a(0x474)](_0x448b9a(0x275),_0x260bf4),_0x3fddce[_0x448b9a(0x474)](_0x448b9a(0x6f9),_0x43169a),_0x3fddce[_0x448b9a(0x474)]('pointerleave',_0x260bf4),(_0x18812d[_0x448b9a(0x238)](_0x448b9a(0x6c5))||_0x3fddce['matches'](_0x448b9a(0x6c5)))&&_0x43169a(),()=>{const _0x54b0b1=_0x448b9a;_0x18812d[_0x54b0b1(0x8f5)]('pointerenter',_0x43169a),_0x18812d['removeEventListener'](_0x54b0b1(0x275),_0x260bf4),_0x3fddce['removeEventListener'](_0x54b0b1(0x6f9),_0x43169a),_0x3fddce[_0x54b0b1(0x8f5)](_0x54b0b1(0x275),_0x260bf4),_0x3fddce[_0x54b0b1(0x163)][_0x54b0b1(0x688)](_0x54b0b1(0xe1)),_0x5b89d2();};}function _0x43feda(_0x7cad61,_0x25628b){const _0x5e9cea=_0x19cb8f;if(_0x25628b instanceof HTMLCanvasElement&&_0x7cad61[_0x5e9cea(0x1c9)](_0x1036d5=>_0x1036d5[_0x5e9cea(0x691)](_0x25628b)))return _0x25628b;for(let _0x1fdb04 of _0x7cad61){let _0x117721=_0x1fdb04[_0x5e9cea(0x7e7)](_0x5e9cea(0x209));if(_0x117721)return _0x117721;}return null;}function _0xf2e310(_0x5276e4,_0x50a27c=!0x1){const _0x1f4e03=_0x19cb8f;return _0x5276e4!==_0x414d24[_0x1f4e03(0x4ed)][_0x1f4e03(0x520)]&&_0x5276e4!==_0x414d24[_0x1f4e03(0x4ed)][_0x1f4e03(0x5ba)]&&(_0x50a27c||_0x5276e4!==_0x414d24[_0x1f4e03(0x4ed)][_0x1f4e03(0x618)]);}function _0x2c2db5(_0x77ebb3){const _0x7edd6e=_0x19cb8f;let _0x50e032=_0x58d846(_0x77ebb3);return _0x50e032===_0x7edd6e(0x6bd)||_0x50e032===_0x7edd6e(0x717)||_0x50e032===_0x7edd6e(0xf4);}function _0x58d846(_0x3f90fe){const _0xc4434=_0x19cb8f;var _0x3e2044;if(!(_0x3f90fe instanceof HTMLElement))return;let _0x371458=(_0x3e2044=_0x3f90fe[_0xc4434(0x13c)](_0xc4434(0x1c0)))==null?void 0x0:_0x3e2044[_0xc4434(0x3cc)](_0x12a30c);return _0x312451(_0x371458)?_0x371458:void 0x0;}function _0x57f8fc(_0x21e414,_0xa86b03,_0x3f9370,_0xb76069,_0x5cffe5){const _0x37ef88=_0x19cb8f;if(_0x5cffe5!==_0x37ef88(0x8bf)||!_0x3f9370||!_0xb76069)return;let _0x2d2102=new Map(),_0x15c3e3=()=>{const _0x3dbc3d=_0x37ef88;let _0xa24283=new Set([_0xb76069,..._0xa86b03['listElements'](_0x3f9370)]);_0x2d2102[_0x3dbc3d(0x2f2)]((_0x35a984,_0x17767d)=>{const _0x501289=_0x3dbc3d;_0xa24283[_0x501289(0x8f1)](_0x17767d)||(_0x35a984[_0x501289(0x3b7)](),_0x2d2102[_0x501289(0x4f4)](_0x17767d));}),_0xa24283[_0x3dbc3d(0x2f2)](_0x2dfdd7=>{const _0x539b22=_0x3dbc3d;_0x2d2102[_0x539b22(0x8f1)](_0x2dfdd7)||_0x21e414[_0x539b22(0x8be)](_0x2dfdd7)||_0x2d2102[_0x539b22(0x4a8)](_0x2dfdd7,_0x21e414[_0x539b22(0x8bd)](_0x2dfdd7));});};_0x15c3e3();let _0x58e1a8=_0xa86b03[_0x37ef88(0x10a)][_0x37ef88(0x132)](_0x15c3e3);return(0x0,_0x414d24[_0x37ef88(0x5f4)])(()=>{const _0x526efc=_0x37ef88;_0x58e1a8['unsubscribe'](),_0x2d2102[_0x526efc(0x2f2)](_0x225fe4=>_0x225fe4[_0x526efc(0x3b7)]()),_0x2d2102['clear']();});}function _0x3afed5(_0x49bc64){const _0x293bca=_0x19cb8f;let _0x8b798c=_0x3bae9c=>{const _0x5f2444=_0x41b8;var _0x107211,_0x5b9197;let _0x4c31b3=_0x3bae9c[_0x5f2444(0x129)],_0x2c1157=((_0x107211=_0x49bc64[_0x5f2444(0x1a4)])==null?void 0x0:_0x107211['call'](_0x49bc64,_0x3bae9c))??!0x1;if(_0x49bc64[_0x5f2444(0xb3)][_0x5f2444(0x3b9)](_0x49bc64['embedId'])===_0x5f2444(0x4d3))return;_0x2c1157&&(_0x49bc64[_0x5f2444(0x4e7)][_0x5f2444(0x835)]=Date[_0x5f2444(0x5a8)]()+_0x49bc64[_0x5f2444(0x6cc)]);let _0x227ee4=_0x49bc64[_0x5f2444(0x3de)][_0x5f2444(0x1d8)](_0x49bc64[_0x5f2444(0x576)],_0x4c31b3,_0x3bae9c)||_0x49bc64[_0x5f2444(0x4b0)][_0x5f2444(0x691)](_0x49bc64[_0x5f2444(0x576)],_0x4c31b3,_0x3bae9c);_0x227ee4&&(_0x49bc64[_0x5f2444(0x13e)][_0x5f2444(0x835)]=Date['now']()+_0x49bc64['graceMs']),!(!_0x4c31b3||_0x49bc64[_0x5f2444(0x532)][_0x5f2444(0x691)](_0x4c31b3)||(_0x5b9197=_0x49bc64[_0x5f2444(0x3f7)])!=null&&_0x5b9197[_0x5f2444(0x691)](_0x4c31b3)||_0x4c31b3[_0x5f2444(0x13c)](_0x5f2444(0x2a0))||_0x227ee4||_0x2c1157||_0x112b25(_0x49bc64[_0x5f2444(0x532)],_0x3bae9c))&&_0x49bc64[_0x5f2444(0xbc)]['clearFloating'](_0x49bc64[_0x5f2444(0x576)],_0x49bc64[_0x5f2444(0x672)]);},_0x121e48=_0xb8d31=>{const _0x1cc23d=_0x41b8;var _0x65d823;let _0x58abbc=_0xb8d31['target'],_0xbba927=_0x49bc64[_0x1cc23d(0x532)][_0x1cc23d(0x7c1)]??(_0x58abbc==null?void 0x0:_0x58abbc['ownerDocument']),_0x5a1283=_0x49bc64[_0x1cc23d(0x3de)]['hasBlockingChildFocusLease'](_0x49bc64[_0x1cc23d(0x576)],{'ignoreOwners':_0x49bc64[_0x1cc23d(0x5c7)]});_0x49bc64['floatingActiveService'][_0x1cc23d(0x3b9)](_0x49bc64['embedId'])!=='inactive'&&(!_0x58abbc||_0x5a1283||Date[_0x1cc23d(0x5a8)]()<_0x49bc64['ownedPointerInteractionUntil'][_0x1cc23d(0x835)]||Date[_0x1cc23d(0x5a8)]()<_0x49bc64['externalHostInteractionUntil'][_0x1cc23d(0x835)]||_0x49bc64['interactionBoundaryService'][_0x1cc23d(0x8e3)](_0x49bc64[_0x1cc23d(0x576)],_0xbba927)||!_0xad6b5d(_0x58abbc)||_0x49bc64[_0x1cc23d(0x532)][_0x1cc23d(0x691)](_0x58abbc)||(_0x65d823=_0x49bc64[_0x1cc23d(0x3f7)])!=null&&_0x65d823[_0x1cc23d(0x691)](_0x58abbc)||_0x58abbc[_0x1cc23d(0x13c)](_0x1cc23d(0x2a0))||_0x49bc64['focusCoordinator']['containsElement'](_0x49bc64[_0x1cc23d(0x576)],_0x58abbc,_0xb8d31)||_0x49bc64[_0x1cc23d(0x4b0)][_0x1cc23d(0x691)](_0x49bc64[_0x1cc23d(0x576)],_0x58abbc,_0xb8d31)||_0x49bc64[_0x1cc23d(0xbc)][_0x1cc23d(0x798)](_0x49bc64['embedId'],_0x49bc64[_0x1cc23d(0x672)]));};return document[_0x293bca(0x474)](_0x293bca(0x381),_0x8b798c,!0x0),document[_0x293bca(0x474)](_0x293bca(0x455),_0x121e48,!0x0),(0x0,_0x414d24[_0x293bca(0x5f4)])(()=>{const _0x20cf6c=_0x293bca;document[_0x20cf6c(0x8f5)](_0x20cf6c(0x381),_0x8b798c,!0x0),document[_0x20cf6c(0x8f5)](_0x20cf6c(0x455),_0x121e48,!0x0);});}function _0x18b358(_0x5f25fb){const _0x5b7c93=_0x19cb8f;let _0x4baefe,_0x5238b3=()=>{_0x4baefe=void 0x0;},_0x2745d2=_0x37010d=>{const _0x1374e6=_0x41b8;let _0x43f07e=_0x275ef6(_0x5f25fb[_0x1374e6(0x863)][_0x1374e6(0x62c)](_0x5f25fb[_0x1374e6(0x541)][_0x1374e6(0x672)],_0x5f25fb[_0x1374e6(0x541)][_0x1374e6(0x576)]),_0x5f25fb['data']);if(!(_0x43f07e!=null&&_0x43f07e[_0x1374e6(0x27a)]))return;let _0x1db3eb=_0x37010d['target'];_0x1db3eb!=null&&_0x1db3eb[_0x1374e6(0x13c)]('[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]')||_0x5f25fb['floatingActiveService'][_0x1374e6(0x3b9)](_0x5f25fb[_0x1374e6(0x541)][_0x1374e6(0x576)])!==_0x1374e6(0x8bf)&&(_0x4baefe={'button':_0x37010d[_0x1374e6(0x29c)]??0x0,'dragStarted':!0x1,'moved':!0x1,'pointerId':_0x37010d[_0x1374e6(0x255)],'startedAt':Date[_0x1374e6(0x5a8)](),'startX':_0x37010d[_0x1374e6(0x751)],'startY':_0x37010d['clientY']});},_0x4f2807=_0x3977b1=>{const _0x24fe21=_0x41b8;if(!_0x4baefe||_0x4baefe['pointerId']!==_0x3977b1[_0x24fe21(0x255)]||Math[_0x24fe21(0x3b3)](_0x3977b1[_0x24fe21(0x751)]-_0x4baefe[_0x24fe21(0x5b3)],_0x3977b1[_0x24fe21(0x1e8)]-_0x4baefe[_0x24fe21(0x577)])<=0x4)return;_0x4baefe[_0x24fe21(0x397)]=!0x0;let _0x5f36b0=_0x3ecc87({'interactionFlow':_0x5f25fb[_0x24fe21(0x166)],'stage':_0x5f25fb[_0x24fe21(0xb3)][_0x24fe21(0x3b9)](_0x5f25fb[_0x24fe21(0x541)][_0x24fe21(0x576)])});!_0x5f25fb[_0x24fe21(0xe3)]||_0x4baefe[_0x24fe21(0x254)]||!_0x5f36b0['allowHostBodyDrag']||(_0x4baefe[_0x24fe21(0x254)]=!0x0,document[_0x24fe21(0x1a5)](new CustomEvent(_0xe07b51,{'detail':{'button':_0x4baefe[_0x24fe21(0x29c)],'clientX':_0x4baefe['startX'],'clientY':_0x4baefe[_0x24fe21(0x577)],'embedId':_0x5f25fb[_0x24fe21(0x541)]['embedId'],'hostAnchorId':_0x5f25fb['data'][_0x24fe21(0x590)],'hostUnitId':_0x5f25fb[_0x24fe21(0x541)]['hostUnitId'],'pointerId':_0x4baefe[_0x24fe21(0x255)]}})));},_0x10e60d=_0x385509=>{const _0x5e7e85=_0x41b8;let _0x2bb82c=_0x4baefe;if(_0x4baefe=void 0x0,!_0x2bb82c||_0x2bb82c['pointerId']!==_0x385509[_0x5e7e85(0x255)]||_0x2bb82c[_0x5e7e85(0x397)]||Date[_0x5e7e85(0x5a8)]()-_0x2bb82c['startedAt']>0x1f4)return;let _0x35c11d=_0x275ef6(_0x5f25fb[_0x5e7e85(0x863)]['getDescriptor'](_0x5f25fb[_0x5e7e85(0x541)][_0x5e7e85(0x672)],_0x5f25fb['data']['embedId']),_0x5f25fb[_0x5e7e85(0x541)]);if(!(_0x35c11d!=null&&_0x35c11d[_0x5e7e85(0x27a)]))return;let _0x63ffe1=_0x5f25fb['floatingActiveService']['getStage'](_0x5f25fb[_0x5e7e85(0x541)][_0x5e7e85(0x576)]);if(_0x63ffe1!==_0x5e7e85(0x8bf)){if(_0x63ffe1===_0x5e7e85(0x436)){_0x5f25fb['activationService']['activateFloating'](_0x35c11d,'stage2',{'portalContainer':_0x5f25fb['popupRoot']});return;}if(_0x5f25fb['interactionFlow']===_0x5e7e85(0x8b9)){_0x5f25fb['acquireStage2SessionLease'](),_0x5f25fb[_0x5e7e85(0xbc)][_0x5e7e85(0x865)](_0x35c11d,_0x5e7e85(0x8bf),{'portalContainer':_0x5f25fb[_0x5e7e85(0x72b)]}),_0x5f25fb['releaseStage2SessionLeaseIfActivationDoesNotStick']();return;}_0x5f25fb[_0x5e7e85(0xbc)][_0x5e7e85(0x865)](_0x35c11d,'stage1');}};return _0x5f25fb[_0x5b7c93(0x25e)][_0x5b7c93(0x474)](_0x5b7c93(0x381),_0x2745d2,!0x0),_0x5f25fb[_0x5b7c93(0x25e)][_0x5b7c93(0x474)](_0x5b7c93(0x16f),_0x4f2807,!0x0),_0x5f25fb[_0x5b7c93(0x25e)][_0x5b7c93(0x474)](_0x5b7c93(0x201),_0x10e60d,!0x0),_0x5f25fb[_0x5b7c93(0x25e)][_0x5b7c93(0x474)]('pointercancel',_0x5238b3,!0x0),(0x0,_0x414d24[_0x5b7c93(0x5f4)])(()=>{const _0x1f3e4c=_0x5b7c93;_0x5f25fb[_0x1f3e4c(0x25e)][_0x1f3e4c(0x8f5)](_0x1f3e4c(0x381),_0x2745d2,!0x0),_0x5f25fb['gate'][_0x1f3e4c(0x8f5)](_0x1f3e4c(0x16f),_0x4f2807,!0x0),_0x5f25fb['gate'][_0x1f3e4c(0x8f5)](_0x1f3e4c(0x201),_0x10e60d,!0x0),_0x5f25fb[_0x1f3e4c(0x25e)][_0x1f3e4c(0x8f5)](_0x1f3e4c(0x44e),_0x5238b3,!0x0);});}function _0x275ef6(_0x20d839,_0x3881a0){const _0x476d7e=_0x19cb8f;return!_0x20d839||_0x20d839['childUnitId']||!_0x3881a0['childUnitId']||_0x3881a0[_0x476d7e(0x23a)]==null?_0x20d839:{..._0x20d839,'childType':_0x3881a0[_0x476d7e(0x23a)],'childUnitId':_0x3881a0[_0x476d7e(0x27a)]};}function _0x22ddda(_0x462778){const _0x13dc25=_0x19cb8f;let _0x48594f=()=>{const _0x589b9e=_0x41b8;let _0x503949=_0x462778[_0x589b9e(0x548)][_0x589b9e(0x7c1)]['activeElement'];return!!_0x503949&&_0x462778[_0x589b9e(0x277)]()[_0x589b9e(0x1c9)](_0x522423=>_0x522423[_0x589b9e(0x691)](_0x503949));},_0x5560ee=(_0x2419a4,_0x4f226f=!0x1,_0x49a7c1=!0x1)=>{const _0xf137d0=_0x41b8;_0x462778['data']['embedId']&&_0x462778[_0xf137d0(0xb3)][_0xf137d0(0x3b9)](_0x462778[_0xf137d0(0x541)][_0xf137d0(0x576)])!==_0xf137d0(0x8bf)||_0xf2e310(_0x462778[_0xf137d0(0x541)]['childType'],_0x49a7c1)&&(_0x462778[_0xf137d0(0x3de)]['hasBlockingChildFocusLease'](_0x462778[_0xf137d0(0x541)]['embedId'],{'ignoreOwners':_0x462778[_0xf137d0(0x5c7)]})||!_0x4f226f&&_0x48594f()||(_0x2419a4['hasAttribute'](_0xf137d0(0x2c4))||(_0x2419a4[_0xf137d0(0x292)]=-0x1),_0x2419a4[_0xf137d0(0x816)]({'preventScroll':!0x0})));},_0x54c71e=_0x2a13bc=>{const _0x3bf4a5=_0x41b8;let _0x2cfed5=_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x576)]?_0x462778['floatingActiveService'][_0x3bf4a5(0x3b9)](_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x576)]):_0x3bf4a5(0x4d3);if(_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x576)]&&_0x2cfed5!==_0x3bf4a5(0x8bf)){if(_0x462778[_0x3bf4a5(0x166)]!=='doc-block'||!_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x672)])return;let _0x30415a=_0x275ef6(_0x462778[_0x3bf4a5(0x863)][_0x3bf4a5(0x62c)](_0x462778[_0x3bf4a5(0x541)]['hostUnitId'],_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x576)]),_0x462778[_0x3bf4a5(0x541)]);if(!(_0x30415a!=null&&_0x30415a[_0x3bf4a5(0x27a)]))return;_0x462778[_0x3bf4a5(0x8d4)](),_0x462778[_0x3bf4a5(0xbc)][_0x3bf4a5(0x865)](_0x30415a,_0x3bf4a5(0x8bf),{'portalContainer':_0x462778[_0x3bf4a5(0x72b)]}),_0x462778[_0x3bf4a5(0x1c3)]();}if(_0x2c2db5(_0x2a13bc[_0x3bf4a5(0x129)])||_0x462778[_0x3bf4a5(0x3de)][_0x3bf4a5(0x3be)](_0x462778['data'][_0x3bf4a5(0x576)],{'ignoreOwners':_0x462778[_0x3bf4a5(0x5c7)]}))return;if(_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x672)]&&_0x462778[_0x3bf4a5(0x541)][_0x3bf4a5(0x576)]){let _0x1f9619=_0x275ef6(_0x462778[_0x3bf4a5(0x863)]['getDescriptor'](_0x462778[_0x3bf4a5(0x541)]['hostUnitId'],_0x462778[_0x3bf4a5(0x541)]['embedId']),_0x462778[_0x3bf4a5(0x541)]);(_0x1f9619==null?void 0x0:_0x1f9619[_0x3bf4a5(0x27a)])!=null&&_0x1f9619[_0x3bf4a5(0x23a)]!=null&&_0x462778[_0x3bf4a5(0xbc)][_0x3bf4a5(0x63d)](_0x1f9619);}let _0xe7295f=_0x43feda(_0x462778[_0x3bf4a5(0x277)](),_0x2a13bc[_0x3bf4a5(0x129)]);_0xe7295f&&_0x5560ee(_0xe7295f,!0x0,_0x2a13bc[_0x3bf4a5(0x129)]===_0xe7295f);};return _0x462778[_0x13dc25(0x548)][_0x13dc25(0x474)](_0x13dc25(0x381),_0x54c71e,!0x0),(0x0,_0x414d24['toDisposable'])(()=>_0x462778[_0x13dc25(0x548)][_0x13dc25(0x8f5)](_0x13dc25(0x381),_0x54c71e,!0x0));}function _0x3adebc(_0x3e99ed){const _0xa6993e=_0x19cb8f;let _0x5099cb=_0x3e99ed['liveRoot']['ownerDocument'],_0x4decf9,_0x119951=()=>{const _0x3415a2=_0x41b8;_0x4decf9!=null&&(globalThis[_0x3415a2(0x547)](_0x4decf9),_0x4decf9=void 0x0);},_0x4abf3e=()=>{const _0x202e9b=_0x41b8;var _0xee797e;_0x119951(),(_0xee797e=_0x3e99ed['pointerLease'][_0x202e9b(0x835)])==null||_0xee797e[_0x202e9b(0x3b7)](),_0x3e99ed[_0x202e9b(0x416)]['current']=void 0x0;},_0x3e5701=()=>{const _0xbefc92=_0x41b8;globalThis[_0xbefc92(0x164)](()=>{const _0x5c16ee=_0xbefc92;_0x3e99ed[_0x5c16ee(0x8a1)][_0x5c16ee(0x835)]=void 0x0;}),_0x119951(),_0x4decf9=globalThis[_0xbefc92(0x4bc)](()=>{const _0x1636a4=_0xbefc92;var _0x1fff56;_0x4decf9=void 0x0,(_0x1fff56=_0x3e99ed['pointerLease'][_0x1636a4(0x835)])==null||_0x1fff56[_0x1636a4(0x3b7)](),_0x3e99ed[_0x1636a4(0x416)][_0x1636a4(0x835)]=void 0x0;},_0x3e99ed[_0xbefc92(0x6cc)]);},_0x37819c=_0x93cacb=>{const _0x144898=_0x41b8;_0x4abf3e(),_0x3e99ed[_0x144898(0x416)][_0x144898(0x835)]=_0x3e99ed[_0x144898(0x3de)][_0x144898(0x710)]({'childType':_0x3e99ed['data']['childType'],'childUnitId':_0x3e99ed[_0x144898(0x541)]['childUnitId'],'embedId':_0x3e99ed['data']['embedId'],'hostUnitId':_0x3e99ed[_0x144898(0x541)][_0x144898(0x672)],'owner':_0x144898(0x496),'role':_0x93cacb});},_0x554584=()=>{const _0x3c0a5f=_0x41b8;_0x3e99ed['floatingActiveService']['getStage'](_0x3e99ed[_0x3c0a5f(0x541)]['embedId'])===_0x3c0a5f(0x8bf)&&_0x37819c('child-editor');},_0x4bf328=_0x283d44=>{const _0x427a16=_0x41b8;let _0x5367df=_0x283d44[_0x427a16(0x129)],_0x1939b9=_0x5367df instanceof Node&&_0x3e99ed['liveRoot'][_0x427a16(0x691)](_0x5367df)||_0x3e99ed[_0x427a16(0x3de)][_0x427a16(0x1d8)](_0x3e99ed[_0x427a16(0x541)][_0x427a16(0x576)],_0x5367df,_0x283d44)||_0x3e99ed[_0x427a16(0x4b0)]['contains'](_0x3e99ed['data'][_0x427a16(0x576)],_0x5367df,_0x283d44);_0x3e99ed['verticalScrollOwner'][_0x427a16(0x835)]=_0x1939b9?_0x427a16(0x610):'host';},_0x6cb749=_0x5746b3=>{const _0x905337=_0x41b8;if(_0x3e99ed[_0x905337(0xb3)][_0x905337(0x3b9)](_0x3e99ed[_0x905337(0x541)][_0x905337(0x576)])!==_0x905337(0x8bf)||!(_0x3e99ed['focusCoordinator'][_0x905337(0x1d8)](_0x3e99ed['data']['embedId'],_0x5746b3[_0x905337(0x129)],_0x5746b3)||_0x3e99ed[_0x905337(0x4b0)][_0x905337(0x691)](_0x3e99ed[_0x905337(0x541)][_0x905337(0x576)],_0x5746b3[_0x905337(0x129)],_0x5746b3)))return;_0x3e99ed[_0x905337(0x13e)][_0x905337(0x835)]=Date[_0x905337(0x5a8)]()+_0x3e99ed[_0x905337(0x6cc)];let _0x2239ae=_0x58d846(_0x5746b3[_0x905337(0x129)])??'child-editor';_0x37819c(_0x2239ae===_0x905337(0x318)||_0x2239ae===_0x905337(0x696)||_0x2239ae===_0x905337(0xf4)?'child-editor':_0x2239ae);};return _0x3e99ed[_0xa6993e(0x548)][_0xa6993e(0x474)](_0xa6993e(0x381),_0x554584,!0x0),_0x5099cb['addEventListener'](_0xa6993e(0x381),_0x4bf328,!0x0),_0x5099cb[_0xa6993e(0x474)](_0xa6993e(0x381),_0x6cb749,!0x0),_0x5099cb[_0xa6993e(0x474)]('pointerup',_0x3e5701,!0x0),_0x5099cb[_0xa6993e(0x474)](_0xa6993e(0x44e),_0x3e5701,!0x0),(0x0,_0x414d24[_0xa6993e(0x5f4)])(()=>{const _0x2056fd=_0xa6993e;_0x3e99ed[_0x2056fd(0x548)][_0x2056fd(0x8f5)]('pointerdown',_0x554584,!0x0),_0x5099cb['removeEventListener'](_0x2056fd(0x381),_0x4bf328,!0x0),_0x5099cb[_0x2056fd(0x8f5)](_0x2056fd(0x381),_0x6cb749,!0x0),_0x5099cb[_0x2056fd(0x8f5)](_0x2056fd(0x201),_0x3e5701,!0x0),_0x5099cb['removeEventListener'](_0x2056fd(0x44e),_0x3e5701,!0x0),_0x3e99ed[_0x2056fd(0x8a1)]['current']=void 0x0,_0x4abf3e();});}function _0xad6b5d(_0x3b6d2e){const _0x5b5e97=_0x19cb8f;return _0x3b6d2e['id']===_0x5b5e97(0x12a)||_0x3b6d2e['id'][_0x5b5e97(0x3e1)](_0x5b5e97(0x2e1))||_0x3b6d2e['id'][_0x5b5e97(0x3e1)](_0x5b5e97(0x184))||_0x3b6d2e[_0x5b5e97(0x13c)](_0x5b5e97(0x58c))!=null;}function _0x50a1eb(_0x5b4d0d,_0x319d59){const _0x39addd=_0x19cb8f;if(!_0x5b4d0d||_0x319d59['length']===0x0)return;let _0x4499a6=_0x319d59[0x0][_0x39addd(0x7c1)][_0x39addd(0x48f)];_0x4499a6 instanceof HTMLElement&&(_0x319d59['some'](_0x3d8c60=>_0x3d8c60['contains'](_0x4499a6))||_0x4499a6[_0x39addd(0x13c)](_0x39addd(0x231)+_0x5b4d0d+'\x22]')!=null)&&_0x4499a6[_0x39addd(0x335)]();}function _0x312451(_0x4602a8){const _0x50d1f4=_0x19cb8f;return _0x4602a8==='runtime'||_0x4602a8===_0x50d1f4(0x696)||_0x4602a8===_0x50d1f4(0x6bd)||_0x4602a8==='child-popup'||_0x4602a8===_0x50d1f4(0xf4);}function _0x7a425f(_0x115ba5){const _0x48c9a1=_0x19cb8f;let {children:_0xc73e8e,placement:_0x530e64=_0x48c9a1(0x678),title:_0x2d2fe2}=_0x115ba5,[_0x2a5038,_0x57d6cf]=(0x0,_0x725655[_0x48c9a1(0x2db)])(!0x1),_0x4a20ef=(0x0,_0x725655[_0x48c9a1(0x236)])(null),_0x4dbab3=(0x0,_0x725655[_0x48c9a1(0x769)])(()=>{const _0x5efe57=_0x48c9a1;_0x4a20ef['current']!==null&&(clearTimeout(_0x4a20ef[_0x5efe57(0x835)]),_0x4a20ef[_0x5efe57(0x835)]=null);},[]),_0x3b6a69=_0x4154d8=>{const _0x202384=_0x48c9a1;_0x4dbab3(),_0x4154d8?_0x4a20ef[_0x202384(0x835)]=setTimeout(()=>_0x57d6cf(!0x0),0x64):_0x57d6cf(!0x1);};return(0x0,_0x725655[_0x48c9a1(0x432)])(()=>_0x4dbab3,[_0x4dbab3]),(0x0,_0x5c0f5d[_0x48c9a1(0x7ba)])(_0x1f8b59[_0x48c9a1(0x16e)],{'title':_0x2d2fe2,'placement':_0x530e64,'visible':_0x2a5038,'onVisibleChange':_0x3b6a69,'children':(0x0,_0x5c0f5d[_0x48c9a1(0x7ba)])(_0x48c9a1(0x2c1),{'className':_0x48c9a1(0x555),'onFocus':_0x4639a1=>_0x4639a1[_0x48c9a1(0x732)](),'onPointerDown':()=>_0x3b6a69(!0x1),'children':_0xc73e8e})});}function _0x32be9e(_0x46f1d4){const _0xa9569e=_0x19cb8f;let {hostUnitId:_0x10e3a6,embedId:_0x328ff6,className:_0x2e8ab3,variant:_0x5005de=_0xa9569e(0x21d)}=_0x46f1d4,_0x39a7ab=(0x0,_0x725655[_0xa9569e(0x236)])(null),_0x189d80=(0x0,_0x5ab84f[_0xa9569e(0x563)])(_0x5e7b5b['EmbedModelService']),_0x11e46f=(0x0,_0x5ab84f[_0xa9569e(0x563)])(_0x3d7577),_0x5974ce=(0x0,_0x5ab84f[_0xa9569e(0x563)])(_0x53fbde),_0x564982=(0x0,_0x5ab84f[_0xa9569e(0x563)])(_0x414d24['LocaleService'])['t']('embed-ui.fullscreen.enter'),_0x57d151=(0x0,_0x725655[_0xa9569e(0x769)])(_0x2175e9=>{const _0x5a2b5d=_0xa9569e;_0x2175e9[_0x5a2b5d(0x276)](),_0x2175e9[_0x5a2b5d(0x732)](),!(!_0x10e3a6||!_0x328ff6)&&_0x3c9935({'hostUnitId':_0x10e3a6,'embedId':_0x328ff6,'activationService':_0x11e46f,'embedModelService':_0x189d80,'fullscreenService':_0x5974ce});},[_0x11e46f,_0x328ff6,_0x189d80,_0x5974ce,_0x10e3a6]);return(0x0,_0x725655[_0xa9569e(0x432)])(()=>{const _0xece431=_0xa9569e;let _0x5f4ee7=_0x39a7ab['current'];if(!_0x5f4ee7)return;let _0x516d10=_0x4c92eb=>{const _0x32907a=_0x41b8;_0x4c92eb[_0x32907a(0x732)]();};return _0x5f4ee7[_0xece431(0x474)](_0xece431(0x381),_0x516d10),_0x5f4ee7[_0xece431(0x474)](_0xece431(0x870),_0x57d151),()=>{_0x5f4ee7['removeEventListener']('pointerdown',_0x516d10),_0x5f4ee7['removeEventListener']('click',_0x57d151);};},[_0x57d151,_0x5005de]),_0x5005de===_0xa9569e(0x251)?(0x0,_0x5c0f5d['jsx'])(_0x7a425f,{'title':_0x564982,'children':(0x0,_0x5c0f5d[_0xa9569e(0x7ba)])(_0x1f8b59[_0xa9569e(0x3a4)],{'ref':_0x39a7ab,'type':_0xa9569e(0x29c),'size':'small','variant':_0xa9569e(0x8d7),'className':(0x0,_0x1f8b59[_0xa9569e(0x1dd)])('univer-size-6\x20univer-p-0',_0x2e8ab3),'aria-label':_0x564982,'children':(0x0,_0x5c0f5d[_0xa9569e(0x7ba)])(_0x1ee57f,{})})}):(0x0,_0x5c0f5d[_0xa9569e(0x7ba)])('button',{'ref':_0x39a7ab,'type':_0xa9569e(0x29c),'className':(0x0,_0x1f8b59[_0xa9569e(0x1dd)])(_0xa9569e(0x424),_0x2e8ab3),'data-embed-float-fullscreen-button':'true','title':_0x564982,'aria-label':_0x564982,'children':(0x0,_0x5c0f5d[_0xa9569e(0x7ba)])(_0x1ee57f,{'className':_0xa9569e(0x627),'aria-hidden':_0xa9569e(0x223)})});}function _0x3c9935(_0x7fd34e){const _0x194cd7=_0x19cb8f;var _0x31b82d;let _0xd3fe72=_0x7fd34e[_0x194cd7(0x863)][_0x194cd7(0x62c)](_0x7fd34e[_0x194cd7(0x672)],_0x7fd34e[_0x194cd7(0x576)]);return!(_0xd3fe72!=null&&_0xd3fe72[_0x194cd7(0x27a)])||_0xd3fe72[_0x194cd7(0x23a)]==null?!0x1:((_0x31b82d=_0x7fd34e[_0x194cd7(0xbc)])==null||_0x31b82d['clearFloating'](_0x7fd34e[_0x194cd7(0x576)],_0x7fd34e[_0x194cd7(0x672)]),_0x7fd34e[_0x194cd7(0x8ea)][_0x194cd7(0xad)](_0xd3fe72),!0x0);}let _0x35dbd6=_0x19cb8f(0x56b),_0x1b7c77=_0x19cb8f(0x873),_0x28dd3=[_0x35dbd6,_0x1b7c77];function _0x9db6a7(_0x47bbc7){const _0x4b572c=_0x19cb8f;var _0x4a0d0c,_0x40362b,_0x487617;let {data:_0x399683,deferInactiveFloatingChrome:_0x4dc328,docsCustomBlockLayout:_0x1c4620,enableStage1BodyDrag:_0x3f100f,floatingChromeZIndex:_0x58d9f3,hostFloatDomLayout$:_0x3a1c13,initialStage:_0x3fbeb1,interactionFlow:_0x4a22ed=_0x4b572c(0xe0),isExternalHostInteraction:_0x557659,onHostWheel:_0x5c5558,onRuntimeStageEnter:_0x2a9a00,onRuntimeStageExit:_0x2c4b39,resolveHostWheelGestureRoot:_0x21f32d,syncHostVerticalScroll:_0x34cc87}=_0x47bbc7,_0x338fab=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x33eacc=(0x0,_0x725655['useRef'])(null),_0xf31aa=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x315bb2=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x55fee8=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x4f8c1a=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x3d2032=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x19b777=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x5645aa=(0x0,_0x725655[_0x4b572c(0x236)])(null),_0x3f02ef=(0x0,_0x5ab84f['useDependency'])(_0x5e7b5b[_0x4b572c(0x646)]),_0x59783=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x5ad416),_0x38bc27=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x8dbbb4),_0x1158b6=(0x0,_0x5ab84f['useDependency'])(_0x3d7577),_0x561b59=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x4cff85),_0x4477c6=(0x0,_0x5ab84f['useDependency'])(_0x24b559),_0x223701=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x53fbde),_0x512a5d=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x58aac7),_0x30cdb2=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x1a9e2a),_0x477281=(0x0,_0x5ab84f['useDependency'])(_0x4bb871),_0x107c44=(0x0,_0x5ab84f['useDependency'])(_0x43b400),_0x14ce1b=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x48d47d),_0x1b48f7=(0x0,_0x5ab84f['useDependency'])(_0x1db604),_0x1e4437=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x3ddae4),_0x28baba=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x414d24[_0x4b572c(0x6e1)]),_0x5a12a1=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x414d24[_0x4b572c(0x468)]),_0x5a64b4=(0x0,_0x5ab84f[_0x4b572c(0x563)])(_0x5ab84f[_0x4b572c(0x12e)]),_0x4aae59=_0x103f56(_0x399683),_0x1c25f6=_0x1c4620!=null&&_0x1c4620[_0x4b572c(0x712)]?_0x1c4620:void 0x0,_0x23bd12=_0x1c25f6==null?void 0x0:_0x1c25f6[_0x4b572c(0x580)],_0x27dbac=_0x1c25f6==null?void 0x0:_0x1c25f6[_0x4b572c(0x815)],_0x2b0076=(_0x1c25f6==null?void 0x0:_0x1c25f6[_0x4b572c(0x5db)])??0x1,[_0x22a40e,_0xc2b835]=(0x0,_0x725655['useState'])(0x0),[_0x16ef0c,_0xf432cf]=(0x0,_0x725655['useState'])(0x0),_0x18de46=_0x1c25f6?_0x243d8f(_0x1c25f6):void 0x0,_0x5622c9=Math[_0x4b572c(0x484)](_0x16ef0c,(_0x18de46==null?void 0x0:_0x18de46[_0x4b572c(0x103)])??0x0),_0x3aa7c2=(0x0,_0x5ab84f[_0x4b572c(0x213)])(()=>_0x38bc27[_0x4b572c(0x829)]['pipe']((0x0,_0x61d5ff[_0x4b572c(0x4da)])(()=>_0x4aae59!=null&&_0x4aae59[_0x4b572c(0x576)]?_0x38bc27[_0x4b572c(0x3b9)](_0x4aae59[_0x4b572c(0x576)]):_0x4b572c(0x4d3))),_0x3fbeb1??(_0x4aae59!=null&&_0x4aae59[_0x4b572c(0x576)]?_0x38bc27[_0x4b572c(0x3b9)](_0x4aae59[_0x4b572c(0x576)]):'inactive'),!0x1,[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x38bc27]),_0x20095e=(0x0,_0x725655[_0x4b572c(0x236)])(_0x3aa7c2),_0x44f875=(0x0,_0x725655[_0x4b572c(0x236)])(!0x1),_0x57d435=(0x0,_0x725655[_0x4b572c(0x236)])(void 0x0),_0x4ee8fa=(0x0,_0x725655[_0x4b572c(0x236)])(void 0x0),_0x21aa90=(0x0,_0x725655[_0x4b572c(0x236)])(void 0x0),_0x440353=(0x0,_0x725655[_0x4b572c(0x236)])(void 0x0),_0x3c399e=(0x0,_0x725655['useRef'])(void 0x0),_0x4227bd=(0x0,_0x725655['useRef'])(0x0),_0x217916=(0x0,_0x725655[_0x4b572c(0x236)])(void 0x0),_0x5c8e80=(0x0,_0x725655[_0x4b572c(0x236)])(!0x1),_0x8596f5=(0x0,_0x725655[_0x4b572c(0x236)])(!0x1),_0x3b9625=(0x0,_0x725655['useRef'])(_0x5622c9),_0x576b47=(0x0,_0x725655[_0x4b572c(0x236)])(_0x18de46),_0x37505c=(0x0,_0x725655[_0x4b572c(0x236)])(_0x2b0076),_0x3f1550=(0x0,_0x725655[_0x4b572c(0x236)])(0x0),_0x2f74c6=(0x0,_0x725655[_0x4b572c(0x236)])(0x0),_0x1b98a4=(0x0,_0x725655['useRef'])([]),_0x1cb41e=(0x0,_0x725655[_0x4b572c(0x236)])(_0x3aa7c2);_0x1cb41e[_0x4b572c(0x835)]=_0x3aa7c2,_0x3b9625[_0x4b572c(0x835)]=_0x5622c9,_0x576b47[_0x4b572c(0x835)]=_0x18de46,_0x37505c['current']=_0x2b0076;let _0x1207fe=(0x0,_0x725655[_0x4b572c(0x769)])(_0x1aee3c=>{const _0x4e6aa2=_0x4b572c;let _0xaf2719=_0x576b47[_0x4e6aa2(0x835)];if(!_0xaf2719)return!0x1;let _0x3071e1=_0x3b9625[_0x4e6aa2(0x835)],_0x37557e=_0x516189(_0x3071e1+_0x57ad39(_0x1aee3c)/_0x37505c[_0x4e6aa2(0x835)],0x0,_0xaf2719[_0x4e6aa2(0x103)]);return _0x37557e===_0x3071e1?!0x1:(_0x3b9625['current']=_0x37557e,_0xf432cf(_0x37557e),!0x0);},[]),_0x35f1a6=(0x0,_0x725655[_0x4b572c(0x769)])((_0x4b5de8,_0x11153e)=>_0x2a5e3b(_0x4b5de8,_0x11153e,{'commandService':_0x28baba,'univerInstanceService':_0x5a12a1})?!0x0:(_0x5c5558==null?void 0x0:_0x5c5558(_0x4b5de8,_0x11153e))===!0x0,[_0x28baba,_0x5c5558,_0x5a12a1]),_0x30b475=(0x0,_0x725655[_0x4b572c(0x769)])(()=>{const _0x41401d=_0x4b572c;var _0x8894d0;(_0x8894d0=_0x4ee8fa[_0x41401d(0x835)])==null||_0x8894d0[_0x41401d(0x3b7)](),_0x4ee8fa[_0x41401d(0x835)]=void 0x0;},[]),_0x26a974=(0x0,_0x725655[_0x4b572c(0x769)])(()=>{const _0x1d234f=_0x4b572c;var _0x36aa0e,_0x3c4dad;if(!(_0x4aae59!=null&&_0x4aae59[_0x1d234f(0x576)])||_0x4ee8fa[_0x1d234f(0x835)])return;let _0x4b15ff=_0x4aae59[_0x1d234f(0x672)]?_0x3f02ef['getDescriptor'](_0x4aae59['hostUnitId'],_0x4aae59[_0x1d234f(0x576)]):void 0x0,_0x4bf7e3=_0x536a57(_0x4b15ff),_0x4e714f=_0x4aae59[_0x1d234f(0x27a)]??(_0x4b15ff==null?void 0x0:_0x4b15ff[_0x1d234f(0x27a)])??((_0x36aa0e=_0x57d435[_0x1d234f(0x835)])==null?void 0x0:_0x36aa0e[_0x1d234f(0x27a)])??(_0x4bf7e3==null?void 0x0:_0x4bf7e3['childUnitId']),_0x1d42cf=_0x4aae59[_0x1d234f(0x23a)]??(_0x4b15ff==null?void 0x0:_0x4b15ff[_0x1d234f(0x23a)])??((_0x3c4dad=_0x57d435[_0x1d234f(0x835)])==null?void 0x0:_0x3c4dad[_0x1d234f(0x23a)])??(_0x4bf7e3==null?void 0x0:_0x4bf7e3[_0x1d234f(0x23a)]);_0x4ee8fa[_0x1d234f(0x835)]=_0x1b48f7[_0x1d234f(0x710)]({'embedId':_0x4aae59['embedId'],'role':'child-session','owner':_0x4a22ed===_0x1d234f(0x8b9)?_0x1b7c77:_0x35dbd6,'sessionMode':'child-keyboard','hostUnitId':_0x4aae59[_0x1d234f(0x672)],'childUnitId':_0x4e714f,'childType':_0x1d42cf});},[_0x4aae59==null?void 0x0:_0x4aae59['childType'],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x27a)],_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x3f02ef,_0x1b48f7,_0x4a22ed]),_0x25ae06=(0x0,_0x725655['useCallback'])(()=>{const _0x50be4e=_0x4b572c;if(!(_0x4aae59!=null&&_0x4aae59[_0x50be4e(0x576)]))return;let _0x4b0a60=_0x4aae59[_0x50be4e(0x576)];window[_0x50be4e(0x2e9)](()=>{const _0x585d6e=_0x50be4e;_0x38bc27[_0x585d6e(0x3b9)](_0x4b0a60)!==_0x585d6e(0x8bf)&&_0x30b475();});},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x38bc27,_0x30b475]),_0x4810cc=_0x4aae59!=null&&_0x4aae59['hostUnitId']?_0x3f02ef[_0x4b572c(0x62c)](_0x4aae59[_0x4b572c(0x672)],_0x4aae59[_0x4b572c(0x576)]):void 0x0,_0x36ba6a=_0x536a57(_0x4810cc),_0x48963b=(_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x27a)])??(_0x4810cc==null?void 0x0:_0x4810cc[_0x4b572c(0x27a)])??((_0x4a0d0c=_0x57d435[_0x4b572c(0x835)])==null?void 0x0:_0x4a0d0c[_0x4b572c(0x27a)])??(_0x36ba6a==null?void 0x0:_0x36ba6a[_0x4b572c(0x27a)]),_0x5064f8=(_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x23a)])??(_0x4810cc==null?void 0x0:_0x4810cc[_0x4b572c(0x23a)])??((_0x40362b=_0x57d435[_0x4b572c(0x835)])==null?void 0x0:_0x40362b['childType'])??(_0x36ba6a==null?void 0x0:_0x36ba6a['childType']),_0x211e46=_0x5064f8==null||(_0x487617=_0x59783[_0x4b572c(0x8ee)](_0x5064f8))==null?void 0x0:_0x487617[_0x4b572c(0x343)],_0x5dce71=_0x112e74(_0x4810cc,_0x3aa7c2);(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x2a591b=_0x4b572c;let _0x46dd86=_0x338fab[_0x2a591b(0x835)];return()=>{const _0x5d92e6=_0x2a591b;let _0x45b648=_0x223701[_0x5d92e6(0x443)](),_0x546f12=(_0x4aae59==null?void 0x0:_0x4aae59['embedId'])&&(_0x45b648==null?void 0x0:_0x45b648[_0x5d92e6(0x576)])===_0x4aae59['embedId'];_0x4aae59!=null&&_0x4aae59[_0x5d92e6(0x576)]&&!(_0x46dd86!=null&&_0x46dd86['isConnected'])&&!_0x546f12&&_0x38bc27[_0x5d92e6(0x3b9)](_0x4aae59['embedId'])!==_0x5d92e6(0x4d3)&&_0x1158b6['clearFloating'](_0x4aae59[_0x5d92e6(0x576)],_0x4aae59['hostUnitId']);};},[_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x38bc27,_0x223701]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0xaa31aa=_0x4b572c;if(!(!(_0x4aae59!=null&&_0x4aae59['embedId'])||_0x3aa7c2!==_0xaa31aa(0x8bf)))return _0x26a974(),_0x30b475;},[_0x26a974,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x30b475,_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x460d2a=_0x4b572c;let _0xec5a19=_0x338fab[_0x460d2a(0x835)],_0x47e902=_0x57f8fc(_0x5a64b4,_0x1b48f7,_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0xec5a19,_0x3aa7c2);if(_0x47e902)return()=>_0x47e902[_0x460d2a(0x3b7)]();},[_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x1b48f7,_0x5a64b4,_0x3aa7c2]),(0x0,_0x725655['useEffect'])(()=>{const _0x42d697=_0x4b572c;let _0x3b6c00=_0x315bb2[_0x42d697(0x835)];if(_0x3aa7c2!==_0x42d697(0x8bf)||_0x5064f8!==_0x414d24['UniverInstanceType']['UNIVER_BASE']||!(_0x4aae59!=null&&_0x4aae59[_0x42d697(0x576)])||!_0x3b6c00)return;let _0x498dc0=()=>_0xf21485(_0x4aae59[_0x42d697(0x576)],_0x3b6c00);_0x498dc0();let _0x3d92fa=window['requestAnimationFrame'](_0x498dc0);return()=>window[_0x42d697(0x6b0)](_0x3d92fa);},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x5064f8,_0x3aa7c2]),(0x0,_0x725655['useEffect'])(()=>{const _0x76f45b=_0x4b572c;let _0x19c173=_0x20095e['current'];_0x20095e[_0x76f45b(0x835)]=_0x3aa7c2;let _0x1120b7=_0x19c173!==_0x3aa7c2||!_0x44f875[_0x76f45b(0x835)]&&_0x3aa7c2!==_0x76f45b(0x4d3);_0x44f875[_0x76f45b(0x835)]=!0x0,_0x1120b7&&(_0x2a9a00==null||_0x2a9a00(_0x3aa7c2),_0x4477c6[_0x76f45b(0x3a1)]({'embedId':_0x4aae59==null?void 0x0:_0x4aae59['embedId'],'reason':_0x76f45b(0x730)})),_0x19c173===_0x76f45b(0x8bf)&&_0x3aa7c2!=='stage2'&&(_0x50a1eb(_0x4aae59==null?void 0x0:_0x4aae59[_0x76f45b(0x576)],_0x26d834(_0x315bb2['current'],_0x55fee8[_0x76f45b(0x835)],_0x4f8c1a[_0x76f45b(0x835)],_0x19b777[_0x76f45b(0x835)],_0x5645aa[_0x76f45b(0x835)])),_0x1158b6[_0x76f45b(0x798)](_0x4aae59==null?void 0x0:_0x4aae59[_0x76f45b(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x76f45b(0x672)]),_0x2c4b39==null||_0x2c4b39());},[_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x4477c6,_0x2a9a00,_0x2c4b39,_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x2468e5=_0x4b572c;if(_0x3fbeb1!==_0x2468e5(0x8bf)||!(_0x4aae59!=null&&_0x4aae59[_0x2468e5(0x576)])||!_0x4aae59['hostUnitId'])return;let _0x18a1d1=_0x3f02ef[_0x2468e5(0x62c)](_0x4aae59['hostUnitId'],_0x4aae59[_0x2468e5(0x576)]);_0x18a1d1!=null&&_0x18a1d1['childUnitId']&&_0x38bc27[_0x2468e5(0x1a8)]({'hostUnitId':_0x4aae59[_0x2468e5(0x672)],'embedId':_0x4aae59[_0x2468e5(0x576)],'childUnitId':_0x18a1d1[_0x2468e5(0x27a)]},_0x2468e5(0x8bf));},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x3f02ef,_0x38bc27,_0x3fbeb1]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x540b40=_0x4b572c;let _0x3e8eb9=_0x315bb2[_0x540b40(0x835)],_0x17b8e2=_0x55fee8['current'],_0x1753ff=_0x4f8c1a['current'],_0x5c272b=_0x19b777['current'],_0x5f34bb=_0x5645aa['current'];if(!_0x3e8eb9||!_0x17b8e2||!_0x1753ff||!_0x5c272b||!_0x5f34bb)return;let _0x5beedb=_0x4aae59!=null&&_0x4aae59[_0x540b40(0x672)]?_0x3f02ef[_0x540b40(0x62c)](_0x4aae59[_0x540b40(0x672)],_0x4aae59[_0x540b40(0x576)]):void 0x0,_0x4ef568=_0x5beedb?_0x143bfe(_0x5beedb):void 0x0;if(!_0x5beedb||!_0x4ef568||_0x5dce71===_0x540b40(0x27d))return;let _0x27d12f=!0x1,_0x129036;return _0x477281[_0x540b40(0x34c)]({'descriptor':_0x5beedb})[_0x540b40(0x48e)](async _0x4e42da=>{const _0x561e23=_0x540b40;var _0x5c27cf;if(_0x27d12f)return;let _0x22166e=_0x30cdb2[_0x561e23(0xc7)](_0x4e42da,_0x3e8eb9,{'content':_0x17b8e2,'canvas':_0x1753ff,'overlay':_0x5c272b,'popup':_0x5f34bb});_0x129036=_0x4e42da['embedId'];let _0x56a8a3=_0x22166e==null?void 0x0:_0x22166e['context'];_0x57d435['current']=_0x56a8a3;let _0x1b92da=_0x4aae59!=null&&_0x4aae59[_0x561e23(0x576)]?(_0x5c27cf=_0x561b59[_0x561e23(0x8cf)](_0x4aae59[_0x561e23(0x576)]))==null?void 0x0:_0x5c27cf[_0x561e23(0x7eb)]:void 0x0;_0x56a8a3&&_0x1b92da!=null&&await _0x561b59[_0x561e23(0x1c5)](_0x56a8a3,_0x1b92da);})['catch'](_0xf3cc15=>{queueMicrotask(()=>{throw _0xf3cc15;});}),()=>{const _0x5e396b=_0x540b40;var _0x2893b4;_0x27d12f=!0x0,_0x129036&&((_0x2893b4=_0x57d435[_0x5e396b(0x835)])==null?void 0x0:_0x2893b4[_0x5e396b(0x576)])===_0x129036&&(_0x57d435[_0x5e396b(0x835)]=void 0x0),_0x30cdb2['unmount'](_0x5beedb[_0x5e396b(0x576)]);};},[_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x4aae59==null?void 0x0:_0x4aae59['hostUnitId'],_0x3f02ef,_0x30cdb2,_0x22a40e,_0x561b59,_0x477281,_0x5dce71]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x565bdf=_0x4b572c;if(!(_0x4aae59!=null&&_0x4aae59[_0x565bdf(0x576)]))return;let _0x176888=_0x4aae59[_0x565bdf(0x576)],_0xfcda13=[];[{'element':_0x315bb2['current'],'role':_0x565bdf(0x318)},{'element':_0x55fee8[_0x565bdf(0x835)],'role':_0x565bdf(0x318)},{'element':_0x4f8c1a[_0x565bdf(0x835)],'role':_0x565bdf(0x318)}]['forEach'](_0x2834bd=>{const _0xe5c294=_0x565bdf;let _0x2df637=_0x2834bd['element'];_0x2df637&&_0xfcda13['push']({'element':_0x2df637,'role':_0x2834bd[_0xe5c294(0x1af)]});});let _0x3b8168=_0xfcda13[_0x565bdf(0x24b)](({element:_0x45f46d,role:_0x2a4945})=>[_0x512a5d['registerRoot'](_0x176888,_0x45f46d,_0x48963b),_0x1b48f7[_0x565bdf(0xeb)]({'embedId':_0x176888,'role':_0x2a4945,'element':_0x45f46d})]),_0x1b8c2f=_0x3d2032[_0x565bdf(0x835)];return _0x1b8c2f&&_0x3b8168[_0x565bdf(0x731)](_0x512a5d[_0x565bdf(0x480)](_0x176888,_0x1b8c2f,_0x48963b)),_0x3aa7c2===_0x565bdf(0x8bf)&&[{'element':_0x1b8c2f,'role':_0x565bdf(0xf4)},{'element':_0x19b777[_0x565bdf(0x835)],'role':_0x565bdf(0xf4)},{'element':_0x5645aa[_0x565bdf(0x835)],'role':'child-popup'}][_0x565bdf(0x2f2)](_0x4faa11=>{const _0x4029d=_0x565bdf;_0x4faa11['element']&&_0x3b8168[_0x4029d(0x731)](_0x1b48f7[_0x4029d(0xeb)]({'embedId':_0x176888,'role':_0x4faa11[_0x4029d(0x1af)],'element':_0x4faa11[_0x4029d(0x2f9)]}));}),()=>_0x3b8168['forEach'](_0x5c7a62=>_0x5c7a62['dispose']());},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x1b48f7,_0x512a5d,_0x48963b,_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x32e0c0=_0x4b572c;var _0x25f10e,_0x36703d;if(!(_0x4aae59!=null&&_0x4aae59[_0x32e0c0(0x576)])||_0x3aa7c2!=='stage2')return;let _0x234d43=((_0x25f10e=_0x338fab[_0x32e0c0(0x835)])==null?void 0x0:_0x25f10e[_0x32e0c0(0x7c1)])??((_0x36703d=_0x315bb2[_0x32e0c0(0x835)])==null?void 0x0:_0x36703d[_0x32e0c0(0x7c1)])??(typeof document>'u'?void 0x0:document),_0x217234=_0x512a5d[_0x32e0c0(0x54e)](_0x4aae59['embedId'],_0x234d43,{'includeAppShellEditorPortal':_0x5064f8===_0x414d24[_0x32e0c0(0x4ed)][_0x32e0c0(0x520)]});return()=>{const _0x2013d5=_0x32e0c0;_0x1cb41e[_0x2013d5(0x835)]!==_0x2013d5(0x8bf)&&_0x512a5d['closeOwnedFloatingSurfaces'](_0x4aae59[_0x2013d5(0x576)],_0x234d43),_0x217234[_0x2013d5(0x3b7)]();};},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x512a5d,_0x5064f8,_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0xce9ce2=_0x4b572c;var _0x483678,_0x1938b1;if(!(_0x4aae59!=null&&_0x4aae59['embedId'])||_0x3aa7c2!==_0xce9ce2(0x8bf))return;let _0xe18d62=((_0x483678=_0x338fab[_0xce9ce2(0x835)])==null?void 0x0:_0x483678[_0xce9ce2(0x7c1)])??((_0x1938b1=_0x315bb2[_0xce9ce2(0x835)])==null?void 0x0:_0x1938b1['ownerDocument'])??(typeof document>'u'?void 0x0:document),_0xfd87f0=_0xe18d62==null?void 0x0:_0xe18d62[_0xce9ce2(0x7e7)](_0xce9ce2(0x8a0));if(!_0xfd87f0)return;let _0x509999=[_0x512a5d[_0xce9ce2(0x480)](_0x4aae59['embedId'],_0xfd87f0,_0x48963b),_0x1b48f7[_0xce9ce2(0xeb)]({'embedId':_0x4aae59[_0xce9ce2(0x576)],'role':_0xce9ce2(0xf4),'element':_0xfd87f0})];return()=>_0x509999[_0xce9ce2(0x2f2)](_0x2e5852=>_0x2e5852[_0xce9ce2(0x3b7)]());},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x1b48f7,_0x512a5d,_0x48963b,_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x58ea3d=_0x4b572c;let _0x16e914=_0x338fab[_0x58ea3d(0x835)],_0xd1b22f=_0x16e914==null?void 0x0:_0x16e914[_0x58ea3d(0x7e7)](_0x58ea3d(0x7e4));if(!(_0x4aae59!=null&&_0x4aae59[_0x58ea3d(0x576)])||!_0x16e914)return;let _0x5f04d9=_0x4aae59['hostUnitId']?_0x3f02ef[_0x58ea3d(0x62c)](_0x4aae59[_0x58ea3d(0x672)],_0x4aae59[_0x58ea3d(0x576)]):void 0x0,_0x1976ab=_0x4477c6['register']({'embedId':_0x4aae59[_0x58ea3d(0x576)],'childUnitId':_0x5f04d9==null?void 0x0:_0x5f04d9[_0x58ea3d(0x27a)],'root':_0x16e914,'viewport':_0xd1b22f,'contentRoot':_0x55fee8['current']});return()=>_0x1976ab[_0x58ea3d(0x3b7)]();},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x3f02ef,_0x4477c6]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x2f9f9d=_0x4b572c;var _0x4666be,_0x4a07fa;if(!(_0x4aae59!=null&&_0x4aae59['embedId'])||!_0x4aae59['hostUnitId'])return;let _0x39b7c6=((_0x4666be=_0x338fab[_0x2f9f9d(0x835)])==null?void 0x0:_0x4666be[_0x2f9f9d(0x7c1)])??((_0x4a07fa=_0x315bb2[_0x2f9f9d(0x835)])==null?void 0x0:_0x4a07fa[_0x2f9f9d(0x7c1)])??(typeof document>'u'?void 0x0:document);if(!_0x39b7c6)return;let _0x3f772a=0x0,_0x86003f,_0x442148,_0x8e00f2=()=>{const _0x161335=_0x2f9f9d;if(_0x3f772a++,_0x86003f!=null){var _0x40850d;(_0x40850d=_0x39b7c6['defaultView'])==null||_0x40850d[_0x161335(0x6b0)](_0x86003f),_0x86003f=void 0x0;}_0x442148!=null&&(globalThis['clearTimeout'](_0x442148),_0x442148=void 0x0);},_0x3a1d48=_0x28baba[_0x2f9f9d(0x119)](_0x3832a2=>{const _0x171ab9=_0x2f9f9d;var _0x3f06ec;let _0x1cc644=_0x3832a2[_0x171ab9(0x4b9)];if(_0x3832a2['id']!==_0x5e7b5b[_0x171ab9(0x31a)]['id']||(_0x1cc644==null?void 0x0:_0x1cc644['embedId'])!==_0x4aae59[_0x171ab9(0x576)]||_0x1cc644['hostUnitId']!==_0x4aae59[_0x171ab9(0x672)]||_0x38bc27['getStage'](_0x4aae59['embedId'])!=='stage2')return;let _0x202bbe=_0x39b7c6[_0x171ab9(0x48f)];if(!(_0x202bbe instanceof HTMLElement)||!_0x202bbe['id'][_0x171ab9(0x635)]('SHAPE_TEXT')||!_0x1b48f7[_0x171ab9(0x1d8)](_0x4aae59[_0x171ab9(0x576)],_0x202bbe))return;_0x8e00f2();let _0x302fc9=_0x3f772a,_0x2659fd=()=>{const _0x2b8ea0=_0x171ab9;_0x302fc9!==_0x3f772a||!_0x202bbe[_0x2b8ea0(0x52c)]||_0x38bc27[_0x2b8ea0(0x3b9)](_0x4aae59['embedId'])!==_0x2b8ea0(0x8bf)||_0x202bbe[_0x2b8ea0(0x816)]({'preventScroll':!0x0});};_0x86003f=(_0x3f06ec=_0x39b7c6[_0x171ab9(0x503)])==null?void 0x0:_0x3f06ec[_0x171ab9(0x2e9)](()=>{_0x86003f=void 0x0,_0x2659fd();}),_0x442148=globalThis['setTimeout'](()=>{_0x442148=void 0x0,_0x2659fd();},0x32);});return _0x39b7c6[_0x2f9f9d(0x474)](_0x2f9f9d(0x381),_0x8e00f2,!0x0),()=>{const _0x320e31=_0x2f9f9d;_0x39b7c6['removeEventListener'](_0x320e31(0x381),_0x8e00f2,!0x0),_0x8e00f2(),_0x3a1d48[_0x320e31(0x3b7)]();};},[_0x28baba,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59['hostUnitId'],_0x38bc27,_0x1b48f7]),(0x0,_0x725655['useEffect'])(()=>{const _0x2a8394=_0x4b572c;if(!(_0x4aae59!=null&&_0x4aae59['embedId']))return;let _0x474299=_0x223701['exited$'][_0x2a8394(0x132)](_0x215edb=>{const _0x2d1a77=_0x2a8394;_0x215edb[_0x2d1a77(0x576)]===_0x4aae59[_0x2d1a77(0x576)]&&(_0x30cdb2[_0x2d1a77(0x1dc)](_0x4aae59[_0x2d1a77(0x576)]),_0x1158b6[_0x2d1a77(0x798)](_0x4aae59['embedId'],_0x4aae59[_0x2d1a77(0x672)]),_0x440353[_0x2d1a77(0x835)]!=null&&(window[_0x2d1a77(0x6b0)](_0x440353[_0x2d1a77(0x835)]),_0x440353[_0x2d1a77(0x835)]=void 0x0),_0x3c399e[_0x2d1a77(0x835)]!=null&&globalThis[_0x2d1a77(0x547)](_0x3c399e[_0x2d1a77(0x835)]),_0x3c399e[_0x2d1a77(0x835)]=globalThis[_0x2d1a77(0x4bc)](()=>{const _0x38bda0=_0x2d1a77;_0x3c399e[_0x38bda0(0x835)]=void 0x0,_0x440353[_0x38bda0(0x835)]=window['requestAnimationFrame'](()=>{const _0x3f843b=_0x38bda0;_0x440353[_0x3f843b(0x835)]=void 0x0,_0x1158b6['clearFloating'](_0x4aae59[_0x3f843b(0x576)],_0x4aae59[_0x3f843b(0x672)]),_0xc2b835(_0x2261ab=>_0x2261ab+0x1);});},0x0));});return()=>{const _0x2dacb0=_0x2a8394;_0x474299[_0x2dacb0(0x333)](),_0x3c399e['current']!=null&&(globalThis[_0x2dacb0(0x547)](_0x3c399e[_0x2dacb0(0x835)]),_0x3c399e[_0x2dacb0(0x835)]=void 0x0),_0x440353[_0x2dacb0(0x835)]!=null&&(window[_0x2dacb0(0x6b0)](_0x440353['current']),_0x440353[_0x2dacb0(0x835)]=void 0x0);};},[_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x223701,_0x30cdb2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x4a56be=_0x4b572c;let _0x395214=_0x338fab[_0x4a56be(0x835)],_0x294521=_0x3d2032['current'];if(!_0x395214||!_0x294521||typeof document>'u')return;let _0x2c51e7=_0x1b3d3b({'chrome':_0x294521,'container':_0x395214,'deferInactive':_0x4dc328,'embedId':_0x4aae59==null?void 0x0:_0x4aae59[_0x4a56be(0x576)],'geometryService':_0x4477c6,'hostLayout$':_0x3a1c13,'stage':_0x3aa7c2,'docsSheetLikeLayout':_0x23bd12!=null&&_0x27dbac!=null?{'contentWidth':_0x23bd12,'pageContentWidth':_0x27dbac}:void 0x0});return()=>_0x2c51e7[_0x4a56be(0x3b7)]();},[_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x4dc328,_0x23bd12,_0x27dbac,_0x4477c6,_0x3a1c13,_0x3aa7c2]),(0x0,_0x725655['useEffect'])(()=>{const _0x3be48c=_0x4b572c;let _0x5b93d9=_0x338fab[_0x3be48c(0x835)],_0xb5af9b=_0x3d2032[_0x3be48c(0x835)];if(!_0x5b93d9)return;let _0x473fd4=_0x5b93d9[_0x3be48c(0x13c)](_0x3be48c(0x652)),_0x1e25cb=_0x473fd4==null?void 0x0:_0x473fd4[_0x3be48c(0x2c7)];return _0x775a46(_0x5b93d9,_0xb5af9b,_0xadbce7=>{const _0x3019c9=_0x3be48c;let _0x36f605=_0x57d435[_0x3019c9(0x835)];return(_0x36f605?(_0x5c5558==null?void 0x0:_0x5c5558(_0xadbce7,_0x36f605))===!0x0:!0x1)||_0x23df9c(_0x5b93d9,_0xadbce7);},(_0x1e25cb==null?void 0x0:_0x1e25cb['id'])===(_0x4aae59==null?void 0x0:_0x4aae59[_0x3be48c(0x590)])?_0x1e25cb:null,_0x5064f8);},[_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x590)],_0x5c5558,_0x5064f8]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x36f4ed=_0x4b572c;var _0x36d5e8;let _0x10ec8e=_0x338fab[_0x36f4ed(0x835)],_0x546d73=(_0x10ec8e==null?void 0x0:_0x10ec8e[_0x36f4ed(0x7e7)](_0x36f4ed(0x350)))??((_0x36d5e8=_0x3d2032[_0x36f4ed(0x835)])==null?void 0x0:_0x36d5e8[_0x36f4ed(0x7e7)]('[data-embed-float-fullscreen-button]'));if(!(!_0x10ec8e||!_0x546d73))return _0x2ff2aa(_0x10ec8e,_0x546d73);},[]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x39a984=_0x4b572c;let _0x229cc3=_0x338fab['current'];if(!(_0x4aae59!=null&&_0x4aae59['embedId'])||!_0x229cc3||typeof document>'u')return;let _0x40d8c0=_0x3afed5({'activationService':_0x1158b6,'chrome':_0x3d2032['current'],'container':_0x229cc3,'embedId':_0x4aae59[_0x39a984(0x576)],'externalHostInteractionUntil':_0x3f1550,'floatingActiveService':_0x38bc27,'focusCoordinator':_0x1b48f7,'graceMs':0x28a,'hostUnitId':_0x4aae59[_0x39a984(0x672)],'interactionBoundaryService':_0x512a5d,'isExternalHostInteraction':_0x557659,'ownedPointerInteractionUntil':_0x2f74c6,'runtimeFocusOwners':_0x28dd3});return()=>_0x40d8c0[_0x39a984(0x3b7)]();},[_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59['hostUnitId'],_0x38bc27,_0x1b48f7,_0x512a5d,_0x557659]),(0x0,_0x725655['useEffect'])(()=>{const _0x5c02a6=_0x4b572c;var _0x2fcf2b;_0x3aa7c2!==_0x5c02a6(0x8bf)&&((_0x2fcf2b=_0x21aa90[_0x5c02a6(0x835)])==null||_0x2fcf2b['dispose'](),_0x21aa90[_0x5c02a6(0x835)]=void 0x0,_0x50a1eb(_0x4aae59==null?void 0x0:_0x4aae59[_0x5c02a6(0x576)],_0x26d834(_0x315bb2['current'],_0x55fee8[_0x5c02a6(0x835)],_0x4f8c1a['current'],_0x19b777[_0x5c02a6(0x835)],_0x5645aa[_0x5c02a6(0x835)])));},[_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x35d6dd=_0x4b572c;let _0x466106=_0xf31aa[_0x35d6dd(0x835)];if(!_0x466106||!(_0x4aae59!=null&&_0x4aae59['embedId'])||!_0x4aae59[_0x35d6dd(0x672)])return;let _0x587032=_0x18b358({'acquireStage2SessionLease':_0x26a974,'activationService':_0x1158b6,'data':{'childType':_0x5064f8,'childUnitId':_0x48963b,'embedId':_0x4aae59['embedId'],'hostAnchorId':_0x4aae59[_0x35d6dd(0x590)],'hostUnitId':_0x4aae59[_0x35d6dd(0x672)]},'embedModelService':_0x3f02ef,'enableStage1BodyDrag':_0x3f100f,'floatingActiveService':_0x38bc27,'gate':_0x466106,'interactionFlow':_0x4a22ed,'popupRoot':_0x5645aa['current'],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x25ae06});return()=>_0x587032[_0x35d6dd(0x3b7)]();},[_0x26a974,_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x590)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x3f02ef,_0x3f100f,_0x38bc27,_0x4a22ed,_0x25ae06,_0x5064f8,_0x48963b]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x2a3474=_0x4b572c;let _0x3d0ffd=_0x338fab[_0x2a3474(0x835)];if(!_0x3d0ffd||!_0x21f32d)return;let _0x45d44c=_0x21f32d(_0x3d0ffd);if(!_0x45d44c)return;let _0x516c90=_0x1e4437['register'](_0x45d44c,_0x3d0ffd);return()=>_0x516c90[_0x2a3474(0x3b7)]();},[_0x1e4437,_0x21f32d]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0xc4c57=_0x4b572c;let _0x28e95b=_0x338fab[_0xc4c57(0x835)],_0x877d3d=_0xf31aa['current'],_0x390942=_0x315bb2[_0xc4c57(0x835)];if(!_0x28e95b||!_0x877d3d||!_0x390942)return;let _0x46db01=_0x93f611({'container':_0x28e95b,'gate':_0x877d3d,'getChildContext':()=>_0x57d435[_0xc4c57(0x835)],'getStage':()=>_0x4aae59!=null&&_0x4aae59[_0xc4c57(0x576)]?_0x38bc27['getStage'](_0x4aae59[_0xc4c57(0x576)]):'inactive','hostScrollOffset':_0x4227bd,'hostWheelGestureService':_0x1e4437,'invalidate':_0x33526d=>_0x1038c1(_0x4477c6,_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x33526d,_0x1b98a4),'liveRoot':_0x390942,'onHostWheel':_0x35f1a6,'passiveViewportRegistry':_0x14ce1b,'passiveWheelHandlerRegistry':_0x107c44,'resizeDocsSheetLikeRendererByWheel':_0x1207fe,'routeHostGestures':!!_0x21f32d,'syncHostVerticalScroll':_0x34cc87,'viewScale':_0x2b0076});return()=>_0x46db01['dispose']();},[_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x2b0076,_0x38bc27,_0x4477c6,_0x1e4437,_0x14ce1b,_0x107c44,_0x1207fe,_0x21f32d,_0x35f1a6,_0x34cc87]),(0x0,_0x725655['useEffect'])(()=>()=>{const _0x518968=_0x4b572c;_0x1b98a4['current'][_0x518968(0x2f2)](_0x3d9ec0=>window[_0x518968(0x6b0)](_0x3d9ec0)),_0x1b98a4[_0x518968(0x835)]=[];},[]),(0x0,_0x725655['useEffect'])(()=>{const _0x3e34fe=_0x4b572c;let _0x331a4e=_0x315bb2['current'];if(!_0x331a4e)return;let _0x585389=_0x22ddda({'acquireStage2SessionLease':_0x26a974,'activationService':_0x1158b6,'data':{'childType':_0x5064f8,'childUnitId':_0x48963b,'embedId':_0x4aae59==null?void 0x0:_0x4aae59[_0x3e34fe(0x576)],'hostUnitId':_0x4aae59==null?void 0x0:_0x4aae59[_0x3e34fe(0x672)]},'embedModelService':_0x3f02ef,'floatingActiveService':_0x38bc27,'focusCoordinator':_0x1b48f7,'getRuntimeRoots':()=>_0x26d834(_0x4f8c1a['current'],_0x55fee8['current'],_0x19b777['current'],_0x5645aa['current'],_0x315bb2['current']),'interactionFlow':_0x4a22ed,'liveRoot':_0x331a4e,'popupRoot':_0x5645aa['current'],'releaseStage2SessionLeaseIfActivationDoesNotStick':_0x25ae06,'runtimeFocusOwners':_0x28dd3});return()=>_0x585389[_0x3e34fe(0x3b7)]();},[_0x26a974,_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59['embedId'],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x3f02ef,_0x38bc27,_0x1b48f7,_0x4a22ed,_0x25ae06,_0x5064f8,_0x48963b]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x3e83d1=_0x4b572c;let _0x191c56=_0x315bb2[_0x3e83d1(0x835)];if(!_0x191c56||!(_0x4aae59!=null&&_0x4aae59[_0x3e83d1(0x576)]))return;let _0x31d903=_0x3adebc({'data':{'childType':_0x4aae59[_0x3e83d1(0x23a)],'childUnitId':_0x4aae59[_0x3e83d1(0x27a)],'embedId':_0x4aae59[_0x3e83d1(0x576)],'hostUnitId':_0x4aae59['hostUnitId']},'floatingActiveService':_0x38bc27,'focusCoordinator':_0x1b48f7,'graceMs':0x28a,'interactionBoundaryService':_0x512a5d,'liveRoot':_0x191c56,'ownedPointerInteractionUntil':_0x2f74c6,'pointerLease':_0x21aa90,'verticalScrollOwner':_0x217916});return()=>_0x31d903[_0x3e83d1(0x3b7)]();},[_0x4aae59==null?void 0x0:_0x4aae59['childType'],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x27a)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],_0x38bc27,_0x1b48f7,_0x512a5d]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x407203=_0x4b572c;if(_0x3aa7c2!=='stage2'||_0x4a22ed!==_0x407203(0x8b9))return;let _0x3ba63d=_0x315bb2[_0x407203(0x835)];if(!_0x3ba63d)return;let _0x521833,_0xbdde6b=()=>_0x43feda(_0x26d834(_0x4f8c1a[_0x407203(0x835)],_0x55fee8['current'],_0x19b777[_0x407203(0x835)],_0x5645aa[_0x407203(0x835)],_0x315bb2[_0x407203(0x835)])),_0xe3455f=()=>{const _0x31691c=_0x407203;let _0x5e8abe=_0x3ba63d['ownerDocument']['activeElement'];return!_0x5e8abe||_0x5e8abe===_0xbdde6b()?!0x1:_0x26d834(_0x315bb2[_0x31691c(0x835)],_0x55fee8['current'],_0x4f8c1a['current'],_0x19b777[_0x31691c(0x835)],_0x5645aa[_0x31691c(0x835)])[_0x31691c(0x1c9)](_0xda0908=>_0xda0908[_0x31691c(0x691)](_0x5e8abe));},_0x4fd6c7=()=>{const _0x55b709=_0x407203;if(!_0xf2e310(_0x4aae59==null?void 0x0:_0x4aae59[_0x55b709(0x23a)],!0x0))return;let _0x19ad70=_0xbdde6b();if(_0x19ad70&&!_0x1b48f7[_0x55b709(0x3be)](_0x4aae59==null?void 0x0:_0x4aae59[_0x55b709(0x576)],{'ignoreOwners':_0x28dd3})&&!_0xe3455f()){if(_0x4aae59!=null&&_0x4aae59['hostUnitId']&&_0x4aae59[_0x55b709(0x576)]){let _0x486e14=_0x3f02ef['getDescriptor'](_0x4aae59[_0x55b709(0x672)],_0x4aae59['embedId']);(_0x486e14==null?void 0x0:_0x486e14[_0x55b709(0x27a)])!=null&&_0x486e14[_0x55b709(0x23a)]!=null&&_0x1158b6[_0x55b709(0x63d)](_0x486e14);}_0x19ad70[_0x55b709(0x80a)](_0x55b709(0x2c4))||(_0x19ad70['tabIndex']=-0x1),_0x19ad70['focus']({'preventScroll':!0x0});}};return _0x4fd6c7(),_0x521833=window[_0x407203(0x2e9)](()=>{_0x521833=void 0x0,_0x4fd6c7();}),()=>{const _0x58eb0b=_0x407203;_0x521833!=null&&(window[_0x58eb0b(0x6b0)](_0x521833),_0x521833=void 0x0);};},[_0x1158b6,_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x23a)],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x4aae59==null?void 0x0:_0x4aae59['hostUnitId'],_0x3f02ef,_0x1b48f7,_0x4a22ed,_0x3aa7c2]),(0x0,_0x725655[_0x4b572c(0x432)])(()=>{const _0x25b7cc=_0x4b572c;let _0x359fef=_0x338fab[_0x25b7cc(0x835)],_0xb54b2=_0x33eacc['current'];if(!_0x359fef||!_0xb54b2||typeof window>'u')return;let _0x5a0586=_0x3a5f7d({'collapseViewportHeight':_0x1c25f6==null?void 0x0:_0x1c25f6[_0x25b7cc(0x1ad)],'collapseWithoutChildScroll':(_0x4aae59==null?void 0x0:_0x4aae59[_0x25b7cc(0x23a)])===_0x414d24['UniverInstanceType'][_0x25b7cc(0x618)],'container':_0x359fef,'content':_0xb54b2,'contentHeight':_0x1c25f6==null?void 0x0:_0x1c25f6[_0x25b7cc(0x38c)],'enabled':_0x34cc87,'getChildContext':()=>_0x57d435['current'],'getProvider':_0x258278=>_0x14ce1b[_0x25b7cc(0x8ee)](_0x258278[_0x25b7cc(0x23a)],_0x258278[_0x25b7cc(0x447)]),'getStage':()=>_0x4aae59!=null&&_0x4aae59[_0x25b7cc(0x576)]?_0x38bc27[_0x25b7cc(0x3b9)](_0x4aae59[_0x25b7cc(0x576)]):_0x25b7cc(0x4d3),'hostLayout$':_0x3a1c13,'invalidate':()=>_0x4477c6[_0x25b7cc(0x3a1)]({'embedId':_0x4aae59==null?void 0x0:_0x4aae59['embedId'],'reason':_0x25b7cc(0x758)}),'offset':_0x4227bd,'onHostWheel':_0x35f1a6,'owner':_0x217916,'syncingChildFromHost':_0x5c8e80,'syncingHostFromChild':_0x8596f5,'viewScale':_0x2b0076,'viewportHeight':_0x1c25f6==null?void 0x0:_0x1c25f6['viewportHeight']});return()=>_0x5a0586[_0x25b7cc(0x3b7)]();},[_0x4aae59==null?void 0x0:_0x4aae59['childType'],_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],_0x1c25f6==null?void 0x0:_0x1c25f6['contentHeight'],_0x2b0076,_0x1c25f6==null?void 0x0:_0x1c25f6[_0x4b572c(0x1ad)],_0x1c25f6==null?void 0x0:_0x1c25f6[_0x4b572c(0x1fb)],_0x38bc27,_0x4477c6,_0x3a1c13,_0x22a40e,_0x14ce1b,_0x35f1a6,_0x34cc87]);let _0x96f43e=_0x3ecc87({'stage':_0x3aa7c2,'interactionFlow':_0x4a22ed}),_0x379a9c=_0x96f43e[_0x4b572c(0xe6)],_0xfcc401=_0x96f43e['passThroughInteractionGate'],_0xe9fe3e=_0x1c25f6?{'top':_0x1c25f6['floatingMenuInsetTop']*_0x2b0076,'left':-_0x5622c9*_0x2b0076,'width':(((_0x18de46==null?void 0x0:_0x18de46[_0x4b572c(0x257)])??0x1)+_0x5622c9)*_0x2b0076,'height':_0x1c25f6['viewportHeight']*_0x2b0076}:_0x1c4620?{'top':_0x1c4620[_0x4b572c(0x8f7)],'height':_0x4b572c(0x61e)+_0x1c4620['floatingMenuInsetTop']+_0x4b572c(0x724)}:void 0x0,_0x3daf54=_0x1c25f6?{'width':((_0x18de46==null?void 0x0:_0x18de46[_0x4b572c(0x257)])??0x1)+_0x5622c9,'height':_0x1c25f6[_0x4b572c(0x1fb)],'transform':_0x2b0076===0x1?void 0x0:'scale('+_0x2b0076+')','transformOrigin':_0x4b572c(0x12b)}:void 0x0,_0x5005c1=_0x1c25f6?{'left':0x0,'width':_0x4b572c(0x4d0),'height':_0x1c25f6['viewportHeight'],'minHeight':_0x1c25f6[_0x4b572c(0x1fb)]}:void 0x0;return(0x0,_0x5c0f5d['jsxs'])(_0x4b572c(0x5ff),{'ref':_0x338fab,'className':(0x0,_0x1f8b59['clsx'])(_0x4b572c(0x894),_0x3aa7c2===_0x4b572c(0x4d3)&&_0x5ab84f[_0x4b572c(0x83b)],_0x1c25f6&&_0x4b572c(0x26e)),'data-u-comp':'embed-float-dom','data-embed-float-dom':_0x4b572c(0x223),'data-embed-float-stage':_0x3aa7c2,'data-embed-id':_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],'data-embed-host-unit-id':_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x672)],'data-embed-host-anchor-id':_0x4aae59==null?void 0x0:_0x4aae59['hostAnchorId'],'data-embed-child-unit-id':_0x48963b,'data-embed-child-type':_0x5064f8,'data-embed-interaction-flow':_0x4a22ed,'children':[(0x0,_0x5c0f5d[_0x4b572c(0x49b)])(_0x4b572c(0x5ff),{'ref':_0x33eacc,'className':(0x0,_0x1f8b59[_0x4b572c(0x1dd)])('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',_0x1c25f6&&_0x4b572c(0x31f)),'data-u-comp':'embed-float-dom-content','data-embed-float-content':_0x4b572c(0x223),'style':_0xe9fe3e,'children':[(0x0,_0x5c0f5d[_0x4b572c(0x49b)])(_0x4b572c(0x5ff),{'ref':_0x315bb2,'className':(0x0,_0x1f8b59[_0x4b572c(0x1dd)])(_0x4b572c(0x8d6),_0x1c25f6&&_0x4b572c(0x1cf)),'data-u-comp':_0x4b572c(0x5fd),'data-embed-float-live':_0x4b572c(0x223),'style':_0x3daf54,'children':[(0x0,_0x5c0f5d['jsx'])('div',{'ref':_0x4f8c1a,'className':(0x0,_0x1f8b59[_0x4b572c(0x1dd)])(_0x4b572c(0x637),_0x211e46,_0x1c25f6&&'univer-pointer-events-auto',_0x379a9c&&'univer-pointer-events-none'),'data-u-comp':_0x4b572c(0xcb),'style':_0x5005c1,'data-embed-canvas-root':'true'}),(0x0,_0x5c0f5d[_0x4b572c(0x7ba)])(_0x4b572c(0x5ff),{'ref':_0x55fee8,'className':(0x0,_0x1f8b59['clsx'])('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',_0x379a9c&&_0x4b572c(0x26e)),'data-u-comp':_0x4b572c(0x1ac),'style':_0x5005c1,'data-embed-content-root':'true'})]}),(0x0,_0x5c0f5d[_0x4b572c(0x7ba)])('div',{'ref':_0xf31aa,'className':(0x0,_0x1f8b59[_0x4b572c(0x1dd)])(_0x4b572c(0x6d7),_0xfcc401&&_0x4b572c(0x26e)),'data-u-comp':_0x4b572c(0x196),'data-embed-float-interaction-gate':'true'}),_0x3aa7c2===_0x4b572c(0x4d3)&&(0x0,_0x5c0f5d[_0x4b572c(0x7ba)])(_0x5ab84f[_0x4b572c(0x7d2)],{'className':'univer-z-[21]'})]}),(0x0,_0x5c0f5d[_0x4b572c(0x49b)])(_0x4b572c(0x5ff),{'ref':_0x3d2032,'className':_0x4b572c(0x273),'data-u-comp':'embed-float-dom-chrome','data-embed-float-stage':_0x3aa7c2,'data-embed-id':_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)],'style':{'zIndex':_0x58d9f3??0x320},'children':[(0x0,_0x5c0f5d[_0x4b572c(0x7ba)])(_0x4b572c(0x5ff),{'ref':_0x19b777,'className':_0x4b572c(0x58d),'data-u-comp':_0x4b572c(0x5b4),'data-embed-overlay-root':'true'}),(0x0,_0x5c0f5d[_0x4b572c(0x7ba)])(_0x4b572c(0x5ff),{'ref':_0x5645aa,'className':'univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','data-u-comp':_0x4b572c(0x5bb),'data-embed-popup-root':_0x4b572c(0x223)}),(0x0,_0x5c0f5d[_0x4b572c(0x7ba)])(_0x32be9e,{'hostUnitId':_0x4aae59==null?void 0x0:_0x4aae59['hostUnitId'],'embedId':_0x4aae59==null?void 0x0:_0x4aae59[_0x4b572c(0x576)]})]})]});}function _0x536a57(_0x316814){const _0x540124=_0x19cb8f;let _0x48c729=_0x316814==null?void 0x0:_0x316814[_0x540124(0x463)]['ref'];if(_0x48c729)try{let _0x382fe9=typeof _0x48c729=='string'?(0x0,_0x5e7b5b['parseResourceRef'])(_0x48c729):_0x48c729;return{'childUnitId':_0x382fe9[_0x540124(0x362)][_0x540124(0x525)],'childType':(0x0,_0x5e7b5b[_0x540124(0x32e)])(_0x382fe9[_0x540124(0x362)][_0x540124(0x519)])};}catch{return;}}function _0x143bfe(_0x1757a2){const _0x1afb17=_0x19cb8f;var _0x234da9,_0x1e9a23;let _0xd85e2f=((_0x234da9=_0x1757a2[_0x1afb17(0x735)])==null?void 0x0:_0x234da9[_0x1afb17(0x41e)])||void 0x0;if(_0xd85e2f&&typeof _0xd85e2f==_0x1afb17(0x599)&&_0xd85e2f[_0x1afb17(0x447)])return _0xd85e2f[_0x1afb17(0x447)];let _0x28e1dd=((_0x1e9a23=_0x1757a2[_0x1afb17(0x735)])==null?void 0x0:_0x1e9a23[_0x1afb17(0x55a)])||void 0x0;return _0x28e1dd&&typeof _0x28e1dd=='object'&&_0x28e1dd[_0x1afb17(0x317)]?'tab-peer':void 0x0;}var _0x4501c8=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(..._0x583d62){const _0xb317e5=_0x19cb8f;super(..._0x583d62),_0x53835d(this,_0xb317e5(0x259),new Map()),_0x53835d(this,_0xb317e5(0x40e),new _0x61d5ff['Subject']()),_0x53835d(this,_0xb317e5(0x81c),this[_0xb317e5(0x40e)][_0xb317e5(0x26d)]());}[_0x19cb8f(0x586)](_0x400019){const _0x56ccb4=_0x19cb8f;return this[_0x56ccb4(0x259)]['set'](_0x400019[_0x56ccb4(0x23a)],_0x400019),(0x0,_0x414d24['toDisposable'])(()=>{const _0x10ae15=_0x56ccb4;this[_0x10ae15(0x259)]['get'](_0x400019[_0x10ae15(0x23a)])===_0x400019&&this[_0x10ae15(0x259)]['delete'](_0x400019[_0x10ae15(0x23a)]);});}[_0x19cb8f(0x8ee)](_0x2a2a64){const _0x10c7ea=_0x19cb8f;return this['_providers'][_0x10c7ea(0x8ee)](_0x2a2a64);}[_0x19cb8f(0x54b)](){const _0x175b17=_0x19cb8f;return[...this[_0x175b17(0x259)]['values']()];}[_0x19cb8f(0x5dd)](_0x296f4e){const _0x538bf4=_0x19cb8f;var _0x251d0a;return(_0x251d0a=this['get'](_0x296f4e[_0x538bf4(0x23a)]))==null?void 0x0:_0x251d0a['measureContentSize'](_0x296f4e);}['notifyContentSizeChanged'](_0x493b30,_0x402c74){const _0x5ef5ad=_0x19cb8f;this[_0x5ef5ad(0x40e)][_0x5ef5ad(0x665)]({'embedId':_0x402c74,'hostUnitId':_0x493b30});}[_0x19cb8f(0x3b7)](){const _0x51cabc=_0x19cb8f;this[_0x51cabc(0x259)][_0x51cabc(0x13a)](),this['_contentSizeChanged$'][_0x51cabc(0x75d)](),super[_0x51cabc(0x3b7)]();}};let _0x2bfe15=class{constructor(_0x2ef0e5){const _0xfcd730=_0x19cb8f;this[_0xfcd730(0x7db)]=_0x2ef0e5,_0x53835d(this,_0xfcd730(0x76d),new Map());}[_0x19cb8f(0x296)](_0x4edd6b,_0x28fe6f){const _0x468046=_0x19cb8f;if(this[_0x468046(0x76d)][_0x468046(0x8f1)](_0x4edd6b[_0x468046(0x576)]))throw Error(_0x468046(0x36f)+_0x4edd6b[_0x468046(0x576)]);let _0x3f2bb4=this['_mountService'][_0x468046(0x443)](_0x4edd6b[_0x468046(0x576)]),_0x4263d4=_0x3f2bb4!=null&&_0x3f2bb4[_0x468046(0x585)]?this[_0x468046(0x31c)](_0x3f2bb4,_0x28fe6f):this[_0x468046(0x550)](_0x4edd6b,_0x28fe6f);return this[_0x468046(0x76d)]['set'](_0x4edd6b[_0x468046(0x576)],_0x4263d4),{'session':_0x4263d4['session'],'ownsSession':_0x4263d4['ownsSession'],'dispose':()=>{const _0x391471=_0x468046;this['_leases'][_0x391471(0x8ee)](_0x4edd6b[_0x391471(0x576)])===_0x4263d4&&(this[_0x391471(0x76d)][_0x391471(0x4f4)](_0x4edd6b[_0x391471(0x576)]),_0x4263d4[_0x391471(0x3b7)]());}};}[_0x19cb8f(0x31c)](_0x423cb0,_0x4c4a73){const _0x9460b0=_0x19cb8f;let _0x210318=_0x36d091(_0x423cb0);if(_0x210318[_0x9460b0(0x716)]===0x0)throw Error(_0x9460b0(0x633)+_0x423cb0['embedId']);let _0x554f38=_0x210318[_0x9460b0(0x4da)](_0x21530b=>{const _0x4ea686=_0x9460b0;let _0x54b443=_0x21530b['parentNode'];if(!_0x54b443)throw Error(_0x4ea686(0x666)+_0x423cb0[_0x4ea686(0x576)]);return{'node':_0x21530b,'originalParent':_0x54b443,'placeholder':document[_0x4ea686(0x3d4)]('embed-runtime-host-lease')};});return _0x554f38[_0x9460b0(0x2f2)](({node:_0x475613,originalParent:_0x4a43c9,placeholder:_0x2e29c9})=>{const _0x11831a=_0x9460b0;_0x4a43c9[_0x11831a(0xaf)](_0x2e29c9,_0x475613);}),_0x4c4a73[_0x9460b0(0x578)](..._0x210318),{'session':_0x423cb0,'ownsSession':!0x1,'dispose':()=>{const _0x8fd65=_0x9460b0;if(this[_0x8fd65(0x7db)][_0x8fd65(0x443)](_0x423cb0[_0x8fd65(0x576)])!==_0x423cb0){_0x554f38[_0x8fd65(0x2f2)](({node:_0x2ca0ac,placeholder:_0x38503a})=>{const _0x13715b=_0x8fd65;_0x2ca0ac[_0x13715b(0x7b3)](),_0x38503a['remove']();});return;}_0x554f38[_0x8fd65(0x2f2)](({node:_0x1abb5e,originalParent:_0x3c90c8,placeholder:_0x154b98})=>{const _0x3eae1f=_0x8fd65;if(_0x154b98['parentNode']){_0x154b98[_0x3eae1f(0x5ed)](_0x1abb5e);return;}_0x3c90c8['appendChild'](_0x1abb5e);});}};}[_0x19cb8f(0x550)](_0x46348b,_0x5915d7){const _0x5cb5f4=_0x19cb8f;let _0x1fd80b=this[_0x5cb5f4(0x7db)][_0x5cb5f4(0xc7)](_0x46348b,_0x5915d7);return{'session':_0x1fd80b,'ownsSession':!0x0,'dispose':()=>{const _0x177237=_0x5cb5f4;this[_0x177237(0x7db)][_0x177237(0x443)](_0x46348b[_0x177237(0x576)])===_0x1fd80b&&this[_0x177237(0x7db)][_0x177237(0x1dc)](_0x46348b[_0x177237(0x576)]);}};}};_0x2bfe15=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x1a9e2a))],_0x2bfe15);function _0x36d091(_0x38d4ba){const _0x14607f=_0x19cb8f;let _0x15e649=_0x38d4ba[_0x14607f(0x585)];if(!_0x15e649)return[];let _0xc5267e=_0x15e649['renderScope'][_0x14607f(0x89e)],_0x4dcf65=new Set([_0x15e649['runtimeScope'][_0x14607f(0x6f8)][_0x14607f(0x2e6)],_0x15e649['runtimeScope']['roots'][_0x14607f(0x38b)],_0x15e649[_0x14607f(0x17b)][_0x14607f(0x6f8)]['popup']]);return _0x15e649[_0x14607f(0x17b)][_0x14607f(0x6f8)][_0x14607f(0x209)]&&_0x4dcf65[_0x14607f(0x70a)](_0x15e649['runtimeScope'][_0x14607f(0x6f8)][_0x14607f(0x209)]),_0x15e649[_0x14607f(0x17b)]['roots'][_0x14607f(0x86f)]&&_0x4dcf65[_0x14607f(0x70a)](_0x15e649['runtimeScope'][_0x14607f(0x6f8)][_0x14607f(0x86f)]),_0x15e649['runtimeScope']['roots'][_0x14607f(0x106)]&&_0x4dcf65['add'](_0x15e649[_0x14607f(0x17b)][_0x14607f(0x6f8)][_0x14607f(0x106)]),_0x4dcf65[_0x14607f(0x4f4)](_0xc5267e),Array[_0x14607f(0x7d3)](_0xc5267e['children'])[_0x14607f(0x1d4)](_0x32b512=>_0x32b512 instanceof HTMLElement&&[..._0x4dcf65][_0x14607f(0x1c9)](_0x1bf57e=>_0x32b512===_0x1bf57e||_0x32b512[_0x14607f(0x691)](_0x1bf57e)));}let _0x41e367=0x3e8;function _0x40118a(_0x12ea97,_0x42741a){const _0xef3767=_0x19cb8f;return{'childType':_0x42741a[_0xef3767(0x23a)],'collectViewState':()=>void 0x0,'restoreViewState':()=>void 0x0,'renderPreview':_0x93a72c=>_0x218db1(_0x12ea97,_0x42741a['renderManagerService'],_0x93a72c)};}async function _0x218db1(_0x1b9ff7,_0x40d072,_0x35d0d2){const _0x303cd7=_0x19cb8f;let _0xdcd181=_0x1b9ff7[_0x303cd7(0x8ee)](_0x40d072),_0x332968=await _0x139ac8(_0xdcd181,_0x35d0d2);if(_0x332968)return _0x332968;if(!_0x35d0d2['context']){let _0x1722b7=_0xdcd181[_0x303cd7(0x4a0)](_0x35d0d2[_0x303cd7(0x27a)]);if(_0x1722b7){let _0x4f5ee7=await _0x3438ee(_0x1722b7,_0x35d0d2);if(_0x4f5ee7)return _0x4f5ee7;}}let _0xb71526=await _0x350741(_0x1b9ff7,_0x35d0d2);return _0xb71526===null?_0x28ce79(_0x1b9ff7,_0xdcd181,_0x35d0d2):_0xb71526;}async function _0x139ac8(_0x11a78e,_0x1b4fac){const _0x17dad2=_0x19cb8f;if(!_0x1b4fac['context'])return;let _0x299571=_0x1b4fac[_0x17dad2(0x225)]===_0x17dad2(0x7de)?_0x418969(_0x1b4fac[_0x17dad2(0x585)]):void 0x0;try{_0x1b4fac[_0x17dad2(0x225)]==='print'&&await _0x12a0a5(_0x1b4fac[_0x17dad2(0x23a)]);let _0xc96cca=_0x11a78e[_0x17dad2(0x4a0)](_0x1b4fac[_0x17dad2(0x27a)]);return _0xc96cca&&await _0x3088b0(_0xc96cca,!0x1,_0x436dda(_0x1b4fac['context'])),_0x2749ee(_0x1b4fac[_0x17dad2(0x585)]);}finally{_0x299571==null||_0x299571();}}async function _0x350741(_0xed3219,_0xb6e9ed){const _0x3be7c1=_0x19cb8f;if(_0x338453(_0xb6e9ed)!=='tab-peer'||!_0xed3219[_0x3be7c1(0x8f1)](_0x2bfe15))return null;if(typeof document>'u')return;let _0xf5da12=_0x4176b0(_0xb6e9ed),_0x5b8a09;try{_0x5b8a09=_0xed3219[_0x3be7c1(0x8ee)](_0x2bfe15)[_0x3be7c1(0x296)]({..._0xb6e9ed[_0x3be7c1(0x58f)],'mode':_0x3be7c1(0x2fb)},_0xf5da12);let _0xe04c60=_0x5b8a09[_0x3be7c1(0x1d2)][_0x3be7c1(0x585)];if(!_0xe04c60)return;let _0x389448=_0xb6e9ed[_0x3be7c1(0x225)]===_0x3be7c1(0x7de)?_0x418969(_0xe04c60):void 0x0;try{return _0xb6e9ed[_0x3be7c1(0x225)]===_0x3be7c1(0x7de)&&await _0x12a0a5(_0xb6e9ed['childType']),await _0x22ed37(_0xe04c60),_0x2749ee(_0xe04c60);}finally{_0x389448==null||_0x389448();}}catch{return;}finally{_0x5b8a09==null||_0x5b8a09[_0x3be7c1(0x3b7)](),_0xf5da12['remove']();}}async function _0x28ce79(_0x2a10c9,_0x1b657a,_0x4aa80d){const _0x31f6bc=_0x19cb8f;var _0x51ed4e,_0x92c0a5;if(typeof document>'u')return;let _0x2d094c=_0x4176b0(_0x4aa80d),_0x4126c1=(_0x51ed4e=_0x4aa80d['context'])!=null&&(_0x51ed4e=_0x51ed4e[_0x31f6bc(0x17b)])!=null&&_0x51ed4e[_0x31f6bc(0x412)]?void 0x0:_0x4aacd2(_0x155a05(_0x2a10c9,_0x4aa80d,_0x2d094c)),_0x25c7f2=((_0x92c0a5=_0x4aa80d['context'])==null||(_0x92c0a5=_0x92c0a5[_0x31f6bc(0x17b)])==null?void 0x0:_0x92c0a5[_0x31f6bc(0x412)])??_0x4126c1,_0x25f5cc=_0x2ffcac(_0x1b657a,_0x4aa80d[_0x31f6bc(0x27a)],_0x25c7f2);if(!_0x25f5cc){_0x4126c1==null||_0x4126c1[_0x31f6bc(0x3b7)](),_0x2d094c['remove']();return;}return _0x42335a(_0x1b657a,_0x4aa80d[_0x31f6bc(0x27a)],_0x25f5cc,_0x4126c1,_0x2d094c,_0x4aa80d);}async function _0x42335a(_0x330444,_0x4bc532,_0x3fea68,_0x161794,_0x2ec91c,_0x2e4f5c){const _0x258eea=_0x19cb8f;let _0x578eca;try{return _0x3fea68[_0x258eea(0x266)][_0x258eea(0x65a)](_0x2ec91c),_0x2e4f5c[_0x258eea(0x225)]===_0x258eea(0x7de)&&(_0x578eca=_0x42b92c(_0x3fea68,[_0x2ec91c]),await _0x12a0a5(_0x2e4f5c['childType'])),await _0x3088b0(_0x3fea68,!0x0),_0x5af842(_0x3fea68);}catch{return;}finally{_0x578eca==null||_0x578eca();try{var _0x4b5bbf,_0x2137c8;(_0x4b5bbf=(_0x2137c8=_0x3fea68['engine'])[_0x258eea(0x1dc)])==null||_0x4b5bbf['call'](_0x2137c8);}catch{}if(_0x161794){var _0x4a91b0;(_0x4a91b0=_0x330444['removeRender'])==null||_0x4a91b0['call'](_0x330444,_0x4bc532),_0x161794['dispose']();}_0x2ec91c[_0x258eea(0x7b3)]();}}async function _0x3438ee(_0x535b7a,_0x362b30){const _0x1b3117=_0x19cb8f;let _0x5bcf8e=_0x362b30[_0x1b3117(0x225)]===_0x1b3117(0x7de)?_0x42b92c(_0x535b7a):void 0x0;try{return _0x362b30[_0x1b3117(0x225)]===_0x1b3117(0x7de)&&await _0x12a0a5(_0x362b30[_0x1b3117(0x23a)]),_0x5af842(_0x535b7a);}finally{_0x5bcf8e==null||_0x5bcf8e();}}function _0x5af842(_0x3a412e){const _0x4d385b=_0x19cb8f;var _0x50757d,_0x1a1d80,_0x194fb5,_0x1475b7,_0x97cf0e;let _0xf41b12=((_0x50757d=(_0x1a1d80=_0x3a412e[_0x4d385b(0x266)])[_0x4d385b(0x51d)])==null?void 0x0:_0x50757d['call'](_0x1a1d80))??((_0x194fb5=(_0x1475b7=_0x3a412e[_0x4d385b(0x266)])['getCanvas'])==null||(_0x194fb5=_0x194fb5[_0x4d385b(0x353)](_0x1475b7))==null||(_0x97cf0e=_0x194fb5[_0x4d385b(0x488)])==null?void 0x0:_0x97cf0e[_0x4d385b(0x353)](_0x194fb5));if(!(!_0xf41b12||_0xf41b12[_0x4d385b(0x597)]<=0x1||_0xf41b12[_0x4d385b(0x101)]<=0x1||typeof _0xf41b12[_0x4d385b(0x3b6)]!='function'))return _0xf41b12[_0x4d385b(0x3b6)]('image/png');}async function _0x22ed37(_0x4e1808,_0x37eb82=!0x1){const _0x1aa10c=_0x19cb8f;try{var _0x51d2c8;let _0x1244db=(((_0x51d2c8=_0x4e1808['runtimeScope'])==null?void 0x0:_0x51d2c8[_0x1aa10c(0x412)])??_0x4e1808[_0x1aa10c(0x412)])[_0x1aa10c(0x8ee)](_0x1ed905[_0x1aa10c(0x3ba)]),_0x34b203=Date[_0x1aa10c(0x5a8)]()+_0x41e367,_0xf067dc=await _0x45de4c(_0x1244db,_0x4e1808[_0x1aa10c(0x27a)],_0x34b203);_0xf067dc&&(_0x37eb82&&(_0xf067dc[_0x1aa10c(0x89a)]['makeDirty'](!0x0),await Promise[_0x1aa10c(0x5d4)]([_0xf067dc[_0x1aa10c(0x89a)][_0x1aa10c(0x49f)](),new Promise(_0x5b57f7=>globalThis[_0x1aa10c(0x4bc)](_0x5b57f7,Math[_0x1aa10c(0x2ad)](0x0,_0x34b203-Date[_0x1aa10c(0x5a8)]())))])),await _0x3088b0(_0xf067dc,!0x1,_0x436dda(_0x4e1808),_0x34b203));}catch{}}async function _0x45de4c(_0x28ec3c,_0x51f3de,_0x2dea4b){const _0x16620b=_0x19cb8f;let _0x2f9c95=_0x28ec3c[_0x16620b(0x4a0)](_0x51f3de);if(_0x2f9c95)return _0x2f9c95;let _0x5ae991=_0x28ec3c['created$'];if(!(!_0x5ae991||typeof _0x5ae991['subscribe']!=_0x16620b(0x697)))return new Promise(_0x323c26=>{const _0x605854=_0x16620b;let _0x3cd6d1=!0x1,_0x4c7020,_0x30f201,_0x48f9d0=_0x374679=>{const _0x1bb536=_0x41b8;_0x3cd6d1||(_0x3cd6d1=!0x0,_0x4c7020!==void 0x0&&globalThis[_0x1bb536(0x547)](_0x4c7020),_0x30f201==null||_0x30f201[_0x1bb536(0x333)](),_0x323c26(_0x374679));},_0x25bda4=_0x5ae991[_0x605854(0x132)](_0x25d2fa=>{const _0x191c30=_0x605854;_0x25d2fa[_0x191c30(0x448)]===_0x51f3de&&_0x48f9d0(_0x25d2fa);});if(_0x30f201=_0x25bda4,_0x3cd6d1){_0x25bda4[_0x605854(0x333)]();return;}let _0x39d762=_0x28ec3c[_0x605854(0x4a0)](_0x51f3de);if(_0x39d762){_0x48f9d0(_0x39d762);return;}_0x4c7020=globalThis[_0x605854(0x4bc)](()=>_0x48f9d0(_0x28ec3c[_0x605854(0x4a0)](_0x51f3de)??void 0x0),Math[_0x605854(0x2ad)](0x0,_0x2dea4b-Date[_0x605854(0x5a8)]()));});}async function _0x3088b0(_0x5bfefd,_0x436c9b,_0x343b59=!0x0,_0x3b89fa=Date['now']()+_0x41e367){const _0x2221bb=_0x19cb8f;await _0x85c8d4(_0x3b89fa);let _0x5ba8e5=_0x5bfefd['scene'][_0x2221bb(0x6a6)];if(!_0x5ba8e5){_0x436c9b&&_0x4c745b(_0x5bfefd,{'activate':!0x1});return;}await new Promise(_0x5b0bac=>{const _0x2f98be=_0x2221bb;let _0x53f6d2=!0x1,_0x5780fb,_0x10cb1c,_0x13aaf3,_0xd4b72a=()=>{const _0x389fe8=_0x41b8;_0x53f6d2||(_0x53f6d2=!0x0,_0x5780fb!==void 0x0&&globalThis[_0x389fe8(0x547)](_0x5780fb),_0x10cb1c!==void 0x0&&globalThis[_0x389fe8(0x547)](_0x10cb1c),_0x13aaf3==null||_0x13aaf3[_0x389fe8(0x333)](),_0x5b0bac());},_0x203556=()=>{const _0x8c3497=_0x41b8;_0x5780fb!==void 0x0&&globalThis[_0x8c3497(0x547)](_0x5780fb),_0x5780fb=globalThis[_0x8c3497(0x4bc)](_0xd4b72a,0xa0);};_0x13aaf3=_0x5ba8e5['subscribe'](_0x5cc7f4=>{_0x5cc7f4&&_0x203556();}),_0x10cb1c=globalThis[_0x2f98be(0x4bc)](_0xd4b72a,Math[_0x2f98be(0x2ad)](0x0,_0x3b89fa-Date['now']()));try{_0x436c9b&&_0x4c745b(_0x5bfefd,{'activate':!0x1}),(_0x436c9b||_0x343b59)&&_0x203556();}catch{_0xd4b72a();}});}function _0x4176b0(_0x40c31d){const _0x4ae366=_0x19cb8f;let _0x5ae133=document[_0x4ae366(0x3a6)]('div');return _0x5ae133['style'][_0x4ae366(0x84e)]='fixed',_0x5ae133['style'][_0x4ae366(0x3b4)]=_0x4ae366(0x65b),_0x5ae133[_0x4ae366(0x163)][_0x4ae366(0x678)]='-100000px',_0x5ae133[_0x4ae366(0x163)][_0x4ae366(0x597)]=Math['max'](0x1,Math[_0x4ae366(0x71b)](_0x40c31d['width']))+'px',_0x5ae133[_0x4ae366(0x163)]['height']=Math[_0x4ae366(0x2ad)](0x1,Math['round'](_0x40c31d['height']))+'px',_0x5ae133[_0x4ae366(0x163)]['pointerEvents']=_0x4ae366(0x489),document['body'][_0x4ae366(0x46f)](_0x5ae133),_0x5ae133;}function _0x436dda(_0x14ec94){const _0x1f19f2=_0x19cb8f;var _0x127ed5,_0x4a46ed,_0x57c781;return[(_0x127ed5=_0x14ec94['renderScope'])==null?void 0x0:_0x127ed5[_0x1f19f2(0x24d)],(_0x4a46ed=_0x14ec94[_0x1f19f2(0x84f)])==null?void 0x0:_0x4a46ed['contentRoot'],(_0x57c781=_0x14ec94[_0x1f19f2(0x84f)])==null?void 0x0:_0x57c781[_0x1f19f2(0x89e)]][_0x1f19f2(0x1d4)](_0x7b5e31=>!!_0x7b5e31)[_0x1f19f2(0x1c9)](_0x445773=>Array[_0x1f19f2(0x7d3)](_0x445773[_0x1f19f2(0x24e)]('canvas'))['some'](_0x33470c=>_0x33470c[_0x1f19f2(0x597)]>0x1&&_0x33470c[_0x1f19f2(0x101)]>0x1));}async function _0x85c8d4(_0x1828f8){const _0x2a2608=_0x19cb8f;if(typeof document>'u'||!document[_0x2a2608(0x321)]||document[_0x2a2608(0x321)][_0x2a2608(0x719)]!=='loading')return;let _0x93407;try{await Promise[_0x2a2608(0x5d4)]([document['fonts'][_0x2a2608(0x13f)]['then'](()=>void 0x0,()=>void 0x0),new Promise(_0x2efc4c=>{const _0x24b259=_0x2a2608;_0x93407=globalThis[_0x24b259(0x4bc)](_0x2efc4c,Math['max'](0x0,_0x1828f8-Date['now']()));})]);}finally{_0x93407!==void 0x0&&globalThis['clearTimeout'](_0x93407);}}function _0x155a05(_0x3c41d3,_0x502e95,_0xdaac94){const _0x3bbad8=_0x19cb8f;let _0x37d2b1=_0x338453(_0x502e95),_0x3f7597=_0x37d2b1==='tab-peer',_0x1e2b7c=()=>{};return{'descriptor':_0x502e95['descriptor'],'layout':_0x37d2b1,'injector':_0x3c41d3,'hostElement':_0xdaac94,'container':_0xdaac94,'hostUnitId':_0x502e95[_0x3bbad8(0x58f)][_0x3bbad8(0x672)],'embedId':_0x502e95[_0x3bbad8(0x58f)]['embedId'],'childUnitId':_0x502e95[_0x3bbad8(0x27a)],'childType':_0x502e95[_0x3bbad8(0x23a)],'renderScope':{'hostUnitId':_0x502e95[_0x3bbad8(0x58f)][_0x3bbad8(0x672)],'hostAnchorId':_0x502e95['descriptor']['hostAnchorId'],'embedId':_0x502e95[_0x3bbad8(0x58f)][_0x3bbad8(0x576)],'childUnitId':_0x502e95['childUnitId'],'childType':_0x502e95[_0x3bbad8(0x23a)],'layout':_0x37d2b1,'mode':_0x3f7597?'tab':'float','rootElement':_0xdaac94,'contentRoot':_0xdaac94,'canvasRoot':_0xdaac94,'active$':(0x0,_0x61d5ff['of'])(!0x1)},'runtimeScope':{'descriptor':_0x502e95[_0x3bbad8(0x58f)],'host':{'unitId':_0x502e95[_0x3bbad8(0x58f)][_0x3bbad8(0x672)],'type':_0x502e95['descriptor']['hostType'],'anchorId':_0x502e95[_0x3bbad8(0x58f)][_0x3bbad8(0x590)],'entry':_0x502e95[_0x3bbad8(0x58f)][_0x3bbad8(0x3a2)],'layout':_0x3f7597?_0x3bbad8(0x801):_0x3bbad8(0x21d)},'child':{'unitId':_0x502e95[_0x3bbad8(0x27a)],'type':_0x502e95[_0x3bbad8(0x23a)]},'injector':_0x3c41d3,'roots':{'root':_0xdaac94,'content':_0xdaac94,'canvas':_0xdaac94,'overlay':_0xdaac94,'popup':_0xdaac94},'activate':_0x1e2b7c,'deactivate':_0x1e2b7c,'dispose':_0x1e2b7c}};}function _0x338453(_0x4b5968){const _0x3dec9d=_0x19cb8f;var _0x168163,_0x5d9fd6,_0x8806fc;let _0x187a33=(_0x168163=_0x4b5968[_0x3dec9d(0x58f)][_0x3dec9d(0x735)])==null?void 0x0:_0x168163[_0x3dec9d(0x41e)];if(_0x187a33&&typeof _0x187a33=='object'&&typeof _0x187a33[_0x3dec9d(0x447)]=='string')return _0x187a33[_0x3dec9d(0x447)];let _0x3d1478=(_0x5d9fd6=_0x4b5968[_0x3dec9d(0x58f)][_0x3dec9d(0x735)])==null?void 0x0:_0x5d9fd6[_0x3dec9d(0x55a)];return _0x4b5968[_0x3dec9d(0x58f)][_0x3dec9d(0x3a2)]===_0x5e7b5b['EmbedHostEntryEnum']['SheetsSheetTab']||_0x4b5968[_0x3dec9d(0x58f)][_0x3dec9d(0x3a2)]===_0x5e7b5b[_0x3dec9d(0x322)]['BasesTableListBlock']||_0x4b5968['descriptor'][_0x3dec9d(0x3a2)]===_0x5e7b5b[_0x3dec9d(0x322)][_0x3dec9d(0x7a9)]||_0x3d1478&&typeof _0x3d1478==_0x3dec9d(0x599)&&_0x3d1478[_0x3dec9d(0x317)]?'tab-peer':((_0x8806fc=_0x4b5968[_0x3dec9d(0x585)])==null?void 0x0:_0x8806fc['layout'])??_0x3dec9d(0x73f);}let _0x873be1=0x640,_0x37a527=0x4b0,_0x40675c=0x7fff,_0x2f6bca=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x1800b6,_0x41bf88,_0x72e31f,_0x1dd188,_0x334f3d,_0x1e1811,_0x58aaaa,_0x424f8c,_0x4418c6,_0x156e63,_0x15bb85,_0x179379){const _0x2de5d9=_0x19cb8f;super(),this[_0x2de5d9(0x7bb)]=_0x1800b6,this[_0x2de5d9(0xf8)]=_0x41bf88,this[_0x2de5d9(0x1d7)]=_0x72e31f,this[_0x2de5d9(0x4e8)]=_0x1dd188,this[_0x2de5d9(0x7cd)]=_0x334f3d,this['_mountService']=_0x1e1811,this['_contentSizeRegistry']=_0x58aaaa,this[_0x2de5d9(0x701)]=_0x424f8c,this[_0x2de5d9(0x879)]=_0x4418c6,this['_univerInstanceService']=_0x156e63,this[_0x2de5d9(0x6e8)]=_0x15bb85,this[_0x2de5d9(0x4cd)]=_0x179379,_0x53835d(this,_0x2de5d9(0x887),new Map());}async[_0x19cb8f(0x8e6)](_0x407826){const _0x4a1908=_0x19cb8f;var _0x432dfc,_0x2628a6;let _0xaa85e=_0x407826[_0x4a1908(0x357)]===_0x414d24[_0x4a1908(0x4ed)][_0x4a1908(0x833)]?this['_univerInstanceService'][_0x4a1908(0xf7)](_0x407826[_0x4a1908(0x448)],_0x414d24[_0x4a1908(0x4ed)][_0x4a1908(0x833)]):void 0x0,_0x558248=_0xaa85e==null||(_0x432dfc=_0xaa85e[_0x4a1908(0x47b)]['getActiveSlide']())==null?void 0x0:_0x432dfc[_0x4a1908(0x69a)](),_0x2c9af4=_0x407826[_0x4a1908(0x357)]===_0x414d24['UniverInstanceType'][_0x4a1908(0x520)]?(_0x2628a6=this[_0x4a1908(0x123)][_0x4a1908(0xf7)](_0x407826[_0x4a1908(0x448)],_0x414d24['UniverInstanceType']['UNIVER_SHEET']))==null||(_0x2628a6=_0x2628a6[_0x4a1908(0x813)](!0x0))==null?void 0x0:_0x2628a6[_0x4a1908(0x648)]():void 0x0;try{this['_clearHost'](_0x407826['unitId']);let _0x3c8fcd=this[_0x4a1908(0x7bb)][_0x4a1908(0x4de)](_0x407826[_0x4a1908(0x448)])[_0x4a1908(0x1d4)](_0x4e8837=>_0x4e8837['hostType']===_0x407826[_0x4a1908(0x357)]);for(let _0xb37fc6 of _0x3c8fcd)await this[_0x4a1908(0x7b5)](_0xb37fc6,_0x407826),await this['_activateSlidePageForPrint'](_0xb37fc6,_0x407826),await this[_0x4a1908(0x494)](_0xb37fc6,_0x407826);}finally{_0x2c9af4&&this[_0x4a1908(0x879)][_0x4a1908(0x289)](_0x3733e3['SetWorksheetActiveOperation']['id'],{'unitId':_0x407826[_0x4a1908(0x448)],'subUnitId':_0x2c9af4}),_0x558248&&(_0xaa85e==null||_0xaa85e[_0x4a1908(0x47b)]['setActiveSlide'](_0x558248)),this[_0x4a1908(0x123)][_0x4a1908(0x601)](_0x407826[_0x4a1908(0x448)]),this[_0x4a1908(0x123)]['focusUnit'](_0x407826['unitId']);}}[_0x19cb8f(0x612)](_0x36f65e,_0x5c72ec){const _0x1623e4=_0x19cb8f;var _0x17338d;return(_0x17338d=this[_0x1623e4(0x899)](_0x36f65e,_0x5c72ec))==null?void 0x0:_0x17338d[_0x1623e4(0x463)];}['getResource'](_0x449995,_0x32d771){const _0x2e4019=_0x19cb8f;return this['_resources'][_0x2e4019(0x8ee)](this[_0x2e4019(0x544)](_0x449995,_0x32d771));}async[_0x19cb8f(0x7b5)](_0x4beed2,_0x5b8657){const _0x4cd663=_0x19cb8f;var _0x374341;if(_0x5b8657[_0x4cd663(0x357)]!==_0x414d24[_0x4cd663(0x4ed)][_0x4cd663(0x520)]||_0x4beed2[_0x4cd663(0x3a2)]!==_0x5e7b5b[_0x4cd663(0x322)]['SheetsSheetTab']||this[_0x4cd663(0x879)]['syncExecuteCommand'](_0x3733e3[_0x4cd663(0x7dd)]['id'],{'unitId':_0x4beed2[_0x4cd663(0x672)],'subUnitId':_0x4beed2['hostAnchorId']})===!0x1)return;let _0x592ab0=Date[_0x4cd663(0x5a8)]()+0x1388;for(;!((_0x374341=this[_0x4cd663(0x7db)]['getSession'](_0x4beed2['embedId']))!=null&&_0x374341[_0x4cd663(0x585)])&&Date['now']()<_0x592ab0;)await new Promise(_0x5a8025=>window[_0x4cd663(0x4bc)](_0x5a8025,0x10));}async['_activateSlidePageForPrint'](_0x109e7a,_0x4bc1eb){const _0x394550=_0x19cb8f;var _0x246c96;if(_0x4bc1eb[_0x394550(0x357)]!==_0x414d24[_0x394550(0x4ed)][_0x394550(0x833)]||_0x109e7a[_0x394550(0x3a2)]!==_0x5e7b5b[_0x394550(0x322)]['SlidesPageListBlock'])return;this[_0x394550(0x1d7)][_0x394550(0x37f)]({'descriptor':_0x109e7a,'embedId':_0x109e7a['embedId'],'entry':_0x109e7a[_0x394550(0x3a2)],'hostAnchorId':_0x109e7a['hostAnchorId'],'hostType':_0x109e7a[_0x394550(0x2b7)],'hostUnitId':_0x109e7a['hostUnitId']});let _0x47b391=Date[_0x394550(0x5a8)]()+0x1388;for(;!((_0x246c96=this[_0x394550(0x7db)][_0x394550(0x443)](_0x109e7a[_0x394550(0x576)]))!=null&&_0x246c96[_0x394550(0x585)])&&Date[_0x394550(0x5a8)]()<_0x47b391;)await new Promise(_0x14bc76=>window['setTimeout'](_0x14bc76,0x10));}async['_prepareDescriptor'](_0x47a125,_0x50a567){const _0x2d52a2=_0x19cb8f;let _0x5ed055=_0x275679(this[_0x2d52a2(0x7cd)][_0x2d52a2(0x7bd)](_0x47a125[_0x2d52a2(0x23a)]),_0x47a125);if(_0x5ed055)try{var _0x22961f,_0x5c459d;let _0x425b02=await this['_restoreService'][_0x2d52a2(0x34c)]({'descriptor':_0x47a125});if(!_0x425b02[_0x2d52a2(0x27a)]){_0x5a733c(_0x425b02,_0x2d52a2(0x14a)+_0x425b02[_0x2d52a2(0x576)]);return;}let _0x3eabff=(_0x22961f=this[_0x2d52a2(0x7db)][_0x2d52a2(0x443)](_0x425b02[_0x2d52a2(0x576)]))==null?void 0x0:_0x22961f[_0x2d52a2(0x585)],_0x51cb04=await this[_0x2d52a2(0x52f)](_0x425b02['embedId'],_0x5ed055,_0x3eabff),_0x22e0a8=this[_0x2d52a2(0x792)](_0x425b02,_0x3eabff),_0x94b1f0=await this[_0x2d52a2(0x702)](_0x425b02,_0x3eabff,_0x22e0a8,_0x50a567['dpr']),_0x1e3ef9=_0x94b1f0?void 0x0:await this['_renderMountedScene'](_0x425b02,_0x3eabff,_0x22e0a8,_0x50a567[_0x2d52a2(0x39b)]),_0x3a150e=_0x94b1f0??(_0x1e3ef9==null?void 0x0:_0x1e3ef9[_0x2d52a2(0x209)])??await _0x5ed055[_0x2d52a2(0x439)]({'descriptor':_0x425b02,'childUnitId':_0x425b02['childUnitId'],'childType':_0x425b02[_0x2d52a2(0x23a)],'width':_0x22e0a8[_0x2d52a2(0x597)],'height':_0x22e0a8[_0x2d52a2(0x101)],'dpr':_0x50a567[_0x2d52a2(0x39b)],'viewState':_0x51cb04,'reason':_0x2d52a2(0x7de),'context':_0x3eabff}),_0xd96006=_0x3a150e instanceof HTMLCanvasElement?_0x3a150e:void 0x0,_0x1011c6=this[_0x2d52a2(0x268)](_0x3a150e)??this[_0x2d52a2(0x268)]((_0x5c459d=this[_0x2d52a2(0x7cd)][_0x2d52a2(0x8cf)](_0x425b02['embedId']))==null?void 0x0:_0x5c459d[_0x2d52a2(0x38e)]);if(!_0x1011c6&&!_0xd96006){_0x5a733c(_0x425b02,_0x2d52a2(0x274)+_0x425b02[_0x2d52a2(0x576)]);return;}_0x1011c6&&await this['_preloadImage'](_0x1011c6);let _0x1ef4d0=_0x58781a(_0x3a150e,_0x22e0a8);this['_resources']['set'](this[_0x2d52a2(0x544)](_0x425b02['hostUnitId'],_0x425b02[_0x2d52a2(0x576)]),{'canvas':_0xd96006,'height':_0x1ef4d0[_0x2d52a2(0x101)],'source':_0x1011c6,'verticalBreaks':_0x1e3ef9==null?void 0x0:_0x1e3ef9['verticalBreaks'],'width':_0x1ef4d0['width']});}catch(_0x1bc3fd){var _0x4618d5;_0x3e2794(_0x47a125,_0x1bc3fd);let _0x36ffda=this[_0x2d52a2(0x268)]((_0x4618d5=this[_0x2d52a2(0x7cd)]['getPreview'](_0x47a125[_0x2d52a2(0x576)]))==null?void 0x0:_0x4618d5[_0x2d52a2(0x38e)]);_0x36ffda&&(await this[_0x2d52a2(0x8bb)](_0x36ffda),this['_resources']['set'](this[_0x2d52a2(0x544)](_0x47a125[_0x2d52a2(0x672)],_0x47a125[_0x2d52a2(0x576)]),{'height':0x1,'source':_0x36ffda,'width':0x1}));}}async['_captureMountedCanvas'](_0x48493e,_0xb64878,_0x4a78e8,_0x3725bf){const _0x14b84b=_0x19cb8f;let _0x8b3f01=_0xb64878&&this['_resolveCompleteCaptureOptions'](_0x48493e,_0xb64878,_0x3725bf);if(_0x48493e[_0x14b84b(0x23a)]!==_0x414d24[_0x14b84b(0x4ed)][_0x14b84b(0x8ef)]&&(_0x48493e[_0x14b84b(0x23a)]!==_0x414d24['UniverInstanceType'][_0x14b84b(0x618)]||_0x8b3f01)||!_0xb64878)return;let _0x3eea9e=_0x418969(_0xb64878);try{await _0x12a0a5(_0x48493e['childType']),await _0x22ed37(_0xb64878,!0x0),_0x48493e[_0x14b84b(0x23a)]===_0x414d24['UniverInstanceType']['UNIVER_BASE']&&await(0x0,_0x2624b9[_0x14b84b(0x885)])();let _0xfa09f5=_0x4b209f(_0xb64878,!0x0),_0x2378df=_0x2128a8(_0x4a78e8[_0x14b84b(0x597)],_0x4a78e8['height'],_0x392c86(_0xb64878),_0x3725bf);return!_0xfa09f5||!_0x2378df?void 0x0:(_0x2378df['context']['drawImage'](_0xfa09f5,0x0,0x0,_0x4a78e8[_0x14b84b(0x597)],_0x4a78e8[_0x14b84b(0x101)]),_0x2378df[_0x14b84b(0x209)]);}finally{_0x3eea9e();}}async[_0x19cb8f(0x49e)](_0x184bce,_0x24587d,_0x190c85,_0x38d2c1){const _0x571982=_0x19cb8f;if(!_0x24587d||!_0x200a70(_0x184bce['childType']))return;let _0xc6392=this[_0x571982(0x495)](_0x184bce,_0x24587d,_0x38d2c1);if(_0xc6392){var _0x4a4702;let _0x7238eb=await this['_renderCompleteScene'](_0x184bce,_0x24587d,_0xc6392);return _0x7238eb?{'canvas':_0x7238eb,'verticalBreaks':(_0x4a4702=_0xc6392[_0x571982(0x4bb)])==null?void 0x0:_0x4a4702[_0x571982(0x4da)](_0x5b72aa=>_0x5b72aa*_0xc6392['scale']*_0xc6392[_0x571982(0x60d)])}:void 0x0;}let _0x210079=_0x418969(_0x24587d);try{await _0x12a0a5(_0x184bce['childType']);let _0xe249bd=await _0x2bbb2d(_0x24587d);if(!_0xe249bd)return;let _0x130a20=_0x2128a8(_0x190c85['width'],_0x190c85[_0x571982(0x101)],_0x392c86(_0x24587d),_0x38d2c1);return _0x130a20?(_0x55a6c3(_0xe249bd,_0x130a20[_0x571982(0x585)],{'height':_0x190c85[_0x571982(0x101)],'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x190c85['width']},0x1),{'canvas':_0x130a20[_0x571982(0x209)]}):void 0x0;}finally{_0x210079();}}async[_0x19cb8f(0x301)](_0x579746,_0x1bbb25,_0x4a564c){const _0x38478b=_0x19cb8f;let {bodyViewportWidth:_0x26306c,bodyViewportHeight:_0x3aaee0,contentBodyWidth:_0x467f2b,contentBodyHeight:_0x5f952c,fullWidth:_0x21f2ab,fullHeight:_0x23b51c,originalScrollX:_0x345a39,originalScroll:_0x329001,scale:_0x2407e3,viewportProvider:_0x5b6886}=_0x4a564c,_0x43e766=_0x2128a8(_0x21f2ab*_0x2407e3,_0x23b51c*_0x2407e3,_0x392c86(_0x1bbb25),_0x4a564c['pixelRatio']),_0x205aef=_0x2128a8(_0x4a564c[_0x38478b(0x278)]['width'],_0x4a564c[_0x38478b(0x278)][_0x38478b(0x101)],_0x392c86(_0x1bbb25),_0x4a564c[_0x38478b(0x60d)]);if(!_0x43e766||!_0x205aef)return;let _0x4e67ca=_0x418969(_0x1bbb25);try{let _0x3a9226=await _0x2bbb2d(_0x1bbb25);if(!_0x3a9226)return;let _0x2836a8=_0x3e64d3(_0x467f2b,_0x26306c),_0x170b3a=_0x3e64d3(_0x5f952c,_0x3aaee0);for(let _0x5a7f16 of _0x2836a8)for(let _0x16c78c of _0x170b3a)_0x342dd1(_0x1bbb25,_0x5b6886,_0x5a7f16,_0x16c78c),await _0x12a0a5(_0x579746[_0x38478b(0x23a)]),await _0x22ed37(_0x1bbb25,!0x0),_0x579746[_0x38478b(0x23a)]===_0x414d24[_0x38478b(0x4ed)][_0x38478b(0x618)]&&await(0x0,_0x2624b9[_0x38478b(0x885)])(),_0x205aef['nativeContext'][_0x38478b(0x22c)](0x0,0x0,_0x4a564c[_0x38478b(0x278)][_0x38478b(0x597)],_0x4a564c[_0x38478b(0x278)][_0x38478b(0x101)]),_0x3a9226[_0x38478b(0x2fd)](!0x0),_0x3a9226['render'](_0x205aef[_0x38478b(0x585)]),_0x454759(_0x205aef[_0x38478b(0x209)],_0x43e766['context'],_0x4a564c,_0x5a7f16,_0x16c78c);return _0x43e766[_0x38478b(0x209)];}finally{try{_0x342dd1(_0x1bbb25,_0x5b6886,_0x345a39,_0x329001),await _0x22ed37(_0x1bbb25,!0x0);}finally{_0x4e67ca();}}}[_0x19cb8f(0x495)](_0x2bc200,_0x24dd04,_0x5dcaae){const _0x2991ea=_0x19cb8f;var _0x2ee12a,_0x391023,_0x454762,_0x5ee055,_0x4bd047;let _0xf4e76=_0x2bc200['childUnitId'],_0xcf43e1=_0x2bc200[_0x2991ea(0x23a)]===_0x414d24[_0x2991ea(0x4ed)]['UNIVER_SHEET']||_0x2bc200[_0x2991ea(0x23a)]===_0x414d24[_0x2991ea(0x4ed)]['UNIVER_BASE'],_0xb2f1aa=_0x2bc200['hostType']===_0x414d24['UniverInstanceType'][_0x2991ea(0x5ba)]&&_0x2bc200[_0x2991ea(0x3a2)]===_0x5e7b5b[_0x2991ea(0x322)][_0x2991ea(0x207)]&&_0xcf43e1,_0x1f3837=_0xcf43e1&&_0x5b4bb3(_0x2bc200[_0x2991ea(0x3a2)]);if(!_0xf4e76||!_0xb2f1aa&&!_0x1f3837)return;let _0x17c45e=_0x24dd04[_0x2991ea(0x532)][_0x2991ea(0x2b9)]();if(!_0x5886cb(_0x17c45e[_0x2991ea(0x597)])||!_0x5886cb(_0x17c45e['height']))return;let _0x4a7815=this[_0x2991ea(0x651)](_0x2bc200,_0x24dd04),_0x9b9130=_0x1f3837?this['_resolveTabViewportSize'](_0x2bc200,_0x17c45e):_0x17c45e,_0x19500c=_0x1f3837&&_0x5886cb(_0x4a7815==null?void 0x0:_0x4a7815[_0x2991ea(0x597)])?Math[_0x2991ea(0x2ad)](_0x9b9130['width'],_0x4a7815[_0x2991ea(0x597)]):_0xb2f1aa?_0x3100ef(_0x24dd04,_0x17c45e[_0x2991ea(0x597)]):_0x17c45e[_0x2991ea(0x597)],_0x43130e=_0x4a7815==null?void 0x0:_0x4a7815[_0x2991ea(0x101)];if(!_0x5886cb(_0x43130e)||_0xb2f1aa&&_0x43130e<=_0x17c45e[_0x2991ea(0x101)])return;let _0x299f8e=_0x1f3837?_0x65399f(_0x19500c,_0x43130e,_0x9b9130[_0x2991ea(0x597)]>=_0x9b9130['height']):void 0x0,_0xfb0f97=(_0x299f8e==null?void 0x0:_0x299f8e[_0x2991ea(0x101)])??_0x43130e,_0x590e80=this['_passiveViewportRegistry'][_0x2991ea(0x8ee)](_0x2bc200[_0x2991ea(0x23a)],_0x24dd04[_0x2991ea(0x447)]);if(!(_0x590e80!=null&&_0x590e80['getVerticalScroll']))return;let _0x414229=_0x1f3837?Math[_0x2991ea(0x2ad)](0x0,((_0x2ee12a=_0x590e80['getStickyLeftWidth'])==null?void 0x0:_0x2ee12a['call'](_0x590e80,_0x24dd04))??0x0):0x0,_0x547a4f=Math[_0x2991ea(0x2ad)](0x0,((_0x391023=_0x590e80['getStickyHeaderHeight'])==null?void 0x0:_0x391023[_0x2991ea(0x353)](_0x590e80,_0x24dd04))??0x0),_0x642178=Math[_0x2991ea(0x2ad)](0x0,((_0x454762=_0x590e80[_0x2991ea(0x2fe)])==null?void 0x0:_0x454762['call'](_0x590e80,_0x24dd04))??0x0),_0x5bda58=_0x17c45e[_0x2991ea(0x597)]-_0x414229,_0x5a4897=_0x17c45e['height']-_0x547a4f-_0x642178,_0xbd3a2e=_0x19500c-_0x414229,_0x597ddf=_0xfb0f97-_0x547a4f-_0x642178;if(_0x5bda58<=0x0||_0x5a4897<=0x0||_0xbd3a2e<=0x0||_0x597ddf<=0x0)return;let _0x5c1be1=_0x299f8e?_0x299f8e[_0x2991ea(0x88c)]:Math['min'](0x1,_0x40675c/_0x19500c,_0x40675c/_0xfb0f97);if(!_0x5886cb(_0x5c1be1)||_0x19500c*_0x5c1be1>_0x40675c||_0xfb0f97*_0x5c1be1>_0x40675c)return;let _0x1f7988=_0xb2f1aa&&_0x2bc200[_0x2991ea(0x23a)]===_0x414d24[_0x2991ea(0x4ed)]['UNIVER_SHEET']?Math[_0x2991ea(0x484)](0x1,_0x19500c/_0x17c45e[_0x2991ea(0x597)]):0x1,_0x2a84a5=Math[_0x2991ea(0x484)](Math[_0x2991ea(0x2ad)](0x1,_0x5dcaae),_0x40675c/(_0x19500c*_0x5c1be1),_0x40675c/(_0xfb0f97*_0x5c1be1));return{'bodyViewportWidth':_0x5bda58,'bodyViewportHeight':_0x5a4897,'contentBodyWidth':_0xbd3a2e,'contentBodyHeight':_0x597ddf,'fullWidth':_0x19500c,'fullHeight':_0xfb0f97,'originalScrollX':((_0x5ee055=_0x590e80[_0x2991ea(0x5c0)])==null?void 0x0:_0x5ee055[_0x2991ea(0x353)](_0x590e80,_0x24dd04))??0x0,'originalScroll':_0x590e80[_0x2991ea(0x669)](_0x24dd04)??0x0,'pixelRatio':_0x2a84a5,'scale':_0x5c1be1,'sceneSourceScale':_0x1f7988,'stickyLeftWidth':_0x414229,'stickyFooterHeight':_0x642178,'stickyHeaderHeight':_0x547a4f,'verticalBreaks':_0x4a7815==null||(_0x4bd047=_0x4a7815[_0x2991ea(0x4bb)])==null?void 0x0:_0x4bd047[_0x2991ea(0x1d4)](_0x1b5585=>_0x1b5585<=_0xfb0f97),'viewport':_0x17c45e,'viewportProvider':_0x590e80};}[_0x19cb8f(0x651)](_0x26fc01,_0x5dc0c9){const _0x5560ce=_0x19cb8f;let _0x655ac9=_0x26fc01[_0x5560ce(0x27a)];if(!_0x655ac9)return;let _0x386b4b=_0x5dc0c9[_0x5560ce(0x532)][_0x5560ce(0x2b9)](),_0x53e8d1=this['_univerInstanceService'][_0x5560ce(0xf7)](_0x655ac9,_0x26fc01['childType']),_0x12bdb8=_0x26fc01[_0x5560ce(0x2b7)]===_0x414d24[_0x5560ce(0x4ed)][_0x5560ce(0x5ba)]&&_0x26fc01[_0x5560ce(0x23a)]===_0x414d24[_0x5560ce(0x4ed)]['UNIVER_SHEET'];return this[_0x5560ce(0x422)][_0x5560ce(0x5dd)]({'childType':_0x26fc01[_0x5560ce(0x23a)],'childUnit':_0x53e8d1,'childUnitId':_0x655ac9,'injector':_0x5dc0c9['runtimeScope'][_0x5560ce(0x412)]??_0x5dc0c9[_0x5560ce(0x412)],'viewportHeight':_0x386b4b[_0x5560ce(0x101)],'viewportWidth':_0x12bdb8?_0x3100ef(_0x5dc0c9,_0x386b4b[_0x5560ce(0x597)]):_0x386b4b[_0x5560ce(0x597)]});}async['_resolveViewState'](_0x936ba0,_0x59824d,_0x2d711d){const _0x22e0f5=_0x19cb8f;var _0x49331b;return _0x2d711d?_0x59824d['collectViewState'](_0x2d711d):(_0x49331b=this['_previewService'][_0x22e0f5(0x8cf)](_0x936ba0))==null?void 0x0:_0x49331b['viewState'];}['_resolveSize'](_0x3f9c1e,_0x185dea){const _0x2d586c=_0x19cb8f;var _0x322f54;if(_0x185dea&&_0x5b4bb3(_0x3f9c1e[_0x2d586c(0x3a2)])&&(_0x3f9c1e['childType']===_0x414d24[_0x2d586c(0x4ed)]['UNIVER_SHEET']||_0x3f9c1e[_0x2d586c(0x23a)]===_0x414d24[_0x2d586c(0x4ed)][_0x2d586c(0x618)])){let _0x42749b=this[_0x2d586c(0x651)](_0x3f9c1e,_0x185dea);if(_0x5886cb(_0x42749b==null?void 0x0:_0x42749b[_0x2d586c(0x597)])&&_0x5886cb(_0x42749b==null?void 0x0:_0x42749b[_0x2d586c(0x101)])){let _0x204cb8=this[_0x2d586c(0x8fb)](_0x3f9c1e,_0x185dea[_0x2d586c(0x532)][_0x2d586c(0x2b9)]()),_0x481836=Math[_0x2d586c(0x2ad)](_0x204cb8[_0x2d586c(0x597)],_0x42749b[_0x2d586c(0x597)]),_0x46d753=_0x65399f(_0x481836,_0x42749b[_0x2d586c(0x101)],_0x204cb8[_0x2d586c(0x597)]>=_0x204cb8[_0x2d586c(0x101)]);return{'width':Math[_0x2d586c(0x2ad)](0x1,Math[_0x2d586c(0x71b)](_0x481836*_0x46d753[_0x2d586c(0x88c)])),'height':Math['max'](0x1,Math[_0x2d586c(0x71b)](_0x46d753[_0x2d586c(0x101)]*_0x46d753['scale']))};}}if(_0x3f9c1e[_0x2d586c(0x3a2)]===_0x5e7b5b[_0x2d586c(0x322)][_0x2d586c(0x7a9)]){let _0x4c103f=this['_univerInstanceService'][_0x2d586c(0xf7)](_0x3f9c1e['hostUnitId'],_0x414d24[_0x2d586c(0x4ed)][_0x2d586c(0x833)]),_0x4af54a=_0x4c103f==null?void 0x0:_0x4c103f[_0x2d586c(0x31b)]()[_0x2d586c(0xb1)];if(_0x5886cb(_0x4af54a==null?void 0x0:_0x4af54a[_0x2d586c(0x597)])&&_0x5886cb(_0x4af54a==null?void 0x0:_0x4af54a[_0x2d586c(0x101)]))return _0x4af54a;}let _0x546023=_0x185dea==null?void 0x0:_0x185dea[_0x2d586c(0x532)][_0x2d586c(0x2b9)]()[_0x2d586c(0x597)],_0x15fad5=_0x185dea==null?void 0x0:_0x185dea[_0x2d586c(0x532)]['getBoundingClientRect']()['height'];if(_0x5886cb(_0x546023)&&_0x5886cb(_0x15fad5))return{'width':_0x546023,'height':_0x15fad5};let _0x5c4229=(_0x322f54=this['_anchorModelService']['getAnchor'](_0x3f9c1e[_0x2d586c(0x672)],_0x3f9c1e[_0x2d586c(0x590)]))==null?void 0x0:_0x322f54[_0x2d586c(0x8ac)],_0x1fec99=_0xc6b481(_0x5c4229==null?void 0x0:_0x5c4229[_0x2d586c(0x597)]),_0x25225b=_0xc6b481(_0x5c4229==null?void 0x0:_0x5c4229['height']);return _0x1fec99&&_0x25225b?{'width':_0x1fec99,'height':_0x25225b}:_0x3f9c1e['entry']===_0x5e7b5b['EmbedHostEntryEnum']['DocsCustomBlock']?(0x0,_0x470dcf['resolveDocsCustomBlockSize'])(_0x3f9c1e[_0x2d586c(0x23a)]):_0x3f9c1e[_0x2d586c(0x3a2)]===_0x5e7b5b['EmbedHostEntryEnum'][_0x2d586c(0xfb)]?{'width':0x230,'height':0x13b}:{'width':_0x873be1,'height':_0x37a527};}[_0x19cb8f(0x8fb)](_0x2111d3,_0xb16672){const _0x272449=_0x19cb8f;var _0x3a2440;if(_0x2111d3[_0x272449(0x3a2)]!==_0x5e7b5b['EmbedHostEntryEnum']['SlidesPageListBlock'])return _0xb16672;let _0x3acda4=this[_0x272449(0x123)][_0x272449(0xf7)](_0x2111d3[_0x272449(0x672)],_0x414d24[_0x272449(0x4ed)][_0x272449(0x833)]),_0x21876f=(_0x3acda4==null||(_0x3a2440=_0x3acda4['pageManager'][_0x272449(0x35e)](_0x2111d3[_0x272449(0x590)]))==null?void 0x0:_0x3a2440[_0x272449(0x5e4)]()[_0x272449(0x349)])??(_0x3acda4==null?void 0x0:_0x3acda4[_0x272449(0x31b)]()['defaultPageSize']);return _0x5886cb(_0x21876f==null?void 0x0:_0x21876f[_0x272449(0x597)])&&_0x5886cb(_0x21876f[_0x272449(0x101)])?_0x21876f:_0xb16672;}[_0x19cb8f(0x268)](_0x4a2785){const _0x5897aa=_0x19cb8f;if(typeof _0x4a2785==_0x5897aa(0x3e0))return _0x4a2785;if(!_0x4a2785||typeof document>'u')return;let _0x183964=_0x1533aa(this[_0x5897aa(0x6e8)]);if(_0x4a2785 instanceof HTMLCanvasElement){let _0x204df5=_0x4a2785[_0x5897aa(0x396)]('2d');return _0x204df5&&(_0x204df5[_0x5897aa(0x1ed)](),_0x204df5['globalCompositeOperation']=_0x5897aa(0x4af),_0x204df5[_0x5897aa(0x69d)]=_0x183964,_0x204df5[_0x5897aa(0x6f6)](0x0,0x0,_0x4a2785[_0x5897aa(0x597)],_0x4a2785['height']),_0x204df5['restore']()),_0x258928(_0x4a2785);}let _0x5a61d3=document[_0x5897aa(0x3a6)](_0x5897aa(0x209));_0x5a61d3[_0x5897aa(0x597)]=_0x4a2785[_0x5897aa(0x597)],_0x5a61d3[_0x5897aa(0x101)]=_0x4a2785['height'];let _0x5d4d16=_0x5a61d3['getContext']('2d');if(_0x5d4d16)return _0x5d4d16['fillStyle']=_0x183964,_0x5d4d16[_0x5897aa(0x6f6)](0x0,0x0,_0x5a61d3[_0x5897aa(0x597)],_0x5a61d3[_0x5897aa(0x101)]),_0x5d4d16[_0x5897aa(0x15e)](_0x4a2785,0x0,0x0),_0x258928(_0x5a61d3);}[_0x19cb8f(0x8bb)](_0x475ab6){const _0xcb66bd=_0x19cb8f;return this[_0xcb66bd(0x4cd)][_0xcb66bd(0x4f9)](_0x475ab6,_0x414d24[_0xcb66bd(0x5f8)]['URL'])?Promise['resolve']():new Promise(_0x42a36f=>{const _0x316d2e=_0xcb66bd;let _0x2be89c=new Image();_0x2be89c[_0x316d2e(0x89c)]=()=>{const _0x1c280=_0x316d2e;this[_0x1c280(0x4cd)]['addImageSourceCache'](_0x475ab6,_0x414d24[_0x1c280(0x5f8)][_0x1c280(0x687)],_0x2be89c),_0x42a36f();},_0x2be89c[_0x316d2e(0x34d)]=()=>_0x42a36f(),_0x2be89c[_0x316d2e(0xef)]=_0x475ab6;});}[_0x19cb8f(0x31e)](_0x10849a){const _0x4e46fb=_0x19cb8f;let _0x59d495=_0x10849a+'::';Array[_0x4e46fb(0x7d3)](this[_0x4e46fb(0x887)][_0x4e46fb(0x5fa)]())[_0x4e46fb(0x2f2)](_0x3fc090=>{const _0x50a71b=_0x4e46fb;_0x3fc090[_0x50a71b(0x3e1)](_0x59d495)&&this['_resources'][_0x50a71b(0x4f4)](_0x3fc090);});}[_0x19cb8f(0x544)](_0xa27337,_0x19666c){return _0xa27337+'::'+_0x19666c;}['dispose'](){const _0x57dfde=_0x19cb8f;this[_0x57dfde(0x887)][_0x57dfde(0x13a)](),super['dispose']();}};_0x2f6bca=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x646)])),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x8ba)])),_0x482d3a(0x2,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x18d)])),_0x482d3a(0x3,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x4bb871)),_0x482d3a(0x4,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x4cff85)),_0x482d3a(0x5,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x1a9e2a)),_0x482d3a(0x6,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x4501c8)),_0x482d3a(0x7,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x48d47d)),_0x482d3a(0x8,_0x414d24[_0x19cb8f(0x6e1)]),_0x482d3a(0x9,_0x414d24[_0x19cb8f(0x468)]),_0x482d3a(0xa,(0x0,_0x414d24['Inject'])(_0x414d24['ThemeService'])),_0x482d3a(0xb,_0x414d24[_0x19cb8f(0x419)])],_0x2f6bca);function _0xc6b481(_0x22a939){return _0x5886cb(_0x22a939)?_0x22a939:void 0x0;}function _0x1533aa(_0x5d7666){const _0x2f4541=_0x19cb8f;let _0x4a94b5=_0x5d7666[_0x2f4541(0x230)](_0x2f4541(0xdb)),_0x3b2b6a=_0x5d7666['getColorFromTheme'](_0x2f4541(0x159));return _0x2612a0(_0x3b2b6a)>_0x2612a0(_0x4a94b5)?_0x3b2b6a:_0x4a94b5;}function _0x2612a0(_0x3ef949){const _0x4f9987=_0x19cb8f;let _0x3bb24a=/^#([\da-f]{2})([\da-f]{2})([\da-f]{2})$/i[_0x4f9987(0x487)](_0x3ef949);return _0x3bb24a?Number[_0x4f9987(0x485)](_0x3bb24a[0x1],0x10)+Number['parseInt'](_0x3bb24a[0x2],0x10)+Number['parseInt'](_0x3bb24a[0x3],0x10):0x0;}function _0x5886cb(_0x117fe0){const _0x757f9a=_0x19cb8f;return typeof _0x117fe0==_0x757f9a(0x700)&&Number[_0x757f9a(0x60e)](_0x117fe0)&&_0x117fe0>0x0;}function _0x3d7663(_0x3d6d85){const _0x1e4251=_0x19cb8f;return _0x3d6d85[_0x1e4251(0x2b7)]===_0x414d24[_0x1e4251(0x4ed)]['UNIVER_DOC']&&_0x3d6d85[_0x1e4251(0x3a2)]===_0x5e7b5b[_0x1e4251(0x322)][_0x1e4251(0x207)]&&(_0x3d6d85['childType']===_0x414d24[_0x1e4251(0x4ed)]['UNIVER_SHEET']||_0x3d6d85['childType']===_0x414d24[_0x1e4251(0x4ed)][_0x1e4251(0x618)]);}function _0x275679(_0x13ab6f,_0xe52b93){const _0x3be535=_0x19cb8f;if(!_0x13ab6f&&_0x3d7663(_0xe52b93))throw Error(_0x3be535(0x6e4)+_0xe52b93[_0x3be535(0x576)]);return _0x13ab6f;}function _0x3e2794(_0x546a43,_0x431d3d){if(_0x3d7663(_0x546a43))throw _0x431d3d;}function _0x5a733c(_0x1747e9,_0x290de0){if(_0x3d7663(_0x1747e9))throw Error(_0x290de0);}function _0x3100ef(_0x1a3c35,_0x1e447a){const _0x5d63c2=_0x19cb8f;let _0x191c8e=_0x1a3c35[_0x5d63c2(0x532)]['closest'](_0x5d63c2(0x86e)),_0x3c7715=_0x191c8e==null?void 0x0:_0x191c8e['getBoundingClientRect']()[_0x5d63c2(0x597)];return _0x5886cb(_0x3c7715)?Math['min'](_0x1e447a,_0x3c7715):_0x1e447a;}function _0x3e64d3(_0xababbe,_0x4925ac){const _0x4f33c4=_0x19cb8f;let _0x560abc=Math[_0x4f33c4(0x2ad)](0x0,_0xababbe-_0x4925ac),_0x5e0291=[0x0];for(let _0x5d5fa8=_0x4925ac;_0x5d5fa8<_0x560abc;_0x5d5fa8+=_0x4925ac)_0x5e0291['push'](_0x5d5fa8);return _0x560abc>_0x5e0291[_0x5e0291[_0x4f33c4(0x716)]-0x1]&&_0x5e0291[_0x4f33c4(0x731)](_0x560abc),_0x5e0291;}function _0x342dd1(_0x4b8622,_0x1e5e5f,_0x22458a,_0x35121f){const _0x95ae0c=_0x19cb8f;_0x1e5e5f[_0x95ae0c(0x514)]({..._0x4b8622,'event':new WheelEvent(_0x95ae0c(0x73e)),'stage':_0x95ae0c(0x8bf),'source':'print-capture','viewportScrollX':_0x22458a,'viewportScrollY':_0x35121f});}function _0x454759(_0x226507,_0x2798c7,_0x184619,_0xfd2ca8,_0x49fcf9){const _0x402e8d=_0x19cb8f;let {fullHeight:_0x1bd770,scale:_0x3cb730,stickyFooterHeight:_0x21e907,stickyHeaderHeight:_0x32a7d8,stickyLeftWidth:_0x36dc87,viewport:_0x5d66ea}=_0x184619,_0x147c7c=_0x19a193(_0x184619,_0xfd2ca8,_0x49fcf9);_0x27c272(_0x226507,_0x2798c7,{'height':_0x147c7c['height'],'sourceLeft':_0x147c7c[_0x402e8d(0x182)],'sourceTop':_0x147c7c['sourceTop'],'targetLeft':_0x147c7c[_0x402e8d(0x551)],'targetTop':_0x147c7c['targetTop'],'width':_0x147c7c[_0x402e8d(0x597)]},_0x3cb730,_0x184619[_0x402e8d(0x6af)],_0x184619['pixelRatio']),_0x49fcf9===0x0&&_0x32a7d8>0x0&&_0x27c272(_0x226507,_0x2798c7,{'height':_0x32a7d8,'sourceLeft':_0x147c7c['sourceLeft'],'sourceTop':0x0,'targetLeft':_0x147c7c['targetLeft'],'targetTop':0x0,'width':_0x147c7c[_0x402e8d(0x597)]},_0x3cb730,_0x184619[_0x402e8d(0x6af)],_0x184619[_0x402e8d(0x60d)]),_0xfd2ca8===0x0&&_0x36dc87>0x0&&_0x27c272(_0x226507,_0x2798c7,{'height':_0x147c7c['height'],'sourceLeft':0x0,'sourceTop':_0x147c7c['sourceTop'],'targetLeft':0x0,'targetTop':_0x147c7c[_0x402e8d(0x44b)],'width':_0x36dc87},_0x3cb730,_0x184619['sceneSourceScale'],_0x184619[_0x402e8d(0x60d)]),_0xfd2ca8===0x0&&_0x49fcf9===0x0&&_0x36dc87>0x0&&_0x32a7d8>0x0&&_0x27c272(_0x226507,_0x2798c7,{'height':_0x32a7d8,'sourceLeft':0x0,'sourceTop':0x0,'targetLeft':0x0,'targetTop':0x0,'width':_0x36dc87},_0x3cb730,_0x184619[_0x402e8d(0x6af)],_0x184619['pixelRatio']),_0x49fcf9===0x0&&_0x21e907>0x0&&(_0x27c272(_0x226507,_0x2798c7,{'height':_0x21e907,'sourceLeft':_0x147c7c['sourceLeft'],'sourceTop':_0x5d66ea[_0x402e8d(0x101)]-_0x21e907,'targetLeft':_0x147c7c[_0x402e8d(0x551)],'targetTop':_0x1bd770-_0x21e907,'width':_0x147c7c[_0x402e8d(0x597)]},_0x3cb730,_0x184619[_0x402e8d(0x6af)],_0x184619[_0x402e8d(0x60d)]),_0xfd2ca8===0x0&&_0x36dc87>0x0&&_0x27c272(_0x226507,_0x2798c7,{'height':_0x21e907,'sourceLeft':0x0,'sourceTop':_0x5d66ea[_0x402e8d(0x101)]-_0x21e907,'targetLeft':0x0,'targetTop':_0x1bd770-_0x21e907,'width':_0x36dc87},_0x3cb730,_0x184619[_0x402e8d(0x6af)],_0x184619[_0x402e8d(0x60d)]));}function _0x19a193(_0x4fe50b,_0x241dba,_0x1e091d){const _0xc9ff4a=_0x19cb8f;let _0x5cb6ae=_0x391f8b(_0x241dba,_0x4fe50b[_0xc9ff4a(0x7f6)],_0x4fe50b['contentBodyWidth']),_0x52c0aa=_0x391f8b(_0x1e091d,_0x4fe50b[_0xc9ff4a(0x2b8)],_0x4fe50b[_0xc9ff4a(0x41f)]);return{'height':_0x52c0aa[_0xc9ff4a(0x70b)],'sourceLeft':_0x4fe50b[_0xc9ff4a(0x4c1)]+_0x5cb6ae[_0xc9ff4a(0x244)],'sourceTop':_0x4fe50b['stickyHeaderHeight']+_0x52c0aa[_0xc9ff4a(0x244)],'targetLeft':_0x4fe50b[_0xc9ff4a(0x4c1)]+_0x5cb6ae[_0xc9ff4a(0x129)],'targetTop':_0x4fe50b[_0xc9ff4a(0x6ad)]+_0x52c0aa[_0xc9ff4a(0x129)],'width':_0x5cb6ae['size']};}function _0x391f8b(_0x1038b4,_0x938514,_0x21b531){const _0x139224=_0x19cb8f;let _0x2f7869=_0x1038b4%_0x938514,_0xf3dec0=_0x1038b4>0x0&&_0x2f7869>0x0?_0x938514-_0x2f7869:0x0,_0x1e0148=_0x1038b4+_0xf3dec0;return{'size':Math[_0x139224(0x2ad)](0x0,Math['min'](_0x938514-_0xf3dec0,_0x21b531-_0x1e0148)),'sourceOffset':_0xf3dec0,'target':_0x1e0148};}function _0x55a6c3(_0x49a843,_0x1df352,_0x502224,_0x5cc790){const _0x2a726b=_0x19cb8f;_0x502224[_0x2a726b(0x597)]<=0x0||_0x502224[_0x2a726b(0x101)]<=0x0||(_0x1df352[_0x2a726b(0x1ed)](),_0x1df352[_0x2a726b(0x88c)](_0x5cc790,_0x5cc790),_0x1df352[_0x2a726b(0x74b)](),_0x1df352[_0x2a726b(0x4c4)](_0x502224[_0x2a726b(0x551)],_0x502224[_0x2a726b(0x44b)],_0x502224[_0x2a726b(0x597)],_0x502224[_0x2a726b(0x101)]),_0x1df352['clip'](),_0x1df352[_0x2a726b(0x23b)](_0x502224[_0x2a726b(0x551)]-_0x502224[_0x2a726b(0x182)],_0x502224[_0x2a726b(0x44b)]-_0x502224[_0x2a726b(0x34f)]),_0x49a843[_0x2a726b(0x2fd)](!0x0),_0x49a843[_0x2a726b(0x378)](_0x1df352),_0x1df352[_0x2a726b(0x3c3)]());}function _0x258928(_0xc1cd9d){const _0xf1eea4=_0x19cb8f;try{return _0xc1cd9d[_0xf1eea4(0x3b6)](_0xf1eea4(0x369));}catch{return;}}function _0x27c272(_0x393263,_0x155ec4,_0x1425f1,_0x156374,_0x47cb9d=0x1,_0x54ed50=0x1){const _0x4144e6=_0x19cb8f;_0x1425f1[_0x4144e6(0x597)]<=0x0||_0x1425f1[_0x4144e6(0x101)]<=0x0||(_0x155ec4['save'](),_0x155ec4['scale'](_0x156374,_0x156374),_0x155ec4[_0x4144e6(0x15e)](_0x393263,_0x1425f1[_0x4144e6(0x182)]*_0x47cb9d*_0x54ed50,_0x1425f1[_0x4144e6(0x34f)]*_0x47cb9d*_0x54ed50,_0x1425f1[_0x4144e6(0x597)]*_0x47cb9d*_0x54ed50,_0x1425f1[_0x4144e6(0x101)]*_0x47cb9d*_0x54ed50,_0x1425f1[_0x4144e6(0x551)],_0x1425f1[_0x4144e6(0x44b)],_0x1425f1['width'],_0x1425f1[_0x4144e6(0x101)]),_0x155ec4[_0x4144e6(0x3c3)]());}function _0x2128a8(_0x2c70f1,_0x3ea66b,_0x410289,_0x2cd162=0x1){const _0x25b065=_0x19cb8f;if(!_0x5886cb(_0x2c70f1)||!_0x5886cb(_0x3ea66b))return;let _0x1c0efc=document['createElement']('canvas');_0x1c0efc[_0x25b065(0x597)]=Math[_0x25b065(0x2ad)](0x1,Math[_0x25b065(0xd6)](_0x2c70f1*_0x2cd162)),_0x1c0efc[_0x25b065(0x101)]=Math[_0x25b065(0x2ad)](0x1,Math['ceil'](_0x3ea66b*_0x2cd162));let _0x49bcc9=_0x1c0efc[_0x25b065(0x396)]('2d');if(!_0x49bcc9)return;let _0x220e8e=new _0x1ed905[(_0x25b065(0x5c5))](_0x49bcc9,{'canvasColorService':_0x410289});return _0x2cd162!==0x1&&_0x220e8e['scale'](_0x2cd162,_0x2cd162),{'canvas':_0x1c0efc,'context':_0x220e8e,'nativeContext':_0x49bcc9};}function _0x392c86(_0x2fa686){const _0x4c41a=_0x19cb8f;try{return(_0x2fa686[_0x4c41a(0x17b)][_0x4c41a(0x412)]??_0x2fa686['injector'])[_0x4c41a(0x8ee)](_0x1ed905['ICanvasColorService']);}catch{return;}}async function _0x2bbb2d(_0x26d941){const _0x1f09fe=_0x19cb8f;await _0x22ed37(_0x26d941,!0x0);try{var _0x11d448;return((_0x11d448=(_0x26d941[_0x1f09fe(0x17b)][_0x1f09fe(0x412)]??_0x26d941['injector'])[_0x1f09fe(0x8ee)](_0x1ed905['IRenderManagerService'])[_0x1f09fe(0x4a0)](_0x26d941['childUnitId']))==null?void 0x0:_0x11d448['scene'])??void 0x0;}catch{return;}}function _0x58781a(_0x30615e,_0x33274a){const _0x335ae7=_0x19cb8f;return _0x30615e==null||typeof _0x30615e==_0x335ae7(0x3e0)?_0x33274a:{'width':_0x30615e[_0x335ae7(0x597)],'height':_0x30615e[_0x335ae7(0x101)]};}function _0x5b4bb3(_0x329603){const _0x4a8e95=_0x19cb8f;return _0x329603===_0x5e7b5b[_0x4a8e95(0x322)][_0x4a8e95(0x3e6)]||_0x329603===_0x5e7b5b[_0x4a8e95(0x322)][_0x4a8e95(0x384)]||_0x329603===_0x5e7b5b[_0x4a8e95(0x322)][_0x4a8e95(0x7a9)];}function _0x200a70(_0x1dbc4d){const _0x33618e=_0x19cb8f;return _0x1dbc4d===_0x414d24[_0x33618e(0x4ed)][_0x33618e(0x520)]||_0x1dbc4d===_0x414d24[_0x33618e(0x4ed)]['UNIVER_BASE']||_0x1dbc4d===_0x414d24[_0x33618e(0x4ed)]['UNIVER_BOARD']||_0x1dbc4d===_0x414d24[_0x33618e(0x4ed)][_0x33618e(0x833)];}function _0x65399f(_0x584e09,_0x172548,_0x350f3c){const _0x7576de=_0x19cb8f;let _0x4208ab=_0x350f3c?_0x873be1:0x4b0,_0x336ddd=_0x350f3c?_0x37a527:0x640,_0x370598=Math['min'](0x1,_0x4208ab/_0x584e09);return{'height':Math[_0x7576de(0x484)](_0x172548,_0x336ddd/_0x370598),'scale':_0x370598};}let _0x102c36='UniverEmbedPrintImage',_0x4a9b27='UniverEmbedPrintPlaceholder';function _0x265227(_0x276354){const _0x166c66=_0x19cb8f;let _0xcae663=(0x0,_0x5ab84f['useDependency'])(_0x2f6bca),_0x552a7f=_0x103f56(_0x276354['data']),_0x1bb203=_0x552a7f?_0xcae663[_0x166c66(0x612)](_0x552a7f[_0x166c66(0x672)]??_0x276354[_0x166c66(0x448)],_0x552a7f[_0x166c66(0x576)]):void 0x0;return _0x1bb203?(0x0,_0x5c0f5d[_0x166c66(0x7ba)])(_0x166c66(0x3d0),{'alt':'','src':_0x1bb203,'style':{'display':_0x166c66(0x2f7),'width':_0x166c66(0x4d0),'height':_0x166c66(0x45a)}}):null;}function _0x25d26a(){return null;}function _0x77883c(_0x2f188e,_0x59aeb4=0x1,_0x2d1c3e=0x1){const _0xc7afce=_0x19cb8f;let _0x139188=_0x2f188e[_0xc7afce(0x602)]/(Math[_0xc7afce(0x5a5)](_0x59aeb4)||0x1),_0x2f824d=_0x2f188e[_0xc7afce(0x789)]/(Math[_0xc7afce(0x5a5)](_0x2d1c3e)||0x1);if(_0x2f188e[_0xc7afce(0x7e8)])_0x139188=(_0x2f188e[_0xc7afce(0x789)]||_0x2f188e[_0xc7afce(0x602)])*0x3/(Math[_0xc7afce(0x5a5)](_0x59aeb4)||0x1),_0x2f824d=0x0;else{let _0x5bd239=Math[_0xc7afce(0x5a5)](_0x139188),_0x3c5af1=Math[_0xc7afce(0x5a5)](_0x2f824d);_0x3c5af1>=_0x5bd239*0x2?_0x139188=0x0:_0x5bd239>=_0x3c5af1*0x2&&(_0x2f824d=0x0);}return{'offsetX':_0x139188,'offsetY':_0x2f824d};}function _0x212689(_0x364e6d,_0xb2b49c,_0x1a7c6b){const _0x4ea9aa=_0x19cb8f;if(!_0xb2b49c)return!0x1;let {offsetX:_0x417504,offsetY:_0x5902eb}=_0x5e308e(_0x364e6d,_0xb2b49c,_0x1a7c6b);if(!_0x417504&&!_0x5902eb)return!0x1;let _0x41fffc=_0xb2b49c[_0x4ea9aa(0x888)]??0x0,_0x52ba3e=_0xb2b49c[_0x4ea9aa(0x339)]??0x0;if(_0x364e6d[_0x4ea9aa(0x463)]!==_0x4ea9aa(0x73e)&&_0xb2b49c[_0x4ea9aa(0x22e)]&&(_0x364e6d['viewportScrollX']!=null||_0x364e6d[_0x4ea9aa(0x339)]!=null))_0xb2b49c['scrollToViewportPos']({'viewportScrollX':_0x364e6d[_0x4ea9aa(0x888)]??_0x41fffc,'viewportScrollY':_0x364e6d[_0x4ea9aa(0x339)]??_0x52ba3e});else{if(_0xb2b49c[_0x4ea9aa(0xbe)])_0xb2b49c[_0x4ea9aa(0xbe)]({'viewportScrollX':_0x417504,'viewportScrollY':_0x5902eb});else return!0x1;}let _0x19ce01=(_0xb2b49c[_0x4ea9aa(0x888)]??0x0)!==_0x41fffc||(_0xb2b49c['viewportScrollY']??0x0)!==_0x52ba3e;if(_0x19ce01){var _0x126c94;_0x1a7c6b==null||(_0x126c94=_0x1a7c6b[_0x4ea9aa(0x2fd)])==null||_0x126c94[_0x4ea9aa(0x353)](_0x1a7c6b,!0x0);}return _0x19ce01;}function _0x5e308e(_0x185cd5,_0x4ff7e7,_0x5632b1){const _0x46df2d=_0x19cb8f;return _0x185cd5['source']!==_0x46df2d(0x73e)&&(_0x185cd5[_0x46df2d(0x888)]!=null||_0x185cd5[_0x46df2d(0x339)]!=null)?{'offsetX':(_0x185cd5[_0x46df2d(0x888)]??_0x4ff7e7[_0x46df2d(0x888)]??0x0)-(_0x4ff7e7[_0x46df2d(0x888)]??0x0),'offsetY':(_0x185cd5[_0x46df2d(0x339)]??_0x4ff7e7[_0x46df2d(0x339)]??0x0)-(_0x4ff7e7[_0x46df2d(0x339)]??0x0)}:_0x77883c(_0x185cd5[_0x46df2d(0x202)],_0x5632b1==null?void 0x0:_0x5632b1[_0x46df2d(0x1a0)],_0x5632b1==null?void 0x0:_0x5632b1[_0x46df2d(0x84d)]);}function _0x86519f(_0x1420f0){const _0x28b977=_0x19cb8f;return _0x1420f0+_0x1ed905[_0x28b977(0x1bb)][_0x28b977(0x59e)];}function _0x2a635a(_0x7bf70d){const _0x7ccc18=_0x19cb8f;return _0x7bf70d[_0x7ccc18(0x38c)]+_0x7bf70d[_0x7ccc18(0x8f7)];}function _0x49ef7d(_0x3e4f85){const _0x57b731=_0x19cb8f;var _0x1914ff;let {data:_0x51ba16,customBlockRenderViewport:_0x273311}=_0x3e4f85,_0xd045cb=(0x0,_0x5ab84f[_0x57b731(0x563)])(_0x414d24['ICommandService']),_0x2729ac=(0x0,_0x5ab84f[_0x57b731(0x563)])(_0x414d24[_0x57b731(0x468)]),_0x56326f=(0x0,_0x5ab84f[_0x57b731(0x563)])(_0x1ed905[_0x57b731(0x3ba)]),_0x36f53d=_0x103f56(_0x51ba16),_0x1f3b48=_0x36f53d==null?void 0x0:_0x36f53d['hostUnitId'],_0x3b3d07=_0x1f3b48??((_0x1914ff=_0x2729ac[_0x57b731(0x654)](_0x414d24['UniverInstanceType'][_0x57b731(0x5ba)]))==null?void 0x0:_0x1914ff[_0x57b731(0x24c)]()),_0x1d1f9b=(0x0,_0x725655[_0x57b731(0x236)])(null),[_0x55b18f,_0x51e9fd]=(0x0,_0x725655[_0x57b731(0x2db)])(()=>(0x0,_0x241ab5[_0x57b731(0x70f)])()),_0xbea580=(0x0,_0x470dcf[_0x57b731(0x153)])(_0x36f53d==null?void 0x0:_0x36f53d[_0x57b731(0x23a)]),_0x522720=_0x273311==null?void 0x0:_0x273311['bleedLeft'],_0x3c8b4d=_0x273311==null?void 0x0:_0x273311['bleedWidth'],_0x54e96d=_0x273311==null?void 0x0:_0x273311[_0x57b731(0x580)],_0x523ce5=_0x132067(_0x273311==null?void 0x0:_0x273311['viewScale']),_0x18599c=(0x0,_0x725655[_0x57b731(0x236)])(_0x523ce5),_0x36616c=(0x0,_0x725655[_0x57b731(0x236)])(void 0x0),_0x5e7b21=(0x0,_0x725655[_0x57b731(0x236)])(void 0x0);(0x0,_0x725655[_0x57b731(0x432)])(()=>{if(!_0x1f3b48)return;let _0x5dabd8=[],_0x7ab067=()=>{const _0x197d70=_0x41b8;let _0x199c7d=_0x2729ac[_0x197d70(0xf7)](_0x1f3b48,_0x414d24[_0x197d70(0x4ed)][_0x197d70(0x5ba)]),_0x3ba6e3=_0x199c7d==null?void 0x0:_0x199c7d['zoomRatio'];typeof _0x3ba6e3==_0x197d70(0x700)&&_0xd045cb[_0x197d70(0x289)](_0x241ab5[_0x197d70(0x864)]['id'],{'unitId':_0x1f3b48,'zoomRatio':_0x3ba6e3});},_0x107e43=_0x326ef2=>{const _0x21ab40=_0x41b8;let _0x28e925=requestAnimationFrame(_0x326ef2);_0x5dabd8[_0x21ab40(0x731)](()=>cancelAnimationFrame(_0x28e925));},_0xbbe13a=_0x56e93a=>{const _0x27fe42=_0x41b8;let _0x55250f=setTimeout(_0x7ab067,_0x56e93a);_0x5dabd8[_0x27fe42(0x731)](()=>clearTimeout(_0x55250f));};return _0x7ab067(),_0x107e43(_0x7ab067),_0x107e43(()=>_0x107e43(_0x7ab067)),_0xbbe13a(0x78),_0xbbe13a(0x1f4),()=>{const _0x58facb=_0x41b8;_0x5dabd8[_0x58facb(0x2f2)](_0x8e16bc=>_0x8e16bc());};},[_0xd045cb,_0x1f3b48,_0x2729ac]),(0x0,_0x725655[_0x57b731(0x764)])(()=>{const _0x10b0ff=_0x57b731;let _0x4e33c5=_0x1d1f9b[_0x10b0ff(0x835)];if(!_0x4e33c5||!_0xbea580||typeof window>'u')return;let _0x326626,_0x368891=()=>{const _0x49815b=_0x10b0ff;_0x326626=void 0x0;let _0x23e0ba=_0x4e33c5[_0x49815b(0x2b9)](),_0x3745fd=_0xee276a(_0x54e96d,()=>_0x1bf1d1(_0x4e33c5,_0x23e0ba[_0x49815b(0x597)]/_0x523ce5)),_0xc03183=(0x0,_0x241ab5['resolveDocsTableLikeCustomBlockBleedViewport'])(_0x4e33c5,_0x3745fd,{'authoritativeContentWidth':Number[_0x49815b(0x60e)](_0x54e96d)&&(_0x54e96d??0x0)>0x0,'bleedLeft':_0x522720,'bleedWidth':_0x3c8b4d,'viewScale':_0x523ce5});_0x51e9fd(_0x31bae2=>Math[_0x49815b(0x5a5)](_0x31bae2['bleedLeft']-_0xc03183['bleedLeft'])<0.5&&Math[_0x49815b(0x5a5)](_0x31bae2[_0x49815b(0x288)]-_0xc03183[_0x49815b(0x288)])<0.5&&Math[_0x49815b(0x5a5)](_0x31bae2[_0x49815b(0x786)]-_0xc03183[_0x49815b(0x786)])<0.5&&Math['abs'](_0x31bae2[_0x49815b(0x580)]-_0xc03183['contentWidth'])<0.5&&Math['abs'](_0x31bae2['virtualWidth']-_0xc03183[_0x49815b(0x55c)])<0.5?_0x31bae2:_0xc03183);},_0x3595c0=()=>{const _0xace921=_0x10b0ff;_0x326626==null&&_0x4e33c5[_0xace921(0x810)][_0xace921(0x10b)]!==_0xace921(0x223)&&(_0x326626=window['requestAnimationFrame'](_0x368891));},_0x21ad31=_0x3ea8c4=>{const _0x37779a=_0x10b0ff;_0x154c80(_0x4e33c5,_0x3ea8c4[_0x37779a(0x129)])&&_0x3595c0();};_0x368891();let _0x368798=new ResizeObserver(_0x3595c0);return _0x368798[_0x10b0ff(0x512)](_0x4e33c5),window[_0x10b0ff(0x474)](_0x10b0ff(0x628),_0x3595c0),window[_0x10b0ff(0x474)](_0x10b0ff(0x13d),_0x21ad31,!0x0),()=>{const _0x4718f1=_0x10b0ff;_0x326626!=null&&window[_0x4718f1(0x6b0)](_0x326626),_0x368798[_0x4718f1(0x2af)](),window[_0x4718f1(0x8f5)](_0x4718f1(0x628),_0x3595c0),window[_0x4718f1(0x8f5)](_0x4718f1(0x13d),_0x21ad31,!0x0);};},[_0x522720,_0x3c8b4d,_0x54e96d,_0xbea580,_0x523ce5]);let _0x19654a=_0xbea580?_0x14e7b5(_0x273311==null?void 0x0:_0x273311[_0x57b731(0x38c)]):(0x0,_0x241ab5[_0x57b731(0x8d1)])(_0x273311==null?void 0x0:_0x273311[_0x57b731(0x38c)],0x1),_0x1379f1=_0xbea580?0x34:0x0,_0x3841d7=_0x11fb34({'contentHeight':_0x19654a,'viewportHeight':_0x273311==null?void 0x0:_0x273311['viewportHeight']}),_0x66c9e=_0x2a635a({'contentHeight':_0x19654a,'floatingMenuInsetTop':_0x1379f1}),_0x242b64=_0xbea580?{'height':_0x66c9e*_0x523ce5,'minHeight':_0x66c9e*_0x523ce5}:void 0x0;(0x0,_0x725655['useLayoutEffect'])(()=>{const _0x4bcc8f=_0x57b731;var _0x85dcae,_0x2e6411;_0x18599c[_0x4bcc8f(0x835)]=_0x523ce5,(_0x85dcae=_0x1d1f9b[_0x4bcc8f(0x835)])==null||_0x85dcae['style']['removeProperty'](_0x4bcc8f(0x5ad)),(_0x2e6411=_0x1d1f9b[_0x4bcc8f(0x835)])==null||delete _0x2e6411[_0x4bcc8f(0x810)][_0x4bcc8f(0x10b)];},[_0x523ce5]),(0x0,_0x725655['useEffect'])(()=>{const _0x4ef7d8=_0x57b731;if(!_0xbea580||!_0x3b3d07)return;let _0x25b801=_0x1d1f9b[_0x4ef7d8(0x835)],_0x4e2b29=()=>{const _0xfca755=_0x4ef7d8;_0x5e7b21[_0xfca755(0x835)]!=null&&(window[_0xfca755(0x547)](_0x5e7b21[_0xfca755(0x835)]),_0x5e7b21[_0xfca755(0x835)]=void 0x0),_0x36616c['current']!=null&&(window[_0xfca755(0x6b0)](_0x36616c[_0xfca755(0x835)]),_0x36616c[_0xfca755(0x835)]=void 0x0);},_0x55e347=_0xd045cb[_0x4ef7d8(0x119)](_0x14c641=>{const _0x12ef3c=_0x4ef7d8;if(_0x14c641['id']!==_0x241ab5[_0x12ef3c(0x864)]['id'])return;let _0x7367f2=_0x14c641[_0x12ef3c(0x4b9)];if((_0x7367f2==null?void 0x0:_0x7367f2[_0x12ef3c(0x448)])!==_0x3b3d07)return;let _0x3ca041=_0x1d1f9b[_0x12ef3c(0x835)],_0xacdf64=_0x132067(_0x7367f2['zoomRatio']);!_0x3ca041||_0xacdf64===_0x18599c[_0x12ef3c(0x835)]||(_0x1a357e(_0x3ca041,{'fromScale':_0x18599c['current'],'outerHeight':_0x66c9e,'toScale':_0xacdf64}),_0x18599c['current']=_0xacdf64,_0x4e2b29(),_0x5e7b21[_0x12ef3c(0x835)]=window[_0x12ef3c(0x4bc)](()=>{const _0x3ec1f1=_0x12ef3c;_0x5e7b21[_0x3ec1f1(0x835)]=void 0x0,_0x36616c[_0x3ec1f1(0x835)]=window[_0x3ec1f1(0x2e9)](()=>{const _0x183a61=_0x3ec1f1;_0x36616c['current']=void 0x0,_0x3ca041['style'][_0x183a61(0x688)](_0x183a61(0x5ad)),delete _0x3ca041['dataset'][_0x183a61(0x10b)];});},0x78));});return()=>{const _0x31cee5=_0x4ef7d8;_0x55e347[_0x31cee5(0x3b7)](),_0x4e2b29(),_0x25b801==null||_0x25b801['style'][_0x31cee5(0x688)](_0x31cee5(0x5ad)),_0x25b801&&delete _0x25b801[_0x31cee5(0x810)][_0x31cee5(0x10b)];};},[_0xd045cb,_0x66c9e,_0x3b3d07,_0xbea580]);let _0x373b11=(0x0,_0x725655[_0x57b731(0x769)])((_0x2e01c,_0x372ae3)=>{const _0x500ed9=_0x57b731;var _0x34ffd7;let _0x1917e7=(_0x34ffd7=_0x56326f['getRenderUnitById'](_0x372ae3[_0x500ed9(0x672)]))==null?void 0x0:_0x34ffd7[_0x500ed9(0x89a)];return _0x212689({..._0x372ae3,'event':_0x2e01c,'source':'wheel','stage':_0x500ed9(0x8bf)},_0x1917e7==null?void 0x0:_0x1917e7[_0x500ed9(0x7f2)](_0x241ab5['VIEWPORT_KEY'][_0x500ed9(0xac)]),_0x1917e7);},[_0x56326f]),_0xcd088d=(0x0,_0x725655[_0x57b731(0x769)])(_0x2edf83=>{_0x5ec7df(_0x56326f,_0x3b3d07,_0x2edf83);},[_0x56326f,_0x3b3d07]);return(0x0,_0x5c0f5d[_0x57b731(0x7ba)])(_0x57b731(0x5ff),{'ref':_0x1d1f9b,'className':'univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20[&[data-embed-docs-custom-block-sheet-like=true]]:univer-pointer-events-none\x20[&[data-embed-docs-custom-block-sheet-like=true]]:[contain:layout_style]','data-u-comp':_0x57b731(0x775),'data-embed-docs-custom-block':'true','data-embed-docs-custom-block-child-type':(_0x36f53d==null?void 0x0:_0x36f53d[_0x57b731(0x23a)])==null?void 0x0:String(_0x36f53d['childType']),'data-embed-docs-custom-block-sheet-like':_0xbea580?_0x57b731(0x223):void 0x0,'style':_0x242b64,'children':(0x0,_0x5c0f5d[_0x57b731(0x7ba)])(_0x9db6a7,{..._0x3e4f85,'docsCustomBlockLayout':_0xbea580?{'bleedLeft':_0x55b18f['bleedLeft'],'bleedWidth':_0x55b18f[_0x57b731(0x786)],'contentHeight':_0x19654a,'contentWidth':_0x55b18f[_0x57b731(0x580)],'floatingMenuInsetTop':_0x1379f1,'pageContentWidth':(_0x273311==null?void 0x0:_0x273311[_0x57b731(0x815)])??_0x55b18f[_0x57b731(0x580)],'sheetLike':!0x0,'viewScale':_0x523ce5,'visibleCanvasHeight':_0x273311==null?void 0x0:_0x273311[_0x57b731(0x1ad)],'viewportHeight':_0x3841d7}:{'floatingMenuInsetTop':_0x1379f1,'sheetLike':!0x1},'interactionFlow':_0x57b731(0x8b9),'onHostWheel':_0xbea580?_0x373b11:void 0x0,'onRuntimeStageEnter':_0xcd088d,'syncHostVerticalScroll':_0xbea580})});}function _0x1a357e(_0x447563,_0x352d00){const _0x157a60=_0x19cb8f;let _0x1fc606=_0x132067(_0x352d00['fromScale']),_0x4d6235=_0x132067(_0x352d00['toScale']),_0x1f836c=_0x4d6235/_0x1fc606,_0x59b169=_0x352d00[_0x157a60(0x2d6)]*_0x4d6235;_0x447563['style']['height']=_0x59b169+'px',_0x447563[_0x157a60(0x163)][_0x157a60(0x55d)]=_0x59b169+'px',_0x447563['style'][_0x157a60(0x5ad)]=_0x157a60(0x2ac),_0x447563[_0x157a60(0x810)][_0x157a60(0x10b)]=_0x157a60(0x223);let _0x2b1205=_0x447563[_0x157a60(0x7e7)]('[data-embed-float-content=\x22true\x22]');_0x2b1205&&[_0x157a60(0x678),_0x157a60(0x3b4)][_0x157a60(0x2f2)](_0x331a79=>{const _0x1ba0dd=_0x157a60;let _0x1ac0e7=Number[_0x1ba0dd(0x663)](_0x2b1205[_0x1ba0dd(0x163)][_0x331a79]);Number[_0x1ba0dd(0x60e)](_0x1ac0e7)&&(_0x2b1205[_0x1ba0dd(0x163)][_0x331a79]=_0x1ac0e7*_0x1f836c+'px');});let _0x10fa78=_0x447563['querySelector'](_0x157a60(0x435));_0x10fa78&&(_0x10fa78[_0x157a60(0x163)]['transform']=_0x4d6235===0x1?'':_0x157a60(0x250)+_0x4d6235+')');}function _0x132067(_0x2b34da){const _0x332985=_0x19cb8f;return typeof _0x2b34da==_0x332985(0x700)&&Number[_0x332985(0x60e)](_0x2b34da)&&_0x2b34da>0x0?_0x2b34da:0x1;}function _0x5ec7df(_0x3c04af,_0xfe584d,_0x3ec5a0){const _0x5ee330=_0x19cb8f;var _0x4f21b1;_0x3ec5a0!==_0x5ee330(0x8bf)||!_0xfe584d||(_0x4f21b1=_0x3c04af['getRenderUnitById'](_0xfe584d))==null||(_0x4f21b1=_0x4f21b1['with'](_0x241ab5['DocSelectionRenderService']))==null||_0x4f21b1['blur']();}function _0x14e7b5(_0x240236){const _0x5b1147=_0x19cb8f;return(0x0,_0x241ab5[_0x5b1147(0x8d1)])(_0x240236,0x1e0);}function _0x11fb34(_0xb132f2){const _0x405a04=_0x19cb8f;return(0x0,_0x241ab5['resolveDocsTableLikeCustomBlockContentHeight'])(_0xb132f2[_0x405a04(0x1fb)],_0xb132f2['contentHeight']);}function _0xee276a(_0x77c377,_0x362e1e){const _0x2b7146=_0x19cb8f;return Number[_0x2b7146(0x60e)](_0x77c377)&&(_0x77c377??0x0)>0x0?_0x77c377:(0x0,_0x241ab5[_0x2b7146(0x723)])(void 0x0,_0x362e1e());}function _0x154c80(_0x11a43d,_0x1ef22e){const _0x268a18=_0x19cb8f;return!(_0x1ef22e instanceof Node&&_0x11a43d[_0x268a18(0x691)](_0x1ef22e));}function _0x1bf1d1(_0x9f22f3,_0x15f242){const _0x387e25=_0x19cb8f;let _0x2eb206=_0x9f22f3[_0x387e25(0x7e7)]('[data-u-comp=\x22embed-float-dom-live-content\x22]'),_0x502575=_0x9f22f3[_0x387e25(0x7e7)]('[data-u-comp=\x22embed-float-dom-live-canvas\x22]'),_0x4e5565=[Math[_0x387e25(0x2ad)](0x1,_0x15f242)];return _0x6061de(_0x2eb206,_0x4e5565),_0x6061de(_0x502575,_0x4e5565),Math[_0x387e25(0x2ad)](..._0x4e5565[_0x387e25(0x1d4)](_0x1743ef=>Number['isFinite'](_0x1743ef)&&_0x1743ef>0x0));}function _0x6061de(_0x14281e,_0x2ab7a5){const _0x78c0d0=_0x19cb8f;if(_0x14281e){_0x2ab7a5['push'](_0x14281e[_0x78c0d0(0x844)],_0x14281e['offsetWidth'],_0x14281e[_0x78c0d0(0x2b9)]()[_0x78c0d0(0x597)]);for(let _0x5a5c2e of Array[_0x78c0d0(0x7d3)](_0x14281e[_0x78c0d0(0x445)])){if(!(_0x5a5c2e instanceof HTMLElement))continue;let _0x46f4de=_0x5a5c2e[_0x78c0d0(0x2b9)](),_0x2161cd=_0x14281e['getBoundingClientRect']();_0x2ab7a5[_0x78c0d0(0x731)](_0x5a5c2e[_0x78c0d0(0x844)],_0x5a5c2e[_0x78c0d0(0x242)],_0x46f4de[_0x78c0d0(0x5ce)]-_0x2161cd[_0x78c0d0(0x3b4)]);}}}let _0x4eb0a3=class extends _0x414d24['Disposable']{constructor(_0x44b2b6){const _0x215250=_0x19cb8f;super(),this['_componentManager']=_0x44b2b6,this[_0x215250(0x37b)]();}[_0x19cb8f(0x37b)](){const _0xc4ccb9=_0x19cb8f;this[_0xc4ccb9(0x45f)](this['_componentManager'][_0xc4ccb9(0x586)](_0x470dcf[_0xc4ccb9(0x3ef)],_0x49ef7d)),this[_0xc4ccb9(0x45f)](this[_0xc4ccb9(0x67c)][_0xc4ccb9(0x586)](_0x5e7b5b[_0xc4ccb9(0x874)],_0x9db6a7)),this[_0xc4ccb9(0x45f)](this[_0xc4ccb9(0x67c)][_0xc4ccb9(0x586)](_0x102c36,_0x265227)),this[_0xc4ccb9(0x45f)](this['_componentManager'][_0xc4ccb9(0x586)](_0x4a9b27,_0x25d26a));}};_0x4eb0a3=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5ab84f[_0x19cb8f(0x89b)]))],_0x4eb0a3);let _0x5c040d=class{constructor(_0x12489d,_0x271371){const _0x378124=_0x19cb8f;this[_0x378124(0x8e9)]=_0x12489d,this[_0x378124(0x2bc)]=_0x271371,this[_0x378124(0x2bc)][_0x378124(0x586)]({'childType':_0x414d24[_0x378124(0x4ed)]['UNIVER_DOC'],'handleWheel':_0x5e3585=>this[_0x378124(0x8e9)][_0x378124(0x8f1)](_0x363ea7['DocsTablePassiveWheelService'])?this['_injector'][_0x378124(0x8ee)](_0x363ea7['DocsTablePassiveWheelService'])[_0x378124(0x514)]({'childUnitId':_0x5e3585[_0x378124(0x27a)],'event':_0x5e3585['event'],'source':_0x5e3585[_0x378124(0x463)]}):!0x1,'order':0x64});}};_0x5c040d=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24[_0x19cb8f(0xc8)])),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x43b400))],_0x5c040d);let _0x2dd478=[_0x414d24[_0x19cb8f(0x4ed)][_0x19cb8f(0x5ba)],_0x414d24[_0x19cb8f(0x4ed)]['UNIVER_SHEET'],_0x414d24['UniverInstanceType'][_0x19cb8f(0x618)],_0x414d24[_0x19cb8f(0x4ed)][_0x19cb8f(0x833)]],_0x5ab92a=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x548cc3,_0x1bcb0c){const _0x425b01=_0x19cb8f;super(),this['_univerInstanceService']=_0x548cc3,this[_0x425b01(0xf8)]=_0x1bcb0c,_0x2dd478[_0x425b01(0x2f2)](_0x3a041a=>{this['disposeWithMe'](this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x3a041a)['subscribe'](_0x82eb0c=>{const _0x3ef310=_0x41b8;this[_0x3ef310(0xf8)][_0x3ef310(0x8c4)](_0x82eb0c[_0x3ef310(0x24c)]());}));});}};_0x5ab92a=_0x276853([_0x482d3a(0x0,_0x414d24[_0x19cb8f(0x468)]),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x8ba)]))],_0x5ab92a);let _0x12b335=class extends _0x414d24['Disposable']{constructor(_0x1ee129,_0x5ee39c){const _0x2018fb=_0x19cb8f;super(),this['_injector']=_0x1ee129,this[_0x2018fb(0x543)]=_0x5ee39c,_0x53835d(this,'_suspendedSheetNote',null),_0x53835d(this,_0x2018fb(0x35c),null),this[_0x2018fb(0x45f)](this[_0x2018fb(0x543)]['runtimeSessionChanged$'][_0x2018fb(0x132)](()=>{const _0x1e416e=_0x2018fb;this[_0x1e416e(0x8f0)]();}));}[_0x19cb8f(0x8f0)](){const _0x143e3a=_0x19cb8f;let _0x56c4b3=this[_0x143e3a(0x543)]['resolveActiveChildSessionRuntimeScope']();this[_0x143e3a(0x2cf)]((_0x56c4b3==null?void 0x0:_0x56c4b3[_0x143e3a(0x672)])??null);let _0xd36e08=(_0x56c4b3==null?void 0x0:_0x56c4b3[_0x143e3a(0x174)])===_0x143e3a(0x7c6)?_0x56c4b3['hostUnitId']??null:null;this['_syncPersistentSheetNotes'](_0xd36e08),this[_0x143e3a(0x421)](_0xd36e08);}[_0x19cb8f(0x2cf)](_0x4a9602){const _0x2527f0=_0x19cb8f;if(!_0x4a9602||!this[_0x2527f0(0x8e9)]['has'](_0x1ed905[_0x2527f0(0x3ba)]))return;let _0x111d52=this[_0x2527f0(0x8e9)][_0x2527f0(0x8ee)](_0x1ed905[_0x2527f0(0x3ba)])[_0x2527f0(0x4a0)](_0x4a9602);(_0x111d52==null?void 0x0:_0x111d52['type'])===_0x414d24[_0x2527f0(0x4ed)]['UNIVER_DOC']&&_0x111d52['with'](_0x241ab5[_0x2527f0(0x17f)])[_0x2527f0(0x46a)](!0x0);}[_0x19cb8f(0x7c4)](_0xbdd98){const _0x1280ca=_0x19cb8f;if(_0xbdd98!==this['_suppressedSheetNoteHostUnitId']){let _0x5e0cae=this[_0x1280ca(0x8e9)][_0x1280ca(0x8f1)](_0x1a2545[_0x1280ca(0x6a1)])?this[_0x1280ca(0x8e9)][_0x1280ca(0x8ee)](_0x1a2545[_0x1280ca(0x6a1)]):null;this[_0x1280ca(0x35c)]&&(_0x5e0cae==null||_0x5e0cae[_0x1280ca(0x846)](this['_suppressedSheetNoteHostUnitId'],!0x1)),_0xbdd98&&(_0x5e0cae==null||_0x5e0cae[_0x1280ca(0x846)](_0xbdd98,!0x0)),this[_0x1280ca(0x35c)]=_0xbdd98;}}['_syncActiveSheetNote'](_0x5bbd20){const _0x1073ef=_0x19cb8f;var _0xca1270;if(!this[_0x1073ef(0x8e9)]['has'](_0x1a2545[_0x1073ef(0x2f5)]))return;let _0x19498b=this[_0x1073ef(0x8e9)]['get'](_0x1a2545['SheetsNotePopupService']),_0x41cff5=_0x19498b['activePopup'];if(_0x5bbd20!=null&&_0x5bbd20===((_0x41cff5==null?void 0x0:_0x41cff5[_0x1073ef(0x448)])??((_0xca1270=this[_0x1073ef(0x1d1)])==null?void 0x0:_0xca1270['unitId']))){_0x41cff5&&!_0x41cff5[_0x1073ef(0x7b7)]&&(this[_0x1073ef(0x1d1)]=_0x41cff5),_0x19498b['hidePopup'](!0x0);return;}if(!this[_0x1073ef(0x1d1)])return;let _0x49428d=this['_suspendedSheetNote'];this[_0x1073ef(0x1d1)]=null,_0x41cff5||_0x19498b['showPopup'](_0x49428d);}};_0x12b335=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24[_0x19cb8f(0xc8)])),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x1db604))],_0x12b335);let _0x1b7900=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x235c3a,_0x3af262,_0xe051d7,_0x5afd44,_0x6a8479){const _0x481429=_0x19cb8f;super(),this[_0x481429(0x7af)]=_0x235c3a,this[_0x481429(0x1b6)]=_0x3af262,this['_ribbonOverrideService']=_0xe051d7,this['_injector']=_0x6a8479,_0x53835d(this,'_current',null),_0x53835d(this,_0x481429(0x478),null),this[_0x481429(0x45f)](_0x5afd44['registerDisabledUIParts']([_0x5ab84f[_0x481429(0x858)]['TOOLBAR']],this['_menuOverrideService']['override$']['pipe']((0x0,_0x61d5ff['map'])(_0x16e3ac=>{const _0x5d3415=_0x481429;var _0x4b2d89;return _0x16e3ac!=null&&((_0x4b2d89=this['_blockRegistry'][_0x5d3415(0x8ee)](_0x16e3ac[_0x5d3415(0x23a)]))==null?void 0x0:_0x4b2d89[_0x5d3415(0x6b4)])===_0x5d3415(0x489);}),(0x0,_0x61d5ff['distinctUntilChanged'])()))),this[_0x481429(0x45f)]((0x0,_0x414d24[_0x481429(0x5f4)])(this[_0x481429(0x7af)]['override$']['subscribe'](_0xabd1b=>{const _0x8fc404=_0x481429;var _0x522136,_0x1b72ed;if(!_0xabd1b){this[_0x8fc404(0x5d3)]?(this[_0x8fc404(0x5d3)]['dispose'](),this[_0x8fc404(0x5d3)]=null):this[_0x8fc404(0x4b8)][_0x8fc404(0x13a)](),this['_currentOverride']=null;return;}if(_0xa79510(this['_currentOverride'],_0xabd1b))return;let _0x538963=this['_blockRegistry'][_0x8fc404(0x8ee)](_0xabd1b['childType']),_0x4888db=_0x538963==null||(_0x522136=_0x538963['createRibbonOverride'])==null?void 0x0:_0x522136[_0x8fc404(0x353)](_0x538963,{'childType':_0xabd1b[_0x8fc404(0x23a)],'childUnitId':_0xabd1b[_0x8fc404(0x27a)],'injector':this[_0x8fc404(0x8e9)],'embedId':_0xabd1b[_0x8fc404(0x576)],'hostUnitId':_0xabd1b[_0x8fc404(0x672)],'entry':_0xabd1b[_0x8fc404(0x3a2)]});if(!_0x4888db){var _0x54f115;(_0x54f115=this[_0x8fc404(0x5d3)])==null||_0x54f115[_0x8fc404(0x3b7)](),this[_0x8fc404(0x5d3)]=null,this[_0x8fc404(0x478)]=null,this[_0x8fc404(0x4b8)][_0x8fc404(0x13a)]();return;}this[_0x8fc404(0x4b8)][_0x8fc404(0x1a8)]({'id':_0xabd1b[_0x8fc404(0x576)],'ribbonService':_0x4888db[_0x8fc404(0x820)],'injector':_0x4888db[_0x8fc404(0x412)],'portalContainer':_0x4888db[_0x8fc404(0x8f2)]??_0xabd1b[_0x8fc404(0x8f2)],'placeholderTitle':_0x4888db[_0x8fc404(0x68e)],'hideToolbar':_0x4888db[_0x8fc404(0x263)]}),(_0x1b72ed=this[_0x8fc404(0x5d3)])==null||_0x1b72ed[_0x8fc404(0x3b7)](),this[_0x8fc404(0x5d3)]=null,this[_0x8fc404(0x478)]=null;let _0xf1d3dc=this[_0x8fc404(0x32f)](_0xabd1b);this[_0x8fc404(0x478)]=_0xabd1b,this[_0x8fc404(0x5d3)]=(0x0,_0x414d24[_0x8fc404(0x5f4)])(()=>{const _0x41355b=_0x8fc404;var _0x54eb79;_0xf1d3dc==null||_0xf1d3dc[_0x41355b(0x3b7)](),this['_ribbonOverrideService'][_0x41355b(0x13a)](_0xabd1b[_0x41355b(0x576)]),(_0x54eb79=_0x4888db[_0x41355b(0xec)])==null||_0x54eb79[_0x41355b(0x3b7)](),this[_0x41355b(0x478)]=null;});})));}['_registerRibbonOwnership'](_0x4eefd1){const _0x4747ed=_0x19cb8f;var _0x112db4;let _0x29e1ba=((_0x112db4=_0x4eefd1[_0x4747ed(0x8f2)])==null?void 0x0:_0x112db4[_0x4747ed(0x7c1)])??(typeof document>'u'?void 0x0:document),_0x399aff=_0x29e1ba==null?void 0x0:_0x29e1ba[_0x4747ed(0x7e7)]('[data-u-comp=\x22headerbar\x22]');if(!_0x399aff)return;let _0x3161a3=[];return this[_0x4747ed(0x8e9)]['has'](_0x58aac7)&&_0x3161a3['push'](this['_injector']['get'](_0x58aac7)['registerRoot'](_0x4eefd1[_0x4747ed(0x576)],_0x399aff,_0x4eefd1[_0x4747ed(0x27a)])),this[_0x4747ed(0x8e9)][_0x4747ed(0x8f1)](_0x1db604)&&_0x3161a3[_0x4747ed(0x731)](this[_0x4747ed(0x8e9)]['get'](_0x1db604)[_0x4747ed(0xeb)]({'embedId':_0x4eefd1[_0x4747ed(0x576)],'role':_0x4747ed(0xf4),'element':_0x399aff})),_0x3161a3[_0x4747ed(0x716)]?(0x0,_0x414d24[_0x4747ed(0x5f4)])(()=>[..._0x3161a3][_0x4747ed(0x82d)]()[_0x4747ed(0x2f2)](_0x5c38bb=>_0x5c38bb['dispose']())):void 0x0;}[_0x19cb8f(0x3b7)](){const _0x31dcf6=_0x19cb8f;var _0x39f7d9;(_0x39f7d9=this['_current'])==null||_0x39f7d9[_0x31dcf6(0x3b7)](),this[_0x31dcf6(0x5d3)]=null,this[_0x31dcf6(0x478)]=null,super['dispose']();}};_0x1b7900=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x18e118)),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x25c01f)),_0x482d3a(0x2,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5ab84f[_0x19cb8f(0x7c3)])),_0x482d3a(0x3,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5ab84f['IUIPartsService'])),_0x482d3a(0x4,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24[_0x19cb8f(0xc8)]))],_0x1b7900);function _0xa79510(_0x51d76b,_0x1e5e1d){const _0x5cfa1d=_0x19cb8f;return _0x51d76b!=null&&_0x51d76b[_0x5cfa1d(0x672)]===_0x1e5e1d[_0x5cfa1d(0x672)]&&_0x51d76b[_0x5cfa1d(0x576)]===_0x1e5e1d[_0x5cfa1d(0x576)]&&_0x51d76b[_0x5cfa1d(0x27a)]===_0x1e5e1d[_0x5cfa1d(0x27a)]&&_0x51d76b[_0x5cfa1d(0x23a)]===_0x1e5e1d[_0x5cfa1d(0x23a)]&&_0x51d76b['entry']===_0x1e5e1d['entry']&&_0x51d76b[_0x5cfa1d(0x225)]===_0x1e5e1d['reason']&&_0x51d76b[_0x5cfa1d(0x8f2)]===_0x1e5e1d[_0x5cfa1d(0x8f2)]&&_0x51d76b[_0x5cfa1d(0xf5)]===_0x1e5e1d[_0x5cfa1d(0xf5)]&&_0x51d76b[_0x5cfa1d(0x14f)]===_0x1e5e1d['lockHostRibbon'];}let _0x246ced=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x79d118,_0x2de417,_0x1c23c3){const _0x4ae92b=_0x19cb8f;super(),this[_0x4ae92b(0x879)]=_0x79d118,this['_embedModelService']=_0x2de417,this['_dialogService']=_0x1c23c3,_0x53835d(this,'_dialogs',[]);let _0x55e0ae=this[_0x4ae92b(0x777)][_0x4ae92b(0x549)]()[_0x4ae92b(0x132)](_0x55cd67=>{const _0x580e18=_0x4ae92b;this[_0x580e18(0x134)]=_0x55cd67;});this[_0x4ae92b(0x45f)]((0x0,_0x414d24[_0x4ae92b(0x5f4)])(()=>_0x55e0ae[_0x4ae92b(0x333)]())),this['disposeWithMe'](this['_commandService'][_0x4ae92b(0x119)](_0xb4d71b=>{const _0x2b2586=_0x4ae92b;var _0x930be6;if(_0xb4d71b['id']!==_0x5e7b5b['SoftDeleteEmbedDescriptorMutation']['id'])return;let _0x3994a2=_0xb4d71b[_0x2b2586(0x4b9)];if(typeof(_0x3994a2==null?void 0x0:_0x3994a2['embedId'])!=_0x2b2586(0x3e0)||typeof _0x3994a2[_0x2b2586(0x448)]!=_0x2b2586(0x3e0))return;let _0x46e618=(_0x930be6=this['_embedModelService'][_0x2b2586(0x62c)](_0x3994a2[_0x2b2586(0x448)],_0x3994a2[_0x2b2586(0x576)]))==null?void 0x0:_0x930be6[_0x2b2586(0x27a)];_0x46e618&&this[_0x2b2586(0x134)][_0x2b2586(0x2f2)](_0x270c32=>{const _0x4808d5=_0x2b2586;_0x28efd3(_0x270c32)===_0x46e618&&this['_dialogService'][_0x4808d5(0x394)](_0x270c32['id']);});}));}[_0x19cb8f(0x3b7)](){const _0x9d3ae=_0x19cb8f;super['dispose'](),this[_0x9d3ae(0x134)]=[];}};_0x246ced=_0x276853([_0x482d3a(0x0,_0x414d24[_0x19cb8f(0x6e1)]),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x646)])),_0x482d3a(0x2,(0x0,_0x414d24['Inject'])(_0x5ab84f['IDialogService']))],_0x246ced);function _0x28efd3(_0x33098e){const _0x38072b=_0x19cb8f;var _0x2e983e,_0x1053ac;let _0x22be51=(_0x2e983e=_0x33098e['children'])==null?void 0x0:_0x2e983e[_0x38072b(0x2bb)];if(!_0x22be51||typeof _0x22be51==_0x38072b(0x3e0))return;let _0x4a467e=(_0x1053ac=_0x22be51[_0x38072b(0x80c)])==null?void 0x0:_0x1053ac[_0x38072b(0x448)];return typeof _0x4a467e==_0x38072b(0x3e0)?_0x4a467e:void 0x0;}let _0x4434f3=class extends _0x414d24['Disposable']{constructor(_0xb7f949,_0x4cdf8b,_0x3c912d,_0x15b547,_0x32234f,_0x2449bc){const _0x3404dc=_0x19cb8f;super(),this[_0x3404dc(0x6f2)]=_0xb7f949,this[_0x3404dc(0x337)]=_0x4cdf8b,this['_injector']=_0x3c912d,this[_0x3404dc(0x123)]=_0x15b547,this[_0x3404dc(0x681)]=_0x32234f,this[_0x3404dc(0x3db)]=_0x2449bc,_0x53835d(this,_0x3404dc(0x72a),!0x1),_0x53835d(this,_0x3404dc(0x173),!0x1),_0x53835d(this,_0x3404dc(0x8d5),new Map()),this['_registerPrintPreparation'](),this[_0x3404dc(0x60b)](),this[_0x3404dc(0x290)]();}async['prepare'](_0x2a4bfb){const _0x5107c0=_0x19cb8f;if(_0x2a4bfb[_0x5107c0(0x357)]===_0x414d24[_0x5107c0(0x4ed)][_0x5107c0(0x5ba)]?(this[_0x5107c0(0x2eb)](),this[_0x5107c0(0x8d5)][_0x5107c0(0x4f4)](_0x2a4bfb['unitId'])):_0x2a4bfb[_0x5107c0(0x357)]===_0x414d24['UniverInstanceType']['UNIVER_SHEET']&&this[_0x5107c0(0x738)](),await this[_0x5107c0(0x6f2)][_0x5107c0(0x8e6)](_0x2a4bfb),_0x2a4bfb[_0x5107c0(0x357)]===_0x414d24['UniverInstanceType'][_0x5107c0(0x5ba)]){let _0x522821=this[_0x5107c0(0x123)][_0x5107c0(0xf7)](_0x2a4bfb[_0x5107c0(0x448)],_0x414d24[_0x5107c0(0x4ed)][_0x5107c0(0x5ba)]),_0x39ce4c=_0x522821==null?void 0x0:_0x522821[_0x5107c0(0x31b)]();if(_0x522821&&_0x39ce4c){let _0x9b3fae=_0x522821[_0x5107c0(0x6d8)]()[_0x5107c0(0x831)]===_0x414d24['DocumentFlavor']['MODERN'],_0x4b3ffa=_0x9b3fae?void 0x0:this[_0x5107c0(0x8fd)](_0x2a4bfb[_0x5107c0(0x448)]),_0x35b797=_0x359d6f(_0x39ce4c,_0x2a4bfb[_0x5107c0(0x448)],this['_embedPrintService'],_0x4b3ffa,_0x9b3fae||!!_0x4b3ffa,_0x9b3fae);this[_0x5107c0(0x8d5)][_0x5107c0(0x4a8)](_0x2a4bfb[_0x5107c0(0x448)],_0x35b797),_0x2a4bfb[_0x5107c0(0x38c)]=Math[_0x5107c0(0x2ad)](_0x2a4bfb[_0x5107c0(0x38c)]??0x0,_0x35b797[_0x5107c0(0x38c)]),_0x9b3fae&&(_0x2a4bfb['contentHeightAdjustment']=(_0x2a4bfb[_0x5107c0(0x73d)]??0x0)+_0x35b797[_0x5107c0(0x73d)]),_0x9b3fae&&_0x35b797[_0x5107c0(0x141)]['length']&&(_0x2a4bfb[_0x5107c0(0x141)]??=[])['push'](..._0x35b797[_0x5107c0(0x141)]);}}}[_0x19cb8f(0x783)](){const _0x2d8ad6=_0x19cb8f;this[_0x2d8ad6(0x45f)](this['_printPreparationService']['registerContribution'](this));}['_resolveDocPageMetrics'](_0x259575){const _0x276850=_0x19cb8f;var _0x262aba,_0x489723;let _0x957bce=this[_0x276850(0x8e9)]['get'](_0x1ed905[_0x276850(0x3ba)])[_0x276850(0x4a0)](_0x259575),_0x73ddaa=_0x957bce==null||(_0x262aba=_0x957bce[_0x276850(0x57f)](_0x470dcf[_0x276850(0x11e)])[_0x276850(0x224)]()[_0x276850(0x227)]())==null?void 0x0:_0x262aba['pages'][0x0],_0x48bb6a=(_0x489723=this[_0x276850(0x123)][_0x276850(0xf7)](_0x259575,_0x414d24[_0x276850(0x4ed)][_0x276850(0x5ba)]))==null||(_0x489723=_0x489723[_0x276850(0x6d8)]()['pageSize'])==null?void 0x0:_0x489723[_0x276850(0x101)],_0x52e143=_0x957bce==null?void 0x0:_0x957bce[_0x276850(0x536)];if(!(_0x52e143 instanceof _0x1ed905[_0x276850(0x509)]))return;let _0x1297df=_0x52e143['getOffsetConfig']()[_0x276850(0x330)]??0x0,_0x3de6ba=_0x73ddaa&&_0x3a182d(_0x73ddaa[_0x276850(0x30b)])?_0x73ddaa[_0x276850(0x30b)]:_0x48bb6a;return _0x3a182d(_0x3de6ba)?{'firstTop':_0x1297df,'pageStride':_0x3de6ba+_0x1297df}:void 0x0;}[_0x19cb8f(0x2eb)](){const _0x1bcc66=_0x19cb8f;if(this[_0x1bcc66(0x72a)])return;let _0x282df9=this[_0x1bcc66(0x8e9)][_0x1bcc66(0x8ee)](_0x241ab5[_0x1bcc66(0x104)]);_0x282df9['registerPrintComponent'](_0x470dcf[_0x1bcc66(0x3ef)],_0x4a9b27),this[_0x1bcc66(0x45f)](_0x282df9[_0x1bcc66(0x51b)][_0x1bcc66(0x5ac)](_0x282df9[_0x1bcc66(0x51b)][_0x1bcc66(0x25c)]()[_0x1bcc66(0x325)],{'handler':(_0x1e4902,_0x30c145,_0x268e8f)=>{const _0x52637a=_0x1bcc66;var _0x47b881;if(!_0x1e4902)return _0x268e8f(_0x1e4902);let _0x3799aa=_0x268e8f(_0x1e4902),_0x4d4292=(_0x47b881=this[_0x52637a(0x123)]['getUnit'](_0x30c145[_0x52637a(0x448)],_0x414d24[_0x52637a(0x4ed)]['UNIVER_DOC']))==null?void 0x0:_0x47b881['getSnapshot']();return _0x4d4292&&_0x28c835(_0x30c145['root'][_0x52637a(0x2c7)]??_0x30c145[_0x52637a(0x270)],_0x4d4292,_0x30c145[_0x52637a(0x448)],_0x30c145[_0x52637a(0x76a)],_0x30c145[_0x52637a(0x1ee)],this[_0x52637a(0x6f2)],_0x1e4902,this[_0x52637a(0x8d5)][_0x52637a(0x8ee)](_0x30c145[_0x52637a(0x448)])),_0x3799aa;}})),this[_0x1bcc66(0x72a)]=!0x0;}['_registerSheetPrinting'](){const _0x476dc4=_0x19cb8f;if(this[_0x476dc4(0x173)])return;let _0x5239b6=this[_0x476dc4(0x8e9)][_0x476dc4(0x8ee)](_0x34d89f[_0x476dc4(0x7cc)]);_0x5239b6[_0x476dc4(0x72f)](_0x5e7b5b[_0x476dc4(0x874)],_0x102c36),this[_0x476dc4(0x45f)](_0x5239b6[_0x476dc4(0x51b)][_0x476dc4(0x5ac)](_0x5239b6['interceptor']['getInterceptPoints']()[_0x476dc4(0x89f)],{'handler':(_0x42518c,_0xa574f1,_0x4d2fbf)=>_0x4d2fbf(this[_0x476dc4(0x3f3)](_0xa574f1[_0x476dc4(0x448)],_0xa574f1[_0x476dc4(0x70e)])?{'startRow':0x0,'endRow':0x0,'startColumn':0x0,'endColumn':0x0}:_0x42518c)})),this[_0x476dc4(0x45f)](_0x5239b6['interceptor'][_0x476dc4(0x5ac)](_0x5239b6[_0x476dc4(0x51b)][_0x476dc4(0x25c)]()[_0x476dc4(0x325)],{'handler':(_0x854de6,_0x33d1ed,_0xf7444)=>{const _0x2fb3bf=_0x476dc4;if(!_0x854de6)return _0xf7444(_0x854de6);let _0x15d59a=this['_getOriginalSheetTabData'](_0x33d1ed[_0x2fb3bf(0x448)],_0x33d1ed[_0x2fb3bf(0x70e)])??(0x0,_0x5e7b5b[_0x2fb3bf(0x4ee)])(_0x33d1ed[_0x2fb3bf(0x852)][_0x2fb3bf(0x31b)]()),_0x13b767=_0x15d59a&&this[_0x2fb3bf(0x6f2)][_0x2fb3bf(0x899)](_0x33d1ed[_0x2fb3bf(0x448)],_0x15d59a[_0x2fb3bf(0x576)]);if(!(_0x13b767!=null&&_0x13b767[_0x2fb3bf(0x463)]))return _0xf7444(_0x854de6);let _0x43de12=_0x41cdeb(_0x33d1ed[_0x2fb3bf(0x270)],_0x13b767[_0x2fb3bf(0x463)],_0x854de6,{'height':_0x33d1ed['engine'][_0x2fb3bf(0xd3)]()[_0x2fb3bf(0x6cd)](),'offsetX':_0x33d1ed['offset'][_0x2fb3bf(0x771)],'offsetY':_0x33d1ed[_0x2fb3bf(0x76a)]['offsetY'],'width':_0x33d1ed[_0x2fb3bf(0x266)][_0x2fb3bf(0xd3)]()[_0x2fb3bf(0x59f)]()});return _0x43de12['complete']||_0x33d1ed['resourceCollector'][_0x2fb3bf(0x70a)](_0x5e394a(_0x43de12)),_0xf7444(_0x854de6);}})),this[_0x476dc4(0x173)]=!0x0;}[_0x19cb8f(0x3f3)](_0x4a27d8,_0x4d0f8d){const _0x1269df=_0x19cb8f;var _0x37faac;let _0x507305=(_0x37faac=this[_0x1269df(0x123)][_0x1269df(0xf7)](_0x4a27d8,_0x414d24[_0x1269df(0x4ed)][_0x1269df(0x520)]))==null?void 0x0:_0x37faac[_0x1269df(0x299)](_0x4d0f8d);return _0x507305&&(0x0,_0x5e7b5b['getEmbedSheetsTabCustomData'])(_0x507305[_0x1269df(0x31b)]());}[_0x19cb8f(0x60b)](){const _0x293c36=_0x19cb8f;this[_0x293c36(0x45f)](this['_slidePrintDrawingTransformService']['register']((_0x29c4c3,_0x27cdb2)=>_0x2fb108(_0x29c4c3,_0x27cdb2,this[_0x293c36(0x6f2)])));}[_0x19cb8f(0x290)](){const _0x840c60=_0x19cb8f;this[_0x840c60(0x45f)](this[_0x840c60(0x3db)][_0x840c60(0x586)]((_0x3f394a,_0x1e6c83)=>_0x337877(_0x3f394a,_0x1e6c83,this[_0x840c60(0x6f2)])));}[_0x19cb8f(0x3b7)](){const _0x4de4fb=_0x19cb8f;this[_0x4de4fb(0x8d5)][_0x4de4fb(0x13a)](),super[_0x4de4fb(0x3b7)]();}};_0x4434f3=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24['Inject'])(_0x2f6bca)),_0x482d3a(0x1,_0x2ed2f5[_0x19cb8f(0x667)]),_0x482d3a(0x2,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24['Injector'])),_0x482d3a(0x3,_0x414d24[_0x19cb8f(0x468)]),_0x482d3a(0x4,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x2da869[_0x19cb8f(0x5dc)])),_0x482d3a(0x5,(0x0,_0x414d24['Inject'])(_0x4e9347[_0x19cb8f(0x17c)]))],_0x4434f3);function _0x337877(_0x446246,_0x50c2bf,_0x5575ff){const _0x34b125=_0x19cb8f;let _0x1ba5af={..._0x446246[_0x34b125(0x541)]};return _0x446246[_0x34b125(0x51e)][_0x34b125(0x2f2)](_0x214d66=>{const _0x22e1e1=_0x34b125;let _0x21e0dd=_0x1ba5af[_0x214d66],_0xcda321=_0x21e0dd==null?void 0x0:_0x21e0dd['element'];if(!_0x21e0dd||!(0x0,_0x26e12c[_0x22e1e1(0x643)])(_0xcda321)||_0xcda321[_0x22e1e1(0x2fc)]===!0x1)return;let _0x57fda6=(0x0,_0x26e12c[_0x22e1e1(0x808)])(_0xcda321),_0x51fa67=_0x57fda6&&_0x5575ff[_0x22e1e1(0x899)](_0x50c2bf['boardModel'][_0x22e1e1(0x24c)](),_0x57fda6[_0x22e1e1(0x576)]);_0x51fa67!=null&&_0x51fa67[_0x22e1e1(0x463)]&&(_0x1ba5af[_0x214d66]={..._0x21e0dd,'element':_0x17c730(_0xcda321,_0x51fa67[_0x22e1e1(0x463)])});}),{'data':_0x1ba5af,'order':_0x446246[_0x34b125(0x51e)]};}function _0x17c730(_0x401017,_0x417252){const _0x48b03f=_0x19cb8f;return{'id':_0x401017['id'],'type':_0x26e12c['BoardElementType'][_0x48b03f(0x6ab)],'transform':_0x401017['transform'],'source':_0x417252,'imageSourceType':_0x414d24['ImageSourceType'][_0x48b03f(0x687)],'parentId':_0x401017[_0x48b03f(0x2aa)],'laneId':_0x401017[_0x48b03f(0x689)],'role':_0x401017[_0x48b03f(0x1af)],'managedBy':_0x401017['managedBy'],'name':_0x401017[_0x48b03f(0x51a)],'description':_0x401017['description'],'visible':_0x401017['visible'],'selectable':_0x401017['selectable'],'locked':_0x401017[_0x48b03f(0x294)],'custom':_0x401017[_0x48b03f(0x8f8)]};}function _0x28c835(_0x1d1088,_0x2930e5,_0x350d4f,_0x121a55,_0x5b6090,_0x36b843,_0x3748a5,_0x1f6e63){const _0x39f158=_0x19cb8f;var _0x51d977;(_0x51d977=_0x2930e5[_0x39f158(0x327)])==null||_0x51d977[_0x39f158(0x2f2)](_0x5f2c62=>{const _0x2ce984=_0x39f158;var _0x36d4af;let _0x107315=(_0x36d4af=_0x2930e5[_0x2ce984(0x241)])==null?void 0x0:_0x36d4af[_0x5f2c62];if(!_0x107315)return;let _0x2d1742=_0x103f56(_0x2ce984(0x541)in _0x107315?_0x107315[_0x2ce984(0x541)]:void 0x0),_0x1e4dbb=_0x2d1742&&_0x36b843[_0x2ce984(0x899)](_0x2d1742[_0x2ce984(0x672)]??_0x350d4f,_0x2d1742[_0x2ce984(0x576)]),_0x21b474=_0x1f6e63==null?void 0x0:_0x1f6e63[_0x2ce984(0x241)][_0x2ce984(0x8ee)](_0x5f2c62);if(_0x1e4dbb!=null&&_0x1e4dbb['canvas']){var _0x2dda83;let _0x2e660f=_0x412b1a(_0x107315),_0x28570a=_0x21b474!=null&&(_0x2dda83=_0x21b474[_0x2ce984(0xc9)])!=null&&_0x2dda83[_0x2ce984(0x716)]?_0x21b474['segments']:_0x48c4c4(_0x1e4dbb,_0x21b474,_0x2e660f);if(_0x3e0724(_0x1d1088,_0x2e660f[_0x2ce984(0x3b4)],_0x2e660f['width'],_0x1e4dbb,_0x28570a,_0x121a55,_0x5b6090,_0x3748a5),_0x28570a[_0x2ce984(0x716)])return;}let _0xe00cab=_0x5577b7(_0x107315,_0x5f2c62,_0x350d4f,_0x36b843,_0x1f6e63);if(!_0xe00cab)return;let {height:_0x42ee2a,left:_0x372e7b,source:_0x3bfafb,top:_0x5bfdde,width:_0x5e6b29}=_0xe00cab;if(_0x372e7b+_0x5e6b29<_0x5b6090[_0x2ce984(0x3b4)]||_0x372e7b>_0x5b6090['right']||_0x5bfdde+_0x42ee2a<_0x5b6090[_0x2ce984(0x678)]||_0x5bfdde>_0x5b6090['bottom'])return;let _0x1299f8=document[_0x2ce984(0x3a6)](_0x2ce984(0x3d0));_0x1299f8[_0x2ce984(0x347)]='',_0x1299f8['src']=_0x3bfafb,_0x1299f8[_0x2ce984(0x163)][_0x2ce984(0x84e)]='absolute',_0x1299f8[_0x2ce984(0x163)]['left']=_0x372e7b-_0x121a55['x']+'px',_0x1299f8[_0x2ce984(0x163)]['top']=_0x5bfdde-_0x121a55['y']+'px',_0x1299f8[_0x2ce984(0x163)][_0x2ce984(0x597)]=_0x5e6b29+'px',_0x1299f8[_0x2ce984(0x163)][_0x2ce984(0x101)]=_0x42ee2a+'px',_0x1299f8['style'][_0x2ce984(0x2f8)]=_0x2ce984(0x660),_0x1299f8[_0x2ce984(0x163)][_0x2ce984(0x459)]=_0x2ce984(0x121),_0x1299f8[_0x2ce984(0x163)][_0x2ce984(0x63a)]=_0x2ce984(0x2f7),_0x1299f8[_0x2ce984(0x163)][_0x2ce984(0x83c)]='11',_0x1d1088[_0x2ce984(0x46f)](_0x1299f8),_0x3748a5[_0x2ce984(0x70a)]((0x0,_0x414d24['toDisposable'])(()=>_0x1299f8[_0x2ce984(0x7b3)]()));});}function _0x48c4c4(_0x4da3e0,_0x3ba367,_0x25c873){const _0x27f871=_0x19cb8f;if(!_0x4da3e0[_0x27f871(0x209)]||!_0x5a4861(_0x25c873['top'])||!_0x3a182d(_0x25c873[_0x27f871(0x597)]))return[];let _0xbbba14=(_0x3ba367==null?void 0x0:_0x3ba367[_0x27f871(0x678)])??_0x25c873[_0x27f871(0x678)],_0x3e4f87=(_0x3ba367==null?void 0x0:_0x3ba367[_0x27f871(0x101)])??(_0x3a182d(_0x4da3e0['width'])?_0x25c873[_0x27f871(0x597)]*_0x4da3e0[_0x27f871(0x101)]/_0x4da3e0[_0x27f871(0x597)]:_0x25c873[_0x27f871(0x101)]);return _0x5a4861(_0xbbba14)&&_0x3a182d(_0x3e4f87)?[{'height':_0x3e4f87,'sourceHeight':_0x4da3e0[_0x27f871(0x209)][_0x27f871(0x101)],'sourceTop':0x0,'top':_0xbbba14}]:[];}function _0x3e0724(_0x480191,_0x4f6801,_0x180b1d,_0x56c42d,_0x583a2d,_0x432d49,_0x395792,_0x1f9fd7){const _0x478054=_0x19cb8f;let _0x3bbd39=_0x56c42d[_0x478054(0x209)];!_0x3bbd39||!_0x5a4861(_0x4f6801)||!_0x3a182d(_0x180b1d)||!_0x3a182d(_0x56c42d['width'])||_0x583a2d['forEach'](_0x534337=>{const _0x2e9271=_0x478054;var _0x32d474;if(_0x4f6801+_0x180b1d<_0x395792[_0x2e9271(0x3b4)]||_0x4f6801>_0x395792['right']||_0x534337[_0x2e9271(0x678)]+_0x534337[_0x2e9271(0x101)]<=_0x395792['top']||_0x534337[_0x2e9271(0x678)]>=_0x395792[_0x2e9271(0x6b6)])return;let _0x2be2f2=document[_0x2e9271(0x3a6)]('canvas');_0x2be2f2['width']=_0x3bbd39['width'],_0x2be2f2[_0x2e9271(0x101)]=Math[_0x2e9271(0x2ad)](0x1,Math[_0x2e9271(0xd6)](_0x534337['sourceHeight'])),(_0x32d474=_0x2be2f2[_0x2e9271(0x396)]('2d'))==null||_0x32d474[_0x2e9271(0x15e)](_0x3bbd39,0x0,_0x534337['sourceTop'],_0x3bbd39['width'],_0x534337[_0x2e9271(0x1ae)],0x0,0x0,_0x2be2f2['width'],_0x2be2f2[_0x2e9271(0x101)]),_0x2be2f2[_0x2e9271(0x163)]['position']=_0x2e9271(0x483),_0x2be2f2[_0x2e9271(0x163)][_0x2e9271(0x3b4)]=_0x4f6801-_0x432d49['x']+'px',_0x2be2f2['style'][_0x2e9271(0x678)]=_0x534337[_0x2e9271(0x678)]-_0x432d49['y']+'px',_0x2be2f2[_0x2e9271(0x163)][_0x2e9271(0x597)]=_0x180b1d+'px',_0x2be2f2[_0x2e9271(0x163)][_0x2e9271(0x101)]=_0x534337[_0x2e9271(0x101)]+'px',_0x2be2f2[_0x2e9271(0x163)][_0x2e9271(0x63a)]=_0x2e9271(0x2f7),_0x2be2f2[_0x2e9271(0x163)][_0x2e9271(0x83c)]='11',_0x480191['appendChild'](_0x2be2f2),_0x1f9fd7['add']((0x0,_0x414d24['toDisposable'])(()=>_0x2be2f2['remove']()));});}function _0x5577b7(_0x37ca07,_0x4e42ab,_0x54ed35,_0x104071,_0x14c94b){const _0x428ca3=_0x19cb8f;var _0x100425,_0x31a22a;let _0x549bf5=_0x103f56(_0x428ca3(0x541)in _0x37ca07?_0x37ca07[_0x428ca3(0x541)]:void 0x0),_0x36d8a0=_0x412b1a(_0x37ca07),_0x380a2e=_0x549bf5&&_0x104071[_0x428ca3(0x612)](_0x549bf5['hostUnitId']??_0x54ed35,_0x549bf5[_0x428ca3(0x576)]),_0x25b0bb=_0x36d8a0==null?void 0x0:_0x36d8a0[_0x428ca3(0x3b4)],_0x567a96=(_0x14c94b==null||(_0x100425=_0x14c94b[_0x428ca3(0x241)][_0x428ca3(0x8ee)](_0x4e42ab))==null?void 0x0:_0x100425[_0x428ca3(0x678)])??(_0x36d8a0==null?void 0x0:_0x36d8a0[_0x428ca3(0x678)]),_0x5418f7=_0x36d8a0==null?void 0x0:_0x36d8a0[_0x428ca3(0x597)];if(!_0x380a2e||!_0x5a4861(_0x25b0bb)||!_0x5a4861(_0x567a96)||!_0x3a182d(_0x5418f7))return;let _0x2b13c0=_0x37ca07[_0x428ca3(0x44c)][_0x428ca3(0x70b)]['width'],_0x1cdf9b=_0x37ca07['docTransform'][_0x428ca3(0x70b)]['height'];return{'height':(_0x14c94b==null||(_0x31a22a=_0x14c94b[_0x428ca3(0x241)]['get'](_0x4e42ab))==null?void 0x0:_0x31a22a[_0x428ca3(0x101)])??_0x503a46(_0x549bf5[_0x428ca3(0x23a)],_0x36d8a0==null?void 0x0:_0x36d8a0[_0x428ca3(0x101)],_0x2b13c0,_0x1cdf9b,_0x5418f7),'left':_0x25b0bb,'source':_0x380a2e,'top':_0x567a96,'width':_0x5418f7};}function _0x359d6f(_0x2dd98e,_0x30072e,_0x332ac7,_0xc4ff29,_0x5189b9=!!_0xc4ff29,_0x2bbaab=!0x1){const _0x6a298=_0x19cb8f;let _0x59be95=(_0x2dd98e[_0x6a298(0x327)]??[])['map'](_0x7ee7c2=>{const _0x3b8238=_0x6a298;var _0x18286a;return{'drawingId':_0x7ee7c2,'drawing':(_0x18286a=_0x2dd98e[_0x3b8238(0x241)])==null?void 0x0:_0x18286a[_0x7ee7c2]};})[_0x6a298(0x1d4)](({drawing:_0x1adfe8})=>{const _0x265bf3=_0x6a298;let _0x1f5e3e=_0x1adfe8&&_0x103f56(_0x265bf3(0x541)in _0x1adfe8?_0x1adfe8[_0x265bf3(0x541)]:void 0x0);return!!_0x1adfe8&&!!_0x1f5e3e&&(!!_0x332ac7[_0x265bf3(0x899)](_0x1f5e3e[_0x265bf3(0x672)]??_0x30072e,_0x1f5e3e[_0x265bf3(0x576)])||!!_0x332ac7[_0x265bf3(0x612)](_0x1f5e3e['hostUnitId']??_0x30072e,_0x1f5e3e['embedId']));})[_0x6a298(0x192)]((_0x1fdd47,_0x52eff1)=>{const _0x247261=_0x6a298;var _0x4d55b9,_0x480489;return(_0x1fdd47[_0x247261(0x5ef)]?((_0x4d55b9=_0x412b1a(_0x1fdd47[_0x247261(0x5ef)]))==null?void 0x0:_0x4d55b9['top'])??0x0:0x0)-(_0x52eff1['drawing']?((_0x480489=_0x412b1a(_0x52eff1[_0x247261(0x5ef)]))==null?void 0x0:_0x480489[_0x247261(0x678)])??0x0:0x0);}),_0xf3df3a=new Map(),_0x561e3c=[],_0x275d20=new Set(_0x59be95['map'](({drawingId:_0x5d7d37})=>_0x5d7d37)),_0x26c670=_0x59be95[_0x6a298(0x138)](({drawing:_0x356d61})=>{const _0x2e445b=_0x6a298;let _0x155998=_0x356d61&&_0x103f56('data'in _0x356d61?_0x356d61[_0x2e445b(0x541)]:void 0x0);return _0x155998&&_0x56efad(_0x155998[_0x2e445b(0x23a)]);}),_0x2b020c=_0x26c670==null?void 0x0:_0x26c670[_0x6a298(0x5ef)],_0x31f47f=_0x2b020c&&_0x412b1a(_0x2b020c)[_0x6a298(0x678)],_0x4df643=(_0x2dd98e[_0x6a298(0x327)]??[])[_0x6a298(0x1c9)](_0x1277a6=>{const _0x159224=_0x6a298;var _0x23a3fd;let _0x4807bf=(_0x23a3fd=_0x2dd98e[_0x159224(0x241)])==null?void 0x0:_0x23a3fd[_0x1277a6];if(!_0x4807bf||_0x275d20['has'](_0x1277a6))return!0x1;let _0x1cbd45=_0x412b1a(_0x4807bf)[_0x159224(0x678)];return!_0x5a4861(_0x31f47f)||!_0x5a4861(_0x1cbd45)||_0x1cbd45>=_0x31f47f;}),_0x423213=!_0x26c670||_0x4a6dcb(_0x2dd98e,_0x26c670[_0x6a298(0x5a2)]),_0x4010e7=_0x2bbaab&&!_0x4df643&&!_0x423213,_0x3d6cf7=0x0,_0x5ab051=0x0;return _0x59be95[_0x6a298(0x2f2)](({drawingId:_0x2aa34a,drawing:_0x3c0339},_0x350933)=>{const _0x186648=_0x6a298;var _0x1ae996;if(!_0x3c0339)return;let _0x2dc98e=_0x103f56('data'in _0x3c0339?_0x3c0339[_0x186648(0x541)]:void 0x0),_0x351f65=_0x412b1a(_0x3c0339),_0x437bfe=_0x351f65==null?void 0x0:_0x351f65[_0x186648(0x678)],_0x599b02=_0x351f65==null?void 0x0:_0x351f65[_0x186648(0x597)],_0x285df7=_0x3c0339[_0x186648(0x44c)][_0x186648(0x70b)][_0x186648(0x597)],_0x552c1a=_0x3c0339[_0x186648(0x44c)][_0x186648(0x70b)][_0x186648(0x101)];if(!_0x2dc98e||!_0x5a4861(_0x437bfe)||!_0x3a182d(_0x599b02))return;let _0x507e2a=_0x3a182d(_0x351f65==null?void 0x0:_0x351f65[_0x186648(0x101)])?_0x351f65[_0x186648(0x101)]:_0x28135c(_0x285df7,_0x552c1a,_0x599b02),_0x45f9f9=_0x332ac7[_0x186648(0x899)](_0x2dc98e[_0x186648(0x672)]??_0x30072e,_0x2dc98e['embedId']),_0x1d799a=_0x45f9f9&&_0x3a182d(_0x45f9f9[_0x186648(0x597)])?_0x599b02*_0x45f9f9[_0x186648(0x101)]/_0x45f9f9[_0x186648(0x597)]:_0x503a46(_0x2dc98e[_0x186648(0x23a)],_0x351f65==null?void 0x0:_0x351f65[_0x186648(0x101)],_0x285df7,_0x552c1a,_0x599b02),_0x4931fc=_0x437bfe+_0x3d6cf7,_0x4a2c34=_0x45f9f9&&_0x3a182d(_0x45f9f9['width'])?_0x599b02/_0x45f9f9[_0x186648(0x597)]:0x1,_0x9a1c74=_0x5189b9&&_0x45f9f9!=null&&_0x45f9f9[_0x186648(0x209)]&&(_0x1ae996=_0x45f9f9[_0x186648(0x4bb)])!=null&&_0x1ae996[_0x186648(0x716)]?_0x19c5b5(_0x45f9f9,_0x4931fc,_0x4a2c34,_0xc4ff29):void 0x0,_0x2d3c52=_0x9a1c74!=null&&_0x9a1c74[_0x186648(0x716)]?_0x9a1c74[_0x9a1c74[_0x186648(0x716)]-0x1][_0x186648(0x678)]+_0x9a1c74[_0x9a1c74[_0x186648(0x716)]-0x1]['height']-_0x4931fc:_0x1d799a;if(_0xf3df3a['set'](_0x2aa34a,{'height':_0x2d3c52,'segments':_0x9a1c74,'top':_0x4931fc}),_0x9a1c74!=null&&_0x9a1c74[_0x186648(0x716)]?_0x561e3c[_0x186648(0x731)](..._0x9a1c74[_0x186648(0x4da)](_0xd7923a=>({'bottom':_0xd7923a[_0x186648(0x678)]+_0xd7923a[_0x186648(0x101)],'sourceId':_0x2aa34a,'top':_0xd7923a[_0x186648(0x678)]}))):_0x5189b9&&_0x2d3c52>0x0&&_0x561e3c[_0x186648(0x731)]({'bottom':_0x4931fc+_0x2d3c52,'sourceId':_0x2aa34a,'top':_0x4931fc}),_0x5ab051=Math[_0x186648(0x2ad)](_0x5ab051,_0x4931fc+_0x2d3c52),_0x56efad(_0x2dc98e[_0x186648(0x23a)])){var _0x5a6ce8;let _0x4d650e=(_0x5a6ce8=_0x59be95[_0x350933+0x1])==null?void 0x0:_0x5a6ce8[_0x186648(0x5ef)],_0x38ad9a=_0x4d650e?_0x412b1a(_0x4d650e)[_0x186648(0x678)]:void 0x0,_0x4740bb=_0x2d3c52-(_0x5a4861(_0x38ad9a)?Math['max'](0x0,Math['min'](_0x507e2a,_0x38ad9a-_0x437bfe)):_0x507e2a);_0x3d6cf7+=_0x4010e7?_0x4740bb:Math['max'](0x0,_0x4740bb);}}),{'contentHeight':_0x5ab051,'contentHeightAdjustment':_0x3d6cf7,'drawings':_0xf3df3a,'pageBreakRanges':_0x561e3c};}function _0x4a6dcb(_0x195fdd,_0x26a713){const _0x29daef=_0x19cb8f;var _0x204a99;let _0x2baa8c=_0x195fdd[_0x29daef(0x7ae)],_0x2d641d=_0x2baa8c==null||(_0x204a99=_0x2baa8c[_0x29daef(0x205)])==null||(_0x204a99=_0x204a99[_0x29daef(0x138)](({blockId:_0x3ca9ab})=>_0x3ca9ab===_0x26a713))==null?void 0x0:_0x204a99[_0x29daef(0x33b)];return!(_0x2baa8c!=null&&_0x2baa8c[_0x29daef(0x3f6)])||!_0x5a4861(_0x2d641d)||Array[_0x29daef(0x7d3)](_0x2baa8c['dataStream']['slice'](_0x2d641d+0x1))[_0x29daef(0x1c9)](_0x2d6c2e=>_0x2d6c2e!==_0x414d24[_0x29daef(0x43c)][_0x29daef(0x679)]&&_0x2d6c2e!==_0x414d24[_0x29daef(0x43c)][_0x29daef(0x1ce)]&&_0x2d6c2e!==_0x414d24['DataStreamTreeTokenType'][_0x29daef(0x7d1)]&&_0x2d6c2e!==_0x414d24[_0x29daef(0x43c)][_0x29daef(0x592)]&&_0x2d6c2e[_0x29daef(0xd1)]()!=='');}function _0x412b1a(_0x47de0b){const _0x389168=_0x19cb8f;return _0x47de0b[_0x389168(0x540)]??(0x0,_0x470dcf[_0x389168(0x87c)])(_0x47de0b['docTransform']);}function _0x19c5b5(_0x27aaf8,_0x7ac3e1,_0x26964d,_0x26ea10){const _0xddf02e=_0x19cb8f;let _0x3c3673=[...(_0x27aaf8[_0xddf02e(0x4bb)]??[])['filter'](_0x23c585=>_0x23c585>0x0&&_0x23c585<_0x27aaf8['height']),_0x27aaf8[_0xddf02e(0x101)]],_0x28e00f=[],_0x2ab1f2=0x0,_0x47ab72=_0x7ac3e1;return _0x3c3673['forEach'](_0xba1115=>{const _0xdcac05=_0xddf02e;let _0x3be0c0=_0xba1115-_0x2ab1f2,_0x5db6d4=_0x3be0c0*_0x26964d;if(_0x26ea10){let _0x58a879=_0x316b41(_0x47ab72,_0x26ea10);_0x47ab72<_0x58a879&&_0x47ab72+_0x5db6d4>_0x58a879&&_0x5db6d4<=_0x26ea10['pageStride']&&(_0x47ab72=_0x58a879);}_0x28e00f[_0xdcac05(0x731)]({'height':_0x5db6d4,'sourceHeight':_0x3be0c0,'sourceTop':_0x2ab1f2,'top':_0x47ab72}),_0x47ab72+=_0x5db6d4,_0x2ab1f2=_0xba1115;}),_0x28e00f;}function _0x316b41(_0x26c545,_0x2df08c){const _0x504c46=_0x19cb8f;let _0x2dc738=Math[_0x504c46(0x2ad)](0x0,Math[_0x504c46(0x891)]((_0x26c545-_0x2df08c[_0x504c46(0x256)])/_0x2df08c['pageStride']));return _0x2df08c[_0x504c46(0x256)]+(_0x2dc738+0x1)*_0x2df08c['pageStride'];}function _0x503a46(_0x3b735e,_0x4a89f7,_0x31bf3d,_0x5ba229,_0xea9940){return _0x56efad(_0x3b735e)&&_0x3a182d(_0x4a89f7)?_0x4a89f7:_0x28135c(_0x31bf3d,_0x5ba229,_0xea9940);}function _0x28135c(_0x2b366e,_0x5940be,_0x10a926){return _0x3a182d(_0x2b366e)&&_0x3a182d(_0x5940be)?_0x10a926*_0x5940be/_0x2b366e:0x0;}function _0x56efad(_0x1cd888){const _0x439990=_0x19cb8f;return _0x1cd888===_0x414d24[_0x439990(0x4ed)][_0x439990(0x520)]||_0x1cd888===_0x414d24['UniverInstanceType']['UNIVER_BASE'];}function _0x5a4861(_0x3f62a7){const _0xde6abe=_0x19cb8f;return typeof _0x3f62a7==_0xde6abe(0x700)&&Number['isFinite'](_0x3f62a7);}function _0x3a182d(_0x2e7533){return _0x5a4861(_0x2e7533)&&_0x2e7533>0x0;}function _0x41cdeb(_0x120bdd,_0x275460,_0x5802fc,_0x2a4fa6){const _0x209bd3=_0x19cb8f;let _0x498f0f=_0x120bdd[_0x209bd3(0x163)][_0x209bd3(0x5ad)],_0x5c9086=_0x120bdd['style']['zIndex'],_0x56750f=document[_0x209bd3(0x3a6)](_0x209bd3(0x3d0));return _0x56750f[_0x209bd3(0x347)]='',_0x56750f[_0x209bd3(0xef)]=_0x275460,_0x56750f[_0x209bd3(0x163)][_0x209bd3(0x84e)]='absolute',_0x56750f[_0x209bd3(0x163)][_0x209bd3(0x3b4)]=-_0x2a4fa6[_0x209bd3(0x771)]+'px',_0x56750f[_0x209bd3(0x163)][_0x209bd3(0x678)]=-_0x2a4fa6[_0x209bd3(0x895)]+'px',_0x56750f[_0x209bd3(0x163)][_0x209bd3(0x597)]=_0x2a4fa6[_0x209bd3(0x597)]+'px',_0x56750f['style'][_0x209bd3(0x101)]=_0x2a4fa6['height']+'px',_0x56750f['style']['objectFit']='contain',_0x56750f[_0x209bd3(0x163)]['objectPosition']='center',_0x56750f[_0x209bd3(0x163)][_0x209bd3(0x63a)]=_0x209bd3(0x2f7),_0x120bdd[_0x209bd3(0x163)]['overflow']='visible',_0x120bdd['style'][_0x209bd3(0x83c)]='9',_0x120bdd[_0x209bd3(0x46f)](_0x56750f),_0x5802fc['add']((0x0,_0x414d24[_0x209bd3(0x5f4)])(()=>{const _0x37ca2b=_0x209bd3;_0x56750f[_0x37ca2b(0x7b3)](),_0x120bdd['style'][_0x37ca2b(0x5ad)]=_0x498f0f,_0x120bdd[_0x37ca2b(0x163)][_0x37ca2b(0x83c)]=_0x5c9086;})),_0x56750f;}function _0x5e394a(_0x24e90e){return new Promise(_0x337efd=>{const _0x4ad42c=_0x41b8;_0x24e90e[_0x4ad42c(0x474)](_0x4ad42c(0x552),()=>_0x337efd(),{'once':!0x0}),_0x24e90e['addEventListener'](_0x4ad42c(0x2dd),()=>_0x337efd(),{'once':!0x0});});}function _0x2fb108(_0x19c8dd,_0x53bd69,_0x45ae2f){const _0x5a8d44=_0x19cb8f;let _0x98b7ff=_0x53bd69['slideModel'][_0x5a8d44(0x24c)](),_0x2e4def=_0x53bd69[_0x5a8d44(0x307)][_0x5a8d44(0x69a)](),_0x1f79be=_0x53bd69[_0x5a8d44(0x307)]['getData'](),_0x307cab=(0x0,_0x33aad3['getEmbedSlidesPageCustomData'])(_0x1f79be),_0x12f3df=_0x307cab&&_0x45ae2f[_0x5a8d44(0x899)](_0x98b7ff,_0x307cab[_0x5a8d44(0x576)]);if(_0x307cab&&_0x12f3df!=null&&_0x12f3df[_0x5a8d44(0x463)]){let _0xee1e19=(0x0,_0x5dbcbd[_0x5a8d44(0x5b2)])(_0x1f79be[_0x5a8d44(0x349)]??_0x53bd69['slideModel']['getSnapshot']()[_0x5a8d44(0xb1)]),_0x869480=_0x2a5f59(_0x98b7ff,_0x2e4def,_0x5a8d44(0x1a7)+_0x307cab[_0x5a8d44(0x576)],_0x12f3df[_0x5a8d44(0x463)],{'left':0x0,'top':0x0,'width':_0xee1e19[_0x5a8d44(0x597)],'height':_0xee1e19[_0x5a8d44(0x101)]});return{'data':{[_0x869480[_0x5a8d44(0x5a2)]]:_0x869480},'order':[_0x869480[_0x5a8d44(0x5a2)]]};}return _0x41a09d(_0x19c8dd,_0x98b7ff,_0x2e4def,_0x45ae2f);}function _0x41a09d(_0x49b61c,_0x1a3e73,_0x203a4d,_0x1a6689){const _0x4099b1=_0x19cb8f;let _0x4e2384={..._0x49b61c[_0x4099b1(0x541)]};return _0x49b61c[_0x4099b1(0x51e)][_0x4099b1(0x2f2)](_0x23ec7c=>{const _0x4d193f=_0x4099b1;let _0x1ccdc2=_0x4e2384[_0x23ec7c],_0x59c07a=_0x1ccdc2&&(0x0,_0x33aad3[_0x4d193f(0x246)])(_0x1ccdc2['element']),_0x21ef44=_0x59c07a&&_0x1a6689[_0x4d193f(0x612)](_0x1a3e73,_0x59c07a[_0x4d193f(0x576)]);!_0x1ccdc2||!_0x21ef44||(_0x4e2384[_0x23ec7c]=_0x2a5f59(_0x1a3e73,_0x203a4d,_0x23ec7c,_0x21ef44,_0x1ccdc2[_0x4d193f(0x2f9)][_0x4d193f(0x540)],_0x1ccdc2[_0x4d193f(0x8a8)]));}),{'data':_0x4e2384,'order':_0x49b61c[_0x4099b1(0x51e)]};}function _0x2a5f59(_0x5a0199,_0xa5f8a6,_0x48d680,_0x5963d5,_0x1b3658,_0x9c72c5=_0x33aad3[_0x19cb8f(0x57c)][_0x19cb8f(0x7b6)]){const _0x2febf9=_0x19cb8f;return(0x0,_0x33aad3[_0x2febf9(0x217)])(_0x5a0199,_0xa5f8a6,{'id':_0x48d680,'type':_0x33aad3['PageElementTypeEnum'][_0x2febf9(0x6ab)],'name':_0x48d680,'source':_0x5963d5,'imageSourceType':_0x414d24[_0x2febf9(0x5f8)][_0x2febf9(0x687)],'transform':_0x1b3658},_0x9c72c5);}let _0x231f92=new Set([_0x19cb8f(0xdf)+_0x414d24[_0x19cb8f(0x579)],_0x19cb8f(0xdf)+_0x414d24[_0x19cb8f(0x3c0)]]),_0x5f1bc8=class extends _0x414d24['Disposable']{constructor(_0x61f012){const _0x418c43=_0x19cb8f;super(),[{'id':_0x241ab5[_0x418c43(0x39e)]['id'],'binding':_0x5ab84f[_0x418c43(0x65d)]['A']|_0x5ab84f[_0x418c43(0x39d)][_0x418c43(0x5cd)],'eventPreconditions':_0x1e3754,'preconditions':_0xebf7a7,'nativeTextEditorBehavior':_0x5ab84f['NativeTextEditorShortcutBehavior'][_0x418c43(0xbb)],'priority':0x386},{'id':_0x34d89f['SelectAllCommand']['id'],'binding':_0x5ab84f[_0x418c43(0x65d)]['A']|_0x5ab84f[_0x418c43(0x39d)][_0x418c43(0x5cd)],'eventPreconditions':_0x1e3754,'preconditions':_0x4c6360=>!_0xebf7a7(_0x4c6360),'nativeTextEditorBehavior':_0x5ab84f['NativeTextEditorShortcutBehavior'][_0x418c43(0xbb)],'priority':0x386,'staticParameters':{'expandToGapFirst':!0x0,'loop':!0x0}},{'id':_0x414d24['UndoCommand']['id'],'binding':_0x5ab84f[_0x418c43(0x65d)]['Z']|_0x5ab84f['MetaKeys'][_0x418c43(0x5cd)],'eventPreconditions':_0x1e3754,'preconditions':_0x5a6105=>!_0xebf7a7(_0x5a6105),'priority':0x386},{'id':_0x414d24[_0x418c43(0x77e)]['id'],'binding':_0x5ab84f['KeyCode']['Y']|_0x5ab84f[_0x418c43(0x39d)][_0x418c43(0x5cd)],'eventPreconditions':_0x1e3754,'preconditions':_0x3f7bbd=>!_0xebf7a7(_0x3f7bbd),'priority':0x386},{'id':_0x414d24[_0x418c43(0x77e)]['id'],'binding':_0x5ab84f['KeyCode']['Z']|_0x5ab84f['MetaKeys']['CTRL_COMMAND']|_0x5ab84f[_0x418c43(0x39d)][_0x418c43(0x465)],'eventPreconditions':_0x1e3754,'preconditions':_0x30329c=>!_0xebf7a7(_0x30329c),'priority':0x386}]['forEach'](_0x22cbed=>this[_0x418c43(0x45f)](_0x61f012['registerShortcut'](_0x22cbed)));}};_0x5f1bc8=_0x276853([_0x482d3a(0x0,_0x5ab84f['IShortcutService'])],_0x5f1bc8);function _0x1e3754(_0x5f10ee){const _0x26a6c9=_0x19cb8f;let _0x412634=_0x5f10ee[_0x26a6c9(0x129)];return _0x412634 instanceof HTMLElement&&_0x231f92[_0x26a6c9(0x8f1)](_0x412634['id'])&&_0x412634[_0x26a6c9(0x13c)](_0x26a6c9(0x851))!=null;}function _0xebf7a7(_0x899515){const _0x42ba28=_0x19cb8f;return!!(_0x899515['getContextValue'](_0x414d24['EDITOR_ACTIVATED'])||_0x899515[_0x42ba28(0x522)](_0x414d24[_0x42ba28(0x81a)]));}function _0x4c72e7(_0x1dc9ed){const _0x3f52d6=_0x19cb8f;let _0x18c9e8=[];return[[_0x414d24[_0x3f52d6(0x4ed)][_0x3f52d6(0x5ba)],_0x3f52d6(0x82f)],[_0x414d24[_0x3f52d6(0x4ed)][_0x3f52d6(0x520)],_0x3f52d6(0x1e9)],[_0x414d24[_0x3f52d6(0x4ed)][_0x3f52d6(0x833)],'slides-ui.ribbon'],[_0x414d24[_0x3f52d6(0x4ed)][_0x3f52d6(0x618)],_0x3f52d6(0x3ea)]][_0x3f52d6(0x2f2)](([_0x4f25aa,_0x341ea5])=>{const _0x5ccb74=_0x3f52d6;let _0x2d8c32=_0x1ee6c4(_0x1dc9ed,{'childType':_0x4f25aa,'id':_0x341ea5,'scopedActionServiceTokens':_0x4f25aa===_0x414d24[_0x5ccb74(0x4ed)][_0x5ccb74(0x833)]?[_0x5dbcbd[_0x5ccb74(0x22a)]]:void 0x0});_0x2d8c32&&_0x18c9e8[_0x5ccb74(0x731)](_0x2d8c32);}),_0x18c9e8;}var _0x1555fe=class{constructor(){const _0x3b0d14=_0x19cb8f;_0x53835d(this,_0x3b0d14(0x259),new Map());}[_0x19cb8f(0x586)](_0x5d8384){const _0x14746a=_0x19cb8f;if(this['_providers'][_0x14746a(0x8f1)](_0x5d8384[_0x14746a(0x23a)]))throw Error(_0x14746a(0x1e2)+_0x5d8384[_0x14746a(0x23a)]);this[_0x14746a(0x259)][_0x14746a(0x4a8)](_0x5d8384[_0x14746a(0x23a)],_0x5d8384);}[_0x19cb8f(0x8ee)](_0x2b3019){const _0x402475=_0x19cb8f;return this[_0x402475(0x259)][_0x402475(0x8ee)](_0x2b3019);}[_0x19cb8f(0x54b)](){const _0x50b02e=_0x19cb8f;return[...this[_0x50b02e(0x259)][_0x50b02e(0x195)]()];}};let _0x58d271=new WeakMap(),_0xfe004f=new WeakMap();function _0x3a9165(_0x5e13f8,_0x5c31fa,_0x187508){const _0x12dc7b=_0x19cb8f;var _0x45c9c9;if(_0x424588(_0x5e13f8)){_0x1e798a(_0x5e13f8,_0x5c31fa,_0x187508);return;}let _0x50f445=_0x5e13f8;if((_0x45c9c9=_0xfe004f[_0x12dc7b(0x8ee)](_0x50f445))!=null&&_0x45c9c9[_0x12dc7b(0x8f1)](_0x5c31fa))return;let _0x562d46=_0x58d271['get'](_0x50f445)??new Map();_0x562d46[_0x12dc7b(0x4a8)](_0x5c31fa,_0x187508),_0x58d271[_0x12dc7b(0x4a8)](_0x50f445,_0x562d46);}function _0x4ee2f1(_0x524a2b){const _0x3313de=_0x19cb8f;if(!_0x424588(_0x524a2b))return;let _0x137925=_0x524a2b,_0x5ab207=_0x58d271[_0x3313de(0x8ee)](_0x137925);_0x5ab207!=null&&_0x5ab207[_0x3313de(0x70b)]&&(_0x5ab207[_0x3313de(0x2f2)]((_0x3934da,_0x1e530c)=>_0x1e798a(_0x524a2b,_0x1e530c,_0x3934da)),_0x58d271[_0x3313de(0x4f4)](_0x137925));}function _0x1e798a(_0x491ada,_0x3fda42,_0xc05254){const _0x482951=_0x19cb8f;let _0x86cba6=_0x491ada,_0xe21137=_0xfe004f['get'](_0x86cba6)??new Set();_0xe21137[_0x482951(0x8f1)](_0x3fda42)||(_0xc05254(_0x491ada),_0xe21137[_0x482951(0x70a)](_0x3fda42),_0xfe004f[_0x482951(0x4a8)](_0x86cba6,_0xe21137));}function _0x424588(_0x44589b){const _0x4e1546=_0x19cb8f;return _0x44589b[_0x4e1546(0x8f1)](_0x5e7b5b[_0x4e1546(0x18d)])&&_0x44589b[_0x4e1546(0x8f1)](_0x4af4b3)&&_0x44589b['has'](_0x5ad416)&&_0x44589b[_0x4e1546(0x8f1)](_0x25c01f)&&_0x44589b[_0x4e1546(0x8f1)](_0x537d9d)&&_0x44589b[_0x4e1546(0x8f1)](_0x144cfe)&&_0x44589b[_0x4e1546(0x8f1)](_0x4cff85)&&_0x44589b['has'](_0x4501c8)&&_0x44589b['has'](_0x48d47d)&&_0x44589b[_0x4e1546(0x8f1)](_0x1555fe);}function _0x4e1213(_0x34fe8b){const _0x276cf9=_0x19cb8f;let {childType:_0xa133ec,productName:_0x47d590}=_0x34fe8b;return{'childType':_0xa133ec,'productName':_0x47d590,'hostChromeMode':_0x276cf9(0x886),'layoutPolicy':{'tab':_0x5e7b5b[_0x276cf9(0x54c)],'float':_0x5e7b5b[_0x276cf9(0x19f)],'docFlow':_0x5e7b5b[_0x276cf9(0x211)]},'createRibbonOverride':({childUnitId:_0x10649a,embedId:_0x1f3946,injector:_0x5b1e64})=>{const _0x3f3f33=_0x276cf9;let _0x5961d5=_0x2328e6(_0x5b1e64,{'childType':_0xa133ec,'childUnitId':_0x10649a,'embedId':_0x1f3946,'menuSchema':_0x376151(_0x5b1e64,_0xa133ec,_0x34fe8b[_0x3f3f33(0x739)])});return{'mode':_0x3f3f33(0x886),'ribbonService':_0x5961d5[_0x3f3f33(0x820)],'injector':_0x5961d5[_0x3f3f33(0x412)],'placeholderTitle':_0x47d590,'disposable':_0x5961d5[_0x3f3f33(0xec)]};}};}function _0x376151(_0x2b2a77,_0x361615,_0x1cd790){const _0x18cb4=_0x19cb8f;let _0x56c6f1=_0x2b2a77;if(typeof _0x56c6f1['has']==_0x18cb4(0x697)&&typeof _0x56c6f1[_0x18cb4(0x8ee)]==_0x18cb4(0x697)&&_0x56c6f1[_0x18cb4(0x8f1)](_0x537d9d)){let _0x5c9a59=_0x56c6f1[_0x18cb4(0x8ee)](_0x537d9d)[_0x18cb4(0x2fa)](_0x361615,'ribbon');if(_0x5c9a59)return _0x5c9a59;}return _0x1cd790;}function _0x3b17e9(_0x516331){const _0x2b134d=_0x19cb8f;let _0x1e374e=_0x452b3a(_0x516331);return{'childType':_0x516331['childType'],'productName':_0x516331[_0x2b134d(0x6cf)],'hostChromeMode':_0x1e374e,'hostHeaderMode':_0x516331[_0x2b134d(0x840)]??'none','layoutPolicy':{'tab':{..._0x5e7b5b['DEFAULT_EMBED_TAB_LAYOUT_POLICY'],'ribbon':_0x1e374e==='none'?'hidden':_0x2b134d(0x7a0)},'float':_0x5e7b5b[_0x2b134d(0x19f)],'docFlow':_0x5e7b5b[_0x2b134d(0x211)]},'createRibbonOverride':_0x1e374e==='title-only'?()=>({'mode':'title-only','ribbonService':_0x1087d0(),'placeholderTitle':_0x516331[_0x2b134d(0x6cf)],'hideToolbar':!0x0}):void 0x0};}function _0x452b3a(_0x480c27){const _0x263c51=_0x19cb8f;return _0x480c27[_0x263c51(0x6b4)]?_0x480c27[_0x263c51(0x6b4)]:_0x480c27[_0x263c51(0x840)]==='placeholder'?_0x263c51(0x247):_0x263c51(0x489);}function _0x1087d0(){return{'ribbon$':(0x0,_0x61d5ff['of'])([]),'activatedTab$':(0x0,_0x61d5ff['of'])(''),'collapsedIds$':(0x0,_0x61d5ff['of'])([]),'fakeToolbarVisible$':(0x0,_0x61d5ff['of'])(!0x1),'setActivatedTab':()=>{},'showContextualTab':()=>{},'hideContextualTab':()=>{},'hideAllContextualTabs':()=>{},'setCollapsedIds':()=>{},'setFakeToolbarVisible':()=>{}};}function _0xcf2be4(_0x193f41,_0x591191,_0x4becfb,_0x1c1e73){const _0x575aff=_0x19cb8f;return[..._0x193f41[_0x575aff(0x24e)](_0x591191)][_0x575aff(0x82d)]()[_0x575aff(0x138)](_0x93f1f8=>{const _0x5aa46a=_0x575aff;let _0x3093e2=_0x93f1f8[_0x5aa46a(0x2b9)]();return _0x4becfb>=_0x3093e2['left']&&_0x4becfb<=_0x3093e2[_0x5aa46a(0x5ce)]&&_0x1c1e73>=_0x3093e2[_0x5aa46a(0x678)]&&_0x1c1e73<=_0x3093e2['bottom'];});}function _0x4f7f0f(){const _0x4612a6=_0x19cb8f;return{..._0x3b17e9({'childType':_0x414d24[_0x4612a6(0x4ed)][_0x4612a6(0x618)],'productName':'Bases','hostChromeMode':'none'}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-workbench-layout\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20grid-template-columns:\x20minmax(0,\x201fr)\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-left-panel-floating-expand-trigger\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-header-menu\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-add-view-button\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-view-tab-more\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-global-layer\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-right-panel\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22base-footer\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x2888f1,clientX:_0x3ffabc,clientY:_0x30c1a7,runtimeHost:_0x4f9559})=>{const _0x69b5a3=_0x4612a6;if(_0xcf2be4(_0x4f9559,'[data-u-comp=\x22base-view-tab-more\x22]',_0x3ffabc,_0x30c1a7))return!0x1;let _0x328c0c=_0xcf2be4(_0x4f9559,_0x69b5a3(0x165),_0x3ffabc,_0x30c1a7),_0x208fe3=_0x328c0c==null?void 0x0:_0x328c0c[_0x69b5a3(0x810)][_0x69b5a3(0x570)],_0x4a2682=_0x2888f1[_0x69b5a3(0x17b)]['injector'];return!_0x208fe3||!_0x4a2682[_0x69b5a3(0x8f1)](_0x2624b9[_0x69b5a3(0x4d6)])?!0x1:(_0x4a2682[_0x69b5a3(0x8ee)](_0x2624b9[_0x69b5a3(0x4d6)])[_0x69b5a3(0x8c8)](_0x208fe3),!0x0);}}};}let _0x158cd9=class{constructor(_0x236409,_0x3a9a77,_0x3163b9){const _0x108f79=_0x19cb8f;this[_0x108f79(0x58a)]=_0x236409,this[_0x108f79(0x401)]=_0x3a9a77,this[_0x108f79(0x271)]=_0x3163b9,_0x53835d(this,_0x108f79(0x23a),_0x414d24['UniverInstanceType'][_0x108f79(0x618)]);}['measureContentSize'](_0x1826a0){const _0x33fdb5=_0x19cb8f;var _0x1dd5d0,_0x1950ad,_0x568575;let _0x5ae587=_0x1826a0['childUnit']instanceof _0x414d24['BaseDataModel']?_0x1826a0[_0x33fdb5(0x3c7)][_0x33fdb5(0x31b)]():void 0x0;if(!_0x5ae587)return;let _0x302ca8=(_0x1dd5d0=_0x1826a0[_0x33fdb5(0x412)])!=null&&_0x1dd5d0[_0x33fdb5(0x8f1)](_0x2624b9[_0x33fdb5(0x4d6)])?_0x1826a0[_0x33fdb5(0x412)][_0x33fdb5(0x8ee)](_0x2624b9[_0x33fdb5(0x4d6)]):this['_baseUIStateService'],_0x103845=(_0x1950ad=_0x1826a0[_0x33fdb5(0x412)])!=null&&_0x1950ad[_0x33fdb5(0x8f1)](_0x48134b[_0x33fdb5(0x4a1)])?_0x1826a0['injector'][_0x33fdb5(0x8ee)](_0x48134b[_0x33fdb5(0x4a1)]):this['_projectionService'],_0x50c3cf=(_0x568575=_0x1826a0[_0x33fdb5(0x412)])!=null&&_0x568575[_0x33fdb5(0x8f1)](_0x2624b9[_0x33fdb5(0x7df)])?_0x1826a0[_0x33fdb5(0x412)][_0x33fdb5(0x8ee)](_0x2624b9[_0x33fdb5(0x7df)]):this[_0x33fdb5(0x271)],_0x445b28=_0x302ca8[_0x33fdb5(0x2b0)](),_0x38436a=_0x4a7cd5(_0x5ae587,_0x445b28,_0x1826a0['viewportWidth']),_0x226c86=_0x5f14da(_0x5ae587,_0x445b28,_0x103845,_0x50c3cf,_0x1826a0[_0x33fdb5(0x1fb)],_0x38436a??_0x1826a0[_0x33fdb5(0x856)]);return _0x226c86==null&&_0x38436a==null?void 0x0:{'height':_0x226c86==null?void 0x0:_0x226c86[_0x33fdb5(0x101)],'verticalBreaks':_0x226c86==null?void 0x0:_0x226c86['breaks'],'width':_0x38436a};}};_0x158cd9=_0x276853([_0x482d3a(0x0,_0x2624b9['IBaseUIStateService']),_0x482d3a(0x1,_0x48134b[_0x19cb8f(0x4a1)]),_0x482d3a(0x2,_0x2624b9[_0x19cb8f(0x7df)])],_0x158cd9);function _0x5f14da(_0x3ef386,_0x377edf,_0x591f31,_0x38e47f,_0x128e0a,_0x579db0){const _0x337743=_0x19cb8f;var _0x57f557;let _0x2969d7=_0x1ec45d(_0x3ef386,_0x377edf==null?void 0x0:_0x377edf[_0x337743(0x430)]),_0x1871ef=_0x2969d7?_0x3ef386[_0x337743(0x871)][_0x2969d7]:void 0x0;if(!_0x1871ef||!_0x2969d7)return;let _0x6bbc8c=_0x20ad82(_0x1871ef,_0x377edf==null?void 0x0:_0x377edf[_0x337743(0x82a)]),_0x357537=_0x6bbc8c?(_0x57f557=_0x1871ef[_0x337743(0x309)])==null?void 0x0:_0x57f557[_0x6bbc8c]:void 0x0,_0x466ab7=_0x26e8e8(_0x1871ef),_0x20844e=(0x0,_0x2624b9['resolveGridRowHeight'])(_0x357537!=null&&_0x357537[_0x337743(0x79e)]&&_0x337743(0x682)in _0x357537[_0x337743(0x79e)]?_0x357537['config'][_0x337743(0x682)]:void 0x0);return _0x201d5c(_0x3ef386,_0x2969d7,_0x6bbc8c,_0x20844e,_0x377edf,_0x591f31,_0x38e47f,_0x128e0a,_0x579db0)??{'breaks':Array(_0x466ab7)[_0x337743(0x8b5)](null)[_0x337743(0x4da)]((_0x5c6e12,_0x21f589)=>_0x2624b9[_0x337743(0xab)]+(_0x21f589+0x1)*_0x20844e),'height':_0x2624b9[_0x337743(0xab)]+_0x466ab7*_0x20844e+_0x2624b9[_0x337743(0x2ef)]+_0x2624b9[_0x337743(0x68c)]};}function _0x201d5c(_0x429d0b,_0x419f8d,_0x352d44,_0xd8cf0b,_0x453715,_0x2b7d2d,_0x1a13c1,_0x87a0bb,_0x4830a8){const _0x1264ec=_0x19cb8f;if(!_0x352d44||!_0x2b7d2d||!_0x1a13c1)return;let _0x25bcc2=_0x2b7d2d[_0x1264ec(0x45b)](_0x429d0b,_0x419f8d,_0x352d44);if(_0x25bcc2[_0x1264ec(0x519)]===_0x414d24[_0x1264ec(0x4ea)][_0x1264ec(0x530)]&&_0x25bcc2[_0x1264ec(0x79e)][_0x1264ec(0x744)]==='month'&&_0x87a0bb!=null)return{'height':_0x87a0bb};if(_0x25bcc2[_0x1264ec(0x519)]===_0x414d24['BaseViewType']['Gallery'])return{'height':_0x1a13c1[_0x1264ec(0x2f6)](_0x25bcc2,_0x4830a8??0x1)};if(_0x25bcc2[_0x1264ec(0x519)]===_0x414d24['BaseViewType'][_0x1264ec(0x8b4)])return{'height':_0x1a13c1['getKanbanProjectionBodyHeight'](_0x25bcc2)};if(_0x25bcc2[_0x1264ec(0x519)]===_0x414d24[_0x1264ec(0x4ea)][_0x1264ec(0x48b)]||_0x25bcc2['type']===_0x414d24[_0x1264ec(0x4ea)][_0x1264ec(0x3e8)]){let _0x3d3dae=_0x453715==null?void 0x0:_0x453715[_0x1264ec(0x62f)][_0x352d44];return{'breaks':(0x0,_0x2624b9['buildBaseProjectedRowLayout'])(_0x25bcc2,_0x3d3dae,_0xd8cf0b)[_0x1264ec(0x4da)](_0x44c3fb=>_0x2624b9['GRID_HEADER_HEIGHT']+_0x44c3fb['y']+_0x44c3fb[_0x1264ec(0x101)]),'height':_0x2624b9[_0x1264ec(0xab)]+_0x1a13c1[_0x1264ec(0x71d)](_0x25bcc2,_0x3d3dae,_0xd8cf0b)+_0x2624b9[_0x1264ec(0x68c)]};}}function _0x4a7cd5(_0x58108f,_0xdc90d2,_0x1a0b7c){const _0x4cfbd7=_0x19cb8f;var _0x4716f4,_0x451871;let _0x12775e=_0x27bb2d(_0x58108f,_0xdc90d2==null?void 0x0:_0xdc90d2[_0x4cfbd7(0x430)]);if(!_0x12775e)return;let _0x254f20=_0x256bc5(_0x12775e,_0xdc90d2==null?void 0x0:_0xdc90d2[_0x4cfbd7(0x82a)]),_0x1905ff=_0x12775e['fields']??{},_0x1f2fb7=_0x2624b9['GRID_ROW_HEADER_WIDTH']+(_0x254f20!=null&&(_0x4716f4=_0x254f20[_0x4cfbd7(0x108)])!=null&&_0x4716f4[_0x4cfbd7(0x716)]?_0x254f20[_0x4cfbd7(0x108)]:(_0x451871=_0x12775e['fieldOrder'])!=null&&_0x451871['length']?_0x12775e[_0x4cfbd7(0x108)]:Object[_0x4cfbd7(0x5fa)](_0x1905ff))['reduce']((_0x17c355,_0x1a06b9)=>{const _0x1f76d5=_0x4cfbd7;var _0x197759;let _0x48d9b0=_0x1905ff[_0x1a06b9],_0x5517a9=_0x254f20==null||(_0x197759=_0x254f20['fieldSettings'])==null?void 0x0:_0x197759[_0x1a06b9];return _0x48d9b0&&!(_0x5517a9!=null&&_0x5517a9[_0x1f76d5(0x2ac)])?_0x17c355+_0x319077(_0x5517a9==null?void 0x0:_0x5517a9['width']):_0x17c355;},0x0)+_0x2624b9['GRID_ADD_FIELD_COLUMN_WIDTH'];return(_0x254f20==null?void 0x0:_0x254f20[_0x4cfbd7(0x519)])===_0x414d24['BaseViewType']['Gallery']||(_0x254f20==null?void 0x0:_0x254f20[_0x4cfbd7(0x519)])===_0x414d24[_0x4cfbd7(0x4ea)][_0x4cfbd7(0x8b4)]?Math['max'](_0x1f2fb7,_0x1a0b7c??0x0):_0x1f2fb7;}function _0x319077(_0x4697ee){const _0x1fc698=_0x19cb8f;return typeof _0x4697ee=='number'&&Number['isFinite'](_0x4697ee)&&_0x4697ee>0x0?_0x4697ee:_0x2624b9[_0x1fc698(0x85a)];}function _0x27bb2d(_0x5ec294,_0x31d1a0){const _0x41fe7d=_0x19cb8f;var _0x18430c;let _0x56c9be=_0x1ec45d(_0x5ec294,_0x31d1a0);return _0x56c9be?(_0x18430c=_0x5ec294[_0x41fe7d(0x871)])==null?void 0x0:_0x18430c[_0x56c9be]:void 0x0;}function _0x256bc5(_0x2954c7,_0x45b6ce){const _0x4cc29b=_0x19cb8f;var _0x546aec;let _0x4e39a3=_0x20ad82(_0x2954c7,_0x45b6ce);return _0x4e39a3?(_0x546aec=_0x2954c7[_0x4cc29b(0x309)])==null?void 0x0:_0x546aec[_0x4e39a3]:void 0x0;}function _0x1ec45d(_0x244ab6,_0x553c3e){const _0x742a52=_0x19cb8f;let _0x4685d3=_0x244ab6[_0x742a52(0x871)]??{};if(_0x553c3e&&_0x4685d3[_0x553c3e])return _0x553c3e;let _0x2dc041=_0x244ab6[_0x742a52(0x8db)]??[];return[..._0x2dc041,...Object[_0x742a52(0x5fa)](_0x4685d3)['filter'](_0x15d3fa=>!_0x2dc041['includes'](_0x15d3fa))][_0x742a52(0x138)](_0xdcd8f9=>_0x4685d3[_0xdcd8f9]);}function _0x20ad82(_0x399073,_0x3a268d){const _0x3f5c82=_0x19cb8f;let _0x288470=_0x399073[_0x3f5c82(0x309)]??{};if(_0x3a268d&&_0x288470[_0x3a268d])return _0x3a268d;let _0x211a2c=_0x399073[_0x3f5c82(0x6bc)]??[];return[..._0x211a2c,...Object[_0x3f5c82(0x5fa)](_0x288470)[_0x3f5c82(0x1d4)](_0x2a2241=>!_0x211a2c[_0x3f5c82(0x2b3)](_0x2a2241))][_0x3f5c82(0x138)](_0xcf1fb1=>_0x288470[_0xcf1fb1]);}function _0x26e8e8(_0x4b09cf){const _0x3e2e13=_0x19cb8f;var _0x961425;let _0x26a5aa=_0x4b09cf[_0x3e2e13(0x804)]??{};return((_0x961425=_0x4b09cf[_0x3e2e13(0x125)])!=null&&_0x961425[_0x3e2e13(0x716)]?_0x4b09cf[_0x3e2e13(0x125)]:Object[_0x3e2e13(0x5fa)](_0x26a5aa))[_0x3e2e13(0x1d4)](_0x291f13=>_0x26a5aa[_0x291f13])[_0x3e2e13(0x716)];}function _0x5c13e0(_0x364958,_0x2c641d,_0x50c711){const _0x95350f=_0x19cb8f;return{...(0x0,_0x5e7b5b[_0x95350f(0x470)])(_0x364958,_0x2c641d),'activateAnchor':_0x2352cd=>{const _0x290ab6=_0x95350f;_0x219334(_0x2352cd[_0x290ab6(0x672)],_0x2352cd[_0x290ab6(0x590)],_0x2c641d,_0x4469d3(_0x50c711));}};}function _0x42ae4c(){const _0x2b0b33=_0x19cb8f;return{'hostType':_0x414d24[_0x2b0b33(0x4ed)][_0x2b0b33(0x618)],'entry':_0x2b0b33(0x1be),'layout':_0x2b0b33(0x801),'supportedLayouts':[_0x2b0b33(0x801)],'menuBehavior':_0x2b0b33(0x41d),'mount':_0x798ca5=>{const _0x54d9eb=_0x2b0b33;let _0x2739e4=_0x5b591c(_0x54d9eb(0x645),_0x798ca5[_0x54d9eb(0x58f)][_0x54d9eb(0x590)]);return _0x2739e4?{'hostElement':_0x2739e4}:{};}};}function _0x219334(_0x247e5c,_0x43a0b9,_0x397579,_0x5427cd){const _0x50ae6e=_0x19cb8f;var _0x1aec17;if(!_0x5427cd)return;_0x5427cd[_0x50ae6e(0x1aa)](_0x43a0b9);let _0x3d1ba2=(_0x1aec17=_0x5e7bc5(_0x397579,_0x247e5c))==null?void 0x0:_0x1aec17[_0x50ae6e(0x871)][_0x43a0b9],_0x3f79da=_0x3d1ba2==null?void 0x0:_0x3d1ba2['viewOrder'][_0x50ae6e(0x138)](_0x31e6f2=>_0x3d1ba2[_0x50ae6e(0x309)][_0x31e6f2]);_0x3f79da&&_0x5427cd[_0x50ae6e(0x8c8)](_0x3f79da),_0x5427cd[_0x50ae6e(0x145)](null),_0x5427cd[_0x50ae6e(0x11a)]();}function _0x5e7bc5(_0x2b8b25,_0x5ef5cb){const _0x11136a=_0x19cb8f;var _0x1d6c60;return _0x2b8b25==null||(_0x1d6c60=_0x2b8b25[_0x11136a(0xf7)](_0x5ef5cb,_0x414d24[_0x11136a(0x4ed)][_0x11136a(0x618)]))==null?void 0x0:_0x1d6c60[_0x11136a(0x31b)]();}function _0x4469d3(_0x59d54d){const _0x21aa9f=_0x19cb8f;return typeof _0x59d54d==_0x21aa9f(0x697)?_0x59d54d():_0x59d54d;}function _0x5b591c(_0x4c0479,_0x71051f){const _0x36ab0c=_0x19cb8f;return document[_0x36ab0c(0x7e7)]('['+_0x4c0479+'=\x22'+_0x29447d(_0x71051f)+'\x22]');}function _0x29447d(_0x137bd3){const _0x2434c4=_0x19cb8f;return _0x137bd3[_0x2434c4(0x574)](/\\/g,'\x5c\x5c')[_0x2434c4(0x574)](/"/g,'\x5c\x22');}function _0x10caf5(_0x43d230){const _0x5446a5=_0x19cb8f;let _0x11e24d=_0x43d230[_0x5446a5(0x8f1)](_0x2624b9['IBaseUIStateService'])?_0x43d230['get'](_0x2624b9[_0x5446a5(0x4d6)]):void 0x0,_0x538b3e=_0x43d230[_0x5446a5(0x8f1)](_0x2624b9['IBaseViewWheelScrollService'])?_0x43d230[_0x5446a5(0x8ee)](_0x2624b9[_0x5446a5(0x7df)]):void 0x0,_0x30eb6f=new Set();return{'childType':_0x414d24[_0x5446a5(0x4ed)][_0x5446a5(0x618)],'getHorizontalScroll'(_0x143573){const _0x510a29=_0x5446a5;var _0x407522;let _0x37808b=_0x5cd96b(_0x143573),_0xd08533=_0x37808b==null?void 0x0:_0x37808b[_0x510a29(0x2b0)]();return _0xd08533!=null&&_0xd08533[_0x510a29(0x82a)]?((_0x407522=_0xd08533[_0x510a29(0x4e1)][_0xd08533[_0x510a29(0x82a)]])==null?void 0x0:_0x407522['x'])??0x0:0x0;},'getVerticalScroll'(_0x4c5f8f){const _0x3e9b97=_0x5446a5;var _0x44eb86;let _0x2bc8f3=_0x5cd96b(_0x4c5f8f),_0x2fe4b3=_0x2bc8f3==null?void 0x0:_0x2bc8f3['getState']();return _0x2fe4b3!=null&&_0x2fe4b3[_0x3e9b97(0x82a)]?((_0x44eb86=_0x2fe4b3[_0x3e9b97(0x4e1)][_0x2fe4b3['activeViewId']])==null?void 0x0:_0x44eb86['y'])??0x0:0x0;},'getStickyLeftWidth':()=>_0x2624b9[_0x5446a5(0x152)],'getStickyHeaderHeight':()=>_0x2624b9[_0x5446a5(0xab)],'getStickyFooterHeight':()=>_0x2624b9[_0x5446a5(0x68c)],'subscribeVerticalScroll'(_0x433408,_0xb35df5){const _0x3f1028=_0x5446a5;var _0x1a1a8c;let _0x41e810=_0x5cd96b(_0x433408);if(!_0x41e810)return;let _0x3ac3c1=_0x41e810[_0x3f1028(0x2b0)](),_0x3f8278=_0x3ac3c1['activeViewId'],_0x4c192e=_0x3f8278?((_0x1a1a8c=_0x3ac3c1[_0x3f1028(0x4e1)][_0x3f8278])==null?void 0x0:_0x1a1a8c['y'])??0x0:0x0,_0x5635f3=_0x41e810[_0x3f1028(0x446)][_0x3f1028(0x132)](_0x22c89c=>{const _0x32efe2=_0x3f1028;var _0x4cc465;let _0x203f17=_0x22c89c[_0x32efe2(0x82a)],_0x46f3c7=_0x203f17?((_0x4cc465=_0x22c89c['scrollState'][_0x203f17])==null?void 0x0:_0x4cc465['y'])??0x0:0x0;if(_0x203f17!==_0x3f8278){_0x3f8278=_0x203f17,_0x4c192e=_0x46f3c7;return;}_0x46f3c7!==_0x4c192e&&(_0x4c192e=_0x46f3c7,!_0x30eb6f[_0x32efe2(0x8f1)](_0x433408[_0x32efe2(0x27a)])&&_0xb35df5(_0x46f3c7));});return(0x0,_0x414d24['toDisposable'])(()=>_0x5635f3[_0x3f1028(0x333)]());},'handleWheel'(_0x1b6ee8){const _0x462cb3=_0x5446a5;if(_0x1b6ee8['source']!=='host-scroll-sync'&&_0x1b6ee8['source']!==_0x462cb3(0x875)&&_0x550a1a(_0x1b6ee8[_0x462cb3(0x447)],_0x1b6ee8['event']))return!0x1;let _0x4227db=_0x1b6ee8['runtimeScope']['injector']??_0x43d230,_0xb989be=_0x4227db!==_0x43d230&&_0x4227db[_0x462cb3(0x8f1)](_0x2624b9[_0x462cb3(0x7df)])?_0x4227db[_0x462cb3(0x8ee)](_0x2624b9[_0x462cb3(0x7df)]):_0x538b3e,_0x29019f=_0x1b6ee8['source']===_0x462cb3(0x875);_0x29019f&&_0x30eb6f[_0x462cb3(0x70a)](_0x1b6ee8['childUnitId']);try{if(_0x1b6ee8[_0x462cb3(0x888)]!=null){let _0x6ba0ec=_0x5cd96b(_0x1b6ee8),_0x5d9cec=_0x6ba0ec==null?void 0x0:_0x6ba0ec[_0x462cb3(0x2b0)](),_0x8bf23=_0x5d9cec==null?void 0x0:_0x5d9cec[_0x462cb3(0x82a)];if(_0x6ba0ec&&_0x5d9cec&&_0x8bf23){let _0x35f8a6=_0x5d9cec[_0x462cb3(0x4e1)][_0x8bf23]??{'x':0x0,'y':0x0};return _0x6ba0ec[_0x462cb3(0x742)](_0x8bf23,{'x':_0x1b6ee8[_0x462cb3(0x888)],'y':_0x1b6ee8[_0x462cb3(0x339)]??_0x35f8a6['y']}),!0x0;}}return(_0xb989be==null?void 0x0:_0xb989be[_0x462cb3(0x14e)](_0x1b6ee8[_0x462cb3(0x27a)],_0x138940(_0x1b6ee8[_0x462cb3(0x202)],_0x1b6ee8['viewportScrollY'])))??!0x1;}finally{_0x29019f&&_0x30eb6f[_0x462cb3(0x4f4)](_0x1b6ee8[_0x462cb3(0x27a)]);}}};function _0x5cd96b(_0x4904a0){const _0xa6c702=_0x5446a5;var _0x10fa70;let _0x3b3a92=((_0x10fa70=_0x4904a0['runtimeScope'])==null?void 0x0:_0x10fa70[_0xa6c702(0x412)])??_0x43d230;return _0x3b3a92!==_0x43d230&&_0x3b3a92[_0xa6c702(0x8f1)](_0x2624b9[_0xa6c702(0x4d6)])?_0x3b3a92[_0xa6c702(0x8ee)](_0x2624b9['IBaseUIStateService']):_0x11e24d;}}function _0x138940(_0x2a706c,_0x216412){const _0x1e5a8d=_0x19cb8f;return{'deltaX':_0x2a706c[_0x1e5a8d(0x602)],'deltaY':_0x2a706c[_0x1e5a8d(0x789)],'deltaMode':_0x2a706c[_0x1e5a8d(0x2e0)],'clientX':_0x2a706c[_0x1e5a8d(0x751)],'clientY':_0x2a706c['clientY'],'shiftKey':_0x2a706c[_0x1e5a8d(0x7e8)],'viewportScrollY':_0x216412};}function _0x232bcb(_0x1b7123,_0x1b423f,_0x5b17cb){const _0x4ed496=_0x19cb8f;let _0x2b8da6=_0x1b7123[_0x4ed496(0x58f)]['displayTarget'];return _0x5b17cb(_0x2b8da6),_0x1b423f[_0x4ed496(0x119)](_0x533685=>{const _0x859063=_0x4ed496;if(!_0xc07ccc(_0x533685))return;let {params:_0x12e3ae}=_0x533685;if(_0x12e3ae[_0x859063(0x448)]!==_0x1b7123[_0x859063(0x672)]||_0x12e3ae[_0x859063(0x58f)]['embedId']!==_0x1b7123[_0x859063(0x576)])return;let _0x464283=_0x12e3ae[_0x859063(0x58f)]['displayTarget'];(0x0,_0x414d24[_0x859063(0x32c)])(_0x2b8da6??{},_0x464283??{})||(_0x2b8da6=_0x464283,_0x5b17cb(_0x464283));});}function _0xc07ccc(_0x35d4fa){const _0x59c5e4=_0x19cb8f;return _0x35d4fa['id']===_0x5e7b5b[_0x59c5e4(0x24f)]['id']&&_0x35d4fa['params']!==void 0x0&&_0x59c5e4(0x448)in _0x35d4fa[_0x59c5e4(0x4b9)]&&typeof _0x35d4fa[_0x59c5e4(0x4b9)][_0x59c5e4(0x448)]==_0x59c5e4(0x3e0)&&'descriptor'in _0x35d4fa[_0x59c5e4(0x4b9)]&&typeof _0x35d4fa[_0x59c5e4(0x4b9)][_0x59c5e4(0x58f)]=='object'&&_0x35d4fa[_0x59c5e4(0x4b9)][_0x59c5e4(0x58f)]!==null&&'embedId'in _0x35d4fa[_0x59c5e4(0x4b9)]['descriptor']&&typeof _0x35d4fa['params']['descriptor'][_0x59c5e4(0x576)]==_0x59c5e4(0x3e0);}function _0x32c427(_0x237447,_0x18e91a){const _0x575e9d=_0x19cb8f;return{'childType':_0x414d24[_0x575e9d(0x4ed)][_0x575e9d(0x618)],'supportedLayouts':[_0x575e9d(0x801),_0x575e9d(0x320),_0x575e9d(0x73f)],'beforeDeactivate':_0x36df1d,'mount':_0x4094cd=>_0x462a4a(_0x4094cd,_0x237447,_0x18e91a)};}function _0x36df1d(_0x1d5466){const _0x57cf0b=_0x19cb8f;var _0xc8e3d4;(_0xc8e3d4=_0x1d5466[_0x57cf0b(0x17b)]['commandService'])==null||_0xc8e3d4['syncExecuteCommand'](_0x2624b9[_0x57cf0b(0x6a9)]['id'],{'commit':!0x1});}function _0x462a4a(_0xb71111,_0x307310,_0x3fb45d){const _0x3156c1=_0x19cb8f;let _0x148336=_0xb71111[_0x3156c1(0x412)]['get'](_0x414d24['IUniverInstanceService'])['getUnit'](_0xb71111['childUnitId'],_0x414d24['UniverInstanceType'][_0x3156c1(0x618)]);if(!_0x148336)return;let _0xb8c2b1=new _0x2624b9['BaseUIStateService'](),_0x5ab913=new _0x2624b9[(_0x3156c1(0x7e0))](),_0x423a13=new _0x2624b9['BaseEditorService'](_0xb8c2b1),_0x54e0f4=new _0x2624b9[(_0x3156c1(0x50f))](),_0x53c27e=_0x5c9041(_0xb71111,_0xb8c2b1,_0x5ab913,_0x423a13);if(!_0x53c27e){_0x54e0f4[_0x3156c1(0x3b7)](),_0x423a13[_0x3156c1(0x3b7)](),_0x5ab913[_0x3156c1(0x3b7)](),_0xb8c2b1[_0x3156c1(0x3b7)]();return;}let _0xdf1498=_0x14cccd(_0xb71111);_0x49734a(_0xb8c2b1,_0x148336,_0xdf1498,_0xb71111[_0x3156c1(0x58f)]['displayTarget']);let _0x13432e=_0x232bcb(_0xb71111,_0x307310,_0x12fb6b=>_0x1d948a(_0xb8c2b1,_0x148336,_0x12fb6b)),_0x3afc0e=_0x3bfea4(_0x53c27e,_0xb8c2b1,_0x5ab913,_0x423a13,_0xdf1498,_0x54e0f4,_0xb71111[_0x3156c1(0x58f)][_0x3156c1(0x744)]===_0x3156c1(0x2fb),_0xb71111[_0x3156c1(0x17b)][_0x3156c1(0x6f8)][_0x3156c1(0x828)]);_0x2f7ab3(_0xb71111,_0x3afc0e);let _0x5f5211=_0x3fb45d[_0x3156c1(0x586)]({'roots':_0x17547d(_0xb71111),'clipboardService':_0x3afc0e['get'](_0x2624b9[_0x3156c1(0x311)]),'commandService':_0x3afc0e[_0x3156c1(0x8ee)](_0x414d24[_0x3156c1(0x6e1)]),'editorService':_0x423a13,'stateService':_0xb8c2b1}),_0x44c7e8=_0xb71111[_0x3156c1(0x412)][_0x3156c1(0x8ee)](_0x4501c8),_0x2dc2f9='',_0x2810d7=_0xb8c2b1[_0x3156c1(0x446)][_0x3156c1(0x132)](_0x5510a1=>{const _0xc29554=_0x3156c1;let _0x25759e=_0x5510a1[_0xc29554(0x82a)]?[..._0x5510a1['collapsedGroupPaths'][_0x5510a1['activeViewId']]??[]]['sort']()[_0xc29554(0x806)]('\x00'):'',_0x5779e0=(_0x5510a1['activeTableId']??'')+'\x00'+(_0x5510a1[_0xc29554(0x82a)]??'')+'\x00'+_0x25759e;_0x5779e0!==_0x2dc2f9&&(_0x2dc2f9=_0x5779e0,_0x44c7e8[_0xc29554(0x61a)](_0xb71111[_0xc29554(0x672)],_0xb71111[_0xc29554(0x576)]));}),_0x296b92=_0x322a01(_0xb71111),_0x4d35fd=_0xeb3d32(_0x296b92),_0x4fce2a=_0x3ffa1b(_0xb71111,_0x3afc0e),_0x3c8cd3=_0xb71111[_0x3156c1(0x412)][_0x3156c1(0x8ee)](_0x414d24[_0x3156c1(0x468)]),_0x13c288=_0x3c8cd3[_0x3156c1(0x654)](_0x414d24[_0x3156c1(0x4ed)][_0x3156c1(0x618)]);return _0x3c8cd3[_0x3156c1(0x601)](_0xb71111[_0x3156c1(0x27a)]),_0x296b92[_0x3156c1(0x810)]['embedChildRenderUnitId']=_0xb71111[_0x3156c1(0x27a)],_0x296b92[_0x3156c1(0x810)][_0x3156c1(0x5e7)]=_0x3156c1(0x743),_0x4d35fd[_0x3156c1(0x378)]((0x0,_0x5c0f5d[_0x3156c1(0x7ba)])(_0x4f3c32,{'injector':_0x3afc0e,'mountContainer':_0xb71111[_0x3156c1(0x17b)][_0x3156c1(0x6f8)][_0x3156c1(0x828)],'embedId':_0xb71111[_0x3156c1(0x576)],'children':(0x0,_0x5c0f5d['jsx'])(_0x2624b9[_0x3156c1(0x2ed)],{})})),(0x0,_0x414d24[_0x3156c1(0x5f4)])(()=>{const _0x1c9329=_0x3156c1;_0x5f5211[_0x1c9329(0x3b7)](),_0x13432e[_0x1c9329(0x3b7)](),_0x2810d7[_0x1c9329(0x333)](),_0x4fce2a[_0x1c9329(0x3b7)](),_0x533a4a(_0x4d35fd),_0x13c288&&_0x3c8cd3['setCurrentUnitForType'](_0x13c288['getUnitId']()),_0x54e0f4[_0x1c9329(0x3b7)](),_0x423a13[_0x1c9329(0x3b7)](),_0x5ab913[_0x1c9329(0x3b7)](),_0xb8c2b1[_0x1c9329(0x3b7)](),_0x3afc0e[_0x1c9329(0x3b7)](),_0x296b92['isConnected']&&(_0x296b92[_0x1c9329(0x5b6)](_0x1c9329(0x346)),_0x296b92[_0x1c9329(0x5b6)](_0x1c9329(0x2f0)));});}function _0x17547d(_0x109936){const _0x3be554=_0x19cb8f;let _0x3993ce=new Set();return _0x3993ce[_0x3be554(0x70a)](_0x109936[_0x3be554(0x17b)]['roots'][_0x3be554(0x270)]),_0x3993ce[_0x3be554(0x70a)](_0x109936[_0x3be554(0x17b)][_0x3be554(0x6f8)]['content']),_0x3993ce[_0x3be554(0x70a)](_0x109936['runtimeScope'][_0x3be554(0x6f8)][_0x3be554(0x38b)]),_0x3993ce[_0x3be554(0x70a)](_0x109936[_0x3be554(0x17b)][_0x3be554(0x6f8)][_0x3be554(0x828)]),_0x109936[_0x3be554(0x17b)]['roots'][_0x3be554(0x209)]&&_0x3993ce[_0x3be554(0x70a)](_0x109936['runtimeScope']['roots'][_0x3be554(0x209)]),_0x109936['runtimeScope'][_0x3be554(0x6f8)][_0x3be554(0x86f)]&&_0x3993ce[_0x3be554(0x70a)](_0x109936[_0x3be554(0x17b)][_0x3be554(0x6f8)][_0x3be554(0x86f)]),[..._0x3993ce];}function _0x2f7ab3(_0x29cee7,_0x7430f0){const _0x173dde=_0x19cb8f;_0x29cee7[_0x173dde(0x17b)]['injector']=_0x7430f0,_0x29cee7[_0x173dde(0x17b)]['instanceService']=_0x7430f0[_0x173dde(0x8ee)](_0x414d24[_0x173dde(0x468)]),_0x29cee7[_0x173dde(0x17b)]['commandService']=_0x7430f0[_0x173dde(0x8ee)](_0x414d24['ICommandService']);}function _0x322a01(_0x142bd6){const _0x25d0c3=_0x19cb8f;var _0x2302e4,_0x3fbf6d,_0x1b25e5;return((_0x2302e4=_0x142bd6[_0x25d0c3(0x17b)])==null||(_0x2302e4=_0x2302e4[_0x25d0c3(0x6f8)])==null?void 0x0:_0x2302e4['content'])??((_0x3fbf6d=_0x142bd6[_0x25d0c3(0x84f)])==null?void 0x0:_0x3fbf6d[_0x25d0c3(0xe5)])??((_0x1b25e5=_0x142bd6[_0x25d0c3(0x84f)])==null?void 0x0:_0x1b25e5[_0x25d0c3(0x89e)])??document;}function _0x3ffa1b(_0x4a8d98,_0x3411dc){const _0x2132cb=_0x19cb8f;let _0xfd777=!0x1,_0x5ed230=0x0,_0x5bde7f=(0x0,_0x414d24[_0x2132cb(0x5f4)])(()=>{}),_0x138fe5,_0x3c296d=()=>{const _0x367391=_0x2132cb;if(_0xfd777)return;let _0xe6db82=()=>{_0x5ed230=window['requestAnimationFrame'](_0x3c296d);},_0xa504da=_0x51a01c(_0x4a8d98);if(!_0x435cb2(_0xa504da)){_0x4a8d98[_0x367391(0x532)]['dataset'][_0x367391(0x3fa)]=_0x367391(0x1b5),_0xe6db82();return;}if(_0x138fe5===_0xa504da&&_0xa504da['querySelector'](_0x367391(0x209)))return;_0x5bde7f[_0x367391(0x3b7)]();let _0x38e6a7=_0x4a8d98['injector'][_0x367391(0x8ee)](_0x1ed905['IRenderManagerService']),_0x577f2b;try{_0x577f2b=_0x5a052f(_0x38e6a7,_0x4a8d98[_0x367391(0x27a)],_0x3411dc);}catch(_0x249e1f){_0x4a8d98[_0x367391(0x532)]['dataset'][_0x367391(0x87a)]=_0x249e1f instanceof Error?_0x249e1f[_0x367391(0x6ea)]:String(_0x249e1f),_0x577f2b=void 0x0;}if(!_0x577f2b){_0x4a8d98['container'][_0x367391(0x810)][_0x367391(0x3fa)]=_0x367391(0x22b),_0x138fe5=void 0x0,_0xe6db82();return;}delete _0x4a8d98['container'][_0x367391(0x810)]['embedChildRenderError'],_0xa504da['dataset'][_0x367391(0x6a8)]=_0x4a8d98[_0x367391(0x27a)],_0x577f2b[_0x367391(0x266)][_0x367391(0x65a)](_0xa504da),_0x4c745b(_0x577f2b,{'activate':_0x4067cc(_0x4a8d98)});let _0x4d74b4=_0x5a7220(_0x577f2b,_0xa504da,{'activate':!0x1});_0x5bde7f=(0x0,_0x414d24[_0x367391(0x5f4)])(()=>{const _0x4997fe=_0x367391;_0x4d74b4[_0x4997fe(0x3b7)]();try{var _0x13aee3,_0x2ebf42;(_0x13aee3=(_0x2ebf42=_0x577f2b[_0x4997fe(0x266)])['unmount'])==null||_0x13aee3[_0x4997fe(0x353)](_0x2ebf42);}catch{}_0x38e6a7['removeRender'](_0x4a8d98[_0x4997fe(0x27a)]),_0xa504da[_0x4997fe(0x5b6)](_0x4997fe(0x346));}),_0x138fe5=_0xa504da,_0x4a8d98[_0x367391(0x532)]['dataset']['embedChildRenderStatus']='mounted',_0xe6db82();};return _0x5ed230=window[_0x2132cb(0x2e9)](_0x3c296d),(0x0,_0x414d24[_0x2132cb(0x5f4)])(()=>{const _0xf8b8c3=_0x2132cb;_0xfd777=!0x0,window['cancelAnimationFrame'](_0x5ed230),_0x5bde7f[_0xf8b8c3(0x3b7)]();});}function _0x51a01c(_0x504e89){const _0x8525b3=_0x19cb8f;return(0x0,_0x2624b9['getBaseCanvasRoot'])({'unitId':_0x504e89[_0x8525b3(0x27a)],'scope':_0x322a01(_0x504e89)});}function _0x435cb2(_0x2306f9){const _0x48e766=_0x19cb8f;return!!_0x2306f9&&_0x2306f9['isConnected']&&_0x2306f9[_0x48e766(0x58b)]>0x0&&_0x2306f9[_0x48e766(0x398)]>0x0;}function _0x4067cc(_0x36b997){return!0x0;}function _0x5c9041(_0x2d0410,_0x53223d,_0x4ce7b6,_0x1259e7){const _0x175246=_0x19cb8f;let _0x497eb2=_0x2d0410[_0x175246(0x412)]['get'](_0x414d24['IUniverInstanceService']),_0x2616d3=_0x497eb2[_0x175246(0xf7)](_0x2d0410[_0x175246(0x27a)],_0x2d0410['childType']);if(!_0x2616d3)return;let _0x5afbd9=_0x48c895(_0x497eb2,_0x2d0410,_0x2616d3),_0x20f60d=_0x4eee6f(_0x2d0410[_0x175246(0x412)][_0x175246(0x8ee)](_0x414d24[_0x175246(0x6e1)]),_0x53223d,_0x4ce7b6,_0x1259e7,_0x2d0410[_0x175246(0x412)][_0x175246(0x8ee)](_0x48134b[_0x175246(0x4a1)]),_0x497eb2,_0x2d0410[_0x175246(0x27a)]),_0x4f74da=new Map([[_0x414d24[_0x175246(0x468)],_0x5afbd9],[_0x414d24[_0x175246(0x6e1)],_0x20f60d],[_0x2624b9[_0x175246(0x5f5)],(0x0,_0x2624b9[_0x175246(0x7d9)])(_0x322a01(_0x2d0410))]]);return _0x2d0410['injector'][_0x175246(0x8f1)](_0x414d24['IConfigService'])&&_0x4f74da['set'](_0x414d24[_0x175246(0x66f)],_0xc1594d(_0x2d0410[_0x175246(0x412)][_0x175246(0x8ee)](_0x414d24['IConfigService']))),_0x1fd47d(_0x2d0410[_0x175246(0x412)],_0x4f74da);}function _0x48c895(_0x210f9a,_0x4a6a91,_0x109b60){const _0xbaf899=_0x19cb8f;return{'unitAdded$':_0x210f9a[_0xbaf899(0x2f4)],'unitDisposed$':_0x210f9a[_0xbaf899(0x4b7)],'focused$':(0x0,_0x61d5ff['of'])(_0x109b60[_0xbaf899(0x24c)]()),'getTypeOfUnitAdded$':_0x210f9a[_0xbaf899(0x36d)][_0xbaf899(0x262)](_0x210f9a),'__addUnit':_0x210f9a[_0xbaf899(0x7f5)]['bind'](_0x210f9a),'getTypeOfUnitDisposed$':_0x210f9a['getTypeOfUnitDisposed$']['bind'](_0x210f9a),'focusUnit':_0x3355b9=>{const _0x539ea2=_0xbaf899;_0x3355b9!==null&&_0x3355b9!==_0x4a6a91[_0x539ea2(0x27a)]&&_0x210f9a[_0x539ea2(0x721)](_0x3355b9);},'getFocusedUnit':()=>_0x109b60,'getCurrentUnitOfType':_0x23ca33=>_0x23ca33===_0x4a6a91[_0xbaf899(0x23a)]?_0x109b60:_0x210f9a[_0xbaf899(0x654)](_0x23ca33),'setCurrentUnitForType':_0x1550b7=>{const _0xd77143=_0xbaf899;_0x1550b7!==_0x4a6a91[_0xd77143(0x27a)]&&_0x210f9a[_0xd77143(0x601)](_0x1550b7);},'getCurrentTypeOfUnit$':_0x2398f3=>_0x2398f3===_0x4a6a91[_0xbaf899(0x23a)]?(0x0,_0x61d5ff['of'])(_0x109b60):_0x210f9a[_0xbaf899(0x87d)](_0x2398f3),'createUnit':_0x210f9a[_0xbaf899(0x779)][_0xbaf899(0x262)](_0x210f9a),'getUnitCreateOptions':_0x210f9a['getUnitCreateOptions'][_0xbaf899(0x262)](_0x210f9a),'disposeUnit':_0x210f9a[_0xbaf899(0x4f1)]['bind'](_0x210f9a),'registerCtorForType':_0x210f9a[_0xbaf899(0x40f)][_0xbaf899(0x262)](_0x210f9a),'getUnit':_0x210f9a[_0xbaf899(0xf7)][_0xbaf899(0x262)](_0x210f9a),'getAllUnitsForType':_0xbe763a=>_0xbe763a===_0x4a6a91['childType']?[_0x109b60]:_0x210f9a['getAllUnitsForType'](_0xbe763a),'getUnitType':_0x210f9a[_0xbaf899(0x4ec)][_0xbaf899(0x262)](_0x210f9a)};}function _0x49734a(_0x20294a,_0x527b6a,_0x1eb2de='workbench',_0x3290d4){const _0x3fecdc=_0x19cb8f;let {tableId:_0x169ff0,viewId:_0x31f7aa}=_0x42963d(_0x527b6a,_0x3290d4);_0x169ff0&&_0x20294a[_0x3fecdc(0x1aa)](_0x169ff0),_0x31f7aa&&_0x20294a[_0x3fecdc(0x8c8)](_0x31f7aa),_0x20294a[_0x3fecdc(0x310)](_0x1eb2de===_0x3fecdc(0x2b6));}function _0x42963d(_0x3c2c21,_0x4bd51f){const _0x32676d=_0x19cb8f;var _0x24eb39,_0x3d3d4b,_0x364721,_0x153441,_0x3c51ab;let _0x2b4fed=_0x3c2c21['getSnapshot'](),_0x19e1a1=_0x4bd51f==null?void 0x0:_0x4bd51f[_0x32676d(0x4f8)],_0xc4f9ec=_0x19e1a1&&(_0x24eb39=_0x2b4fed[_0x32676d(0x871)])!=null&&_0x24eb39[_0x19e1a1]?_0x19e1a1:((_0x3d3d4b=_0x2b4fed[_0x32676d(0x8db)])==null?void 0x0:_0x3d3d4b[_0x32676d(0x138)](_0x3c40b2=>{const _0x445506=_0x32676d;var _0x1fd51b;return!!((_0x1fd51b=_0x2b4fed[_0x445506(0x871)])!=null&&_0x1fd51b[_0x3c40b2]);}))??Object[_0x32676d(0x5fa)](_0x2b4fed[_0x32676d(0x871)]??{})[0x0]??'',_0x33d7bb=(_0x364721=_0x2b4fed['tables'])==null?void 0x0:_0x364721[_0xc4f9ec],_0x388562=_0x4bd51f==null?void 0x0:_0x4bd51f['viewId'],_0x30fe2e=_0x388562&&_0x33d7bb!=null&&(_0x153441=_0x33d7bb[_0x32676d(0x309)])!=null&&_0x153441[_0x388562]?_0x388562:_0x33d7bb==null||(_0x3c51ab=_0x33d7bb['viewOrder'])==null?void 0x0:_0x3c51ab[_0x32676d(0x138)](_0x3f269f=>{var _0x5082c6;return!!((_0x5082c6=_0x33d7bb['views'])!=null&&_0x5082c6[_0x3f269f]);});return{'tableId':_0xc4f9ec,..._0x30fe2e?{'viewId':_0x30fe2e}:{}};}function _0x1d948a(_0x47fc56,_0x52eeee,_0x4d2d13){const _0x260a4e=_0x19cb8f;let _0x172c79=_0x42963d(_0x52eeee,_0x4d2d13),_0x32ad23=_0x47fc56[_0x260a4e(0x2b0)]();_0x172c79['tableId']&&_0x32ad23['activeTableId']!==_0x172c79['tableId']&&_0x47fc56[_0x260a4e(0x1aa)](_0x172c79['tableId']),_0x172c79['viewId']&&_0x47fc56[_0x260a4e(0x2b0)]()[_0x260a4e(0x82a)]!==_0x172c79[_0x260a4e(0x570)]&&_0x47fc56[_0x260a4e(0x8c8)](_0x172c79['viewId']);}function _0x14cccd(_0x1c6d28){const _0x3007b6=_0x19cb8f;return _0x1c6d28['renderScope'][_0x3007b6(0x4fa)]?_0x3007b6(0x4fa):_0x1c6d28[_0x3007b6(0x84f)][_0x3007b6(0x744)]===_0x3007b6(0x21d)?_0x3007b6(0x4e3):_0x3007b6(0x2b6);}function _0x3bfea4(_0x1869fe,_0x94b803,_0x55da0d=new _0x2624b9['BaseUIPopupService'](),_0x5e448a=new _0x2624b9[(_0x19cb8f(0x21a))](_0x94b803),_0x2851fd=_0x19cb8f(0x2b6),_0x56c79c,_0x40009e=!0x1,_0x56ef7b){const _0x1f49f2=_0x19cb8f;let _0x6506e1=_0x4d4247(_0x1869fe[_0x1f49f2(0x8ee)](_0x414d24['IConfigService']),_0x2851fd),_0x8be5ff=_0x4eee6f(_0x1869fe[_0x1f49f2(0x8ee)](_0x414d24[_0x1f49f2(0x6e1)]),_0x94b803,_0x55da0d,_0x5e448a,_0x1869fe[_0x1f49f2(0x8ee)](_0x48134b['IBaseProjectionService']),_0x1869fe[_0x1f49f2(0x8ee)](_0x414d24[_0x1f49f2(0x468)]),void 0x0,_0x40009e),_0x53f6b1=new Map([[_0x2624b9[_0x1f49f2(0x4d6)],_0x94b803],[_0x2624b9[_0x1f49f2(0x502)],_0x55da0d],[_0x2624b9[_0x1f49f2(0x79c)],_0x5e448a],[_0x414d24[_0x1f49f2(0x6e1)],_0x8be5ff],[_0x414d24['IConfigService'],_0x6506e1],[_0x2624b9[_0x1f49f2(0x5f5)],_0x1869fe[_0x1f49f2(0x8ee)](_0x2624b9['IBaseCanvasRootResolverService'])],[_0x2624b9[_0x1f49f2(0x66e)],(0x0,_0x2624b9['createScopedBaseGlobalPortalService'])(_0x56ef7b)]]);_0x56c79c&&_0x53f6b1['set'](_0x2624b9['IBaseViewWheelScrollService'],_0x56c79c);let _0xaa401c=_0x1fd47d(_0x1869fe,_0x53f6b1);return _0xaa401c[_0x1f49f2(0x70a)]([_0x2624b9[_0x1f49f2(0x311)],{'useClass':_0x2624b9[_0x1f49f2(0x1e3)]}]),_0xaa401c;}function _0x4eee6f(_0x960680,_0x4b933e,_0x2e6aaa,_0x2153eb,_0x5bac14,_0x33b030,_0x524352,_0x497798=!0x1){const _0x165e38=_0x19cb8f;let _0xbb3626={'disposed':_0x960680['disposed'][_0x165e38(0x262)](_0x960680),'hasCommand':_0x960680[_0x165e38(0x116)][_0x165e38(0x262)](_0x960680),'registerCommand':_0x960680[_0x165e38(0x8ad)][_0x165e38(0x262)](_0x960680),'unregisterCommand':_0x960680[_0x165e38(0x5fe)][_0x165e38(0x262)](_0x960680),'registerMultipleCommand':_0x960680[_0x165e38(0x60c)][_0x165e38(0x262)](_0x960680),'executeCommand':async(..._0x1512b9)=>{const _0xf4f78=_0x165e38;if(_0x1512b9[0x0]===_0x2624b9['BaseKeyboardOperation']['id']&&_0x33b030)return(0x0,_0x2624b9[_0xf4f78(0x7cb)])({'commandService':_0xbb3626,'instanceService':_0x33b030,'projectionService':_0x5bac14,'stateService':_0x4b933e},_0x1512b9[0x1]);let _0x7d1304=_0x42aa07(_0x1512b9[0x0],_0x1512b9[0x1],_0x4b933e,_0x2e6aaa,_0x33b030,_0x524352);if(_0x7d1304!==void 0x0)return _0x7d1304;if(_0xb6c729(_0x1512b9[0x0],_0x1512b9[0x1],_0x2153eb,_0x497798))return!0x0;let _0x30292c=_0x524352?_0x33b030==null?void 0x0:_0x33b030['getCurrentUnitOfType'](_0x414d24['UniverInstanceType'][_0xf4f78(0x618)]):void 0x0;try{return _0x524352&&(_0x33b030==null||_0x33b030[_0xf4f78(0x601)](_0x524352)),await _0x960680[_0xf4f78(0x6ed)](_0x1512b9[0x0],_0x1512b9[0x1],_0x1512b9[0x2]);}finally{_0x30292c&&(_0x33b030==null||_0x33b030[_0xf4f78(0x601)](_0x30292c[_0xf4f78(0x24c)]()));}},'syncExecuteCommand':(..._0x55c23a)=>{const _0x21e927=_0x165e38;if(_0x55c23a[0x0]===_0x2624b9[_0x21e927(0x8f4)]['id']&&_0x33b030)return(0x0,_0x2624b9[_0x21e927(0x7cb)])({'commandService':_0xbb3626,'instanceService':_0x33b030,'projectionService':_0x5bac14,'stateService':_0x4b933e},_0x55c23a[0x1]);let _0x811ea1=_0x42aa07(_0x55c23a[0x0],_0x55c23a[0x1],_0x4b933e,_0x2e6aaa,_0x33b030,_0x524352);if(_0x811ea1!==void 0x0)return _0x811ea1;if(_0xb6c729(_0x55c23a[0x0],_0x55c23a[0x1],_0x2153eb,_0x497798))return!0x0;let _0x291b78=_0x524352?_0x33b030==null?void 0x0:_0x33b030['getCurrentUnitOfType'](_0x414d24[_0x21e927(0x4ed)][_0x21e927(0x618)]):void 0x0;try{return _0x524352&&(_0x33b030==null||_0x33b030[_0x21e927(0x601)](_0x524352)),_0x960680[_0x21e927(0x289)](_0x55c23a[0x0],_0x55c23a[0x1],_0x55c23a[0x2]);}finally{_0x291b78&&(_0x33b030==null||_0x33b030[_0x21e927(0x601)](_0x291b78[_0x21e927(0x24c)]()));}},'onCommandExecuted':_0x960680[_0x165e38(0x119)][_0x165e38(0x262)](_0x960680),'beforeCommandExecuted':_0x960680[_0x165e38(0x3c5)][_0x165e38(0x262)](_0x960680),'onMutationExecutedForCollab':_0x960680['onMutationExecutedForCollab'][_0x165e38(0x262)](_0x960680)};return _0xbb3626;}function _0x42aa07(_0x23a050,_0x227640,_0x49361b,_0x458dd5,_0x15406c,_0x3b1e71){const _0x5e4e4b=_0x19cb8f;if(_0x23a050===_0x2624b9['ActivateBaseViewOperation']['id']){let _0x90036a=_0x227640;return _0x90036a!=null&&_0x90036a['viewId']?(_0x90036a['tableId']&&_0x49361b[_0x5e4e4b(0x1aa)](_0x90036a[_0x5e4e4b(0x4f8)]),_0x49361b[_0x5e4e4b(0x8c8)](_0x90036a[_0x5e4e4b(0x570)]),!0x0):!0x1;}if(_0x23a050===_0x2624b9[_0x5e4e4b(0x588)]['id']){let _0x49ef7c=_0x227640;if(!(_0x49ef7c!=null&&_0x49ef7c[_0x5e4e4b(0x4f8)]))return!0x1;_0x49361b[_0x5e4e4b(0x1aa)](_0x49ef7c[_0x5e4e4b(0x4f8)]);let _0x308873=_0x49ef7c['unitId']?_0x15406c==null?void 0x0:_0x15406c[_0x5e4e4b(0xf7)](_0x49ef7c[_0x5e4e4b(0x448)],_0x414d24[_0x5e4e4b(0x4ed)][_0x5e4e4b(0x618)]):_0x15406c==null?void 0x0:_0x15406c[_0x5e4e4b(0x654)](_0x414d24[_0x5e4e4b(0x4ed)]['UNIVER_BASE']),_0x31848a=(_0x308873==null?void 0x0:_0x308873['getUnitId']())??_0x3b1e71;_0x31848a&&(_0x15406c==null||_0x15406c[_0x5e4e4b(0x601)](_0x31848a),_0x15406c==null||_0x15406c[_0x5e4e4b(0x721)](_0x31848a));let _0x123be9=_0x308873==null?void 0x0:_0x308873['getSnapshot']()[_0x5e4e4b(0x871)][_0x49ef7c[_0x5e4e4b(0x4f8)]],_0x23cdb0=_0x123be9==null?void 0x0:_0x123be9[_0x5e4e4b(0x6bc)][_0x5e4e4b(0x138)](_0x370dbb=>_0x123be9['views'][_0x370dbb]);return _0x23cdb0&&_0x49361b[_0x5e4e4b(0x8c8)](_0x23cdb0),!0x0;}if(_0x23a050===_0x2624b9[_0x5e4e4b(0x4e4)]['id']){let _0x3440f8=_0x227640;return _0x3440f8!=null&&_0x3440f8[_0x5e4e4b(0x570)]?(_0x49361b[_0x5e4e4b(0x742)](_0x3440f8[_0x5e4e4b(0x570)],{'x':_0x3440f8['x']??0x0,'y':_0x3440f8['y']??0x0}),!0x0):!0x1;}if(_0x23a050===_0x2624b9[_0x5e4e4b(0x5f1)]['id']){let _0x4575c3=_0x227640;return!(_0x4575c3!=null&&_0x4575c3[_0x5e4e4b(0x570)])||typeof _0x4575c3[_0x5e4e4b(0xf1)]!=_0x5e4e4b(0x700)?!0x1:(_0x49361b[_0x5e4e4b(0x631)](_0x4575c3[_0x5e4e4b(0x570)],_0x4575c3['zoom']),!0x0);}if(_0x23a050===_0x2624b9[_0x5e4e4b(0x33c)]['id'])return _0x227640?(_0x49361b[_0x5e4e4b(0x34e)](),_0x458dd5['openToolbarPanel'](_0x227640),!0x0):!0x1;if(_0x23a050===_0x2624b9[_0x5e4e4b(0x65e)]['id'])return _0x458dd5[_0x5e4e4b(0x4b3)](),!0x0;if(_0x23a050===_0x2624b9['OpenBaseContextMenuOperation']['id'])return _0x227640?(_0x49361b[_0x5e4e4b(0x34e)](),_0x458dd5[_0x5e4e4b(0x818)](_0x227640),!0x0):!0x1;if(_0x23a050===_0x2624b9[_0x5e4e4b(0x418)]['id'])return _0x458dd5['closeContextMenu'](),!0x0;if(_0x23a050===_0x2624b9[_0x5e4e4b(0x589)]['id'])return _0x227640?(_0x458dd5[_0x5e4e4b(0x293)](_0x227640),!0x0):!0x1;if(_0x23a050===_0x2624b9[_0x5e4e4b(0x52a)]['id'])return _0x458dd5[_0x5e4e4b(0x7f9)](),!0x0;if(_0x23a050===_0x2624b9['OpenBaseRecordDetailPanelOperation']['id']){let _0x27ea91=_0x227640;return _0x27ea91!=null&&_0x27ea91[_0x5e4e4b(0x3fc)]?(_0x49361b[_0x5e4e4b(0xf2)](_0x27ea91[_0x5e4e4b(0x3fc)]),!0x0):!0x1;}if(_0x23a050===_0x2624b9['CloseBaseRecordDetailPanelOperation']['id'])return _0x49361b['closeRecordDetail'](),!0x0;}function _0xb6c729(_0x381a9c,_0x1c1604,_0x35e7c0,_0x52d224=!0x1){const _0x102c6f=_0x19cb8f;return _0x381a9c===_0x2624b9[_0x102c6f(0x3fb)]['id']?(_0x52d224||_0x35e7c0[_0x102c6f(0x790)](_0x1c1604),!0x0):_0x381a9c===_0x2624b9[_0x102c6f(0x6a9)]['id']?(_0x35e7c0[_0x102c6f(0x74d)](),!0x0):!0x1;}function _0x4d4247(_0x337669,_0x3e42d7){const _0x370424=_0x19cb8f;return{'getConfig':_0x189a70=>{const _0x5efbcf=_0x41b8;let _0x2dfdc1=_0x337669['getConfig'](_0x189a70);return _0x189a70===_0x2624b9[_0x5efbcf(0x190)]?_0x65c8e2(_0x2dfdc1??{},_0x3e42d7):_0x2dfdc1;},'setConfig':_0x337669['setConfig'][_0x370424(0x262)](_0x337669),'deleteConfig':_0x337669['deleteConfig'][_0x370424(0x262)](_0x337669),'subscribeConfigValue$':_0x337669[_0x370424(0x8a2)][_0x370424(0x262)](_0x337669)};}function _0x65c8e2(_0x89a265,_0x504c28='workbench'){const _0x5c9641=_0x19cb8f;let _0x5e3ff5;return _0x5e3ff5=_0x504c28==='content-only'||_0x504c28==='fullscreen'?{'header':!0x1,'headerMenu':!0x1,'leftSidebar':!0x1,'footer':!0x1,'global':!0x0}:{'header':!0x0,'headerMenu':!0x0},{..._0x89a265,'workbench':{..._0x89a265[_0x5c9641(0x2b6)]??{},..._0x5e3ff5,'route':!0x1,'fallbackToFirstUnit':!0x0,'collaborationStatus':!0x1}};}function _0x1a332e(_0x24cf2e){const _0x468466=_0x19cb8f;var _0x3ff516;if(_0x24cf2e['renderScope'][_0x468466(0x4fa)]&&_0x24cf2e['runtimeScope']['roots'][_0x468466(0x86f)])return _0x24cf2e[_0x468466(0x17b)][_0x468466(0x6f8)][_0x468466(0x86f)];let _0xd6ee46=_0x24cf2e[_0x468466(0x17b)]['roots'][_0x468466(0x38b)]??_0x24cf2e[_0x468466(0x84f)][_0x468466(0x778)]??_0x24cf2e['renderScope']['rootElement'],_0x45c96f=((_0x3ff516=_0xd6ee46['parentElement'])==null?void 0x0:_0x3ff516[_0x468466(0x810)][_0x468466(0x5b1)])==='embed-float-dom-chrome'?_0xd6ee46['parentElement']:void 0x0;if(!_0x45c96f||!_0x24cf2e[_0x468466(0x576)]||!_0x45c96f[_0x468466(0x810)][_0x468466(0x576)]||_0x45c96f[_0x468466(0x810)][_0x468466(0x576)]===_0x24cf2e[_0x468466(0x576)])return _0x45c96f??_0xd6ee46;let _0x1c123e=_0x24cf2e['renderScope'][_0x468466(0x89e)][_0x468466(0x7c1)];return Array[_0x468466(0x7d3)](_0x1c123e[_0x468466(0x24e)](_0x468466(0x830)))['find'](_0x29be55=>_0x29be55[_0x468466(0x810)]['embedId']===_0x24cf2e[_0x468466(0x576)])??_0xd6ee46;}function _0x417a75(_0x33bed6){const _0x3715de=_0x19cb8f;let _0xcd604=_0x1a332e(_0x33bed6),_0x392857=_0x33bed6['renderScope']['rootElement'][_0x3715de(0x7c1)][_0x3715de(0x3a6)](_0x3715de(0x5ff));return _0x392857[_0x3715de(0x810)][_0x3715de(0x312)]=_0x33bed6[_0x3715de(0x58f)][_0x3715de(0x3a2)],_0x392857[_0x3715de(0x50c)]=_0x3715de(0x26e),_0xcd604[_0x3715de(0x46f)](_0x392857),{'menu':_0x392857,'menuRoot':_0xcd604,'portalContainer':_0x33bed6[_0x3715de(0x17b)][_0x3715de(0x6f8)][_0x3715de(0x828)]};}function _0x4e1ec3(_0x1657be){const _0x2b1ac4=_0x19cb8f;return[{'hostType':_0x414d24[_0x2b1ac4(0x4ed)][_0x2b1ac4(0x5ba)],'entry':_0x5e7b5b[_0x2b1ac4(0x322)][_0x2b1ac4(0x207)],'childType':_0x1657be['childType'],'mount':_0x1657be['mount']},{'hostType':_0x414d24[_0x2b1ac4(0x4ed)][_0x2b1ac4(0x520)],'entry':_0x5e7b5b[_0x2b1ac4(0x322)][_0x2b1ac4(0x114)],'childType':_0x1657be[_0x2b1ac4(0x23a)],'mount':_0x1657be[_0x2b1ac4(0x65a)]},{'hostType':_0x414d24[_0x2b1ac4(0x4ed)][_0x2b1ac4(0x833)],'entry':_0x5e7b5b['EmbedHostEntryEnum'][_0x2b1ac4(0xfb)],'childType':_0x1657be[_0x2b1ac4(0x23a)],'mount':_0x1657be[_0x2b1ac4(0x65a)]},{'hostType':_0x414d24['UniverInstanceType']['UNIVER_BOARD'],'entry':_0x5e7b5b[_0x2b1ac4(0x322)]['BoardsFloatingObject'],'childType':_0x1657be['childType'],'mount':_0x1657be[_0x2b1ac4(0x65a)]}];}function _0x5f4e01(_0xe673){const _0x580041=_0x19cb8f;let {embedId:_0x3b9287,childUnitId:_0x2ed8e0,base:_0x5e05a7,activeTable:_0x40c349}=_0xe673,_0x2edb2e=_0x1f987a(_0x3b9287);return _0x2edb2e?(0x0,_0x1966e4[_0x580041(0x2ce)])((0x0,_0x5c0f5d['jsx'])(_0x2985ca,{'childUnitId':_0x2ed8e0,'base':_0x5e05a7,'activeTable':_0x40c349}),_0x2edb2e):null;}function _0x1f987a(_0x35dea3){const _0x39fb90=_0x19cb8f;let [_0x26cd8a,_0x5eed58]=(0x0,_0x725655[_0x39fb90(0x2db)])(()=>_0x3b093d(_0x35dea3));return(0x0,_0x725655['useEffect'])(()=>{const _0x49acbd=_0x39fb90;let _0x271481=window[_0x49acbd(0x2e9)](()=>_0x5eed58(_0x3b093d(_0x35dea3)));return()=>{const _0x16de60=_0x49acbd;window[_0x16de60(0x6b0)](_0x271481);};},[_0x35dea3]),_0x26cd8a;}function _0x3b093d(_0xcda1c1){const _0x3e800a=_0x19cb8f;return Array[_0x3e800a(0x7d3)](document[_0x3e800a(0x24e)]('[data-embed-fullscreen-sidebar-slot=\x22true\x22]'))[_0x3e800a(0x138)](_0xc9cb0b=>_0xc9cb0b[_0x3e800a(0x810)][_0x3e800a(0x576)]===_0xcda1c1)??null;}function _0x2985ca(_0x49166d){const _0x3dee45=_0x19cb8f;var _0x4c30b5,_0x2c0ebe;let {childUnitId:_0xe96f61,base:_0x33d294,activeTable:_0x2e04dc}=_0x49166d,_0x7d713e=(0x0,_0x5ab84f['useDependency'])(_0x414d24['ICommandService']),_0x2d962a=(0x0,_0x5ab84f[_0x3dee45(0x563)])(_0x414d24[_0x3dee45(0x66f)]),_0x5068ee=(0x0,_0x5ab84f[_0x3dee45(0x563)])(_0x414d24['LocaleService']),_0x396622=(0x0,_0x5ab84f[_0x3dee45(0x563)])(_0x2624b9[_0x3dee45(0x4d6)]),_0x55285f=(0x0,_0x5ab84f['useObservable'])(()=>_0x396622[_0x3dee45(0x446)],_0x396622[_0x3dee45(0x2b0)](),!0x1,[_0x396622]),[_0x3fde51,_0x1d7f75]=(0x0,_0x725655[_0x3dee45(0x2db)])(null),[_0x48acef,_0x3ec66c]=(0x0,_0x725655[_0x3dee45(0x2db)])(null),[_0x510add,_0x10145f]=(0x0,_0x725655[_0x3dee45(0x2db)])(''),[_0x450bc1,_0x53e744]=(0x0,_0x725655[_0x3dee45(0x2db)])(_0x3dee45(0x122)),[_0xecb302,_0x120604]=(0x0,_0x725655[_0x3dee45(0x2db)])(null),_0x5f22b9=(_0x2d962a==null||(_0x4c30b5=_0x2d962a[_0x3dee45(0x77b)](_0x2624b9['BASES_UI_PLUGIN_CONFIG_KEY']))==null?void 0x0:_0x4c30b5[_0x3dee45(0x2b6)])??{},_0x21747a=_0x55285f[_0x3dee45(0x447)][_0x3dee45(0x4f5)]??_0x5f22b9[_0x3dee45(0x4f5)]??((_0x2c0ebe=_0x2624b9[_0x3dee45(0x587)]['workbench'])==null?void 0x0:_0x2c0ebe[_0x3dee45(0x4f5)])??_0x2624b9[_0x3dee45(0x3bb)],_0x1e4bfc=_0x33d294[_0x3dee45(0x31b)](),_0x4e0af6=_0x1eabff(_0x1e4bfc,_0x2e04dc['id']),_0x2db0da=async _0x537885=>{const _0x5db347=_0x3dee45;let _0x14b1eb=_0x1e4bfc[_0x5db347(0x871)][_0x537885];if(!_0x14b1eb)return;let _0x172c08=_0x14b1eb['viewOrder'][_0x5db347(0x138)](_0x46de8d=>_0x14b1eb[_0x5db347(0x309)][_0x46de8d]);_0x396622['activateTable'](_0x14b1eb['id']),_0x172c08&&_0x396622[_0x5db347(0x8c8)](_0x172c08),_0x396622['setSelection'](null),_0x396622['closeRecordDetail'](),await _0x7d713e[_0x5db347(0x6ed)](_0x2624b9[_0x5db347(0x588)]['id'],{'unitId':_0xe96f61,'tableId':_0x537885});},_0x51f4b2=async()=>{const _0x419c11=_0x3dee45;let _0x58eba4=(0x0,_0x414d24[_0x419c11(0x352)])({'id':_0x419c11(0x427)+(0x0,_0x414d24[_0x419c11(0x86d)])(0x8),'name':_0x4a6c27(_0x33d294[_0x419c11(0x31b)](),_0x38c976=>_0x5068ee['t'](_0x419c11(0x513),String(_0x38c976))),'primaryFieldId':'field-'+(0x0,_0x414d24[_0x419c11(0x86d)])(0x8),'gridViewId':_0x419c11(0x371)+(0x0,_0x414d24[_0x419c11(0x86d)])(0x8)});await _0x7d713e['executeCommand'](_0x48134b['CreateBaseTableCommand']['id'],{'unitId':_0xe96f61,'table':_0x58eba4})&&(_0x396622[_0x419c11(0x1aa)](_0x58eba4['id']),_0x396622[_0x419c11(0x8c8)](_0x58eba4[_0x419c11(0x6bc)][0x0]),_0x396622[_0x419c11(0x145)](null),_0x396622[_0x419c11(0x11a)](),_0x120604(_0x58eba4['id']));},_0x15f2d5=async(_0x5ed791,_0x4d048d,_0x3428f2)=>{const _0x15b999=_0x3dee45;let _0x339111=_0x33d294[_0x15b999(0x31b)](),_0x5a7c39=_0x339111[_0x15b999(0x871)][_0x5ed791];if(!_0x5a7c39)return;let _0x4de44c=(0x0,_0x48134b[_0x15b999(0x365)])(_0x5a7c39,{'id':_0x15b999(0x427)+(0x0,_0x414d24[_0x15b999(0x86d)])(0x8),'name':_0x4d048d,'includeRecords':_0x3428f2===_0x15b999(0x804),'regenerateViewIds':!0x0,'createViewId':()=>_0x15b999(0x371)+(0x0,_0x414d24[_0x15b999(0x86d)])(0x8)});await _0x7d713e['executeCommand'](_0x48134b[_0x15b999(0x451)]['id'],{'unitId':_0xe96f61,'table':_0x4de44c,'index':_0x339111['tableOrder']['indexOf'](_0x5ed791)+0x1})&&(_0x396622['activateTable'](_0x4de44c['id']),_0x396622[_0x15b999(0x8c8)](_0x4de44c[_0x15b999(0x6bc)][0x0]),_0x396622[_0x15b999(0x145)](null),_0x396622[_0x15b999(0x11a)]());},_0x5a2668=async _0x158515=>{const _0x1dcf52=_0x3dee45;let _0x4baa4d=_0x33d294[_0x1dcf52(0x31b)](),_0x5b599f=_0x1eabff(_0x4baa4d,_0x2e04dc['id'])[_0x1dcf52(0x4da)](_0x3d1b7d=>_0x3d1b7d['id']);if(_0x5b599f[_0x1dcf52(0x716)]<=0x1)return;let _0x19cd7f=_0x158515===_0x2e04dc['id']?_0x5b599f[_0x1dcf52(0x138)](_0x35a235=>_0x35a235!==_0x158515):null;if(await _0x7d713e[_0x1dcf52(0x6ed)](_0x48134b[_0x1dcf52(0x6b7)]['id'],{'unitId':_0xe96f61,'tableId':_0x158515})&&_0x19cd7f){let _0x537c1b=_0x4baa4d[_0x1dcf52(0x871)][_0x19cd7f],_0x53d46c=_0x537c1b==null?void 0x0:_0x537c1b[_0x1dcf52(0x6bc)]['find'](_0x1d5896=>_0x537c1b[_0x1dcf52(0x309)][_0x1d5896]);_0x396622['activateTable'](_0x19cd7f),_0x53d46c&&_0x396622[_0x1dcf52(0x8c8)](_0x53d46c),_0x396622[_0x1dcf52(0x145)](null),_0x396622[_0x1dcf52(0x11a)]();}};return(0x0,_0x5c0f5d['jsxs'])(_0x5c0f5d['Fragment'],{'children':[(0x0,_0x5c0f5d[_0x3dee45(0x7ba)])(_0x2624b9[_0x3dee45(0x442)],{'title':_0x1e4bfc['name']||'Base','items':_0x4e0af6,'width':_0x21747a,'pendingRenameItemId':_0xecb302,'onActivateItem':_0x2db0da,'onAddTable':async()=>{await _0x51f4b2();},'onRenameTable':async(_0x46c217,_0x42b596)=>{const _0x1eb327=_0x3dee45;await _0x7d713e[_0x1eb327(0x6ed)](_0x48134b[_0x1eb327(0x11c)]['id'],{'unitId':_0xe96f61,'tableId':_0x46c217,'name':_0x42b596});},'getTableNameError':(_0x4c8339,_0x1c87fe)=>(0x0,_0x2624b9['getBaseTableNameErrorMessage'])(_0x5068ee,(0x0,_0x48134b['validateBaseTableName'])(_0x1e4bfc,_0x1c87fe,_0x4c8339)),'onPendingRenameItemConsumed':_0x226b97=>{_0xecb302===_0x226b97&&_0x120604(null);},'onDuplicateTable':_0x4ccf7d=>{const _0x1776e6=_0x3dee45;let _0x5518d4=_0x33d294[_0x1776e6(0x31b)](),_0x413b7d=_0x5518d4[_0x1776e6(0x871)][_0x4ccf7d];_0x413b7d&&(_0x3ec66c(_0x4ccf7d),_0x10145f((0x0,_0x48134b[_0x1776e6(0x206)])(_0x5518d4,_0x5068ee['t']('embed-ui.basesFloating.duplicateTable.copyName',_0x413b7d['name']))),_0x53e744(_0x1776e6(0x122)));},'onDeleteTable':_0x1d7f75,'onResizeWidth':_0x5eb3d3=>_0x396622['setLeftPanelWidth'](_0x5eb3d3)}),(0x0,_0x5c0f5d[_0x3dee45(0x7ba)])(_0x2624b9[_0x3dee45(0x4ca)],{'open':!!_0x48acef,'name':_0x510add,'nameError':(0x0,_0x2624b9[_0x3dee45(0x6c7)])(_0x5068ee,(0x0,_0x48134b[_0x3dee45(0x822)])(_0x1e4bfc,_0x510add[_0x3dee45(0xd1)]())),'mode':_0x450bc1,'onNameChange':_0x10145f,'onModeChange':_0x53e744,'onCancel':()=>_0x3ec66c(null),'onConfirm':async()=>{let _0x478cc9=_0x48acef,_0x31c5a2=_0x510add['trim'](),_0x444343=_0x450bc1;!_0x478cc9||!_0x31c5a2||(_0x3ec66c(null),await _0x15f2d5(_0x478cc9,_0x31c5a2,_0x444343));}}),(0x0,_0x5c0f5d[_0x3dee45(0x7ba)])(_0x2624b9[_0x3dee45(0x861)],{'open':!!_0x3fde51,'title':_0x5068ee['t'](_0x3dee45(0x720)),'description':_0x5068ee['t'](_0x3dee45(0x75a)),'onCancel':()=>_0x1d7f75(null),'onConfirm':async()=>{let _0x167bc2=_0x3fde51;_0x1d7f75(null),_0x167bc2&&await _0x5a2668(_0x167bc2);}})]});}function _0x21f03f(_0x40cd5f){const _0x580959=_0x19cb8f;let {embedId:_0x2a7c00,activeView:_0x34ac9b,views:_0x3518b3,addViewOpen:_0x1f1b67,onAddViewOpenChange:_0x36f029,onActivateView:_0x42db9c,onAddView:_0x211990,onSetViewAsFirst:_0x571e37,onMoveView:_0x1f5616,onRenameView:_0x42abbd,onDuplicateView:_0x5c9eb9,onConfigureView:_0x115256,onDeleteView:_0x30d5da}=_0x40cd5f,_0x6852dd=(0x0,_0x5ab84f['useDependency'])(_0x414d24[_0x580959(0x52d)]);return(0x0,_0x5c0f5d[_0x580959(0x7ba)])(_0x580959(0x5ff),{'data-u-comp':_0x580959(0x4fd),'className':_0x580959(0x674),'children':(0x0,_0x5c0f5d[_0x580959(0x7ba)])(_0x2624b9[_0x580959(0x249)],{'className':_0x580959(0x531),'views':_0x3518b3[_0x580959(0x4da)](_0xa9edb=>({'id':_0xa9edb['id'],'name':_0xa9edb[_0x580959(0x51a)],'type':_0xa9edb[_0x580959(0x519)]})),'activeViewId':_0x34ac9b['id'],'onActivateView':_0x42db9c,'onSetViewAsFirst':_0x571e37,'onMoveView':_0x1f5616,'onRenameView':_0x42abbd,'onDuplicateView':_0x5c9eb9,'onConfigureView':_0x115256,'onDeleteView':_0x30d5da,'onAddView':()=>_0x36f029(!_0x1f1b67),'addViewDropdown':{'open':_0x1f1b67,'onOpenChange':_0x36f029,'overlay':(0x0,_0x5c0f5d['jsx'])(_0x580959(0x5ff),{'data-u-comp':'base-embed-fullscreen-add-view-menu','data-embed-id':_0x2a7c00,'data-embed-floating-menu-popup':_0x580959(0x223),'children':(0x0,_0x5c0f5d['jsx'])(_0x2624b9['AddViewMenu'],{'views':_0x2624b9[_0x580959(0x8a9)][_0x580959(0x4da)](_0x213659=>({..._0x213659,'label':_0x6852dd['t'](_0x213659['label']),'description':_0x6852dd['t'](_0x213659[_0x580959(0x291)])})),'onCreate':_0x211990})})}})});}function _0x470800(_0x4ac62a){const _0x40db69=_0x19cb8f;var _0x3ca322;return(_0x4ac62a==null||(_0x3ca322=_0x4ac62a[_0x40db69(0x8db)])==null?void 0x0:_0x3ca322[_0x40db69(0x4da)](_0x3cdd54=>_0x4ac62a[_0x40db69(0x871)][_0x3cdd54])[_0x40db69(0x1d4)](_0x4830d1=>!!_0x4830d1))??[];}function _0x1eabff(_0x4113f3,_0x454896){const _0x2b74f6=_0x19cb8f;return _0x470800(_0x4113f3)[_0x2b74f6(0x4da)](_0x5468a2=>({'id':_0x5468a2['id'],'name':_0x5468a2[_0x2b74f6(0x51a)],'active':_0x5468a2['id']===_0x454896}));}function _0x4a6c27(_0x37ce7a,_0x54f7fb){const _0x3665c0=_0x19cb8f;let _0x173c9c=new Set(_0x470800(_0x37ce7a)[_0x3665c0(0x4da)](_0x302402=>_0x302402[_0x3665c0(0x51a)])),_0x1f6d1d=_0x173c9c[_0x3665c0(0x70b)]+0x1,_0x42e06d=_0x54f7fb(_0x1f6d1d);for(;_0x173c9c[_0x3665c0(0x8f1)](_0x42e06d);)_0x1f6d1d+=0x1,_0x42e06d=_0x54f7fb(_0x1f6d1d);return _0x42e06d;}let _0xb5c04e=_0x19cb8f(0x38d);function _0x4e3dad(){return _0x4e1ec3({'childType':_0x414d24['UniverInstanceType']['UNIVER_BASE'],'mount':_0x3bfa27});}function _0x3bfa27(_0xb273d){const _0x2fb708=_0x19cb8f;let {menu:_0x832e63,portalContainer:_0x317475}=_0x417a75(_0xb273d),_0xbbc66c=_0xeb3d32(_0x832e63),_0x2f618f=_0xb273d[_0x2fb708(0x17b)]['injector'];return _0xbbc66c[_0x2fb708(0x378)]((0x0,_0x725655[_0x2fb708(0x3a6)])(_0x4f3c32,{'injector':_0x2f618f,'mountContainer':_0x317475,'embedId':_0xb273d[_0x2fb708(0x576)]},(0x0,_0x725655[_0x2fb708(0x3a6)])(_0x2bd2f7,{'hostUnitId':_0xb273d[_0x2fb708(0x672)],'embedId':_0xb273d[_0x2fb708(0x576)],'childUnitId':_0xb273d[_0x2fb708(0x27a)],'entry':_0xb273d[_0x2fb708(0x58f)][_0x2fb708(0x3a2)],'fullscreen':!!_0xb273d[_0x2fb708(0x84f)][_0x2fb708(0x4fa)],'runtimeFocusRoot':_0xb273d['renderScope'][_0x2fb708(0x89e)],'usesDomFloatingStage':_0xb273d[_0x2fb708(0x58f)][_0x2fb708(0x3a2)]===_0x2fb708(0x6b3),'renderScopeActive$':_0xb273d['renderScope'][_0x2fb708(0x829)]}))),(0x0,_0x414d24[_0x2fb708(0x5f4)])(()=>{const _0x58c7a0=_0x2fb708;_0x533a4a(_0xbbc66c),globalThis[_0x58c7a0(0x4bc)](()=>_0x832e63[_0x58c7a0(0x7b3)](),0x0);});}function _0x3c6147(_0x3b8352){const _0x2686fe=_0x19cb8f;return _0x8076af({'embedId':_0x3b8352[_0x2686fe(0x576)],'active':_0xff0b16(_0x3b8352[_0x2686fe(0x567)],_0x3b8352[_0x2686fe(0x77a)]),'fullscreen':_0x3b8352[_0x2686fe(0x4fa)],'usesDomFloatingStage':_0x3b8352[_0x2686fe(0xfc)],'renderScopeActive':_0x3b8352[_0x2686fe(0x2ab)]});}function _0xff0b16(_0x50cd11,_0x39a315){const _0x35a155=_0x19cb8f;return _0x50cd11?{'hostUnitId':'','childUnitId':'','embedId':_0x50cd11,'stage':_0x39a315===_0x35a155(0x8bf)||_0x39a315===_0x35a155(0x436)?_0x35a155(0x8bf):_0x35a155(0x4d3)}:null;}function _0x868399(_0x26619a){return _0x26619a;}function _0x1485f3(_0xd57cf7){return _0xd57cf7;}function _0x3278ba(_0x2762be){return!_0x2762be;}function _0x11dc74(_0xd8195a){const _0x4c7d55=_0x19cb8f;return{[_0x51f778]:_0xd8195a,[_0x12a30c]:_0x4c7d55(0xf4)};}function _0x2bd2f7(_0x1dcd48){const _0xc057af=_0x19cb8f;let {hostUnitId:_0x118576,embedId:_0x49f177,childUnitId:_0x28e48b,entry:_0x31301d,fullscreen:_0x5777df,runtimeFocusRoot:_0x343606,usesDomFloatingStage:_0x1ce7c4,renderScopeActive$:_0x2c6a9f}=_0x1dcd48,_0x1ff444=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x414d24[_0xc057af(0x6e1)]),_0x370c13=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x5ab84f[_0xc057af(0x89b)]),_0x8b8cf0=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x414d24[_0xc057af(0x468)]),_0x1c20ab=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x414d24['LocaleService']),_0x35909c=(0x0,_0x5ab84f['useDependency'])(_0x48134b['IBaseViewRegistryService']),_0x16ff3c=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x414d24[_0xc057af(0x1f0)]),_0x5418aa=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x2624b9[_0xc057af(0x4d6)]),_0x204993=(0x0,_0x5ab84f['useDependency'])(_0x2624b9[_0xc057af(0x502)]),_0x17134e=(0x0,_0x5ab84f[_0xc057af(0x563)])(_0x8dbbb4),{mountContainer:_0x28250a}=(0x0,_0x725655[_0xc057af(0x7c2)])(_0x1f8b59[_0xc057af(0x8fa)]),_0x2775a4=(0x0,_0x5ab84f[_0xc057af(0x213)])(()=>_0x5418aa[_0xc057af(0x446)],_0x5418aa[_0xc057af(0x2b0)](),!0x1,[_0x5418aa]),_0x30da8f=(0x0,_0x5ab84f[_0xc057af(0x213)])(()=>_0x16ff3c['undoRedoStatus$'],{'undos':0x0,'redos':0x0},!0x1,[_0x16ff3c]),_0x363562=(0x0,_0x5ab84f['useObservable'])(()=>_0x2c6a9f,!0x1,!0x1,[_0x2c6a9f]),_0x26b44a=(0x0,_0x5ab84f[_0xc057af(0x213)])(()=>_0x17134e[_0xc057af(0x829)],_0x17134e[_0xc057af(0x849)](),!0x1,[_0x17134e]),_0x115d42=(0x0,_0x5ab84f[_0xc057af(0x213)])(()=>_0x204993[_0xc057af(0x896)],_0x204993[_0xc057af(0x8c6)](),!0x1,[_0x204993]),_0x3c515f=_0x17134e[_0xc057af(0x3b9)](_0x49f177),[_0x17d645,_0x9f0c89]=(0x0,_0x725655[_0xc057af(0x2db)])(0x0),[_0x49a9f5,_0x4ddba8]=(0x0,_0x725655[_0xc057af(0x2db)])(null),[_0x52639b,_0x1ac73d]=(0x0,_0x725655[_0xc057af(0x2db)])(!0x1),[_0x569fad,_0x18d6e2]=(0x0,_0x725655[_0xc057af(0x2db)])(null),_0x693b8=(0x0,_0x725655['useRef'])(_0x115d42),_0x189724=(0x0,_0x725655['useRef'])(null),_0x4cc509=_0x8b8cf0[_0xc057af(0xf7)](_0x28e48b,_0x414d24[_0xc057af(0x4ed)][_0xc057af(0x618)]),_0x2a45eb=_0x4cc509==null?void 0x0:_0x4cc509['getSnapshot'](),_0x4c4ffc=_0x166027(_0x2a45eb,_0x2775a4[_0xc057af(0x430)]),_0x3c23c4=_0xda689a(_0x4c4ffc),_0x54f277=_0x2da4ba(_0x4c4ffc,_0x2775a4[_0xc057af(0x82a)]),_0x461bb9=_0x3c6147({'embedId':_0x49f177,'activeEmbedId':_0x26b44a==null?void 0x0:_0x26b44a[_0xc057af(0x576)],'stage':_0x3c515f,'fullscreen':_0x5777df,'usesDomFloatingStage':_0x1ce7c4,'renderScopeActive':_0x363562})===_0xc057af(0x8bf),[_0x7ddcea,_0x234cde]=(0x0,_0x725655[_0xc057af(0x2db)])(_0x461bb9),_0x121c82=_0x868399(_0x5777df),_0x54a161=_0x1485f3(_0x5777df),_0x2effcd=_0x3278ba(_0x5777df),_0x5d5f4d=_0x121c82?_0xc057af(0x2c9):'univer-pointer-events-auto\x20univer-max-w-none\x20univer-flex-none\x20!univer-bg-transparent\x20dark:!univer-bg-transparent',_0x40dff6=_0x370c13[_0xc057af(0x8ee)](_0x2624b9[_0xc057af(0x868)]);if(_0x7ddcea!==_0x461bb9&&(_0x234cde(_0x461bb9),_0x461bb9||(_0x4ddba8(null),_0x1ac73d(!0x1),_0x18d6e2(null))),(0x0,_0x725655['useEffect'])(()=>{const _0x31e896=_0xc057af;_0x461bb9||(_0x204993[_0x31e896(0x4b3)](),_0x204993[_0x31e896(0x8e7)](),_0x204993[_0x31e896(0x7f9)]());},[_0x461bb9,_0x204993]),(0x0,_0x725655['useEffect'])(()=>{const _0x27f085=_0xc057af;let _0x23296d=_0x693b8['current'];if(_0x693b8[_0x27f085(0x835)]=_0x115d42,!_0x23296d||_0x115d42||!_0x461bb9)return;let _0x38612c=window[_0x27f085(0x2e9)](()=>_0xf21485(_0x49f177,_0x343606));return()=>window[_0x27f085(0x6b0)](_0x38612c);},[_0x49f177,_0x461bb9,_0x343606,_0x115d42]),(0x0,_0x725655[_0xc057af(0x432)])(()=>{const _0x3cda9e=_0xc057af;if(!_0x49a9f5)return;let _0x22deef=_0x242172=>{const _0x242374=_0x41b8;var _0x19725e;let _0x482629=_0x242172['target']instanceof Node?_0x242172[_0x242374(0x129)]:null;_0x482629&&(_0x19725e=_0x189724[_0x242374(0x835)])!=null&&_0x19725e[_0x242374(0x691)](_0x482629)||_0x4ddba8(null);},_0x22e299=_0xf26b49=>{const _0x532901=_0x41b8;_0xf26b49[_0x532901(0x785)]===_0x532901(0x793)&&_0x4ddba8(null);};return document[_0x3cda9e(0x474)](_0x3cda9e(0x381),_0x22deef,!0x0),document[_0x3cda9e(0x474)](_0x3cda9e(0x615),_0x22e299,!0x0),()=>{const _0x24e73e=_0x3cda9e;document[_0x24e73e(0x8f5)]('pointerdown',_0x22deef,!0x0),document[_0x24e73e(0x8f5)](_0x24e73e(0x615),_0x22e299,!0x0);};},[_0x49a9f5]),!_0x2a45eb||!_0x4cc509||!_0x4c4ffc||!_0x54f277)return null;let _0x55a3f7=()=>{const _0x1bcc73=_0xc057af;_0x17134e[_0x1bcc73(0x1a8)]({'hostUnitId':_0x118576,'embedId':_0x49f177,'childUnitId':_0x28e48b},_0x1bcc73(0x8bf));},_0x3d4585=async(_0x3aaf70,_0x3502a4)=>{const _0x54b678=_0xc057af;_0x55a3f7(),await _0x1ff444[_0x54b678(0x6ed)](_0x2624b9['OpenBasePanelOperation']['id'],{'type':_0x3aaf70,'anchor':_0xe25f0b(_0x3502a4[_0x54b678(0x2b9)]())});},_0x111d39=async _0x2aab89=>{const _0x1a5e8c=_0xc057af;_0x55a3f7(),await _0x1ff444[_0x1a5e8c(0x6ed)](_0x2624b9[_0x1a5e8c(0x5cc)]['id'],{'tableId':_0x4c4ffc['id'],'unitId':_0x28e48b,'viewId':_0x2aab89}),_0x9f0c89(_0x2588f0=>_0x2588f0+0x1);},_0x18c503=async _0x473a82=>{const _0x4f189f=_0xc057af;_0x55a3f7();let _0x2b6643=_0x4f189f(0x371)+(0x0,_0x414d24[_0x4f189f(0x86d)])(0x6),_0x5acb8f=_0x35909c[_0x4f189f(0x8ee)](_0x473a82)[_0x4f189f(0x4ae)](_0x4c4ffc),_0x589d59=await _0x1ff444['executeCommand'](_0x48134b[_0x4f189f(0x87f)]['id'],{'unitId':_0x28e48b,'tableId':_0x4c4ffc['id'],'view':{'id':_0x2b6643,'tableId':_0x4c4ffc['id'],'name':(0x0,_0x2624b9[_0x4f189f(0x56f)])(_0x1c20ab,_0x473a82),'type':_0x473a82,'config':_0x5acb8f,'fieldOrder':[..._0x4c4ffc[_0x4f189f(0x108)]],'fieldSettings':{}}});_0x4ddba8(null),_0x1ac73d(!0x1),_0x9f0c89(_0x512981=>_0x512981+0x1),_0x589d59&&await _0x111d39(_0x2b6643);},_0x2ea89c=async _0x4474e5=>{var _0x330206;let _0x38be3c=(_0x330206=_0x3c23c4[0x0])==null?void 0x0:_0x330206['id'];!_0x38be3c||_0x38be3c===_0x4474e5||(_0x55a3f7(),await _0x1ff444['executeCommand'](_0x48134b['MoveBaseViewCommand']['id'],{'unitId':_0x28e48b,'tableId':_0x4c4ffc['id'],'viewId':_0x4474e5,'target':{'beforeViewId':_0x38be3c}}),_0x9f0c89(_0x25fd98=>_0x25fd98+0x1));},_0x7d74a4=async(_0x46b34a,_0x378c2b)=>{const _0x181413=_0xc057af;_0x55a3f7(),await _0x1ff444[_0x181413(0x6ed)](_0x48134b[_0x181413(0x410)]['id'],{'unitId':_0x28e48b,'tableId':_0x4c4ffc['id'],'viewId':_0x46b34a,'target':_0x378c2b}),_0x9f0c89(_0x1b5d96=>_0x1b5d96+0x1);},_0x3237d1=async(_0x1085c5,_0x52702f)=>{const _0x20c7b=_0xc057af;_0x55a3f7(),await _0x1ff444[_0x20c7b(0x6ed)](_0x48134b['RenameBaseViewCommand']['id'],{'unitId':_0x28e48b,'tableId':_0x4c4ffc['id'],'viewId':_0x1085c5,'name':_0x52702f}),_0x9f0c89(_0x457b12=>_0x457b12+0x1);},_0x4c7975=async _0xfc79e4=>{const _0x3784fe=_0xc057af;let _0x2703e7=_0x4c4ffc[_0x3784fe(0x309)][_0xfc79e4];if(!_0x2703e7)return;_0x55a3f7();let _0x527c2c=(0x0,_0x2624b9['duplicateView'])(_0x2703e7,_0x4c4ffc['id'],_0x1c20ab['t']('embed-ui.basesFloating.copySuffix')),_0x340763=await _0x1ff444[_0x3784fe(0x6ed)](_0x48134b[_0x3784fe(0x87f)]['id'],{'unitId':_0x28e48b,'tableId':_0x4c4ffc['id'],'view':_0x527c2c});_0x9f0c89(_0x19d617=>_0x19d617+0x1),_0x340763&&await _0x111d39(_0x527c2c['id']);},_0x4d629c=async()=>{const _0x5355bf=_0xc057af;var _0x4ad387;let _0xb6961a=_0x569fad??_0x54f277['id'];if(_0x3c23c4['length']<=0x1){_0x18d6e2(null);return;}let _0xca3f95=(_0x4ad387=_0x3c23c4[_0x5355bf(0x138)](_0x3a2a6b=>_0x3a2a6b['id']!==_0xb6961a))==null?void 0x0:_0x4ad387['id'],_0x5b3875=await _0x1ff444[_0x5355bf(0x6ed)](_0x48134b[_0x5355bf(0x683)]['id'],{'unitId':_0x28e48b,'tableId':_0x4c4ffc['id'],'viewId':_0xb6961a});_0x18d6e2(null),_0x9f0c89(_0x56ac34=>_0x56ac34+0x1),_0x5b3875&&_0xca3f95&&await _0x111d39(_0xca3f95);},_0x30a2ce=async()=>{const _0x26bfa5=_0xc057af;await _0x1ff444[_0x26bfa5(0x6ed)](_0x5e7b5b[_0x26bfa5(0x210)]['id'],{'hostUnitId':_0x118576,'embedId':_0x49f177});},_0x11d24c=_0x365af3=>{const _0x563a44=_0xc057af;_0x365af3[_0x563a44(0x732)]();},_0x4b24bd=_0x2335bb=>{const _0x298220=_0xc057af;_0x2335bb[_0x298220(0x276)](),_0x2335bb[_0x298220(0x732)]();};return(0x0,_0x5c0f5d[_0xc057af(0x49b)])(_0x5c0f5d[_0xc057af(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0xc057af(0x49b)])(_0xc057af(0x5ff),{'className':(0x0,_0x1f8b59['clsx'])(_0xc057af(0x117),{'univer-hidden':!_0x461bb9,'univer-static\x20univer-m-0\x20univer-min-h-[84px]\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-flex-col\x20univer-items-stretch\x20univer-justify-start\x20univer-gap-0\x20univer-rounded-none\x20univer-border-0\x20univer-bg-transparent\x20univer-px-0\x20univer-py-0\x20univer-shadow-none':_0x5777df,'univer-absolute\x20univer-inset-x-0\x20univer-z-[30]\x20univer-min-h-9\x20univer-min-w-0\x20univer-max-w-none\x20univer-translate-x-0\x20univer-gap-3\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none':!_0x5777df,'-univer-top-12':!_0x5777df&&_0x31301d!==_0xc057af(0xca),'univer-w-full':!_0x5777df,'!univer-left-0\x20!univer-right-auto\x20-univer-top-12\x20!univer-w-full':!_0x5777df&&_0x31301d===_0xc057af(0xca)}),'data-u-comp':_0xc057af(0x1da),'data-embed-floating-menu':'true','data-embed-id':_0x49f177,'data-embed-float-stage':_0x461bb9?_0xc057af(0x8bf):'inactive','data-base-render-version':_0x17d645,..._0x11dc74(_0x49f177),'onClick':_0x11d24c,'onDoubleClick':_0x11d24c,'onMouseDown':_0x4b24bd,'onMouseUp':_0x11d24c,'onPointerDown':_0x4b24bd,'onPointerUp':_0x11d24c,'children':[_0x54a161?(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x21f03f,{'embedId':_0x49f177,'activeView':_0x54f277,'views':_0x3c23c4,'addViewOpen':_0x52639b,'onAddViewOpenChange':_0x1ac73d,'onActivateView':_0x111d39,'onAddView':_0x18c503,'onSetViewAsFirst':_0x2ea89c,'onMoveView':_0x7d74a4,'onRenameView':_0x3237d1,'onDuplicateView':_0x4c7975,'onConfigureView':_0x598604=>_0x3d4585(_0xc057af(0x5ca),_0x598604),'onDeleteView':_0x18d6e2}):(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0xc057af(0x5ff),{'data-u-comp':_0xc057af(0x331),'className':_0xb5c04e,'children':(0x0,_0x5c0f5d['jsx'])(_0x3263af,{'activeView':_0x54f277,'views':_0x3c23c4,'onActivateView':_0x111d39,'embedId':_0x49f177,'onAddView':_0x27aa10=>{_0x55a3f7(),_0x4ddba8(_0x27aa10['getBoundingClientRect']());},'onConfigureView':_0x3f6b51=>_0x3d4585('viewSettings',_0x3f6b51),'onDeleteView':()=>_0x18d6e2(_0x54f277['id'])})}),(0x0,_0x5c0f5d['jsx'])(_0xc057af(0x5ff),{'className':(0x0,_0x1f8b59['clsx'])(_0xc057af(0x553),{'univer-min-w-0':_0x5777df,'univer-min-w-max':!_0x5777df}),'children':(0x0,_0x5c0f5d[_0xc057af(0x49b)])(_0xc057af(0x5ff),{'data-u-comp':_0xc057af(0x892),'className':(0x0,_0x1f8b59[_0xc057af(0x1dd)])('univer-flex\x20univer-min-w-0\x20univer-max-w-full\x20univer-items-center\x20univer-gap-1',{'univer-w-full\x20univer-flex-1':_0x5777df,[_0xb5c04e]:!_0x5777df}),'children':[(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x2624b9['BaseToolbar'],{'iconOnly':!_0x121c82,'className':_0x5d5f4d,'renderTooltip':(_0x581905,_0x880511)=>(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x7a425f,{'title':_0x581905,'children':_0x880511}),'state':{..._0x37d8fb(_0x54f277,_0x30da8f),'searchOpen':_0x2775a4[_0xc057af(0x733)][_0xc057af(0x76c)],'searchQuery':_0x2775a4[_0xc057af(0x733)][_0xc057af(0x8a3)],'searchActiveIndex':_0x2775a4['search']['activeIndex']},'onAddRecord':_0x5ce98b=>_0x5ce98b&&_0x3d4585(_0xc057af(0x761),_0x5ce98b),'onCustomizeField':_0x43a4ab=>_0x3d4585(_0xc057af(0x297),_0x43a4ab),'onCustomizeKanban':_0x25d527=>_0x3d4585(_0xc057af(0x7c9),_0x25d527),'onCustomizeGallery':_0x2a9a37=>_0x3d4585(_0xc057af(0x1fa),_0x2a9a37),'onCalendarEventSettings':_0x3accde=>_0x3d4585('calendarEventSettings',_0x3accde),'onCalendarViewSettings':_0x21cad3=>_0x3d4585('calendarViewSettings',_0x21cad3),'onViewSettings':_0x1503eb=>_0x3d4585(_0xc057af(0x5ca),_0x1503eb),'onFilter':_0x2722f0=>_0x3d4585('filter',_0x2722f0),'onGroup':_0x4c807e=>_0x3d4585(_0xc057af(0x239),_0x4c807e),'onSort':_0x10eb14=>_0x3d4585(_0xc057af(0x192),_0x10eb14),'onRowHeight':_0x55d4f1=>_0x3d4585(_0xc057af(0x682),_0x55d4f1),'onConditionalColoring':_0x565eec=>_0x3d4585(_0xc057af(0x7ab),_0x565eec),'onUndo':async()=>_0x1ff444[_0xc057af(0x6ed)](_0x414d24[_0xc057af(0x72e)]['id']),'onRedo':async()=>_0x1ff444['executeCommand'](_0x414d24['RedoCommand']['id']),'onOpenSearch':()=>_0x5418aa[_0xc057af(0x782)](),'onSearchQueryChange':_0x58bd52=>_0x5418aa['setSearchQuery'](_0x58bd52),'onSearchPrevious':()=>_0x5418aa[_0xc057af(0x582)](Math[_0xc057af(0x2ad)](0x0,(_0x2775a4['search'][_0xc057af(0x757)]??0x0)-0x1)),'onSearchNext':()=>_0x5418aa[_0xc057af(0x582)]((_0x2775a4['search'][_0xc057af(0x757)]??-0x1)+0x1),'onCloseSearch':()=>_0x5418aa['closeSearch'](),'extraActions':_0x40dff6?(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x40dff6,{}):null}),_0x2effcd?(0x0,_0x5c0f5d['jsxs'])(_0x5c0f5d['Fragment'],{'children':[(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x1f8b59['Separator'],{'orientation':_0xc057af(0x81e)}),(0x0,_0x5c0f5d['jsx'])(_0x32be9e,{'hostUnitId':_0x118576,'embedId':_0x49f177,'variant':'menu'}),(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x1f022c,{'title':_0x1c20ab['t'](_0xc057af(0x843)),'className':'univer-pointer-events-auto\x20univer-text-red-500\x20hover:univer-text-red-600','onClick':_0x30a2ce,'children':(0x0,_0x5c0f5d['jsx'])(_0x323f7a,{})})]}):null]})})]}),_0x49a9f5?(0x0,_0x1966e4[_0xc057af(0x2ce)])((0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0xc057af(0x5ff),{'ref':_0x189724,'data-u-comp':_0xc057af(0x609),'data-embed-id':_0x49f177,'data-embed-floating-menu-popup':_0xc057af(0x223),'className':_0xc057af(0x1a9),'style':_0x21efd1(_0x49a9f5),'onPointerDown':_0x5b7941=>_0x5b7941[_0xc057af(0x732)](),'children':(0x0,_0x5c0f5d['jsx'])(_0x2624b9['AddViewMenu'],{'views':_0x2624b9[_0xc057af(0x8a9)]['map'](_0x4b2727=>({..._0x4b2727,'label':_0x1c20ab['t'](_0x4b2727[_0xc057af(0x2bb)]),'description':_0x1c20ab['t'](_0x4b2727[_0xc057af(0x291)])})),'onCreate':_0x18c503})}),_0x28250a??document[_0xc057af(0x7ae)]):null,(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x2624b9[_0xc057af(0x861)],{'open':!!_0x569fad,'title':_0x1c20ab['t']('embed-ui.basesFloating.confirmDelete.viewTitle'),'description':_0x1c20ab['t'](_0xc057af(0x506)),'onCancel':()=>_0x18d6e2(null),'onConfirm':_0x4d629c}),_0x5777df?(0x0,_0x5c0f5d[_0xc057af(0x7ba)])(_0x5f4e01,{'embedId':_0x49f177,'childUnitId':_0x28e48b,'base':_0x4cc509,'activeTable':_0x4c4ffc}):null]});}function _0x3263af(_0x128de8){const _0x2717ce=_0x19cb8f;var _0x29cbb6;let {embedId:_0x3a4706,activeView:_0x38b59d,views:_0x29a9c5,onActivateView:_0x7e4f63,onAddView:_0x555b31,onConfigureView:_0x17197f,onDeleteView:_0x2f50bb}=_0x128de8,_0x328ac8=(0x0,_0x5ab84f[_0x2717ce(0x563)])(_0x414d24['LocaleService']),{mountContainer:_0x30ff6c}=(0x0,_0x725655[_0x2717ce(0x7c2)])(_0x1f8b59['ConfigContext']),_0x2c6556=(0x0,_0x725655[_0x2717ce(0x236)])(null),_0x4b7ec1=(0x0,_0x725655[_0x2717ce(0x236)])(null),[_0x5aa85c,_0x462efe]=(0x0,_0x725655[_0x2717ce(0x2db)])(!0x1),_0x5d5074=_0x2c7ed1=>{const _0x300563=_0x2717ce;_0x2c7ed1[_0x300563(0x276)](),_0x2c7ed1['stopPropagation']();},_0x216322=((_0x29cbb6=_0x2c6556[_0x2717ce(0x835)])==null?void 0x0:_0x29cbb6[_0x2717ce(0x2b9)]())??null;(0x0,_0x725655['useEffect'])(()=>{const _0x1575d3=_0x2717ce;if(!_0x5aa85c)return;let _0x4d7963=_0x1d784e=>{const _0x5eec0d=_0x41b8;var _0x2bfc96,_0x3b236e;let _0x28f138=_0x1d784e['target']instanceof Node?_0x1d784e['target']:null;!_0x28f138||(_0x2bfc96=_0x2c6556['current'])!=null&&_0x2bfc96[_0x5eec0d(0x691)](_0x28f138)||(_0x3b236e=_0x4b7ec1[_0x5eec0d(0x835)])!=null&&_0x3b236e[_0x5eec0d(0x691)](_0x28f138)||_0x462efe(!0x1);},_0x1c29f1=_0x2faefa=>{const _0x45cdd4=_0x41b8;_0x2faefa['key']===_0x45cdd4(0x793)&&_0x462efe(!0x1);};return document[_0x1575d3(0x474)]('pointerdown',_0x4d7963,!0x0),document[_0x1575d3(0x474)](_0x1575d3(0x615),_0x1c29f1,!0x0),()=>{const _0x51ffa5=_0x1575d3;document[_0x51ffa5(0x8f5)]('pointerdown',_0x4d7963,!0x0),document[_0x51ffa5(0x8f5)](_0x51ffa5(0x615),_0x1c29f1,!0x0);};},[_0x5aa85c]);let _0x45ac19=(0x0,_0x5c0f5d[_0x2717ce(0x49b)])(_0x1f8b59['Button'],{'ref':_0x2c6556,'type':_0x2717ce(0x29c),'size':_0x2717ce(0x454),'variant':_0x2717ce(0x8d7),'className':_0x2717ce(0x4d4),'aria-label':_0x328ac8['t'](_0x2717ce(0x136)),'onClick':_0x44699d=>{_0x44699d['stopPropagation'](),_0x462efe(_0x6ada43=>!_0x6ada43);},'onMouseDown':_0x5d5074,'onPointerDown':_0x5d5074,'children':[(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])('span',{'className':_0x2717ce(0x1a1),'aria-hidden':_0x2717ce(0x223),'children':(0x0,_0x5c0f5d['jsx'])(_0x2624b9[_0x2717ce(0x2da)],{'type':_0x38b59d[_0x2717ce(0x519)]})}),(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])('span',{'className':_0x2717ce(0x3cb),'children':_0x38b59d[_0x2717ce(0x51a)]}),(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x5d21f2,{'className':_0x2717ce(0x158)})]});return(0x0,_0x5c0f5d['jsxs'])(_0x5c0f5d[_0x2717ce(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x7a425f,{'title':_0x38b59d['name'],'children':_0x45ac19}),_0x5aa85c&&_0x216322?(0x0,_0x1966e4[_0x2717ce(0x2ce)])((0x0,_0x5c0f5d[_0x2717ce(0x49b)])(_0x2717ce(0x5ff),{'ref':_0x4b7ec1,'data-u-comp':_0x2717ce(0x6ce),'data-embed-id':_0x3a4706,'data-embed-floating-menu-popup':_0x2717ce(0x223),'className':_0x2717ce(0xcd),'style':_0x1a675e(_0x216322),'onClick':_0x132cde=>_0x132cde[_0x2717ce(0x732)](),'onMouseDown':_0x5d5074,'onPointerDown':_0x5d5074,'children':[(0x0,_0x5c0f5d['jsx'])(_0x2717ce(0x5ff),{'className':'univer-grid\x20univer-gap-0.5','children':_0x29a9c5[_0x2717ce(0x4da)](_0x11699b=>(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x1f8b59[_0x2717ce(0x3a4)],{'type':'button','variant':_0x2717ce(0x8d7),'size':_0x2717ce(0x454),'className':_0x2717ce(0xd4),'onClick':_0xafa799=>{const _0x1982cc=_0x2717ce;_0xafa799[_0x1982cc(0x732)](),_0x7e4f63(_0x11699b['id']),_0x462efe(!0x1);},'children':(0x0,_0x5c0f5d['jsx'])(_0x383beb,{'icon':(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x2624b9[_0x2717ce(0x2da)],{'type':_0x11699b[_0x2717ce(0x519)]}),'label':_0x11699b[_0x2717ce(0x51a)],'trailing':_0x11699b['id']===_0x38b59d['id']?(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x2717ce(0x2c1),{'className':'univer-size-1.5\x20univer-rounded-full\x20univer-bg-primary-600'}):null})},_0x11699b['id']))}),(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x2717ce(0x248)],{}),(0x0,_0x5c0f5d['jsx'])(_0x562643,{'icon':(0x0,_0x5c0f5d['jsx'])(_0x8924a1,{}),'label':_0x328ac8['t']('embed-ui.basesFloating.viewSettings.addView'),'onClick':()=>{const _0x20e28f=_0x2717ce;let _0x343a1c=_0x2c6556[_0x20e28f(0x835)];_0x343a1c&&_0x555b31(_0x343a1c),_0x462efe(!0x1);}}),(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x562643,{'icon':(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x4043bb,{}),'label':_0x328ac8['t'](_0x2717ce(0x73c)),'onClick':()=>{const _0x1f0bee=_0x2717ce;let _0x395a1b=_0x2c6556[_0x1f0bee(0x835)];_0x395a1b&&_0x17197f(_0x395a1b),_0x462efe(!0x1);}}),(0x0,_0x5c0f5d[_0x2717ce(0x7ba)])(_0x562643,{'danger':!0x0,'disabled':_0x29a9c5[_0x2717ce(0x716)]<=0x1,'icon':(0x0,_0x5c0f5d['jsx'])(_0x323f7a,{}),'label':_0x328ac8['t'](_0x2717ce(0x7e9)),'onClick':()=>{_0x2f50bb(),_0x462efe(!0x1);}})]}),_0x30ff6c??document[_0x2717ce(0x7ae)]):null]});}function _0x383beb(_0x39315a){const _0x319b78=_0x19cb8f;let {icon:_0x8b8b9a,label:_0x4f63f0,trailing:_0x15632c}=_0x39315a;return(0x0,_0x5c0f5d[_0x319b78(0x49b)])(_0x319b78(0x2c1),{'className':'univer-grid\x20univer-w-full\x20univer-grid-cols-[24px_minmax(0,1fr)_18px]\x20univer-items-center\x20univer-gap-3','children':[(0x0,_0x5c0f5d['jsx'])(_0x319b78(0x2c1),{'className':'univer-grid\x20univer-size-5\x20univer-place-items-center\x20univer-text-current','aria-hidden':_0x319b78(0x223),'children':_0x8b8b9a}),(0x0,_0x5c0f5d['jsx'])(_0x319b78(0x2c1),{'className':_0x319b78(0x43b),'children':_0x4f63f0}),(0x0,_0x5c0f5d['jsx'])(_0x319b78(0x2c1),{'className':_0x319b78(0x5c1),'children':_0x15632c})]});}function _0x562643(_0x62ff1c){const _0x7bb092=_0x19cb8f;let {danger:_0x238244,disabled:_0x5b5f56,icon:_0x245ab6,label:_0x45f1ef,onClick:_0x3c2d72}=_0x62ff1c;return(0x0,_0x5c0f5d[_0x7bb092(0x7ba)])(_0x1f8b59[_0x7bb092(0x3a4)],{'type':'button','variant':_0x7bb092(0x8d7),'size':_0x7bb092(0x454),'disabled':_0x5b5f56,'className':(0x0,_0x1f8b59[_0x7bb092(0x1dd)])('univer-h-8\x20univer-w-full\x20univer-px-2',_0x238244&&'univer-text-red-600\x20hover:univer-bg-red-50\x20hover:univer-text-red-700'),'onClick':_0x150605=>{const _0x503113=_0x7bb092;_0x150605[_0x503113(0x732)](),_0x3c2d72();},'children':(0x0,_0x5c0f5d[_0x7bb092(0x7ba)])(_0x383beb,{'icon':_0x245ab6,'label':_0x45f1ef})});}function _0x37d8fb(_0x2837c6,_0x10e3b0={}){const _0x461da3=_0x19cb8f;var _0x315154,_0x233d55,_0x3aaa33;let _0x3efc76=_0x2837c6[_0x461da3(0x79e)]??{},_0x4dfd46=_0x3efc76[_0x461da3(0x7ab)],_0x3f3ed3=Array[_0x461da3(0x8fc)](_0x4dfd46==null?void 0x0:_0x4dfd46[_0x461da3(0x5a7)])?_0x4dfd46[_0x461da3(0x5a7)][_0x461da3(0x716)]:0x0;return{'viewType':_0x2837c6['type'],'filterCount':((_0x315154=_0x2837c6[_0x461da3(0x1d4)])==null||(_0x315154=_0x315154[_0x461da3(0x62e)])==null?void 0x0:_0x315154[_0x461da3(0x716)])??0x0,'groupCount':((_0x233d55=_0x2837c6[_0x461da3(0x239)])==null?void 0x0:_0x233d55[_0x461da3(0x716)])??0x0,'sortCount':((_0x3aaa33=_0x2837c6[_0x461da3(0x192)])==null?void 0x0:_0x3aaa33[_0x461da3(0x716)])??0x0,'rowHeightActive':!!(_0x3efc76['rowHeight']&&_0x3efc76[_0x461da3(0x682)]!=='medium'),'conditionalColoringActive':_0x3f3ed3>0x0,'conditionalColoringCount':_0x3f3ed3,'canUndo':(_0x10e3b0[_0x461da3(0x841)]??0x0)>0x0,'canRedo':(_0x10e3b0[_0x461da3(0x28f)]??0x0)>0x0};}function _0x166027(_0x39d525,_0x37f746){const _0x50618f=_0x19cb8f;if(_0x39d525)return(_0x37f746?_0x39d525[_0x50618f(0x871)][_0x37f746]:void 0x0)??_0x470800(_0x39d525)[0x0];}function _0xda689a(_0x85e2ca){const _0xe227ee=_0x19cb8f;var _0x59fb67;return(_0x85e2ca==null||(_0x59fb67=_0x85e2ca[_0xe227ee(0x6bc)])==null?void 0x0:_0x59fb67[_0xe227ee(0x4da)](_0x3238bb=>_0x85e2ca[_0xe227ee(0x309)][_0x3238bb])[_0xe227ee(0x1d4)](_0x264d3d=>!!_0x264d3d))??[];}function _0x2da4ba(_0x3f4e74,_0x230b6b){const _0x187303=_0x19cb8f;if(_0x3f4e74)return(_0x230b6b?_0x3f4e74[_0x187303(0x309)][_0x230b6b]:void 0x0)??_0xda689a(_0x3f4e74)[0x0];}function _0x1f022c(_0x21e0d3){const _0x370283=_0x19cb8f;let {children:_0x1c90cb,title:_0x5e8a06,className:_0x347852,onClick:_0xe6c498}=_0x21e0d3;return(0x0,_0x5c0f5d[_0x370283(0x7ba)])(_0x7a425f,{'title':_0x5e8a06,'children':(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x370283(0x3a4)],{'type':_0x370283(0x29c),'size':'small','variant':_0x370283(0x8d7),'className':(0x0,_0x1f8b59[_0x370283(0x1dd)])(_0x370283(0x2b4),_0x347852),'aria-label':_0x5e8a06,'onClick':_0x5d78ef=>_0xe6c498(_0x5d78ef['currentTarget']),'children':_0x1c90cb})});}function _0xe25f0b(_0x4fa460){const _0x2aeef2=_0x19cb8f;return{'x':_0x4fa460['x'],'y':_0x4fa460['y'],'width':_0x4fa460[_0x2aeef2(0x597)],'height':_0x4fa460['height']};}function _0x21efd1(_0x3bae82){const _0x38ec80=_0x19cb8f;let _0x54d4b9=(0x0,_0x2624b9['getBaseFloatingPosition'])(_0x3bae82,{'width':0x148,'height':0x168,'gap':0x6,'margin':0x8});return{'top':_0x54d4b9[_0x38ec80(0x678)],'left':_0x54d4b9[_0x38ec80(0x3b4)],'maxHeight':_0x54d4b9['maxHeight']};}function _0x1a675e(_0xb82cae){const _0x16024f=_0x19cb8f;let _0x1d8db6=(0x0,_0x2624b9['getBaseFloatingPosition'])({'left':_0xb82cae[_0x16024f(0x5ce)]-0xd0,'right':_0xb82cae[_0x16024f(0x5ce)],'top':_0xb82cae[_0x16024f(0x678)],'bottom':_0xb82cae['bottom'],'width':0xd0,'height':_0xb82cae['height']},{'width':0xd0,'height':0x140,'gap':0x8,'margin':0x8});return{'top':_0x1d8db6[_0x16024f(0x678)],'left':_0x1d8db6['left'],'maxHeight':_0x1d8db6[_0x16024f(0x3ae)]};}function _0x1d8641(_0x313de8){const _0x243001=_0x19cb8f;_0x3a9165(_0x313de8,_0x243001(0x7ff),_0x278502);}function _0x278502(_0x1638e2){const _0x596623=_0x19cb8f;_0x1638e2[_0x596623(0x8f1)](_0x2624b9['BaseEmbedRuntimeRegistryService'])||_0x1638e2[_0x596623(0x70a)]([_0x2624b9['BaseEmbedRuntimeRegistryService']]),_0x1638e2[_0x596623(0x8f1)](_0x2624b9['IBaseHostChromeOverrideService'])||_0x1638e2[_0x596623(0x70a)]([_0x2624b9[_0x596623(0x3b0)],{'useFactory':()=>_0x1638e2[_0x596623(0x8ee)](_0x18e118)}]),_0x1638e2[_0x596623(0x8f1)](_0x2624b9[_0x596623(0x5e3)])||_0x1638e2['add']([_0x2624b9['IBaseEmbedFloatingActiveService'],{'useFactory':()=>_0x1638e2['get'](_0x8dbbb4)}]),_0x1638e2['has'](_0x2624b9[_0x596623(0x41c)])||_0x1638e2[_0x596623(0x70a)]([_0x2624b9[_0x596623(0x41c)],{'useFactory':()=>_0x1638e2[_0x596623(0x8ee)](_0x24b559)}]),_0x1638e2[_0x596623(0x8f1)](_0x2624b9[_0x596623(0x71e)])||_0x1638e2[_0x596623(0x70a)]([_0x2624b9[_0x596623(0x71e)],{'useFactory':()=>_0x1638e2['get'](_0x1db604)}]),_0x1638e2[_0x596623(0x8f1)](_0x2624b9['IBaseEmbedRuntimeService'])||_0x1638e2[_0x596623(0x70a)]([_0x2624b9[_0x596623(0x229)],{'useFactory':()=>_0x53ce4f({'embedModelService':_0x1638e2[_0x596623(0x8ee)](_0x5e7b5b[_0x596623(0x646)]),'restoreService':_0x1638e2['get'](_0x4bb871),'mountService':_0x1638e2['get'](_0x1a9e2a),'activationService':_0x1638e2[_0x596623(0x8ee)](_0x3d7577)})}]);let _0xb93c01=_0x1638e2['get'](_0x5e7b5b[_0x596623(0x18d)]),_0x1f69d0=_0x1638e2['get'](_0x4af4b3),_0x45b162=_0x1638e2[_0x596623(0x8ee)](_0x5ad416),_0x443d04=_0x1638e2[_0x596623(0x8ee)](_0x25c01f),_0x1a69f6=_0x1638e2[_0x596623(0x8ee)](_0x144cfe),_0x4c4d61=_0x1638e2[_0x596623(0x8ee)](_0x4cff85),_0x1b74e3=_0x1638e2['get'](_0x48d47d),_0x46d084=_0x5c13e0(_0x1638e2[_0x596623(0x8f1)](_0x5e7b5b[_0x596623(0x8ba)])?_0x1638e2[_0x596623(0x8ee)](_0x5e7b5b['EmbedHostAnchorModelService']):void 0x0,_0x1638e2['has'](_0x414d24['IUniverInstanceService'])?_0x1638e2['get'](_0x414d24[_0x596623(0x468)]):void 0x0,()=>_0x1638e2[_0x596623(0x8f1)](_0x2624b9[_0x596623(0x4d6)])?_0x1638e2['get'](_0x2624b9['IBaseUIStateService']):void 0x0);_0xb93c01['get'](_0x46d084[_0x596623(0x2b7)],_0x46d084[_0x596623(0x3a2)])||_0xb93c01[_0x596623(0x586)](_0x46d084);let _0x1c073d=_0x42ae4c();_0x1f69d0[_0x596623(0x8ee)](_0x1c073d[_0x596623(0x2b7)],_0x1c073d[_0x596623(0x3a2)])||_0x1f69d0[_0x596623(0x586)](_0x1c073d);let _0x21cf83=_0x32c427(_0x1638e2[_0x596623(0x8ee)](_0x414d24['ICommandService']),_0x1638e2[_0x596623(0x8ee)](_0x2624b9[_0x596623(0x449)]));_0x45b162[_0x596623(0x8ee)](_0x21cf83[_0x596623(0x23a)])||_0x45b162['register'](_0x21cf83);let _0x16c720=_0x4f7f0f();_0x443d04[_0x596623(0x8ee)](_0x16c720[_0x596623(0x23a)])||_0x443d04[_0x596623(0x586)](_0x16c720),_0x4e3dad()[_0x596623(0x2f2)](_0x45f749=>{const _0x2b196c=_0x596623;_0x1a69f6[_0x2b196c(0x1b4)](_0x45f749['hostType'],_0x45f749[_0x2b196c(0x3a2)],_0x45f749[_0x2b196c(0x23a)])||_0x1a69f6[_0x2b196c(0x586)](_0x45f749);}),_0x4c4d61[_0x596623(0x33e)](_0x40118a(_0x1638e2,{'childType':_0x414d24[_0x596623(0x4ed)][_0x596623(0x618)],'renderManagerService':_0x1ed905[_0x596623(0x3ba)]})),_0x3f9e4e(_0x1638e2),_0x1b74e3['get'](_0x414d24[_0x596623(0x4ed)]['UNIVER_BASE'])||_0x1b74e3[_0x596623(0x586)](_0x10caf5(_0x1638e2));}function _0x3f9e4e(_0x3eb200){const _0x3bb31a=_0x19cb8f;let _0x55fc45=_0x3eb200['get'](_0x4501c8);_0x55fc45[_0x3bb31a(0x8ee)](_0x414d24['UniverInstanceType'][_0x3bb31a(0x618)])||!_0x3eb200['has'](_0x2624b9['IBaseUIStateService'])||!_0x3eb200[_0x3bb31a(0x8f1)](_0x48134b[_0x3bb31a(0x4a1)])||!_0x3eb200[_0x3bb31a(0x8f1)](_0x2624b9[_0x3bb31a(0x7df)])||_0x55fc45[_0x3bb31a(0x586)](_0x3eb200['createInstance'](_0x158cd9));}function _0x53ce4f(_0x4bf0da){return{'mountTableList':async _0x4cdbbb=>{const _0x38a547=_0x41b8;let _0x5b1e5b=_0x4bf0da[_0x38a547(0x863)][_0x38a547(0x62c)](_0x4cdbbb[_0x38a547(0x4b4)],_0x4cdbbb[_0x38a547(0x576)]);if(!_0x5b1e5b&&_0x4cdbbb[_0x38a547(0x27a)]&&(_0x5b1e5b={'embedId':_0x4cdbbb['embedId'],'hostUnitId':_0x4cdbbb[_0x38a547(0x4b4)],'hostType':_0x414d24[_0x38a547(0x4ed)]['UNIVER_BASE'],'entry':'bases-table-list-block','hostAnchorId':_0x4cdbbb[_0x38a547(0x590)],'childUnitId':_0x4cdbbb['childUnitId'],'childType':_0x4cdbbb['childType'],'source':{'unitType':_0x4cdbbb[_0x38a547(0x23a)],'ref':{'file':{'kind':_0x5e7b5b[_0x38a547(0x1cc)]['SELF']},'unit':{'selector':_0x4cdbbb[_0x38a547(0x27a)],'type':(0x0,_0x5e7b5b[_0x38a547(0x186)])(_0x4cdbbb[_0x38a547(0x23a)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0x38a547(0x617),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}}),!(!_0x5b1e5b||_0x5b1e5b['hostAnchorId']!==_0x4cdbbb['hostAnchorId'])&&((!_0x5b1e5b['childUnitId']||_0x5b1e5b[_0x38a547(0x23a)]==null)&&(_0x5b1e5b=await _0x4bf0da[_0x38a547(0x4ab)][_0x38a547(0x34c)]({'descriptor':_0x5b1e5b})),!(!_0x5b1e5b['childUnitId']||_0x5b1e5b[_0x38a547(0x23a)]==null)))return _0x4bf0da[_0x38a547(0x56e)][_0x38a547(0x65a)](_0x5b1e5b),_0x4bf0da[_0x38a547(0xbc)][_0x38a547(0x150)](_0x5b1e5b),(0x0,_0x414d24[_0x38a547(0x5f4)])(()=>{const _0x519a82=_0x38a547;_0x4bf0da['activationService'][_0x519a82(0x4c3)](_0x4cdbbb[_0x519a82(0x576)]),_0x4bf0da['mountService'][_0x519a82(0x1dc)](_0x4cdbbb[_0x519a82(0x576)]);});}};}let _0x37104c=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x22faa7,_0x4f85ae,_0x3df812,_0x33f7ad,_0x3b9483,_0x54bd8d,_0x15b5f7,_0x1a863f){const _0x50b306=_0x19cb8f;if(super(),this[_0x50b306(0x729)]=_0x22faa7,this['_embedModelService']=_0x4f85ae,this[_0x50b306(0x2bf)]=_0x3df812,this['_boardElementService']=_0x33f7ad,this['_boardElementStateService']=_0x3b9483,this['_boardUIStateService']=_0x54bd8d,this['_configService']=_0x15b5f7,this[_0x50b306(0x879)]=_0x1a863f,_0x53835d(this,_0x50b306(0xd0),new Map()),_0x53835d(this,_0x50b306(0x7f8),void 0x0),_0x53835d(this,_0x50b306(0x7c8),_0x43b576=>{const _0x242b8b=_0x50b306;var _0x171588,_0x14c768;let _0x1190ef=(_0x171588=(_0x14c768=this[_0x242b8b(0x729)][_0x242b8b(0x266)])['getCanvasElement'])==null?void 0x0:_0x171588['call'](_0x14c768);return _0x1190ef?(_0x1190ef[_0x242b8b(0x1a5)](new WheelEvent(_0x242b8b(0x73e),{'bubbles':!0x0,'cancelable':!0x0,'clientX':_0x43b576[_0x242b8b(0x751)],'clientY':_0x43b576['clientY'],'ctrlKey':_0x43b576[_0x242b8b(0x4d8)],'deltaMode':_0x43b576['deltaMode'],'deltaX':_0x43b576[_0x242b8b(0x602)],'deltaY':_0x43b576[_0x242b8b(0x789)],'deltaZ':_0x43b576['deltaZ'],'metaKey':_0x43b576['metaKey'],'shiftKey':_0x43b576[_0x242b8b(0x7e8)]})),!0x0):!0x1;}),_0x53835d(this,_0x50b306(0x86a),_0x215025=>{const _0x206dad=_0x50b306;var _0x3fda81,_0x4e69d6;let _0x5e73ea=(_0x3fda81=(_0x4e69d6=this[_0x206dad(0x729)][_0x206dad(0x266)])[_0x206dad(0x51d)])==null?void 0x0:_0x3fda81[_0x206dad(0x353)](_0x4e69d6);if(!_0x5e73ea)return null;let _0x2246cc=_0x215025;for(;_0x2246cc&&!_0x2246cc['contains'](_0x5e73ea);)_0x2246cc=_0x2246cc[_0x206dad(0x2c7)];return _0x2246cc;}),Promise[_0x50b306(0x8ab)]()[_0x50b306(0x48e)](()=>this['_sync']()),typeof document<'u'){let _0x1c81ed=_0x3ab936=>this[_0x50b306(0x57e)](_0x3ab936);document[_0x50b306(0x474)](_0xe07b51,_0x1c81ed),this[_0x50b306(0x45f)]((0x0,_0x414d24[_0x50b306(0x5f4)])(()=>document[_0x50b306(0x8f5)](_0xe07b51,_0x1c81ed)));}this['disposeWithMe'](this['_commandService'][_0x50b306(0x119)](_0x20fd73=>{const _0x319335=_0x50b306;(_0x20fd73['id']===_0x5e7b5b['CreateEmbedCommand']['id']||_0x20fd73['id']===_0x5e7b5b['RemoveEmbedCommand']['id']||_0x20fd73['id']===_0x5e7b5b['SetEmbedDescriptorMutation']['id']||_0x20fd73['id']===_0x5e7b5b[_0x319335(0x77f)]['id'])&&this['_sync']();})),[this[_0x50b306(0x81f)][_0x50b306(0x61c)],this[_0x50b306(0x81f)][_0x50b306(0x4bd)],this[_0x50b306(0x81f)][_0x50b306(0x834)]][_0x50b306(0x2f2)](_0x25d1c6=>{const _0x706d76=_0x50b306;let _0x3cfd2c=_0x25d1c6[_0x706d76(0x132)](_0x57bcf7=>{const _0x262817=_0x706d76;_0x57bcf7[_0x262817(0x1c9)](_0x372e84=>_0x372e84[_0x262817(0x448)]===this[_0x262817(0x729)][_0x262817(0x448)])&&this[_0x262817(0x358)]();});this[_0x706d76(0x45f)]((0x0,_0x414d24['toDisposable'])(()=>_0x3cfd2c[_0x706d76(0x333)]()));});}['dispose'](){const _0x12582a=_0x19cb8f;var _0x2892f4;(_0x2892f4=this[_0x12582a(0x7f8)])==null||_0x2892f4[_0x12582a(0x353)](this),this[_0x12582a(0x7f8)]=void 0x0,this[_0x12582a(0xd0)][_0x12582a(0x2f2)](_0x535640=>_0x535640[_0x12582a(0x3b7)]()),this['_items'][_0x12582a(0x13a)](),super[_0x12582a(0x3b7)]();}['_sync'](){const _0x43e9d6=_0x19cb8f;let _0x34b5e4=this[_0x43e9d6(0x729)][_0x43e9d6(0x448)];if(this[_0x43e9d6(0x7bb)][_0x43e9d6(0x2ba)](_0x34b5e4)[_0x43e9d6(0x716)]>0x0){this[_0x43e9d6(0x6ff)]();return;}let _0x2a4ef8=this[_0x43e9d6(0x81f)]['getElementDataForUnit'](_0x34b5e4),_0x5346e5=new Set();this[_0x43e9d6(0x7bb)][_0x43e9d6(0x4de)](_0x34b5e4)[_0x43e9d6(0x1d4)](_0x1bb01b=>_0x1bb01b['entry']===_0x5e7b5b['EmbedHostEntryEnum'][_0x43e9d6(0xb6)])[_0x43e9d6(0x2f2)](_0xb5e50f=>{const _0x4e03b0=_0x43e9d6;let _0x3294a5=Object[_0x4e03b0(0x195)](_0x2a4ef8)[_0x4e03b0(0x138)](_0x271f8c=>{const _0x449878=_0x4e03b0;var _0xd9c108;return(0x0,_0x26e12c[_0x449878(0x643)])((_0xd9c108=_0x271f8c[_0x449878(0x541)][_0xb5e50f[_0x449878(0x590)]])==null?void 0x0:_0xd9c108[_0x449878(0x2f9)]);}),_0x5d799f=_0x3294a5==null?void 0x0:_0x3294a5['data'][_0xb5e50f[_0x4e03b0(0x590)]],_0x5b3fda=_0x5d799f==null?void 0x0:_0x5d799f[_0x4e03b0(0x2f9)];if(!_0x3294a5||!_0x5d799f||!(0x0,_0x26e12c[_0x4e03b0(0x643)])(_0x5b3fda))return;let _0x4c4f1f=(0x0,_0x26e12c[_0x4e03b0(0x808)])(_0x5b3fda),_0x3e9cbc=this[_0x4e03b0(0x84c)](_0xb5e50f['hostAnchorId']);_0x5346e5['add'](_0x3e9cbc);let _0x2ed3c2={'left':_0x5b3fda['transform'][_0x4e03b0(0x3b4)]??0x0,'top':_0x5b3fda[_0x4e03b0(0x540)][_0x4e03b0(0x678)]??0x0,'width':_0x5b3fda[_0x4e03b0(0x540)]['width']??0x230,'height':_0x5b3fda[_0x4e03b0(0x540)][_0x4e03b0(0x101)]??0x168},_0x4382df=()=>(0x0,_0x725655[_0x4e03b0(0x3a6)])(_0x9db6a7,{'data':{'version':0x1,'embedId':_0xb5e50f['embedId'],'hostUnitId':_0x34b5e4,'hostAnchorId':_0xb5e50f[_0x4e03b0(0x590)],'childUnitId':_0xb5e50f[_0x4e03b0(0x27a)]??(_0x4c4f1f==null?void 0x0:_0x4c4f1f['childUnitId']),'childType':_0xb5e50f[_0x4e03b0(0x23a)]??(_0x4c4f1f==null?void 0x0:_0x4c4f1f[_0x4e03b0(0x23a)])},'enableStage1BodyDrag':!0x0,'hostFloatDomLayout$':this[_0x4e03b0(0x162)][_0x4e03b0(0x446)],'onHostWheel':this[_0x4e03b0(0x7c8)],'resolveHostWheelGestureRoot':this['_resolveHostWheelGestureRoot'],'onRuntimeStageEnter':_0x5f4aff=>this['_setAnchorTransformerVisible'](_0x5f4aff!=='stage2',_0x5d799f[_0x4e03b0(0x70e)],_0xb5e50f[_0x4e03b0(0x590)])});this[_0x4e03b0(0xd0)][_0x4e03b0(0x8f1)](_0x3e9cbc)?this[_0x4e03b0(0x2bf)][_0x4e03b0(0x1fe)](_0x3e9cbc,{'rect':_0x2ed3c2,'content':_0x4382df}):this[_0x4e03b0(0xd0)][_0x4e03b0(0x4a8)](_0x3e9cbc,this['_domLayerService']['registerItem']({'id':_0x3e9cbc,'unitId':_0x34b5e4,'subUnitId':_0x5d799f[_0x4e03b0(0x70e)],'elementId':_0xb5e50f['hostAnchorId'],'rect':_0x2ed3c2,'content':_0x4382df,'interactive':!0x0,'showResizeGuide':!0x0}));}),this[_0x43e9d6(0xd0)][_0x43e9d6(0x2f2)]((_0x4fa0c6,_0x4082dd)=>{const _0x37bab1=_0x43e9d6;_0x5346e5[_0x37bab1(0x8f1)](_0x4082dd)||(_0x4fa0c6[_0x37bab1(0x3b7)](),this[_0x37bab1(0xd0)][_0x37bab1(0x4f4)](_0x4082dd));});}[_0x19cb8f(0x84c)](_0xf5f654){const _0x3da4fb=_0x19cb8f;return _0x3da4fb(0x490)+this[_0x3da4fb(0x729)][_0x3da4fb(0x448)]+':'+_0xf5f654;}['_selectAnchor'](_0x403830,_0x168137){const _0x2a32e1=_0x19cb8f;this[_0x2a32e1(0x267)][_0x2a32e1(0x4a7)]({'unitId':this[_0x2a32e1(0x729)][_0x2a32e1(0x448)],'subUnitId':_0x403830},[_0x168137],_0x168137);}[_0x19cb8f(0x2b5)](_0x271239,_0x2a7d71,_0x2224f8){const _0xb3198c=_0x19cb8f;if(_0x271239){this[_0xb3198c(0x471)](_0x2a7d71,_0x2224f8);return;}this['_boardElementStateService'][_0xb3198c(0x7d6)]();}[_0x19cb8f(0x57e)](_0x1960e1){const _0x5ef0ec=_0x19cb8f;var _0x2606da,_0x157613,_0x42439a,_0x2e041d;let _0x5263d4=_0x1960e1[_0x5ef0ec(0x2a6)];if(!_0x5263d4||_0x5263d4['hostUnitId']!==this[_0x5ef0ec(0x729)][_0x5ef0ec(0x448)])return;let _0x3e7ea4=this['_boardElementService'][_0x5ef0ec(0x42c)](this[_0x5ef0ec(0x729)]['unitId']),_0x43d39f=Object['values'](_0x3e7ea4)['find'](_0x440425=>_0x440425['data'][_0x5263d4[_0x5ef0ec(0x590)]]),_0x6c3ab9=_0x43d39f==null?void 0x0:_0x43d39f[_0x5ef0ec(0x541)][_0x5263d4[_0x5ef0ec(0x590)]];if(!_0x43d39f||!_0x6c3ab9||!(0x0,_0x26e12c['isEmbedBoardsFloatingElement'])(_0x6c3ab9[_0x5ef0ec(0x2f9)])||((_0x2606da=(0x0,_0x26e12c[_0x5ef0ec(0x808)])(_0x6c3ab9[_0x5ef0ec(0x2f9)]))==null?void 0x0:_0x2606da[_0x5ef0ec(0x576)])!==_0x5263d4[_0x5ef0ec(0x576)])return;let _0xb0cdb4=(_0x157613=(_0x42439a=this[_0x5ef0ec(0x729)][_0x5ef0ec(0x266)])[_0x5ef0ec(0x51d)])==null?void 0x0:_0x157613[_0x5ef0ec(0x353)](_0x42439a);if(!_0xb0cdb4)return;(_0x2e041d=this['_activeDragCleanup'])==null||_0x2e041d['call'](this),this[_0x5ef0ec(0x471)](_0x6c3ab9['subUnitId'],_0x5263d4[_0x5ef0ec(0x590)]),this[_0x5ef0ec(0x2b5)](!0x1,_0x6c3ab9[_0x5ef0ec(0x70e)],_0x5263d4[_0x5ef0ec(0x590)]);let _0x5ebb71=_0x6c3ab9['element'],_0x28a0d8=_0x5ebb71[_0x5ef0ec(0x540)][_0x5ef0ec(0x3b4)]??0x0,_0x3fca20=_0x5ebb71[_0x5ef0ec(0x540)][_0x5ef0ec(0x678)]??0x0,_0x388d63=this['_boardUIStateService'][_0x5ef0ec(0x2b0)](),_0x34f1d5=(0x0,_0x1dcdeb[_0x5ef0ec(0x3c4)])(this[_0x5ef0ec(0x6e9)][_0x5ef0ec(0x77b)](_0x1dcdeb[_0x5ef0ec(0x385)])??void 0x0),_0x51f63e=(0x0,_0x1dcdeb[_0x5ef0ec(0x133)])(_0xb0cdb4,_0x5263d4[_0x5ef0ec(0x751)],_0x5263d4[_0x5ef0ec(0x1e8)],{'zoomRatio':_0x388d63[_0x5ef0ec(0x625)],'panOffset':_0x388d63[_0x5ef0ec(0x85e)]},_0x34f1d5),_0x39b09e=document[_0x5ef0ec(0x503)]??window,_0x284f92=(_0x5c5312,_0x4786b9)=>{const _0x4df03b=_0x5ef0ec;let _0x29b4d6=this['_boardUIStateService'][_0x4df03b(0x2b0)](),_0x128fd8=(0x0,_0x1dcdeb[_0x4df03b(0x133)])(_0xb0cdb4,_0x5c5312,_0x4786b9,{'zoomRatio':_0x29b4d6[_0x4df03b(0x625)],'panOffset':_0x29b4d6[_0x4df03b(0x85e)]},_0x34f1d5);return{'left':_0x28a0d8+_0x128fd8['x']-_0x51f63e['x'],'top':_0x3fca20+_0x128fd8['y']-_0x51f63e['y']};},_0x2f913c=(_0x3bd90c,_0x472d22)=>{const _0x30cd45=_0x5ef0ec;let _0xa029c5=_0x284f92(_0x3bd90c,_0x472d22);return this['_domLayerService'][_0x30cd45(0x1fe)](this[_0x30cd45(0x84c)](_0x5263d4[_0x30cd45(0x590)]),{'rect':{..._0xa029c5,'width':_0x5ebb71[_0x30cd45(0x540)]['width']??0x230,'height':_0x5ebb71[_0x30cd45(0x540)][_0x30cd45(0x101)]??0x168}}),_0xa029c5;},_0x182b88=_0x20d138=>_0x5263d4[_0x5ef0ec(0x255)]==null||_0x20d138['pointerId']===_0x5263d4[_0x5ef0ec(0x255)],_0x3180f7=()=>{},_0x5ce4c4=_0x24e278=>{const _0x4c86c5=_0x5ef0ec;_0x182b88(_0x24e278)&&(_0x24e278[_0x4c86c5(0x276)](),_0x2f913c(_0x24e278[_0x4c86c5(0x751)],_0x24e278[_0x4c86c5(0x1e8)]));},_0x2f8c75=async _0x40f347=>{const _0x5ab6b8=_0x5ef0ec;if(!_0x182b88(_0x40f347))return;_0x3180f7(),_0x40f347[_0x5ab6b8(0x276)]();let _0x2f767b=_0x2f913c(_0x40f347[_0x5ab6b8(0x751)],_0x40f347[_0x5ab6b8(0x1e8)]);await this[_0x5ab6b8(0x879)][_0x5ab6b8(0x6ed)](_0x26e12c[_0x5ab6b8(0x1c7)]['id'],{'unitId':this[_0x5ab6b8(0x729)][_0x5ab6b8(0x448)],'subUnitId':_0x6c3ab9['subUnitId'],'elementId':_0x5263d4[_0x5ab6b8(0x590)],'element':_0x5ebb71,'transform':{..._0x6c3ab9['transform'],..._0x2f767b}})[_0x5ab6b8(0x1c4)](()=>{const _0x5f7483=_0x5ab6b8;this[_0x5f7483(0x358)](),this[_0x5f7483(0x2b5)](!0x0,_0x6c3ab9[_0x5f7483(0x70e)],_0x5263d4[_0x5f7483(0x590)]);});},_0x41cc57=_0x20c343=>{const _0x2cec33=_0x5ef0ec;_0x182b88(_0x20c343)&&(_0x3180f7(),this[_0x2cec33(0x358)](),this['_setAnchorTransformerVisible'](!0x0,_0x6c3ab9[_0x2cec33(0x70e)],_0x5263d4[_0x2cec33(0x590)]));};_0x3180f7=()=>{const _0x3674a7=_0x5ef0ec;_0x39b09e[_0x3674a7(0x8f5)](_0x3674a7(0x16f),_0x5ce4c4),_0x39b09e[_0x3674a7(0x8f5)](_0x3674a7(0x201),_0x2f8c75),_0x39b09e[_0x3674a7(0x8f5)](_0x3674a7(0x44e),_0x41cc57),this[_0x3674a7(0x7f8)]===_0x3180f7&&(this[_0x3674a7(0x7f8)]=void 0x0);},_0x39b09e[_0x5ef0ec(0x474)](_0x5ef0ec(0x16f),_0x5ce4c4),_0x39b09e['addEventListener'](_0x5ef0ec(0x201),_0x2f8c75),_0x39b09e[_0x5ef0ec(0x474)](_0x5ef0ec(0x44e),_0x41cc57),this['_activeDragCleanup']=_0x3180f7;}[_0x19cb8f(0x6ff)](){const _0x572d80=_0x19cb8f;this[_0x572d80(0xd0)][_0x572d80(0x2f2)](_0x5b4a87=>_0x5b4a87[_0x572d80(0x3b7)]()),this['_items'][_0x572d80(0x13a)]();}};_0x37104c=_0x276853([_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x646)])),_0x482d3a(0x2,(0x0,_0x414d24['Inject'])(_0x1dcdeb[_0x19cb8f(0x1bf)])),_0x482d3a(0x3,(0x0,_0x414d24['Inject'])(_0x26e12c[_0x19cb8f(0x354)])),_0x482d3a(0x4,(0x0,_0x414d24['Inject'])(_0x1dcdeb['IBoardElementStateService'])),_0x482d3a(0x5,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x1dcdeb[_0x19cb8f(0x389)])),_0x482d3a(0x6,_0x414d24[_0x19cb8f(0x66f)]),_0x482d3a(0x7,_0x414d24[_0x19cb8f(0x6e1)])],_0x37104c);function _0x73d9a6(){const _0x51bc3c=_0x19cb8f;return{..._0x3b17e9({'childType':_0x414d24[_0x51bc3c(0x4ed)]['UNIVER_BOARD'],'productName':'Boards','hostChromeMode':_0x51bc3c(0x489)}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-left-toolbar=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-top-right-menu=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-zoom-controls=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-help-control=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-object-list-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-shape-panel=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-board-floating-panel-layer=\x22true\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-text-editor-position-wrapper\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22shape-floating-toolbar\x22],\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22editor-ui-floating-container\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'}};}function _0x52ad85(){const _0x375dfe=_0x19cb8f;return{'hostType':_0x414d24[_0x375dfe(0x4ed)][_0x375dfe(0x8ef)],'entry':_0x5e7b5b[_0x375dfe(0x322)][_0x375dfe(0xb6)],'layout':'scroll-contained','supportedLayouts':[_0x375dfe(0x73f),'doc-width-scale',_0x375dfe(0x395)],'menuBehavior':_0x375dfe(0x41e)};}function _0x30f9a5(){const _0x175bff=_0x19cb8f;return{'childType':_0x414d24[_0x175bff(0x4ed)][_0x175bff(0x8ef)],'handleWheel':_0x8b9c26=>{const _0x4fb78e=_0x175bff;let _0x4b8474=_0x8b9c26[_0x4fb78e(0x17b)][_0x4fb78e(0x412)];if(!(_0x4b8474!=null&&_0x4b8474[_0x4fb78e(0x8f1)](_0x1dcdeb[_0x4fb78e(0x389)])))return!0x1;let _0x4d91b6=(_0x8b9c26[_0x4fb78e(0x17b)]['roots'][_0x4fb78e(0x2e6)][_0x4fb78e(0x7e7)]('[data-board-viewport-host=\x22true\x22]')??_0x8b9c26[_0x4fb78e(0x17b)]['roots'][_0x4fb78e(0x2e6)])[_0x4fb78e(0x2b9)](),_0x4be34b=(0x0,_0x1dcdeb[_0x4fb78e(0x3c4)])(_0x4b8474[_0x4fb78e(0x8f1)](_0x414d24['IConfigService'])?_0x4b8474['get'](_0x414d24[_0x4fb78e(0x66f)])[_0x4fb78e(0x77b)](_0x1dcdeb[_0x4fb78e(0x385)]):void 0x0),_0x41c11e=(0x0,_0x1dcdeb['resolveBoardWheelViewportAction'])({'event':_0x8b9c26[_0x4fb78e(0x202)],'interactionConfig':_0x4be34b,'viewportRect':_0x4d91b6});if(_0x41c11e[_0x4fb78e(0x519)]==='none')return!0x1;let _0x3c6f57=_0x4b8474[_0x4fb78e(0x8ee)](_0x1dcdeb[_0x4fb78e(0x389)]);return _0x41c11e[_0x4fb78e(0x519)]==='pan'?_0x3c6f57[_0x4fb78e(0x188)](_0x41c11e[_0x4fb78e(0x6a2)]):_0x3c6f57[_0x4fb78e(0x4d7)](_0x3c6f57['getState']()['zoomRatio']*_0x41c11e[_0x4fb78e(0x281)],_0x41c11e[_0x4fb78e(0x714)]),!0x0;}};}function _0x3c8471(_0x1fdb24){const _0x2ceb21=_0x19cb8f;return{'childType':_0x414d24[_0x2ceb21(0x4ed)][_0x2ceb21(0x8ef)],'supportedLayouts':['content-bounds-fit',_0x2ceb21(0x801),_0x2ceb21(0x73f)],'scopedDependencies':_0x1dcdeb[_0x2ceb21(0x581)][_0x2ceb21(0x8b1)](_0x1fdb24),'beforeDeactivate':_0x937f5f,'mount':_0x5e9582};}function _0x937f5f(_0x348324){const _0x29e7f6=_0x19cb8f;let _0x47213d=_0x348324[_0x29e7f6(0x17b)][_0x29e7f6(0x412)];if(_0x47213d[_0x29e7f6(0x8f1)](_0x5dbcbd[_0x29e7f6(0x423)])&&_0x47213d['get'](_0x5dbcbd[_0x29e7f6(0x423)])[_0x29e7f6(0x394)](),_0x47213d[_0x29e7f6(0x8f1)](_0x1dcdeb[_0x29e7f6(0x46c)])&&_0x47213d['get'](_0x1dcdeb[_0x29e7f6(0x46c)])[_0x29e7f6(0x6b8)](),_0x47213d['has'](_0x1dcdeb[_0x29e7f6(0x1c8)])){let _0x1ac2c4=_0x47213d['get'](_0x1dcdeb[_0x29e7f6(0x1c8)]);_0x1ac2c4[_0x29e7f6(0x383)](),_0x1ac2c4[_0x29e7f6(0x7d6)]();}}function _0x5e9582(_0x576cb9){const _0x27904f=_0x19cb8f;var _0x4bdc58,_0x2444d9;let _0x245847=_0x576cb9[_0x27904f(0x412)][_0x27904f(0x8ee)](_0x414d24[_0x27904f(0x468)])['getUnit'](_0x576cb9[_0x27904f(0x27a)],_0x414d24['UniverInstanceType'][_0x27904f(0x8ef)]),_0x3deb1f=_0x576cb9[_0x27904f(0x17b)][_0x27904f(0x412)];if(!_0x245847||!_0x3deb1f)return;let _0x587b3b=_0x576cb9[_0x27904f(0x412)][_0x27904f(0x8ee)](_0x1ed905[_0x27904f(0x3ba)]),_0x116c56=_0x5a052f(_0x587b3b,_0x576cb9[_0x27904f(0x27a)],_0x3deb1f);if(!_0x116c56)return;let _0x15e327=_0xeb3d32(_0x576cb9['runtimeScope'][_0x27904f(0x6f8)][_0x27904f(0x2e6)]);_0x15e327[_0x27904f(0x378)]((0x0,_0x5c0f5d[_0x27904f(0x49b)])(_0x4f3c32,{'injector':_0x3deb1f,'mountContainer':_0x576cb9[_0x27904f(0x17b)][_0x27904f(0x6f8)][_0x27904f(0x828)],'embedId':_0x576cb9[_0x27904f(0x576)],'children':[(0x0,_0x5c0f5d[_0x27904f(0x7ba)])(_0x1dcdeb[_0x27904f(0x8dd)],{'embedded':_0x576cb9[_0x27904f(0x84f)][_0x27904f(0x744)]===_0x27904f(0x21d)&&!_0x576cb9[_0x27904f(0x84f)]['fullscreen'],'fitOnMount':!0x1,'showZoomControls':_0x576cb9[_0x27904f(0x84f)]['mode']===_0x27904f(0x55a)||_0x576cb9[_0x27904f(0x84f)][_0x27904f(0x4fa)]===!0x0}),(0x0,_0x5c0f5d[_0x27904f(0x7ba)])(_0x1dcdeb['BoardShapeTextEditorContainer'],{'positionRoot':_0x576cb9[_0x27904f(0x17b)][_0x27904f(0x6f8)][_0x27904f(0x2e6)]}),(0x0,_0x5c0f5d[_0x27904f(0x7ba)])(_0x5dbcbd[_0x27904f(0x462)],{})]}));let _0x1ab38c=_0x576cb9[_0x27904f(0x84f)][_0x27904f(0x744)]!==_0x27904f(0x21d)||_0x576cb9['renderScope']['fullscreen']?_0x576cb9[_0x27904f(0x412)][_0x27904f(0x8ee)](_0x58aac7)['activatePortalScope'](_0x576cb9[_0x27904f(0x576)],_0x576cb9['runtimeScope'][_0x27904f(0x6f8)][_0x27904f(0x2e6)][_0x27904f(0x7c1)],{'includeAppShellEditorPortal':!0x1}):void 0x0;_0x4c745b(_0x116c56,{'activate':!0x0});let _0x5f5def=(_0x4bdc58=(_0x2444d9=globalThis)['requestAnimationFrame'])==null?void 0x0:_0x4bdc58[_0x27904f(0x353)](_0x2444d9,()=>{const _0x527225=_0x27904f;let _0x496c29=_0x576cb9[_0x527225(0x17b)][_0x527225(0x6f8)][_0x527225(0x2e6)][_0x527225(0x7e7)](_0x527225(0x505)),_0x4305e=(_0x496c29==null?void 0x0:_0x496c29[_0x527225(0x2b9)]())??_0x576cb9[_0x527225(0x17b)][_0x527225(0x6f8)]['content'][_0x527225(0x2b9)](),_0xccab6a=(0x0,_0x1dcdeb[_0x527225(0x3c4)])(_0x3deb1f['get'](_0x414d24[_0x527225(0x66f)])[_0x527225(0x77b)](_0x1dcdeb[_0x527225(0x385)])??void 0x0);_0x3deb1f[_0x527225(0x8ee)](_0x1dcdeb[_0x527225(0xbf)])[_0x527225(0x21f)](_0x245847,{'viewportSize':{'width':_0x4305e[_0x527225(0x597)],'height':_0x4305e[_0x527225(0x101)]},'padding':Math[_0x527225(0x2ad)](0x10,Math[_0x527225(0x484)](0x40,Math[_0x527225(0x484)](_0x4305e['width'],_0x4305e[_0x527225(0x101)])*0.08)),'zoom':_0xccab6a});});return(0x0,_0x414d24[_0x27904f(0x5f4)])(()=>{const _0x3a2106=_0x27904f;if(_0x5f5def!=null){var _0x1a3f4e,_0x4a81ae;(_0x1a3f4e=(_0x4a81ae=globalThis)[_0x3a2106(0x6b0)])==null||_0x1a3f4e[_0x3a2106(0x353)](_0x4a81ae,_0x5f5def);}try{var _0x19cda5,_0x2922d2;(_0x19cda5=(_0x2922d2=_0x116c56[_0x3a2106(0x266)])[_0x3a2106(0x1dc)])==null||_0x19cda5[_0x3a2106(0x353)](_0x2922d2);}catch{}_0x587b3b[_0x3a2106(0x3e4)](_0x576cb9[_0x3a2106(0x27a)]),_0x533a4a(_0x15e327),_0x1ab38c==null||_0x1ab38c['dispose'](),_0x3deb1f[_0x3a2106(0x3b7)]();});}function _0x115ec6(){const _0x3f129c=_0x19cb8f;return _0x4e1ec3({'childType':_0x414d24[_0x3f129c(0x4ed)][_0x3f129c(0x8ef)],'mount':_0x192acf});}function _0x192acf(_0x15a8f3){const _0x5ebccf=_0x19cb8f;if(_0x15a8f3['renderScope'][_0x5ebccf(0x4fa)])return;let {menu:_0x16edcb,portalContainer:_0x2f8a94}=_0x417a75(_0x15a8f3),_0x28ef45=_0xeb3d32(_0x16edcb);return _0x28ef45[_0x5ebccf(0x378)]((0x0,_0x725655[_0x5ebccf(0x3a6)])(_0x4f3c32,{'injector':_0x15a8f3[_0x5ebccf(0x17b)][_0x5ebccf(0x412)],'mountContainer':_0x2f8a94,'embedId':_0x15a8f3[_0x5ebccf(0x576)]},(0x0,_0x725655[_0x5ebccf(0x3a6)])(_0xb43ed5,{'hostUnitId':_0x15a8f3[_0x5ebccf(0x672)],'embedId':_0x15a8f3[_0x5ebccf(0x576)],'childUnitId':_0x15a8f3[_0x5ebccf(0x27a)],'viewportRoot':_0x15a8f3[_0x5ebccf(0x17b)][_0x5ebccf(0x6f8)][_0x5ebccf(0x2e6)],'fullscreen':!!_0x15a8f3['renderScope'][_0x5ebccf(0x4fa)]}))),(0x0,_0x414d24[_0x5ebccf(0x5f4)])(()=>{_0x533a4a(_0x28ef45),globalThis['setTimeout'](()=>_0x16edcb['remove'](),0x0);});}function _0xb43ed5(_0xa4f4b7){const _0x49c038=_0x19cb8f;let {hostUnitId:_0x1df6bc,embedId:_0x48409e,childUnitId:_0x222769,viewportRoot:_0x1c146d,fullscreen:_0x4ef0e4}=_0xa4f4b7,_0x23f7b4=(0x0,_0x5ab84f[_0x49c038(0x563)])(_0x414d24['ICommandService']),_0x54a31d=(0x0,_0x5ab84f[_0x49c038(0x563)])(_0x414d24[_0x49c038(0x66f)]),_0x14661a=(0x0,_0x5ab84f[_0x49c038(0x563)])(_0x414d24[_0x49c038(0x468)]),_0x5c3ba1=(0x0,_0x5ab84f['useDependency'])(_0x414d24[_0x49c038(0x52d)]),_0x2afdb4=(0x0,_0x5ab84f[_0x49c038(0x563)])(_0x8dbbb4),_0x43d6ed=(0x0,_0x5ab84f['useDependency'])(_0x1dcdeb['IBoardUIStateService']),_0x58b02b=(0x0,_0x5ab84f[_0x49c038(0x563)])(_0x1dcdeb[_0x49c038(0xbf)]),_0x2d83df=(0x0,_0x5ab84f['useObservable'])(()=>_0x43d6ed[_0x49c038(0x446)],_0x43d6ed[_0x49c038(0x2b0)](),!0x1,[_0x43d6ed]),_0xcb971b=_0x109c0e({'embedId':_0x48409e,'active':(0x0,_0x5ab84f['useObservable'])(()=>_0x2afdb4[_0x49c038(0x829)],_0x2afdb4[_0x49c038(0x849)](),!0x1,[_0x2afdb4]),'fullscreen':_0x4ef0e4}),_0x1d8650=_0x14661a[_0x49c038(0xf7)](_0x222769,_0x414d24[_0x49c038(0x4ed)][_0x49c038(0x8ef)]),_0x3e846a=(0x0,_0x1dcdeb[_0x49c038(0x3c4)])(_0x54a31d['getConfig'](_0x1dcdeb['BOARDS_UI_PLUGIN_CONFIG_KEY'])??void 0x0),_0x1b7045=()=>_0x1c146d[_0x49c038(0x2b9)](),_0x1b8383=()=>({'x':_0x1b7045()[_0x49c038(0x597)]/0x2,'y':_0x1b7045()[_0x49c038(0x101)]/0x2}),_0x476789=_0x424ad9=>_0x43d6ed['setZoomRatioAtViewportPoint'](_0x424ad9,_0x1b8383());return(0x0,_0x5c0f5d['jsxs'])('div',{'className':(0x0,_0x1f8b59[_0x49c038(0x1dd)])('univer-board-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0xcb971b===_0x49c038(0x4d3),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x4ef0e4,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x4ef0e4,'-univer-top-[44px]':!_0x4ef0e4}),'data-embed-floating-menu':_0x49c038(0x223),'data-embed-id':_0x48409e,'data-embed-float-stage':_0xcb971b,'onPointerDown':_0x388258=>_0x388258['stopPropagation'](),'children':[(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x240462,{'title':_0x5c3ba1['t'](_0x49c038(0xe9)),'onClick':()=>{const _0x3f90e3=_0x49c038;let _0x5a3733=_0x1b7045();_0x58b02b[_0x3f90e3(0x21f)](_0x1d8650??null,{'viewportSize':{'width':_0x5a3733[_0x3f90e3(0x597)],'height':_0x5a3733[_0x3f90e3(0x101)]},'padding':Math['max'](0x10,Math[_0x3f90e3(0x484)](0x40,Math['min'](_0x5a3733['width'],_0x5a3733[_0x3f90e3(0x101)])*0.08)),'zoom':_0x3e846a});},'children':(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x432667,{})}),(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x240462,{'title':_0x5c3ba1['t'](_0x49c038(0x21c)),'onClick':()=>_0x476789(_0x2d83df[_0x49c038(0x625)]-_0x3e846a['zoomStep']),'children':(0x0,_0x5c0f5d['jsx'])(_0x5c8554,{})}),(0x0,_0x5c0f5d['jsxs'])(_0x240462,{'title':_0x5c3ba1['t']('embed-ui.boardsFloating.resetZoom'),'noIcon':!0x0,'onClick':()=>_0x476789(0x1),'children':[Math[_0x49c038(0x71b)](_0x2d83df[_0x49c038(0x625)]*0x64),'%']}),(0x0,_0x5c0f5d['jsx'])(_0x240462,{'title':_0x5c3ba1['t']('embed-ui.boardsFloating.zoomIn'),'onClick':()=>_0x476789(_0x2d83df[_0x49c038(0x625)]+_0x3e846a[_0x49c038(0x48d)]),'children':(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x57bcd9,{})}),(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x32be9e,{'hostUnitId':_0x1df6bc,'embedId':_0x48409e,'variant':_0x49c038(0x251)}),(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x240462,{'title':_0x5c3ba1['t'](_0x49c038(0x63c)),'className':_0x49c038(0x776),'onClick':async()=>_0x23f7b4[_0x49c038(0x6ed)](_0x5e7b5b['RemoveEmbedCommand']['id'],{'hostUnitId':_0x1df6bc,'embedId':_0x48409e}),'children':(0x0,_0x5c0f5d[_0x49c038(0x7ba)])(_0x323f7a,{})})]});}function _0x240462(_0x3520e0){const _0x56e6c0=_0x19cb8f;let {children:_0x46b38a,className:_0x2ba788,noIcon:_0x44f181,onClick:_0xcb8113,title:_0x1d7736}=_0x3520e0;return(0x0,_0x5c0f5d[_0x56e6c0(0x7ba)])(_0x7a425f,{'title':_0x1d7736,'children':(0x0,_0x5c0f5d[_0x56e6c0(0x7ba)])(_0x5ab84f['ToolbarButton'],{'aria-label':_0x1d7736,'className':_0x2ba788,'noIcon':_0x44f181,'onClick':_0xcb8113,'children':_0x46b38a})});}function _0x109c0e(_0x172860){const _0x2697f1=_0x19cb8f;var _0x384978;return _0x172860['fullscreen']?'stage2':((_0x384978=_0x172860[_0x2697f1(0x788)])==null?void 0x0:_0x384978['embedId'])===_0x172860[_0x2697f1(0x576)]?_0x172860[_0x2697f1(0x788)]['stage']??_0x2697f1(0x436):'inactive';}function _0x39694b(_0x418478){const _0x34cb5b=_0x19cb8f;_0x3a9165(_0x418478,_0x34cb5b(0x500),_0x1cc81e);}function _0x1cc81e(_0x27ef61){const _0x5ab2b4=_0x19cb8f;_0x27ef61['has'](_0x1dcdeb[_0x5ab2b4(0x11b)])||_0x27ef61[_0x5ab2b4(0x70a)]([_0x1dcdeb[_0x5ab2b4(0x11b)],{'useFactory':()=>_0x27ef61[_0x5ab2b4(0x8ee)](_0x1db604)}]);let _0x10100e=_0x27ef61['get'](_0x4af4b3),_0xbc591=_0x27ef61[_0x5ab2b4(0x8ee)](_0x5ad416),_0x4ea559=_0x27ef61[_0x5ab2b4(0x8ee)](_0x25c01f),_0x4261dd=_0x27ef61[_0x5ab2b4(0x8ee)](_0x144cfe),_0x8b8849=_0x27ef61[_0x5ab2b4(0x8ee)](_0x4cff85),_0x4c038f=_0x27ef61[_0x5ab2b4(0x8ee)](_0x48d47d),_0x4ce1bf=_0x52ad85();_0x10100e['get'](_0x4ce1bf['hostType'],_0x4ce1bf[_0x5ab2b4(0x3a2)])||_0x10100e[_0x5ab2b4(0x586)](_0x4ce1bf);let _0x19ccac=_0x3c8471(_0x27ef61);_0xbc591[_0x5ab2b4(0x8ee)](_0x19ccac[_0x5ab2b4(0x23a)])||_0xbc591[_0x5ab2b4(0x586)](_0x19ccac);let _0x521bad=_0x73d9a6();_0x4ea559[_0x5ab2b4(0x8ee)](_0x521bad[_0x5ab2b4(0x23a)])||_0x4ea559[_0x5ab2b4(0x586)](_0x521bad),_0x115ec6()[_0x5ab2b4(0x2f2)](_0x44fbe5=>{const _0x1c6a40=_0x5ab2b4;_0x4261dd[_0x1c6a40(0x1b4)](_0x44fbe5[_0x1c6a40(0x2b7)],_0x44fbe5[_0x1c6a40(0x3a2)],_0x44fbe5['childType'])||_0x4261dd[_0x1c6a40(0x586)](_0x44fbe5);}),_0x8b8849[_0x5ab2b4(0x33e)](_0x40118a(_0x27ef61,{'childType':_0x414d24[_0x5ab2b4(0x4ed)][_0x5ab2b4(0x8ef)],'renderManagerService':_0x1ed905['IRenderManagerService']})),_0x4c038f[_0x5ab2b4(0x8ee)](_0x414d24[_0x5ab2b4(0x4ed)][_0x5ab2b4(0x8ef)])||_0x4c038f['register'](_0x30f9a5()),_0x27ef61[_0x5ab2b4(0x8ee)](_0x1ed905[_0x5ab2b4(0x3ba)])[_0x5ab2b4(0x32b)](_0x414d24[_0x5ab2b4(0x4ed)][_0x5ab2b4(0x8ef)],_0x37104c);}let _0x2f972e={'mode':_0x19cb8f(0x261),'target':_0x19cb8f(0x532),'paddingX':0x0,'minScale':0x0,'align':'start'};function _0x416446(){const _0x10119d=_0x19cb8f;return _0x4e1213({'childType':_0x414d24['UniverInstanceType'][_0x10119d(0x5ba)],'productName':_0x10119d(0x640)});}function _0x33893a(){const _0x75058b=_0x19cb8f;return{'childType':_0x414d24[_0x75058b(0x4ed)]['UNIVER_DOC'],'supportedLayouts':['tab-peer',_0x75058b(0x59a),_0x75058b(0x73f)],'scopedDependencies':[[_0x241ab5[_0x75058b(0x232)]]],'beforeDeactivate':_0x2a5d35=>{_0x5f35fc(_0x2a5d35);},'mount':_0x1419fb=>{const _0x2cd350=_0x75058b;let _0x12e8eb=_0x1419fb[_0x2cd350(0x84f)][_0x2cd350(0x744)]===_0x2cd350(0x21d)&&!_0x1419fb[_0x2cd350(0x84f)]['fullscreen']?_0x14d5c8(_0x1419fb,_0x1ed905[_0x2cd350(0x3ba)],void 0x0,{'scopedInjector':_0x12a69e(_0x1419fb[_0x2cd350(0x17b)][_0x2cd350(0x412)])}):_0x14d5c8(_0x1419fb,_0x1ed905[_0x2cd350(0x3ba)]),_0x24cc45=_0x1cb9e6(_0x1419fb);return(0x0,_0x414d24[_0x2cd350(0x5f4)])(()=>{const _0x40cf94=_0x2cd350;_0x24cc45[_0x40cf94(0x3b7)](),_0x12e8eb==null||_0x12e8eb[_0x40cf94(0x3b7)]();});}};}function _0x1cb9e6(_0x2df3e8){const _0x4a89eb=_0x19cb8f;let _0x473e8f=_0x2df3e8[_0x4a89eb(0x17b)][_0x4a89eb(0x6f8)][_0x4a89eb(0x209)]??_0x2df3e8[_0x4a89eb(0x84f)][_0x4a89eb(0x24d)];if(!_0x473e8f)return(0x0,_0x414d24[_0x4a89eb(0x5f4)])(()=>{});let _0x31cc7f=_0x2df3e8[_0x4a89eb(0x412)][_0x4a89eb(0x8ee)](_0x1ed905[_0x4a89eb(0x3ba)]),_0x55a66e=_0x101c1b=>{const _0x20917c=_0x4a89eb;var _0x3bba8c;if(!(_0x101c1b['target']instanceof HTMLCanvasElement)||!_0x473e8f[_0x20917c(0x691)](_0x101c1b[_0x20917c(0x129)]))return;let _0x54b142=(_0x3bba8c=_0x31cc7f['getRenderUnitById'](_0x2df3e8[_0x20917c(0x27a)]))==null?void 0x0:_0x3bba8c['with'](_0x241ab5[_0x20917c(0x79d)]);_0x54b142&&!_0x54b142[_0x20917c(0x82b)]()&&_0x54b142[_0x20917c(0x816)]();};return _0x473e8f[_0x4a89eb(0x474)](_0x4a89eb(0x381),_0x55a66e,!0x0),(0x0,_0x414d24[_0x4a89eb(0x5f4)])(()=>_0x473e8f[_0x4a89eb(0x8f5)](_0x4a89eb(0x381),_0x55a66e,!0x0));}function _0x5f35fc(_0x577192){const _0xa5b02f=_0x19cb8f;var _0x518906;let _0x301f77=_0x577192[_0xa5b02f(0x412)]['get'](_0x1ed905[_0xa5b02f(0x3ba)])[_0xa5b02f(0x4a0)](_0x577192[_0xa5b02f(0x27a)]),_0x211faa=_0x301f77==null?void 0x0:_0x301f77['with'](_0x241ab5[_0xa5b02f(0x79d)]);_0x301f77==null||(_0x518906=_0x301f77[_0xa5b02f(0x57f)](_0x241ab5[_0xa5b02f(0x7e2)]))==null||_0x518906['hideFloatMenu'](),_0x211faa==null||_0x211faa[_0xa5b02f(0x5cb)](),_0x211faa==null||_0x211faa['blur']();}function _0x12a69e(_0x6d0012){const _0x1ef9cd=_0x19cb8f;return _0xd751d8(_0x6d0012,new Map([[_0x241ab5[_0x1ef9cd(0x60f)],_0x22293d=>_0xf5bc70(_0x22293d)]]));}function _0xf5bc70(_0x4a223f){return{..._0x4a223f,'fitToWidth':{..._0x4a223f==null?void 0x0:_0x4a223f['fitToWidth'],..._0x2f972e}};}function _0x5041b7(_0x3f69aa,_0xc5e85a=0x78){let _0x51b0a7,_0x2e7f9d,_0x4cb9db=()=>{const _0x612125=_0x41b8;_0x2e7f9d!=null&&(window[_0x612125(0x547)](_0x2e7f9d),_0x2e7f9d=void 0x0),_0x51b0a7!=null&&(window[_0x612125(0x6b0)](_0x51b0a7),_0x51b0a7=void 0x0);};return{'dispose':_0x4cb9db,'schedule':()=>{const _0x1f7e90=_0x41b8;_0x4cb9db(),_0x2e7f9d=window[_0x1f7e90(0x4bc)](()=>{const _0x26f3ed=_0x1f7e90;_0x2e7f9d=void 0x0,_0x51b0a7=window[_0x26f3ed(0x2e9)](()=>{_0x51b0a7=void 0x0,_0x3f69aa();});},_0xc5e85a);}};}let _0x293790=class extends _0x414d24[_0x19cb8f(0x58e)]{constructor(_0x100701,_0x46706e,_0x2d4e44,_0x56d7b0,_0x22899f,_0x3b423e,_0x5bdedb,_0x532c2e){const _0x4732ee=_0x19cb8f;var _0x2e17db,_0x1d80bf,_0x29f0a5;super(),this[_0x4732ee(0x729)]=_0x100701,this[_0x4732ee(0x123)]=_0x46706e,this[_0x4732ee(0x879)]=_0x2d4e44,this[_0x4732ee(0x422)]=_0x56d7b0,this['_embedMountService']=_0x22899f,this['_embedModelService']=_0x3b423e,this['_renderManagerService']=_0x5bdedb,this[_0x4732ee(0xcf)]=_0x532c2e,_0x53835d(this,'_resolvedChildUnits',new Map()),_0x53835d(this,_0x4732ee(0x85b),new Map());let _0x3e7f13=(0x0,_0x241ab5[_0x4732ee(0x2cd)])(()=>{const _0x427996=_0x4732ee;this[_0x427996(0x8a6)]()||this[_0x427996(0x3d3)]();}),_0x3347cc=_0x5041b7(()=>{const _0x3389bb=_0x4732ee;this[_0x3389bb(0x8a6)]();}),_0x452aac=(0x0,_0x241ab5[_0x4732ee(0x2cd)])(()=>{const _0x20031c=_0x4732ee;this[_0x20031c(0x8a6)]();}),_0x53f28d=(_0x2e17db=this['_getHostUnit']())==null?void 0x0:_0x2e17db['zoomRatio'];this['disposeWithMe'](_0x3e7f13),this['disposeWithMe'](_0x3347cc),this['disposeWithMe'](_0x452aac);let _0x192f75=_0x4a714e((_0x1d80bf=this['_context'][_0x4732ee(0x266)])==null||(_0x29f0a5=_0x1d80bf[_0x4732ee(0x51d)])==null?void 0x0:_0x29f0a5[_0x4732ee(0x353)](_0x1d80bf),_0x3e7f13[_0x4732ee(0x4c6)]);_0x192f75&&this[_0x4732ee(0x45f)](_0x192f75);let _0x4fbe2f=this['_contentSizeRegistry'][_0x4732ee(0x81c)][_0x4732ee(0x132)](({hostUnitId:_0x2107df})=>{const _0x6ff7a1=_0x4732ee;_0x2107df===this[_0x6ff7a1(0x729)]['unitId']&&_0x3e7f13[_0x6ff7a1(0x4c6)]();});this['disposeWithMe']((0x0,_0x414d24[_0x4732ee(0x5f4)])(()=>_0x4fbe2f[_0x4732ee(0x333)]())),this[_0x4732ee(0x45f)]({'dispose':()=>{const _0x2eeb9d=_0x4732ee;this[_0x2eeb9d(0x203)][_0x2eeb9d(0x13a)](),this[_0x2eeb9d(0x85b)][_0x2eeb9d(0x13a)]();}});let _0x3338cb=this[_0x4732ee(0x123)][_0x4732ee(0x36d)](_0x414d24[_0x4732ee(0x4ed)][_0x4732ee(0x520)])['subscribe'](()=>{_0x3e7f13['schedule']();}),_0x37e369=this[_0x4732ee(0x123)][_0x4732ee(0x36d)](_0x414d24[_0x4732ee(0x4ed)]['UNIVER_BASE'])['subscribe'](()=>{const _0xc95d59=_0x4732ee;_0x3e7f13[_0xc95d59(0x4c6)]();});this[_0x4732ee(0x45f)]((0x0,_0x414d24[_0x4732ee(0x5f4)])(()=>_0x3338cb[_0x4732ee(0x333)]())),this[_0x4732ee(0x45f)]((0x0,_0x414d24[_0x4732ee(0x5f4)])(()=>_0x37e369[_0x4732ee(0x333)]()));let _0x26f246=(0x0,_0x1ed905[_0x4732ee(0x542)])((_0x8e11c4,_0x2bb438,_0xacffaf)=>{const _0x113c2a=_0x4732ee;var _0x1dcd0b,_0x31fae3,_0x3027a8;if(_0x8e11c4!==this['_context'][_0x113c2a(0x448)])return null;let _0x5ea2a5=this[_0x113c2a(0x169)]();if(!_0x5ea2a5)return null;let _0x5f2292=(_0x1dcd0b=_0x5ea2a5[_0x113c2a(0x241)])==null?void 0x0:_0x1dcd0b[_0x2bb438],_0x40799b=_0x5f2292==null?void 0x0:_0x5f2292[_0x113c2a(0x541)],_0x23a5fd=_0x40799b==null?void 0x0:_0x40799b[_0x113c2a(0x23a)];if(_0x23a5fd!==_0x414d24['UniverInstanceType'][_0x113c2a(0x520)]&&_0x23a5fd!==_0x414d24[_0x113c2a(0x4ed)]['UNIVER_BASE'])return null;let _0x3874d5=this[_0x113c2a(0xcf)][_0x113c2a(0x8d9)](),_0x4d73a3=this[_0x113c2a(0x265)](_0x3874d5),_0x314a1c=this[_0x113c2a(0x51c)](_0x40799b,_0x23a5fd),_0x4c90af=_0x314a1c?this['_getChildUnitForMeasurement'](_0x314a1c,_0x23a5fd,_0x3e7f13[_0x113c2a(0x4c6)]):void 0x0,_0x395df3=_0x40799b==null?void 0x0:_0x40799b['embedId'],_0x1aed65=typeof _0x395df3==_0x113c2a(0x3e0)?(_0x31fae3=this['_embedMountService']['getSession'](_0x395df3))==null||(_0x31fae3=_0x31fae3[_0x113c2a(0x585)])==null?void 0x0:_0x31fae3[_0x113c2a(0x17b)][_0x113c2a(0x412)]:void 0x0,_0x3489dc=_0x314a1c&&_0x4c90af!=null?this[_0x113c2a(0x422)][_0x113c2a(0x5dd)]({'childType':_0x23a5fd,'childUnit':_0x4c90af,'childUnitId':_0x314a1c,'injector':_0x1aed65,'viewportHeight':(_0x4d73a3==null?void 0x0:_0x4d73a3['height'])==null?void 0x0:Math[_0x113c2a(0x2ad)](0x1,_0x4d73a3[_0x113c2a(0x101)]-0x34),'viewportWidth':_0xacffaf[_0x113c2a(0xf0)]}):void 0x0,_0x2c187e=(0x0,_0x470dcf[_0x113c2a(0x4fb)])(_0x23a5fd),_0x4cfebd=_0x4b9f2b(_0xacffaf[_0x113c2a(0x441)],_0x2c187e['height']),_0x45fd26=_0x4b9f2b(_0xacffaf['fallbackWidth'],_0x2c187e['width']),_0x3a7947=(_0x3489dc==null?void 0x0:_0x3489dc[_0x113c2a(0x101)])??_0x4cfebd,_0x9ce7f7=(0x0,_0x241ab5['resolveDocsCustomBlockRenderViewport'])({'childType':_0x23a5fd,'contentHeight':_0x23a5fd===_0x414d24['UniverInstanceType'][_0x113c2a(0x520)]?_0x86519f(_0x3a7947):_0x3a7947,'contentWidth':_0x3489dc==null?void 0x0:_0x3489dc['width'],'docsLeft':this['_getDocsLeft'](),'documentFlavor':(_0x3027a8=_0x5ea2a5[_0x113c2a(0x87e)])==null?void 0x0:_0x3027a8['documentFlavor'],'fallbackHeight':_0x4cfebd,'fallbackWidth':_0x45fd26,'pageMarginLeft':_0xacffaf[_0x113c2a(0x3bc)],'pageMarginRight':_0xacffaf['pageMarginRight'],'pageWidth':_0xacffaf[_0x113c2a(0x6a4)],'scale':_0x3874d5,'visibleCanvasHeight':_0x4d73a3==null?void 0x0:_0x4d73a3['height'],'visibleCanvasLeft':_0x4d73a3==null?void 0x0:_0x4d73a3[_0x113c2a(0x3b4)],'visibleCanvasWidth':_0x4d73a3==null?void 0x0:_0x4d73a3['width']}),_0x1a5201=_0x9ce7f7[_0x113c2a(0x38c)]??_0x9ce7f7[_0x113c2a(0x101)],_0x6b668f=_0x23a5fd===_0x414d24[_0x113c2a(0x4ed)][_0x113c2a(0x618)]?0x34:0x0,_0x573a3f=(_0x4d73a3==null?void 0x0:_0x4d73a3['height'])==null?_0x9ce7f7[_0x113c2a(0x1fb)]??_0x1a5201:Math[_0x113c2a(0x484)](_0x1a5201,Math['max'](0x1,_0x4d73a3['height']-_0x6b668f));return{..._0x9ce7f7,'viewportHeight':_0x573a3f,'height':_0x2a635a({'contentHeight':_0x1a5201,'floatingMenuInsetTop':0x34})};});this[_0x4732ee(0x45f)]({'dispose':_0x26f246}),this[_0x4732ee(0x45f)](this[_0x4732ee(0x879)][_0x4732ee(0x119)](_0x560264=>{const _0x118005=_0x4732ee;if(_0x560264['id']===_0x241ab5[_0x118005(0x864)]['id']){let _0x535429=_0x560264[_0x118005(0x4b9)];if(typeof _0x535429=='object'&&_0x535429&&_0x118005(0x448)in _0x535429&&_0x535429[_0x118005(0x448)]===this[_0x118005(0x729)][_0x118005(0x448)]){let _0x38d2da=_0x118005(0x625)in _0x535429&&typeof _0x535429[_0x118005(0x625)]==_0x118005(0x700)?_0x535429[_0x118005(0x625)]:void 0x0;if(_0x38d2da!=null&&_0x38d2da===_0x53f28d){_0x452aac['schedule']();return;}_0x53f28d=_0x38d2da,_0x3347cc['schedule']();}return;}let _0x30840f=this[_0x118005(0x169)]();_0x30840f&&(0x0,_0x241ab5[_0x118005(0x477)])({'childUnitIds':(0x0,_0x241ab5['collectDocsTableLikeEmbedChildUnitIds'])(_0x30840f['drawings'],_0x2ba6cd=>this['_resolveChildUnitId'](_0x2ba6cd)),'commandId':_0x560264['id'],'commandParams':_0x560264[_0x118005(0x4b9)],'hostUnitId':this[_0x118005(0x729)][_0x118005(0x448)]})&&_0x3e7f13[_0x118005(0x4c6)]();}));}['_getHostUnit'](){const _0xd54e1c=_0x19cb8f;if(!this[_0xd54e1c(0x1f8)])return this['_context'][_0xd54e1c(0x362)]??void 0x0;}[_0x19cb8f(0x169)](){const _0x2a6f35=_0x19cb8f;var _0x3efec4;return(_0x3efec4=this['_getHostUnit']())==null?void 0x0:_0x3efec4[_0x2a6f35(0x31b)]();}[_0x19cb8f(0x8a6)](){const _0x93d182=_0x19cb8f;let _0x111b3f=this[_0x93d182(0x571)][_0x93d182(0x4a0)](this[_0x93d182(0x729)][_0x93d182(0x448)]);try{var _0x17415c;let _0x429c43=_0x111b3f==null||(_0x17415c=_0x111b3f[_0x93d182(0x57f)])==null?void 0x0:_0x17415c[_0x93d182(0x353)](_0x111b3f,_0x470dcf['DocSkeletonManagerService']);return _0x429c43?(_0x429c43['recalculate'](),!0x0):!0x1;}catch{return!0x1;}}[_0x19cb8f(0x3d3)](){const _0x459e17=_0x19cb8f;let _0x13d093=this[_0x459e17(0xb2)](),_0x46c716=_0x13d093==null?void 0x0:_0x13d093[_0x459e17(0x625)];typeof _0x46c716==_0x459e17(0x700)&&this['_commandService'][_0x459e17(0x289)](_0x241ab5[_0x459e17(0x864)]['id'],{'unitId':this[_0x459e17(0x729)][_0x459e17(0x448)],'zoomRatio':_0x46c716});}[_0x19cb8f(0x51c)](_0x7de6ea,_0x1c1cde){const _0x4d0006=_0x19cb8f;if(!_0x7de6ea||typeof _0x7de6ea!='object')return;let _0x179776=_0x7de6ea,_0x188677=typeof _0x179776[_0x4d0006(0x23a)]==_0x4d0006(0x700)?_0x179776[_0x4d0006(0x23a)]:_0x1c1cde;if(_0x188677!==_0x414d24[_0x4d0006(0x4ed)][_0x4d0006(0x520)]&&_0x188677!==_0x414d24[_0x4d0006(0x4ed)][_0x4d0006(0x618)])return;if(typeof _0x179776[_0x4d0006(0x27a)]=='string')return _0x179776[_0x4d0006(0x27a)];if(typeof _0x179776[_0x4d0006(0x576)]!=_0x4d0006(0x3e0))return;let _0x580312=typeof _0x179776[_0x4d0006(0x672)]==_0x4d0006(0x3e0)?_0x179776[_0x4d0006(0x672)]:this[_0x4d0006(0x729)][_0x4d0006(0x448)],_0x42f326=this['_embedModelService']['getDescriptor'](_0x580312,_0x179776[_0x4d0006(0x576)]);if((_0x42f326==null?void 0x0:_0x42f326[_0x4d0006(0x23a)])===_0x188677){if(typeof _0x42f326['childUnitId']==_0x4d0006(0x3e0))return _0x42f326[_0x4d0006(0x27a)];try{return(0x0,_0x5e7b5b[_0x4d0006(0x8ae)])(_0x42f326['source'][_0x4d0006(0x8da)]);}catch{return;}}}[_0x19cb8f(0x417)](_0x5a4fa2,_0x43fc8a,_0x371a48){const _0x6288d6=_0x19cb8f;let _0x41ceb7=_0x43fc8a+':'+_0x5a4fa2;if(this[_0x6288d6(0x203)][_0x6288d6(0x8f1)](_0x41ceb7))return this[_0x6288d6(0x203)][_0x6288d6(0x8ee)](_0x41ceb7);let _0x1b0638=this[_0x6288d6(0x123)][_0x6288d6(0xf7)](_0x5a4fa2,_0x43fc8a);if(_0x1b0638!=null){if(!_0x256eb5(_0x1b0638))return this['_resolvedChildUnits'][_0x6288d6(0x4a8)](_0x41ceb7,_0x1b0638),_0x1b0638;if(!this['_pendingChildUnits'][_0x6288d6(0x8f1)](_0x41ceb7)){let _0x4f79bc=Promise[_0x6288d6(0x8ab)](_0x1b0638)[_0x6288d6(0x48e)](_0x47e671=>(this[_0x6288d6(0x85b)]['delete'](_0x41ceb7),this['_resolvedChildUnits'][_0x6288d6(0x4a8)](_0x41ceb7,_0x47e671),this[_0x6288d6(0x1f8)]||_0x371a48(),_0x47e671),()=>{const _0x2b6cff=_0x6288d6;this[_0x2b6cff(0x85b)][_0x2b6cff(0x4f4)](_0x41ceb7);});this[_0x6288d6(0x85b)][_0x6288d6(0x4a8)](_0x41ceb7,_0x4f79bc);}}}[_0x19cb8f(0x279)](){const _0x2f90e1=_0x19cb8f;var _0x287f1f,_0x34cbde;return((_0x287f1f=this[_0x2f90e1(0x729)][_0x2f90e1(0x536)])==null||(_0x34cbde=_0x287f1f[_0x2f90e1(0x28b)])==null||(_0x34cbde=_0x34cbde[_0x2f90e1(0x353)](_0x287f1f))==null?void 0x0:_0x34cbde[_0x2f90e1(0x7fb)])??0x0;}['_getVisibleCanvasDocumentRect'](_0x314cb1){const _0x3d0ea7=_0x19cb8f;var _0x4914c7,_0x4fa4d0,_0x178388,_0x263b2b,_0x573b84,_0x5dbf82;let _0x4f21aa=Number[_0x3d0ea7(0x60e)](_0x314cb1)&&_0x314cb1>0x0?_0x314cb1:0x1,_0x4cc37e=((_0x4914c7=this[_0x3d0ea7(0x729)][_0x3d0ea7(0x89a)][_0x3d0ea7(0x7f2)](_0x241ab5['VIEWPORT_KEY'][_0x3d0ea7(0xac)]))==null?void 0x0:_0x4914c7['viewportScrollX'])??0x0,_0x329fd6=(_0x4fa4d0=(_0x178388=this[_0x3d0ea7(0x729)][_0x3d0ea7(0x266)])[_0x3d0ea7(0x51d)])==null||(_0x4fa4d0=_0x4fa4d0['call'](_0x178388))==null||(_0x263b2b=_0x4fa4d0['getBoundingClientRect'])==null?void 0x0:_0x263b2b['call'](_0x4fa4d0),_0x1fcc76=_0x329fd6==null?void 0x0:_0x329fd6['width'],_0x32e160=_0x329fd6==null?void 0x0:_0x329fd6[_0x3d0ea7(0x101)],_0x23e05f=((_0x573b84=this[_0x3d0ea7(0x729)][_0x3d0ea7(0x536)])==null?void 0x0:_0x573b84[_0x3d0ea7(0x597)])??this['_context'][_0x3d0ea7(0x89a)][_0x3d0ea7(0x597)],_0x2172f6=(_0x1fcc76??_0x23e05f??0x0)/_0x4f21aa,_0x50ec94=((_0x5dbf82=this[_0x3d0ea7(0x729)][_0x3d0ea7(0x536)])==null?void 0x0:_0x5dbf82[_0x3d0ea7(0x101)])??this['_context'][_0x3d0ea7(0x89a)][_0x3d0ea7(0x101)],_0x57f638=(_0x32e160??_0x50ec94??0x0)/_0x4f21aa;return!_0x2172f6||!Number['isFinite'](_0x2172f6)||_0x2172f6<=0x0||!_0x57f638||!Number[_0x3d0ea7(0x60e)](_0x57f638)||_0x57f638<=0x0?null:{'height':_0x57f638,'left':_0x4cc37e,'width':_0x2172f6};}};_0x293790=_0x276853([_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24[_0x19cb8f(0x468)])),_0x482d3a(0x2,(0x0,_0x414d24['Inject'])(_0x414d24['ICommandService'])),_0x482d3a(0x3,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x4501c8)),_0x482d3a(0x4,(0x0,_0x414d24['Inject'])(_0x1a9e2a)),_0x482d3a(0x5,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x646)])),_0x482d3a(0x6,_0x1ed905[_0x19cb8f(0x3ba)]),_0x482d3a(0x7,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x241ab5[_0x19cb8f(0xc4)]))],_0x293790);function _0x4a714e(_0x4e39c0,_0x972a13){const _0x5b1559=_0x19cb8f;if(!_0x4e39c0||typeof ResizeObserver>'u')return;let _0x23247d=new ResizeObserver(()=>_0x972a13());return _0x23247d[_0x5b1559(0x512)](_0x4e39c0),{'dispose':()=>_0x23247d[_0x5b1559(0x2af)]()};}function _0x256eb5(_0x351cdd){const _0x21cad2=_0x19cb8f;return!!_0x351cdd&&typeof _0x351cdd[_0x21cad2(0x48e)]=='function';}function _0x4b9f2b(_0x42cbd5,_0x42ad15){const _0xbebd13=_0x19cb8f;return typeof _0x42cbd5==_0xbebd13(0x700)&&Number[_0xbebd13(0x60e)](_0x42cbd5)&&_0x42cbd5>0x1?_0x42cbd5:_0x42ad15;}function _0x5b6590(_0x2a07a2,_0x4e091c,_0x129b4a){const _0x5201a4=_0x19cb8f;return{...(0x0,_0x5e7b5b[_0x5201a4(0x53c)])(_0x2a07a2,_0x4e091c),'afterCreateAnchor':_0x433e74=>_0x2c3b0d(_0x129b4a,_0x433e74[_0x5201a4(0x672)]),'afterRemoveAnchor':_0x6bd9d4=>_0x2c3b0d(_0x129b4a,_0x6bd9d4[_0x5201a4(0x672)])};}function _0x51aaf9(){const _0x4f646e=_0x19cb8f;return{'hostType':_0x414d24[_0x4f646e(0x4ed)][_0x4f646e(0x5ba)],'entry':_0x4f646e(0xca),'layout':_0x4f646e(0x64f),'supportedLayouts':['docs-sticky-sheet',_0x4f646e(0x320),'aspect-fit','scroll-contained','content-bounds-fit'],'menuBehavior':_0x4f646e(0x41e)};}function _0x2c3b0d(_0x1a99dc,_0x5deff7){const _0x55523c=_0x19cb8f;var _0x5e62b3,_0x29d80a,_0x293d27,_0x1e6865;if(!_0x1a99dc)return;let _0x5c64d3=_0x1a99dc['getRenderUnitById'](_0x5deff7);if(_0x5c64d3){for(let _0xb0debb of _0x5c64d3[_0x55523c(0x6bb)][_0x55523c(0x195)]()){var _0x38de3a;(_0x38de3a=_0xb0debb['makeDirty'])==null||_0x38de3a[_0x55523c(0x353)](_0xb0debb);}(_0x5e62b3=_0x5c64d3[_0x55523c(0x266)])==null||_0x5e62b3[_0x55523c(0x628)](),(_0x29d80a=_0x5c64d3['scene'])==null||_0x29d80a[_0x55523c(0x2fd)](),(_0x293d27=_0x5c64d3['with'])==null||(_0x293d27=_0x293d27[_0x55523c(0x353)](_0x5c64d3,_0x241ab5[_0x55523c(0x6aa)]))==null||(_0x1e6865=_0x293d27[_0x55523c(0x2d9)])==null||_0x1e6865['call'](_0x293d27);}}function _0x5d1d2a(_0x2da272){const _0x3fd78b=_0x19cb8f;return{'childType':_0x414d24[_0x3fd78b(0x4ed)][_0x3fd78b(0x5ba)],'handleWheel':_0xc3a6c4=>{const _0x19fdfb=_0x3fd78b;let _0x232f5d=_0x2da272['has'](_0x43b400)?_0x2da272[_0x19fdfb(0x8ee)](_0x43b400):void 0x0;if((_0x232f5d==null?void 0x0:_0x232f5d[_0x19fdfb(0x514)](_0xc3a6c4))===!0x0)return!0x0;if(!_0x2da272[_0x19fdfb(0x8f1)](_0x1ed905[_0x19fdfb(0x3ba)]))return!0x1;let _0x731096=_0x2da272[_0x19fdfb(0x8ee)](_0x1ed905['IRenderManagerService'])[_0x19fdfb(0x4a0)](_0xc3a6c4[_0x19fdfb(0x27a)]),_0x3dec16=_0x731096==null?void 0x0:_0x731096[_0x19fdfb(0x89a)];return _0x212689(_0xc3a6c4,_0x3dec16==null?void 0x0:_0x3dec16['getViewport'](_0x241ab5[_0x19fdfb(0x708)][_0x19fdfb(0xac)]),_0x3dec16);}};}function _0x44832a(){const _0x50a11e=_0x19cb8f;return _0x4e1ec3({'childType':_0x414d24[_0x50a11e(0x4ed)][_0x50a11e(0x5ba)],'mount':_0x3bc3b3});}function _0x3bc3b3(_0xef175b){const _0x46efbf=_0x19cb8f;let {menu:_0x4f8a6b,portalContainer:_0x3c103a}=_0x417a75(_0xef175b),_0x6cc1ab=_0xeb3d32(_0x4f8a6b);return _0x6cc1ab['render']((0x0,_0x725655[_0x46efbf(0x3a6)])(_0x4f3c32,{'injector':_0xef175b[_0x46efbf(0x17b)][_0x46efbf(0x412)],'mountContainer':_0x3c103a,'embedId':_0xef175b['embedId']},(0x0,_0x725655[_0x46efbf(0x3a6)])(_0x32e2fc,{'hostUnitId':_0xef175b['hostUnitId'],'embedId':_0xef175b[_0x46efbf(0x576)],'entry':_0xef175b['descriptor']['entry'],'fullscreen':!!_0xef175b[_0x46efbf(0x84f)]['fullscreen'],'usesDomFloatingStage':_0xef175b[_0x46efbf(0x58f)][_0x46efbf(0x3a2)]!==_0x46efbf(0x33d),'renderScopeActive$':_0xef175b[_0x46efbf(0x84f)][_0x46efbf(0x829)]}))),(0x0,_0x414d24[_0x46efbf(0x5f4)])(()=>{const _0x39e114=_0x46efbf;_0x533a4a(_0x6cc1ab),globalThis['setTimeout'](()=>_0x4f8a6b[_0x39e114(0x7b3)](),0x0);});}function _0x32e2fc(_0x713651){const _0x4924a5=_0x19cb8f;let {hostUnitId:_0x35fb8a,embedId:_0x29b33d,entry:_0x25876b,fullscreen:_0x10e2af,usesDomFloatingStage:_0x10feb6,renderScopeActive$:_0x947a05}=_0x713651,_0x4f29e5=(0x0,_0x5ab84f['useObservable'])(()=>_0x947a05,!0x1,!0x1,[_0x947a05]),_0x170894=(0x0,_0x5ab84f[_0x4924a5(0x563)])(_0x414d24['ICommandService']),_0x5bcec0=(0x0,_0x5ab84f[_0x4924a5(0x563)])(_0x414d24[_0x4924a5(0x52d)]),_0x529121=(0x0,_0x5ab84f[_0x4924a5(0x563)])(_0x8dbbb4),_0x3754f6=_0x8076af({'embedId':_0x29b33d,'active':(0x0,_0x5ab84f[_0x4924a5(0x213)])(()=>_0x529121[_0x4924a5(0x829)],_0x529121['getActive'](),!0x1,[_0x529121]),'fullscreen':_0x10e2af,'usesDomFloatingStage':_0x10feb6,'renderScopeActive':_0x4f29e5});return(0x0,_0x5c0f5d[_0x4924a5(0x49b)])(_0x4924a5(0x5ff),{'className':(0x0,_0x1f8b59[_0x4924a5(0x1dd)])('univer-docs-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0',{'univer-hidden':_0x3754f6!==_0x4924a5(0x8bf),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x10e2af,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x10e2af,'-univer-top-9':!_0x10e2af&&_0x25876b!=='docs-custom-block','-univer-top-[52px]':!_0x10e2af&&_0x25876b==='docs-custom-block'}),'data-embed-floating-menu':'true','data-embed-id':_0x29b33d,'data-embed-float-stage':_0x3754f6,'onPointerDown':_0x5a507a=>_0x5a507a['stopPropagation'](),'children':[!_0x10e2af&&(0x0,_0x5c0f5d[_0x4924a5(0x7ba)])(_0x32be9e,{'hostUnitId':_0x35fb8a,'embedId':_0x29b33d,'variant':_0x4924a5(0x251)}),(0x0,_0x5c0f5d['jsx'])(_0x7a425f,{'title':_0x5bcec0['t'](_0x4924a5(0x80d)),'children':(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x4924a5(0x3a4)],{'type':_0x4924a5(0x29c),'size':_0x4924a5(0x454),'variant':'ghost','className':'univer-size-6\x20univer-p-0\x20univer-text-red-500\x20hover:univer-text-red-600','aria-label':_0x5bcec0['t'](_0x4924a5(0x80d)),'onClick':async()=>{const _0x4cc3d6=_0x4924a5;await _0x170894[_0x4cc3d6(0x6ed)](_0x5e7b5b[_0x4cc3d6(0x210)]['id'],{'hostUnitId':_0x35fb8a,'embedId':_0x29b33d});},'children':(0x0,_0x5c0f5d[_0x4924a5(0x7ba)])(_0x323f7a,{})})})]});}function _0x34b733(_0x35edc6){const _0x113d1a=_0x19cb8f;_0x3a9165(_0x35edc6,_0x113d1a(0x5c8),_0x48fe3e);}function _0x48fe3e(_0xf0edd8){const _0x3585f3=_0x19cb8f;let _0x349c6c=_0xf0edd8[_0x3585f3(0x8ee)](_0x5e7b5b[_0x3585f3(0x18d)]),_0x50d09c=_0xf0edd8[_0x3585f3(0x8ee)](_0x4af4b3),_0x392965=_0xf0edd8[_0x3585f3(0x8ee)](_0x5ad416),_0x13185f=_0xf0edd8[_0x3585f3(0x8ee)](_0x25c01f),_0x2d800=_0xf0edd8[_0x3585f3(0x8ee)](_0x144cfe),_0x2e774d=_0xf0edd8[_0x3585f3(0x8ee)](_0x4cff85),_0x1242ca=_0xf0edd8[_0x3585f3(0x8ee)](_0x48d47d),_0x2b14b1=_0xf0edd8[_0x3585f3(0x8f1)](_0x5e7b5b['EmbedHostAnchorModelService'])?_0xf0edd8[_0x3585f3(0x8ee)](_0x5e7b5b[_0x3585f3(0x8ba)]):void 0x0,_0xa68270=_0xf0edd8['has'](_0x414d24[_0x3585f3(0x468)])?_0xf0edd8[_0x3585f3(0x8ee)](_0x414d24[_0x3585f3(0x468)]):void 0x0,_0x4f41b0=_0xf0edd8[_0x3585f3(0x8f1)](_0x1ed905[_0x3585f3(0x3ba)])?_0xf0edd8[_0x3585f3(0x8ee)](_0x1ed905[_0x3585f3(0x3ba)]):void 0x0;_0x4f41b0==null||_0x4f41b0[_0x3585f3(0x32b)](_0x414d24[_0x3585f3(0x4ed)][_0x3585f3(0x5ba)],[_0x293790]);let _0x4e6180=_0x5b6590(_0x2b14b1,_0xa68270,_0x4f41b0);_0x349c6c['get'](_0x4e6180['hostType'],_0x4e6180[_0x3585f3(0x3a2)])||_0x349c6c[_0x3585f3(0x586)](_0x4e6180);let _0x31958b=_0x51aaf9();_0x50d09c[_0x3585f3(0x8ee)](_0x31958b[_0x3585f3(0x2b7)],_0x31958b[_0x3585f3(0x3a2)])||_0x50d09c[_0x3585f3(0x586)](_0x31958b);let _0x1a1db1=_0x33893a();_0x392965[_0x3585f3(0x8ee)](_0x1a1db1[_0x3585f3(0x23a)])||_0x392965[_0x3585f3(0x586)](_0x1a1db1);let _0x13e543=_0x416446();_0x13185f[_0x3585f3(0x8ee)](_0x13e543[_0x3585f3(0x23a)])||_0x13185f[_0x3585f3(0x586)](_0x13e543),_0x44832a()['forEach'](_0x5edc69=>{const _0x656358=_0x3585f3;_0x2d800[_0x656358(0x1b4)](_0x5edc69['hostType'],_0x5edc69[_0x656358(0x3a2)],_0x5edc69[_0x656358(0x23a)])||_0x2d800[_0x656358(0x586)](_0x5edc69);}),_0x2e774d[_0x3585f3(0x33e)](_0x40118a(_0xf0edd8,{'childType':_0x414d24[_0x3585f3(0x4ed)][_0x3585f3(0x5ba)],'renderManagerService':_0x1ed905['IRenderManagerService']})),_0x1242ca[_0x3585f3(0x8ee)](_0x414d24[_0x3585f3(0x4ed)]['UNIVER_DOC'])||_0x1242ca['register'](_0x5d1d2a(_0xf0edd8));}function _0x4564b0(){const _0x29650a=_0x19cb8f;return{'childType':_0x414d24[_0x29650a(0x4ed)][_0x29650a(0x520)],'measureContentSize':_0x2ca3ec=>{const _0x32f07e=_0x29650a;let _0x2aa1cb=_0x214220(_0x2ca3ec['childUnit'],_0x2ca3ec[_0x32f07e(0x76b)]?_0x2ca3ec[_0x32f07e(0x856)]:void 0x0),_0x44081c=_0x3fa582(_0x2ca3ec['childUnit']);return _0x2aa1cb==null&&_0x44081c==null?void 0x0:{'height':_0x2aa1cb==null?void 0x0:_0x2aa1cb[_0x32f07e(0x101)],'verticalBreaks':_0x2aa1cb==null?void 0x0:_0x2aa1cb['breaks'],'width':_0x44081c};}};}function _0x214220(_0x243aa0,_0x3ea6ae){const _0x1bf6d0=_0x19cb8f;var _0x121d01;let _0x13ba5b=_0x243aa0 instanceof _0x414d24[_0x1bf6d0(0x295)]?_0x243aa0['getActiveSheet'](!0x0):void 0x0;if(!_0x13ba5b)return;let _0x4422d1=_0x58b7c5(_0x13ba5b,_0x3ea6ae);if(!Number[_0x1bf6d0(0x60e)](_0x4422d1)||_0x4422d1==null||_0x4422d1<0x0)return;let _0x2a306f=_0x541a3a((_0x121d01=_0x13ba5b[_0x1bf6d0(0x77b)])==null||(_0x121d01=_0x121d01[_0x1bf6d0(0x353)](_0x13ba5b))==null?void 0x0:_0x121d01[_0x1bf6d0(0xd8)],_0x414d24[_0x1bf6d0(0x3ec)]),_0x5eaf2f=_0x4734a5(_0x243aa0),_0x521cbf=0x0,_0xd0a27d=[];for(let _0x328122=0x0;_0x328122<_0x4422d1;_0x328122++){var _0x534832,_0xa44cb2;((_0x534832=_0x13ba5b['getRowVisible'])==null?void 0x0:_0x534832[_0x1bf6d0(0x353)](_0x13ba5b,_0x328122))!==!0x1&&(_0x521cbf+=_0x14606c((_0xa44cb2=_0x13ba5b[_0x1bf6d0(0x4c7)])==null?void 0x0:_0xa44cb2['call'](_0x13ba5b,_0x328122),_0x2a306f),_0xd0a27d[_0x1bf6d0(0x731)](_0x5eaf2f+_0x521cbf));}return{'breaks':_0xd0a27d,'height':_0x5eaf2f+_0x521cbf};}function _0x4734a5(_0x9f7e85){const _0x23b90c=_0x19cb8f;var _0x55bd6e;let _0x37bf2e=_0x9f7e85 instanceof _0x414d24[_0x23b90c(0x295)]?_0x9f7e85[_0x23b90c(0x813)](!0x0):void 0x0,_0x441752=_0x37bf2e==null||(_0x55bd6e=_0x37bf2e[_0x23b90c(0x77b)])==null||(_0x55bd6e=_0x55bd6e[_0x23b90c(0x353)](_0x37bf2e))==null?void 0x0:_0x55bd6e['columnHeader'];return _0x441752!=null&&_0x441752['hidden']?0x0:_0x541a3a(_0x441752==null?void 0x0:_0x441752[_0x23b90c(0x101)],0x18);}function _0x3fa582(_0xcb0933){const _0x449f1a=_0x19cb8f;var _0x347a0b,_0x12fc27;let _0x1fc26b=_0xcb0933 instanceof _0x414d24[_0x449f1a(0x295)]?_0xcb0933[_0x449f1a(0x813)](!0x0):void 0x0;if(!_0x1fc26b)return;let _0x2ab2ae=_0x167c1f(_0x1fc26b);if(!Number[_0x449f1a(0x60e)](_0x2ab2ae)||_0x2ab2ae==null||_0x2ab2ae<0x0)return;let _0x5e6de6=(_0x347a0b=_0x1fc26b[_0x449f1a(0x77b)])==null||(_0x347a0b=_0x347a0b[_0x449f1a(0x353)](_0x1fc26b))==null?void 0x0:_0x347a0b['rowHeader'],_0x5d8457=_0x541a3a((_0x12fc27=_0x1fc26b['getConfig'])==null||(_0x12fc27=_0x12fc27[_0x449f1a(0x353)](_0x1fc26b))==null?void 0x0:_0x12fc27[_0x449f1a(0x695)],_0x414d24[_0x449f1a(0x5b0)]),_0x553051=_0x5e6de6!=null&&_0x5e6de6[_0x449f1a(0x2ac)]?0x0:_0x541a3a(_0x5e6de6==null?void 0x0:_0x5e6de6['width'],_0x414d24[_0x449f1a(0x545)]),_0x5d867d=0x0;for(let _0xdf0c59=0x0;_0xdf0c59<_0x2ab2ae;_0xdf0c59++){var _0x4dec25,_0x6675ba;((_0x4dec25=_0x1fc26b[_0x449f1a(0x28e)])==null?void 0x0:_0x4dec25[_0x449f1a(0x353)](_0x1fc26b,_0xdf0c59))!==!0x1&&(_0x5d867d+=_0x541a3a((_0x6675ba=_0x1fc26b['getColumnWidth'])==null?void 0x0:_0x6675ba[_0x449f1a(0x353)](_0x1fc26b,_0xdf0c59),_0x5d8457));}return _0x553051+_0x5d867d+_0x1ed905[_0x449f1a(0x1bb)][_0x449f1a(0x59e)];}function _0x58b7c5(_0x2bd199,_0x4b8a40){const _0x1a328b=_0x19cb8f;let _0x16b7ce=_0x10ed73(_0x2bd199[_0x1a328b(0x16a)]());if(_0x16b7ce==null||_0x4b8a40==null)return _0x16b7ce;let _0x1a7099=_0x22aa8b(_0x2bd199,_0x4b8a40),_0x3f8906=_0x2bd199[_0x1a328b(0x66b)]();if(_0x1a7099<0x0||_0x3f8906[_0x1a328b(0x245)]<0x0||_0x3f8906['endColumn']<0x0||_0x3f8906[_0x1a328b(0x438)]>_0x1a7099)return 0x0;let _0x82fc43=-0x1;for(let _0x162092 of _0x2bd199[_0x1a328b(0x6e6)]({'startRow':Math[_0x1a328b(0x2ad)](0x0,_0x3f8906['startRow']),'startColumn':Math[_0x1a328b(0x2ad)](0x0,_0x3f8906[_0x1a328b(0x438)]),'endRow':_0x3f8906[_0x1a328b(0x245)],'endColumn':Math[_0x1a328b(0x484)](_0x1a7099,_0x3f8906['endColumn'])}))_0x162092[_0x1a328b(0x21b)]&&_0x2bd199[_0x1a328b(0x7d0)](_0x162092[_0x1a328b(0x21b)])&&(_0x82fc43=_0x162092[_0x1a328b(0x836)]);return Math[_0x1a328b(0x484)](_0x16b7ce,_0x82fc43+0x1);}function _0x22aa8b(_0x2cc0cf,_0x463d58){const _0xc4aef3=_0x19cb8f;var _0x16a9e6,_0xc1f256;let _0x372afd=(_0x16a9e6=_0x2cc0cf[_0xc4aef3(0x77b)])==null||(_0x16a9e6=_0x16a9e6[_0xc4aef3(0x353)](_0x2cc0cf))==null?void 0x0:_0x16a9e6['rowHeader'],_0x33cf39=_0x372afd!=null&&_0x372afd[_0xc4aef3(0x2ac)]?0x0:_0x541a3a(_0x372afd==null?void 0x0:_0x372afd[_0xc4aef3(0x597)],_0x414d24[_0xc4aef3(0x545)]),_0x1d740f=Math[_0xc4aef3(0x2ad)](0x0,_0x463d58-_0x33cf39-_0x1ed905['ScrollBar']['DEFAULT_TOTAL_SIZE']),_0x4d6113=_0x541a3a((_0xc1f256=_0x2cc0cf[_0xc4aef3(0x77b)])==null||(_0xc1f256=_0xc1f256['call'](_0x2cc0cf))==null?void 0x0:_0xc1f256[_0xc4aef3(0x695)],_0x414d24[_0xc4aef3(0x5b0)]),_0x3e01b7=0x0,_0x4e2ec9=-0x1,_0x5b1484=_0x167c1f(_0x2cc0cf)??0x0;for(let _0x371510=0x0;_0x371510<_0x5b1484&&_0x3e01b7<_0x1d740f;_0x371510++){var _0x52e4aa,_0x315419;((_0x52e4aa=_0x2cc0cf[_0xc4aef3(0x28e)])==null?void 0x0:_0x52e4aa[_0xc4aef3(0x353)](_0x2cc0cf,_0x371510))!==!0x1&&(_0x4e2ec9=_0x371510,_0x3e01b7+=_0x541a3a((_0x315419=_0x2cc0cf[_0xc4aef3(0x773)])==null?void 0x0:_0x315419['call'](_0x2cc0cf,_0x371510),_0x4d6113));}return _0x4e2ec9;}function _0x167c1f(_0x2b33e7){const _0x2d8474=_0x19cb8f;return _0x10ed73(_0x2b33e7[_0x2d8474(0x517)]());}function _0x10ed73(_0x59e9c6){const _0x382403=_0x19cb8f;return typeof _0x59e9c6=='number'&&Number['isFinite'](_0x59e9c6)&&_0x59e9c6>=0x0?Math[_0x382403(0x891)](_0x59e9c6):void 0x0;}function _0x541a3a(_0x201f54,_0x121d4e){const _0xbcb92e=_0x19cb8f;return typeof _0x201f54==_0xbcb92e(0x700)&&Number['isFinite'](_0x201f54)&&_0x201f54>0x0?_0x201f54:_0x121d4e;}function _0x14606c(_0x2da91c,_0x1b3238){const _0x2bc5e5=_0x19cb8f;return typeof _0x2da91c==_0x2bc5e5(0x700)&&Number[_0x2bc5e5(0x60e)](_0x2da91c)&&_0x2da91c>=0x0?_0x2da91c:_0x1b3238;}function _0x5a0fda(){const _0xeecb78=_0x19cb8f;return{'hostType':_0x414d24[_0xeecb78(0x4ed)][_0xeecb78(0x520)],'entry':_0xeecb78(0x6b3),'layout':_0xeecb78(0x59a),'supportedLayouts':['doc-width-scale','aspect-fit','scroll-contained',_0xeecb78(0xa7)],'menuBehavior':_0xeecb78(0x41e)};}function _0x30f692(){const _0x2c8123=_0x19cb8f;return{'hostType':_0x414d24[_0x2c8123(0x4ed)][_0x2c8123(0x520)],'entry':_0x2c8123(0xe8),'layout':_0x2c8123(0x801),'supportedLayouts':[_0x2c8123(0x801)],'menuBehavior':_0x2c8123(0x41d),'mount':_0x39f5ca=>{const _0x1c31ab=_0x2c8123;let _0x14fbb0=_0x76634(_0x1c31ab(0x16d),_0x39f5ca[_0x1c31ab(0x58f)][_0x1c31ab(0x590)]);return _0x14fbb0?{'hostElement':_0x14fbb0}:{};}};}function _0x76634(_0x53cff6,_0x8dacee){const _0x1b3a62=_0x19cb8f;return document[_0x1b3a62(0x7e7)]('['+_0x53cff6+'=\x22'+_0x53f199(_0x8dacee)+'\x22]');}function _0x53f199(_0x351916){const _0x3957f4=_0x19cb8f;return _0x351916[_0x3957f4(0x574)](/\\/g,'\x5c\x5c')['replace'](/"/g,'\x5c\x22');}function _0x52be26(_0x15c97b){const _0x67305e=_0x19cb8f;let _0x9ef687=_0x15c97b[_0x67305e(0x8f1)](_0x414d24[_0x67305e(0x468)])?_0x15c97b[_0x67305e(0x8ee)](_0x414d24[_0x67305e(0x468)]):void 0x0,_0x3f83d8=_0x15c97b[_0x67305e(0x8f1)](_0x1ed905[_0x67305e(0x3ba)])?_0x15c97b['get'](_0x1ed905[_0x67305e(0x3ba)]):void 0x0;return{'childType':_0x414d24[_0x67305e(0x4ed)][_0x67305e(0x520)],'getHorizontalScroll':_0x8cd424=>{const _0x359a5e=_0x67305e;var _0x508c50;return(_0x508c50=_0x469e22(_0x8cd424))==null?void 0x0:_0x508c50[_0x359a5e(0x888)];},'getVerticalScroll':_0x31ae57=>{const _0x2c077b=_0x67305e;var _0x3cf24b;return(_0x3cf24b=_0x469e22(_0x31ae57))==null?void 0x0:_0x3cf24b[_0x2c077b(0x339)];},'getStickyLeftWidth':_0x189cea=>{const _0x3473f2=_0x67305e;var _0x5b981d,_0x171b21;let _0x47f4a8=_0x189cea[_0x3473f2(0x17b)][_0x3473f2(0x28a)]??_0x9ef687,_0x3eb567=_0x47f4a8==null?void 0x0:_0x47f4a8['getUnit'](_0x189cea[_0x3473f2(0x27a)],_0x414d24[_0x3473f2(0x4ed)][_0x3473f2(0x520)]),_0x23f275=_0x3eb567==null||(_0x5b981d=_0x3eb567[_0x3473f2(0x813)](!0x0))==null||(_0x171b21=_0x5b981d[_0x3473f2(0x77b)])==null||(_0x171b21=_0x171b21[_0x3473f2(0x353)](_0x5b981d))==null?void 0x0:_0x171b21[_0x3473f2(0x7b9)];return _0x23f275!=null&&_0x23f275['hidden']?0x0:(_0x23f275==null?void 0x0:_0x23f275['width'])??_0x414d24['DEFAULT_WORKSHEET_ROW_TITLE_WIDTH'];},'getStickyHeaderHeight':_0x562f2c=>{const _0x1667b0=_0x67305e;let _0x51e44c=_0x562f2c[_0x1667b0(0x17b)][_0x1667b0(0x28a)]??_0x9ef687;return _0x4734a5(_0x51e44c==null?void 0x0:_0x51e44c['getUnit'](_0x562f2c[_0x1667b0(0x27a)],_0x414d24['UniverInstanceType'][_0x1667b0(0x520)]));},'subscribeVerticalScroll':(_0x36d2a2,_0x4a9cda)=>{const _0x37dbe5=_0x67305e;let _0x4e9dca=_0x469e22(_0x36d2a2);if(!_0x4e9dca)return;let _0x47a516=_0x4e9dca['onScrollByBar$'][_0x37dbe5(0x848)](_0x157a3a=>{const _0x23eac7=_0x37dbe5;_0x4a9cda(_0x157a3a['viewportScrollY']??_0x4e9dca[_0x23eac7(0x339)]??0x0);});return(0x0,_0x414d24[_0x37dbe5(0x5f4)])(()=>_0x47a516[_0x37dbe5(0x333)]());},'handleWheel':_0x19b0ea=>{const _0x23664d=_0x67305e;var _0x5452b4;if(_0x19b0ea[_0x23664d(0x463)]!==_0x23664d(0x656)&&_0x19b0ea[_0x23664d(0x463)]!==_0x23664d(0x875)&&_0x550a1a(_0x19b0ea[_0x23664d(0x447)],_0x19b0ea[_0x23664d(0x202)]))return!0x1;let _0x1cab17=((_0x5452b4=_0x19b0ea[_0x23664d(0x17b)])==null?void 0x0:_0x5452b4['injector'])??_0x15c97b,_0x10eff6=_0x1cab17!==_0x15c97b&&_0x1cab17[_0x23664d(0x8f1)](_0x1ed905[_0x23664d(0x3ba)])?_0x1cab17[_0x23664d(0x8ee)](_0x1ed905['IRenderManagerService']):_0x3f83d8;if(!_0x10eff6)return!0x1;let _0x3ab992=_0x10eff6[_0x23664d(0x4a0)](_0x19b0ea[_0x23664d(0x27a)]),_0x1e0466=_0x3ab992==null?void 0x0:_0x3ab992[_0x23664d(0x89a)];return _0x212689(_0x19b0ea,_0x1e0466==null?void 0x0:_0x1e0466[_0x23664d(0x7f2)](_0x1ed905[_0x23664d(0x8b8)][_0x23664d(0xac)]),_0x1e0466);}};function _0x469e22(_0x45354d){const _0x161fbb=_0x67305e;var _0x770af,_0x308d83;let _0xbbd8ab=((_0x770af=_0x45354d[_0x161fbb(0x17b)])==null?void 0x0:_0x770af[_0x161fbb(0x412)])??_0x15c97b,_0x5bdaa1=_0xbbd8ab!==_0x15c97b&&_0xbbd8ab[_0x161fbb(0x8f1)](_0x1ed905[_0x161fbb(0x3ba)])?_0xbbd8ab[_0x161fbb(0x8ee)](_0x1ed905['IRenderManagerService']):_0x3f83d8;return _0x5bdaa1==null||(_0x308d83=_0x5bdaa1['getRenderUnitById'](_0x45354d['childUnitId']))==null||(_0x308d83=_0x308d83[_0x161fbb(0x89a)])==null?void 0x0:_0x308d83[_0x161fbb(0x7f2)](_0x1ed905[_0x161fbb(0x8b8)][_0x161fbb(0xac)]);}}function _0x291fe5(_0x127320){const _0x5810fc=_0x19cb8f;let _0x1da224=[];return[[_0x5810fc(0x26a),_0x34d89f[_0x5810fc(0x3d7)],0x0],[_0x5810fc(0x537),_0x1fa6a0[_0x5810fc(0x845)],0x64],['numfmt',_0x600da8[_0x5810fc(0xf6)],0x64],['conditional-formatting',_0x29f928[_0x5810fc(0x40a)],0x64],[_0x5810fc(0x5f7),_0x11ee15['SheetsDataValidationUIMenuSchema'],0x64],[_0x5810fc(0x1d4),_0x393616[_0x5810fc(0x83d)],0x64],[_0x5810fc(0x5ef),_0x5badc1[_0x5810fc(0x713)],0x64],['sort',_0x255a79[_0x5810fc(0x539)],0x64],[_0x5810fc(0x7f4),_0x46fa6f[_0x5810fc(0x44f)],0x64],[_0x5810fc(0x4dc),_0x3089bb[_0x5810fc(0x197)],0x64],['table',_0x2ab0f9[_0x5810fc(0x5e2)],0x64],[_0x5810fc(0x433),_0x1a2545[_0x5810fc(0x411)],0x64],[_0x5810fc(0x7de),_0x423b77['SheetsPrintMenuSchema'],0x64],[_0x5810fc(0x360),_0x76ac90[_0x5810fc(0x734)],0x64],[_0x5810fc(0x16c),_0x417532['SheetsChartUIMenuSchema'],0x64],[_0x5810fc(0x5fc),_0x7ef75f[_0x5810fc(0x791)],0x64],[_0x5810fc(0x237),_0x2ab04e['SheetsShapeUIMenuSchema'],0x64],[_0x5810fc(0x560),_0x2ab04e[_0x5810fc(0x877)],0x64]][_0x5810fc(0x2f2)](([_0x35685c,_0x407091,_0x5144e4])=>{const _0x25660b=_0x5810fc;let _0x5637a2=_0x1ee6c4(_0x127320,{'id':_0x25660b(0x809)+_0x35685c,'childType':_0x414d24[_0x25660b(0x4ed)][_0x25660b(0x520)],'surface':_0x25660b(0x886),'order':_0x5144e4,'menuSchema':_0x407091});_0x5637a2&&_0x1da224[_0x25660b(0x731)](_0x5637a2);}),(0x0,_0x414d24[_0x5810fc(0x5f4)])(()=>_0x1da224[_0x5810fc(0x2f2)](_0x29bff4=>_0x29bff4[_0x5810fc(0x3b7)]()));}function _0x399bff(){const _0x45edc0=_0x19cb8f;return{..._0x4e1213({'childType':_0x414d24[_0x45edc0(0x4ed)][_0x45edc0(0x520)],'productName':_0x45edc0(0x1cb)}),'presentationPolicy':{'getChromeCss':()=>'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-u-comp=\x22formula-bar\x22]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20display:\x20none\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20[data-embed-presentation-runtime=\x22true\x22]\x20[data-embed-canvas-root]\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20top:\x200\x20!important;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','activateNavigationAtPoint':({childContext:_0x3b6f39,clientX:_0x2fecfd,clientY:_0x4cf29c,runtimeHost:_0x5ecbe9})=>{const _0x3f0e4d=_0x45edc0;let _0x5d4c07=_0xcf2be4(_0x5ecbe9,_0x3f0e4d(0x88e),_0x2fecfd,_0x4cf29c),_0x49d62b=_0x5d4c07==null?void 0x0:_0x5d4c07['dataset']['id'],_0x43f3ee=_0x3b6f39[_0x3f0e4d(0x17b)][_0x3f0e4d(0x8a5)];return!_0x49d62b||!_0x43f3ee?!0x1:_0x43f3ee[_0x3f0e4d(0x289)](_0x3733e3[_0x3f0e4d(0x7dd)]['id'],{'unitId':_0x3b6f39[_0x3f0e4d(0x27a)],'subUnitId':_0x49d62b})!==!0x1;}}};}function _0x2af1c5(_0xa3f4bc){const _0x75cd00=_0x19cb8f;return{'childType':_0x414d24['UniverInstanceType'][_0x75cd00(0x520)],'supportedLayouts':[_0x75cd00(0x801),_0x75cd00(0x64f),_0x75cd00(0x73f)],'canvasRootClassName':_0x75cd00(0x862),'scopedDependencies':[[_0x34d89f['ISheetBarService'],{'useClass':_0x34d89f[_0x75cd00(0x69c)]}],[_0x34d89f['SheetCanvasPopManagerService']]],'beforeDeactivate':_0x1886bd,'mount':_0x19403f=>{const _0x2d0bc7=_0x75cd00;var _0x3d6f4c;let _0x4d5225=_0x19403f['runtimeScope']['injector'],_0x65d77=_0x19403f[_0x2d0bc7(0x17b)][_0x2d0bc7(0x6f8)][_0x2d0bc7(0x209)]??_0x19403f['renderScope']['canvasRoot']??_0x19403f['renderScope'][_0x2d0bc7(0xe5)]??_0x19403f['renderScope'][_0x2d0bc7(0x89e)],_0x5b8f1a=_0x19403f[_0x2d0bc7(0x17b)][_0x2d0bc7(0x6f8)][_0x2d0bc7(0x2e6)]??_0x19403f[_0x2d0bc7(0x84f)]['contentRoot']??_0x65d77;_0x65d77[_0x2d0bc7(0x810)][_0x2d0bc7(0x6a8)]=_0x19403f[_0x2d0bc7(0x27a)],_0x65d77[_0x2d0bc7(0x810)]['embedChildRenderMode']='sheet-workbench',_0x5b8f1a[_0x2d0bc7(0x810)]['embedChildRenderUnitId']=_0x19403f[_0x2d0bc7(0x27a)],_0x5b8f1a[_0x2d0bc7(0x810)][_0x2d0bc7(0x5e7)]=_0x2d0bc7(0x8ce);let _0x561bc4=_0x19403f[_0x2d0bc7(0x412)]['get'](_0x414d24[_0x2d0bc7(0x468)])[_0x2d0bc7(0xf7)](_0x19403f[_0x2d0bc7(0x27a)],_0x414d24['UniverInstanceType'][_0x2d0bc7(0x520)]),_0x533b60=_0x561bc4?_0x232bcb(_0x19403f,_0xa3f4bc,_0x4b35d8=>_0x6ef169(_0x561bc4,_0x4b35d8)):(0x0,_0x414d24[_0x2d0bc7(0x5f4)])(()=>{}),_0x24eba8=_0x14d5c8(_0x19403f,_0x1ed905[_0x2d0bc7(0x3ba)],_0x65d77,{'scopedRenderInjector':!0x0})??(0x0,_0x414d24[_0x2d0bc7(0x5f4)])(()=>{}),_0x34f083=_0x363d2b(_0x19403f),_0x4c0959=_0x39eda1(_0x19403f,_0x5b8f1a),_0x3359fd=_0xeb3d32(_0x5b8f1a);return _0x3359fd['render']((0x0,_0x5c0f5d['jsx'])(_0x4f3c32,{'injector':_0x4d5225,'mountContainer':_0x19403f[_0x2d0bc7(0x17b)][_0x2d0bc7(0x6f8)][_0x2d0bc7(0x828)],'embedId':_0x19403f[_0x2d0bc7(0x576)],'children':(0x0,_0x5c0f5d[_0x2d0bc7(0x7ba)])(_0x315bae,{'canvasRoot':_0x65d77,'embedId':_0x19403f[_0x2d0bc7(0x576)],'fullscreen':!!_0x19403f[_0x2d0bc7(0x84f)][_0x2d0bc7(0x4fa)],'showChrome':_0x587013(_0x19403f),'readonly':((_0x3d6f4c=_0x19403f[_0x2d0bc7(0x58f)])==null?void 0x0:_0x3d6f4c[_0x2d0bc7(0x744)])===_0x2d0bc7(0x2fb),'unitId':_0x19403f[_0x2d0bc7(0x27a)]})})),(0x0,_0x414d24['toDisposable'])(()=>{const _0x569f4f=_0x2d0bc7;_0x533b60[_0x569f4f(0x3b7)](),_0x4c0959[_0x569f4f(0x3b7)](),_0x34f083[_0x569f4f(0x3b7)](),_0x24eba8[_0x569f4f(0x3b7)](),_0x533a4a(_0x3359fd),_0x65d77[_0x569f4f(0x52c)]&&(_0x65d77[_0x569f4f(0x5b6)](_0x569f4f(0x346)),_0x65d77[_0x569f4f(0x5b6)](_0x569f4f(0x2f0))),_0x5b8f1a[_0x569f4f(0x52c)]&&(_0x5b8f1a[_0x569f4f(0x5b6)](_0x569f4f(0x346)),_0x5b8f1a[_0x569f4f(0x5b6)]('data-embed-child-render-mode'));});}};}function _0x363d2b(_0x2a389c){const _0x148797=_0x19cb8f;var _0x5d89b3;if(_0x2a389c[_0x148797(0x447)]!==_0x148797(0x64f))return(0x0,_0x414d24[_0x148797(0x5f4)])(()=>{});let _0xac2940=(_0x5d89b3=_0x2a389c['injector']['get'](_0x1ed905[_0x148797(0x3ba)])[_0x148797(0x4a0)](_0x2a389c[_0x148797(0x27a)]))==null||(_0x5d89b3=_0x5d89b3[_0x148797(0x89a)]['getViewport'](_0x1ed905[_0x148797(0x8b8)]['VIEW_MAIN']))==null?void 0x0:_0x5d89b3['getScrollBar']();if(!_0xac2940)return(0x0,_0x414d24[_0x148797(0x5f4)])(()=>{});let _0x526c9c=_0xac2940['hideTrackWhenUnscrollable'];return _0xac2940[_0x148797(0x137)]=!0x0,(0x0,_0x414d24['toDisposable'])(()=>{_0xac2940['hideTrackWhenUnscrollable']=_0x526c9c;});}function _0x6ef169(_0x4c0a31,_0x5dacf0){const _0x511dcc=_0x19cb8f;var _0x2cda2b;let _0x3d25cb=_0x5dacf0==null?void 0x0:_0x5dacf0['subUnitId'],_0x41a0f5=(_0x3d25cb?_0x4c0a31[_0x511dcc(0x299)](_0x3d25cb):void 0x0)??_0x4c0a31[_0x511dcc(0x6be)]()[0x0];_0x41a0f5&&((_0x2cda2b=_0x4c0a31[_0x511dcc(0x813)](!0x0))==null?void 0x0:_0x2cda2b[_0x511dcc(0x648)]())!==_0x41a0f5[_0x511dcc(0x648)]()&&_0x4c0a31['setActiveSheet'](_0x41a0f5);}function _0x1886bd(_0x58aacb){const _0x3200a2=_0x19cb8f;var _0x29acd7,_0x2ccb0a;(_0x29acd7=_0x58aacb['runtimeScope'][_0x3200a2(0x8a5)])==null||_0x29acd7[_0x3200a2(0x289)](_0x34d89f['SetCellEditVisibleOperation']['id'],{'visible':!0x1,'eventType':_0x1ed905['DeviceInputEventType'][_0x3200a2(0x7f0)],'unitId':_0x58aacb[_0x3200a2(0x27a)]}),_0x58aacb[_0x3200a2(0x17b)]['injector'][_0x3200a2(0x8f1)](_0x34d89f[_0x3200a2(0x7a5)])&&_0x58aacb[_0x3200a2(0x17b)]['injector'][_0x3200a2(0x8ee)](_0x34d89f['CellPopupManagerService'])[_0x3200a2(0x2a8)](_0x58aacb[_0x3200a2(0x27a)]),(_0x2ccb0a=_0x58aacb[_0x3200a2(0x412)][_0x3200a2(0x8ee)](_0x1ed905[_0x3200a2(0x3ba)])['getRenderUnitById'](_0x58aacb[_0x3200a2(0x27a)]))==null||(_0x2ccb0a=_0x2ccb0a[_0x3200a2(0x89a)]['getTransformer']())==null||_0x2ccb0a[_0x3200a2(0x2d8)]();}function _0x587013(_0x36648b){const _0x2ca7d5=_0x19cb8f;return _0x36648b['renderScope'][_0x2ca7d5(0x744)]===_0x2ca7d5(0x55a)||!!_0x36648b[_0x2ca7d5(0x84f)]['fullscreen'];}function _0x44a9ad(_0x3a7546,_0x37afc0){const _0x759a24=_0x19cb8f;let _0x328fb4=_0x3a7546[_0x759a24(0x163)][_0x759a24(0x678)],_0x123158=_0x3a7546['style']['bottom'];return _0x3a7546[_0x759a24(0x163)][_0x759a24(0x678)]=_0x37afc0['formulaBar']?'28px':'',_0x3a7546['style'][_0x759a24(0x6b6)]=_0x37afc0[_0x759a24(0x2df)]?_0x34d89f[_0x759a24(0x5d9)]+'px':'',(0x0,_0x414d24[_0x759a24(0x5f4)])(()=>{const _0x3372c0=_0x759a24;_0x3a7546[_0x3372c0(0x163)]['top']=_0x328fb4,_0x3a7546['style']['bottom']=_0x123158;});}function _0x39eda1(_0x3e9fee,_0x87aec6){const _0x475d12=_0x19cb8f;var _0x246a38,_0x44970e;return(_0x246a38=_0x3e9fee['injector'])!=null&&(_0x44970e=_0x246a38[_0x475d12(0x8f1)])!=null&&_0x44970e[_0x475d12(0x353)](_0x246a38,_0x24b559)?_0x3e9fee[_0x475d12(0x412)][_0x475d12(0x8ee)](_0x24b559)[_0x475d12(0x586)]({'embedId':_0x3e9fee[_0x475d12(0x576)],'childUnitId':_0x3e9fee[_0x475d12(0x27a)],'root':_0x3e9fee[_0x475d12(0x84f)][_0x475d12(0x89e)],'contentRoot':_0x87aec6}):(0x0,_0x414d24[_0x475d12(0x5f4)])(()=>{});}function _0x315bae(_0x279cf8){const _0x330835=_0x19cb8f;let {canvasRoot:_0x32baa4,embedId:_0x3d4910,fullscreen:_0x306b1f,readonly:_0x1532f8,showChrome:_0x71ce5b,unitId:_0x25e396}=_0x279cf8,_0x2513a8=(0x0,_0x5ab84f['useConfigValue'])(_0x34d89f[_0x330835(0x5f2)]),_0x5cd006=(0x0,_0x5ab84f[_0x330835(0x563)])(_0x5ab84f[_0x330835(0x89b)]),_0x12937c=(0x0,_0x5ab84f['useDependency'])(_0x53fbde),_0x357416=(0x0,_0x5ab84f[_0x330835(0x213)])(()=>_0x12937c[_0x330835(0x1ca)],_0x12937c['getSession'](),!0x1,[_0x12937c]),_0x2f58b4=!_0x306b1f&&(_0x357416==null?void 0x0:_0x357416[_0x330835(0x576)])===_0x3d4910&&_0x357416[_0x330835(0x27a)]===_0x25e396,_0x45fc7d=_0x5cd006[_0x330835(0x8ee)](_0x330835(0x57a))??_0x5cd006[_0x330835(0x8ee)](_0x330835(0x30a)),_0x54ed3d=_0x2513a8==null?void 0x0:_0x2513a8[_0x330835(0xc0)],_0x24e83=(_0x2513a8==null?void 0x0:_0x2513a8['formulaBar'])??!0x0,_0x5ab438=_0x54ed3d===!0x1?!0x1:(_0x54ed3d==null?void 0x0:_0x54ed3d[_0x330835(0x2df)])??!0x0,_0x1e1123=!_0x2f58b4&&_0x71ce5b&&_0x24e83,_0x485efb=!_0x2f58b4&&_0x71ce5b&&_0x5ab438;return(0x0,_0x725655[_0x330835(0x432)])(()=>{let _0x8c88b7=_0x44a9ad(_0x32baa4,{'formulaBar':_0x1e1123,'sheetBar':_0x485efb});return()=>_0x8c88b7['dispose']();},[_0x32baa4,_0x1e1123,_0x485efb]),_0x2f58b4?null:(0x0,_0x5c0f5d[_0x330835(0x49b)])(_0x5c0f5d[_0x330835(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0x330835(0x7ba)])(_0x330835(0x5ff),{'className':_0x330835(0x473),'data-u-comp':'sheet-embed-float-dom-root','children':(0x0,_0x5c0f5d['jsx'])(_0x5ab84f['FloatDom'],{'unitId':_0x25e396})}),_0x1e1123&&(0x0,_0x5c0f5d[_0x330835(0x7ba)])(_0x330835(0x5ff),{'className':'univer-absolute\x20univer-inset-x-0\x20univer-top-0\x20univer-z-10','style':{'height':0x1c},'children':(0x0,_0x5c0f5d['jsx'])(_0x34d89f['FormulaBar'],{})}),!_0x1532f8&&_0x45fc7d&&(0x0,_0x5c0f5d[_0x330835(0x7ba)])(_0x45fc7d,{}),!_0x1532f8&&!(_0x2513a8!=null&&_0x2513a8[_0x330835(0x8b3)])&&(0x0,_0x5c0f5d['jsx'])(_0x34d89f[_0x330835(0x7ef)],{}),!_0x1532f8&&(0x0,_0x5c0f5d[_0x330835(0x7ba)])(_0x34d89f['AutoFillPopupMenu'],{}),_0x485efb&&(0x0,_0x5c0f5d['jsx'])('div',{'className':_0x330835(0x664),'style':{'height':_0x34d89f[_0x330835(0x5d9)]},'children':(0x0,_0x5c0f5d[_0x330835(0x7ba)])(_0x34d89f[_0x330835(0x4d5)],{})})]});}let _0x77253a=(0x0,_0x725655['forwardRef'])(({children:_0x2fee19,className:_0x1ed2b0,title:_0x52ee92,onClick:_0x1887d8,onMouseDown:_0x1083ff,onPointerDown:_0x1e57da,..._0x118b1d},_0x5ce5c0)=>(0x0,_0x5c0f5d['jsx'])(_0x1f8b59['Button'],{'ref':_0x5ce5c0,'type':_0x19cb8f(0x29c),'size':_0x19cb8f(0x454),'variant':_0x19cb8f(0x8d7),'aria-label':(0x0,_0x5ab84f['useDependency'])(_0x414d24[_0x19cb8f(0x52d)])['t'](_0x52ee92),'className':(0x0,_0x1f8b59['clsx'])('univer-gap-1\x20univer-px-1.5\x20univer-text-sm',_0x1ed2b0),'onPointerDown':_0x27e1f0=>{_0x27e1f0['stopPropagation'](),_0x1e57da==null||_0x1e57da(_0x27e1f0);},'onMouseDown':_0x4912c6=>{const _0x1ab214=_0x19cb8f;_0x4912c6[_0x1ab214(0x732)](),_0x1083ff==null||_0x1083ff(_0x4912c6);},'onClick':_0x289c75=>{const _0x398d88=_0x19cb8f;_0x1887d8==null||_0x1887d8(_0x289c75),_0x289c75[_0x398d88(0x732)]();},..._0x118b1d,'children':_0x2fee19})),_0x188c37=(0x0,_0x725655[_0x19cb8f(0x1ec)])(({title:_0x190906,primary:_0x3274e2,disabled:_0x42ccb2,open:_0x4916da,onPrimaryClick:_0x4d7cd8,onMouseDown:_0x2d1a7a,onPointerDown:_0x325297,onClick:_0x227250,..._0x38cb69},_0x388b91)=>(0x0,_0x5c0f5d[_0x19cb8f(0x49b)])(_0x19cb8f(0x5ff),{'ref':_0x388b91,'className':(0x0,_0x1f8b59[_0x19cb8f(0x1dd)])('univer-box-border\x20univer-inline-flex\x20univer-h-6\x20univer-cursor-pointer\x20univer-select-none\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-md\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x4916da,'univer-cursor-not-allowed\x20univer-opacity-60':_0x42ccb2}),'onPointerDown':_0x56689e=>{_0x56689e['stopPropagation'](),_0x325297==null||_0x325297(_0x56689e);},'onMouseDown':_0x436bf0=>{const _0xb17a50=_0x19cb8f;_0x436bf0[_0xb17a50(0x732)](),_0x2d1a7a==null||_0x2d1a7a(_0x436bf0);},'onClick':_0x108f94=>{_0x227250==null||_0x227250(_0x108f94),_0x108f94['stopPropagation']();},..._0x38cb69,'children':[(0x0,_0x5c0f5d['jsx'])(_0x19cb8f(0x29c),{'type':_0x19cb8f(0x29c),'aria-label':_0x190906,'className':'univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-7\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','disabled':_0x42ccb2,'onClick':_0x6def61=>{_0x6def61['stopPropagation'](),_0x4d7cd8();},'children':_0x3274e2}),(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x19cb8f(0x248)],{'orientation':'vertical'}),(0x0,_0x5c0f5d['jsx'])(_0x19cb8f(0x29c),{'type':_0x19cb8f(0x29c),'aria-label':_0x190906,'className':_0x19cb8f(0x425),'disabled':_0x42ccb2,'children':(0x0,_0x5c0f5d['jsx'])(_0x5d21f2,{})})]}));_0x188c37[_0x19cb8f(0x747)]=_0x19cb8f(0x32a);function _0x1bd8d5(_0x5d7fc7){const _0x10c633=_0x19cb8f;let {children:_0x156021,title:_0x3d1add,className:_0x5c4552,disabled:_0x11a032,active:_0x4137b5,onClick:_0x20f902}=_0x5d7fc7;return(0x0,_0x5c0f5d[_0x10c633(0x7ba)])(_0x7a425f,{'title':_0x3d1add,'placement':_0x10c633(0x6b6),'children':(0x0,_0x5c0f5d[_0x10c633(0x7ba)])(_0x5ab84f['ToolbarButton'],{'className':(0x0,_0x1f8b59[_0x10c633(0x1dd)])(_0x10c633(0x5df),_0x5c4552),'disabled':_0x11a032,'active':_0x4137b5,'onClick':_0x20f902,'children':_0x156021})});}function _0x5b2eea(_0x5901f2){const _0x253e28=_0x19cb8f;let {item:_0xae2e20,children:_0x2a41f9,title:_0x11b26a,onClick:_0x44a816}=_0x5901f2,{hidden:_0x27704e,disabled:_0x3c6ac6,activated:_0x5c5d64}=_0x1cbfc1(_0xae2e20),_0x82d8c5=(0x0,_0x5ab84f[_0x253e28(0x563)])(_0x414d24[_0x253e28(0x52d)]);return!_0xae2e20||_0x27704e?null:(0x0,_0x5c0f5d[_0x253e28(0x7ba)])(_0x1bd8d5,{'title':_0x82d8c5['t'](_0x11b26a),'disabled':_0x3c6ac6,'active':_0x5c5d64,'onClick':_0x44a816,'children':_0x2a41f9});}function _0x1cbfc1(_0x16f972){const _0x1b1dac=_0x19cb8f;return{'hidden':(0x0,_0x5ab84f['useObservable'])(()=>{const _0x524b29=_0x41b8;var _0x569154;return(_0x16f972==null||(_0x569154=_0x16f972['hidden$'])==null?void 0x0:_0x569154['pipe']((0x0,_0x61d5ff[_0x524b29(0x622)])(!0x1)))??(0x0,_0x61d5ff['of'])(!0x1);},!0x1,!0x1,[_0x16f972]),'disabled':(0x0,_0x5ab84f[_0x1b1dac(0x213)])(()=>{const _0x39e986=_0x1b1dac;var _0xe04d99;return(_0x16f972==null||(_0xe04d99=_0x16f972['disabled$'])==null?void 0x0:_0xe04d99['pipe']((0x0,_0x61d5ff[_0x39e986(0x622)])(!0x1)))??(0x0,_0x61d5ff['of'])(!0x1);},!0x1,!0x1,[_0x16f972]),'activated':(0x0,_0x5ab84f['useObservable'])(()=>{const _0x45b463=_0x1b1dac;var _0x3f0245;return(_0x16f972==null||(_0x3f0245=_0x16f972[_0x45b463(0x526)])==null?void 0x0:_0x3f0245['pipe']((0x0,_0x61d5ff[_0x45b463(0x622)])(!0x1)))??(0x0,_0x61d5ff['of'])(!0x1);},!0x1,!0x1,[_0x16f972]),'value':(0x0,_0x5ab84f[_0x1b1dac(0x213)])(()=>{const _0x217b9f=_0x1b1dac;var _0x2139b1;return(_0x16f972==null||(_0x2139b1=_0x16f972[_0x217b9f(0x403)])==null?void 0x0:_0x2139b1['pipe']((0x0,_0x61d5ff[_0x217b9f(0x622)])(void 0x0)))??(0x0,_0x61d5ff['of'])(void 0x0);},void 0x0,!0x1,[_0x16f972])};}function _0xd121c2(_0x59ef23){const _0x548cf5=_0x19cb8f;return _0x59ef23[_0x548cf5(0x5e9)]??_0x59ef23[_0x548cf5(0x508)]??_0x59ef23['id'];}function _0x207436(_0x39c4f8){const _0x495602=_0x19cb8f;return typeof _0x39c4f8[_0x495602(0x2bb)]=='string'?_0x39c4f8['label']:typeof _0x39c4f8[_0x495602(0x21b)]==_0x495602(0x3e0)||typeof _0x39c4f8[_0x495602(0x21b)]==_0x495602(0x700)?String(_0x39c4f8[_0x495602(0x21b)]):_0x39c4f8['id']??'';}function _0x457205(_0x195639){const _0x4afa0e=_0x19cb8f;return _0x195639===_0x414d24[_0x4afa0e(0x348)]['CLIP']?(0x0,_0x5c0f5d[_0x4afa0e(0x7ba)])(_0x4c8bca,{}):_0x195639===_0x414d24[_0x4afa0e(0x348)]['WRAP']?(0x0,_0x5c0f5d['jsx'])(_0x10cdaa,{}):(0x0,_0x5c0f5d[_0x4afa0e(0x7ba)])(_0x4770c6,{});}function _0x4cb5de(_0x4e816c){const _0x1ef5bd=_0x19cb8f;return _0x4e816c instanceof HTMLElement&&!!_0x4e816c[_0x1ef5bd(0x13c)](_0x1ef5bd(0x6fa));}function _0x54526f(_0x41d2cd){const _0x309020=_0x19cb8f;_0x41d2cd['stopPropagation'](),_0x4cb5de(_0x41d2cd[_0x309020(0x129)])||_0x41d2cd[_0x309020(0x276)]();}function _0x384c9b(_0x58a910,_0x54e163){const _0x244c21=_0x19cb8f;if(!(_0x58a910 instanceof HTMLElement))return!0x1;let _0x4cba82=_0x58a910[_0x244c21(0x13c)](_0x244c21(0x25f));return(_0x4cba82==null?void 0x0:_0x4cba82[_0x244c21(0x3cc)](_0x244c21(0x4aa)))===_0x54e163;}function _0x420ac0(_0x58ca8e,_0x2389b8){const _0x389be3=_0x19cb8f;let _0x3c05e3=_0x58ca8e[_0x389be3(0x129)];_0x384c9b(_0x3c05e3,_0x2389b8)&&_0x58ca8e[_0x389be3(0x276)]();}function _0x446bd5(_0xc11dc6){const _0x356d1c=_0x19cb8f;let {embedId:_0x16ec0d,children:_0x56706e,onPointerDown:_0x5cd7eb}=_0xc11dc6;return(0x0,_0x5c0f5d[_0x356d1c(0x7ba)])('section',{'data-embed-id':_0x16ec0d,'data-embed-floating-menu-popup':'true','className':'univer-box-border\x20univer-grid\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-2\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','onPointerDown':_0x5cd7eb,'onMouseDown':_0x54526f,'children':_0x56706e});}function _0x2331af(_0x5c770e){const _0x3f8c93=_0x19cb8f;let {children:_0x5b97f9}=_0x5c770e;return(0x0,_0x5c0f5d[_0x3f8c93(0x7ba)])(_0x3f8c93(0x5ff),{'className':_0x3f8c93(0x3dc),'children':_0x5b97f9});}function _0x39e4f5(_0x1176fb){const _0x27037d=_0x19cb8f;let {embedId:_0x2dca0d,title:_0x877d5e,trigger:_0xdc916b,overlay:_0x3df054,disabled:_0x38870a,triggerClassName:_0x245f8b,open:_0x44c35a,onOpenChange:_0x2d0988}=_0x1176fb,_0x47eb63=(0x0,_0x5ab84f['useDependency'])(_0x414d24[_0x27037d(0x52d)]),_0x1112e6=(0x0,_0x5c0f5d[_0x27037d(0x7ba)])(_0x1f8b59[_0x27037d(0x391)],{'disabled':_0x38870a,'align':_0x27037d(0x613),'sideOffset':0x6,'open':_0x44c35a,'onOpenChange':_0x2d0988,'onPointerDownOutside':_0x16db4b=>_0x420ac0(_0x16db4b,_0x2dca0d),'onFocusOutside':_0x502824=>_0x420ac0(_0x502824,_0x2dca0d),'onInteractOutside':_0x1ae696=>_0x420ac0(_0x1ae696,_0x2dca0d),'overlay':(0x0,_0x5c0f5d[_0x27037d(0x7ba)])(_0x27037d(0x5ff),{'data-embed-id':_0x2dca0d,'data-embed-floating-menu-popup':_0x27037d(0x223),'onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':_0x3df054}),'children':(0x0,_0x5c0f5d[_0x27037d(0x7ba)])(_0x77253a,{'title':_0x877d5e,'data-state':_0x44c35a?'open':_0x27037d(0xd2),'disabled':_0x38870a,'className':_0x245f8b,'children':_0xdc916b})});return(0x0,_0x5c0f5d[_0x27037d(0x7ba)])(_0x7a425f,{'title':_0x47eb63['t'](_0x877d5e),'placement':_0x27037d(0x6b6),'children':_0x1112e6});}function _0x588c66(_0x7e3ddd){const _0x5e9a5d=_0x19cb8f;let {children:_0x5eba29}=_0x7e3ddd;return(0x0,_0x5c0f5d[_0x5e9a5d(0x7ba)])('section',{'className':_0x5e9a5d(0x8ca),'onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':_0x5eba29});}function _0x279cff(_0x540a1){const _0x13c299=_0x19cb8f;let {children:_0x3b9e1a}=_0x540a1;return(0x0,_0x5c0f5d[_0x13c299(0x7ba)])(_0x13c299(0x3bf),{'className':_0x13c299(0x825),'onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':_0x3b9e1a});}function _0x559475(_0x460a38){const _0x4890c9=_0x19cb8f;let {children:_0x1858f8,icon:_0x5edd3f,onClick:_0x3ad715}=_0x460a38;return(0x0,_0x5c0f5d['jsxs'])(_0x4890c9(0x29c),{'type':_0x4890c9(0x29c),'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-gray-0\x20dark:hover:!univer-bg-gray-700','onClick':_0x3ad715,'children':[(0x0,_0x5c0f5d[_0x4890c9(0x7ba)])('span',{'className':_0x4890c9(0x3a8),'children':_0x5edd3f}),(0x0,_0x5c0f5d['jsx'])(_0x4890c9(0x2c1),{'className':_0x4890c9(0x8eb),'children':_0x1858f8})]});}function _0x252b32(_0x111217){const _0x4c9309=_0x19cb8f;let {children:_0x410454,icon:_0xac0f77,active:_0x568440,onClick:_0x325977}=_0x111217;return(0x0,_0x5c0f5d[_0x4c9309(0x49b)])(_0x4c9309(0x29c),{'type':'button','className':(0x0,_0x1f8b59[_0x4c9309(0x1dd)])('univer-box-border\x20univer-flex\x20univer-h-7\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700',{'!univer-bg-gray-200\x20dark:!univer-bg-gray-500':_0x568440}),'onClick':_0x325977,'children':[_0xac0f77,_0x410454]});}function _0x4ef922(_0x5c8c2b){const _0x52c2d6=_0x19cb8f;let {title:_0x547121,active:_0x10e569,disabled:_0x113c47,children:_0x4d5a19,onClick:_0x2c1cf0}=_0x5c8c2b;return(0x0,_0x5c0f5d[_0x52c2d6(0x7ba)])(_0x7a425f,{'title':(0x0,_0x5ab84f[_0x52c2d6(0x563)])(_0x414d24[_0x52c2d6(0x52d)])['t'](_0x547121),'placement':_0x52c2d6(0x6b6),'children':(0x0,_0x5c0f5d['jsx'])(_0x5ab84f[_0x52c2d6(0x5b7)],{'className':_0x52c2d6(0x7b2),'disabled':_0x113c47,'active':_0x10e569,'onClick':_0x2c1cf0,'children':_0x4d5a19})});}function _0x597b7e(){const _0x2d7503=_0x19cb8f;return[..._0x34d89f[_0x2d7503(0x699)]];}function _0x5393a9(){return[..._0x5ab84f['FONT_SIZE_LIST']];}function _0x5e401d(_0x21d6a3){const _0x1ae794=_0x19cb8f;return!_0x21d6a3||!(_0x1ae794(0x319)in _0x21d6a3)||!Array[_0x1ae794(0x8fc)](_0x21d6a3['selections'])?[]:_0x21d6a3[_0x1ae794(0x319)];}function _0x3b24ae(_0x824ecd){const _0x37a7e8=_0x19cb8f;let {menuItem:_0x291624,onClick:_0x1409c3}=_0x824ecd,{hidden:_0x4b230a,disabled:_0x7f3697,value:_0x36b80c}=_0x1cbfc1(_0x291624),_0x4818e2=(0x0,_0x5ab84f[_0x37a7e8(0x563)])(_0x414d24['LocaleService']);if(!_0x291624||_0x4b230a)return null;let _0x385905=_0x4818e2['t']('embed-ui.sheetsFloating.toolbar.numberFormat');return(0x0,_0x5c0f5d['jsx'])(_0x7a425f,{'title':_0x385905,'placement':_0x37a7e8(0x6b6),'children':(0x0,_0x5c0f5d[_0x37a7e8(0x49b)])(_0x77253a,{'title':_0x385905,'disabled':_0x7f3697,'onClick':_0x1409c3,'children':[(0x0,_0x5c0f5d[_0x37a7e8(0x7ba)])(_0x42ab13,{}),(0x0,_0x5c0f5d[_0x37a7e8(0x7ba)])(_0x37a7e8(0x2c1),{'children':typeof _0x36b80c==_0x37a7e8(0x3e0)&&_0x36b80c?_0x36b80c:_0x37a7e8(0x7f3)}),(0x0,_0x5c0f5d['jsx'])(_0x5d21f2,{})]})});}function _0x12da67(_0x361e63){const _0x23090e=_0x19cb8f;let {embedId:_0x2c4902,menuItem:_0x22cb3d,title:_0x22c39f,open:_0x9c4e6f,onOpenChange:_0x130c1f,onSelect:_0x5a704f}=_0x361e63,{hidden:_0x1ddad4,disabled:_0x172958,value:_0x5604a0}=_0x1cbfc1(_0x22cb3d);if(!_0x22cb3d||_0x1ddad4)return null;let _0x126019=typeof _0x5604a0==_0x23090e(0x3e0)&&_0x5604a0?_0x5604a0:_0x23090e(0x5e6);return(0x0,_0x5c0f5d['jsx'])(_0x39e4f5,{'embedId':_0x2c4902,'disabled':_0x172958,'title':_0x22c39f,'open':_0x9c4e6f,'onOpenChange':_0x130c1f,'trigger':(0x0,_0x5c0f5d[_0x23090e(0x49b)])(_0x5c0f5d[_0x23090e(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0x23090e(0x7ba)])(_0x23090e(0x2c1),{'className':_0x23090e(0x768),'children':_0x126019}),(0x0,_0x5c0f5d[_0x23090e(0x7ba)])(_0x5d21f2,{})]}),'overlay':(0x0,_0x5c0f5d[_0x23090e(0x7ba)])(_0x23090e(0x5ff),{'className':'univer-box-border\x20univer-max-h-72\x20univer-min-w-44\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20[&_button]:!univer-h-7\x20[&_button]:!univer-px-2\x20[&_ul]:!univer-text-sm','onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':(0x0,_0x5c0f5d[_0x23090e(0x7ba)])(_0x5ab84f[_0x23090e(0x167)],{'value':_0x126019,'onChange':_0x15ea92=>{_0x5a704f(_0x15ea92),_0x130c1f(!0x1);}})})});}function _0xb7ff2f(_0x42a3a6){const _0x1df570=_0x19cb8f;let {embedId:_0x1c855c,menuItem:_0x225ab6,title:_0x277fb5,open:_0x2eb4f5,onOpenChange:_0x48366e,onSelect:_0x18a76a}=_0x42a3a6,{hidden:_0xef1428,disabled:_0x16f5b7,value:_0x320eaa}=_0x1cbfc1(_0x225ab6);if(!_0x225ab6||_0xef1428)return null;let _0x122d65=typeof _0x320eaa=='number'||typeof _0x320eaa==_0x1df570(0x3e0)?Number(_0x320eaa):0xb;return(0x0,_0x5c0f5d[_0x1df570(0x7ba)])(_0x39e4f5,{'embedId':_0x1c855c,'disabled':_0x16f5b7,'title':_0x277fb5,'open':_0x2eb4f5,'onOpenChange':_0x48366e,'trigger':(0x0,_0x5c0f5d[_0x1df570(0x49b)])(_0x5c0f5d['Fragment'],{'children':[(0x0,_0x5c0f5d[_0x1df570(0x7ba)])(_0x1df570(0x2c1),{'className':'univer-min-w-6\x20univer-text-left','children':_0x122d65}),(0x0,_0x5c0f5d['jsx'])(_0x5d21f2,{})]}),'overlay':(0x0,_0x5c0f5d['jsx'])(_0x1df570(0x5ff),{'className':_0x1df570(0x554),'onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':_0x5393a9()['map'](_0x2a3b96=>{const _0x26e247=_0x1df570;let _0x779b21=Number(_0x2a3b96['value'])===_0x122d65;return(0x0,_0x5c0f5d['jsxs'])('button',{'type':'button','className':(0x0,_0x1f8b59[_0x26e247(0x1dd)])(_0x26e247(0x43d),{'univer-bg-gray-100\x20dark:!univer-bg-gray-700':_0x779b21}),'onClick':()=>{const _0x3c6fd2=_0x26e247;_0x18a76a(String(_0x2a3b96[_0x3c6fd2(0x21b)])),_0x48366e(!0x1);},'children':[(0x0,_0x5c0f5d[_0x26e247(0x7ba)])(_0x26e247(0x2c1),{'children':_0x2a3b96[_0x26e247(0x2bb)]}),_0x779b21&&(0x0,_0x5c0f5d[_0x26e247(0x7ba)])(_0x2d93bd,{'className':_0x26e247(0x889)})]},_0x2a3b96[_0x26e247(0x21b)]);})})});}function _0x1ebbe3(_0x203365){const _0x59253f=_0x19cb8f;let {embedId:_0xf97fb8,menuItem:_0x830c40,open:_0x301aad,onOpenChange:_0x4d6c0f,execute:_0x114b44}=_0x203365,{hidden:_0x4e79ea,disabled:_0x161f1b}=_0x1cbfc1(_0x830c40);return!_0x830c40||_0x4e79ea?null:(0x0,_0x5c0f5d['jsx'])(_0x39e4f5,{'embedId':_0xf97fb8,'disabled':_0x161f1b,'title':_0x59253f(0x608),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x301aad,'onOpenChange':_0x4d6c0f,'trigger':(0x0,_0x5c0f5d[_0x59253f(0x49b)])(_0x5c0f5d['Fragment'],{'children':[(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x43469e,{}),(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x5d21f2,{})]}),'overlay':(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x446bd5,{'embedId':_0xf97fb8,'onPointerDown':_0x46485e=>_0x46485e[_0x59253f(0x732)](),'children':(0x0,_0x5c0f5d['jsxs'])(_0x2331af,{'children':[(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x2a1150,{'item':_0x830c40,'title':_0x59253f(0x668),'onClick':()=>_0x114b44(_0x830c40,{'value':_0x414d24[_0x59253f(0x883)][_0x59253f(0x46e)]}),'children':(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x43469e,{})}),(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x2a1150,{'item':_0x830c40,'title':_0x59253f(0x37c),'onClick':()=>_0x114b44(_0x830c40,{'value':_0x414d24[_0x59253f(0x883)][_0x59253f(0x379)]}),'children':(0x0,_0x5c0f5d['jsx'])(_0x23c45b,{})}),(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x2a1150,{'item':_0x830c40,'title':_0x59253f(0x7cf),'onClick':()=>_0x114b44(_0x830c40,{'value':_0x414d24[_0x59253f(0x883)][_0x59253f(0x5bd)]}),'children':(0x0,_0x5c0f5d[_0x59253f(0x7ba)])(_0x42963e,{})})]})})});}function _0x216d46(_0xb31a28){const _0x158a1c=_0x19cb8f;let {embedId:_0x3ed953,menuItem:_0x21402b,open:_0x480b31,onOpenChange:_0x484954,execute:_0x46407e}=_0xb31a28,{hidden:_0x45dd69,disabled:_0x1348da}=_0x1cbfc1(_0x21402b);return!_0x21402b||_0x45dd69?null:(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x39e4f5,{'embedId':_0x3ed953,'disabled':_0x1348da,'title':_0x158a1c(0x20a),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0x480b31,'onOpenChange':_0x484954,'trigger':(0x0,_0x5c0f5d[_0x158a1c(0x49b)])(_0x5c0f5d[_0x158a1c(0x3b5)],{'children':[(0x0,_0x5c0f5d['jsx'])(_0x5c579c,{}),(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x5d21f2,{})]}),'overlay':(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x446bd5,{'embedId':_0x3ed953,'onPointerDown':_0x4c735c=>_0x4c735c[_0x158a1c(0x732)](),'children':(0x0,_0x5c0f5d['jsxs'])(_0x2331af,{'children':[(0x0,_0x5c0f5d['jsx'])(_0x2a1150,{'item':_0x21402b,'title':'embed-ui.sheetsFloating.align.top','onClick':()=>_0x46407e(_0x21402b,{'value':_0x414d24[_0x158a1c(0x749)]['TOP']}),'children':(0x0,_0x5c0f5d['jsx'])(_0x3d3889,{})}),(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x2a1150,{'item':_0x21402b,'title':_0x158a1c(0x728),'onClick':()=>_0x46407e(_0x21402b,{'value':_0x414d24[_0x158a1c(0x749)][_0x158a1c(0x807)]}),'children':(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x5c579c,{})}),(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x2a1150,{'item':_0x21402b,'title':'embed-ui.sheetsFloating.align.bottom','onClick':()=>_0x46407e(_0x21402b,{'value':_0x414d24[_0x158a1c(0x749)]['BOTTOM']}),'children':(0x0,_0x5c0f5d[_0x158a1c(0x7ba)])(_0x2f62dd,{})})]})})});}function _0x2a1150(_0x20f806){const _0x5f089d=_0x19cb8f;let {item:_0x44382e,title:_0x5d7471,children:_0x5e7b8c,onClick:_0x5c6176}=_0x20f806,{hidden:_0x972da0,disabled:_0x3a92c5,activated:_0x13e8ee}=_0x1cbfc1(_0x44382e);return!_0x44382e||_0x972da0?null:(0x0,_0x5c0f5d[_0x5f089d(0x7ba)])(_0x4ef922,{'title':_0x5d7471,'disabled':_0x3a92c5,'active':_0x13e8ee,'onClick':_0x5c6176,'children':_0x5e7b8c});}function _0x3d273f(_0x112620){const _0x5d766e=_0x19cb8f;let {embedId:_0x11edd8,menuItem:_0x5c77b4,title:_0x3af0e0,icon:_0x5acfb9,defaultColor:_0xfde9ce,open:_0x12498e,onOpenChange:_0x3ed630,onChange:_0x4e9af4,onReset:_0x33a3cf}=_0x112620,_0x3c6655=(0x0,_0x5ab84f[_0x5d766e(0x563)])(_0x414d24[_0x5d766e(0x52d)]),{hidden:_0x95ae4a,disabled:_0x2d7bf5,value:_0x411b}=_0x1cbfc1(_0x5c77b4),[_0x5be54b,_0x337555]=(0x0,_0x725655[_0x5d766e(0x2db)])(_0xfde9ce);if(!_0x5c77b4||_0x95ae4a)return null;let _0x5a5afc=(0x0,_0x5c0f5d[_0x5d766e(0x7ba)])(_0x1f8b59[_0x5d766e(0x391)],{'disabled':_0x2d7bf5,'align':_0x5d766e(0x613),'sideOffset':0x6,'open':_0x12498e,'onOpenChange':_0x3ed630,'onPointerDownOutside':_0x738c84=>_0x420ac0(_0x738c84,_0x11edd8),'onFocusOutside':_0x4c09e5=>_0x420ac0(_0x4c09e5,_0x11edd8),'onInteractOutside':_0x1e3c3c=>_0x420ac0(_0x1e3c3c,_0x11edd8),'overlay':(0x0,_0x5c0f5d['jsxs'])(_0x5d766e(0x5ff),{'data-embed-id':_0x11edd8,'data-embed-floating-menu-popup':_0x5d766e(0x223),'className':'univer-box-border\x20univer-w-72\x20univer-overflow-hidden\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-3\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':[(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x5d766e(0x7e6)],{'value':typeof _0x411b==_0x5d766e(0x3e0)&&_0x411b?_0x411b:_0x5be54b,'onChange':_0x3997cf=>{_0x337555(_0x3997cf),_0x4e9af4(_0x3997cf);}}),(0x0,_0x5c0f5d[_0x5d766e(0x7ba)])(_0x1f8b59[_0x5d766e(0x248)],{}),(0x0,_0x5c0f5d[_0x5d766e(0x49b)])(_0x5d766e(0x29c),{'type':_0x5d766e(0x29c),'className':_0x5d766e(0x832),'onClick':()=>{_0x337555(_0xfde9ce),_0x33a3cf(),_0x3ed630(!0x1);},'children':[(0x0,_0x5c0f5d[_0x5d766e(0x7ba)])(_0x7d4615,{}),(0x0,_0x5c0f5d['jsx'])('span',{'children':_0x3c6655['t'](_0x5d766e(0x36c))})]})]}),'children':(0x0,_0x5c0f5d[_0x5d766e(0x7ba)])(_0x77253a,{'title':_0x3af0e0,'disabled':_0x2d7bf5,'children':_0x5acfb9})});return(0x0,_0x5c0f5d[_0x5d766e(0x7ba)])(_0x7a425f,{'title':_0x3c6655['t'](_0x3af0e0),'placement':_0x5d766e(0x6b6),'children':_0x5a5afc});}function _0x3f733d(_0x54a4e0){const _0x41840d=_0x19cb8f;let {embedId:_0x33dd02,menuItem:_0x36e70d,open:_0x16a01e,onOpenChange:_0xd294a1,onSelect:_0x2ca5c0}=_0x54a4e0,_0x3ce8e8=(0x0,_0x5ab84f['useDependency'])(_0x414d24[_0x41840d(0x52d)]),_0x45cf00=(0x0,_0x5ab84f['useDependency'])(_0x5ab84f[_0x41840d(0x5a1)]),{hidden:_0x2ab633,disabled:_0x2efc54}=_0x1cbfc1(_0x36e70d),[_0x1c9d15,_0x5c5fa2]=(0x0,_0x725655[_0x41840d(0x2db)])(_0x414d24[_0x41840d(0x50d)][_0x41840d(0x4fc)]),[_0xd4c6,_0x30bcc1]=(0x0,_0x725655['useState'])(_0x414d24[_0x41840d(0xda)][_0x41840d(0x6bf)]),[_0x343b2b,_0x563b11]=(0x0,_0x725655[_0x41840d(0x2db)])('#000000');if(!_0x36e70d||_0x2ab633)return null;let _0xc89e24=(_0x170652=_0x1c9d15,_0x9d8300=_0xd4c6,_0x6853c=_0x343b2b)=>{_0x5c5fa2(_0x170652),_0x30bcc1(_0x9d8300),_0x563b11(_0x6853c),_0x2ca5c0(_0x170652,_0x9d8300,_0x6853c);},_0x76c8d9=_0xa477fb=>{const _0x54881a=_0x41840d;var _0x5c14ff;return((_0x5c14ff=_0x597b7e()['find'](_0x15f54f=>_0x15f54f[_0x54881a(0x21b)]===_0xa477fb))==null?void 0x0:_0x5c14ff[_0x54881a(0x5c4)])??'AllBorderIcon';},_0x1a55ee=(_0x1d86cf,_0x335c7f=_0x41840d(0x20b))=>{const _0x54f1fd=_0x41840d;let _0x181d2d=_0x45cf00[_0x54f1fd(0x8ee)](_0x1d86cf);return _0x181d2d?(0x0,_0x5c0f5d['jsx'])(_0x181d2d,{'className':_0x335c7f}):(0x0,_0x5c0f5d[_0x54f1fd(0x7ba)])(_0x785d3a,{});},_0x58ab11=(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x1f8b59[_0x41840d(0x391)],{'disabled':_0x2efc54,'align':_0x41840d(0x613),'sideOffset':0x6,'open':_0x16a01e,'onOpenChange':_0xd294a1,'onPointerDownOutside':_0x5cd921=>_0x420ac0(_0x5cd921,_0x33dd02),'onFocusOutside':_0x230725=>_0x420ac0(_0x230725,_0x33dd02),'onInteractOutside':_0x1f1c9b=>_0x420ac0(_0x1f1c9b,_0x33dd02),'overlay':(0x0,_0x5c0f5d[_0x41840d(0x49b)])(_0x446bd5,{'embedId':_0x33dd02,'onPointerDown':_0x3dcb88=>_0x3dcb88[_0x41840d(0x732)](),'children':[(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x41840d(0x5ff),{'className':'univer-grid\x20univer-grid-cols-5\x20univer-gap-2\x20univer-text-gray-600\x20dark:!univer-text-gray-200','children':_0x597b7e()['map'](_0x173e15=>(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x4ef922,{'title':_0x173e15[_0x41840d(0x2bb)],'active':_0x1c9d15===_0x173e15[_0x41840d(0x21b)],'onClick':()=>_0xc89e24(_0x173e15[_0x41840d(0x21b)]),'children':_0x1a55ee(_0x173e15['icon'])},_0x173e15['value']))}),(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x41840d(0x248)],{}),(0x0,_0x5c0f5d[_0x41840d(0x49b)])(_0x2331af,{'children':[(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x1f8b59[_0x41840d(0x391)],{'align':_0x41840d(0x613),'sideOffset':0x6,'onPointerDownOutside':_0x1cb3ce=>_0x420ac0(_0x1cb3ce,_0x33dd02),'onFocusOutside':_0x2a0f1e=>_0x420ac0(_0x2a0f1e,_0x33dd02),'onInteractOutside':_0xe8694=>_0x420ac0(_0xe8694,_0x33dd02),'overlay':(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x41840d(0x5ff),{'data-embed-id':_0x33dd02,'data-embed-floating-menu-popup':_0x41840d(0x223),'className':_0x41840d(0x7d8),'onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x1f8b59[_0x41840d(0x7e6)],{'value':_0x343b2b,'onChange':_0x6eec5a=>_0xc89e24(_0x1c9d15,_0xd4c6,_0x6eec5a)})}),'children':(0x0,_0x5c0f5d[_0x41840d(0x49b)])(_0x4ef922,{'title':_0x41840d(0x78d),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x5c0f5d['jsx'])(_0x24f215,{'extend':{'colorChannel1':_0x343b2b}}),(0x0,_0x5c0f5d['jsx'])(_0x5d21f2,{})]})}),(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x1f8b59['Dropdown'],{'align':_0x41840d(0x613),'sideOffset':0x6,'onPointerDownOutside':_0x218f0f=>_0x420ac0(_0x218f0f,_0x33dd02),'onFocusOutside':_0x2e2183=>_0x420ac0(_0x2e2183,_0x33dd02),'onInteractOutside':_0x7c1ea8=>_0x420ac0(_0x7c1ea8,_0x33dd02),'overlay':(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x41840d(0x5ff),{'data-embed-id':_0x33dd02,'data-embed-floating-menu-popup':_0x41840d(0x223),'className':_0x41840d(0x27b),'onPointerDown':_0x54526f,'onMouseDown':_0x54526f,'children':_0x34d89f[_0x41840d(0x6de)][_0x41840d(0x4da)](_0x2d831a=>(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x41840d(0x29c),{'type':_0x41840d(0x29c),'className':(0x0,_0x1f8b59[_0x41840d(0x1dd)])(_0x41840d(0x4a9),{'univer-bg-gray-200\x20dark:!univer-bg-gray-600':_0xd4c6===_0x2d831a[_0x41840d(0x21b)]}),'onClick':()=>_0xc89e24(_0x1c9d15,_0x2d831a[_0x41840d(0x21b)]),'children':(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x34d89f[_0x41840d(0x670)],{'className':_0x41840d(0x8ec),'type':_0x2d831a[_0x41840d(0x21b)]})},_0x2d831a[_0x41840d(0x21b)]))}),'children':(0x0,_0x5c0f5d[_0x41840d(0x49b)])(_0x4ef922,{'title':_0x41840d(0x673),'active':!0x1,'onClick':()=>void 0x0,'children':[(0x0,_0x5c0f5d['jsx'])(_0x34d89f['BorderLine'],{'className':'univer-fill-gray-900\x20dark:!univer-fill-gray-0','type':_0xd4c6}),(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x5d21f2,{})]})})]})]}),'children':(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x188c37,{'title':_0x3ce8e8['t'](_0x41840d(0x405)),'disabled':_0x2efc54,'open':_0x16a01e,'primary':_0x1a55ee(_0x76c8d9(_0x1c9d15),_0x41840d(0x6b1)),'onPrimaryClick':()=>{_0xc89e24(),_0xd294a1(!0x1);}})});return(0x0,_0x5c0f5d[_0x41840d(0x7ba)])(_0x7a425f,{'title':_0x3ce8e8['t'](_0x41840d(0x405)),'placement':'bottom','children':_0x58ab11});}function _0x373efc(_0x5e35c6){const _0x6a1719=_0x19cb8f;let {embedId:_0x344c8b,menuItems:_0xed4030,open:_0xd7322b,onOpenChange:_0x37d48d,execute:_0x303684}=_0x5e35c6,_0x148483=(0x0,_0x5ab84f[_0x6a1719(0x563)])(_0x414d24[_0x6a1719(0x52d)]),{hidden:_0x2956e1,disabled:_0x12d7c1}=_0x1cbfc1(_0xed4030==null?void 0x0:_0xed4030[_0x6a1719(0x270)]),_0x14a6d9=[];return[{'item':_0xed4030==null?void 0x0:_0xed4030[_0x6a1719(0x6f0)],'icon':(0x0,_0x5c0f5d['jsx'])(_0x3466b4,{})},{'item':_0xed4030==null?void 0x0:_0xed4030[_0x6a1719(0x81e)],'icon':(0x0,_0x5c0f5d[_0x6a1719(0x7ba)])(_0x320735,{})},{'item':_0xed4030==null?void 0x0:_0xed4030[_0x6a1719(0x8d0)],'icon':(0x0,_0x5c0f5d[_0x6a1719(0x7ba)])(_0x42594c,{})},{'item':_0xed4030==null?void 0x0:_0xed4030[_0x6a1719(0x4be)],'icon':(0x0,_0x5c0f5d[_0x6a1719(0x7ba)])(_0x3d965c,{})}][_0x6a1719(0x2f2)](({item:_0x200f98,icon:_0x505575})=>{_0x200f98&&_0x14a6d9['push']({'item':_0x200f98,'icon':_0x505575});}),!(_0xed4030!=null&&_0xed4030[_0x6a1719(0x270)])||_0x2956e1||!_0x14a6d9[_0x6a1719(0x716)]?null:(0x0,_0x5c0f5d[_0x6a1719(0x7ba)])(_0x39e4f5,{'embedId':_0x344c8b,'disabled':_0x12d7c1,'title':_0x6a1719(0x6d1),'triggerClassName':'univer-gap-0.5\x20univer-px-1','open':_0xd7322b,'onOpenChange':_0x37d48d,'trigger':(0x0,_0x5c0f5d[_0x6a1719(0x49b)])(_0x5c0f5d[_0x6a1719(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0x6a1719(0x7ba)])(_0x3466b4,{}),(0x0,_0x5c0f5d['jsx'])(_0x5d21f2,{})]}),'overlay':(0x0,_0x5c0f5d[_0x6a1719(0x7ba)])(_0x279cff,{'children':_0x14a6d9[_0x6a1719(0x4da)](({item:_0x5572bf,icon:_0x49be64})=>(0x0,_0x5c0f5d['jsx'])(_0x559475,{'icon':_0x49be64,'onClick':()=>{_0x303684(_0x5572bf),_0x37d48d(!0x1);},'children':_0x148483['t'](_0xd121c2(_0x5572bf))},_0x5572bf['id']))})});}function _0x3adb41(_0x4da9b4){const _0x99df05=_0x19cb8f;let {embedId:_0x202952,menuItem:_0x3eb328,open:_0x43c418,onOpenChange:_0xd3231e,execute:_0x51ce52}=_0x4da9b4,_0x4e5df0=(0x0,_0x5ab84f[_0x99df05(0x563)])(_0x414d24['LocaleService']),{hidden:_0x2fd45f,disabled:_0xb50a0a}=_0x1cbfc1(_0x3eb328);if(!_0x3eb328||_0x2fd45f)return null;let _0x187cda=_0x5e401d(_0x3eb328),_0x1d89e9=_0x187cda[_0x99df05(0x716)]?_0x187cda[_0x99df05(0x4da)](_0x890c96=>({'label':_0x4e5df0['t'](_0x207436(_0x890c96)),'icon':_0x457205(_0x890c96[_0x99df05(0x21b)]),'commandId':_0x890c96[_0x99df05(0x20f)]??(_0x3eb328==null?void 0x0:_0x3eb328['commandId'])??(_0x3eb328==null?void 0x0:_0x3eb328['id'])??_0x3733e3[_0x99df05(0x676)]['id'],'params':_0x890c96[_0x99df05(0x4b9)]??{'value':_0x890c96[_0x99df05(0x21b)]}})):[{'label':_0x4e5df0['t'](_0x99df05(0x624)),'icon':(0x0,_0x5c0f5d['jsx'])(_0x4c8bca,{}),'commandId':_0x3733e3[_0x99df05(0x676)]['id'],'params':{'value':_0x414d24['WrapStrategy'][_0x99df05(0x393)]}},{'label':_0x4e5df0['t'](_0x99df05(0x109)),'icon':(0x0,_0x5c0f5d[_0x99df05(0x7ba)])(_0x4770c6,{}),'commandId':_0x3733e3['SetTextWrapCommand']['id'],'params':{'value':_0x414d24[_0x99df05(0x348)][_0x99df05(0x6ec)]}},{'label':_0x4e5df0['t'](_0x99df05(0x2ca)),'icon':(0x0,_0x5c0f5d[_0x99df05(0x7ba)])(_0x10cdaa,{}),'commandId':_0x3733e3['SetTextWrapCommand']['id'],'params':{'value':_0x414d24[_0x99df05(0x348)][_0x99df05(0x62d)]}}];return(0x0,_0x5c0f5d[_0x99df05(0x7ba)])(_0x39e4f5,{'embedId':_0x202952,'disabled':_0xb50a0a,'title':_0x99df05(0x338),'triggerClassName':_0x99df05(0x675),'open':_0x43c418,'onOpenChange':_0xd3231e,'trigger':(0x0,_0x5c0f5d[_0x99df05(0x49b)])(_0x5c0f5d[_0x99df05(0x3b5)],{'children':[(0x0,_0x5c0f5d[_0x99df05(0x7ba)])(_0x10cdaa,{}),(0x0,_0x5c0f5d[_0x99df05(0x7ba)])(_0x5d21f2,{})]}),'overlay':(0x0,_0x5c0f5d[_0x99df05(0x7ba)])(_0x588c66,{'children':_0x1d89e9[_0x99df05(0x4da)](_0x6ea35=>{const _0x25df13=_0x99df05;var _0x540e3d;return(0x0,_0x5c0f5d[_0x25df13(0x7ba)])(_0x252b32,{'icon':_0x6ea35['icon'],'onClick':()=>{const _0x3cacd9=_0x25df13;_0x51ce52(_0x6ea35[_0x3cacd9(0x20f)],_0x6ea35[_0x3cacd9(0x4b9)]),_0xd3231e(!0x1);},'children':_0x6ea35[_0x25df13(0x2bb)]},_0x6ea35['commandId']+'-'+String(((_0x540e3d=_0x6ea35[_0x25df13(0x4b9)])==null?void 0x0:_0x540e3d[_0x25df13(0x21b)])??_0x6ea35[_0x25df13(0x2bb)]));})})});}let _0x48b4d4={'formatPainter':_0x34d89f[_0x19cb8f(0x408)]['id'],'numberFormat':_0x19cb8f(0x30e),'fontFamily':_0x34d89f[_0x19cb8f(0x177)]['id'],'fontSize':_0x34d89f[_0x19cb8f(0x6da)]['id'],'bold':_0x34d89f['SetRangeBoldCommand']['id'],'textColor':_0x34d89f['SetRangeTextColorCommand']['id'],'backgroundColor':_0x3733e3[_0x19cb8f(0x17e)]['id'],'borderComposite':_0x3733e3[_0x19cb8f(0x193)]['id'],'horizontalAlign':_0x3733e3[_0x19cb8f(0x35b)]['id'],'verticalAlign':_0x3733e3['SetVerticalTextAlignCommand']['id'],'wrap':_0x3733e3[_0x19cb8f(0x676)]['id'],'filter':_0x19cb8f(0x15d)},_0xe06ca9={'root':_0x3733e3['AddWorksheetMergeCommand']['id'],'all':_0x3733e3['AddWorksheetMergeAllCommand']['id'],'vertical':_0x3733e3[_0x19cb8f(0xff)]['id'],'horizontal':_0x3733e3[_0x19cb8f(0x614)]['id'],'unmerge':_0x3733e3[_0x19cb8f(0x3f0)]['id']};function _0x3f910c(_0x30702c){const _0x14ddf1=_0x19cb8f;let _0x3dd497={},_0x12674a=_0x22e358=>{const _0x45649b=_0x41b8;let _0x2f8bb3=_0x30702c[_0x45649b(0x138)](_0x20c809=>{const _0x643fec=_0x45649b;let _0x555e47=_0x20c809[_0x643fec(0x8c1)];return _0x20c809['key']===_0x22e358||(_0x555e47==null?void 0x0:_0x555e47['id'])===_0x22e358||(_0x555e47==null?void 0x0:_0x555e47[_0x643fec(0x20f)])===_0x22e358;});return _0x2f8bb3==null?void 0x0:_0x2f8bb3[_0x45649b(0x8c1)];};Object['keys'](_0x48b4d4)[_0x14ddf1(0x2f2)](_0x4e32a1=>{_0x3dd497[_0x4e32a1]=_0x12674a(_0x48b4d4[_0x4e32a1]);});let _0x5a4620=Object[_0x14ddf1(0x45d)](_0xe06ca9)[_0x14ddf1(0x685)]((_0x1453b7,[_0x1dc69c,_0x521761])=>{let _0x5b1fbd=_0x12674a(_0x521761);return _0x5b1fbd&&(_0x1453b7[_0x1dc69c]=_0x5b1fbd),_0x1453b7;},{});return _0x319aa9(_0x5a4620)&&(_0x3dd497['merge']=_0x5a4620),_0x3dd497['deleteBlock']=!0x0,_0x3dd497;}let _0x5f21f7=[{'items':[_0x19cb8f(0x3e5)]},{'dividerBefore':_0x19cb8f(0x2d1),'items':['numberFormat']},{'dividerBefore':'divider-format','items':[_0x19cb8f(0x5ae),_0x19cb8f(0x70c),'bold']},{'dividerBefore':'divider-font','items':[_0x19cb8f(0x837),_0x19cb8f(0x799),'borderComposite']},{'dividerBefore':_0x19cb8f(0x67d),'items':['merge','horizontalAlign','verticalAlign',_0x19cb8f(0x466)]},{'dividerBefore':_0x19cb8f(0x623),'items':[_0x19cb8f(0x1d4)]},{'dividerBefore':'divider-block','items':[_0x19cb8f(0x4a6)]}];function _0x4a7fdc(_0x8f7137){let _0x5ca7f5=[];return _0x5f21f7['forEach'](_0x3afcac=>{const _0x2df492=_0x41b8;let _0x4f134a=_0x3afcac[_0x2df492(0x12d)][_0x2df492(0x1d4)](_0x4e3984=>_0x58290c(_0x8f7137,_0x4e3984))[_0x2df492(0x4da)](_0x4c62c9=>({'id':_0x4c62c9,'type':_0x4c62c9===_0x2df492(0x3e5)||_0x4c62c9===_0x2df492(0x49c)||_0x4c62c9===_0x2df492(0x1d4)||_0x4c62c9===_0x2df492(0x4a6)?_0x2df492(0x29c):'dropdown'}));_0x4f134a[_0x2df492(0x716)]&&(_0x5ca7f5['length']&&_0x3afcac[_0x2df492(0x64d)]&&_0x5ca7f5[_0x2df492(0x731)]({'id':_0x3afcac['dividerBefore'],'type':_0x2df492(0x4fe)}),_0x5ca7f5[_0x2df492(0x731)](..._0x4f134a));}),_0x5ca7f5;}function _0x58290c(_0x57f098,_0x250c64){return!!_0x57f098[_0x250c64];}function _0x319aa9(_0x4412c5){const _0x2d88a6=_0x19cb8f;return Object['values'](_0x4412c5)[_0x2d88a6(0x1c9)](Boolean);}function _0x2232a8(_0x2461d1,_0x176075){const _0x22e4e6=_0x19cb8f;if(_0x2461d1)return{'commandId':_0x2461d1[_0x22e4e6(0x20f)]??_0x2461d1['id'],'params':_0x176075??(typeof _0x2461d1[_0x22e4e6(0x4b9)]=='function'?_0x2461d1[_0x22e4e6(0x4b9)]():_0x2461d1[_0x22e4e6(0x4b9)])};}function _0x198dde(){const _0x19f631=_0x19cb8f;return _0x4e1ec3({'childType':_0x414d24[_0x19f631(0x4ed)][_0x19f631(0x520)],'mount':_0x53fbd2});}function _0x53fbd2(_0x27c3c5){const _0x328985=_0x19cb8f;let {menu:_0x27c5b4,portalContainer:_0x51e099}=_0x417a75(_0x27c3c5),_0x5c2495=_0xeb3d32(_0x27c5b4);return _0x5c2495[_0x328985(0x378)]((0x0,_0x725655[_0x328985(0x3a6)])(_0x4f3c32,{'injector':_0x27c3c5[_0x328985(0x17b)]['injector'],'mountContainer':_0x51e099,'embedId':_0x27c3c5[_0x328985(0x576)]},(0x0,_0x725655[_0x328985(0x3a6)])(_0x301228,{'hostUnitId':_0x27c3c5[_0x328985(0x672)],'embedId':_0x27c3c5[_0x328985(0x576)],'childUnitId':_0x27c3c5['childUnitId'],'entry':_0x27c3c5['descriptor'][_0x328985(0x3a2)],'fullscreen':!!_0x27c3c5[_0x328985(0x84f)][_0x328985(0x4fa)],'usesDomFloatingStage':_0x899b2e(_0x27c3c5['descriptor']['entry']),'renderScopeActive$':_0x27c3c5[_0x328985(0x84f)]['active$']}))),(0x0,_0x414d24['toDisposable'])(()=>{const _0x1a7915=_0x328985;_0x533a4a(_0x5c2495),globalThis[_0x1a7915(0x4bc)](()=>_0x27c5b4[_0x1a7915(0x7b3)](),0x0);});}function _0x899b2e(_0x21e0b1){return!0x0;}function _0x301228(_0x2f63e7){const _0x279841=_0x19cb8f;let {hostUnitId:_0x2e2f5a,embedId:_0x41785b,childUnitId:_0x5e8f59,entry:_0x3efc57,fullscreen:_0x1070fc,usesDomFloatingStage:_0x17f772,renderScopeActive$:_0x2b3548}=_0x2f63e7,_0x3bcd6d=(0x0,_0x5ab84f[_0x279841(0x563)])(_0x414d24[_0x279841(0x52d)]),_0xb8e240=(0x0,_0x5ab84f['useDependency'])(_0x414d24['ICommandService']),_0x3e911c=(0x0,_0x5ab84f[_0x279841(0x563)])(_0x414d24[_0x279841(0x468)]),_0x4452e9=(0x0,_0x5ab84f['useDependency'])(_0x5ab84f[_0x279841(0x671)]),_0x53dbab=(0x0,_0x5ab84f['useDependency'])(_0x3733e3['SheetsSelectionsService']),_0x538d76=(0x0,_0x5ab84f[_0x279841(0x563)])(_0x8dbbb4),_0x26dcd6=_0x8076af({'embedId':_0x41785b,'active':(0x0,_0x5ab84f['useObservable'])(()=>_0x538d76[_0x279841(0x829)],_0x538d76[_0x279841(0x849)](),!0x1,[_0x538d76]),'fullscreen':_0x1070fc,'usesDomFloatingStage':_0x17f772,'renderScopeActive':(0x0,_0x5ab84f[_0x279841(0x213)])(()=>_0x2b3548,!0x1,!0x1,[_0x2b3548])})==='stage2',[_0x3c764a,_0x2dd002]=(0x0,_0x725655[_0x279841(0x2db)])(null),_0x485531=_0x549255=>({'open':_0x3c764a===_0x549255,'onOpenChange':_0x5538b1=>_0x2dd002(_0x5538b1?_0x549255:null)});(0x0,_0x725655[_0x279841(0x432)])(()=>{const _0x1b8863=_0x279841;if(!_0x3c764a)return;let _0x5c43b3=_0x2e5521=>{const _0x545e8b=_0x41b8;_0x384c9b(_0x2e5521[_0x545e8b(0x129)],_0x41785b)||_0x2dd002(null);};return document[_0x1b8863(0x474)](_0x1b8863(0x381),_0x5c43b3,!0x0),()=>{const _0xfbf144=_0x1b8863;document[_0xfbf144(0x8f5)](_0xfbf144(0x381),_0x5c43b3,!0x0);};},[_0x41785b,_0x3c764a]);let _0x329b55=(0x0,_0x5ab84f[_0x279841(0x213)])(()=>_0x4452e9[_0x279841(0x55f)][_0x279841(0x795)]((0x0,_0x61d5ff[_0x279841(0x4da)])(()=>_0x3f910c(_0x4452e9[_0x279841(0x48a)](_0x5ab84f[_0x279841(0x6c2)]['RIBBON'])))),_0x3f910c(_0x4452e9[_0x279841(0x48a)](_0x5ab84f['MenuManagerPosition'][_0x279841(0x200)])),!0x1,[_0x4452e9]),_0x3de862=(0x0,_0x725655[_0x279841(0x68d)])(()=>new Set(_0x4a7fdc(_0x329b55)['map'](_0x38f6cd=>_0x38f6cd['id'])),[_0x329b55]),_0x451e6b=()=>{const _0x5d931b=_0x279841;_0x538d76[_0x5d931b(0x1a8)]({'hostUnitId':_0x2e2f5a,'embedId':_0x41785b,'childUnitId':_0x5e8f59},_0x5d931b(0x8bf)),_0x3e911c['setCurrentUnitForType'](_0x5e8f59);},_0x3be74a=async(_0x245fc8,_0x6a91a4)=>{const _0xdbe115=_0x279841;_0x451e6b(),await _0xb8e240[_0xdbe115(0x6ed)](_0x245fc8,_0x6a91a4);},_0x2ef982=async(_0x4f3cf2,_0xa16800)=>{const _0x41210c=_0x279841;let _0x4b2a4c=_0x2232a8(_0x4f3cf2,_0xa16800);_0x4b2a4c&&await _0x3be74a(_0x4b2a4c[_0x41210c(0x20f)],_0x4b2a4c[_0x41210c(0x4b9)]);},_0x2175cb=()=>{const _0x345213=_0x279841;let _0x4a684d=_0x3e911c[_0x345213(0xf7)](_0x5e8f59,_0x414d24[_0x345213(0x4ed)][_0x345213(0x520)]),_0x5e1986=_0x4a684d==null?void 0x0:_0x4a684d[_0x345213(0x813)]();return!_0x4a684d||!_0x5e1986?null:{'workbook':_0x4a684d,'worksheet':_0x5e1986,'unitId':_0x4a684d[_0x345213(0x24c)](),'subUnitId':_0x5e1986[_0x345213(0x648)]()};},_0xad667a=()=>{const _0x51c8dd=_0x279841;var _0x3b3c5b;return((_0x3b3c5b=_0x53dbab[_0x51c8dd(0x460)]())==null?void 0x0:_0x3b3c5b[_0x51c8dd(0x4da)](_0x487d76=>_0x487d76[_0x51c8dd(0x630)]))??[];},_0x3c99f0=async(_0x869c6d,_0x4d7bb8,_0x30281b=_0x414d24[_0x279841(0xda)][_0x279841(0x6bf)],_0x2dd8a5=_0x279841(0x458))=>{const _0x2a1365=_0x279841;let _0x3677f0=_0x2175cb(),_0x2150c0=_0xad667a();!_0x3677f0||!_0x2150c0['length']||await _0x2ef982(_0x869c6d,{'unitId':_0x3677f0[_0x2a1365(0x448)],'subUnitId':_0x3677f0[_0x2a1365(0x70e)],'ranges':_0x2150c0,'value':{'type':_0x4d7bb8,'color':_0x2dd8a5,'style':_0x30281b,'activeBorderType':!0x0}});},_0x49f239=async()=>{const _0x14774b=_0x279841;await _0xb8e240[_0x14774b(0x6ed)](_0x5e7b5b[_0x14774b(0x210)]['id'],{'hostUnitId':_0x2e2f5a,'embedId':_0x41785b});};return(0x0,_0x5c0f5d[_0x279841(0x49b)])(_0x279841(0x5ff),{'className':(0x0,_0x1f8b59['clsx'])(_0x279841(0x75e),{'univer-hidden':!_0x26dcd6,'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x1070fc,'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':!_0x1070fc,'-univer-top-9':!_0x1070fc&&_0x3efc57!=='docs-custom-block','-univer-top-[52px]':!_0x1070fc&&_0x3efc57===_0x279841(0xca)}),'data-u-comp':_0x279841(0x3f5),'data-embed-floating-menu':_0x279841(0x223),'data-embed-id':_0x41785b,'data-embed-float-stage':_0x26dcd6?'stage2':_0x279841(0x4d3),'onPointerDown':_0x50fc09=>_0x50fc09[_0x279841(0x732)](),'onMouseDown':_0x54526f,'children':[_0x3de862['has'](_0x279841(0x3e5))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x5b2eea,{'item':_0x329b55[_0x279841(0x3e5)],'title':_0x279841(0x1f6),'onClick':async()=>_0x2ef982(_0x329b55['formatPainter']),'children':(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x5cf622,{})}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x2d1))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x1f8b59[_0x279841(0x248)],{'className':'univer-mx-1\x20!univer-h-4','orientation':_0x279841(0x81e)}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x252))&&(0x0,_0x5c0f5d['jsx'])(_0x3b24ae,{'menuItem':_0x329b55['numberFormat'],'onClick':async()=>_0x2ef982(_0x329b55[_0x279841(0x252)])}),_0x3de862['has']('divider-format')&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x1f8b59[_0x279841(0x248)],{'className':'univer-mx-1\x20!univer-h-4','orientation':_0x279841(0x81e)}),_0x3de862['has'](_0x279841(0x5ae))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x12da67,{'embedId':_0x41785b,'menuItem':_0x329b55['fontFamily'],'title':'embed-ui.sheetsFloating.toolbar.font',..._0x485531('fontFamily'),'onSelect':async _0x278556=>_0x2ef982(_0x329b55[_0x279841(0x5ae)],{'value':_0x278556})}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x70c))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0xb7ff2f,{'embedId':_0x41785b,'menuItem':_0x329b55[_0x279841(0x70c)],'title':_0x279841(0x27f),..._0x485531(_0x279841(0x70c)),'onSelect':async _0x53dc2c=>_0x2ef982(_0x329b55['fontSize'],{'value':Number(_0x53dc2c)})}),_0x3de862[_0x279841(0x8f1)]('bold')&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x5b2eea,{'item':_0x329b55[_0x279841(0x49c)],'title':_0x279841(0x1f5),'onClick':async()=>_0x2ef982(_0x329b55['bold']),'children':(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x503fd6,{})}),_0x3de862['has']('divider-font')&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x1f8b59[_0x279841(0x248)],{'className':_0x279841(0x12c),'orientation':_0x279841(0x81e)}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x837))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x3d273f,{'embedId':_0x41785b,'menuItem':_0x329b55['textColor'],'title':_0x279841(0x2d3),'icon':(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x4b50c6,{'className':_0x279841(0x20b)}),'defaultColor':'#111827',..._0x485531('textColor'),'onChange':async _0x11f2da=>_0x2ef982(_0x329b55[_0x279841(0x837)],{'value':_0x11f2da}),'onReset':async()=>_0x3be74a(_0x34d89f[_0x279841(0xd9)]['id'])}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x799))&&(0x0,_0x5c0f5d['jsx'])(_0x3d273f,{'embedId':_0x41785b,'menuItem':_0x329b55[_0x279841(0x799)],'title':_0x279841(0x7a2),'icon':(0x0,_0x5c0f5d['jsx'])(_0x24f215,{'className':'univer-fill-primary-600'}),'defaultColor':_0x279841(0x69b),..._0x485531(_0x279841(0x799)),'onChange':async _0x361bc0=>_0x2ef982(_0x329b55['backgroundColor'],{'value':_0x361bc0}),'onReset':async()=>_0x3be74a(_0x3733e3['ResetBackgroundColorCommand']['id'])}),_0x3de862['has'](_0x279841(0x185))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x3f733d,{'embedId':_0x41785b,'menuItem':_0x329b55[_0x279841(0x185)],..._0x485531('borderComposite'),'onSelect':async(_0x5a50b9,_0x227c01,_0x5a768b)=>_0x3c99f0(_0x329b55[_0x279841(0x185)],_0x5a50b9,_0x227c01,_0x5a768b)}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x67d))&&(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x279841(0x248)],{'className':_0x279841(0x12c),'orientation':'vertical'}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x8f3))&&(0x0,_0x5c0f5d['jsx'])(_0x373efc,{'embedId':_0x41785b,'menuItems':_0x329b55[_0x279841(0x8f3)],..._0x485531(_0x279841(0x8f3)),'execute':_0x2ef982}),_0x3de862['has'](_0x279841(0x370))&&(0x0,_0x5c0f5d['jsx'])(_0x1ebbe3,{'embedId':_0x41785b,'menuItem':_0x329b55['horizontalAlign'],..._0x485531(_0x279841(0x370)),'execute':_0x2ef982}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x8b2))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x216d46,{'embedId':_0x41785b,'menuItem':_0x329b55['verticalAlign'],..._0x485531(_0x279841(0x8b2)),'execute':_0x2ef982}),_0x3de862[_0x279841(0x8f1)]('wrap')&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x3adb41,{'embedId':_0x41785b,'menuItem':_0x329b55[_0x279841(0x466)],..._0x485531(_0x279841(0x466)),'execute':_0x3be74a}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x623))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x1f8b59[_0x279841(0x248)],{'className':_0x279841(0x12c),'orientation':_0x279841(0x81e)}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x1d4))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x5b2eea,{'item':_0x329b55['filter'],'title':_0x279841(0x400),'onClick':async()=>_0x2ef982(_0x329b55[_0x279841(0x1d4)]),'children':(0x0,_0x5c0f5d['jsx'])(_0x250cfc,{})}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x2d7))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x1f8b59[_0x279841(0x248)],{'className':_0x279841(0x12c),'orientation':'vertical'}),!_0x1070fc&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x32be9e,{'hostUnitId':_0x2e2f5a,'embedId':_0x41785b,'variant':_0x279841(0x251)}),_0x3de862[_0x279841(0x8f1)](_0x279841(0x4a6))&&(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x1bd8d5,{'title':_0x3bcd6d['t']('embed-ui.deleteBlock'),'className':_0x279841(0x47c),'onClick':_0x49f239,'children':(0x0,_0x5c0f5d[_0x279841(0x7ba)])(_0x323f7a,{})})]});}let _0x1faedb=new WeakMap(),_0x43daab=new WeakSet();function _0x2b174c(_0x47a19d){const _0x315b77=_0x19cb8f;_0x3a9165(_0x47a19d,_0x315b77(0x42d),_0x331f68);}function _0x331f68(_0x598516){const _0x1b88d2=_0x19cb8f;let _0x30efdd=_0x598516[_0x1b88d2(0x8ee)](_0x4af4b3),_0x3c541e=_0x598516[_0x1b88d2(0x8ee)](_0x5ad416),_0x47ce58=_0x598516['get'](_0x25c01f),_0xd7712e=_0x598516[_0x1b88d2(0x8ee)](_0x144cfe),_0x5eaf6b=_0x598516['get'](_0x4cff85),_0x123c09=_0x598516['get'](_0x4501c8),_0x1a4021=_0x598516[_0x1b88d2(0x8ee)](_0x48d47d);_0x291fe5(_0x598516),_0x598516[_0x1b88d2(0x8f1)](_0x34d89f['ISheetHostChromeOverrideService'])||_0x598516[_0x1b88d2(0x70a)]([_0x34d89f['ISheetHostChromeOverrideService'],{'useFactory':()=>_0x598516[_0x1b88d2(0x8ee)](_0x18e118)}]),_0x598516[_0x1b88d2(0x8f1)](_0x34d89f[_0x1b88d2(0x25b)])||_0x598516[_0x1b88d2(0x70a)]([_0x34d89f[_0x1b88d2(0x25b)],{'useFactory':()=>_0x5bc327({'embedModelService':_0x598516['get'](_0x5e7b5b[_0x1b88d2(0x646)]),'mountService':_0x598516[_0x1b88d2(0x8ee)](_0x1a9e2a),'activationService':_0x598516[_0x1b88d2(0x8ee)](_0x3d7577),'restoreService':_0x598516[_0x1b88d2(0x8ee)](_0x4bb871)})}]),[_0x5a0fda(),_0x30f692()]['forEach'](_0x165208=>{const _0x4116c0=_0x1b88d2;_0x30efdd['get'](_0x165208['hostType'],_0x165208[_0x4116c0(0x3a2)])||_0x30efdd[_0x4116c0(0x586)](_0x165208);});let _0x3048c0=_0x2af1c5(_0x598516['get'](_0x414d24[_0x1b88d2(0x6e1)]));_0x3c541e['get'](_0x3048c0[_0x1b88d2(0x23a)])||_0x3c541e[_0x1b88d2(0x586)](_0x3048c0);let _0x1a0585=_0x399bff();_0x47ce58[_0x1b88d2(0x8ee)](_0x1a0585[_0x1b88d2(0x23a)])||_0x47ce58[_0x1b88d2(0x586)](_0x1a0585),_0x198dde()[_0x1b88d2(0x2f2)](_0x2ced33=>{const _0x33f561=_0x1b88d2;_0xd7712e[_0x33f561(0x8ee)](_0x2ced33['hostType'],_0x2ced33[_0x33f561(0x3a2)],_0x2ced33[_0x33f561(0x23a)])||_0xd7712e[_0x33f561(0x586)](_0x2ced33);}),_0x5eaf6b['registerProvider'](_0x40118a(_0x598516,{'childType':_0x414d24[_0x1b88d2(0x4ed)]['UNIVER_SHEET'],'renderManagerService':_0x1ed905['IRenderManagerService']})),_0x123c09[_0x1b88d2(0x8ee)](_0x414d24[_0x1b88d2(0x4ed)][_0x1b88d2(0x520)])||_0x123c09[_0x1b88d2(0x586)](_0x4564b0()),_0x1a4021[_0x1b88d2(0x8ee)](_0x414d24['UniverInstanceType'][_0x1b88d2(0x520)])||_0x1a4021[_0x1b88d2(0x586)](_0x52be26(_0x598516)),_0x13dbfa({'injector':_0x598516,'previewService':_0x5eaf6b});}function _0x5bc327(_0xc2d060){return{'getSheetTabChildType':({hostUnitId:_0x473152,hostAnchorId:_0x4375dc,embedId:_0x429519})=>{const _0x1d140a=_0x41b8;let _0x140b54=_0xc2d060['embedModelService']['getDescriptor'](_0x473152,_0x429519);return(_0x140b54==null?void 0x0:_0x140b54[_0x1d140a(0x590)])===_0x4375dc?_0x140b54[_0x1d140a(0x23a)]:void 0x0;},'mountSheetTab':({hostUnitId:_0x3922db,hostAnchorId:_0xe4d336,embedId:_0x52a4e1})=>{const _0x38e17e=_0x41b8;let _0xef77bd=_0xc2d060[_0x38e17e(0x863)][_0x38e17e(0x62c)](_0x3922db,_0x52a4e1);if(!_0xef77bd||_0xef77bd[_0x38e17e(0x590)]!==_0xe4d336)return;let _0xb8f469=!0x1,_0x17c06a=!0x1,_0x4812ac;return _0xc2d060[_0x38e17e(0x4ab)]['materializeDescriptor']({'descriptor':_0xef77bd})['then'](_0x555bf0=>{const _0x15949f=_0x38e17e;_0xb8f469||(_0x4812ac==null||_0x4812ac[_0x15949f(0x7b3)](),_0x4812ac=void 0x0,_0xc2d060[_0x15949f(0x56e)][_0x15949f(0x65a)](_0x555bf0),_0xc2d060['activationService'][_0x15949f(0x150)](_0x555bf0),_0x17c06a=!0x0);})[_0x38e17e(0x4c9)](_0x3d07c0=>{_0xb8f469||(_0x4812ac=_0x9e118e(_0xe4d336,_0x3d07c0));}),(0x0,_0x414d24[_0x38e17e(0x5f4)])(()=>{const _0x24a6f3=_0x38e17e;_0xb8f469=!0x0,_0x4812ac==null||_0x4812ac[_0x24a6f3(0x7b3)](),_0xc2d060[_0x24a6f3(0xbc)]['clearTab'](_0x52a4e1),_0x17c06a&&_0xc2d060['mountService'][_0x24a6f3(0x1dc)](_0x52a4e1);});},'clearTab':_0x458a41=>{const _0x101060=_0x41b8;_0xc2d060[_0x101060(0xbc)][_0x101060(0x4c3)](_0x458a41);}};}function _0x9e118e(_0xbd44bf,_0x324b7e){const _0x47aba7=_0x19cb8f;let _0xec467=_0x435fb3(_0xbd44bf);if(!_0xec467)return;let _0x1c65d8=document['createElement'](_0x47aba7(0x5ff));return _0x1c65d8[_0x47aba7(0x810)][_0x47aba7(0x118)]='true',_0x1c65d8[_0x47aba7(0x163)][_0x47aba7(0x264)]='12px',_0x1c65d8[_0x47aba7(0x163)][_0x47aba7(0x8d8)]=_0x47aba7(0xc2),_0x1c65d8[_0x47aba7(0x163)]['fontSize']=_0x47aba7(0x85f),_0x1c65d8[_0x47aba7(0x6f5)]=_0x324b7e instanceof Error&&_0x324b7e['message']?_0x324b7e[_0x47aba7(0x6ea)]:'Failed\x20to\x20load\x20embedded\x20sheet.',_0xec467[_0x47aba7(0x578)](_0x1c65d8),_0x1c65d8;}function _0x435fb3(_0x295d3a){const _0x3ca2c5=_0x19cb8f;return document[_0x3ca2c5(0x7e7)]('[data-embed-sheets-sheet-tab-host=\x22'+_0x42b927(_0x295d3a)+'\x22]');}function _0x42b927(_0x5a80a7){const _0x372895=_0x19cb8f;return _0x5a80a7[_0x372895(0x574)](/\\/g,'\x5c\x5c')[_0x372895(0x574)](/"/g,'\x5c\x22');}function _0x4a5ca5(_0x1ec387){const _0x18503b=_0x19cb8f;let _0x5356d7=new _0x61d5ff[(_0x18503b(0x78e))](),_0x46dd23=0x0,_0x35cace;if(_0x5356d7[_0x18503b(0x70a)](_0x1ec387[_0x18503b(0x1b1)][_0x18503b(0x4db)][_0x18503b(0x132)](_0x970bb1=>{const _0x12a979=_0x18503b;if(typeof _0x970bb1['image']!=_0x12a979(0x3e0))return;let _0x2b6749=_0x1ec387[_0x12a979(0x863)][_0x12a979(0x2ba)](_0x970bb1[_0x12a979(0x27a)])['find'](_0x406be3=>_0x406be3[_0x12a979(0x576)]===_0x970bb1[_0x12a979(0x576)]&&_0x406be3[_0x12a979(0x3a2)]==='sheets-floating-object');_0x2b6749!=null&&_0x2b6749[_0x12a979(0x590)]&&_0x1ec387['canvasFloatDomPreviewService'][_0x12a979(0x479)]({'id':_0x2b6749['hostAnchorId'],'image':_0x970bb1[_0x12a979(0x38e)],'updatedAt':_0x970bb1[_0x12a979(0x658)]});})),!_0x1ec387[_0x18503b(0x819)]['previewRequested$'])return _0x5356d7;let _0x449f1c=()=>{const _0x6a1d66=_0x18503b;_0x35cace||_0x46dd23>=0xf0||(_0x35cace=globalThis[_0x6a1d66(0x4bc)](()=>{_0x35cace=void 0x0,_0x46dd23+=0x1,_0x54f1f7();},0xfa));},_0x31ca0c=_0x24ee53=>{const _0x1fc1a5=_0x18503b;let _0x93d936=_0x24ee53[_0x1fc1a5(0x541)];if(!_0x93d936||typeof _0x93d936!=_0x1fc1a5(0x599))return!0x0;let _0x34a00b=_0x804945(_0x93d936,_0x1fc1a5(0x576)),_0x15201a=_0x804945(_0x93d936,_0x1fc1a5(0x672));if(!_0x34a00b||!_0x15201a)return!0x0;let _0xcd6989=_0x1ec387['embedModelService'][_0x1fc1a5(0x62c)](_0x15201a,_0x34a00b);return!_0xcd6989||_0xcd6989['entry']!=='sheets-floating-object'||!_0xcd6989['childUnitId']||_0xcd6989[_0x1fc1a5(0x23a)]==null?!0x1:(_0x1ec387[_0x1fc1a5(0x1b1)][_0x1fc1a5(0x6c9)]({'descriptor':_0xcd6989,'childUnitId':_0xcd6989[_0x1fc1a5(0x27a)],'childType':_0xcd6989[_0x1fc1a5(0x23a)],'width':_0x24ee53['width'],'height':_0x24ee53[_0x1fc1a5(0x101)],'dpr':typeof window>'u'?0x1:window[_0x1fc1a5(0x5ea)]||0x1,'reason':'initial'}),!0x0);},_0x54f1f7=()=>{const _0x142062=_0x18503b;var _0x311a7d,_0xbd67fa;let _0x3607ce=!0x1;(_0x311a7d=(_0xbd67fa=_0x1ec387[_0x142062(0x819)])['getPendingRequests'])==null||_0x311a7d[_0x142062(0x353)](_0xbd67fa)[_0x142062(0x2f2)](_0x3d2137=>{_0x31ca0c(_0x3d2137)||(_0x3607ce=!0x0);}),_0x3607ce&&_0x449f1c();};return _0x54f1f7(),_0x5356d7[_0x18503b(0x70a)](_0x1ec387[_0x18503b(0x819)]['previewRequested$'][_0x18503b(0x132)](_0x46ddd1=>{_0x31ca0c(_0x46ddd1)||_0x449f1c();})),_0x5356d7[_0x18503b(0x70a)](()=>{const _0x5f04e1=_0x18503b;_0x35cace&&globalThis[_0x5f04e1(0x547)](_0x35cace);}),_0x5356d7;}function _0x13dbfa(_0x5e3bb5){const _0x48bb9c=_0x19cb8f;let _0x216409=_0x5e3bb5[_0x48bb9c(0x412)],_0x316b6c=_0x1faedb['get'](_0x216409);if(_0x316b6c)return _0x316b6c;let _0x528f69=_0x43909f(_0x5e3bb5['injector']);if(_0x528f69!==null){if(_0x528f69){let _0x190928=_0x4a5ca5({'previewService':_0x5e3bb5[_0x48bb9c(0x1b1)],'embedModelService':_0x528f69['embedModelService'],'canvasFloatDomPreviewService':_0x528f69[_0x48bb9c(0x819)]});return _0x1faedb['set'](_0x216409,_0x190928),_0x190928;}_0x5e3bb5[_0x48bb9c(0x15c)]===!0x1||_0x43daab[_0x48bb9c(0x8f1)](_0x216409)||(_0x43daab[_0x48bb9c(0x70a)](_0x216409),_0xadb2b5(_0x5e3bb5,0x0));}}function _0xadb2b5(_0x218b9e,_0x202225){const _0x48a0f7=_0x19cb8f;let _0xcf2088=_0x218b9e[_0x48a0f7(0x4a5)]??0xf0,_0x49042f=_0x218b9e[_0x48a0f7(0x605)]??0xfa,_0x3ba8a9=_0x218b9e[_0x48a0f7(0x412)];globalThis[_0x48a0f7(0x4bc)](()=>{const _0x111989=_0x48a0f7;if(_0x13dbfa({..._0x218b9e,'retry':!0x1})||_0x202225+0x1>=_0xcf2088){_0x43daab[_0x111989(0x4f4)](_0x3ba8a9);return;}_0xadb2b5(_0x218b9e,_0x202225+0x1);},_0x49042f);}function _0x43909f(_0x2f39bf){const _0x342a72=_0x19cb8f;try{return!_0x2f39bf[_0x342a72(0x8f1)](_0x5ab84f[_0x342a72(0x359)])||!_0x2f39bf['has'](_0x5e7b5b['EmbedModelService'])?void 0x0:{'embedModelService':_0x2f39bf[_0x342a72(0x8ee)](_0x5e7b5b[_0x342a72(0x646)]),'canvasFloatDomPreviewService':_0x2f39bf[_0x342a72(0x8ee)](_0x5ab84f[_0x342a72(0x359)])};}catch{return null;}}function _0x804945(_0x11ba60,_0x19e957){const _0x200338=_0x19cb8f;let _0x3462d5=_0x11ba60[_0x19e957];return typeof _0x3462d5==_0x200338(0x3e0)?_0x3462d5:void 0x0;}function _0x479dda(){const _0xaf6269=_0x19cb8f;return _0x4e1213({'childType':_0x414d24['UniverInstanceType'][_0xaf6269(0x833)],'productName':'Slides'});}function _0x3b0fa8(_0x5929b6){const _0x236796=_0x19cb8f;var _0x1bf126;return((_0x1bf126=_0x5929b6[_0x236796(0x788)])==null?void 0x0:_0x1bf126['embedId'])===_0x5929b6[_0x236796(0x576)]&&_0x5929b6['active'][_0x236796(0x77a)]!==_0x236796(0x4d3)?_0x5929b6['active']['stage']??_0x236796(0x436):_0x8076af({'embedId':_0x5929b6[_0x236796(0x576)],'active':_0x5929b6[_0x236796(0x788)],'fullscreen':_0x5929b6[_0x236796(0x4fa)],'usesDomFloatingStage':_0x5929b6[_0x236796(0xfc)]??!0x0,'renderScopeActive':_0x5929b6['renderScopeActive']??!0x1});}function _0x194aa5(_0x2a3837){const _0x6fe2e6=_0x19cb8f;var _0x5ea0ea;let _0x233c43=(0x0,_0x5ab84f['useDependency'])(_0x414d24['LocaleService']),_0x1f1ef3=(0x0,_0x5ab84f[_0x6fe2e6(0x563)])(_0x414d24[_0x6fe2e6(0xc8)]),_0xe36a58=(0x0,_0x5ab84f['useDependency'])(_0x414d24[_0x6fe2e6(0x4c8)]),_0x13b7ce=(0x0,_0x725655[_0x6fe2e6(0x68d)])(()=>_0x1f1ef3[_0x6fe2e6(0x71c)](_0x5dbcbd['ObjectProvider']),[_0x1f1ef3]),_0x196e10=(0x0,_0x5ab84f['useObservable'])(_0xe36a58['darkMode$'])??_0xe36a58[_0x6fe2e6(0x39c)],{hostUnitId:_0x24a488,embedId:_0x3f336d,childUnitId:_0x4d329b,slideModel:_0x53099c,floatingActiveService:_0x5219e6,commandService:_0x27783e,instanceService:_0x8f73b0,fullscreen:_0x58d26d,usesDomFloatingStage:_0x4168b8,renderScopeActive$:_0x3ff40e}=_0x2a3837,_0x2968f8=(0x0,_0x5ab84f[_0x6fe2e6(0x213)])(()=>_0x5219e6[_0x6fe2e6(0x829)],_0x5219e6[_0x6fe2e6(0x849)](),!0x1,[_0x5219e6]),_0x4a900b=(0x0,_0x5ab84f[_0x6fe2e6(0x213)])(_0x3ff40e,!0x1);(0x0,_0x5ab84f[_0x6fe2e6(0x213)])(_0x53099c===null?null:()=>_0x53099c[_0x6fe2e6(0x47b)][_0x6fe2e6(0x7a8)],[],!0x1,[_0x53099c]);let _0xda2ab0=(0x0,_0x5ab84f[_0x6fe2e6(0x213)])(_0x53099c===null?null:()=>_0x53099c[_0x6fe2e6(0x47b)][_0x6fe2e6(0x5cf)],_0x53099c==null||(_0x5ea0ea=_0x53099c[_0x6fe2e6(0x47b)][_0x6fe2e6(0x6e2)]())==null?void 0x0:_0x5ea0ea[_0x6fe2e6(0x69a)](),!0x1,[_0x53099c]),_0x24d321=(_0x53099c==null?void 0x0:_0x53099c['pageManager'][_0x6fe2e6(0x30d)]())??[],_0x29b90b=Math['max'](0x0,_0x24d321[_0x6fe2e6(0x493)](_0x3393f7=>_0x3393f7[_0x6fe2e6(0x69a)]()===_0xda2ab0)),_0x8e324=_0x24d321[_0x6fe2e6(0x716)],_0x1271fb=_0x233c43['t']('embed-ui.slidesFloating.selectSlide'),_0x294a32=_0x3b0fa8({'active':_0x2968f8,'embedId':_0x3f336d,'fullscreen':_0x58d26d,'renderScopeActive':_0x4a900b,'usesDomFloatingStage':_0x4168b8}),_0x991c98=()=>{const _0x2d8b1f=_0x6fe2e6;_0x5219e6['activate']({'hostUnitId':_0x24a488,'embedId':_0x3f336d,'childUnitId':_0x4d329b},_0x2d8b1f(0x8bf)),_0x8f73b0[_0x2d8b1f(0x601)](_0x4d329b);},_0x4e8dff=_0x29078c=>{const _0x517504=_0x6fe2e6;let _0x57aed7=_0x24d321[_0x29078c];!_0x57aed7||!_0x53099c||(_0x991c98(),_0x53099c['pageManager'][_0x517504(0x5d6)](_0x57aed7[_0x517504(0x69a)]()));},_0x3f526a=_0x16fd6a=>{const _0x52eea9=_0x6fe2e6;_0x4e8dff(_0x24d321['findIndex'](_0x140be0=>_0x140be0[_0x52eea9(0x69a)]()===_0x16fd6a));};return(0x0,_0x5c0f5d[_0x6fe2e6(0x49b)])(_0x6fe2e6(0x5ff),{'className':(0x0,_0x1f8b59[_0x6fe2e6(0x1dd)])(_0x6fe2e6(0x336),{'univer-hidden':_0x294a32===_0x6fe2e6(0x4d3),'univer-static\x20univer-mx-auto\x20univer-my-1.5\x20univer-translate-x-0':_0x58d26d,'univer-absolute\x20univer-left-1/2\x20univer-z-[30]\x20-univer-translate-x-1/2':!_0x58d26d,'-univer-top-9':!_0x58d26d}),'data-embed-floating-menu':_0x6fe2e6(0x223),'data-embed-id':_0x3f336d,'data-embed-float-stage':_0x294a32,'onPointerDown':_0x426419=>_0x426419['stopPropagation'](),'children':[(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0xfdd53a,{'title':_0x233c43['t'](_0x6fe2e6(0x4f6)),'disabled':_0x29b90b<=0x0,'onClick':()=>_0x4e8dff(_0x29b90b-0x1),'children':(0x0,_0x5c0f5d['jsx'])(_0x531969,{})}),(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0xfdd53a,{'title':_0x233c43['t'](_0x6fe2e6(0x3a9)),'disabled':_0x8e324===0x0||_0x29b90b>=_0x8e324-0x1,'onClick':()=>_0x4e8dff(_0x29b90b+0x1),'children':(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0x3270ae,{})}),(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0x7a425f,{'title':_0x1271fb,'children':(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0x1f8b59['DropdownMenu'],{'align':'center','side':_0x6fe2e6(0x6b6),'sideOffset':0x6,'className':_0x6fe2e6(0x827),'data-embed-id':_0x3f336d,'data-embed-floating-menu-popup':_0x6fe2e6(0x223),'items':_0x24d321['map']((_0x3166fa,_0x4f22f9)=>({'type':_0x6fe2e6(0x8c1),'className':_0x6fe2e6(0x7e1),'children':(0x0,_0x5c0f5d['jsxs'])(_0x6fe2e6(0x2c1),{'className':_0x6fe2e6(0x8e4),'children':[(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0x5dbcbd[_0x6fe2e6(0x216)],{'pageId':_0x3166fa[_0x6fe2e6(0x69a)](),'index':_0x4f22f9,'isActive':_0x3166fa[_0x6fe2e6(0x69a)]()===_0xda2ab0,'slideModel':_0x53099c,'objectProvider':_0x13b7ce,'setActivePage':_0x3f526a,'variant':_0x6fe2e6(0x1a3),'renderIdSuffix':_0x6fe2e6(0x314)+_0x3f336d,'darkMode':_0x196e10}),(0x0,_0x5c0f5d['jsx'])(_0x6fe2e6(0x2c1),{'className':_0x6fe2e6(0x56d),'children':_0x1271fb+'\x20'+(_0x4f22f9+0x1)+_0x6fe2e6(0x75b)+_0x8e324})]}),'onSelect':()=>_0x4e8dff(_0x4f22f9)})),'children':(0x0,_0x5c0f5d['jsxs'])(_0x1f8b59[_0x6fe2e6(0x3a4)],{'type':_0x6fe2e6(0x29c),'size':_0x6fe2e6(0x454),'variant':_0x6fe2e6(0x8d7),'className':'univer-h-6\x20univer-gap-1\x20univer-px-2\x20univer-text-xs','aria-label':_0x1271fb,'children':[(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])('span',{'children':_0x8e324===0x0?_0x6fe2e6(0x199):_0x29b90b+0x1+_0x6fe2e6(0x75b)+_0x8e324}),(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0x5d21f2,{'className':_0x6fe2e6(0x750)})]})})}),!_0x58d26d&&(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0x32be9e,{'hostUnitId':_0x24a488,'embedId':_0x3f336d,'variant':_0x6fe2e6(0x251)}),(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x6fe2e6(0x248)],{'orientation':'vertical'}),(0x0,_0x5c0f5d[_0x6fe2e6(0x7ba)])(_0xfdd53a,{'title':_0x233c43['t'](_0x6fe2e6(0x80d)),'className':'univer-text-red-500\x20hover:univer-text-red-600','onClick':async()=>{const _0x272e8d=_0x6fe2e6;await _0x27783e[_0x272e8d(0x6ed)](_0x5e7b5b['RemoveEmbedCommand']['id'],{'hostUnitId':_0x24a488,'embedId':_0x3f336d});},'children':(0x0,_0x5c0f5d['jsx'])(_0x323f7a,{})})]});}function _0xfdd53a(_0x1869df){const _0x419298=_0x19cb8f;let {children:_0x47cd27,title:_0x2f3fd7,disabled:_0x2a41c1,className:_0x463bee,onClick:_0x3e70d2}=_0x1869df;return(0x0,_0x5c0f5d[_0x419298(0x7ba)])(_0x7a425f,{'title':_0x2f3fd7,'children':(0x0,_0x5c0f5d['jsx'])(_0x1f8b59[_0x419298(0x3a4)],{'type':_0x419298(0x29c),'size':_0x419298(0x454),'variant':_0x419298(0x8d7),'className':(0x0,_0x1f8b59[_0x419298(0x1dd)])('univer-size-6\x20univer-p-0',_0x463bee),'aria-label':_0x2f3fd7,'disabled':_0x2a41c1,'onClick':_0x3e70d2,'children':_0x47cd27})});}function _0x6e6950(){const _0x2f3657=_0x19cb8f;return _0x4e1ec3({'childType':_0x414d24['UniverInstanceType'][_0x2f3657(0x833)],'mount':_0x5ad21e});}function _0x5ad21e(_0x4eec62){const _0x2a3de5=_0x19cb8f;let {menu:_0x1aec02,portalContainer:_0xf8eb33}=_0x417a75(_0x4eec62),_0x2af5df=_0xeb3d32(_0x1aec02),_0x1a976c=_0x4eec62[_0x2a3de5(0x412)][_0x2a3de5(0x8ee)](_0x8dbbb4),_0x416909=_0x4eec62[_0x2a3de5(0x412)]['get'](_0x414d24[_0x2a3de5(0x6e1)]),_0x3aa217=_0x4eec62['injector'][_0x2a3de5(0x8ee)](_0x414d24[_0x2a3de5(0x468)]),_0x53b9ab=_0x3aa217['getUnit'](_0x4eec62[_0x2a3de5(0x27a)],_0x414d24[_0x2a3de5(0x4ed)][_0x2a3de5(0x833)]);return _0x2af5df[_0x2a3de5(0x378)]((0x0,_0x725655['createElement'])(_0x4f3c32,{'injector':_0x4eec62[_0x2a3de5(0x17b)][_0x2a3de5(0x412)],'mountContainer':_0xf8eb33,'embedId':_0x4eec62['embedId'],'passThroughWheelGestures':_0x4eec62[_0x2a3de5(0x84f)]['mode']===_0x2a3de5(0x21d)&&!_0x4eec62[_0x2a3de5(0x84f)][_0x2a3de5(0x4fa)]},(0x0,_0x725655[_0x2a3de5(0x3a6)])(_0x194aa5,{'hostUnitId':_0x4eec62[_0x2a3de5(0x672)],'embedId':_0x4eec62['embedId'],'childUnitId':_0x4eec62['childUnitId'],'slideModel':_0x53b9ab??null,'floatingActiveService':_0x1a976c,'commandService':_0x416909,'instanceService':_0x3aa217,'fullscreen':!!_0x4eec62[_0x2a3de5(0x84f)][_0x2a3de5(0x4fa)],'usesDomFloatingStage':_0x4eec62['descriptor']['entry']!==_0x2a3de5(0x33d),'renderScopeActive$':_0x4eec62['renderScope'][_0x2a3de5(0x829)]}))),(0x0,_0x414d24[_0x2a3de5(0x5f4)])(()=>{const _0x4fe0d8=_0x2a3de5;_0x533a4a(_0x2af5df),globalThis[_0x4fe0d8(0x4bc)](()=>_0x1aec02[_0x4fe0d8(0x7b3)](),0x0);});}function _0x319bf9(_0x61496c,_0x340c8f,_0x48a086){const _0x5051fb=_0x19cb8f;return{...(0x0,_0x5e7b5b[_0x5051fb(0xf3)])(_0x61496c,_0x340c8f),'activateAnchor':_0x2775f9=>{const _0x5c7c47=_0x5051fb;_0x48a086==null||_0x48a086['unmountFloatingSessions'](_0x2775f9[_0x5c7c47(0x672)]);let _0x356661=_0x340c8f==null?void 0x0:_0x340c8f[_0x5c7c47(0xf7)](_0x2775f9['hostUnitId'],_0x414d24[_0x5c7c47(0x4ed)][_0x5c7c47(0x833)]),_0x83dea8=()=>{const _0x1aa2bd=_0x5c7c47;var _0x29eb80,_0x7f8107;return _0x356661==null||(_0x29eb80=_0x356661[_0x1aa2bd(0x47b)])==null||(_0x7f8107=_0x29eb80['setActiveSlide'])==null?void 0x0:_0x7f8107['call'](_0x29eb80,_0x2775f9[_0x1aa2bd(0x590)]);};if(typeof window>'u'){_0x83dea8();return;}window[_0x5c7c47(0x2e9)](_0x83dea8);}};}function _0x376040(){const _0x4d9841=_0x19cb8f;return{'hostType':_0x414d24[_0x4d9841(0x4ed)]['UNIVER_SLIDE'],'entry':'slides-floating-object','layout':'scroll-contained','supportedLayouts':[_0x4d9841(0x73f),_0x4d9841(0x59a),_0x4d9841(0x395),_0x4d9841(0xa7)],'menuBehavior':_0x4d9841(0x41e),'mount':_0x1d7b06=>{const _0x3ded4d=_0x4d9841;let _0x1a32fc=_0x557227(_0x3ded4d(0x253),_0x1d7b06[_0x3ded4d(0x58f)][_0x3ded4d(0x590)]);return _0x1a32fc?{'hostElement':_0x1a32fc}:{};}};}function _0x2dd32(){const _0x2a12a5=_0x19cb8f;return{'hostType':_0x414d24[_0x2a12a5(0x4ed)][_0x2a12a5(0x833)],'entry':_0x2a12a5(0x527),'layout':'tab-peer','supportedLayouts':[_0x2a12a5(0x801)],'menuBehavior':_0x2a12a5(0x41d),'mount':_0x4d61d7=>{const _0x129c1c=_0x2a12a5;let _0x18c34e=_0x557227(_0x129c1c(0x37a),_0x4d61d7[_0x129c1c(0x58f)]['hostAnchorId']);return _0x18c34e?{'hostElement':_0x18c34e}:{};}};}function _0x557227(_0x2ee31a,_0x1d568a){const _0x5934e5=_0x19cb8f;return document[_0x5934e5(0x7e7)]('['+_0x2ee31a+'=\x22'+_0x40cb1d(_0x1d568a)+'\x22]');}function _0x40cb1d(_0x5a56ba){const _0x3657d4=_0x19cb8f;return _0x5a56ba[_0x3657d4(0x574)](/\\/g,'\x5c\x5c')[_0x3657d4(0x574)](/"/g,'\x5c\x22');}function _0x4302b8(){const _0x240e38=_0x19cb8f;return{'childType':_0x414d24[_0x240e38(0x4ed)][_0x240e38(0x833)],'handleWheel':()=>!0x1};}function _0x1327a3(_0x2d3f02){const _0x346097=_0x19cb8f;return{'childType':_0x414d24[_0x346097(0x4ed)][_0x346097(0x833)],'supportedLayouts':[_0x346097(0x801),_0x346097(0x395),_0x346097(0x73f)],'beforeDeactivate':_0x4ed206,'mount':_0x592476=>_0x550ef0(_0x592476,_0x2d3f02)};}function _0x4ed206(_0x4e8499){const _0x5b365f=_0x19cb8f;let _0x739321=_0x4e8499[_0x5b365f(0x17b)][_0x5b365f(0x412)];if(!(_0x739321!=null&&_0x739321[_0x5b365f(0x8f1)](_0x5dbcbd[_0x5b365f(0x53d)])))return;let _0x5e61cb=_0x739321[_0x5b365f(0x8ee)](_0x5dbcbd['ISlideDrawingStateService']);_0x5e61cb[_0x5b365f(0x383)](),_0x5e61cb[_0x5b365f(0x7d6)]();}function _0x550ef0(_0x22609e,_0x5c7d02){const _0xd79b85=_0x19cb8f;let _0x3a6c7a=_0x22609e['injector'][_0xd79b85(0x8ee)](_0x414d24[_0xd79b85(0x468)])['getUnit'](_0x22609e['childUnitId'],_0x414d24['UniverInstanceType'][_0xd79b85(0x833)]);if(!_0x3a6c7a)return;let _0x24d56d=_0x22609e['runtimeScope']['injector'];if(!_0x24d56d)return;let _0x359267=_0x4330a6(_0x22609e[_0xd79b85(0x27a)],_0x24d56d[_0xd79b85(0x8ee)](_0x5dbcbd[_0xd79b85(0x53d)]),_0x24d56d['get'](_0x414d24['IContextService'])),_0x4edba6=_0x232bcb(_0x22609e,_0x5c7d02,_0x5a4800=>_0x123e72(_0x3a6c7a,_0x5a4800)),_0x2612fe=_0x22609e['runtimeScope'][_0xd79b85(0x6f8)]['content'],_0x4b452c=_0x22609e[_0xd79b85(0x17b)][_0xd79b85(0x6f8)][_0xd79b85(0x209)],_0x37e4b2=_0x22609e[_0xd79b85(0x412)][_0xd79b85(0x8ee)](_0x1ed905[_0xd79b85(0x3ba)]),_0x3bfd48=_0x2bbb08(_0x22609e),_0x27054f=_0x4b452c?_0x5a052f(_0x37e4b2,_0x22609e[_0xd79b85(0x27a)],_0x24d56d):void 0x0;if(_0x27054f&&_0x4b452c&&!_0x3bfd48){try{var _0x599fd7,_0x53e63c;(_0x599fd7=(_0x53e63c=_0x27054f['engine'])[_0xd79b85(0x1dc)])==null||_0x599fd7[_0xd79b85(0x353)](_0x53e63c);}catch{}_0x27054f[_0xd79b85(0x266)][_0xd79b85(0x65a)](_0x4b452c),_0x4c745b(_0x27054f,{'activate':!0x0}),_0x4b452c[_0xd79b85(0x810)]['embedChildRenderUnitId']=_0x22609e[_0xd79b85(0x27a)],_0x4b452c[_0xd79b85(0x810)][_0xd79b85(0x5e7)]='slide-canvas';}let _0x31329c=_0xeb3d32(_0x2612fe);return _0x2612fe[_0xd79b85(0x810)][_0xd79b85(0x6a8)]=_0x22609e[_0xd79b85(0x27a)],_0x2612fe[_0xd79b85(0x810)]['embedChildRenderMode']=_0xd79b85(0x204),_0x31329c['render']((0x0,_0x5c0f5d[_0xd79b85(0x7ba)])(_0x4f3c32,{'injector':_0x24d56d,'mountContainer':_0x22609e[_0xd79b85(0x17b)]['roots'][_0xd79b85(0x828)],'embedId':_0x22609e[_0xd79b85(0x576)],'passThroughWheelGestures':_0x22609e[_0xd79b85(0x84f)][_0xd79b85(0x744)]===_0xd79b85(0x21d)&&!_0x22609e[_0xd79b85(0x84f)][_0xd79b85(0x4fa)],'children':_0x3bfd48?(0x0,_0x5c0f5d[_0xd79b85(0x7ba)])(_0x5dbcbd[_0xd79b85(0x491)],{'unitId':_0x22609e['childUnitId'],'active$':_0x22609e[_0xd79b85(0x84f)][_0xd79b85(0x829)]}):(0x0,_0x5c0f5d[_0xd79b85(0x7ba)])(_0x5dbcbd[_0xd79b85(0x50b)],{})})),(0x0,_0x414d24[_0xd79b85(0x5f4)])(()=>{const _0x4deeb5=_0xd79b85;_0x359267[_0x4deeb5(0x3b7)](),_0x4edba6[_0x4deeb5(0x3b7)]();try{var _0x1511b9,_0x2c45bc;_0x27054f==null||(_0x2c45bc=(_0x1511b9=_0x27054f[_0x4deeb5(0x266)])[_0x4deeb5(0x1dc)])==null||_0x2c45bc[_0x4deeb5(0x353)](_0x1511b9);}catch{}_0x37e4b2[_0x4deeb5(0x3e4)](_0x22609e['childUnitId']),_0x533a4a(_0x31329c),_0x2612fe['isConnected']&&(_0x2612fe[_0x4deeb5(0x5b6)](_0x4deeb5(0x346)),_0x2612fe[_0x4deeb5(0x5b6)]('data-embed-child-render-mode')),_0x4b452c!=null&&_0x4b452c[_0x4deeb5(0x52c)]&&(_0x4b452c[_0x4deeb5(0x5b6)](_0x4deeb5(0x346)),_0x4b452c['removeAttribute'](_0x4deeb5(0x2f0))),_0x24d56d['dispose']();});}function _0x4330a6(_0x51ca45,_0x49a3a2,_0x1986b2){const _0x102200=_0x19cb8f;let _0x14a782=_0x49a3a2[_0x102200(0x446)][_0x102200(0x132)](_0x5891e3=>{const _0x241796=_0x102200;var _0x44ce99;_0x1986b2['setContextValue'](_0x414d24[_0x241796(0x5de)],((_0x44ce99=_0x5891e3[_0x241796(0x585)])==null?void 0x0:_0x44ce99[_0x241796(0x448)])===_0x51ca45&&_0x5891e3[_0x241796(0x4a2)]['length']>0x0);});return(0x0,_0x414d24['toDisposable'])(()=>{const _0x42245e=_0x102200;_0x14a782[_0x42245e(0x333)](),_0x1986b2[_0x42245e(0x677)](_0x414d24[_0x42245e(0x5de)],!0x1);});}function _0x123e72(_0x509e8a,_0x19c43d){const _0x5ca8d4=_0x19cb8f;var _0x453768,_0x35bc20;let _0x3ead12=_0x19c43d==null?void 0x0:_0x19c43d[_0x5ca8d4(0x557)],_0x42686c=_0x3ead12&&_0x509e8a[_0x5ca8d4(0x47b)][_0x5ca8d4(0x35e)](_0x3ead12)?_0x3ead12:(_0x453768=_0x509e8a['pageManager'][_0x5ca8d4(0x30d)]()[0x0])==null?void 0x0:_0x453768[_0x5ca8d4(0x69a)]();_0x42686c&&((_0x35bc20=_0x509e8a[_0x5ca8d4(0x47b)][_0x5ca8d4(0x6e2)]())==null?void 0x0:_0x35bc20['getId']())!==_0x42686c&&_0x509e8a[_0x5ca8d4(0x47b)]['setActiveSlide'](_0x42686c);}function _0x2bbb08(_0x4bdf2e){const _0x4542bb=_0x19cb8f;return _0x4bdf2e['renderScope'][_0x4542bb(0x744)]==='float'&&!_0x4bdf2e[_0x4542bb(0x84f)][_0x4542bb(0x4fa)]&&_0x4bdf2e[_0x4542bb(0x447)]===_0x4542bb(0x395);}let _0x2c56b1=class{constructor(_0x42e7e0,_0x22563d){const _0x4b3b00=_0x19cb8f;this[_0x4b3b00(0x3eb)]=_0x42e7e0,this[_0x4b3b00(0x571)]=_0x22563d,_0x53835d(this,'childType',_0x414d24['UniverInstanceType'][_0x4b3b00(0x833)]);}[_0x19cb8f(0x3a7)](_0x25d860){const _0x4d4d5b=_0x19cb8f;var _0xcc5d41,_0x387577;let _0x4c8380=this[_0x4d4d5b(0x10e)](_0x25d860[_0x4d4d5b(0x27a)]),_0x52c820=(_0x4c8380==null||(_0xcc5d41=_0x4c8380[_0x4d4d5b(0x47b)][_0x4d4d5b(0x6e2)]())==null?void 0x0:_0xcc5d41['getId']())??'';return{'unitId':_0x25d860[_0x4d4d5b(0x27a)],'pageId':_0x52c820,'scaleMode':_0x4d4d5b(0x5a3),'zoomRatio':_0x4c8380==null||(_0x387577=_0x4c8380[_0x4d4d5b(0x5c3)])==null?void 0x0:_0x387577['call'](_0x4c8380)};}[_0x19cb8f(0x1c5)](_0x287b9c,_0x2a5fc5){const _0x3971e6=_0x19cb8f;let _0x40b89f=this[_0x3971e6(0x10e)](_0x287b9c[_0x3971e6(0x27a)]);!_0x40b89f||!_0x2a5fc5['pageId']||!_0x40b89f['pageManager'][_0x3971e6(0x35e)](_0x2a5fc5['pageId'])||_0x40b89f['pageManager'][_0x3971e6(0x5d6)](_0x2a5fc5[_0x3971e6(0x557)]);}['renderPreview'](_0x148805){const _0x2ffcd6=_0x19cb8f;var _0x5ea874,_0x59f716,_0x3a3394;let _0x5ab700=this[_0x2ffcd6(0x10e)](_0x148805['childUnitId']),_0x587067=(_0x5ea874=_0x148805[_0x2ffcd6(0x7eb)])==null?void 0x0:_0x5ea874[_0x2ffcd6(0x557)];_0x5ab700&&_0x587067&&_0x5ab700[_0x2ffcd6(0x47b)]['getSlide'](_0x587067)&&_0x5ab700[_0x2ffcd6(0x47b)][_0x2ffcd6(0x5d6)](_0x587067);let _0x3a7d8e=this[_0x2ffcd6(0x240)](_0x148805[_0x2ffcd6(0x27a)]),_0x44d127=_0x3a7d8e==null||(_0x59f716=_0x3a7d8e['engine'])==null||(_0x3a3394=_0x59f716['getCanvasElement'])==null?void 0x0:_0x3a3394['call'](_0x59f716);if(_0x3a7d8e&&(!_0x44d127||_0x44d127[_0x2ffcd6(0x597)]<=0x1||_0x44d127['height']<=0x1)&&(_0x44d127=_0x4d345e(_0x3a7d8e,_0x148805[_0x2ffcd6(0x597)],_0x148805['height'])),!(!_0x44d127||_0x44d127[_0x2ffcd6(0x597)]<=0x1||_0x44d127[_0x2ffcd6(0x101)]<=0x1||typeof _0x44d127[_0x2ffcd6(0x3b6)]!=_0x2ffcd6(0x697)))try{let _0x4966ec=_0x5ab700?(0x0,_0x5dbcbd['resolveSlideLogicalPageSize'])(_0x5ab700[_0x2ffcd6(0x31b)]()[_0x2ffcd6(0xb1)]):void 0x0,_0x152684=_0x4966ec?_0x4966ec[_0x2ffcd6(0x597)]/_0x4966ec[_0x2ffcd6(0x101)]:void 0x0,_0x458bb1=_0x3aa715(_0x3a7d8e,_0x44d127['width'],_0x44d127[_0x2ffcd6(0x101)])??(_0x152684?_0x3efb13(_0x44d127[_0x2ffcd6(0x597)],_0x44d127[_0x2ffcd6(0x101)],_0x152684):void 0x0);return _0x691339(_0x44d127,_0x148805[_0x2ffcd6(0x597)],_0x148805[_0x2ffcd6(0x101)],_0x148805['dpr'],_0x458bb1)??_0x44d127['toDataURL']('image/png');}catch{return;}}['_getSlideModel'](_0x288c10){const _0x32cae6=_0x19cb8f;return this['_instanceService'][_0x32cae6(0xf7)](_0x288c10,_0x414d24[_0x32cae6(0x4ed)][_0x32cae6(0x833)])??void 0x0;}[_0x19cb8f(0x240)](_0xdacbec){const _0x10b46d=_0x19cb8f;let _0x5b6d97=this[_0x10b46d(0x571)]['getRenderUnitById'](_0xdacbec);if(_0x5b6d97)return _0x5b6d97;try{return this[_0x10b46d(0x571)][_0x10b46d(0x1e0)](_0xdacbec);}catch{return;}}};_0x2c56b1=_0x276853([_0x482d3a(0x0,_0x414d24[_0x19cb8f(0x468)]),_0x482d3a(0x1,_0x1ed905[_0x19cb8f(0x3ba)])],_0x2c56b1);function _0x4d345e(_0x37eee4,_0x1434e2,_0x467901){const _0x207b8d=_0x19cb8f;if(typeof document>'u')return;let _0x15f0f9=_0x37eee4[_0x207b8d(0x266)],_0x46662d=_0x37eee4[_0x207b8d(0x89a)];if(!(_0x15f0f9!=null&&_0x15f0f9['mount'])||!_0x15f0f9[_0x207b8d(0x628)])return;let _0x412f8=document[_0x207b8d(0x3a6)](_0x207b8d(0x5ff));_0x412f8[_0x207b8d(0x163)][_0x207b8d(0x84e)]='fixed',_0x412f8['style']['left']=_0x207b8d(0x65b),_0x412f8[_0x207b8d(0x163)][_0x207b8d(0x678)]=_0x207b8d(0x65b),_0x412f8[_0x207b8d(0x163)][_0x207b8d(0x597)]=Math[_0x207b8d(0x2ad)](0x1,Math[_0x207b8d(0x71b)](_0x1434e2))+'px',_0x412f8['style'][_0x207b8d(0x101)]=Math[_0x207b8d(0x2ad)](0x1,Math[_0x207b8d(0x71b)](_0x467901))+'px',_0x412f8['style'][_0x207b8d(0x37d)]=_0x207b8d(0x489),_0x412f8[_0x207b8d(0x810)][_0x207b8d(0x823)]=_0x207b8d(0x223),document['body'][_0x207b8d(0x46f)](_0x412f8);try{var _0x41f390,_0x5d1b16,_0x72099c;return _0x15f0f9[_0x207b8d(0x65a)](_0x412f8),_0x15f0f9[_0x207b8d(0x628)](),_0x46662d==null||(_0x41f390=_0x46662d['makeDirty'])==null||_0x41f390[_0x207b8d(0x353)](_0x46662d,!0x0),_0x46662d==null||(_0x5d1b16=_0x46662d[_0x207b8d(0x378)])==null||_0x5d1b16['call'](_0x46662d),(_0x72099c=_0x15f0f9[_0x207b8d(0x51d)])==null?void 0x0:_0x72099c[_0x207b8d(0x353)](_0x15f0f9);}finally{_0x412f8[_0x207b8d(0x7b3)]();}}function _0x3efb13(_0x17c6f6,_0xaf8132,_0x108d10){const _0x528623=_0x19cb8f;let _0xbf725b=Math['max'](0x1,Math[_0x528623(0x71b)](_0x17c6f6)),_0x2f8364=Math[_0x528623(0x2ad)](0x1,Math[_0x528623(0x71b)](_0xaf8132));if(!Number[_0x528623(0x60e)](_0x108d10)||_0x108d10<=0x0)return{'sx':0x0,'sy':0x0,'sWidth':_0xbf725b,'sHeight':_0x2f8364};if(_0xbf725b/_0x2f8364>_0x108d10){let _0x1bb1e6=Math[_0x528623(0x71b)](_0x2f8364*_0x108d10);return{'sx':Math[_0x528623(0x2ad)](0x0,Math['round']((_0xbf725b-_0x1bb1e6)/0x2)),'sy':0x0,'sWidth':_0x1bb1e6,'sHeight':_0x2f8364};}let _0x2e566c=Math[_0x528623(0x71b)](_0xbf725b/_0x108d10);return{'sx':0x0,'sy':Math[_0x528623(0x2ad)](0x0,Math[_0x528623(0x71b)]((_0x2f8364-_0x2e566c)/0x2)),'sWidth':_0xbf725b,'sHeight':_0x2e566c};}function _0x38ca18(_0x4bec8c,_0x38cfec,_0x25ba80,_0x10b9cb,_0x5d46a9){const _0x3d4969=_0x19cb8f;if(typeof _0x25ba80[_0x3d4969(0x3b4)]!=_0x3d4969(0x700)||typeof _0x25ba80['top']!=_0x3d4969(0x700)||typeof _0x25ba80['width']!=_0x3d4969(0x700)||typeof _0x25ba80[_0x3d4969(0x101)]!=_0x3d4969(0x700)||_0x25ba80[_0x3d4969(0x597)]<=0x0||_0x25ba80[_0x3d4969(0x101)]<=0x0)return;let _0x178192=Math['max'](0x0,Math[_0x3d4969(0x71b)](_0x25ba80[_0x3d4969(0x3b4)]*_0x10b9cb)),_0x4a4dd9=Math[_0x3d4969(0x2ad)](0x0,Math['round'](_0x25ba80[_0x3d4969(0x678)]*_0x5d46a9));return{'sx':_0x178192,'sy':_0x4a4dd9,'sWidth':Math['min'](Math['max'](0x1,Math[_0x3d4969(0x71b)](_0x25ba80[_0x3d4969(0x597)]*_0x10b9cb)),Math['max'](0x1,Math[_0x3d4969(0x71b)](_0x4bec8c-_0x178192))),'sHeight':Math[_0x3d4969(0x484)](Math[_0x3d4969(0x2ad)](0x1,Math[_0x3d4969(0x71b)](_0x25ba80[_0x3d4969(0x101)]*_0x5d46a9)),Math[_0x3d4969(0x2ad)](0x1,Math[_0x3d4969(0x71b)](_0x38cfec-_0x4a4dd9)))};}function _0x3aa715(_0x5cdb2d,_0x5876e9,_0x2b4382){const _0x2f8f80=_0x19cb8f;var _0x235ac8,_0x28d1e5;let _0x137103=_0x5cdb2d==null?void 0x0:_0x5cdb2d[_0x2f8f80(0x89a)],_0x81ed55=_0x137103==null||(_0x235ac8=_0x137103[_0x2f8f80(0x187)])==null?void 0x0:_0x235ac8['call'](_0x137103,_0x5dbcbd[_0x2f8f80(0x3ac)]),_0x59521f=_0x137103==null||(_0x28d1e5=_0x137103[_0x2f8f80(0x703)])==null?void 0x0:_0x28d1e5[_0x2f8f80(0x353)](_0x137103),_0x3bd5c2=(_0x59521f==null?void 0x0:_0x59521f[_0x2f8f80(0x1a0)])??(_0x137103==null?void 0x0:_0x137103[_0x2f8f80(0x1a0)])??0x1,_0x3ff6cb=(_0x59521f==null?void 0x0:_0x59521f[_0x2f8f80(0x84d)])??(_0x137103==null?void 0x0:_0x137103[_0x2f8f80(0x84d)])??_0x3bd5c2;return _0x81ed55?_0x38ca18(_0x5876e9,_0x2b4382,_0x81ed55,_0x3bd5c2,_0x3ff6cb):void 0x0;}function _0x691339(_0x24074c,_0x335513,_0x33e816,_0x577a3b,_0x41bbeb){const _0x54866f=_0x19cb8f;if(typeof document>'u'||!_0x41bbeb)return;let _0x230e93=document['createElement'](_0x54866f(0x209));_0x230e93[_0x54866f(0x597)]=Math[_0x54866f(0x2ad)](0x1,Math[_0x54866f(0x71b)](_0x335513*Math[_0x54866f(0x2ad)](0x1,_0x577a3b||0x1))),_0x230e93['height']=Math[_0x54866f(0x2ad)](0x1,Math['round'](_0x33e816*Math[_0x54866f(0x2ad)](0x1,_0x577a3b||0x1)));let _0x14a57f=null;try{_0x14a57f=_0x230e93[_0x54866f(0x396)]('2d');}catch{return;}if(_0x14a57f)return _0x14a57f[_0x54866f(0x15e)](_0x24074c,_0x41bbeb['sx'],_0x41bbeb['sy'],_0x41bbeb[_0x54866f(0x3c6)],_0x41bbeb['sHeight'],0x0,0x0,_0x230e93[_0x54866f(0x597)],_0x230e93[_0x54866f(0x101)]),_0x230e93[_0x54866f(0x3b6)](_0x54866f(0x369));}let _0x4c6e9b='slides-page-list-block';function _0x12fd64(_0x66e729,_0x583110){const _0x218f86=_0x19cb8f;let _0x2dee4c=!0x1,_0x58d3c1,_0x307145,_0x4b8a23,_0x216ae5=_0x4e225b=>{const _0x277adb=_0x41b8;if(_0x2dee4c||_0x307145||!_0x4e225b[_0x277adb(0x38e)])return;let _0x10e9f2=_0x43d4bc(_0x4e225b[_0x277adb(0x38e)]);_0x10e9f2&&(_0x58d3c1=_0x4f3414(_0x583110['hostElement'],_0x58d3c1,_0x10e9f2));},_0x41d145=_0x66e729[_0x218f86(0x1b1)][_0x218f86(0x4db)][_0x218f86(0x132)](_0x30bbfd=>{const _0x125144=_0x218f86;_0x30bbfd[_0x125144(0x576)]===_0x583110[_0x125144(0x576)]&&(!_0x583110[_0x125144(0x27a)]||_0x30bbfd['childUnitId']===_0x583110[_0x125144(0x27a)])&&_0x216ae5(_0x30bbfd);});return _0x4242b5(_0x66e729,_0x583110)[_0x218f86(0x48e)](_0x43dfcc=>{const _0x3794b6=_0x218f86;if(_0x2dee4c||!_0x43dfcc)return;let _0x3e7349=_0x3fdc30(_0x66e729,_0x583110,_0x43dfcc,()=>_0x2dee4c);if(_0x3e7349){_0x307145=_0x3e7349['lease'],_0x4b8a23=_0x3e7349[_0x3794b6(0x5d1)],_0x58d3c1=void 0x0;return;}_0x27cef9(_0x66e729,_0x583110,_0x43dfcc,_0x216ae5,()=>_0x2dee4c)[_0x3794b6(0x48e)](_0x32c37a=>{const _0x485697=_0x3794b6;!_0x2dee4c&&_0x32c37a&&(_0x58d3c1=_0x4f3414(_0x583110[_0x485697(0x5da)],_0x58d3c1,_0x32c37a));});},()=>{}),(0x0,_0x414d24[_0x218f86(0x5f4)])(()=>{const _0x114a0c=_0x218f86;_0x2dee4c=!0x0,_0x41d145[_0x114a0c(0x333)](),_0x307145==null||_0x307145['dispose'](),_0x307145=void 0x0,_0x4b8a23==null||_0x4b8a23[_0x114a0c(0x3b7)](),_0x4b8a23=void 0x0,_0x58d3c1==null||_0x58d3c1['remove'](),_0x58d3c1=void 0x0;});}function _0x3fdc30(_0x2b5337,_0x359742,_0x40fc48,_0x28b429){const _0x37e1d7=_0x19cb8f;let _0x131dd3=_0x566a60(),_0x51606a;try{var _0x1488b8;if(_0x51606a=_0x2b5337[_0x37e1d7(0x11f)][_0x37e1d7(0x296)]({..._0x40fc48,'mode':_0x37e1d7(0x2fb)},_0x131dd3[_0x37e1d7(0x313)]),!_0x51606a[_0x37e1d7(0x1d2)][_0x37e1d7(0x585)])throw Error(_0x37e1d7(0x29a));if(_0x28b429()){_0x51606a[_0x37e1d7(0x3b7)](),_0x131dd3['dispose']();return;}_0x2b5337[_0x37e1d7(0xbc)][_0x37e1d7(0x27c)](_0x40fc48),_0x2a7a17(_0x131dd3[_0x37e1d7(0x313)]);let _0x2671a4=_0x51606a[_0x37e1d7(0x1d2)][_0x37e1d7(0x585)],_0x125b79=(_0x1488b8=_0x2b5337[_0x37e1d7(0x222)][_0x37e1d7(0x8ee)](_0x51606a[_0x37e1d7(0x1d2)][_0x37e1d7(0x23a)]))==null?void 0x0:_0x1488b8[_0x37e1d7(0x66c)];return _0x131dd3['addDisposer'](_0x57129b(_0x131dd3['runtimeHost'],_0x2671a4,_0x359742[_0x37e1d7(0x3a2)],_0x125b79)),_0x359742[_0x37e1d7(0x5da)][_0x37e1d7(0x578)](_0x131dd3[_0x37e1d7(0x73a)]),_0x131dd3[_0x37e1d7(0x342)](_0x51726c(_0x2b5337,_0x51606a,_0x131dd3[_0x37e1d7(0x313)],_0x131dd3[_0x37e1d7(0x40c)],_0x359742[_0x37e1d7(0x3a2)],_0x125b79)),{'lease':_0x51606a,'elements':_0x131dd3};}catch{_0x51606a==null||_0x51606a['dispose'](),_0x131dd3['dispose']();return;}}async function _0x4242b5(_0x823eb8,_0x2d886e){const _0xf0febb=_0x19cb8f;let _0x318e19=_0x823eb8[_0xf0febb(0x863)][_0xf0febb(0x62c)](_0x2d886e[_0xf0febb(0x672)],_0x2d886e[_0xf0febb(0x576)])??_0x1395cb(_0x2d886e);if(_0x318e19){try{_0x318e19=await _0x823eb8[_0xf0febb(0x4ab)]['materializeDescriptor']({'descriptor':_0x318e19});}catch{}return _0x318e19[_0xf0febb(0x27a)]&&_0x318e19[_0xf0febb(0x23a)]!=null?_0x318e19:void 0x0;}}async function _0x27cef9(_0x10698c,_0x51a972,_0x2e6fe5,_0x42fd50,_0x22c9c9){const _0x164cb9=_0x19cb8f;var _0xfbd344,_0x41695a;let _0x529ba0=await((_0xfbd344=_0x10698c[_0x164cb9(0x561)])==null?void 0x0:_0xfbd344[_0x164cb9(0x15b)](_0x51a972[_0x164cb9(0x590)]));if(_0x22c9c9())return;if(_0x529ba0)return _0x43d4bc(_0x529ba0);let _0x3590f1=_0x2e6fe5['childUnitId'],_0x2fe54d=_0x2e6fe5['childType'];if(!_0x3590f1||_0x2fe54d==null)return;let _0x49f84c=(_0x41695a=_0x10698c[_0x164cb9(0x561)])==null?void 0x0:_0x41695a[_0x164cb9(0x3a3)](_0x51a972[_0x164cb9(0x590)]);_0x42fd50(_0x10698c[_0x164cb9(0x1b1)][_0x164cb9(0x6c9)]({'descriptor':{..._0x2e6fe5,'mode':_0x164cb9(0x2fb)},'childUnitId':_0x3590f1,'childType':_0x2fe54d,'width':Math[_0x164cb9(0x2ad)](0x1,_0x51a972[_0x164cb9(0x597)]),'height':Math['max'](0x1,_0x51a972[_0x164cb9(0x101)]),'dpr':Math[_0x164cb9(0x2ad)](0x1,Math[_0x164cb9(0x484)](0x2,_0x51a972[_0x164cb9(0x39b)])),'reason':_0x164cb9(0x3f2),'context':_0x49f84c}));}function _0x566a60(){const _0x233c99=_0x19cb8f;let _0x58e410=document['createElement']('div');_0x58e410[_0x233c99(0x810)][_0x233c99(0x6cb)]=_0x233c99(0x223),_0x58e410[_0x233c99(0x163)][_0x233c99(0x84e)]=_0x233c99(0x483),_0x58e410['style']['inset']='0',_0x58e410['style'][_0x233c99(0x86c)]=_0x233c99(0x12f),_0x58e410[_0x233c99(0x163)]['overflow']=_0x233c99(0x2ac);let _0xfd73af=document['createElement'](_0x233c99(0x5ff));_0xfd73af['dataset'][_0x233c99(0x859)]=_0x233c99(0x223),_0xfd73af[_0x233c99(0x810)][_0x233c99(0x2a2)]='true',_0xfd73af[_0x233c99(0x163)][_0x233c99(0x84e)]='absolute',_0xfd73af[_0x233c99(0x163)][_0x233c99(0x8a7)]='0',_0xfd73af['style'][_0x233c99(0x83c)]='0',_0xfd73af[_0x233c99(0x163)][_0x233c99(0x5ad)]=_0x233c99(0x2ac),_0xfd73af[_0x233c99(0x163)][_0x233c99(0x37d)]='none';let _0x23c4e4=document[_0x233c99(0x3a6)](_0x233c99(0x5ff));_0x23c4e4[_0x233c99(0x810)][_0x233c99(0x10d)]=_0x233c99(0x223),_0x23c4e4[_0x233c99(0x163)][_0x233c99(0x84e)]=_0x233c99(0x483),_0x23c4e4[_0x233c99(0x163)]['inset']='0',_0x23c4e4['style'][_0x233c99(0x83c)]='1',_0x23c4e4['style'][_0x233c99(0x37d)]=_0x233c99(0x45a),_0x23c4e4[_0x233c99(0x163)]['touchAction']=_0x233c99(0x489),_0x58e410[_0x233c99(0x853)](_0xfd73af,_0x23c4e4);let _0xf66725=[];return{'surface':_0x58e410,'runtimeHost':_0xfd73af,'interactionGate':_0x23c4e4,'addDisposer':_0x5d1ebe=>_0xf66725[_0x233c99(0x731)](_0x5d1ebe),'dispose':()=>{const _0x17f642=_0x233c99;_0xf66725[_0x17f642(0x2c5)](0x0)[_0x17f642(0x82d)]()[_0x17f642(0x2f2)](_0xbd263f=>_0xbd263f()),_0x58e410[_0x17f642(0x7b3)]();}};}function _0x2a7a17(_0x3cd5cb){const _0x2024a1=_0x19cb8f;_0x3cd5cb[_0x2024a1(0x163)]['pointerEvents']=_0x2024a1(0x489);}function _0x57129b(_0xabc8cf,_0x4d37d2,_0x2ae0e7,_0x500570){const _0x47e5e2=_0x19cb8f;if(_0x2ae0e7!==_0x4c6e9b||!(_0x500570!=null&&_0x500570['getChromeCss']))return()=>{};let _0x41bc8e=_0x500570['getChromeCss']({'childContext':_0x4d37d2,'entry':_0x2ae0e7,'runtimeHost':_0xabc8cf});if(!_0x41bc8e)return()=>{};let _0x24a177=_0xabc8cf['ownerDocument'][_0x47e5e2(0x3a6)](_0x47e5e2(0x163));return _0x24a177[_0x47e5e2(0x810)][_0x47e5e2(0x18a)]=_0x47e5e2(0x223),_0x24a177[_0x47e5e2(0x6f5)]=_0x41bc8e,_0xabc8cf[_0x47e5e2(0x157)](_0x24a177),()=>_0x24a177[_0x47e5e2(0x7b3)]();}function _0x51726c(_0x238b1a,_0x324493,_0x5ed7e9,_0x223d13,_0xf59291,_0x32f72e){const _0x19062a=_0x19cb8f;let _0x2e5318=_0x21fe89=>{const _0x2e54a8=_0x41b8;_0x21fe89[_0x2e54a8(0x276)](),_0x21fe89['stopPropagation']();},_0x4aaf8f=_0x1978dc=>{const _0x46d440=_0x41b8;if(_0xf59291===_0x4c6e9b&&_0x28000b(_0x5ed7e9,_0x324493,_0x32f72e,_0x1978dc['clientX'],_0x1978dc[_0x46d440(0x1e8)])){_0x1978dc[_0x46d440(0x276)](),_0x1978dc[_0x46d440(0x732)]();return;}_0x2e5318(_0x1978dc);},_0x4289dd=_0x4dbf7a=>{const _0x3eaff9=_0x41b8;var _0x157375;let _0xa7627f=_0x324493['session'][_0x3eaff9(0x585)];if(!_0xa7627f)return;let _0x2ab1a9={..._0xa7627f,'event':_0x4dbf7a,'stage':_0x3eaff9(0x4d3),'source':_0x3eaff9(0x73e)},_0x19b346=_0x238b1a[_0x3eaff9(0x3d9)][_0x3eaff9(0x514)](_0x2ab1a9),_0x144894=!_0x19b346&&((_0x157375=_0x238b1a[_0x3eaff9(0x2e4)][_0x3eaff9(0x8ee)](_0xa7627f['childType'],_0xa7627f['layout']))==null?void 0x0:_0x157375['handleWheel'](_0x2ab1a9))===!0x0;(_0x19b346||_0x144894)&&(_0x4dbf7a['preventDefault'](),_0x4dbf7a[_0x3eaff9(0x732)](),_0x4dbf7a[_0x3eaff9(0x45c)]());},_0x1b0198=[_0x19062a(0x381),_0x19062a(0x201),_0x19062a(0x2ae),_0x19062a(0x83a)];return _0x1b0198[_0x19062a(0x2f2)](_0x2416d6=>_0x223d13['addEventListener'](_0x2416d6,_0x2e5318)),_0x223d13[_0x19062a(0x474)](_0x19062a(0x870),_0x4aaf8f),_0x223d13[_0x19062a(0x474)](_0x19062a(0x73e),_0x4289dd,{'passive':!0x1}),()=>{const _0xa76084=_0x19062a;_0x1b0198[_0xa76084(0x2f2)](_0x3efbe5=>_0x223d13[_0xa76084(0x8f5)](_0x3efbe5,_0x2e5318)),_0x223d13[_0xa76084(0x8f5)](_0xa76084(0x870),_0x4aaf8f),_0x223d13[_0xa76084(0x8f5)]('wheel',_0x4289dd);};}function _0x28000b(_0x2f38c0,_0x241c62,_0x27adb5,_0xea1017,_0x1b954f){const _0x4a4826=_0x19cb8f;let _0x205f57=_0x241c62[_0x4a4826(0x1d2)][_0x4a4826(0x585)];return!_0x205f57||!(_0x27adb5!=null&&_0x27adb5[_0x4a4826(0x2b2)])?!0x1:_0x27adb5[_0x4a4826(0x2b2)]({'childContext':_0x205f57,'clientX':_0xea1017,'clientY':_0x1b954f,'entry':_0x4c6e9b,'runtimeHost':_0x2f38c0});}function _0x1395cb(_0x9a9733){const _0x49e972=_0x19cb8f;if(!(!_0x9a9733[_0x49e972(0x27a)]||_0x9a9733[_0x49e972(0x23a)]==null))return{'embedId':_0x9a9733[_0x49e972(0x576)],'hostUnitId':_0x9a9733[_0x49e972(0x672)],'hostType':_0x414d24[_0x49e972(0x4ed)][_0x49e972(0x833)],'entry':_0x9a9733[_0x49e972(0x3a2)],'hostAnchorId':_0x9a9733[_0x49e972(0x590)],'childUnitId':_0x9a9733[_0x49e972(0x27a)],'childType':_0x9a9733[_0x49e972(0x23a)],'mode':'readonly','source':{'unitType':_0x9a9733[_0x49e972(0x23a)],'ref':{'file':{'kind':_0x5e7b5b[_0x49e972(0x1cc)][_0x49e972(0x74c)]},'unit':{'selector':_0x9a9733['childUnitId'],'type':(0x0,_0x5e7b5b[_0x49e972(0x186)])(_0x9a9733[_0x49e972(0x23a)])}}},'sourceMeta':{'floating':_0x9a9733['entry']===_0x49e972(0x33d)&&{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x1},'tab':_0x9a9733['entry']===_0x49e972(0x527)&&{'enabled':!0x0,'container':_0x49e972(0x662),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}};}function _0x43d4bc(_0x41f549){const _0x2771db=_0x19cb8f;if(typeof _0x41f549==_0x2771db(0x3e0))return _0x41f549;if(typeof HTMLCanvasElement<'u'&&_0x41f549 instanceof HTMLCanvasElement)try{return _0x41f549[_0x2771db(0x3b6)](_0x2771db(0x369));}catch{return;}if(typeof ImageBitmap<'u'&&_0x41f549 instanceof ImageBitmap&&typeof document<'u'){let _0x27ac01=document[_0x2771db(0x3a6)]('canvas');_0x27ac01[_0x2771db(0x597)]=_0x41f549[_0x2771db(0x597)],_0x27ac01[_0x2771db(0x101)]=_0x41f549[_0x2771db(0x101)];let _0x46741b=_0x27ac01[_0x2771db(0x396)]('2d');return _0x46741b?(_0x46741b[_0x2771db(0x15e)](_0x41f549,0x0,0x0),_0x27ac01[_0x2771db(0x3b6)](_0x2771db(0x369))):void 0x0;}}function _0x4f3414(_0x43984b,_0x28ad7e,_0x71ca45){const _0x24a17b=_0x19cb8f;let _0x22c03d=_0x28ad7e??document['createElement'](_0x24a17b(0x3d0));return _0x22c03d['alt']='',_0x22c03d['dataset'][_0x24a17b(0x7b8)]=_0x24a17b(0x223),_0x22c03d['style'][_0x24a17b(0x63a)]='block',_0x22c03d[_0x24a17b(0x163)]['width']='100%',_0x22c03d[_0x24a17b(0x163)][_0x24a17b(0x101)]=_0x24a17b(0x4d0),_0x22c03d[_0x24a17b(0x163)][_0x24a17b(0x2f8)]=_0x24a17b(0x8b5),_0x22c03d[_0x24a17b(0x163)][_0x24a17b(0x37d)]=_0x24a17b(0x489),_0x22c03d[_0x24a17b(0xef)]=_0x71ca45,_0x22c03d['parentElement']!==_0x43984b&&_0x43984b['replaceChildren'](_0x22c03d),_0x22c03d;}let _0xaf2843=class{constructor(_0x3e8cc5,_0x540354){const _0x2b03a5=_0x19cb8f;this['_instanceService']=_0x3e8cc5,this['_renderManagerService']=_0x540354,_0x53835d(this,_0x2b03a5(0x23a),_0x414d24[_0x2b03a5(0x4ed)]['UNIVER_SLIDE']),_0x53835d(this,_0x2b03a5(0x6db),[_0x2b03a5(0x395)]);}[_0x19cb8f(0x65a)](_0x201477){const _0x45e75c=_0x19cb8f;var _0x19d8ba;let _0x1b3e6c=this[_0x45e75c(0x10e)](_0x201477[_0x45e75c(0x27a)]);if(!_0x1b3e6c)return;(_0x19d8ba=_0x201477[_0x45e75c(0x7eb)])!=null&&_0x19d8ba['pageId']&&_0x1b3e6c[_0x45e75c(0x47b)][_0x45e75c(0x35e)](_0x201477[_0x45e75c(0x7eb)][_0x45e75c(0x557)])&&_0x1b3e6c['pageManager']['setActiveSlide'](_0x201477[_0x45e75c(0x7eb)]['pageId']);let _0x1dc3e3=_0x4aacd2(_0x5c325c(_0x201477));if(!_0x1dc3e3)return;let _0xa76f53=_0x201477[_0x45e75c(0x6f8)][_0x45e75c(0x209)]?_0x5a052f(this[_0x45e75c(0x571)],_0x201477[_0x45e75c(0x27a)],_0x1dc3e3):void 0x0;if(!_0xa76f53){_0x1dc3e3['dispose']();return;}_0x201477[_0x45e75c(0x6f8)][_0x45e75c(0x209)]&&(_0x201477[_0x45e75c(0x6f8)][_0x45e75c(0x209)][_0x45e75c(0x810)][_0x45e75c(0x6a8)]=_0x201477[_0x45e75c(0x27a)],_0x201477[_0x45e75c(0x6f8)][_0x45e75c(0x209)][_0x45e75c(0x810)][_0x45e75c(0x5e7)]=_0x45e75c(0x5e1));let _0x1717cd=_0xeb3d32(_0x201477['roots'][_0x45e75c(0x2e6)]);return _0x201477[_0x45e75c(0x6f8)]['content'][_0x45e75c(0x810)][_0x45e75c(0x6a8)]=_0x201477[_0x45e75c(0x27a)],_0x201477['roots']['content'][_0x45e75c(0x810)][_0x45e75c(0x5e7)]='slide-readonly-preview',_0x1717cd[_0x45e75c(0x378)]((0x0,_0x5c0f5d[_0x45e75c(0x7ba)])(_0x4f3c32,{'injector':_0x1dc3e3,'mountContainer':_0x201477[_0x45e75c(0x6f8)]['root'],'embedId':_0x201477['embedId'],'passThroughWheelGestures':!0x0,'children':(0x0,_0x5c0f5d[_0x45e75c(0x7ba)])(_0x5dbcbd[_0x45e75c(0xea)],{'unitId':_0x201477[_0x45e75c(0x27a)],'render':_0xa76f53})})),(0x0,_0x414d24[_0x45e75c(0x5f4)])(()=>{const _0x4d1fc2=_0x45e75c;var _0x44196b,_0x3c27e1,_0x11ca48,_0x416395;try{var _0xcf1a82,_0x12cae5;_0xa76f53==null||(_0x12cae5=(_0xcf1a82=_0xa76f53[_0x4d1fc2(0x266)])[_0x4d1fc2(0x1dc)])==null||_0x12cae5['call'](_0xcf1a82);}catch{}(_0x44196b=(_0x3c27e1=this['_renderManagerService'])[_0x4d1fc2(0x3e4)])==null||_0x44196b[_0x4d1fc2(0x353)](_0x3c27e1,_0x201477[_0x4d1fc2(0x27a)]),_0x533a4a(_0x1717cd),_0x201477[_0x4d1fc2(0x6f8)][_0x4d1fc2(0x2e6)]['removeAttribute']('data-embed-child-render-unit-id'),_0x201477[_0x4d1fc2(0x6f8)]['content'][_0x4d1fc2(0x5b6)](_0x4d1fc2(0x2f0)),(_0x11ca48=_0x201477[_0x4d1fc2(0x6f8)][_0x4d1fc2(0x209)])==null||_0x11ca48[_0x4d1fc2(0x5b6)](_0x4d1fc2(0x346)),(_0x416395=_0x201477[_0x4d1fc2(0x6f8)][_0x4d1fc2(0x209)])==null||_0x416395['removeAttribute'](_0x4d1fc2(0x2f0)),_0x1dc3e3[_0x4d1fc2(0x3b7)]();});}['handleWheel'](_0x2186b4){const _0x27ef16=_0x19cb8f;var _0x189bda,_0x324663;let _0x44fb5b=this[_0x27ef16(0x10e)](_0x2186b4[_0x27ef16(0x27a)]);if(!_0x44fb5b)return!0x1;let _0x3838d1=Math[_0x27ef16(0x5a5)](_0x2186b4['event'][_0x27ef16(0x789)])>=Math[_0x27ef16(0x5a5)](_0x2186b4['event'][_0x27ef16(0x602)])?_0x2186b4[_0x27ef16(0x202)][_0x27ef16(0x789)]:_0x2186b4[_0x27ef16(0x202)][_0x27ef16(0x602)];if(_0x3838d1===0x0)return!0x1;let _0x5c695d=_0x5211ec(_0x44fb5b);if(_0x5c695d[_0x27ef16(0x716)]<0x2)return!0x0;let _0x4e3834=((_0x189bda=_0x44fb5b[_0x27ef16(0x47b)][_0x27ef16(0x6e2)]())==null?void 0x0:_0x189bda[_0x27ef16(0x69a)]())??_0x5c695d[0x0],_0x4a2522=Math[_0x27ef16(0x2ad)](0x0,_0x5c695d[_0x27ef16(0x340)](_0x4e3834)),_0x4b8382=_0x5c695d[Math[_0x27ef16(0x2ad)](0x0,Math[_0x27ef16(0x484)](_0x5c695d[_0x27ef16(0x716)]-0x1,_0x4a2522+(_0x3838d1>0x0?0x1:-0x1)))];return!_0x4b8382||_0x4b8382===_0x4e3834?!0x0:(_0x44fb5b['pageManager'][_0x27ef16(0x5d6)](_0x4b8382),_0x2186b4['updateViewState']({'unitId':_0x2186b4[_0x27ef16(0x27a)],'pageId':_0x4b8382,'scaleMode':_0x27ef16(0x5a3),'zoomRatio':(_0x324663=_0x44fb5b['getZoomRatio'])==null?void 0x0:_0x324663[_0x27ef16(0x353)](_0x44fb5b)}),!0x0);}[_0x19cb8f(0x10e)](_0x1ad3fe){const _0xe56b09=_0x19cb8f;return this[_0xe56b09(0x3eb)]['getUnit'](_0x1ad3fe,_0x414d24[_0xe56b09(0x4ed)]['UNIVER_SLIDE'])??void 0x0;}};_0xaf2843=_0x276853([_0x482d3a(0x0,_0x414d24['IUniverInstanceService']),_0x482d3a(0x1,_0x1ed905[_0x19cb8f(0x3ba)])],_0xaf2843);function _0x5c325c(_0x4f4297){const _0x599e4d=_0x19cb8f;let _0x4b5949=()=>{};return{'descriptor':_0x4f4297[_0x599e4d(0x58f)],'layout':_0x4f4297[_0x599e4d(0x447)],'injector':_0x4f4297[_0x599e4d(0x412)],'hostElement':_0x4f4297[_0x599e4d(0x6f8)]['root'],'container':_0x4f4297['roots'][_0x599e4d(0x270)],'hostUnitId':_0x4f4297[_0x599e4d(0x672)],'embedId':_0x4f4297[_0x599e4d(0x576)],'childUnitId':_0x4f4297[_0x599e4d(0x27a)],'childType':_0x4f4297['childType'],'renderScope':{'hostUnitId':_0x4f4297[_0x599e4d(0x672)],'hostAnchorId':_0x4f4297[_0x599e4d(0x58f)]['hostAnchorId'],'embedId':_0x4f4297[_0x599e4d(0x576)],'childUnitId':_0x4f4297['childUnitId'],'childType':_0x4f4297['childType'],'layout':_0x4f4297[_0x599e4d(0x447)],'mode':'float','rootElement':_0x4f4297['roots'][_0x599e4d(0x270)],'contentRoot':_0x4f4297[_0x599e4d(0x6f8)][_0x599e4d(0x2e6)],'canvasRoot':_0x4f4297[_0x599e4d(0x6f8)][_0x599e4d(0x209)],'active$':(0x0,_0x61d5ff['of'])(!0x1)},'runtimeScope':{'descriptor':_0x4f4297['descriptor'],'host':{'unitId':_0x4f4297[_0x599e4d(0x672)],'type':_0x4f4297['descriptor'][_0x599e4d(0x2b7)],'anchorId':_0x4f4297[_0x599e4d(0x58f)][_0x599e4d(0x590)],'entry':_0x4f4297[_0x599e4d(0x58f)]['entry'],'layout':_0x599e4d(0x21d)},'child':{'unitId':_0x4f4297['childUnitId'],'type':_0x4f4297[_0x599e4d(0x23a)]},'injector':_0x4f4297['injector'],'roots':{'root':_0x4f4297[_0x599e4d(0x6f8)]['root'],'content':_0x4f4297['roots']['content'],'canvas':_0x4f4297[_0x599e4d(0x6f8)]['canvas'],'overlay':_0x4f4297[_0x599e4d(0x6f8)][_0x599e4d(0x270)],'popup':_0x4f4297[_0x599e4d(0x6f8)][_0x599e4d(0x270)]},'activate':_0x4b5949,'deactivate':_0x4b5949,'dispose':_0x4b5949}};}function _0x5211ec(_0x1d75a0){const _0x255c75=_0x19cb8f;var _0x459ad1,_0x467fdf,_0x50994f;let _0x1c69f5=(_0x459ad1=_0x1d75a0[_0x255c75(0x31b)])==null?void 0x0:_0x459ad1[_0x255c75(0x353)](_0x1d75a0)['slideOrder'];return Array[_0x255c75(0x8fc)](_0x1c69f5)&&_0x1c69f5['length']>0x0?_0x1c69f5:((_0x467fdf=(_0x50994f=_0x1d75a0[_0x255c75(0x47b)])[_0x255c75(0x30d)])==null?void 0x0:_0x467fdf[_0x255c75(0x353)](_0x50994f)['map'](_0x23b708=>_0x23b708[_0x255c75(0x69a)]())[_0x255c75(0x1d4)](Boolean))??[];}function _0x521427(_0x260d75){const _0x2a5a11=_0x19cb8f;_0x3a9165(_0x260d75,_0x2a5a11(0x4f0),_0x20a3b4);}function _0x20a3b4(_0x46042e){const _0x2a1b0a=_0x19cb8f;let _0x1bd60f=_0x46042e['get'](_0x5e7b5b[_0x2a1b0a(0x18d)]),_0x5b3660=_0x46042e[_0x2a1b0a(0x8ee)](_0x4af4b3),_0x41eecb=_0x46042e[_0x2a1b0a(0x8ee)](_0x5ad416),_0x57aaec=_0x46042e[_0x2a1b0a(0x8ee)](_0x25c01f),_0x2b2da5=_0x46042e['get'](_0x144cfe),_0xf97b63=_0x46042e[_0x2a1b0a(0x8ee)](_0x4cff85),_0x100bc1=_0x46042e['get'](_0x48d47d),_0x1236e0=_0x46042e[_0x2a1b0a(0x8ee)](_0x1555fe),_0x30262e=_0x46042e[_0x2a1b0a(0x8f1)](_0x5e7b5b[_0x2a1b0a(0x8ba)])?_0x46042e[_0x2a1b0a(0x8ee)](_0x5e7b5b[_0x2a1b0a(0x8ba)]):void 0x0,_0x549237=_0x46042e[_0x2a1b0a(0x8f1)](_0x414d24[_0x2a1b0a(0x468)])?_0x46042e[_0x2a1b0a(0x8ee)](_0x414d24['IUniverInstanceService']):void 0x0;_0x46042e[_0x2a1b0a(0x8f1)](_0x5dbcbd[_0x2a1b0a(0x3e2)])||_0x46042e[_0x2a1b0a(0x70a)]([_0x5dbcbd[_0x2a1b0a(0x3e2)],{'useFactory':()=>_0x199bd7({'embedModelService':_0x46042e['get'](_0x5e7b5b[_0x2a1b0a(0x646)]),'mountService':_0x46042e[_0x2a1b0a(0x8ee)](_0x1a9e2a),'activationService':_0x46042e['get'](_0x3d7577),'blockRegistry':_0x46042e[_0x2a1b0a(0x8ee)](_0x25c01f),'restoreService':_0x46042e[_0x2a1b0a(0x8ee)](_0x4bb871),'previewService':_0x46042e['get'](_0x4cff85),'runtimeHostLeaseService':_0x46042e['get'](_0x2bfe15),'passiveViewportRegistry':_0x46042e[_0x2a1b0a(0x8ee)](_0x48d47d),'passiveWheelHandlerRegistry':_0x46042e[_0x2a1b0a(0x8ee)](_0x43b400),'univerInstanceService':_0x549237,'sceneCanvasCaptureService':_0x46042e['has'](_0x2f9bd3)?_0x46042e['get'](_0x2f9bd3):void 0x0})}]),_0x46042e['has'](_0x5dbcbd[_0x2a1b0a(0x426)])||_0x46042e[_0x2a1b0a(0x70a)]([_0x5dbcbd['ISlideEmbedFloatingActiveService'],{'useFactory':()=>_0x46042e[_0x2a1b0a(0x8ee)](_0x8dbbb4)}]),_0x46042e[_0x2a1b0a(0x8f1)](_0x5dbcbd[_0x2a1b0a(0x6a0)])||_0x46042e[_0x2a1b0a(0x70a)]([_0x5dbcbd[_0x2a1b0a(0x6a0)],{'useFactory':()=>_0x46042e['get'](_0x1a9e2a)}]),_0x46042e[_0x2a1b0a(0x8f1)](_0x5dbcbd[_0x2a1b0a(0x1c2)])||_0x46042e['add']([_0x5dbcbd[_0x2a1b0a(0x1c2)],{'useFactory':()=>_0x46042e[_0x2a1b0a(0x8ee)](_0x3d7577)}]),_0x46042e[_0x2a1b0a(0x8f1)](_0x5dbcbd[_0x2a1b0a(0x316)])||_0x46042e[_0x2a1b0a(0x70a)]([_0x5dbcbd['ISlideEmbedFocusOwnerService'],{'useFactory':()=>_0x46042e[_0x2a1b0a(0x8ee)](_0x5e7b5b['EmbedFocusOwnerService'])}]),_0x46042e['has'](_0x5dbcbd['ISlideEmbedRuntimeFocusCoordinator'])||_0x46042e[_0x2a1b0a(0x70a)]([_0x5dbcbd['ISlideEmbedRuntimeFocusCoordinator'],{'useFactory':()=>_0x46042e['get'](_0x1db604)}]),_0x46042e[_0x2a1b0a(0x8f1)](_0x5dbcbd[_0x2a1b0a(0x476)])||_0x46042e[_0x2a1b0a(0x70a)]([_0x5dbcbd[_0x2a1b0a(0x476)],{'useFactory':()=>({'render':_0x4e9003=>{const _0x1a548c=_0x2a1b0a;let {data:_0x154395}=_0x4e9003;return(0x0,_0x725655[_0x1a548c(0x3a6)])(_0x9db6a7,{..._0x4e9003,'data':_0x154395});}})}]),[(0x0,_0x5e7b5b[_0x2a1b0a(0x6c6)])(_0x30262e,_0x549237,()=>_0x46042e[_0x2a1b0a(0x8f1)](_0x33aad3['ISlideDrawingService'])?_0x46042e[_0x2a1b0a(0x8ee)](_0x33aad3[_0x2a1b0a(0x16b)]):void 0x0),_0x319bf9(_0x30262e,_0x549237,_0x46042e[_0x2a1b0a(0x8ee)](_0x5dbcbd[_0x2a1b0a(0x3e2)]))][_0x2a1b0a(0x2f2)](_0x1afd2d=>{const _0x4ca3f0=_0x2a1b0a;_0x1bd60f[_0x4ca3f0(0x8ee)](_0x1afd2d[_0x4ca3f0(0x2b7)],_0x1afd2d[_0x4ca3f0(0x3a2)])||_0x1bd60f[_0x4ca3f0(0x586)](_0x1afd2d);}),[_0x376040(),_0x2dd32()][_0x2a1b0a(0x2f2)](_0x1c7186=>{const _0x3d4411=_0x2a1b0a;_0x5b3660[_0x3d4411(0x8ee)](_0x1c7186[_0x3d4411(0x2b7)],_0x1c7186['entry'])||_0x5b3660[_0x3d4411(0x586)](_0x1c7186);});let _0x389c9f=_0x1327a3(_0x46042e[_0x2a1b0a(0x8ee)](_0x414d24['ICommandService']));_0x41eecb[_0x2a1b0a(0x8ee)](_0x389c9f[_0x2a1b0a(0x23a)])||_0x41eecb[_0x2a1b0a(0x586)](_0x389c9f);let _0x31b37f=_0x479dda();_0x57aaec['get'](_0x31b37f['childType'])||_0x57aaec[_0x2a1b0a(0x586)](_0x31b37f),_0x6e6950()[_0x2a1b0a(0x2f2)](_0x5a4b16=>{const _0x5b0956=_0x2a1b0a;_0x2b2da5[_0x5b0956(0x1b4)](_0x5a4b16[_0x5b0956(0x2b7)],_0x5a4b16[_0x5b0956(0x3a2)],_0x5a4b16[_0x5b0956(0x23a)])||_0x2b2da5[_0x5b0956(0x586)](_0x5a4b16);}),_0xf97b63[_0x2a1b0a(0x33e)](_0x46042e[_0x2a1b0a(0x71c)](_0x2c56b1)),_0x100bc1[_0x2a1b0a(0x8ee)](_0x414d24['UniverInstanceType'][_0x2a1b0a(0x833)])||_0x100bc1[_0x2a1b0a(0x586)](_0x4302b8()),_0x1236e0[_0x2a1b0a(0x8ee)](_0x414d24[_0x2a1b0a(0x4ed)][_0x2a1b0a(0x833)])||_0x1236e0['register'](_0x46042e['createInstance'](_0xaf2843));}function _0x199bd7(_0x4e33e3){const _0x9b9954=_0x19cb8f;return{'mountPageList':_0x3ffcb4=>{const _0xae59e=_0x41b8;var _0x14488f,_0x3ddf0f;let _0x50d2b6={'embedId':_0x3ffcb4[_0xae59e(0x576)],'hostUnitId':_0x3ffcb4[_0xae59e(0x672)],'hostType':_0x414d24['UniverInstanceType'][_0xae59e(0x833)],'entry':_0xae59e(0x527),'hostAnchorId':_0x3ffcb4[_0xae59e(0x590)],'childUnitId':_0x3ffcb4['childUnitId'],'childType':_0x3ffcb4[_0xae59e(0x23a)],'source':{'unitType':_0x3ffcb4[_0xae59e(0x23a)],'ref':{'file':{'kind':_0x5e7b5b[_0xae59e(0x1cc)]['SELF']},'unit':{'selector':_0x3ffcb4['childUnitId'],'type':(0x0,_0x5e7b5b[_0xae59e(0x186)])(_0x3ffcb4[_0xae59e(0x23a)])}}},'sourceMeta':{'floating':!0x1,'tab':{'enabled':!0x0,'container':_0xae59e(0x662),'replaceHostMenu':!0x0,'hideHostFxBar':!0x0,'lockHostRibbon':!0x0}}},_0x18e19c=(_0x14488f=(_0x3ddf0f=_0x4e33e3[_0xae59e(0x56e)])[_0xae59e(0x443)])==null?void 0x0:_0x14488f['call'](_0x3ddf0f,_0x3ffcb4[_0xae59e(0x576)]),_0x2ad46b=()=>{const _0x1f95a7=_0xae59e;var _0x3d2acd,_0x51ffa3;((_0x3d2acd=(_0x51ffa3=_0x4e33e3[_0x1f95a7(0x56e)])[_0x1f95a7(0x443)])==null||(_0x3d2acd=_0x3d2acd['call'](_0x51ffa3,_0x3ffcb4[_0x1f95a7(0x576)]))==null?void 0x0:_0x3d2acd[_0x1f95a7(0x5da)])===_0x3ffcb4[_0x1f95a7(0x5da)]&&(_0x4e33e3[_0x1f95a7(0xbc)]['clearTab'](_0x3ffcb4[_0x1f95a7(0x576)]),_0x4e33e3[_0x1f95a7(0x56e)][_0x1f95a7(0x1dc)](_0x3ffcb4[_0x1f95a7(0x576)]));};return(_0x18e19c==null?void 0x0:_0x18e19c['hostUnitId'])===_0x3ffcb4[_0xae59e(0x672)]&&_0x18e19c[_0xae59e(0x3a2)]==='slides-page-list-block'&&_0x18e19c[_0xae59e(0x27a)]===_0x3ffcb4[_0xae59e(0x27a)]&&_0x18e19c[_0xae59e(0x5da)]===_0x3ffcb4[_0xae59e(0x5da)]?(_0x4e33e3[_0xae59e(0xbc)][_0xae59e(0x150)](_0x50d2b6),(0x0,_0x414d24['toDisposable'])(_0x2ad46b)):(_0x4e33e3[_0xae59e(0x56e)][_0xae59e(0xc7)](_0x50d2b6,_0x3ffcb4[_0xae59e(0x5da)]),_0x4e33e3['activationService'][_0xae59e(0x150)](_0x50d2b6),(0x0,_0x414d24[_0xae59e(0x5f4)])(_0x2ad46b));},'mountFloatingObject':_0x7cb369=>{const _0x49990f=_0x41b8;let _0x56e1da=_0x4e33e3[_0x49990f(0x863)]['getDescriptor'](_0x7cb369['hostUnitId'],_0x7cb369[_0x49990f(0x576)])??{'embedId':_0x7cb369[_0x49990f(0x576)],'hostUnitId':_0x7cb369[_0x49990f(0x672)],'hostType':_0x414d24[_0x49990f(0x4ed)]['UNIVER_SLIDE'],'entry':_0x49990f(0x33d),'hostAnchorId':_0x7cb369[_0x49990f(0x590)],'childUnitId':_0x7cb369[_0x49990f(0x27a)],'childType':_0x7cb369[_0x49990f(0x23a)],'source':{'unitType':_0x7cb369['childType'],'ref':{'file':{'kind':_0x5e7b5b[_0x49990f(0x1cc)][_0x49990f(0x74c)]},'unit':{'selector':_0x7cb369[_0x49990f(0x27a)],'type':(0x0,_0x5e7b5b[_0x49990f(0x186)])(_0x7cb369[_0x49990f(0x23a)])}}},'sourceMeta':{'floating':{'enabled':!0x0,'layout':'scroll-contained','fullscreen':!0x0},'tab':!0x1}};return _0x4e33e3['mountService'][_0x49990f(0xc7)](_0x56e1da,_0x7cb369[_0x49990f(0x5da)]),(0x0,_0x414d24[_0x49990f(0x5f4)])(()=>{const _0x79e25d=_0x49990f;_0x4e33e3[_0x79e25d(0x56e)][_0x79e25d(0x1dc)](_0x7cb369[_0x79e25d(0x576)]);});},'clearAndUnmount':_0x351edd=>{const _0x49c388=_0x41b8;_0x4e33e3[_0x49c388(0xbc)][_0x49c388(0x4c3)](_0x351edd),_0x4e33e3[_0x49c388(0x56e)][_0x49c388(0x1dc)](_0x351edd);},'unmountFloatingSessions':_0x29ea9a=>{const _0x4efc39=_0x41b8;_0x4e33e3[_0x4efc39(0x56e)][_0x4efc39(0x4df)]()[_0x4efc39(0x1d4)](_0x166284=>_0x166284['hostUnitId']===_0x29ea9a&&_0x166284['entry']===_0x4efc39(0x33d))[_0x4efc39(0x2f2)](_0x55c3d2=>_0x4e33e3[_0x4efc39(0x56e)][_0x4efc39(0x1dc)](_0x55c3d2[_0x4efc39(0x576)]));},'listSessions':()=>_0x4e33e3[_0x9b9954(0x56e)][_0x9b9954(0x4df)]()[_0x9b9954(0x4da)](_0x5f223f=>({'embedId':_0x5f223f[_0x9b9954(0x576)],'hostUnitId':_0x5f223f[_0x9b9954(0x672)],'entry':_0x5f223f['entry'],'childType':_0x5f223f[_0x9b9954(0x23a)],'childUnitId':_0x5f223f[_0x9b9954(0x27a)]})),'capturePreviewByHostAnchorId':(_0x348552,_0x3f93d2)=>_0x2fea27(_0x4e33e3,_0x348552,_0x3f93d2),'mountPresentationEmbed':_0x2debab=>_0x12fd64(_0x4e33e3,_0x2debab)};}async function _0x2fea27(_0x2c28bc,_0x392a2e,_0x5634c9){const _0x1fc6a6=_0x19cb8f;var _0x169a69,_0x4fa47c,_0x25dd24;let _0x478ce4=(_0x169a69=_0x2c28bc[_0x1fc6a6(0x561)])==null?void 0x0:_0x169a69[_0x1fc6a6(0x3a3)](_0x392a2e);_0x478ce4&&await _0x22ed37(_0x478ce4);let _0x1a63bf=await((_0x4fa47c=_0x2c28bc['sceneCanvasCaptureService'])==null?void 0x0:_0x4fa47c['captureByHostAnchorId'](_0x392a2e));if(_0x1a63bf)return _0x43d4bc(_0x1a63bf);if(!_0x5634c9)return;let _0x5b6b9d=await _0x4586d8(_0x2c28bc,_0x392a2e,_0x5634c9);if(!_0x5b6b9d)return;let _0x13c062=_0x5b6b9d[_0x1fc6a6(0x27a)]??_0x5634c9[_0x1fc6a6(0x27a)],_0x2ef97a=_0x5b6b9d[_0x1fc6a6(0x23a)]??_0x5634c9[_0x1fc6a6(0x23a)];if(!_0x13c062||_0x2ef97a==null)return;let _0x33f2ba=_0x5a01e4(_0x2c28bc,_0x5b6b9d,_0x392a2e,_0x5634c9),_0x1b5748=_0x2c28bc['previewService'][_0x1fc6a6(0x6c9)]({'descriptor':{..._0x5b6b9d,'mode':_0x1fc6a6(0x2fb)},'childUnitId':_0x13c062,'childType':_0x2ef97a,'width':_0x33f2ba[_0x1fc6a6(0x597)],'height':_0x33f2ba[_0x1fc6a6(0x101)],'dpr':Math[_0x1fc6a6(0x2ad)](0x1,Math['min'](0x3,_0x5634c9[_0x1fc6a6(0x39b)])),'reason':'initial','context':(_0x25dd24=_0x2c28bc['sceneCanvasCaptureService'])==null?void 0x0:_0x25dd24[_0x1fc6a6(0x3a3)](_0x392a2e)}),_0x1b564a=_0x1b5748['image']?_0x43d4bc(_0x1b5748[_0x1fc6a6(0x38e)]):void 0x0;return _0x1b5748[_0x1fc6a6(0x719)]===_0x1fc6a6(0x78c)?_0x424185(_0x2c28bc['previewService'],_0x1b5748,_0x13c062):_0x1b564a;}function _0x5a01e4(_0x2b90ea,_0x5d6ffa,_0x3145f3,_0x496f1f){const _0x49283a=_0x19cb8f;var _0x16bd12,_0x35d3e8;let _0x4bfd2e={'width':Math[_0x49283a(0x2ad)](0x1,_0x496f1f[_0x49283a(0x597)]),'height':Math[_0x49283a(0x2ad)](0x1,_0x496f1f['height'])};if(_0x5d6ffa[_0x49283a(0x3a2)]!==_0x5e7b5b[_0x49283a(0x322)][_0x49283a(0x7a9)])return _0x4bfd2e;let _0x5aef73=(_0x16bd12=_0x2b90ea[_0x49283a(0x19d)])==null?void 0x0:_0x16bd12[_0x49283a(0xf7)](_0x496f1f[_0x49283a(0x672)],_0x414d24[_0x49283a(0x4ed)][_0x49283a(0x833)]);if(!_0x5aef73)return _0x4bfd2e;let _0x158d97=(_0x35d3e8=_0x5aef73[_0x49283a(0x47b)][_0x49283a(0x35e)](_0x3145f3))==null?void 0x0:_0x35d3e8[_0x49283a(0x5e4)](),_0x5095d2=(0x0,_0x5dbcbd[_0x49283a(0x5b2)])((_0x158d97==null?void 0x0:_0x158d97[_0x49283a(0x349)])??_0x5aef73['getSnapshot']()[_0x49283a(0xb1)]);return{'width':Math['max'](0x1,_0x5095d2['width']),'height':Math[_0x49283a(0x2ad)](0x1,_0x5095d2[_0x49283a(0x101)])};}async function _0x4586d8(_0x2ee476,_0xa5c7e,_0x5045ea){const _0x5261ad=_0x19cb8f;let _0xa94ac9=_0x2ee476[_0x5261ad(0x863)]['getDescriptor'](_0x5045ea['hostUnitId'],_0x5045ea[_0x5261ad(0x576)])??_0x1395cb({'hostUnitId':_0x5045ea[_0x5261ad(0x672)],'embedId':_0x5045ea[_0x5261ad(0x576)],'hostAnchorId':_0xa5c7e,'childUnitId':_0x5045ea[_0x5261ad(0x27a)],'childType':_0x5045ea[_0x5261ad(0x23a)],'entry':_0x5e7b5b[_0x5261ad(0x322)][_0x5261ad(0x7a9)]});if(_0xa94ac9){try{_0xa94ac9=await _0x2ee476[_0x5261ad(0x4ab)][_0x5261ad(0x34c)]({'descriptor':_0xa94ac9});}catch{}return _0xa94ac9;}}function _0x424185(_0x4a8521,_0x256ac3,_0x2b614c){return new Promise(_0x27247f=>{const _0x48d0ac=_0x41b8;let _0x2f26f5=!0x1,_0x47d1a9,_0x1f1027,_0x40b2b8=_0x19f6ca=>{const _0x3e77d1=_0x41b8;_0x2f26f5||(_0x2f26f5=!0x0,globalThis[_0x3e77d1(0x547)](_0x1f1027),_0x47d1a9==null||_0x47d1a9[_0x3e77d1(0x333)](),_0x27247f(_0x19f6ca));};_0x1f1027=globalThis[_0x48d0ac(0x4bc)](()=>_0x40b2b8(void 0x0),0x1388),_0x47d1a9=_0x4a8521[_0x48d0ac(0x4db)]['subscribe']({'next':_0xec0ad7=>{const _0x1676ef=_0x48d0ac;_0xec0ad7['embedId']!==_0x256ac3[_0x1676ef(0x576)]||_0xec0ad7['childUnitId']!==_0x2b614c||_0xec0ad7[_0x1676ef(0x573)]<_0x256ac3[_0x1676ef(0x573)]||_0xec0ad7[_0x1676ef(0x719)]===_0x1676ef(0x78c)||_0x40b2b8(_0xec0ad7['image']?_0x43d4bc(_0xec0ad7[_0x1676ef(0x38e)]):void 0x0);},'complete':()=>_0x40b2b8(void 0x0)});});}function _0x25323f(_0x317c76){_0x34b733(_0x317c76),_0x2b174c(_0x317c76),_0x521427(_0x317c76),_0x1d8641(_0x317c76),_0x39694b(_0x317c76);}function _0x54e8bd(_0x485c23){_0x3f9e4e(_0x485c23);}let _0x4fab98=[0x0,0x10,0x64,0x12c,0x3e8];async function _0xd71ff0(_0x2770f2,_0x3a9a00){const _0xa4aee7=_0x19cb8f;var _0x15faf5;let {instanceService:_0x209850,childUnitId:_0x577a5f,childType:_0x2172c7,restoreUnitId:_0x165b74,shouldRestore:_0x566d65,settleDelayMs:_0x3916fc=0x10,deferredRestoreDelaysMs:_0x5bfd91=_0x165b74?_0x4fab98:[]}=_0x2770f2,_0x3a9a4a=_0x209850[_0xa4aee7(0x654)](_0x2172c7),_0x299b81=((_0x15faf5=_0x209850[_0xa4aee7(0x78b)]())==null?void 0x0:_0x15faf5[_0xa4aee7(0x24c)]())??null??_0x165b74??null;_0x209850[_0xa4aee7(0x601)](_0x577a5f),_0x209850[_0xa4aee7(0x721)](_0x577a5f);let _0x45e02a=()=>{const _0x1340e9=_0xa4aee7;_0x566d65&&!_0x566d65()||(_0x3a9a4a&&_0x3a9a4a['getUnitId']()!==_0x577a5f&&_0x209850['setCurrentUnitForType'](_0x3a9a4a['getUnitId']()),_0x165b74&&_0x209850[_0x1340e9(0x601)](_0x165b74),_0x209850[_0x1340e9(0x721)](_0x299b81));};try{let _0x192f1=await _0x3a9a00();return _0x3916fc>0x0&&await _0x370191(_0x3916fc),_0x192f1;}finally{_0x45e02a(),_0x4a26a3(_0x45e02a,_0x5bfd91);}}function _0x370191(_0x2a0849){return new Promise(_0x574caf=>setTimeout(_0x574caf,_0x2a0849));}function _0x4a26a3(_0x50cc4f,_0x3d3d68){_0x3d3d68['forEach'](_0x26bd9c=>{const _0x5d9f47=_0x41b8;globalThis[_0x5d9f47(0x4bc)](_0x50cc4f,_0x26bd9c);});}let _0x570d75=new WeakMap(),_0x3a72e1=0x0;function _0x5916c1(_0x2f5887,_0x1bd78d){const _0x4989f5=_0x19cb8f;return _0x2f5887['has'](_0x45c9f3)?_0x2f5887[_0x4989f5(0x8ee)](_0x45c9f3)[_0x4989f5(0x586)](_0x1bd78d):_0x1ffdca(_0x2f5887,_0x1bd78d);}function _0x2d7908(_0x4a5568){const _0x482a40=_0x19cb8f;if(!_0x4a5568['has'](_0x45c9f3))return;let _0x19bf4d=_0x570d75[_0x482a40(0x8ee)](_0x4a5568);_0x19bf4d!=null&&_0x19bf4d['size']&&([..._0x19bf4d[_0x482a40(0x195)]()][_0x482a40(0x192)]((_0x5c4cd8,_0x51d645)=>_0x5c4cd8[_0x482a40(0x606)]-_0x51d645[_0x482a40(0x606)])[_0x482a40(0x2f2)](({contribution:_0x3c0c95})=>_0x5916c1(_0x4a5568,_0x3c0c95)),_0x570d75[_0x482a40(0x4f4)](_0x4a5568));}function _0x1ffdca(_0x55652c,_0x547bc0){const _0x400a9e=_0x19cb8f;let _0x34b256={'contribution':_0x547bc0,'index':_0x3a72e1++},_0x208b71=_0x24365b(_0x547bc0,_0x34b256[_0x400a9e(0x606)]),_0x29c8d5=_0x55652c,_0xebb6fe=_0x570d75[_0x400a9e(0x8ee)](_0x29c8d5)??new Map();return _0xebb6fe[_0x400a9e(0x4a8)](_0x208b71,_0x34b256),_0x570d75[_0x400a9e(0x4a8)](_0x29c8d5,_0xebb6fe),(0x0,_0x414d24['toDisposable'])(()=>{const _0x17b2fa=_0x400a9e;let _0x55c73e=_0x570d75[_0x17b2fa(0x8ee)](_0x29c8d5);(_0x55c73e==null?void 0x0:_0x55c73e['get'](_0x208b71))===_0x34b256&&_0x55c73e['delete'](_0x208b71);});}function _0x24365b(_0x241335,_0x493e95){const _0x2ed2bc=_0x19cb8f;return _0x241335['id']?_0x241335[_0x2ed2bc(0x23a)]+':'+_0x241335['id']:_0x241335[_0x2ed2bc(0x23a)]+_0x2ed2bc(0x7d4)+_0x493e95;}let _0x45c9f3=class{constructor(_0x3fb10b,_0x5b8d00){const _0x52156a=_0x19cb8f;this['_injector']=_0x3fb10b,this[_0x52156a(0x4d2)]=_0x5b8d00,_0x53835d(this,_0x52156a(0x556),new Map()),_0x53835d(this,_0x52156a(0x366),0x0);}[_0x19cb8f(0x586)](_0x3c73f4){const _0x48defb=_0x19cb8f;if(_0x3c73f4['id']&&this[_0x48defb(0x111)](_0x3c73f4[_0x48defb(0x23a)],_0x3c73f4['id']))return(0x0,_0x414d24['toDisposable'])(()=>{});let _0x3cacd0={'contribution':_0x3c73f4,'index':this[_0x48defb(0x366)]++},_0x3b495d=this[_0x48defb(0x556)][_0x48defb(0x8ee)](_0x3c73f4[_0x48defb(0x23a)])??[];return _0x3b495d[_0x48defb(0x731)](_0x3cacd0),_0x3b495d[_0x48defb(0x192)](_0x35889b),this[_0x48defb(0x556)][_0x48defb(0x4a8)](_0x3c73f4[_0x48defb(0x23a)],_0x3b495d),(0x0,_0x414d24['toDisposable'])(()=>{const _0x433d5f=_0x48defb;let _0x9255e8=this[_0x433d5f(0x556)][_0x433d5f(0x8ee)](_0x3c73f4['childType']);if(!_0x9255e8)return;let _0x24a427=_0x9255e8[_0x433d5f(0x1d4)](_0x3834e9=>_0x3834e9!==_0x3cacd0);_0x24a427[_0x433d5f(0x716)]?this[_0x433d5f(0x556)][_0x433d5f(0x4a8)](_0x3c73f4[_0x433d5f(0x23a)],_0x24a427):this[_0x433d5f(0x556)][_0x433d5f(0x4f4)](_0x3c73f4['childType']);});}[_0x19cb8f(0x4b2)](_0x588a53){const _0x27f81c=_0x19cb8f;return(this[_0x27f81c(0x556)][_0x27f81c(0x8ee)](_0x588a53)??[])[_0x27f81c(0x4da)](_0x5e1316=>_0x5e1316['contribution']);}async[_0x19cb8f(0x8e6)](_0x4a7698){const _0x5af30a=_0x19cb8f;let _0x5d6008=this['getAll'](_0x4a7698[_0x5af30a(0x23a)]);_0x5d6008['length']&&await _0xd71ff0({'instanceService':this['_injector']['get'](_0x414d24[_0x5af30a(0x468)]),'childUnitId':_0x4a7698[_0x5af30a(0x27a)],'childType':_0x4a7698['childType'],'restoreUnitId':_0x4a7698[_0x5af30a(0x14c)],'settleDelayMs':_0x4a7698[_0x5af30a(0x4eb)],'shouldRestore':()=>!this['_focusCoordinator'][_0x5af30a(0x2d5)](_0x4a7698[_0x5af30a(0x27a)])},async()=>{const _0x42e335=_0x5af30a;for(let _0x1ac521 of _0x5d6008)_0x1ac521['prepare']&&await _0x1ac521[_0x42e335(0x8e6)]({'injector':this['_injector'],'childUnitId':_0x4a7698[_0x42e335(0x27a)],'childType':_0x4a7698['childType'],'descriptor':_0x4a7698[_0x42e335(0x58f)]});});}['_hasContributionId'](_0x139e8b,_0x3d3791){const _0xb9e512=_0x19cb8f;return(this[_0xb9e512(0x556)][_0xb9e512(0x8ee)](_0x139e8b)??[])[_0xb9e512(0x1c9)](_0x3fac76=>_0x3fac76[_0xb9e512(0x644)]['id']===_0x3d3791);}};_0x45c9f3=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24[_0x19cb8f(0xc8)])),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x1db604))],_0x45c9f3);function _0x35889b(_0x59e04f,_0x188f45){const _0xbb6277=_0x19cb8f;return(_0x59e04f['contribution'][_0xbb6277(0x51e)]??_0x59e04f['index'])-(_0x188f45['contribution'][_0xbb6277(0x51e)]??_0x188f45['index'])||_0x59e04f['index']-_0x188f45['index'];}function _0x4b08f9(){return[];}let _0x4b060f=class{constructor(_0x4ecbf3,_0x266ec0){const _0x44ba26=_0x19cb8f;this[_0x44ba26(0x52e)]=_0x4ecbf3,this[_0x44ba26(0x866)]=_0x266ec0;}[_0x19cb8f(0x5bf)](_0x3d9b9b){const _0x1e5be8=_0x19cb8f;let _0xcd9297=this['resolveStackUnitId'](_0x3d9b9b[_0x1e5be8(0x765)]);return this['_undoRedoService'][_0x1e5be8(0x79b)]({..._0x3d9b9b,'unitID':_0xcd9297}),{'stackUnitId':_0xcd9297,'routedToHost':_0xcd9297!==_0x3d9b9b[_0x1e5be8(0x765)]};}[_0x19cb8f(0x66a)](_0x1497a7){const _0x4d6cf3=_0x19cb8f;let _0x292c90=this[_0x4d6cf3(0x52e)]['getFocusOwner']();return!_0x292c90||_0x292c90[_0x4d6cf3(0x27a)]!==_0x1497a7?_0x1497a7:_0x292c90[_0x4d6cf3(0x672)];}};_0x4b060f=_0x276853([_0x482d3a(0x0,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x5e7b5b[_0x19cb8f(0x14d)])),_0x482d3a(0x1,_0x414d24[_0x19cb8f(0x1f0)])],_0x4b060f);let _0x59b1b5=class extends _0x414d24[_0x19cb8f(0x4cf)]{constructor(_0x16e85c=_0x1bbf4e,_0x36f156,_0x3734f0,_0x11d3e5){const _0x5c38eb=_0x19cb8f;super(),this[_0x5c38eb(0x8a4)]=_0x16e85c,this['_injector']=_0x36f156,this[_0x5c38eb(0x6e9)]=_0x3734f0,this['_univerInstanceService']=_0x11d3e5;let {..._0x3c70d2}=(0x0,_0x414d24[_0x5c38eb(0x8f3)])({},_0x1bbf4e,this['_config']);this[_0x5c38eb(0x6e9)][_0x5c38eb(0x8b7)](_0x5c38eb(0x4e6),_0x3c70d2);}[_0x19cb8f(0x2ea)](){const _0x1c53da=_0x19cb8f;this[_0x1c53da(0x781)](),this['_registerServices'](),this['_registerProductUIContributions'](),this[_0x1c53da(0x308)](),this[_0x1c53da(0x47a)](),this['_flushPendingContributions'](),this[_0x1c53da(0x48c)](),this[_0x1c53da(0x83e)](),this[_0x1c53da(0xb8)]();}[_0x19cb8f(0x740)](){const _0x5865bf=_0x19cb8f;this[_0x5865bf(0x409)](),this[_0x5865bf(0x8e9)][_0x5865bf(0x8ee)](_0x4434f3);}[_0x19cb8f(0x839)](){const _0x6b7022=_0x19cb8f;this[_0x6b7022(0x8e9)][_0x6b7022(0x8f1)](_0x2ed2f5[_0x6b7022(0x667)])||this['_injector']['add']([_0x2ed2f5[_0x6b7022(0x667)],{'useClass':_0x2ed2f5['PrintPreparationService']}]),this[_0x6b7022(0x8e9)][_0x6b7022(0x8f1)](_0x2da869['SlidePrintDrawingTransformService'])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x2da869[_0x6b7022(0x5dc)]]),this[_0x6b7022(0x8e9)][_0x6b7022(0x8f1)](_0x4e9347[_0x6b7022(0x17c)])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x4e9347[_0x6b7022(0x17c)]]),[[_0x4af4b3],[_0x4bb871],[_0x45c9f3],[_0x4eb0a3],[_0x3d7577],[_0x5ad416],[_0x25c01f],[_0x8dbbb4],[_0x24b559],[_0x144cfe],[_0x4cff85],[_0x4501c8],[_0x53fbde],[_0x18e118],[_0x3ddae4],[_0x58aac7],[_0x5ab92a],[_0x12b335],[_0x1b7900],[_0x246ced],[_0x4434f3],[_0x5f1bc8],[_0x5c040d],[_0x1a9e2a],[_0x406df7],[_0x43b400],[_0x48d47d],[_0x2f6bca],[_0x537d9d],[_0x1555fe],[_0xa9cb4a],[_0x1db604],[_0x2bfe15],[_0x2f9bd3],[_0x43c779],[_0x4b060f]]['forEach'](_0x372d2a=>this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)](_0x372d2a)),this[_0x6b7022(0x8e9)]['has'](_0x241ab5[_0x6b7022(0x10c)])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x241ab5[_0x6b7022(0x10c)],{'useFactory':()=>this['_injector'][_0x6b7022(0x8ee)](_0x58aac7)}]),this[_0x6b7022(0x8e9)]['has'](_0x241ab5['IDocEmbedRuntimeFocusCoordinator'])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x241ab5['IDocEmbedRuntimeFocusCoordinator'],{'useFactory':()=>this[_0x6b7022(0x8e9)][_0x6b7022(0x8ee)](_0x1db604)}]),this[_0x6b7022(0x8e9)][_0x6b7022(0x8f1)](_0x34d89f[_0x6b7022(0x62a)])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x34d89f[_0x6b7022(0x62a)],{'useFactory':()=>this[_0x6b7022(0x8e9)]['get'](_0x58aac7)}]),this[_0x6b7022(0x8e9)][_0x6b7022(0x8f1)](_0x34d89f[_0x6b7022(0x29f)])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x34d89f[_0x6b7022(0x29f)],{'useFactory':()=>this[_0x6b7022(0x8e9)][_0x6b7022(0x8ee)](_0x1db604)}]),this[_0x6b7022(0x8e9)][_0x6b7022(0x8f1)](_0x34d89f[_0x6b7022(0x694)])||this[_0x6b7022(0x8e9)][_0x6b7022(0x70a)]([_0x34d89f[_0x6b7022(0x694)],{'useFactory':()=>this[_0x6b7022(0x8e9)][_0x6b7022(0x8ee)](_0x24b559)}]);}[_0x19cb8f(0x47a)](){const _0x216c06=_0x19cb8f;_0x4c72e7(this[_0x216c06(0x8e9)])['forEach'](_0x1608c0=>this['disposeWithMe'](_0x1608c0));}['_registerProductUIContributions'](){_0x25323f(this['_injector']);}[_0x19cb8f(0x308)](){const _0x13b44f=_0x19cb8f;let _0x482144=this[_0x13b44f(0x123)]['getTypeOfUnitAdded$'](_0x414d24[_0x13b44f(0x4ed)][_0x13b44f(0x618)])['subscribe'](()=>_0x54e8bd(this[_0x13b44f(0x8e9)]));this[_0x13b44f(0x45f)]((0x0,_0x414d24[_0x13b44f(0x5f4)])(()=>_0x482144['unsubscribe']()));}[_0x19cb8f(0x409)](){const _0x354840=_0x19cb8f;_0x4ee2f1(this[_0x354840(0x8e9)]),_0x24bb30(this[_0x354840(0x8e9)]),_0x2d7908(this[_0x354840(0x8e9)]);}[_0x19cb8f(0x48c)](){const _0x38f594=_0x19cb8f;var _0x312b56;let _0x42e476=this[_0x38f594(0x8e9)][_0x38f594(0x8ee)](_0x144cfe);((_0x312b56=this[_0x38f594(0x8a4)]['defaults'])==null?void 0x0:_0x312b56[_0x38f594(0x341)])!==!0x1&&_0x4b08f9()[_0x38f594(0x2f2)](_0x48fbdb=>{const _0x1ec132=_0x38f594;_0x42e476['hasExact'](_0x48fbdb[_0x1ec132(0x2b7)],_0x48fbdb[_0x1ec132(0x3a2)],_0x48fbdb[_0x1ec132(0x23a)])||_0x42e476[_0x1ec132(0x586)](_0x48fbdb);});}['_touchServices'](){const _0x18e893=_0x19cb8f;(0x0,_0x414d24[_0x18e893(0x876)])(this[_0x18e893(0x8e9)],[[_0x4af4b3],[_0x4bb871],[_0x45c9f3],[_0x4eb0a3],[_0x3d7577],[_0x5ad416],[_0x25c01f],[_0x8dbbb4],[_0x144cfe],[_0x4cff85],[_0x4501c8],[_0x53fbde],[_0x18e118],[_0x3ddae4],[_0x5ab92a],[_0x12b335],[_0x1b7900],[_0x246ced],[_0x5f1bc8],[_0x5c040d],[_0x1a9e2a],[_0x406df7],[_0x43b400],[_0x48d47d],[_0x2f6bca],[_0x537d9d],[_0x1555fe],[_0xa9cb4a],[_0x1db604],[_0x2bfe15],[_0x2f9bd3],[_0x43c779],[_0x4b060f]]);}[_0x19cb8f(0xb8)](){const _0x20fdf7=_0x19cb8f;var _0x1d8a03;((_0x1d8a03=this[_0x20fdf7(0x8a4)]['defaults'])==null?void 0x0:_0x1d8a03['hostToolbar'])!==!0x1&&this[_0x20fdf7(0x45f)](this[_0x20fdf7(0x8e9)][_0x20fdf7(0x8ee)](_0x5ab84f[_0x20fdf7(0x3ed)])[_0x20fdf7(0x35a)](_0x5ab84f[_0x20fdf7(0x858)][_0x20fdf7(0x332)],()=>_0x448e3d));}[_0x19cb8f(0x781)](){const _0xfde13b=_0x19cb8f;this[_0xfde13b(0x8e9)][_0xfde13b(0x8ee)](_0x5e7b5b[_0xfde13b(0xfa)])[_0xfde13b(0x3f4)]();}};_0x53835d(_0x59b1b5,_0x19cb8f(0x727),_0x19cb8f(0x2b1)),_0x53835d(_0x59b1b5,_0x19cb8f(0x50e),_0x5b5adb),_0x53835d(_0x59b1b5,_0x19cb8f(0x482),_0x2af798),_0x53835d(_0x59b1b5,'type',_0x414d24[_0x19cb8f(0x4ed)][_0x19cb8f(0x84b)]),_0x59b1b5=_0x276853([(0x0,_0x414d24[_0x19cb8f(0x5fb)])(_0x4ef1d5[_0x19cb8f(0x3c8)],_0x5e7b5b[_0x19cb8f(0x1b7)]),_0x482d3a(0x1,(0x0,_0x414d24[_0x19cb8f(0x42f)])(_0x414d24[_0x19cb8f(0xc8)])),_0x482d3a(0x2,_0x414d24[_0x19cb8f(0x66f)]),_0x482d3a(0x3,_0x414d24[_0x19cb8f(0x468)])],_0x59b1b5),Object[_0x19cb8f(0x280)](_0x46ed01,_0x19cb8f(0x50a),{'enumerable':!0x0,'get':function(){return _0x3d7577;}}),_0x46ed01[_0x19cb8f(0x6ee)]=_0x5ad416,Object[_0x19cb8f(0x280)](_0x46ed01,'EmbedFullscreenService',{'enumerable':!0x0,'get':function(){return _0x53fbde;}}),_0x46ed01[_0x19cb8f(0x7ac)]=_0x4af4b3,_0x46ed01[_0x19cb8f(0x593)]=_0x18e118,Object['defineProperty'](_0x46ed01,'EmbedHostRestoreService',{'enumerable':!0x0,'get':function(){return _0x4bb871;}}),Object[_0x19cb8f(0x280)](_0x46ed01,_0x19cb8f(0x355),{'enumerable':!0x0,'get':function(){return _0x1a9e2a;}}),Object[_0x19cb8f(0x280)](_0x46ed01,_0x19cb8f(0x77d),{'enumerable':!0x0,'get':function(){return _0x59b1b5;}}),_0x46ed01['registerEmbedProductMenuContribution']=_0x1ee6c4;}));function _0x404c(){const _0x4f3e39=['getProvider','existingEmbedId','Embed\x20child\x20view\x20contribution\x20already\x20registered:\x20','strokeWidth','ownerDocument','useContext','IRibbonOverrideService','_syncPersistentSheetNotes','appendRootMenu','child-fullscreen','getParentEmbedId','_routeWheelToHost','customizeKanban','identifier','executeBaseKeyboardOperation','SheetPrintInterceptorService','_previewService','_getChildSessionPriority','embed-ui.sheetsFloating.align.right','cellHasValue','CUSTOM_BLOCK','HoverTrack','from',':anonymous:','getRegistrationByChildUnitId','clearSelection','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','univer-overflow-hidden\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-p-4\x20univer-shadow-lg\x20dark:!univer-bg-gray-900','createScopedBaseCanvasRootResolverService','aside','_mountService','UniverProSheetsSparklineUi','SetWorksheetActiveOperation','print','IBaseViewWheelScrollService','BaseUIPopupService','!univer-p-1','DocFloatMenuService','child-keyboard','[data-u-comp=\x22embed-float-dom-content\x22]','OTHERS','ColorPicker','querySelector','shiftKey','embed-ui.basesFloating.viewSettings.deleteView','UniverSheetsNoteUi','viewState','_session$','2728obrToE','onMutationExecutedForCollab','EditorContainer','PointerDown','_assertResolvedChild','getViewport','General','hyper-link','__addUnit','bodyViewportWidth','metaKey','_activeDragCleanup','closeActiveEditor','getAllUnitsForType','docsLeft','_clearClosedPortalInputGuard','.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]','addedNodes','bases-ui.embed','getSettings','tab-peer','embed-ui.fullscreen.exit','dir','records','getPropertyPriority','join','MIDDLE','getEmbedBoardsFloatingCustomData','embed.sheets.','hasAttribute','shift','props','embed-ui.deleteBlock','disabled','hostWheelGestureService','dataset','configChanged$','hideAllContextualTabs','getActiveSheet','decorate','pageContentWidth','focus','_hostGestureEvents','openContextMenu','canvasFloatDomPreviewService','FORMULA_EDITOR_ACTIVATED','attributeName','contentSizeChanged$','EMBED_MOUNT_CHILD_NOT_REGISTERED','vertical','_boardElementService','ribbonService','box-sizing:border-box','validateBaseTableName','embedSlidePreviewCanvasHost','resolved','univer-box-border\x20univer-grid\x20univer-min-w-44\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','_contextService','univer-w-44\x20!univer-bg-gray-0\x20!univer-text-gray-900\x20dark:!univer-bg-gray-0\x20dark:!univer-text-gray-900','popup','active$','activeViewId','hasFocus','_isHostPreservingLease','reverse','univer-pointer-events-auto\x20univer-gap-1.5\x20univer-text-sm\x20univer-font-medium','docs-ui.ribbon','[data-u-comp=\x22embed-float-dom-chrome\x22]','documentFlavor','univer-flex\x20univer-h-8\x20univer-w-full\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','UNIVER_SLIDE','elementRemove$','current','row','textColor','0\x200\x2016\x2016','_registerServices','contextmenu','HOVER_TRACK_HOST_CLASS_NAME','zIndex','SheetsFilterUIMenuSchema','_touchServices','getMenuByPositionKey','hostHeaderMode','undos','_tabHostRenderLeases','embed-ui.basesFloating.delete','scrollWidth','SheetsOutlineUIMenuSchema','setPopupSuppressed','_ensurePortalObserver','subscribeEvent','getActive','brush-icon','UNIVER_UNKNOWN','_itemId','scaleY','position','renderScope','scopedActionServiceTokens','[data-embed-interaction-boundary-owner]','worksheet','append','RibbonFormulasGroup','syncHostVerticalScroll','viewportWidth','data-embed-content-root','BuiltInUIPart','embedPresentationRuntime','GRID_DEFAULT_COLUMN_WIDTH','_pendingChildUnits','syncingChildFromHost','M8\x206.7V6.71M8\x209.3V9.31','viewportPanOffset','13px','disposables','BaseDeleteConfirmDialog','univer-bg-gray-0\x20dark:!univer-bg-gray-900','embedModelService','SetDocZoomRatioOperation','activateFloating','_undoRedoService','containers','BASE_TOOLBAR_EXTRA_ACTIONS','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','_resolveHostWheelGestureRoot','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','isolation','generateRandomId','[data-embed-docs-custom-block-sheet-like=\x22true\x22]','menuSlot','click','tables','geometryInvalidated$','doc-block-stage2-runtime','EMBED_SHEETS_FLOATING_COMPONENT_KEY','print-capture','touchDependencies','SheetsShapeUIContextualRibbonSchema','removeChild','_commandService','embedChildRenderError','OverflowIcon','docDrawingPositionToTransform','getCurrentTypeOfUnit$','documentStyle','CreateBaseViewCommand','IContextService','MoreDownIcon','sequence','HorizontalAlign','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','waitForBaseCanvasImages','ribbon','_resources','viewportScrollX','univer-text-primary-600','collapseWithoutChildScroll','token','scale','_tabFocusLeases','[data-u-comp=\x22slide-tab-item\x22]','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','childContext','floor','base-embed-actions-surface','_getEventClientPoint','univer-relative\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-visible\x20univer-bg-transparent','offsetY','toolbarPanel$','_focusTemporarySink','isDisposed','getResource','scene','ComponentManager','onload','matchMedia','rootElement','PRINTING_RANGE','[data-u-comp=\x22headerbar\x22]','verticalScrollOwner','subscribeConfigValue$','query','_config','commandService','_rerenderHostDoc','inset','sourcePageType','BASE_VIEW_MENU_ITEMS','clearFocusOwner','resolve','hostContext','registerCommand','getResourceRefInputUnitSelector','identifier:ui.layout-service','_isAppShellEditorPortalCandidate','getRuntimeScopedDependencies','verticalAlign','disableEdit','Kanban','fill','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','setConfig','SHEET_VIEWPORT_KEY','doc-block','EmbedHostAnchorModelService','_preloadImage','IRibbonService','registerContainerElement','checkElementInCurrentContainers','stage2','verticalWheelMode','item','UniverSheetsUi','_runtimePolicyService','clearUnit','scopedInjector','getToolbarPanel','text-align:center','activateView','_rootsByChildUnitId','univer-box-border\x20univer-grid\x20univer-min-w-32\x20univer-gap-0.5\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','univer-pointer-events-none\x20univer-fixed\x20univer-inset-0\x20univer-z-20\x20[&>*]:univer-pointer-events-auto','embedRuntimeBlocked','child-tab','sheet-overlay','getPreview','horizontal','resolveDocsTableLikeCustomBlockContentHeight','placeholder','expiresAt','acquireStage2SessionLease','_docPrintLayouts','univer-absolute\x20univer-inset-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden\x20univer-bg-transparent','ghost','color','getViewScale','ref','tableOrder','exit','BoardWorkbench','non-scaling-stroke','data-radix-popper-content-wrapper','BoldIcon','UI_PLUGIN_CONFIG_KEY','use','hasRecentInteractionFor','univer-block\x20univer-w-full','classList','prepare','closeContextMenu','_focusUnit','_injector','fullscreenService','univer-truncate','univer-fill-gray-900\x20dark:!univer-fill-gray-0','registerMountedRuntime','get','UNIVER_BOARD','_syncHostPopupVisibility','has','portalContainer','merge','BaseKeyboardOperation','removeEventListener','default','floatingMenuInsetTop','custom','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','ConfigContext','_resolveTabViewportSize','isArray','_resolveDocPageMetrics','hostLayout$','content-bounds-fit','canvas[tabindex],\x20[tabindex]:not([tabindex=\x22-1\x22])','React','check-mark-icon','GRID_HEADER_HEIGHT','VIEW_MAIN','enter','allowOwnedPortalReassignment','insertBefore','EmbedReferencedUnitMaterializeService','defaultPageSize','_getHostUnit','floatingActiveService','getByHostAnchorId','getRegistration','BoardsFloatingObject','test','_registerDefaultHostToolbar','Embed\x20host\x20container\x20contribution\x20already\x20registered:\x20','_floatingActiveService','OVERRIDE_NATIVE','activationService','identifier:ui.sidebar.service','scrollByViewportDeltaVal','BoardViewportService','footer','paint-bucket-double-icon','#b91c1c','darkMode$','DocViewScaleService','univerjs-icon\x20univerjs-icon-','enableHorizontal','mountIntoHostElement','Injector','segments','docs-custom-block','embed-float-dom-live-canvas','[data-u-comp=\x22embed-float-dom-live-canvas\x22]','univer-fixed\x20univer-z-[901]\x20univer-w-52\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-100','_layoutService','_docViewScaleService','_items','trim','closed','getCanvas','univer-h-8\x20univer-w-full\x20univer-px-2','RibbonStartGroup','ceil','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','defaultRowHeight','ResetRangeTextColorCommand','BorderStyleTypes','gray.0','_markExistingBodyPortals','_activateTabPeerFocusLease','appliedStrokeWidth','__editor_','floating-stage','opacity','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','enableStage1BodyDrag','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','contentRoot','disableLiveHostPointerEvents','notifyExited','sheets-sheet-tab','embed-ui.boardsFloating.fitContent','SlideEmbedReadonlyFloatingPreview','registerElement','disposable','_normalizeHostMountResult','_blurActiveElementBeforePortalReassignment','src','fallbackWidth','zoom','openRecordDetail','createSlidesPageListBlockHostAdapterContribution','floating-menu','hideHostFxBar','SheetsNumfmtUIMenuSchema','getUnit','_anchorModelService','horizontal-merge-icon','EmbedUnitLeasePolicyService','SlidesFloatingObject','usesDomFloatingStage','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','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','AddWorksheetMergeVerticalCommand','elementsFromPoint','height','FOCUSING_DOC','maxExpansion','DocPrintInterceptorService','EMBED_MENU_OVERRIDE_TAB_REQUIRED','footerSlot','important','fieldOrder','embed-ui.sheetsFloating.textWrap.overflow','runtimeFocusChanged$','embedDocsCustomBlockZooming','IDocEmbedInteractionBoundaryService','embedSlidesPresentationInteractionGate','_getSlideModel','syncingHostFromChild','[embed-ui]\x20failed\x20to\x20create\x20embedded\x20child\x20render','_hasContributionId','scope','_pendingPortalOwner','SheetsFloatingObject','matrix(-1\x200\x200\x201\x2020\x200)','hasCommand','univer-box-border\x20univer-flex\x20univer-items-center\x20univer-justify-between\x20univer-text-gray-900\x20dark:!univer-text-gray-0','embedSheetsSheetTabError','onCommandExecuted','closeRecordDetail','IBoardEmbedRuntimeFocusCoordinator','RenameBaseTableCommand','[data-u-comp=\x22embed-float-dom-live-content\x22]','DocSkeletonManagerService','runtimeHostLeaseService','getScrollBar','left\x20top','configurations','_univerInstanceService','getLocales','recordOrder','setFakeToolbarVisible','setCollapsedIds','mountMenu','target','univer-doc-main-canvas','top\x20left','univer-mx-1\x20!univer-h-4','items','ILayoutService','isolate','FOCUSING_','_markInteractionBoundaryOwnerTree','subscribe','getBoardPointFromClient','_dialogs','nextSibling','embed-ui.basesFloating.viewSettings.title','hideTrackWhenUnscrollable','find','_isHTMLElement','clear','isHostGesture','closest','scroll','ownedPointerInteractionUntil','ready','SKIP_SELF','pageBreakRanges','EMBED_ACTIVATION_CHILD_NOT_RESOLVED','stroke-width','kind','setSelection','allowed','clipBottom','univer-doc-selection-container-','animation','Embedded\x20unit\x20is\x20not\x20available\x20for\x20print\x20','ignoreOwners','restoreUnitId','EmbedFocusOwnerService','handleRegisteredWheel','lockHostRibbon','activateTab','CheckMarkIcon','GRID_ROW_HEADER_WIDTH','isSheetLikeDocsCustomBlockChildType','registerOwnedElement','_hasUnit','UniverProBoards','prepend','univer-size-3\x20univer-shrink-0','gray.1000','data-embed-canvas-root','captureByHostAnchorId','retry','sheet.command.smart-toggle-filter','drawImage','NumberIcon','Subject','fromEntries','_boardUIStateService','style','queueMicrotask','[data-u-comp=\x22base-view-tab\x22]','interactionFlow','FontFamilyItem','[data-embed-fullscreen-close=\x22true\x22],\x20[data-embed-fullscreen-menu=\x22true\x22],\x20[data-embed-fullscreen-popup-root=\x22true\x22]','_getHostSnapshot','getRowCount','ISlideDrawingService','chart','data-embed-sheets-sheet-tab-host','Tooltip','pointermove','stable','override$','_leaseAppliesToChildUnit','_sheetPrintRegistered','sessionMode','UniverSheetsDataValidationUi','TruncationIcon','SetRangeFontFamilyCommand','idSuffix','path','number-icon','runtimeScope','BoardPrintCompositionService','toStringTag','SetBackgroundColorCommand','DocParagraphMenuService','2320DNtjLz','getViewports','sourceLeft','originalStrokeWidth','univer-doc-selection-container-docs-','borderComposite','toResourceRefUnitType','getObject','shiftViewportPanOffset','__editor___INTERNAL_EDITOR__','embedSlidesPresentationChrome','runtimeRoots','CreateEmbedCommand','EmbedHostAdapterRegistryService','_setCurrentUnitForType','_createRenderScope','BASES_UI_PLUGIN_CONFIG_KEY','font-color-double-icon','sort','SetBorderBasicCommand','EMPTY','values','embed-float-dom-interaction-gate','SheetsThreadCommentUIMenuSchema','START','0\x20/\x200','_focusTabPeerSession','hasAnyHostPreservingChildFocusLease','bases-exchange-client.operation.import-base','univerInstanceService','collapseViewportHeight','DEFAULT_EMBED_FLOAT_LAYOUT_POLICY','scaleX','univer-grid\x20univer-size-4\x20univer-shrink-0\x20univer-place-items-center','univer-pointer-events-none\x20[&>*]:univer-pointer-events-auto','preview','isExternalHostInteraction','dispatchEvent','getTypeOfUnitDisposed$','embed-print-','activate','univer-fixed\x20univer-z-[900]','activateTable','UniverSheetsSortUi','embed-float-dom-live-content','visibleCanvasHeight','sourceHeight','role','focused$','previewService','HorizontallyIcon','_isOwnedBoundaryElement','hasExact','waiting-base-canvas-root','_blockRegistry','UniverEmbedPlugin','HTMLElement','_runtimeScopes','baseVal','ScrollBar','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','transient','bases-table-list-block','BoardDomLayerService','[data-embed-runtime-focus-role]','constructor','ISlideEmbedActivationService','releaseStage2SessionLeaseIfActivationDoesNotStick','finally','restoreViewState','increase-icon','UpdateBoardElementMutation','IBoardElementStateService','some','session$','Sheets','RESOURCE_REF_FILE_KIND','univer:embed-float-drag-handle:pointerdown','SECTION_BREAK','before:univer-hidden','currentColor','_suspendedSheetNote','session','_entries','filter','VerticalCenterIcon','0\x200\x2020\x2021','_hostAdapterRegistry','containsElement','_refreshTabPeerRender','base-embed-floating-menu','UniverProBases','unmount','clsx','FORMULAS','deactivate','createRender','getValue','Embed\x20readonly\x20preview\x20provider\x20already\x20registered:\x20','BaseClipboardService','EMBED_MOUNT_CHILD_TYPE_MISMATCH','AlignBottomIcon','EMBED_MOUNT_HOST_NOT_REGISTERED','embedChildType','clientY','sheets-ui.ribbon','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','margin-left','forwardRef','save','bound','class','IUndoRedoService','_previousChildCurrentUnits','makeForceDirty','univer-min-w-0','_scheduleFloatingChildFocus','embed-ui.sheetsFloating.toolbar.bold','embed-ui.sheetsFloating.toolbar.formatPainter','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','_disposed','1em','customizeGallery','viewportHeight','_notifyRuntimeSessionChanged','_childUnitIds','updateItem','px\x200)','RIBBON','pointerup','event','_resolvedChildUnits','slide-workbench','customBlocks','createUniqueBaseTableName','DocsCustomBlock','toPrimitive','canvas','embed-ui.sheetsFloating.toolbar.verticalAlignMode.main','univer-fill-primary-600','univer-box-border\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','tab-peer-runtime','univer-flex\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','commandId','RemoveEmbedCommand','DEFAULT_EMBED_DOC_FLOW_LAYOUT_POLICY','_elements','useObservable','__embedSharedRootInjector','updateViewState','SlideThumbnailItem','slideElementToDrawing','UniverSheetsConditionalFormattingUi','setFocusOwner','BaseEditorService','value','embed-ui.boardsFloating.zoomOut','float','scrollTop','fitContent','_activeDrain','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','blockRegistry','true','getSkeleton','reason','_exited$','getSkeletonData','http://www.w3.org/2000/svg','IBaseEmbedRuntimeService','SlideInsertService','retrying-base-child-render','clearRect','evenodd','scrollToViewportPos','slides-exchange-client.operation.import-slide','getColorFromTheme','[data-embed-interaction-boundary-owner=\x22','DocCanvasPopManagerService','clipPath','_releaseTabPeerFocusLeasesForHost','font:13px/1.5\x20sans-serif','useRef','shape','matches','group','childType','translate','UniverProBoardsPrint','_hostContainerRegistry','symbol','right-justifying-icon','_getOrCreateRender','drawings','offsetWidth','getPrototypeOf','sourceOffset','endRow','getEmbedSlidesFloatingCustomData','title-only','Separator','ViewTabs','_focusLayout','flatMap','getUnitId','canvasRoot','querySelectorAll','SetEmbedDescriptorMutation','scale(','menu','numberFormat','data-embed-slides-floating-object-host','dragStarted','pointerId','firstTop','initialWidth','getAllObjects','_providers','univer-pointer-events-auto\x20univer-gap-1.5\x20hover:!univer-bg-primary-100\x20hover:!univer-text-primary-700\x20dark:hover:!univer-bg-primary-800\x20dark:hover:!univer-text-primary-100\x20[&_svg]:!univer-size-3.5','ISheetEmbedRuntimeService','getInterceptPoints','mounted','gate','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22]','_releaseTabPeerHostRenderLease','fit-width','bind','hideToolbar','padding','_getVisibleCanvasDocumentRect','engine','_boardElementStateService','_toDataUrl','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','base','embedLayout','0\x200\x2017\x2017','asObservable','univer-pointer-events-none','combineLatest','root','_wheelScrollService','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','univer-pointer-events-none\x20univer-fixed\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','Complete\x20print\x20resource\x20could\x20not\x20be\x20created\x20for\x20embed\x20','pointerleave','preventDefault','getRuntimeRoots','viewport','_getDocsLeft','childUnitId','univer-box-border\x20univer-grid\x20univer-min-w-48\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1.5\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','focusHostForPassiveRuntime','deferred','[data-u-comp=\x22embed-float-dom-chrome\x22][data-embed-id=\x22','embed-ui.sheetsFloating.toolbar.fontSize','defineProperty','zoomFactor','false','(prefers-reduced-motion:\x20reduce)','_getBodyPortalOwner','univer-relative\x20univer-z-[2]\x20univer-min-h-0\x20univer-flex-none\x20univer-bg-gray-0\x20empty:univer-hidden\x20dark:!univer-bg-gray-800\x20[&_[data-u-comp=base-left-panel]]:univer-h-full','restoreEmbed','data-embed-runtime-slot-owner','bleedRight','syncExecuteCommand','instanceService','getOffsetConfig','RibbonOthersGroup','UniverCore','getColVisible','redos','_registerBoardPrinting','description','tabIndex','openActiveEditor','locked','Workbook','acquire','customizeField','EmbedDuplicateChildUnitError','getSheetBySheetId','EMBED_PRESENTATION_RUNTIME_CONTEXT_NOT_RESOLVED','attributes','button','width:100%','resizeDocsSheetLikeRendererByWheel','ISheetEmbedRuntimeFocusCoordinator','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22],\x20[data-embed-float-fullscreen-button=\x22true\x22]','pointer','embedSlidesPresentationRuntime','bleedLeft','_sortHandlers','[data-u-comp=\x22embed-docs-custom-block\x22]','detail','UniverProSheetsPrint','hidePopupsForUnit','_registerRootPopupDescendantFocusRoles','parentId','renderScopeActive','hidden','max','dblclick','disconnect','getState','UNIVER_EMBED_UI_PLUGIN','activateNavigationAtPoint','includes','univer-size-6\x20univer-p-0','_setAnchorTransformerVisible','workbench','hostType','bodyViewportHeight','getBoundingClientRect','getActiveDescriptorsByChildUnit','label','_passiveWheelHandlerRegistry','UniverProPrint','border:1px\x20dashed\x20rgba(99,102,106,.35)','_domLayerService','onHostWheel','span','ribbonType','RibbonViewGroup','tabindex','splice','ZoomOutIcon','parentElement','EMBED_MENU_OVERRIDE_CHILD_NOT_RESOLVED','univer-pointer-events-auto\x20univer-min-h-11\x20univer-w-full\x20univer-min-w-0\x20univer-max-w-none\x20univer-flex-1','embed-ui.sheetsFloating.textWrap.wrap','_resolveChildSessionMode','UniverProSlidesPrint','createDocsCustomBlockSizeRefreshScheduler','createPortal','_hideDocParagraphMenu','PenIcon','divider-format-tools','isReleased','embed-ui.sheetsFloating.toolbar.textColor.main','[data-embed-floating-menu=\x22true\x22],\x20[data-embed-floating-menu-popup=\x22true\x22],\x20[data-embed-ribbon-override=\x22true\x22]','isChildUnitInActiveSession','outerHeight','divider-block','clearSelectedObjects','calculatePagePosition','BaseViewIcon','useState','registerFocusHandler','error','_getCurrentUnitId','sheetBar','deltaMode','__editor_docs-','embedHostEntry','2390553iGkPIR','passiveViewportRegistry','maxDepth','content','_leaseSequence','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','requestAnimationFrame','onStarting','_registerDocPrinting','display:flex','RenderBaseWorkbench','SetDocZoomRatioCommand','GRID_ADD_RECORD_ROW_HEIGHT','data-embed-child-render-mode','_restoreStage2ChildFocusWhenHostRefocuses','forEach','EMBED_DUPLICATE_CHILD_UNIT','unitAdded$','SheetsNotePopupService','getGalleryProjectionBodyHeight','block','objectFit','element','getMergedMenuSchema','readonly','visible','makeDirty','getStickyFooterHeight','_maxDepth','data-embed-interaction-boundary-owner','_renderCompleteScene','_getActiveOwnedRuntimeFocusInfo','[id^=\x22univer-doc-selection-container-docs-\x22]','data-embed-float-stage','captureByChildUnitId','UniverDesign','slidePage','_registerLateProductUIContributions','views','ShapeTextEditorContainer','pageHeight','hasHostPreservingChildFocusLeaseForHost','getSlides','sheet.operation.open.numfmt.panel','0\x200\x2017\x2016','setLeftSidebarVisible','IBaseClipboardService','embedFloatingMenuEntry','runtimeHost','embed-page-menu-','hadStyleAttribute','ISlideEmbedFocusOwnerService','enabled','runtime','selections','SetEmbedBoundsCommand','getSnapshot','_relocateExistingSession','mounting','_clearHost','after:!univer-border-b-0\x20after:!univer-border-r-0','docs-sticky-base','fonts','EmbedHostEntryEnum','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','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','PRINTING_DOM_COLLECT','activateFullscreen','drawingsOrder','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','clearFullscreen','FloatingToolbarSplitTrigger','registerRenderModule','deepCompare','zoom-out-icon','fromResourceRefUnitType','_registerRibbonOwnership','docsTop','base-embed-view-slot','GLOBAL','unsubscribe','supports','blur','univer-slide-embed-floating-menu\x20univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0','_printPreparationService','embed-ui.sheetsFloating.toolbar.textWrapMode.main','viewportScrollY','Ribbon','startIndex','OpenBasePanelOperation','slides-floating-object','registerProvider','univer-pointer-events-none\x20univer-overflow-hidden\x20[&>*]:univer-pointer-events-auto','indexOf','floatingMenus','addDisposer','canvasRootClassName','code','-48px','data-embed-child-render-unit-id','alt','WrapStrategy','pageSize','isMainScene','inset(0\x200\x20','materializeDescriptor','onerror','clearVirtualRecords','sourceTop','[data-embed-float-fullscreen-button]','horizontally-icon','createDefaultBaseTableSnapshot','call','IBoardElementService','EmbedMountService','beforeDeactivate','unitType','_sync','CanvasFloatDomPreviewService','registerComponent','SetHorizontalTextAlignCommand','_suppressedSheetNoteHostUnitId','DesktopSidebarService','getSlide','zoom-in-icon','pivot-table','cancel-merge-icon','unit','Embed\x20floating\x20menu\x20contribution\x20already\x20registered:\x20','_active$','copyBaseTableSnapshot','_nextIndex','docs-','NoBorderIcon','image/png','getStickyHeaderHeight','_childViewRegistry','embed-ui.sheetsFloating.toolbar.resetColor','getTypeOfUnitAdded$','flushForTests','EMBED_RUNTIME_HOST_ALREADY_LEASED:','horizontalAlign','view-','[data-u-comp=\x22hover-track\x22]','EMBED_MOUNT_HOST_CONTAINER_NOT_RESOLVED','resolveActiveChildSessionRuntimeScope','embedFullscreenStatus','priority','hostAnchorRecord','render','CENTER','data-embed-slides-page-list-host','_registerComponents','embed-ui.sheetsFloating.align.center','pointerEvents','ArrowLeftIcon','activateAnchor','_focusDocumentBody','pointerdown','capture','clearActiveEditing','BasesTableListBlock','BOARDS_UI_PLUGIN_CONFIG_KEY','tag','_mountBlockedRuntime','UniverDocsUi','IBoardUIStateService','[data-u-comp=\x22embed-float-dom-interaction-gate\x22]','overlay','contentHeight','\x0a\x20\x20univer-pointer-events-auto\x20univer-relative\x20univer-isolate\x20univer-flex\x20univer-shrink-0\x0a\x20\x20univer-items-center\x20univer-self-stretch\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x0a\x20\x20univer-border-gray-200\x20univer-bg-transparent\x20univer-p-1\x20univer-shadow-lg\x0a\x20\x20before:univer-pointer-events-none\x20before:univer-absolute\x20before:univer-inset-0\x0a\x20\x20before:univer-z-[-1]\x20before:univer-rounded-lg\x20before:univer-bg-gray-0\x20before:univer-opacity-90\x0a\x20\x20before:univer-content-[\x27\x27]\x20dark:!univer-border-gray-600\x20dark:before:!univer-bg-gray-900\x0a','image','_ownedEmbedAppliesToChildUnit','getOwnPropertySymbols','Dropdown','useValue','CLIP','close','aspect-fit','getContext','moved','clientHeight','board-viewport-bar-object','data-embed-overlay-root','dpr','darkMode','MetaKeys','DocSelectAllCommand','pen-icon','getContextByChildUnitId','invalidate','entry','getContextByHostAnchorId','Button','tab-active','createElement','collectViewState','univer-flex\x20univer-items-center\x20univer-justify-center','embed-ui.slidesFloating.nextSlide','enable','LeftJustifyingIcon','SLIDE_PAGE_RECT_KEY','_key','maxHeight','activatedTab$','IBaseHostChromeOverrideService','hide','inert','hypot','left','Fragment','toDataURL','dispose','FilterIcon','getStage','IRenderManagerService','BASE_LEFT_PANEL_DEFAULT_WIDTH','pageMarginLeft','rxjs','hasBlockingChildFocusLease','section','DOCS_NORMAL_EDITOR_UNIT_ID_KEY','EMBED_CHILD_UNIT_ID_ATTRIBUTE','RibbonInsertGroup','restore','resolveBoardInteractionConfig','beforeCommandExecuted','sWidth','childUnit','UniverLicensePlugin','UniverSheetsHyperLinkUi','missing-descriptor','univer-min-w-0\x20univer-truncate','getAttribute','getAncestryForHostUnit','data-embed-footer-slot','arrow-left-icon','img','stroke','cycle','_refreshHostDocZoom','createComment','max-width','ShrinkIcon','SheetsUIMenuSchema','one-to-one-icon','passiveWheelHandlerRegistry','deactivateTabSessions','_boardPrintCompositionService','univer-flex\x20univer-items-center\x20univer-gap-1','UniverDocs','focusCoordinator','setStage','string','startsWith','ISlideEmbedRuntimeService','UniverProSheetsChartUi','removeRender','formatPainter','SheetsSheetTab','_isBlockingRole','Gantt','owner','bases-ui.ribbon','_instanceService','DEFAULT_WORKSHEET_ROW_HEIGHT','IUIPartsService','IUIRuntimeScopeService','EMBED_DOCS_CUSTOM_BLOCK_DEFAULT_COMPONENT_KEY','RemoveWorksheetMergeCommand','[data-embed-popup-root]','initial','_getOriginalSheetTabData','enableExclusivePolicy','sheet-embed-floating-menu','dataStream','chrome','_entriesByEmbedId','_drainQueue','embedChildRenderStatus','StartBaseEditingCellOperation','recordId','_releaseTabPeerFocusLease','design','UniverSheetsNumfmtUi','embed-ui.sheetsFloating.toolbar.filter','_projectionService','[id^=\x22__editor___INTERNAL_EDITOR__\x22]','value$','_notifyRuntimeFocusChanged','embed-ui.sheetsFloating.toolbar.border.main','useImperativeHandle','getOwnPropertyDescriptor','SetOnceFormatPainterCommand','_flushPendingContributions','SheetsConditionalFormattingUIMenuSchema','DesktopRibbonService','interactionGate','\x20-\x20','_contentSizeChanged$','registerCtorForType','MoveBaseViewCommand','SheetsNoteUIMenuSchema','injector','_isUniverPortalTreeElement','IncreaseIcon','setProperty','pointerLease','_getChildUnitForMeasurement','CloseBaseContextMenuOperation','IImageIoService','child-scroll','@univerjs-pro/embed-ui','IBaseEmbedFloatingGeometryService','host-override','floating','contentBodyHeight','[data-embed-floating-menu=\x22true\x22]','_syncActiveSheetNote','_contentSizeRegistry','IEditorUIService','univer-absolute\x20univer-right-2\x20univer-top-2\x20univer-z-10\x20univer-inline-flex\x20univer-size-8\x20univer-cursor-pointer\x20univer-appearance-none\x20univer-items-center\x20univer-justify-center\x20univer-rounded-md\x20univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-text-white\x20univer-opacity-0\x20univer-transition-opacity\x20univer-duration-150\x20before:univer-absolute\x20before:univer-inset-0\x20before:univer-rounded-md\x20before:univer-bg-primary-600\x20before:univer-opacity-[0.45]\x20before:univer-transition-opacity\x20before:univer-duration-150\x20before:univer-content-[\x27\x27]\x20hover:before:univer-opacity-60\x20focus-visible:univer-opacity-100\x20focus-visible:univer-outline-none\x20focus-visible:univer-ring-2\x20focus-visible:univer-ring-primary-600\x20dark:!univer-text-gray-900','univer-box-border\x20univer-flex\x20univer-h-6\x20univer-w-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center\x20univer-border-none\x20univer-bg-transparent\x20univer-p-0\x20univer-text-gray-900\x20hover:univer-bg-gray-200\x20disabled:univer-cursor-not-allowed\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-600','ISlideEmbedFloatingActiveService','table-','AutowrapIcon','_sessions','FOCUSING_UNIVER_EDITOR','[data-embed-float-dom=\x22true\x22]','getElementDataForUnit','sheets-ui.embed','contextChanged$','Inject','activeTableId','scopes','useEffect','note','EMBED_MOUNT_CHILD_UNIT_NOT_AVAILABLE','[data-embed-float-live=\x22true\x22]','stage1','_override$','startColumn','renderPreview','_runChildBeforeDeactivate','univer-min-w-0\x20univer-truncate\x20univer-text-left','DataStreamTreeTokenType','univer-grid\x20univer-h-7\x20univer-w-full\x20univer-grid-cols-[1fr_1rem]\x20univer-items-center\x20univer-gap-2\x20univer-rounded\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-left\x20univer-text-sm\x20univer-text-gray-900\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-0\x20dark:hover:!univer-bg-gray-700','bold-icon','useId','triggerContextMenu','fallbackHeight','BaseTableSidebarFrame','getSession','composedPath','children','state$','layout','unitId','BaseEmbedRuntimeRegistryService','childOffset','targetTop','docTransform','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','pointercancel','SheetsHyperLinkUIMenuSchema','fakeToolbarVisible$','CreateBaseTableCommand','_restorePreviousChildCurrentUnit','mask','small','focusin','visualOffset','resolvedDependencies','#000000','objectPosition','auto','getProjection','stopImmediatePropagation','entries','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','disposeWithMe','getCurrentSelections','runtimeSessionChanged$','EditorUIFloatingContainer','source','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','SHIFT','wrap','getComputedStyle','IUniverInstanceService','EMBED_FULLSCREEN_CHILD_NOT_RESOLVED','hideParagraphMenu','CancelMergeIcon','BoardTextEditingService','svg','LEFT','appendChild','createBasesTableListBlockHostAdapterContribution','_selectAnchor','innerWidth','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20[&>*]:univer-pointer-events-auto','addEventListener','xlink:href','ISlideEmbedFloatDomRenderer','shouldRefreshDocsCustomBlockSizeForCommand','_currentOverride','setPreview','_registerProductMenus','pageManager','univer-text-red-500\x20hover:univer-text-red-600','boards-floating-object','expand-icon','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','registerRoot','CopyCommand','version','absolute','min','parseInt','defIds','exec','getCanvasEle','none','getFlatMenuByPositionKey','Grid','_registerFloatingMenus','zoomStep','then','activeElement','board-embed:','SlideEmbedFloatingPreview','EMBED_MOUNT_LAYOUT_NOT_RESOLVED','findIndex','_prepareDescriptor','_resolveCompleteCaptureOptions','runtime-pointer','merge-all-icon','_getActiveElement','menuContainer','manual','jsxs','bold','UniverSheetsTableUi','_renderMountedScene','requestRender','getRenderUnitById','IBaseProjectionService','selectedIds','getContextByEmbedId','FOCUSING_SHEET','maxRetries','deleteBlock','selectElements','set','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','data-embed-id','restoreService','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','Sidebar','createDefaultConfig','destination-over','interactionBoundaryService','FOCUSING_BOARD','getAll','closeToolbarPanel','baseUnitId','CanvasPopup','_leaseAppliesToHostUnit','unitDisposed$','_ribbonOverrideService','params','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','verticalBreaks','setTimeout','elementUpdate$','unmerge','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','aria-hidden','stickyLeftWidth','_childUnitAncestry','clearTab','rect','_registerChildFocusBridge','schedule','getRowHeight','ThemeService','catch','BaseDuplicateTableDialog','getDirection','autowrap-icon','_imageIoService','hasChildInteractionLease','Plugin','100%','_contextsByEmbedId','_focusCoordinator','inactive','univer-h-8\x20univer-max-w-[220px]\x20univer-gap-2\x20univer-px-2\x20univer-text-sm\x20univer-font-medium','SheetBar','IBaseUIStateService','setZoomRatioAtViewportPoint','ctrlKey','setActive','map','previewUpdated$','thread-comment','shrink-icon','getActiveDescriptors','listSessions','classic','scrollState','documentElement','content-only','SetBaseScrollOperation','_ownedRuntimeFocusAppliesToHost','embed-ui.config','externalHostInteractionUntil','_restoreService','factory','BaseViewType','settleDelayMs','getUnitType','UniverInstanceType','getEmbedSheetsTabCustomData','2274yJBHKp','slides-ui.embed','disposeUnit','align-top-icon','host-passive','delete','leftPanelWidth','embed-ui.slidesFloating.previousSlide','stale','tableId','getImageSourceCache','fullscreen','resolveDocsCustomBlockSize','ALL','base-embed-fullscreen-view-tabs','divider','ribbon$','boards-ui.embed','data-embed-child-type','IBaseUIPopupService','defaultView','_activePortalOwners','[data-board-viewport-host=\x22true\x22]','embed-ui.basesFloating.confirmDelete.viewDescription','_getLatestActivePortalOwner','title','Documents','EmbedActivationService','SlideEmbedChildWorkbench','className','BorderType','packageName','BaseViewWheelScrollService','captureByEmbedId','show','observe','embed-ui.basesFloating.tableSidebar.defaultTableName','handleWheel','associatedChildUnitIds','[data-u-comp=\x22embed-float-dom-live\x22]','getColumnCount','3037290npfeAx','type','name','interceptor','_resolveChildUnitId','getCanvasElement','order','truncation-icon','UNIVER_SHEET','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','getContextValue','app','_queue','selector','activated$','slides-page-list-block','allowDirectBodyPortal','dialog','CloseBaseActiveEditorOperation','_syncClosedPortalInputGuard','isConnected','LocaleService','_focusOwnerService','_resolveViewState','Calendar','univer-bg-gray-50\x20univer-px-0\x20dark:!univer-bg-gray-900','container','ZoomInIcon','RightJustifyingIcon','_registerRuntimeBoundary','mainComponent','outline','_collectOwnedFloatingSurfaceRoots','SheetsSortUIMenuSchema','no-color-double-icon','ContextMenu','createDocsCustomBlockHostAdapterContribution','ISlideDrawingStateService','Nested\x20embed\x20cycle\x20is\x20not\x20supported.','_markBodyPortalOwner','transform','data','setDocsCustomBlockRenderViewportProvider','_runtimeFocusCoordinator','_getKey','DEFAULT_WORKSHEET_ROW_TITLE_WIDTH','[data-radix-popper-content-wrapper]','clearTimeout','liveRoot','getDialogs$','inline','list','DEFAULT_EMBED_TAB_LAYOUT_POLICY','hostScrollOffset','activatePortalScope','univer.embed.forwarded-wheel-event','_mountOwnedSession','targetLeft','load','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-end\x20univer-gap-1','univer-box-border\x20univer-max-h-72\x20univer-min-w-20\x20univer-overflow-y-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','univer-inline-flex\x20univer-max-w-full\x20univer-items-center','_contributions','pageId','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','1187683vHfZXa','tab','_rootsByHostAnchorId','virtualWidth','minHeight','univer-spin\x205s\x20linear\x20infinite','menuChanged$','shape-contextual-ribbon','sceneCanvasCaptureService','UniverProSheetsPivotUi','useDependency','getSubScenes','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','_rememberPreviousChildCurrentUnit','activeEmbedId','_markRuntimeFocusRole','_findFallbackUnitId','univer-doc-selection-container-__INTERNAL_EDITOR__','stage2-runtime','getNextWheelZoomRatio','univer-sr-only','mountService','createDefaultViewName','viewId','_renderManagerService','getOwnPropertyNames','revision','replace','2262834PVfMfE','embedId','startY','replaceChildren','DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY','SheetShapeTextEditorContainer','visibility','PageTypeEnum','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','_handleDragStart','with','contentWidth','UniverBoardsUIPlugin','setSearchActiveIndex','_findPreviousReadyEntry','layoutPolicy','context','register','defaultPluginConfig','ActivateBaseTableOperation','OpenBaseActiveEditorOperation','_baseUIStateService','clientWidth','#univer-doc-main-canvas,\x20[id^=\x22__editor_docs-\x22],\x20[id^=\x22univer-doc-selection-container-docs-\x22]','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-overflow-visible\x20[&>*]:univer-pointer-events-auto','Disposable','descriptor','hostAnchorId','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','DOCS_END','EmbedHostMenuOverrideService','registerContextMenuHandler','_modelService','EMBED_MOUNT_CHILD_NOT_RESOLVED','width','arrow-right-icon','object','doc-width-scale','allowHiddenRibbon','_cleanupOrdinaryBodyChromeClaims','_overlayRootService','DEFAULT_TOTAL_SIZE','getWidth','lastIndexOf','IconManager','drawingId','fit','_contextsByChildUnitId','abs','listElements','rules','now','M10\x2010L14\x2014M10\x206L14\x202M14\x2010.6667V14H10.6667M14\x205.33333V2H10.6667M2\x2010.6667V14H5.33333M2\x2014L6\x2010M2\x205.33333V2H5.33333M6\x206L2\x202','deleteConfig','_portalObservers','intercept','overflow','fontFamily','_isHostDocEditorPortal','DEFAULT_WORKSHEET_COLUMN_WIDTH','uComp','resolveSlideLogicalPageSize','startX','embed-float-dom-overlay','univer-fixed\x20univer-inset-0\x20univer-grid\x20univer-grid-rows-[auto_minmax(0,1fr)_auto]\x20univer-bg-gray-0\x20univer-text-gray-900\x20dark:!univer-bg-gray-800\x20dark:!univer-text-gray-0','removeAttribute','ToolbarButton','direction$','fullscreen-runtime','UNIVER_DOC','embed-float-dom-popup','apply','RIGHT','scrollLeft','pushUndoRedoForChild','getHorizontalScroll','univer-grid\x20univer-size-[18px]\x20univer-place-items-center','_sceneCanvasCaptureService','getZoomRatio','icon','UniverPrintingContext','idleMs','runtimeFocusOwners','docs-ui.embed','identifier:ui.contextmenu.service','viewSettings','removeAllRanges','ActivateBaseViewOperation','CTRL_COMMAND','right','activeSlideId$','exports.@univerjs-pro/boards-print.@univerjs-pro/embed.@univerjs-pro/license.@univerjs-pro/print.@univerjs-pro/slides-print.@univerjs/core.@univerjs/docs-ui.@univerjs/sheets-ui.@univerjs/ui.@univerjs/design.react.rxjs.@univerjs/engine-render.react/jsx-runtime.@univerjs/docs.@univerjs-pro/slides.@univerjs-pro/bases-ui.@univerjs/sheets.@univerjs-pro/docs-table-ui.@univerjs/sheets-note-ui.@univerjs-pro/boards.@univerjs-pro/slides-ui.@univerjs-pro/bases.react-dom.@univerjs-pro/boards-ui.@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-numfmt-ui.@univerjs/sheets-sort-ui.@univerjs/sheets-table-ui.@univerjs/sheets-thread-comment-ui','elements','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','_current','race','enableVertical','setActiveSlide','_isUniverPortalCandidate','SetCellEditVisibleOperation','SHEET_FOOTER_BAR_HEIGHT','hostElement','viewScale','SlidePrintDrawingTransformService','measureContentSize','FOCUSING_COMMON_DRAWINGS','univer-text-sm','promote','slide-readonly-preview-shell','SheetsTableUIMenuSchema','IBaseEmbedFloatingActiveService','getData','KeyboardEvent','Arial','embedChildRenderMode','_rendering','tooltip','devicePixelRatio','document','colorChannel1','replaceWith','isInternalEditorID','drawing','isFocused','SetBaseZoomOperation','SHEETS_UI_PLUGIN_CONFIG_KEY','url(#$1','toDisposable','IBaseCanvasRootResolverService','hideContextMenu','data-validation','ImageSourceType','_closedPortalInputGuards','keys','DependentOn','sparkline','embed-float-dom-live','unregisterCommand','div','LookUp','setCurrentUnitForType','deltaX','Missing\x20embed\x20float\x20preview\x20provider:\x20','useInjector','retryDelay','index','_mountFloatingMenu','embed-ui.sheetsFloating.toolbar.horizontalAlignMode.main','base-embed-add-view-menu','_isOwnedElement','_registerSlidePrinting','registerMultipleCommand','pixelRatio','isFinite','DOCS_UI_PLUGIN_CONFIG_KEY','child','pointer-events','getImage','start','AddWorksheetMergeHorizontalCommand','keydown','max-depth','table-list','UNIVER_BASE','getChildContext','notifyContentSizeChanged','scopedRenderInjector','elementAdd$','hideContextualTab','calc(100%\x20-\x20','vectorEffect','cssText','min-height:96px','startWith','divider-layout','embed-ui.sheetsFloating.textWrap.clip','zoomRatio','exited$','univer-relative\x20univer-z-10\x20univer-size-[18px]\x20univer-drop-shadow-sm','resize','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','ISheetEmbedInteractionBoundaryService','registerRuntimeScope','getDescriptor','WRAP','conditions','collapsedGroupPaths','range','setZoom','EMBED_UI_RUNTIME_SCOPE_NOT_ACTIVE:','EMBED_RUNTIME_HOST_SLOTS_NOT_AVAILABLE:','_dispatchEscapeToFloatingSurface','endsWith','_contextsByHostAnchorId','univer-absolute\x20univer-inset-0\x20univer-z-0\x20univer-size-full\x20univer-min-h-0\x20univer-min-w-0\x20univer-overflow-hidden','_renderOne','innerHeight','display','EMBED_FULLSCREEN_TAB_NOT_SUPPORTED','embed-ui.boardsFloating.delete','focusFloatingRuntime','mergeMenu','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','Docs','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','useFactory','isEmbedBoardsFloatingElement','contribution','data-embed-bases-table-list-host','EmbedModelService','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','getSheetId','unsupported-layout','IContextMenuService','univer-pointer-events-none\x20univer-absolute\x20univer-left-4\x20univer-top-3\x20univer-z-30\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-shadow-lg\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','_releaseBodyPortalClaims','dividerBefore','_initializeFloatingSessionActiveState','docs-sticky-sheet','showContextualTab','_measureContentSize','[data-embed-docs-custom-block=\x22true\x22]','clip-path','getCurrentUnitOfType','FOCUSING_SLIDE','host-scroll-sync','6267720MVAvrc','updatedAt','_entriesByKey','mount','-100000px','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','KeyCode','CloseBasePanelOperation','data-state','contain','univer-popover','slide-page-list','parseFloat','univer-absolute\x20univer-inset-x-0\x20univer-bottom-0\x20univer-z-10','next','EMBED_RUNTIME_HOST_NOT_ATTACHED:','IPrintPreparationService','embed-ui.sheetsFloating.align.left','getVerticalScroll','resolveStackUnitId','getDataRealRange','presentationPolicy','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','IBaseGlobalPortalService','IConfigService','BorderLine','IMenuManagerService','hostUnitId','embed-ui.sheetsFloating.borderLine.borderSize','univer-pointer-events-auto\x20univer-box-border\x20univer-min-w-0\x20univer-self-stretch\x20univer-bg-gray-50\x20univer-pr-24\x20dark:!univer-bg-gray-900','univer-gap-0.5\x20univer-px-1','SetTextWrapCommand','setContextValue','top','PARAGRAPH','ArrowRightIcon','getUnitCreateOptions','_componentManager','divider-border','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','_mountResolvedHost','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','_slidePrintDrawingTransformService','rowHeight','DeleteBaseViewCommand','FOCUSING_BASE','reduce','shouldSuppressHostInteraction','URL','removeProperty','laneId','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','checkContentIsFocused','GRID_SUMMARY_HEIGHT','useMemo','placeholderTitle','data-embed-host-unit-id','_isBlockingLease','contains','getCacheKey','_geometryInvalidated$','ISheetEmbedFloatingGeometryService','defaultColumnWidth','child-session','function','bubbles','BORDER_LINE_CHILDREN','getId','#ffffff','SheetBarService','fillStyle','_containsRegisteredElement','_rectContainsPoint','ISlideEmbedMountService','SheetsNoteAttachmentController','delta','ISidebarService','pageWidth','BehaviorSubject','afterRender$','_roots','embedChildRenderUnitId','StopBaseEditingCellOperation','DocPageLayoutService','Image','resolveRuntimeScopeByChildUnitId','stickyHeaderHeight','getPropertyValue','sceneSourceScale','cancelAnimationFrame','univer-text-gray-900\x20dark:!univer-text-gray-0','univer-embed-print-hide-scrollbars','sheets-floating-object','hostChromeMode','embedChildUnitId','bottom','DeleteBaseTableCommand','cancelEditing','mousedown','UniverProSheetsOutlineUi','components','viewOrder','child-editor','getSheets','THIN','takeRecords','M3.8\x206.6L5.2\x205.6V10.4M10.6\x206.6L12\x205.6V10.4','MenuManagerPosition','MutationObserver','4zmjuJX',':hover','createSlidesFloatingObjectHostAdapterContribution','getBaseTableNameErrorMessage','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','requestPreview','localName','embedSlidesPresentationSurface','graceMs','getHeight','base-embed-view-panel','productName','mouseleave','embed-ui.sheetsFloating.toolbar.mergeCell.main','_isBodyPortalCandidate','ExpandIcon','localeChanged$','RibbonPosition','Node','univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-bg-transparent','getDocumentStyle','background:rgba(99,102,106,.06)','SetRangeFontSizeCommand','supportedLayouts','_isDetachedOffscreenPortalCandidate','disposed','BORDER_SIZE_CHILDREN','deactivateFloatingSession','canMount','ICommandService','getActiveSlide','_registrations','Print\x20preview\x20provider\x20is\x20not\x20available\x20for\x20embed\x20','attrs','iterateByRow','getFocusOwner','_themeService','_configService','message','assign','OVERFLOW','executeCommand','EmbedChildViewRegistryService','lease','all','hasRecentInteraction','_embedPrintService','color:rgba(30,34,43,.64)','border-radius:8px','textContent','fillRect','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','roots','pointerenter','button,\x20input,\x20textarea,\x20[contenteditable=\x22true\x22],\x20[role=\x22button\x22],\x20[role=\x22combobox\x22],\x20[data-u-comp=\x22select\x22],\x20.univer-select','prototype','_setRenderFailure','useSyncExternalStore','firstElementChild','_clearItems','number','_passiveViewportRegistry','_captureMountedCanvas','getAncestorScale','Element','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','data-u-comp','#app','VIEWPORT_KEY','EDITOR_ACTIVATED','add','size','fontSize','activeUntil','subUnitId','createDefaultDocsTableLikeCustomBlockBleedViewport','acquireLease','CutCommand','sheetLike','SheetsDrawingUIMenuSchema','viewportPoint','sheets-exchange-client.operation.import-sheet','length','child-popup','getOverride','status','Observable','round','createInstance','getGridProjectionBodyHeight','IBaseEmbedRuntimeFocusCoordinator','allowPlaceholder','embed-ui.basesFloating.confirmDelete.tableTitle','focusUnit','overflowY','resolveDocsTableLikeCustomBlockContentWidth','px)','UniverProSlides','parentEmbedId','pluginName','embed-ui.sheetsFloating.align.middle','_context','_docPrintRegistered','popupRoot','scopedDependencies','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','UndoCommand','registerPrintComponent','stage-change','push','stopPropagation','search','SheetsPivotTableUIMenuSchema','sourceMeta','warn','univer-contents','_registerSheetPrinting','menuSchema','surface','UniverProBasesUi','embed-ui.basesFloating.viewSettings.configureView','contentHeightAdjustment','wheel','scroll-contained','onReady','toFixed','setScrollState','base-workbench','mode','circle,\x20ellipse,\x20line,\x20path,\x20polygon,\x20polyline,\x20rect,\x20text,\x20textPath,\x20tspan,\x20use','UniverProSlidesUi','displayName','DATA','VerticalAlign','_claimBodyPortals','beginPath','SELF','stopEditingCell','includeAppShellEditorPortal','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','univer-size-3','clientX','focusLayout','BrushIcon','univer-relative\x20univer-min-h-0\x20univer-min-w-0\x20univer-flex-1\x20univer-overflow-hidden\x20dark:!univer-bg-gray-900','[data-embed-overlay-root]','[data-u-comp=\x22base-embed-view-slot\x22]','activeIndex','host-scroll','UniverProDocsTableUi','embed-ui.basesFloating.confirmDelete.tableDescription','\x20/\x20','ReactDOM','complete','univer-pointer-events-auto\x20univer-box-border\x20univer-inline-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-0\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-p-1\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-border-gray-600\x20dark:!univer-bg-gray-900\x20dark:!univer-text-gray-0\x20[&_svg]:univer-size-4\x20[&_svg]:univer-shrink-0','releaseSessionFocus','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','addRecord','scrollHeight','embedHostAnchorId','useLayoutEffect','unitID','refCount','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','univer-w-28\x20univer-truncate\x20univer-text-left','useCallback','offset','limitRowsToViewportWidth','open','_leases','defaultPrevented','_materializeService','UniverProBoardsUi','offsetX','FOCUSING_UNIT','getColumnWidth','data-embed-popup-root','embed-docs-custom-block','univer-text-red-500','_dialogService','overlayRoot','createUnit','stage','getConfig','_rootsByEmbedId','UniverEmbedUIPlugin','RedoCommand','SoftDeleteEmbedDescriptorMutation','data-embed-runtime-focus-role','_enableEmbedUnitLeasePolicy','openSearch','_registerPrintPreparation','doc-flow','key','bleedWidth','_observeWheel','active','deltaY','hasHostPreservingChildFocusLease','getFocusedUnit','pending','embed-ui.sheetsFloating.borderLine.borderColor','Subscription','UniverEngineRender','startEditingCell','SheetsSparklineUIMenuSchema','_resolveSize','Escape','_runtimeScopeService','pipe','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','restoreAnchor','clearFloating','backgroundColor','left-justifying-icon','pushUndoRedo','IBaseEditorService','DocSelectionRenderService','config','univer.embed.host-vertical-wheel-attempted-event','host','docs-exchange-client.operation.import-doc','embed-ui.sheetsFloating.toolbar.fillColor.main','_suspendTabPeerHostRender','resolvedDependencyCollection','CellPopupManagerService','strokeOpacity','activateSession','slideOrder$','SlidesPageListBlock','contentRect','conditionalColoring','EmbedHostContainerRegistryService','_handlers','body','_menuOverrideService','setAttribute','setActivatedTab','univer-size-7','remove','_resolveLayout','_activateSheetTabForPrint','Slide','temp','embedSlidesPresentationPreviewImage','rowHeader','jsx','_embedModelService','_assertChildUnitAvailable'];_0x404c=function(){return _0x4f3e39;};return _0x404c();}